2018-08-12 05:07:47,073 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-212 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-odl-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-08-12 05:07:47,078 - 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.21,192.30.9.4 export OS_USER_DOMAIN_NAME=Default export OS_VOLUME_API_VERSION=3.50 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.21:5000//v3 export NOVA_VERSION=1.1 export OS_IMAGE_API_VERSION=2 export OS_PASSWORD=6mk3VM4emyArWYUDBeCAFUnEP 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=a267b9a156244bb192691cff6e5f74fe export OS_TENANT_NAME=admin export SDN_CONTROLLER_IP=192.30.9.4 export SDN_CONTROLLER_PASSWORD=cpmVHhQecqUaz4fh8rsrddwU6 export OS_REGION_NAME=regionOne 2018-08-12 05:07:47,078 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-08-12 05:07:47,079 - 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 05:07:47,117 - xtesting.ci.run_tests - INFO - Loading test case 'connection_check'... 2018-08-12 05:07:47,413 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-12 05:07:47,413 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-12 05:07:47,413 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-12 05:07:47,414 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-12 05:07:47,414 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-12 05:07:47,414 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-12 05:07:47,414 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-12 05:07:47,414 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-12 05:07:47,414 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-12 05:07:47,414 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-12 05:07:47,414 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-12 05:07:47,414 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-12 05:07:47,414 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-12 05:07:47,414 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-12 05:07:47,414 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-12 05:07:47,414 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-12 05:07:47,414 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-12 05:07:47,414 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-12 05:07:47,414 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-12 05:07:47,414 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-12 05:07:47,414 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-12 05:07:47,419 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-12 05:07:47,419 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-08-12 05:07:47,420 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-aggregates 2018-08-12 05:07:47,420 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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 05:07:47,429 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:07:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1713cf27-3e4e-45a9-a1fd-6bfb4ebf47ec Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 05:07:47,429 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-1713cf27-3e4e-45a9-a1fd-6bfb4ebf47ec 2018-08-12 05:07:47,430 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-08-12 05:07:47,931 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T06:07:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["Y9yx1XarSRmBA0vb47YOGg"], "issued_at": "2018-08-12T05:07:47.000000Z"}} 2018-08-12 05:07:47,936 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}ce898e8e29466d84c152328d4e11c67dda89d064" 2018-08-12 05:07:48,817 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:07:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d989d9bf-9d3e-448a-b6d0-5f68e1740ad0 x-compute-request-id: req-d989d9bf-9d3e-448a-b6d0-5f68e1740ad0 Content-Length: 18 Content-Type: application/json RESP BODY: {"aggregates": []} 2018-08-12 05:07:48,817 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-aggregates used request id req-d989d9bf-9d3e-448a-b6d0-5f68e1740ad0 2018-08-12 05:07:48,817 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-aggregates in 1.39713287354s 2018-08-12 05:07:48,817 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-aggregates used request id req-d989d9bf-9d3e-448a-b6d0-5f68e1740ad0 2018-08-12 05:07:48,818 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_aggregates: [] 2018-08-12 05:07:48,821 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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 05:07:48,826 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 05:07:48 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 05:07:48,827 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-12 05:07:48,830 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}ce898e8e29466d84c152328d4e11c67dda89d064" 2018-08-12 05:07:48,985 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:07:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f67aef90-ec1c-44ea-83c3-e71bd5ab6ebf Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.21:5000/v3/domains/1eec97585bde483292ece28ee11f4b8d"}, "tags": [], "enabled": true, "id": "1eec97585bde483292ece28ee11f4b8d", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains", "previous": null, "next": null}} 2018-08-12 05:07:48,986 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-f67aef90-ec1c-44ea-83c3-e71bd5ab6ebf 2018-08-12 05:07:48,986 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.158604860306s 2018-08-12 05:07:48,986 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-f67aef90-ec1c-44ea-83c3-e71bd5ab6ebf 2018-08-12 05:07:48,987 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_domains: [Munch({'description': u'', 'enabled': True, 'id': u'1eec97585bde483292ece28ee11f4b8d', 'name': u'heat_stack'}), Munch({'description': u'The default domain', 'enabled': True, 'id': u'default', 'name': u'Default'})] 2018-08-12 05:07:48,990 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-08-12 05:07:48,993 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}ce898e8e29466d84c152328d4e11c67dda89d064" 2018-08-12 05:07:49,098 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:07:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7a0484ce-bc4e-4783-81d0-31d63c831c51 Content-Encoding: gzip Content-Length: 1972 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/0180081c176f44d28b00231a5e42328e"}, "url": "http://192.30.9.4:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "cb46eeaecd3148259c3e255a5497608c", "id": "0180081c176f44d28b00231a5e42328e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/0dea4b7330b54c0c9a0636f1e97478db"}, "url": "http://12.0.0.25:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "209950594c2b43048ba72516819c6386", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/164fb84df0d249f1a90eaa5c2aa43963"}, "url": "http://172.30.9.21:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "99e7c5a4539d41d8ac9078a76fcee515", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/190d75d57ae64cf0878a46f0524e7172"}, "url": "http://172.30.9.21:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "e5f94bd0ef324f738590907aed02c0f1", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/1a02946ca6ed4a81a0bdcbef89ba8455"}, "url": "http://172.30.9.21:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "42a6b5976d8645e8a4c7c24467befa4d", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/1b32ac2547c44d9eaf35ee6c4a387dcb"}, "url": "http://172.30.9.21:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "7229e6f7777f43d58cbed8a7dd0304d6", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/1cfb1ed578eb49dd87ca083a4db541c8"}, "url": "http://192.30.9.4:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "cb46eeaecd3148259c3e255a5497608c", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/2240a154977f4379bf6cb7b06d908ad5"}, "url": "http://192.30.9.4:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "7229e6f7777f43d58cbed8a7dd0304d6", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/2a9a76dbb65b4e1b8d6116fedbba8d84"}, "url": "http://192.30.9.4:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "99e7c5a4539d41d8ac9078a76fcee515", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/2d2cec92590247c08bd065796c7809f1"}, "url": "http://192.30.9.4:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "bab20e1e10e642b3b651400b1c4f18bf", "id": "2d2cec92590247c08bd065796c7809f1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/3369b5207e9e462493b48531ec10856d"}, "url": "http://192.30.9.4:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "e5f94bd0ef324f738590907aed02c0f1", "id": "3369b5207e9e462493b48531ec10856d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/34ab0036b02a4971b8fa6b0b45d8d3b5"}, "url": "http://192.30.9.4:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "19d3b3318551439c9543240172cdbd78", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/3ca9accb793a49cbbe90e5a661064c92"}, "url": "http://172.30.9.21:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "15c0704ff3984609bc46a7ae9df6d854", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/3fc16a63f6be4d3c80a2783bb851e4bb"}, "url": "http://172.30.9.21:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/43bb9a55be8d4fb9b7b14ab829552412"}, "url": "http://192.30.9.4:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/4a4d4aede044418995764ba52a2f5df0"}, "url": "http://172.30.9.21:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "715f238e402745d38ee9f3b37fa5b7b2", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/4fb85ade24214df2affc22743e195528"}, "url": "http://172.30.9.21:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "cb46eeaecd3148259c3e255a5497608c", "id": "4fb85ade24214df2affc22743e195528"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/60a5f72c43664608a86d96f08a113212"}, "url": "http://192.30.9.4:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "3420b5d212e345eca027a97d5de7638f", "id": "60a5f72c43664608a86d96f08a113212"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/623eb42a777f4771adf7f96e3a71405c"}, "url": "http://172.30.9.21:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "4c895a2543ed4b87a379b8595130a8f7", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/720e01cf00f84d04a2ee62edcf16b6c5"}, "url": "http://192.30.9.4:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "19d3b3318551439c9543240172cdbd78", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/75bcb5f8a1e1470d86971f289010cc01"}, "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "7fc41da629194ab488892d45d20f194e", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/7969c3b38465413d9a6597bdb8ece535"}, "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "42a6b5976d8645e8a4c7c24467befa4d", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/825be5f2ac7f49148b48b6b902457d3b"}, "url": "http://192.30.9.4:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "e5f94bd0ef324f738590907aed02c0f1", "id": "825be5f2ac7f49148b48b6b902457d3b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/84de8f696bae486b93af949c9fcba0e0"}, "url": "http://192.30.9.4:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "3420b5d212e345eca027a97d5de7638f", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/8b9cbe54bbaf48bea58cd1eac70c11e3"}, "url": "http://192.30.9.4:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "4c895a2543ed4b87a379b8595130a8f7", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/8e40ba7572e344069179902ef8294d94"}, "url": "http://172.30.9.21:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "19d3b3318551439c9543240172cdbd78", "id": "8e40ba7572e344069179902ef8294d94"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/955859bdf3284e0291fae73771e83dbf"}, "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "7fc41da629194ab488892d45d20f194e", "id": "955859bdf3284e0291fae73771e83dbf"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/a05785e9fdaf4b99b730c281a8798879"}, "url": "http://172.30.9.21:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "bab20e1e10e642b3b651400b1c4f18bf", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/aa83ad94e5364c91ae9784fdce32f60e"}, "url": "http://192.30.9.4:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "715f238e402745d38ee9f3b37fa5b7b2", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/ae7c491dfb654c01b3a40697a3d71d2a"}, "url": "http://192.30.9.4:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/b0df2bf1d7134de390b5d61b210210f1"}, "url": "http://192.30.9.4:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "99e7c5a4539d41d8ac9078a76fcee515", "id": "b0df2bf1d7134de390b5d61b210210f1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/b9fb1c42ce3946749b180fecea8a4890"}, "url": "http://192.30.9.4:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "bab20e1e10e642b3b651400b1c4f18bf", "id": "b9fb1c42ce3946749b180fecea8a4890"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/baac3ca7bc5242acae74cd07cd8aac8b"}, "url": "http://172.30.9.21:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "209950594c2b43048ba72516819c6386", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/c0ec153aa11f4d0ca453edd1a735ac0e"}, "url": "http://192.30.9.4:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "7229e6f7777f43d58cbed8a7dd0304d6", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/c5342aa69d8643359bba955b671d2015"}, "url": "http://192.30.9.4:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "4c895a2543ed4b87a379b8595130a8f7", "id": "c5342aa69d8643359bba955b671d2015"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/ca0ce0f5278a4af6b162a26925808f73"}, "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "42a6b5976d8645e8a4c7c24467befa4d", "id": "ca0ce0f5278a4af6b162a26925808f73"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/d0a2205495074bd29a4de90120faedb9"}, "url": "http://172.30.9.21:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "7fc41da629194ab488892d45d20f194e", "id": "d0a2205495074bd29a4de90120faedb9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/e126bf7c26924c9f9cc609ae27eef638"}, "url": "http://172.30.9.21:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "3420b5d212e345eca027a97d5de7638f", "id": "e126bf7c26924c9f9cc609ae27eef638"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, "url": "http://192.30.9.4:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "15c0704ff3984609bc46a7ae9df6d854", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/f1f42723f09d48c9901ecfd4c8abc28c"}, "url": "http://12.0.0.25:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "209950594c2b43048ba72516819c6386", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/f609c2453dc343a4a5565a231be14af1"}, "url": "http://192.30.9.4:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "715f238e402745d38ee9f3b37fa5b7b2", "id": "f609c2453dc343a4a5565a231be14af1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/f8ed02b7c8b8467f8e3ad22c2a47b4ec"}, "url": "http://192.30.9.4:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "15c0704ff3984609bc46a7ae9df6d854", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "links": {"self": "http://172.30.9.21:5000/v3/endpoints", "previous": null, "next": null}} 2018-08-12 05:07:49,099 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/endpoints used request id req-7a0484ce-bc4e-4783-81d0-31d63c831c51 2018-08-12 05:07:49,099 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.108714818954s 2018-08-12 05:07:49,100 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/endpoints used request id req-7a0484ce-bc4e-4783-81d0-31d63c831c51 2018-08-12 05:07:49,107 - 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.21:5000/v3/endpoints/0180081c176f44d28b00231a5e42328e'}, 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'cb46eeaecd3148259c3e255a5497608c', u'id': u'0180081c176f44d28b00231a5e42328e'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/0dea4b7330b54c0c9a0636f1e97478db'}, u'url': u'http://12.0.0.25:8080/v1/AUTH_%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'209950594c2b43048ba72516819c6386', u'id': u'0dea4b7330b54c0c9a0636f1e97478db'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/164fb84df0d249f1a90eaa5c2aa43963'}, u'url': u'http://172.30.9.21:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'99e7c5a4539d41d8ac9078a76fcee515', u'id': u'164fb84df0d249f1a90eaa5c2aa43963'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/190d75d57ae64cf0878a46f0524e7172'}, u'url': u'http://172.30.9.21:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'e5f94bd0ef324f738590907aed02c0f1', u'id': u'190d75d57ae64cf0878a46f0524e7172'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/1a02946ca6ed4a81a0bdcbef89ba8455'}, u'url': u'http://172.30.9.21:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'42a6b5976d8645e8a4c7c24467befa4d', u'id': u'1a02946ca6ed4a81a0bdcbef89ba8455'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/1b32ac2547c44d9eaf35ee6c4a387dcb'}, u'url': u'http://172.30.9.21:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'7229e6f7777f43d58cbed8a7dd0304d6', u'id': u'1b32ac2547c44d9eaf35ee6c4a387dcb'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/1cfb1ed578eb49dd87ca083a4db541c8'}, 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'cb46eeaecd3148259c3e255a5497608c', u'id': u'1cfb1ed578eb49dd87ca083a4db541c8'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/2240a154977f4379bf6cb7b06d908ad5'}, 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'7229e6f7777f43d58cbed8a7dd0304d6', u'id': u'2240a154977f4379bf6cb7b06d908ad5'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/2a9a76dbb65b4e1b8d6116fedbba8d84'}, u'url': u'http://192.30.9.4:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'99e7c5a4539d41d8ac9078a76fcee515', u'id': u'2a9a76dbb65b4e1b8d6116fedbba8d84'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/2d2cec92590247c08bd065796c7809f1'}, u'url': u'http://192.30.9.4:5000', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'bab20e1e10e642b3b651400b1c4f18bf', u'id': u'2d2cec92590247c08bd065796c7809f1'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/3369b5207e9e462493b48531ec10856d'}, 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'e5f94bd0ef324f738590907aed02c0f1', u'id': u'3369b5207e9e462493b48531ec10856d'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/34ab0036b02a4971b8fa6b0b45d8d3b5'}, 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'19d3b3318551439c9543240172cdbd78', u'id': u'34ab0036b02a4971b8fa6b0b45d8d3b5'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/3ca9accb793a49cbbe90e5a661064c92'}, u'url': u'http://172.30.9.21:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'15c0704ff3984609bc46a7ae9df6d854', u'id': u'3ca9accb793a49cbbe90e5a661064c92'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/3fc16a63f6be4d3c80a2783bb851e4bb'}, u'url': u'http://172.30.9.21:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'1dbfa23d060f4e70aa33e1cf9b50ab15', u'id': u'3fc16a63f6be4d3c80a2783bb851e4bb'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/43bb9a55be8d4fb9b7b14ab829552412'}, u'url': u'http://192.30.9.4:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'1dbfa23d060f4e70aa33e1cf9b50ab15', u'id': u'43bb9a55be8d4fb9b7b14ab829552412'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/4a4d4aede044418995764ba52a2f5df0'}, u'url': u'http://172.30.9.21:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'715f238e402745d38ee9f3b37fa5b7b2', u'id': u'4a4d4aede044418995764ba52a2f5df0'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/4fb85ade24214df2affc22743e195528'}, u'url': u'http://172.30.9.21:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'cb46eeaecd3148259c3e255a5497608c', u'id': u'4fb85ade24214df2affc22743e195528'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/60a5f72c43664608a86d96f08a113212'}, u'url': u'http://192.30.9.4:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'3420b5d212e345eca027a97d5de7638f', u'id': u'60a5f72c43664608a86d96f08a113212'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/623eb42a777f4771adf7f96e3a71405c'}, u'url': u'http://172.30.9.21:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'4c895a2543ed4b87a379b8595130a8f7', u'id': u'623eb42a777f4771adf7f96e3a71405c'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/720e01cf00f84d04a2ee62edcf16b6c5'}, 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'19d3b3318551439c9543240172cdbd78', u'id': u'720e01cf00f84d04a2ee62edcf16b6c5'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/75bcb5f8a1e1470d86971f289010cc01'}, 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'7fc41da629194ab488892d45d20f194e', u'id': u'75bcb5f8a1e1470d86971f289010cc01'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/7969c3b38465413d9a6597bdb8ece535'}, 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'42a6b5976d8645e8a4c7c24467befa4d', u'id': u'7969c3b38465413d9a6597bdb8ece535'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/825be5f2ac7f49148b48b6b902457d3b'}, 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'e5f94bd0ef324f738590907aed02c0f1', u'id': u'825be5f2ac7f49148b48b6b902457d3b'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/84de8f696bae486b93af949c9fcba0e0'}, u'url': u'http://192.30.9.4:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'3420b5d212e345eca027a97d5de7638f', u'id': u'84de8f696bae486b93af949c9fcba0e0'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/8b9cbe54bbaf48bea58cd1eac70c11e3'}, u'url': u'http://192.30.9.4:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'4c895a2543ed4b87a379b8595130a8f7', u'id': u'8b9cbe54bbaf48bea58cd1eac70c11e3'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/8e40ba7572e344069179902ef8294d94'}, u'url': u'http://172.30.9.21:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'19d3b3318551439c9543240172cdbd78', u'id': u'8e40ba7572e344069179902ef8294d94'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/955859bdf3284e0291fae73771e83dbf'}, 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'7fc41da629194ab488892d45d20f194e', u'id': u'955859bdf3284e0291fae73771e83dbf'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/a05785e9fdaf4b99b730c281a8798879'}, u'url': u'http://172.30.9.21:5000', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'bab20e1e10e642b3b651400b1c4f18bf', u'id': u'a05785e9fdaf4b99b730c281a8798879'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/aa83ad94e5364c91ae9784fdce32f60e'}, 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'715f238e402745d38ee9f3b37fa5b7b2', u'id': u'aa83ad94e5364c91ae9784fdce32f60e'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/ae7c491dfb654c01b3a40697a3d71d2a'}, u'url': u'http://192.30.9.4:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'1dbfa23d060f4e70aa33e1cf9b50ab15', u'id': u'ae7c491dfb654c01b3a40697a3d71d2a'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/b0df2bf1d7134de390b5d61b210210f1'}, u'url': u'http://192.30.9.4:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'99e7c5a4539d41d8ac9078a76fcee515', u'id': u'b0df2bf1d7134de390b5d61b210210f1'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/b9fb1c42ce3946749b180fecea8a4890'}, u'url': u'http://192.30.9.4:35357', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'bab20e1e10e642b3b651400b1c4f18bf', u'id': u'b9fb1c42ce3946749b180fecea8a4890'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/baac3ca7bc5242acae74cd07cd8aac8b'}, u'url': u'http://172.30.9.21:8080/v1/AUTH_%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'209950594c2b43048ba72516819c6386', u'id': u'baac3ca7bc5242acae74cd07cd8aac8b'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/c0ec153aa11f4d0ca453edd1a735ac0e'}, 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'7229e6f7777f43d58cbed8a7dd0304d6', u'id': u'c0ec153aa11f4d0ca453edd1a735ac0e'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/c5342aa69d8643359bba955b671d2015'}, u'url': u'http://192.30.9.4:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'4c895a2543ed4b87a379b8595130a8f7', u'id': u'c5342aa69d8643359bba955b671d2015'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/ca0ce0f5278a4af6b162a26925808f73'}, 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'42a6b5976d8645e8a4c7c24467befa4d', u'id': u'ca0ce0f5278a4af6b162a26925808f73'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/d0a2205495074bd29a4de90120faedb9'}, u'url': u'http://172.30.9.21:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'7fc41da629194ab488892d45d20f194e', u'id': u'd0a2205495074bd29a4de90120faedb9'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/e126bf7c26924c9f9cc609ae27eef638'}, u'url': u'http://172.30.9.21:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'3420b5d212e345eca027a97d5de7638f', u'id': u'e126bf7c26924c9f9cc609ae27eef638'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/e7bc02ef630d4ea3a79bdd2ceb1b95b9'}, u'url': u'http://192.30.9.4:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'15c0704ff3984609bc46a7ae9df6d854', u'id': u'e7bc02ef630d4ea3a79bdd2ceb1b95b9'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/f1f42723f09d48c9901ecfd4c8abc28c'}, u'url': u'http://12.0.0.25:8080', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'209950594c2b43048ba72516819c6386', u'id': u'f1f42723f09d48c9901ecfd4c8abc28c'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/f609c2453dc343a4a5565a231be14af1'}, 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'715f238e402745d38ee9f3b37fa5b7b2', u'id': u'f609c2453dc343a4a5565a231be14af1'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/f8ed02b7c8b8467f8e3ad22c2a47b4ec'}, u'url': u'http://192.30.9.4:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'15c0704ff3984609bc46a7ae9df6d854', u'id': u'f8ed02b7c8b8467f8e3ad22c2a47b4ec'})] 2018-08-12 05:07:49,109 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.extensions 2018-08-12 05:07:49,111 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}ce898e8e29466d84c152328d4e11c67dda89d064" 2018-08-12 05:07:49,221 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:07: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-ce382be9-876c-4ec5-bfe8-4bc09fc220cd x-compute-request-id: req-ce382be9-876c-4ec5-bfe8-4bc09fc220cd 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 05:07:49,222 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/extensions used request id req-ce382be9-876c-4ec5-bfe8-4bc09fc220cd 2018-08-12 05:07:49,222 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.extensions in 0.113493919373s 2018-08-12 05:07:49,223 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/extensions used request id req-ce382be9-876c-4ec5-bfe8-4bc09fc220cd 2018-08-12 05:07:49,238 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-floating-ip-pools 2018-08-12 05:07:49,240 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}ce898e8e29466d84c152328d4e11c67dda89d064" 2018-08-12 05:07:50,514 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:07: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-4b5298b0-7248-4de5-b242-b71558b44588 x-compute-request-id: req-4b5298b0-7248-4de5-b242-b71558b44588 Content-Length: 45 Content-Type: application/json RESP BODY: {"floating_ip_pools": [{"name": "external"}]} 2018-08-12 05:07:50,514 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-floating-ip-pools used request id req-4b5298b0-7248-4de5-b242-b71558b44588 2018-08-12 05:07:50,515 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-floating-ip-pools in 1.27686905861s 2018-08-12 05:07:50,515 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-floating-ip-pools used request id req-4b5298b0-7248-4de5-b242-b71558b44588 2018-08-12 05:07:50,515 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_floating_ip_pools: [{'name': u'external'}] 2018-08-12 05:07:50,521 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-12 05:07:50,521 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}ce898e8e29466d84c152328d4e11c67dda89d064" 2018-08-12 05:07:51,446 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-c4fb506e-ad7f-4f13-914c-2af319d9d88a Date: Sun, 12 Aug 2018 05:07:51 GMT RESP BODY: {"floatingips": []} 2018-08-12 05:07:51,446 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-c4fb506e-ad7f-4f13-914c-2af319d9d88a 2018-08-12 05:07:51,446 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.925705194473s 2018-08-12 05:07:51,447 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-c4fb506e-ad7f-4f13-914c-2af319d9d88a 2018-08-12 05:07:51,447 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_floating_ips: [] 2018-08-12 05:07:51,447 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-08-12 05:07:51,484 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}ce898e8e29466d84c152328d4e11c67dda89d064" 2018-08-12 05:07:51,522 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:07: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-c52d5bb8-3cd2-4fc5-bc1d-ef58d5a624b8 x-compute-request-id: req-c52d5bb8-3cd2-4fc5-bc1d-ef58d5a624b8 Content-Encoding: gzip Content-Length: 715 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 14}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.3", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 247, "hypervisor_version": 2010000, "disk_available_least": 246, "local_gb": 247, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 17}, "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": 5}]} 2018-08-12 05:07:51,522 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-hypervisors/detail used request id req-c52d5bb8-3cd2-4fc5-bc1d-ef58d5a624b8 2018-08-12 05:07:51,522 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.0749938488007s 2018-08-12 05:07:51,523 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-hypervisors/detail used request id req-c52d5bb8-3cd2-4fc5-bc1d-ef58d5a624b8 2018-08-12 05:07:51,524 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_hypervisors: [Munch({u'status': u'enabled', u'host_ip': u'192.30.9.3', u'hypervisor_hostname': u'overcloud-novacompute-1.opnfvlf.org', u'cpu_info': u'{"vendor": "Intel", "model": "Haswell-noTSX", "arch": "x86_64", "features": ["pge", "avx", "xsaveopt", "clflush", "sep", "syscall", "tsc_adjust", "tsc-deadline", "dtes64", "invpcid", "tsc", "fsgsbase", "xsave", "vmx", "erms", "xtpr", "cmov", "smep", "pcid", "est", "pat", "monitor", "smx", "pbe", "lm", "msr", "nx", "fxsr", "tm", "sse4.1", "pae", "sse4.2", "pclmuldq", "acpi", "fma", "vme", "popcnt", "mmx", "osxsave", "cx8", "mce", "de", "rdtscp", "ht", "dca", "lahf_lm", "abm", "pdcm", "mca", "pdpe1gb", "apic", "sse", "f16c", "pse", "ds", "invtsc", "pni", "tm2", "avx2", "aes", "sse2", "ss", "ds_cpl", "arat", "bmi1", "bmi2", "ssse3", "fpu", "cx16", "pse36", "mtrr", "movbe", "rdrand", "x2apic"], "topology": {"cores": 4, "cells": 2, "threads": 2, "sockets": 1}}', u'free_disk_gb': 247, u'hypervisor_version': 2010000, u'disk_available_least': 246, u'local_gb': 247, u'free_ram_mb': 28406, u'id': 2, u'service': {u'host': u'overcloud-novacompute-1.opnfvlf.org', u'disabled_reason': None, u'id': 14}, u'vcpus_used': 0, u'hypervisor_type': u'QEMU', u'local_gb_used': 0, u'vcpus': 16, u'memory_mb_used': 4096, u'memory_mb': 32502, u'current_workload': 0, u'state': u'up', u'running_vms': 0}), Munch({u'status': u'enabled', u'host_ip': u'192.30.9.5', u'hypervisor_hostname': u'overcloud-novacompute-0.opnfvlf.org', u'cpu_info': u'{"vendor": "Intel", "model": "Haswell-noTSX", "arch": "x86_64", "features": ["pge", "avx", "xsaveopt", "clflush", "sep", "syscall", "tsc_adjust", "tsc-deadline", "dtes64", "invpcid", "tsc", "fsgsbase", "xsave", "vmx", "erms", "xtpr", "cmov", "smep", "pcid", "est", "pat", "monitor", "smx", "pbe", "lm", "msr", "nx", "fxsr", "tm", "sse4.1", "pae", "sse4.2", "pclmuldq", "acpi", "fma", "vme", "popcnt", "mmx", "osxsave", "cx8", "mce", "de", "rdtscp", "ht", "dca", "lahf_lm", "abm", "pdcm", "mca", "pdpe1gb", "apic", "sse", "f16c", "pse", "ds", "invtsc", "pni", "tm2", "avx2", "aes", "sse2", "ss", "ds_cpl", "arat", "bmi1", "bmi2", "ssse3", "fpu", "cx16", "pse36", "mtrr", "movbe", "rdrand", "x2apic"], "topology": {"cores": 4, "cells": 2, "threads": 2, "sockets": 1}}', u'free_disk_gb': 247, u'hypervisor_version': 2010000, u'disk_available_least': 246, u'local_gb': 247, u'free_ram_mb': 28406, u'id': 5, u'service': {u'host': u'overcloud-novacompute-0.opnfvlf.org', u'disabled_reason': None, u'id': 17}, 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 05:07:51,524 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-keypairs 2018-08-12 05:07:51,527 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}ce898e8e29466d84c152328d4e11c67dda89d064" 2018-08-12 05:07:51,661 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:07: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-d8e45028-3e2f-4fe2-bb77-d484fe88832f x-compute-request-id: req-d8e45028-3e2f-4fe2-bb77-d484fe88832f Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-08-12 05:07:51,662 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-d8e45028-3e2f-4fe2-bb77-d484fe88832f 2018-08-12 05:07:51,662 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-keypairs in 0.137434959412s 2018-08-12 05:07:51,662 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-d8e45028-3e2f-4fe2-bb77-d484fe88832f 2018-08-12 05:07:51,662 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_keypairs: [] 2018-08-12 05:07:51,663 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 05:07:51,663 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ce898e8e29466d84c152328d4e11c67dda89d064" 2018-08-12 05:07:52,754 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-0601446b-2b51-4929-87fe-f23f25e92c94 Date: Sun, 12 Aug 2018 05:07:52 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"310f5853751a4c968f3eeb0a3d99a0a8","status":"ACTIVE","subnets":["ec788992-fa73-45cc-a7d9-6d44542124c2"],"description":"","tags":[],"updated_at":"2018-08-12T05:04:31Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"310f5853751a4c968f3eeb0a3d99a0a8","created_at":"2018-08-12T05:04:23Z","provider:network_type":"flat"}]} 2018-08-12 05:07:52,754 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-0601446b-2b51-4929-87fe-f23f25e92c94 2018-08-12 05:07:52,754 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.09167003632s 2018-08-12 05:07:52,755 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-0601446b-2b51-4929-87fe-f23f25e92c94 2018-08-12 05:07:52,755 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_networks: [Munch({u'status': u'ACTIVE', u'subnets': [u'ec788992-fa73-45cc-a7d9-6d44542124c2'], u'description': u'', u'provider:physical_network': u'datacentre', u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-08-12T05:04:31Z', u'is_default': False, u'revision_number': 6, u'port_security_enabled': True, u'mtu': 1500, u'id': u'03886690-4630-4c4c-9ccb-7eedaa9b1fd3', 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'310f5853751a4c968f3eeb0a3d99a0a8', u'created_at': u'2018-08-12T05:04:23Z', u'provider:network_type': u'flat', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'310f5853751a4c968f3eeb0a3d99a0a8'})] 2018-08-12 05:07:52,756 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-12 05:07:52,756 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}ce898e8e29466d84c152328d4e11c67dda89d064" 2018-08-12 05:07:53,625 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-8007a907-4ceb-436b-a470-c1a2e1bbbdef Date: Sun, 12 Aug 2018 05:07:53 GMT RESP BODY: {"ports":[]} 2018-08-12 05:07:53,625 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json used request id req-8007a907-4ceb-436b-a470-c1a2e1bbbdef 2018-08-12 05:07:53,625 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.869545936584s 2018-08-12 05:07:53,626 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json used request id req-8007a907-4ceb-436b-a470-c1a2e1bbbdef 2018-08-12 05:07:53,626 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_ports: [] 2018-08-12 05:07:53,630 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-12 05:07:53,633 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}ce898e8e29466d84c152328d4e11c67dda89d064" 2018-08-12 05:07:53,725 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:07:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3339230f-8a99-4204-b99d-8511782cfd54 Content-Encoding: gzip Content-Length: 727 Content-Type: application/json RESP BODY: {"role_assignments": [{"scope": {"project": {"id": "310f5853751a4c968f3eeb0a3d99a0a8"}}, "role": {"id": "8dbf9ffab0974542864a297567a51a1c"}, "user": {"id": "105a247548624314b9228f85f6325f0b"}, "links": {"assignment": "http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8/users/105a247548624314b9228f85f6325f0b/roles/8dbf9ffab0974542864a297567a51a1c"}}, {"scope": {"project": {"id": "310f5853751a4c968f3eeb0a3d99a0a8"}}, "role": {"id": "8dbf9ffab0974542864a297567a51a1c"}, "user": {"id": "1c5de0eaa44543f08da6ad63a51594ff"}, "links": {"assignment": "http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8/users/1c5de0eaa44543f08da6ad63a51594ff/roles/8dbf9ffab0974542864a297567a51a1c"}}, {"scope": {"project": {"id": "310f5853751a4c968f3eeb0a3d99a0a8"}}, "role": {"id": "8dbf9ffab0974542864a297567a51a1c"}, "user": {"id": "1d127b5b832547a88a547c116dfdd65b"}, "links": {"assignment": "http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8/users/1d127b5b832547a88a547c116dfdd65b/roles/8dbf9ffab0974542864a297567a51a1c"}}, {"scope": {"project": {"id": "310f5853751a4c968f3eeb0a3d99a0a8"}}, "role": {"id": "8dbf9ffab0974542864a297567a51a1c"}, "user": {"id": "1d5cfc170d624ce4ae53ae0507c8d517"}, "links": {"assignment": "http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8/users/1d5cfc170d624ce4ae53ae0507c8d517/roles/8dbf9ffab0974542864a297567a51a1c"}}, {"scope": {"project": {"id": "310f5853751a4c968f3eeb0a3d99a0a8"}}, "role": {"id": "8dbf9ffab0974542864a297567a51a1c"}, "user": {"id": "2421820b75eb4d3ebd02830378d1377b"}, "links": {"assignment": "http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8/users/2421820b75eb4d3ebd02830378d1377b/roles/8dbf9ffab0974542864a297567a51a1c"}}, {"scope": {"project": {"id": "310f5853751a4c968f3eeb0a3d99a0a8"}}, "role": {"id": "8dbf9ffab0974542864a297567a51a1c"}, "user": {"id": "40bd8ee54ecf44868cc83cede652c396"}, "links": {"assignment": "http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8/users/40bd8ee54ecf44868cc83cede652c396/roles/8dbf9ffab0974542864a297567a51a1c"}}, {"scope": {"project": {"id": "a267b9a156244bb192691cff6e5f74fe"}}, "role": {"id": "8dbf9ffab0974542864a297567a51a1c"}, "user": {"id": "4f32fb8153854c4c9f5094b42b523f80"}, "links": {"assignment": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe/users/4f32fb8153854c4c9f5094b42b523f80/roles/8dbf9ffab0974542864a297567a51a1c"}}, {"scope": {"project": {"id": "310f5853751a4c968f3eeb0a3d99a0a8"}}, "role": {"id": "8dbf9ffab0974542864a297567a51a1c"}, "user": {"id": "7066130d08fb4db7bf4ab468de53933b"}, "links": {"assignment": "http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8/users/7066130d08fb4db7bf4ab468de53933b/roles/8dbf9ffab0974542864a297567a51a1c"}}, {"scope": {"project": {"id": "310f5853751a4c968f3eeb0a3d99a0a8"}}, "role": {"id": "8dbf9ffab0974542864a297567a51a1c"}, "user": {"id": "9defcced327d476f8a3beab718a13da3"}, "links": {"assignment": "http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8/users/9defcced327d476f8a3beab718a13da3/roles/8dbf9ffab0974542864a297567a51a1c"}}, {"scope": {"project": {"id": "310f5853751a4c968f3eeb0a3d99a0a8"}}, "role": {"id": "8dbf9ffab0974542864a297567a51a1c"}, "user": {"id": "b80ee4f6992446e0879624dd436e99a6"}, "links": {"assignment": "http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8/users/b80ee4f6992446e0879624dd436e99a6/roles/8dbf9ffab0974542864a297567a51a1c"}}, {"scope": {"project": {"id": "310f5853751a4c968f3eeb0a3d99a0a8"}}, "role": {"id": "8dbf9ffab0974542864a297567a51a1c"}, "user": {"id": "b86fd3e011324d398fcdb6f095a20a9d"}, "links": {"assignment": "http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8/users/b86fd3e011324d398fcdb6f095a20a9d/roles/8dbf9ffab0974542864a297567a51a1c"}}, {"scope": {"project": {"id": "310f5853751a4c968f3eeb0a3d99a0a8"}}, "role": {"id": "8dbf9ffab0974542864a297567a51a1c"}, "user": {"id": "c1701d2754064b5cadf765ea0806f9b2"}, "links": {"assignment": "http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8/users/c1701d2754064b5cadf765ea0806f9b2/roles/8dbf9ffab0974542864a297567a51a1c"}}, {"scope": {"project": {"id": "310f5853751a4c968f3eeb0a3d99a0a8"}}, "role": {"id": "580220b4f1f4445baf065b623dca8e4e"}, "user": {"id": "db4e7b8d76d549faa502716565c733dd"}, "links": {"assignment": "http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8/users/db4e7b8d76d549faa502716565c733dd/roles/580220b4f1f4445baf065b623dca8e4e"}}, {"scope": {"project": {"id": "310f5853751a4c968f3eeb0a3d99a0a8"}}, "role": {"id": "8dbf9ffab0974542864a297567a51a1c"}, "user": {"id": "db4e7b8d76d549faa502716565c733dd"}, "links": {"assignment": "http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8/users/db4e7b8d76d549faa502716565c733dd/roles/8dbf9ffab0974542864a297567a51a1c"}}, {"scope": {"domain": {"id": "1eec97585bde483292ece28ee11f4b8d"}}, "role": {"id": "8dbf9ffab0974542864a297567a51a1c"}, "user": {"id": "8d0898a83bcf4521bbc11501d5d7ac89"}, "links": {"assignment": "http://172.30.9.21:5000/v3/domains/1eec97585bde483292ece28ee11f4b8d/users/8d0898a83bcf4521bbc11501d5d7ac89/roles/8dbf9ffab0974542864a297567a51a1c"}}, {"scope": {"system": {"all": true}}, "role": {"id": "8dbf9ffab0974542864a297567a51a1c"}, "user": {"id": "4f32fb8153854c4c9f5094b42b523f80"}, "links": {"assignment": "http://172.30.9.21:5000/v3/system/users/4f32fb8153854c4c9f5094b42b523f80/roles/8dbf9ffab0974542864a297567a51a1c"}}], "links": {"self": "http://172.30.9.21:5000/v3/role_assignments", "previous": null, "next": null}} 2018-08-12 05:07:53,725 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments used request id req-3339230f-8a99-4204-b99d-8511782cfd54 2018-08-12 05:07:53,725 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.0953729152679s 2018-08-12 05:07:53,726 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments used request id req-3339230f-8a99-4204-b99d-8511782cfd54 2018-08-12 05:07:53,729 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_role_assignments: [Munch({'project': u'310f5853751a4c968f3eeb0a3d99a0a8', 'id': u'8dbf9ffab0974542864a297567a51a1c', 'user': u'105a247548624314b9228f85f6325f0b'}), Munch({'project': u'310f5853751a4c968f3eeb0a3d99a0a8', 'id': u'8dbf9ffab0974542864a297567a51a1c', 'user': u'1c5de0eaa44543f08da6ad63a51594ff'}), Munch({'project': u'310f5853751a4c968f3eeb0a3d99a0a8', 'id': u'8dbf9ffab0974542864a297567a51a1c', 'user': u'1d127b5b832547a88a547c116dfdd65b'}), Munch({'project': u'310f5853751a4c968f3eeb0a3d99a0a8', 'id': u'8dbf9ffab0974542864a297567a51a1c', 'user': u'1d5cfc170d624ce4ae53ae0507c8d517'}), Munch({'project': u'310f5853751a4c968f3eeb0a3d99a0a8', 'id': u'8dbf9ffab0974542864a297567a51a1c', 'user': u'2421820b75eb4d3ebd02830378d1377b'}), Munch({'project': u'310f5853751a4c968f3eeb0a3d99a0a8', 'id': u'8dbf9ffab0974542864a297567a51a1c', 'user': u'40bd8ee54ecf44868cc83cede652c396'}), Munch({'project': u'a267b9a156244bb192691cff6e5f74fe', 'id': u'8dbf9ffab0974542864a297567a51a1c', 'user': u'4f32fb8153854c4c9f5094b42b523f80'}), Munch({'project': u'310f5853751a4c968f3eeb0a3d99a0a8', 'id': u'8dbf9ffab0974542864a297567a51a1c', 'user': u'7066130d08fb4db7bf4ab468de53933b'}), Munch({'project': u'310f5853751a4c968f3eeb0a3d99a0a8', 'id': u'8dbf9ffab0974542864a297567a51a1c', 'user': u'9defcced327d476f8a3beab718a13da3'}), Munch({'project': u'310f5853751a4c968f3eeb0a3d99a0a8', 'id': u'8dbf9ffab0974542864a297567a51a1c', 'user': u'b80ee4f6992446e0879624dd436e99a6'}), Munch({'project': u'310f5853751a4c968f3eeb0a3d99a0a8', 'id': u'8dbf9ffab0974542864a297567a51a1c', 'user': u'b86fd3e011324d398fcdb6f095a20a9d'}), Munch({'project': u'310f5853751a4c968f3eeb0a3d99a0a8', 'id': u'8dbf9ffab0974542864a297567a51a1c', 'user': u'c1701d2754064b5cadf765ea0806f9b2'}), Munch({'project': u'310f5853751a4c968f3eeb0a3d99a0a8', 'id': u'580220b4f1f4445baf065b623dca8e4e', 'user': u'db4e7b8d76d549faa502716565c733dd'}), Munch({'project': u'310f5853751a4c968f3eeb0a3d99a0a8', 'id': u'8dbf9ffab0974542864a297567a51a1c', 'user': u'db4e7b8d76d549faa502716565c733dd'}), Munch({'domain': u'1eec97585bde483292ece28ee11f4b8d', 'id': u'8dbf9ffab0974542864a297567a51a1c', 'user': u'8d0898a83bcf4521bbc11501d5d7ac89'}), Munch({'id': u'8dbf9ffab0974542864a297567a51a1c', 'user': u'4f32fb8153854c4c9f5094b42b523f80'})] 2018-08-12 05:07:53,732 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-12 05:07:53,735 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}ce898e8e29466d84c152328d4e11c67dda89d064" 2018-08-12 05:07:53,827 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:07:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-683d2952-1483-4010-a8c2-04553c16abb6 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 05:07:53,828 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-683d2952-1483-4010-a8c2-04553c16abb6 2018-08-12 05:07:53,828 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0952849388123s 2018-08-12 05:07:53,828 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-683d2952-1483-4010-a8c2-04553c16abb6 2018-08-12 05:07:53,829 - 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'ResellerAdmin', 'id': u'580220b4f1f4445baf065b623dca8e4e'}), 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'84a3558756784b59803af4e965b46d30'}), 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'8dbf9ffab0974542864a297567a51a1c'}), Munch({'properties': {}, 'location': Munch({'project': Munch({'domain_id': None, 'id': None, 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': None, 'name': u'_member_', 'id': u'9fe2ff9ee4384b1894a90878d3e92bab'}), Munch({'properties': {}, 'location': Munch({'project': Munch({'domain_id': None, 'id': None, 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': None, 'name': u'heat_stack_user', 'id': u'd449de942b3f4c8c8f7267dc03612773'})] 2018-08-12 05:07:53,830 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-12 05:07:53,830 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}ce898e8e29466d84c152328d4e11c67dda89d064" 2018-08-12 05:07:53,889 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-113b0415-5c61-4385-9e65-08bcf461a7e7 Date: Sun, 12 Aug 2018 05:07:53 GMT RESP BODY: {"routers": []} 2018-08-12 05:07:53,889 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-113b0415-5c61-4385-9e65-08bcf461a7e7 2018-08-12 05:07:53,889 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.0592410564423s 2018-08-12 05:07:53,889 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-113b0415-5c61-4385-9e65-08bcf461a7e7 2018-08-12 05:07:53,890 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_routers: [] 2018-08-12 05:07:53,890 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 05:07:53,893 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ce898e8e29466d84c152328d4e11c67dda89d064" 2018-08-12 05:07:54,115 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:07: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-b03f5695-41ef-40ee-987d-4bd9591a325f x-compute-request-id: req-b03f5695-41ef-40ee-987d-4bd9591a325f Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-12 05:07:54,115 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-b03f5695-41ef-40ee-987d-4bd9591a325f 2018-08-12 05:07:54,115 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.224996089935s 2018-08-12 05:07:54,115 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-b03f5695-41ef-40ee-987d-4bd9591a325f 2018-08-12 05:07:54,116 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_servers: [] 2018-08-12 05:07:54,119 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-08-12 05:07:54,121 - 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 05:07:54,128 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 05:07:54 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://192.30.9.4:35357/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://192.30.9.4:35357/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 05:07:54,129 - 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}ce898e8e29466d84c152328d4e11c67dda89d064" 2018-08-12 05:07:54,288 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:07:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8e96e3df-cca6-48a8-85be-7cbd947f31d4 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"services": [{"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.4:35357/v3/services/15c0704ff3984609bc46a7ae9df6d854"}, "enabled": true, "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.4:35357/v3/services/19d3b3318551439c9543240172cdbd78"}, "enabled": true, "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.4:35357/v3/services/1dbfa23d060f4e70aa33e1cf9b50ab15"}, "enabled": true, "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.4:35357/v3/services/209950594c2b43048ba72516819c6386"}, "enabled": true, "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.4:35357/v3/services/2a58b259627349678c35c4f7a309d1b8"}, "enabled": true, "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.4:35357/v3/services/3420b5d212e345eca027a97d5de7638f"}, "enabled": true, "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.4:35357/v3/services/42a6b5976d8645e8a4c7c24467befa4d"}, "enabled": true, "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.4:35357/v3/services/4c895a2543ed4b87a379b8595130a8f7"}, "enabled": true, "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.4:35357/v3/services/715f238e402745d38ee9f3b37fa5b7b2"}, "enabled": true, "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.4:35357/v3/services/7229e6f7777f43d58cbed8a7dd0304d6"}, "enabled": true, "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.4:35357/v3/services/7fc41da629194ab488892d45d20f194e"}, "enabled": true, "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.4:35357/v3/services/99e7c5a4539d41d8ac9078a76fcee515"}, "enabled": true, "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.4:35357/v3/services/bab20e1e10e642b3b651400b1c4f18bf"}, "enabled": true, "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.4:35357/v3/services/cb46eeaecd3148259c3e255a5497608c"}, "enabled": true, "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.4:35357/v3/services/e5f94bd0ef324f738590907aed02c0f1"}, "enabled": true, "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "links": {"self": "http://192.30.9.4:35357/v3/services", "previous": null, "next": null}} 2018-08-12 05:07:54,288 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.4:35357/v3/services used request id req-8e96e3df-cca6-48a8-85be-7cbd947f31d4 2018-08-12 05:07:54,288 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.169121980667s 2018-08-12 05:07:54,288 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.4:35357/v3/services used request id req-8e96e3df-cca6-48a8-85be-7cbd947f31d4 2018-08-12 05:07:54,293 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_services: [Munch({'description': u'OpenStack Image Service', 'service_type': u'image', 'type': u'image', 'enabled': True, 'id': u'15c0704ff3984609bc46a7ae9df6d854', 'name': u'glance'}), Munch({'description': u'Cinder Service v2', 'service_type': u'volumev2', 'type': u'volumev2', 'enabled': True, 'id': u'19d3b3318551439c9543240172cdbd78', 'name': u'cinderv2'}), Munch({'description': u'OpenStack Metric Service', 'service_type': u'metric', 'type': u'metric', 'enabled': True, 'id': u'1dbfa23d060f4e70aa33e1cf9b50ab15', 'name': u'gnocchi'}), Munch({'description': u'Openstack Object-Store Service', 'service_type': u'object-store', 'type': u'object-store', 'enabled': True, 'id': u'209950594c2b43048ba72516819c6386', 'name': u'swift'}), Munch({'description': u'Openstack Metering Service', 'service_type': u'metering', 'type': u'metering', 'enabled': True, 'id': u'2a58b259627349678c35c4f7a309d1b8', 'name': u'ceilometer'}), Munch({'description': u'Neutron Networking Service', 'service_type': u'network', 'type': u'network', 'enabled': True, 'id': u'3420b5d212e345eca027a97d5de7638f', 'name': u'neutron'}), Munch({'description': u'Openstack Compute Service', 'service_type': u'compute', 'type': u'compute', 'enabled': True, 'id': u'42a6b5976d8645e8a4c7c24467befa4d', 'name': u'nova'}), Munch({'description': u'OpenStack Event Service', 'service_type': u'event', 'type': u'event', 'enabled': True, 'id': u'4c895a2543ed4b87a379b8595130a8f7', 'name': u'panko'}), Munch({'description': u'Cinder Service', 'service_type': u'volume', 'type': u'volume', 'enabled': True, 'id': u'715f238e402745d38ee9f3b37fa5b7b2', 'name': u'cinder'}), Munch({'description': u'Openstack Orchestration Service', 'service_type': u'orchestration', 'type': u'orchestration', 'enabled': True, 'id': u'7229e6f7777f43d58cbed8a7dd0304d6', 'name': u'heat'}), Munch({'description': u'Openstack Placement Service', 'service_type': u'placement', 'type': u'placement', 'enabled': True, 'id': u'7fc41da629194ab488892d45d20f194e', 'name': u'placement'}), Munch({'description': u'OpenStack Alarming Service', 'service_type': u'alarming', 'type': u'alarming', 'enabled': True, 'id': u'99e7c5a4539d41d8ac9078a76fcee515', 'name': u'aodh'}), Munch({'description': u'OpenStack Identity Service', 'service_type': u'identity', 'type': u'identity', 'enabled': True, 'id': u'bab20e1e10e642b3b651400b1c4f18bf', 'name': u'keystone'}), Munch({'description': u'Openstack Cloudformation Service', 'service_type': u'cloudformation', 'type': u'cloudformation', 'enabled': True, 'id': u'cb46eeaecd3148259c3e255a5497608c', 'name': u'heat-cfn'}), Munch({'description': u'Cinder Service v3', 'service_type': u'volumev3', 'type': u'volumev3', 'enabled': True, 'id': u'e5f94bd0ef324f738590907aed02c0f1', 'name': u'cinderv3'})] 2018-08-12 05:07:54,294 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-12 05:07:54,295 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}ce898e8e29466d84c152328d4e11c67dda89d064" 2018-08-12 05:07:54,506 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-4e24b7c4-b028-4a13-8da8-77bc776351b6 Date: Sun, 12 Aug 2018 05:07:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","tenant_id":"310f5853751a4c968f3eeb0a3d99a0a8","created_at":"2018-08-12T05:04:31Z","dns_nameservers":[],"updated_at":"2018-08-12T05:04:31Z","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":"310f5853751a4c968f3eeb0a3d99a0a8","id":"ec788992-fa73-45cc-a7d9-6d44542124c2","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-12 05:07:54,506 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-4e24b7c4-b028-4a13-8da8-77bc776351b6 2018-08-12 05:07:54,506 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.211560964584s 2018-08-12 05:07:54,506 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-4e24b7c4-b028-4a13-8da8-77bc776351b6 2018-08-12 05:07:54,507 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_subnets: [Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-12T05:04:31Z', 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'ec788992-fa73-45cc-a7d9-6d44542124c2', u'subnetpool_id': None, u'service_types': [], u'name': u'external-subnet', u'enable_dhcp': False, u'network_id': u'03886690-4630-4c4c-9ccb-7eedaa9b1fd3', u'tenant_id': u'310f5853751a4c968f3eeb0a3d99a0a8', u'created_at': u'2018-08-12T05:04:31Z', u'dns_nameservers': [], u'gateway_ip': u'172.30.9.1', u'ip_version': 4, u'project_id': u'310f5853751a4c968f3eeb0a3d99a0a8'})] 2018-08-12 05:07:54,623 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-12 05:07:54,624 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:07 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-08-12 05:07:54,683 - xtesting.ci.run_tests - INFO - Loading test case 'tenantnetwork1'... 2018-08-12 05:07:54,789 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-12 05:07:54,789 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-12 05:07:54,789 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-12 05:07:54,790 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-12 05:07:54,790 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-12 05:07:54,790 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-12 05:07:54,790 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-12 05:07:54,790 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-12 05:07:54,790 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-12 05:07:54,790 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-12 05:07:54,790 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-12 05:07:54,790 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-12 05:07:54,790 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-12 05:07:54,790 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-12 05:07:54,790 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-12 05:07:54,790 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-12 05:07:54,790 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-12 05:07:54,790 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-12 05:07:54,790 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-12 05:07:54,790 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-12 05:07:54,790 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-12 05:07:54,790 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-12 05:07:54,792 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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 05:07:54,797 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:07:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0aa572d8-21ac-4e02-944e-1a88e9114a19 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 05:07:54,797 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-0aa572d8-21ac-4e02-944e-1a88e9114a19 2018-08-12 05:07:54,797 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-08-12 05:07:55,279 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T06:07:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["I7LKL1LmSQSbmVf8KhyjGA"], "issued_at": "2018-08-12T05:07:55.000000Z"}} 2018-08-12 05:07:55,282 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 05:07:55,282 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}eef080514d6e20f8900e1be95756fa7505b2b587" 2018-08-12 05:07:56,252 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-27c942cf-edeb-443c-8afe-649c07ba6c18 Date: Sun, 12 Aug 2018 05:07:56 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"310f5853751a4c968f3eeb0a3d99a0a8","status":"ACTIVE","subnets":["ec788992-fa73-45cc-a7d9-6d44542124c2"],"description":"","tags":[],"updated_at":"2018-08-12T05:04:31Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"310f5853751a4c968f3eeb0a3d99a0a8","created_at":"2018-08-12T05:04:23Z","provider:network_type":"flat"}]} 2018-08-12 05:07:56,253 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-27c942cf-edeb-443c-8afe-649c07ba6c18 2018-08-12 05:07:56,253 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.970941066742s 2018-08-12 05:07:56,253 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-27c942cf-edeb-443c-8afe-649c07ba6c18 2018-08-12 05:07:56,254 - xtesting.ci.run_tests - INFO - Running test case 'tenantnetwork1'... 2018-08-12 05:07:56,254 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-12 05:07:56,255 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}eef080514d6e20f8900e1be95756fa7505b2b587" -d '{"network": {"name": "tenantnetwork1-net_4b8ee2a8-32dc-4914-8e43-85f2d9725940", "admin_state_up": true}}' 2018-08-12 05:07:57,786 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-0d0efd50-903a-4cda-9166-65751a666b3f Date: Sun, 12 Aug 2018 05:07:57 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"28859b32-65ea-45ca-b743-34319c1ee57a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"a267b9a156244bb192691cff6e5f74fe","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T05:07:57Z","is_default":false,"provider:segmentation_id":35,"name":"tenantnetwork1-net_4b8ee2a8-32dc-4914-8e43-85f2d9725940","admin_state_up":true,"tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T05:07:57Z","mtu":1450}} 2018-08-12 05:07:57,786 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-0d0efd50-903a-4cda-9166-65751a666b3f 2018-08-12 05:07:57,787 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 1.53204298019s 2018-08-12 05:07:57,787 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-0d0efd50-903a-4cda-9166-65751a666b3f 2018-08-12 05:07:57,787 - 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-12T05:07:57Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'28859b32-65ea-45ca-b743-34319c1ee57a', u'provider:segmentation_id': 35, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tenantnetwork1-net_4b8ee2a8-32dc-4914-8e43-85f2d9725940', u'admin_state_up': True, u'tenant_id': u'a267b9a156244bb192691cff6e5f74fe', u'created_at': u'2018-08-12T05:07:57Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'a267b9a156244bb192691cff6e5f74fe'}) 2018-08-12 05:07:57,788 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 05:07:57,789 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eef080514d6e20f8900e1be95756fa7505b2b587" 2018-08-12 05:07:58,886 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1352 X-Openstack-Request-Id: req-e73b242f-40a9-4431-9db2-df1367bda47e Date: Sun, 12 Aug 2018 05:07:58 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"310f5853751a4c968f3eeb0a3d99a0a8","status":"ACTIVE","subnets":["ec788992-fa73-45cc-a7d9-6d44542124c2"],"description":"","tags":[],"updated_at":"2018-08-12T05:04:31Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"310f5853751a4c968f3eeb0a3d99a0a8","created_at":"2018-08-12T05:04:23Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"28859b32-65ea-45ca-b743-34319c1ee57a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"a267b9a156244bb192691cff6e5f74fe","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T05:07:57Z","provider:segmentation_id":35,"name":"tenantnetwork1-net_4b8ee2a8-32dc-4914-8e43-85f2d9725940","admin_state_up":true,"tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T05:07:57Z","provider:network_type":"vxlan"}]} 2018-08-12 05:07:58,886 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-e73b242f-40a9-4431-9db2-df1367bda47e 2018-08-12 05:07:58,887 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.09833884239s 2018-08-12 05:07:58,887 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-e73b242f-40a9-4431-9db2-df1367bda47e 2018-08-12 05:07:58,889 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-12 05:07:58,889 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}eef080514d6e20f8900e1be95756fa7505b2b587" -d '{"subnet": {"name": "tenantnetwork1-subnet_4b8ee2a8-32dc-4914-8e43-85f2d9725940", "enable_dhcp": true, "network_id": "28859b32-65ea-45ca-b743-34319c1ee57a", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-12 05:08:00,505 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-db501d6f-6a74-4ec9-b9c5-3ef9b5e4525a Date: Sun, 12 Aug 2018 05:08:00 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"28859b32-65ea-45ca-b743-34319c1ee57a","tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T05:08:00Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-12T05:08: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":"a267b9a156244bb192691cff6e5f74fe","id":"f72370f0-02dc-4641-a7f9-66ba3048ace7","subnetpool_id":null,"name":"tenantnetwork1-subnet_4b8ee2a8-32dc-4914-8e43-85f2d9725940"}} 2018-08-12 05:08:00,505 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-db501d6f-6a74-4ec9-b9c5-3ef9b5e4525a 2018-08-12 05:08:00,505 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.61653184891s 2018-08-12 05:08:00,506 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-db501d6f-6a74-4ec9-b9c5-3ef9b5e4525a 2018-08-12 05:08:00,506 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-12T05:08: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'f72370f0-02dc-4641-a7f9-66ba3048ace7', u'subnetpool_id': None, u'service_types': [], u'name': u'tenantnetwork1-subnet_4b8ee2a8-32dc-4914-8e43-85f2d9725940', u'enable_dhcp': True, u'network_id': u'28859b32-65ea-45ca-b743-34319c1ee57a', u'tenant_id': u'a267b9a156244bb192691cff6e5f74fe', u'created_at': u'2018-08-12T05:08: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'a267b9a156244bb192691cff6e5f74fe'}) 2018-08-12 05:08:00,507 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-12 05:08:00,507 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}eef080514d6e20f8900e1be95756fa7505b2b587" -d '{"router": {"external_gateway_info": {"network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3"}, "name": "tenantnetwork1-router_4b8ee2a8-32dc-4914-8e43-85f2d9725940", "admin_state_up": true}}' 2018-08-12 05:08:02,071 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 647 X-Openstack-Request-Id: req-a9ec9a9f-867c-4b1a-8a1f-bcdac082f862 Date: Sun, 12 Aug 2018 05:08:02 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ec788992-fa73-45cc-a7d9-6d44542124c2", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "created_at": "2018-08-12T05:08:00Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-12T05:08:01Z", "revision_number": 2, "routes": [], "project_id": "a267b9a156244bb192691cff6e5f74fe", "id": "cf10df2c-e888-4df8-a35d-12e5ae541bae", "name": "tenantnetwork1-router_4b8ee2a8-32dc-4914-8e43-85f2d9725940"}} 2018-08-12 05:08:02,072 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-a9ec9a9f-867c-4b1a-8a1f-bcdac082f862 2018-08-12 05:08:02,072 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.56505894661s 2018-08-12 05:08:02,072 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-a9ec9a9f-867c-4b1a-8a1f-bcdac082f862 2018-08-12 05:08:02,073 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'03886690-4630-4c4c-9ccb-7eedaa9b1fd3', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'ec788992-fa73-45cc-a7d9-6d44542124c2', u'ip_address': u'172.30.9.204'}]}, u'description': u'', u'tags': [], u'tenant_id': u'a267b9a156244bb192691cff6e5f74fe', u'created_at': u'2018-08-12T05:08:00Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-12T05:08:01Z', u'revision_number': 2, u'routes': [], u'project_id': u'a267b9a156244bb192691cff6e5f74fe', u'id': u'cf10df2c-e888-4df8-a35d-12e5ae541bae', u'name': u'tenantnetwork1-router_4b8ee2a8-32dc-4914-8e43-85f2d9725940'}) 2018-08-12 05:08:02,073 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-12 05:08:02,074 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/cf10df2c-e888-4df8-a35d-12e5ae541bae/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}eef080514d6e20f8900e1be95756fa7505b2b587" -d '{"subnet_id": "f72370f0-02dc-4641-a7f9-66ba3048ace7"}' 2018-08-12 05:08:03,890 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-e4a8a892-2486-4900-86b6-fbc465e444a8 Date: Sun, 12 Aug 2018 05:08:03 GMT RESP BODY: {"network_id": "28859b32-65ea-45ca-b743-34319c1ee57a", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "subnet_id": "f72370f0-02dc-4641-a7f9-66ba3048ace7", "subnet_ids": ["f72370f0-02dc-4641-a7f9-66ba3048ace7"], "port_id": "72abcce8-b6fd-42d0-a8eb-83b689e7226b", "id": "cf10df2c-e888-4df8-a35d-12e5ae541bae"} 2018-08-12 05:08:03,890 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/cf10df2c-e888-4df8-a35d-12e5ae541bae/add_router_interface.json used request id req-e4a8a892-2486-4900-86b6-fbc465e444a8 2018-08-12 05:08:03,890 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.81703305244s 2018-08-12 05:08:03,891 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/cf10df2c-e888-4df8-a35d-12e5ae541bae/add_router_interface.json used request id req-e4a8a892-2486-4900-86b6-fbc465e444a8 returning object cf10df2c-e888-4df8-a35d-12e5ae541bae 2018-08-12 05:08:04,012 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-12 05:08:04,012 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | tenantnetwork1 | functest | 00:08 | PASS | +------------------------+------------------+------------------+----------------+ 2018-08-12 05:08:04,017 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-12 05:08:04,018 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/cf10df2c-e888-4df8-a35d-12e5ae541bae/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}eef080514d6e20f8900e1be95756fa7505b2b587" -d '{"subnet_id": "f72370f0-02dc-4641-a7f9-66ba3048ace7"}' 2018-08-12 05:08:06,497 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-656a144e-1675-4c68-8a59-f9e28ab35d96 Date: Sun, 12 Aug 2018 05:08:06 GMT RESP BODY: {"network_id": "28859b32-65ea-45ca-b743-34319c1ee57a", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "subnet_id": "f72370f0-02dc-4641-a7f9-66ba3048ace7", "subnet_ids": ["f72370f0-02dc-4641-a7f9-66ba3048ace7"], "port_id": "72abcce8-b6fd-42d0-a8eb-83b689e7226b", "id": "cf10df2c-e888-4df8-a35d-12e5ae541bae"} 2018-08-12 05:08:06,497 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/cf10df2c-e888-4df8-a35d-12e5ae541bae/remove_router_interface.json used request id req-656a144e-1675-4c68-8a59-f9e28ab35d96 2018-08-12 05:08:06,498 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.48021292686s 2018-08-12 05:08:06,498 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/cf10df2c-e888-4df8-a35d-12e5ae541bae/remove_router_interface.json used request id req-656a144e-1675-4c68-8a59-f9e28ab35d96 returning object cf10df2c-e888-4df8-a35d-12e5ae541bae 2018-08-12 05:08:06,498 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-12 05:08:06,499 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}eef080514d6e20f8900e1be95756fa7505b2b587" 2018-08-12 05:08:06,612 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-b2e77e82-5776-47e8-b1ff-02fb90c84488 Date: Sun, 12 Aug 2018 05:08:06 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ec788992-fa73-45cc-a7d9-6d44542124c2", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "created_at": "2018-08-12T05:08:00Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-12T05:08:05Z", "revision_number": 4, "routes": [], "project_id": "a267b9a156244bb192691cff6e5f74fe", "id": "cf10df2c-e888-4df8-a35d-12e5ae541bae", "name": "tenantnetwork1-router_4b8ee2a8-32dc-4914-8e43-85f2d9725940"}]} 2018-08-12 05:08:06,612 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-b2e77e82-5776-47e8-b1ff-02fb90c84488 2018-08-12 05:08:06,612 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.113364934921s 2018-08-12 05:08:06,612 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-b2e77e82-5776-47e8-b1ff-02fb90c84488 2018-08-12 05:08:06,614 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-12 05:08:06,614 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/routers/cf10df2c-e888-4df8-a35d-12e5ae541bae.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eef080514d6e20f8900e1be95756fa7505b2b587" 2018-08-12 05:08:08,986 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7f722f6e-a662-469e-8fd9-da15111ce244 Content-Length: 0 Date: Sun, 12 Aug 2018 05:08:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 05:08:08,986 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/cf10df2c-e888-4df8-a35d-12e5ae541bae.json used request id req-7f722f6e-a662-469e-8fd9-da15111ce244 2018-08-12 05:08:08,986 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 2.37249398232s 2018-08-12 05:08:08,986 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/cf10df2c-e888-4df8-a35d-12e5ae541bae.json used request id req-7f722f6e-a662-469e-8fd9-da15111ce244 2018-08-12 05:08:08,987 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-12 05:08:08,987 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}eef080514d6e20f8900e1be95756fa7505b2b587" 2018-08-12 05:08:09,284 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1296 X-Openstack-Request-Id: req-430ef647-3581-45d1-a062-530f11a45acd Date: Sun, 12 Aug 2018 05:08:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","tenant_id":"310f5853751a4c968f3eeb0a3d99a0a8","created_at":"2018-08-12T05:04:31Z","dns_nameservers":[],"updated_at":"2018-08-12T05:04:31Z","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":"310f5853751a4c968f3eeb0a3d99a0a8","id":"ec788992-fa73-45cc-a7d9-6d44542124c2","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"28859b32-65ea-45ca-b743-34319c1ee57a","tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T05:08:00Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-12T05:08: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":"a267b9a156244bb192691cff6e5f74fe","id":"f72370f0-02dc-4641-a7f9-66ba3048ace7","subnetpool_id":null,"name":"tenantnetwork1-subnet_4b8ee2a8-32dc-4914-8e43-85f2d9725940"}]} 2018-08-12 05:08:09,285 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-430ef647-3581-45d1-a062-530f11a45acd 2018-08-12 05:08:09,285 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.297780990601s 2018-08-12 05:08:09,285 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-430ef647-3581-45d1-a062-530f11a45acd 2018-08-12 05:08:09,287 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-12 05:08:09,287 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/subnets/f72370f0-02dc-4641-a7f9-66ba3048ace7.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eef080514d6e20f8900e1be95756fa7505b2b587" 2018-08-12 05:08:11,842 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-2ddc8ced-bddd-46dd-bd78-467e68ece526 Date: Sun, 12 Aug 2018 05:08:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 05:08:11,842 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/f72370f0-02dc-4641-a7f9-66ba3048ace7.json used request id req-2ddc8ced-bddd-46dd-bd78-467e68ece526 2018-08-12 05:08:11,842 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.55536913872s 2018-08-12 05:08:11,842 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/f72370f0-02dc-4641-a7f9-66ba3048ace7.json used request id req-2ddc8ced-bddd-46dd-bd78-467e68ece526 2018-08-12 05:08:11,843 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 05:08:11,844 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eef080514d6e20f8900e1be95756fa7505b2b587" 2018-08-12 05:08:12,214 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1358 X-Openstack-Request-Id: req-ae5dbab8-f72d-40de-8aed-a865b7372a8a Date: Sun, 12 Aug 2018 05:08:12 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"310f5853751a4c968f3eeb0a3d99a0a8","status":"ACTIVE","subnets":["ec788992-fa73-45cc-a7d9-6d44542124c2"],"description":"","tags":[],"updated_at":"2018-08-12T05:04:31Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"310f5853751a4c968f3eeb0a3d99a0a8","created_at":"2018-08-12T05:04:23Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"28859b32-65ea-45ca-b743-34319c1ee57a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a267b9a156244bb192691cff6e5f74fe","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T05:08:11Z","provider:segmentation_id":35,"name":"tenantnetwork1-net_4b8ee2a8-32dc-4914-8e43-85f2d9725940","admin_state_up":true,"tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T05:07:57Z","provider:network_type":"vxlan"}]} 2018-08-12 05:08:12,214 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-ae5dbab8-f72d-40de-8aed-a865b7372a8a 2018-08-12 05:08:12,215 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.371547937393s 2018-08-12 05:08:12,215 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-ae5dbab8-f72d-40de-8aed-a865b7372a8a 2018-08-12 05:08:12,216 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-12 05:08:12,217 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/networks/28859b32-65ea-45ca-b743-34319c1ee57a.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eef080514d6e20f8900e1be95756fa7505b2b587" 2018-08-12 05:08:13,768 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-379d28e3-75af-4a5c-8671-43a985c4d4ff Date: Sun, 12 Aug 2018 05:08:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 05:08:13,768 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/28859b32-65ea-45ca-b743-34319c1ee57a.json used request id req-379d28e3-75af-4a5c-8671-43a985c4d4ff 2018-08-12 05:08:13,769 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.55233287811s 2018-08-12 05:08:13,769 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/28859b32-65ea-45ca-b743-34319c1ee57a.json used request id req-379d28e3-75af-4a5c-8671-43a985c4d4ff 2018-08-12 05:08:13,820 - xtesting.ci.run_tests - INFO - Loading test case 'tenantnetwork2'... 2018-08-12 05:08:13,860 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-12 05:08:13,860 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-12 05:08:13,860 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-12 05:08:13,860 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-12 05:08:13,860 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-12 05:08:13,860 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-12 05:08:13,860 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-12 05:08:13,860 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-12 05:08:13,860 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-12 05:08:13,860 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-12 05:08:13,860 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-12 05:08:13,861 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-12 05:08:13,861 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-12 05:08:13,861 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-12 05:08:13,861 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-12 05:08:13,861 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-12 05:08:13,861 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-12 05:08:13,861 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-12 05:08:13,861 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-12 05:08:13,861 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-12 05:08:13,861 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-12 05:08:13,861 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-12 05:08:13,863 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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 05:08:13,869 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:08:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-725fd582-1e2a-4550-8822-d54ffc86bd07 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 05:08:13,869 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-725fd582-1e2a-4550-8822-d54ffc86bd07 2018-08-12 05:08:13,869 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-08-12 05:08:14,325 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T06:08:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["oIrwMhxsR-WztDagNRSPng"], "issued_at": "2018-08-12T05:08:14.000000Z"}} 2018-08-12 05:08:14,328 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 05:08:14,328 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}aa47634e87cea67b12ca24a6ac672da8a0952c9c" 2018-08-12 05:08:15,350 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-bd07edbc-1680-4312-be45-d627fb78d833 Date: Sun, 12 Aug 2018 05:08:15 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"310f5853751a4c968f3eeb0a3d99a0a8","status":"ACTIVE","subnets":["ec788992-fa73-45cc-a7d9-6d44542124c2"],"description":"","tags":[],"updated_at":"2018-08-12T05:04:31Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"310f5853751a4c968f3eeb0a3d99a0a8","created_at":"2018-08-12T05:04:23Z","provider:network_type":"flat"}]} 2018-08-12 05:08:15,350 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-bd07edbc-1680-4312-be45-d627fb78d833 2018-08-12 05:08:15,351 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.0226790905s 2018-08-12 05:08:15,351 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-bd07edbc-1680-4312-be45-d627fb78d833 2018-08-12 05:08:15,354 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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 05:08:15,360 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 05:08:15 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 05:08:15,361 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-12 05:08:15,364 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}aa47634e87cea67b12ca24a6ac672da8a0952c9c" 2018-08-12 05:08:15,528 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:08:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-beec27ff-111b-4308-9a2f-c678d964973e Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.21:5000/v3/domains/1eec97585bde483292ece28ee11f4b8d"}, "tags": [], "enabled": true, "id": "1eec97585bde483292ece28ee11f4b8d", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains", "previous": null, "next": null}} 2018-08-12 05:08:15,528 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-beec27ff-111b-4308-9a2f-c678d964973e 2018-08-12 05:08:15,528 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.166979074478s 2018-08-12 05:08:15,528 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-beec27ff-111b-4308-9a2f-c678d964973e 2018-08-12 05:08:15,536 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-12 05:08:15,539 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}aa47634e87cea67b12ca24a6ac672da8a0952c9c" -d '{"project": {"description": "Created by OPNFV Functest: tenantnetwork2", "enabled": true, "domain_id": "default", "name": "tenantnetwork2-project_45670288-d92e-405a-9796-f0925572c9d6"}}' 2018-08-12 05:08:15,720 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 05:08:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7ad2506e-0b17-4437-8691-ba91f8860c50 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.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab"}, "tags": [], "enabled": true, "id": "e18fcc7fc10a4fd0b20234f8520d0aab", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_45670288-d92e-405a-9796-f0925572c9d6"}} 2018-08-12 05:08:15,720 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-7ad2506e-0b17-4437-8691-ba91f8860c50 2018-08-12 05:08:15,720 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.184036016464s 2018-08-12 05:08:15,720 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-7ad2506e-0b17-4437-8691-ba91f8860c50 2018-08-12 05:08:15,721 - 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'e18fcc7fc10a4fd0b20234f8520d0aab', '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_45670288-d92e-405a-9796-f0925572c9d6'}) 2018-08-12 05:08:15,727 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-12 05:08:15,731 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}aa47634e87cea67b12ca24a6ac672da8a0952c9c" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "729d53bc-378f-45f6-8e13-31b39b12c79f", "email": null, "name": "tenantnetwork2-user_45670288-d92e-405a-9796-f0925572c9d6"}}' 2018-08-12 05:08:16,149 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 05:08:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5809cf6a-2dca-4d6e-8275-e5a0b6f7b357 Content-Length: 329 Content-Type: application/json RESP BODY: {"user": {"name": "tenantnetwork2-user_45670288-d92e-405a-9796-f0925572c9d6", "links": {"self": "http://172.30.9.21:5000/v3/users/bd4de8fc75754aa4af54d5f976316d2e"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "bd4de8fc75754aa4af54d5f976316d2e", "domain_id": "default", "password_expires_at": null}} 2018-08-12 05:08:16,149 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/users used request id req-5809cf6a-2dca-4d6e-8275-e5a0b6f7b357 2018-08-12 05:08:16,149 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.4220058918s 2018-08-12 05:08:16,150 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/users used request id req-5809cf6a-2dca-4d6e-8275-e5a0b6f7b357 2018-08-12 05:08:16,150 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'bd4de8fc75754aa4af54d5f976316d2e', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'tenantnetwork2-user_45670288-d92e-405a-9796-f0925572c9d6'}) 2018-08-12 05:08:16,154 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-12 05:08:16,157 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}aa47634e87cea67b12ca24a6ac672da8a0952c9c" 2018-08-12 05:08:16,254 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:08:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-26e2ec77-6037-4e7b-b73b-896701e2d4e8 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 05:08:16,255 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-26e2ec77-6037-4e7b-b73b-896701e2d4e8 2018-08-12 05:08:16,255 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.100697994232s 2018-08-12 05:08:16,255 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-26e2ec77-6037-4e7b-b73b-896701e2d4e8 2018-08-12 05:08:16,259 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-12 05:08:16,262 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}aa47634e87cea67b12ca24a6ac672da8a0952c9c" 2018-08-12 05:08:16,342 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:08:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5fde01bd-375b-489d-a0c2-9cfb6f2f77dc Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 05:08:16,342 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-5fde01bd-375b-489d-a0c2-9cfb6f2f77dc 2018-08-12 05:08:16,343 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0831680297852s 2018-08-12 05:08:16,343 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-5fde01bd-375b-489d-a0c2-9cfb6f2f77dc 2018-08-12 05:08:16,344 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-08-12 05:08:16,348 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.roles 2018-08-12 05:08:16,351 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}aa47634e87cea67b12ca24a6ac672da8a0952c9c" -d '{"role": {"name": "Member"}}' 2018-08-12 05:08:16,581 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 05:08:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5d4f2ed1-9b27-486c-b241-91b6924a39b3 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "a613612759994ac9b9db5f10679f4367", "links": {"self": "http://172.30.9.21:5000/v3/roles/a613612759994ac9b9db5f10679f4367"}, "name": "Member"}} 2018-08-12 05:08:16,582 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-5d4f2ed1-9b27-486c-b241-91b6924a39b3 2018-08-12 05:08:16,582 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.roles in 0.233735084534s 2018-08-12 05:08:16,582 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-5d4f2ed1-9b27-486c-b241-91b6924a39b3 2018-08-12 05:08:16,582 - functest.core.tenantnetwork - DEBUG - role: Munch({'properties': {}, 'location': Munch({'project': Munch({'domain_id': None, 'id': None, 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': None, 'name': u'Member', 'id': u'a613612759994ac9b9db5f10679f4367'}) 2018-08-12 05:08:16,586 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-12 05:08:16,589 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}aa47634e87cea67b12ca24a6ac672da8a0952c9c" 2018-08-12 05:08:16,759 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:08:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-35e005ec-1c67-4aae-9a8b-bf03859b633d Content-Encoding: gzip Content-Length: 351 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a613612759994ac9b9db5f10679f4367", "links": {"self": "http://172.30.9.21:5000/v3/roles/a613612759994ac9b9db5f10679f4367"}, "name": "Member"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 05:08:16,759 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-35e005ec-1c67-4aae-9a8b-bf03859b633d 2018-08-12 05:08:16,759 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.173139095306s 2018-08-12 05:08:16,759 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-35e005ec-1c67-4aae-9a8b-bf03859b633d 2018-08-12 05:08:16,764 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-12 05:08:16,767 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}aa47634e87cea67b12ca24a6ac672da8a0952c9c" 2018-08-12 05:08:16,790 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:08:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ec698509-cffd-41ef-9900-e53882880950 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-12 05:08:16,790 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-ec698509-cffd-41ef-9900-e53882880950 2018-08-12 05:08:16,790 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0267729759216s 2018-08-12 05:08:16,791 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-ec698509-cffd-41ef-9900-e53882880950 2018-08-12 05:08:16,792 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-12 05:08:16,795 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}aa47634e87cea67b12ca24a6ac672da8a0952c9c" 2018-08-12 05:08:16,912 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:08:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e40305fd-7db3-4c4d-8e2f-971262964911 Content-Encoding: gzip Content-Length: 841 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/105a247548624314b9228f85f6325f0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105a247548624314b9228f85f6325f0b", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/1c5de0eaa44543f08da6ad63a51594ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c5de0eaa44543f08da6ad63a51594ff", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/1d127b5b832547a88a547c116dfdd65b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d127b5b832547a88a547c116dfdd65b", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/1d5cfc170d624ce4ae53ae0507c8d517"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d5cfc170d624ce4ae53ae0507c8d517", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/2421820b75eb4d3ebd02830378d1377b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2421820b75eb4d3ebd02830378d1377b", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/40bd8ee54ecf44868cc83cede652c396"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40bd8ee54ecf44868cc83cede652c396", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/4f32fb8153854c4c9f5094b42b523f80"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f32fb8153854c4c9f5094b42b523f80", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7066130d08fb4db7bf4ab468de53933b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7066130d08fb4db7bf4ab468de53933b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/8d0898a83bcf4521bbc11501d5d7ac89"}, "domain_id": "1eec97585bde483292ece28ee11f4b8d", "enabled": true, "options": {}, "id": "8d0898a83bcf4521bbc11501d5d7ac89", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/9defcced327d476f8a3beab718a13da3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9defcced327d476f8a3beab718a13da3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/b80ee4f6992446e0879624dd436e99a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b80ee4f6992446e0879624dd436e99a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b86fd3e011324d398fcdb6f095a20a9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b86fd3e011324d398fcdb6f095a20a9d", "email": "swift@localhost", "password_expires_at": null}, {"name": "tenantnetwork2-user_45670288-d92e-405a-9796-f0925572c9d6", "links": {"self": "http://172.30.9.21:5000/v3/users/bd4de8fc75754aa4af54d5f976316d2e"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "bd4de8fc75754aa4af54d5f976316d2e", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1701d2754064b5cadf765ea0806f9b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1701d2754064b5cadf765ea0806f9b2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/db4e7b8d76d549faa502716565c733dd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db4e7b8d76d549faa502716565c733dd", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-12 05:08:16,912 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-e40305fd-7db3-4c4d-8e2f-971262964911 2018-08-12 05:08:16,912 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.120673894882s 2018-08-12 05:08:16,913 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-e40305fd-7db3-4c4d-8e2f-971262964911 2018-08-12 05:08:16,924 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-12 05:08:16,928 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}aa47634e87cea67b12ca24a6ac672da8a0952c9c" 2018-08-12 05:08:17,090 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:08:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5579db77-4ac0-4ee3-a180-1ed5444565f1 Content-Encoding: gzip Content-Length: 398 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8"}, "tags": [], "enabled": true, "id": "310f5853751a4c968f3eeb0a3d99a0a8", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "id": "a267b9a156244bb192691cff6e5f74fe", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: tenantnetwork2", "links": {"self": "http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab"}, "tags": [], "enabled": true, "id": "e18fcc7fc10a4fd0b20234f8520d0aab", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_45670288-d92e-405a-9796-f0925572c9d6"}]} 2018-08-12 05:08:17,090 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-5579db77-4ac0-4ee3-a180-1ed5444565f1 2018-08-12 05:08:17,091 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.165889024734s 2018-08-12 05:08:17,091 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-5579db77-4ac0-4ee3-a180-1ed5444565f1 2018-08-12 05:08:17,098 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-12 05:08:17,102 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:5000/v3/role_assignments?user.id=bd4de8fc75754aa4af54d5f976316d2e&role.id=a613612759994ac9b9db5f10679f4367&scope.project.id=e18fcc7fc10a4fd0b20234f8520d0aab" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}aa47634e87cea67b12ca24a6ac672da8a0952c9c" 2018-08-12 05:08:17,251 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:08:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6a05e2ac-2432-488c-a27f-cacd42de357a Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.21:5000/v3/role_assignments?user.id=bd4de8fc75754aa4af54d5f976316d2e&role.id=a613612759994ac9b9db5f10679f4367&scope.project.id=e18fcc7fc10a4fd0b20234f8520d0aab", "previous": null, "next": null}} 2018-08-12 05:08:17,251 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=bd4de8fc75754aa4af54d5f976316d2e&role.id=a613612759994ac9b9db5f10679f4367&scope.project.id=e18fcc7fc10a4fd0b20234f8520d0aab used request id req-6a05e2ac-2432-488c-a27f-cacd42de357a 2018-08-12 05:08:17,251 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.152463197708s 2018-08-12 05:08:17,251 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=bd4de8fc75754aa4af54d5f976316d2e&role.id=a613612759994ac9b9db5f10679f4367&scope.project.id=e18fcc7fc10a4fd0b20234f8520d0aab used request id req-6a05e2ac-2432-488c-a27f-cacd42de357a 2018-08-12 05:08:17,254 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-12 05:08:17,258 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab/users/bd4de8fc75754aa4af54d5f976316d2e/roles/a613612759994ac9b9db5f10679f4367 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}aa47634e87cea67b12ca24a6ac672da8a0952c9c" 2018-08-12 05:08:17,498 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 05:08:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-75bfb851-6e3b-406b-98a2-17b7dcf75789 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 05:08:17,499 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab/users/bd4de8fc75754aa4af54d5f976316d2e/roles/a613612759994ac9b9db5f10679f4367 used request id req-75bfb851-6e3b-406b-98a2-17b7dcf75789 2018-08-12 05:08:17,499 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.244107961655s 2018-08-12 05:08:17,499 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab/users/bd4de8fc75754aa4af54d5f976316d2e/roles/a613612759994ac9b9db5f10679f4367 used request id req-75bfb851-6e3b-406b-98a2-17b7dcf75789 2018-08-12 05:08:17,500 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'tenantnetwork2-project_45670288-d92e-405a-9796-f0925572c9d6', 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'e18fcc7fc10a4fd0b20234f8520d0aab', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.50', 'password': '729d53bc-378f-45f6-8e13-31b39b12c79f', 'username': u'tenantnetwork2-user_45670288-d92e-405a-9796-f0925572c9d6', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.21: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 05:08:17,501 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-12 05:08:17,501 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-12 05:08:17,501 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-12 05:08:17,501 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-12 05:08:17,501 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-12 05:08:17,501 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-12 05:08:17,501 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-12 05:08:17,501 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-12 05:08:17,502 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-12 05:08:17,502 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-12 05:08:17,502 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-12 05:08:17,502 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-12 05:08:17,502 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-12 05:08:17,502 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-12 05:08:17,502 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-12 05:08:17,502 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-12 05:08:17,502 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-12 05:08:17,502 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-12 05:08:17,503 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-12 05:08:17,503 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-12 05:08:17,503 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-12 05:08:17,503 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-12 05:08:17,504 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'tenantnetwork2-user_45670288-d92e-405a-9796-f0925572c9d6', 'password': '729d53bc-378f-45f6-8e13-31b39b12c79f', 'project_name': 'tenantnetwork2-project_45670288-d92e-405a-9796-f0925572c9d6', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.21:5000//v3', 'project_id': 'e18fcc7fc10a4fd0b20234f8520d0aab', 'project_domain_name': 'Default'} 2018-08-12 05:08:17,505 - xtesting.ci.run_tests - INFO - Running test case 'tenantnetwork2'... 2018-08-12 05:08:17,506 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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 05:08:17,512 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:08:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2e74b17e-3607-4cee-8859-9f56263ea1be Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 05:08:17,512 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-2e74b17e-3607-4cee-8859-9f56263ea1be 2018-08-12 05:08:17,513 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-08-12 05:08:17,899 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a613612759994ac9b9db5f10679f4367", "name": "Member"}], "expires_at": "2018-08-12T06:08:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e18fcc7fc10a4fd0b20234f8520d0aab", "name": "tenantnetwork2-project_45670288-d92e-405a-9796-f0925572c9d6"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e18fcc7fc10a4fd0b20234f8520d0aab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/e18fcc7fc10a4fd0b20234f8520d0aab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/e18fcc7fc10a4fd0b20234f8520d0aab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_e18fcc7fc10a4fd0b20234f8520d0aab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_e18fcc7fc10a4fd0b20234f8520d0aab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e18fcc7fc10a4fd0b20234f8520d0aab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/e18fcc7fc10a4fd0b20234f8520d0aab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/e18fcc7fc10a4fd0b20234f8520d0aab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/e18fcc7fc10a4fd0b20234f8520d0aab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/e18fcc7fc10a4fd0b20234f8520d0aab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/e18fcc7fc10a4fd0b20234f8520d0aab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e18fcc7fc10a4fd0b20234f8520d0aab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/e18fcc7fc10a4fd0b20234f8520d0aab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/e18fcc7fc10a4fd0b20234f8520d0aab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "tenantnetwork2-user_45670288-d92e-405a-9796-f0925572c9d6", "id": "bd4de8fc75754aa4af54d5f976316d2e"}, "audit_ids": ["WnQqQ3iTTrOhFKWcxbJgGw"], "issued_at": "2018-08-12T05:08:17.000000Z"}} 2018-08-12 05:08:17,902 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-12 05:08:17,903 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e7694f03dbfb2b57513e158271e30a06d8dfddf4" -d '{"network": {"name": "tenantnetwork2-net_45670288-d92e-405a-9796-f0925572c9d6", "admin_state_up": true}}' 2018-08-12 05:08:19,349 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 592 X-Openstack-Request-Id: req-f2f6dca3-f6fd-42b1-a7c0-bb1639c561d3 Date: Sun, 12 Aug 2018 05:08:19 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"e18fcc7fc10a4fd0b20234f8520d0aab","created_at":"2018-08-12T05:08:19Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T05:08:19Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"e18fcc7fc10a4fd0b20234f8520d0aab","id":"090733ff-204e-415a-853b-6075bdf76366","name":"tenantnetwork2-net_45670288-d92e-405a-9796-f0925572c9d6"}} 2018-08-12 05:08:19,349 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-f2f6dca3-f6fd-42b1-a7c0-bb1639c561d3 2018-08-12 05:08:19,349 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 1.44703412056s 2018-08-12 05:08:19,350 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-f2f6dca3-f6fd-42b1-a7c0-bb1639c561d3 2018-08-12 05:08:19,350 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-12T05:08:19Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'id': u'090733ff-204e-415a-853b-6075bdf76366', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tenantnetwork2-net_45670288-d92e-405a-9796-f0925572c9d6', u'admin_state_up': True, u'tenant_id': u'e18fcc7fc10a4fd0b20234f8520d0aab', u'created_at': u'2018-08-12T05:08:19Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'e18fcc7fc10a4fd0b20234f8520d0aab'}) 2018-08-12 05:08:19,351 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 05:08:19,351 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e7694f03dbfb2b57513e158271e30a06d8dfddf4" 2018-08-12 05:08:20,387 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1153 X-Openstack-Request-Id: req-218f4189-7f6f-4e40-8704-cde044875acc Date: Sun, 12 Aug 2018 05:08:20 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ec788992-fa73-45cc-a7d9-6d44542124c2"],"updated_at":"2018-08-12T05:04:31Z","tenant_id":"310f5853751a4c968f3eeb0a3d99a0a8","created_at":"2018-08-12T05:04:23Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"310f5853751a4c968f3eeb0a3d99a0a8","id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","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-12T05:08:19Z","tenant_id":"e18fcc7fc10a4fd0b20234f8520d0aab","created_at":"2018-08-12T05:08:19Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"e18fcc7fc10a4fd0b20234f8520d0aab","id":"090733ff-204e-415a-853b-6075bdf76366","name":"tenantnetwork2-net_45670288-d92e-405a-9796-f0925572c9d6"}]} 2018-08-12 05:08:20,388 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-218f4189-7f6f-4e40-8704-cde044875acc 2018-08-12 05:08:20,388 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.03689694405s 2018-08-12 05:08:20,388 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-218f4189-7f6f-4e40-8704-cde044875acc 2018-08-12 05:08:20,390 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-12 05:08:20,390 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}e7694f03dbfb2b57513e158271e30a06d8dfddf4" -d '{"subnet": {"name": "tenantnetwork2-subnet_45670288-d92e-405a-9796-f0925572c9d6", "enable_dhcp": true, "network_id": "090733ff-204e-415a-853b-6075bdf76366", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-12 05:08:21,385 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-fd57d97a-d822-4ab9-9758-6a2b1d23cd7c Date: Sun, 12 Aug 2018 05:08:21 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"090733ff-204e-415a-853b-6075bdf76366","tenant_id":"e18fcc7fc10a4fd0b20234f8520d0aab","created_at":"2018-08-12T05:08:20Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-12T05:08:20Z","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":"e18fcc7fc10a4fd0b20234f8520d0aab","id":"1fb33276-bb34-46dd-9e5a-483300902aa4","subnetpool_id":null,"name":"tenantnetwork2-subnet_45670288-d92e-405a-9796-f0925572c9d6"}} 2018-08-12 05:08:21,386 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-fd57d97a-d822-4ab9-9758-6a2b1d23cd7c 2018-08-12 05:08:21,386 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.995980978012s 2018-08-12 05:08:21,386 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-fd57d97a-d822-4ab9-9758-6a2b1d23cd7c 2018-08-12 05:08:21,386 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-12T05:08:20Z', 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'1fb33276-bb34-46dd-9e5a-483300902aa4', u'subnetpool_id': None, u'service_types': [], u'name': u'tenantnetwork2-subnet_45670288-d92e-405a-9796-f0925572c9d6', u'enable_dhcp': True, u'network_id': u'090733ff-204e-415a-853b-6075bdf76366', u'tenant_id': u'e18fcc7fc10a4fd0b20234f8520d0aab', u'created_at': u'2018-08-12T05:08:20Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'e18fcc7fc10a4fd0b20234f8520d0aab'}) 2018-08-12 05:08:21,387 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-12 05:08:21,388 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}e7694f03dbfb2b57513e158271e30a06d8dfddf4" -d '{"router": {"external_gateway_info": {"network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3"}, "name": "tenantnetwork2-router_45670288-d92e-405a-9796-f0925572c9d6", "admin_state_up": true}}' 2018-08-12 05:08:22,735 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-74657b89-e4cc-4073-9760-84a1f2a346a1 Date: Sun, 12 Aug 2018 05:08:22 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ec788992-fa73-45cc-a7d9-6d44542124c2", "ip_address": "172.30.9.207"}]}, "description": "", "tags": [], "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "created_at": "2018-08-12T05:08:21Z", "admin_state_up": true, "updated_at": "2018-08-12T05:08:22Z", "revision_number": 2, "routes": [], "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "id": "436f0172-f15e-454a-b065-e57acca42ba2", "name": "tenantnetwork2-router_45670288-d92e-405a-9796-f0925572c9d6"}} 2018-08-12 05:08:22,735 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-74657b89-e4cc-4073-9760-84a1f2a346a1 2018-08-12 05:08:22,735 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.34819793701s 2018-08-12 05:08:22,736 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-74657b89-e4cc-4073-9760-84a1f2a346a1 2018-08-12 05:08:22,736 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'03886690-4630-4c4c-9ccb-7eedaa9b1fd3', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'ec788992-fa73-45cc-a7d9-6d44542124c2', u'ip_address': u'172.30.9.207'}]}, u'description': u'', u'tags': [], u'tenant_id': u'e18fcc7fc10a4fd0b20234f8520d0aab', u'created_at': u'2018-08-12T05:08:21Z', u'admin_state_up': True, u'updated_at': u'2018-08-12T05:08:22Z', u'revision_number': 2, u'routes': [], u'project_id': u'e18fcc7fc10a4fd0b20234f8520d0aab', u'id': u'436f0172-f15e-454a-b065-e57acca42ba2', u'name': u'tenantnetwork2-router_45670288-d92e-405a-9796-f0925572c9d6'}) 2018-08-12 05:08:22,737 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-12 05:08:22,737 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/436f0172-f15e-454a-b065-e57acca42ba2/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}e7694f03dbfb2b57513e158271e30a06d8dfddf4" -d '{"subnet_id": "1fb33276-bb34-46dd-9e5a-483300902aa4"}' 2018-08-12 05:08:25,272 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-1be8a7e0-a06d-43a3-ba52-c884321e10be Date: Sun, 12 Aug 2018 05:08:25 GMT RESP BODY: {"network_id": "090733ff-204e-415a-853b-6075bdf76366", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "subnet_id": "1fb33276-bb34-46dd-9e5a-483300902aa4", "subnet_ids": ["1fb33276-bb34-46dd-9e5a-483300902aa4"], "port_id": "26aee148-fa13-4af0-af9d-3753493db419", "id": "436f0172-f15e-454a-b065-e57acca42ba2"} 2018-08-12 05:08:25,272 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/436f0172-f15e-454a-b065-e57acca42ba2/add_router_interface.json used request id req-1be8a7e0-a06d-43a3-ba52-c884321e10be 2018-08-12 05:08:25,272 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.53542709351s 2018-08-12 05:08:25,272 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/436f0172-f15e-454a-b065-e57acca42ba2/add_router_interface.json used request id req-1be8a7e0-a06d-43a3-ba52-c884321e10be returning object 436f0172-f15e-454a-b065-e57acca42ba2 2018-08-12 05:08:25,387 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-12 05:08:25,387 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | tenantnetwork2 | functest | 00:08 | PASS | +------------------------+------------------+------------------+----------------+ 2018-08-12 05:08:25,393 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-12 05:08:25,393 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/436f0172-f15e-454a-b065-e57acca42ba2/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}e7694f03dbfb2b57513e158271e30a06d8dfddf4" -d '{"subnet_id": "1fb33276-bb34-46dd-9e5a-483300902aa4"}' 2018-08-12 05:08:26,962 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-427ef6b7-06b1-47f6-a74c-8c049d9506fe Date: Sun, 12 Aug 2018 05:08:26 GMT RESP BODY: {"network_id": "090733ff-204e-415a-853b-6075bdf76366", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "subnet_id": "1fb33276-bb34-46dd-9e5a-483300902aa4", "subnet_ids": ["1fb33276-bb34-46dd-9e5a-483300902aa4"], "port_id": "26aee148-fa13-4af0-af9d-3753493db419", "id": "436f0172-f15e-454a-b065-e57acca42ba2"} 2018-08-12 05:08:26,962 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/436f0172-f15e-454a-b065-e57acca42ba2/remove_router_interface.json used request id req-427ef6b7-06b1-47f6-a74c-8c049d9506fe 2018-08-12 05:08:26,962 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.56937003136s 2018-08-12 05:08:26,962 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/436f0172-f15e-454a-b065-e57acca42ba2/remove_router_interface.json used request id req-427ef6b7-06b1-47f6-a74c-8c049d9506fe returning object 436f0172-f15e-454a-b065-e57acca42ba2 2018-08-12 05:08:26,963 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-12 05:08:26,963 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}e7694f03dbfb2b57513e158271e30a06d8dfddf4" 2018-08-12 05:08:28,038 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-5c26d853-ce0d-4a3e-9a57-95c2fffcc875 Date: Sun, 12 Aug 2018 05:08:28 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ec788992-fa73-45cc-a7d9-6d44542124c2", "ip_address": "172.30.9.207"}]}, "description": "", "tags": [], "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "created_at": "2018-08-12T05:08:21Z", "admin_state_up": true, "updated_at": "2018-08-12T05:08:26Z", "revision_number": 4, "routes": [], "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "id": "436f0172-f15e-454a-b065-e57acca42ba2", "name": "tenantnetwork2-router_45670288-d92e-405a-9796-f0925572c9d6"}]} 2018-08-12 05:08:28,038 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-5c26d853-ce0d-4a3e-9a57-95c2fffcc875 2018-08-12 05:08:28,038 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 1.07524609566s 2018-08-12 05:08:28,038 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-5c26d853-ce0d-4a3e-9a57-95c2fffcc875 2018-08-12 05:08:28,040 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-12 05:08:28,040 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/routers/436f0172-f15e-454a-b065-e57acca42ba2.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e7694f03dbfb2b57513e158271e30a06d8dfddf4" 2018-08-12 05:08:29,639 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-916a0f96-e579-42e6-877b-6db0bf9c2c1f Content-Length: 0 Date: Sun, 12 Aug 2018 05:08:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 05:08:29,639 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/436f0172-f15e-454a-b065-e57acca42ba2.json used request id req-916a0f96-e579-42e6-877b-6db0bf9c2c1f 2018-08-12 05:08:29,639 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.59948086739s 2018-08-12 05:08:29,640 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/436f0172-f15e-454a-b065-e57acca42ba2.json used request id req-916a0f96-e579-42e6-877b-6db0bf9c2c1f 2018-08-12 05:08:29,640 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-12 05:08:29,640 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}e7694f03dbfb2b57513e158271e30a06d8dfddf4" 2018-08-12 05:08:29,929 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-4f11d8ea-75d1-4321-b25c-cf89e0fb2fa5 Date: Sun, 12 Aug 2018 05:08:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"090733ff-204e-415a-853b-6075bdf76366","tenant_id":"e18fcc7fc10a4fd0b20234f8520d0aab","created_at":"2018-08-12T05:08:20Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-12T05:08:20Z","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":"e18fcc7fc10a4fd0b20234f8520d0aab","id":"1fb33276-bb34-46dd-9e5a-483300902aa4","subnetpool_id":null,"name":"tenantnetwork2-subnet_45670288-d92e-405a-9796-f0925572c9d6"}]} 2018-08-12 05:08:29,929 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-4f11d8ea-75d1-4321-b25c-cf89e0fb2fa5 2018-08-12 05:08:29,930 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.2893409729s 2018-08-12 05:08:29,930 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-4f11d8ea-75d1-4321-b25c-cf89e0fb2fa5 2018-08-12 05:08:29,931 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-12 05:08:29,932 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/subnets/1fb33276-bb34-46dd-9e5a-483300902aa4.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e7694f03dbfb2b57513e158271e30a06d8dfddf4" 2018-08-12 05:08:32,630 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d0566552-0ab9-4b6e-9652-d9d5115a631e Date: Sun, 12 Aug 2018 05:08:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 05:08:32,630 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/1fb33276-bb34-46dd-9e5a-483300902aa4.json used request id req-d0566552-0ab9-4b6e-9652-d9d5115a631e 2018-08-12 05:08:32,630 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.69893503189s 2018-08-12 05:08:32,630 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/1fb33276-bb34-46dd-9e5a-483300902aa4.json used request id req-d0566552-0ab9-4b6e-9652-d9d5115a631e 2018-08-12 05:08:32,631 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 05:08:32,631 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e7694f03dbfb2b57513e158271e30a06d8dfddf4" 2018-08-12 05:08:33,673 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1159 X-Openstack-Request-Id: req-6b550e6d-58ef-4fcd-a656-c46a9bf16f9f Date: Sun, 12 Aug 2018 05:08:33 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ec788992-fa73-45cc-a7d9-6d44542124c2"],"updated_at":"2018-08-12T05:04:31Z","tenant_id":"310f5853751a4c968f3eeb0a3d99a0a8","created_at":"2018-08-12T05:04:23Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"310f5853751a4c968f3eeb0a3d99a0a8","id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","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-12T05:08:32Z","tenant_id":"e18fcc7fc10a4fd0b20234f8520d0aab","created_at":"2018-08-12T05:08:19Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"e18fcc7fc10a4fd0b20234f8520d0aab","id":"090733ff-204e-415a-853b-6075bdf76366","name":"tenantnetwork2-net_45670288-d92e-405a-9796-f0925572c9d6"}]} 2018-08-12 05:08:33,673 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-6b550e6d-58ef-4fcd-a656-c46a9bf16f9f 2018-08-12 05:08:33,674 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.04256796837s 2018-08-12 05:08:33,674 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-6b550e6d-58ef-4fcd-a656-c46a9bf16f9f 2018-08-12 05:08:33,675 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-12 05:08:33,675 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/networks/090733ff-204e-415a-853b-6075bdf76366.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e7694f03dbfb2b57513e158271e30a06d8dfddf4" 2018-08-12 05:08:35,426 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3db51e7b-b3a2-4b52-94bf-297c8e448be4 Date: Sun, 12 Aug 2018 05:08:35 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 05:08:35,426 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/090733ff-204e-415a-853b-6075bdf76366.json used request id req-3db51e7b-b3a2-4b52-94bf-297c8e448be4 2018-08-12 05:08:35,426 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.75083398819s 2018-08-12 05:08:35,426 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/090733ff-204e-415a-853b-6075bdf76366.json used request id req-3db51e7b-b3a2-4b52-94bf-297c8e448be4 2018-08-12 05:08:35,427 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-12 05:08:35,430 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}aa47634e87cea67b12ca24a6ac672da8a0952c9c" 2018-08-12 05:08:35,543 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:08:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0b2b75d4-6708-430a-9fd6-ea779747d9ae Content-Encoding: gzip Content-Length: 841 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/105a247548624314b9228f85f6325f0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105a247548624314b9228f85f6325f0b", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/1c5de0eaa44543f08da6ad63a51594ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c5de0eaa44543f08da6ad63a51594ff", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/1d127b5b832547a88a547c116dfdd65b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d127b5b832547a88a547c116dfdd65b", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/1d5cfc170d624ce4ae53ae0507c8d517"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d5cfc170d624ce4ae53ae0507c8d517", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/2421820b75eb4d3ebd02830378d1377b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2421820b75eb4d3ebd02830378d1377b", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/40bd8ee54ecf44868cc83cede652c396"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40bd8ee54ecf44868cc83cede652c396", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/4f32fb8153854c4c9f5094b42b523f80"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f32fb8153854c4c9f5094b42b523f80", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7066130d08fb4db7bf4ab468de53933b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7066130d08fb4db7bf4ab468de53933b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/8d0898a83bcf4521bbc11501d5d7ac89"}, "domain_id": "1eec97585bde483292ece28ee11f4b8d", "enabled": true, "options": {}, "id": "8d0898a83bcf4521bbc11501d5d7ac89", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/9defcced327d476f8a3beab718a13da3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9defcced327d476f8a3beab718a13da3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/b80ee4f6992446e0879624dd436e99a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b80ee4f6992446e0879624dd436e99a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b86fd3e011324d398fcdb6f095a20a9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b86fd3e011324d398fcdb6f095a20a9d", "email": "swift@localhost", "password_expires_at": null}, {"name": "tenantnetwork2-user_45670288-d92e-405a-9796-f0925572c9d6", "links": {"self": "http://172.30.9.21:5000/v3/users/bd4de8fc75754aa4af54d5f976316d2e"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "bd4de8fc75754aa4af54d5f976316d2e", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1701d2754064b5cadf765ea0806f9b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1701d2754064b5cadf765ea0806f9b2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/db4e7b8d76d549faa502716565c733dd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db4e7b8d76d549faa502716565c733dd", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-12 05:08:35,543 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-0b2b75d4-6708-430a-9fd6-ea779747d9ae 2018-08-12 05:08:35,543 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.116716861725s 2018-08-12 05:08:35,544 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-0b2b75d4-6708-430a-9fd6-ea779747d9ae 2018-08-12 05:08:35,549 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-12 05:08:35,553 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users/bd4de8fc75754aa4af54d5f976316d2e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}aa47634e87cea67b12ca24a6ac672da8a0952c9c" 2018-08-12 05:08:35,683 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:08:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd6ea694-463b-4b0d-97be-76a5b04fd335 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"user": {"name": "tenantnetwork2-user_45670288-d92e-405a-9796-f0925572c9d6", "links": {"self": "http://172.30.9.21:5000/v3/users/bd4de8fc75754aa4af54d5f976316d2e"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "bd4de8fc75754aa4af54d5f976316d2e", "description": null}} 2018-08-12 05:08:35,683 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/bd4de8fc75754aa4af54d5f976316d2e used request id req-dd6ea694-463b-4b0d-97be-76a5b04fd335 2018-08-12 05:08:35,683 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.133512020111s 2018-08-12 05:08:35,683 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/bd4de8fc75754aa4af54d5f976316d2e used request id req-dd6ea694-463b-4b0d-97be-76a5b04fd335 2018-08-12 05:08:35,684 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-12 05:08:35,687 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/users/bd4de8fc75754aa4af54d5f976316d2e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}aa47634e87cea67b12ca24a6ac672da8a0952c9c" 2018-08-12 05:08:35,930 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 05:08:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-236256c0-b729-4dcc-847b-2a4a95835ee9 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 05:08:35,931 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/bd4de8fc75754aa4af54d5f976316d2e used request id req-236256c0-b729-4dcc-847b-2a4a95835ee9 2018-08-12 05:08:35,931 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.246546983719s 2018-08-12 05:08:35,931 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/bd4de8fc75754aa4af54d5f976316d2e used request id req-236256c0-b729-4dcc-847b-2a4a95835ee9 2018-08-12 05:08:35,937 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-12 05:08:35,941 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}aa47634e87cea67b12ca24a6ac672da8a0952c9c" 2018-08-12 05:08:36,032 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:08:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ac35075a-0114-4436-a4c4-114108053bdd Content-Encoding: gzip Content-Length: 387 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8"}, "tags": [], "enabled": true, "id": "310f5853751a4c968f3eeb0a3d99a0a8", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "id": "a267b9a156244bb192691cff6e5f74fe", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: tenantnetwork2", "links": {"self": "http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab"}, "tags": [], "enabled": true, "id": "e18fcc7fc10a4fd0b20234f8520d0aab", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_45670288-d92e-405a-9796-f0925572c9d6"}]} 2018-08-12 05:08:36,032 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-ac35075a-0114-4436-a4c4-114108053bdd 2018-08-12 05:08:36,032 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.095043182373s 2018-08-12 05:08:36,033 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-ac35075a-0114-4436-a4c4-114108053bdd 2018-08-12 05:08:36,037 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-12 05:08:36,040 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}aa47634e87cea67b12ca24a6ac672da8a0952c9c" 2018-08-12 05:08:36,333 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 05:08:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-02b0c76b-9c55-4809-965c-e3a5fe80a552 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 05:08:36,333 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab used request id req-02b0c76b-9c55-4809-965c-e3a5fe80a552 2018-08-12 05:08:36,333 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.295844078064s 2018-08-12 05:08:36,333 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab used request id req-02b0c76b-9c55-4809-965c-e3a5fe80a552 2018-08-12 05:08:36,337 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-12 05:08:36,340 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}aa47634e87cea67b12ca24a6ac672da8a0952c9c" 2018-08-12 05:08:36,435 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:08:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e1a8421-7651-4634-99d9-0488424acfad Content-Encoding: gzip Content-Length: 351 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a613612759994ac9b9db5f10679f4367", "links": {"self": "http://172.30.9.21:5000/v3/roles/a613612759994ac9b9db5f10679f4367"}, "name": "Member"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 05:08:36,435 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-0e1a8421-7651-4634-99d9-0488424acfad 2018-08-12 05:08:36,435 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0981111526489s 2018-08-12 05:08:36,435 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-0e1a8421-7651-4634-99d9-0488424acfad 2018-08-12 05:08:36,440 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.roles 2018-08-12 05:08:36,443 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/roles/a613612759994ac9b9db5f10679f4367 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}aa47634e87cea67b12ca24a6ac672da8a0952c9c" 2018-08-12 05:08:36,611 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 05:08:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-12bfc632-6ffb-470f-8ee4-3fb7a31efc4c 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 05:08:36,611 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/a613612759994ac9b9db5f10679f4367 used request id req-12bfc632-6ffb-470f-8ee4-3fb7a31efc4c 2018-08-12 05:08:36,611 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.roles in 0.170993089676s 2018-08-12 05:08:36,611 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/a613612759994ac9b9db5f10679f4367 used request id req-12bfc632-6ffb-470f-8ee4-3fb7a31efc4c 2018-08-12 05:08:36,666 - xtesting.ci.run_tests - INFO - Loading test case 'vmready1'... 2018-08-12 05:08:36,739 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-12 05:08:36,739 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-12 05:08:36,740 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-12 05:08:36,740 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-12 05:08:36,740 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-12 05:08:36,740 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-12 05:08:36,740 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-12 05:08:36,740 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-12 05:08:36,740 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-12 05:08:36,740 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-12 05:08:36,740 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-12 05:08:36,740 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-12 05:08:36,740 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-12 05:08:36,740 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-12 05:08:36,740 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-12 05:08:36,740 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-12 05:08:36,740 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-12 05:08:36,741 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-12 05:08:36,741 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-12 05:08:36,741 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-12 05:08:36,741 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-12 05:08:36,741 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-12 05:08:36,742 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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 05:08:36,748 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:08:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c197fe19-e130-496f-b151-b198cef5a47f Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 05:08:36,748 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-c197fe19-e130-496f-b151-b198cef5a47f 2018-08-12 05:08:36,748 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-08-12 05:08:37,227 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T06:08:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["nNFaFbKbQn6SB3xcWh1QHg"], "issued_at": "2018-08-12T05:08:37.000000Z"}} 2018-08-12 05:08:37,230 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 05:08:37,230 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}edc79b702800b3936285d1a4435d4431e93794cc" 2018-08-12 05:08:37,496 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-f9755734-f9d0-482a-8f2e-7f442ba8f841 Date: Sun, 12 Aug 2018 05:08:37 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"310f5853751a4c968f3eeb0a3d99a0a8","status":"ACTIVE","subnets":["ec788992-fa73-45cc-a7d9-6d44542124c2"],"description":"","tags":[],"updated_at":"2018-08-12T05:04:31Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"310f5853751a4c968f3eeb0a3d99a0a8","created_at":"2018-08-12T05:04:23Z","provider:network_type":"flat"}]} 2018-08-12 05:08:37,496 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-f9755734-f9d0-482a-8f2e-7f442ba8f841 2018-08-12 05:08:37,496 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.266279935837s 2018-08-12 05:08:37,496 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-f9755734-f9d0-482a-8f2e-7f442ba8f841 2018-08-12 05:08:37,497 - xtesting.ci.run_tests - INFO - Running test case 'vmready1'... 2018-08-12 05:08:37,497 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-12 05:08:37,498 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}edc79b702800b3936285d1a4435d4431e93794cc" -d '{"network": {"name": "vmready1-net_e124a7d5-52da-469a-a707-f06c4655a78f", "admin_state_up": true}}' 2018-08-12 05:08:37,936 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 681 X-Openstack-Request-Id: req-c3553b98-d325-46da-82e9-b9593140f42b Date: Sun, 12 Aug 2018 05:08:37 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"0d8c7ecb-56c9-428c-9d4f-da7f00f23d36","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"a267b9a156244bb192691cff6e5f74fe","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T05:08:37Z","is_default":false,"provider:segmentation_id":95,"name":"vmready1-net_e124a7d5-52da-469a-a707-f06c4655a78f","admin_state_up":true,"tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T05:08:37Z","mtu":1450}} 2018-08-12 05:08:37,936 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-c3553b98-d325-46da-82e9-b9593140f42b 2018-08-12 05:08:37,936 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.438854932785s 2018-08-12 05:08:37,937 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-c3553b98-d325-46da-82e9-b9593140f42b 2018-08-12 05:08:37,937 - 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-12T05:08:37Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'0d8c7ecb-56c9-428c-9d4f-da7f00f23d36', u'provider:segmentation_id': 95, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vmready1-net_e124a7d5-52da-469a-a707-f06c4655a78f', u'admin_state_up': True, u'tenant_id': u'a267b9a156244bb192691cff6e5f74fe', u'created_at': u'2018-08-12T05:08:37Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'a267b9a156244bb192691cff6e5f74fe'}) 2018-08-12 05:08:37,938 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 05:08:37,938 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}edc79b702800b3936285d1a4435d4431e93794cc" 2018-08-12 05:08:38,887 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1346 X-Openstack-Request-Id: req-a32c79df-9ba0-422d-a163-234636c71627 Date: Sun, 12 Aug 2018 05:08:38 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"310f5853751a4c968f3eeb0a3d99a0a8","status":"ACTIVE","subnets":["ec788992-fa73-45cc-a7d9-6d44542124c2"],"description":"","tags":[],"updated_at":"2018-08-12T05:04:31Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"310f5853751a4c968f3eeb0a3d99a0a8","created_at":"2018-08-12T05:04:23Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"0d8c7ecb-56c9-428c-9d4f-da7f00f23d36","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"a267b9a156244bb192691cff6e5f74fe","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T05:08:37Z","provider:segmentation_id":95,"name":"vmready1-net_e124a7d5-52da-469a-a707-f06c4655a78f","admin_state_up":true,"tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T05:08:37Z","provider:network_type":"vxlan"}]} 2018-08-12 05:08:38,887 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-a32c79df-9ba0-422d-a163-234636c71627 2018-08-12 05:08:38,888 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.949630975723s 2018-08-12 05:08:38,888 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-a32c79df-9ba0-422d-a163-234636c71627 2018-08-12 05:08:38,889 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-12 05:08:38,890 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}edc79b702800b3936285d1a4435d4431e93794cc" -d '{"subnet": {"name": "vmready1-subnet_e124a7d5-52da-469a-a707-f06c4655a78f", "enable_dhcp": true, "network_id": "0d8c7ecb-56c9-428c-9d4f-da7f00f23d36", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-12 05:08:39,556 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-aa469fae-a601-4093-84dd-861169801714 Date: Sun, 12 Aug 2018 05:08:39 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0d8c7ecb-56c9-428c-9d4f-da7f00f23d36","tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T05:08:39Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-12T05:08: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":"a267b9a156244bb192691cff6e5f74fe","id":"2a92534d-eaec-43c9-a062-34238225e6dd","subnetpool_id":null,"name":"vmready1-subnet_e124a7d5-52da-469a-a707-f06c4655a78f"}} 2018-08-12 05:08:39,556 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-aa469fae-a601-4093-84dd-861169801714 2018-08-12 05:08:39,556 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.666667938232s 2018-08-12 05:08:39,557 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-aa469fae-a601-4093-84dd-861169801714 2018-08-12 05:08:39,557 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-12T05:08: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'2a92534d-eaec-43c9-a062-34238225e6dd', u'subnetpool_id': None, u'service_types': [], u'name': u'vmready1-subnet_e124a7d5-52da-469a-a707-f06c4655a78f', u'enable_dhcp': True, u'network_id': u'0d8c7ecb-56c9-428c-9d4f-da7f00f23d36', u'tenant_id': u'a267b9a156244bb192691cff6e5f74fe', u'created_at': u'2018-08-12T05:08: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'a267b9a156244bb192691cff6e5f74fe'}) 2018-08-12 05:08:39,558 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-12 05:08:39,558 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}edc79b702800b3936285d1a4435d4431e93794cc" -d '{"router": {"external_gateway_info": {"network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3"}, "name": "vmready1-router_e124a7d5-52da-469a-a707-f06c4655a78f", "admin_state_up": true}}' 2018-08-12 05:08:40,927 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 641 X-Openstack-Request-Id: req-fc58b11f-f6da-4d5d-a392-8ef48a1dffd5 Date: Sun, 12 Aug 2018 05:08:40 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ec788992-fa73-45cc-a7d9-6d44542124c2", "ip_address": "172.30.9.215"}]}, "description": "", "tags": [], "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "created_at": "2018-08-12T05:08:39Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-12T05:08:40Z", "revision_number": 2, "routes": [], "project_id": "a267b9a156244bb192691cff6e5f74fe", "id": "17dc4c32-cb41-48da-8a61-44c7842068a5", "name": "vmready1-router_e124a7d5-52da-469a-a707-f06c4655a78f"}} 2018-08-12 05:08:40,927 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-fc58b11f-f6da-4d5d-a392-8ef48a1dffd5 2018-08-12 05:08:40,927 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.36932706833s 2018-08-12 05:08:40,927 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-fc58b11f-f6da-4d5d-a392-8ef48a1dffd5 2018-08-12 05:08:40,928 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'03886690-4630-4c4c-9ccb-7eedaa9b1fd3', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'ec788992-fa73-45cc-a7d9-6d44542124c2', u'ip_address': u'172.30.9.215'}]}, u'description': u'', u'tags': [], u'tenant_id': u'a267b9a156244bb192691cff6e5f74fe', u'created_at': u'2018-08-12T05:08:39Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-12T05:08:40Z', u'revision_number': 2, u'routes': [], u'project_id': u'a267b9a156244bb192691cff6e5f74fe', u'id': u'17dc4c32-cb41-48da-8a61-44c7842068a5', u'name': u'vmready1-router_e124a7d5-52da-469a-a707-f06c4655a78f'}) 2018-08-12 05:08:40,928 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-12 05:08:40,929 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/17dc4c32-cb41-48da-8a61-44c7842068a5/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}edc79b702800b3936285d1a4435d4431e93794cc" -d '{"subnet_id": "2a92534d-eaec-43c9-a062-34238225e6dd"}' 2018-08-12 05:08:43,981 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-043d3a63-0058-499f-8957-c1fe56ff5919 Date: Sun, 12 Aug 2018 05:08:43 GMT RESP BODY: {"network_id": "0d8c7ecb-56c9-428c-9d4f-da7f00f23d36", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "subnet_id": "2a92534d-eaec-43c9-a062-34238225e6dd", "subnet_ids": ["2a92534d-eaec-43c9-a062-34238225e6dd"], "port_id": "8c62f289-6b5b-4bb8-ada5-ca7e795088b0", "id": "17dc4c32-cb41-48da-8a61-44c7842068a5"} 2018-08-12 05:08:43,981 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/17dc4c32-cb41-48da-8a61-44c7842068a5/add_router_interface.json used request id req-043d3a63-0058-499f-8957-c1fe56ff5919 2018-08-12 05:08:43,981 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 3.05246400833s 2018-08-12 05:08:43,981 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/17dc4c32-cb41-48da-8a61-44c7842068a5/add_router_interface.json used request id req-043d3a63-0058-499f-8957-c1fe56ff5919 returning object 17dc4c32-cb41-48da-8a61-44c7842068a5 2018-08-12 05:08:43,982 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-12 05:08:44,113 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-12 05:08:44,115 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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 05:08:44,120 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Sun, 12 Aug 2018 05:08:44 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}]} 2018-08-12 05:08:44,125 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 05:08:44,128 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}edc79b702800b3936285d1a4435d4431e93794cc" 2018-08-12 05:08:44,790 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-f5d70152-3a74-4c3f-9032-8918dc2205e9 Date: Sun, 12 Aug 2018 05:08:44 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 05:08:44,791 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-f5d70152-3a74-4c3f-9032-8918dc2205e9 2018-08-12 05:08:44,791 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.666033029556s 2018-08-12 05:08:44,791 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-f5d70152-3a74-4c3f-9032-8918dc2205e9 2018-08-12 05:08:44,799 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-12 05:08:44,802 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}edc79b702800b3936285d1a4435d4431e93794cc" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vmready1-img_e124a7d5-52da-469a-a707-f06c4655a78f", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vmready1-img_e124a7d5-52da-469a-a707-f06c4655a78f"}' 2018-08-12 05:08:45,621 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 868 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/a9b5d4a8-9f24-4760-a077-73b8dded5e25 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-856565ae-47ec-495f-a04c-8c4f7de5ce45 Date: Sun, 12 Aug 2018 05:08:45 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/a9b5d4a8-9f24-4760-a077-73b8dded5e25/file", "owner": "a267b9a156244bb192691cff6e5f74fe", "id": "a9b5d4a8-9f24-4760-a077-73b8dded5e25", "size": null, "self": "/v2/images/a9b5d4a8-9f24-4760-a077-73b8dded5e25", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-12T05:08:45Z", "visibility": "private", "owner_specified.shade.object": "images/vmready1-img_e124a7d5-52da-469a-a707-f06c4655a78f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready1-img_e124a7d5-52da-469a-a707-f06c4655a78f", "checksum": null, "created_at": "2018-08-12T05:08:45Z", "protected": false} 2018-08-12 05:08:45,621 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-856565ae-47ec-495f-a04c-8c4f7de5ce45 2018-08-12 05:08:45,621 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.822144985199s 2018-08-12 05:08:45,621 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-856565ae-47ec-495f-a04c-8c4f7de5ce45 returning object a9b5d4a8-9f24-4760-a077-73b8dded5e25 2018-08-12 05:08:45,622 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-12 05:08:45,626 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9292/v2/images/a9b5d4a8-9f24-4760-a077-73b8dded5e25/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}edc79b702800b3936285d1a4435d4431e93794cc" -d '' 2018-08-12 05:08:48,855 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d84fcf7e-63fa-4efe-ba17-5d9ec2793b2b Date: Sun, 12 Aug 2018 05:08:48 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 05:08:48,855 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/a9b5d4a8-9f24-4760-a077-73b8dded5e25/file used request id req-d84fcf7e-63fa-4efe-ba17-5d9ec2793b2b 2018-08-12 05:08:48,855 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 3.23310303688s 2018-08-12 05:08:48,855 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/a9b5d4a8-9f24-4760-a077-73b8dded5e25/file used request id req-d84fcf7e-63fa-4efe-ba17-5d9ec2793b2b 2018-08-12 05:08:48,859 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 05:08:48,863 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}edc79b702800b3936285d1a4435d4431e93794cc" 2018-08-12 05:08:49,533 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1198 Content-Type: application/json X-Openstack-Request-Id: req-42473639-98ac-43fa-88b3-dfe12a1d4da7 Date: Sun, 12 Aug 2018 05:08:49 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/a9b5d4a8-9f24-4760-a077-73b8dded5e25/snap", "metadata": {}}], "file": "/v2/images/a9b5d4a8-9f24-4760-a077-73b8dded5e25/file", "owner": "a267b9a156244bb192691cff6e5f74fe", "id": "a9b5d4a8-9f24-4760-a077-73b8dded5e25", "size": 12716032, "self": "/v2/images/a9b5d4a8-9f24-4760-a077-73b8dded5e25", "disk_format": "qcow2", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/a9b5d4a8-9f24-4760-a077-73b8dded5e25/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-12T05:08:48Z", "visibility": "private", "owner_specified.shade.object": "images/vmready1-img_e124a7d5-52da-469a-a707-f06c4655a78f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready1-img_e124a7d5-52da-469a-a707-f06c4655a78f", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-12T05:08:45Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 05:08:49,533 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-42473639-98ac-43fa-88b3-dfe12a1d4da7 2018-08-12 05:08:49,533 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.673783063889s 2018-08-12 05:08:49,534 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-42473639-98ac-43fa-88b3-dfe12a1d4da7 2018-08-12 05:08:49,536 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://b36631de-8836-42ae-a808-b5158928754c/images/a9b5d4a8-9f24-4760-a077-73b8dded5e25/snap', u'metadata': Munch({})})], 'file': u'/v2/images/a9b5d4a8-9f24-4760-a077-73b8dded5e25/file', 'owner': u'a267b9a156244bb192691cff6e5f74fe', 'id': u'a9b5d4a8-9f24-4760-a077-73b8dded5e25', 'size': 12716032, u'self': u'/v2/images/a9b5d4a8-9f24-4760-a077-73b8dded5e25', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'a267b9a156244bb192691cff6e5f74fe', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://b36631de-8836-42ae-a808-b5158928754c/images/a9b5d4a8-9f24-4760-a077-73b8dded5e25/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-12T05:08:48Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-12T05:08:48Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vmready1-img_e124a7d5-52da-469a-a707-f06c4655a78f', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/a9b5d4a8-9f24-4760-a077-73b8dded5e25', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vmready1-img_e124a7d5-52da-469a-a707-f06c4655a78f', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'vmready1-img_e124a7d5-52da-469a-a707-f06c4655a78f', 'created': u'2018-08-12T05:08:45Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-12T05:08:45Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/a9b5d4a8-9f24-4760-a077-73b8dded5e25', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vmready1-img_e124a7d5-52da-469a-a707-f06c4655a78f', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-08-12 05:08:49,537 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-12 05:08:49,539 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}edc79b702800b3936285d1a4435d4431e93794cc" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vmready1-flavor_e124a7d5-52da-469a-a707-f06c4655a78f", "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 05:08:50,322 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:08: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-03a8eb7f-6323-4d3f-8489-8e5267be3227 x-compute-request-id: req-03a8eb7f-6323-4d3f-8489-8e5267be3227 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"name": "vmready1-flavor_e124a7d5-52da-469a-a707-f06c4655a78f", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/7cd06707-f31b-4040-ba22-3ce6ea98a938", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/7cd06707-f31b-4040-ba22-3ce6ea98a938", "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": "7cd06707-f31b-4040-ba22-3ce6ea98a938"}} 2018-08-12 05:08:50,322 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-03a8eb7f-6323-4d3f-8489-8e5267be3227 2018-08-12 05:08:50,322 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.785304069519s 2018-08-12 05:08:50,322 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-03a8eb7f-6323-4d3f-8489-8e5267be3227 2018-08-12 05:08:50,323 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vmready1-flavor_e124a7d5-52da-469a-a707-f06c4655a78f', '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'a267b9a156244bb192691cff6e5f74fe', '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'7cd06707-f31b-4040-ba22-3ce6ea98a938', 'swap': 0}) 2018-08-12 05:08:50,324 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-12 05:08:50,326 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors/7cd06707-f31b-4040-ba22-3ce6ea98a938/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}edc79b702800b3936285d1a4435d4431e93794cc" -d '{"extra_specs": {}}' 2018-08-12 05:08:50,473 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05: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-20b64155-7bde-456c-b347-5b520ffd62b2 x-compute-request-id: req-20b64155-7bde-456c-b347-5b520ffd62b2 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-12 05:08:50,473 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/7cd06707-f31b-4040-ba22-3ce6ea98a938/os-extra_specs used request id req-20b64155-7bde-456c-b347-5b520ffd62b2 2018-08-12 05:08:50,473 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.149078130722s 2018-08-12 05:08:50,473 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/7cd06707-f31b-4040-ba22-3ce6ea98a938/os-extra_specs used request id req-20b64155-7bde-456c-b347-5b520ffd62b2 2018-08-12 05:08:50,588 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-12 05:08:50,588 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vmready1 | functest | 00:13 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-12 05:08:50,593 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-12 05:08:50,594 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/17dc4c32-cb41-48da-8a61-44c7842068a5/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}edc79b702800b3936285d1a4435d4431e93794cc" -d '{"subnet_id": "2a92534d-eaec-43c9-a062-34238225e6dd"}' 2018-08-12 05:08:52,982 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-f796b5ba-6327-4029-b814-1d1841f6fb12 Date: Sun, 12 Aug 2018 05:08:52 GMT RESP BODY: {"network_id": "0d8c7ecb-56c9-428c-9d4f-da7f00f23d36", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "subnet_id": "2a92534d-eaec-43c9-a062-34238225e6dd", "subnet_ids": ["2a92534d-eaec-43c9-a062-34238225e6dd"], "port_id": "8c62f289-6b5b-4bb8-ada5-ca7e795088b0", "id": "17dc4c32-cb41-48da-8a61-44c7842068a5"} 2018-08-12 05:08:52,982 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/17dc4c32-cb41-48da-8a61-44c7842068a5/remove_router_interface.json used request id req-f796b5ba-6327-4029-b814-1d1841f6fb12 2018-08-12 05:08:52,982 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.38890814781s 2018-08-12 05:08:52,983 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/17dc4c32-cb41-48da-8a61-44c7842068a5/remove_router_interface.json used request id req-f796b5ba-6327-4029-b814-1d1841f6fb12 returning object 17dc4c32-cb41-48da-8a61-44c7842068a5 2018-08-12 05:08:52,983 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-12 05:08:52,984 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}edc79b702800b3936285d1a4435d4431e93794cc" 2018-08-12 05:08:54,054 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 644 X-Openstack-Request-Id: req-65862dcf-d2f9-4ee8-9d48-95d3e0910bee Date: Sun, 12 Aug 2018 05:08:54 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ec788992-fa73-45cc-a7d9-6d44542124c2", "ip_address": "172.30.9.215"}]}, "description": "", "tags": [], "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "created_at": "2018-08-12T05:08:39Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-12T05:08:52Z", "revision_number": 4, "routes": [], "project_id": "a267b9a156244bb192691cff6e5f74fe", "id": "17dc4c32-cb41-48da-8a61-44c7842068a5", "name": "vmready1-router_e124a7d5-52da-469a-a707-f06c4655a78f"}]} 2018-08-12 05:08:54,054 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-65862dcf-d2f9-4ee8-9d48-95d3e0910bee 2018-08-12 05:08:54,054 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 1.07086801529s 2018-08-12 05:08:54,054 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-65862dcf-d2f9-4ee8-9d48-95d3e0910bee 2018-08-12 05:08:54,056 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-12 05:08:54,057 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/routers/17dc4c32-cb41-48da-8a61-44c7842068a5.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}edc79b702800b3936285d1a4435d4431e93794cc" 2018-08-12 05:08:55,452 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-39357c15-dfb4-42ba-8b24-c89155a01bde Content-Length: 0 Date: Sun, 12 Aug 2018 05:08:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 05:08:55,452 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/17dc4c32-cb41-48da-8a61-44c7842068a5.json used request id req-39357c15-dfb4-42ba-8b24-c89155a01bde 2018-08-12 05:08:55,453 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.39646720886s 2018-08-12 05:08:55,453 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/17dc4c32-cb41-48da-8a61-44c7842068a5.json used request id req-39357c15-dfb4-42ba-8b24-c89155a01bde 2018-08-12 05:08:55,453 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-12 05:08:55,454 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}edc79b702800b3936285d1a4435d4431e93794cc" 2018-08-12 05:08:56,574 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1290 X-Openstack-Request-Id: req-eb8d2276-7426-48a1-b2bc-c2171416e19e Date: Sun, 12 Aug 2018 05:08:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0d8c7ecb-56c9-428c-9d4f-da7f00f23d36","tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T05:08:39Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-12T05:08: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":"a267b9a156244bb192691cff6e5f74fe","id":"2a92534d-eaec-43c9-a062-34238225e6dd","subnetpool_id":null,"name":"vmready1-subnet_e124a7d5-52da-469a-a707-f06c4655a78f"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","tenant_id":"310f5853751a4c968f3eeb0a3d99a0a8","created_at":"2018-08-12T05:04:31Z","dns_nameservers":[],"updated_at":"2018-08-12T05:04:31Z","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":"310f5853751a4c968f3eeb0a3d99a0a8","id":"ec788992-fa73-45cc-a7d9-6d44542124c2","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-12 05:08:56,575 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-eb8d2276-7426-48a1-b2bc-c2171416e19e 2018-08-12 05:08:56,575 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 1.12151193619s 2018-08-12 05:08:56,575 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-eb8d2276-7426-48a1-b2bc-c2171416e19e 2018-08-12 05:08:56,576 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-12 05:08:56,577 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/subnets/2a92534d-eaec-43c9-a062-34238225e6dd.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}edc79b702800b3936285d1a4435d4431e93794cc" 2018-08-12 05:08:59,846 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-df2eb5be-ca6b-43f6-be82-44463fa491b7 Date: Sun, 12 Aug 2018 05:08:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 05:08:59,846 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/2a92534d-eaec-43c9-a062-34238225e6dd.json used request id req-df2eb5be-ca6b-43f6-be82-44463fa491b7 2018-08-12 05:08:59,846 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 3.26981091499s 2018-08-12 05:08:59,847 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/2a92534d-eaec-43c9-a062-34238225e6dd.json used request id req-df2eb5be-ca6b-43f6-be82-44463fa491b7 2018-08-12 05:08:59,847 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 05:08:59,848 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}edc79b702800b3936285d1a4435d4431e93794cc" 2018-08-12 05:08:59,930 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1352 X-Openstack-Request-Id: req-09eb6164-d309-4c36-90b6-7a53e5f25364 Date: Sun, 12 Aug 2018 05:08:59 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"310f5853751a4c968f3eeb0a3d99a0a8","status":"ACTIVE","subnets":["ec788992-fa73-45cc-a7d9-6d44542124c2"],"description":"","tags":[],"updated_at":"2018-08-12T05:04:31Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"310f5853751a4c968f3eeb0a3d99a0a8","created_at":"2018-08-12T05:04:23Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"0d8c7ecb-56c9-428c-9d4f-da7f00f23d36","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a267b9a156244bb192691cff6e5f74fe","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T05:08:59Z","provider:segmentation_id":95,"name":"vmready1-net_e124a7d5-52da-469a-a707-f06c4655a78f","admin_state_up":true,"tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T05:08:37Z","provider:network_type":"vxlan"}]} 2018-08-12 05:08:59,931 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-09eb6164-d309-4c36-90b6-7a53e5f25364 2018-08-12 05:08:59,931 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0833580493927s 2018-08-12 05:08:59,931 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-09eb6164-d309-4c36-90b6-7a53e5f25364 2018-08-12 05:08:59,933 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-12 05:08:59,933 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/networks/0d8c7ecb-56c9-428c-9d4f-da7f00f23d36.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}edc79b702800b3936285d1a4435d4431e93794cc" 2018-08-12 05:09:01,550 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-726cd473-4e35-4a91-ad40-f2d933efc1d2 Date: Sun, 12 Aug 2018 05:09:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 05:09:01,550 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/0d8c7ecb-56c9-428c-9d4f-da7f00f23d36.json used request id req-726cd473-4e35-4a91-ad40-f2d933efc1d2 2018-08-12 05:09:01,550 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.61771607399s 2018-08-12 05:09:01,551 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/0d8c7ecb-56c9-428c-9d4f-da7f00f23d36.json used request id req-726cd473-4e35-4a91-ad40-f2d933efc1d2 2018-08-12 05:09:01,555 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 05:09:01,558 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}edc79b702800b3936285d1a4435d4431e93794cc" 2018-08-12 05:09:02,250 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1198 Content-Type: application/json X-Openstack-Request-Id: req-60364b12-b6aa-4fa9-9770-292db4465c43 Date: Sun, 12 Aug 2018 05:09:02 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/a9b5d4a8-9f24-4760-a077-73b8dded5e25/snap", "metadata": {}}], "file": "/v2/images/a9b5d4a8-9f24-4760-a077-73b8dded5e25/file", "owner": "a267b9a156244bb192691cff6e5f74fe", "id": "a9b5d4a8-9f24-4760-a077-73b8dded5e25", "size": 12716032, "self": "/v2/images/a9b5d4a8-9f24-4760-a077-73b8dded5e25", "disk_format": "qcow2", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/a9b5d4a8-9f24-4760-a077-73b8dded5e25/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-12T05:08:48Z", "visibility": "private", "owner_specified.shade.object": "images/vmready1-img_e124a7d5-52da-469a-a707-f06c4655a78f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready1-img_e124a7d5-52da-469a-a707-f06c4655a78f", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-12T05:08:45Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 05:09:02,250 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-60364b12-b6aa-4fa9-9770-292db4465c43 2018-08-12 05:09:02,250 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.695541858673s 2018-08-12 05:09:02,251 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-60364b12-b6aa-4fa9-9770-292db4465c43 2018-08-12 05:09:02,252 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-12 05:09:02,255 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9292/v2/images/a9b5d4a8-9f24-4760-a077-73b8dded5e25 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}edc79b702800b3936285d1a4435d4431e93794cc" 2018-08-12 05:09:04,051 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-2c35f592-c976-4db8-a882-932519ae0b5b Date: Sun, 12 Aug 2018 05:09: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 05:09:04,052 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/a9b5d4a8-9f24-4760-a077-73b8dded5e25 used request id req-2c35f592-c976-4db8-a882-932519ae0b5b 2018-08-12 05:09:04,052 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.79967403412s 2018-08-12 05:09:04,052 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/a9b5d4a8-9f24-4760-a077-73b8dded5e25 used request id req-2c35f592-c976-4db8-a882-932519ae0b5b 2018-08-12 05:09:04,053 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-12 05:09:04,055 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}edc79b702800b3936285d1a4435d4431e93794cc" 2018-08-12 05:09:04,080 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:09: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-dfb69f95-e1a4-4b60-9fb0-c58fd82a76fa x-compute-request-id: req-dfb69f95-e1a4-4b60-9fb0-c58fd82a76fa Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vmready1-flavor_e124a7d5-52da-469a-a707-f06c4655a78f", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/7cd06707-f31b-4040-ba22-3ce6ea98a938", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/7cd06707-f31b-4040-ba22-3ce6ea98a938", "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": "7cd06707-f31b-4040-ba22-3ce6ea98a938"}]} 2018-08-12 05:09:04,080 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-dfb69f95-e1a4-4b60-9fb0-c58fd82a76fa 2018-08-12 05:09:04,080 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0275940895081s 2018-08-12 05:09:04,081 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-dfb69f95-e1a4-4b60-9fb0-c58fd82a76fa 2018-08-12 05:09:04,082 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-12 05:09:04,084 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/flavors/7cd06707-f31b-4040-ba22-3ce6ea98a938 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}edc79b702800b3936285d1a4435d4431e93794cc" 2018-08-12 05:09:04,243 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 05:09: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-fbcf2718-87ea-40d9-b1a7-6c3f65b10c68 x-compute-request-id: req-fbcf2718-87ea-40d9-b1a7-6c3f65b10c68 Content-Length: 0 Content-Type: application/json 2018-08-12 05:09:04,243 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/7cd06707-f31b-4040-ba22-3ce6ea98a938 used request id req-fbcf2718-87ea-40d9-b1a7-6c3f65b10c68 2018-08-12 05:09:04,243 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.160624027252s 2018-08-12 05:09:04,243 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/7cd06707-f31b-4040-ba22-3ce6ea98a938 used request id req-fbcf2718-87ea-40d9-b1a7-6c3f65b10c68 2018-08-12 05:09:04,295 - xtesting.ci.run_tests - INFO - Loading test case 'vmready2'... 2018-08-12 05:09:04,332 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-12 05:09:04,332 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-12 05:09:04,332 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-12 05:09:04,332 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-12 05:09:04,332 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-12 05:09:04,332 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-12 05:09:04,332 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-12 05:09:04,333 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-12 05:09:04,333 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-12 05:09:04,333 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-12 05:09:04,333 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-12 05:09:04,333 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-12 05:09:04,333 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-12 05:09:04,333 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-12 05:09:04,333 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-12 05:09:04,333 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-12 05:09:04,333 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-12 05:09:04,333 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-12 05:09:04,333 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-12 05:09:04,333 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-12 05:09:04,333 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-12 05:09:04,334 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-12 05:09:04,335 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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 05:09:04,340 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:09:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-95640578-cc79-47f8-b462-844676fbd32e Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 05:09:04,340 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-95640578-cc79-47f8-b462-844676fbd32e 2018-08-12 05:09:04,340 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-08-12 05:09:04,736 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T06:09:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["Mm_gtsfiS_uq-WN9x5HlGw"], "issued_at": "2018-08-12T05:09:04.000000Z"}} 2018-08-12 05:09:04,739 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 05:09:04,740 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}bfc81dd04b7927608e06a74f04326381385b6f98" 2018-08-12 05:09:05,020 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-a9c79311-2bb0-4396-8c58-b11d36a43c9f Date: Sun, 12 Aug 2018 05:09:05 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"310f5853751a4c968f3eeb0a3d99a0a8","status":"ACTIVE","subnets":["ec788992-fa73-45cc-a7d9-6d44542124c2"],"description":"","tags":[],"updated_at":"2018-08-12T05:04:31Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"310f5853751a4c968f3eeb0a3d99a0a8","created_at":"2018-08-12T05:04:23Z","provider:network_type":"flat"}]} 2018-08-12 05:09:05,020 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-a9c79311-2bb0-4396-8c58-b11d36a43c9f 2018-08-12 05:09:05,020 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.281295061111s 2018-08-12 05:09:05,021 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-a9c79311-2bb0-4396-8c58-b11d36a43c9f 2018-08-12 05:09:05,023 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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 05:09:05,028 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 05:09:05 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 05:09:05,030 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-12 05:09:05,033 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}bfc81dd04b7927608e06a74f04326381385b6f98" 2018-08-12 05:09:05,126 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:09:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d81b45de-a70c-4106-97c9-c89b2baabccd Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.21:5000/v3/domains/1eec97585bde483292ece28ee11f4b8d"}, "tags": [], "enabled": true, "id": "1eec97585bde483292ece28ee11f4b8d", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains", "previous": null, "next": null}} 2018-08-12 05:09:05,126 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-d81b45de-a70c-4106-97c9-c89b2baabccd 2018-08-12 05:09:05,126 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0964570045471s 2018-08-12 05:09:05,126 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-d81b45de-a70c-4106-97c9-c89b2baabccd 2018-08-12 05:09:05,133 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-12 05:09:05,137 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}bfc81dd04b7927608e06a74f04326381385b6f98" -d '{"project": {"description": "Created by OPNFV Functest: vmready2", "enabled": true, "domain_id": "default", "name": "vmready2-project_8882f9b4-2a1e-4d8b-9526-13778821d929"}}' 2018-08-12 05:09:05,312 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 05:09:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-07c0cca3-87ed-4959-adb6-601d285c4ae8 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.21:5000/v3/projects/fa9ca6d7608b4d7d87ce97331679a481"}, "tags": [], "enabled": true, "id": "fa9ca6d7608b4d7d87ce97331679a481", "parent_id": "default", "domain_id": "default", "name": "vmready2-project_8882f9b4-2a1e-4d8b-9526-13778821d929"}} 2018-08-12 05:09:05,312 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-07c0cca3-87ed-4959-adb6-601d285c4ae8 2018-08-12 05:09:05,312 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.178649187088s 2018-08-12 05:09:05,313 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-07c0cca3-87ed-4959-adb6-601d285c4ae8 2018-08-12 05:09:05,313 - 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'fa9ca6d7608b4d7d87ce97331679a481', '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_8882f9b4-2a1e-4d8b-9526-13778821d929'}) 2018-08-12 05:09:05,319 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-12 05:09:05,322 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}bfc81dd04b7927608e06a74f04326381385b6f98" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "0a909bec-cba7-4024-bceb-911afa8ad384", "email": null, "name": "vmready2-user_8882f9b4-2a1e-4d8b-9526-13778821d929"}}' 2018-08-12 05:09:05,793 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 05:09:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-27dc200a-10b7-430b-92ea-fec78f129fc1 Content-Length: 323 Content-Type: application/json RESP BODY: {"user": {"name": "vmready2-user_8882f9b4-2a1e-4d8b-9526-13778821d929", "links": {"self": "http://172.30.9.21:5000/v3/users/9089bbf7e9474880b76657d3da9759eb"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "9089bbf7e9474880b76657d3da9759eb", "domain_id": "default", "password_expires_at": null}} 2018-08-12 05:09:05,793 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/users used request id req-27dc200a-10b7-430b-92ea-fec78f129fc1 2018-08-12 05:09:05,793 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.473787069321s 2018-08-12 05:09:05,793 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/users used request id req-27dc200a-10b7-430b-92ea-fec78f129fc1 2018-08-12 05:09:05,794 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'9089bbf7e9474880b76657d3da9759eb', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vmready2-user_8882f9b4-2a1e-4d8b-9526-13778821d929'}) 2018-08-12 05:09:05,797 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-12 05:09:05,800 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}bfc81dd04b7927608e06a74f04326381385b6f98" 2018-08-12 05:09:05,890 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:09:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-88b13e4c-2940-48b4-85b3-47261b4bc681 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 05:09:05,890 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-88b13e4c-2940-48b4-85b3-47261b4bc681 2018-08-12 05:09:05,891 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0934209823608s 2018-08-12 05:09:05,891 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-88b13e4c-2940-48b4-85b3-47261b4bc681 2018-08-12 05:09:05,895 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-12 05:09:05,899 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}bfc81dd04b7927608e06a74f04326381385b6f98" 2018-08-12 05:09:05,919 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:09:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-585bd60a-394d-4a2c-8176-8650dd6864c2 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 05:09:05,919 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-585bd60a-394d-4a2c-8176-8650dd6864c2 2018-08-12 05:09:05,919 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0239109992981s 2018-08-12 05:09:05,920 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-585bd60a-394d-4a2c-8176-8650dd6864c2 2018-08-12 05:09:05,921 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-08-12 05:09:05,924 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.roles 2018-08-12 05:09:05,928 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}bfc81dd04b7927608e06a74f04326381385b6f98" -d '{"role": {"name": "Member"}}' 2018-08-12 05:09:06,085 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 05:09:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1d831e5d-af3e-4c24-8dc7-ed2d965ec17d Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "10742a168102405183e3b108564ac070", "links": {"self": "http://172.30.9.21:5000/v3/roles/10742a168102405183e3b108564ac070"}, "name": "Member"}} 2018-08-12 05:09:06,085 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-1d831e5d-af3e-4c24-8dc7-ed2d965ec17d 2018-08-12 05:09:06,086 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.roles in 0.160863876343s 2018-08-12 05:09:06,086 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-1d831e5d-af3e-4c24-8dc7-ed2d965ec17d 2018-08-12 05:09:06,086 - functest.core.tenantnetwork - DEBUG - role: Munch({'properties': {}, 'location': Munch({'project': Munch({'domain_id': None, 'id': None, 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': None, 'name': u'Member', 'id': u'10742a168102405183e3b108564ac070'}) 2018-08-12 05:09:06,090 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-12 05:09:06,093 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}bfc81dd04b7927608e06a74f04326381385b6f98" 2018-08-12 05:09:06,203 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:09:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3c4faa8c-80f5-411a-853d-4e44cee6af60 Content-Encoding: gzip Content-Length: 354 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10742a168102405183e3b108564ac070", "links": {"self": "http://172.30.9.21:5000/v3/roles/10742a168102405183e3b108564ac070"}, "name": "Member"}, {"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 05:09:06,203 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-3c4faa8c-80f5-411a-853d-4e44cee6af60 2018-08-12 05:09:06,203 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.113290786743s 2018-08-12 05:09:06,204 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-3c4faa8c-80f5-411a-853d-4e44cee6af60 2018-08-12 05:09:06,208 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-12 05:09:06,211 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}bfc81dd04b7927608e06a74f04326381385b6f98" 2018-08-12 05:09:06,309 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:09:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af096de6-0799-430f-acf0-cd41b9d556ff Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-12 05:09:06,309 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-af096de6-0799-430f-acf0-cd41b9d556ff 2018-08-12 05:09:06,309 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.100955963135s 2018-08-12 05:09:06,309 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-af096de6-0799-430f-acf0-cd41b9d556ff 2018-08-12 05:09:06,310 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-12 05:09:06,314 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}bfc81dd04b7927608e06a74f04326381385b6f98" 2018-08-12 05:09:06,417 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:09:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f803219e-7b45-4619-8b59-9cfbae1fc484 Content-Encoding: gzip Content-Length: 835 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/105a247548624314b9228f85f6325f0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105a247548624314b9228f85f6325f0b", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/1c5de0eaa44543f08da6ad63a51594ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c5de0eaa44543f08da6ad63a51594ff", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/1d127b5b832547a88a547c116dfdd65b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d127b5b832547a88a547c116dfdd65b", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/1d5cfc170d624ce4ae53ae0507c8d517"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d5cfc170d624ce4ae53ae0507c8d517", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/2421820b75eb4d3ebd02830378d1377b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2421820b75eb4d3ebd02830378d1377b", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/40bd8ee54ecf44868cc83cede652c396"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40bd8ee54ecf44868cc83cede652c396", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/4f32fb8153854c4c9f5094b42b523f80"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f32fb8153854c4c9f5094b42b523f80", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7066130d08fb4db7bf4ab468de53933b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7066130d08fb4db7bf4ab468de53933b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/8d0898a83bcf4521bbc11501d5d7ac89"}, "domain_id": "1eec97585bde483292ece28ee11f4b8d", "enabled": true, "options": {}, "id": "8d0898a83bcf4521bbc11501d5d7ac89", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "vmready2-user_8882f9b4-2a1e-4d8b-9526-13778821d929", "links": {"self": "http://172.30.9.21:5000/v3/users/9089bbf7e9474880b76657d3da9759eb"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "9089bbf7e9474880b76657d3da9759eb", "domain_id": "default", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/9defcced327d476f8a3beab718a13da3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9defcced327d476f8a3beab718a13da3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/b80ee4f6992446e0879624dd436e99a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b80ee4f6992446e0879624dd436e99a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b86fd3e011324d398fcdb6f095a20a9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b86fd3e011324d398fcdb6f095a20a9d", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1701d2754064b5cadf765ea0806f9b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1701d2754064b5cadf765ea0806f9b2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/db4e7b8d76d549faa502716565c733dd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db4e7b8d76d549faa502716565c733dd", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-12 05:09:06,418 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-f803219e-7b45-4619-8b59-9cfbae1fc484 2018-08-12 05:09:06,418 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.107471227646s 2018-08-12 05:09:06,418 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-f803219e-7b45-4619-8b59-9cfbae1fc484 2018-08-12 05:09:06,430 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-12 05:09:06,433 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}bfc81dd04b7927608e06a74f04326381385b6f98" 2018-08-12 05:09:06,518 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:09:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-39edd3c1-2920-485d-ae10-9f2914cdb065 Content-Encoding: gzip Content-Length: 396 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8"}, "tags": [], "enabled": true, "id": "310f5853751a4c968f3eeb0a3d99a0a8", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "id": "a267b9a156244bb192691cff6e5f74fe", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: vmready2", "links": {"self": "http://172.30.9.21:5000/v3/projects/fa9ca6d7608b4d7d87ce97331679a481"}, "tags": [], "enabled": true, "id": "fa9ca6d7608b4d7d87ce97331679a481", "parent_id": "default", "domain_id": "default", "name": "vmready2-project_8882f9b4-2a1e-4d8b-9526-13778821d929"}]} 2018-08-12 05:09:06,518 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-39edd3c1-2920-485d-ae10-9f2914cdb065 2018-08-12 05:09:06,518 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0881831645966s 2018-08-12 05:09:06,518 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-39edd3c1-2920-485d-ae10-9f2914cdb065 2018-08-12 05:09:06,525 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-12 05:09:06,528 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:5000/v3/role_assignments?user.id=9089bbf7e9474880b76657d3da9759eb&role.id=10742a168102405183e3b108564ac070&scope.project.id=fa9ca6d7608b4d7d87ce97331679a481" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bfc81dd04b7927608e06a74f04326381385b6f98" 2018-08-12 05:09:06,631 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:09:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f546b1eb-d919-4059-b72f-715b02506686 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.21:5000/v3/role_assignments?user.id=9089bbf7e9474880b76657d3da9759eb&role.id=10742a168102405183e3b108564ac070&scope.project.id=fa9ca6d7608b4d7d87ce97331679a481", "previous": null, "next": null}} 2018-08-12 05:09:06,631 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=9089bbf7e9474880b76657d3da9759eb&role.id=10742a168102405183e3b108564ac070&scope.project.id=fa9ca6d7608b4d7d87ce97331679a481 used request id req-f546b1eb-d919-4059-b72f-715b02506686 2018-08-12 05:09:06,631 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.105727910995s 2018-08-12 05:09:06,632 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=9089bbf7e9474880b76657d3da9759eb&role.id=10742a168102405183e3b108564ac070&scope.project.id=fa9ca6d7608b4d7d87ce97331679a481 used request id req-f546b1eb-d919-4059-b72f-715b02506686 2018-08-12 05:09:06,635 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-12 05:09:06,639 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:5000/v3/projects/fa9ca6d7608b4d7d87ce97331679a481/users/9089bbf7e9474880b76657d3da9759eb/roles/10742a168102405183e3b108564ac070 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bfc81dd04b7927608e06a74f04326381385b6f98" 2018-08-12 05:09:06,824 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 05:09:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-acd35f84-020d-4b4c-8229-4f7cf0030a5e 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 05:09:06,824 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/fa9ca6d7608b4d7d87ce97331679a481/users/9089bbf7e9474880b76657d3da9759eb/roles/10742a168102405183e3b108564ac070 used request id req-acd35f84-020d-4b4c-8229-4f7cf0030a5e 2018-08-12 05:09:06,824 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.188779830933s 2018-08-12 05:09:06,824 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/fa9ca6d7608b4d7d87ce97331679a481/users/9089bbf7e9474880b76657d3da9759eb/roles/10742a168102405183e3b108564ac070 used request id req-acd35f84-020d-4b4c-8229-4f7cf0030a5e 2018-08-12 05:09:06,825 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vmready2-project_8882f9b4-2a1e-4d8b-9526-13778821d929', 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'fa9ca6d7608b4d7d87ce97331679a481', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.50', 'password': '0a909bec-cba7-4024-bceb-911afa8ad384', 'username': u'vmready2-user_8882f9b4-2a1e-4d8b-9526-13778821d929', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.21: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 05:09:06,826 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-12 05:09:06,826 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-12 05:09:06,826 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-12 05:09:06,827 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-12 05:09:06,827 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-12 05:09:06,827 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-12 05:09:06,827 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-12 05:09:06,827 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-12 05:09:06,827 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-12 05:09:06,827 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-12 05:09:06,827 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-12 05:09:06,827 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-12 05:09:06,828 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-12 05:09:06,828 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-12 05:09:06,828 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-12 05:09:06,828 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-12 05:09:06,828 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-12 05:09:06,828 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-12 05:09:06,828 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-12 05:09:06,828 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-12 05:09:06,828 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-12 05:09:06,829 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-12 05:09:06,830 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vmready2-user_8882f9b4-2a1e-4d8b-9526-13778821d929', 'password': '0a909bec-cba7-4024-bceb-911afa8ad384', 'project_name': 'vmready2-project_8882f9b4-2a1e-4d8b-9526-13778821d929', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.21:5000//v3', 'project_id': 'fa9ca6d7608b4d7d87ce97331679a481', 'project_domain_name': 'Default'} 2018-08-12 05:09:06,831 - xtesting.ci.run_tests - INFO - Running test case 'vmready2'... 2018-08-12 05:09:06,832 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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 05:09:06,839 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:09:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e0274311-29fa-44e7-8be5-a33b2a573fad Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 05:09:06,839 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-e0274311-29fa-44e7-8be5-a33b2a573fad 2018-08-12 05:09:06,840 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-08-12 05:09:07,322 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "10742a168102405183e3b108564ac070", "name": "Member"}], "expires_at": "2018-08-12T06:09:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fa9ca6d7608b4d7d87ce97331679a481", "name": "vmready2-project_8882f9b4-2a1e-4d8b-9526-13778821d929"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/fa9ca6d7608b4d7d87ce97331679a481", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/fa9ca6d7608b4d7d87ce97331679a481", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/fa9ca6d7608b4d7d87ce97331679a481", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_fa9ca6d7608b4d7d87ce97331679a481", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_fa9ca6d7608b4d7d87ce97331679a481", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/fa9ca6d7608b4d7d87ce97331679a481", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/fa9ca6d7608b4d7d87ce97331679a481", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/fa9ca6d7608b4d7d87ce97331679a481", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/fa9ca6d7608b4d7d87ce97331679a481", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/fa9ca6d7608b4d7d87ce97331679a481", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/fa9ca6d7608b4d7d87ce97331679a481", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/fa9ca6d7608b4d7d87ce97331679a481", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/fa9ca6d7608b4d7d87ce97331679a481", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/fa9ca6d7608b4d7d87ce97331679a481", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vmready2-user_8882f9b4-2a1e-4d8b-9526-13778821d929", "id": "9089bbf7e9474880b76657d3da9759eb"}, "audit_ids": ["ezwC6myZSbWa2BZC5ogUWw"], "issued_at": "2018-08-12T05:09:07.000000Z"}} 2018-08-12 05:09:07,324 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-12 05:09:07,325 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}78f175e71dabd1ab0bdc6a58d922fb0edc275949" -d '{"network": {"name": "vmready2-net_8882f9b4-2a1e-4d8b-9526-13778821d929", "admin_state_up": true}}' 2018-08-12 05:09:08,224 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 586 X-Openstack-Request-Id: req-76c26998-5882-41ec-8d98-00ee86657b1a Date: Sun, 12 Aug 2018 05:09:08 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"fa9ca6d7608b4d7d87ce97331679a481","created_at":"2018-08-12T05:09:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T05:09:08Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"fa9ca6d7608b4d7d87ce97331679a481","id":"d68930c8-edd8-49c7-b683-d6174b2506cc","name":"vmready2-net_8882f9b4-2a1e-4d8b-9526-13778821d929"}} 2018-08-12 05:09:08,224 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-76c26998-5882-41ec-8d98-00ee86657b1a 2018-08-12 05:09:08,224 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.899513959885s 2018-08-12 05:09:08,224 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-76c26998-5882-41ec-8d98-00ee86657b1a 2018-08-12 05:09:08,225 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-12T05:09:08Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'id': u'd68930c8-edd8-49c7-b683-d6174b2506cc', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vmready2-net_8882f9b4-2a1e-4d8b-9526-13778821d929', u'admin_state_up': True, u'tenant_id': u'fa9ca6d7608b4d7d87ce97331679a481', u'created_at': u'2018-08-12T05:09:07Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'fa9ca6d7608b4d7d87ce97331679a481'}) 2018-08-12 05:09:08,225 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 05:09:08,226 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}78f175e71dabd1ab0bdc6a58d922fb0edc275949" 2018-08-12 05:09:08,511 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1147 X-Openstack-Request-Id: req-07708c37-ad98-48bc-9aa0-33583dcabab8 Date: Sun, 12 Aug 2018 05:09:08 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ec788992-fa73-45cc-a7d9-6d44542124c2"],"updated_at":"2018-08-12T05:04:31Z","tenant_id":"310f5853751a4c968f3eeb0a3d99a0a8","created_at":"2018-08-12T05:04:23Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"310f5853751a4c968f3eeb0a3d99a0a8","id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","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-12T05:09:08Z","tenant_id":"fa9ca6d7608b4d7d87ce97331679a481","created_at":"2018-08-12T05:09:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"fa9ca6d7608b4d7d87ce97331679a481","id":"d68930c8-edd8-49c7-b683-d6174b2506cc","name":"vmready2-net_8882f9b4-2a1e-4d8b-9526-13778821d929"}]} 2018-08-12 05:09:08,511 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-07708c37-ad98-48bc-9aa0-33583dcabab8 2018-08-12 05:09:08,511 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.285539150238s 2018-08-12 05:09:08,511 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-07708c37-ad98-48bc-9aa0-33583dcabab8 2018-08-12 05:09:08,513 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-12 05:09:08,513 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}78f175e71dabd1ab0bdc6a58d922fb0edc275949" -d '{"subnet": {"name": "vmready2-subnet_8882f9b4-2a1e-4d8b-9526-13778821d929", "enable_dhcp": true, "network_id": "d68930c8-edd8-49c7-b683-d6174b2506cc", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-12 05:09:09,385 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-f46677f1-a06c-423b-99b4-bb1a0cb984d9 Date: Sun, 12 Aug 2018 05:09:09 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d68930c8-edd8-49c7-b683-d6174b2506cc","tenant_id":"fa9ca6d7608b4d7d87ce97331679a481","created_at":"2018-08-12T05:09:08Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-12T05:09:08Z","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":"fa9ca6d7608b4d7d87ce97331679a481","id":"574c1efd-cd2e-4e56-bb1d-97831056b6ca","subnetpool_id":null,"name":"vmready2-subnet_8882f9b4-2a1e-4d8b-9526-13778821d929"}} 2018-08-12 05:09:09,385 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-f46677f1-a06c-423b-99b4-bb1a0cb984d9 2018-08-12 05:09:09,385 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.871962070465s 2018-08-12 05:09:09,385 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-f46677f1-a06c-423b-99b4-bb1a0cb984d9 2018-08-12 05:09:09,385 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-12T05:09:08Z', 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'574c1efd-cd2e-4e56-bb1d-97831056b6ca', u'subnetpool_id': None, u'service_types': [], u'name': u'vmready2-subnet_8882f9b4-2a1e-4d8b-9526-13778821d929', u'enable_dhcp': True, u'network_id': u'd68930c8-edd8-49c7-b683-d6174b2506cc', u'tenant_id': u'fa9ca6d7608b4d7d87ce97331679a481', u'created_at': u'2018-08-12T05:09:08Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'fa9ca6d7608b4d7d87ce97331679a481'}) 2018-08-12 05:09:09,386 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-12 05:09:09,386 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}78f175e71dabd1ab0bdc6a58d922fb0edc275949" -d '{"router": {"external_gateway_info": {"network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3"}, "name": "vmready2-router_8882f9b4-2a1e-4d8b-9526-13778821d929", "admin_state_up": true}}' 2018-08-12 05:09:10,950 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 619 X-Openstack-Request-Id: req-28000a2b-a5de-4ea0-ab52-c0b7c9c58d99 Date: Sun, 12 Aug 2018 05:09:10 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ec788992-fa73-45cc-a7d9-6d44542124c2", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "created_at": "2018-08-12T05:09:09Z", "admin_state_up": true, "updated_at": "2018-08-12T05:09:10Z", "revision_number": 2, "routes": [], "project_id": "fa9ca6d7608b4d7d87ce97331679a481", "id": "748d8691-9b86-46a3-a894-f91b5c2fb71c", "name": "vmready2-router_8882f9b4-2a1e-4d8b-9526-13778821d929"}} 2018-08-12 05:09:10,950 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-28000a2b-a5de-4ea0-ab52-c0b7c9c58d99 2018-08-12 05:09:10,950 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.56440806389s 2018-08-12 05:09:10,951 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-28000a2b-a5de-4ea0-ab52-c0b7c9c58d99 2018-08-12 05:09:10,951 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'03886690-4630-4c4c-9ccb-7eedaa9b1fd3', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'ec788992-fa73-45cc-a7d9-6d44542124c2', u'ip_address': u'172.30.9.202'}]}, u'description': u'', u'tags': [], u'tenant_id': u'fa9ca6d7608b4d7d87ce97331679a481', u'created_at': u'2018-08-12T05:09:09Z', u'admin_state_up': True, u'updated_at': u'2018-08-12T05:09:10Z', u'revision_number': 2, u'routes': [], u'project_id': u'fa9ca6d7608b4d7d87ce97331679a481', u'id': u'748d8691-9b86-46a3-a894-f91b5c2fb71c', u'name': u'vmready2-router_8882f9b4-2a1e-4d8b-9526-13778821d929'}) 2018-08-12 05:09:10,952 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-12 05:09:10,952 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/748d8691-9b86-46a3-a894-f91b5c2fb71c/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}78f175e71dabd1ab0bdc6a58d922fb0edc275949" -d '{"subnet_id": "574c1efd-cd2e-4e56-bb1d-97831056b6ca"}' 2018-08-12 05:09:13,177 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-f60bfafb-a2d5-4e88-aa24-a964d7358ffc Date: Sun, 12 Aug 2018 05:09:13 GMT RESP BODY: {"network_id": "d68930c8-edd8-49c7-b683-d6174b2506cc", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "subnet_id": "574c1efd-cd2e-4e56-bb1d-97831056b6ca", "subnet_ids": ["574c1efd-cd2e-4e56-bb1d-97831056b6ca"], "port_id": "de8e2d5b-5293-4ee4-bc1b-e1d3324f282e", "id": "748d8691-9b86-46a3-a894-f91b5c2fb71c"} 2018-08-12 05:09:13,178 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/748d8691-9b86-46a3-a894-f91b5c2fb71c/add_router_interface.json used request id req-f60bfafb-a2d5-4e88-aa24-a964d7358ffc 2018-08-12 05:09:13,178 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.22613596916s 2018-08-12 05:09:13,178 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/748d8691-9b86-46a3-a894-f91b5c2fb71c/add_router_interface.json used request id req-f60bfafb-a2d5-4e88-aa24-a964d7358ffc returning object 748d8691-9b86-46a3-a894-f91b5c2fb71c 2018-08-12 05:09:13,178 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-12 05:09:13,311 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-12 05:09:13,312 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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 05:09:13,317 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Sun, 12 Aug 2018 05:09:13 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}]} 2018-08-12 05:09:13,322 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 05:09:13,325 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}78f175e71dabd1ab0bdc6a58d922fb0edc275949" 2018-08-12 05:09:14,081 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-923b6f2d-b559-4d9d-9013-9634620174fe Date: Sun, 12 Aug 2018 05:09:14 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 05:09:14,081 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-923b6f2d-b559-4d9d-9013-9634620174fe 2018-08-12 05:09:14,081 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.759255886078s 2018-08-12 05:09:14,081 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-923b6f2d-b559-4d9d-9013-9634620174fe 2018-08-12 05:09:14,089 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-12 05:09:14,093 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}78f175e71dabd1ab0bdc6a58d922fb0edc275949" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vmready2-img_8882f9b4-2a1e-4d8b-9526-13778821d929", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vmready2-img_8882f9b4-2a1e-4d8b-9526-13778821d929"}' 2018-08-12 05:09:14,801 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 868 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/2ea682fb-6ec9-4915-8c9a-f0b6a02cf737 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-6fe974f4-7b34-41f4-b8c1-4d3a1161baf3 Date: Sun, 12 Aug 2018 05:09:14 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/2ea682fb-6ec9-4915-8c9a-f0b6a02cf737/file", "owner": "fa9ca6d7608b4d7d87ce97331679a481", "id": "2ea682fb-6ec9-4915-8c9a-f0b6a02cf737", "size": null, "self": "/v2/images/2ea682fb-6ec9-4915-8c9a-f0b6a02cf737", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-12T05:09:14Z", "visibility": "private", "owner_specified.shade.object": "images/vmready2-img_8882f9b4-2a1e-4d8b-9526-13778821d929", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready2-img_8882f9b4-2a1e-4d8b-9526-13778821d929", "checksum": null, "created_at": "2018-08-12T05:09:14Z", "protected": false} 2018-08-12 05:09:14,801 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-6fe974f4-7b34-41f4-b8c1-4d3a1161baf3 2018-08-12 05:09:14,801 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.712017059326s 2018-08-12 05:09:14,802 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-6fe974f4-7b34-41f4-b8c1-4d3a1161baf3 returning object 2ea682fb-6ec9-4915-8c9a-f0b6a02cf737 2018-08-12 05:09:14,802 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-12 05:09:14,806 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9292/v2/images/2ea682fb-6ec9-4915-8c9a-f0b6a02cf737/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}78f175e71dabd1ab0bdc6a58d922fb0edc275949" -d '' 2018-08-12 05:09:15,985 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-df2202cf-1338-4d91-a28b-1b9ba3fe5660 Date: Sun, 12 Aug 2018 05:09: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 05:09:15,985 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/2ea682fb-6ec9-4915-8c9a-f0b6a02cf737/file used request id req-df2202cf-1338-4d91-a28b-1b9ba3fe5660 2018-08-12 05:09:15,986 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.18327093124s 2018-08-12 05:09:15,986 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/2ea682fb-6ec9-4915-8c9a-f0b6a02cf737/file used request id req-df2202cf-1338-4d91-a28b-1b9ba3fe5660 2018-08-12 05:09:15,990 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 05:09:15,994 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}78f175e71dabd1ab0bdc6a58d922fb0edc275949" 2018-08-12 05:09:16,184 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1198 Content-Type: application/json X-Openstack-Request-Id: req-c7813693-d478-4711-8425-0b8d94d3a18a Date: Sun, 12 Aug 2018 05:09:16 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/2ea682fb-6ec9-4915-8c9a-f0b6a02cf737/snap", "metadata": {}}], "file": "/v2/images/2ea682fb-6ec9-4915-8c9a-f0b6a02cf737/file", "owner": "fa9ca6d7608b4d7d87ce97331679a481", "id": "2ea682fb-6ec9-4915-8c9a-f0b6a02cf737", "size": 12716032, "self": "/v2/images/2ea682fb-6ec9-4915-8c9a-f0b6a02cf737", "disk_format": "qcow2", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/2ea682fb-6ec9-4915-8c9a-f0b6a02cf737/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-12T05:09:15Z", "visibility": "private", "owner_specified.shade.object": "images/vmready2-img_8882f9b4-2a1e-4d8b-9526-13778821d929", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready2-img_8882f9b4-2a1e-4d8b-9526-13778821d929", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-12T05:09:14Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 05:09:16,184 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-c7813693-d478-4711-8425-0b8d94d3a18a 2018-08-12 05:09:16,184 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.194359779358s 2018-08-12 05:09:16,185 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-c7813693-d478-4711-8425-0b8d94d3a18a 2018-08-12 05:09:16,186 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://b36631de-8836-42ae-a808-b5158928754c/images/2ea682fb-6ec9-4915-8c9a-f0b6a02cf737/snap', u'metadata': Munch({})})], 'file': u'/v2/images/2ea682fb-6ec9-4915-8c9a-f0b6a02cf737/file', 'owner': u'fa9ca6d7608b4d7d87ce97331679a481', 'id': u'2ea682fb-6ec9-4915-8c9a-f0b6a02cf737', 'size': 12716032, u'self': u'/v2/images/2ea682fb-6ec9-4915-8c9a-f0b6a02cf737', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'fa9ca6d7608b4d7d87ce97331679a481', 'name': 'vmready2-project_8882f9b4-2a1e-4d8b-9526-13778821d929', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://b36631de-8836-42ae-a808-b5158928754c/images/2ea682fb-6ec9-4915-8c9a-f0b6a02cf737/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-12T05:09:15Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-12T05:09:15Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vmready2-img_8882f9b4-2a1e-4d8b-9526-13778821d929', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/2ea682fb-6ec9-4915-8c9a-f0b6a02cf737', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vmready2-img_8882f9b4-2a1e-4d8b-9526-13778821d929', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'vmready2-img_8882f9b4-2a1e-4d8b-9526-13778821d929', 'created': u'2018-08-12T05:09:14Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-12T05:09:14Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/2ea682fb-6ec9-4915-8c9a-f0b6a02cf737', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vmready2-img_8882f9b4-2a1e-4d8b-9526-13778821d929', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-08-12 05:09:16,187 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-12 05:09:16,191 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}bfc81dd04b7927608e06a74f04326381385b6f98" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vmready2-flavor_8882f9b4-2a1e-4d8b-9526-13778821d929", "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 05:09:16,920 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:09: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-8287c9b0-d8a8-432f-894f-5ebd40d49656 x-compute-request-id: req-8287c9b0-d8a8-432f-894f-5ebd40d49656 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"name": "vmready2-flavor_8882f9b4-2a1e-4d8b-9526-13778821d929", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/fe598e2b-25d8-400b-b406-23a456b6a44a", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/fe598e2b-25d8-400b-b406-23a456b6a44a", "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": "fe598e2b-25d8-400b-b406-23a456b6a44a"}} 2018-08-12 05:09:16,920 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-8287c9b0-d8a8-432f-894f-5ebd40d49656 2018-08-12 05:09:16,920 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.732378959656s 2018-08-12 05:09:16,920 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-8287c9b0-d8a8-432f-894f-5ebd40d49656 2018-08-12 05:09:16,921 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vmready2-flavor_8882f9b4-2a1e-4d8b-9526-13778821d929', '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'a267b9a156244bb192691cff6e5f74fe', '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'fe598e2b-25d8-400b-b406-23a456b6a44a', 'swap': 0}) 2018-08-12 05:09:16,922 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-12 05:09:16,924 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors/fe598e2b-25d8-400b-b406-23a456b6a44a/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}bfc81dd04b7927608e06a74f04326381385b6f98" -d '{"extra_specs": {}}' 2018-08-12 05:09:16,946 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:09: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-ecdef6b6-0b98-4c22-87ab-e9f412ad5de5 x-compute-request-id: req-ecdef6b6-0b98-4c22-87ab-e9f412ad5de5 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-12 05:09:16,947 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/fe598e2b-25d8-400b-b406-23a456b6a44a/os-extra_specs used request id req-ecdef6b6-0b98-4c22-87ab-e9f412ad5de5 2018-08-12 05:09:16,947 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.024894952774s 2018-08-12 05:09:16,947 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/fe598e2b-25d8-400b-b406-23a456b6a44a/os-extra_specs used request id req-ecdef6b6-0b98-4c22-87ab-e9f412ad5de5 2018-08-12 05:09:17,062 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-12 05:09:17,062 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vmready2 | functest | 00:10 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-12 05:09:17,067 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-12 05:09:17,068 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/748d8691-9b86-46a3-a894-f91b5c2fb71c/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}78f175e71dabd1ab0bdc6a58d922fb0edc275949" -d '{"subnet_id": "574c1efd-cd2e-4e56-bb1d-97831056b6ca"}' 2018-08-12 05:09:18,831 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-651d48c0-932f-458f-8b2f-2a95be8c344b Date: Sun, 12 Aug 2018 05:09:18 GMT RESP BODY: {"network_id": "d68930c8-edd8-49c7-b683-d6174b2506cc", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "subnet_id": "574c1efd-cd2e-4e56-bb1d-97831056b6ca", "subnet_ids": ["574c1efd-cd2e-4e56-bb1d-97831056b6ca"], "port_id": "de8e2d5b-5293-4ee4-bc1b-e1d3324f282e", "id": "748d8691-9b86-46a3-a894-f91b5c2fb71c"} 2018-08-12 05:09:18,831 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/748d8691-9b86-46a3-a894-f91b5c2fb71c/remove_router_interface.json used request id req-651d48c0-932f-458f-8b2f-2a95be8c344b 2018-08-12 05:09:18,831 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.76376914978s 2018-08-12 05:09:18,831 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/748d8691-9b86-46a3-a894-f91b5c2fb71c/remove_router_interface.json used request id req-651d48c0-932f-458f-8b2f-2a95be8c344b returning object 748d8691-9b86-46a3-a894-f91b5c2fb71c 2018-08-12 05:09:18,832 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-12 05:09:18,832 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}78f175e71dabd1ab0bdc6a58d922fb0edc275949" 2018-08-12 05:09:19,138 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-27d97066-193c-4d5a-89f7-e9871b7548e1 Date: Sun, 12 Aug 2018 05:09:19 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ec788992-fa73-45cc-a7d9-6d44542124c2", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "created_at": "2018-08-12T05:09:09Z", "admin_state_up": true, "updated_at": "2018-08-12T05:09:18Z", "revision_number": 4, "routes": [], "project_id": "fa9ca6d7608b4d7d87ce97331679a481", "id": "748d8691-9b86-46a3-a894-f91b5c2fb71c", "name": "vmready2-router_8882f9b4-2a1e-4d8b-9526-13778821d929"}]} 2018-08-12 05:09:19,138 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-27d97066-193c-4d5a-89f7-e9871b7548e1 2018-08-12 05:09:19,138 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.306081056595s 2018-08-12 05:09:19,138 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-27d97066-193c-4d5a-89f7-e9871b7548e1 2018-08-12 05:09:19,140 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-12 05:09:19,140 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/routers/748d8691-9b86-46a3-a894-f91b5c2fb71c.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}78f175e71dabd1ab0bdc6a58d922fb0edc275949" 2018-08-12 05:09:20,726 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-31ee148a-d86a-4693-87b4-4034e4e260ed Content-Length: 0 Date: Sun, 12 Aug 2018 05:09:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 05:09:20,727 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/748d8691-9b86-46a3-a894-f91b5c2fb71c.json used request id req-31ee148a-d86a-4693-87b4-4034e4e260ed 2018-08-12 05:09:20,727 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.58680891991s 2018-08-12 05:09:20,727 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/748d8691-9b86-46a3-a894-f91b5c2fb71c.json used request id req-31ee148a-d86a-4693-87b4-4034e4e260ed 2018-08-12 05:09:20,727 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-12 05:09:20,728 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}78f175e71dabd1ab0bdc6a58d922fb0edc275949" 2018-08-12 05:09:20,966 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-8b0b2524-0727-4963-ace3-66ef800459ca Date: Sun, 12 Aug 2018 05:09:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d68930c8-edd8-49c7-b683-d6174b2506cc","tenant_id":"fa9ca6d7608b4d7d87ce97331679a481","created_at":"2018-08-12T05:09:08Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-12T05:09:08Z","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":"fa9ca6d7608b4d7d87ce97331679a481","id":"574c1efd-cd2e-4e56-bb1d-97831056b6ca","subnetpool_id":null,"name":"vmready2-subnet_8882f9b4-2a1e-4d8b-9526-13778821d929"}]} 2018-08-12 05:09:20,966 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-8b0b2524-0727-4963-ace3-66ef800459ca 2018-08-12 05:09:20,966 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.238962888718s 2018-08-12 05:09:20,967 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-8b0b2524-0727-4963-ace3-66ef800459ca 2018-08-12 05:09:20,968 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-12 05:09:20,969 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/subnets/574c1efd-cd2e-4e56-bb1d-97831056b6ca.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}78f175e71dabd1ab0bdc6a58d922fb0edc275949" 2018-08-12 05:09:24,225 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-5b108579-5e70-4991-aff0-61b53050204c Date: Sun, 12 Aug 2018 05:09:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 05:09:24,225 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/574c1efd-cd2e-4e56-bb1d-97831056b6ca.json used request id req-5b108579-5e70-4991-aff0-61b53050204c 2018-08-12 05:09:24,225 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 3.25715589523s 2018-08-12 05:09:24,226 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/574c1efd-cd2e-4e56-bb1d-97831056b6ca.json used request id req-5b108579-5e70-4991-aff0-61b53050204c 2018-08-12 05:09:24,226 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 05:09:24,226 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}78f175e71dabd1ab0bdc6a58d922fb0edc275949" 2018-08-12 05:09:24,524 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1153 X-Openstack-Request-Id: req-d736bdaf-057b-421b-a346-394aabe1e30a Date: Sun, 12 Aug 2018 05:09:24 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ec788992-fa73-45cc-a7d9-6d44542124c2"],"updated_at":"2018-08-12T05:04:31Z","tenant_id":"310f5853751a4c968f3eeb0a3d99a0a8","created_at":"2018-08-12T05:04:23Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"310f5853751a4c968f3eeb0a3d99a0a8","id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","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-12T05:09:24Z","tenant_id":"fa9ca6d7608b4d7d87ce97331679a481","created_at":"2018-08-12T05:09:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"fa9ca6d7608b4d7d87ce97331679a481","id":"d68930c8-edd8-49c7-b683-d6174b2506cc","name":"vmready2-net_8882f9b4-2a1e-4d8b-9526-13778821d929"}]} 2018-08-12 05:09:24,524 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-d736bdaf-057b-421b-a346-394aabe1e30a 2018-08-12 05:09:24,524 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.298132896423s 2018-08-12 05:09:24,525 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-d736bdaf-057b-421b-a346-394aabe1e30a 2018-08-12 05:09:24,526 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-12 05:09:24,526 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/networks/d68930c8-edd8-49c7-b683-d6174b2506cc.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}78f175e71dabd1ab0bdc6a58d922fb0edc275949" 2018-08-12 05:09:26,184 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f9886441-a98c-4644-8198-94fb6d642490 Date: Sun, 12 Aug 2018 05:09:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 05:09:26,184 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/d68930c8-edd8-49c7-b683-d6174b2506cc.json used request id req-f9886441-a98c-4644-8198-94fb6d642490 2018-08-12 05:09:26,184 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.65812897682s 2018-08-12 05:09:26,184 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/d68930c8-edd8-49c7-b683-d6174b2506cc.json used request id req-f9886441-a98c-4644-8198-94fb6d642490 2018-08-12 05:09:26,188 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 05:09:26,191 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}78f175e71dabd1ab0bdc6a58d922fb0edc275949" 2018-08-12 05:09:26,873 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1198 Content-Type: application/json X-Openstack-Request-Id: req-01ac0345-829f-4c38-b520-68978bd438b8 Date: Sun, 12 Aug 2018 05:09:26 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/2ea682fb-6ec9-4915-8c9a-f0b6a02cf737/snap", "metadata": {}}], "file": "/v2/images/2ea682fb-6ec9-4915-8c9a-f0b6a02cf737/file", "owner": "fa9ca6d7608b4d7d87ce97331679a481", "id": "2ea682fb-6ec9-4915-8c9a-f0b6a02cf737", "size": 12716032, "self": "/v2/images/2ea682fb-6ec9-4915-8c9a-f0b6a02cf737", "disk_format": "qcow2", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/2ea682fb-6ec9-4915-8c9a-f0b6a02cf737/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-12T05:09:15Z", "visibility": "private", "owner_specified.shade.object": "images/vmready2-img_8882f9b4-2a1e-4d8b-9526-13778821d929", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready2-img_8882f9b4-2a1e-4d8b-9526-13778821d929", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-12T05:09:14Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 05:09:26,873 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-01ac0345-829f-4c38-b520-68978bd438b8 2018-08-12 05:09:26,873 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.685612916946s 2018-08-12 05:09:26,874 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-01ac0345-829f-4c38-b520-68978bd438b8 2018-08-12 05:09:26,875 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-12 05:09:26,879 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9292/v2/images/2ea682fb-6ec9-4915-8c9a-f0b6a02cf737 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}78f175e71dabd1ab0bdc6a58d922fb0edc275949" 2018-08-12 05:09:27,913 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-6ff42894-6ec2-4c8b-919a-c17716ef7263 Date: Sun, 12 Aug 2018 05:09:27 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-12 05:09:27,913 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/2ea682fb-6ec9-4915-8c9a-f0b6a02cf737 used request id req-6ff42894-6ec2-4c8b-919a-c17716ef7263 2018-08-12 05:09:27,913 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.03781509399s 2018-08-12 05:09:27,914 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/2ea682fb-6ec9-4915-8c9a-f0b6a02cf737 used request id req-6ff42894-6ec2-4c8b-919a-c17716ef7263 2018-08-12 05:09:27,914 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-12 05:09:27,916 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}bfc81dd04b7927608e06a74f04326381385b6f98" 2018-08-12 05:09:27,945 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:09: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-84d51093-6592-4ae0-abf4-8ed1e0e80231 x-compute-request-id: req-84d51093-6592-4ae0-abf4-8ed1e0e80231 Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vmready2-flavor_8882f9b4-2a1e-4d8b-9526-13778821d929", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/fe598e2b-25d8-400b-b406-23a456b6a44a", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/fe598e2b-25d8-400b-b406-23a456b6a44a", "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": "fe598e2b-25d8-400b-b406-23a456b6a44a"}]} 2018-08-12 05:09:27,945 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-84d51093-6592-4ae0-abf4-8ed1e0e80231 2018-08-12 05:09:27,945 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0308079719543s 2018-08-12 05:09:27,945 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-84d51093-6592-4ae0-abf4-8ed1e0e80231 2018-08-12 05:09:27,947 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-12 05:09:27,950 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/flavors/fe598e2b-25d8-400b-b406-23a456b6a44a -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bfc81dd04b7927608e06a74f04326381385b6f98" 2018-08-12 05:09:28,093 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 05:09: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-1aa929d8-a811-4984-a057-3fdc0ea5a4da x-compute-request-id: req-1aa929d8-a811-4984-a057-3fdc0ea5a4da Content-Length: 0 Content-Type: application/json 2018-08-12 05:09:28,093 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/fe598e2b-25d8-400b-b406-23a456b6a44a used request id req-1aa929d8-a811-4984-a057-3fdc0ea5a4da 2018-08-12 05:09:28,093 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.1459608078s 2018-08-12 05:09:28,093 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/fe598e2b-25d8-400b-b406-23a456b6a44a used request id req-1aa929d8-a811-4984-a057-3fdc0ea5a4da 2018-08-12 05:09:28,094 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-12 05:09:28,098 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}bfc81dd04b7927608e06a74f04326381385b6f98" 2018-08-12 05:09:28,203 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:09:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3c612eb8-bdfa-4323-bc37-6cbf6cd197d2 Content-Encoding: gzip Content-Length: 835 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/105a247548624314b9228f85f6325f0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105a247548624314b9228f85f6325f0b", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/1c5de0eaa44543f08da6ad63a51594ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c5de0eaa44543f08da6ad63a51594ff", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/1d127b5b832547a88a547c116dfdd65b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d127b5b832547a88a547c116dfdd65b", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/1d5cfc170d624ce4ae53ae0507c8d517"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d5cfc170d624ce4ae53ae0507c8d517", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/2421820b75eb4d3ebd02830378d1377b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2421820b75eb4d3ebd02830378d1377b", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/40bd8ee54ecf44868cc83cede652c396"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40bd8ee54ecf44868cc83cede652c396", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/4f32fb8153854c4c9f5094b42b523f80"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f32fb8153854c4c9f5094b42b523f80", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7066130d08fb4db7bf4ab468de53933b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7066130d08fb4db7bf4ab468de53933b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/8d0898a83bcf4521bbc11501d5d7ac89"}, "domain_id": "1eec97585bde483292ece28ee11f4b8d", "enabled": true, "options": {}, "id": "8d0898a83bcf4521bbc11501d5d7ac89", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "vmready2-user_8882f9b4-2a1e-4d8b-9526-13778821d929", "links": {"self": "http://172.30.9.21:5000/v3/users/9089bbf7e9474880b76657d3da9759eb"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "9089bbf7e9474880b76657d3da9759eb", "domain_id": "default", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/9defcced327d476f8a3beab718a13da3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9defcced327d476f8a3beab718a13da3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/b80ee4f6992446e0879624dd436e99a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b80ee4f6992446e0879624dd436e99a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b86fd3e011324d398fcdb6f095a20a9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b86fd3e011324d398fcdb6f095a20a9d", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1701d2754064b5cadf765ea0806f9b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1701d2754064b5cadf765ea0806f9b2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/db4e7b8d76d549faa502716565c733dd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db4e7b8d76d549faa502716565c733dd", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-12 05:09:28,203 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-3c612eb8-bdfa-4323-bc37-6cbf6cd197d2 2018-08-12 05:09:28,204 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.109511852264s 2018-08-12 05:09:28,204 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-3c612eb8-bdfa-4323-bc37-6cbf6cd197d2 2018-08-12 05:09:28,210 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-12 05:09:28,213 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users/9089bbf7e9474880b76657d3da9759eb -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bfc81dd04b7927608e06a74f04326381385b6f98" 2018-08-12 05:09:28,312 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:09:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d805dcaf-605a-42ee-b436-521254feb471 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"user": {"name": "vmready2-user_8882f9b4-2a1e-4d8b-9526-13778821d929", "links": {"self": "http://172.30.9.21:5000/v3/users/9089bbf7e9474880b76657d3da9759eb"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "9089bbf7e9474880b76657d3da9759eb", "description": null}} 2018-08-12 05:09:28,312 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/9089bbf7e9474880b76657d3da9759eb used request id req-d805dcaf-605a-42ee-b436-521254feb471 2018-08-12 05:09:28,312 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.102502822876s 2018-08-12 05:09:28,313 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/9089bbf7e9474880b76657d3da9759eb used request id req-d805dcaf-605a-42ee-b436-521254feb471 2018-08-12 05:09:28,313 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-12 05:09:28,317 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/users/9089bbf7e9474880b76657d3da9759eb -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bfc81dd04b7927608e06a74f04326381385b6f98" 2018-08-12 05:09:28,560 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 05:09:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b367cb5a-8030-43fe-976a-388d3eabf5ca 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 05:09:28,560 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/9089bbf7e9474880b76657d3da9759eb used request id req-b367cb5a-8030-43fe-976a-388d3eabf5ca 2018-08-12 05:09:28,560 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.246510028839s 2018-08-12 05:09:28,560 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/9089bbf7e9474880b76657d3da9759eb used request id req-b367cb5a-8030-43fe-976a-388d3eabf5ca 2018-08-12 05:09:28,566 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-12 05:09:28,570 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}bfc81dd04b7927608e06a74f04326381385b6f98" 2018-08-12 05:09:28,654 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:09:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f3a355f7-1c87-45b0-9022-8b74c8a92e35 Content-Encoding: gzip Content-Length: 386 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8"}, "tags": [], "enabled": true, "id": "310f5853751a4c968f3eeb0a3d99a0a8", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "id": "a267b9a156244bb192691cff6e5f74fe", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: vmready2", "links": {"self": "http://172.30.9.21:5000/v3/projects/fa9ca6d7608b4d7d87ce97331679a481"}, "tags": [], "enabled": true, "id": "fa9ca6d7608b4d7d87ce97331679a481", "parent_id": "default", "domain_id": "default", "name": "vmready2-project_8882f9b4-2a1e-4d8b-9526-13778821d929"}]} 2018-08-12 05:09:28,654 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-f3a355f7-1c87-45b0-9022-8b74c8a92e35 2018-08-12 05:09:28,654 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0878121852875s 2018-08-12 05:09:28,655 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-f3a355f7-1c87-45b0-9022-8b74c8a92e35 2018-08-12 05:09:28,659 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-12 05:09:28,663 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/projects/fa9ca6d7608b4d7d87ce97331679a481 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bfc81dd04b7927608e06a74f04326381385b6f98" 2018-08-12 05:09:28,983 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 05:09:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-55971a23-6555-4ae5-a0c3-1e619405a71a 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 05:09:28,983 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/fa9ca6d7608b4d7d87ce97331679a481 used request id req-55971a23-6555-4ae5-a0c3-1e619405a71a 2018-08-12 05:09:28,984 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.324276924133s 2018-08-12 05:09:28,984 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/fa9ca6d7608b4d7d87ce97331679a481 used request id req-55971a23-6555-4ae5-a0c3-1e619405a71a 2018-08-12 05:09:28,987 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-12 05:09:28,991 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}bfc81dd04b7927608e06a74f04326381385b6f98" 2018-08-12 05:09:29,085 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:09:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a76e0076-98aa-4d8c-89dc-39c232eceaa3 Content-Encoding: gzip Content-Length: 354 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10742a168102405183e3b108564ac070", "links": {"self": "http://172.30.9.21:5000/v3/roles/10742a168102405183e3b108564ac070"}, "name": "Member"}, {"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 05:09:29,085 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-a76e0076-98aa-4d8c-89dc-39c232eceaa3 2018-08-12 05:09:29,085 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0976850986481s 2018-08-12 05:09:29,086 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-a76e0076-98aa-4d8c-89dc-39c232eceaa3 2018-08-12 05:09:29,091 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.roles 2018-08-12 05:09:29,094 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/roles/10742a168102405183e3b108564ac070 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bfc81dd04b7927608e06a74f04326381385b6f98" 2018-08-12 05:09:29,225 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 05:09:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ccf64656-51ce-4b69-a9a2-ac0b9d0f1104 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 05:09:29,226 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/10742a168102405183e3b108564ac070 used request id req-ccf64656-51ce-4b69-a9a2-ac0b9d0f1104 2018-08-12 05:09:29,226 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.roles in 0.135090112686s 2018-08-12 05:09:29,226 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/10742a168102405183e3b108564ac070 used request id req-ccf64656-51ce-4b69-a9a2-ac0b9d0f1104 2018-08-12 05:09:29,281 - xtesting.ci.run_tests - INFO - Loading test case 'singlevm1'... 2018-08-12 05:09:29,323 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-12 05:09:29,324 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-12 05:09:29,324 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-12 05:09:29,324 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-12 05:09:29,324 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-12 05:09:29,324 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-12 05:09:29,324 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-12 05:09:29,324 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-12 05:09:29,324 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-12 05:09:29,324 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-12 05:09:29,324 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-12 05:09:29,324 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-12 05:09:29,325 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-12 05:09:29,325 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-12 05:09:29,325 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-12 05:09:29,325 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-12 05:09:29,325 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-12 05:09:29,325 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-12 05:09:29,325 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-12 05:09:29,325 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-12 05:09:29,325 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-12 05:09:29,325 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-12 05:09:29,328 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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 05:09:29,334 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:09:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8e5fb4ac-7ed6-4d91-a160-0f6e4f6da8b6 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 05:09:29,334 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-8e5fb4ac-7ed6-4d91-a160-0f6e4f6da8b6 2018-08-12 05:09:29,334 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-08-12 05:09:29,723 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T06:09:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["hG6rkUeHThmjxXU5mRVqFg"], "issued_at": "2018-08-12T05:09:29.000000Z"}} 2018-08-12 05:09:29,726 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 05:09:29,726 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}e5fc6396e387fbef511545eda22759d09c43a1f4" 2018-08-12 05:09:30,643 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-7c6e08c8-8717-42e5-aa62-a76e8acf6eed Date: Sun, 12 Aug 2018 05:09:30 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"310f5853751a4c968f3eeb0a3d99a0a8","status":"ACTIVE","subnets":["ec788992-fa73-45cc-a7d9-6d44542124c2"],"description":"","tags":[],"updated_at":"2018-08-12T05:04:31Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"310f5853751a4c968f3eeb0a3d99a0a8","created_at":"2018-08-12T05:04:23Z","provider:network_type":"flat"}]} 2018-08-12 05:09:30,644 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-7c6e08c8-8717-42e5-aa62-a76e8acf6eed 2018-08-12 05:09:30,644 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.91788482666s 2018-08-12 05:09:30,644 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-7c6e08c8-8717-42e5-aa62-a76e8acf6eed 2018-08-12 05:09:30,650 - xtesting.ci.run_tests - INFO - Running test case 'singlevm1'... 2018-08-12 05:09:30,651 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-12 05:09:30,651 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e5fc6396e387fbef511545eda22759d09c43a1f4" -d '{"network": {"name": "singlevm1-net_ee530961-040e-4872-b7a0-545cd4f20810", "admin_state_up": true}}' 2018-08-12 05:09:31,894 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-7497eb82-1749-4fda-bcf4-2c6a6dae84a4 Date: Sun, 12 Aug 2018 05:09:31 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"acd89ddb-2b02-409e-bc41-7bd3487b0cd9","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"a267b9a156244bb192691cff6e5f74fe","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T05:09:31Z","is_default":false,"provider:segmentation_id":50,"name":"singlevm1-net_ee530961-040e-4872-b7a0-545cd4f20810","admin_state_up":true,"tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T05:09:31Z","mtu":1450}} 2018-08-12 05:09:31,894 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-7497eb82-1749-4fda-bcf4-2c6a6dae84a4 2018-08-12 05:09:31,895 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 1.24380207062s 2018-08-12 05:09:31,895 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-7497eb82-1749-4fda-bcf4-2c6a6dae84a4 2018-08-12 05:09:31,895 - 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-12T05:09:31Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'acd89ddb-2b02-409e-bc41-7bd3487b0cd9', u'provider:segmentation_id': 50, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'singlevm1-net_ee530961-040e-4872-b7a0-545cd4f20810', u'admin_state_up': True, u'tenant_id': u'a267b9a156244bb192691cff6e5f74fe', u'created_at': u'2018-08-12T05:09:31Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'a267b9a156244bb192691cff6e5f74fe'}) 2018-08-12 05:09:31,896 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 05:09:31,896 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e5fc6396e387fbef511545eda22759d09c43a1f4" 2018-08-12 05:09:32,135 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1347 X-Openstack-Request-Id: req-4fed54b0-4544-4365-b7e1-56ef757adbf1 Date: Sun, 12 Aug 2018 05:09:32 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"310f5853751a4c968f3eeb0a3d99a0a8","status":"ACTIVE","subnets":["ec788992-fa73-45cc-a7d9-6d44542124c2"],"description":"","tags":[],"updated_at":"2018-08-12T05:04:31Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"310f5853751a4c968f3eeb0a3d99a0a8","created_at":"2018-08-12T05:04:23Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"acd89ddb-2b02-409e-bc41-7bd3487b0cd9","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"a267b9a156244bb192691cff6e5f74fe","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T05:09:31Z","provider:segmentation_id":50,"name":"singlevm1-net_ee530961-040e-4872-b7a0-545cd4f20810","admin_state_up":true,"tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T05:09:31Z","provider:network_type":"vxlan"}]} 2018-08-12 05:09:32,135 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-4fed54b0-4544-4365-b7e1-56ef757adbf1 2018-08-12 05:09:32,135 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.239142894745s 2018-08-12 05:09:32,136 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-4fed54b0-4544-4365-b7e1-56ef757adbf1 2018-08-12 05:09:32,137 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-12 05:09:32,138 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}e5fc6396e387fbef511545eda22759d09c43a1f4" -d '{"subnet": {"name": "singlevm1-subnet_ee530961-040e-4872-b7a0-545cd4f20810", "enable_dhcp": true, "network_id": "acd89ddb-2b02-409e-bc41-7bd3487b0cd9", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-12 05:09:33,894 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-db89a550-f063-464e-bace-5891ab0bbbc1 Date: Sun, 12 Aug 2018 05:09:33 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"acd89ddb-2b02-409e-bc41-7bd3487b0cd9","tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T05:09:33Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-12T05:09:33Z","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":"a267b9a156244bb192691cff6e5f74fe","id":"b8220966-136b-4b34-81f8-c5aea91f9fa6","subnetpool_id":null,"name":"singlevm1-subnet_ee530961-040e-4872-b7a0-545cd4f20810"}} 2018-08-12 05:09:33,894 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-db89a550-f063-464e-bace-5891ab0bbbc1 2018-08-12 05:09:33,894 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.75716400146s 2018-08-12 05:09:33,895 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-db89a550-f063-464e-bace-5891ab0bbbc1 2018-08-12 05:09:33,895 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-12T05:09:33Z', 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'b8220966-136b-4b34-81f8-c5aea91f9fa6', u'subnetpool_id': None, u'service_types': [], u'name': u'singlevm1-subnet_ee530961-040e-4872-b7a0-545cd4f20810', u'enable_dhcp': True, u'network_id': u'acd89ddb-2b02-409e-bc41-7bd3487b0cd9', u'tenant_id': u'a267b9a156244bb192691cff6e5f74fe', u'created_at': u'2018-08-12T05:09:33Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'a267b9a156244bb192691cff6e5f74fe'}) 2018-08-12 05:09:33,896 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-12 05:09:33,896 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}e5fc6396e387fbef511545eda22759d09c43a1f4" -d '{"router": {"external_gateway_info": {"network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3"}, "name": "singlevm1-router_ee530961-040e-4872-b7a0-545cd4f20810", "admin_state_up": true}}' 2018-08-12 05:09:35,328 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-b2d0c42b-88e1-4027-bf11-e715f9d79a01 Date: Sun, 12 Aug 2018 05:09:35 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ec788992-fa73-45cc-a7d9-6d44542124c2", "ip_address": "172.30.9.208"}]}, "description": "", "tags": [], "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "created_at": "2018-08-12T05:09:34Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-12T05:09:35Z", "revision_number": 2, "routes": [], "project_id": "a267b9a156244bb192691cff6e5f74fe", "id": "6c3afedd-271d-45da-a751-4d6981a0cef9", "name": "singlevm1-router_ee530961-040e-4872-b7a0-545cd4f20810"}} 2018-08-12 05:09:35,328 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-b2d0c42b-88e1-4027-bf11-e715f9d79a01 2018-08-12 05:09:35,328 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.43232584s 2018-08-12 05:09:35,329 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-b2d0c42b-88e1-4027-bf11-e715f9d79a01 2018-08-12 05:09:35,329 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'03886690-4630-4c4c-9ccb-7eedaa9b1fd3', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'ec788992-fa73-45cc-a7d9-6d44542124c2', u'ip_address': u'172.30.9.208'}]}, u'description': u'', u'tags': [], u'tenant_id': u'a267b9a156244bb192691cff6e5f74fe', u'created_at': u'2018-08-12T05:09:34Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-12T05:09:35Z', u'revision_number': 2, u'routes': [], u'project_id': u'a267b9a156244bb192691cff6e5f74fe', u'id': u'6c3afedd-271d-45da-a751-4d6981a0cef9', u'name': u'singlevm1-router_ee530961-040e-4872-b7a0-545cd4f20810'}) 2018-08-12 05:09:35,329 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-12 05:09:35,330 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/6c3afedd-271d-45da-a751-4d6981a0cef9/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}e5fc6396e387fbef511545eda22759d09c43a1f4" -d '{"subnet_id": "b8220966-136b-4b34-81f8-c5aea91f9fa6"}' 2018-08-12 05:09:37,049 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-c86c0e15-2614-40d9-a2fa-5e2e3b82a6e0 Date: Sun, 12 Aug 2018 05:09:37 GMT RESP BODY: {"network_id": "acd89ddb-2b02-409e-bc41-7bd3487b0cd9", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "subnet_id": "b8220966-136b-4b34-81f8-c5aea91f9fa6", "subnet_ids": ["b8220966-136b-4b34-81f8-c5aea91f9fa6"], "port_id": "8dd44092-9049-4b84-b82e-d92777a34fe2", "id": "6c3afedd-271d-45da-a751-4d6981a0cef9"} 2018-08-12 05:09:37,050 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/6c3afedd-271d-45da-a751-4d6981a0cef9/add_router_interface.json used request id req-c86c0e15-2614-40d9-a2fa-5e2e3b82a6e0 2018-08-12 05:09:37,050 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.72019720078s 2018-08-12 05:09:37,050 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/6c3afedd-271d-45da-a751-4d6981a0cef9/add_router_interface.json used request id req-c86c0e15-2614-40d9-a2fa-5e2e3b82a6e0 returning object 6c3afedd-271d-45da-a751-4d6981a0cef9 2018-08-12 05:09:37,050 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-12 05:09:37,182 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-12 05:09:37,184 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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 05:09:37,189 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Sun, 12 Aug 2018 05:09:37 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}]} 2018-08-12 05:09:37,193 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 05:09:37,197 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e5fc6396e387fbef511545eda22759d09c43a1f4" 2018-08-12 05:09:37,390 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-b38c328c-b477-40ef-947c-51d6e5887aef Date: Sun, 12 Aug 2018 05:09:37 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 05:09:37,390 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-b38c328c-b477-40ef-947c-51d6e5887aef 2018-08-12 05:09:37,390 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.196329832077s 2018-08-12 05:09:37,390 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-b38c328c-b477-40ef-947c-51d6e5887aef 2018-08-12 05:09:37,398 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-12 05:09:37,402 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e5fc6396e387fbef511545eda22759d09c43a1f4" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/singlevm1-img_ee530961-040e-4872-b7a0-545cd4f20810", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "singlevm1-img_ee530961-040e-4872-b7a0-545cd4f20810"}' 2018-08-12 05:09:38,201 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 870 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/54ee2fc3-07bb-4d3a-b33c-f23a4d877e79 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-2f3bd1aa-38aa-4a11-8327-24c80c7aca93 Date: Sun, 12 Aug 2018 05:09:38 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/54ee2fc3-07bb-4d3a-b33c-f23a4d877e79/file", "owner": "a267b9a156244bb192691cff6e5f74fe", "id": "54ee2fc3-07bb-4d3a-b33c-f23a4d877e79", "size": null, "self": "/v2/images/54ee2fc3-07bb-4d3a-b33c-f23a4d877e79", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-12T05:09:38Z", "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_ee530961-040e-4872-b7a0-545cd4f20810", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_ee530961-040e-4872-b7a0-545cd4f20810", "checksum": null, "created_at": "2018-08-12T05:09:38Z", "protected": false} 2018-08-12 05:09:38,202 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-2f3bd1aa-38aa-4a11-8327-24c80c7aca93 2018-08-12 05:09:38,202 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.803642988205s 2018-08-12 05:09:38,202 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-2f3bd1aa-38aa-4a11-8327-24c80c7aca93 returning object 54ee2fc3-07bb-4d3a-b33c-f23a4d877e79 2018-08-12 05:09:38,203 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-12 05:09:38,207 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9292/v2/images/54ee2fc3-07bb-4d3a-b33c-f23a4d877e79/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}e5fc6396e387fbef511545eda22759d09c43a1f4" -d '' 2018-08-12 05:09:40,175 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-b89dbcf4-7d46-4071-a285-288940e80283 Date: Sun, 12 Aug 2018 05:09: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 05:09:40,176 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/54ee2fc3-07bb-4d3a-b33c-f23a4d877e79/file used request id req-b89dbcf4-7d46-4071-a285-288940e80283 2018-08-12 05:09:40,176 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.97268009186s 2018-08-12 05:09:40,176 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/54ee2fc3-07bb-4d3a-b33c-f23a4d877e79/file used request id req-b89dbcf4-7d46-4071-a285-288940e80283 2018-08-12 05:09:40,180 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 05:09:40,184 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e5fc6396e387fbef511545eda22759d09c43a1f4" 2018-08-12 05:09:40,892 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-caee1863-3449-46b0-b690-ef92f083a9da Date: Sun, 12 Aug 2018 05:09:40 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/54ee2fc3-07bb-4d3a-b33c-f23a4d877e79/snap", "metadata": {}}], "file": "/v2/images/54ee2fc3-07bb-4d3a-b33c-f23a4d877e79/file", "owner": "a267b9a156244bb192691cff6e5f74fe", "id": "54ee2fc3-07bb-4d3a-b33c-f23a4d877e79", "size": 12716032, "self": "/v2/images/54ee2fc3-07bb-4d3a-b33c-f23a4d877e79", "disk_format": "qcow2", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/54ee2fc3-07bb-4d3a-b33c-f23a4d877e79/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-12T05:09:40Z", "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_ee530961-040e-4872-b7a0-545cd4f20810", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_ee530961-040e-4872-b7a0-545cd4f20810", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-12T05:09:38Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 05:09:40,892 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-caee1863-3449-46b0-b690-ef92f083a9da 2018-08-12 05:09:40,892 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.711941957474s 2018-08-12 05:09:40,892 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-caee1863-3449-46b0-b690-ef92f083a9da 2018-08-12 05:09:40,894 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://b36631de-8836-42ae-a808-b5158928754c/images/54ee2fc3-07bb-4d3a-b33c-f23a4d877e79/snap', u'metadata': Munch({})})], 'file': u'/v2/images/54ee2fc3-07bb-4d3a-b33c-f23a4d877e79/file', 'owner': u'a267b9a156244bb192691cff6e5f74fe', 'id': u'54ee2fc3-07bb-4d3a-b33c-f23a4d877e79', 'size': 12716032, u'self': u'/v2/images/54ee2fc3-07bb-4d3a-b33c-f23a4d877e79', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'a267b9a156244bb192691cff6e5f74fe', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://b36631de-8836-42ae-a808-b5158928754c/images/54ee2fc3-07bb-4d3a-b33c-f23a4d877e79/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-12T05:09:40Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-12T05:09:40Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/singlevm1-img_ee530961-040e-4872-b7a0-545cd4f20810', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/54ee2fc3-07bb-4d3a-b33c-f23a4d877e79', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/singlevm1-img_ee530961-040e-4872-b7a0-545cd4f20810', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'singlevm1-img_ee530961-040e-4872-b7a0-545cd4f20810', 'created': u'2018-08-12T05:09:38Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-12T05:09:38Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/54ee2fc3-07bb-4d3a-b33c-f23a4d877e79', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/singlevm1-img_ee530961-040e-4872-b7a0-545cd4f20810', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-08-12 05:09:40,895 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-12 05:09:40,898 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}e5fc6396e387fbef511545eda22759d09c43a1f4" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "singlevm1-flavor_ee530961-040e-4872-b7a0-545cd4f20810", "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 05:09:41,674 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:09:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-64122cde-f7ef-46aa-a63c-3860d38d80e2 x-compute-request-id: req-64122cde-f7ef-46aa-a63c-3860d38d80e2 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"name": "singlevm1-flavor_ee530961-040e-4872-b7a0-545cd4f20810", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/6264127c-ef27-4a05-999c-e5678b951aa4", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/6264127c-ef27-4a05-999c-e5678b951aa4", "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": "6264127c-ef27-4a05-999c-e5678b951aa4"}} 2018-08-12 05:09:41,674 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-64122cde-f7ef-46aa-a63c-3860d38d80e2 2018-08-12 05:09:41,674 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.778756856918s 2018-08-12 05:09:41,674 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-64122cde-f7ef-46aa-a63c-3860d38d80e2 2018-08-12 05:09:41,675 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'singlevm1-flavor_ee530961-040e-4872-b7a0-545cd4f20810', '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'a267b9a156244bb192691cff6e5f74fe', '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'6264127c-ef27-4a05-999c-e5678b951aa4', 'swap': 0}) 2018-08-12 05:09:41,676 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-12 05:09:41,679 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors/6264127c-ef27-4a05-999c-e5678b951aa4/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}e5fc6396e387fbef511545eda22759d09c43a1f4" -d '{"extra_specs": {}}' 2018-08-12 05:09:41,700 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:09: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-32d22a1d-3f2a-4453-ab1f-73dacb3682db x-compute-request-id: req-32d22a1d-3f2a-4453-ab1f-73dacb3682db Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-12 05:09:41,700 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/6264127c-ef27-4a05-999c-e5678b951aa4/os-extra_specs used request id req-32d22a1d-3f2a-4453-ab1f-73dacb3682db 2018-08-12 05:09:41,700 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0243859291077s 2018-08-12 05:09:41,701 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/6264127c-ef27-4a05-999c-e5678b951aa4/os-extra_specs used request id req-32d22a1d-3f2a-4453-ab1f-73dacb3682db 2018-08-12 05:09:41,701 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-12 05:09:41,704 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}e5fc6396e387fbef511545eda22759d09c43a1f4" -d '{"keypair": {"name": "singlevm1-kp_ee530961-040e-4872-b7a0-545cd4f20810"}}' 2018-08-12 05:09:41,837 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:09: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-64f0660a-8b6c-4404-ae25-7b5f3a79214b x-compute-request-id: req-64f0660a-8b6c-4404-ae25-7b5f3a79214b Content-Encoding: gzip Content-Length: 1807 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC6LthLbRtMQsJy+tpb/dlECfZzuNNPWbrJoFz25xSzDYAd9jzuQrOPmLKr/58AjXp2GvOeRwuh9YWBvV8ycTYE7OEZvA2G1hRW4eSUy0hAek7IeN59/9LdHD3I9XjxbF0TvgDmaKZRNj9c1wGhTh4gqC43BswAGPx95kEIhgLEE3Z+TYApVX4mz1NrCv7In6+fht6WTqv6OCzFgJ1ekYDeKtqIywvmaFm88uhejFBV/+zfbjvJimGYTQEKwT/mUf9DSBnpM+FrjtbzHS2jHqFRKd+obvzN09TJAaWJuIgw6L95i2guU5fXG9dQtVem0dkwdhtVIwgWx8imPPQ847/z Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAui7YS20bTELCcvraW/3ZRAn2c7jTT1m6yaBc9ucUsw2AHfY8\n7kKzj5iyq/+fAI16dhrznkcLofWFgb1fMnE2BOzhGbwNhtYUVuHklMtIQHpOyHje\nff/S3Rw9yPV48WxdE74A5mimUTY/XNcBoU4eIKguNwbMABj8feZBCIYCxBN2fk2A\nKVV+Js9Tawr+yJ+vn4belk6r+jgsxYCdXpGA3iraiMsL5mhZvPLoXoxQVf/s3247\nyYphmE0BCsE/5lH/Q0gZ6TPha47W8x0tox6hUSnfqG78zdPUyQGlibiIMOi/eYto\nLlOX1xvXULVXptHZMHYbVSMIFsfIpjz0POO/8wIDAQABAoIBAQC5RtjT5pXdxCnB\nRkV6ehl2DfwFmQ4fzwmEkGMzCS6eKHcwWdS0vgf2hFx5sX3HjQMq+RMqlUTMPYpI\nW+2aQvMg36H6fBtx7SR8eXuBXvJdx9kSwsWW2bg7dVk+3Jkol0/gz5oRsF6iPru7\nZfMnVJfCo9qpw8fK6RKLL1HUa5fhCk+hLDhF0/drc7zGjBSGuWL8Z6JRtQ6Uv3+5\nuY8/0SE8M86lQ7X04trJkT2MDmmR8GPZR1mdUhlcYFOZbmVI0DoCw/PIViknGEuT\n7EgNlRmPPl4VW7sEe2xPIulruu9ZNYRF8/hOE7dYRhw57+FyxNGHMAYON5KgM8+I\nDUW6WYuhAoGBAPYjhHm5bY+YKR9ghdi95WjNu2rmU4QCVgxDjXCfQ0pQsvsMhMWM\n0MzmUIPalzO1ecXL6hQbFO1JEXjeOs3QOMUuX/VivgePmA3epXENU4PG9O76mm1q\nmkhMu6q+Ks+BSkxKE/01Ip2dTIfL8yx3tKoeQNz5dZyfCqNzJZUjKheJAoGBAMGk\nZp7BEIG2BfTBn74Ar+Q1grKWxng7yGQQpSTYHKXufVlwsYhc/veg3ZLqTEdHJy1P\nl5Tre4sxLoQHnptiMDvWGCeeAynoJHcmej+61fnjlAd4amUihr2UsxnJaLOfLyt4\n6mmPY4eZbqLuUzHy3hRjDh6D4bubgyVrgKQVy4CbAoGBAItwTZFDydyKP+mlnc3O\nrlL0EdOajf9/701dS5hcsRs9old0nRbpEjSx2TUJNZU2nri+L2qaeP1/4mUNyFRm\nPHMANZ5nBO51m5dn5WOpQAGsSX/E+o030hVZWwt8VfZd8UBMywwr+OM/hGZ91NIB\nMpkZMHe+3rEOrFEyXz0gway5AoGBAMGNtXFrozc0HSH3w9ckUqv1/KzL3pfhkbzL\nknaQeZo2Fx8mcJ3P7p7QMYmfHh2E9pjo3Kfi9Ps9brRT9Wp1K6czqbM30wu5WXGr\niThYZXdAzf7lktuCNlIa5yaYVkpsi7aVRyG6TI8Ggzrio0/i5a5VEJDZ2/EtUVo+\n6TeZ/W6PAoGAGXnQh0CN+2eUE/bwbtQiX/TDVhPw64rllq+qvSPD6ynJ1ygJNaLl\nzZS3kmYRfTY7uaFQ3US9qMRTjL2EQMBaNAyyFYhuGjFecgEnWLC5ziG1L55I+8HG\nQkaX0t0ClCSUi1dejfJeYirUCrtfTiNOpHteu2bK2zPeT+canoJ6ApI=\n-----END RSA PRIVATE KEY-----\n", "user_id": "4f32fb8153854c4c9f5094b42b523f80", "name": "singlevm1-kp_ee530961-040e-4872-b7a0-545cd4f20810", "fingerprint": "28:6b:f8:1c:1c:d0:87:34:93:e4:a3:4b:c1:eb:c5:d8"}} 2018-08-12 05:09:41,837 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-64f0660a-8b6c-4404-ae25-7b5f3a79214b 2018-08-12 05:09:41,837 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.136003017426s 2018-08-12 05:09:41,838 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-64f0660a-8b6c-4404-ae25-7b5f3a79214b 2018-08-12 05:09:41,838 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC6LthLbRtMQsJy+tpb/dlECfZzuNNPWbrJoFz25xSzDYAd9jzuQrOPmLKr/58AjXp2GvOeRwuh9YWBvV8ycTYE7OEZvA2G1hRW4eSUy0hAek7IeN59/9LdHD3I9XjxbF0TvgDmaKZRNj9c1wGhTh4gqC43BswAGPx95kEIhgLEE3Z+TYApVX4mz1NrCv7In6+fht6WTqv6OCzFgJ1ekYDeKtqIywvmaFm88uhejFBV/+zfbjvJimGYTQEKwT/mUf9DSBnpM+FrjtbzHS2jHqFRKd+obvzN09TJAaWJuIgw6L95i2guU5fXG9dQtVem0dkwdhtVIwgWx8imPPQ847/z Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAui7YS20bTELCcvraW/3ZRAn2c7jTT1m6yaBc9ucUsw2AHfY8\n7kKzj5iyq/+fAI16dhrznkcLofWFgb1fMnE2BOzhGbwNhtYUVuHklMtIQHpOyHje\nff/S3Rw9yPV48WxdE74A5mimUTY/XNcBoU4eIKguNwbMABj8feZBCIYCxBN2fk2A\nKVV+Js9Tawr+yJ+vn4belk6r+jgsxYCdXpGA3iraiMsL5mhZvPLoXoxQVf/s3247\nyYphmE0BCsE/5lH/Q0gZ6TPha47W8x0tox6hUSnfqG78zdPUyQGlibiIMOi/eYto\nLlOX1xvXULVXptHZMHYbVSMIFsfIpjz0POO/8wIDAQABAoIBAQC5RtjT5pXdxCnB\nRkV6ehl2DfwFmQ4fzwmEkGMzCS6eKHcwWdS0vgf2hFx5sX3HjQMq+RMqlUTMPYpI\nW+2aQvMg36H6fBtx7SR8eXuBXvJdx9kSwsWW2bg7dVk+3Jkol0/gz5oRsF6iPru7\nZfMnVJfCo9qpw8fK6RKLL1HUa5fhCk+hLDhF0/drc7zGjBSGuWL8Z6JRtQ6Uv3+5\nuY8/0SE8M86lQ7X04trJkT2MDmmR8GPZR1mdUhlcYFOZbmVI0DoCw/PIViknGEuT\n7EgNlRmPPl4VW7sEe2xPIulruu9ZNYRF8/hOE7dYRhw57+FyxNGHMAYON5KgM8+I\nDUW6WYuhAoGBAPYjhHm5bY+YKR9ghdi95WjNu2rmU4QCVgxDjXCfQ0pQsvsMhMWM\n0MzmUIPalzO1ecXL6hQbFO1JEXjeOs3QOMUuX/VivgePmA3epXENU4PG9O76mm1q\nmkhMu6q+Ks+BSkxKE/01Ip2dTIfL8yx3tKoeQNz5dZyfCqNzJZUjKheJAoGBAMGk\nZp7BEIG2BfTBn74Ar+Q1grKWxng7yGQQpSTYHKXufVlwsYhc/veg3ZLqTEdHJy1P\nl5Tre4sxLoQHnptiMDvWGCeeAynoJHcmej+61fnjlAd4amUihr2UsxnJaLOfLyt4\n6mmPY4eZbqLuUzHy3hRjDh6D4bubgyVrgKQVy4CbAoGBAItwTZFDydyKP+mlnc3O\nrlL0EdOajf9/701dS5hcsRs9old0nRbpEjSx2TUJNZU2nri+L2qaeP1/4mUNyFRm\nPHMANZ5nBO51m5dn5WOpQAGsSX/E+o030hVZWwt8VfZd8UBMywwr+OM/hGZ91NIB\nMpkZMHe+3rEOrFEyXz0gway5AoGBAMGNtXFrozc0HSH3w9ckUqv1/KzL3pfhkbzL\nknaQeZo2Fx8mcJ3P7p7QMYmfHh2E9pjo3Kfi9Ps9brRT9Wp1K6czqbM30wu5WXGr\niThYZXdAzf7lktuCNlIa5yaYVkpsi7aVRyG6TI8Ggzrio0/i5a5VEJDZ2/EtUVo+\n6TeZ/W6PAoGAGXnQh0CN+2eUE/bwbtQiX/TDVhPw64rllq+qvSPD6ynJ1ygJNaLl\nzZS3kmYRfTY7uaFQ3US9qMRTjL2EQMBaNAyyFYhuGjFecgEnWLC5ziG1L55I+8HG\nQkaX0t0ClCSUi1dejfJeYirUCrtfTiNOpHteu2bK2zPeT+canoJ6ApI=\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'4f32fb8153854c4c9f5094b42b523f80', 'name': u'singlevm1-kp_ee530961-040e-4872-b7a0-545cd4f20810', 'created_at': '2018-08-12T05:09:41.838696', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'a267b9a156244bb192691cff6e5f74fe', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'28:6b:f8:1c:1c:d0:87:34:93:e4:a3:4b:c1:eb:c5:d8', 'type': 'ssh', 'id': u'singlevm1-kp_ee530961-040e-4872-b7a0-545cd4f20810'}) 2018-08-12 05:09:41,839 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpQIBAAKCAQEAui7YS20bTELCcvraW/3ZRAn2c7jTT1m6yaBc9ucUsw2AHfY8 7kKzj5iyq/+fAI16dhrznkcLofWFgb1fMnE2BOzhGbwNhtYUVuHklMtIQHpOyHje ff/S3Rw9yPV48WxdE74A5mimUTY/XNcBoU4eIKguNwbMABj8feZBCIYCxBN2fk2A KVV+Js9Tawr+yJ+vn4belk6r+jgsxYCdXpGA3iraiMsL5mhZvPLoXoxQVf/s3247 yYphmE0BCsE/5lH/Q0gZ6TPha47W8x0tox6hUSnfqG78zdPUyQGlibiIMOi/eYto LlOX1xvXULVXptHZMHYbVSMIFsfIpjz0POO/8wIDAQABAoIBAQC5RtjT5pXdxCnB RkV6ehl2DfwFmQ4fzwmEkGMzCS6eKHcwWdS0vgf2hFx5sX3HjQMq+RMqlUTMPYpI W+2aQvMg36H6fBtx7SR8eXuBXvJdx9kSwsWW2bg7dVk+3Jkol0/gz5oRsF6iPru7 ZfMnVJfCo9qpw8fK6RKLL1HUa5fhCk+hLDhF0/drc7zGjBSGuWL8Z6JRtQ6Uv3+5 uY8/0SE8M86lQ7X04trJkT2MDmmR8GPZR1mdUhlcYFOZbmVI0DoCw/PIViknGEuT 7EgNlRmPPl4VW7sEe2xPIulruu9ZNYRF8/hOE7dYRhw57+FyxNGHMAYON5KgM8+I DUW6WYuhAoGBAPYjhHm5bY+YKR9ghdi95WjNu2rmU4QCVgxDjXCfQ0pQsvsMhMWM 0MzmUIPalzO1ecXL6hQbFO1JEXjeOs3QOMUuX/VivgePmA3epXENU4PG9O76mm1q mkhMu6q+Ks+BSkxKE/01Ip2dTIfL8yx3tKoeQNz5dZyfCqNzJZUjKheJAoGBAMGk Zp7BEIG2BfTBn74Ar+Q1grKWxng7yGQQpSTYHKXufVlwsYhc/veg3ZLqTEdHJy1P l5Tre4sxLoQHnptiMDvWGCeeAynoJHcmej+61fnjlAd4amUihr2UsxnJaLOfLyt4 6mmPY4eZbqLuUzHy3hRjDh6D4bubgyVrgKQVy4CbAoGBAItwTZFDydyKP+mlnc3O rlL0EdOajf9/701dS5hcsRs9old0nRbpEjSx2TUJNZU2nri+L2qaeP1/4mUNyFRm PHMANZ5nBO51m5dn5WOpQAGsSX/E+o030hVZWwt8VfZd8UBMywwr+OM/hGZ91NIB MpkZMHe+3rEOrFEyXz0gway5AoGBAMGNtXFrozc0HSH3w9ckUqv1/KzL3pfhkbzL knaQeZo2Fx8mcJ3P7p7QMYmfHh2E9pjo3Kfi9Ps9brRT9Wp1K6czqbM30wu5WXGr iThYZXdAzf7lktuCNlIa5yaYVkpsi7aVRyG6TI8Ggzrio0/i5a5VEJDZ2/EtUVo+ 6TeZ/W6PAoGAGXnQh0CN+2eUE/bwbtQiX/TDVhPw64rllq+qvSPD6ynJ1ygJNaLl zZS3kmYRfTY7uaFQ3US9qMRTjL2EQMBaNAyyFYhuGjFecgEnWLC5ziG1L55I+8HG QkaX0t0ClCSUi1dejfJeYirUCrtfTiNOpHteu2bK2zPeT+canoJ6ApI= -----END RSA PRIVATE KEY----- 2018-08-12 05:09:41,841 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-08-12 05:09:41,842 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}e5fc6396e387fbef511545eda22759d09c43a1f4" -d '{"security_group": {"name": "singlevm1-sg_ee530961-040e-4872-b7a0-545cd4f20810", "description": "created by OPNFV Functest (singlevm1)"}}' 2018-08-12 05:09:42,247 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-1626651e-79e8-4114-9586-bb1589f987b3 Date: Sun, 12 Aug 2018 05:09:42 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "created_at": "2018-08-12T05:09:42Z", "updated_at": "2018-08-12T05:09:42Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:42Z", "revision_number": 0, "id": "66c87df7-c256-4df9-89c2-c17e17cad197", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:42Z", "security_group_id": "2992de93-d4c1-4405-b203-fc40e775680a", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:42Z", "revision_number": 0, "id": "d172ba1e-41db-4199-88fc-067f95bc10d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:42Z", "security_group_id": "2992de93-d4c1-4405-b203-fc40e775680a", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}], "revision_number": 2, "project_id": "a267b9a156244bb192691cff6e5f74fe", "id": "2992de93-d4c1-4405-b203-fc40e775680a", "name": "singlevm1-sg_ee530961-040e-4872-b7a0-545cd4f20810"}} 2018-08-12 05:09:42,247 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-1626651e-79e8-4114-9586-bb1589f987b3 2018-08-12 05:09:42,247 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.405853033066s 2018-08-12 05:09:42,248 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-1626651e-79e8-4114-9586-bb1589f987b3 2018-08-12 05:09:42,252 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-12 05:09:42,253 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}e5fc6396e387fbef511545eda22759d09c43a1f4" 2018-08-12 05:09:43,154 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13166 X-Openstack-Request-Id: req-811e2fdb-3537-489d-883e-7c83b70772a3 Date: Sun, 12 Aug 2018 05:09:43 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "created_at": "2018-08-12T05:09:42Z", "updated_at": "2018-08-12T05:09:42Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:42Z", "revision_number": 0, "id": "66c87df7-c256-4df9-89c2-c17e17cad197", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:42Z", "security_group_id": "2992de93-d4c1-4405-b203-fc40e775680a", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:42Z", "revision_number": 0, "id": "d172ba1e-41db-4199-88fc-067f95bc10d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:42Z", "security_group_id": "2992de93-d4c1-4405-b203-fc40e775680a", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}], "revision_number": 2, "project_id": "a267b9a156244bb192691cff6e5f74fe", "id": "2992de93-d4c1-4405-b203-fc40e775680a", "name": "singlevm1-sg_ee530961-040e-4872-b7a0-545cd4f20810"}, {"description": "Default security group", "tags": [], "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "created_at": "2018-08-12T05:07:57Z", "updated_at": "2018-08-12T05:07:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:07:57Z", "revision_number": 0, "id": "4c86e370-541a-4134-acb0-e50bc71c393b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:07:57Z", "security_group_id": "4db19327-0126-4e4d-bb30-b4daeb713c59", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:07:57Z", "revision_number": 0, "id": "69e2c193-daf7-4047-bc83-f73aa412ee21", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:07:57Z", "security_group_id": "4db19327-0126-4e4d-bb30-b4daeb713c59", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:07:57Z", "revision_number": 0, "id": "b16a9e6b-ac0f-4d83-908a-50e3c7794d42", "remote_group_id": "4db19327-0126-4e4d-bb30-b4daeb713c59", "remote_ip_prefix": null, "created_at": "2018-08-12T05:07:57Z", "security_group_id": "4db19327-0126-4e4d-bb30-b4daeb713c59", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:07:57Z", "revision_number": 0, "id": "f326bf5f-45c9-4994-982d-8bbe6eaa4ffd", "remote_group_id": "4db19327-0126-4e4d-bb30-b4daeb713c59", "remote_ip_prefix": null, "created_at": "2018-08-12T05:07:57Z", "security_group_id": "4db19327-0126-4e4d-bb30-b4daeb713c59", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}], "revision_number": 4, "project_id": "a267b9a156244bb192691cff6e5f74fe", "id": "4db19327-0126-4e4d-bb30-b4daeb713c59", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-12T05:08:01Z", "updated_at": "2018-08-12T05:08:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:01Z", "revision_number": 0, "id": "0fb05d03-1117-45d0-930c-b6d4c96ef102", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "4faaab33-5788-4bbd-85b8-0fb44d41413a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "96d0c5a0-5c67-421b-8fc8-2b46d77e5db3", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "dd78519b-4bc5-4e8e-ad0f-58089dd69347", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "created_at": "2018-08-12T05:08:18Z", "updated_at": "2018-08-12T05:08:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "3c67be40-bf74-4f97-9693-d93ce73a23b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "6112d869-2fc6-4a25-a13c-3d55cd7206c0", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "bdf21c56-453e-482e-9cba-3c55abcb0339", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "c8e92c39-38cc-4f48-be9c-5f0912e6a725", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}], "revision_number": 4, "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "created_at": "2018-08-12T05:04:23Z", "updated_at": "2018-08-12T05:04:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "280546d9-8ad1-4283-abfc-15ee9b1736c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "58bce125-f2ca-4a6d-b9ca-4e6cf5c0f7a5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "69275b9a-cfb5-482c-a9c4-8ffc79adf2c7", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "6d747f3a-3764-469a-a645-f977585c5aac", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}], "revision_number": 4, "project_id": "310f5853751a4c968f3eeb0a3d99a0a8", "id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "created_at": "2018-08-12T05:09:07Z", "updated_at": "2018-08-12T05:09:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "5495e168-f505-4d74-ae6d-387f0bf533c2", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "6fd19b8b-3062-456e-81ba-3ff37fe43429", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8ca59d25-485c-46ce-939c-2e4a468caeac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8f190846-50a0-42b9-b571-390809b752b1", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}], "revision_number": 4, "project_id": "fa9ca6d7608b4d7d87ce97331679a481", "id": "edcd9b17-9416-4c25-823c-060c435e18d7", "name": "default"}]} 2018-08-12 05:09:43,154 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-811e2fdb-3537-489d-883e-7c83b70772a3 2018-08-12 05:09:43,154 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.902217149734s 2018-08-12 05:09:43,155 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-811e2fdb-3537-489d-883e-7c83b70772a3 2018-08-12 05:09:43,160 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-12 05:09:43,160 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}e5fc6396e387fbef511545eda22759d09c43a1f4" -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": "2992de93-d4c1-4405-b203-fc40e775680a"}}' 2018-08-12 05:09:43,400 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-550f6ef3-24a8-4a3d-88aa-98517b922c36 Date: Sun, 12 Aug 2018 05:09:43 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-12T05:09:43Z", "security_group_id": "2992de93-d4c1-4405-b203-fc40e775680a", "port_range_min": 22, "revision_number": 0, "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "created_at": "2018-08-12T05:09:43Z", "project_id": "a267b9a156244bb192691cff6e5f74fe", "id": "4a7e5893-108a-4719-b5b7-1bd923b93775"}} 2018-08-12 05:09:43,400 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-550f6ef3-24a8-4a3d-88aa-98517b922c36 2018-08-12 05:09:43,400 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.239967107773s 2018-08-12 05:09:43,400 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-550f6ef3-24a8-4a3d-88aa-98517b922c36 2018-08-12 05:09:43,404 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-12 05:09:43,404 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}e5fc6396e387fbef511545eda22759d09c43a1f4" 2018-08-12 05:09:43,641 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13662 X-Openstack-Request-Id: req-be868a58-02ee-4251-9cef-5a898c9c53b4 Date: Sun, 12 Aug 2018 05:09:43 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "created_at": "2018-08-12T05:09:42Z", "updated_at": "2018-08-12T05:09:43Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-12T05:09:43Z", "revision_number": 0, "id": "4a7e5893-108a-4719-b5b7-1bd923b93775", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:43Z", "security_group_id": "2992de93-d4c1-4405-b203-fc40e775680a", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": 22, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:42Z", "revision_number": 0, "id": "66c87df7-c256-4df9-89c2-c17e17cad197", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:42Z", "security_group_id": "2992de93-d4c1-4405-b203-fc40e775680a", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:42Z", "revision_number": 0, "id": "d172ba1e-41db-4199-88fc-067f95bc10d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:42Z", "security_group_id": "2992de93-d4c1-4405-b203-fc40e775680a", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}], "revision_number": 3, "project_id": "a267b9a156244bb192691cff6e5f74fe", "id": "2992de93-d4c1-4405-b203-fc40e775680a", "name": "singlevm1-sg_ee530961-040e-4872-b7a0-545cd4f20810"}, {"description": "Default security group", "tags": [], "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "created_at": "2018-08-12T05:07:57Z", "updated_at": "2018-08-12T05:07:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:07:57Z", "revision_number": 0, "id": "4c86e370-541a-4134-acb0-e50bc71c393b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:07:57Z", "security_group_id": "4db19327-0126-4e4d-bb30-b4daeb713c59", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:07:57Z", "revision_number": 0, "id": "69e2c193-daf7-4047-bc83-f73aa412ee21", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:07:57Z", "security_group_id": "4db19327-0126-4e4d-bb30-b4daeb713c59", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:07:57Z", "revision_number": 0, "id": "b16a9e6b-ac0f-4d83-908a-50e3c7794d42", "remote_group_id": "4db19327-0126-4e4d-bb30-b4daeb713c59", "remote_ip_prefix": null, "created_at": "2018-08-12T05:07:57Z", "security_group_id": "4db19327-0126-4e4d-bb30-b4daeb713c59", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:07:57Z", "revision_number": 0, "id": "f326bf5f-45c9-4994-982d-8bbe6eaa4ffd", "remote_group_id": "4db19327-0126-4e4d-bb30-b4daeb713c59", "remote_ip_prefix": null, "created_at": "2018-08-12T05:07:57Z", "security_group_id": "4db19327-0126-4e4d-bb30-b4daeb713c59", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}], "revision_number": 4, "project_id": "a267b9a156244bb192691cff6e5f74fe", "id": "4db19327-0126-4e4d-bb30-b4daeb713c59", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-12T05:08:01Z", "updated_at": "2018-08-12T05:08:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:01Z", "revision_number": 0, "id": "0fb05d03-1117-45d0-930c-b6d4c96ef102", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "4faaab33-5788-4bbd-85b8-0fb44d41413a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "96d0c5a0-5c67-421b-8fc8-2b46d77e5db3", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "dd78519b-4bc5-4e8e-ad0f-58089dd69347", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "created_at": "2018-08-12T05:08:18Z", "updated_at": "2018-08-12T05:08:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "3c67be40-bf74-4f97-9693-d93ce73a23b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "6112d869-2fc6-4a25-a13c-3d55cd7206c0", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "bdf21c56-453e-482e-9cba-3c55abcb0339", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "c8e92c39-38cc-4f48-be9c-5f0912e6a725", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}], "revision_number": 4, "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "created_at": "2018-08-12T05:04:23Z", "updated_at": "2018-08-12T05:04:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "280546d9-8ad1-4283-abfc-15ee9b1736c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "58bce125-f2ca-4a6d-b9ca-4e6cf5c0f7a5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "69275b9a-cfb5-482c-a9c4-8ffc79adf2c7", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "6d747f3a-3764-469a-a645-f977585c5aac", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}], "revision_number": 4, "project_id": "310f5853751a4c968f3eeb0a3d99a0a8", "id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "created_at": "2018-08-12T05:09:07Z", "updated_at": "2018-08-12T05:09:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "5495e168-f505-4d74-ae6d-387f0bf533c2", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "6fd19b8b-3062-456e-81ba-3ff37fe43429", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8ca59d25-485c-46ce-939c-2e4a468caeac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8f190846-50a0-42b9-b571-390809b752b1", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}], "revision_number": 4, "project_id": "fa9ca6d7608b4d7d87ce97331679a481", "id": "edcd9b17-9416-4c25-823c-060c435e18d7", "name": "default"}]} 2018-08-12 05:09:43,641 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-be868a58-02ee-4251-9cef-5a898c9c53b4 2018-08-12 05:09:43,642 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.237732887268s 2018-08-12 05:09:43,642 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-be868a58-02ee-4251-9cef-5a898c9c53b4 2018-08-12 05:09:43,646 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-12 05:09:43,647 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}e5fc6396e387fbef511545eda22759d09c43a1f4" -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": "2992de93-d4c1-4405-b203-fc40e775680a"}}' 2018-08-12 05:09:44,201 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-08e2e4a4-d954-4394-a973-cdc3736be443 Date: Sun, 12 Aug 2018 05:09:44 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-12T05:09:43Z", "security_group_id": "2992de93-d4c1-4405-b203-fc40e775680a", "port_range_min": null, "revision_number": 0, "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "created_at": "2018-08-12T05:09:43Z", "project_id": "a267b9a156244bb192691cff6e5f74fe", "id": "98b4ad63-c0b4-4124-9198-f16acb77e9b5"}} 2018-08-12 05:09:44,202 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-08e2e4a4-d954-4394-a973-cdc3736be443 2018-08-12 05:09:44,202 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.555417776108s 2018-08-12 05:09:44,202 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-08e2e4a4-d954-4394-a973-cdc3736be443 2018-08-12 05:09:44,203 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 05:09:44,204 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e5fc6396e387fbef511545eda22759d09c43a1f4" 2018-08-12 05:09:44,298 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-28790f6f-0f3d-49db-b8cd-8a8bbb0c57d0 Date: Sun, 12 Aug 2018 05:09:44 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"310f5853751a4c968f3eeb0a3d99a0a8","status":"ACTIVE","subnets":["ec788992-fa73-45cc-a7d9-6d44542124c2"],"description":"","tags":[],"updated_at":"2018-08-12T05:04:31Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"310f5853751a4c968f3eeb0a3d99a0a8","created_at":"2018-08-12T05:04:23Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"acd89ddb-2b02-409e-bc41-7bd3487b0cd9","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a267b9a156244bb192691cff6e5f74fe","status":"ACTIVE","subnets":["b8220966-136b-4b34-81f8-c5aea91f9fa6"],"description":"","tags":[],"updated_at":"2018-08-12T05:09:33Z","provider:segmentation_id":50,"name":"singlevm1-net_ee530961-040e-4872-b7a0-545cd4f20810","admin_state_up":true,"tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T05:09:31Z","provider:network_type":"vxlan"}]} 2018-08-12 05:09:44,298 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-28790f6f-0f3d-49db-b8cd-8a8bbb0c57d0 2018-08-12 05:09:44,298 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0945310592651s 2018-08-12 05:09:44,298 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-28790f6f-0f3d-49db-b8cd-8a8bbb0c57d0 2018-08-12 05:09:44,303 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 05:09:44,307 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e5fc6396e387fbef511545eda22759d09c43a1f4" 2018-08-12 05:09:44,497 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-e841ae86-5ef8-40ee-8654-c2335e7d14b5 Date: Sun, 12 Aug 2018 05:09:44 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/54ee2fc3-07bb-4d3a-b33c-f23a4d877e79/snap", "metadata": {}}], "file": "/v2/images/54ee2fc3-07bb-4d3a-b33c-f23a4d877e79/file", "owner": "a267b9a156244bb192691cff6e5f74fe", "id": "54ee2fc3-07bb-4d3a-b33c-f23a4d877e79", "size": 12716032, "self": "/v2/images/54ee2fc3-07bb-4d3a-b33c-f23a4d877e79", "disk_format": "qcow2", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/54ee2fc3-07bb-4d3a-b33c-f23a4d877e79/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-12T05:09:40Z", "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_ee530961-040e-4872-b7a0-545cd4f20810", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_ee530961-040e-4872-b7a0-545cd4f20810", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-12T05:09:38Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 05:09:44,497 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-e841ae86-5ef8-40ee-8654-c2335e7d14b5 2018-08-12 05:09:44,497 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.194099903107s 2018-08-12 05:09:44,497 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-e841ae86-5ef8-40ee-8654-c2335e7d14b5 2018-08-12 05:09:44,499 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-12 05:09:44,502 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}e5fc6396e387fbef511545eda22759d09c43a1f4" 2018-08-12 05:09:44,643 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:09:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e4764461-f19f-4410-aac1-d7bcafdc50e8 x-compute-request-id: req-e4764461-f19f-4410-aac1-d7bcafdc50e8 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm1-flavor_ee530961-040e-4872-b7a0-545cd4f20810", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/6264127c-ef27-4a05-999c-e5678b951aa4", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/6264127c-ef27-4a05-999c-e5678b951aa4", "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": "6264127c-ef27-4a05-999c-e5678b951aa4"}]} 2018-08-12 05:09:44,643 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-e4764461-f19f-4410-aac1-d7bcafdc50e8 2018-08-12 05:09:44,643 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.143778085709s 2018-08-12 05:09:44,643 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-e4764461-f19f-4410-aac1-d7bcafdc50e8 2018-08-12 05:09:44,645 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-12 05:09:44,648 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}e5fc6396e387fbef511545eda22759d09c43a1f4" -d '{"server": {"name": "singlevm1-vm_ee530961-040e-4872-b7a0-545cd4f20810", "imageRef": "54ee2fc3-07bb-4d3a-b33c-f23a4d877e79", "key_name": "singlevm1-kp_ee530961-040e-4872-b7a0-545cd4f20810", "flavorRef": "6264127c-ef27-4a05-999c-e5678b951aa4", "max_count": 1, "min_count": 1, "networks": [{"uuid": "acd89ddb-2b02-409e-bc41-7bd3487b0cd9"}], "security_groups": [{"name": "2992de93-d4c1-4405-b203-fc40e775680a"}]}}' 2018-08-12 05:09:49,310 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 05:09:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4ff1c56c-7e6e-4d59-85d9-d4759271ce88 x-compute-request-id: req-4ff1c56c-7e6e-4d59-85d9-d4759271ce88 Content-Length: 403 location: http://172.30.9.21:8774/v2.1/servers/a9976ca5-af63-4daf-b469-901a9ba2a44e Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "2992de93-d4c1-4405-b203-fc40e775680a"}], "OS-DCF:diskConfig": "MANUAL", "id": "a9976ca5-af63-4daf-b469-901a9ba2a44e", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/a9976ca5-af63-4daf-b469-901a9ba2a44e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/a9976ca5-af63-4daf-b469-901a9ba2a44e", "rel": "bookmark"}], "adminPass": "2QtND93ftaL4"}} 2018-08-12 05:09:49,311 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-4ff1c56c-7e6e-4d59-85d9-d4759271ce88 2018-08-12 05:09:49,311 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 4.66576194763s 2018-08-12 05:09:49,311 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-4ff1c56c-7e6e-4d59-85d9-d4759271ce88 2018-08-12 05:09:49,312 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 05:09:49,315 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e5fc6396e387fbef511545eda22759d09c43a1f4" 2018-08-12 05:09:49,749 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:09:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5abd24c5-9335-409d-9baf-5eaa60223052 x-compute-request-id: req-5abd24c5-9335-409d-9baf-5eaa60223052 Content-Encoding: gzip Content-Length: 640 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/a9976ca5-af63-4daf-b469-901a9ba2a44e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/a9976ca5-af63-4daf-b469-901a9ba2a44e", "rel": "bookmark"}], "image": {"id": "54ee2fc3-07bb-4d3a-b33c-f23a4d877e79", "links": [{"href": "http://172.30.9.21:8774/images/54ee2fc3-07bb-4d3a-b33c-f23a4d877e79", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6264127c-ef27-4a05-999c-e5678b951aa4", "links": [{"href": "http://172.30.9.21:8774/flavors/6264127c-ef27-4a05-999c-e5678b951aa4", "rel": "bookmark"}]}, "id": "a9976ca5-af63-4daf-b469-901a9ba2a44e", "user_id": "4f32fb8153854c4c9f5094b42b523f80", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T05:09:49Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_ee530961-040e-4872-b7a0-545cd4f20810", "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "singlevm1-vm_ee530961-040e-4872-b7a0-545cd4f20810", "created": "2018-08-12T05:09:49Z", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 05:09:49,749 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-5abd24c5-9335-409d-9baf-5eaa60223052 2018-08-12 05:09:49,750 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.437503099442s 2018-08-12 05:09:49,750 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-5abd24c5-9335-409d-9baf-5eaa60223052 2018-08-12 05:09:49,756 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 05:09:49,756 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e5fc6396e387fbef511545eda22759d09c43a1f4" 2018-08-12 05:09:49,842 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-e756394b-4596-4ecf-b5d2-0d64854d2c2f Date: Sun, 12 Aug 2018 05:09:49 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"310f5853751a4c968f3eeb0a3d99a0a8","status":"ACTIVE","subnets":["ec788992-fa73-45cc-a7d9-6d44542124c2"],"description":"","tags":[],"updated_at":"2018-08-12T05:04:31Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"310f5853751a4c968f3eeb0a3d99a0a8","created_at":"2018-08-12T05:04:23Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"acd89ddb-2b02-409e-bc41-7bd3487b0cd9","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a267b9a156244bb192691cff6e5f74fe","status":"ACTIVE","subnets":["b8220966-136b-4b34-81f8-c5aea91f9fa6"],"description":"","tags":[],"updated_at":"2018-08-12T05:09:33Z","provider:segmentation_id":50,"name":"singlevm1-net_ee530961-040e-4872-b7a0-545cd4f20810","admin_state_up":true,"tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T05:09:31Z","provider:network_type":"vxlan"}]} 2018-08-12 05:09:49,842 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-e756394b-4596-4ecf-b5d2-0d64854d2c2f 2018-08-12 05:09:49,842 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0864701271057s 2018-08-12 05:09:49,843 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-e756394b-4596-4ecf-b5d2-0d64854d2c2f 2018-08-12 05:09:49,843 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-12 05:09:49,844 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}e5fc6396e387fbef511545eda22759d09c43a1f4" 2018-08-12 05:09:50,053 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1291 X-Openstack-Request-Id: req-cc70b5c7-611c-4cd5-bc63-3fe4ffa12096 Date: Sun, 12 Aug 2018 05:09:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"acd89ddb-2b02-409e-bc41-7bd3487b0cd9","tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T05:09:33Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-12T05:09:33Z","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":"a267b9a156244bb192691cff6e5f74fe","id":"b8220966-136b-4b34-81f8-c5aea91f9fa6","subnetpool_id":null,"name":"singlevm1-subnet_ee530961-040e-4872-b7a0-545cd4f20810"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","tenant_id":"310f5853751a4c968f3eeb0a3d99a0a8","created_at":"2018-08-12T05:04:31Z","dns_nameservers":[],"updated_at":"2018-08-12T05:04:31Z","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":"310f5853751a4c968f3eeb0a3d99a0a8","id":"ec788992-fa73-45cc-a7d9-6d44542124c2","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-12 05:09:50,053 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-cc70b5c7-611c-4cd5-bc63-3fe4ffa12096 2018-08-12 05:09:50,053 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.209547996521s 2018-08-12 05:09:50,053 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-cc70b5c7-611c-4cd5-bc63-3fe4ffa12096 2018-08-12 05:09:50,054 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 05:09:52,057 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 05:09:52,060 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e5fc6396e387fbef511545eda22759d09c43a1f4" 2018-08-12 05:09:52,965 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05: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-97597101-6f01-4faf-acd6-448333f0509d x-compute-request-id: req-97597101-6f01-4faf-acd6-448333f0509d Content-Encoding: gzip Content-Length: 711 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/a9976ca5-af63-4daf-b469-901a9ba2a44e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/a9976ca5-af63-4daf-b469-901a9ba2a44e", "rel": "bookmark"}], "image": {"id": "54ee2fc3-07bb-4d3a-b33c-f23a4d877e79", "links": [{"href": "http://172.30.9.21:8774/images/54ee2fc3-07bb-4d3a-b33c-f23a4d877e79", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6264127c-ef27-4a05-999c-e5678b951aa4", "links": [{"href": "http://172.30.9.21:8774/flavors/6264127c-ef27-4a05-999c-e5678b951aa4", "rel": "bookmark"}]}, "id": "a9976ca5-af63-4daf-b469-901a9ba2a44e", "user_id": "4f32fb8153854c4c9f5094b42b523f80", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T05:09:52Z", "hostId": "37fa8c199d4972865998c9e46bc890a43496c342cd33a455659cee7a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_ee530961-040e-4872-b7a0-545cd4f20810", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_ee530961-040e-4872-b7a0-545cd4f20810", "created": "2018-08-12T05:09:49Z", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 05:09:52,965 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-97597101-6f01-4faf-acd6-448333f0509d 2018-08-12 05:09:52,965 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.907988071442s 2018-08-12 05:09:52,966 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-97597101-6f01-4faf-acd6-448333f0509d 2018-08-12 05:09:52,970 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 05:09:54,973 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 05:09:54,976 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e5fc6396e387fbef511545eda22759d09c43a1f4" 2018-08-12 05:09:55,907 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:09: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-f5616701-a56d-4d24-83b1-2f721f503f7a x-compute-request-id: req-f5616701-a56d-4d24-83b1-2f721f503f7a Content-Encoding: gzip Content-Length: 740 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/a9976ca5-af63-4daf-b469-901a9ba2a44e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/a9976ca5-af63-4daf-b469-901a9ba2a44e", "rel": "bookmark"}], "image": {"id": "54ee2fc3-07bb-4d3a-b33c-f23a4d877e79", "links": [{"href": "http://172.30.9.21:8774/images/54ee2fc3-07bb-4d3a-b33c-f23a4d877e79", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6264127c-ef27-4a05-999c-e5678b951aa4", "links": [{"href": "http://172.30.9.21:8774/flavors/6264127c-ef27-4a05-999c-e5678b951aa4", "rel": "bookmark"}]}, "id": "a9976ca5-af63-4daf-b469-901a9ba2a44e", "security_groups": [{"name": "singlevm1-sg_ee530961-040e-4872-b7a0-545cd4f20810"}], "user_id": "4f32fb8153854c4c9f5094b42b523f80", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T05:09:53Z", "hostId": "37fa8c199d4972865998c9e46bc890a43496c342cd33a455659cee7a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_ee530961-040e-4872-b7a0-545cd4f20810", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_ee530961-040e-4872-b7a0-545cd4f20810", "created": "2018-08-12T05:09:49Z", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 05:09:55,907 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-f5616701-a56d-4d24-83b1-2f721f503f7a 2018-08-12 05:09:55,907 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.934658050537s 2018-08-12 05:09:55,908 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-f5616701-a56d-4d24-83b1-2f721f503f7a 2018-08-12 05:09:55,912 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 05:09:57,914 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 05:09:57,917 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e5fc6396e387fbef511545eda22759d09c43a1f4" 2018-08-12 05:09:59,066 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:09: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-d36281d7-7432-4c75-b9bb-6cb0cda1c721 x-compute-request-id: req-d36281d7-7432-4c75-b9bb-6cb0cda1c721 Content-Encoding: gzip Content-Length: 812 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {"singlevm1-net_ee530961-040e-4872-b7a0-545cd4f20810": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6d:81:02", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/a9976ca5-af63-4daf-b469-901a9ba2a44e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/a9976ca5-af63-4daf-b469-901a9ba2a44e", "rel": "bookmark"}], "image": {"id": "54ee2fc3-07bb-4d3a-b33c-f23a4d877e79", "links": [{"href": "http://172.30.9.21:8774/images/54ee2fc3-07bb-4d3a-b33c-f23a4d877e79", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6264127c-ef27-4a05-999c-e5678b951aa4", "links": [{"href": "http://172.30.9.21:8774/flavors/6264127c-ef27-4a05-999c-e5678b951aa4", "rel": "bookmark"}]}, "id": "a9976ca5-af63-4daf-b469-901a9ba2a44e", "security_groups": [{"name": "singlevm1-sg_ee530961-040e-4872-b7a0-545cd4f20810"}], "user_id": "4f32fb8153854c4c9f5094b42b523f80", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T05:09:53Z", "hostId": "37fa8c199d4972865998c9e46bc890a43496c342cd33a455659cee7a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_ee530961-040e-4872-b7a0-545cd4f20810", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_ee530961-040e-4872-b7a0-545cd4f20810", "created": "2018-08-12T05:09:49Z", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 05:09:59,067 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-d36281d7-7432-4c75-b9bb-6cb0cda1c721 2018-08-12 05:09:59,067 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.15233302116s 2018-08-12 05:09:59,067 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-d36281d7-7432-4c75-b9bb-6cb0cda1c721 2018-08-12 05:09:59,071 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 05:10:01,073 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 05:10:01,076 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e5fc6396e387fbef511545eda22759d09c43a1f4" 2018-08-12 05:10:02,191 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05: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-4b560e44-1268-4653-bfae-28c1aab35a45 x-compute-request-id: req-4b560e44-1268-4653-bfae-28c1aab35a45 Content-Encoding: gzip Content-Length: 815 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"singlevm1-net_ee530961-040e-4872-b7a0-545cd4f20810": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6d:81:02", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/a9976ca5-af63-4daf-b469-901a9ba2a44e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/a9976ca5-af63-4daf-b469-901a9ba2a44e", "rel": "bookmark"}], "image": {"id": "54ee2fc3-07bb-4d3a-b33c-f23a4d877e79", "links": [{"href": "http://172.30.9.21:8774/images/54ee2fc3-07bb-4d3a-b33c-f23a4d877e79", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": "2018-08-12T05:10:00.000000", "flavor": {"id": "6264127c-ef27-4a05-999c-e5678b951aa4", "links": [{"href": "http://172.30.9.21:8774/flavors/6264127c-ef27-4a05-999c-e5678b951aa4", "rel": "bookmark"}]}, "id": "a9976ca5-af63-4daf-b469-901a9ba2a44e", "security_groups": [{"name": "singlevm1-sg_ee530961-040e-4872-b7a0-545cd4f20810"}], "user_id": "4f32fb8153854c4c9f5094b42b523f80", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T05:10:00Z", "hostId": "37fa8c199d4972865998c9e46bc890a43496c342cd33a455659cee7a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_ee530961-040e-4872-b7a0-545cd4f20810", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_ee530961-040e-4872-b7a0-545cd4f20810", "created": "2018-08-12T05:09:49Z", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 05:10:02,192 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-4b560e44-1268-4653-bfae-28c1aab35a45 2018-08-12 05:10:02,192 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.11834287643s 2018-08-12 05:10:02,192 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-4b560e44-1268-4653-bfae-28c1aab35a45 2018-08-12 05:10:02,196 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-12 05:10:02,197 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/ports.json?device_id=a9976ca5-af63-4daf-b469-901a9ba2a44e" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e5fc6396e387fbef511545eda22759d09c43a1f4" 2018-08-12 05:10:02,246 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 878 X-Openstack-Request-Id: req-5d7106cc-3ddc-49ef-a83d-69474fcff144 Date: Sun, 12 Aug 2018 05:10:02 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T05:09:59Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"b8220966-136b-4b34-81f8-c5aea91f9fa6","ip_address":"192.168.120.14"}],"id":"6c9e6b6f-dc5d-4401-a665-7a53e7b7bdb0","security_groups":["2992de93-d4c1-4405-b203-fc40e775680a"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:6d:81:02","project_id":"a267b9a156244bb192691cff6e5f74fe","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"a9976ca5-af63-4daf-b469-901a9ba2a44e","name":"","admin_state_up":true,"network_id":"acd89ddb-2b02-409e-bc41-7bd3487b0cd9","tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T05:09:53Z","binding:vnic_type":"normal"}]} 2018-08-12 05:10:02,246 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=a9976ca5-af63-4daf-b469-901a9ba2a44e used request id req-5d7106cc-3ddc-49ef-a83d-69474fcff144 2018-08-12 05:10:02,246 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0497829914093s 2018-08-12 05:10:02,247 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=a9976ca5-af63-4daf-b469-901a9ba2a44e used request id req-5d7106cc-3ddc-49ef-a83d-69474fcff144 2018-08-12 05:10:02,252 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-12 05:10:02,252 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/floatingips.json?port_id=6c9e6b6f-dc5d-4401-a665-7a53e7b7bdb0" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e5fc6396e387fbef511545eda22759d09c43a1f4" 2018-08-12 05:10:02,440 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-20f5eb96-20d9-44d0-894c-6cd8d590ddc4 Date: Sun, 12 Aug 2018 05:10:02 GMT RESP BODY: {"floatingips": []} 2018-08-12 05:10:02,440 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=6c9e6b6f-dc5d-4401-a665-7a53e7b7bdb0 used request id req-20f5eb96-20d9-44d0-894c-6cd8d590ddc4 2018-08-12 05:10:02,440 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.188369035721s 2018-08-12 05:10:02,440 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=6c9e6b6f-dc5d-4401-a665-7a53e7b7bdb0 used request id req-20f5eb96-20d9-44d0-894c-6cd8d590ddc4 2018-08-12 05:10:02,441 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'singlevm1-net_ee530961-040e-4872-b7a0-545cd4f20810': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:6d:81:02', u'version': 4, u'addr': u'192.168.120.14', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'54ee2fc3-07bb-4d3a-b33c-f23a4d877e79'}), 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-12T05:10:00.000000', 'flavor': Munch({u'id': u'6264127c-ef27-4a05-999c-e5678b951aa4'}), 'az': u'nova', 'id': u'a9976ca5-af63-4daf-b469-901a9ba2a44e', 'security_groups': [Munch({u'name': u'singlevm1-sg_ee530961-040e-4872-b7a0-545cd4f20810'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'4f32fb8153854c4c9f5094b42b523f80', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'a267b9a156244bb192691cff6e5f74fe', '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-12T05:10:00.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-12T05:10:00Z', 'hostId': u'37fa8c199d4972865998c9e46bc890a43496c342cd33a455659cee7a', u'OS-EXT-SRV-ATTR:host': u'overcloud-novacompute-1.opnfvlf.org', u'OS-SRV-USG:terminated_at': None, 'key_name': u'singlevm1-kp_ee530961-040e-4872-b7a0-545cd4f20810', 'public_v6': '', 'private_v4': u'192.168.120.14', 'cloud': 'envvars', 'host_id': u'37fa8c199d4972865998c9e46bc890a43496c342cd33a455659cee7a', '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-12T05:10:00.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'a267b9a156244bb192691cff6e5f74fe', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'overcloud-novacompute-1.opnfvlf.org', 'name': u'singlevm1-vm_ee530961-040e-4872-b7a0-545cd4f20810', 'adminPass': u'2QtND93ftaL4', 'tenant_id': u'a267b9a156244bb192691cff6e5f74fe', 'created_at': u'2018-08-12T05:09:49Z', 'created': u'2018-08-12T05:09:49Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-12 05:10:02,444 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 05:10:02,445 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e5fc6396e387fbef511545eda22759d09c43a1f4" 2018-08-12 05:10:03,404 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-62af24b4-2f62-411e-a61b-0efd3129a0c8 Date: Sun, 12 Aug 2018 05:10:03 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"310f5853751a4c968f3eeb0a3d99a0a8","status":"ACTIVE","subnets":["ec788992-fa73-45cc-a7d9-6d44542124c2"],"description":"","tags":[],"updated_at":"2018-08-12T05:04:31Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"310f5853751a4c968f3eeb0a3d99a0a8","created_at":"2018-08-12T05:04:23Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"acd89ddb-2b02-409e-bc41-7bd3487b0cd9","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a267b9a156244bb192691cff6e5f74fe","status":"ACTIVE","subnets":["b8220966-136b-4b34-81f8-c5aea91f9fa6"],"description":"","tags":[],"updated_at":"2018-08-12T05:09:33Z","provider:segmentation_id":50,"name":"singlevm1-net_ee530961-040e-4872-b7a0-545cd4f20810","admin_state_up":true,"tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T05:09:31Z","provider:network_type":"vxlan"}]} 2018-08-12 05:10:03,404 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-62af24b4-2f62-411e-a61b-0efd3129a0c8 2018-08-12 05:10:03,405 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.960115909576s 2018-08-12 05:10:03,405 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-62af24b4-2f62-411e-a61b-0efd3129a0c8 2018-08-12 05:10:03,406 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-12 05:10:03,407 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/ports.json?device_id=a9976ca5-af63-4daf-b469-901a9ba2a44e" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e5fc6396e387fbef511545eda22759d09c43a1f4" 2018-08-12 05:10:03,623 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 878 X-Openstack-Request-Id: req-d74fb1d2-05e6-417e-8bbe-a9c15a869a56 Date: Sun, 12 Aug 2018 05:10:03 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T05:09:59Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"b8220966-136b-4b34-81f8-c5aea91f9fa6","ip_address":"192.168.120.14"}],"id":"6c9e6b6f-dc5d-4401-a665-7a53e7b7bdb0","security_groups":["2992de93-d4c1-4405-b203-fc40e775680a"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:6d:81:02","project_id":"a267b9a156244bb192691cff6e5f74fe","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"a9976ca5-af63-4daf-b469-901a9ba2a44e","name":"","admin_state_up":true,"network_id":"acd89ddb-2b02-409e-bc41-7bd3487b0cd9","tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T05:09:53Z","binding:vnic_type":"normal"}]} 2018-08-12 05:10:03,623 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=a9976ca5-af63-4daf-b469-901a9ba2a44e used request id req-d74fb1d2-05e6-417e-8bbe-a9c15a869a56 2018-08-12 05:10:03,623 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.21665096283s 2018-08-12 05:10:03,623 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=a9976ca5-af63-4daf-b469-901a9ba2a44e used request id req-d74fb1d2-05e6-417e-8bbe-a9c15a869a56 2018-08-12 05:10:03,624 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-12 05:10:03,625 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}e5fc6396e387fbef511545eda22759d09c43a1f4" -d '{"floatingip": {"floating_network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "fixed_ip_address": "192.168.120.14", "port_id": "6c9e6b6f-dc5d-4401-a665-7a53e7b7bdb0"}}' 2018-08-12 05:10:05,664 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-5a601925-8dfb-4c99-818e-f765f6d36d28 Date: Sun, 12 Aug 2018 05:10:05 GMT RESP BODY: {"floatingip": {"router_id": "6c3afedd-271d-45da-a751-4d6981a0cef9", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-12T05:10:04Z", "floating_network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "fixed_ip_address": "192.168.120.14", "floating_ip_address": "172.30.9.204", "revision_number": 0, "port_id": "6c9e6b6f-dc5d-4401-a665-7a53e7b7bdb0", "id": "7a563095-324d-4361-847e-093a45b3457e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "created_at": "2018-08-12T05:10:04Z", "project_id": "a267b9a156244bb192691cff6e5f74fe"}} 2018-08-12 05:10:05,664 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-5a601925-8dfb-4c99-818e-f765f6d36d28 2018-08-12 05:10:05,665 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 2.04017305374s 2018-08-12 05:10:05,665 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-5a601925-8dfb-4c99-818e-f765f6d36d28 2018-08-12 05:10:05,673 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-12 05:10:05,673 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}e5fc6396e387fbef511545eda22759d09c43a1f4" 2018-08-12 05:10:05,694 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 557 X-Openstack-Request-Id: req-413bef4a-e6ce-45ba-9181-9f7768f78eea Date: Sun, 12 Aug 2018 05:10:05 GMT RESP BODY: {"floatingips": [{"router_id": "6c3afedd-271d-45da-a751-4d6981a0cef9", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-12T05:10:04Z", "floating_network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "fixed_ip_address": "192.168.120.14", "floating_ip_address": "172.30.9.204", "revision_number": 0, "port_id": "6c9e6b6f-dc5d-4401-a665-7a53e7b7bdb0", "id": "7a563095-324d-4361-847e-093a45b3457e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "created_at": "2018-08-12T05:10:04Z", "project_id": "a267b9a156244bb192691cff6e5f74fe"}]} 2018-08-12 05:10:05,694 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-413bef4a-e6ce-45ba-9181-9f7768f78eea 2018-08-12 05:10:05,695 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0215198993683s 2018-08-12 05:10:05,695 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-413bef4a-e6ce-45ba-9181-9f7768f78eea 2018-08-12 05:10:05,698 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'6c3afedd-271d-45da-a751-4d6981a0cef9', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'a267b9a156244bb192691cff6e5f74fe', 'created_at': u'2018-08-12T05:10:04Z', 'attached': True, 'updated_at': u'2018-08-12T05:10:04Z', 'id': u'7a563095-324d-4361-847e-093a45b3457e', 'floating_network_id': u'03886690-4630-4c4c-9ccb-7eedaa9b1fd3', 'fixed_ip_address': u'192.168.120.14', 'floating_ip_address': u'172.30.9.204', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'a267b9a156244bb192691cff6e5f74fe', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'6c3afedd-271d-45da-a751-4d6981a0cef9', 'project_id': u'a267b9a156244bb192691cff6e5f74fe', 'port_id': u'6c9e6b6f-dc5d-4401-a665-7a53e7b7bdb0', 'port': u'6c9e6b6f-dc5d-4401-a665-7a53e7b7bdb0', 'network': u'03886690-4630-4c4c-9ccb-7eedaa9b1fd3'}) 2018-08-12 05:10:05,699 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-12 05:10:05,701 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/a9976ca5-af63-4daf-b469-901a9ba2a44e/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}e5fc6396e387fbef511545eda22759d09c43a1f4" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 05:10:06,543 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:10: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-5ecf7862-d02f-481f-ba4b-25f78ca1b21d x-compute-request-id: req-5ecf7862-d02f-481f-ba4b-25f78ca1b21d 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 503962718 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.154208] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.156115] pid_max: default: 32768 minimum: 301\n[ 0.157172] ACPI: Core revision 20150930\n[ 0.158686] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.160223] Security Framework initialized\n[ 0.161188] Yama: becoming mindful.\n[ 0.162072] AppArmor: AppArmor initialized\n[ 0.163050] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.164580] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.166115] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.167516] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.169196] Initializing cgroup subsys io\n[ 0.170173] Initializing cgroup subsys memory\n[ 0.171161] Initializing cgroup subsys devices\n[ 0.172166] Initializing cgroup subsys freezer\n[ 0.173189] Initializing cgroup subsys net_cls\n[ 0.174231] Initializing cgroup subsys perf_event\n[ 0.175278] Initializing cgroup subsys net_prio\n[ 0.176291] Initializing cgroup subsys hugetlb\n[ 0.177323] Initializing cgroup subsys pids\n[ 0.178358] CPU: Physical Processor ID: 0\n[ 0.180031] mce: CPU supports 10 MCE banks\n[ 0.180998] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.182201] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.198350] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.204672] ftrace: allocating 31920 entries in 125 pages\n[ 0.229815] smpboot: Max logical packages: 1\n[ 0.230840] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.232372] x2apic enabled\n[ 0.233274] Switched APIC routing to physical x2apic.\n[ 0.235172] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.236466] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.238736] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.240815] KVM setup paravirtual spinlock\n[ 0.242216] x86: Booted up 1 node, 1 CPUs\n[ 0.243138] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.244718] devtmpfs: initialized\n[ 0.246545] evm: security.selinux\n[ 0.247336] evm: security.SMACK64\n[ 0.248120] evm: security.SMACK64EXEC\n[ 0.248969] evm: security.SMACK64TRANSMUTE\n[ 0.249927] evm: security.SMACK64MMAP\n[ 0.250805] evm: security.ima\n[ 0.251526] evm: security.capability\n[ 0.252434] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.254574] pinctrl core: initialized pinctrl subsystem\n[ 0.255824] RTC time: 5:10:00, date: 08/12/18\n[ 0.256922] NET: Registered protocol family 16\n[ 0.258065] cpuidle: using governor ladder\n[ 0.259040] cpuidle: using governor menu\n[ 0.259973] PCCT header not found.\n[ 0.260847] ACPI: bus type PCI registered\n[ 0.261763] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.263203] PCI: Using configuration type 1 for base access\n[ 0.265124] ACPI: Added _OSI(Module Device)\n[ 0.266084] ACPI: Added _OSI(Processor Device)\n[ 0.267070] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.268103] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.270034] ACPI: Interpreter enabled\n[ 0.270935] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.273046] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.275160] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.277274] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.279378] ACPI: (supports S0 S5)\n[ 0.280209] ACPI: Using IOAPIC for interrupt routing\n[ 0.281327] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.284735] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.286076] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.287537] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.288938] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.291538] acpiphp: Slot [3] registered\n[ 0.292470] acpiphp: Slot [4] registered\n[ 0.293391] acpiphp: Slot [5] registered\n[ 0.294315] acpiphp: Slot [6] registered\n[ 0.295246] acpiphp: Slot [7] registered\n[ 0.296175] acpiphp: Slot [8] registered\n[ 0.297101] acpiphp: Slot [9] registered\n[ 0.298020] acpiphp: Slot [10] registered\n[ 0.298954] acpiphp: Slot [11] registered\n[ 0.299892] acpiphp: Slot [12] registered\n[ 0.300840] acpiphp: Slot [13] registered\n[ 0.301777] acpiphp: Slot [14] registered\n[ 0.302715] acpiphp: Slot [15] registered\n[ 0.313529] acpiphp: Slot [16] registered\n[ 0.314475] acpiphp: Slot [17] registered\n[ 0.315414] acpiphp: Slot [18] registered\n[ 0.316349] acpiphp: Slot [19] registered\n[ 0.317280] acpiphp: Slot [20] registered\n[ 0.318221] acpiphp: Slot [21] registered\n[ 0.319159] acpiphp: Slot [22] registered\n[ 0.320101] acpiphp: Slot [23] registered\n[ 0.321080] acpiphp: Slot [24] registered\n[ 0.322025] acpiphp: Slot [25] registered\n[ 0.322959] acpiphp: Slot [26] registered\n[ 0.323896] acpiphp: Slot [27] registered\n[ 0.324840] acpiphp: Slot [28] registered\n[ 0.325792] acpiphp: Slot [29] registered\n[ 0.326749] acpiphp: Slot [30] registered\n[ 0.327664] acpiphp: Slot [31] registered\n[ 0.328578] PCI host bridge to bus 0000:00\n[ 0.329493] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.330913] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.332305] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.333954] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.335594] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.337266] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.340624] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.342129] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.343482] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.344944] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.348669] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.350603] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.370046] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.372446] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.373995] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.375463] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.376989] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.378311] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.379739] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.380939] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.382758] vgaarb: loaded\n[ 0.383426] vgaarb: bridge control possible 0000:00:02.0\n[ 0.384792] SCSI subsystem initialized\n[ 0.385807] ACPI: bus type USB registered\n[ 0.386748] usbcore: registered new interface driver usbfs\n[ 0.387928] usbcore: registered new interface driver hub\n[ 0.389078] usbcore: registered new device driver usb\n[ 0.390325] PCI: Using ACPI for IRQ routing\n[ 0.391604] NetLabel: Initializing\n[ 0.392425] NetLabel: domain hash size = 128\n[ 0.393385] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.394386] NetLabel: unlabeled traffic allowed by default\n[ 0.395586] clocksource: Switched to clocksource kvm-clock\n[ 0.403813] AppArmor: AppArmor Filesystem Enabled\n[ 0.404815] pnp: PnP ACPI init\n[ 0.405780] pnp: PnP ACPI: found 5 devices\n[ 0.412232] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.414009] NET: Registered protocol family 2\n[ 0.415089] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.416441] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.417690] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.418928] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.420054] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.421283] NET: Registered protocol family 1\n[ 0.422208] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.423351] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.424471] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.438596] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.452668] Trying to unpack rootfs image as initramfs...\n[ 0.509055] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.510812] Scanning for low memory corruption every 60 seconds\n[ 0.512224] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.513437] audit: initializing netlink subsys (disabled)\n[ 0.514507] audit: type=2000 audit(1534050601.405:1): initialized\n[ 0.515928] Initialise system trusted keyring\n[ 0.516916] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.518127] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.520312] zbud: loaded\n[ 0.521072] VFS: Disk quotas dquot_6.6.0\n[ 0.521934] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.523582] fuse init (API version 7.23)\n[ 0.524537] Key type big_key registered\n[ 0.525372] Allocating IMA MOK and blacklist keyrings.\n[ 0.526685] Key type asymmetric registered\n[ 0.527547] Asymmetric key parser 'x509' registered\n[ 0.528560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.530105] io scheduler noop registered\n[ 0.530928] io scheduler deadline registered (default)\n[ 0.531971] io scheduler cfq registered\n[ 0.532851] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.533934] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.535254] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.536775] ACPI: Power Button [PWRF]\n[ 0.537664] GHES: HEST is not enabled!\n[ 0.551229] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.582002] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.584823] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.608544] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.611066] Linux agpgart interface v0.103\n[ 0.613961] brd: module loaded\n[ 0.615745] loop: module loaded\n[ 0.620204] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.621711] GPT:90111 != 2097151\n[ 0.622409] GPT:Alternate GPT header not at the end of the disk.\n[ 0.623538] GPT:90111 != 2097151\n[ 0.624239] GPT: Use GNU Parted to correct GPT errors.\n[ 0.625252] vda: vda1 vda15\n[ 0.626645] scsi host0: ata_piix\n[ 0.627474] scsi host1: ata_piix\n[ 0.628228] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.629500] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.631022] libphy: Fixed MDIO Bus: probed\n[ 0.631884] tun: Universal TUN/TAP device driver, 1.6\n[ 0.632888] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.635467] PPP generic driver version 2.4.2\n[ 0.636436] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.637677] ehci-pci: EHCI PCI platform driver\n[ 0.638587] ehci-platform: EHCI generic platform driver\n[ 0.639628] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.640815] ohci-pci: OHCI PCI platform driver\n[ 0.641728] ohci-platform: OHCI generic platform driver\n[ 0.642776] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.657010] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.658073] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.659630] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.660694] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.661898] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.663179] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.664640] usb usb1: Product: UHCI Host Controller\n[ 0.665603] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.666783] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.667803] hub 1-0:1.0: USB hub found\n[ 0.668633] hub 1-0:1.0: 2 ports detected\n[ 0.669615] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.671848] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.672862] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.673963] mousedev: PS/2 mouse device common for all mice\n[ 0.675292] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.677287] rtc_cmos 00:00: RTC can wake from S4\n[ 0.678458] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.679711] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.680955] i2c /dev entries driver\n[ 0.681768] device-mapper: uevent: version 1.0.3\n[ 0.682780] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.684496] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.685988] NET: Registered protocol family 10\n[ 0.687171] NET: Registered protocol family 17\n[ 0.688120] Key type dns_resolver registered\n[ 0.689164] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690309] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692174] registered taskstats version 1\n[ 0.693054] Loading compiled-in X.509 certificates\n[ 0.694572] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.696535] zswap: loaded using pool lzo/zbud\n[ 0.698255] Key type trusted registered\n[ 0.700140] Key type encrypted registered\n[ 0.700992] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.702068] ima: No TPM chip found, activating TPM-bypass!\n[ 0.703156] evm: HMAC attrs: 0x1\n[ 0.704179] Magic number: 14:58:163\n[ 0.705052] rtc_cmos 00:00: setting system clock to 2018-08-12 05:10:01 UTC (1534050601)\n[ 0.706739] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.707906] EDD information not available.\n[ 0.788868] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.800902] Write protecting the kernel read-only data: 14336k\n[ 0.803106] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805011] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.74\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.962183] random: dd urandom read with 4 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.14...\nLease of 192.168.120.14 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.84. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCFfjk1fOhqQk43SAQ1ilVdDz0fSLdBiNG1GqFIIN8/dYgoMQIiMXEhPvwDMoyBTA04tiECrg69uUJ1YXf3Y/jo2I6ISiNHlU0iT/EvkVX6qhYv1Y3DYbJvHDY5kha7W6nu/tl6F7XYPrS9cc8b+7xixu06qRZDtEVPPaLvyXprHEX5G17FmfUtFOM4xAtqnBQ/o5jAniq8RaMQyd9SXMP8SHouru2zhutK0fpseAFqzlFxEywqN+5VrsLZgLKncl5ccG+SHlS6DgA5pqC8AlmHd2j2U39ARLjTeUW8WaMwAuEGj5tbt7oglAUuMnFQrEYlrvvQahMDoDRoOs6WUIVZ root@singlevm1-vm-ee530961-040e-4872-b7a0-545cd4f20810\nssh-dss AAAAB3NzaC1kc3MAAACBANsYytEmsiBeHJ81lBn8eoLarg9Ysk9/9Tp4wQ7z6w334CtVd7Z+drygPCZlk9cSgebKvqOdtiAnER/O96ICPnaUCE8mbb+qjRZzO4BPANrBq1BSwmRc4H/wHqmh5KHRn0aapm+bczZyNoRPIVw6DFQt3zHuhP7cAZD2iBU4Qd/hAAAAFQDhGzFWP/auE5SjXO4iQa3jk3dDGQAAAIEApywmCNJYbx5zmJutLglIDMgsJy3pfXAws0ZeBRXStcuilXLWRlmkRuTlIDXj9h9Nv1wUQarf1ZaDsE+bAEl3ZpNXPBofY39P/vnj5zGVcyRbkbTLiwcoq4SkIpyhMMI93US6ORKy+DEmTiIPKkEZln2rGksABkT6wuqxv71WD3UAAACBAMQf/2ztnnqqjuv3nDyAnERsAFBsg6oR69Ic+hZNr22q131OG2m21YrxprYiBm/6uYkQHsDMcMVYnFwTDMjNDbypwo7SI9Xx1l9y8lhZbZaIBGLh910uGzqkiE0jmEDpFaMWsleNBPNqMxqPPR4fqcl3OYR1KaLik0kstXqgU6us root@singlevm1-vm-ee530961-040e-4872-b7a0-545cd4f20810\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.14,24,fe80::f816:3eff:fe6d:8102/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.3 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.14 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000002\nname: N/A\navailability-zone: nova\nlocal-hostname: singlevm1-vm-ee530961-040e-4872-b7a0-545cd4f20810\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=3.55 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsinglevm1-vm-ee530961-040e-4872-b7a0-545cd4f20810 login: "} 2018-08-12 05:10:06,544 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/a9976ca5-af63-4daf-b469-901a9ba2a44e/action used request id req-5ecf7862-d02f-481f-ba4b-25f78ca1b21d 2018-08-12 05:10:06,544 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.845057010651s 2018-08-12 05:10:06,545 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/a9976ca5-af63-4daf-b469-901a9ba2a44e/action used request id req-5ecf7862-d02f-481f-ba4b-25f78ca1b21d 2018-08-12 05:10:06,545 - 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 503962718 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.154208] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.156115] pid_max: default: 32768 minimum: 301 [ 0.157172] ACPI: Core revision 20150930 [ 0.158686] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.160223] Security Framework initialized [ 0.161188] Yama: becoming mindful. [ 0.162072] AppArmor: AppArmor initialized [ 0.163050] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.164580] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.166115] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.167516] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.169196] Initializing cgroup subsys io [ 0.170173] Initializing cgroup subsys memory [ 0.171161] Initializing cgroup subsys devices [ 0.172166] Initializing cgroup subsys freezer [ 0.173189] Initializing cgroup subsys net_cls [ 0.174231] Initializing cgroup subsys perf_event [ 0.175278] Initializing cgroup subsys net_prio [ 0.176291] Initializing cgroup subsys hugetlb [ 0.177323] Initializing cgroup subsys pids [ 0.178358] CPU: Physical Processor ID: 0 [ 0.180031] mce: CPU supports 10 MCE banks [ 0.180998] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.182201] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.198350] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.204672] ftrace: allocating 31920 entries in 125 pages [ 0.229815] smpboot: Max logical packages: 1 [ 0.230840] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.232372] x2apic enabled [ 0.233274] Switched APIC routing to physical x2apic. [ 0.235172] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.236466] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.238736] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.240815] KVM setup paravirtual spinlock [ 0.242216] x86: Booted up 1 node, 1 CPUs [ 0.243138] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.244718] devtmpfs: initialized [ 0.246545] evm: security.selinux [ 0.247336] evm: security.SMACK64 [ 0.248120] evm: security.SMACK64EXEC [ 0.248969] evm: security.SMACK64TRANSMUTE [ 0.249927] evm: security.SMACK64MMAP [ 0.250805] evm: security.ima [ 0.251526] evm: security.capability [ 0.252434] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.254574] pinctrl core: initialized pinctrl subsystem [ 0.255824] RTC time: 5:10:00, date: 08/12/18 [ 0.256922] NET: Registered protocol family 16 [ 0.258065] cpuidle: using governor ladder [ 0.259040] cpuidle: using governor menu [ 0.259973] PCCT header not found. [ 0.260847] ACPI: bus type PCI registered [ 0.261763] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.263203] PCI: Using configuration type 1 for base access [ 0.265124] ACPI: Added _OSI(Module Device) [ 0.266084] ACPI: Added _OSI(Processor Device) [ 0.267070] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.268103] ACPI: Added _OSI(Processor Aggregator Device) [ 0.270034] ACPI: Interpreter enabled [ 0.270935] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.273046] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.275160] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.277274] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.279378] ACPI: (supports S0 S5) [ 0.280209] ACPI: Using IOAPIC for interrupt routing [ 0.281327] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.284735] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.286076] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.287537] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.288938] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.291538] acpiphp: Slot [3] registered [ 0.292470] acpiphp: Slot [4] registered [ 0.293391] acpiphp: Slot [5] registered [ 0.294315] acpiphp: Slot [6] registered [ 0.295246] acpiphp: Slot [7] registered [ 0.296175] acpiphp: Slot [8] registered [ 0.297101] acpiphp: Slot [9] registered [ 0.298020] acpiphp: Slot [10] registered [ 0.298954] acpiphp: Slot [11] registered [ 0.299892] acpiphp: Slot [12] registered [ 0.300840] acpiphp: Slot [13] registered [ 0.301777] acpiphp: Slot [14] registered [ 0.302715] acpiphp: Slot [15] registered [ 0.313529] acpiphp: Slot [16] registered [ 0.314475] acpiphp: Slot [17] registered [ 0.315414] acpiphp: Slot [18] registered [ 0.316349] acpiphp: Slot [19] registered [ 0.317280] acpiphp: Slot [20] registered [ 0.318221] acpiphp: Slot [21] registered [ 0.319159] acpiphp: Slot [22] registered [ 0.320101] acpiphp: Slot [23] registered [ 0.321080] acpiphp: Slot [24] registered [ 0.322025] acpiphp: Slot [25] registered [ 0.322959] acpiphp: Slot [26] registered [ 0.323896] acpiphp: Slot [27] registered [ 0.324840] acpiphp: Slot [28] registered [ 0.325792] acpiphp: Slot [29] registered [ 0.326749] acpiphp: Slot [30] registered [ 0.327664] acpiphp: Slot [31] registered [ 0.328578] PCI host bridge to bus 0000:00 [ 0.329493] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.330913] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332305] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.333954] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335594] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.337266] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.340624] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.342129] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.343482] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.344944] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.348669] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.350603] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.370046] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372446] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.373995] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.375463] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.376989] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.378311] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.379739] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.380939] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.382758] vgaarb: loaded [ 0.383426] vgaarb: bridge control possible 0000:00:02.0 [ 0.384792] SCSI subsystem initialized [ 0.385807] ACPI: bus type USB registered [ 0.386748] usbcore: registered new interface driver usbfs [ 0.387928] usbcore: registered new interface driver hub [ 0.389078] usbcore: registered new device driver usb [ 0.390325] PCI: Using ACPI for IRQ routing [ 0.391604] NetLabel: Initializing [ 0.392425] NetLabel: domain hash size = 128 [ 0.393385] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.394386] NetLabel: unlabeled traffic allowed by default [ 0.395586] clocksource: Switched to clocksource kvm-clock [ 0.403813] AppArmor: AppArmor Filesystem Enabled [ 0.404815] pnp: PnP ACPI init [ 0.405780] pnp: PnP ACPI: found 5 devices [ 0.412232] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.414009] NET: Registered protocol family 2 [ 0.415089] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.416441] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.417690] TCP: Hash tables configured (established 4096 bind 4096) [ 0.418928] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.420054] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.421283] NET: Registered protocol family 1 [ 0.422208] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.423351] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.424471] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.438596] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.452668] Trying to unpack rootfs image as initramfs... [ 0.509055] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.510812] Scanning for low memory corruption every 60 seconds [ 0.512224] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.513437] audit: initializing netlink subsys (disabled) [ 0.514507] audit: type=2000 audit(1534050601.405:1): initialized [ 0.515928] Initialise system trusted keyring [ 0.516916] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.518127] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.520312] zbud: loaded [ 0.521072] VFS: Disk quotas dquot_6.6.0 [ 0.521934] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.523582] fuse init (API version 7.23) [ 0.524537] Key type big_key registered [ 0.525372] Allocating IMA MOK and blacklist keyrings. [ 0.526685] Key type asymmetric registered [ 0.527547] Asymmetric key parser 'x509' registered [ 0.528560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530105] io scheduler noop registered [ 0.530928] io scheduler deadline registered (default) [ 0.531971] io scheduler cfq registered [ 0.532851] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.533934] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535254] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.536775] ACPI: Power Button [PWRF] [ 0.537664] GHES: HEST is not enabled! [ 0.551229] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.582002] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.584823] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.608544] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.611066] Linux agpgart interface v0.103 [ 0.613961] brd: module loaded [ 0.615745] loop: module loaded [ 0.620204] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.621711] GPT:90111 != 2097151 [ 0.622409] GPT:Alternate GPT header not at the end of the disk. [ 0.623538] GPT:90111 != 2097151 [ 0.624239] GPT: Use GNU Parted to correct GPT errors. [ 0.625252] vda: vda1 vda15 [ 0.626645] scsi host0: ata_piix [ 0.627474] scsi host1: ata_piix [ 0.628228] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.629500] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.631022] libphy: Fixed MDIO Bus: probed [ 0.631884] tun: Universal TUN/TAP device driver, 1.6 [ 0.632888] tun: (C) 1999-2004 Max Krasnyansky [ 0.635467] PPP generic driver version 2.4.2 [ 0.636436] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.637677] ehci-pci: EHCI PCI platform driver [ 0.638587] ehci-platform: EHCI generic platform driver [ 0.639628] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.640815] ohci-pci: OHCI PCI platform driver [ 0.641728] ohci-platform: OHCI generic platform driver [ 0.642776] uhci_hcd: USB Universal Host Controller Interface driver [ 0.657010] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.658073] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.659630] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.660694] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.661898] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.663179] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.664640] usb usb1: Product: UHCI Host Controller [ 0.665603] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.666783] usb usb1: SerialNumber: 0000:00:01.2 [ 0.667803] hub 1-0:1.0: USB hub found [ 0.668633] hub 1-0:1.0: 2 ports detected [ 0.669615] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.671848] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.672862] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.673963] mousedev: PS/2 mouse device common for all mice [ 0.675292] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.677287] rtc_cmos 00:00: RTC can wake from S4 [ 0.678458] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.679711] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.680955] i2c /dev entries driver [ 0.681768] device-mapper: uevent: version 1.0.3 [ 0.682780] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.684496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.685988] NET: Registered protocol family 10 [ 0.687171] NET: Registered protocol family 17 [ 0.688120] Key type dns_resolver registered [ 0.689164] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.690309] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.692174] registered taskstats version 1 [ 0.693054] Loading compiled-in X.509 certificates [ 0.694572] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.696535] zswap: loaded using pool lzo/zbud [ 0.698255] Key type trusted registered [ 0.700140] Key type encrypted registered [ 0.700992] AppArmor: AppArmor sha1 policy hashing enabled [ 0.702068] ima: No TPM chip found, activating TPM-bypass! [ 0.703156] evm: HMAC attrs: 0x1 [ 0.704179] Magic number: 14:58:163 [ 0.705052] rtc_cmos 00:00: setting system clock to 2018-08-12 05:10:01 UTC (1534050601) [ 0.706739] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.707906] EDD information not available. [ 0.788868] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.800902] Write protecting the kernel read-only data: 14336k [ 0.803106] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805011] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.74 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 0.962183] random: dd urandom read with 4 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.14... Lease of 192.168.120.14 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.84. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCFfjk1fOhqQk43SAQ1ilVdDz0fSLdBiNG1GqFIIN8/dYgoMQIiMXEhPvwDMoyBTA04tiECrg69uUJ1YXf3Y/jo2I6ISiNHlU0iT/EvkVX6qhYv1Y3DYbJvHDY5kha7W6nu/tl6F7XYPrS9cc8b+7xixu06qRZDtEVPPaLvyXprHEX5G17FmfUtFOM4xAtqnBQ/o5jAniq8RaMQyd9SXMP8SHouru2zhutK0fpseAFqzlFxEywqN+5VrsLZgLKncl5ccG+SHlS6DgA5pqC8AlmHd2j2U39ARLjTeUW8WaMwAuEGj5tbt7oglAUuMnFQrEYlrvvQahMDoDRoOs6WUIVZ root@singlevm1-vm-ee530961-040e-4872-b7a0-545cd4f20810 ssh-dss AAAAB3NzaC1kc3MAAACBANsYytEmsiBeHJ81lBn8eoLarg9Ysk9/9Tp4wQ7z6w334CtVd7Z+drygPCZlk9cSgebKvqOdtiAnER/O96ICPnaUCE8mbb+qjRZzO4BPANrBq1BSwmRc4H/wHqmh5KHRn0aapm+bczZyNoRPIVw6DFQt3zHuhP7cAZD2iBU4Qd/hAAAAFQDhGzFWP/auE5SjXO4iQa3jk3dDGQAAAIEApywmCNJYbx5zmJutLglIDMgsJy3pfXAws0ZeBRXStcuilXLWRlmkRuTlIDXj9h9Nv1wUQarf1ZaDsE+bAEl3ZpNXPBofY39P/vnj5zGVcyRbkbTLiwcoq4SkIpyhMMI93US6ORKy+DEmTiIPKkEZln2rGksABkT6wuqxv71WD3UAAACBAMQf/2ztnnqqjuv3nDyAnERsAFBsg6oR69Ic+hZNr22q131OG2m21YrxprYiBm/6uYkQHsDMcMVYnFwTDMjNDbypwo7SI9Xx1l9y8lhZbZaIBGLh910uGzqkiE0jmEDpFaMWsleNBPNqMxqPPR4fqcl3OYR1KaLik0kstXqgU6us root@singlevm1-vm-ee530961-040e-4872-b7a0-545cd4f20810 -----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.14,24,fe80::f816:3eff:fe6d:8102/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.3 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.14 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000002 name: N/A availability-zone: nova local-hostname: singlevm1-vm-ee530961-040e-4872-b7a0-545cd4f20810 launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=3.55 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. singlevm1-vm-ee530961-040e-4872-b7a0-545cd4f20810 login: 2018-08-12 05:10:07,547 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.204: timed out 2018-08-12 05:10:16,556 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-12 05:10:16,559 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/a9976ca5-af63-4daf-b469-901a9ba2a44e/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}e5fc6396e387fbef511545eda22759d09c43a1f4" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 05:10:16,676 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:10: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-81ca4417-a844-454c-a3cb-eafaf9491939 x-compute-request-id: req-81ca4417-a844-454c-a3cb-eafaf9491939 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 503962718 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.154208] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.156115] pid_max: default: 32768 minimum: 301\n[ 0.157172] ACPI: Core revision 20150930\n[ 0.158686] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.160223] Security Framework initialized\n[ 0.161188] Yama: becoming mindful.\n[ 0.162072] AppArmor: AppArmor initialized\n[ 0.163050] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.164580] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.166115] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.167516] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.169196] Initializing cgroup subsys io\n[ 0.170173] Initializing cgroup subsys memory\n[ 0.171161] Initializing cgroup subsys devices\n[ 0.172166] Initializing cgroup subsys freezer\n[ 0.173189] Initializing cgroup subsys net_cls\n[ 0.174231] Initializing cgroup subsys perf_event\n[ 0.175278] Initializing cgroup subsys net_prio\n[ 0.176291] Initializing cgroup subsys hugetlb\n[ 0.177323] Initializing cgroup subsys pids\n[ 0.178358] CPU: Physical Processor ID: 0\n[ 0.180031] mce: CPU supports 10 MCE banks\n[ 0.180998] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.182201] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.198350] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.204672] ftrace: allocating 31920 entries in 125 pages\n[ 0.229815] smpboot: Max logical packages: 1\n[ 0.230840] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.232372] x2apic enabled\n[ 0.233274] Switched APIC routing to physical x2apic.\n[ 0.235172] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.236466] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.238736] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.240815] KVM setup paravirtual spinlock\n[ 0.242216] x86: Booted up 1 node, 1 CPUs\n[ 0.243138] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.244718] devtmpfs: initialized\n[ 0.246545] evm: security.selinux\n[ 0.247336] evm: security.SMACK64\n[ 0.248120] evm: security.SMACK64EXEC\n[ 0.248969] evm: security.SMACK64TRANSMUTE\n[ 0.249927] evm: security.SMACK64MMAP\n[ 0.250805] evm: security.ima\n[ 0.251526] evm: security.capability\n[ 0.252434] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.254574] pinctrl core: initialized pinctrl subsystem\n[ 0.255824] RTC time: 5:10:00, date: 08/12/18\n[ 0.256922] NET: Registered protocol family 16\n[ 0.258065] cpuidle: using governor ladder\n[ 0.259040] cpuidle: using governor menu\n[ 0.259973] PCCT header not found.\n[ 0.260847] ACPI: bus type PCI registered\n[ 0.261763] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.263203] PCI: Using configuration type 1 for base access\n[ 0.265124] ACPI: Added _OSI(Module Device)\n[ 0.266084] ACPI: Added _OSI(Processor Device)\n[ 0.267070] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.268103] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.270034] ACPI: Interpreter enabled\n[ 0.270935] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.273046] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.275160] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.277274] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.279378] ACPI: (supports S0 S5)\n[ 0.280209] ACPI: Using IOAPIC for interrupt routing\n[ 0.281327] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.284735] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.286076] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.287537] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.288938] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.291538] acpiphp: Slot [3] registered\n[ 0.292470] acpiphp: Slot [4] registered\n[ 0.293391] acpiphp: Slot [5] registered\n[ 0.294315] acpiphp: Slot [6] registered\n[ 0.295246] acpiphp: Slot [7] registered\n[ 0.296175] acpiphp: Slot [8] registered\n[ 0.297101] acpiphp: Slot [9] registered\n[ 0.298020] acpiphp: Slot [10] registered\n[ 0.298954] acpiphp: Slot [11] registered\n[ 0.299892] acpiphp: Slot [12] registered\n[ 0.300840] acpiphp: Slot [13] registered\n[ 0.301777] acpiphp: Slot [14] registered\n[ 0.302715] acpiphp: Slot [15] registered\n[ 0.313529] acpiphp: Slot [16] registered\n[ 0.314475] acpiphp: Slot [17] registered\n[ 0.315414] acpiphp: Slot [18] registered\n[ 0.316349] acpiphp: Slot [19] registered\n[ 0.317280] acpiphp: Slot [20] registered\n[ 0.318221] acpiphp: Slot [21] registered\n[ 0.319159] acpiphp: Slot [22] registered\n[ 0.320101] acpiphp: Slot [23] registered\n[ 0.321080] acpiphp: Slot [24] registered\n[ 0.322025] acpiphp: Slot [25] registered\n[ 0.322959] acpiphp: Slot [26] registered\n[ 0.323896] acpiphp: Slot [27] registered\n[ 0.324840] acpiphp: Slot [28] registered\n[ 0.325792] acpiphp: Slot [29] registered\n[ 0.326749] acpiphp: Slot [30] registered\n[ 0.327664] acpiphp: Slot [31] registered\n[ 0.328578] PCI host bridge to bus 0000:00\n[ 0.329493] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.330913] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.332305] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.333954] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.335594] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.337266] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.340624] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.342129] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.343482] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.344944] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.348669] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.350603] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.370046] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.372446] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.373995] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.375463] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.376989] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.378311] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.379739] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.380939] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.382758] vgaarb: loaded\n[ 0.383426] vgaarb: bridge control possible 0000:00:02.0\n[ 0.384792] SCSI subsystem initialized\n[ 0.385807] ACPI: bus type USB registered\n[ 0.386748] usbcore: registered new interface driver usbfs\n[ 0.387928] usbcore: registered new interface driver hub\n[ 0.389078] usbcore: registered new device driver usb\n[ 0.390325] PCI: Using ACPI for IRQ routing\n[ 0.391604] NetLabel: Initializing\n[ 0.392425] NetLabel: domain hash size = 128\n[ 0.393385] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.394386] NetLabel: unlabeled traffic allowed by default\n[ 0.395586] clocksource: Switched to clocksource kvm-clock\n[ 0.403813] AppArmor: AppArmor Filesystem Enabled\n[ 0.404815] pnp: PnP ACPI init\n[ 0.405780] pnp: PnP ACPI: found 5 devices\n[ 0.412232] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.414009] NET: Registered protocol family 2\n[ 0.415089] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.416441] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.417690] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.418928] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.420054] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.421283] NET: Registered protocol family 1\n[ 0.422208] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.423351] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.424471] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.438596] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.452668] Trying to unpack rootfs image as initramfs...\n[ 0.509055] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.510812] Scanning for low memory corruption every 60 seconds\n[ 0.512224] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.513437] audit: initializing netlink subsys (disabled)\n[ 0.514507] audit: type=2000 audit(1534050601.405:1): initialized\n[ 0.515928] Initialise system trusted keyring\n[ 0.516916] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.518127] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.520312] zbud: loaded\n[ 0.521072] VFS: Disk quotas dquot_6.6.0\n[ 0.521934] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.523582] fuse init (API version 7.23)\n[ 0.524537] Key type big_key registered\n[ 0.525372] Allocating IMA MOK and blacklist keyrings.\n[ 0.526685] Key type asymmetric registered\n[ 0.527547] Asymmetric key parser 'x509' registered\n[ 0.528560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.530105] io scheduler noop registered\n[ 0.530928] io scheduler deadline registered (default)\n[ 0.531971] io scheduler cfq registered\n[ 0.532851] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.533934] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.535254] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.536775] ACPI: Power Button [PWRF]\n[ 0.537664] GHES: HEST is not enabled!\n[ 0.551229] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.582002] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.584823] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.608544] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.611066] Linux agpgart interface v0.103\n[ 0.613961] brd: module loaded\n[ 0.615745] loop: module loaded\n[ 0.620204] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.621711] GPT:90111 != 2097151\n[ 0.622409] GPT:Alternate GPT header not at the end of the disk.\n[ 0.623538] GPT:90111 != 2097151\n[ 0.624239] GPT: Use GNU Parted to correct GPT errors.\n[ 0.625252] vda: vda1 vda15\n[ 0.626645] scsi host0: ata_piix\n[ 0.627474] scsi host1: ata_piix\n[ 0.628228] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.629500] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.631022] libphy: Fixed MDIO Bus: probed\n[ 0.631884] tun: Universal TUN/TAP device driver, 1.6\n[ 0.632888] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.635467] PPP generic driver version 2.4.2\n[ 0.636436] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.637677] ehci-pci: EHCI PCI platform driver\n[ 0.638587] ehci-platform: EHCI generic platform driver\n[ 0.639628] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.640815] ohci-pci: OHCI PCI platform driver\n[ 0.641728] ohci-platform: OHCI generic platform driver\n[ 0.642776] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.657010] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.658073] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.659630] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.660694] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.661898] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.663179] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.664640] usb usb1: Product: UHCI Host Controller\n[ 0.665603] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.666783] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.667803] hub 1-0:1.0: USB hub found\n[ 0.668633] hub 1-0:1.0: 2 ports detected\n[ 0.669615] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.671848] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.672862] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.673963] mousedev: PS/2 mouse device common for all mice\n[ 0.675292] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.677287] rtc_cmos 00:00: RTC can wake from S4\n[ 0.678458] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.679711] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.680955] i2c /dev entries driver\n[ 0.681768] device-mapper: uevent: version 1.0.3\n[ 0.682780] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.684496] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.685988] NET: Registered protocol family 10\n[ 0.687171] NET: Registered protocol family 17\n[ 0.688120] Key type dns_resolver registered\n[ 0.689164] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690309] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692174] registered taskstats version 1\n[ 0.693054] Loading compiled-in X.509 certificates\n[ 0.694572] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.696535] zswap: loaded using pool lzo/zbud\n[ 0.698255] Key type trusted registered\n[ 0.700140] Key type encrypted registered\n[ 0.700992] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.702068] ima: No TPM chip found, activating TPM-bypass!\n[ 0.703156] evm: HMAC attrs: 0x1\n[ 0.704179] Magic number: 14:58:163\n[ 0.705052] rtc_cmos 00:00: setting system clock to 2018-08-12 05:10:01 UTC (1534050601)\n[ 0.706739] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.707906] EDD information not available.\n[ 0.788868] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.800902] Write protecting the kernel read-only data: 14336k\n[ 0.803106] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805011] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.74\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.962183] random: dd urandom read with 4 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.14...\nLease of 192.168.120.14 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.84. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCFfjk1fOhqQk43SAQ1ilVdDz0fSLdBiNG1GqFIIN8/dYgoMQIiMXEhPvwDMoyBTA04tiECrg69uUJ1YXf3Y/jo2I6ISiNHlU0iT/EvkVX6qhYv1Y3DYbJvHDY5kha7W6nu/tl6F7XYPrS9cc8b+7xixu06qRZDtEVPPaLvyXprHEX5G17FmfUtFOM4xAtqnBQ/o5jAniq8RaMQyd9SXMP8SHouru2zhutK0fpseAFqzlFxEywqN+5VrsLZgLKncl5ccG+SHlS6DgA5pqC8AlmHd2j2U39ARLjTeUW8WaMwAuEGj5tbt7oglAUuMnFQrEYlrvvQahMDoDRoOs6WUIVZ root@singlevm1-vm-ee530961-040e-4872-b7a0-545cd4f20810\nssh-dss AAAAB3NzaC1kc3MAAACBANsYytEmsiBeHJ81lBn8eoLarg9Ysk9/9Tp4wQ7z6w334CtVd7Z+drygPCZlk9cSgebKvqOdtiAnER/O96ICPnaUCE8mbb+qjRZzO4BPANrBq1BSwmRc4H/wHqmh5KHRn0aapm+bczZyNoRPIVw6DFQt3zHuhP7cAZD2iBU4Qd/hAAAAFQDhGzFWP/auE5SjXO4iQa3jk3dDGQAAAIEApywmCNJYbx5zmJutLglIDMgsJy3pfXAws0ZeBRXStcuilXLWRlmkRuTlIDXj9h9Nv1wUQarf1ZaDsE+bAEl3ZpNXPBofY39P/vnj5zGVcyRbkbTLiwcoq4SkIpyhMMI93US6ORKy+DEmTiIPKkEZln2rGksABkT6wuqxv71WD3UAAACBAMQf/2ztnnqqjuv3nDyAnERsAFBsg6oR69Ic+hZNr22q131OG2m21YrxprYiBm/6uYkQHsDMcMVYnFwTDMjNDbypwo7SI9Xx1l9y8lhZbZaIBGLh910uGzqkiE0jmEDpFaMWsleNBPNqMxqPPR4fqcl3OYR1KaLik0kstXqgU6us root@singlevm1-vm-ee530961-040e-4872-b7a0-545cd4f20810\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.14,24,fe80::f816:3eff:fe6d:8102/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.3 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.14 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000002\nname: N/A\navailability-zone: nova\nlocal-hostname: singlevm1-vm-ee530961-040e-4872-b7a0-545cd4f20810\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=3.55 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsinglevm1-vm-ee530961-040e-4872-b7a0-545cd4f20810 login: "} 2018-08-12 05:10:16,677 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/a9976ca5-af63-4daf-b469-901a9ba2a44e/action used request id req-81ca4417-a844-454c-a3cb-eafaf9491939 2018-08-12 05:10:16,677 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.121052980423s 2018-08-12 05:10:16,678 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/a9976ca5-af63-4daf-b469-901a9ba2a44e/action used request id req-81ca4417-a844-454c-a3cb-eafaf9491939 2018-08-12 05:10:16,678 - 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 503962718 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.154208] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.156115] pid_max: default: 32768 minimum: 301 [ 0.157172] ACPI: Core revision 20150930 [ 0.158686] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.160223] Security Framework initialized [ 0.161188] Yama: becoming mindful. [ 0.162072] AppArmor: AppArmor initialized [ 0.163050] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.164580] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.166115] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.167516] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.169196] Initializing cgroup subsys io [ 0.170173] Initializing cgroup subsys memory [ 0.171161] Initializing cgroup subsys devices [ 0.172166] Initializing cgroup subsys freezer [ 0.173189] Initializing cgroup subsys net_cls [ 0.174231] Initializing cgroup subsys perf_event [ 0.175278] Initializing cgroup subsys net_prio [ 0.176291] Initializing cgroup subsys hugetlb [ 0.177323] Initializing cgroup subsys pids [ 0.178358] CPU: Physical Processor ID: 0 [ 0.180031] mce: CPU supports 10 MCE banks [ 0.180998] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.182201] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.198350] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.204672] ftrace: allocating 31920 entries in 125 pages [ 0.229815] smpboot: Max logical packages: 1 [ 0.230840] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.232372] x2apic enabled [ 0.233274] Switched APIC routing to physical x2apic. [ 0.235172] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.236466] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.238736] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.240815] KVM setup paravirtual spinlock [ 0.242216] x86: Booted up 1 node, 1 CPUs [ 0.243138] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.244718] devtmpfs: initialized [ 0.246545] evm: security.selinux [ 0.247336] evm: security.SMACK64 [ 0.248120] evm: security.SMACK64EXEC [ 0.248969] evm: security.SMACK64TRANSMUTE [ 0.249927] evm: security.SMACK64MMAP [ 0.250805] evm: security.ima [ 0.251526] evm: security.capability [ 0.252434] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.254574] pinctrl core: initialized pinctrl subsystem [ 0.255824] RTC time: 5:10:00, date: 08/12/18 [ 0.256922] NET: Registered protocol family 16 [ 0.258065] cpuidle: using governor ladder [ 0.259040] cpuidle: using governor menu [ 0.259973] PCCT header not found. [ 0.260847] ACPI: bus type PCI registered [ 0.261763] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.263203] PCI: Using configuration type 1 for base access [ 0.265124] ACPI: Added _OSI(Module Device) [ 0.266084] ACPI: Added _OSI(Processor Device) [ 0.267070] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.268103] ACPI: Added _OSI(Processor Aggregator Device) [ 0.270034] ACPI: Interpreter enabled [ 0.270935] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.273046] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.275160] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.277274] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.279378] ACPI: (supports S0 S5) [ 0.280209] ACPI: Using IOAPIC for interrupt routing [ 0.281327] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.284735] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.286076] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.287537] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.288938] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.291538] acpiphp: Slot [3] registered [ 0.292470] acpiphp: Slot [4] registered [ 0.293391] acpiphp: Slot [5] registered [ 0.294315] acpiphp: Slot [6] registered [ 0.295246] acpiphp: Slot [7] registered [ 0.296175] acpiphp: Slot [8] registered [ 0.297101] acpiphp: Slot [9] registered [ 0.298020] acpiphp: Slot [10] registered [ 0.298954] acpiphp: Slot [11] registered [ 0.299892] acpiphp: Slot [12] registered [ 0.300840] acpiphp: Slot [13] registered [ 0.301777] acpiphp: Slot [14] registered [ 0.302715] acpiphp: Slot [15] registered [ 0.313529] acpiphp: Slot [16] registered [ 0.314475] acpiphp: Slot [17] registered [ 0.315414] acpiphp: Slot [18] registered [ 0.316349] acpiphp: Slot [19] registered [ 0.317280] acpiphp: Slot [20] registered [ 0.318221] acpiphp: Slot [21] registered [ 0.319159] acpiphp: Slot [22] registered [ 0.320101] acpiphp: Slot [23] registered [ 0.321080] acpiphp: Slot [24] registered [ 0.322025] acpiphp: Slot [25] registered [ 0.322959] acpiphp: Slot [26] registered [ 0.323896] acpiphp: Slot [27] registered [ 0.324840] acpiphp: Slot [28] registered [ 0.325792] acpiphp: Slot [29] registered [ 0.326749] acpiphp: Slot [30] registered [ 0.327664] acpiphp: Slot [31] registered [ 0.328578] PCI host bridge to bus 0000:00 [ 0.329493] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.330913] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332305] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.333954] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335594] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.337266] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.340624] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.342129] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.343482] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.344944] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.348669] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.350603] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.370046] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372446] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.373995] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.375463] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.376989] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.378311] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.379739] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.380939] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.382758] vgaarb: loaded [ 0.383426] vgaarb: bridge control possible 0000:00:02.0 [ 0.384792] SCSI subsystem initialized [ 0.385807] ACPI: bus type USB registered [ 0.386748] usbcore: registered new interface driver usbfs [ 0.387928] usbcore: registered new interface driver hub [ 0.389078] usbcore: registered new device driver usb [ 0.390325] PCI: Using ACPI for IRQ routing [ 0.391604] NetLabel: Initializing [ 0.392425] NetLabel: domain hash size = 128 [ 0.393385] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.394386] NetLabel: unlabeled traffic allowed by default [ 0.395586] clocksource: Switched to clocksource kvm-clock [ 0.403813] AppArmor: AppArmor Filesystem Enabled [ 0.404815] pnp: PnP ACPI init [ 0.405780] pnp: PnP ACPI: found 5 devices [ 0.412232] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.414009] NET: Registered protocol family 2 [ 0.415089] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.416441] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.417690] TCP: Hash tables configured (established 4096 bind 4096) [ 0.418928] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.420054] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.421283] NET: Registered protocol family 1 [ 0.422208] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.423351] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.424471] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.438596] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.452668] Trying to unpack rootfs image as initramfs... [ 0.509055] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.510812] Scanning for low memory corruption every 60 seconds [ 0.512224] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.513437] audit: initializing netlink subsys (disabled) [ 0.514507] audit: type=2000 audit(1534050601.405:1): initialized [ 0.515928] Initialise system trusted keyring [ 0.516916] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.518127] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.520312] zbud: loaded [ 0.521072] VFS: Disk quotas dquot_6.6.0 [ 0.521934] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.523582] fuse init (API version 7.23) [ 0.524537] Key type big_key registered [ 0.525372] Allocating IMA MOK and blacklist keyrings. [ 0.526685] Key type asymmetric registered [ 0.527547] Asymmetric key parser 'x509' registered [ 0.528560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530105] io scheduler noop registered [ 0.530928] io scheduler deadline registered (default) [ 0.531971] io scheduler cfq registered [ 0.532851] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.533934] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535254] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.536775] ACPI: Power Button [PWRF] [ 0.537664] GHES: HEST is not enabled! [ 0.551229] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.582002] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.584823] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.608544] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.611066] Linux agpgart interface v0.103 [ 0.613961] brd: module loaded [ 0.615745] loop: module loaded [ 0.620204] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.621711] GPT:90111 != 2097151 [ 0.622409] GPT:Alternate GPT header not at the end of the disk. [ 0.623538] GPT:90111 != 2097151 [ 0.624239] GPT: Use GNU Parted to correct GPT errors. [ 0.625252] vda: vda1 vda15 [ 0.626645] scsi host0: ata_piix [ 0.627474] scsi host1: ata_piix [ 0.628228] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.629500] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.631022] libphy: Fixed MDIO Bus: probed [ 0.631884] tun: Universal TUN/TAP device driver, 1.6 [ 0.632888] tun: (C) 1999-2004 Max Krasnyansky [ 0.635467] PPP generic driver version 2.4.2 [ 0.636436] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.637677] ehci-pci: EHCI PCI platform driver [ 0.638587] ehci-platform: EHCI generic platform driver [ 0.639628] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.640815] ohci-pci: OHCI PCI platform driver [ 0.641728] ohci-platform: OHCI generic platform driver [ 0.642776] uhci_hcd: USB Universal Host Controller Interface driver [ 0.657010] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.658073] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.659630] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.660694] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.661898] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.663179] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.664640] usb usb1: Product: UHCI Host Controller [ 0.665603] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.666783] usb usb1: SerialNumber: 0000:00:01.2 [ 0.667803] hub 1-0:1.0: USB hub found [ 0.668633] hub 1-0:1.0: 2 ports detected [ 0.669615] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.671848] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.672862] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.673963] mousedev: PS/2 mouse device common for all mice [ 0.675292] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.677287] rtc_cmos 00:00: RTC can wake from S4 [ 0.678458] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.679711] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.680955] i2c /dev entries driver [ 0.681768] device-mapper: uevent: version 1.0.3 [ 0.682780] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.684496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.685988] NET: Registered protocol family 10 [ 0.687171] NET: Registered protocol family 17 [ 0.688120] Key type dns_resolver registered [ 0.689164] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.690309] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.692174] registered taskstats version 1 [ 0.693054] Loading compiled-in X.509 certificates [ 0.694572] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.696535] zswap: loaded using pool lzo/zbud [ 0.698255] Key type trusted registered [ 0.700140] Key type encrypted registered [ 0.700992] AppArmor: AppArmor sha1 policy hashing enabled [ 0.702068] ima: No TPM chip found, activating TPM-bypass! [ 0.703156] evm: HMAC attrs: 0x1 [ 0.704179] Magic number: 14:58:163 [ 0.705052] rtc_cmos 00:00: setting system clock to 2018-08-12 05:10:01 UTC (1534050601) [ 0.706739] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.707906] EDD information not available. [ 0.788868] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.800902] Write protecting the kernel read-only data: 14336k [ 0.803106] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805011] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.74 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 0.962183] random: dd urandom read with 4 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.14... Lease of 192.168.120.14 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.84. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCFfjk1fOhqQk43SAQ1ilVdDz0fSLdBiNG1GqFIIN8/dYgoMQIiMXEhPvwDMoyBTA04tiECrg69uUJ1YXf3Y/jo2I6ISiNHlU0iT/EvkVX6qhYv1Y3DYbJvHDY5kha7W6nu/tl6F7XYPrS9cc8b+7xixu06qRZDtEVPPaLvyXprHEX5G17FmfUtFOM4xAtqnBQ/o5jAniq8RaMQyd9SXMP8SHouru2zhutK0fpseAFqzlFxEywqN+5VrsLZgLKncl5ccG+SHlS6DgA5pqC8AlmHd2j2U39ARLjTeUW8WaMwAuEGj5tbt7oglAUuMnFQrEYlrvvQahMDoDRoOs6WUIVZ root@singlevm1-vm-ee530961-040e-4872-b7a0-545cd4f20810 ssh-dss AAAAB3NzaC1kc3MAAACBANsYytEmsiBeHJ81lBn8eoLarg9Ysk9/9Tp4wQ7z6w334CtVd7Z+drygPCZlk9cSgebKvqOdtiAnER/O96ICPnaUCE8mbb+qjRZzO4BPANrBq1BSwmRc4H/wHqmh5KHRn0aapm+bczZyNoRPIVw6DFQt3zHuhP7cAZD2iBU4Qd/hAAAAFQDhGzFWP/auE5SjXO4iQa3jk3dDGQAAAIEApywmCNJYbx5zmJutLglIDMgsJy3pfXAws0ZeBRXStcuilXLWRlmkRuTlIDXj9h9Nv1wUQarf1ZaDsE+bAEl3ZpNXPBofY39P/vnj5zGVcyRbkbTLiwcoq4SkIpyhMMI93US6ORKy+DEmTiIPKkEZln2rGksABkT6wuqxv71WD3UAAACBAMQf/2ztnnqqjuv3nDyAnERsAFBsg6oR69Ic+hZNr22q131OG2m21YrxprYiBm/6uYkQHsDMcMVYnFwTDMjNDbypwo7SI9Xx1l9y8lhZbZaIBGLh910uGzqkiE0jmEDpFaMWsleNBPNqMxqPPR4fqcl3OYR1KaLik0kstXqgU6us root@singlevm1-vm-ee530961-040e-4872-b7a0-545cd4f20810 -----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.14,24,fe80::f816:3eff:fe6d:8102/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.3 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.14 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000002 name: N/A availability-zone: nova local-hostname: singlevm1-vm-ee530961-040e-4872-b7a0-545cd4f20810 launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=3.55 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. singlevm1-vm-ee530961-040e-4872-b7a0-545cd4f20810 login: 2018-08-12 05:10:16,681 - paramiko.transport - DEBUG - starting thread (client mode): 0x5ad251d0L 2018-08-12 05:10:16,682 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-12 05:10:16,682 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-08-12 05:10:16,682 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-08-12 05:10:16,684 - 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 05:10:16,685 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-12 05:10:16,685 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-08-12 05:10:16,685 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-12 05:10:16,685 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-12 05:10:16,685 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-12 05:10:16,705 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-12 05:10:16,706 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-12 05:10:16,713 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.204: afa3094bb90e6e8c4ab7e29d2a59ba17 2018-08-12 05:10:16,714 - paramiko.transport - DEBUG - Trying discovered key 286bf81c1cd0873493e4a34bc1ebc5d8 in /tmp/tmpYbKFFt 2018-08-12 05:10:16,744 - paramiko.transport - DEBUG - userauth is OK 2018-08-12 05:10:16,749 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-12 05:10:16,779 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-12 05:10:16,780 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-08-12 05:10:16,780 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-12 05:10:16,781 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-12 05:10:16,782 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-12 05:10:16,782 - functest.core.singlevm - DEBUG - output: Hello World 2018-08-12 05:10:16,783 - functest.core.singlevm - DEBUG - error: 2018-08-12 05:10:16,787 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-12 05:10:16,902 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-12 05:10:16,903 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | singlevm1 | functest | 00:46 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-12 05:10:16,911 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-12 05:10:16,912 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/floatingips/7a563095-324d-4361-847e-093a45b3457e.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e5fc6396e387fbef511545eda22759d09c43a1f4" 2018-08-12 05:10:17,562 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b8edb627-7103-4622-b003-05a201a7a72a Content-Length: 0 Date: Sun, 12 Aug 2018 05:10:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 05:10:17,562 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/floatingips/7a563095-324d-4361-847e-093a45b3457e.json used request id req-b8edb627-7103-4622-b003-05a201a7a72a 2018-08-12 05:10:17,562 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.651021957397s 2018-08-12 05:10:17,563 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/floatingips/7a563095-324d-4361-847e-093a45b3457e.json used request id req-b8edb627-7103-4622-b003-05a201a7a72a 2018-08-12 05:10:17,568 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-12 05:10:17,568 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}e5fc6396e387fbef511545eda22759d09c43a1f4" 2018-08-12 05:10:17,586 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-5c61cdd3-0a60-4566-8356-3cc958452abf Date: Sun, 12 Aug 2018 05:10:17 GMT RESP BODY: {"floatingips": []} 2018-08-12 05:10:17,586 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-5c61cdd3-0a60-4566-8356-3cc958452abf 2018-08-12 05:10:17,586 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0186519622803s 2018-08-12 05:10:17,587 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-5c61cdd3-0a60-4566-8356-3cc958452abf 2018-08-12 05:10:17,587 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-12 05:10:17,590 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/servers/a9976ca5-af63-4daf-b469-901a9ba2a44e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e5fc6396e387fbef511545eda22759d09c43a1f4" 2018-08-12 05:10:17,896 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 05:10: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-19748f74-7cf4-4ccb-af0f-50a857463dbe x-compute-request-id: req-19748f74-7cf4-4ccb-af0f-50a857463dbe Content-Type: application/json 2018-08-12 05:10:17,896 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/a9976ca5-af63-4daf-b469-901a9ba2a44e used request id req-19748f74-7cf4-4ccb-af0f-50a857463dbe 2018-08-12 05:10:17,896 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.309076070786s 2018-08-12 05:10:17,897 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/a9976ca5-af63-4daf-b469-901a9ba2a44e used request id req-19748f74-7cf4-4ccb-af0f-50a857463dbe 2018-08-12 05:10:17,897 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 05:10:17,900 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e5fc6396e387fbef511545eda22759d09c43a1f4" 2018-08-12 05:10:19,707 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:10: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-e1ef57d1-a6d9-41bc-b968-5c7e7cb601b1 x-compute-request-id: req-e1ef57d1-a6d9-41bc-b968-5c7e7cb601b1 Content-Encoding: gzip Content-Length: 836 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"singlevm1-net_ee530961-040e-4872-b7a0-545cd4f20810": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6d:81:02", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6d:81:02", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/a9976ca5-af63-4daf-b469-901a9ba2a44e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/a9976ca5-af63-4daf-b469-901a9ba2a44e", "rel": "bookmark"}], "image": {"id": "54ee2fc3-07bb-4d3a-b33c-f23a4d877e79", "links": [{"href": "http://172.30.9.21:8774/images/54ee2fc3-07bb-4d3a-b33c-f23a4d877e79", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": "2018-08-12T05:10:00.000000", "flavor": {"id": "6264127c-ef27-4a05-999c-e5678b951aa4", "links": [{"href": "http://172.30.9.21:8774/flavors/6264127c-ef27-4a05-999c-e5678b951aa4", "rel": "bookmark"}]}, "id": "a9976ca5-af63-4daf-b469-901a9ba2a44e", "security_groups": [{"name": "singlevm1-sg_ee530961-040e-4872-b7a0-545cd4f20810"}], "user_id": "4f32fb8153854c4c9f5094b42b523f80", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T05:10:17Z", "hostId": "37fa8c199d4972865998c9e46bc890a43496c342cd33a455659cee7a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_ee530961-040e-4872-b7a0-545cd4f20810", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_ee530961-040e-4872-b7a0-545cd4f20810", "created": "2018-08-12T05:09:49Z", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 05:10:19,707 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-e1ef57d1-a6d9-41bc-b968-5c7e7cb601b1 2018-08-12 05:10:19,707 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.81015110016s 2018-08-12 05:10:19,708 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-e1ef57d1-a6d9-41bc-b968-5c7e7cb601b1 2018-08-12 05:10:19,709 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 05:10:21,712 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 05:10:21,715 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e5fc6396e387fbef511545eda22759d09c43a1f4" 2018-08-12 05:10:21,942 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:10: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-7694c350-ef3b-41db-911d-39f3d45e740b x-compute-request-id: req-7694c350-ef3b-41db-911d-39f3d45e740b Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-12 05:10:21,942 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-7694c350-ef3b-41db-911d-39f3d45e740b 2018-08-12 05:10:21,943 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.230447053909s 2018-08-12 05:10:21,943 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-7694c350-ef3b-41db-911d-39f3d45e740b 2018-08-12 05:10:21,946 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-12 05:10:21,946 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}e5fc6396e387fbef511545eda22759d09c43a1f4" 2018-08-12 05:10:22,005 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14163 X-Openstack-Request-Id: req-0e3790db-88ef-4cb3-b322-a4151455827e Date: Sun, 12 Aug 2018 05:10:22 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "created_at": "2018-08-12T05:09:42Z", "updated_at": "2018-08-12T05:09:43Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-12T05:09:43Z", "revision_number": 0, "id": "4a7e5893-108a-4719-b5b7-1bd923b93775", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:43Z", "security_group_id": "2992de93-d4c1-4405-b203-fc40e775680a", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": 22, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:42Z", "revision_number": 0, "id": "66c87df7-c256-4df9-89c2-c17e17cad197", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:42Z", "security_group_id": "2992de93-d4c1-4405-b203-fc40e775680a", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:43Z", "revision_number": 0, "id": "98b4ad63-c0b4-4124-9198-f16acb77e9b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:43Z", "security_group_id": "2992de93-d4c1-4405-b203-fc40e775680a", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:42Z", "revision_number": 0, "id": "d172ba1e-41db-4199-88fc-067f95bc10d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:42Z", "security_group_id": "2992de93-d4c1-4405-b203-fc40e775680a", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}], "revision_number": 4, "project_id": "a267b9a156244bb192691cff6e5f74fe", "id": "2992de93-d4c1-4405-b203-fc40e775680a", "name": "singlevm1-sg_ee530961-040e-4872-b7a0-545cd4f20810"}, {"description": "Default security group", "tags": [], "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "created_at": "2018-08-12T05:07:57Z", "updated_at": "2018-08-12T05:07:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:07:57Z", "revision_number": 0, "id": "4c86e370-541a-4134-acb0-e50bc71c393b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:07:57Z", "security_group_id": "4db19327-0126-4e4d-bb30-b4daeb713c59", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:07:57Z", "revision_number": 0, "id": "69e2c193-daf7-4047-bc83-f73aa412ee21", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:07:57Z", "security_group_id": "4db19327-0126-4e4d-bb30-b4daeb713c59", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:07:57Z", "revision_number": 0, "id": "b16a9e6b-ac0f-4d83-908a-50e3c7794d42", "remote_group_id": "4db19327-0126-4e4d-bb30-b4daeb713c59", "remote_ip_prefix": null, "created_at": "2018-08-12T05:07:57Z", "security_group_id": "4db19327-0126-4e4d-bb30-b4daeb713c59", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:07:57Z", "revision_number": 0, "id": "f326bf5f-45c9-4994-982d-8bbe6eaa4ffd", "remote_group_id": "4db19327-0126-4e4d-bb30-b4daeb713c59", "remote_ip_prefix": null, "created_at": "2018-08-12T05:07:57Z", "security_group_id": "4db19327-0126-4e4d-bb30-b4daeb713c59", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}], "revision_number": 4, "project_id": "a267b9a156244bb192691cff6e5f74fe", "id": "4db19327-0126-4e4d-bb30-b4daeb713c59", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-12T05:08:01Z", "updated_at": "2018-08-12T05:08:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:01Z", "revision_number": 0, "id": "0fb05d03-1117-45d0-930c-b6d4c96ef102", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "4faaab33-5788-4bbd-85b8-0fb44d41413a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "96d0c5a0-5c67-421b-8fc8-2b46d77e5db3", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "dd78519b-4bc5-4e8e-ad0f-58089dd69347", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "created_at": "2018-08-12T05:08:18Z", "updated_at": "2018-08-12T05:08:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "3c67be40-bf74-4f97-9693-d93ce73a23b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "6112d869-2fc6-4a25-a13c-3d55cd7206c0", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "bdf21c56-453e-482e-9cba-3c55abcb0339", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "c8e92c39-38cc-4f48-be9c-5f0912e6a725", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}], "revision_number": 4, "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "created_at": "2018-08-12T05:04:23Z", "updated_at": "2018-08-12T05:04:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "280546d9-8ad1-4283-abfc-15ee9b1736c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "58bce125-f2ca-4a6d-b9ca-4e6cf5c0f7a5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "69275b9a-cfb5-482c-a9c4-8ffc79adf2c7", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "6d747f3a-3764-469a-a645-f977585c5aac", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}], "revision_number": 4, "project_id": "310f5853751a4c968f3eeb0a3d99a0a8", "id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "created_at": "2018-08-12T05:09:07Z", "updated_at": "2018-08-12T05:09:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "5495e168-f505-4d74-ae6d-387f0bf533c2", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "6fd19b8b-3062-456e-81ba-3ff37fe43429", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8ca59d25-485c-46ce-939c-2e4a468caeac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8f190846-50a0-42b9-b571-390809b752b1", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}], "revision_number": 4, "project_id": "fa9ca6d7608b4d7d87ce97331679a481", "id": "edcd9b17-9416-4c25-823c-060c435e18d7", "name": "default"}]} 2018-08-12 05:10:22,006 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-0e3790db-88ef-4cb3-b322-a4151455827e 2018-08-12 05:10:22,006 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0595808029175s 2018-08-12 05:10:22,006 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-0e3790db-88ef-4cb3-b322-a4151455827e 2018-08-12 05:10:22,011 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-08-12 05:10:22,011 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/security-groups/2992de93-d4c1-4405-b203-fc40e775680a.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e5fc6396e387fbef511545eda22759d09c43a1f4" 2018-08-12 05:10:22,380 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-36b28f29-b4a4-4a30-95c2-1fe7577955e7 Content-Length: 0 Date: Sun, 12 Aug 2018 05:10:22 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 05:10:22,380 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/2992de93-d4c1-4405-b203-fc40e775680a.json used request id req-36b28f29-b4a4-4a30-95c2-1fe7577955e7 2018-08-12 05:10:22,380 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.369235992432s 2018-08-12 05:10:22,380 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/2992de93-d4c1-4405-b203-fc40e775680a.json used request id req-36b28f29-b4a4-4a30-95c2-1fe7577955e7 2018-08-12 05:10:22,381 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-12 05:10:22,383 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/os-keypairs/singlevm1-kp_ee530961-040e-4872-b7a0-545cd4f20810 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e5fc6396e387fbef511545eda22759d09c43a1f4" 2018-08-12 05:10:22,441 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 05:10: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-d72a8c22-57bc-4614-9f20-a6d36caed1d8 x-compute-request-id: req-d72a8c22-57bc-4614-9f20-a6d36caed1d8 Content-Length: 0 Content-Type: application/json 2018-08-12 05:10:22,441 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/singlevm1-kp_ee530961-040e-4872-b7a0-545cd4f20810 used request id req-d72a8c22-57bc-4614-9f20-a6d36caed1d8 2018-08-12 05:10:22,441 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0604178905487s 2018-08-12 05:10:22,442 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/singlevm1-kp_ee530961-040e-4872-b7a0-545cd4f20810 used request id req-d72a8c22-57bc-4614-9f20-a6d36caed1d8 2018-08-12 05:10:22,442 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-12 05:10:22,443 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/6c3afedd-271d-45da-a751-4d6981a0cef9/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}e5fc6396e387fbef511545eda22759d09c43a1f4" -d '{"subnet_id": "b8220966-136b-4b34-81f8-c5aea91f9fa6"}' 2018-08-12 05:10:24,128 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-eaa07891-dc54-42d6-8dad-39f0819f9013 Date: Sun, 12 Aug 2018 05:10:24 GMT RESP BODY: {"network_id": "acd89ddb-2b02-409e-bc41-7bd3487b0cd9", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "subnet_id": "b8220966-136b-4b34-81f8-c5aea91f9fa6", "subnet_ids": ["b8220966-136b-4b34-81f8-c5aea91f9fa6"], "port_id": "8dd44092-9049-4b84-b82e-d92777a34fe2", "id": "6c3afedd-271d-45da-a751-4d6981a0cef9"} 2018-08-12 05:10:24,128 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/6c3afedd-271d-45da-a751-4d6981a0cef9/remove_router_interface.json used request id req-eaa07891-dc54-42d6-8dad-39f0819f9013 2018-08-12 05:10:24,128 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.68617606163s 2018-08-12 05:10:24,129 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/6c3afedd-271d-45da-a751-4d6981a0cef9/remove_router_interface.json used request id req-eaa07891-dc54-42d6-8dad-39f0819f9013 returning object 6c3afedd-271d-45da-a751-4d6981a0cef9 2018-08-12 05:10:24,129 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-12 05:10:24,130 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}e5fc6396e387fbef511545eda22759d09c43a1f4" 2018-08-12 05:10:24,395 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-f3342da3-f5fd-479a-b51d-a714b0e3130c Date: Sun, 12 Aug 2018 05:10:24 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ec788992-fa73-45cc-a7d9-6d44542124c2", "ip_address": "172.30.9.208"}]}, "description": "", "tags": [], "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "created_at": "2018-08-12T05:09:34Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-12T05:10:23Z", "revision_number": 4, "routes": [], "project_id": "a267b9a156244bb192691cff6e5f74fe", "id": "6c3afedd-271d-45da-a751-4d6981a0cef9", "name": "singlevm1-router_ee530961-040e-4872-b7a0-545cd4f20810"}]} 2018-08-12 05:10:24,395 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-f3342da3-f5fd-479a-b51d-a714b0e3130c 2018-08-12 05:10:24,395 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.265785932541s 2018-08-12 05:10:24,396 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-f3342da3-f5fd-479a-b51d-a714b0e3130c 2018-08-12 05:10:24,397 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-12 05:10:24,397 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/routers/6c3afedd-271d-45da-a751-4d6981a0cef9.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e5fc6396e387fbef511545eda22759d09c43a1f4" 2018-08-12 05:10:25,789 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-703747c2-0b0e-4bcd-81e2-312d8620c22b Content-Length: 0 Date: Sun, 12 Aug 2018 05:10:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 05:10:25,790 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/6c3afedd-271d-45da-a751-4d6981a0cef9.json used request id req-703747c2-0b0e-4bcd-81e2-312d8620c22b 2018-08-12 05:10:25,790 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.39281892776s 2018-08-12 05:10:25,790 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/6c3afedd-271d-45da-a751-4d6981a0cef9.json used request id req-703747c2-0b0e-4bcd-81e2-312d8620c22b 2018-08-12 05:10:25,791 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-12 05:10:25,791 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}e5fc6396e387fbef511545eda22759d09c43a1f4" 2018-08-12 05:10:25,843 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1291 X-Openstack-Request-Id: req-65eb3df3-8d6c-4f09-b8c7-227fc248522c Date: Sun, 12 Aug 2018 05:10:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"acd89ddb-2b02-409e-bc41-7bd3487b0cd9","tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T05:09:33Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-12T05:09:33Z","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":"a267b9a156244bb192691cff6e5f74fe","id":"b8220966-136b-4b34-81f8-c5aea91f9fa6","subnetpool_id":null,"name":"singlevm1-subnet_ee530961-040e-4872-b7a0-545cd4f20810"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","tenant_id":"310f5853751a4c968f3eeb0a3d99a0a8","created_at":"2018-08-12T05:04:31Z","dns_nameservers":[],"updated_at":"2018-08-12T05:04:31Z","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":"310f5853751a4c968f3eeb0a3d99a0a8","id":"ec788992-fa73-45cc-a7d9-6d44542124c2","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-12 05:10:25,843 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-65eb3df3-8d6c-4f09-b8c7-227fc248522c 2018-08-12 05:10:25,844 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0529010295868s 2018-08-12 05:10:25,844 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-65eb3df3-8d6c-4f09-b8c7-227fc248522c 2018-08-12 05:10:25,846 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-12 05:10:25,846 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/subnets/b8220966-136b-4b34-81f8-c5aea91f9fa6.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e5fc6396e387fbef511545eda22759d09c43a1f4" 2018-08-12 05:10:28,498 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9f116a11-b21a-4ea9-bcf1-8627c81cb364 Date: Sun, 12 Aug 2018 05:10:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 05:10:28,498 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/b8220966-136b-4b34-81f8-c5aea91f9fa6.json used request id req-9f116a11-b21a-4ea9-bcf1-8627c81cb364 2018-08-12 05:10:28,498 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.65230917931s 2018-08-12 05:10:28,498 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/b8220966-136b-4b34-81f8-c5aea91f9fa6.json used request id req-9f116a11-b21a-4ea9-bcf1-8627c81cb364 2018-08-12 05:10:28,499 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 05:10:28,500 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e5fc6396e387fbef511545eda22759d09c43a1f4" 2018-08-12 05:10:28,588 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1353 X-Openstack-Request-Id: req-0d0dfd29-58bb-40da-a172-be454dd2acdb Date: Sun, 12 Aug 2018 05:10:28 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"310f5853751a4c968f3eeb0a3d99a0a8","status":"ACTIVE","subnets":["ec788992-fa73-45cc-a7d9-6d44542124c2"],"description":"","tags":[],"updated_at":"2018-08-12T05:04:31Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"310f5853751a4c968f3eeb0a3d99a0a8","created_at":"2018-08-12T05:04:23Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"acd89ddb-2b02-409e-bc41-7bd3487b0cd9","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a267b9a156244bb192691cff6e5f74fe","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T05:10:28Z","provider:segmentation_id":50,"name":"singlevm1-net_ee530961-040e-4872-b7a0-545cd4f20810","admin_state_up":true,"tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T05:09:31Z","provider:network_type":"vxlan"}]} 2018-08-12 05:10:28,589 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-0d0dfd29-58bb-40da-a172-be454dd2acdb 2018-08-12 05:10:28,589 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.089751958847s 2018-08-12 05:10:28,589 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-0d0dfd29-58bb-40da-a172-be454dd2acdb 2018-08-12 05:10:28,590 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-12 05:10:28,591 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/networks/acd89ddb-2b02-409e-bc41-7bd3487b0cd9.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e5fc6396e387fbef511545eda22759d09c43a1f4" 2018-08-12 05:10:30,232 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-0ef80774-9d37-4329-b446-d851dc389294 Date: Sun, 12 Aug 2018 05:10:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 05:10:30,233 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/acd89ddb-2b02-409e-bc41-7bd3487b0cd9.json used request id req-0ef80774-9d37-4329-b446-d851dc389294 2018-08-12 05:10:30,233 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.64232516289s 2018-08-12 05:10:30,233 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/acd89ddb-2b02-409e-bc41-7bd3487b0cd9.json used request id req-0ef80774-9d37-4329-b446-d851dc389294 2018-08-12 05:10:30,237 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 05:10:30,241 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e5fc6396e387fbef511545eda22759d09c43a1f4" 2018-08-12 05:10:30,996 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-7f320beb-60dc-430b-a32c-96526b865ba0 Date: Sun, 12 Aug 2018 05:10:30 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/54ee2fc3-07bb-4d3a-b33c-f23a4d877e79/snap", "metadata": {}}], "file": "/v2/images/54ee2fc3-07bb-4d3a-b33c-f23a4d877e79/file", "owner": "a267b9a156244bb192691cff6e5f74fe", "id": "54ee2fc3-07bb-4d3a-b33c-f23a4d877e79", "size": 12716032, "self": "/v2/images/54ee2fc3-07bb-4d3a-b33c-f23a4d877e79", "disk_format": "qcow2", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/54ee2fc3-07bb-4d3a-b33c-f23a4d877e79/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-12T05:09:40Z", "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_ee530961-040e-4872-b7a0-545cd4f20810", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_ee530961-040e-4872-b7a0-545cd4f20810", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-12T05:09:38Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 05:10:30,996 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-7f320beb-60dc-430b-a32c-96526b865ba0 2018-08-12 05:10:30,996 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.758913993835s 2018-08-12 05:10:30,997 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-7f320beb-60dc-430b-a32c-96526b865ba0 2018-08-12 05:10:30,998 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-12 05:10:31,002 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9292/v2/images/54ee2fc3-07bb-4d3a-b33c-f23a4d877e79 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e5fc6396e387fbef511545eda22759d09c43a1f4" 2018-08-12 05:10:31,988 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-646e7a0f-bcca-4be3-92e3-2e6cb56cc6b6 Date: Sun, 12 Aug 2018 05:10:31 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-12 05:10:31,988 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/54ee2fc3-07bb-4d3a-b33c-f23a4d877e79 used request id req-646e7a0f-bcca-4be3-92e3-2e6cb56cc6b6 2018-08-12 05:10:31,989 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.989943981171s 2018-08-12 05:10:31,989 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/54ee2fc3-07bb-4d3a-b33c-f23a4d877e79 used request id req-646e7a0f-bcca-4be3-92e3-2e6cb56cc6b6 2018-08-12 05:10:31,989 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-12 05:10:31,994 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}e5fc6396e387fbef511545eda22759d09c43a1f4" 2018-08-12 05:10:32,017 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:10: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-0e01d304-f30d-4762-ab20-51a3c66cd463 x-compute-request-id: req-0e01d304-f30d-4762-ab20-51a3c66cd463 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm1-flavor_ee530961-040e-4872-b7a0-545cd4f20810", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/6264127c-ef27-4a05-999c-e5678b951aa4", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/6264127c-ef27-4a05-999c-e5678b951aa4", "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": "6264127c-ef27-4a05-999c-e5678b951aa4"}]} 2018-08-12 05:10:32,017 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-0e01d304-f30d-4762-ab20-51a3c66cd463 2018-08-12 05:10:32,017 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0275979042053s 2018-08-12 05:10:32,017 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-0e01d304-f30d-4762-ab20-51a3c66cd463 2018-08-12 05:10:32,019 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-12 05:10:32,021 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/flavors/6264127c-ef27-4a05-999c-e5678b951aa4 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e5fc6396e387fbef511545eda22759d09c43a1f4" 2018-08-12 05:10:32,093 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 05: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 x-openstack-request-id: req-28fcb462-78f8-496d-816f-fe67b19a9fa1 x-compute-request-id: req-28fcb462-78f8-496d-816f-fe67b19a9fa1 Content-Length: 0 Content-Type: application/json 2018-08-12 05:10:32,093 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/6264127c-ef27-4a05-999c-e5678b951aa4 used request id req-28fcb462-78f8-496d-816f-fe67b19a9fa1 2018-08-12 05:10:32,094 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0746071338654s 2018-08-12 05:10:32,094 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/6264127c-ef27-4a05-999c-e5678b951aa4 used request id req-28fcb462-78f8-496d-816f-fe67b19a9fa1 2018-08-12 05:10:32,149 - xtesting.ci.run_tests - INFO - Loading test case 'singlevm2'... 2018-08-12 05:10:32,188 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-12 05:10:32,188 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-12 05:10:32,188 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-12 05:10:32,188 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-12 05:10:32,188 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-12 05:10:32,188 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-12 05:10:32,189 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-12 05:10:32,189 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-12 05:10:32,189 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-12 05:10:32,189 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-12 05:10:32,189 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-12 05:10:32,189 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-12 05:10:32,189 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-12 05:10:32,189 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-12 05:10:32,189 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-12 05:10:32,189 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-12 05:10:32,189 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-12 05:10:32,189 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-12 05:10:32,189 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-12 05:10:32,189 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-12 05:10:32,190 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-12 05:10:32,190 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-12 05:10:32,191 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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 05:10:32,198 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:10:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e89d2af5-17c8-4402-a926-831406225505 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 05:10:32,198 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-e89d2af5-17c8-4402-a926-831406225505 2018-08-12 05:10:32,198 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-08-12 05:10:32,615 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T06:10:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["SMfgxxU6Thm2TfsMEy2H2A"], "issued_at": "2018-08-12T05:10:32.000000Z"}} 2018-08-12 05:10:32,618 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 05:10:32,618 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}c544408b8889d6523a02177288e8de7d04758375" 2018-08-12 05:10:32,883 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-4ac2e551-856c-409c-a695-f50594ff50fc Date: Sun, 12 Aug 2018 05:10:32 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"310f5853751a4c968f3eeb0a3d99a0a8","status":"ACTIVE","subnets":["ec788992-fa73-45cc-a7d9-6d44542124c2"],"description":"","tags":[],"updated_at":"2018-08-12T05:04:31Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"310f5853751a4c968f3eeb0a3d99a0a8","created_at":"2018-08-12T05:04:23Z","provider:network_type":"flat"}]} 2018-08-12 05:10:32,883 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-4ac2e551-856c-409c-a695-f50594ff50fc 2018-08-12 05:10:32,883 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.265087842941s 2018-08-12 05:10:32,883 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-4ac2e551-856c-409c-a695-f50594ff50fc 2018-08-12 05:10:32,888 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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 05:10:32,893 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 05:10:32 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 05:10:32,894 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-12 05:10:32,897 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}c544408b8889d6523a02177288e8de7d04758375" 2018-08-12 05:10:32,989 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:10:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3e91c31d-2be4-4666-8758-317084963317 Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.21:5000/v3/domains/1eec97585bde483292ece28ee11f4b8d"}, "tags": [], "enabled": true, "id": "1eec97585bde483292ece28ee11f4b8d", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains", "previous": null, "next": null}} 2018-08-12 05:10:32,989 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-3e91c31d-2be4-4666-8758-317084963317 2018-08-12 05:10:32,989 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0952990055084s 2018-08-12 05:10:32,990 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-3e91c31d-2be4-4666-8758-317084963317 2018-08-12 05:10:32,997 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-12 05:10:33,000 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}c544408b8889d6523a02177288e8de7d04758375" -d '{"project": {"description": "Created by OPNFV Functest: singlevm2", "enabled": true, "domain_id": "default", "name": "singlevm2-project_c2694597-0029-43a1-8ff1-7aeca87171eb"}}' 2018-08-12 05:10:33,164 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 05:10:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bae9659a-a76c-45b5-8f73-1411ff73944d 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.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e"}, "tags": [], "enabled": true, "id": "ea65becf30e54b27aa96a449698a435e", "parent_id": "default", "domain_id": "default", "name": "singlevm2-project_c2694597-0029-43a1-8ff1-7aeca87171eb"}} 2018-08-12 05:10:33,164 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-bae9659a-a76c-45b5-8f73-1411ff73944d 2018-08-12 05:10:33,165 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.16762304306s 2018-08-12 05:10:33,165 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-bae9659a-a76c-45b5-8f73-1411ff73944d 2018-08-12 05:10:33,166 - 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'ea65becf30e54b27aa96a449698a435e', '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_c2694597-0029-43a1-8ff1-7aeca87171eb'}) 2018-08-12 05:10:33,172 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-12 05:10:33,176 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}c544408b8889d6523a02177288e8de7d04758375" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "c34bbc06-a40e-4301-9181-c0d0923f3a03", "email": null, "name": "singlevm2-user_c2694597-0029-43a1-8ff1-7aeca87171eb"}}' 2018-08-12 05:10:33,905 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 05:10:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e37daecb-1993-42e8-97a9-606dec2c49df Content-Length: 324 Content-Type: application/json RESP BODY: {"user": {"name": "singlevm2-user_c2694597-0029-43a1-8ff1-7aeca87171eb", "links": {"self": "http://172.30.9.21:5000/v3/users/7d398543a23b4c72a04751f52955ba1c"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "7d398543a23b4c72a04751f52955ba1c", "domain_id": "default", "password_expires_at": null}} 2018-08-12 05:10:33,905 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/users used request id req-e37daecb-1993-42e8-97a9-606dec2c49df 2018-08-12 05:10:33,906 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.73319196701s 2018-08-12 05:10:33,906 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/users used request id req-e37daecb-1993-42e8-97a9-606dec2c49df 2018-08-12 05:10:33,906 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'7d398543a23b4c72a04751f52955ba1c', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'singlevm2-user_c2694597-0029-43a1-8ff1-7aeca87171eb'}) 2018-08-12 05:10:33,910 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-12 05:10:33,914 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}c544408b8889d6523a02177288e8de7d04758375" 2018-08-12 05:10:34,013 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:10:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8cb4d0ef-bd62-4687-9520-0a268777d678 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 05:10:34,013 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-8cb4d0ef-bd62-4687-9520-0a268777d678 2018-08-12 05:10:34,013 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.102678060532s 2018-08-12 05:10:34,013 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-8cb4d0ef-bd62-4687-9520-0a268777d678 2018-08-12 05:10:34,018 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-12 05:10:34,021 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}c544408b8889d6523a02177288e8de7d04758375" 2018-08-12 05:10:34,110 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:10:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7125a0d8-b4f3-4ed5-8412-3d4a74e24c88 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 05:10:34,110 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-7125a0d8-b4f3-4ed5-8412-3d4a74e24c88 2018-08-12 05:10:34,110 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0920920372009s 2018-08-12 05:10:34,111 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-7125a0d8-b4f3-4ed5-8412-3d4a74e24c88 2018-08-12 05:10:34,112 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-08-12 05:10:34,115 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.roles 2018-08-12 05:10:34,118 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}c544408b8889d6523a02177288e8de7d04758375" -d '{"role": {"name": "Member"}}' 2018-08-12 05:10:34,267 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 05:10:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a853462e-585e-46ab-8d6f-b20e07c85ddc Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "2136e491342e43bf855e01a4da25afed", "links": {"self": "http://172.30.9.21:5000/v3/roles/2136e491342e43bf855e01a4da25afed"}, "name": "Member"}} 2018-08-12 05:10:34,267 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-a853462e-585e-46ab-8d6f-b20e07c85ddc 2018-08-12 05:10:34,267 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.roles in 0.151971101761s 2018-08-12 05:10:34,268 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-a853462e-585e-46ab-8d6f-b20e07c85ddc 2018-08-12 05:10:34,268 - functest.core.tenantnetwork - DEBUG - role: Munch({'properties': {}, 'location': Munch({'project': Munch({'domain_id': None, 'id': None, 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': None, 'name': u'Member', 'id': u'2136e491342e43bf855e01a4da25afed'}) 2018-08-12 05:10:34,272 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-12 05:10:34,275 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}c544408b8889d6523a02177288e8de7d04758375" 2018-08-12 05:10:34,425 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:10:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c91605cb-023f-44c0-b7db-30c33bf3d215 Content-Encoding: gzip Content-Length: 353 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2136e491342e43bf855e01a4da25afed", "links": {"self": "http://172.30.9.21:5000/v3/roles/2136e491342e43bf855e01a4da25afed"}, "name": "Member"}, {"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 05:10:34,426 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-c91605cb-023f-44c0-b7db-30c33bf3d215 2018-08-12 05:10:34,426 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.154002904892s 2018-08-12 05:10:34,426 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-c91605cb-023f-44c0-b7db-30c33bf3d215 2018-08-12 05:10:34,431 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-12 05:10:34,434 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}c544408b8889d6523a02177288e8de7d04758375" 2018-08-12 05:10:34,533 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:10:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-99acc56d-5b3a-4258-8b15-0918422c6cdc Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-12 05:10:34,533 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-99acc56d-5b3a-4258-8b15-0918422c6cdc 2018-08-12 05:10:34,534 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.10281419754s 2018-08-12 05:10:34,534 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-99acc56d-5b3a-4258-8b15-0918422c6cdc 2018-08-12 05:10:34,535 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-12 05:10:34,538 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}c544408b8889d6523a02177288e8de7d04758375" 2018-08-12 05:10:34,645 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:10:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d3aeb074-c895-4e53-8e20-2e41b37ebe5a Content-Encoding: gzip Content-Length: 838 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/105a247548624314b9228f85f6325f0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105a247548624314b9228f85f6325f0b", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/1c5de0eaa44543f08da6ad63a51594ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c5de0eaa44543f08da6ad63a51594ff", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/1d127b5b832547a88a547c116dfdd65b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d127b5b832547a88a547c116dfdd65b", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/1d5cfc170d624ce4ae53ae0507c8d517"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d5cfc170d624ce4ae53ae0507c8d517", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/2421820b75eb4d3ebd02830378d1377b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2421820b75eb4d3ebd02830378d1377b", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/40bd8ee54ecf44868cc83cede652c396"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40bd8ee54ecf44868cc83cede652c396", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/4f32fb8153854c4c9f5094b42b523f80"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f32fb8153854c4c9f5094b42b523f80", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7066130d08fb4db7bf4ab468de53933b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7066130d08fb4db7bf4ab468de53933b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "singlevm2-user_c2694597-0029-43a1-8ff1-7aeca87171eb", "links": {"self": "http://172.30.9.21:5000/v3/users/7d398543a23b4c72a04751f52955ba1c"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "7d398543a23b4c72a04751f52955ba1c", "domain_id": "default", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/8d0898a83bcf4521bbc11501d5d7ac89"}, "domain_id": "1eec97585bde483292ece28ee11f4b8d", "enabled": true, "options": {}, "id": "8d0898a83bcf4521bbc11501d5d7ac89", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/9defcced327d476f8a3beab718a13da3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9defcced327d476f8a3beab718a13da3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/b80ee4f6992446e0879624dd436e99a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b80ee4f6992446e0879624dd436e99a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b86fd3e011324d398fcdb6f095a20a9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b86fd3e011324d398fcdb6f095a20a9d", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1701d2754064b5cadf765ea0806f9b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1701d2754064b5cadf765ea0806f9b2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/db4e7b8d76d549faa502716565c733dd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db4e7b8d76d549faa502716565c733dd", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-12 05:10:34,645 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-d3aeb074-c895-4e53-8e20-2e41b37ebe5a 2018-08-12 05:10:34,645 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.109846830368s 2018-08-12 05:10:34,645 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-d3aeb074-c895-4e53-8e20-2e41b37ebe5a 2018-08-12 05:10:34,657 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-12 05:10:34,660 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}c544408b8889d6523a02177288e8de7d04758375" 2018-08-12 05:10:34,756 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:10:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dfceb22d-a7ab-4168-b738-a32810ce68e1 Content-Encoding: gzip Content-Length: 398 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8"}, "tags": [], "enabled": true, "id": "310f5853751a4c968f3eeb0a3d99a0a8", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "id": "a267b9a156244bb192691cff6e5f74fe", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: singlevm2", "links": {"self": "http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e"}, "tags": [], "enabled": true, "id": "ea65becf30e54b27aa96a449698a435e", "parent_id": "default", "domain_id": "default", "name": "singlevm2-project_c2694597-0029-43a1-8ff1-7aeca87171eb"}]} 2018-08-12 05:10:34,756 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-dfceb22d-a7ab-4168-b738-a32810ce68e1 2018-08-12 05:10:34,756 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0989692211151s 2018-08-12 05:10:34,757 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-dfceb22d-a7ab-4168-b738-a32810ce68e1 2018-08-12 05:10:34,764 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-12 05:10:34,767 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:5000/v3/role_assignments?user.id=7d398543a23b4c72a04751f52955ba1c&role.id=2136e491342e43bf855e01a4da25afed&scope.project.id=ea65becf30e54b27aa96a449698a435e" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c544408b8889d6523a02177288e8de7d04758375" 2018-08-12 05:10:34,853 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:10:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-34f78bd2-f142-412c-b335-f17b34f4bcdc Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.21:5000/v3/role_assignments?user.id=7d398543a23b4c72a04751f52955ba1c&role.id=2136e491342e43bf855e01a4da25afed&scope.project.id=ea65becf30e54b27aa96a449698a435e", "previous": null, "next": null}} 2018-08-12 05:10:34,853 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=7d398543a23b4c72a04751f52955ba1c&role.id=2136e491342e43bf855e01a4da25afed&scope.project.id=ea65becf30e54b27aa96a449698a435e used request id req-34f78bd2-f142-412c-b335-f17b34f4bcdc 2018-08-12 05:10:34,854 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.0897791385651s 2018-08-12 05:10:34,854 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=7d398543a23b4c72a04751f52955ba1c&role.id=2136e491342e43bf855e01a4da25afed&scope.project.id=ea65becf30e54b27aa96a449698a435e used request id req-34f78bd2-f142-412c-b335-f17b34f4bcdc 2018-08-12 05:10:34,857 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-12 05:10:34,861 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e/users/7d398543a23b4c72a04751f52955ba1c/roles/2136e491342e43bf855e01a4da25afed -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c544408b8889d6523a02177288e8de7d04758375" 2018-08-12 05:10:35,042 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 05:10:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-553d8f3b-1037-47cc-8ab6-9995280b2ab1 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 05:10:35,042 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e/users/7d398543a23b4c72a04751f52955ba1c/roles/2136e491342e43bf855e01a4da25afed used request id req-553d8f3b-1037-47cc-8ab6-9995280b2ab1 2018-08-12 05:10:35,042 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.18487906456s 2018-08-12 05:10:35,043 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e/users/7d398543a23b4c72a04751f52955ba1c/roles/2136e491342e43bf855e01a4da25afed used request id req-553d8f3b-1037-47cc-8ab6-9995280b2ab1 2018-08-12 05:10:35,043 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'singlevm2-project_c2694597-0029-43a1-8ff1-7aeca87171eb', 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'ea65becf30e54b27aa96a449698a435e', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.50', 'password': 'c34bbc06-a40e-4301-9181-c0d0923f3a03', 'username': u'singlevm2-user_c2694597-0029-43a1-8ff1-7aeca87171eb', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.21: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 05:10:35,045 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-12 05:10:35,045 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-12 05:10:35,045 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-12 05:10:35,045 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-12 05:10:35,045 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-12 05:10:35,045 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-12 05:10:35,045 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-12 05:10:35,046 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-12 05:10:35,046 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-12 05:10:35,046 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-12 05:10:35,046 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-12 05:10:35,046 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-12 05:10:35,046 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-12 05:10:35,046 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-12 05:10:35,046 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-12 05:10:35,047 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-12 05:10:35,047 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-12 05:10:35,047 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-12 05:10:35,047 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-12 05:10:35,047 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-12 05:10:35,047 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-12 05:10:35,047 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-12 05:10:35,049 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'singlevm2-user_c2694597-0029-43a1-8ff1-7aeca87171eb', 'password': 'c34bbc06-a40e-4301-9181-c0d0923f3a03', 'project_name': 'singlevm2-project_c2694597-0029-43a1-8ff1-7aeca87171eb', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.21:5000//v3', 'project_id': 'ea65becf30e54b27aa96a449698a435e', 'project_domain_name': 'Default'} 2018-08-12 05:10:35,049 - xtesting.ci.run_tests - INFO - Running test case 'singlevm2'... 2018-08-12 05:10:35,050 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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 05:10:35,058 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:10:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a1000855-33fe-4df5-89e7-562d272585ae Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 05:10:35,058 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-a1000855-33fe-4df5-89e7-562d272585ae 2018-08-12 05:10:35,059 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-08-12 05:10:35,440 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2136e491342e43bf855e01a4da25afed", "name": "Member"}], "expires_at": "2018-08-12T06:10:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ea65becf30e54b27aa96a449698a435e", "name": "singlevm2-project_c2694597-0029-43a1-8ff1-7aeca87171eb"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/ea65becf30e54b27aa96a449698a435e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/ea65becf30e54b27aa96a449698a435e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/ea65becf30e54b27aa96a449698a435e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_ea65becf30e54b27aa96a449698a435e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_ea65becf30e54b27aa96a449698a435e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/ea65becf30e54b27aa96a449698a435e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/ea65becf30e54b27aa96a449698a435e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/ea65becf30e54b27aa96a449698a435e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/ea65becf30e54b27aa96a449698a435e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/ea65becf30e54b27aa96a449698a435e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/ea65becf30e54b27aa96a449698a435e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/ea65becf30e54b27aa96a449698a435e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/ea65becf30e54b27aa96a449698a435e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/ea65becf30e54b27aa96a449698a435e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "singlevm2-user_c2694597-0029-43a1-8ff1-7aeca87171eb", "id": "7d398543a23b4c72a04751f52955ba1c"}, "audit_ids": ["EirNAxZsSAGLGhMGE8IEvw"], "issued_at": "2018-08-12T05:10:35.000000Z"}} 2018-08-12 05:10:35,445 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-12 05:10:35,445 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}38e8940836b94d8df047330eece98bb7084284ef" -d '{"network": {"name": "singlevm2-net_c2694597-0029-43a1-8ff1-7aeca87171eb", "admin_state_up": true}}' 2018-08-12 05:10:36,357 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 587 X-Openstack-Request-Id: req-8fd4b727-6a0e-4f4e-98c5-c6c3096e6086 Date: Sun, 12 Aug 2018 05:10:36 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"ea65becf30e54b27aa96a449698a435e","created_at":"2018-08-12T05:10:36Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T05:10:36Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"ea65becf30e54b27aa96a449698a435e","id":"272aa4ea-d314-4c76-bc7d-31f5d7ca57c6","name":"singlevm2-net_c2694597-0029-43a1-8ff1-7aeca87171eb"}} 2018-08-12 05:10:36,357 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-8fd4b727-6a0e-4f4e-98c5-c6c3096e6086 2018-08-12 05:10:36,357 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.912132024765s 2018-08-12 05:10:36,357 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-8fd4b727-6a0e-4f4e-98c5-c6c3096e6086 2018-08-12 05:10:36,358 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-12T05:10:36Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'id': u'272aa4ea-d314-4c76-bc7d-31f5d7ca57c6', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'singlevm2-net_c2694597-0029-43a1-8ff1-7aeca87171eb', u'admin_state_up': True, u'tenant_id': u'ea65becf30e54b27aa96a449698a435e', u'created_at': u'2018-08-12T05:10:36Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'ea65becf30e54b27aa96a449698a435e'}) 2018-08-12 05:10:36,358 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 05:10:36,359 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}38e8940836b94d8df047330eece98bb7084284ef" 2018-08-12 05:10:36,655 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1148 X-Openstack-Request-Id: req-f793d6a2-4e48-4115-88f6-546ad65a0220 Date: Sun, 12 Aug 2018 05:10: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":["ec788992-fa73-45cc-a7d9-6d44542124c2"],"updated_at":"2018-08-12T05:04:31Z","tenant_id":"310f5853751a4c968f3eeb0a3d99a0a8","created_at":"2018-08-12T05:04:23Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"310f5853751a4c968f3eeb0a3d99a0a8","id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","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-12T05:10:36Z","tenant_id":"ea65becf30e54b27aa96a449698a435e","created_at":"2018-08-12T05:10:36Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"ea65becf30e54b27aa96a449698a435e","id":"272aa4ea-d314-4c76-bc7d-31f5d7ca57c6","name":"singlevm2-net_c2694597-0029-43a1-8ff1-7aeca87171eb"}]} 2018-08-12 05:10:36,655 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-f793d6a2-4e48-4115-88f6-546ad65a0220 2018-08-12 05:10:36,655 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.296541929245s 2018-08-12 05:10:36,655 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-f793d6a2-4e48-4115-88f6-546ad65a0220 2018-08-12 05:10:36,657 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-12 05:10:36,658 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}38e8940836b94d8df047330eece98bb7084284ef" -d '{"subnet": {"name": "singlevm2-subnet_c2694597-0029-43a1-8ff1-7aeca87171eb", "enable_dhcp": true, "network_id": "272aa4ea-d314-4c76-bc7d-31f5d7ca57c6", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-12 05:10:37,487 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-81955fa6-5175-4f1b-9637-f51a9f0f8bd4 Date: Sun, 12 Aug 2018 05:10:37 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"272aa4ea-d314-4c76-bc7d-31f5d7ca57c6","tenant_id":"ea65becf30e54b27aa96a449698a435e","created_at":"2018-08-12T05:10:37Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-12T05:10:37Z","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":"ea65becf30e54b27aa96a449698a435e","id":"853b4a80-8617-44b7-a23e-280164c2f4b3","subnetpool_id":null,"name":"singlevm2-subnet_c2694597-0029-43a1-8ff1-7aeca87171eb"}} 2018-08-12 05:10:37,488 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-81955fa6-5175-4f1b-9637-f51a9f0f8bd4 2018-08-12 05:10:37,488 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.83065199852s 2018-08-12 05:10:37,488 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-81955fa6-5175-4f1b-9637-f51a9f0f8bd4 2018-08-12 05:10:37,488 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-12T05:10:37Z', 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'853b4a80-8617-44b7-a23e-280164c2f4b3', u'subnetpool_id': None, u'service_types': [], u'name': u'singlevm2-subnet_c2694597-0029-43a1-8ff1-7aeca87171eb', u'enable_dhcp': True, u'network_id': u'272aa4ea-d314-4c76-bc7d-31f5d7ca57c6', u'tenant_id': u'ea65becf30e54b27aa96a449698a435e', u'created_at': u'2018-08-12T05:10:37Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'ea65becf30e54b27aa96a449698a435e'}) 2018-08-12 05:10:37,489 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-12 05:10:37,490 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}38e8940836b94d8df047330eece98bb7084284ef" -d '{"router": {"external_gateway_info": {"network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3"}, "name": "singlevm2-router_c2694597-0029-43a1-8ff1-7aeca87171eb", "admin_state_up": true}}' 2018-08-12 05:10:38,850 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 620 X-Openstack-Request-Id: req-31648331-d083-4016-8374-2e98008a00a5 Date: Sun, 12 Aug 2018 05:10:38 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ec788992-fa73-45cc-a7d9-6d44542124c2", "ip_address": "172.30.9.211"}]}, "description": "", "tags": [], "tenant_id": "ea65becf30e54b27aa96a449698a435e", "created_at": "2018-08-12T05:10:37Z", "admin_state_up": true, "updated_at": "2018-08-12T05:10:38Z", "revision_number": 2, "routes": [], "project_id": "ea65becf30e54b27aa96a449698a435e", "id": "acb7b0eb-25f8-448d-a872-2c57c5d8865b", "name": "singlevm2-router_c2694597-0029-43a1-8ff1-7aeca87171eb"}} 2018-08-12 05:10:38,850 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-31648331-d083-4016-8374-2e98008a00a5 2018-08-12 05:10:38,851 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.36123800278s 2018-08-12 05:10:38,851 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-31648331-d083-4016-8374-2e98008a00a5 2018-08-12 05:10:38,851 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'03886690-4630-4c4c-9ccb-7eedaa9b1fd3', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'ec788992-fa73-45cc-a7d9-6d44542124c2', u'ip_address': u'172.30.9.211'}]}, u'description': u'', u'tags': [], u'tenant_id': u'ea65becf30e54b27aa96a449698a435e', u'created_at': u'2018-08-12T05:10:37Z', u'admin_state_up': True, u'updated_at': u'2018-08-12T05:10:38Z', u'revision_number': 2, u'routes': [], u'project_id': u'ea65becf30e54b27aa96a449698a435e', u'id': u'acb7b0eb-25f8-448d-a872-2c57c5d8865b', u'name': u'singlevm2-router_c2694597-0029-43a1-8ff1-7aeca87171eb'}) 2018-08-12 05:10:38,852 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-12 05:10:38,853 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/acb7b0eb-25f8-448d-a872-2c57c5d8865b/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}38e8940836b94d8df047330eece98bb7084284ef" -d '{"subnet_id": "853b4a80-8617-44b7-a23e-280164c2f4b3"}' 2018-08-12 05:10:41,002 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-f4304d6b-32d4-456d-8f8d-21e062f370c4 Date: Sun, 12 Aug 2018 05:10:41 GMT RESP BODY: {"network_id": "272aa4ea-d314-4c76-bc7d-31f5d7ca57c6", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "subnet_id": "853b4a80-8617-44b7-a23e-280164c2f4b3", "subnet_ids": ["853b4a80-8617-44b7-a23e-280164c2f4b3"], "port_id": "8bd3972e-978e-4a6c-a618-419f06af9654", "id": "acb7b0eb-25f8-448d-a872-2c57c5d8865b"} 2018-08-12 05:10:41,002 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/acb7b0eb-25f8-448d-a872-2c57c5d8865b/add_router_interface.json used request id req-f4304d6b-32d4-456d-8f8d-21e062f370c4 2018-08-12 05:10:41,002 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.15023207664s 2018-08-12 05:10:41,003 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/acb7b0eb-25f8-448d-a872-2c57c5d8865b/add_router_interface.json used request id req-f4304d6b-32d4-456d-8f8d-21e062f370c4 returning object acb7b0eb-25f8-448d-a872-2c57c5d8865b 2018-08-12 05:10:41,003 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-12 05:10:41,130 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-12 05:10:41,132 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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 05:10:41,136 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Sun, 12 Aug 2018 05:10:41 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}]} 2018-08-12 05:10:41,138 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 05:10:41,140 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}38e8940836b94d8df047330eece98bb7084284ef" 2018-08-12 05:10:41,347 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-ecd025fb-ea53-4b32-bd95-a1ab66f64e00 Date: Sun, 12 Aug 2018 05:10:41 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 05:10:41,347 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-ecd025fb-ea53-4b32-bd95-a1ab66f64e00 2018-08-12 05:10:41,347 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.209383010864s 2018-08-12 05:10:41,348 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-ecd025fb-ea53-4b32-bd95-a1ab66f64e00 2018-08-12 05:10:41,356 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-12 05:10:41,359 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}38e8940836b94d8df047330eece98bb7084284ef" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/singlevm2-img_c2694597-0029-43a1-8ff1-7aeca87171eb", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "singlevm2-img_c2694597-0029-43a1-8ff1-7aeca87171eb"}' 2018-08-12 05:10:41,578 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 870 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/7e843342-a160-4b32-b5e3-94218a57e8d3 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-fd964e2b-2607-4d8e-b66c-c732de025313 Date: Sun, 12 Aug 2018 05:10:41 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/7e843342-a160-4b32-b5e3-94218a57e8d3/file", "owner": "ea65becf30e54b27aa96a449698a435e", "id": "7e843342-a160-4b32-b5e3-94218a57e8d3", "size": null, "self": "/v2/images/7e843342-a160-4b32-b5e3-94218a57e8d3", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-12T05:10:41Z", "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_c2694597-0029-43a1-8ff1-7aeca87171eb", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_c2694597-0029-43a1-8ff1-7aeca87171eb", "checksum": null, "created_at": "2018-08-12T05:10:41Z", "protected": false} 2018-08-12 05:10:41,579 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-fd964e2b-2607-4d8e-b66c-c732de025313 2018-08-12 05:10:41,579 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.222881793976s 2018-08-12 05:10:41,579 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-fd964e2b-2607-4d8e-b66c-c732de025313 returning object 7e843342-a160-4b32-b5e3-94218a57e8d3 2018-08-12 05:10:41,580 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-12 05:10:41,583 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9292/v2/images/7e843342-a160-4b32-b5e3-94218a57e8d3/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}38e8940836b94d8df047330eece98bb7084284ef" -d '' 2018-08-12 05:10:42,644 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ca75c82d-2820-4c84-9d60-cfead13cc912 Date: Sun, 12 Aug 2018 05:10: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 05:10:42,644 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/7e843342-a160-4b32-b5e3-94218a57e8d3/file used request id req-ca75c82d-2820-4c84-9d60-cfead13cc912 2018-08-12 05:10:42,644 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.06421017647s 2018-08-12 05:10:42,644 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/7e843342-a160-4b32-b5e3-94218a57e8d3/file used request id req-ca75c82d-2820-4c84-9d60-cfead13cc912 2018-08-12 05:10:42,648 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 05:10:42,652 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}38e8940836b94d8df047330eece98bb7084284ef" 2018-08-12 05:10:42,684 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-d9810f44-b42f-41c3-8ea9-f2328ce3d4c8 Date: Sun, 12 Aug 2018 05:10:42 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/7e843342-a160-4b32-b5e3-94218a57e8d3/snap", "metadata": {}}], "file": "/v2/images/7e843342-a160-4b32-b5e3-94218a57e8d3/file", "owner": "ea65becf30e54b27aa96a449698a435e", "id": "7e843342-a160-4b32-b5e3-94218a57e8d3", "size": 12716032, "self": "/v2/images/7e843342-a160-4b32-b5e3-94218a57e8d3", "disk_format": "qcow2", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/7e843342-a160-4b32-b5e3-94218a57e8d3/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-12T05:10:42Z", "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_c2694597-0029-43a1-8ff1-7aeca87171eb", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_c2694597-0029-43a1-8ff1-7aeca87171eb", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-12T05:10:41Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 05:10:42,684 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-d9810f44-b42f-41c3-8ea9-f2328ce3d4c8 2018-08-12 05:10:42,684 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0359020233154s 2018-08-12 05:10:42,685 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-d9810f44-b42f-41c3-8ea9-f2328ce3d4c8 2018-08-12 05:10:42,686 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://b36631de-8836-42ae-a808-b5158928754c/images/7e843342-a160-4b32-b5e3-94218a57e8d3/snap', u'metadata': Munch({})})], 'file': u'/v2/images/7e843342-a160-4b32-b5e3-94218a57e8d3/file', 'owner': u'ea65becf30e54b27aa96a449698a435e', 'id': u'7e843342-a160-4b32-b5e3-94218a57e8d3', 'size': 12716032, u'self': u'/v2/images/7e843342-a160-4b32-b5e3-94218a57e8d3', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ea65becf30e54b27aa96a449698a435e', 'name': 'singlevm2-project_c2694597-0029-43a1-8ff1-7aeca87171eb', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://b36631de-8836-42ae-a808-b5158928754c/images/7e843342-a160-4b32-b5e3-94218a57e8d3/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-12T05:10:42Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-12T05:10:42Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/singlevm2-img_c2694597-0029-43a1-8ff1-7aeca87171eb', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/7e843342-a160-4b32-b5e3-94218a57e8d3', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/singlevm2-img_c2694597-0029-43a1-8ff1-7aeca87171eb', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'singlevm2-img_c2694597-0029-43a1-8ff1-7aeca87171eb', 'created': u'2018-08-12T05:10:41Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-12T05:10:41Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/7e843342-a160-4b32-b5e3-94218a57e8d3', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/singlevm2-img_c2694597-0029-43a1-8ff1-7aeca87171eb', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-08-12 05:10:42,687 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-12 05:10:42,690 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}c544408b8889d6523a02177288e8de7d04758375" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "singlevm2-flavor_c2694597-0029-43a1-8ff1-7aeca87171eb", "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 05:10:42,908 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05: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-01b334c8-a973-407b-98c6-04ada9380366 x-compute-request-id: req-01b334c8-a973-407b-98c6-04ada9380366 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"name": "singlevm2-flavor_c2694597-0029-43a1-8ff1-7aeca87171eb", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/fbf92c18-f821-471e-82c8-608cc5c8b134", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/fbf92c18-f821-471e-82c8-608cc5c8b134", "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": "fbf92c18-f821-471e-82c8-608cc5c8b134"}} 2018-08-12 05:10:42,908 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-01b334c8-a973-407b-98c6-04ada9380366 2018-08-12 05:10:42,908 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.220552206039s 2018-08-12 05:10:42,908 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-01b334c8-a973-407b-98c6-04ada9380366 2018-08-12 05:10:42,909 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'singlevm2-flavor_c2694597-0029-43a1-8ff1-7aeca87171eb', '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'a267b9a156244bb192691cff6e5f74fe', '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'fbf92c18-f821-471e-82c8-608cc5c8b134', 'swap': 0}) 2018-08-12 05:10:42,910 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-12 05:10:42,912 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors/fbf92c18-f821-471e-82c8-608cc5c8b134/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}c544408b8889d6523a02177288e8de7d04758375" -d '{"extra_specs": {}}' 2018-08-12 05:10:42,933 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05: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 x-openstack-request-id: req-e5a3e58a-cfec-45f6-be8a-dd6f004b67c9 x-compute-request-id: req-e5a3e58a-cfec-45f6-be8a-dd6f004b67c9 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-12 05:10:42,933 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/fbf92c18-f821-471e-82c8-608cc5c8b134/os-extra_specs used request id req-e5a3e58a-cfec-45f6-be8a-dd6f004b67c9 2018-08-12 05:10:42,933 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0234038829803s 2018-08-12 05:10:42,934 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/fbf92c18-f821-471e-82c8-608cc5c8b134/os-extra_specs used request id req-e5a3e58a-cfec-45f6-be8a-dd6f004b67c9 2018-08-12 05:10:42,934 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-12 05:10:42,937 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}38e8940836b94d8df047330eece98bb7084284ef" -d '{"keypair": {"name": "singlevm2-kp_c2694597-0029-43a1-8ff1-7aeca87171eb"}}' 2018-08-12 05:10:43,801 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05: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-ecc9cfe2-ea4b-4365-ba43-93752fdc8907 x-compute-request-id: req-ecc9cfe2-ea4b-4365-ba43-93752fdc8907 Content-Encoding: gzip Content-Length: 1807 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDYq1Ox8KStvU8x6iOQ/Dd79+ehcY/VGNoP9M6+KT9zYSYxA84RIR5E/hRZtEXCJ+6PFRgHW0PWWhV8qd2VJouG8TcEwbAmot1/0tcYjKSEFrqxvIj5ilpQjJ9vx7u8tKqHWev6X6R8P0DwKHcGuNnZ31MWmfRB4Qha3wHiJjR1PiSyyP+oeeQkOWueYuiYkhzlJLQrf+jqTqkU8l2ICjOkh5MctJQsTCnTUTsLXRD2Kj31WLFNfznJiY95Vri5dEqT0suJZy0bn6wfC9a5aXcWnX45B/yYcyMMxrqFCapicA8j5/Yv08U/eXAZnkqKUuCzkob/kOCssQDJzgtHX0Qj Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEA2KtTsfCkrb1PMeojkPw3e/fnoXGP1RjaD/TOvik/c2EmMQPO\nESEeRP4UWbRFwifujxUYB1tD1loVfKndlSaLhvE3BMGwJqLdf9LXGIykhBa6sbyI\n+YpaUIyfb8e7vLSqh1nr+l+kfD9A8Ch3BrjZ2d9TFpn0QeEIWt8B4iY0dT4kssj/\nqHnkJDlrnmLomJIc5SS0K3/o6k6pFPJdiAozpIeTHLSULEwp01E7C10Q9io99Vix\nTX85yYmPeVa4uXRKk9LLiWctG5+sHwvWuWl3Fp1+OQf8mHMjDMa6hQmqYnAPI+f2\nL9PFP3lwGZ5KilLgs5KG/5DgrLEAyc4LR19EIwIDAQABAoIBAQCRtu9LrUZjHfzj\n2c5flHAQLFIYDlKoAtWsg3yDASSOCRjxP9jXRkmgJqwzA/0iLU7P5WTKlcNSpjTr\nKSY/R7PwZcsVpNk9sqx6aaaE+RkvSEX4gI4yHKzOnTQgrdgBehNxgbUlJitt7/BR\nUzVxTOIeF4Y+nf1aTOgcjPwsRntjGNHFN/UV9L/6slUPdsVdFXDylnUPHB9GIcR0\n3C9NIvqLjMbZncmEhi16+bS91JyRTblIkwO3p5MbllnOwx0mQdVK8uj8Q61XtfLE\nmu7YLTJnhuyviO6q3CpZZ3yMaEGjtAneAo2QLB1exOHFhtPWtY9T1FQ3Jswmqgkl\nwbcpE4rBAoGBAPhWA/CsSDdxL/j6ggu+WCCCT8i4zqUp+McKvtzVkCJXVwP0DquI\nKqRydln4nQNpei+2Qkaj38ptaI6ovHvxbhBXGfe0TP18G5NIku6zNS71yTQtEtpD\npa2IKOvVbLLTzdLIwnzRE3jiuQIHmuo2EHszjVemjJqgik4MrJHzK//DAoGBAN9b\nIKo8NUO2SyWNx2H9n5EVbZ8ZxbyS3jYm2AntdVL2CNh96m8f0HLxJKtTe0Bj0yPb\neUuOK9EVUUeBvPQ713BHWZbnDUVMH/QjSd5G/VODmlytUFcis4kVM/OjjmlEIIEm\nJ62MKYSZSLxON+YA7PZWxBpXmXIqG/Q3fSKJdsQhAoGBAKKy8AfpR7MTNAPiU/tP\nrLs3xP/TnId3NSdqsdtLDBCDul27szTMlGuDFmkhyfTnUQcbWNahHMip35u/jyWA\n6sRH3Jp+BQb6HbLkFGfQ/2IR482MTlKziUNk9rJz9LBAthOINmvCKwjDOcTLqMIT\nw76D6vFnC61uys4R3aoNcGEzAoGAa/p/IS14RqLjU2VmZY4aTSaB12+7M34BJUbE\nHJCKrq+4+QhuhIhp2pePta/nHurjkSsySX+S2UKoB5zF/4DKl0I3IofS15SEwh8p\nP+cr4ur1fiZfd7CUAQqaEggY+fTwjd8nQXRIQg1kp3xc87mw1Sp/JYkB6rpGx1ro\nCQFRxGECgYEA1DT8mn/cghoPbUwxqNQnq+EW12K9ULF36HLTujRBsJ6wiTnRzrVy\n0fxU1+ElDXUR35Hmzml0/C01K288Nk4nspFy9fnr+R9lT+UeE+1DHEXZDSKsplS1\n3fMLDJSo4O5J4FsCfFxHjvVCBJKh6eBmI1ccnBMwjUz3IdTo+oBr/Dg=\n-----END RSA PRIVATE KEY-----\n", "user_id": "7d398543a23b4c72a04751f52955ba1c", "name": "singlevm2-kp_c2694597-0029-43a1-8ff1-7aeca87171eb", "fingerprint": "a7:25:b8:23:74:b3:34:50:36:80:64:5f:88:98:ad:55"}} 2018-08-12 05:10:43,802 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-ecc9cfe2-ea4b-4365-ba43-93752fdc8907 2018-08-12 05:10:43,802 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.867545127869s 2018-08-12 05:10:43,802 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-ecc9cfe2-ea4b-4365-ba43-93752fdc8907 2018-08-12 05:10:43,803 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDYq1Ox8KStvU8x6iOQ/Dd79+ehcY/VGNoP9M6+KT9zYSYxA84RIR5E/hRZtEXCJ+6PFRgHW0PWWhV8qd2VJouG8TcEwbAmot1/0tcYjKSEFrqxvIj5ilpQjJ9vx7u8tKqHWev6X6R8P0DwKHcGuNnZ31MWmfRB4Qha3wHiJjR1PiSyyP+oeeQkOWueYuiYkhzlJLQrf+jqTqkU8l2ICjOkh5MctJQsTCnTUTsLXRD2Kj31WLFNfznJiY95Vri5dEqT0suJZy0bn6wfC9a5aXcWnX45B/yYcyMMxrqFCapicA8j5/Yv08U/eXAZnkqKUuCzkob/kOCssQDJzgtHX0Qj Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEA2KtTsfCkrb1PMeojkPw3e/fnoXGP1RjaD/TOvik/c2EmMQPO\nESEeRP4UWbRFwifujxUYB1tD1loVfKndlSaLhvE3BMGwJqLdf9LXGIykhBa6sbyI\n+YpaUIyfb8e7vLSqh1nr+l+kfD9A8Ch3BrjZ2d9TFpn0QeEIWt8B4iY0dT4kssj/\nqHnkJDlrnmLomJIc5SS0K3/o6k6pFPJdiAozpIeTHLSULEwp01E7C10Q9io99Vix\nTX85yYmPeVa4uXRKk9LLiWctG5+sHwvWuWl3Fp1+OQf8mHMjDMa6hQmqYnAPI+f2\nL9PFP3lwGZ5KilLgs5KG/5DgrLEAyc4LR19EIwIDAQABAoIBAQCRtu9LrUZjHfzj\n2c5flHAQLFIYDlKoAtWsg3yDASSOCRjxP9jXRkmgJqwzA/0iLU7P5WTKlcNSpjTr\nKSY/R7PwZcsVpNk9sqx6aaaE+RkvSEX4gI4yHKzOnTQgrdgBehNxgbUlJitt7/BR\nUzVxTOIeF4Y+nf1aTOgcjPwsRntjGNHFN/UV9L/6slUPdsVdFXDylnUPHB9GIcR0\n3C9NIvqLjMbZncmEhi16+bS91JyRTblIkwO3p5MbllnOwx0mQdVK8uj8Q61XtfLE\nmu7YLTJnhuyviO6q3CpZZ3yMaEGjtAneAo2QLB1exOHFhtPWtY9T1FQ3Jswmqgkl\nwbcpE4rBAoGBAPhWA/CsSDdxL/j6ggu+WCCCT8i4zqUp+McKvtzVkCJXVwP0DquI\nKqRydln4nQNpei+2Qkaj38ptaI6ovHvxbhBXGfe0TP18G5NIku6zNS71yTQtEtpD\npa2IKOvVbLLTzdLIwnzRE3jiuQIHmuo2EHszjVemjJqgik4MrJHzK//DAoGBAN9b\nIKo8NUO2SyWNx2H9n5EVbZ8ZxbyS3jYm2AntdVL2CNh96m8f0HLxJKtTe0Bj0yPb\neUuOK9EVUUeBvPQ713BHWZbnDUVMH/QjSd5G/VODmlytUFcis4kVM/OjjmlEIIEm\nJ62MKYSZSLxON+YA7PZWxBpXmXIqG/Q3fSKJdsQhAoGBAKKy8AfpR7MTNAPiU/tP\nrLs3xP/TnId3NSdqsdtLDBCDul27szTMlGuDFmkhyfTnUQcbWNahHMip35u/jyWA\n6sRH3Jp+BQb6HbLkFGfQ/2IR482MTlKziUNk9rJz9LBAthOINmvCKwjDOcTLqMIT\nw76D6vFnC61uys4R3aoNcGEzAoGAa/p/IS14RqLjU2VmZY4aTSaB12+7M34BJUbE\nHJCKrq+4+QhuhIhp2pePta/nHurjkSsySX+S2UKoB5zF/4DKl0I3IofS15SEwh8p\nP+cr4ur1fiZfd7CUAQqaEggY+fTwjd8nQXRIQg1kp3xc87mw1Sp/JYkB6rpGx1ro\nCQFRxGECgYEA1DT8mn/cghoPbUwxqNQnq+EW12K9ULF36HLTujRBsJ6wiTnRzrVy\n0fxU1+ElDXUR35Hmzml0/C01K288Nk4nspFy9fnr+R9lT+UeE+1DHEXZDSKsplS1\n3fMLDJSo4O5J4FsCfFxHjvVCBJKh6eBmI1ccnBMwjUz3IdTo+oBr/Dg=\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'7d398543a23b4c72a04751f52955ba1c', 'name': u'singlevm2-kp_c2694597-0029-43a1-8ff1-7aeca87171eb', 'created_at': '2018-08-12T05:10:43.803208', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ea65becf30e54b27aa96a449698a435e', 'name': 'singlevm2-project_c2694597-0029-43a1-8ff1-7aeca87171eb', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'a7:25:b8:23:74:b3:34:50:36:80:64:5f:88:98:ad:55', 'type': 'ssh', 'id': u'singlevm2-kp_c2694597-0029-43a1-8ff1-7aeca87171eb'}) 2018-08-12 05:10:43,803 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpQIBAAKCAQEA2KtTsfCkrb1PMeojkPw3e/fnoXGP1RjaD/TOvik/c2EmMQPO ESEeRP4UWbRFwifujxUYB1tD1loVfKndlSaLhvE3BMGwJqLdf9LXGIykhBa6sbyI +YpaUIyfb8e7vLSqh1nr+l+kfD9A8Ch3BrjZ2d9TFpn0QeEIWt8B4iY0dT4kssj/ qHnkJDlrnmLomJIc5SS0K3/o6k6pFPJdiAozpIeTHLSULEwp01E7C10Q9io99Vix TX85yYmPeVa4uXRKk9LLiWctG5+sHwvWuWl3Fp1+OQf8mHMjDMa6hQmqYnAPI+f2 L9PFP3lwGZ5KilLgs5KG/5DgrLEAyc4LR19EIwIDAQABAoIBAQCRtu9LrUZjHfzj 2c5flHAQLFIYDlKoAtWsg3yDASSOCRjxP9jXRkmgJqwzA/0iLU7P5WTKlcNSpjTr KSY/R7PwZcsVpNk9sqx6aaaE+RkvSEX4gI4yHKzOnTQgrdgBehNxgbUlJitt7/BR UzVxTOIeF4Y+nf1aTOgcjPwsRntjGNHFN/UV9L/6slUPdsVdFXDylnUPHB9GIcR0 3C9NIvqLjMbZncmEhi16+bS91JyRTblIkwO3p5MbllnOwx0mQdVK8uj8Q61XtfLE mu7YLTJnhuyviO6q3CpZZ3yMaEGjtAneAo2QLB1exOHFhtPWtY9T1FQ3Jswmqgkl wbcpE4rBAoGBAPhWA/CsSDdxL/j6ggu+WCCCT8i4zqUp+McKvtzVkCJXVwP0DquI KqRydln4nQNpei+2Qkaj38ptaI6ovHvxbhBXGfe0TP18G5NIku6zNS71yTQtEtpD pa2IKOvVbLLTzdLIwnzRE3jiuQIHmuo2EHszjVemjJqgik4MrJHzK//DAoGBAN9b IKo8NUO2SyWNx2H9n5EVbZ8ZxbyS3jYm2AntdVL2CNh96m8f0HLxJKtTe0Bj0yPb eUuOK9EVUUeBvPQ713BHWZbnDUVMH/QjSd5G/VODmlytUFcis4kVM/OjjmlEIIEm J62MKYSZSLxON+YA7PZWxBpXmXIqG/Q3fSKJdsQhAoGBAKKy8AfpR7MTNAPiU/tP rLs3xP/TnId3NSdqsdtLDBCDul27szTMlGuDFmkhyfTnUQcbWNahHMip35u/jyWA 6sRH3Jp+BQb6HbLkFGfQ/2IR482MTlKziUNk9rJz9LBAthOINmvCKwjDOcTLqMIT w76D6vFnC61uys4R3aoNcGEzAoGAa/p/IS14RqLjU2VmZY4aTSaB12+7M34BJUbE HJCKrq+4+QhuhIhp2pePta/nHurjkSsySX+S2UKoB5zF/4DKl0I3IofS15SEwh8p P+cr4ur1fiZfd7CUAQqaEggY+fTwjd8nQXRIQg1kp3xc87mw1Sp/JYkB6rpGx1ro CQFRxGECgYEA1DT8mn/cghoPbUwxqNQnq+EW12K9ULF36HLTujRBsJ6wiTnRzrVy 0fxU1+ElDXUR35Hmzml0/C01K288Nk4nspFy9fnr+R9lT+UeE+1DHEXZDSKsplS1 3fMLDJSo4O5J4FsCfFxHjvVCBJKh6eBmI1ccnBMwjUz3IdTo+oBr/Dg= -----END RSA PRIVATE KEY----- 2018-08-12 05:10:43,806 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-08-12 05:10:43,806 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}38e8940836b94d8df047330eece98bb7084284ef" -d '{"security_group": {"name": "singlevm2-sg_c2694597-0029-43a1-8ff1-7aeca87171eb", "description": "created by OPNFV Functest (singlevm2)"}}' 2018-08-12 05:10:44,268 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-bd3edffc-6971-43ea-97b6-6bcfc30c0093 Date: Sun, 12 Aug 2018 05:10:44 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "ea65becf30e54b27aa96a449698a435e", "created_at": "2018-08-12T05:10:44Z", "updated_at": "2018-08-12T05:10:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:44Z", "revision_number": 0, "id": "3196e124-cb92-42f4-9061-d3ce57be0478", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:44Z", "security_group_id": "8d71ff65-d189-4589-8735-4c23f8b203c6", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:44Z", "revision_number": 0, "id": "6304f7e2-4a62-4dc4-b26e-575afdb784ea", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:44Z", "security_group_id": "8d71ff65-d189-4589-8735-4c23f8b203c6", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}], "revision_number": 2, "project_id": "ea65becf30e54b27aa96a449698a435e", "id": "8d71ff65-d189-4589-8735-4c23f8b203c6", "name": "singlevm2-sg_c2694597-0029-43a1-8ff1-7aeca87171eb"}} 2018-08-12 05:10:44,268 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-bd3edffc-6971-43ea-97b6-6bcfc30c0093 2018-08-12 05:10:44,268 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.462147951126s 2018-08-12 05:10:44,269 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-bd3edffc-6971-43ea-97b6-6bcfc30c0093 2018-08-12 05:10:44,273 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-12 05:10:44,273 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}38e8940836b94d8df047330eece98bb7084284ef" 2018-08-12 05:10:44,485 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3834 X-Openstack-Request-Id: req-e7b302b9-a970-45bf-81c9-6797095631e4 Date: Sun, 12 Aug 2018 05:10:44 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ea65becf30e54b27aa96a449698a435e", "created_at": "2018-08-12T05:10:35Z", "updated_at": "2018-08-12T05:10:35Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "30ad280c-f302-4cd4-a438-5139917b56f9", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "76115c4c-887d-4f0a-83e2-486e4b39c713", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "8ab14937-4c08-4d43-8a9a-662e622cc643", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "ee757a03-5662-4273-9c3e-6212e7afb48f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}], "revision_number": 4, "project_id": "ea65becf30e54b27aa96a449698a435e", "id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "name": "default"}, {"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "ea65becf30e54b27aa96a449698a435e", "created_at": "2018-08-12T05:10:44Z", "updated_at": "2018-08-12T05:10:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:44Z", "revision_number": 0, "id": "3196e124-cb92-42f4-9061-d3ce57be0478", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:44Z", "security_group_id": "8d71ff65-d189-4589-8735-4c23f8b203c6", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:44Z", "revision_number": 0, "id": "6304f7e2-4a62-4dc4-b26e-575afdb784ea", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:44Z", "security_group_id": "8d71ff65-d189-4589-8735-4c23f8b203c6", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}], "revision_number": 2, "project_id": "ea65becf30e54b27aa96a449698a435e", "id": "8d71ff65-d189-4589-8735-4c23f8b203c6", "name": "singlevm2-sg_c2694597-0029-43a1-8ff1-7aeca87171eb"}]} 2018-08-12 05:10:44,486 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-e7b302b9-a970-45bf-81c9-6797095631e4 2018-08-12 05:10:44,486 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.213152885437s 2018-08-12 05:10:44,486 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-e7b302b9-a970-45bf-81c9-6797095631e4 2018-08-12 05:10:44,490 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-12 05:10:44,491 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}38e8940836b94d8df047330eece98bb7084284ef" -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": "8d71ff65-d189-4589-8735-4c23f8b203c6"}}' 2018-08-12 05:10:44,872 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-047b99f2-2fd7-4283-a526-731b7f672a71 Date: Sun, 12 Aug 2018 05:10:44 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-12T05:10:44Z", "security_group_id": "8d71ff65-d189-4589-8735-4c23f8b203c6", "port_range_min": 22, "revision_number": 0, "tenant_id": "ea65becf30e54b27aa96a449698a435e", "created_at": "2018-08-12T05:10:44Z", "project_id": "ea65becf30e54b27aa96a449698a435e", "id": "a691724b-7d5b-4074-a64c-79da0cce2d8c"}} 2018-08-12 05:10:44,873 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-047b99f2-2fd7-4283-a526-731b7f672a71 2018-08-12 05:10:44,873 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.382490873337s 2018-08-12 05:10:44,873 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-047b99f2-2fd7-4283-a526-731b7f672a71 2018-08-12 05:10:44,876 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-12 05:10:44,877 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}38e8940836b94d8df047330eece98bb7084284ef" 2018-08-12 05:10:44,938 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4330 X-Openstack-Request-Id: req-e895d7cc-7a23-4cdd-92e9-9d408cb4be01 Date: Sun, 12 Aug 2018 05:10:44 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ea65becf30e54b27aa96a449698a435e", "created_at": "2018-08-12T05:10:35Z", "updated_at": "2018-08-12T05:10:35Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "30ad280c-f302-4cd4-a438-5139917b56f9", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "76115c4c-887d-4f0a-83e2-486e4b39c713", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "8ab14937-4c08-4d43-8a9a-662e622cc643", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "ee757a03-5662-4273-9c3e-6212e7afb48f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}], "revision_number": 4, "project_id": "ea65becf30e54b27aa96a449698a435e", "id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "name": "default"}, {"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "ea65becf30e54b27aa96a449698a435e", "created_at": "2018-08-12T05:10:44Z", "updated_at": "2018-08-12T05:10:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:44Z", "revision_number": 0, "id": "3196e124-cb92-42f4-9061-d3ce57be0478", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:44Z", "security_group_id": "8d71ff65-d189-4589-8735-4c23f8b203c6", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:44Z", "revision_number": 0, "id": "6304f7e2-4a62-4dc4-b26e-575afdb784ea", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:44Z", "security_group_id": "8d71ff65-d189-4589-8735-4c23f8b203c6", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-12T05:10:44Z", "revision_number": 0, "id": "a691724b-7d5b-4074-a64c-79da0cce2d8c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:44Z", "security_group_id": "8d71ff65-d189-4589-8735-4c23f8b203c6", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": 22, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}], "revision_number": 3, "project_id": "ea65becf30e54b27aa96a449698a435e", "id": "8d71ff65-d189-4589-8735-4c23f8b203c6", "name": "singlevm2-sg_c2694597-0029-43a1-8ff1-7aeca87171eb"}]} 2018-08-12 05:10:44,938 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-e895d7cc-7a23-4cdd-92e9-9d408cb4be01 2018-08-12 05:10:44,938 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0613210201263s 2018-08-12 05:10:44,938 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-e895d7cc-7a23-4cdd-92e9-9d408cb4be01 2018-08-12 05:10:44,942 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-12 05:10:44,942 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}38e8940836b94d8df047330eece98bb7084284ef" -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": "8d71ff65-d189-4589-8735-4c23f8b203c6"}}' 2018-08-12 05:10:45,111 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-be414448-4df9-4448-bf50-efd972fbc973 Date: Sun, 12 Aug 2018 05:10:45 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T05:10:45Z", "security_group_id": "8d71ff65-d189-4589-8735-4c23f8b203c6", "port_range_min": null, "revision_number": 0, "tenant_id": "ea65becf30e54b27aa96a449698a435e", "created_at": "2018-08-12T05:10:45Z", "project_id": "ea65becf30e54b27aa96a449698a435e", "id": "53eae1de-00ef-495c-99d0-6b02403cdf2d"}} 2018-08-12 05:10:45,112 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-be414448-4df9-4448-bf50-efd972fbc973 2018-08-12 05:10:45,112 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.169896841049s 2018-08-12 05:10:45,112 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-be414448-4df9-4448-bf50-efd972fbc973 2018-08-12 05:10:45,113 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 05:10:45,114 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}38e8940836b94d8df047330eece98bb7084284ef" 2018-08-12 05:10:45,234 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-db77c20e-0110-4415-9102-aa0c3ece7790 Date: Sun, 12 Aug 2018 05:10:45 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ec788992-fa73-45cc-a7d9-6d44542124c2"],"updated_at":"2018-08-12T05:04:31Z","tenant_id":"310f5853751a4c968f3eeb0a3d99a0a8","created_at":"2018-08-12T05:04:23Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"310f5853751a4c968f3eeb0a3d99a0a8","id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["853b4a80-8617-44b7-a23e-280164c2f4b3"],"updated_at":"2018-08-12T05:10:37Z","tenant_id":"ea65becf30e54b27aa96a449698a435e","created_at":"2018-08-12T05:10:36Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"ea65becf30e54b27aa96a449698a435e","id":"272aa4ea-d314-4c76-bc7d-31f5d7ca57c6","name":"singlevm2-net_c2694597-0029-43a1-8ff1-7aeca87171eb"}]} 2018-08-12 05:10:45,234 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-db77c20e-0110-4415-9102-aa0c3ece7790 2018-08-12 05:10:45,234 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.120725154877s 2018-08-12 05:10:45,234 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-db77c20e-0110-4415-9102-aa0c3ece7790 2018-08-12 05:10:45,239 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 05:10:45,242 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}38e8940836b94d8df047330eece98bb7084284ef" 2018-08-12 05:10:45,913 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-adfe4304-cfd8-406a-88ba-ec76a204374d Date: Sun, 12 Aug 2018 05:10:45 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/7e843342-a160-4b32-b5e3-94218a57e8d3/snap", "metadata": {}}], "file": "/v2/images/7e843342-a160-4b32-b5e3-94218a57e8d3/file", "owner": "ea65becf30e54b27aa96a449698a435e", "id": "7e843342-a160-4b32-b5e3-94218a57e8d3", "size": 12716032, "self": "/v2/images/7e843342-a160-4b32-b5e3-94218a57e8d3", "disk_format": "qcow2", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/7e843342-a160-4b32-b5e3-94218a57e8d3/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-12T05:10:42Z", "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_c2694597-0029-43a1-8ff1-7aeca87171eb", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_c2694597-0029-43a1-8ff1-7aeca87171eb", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-12T05:10:41Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 05:10:45,913 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-adfe4304-cfd8-406a-88ba-ec76a204374d 2018-08-12 05:10:45,913 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.674140930176s 2018-08-12 05:10:45,913 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-adfe4304-cfd8-406a-88ba-ec76a204374d 2018-08-12 05:10:45,915 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-12 05:10:45,917 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}38e8940836b94d8df047330eece98bb7084284ef" 2018-08-12 05:10:45,943 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:10: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-01150847-a2b3-4e42-9dc7-e1f8ed2c2180 x-compute-request-id: req-01150847-a2b3-4e42-9dc7-e1f8ed2c2180 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm2-flavor_c2694597-0029-43a1-8ff1-7aeca87171eb", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/fbf92c18-f821-471e-82c8-608cc5c8b134", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/fbf92c18-f821-471e-82c8-608cc5c8b134", "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": "fbf92c18-f821-471e-82c8-608cc5c8b134"}]} 2018-08-12 05:10:45,943 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-01150847-a2b3-4e42-9dc7-e1f8ed2c2180 2018-08-12 05:10:45,943 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0279729366302s 2018-08-12 05:10:45,943 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-01150847-a2b3-4e42-9dc7-e1f8ed2c2180 2018-08-12 05:10:45,945 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-12 05:10:45,948 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}38e8940836b94d8df047330eece98bb7084284ef" -d '{"server": {"name": "singlevm2-vm_c2694597-0029-43a1-8ff1-7aeca87171eb", "imageRef": "7e843342-a160-4b32-b5e3-94218a57e8d3", "key_name": "singlevm2-kp_c2694597-0029-43a1-8ff1-7aeca87171eb", "flavorRef": "fbf92c18-f821-471e-82c8-608cc5c8b134", "max_count": 1, "min_count": 1, "networks": [{"uuid": "272aa4ea-d314-4c76-bc7d-31f5d7ca57c6"}], "security_groups": [{"name": "8d71ff65-d189-4589-8735-4c23f8b203c6"}]}}' 2018-08-12 05:10:48,527 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 05:10: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-dd2d11e0-30fd-4519-a346-2a9f115ab78a x-compute-request-id: req-dd2d11e0-30fd-4519-a346-2a9f115ab78a Content-Length: 403 location: http://172.30.9.21:8774/v2.1/servers/7181c9e8-42b2-47b5-9362-0dbd0bcba48e Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "8d71ff65-d189-4589-8735-4c23f8b203c6"}], "OS-DCF:diskConfig": "MANUAL", "id": "7181c9e8-42b2-47b5-9362-0dbd0bcba48e", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/7181c9e8-42b2-47b5-9362-0dbd0bcba48e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/7181c9e8-42b2-47b5-9362-0dbd0bcba48e", "rel": "bookmark"}], "adminPass": "nXeZQB3MnHZP"}} 2018-08-12 05:10:48,527 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-dd2d11e0-30fd-4519-a346-2a9f115ab78a 2018-08-12 05:10:48,527 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.58197498322s 2018-08-12 05:10:48,528 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-dd2d11e0-30fd-4519-a346-2a9f115ab78a 2018-08-12 05:10:48,528 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 05:10:48,531 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}38e8940836b94d8df047330eece98bb7084284ef" 2018-08-12 05:10:49,393 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:10: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-903f3a7e-9caf-407a-98e1-4fc5718def4c x-compute-request-id: req-903f3a7e-9caf-407a-98e1-4fc5718def4c Content-Encoding: gzip Content-Length: 603 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/7181c9e8-42b2-47b5-9362-0dbd0bcba48e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/7181c9e8-42b2-47b5-9362-0dbd0bcba48e", "rel": "bookmark"}], "image": {"id": "7e843342-a160-4b32-b5e3-94218a57e8d3", "links": [{"href": "http://172.30.9.21:8774/images/7e843342-a160-4b32-b5e3-94218a57e8d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fbf92c18-f821-471e-82c8-608cc5c8b134", "links": [{"href": "http://172.30.9.21:8774/flavors/fbf92c18-f821-471e-82c8-608cc5c8b134", "rel": "bookmark"}]}, "id": "7181c9e8-42b2-47b5-9362-0dbd0bcba48e", "user_id": "7d398543a23b4c72a04751f52955ba1c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T05:10:48Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_c2694597-0029-43a1-8ff1-7aeca87171eb", "name": "singlevm2-vm_c2694597-0029-43a1-8ff1-7aeca87171eb", "created": "2018-08-12T05:10:48Z", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 05:10:49,394 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-903f3a7e-9caf-407a-98e1-4fc5718def4c 2018-08-12 05:10:49,394 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.86531496048s 2018-08-12 05:10:49,394 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-903f3a7e-9caf-407a-98e1-4fc5718def4c 2018-08-12 05:10:49,401 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 05:10:49,401 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}38e8940836b94d8df047330eece98bb7084284ef" 2018-08-12 05:10:49,711 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-7b8c5356-73ea-4178-8b8d-df21fd02ae2b Date: Sun, 12 Aug 2018 05:10:49 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ec788992-fa73-45cc-a7d9-6d44542124c2"],"updated_at":"2018-08-12T05:04:31Z","tenant_id":"310f5853751a4c968f3eeb0a3d99a0a8","created_at":"2018-08-12T05:04:23Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"310f5853751a4c968f3eeb0a3d99a0a8","id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["853b4a80-8617-44b7-a23e-280164c2f4b3"],"updated_at":"2018-08-12T05:10:37Z","tenant_id":"ea65becf30e54b27aa96a449698a435e","created_at":"2018-08-12T05:10:36Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"ea65becf30e54b27aa96a449698a435e","id":"272aa4ea-d314-4c76-bc7d-31f5d7ca57c6","name":"singlevm2-net_c2694597-0029-43a1-8ff1-7aeca87171eb"}]} 2018-08-12 05:10:49,711 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-7b8c5356-73ea-4178-8b8d-df21fd02ae2b 2018-08-12 05:10:49,711 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.3104429245s 2018-08-12 05:10:49,712 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-7b8c5356-73ea-4178-8b8d-df21fd02ae2b 2018-08-12 05:10:49,712 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-12 05:10:49,713 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}38e8940836b94d8df047330eece98bb7084284ef" 2018-08-12 05:10:49,760 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-2b8b6cc7-52c1-4358-a069-5ab4888db139 Date: Sun, 12 Aug 2018 05:10:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"272aa4ea-d314-4c76-bc7d-31f5d7ca57c6","tenant_id":"ea65becf30e54b27aa96a449698a435e","created_at":"2018-08-12T05:10:37Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-12T05:10:37Z","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":"ea65becf30e54b27aa96a449698a435e","id":"853b4a80-8617-44b7-a23e-280164c2f4b3","subnetpool_id":null,"name":"singlevm2-subnet_c2694597-0029-43a1-8ff1-7aeca87171eb"}]} 2018-08-12 05:10:49,761 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-2b8b6cc7-52c1-4358-a069-5ab4888db139 2018-08-12 05:10:49,761 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0481119155884s 2018-08-12 05:10:49,761 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-2b8b6cc7-52c1-4358-a069-5ab4888db139 2018-08-12 05:10:49,761 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 05:10:51,764 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 05:10:51,767 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}38e8940836b94d8df047330eece98bb7084284ef" 2018-08-12 05:10:52,093 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05: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-197b31ab-4cf5-433e-a082-8ed846f884f3 x-compute-request-id: req-197b31ab-4cf5-433e-a082-8ed846f884f3 Content-Encoding: gzip Content-Length: 647 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/7181c9e8-42b2-47b5-9362-0dbd0bcba48e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/7181c9e8-42b2-47b5-9362-0dbd0bcba48e", "rel": "bookmark"}], "image": {"id": "7e843342-a160-4b32-b5e3-94218a57e8d3", "links": [{"href": "http://172.30.9.21:8774/images/7e843342-a160-4b32-b5e3-94218a57e8d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fbf92c18-f821-471e-82c8-608cc5c8b134", "links": [{"href": "http://172.30.9.21:8774/flavors/fbf92c18-f821-471e-82c8-608cc5c8b134", "rel": "bookmark"}]}, "id": "7181c9e8-42b2-47b5-9362-0dbd0bcba48e", "user_id": "7d398543a23b4c72a04751f52955ba1c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T05:10:51Z", "hostId": "1659c92aebe0c7f6ce7e216c0b384a6f582b0d70876b67310782b708", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_c2694597-0029-43a1-8ff1-7aeca87171eb", "name": "singlevm2-vm_c2694597-0029-43a1-8ff1-7aeca87171eb", "created": "2018-08-12T05:10:48Z", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 05:10:52,093 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-197b31ab-4cf5-433e-a082-8ed846f884f3 2018-08-12 05:10:52,094 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.329303979874s 2018-08-12 05:10:52,094 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-197b31ab-4cf5-433e-a082-8ed846f884f3 2018-08-12 05:10:52,098 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 05:10:54,100 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 05:10:54,103 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}38e8940836b94d8df047330eece98bb7084284ef" 2018-08-12 05:10:54,981 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05: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-d0a7c5d5-d9fc-4c5c-8027-9ca738bdfc81 x-compute-request-id: req-d0a7c5d5-d9fc-4c5c-8027-9ca738bdfc81 Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/7181c9e8-42b2-47b5-9362-0dbd0bcba48e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/7181c9e8-42b2-47b5-9362-0dbd0bcba48e", "rel": "bookmark"}], "image": {"id": "7e843342-a160-4b32-b5e3-94218a57e8d3", "links": [{"href": "http://172.30.9.21:8774/images/7e843342-a160-4b32-b5e3-94218a57e8d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fbf92c18-f821-471e-82c8-608cc5c8b134", "links": [{"href": "http://172.30.9.21:8774/flavors/fbf92c18-f821-471e-82c8-608cc5c8b134", "rel": "bookmark"}]}, "id": "7181c9e8-42b2-47b5-9362-0dbd0bcba48e", "security_groups": [{"name": "singlevm2-sg_c2694597-0029-43a1-8ff1-7aeca87171eb"}], "user_id": "7d398543a23b4c72a04751f52955ba1c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T05:10:51Z", "hostId": "1659c92aebe0c7f6ce7e216c0b384a6f582b0d70876b67310782b708", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_c2694597-0029-43a1-8ff1-7aeca87171eb", "name": "singlevm2-vm_c2694597-0029-43a1-8ff1-7aeca87171eb", "created": "2018-08-12T05:10:48Z", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 05:10:54,981 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-d0a7c5d5-d9fc-4c5c-8027-9ca738bdfc81 2018-08-12 05:10:54,982 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.881396055222s 2018-08-12 05:10:54,982 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-d0a7c5d5-d9fc-4c5c-8027-9ca738bdfc81 2018-08-12 05:10:54,986 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 05:10:56,989 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 05:10:56,992 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}38e8940836b94d8df047330eece98bb7084284ef" 2018-08-12 05:10:58,399 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:10: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-3c1a7c13-0d5c-469b-9f2e-e4c1a3a64177 x-compute-request-id: req-3c1a7c13-0d5c-469b-9f2e-e4c1a3a64177 Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/7181c9e8-42b2-47b5-9362-0dbd0bcba48e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/7181c9e8-42b2-47b5-9362-0dbd0bcba48e", "rel": "bookmark"}], "image": {"id": "7e843342-a160-4b32-b5e3-94218a57e8d3", "links": [{"href": "http://172.30.9.21:8774/images/7e843342-a160-4b32-b5e3-94218a57e8d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fbf92c18-f821-471e-82c8-608cc5c8b134", "links": [{"href": "http://172.30.9.21:8774/flavors/fbf92c18-f821-471e-82c8-608cc5c8b134", "rel": "bookmark"}]}, "id": "7181c9e8-42b2-47b5-9362-0dbd0bcba48e", "security_groups": [{"name": "singlevm2-sg_c2694597-0029-43a1-8ff1-7aeca87171eb"}], "user_id": "7d398543a23b4c72a04751f52955ba1c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T05:10:51Z", "hostId": "1659c92aebe0c7f6ce7e216c0b384a6f582b0d70876b67310782b708", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_c2694597-0029-43a1-8ff1-7aeca87171eb", "name": "singlevm2-vm_c2694597-0029-43a1-8ff1-7aeca87171eb", "created": "2018-08-12T05:10:48Z", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 05:10:58,399 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-3c1a7c13-0d5c-469b-9f2e-e4c1a3a64177 2018-08-12 05:10:58,399 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.41032600403s 2018-08-12 05:10:58,400 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-3c1a7c13-0d5c-469b-9f2e-e4c1a3a64177 2018-08-12 05:10:58,403 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 05:11:00,406 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 05:11:00,409 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}38e8940836b94d8df047330eece98bb7084284ef" 2018-08-12 05:11:01,099 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:11: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-faef4b9c-ed7e-4f23-a2a7-cc75c28de3b1 x-compute-request-id: req-faef4b9c-ed7e-4f23-a2a7-cc75c28de3b1 Content-Encoding: gzip Content-Length: 741 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"singlevm2-net_c2694597-0029-43a1-8ff1-7aeca87171eb": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:0b:8f", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/7181c9e8-42b2-47b5-9362-0dbd0bcba48e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/7181c9e8-42b2-47b5-9362-0dbd0bcba48e", "rel": "bookmark"}], "image": {"id": "7e843342-a160-4b32-b5e3-94218a57e8d3", "links": [{"href": "http://172.30.9.21:8774/images/7e843342-a160-4b32-b5e3-94218a57e8d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T05:10:57.000000", "flavor": {"id": "fbf92c18-f821-471e-82c8-608cc5c8b134", "links": [{"href": "http://172.30.9.21:8774/flavors/fbf92c18-f821-471e-82c8-608cc5c8b134", "rel": "bookmark"}]}, "id": "7181c9e8-42b2-47b5-9362-0dbd0bcba48e", "security_groups": [{"name": "singlevm2-sg_c2694597-0029-43a1-8ff1-7aeca87171eb"}], "user_id": "7d398543a23b4c72a04751f52955ba1c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T05:10:57Z", "hostId": "1659c92aebe0c7f6ce7e216c0b384a6f582b0d70876b67310782b708", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_c2694597-0029-43a1-8ff1-7aeca87171eb", "name": "singlevm2-vm_c2694597-0029-43a1-8ff1-7aeca87171eb", "created": "2018-08-12T05:10:48Z", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 05:11:01,099 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-faef4b9c-ed7e-4f23-a2a7-cc75c28de3b1 2018-08-12 05:11:01,099 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.692734003067s 2018-08-12 05:11:01,099 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-faef4b9c-ed7e-4f23-a2a7-cc75c28de3b1 2018-08-12 05:11:01,103 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-12 05:11:01,104 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/ports.json?device_id=7181c9e8-42b2-47b5-9362-0dbd0bcba48e" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}38e8940836b94d8df047330eece98bb7084284ef" 2018-08-12 05:11:01,160 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-4c6b3369-446d-4ac8-b9e3-b77898fd39a3 Date: Sun, 12 Aug 2018 05:11:01 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"272aa4ea-d314-4c76-bc7d-31f5d7ca57c6","tenant_id":"ea65becf30e54b27aa96a449698a435e","created_at":"2018-08-12T05:10:52Z","admin_state_up":true,"updated_at":"2018-08-12T05:10:56Z","binding:vnic_type":"normal","device_id":"7181c9e8-42b2-47b5-9362-0dbd0bcba48e","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:5f:0b:8f","id":"b57618e9-3f1f-4602-8615-f851a1d59e6a","port_security_enabled":true,"project_id":"ea65becf30e54b27aa96a449698a435e","fixed_ips":[{"subnet_id":"853b4a80-8617-44b7-a23e-280164c2f4b3","ip_address":"192.168.120.10"}],"extra_dhcp_opts":[],"security_groups":["8d71ff65-d189-4589-8735-4c23f8b203c6"],"name":""}]} 2018-08-12 05:11:01,160 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=7181c9e8-42b2-47b5-9362-0dbd0bcba48e used request id req-4c6b3369-446d-4ac8-b9e3-b77898fd39a3 2018-08-12 05:11:01,160 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0566248893738s 2018-08-12 05:11:01,160 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=7181c9e8-42b2-47b5-9362-0dbd0bcba48e used request id req-4c6b3369-446d-4ac8-b9e3-b77898fd39a3 2018-08-12 05:11:01,166 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-12 05:11:01,167 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/floatingips.json?port_id=b57618e9-3f1f-4602-8615-f851a1d59e6a" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}38e8940836b94d8df047330eece98bb7084284ef" 2018-08-12 05:11:01,362 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-373fdeb3-3db6-4460-bf8e-bf2275d8e35e Date: Sun, 12 Aug 2018 05:11:01 GMT RESP BODY: {"floatingips": []} 2018-08-12 05:11:01,362 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=b57618e9-3f1f-4602-8615-f851a1d59e6a used request id req-373fdeb3-3db6-4460-bf8e-bf2275d8e35e 2018-08-12 05:11:01,362 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.195594072342s 2018-08-12 05:11:01,362 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=b57618e9-3f1f-4602-8615-f851a1d59e6a used request id req-373fdeb3-3db6-4460-bf8e-bf2275d8e35e 2018-08-12 05:11:01,363 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'singlevm2-net_c2694597-0029-43a1-8ff1-7aeca87171eb': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:5f:0b:8f', 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'7e843342-a160-4b32-b5e3-94218a57e8d3'}), 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-12T05:10:57.000000', 'flavor': Munch({u'id': u'fbf92c18-f821-471e-82c8-608cc5c8b134'}), 'az': u'nova', 'id': u'7181c9e8-42b2-47b5-9362-0dbd0bcba48e', 'security_groups': [Munch({u'name': u'singlevm2-sg_c2694597-0029-43a1-8ff1-7aeca87171eb'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'7d398543a23b4c72a04751f52955ba1c', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ea65becf30e54b27aa96a449698a435e', 'name': 'singlevm2-project_c2694597-0029-43a1-8ff1-7aeca87171eb', '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-12T05:10:57.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-12T05:10:57Z', 'hostId': u'1659c92aebe0c7f6ce7e216c0b384a6f582b0d70876b67310782b708', u'OS-SRV-USG:terminated_at': None, 'key_name': u'singlevm2-kp_c2694597-0029-43a1-8ff1-7aeca87171eb', 'public_v6': '', 'private_v4': u'192.168.120.10', 'cloud': 'envvars', 'host_id': u'1659c92aebe0c7f6ce7e216c0b384a6f582b0d70876b67310782b708', '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-12T05:10:57.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'ea65becf30e54b27aa96a449698a435e', 'name': u'singlevm2-vm_c2694597-0029-43a1-8ff1-7aeca87171eb', 'adminPass': u'nXeZQB3MnHZP', 'tenant_id': u'ea65becf30e54b27aa96a449698a435e', 'created_at': u'2018-08-12T05:10:48Z', 'created': u'2018-08-12T05:10:48Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-12 05:11:01,366 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 05:11:01,367 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}38e8940836b94d8df047330eece98bb7084284ef" 2018-08-12 05:11:01,477 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-9b6e927d-a814-49f9-bd3e-e81c7a2622bd Date: Sun, 12 Aug 2018 05:11:01 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ec788992-fa73-45cc-a7d9-6d44542124c2"],"updated_at":"2018-08-12T05:04:31Z","tenant_id":"310f5853751a4c968f3eeb0a3d99a0a8","created_at":"2018-08-12T05:04:23Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"310f5853751a4c968f3eeb0a3d99a0a8","id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["853b4a80-8617-44b7-a23e-280164c2f4b3"],"updated_at":"2018-08-12T05:10:37Z","tenant_id":"ea65becf30e54b27aa96a449698a435e","created_at":"2018-08-12T05:10:36Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"ea65becf30e54b27aa96a449698a435e","id":"272aa4ea-d314-4c76-bc7d-31f5d7ca57c6","name":"singlevm2-net_c2694597-0029-43a1-8ff1-7aeca87171eb"}]} 2018-08-12 05:11:01,478 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-9b6e927d-a814-49f9-bd3e-e81c7a2622bd 2018-08-12 05:11:01,478 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.111592054367s 2018-08-12 05:11:01,478 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-9b6e927d-a814-49f9-bd3e-e81c7a2622bd 2018-08-12 05:11:01,479 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-12 05:11:01,480 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/ports.json?device_id=7181c9e8-42b2-47b5-9362-0dbd0bcba48e" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}38e8940836b94d8df047330eece98bb7084284ef" 2018-08-12 05:11:01,571 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-4b82c34d-6990-4fdf-8309-49797df609cb Date: Sun, 12 Aug 2018 05:11:01 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"272aa4ea-d314-4c76-bc7d-31f5d7ca57c6","tenant_id":"ea65becf30e54b27aa96a449698a435e","created_at":"2018-08-12T05:10:52Z","admin_state_up":true,"updated_at":"2018-08-12T05:10:56Z","binding:vnic_type":"normal","device_id":"7181c9e8-42b2-47b5-9362-0dbd0bcba48e","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:5f:0b:8f","id":"b57618e9-3f1f-4602-8615-f851a1d59e6a","port_security_enabled":true,"project_id":"ea65becf30e54b27aa96a449698a435e","fixed_ips":[{"subnet_id":"853b4a80-8617-44b7-a23e-280164c2f4b3","ip_address":"192.168.120.10"}],"extra_dhcp_opts":[],"security_groups":["8d71ff65-d189-4589-8735-4c23f8b203c6"],"name":""}]} 2018-08-12 05:11:01,571 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=7181c9e8-42b2-47b5-9362-0dbd0bcba48e used request id req-4b82c34d-6990-4fdf-8309-49797df609cb 2018-08-12 05:11:01,571 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0920269489288s 2018-08-12 05:11:01,572 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=7181c9e8-42b2-47b5-9362-0dbd0bcba48e used request id req-4b82c34d-6990-4fdf-8309-49797df609cb 2018-08-12 05:11:01,572 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-12 05:11:01,573 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}38e8940836b94d8df047330eece98bb7084284ef" -d '{"floatingip": {"floating_network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "fixed_ip_address": "192.168.120.10", "port_id": "b57618e9-3f1f-4602-8615-f851a1d59e6a"}}' 2018-08-12 05:11:03,337 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-2adbb6a7-4ac6-4564-9307-a7c343d3bd33 Date: Sun, 12 Aug 2018 05:11:03 GMT RESP BODY: {"floatingip": {"router_id": "acb7b0eb-25f8-448d-a872-2c57c5d8865b", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-12T05:11:02Z", "floating_network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "fixed_ip_address": "192.168.120.10", "floating_ip_address": "172.30.9.203", "revision_number": 0, "port_id": "b57618e9-3f1f-4602-8615-f851a1d59e6a", "id": "2c01ca58-e44e-4f95-82a1-0e4efce31f3a", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "created_at": "2018-08-12T05:11:02Z", "project_id": "ea65becf30e54b27aa96a449698a435e"}} 2018-08-12 05:11:03,337 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-2adbb6a7-4ac6-4564-9307-a7c343d3bd33 2018-08-12 05:11:03,337 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.76450896263s 2018-08-12 05:11:03,337 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-2adbb6a7-4ac6-4564-9307-a7c343d3bd33 2018-08-12 05:11:03,346 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-12 05:11:03,346 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}38e8940836b94d8df047330eece98bb7084284ef" 2018-08-12 05:11:03,369 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 557 X-Openstack-Request-Id: req-494aef6a-a53b-4d41-a1c5-0fe0d0bc91a5 Date: Sun, 12 Aug 2018 05:11:03 GMT RESP BODY: {"floatingips": [{"router_id": "acb7b0eb-25f8-448d-a872-2c57c5d8865b", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-12T05:11:02Z", "floating_network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "fixed_ip_address": "192.168.120.10", "floating_ip_address": "172.30.9.203", "revision_number": 0, "port_id": "b57618e9-3f1f-4602-8615-f851a1d59e6a", "id": "2c01ca58-e44e-4f95-82a1-0e4efce31f3a", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "created_at": "2018-08-12T05:11:02Z", "project_id": "ea65becf30e54b27aa96a449698a435e"}]} 2018-08-12 05:11:03,369 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-494aef6a-a53b-4d41-a1c5-0fe0d0bc91a5 2018-08-12 05:11:03,369 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0236909389496s 2018-08-12 05:11:03,370 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-494aef6a-a53b-4d41-a1c5-0fe0d0bc91a5 2018-08-12 05:11:03,373 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'acb7b0eb-25f8-448d-a872-2c57c5d8865b', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'ea65becf30e54b27aa96a449698a435e', 'created_at': u'2018-08-12T05:11:02Z', 'attached': True, 'updated_at': u'2018-08-12T05:11:02Z', 'id': u'2c01ca58-e44e-4f95-82a1-0e4efce31f3a', 'floating_network_id': u'03886690-4630-4c4c-9ccb-7eedaa9b1fd3', 'fixed_ip_address': u'192.168.120.10', 'floating_ip_address': u'172.30.9.203', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ea65becf30e54b27aa96a449698a435e', 'name': 'singlevm2-project_c2694597-0029-43a1-8ff1-7aeca87171eb', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'acb7b0eb-25f8-448d-a872-2c57c5d8865b', 'project_id': u'ea65becf30e54b27aa96a449698a435e', 'port_id': u'b57618e9-3f1f-4602-8615-f851a1d59e6a', 'port': u'b57618e9-3f1f-4602-8615-f851a1d59e6a', 'network': u'03886690-4630-4c4c-9ccb-7eedaa9b1fd3'}) 2018-08-12 05:11:03,374 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-12 05:11:03,377 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/7181c9e8-42b2-47b5-9362-0dbd0bcba48e/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}38e8940836b94d8df047330eece98bb7084284ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 05:11:03,481 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:11: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-fc4c1773-6892-4a8f-9b55-249c391185ec x-compute-request-id: req-fc4c1773-6892-4a8f-9b55-249c391185ec Content-Encoding: gzip Content-Length: 9569 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 521870037 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.163592] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.165294] pid_max: default: 32768 minimum: 301\n[ 0.166241] ACPI: Core revision 20150930\n[ 0.167682] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.169029] Security Framework initialized\n[ 0.169874] Yama: becoming mindful.\n[ 0.170639] AppArmor: AppArmor initialized\n[ 0.171524] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.172897] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.174214] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.175461] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.176937] Initializing cgroup subsys io\n[ 0.177776] Initializing cgroup subsys memory\n[ 0.178674] Initializing cgroup subsys devices\n[ 0.179570] Initializing cgroup subsys freezer\n[ 0.180475] Initializing cgroup subsys net_cls\n[ 0.181371] Initializing cgroup subsys perf_event\n[ 0.182309] Initializing cgroup subsys net_prio\n[ 0.183239] Initializing cgroup subsys hugetlb\n[ 0.184135] Initializing cgroup subsys pids\n[ 0.185045] CPU: Physical Processor ID: 0\n[ 0.186562] mce: CPU supports 10 MCE banks\n[ 0.187456] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.188505] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.202883] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.209052] ftrace: allocating 31920 entries in 125 pages\n[ 0.234668] smpboot: Max logical packages: 1\n[ 0.235557] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.236997] x2apic enabled\n[ 0.237803] Switched APIC routing to physical x2apic.\n[ 0.239554] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.240751] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.242877] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.244744] KVM setup paravirtual spinlock\n[ 0.246151] x86: Booted up 1 node, 1 CPUs\n[ 0.247031] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.248507] devtmpfs: initialized\n[ 0.250267] evm: security.selinux\n[ 0.251035] evm: security.SMACK64\n[ 0.251761] evm: security.SMACK64EXEC\n[ 0.252540] evm: security.SMACK64TRANSMUTE\n[ 0.253373] evm: security.SMACK64MMAP\n[ 0.254159] evm: security.ima\n[ 0.254832] evm: security.capability\n[ 0.255677] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.257641] pinctrl core: initialized pinctrl subsystem\n[ 0.258822] RTC time: 5:10:57, date: 08/12/18\n[ 0.259820] NET: Registered protocol family 16\n[ 0.260863] cpuidle: using governor ladder\n[ 0.261714] cpuidle: using governor menu\n[ 0.262542] PCCT header not found.\n[ 0.263327] ACPI: bus type PCI registered\n[ 0.264171] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.265463] PCI: Using configuration type 1 for base access\n[ 0.267271] ACPI: Added _OSI(Module Device)\n[ 0.268140] ACPI: Added _OSI(Processor Device)\n[ 0.269025] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.269955] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.271805] ACPI: Interpreter enabled\n[ 0.272634] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.274613] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.276573] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.278546] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.280512] ACPI: (supports S0 S5)\n[ 0.281250] ACPI: Using IOAPIC for interrupt routing\n[ 0.282256] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.285422] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.286616] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.287895] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.289142] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.291445] acpiphp: Slot [3] registered\n[ 0.292296] acpiphp: Slot [4] registered\n[ 0.293157] acpiphp: Slot [5] registered\n[ 0.293978] acpiphp: Slot [6] registered\n[ 0.294834] acpiphp: Slot [7] registered\n[ 0.295686] acpiphp: Slot [8] registered\n[ 0.296531] acpiphp: Slot [9] registered\n[ 0.297360] acpiphp: Slot [10] registered\n[ 0.298193] acpiphp: Slot [11] registered\n[ 0.299059] acpiphp: Slot [12] registered\n[ 0.299895] acpiphp: Slot [13] registered\n[ 0.300729] acpiphp: Slot [14] registered\n[ 0.301572] acpiphp: Slot [15] registered\n[ 0.312079] acpiphp: Slot [16] registered\n[ 0.312982] acpiphp: Slot [17] registered\n[ 0.313837] acpiphp: Slot [18] registered\n[ 0.314678] acpiphp: Slot [19] registered\n[ 0.315541] acpiphp: Slot [20] registered\n[ 0.316398] acpiphp: Slot [21] registered\n[ 0.317229] acpiphp: Slot [22] registered\n[ 0.318064] acpiphp: Slot [23] registered\n[ 0.318937] acpiphp: Slot [24] registered\n[ 0.319773] acpiphp: Slot [25] registered\n[ 0.320606] acpiphp: Slot [26] registered\n[ 0.321435] acpiphp: Slot [27] registered\n[ 0.322335] acpiphp: Slot [28] registered\n[ 0.323206] acpiphp: Slot [29] registered\n[ 0.324066] acpiphp: Slot [30] registered\n[ 0.324935] acpiphp: Slot [31] registered\n[ 0.325765] PCI host bridge to bus 0000:00\n[ 0.326602] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.327834] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.329117] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.330634] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.332132] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.333738] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.337158] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.338501] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.339731] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.341040] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.344607] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.346266] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.364379] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.365976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.367849] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369486] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.370886] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372371] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373725] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374830] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376445] vgaarb: loaded\n[ 0.377084] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378389] SCSI subsystem initialized\n[ 0.379330] ACPI: bus type USB registered\n[ 0.380209] usbcore: registered new interface driver usbfs\n[ 0.381291] usbcore: registered new interface driver hub\n[ 0.382366] usbcore: registered new device driver usb\n[ 0.383515] PCI: Using ACPI for IRQ routing\n[ 0.384687] NetLabel: Initializing\n[ 0.385425] NetLabel: domain hash size = 128\n[ 0.386329] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387337] NetLabel: unlabeled traffic allowed by default\n[ 0.388559] clocksource: Switched to clocksource kvm-clock\n[ 0.396803] AppArmor: AppArmor Filesystem Enabled\n[ 0.397801] pnp: PnP ACPI init\n[ 0.398756] pnp: PnP ACPI: found 5 devices\n[ 0.405108] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.406911] NET: Registered protocol family 2\n[ 0.407977] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.409352] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.410644] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.411895] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.413043] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414277] NET: Registered protocol family 1\n[ 0.415195] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.416389] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417523] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.431285] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.445689] Trying to unpack rootfs image as initramfs...\n[ 0.502404] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.504166] Scanning for low memory corruption every 60 seconds\n[ 0.505625] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506853] audit: initializing netlink subsys (disabled)\n[ 0.507937] audit: type=2000 audit(1534050658.647:1): initialized\n[ 0.509368] Initialise system trusted keyring\n[ 0.510359] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511575] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513780] zbud: loaded\n[ 0.514532] VFS: Disk quotas dquot_6.6.0\n[ 0.515391] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.517066] fuse init (API version 7.23)\n[ 0.518027] Key type big_key registered\n[ 0.518867] Allocating IMA MOK and blacklist keyrings.\n[ 0.520154] Key type asymmetric registered\n[ 0.521027] Asymmetric key parser 'x509' registered\n[ 0.522031] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523583] io scheduler noop registered\n[ 0.524405] io scheduler deadline registered (default)\n[ 0.525461] io scheduler cfq registered\n[ 0.526346] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527442] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528787] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.530308] ACPI: Power Button [PWRF]\n[ 0.531197] GHES: HEST is not enabled!\n[ 0.544922] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573096] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.575709] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601495] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.606054] Linux agpgart interface v0.103\n[ 0.610143] brd: module loaded\n[ 0.612246] loop: module loaded\n[ 0.617486] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619011] GPT:90111 != 2097151\n[ 0.619714] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620867] GPT:90111 != 2097151\n[ 0.621567] GPT: Use GNU Parted to correct GPT errors.\n[ 0.622590] vda: vda1 vda15\n[ 0.624387] scsi host0: ata_piix\n[ 0.625228] scsi host1: ata_piix\n[ 0.625992] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.627267] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.628889] libphy: Fixed MDIO Bus: probed\n[ 0.629753] tun: Universal TUN/TAP device driver, 1.6\n[ 0.630764] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.633708] PPP generic driver version 2.4.2\n[ 0.634747] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.636014] ehci-pci: EHCI PCI platform driver\n[ 0.636948] ehci-platform: EHCI generic platform driver\n[ 0.637996] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.639285] ohci-pci: OHCI PCI platform driver\n[ 0.640218] ohci-platform: OHCI generic platform driver\n[ 0.641272] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.655754] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.656887] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.658453] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.659546] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.660843] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.662142] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.663624] usb usb1: Product: UHCI Host Controller\n[ 0.664603] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.665818] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.666862] hub 1-0:1.0: USB hub found\n[ 0.667682] hub 1-0:1.0: 2 ports detected\n[ 0.668773] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.671054] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.672101] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.673244] mousedev: PS/2 mouse device common for all mice\n[ 0.674656] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.676667] rtc_cmos 00:00: RTC can wake from S4\n[ 0.677893] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.679150] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.680429] i2c /dev entries driver\n[ 0.681316] device-mapper: uevent: version 1.0.3\n[ 0.682365] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.684147] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.685974] NET: Registered protocol family 10\n[ 0.687426] NET: Registered protocol family 17\n[ 0.688406] Key type dns_resolver registered\n[ 0.689651] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690802] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692788] registered taskstats version 1\n[ 0.693742] Loading compiled-in X.509 certificates\n[ 0.695329] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.697368] zswap: loaded using pool lzo/zbud\n[ 0.699474] Key type trusted registered\n[ 0.701336] Key type encrypted registered\n[ 0.702255] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.703393] ima: No TPM chip found, activating TPM-bypass!\n[ 0.704513] evm: HMAC attrs: 0x1\n[ 0.705629] Magic number: 14:58:163\n[ 0.706538] rtc_cmos 00:00: setting system clock to 2018-08-12 05:10:58 UTC (1534050658)\n[ 0.708370] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.709528] EDD information not available.\n[ 0.786918] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.798433] Write protecting the kernel read-only data: 14336k\n[ 0.801986] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804041] 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.852059] 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.74\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\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.84. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCkCeKsIQv+x2280d3CGqco+l97KdtJaJ+SjtIxmy+nucjBUoz18nM1CdjO5VXfuy4OHJYhzwIuosp3MkLbnKo9fnUXrKZtfZecST4pCqJ+dgOBvWS0OG/iWkBctufI3gJMWoY4qcH9/+Lsmg+D1zgqfYWi4EYl5JK6ymoS0ro+x0mzhl52pYtWw0h4SU/xc25HgZ+KigsdF/xjbMzbaQfa92fnT8cQenYv8fjvB7E/Sa1LTTr9P0Z6FbQnJErx7MD9Ppfr/yRE184bllIScqblvZbMzREni3yUOCt1op+6IlfgilYS6N8eF+6te5eIcvBHAaJkK5PCqSxm0IllHRoj root@singlevm2-vm-c2694597-0029-43a1-8ff1-7aeca87171eb\nssh-dss AAAAB3NzaC1kc3MAAACBALDzCcQ/FtBRG+r1rojL7LhfYBApFfFc4LflPVbJKo3XglEqILRuLw1La3Xo/3SEor1/BQeP7WqTAH9PDav7YXMecnlHvc/shWzkosPuo8glajS80arOmt/UbHde2r10Lw2O/jlj4rp3x6RbOAgN1yNE9PuzFvYx2TjOk5FMousHAAAAFQDqlLJjaH+WbeSpFAZmzgiWr9vr1wAAAIAijjTiaKZA3JODNQwv2hXVivhrA1CltnSH5o2aUCkic02gPgthGO/YBLgupDuQ3qOjwgRJ0vlZxHA77Suw8rD+YeieG9VdNK21SL9uN+ryrLb9G4CjjJk6+IfRLOhAGfByGrY/XiwWwXqdUiZYFqamUZWA0aJbnbnzyMoBldzaAQAAAIBY3j8hpPGx7rYYO0JGE611aRUZeIqs3Qht/ydWNwIiNWXSm5SgKlJ/uFyW5gVRlDk3Zq3+QIfhN82nNWz6FhM2d7e0Gspse+WL/qFyROS5iqzzRydlnPLEd5EcIISfTJrdEdckZRCInvQQIspk1NzoLOEf/xfp03izDKeP8WADDw== root@singlevm2-vm-c2694597-0029-43a1-8ff1-7aeca87171eb\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.30s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.10,24,fe80::f816:3eff:fe5f:b8f/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-c2694597-0029-43a1-8ff1-7aeca87171eb\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.51 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsinglevm2-vm-c2694597-0029-43a1-8ff1-7aeca87171eb login: "} 2018-08-12 05:11:03,482 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/7181c9e8-42b2-47b5-9362-0dbd0bcba48e/action used request id req-fc4c1773-6892-4a8f-9b55-249c391185ec 2018-08-12 05:11:03,482 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.107861042023s 2018-08-12 05:11:03,483 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/7181c9e8-42b2-47b5-9362-0dbd0bcba48e/action used request id req-fc4c1773-6892-4a8f-9b55-249c391185ec 2018-08-12 05:11:03,483 - 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 521870037 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.163592] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.165294] pid_max: default: 32768 minimum: 301 [ 0.166241] ACPI: Core revision 20150930 [ 0.167682] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.169029] Security Framework initialized [ 0.169874] Yama: becoming mindful. [ 0.170639] AppArmor: AppArmor initialized [ 0.171524] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.172897] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.174214] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.175461] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.176937] Initializing cgroup subsys io [ 0.177776] Initializing cgroup subsys memory [ 0.178674] Initializing cgroup subsys devices [ 0.179570] Initializing cgroup subsys freezer [ 0.180475] Initializing cgroup subsys net_cls [ 0.181371] Initializing cgroup subsys perf_event [ 0.182309] Initializing cgroup subsys net_prio [ 0.183239] Initializing cgroup subsys hugetlb [ 0.184135] Initializing cgroup subsys pids [ 0.185045] CPU: Physical Processor ID: 0 [ 0.186562] mce: CPU supports 10 MCE banks [ 0.187456] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.188505] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.202883] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.209052] ftrace: allocating 31920 entries in 125 pages [ 0.234668] smpboot: Max logical packages: 1 [ 0.235557] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.236997] x2apic enabled [ 0.237803] Switched APIC routing to physical x2apic. [ 0.239554] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.240751] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.242877] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.244744] KVM setup paravirtual spinlock [ 0.246151] x86: Booted up 1 node, 1 CPUs [ 0.247031] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.248507] devtmpfs: initialized [ 0.250267] evm: security.selinux [ 0.251035] evm: security.SMACK64 [ 0.251761] evm: security.SMACK64EXEC [ 0.252540] evm: security.SMACK64TRANSMUTE [ 0.253373] evm: security.SMACK64MMAP [ 0.254159] evm: security.ima [ 0.254832] evm: security.capability [ 0.255677] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.257641] pinctrl core: initialized pinctrl subsystem [ 0.258822] RTC time: 5:10:57, date: 08/12/18 [ 0.259820] NET: Registered protocol family 16 [ 0.260863] cpuidle: using governor ladder [ 0.261714] cpuidle: using governor menu [ 0.262542] PCCT header not found. [ 0.263327] ACPI: bus type PCI registered [ 0.264171] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.265463] PCI: Using configuration type 1 for base access [ 0.267271] ACPI: Added _OSI(Module Device) [ 0.268140] ACPI: Added _OSI(Processor Device) [ 0.269025] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.269955] ACPI: Added _OSI(Processor Aggregator Device) [ 0.271805] ACPI: Interpreter enabled [ 0.272634] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.274613] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.276573] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.278546] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.280512] ACPI: (supports S0 S5) [ 0.281250] ACPI: Using IOAPIC for interrupt routing [ 0.282256] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.285422] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.286616] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.287895] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.289142] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.291445] acpiphp: Slot [3] registered [ 0.292296] acpiphp: Slot [4] registered [ 0.293157] acpiphp: Slot [5] registered [ 0.293978] acpiphp: Slot [6] registered [ 0.294834] acpiphp: Slot [7] registered [ 0.295686] acpiphp: Slot [8] registered [ 0.296531] acpiphp: Slot [9] registered [ 0.297360] acpiphp: Slot [10] registered [ 0.298193] acpiphp: Slot [11] registered [ 0.299059] acpiphp: Slot [12] registered [ 0.299895] acpiphp: Slot [13] registered [ 0.300729] acpiphp: Slot [14] registered [ 0.301572] acpiphp: Slot [15] registered [ 0.312079] acpiphp: Slot [16] registered [ 0.312982] acpiphp: Slot [17] registered [ 0.313837] acpiphp: Slot [18] registered [ 0.314678] acpiphp: Slot [19] registered [ 0.315541] acpiphp: Slot [20] registered [ 0.316398] acpiphp: Slot [21] registered [ 0.317229] acpiphp: Slot [22] registered [ 0.318064] acpiphp: Slot [23] registered [ 0.318937] acpiphp: Slot [24] registered [ 0.319773] acpiphp: Slot [25] registered [ 0.320606] acpiphp: Slot [26] registered [ 0.321435] acpiphp: Slot [27] registered [ 0.322335] acpiphp: Slot [28] registered [ 0.323206] acpiphp: Slot [29] registered [ 0.324066] acpiphp: Slot [30] registered [ 0.324935] acpiphp: Slot [31] registered [ 0.325765] PCI host bridge to bus 0000:00 [ 0.326602] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.327834] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.329117] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.330634] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.332132] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.333738] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.337158] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.338501] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.339731] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.341040] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.344607] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.346266] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.364379] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.365976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.367849] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.369486] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.370886] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.372371] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.373725] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.374830] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.376445] vgaarb: loaded [ 0.377084] vgaarb: bridge control possible 0000:00:02.0 [ 0.378389] SCSI subsystem initialized [ 0.379330] ACPI: bus type USB registered [ 0.380209] usbcore: registered new interface driver usbfs [ 0.381291] usbcore: registered new interface driver hub [ 0.382366] usbcore: registered new device driver usb [ 0.383515] PCI: Using ACPI for IRQ routing [ 0.384687] NetLabel: Initializing [ 0.385425] NetLabel: domain hash size = 128 [ 0.386329] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387337] NetLabel: unlabeled traffic allowed by default [ 0.388559] clocksource: Switched to clocksource kvm-clock [ 0.396803] AppArmor: AppArmor Filesystem Enabled [ 0.397801] pnp: PnP ACPI init [ 0.398756] pnp: PnP ACPI: found 5 devices [ 0.405108] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.406911] NET: Registered protocol family 2 [ 0.407977] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.409352] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.410644] TCP: Hash tables configured (established 4096 bind 4096) [ 0.411895] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.413043] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.414277] NET: Registered protocol family 1 [ 0.415195] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.416389] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.417523] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.431285] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.445689] Trying to unpack rootfs image as initramfs... [ 0.502404] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.504166] Scanning for low memory corruption every 60 seconds [ 0.505625] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.506853] audit: initializing netlink subsys (disabled) [ 0.507937] audit: type=2000 audit(1534050658.647:1): initialized [ 0.509368] Initialise system trusted keyring [ 0.510359] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511575] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513780] zbud: loaded [ 0.514532] VFS: Disk quotas dquot_6.6.0 [ 0.515391] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.517066] fuse init (API version 7.23) [ 0.518027] Key type big_key registered [ 0.518867] Allocating IMA MOK and blacklist keyrings. [ 0.520154] Key type asymmetric registered [ 0.521027] Asymmetric key parser 'x509' registered [ 0.522031] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523583] io scheduler noop registered [ 0.524405] io scheduler deadline registered (default) [ 0.525461] io scheduler cfq registered [ 0.526346] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527442] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528787] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.530308] ACPI: Power Button [PWRF] [ 0.531197] GHES: HEST is not enabled! [ 0.544922] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573096] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.575709] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601495] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.606054] Linux agpgart interface v0.103 [ 0.610143] brd: module loaded [ 0.612246] loop: module loaded [ 0.617486] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619011] GPT:90111 != 2097151 [ 0.619714] GPT:Alternate GPT header not at the end of the disk. [ 0.620867] GPT:90111 != 2097151 [ 0.621567] GPT: Use GNU Parted to correct GPT errors. [ 0.622590] vda: vda1 vda15 [ 0.624387] scsi host0: ata_piix [ 0.625228] scsi host1: ata_piix [ 0.625992] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.627267] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.628889] libphy: Fixed MDIO Bus: probed [ 0.629753] tun: Universal TUN/TAP device driver, 1.6 [ 0.630764] tun: (C) 1999-2004 Max Krasnyansky [ 0.633708] PPP generic driver version 2.4.2 [ 0.634747] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.636014] ehci-pci: EHCI PCI platform driver [ 0.636948] ehci-platform: EHCI generic platform driver [ 0.637996] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.639285] ohci-pci: OHCI PCI platform driver [ 0.640218] ohci-platform: OHCI generic platform driver [ 0.641272] uhci_hcd: USB Universal Host Controller Interface driver [ 0.655754] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.656887] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.658453] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.659546] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.660843] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.662142] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.663624] usb usb1: Product: UHCI Host Controller [ 0.664603] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.665818] usb usb1: SerialNumber: 0000:00:01.2 [ 0.666862] hub 1-0:1.0: USB hub found [ 0.667682] hub 1-0:1.0: 2 ports detected [ 0.668773] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.671054] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.672101] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.673244] mousedev: PS/2 mouse device common for all mice [ 0.674656] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.676667] rtc_cmos 00:00: RTC can wake from S4 [ 0.677893] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.679150] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.680429] i2c /dev entries driver [ 0.681316] device-mapper: uevent: version 1.0.3 [ 0.682365] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.684147] ledtrig-cpu: registered to indicate activity on CPUs [ 0.685974] NET: Registered protocol family 10 [ 0.687426] NET: Registered protocol family 17 [ 0.688406] Key type dns_resolver registered [ 0.689651] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.690802] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.692788] registered taskstats version 1 [ 0.693742] Loading compiled-in X.509 certificates [ 0.695329] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.697368] zswap: loaded using pool lzo/zbud [ 0.699474] Key type trusted registered [ 0.701336] Key type encrypted registered [ 0.702255] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703393] ima: No TPM chip found, activating TPM-bypass! [ 0.704513] evm: HMAC attrs: 0x1 [ 0.705629] Magic number: 14:58:163 [ 0.706538] rtc_cmos 00:00: setting system clock to 2018-08-12 05:10:58 UTC (1534050658) [ 0.708370] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.709528] EDD information not available. [ 0.786918] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.798433] Write protecting the kernel read-only data: 14336k [ 0.801986] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804041] 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 [ 0.852059] 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.74 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... 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.84. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCkCeKsIQv+x2280d3CGqco+l97KdtJaJ+SjtIxmy+nucjBUoz18nM1CdjO5VXfuy4OHJYhzwIuosp3MkLbnKo9fnUXrKZtfZecST4pCqJ+dgOBvWS0OG/iWkBctufI3gJMWoY4qcH9/+Lsmg+D1zgqfYWi4EYl5JK6ymoS0ro+x0mzhl52pYtWw0h4SU/xc25HgZ+KigsdF/xjbMzbaQfa92fnT8cQenYv8fjvB7E/Sa1LTTr9P0Z6FbQnJErx7MD9Ppfr/yRE184bllIScqblvZbMzREni3yUOCt1op+6IlfgilYS6N8eF+6te5eIcvBHAaJkK5PCqSxm0IllHRoj root@singlevm2-vm-c2694597-0029-43a1-8ff1-7aeca87171eb ssh-dss AAAAB3NzaC1kc3MAAACBALDzCcQ/FtBRG+r1rojL7LhfYBApFfFc4LflPVbJKo3XglEqILRuLw1La3Xo/3SEor1/BQeP7WqTAH9PDav7YXMecnlHvc/shWzkosPuo8glajS80arOmt/UbHde2r10Lw2O/jlj4rp3x6RbOAgN1yNE9PuzFvYx2TjOk5FMousHAAAAFQDqlLJjaH+WbeSpFAZmzgiWr9vr1wAAAIAijjTiaKZA3JODNQwv2hXVivhrA1CltnSH5o2aUCkic02gPgthGO/YBLgupDuQ3qOjwgRJ0vlZxHA77Suw8rD+YeieG9VdNK21SL9uN+ryrLb9G4CjjJk6+IfRLOhAGfByGrY/XiwWwXqdUiZYFqamUZWA0aJbnbnzyMoBldzaAQAAAIBY3j8hpPGx7rYYO0JGE611aRUZeIqs3Qht/ydWNwIiNWXSm5SgKlJ/uFyW5gVRlDk3Zq3+QIfhN82nNWz6FhM2d7e0Gspse+WL/qFyROS5iqzzRydlnPLEd5EcIISfTJrdEdckZRCInvQQIspk1NzoLOEf/xfp03izDKeP8WADDw== root@singlevm2-vm-c2694597-0029-43a1-8ff1-7aeca87171eb -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.30s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.10,24,fe80::f816:3eff:fe5f:b8f/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-c2694597-0029-43a1-8ff1-7aeca87171eb launch-index: 0 === cirros: current=0.4.0 uptime=3.51 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. singlevm2-vm-c2694597-0029-43a1-8ff1-7aeca87171eb login: 2018-08-12 05:11:04,485 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.203: timed out 2018-08-12 05:11:13,491 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-12 05:11:13,495 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/7181c9e8-42b2-47b5-9362-0dbd0bcba48e/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}38e8940836b94d8df047330eece98bb7084284ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 05:11:13,643 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:11: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-7e1a67e5-1d80-487b-b649-b3fe244a3157 x-compute-request-id: req-7e1a67e5-1d80-487b-b649-b3fe244a3157 Content-Encoding: gzip Content-Length: 9569 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 521870037 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.163592] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.165294] pid_max: default: 32768 minimum: 301\n[ 0.166241] ACPI: Core revision 20150930\n[ 0.167682] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.169029] Security Framework initialized\n[ 0.169874] Yama: becoming mindful.\n[ 0.170639] AppArmor: AppArmor initialized\n[ 0.171524] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.172897] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.174214] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.175461] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.176937] Initializing cgroup subsys io\n[ 0.177776] Initializing cgroup subsys memory\n[ 0.178674] Initializing cgroup subsys devices\n[ 0.179570] Initializing cgroup subsys freezer\n[ 0.180475] Initializing cgroup subsys net_cls\n[ 0.181371] Initializing cgroup subsys perf_event\n[ 0.182309] Initializing cgroup subsys net_prio\n[ 0.183239] Initializing cgroup subsys hugetlb\n[ 0.184135] Initializing cgroup subsys pids\n[ 0.185045] CPU: Physical Processor ID: 0\n[ 0.186562] mce: CPU supports 10 MCE banks\n[ 0.187456] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.188505] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.202883] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.209052] ftrace: allocating 31920 entries in 125 pages\n[ 0.234668] smpboot: Max logical packages: 1\n[ 0.235557] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.236997] x2apic enabled\n[ 0.237803] Switched APIC routing to physical x2apic.\n[ 0.239554] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.240751] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.242877] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.244744] KVM setup paravirtual spinlock\n[ 0.246151] x86: Booted up 1 node, 1 CPUs\n[ 0.247031] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.248507] devtmpfs: initialized\n[ 0.250267] evm: security.selinux\n[ 0.251035] evm: security.SMACK64\n[ 0.251761] evm: security.SMACK64EXEC\n[ 0.252540] evm: security.SMACK64TRANSMUTE\n[ 0.253373] evm: security.SMACK64MMAP\n[ 0.254159] evm: security.ima\n[ 0.254832] evm: security.capability\n[ 0.255677] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.257641] pinctrl core: initialized pinctrl subsystem\n[ 0.258822] RTC time: 5:10:57, date: 08/12/18\n[ 0.259820] NET: Registered protocol family 16\n[ 0.260863] cpuidle: using governor ladder\n[ 0.261714] cpuidle: using governor menu\n[ 0.262542] PCCT header not found.\n[ 0.263327] ACPI: bus type PCI registered\n[ 0.264171] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.265463] PCI: Using configuration type 1 for base access\n[ 0.267271] ACPI: Added _OSI(Module Device)\n[ 0.268140] ACPI: Added _OSI(Processor Device)\n[ 0.269025] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.269955] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.271805] ACPI: Interpreter enabled\n[ 0.272634] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.274613] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.276573] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.278546] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.280512] ACPI: (supports S0 S5)\n[ 0.281250] ACPI: Using IOAPIC for interrupt routing\n[ 0.282256] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.285422] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.286616] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.287895] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.289142] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.291445] acpiphp: Slot [3] registered\n[ 0.292296] acpiphp: Slot [4] registered\n[ 0.293157] acpiphp: Slot [5] registered\n[ 0.293978] acpiphp: Slot [6] registered\n[ 0.294834] acpiphp: Slot [7] registered\n[ 0.295686] acpiphp: Slot [8] registered\n[ 0.296531] acpiphp: Slot [9] registered\n[ 0.297360] acpiphp: Slot [10] registered\n[ 0.298193] acpiphp: Slot [11] registered\n[ 0.299059] acpiphp: Slot [12] registered\n[ 0.299895] acpiphp: Slot [13] registered\n[ 0.300729] acpiphp: Slot [14] registered\n[ 0.301572] acpiphp: Slot [15] registered\n[ 0.312079] acpiphp: Slot [16] registered\n[ 0.312982] acpiphp: Slot [17] registered\n[ 0.313837] acpiphp: Slot [18] registered\n[ 0.314678] acpiphp: Slot [19] registered\n[ 0.315541] acpiphp: Slot [20] registered\n[ 0.316398] acpiphp: Slot [21] registered\n[ 0.317229] acpiphp: Slot [22] registered\n[ 0.318064] acpiphp: Slot [23] registered\n[ 0.318937] acpiphp: Slot [24] registered\n[ 0.319773] acpiphp: Slot [25] registered\n[ 0.320606] acpiphp: Slot [26] registered\n[ 0.321435] acpiphp: Slot [27] registered\n[ 0.322335] acpiphp: Slot [28] registered\n[ 0.323206] acpiphp: Slot [29] registered\n[ 0.324066] acpiphp: Slot [30] registered\n[ 0.324935] acpiphp: Slot [31] registered\n[ 0.325765] PCI host bridge to bus 0000:00\n[ 0.326602] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.327834] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.329117] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.330634] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.332132] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.333738] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.337158] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.338501] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.339731] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.341040] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.344607] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.346266] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.364379] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.365976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.367849] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369486] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.370886] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372371] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373725] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374830] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376445] vgaarb: loaded\n[ 0.377084] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378389] SCSI subsystem initialized\n[ 0.379330] ACPI: bus type USB registered\n[ 0.380209] usbcore: registered new interface driver usbfs\n[ 0.381291] usbcore: registered new interface driver hub\n[ 0.382366] usbcore: registered new device driver usb\n[ 0.383515] PCI: Using ACPI for IRQ routing\n[ 0.384687] NetLabel: Initializing\n[ 0.385425] NetLabel: domain hash size = 128\n[ 0.386329] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387337] NetLabel: unlabeled traffic allowed by default\n[ 0.388559] clocksource: Switched to clocksource kvm-clock\n[ 0.396803] AppArmor: AppArmor Filesystem Enabled\n[ 0.397801] pnp: PnP ACPI init\n[ 0.398756] pnp: PnP ACPI: found 5 devices\n[ 0.405108] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.406911] NET: Registered protocol family 2\n[ 0.407977] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.409352] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.410644] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.411895] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.413043] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414277] NET: Registered protocol family 1\n[ 0.415195] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.416389] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417523] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.431285] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.445689] Trying to unpack rootfs image as initramfs...\n[ 0.502404] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.504166] Scanning for low memory corruption every 60 seconds\n[ 0.505625] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506853] audit: initializing netlink subsys (disabled)\n[ 0.507937] audit: type=2000 audit(1534050658.647:1): initialized\n[ 0.509368] Initialise system trusted keyring\n[ 0.510359] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511575] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513780] zbud: loaded\n[ 0.514532] VFS: Disk quotas dquot_6.6.0\n[ 0.515391] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.517066] fuse init (API version 7.23)\n[ 0.518027] Key type big_key registered\n[ 0.518867] Allocating IMA MOK and blacklist keyrings.\n[ 0.520154] Key type asymmetric registered\n[ 0.521027] Asymmetric key parser 'x509' registered\n[ 0.522031] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523583] io scheduler noop registered\n[ 0.524405] io scheduler deadline registered (default)\n[ 0.525461] io scheduler cfq registered\n[ 0.526346] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527442] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528787] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.530308] ACPI: Power Button [PWRF]\n[ 0.531197] GHES: HEST is not enabled!\n[ 0.544922] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573096] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.575709] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601495] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.606054] Linux agpgart interface v0.103\n[ 0.610143] brd: module loaded\n[ 0.612246] loop: module loaded\n[ 0.617486] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619011] GPT:90111 != 2097151\n[ 0.619714] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620867] GPT:90111 != 2097151\n[ 0.621567] GPT: Use GNU Parted to correct GPT errors.\n[ 0.622590] vda: vda1 vda15\n[ 0.624387] scsi host0: ata_piix\n[ 0.625228] scsi host1: ata_piix\n[ 0.625992] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.627267] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.628889] libphy: Fixed MDIO Bus: probed\n[ 0.629753] tun: Universal TUN/TAP device driver, 1.6\n[ 0.630764] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.633708] PPP generic driver version 2.4.2\n[ 0.634747] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.636014] ehci-pci: EHCI PCI platform driver\n[ 0.636948] ehci-platform: EHCI generic platform driver\n[ 0.637996] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.639285] ohci-pci: OHCI PCI platform driver\n[ 0.640218] ohci-platform: OHCI generic platform driver\n[ 0.641272] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.655754] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.656887] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.658453] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.659546] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.660843] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.662142] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.663624] usb usb1: Product: UHCI Host Controller\n[ 0.664603] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.665818] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.666862] hub 1-0:1.0: USB hub found\n[ 0.667682] hub 1-0:1.0: 2 ports detected\n[ 0.668773] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.671054] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.672101] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.673244] mousedev: PS/2 mouse device common for all mice\n[ 0.674656] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.676667] rtc_cmos 00:00: RTC can wake from S4\n[ 0.677893] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.679150] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.680429] i2c /dev entries driver\n[ 0.681316] device-mapper: uevent: version 1.0.3\n[ 0.682365] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.684147] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.685974] NET: Registered protocol family 10\n[ 0.687426] NET: Registered protocol family 17\n[ 0.688406] Key type dns_resolver registered\n[ 0.689651] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690802] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692788] registered taskstats version 1\n[ 0.693742] Loading compiled-in X.509 certificates\n[ 0.695329] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.697368] zswap: loaded using pool lzo/zbud\n[ 0.699474] Key type trusted registered\n[ 0.701336] Key type encrypted registered\n[ 0.702255] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.703393] ima: No TPM chip found, activating TPM-bypass!\n[ 0.704513] evm: HMAC attrs: 0x1\n[ 0.705629] Magic number: 14:58:163\n[ 0.706538] rtc_cmos 00:00: setting system clock to 2018-08-12 05:10:58 UTC (1534050658)\n[ 0.708370] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.709528] EDD information not available.\n[ 0.786918] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.798433] Write protecting the kernel read-only data: 14336k\n[ 0.801986] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804041] 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.852059] 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.74\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\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.84. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCkCeKsIQv+x2280d3CGqco+l97KdtJaJ+SjtIxmy+nucjBUoz18nM1CdjO5VXfuy4OHJYhzwIuosp3MkLbnKo9fnUXrKZtfZecST4pCqJ+dgOBvWS0OG/iWkBctufI3gJMWoY4qcH9/+Lsmg+D1zgqfYWi4EYl5JK6ymoS0ro+x0mzhl52pYtWw0h4SU/xc25HgZ+KigsdF/xjbMzbaQfa92fnT8cQenYv8fjvB7E/Sa1LTTr9P0Z6FbQnJErx7MD9Ppfr/yRE184bllIScqblvZbMzREni3yUOCt1op+6IlfgilYS6N8eF+6te5eIcvBHAaJkK5PCqSxm0IllHRoj root@singlevm2-vm-c2694597-0029-43a1-8ff1-7aeca87171eb\nssh-dss AAAAB3NzaC1kc3MAAACBALDzCcQ/FtBRG+r1rojL7LhfYBApFfFc4LflPVbJKo3XglEqILRuLw1La3Xo/3SEor1/BQeP7WqTAH9PDav7YXMecnlHvc/shWzkosPuo8glajS80arOmt/UbHde2r10Lw2O/jlj4rp3x6RbOAgN1yNE9PuzFvYx2TjOk5FMousHAAAAFQDqlLJjaH+WbeSpFAZmzgiWr9vr1wAAAIAijjTiaKZA3JODNQwv2hXVivhrA1CltnSH5o2aUCkic02gPgthGO/YBLgupDuQ3qOjwgRJ0vlZxHA77Suw8rD+YeieG9VdNK21SL9uN+ryrLb9G4CjjJk6+IfRLOhAGfByGrY/XiwWwXqdUiZYFqamUZWA0aJbnbnzyMoBldzaAQAAAIBY3j8hpPGx7rYYO0JGE611aRUZeIqs3Qht/ydWNwIiNWXSm5SgKlJ/uFyW5gVRlDk3Zq3+QIfhN82nNWz6FhM2d7e0Gspse+WL/qFyROS5iqzzRydlnPLEd5EcIISfTJrdEdckZRCInvQQIspk1NzoLOEf/xfp03izDKeP8WADDw== root@singlevm2-vm-c2694597-0029-43a1-8ff1-7aeca87171eb\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.30s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.10,24,fe80::f816:3eff:fe5f:b8f/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-c2694597-0029-43a1-8ff1-7aeca87171eb\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.51 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsinglevm2-vm-c2694597-0029-43a1-8ff1-7aeca87171eb login: "} 2018-08-12 05:11:13,644 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/7181c9e8-42b2-47b5-9362-0dbd0bcba48e/action used request id req-7e1a67e5-1d80-487b-b649-b3fe244a3157 2018-08-12 05:11:13,644 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.151939868927s 2018-08-12 05:11:13,645 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/7181c9e8-42b2-47b5-9362-0dbd0bcba48e/action used request id req-7e1a67e5-1d80-487b-b649-b3fe244a3157 2018-08-12 05:11:13,645 - 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 521870037 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.163592] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.165294] pid_max: default: 32768 minimum: 301 [ 0.166241] ACPI: Core revision 20150930 [ 0.167682] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.169029] Security Framework initialized [ 0.169874] Yama: becoming mindful. [ 0.170639] AppArmor: AppArmor initialized [ 0.171524] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.172897] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.174214] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.175461] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.176937] Initializing cgroup subsys io [ 0.177776] Initializing cgroup subsys memory [ 0.178674] Initializing cgroup subsys devices [ 0.179570] Initializing cgroup subsys freezer [ 0.180475] Initializing cgroup subsys net_cls [ 0.181371] Initializing cgroup subsys perf_event [ 0.182309] Initializing cgroup subsys net_prio [ 0.183239] Initializing cgroup subsys hugetlb [ 0.184135] Initializing cgroup subsys pids [ 0.185045] CPU: Physical Processor ID: 0 [ 0.186562] mce: CPU supports 10 MCE banks [ 0.187456] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.188505] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.202883] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.209052] ftrace: allocating 31920 entries in 125 pages [ 0.234668] smpboot: Max logical packages: 1 [ 0.235557] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.236997] x2apic enabled [ 0.237803] Switched APIC routing to physical x2apic. [ 0.239554] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.240751] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.242877] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.244744] KVM setup paravirtual spinlock [ 0.246151] x86: Booted up 1 node, 1 CPUs [ 0.247031] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.248507] devtmpfs: initialized [ 0.250267] evm: security.selinux [ 0.251035] evm: security.SMACK64 [ 0.251761] evm: security.SMACK64EXEC [ 0.252540] evm: security.SMACK64TRANSMUTE [ 0.253373] evm: security.SMACK64MMAP [ 0.254159] evm: security.ima [ 0.254832] evm: security.capability [ 0.255677] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.257641] pinctrl core: initialized pinctrl subsystem [ 0.258822] RTC time: 5:10:57, date: 08/12/18 [ 0.259820] NET: Registered protocol family 16 [ 0.260863] cpuidle: using governor ladder [ 0.261714] cpuidle: using governor menu [ 0.262542] PCCT header not found. [ 0.263327] ACPI: bus type PCI registered [ 0.264171] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.265463] PCI: Using configuration type 1 for base access [ 0.267271] ACPI: Added _OSI(Module Device) [ 0.268140] ACPI: Added _OSI(Processor Device) [ 0.269025] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.269955] ACPI: Added _OSI(Processor Aggregator Device) [ 0.271805] ACPI: Interpreter enabled [ 0.272634] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.274613] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.276573] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.278546] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.280512] ACPI: (supports S0 S5) [ 0.281250] ACPI: Using IOAPIC for interrupt routing [ 0.282256] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.285422] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.286616] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.287895] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.289142] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.291445] acpiphp: Slot [3] registered [ 0.292296] acpiphp: Slot [4] registered [ 0.293157] acpiphp: Slot [5] registered [ 0.293978] acpiphp: Slot [6] registered [ 0.294834] acpiphp: Slot [7] registered [ 0.295686] acpiphp: Slot [8] registered [ 0.296531] acpiphp: Slot [9] registered [ 0.297360] acpiphp: Slot [10] registered [ 0.298193] acpiphp: Slot [11] registered [ 0.299059] acpiphp: Slot [12] registered [ 0.299895] acpiphp: Slot [13] registered [ 0.300729] acpiphp: Slot [14] registered [ 0.301572] acpiphp: Slot [15] registered [ 0.312079] acpiphp: Slot [16] registered [ 0.312982] acpiphp: Slot [17] registered [ 0.313837] acpiphp: Slot [18] registered [ 0.314678] acpiphp: Slot [19] registered [ 0.315541] acpiphp: Slot [20] registered [ 0.316398] acpiphp: Slot [21] registered [ 0.317229] acpiphp: Slot [22] registered [ 0.318064] acpiphp: Slot [23] registered [ 0.318937] acpiphp: Slot [24] registered [ 0.319773] acpiphp: Slot [25] registered [ 0.320606] acpiphp: Slot [26] registered [ 0.321435] acpiphp: Slot [27] registered [ 0.322335] acpiphp: Slot [28] registered [ 0.323206] acpiphp: Slot [29] registered [ 0.324066] acpiphp: Slot [30] registered [ 0.324935] acpiphp: Slot [31] registered [ 0.325765] PCI host bridge to bus 0000:00 [ 0.326602] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.327834] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.329117] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.330634] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.332132] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.333738] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.337158] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.338501] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.339731] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.341040] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.344607] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.346266] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.364379] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.365976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.367849] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.369486] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.370886] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.372371] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.373725] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.374830] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.376445] vgaarb: loaded [ 0.377084] vgaarb: bridge control possible 0000:00:02.0 [ 0.378389] SCSI subsystem initialized [ 0.379330] ACPI: bus type USB registered [ 0.380209] usbcore: registered new interface driver usbfs [ 0.381291] usbcore: registered new interface driver hub [ 0.382366] usbcore: registered new device driver usb [ 0.383515] PCI: Using ACPI for IRQ routing [ 0.384687] NetLabel: Initializing [ 0.385425] NetLabel: domain hash size = 128 [ 0.386329] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387337] NetLabel: unlabeled traffic allowed by default [ 0.388559] clocksource: Switched to clocksource kvm-clock [ 0.396803] AppArmor: AppArmor Filesystem Enabled [ 0.397801] pnp: PnP ACPI init [ 0.398756] pnp: PnP ACPI: found 5 devices [ 0.405108] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.406911] NET: Registered protocol family 2 [ 0.407977] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.409352] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.410644] TCP: Hash tables configured (established 4096 bind 4096) [ 0.411895] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.413043] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.414277] NET: Registered protocol family 1 [ 0.415195] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.416389] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.417523] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.431285] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.445689] Trying to unpack rootfs image as initramfs... [ 0.502404] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.504166] Scanning for low memory corruption every 60 seconds [ 0.505625] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.506853] audit: initializing netlink subsys (disabled) [ 0.507937] audit: type=2000 audit(1534050658.647:1): initialized [ 0.509368] Initialise system trusted keyring [ 0.510359] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511575] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513780] zbud: loaded [ 0.514532] VFS: Disk quotas dquot_6.6.0 [ 0.515391] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.517066] fuse init (API version 7.23) [ 0.518027] Key type big_key registered [ 0.518867] Allocating IMA MOK and blacklist keyrings. [ 0.520154] Key type asymmetric registered [ 0.521027] Asymmetric key parser 'x509' registered [ 0.522031] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523583] io scheduler noop registered [ 0.524405] io scheduler deadline registered (default) [ 0.525461] io scheduler cfq registered [ 0.526346] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527442] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528787] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.530308] ACPI: Power Button [PWRF] [ 0.531197] GHES: HEST is not enabled! [ 0.544922] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573096] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.575709] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601495] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.606054] Linux agpgart interface v0.103 [ 0.610143] brd: module loaded [ 0.612246] loop: module loaded [ 0.617486] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619011] GPT:90111 != 2097151 [ 0.619714] GPT:Alternate GPT header not at the end of the disk. [ 0.620867] GPT:90111 != 2097151 [ 0.621567] GPT: Use GNU Parted to correct GPT errors. [ 0.622590] vda: vda1 vda15 [ 0.624387] scsi host0: ata_piix [ 0.625228] scsi host1: ata_piix [ 0.625992] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.627267] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.628889] libphy: Fixed MDIO Bus: probed [ 0.629753] tun: Universal TUN/TAP device driver, 1.6 [ 0.630764] tun: (C) 1999-2004 Max Krasnyansky [ 0.633708] PPP generic driver version 2.4.2 [ 0.634747] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.636014] ehci-pci: EHCI PCI platform driver [ 0.636948] ehci-platform: EHCI generic platform driver [ 0.637996] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.639285] ohci-pci: OHCI PCI platform driver [ 0.640218] ohci-platform: OHCI generic platform driver [ 0.641272] uhci_hcd: USB Universal Host Controller Interface driver [ 0.655754] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.656887] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.658453] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.659546] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.660843] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.662142] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.663624] usb usb1: Product: UHCI Host Controller [ 0.664603] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.665818] usb usb1: SerialNumber: 0000:00:01.2 [ 0.666862] hub 1-0:1.0: USB hub found [ 0.667682] hub 1-0:1.0: 2 ports detected [ 0.668773] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.671054] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.672101] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.673244] mousedev: PS/2 mouse device common for all mice [ 0.674656] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.676667] rtc_cmos 00:00: RTC can wake from S4 [ 0.677893] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.679150] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.680429] i2c /dev entries driver [ 0.681316] device-mapper: uevent: version 1.0.3 [ 0.682365] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.684147] ledtrig-cpu: registered to indicate activity on CPUs [ 0.685974] NET: Registered protocol family 10 [ 0.687426] NET: Registered protocol family 17 [ 0.688406] Key type dns_resolver registered [ 0.689651] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.690802] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.692788] registered taskstats version 1 [ 0.693742] Loading compiled-in X.509 certificates [ 0.695329] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.697368] zswap: loaded using pool lzo/zbud [ 0.699474] Key type trusted registered [ 0.701336] Key type encrypted registered [ 0.702255] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703393] ima: No TPM chip found, activating TPM-bypass! [ 0.704513] evm: HMAC attrs: 0x1 [ 0.705629] Magic number: 14:58:163 [ 0.706538] rtc_cmos 00:00: setting system clock to 2018-08-12 05:10:58 UTC (1534050658) [ 0.708370] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.709528] EDD information not available. [ 0.786918] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.798433] Write protecting the kernel read-only data: 14336k [ 0.801986] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804041] 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 [ 0.852059] 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.74 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... 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.84. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCkCeKsIQv+x2280d3CGqco+l97KdtJaJ+SjtIxmy+nucjBUoz18nM1CdjO5VXfuy4OHJYhzwIuosp3MkLbnKo9fnUXrKZtfZecST4pCqJ+dgOBvWS0OG/iWkBctufI3gJMWoY4qcH9/+Lsmg+D1zgqfYWi4EYl5JK6ymoS0ro+x0mzhl52pYtWw0h4SU/xc25HgZ+KigsdF/xjbMzbaQfa92fnT8cQenYv8fjvB7E/Sa1LTTr9P0Z6FbQnJErx7MD9Ppfr/yRE184bllIScqblvZbMzREni3yUOCt1op+6IlfgilYS6N8eF+6te5eIcvBHAaJkK5PCqSxm0IllHRoj root@singlevm2-vm-c2694597-0029-43a1-8ff1-7aeca87171eb ssh-dss AAAAB3NzaC1kc3MAAACBALDzCcQ/FtBRG+r1rojL7LhfYBApFfFc4LflPVbJKo3XglEqILRuLw1La3Xo/3SEor1/BQeP7WqTAH9PDav7YXMecnlHvc/shWzkosPuo8glajS80arOmt/UbHde2r10Lw2O/jlj4rp3x6RbOAgN1yNE9PuzFvYx2TjOk5FMousHAAAAFQDqlLJjaH+WbeSpFAZmzgiWr9vr1wAAAIAijjTiaKZA3JODNQwv2hXVivhrA1CltnSH5o2aUCkic02gPgthGO/YBLgupDuQ3qOjwgRJ0vlZxHA77Suw8rD+YeieG9VdNK21SL9uN+ryrLb9G4CjjJk6+IfRLOhAGfByGrY/XiwWwXqdUiZYFqamUZWA0aJbnbnzyMoBldzaAQAAAIBY3j8hpPGx7rYYO0JGE611aRUZeIqs3Qht/ydWNwIiNWXSm5SgKlJ/uFyW5gVRlDk3Zq3+QIfhN82nNWz6FhM2d7e0Gspse+WL/qFyROS5iqzzRydlnPLEd5EcIISfTJrdEdckZRCInvQQIspk1NzoLOEf/xfp03izDKeP8WADDw== root@singlevm2-vm-c2694597-0029-43a1-8ff1-7aeca87171eb -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.30s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.10,24,fe80::f816:3eff:fe5f:b8f/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-c2694597-0029-43a1-8ff1-7aeca87171eb launch-index: 0 === cirros: current=0.4.0 uptime=3.51 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. singlevm2-vm-c2694597-0029-43a1-8ff1-7aeca87171eb login: 2018-08-12 05:11:13,647 - paramiko.transport - DEBUG - starting thread (client mode): 0x5ab39b90L 2018-08-12 05:11:13,648 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-12 05:11:13,648 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-08-12 05:11:13,648 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-08-12 05:11:13,650 - 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 05:11:13,650 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-12 05:11:13,650 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-08-12 05:11:13,650 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-12 05:11:13,650 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-12 05:11:13,651 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-12 05:11:13,667 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-12 05:11:13,668 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-12 05:11:13,680 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.203: 31c661531579cd01ea68fe91dce501d7 2018-08-12 05:11:13,681 - paramiko.transport - DEBUG - Trying discovered key a725b82374b334503680645f8898ad55 in /tmp/tmpUBdQZz 2018-08-12 05:11:13,707 - paramiko.transport - DEBUG - userauth is OK 2018-08-12 05:11:13,713 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-12 05:11:13,745 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-12 05:11:13,746 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-08-12 05:11:13,746 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-12 05:11:13,747 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-12 05:11:13,748 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-12 05:11:13,748 - functest.core.singlevm - DEBUG - output: Hello World 2018-08-12 05:11:13,749 - functest.core.singlevm - DEBUG - error: 2018-08-12 05:11:13,753 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-12 05:11:13,857 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-12 05:11:13,858 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | singlevm2 | functest | 00:39 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-12 05:11:13,865 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-12 05:11:13,866 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/floatingips/2c01ca58-e44e-4f95-82a1-0e4efce31f3a.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}38e8940836b94d8df047330eece98bb7084284ef" 2018-08-12 05:11:14,489 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2cbff441-e782-4bd7-a58a-ed32e5142e5e Content-Length: 0 Date: Sun, 12 Aug 2018 05:11:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 05:11:14,489 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/floatingips/2c01ca58-e44e-4f95-82a1-0e4efce31f3a.json used request id req-2cbff441-e782-4bd7-a58a-ed32e5142e5e 2018-08-12 05:11:14,490 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.623960018158s 2018-08-12 05:11:14,490 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/floatingips/2c01ca58-e44e-4f95-82a1-0e4efce31f3a.json used request id req-2cbff441-e782-4bd7-a58a-ed32e5142e5e 2018-08-12 05:11:14,495 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-12 05:11:14,496 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}38e8940836b94d8df047330eece98bb7084284ef" 2018-08-12 05:11:14,522 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-9b3e2871-5944-4e87-8ba4-d7bd164af420 Date: Sun, 12 Aug 2018 05:11:14 GMT RESP BODY: {"floatingips": []} 2018-08-12 05:11:14,522 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-9b3e2871-5944-4e87-8ba4-d7bd164af420 2018-08-12 05:11:14,523 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0272400379181s 2018-08-12 05:11:14,523 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-9b3e2871-5944-4e87-8ba4-d7bd164af420 2018-08-12 05:11:14,524 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-12 05:11:14,526 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/servers/7181c9e8-42b2-47b5-9362-0dbd0bcba48e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}38e8940836b94d8df047330eece98bb7084284ef" 2018-08-12 05:11:14,658 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 05: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 x-openstack-request-id: req-7e783dfa-132c-4662-8227-9e6dc28eeff7 x-compute-request-id: req-7e783dfa-132c-4662-8227-9e6dc28eeff7 Content-Type: application/json 2018-08-12 05:11:14,658 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/7181c9e8-42b2-47b5-9362-0dbd0bcba48e used request id req-7e783dfa-132c-4662-8227-9e6dc28eeff7 2018-08-12 05:11:14,658 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.134727954865s 2018-08-12 05:11:14,659 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/7181c9e8-42b2-47b5-9362-0dbd0bcba48e used request id req-7e783dfa-132c-4662-8227-9e6dc28eeff7 2018-08-12 05:11:14,659 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 05:11:14,662 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}38e8940836b94d8df047330eece98bb7084284ef" 2018-08-12 05:11:15,988 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05: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-3927ece3-eaaa-4af8-89c4-6832d0a18b4f x-compute-request-id: req-3927ece3-eaaa-4af8-89c4-6832d0a18b4f Content-Encoding: gzip Content-Length: 768 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"singlevm2-net_c2694597-0029-43a1-8ff1-7aeca87171eb": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:0b:8f", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:0b:8f", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/7181c9e8-42b2-47b5-9362-0dbd0bcba48e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/7181c9e8-42b2-47b5-9362-0dbd0bcba48e", "rel": "bookmark"}], "image": {"id": "7e843342-a160-4b32-b5e3-94218a57e8d3", "links": [{"href": "http://172.30.9.21:8774/images/7e843342-a160-4b32-b5e3-94218a57e8d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T05:10:57.000000", "flavor": {"id": "fbf92c18-f821-471e-82c8-608cc5c8b134", "links": [{"href": "http://172.30.9.21:8774/flavors/fbf92c18-f821-471e-82c8-608cc5c8b134", "rel": "bookmark"}]}, "id": "7181c9e8-42b2-47b5-9362-0dbd0bcba48e", "security_groups": [{"name": "singlevm2-sg_c2694597-0029-43a1-8ff1-7aeca87171eb"}], "user_id": "7d398543a23b4c72a04751f52955ba1c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T05:11:14Z", "hostId": "1659c92aebe0c7f6ce7e216c0b384a6f582b0d70876b67310782b708", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_c2694597-0029-43a1-8ff1-7aeca87171eb", "name": "singlevm2-vm_c2694597-0029-43a1-8ff1-7aeca87171eb", "created": "2018-08-12T05:10:48Z", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 05:11:15,988 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-3927ece3-eaaa-4af8-89c4-6832d0a18b4f 2018-08-12 05:11:15,988 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.32890605927s 2018-08-12 05:11:15,988 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-3927ece3-eaaa-4af8-89c4-6832d0a18b4f 2018-08-12 05:11:15,990 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 05:11:17,991 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 05:11:17,994 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}38e8940836b94d8df047330eece98bb7084284ef" 2018-08-12 05:11:18,066 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05: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 x-openstack-request-id: req-e84d8c71-4e7a-40a3-8702-2cc1c6dab568 x-compute-request-id: req-e84d8c71-4e7a-40a3-8702-2cc1c6dab568 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-12 05:11:18,066 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-e84d8c71-4e7a-40a3-8702-2cc1c6dab568 2018-08-12 05:11:18,067 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0751008987427s 2018-08-12 05:11:18,067 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-e84d8c71-4e7a-40a3-8702-2cc1c6dab568 2018-08-12 05:11:18,070 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-12 05:11:18,070 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}38e8940836b94d8df047330eece98bb7084284ef" 2018-08-12 05:11:18,313 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4831 X-Openstack-Request-Id: req-0db790f6-c9a4-4371-87c9-27e6fa6df5cb Date: Sun, 12 Aug 2018 05:11:18 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ea65becf30e54b27aa96a449698a435e", "created_at": "2018-08-12T05:10:35Z", "updated_at": "2018-08-12T05:10:35Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "30ad280c-f302-4cd4-a438-5139917b56f9", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "76115c4c-887d-4f0a-83e2-486e4b39c713", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "8ab14937-4c08-4d43-8a9a-662e622cc643", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "ee757a03-5662-4273-9c3e-6212e7afb48f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}], "revision_number": 4, "project_id": "ea65becf30e54b27aa96a449698a435e", "id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "name": "default"}, {"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "ea65becf30e54b27aa96a449698a435e", "created_at": "2018-08-12T05:10:44Z", "updated_at": "2018-08-12T05:10:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:44Z", "revision_number": 0, "id": "3196e124-cb92-42f4-9061-d3ce57be0478", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:44Z", "security_group_id": "8d71ff65-d189-4589-8735-4c23f8b203c6", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:45Z", "revision_number": 0, "id": "53eae1de-00ef-495c-99d0-6b02403cdf2d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:45Z", "security_group_id": "8d71ff65-d189-4589-8735-4c23f8b203c6", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:44Z", "revision_number": 0, "id": "6304f7e2-4a62-4dc4-b26e-575afdb784ea", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:44Z", "security_group_id": "8d71ff65-d189-4589-8735-4c23f8b203c6", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-12T05:10:44Z", "revision_number": 0, "id": "a691724b-7d5b-4074-a64c-79da0cce2d8c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:44Z", "security_group_id": "8d71ff65-d189-4589-8735-4c23f8b203c6", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": 22, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}], "revision_number": 4, "project_id": "ea65becf30e54b27aa96a449698a435e", "id": "8d71ff65-d189-4589-8735-4c23f8b203c6", "name": "singlevm2-sg_c2694597-0029-43a1-8ff1-7aeca87171eb"}]} 2018-08-12 05:11:18,313 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-0db790f6-c9a4-4371-87c9-27e6fa6df5cb 2018-08-12 05:11:18,313 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.243426084518s 2018-08-12 05:11:18,314 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-0db790f6-c9a4-4371-87c9-27e6fa6df5cb 2018-08-12 05:11:18,317 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-08-12 05:11:18,318 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/security-groups/8d71ff65-d189-4589-8735-4c23f8b203c6.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}38e8940836b94d8df047330eece98bb7084284ef" 2018-08-12 05:11:18,519 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c235c149-0a82-4437-a99e-18e28f650ba0 Content-Length: 0 Date: Sun, 12 Aug 2018 05:11:18 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 05:11:18,519 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/8d71ff65-d189-4589-8735-4c23f8b203c6.json used request id req-c235c149-0a82-4437-a99e-18e28f650ba0 2018-08-12 05:11:18,519 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.201551914215s 2018-08-12 05:11:18,519 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/8d71ff65-d189-4589-8735-4c23f8b203c6.json used request id req-c235c149-0a82-4437-a99e-18e28f650ba0 2018-08-12 05:11:18,520 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-12 05:11:18,522 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/os-keypairs/singlevm2-kp_c2694597-0029-43a1-8ff1-7aeca87171eb -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}38e8940836b94d8df047330eece98bb7084284ef" 2018-08-12 05:11:18,645 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 05:11: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-0bbca52a-ad35-4afe-9a35-0e96e5400a6f x-compute-request-id: req-0bbca52a-ad35-4afe-9a35-0e96e5400a6f Content-Length: 0 Content-Type: application/json 2018-08-12 05:11:18,645 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/singlevm2-kp_c2694597-0029-43a1-8ff1-7aeca87171eb used request id req-0bbca52a-ad35-4afe-9a35-0e96e5400a6f 2018-08-12 05:11:18,646 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.125892877579s 2018-08-12 05:11:18,646 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/singlevm2-kp_c2694597-0029-43a1-8ff1-7aeca87171eb used request id req-0bbca52a-ad35-4afe-9a35-0e96e5400a6f 2018-08-12 05:11:18,646 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-12 05:11:18,647 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/acb7b0eb-25f8-448d-a872-2c57c5d8865b/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}38e8940836b94d8df047330eece98bb7084284ef" -d '{"subnet_id": "853b4a80-8617-44b7-a23e-280164c2f4b3"}' 2018-08-12 05:11:19,971 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-abc562ce-2921-4462-9717-fe55ceb37e6f Date: Sun, 12 Aug 2018 05:11:19 GMT RESP BODY: {"network_id": "272aa4ea-d314-4c76-bc7d-31f5d7ca57c6", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "subnet_id": "853b4a80-8617-44b7-a23e-280164c2f4b3", "subnet_ids": ["853b4a80-8617-44b7-a23e-280164c2f4b3"], "port_id": "8bd3972e-978e-4a6c-a618-419f06af9654", "id": "acb7b0eb-25f8-448d-a872-2c57c5d8865b"} 2018-08-12 05:11:19,971 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/acb7b0eb-25f8-448d-a872-2c57c5d8865b/remove_router_interface.json used request id req-abc562ce-2921-4462-9717-fe55ceb37e6f 2018-08-12 05:11:19,972 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.32508802414s 2018-08-12 05:11:19,972 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/acb7b0eb-25f8-448d-a872-2c57c5d8865b/remove_router_interface.json used request id req-abc562ce-2921-4462-9717-fe55ceb37e6f returning object acb7b0eb-25f8-448d-a872-2c57c5d8865b 2018-08-12 05:11:19,972 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-12 05:11:19,973 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}38e8940836b94d8df047330eece98bb7084284ef" 2018-08-12 05:11:20,273 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 623 X-Openstack-Request-Id: req-e1ce0461-328c-4bdd-9f8d-f80a423f345d Date: Sun, 12 Aug 2018 05:11:20 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ec788992-fa73-45cc-a7d9-6d44542124c2", "ip_address": "172.30.9.211"}]}, "description": "", "tags": [], "tenant_id": "ea65becf30e54b27aa96a449698a435e", "created_at": "2018-08-12T05:10:37Z", "admin_state_up": true, "updated_at": "2018-08-12T05:11:19Z", "revision_number": 4, "routes": [], "project_id": "ea65becf30e54b27aa96a449698a435e", "id": "acb7b0eb-25f8-448d-a872-2c57c5d8865b", "name": "singlevm2-router_c2694597-0029-43a1-8ff1-7aeca87171eb"}]} 2018-08-12 05:11:20,274 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-e1ce0461-328c-4bdd-9f8d-f80a423f345d 2018-08-12 05:11:20,274 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.301416873932s 2018-08-12 05:11:20,274 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-e1ce0461-328c-4bdd-9f8d-f80a423f345d 2018-08-12 05:11:20,275 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-12 05:11:20,276 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/routers/acb7b0eb-25f8-448d-a872-2c57c5d8865b.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}38e8940836b94d8df047330eece98bb7084284ef" 2018-08-12 05:11:21,732 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c1adf3a8-44bc-409c-950c-53f3d7a6c020 Content-Length: 0 Date: Sun, 12 Aug 2018 05:11:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 05:11:21,732 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/acb7b0eb-25f8-448d-a872-2c57c5d8865b.json used request id req-c1adf3a8-44bc-409c-950c-53f3d7a6c020 2018-08-12 05:11:21,732 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.45664811134s 2018-08-12 05:11:21,732 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/acb7b0eb-25f8-448d-a872-2c57c5d8865b.json used request id req-c1adf3a8-44bc-409c-950c-53f3d7a6c020 2018-08-12 05:11:21,733 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-12 05:11:21,733 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}38e8940836b94d8df047330eece98bb7084284ef" 2018-08-12 05:11:21,951 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-6602b5b4-2412-4d9e-9b57-cfeefa700589 Date: Sun, 12 Aug 2018 05:11:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"272aa4ea-d314-4c76-bc7d-31f5d7ca57c6","tenant_id":"ea65becf30e54b27aa96a449698a435e","created_at":"2018-08-12T05:10:37Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-12T05:10:37Z","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":"ea65becf30e54b27aa96a449698a435e","id":"853b4a80-8617-44b7-a23e-280164c2f4b3","subnetpool_id":null,"name":"singlevm2-subnet_c2694597-0029-43a1-8ff1-7aeca87171eb"}]} 2018-08-12 05:11:21,952 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-6602b5b4-2412-4d9e-9b57-cfeefa700589 2018-08-12 05:11:21,952 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.218626976013s 2018-08-12 05:11:21,952 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-6602b5b4-2412-4d9e-9b57-cfeefa700589 2018-08-12 05:11:21,953 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-12 05:11:21,954 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/subnets/853b4a80-8617-44b7-a23e-280164c2f4b3.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}38e8940836b94d8df047330eece98bb7084284ef" 2018-08-12 05:11:24,117 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d611de9a-ec03-4460-b119-ce8405a55464 Date: Sun, 12 Aug 2018 05:11:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 05:11:24,117 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/853b4a80-8617-44b7-a23e-280164c2f4b3.json used request id req-d611de9a-ec03-4460-b119-ce8405a55464 2018-08-12 05:11:24,118 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.16424703598s 2018-08-12 05:11:24,118 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/853b4a80-8617-44b7-a23e-280164c2f4b3.json used request id req-d611de9a-ec03-4460-b119-ce8405a55464 2018-08-12 05:11:24,118 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 05:11:24,119 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}38e8940836b94d8df047330eece98bb7084284ef" 2018-08-12 05:11:24,288 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1154 X-Openstack-Request-Id: req-5996a266-f3d8-499c-ba0f-8cd851672d6d Date: Sun, 12 Aug 2018 05:11:24 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ec788992-fa73-45cc-a7d9-6d44542124c2"],"updated_at":"2018-08-12T05:04:31Z","tenant_id":"310f5853751a4c968f3eeb0a3d99a0a8","created_at":"2018-08-12T05:04:23Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"310f5853751a4c968f3eeb0a3d99a0a8","id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","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-12T05:11:23Z","tenant_id":"ea65becf30e54b27aa96a449698a435e","created_at":"2018-08-12T05:10:36Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"ea65becf30e54b27aa96a449698a435e","id":"272aa4ea-d314-4c76-bc7d-31f5d7ca57c6","name":"singlevm2-net_c2694597-0029-43a1-8ff1-7aeca87171eb"}]} 2018-08-12 05:11:24,288 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-5996a266-f3d8-499c-ba0f-8cd851672d6d 2018-08-12 05:11:24,288 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.170042037964s 2018-08-12 05:11:24,289 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-5996a266-f3d8-499c-ba0f-8cd851672d6d 2018-08-12 05:11:24,290 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-12 05:11:24,290 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/networks/272aa4ea-d314-4c76-bc7d-31f5d7ca57c6.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}38e8940836b94d8df047330eece98bb7084284ef" 2018-08-12 05:11:25,788 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e56de418-f8e5-4161-8715-11007906bd36 Date: Sun, 12 Aug 2018 05:11:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 05:11:25,788 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/272aa4ea-d314-4c76-bc7d-31f5d7ca57c6.json used request id req-e56de418-f8e5-4161-8715-11007906bd36 2018-08-12 05:11:25,788 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.49824905396s 2018-08-12 05:11:25,788 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/272aa4ea-d314-4c76-bc7d-31f5d7ca57c6.json used request id req-e56de418-f8e5-4161-8715-11007906bd36 2018-08-12 05:11:25,794 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 05:11:25,797 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}38e8940836b94d8df047330eece98bb7084284ef" 2018-08-12 05:11:26,482 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-63254735-7613-4abd-9233-cc81120f8883 Date: Sun, 12 Aug 2018 05:11:26 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/7e843342-a160-4b32-b5e3-94218a57e8d3/snap", "metadata": {}}], "file": "/v2/images/7e843342-a160-4b32-b5e3-94218a57e8d3/file", "owner": "ea65becf30e54b27aa96a449698a435e", "id": "7e843342-a160-4b32-b5e3-94218a57e8d3", "size": 12716032, "self": "/v2/images/7e843342-a160-4b32-b5e3-94218a57e8d3", "disk_format": "qcow2", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/7e843342-a160-4b32-b5e3-94218a57e8d3/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-12T05:10:42Z", "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_c2694597-0029-43a1-8ff1-7aeca87171eb", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_c2694597-0029-43a1-8ff1-7aeca87171eb", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-12T05:10:41Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 05:11:26,482 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-63254735-7613-4abd-9233-cc81120f8883 2018-08-12 05:11:26,482 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.688064813614s 2018-08-12 05:11:26,482 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-63254735-7613-4abd-9233-cc81120f8883 2018-08-12 05:11:26,484 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-12 05:11:26,488 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9292/v2/images/7e843342-a160-4b32-b5e3-94218a57e8d3 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}38e8940836b94d8df047330eece98bb7084284ef" 2018-08-12 05:11:26,991 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-63b95bb5-e38a-4ef7-9f3f-1ab62e469cbc Date: Sun, 12 Aug 2018 05:11:26 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 05:11:26,992 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/7e843342-a160-4b32-b5e3-94218a57e8d3 used request id req-63b95bb5-e38a-4ef7-9f3f-1ab62e469cbc 2018-08-12 05:11:26,992 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.507747888565s 2018-08-12 05:11:26,992 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/7e843342-a160-4b32-b5e3-94218a57e8d3 used request id req-63b95bb5-e38a-4ef7-9f3f-1ab62e469cbc 2018-08-12 05:11:26,992 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-12 05:11:26,995 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}c544408b8889d6523a02177288e8de7d04758375" 2018-08-12 05:11:27,019 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:11: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-dde182d4-968c-4391-bb58-08d1694354b4 x-compute-request-id: req-dde182d4-968c-4391-bb58-08d1694354b4 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm2-flavor_c2694597-0029-43a1-8ff1-7aeca87171eb", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/fbf92c18-f821-471e-82c8-608cc5c8b134", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/fbf92c18-f821-471e-82c8-608cc5c8b134", "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": "fbf92c18-f821-471e-82c8-608cc5c8b134"}]} 2018-08-12 05:11:27,019 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-dde182d4-968c-4391-bb58-08d1694354b4 2018-08-12 05:11:27,019 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0267128944397s 2018-08-12 05:11:27,019 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-dde182d4-968c-4391-bb58-08d1694354b4 2018-08-12 05:11:27,021 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-12 05:11:27,023 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/flavors/fbf92c18-f821-471e-82c8-608cc5c8b134 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c544408b8889d6523a02177288e8de7d04758375" 2018-08-12 05:11:27,069 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 05:11: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-b2b6da2d-76b0-4771-a4cc-ce4b3bee16ee x-compute-request-id: req-b2b6da2d-76b0-4771-a4cc-ce4b3bee16ee Content-Length: 0 Content-Type: application/json 2018-08-12 05:11:27,069 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/fbf92c18-f821-471e-82c8-608cc5c8b134 used request id req-b2b6da2d-76b0-4771-a4cc-ce4b3bee16ee 2018-08-12 05:11:27,069 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0480649471283s 2018-08-12 05:11:27,069 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/fbf92c18-f821-471e-82c8-608cc5c8b134 used request id req-b2b6da2d-76b0-4771-a4cc-ce4b3bee16ee 2018-08-12 05:11:27,070 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-12 05:11:27,073 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}c544408b8889d6523a02177288e8de7d04758375" 2018-08-12 05:11:27,202 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:11:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c546a34d-e286-4c64-9730-dfa0891d7b1f Content-Encoding: gzip Content-Length: 838 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/105a247548624314b9228f85f6325f0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105a247548624314b9228f85f6325f0b", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/1c5de0eaa44543f08da6ad63a51594ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c5de0eaa44543f08da6ad63a51594ff", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/1d127b5b832547a88a547c116dfdd65b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d127b5b832547a88a547c116dfdd65b", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/1d5cfc170d624ce4ae53ae0507c8d517"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d5cfc170d624ce4ae53ae0507c8d517", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/2421820b75eb4d3ebd02830378d1377b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2421820b75eb4d3ebd02830378d1377b", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/40bd8ee54ecf44868cc83cede652c396"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40bd8ee54ecf44868cc83cede652c396", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/4f32fb8153854c4c9f5094b42b523f80"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f32fb8153854c4c9f5094b42b523f80", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7066130d08fb4db7bf4ab468de53933b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7066130d08fb4db7bf4ab468de53933b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "singlevm2-user_c2694597-0029-43a1-8ff1-7aeca87171eb", "links": {"self": "http://172.30.9.21:5000/v3/users/7d398543a23b4c72a04751f52955ba1c"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "7d398543a23b4c72a04751f52955ba1c", "domain_id": "default", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/8d0898a83bcf4521bbc11501d5d7ac89"}, "domain_id": "1eec97585bde483292ece28ee11f4b8d", "enabled": true, "options": {}, "id": "8d0898a83bcf4521bbc11501d5d7ac89", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/9defcced327d476f8a3beab718a13da3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9defcced327d476f8a3beab718a13da3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/b80ee4f6992446e0879624dd436e99a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b80ee4f6992446e0879624dd436e99a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b86fd3e011324d398fcdb6f095a20a9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b86fd3e011324d398fcdb6f095a20a9d", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1701d2754064b5cadf765ea0806f9b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1701d2754064b5cadf765ea0806f9b2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/db4e7b8d76d549faa502716565c733dd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db4e7b8d76d549faa502716565c733dd", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-12 05:11:27,202 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-c546a34d-e286-4c64-9730-dfa0891d7b1f 2018-08-12 05:11:27,203 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.132750988007s 2018-08-12 05:11:27,203 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-c546a34d-e286-4c64-9730-dfa0891d7b1f 2018-08-12 05:11:27,209 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-12 05:11:27,212 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users/7d398543a23b4c72a04751f52955ba1c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c544408b8889d6523a02177288e8de7d04758375" 2018-08-12 05:11:27,328 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:11:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ab26575b-442d-4c15-9e0f-9b9f52df71b6 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"user": {"name": "singlevm2-user_c2694597-0029-43a1-8ff1-7aeca87171eb", "links": {"self": "http://172.30.9.21:5000/v3/users/7d398543a23b4c72a04751f52955ba1c"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "7d398543a23b4c72a04751f52955ba1c", "description": null}} 2018-08-12 05:11:27,329 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/7d398543a23b4c72a04751f52955ba1c used request id req-ab26575b-442d-4c15-9e0f-9b9f52df71b6 2018-08-12 05:11:27,329 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.119874000549s 2018-08-12 05:11:27,329 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/7d398543a23b4c72a04751f52955ba1c used request id req-ab26575b-442d-4c15-9e0f-9b9f52df71b6 2018-08-12 05:11:27,330 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-12 05:11:27,333 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/users/7d398543a23b4c72a04751f52955ba1c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c544408b8889d6523a02177288e8de7d04758375" 2018-08-12 05:11:27,645 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 05:11:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-232be577-1b73-4837-8438-000ef7bd98d8 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 05:11:27,645 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/7d398543a23b4c72a04751f52955ba1c used request id req-232be577-1b73-4837-8438-000ef7bd98d8 2018-08-12 05:11:27,645 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.315325975418s 2018-08-12 05:11:27,645 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/7d398543a23b4c72a04751f52955ba1c used request id req-232be577-1b73-4837-8438-000ef7bd98d8 2018-08-12 05:11:27,652 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-12 05:11:27,655 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}c544408b8889d6523a02177288e8de7d04758375" 2018-08-12 05:11:27,747 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:11:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-092f8dce-cd45-46a3-991e-27aa2d380ac9 Content-Encoding: gzip Content-Length: 386 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8"}, "tags": [], "enabled": true, "id": "310f5853751a4c968f3eeb0a3d99a0a8", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "id": "a267b9a156244bb192691cff6e5f74fe", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: singlevm2", "links": {"self": "http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e"}, "tags": [], "enabled": true, "id": "ea65becf30e54b27aa96a449698a435e", "parent_id": "default", "domain_id": "default", "name": "singlevm2-project_c2694597-0029-43a1-8ff1-7aeca87171eb"}]} 2018-08-12 05:11:27,747 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-092f8dce-cd45-46a3-991e-27aa2d380ac9 2018-08-12 05:11:27,748 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.095874786377s 2018-08-12 05:11:27,748 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-092f8dce-cd45-46a3-991e-27aa2d380ac9 2018-08-12 05:11:27,752 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-12 05:11:27,755 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c544408b8889d6523a02177288e8de7d04758375" 2018-08-12 05:11:27,995 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 05:11:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-357d8367-3329-4a2d-90f4-bebdfa16c91c 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 05:11:27,995 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e used request id req-357d8367-3329-4a2d-90f4-bebdfa16c91c 2018-08-12 05:11:27,995 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.242859840393s 2018-08-12 05:11:27,995 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e used request id req-357d8367-3329-4a2d-90f4-bebdfa16c91c 2018-08-12 05:11:27,999 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-12 05:11:28,002 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}c544408b8889d6523a02177288e8de7d04758375" 2018-08-12 05:11:28,095 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:11:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e24492ea-7231-4daf-8da9-6fc0f0b61b57 Content-Encoding: gzip Content-Length: 353 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2136e491342e43bf855e01a4da25afed", "links": {"self": "http://172.30.9.21:5000/v3/roles/2136e491342e43bf855e01a4da25afed"}, "name": "Member"}, {"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 05:11:28,095 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-e24492ea-7231-4daf-8da9-6fc0f0b61b57 2018-08-12 05:11:28,095 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0961499214172s 2018-08-12 05:11:28,095 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-e24492ea-7231-4daf-8da9-6fc0f0b61b57 2018-08-12 05:11:28,100 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.roles 2018-08-12 05:11:28,104 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/roles/2136e491342e43bf855e01a4da25afed -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c544408b8889d6523a02177288e8de7d04758375" 2018-08-12 05:11:28,282 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 05:11:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-70a7b00f-aae1-40ac-821c-67f00e60130a 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 05:11:28,282 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/2136e491342e43bf855e01a4da25afed used request id req-70a7b00f-aae1-40ac-821c-67f00e60130a 2018-08-12 05:11:28,282 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.roles in 0.181538820267s 2018-08-12 05:11:28,282 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/2136e491342e43bf855e01a4da25afed used request id req-70a7b00f-aae1-40ac-821c-67f00e60130a 2018-08-12 05:11:28,337 - xtesting.ci.run_tests - INFO - Loading test case 'vping_ssh'... 2018-08-12 05:11:28,379 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-12 05:11:28,379 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-12 05:11:28,379 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-12 05:11:28,380 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-12 05:11:28,380 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-12 05:11:28,380 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-12 05:11:28,380 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-12 05:11:28,380 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-12 05:11:28,380 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-12 05:11:28,380 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-12 05:11:28,380 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-12 05:11:28,380 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-12 05:11:28,380 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-12 05:11:28,380 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-12 05:11:28,380 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-12 05:11:28,380 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-12 05:11:28,381 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-12 05:11:28,381 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-12 05:11:28,381 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-12 05:11:28,381 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-12 05:11:28,381 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-12 05:11:28,381 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-12 05:11:28,382 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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 05:11:28,388 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:11:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9b4687a5-1329-4281-a9ca-0d13647a599b Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 05:11:28,388 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-9b4687a5-1329-4281-a9ca-0d13647a599b 2018-08-12 05:11:28,388 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-08-12 05:11:28,770 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T06:11:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["3-DFscSWRXe68d-BzBRI9A"], "issued_at": "2018-08-12T05:11:28.000000Z"}} 2018-08-12 05:11:28,773 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 05:11:28,773 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}3adc19f5a921b1c0e7f630171320f3820deac1ea" 2018-08-12 05:11:29,056 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-7cdb539c-1cac-4b29-85f0-b144a7d34b57 Date: Sun, 12 Aug 2018 05:11:29 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"310f5853751a4c968f3eeb0a3d99a0a8","status":"ACTIVE","subnets":["ec788992-fa73-45cc-a7d9-6d44542124c2"],"description":"","tags":[],"updated_at":"2018-08-12T05:04:31Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"310f5853751a4c968f3eeb0a3d99a0a8","created_at":"2018-08-12T05:04:23Z","provider:network_type":"flat"}]} 2018-08-12 05:11:29,056 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-7cdb539c-1cac-4b29-85f0-b144a7d34b57 2018-08-12 05:11:29,057 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.283483982086s 2018-08-12 05:11:29,057 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-7cdb539c-1cac-4b29-85f0-b144a7d34b57 2018-08-12 05:11:29,060 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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 05:11:29,066 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 05:11:29 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 05:11:29,067 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-12 05:11:29,070 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}3adc19f5a921b1c0e7f630171320f3820deac1ea" 2018-08-12 05:11:29,165 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:11:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e91d85de-9cf6-4c0a-b61b-5d3984e5dd59 Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.21:5000/v3/domains/1eec97585bde483292ece28ee11f4b8d"}, "tags": [], "enabled": true, "id": "1eec97585bde483292ece28ee11f4b8d", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains", "previous": null, "next": null}} 2018-08-12 05:11:29,165 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-e91d85de-9cf6-4c0a-b61b-5d3984e5dd59 2018-08-12 05:11:29,166 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0983729362488s 2018-08-12 05:11:29,166 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-e91d85de-9cf6-4c0a-b61b-5d3984e5dd59 2018-08-12 05:11:29,173 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-12 05:11:29,176 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}3adc19f5a921b1c0e7f630171320f3820deac1ea" -d '{"project": {"description": "Created by OPNFV Functest: vping_ssh", "enabled": true, "domain_id": "default", "name": "vping_ssh-project_fa0ab3cc-ccc8-4175-9ab8-bdba66dd7fa8"}}' 2018-08-12 05:11:29,310 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 05:11:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-270e8198-ff74-4972-b052-ff5f8bf33d20 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.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e"}, "tags": [], "enabled": true, "id": "315a428116f24d9fbb826b37080a918e", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_fa0ab3cc-ccc8-4175-9ab8-bdba66dd7fa8"}} 2018-08-12 05:11:29,310 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-270e8198-ff74-4972-b052-ff5f8bf33d20 2018-08-12 05:11:29,311 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.137275934219s 2018-08-12 05:11:29,311 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-270e8198-ff74-4972-b052-ff5f8bf33d20 2018-08-12 05:11:29,311 - 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'315a428116f24d9fbb826b37080a918e', '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_fa0ab3cc-ccc8-4175-9ab8-bdba66dd7fa8'}) 2018-08-12 05:11:29,318 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-12 05:11:29,322 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}3adc19f5a921b1c0e7f630171320f3820deac1ea" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "d2cc28f5-63b7-4659-a26e-9f020253b4a5", "email": null, "name": "vping_ssh-user_fa0ab3cc-ccc8-4175-9ab8-bdba66dd7fa8"}}' 2018-08-12 05:11:29,743 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 05:11:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-700c32be-b47a-4714-b45b-2f875a28213d Content-Length: 324 Content-Type: application/json RESP BODY: {"user": {"name": "vping_ssh-user_fa0ab3cc-ccc8-4175-9ab8-bdba66dd7fa8", "links": {"self": "http://172.30.9.21:5000/v3/users/f663cacb21ba4e5a9456ef62e9a01c0a"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "f663cacb21ba4e5a9456ef62e9a01c0a", "domain_id": "default", "password_expires_at": null}} 2018-08-12 05:11:29,743 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/users used request id req-700c32be-b47a-4714-b45b-2f875a28213d 2018-08-12 05:11:29,743 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.425344228745s 2018-08-12 05:11:29,744 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/users used request id req-700c32be-b47a-4714-b45b-2f875a28213d 2018-08-12 05:11:29,744 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'f663cacb21ba4e5a9456ef62e9a01c0a', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_ssh-user_fa0ab3cc-ccc8-4175-9ab8-bdba66dd7fa8'}) 2018-08-12 05:11:29,748 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-12 05:11:29,751 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}3adc19f5a921b1c0e7f630171320f3820deac1ea" 2018-08-12 05:11:29,848 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:11:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e57e6de2-66a6-49e0-b542-3edb4258e85c Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 05:11:29,849 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-e57e6de2-66a6-49e0-b542-3edb4258e85c 2018-08-12 05:11:29,849 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.100919008255s 2018-08-12 05:11:29,849 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-e57e6de2-66a6-49e0-b542-3edb4258e85c 2018-08-12 05:11:29,854 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-12 05:11:29,857 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}3adc19f5a921b1c0e7f630171320f3820deac1ea" 2018-08-12 05:11:29,944 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:11:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-658b3cf9-cb58-47d4-a5a5-2221c34f23c8 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 05:11:29,945 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-658b3cf9-cb58-47d4-a5a5-2221c34f23c8 2018-08-12 05:11:29,945 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0911040306091s 2018-08-12 05:11:29,945 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-658b3cf9-cb58-47d4-a5a5-2221c34f23c8 2018-08-12 05:11:29,946 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-08-12 05:11:29,950 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.roles 2018-08-12 05:11:29,953 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}3adc19f5a921b1c0e7f630171320f3820deac1ea" -d '{"role": {"name": "Member"}}' 2018-08-12 05:11:30,076 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 05:11:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7899a289-0797-4486-8005-f819f0e99a82 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "c0ed013f24ca44ecbb33aa4a185362df", "links": {"self": "http://172.30.9.21:5000/v3/roles/c0ed013f24ca44ecbb33aa4a185362df"}, "name": "Member"}} 2018-08-12 05:11:30,076 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-7899a289-0797-4486-8005-f819f0e99a82 2018-08-12 05:11:30,076 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.roles in 0.126248121262s 2018-08-12 05:11:30,077 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-7899a289-0797-4486-8005-f819f0e99a82 2018-08-12 05:11:30,077 - functest.core.tenantnetwork - DEBUG - role: Munch({'properties': {}, 'location': Munch({'project': Munch({'domain_id': None, 'id': None, 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': None, 'name': u'Member', 'id': u'c0ed013f24ca44ecbb33aa4a185362df'}) 2018-08-12 05:11:30,081 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-12 05:11:30,084 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}3adc19f5a921b1c0e7f630171320f3820deac1ea" 2018-08-12 05:11:30,182 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:11:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fa3c0698-8727-4b62-97cb-9b2196d990fb Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c0ed013f24ca44ecbb33aa4a185362df", "links": {"self": "http://172.30.9.21:5000/v3/roles/c0ed013f24ca44ecbb33aa4a185362df"}, "name": "Member"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 05:11:30,182 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-fa3c0698-8727-4b62-97cb-9b2196d990fb 2018-08-12 05:11:30,182 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.101170063019s 2018-08-12 05:11:30,182 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-fa3c0698-8727-4b62-97cb-9b2196d990fb 2018-08-12 05:11:30,187 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-12 05:11:30,191 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}3adc19f5a921b1c0e7f630171320f3820deac1ea" 2018-08-12 05:11:30,279 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:11:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9677799e-61d7-48c8-b87b-ec5cbc507d04 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-12 05:11:30,279 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-9677799e-61d7-48c8-b87b-ec5cbc507d04 2018-08-12 05:11:30,279 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.091835975647s 2018-08-12 05:11:30,279 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-9677799e-61d7-48c8-b87b-ec5cbc507d04 2018-08-12 05:11:30,280 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-12 05:11:30,284 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}3adc19f5a921b1c0e7f630171320f3820deac1ea" 2018-08-12 05:11:30,399 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:11:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-57faf4ea-c55e-4afd-9e12-b3bc7640d583 Content-Encoding: gzip Content-Length: 834 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/105a247548624314b9228f85f6325f0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105a247548624314b9228f85f6325f0b", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/1c5de0eaa44543f08da6ad63a51594ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c5de0eaa44543f08da6ad63a51594ff", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/1d127b5b832547a88a547c116dfdd65b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d127b5b832547a88a547c116dfdd65b", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/1d5cfc170d624ce4ae53ae0507c8d517"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d5cfc170d624ce4ae53ae0507c8d517", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/2421820b75eb4d3ebd02830378d1377b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2421820b75eb4d3ebd02830378d1377b", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/40bd8ee54ecf44868cc83cede652c396"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40bd8ee54ecf44868cc83cede652c396", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/4f32fb8153854c4c9f5094b42b523f80"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f32fb8153854c4c9f5094b42b523f80", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7066130d08fb4db7bf4ab468de53933b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7066130d08fb4db7bf4ab468de53933b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/8d0898a83bcf4521bbc11501d5d7ac89"}, "domain_id": "1eec97585bde483292ece28ee11f4b8d", "enabled": true, "options": {}, "id": "8d0898a83bcf4521bbc11501d5d7ac89", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/9defcced327d476f8a3beab718a13da3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9defcced327d476f8a3beab718a13da3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/b80ee4f6992446e0879624dd436e99a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b80ee4f6992446e0879624dd436e99a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b86fd3e011324d398fcdb6f095a20a9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b86fd3e011324d398fcdb6f095a20a9d", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1701d2754064b5cadf765ea0806f9b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1701d2754064b5cadf765ea0806f9b2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/db4e7b8d76d549faa502716565c733dd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db4e7b8d76d549faa502716565c733dd", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "vping_ssh-user_fa0ab3cc-ccc8-4175-9ab8-bdba66dd7fa8", "links": {"self": "http://172.30.9.21:5000/v3/users/f663cacb21ba4e5a9456ef62e9a01c0a"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "f663cacb21ba4e5a9456ef62e9a01c0a", "domain_id": "default", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-12 05:11:30,399 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-57faf4ea-c55e-4afd-9e12-b3bc7640d583 2018-08-12 05:11:30,399 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.118705034256s 2018-08-12 05:11:30,400 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-57faf4ea-c55e-4afd-9e12-b3bc7640d583 2018-08-12 05:11:30,412 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-12 05:11:30,415 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}3adc19f5a921b1c0e7f630171320f3820deac1ea" 2018-08-12 05:11:30,519 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:11:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-28c03cb6-a743-4947-bfde-942c32c58943 Content-Encoding: gzip Content-Length: 398 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8"}, "tags": [], "enabled": true, "id": "310f5853751a4c968f3eeb0a3d99a0a8", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e"}, "tags": [], "enabled": true, "id": "315a428116f24d9fbb826b37080a918e", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_fa0ab3cc-ccc8-4175-9ab8-bdba66dd7fa8"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "id": "a267b9a156244bb192691cff6e5f74fe", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-08-12 05:11:30,519 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-28c03cb6-a743-4947-bfde-942c32c58943 2018-08-12 05:11:30,519 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.107714891434s 2018-08-12 05:11:30,520 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-28c03cb6-a743-4947-bfde-942c32c58943 2018-08-12 05:11:30,527 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-12 05:11:30,530 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:5000/v3/role_assignments?user.id=f663cacb21ba4e5a9456ef62e9a01c0a&role.id=c0ed013f24ca44ecbb33aa4a185362df&scope.project.id=315a428116f24d9fbb826b37080a918e" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3adc19f5a921b1c0e7f630171320f3820deac1ea" 2018-08-12 05:11:30,546 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:11:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8109fe65-939e-40ba-950b-54e218baf593 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.21:5000/v3/role_assignments?user.id=f663cacb21ba4e5a9456ef62e9a01c0a&role.id=c0ed013f24ca44ecbb33aa4a185362df&scope.project.id=315a428116f24d9fbb826b37080a918e", "previous": null, "next": null}} 2018-08-12 05:11:30,546 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=f663cacb21ba4e5a9456ef62e9a01c0a&role.id=c0ed013f24ca44ecbb33aa4a185362df&scope.project.id=315a428116f24d9fbb826b37080a918e used request id req-8109fe65-939e-40ba-950b-54e218baf593 2018-08-12 05:11:30,546 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.0192229747772s 2018-08-12 05:11:30,547 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=f663cacb21ba4e5a9456ef62e9a01c0a&role.id=c0ed013f24ca44ecbb33aa4a185362df&scope.project.id=315a428116f24d9fbb826b37080a918e used request id req-8109fe65-939e-40ba-950b-54e218baf593 2018-08-12 05:11:30,550 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-12 05:11:30,553 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e/users/f663cacb21ba4e5a9456ef62e9a01c0a/roles/c0ed013f24ca44ecbb33aa4a185362df -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3adc19f5a921b1c0e7f630171320f3820deac1ea" 2018-08-12 05:11:30,714 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 05:11:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1a79d30c-6a10-4da8-a1aa-3a1fb2a30517 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 05:11:30,714 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e/users/f663cacb21ba4e5a9456ef62e9a01c0a/roles/c0ed013f24ca44ecbb33aa4a185362df used request id req-1a79d30c-6a10-4da8-a1aa-3a1fb2a30517 2018-08-12 05:11:30,715 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.164728164673s 2018-08-12 05:11:30,715 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e/users/f663cacb21ba4e5a9456ef62e9a01c0a/roles/c0ed013f24ca44ecbb33aa4a185362df used request id req-1a79d30c-6a10-4da8-a1aa-3a1fb2a30517 2018-08-12 05:11:30,716 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_ssh-project_fa0ab3cc-ccc8-4175-9ab8-bdba66dd7fa8', 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'315a428116f24d9fbb826b37080a918e', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.50', 'password': 'd2cc28f5-63b7-4659-a26e-9f020253b4a5', 'username': u'vping_ssh-user_fa0ab3cc-ccc8-4175-9ab8-bdba66dd7fa8', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.21: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 05:11:30,717 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-12 05:11:30,717 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-12 05:11:30,717 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-12 05:11:30,717 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-12 05:11:30,717 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-12 05:11:30,717 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-12 05:11:30,718 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-12 05:11:30,718 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-12 05:11:30,718 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-12 05:11:30,718 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-12 05:11:30,718 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-12 05:11:30,718 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-12 05:11:30,718 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-12 05:11:30,718 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-12 05:11:30,719 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-12 05:11:30,719 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-12 05:11:30,719 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-12 05:11:30,719 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-12 05:11:30,719 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-12 05:11:30,719 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-12 05:11:30,719 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-12 05:11:30,719 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-12 05:11:30,721 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_ssh-user_fa0ab3cc-ccc8-4175-9ab8-bdba66dd7fa8', 'password': 'd2cc28f5-63b7-4659-a26e-9f020253b4a5', 'project_name': 'vping_ssh-project_fa0ab3cc-ccc8-4175-9ab8-bdba66dd7fa8', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.21:5000//v3', 'project_id': '315a428116f24d9fbb826b37080a918e', 'project_domain_name': 'Default'} 2018-08-12 05:11:30,721 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-08-12 05:11:30,722 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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 05:11:30,730 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:11:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8650c84b-b702-46c7-b29c-07d470c1be52 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 05:11:30,730 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-8650c84b-b702-46c7-b29c-07d470c1be52 2018-08-12 05:11:30,731 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-08-12 05:11:31,113 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c0ed013f24ca44ecbb33aa4a185362df", "name": "Member"}], "expires_at": "2018-08-12T06:11:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "315a428116f24d9fbb826b37080a918e", "name": "vping_ssh-project_fa0ab3cc-ccc8-4175-9ab8-bdba66dd7fa8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/315a428116f24d9fbb826b37080a918e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/315a428116f24d9fbb826b37080a918e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/315a428116f24d9fbb826b37080a918e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_315a428116f24d9fbb826b37080a918e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_315a428116f24d9fbb826b37080a918e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/315a428116f24d9fbb826b37080a918e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/315a428116f24d9fbb826b37080a918e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/315a428116f24d9fbb826b37080a918e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/315a428116f24d9fbb826b37080a918e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/315a428116f24d9fbb826b37080a918e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/315a428116f24d9fbb826b37080a918e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/315a428116f24d9fbb826b37080a918e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/315a428116f24d9fbb826b37080a918e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/315a428116f24d9fbb826b37080a918e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vping_ssh-user_fa0ab3cc-ccc8-4175-9ab8-bdba66dd7fa8", "id": "f663cacb21ba4e5a9456ef62e9a01c0a"}, "audit_ids": ["HFklU7-6RoafJXC0RQNugQ"], "issued_at": "2018-08-12T05:11:31.000000Z"}} 2018-08-12 05:11:31,116 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-12 05:11:31,117 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}35b87b76aceca524895aba3ebb8384401a732324" -d '{"network": {"name": "vping_ssh-net_fa0ab3cc-ccc8-4175-9ab8-bdba66dd7fa8", "admin_state_up": true}}' 2018-08-12 05:11:31,926 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 587 X-Openstack-Request-Id: req-45a0c43a-3c2e-4bb4-966e-a93b4f7a61ee Date: Sun, 12 Aug 2018 05:11:31 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"315a428116f24d9fbb826b37080a918e","created_at":"2018-08-12T05:11:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T05:11:31Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"315a428116f24d9fbb826b37080a918e","id":"5dc86b89-e0f6-4c03-bfe3-79bdef62b810","name":"vping_ssh-net_fa0ab3cc-ccc8-4175-9ab8-bdba66dd7fa8"}} 2018-08-12 05:11:31,926 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-45a0c43a-3c2e-4bb4-966e-a93b4f7a61ee 2018-08-12 05:11:31,927 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.809997797012s 2018-08-12 05:11:31,927 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-45a0c43a-3c2e-4bb4-966e-a93b4f7a61ee 2018-08-12 05:11:31,927 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-12T05:11:31Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'id': u'5dc86b89-e0f6-4c03-bfe3-79bdef62b810', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_ssh-net_fa0ab3cc-ccc8-4175-9ab8-bdba66dd7fa8', u'admin_state_up': True, u'tenant_id': u'315a428116f24d9fbb826b37080a918e', u'created_at': u'2018-08-12T05:11:31Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'315a428116f24d9fbb826b37080a918e'}) 2018-08-12 05:11:31,928 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 05:11:31,928 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}35b87b76aceca524895aba3ebb8384401a732324" 2018-08-12 05:11:32,211 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1148 X-Openstack-Request-Id: req-d5c8000f-307a-49fa-98fa-ef7fe1af8a19 Date: Sun, 12 Aug 2018 05:11:32 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":["ec788992-fa73-45cc-a7d9-6d44542124c2"],"updated_at":"2018-08-12T05:04:31Z","tenant_id":"310f5853751a4c968f3eeb0a3d99a0a8","created_at":"2018-08-12T05:04:23Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"310f5853751a4c968f3eeb0a3d99a0a8","id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","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-12T05:11:31Z","tenant_id":"315a428116f24d9fbb826b37080a918e","created_at":"2018-08-12T05:11:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"315a428116f24d9fbb826b37080a918e","id":"5dc86b89-e0f6-4c03-bfe3-79bdef62b810","name":"vping_ssh-net_fa0ab3cc-ccc8-4175-9ab8-bdba66dd7fa8"}]} 2018-08-12 05:11:32,211 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-d5c8000f-307a-49fa-98fa-ef7fe1af8a19 2018-08-12 05:11:32,211 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.283409118652s 2018-08-12 05:11:32,212 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-d5c8000f-307a-49fa-98fa-ef7fe1af8a19 2018-08-12 05:11:32,213 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-12 05:11:32,214 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}35b87b76aceca524895aba3ebb8384401a732324" -d '{"subnet": {"name": "vping_ssh-subnet_fa0ab3cc-ccc8-4175-9ab8-bdba66dd7fa8", "enable_dhcp": true, "network_id": "5dc86b89-e0f6-4c03-bfe3-79bdef62b810", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-12 05:11:33,116 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-501eff82-1d1c-4b12-8b81-63968fc5fc15 Date: Sun, 12 Aug 2018 05:11:33 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5dc86b89-e0f6-4c03-bfe3-79bdef62b810","tenant_id":"315a428116f24d9fbb826b37080a918e","created_at":"2018-08-12T05:11:32Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-12T05:11: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":"315a428116f24d9fbb826b37080a918e","id":"4864d8bb-4cb7-409a-890c-864c05f8be9f","subnetpool_id":null,"name":"vping_ssh-subnet_fa0ab3cc-ccc8-4175-9ab8-bdba66dd7fa8"}} 2018-08-12 05:11:33,116 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-501eff82-1d1c-4b12-8b81-63968fc5fc15 2018-08-12 05:11:33,116 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.903038978577s 2018-08-12 05:11:33,117 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-501eff82-1d1c-4b12-8b81-63968fc5fc15 2018-08-12 05:11:33,117 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-12T05:11: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'4864d8bb-4cb7-409a-890c-864c05f8be9f', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_ssh-subnet_fa0ab3cc-ccc8-4175-9ab8-bdba66dd7fa8', u'enable_dhcp': True, u'network_id': u'5dc86b89-e0f6-4c03-bfe3-79bdef62b810', u'tenant_id': u'315a428116f24d9fbb826b37080a918e', u'created_at': u'2018-08-12T05:11: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'315a428116f24d9fbb826b37080a918e'}) 2018-08-12 05:11:33,118 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-12 05:11:33,118 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}35b87b76aceca524895aba3ebb8384401a732324" -d '{"router": {"external_gateway_info": {"network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3"}, "name": "vping_ssh-router_fa0ab3cc-ccc8-4175-9ab8-bdba66dd7fa8", "admin_state_up": true}}' 2018-08-12 05:11:34,724 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 620 X-Openstack-Request-Id: req-c7dcd918-cf6d-49c6-8422-0c6a49fb72ee Date: Sun, 12 Aug 2018 05:11:34 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ec788992-fa73-45cc-a7d9-6d44542124c2", "ip_address": "172.30.9.208"}]}, "description": "", "tags": [], "tenant_id": "315a428116f24d9fbb826b37080a918e", "created_at": "2018-08-12T05:11:33Z", "admin_state_up": true, "updated_at": "2018-08-12T05:11:34Z", "revision_number": 2, "routes": [], "project_id": "315a428116f24d9fbb826b37080a918e", "id": "36211c93-4aa4-4fbe-bf11-c570fb06e3e1", "name": "vping_ssh-router_fa0ab3cc-ccc8-4175-9ab8-bdba66dd7fa8"}} 2018-08-12 05:11:34,725 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-c7dcd918-cf6d-49c6-8422-0c6a49fb72ee 2018-08-12 05:11:34,725 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.60694479942s 2018-08-12 05:11:34,725 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-c7dcd918-cf6d-49c6-8422-0c6a49fb72ee 2018-08-12 05:11:34,725 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'03886690-4630-4c4c-9ccb-7eedaa9b1fd3', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'ec788992-fa73-45cc-a7d9-6d44542124c2', u'ip_address': u'172.30.9.208'}]}, u'description': u'', u'tags': [], u'tenant_id': u'315a428116f24d9fbb826b37080a918e', u'created_at': u'2018-08-12T05:11:33Z', u'admin_state_up': True, u'updated_at': u'2018-08-12T05:11:34Z', u'revision_number': 2, u'routes': [], u'project_id': u'315a428116f24d9fbb826b37080a918e', u'id': u'36211c93-4aa4-4fbe-bf11-c570fb06e3e1', u'name': u'vping_ssh-router_fa0ab3cc-ccc8-4175-9ab8-bdba66dd7fa8'}) 2018-08-12 05:11:34,726 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-12 05:11:34,727 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/36211c93-4aa4-4fbe-bf11-c570fb06e3e1/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}35b87b76aceca524895aba3ebb8384401a732324" -d '{"subnet_id": "4864d8bb-4cb7-409a-890c-864c05f8be9f"}' 2018-08-12 05:11:36,811 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-d082ac93-edfb-4f9f-b94b-6de52d71c735 Date: Sun, 12 Aug 2018 05:11:36 GMT RESP BODY: {"network_id": "5dc86b89-e0f6-4c03-bfe3-79bdef62b810", "tenant_id": "315a428116f24d9fbb826b37080a918e", "subnet_id": "4864d8bb-4cb7-409a-890c-864c05f8be9f", "subnet_ids": ["4864d8bb-4cb7-409a-890c-864c05f8be9f"], "port_id": "a7dff0dc-3d13-47d4-9e1a-d7f7909d5f82", "id": "36211c93-4aa4-4fbe-bf11-c570fb06e3e1"} 2018-08-12 05:11:36,811 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/36211c93-4aa4-4fbe-bf11-c570fb06e3e1/add_router_interface.json used request id req-d082ac93-edfb-4f9f-b94b-6de52d71c735 2018-08-12 05:11:36,812 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.08523797989s 2018-08-12 05:11:36,812 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/36211c93-4aa4-4fbe-bf11-c570fb06e3e1/add_router_interface.json used request id req-d082ac93-edfb-4f9f-b94b-6de52d71c735 returning object 36211c93-4aa4-4fbe-bf11-c570fb06e3e1 2018-08-12 05:11:36,812 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-12 05:11:36,942 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-12 05:11:36,944 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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 05:11:36,949 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Sun, 12 Aug 2018 05:11:36 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}]} 2018-08-12 05:11:36,953 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 05:11:36,957 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}35b87b76aceca524895aba3ebb8384401a732324" 2018-08-12 05:11:37,151 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-5dbd6358-80ba-4e46-927a-cbc618fca4bc Date: Sun, 12 Aug 2018 05:11:37 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 05:11:37,151 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-5dbd6358-80ba-4e46-927a-cbc618fca4bc 2018-08-12 05:11:37,151 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.197467088699s 2018-08-12 05:11:37,151 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-5dbd6358-80ba-4e46-927a-cbc618fca4bc 2018-08-12 05:11:37,159 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-12 05:11:37,163 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}35b87b76aceca524895aba3ebb8384401a732324" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vping_ssh-img_fa0ab3cc-ccc8-4175-9ab8-bdba66dd7fa8", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vping_ssh-img_fa0ab3cc-ccc8-4175-9ab8-bdba66dd7fa8"}' 2018-08-12 05:11:37,890 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 870 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/02e6f642-a27b-4ab6-ab4d-32e0a1e7501d Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-84cba749-c65a-4486-9f54-76730226e84d Date: Sun, 12 Aug 2018 05:11:37 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/02e6f642-a27b-4ab6-ab4d-32e0a1e7501d/file", "owner": "315a428116f24d9fbb826b37080a918e", "id": "02e6f642-a27b-4ab6-ab4d-32e0a1e7501d", "size": null, "self": "/v2/images/02e6f642-a27b-4ab6-ab4d-32e0a1e7501d", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-12T05:11:37Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_fa0ab3cc-ccc8-4175-9ab8-bdba66dd7fa8", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_fa0ab3cc-ccc8-4175-9ab8-bdba66dd7fa8", "checksum": null, "created_at": "2018-08-12T05:11:37Z", "protected": false} 2018-08-12 05:11:37,890 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-84cba749-c65a-4486-9f54-76730226e84d 2018-08-12 05:11:37,890 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.730912923813s 2018-08-12 05:11:37,890 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-84cba749-c65a-4486-9f54-76730226e84d returning object 02e6f642-a27b-4ab6-ab4d-32e0a1e7501d 2018-08-12 05:11:37,891 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-12 05:11:37,895 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9292/v2/images/02e6f642-a27b-4ab6-ab4d-32e0a1e7501d/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}35b87b76aceca524895aba3ebb8384401a732324" -d '' 2018-08-12 05:11:39,911 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-06b0b237-ade9-42f7-b0a1-b9b68ad1e9a7 Date: Sun, 12 Aug 2018 05:11: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 05:11:39,912 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/02e6f642-a27b-4ab6-ab4d-32e0a1e7501d/file used request id req-06b0b237-ade9-42f7-b0a1-b9b68ad1e9a7 2018-08-12 05:11:39,912 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 2.02055692673s 2018-08-12 05:11:39,912 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/02e6f642-a27b-4ab6-ab4d-32e0a1e7501d/file used request id req-06b0b237-ade9-42f7-b0a1-b9b68ad1e9a7 2018-08-12 05:11:39,916 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 05:11:39,920 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}35b87b76aceca524895aba3ebb8384401a732324" 2018-08-12 05:11:40,126 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-44ebdda9-0a66-442e-ac37-36007f406c1e Date: Sun, 12 Aug 2018 05:11:40 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/02e6f642-a27b-4ab6-ab4d-32e0a1e7501d/snap", "metadata": {}}], "file": "/v2/images/02e6f642-a27b-4ab6-ab4d-32e0a1e7501d/file", "owner": "315a428116f24d9fbb826b37080a918e", "id": "02e6f642-a27b-4ab6-ab4d-32e0a1e7501d", "size": 12716032, "self": "/v2/images/02e6f642-a27b-4ab6-ab4d-32e0a1e7501d", "disk_format": "qcow2", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/02e6f642-a27b-4ab6-ab4d-32e0a1e7501d/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-12T05:11:39Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_fa0ab3cc-ccc8-4175-9ab8-bdba66dd7fa8", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_fa0ab3cc-ccc8-4175-9ab8-bdba66dd7fa8", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-12T05:11:37Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 05:11:40,126 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-44ebdda9-0a66-442e-ac37-36007f406c1e 2018-08-12 05:11:40,127 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.210173845291s 2018-08-12 05:11:40,127 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-44ebdda9-0a66-442e-ac37-36007f406c1e 2018-08-12 05:11:40,129 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://b36631de-8836-42ae-a808-b5158928754c/images/02e6f642-a27b-4ab6-ab4d-32e0a1e7501d/snap', u'metadata': Munch({})})], 'file': u'/v2/images/02e6f642-a27b-4ab6-ab4d-32e0a1e7501d/file', 'owner': u'315a428116f24d9fbb826b37080a918e', 'id': u'02e6f642-a27b-4ab6-ab4d-32e0a1e7501d', 'size': 12716032, u'self': u'/v2/images/02e6f642-a27b-4ab6-ab4d-32e0a1e7501d', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'315a428116f24d9fbb826b37080a918e', 'name': 'vping_ssh-project_fa0ab3cc-ccc8-4175-9ab8-bdba66dd7fa8', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://b36631de-8836-42ae-a808-b5158928754c/images/02e6f642-a27b-4ab6-ab4d-32e0a1e7501d/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-12T05:11:39Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-12T05:11:39Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_ssh-img_fa0ab3cc-ccc8-4175-9ab8-bdba66dd7fa8', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/02e6f642-a27b-4ab6-ab4d-32e0a1e7501d', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_ssh-img_fa0ab3cc-ccc8-4175-9ab8-bdba66dd7fa8', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'vping_ssh-img_fa0ab3cc-ccc8-4175-9ab8-bdba66dd7fa8', 'created': u'2018-08-12T05:11:37Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-12T05:11:37Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/02e6f642-a27b-4ab6-ab4d-32e0a1e7501d', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_ssh-img_fa0ab3cc-ccc8-4175-9ab8-bdba66dd7fa8', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-08-12 05:11:40,129 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-12 05:11:40,132 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}3adc19f5a921b1c0e7f630171320f3820deac1ea" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vping_ssh-flavor_fa0ab3cc-ccc8-4175-9ab8-bdba66dd7fa8", "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 05:11:40,763 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:11: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-a0dd3765-7050-4fed-9136-ccb4fc80ab4e x-compute-request-id: req-a0dd3765-7050-4fed-9136-ccb4fc80ab4e Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavor": {"name": "vping_ssh-flavor_fa0ab3cc-ccc8-4175-9ab8-bdba66dd7fa8", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/3ec74dcd-e343-4742-b58e-319047416653", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/3ec74dcd-e343-4742-b58e-319047416653", "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": "3ec74dcd-e343-4742-b58e-319047416653"}} 2018-08-12 05:11:40,763 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-a0dd3765-7050-4fed-9136-ccb4fc80ab4e 2018-08-12 05:11:40,763 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.633406162262s 2018-08-12 05:11:40,763 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-a0dd3765-7050-4fed-9136-ccb4fc80ab4e 2018-08-12 05:11:40,764 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_ssh-flavor_fa0ab3cc-ccc8-4175-9ab8-bdba66dd7fa8', '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'a267b9a156244bb192691cff6e5f74fe', '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'3ec74dcd-e343-4742-b58e-319047416653', 'swap': 0}) 2018-08-12 05:11:40,765 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-12 05:11:40,768 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors/3ec74dcd-e343-4742-b58e-319047416653/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}3adc19f5a921b1c0e7f630171320f3820deac1ea" -d '{"extra_specs": {}}' 2018-08-12 05:11:40,790 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:11: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-146b4897-d5b5-496a-9633-aa410a9739cb x-compute-request-id: req-146b4897-d5b5-496a-9633-aa410a9739cb Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-12 05:11:40,790 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/3ec74dcd-e343-4742-b58e-319047416653/os-extra_specs used request id req-146b4897-d5b5-496a-9633-aa410a9739cb 2018-08-12 05:11:40,790 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0251140594482s 2018-08-12 05:11:40,790 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/3ec74dcd-e343-4742-b58e-319047416653/os-extra_specs used request id req-146b4897-d5b5-496a-9633-aa410a9739cb 2018-08-12 05:11:40,791 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-12 05:11:40,793 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}35b87b76aceca524895aba3ebb8384401a732324" -d '{"keypair": {"name": "vping_ssh-kp_fa0ab3cc-ccc8-4175-9ab8-bdba66dd7fa8"}}' 2018-08-12 05:11:41,132 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:11: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-9d87bb67-4923-4c17-bb55-e78d74c88133 x-compute-request-id: req-9d87bb67-4923-4c17-bb55-e78d74c88133 Content-Encoding: gzip Content-Length: 1803 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDHRnB/zXkbG3csEuCFoPJ/8DQGONV1RMWKLbJCxcuSZFZPUVMqtKIvNgODI3vs6uejB1LGo8GSXJ4nSggiHMXfwKRvM8vwx2MIzqD14wEGpriZM8iWcfS9QrEAdhrCA14WSjpd2F2StL5rxisdTFPCvFgnKkxc7rBIeM4ulCr0CbvWH8ZclcFZqm7YkWCW+UgOyl6nF4xBvjS17DnRmqviXBQqiU/snfaNMgCdkGgY2kNOBSXp6aBmYvaJlTOjB7kbvDh5CjRkZKr8eshU2EDZ4veck9r+GzWXZGRD4116TehZ2aeLjI9JZycXoTQbnsapLUQ7swt8wzPrjM1UH/c9 Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAx0Zwf815Gxt3LBLghaDyf/A0BjjVdUTFii2yQsXLkmRWT1FT\nKrSiLzYDgyN77OrnowdSxqPBklyeJ0oIIhzF38CkbzPL8MdjCM6g9eMBBqa4mTPI\nlnH0vUKxAHYawgNeFko6XdhdkrS+a8YrHUxTwrxYJypMXO6wSHjOLpQq9Am71h/G\nXJXBWapu2JFglvlIDspepxeMQb40tew50Zqr4lwUKolP7J32jTIAnZBoGNpDTgUl\n6emgZmL2iZUzowe5G7w4eQo0ZGSq/HrIVNhA2eL3nJPa/hs1l2RkQ+Ndek3oWdmn\ni4yPSWcnF6E0G57GqS1EO7MLfMMz64zNVB/3PQIDAQABAoIBAGRcF2BmLS33wScT\nQrxJ+Jdyc+EGUorC3fHfXb2/O+04VzePL6F8Y4n/W/l5r3n8PDihAZFE+8IonwYO\nhNYZQ5aSwL24imdzI29WET6E2wlsgd+2crlCHw4KPnaLBKLda08yhv6ob0fpe1Vv\n8lrJDA4xKPxgkyDinSmCneRbft5z/B8PyxH/6Dtgm9osKKqgr07auaVxpeICDMZl\n+27LOl7Hi0WJxWWTzViRXi8Do8Ms6MgOr3Lj3GfOoK6cnQP/d4Vm6Jap8fR+kQmV\n7z0/7Hc1BXb+frAkn0PMp0No1t7z5RKZF1PADA1j/k2MS8EQvLtCeKSxuZeGCBiT\nDoiL1ckCgYEA9rtSjWv1cEmS3HqNpY7bZvw19aZrnQGqvP9bUKlYq3mS+MrThTud\nMLoBhHhAk8UO9/69Jt7R72l85Uq1uLSsjYqgwHC1srrbZkkrQKTtZN3GGSxMayHf\n06AQx87m4ENVIzR/rzKAz+gAIDfBGiaBY0HMWCxHeskexdhgll7uSHMCgYEAzsLB\nGzRUeZ4d0E1KzTTAL2nWGdt+eSBmf8K00rhsntYx2IXYy7xdQAc6TGVVJORdJDYL\n+55PVu0Fhce2c/YX0cJbCdoNfHpMD3IG+PLz48NjXgMKoY6NMwXE66Wd3JoHDofq\nX/6lFqg/NYYN6is/v+tdG1kptpK6YgRhadNnxY8CgYEArwJUHggTwiAN0eIEEwjv\ny27ef24aKvYBu6mNhft477h+bYbA3mJYrzVg2ivJ8ob2hSXl2Wp3ktBKTQHfQDK3\nqnZIa/gGic5MzZLc4S+bS86bM0PeuKcAcsW44WF7FlvsSdp1LzotcEtpu3CQwhHJ\n+TO01F4kHY4HC+LdMAwKDM0CgYBoYP9VuYRP5VfNucdicxf2l6qDYUCm64lzRBs/\nKeWEBkQht+hragt1cHCo8psaRcMTrck83H3XN08La3gbcIgz17dX8OHQDnlpbrpA\nYX5oZFI8urJaPvnfYTE5eWGJZaTcXBchIQ+8sXE/lw5dQjorrClTzh510fsP0oBP\nCW+g1wKBgElWoD3ASyAl5N/6XHMd7Xb8Q/E/JJghK37K+MPBzAvd0NyCvXMlcoB2\nzLncoCfvhHCrzh5JNQ5WDoGdFGKq8mArGEXYWHfztCHsGlrSjbqQTKYIS/12bPaC\nx80SIlmMVq8yBnUNLsIKzcYd6D7WEwHuZqz1nsu5CVCtH2PbrDoV\n-----END RSA PRIVATE KEY-----\n", "user_id": "f663cacb21ba4e5a9456ef62e9a01c0a", "name": "vping_ssh-kp_fa0ab3cc-ccc8-4175-9ab8-bdba66dd7fa8", "fingerprint": "05:cb:5d:b6:2e:ef:15:8d:99:16:40:be:8f:62:23:1e"}} 2018-08-12 05:11:41,132 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-9d87bb67-4923-4c17-bb55-e78d74c88133 2018-08-12 05:11:41,132 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.341073989868s 2018-08-12 05:11:41,132 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-9d87bb67-4923-4c17-bb55-e78d74c88133 2018-08-12 05:11:41,133 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDHRnB/zXkbG3csEuCFoPJ/8DQGONV1RMWKLbJCxcuSZFZPUVMqtKIvNgODI3vs6uejB1LGo8GSXJ4nSggiHMXfwKRvM8vwx2MIzqD14wEGpriZM8iWcfS9QrEAdhrCA14WSjpd2F2StL5rxisdTFPCvFgnKkxc7rBIeM4ulCr0CbvWH8ZclcFZqm7YkWCW+UgOyl6nF4xBvjS17DnRmqviXBQqiU/snfaNMgCdkGgY2kNOBSXp6aBmYvaJlTOjB7kbvDh5CjRkZKr8eshU2EDZ4veck9r+GzWXZGRD4116TehZ2aeLjI9JZycXoTQbnsapLUQ7swt8wzPrjM1UH/c9 Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAx0Zwf815Gxt3LBLghaDyf/A0BjjVdUTFii2yQsXLkmRWT1FT\nKrSiLzYDgyN77OrnowdSxqPBklyeJ0oIIhzF38CkbzPL8MdjCM6g9eMBBqa4mTPI\nlnH0vUKxAHYawgNeFko6XdhdkrS+a8YrHUxTwrxYJypMXO6wSHjOLpQq9Am71h/G\nXJXBWapu2JFglvlIDspepxeMQb40tew50Zqr4lwUKolP7J32jTIAnZBoGNpDTgUl\n6emgZmL2iZUzowe5G7w4eQo0ZGSq/HrIVNhA2eL3nJPa/hs1l2RkQ+Ndek3oWdmn\ni4yPSWcnF6E0G57GqS1EO7MLfMMz64zNVB/3PQIDAQABAoIBAGRcF2BmLS33wScT\nQrxJ+Jdyc+EGUorC3fHfXb2/O+04VzePL6F8Y4n/W/l5r3n8PDihAZFE+8IonwYO\nhNYZQ5aSwL24imdzI29WET6E2wlsgd+2crlCHw4KPnaLBKLda08yhv6ob0fpe1Vv\n8lrJDA4xKPxgkyDinSmCneRbft5z/B8PyxH/6Dtgm9osKKqgr07auaVxpeICDMZl\n+27LOl7Hi0WJxWWTzViRXi8Do8Ms6MgOr3Lj3GfOoK6cnQP/d4Vm6Jap8fR+kQmV\n7z0/7Hc1BXb+frAkn0PMp0No1t7z5RKZF1PADA1j/k2MS8EQvLtCeKSxuZeGCBiT\nDoiL1ckCgYEA9rtSjWv1cEmS3HqNpY7bZvw19aZrnQGqvP9bUKlYq3mS+MrThTud\nMLoBhHhAk8UO9/69Jt7R72l85Uq1uLSsjYqgwHC1srrbZkkrQKTtZN3GGSxMayHf\n06AQx87m4ENVIzR/rzKAz+gAIDfBGiaBY0HMWCxHeskexdhgll7uSHMCgYEAzsLB\nGzRUeZ4d0E1KzTTAL2nWGdt+eSBmf8K00rhsntYx2IXYy7xdQAc6TGVVJORdJDYL\n+55PVu0Fhce2c/YX0cJbCdoNfHpMD3IG+PLz48NjXgMKoY6NMwXE66Wd3JoHDofq\nX/6lFqg/NYYN6is/v+tdG1kptpK6YgRhadNnxY8CgYEArwJUHggTwiAN0eIEEwjv\ny27ef24aKvYBu6mNhft477h+bYbA3mJYrzVg2ivJ8ob2hSXl2Wp3ktBKTQHfQDK3\nqnZIa/gGic5MzZLc4S+bS86bM0PeuKcAcsW44WF7FlvsSdp1LzotcEtpu3CQwhHJ\n+TO01F4kHY4HC+LdMAwKDM0CgYBoYP9VuYRP5VfNucdicxf2l6qDYUCm64lzRBs/\nKeWEBkQht+hragt1cHCo8psaRcMTrck83H3XN08La3gbcIgz17dX8OHQDnlpbrpA\nYX5oZFI8urJaPvnfYTE5eWGJZaTcXBchIQ+8sXE/lw5dQjorrClTzh510fsP0oBP\nCW+g1wKBgElWoD3ASyAl5N/6XHMd7Xb8Q/E/JJghK37K+MPBzAvd0NyCvXMlcoB2\nzLncoCfvhHCrzh5JNQ5WDoGdFGKq8mArGEXYWHfztCHsGlrSjbqQTKYIS/12bPaC\nx80SIlmMVq8yBnUNLsIKzcYd6D7WEwHuZqz1nsu5CVCtH2PbrDoV\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'f663cacb21ba4e5a9456ef62e9a01c0a', 'name': u'vping_ssh-kp_fa0ab3cc-ccc8-4175-9ab8-bdba66dd7fa8', 'created_at': '2018-08-12T05:11:41.133552', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'315a428116f24d9fbb826b37080a918e', 'name': 'vping_ssh-project_fa0ab3cc-ccc8-4175-9ab8-bdba66dd7fa8', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'05:cb:5d:b6:2e:ef:15:8d:99:16:40:be:8f:62:23:1e', 'type': 'ssh', 'id': u'vping_ssh-kp_fa0ab3cc-ccc8-4175-9ab8-bdba66dd7fa8'}) 2018-08-12 05:11:41,134 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEowIBAAKCAQEAx0Zwf815Gxt3LBLghaDyf/A0BjjVdUTFii2yQsXLkmRWT1FT KrSiLzYDgyN77OrnowdSxqPBklyeJ0oIIhzF38CkbzPL8MdjCM6g9eMBBqa4mTPI lnH0vUKxAHYawgNeFko6XdhdkrS+a8YrHUxTwrxYJypMXO6wSHjOLpQq9Am71h/G XJXBWapu2JFglvlIDspepxeMQb40tew50Zqr4lwUKolP7J32jTIAnZBoGNpDTgUl 6emgZmL2iZUzowe5G7w4eQo0ZGSq/HrIVNhA2eL3nJPa/hs1l2RkQ+Ndek3oWdmn i4yPSWcnF6E0G57GqS1EO7MLfMMz64zNVB/3PQIDAQABAoIBAGRcF2BmLS33wScT QrxJ+Jdyc+EGUorC3fHfXb2/O+04VzePL6F8Y4n/W/l5r3n8PDihAZFE+8IonwYO hNYZQ5aSwL24imdzI29WET6E2wlsgd+2crlCHw4KPnaLBKLda08yhv6ob0fpe1Vv 8lrJDA4xKPxgkyDinSmCneRbft5z/B8PyxH/6Dtgm9osKKqgr07auaVxpeICDMZl +27LOl7Hi0WJxWWTzViRXi8Do8Ms6MgOr3Lj3GfOoK6cnQP/d4Vm6Jap8fR+kQmV 7z0/7Hc1BXb+frAkn0PMp0No1t7z5RKZF1PADA1j/k2MS8EQvLtCeKSxuZeGCBiT DoiL1ckCgYEA9rtSjWv1cEmS3HqNpY7bZvw19aZrnQGqvP9bUKlYq3mS+MrThTud MLoBhHhAk8UO9/69Jt7R72l85Uq1uLSsjYqgwHC1srrbZkkrQKTtZN3GGSxMayHf 06AQx87m4ENVIzR/rzKAz+gAIDfBGiaBY0HMWCxHeskexdhgll7uSHMCgYEAzsLB GzRUeZ4d0E1KzTTAL2nWGdt+eSBmf8K00rhsntYx2IXYy7xdQAc6TGVVJORdJDYL +55PVu0Fhce2c/YX0cJbCdoNfHpMD3IG+PLz48NjXgMKoY6NMwXE66Wd3JoHDofq X/6lFqg/NYYN6is/v+tdG1kptpK6YgRhadNnxY8CgYEArwJUHggTwiAN0eIEEwjv y27ef24aKvYBu6mNhft477h+bYbA3mJYrzVg2ivJ8ob2hSXl2Wp3ktBKTQHfQDK3 qnZIa/gGic5MzZLc4S+bS86bM0PeuKcAcsW44WF7FlvsSdp1LzotcEtpu3CQwhHJ +TO01F4kHY4HC+LdMAwKDM0CgYBoYP9VuYRP5VfNucdicxf2l6qDYUCm64lzRBs/ KeWEBkQht+hragt1cHCo8psaRcMTrck83H3XN08La3gbcIgz17dX8OHQDnlpbrpA YX5oZFI8urJaPvnfYTE5eWGJZaTcXBchIQ+8sXE/lw5dQjorrClTzh510fsP0oBP CW+g1wKBgElWoD3ASyAl5N/6XHMd7Xb8Q/E/JJghK37K+MPBzAvd0NyCvXMlcoB2 zLncoCfvhHCrzh5JNQ5WDoGdFGKq8mArGEXYWHfztCHsGlrSjbqQTKYIS/12bPaC x80SIlmMVq8yBnUNLsIKzcYd6D7WEwHuZqz1nsu5CVCtH2PbrDoV -----END RSA PRIVATE KEY----- 2018-08-12 05:11:41,136 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-08-12 05:11:41,137 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}35b87b76aceca524895aba3ebb8384401a732324" -d '{"security_group": {"name": "vping_ssh-sg_fa0ab3cc-ccc8-4175-9ab8-bdba66dd7fa8", "description": "created by OPNFV Functest (vping_ssh)"}}' 2018-08-12 05:11:41,525 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-5c94e549-bd31-4a7c-a895-0c5bdcdcee2a Date: Sun, 12 Aug 2018 05:11:41 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "315a428116f24d9fbb826b37080a918e", "created_at": "2018-08-12T05:11:41Z", "updated_at": "2018-08-12T05:11:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:41Z", "revision_number": 0, "id": "271b3f5d-8c53-4d69-ae3b-792ddcc552d9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:41Z", "security_group_id": "66495891-c500-4b9b-a1c7-ed53061f0bee", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:41Z", "revision_number": 0, "id": "28b68cec-8e62-40e6-a26f-dc893e7c5498", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:41Z", "security_group_id": "66495891-c500-4b9b-a1c7-ed53061f0bee", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}], "revision_number": 2, "project_id": "315a428116f24d9fbb826b37080a918e", "id": "66495891-c500-4b9b-a1c7-ed53061f0bee", "name": "vping_ssh-sg_fa0ab3cc-ccc8-4175-9ab8-bdba66dd7fa8"}} 2018-08-12 05:11:41,525 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-5c94e549-bd31-4a7c-a895-0c5bdcdcee2a 2018-08-12 05:11:41,525 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.388483047485s 2018-08-12 05:11:41,525 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-5c94e549-bd31-4a7c-a895-0c5bdcdcee2a 2018-08-12 05:11:41,530 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-12 05:11:41,530 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}35b87b76aceca524895aba3ebb8384401a732324" 2018-08-12 05:11:41,746 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3834 X-Openstack-Request-Id: req-a06ccae8-ec0d-4531-9ce8-88fd81e3edf3 Date: Sun, 12 Aug 2018 05:11:41 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "315a428116f24d9fbb826b37080a918e", "created_at": "2018-08-12T05:11:41Z", "updated_at": "2018-08-12T05:11:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:41Z", "revision_number": 0, "id": "271b3f5d-8c53-4d69-ae3b-792ddcc552d9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:41Z", "security_group_id": "66495891-c500-4b9b-a1c7-ed53061f0bee", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:41Z", "revision_number": 0, "id": "28b68cec-8e62-40e6-a26f-dc893e7c5498", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:41Z", "security_group_id": "66495891-c500-4b9b-a1c7-ed53061f0bee", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}], "revision_number": 2, "project_id": "315a428116f24d9fbb826b37080a918e", "id": "66495891-c500-4b9b-a1c7-ed53061f0bee", "name": "vping_ssh-sg_fa0ab3cc-ccc8-4175-9ab8-bdba66dd7fa8"}, {"description": "Default security group", "tags": [], "tenant_id": "315a428116f24d9fbb826b37080a918e", "created_at": "2018-08-12T05:11:31Z", "updated_at": "2018-08-12T05:11:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "5e52886a-1dc3-4a81-a55d-f388dc4fd1a1", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "678e32e4-d64c-448a-a4ab-e253ab94ae90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "a8da1539-e3ad-4f90-b2df-3dc1f09d228a", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "b73d5cc9-0205-4658-bb1f-61a042c0ab8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}], "revision_number": 4, "project_id": "315a428116f24d9fbb826b37080a918e", "id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "name": "default"}]} 2018-08-12 05:11:41,747 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-a06ccae8-ec0d-4531-9ce8-88fd81e3edf3 2018-08-12 05:11:41,747 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.21706700325s 2018-08-12 05:11:41,747 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-a06ccae8-ec0d-4531-9ce8-88fd81e3edf3 2018-08-12 05:11:41,751 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-12 05:11:41,752 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}35b87b76aceca524895aba3ebb8384401a732324" -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": "66495891-c500-4b9b-a1c7-ed53061f0bee"}}' 2018-08-12 05:11:42,121 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-cde4b34b-e169-4808-b76c-1018bc7aa698 Date: Sun, 12 Aug 2018 05:11:42 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-12T05:11:42Z", "security_group_id": "66495891-c500-4b9b-a1c7-ed53061f0bee", "port_range_min": 22, "revision_number": 0, "tenant_id": "315a428116f24d9fbb826b37080a918e", "created_at": "2018-08-12T05:11:42Z", "project_id": "315a428116f24d9fbb826b37080a918e", "id": "732a5e57-fa4a-4ade-98e9-878a0b8a3a31"}} 2018-08-12 05:11:42,121 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-cde4b34b-e169-4808-b76c-1018bc7aa698 2018-08-12 05:11:42,121 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.369853973389s 2018-08-12 05:11:42,121 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-cde4b34b-e169-4808-b76c-1018bc7aa698 2018-08-12 05:11:42,125 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-12 05:11:42,126 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}35b87b76aceca524895aba3ebb8384401a732324" 2018-08-12 05:11:42,351 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4330 X-Openstack-Request-Id: req-2650e58b-617e-42ce-8ea5-cc98f4f445d7 Date: Sun, 12 Aug 2018 05:11:42 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "315a428116f24d9fbb826b37080a918e", "created_at": "2018-08-12T05:11:41Z", "updated_at": "2018-08-12T05:11:42Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:41Z", "revision_number": 0, "id": "271b3f5d-8c53-4d69-ae3b-792ddcc552d9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:41Z", "security_group_id": "66495891-c500-4b9b-a1c7-ed53061f0bee", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:41Z", "revision_number": 0, "id": "28b68cec-8e62-40e6-a26f-dc893e7c5498", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:41Z", "security_group_id": "66495891-c500-4b9b-a1c7-ed53061f0bee", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-12T05:11:42Z", "revision_number": 0, "id": "732a5e57-fa4a-4ade-98e9-878a0b8a3a31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:42Z", "security_group_id": "66495891-c500-4b9b-a1c7-ed53061f0bee", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": 22, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}], "revision_number": 3, "project_id": "315a428116f24d9fbb826b37080a918e", "id": "66495891-c500-4b9b-a1c7-ed53061f0bee", "name": "vping_ssh-sg_fa0ab3cc-ccc8-4175-9ab8-bdba66dd7fa8"}, {"description": "Default security group", "tags": [], "tenant_id": "315a428116f24d9fbb826b37080a918e", "created_at": "2018-08-12T05:11:31Z", "updated_at": "2018-08-12T05:11:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "5e52886a-1dc3-4a81-a55d-f388dc4fd1a1", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "678e32e4-d64c-448a-a4ab-e253ab94ae90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "a8da1539-e3ad-4f90-b2df-3dc1f09d228a", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "b73d5cc9-0205-4658-bb1f-61a042c0ab8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}], "revision_number": 4, "project_id": "315a428116f24d9fbb826b37080a918e", "id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "name": "default"}]} 2018-08-12 05:11:42,352 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-2650e58b-617e-42ce-8ea5-cc98f4f445d7 2018-08-12 05:11:42,352 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.226324796677s 2018-08-12 05:11:42,352 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-2650e58b-617e-42ce-8ea5-cc98f4f445d7 2018-08-12 05:11:42,356 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-12 05:11:42,356 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}35b87b76aceca524895aba3ebb8384401a732324" -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": "66495891-c500-4b9b-a1c7-ed53061f0bee"}}' 2018-08-12 05:11:42,681 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-b409a117-e4fd-4067-a271-4a6ff5367d02 Date: Sun, 12 Aug 2018 05:11:42 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T05:11:42Z", "security_group_id": "66495891-c500-4b9b-a1c7-ed53061f0bee", "port_range_min": null, "revision_number": 0, "tenant_id": "315a428116f24d9fbb826b37080a918e", "created_at": "2018-08-12T05:11:42Z", "project_id": "315a428116f24d9fbb826b37080a918e", "id": "8d17b3ad-9d41-4777-b7a9-e630b5344d32"}} 2018-08-12 05:11:42,681 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-b409a117-e4fd-4067-a271-4a6ff5367d02 2018-08-12 05:11:42,681 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.325264930725s 2018-08-12 05:11:42,682 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-b409a117-e4fd-4067-a271-4a6ff5367d02 2018-08-12 05:11:42,683 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 05:11:42,684 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}35b87b76aceca524895aba3ebb8384401a732324" 2018-08-12 05:11:42,973 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-0d996c25-9e75-42b5-9f46-9a5d1780d491 Date: Sun, 12 Aug 2018 05:11:42 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ec788992-fa73-45cc-a7d9-6d44542124c2"],"updated_at":"2018-08-12T05:04:31Z","tenant_id":"310f5853751a4c968f3eeb0a3d99a0a8","created_at":"2018-08-12T05:04:23Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"310f5853751a4c968f3eeb0a3d99a0a8","id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["4864d8bb-4cb7-409a-890c-864c05f8be9f"],"updated_at":"2018-08-12T05:11:32Z","tenant_id":"315a428116f24d9fbb826b37080a918e","created_at":"2018-08-12T05:11:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"315a428116f24d9fbb826b37080a918e","id":"5dc86b89-e0f6-4c03-bfe3-79bdef62b810","name":"vping_ssh-net_fa0ab3cc-ccc8-4175-9ab8-bdba66dd7fa8"}]} 2018-08-12 05:11:42,973 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-0d996c25-9e75-42b5-9f46-9a5d1780d491 2018-08-12 05:11:42,973 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.28976893425s 2018-08-12 05:11:42,973 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-0d996c25-9e75-42b5-9f46-9a5d1780d491 2018-08-12 05:11:42,978 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 05:11:42,982 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}35b87b76aceca524895aba3ebb8384401a732324" 2018-08-12 05:11:43,671 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-754bfb20-3ad2-41fe-9f4d-17f8a9a7f23f Date: Sun, 12 Aug 2018 05:11:43 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/02e6f642-a27b-4ab6-ab4d-32e0a1e7501d/snap", "metadata": {}}], "file": "/v2/images/02e6f642-a27b-4ab6-ab4d-32e0a1e7501d/file", "owner": "315a428116f24d9fbb826b37080a918e", "id": "02e6f642-a27b-4ab6-ab4d-32e0a1e7501d", "size": 12716032, "self": "/v2/images/02e6f642-a27b-4ab6-ab4d-32e0a1e7501d", "disk_format": "qcow2", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/02e6f642-a27b-4ab6-ab4d-32e0a1e7501d/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-12T05:11:39Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_fa0ab3cc-ccc8-4175-9ab8-bdba66dd7fa8", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_fa0ab3cc-ccc8-4175-9ab8-bdba66dd7fa8", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-12T05:11:37Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 05:11:43,671 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-754bfb20-3ad2-41fe-9f4d-17f8a9a7f23f 2018-08-12 05:11:43,671 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.692757844925s 2018-08-12 05:11:43,671 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-754bfb20-3ad2-41fe-9f4d-17f8a9a7f23f 2018-08-12 05:11:43,673 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-12 05:11:43,676 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}35b87b76aceca524895aba3ebb8384401a732324" 2018-08-12 05:11:43,702 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:11: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-23cf1274-ba00-45a9-ad5d-2e7b6077138e x-compute-request-id: req-23cf1274-ba00-45a9-ad5d-2e7b6077138e Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_ssh-flavor_fa0ab3cc-ccc8-4175-9ab8-bdba66dd7fa8", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/3ec74dcd-e343-4742-b58e-319047416653", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/3ec74dcd-e343-4742-b58e-319047416653", "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": "3ec74dcd-e343-4742-b58e-319047416653"}]} 2018-08-12 05:11:43,703 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-23cf1274-ba00-45a9-ad5d-2e7b6077138e 2018-08-12 05:11:43,703 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0295429229736s 2018-08-12 05:11:43,703 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-23cf1274-ba00-45a9-ad5d-2e7b6077138e 2018-08-12 05:11:43,705 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-12 05:11:43,708 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}35b87b76aceca524895aba3ebb8384401a732324" -d '{"server": {"name": "vping_ssh-vm2_fa0ab3cc-ccc8-4175-9ab8-bdba66dd7fa8", "imageRef": "02e6f642-a27b-4ab6-ab4d-32e0a1e7501d", "flavorRef": "3ec74dcd-e343-4742-b58e-319047416653", "max_count": 1, "min_count": 1, "networks": [{"uuid": "5dc86b89-e0f6-4c03-bfe3-79bdef62b810"}], "security_groups": [{"name": "66495891-c500-4b9b-a1c7-ed53061f0bee"}]}}' 2018-08-12 05:11:46,959 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 05:11: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-a5c66496-9b2b-495d-921b-e9976de72ef1 x-compute-request-id: req-a5c66496-9b2b-495d-921b-e9976de72ef1 Content-Length: 403 location: http://172.30.9.21:8774/v2.1/servers/8584ec59-9b42-495b-9c40-e000e98a095a Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "66495891-c500-4b9b-a1c7-ed53061f0bee"}], "OS-DCF:diskConfig": "MANUAL", "id": "8584ec59-9b42-495b-9c40-e000e98a095a", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/8584ec59-9b42-495b-9c40-e000e98a095a", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/8584ec59-9b42-495b-9c40-e000e98a095a", "rel": "bookmark"}], "adminPass": "TBjJ5n9mxqF5"}} 2018-08-12 05:11:46,959 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-a5c66496-9b2b-495d-921b-e9976de72ef1 2018-08-12 05:11:46,959 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 3.25421214104s 2018-08-12 05:11:46,959 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-a5c66496-9b2b-495d-921b-e9976de72ef1 2018-08-12 05:11:46,960 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 05:11:46,963 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}35b87b76aceca524895aba3ebb8384401a732324" 2018-08-12 05:11:47,774 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:11: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-b8a1fbe5-56f6-4ee6-9673-2a2dcfd9b31e x-compute-request-id: req-b8a1fbe5-56f6-4ee6-9673-2a2dcfd9b31e 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.21:8774/v2.1/servers/8584ec59-9b42-495b-9c40-e000e98a095a", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/8584ec59-9b42-495b-9c40-e000e98a095a", "rel": "bookmark"}], "image": {"id": "02e6f642-a27b-4ab6-ab4d-32e0a1e7501d", "links": [{"href": "http://172.30.9.21:8774/images/02e6f642-a27b-4ab6-ab4d-32e0a1e7501d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3ec74dcd-e343-4742-b58e-319047416653", "links": [{"href": "http://172.30.9.21:8774/flavors/3ec74dcd-e343-4742-b58e-319047416653", "rel": "bookmark"}]}, "id": "8584ec59-9b42-495b-9c40-e000e98a095a", "user_id": "f663cacb21ba4e5a9456ef62e9a01c0a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T05:11:47Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_fa0ab3cc-ccc8-4175-9ab8-bdba66dd7fa8", "created": "2018-08-12T05:11:46Z", "tenant_id": "315a428116f24d9fbb826b37080a918e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 05:11:47,774 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-b8a1fbe5-56f6-4ee6-9673-2a2dcfd9b31e 2018-08-12 05:11:47,774 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.813554048538s 2018-08-12 05:11:47,774 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-b8a1fbe5-56f6-4ee6-9673-2a2dcfd9b31e 2018-08-12 05:11:47,782 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 05:11:47,782 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}35b87b76aceca524895aba3ebb8384401a732324" 2018-08-12 05:11:47,889 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-500c8fdf-4c79-4d5e-9162-ba5a7198c442 Date: Sun, 12 Aug 2018 05:11:47 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ec788992-fa73-45cc-a7d9-6d44542124c2"],"updated_at":"2018-08-12T05:04:31Z","tenant_id":"310f5853751a4c968f3eeb0a3d99a0a8","created_at":"2018-08-12T05:04:23Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"310f5853751a4c968f3eeb0a3d99a0a8","id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["4864d8bb-4cb7-409a-890c-864c05f8be9f"],"updated_at":"2018-08-12T05:11:32Z","tenant_id":"315a428116f24d9fbb826b37080a918e","created_at":"2018-08-12T05:11:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"315a428116f24d9fbb826b37080a918e","id":"5dc86b89-e0f6-4c03-bfe3-79bdef62b810","name":"vping_ssh-net_fa0ab3cc-ccc8-4175-9ab8-bdba66dd7fa8"}]} 2018-08-12 05:11:47,889 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-500c8fdf-4c79-4d5e-9162-ba5a7198c442 2018-08-12 05:11:47,889 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.107629060745s 2018-08-12 05:11:47,890 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-500c8fdf-4c79-4d5e-9162-ba5a7198c442 2018-08-12 05:11:47,891 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-12 05:11:47,891 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}35b87b76aceca524895aba3ebb8384401a732324" 2018-08-12 05:11:47,939 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-974b3a88-3bce-4044-9e82-ef6faa0d43cd Date: Sun, 12 Aug 2018 05:11:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5dc86b89-e0f6-4c03-bfe3-79bdef62b810","tenant_id":"315a428116f24d9fbb826b37080a918e","created_at":"2018-08-12T05:11:32Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-12T05:11: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":"315a428116f24d9fbb826b37080a918e","id":"4864d8bb-4cb7-409a-890c-864c05f8be9f","subnetpool_id":null,"name":"vping_ssh-subnet_fa0ab3cc-ccc8-4175-9ab8-bdba66dd7fa8"}]} 2018-08-12 05:11:47,940 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-974b3a88-3bce-4044-9e82-ef6faa0d43cd 2018-08-12 05:11:47,940 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0488700866699s 2018-08-12 05:11:47,940 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-974b3a88-3bce-4044-9e82-ef6faa0d43cd 2018-08-12 05:11:47,941 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 05:11:49,943 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 05:11:49,946 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}35b87b76aceca524895aba3ebb8384401a732324" 2018-08-12 05:11:50,851 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:11: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-8c8d34ae-1bd1-4d29-a2b0-6e5825a6fefe x-compute-request-id: req-8c8d34ae-1bd1-4d29-a2b0-6e5825a6fefe Content-Encoding: gzip Content-Length: 648 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/8584ec59-9b42-495b-9c40-e000e98a095a", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/8584ec59-9b42-495b-9c40-e000e98a095a", "rel": "bookmark"}], "image": {"id": "02e6f642-a27b-4ab6-ab4d-32e0a1e7501d", "links": [{"href": "http://172.30.9.21:8774/images/02e6f642-a27b-4ab6-ab4d-32e0a1e7501d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3ec74dcd-e343-4742-b58e-319047416653", "links": [{"href": "http://172.30.9.21:8774/flavors/3ec74dcd-e343-4742-b58e-319047416653", "rel": "bookmark"}]}, "id": "8584ec59-9b42-495b-9c40-e000e98a095a", "user_id": "f663cacb21ba4e5a9456ef62e9a01c0a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T05:11:50Z", "hostId": "d834eb6a4a418ca8b7e99d77c81314ae1fd4d0bec81a4fbdd2a804f9", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_fa0ab3cc-ccc8-4175-9ab8-bdba66dd7fa8", "created": "2018-08-12T05:11:46Z", "tenant_id": "315a428116f24d9fbb826b37080a918e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 05:11:50,851 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-8c8d34ae-1bd1-4d29-a2b0-6e5825a6fefe 2018-08-12 05:11:50,851 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.907840967178s 2018-08-12 05:11:50,852 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-8c8d34ae-1bd1-4d29-a2b0-6e5825a6fefe 2018-08-12 05:11:50,856 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 05:11:52,858 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 05:11:52,861 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}35b87b76aceca524895aba3ebb8384401a732324" 2018-08-12 05:11:54,160 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:11: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-7cfb7f07-209d-4aa8-b18c-5ca8185b257b x-compute-request-id: req-7cfb7f07-209d-4aa8-b18c-5ca8185b257b 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.21:8774/v2.1/servers/8584ec59-9b42-495b-9c40-e000e98a095a", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/8584ec59-9b42-495b-9c40-e000e98a095a", "rel": "bookmark"}], "image": {"id": "02e6f642-a27b-4ab6-ab4d-32e0a1e7501d", "links": [{"href": "http://172.30.9.21:8774/images/02e6f642-a27b-4ab6-ab4d-32e0a1e7501d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3ec74dcd-e343-4742-b58e-319047416653", "links": [{"href": "http://172.30.9.21:8774/flavors/3ec74dcd-e343-4742-b58e-319047416653", "rel": "bookmark"}]}, "id": "8584ec59-9b42-495b-9c40-e000e98a095a", "security_groups": [{"name": "vping_ssh-sg_fa0ab3cc-ccc8-4175-9ab8-bdba66dd7fa8"}], "user_id": "f663cacb21ba4e5a9456ef62e9a01c0a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T05:11:50Z", "hostId": "d834eb6a4a418ca8b7e99d77c81314ae1fd4d0bec81a4fbdd2a804f9", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_fa0ab3cc-ccc8-4175-9ab8-bdba66dd7fa8", "created": "2018-08-12T05:11:46Z", "tenant_id": "315a428116f24d9fbb826b37080a918e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 05:11:54,160 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-7cfb7f07-209d-4aa8-b18c-5ca8185b257b 2018-08-12 05:11:54,160 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.30176997185s 2018-08-12 05:11:54,160 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-7cfb7f07-209d-4aa8-b18c-5ca8185b257b 2018-08-12 05:11:54,165 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 05:11:56,167 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 05:11:56,170 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}35b87b76aceca524895aba3ebb8384401a732324" 2018-08-12 05:11:56,919 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05: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-aea6641b-ad74-4090-83ae-3023e8bc06db x-compute-request-id: req-aea6641b-ad74-4090-83ae-3023e8bc06db Content-Encoding: gzip Content-Length: 739 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_fa0ab3cc-ccc8-4175-9ab8-bdba66dd7fa8": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:03:3b:e5", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/8584ec59-9b42-495b-9c40-e000e98a095a", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/8584ec59-9b42-495b-9c40-e000e98a095a", "rel": "bookmark"}], "image": {"id": "02e6f642-a27b-4ab6-ab4d-32e0a1e7501d", "links": [{"href": "http://172.30.9.21:8774/images/02e6f642-a27b-4ab6-ab4d-32e0a1e7501d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T05:11:55.000000", "flavor": {"id": "3ec74dcd-e343-4742-b58e-319047416653", "links": [{"href": "http://172.30.9.21:8774/flavors/3ec74dcd-e343-4742-b58e-319047416653", "rel": "bookmark"}]}, "id": "8584ec59-9b42-495b-9c40-e000e98a095a", "security_groups": [{"name": "vping_ssh-sg_fa0ab3cc-ccc8-4175-9ab8-bdba66dd7fa8"}], "user_id": "f663cacb21ba4e5a9456ef62e9a01c0a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T05:11:55Z", "hostId": "d834eb6a4a418ca8b7e99d77c81314ae1fd4d0bec81a4fbdd2a804f9", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_fa0ab3cc-ccc8-4175-9ab8-bdba66dd7fa8", "created": "2018-08-12T05:11:46Z", "tenant_id": "315a428116f24d9fbb826b37080a918e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 05:11:56,919 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-aea6641b-ad74-4090-83ae-3023e8bc06db 2018-08-12 05:11:56,920 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.751866102219s 2018-08-12 05:11:56,920 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-aea6641b-ad74-4090-83ae-3023e8bc06db 2018-08-12 05:11:56,924 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-12 05:11:56,924 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/ports.json?device_id=8584ec59-9b42-495b-9c40-e000e98a095a" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}35b87b76aceca524895aba3ebb8384401a732324" 2018-08-12 05:11:56,982 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-4f6956fe-b3e4-4c55-91be-49f1d169dead Date: Sun, 12 Aug 2018 05:11:56 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"5dc86b89-e0f6-4c03-bfe3-79bdef62b810","tenant_id":"315a428116f24d9fbb826b37080a918e","created_at":"2018-08-12T05:11:50Z","admin_state_up":true,"updated_at":"2018-08-12T05:11:55Z","binding:vnic_type":"normal","device_id":"8584ec59-9b42-495b-9c40-e000e98a095a","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:03:3b:e5","id":"d598bf04-5c42-441f-98b3-f9eec8a80ca6","port_security_enabled":true,"project_id":"315a428116f24d9fbb826b37080a918e","fixed_ips":[{"subnet_id":"4864d8bb-4cb7-409a-890c-864c05f8be9f","ip_address":"192.168.120.9"}],"extra_dhcp_opts":[],"security_groups":["66495891-c500-4b9b-a1c7-ed53061f0bee"],"name":""}]} 2018-08-12 05:11:56,982 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=8584ec59-9b42-495b-9c40-e000e98a095a used request id req-4f6956fe-b3e4-4c55-91be-49f1d169dead 2018-08-12 05:11:56,983 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0585339069366s 2018-08-12 05:11:56,983 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=8584ec59-9b42-495b-9c40-e000e98a095a used request id req-4f6956fe-b3e4-4c55-91be-49f1d169dead 2018-08-12 05:11:56,988 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-12 05:11:56,989 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/floatingips.json?port_id=d598bf04-5c42-441f-98b3-f9eec8a80ca6" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}35b87b76aceca524895aba3ebb8384401a732324" 2018-08-12 05:11:57,010 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-c960f25f-1cf3-49bb-9d2d-e3930d893abe Date: Sun, 12 Aug 2018 05:11:57 GMT RESP BODY: {"floatingips": []} 2018-08-12 05:11:57,010 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=d598bf04-5c42-441f-98b3-f9eec8a80ca6 used request id req-c960f25f-1cf3-49bb-9d2d-e3930d893abe 2018-08-12 05:11:57,010 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0219340324402s 2018-08-12 05:11:57,010 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=d598bf04-5c42-441f-98b3-f9eec8a80ca6 used request id req-c960f25f-1cf3-49bb-9d2d-e3930d893abe 2018-08-12 05:11:57,011 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_fa0ab3cc-ccc8-4175-9ab8-bdba66dd7fa8': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:03:3b:e5', u'version': 4, u'addr': u'192.168.120.9', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'02e6f642-a27b-4ab6-ab4d-32e0a1e7501d'}), 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-12T05:11:55.000000', 'flavor': Munch({u'id': u'3ec74dcd-e343-4742-b58e-319047416653'}), 'az': u'nova', 'id': u'8584ec59-9b42-495b-9c40-e000e98a095a', 'security_groups': [Munch({u'name': u'vping_ssh-sg_fa0ab3cc-ccc8-4175-9ab8-bdba66dd7fa8'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'f663cacb21ba4e5a9456ef62e9a01c0a', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'315a428116f24d9fbb826b37080a918e', 'name': 'vping_ssh-project_fa0ab3cc-ccc8-4175-9ab8-bdba66dd7fa8', '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-12T05:11:55.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-12T05:11:55Z', 'hostId': u'd834eb6a4a418ca8b7e99d77c81314ae1fd4d0bec81a4fbdd2a804f9', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.9', 'cloud': 'envvars', 'host_id': u'd834eb6a4a418ca8b7e99d77c81314ae1fd4d0bec81a4fbdd2a804f9', '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-12T05:11:55.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'315a428116f24d9fbb826b37080a918e', 'name': u'vping_ssh-vm2_fa0ab3cc-ccc8-4175-9ab8-bdba66dd7fa8', 'adminPass': u'TBjJ5n9mxqF5', 'tenant_id': u'315a428116f24d9fbb826b37080a918e', 'created_at': u'2018-08-12T05:11:46Z', 'created': u'2018-08-12T05:11:46Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-12 05:11:57,012 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 05:11:57,012 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}35b87b76aceca524895aba3ebb8384401a732324" 2018-08-12 05:11:57,158 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-9e50c3c4-afac-439d-81b4-4ead133a17d2 Date: Sun, 12 Aug 2018 05:11:57 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ec788992-fa73-45cc-a7d9-6d44542124c2"],"updated_at":"2018-08-12T05:04:31Z","tenant_id":"310f5853751a4c968f3eeb0a3d99a0a8","created_at":"2018-08-12T05:04:23Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"310f5853751a4c968f3eeb0a3d99a0a8","id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["4864d8bb-4cb7-409a-890c-864c05f8be9f"],"updated_at":"2018-08-12T05:11:32Z","tenant_id":"315a428116f24d9fbb826b37080a918e","created_at":"2018-08-12T05:11:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"315a428116f24d9fbb826b37080a918e","id":"5dc86b89-e0f6-4c03-bfe3-79bdef62b810","name":"vping_ssh-net_fa0ab3cc-ccc8-4175-9ab8-bdba66dd7fa8"}]} 2018-08-12 05:11:57,158 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-9e50c3c4-afac-439d-81b4-4ead133a17d2 2018-08-12 05:11:57,158 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.146127939224s 2018-08-12 05:11:57,158 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-9e50c3c4-afac-439d-81b4-4ead133a17d2 2018-08-12 05:11:57,162 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 05:11:57,166 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}35b87b76aceca524895aba3ebb8384401a732324" 2018-08-12 05:11:57,836 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-188a7500-316b-40fb-8879-c31d42c64e1e Date: Sun, 12 Aug 2018 05:11:57 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/02e6f642-a27b-4ab6-ab4d-32e0a1e7501d/snap", "metadata": {}}], "file": "/v2/images/02e6f642-a27b-4ab6-ab4d-32e0a1e7501d/file", "owner": "315a428116f24d9fbb826b37080a918e", "id": "02e6f642-a27b-4ab6-ab4d-32e0a1e7501d", "size": 12716032, "self": "/v2/images/02e6f642-a27b-4ab6-ab4d-32e0a1e7501d", "disk_format": "qcow2", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/02e6f642-a27b-4ab6-ab4d-32e0a1e7501d/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-12T05:11:39Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_fa0ab3cc-ccc8-4175-9ab8-bdba66dd7fa8", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_fa0ab3cc-ccc8-4175-9ab8-bdba66dd7fa8", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-12T05:11:37Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 05:11:57,836 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-188a7500-316b-40fb-8879-c31d42c64e1e 2018-08-12 05:11:57,836 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.67374920845s 2018-08-12 05:11:57,837 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-188a7500-316b-40fb-8879-c31d42c64e1e 2018-08-12 05:11:57,838 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-12 05:11:57,841 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}35b87b76aceca524895aba3ebb8384401a732324" 2018-08-12 05:11:57,866 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:11: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-0059c8b8-0e59-4c18-869c-0ccc27152621 x-compute-request-id: req-0059c8b8-0e59-4c18-869c-0ccc27152621 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_ssh-flavor_fa0ab3cc-ccc8-4175-9ab8-bdba66dd7fa8", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/3ec74dcd-e343-4742-b58e-319047416653", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/3ec74dcd-e343-4742-b58e-319047416653", "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": "3ec74dcd-e343-4742-b58e-319047416653"}]} 2018-08-12 05:11:57,867 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-0059c8b8-0e59-4c18-869c-0ccc27152621 2018-08-12 05:11:57,867 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0284020900726s 2018-08-12 05:11:57,867 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-0059c8b8-0e59-4c18-869c-0ccc27152621 2018-08-12 05:11:57,868 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-12 05:11:57,871 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}35b87b76aceca524895aba3ebb8384401a732324" -d '{"server": {"name": "vping_ssh-vm_fa0ab3cc-ccc8-4175-9ab8-bdba66dd7fa8", "imageRef": "02e6f642-a27b-4ab6-ab4d-32e0a1e7501d", "key_name": "vping_ssh-kp_fa0ab3cc-ccc8-4175-9ab8-bdba66dd7fa8", "flavorRef": "3ec74dcd-e343-4742-b58e-319047416653", "max_count": 1, "min_count": 1, "networks": [{"uuid": "5dc86b89-e0f6-4c03-bfe3-79bdef62b810"}], "security_groups": [{"name": "66495891-c500-4b9b-a1c7-ed53061f0bee"}]}}' 2018-08-12 05:12:01,073 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 05:11:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-11327321-c69a-4ee0-9c37-a2cb954aa21a x-compute-request-id: req-11327321-c69a-4ee0-9c37-a2cb954aa21a Content-Length: 403 location: http://172.30.9.21:8774/v2.1/servers/09445f36-e0a8-43a3-9441-656996081705 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "66495891-c500-4b9b-a1c7-ed53061f0bee"}], "OS-DCF:diskConfig": "MANUAL", "id": "09445f36-e0a8-43a3-9441-656996081705", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/09445f36-e0a8-43a3-9441-656996081705", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/09445f36-e0a8-43a3-9441-656996081705", "rel": "bookmark"}], "adminPass": "xZ9w86PeewdQ"}} 2018-08-12 05:12:01,073 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-11327321-c69a-4ee0-9c37-a2cb954aa21a 2018-08-12 05:12:01,073 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 3.20466089249s 2018-08-12 05:12:01,074 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-11327321-c69a-4ee0-9c37-a2cb954aa21a 2018-08-12 05:12:01,074 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 05:12:01,077 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}35b87b76aceca524895aba3ebb8384401a732324" 2018-08-12 05:12:01,950 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:12: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-0b2e272d-8c22-43b0-949c-aeb659741753 x-compute-request-id: req-0b2e272d-8c22-43b0-949c-aeb659741753 Content-Encoding: gzip Content-Length: 852 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/09445f36-e0a8-43a3-9441-656996081705", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/09445f36-e0a8-43a3-9441-656996081705", "rel": "bookmark"}], "image": {"id": "02e6f642-a27b-4ab6-ab4d-32e0a1e7501d", "links": [{"href": "http://172.30.9.21:8774/images/02e6f642-a27b-4ab6-ab4d-32e0a1e7501d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3ec74dcd-e343-4742-b58e-319047416653", "links": [{"href": "http://172.30.9.21:8774/flavors/3ec74dcd-e343-4742-b58e-319047416653", "rel": "bookmark"}]}, "id": "09445f36-e0a8-43a3-9441-656996081705", "user_id": "f663cacb21ba4e5a9456ef62e9a01c0a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T05:12:01Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_fa0ab3cc-ccc8-4175-9ab8-bdba66dd7fa8", "name": "vping_ssh-vm_fa0ab3cc-ccc8-4175-9ab8-bdba66dd7fa8", "created": "2018-08-12T05:12:01Z", "tenant_id": "315a428116f24d9fbb826b37080a918e", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_fa0ab3cc-ccc8-4175-9ab8-bdba66dd7fa8": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:03:3b:e5", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/8584ec59-9b42-495b-9c40-e000e98a095a", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/8584ec59-9b42-495b-9c40-e000e98a095a", "rel": "bookmark"}], "image": {"id": "02e6f642-a27b-4ab6-ab4d-32e0a1e7501d", "links": [{"href": "http://172.30.9.21:8774/images/02e6f642-a27b-4ab6-ab4d-32e0a1e7501d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T05:11:55.000000", "flavor": {"id": "3ec74dcd-e343-4742-b58e-319047416653", "links": [{"href": "http://172.30.9.21:8774/flavors/3ec74dcd-e343-4742-b58e-319047416653", "rel": "bookmark"}]}, "id": "8584ec59-9b42-495b-9c40-e000e98a095a", "security_groups": [{"name": "vping_ssh-sg_fa0ab3cc-ccc8-4175-9ab8-bdba66dd7fa8"}], "user_id": "f663cacb21ba4e5a9456ef62e9a01c0a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T05:11:55Z", "hostId": "d834eb6a4a418ca8b7e99d77c81314ae1fd4d0bec81a4fbdd2a804f9", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_fa0ab3cc-ccc8-4175-9ab8-bdba66dd7fa8", "created": "2018-08-12T05:11:46Z", "tenant_id": "315a428116f24d9fbb826b37080a918e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 05:12:01,950 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-0b2e272d-8c22-43b0-949c-aeb659741753 2018-08-12 05:12:01,951 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.876220941544s 2018-08-12 05:12:01,951 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-0b2e272d-8c22-43b0-949c-aeb659741753 2018-08-12 05:12:01,956 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 05:12:03,959 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 05:12:03,962 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}35b87b76aceca524895aba3ebb8384401a732324" 2018-08-12 05:12:04,826 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:12: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-36ba4682-de50-4678-9142-8baac503271d x-compute-request-id: req-36ba4682-de50-4678-9142-8baac503271d Content-Encoding: gzip Content-Length: 890 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/09445f36-e0a8-43a3-9441-656996081705", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/09445f36-e0a8-43a3-9441-656996081705", "rel": "bookmark"}], "image": {"id": "02e6f642-a27b-4ab6-ab4d-32e0a1e7501d", "links": [{"href": "http://172.30.9.21:8774/images/02e6f642-a27b-4ab6-ab4d-32e0a1e7501d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3ec74dcd-e343-4742-b58e-319047416653", "links": [{"href": "http://172.30.9.21:8774/flavors/3ec74dcd-e343-4742-b58e-319047416653", "rel": "bookmark"}]}, "id": "09445f36-e0a8-43a3-9441-656996081705", "security_groups": [{"name": "vping_ssh-sg_fa0ab3cc-ccc8-4175-9ab8-bdba66dd7fa8"}], "user_id": "f663cacb21ba4e5a9456ef62e9a01c0a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T05:12:03Z", "hostId": "bdc4e9b064c2e2dd2688c1980b608ef073cac102ef483cdc8743a5e7", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_fa0ab3cc-ccc8-4175-9ab8-bdba66dd7fa8", "name": "vping_ssh-vm_fa0ab3cc-ccc8-4175-9ab8-bdba66dd7fa8", "created": "2018-08-12T05:12:01Z", "tenant_id": "315a428116f24d9fbb826b37080a918e", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_fa0ab3cc-ccc8-4175-9ab8-bdba66dd7fa8": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:03:3b:e5", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/8584ec59-9b42-495b-9c40-e000e98a095a", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/8584ec59-9b42-495b-9c40-e000e98a095a", "rel": "bookmark"}], "image": {"id": "02e6f642-a27b-4ab6-ab4d-32e0a1e7501d", "links": [{"href": "http://172.30.9.21:8774/images/02e6f642-a27b-4ab6-ab4d-32e0a1e7501d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T05:11:55.000000", "flavor": {"id": "3ec74dcd-e343-4742-b58e-319047416653", "links": [{"href": "http://172.30.9.21:8774/flavors/3ec74dcd-e343-4742-b58e-319047416653", "rel": "bookmark"}]}, "id": "8584ec59-9b42-495b-9c40-e000e98a095a", "security_groups": [{"name": "vping_ssh-sg_fa0ab3cc-ccc8-4175-9ab8-bdba66dd7fa8"}], "user_id": "f663cacb21ba4e5a9456ef62e9a01c0a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T05:11:55Z", "hostId": "d834eb6a4a418ca8b7e99d77c81314ae1fd4d0bec81a4fbdd2a804f9", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_fa0ab3cc-ccc8-4175-9ab8-bdba66dd7fa8", "created": "2018-08-12T05:11:46Z", "tenant_id": "315a428116f24d9fbb826b37080a918e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 05:12:04,827 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-36ba4682-de50-4678-9142-8baac503271d 2018-08-12 05:12:04,827 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.867633104324s 2018-08-12 05:12:04,827 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-36ba4682-de50-4678-9142-8baac503271d 2018-08-12 05:12:04,832 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 05:12:06,835 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 05:12:06,838 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}35b87b76aceca524895aba3ebb8384401a732324" 2018-08-12 05:12:07,306 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:12: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-30c8a3b5-be22-467d-b813-8b948e522df6 x-compute-request-id: req-30c8a3b5-be22-467d-b813-8b948e522df6 Content-Encoding: gzip Content-Length: 890 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/09445f36-e0a8-43a3-9441-656996081705", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/09445f36-e0a8-43a3-9441-656996081705", "rel": "bookmark"}], "image": {"id": "02e6f642-a27b-4ab6-ab4d-32e0a1e7501d", "links": [{"href": "http://172.30.9.21:8774/images/02e6f642-a27b-4ab6-ab4d-32e0a1e7501d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3ec74dcd-e343-4742-b58e-319047416653", "links": [{"href": "http://172.30.9.21:8774/flavors/3ec74dcd-e343-4742-b58e-319047416653", "rel": "bookmark"}]}, "id": "09445f36-e0a8-43a3-9441-656996081705", "security_groups": [{"name": "vping_ssh-sg_fa0ab3cc-ccc8-4175-9ab8-bdba66dd7fa8"}], "user_id": "f663cacb21ba4e5a9456ef62e9a01c0a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T05:12:03Z", "hostId": "bdc4e9b064c2e2dd2688c1980b608ef073cac102ef483cdc8743a5e7", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_fa0ab3cc-ccc8-4175-9ab8-bdba66dd7fa8", "name": "vping_ssh-vm_fa0ab3cc-ccc8-4175-9ab8-bdba66dd7fa8", "created": "2018-08-12T05:12:01Z", "tenant_id": "315a428116f24d9fbb826b37080a918e", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_fa0ab3cc-ccc8-4175-9ab8-bdba66dd7fa8": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:03:3b:e5", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/8584ec59-9b42-495b-9c40-e000e98a095a", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/8584ec59-9b42-495b-9c40-e000e98a095a", "rel": "bookmark"}], "image": {"id": "02e6f642-a27b-4ab6-ab4d-32e0a1e7501d", "links": [{"href": "http://172.30.9.21:8774/images/02e6f642-a27b-4ab6-ab4d-32e0a1e7501d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T05:11:55.000000", "flavor": {"id": "3ec74dcd-e343-4742-b58e-319047416653", "links": [{"href": "http://172.30.9.21:8774/flavors/3ec74dcd-e343-4742-b58e-319047416653", "rel": "bookmark"}]}, "id": "8584ec59-9b42-495b-9c40-e000e98a095a", "security_groups": [{"name": "vping_ssh-sg_fa0ab3cc-ccc8-4175-9ab8-bdba66dd7fa8"}], "user_id": "f663cacb21ba4e5a9456ef62e9a01c0a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T05:11:55Z", "hostId": "d834eb6a4a418ca8b7e99d77c81314ae1fd4d0bec81a4fbdd2a804f9", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_fa0ab3cc-ccc8-4175-9ab8-bdba66dd7fa8", "created": "2018-08-12T05:11:46Z", "tenant_id": "315a428116f24d9fbb826b37080a918e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 05:12:07,307 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-30c8a3b5-be22-467d-b813-8b948e522df6 2018-08-12 05:12:07,307 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.471697092056s 2018-08-12 05:12:07,307 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-30c8a3b5-be22-467d-b813-8b948e522df6 2018-08-12 05:12:07,312 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 05:12:09,315 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 05:12:09,317 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}35b87b76aceca524895aba3ebb8384401a732324" 2018-08-12 05:12:10,041 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05: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-c6423425-2c4c-4b8b-bf99-8b1c7413baa0 x-compute-request-id: req-c6423425-2c4c-4b8b-bf99-8b1c7413baa0 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_fa0ab3cc-ccc8-4175-9ab8-bdba66dd7fa8": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b0:0c:97", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/09445f36-e0a8-43a3-9441-656996081705", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/09445f36-e0a8-43a3-9441-656996081705", "rel": "bookmark"}], "image": {"id": "02e6f642-a27b-4ab6-ab4d-32e0a1e7501d", "links": [{"href": "http://172.30.9.21:8774/images/02e6f642-a27b-4ab6-ab4d-32e0a1e7501d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T05:12:08.000000", "flavor": {"id": "3ec74dcd-e343-4742-b58e-319047416653", "links": [{"href": "http://172.30.9.21:8774/flavors/3ec74dcd-e343-4742-b58e-319047416653", "rel": "bookmark"}]}, "id": "09445f36-e0a8-43a3-9441-656996081705", "security_groups": [{"name": "vping_ssh-sg_fa0ab3cc-ccc8-4175-9ab8-bdba66dd7fa8"}], "user_id": "f663cacb21ba4e5a9456ef62e9a01c0a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T05:12:08Z", "hostId": "bdc4e9b064c2e2dd2688c1980b608ef073cac102ef483cdc8743a5e7", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_fa0ab3cc-ccc8-4175-9ab8-bdba66dd7fa8", "name": "vping_ssh-vm_fa0ab3cc-ccc8-4175-9ab8-bdba66dd7fa8", "created": "2018-08-12T05:12:01Z", "tenant_id": "315a428116f24d9fbb826b37080a918e", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_fa0ab3cc-ccc8-4175-9ab8-bdba66dd7fa8": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:03:3b:e5", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/8584ec59-9b42-495b-9c40-e000e98a095a", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/8584ec59-9b42-495b-9c40-e000e98a095a", "rel": "bookmark"}], "image": {"id": "02e6f642-a27b-4ab6-ab4d-32e0a1e7501d", "links": [{"href": "http://172.30.9.21:8774/images/02e6f642-a27b-4ab6-ab4d-32e0a1e7501d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T05:11:55.000000", "flavor": {"id": "3ec74dcd-e343-4742-b58e-319047416653", "links": [{"href": "http://172.30.9.21:8774/flavors/3ec74dcd-e343-4742-b58e-319047416653", "rel": "bookmark"}]}, "id": "8584ec59-9b42-495b-9c40-e000e98a095a", "security_groups": [{"name": "vping_ssh-sg_fa0ab3cc-ccc8-4175-9ab8-bdba66dd7fa8"}], "user_id": "f663cacb21ba4e5a9456ef62e9a01c0a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T05:11:55Z", "hostId": "d834eb6a4a418ca8b7e99d77c81314ae1fd4d0bec81a4fbdd2a804f9", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_fa0ab3cc-ccc8-4175-9ab8-bdba66dd7fa8", "created": "2018-08-12T05:11:46Z", "tenant_id": "315a428116f24d9fbb826b37080a918e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 05:12:10,042 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-c6423425-2c4c-4b8b-bf99-8b1c7413baa0 2018-08-12 05:12:10,042 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.727171897888s 2018-08-12 05:12:10,042 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-c6423425-2c4c-4b8b-bf99-8b1c7413baa0 2018-08-12 05:12:10,047 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-12 05:12:10,048 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/ports.json?device_id=09445f36-e0a8-43a3-9441-656996081705" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}35b87b76aceca524895aba3ebb8384401a732324" 2018-08-12 05:12:10,113 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-7c3a4892-af7b-4218-a436-d1fa2e0b79d5 Date: Sun, 12 Aug 2018 05:12:10 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"5dc86b89-e0f6-4c03-bfe3-79bdef62b810","tenant_id":"315a428116f24d9fbb826b37080a918e","created_at":"2018-08-12T05:12:02Z","admin_state_up":true,"updated_at":"2018-08-12T05:12:08Z","binding:vnic_type":"normal","device_id":"09445f36-e0a8-43a3-9441-656996081705","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:b0:0c:97","id":"40550dd0-e6a9-4fa8-8f0c-6cf5edd96195","port_security_enabled":true,"project_id":"315a428116f24d9fbb826b37080a918e","fixed_ips":[{"subnet_id":"4864d8bb-4cb7-409a-890c-864c05f8be9f","ip_address":"192.168.120.14"}],"extra_dhcp_opts":[],"security_groups":["66495891-c500-4b9b-a1c7-ed53061f0bee"],"name":""}]} 2018-08-12 05:12:10,114 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=09445f36-e0a8-43a3-9441-656996081705 used request id req-7c3a4892-af7b-4218-a436-d1fa2e0b79d5 2018-08-12 05:12:10,114 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0665609836578s 2018-08-12 05:12:10,114 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=09445f36-e0a8-43a3-9441-656996081705 used request id req-7c3a4892-af7b-4218-a436-d1fa2e0b79d5 2018-08-12 05:12:10,119 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-12 05:12:10,120 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/floatingips.json?port_id=40550dd0-e6a9-4fa8-8f0c-6cf5edd96195" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}35b87b76aceca524895aba3ebb8384401a732324" 2018-08-12 05:12:10,139 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-6cf33b25-3c03-4f72-a44b-2aa6ac4de009 Date: Sun, 12 Aug 2018 05:12:10 GMT RESP BODY: {"floatingips": []} 2018-08-12 05:12:10,139 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=40550dd0-e6a9-4fa8-8f0c-6cf5edd96195 used request id req-6cf33b25-3c03-4f72-a44b-2aa6ac4de009 2018-08-12 05:12:10,139 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0197370052338s 2018-08-12 05:12:10,139 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=40550dd0-e6a9-4fa8-8f0c-6cf5edd96195 used request id req-6cf33b25-3c03-4f72-a44b-2aa6ac4de009 2018-08-12 05:12:10,140 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_fa0ab3cc-ccc8-4175-9ab8-bdba66dd7fa8': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:b0:0c:97', u'version': 4, u'addr': u'192.168.120.14', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'02e6f642-a27b-4ab6-ab4d-32e0a1e7501d'}), 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-12T05:12:08.000000', 'flavor': Munch({u'id': u'3ec74dcd-e343-4742-b58e-319047416653'}), 'az': u'nova', 'id': u'09445f36-e0a8-43a3-9441-656996081705', 'security_groups': [Munch({u'name': u'vping_ssh-sg_fa0ab3cc-ccc8-4175-9ab8-bdba66dd7fa8'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'f663cacb21ba4e5a9456ef62e9a01c0a', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'315a428116f24d9fbb826b37080a918e', 'name': 'vping_ssh-project_fa0ab3cc-ccc8-4175-9ab8-bdba66dd7fa8', '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-12T05:12:08.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-12T05:12:08Z', 'hostId': u'bdc4e9b064c2e2dd2688c1980b608ef073cac102ef483cdc8743a5e7', u'OS-SRV-USG:terminated_at': None, 'key_name': u'vping_ssh-kp_fa0ab3cc-ccc8-4175-9ab8-bdba66dd7fa8', 'public_v6': '', 'private_v4': u'192.168.120.14', 'cloud': 'envvars', 'host_id': u'bdc4e9b064c2e2dd2688c1980b608ef073cac102ef483cdc8743a5e7', '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-12T05:12:08.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'315a428116f24d9fbb826b37080a918e', 'name': u'vping_ssh-vm_fa0ab3cc-ccc8-4175-9ab8-bdba66dd7fa8', 'adminPass': u'xZ9w86PeewdQ', 'tenant_id': u'315a428116f24d9fbb826b37080a918e', 'created_at': u'2018-08-12T05:12:01Z', 'created': u'2018-08-12T05:12:01Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-12 05:12:10,143 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 05:12:10,143 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}35b87b76aceca524895aba3ebb8384401a732324" 2018-08-12 05:12:10,426 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-faa5fbe1-00e4-417a-a935-94caa0473a76 Date: Sun, 12 Aug 2018 05:12:10 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ec788992-fa73-45cc-a7d9-6d44542124c2"],"updated_at":"2018-08-12T05:04:31Z","tenant_id":"310f5853751a4c968f3eeb0a3d99a0a8","created_at":"2018-08-12T05:04:23Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"310f5853751a4c968f3eeb0a3d99a0a8","id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["4864d8bb-4cb7-409a-890c-864c05f8be9f"],"updated_at":"2018-08-12T05:11:32Z","tenant_id":"315a428116f24d9fbb826b37080a918e","created_at":"2018-08-12T05:11:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"315a428116f24d9fbb826b37080a918e","id":"5dc86b89-e0f6-4c03-bfe3-79bdef62b810","name":"vping_ssh-net_fa0ab3cc-ccc8-4175-9ab8-bdba66dd7fa8"}]} 2018-08-12 05:12:10,426 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-faa5fbe1-00e4-417a-a935-94caa0473a76 2018-08-12 05:12:10,426 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.282948970795s 2018-08-12 05:12:10,426 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-faa5fbe1-00e4-417a-a935-94caa0473a76 2018-08-12 05:12:10,427 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-12 05:12:10,428 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/ports.json?device_id=09445f36-e0a8-43a3-9441-656996081705" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}35b87b76aceca524895aba3ebb8384401a732324" 2018-08-12 05:12:10,493 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-7eacbdd1-ed56-4e06-9773-05c85afaf7ee Date: Sun, 12 Aug 2018 05:12:10 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"5dc86b89-e0f6-4c03-bfe3-79bdef62b810","tenant_id":"315a428116f24d9fbb826b37080a918e","created_at":"2018-08-12T05:12:02Z","admin_state_up":true,"updated_at":"2018-08-12T05:12:08Z","binding:vnic_type":"normal","device_id":"09445f36-e0a8-43a3-9441-656996081705","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:b0:0c:97","id":"40550dd0-e6a9-4fa8-8f0c-6cf5edd96195","port_security_enabled":true,"project_id":"315a428116f24d9fbb826b37080a918e","fixed_ips":[{"subnet_id":"4864d8bb-4cb7-409a-890c-864c05f8be9f","ip_address":"192.168.120.14"}],"extra_dhcp_opts":[],"security_groups":["66495891-c500-4b9b-a1c7-ed53061f0bee"],"name":""}]} 2018-08-12 05:12:10,493 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=09445f36-e0a8-43a3-9441-656996081705 used request id req-7eacbdd1-ed56-4e06-9773-05c85afaf7ee 2018-08-12 05:12:10,493 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0656299591064s 2018-08-12 05:12:10,493 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=09445f36-e0a8-43a3-9441-656996081705 used request id req-7eacbdd1-ed56-4e06-9773-05c85afaf7ee 2018-08-12 05:12:10,494 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-12 05:12:10,495 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}35b87b76aceca524895aba3ebb8384401a732324" -d '{"floatingip": {"floating_network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "fixed_ip_address": "192.168.120.14", "port_id": "40550dd0-e6a9-4fa8-8f0c-6cf5edd96195"}}' 2018-08-12 05:12:12,199 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-80f5268f-e682-43ae-a92c-5546019d09b6 Date: Sun, 12 Aug 2018 05:12:12 GMT RESP BODY: {"floatingip": {"router_id": "36211c93-4aa4-4fbe-bf11-c570fb06e3e1", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-12T05:12:11Z", "floating_network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "fixed_ip_address": "192.168.120.14", "floating_ip_address": "172.30.9.207", "revision_number": 0, "port_id": "40550dd0-e6a9-4fa8-8f0c-6cf5edd96195", "id": "9cb010d2-f533-4a2a-97ea-38e40e875f79", "tenant_id": "315a428116f24d9fbb826b37080a918e", "created_at": "2018-08-12T05:12:11Z", "project_id": "315a428116f24d9fbb826b37080a918e"}} 2018-08-12 05:12:12,199 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-80f5268f-e682-43ae-a92c-5546019d09b6 2018-08-12 05:12:12,200 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.70524811745s 2018-08-12 05:12:12,200 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-80f5268f-e682-43ae-a92c-5546019d09b6 2018-08-12 05:12:12,207 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-12 05:12:12,207 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}35b87b76aceca524895aba3ebb8384401a732324" 2018-08-12 05:12:12,249 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 557 X-Openstack-Request-Id: req-9887e482-909e-4736-83a1-1d871b1929af Date: Sun, 12 Aug 2018 05:12:12 GMT RESP BODY: {"floatingips": [{"router_id": "36211c93-4aa4-4fbe-bf11-c570fb06e3e1", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-12T05:12:11Z", "floating_network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "fixed_ip_address": "192.168.120.14", "floating_ip_address": "172.30.9.207", "revision_number": 0, "port_id": "40550dd0-e6a9-4fa8-8f0c-6cf5edd96195", "id": "9cb010d2-f533-4a2a-97ea-38e40e875f79", "tenant_id": "315a428116f24d9fbb826b37080a918e", "created_at": "2018-08-12T05:12:11Z", "project_id": "315a428116f24d9fbb826b37080a918e"}]} 2018-08-12 05:12:12,249 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-9887e482-909e-4736-83a1-1d871b1929af 2018-08-12 05:12:12,249 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.042268037796s 2018-08-12 05:12:12,249 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-9887e482-909e-4736-83a1-1d871b1929af 2018-08-12 05:12:12,253 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'36211c93-4aa4-4fbe-bf11-c570fb06e3e1', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'315a428116f24d9fbb826b37080a918e', 'created_at': u'2018-08-12T05:12:11Z', 'attached': True, 'updated_at': u'2018-08-12T05:12:11Z', 'id': u'9cb010d2-f533-4a2a-97ea-38e40e875f79', 'floating_network_id': u'03886690-4630-4c4c-9ccb-7eedaa9b1fd3', 'fixed_ip_address': u'192.168.120.14', 'floating_ip_address': u'172.30.9.207', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'315a428116f24d9fbb826b37080a918e', 'name': 'vping_ssh-project_fa0ab3cc-ccc8-4175-9ab8-bdba66dd7fa8', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'36211c93-4aa4-4fbe-bf11-c570fb06e3e1', 'project_id': u'315a428116f24d9fbb826b37080a918e', 'port_id': u'40550dd0-e6a9-4fa8-8f0c-6cf5edd96195', 'port': u'40550dd0-e6a9-4fa8-8f0c-6cf5edd96195', 'network': u'03886690-4630-4c4c-9ccb-7eedaa9b1fd3'}) 2018-08-12 05:12:12,253 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-12 05:12:12,255 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/09445f36-e0a8-43a3-9441-656996081705/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}35b87b76aceca524895aba3ebb8384401a732324" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 05:12:12,977 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:12: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-e8964bb5-6f58-41c0-9fea-6898c7174c4e x-compute-request-id: req-e8964bb5-6f58-41c0-9fea-6898c7174c4e Content-Encoding: gzip Content-Length: 9588 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 464227748 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.150992] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.152652] pid_max: default: 32768 minimum: 301\n[ 0.153547] ACPI: Core revision 20150930\n[ 0.154930] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.156244] Security Framework initialized\n[ 0.157055] Yama: becoming mindful.\n[ 0.157786] AppArmor: AppArmor initialized\n[ 0.158659] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.159978] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.161253] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.162462] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.163881] Initializing cgroup subsys io\n[ 0.164698] Initializing cgroup subsys memory\n[ 0.165558] Initializing cgroup subsys devices\n[ 0.166440] Initializing cgroup subsys freezer\n[ 0.167304] Initializing cgroup subsys net_cls\n[ 0.168161] Initializing cgroup subsys perf_event\n[ 0.169065] Initializing cgroup subsys net_prio\n[ 0.169945] Initializing cgroup subsys hugetlb\n[ 0.170814] Initializing cgroup subsys pids\n[ 0.171685] CPU: Physical Processor ID: 0\n[ 0.173171] mce: CPU supports 10 MCE banks\n[ 0.174027] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.175023] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.189481] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.195534] ftrace: allocating 31920 entries in 125 pages\n[ 0.220357] smpboot: Max logical packages: 1\n[ 0.221215] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.222566] x2apic enabled\n[ 0.223368] Switched APIC routing to physical x2apic.\n[ 0.225087] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.226204] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.228194] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.229976] KVM setup paravirtual spinlock\n[ 0.231319] x86: Booted up 1 node, 1 CPUs\n[ 0.232122] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.233515] devtmpfs: initialized\n[ 0.235245] evm: security.selinux\n[ 0.235941] evm: security.SMACK64\n[ 0.236631] evm: security.SMACK64EXEC\n[ 0.237372] evm: security.SMACK64TRANSMUTE\n[ 0.238173] evm: security.SMACK64MMAP\n[ 0.238918] evm: security.ima\n[ 0.239561] evm: security.capability\n[ 0.240366] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.242219] pinctrl core: initialized pinctrl subsystem\n[ 0.243320] RTC time: 5:12:08, date: 08/12/18\n[ 0.244283] NET: Registered protocol family 16\n[ 0.245271] cpuidle: using governor ladder\n[ 0.246082] cpuidle: using governor menu\n[ 0.246865] PCCT header not found.\n[ 0.247620] ACPI: bus type PCI registered\n[ 0.248423] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.249669] PCI: Using configuration type 1 for base access\n[ 0.251448] ACPI: Added _OSI(Module Device)\n[ 0.252289] ACPI: Added _OSI(Processor Device)\n[ 0.253144] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.254037] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.255790] ACPI: Interpreter enabled\n[ 0.256563] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.258405] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.260238] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.262074] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.263905] ACPI: (supports S0 S5)\n[ 0.264609] ACPI: Using IOAPIC for interrupt routing\n[ 0.265550] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.268654] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.269798] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.271028] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.272217] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.274432] acpiphp: Slot [3] registered\n[ 0.275236] acpiphp: Slot [4] registered\n[ 0.276032] acpiphp: Slot [5] registered\n[ 0.276831] acpiphp: Slot [6] registered\n[ 0.277626] acpiphp: Slot [7] registered\n[ 0.278430] acpiphp: Slot [8] registered\n[ 0.279231] acpiphp: Slot [9] registered\n[ 0.280023] acpiphp: Slot [10] registered\n[ 0.280832] acpiphp: Slot [11] registered\n[ 0.281656] acpiphp: Slot [12] registered\n[ 0.282476] acpiphp: Slot [13] registered\n[ 0.283288] acpiphp: Slot [14] registered\n[ 0.284094] acpiphp: Slot [15] registered\n[ 0.294881] acpiphp: Slot [16] registered\n[ 0.295725] acpiphp: Slot [17] registered\n[ 0.296537] acpiphp: Slot [18] registered\n[ 0.297349] acpiphp: Slot [19] registered\n[ 0.298157] acpiphp: Slot [20] registered\n[ 0.298974] acpiphp: Slot [21] registered\n[ 0.299786] acpiphp: Slot [22] registered\n[ 0.300593] acpiphp: Slot [23] registered\n[ 0.301400] acpiphp: Slot [24] registered\n[ 0.302209] acpiphp: Slot [25] registered\n[ 0.303017] acpiphp: Slot [26] registered\n[ 0.303828] acpiphp: Slot [27] registered\n[ 0.304639] acpiphp: Slot [28] registered\n[ 0.305450] acpiphp: Slot [29] registered\n[ 0.306296] acpiphp: Slot [30] registered\n[ 0.307111] acpiphp: Slot [31] registered\n[ 0.307922] PCI host bridge to bus 0000:00\n[ 0.308728] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.309936] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.311145] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.312597] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.314038] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.315508] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.318857] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.320143] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.321318] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.322579] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.326091] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327614] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.346317] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.347794] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.349588] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.351003] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.352388] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.353649] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.354958] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.356010] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.357547] vgaarb: loaded\n[ 0.358140] vgaarb: bridge control possible 0000:00:02.0\n[ 0.359381] SCSI subsystem initialized\n[ 0.360297] ACPI: bus type USB registered\n[ 0.361119] usbcore: registered new interface driver usbfs\n[ 0.362144] usbcore: registered new interface driver hub\n[ 0.363149] usbcore: registered new device driver usb\n[ 0.364261] PCI: Using ACPI for IRQ routing\n[ 0.365377] NetLabel: Initializing\n[ 0.366086] NetLabel: domain hash size = 128\n[ 0.366932] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.367892] NetLabel: unlabeled traffic allowed by default\n[ 0.369056] clocksource: Switched to clocksource kvm-clock\n[ 0.377422] AppArmor: AppArmor Filesystem Enabled\n[ 0.378409] pnp: PnP ACPI init\n[ 0.379347] pnp: PnP ACPI: found 5 devices\n[ 0.385681] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387391] NET: Registered protocol family 2\n[ 0.388445] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389736] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390942] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392137] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393226] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394406] NET: Registered protocol family 1\n[ 0.395286] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396380] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397453] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411496] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425622] Trying to unpack rootfs image as initramfs...\n[ 0.482394] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.484053] Scanning for low memory corruption every 60 seconds\n[ 0.485425] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.486585] audit: initializing netlink subsys (disabled)\n[ 0.487606] audit: type=2000 audit(1534050728.754:1): initialized\n[ 0.488947] Initialise system trusted keyring\n[ 0.489917] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.491076] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.493219] zbud: loaded\n[ 0.493943] VFS: Disk quotas dquot_6.6.0\n[ 0.494767] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.496370] fuse init (API version 7.23)\n[ 0.497289] Key type big_key registered\n[ 0.498090] Allocating IMA MOK and blacklist keyrings.\n[ 0.499326] Key type asymmetric registered\n[ 0.500143] Asymmetric key parser 'x509' registered\n[ 0.501117] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.502586] io scheduler noop registered\n[ 0.503378] io scheduler deadline registered (default)\n[ 0.504368] io scheduler cfq registered\n[ 0.505223] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.506263] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.507529] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.508971] ACPI: Power Button [PWRF]\n[ 0.509836] GHES: HEST is not enabled!\n[ 0.523500] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.551253] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.553387] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.576968] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.579265] Linux agpgart interface v0.103\n[ 0.581878] brd: module loaded\n[ 0.583535] loop: module loaded\n[ 0.587885] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.589358] GPT:90111 != 2097151\n[ 0.590034] GPT:Alternate GPT header not at the end of the disk.\n[ 0.591126] GPT:90111 != 2097151\n[ 0.591803] GPT: Use GNU Parted to correct GPT errors.\n[ 0.592809] vda: vda1 vda15\n[ 0.594112] scsi host0: ata_piix\n[ 0.594897] scsi host1: ata_piix\n[ 0.595616] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.596827] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.598296] libphy: Fixed MDIO Bus: probed\n[ 0.599113] tun: Universal TUN/TAP device driver, 1.6\n[ 0.600066] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.606297] PPP generic driver version 2.4.2\n[ 0.607386] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.608616] ehci-pci: EHCI PCI platform driver\n[ 0.609542] ehci-platform: EHCI generic platform driver\n[ 0.610755] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.611924] ohci-pci: OHCI PCI platform driver\n[ 0.612821] ohci-platform: OHCI generic platform driver\n[ 0.613846] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.628299] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.629372] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.630855] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.631898] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.633095] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.634370] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.635851] usb usb1: Product: UHCI Host Controller\n[ 0.636822] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.638005] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639056] hub 1-0:1.0: USB hub found\n[ 0.639883] hub 1-0:1.0: 2 ports detected\n[ 0.640912] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643233] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644443] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645563] mousedev: PS/2 mouse device common for all mice\n[ 0.646909] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648854] rtc_cmos 00:00: RTC can wake from S4\n[ 0.650043] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.651298] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652519] i2c /dev entries driver\n[ 0.653370] device-mapper: uevent: version 1.0.3\n[ 0.654384] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.656097] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.657799] NET: Registered protocol family 10\n[ 0.659182] NET: Registered protocol family 17\n[ 0.660142] Key type dns_resolver registered\n[ 0.661399] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.662580] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.664449] registered taskstats version 1\n[ 0.665340] Loading compiled-in X.509 certificates\n[ 0.666859] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.668792] zswap: loaded using pool lzo/zbud\n[ 0.670578] Key type trusted registered\n[ 0.672361] Key type encrypted registered\n[ 0.673215] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.674274] ima: No TPM chip found, activating TPM-bypass!\n[ 0.675345] evm: HMAC attrs: 0x1\n[ 0.676393] Magic number: 14:608:213\n[ 0.677327] rtc_cmos 00:00: setting system clock to 2018-08-12 05:12:08 UTC (1534050728)\n[ 0.678990] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.680125] EDD information not available.\n[ 0.758679] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.770182] Write protecting the kernel read-only data: 14336k\n[ 0.773796] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.775854] 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.822076] 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.14...\nLease of 192.168.120.14 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.82. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCuT+mgEly9+XCmHveYTx5p/+jT9tJhvL8LGZCm+9gEO5vvU6pP7co3dyTPDDYiT1Qk3nrrRgGNddetlco//vf73mVxqDotrX2RuGwJ99MPr/N58kZsgFfYivoTZbRisvr2TpkIuGFHIjZCdubCbVM87g+pKEup3g10WiW6Jzl/abvoA9UazddIqs/+nL0CLC63IJ1lZe1l1R7hIIEXtt37jeA49dcppx2oKlhFTDphiAbjyeYu96P9UcUvGf+9PzK0jToeg9JtOoaBFjNeVIo3dCMPxn1JUowR6+q4a/WwI3Dbjz9JYPn3UxXfajFF1CHB7an9wPbjRntOgWD6tQUD root@vping-ssh-vm-fa0ab3cc-ccc8-4175-9ab8-bdba66dd7fa8\nssh-dss AAAAB3NzaC1kc3MAAACBAM9k5vPoS2cCuJTPX/IwTzy0jJsGITBfqimixuQacpYkFKYNaya623cx+QORLFNWmjbycKPe/eceoGqahB5F2XGMrDEdR6nmH0Wuu8LY9cfPHTdTegxUwwpS+S+jdvxAMXlnFHvWeE7X0VlVkVx91/eLWVgoS5gQntGjkAdgKUuPAAAAFQDz+8vdROQO4si7Wym4XQv1Q+jx3wAAAIA+5SsYSLvjQcPgQhyXH31IEPsZOtmDW0+EdBRi1rXiKN4pHQwdw8785fNX13PQT8OL32sfEbxT3ydEKGhOhhh58S5cP2jfllAK3Qxv9BlAYOPB7X+oFiusZsNokT5piYLr7aBQ+k/upVjWT1mgkn1ETD+yyETVJadf8NhWAxwgGgAAAIEAjN8OYgwTZZruQlUjjAQUQ3zy9wW6Lki4f5A8I6u7kiljEqcmE9WHML7pFdJTK6k2aAajep5rDQ6CVahJViB6PdEr0nn79DkUNkATUCLa/Aj9FJzZOT2+WjCJVh8YtWCvVCTZrhgqV4rKGShGFI1M+aUp/IObQ4uhWaf6DTbybas= root@vping-ssh-vm-fa0ab3cc-ccc8-4175-9ab8-bdba66dd7fa8\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.17s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.14,24,fe80::f816:3eff:feb0:c97/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.14 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000000b\nname: N/A\navailability-zone: nova\nlocal-hostname: vping-ssh-vm-fa0ab3cc-ccc8-4175-9ab8-bdba66dd7fa8\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=3.40 ===\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-fa0ab3cc-ccc8-4175-9ab8-bdba66dd7fa8 login: "} 2018-08-12 05:12:12,978 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/09445f36-e0a8-43a3-9441-656996081705/action used request id req-e8964bb5-6f58-41c0-9fea-6898c7174c4e 2018-08-12 05:12:12,978 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.724987983704s 2018-08-12 05:12:12,979 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/09445f36-e0a8-43a3-9441-656996081705/action used request id req-e8964bb5-6f58-41c0-9fea-6898c7174c4e 2018-08-12 05:12:12,979 - 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 464227748 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.150992] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.152652] pid_max: default: 32768 minimum: 301 [ 0.153547] ACPI: Core revision 20150930 [ 0.154930] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.156244] Security Framework initialized [ 0.157055] Yama: becoming mindful. [ 0.157786] AppArmor: AppArmor initialized [ 0.158659] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159978] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.161253] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162462] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163881] Initializing cgroup subsys io [ 0.164698] Initializing cgroup subsys memory [ 0.165558] Initializing cgroup subsys devices [ 0.166440] Initializing cgroup subsys freezer [ 0.167304] Initializing cgroup subsys net_cls [ 0.168161] Initializing cgroup subsys perf_event [ 0.169065] Initializing cgroup subsys net_prio [ 0.169945] Initializing cgroup subsys hugetlb [ 0.170814] Initializing cgroup subsys pids [ 0.171685] CPU: Physical Processor ID: 0 [ 0.173171] mce: CPU supports 10 MCE banks [ 0.174027] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.175023] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.189481] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195534] ftrace: allocating 31920 entries in 125 pages [ 0.220357] smpboot: Max logical packages: 1 [ 0.221215] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.222566] x2apic enabled [ 0.223368] Switched APIC routing to physical x2apic. [ 0.225087] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.226204] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.228194] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.229976] KVM setup paravirtual spinlock [ 0.231319] x86: Booted up 1 node, 1 CPUs [ 0.232122] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.233515] devtmpfs: initialized [ 0.235245] evm: security.selinux [ 0.235941] evm: security.SMACK64 [ 0.236631] evm: security.SMACK64EXEC [ 0.237372] evm: security.SMACK64TRANSMUTE [ 0.238173] evm: security.SMACK64MMAP [ 0.238918] evm: security.ima [ 0.239561] evm: security.capability [ 0.240366] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.242219] pinctrl core: initialized pinctrl subsystem [ 0.243320] RTC time: 5:12:08, date: 08/12/18 [ 0.244283] NET: Registered protocol family 16 [ 0.245271] cpuidle: using governor ladder [ 0.246082] cpuidle: using governor menu [ 0.246865] PCCT header not found. [ 0.247620] ACPI: bus type PCI registered [ 0.248423] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.249669] PCI: Using configuration type 1 for base access [ 0.251448] ACPI: Added _OSI(Module Device) [ 0.252289] ACPI: Added _OSI(Processor Device) [ 0.253144] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.254037] ACPI: Added _OSI(Processor Aggregator Device) [ 0.255790] ACPI: Interpreter enabled [ 0.256563] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.258405] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.260238] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.262074] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.263905] ACPI: (supports S0 S5) [ 0.264609] ACPI: Using IOAPIC for interrupt routing [ 0.265550] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.268654] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.269798] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.271028] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.272217] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.274432] acpiphp: Slot [3] registered [ 0.275236] acpiphp: Slot [4] registered [ 0.276032] acpiphp: Slot [5] registered [ 0.276831] acpiphp: Slot [6] registered [ 0.277626] acpiphp: Slot [7] registered [ 0.278430] acpiphp: Slot [8] registered [ 0.279231] acpiphp: Slot [9] registered [ 0.280023] acpiphp: Slot [10] registered [ 0.280832] acpiphp: Slot [11] registered [ 0.281656] acpiphp: Slot [12] registered [ 0.282476] acpiphp: Slot [13] registered [ 0.283288] acpiphp: Slot [14] registered [ 0.284094] acpiphp: Slot [15] registered [ 0.294881] acpiphp: Slot [16] registered [ 0.295725] acpiphp: Slot [17] registered [ 0.296537] acpiphp: Slot [18] registered [ 0.297349] acpiphp: Slot [19] registered [ 0.298157] acpiphp: Slot [20] registered [ 0.298974] acpiphp: Slot [21] registered [ 0.299786] acpiphp: Slot [22] registered [ 0.300593] acpiphp: Slot [23] registered [ 0.301400] acpiphp: Slot [24] registered [ 0.302209] acpiphp: Slot [25] registered [ 0.303017] acpiphp: Slot [26] registered [ 0.303828] acpiphp: Slot [27] registered [ 0.304639] acpiphp: Slot [28] registered [ 0.305450] acpiphp: Slot [29] registered [ 0.306296] acpiphp: Slot [30] registered [ 0.307111] acpiphp: Slot [31] registered [ 0.307922] PCI host bridge to bus 0000:00 [ 0.308728] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.309936] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.311145] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.312597] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.314038] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.315508] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.318857] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.320143] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.321318] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.322579] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.326091] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.327614] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.346317] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.347794] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.349588] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.351003] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.352388] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.353649] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.354958] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.356010] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.357547] vgaarb: loaded [ 0.358140] vgaarb: bridge control possible 0000:00:02.0 [ 0.359381] SCSI subsystem initialized [ 0.360297] ACPI: bus type USB registered [ 0.361119] usbcore: registered new interface driver usbfs [ 0.362144] usbcore: registered new interface driver hub [ 0.363149] usbcore: registered new device driver usb [ 0.364261] PCI: Using ACPI for IRQ routing [ 0.365377] NetLabel: Initializing [ 0.366086] NetLabel: domain hash size = 128 [ 0.366932] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.367892] NetLabel: unlabeled traffic allowed by default [ 0.369056] clocksource: Switched to clocksource kvm-clock [ 0.377422] AppArmor: AppArmor Filesystem Enabled [ 0.378409] pnp: PnP ACPI init [ 0.379347] pnp: PnP ACPI: found 5 devices [ 0.385681] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387391] NET: Registered protocol family 2 [ 0.388445] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389736] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390942] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392137] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393226] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394406] NET: Registered protocol family 1 [ 0.395286] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396380] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397453] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411496] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425622] Trying to unpack rootfs image as initramfs... [ 0.482394] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.484053] Scanning for low memory corruption every 60 seconds [ 0.485425] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.486585] audit: initializing netlink subsys (disabled) [ 0.487606] audit: type=2000 audit(1534050728.754:1): initialized [ 0.488947] Initialise system trusted keyring [ 0.489917] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.491076] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.493219] zbud: loaded [ 0.493943] VFS: Disk quotas dquot_6.6.0 [ 0.494767] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.496370] fuse init (API version 7.23) [ 0.497289] Key type big_key registered [ 0.498090] Allocating IMA MOK and blacklist keyrings. [ 0.499326] Key type asymmetric registered [ 0.500143] Asymmetric key parser 'x509' registered [ 0.501117] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.502586] io scheduler noop registered [ 0.503378] io scheduler deadline registered (default) [ 0.504368] io scheduler cfq registered [ 0.505223] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.506263] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.507529] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.508971] ACPI: Power Button [PWRF] [ 0.509836] GHES: HEST is not enabled! [ 0.523500] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.551253] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.553387] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.576968] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.579265] Linux agpgart interface v0.103 [ 0.581878] brd: module loaded [ 0.583535] loop: module loaded [ 0.587885] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.589358] GPT:90111 != 2097151 [ 0.590034] GPT:Alternate GPT header not at the end of the disk. [ 0.591126] GPT:90111 != 2097151 [ 0.591803] GPT: Use GNU Parted to correct GPT errors. [ 0.592809] vda: vda1 vda15 [ 0.594112] scsi host0: ata_piix [ 0.594897] scsi host1: ata_piix [ 0.595616] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.596827] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.598296] libphy: Fixed MDIO Bus: probed [ 0.599113] tun: Universal TUN/TAP device driver, 1.6 [ 0.600066] tun: (C) 1999-2004 Max Krasnyansky [ 0.606297] PPP generic driver version 2.4.2 [ 0.607386] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.608616] ehci-pci: EHCI PCI platform driver [ 0.609542] ehci-platform: EHCI generic platform driver [ 0.610755] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.611924] ohci-pci: OHCI PCI platform driver [ 0.612821] ohci-platform: OHCI generic platform driver [ 0.613846] uhci_hcd: USB Universal Host Controller Interface driver [ 0.628299] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.629372] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.630855] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.631898] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.633095] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.634370] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.635851] usb usb1: Product: UHCI Host Controller [ 0.636822] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.638005] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639056] hub 1-0:1.0: USB hub found [ 0.639883] hub 1-0:1.0: 2 ports detected [ 0.640912] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643233] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644443] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645563] mousedev: PS/2 mouse device common for all mice [ 0.646909] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648854] rtc_cmos 00:00: RTC can wake from S4 [ 0.650043] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651298] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652519] i2c /dev entries driver [ 0.653370] device-mapper: uevent: version 1.0.3 [ 0.654384] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.656097] ledtrig-cpu: registered to indicate activity on CPUs [ 0.657799] NET: Registered protocol family 10 [ 0.659182] NET: Registered protocol family 17 [ 0.660142] Key type dns_resolver registered [ 0.661399] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.662580] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.664449] registered taskstats version 1 [ 0.665340] Loading compiled-in X.509 certificates [ 0.666859] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.668792] zswap: loaded using pool lzo/zbud [ 0.670578] Key type trusted registered [ 0.672361] Key type encrypted registered [ 0.673215] AppArmor: AppArmor sha1 policy hashing enabled [ 0.674274] ima: No TPM chip found, activating TPM-bypass! [ 0.675345] evm: HMAC attrs: 0x1 [ 0.676393] Magic number: 14:608:213 [ 0.677327] rtc_cmos 00:00: setting system clock to 2018-08-12 05:12:08 UTC (1534050728) [ 0.678990] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.680125] EDD information not available. [ 0.758679] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.770182] Write protecting the kernel read-only data: 14336k [ 0.773796] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.775854] 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.822076] 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.14... Lease of 192.168.120.14 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.82. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCuT+mgEly9+XCmHveYTx5p/+jT9tJhvL8LGZCm+9gEO5vvU6pP7co3dyTPDDYiT1Qk3nrrRgGNddetlco//vf73mVxqDotrX2RuGwJ99MPr/N58kZsgFfYivoTZbRisvr2TpkIuGFHIjZCdubCbVM87g+pKEup3g10WiW6Jzl/abvoA9UazddIqs/+nL0CLC63IJ1lZe1l1R7hIIEXtt37jeA49dcppx2oKlhFTDphiAbjyeYu96P9UcUvGf+9PzK0jToeg9JtOoaBFjNeVIo3dCMPxn1JUowR6+q4a/WwI3Dbjz9JYPn3UxXfajFF1CHB7an9wPbjRntOgWD6tQUD root@vping-ssh-vm-fa0ab3cc-ccc8-4175-9ab8-bdba66dd7fa8 ssh-dss AAAAB3NzaC1kc3MAAACBAM9k5vPoS2cCuJTPX/IwTzy0jJsGITBfqimixuQacpYkFKYNaya623cx+QORLFNWmjbycKPe/eceoGqahB5F2XGMrDEdR6nmH0Wuu8LY9cfPHTdTegxUwwpS+S+jdvxAMXlnFHvWeE7X0VlVkVx91/eLWVgoS5gQntGjkAdgKUuPAAAAFQDz+8vdROQO4si7Wym4XQv1Q+jx3wAAAIA+5SsYSLvjQcPgQhyXH31IEPsZOtmDW0+EdBRi1rXiKN4pHQwdw8785fNX13PQT8OL32sfEbxT3ydEKGhOhhh58S5cP2jfllAK3Qxv9BlAYOPB7X+oFiusZsNokT5piYLr7aBQ+k/upVjWT1mgkn1ETD+yyETVJadf8NhWAxwgGgAAAIEAjN8OYgwTZZruQlUjjAQUQ3zy9wW6Lki4f5A8I6u7kiljEqcmE9WHML7pFdJTK6k2aAajep5rDQ6CVahJViB6PdEr0nn79DkUNkATUCLa/Aj9FJzZOT2+WjCJVh8YtWCvVCTZrhgqV4rKGShGFI1M+aUp/IObQ4uhWaf6DTbybas= root@vping-ssh-vm-fa0ab3cc-ccc8-4175-9ab8-bdba66dd7fa8 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.17s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.14,24,fe80::f816:3eff:feb0:c97/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.14 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-0000000b name: N/A availability-zone: nova local-hostname: vping-ssh-vm-fa0ab3cc-ccc8-4175-9ab8-bdba66dd7fa8 launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=3.40 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. vping-ssh-vm-fa0ab3cc-ccc8-4175-9ab8-bdba66dd7fa8 login: 2018-08-12 05:12:13,981 - paramiko.transport - DEBUG - starting thread (client mode): 0x5aae8f50L 2018-08-12 05:12:13,982 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-12 05:12:13,982 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-08-12 05:12:13,982 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-08-12 05:12:13,983 - 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 05:12:13,983 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-12 05:12:13,984 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-08-12 05:12:13,984 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-12 05:12:13,984 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-12 05:12:13,984 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-12 05:12:14,001 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-12 05:12:14,002 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-12 05:12:14,014 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.207: c9e13572f7df9502e111b2eced911cbd 2018-08-12 05:12:14,015 - paramiko.transport - DEBUG - Trying discovered key 05cb5db62eef158d991640be8f62231e in /tmp/tmpD3apMP 2018-08-12 05:12:14,040 - paramiko.transport - DEBUG - userauth is OK 2018-08-12 05:12:14,046 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-12 05:12:14,047 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-12 05:12:14,048 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-08-12 05:12:14,048 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-12 05:12:14,050 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-12 05:12:14,054 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-12 05:12:14,054 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - output: PING 192.168.120.9 (192.168.120.9): 56 data bytes 64 bytes from 192.168.120.9: seq=0 ttl=64 time=1.937 ms --- 192.168.120.9 ping statistics --- 1 packets transmitted, 1 packets received, 0% packet loss round-trip min/avg/max = 1.937/1.937/1.937 ms 2018-08-12 05:12:14,055 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-12 05:12:14,055 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - error: 2018-08-12 05:12:14,182 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-12 05:12:14,182 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 00:43 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-12 05:12:14,187 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-12 05:12:14,190 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/servers/8584ec59-9b42-495b-9c40-e000e98a095a -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}35b87b76aceca524895aba3ebb8384401a732324" 2018-08-12 05:12:14,352 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 05:12: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-2b715894-ab1c-4860-8027-dccfd18d9191 x-compute-request-id: req-2b715894-ab1c-4860-8027-dccfd18d9191 Content-Type: application/json 2018-08-12 05:12:14,353 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/8584ec59-9b42-495b-9c40-e000e98a095a used request id req-2b715894-ab1c-4860-8027-dccfd18d9191 2018-08-12 05:12:14,353 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.165163993835s 2018-08-12 05:12:14,353 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/8584ec59-9b42-495b-9c40-e000e98a095a used request id req-2b715894-ab1c-4860-8027-dccfd18d9191 2018-08-12 05:12:14,353 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 05:12:14,356 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}35b87b76aceca524895aba3ebb8384401a732324" 2018-08-12 05:12:14,836 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:12: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-eb18ce11-fb45-4c09-946b-be437b3c482e x-compute-request-id: req-eb18ce11-fb45-4c09-946b-be437b3c482e Content-Encoding: gzip Content-Length: 901 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_fa0ab3cc-ccc8-4175-9ab8-bdba66dd7fa8": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b0:0c:97", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b0:0c:97", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/09445f36-e0a8-43a3-9441-656996081705", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/09445f36-e0a8-43a3-9441-656996081705", "rel": "bookmark"}], "image": {"id": "02e6f642-a27b-4ab6-ab4d-32e0a1e7501d", "links": [{"href": "http://172.30.9.21:8774/images/02e6f642-a27b-4ab6-ab4d-32e0a1e7501d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T05:12:08.000000", "flavor": {"id": "3ec74dcd-e343-4742-b58e-319047416653", "links": [{"href": "http://172.30.9.21:8774/flavors/3ec74dcd-e343-4742-b58e-319047416653", "rel": "bookmark"}]}, "id": "09445f36-e0a8-43a3-9441-656996081705", "security_groups": [{"name": "vping_ssh-sg_fa0ab3cc-ccc8-4175-9ab8-bdba66dd7fa8"}], "user_id": "f663cacb21ba4e5a9456ef62e9a01c0a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T05:12:08Z", "hostId": "bdc4e9b064c2e2dd2688c1980b608ef073cac102ef483cdc8743a5e7", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_fa0ab3cc-ccc8-4175-9ab8-bdba66dd7fa8", "name": "vping_ssh-vm_fa0ab3cc-ccc8-4175-9ab8-bdba66dd7fa8", "created": "2018-08-12T05:12:01Z", "tenant_id": "315a428116f24d9fbb826b37080a918e", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_ssh-net_fa0ab3cc-ccc8-4175-9ab8-bdba66dd7fa8": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:03:3b:e5", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/8584ec59-9b42-495b-9c40-e000e98a095a", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/8584ec59-9b42-495b-9c40-e000e98a095a", "rel": "bookmark"}], "image": {"id": "02e6f642-a27b-4ab6-ab4d-32e0a1e7501d", "links": [{"href": "http://172.30.9.21:8774/images/02e6f642-a27b-4ab6-ab4d-32e0a1e7501d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T05:11:55.000000", "flavor": {"id": "3ec74dcd-e343-4742-b58e-319047416653", "links": [{"href": "http://172.30.9.21:8774/flavors/3ec74dcd-e343-4742-b58e-319047416653", "rel": "bookmark"}]}, "id": "8584ec59-9b42-495b-9c40-e000e98a095a", "security_groups": [{"name": "vping_ssh-sg_fa0ab3cc-ccc8-4175-9ab8-bdba66dd7fa8"}], "user_id": "f663cacb21ba4e5a9456ef62e9a01c0a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T05:12:14Z", "hostId": "d834eb6a4a418ca8b7e99d77c81314ae1fd4d0bec81a4fbdd2a804f9", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_fa0ab3cc-ccc8-4175-9ab8-bdba66dd7fa8", "created": "2018-08-12T05:11:46Z", "tenant_id": "315a428116f24d9fbb826b37080a918e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 05:12:14,837 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-eb18ce11-fb45-4c09-946b-be437b3c482e 2018-08-12 05:12:14,837 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.483175039291s 2018-08-12 05:12:14,837 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-eb18ce11-fb45-4c09-946b-be437b3c482e 2018-08-12 05:12:14,840 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 05:12:16,842 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 05:12:16,845 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}35b87b76aceca524895aba3ebb8384401a732324" 2018-08-12 05:12:17,398 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05: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-8ecb4446-4b97-41af-9e2f-6e1f17587122 x-compute-request-id: req-8ecb4446-4b97-41af-9e2f-6e1f17587122 Content-Encoding: gzip Content-Length: 761 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_fa0ab3cc-ccc8-4175-9ab8-bdba66dd7fa8": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b0:0c:97", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b0:0c:97", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/09445f36-e0a8-43a3-9441-656996081705", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/09445f36-e0a8-43a3-9441-656996081705", "rel": "bookmark"}], "image": {"id": "02e6f642-a27b-4ab6-ab4d-32e0a1e7501d", "links": [{"href": "http://172.30.9.21:8774/images/02e6f642-a27b-4ab6-ab4d-32e0a1e7501d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T05:12:08.000000", "flavor": {"id": "3ec74dcd-e343-4742-b58e-319047416653", "links": [{"href": "http://172.30.9.21:8774/flavors/3ec74dcd-e343-4742-b58e-319047416653", "rel": "bookmark"}]}, "id": "09445f36-e0a8-43a3-9441-656996081705", "security_groups": [{"name": "vping_ssh-sg_fa0ab3cc-ccc8-4175-9ab8-bdba66dd7fa8"}], "user_id": "f663cacb21ba4e5a9456ef62e9a01c0a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T05:12:08Z", "hostId": "bdc4e9b064c2e2dd2688c1980b608ef073cac102ef483cdc8743a5e7", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_fa0ab3cc-ccc8-4175-9ab8-bdba66dd7fa8", "name": "vping_ssh-vm_fa0ab3cc-ccc8-4175-9ab8-bdba66dd7fa8", "created": "2018-08-12T05:12:01Z", "tenant_id": "315a428116f24d9fbb826b37080a918e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 05:12:17,398 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-8ecb4446-4b97-41af-9e2f-6e1f17587122 2018-08-12 05:12:17,398 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.556121110916s 2018-08-12 05:12:17,399 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-8ecb4446-4b97-41af-9e2f-6e1f17587122 2018-08-12 05:12:17,403 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-12 05:12:17,403 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/floatingips/9cb010d2-f533-4a2a-97ea-38e40e875f79.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}35b87b76aceca524895aba3ebb8384401a732324" 2018-08-12 05:12:18,187 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-02a54c0b-1c7e-4a21-b46e-8d8f59a55bf9 Content-Length: 0 Date: Sun, 12 Aug 2018 05:12:18 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 05:12:18,187 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/floatingips/9cb010d2-f533-4a2a-97ea-38e40e875f79.json used request id req-02a54c0b-1c7e-4a21-b46e-8d8f59a55bf9 2018-08-12 05:12:18,187 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.784082174301s 2018-08-12 05:12:18,187 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/floatingips/9cb010d2-f533-4a2a-97ea-38e40e875f79.json used request id req-02a54c0b-1c7e-4a21-b46e-8d8f59a55bf9 2018-08-12 05:12:18,192 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-12 05:12:18,193 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}35b87b76aceca524895aba3ebb8384401a732324" 2018-08-12 05:12:18,211 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-fa9408f1-dfca-47ff-abc8-9a5b537cc32d Date: Sun, 12 Aug 2018 05:12:18 GMT RESP BODY: {"floatingips": []} 2018-08-12 05:12:18,211 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-fa9408f1-dfca-47ff-abc8-9a5b537cc32d 2018-08-12 05:12:18,212 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0192179679871s 2018-08-12 05:12:18,212 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-fa9408f1-dfca-47ff-abc8-9a5b537cc32d 2018-08-12 05:12:18,213 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-12 05:12:18,215 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/servers/09445f36-e0a8-43a3-9441-656996081705 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}35b87b76aceca524895aba3ebb8384401a732324" 2018-08-12 05:12:18,539 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 05: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 x-openstack-request-id: req-67f98dc3-6f7c-4701-87ef-9e2da58295b0 x-compute-request-id: req-67f98dc3-6f7c-4701-87ef-9e2da58295b0 Content-Type: application/json 2018-08-12 05:12:18,539 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/09445f36-e0a8-43a3-9441-656996081705 used request id req-67f98dc3-6f7c-4701-87ef-9e2da58295b0 2018-08-12 05:12:18,539 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.326344013214s 2018-08-12 05:12:18,539 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/09445f36-e0a8-43a3-9441-656996081705 used request id req-67f98dc3-6f7c-4701-87ef-9e2da58295b0 2018-08-12 05:12:18,540 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 05:12:18,542 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}35b87b76aceca524895aba3ebb8384401a732324" 2018-08-12 05:12:19,473 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05: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-3b9050f6-e49c-419a-a749-77ec8572c92c x-compute-request-id: req-3b9050f6-e49c-419a-a749-77ec8572c92c Content-Encoding: gzip Content-Length: 766 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_ssh-net_fa0ab3cc-ccc8-4175-9ab8-bdba66dd7fa8": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b0:0c:97", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b0:0c:97", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/09445f36-e0a8-43a3-9441-656996081705", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/09445f36-e0a8-43a3-9441-656996081705", "rel": "bookmark"}], "image": {"id": "02e6f642-a27b-4ab6-ab4d-32e0a1e7501d", "links": [{"href": "http://172.30.9.21:8774/images/02e6f642-a27b-4ab6-ab4d-32e0a1e7501d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T05:12:08.000000", "flavor": {"id": "3ec74dcd-e343-4742-b58e-319047416653", "links": [{"href": "http://172.30.9.21:8774/flavors/3ec74dcd-e343-4742-b58e-319047416653", "rel": "bookmark"}]}, "id": "09445f36-e0a8-43a3-9441-656996081705", "security_groups": [{"name": "vping_ssh-sg_fa0ab3cc-ccc8-4175-9ab8-bdba66dd7fa8"}], "user_id": "f663cacb21ba4e5a9456ef62e9a01c0a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T05:12:18Z", "hostId": "bdc4e9b064c2e2dd2688c1980b608ef073cac102ef483cdc8743a5e7", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_fa0ab3cc-ccc8-4175-9ab8-bdba66dd7fa8", "name": "vping_ssh-vm_fa0ab3cc-ccc8-4175-9ab8-bdba66dd7fa8", "created": "2018-08-12T05:12:01Z", "tenant_id": "315a428116f24d9fbb826b37080a918e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 05:12:19,473 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-3b9050f6-e49c-419a-a749-77ec8572c92c 2018-08-12 05:12:19,473 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.933577060699s 2018-08-12 05:12:19,474 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-3b9050f6-e49c-419a-a749-77ec8572c92c 2018-08-12 05:12:19,475 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 05:12:21,478 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 05:12:21,482 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}35b87b76aceca524895aba3ebb8384401a732324" 2018-08-12 05:12:21,717 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05: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 x-openstack-request-id: req-d80cc856-5f0f-4e16-a74a-74543e7c1305 x-compute-request-id: req-d80cc856-5f0f-4e16-a74a-74543e7c1305 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-12 05:12:21,717 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-d80cc856-5f0f-4e16-a74a-74543e7c1305 2018-08-12 05:12:21,717 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.238764047623s 2018-08-12 05:12:21,717 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-d80cc856-5f0f-4e16-a74a-74543e7c1305 2018-08-12 05:12:21,720 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-12 05:12:21,721 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}35b87b76aceca524895aba3ebb8384401a732324" 2018-08-12 05:12:21,776 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4831 X-Openstack-Request-Id: req-2081cee7-c1b7-462f-9d71-cd58b5a91284 Date: Sun, 12 Aug 2018 05:12:21 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "315a428116f24d9fbb826b37080a918e", "created_at": "2018-08-12T05:11:41Z", "updated_at": "2018-08-12T05:11:42Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:41Z", "revision_number": 0, "id": "271b3f5d-8c53-4d69-ae3b-792ddcc552d9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:41Z", "security_group_id": "66495891-c500-4b9b-a1c7-ed53061f0bee", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:41Z", "revision_number": 0, "id": "28b68cec-8e62-40e6-a26f-dc893e7c5498", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:41Z", "security_group_id": "66495891-c500-4b9b-a1c7-ed53061f0bee", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-12T05:11:42Z", "revision_number": 0, "id": "732a5e57-fa4a-4ade-98e9-878a0b8a3a31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:42Z", "security_group_id": "66495891-c500-4b9b-a1c7-ed53061f0bee", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": 22, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:42Z", "revision_number": 0, "id": "8d17b3ad-9d41-4777-b7a9-e630b5344d32", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:42Z", "security_group_id": "66495891-c500-4b9b-a1c7-ed53061f0bee", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}], "revision_number": 4, "project_id": "315a428116f24d9fbb826b37080a918e", "id": "66495891-c500-4b9b-a1c7-ed53061f0bee", "name": "vping_ssh-sg_fa0ab3cc-ccc8-4175-9ab8-bdba66dd7fa8"}, {"description": "Default security group", "tags": [], "tenant_id": "315a428116f24d9fbb826b37080a918e", "created_at": "2018-08-12T05:11:31Z", "updated_at": "2018-08-12T05:11:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "5e52886a-1dc3-4a81-a55d-f388dc4fd1a1", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "678e32e4-d64c-448a-a4ab-e253ab94ae90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "a8da1539-e3ad-4f90-b2df-3dc1f09d228a", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "b73d5cc9-0205-4658-bb1f-61a042c0ab8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}], "revision_number": 4, "project_id": "315a428116f24d9fbb826b37080a918e", "id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "name": "default"}]} 2018-08-12 05:12:21,777 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-2081cee7-c1b7-462f-9d71-cd58b5a91284 2018-08-12 05:12:21,777 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0564050674438s 2018-08-12 05:12:21,777 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-2081cee7-c1b7-462f-9d71-cd58b5a91284 2018-08-12 05:12:21,781 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-08-12 05:12:21,781 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/security-groups/66495891-c500-4b9b-a1c7-ed53061f0bee.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}35b87b76aceca524895aba3ebb8384401a732324" 2018-08-12 05:12:22,022 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0834a68b-dc67-4137-85ac-83b06dc4eed9 Content-Length: 0 Date: Sun, 12 Aug 2018 05:12:22 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 05:12:22,022 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/66495891-c500-4b9b-a1c7-ed53061f0bee.json used request id req-0834a68b-dc67-4137-85ac-83b06dc4eed9 2018-08-12 05:12:22,023 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.241731882095s 2018-08-12 05:12:22,023 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/66495891-c500-4b9b-a1c7-ed53061f0bee.json used request id req-0834a68b-dc67-4137-85ac-83b06dc4eed9 2018-08-12 05:12:22,023 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-12 05:12:22,026 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/os-keypairs/vping_ssh-kp_fa0ab3cc-ccc8-4175-9ab8-bdba66dd7fa8 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}35b87b76aceca524895aba3ebb8384401a732324" 2018-08-12 05:12:22,106 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 05: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 x-openstack-request-id: req-461dc394-3a13-4033-b287-67f6933a1be4 x-compute-request-id: req-461dc394-3a13-4033-b287-67f6933a1be4 Content-Length: 0 Content-Type: application/json 2018-08-12 05:12:22,106 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/vping_ssh-kp_fa0ab3cc-ccc8-4175-9ab8-bdba66dd7fa8 used request id req-461dc394-3a13-4033-b287-67f6933a1be4 2018-08-12 05:12:22,107 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0832681655884s 2018-08-12 05:12:22,107 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/vping_ssh-kp_fa0ab3cc-ccc8-4175-9ab8-bdba66dd7fa8 used request id req-461dc394-3a13-4033-b287-67f6933a1be4 2018-08-12 05:12:22,107 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-12 05:12:22,108 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/36211c93-4aa4-4fbe-bf11-c570fb06e3e1/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}35b87b76aceca524895aba3ebb8384401a732324" -d '{"subnet_id": "4864d8bb-4cb7-409a-890c-864c05f8be9f"}' 2018-08-12 05:12:23,539 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-25b4e2cd-4799-4c9b-a862-6ce4a080fd1b Date: Sun, 12 Aug 2018 05:12:23 GMT RESP BODY: {"network_id": "5dc86b89-e0f6-4c03-bfe3-79bdef62b810", "tenant_id": "315a428116f24d9fbb826b37080a918e", "subnet_id": "4864d8bb-4cb7-409a-890c-864c05f8be9f", "subnet_ids": ["4864d8bb-4cb7-409a-890c-864c05f8be9f"], "port_id": "a7dff0dc-3d13-47d4-9e1a-d7f7909d5f82", "id": "36211c93-4aa4-4fbe-bf11-c570fb06e3e1"} 2018-08-12 05:12:23,540 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/36211c93-4aa4-4fbe-bf11-c570fb06e3e1/remove_router_interface.json used request id req-25b4e2cd-4799-4c9b-a862-6ce4a080fd1b 2018-08-12 05:12:23,540 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.43234801292s 2018-08-12 05:12:23,540 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/36211c93-4aa4-4fbe-bf11-c570fb06e3e1/remove_router_interface.json used request id req-25b4e2cd-4799-4c9b-a862-6ce4a080fd1b returning object 36211c93-4aa4-4fbe-bf11-c570fb06e3e1 2018-08-12 05:12:23,541 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-12 05:12:23,541 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}35b87b76aceca524895aba3ebb8384401a732324" 2018-08-12 05:12:23,663 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 623 X-Openstack-Request-Id: req-f1048d6c-05de-49ab-8202-48159d072b18 Date: Sun, 12 Aug 2018 05:12:23 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ec788992-fa73-45cc-a7d9-6d44542124c2", "ip_address": "172.30.9.208"}]}, "description": "", "tags": [], "tenant_id": "315a428116f24d9fbb826b37080a918e", "created_at": "2018-08-12T05:11:33Z", "admin_state_up": true, "updated_at": "2018-08-12T05:12:22Z", "revision_number": 4, "routes": [], "project_id": "315a428116f24d9fbb826b37080a918e", "id": "36211c93-4aa4-4fbe-bf11-c570fb06e3e1", "name": "vping_ssh-router_fa0ab3cc-ccc8-4175-9ab8-bdba66dd7fa8"}]} 2018-08-12 05:12:23,663 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-f1048d6c-05de-49ab-8202-48159d072b18 2018-08-12 05:12:23,663 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.122658967972s 2018-08-12 05:12:23,664 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-f1048d6c-05de-49ab-8202-48159d072b18 2018-08-12 05:12:23,665 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-12 05:12:23,666 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/routers/36211c93-4aa4-4fbe-bf11-c570fb06e3e1.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}35b87b76aceca524895aba3ebb8384401a732324" 2018-08-12 05:12:24,909 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-68911796-2613-4b97-ab8e-7943862f6824 Content-Length: 0 Date: Sun, 12 Aug 2018 05:12:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 05:12:24,909 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/36211c93-4aa4-4fbe-bf11-c570fb06e3e1.json used request id req-68911796-2613-4b97-ab8e-7943862f6824 2018-08-12 05:12:24,909 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.24418401718s 2018-08-12 05:12:24,910 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/36211c93-4aa4-4fbe-bf11-c570fb06e3e1.json used request id req-68911796-2613-4b97-ab8e-7943862f6824 2018-08-12 05:12:24,910 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-12 05:12:24,911 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}35b87b76aceca524895aba3ebb8384401a732324" 2018-08-12 05:12:25,014 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-1153d4a6-cac1-4037-a3de-814038102684 Date: Sun, 12 Aug 2018 05:12:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5dc86b89-e0f6-4c03-bfe3-79bdef62b810","tenant_id":"315a428116f24d9fbb826b37080a918e","created_at":"2018-08-12T05:11:32Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-12T05:11: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":"315a428116f24d9fbb826b37080a918e","id":"4864d8bb-4cb7-409a-890c-864c05f8be9f","subnetpool_id":null,"name":"vping_ssh-subnet_fa0ab3cc-ccc8-4175-9ab8-bdba66dd7fa8"}]} 2018-08-12 05:12:25,014 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-1153d4a6-cac1-4037-a3de-814038102684 2018-08-12 05:12:25,015 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.104506015778s 2018-08-12 05:12:25,015 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-1153d4a6-cac1-4037-a3de-814038102684 2018-08-12 05:12:25,016 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-12 05:12:25,017 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/subnets/4864d8bb-4cb7-409a-890c-864c05f8be9f.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}35b87b76aceca524895aba3ebb8384401a732324" 2018-08-12 05:12:27,559 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-786be0bb-3790-4342-9a35-0ff4a5a9bc61 Date: Sun, 12 Aug 2018 05:12:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 05:12:27,559 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/4864d8bb-4cb7-409a-890c-864c05f8be9f.json used request id req-786be0bb-3790-4342-9a35-0ff4a5a9bc61 2018-08-12 05:12:27,559 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.54285597801s 2018-08-12 05:12:27,559 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/4864d8bb-4cb7-409a-890c-864c05f8be9f.json used request id req-786be0bb-3790-4342-9a35-0ff4a5a9bc61 2018-08-12 05:12:27,560 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 05:12:27,560 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}35b87b76aceca524895aba3ebb8384401a732324" 2018-08-12 05:12:27,695 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1154 X-Openstack-Request-Id: req-34399189-e40c-42e1-8255-74c5071ebbf5 Date: Sun, 12 Aug 2018 05:12:27 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ec788992-fa73-45cc-a7d9-6d44542124c2"],"updated_at":"2018-08-12T05:04:31Z","tenant_id":"310f5853751a4c968f3eeb0a3d99a0a8","created_at":"2018-08-12T05:04:23Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"310f5853751a4c968f3eeb0a3d99a0a8","id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","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-12T05:12:27Z","tenant_id":"315a428116f24d9fbb826b37080a918e","created_at":"2018-08-12T05:11:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"315a428116f24d9fbb826b37080a918e","id":"5dc86b89-e0f6-4c03-bfe3-79bdef62b810","name":"vping_ssh-net_fa0ab3cc-ccc8-4175-9ab8-bdba66dd7fa8"}]} 2018-08-12 05:12:27,695 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-34399189-e40c-42e1-8255-74c5071ebbf5 2018-08-12 05:12:27,695 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.135315895081s 2018-08-12 05:12:27,696 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-34399189-e40c-42e1-8255-74c5071ebbf5 2018-08-12 05:12:27,697 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-12 05:12:27,697 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/networks/5dc86b89-e0f6-4c03-bfe3-79bdef62b810.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}35b87b76aceca524895aba3ebb8384401a732324" 2018-08-12 05:12:29,044 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f7a5b84d-8a90-40d5-90d4-c37e2a6ae949 Date: Sun, 12 Aug 2018 05:12:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 05:12:29,044 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/5dc86b89-e0f6-4c03-bfe3-79bdef62b810.json used request id req-f7a5b84d-8a90-40d5-90d4-c37e2a6ae949 2018-08-12 05:12:29,044 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.34737706184s 2018-08-12 05:12:29,044 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/5dc86b89-e0f6-4c03-bfe3-79bdef62b810.json used request id req-f7a5b84d-8a90-40d5-90d4-c37e2a6ae949 2018-08-12 05:12:29,048 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 05:12:29,052 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}35b87b76aceca524895aba3ebb8384401a732324" 2018-08-12 05:12:29,253 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-a79d2311-2594-4659-9e3d-98ee152eb3f4 Date: Sun, 12 Aug 2018 05:12:29 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/02e6f642-a27b-4ab6-ab4d-32e0a1e7501d/snap", "metadata": {}}], "file": "/v2/images/02e6f642-a27b-4ab6-ab4d-32e0a1e7501d/file", "owner": "315a428116f24d9fbb826b37080a918e", "id": "02e6f642-a27b-4ab6-ab4d-32e0a1e7501d", "size": 12716032, "self": "/v2/images/02e6f642-a27b-4ab6-ab4d-32e0a1e7501d", "disk_format": "qcow2", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/02e6f642-a27b-4ab6-ab4d-32e0a1e7501d/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-12T05:11:39Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_fa0ab3cc-ccc8-4175-9ab8-bdba66dd7fa8", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_fa0ab3cc-ccc8-4175-9ab8-bdba66dd7fa8", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-12T05:11:37Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 05:12:29,253 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-a79d2311-2594-4659-9e3d-98ee152eb3f4 2018-08-12 05:12:29,253 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.20471405983s 2018-08-12 05:12:29,253 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-a79d2311-2594-4659-9e3d-98ee152eb3f4 2018-08-12 05:12:29,255 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-12 05:12:29,259 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9292/v2/images/02e6f642-a27b-4ab6-ab4d-32e0a1e7501d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}35b87b76aceca524895aba3ebb8384401a732324" 2018-08-12 05:12:29,979 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-97f85966-30fd-4f9f-bbc6-bf6693fa79b1 Date: Sun, 12 Aug 2018 05:12: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 05:12:29,979 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/02e6f642-a27b-4ab6-ab4d-32e0a1e7501d used request id req-97f85966-30fd-4f9f-bbc6-bf6693fa79b1 2018-08-12 05:12:29,980 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.724478960037s 2018-08-12 05:12:29,980 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/02e6f642-a27b-4ab6-ab4d-32e0a1e7501d used request id req-97f85966-30fd-4f9f-bbc6-bf6693fa79b1 2018-08-12 05:12:29,980 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-12 05:12:29,983 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}3adc19f5a921b1c0e7f630171320f3820deac1ea" 2018-08-12 05:12:30,008 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:12: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-8e02084f-d2da-4ed1-a427-3da632fe2805 x-compute-request-id: req-8e02084f-d2da-4ed1-a427-3da632fe2805 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_ssh-flavor_fa0ab3cc-ccc8-4175-9ab8-bdba66dd7fa8", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/3ec74dcd-e343-4742-b58e-319047416653", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/3ec74dcd-e343-4742-b58e-319047416653", "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": "3ec74dcd-e343-4742-b58e-319047416653"}]} 2018-08-12 05:12:30,008 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-8e02084f-d2da-4ed1-a427-3da632fe2805 2018-08-12 05:12:30,008 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0278611183167s 2018-08-12 05:12:30,008 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-8e02084f-d2da-4ed1-a427-3da632fe2805 2018-08-12 05:12:30,010 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-12 05:12:30,012 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/flavors/3ec74dcd-e343-4742-b58e-319047416653 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3adc19f5a921b1c0e7f630171320f3820deac1ea" 2018-08-12 05:12:30,057 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 05: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 x-openstack-request-id: req-30997681-0e3b-41d5-942c-e78fc4bf4c1f x-compute-request-id: req-30997681-0e3b-41d5-942c-e78fc4bf4c1f Content-Length: 0 Content-Type: application/json 2018-08-12 05:12:30,057 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/3ec74dcd-e343-4742-b58e-319047416653 used request id req-30997681-0e3b-41d5-942c-e78fc4bf4c1f 2018-08-12 05:12:30,058 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0477638244629s 2018-08-12 05:12:30,058 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/3ec74dcd-e343-4742-b58e-319047416653 used request id req-30997681-0e3b-41d5-942c-e78fc4bf4c1f 2018-08-12 05:12:30,058 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-12 05:12:30,062 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}3adc19f5a921b1c0e7f630171320f3820deac1ea" 2018-08-12 05:12:30,175 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:12:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7e16c0c2-5586-4151-95ae-e2c9547c5c69 Content-Encoding: gzip Content-Length: 834 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/105a247548624314b9228f85f6325f0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105a247548624314b9228f85f6325f0b", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/1c5de0eaa44543f08da6ad63a51594ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c5de0eaa44543f08da6ad63a51594ff", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/1d127b5b832547a88a547c116dfdd65b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d127b5b832547a88a547c116dfdd65b", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/1d5cfc170d624ce4ae53ae0507c8d517"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d5cfc170d624ce4ae53ae0507c8d517", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/2421820b75eb4d3ebd02830378d1377b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2421820b75eb4d3ebd02830378d1377b", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/40bd8ee54ecf44868cc83cede652c396"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40bd8ee54ecf44868cc83cede652c396", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/4f32fb8153854c4c9f5094b42b523f80"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f32fb8153854c4c9f5094b42b523f80", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7066130d08fb4db7bf4ab468de53933b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7066130d08fb4db7bf4ab468de53933b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/8d0898a83bcf4521bbc11501d5d7ac89"}, "domain_id": "1eec97585bde483292ece28ee11f4b8d", "enabled": true, "options": {}, "id": "8d0898a83bcf4521bbc11501d5d7ac89", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/9defcced327d476f8a3beab718a13da3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9defcced327d476f8a3beab718a13da3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/b80ee4f6992446e0879624dd436e99a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b80ee4f6992446e0879624dd436e99a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b86fd3e011324d398fcdb6f095a20a9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b86fd3e011324d398fcdb6f095a20a9d", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1701d2754064b5cadf765ea0806f9b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1701d2754064b5cadf765ea0806f9b2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/db4e7b8d76d549faa502716565c733dd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db4e7b8d76d549faa502716565c733dd", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "vping_ssh-user_fa0ab3cc-ccc8-4175-9ab8-bdba66dd7fa8", "links": {"self": "http://172.30.9.21:5000/v3/users/f663cacb21ba4e5a9456ef62e9a01c0a"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "f663cacb21ba4e5a9456ef62e9a01c0a", "domain_id": "default", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-12 05:12:30,175 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-7e16c0c2-5586-4151-95ae-e2c9547c5c69 2018-08-12 05:12:30,176 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.117251157761s 2018-08-12 05:12:30,176 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-7e16c0c2-5586-4151-95ae-e2c9547c5c69 2018-08-12 05:12:30,182 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-12 05:12:30,186 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users/f663cacb21ba4e5a9456ef62e9a01c0a -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3adc19f5a921b1c0e7f630171320f3820deac1ea" 2018-08-12 05:12:30,281 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:12:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b9ce6ff7-18ef-4bf1-bf81-e58887ce59d8 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"user": {"name": "vping_ssh-user_fa0ab3cc-ccc8-4175-9ab8-bdba66dd7fa8", "links": {"self": "http://172.30.9.21:5000/v3/users/f663cacb21ba4e5a9456ef62e9a01c0a"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "f663cacb21ba4e5a9456ef62e9a01c0a", "description": null}} 2018-08-12 05:12:30,281 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/f663cacb21ba4e5a9456ef62e9a01c0a used request id req-b9ce6ff7-18ef-4bf1-bf81-e58887ce59d8 2018-08-12 05:12:30,281 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0993762016296s 2018-08-12 05:12:30,282 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/f663cacb21ba4e5a9456ef62e9a01c0a used request id req-b9ce6ff7-18ef-4bf1-bf81-e58887ce59d8 2018-08-12 05:12:30,282 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-12 05:12:30,285 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/users/f663cacb21ba4e5a9456ef62e9a01c0a -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3adc19f5a921b1c0e7f630171320f3820deac1ea" 2018-08-12 05:12:30,502 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 05:12:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-de8b5701-fdb3-4a5a-9a05-ae5fad51aeee 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 05:12:30,503 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/f663cacb21ba4e5a9456ef62e9a01c0a used request id req-de8b5701-fdb3-4a5a-9a05-ae5fad51aeee 2018-08-12 05:12:30,503 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.220345020294s 2018-08-12 05:12:30,503 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/f663cacb21ba4e5a9456ef62e9a01c0a used request id req-de8b5701-fdb3-4a5a-9a05-ae5fad51aeee 2018-08-12 05:12:30,509 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-12 05:12:30,512 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}3adc19f5a921b1c0e7f630171320f3820deac1ea" 2018-08-12 05:12:30,608 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:12:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b4a1dc87-5218-42df-91eb-4c39d306e812 Content-Encoding: gzip Content-Length: 387 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8"}, "tags": [], "enabled": true, "id": "310f5853751a4c968f3eeb0a3d99a0a8", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e"}, "tags": [], "enabled": true, "id": "315a428116f24d9fbb826b37080a918e", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_fa0ab3cc-ccc8-4175-9ab8-bdba66dd7fa8"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "id": "a267b9a156244bb192691cff6e5f74fe", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-08-12 05:12:30,608 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-b4a1dc87-5218-42df-91eb-4c39d306e812 2018-08-12 05:12:30,608 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.09929895401s 2018-08-12 05:12:30,608 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-b4a1dc87-5218-42df-91eb-4c39d306e812 2018-08-12 05:12:30,613 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-12 05:12:30,616 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3adc19f5a921b1c0e7f630171320f3820deac1ea" 2018-08-12 05:12:30,844 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 05:12:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-380577ed-7b1c-44bc-a61f-0de700ca675f 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 05:12:30,844 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e used request id req-380577ed-7b1c-44bc-a61f-0de700ca675f 2018-08-12 05:12:30,844 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.231089115143s 2018-08-12 05:12:30,844 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e used request id req-380577ed-7b1c-44bc-a61f-0de700ca675f 2018-08-12 05:12:30,848 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-12 05:12:30,851 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}3adc19f5a921b1c0e7f630171320f3820deac1ea" 2018-08-12 05:12:30,938 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:12:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-07a3a6d7-fb22-4167-a6ec-734cb507a549 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c0ed013f24ca44ecbb33aa4a185362df", "links": {"self": "http://172.30.9.21:5000/v3/roles/c0ed013f24ca44ecbb33aa4a185362df"}, "name": "Member"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 05:12:30,938 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-07a3a6d7-fb22-4167-a6ec-734cb507a549 2018-08-12 05:12:30,938 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0904710292816s 2018-08-12 05:12:30,938 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-07a3a6d7-fb22-4167-a6ec-734cb507a549 2018-08-12 05:12:30,943 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.roles 2018-08-12 05:12:30,947 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/roles/c0ed013f24ca44ecbb33aa4a185362df -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3adc19f5a921b1c0e7f630171320f3820deac1ea" 2018-08-12 05:12:31,126 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 05:12:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-474da67b-3ced-4e70-b5d1-ca7695385140 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 05:12:31,126 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/c0ed013f24ca44ecbb33aa4a185362df used request id req-474da67b-3ced-4e70-b5d1-ca7695385140 2018-08-12 05:12:31,126 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.roles in 0.182510852814s 2018-08-12 05:12:31,126 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/c0ed013f24ca44ecbb33aa4a185362df used request id req-474da67b-3ced-4e70-b5d1-ca7695385140 2018-08-12 05:12:31,183 - xtesting.ci.run_tests - INFO - Loading test case 'vping_userdata'... 2018-08-12 05:12:31,222 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-12 05:12:31,222 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-12 05:12:31,222 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-12 05:12:31,222 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-12 05:12:31,222 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-12 05:12:31,223 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-12 05:12:31,223 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-12 05:12:31,223 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-12 05:12:31,223 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-12 05:12:31,223 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-12 05:12:31,223 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-12 05:12:31,223 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-12 05:12:31,223 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-12 05:12:31,223 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-12 05:12:31,223 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-12 05:12:31,223 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-12 05:12:31,223 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-12 05:12:31,223 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-12 05:12:31,223 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-12 05:12:31,224 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-12 05:12:31,224 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-12 05:12:31,224 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-12 05:12:31,225 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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 05:12:31,231 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:12:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d58a330e-7d83-40c1-be20-6119bec6abbf Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 05:12:31,231 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-d58a330e-7d83-40c1-be20-6119bec6abbf 2018-08-12 05:12:31,231 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-08-12 05:12:31,624 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T06:12:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["p7Cda6APRO-1KtCBvfDTNQ"], "issued_at": "2018-08-12T05:12:31.000000Z"}} 2018-08-12 05:12:31,627 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 05:12:31,627 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}fbba0ab98c5938667e5a3d1120a03d41cf674696" 2018-08-12 05:12:31,875 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-598a767a-be23-437e-963b-42dbac819cc1 Date: Sun, 12 Aug 2018 05:12:31 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"310f5853751a4c968f3eeb0a3d99a0a8","status":"ACTIVE","subnets":["ec788992-fa73-45cc-a7d9-6d44542124c2"],"description":"","tags":[],"updated_at":"2018-08-12T05:04:31Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"310f5853751a4c968f3eeb0a3d99a0a8","created_at":"2018-08-12T05:04:23Z","provider:network_type":"flat"}]} 2018-08-12 05:12:31,875 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-598a767a-be23-437e-963b-42dbac819cc1 2018-08-12 05:12:31,875 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.248542785645s 2018-08-12 05:12:31,876 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-598a767a-be23-437e-963b-42dbac819cc1 2018-08-12 05:12:31,880 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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 05:12:31,886 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 05:12:31 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 05:12:31,887 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-12 05:12:31,891 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}fbba0ab98c5938667e5a3d1120a03d41cf674696" 2018-08-12 05:12:31,988 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:12:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-965749fb-2789-47b8-a323-f46b2e7e612a Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.21:5000/v3/domains/1eec97585bde483292ece28ee11f4b8d"}, "tags": [], "enabled": true, "id": "1eec97585bde483292ece28ee11f4b8d", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains", "previous": null, "next": null}} 2018-08-12 05:12:31,988 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-965749fb-2789-47b8-a323-f46b2e7e612a 2018-08-12 05:12:31,988 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.101203918457s 2018-08-12 05:12:31,989 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-965749fb-2789-47b8-a323-f46b2e7e612a 2018-08-12 05:12:31,997 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-12 05:12:32,000 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}fbba0ab98c5938667e5a3d1120a03d41cf674696" -d '{"project": {"description": "Created by OPNFV Functest: vping_userdata", "enabled": true, "domain_id": "default", "name": "vping_userdata-project_f9786068-d10c-4d66-a951-f1b8f1e26579"}}' 2018-08-12 05:12:32,126 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 05:12:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1ecc402b-b57d-4696-bdc4-1626696aa1b8 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.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3"}, "tags": [], "enabled": true, "id": "fa5a7fe6ee54472ba01638877aade8e3", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_f9786068-d10c-4d66-a951-f1b8f1e26579"}} 2018-08-12 05:12:32,126 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-1ecc402b-b57d-4696-bdc4-1626696aa1b8 2018-08-12 05:12:32,127 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.129461050034s 2018-08-12 05:12:32,127 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-1ecc402b-b57d-4696-bdc4-1626696aa1b8 2018-08-12 05:12:32,127 - 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'fa5a7fe6ee54472ba01638877aade8e3', '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_f9786068-d10c-4d66-a951-f1b8f1e26579'}) 2018-08-12 05:12:32,134 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-12 05:12:32,138 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}fbba0ab98c5938667e5a3d1120a03d41cf674696" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "b0e6eb6f-42ce-46ad-8c92-ade58b3255aa", "email": null, "name": "vping_userdata-user_f9786068-d10c-4d66-a951-f1b8f1e26579"}}' 2018-08-12 05:12:32,533 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 05:12:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4e2a41f9-1dc8-4713-9b65-72d69cc11023 Content-Length: 329 Content-Type: application/json RESP BODY: {"user": {"name": "vping_userdata-user_f9786068-d10c-4d66-a951-f1b8f1e26579", "links": {"self": "http://172.30.9.21:5000/v3/users/cfa3a695a05f4e819dc780ea348cc402"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "cfa3a695a05f4e819dc780ea348cc402", "domain_id": "default", "password_expires_at": null}} 2018-08-12 05:12:32,533 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/users used request id req-4e2a41f9-1dc8-4713-9b65-72d69cc11023 2018-08-12 05:12:32,534 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.399512052536s 2018-08-12 05:12:32,534 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/users used request id req-4e2a41f9-1dc8-4713-9b65-72d69cc11023 2018-08-12 05:12:32,534 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'cfa3a695a05f4e819dc780ea348cc402', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_userdata-user_f9786068-d10c-4d66-a951-f1b8f1e26579'}) 2018-08-12 05:12:32,538 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-12 05:12:32,542 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}fbba0ab98c5938667e5a3d1120a03d41cf674696" 2018-08-12 05:12:32,640 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:12:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-78a042d2-0ddf-4c45-9fe4-d477ca25cb57 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 05:12:32,641 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-78a042d2-0ddf-4c45-9fe4-d477ca25cb57 2018-08-12 05:12:32,641 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.102710008621s 2018-08-12 05:12:32,641 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-78a042d2-0ddf-4c45-9fe4-d477ca25cb57 2018-08-12 05:12:32,647 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-12 05:12:32,650 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}fbba0ab98c5938667e5a3d1120a03d41cf674696" 2018-08-12 05:12:32,738 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:12:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d7cca71-aca6-491f-941b-c78c8f12678b Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 05:12:32,738 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-8d7cca71-aca6-491f-941b-c78c8f12678b 2018-08-12 05:12:32,739 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0915110111237s 2018-08-12 05:12:32,739 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-8d7cca71-aca6-491f-941b-c78c8f12678b 2018-08-12 05:12:32,740 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-08-12 05:12:32,744 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.roles 2018-08-12 05:12:32,748 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}fbba0ab98c5938667e5a3d1120a03d41cf674696" -d '{"role": {"name": "Member"}}' 2018-08-12 05:12:32,891 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 05:12:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-18c8116a-7a11-4f27-a5be-2d2979320ff9 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "da7f618ac9894bcfbd382908fedc2bf5", "links": {"self": "http://172.30.9.21:5000/v3/roles/da7f618ac9894bcfbd382908fedc2bf5"}, "name": "Member"}} 2018-08-12 05:12:32,891 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-18c8116a-7a11-4f27-a5be-2d2979320ff9 2018-08-12 05:12:32,891 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.roles in 0.146592855453s 2018-08-12 05:12:32,891 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-18c8116a-7a11-4f27-a5be-2d2979320ff9 2018-08-12 05:12:32,892 - functest.core.tenantnetwork - DEBUG - role: Munch({'properties': {}, 'location': Munch({'project': Munch({'domain_id': None, 'id': None, 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': None, 'name': u'Member', 'id': u'da7f618ac9894bcfbd382908fedc2bf5'}) 2018-08-12 05:12:32,895 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-12 05:12:32,901 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}fbba0ab98c5938667e5a3d1120a03d41cf674696" 2018-08-12 05:12:32,991 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:12:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7cfb5f8f-c472-49f3-8db2-17b3240ecf0e Content-Encoding: gzip Content-Length: 356 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "da7f618ac9894bcfbd382908fedc2bf5", "links": {"self": "http://172.30.9.21:5000/v3/roles/da7f618ac9894bcfbd382908fedc2bf5"}, "name": "Member"}]} 2018-08-12 05:12:32,992 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-7cfb5f8f-c472-49f3-8db2-17b3240ecf0e 2018-08-12 05:12:32,992 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0965139865875s 2018-08-12 05:12:32,992 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-7cfb5f8f-c472-49f3-8db2-17b3240ecf0e 2018-08-12 05:12:32,997 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-12 05:12:33,000 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}fbba0ab98c5938667e5a3d1120a03d41cf674696" 2018-08-12 05:12:33,020 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:12:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d2791e0b-77d9-4aa4-855d-d8deb8a82b26 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-12 05:12:33,020 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-d2791e0b-77d9-4aa4-855d-d8deb8a82b26 2018-08-12 05:12:33,020 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0231359004974s 2018-08-12 05:12:33,021 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-d2791e0b-77d9-4aa4-855d-d8deb8a82b26 2018-08-12 05:12:33,021 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-12 05:12:33,025 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}fbba0ab98c5938667e5a3d1120a03d41cf674696" 2018-08-12 05:12:33,134 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:12:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-240775da-2054-4569-91bd-d80636e7d202 Content-Encoding: gzip Content-Length: 838 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/105a247548624314b9228f85f6325f0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105a247548624314b9228f85f6325f0b", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/1c5de0eaa44543f08da6ad63a51594ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c5de0eaa44543f08da6ad63a51594ff", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/1d127b5b832547a88a547c116dfdd65b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d127b5b832547a88a547c116dfdd65b", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/1d5cfc170d624ce4ae53ae0507c8d517"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d5cfc170d624ce4ae53ae0507c8d517", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/2421820b75eb4d3ebd02830378d1377b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2421820b75eb4d3ebd02830378d1377b", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/40bd8ee54ecf44868cc83cede652c396"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40bd8ee54ecf44868cc83cede652c396", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/4f32fb8153854c4c9f5094b42b523f80"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f32fb8153854c4c9f5094b42b523f80", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7066130d08fb4db7bf4ab468de53933b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7066130d08fb4db7bf4ab468de53933b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/8d0898a83bcf4521bbc11501d5d7ac89"}, "domain_id": "1eec97585bde483292ece28ee11f4b8d", "enabled": true, "options": {}, "id": "8d0898a83bcf4521bbc11501d5d7ac89", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/9defcced327d476f8a3beab718a13da3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9defcced327d476f8a3beab718a13da3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/b80ee4f6992446e0879624dd436e99a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b80ee4f6992446e0879624dd436e99a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b86fd3e011324d398fcdb6f095a20a9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b86fd3e011324d398fcdb6f095a20a9d", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1701d2754064b5cadf765ea0806f9b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1701d2754064b5cadf765ea0806f9b2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "vping_userdata-user_f9786068-d10c-4d66-a951-f1b8f1e26579", "links": {"self": "http://172.30.9.21:5000/v3/users/cfa3a695a05f4e819dc780ea348cc402"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "cfa3a695a05f4e819dc780ea348cc402", "domain_id": "default", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/db4e7b8d76d549faa502716565c733dd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db4e7b8d76d549faa502716565c733dd", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-12 05:12:33,134 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-240775da-2054-4569-91bd-d80636e7d202 2018-08-12 05:12:33,134 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.112693071365s 2018-08-12 05:12:33,135 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-240775da-2054-4569-91bd-d80636e7d202 2018-08-12 05:12:33,146 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-12 05:12:33,150 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}fbba0ab98c5938667e5a3d1120a03d41cf674696" 2018-08-12 05:12:33,245 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:12:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e9da5be2-acb3-4975-8a20-c3ffc6ec6b7b Content-Encoding: gzip Content-Length: 399 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8"}, "tags": [], "enabled": true, "id": "310f5853751a4c968f3eeb0a3d99a0a8", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "id": "a267b9a156244bb192691cff6e5f74fe", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3"}, "tags": [], "enabled": true, "id": "fa5a7fe6ee54472ba01638877aade8e3", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_f9786068-d10c-4d66-a951-f1b8f1e26579"}]} 2018-08-12 05:12:33,246 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-e9da5be2-acb3-4975-8a20-c3ffc6ec6b7b 2018-08-12 05:12:33,246 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0993781089783s 2018-08-12 05:12:33,246 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-e9da5be2-acb3-4975-8a20-c3ffc6ec6b7b 2018-08-12 05:12:33,255 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-12 05:12:33,258 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:5000/v3/role_assignments?user.id=cfa3a695a05f4e819dc780ea348cc402&role.id=da7f618ac9894bcfbd382908fedc2bf5&scope.project.id=fa5a7fe6ee54472ba01638877aade8e3" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fbba0ab98c5938667e5a3d1120a03d41cf674696" 2018-08-12 05:12:33,356 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:12:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1bd53551-023a-41cf-9255-9b724e118302 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.21:5000/v3/role_assignments?user.id=cfa3a695a05f4e819dc780ea348cc402&role.id=da7f618ac9894bcfbd382908fedc2bf5&scope.project.id=fa5a7fe6ee54472ba01638877aade8e3", "previous": null, "next": null}} 2018-08-12 05:12:33,356 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=cfa3a695a05f4e819dc780ea348cc402&role.id=da7f618ac9894bcfbd382908fedc2bf5&scope.project.id=fa5a7fe6ee54472ba01638877aade8e3 used request id req-1bd53551-023a-41cf-9255-9b724e118302 2018-08-12 05:12:33,356 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.101227998734s 2018-08-12 05:12:33,356 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=cfa3a695a05f4e819dc780ea348cc402&role.id=da7f618ac9894bcfbd382908fedc2bf5&scope.project.id=fa5a7fe6ee54472ba01638877aade8e3 used request id req-1bd53551-023a-41cf-9255-9b724e118302 2018-08-12 05:12:33,360 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-12 05:12:33,363 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3/users/cfa3a695a05f4e819dc780ea348cc402/roles/da7f618ac9894bcfbd382908fedc2bf5 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fbba0ab98c5938667e5a3d1120a03d41cf674696" 2018-08-12 05:12:33,504 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 05:12:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-190d77df-21b9-41b2-8a50-d03a3c702c1f 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 05:12:33,505 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3/users/cfa3a695a05f4e819dc780ea348cc402/roles/da7f618ac9894bcfbd382908fedc2bf5 used request id req-190d77df-21b9-41b2-8a50-d03a3c702c1f 2018-08-12 05:12:33,505 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.144557952881s 2018-08-12 05:12:33,505 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3/users/cfa3a695a05f4e819dc780ea348cc402/roles/da7f618ac9894bcfbd382908fedc2bf5 used request id req-190d77df-21b9-41b2-8a50-d03a3c702c1f 2018-08-12 05:12:33,506 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_userdata-project_f9786068-d10c-4d66-a951-f1b8f1e26579', 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'fa5a7fe6ee54472ba01638877aade8e3', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.50', 'password': 'b0e6eb6f-42ce-46ad-8c92-ade58b3255aa', 'username': u'vping_userdata-user_f9786068-d10c-4d66-a951-f1b8f1e26579', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.21: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 05:12:33,507 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-12 05:12:33,507 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-12 05:12:33,507 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-12 05:12:33,507 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-12 05:12:33,507 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-12 05:12:33,507 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-12 05:12:33,507 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-12 05:12:33,508 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-12 05:12:33,508 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-12 05:12:33,508 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-12 05:12:33,508 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-12 05:12:33,508 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-12 05:12:33,508 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-12 05:12:33,508 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-12 05:12:33,508 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-12 05:12:33,508 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-12 05:12:33,509 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-12 05:12:33,509 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-12 05:12:33,509 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-12 05:12:33,509 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-12 05:12:33,509 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-12 05:12:33,509 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-12 05:12:33,510 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_userdata-user_f9786068-d10c-4d66-a951-f1b8f1e26579', 'password': 'b0e6eb6f-42ce-46ad-8c92-ade58b3255aa', 'project_name': 'vping_userdata-project_f9786068-d10c-4d66-a951-f1b8f1e26579', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.21:5000//v3', 'project_id': 'fa5a7fe6ee54472ba01638877aade8e3', 'project_domain_name': 'Default'} 2018-08-12 05:12:33,511 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-08-12 05:12:33,512 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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 05:12:33,519 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:12:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-622b84d4-67a3-4a31-9c1f-da6517599916 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 05:12:33,519 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-622b84d4-67a3-4a31-9c1f-da6517599916 2018-08-12 05:12:33,520 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-08-12 05:12:34,119 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "da7f618ac9894bcfbd382908fedc2bf5", "name": "Member"}], "expires_at": "2018-08-12T06:12:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fa5a7fe6ee54472ba01638877aade8e3", "name": "vping_userdata-project_f9786068-d10c-4d66-a951-f1b8f1e26579"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/fa5a7fe6ee54472ba01638877aade8e3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/fa5a7fe6ee54472ba01638877aade8e3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/fa5a7fe6ee54472ba01638877aade8e3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_fa5a7fe6ee54472ba01638877aade8e3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_fa5a7fe6ee54472ba01638877aade8e3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/fa5a7fe6ee54472ba01638877aade8e3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/fa5a7fe6ee54472ba01638877aade8e3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/fa5a7fe6ee54472ba01638877aade8e3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/fa5a7fe6ee54472ba01638877aade8e3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/fa5a7fe6ee54472ba01638877aade8e3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/fa5a7fe6ee54472ba01638877aade8e3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/fa5a7fe6ee54472ba01638877aade8e3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/fa5a7fe6ee54472ba01638877aade8e3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/fa5a7fe6ee54472ba01638877aade8e3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vping_userdata-user_f9786068-d10c-4d66-a951-f1b8f1e26579", "id": "cfa3a695a05f4e819dc780ea348cc402"}, "audit_ids": ["Me8gLJ61R36vnbf9KwCSrQ"], "issued_at": "2018-08-12T05:12:34.000000Z"}} 2018-08-12 05:12:34,122 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-12 05:12:34,122 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a4bf9ae446228d43a46afe49645f927f26710aca" -d '{"network": {"name": "vping_userdata-net_f9786068-d10c-4d66-a951-f1b8f1e26579", "admin_state_up": true}}' 2018-08-12 05:12:35,032 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 592 X-Openstack-Request-Id: req-1b98f31e-903b-45ff-a017-3e2d3a58b2ac Date: Sun, 12 Aug 2018 05:12:35 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"fa5a7fe6ee54472ba01638877aade8e3","created_at":"2018-08-12T05:12:34Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T05:12:34Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"fa5a7fe6ee54472ba01638877aade8e3","id":"021be25d-bc85-45cc-ac51-87d4a0854245","name":"vping_userdata-net_f9786068-d10c-4d66-a951-f1b8f1e26579"}} 2018-08-12 05:12:35,032 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-1b98f31e-903b-45ff-a017-3e2d3a58b2ac 2018-08-12 05:12:35,032 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.910377979279s 2018-08-12 05:12:35,033 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-1b98f31e-903b-45ff-a017-3e2d3a58b2ac 2018-08-12 05:12:35,033 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-12T05:12:34Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'id': u'021be25d-bc85-45cc-ac51-87d4a0854245', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_userdata-net_f9786068-d10c-4d66-a951-f1b8f1e26579', u'admin_state_up': True, u'tenant_id': u'fa5a7fe6ee54472ba01638877aade8e3', u'created_at': u'2018-08-12T05:12:34Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'fa5a7fe6ee54472ba01638877aade8e3'}) 2018-08-12 05:12:35,034 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 05:12:35,034 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a4bf9ae446228d43a46afe49645f927f26710aca" 2018-08-12 05:12:35,349 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1153 X-Openstack-Request-Id: req-551f31f8-452b-4e17-9cdb-77db6e96ec06 Date: Sun, 12 Aug 2018 05:12:35 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-12T05:12:34Z","tenant_id":"fa5a7fe6ee54472ba01638877aade8e3","created_at":"2018-08-12T05:12:34Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"fa5a7fe6ee54472ba01638877aade8e3","id":"021be25d-bc85-45cc-ac51-87d4a0854245","name":"vping_userdata-net_f9786068-d10c-4d66-a951-f1b8f1e26579"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ec788992-fa73-45cc-a7d9-6d44542124c2"],"updated_at":"2018-08-12T05:04:31Z","tenant_id":"310f5853751a4c968f3eeb0a3d99a0a8","created_at":"2018-08-12T05:04:23Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"310f5853751a4c968f3eeb0a3d99a0a8","id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","name":"external"}]} 2018-08-12 05:12:35,349 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-551f31f8-452b-4e17-9cdb-77db6e96ec06 2018-08-12 05:12:35,350 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.315651893616s 2018-08-12 05:12:35,350 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-551f31f8-452b-4e17-9cdb-77db6e96ec06 2018-08-12 05:12:35,351 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-12 05:12:35,352 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}a4bf9ae446228d43a46afe49645f927f26710aca" -d '{"subnet": {"name": "vping_userdata-subnet_f9786068-d10c-4d66-a951-f1b8f1e26579", "enable_dhcp": true, "network_id": "021be25d-bc85-45cc-ac51-87d4a0854245", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-12 05:12:36,404 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-f2868a82-a814-456f-bdbd-0a923688bce6 Date: Sun, 12 Aug 2018 05:12:36 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"021be25d-bc85-45cc-ac51-87d4a0854245","tenant_id":"fa5a7fe6ee54472ba01638877aade8e3","created_at":"2018-08-12T05:12:35Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-12T05:12:35Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"fa5a7fe6ee54472ba01638877aade8e3","id":"81c08797-4479-45c7-b872-8d55928edfda","subnetpool_id":null,"name":"vping_userdata-subnet_f9786068-d10c-4d66-a951-f1b8f1e26579"}} 2018-08-12 05:12:36,404 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-f2868a82-a814-456f-bdbd-0a923688bce6 2018-08-12 05:12:36,404 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.05261898041s 2018-08-12 05:12:36,404 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-f2868a82-a814-456f-bdbd-0a923688bce6 2018-08-12 05:12:36,405 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-12T05:12:35Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'81c08797-4479-45c7-b872-8d55928edfda', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_userdata-subnet_f9786068-d10c-4d66-a951-f1b8f1e26579', u'enable_dhcp': True, u'network_id': u'021be25d-bc85-45cc-ac51-87d4a0854245', u'tenant_id': u'fa5a7fe6ee54472ba01638877aade8e3', u'created_at': u'2018-08-12T05:12:35Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'fa5a7fe6ee54472ba01638877aade8e3'}) 2018-08-12 05:12:36,405 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-12 05:12:36,406 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}a4bf9ae446228d43a46afe49645f927f26710aca" -d '{"router": {"external_gateway_info": {"network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3"}, "name": "vping_userdata-router_f9786068-d10c-4d66-a951-f1b8f1e26579", "admin_state_up": true}}' 2018-08-12 05:12:37,828 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-8a00c8e2-47e4-41a5-8f9c-0a0a2d6d3570 Date: Sun, 12 Aug 2018 05:12:37 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ec788992-fa73-45cc-a7d9-6d44542124c2", "ip_address": "172.30.9.214"}]}, "description": "", "tags": [], "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "created_at": "2018-08-12T05:12:36Z", "admin_state_up": true, "updated_at": "2018-08-12T05:12:37Z", "revision_number": 2, "routes": [], "project_id": "fa5a7fe6ee54472ba01638877aade8e3", "id": "37ff5810-dc7c-405d-b5e4-9be2a4f38b25", "name": "vping_userdata-router_f9786068-d10c-4d66-a951-f1b8f1e26579"}} 2018-08-12 05:12:37,828 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-8a00c8e2-47e4-41a5-8f9c-0a0a2d6d3570 2018-08-12 05:12:37,828 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.42296600342s 2018-08-12 05:12:37,829 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-8a00c8e2-47e4-41a5-8f9c-0a0a2d6d3570 2018-08-12 05:12:37,829 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'03886690-4630-4c4c-9ccb-7eedaa9b1fd3', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'ec788992-fa73-45cc-a7d9-6d44542124c2', u'ip_address': u'172.30.9.214'}]}, u'description': u'', u'tags': [], u'tenant_id': u'fa5a7fe6ee54472ba01638877aade8e3', u'created_at': u'2018-08-12T05:12:36Z', u'admin_state_up': True, u'updated_at': u'2018-08-12T05:12:37Z', u'revision_number': 2, u'routes': [], u'project_id': u'fa5a7fe6ee54472ba01638877aade8e3', u'id': u'37ff5810-dc7c-405d-b5e4-9be2a4f38b25', u'name': u'vping_userdata-router_f9786068-d10c-4d66-a951-f1b8f1e26579'}) 2018-08-12 05:12:37,830 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-12 05:12:37,830 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/37ff5810-dc7c-405d-b5e4-9be2a4f38b25/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}a4bf9ae446228d43a46afe49645f927f26710aca" -d '{"subnet_id": "81c08797-4479-45c7-b872-8d55928edfda"}' 2018-08-12 05:12:39,887 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-e76a0f53-0cc7-4d4d-8e5d-54077f362032 Date: Sun, 12 Aug 2018 05:12:39 GMT RESP BODY: {"network_id": "021be25d-bc85-45cc-ac51-87d4a0854245", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "subnet_id": "81c08797-4479-45c7-b872-8d55928edfda", "subnet_ids": ["81c08797-4479-45c7-b872-8d55928edfda"], "port_id": "84b1cb1e-d7c2-4160-b99e-7d98ab789ef3", "id": "37ff5810-dc7c-405d-b5e4-9be2a4f38b25"} 2018-08-12 05:12:39,887 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/37ff5810-dc7c-405d-b5e4-9be2a4f38b25/add_router_interface.json used request id req-e76a0f53-0cc7-4d4d-8e5d-54077f362032 2018-08-12 05:12:39,887 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.05723381042s 2018-08-12 05:12:39,887 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/37ff5810-dc7c-405d-b5e4-9be2a4f38b25/add_router_interface.json used request id req-e76a0f53-0cc7-4d4d-8e5d-54077f362032 returning object 37ff5810-dc7c-405d-b5e4-9be2a4f38b25 2018-08-12 05:12:39,888 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-12 05:12:40,021 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-12 05:12:40,022 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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 05:12:40,027 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Sun, 12 Aug 2018 05:12:40 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}]} 2018-08-12 05:12:40,029 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 05:12:40,031 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a4bf9ae446228d43a46afe49645f927f26710aca" 2018-08-12 05:12:40,690 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-e2a1bb1f-4f1d-4c18-82a7-4607659c5c56 Date: Sun, 12 Aug 2018 05:12:40 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 05:12:40,691 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-e2a1bb1f-4f1d-4c18-82a7-4607659c5c56 2018-08-12 05:12:40,691 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.661514043808s 2018-08-12 05:12:40,691 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-e2a1bb1f-4f1d-4c18-82a7-4607659c5c56 2018-08-12 05:12:40,699 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-12 05:12:40,703 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a4bf9ae446228d43a46afe49645f927f26710aca" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vping_userdata-img_f9786068-d10c-4d66-a951-f1b8f1e26579", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vping_userdata-img_f9786068-d10c-4d66-a951-f1b8f1e26579"}' 2018-08-12 05:12:40,937 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 880 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/53f79f6e-5424-434d-baec-5c9602bebac3 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-3af496f8-0f6c-402e-80ad-0656b3314614 Date: Sun, 12 Aug 2018 05:12:40 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/53f79f6e-5424-434d-baec-5c9602bebac3/file", "owner": "fa5a7fe6ee54472ba01638877aade8e3", "id": "53f79f6e-5424-434d-baec-5c9602bebac3", "size": null, "self": "/v2/images/53f79f6e-5424-434d-baec-5c9602bebac3", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-12T05:12:40Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_f9786068-d10c-4d66-a951-f1b8f1e26579", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_f9786068-d10c-4d66-a951-f1b8f1e26579", "checksum": null, "created_at": "2018-08-12T05:12:40Z", "protected": false} 2018-08-12 05:12:40,937 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-3af496f8-0f6c-402e-80ad-0656b3314614 2018-08-12 05:12:40,937 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.238183021545s 2018-08-12 05:12:40,938 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-3af496f8-0f6c-402e-80ad-0656b3314614 returning object 53f79f6e-5424-434d-baec-5c9602bebac3 2018-08-12 05:12:40,938 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-12 05:12:40,942 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9292/v2/images/53f79f6e-5424-434d-baec-5c9602bebac3/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}a4bf9ae446228d43a46afe49645f927f26710aca" -d '' 2018-08-12 05:12:41,896 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d88fdd3a-801e-4859-a49b-c44cd3f8e406 Date: Sun, 12 Aug 2018 05:12: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 05:12:41,896 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/53f79f6e-5424-434d-baec-5c9602bebac3/file used request id req-d88fdd3a-801e-4859-a49b-c44cd3f8e406 2018-08-12 05:12:41,896 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.95760512352s 2018-08-12 05:12:41,896 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/53f79f6e-5424-434d-baec-5c9602bebac3/file used request id req-d88fdd3a-801e-4859-a49b-c44cd3f8e406 2018-08-12 05:12:41,900 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 05:12:41,904 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a4bf9ae446228d43a46afe49645f927f26710aca" 2018-08-12 05:12:42,108 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1210 Content-Type: application/json X-Openstack-Request-Id: req-272fab7b-24a5-4887-a359-c61f308fc7a4 Date: Sun, 12 Aug 2018 05:12:42 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/53f79f6e-5424-434d-baec-5c9602bebac3/snap", "metadata": {}}], "file": "/v2/images/53f79f6e-5424-434d-baec-5c9602bebac3/file", "owner": "fa5a7fe6ee54472ba01638877aade8e3", "id": "53f79f6e-5424-434d-baec-5c9602bebac3", "size": 12716032, "self": "/v2/images/53f79f6e-5424-434d-baec-5c9602bebac3", "disk_format": "qcow2", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/53f79f6e-5424-434d-baec-5c9602bebac3/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-12T05:12:41Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_f9786068-d10c-4d66-a951-f1b8f1e26579", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_f9786068-d10c-4d66-a951-f1b8f1e26579", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-12T05:12:40Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 05:12:42,108 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-272fab7b-24a5-4887-a359-c61f308fc7a4 2018-08-12 05:12:42,108 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.20797419548s 2018-08-12 05:12:42,109 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-272fab7b-24a5-4887-a359-c61f308fc7a4 2018-08-12 05:12:42,110 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://b36631de-8836-42ae-a808-b5158928754c/images/53f79f6e-5424-434d-baec-5c9602bebac3/snap', u'metadata': Munch({})})], 'file': u'/v2/images/53f79f6e-5424-434d-baec-5c9602bebac3/file', 'owner': u'fa5a7fe6ee54472ba01638877aade8e3', 'id': u'53f79f6e-5424-434d-baec-5c9602bebac3', 'size': 12716032, u'self': u'/v2/images/53f79f6e-5424-434d-baec-5c9602bebac3', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'fa5a7fe6ee54472ba01638877aade8e3', 'name': 'vping_userdata-project_f9786068-d10c-4d66-a951-f1b8f1e26579', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://b36631de-8836-42ae-a808-b5158928754c/images/53f79f6e-5424-434d-baec-5c9602bebac3/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-12T05:12:41Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-12T05:12:41Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_userdata-img_f9786068-d10c-4d66-a951-f1b8f1e26579', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/53f79f6e-5424-434d-baec-5c9602bebac3', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_userdata-img_f9786068-d10c-4d66-a951-f1b8f1e26579', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'vping_userdata-img_f9786068-d10c-4d66-a951-f1b8f1e26579', 'created': u'2018-08-12T05:12:40Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-12T05:12:40Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/53f79f6e-5424-434d-baec-5c9602bebac3', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_userdata-img_f9786068-d10c-4d66-a951-f1b8f1e26579', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-08-12 05:12:42,111 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-12 05:12:42,114 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}fbba0ab98c5938667e5a3d1120a03d41cf674696" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vping_userdata-flavor_f9786068-d10c-4d66-a951-f1b8f1e26579", "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 05:12:42,331 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05: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-0dea2e07-f67a-41cb-a66e-421c87ca971f x-compute-request-id: req-0dea2e07-f67a-41cb-a66e-421c87ca971f Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"flavor": {"name": "vping_userdata-flavor_f9786068-d10c-4d66-a951-f1b8f1e26579", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/d25ecd00-82c5-4030-b5ea-8d954c20557d", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/d25ecd00-82c5-4030-b5ea-8d954c20557d", "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": "d25ecd00-82c5-4030-b5ea-8d954c20557d"}} 2018-08-12 05:12:42,332 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-0dea2e07-f67a-41cb-a66e-421c87ca971f 2018-08-12 05:12:42,332 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.220263004303s 2018-08-12 05:12:42,332 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-0dea2e07-f67a-41cb-a66e-421c87ca971f 2018-08-12 05:12:42,333 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_userdata-flavor_f9786068-d10c-4d66-a951-f1b8f1e26579', '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'a267b9a156244bb192691cff6e5f74fe', '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'd25ecd00-82c5-4030-b5ea-8d954c20557d', 'swap': 0}) 2018-08-12 05:12:42,334 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-12 05:12:42,336 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors/d25ecd00-82c5-4030-b5ea-8d954c20557d/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}fbba0ab98c5938667e5a3d1120a03d41cf674696" -d '{"extra_specs": {}}' 2018-08-12 05:12:42,360 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05: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 x-openstack-request-id: req-637cb23a-cbb9-49da-8454-bfaadd1d1053 x-compute-request-id: req-637cb23a-cbb9-49da-8454-bfaadd1d1053 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-12 05:12:42,360 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/d25ecd00-82c5-4030-b5ea-8d954c20557d/os-extra_specs used request id req-637cb23a-cbb9-49da-8454-bfaadd1d1053 2018-08-12 05:12:42,361 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0268678665161s 2018-08-12 05:12:42,361 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/d25ecd00-82c5-4030-b5ea-8d954c20557d/os-extra_specs used request id req-637cb23a-cbb9-49da-8454-bfaadd1d1053 2018-08-12 05:12:42,361 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 05:12:42,362 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a4bf9ae446228d43a46afe49645f927f26710aca" 2018-08-12 05:12:42,659 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1197 X-Openstack-Request-Id: req-052c3c4f-a4d6-434e-95af-5d0790a04aee Date: Sun, 12 Aug 2018 05:12:42 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":["81c08797-4479-45c7-b872-8d55928edfda"],"updated_at":"2018-08-12T05:12:35Z","tenant_id":"fa5a7fe6ee54472ba01638877aade8e3","created_at":"2018-08-12T05:12:34Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"fa5a7fe6ee54472ba01638877aade8e3","id":"021be25d-bc85-45cc-ac51-87d4a0854245","name":"vping_userdata-net_f9786068-d10c-4d66-a951-f1b8f1e26579"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ec788992-fa73-45cc-a7d9-6d44542124c2"],"updated_at":"2018-08-12T05:04:31Z","tenant_id":"310f5853751a4c968f3eeb0a3d99a0a8","created_at":"2018-08-12T05:04:23Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"310f5853751a4c968f3eeb0a3d99a0a8","id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","name":"external"}]} 2018-08-12 05:12:42,659 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-052c3c4f-a4d6-434e-95af-5d0790a04aee 2018-08-12 05:12:42,659 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.297605991364s 2018-08-12 05:12:42,660 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-052c3c4f-a4d6-434e-95af-5d0790a04aee 2018-08-12 05:12:42,664 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 05:12:42,668 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a4bf9ae446228d43a46afe49645f927f26710aca" 2018-08-12 05:12:42,874 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1210 Content-Type: application/json X-Openstack-Request-Id: req-ef669306-e2bb-4762-8d0d-1803db08fbe9 Date: Sun, 12 Aug 2018 05:12:42 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/53f79f6e-5424-434d-baec-5c9602bebac3/snap", "metadata": {}}], "file": "/v2/images/53f79f6e-5424-434d-baec-5c9602bebac3/file", "owner": "fa5a7fe6ee54472ba01638877aade8e3", "id": "53f79f6e-5424-434d-baec-5c9602bebac3", "size": 12716032, "self": "/v2/images/53f79f6e-5424-434d-baec-5c9602bebac3", "disk_format": "qcow2", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/53f79f6e-5424-434d-baec-5c9602bebac3/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-12T05:12:41Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_f9786068-d10c-4d66-a951-f1b8f1e26579", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_f9786068-d10c-4d66-a951-f1b8f1e26579", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-12T05:12:40Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 05:12:42,874 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-ef669306-e2bb-4762-8d0d-1803db08fbe9 2018-08-12 05:12:42,874 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.210152864456s 2018-08-12 05:12:42,875 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-ef669306-e2bb-4762-8d0d-1803db08fbe9 2018-08-12 05:12:42,876 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-12 05:12:42,879 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}a4bf9ae446228d43a46afe49645f927f26710aca" 2018-08-12 05:12:43,071 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05: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-a9a16c3b-977f-4980-ae50-64b1df509fa8 x-compute-request-id: req-a9a16c3b-977f-4980-ae50-64b1df509fa8 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_userdata-flavor_f9786068-d10c-4d66-a951-f1b8f1e26579", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/d25ecd00-82c5-4030-b5ea-8d954c20557d", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/d25ecd00-82c5-4030-b5ea-8d954c20557d", "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": "d25ecd00-82c5-4030-b5ea-8d954c20557d"}]} 2018-08-12 05:12:43,071 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-a9a16c3b-977f-4980-ae50-64b1df509fa8 2018-08-12 05:12:43,072 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.195281982422s 2018-08-12 05:12:43,072 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-a9a16c3b-977f-4980-ae50-64b1df509fa8 2018-08-12 05:12:43,074 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-12 05:12:43,077 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}a4bf9ae446228d43a46afe49645f927f26710aca" -d '{"server": {"name": "vping_userdata-vm_f9786068-d10c-4d66-a951-f1b8f1e26579", "imageRef": "53f79f6e-5424-434d-baec-5c9602bebac3", "flavorRef": "d25ecd00-82c5-4030-b5ea-8d954c20557d", "max_count": 1, "min_count": 1, "networks": [{"uuid": "021be25d-bc85-45cc-ac51-87d4a0854245"}]}}' 2018-08-12 05:12:45,628 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 05:12: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-7af92391-0174-4726-a97e-f954caad40c6 x-compute-request-id: req-7af92391-0174-4726-a97e-f954caad40c6 Content-Length: 374 location: http://172.30.9.21:8774/v2.1/servers/b59c0f00-f2de-47ba-9015-e707a6d9e27b Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "b59c0f00-f2de-47ba-9015-e707a6d9e27b", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/b59c0f00-f2de-47ba-9015-e707a6d9e27b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/b59c0f00-f2de-47ba-9015-e707a6d9e27b", "rel": "bookmark"}], "adminPass": "i4V45JiArnCR"}} 2018-08-12 05:12:45,628 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-7af92391-0174-4726-a97e-f954caad40c6 2018-08-12 05:12:45,628 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.55379509926s 2018-08-12 05:12:45,629 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-7af92391-0174-4726-a97e-f954caad40c6 2018-08-12 05:12:45,629 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 05:12:45,632 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a4bf9ae446228d43a46afe49645f927f26710aca" 2018-08-12 05:12:46,195 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05: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-866ee425-1f10-4233-87a7-b9a6af160181 x-compute-request-id: req-866ee425-1f10-4233-87a7-b9a6af160181 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.21:8774/v2.1/servers/b59c0f00-f2de-47ba-9015-e707a6d9e27b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/b59c0f00-f2de-47ba-9015-e707a6d9e27b", "rel": "bookmark"}], "image": {"id": "53f79f6e-5424-434d-baec-5c9602bebac3", "links": [{"href": "http://172.30.9.21:8774/images/53f79f6e-5424-434d-baec-5c9602bebac3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d25ecd00-82c5-4030-b5ea-8d954c20557d", "links": [{"href": "http://172.30.9.21:8774/flavors/d25ecd00-82c5-4030-b5ea-8d954c20557d", "rel": "bookmark"}]}, "id": "b59c0f00-f2de-47ba-9015-e707a6d9e27b", "user_id": "cfa3a695a05f4e819dc780ea348cc402", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T05:12:45Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_f9786068-d10c-4d66-a951-f1b8f1e26579", "created": "2018-08-12T05:12:45Z", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 05:12:46,195 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-866ee425-1f10-4233-87a7-b9a6af160181 2018-08-12 05:12:46,195 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.56553196907s 2018-08-12 05:12:46,195 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-866ee425-1f10-4233-87a7-b9a6af160181 2018-08-12 05:12:46,202 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 05:12:46,202 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a4bf9ae446228d43a46afe49645f927f26710aca" 2018-08-12 05:12:46,315 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1197 X-Openstack-Request-Id: req-41311ef3-d44d-4220-a45e-cca568b01bbe Date: Sun, 12 Aug 2018 05:12:46 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":["81c08797-4479-45c7-b872-8d55928edfda"],"updated_at":"2018-08-12T05:12:35Z","tenant_id":"fa5a7fe6ee54472ba01638877aade8e3","created_at":"2018-08-12T05:12:34Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"fa5a7fe6ee54472ba01638877aade8e3","id":"021be25d-bc85-45cc-ac51-87d4a0854245","name":"vping_userdata-net_f9786068-d10c-4d66-a951-f1b8f1e26579"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ec788992-fa73-45cc-a7d9-6d44542124c2"],"updated_at":"2018-08-12T05:04:31Z","tenant_id":"310f5853751a4c968f3eeb0a3d99a0a8","created_at":"2018-08-12T05:04:23Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"310f5853751a4c968f3eeb0a3d99a0a8","id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","name":"external"}]} 2018-08-12 05:12:46,315 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-41311ef3-d44d-4220-a45e-cca568b01bbe 2018-08-12 05:12:46,315 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.113186120987s 2018-08-12 05:12:46,316 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-41311ef3-d44d-4220-a45e-cca568b01bbe 2018-08-12 05:12:46,316 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-12 05:12:46,317 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}a4bf9ae446228d43a46afe49645f927f26710aca" 2018-08-12 05:12:46,366 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-512ca96c-9314-4efe-b1d1-79372321065f Date: Sun, 12 Aug 2018 05:12:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"021be25d-bc85-45cc-ac51-87d4a0854245","tenant_id":"fa5a7fe6ee54472ba01638877aade8e3","created_at":"2018-08-12T05:12:35Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-12T05:12:35Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"fa5a7fe6ee54472ba01638877aade8e3","id":"81c08797-4479-45c7-b872-8d55928edfda","subnetpool_id":null,"name":"vping_userdata-subnet_f9786068-d10c-4d66-a951-f1b8f1e26579"}]} 2018-08-12 05:12:46,366 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-512ca96c-9314-4efe-b1d1-79372321065f 2018-08-12 05:12:46,366 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0496959686279s 2018-08-12 05:12:46,366 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-512ca96c-9314-4efe-b1d1-79372321065f 2018-08-12 05:12:46,367 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 05:12:48,370 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 05:12:48,372 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a4bf9ae446228d43a46afe49645f927f26710aca" 2018-08-12 05:12:49,143 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05: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-b510e4f4-ca8b-49eb-af71-3f75438312b6 x-compute-request-id: req-b510e4f4-ca8b-49eb-af71-3f75438312b6 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.21:8774/v2.1/servers/b59c0f00-f2de-47ba-9015-e707a6d9e27b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/b59c0f00-f2de-47ba-9015-e707a6d9e27b", "rel": "bookmark"}], "image": {"id": "53f79f6e-5424-434d-baec-5c9602bebac3", "links": [{"href": "http://172.30.9.21:8774/images/53f79f6e-5424-434d-baec-5c9602bebac3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d25ecd00-82c5-4030-b5ea-8d954c20557d", "links": [{"href": "http://172.30.9.21:8774/flavors/d25ecd00-82c5-4030-b5ea-8d954c20557d", "rel": "bookmark"}]}, "id": "b59c0f00-f2de-47ba-9015-e707a6d9e27b", "security_groups": [{"name": "default"}], "user_id": "cfa3a695a05f4e819dc780ea348cc402", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T05:12:46Z", "hostId": "58431f003d75ab2b611fd006863ca00fb67d3b767b7210cd18f6341a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_f9786068-d10c-4d66-a951-f1b8f1e26579", "created": "2018-08-12T05:12:45Z", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 05:12:49,143 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-b510e4f4-ca8b-49eb-af71-3f75438312b6 2018-08-12 05:12:49,143 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.773636102676s 2018-08-12 05:12:49,144 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-b510e4f4-ca8b-49eb-af71-3f75438312b6 2018-08-12 05:12:49,148 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 05:12:51,150 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 05:12:51,153 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a4bf9ae446228d43a46afe49645f927f26710aca" 2018-08-12 05:12:51,877 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05: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-b41946b5-8f57-4586-8fe0-d3062fe8eef8 x-compute-request-id: req-b41946b5-8f57-4586-8fe0-d3062fe8eef8 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.21:8774/v2.1/servers/b59c0f00-f2de-47ba-9015-e707a6d9e27b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/b59c0f00-f2de-47ba-9015-e707a6d9e27b", "rel": "bookmark"}], "image": {"id": "53f79f6e-5424-434d-baec-5c9602bebac3", "links": [{"href": "http://172.30.9.21:8774/images/53f79f6e-5424-434d-baec-5c9602bebac3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d25ecd00-82c5-4030-b5ea-8d954c20557d", "links": [{"href": "http://172.30.9.21:8774/flavors/d25ecd00-82c5-4030-b5ea-8d954c20557d", "rel": "bookmark"}]}, "id": "b59c0f00-f2de-47ba-9015-e707a6d9e27b", "security_groups": [{"name": "default"}], "user_id": "cfa3a695a05f4e819dc780ea348cc402", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T05:12:46Z", "hostId": "58431f003d75ab2b611fd006863ca00fb67d3b767b7210cd18f6341a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_f9786068-d10c-4d66-a951-f1b8f1e26579", "created": "2018-08-12T05:12:45Z", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 05:12:51,877 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-b41946b5-8f57-4586-8fe0-d3062fe8eef8 2018-08-12 05:12:51,877 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.727127790451s 2018-08-12 05:12:51,878 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-b41946b5-8f57-4586-8fe0-d3062fe8eef8 2018-08-12 05:12:51,881 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 05:12:53,883 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 05:12:53,886 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a4bf9ae446228d43a46afe49645f927f26710aca" 2018-08-12 05:12:54,474 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05: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-2932a017-be85-4bbe-96bc-644b22a844a9 x-compute-request-id: req-2932a017-be85-4bbe-96bc-644b22a844a9 Content-Encoding: gzip Content-Length: 745 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_f9786068-d10c-4d66-a951-f1b8f1e26579": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:4d:4c", "version": 4, "addr": "192.168.120.27", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/b59c0f00-f2de-47ba-9015-e707a6d9e27b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/b59c0f00-f2de-47ba-9015-e707a6d9e27b", "rel": "bookmark"}], "image": {"id": "53f79f6e-5424-434d-baec-5c9602bebac3", "links": [{"href": "http://172.30.9.21:8774/images/53f79f6e-5424-434d-baec-5c9602bebac3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T05:12:51.000000", "flavor": {"id": "d25ecd00-82c5-4030-b5ea-8d954c20557d", "links": [{"href": "http://172.30.9.21:8774/flavors/d25ecd00-82c5-4030-b5ea-8d954c20557d", "rel": "bookmark"}]}, "id": "b59c0f00-f2de-47ba-9015-e707a6d9e27b", "security_groups": [{"name": "default"}], "user_id": "cfa3a695a05f4e819dc780ea348cc402", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T05:12:51Z", "hostId": "58431f003d75ab2b611fd006863ca00fb67d3b767b7210cd18f6341a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_f9786068-d10c-4d66-a951-f1b8f1e26579", "created": "2018-08-12T05:12:45Z", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 05:12:54,474 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-2932a017-be85-4bbe-96bc-644b22a844a9 2018-08-12 05:12:54,474 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.590837001801s 2018-08-12 05:12:54,475 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-2932a017-be85-4bbe-96bc-644b22a844a9 2018-08-12 05:12:54,479 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-12 05:12:54,479 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/ports.json?device_id=b59c0f00-f2de-47ba-9015-e707a6d9e27b" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a4bf9ae446228d43a46afe49645f927f26710aca" 2018-08-12 05:12:54,694 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-abe34d07-ad56-49fb-9326-854342c30137 Date: Sun, 12 Aug 2018 05:12:54 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"021be25d-bc85-45cc-ac51-87d4a0854245","tenant_id":"fa5a7fe6ee54472ba01638877aade8e3","created_at":"2018-08-12T05:12:47Z","admin_state_up":true,"updated_at":"2018-08-12T05:12:51Z","binding:vnic_type":"normal","device_id":"b59c0f00-f2de-47ba-9015-e707a6d9e27b","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:07:4d:4c","id":"bd2c2241-e1b6-4bc5-a388-45c526be6957","port_security_enabled":true,"project_id":"fa5a7fe6ee54472ba01638877aade8e3","fixed_ips":[{"subnet_id":"81c08797-4479-45c7-b872-8d55928edfda","ip_address":"192.168.120.27"}],"extra_dhcp_opts":[],"security_groups":["16ae63c2-e3b6-4a20-872b-73765b23fe73"],"name":""}]} 2018-08-12 05:12:54,694 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=b59c0f00-f2de-47ba-9015-e707a6d9e27b used request id req-abe34d07-ad56-49fb-9326-854342c30137 2018-08-12 05:12:54,694 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.215348958969s 2018-08-12 05:12:54,695 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=b59c0f00-f2de-47ba-9015-e707a6d9e27b used request id req-abe34d07-ad56-49fb-9326-854342c30137 2018-08-12 05:12:54,699 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-12 05:12:54,700 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/floatingips.json?port_id=bd2c2241-e1b6-4bc5-a388-45c526be6957" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a4bf9ae446228d43a46afe49645f927f26710aca" 2018-08-12 05:12:54,725 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-1403566d-59d0-4dbf-bb0b-c9b8439881b5 Date: Sun, 12 Aug 2018 05:12:54 GMT RESP BODY: {"floatingips": []} 2018-08-12 05:12:54,725 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=bd2c2241-e1b6-4bc5-a388-45c526be6957 used request id req-1403566d-59d0-4dbf-bb0b-c9b8439881b5 2018-08-12 05:12:54,725 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0258278846741s 2018-08-12 05:12:54,726 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=bd2c2241-e1b6-4bc5-a388-45c526be6957 used request id req-1403566d-59d0-4dbf-bb0b-c9b8439881b5 2018-08-12 05:12:54,726 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_f9786068-d10c-4d66-a951-f1b8f1e26579': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:07:4d:4c', u'version': 4, u'addr': u'192.168.120.27', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'53f79f6e-5424-434d-baec-5c9602bebac3'}), 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-12T05:12:51.000000', 'flavor': Munch({u'id': u'd25ecd00-82c5-4030-b5ea-8d954c20557d'}), 'az': u'nova', 'id': u'b59c0f00-f2de-47ba-9015-e707a6d9e27b', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'cfa3a695a05f4e819dc780ea348cc402', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'fa5a7fe6ee54472ba01638877aade8e3', 'name': 'vping_userdata-project_f9786068-d10c-4d66-a951-f1b8f1e26579', '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-12T05:12:51.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-12T05:12:51Z', 'hostId': u'58431f003d75ab2b611fd006863ca00fb67d3b767b7210cd18f6341a', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.27', 'cloud': 'envvars', 'host_id': u'58431f003d75ab2b611fd006863ca00fb67d3b767b7210cd18f6341a', '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-12T05:12:51.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'fa5a7fe6ee54472ba01638877aade8e3', 'name': u'vping_userdata-vm_f9786068-d10c-4d66-a951-f1b8f1e26579', 'adminPass': u'i4V45JiArnCR', 'tenant_id': u'fa5a7fe6ee54472ba01638877aade8e3', 'created_at': u'2018-08-12T05:12:45Z', 'created': u'2018-08-12T05:12:45Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-12 05:12:54,727 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 05:12:54,728 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a4bf9ae446228d43a46afe49645f927f26710aca" 2018-08-12 05:12:55,030 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1197 X-Openstack-Request-Id: req-5abc365f-34a2-4c93-b013-f7be4dcd7e80 Date: Sun, 12 Aug 2018 05:12:55 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":["81c08797-4479-45c7-b872-8d55928edfda"],"updated_at":"2018-08-12T05:12:35Z","tenant_id":"fa5a7fe6ee54472ba01638877aade8e3","created_at":"2018-08-12T05:12:34Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"fa5a7fe6ee54472ba01638877aade8e3","id":"021be25d-bc85-45cc-ac51-87d4a0854245","name":"vping_userdata-net_f9786068-d10c-4d66-a951-f1b8f1e26579"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ec788992-fa73-45cc-a7d9-6d44542124c2"],"updated_at":"2018-08-12T05:04:31Z","tenant_id":"310f5853751a4c968f3eeb0a3d99a0a8","created_at":"2018-08-12T05:04:23Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"310f5853751a4c968f3eeb0a3d99a0a8","id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","name":"external"}]} 2018-08-12 05:12:55,030 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-5abc365f-34a2-4c93-b013-f7be4dcd7e80 2018-08-12 05:12:55,030 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.302823066711s 2018-08-12 05:12:55,030 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-5abc365f-34a2-4c93-b013-f7be4dcd7e80 2018-08-12 05:12:55,035 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 05:12:55,039 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a4bf9ae446228d43a46afe49645f927f26710aca" 2018-08-12 05:12:55,073 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1210 Content-Type: application/json X-Openstack-Request-Id: req-5f6647f3-aacd-48d3-baea-0f038573e2f8 Date: Sun, 12 Aug 2018 05:12:55 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/53f79f6e-5424-434d-baec-5c9602bebac3/snap", "metadata": {}}], "file": "/v2/images/53f79f6e-5424-434d-baec-5c9602bebac3/file", "owner": "fa5a7fe6ee54472ba01638877aade8e3", "id": "53f79f6e-5424-434d-baec-5c9602bebac3", "size": 12716032, "self": "/v2/images/53f79f6e-5424-434d-baec-5c9602bebac3", "disk_format": "qcow2", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/53f79f6e-5424-434d-baec-5c9602bebac3/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-12T05:12:41Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_f9786068-d10c-4d66-a951-f1b8f1e26579", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_f9786068-d10c-4d66-a951-f1b8f1e26579", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-12T05:12:40Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 05:12:55,073 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-5f6647f3-aacd-48d3-baea-0f038573e2f8 2018-08-12 05:12:55,073 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0385949611664s 2018-08-12 05:12:55,074 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-5f6647f3-aacd-48d3-baea-0f038573e2f8 2018-08-12 05:12:55,076 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-12 05:12:55,081 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}a4bf9ae446228d43a46afe49645f927f26710aca" 2018-08-12 05:12:55,107 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05: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-3a234d00-69a1-4503-98c7-baf3a74bdee5 x-compute-request-id: req-3a234d00-69a1-4503-98c7-baf3a74bdee5 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_userdata-flavor_f9786068-d10c-4d66-a951-f1b8f1e26579", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/d25ecd00-82c5-4030-b5ea-8d954c20557d", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/d25ecd00-82c5-4030-b5ea-8d954c20557d", "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": "d25ecd00-82c5-4030-b5ea-8d954c20557d"}]} 2018-08-12 05:12:55,107 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-3a234d00-69a1-4503-98c7-baf3a74bdee5 2018-08-12 05:12:55,107 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.030385017395s 2018-08-12 05:12:55,107 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-3a234d00-69a1-4503-98c7-baf3a74bdee5 2018-08-12 05:12:55,109 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-12 05:12:55,111 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}a4bf9ae446228d43a46afe49645f927f26710aca" -d '{"server": {"name": "vping_userdata-vm2_f9786068-d10c-4d66-a951-f1b8f1e26579", "imageRef": "53f79f6e-5424-434d-baec-5c9602bebac3", "flavorRef": "d25ecd00-82c5-4030-b5ea-8d954c20557d", "user_data": "IyEvYmluL3NoCgp3aGlsZSB0cnVlOyBkbwogcGluZyAtYyAxIDE5Mi4xNjguMTIwLjI3IDI+JjEgPi9kZXYvbnVsbAogUkVTPSQ/CiBpZiBbICJaJFJFUyIgPSAiWjAiIF0gOyB0aGVuCiAgZWNobyAndlBpbmcgT0snCiAgYnJlYWsKIGVsc2UKICBlY2hvICd2UGluZyBLTycKIGZpCiBzbGVlcCAxCmRvbmUK", "max_count": 1, "min_count": 1, "networks": [{"uuid": "021be25d-bc85-45cc-ac51-87d4a0854245"}]}}' 2018-08-12 05:12:57,610 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 05: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-c3ca1f71-8870-4035-aa24-260498241e8e x-compute-request-id: req-c3ca1f71-8870-4035-aa24-260498241e8e Content-Length: 374 location: http://172.30.9.21:8774/v2.1/servers/2177748c-c3fb-4bc5-8ccd-b50cdb77dd72 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "2177748c-c3fb-4bc5-8ccd-b50cdb77dd72", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/2177748c-c3fb-4bc5-8ccd-b50cdb77dd72", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/2177748c-c3fb-4bc5-8ccd-b50cdb77dd72", "rel": "bookmark"}], "adminPass": "3h4PHaZe2Uig"}} 2018-08-12 05:12:57,610 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-c3ca1f71-8870-4035-aa24-260498241e8e 2018-08-12 05:12:57,610 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.50141406059s 2018-08-12 05:12:57,610 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-c3ca1f71-8870-4035-aa24-260498241e8e 2018-08-12 05:12:57,611 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 05:12:57,614 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a4bf9ae446228d43a46afe49645f927f26710aca" 2018-08-12 05:12:58,730 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:12: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-92b8fcd1-0265-4704-bd6c-e8e1039e32e4 x-compute-request-id: req-92b8fcd1-0265-4704-bd6c-e8e1039e32e4 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.21:8774/v2.1/servers/2177748c-c3fb-4bc5-8ccd-b50cdb77dd72", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/2177748c-c3fb-4bc5-8ccd-b50cdb77dd72", "rel": "bookmark"}], "image": {"id": "53f79f6e-5424-434d-baec-5c9602bebac3", "links": [{"href": "http://172.30.9.21:8774/images/53f79f6e-5424-434d-baec-5c9602bebac3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d25ecd00-82c5-4030-b5ea-8d954c20557d", "links": [{"href": "http://172.30.9.21:8774/flavors/d25ecd00-82c5-4030-b5ea-8d954c20557d", "rel": "bookmark"}]}, "id": "2177748c-c3fb-4bc5-8ccd-b50cdb77dd72", "user_id": "cfa3a695a05f4e819dc780ea348cc402", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T05:12:57Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_f9786068-d10c-4d66-a951-f1b8f1e26579", "created": "2018-08-12T05:12:57Z", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_f9786068-d10c-4d66-a951-f1b8f1e26579": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:4d:4c", "version": 4, "addr": "192.168.120.27", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/b59c0f00-f2de-47ba-9015-e707a6d9e27b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/b59c0f00-f2de-47ba-9015-e707a6d9e27b", "rel": "bookmark"}], "image": {"id": "53f79f6e-5424-434d-baec-5c9602bebac3", "links": [{"href": "http://172.30.9.21:8774/images/53f79f6e-5424-434d-baec-5c9602bebac3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T05:12:51.000000", "flavor": {"id": "d25ecd00-82c5-4030-b5ea-8d954c20557d", "links": [{"href": "http://172.30.9.21:8774/flavors/d25ecd00-82c5-4030-b5ea-8d954c20557d", "rel": "bookmark"}]}, "id": "b59c0f00-f2de-47ba-9015-e707a6d9e27b", "security_groups": [{"name": "default"}], "user_id": "cfa3a695a05f4e819dc780ea348cc402", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T05:12:51Z", "hostId": "58431f003d75ab2b611fd006863ca00fb67d3b767b7210cd18f6341a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_f9786068-d10c-4d66-a951-f1b8f1e26579", "created": "2018-08-12T05:12:45Z", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 05:12:58,730 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-92b8fcd1-0265-4704-bd6c-e8e1039e32e4 2018-08-12 05:12:58,731 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.11926102638s 2018-08-12 05:12:58,731 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-92b8fcd1-0265-4704-bd6c-e8e1039e32e4 2018-08-12 05:12:58,736 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 05:13:00,739 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 05:13:00,742 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a4bf9ae446228d43a46afe49645f927f26710aca" 2018-08-12 05:13:02,213 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:13: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-e7f9d070-6df7-4136-b9dc-61ccec4bcc55 x-compute-request-id: req-e7f9d070-6df7-4136-b9dc-61ccec4bcc55 Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/2177748c-c3fb-4bc5-8ccd-b50cdb77dd72", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/2177748c-c3fb-4bc5-8ccd-b50cdb77dd72", "rel": "bookmark"}], "image": {"id": "53f79f6e-5424-434d-baec-5c9602bebac3", "links": [{"href": "http://172.30.9.21:8774/images/53f79f6e-5424-434d-baec-5c9602bebac3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d25ecd00-82c5-4030-b5ea-8d954c20557d", "links": [{"href": "http://172.30.9.21:8774/flavors/d25ecd00-82c5-4030-b5ea-8d954c20557d", "rel": "bookmark"}]}, "id": "2177748c-c3fb-4bc5-8ccd-b50cdb77dd72", "security_groups": [{"name": "default"}], "user_id": "cfa3a695a05f4e819dc780ea348cc402", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T05:12:58Z", "hostId": "6184ec1e0ba4e1010ea3769701cfe743a985e4545e0da08151c0a389", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_f9786068-d10c-4d66-a951-f1b8f1e26579", "created": "2018-08-12T05:12:57Z", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_f9786068-d10c-4d66-a951-f1b8f1e26579": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:4d:4c", "version": 4, "addr": "192.168.120.27", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/b59c0f00-f2de-47ba-9015-e707a6d9e27b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/b59c0f00-f2de-47ba-9015-e707a6d9e27b", "rel": "bookmark"}], "image": {"id": "53f79f6e-5424-434d-baec-5c9602bebac3", "links": [{"href": "http://172.30.9.21:8774/images/53f79f6e-5424-434d-baec-5c9602bebac3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T05:12:51.000000", "flavor": {"id": "d25ecd00-82c5-4030-b5ea-8d954c20557d", "links": [{"href": "http://172.30.9.21:8774/flavors/d25ecd00-82c5-4030-b5ea-8d954c20557d", "rel": "bookmark"}]}, "id": "b59c0f00-f2de-47ba-9015-e707a6d9e27b", "security_groups": [{"name": "default"}], "user_id": "cfa3a695a05f4e819dc780ea348cc402", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T05:12:51Z", "hostId": "58431f003d75ab2b611fd006863ca00fb67d3b767b7210cd18f6341a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_f9786068-d10c-4d66-a951-f1b8f1e26579", "created": "2018-08-12T05:12:45Z", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 05:13:02,214 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-e7f9d070-6df7-4136-b9dc-61ccec4bcc55 2018-08-12 05:13:02,214 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.47443819046s 2018-08-12 05:13:02,214 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-e7f9d070-6df7-4136-b9dc-61ccec4bcc55 2018-08-12 05:13:02,219 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 05:13:04,222 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 05:13:04,226 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a4bf9ae446228d43a46afe49645f927f26710aca" 2018-08-12 05:13:04,968 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05: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-867ddd24-82a3-459a-b4be-9c1b4d8ef9db x-compute-request-id: req-867ddd24-82a3-459a-b4be-9c1b4d8ef9db Content-Encoding: gzip Content-Length: 865 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_f9786068-d10c-4d66-a951-f1b8f1e26579": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:89:3a:b5", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/2177748c-c3fb-4bc5-8ccd-b50cdb77dd72", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/2177748c-c3fb-4bc5-8ccd-b50cdb77dd72", "rel": "bookmark"}], "image": {"id": "53f79f6e-5424-434d-baec-5c9602bebac3", "links": [{"href": "http://172.30.9.21:8774/images/53f79f6e-5424-434d-baec-5c9602bebac3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T05:13:03.000000", "flavor": {"id": "d25ecd00-82c5-4030-b5ea-8d954c20557d", "links": [{"href": "http://172.30.9.21:8774/flavors/d25ecd00-82c5-4030-b5ea-8d954c20557d", "rel": "bookmark"}]}, "id": "2177748c-c3fb-4bc5-8ccd-b50cdb77dd72", "security_groups": [{"name": "default"}], "user_id": "cfa3a695a05f4e819dc780ea348cc402", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T05:13:03Z", "hostId": "6184ec1e0ba4e1010ea3769701cfe743a985e4545e0da08151c0a389", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_f9786068-d10c-4d66-a951-f1b8f1e26579", "created": "2018-08-12T05:12:57Z", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_f9786068-d10c-4d66-a951-f1b8f1e26579": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:4d:4c", "version": 4, "addr": "192.168.120.27", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/b59c0f00-f2de-47ba-9015-e707a6d9e27b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/b59c0f00-f2de-47ba-9015-e707a6d9e27b", "rel": "bookmark"}], "image": {"id": "53f79f6e-5424-434d-baec-5c9602bebac3", "links": [{"href": "http://172.30.9.21:8774/images/53f79f6e-5424-434d-baec-5c9602bebac3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T05:12:51.000000", "flavor": {"id": "d25ecd00-82c5-4030-b5ea-8d954c20557d", "links": [{"href": "http://172.30.9.21:8774/flavors/d25ecd00-82c5-4030-b5ea-8d954c20557d", "rel": "bookmark"}]}, "id": "b59c0f00-f2de-47ba-9015-e707a6d9e27b", "security_groups": [{"name": "default"}], "user_id": "cfa3a695a05f4e819dc780ea348cc402", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T05:12:51Z", "hostId": "58431f003d75ab2b611fd006863ca00fb67d3b767b7210cd18f6341a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_f9786068-d10c-4d66-a951-f1b8f1e26579", "created": "2018-08-12T05:12:45Z", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 05:13:04,968 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-867ddd24-82a3-459a-b4be-9c1b4d8ef9db 2018-08-12 05:13:04,968 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.746136188507s 2018-08-12 05:13:04,968 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-867ddd24-82a3-459a-b4be-9c1b4d8ef9db 2018-08-12 05:13:04,972 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-12 05:13:04,973 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/ports.json?device_id=2177748c-c3fb-4bc5-8ccd-b50cdb77dd72" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a4bf9ae446228d43a46afe49645f927f26710aca" 2018-08-12 05:13:05,027 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-d6dbeba6-73a0-4641-8e97-c9f9cd9fee1a Date: Sun, 12 Aug 2018 05:13:05 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"021be25d-bc85-45cc-ac51-87d4a0854245","tenant_id":"fa5a7fe6ee54472ba01638877aade8e3","created_at":"2018-08-12T05:12:58Z","admin_state_up":true,"updated_at":"2018-08-12T05:13:03Z","binding:vnic_type":"normal","device_id":"2177748c-c3fb-4bc5-8ccd-b50cdb77dd72","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:89:3a:b5","id":"d3b7257f-282f-4f0f-8def-fd35762e19ef","port_security_enabled":true,"project_id":"fa5a7fe6ee54472ba01638877aade8e3","fixed_ips":[{"subnet_id":"81c08797-4479-45c7-b872-8d55928edfda","ip_address":"192.168.120.7"}],"extra_dhcp_opts":[],"security_groups":["16ae63c2-e3b6-4a20-872b-73765b23fe73"],"name":""}]} 2018-08-12 05:13:05,027 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=2177748c-c3fb-4bc5-8ccd-b50cdb77dd72 used request id req-d6dbeba6-73a0-4641-8e97-c9f9cd9fee1a 2018-08-12 05:13:05,027 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0550479888916s 2018-08-12 05:13:05,028 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=2177748c-c3fb-4bc5-8ccd-b50cdb77dd72 used request id req-d6dbeba6-73a0-4641-8e97-c9f9cd9fee1a 2018-08-12 05:13:05,031 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-12 05:13:05,032 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/floatingips.json?port_id=d3b7257f-282f-4f0f-8def-fd35762e19ef" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a4bf9ae446228d43a46afe49645f927f26710aca" 2018-08-12 05:13:05,049 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-9654d4a1-0182-4daf-8c3d-0f28938c409d Date: Sun, 12 Aug 2018 05:13:05 GMT RESP BODY: {"floatingips": []} 2018-08-12 05:13:05,049 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=d3b7257f-282f-4f0f-8def-fd35762e19ef used request id req-9654d4a1-0182-4daf-8c3d-0f28938c409d 2018-08-12 05:13:05,049 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0179679393768s 2018-08-12 05:13:05,049 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=d3b7257f-282f-4f0f-8def-fd35762e19ef used request id req-9654d4a1-0182-4daf-8c3d-0f28938c409d 2018-08-12 05:13:05,050 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_f9786068-d10c-4d66-a951-f1b8f1e26579': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:89:3a:b5', 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'53f79f6e-5424-434d-baec-5c9602bebac3'}), 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-12T05:13:03.000000', 'flavor': Munch({u'id': u'd25ecd00-82c5-4030-b5ea-8d954c20557d'}), 'az': u'nova', 'id': u'2177748c-c3fb-4bc5-8ccd-b50cdb77dd72', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'cfa3a695a05f4e819dc780ea348cc402', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'fa5a7fe6ee54472ba01638877aade8e3', 'name': 'vping_userdata-project_f9786068-d10c-4d66-a951-f1b8f1e26579', '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-12T05:13:03.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-12T05:13:03Z', 'hostId': u'6184ec1e0ba4e1010ea3769701cfe743a985e4545e0da08151c0a389', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.7', 'cloud': 'envvars', 'host_id': u'6184ec1e0ba4e1010ea3769701cfe743a985e4545e0da08151c0a389', '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-12T05:13:03.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'fa5a7fe6ee54472ba01638877aade8e3', 'name': u'vping_userdata-vm2_f9786068-d10c-4d66-a951-f1b8f1e26579', 'adminPass': u'3h4PHaZe2Uig', 'tenant_id': u'fa5a7fe6ee54472ba01638877aade8e3', 'created_at': u'2018-08-12T05:12:57Z', 'created': u'2018-08-12T05:12:57Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-12 05:13:05,050 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Waiting for ping... 2018-08-12 05:13:06,052 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 05:13:06,054 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a4bf9ae446228d43a46afe49645f927f26710aca" 2018-08-12 05:13:06,273 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:13: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-7595ed2b-e4d1-42d2-8f93-fac282ed103a x-compute-request-id: req-7595ed2b-e4d1-42d2-8f93-fac282ed103a Content-Encoding: gzip Content-Length: 865 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_f9786068-d10c-4d66-a951-f1b8f1e26579": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:89:3a:b5", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/2177748c-c3fb-4bc5-8ccd-b50cdb77dd72", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/2177748c-c3fb-4bc5-8ccd-b50cdb77dd72", "rel": "bookmark"}], "image": {"id": "53f79f6e-5424-434d-baec-5c9602bebac3", "links": [{"href": "http://172.30.9.21:8774/images/53f79f6e-5424-434d-baec-5c9602bebac3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T05:13:03.000000", "flavor": {"id": "d25ecd00-82c5-4030-b5ea-8d954c20557d", "links": [{"href": "http://172.30.9.21:8774/flavors/d25ecd00-82c5-4030-b5ea-8d954c20557d", "rel": "bookmark"}]}, "id": "2177748c-c3fb-4bc5-8ccd-b50cdb77dd72", "security_groups": [{"name": "default"}], "user_id": "cfa3a695a05f4e819dc780ea348cc402", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T05:13:03Z", "hostId": "6184ec1e0ba4e1010ea3769701cfe743a985e4545e0da08151c0a389", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_f9786068-d10c-4d66-a951-f1b8f1e26579", "created": "2018-08-12T05:12:57Z", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_f9786068-d10c-4d66-a951-f1b8f1e26579": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:4d:4c", "version": 4, "addr": "192.168.120.27", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/b59c0f00-f2de-47ba-9015-e707a6d9e27b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/b59c0f00-f2de-47ba-9015-e707a6d9e27b", "rel": "bookmark"}], "image": {"id": "53f79f6e-5424-434d-baec-5c9602bebac3", "links": [{"href": "http://172.30.9.21:8774/images/53f79f6e-5424-434d-baec-5c9602bebac3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T05:12:51.000000", "flavor": {"id": "d25ecd00-82c5-4030-b5ea-8d954c20557d", "links": [{"href": "http://172.30.9.21:8774/flavors/d25ecd00-82c5-4030-b5ea-8d954c20557d", "rel": "bookmark"}]}, "id": "b59c0f00-f2de-47ba-9015-e707a6d9e27b", "security_groups": [{"name": "default"}], "user_id": "cfa3a695a05f4e819dc780ea348cc402", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T05:12:51Z", "hostId": "58431f003d75ab2b611fd006863ca00fb67d3b767b7210cd18f6341a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_f9786068-d10c-4d66-a951-f1b8f1e26579", "created": "2018-08-12T05:12:45Z", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 05:13:06,273 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-7595ed2b-e4d1-42d2-8f93-fac282ed103a 2018-08-12 05:13:06,274 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.221852064133s 2018-08-12 05:13:06,274 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-7595ed2b-e4d1-42d2-8f93-fac282ed103a 2018-08-12 05:13:06,276 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-12 05:13:06,278 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/2177748c-c3fb-4bc5-8ccd-b50cdb77dd72/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}a4bf9ae446228d43a46afe49645f927f26710aca" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 05:13:06,564 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:13: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-380394e5-dca5-4402-b374-902f6c92773b x-compute-request-id: req-380394e5-dca5-4402-b374-902f6c92773b Content-Encoding: gzip Content-Length: 7919 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 464367046 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.143662] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.145413] pid_max: default: 32768 minimum: 301\n[ 0.146359] ACPI: Core revision 20150930\n[ 0.147786] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.149171] Security Framework initialized\n[ 0.150037] Yama: becoming mindful.\n[ 0.150819] AppArmor: AppArmor initialized\n[ 0.151723] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.153124] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.154475] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155748] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157240] Initializing cgroup subsys io\n[ 0.158100] Initializing cgroup subsys memory\n[ 0.159021] Initializing cgroup subsys devices\n[ 0.159955] Initializing cgroup subsys freezer\n[ 0.160867] Initializing cgroup subsys net_cls\n[ 0.161779] Initializing cgroup subsys perf_event\n[ 0.162749] Initializing cgroup subsys net_prio\n[ 0.163686] Initializing cgroup subsys hugetlb\n[ 0.164600] Initializing cgroup subsys pids\n[ 0.165509] CPU: Physical Processor ID: 0\n[ 0.167079] mce: CPU supports 10 MCE banks\n[ 0.167983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.169038] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.185584] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.191909] ftrace: allocating 31920 entries in 125 pages\n[ 0.217752] smpboot: Max logical packages: 1\n[ 0.218666] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.220083] x2apic enabled\n[ 0.220915] Switched APIC routing to physical x2apic.\n[ 0.222693] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.223889] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.226003] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.227906] KVM setup paravirtual spinlock\n[ 0.229253] x86: Booted up 1 node, 1 CPUs\n[ 0.230111] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.231578] devtmpfs: initialized\n[ 0.233327] evm: security.selinux\n[ 0.234073] evm: security.SMACK64\n[ 0.234803] evm: security.SMACK64EXEC\n[ 0.235584] evm: security.SMACK64TRANSMUTE\n[ 0.236438] evm: security.SMACK64MMAP\n[ 0.237226] evm: security.ima\n[ 0.237897] evm: security.capability\n[ 0.238743] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.240719] pinctrl core: initialized pinctrl subsystem\n[ 0.241880] RTC time: 5:13:03, date: 08/12/18\n[ 0.242896] NET: Registered protocol family 16\n[ 0.243943] cpuidle: using governor ladder\n[ 0.244823] cpuidle: using governor menu\n[ 0.245659] PCCT header not found.\n[ 0.246450] ACPI: bus type PCI registered\n[ 0.247300] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.248620] PCI: Using configuration type 1 for base access\n[ 0.250449] ACPI: Added _OSI(Module Device)\n[ 0.251346] ACPI: Added _OSI(Processor Device)\n[ 0.252257] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.253206] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.255025] ACPI: Interpreter enabled\n[ 0.255833] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.257779] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.259729] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.261671] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.263610] ACPI: (supports S0 S5)\n[ 0.264349] ACPI: Using IOAPIC for interrupt routing\n[ 0.265347] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.268579] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.269791] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.271119] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.272388] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.274743] acpiphp: Slot [3] registered\n[ 0.275592] acpiphp: Slot [4] registered\n[ 0.276443] acpiphp: Slot [5] registered\n[ 0.277290] acpiphp: Slot [6] registered\n[ 0.278137] acpiphp: Slot [7] registered\n[ 0.278990] acpiphp: Slot [8] registered\n[ 0.279838] acpiphp: Slot [9] registered\n[ 0.280683] acpiphp: Slot [10] registered\n[ 0.281534] acpiphp: Slot [11] registered\n[ 0.282391] acpiphp: Slot [12] registered\n[ 0.283252] acpiphp: Slot [13] registered\n[ 0.284111] acpiphp: Slot [14] registered\n[ 0.284973] acpiphp: Slot [15] registered\n[ 0.295861] acpiphp: Slot [16] registered\n[ 0.296738] acpiphp: Slot [17] registered\n[ 0.297603] acpiphp: Slot [18] registered\n[ 0.298459] acpiphp: Slot [19] registered\n[ 0.299320] acpiphp: Slot [20] registered\n[ 0.300184] acpiphp: Slot [21] registered\n[ 0.301044] acpiphp: Slot [22] registered\n[ 0.301904] acpiphp: Slot [23] registered\n[ 0.302760] acpiphp: Slot [24] registered\n[ 0.303621] acpiphp: Slot [25] registered\n[ 0.304478] acpiphp: Slot [26] registered\n[ 0.305430] acpiphp: Slot [27] registered\n[ 0.306299] acpiphp: Slot [28] registered\n[ 0.307156] acpiphp: Slot [29] registered\n[ 0.308030] acpiphp: Slot [30] registered\n[ 0.308903] acpiphp: Slot [31] registered\n[ 0.309754] PCI host bridge to bus 0000:00\n[ 0.310608] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.311892] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.313178] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.314710] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.316241] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.317799] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.321267] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.322630] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.323921] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.325457] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.329080] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.330947] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.350781] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353122] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354611] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356093] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357554] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358880] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360266] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361383] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363018] vgaarb: loaded\n[ 0.363654] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364942] SCSI subsystem initialized\n[ 0.365909] ACPI: bus type USB registered\n[ 0.366789] usbcore: registered new interface driver usbfs\n[ 0.367886] usbcore: registered new interface driver hub\n[ 0.368960] usbcore: registered new device driver usb\n[ 0.370139] PCI: Using ACPI for IRQ routing\n[ 0.371319] NetLabel: Initializing\n[ 0.372084] NetLabel: domain hash size = 128\n[ 0.372989] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374003] NetLabel: unlabeled traffic allowed by default\n[ 0.375228] clocksource: Switched to clocksource kvm-clock\n[ 0.383491] AppArmor: AppArmor Filesystem Enabled\n[ 0.384531] pnp: PnP ACPI init\n[ 0.385513] pnp: PnP ACPI: found 5 devices\n[ 0.391980] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393804] NET: Registered protocol family 2\n[ 0.394916] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396297] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397595] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398863] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400018] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401291] NET: Registered protocol family 1\n[ 0.402225] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.403395] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.404537] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.418659] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432849] Trying to unpack rootfs image as initramfs...\n[ 0.489884] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.491667] Scanning for low memory corruption every 60 seconds\n[ 0.493094] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.494349] audit: initializing netlink subsys (disabled)\n[ 0.495486] audit: type=2000 audit(1534050784.271:1): initialized\n[ 0.496904] Initialise system trusted keyring\n[ 0.497900] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499130] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501340] zbud: loaded\n[ 0.502118] VFS: Disk quotas dquot_6.6.0\n[ 0.502993] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504683] fuse init (API version 7.23)\n[ 0.505638] Key type big_key registered\n[ 0.506482] Allocating IMA MOK and blacklist keyrings.\n[ 0.507787] Key type asymmetric registered\n[ 0.508661] Asymmetric key parser 'x509' registered\n[ 0.509669] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511276] io scheduler noop registered\n[ 0.512115] io scheduler deadline registered (default)\n[ 0.513166] io scheduler cfq registered\n[ 0.514054] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515152] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516492] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.518022] ACPI: Power Button [PWRF]\n[ 0.518931] GHES: HEST is not enabled!\n[ 0.532664] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.560484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.562662] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.586311] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.588738] Linux agpgart interface v0.103\n[ 0.591508] brd: module loaded\n[ 0.593260] loop: module loaded\n[ 0.597229] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.601181] GPT:90111 != 2097151\n[ 0.602139] GPT:Alternate GPT header not at the end of the disk.\n[ 0.603301] GPT:90111 != 2097151\n[ 0.604015] GPT: Use GNU Parted to correct GPT errors.\n[ 0.605083] vda: vda1 vda15\n[ 0.608466] scsi host0: ata_piix\n[ 0.609318] scsi host1: ata_piix\n[ 0.610087] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.611376] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.613014] libphy: Fixed MDIO Bus: probed\n[ 0.613890] tun: Universal TUN/TAP device driver, 1.6\n[ 0.614903] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.617858] PPP generic driver version 2.4.2\n[ 0.618859] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.620155] ehci-pci: EHCI PCI platform driver\n[ 0.621102] ehci-platform: EHCI generic platform driver\n[ 0.622155] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.623360] ohci-pci: OHCI PCI platform driver\n[ 0.624295] ohci-platform: OHCI generic platform driver\n[ 0.625359] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.639857] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.640950] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642512] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.643600] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.644881] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646187] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647683] usb usb1: Product: UHCI Host Controller\n[ 0.648671] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.649877] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.650965] hub 1-0:1.0: USB hub found\n[ 0.651816] hub 1-0:1.0: 2 ports detected\n[ 0.652902] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655205] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656252] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657389] mousedev: PS/2 mouse device common for all mice\n[ 0.658999] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.661027] rtc_cmos 00:00: RTC can wake from S4\n[ 0.662258] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.663546] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.664839] i2c /dev entries driver\n[ 0.665686] device-mapper: uevent: version 1.0.3\n[ 0.666733] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.668506] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.670303] NET: Registered protocol family 10\n[ 0.671781] NET: Registered protocol family 17\n[ 0.672764] Key type dns_resolver registered\n[ 0.673919] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.675100] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.677076] registered taskstats version 1\n[ 0.678000] Loading compiled-in X.509 certificates\n[ 0.679653] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.681679] zswap: loaded using pool lzo/zbud\n[ 0.683845] Key type trusted registered\n[ 0.685781] Key type encrypted registered\n[ 0.686667] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.687815] ima: No TPM chip found, activating TPM-bypass!\n[ 0.688957] evm: HMAC attrs: 0x1\n[ 0.690031] Magic number: 14:608:213\n[ 0.690989] rtc_cmos 00:00: setting system clock to 2018-08-12 05:13:04 UTC (1534050784)\n[ 0.692752] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693935] EDD information not available.\n[ 0.773550] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.785423] Write protecting the kernel read-only data: 14336k\n[ 0.788937] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791091] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.74\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.949282] random: dd urandom read with 4 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.7...\nLease of 192.168.120.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.84. 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 05:13:06,565 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/2177748c-c3fb-4bc5-8ccd-b50cdb77dd72/action used request id req-380394e5-dca5-4402-b374-902f6c92773b 2018-08-12 05:13:06,565 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.288820028305s 2018-08-12 05:13:06,566 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/2177748c-c3fb-4bc5-8ccd-b50cdb77dd72/action used request id req-380394e5-dca5-4402-b374-902f6c92773b 2018-08-12 05:13:06,566 - 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 464367046 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.143662] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.145413] pid_max: default: 32768 minimum: 301 [ 0.146359] ACPI: Core revision 20150930 [ 0.147786] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.149171] Security Framework initialized [ 0.150037] Yama: becoming mindful. [ 0.150819] AppArmor: AppArmor initialized [ 0.151723] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.153124] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.154475] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.155748] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.157240] Initializing cgroup subsys io [ 0.158100] Initializing cgroup subsys memory [ 0.159021] Initializing cgroup subsys devices [ 0.159955] Initializing cgroup subsys freezer [ 0.160867] Initializing cgroup subsys net_cls [ 0.161779] Initializing cgroup subsys perf_event [ 0.162749] Initializing cgroup subsys net_prio [ 0.163686] Initializing cgroup subsys hugetlb [ 0.164600] Initializing cgroup subsys pids [ 0.165509] CPU: Physical Processor ID: 0 [ 0.167079] mce: CPU supports 10 MCE banks [ 0.167983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.169038] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.185584] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.191909] ftrace: allocating 31920 entries in 125 pages [ 0.217752] smpboot: Max logical packages: 1 [ 0.218666] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.220083] x2apic enabled [ 0.220915] Switched APIC routing to physical x2apic. [ 0.222693] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.223889] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.226003] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.227906] KVM setup paravirtual spinlock [ 0.229253] x86: Booted up 1 node, 1 CPUs [ 0.230111] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.231578] devtmpfs: initialized [ 0.233327] evm: security.selinux [ 0.234073] evm: security.SMACK64 [ 0.234803] evm: security.SMACK64EXEC [ 0.235584] evm: security.SMACK64TRANSMUTE [ 0.236438] evm: security.SMACK64MMAP [ 0.237226] evm: security.ima [ 0.237897] evm: security.capability [ 0.238743] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.240719] pinctrl core: initialized pinctrl subsystem [ 0.241880] RTC time: 5:13:03, date: 08/12/18 [ 0.242896] NET: Registered protocol family 16 [ 0.243943] cpuidle: using governor ladder [ 0.244823] cpuidle: using governor menu [ 0.245659] PCCT header not found. [ 0.246450] ACPI: bus type PCI registered [ 0.247300] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.248620] PCI: Using configuration type 1 for base access [ 0.250449] ACPI: Added _OSI(Module Device) [ 0.251346] ACPI: Added _OSI(Processor Device) [ 0.252257] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.253206] ACPI: Added _OSI(Processor Aggregator Device) [ 0.255025] ACPI: Interpreter enabled [ 0.255833] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.257779] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.259729] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.261671] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.263610] ACPI: (supports S0 S5) [ 0.264349] ACPI: Using IOAPIC for interrupt routing [ 0.265347] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.268579] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.269791] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.271119] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.272388] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.274743] acpiphp: Slot [3] registered [ 0.275592] acpiphp: Slot [4] registered [ 0.276443] acpiphp: Slot [5] registered [ 0.277290] acpiphp: Slot [6] registered [ 0.278137] acpiphp: Slot [7] registered [ 0.278990] acpiphp: Slot [8] registered [ 0.279838] acpiphp: Slot [9] registered [ 0.280683] acpiphp: Slot [10] registered [ 0.281534] acpiphp: Slot [11] registered [ 0.282391] acpiphp: Slot [12] registered [ 0.283252] acpiphp: Slot [13] registered [ 0.284111] acpiphp: Slot [14] registered [ 0.284973] acpiphp: Slot [15] registered [ 0.295861] acpiphp: Slot [16] registered [ 0.296738] acpiphp: Slot [17] registered [ 0.297603] acpiphp: Slot [18] registered [ 0.298459] acpiphp: Slot [19] registered [ 0.299320] acpiphp: Slot [20] registered [ 0.300184] acpiphp: Slot [21] registered [ 0.301044] acpiphp: Slot [22] registered [ 0.301904] acpiphp: Slot [23] registered [ 0.302760] acpiphp: Slot [24] registered [ 0.303621] acpiphp: Slot [25] registered [ 0.304478] acpiphp: Slot [26] registered [ 0.305430] acpiphp: Slot [27] registered [ 0.306299] acpiphp: Slot [28] registered [ 0.307156] acpiphp: Slot [29] registered [ 0.308030] acpiphp: Slot [30] registered [ 0.308903] acpiphp: Slot [31] registered [ 0.309754] PCI host bridge to bus 0000:00 [ 0.310608] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.311892] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.313178] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.314710] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.316241] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.317799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.321267] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.322630] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.323921] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.325457] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.329080] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.330947] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350781] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.353122] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.354611] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.356093] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.357554] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.358880] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.360266] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.361383] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.363018] vgaarb: loaded [ 0.363654] vgaarb: bridge control possible 0000:00:02.0 [ 0.364942] SCSI subsystem initialized [ 0.365909] ACPI: bus type USB registered [ 0.366789] usbcore: registered new interface driver usbfs [ 0.367886] usbcore: registered new interface driver hub [ 0.368960] usbcore: registered new device driver usb [ 0.370139] PCI: Using ACPI for IRQ routing [ 0.371319] NetLabel: Initializing [ 0.372084] NetLabel: domain hash size = 128 [ 0.372989] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.374003] NetLabel: unlabeled traffic allowed by default [ 0.375228] clocksource: Switched to clocksource kvm-clock [ 0.383491] AppArmor: AppArmor Filesystem Enabled [ 0.384531] pnp: PnP ACPI init [ 0.385513] pnp: PnP ACPI: found 5 devices [ 0.391980] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.393804] NET: Registered protocol family 2 [ 0.394916] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.396297] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.397595] TCP: Hash tables configured (established 4096 bind 4096) [ 0.398863] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.400018] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.401291] NET: Registered protocol family 1 [ 0.402225] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.403395] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.404537] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.418659] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.432849] Trying to unpack rootfs image as initramfs... [ 0.489884] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.491667] Scanning for low memory corruption every 60 seconds [ 0.493094] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.494349] audit: initializing netlink subsys (disabled) [ 0.495486] audit: type=2000 audit(1534050784.271:1): initialized [ 0.496904] Initialise system trusted keyring [ 0.497900] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.499130] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.501340] zbud: loaded [ 0.502118] VFS: Disk quotas dquot_6.6.0 [ 0.502993] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.504683] fuse init (API version 7.23) [ 0.505638] Key type big_key registered [ 0.506482] Allocating IMA MOK and blacklist keyrings. [ 0.507787] Key type asymmetric registered [ 0.508661] Asymmetric key parser 'x509' registered [ 0.509669] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.511276] io scheduler noop registered [ 0.512115] io scheduler deadline registered (default) [ 0.513166] io scheduler cfq registered [ 0.514054] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.515152] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.516492] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.518022] ACPI: Power Button [PWRF] [ 0.518931] GHES: HEST is not enabled! [ 0.532664] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.560484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.562662] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.586311] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.588738] Linux agpgart interface v0.103 [ 0.591508] brd: module loaded [ 0.593260] loop: module loaded [ 0.597229] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.601181] GPT:90111 != 2097151 [ 0.602139] GPT:Alternate GPT header not at the end of the disk. [ 0.603301] GPT:90111 != 2097151 [ 0.604015] GPT: Use GNU Parted to correct GPT errors. [ 0.605083] vda: vda1 vda15 [ 0.608466] scsi host0: ata_piix [ 0.609318] scsi host1: ata_piix [ 0.610087] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.611376] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.613014] libphy: Fixed MDIO Bus: probed [ 0.613890] tun: Universal TUN/TAP device driver, 1.6 [ 0.614903] tun: (C) 1999-2004 Max Krasnyansky [ 0.617858] PPP generic driver version 2.4.2 [ 0.618859] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.620155] ehci-pci: EHCI PCI platform driver [ 0.621102] ehci-platform: EHCI generic platform driver [ 0.622155] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.623360] ohci-pci: OHCI PCI platform driver [ 0.624295] ohci-platform: OHCI generic platform driver [ 0.625359] uhci_hcd: USB Universal Host Controller Interface driver [ 0.639857] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.640950] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.642512] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.643600] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.644881] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.646187] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.647683] usb usb1: Product: UHCI Host Controller [ 0.648671] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.649877] usb usb1: SerialNumber: 0000:00:01.2 [ 0.650965] hub 1-0:1.0: USB hub found [ 0.651816] hub 1-0:1.0: 2 ports detected [ 0.652902] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.655205] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.656252] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.657389] mousedev: PS/2 mouse device common for all mice [ 0.658999] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.661027] rtc_cmos 00:00: RTC can wake from S4 [ 0.662258] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.663546] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.664839] i2c /dev entries driver [ 0.665686] device-mapper: uevent: version 1.0.3 [ 0.666733] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.668506] ledtrig-cpu: registered to indicate activity on CPUs [ 0.670303] NET: Registered protocol family 10 [ 0.671781] NET: Registered protocol family 17 [ 0.672764] Key type dns_resolver registered [ 0.673919] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.675100] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.677076] registered taskstats version 1 [ 0.678000] Loading compiled-in X.509 certificates [ 0.679653] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.681679] zswap: loaded using pool lzo/zbud [ 0.683845] Key type trusted registered [ 0.685781] Key type encrypted registered [ 0.686667] AppArmor: AppArmor sha1 policy hashing enabled [ 0.687815] ima: No TPM chip found, activating TPM-bypass! [ 0.688957] evm: HMAC attrs: 0x1 [ 0.690031] Magic number: 14:608:213 [ 0.690989] rtc_cmos 00:00: setting system clock to 2018-08-12 05:13:04 UTC (1534050784) [ 0.692752] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.693935] EDD information not available. [ 0.773550] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.785423] Write protecting the kernel read-only data: 14336k [ 0.788937] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.791091] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.74 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 0.949282] random: dd urandom read with 4 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.7... Lease of 192.168.120.7 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.84. 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 05:13:06,567 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.27. Waiting for response... 2018-08-12 05:13:07,568 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 05:13:07,571 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a4bf9ae446228d43a46afe49645f927f26710aca" 2018-08-12 05:13:08,114 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:13: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-e01f9511-35c6-4bb2-a8b8-442609aa6c33 x-compute-request-id: req-e01f9511-35c6-4bb2-a8b8-442609aa6c33 Content-Encoding: gzip Content-Length: 865 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_f9786068-d10c-4d66-a951-f1b8f1e26579": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:89:3a:b5", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/2177748c-c3fb-4bc5-8ccd-b50cdb77dd72", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/2177748c-c3fb-4bc5-8ccd-b50cdb77dd72", "rel": "bookmark"}], "image": {"id": "53f79f6e-5424-434d-baec-5c9602bebac3", "links": [{"href": "http://172.30.9.21:8774/images/53f79f6e-5424-434d-baec-5c9602bebac3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T05:13:03.000000", "flavor": {"id": "d25ecd00-82c5-4030-b5ea-8d954c20557d", "links": [{"href": "http://172.30.9.21:8774/flavors/d25ecd00-82c5-4030-b5ea-8d954c20557d", "rel": "bookmark"}]}, "id": "2177748c-c3fb-4bc5-8ccd-b50cdb77dd72", "security_groups": [{"name": "default"}], "user_id": "cfa3a695a05f4e819dc780ea348cc402", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T05:13:03Z", "hostId": "6184ec1e0ba4e1010ea3769701cfe743a985e4545e0da08151c0a389", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_f9786068-d10c-4d66-a951-f1b8f1e26579", "created": "2018-08-12T05:12:57Z", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_f9786068-d10c-4d66-a951-f1b8f1e26579": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:4d:4c", "version": 4, "addr": "192.168.120.27", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/b59c0f00-f2de-47ba-9015-e707a6d9e27b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/b59c0f00-f2de-47ba-9015-e707a6d9e27b", "rel": "bookmark"}], "image": {"id": "53f79f6e-5424-434d-baec-5c9602bebac3", "links": [{"href": "http://172.30.9.21:8774/images/53f79f6e-5424-434d-baec-5c9602bebac3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T05:12:51.000000", "flavor": {"id": "d25ecd00-82c5-4030-b5ea-8d954c20557d", "links": [{"href": "http://172.30.9.21:8774/flavors/d25ecd00-82c5-4030-b5ea-8d954c20557d", "rel": "bookmark"}]}, "id": "b59c0f00-f2de-47ba-9015-e707a6d9e27b", "security_groups": [{"name": "default"}], "user_id": "cfa3a695a05f4e819dc780ea348cc402", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T05:12:51Z", "hostId": "58431f003d75ab2b611fd006863ca00fb67d3b767b7210cd18f6341a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_f9786068-d10c-4d66-a951-f1b8f1e26579", "created": "2018-08-12T05:12:45Z", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 05:13:08,114 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-e01f9511-35c6-4bb2-a8b8-442609aa6c33 2018-08-12 05:13:08,114 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.545912981033s 2018-08-12 05:13:08,115 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-e01f9511-35c6-4bb2-a8b8-442609aa6c33 2018-08-12 05:13:08,118 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-12 05:13:08,121 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/2177748c-c3fb-4bc5-8ccd-b50cdb77dd72/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}a4bf9ae446228d43a46afe49645f927f26710aca" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 05:13:08,221 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05: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-3c174f94-3a66-41ed-bd65-96ca8284586a x-compute-request-id: req-3c174f94-3a66-41ed-bd65-96ca8284586a Content-Encoding: gzip Content-Length: 9562 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 464367046 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.143662] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.145413] pid_max: default: 32768 minimum: 301\n[ 0.146359] ACPI: Core revision 20150930\n[ 0.147786] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.149171] Security Framework initialized\n[ 0.150037] Yama: becoming mindful.\n[ 0.150819] AppArmor: AppArmor initialized\n[ 0.151723] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.153124] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.154475] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155748] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157240] Initializing cgroup subsys io\n[ 0.158100] Initializing cgroup subsys memory\n[ 0.159021] Initializing cgroup subsys devices\n[ 0.159955] Initializing cgroup subsys freezer\n[ 0.160867] Initializing cgroup subsys net_cls\n[ 0.161779] Initializing cgroup subsys perf_event\n[ 0.162749] Initializing cgroup subsys net_prio\n[ 0.163686] Initializing cgroup subsys hugetlb\n[ 0.164600] Initializing cgroup subsys pids\n[ 0.165509] CPU: Physical Processor ID: 0\n[ 0.167079] mce: CPU supports 10 MCE banks\n[ 0.167983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.169038] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.185584] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.191909] ftrace: allocating 31920 entries in 125 pages\n[ 0.217752] smpboot: Max logical packages: 1\n[ 0.218666] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.220083] x2apic enabled\n[ 0.220915] Switched APIC routing to physical x2apic.\n[ 0.222693] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.223889] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.226003] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.227906] KVM setup paravirtual spinlock\n[ 0.229253] x86: Booted up 1 node, 1 CPUs\n[ 0.230111] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.231578] devtmpfs: initialized\n[ 0.233327] evm: security.selinux\n[ 0.234073] evm: security.SMACK64\n[ 0.234803] evm: security.SMACK64EXEC\n[ 0.235584] evm: security.SMACK64TRANSMUTE\n[ 0.236438] evm: security.SMACK64MMAP\n[ 0.237226] evm: security.ima\n[ 0.237897] evm: security.capability\n[ 0.238743] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.240719] pinctrl core: initialized pinctrl subsystem\n[ 0.241880] RTC time: 5:13:03, date: 08/12/18\n[ 0.242896] NET: Registered protocol family 16\n[ 0.243943] cpuidle: using governor ladder\n[ 0.244823] cpuidle: using governor menu\n[ 0.245659] PCCT header not found.\n[ 0.246450] ACPI: bus type PCI registered\n[ 0.247300] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.248620] PCI: Using configuration type 1 for base access\n[ 0.250449] ACPI: Added _OSI(Module Device)\n[ 0.251346] ACPI: Added _OSI(Processor Device)\n[ 0.252257] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.253206] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.255025] ACPI: Interpreter enabled\n[ 0.255833] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.257779] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.259729] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.261671] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.263610] ACPI: (supports S0 S5)\n[ 0.264349] ACPI: Using IOAPIC for interrupt routing\n[ 0.265347] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.268579] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.269791] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.271119] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.272388] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.274743] acpiphp: Slot [3] registered\n[ 0.275592] acpiphp: Slot [4] registered\n[ 0.276443] acpiphp: Slot [5] registered\n[ 0.277290] acpiphp: Slot [6] registered\n[ 0.278137] acpiphp: Slot [7] registered\n[ 0.278990] acpiphp: Slot [8] registered\n[ 0.279838] acpiphp: Slot [9] registered\n[ 0.280683] acpiphp: Slot [10] registered\n[ 0.281534] acpiphp: Slot [11] registered\n[ 0.282391] acpiphp: Slot [12] registered\n[ 0.283252] acpiphp: Slot [13] registered\n[ 0.284111] acpiphp: Slot [14] registered\n[ 0.284973] acpiphp: Slot [15] registered\n[ 0.295861] acpiphp: Slot [16] registered\n[ 0.296738] acpiphp: Slot [17] registered\n[ 0.297603] acpiphp: Slot [18] registered\n[ 0.298459] acpiphp: Slot [19] registered\n[ 0.299320] acpiphp: Slot [20] registered\n[ 0.300184] acpiphp: Slot [21] registered\n[ 0.301044] acpiphp: Slot [22] registered\n[ 0.301904] acpiphp: Slot [23] registered\n[ 0.302760] acpiphp: Slot [24] registered\n[ 0.303621] acpiphp: Slot [25] registered\n[ 0.304478] acpiphp: Slot [26] registered\n[ 0.305430] acpiphp: Slot [27] registered\n[ 0.306299] acpiphp: Slot [28] registered\n[ 0.307156] acpiphp: Slot [29] registered\n[ 0.308030] acpiphp: Slot [30] registered\n[ 0.308903] acpiphp: Slot [31] registered\n[ 0.309754] PCI host bridge to bus 0000:00\n[ 0.310608] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.311892] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.313178] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.314710] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.316241] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.317799] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.321267] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.322630] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.323921] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.325457] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.329080] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.330947] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.350781] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353122] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354611] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356093] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357554] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358880] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360266] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361383] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363018] vgaarb: loaded\n[ 0.363654] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364942] SCSI subsystem initialized\n[ 0.365909] ACPI: bus type USB registered\n[ 0.366789] usbcore: registered new interface driver usbfs\n[ 0.367886] usbcore: registered new interface driver hub\n[ 0.368960] usbcore: registered new device driver usb\n[ 0.370139] PCI: Using ACPI for IRQ routing\n[ 0.371319] NetLabel: Initializing\n[ 0.372084] NetLabel: domain hash size = 128\n[ 0.372989] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374003] NetLabel: unlabeled traffic allowed by default\n[ 0.375228] clocksource: Switched to clocksource kvm-clock\n[ 0.383491] AppArmor: AppArmor Filesystem Enabled\n[ 0.384531] pnp: PnP ACPI init\n[ 0.385513] pnp: PnP ACPI: found 5 devices\n[ 0.391980] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393804] NET: Registered protocol family 2\n[ 0.394916] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396297] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397595] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398863] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400018] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401291] NET: Registered protocol family 1\n[ 0.402225] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.403395] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.404537] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.418659] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432849] Trying to unpack rootfs image as initramfs...\n[ 0.489884] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.491667] Scanning for low memory corruption every 60 seconds\n[ 0.493094] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.494349] audit: initializing netlink subsys (disabled)\n[ 0.495486] audit: type=2000 audit(1534050784.271:1): initialized\n[ 0.496904] Initialise system trusted keyring\n[ 0.497900] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499130] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501340] zbud: loaded\n[ 0.502118] VFS: Disk quotas dquot_6.6.0\n[ 0.502993] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504683] fuse init (API version 7.23)\n[ 0.505638] Key type big_key registered\n[ 0.506482] Allocating IMA MOK and blacklist keyrings.\n[ 0.507787] Key type asymmetric registered\n[ 0.508661] Asymmetric key parser 'x509' registered\n[ 0.509669] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511276] io scheduler noop registered\n[ 0.512115] io scheduler deadline registered (default)\n[ 0.513166] io scheduler cfq registered\n[ 0.514054] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515152] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516492] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.518022] ACPI: Power Button [PWRF]\n[ 0.518931] GHES: HEST is not enabled!\n[ 0.532664] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.560484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.562662] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.586311] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.588738] Linux agpgart interface v0.103\n[ 0.591508] brd: module loaded\n[ 0.593260] loop: module loaded\n[ 0.597229] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.601181] GPT:90111 != 2097151\n[ 0.602139] GPT:Alternate GPT header not at the end of the disk.\n[ 0.603301] GPT:90111 != 2097151\n[ 0.604015] GPT: Use GNU Parted to correct GPT errors.\n[ 0.605083] vda: vda1 vda15\n[ 0.608466] scsi host0: ata_piix\n[ 0.609318] scsi host1: ata_piix\n[ 0.610087] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.611376] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.613014] libphy: Fixed MDIO Bus: probed\n[ 0.613890] tun: Universal TUN/TAP device driver, 1.6\n[ 0.614903] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.617858] PPP generic driver version 2.4.2\n[ 0.618859] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.620155] ehci-pci: EHCI PCI platform driver\n[ 0.621102] ehci-platform: EHCI generic platform driver\n[ 0.622155] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.623360] ohci-pci: OHCI PCI platform driver\n[ 0.624295] ohci-platform: OHCI generic platform driver\n[ 0.625359] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.639857] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.640950] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642512] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.643600] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.644881] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646187] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647683] usb usb1: Product: UHCI Host Controller\n[ 0.648671] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.649877] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.650965] hub 1-0:1.0: USB hub found\n[ 0.651816] hub 1-0:1.0: 2 ports detected\n[ 0.652902] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655205] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656252] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657389] mousedev: PS/2 mouse device common for all mice\n[ 0.658999] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.661027] rtc_cmos 00:00: RTC can wake from S4\n[ 0.662258] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.663546] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.664839] i2c /dev entries driver\n[ 0.665686] device-mapper: uevent: version 1.0.3\n[ 0.666733] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.668506] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.670303] NET: Registered protocol family 10\n[ 0.671781] NET: Registered protocol family 17\n[ 0.672764] Key type dns_resolver registered\n[ 0.673919] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.675100] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.677076] registered taskstats version 1\n[ 0.678000] Loading compiled-in X.509 certificates\n[ 0.679653] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.681679] zswap: loaded using pool lzo/zbud\n[ 0.683845] Key type trusted registered\n[ 0.685781] Key type encrypted registered\n[ 0.686667] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.687815] ima: No TPM chip found, activating TPM-bypass!\n[ 0.688957] evm: HMAC attrs: 0x1\n[ 0.690031] Magic number: 14:608:213\n[ 0.690989] rtc_cmos 00:00: setting system clock to 2018-08-12 05:13:04 UTC (1534050784)\n[ 0.692752] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693935] EDD information not available.\n[ 0.773550] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.785423] Write protecting the kernel read-only data: 14336k\n[ 0.788937] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791091] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.74\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.949282] random: dd urandom read with 4 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.7...\nLease of 192.168.120.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.84. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCgFYUb9dDnwYOWar1qfnN+cFQSVdrRUyuvCpTtB2cXkd53cUThq9glPIkA9G/SZBJHq7BixDWyn8L1NtQ5XATg1Pb9Ian5cqWQdBPC18iYNNHzvxvmGRJS89XAYErrYGYsH+JkdjPfV4di/1AKTV/XA7EmS9kG22JF1gGZ+FZLHHiMF8V+uTFBts8urRMPyAC2g/nDwmUbUByIbzq2h9q+Hk+eqle9vgo5Tqbqf7nKdi+P69VrAczmkBXo6LZC8NofHlVSxhRlWrPZKEnGi8A4uxawOhC7SrlLZkC4cgi55i9mjU0sbIrFblWMHA9Ip9+elhqoL895qC3aPTbXIQ/v root@vping-userdata-vm2-f9786068-d10c-4d66-a951-f1b8f1e26579\nssh-dss AAAAB3NzaC1kc3MAAACBAKPVEM6/lVCnmatht+Qr5nwirSazKc4LdERiQ6hi0ywE5zDp0nAInJ1YRV/haBoH2EC9kMLbtx2OLYmdcCc8OjgcPg9BAZOaGYRYeqVPq+cEH/blHiU+xjJcb0AvG1iy5epWXsbhwH7Nl2dWBc+DZwRrIp3uEFmhGpjI6dyqYoQZAAAAFQDjHB4mMJVlA/dOWNGmCMsxUgVHgwAAAIEAobr/wwP5fK0x35ADZGfMREO5KvTP8jMpwyOdnZyQqh/tvyDSZe1+CG0ufT6mB1uY82+K/UQRTxOUGGMjx8uuYhFgDr0vJEqA9W/tyH7NaIfQ86tRktrVASPAc4ag3mKOCVImEc50ZIuigiv8KGVDvEREvr1WeqCS1ChXl95hZTwAAACAEdEnx4kuVn06NEV9SL2CythTLCIkoXxcXJ6Ov7IbQbm0PX5VaUJveT9YbbNzoR85eKFkdk7kjRe/sh+cpk6bC/cnQLjlnMwrMxsJycw9b1QckeyYwWQON0ft+2ATB3EtjpPOfwSJYWFcylJZjcM4SFuRFc1y4K+s4NEpFu2+260= root@vping-userdata-vm2-f9786068-d10c-4d66-a951-f1b8f1e26579\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.7,24,fe80::f816:3eff:fe89:3ab5/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-f9786068-d10c-4d66-a951-f1b8f1e26579\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=3.31 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nvping-userdata-vm2-f9786068-d10c-4d66-a951-f1b8f1e26579 login: "} 2018-08-12 05:13:08,222 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/2177748c-c3fb-4bc5-8ccd-b50cdb77dd72/action used request id req-3c174f94-3a66-41ed-bd65-96ca8284586a 2018-08-12 05:13:08,222 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.103751182556s 2018-08-12 05:13:08,222 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/2177748c-c3fb-4bc5-8ccd-b50cdb77dd72/action used request id req-3c174f94-3a66-41ed-bd65-96ca8284586a 2018-08-12 05:13:08,223 - 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 464367046 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.143662] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.145413] pid_max: default: 32768 minimum: 301 [ 0.146359] ACPI: Core revision 20150930 [ 0.147786] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.149171] Security Framework initialized [ 0.150037] Yama: becoming mindful. [ 0.150819] AppArmor: AppArmor initialized [ 0.151723] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.153124] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.154475] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.155748] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.157240] Initializing cgroup subsys io [ 0.158100] Initializing cgroup subsys memory [ 0.159021] Initializing cgroup subsys devices [ 0.159955] Initializing cgroup subsys freezer [ 0.160867] Initializing cgroup subsys net_cls [ 0.161779] Initializing cgroup subsys perf_event [ 0.162749] Initializing cgroup subsys net_prio [ 0.163686] Initializing cgroup subsys hugetlb [ 0.164600] Initializing cgroup subsys pids [ 0.165509] CPU: Physical Processor ID: 0 [ 0.167079] mce: CPU supports 10 MCE banks [ 0.167983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.169038] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.185584] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.191909] ftrace: allocating 31920 entries in 125 pages [ 0.217752] smpboot: Max logical packages: 1 [ 0.218666] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.220083] x2apic enabled [ 0.220915] Switched APIC routing to physical x2apic. [ 0.222693] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.223889] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.226003] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.227906] KVM setup paravirtual spinlock [ 0.229253] x86: Booted up 1 node, 1 CPUs [ 0.230111] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.231578] devtmpfs: initialized [ 0.233327] evm: security.selinux [ 0.234073] evm: security.SMACK64 [ 0.234803] evm: security.SMACK64EXEC [ 0.235584] evm: security.SMACK64TRANSMUTE [ 0.236438] evm: security.SMACK64MMAP [ 0.237226] evm: security.ima [ 0.237897] evm: security.capability [ 0.238743] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.240719] pinctrl core: initialized pinctrl subsystem [ 0.241880] RTC time: 5:13:03, date: 08/12/18 [ 0.242896] NET: Registered protocol family 16 [ 0.243943] cpuidle: using governor ladder [ 0.244823] cpuidle: using governor menu [ 0.245659] PCCT header not found. [ 0.246450] ACPI: bus type PCI registered [ 0.247300] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.248620] PCI: Using configuration type 1 for base access [ 0.250449] ACPI: Added _OSI(Module Device) [ 0.251346] ACPI: Added _OSI(Processor Device) [ 0.252257] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.253206] ACPI: Added _OSI(Processor Aggregator Device) [ 0.255025] ACPI: Interpreter enabled [ 0.255833] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.257779] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.259729] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.261671] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.263610] ACPI: (supports S0 S5) [ 0.264349] ACPI: Using IOAPIC for interrupt routing [ 0.265347] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.268579] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.269791] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.271119] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.272388] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.274743] acpiphp: Slot [3] registered [ 0.275592] acpiphp: Slot [4] registered [ 0.276443] acpiphp: Slot [5] registered [ 0.277290] acpiphp: Slot [6] registered [ 0.278137] acpiphp: Slot [7] registered [ 0.278990] acpiphp: Slot [8] registered [ 0.279838] acpiphp: Slot [9] registered [ 0.280683] acpiphp: Slot [10] registered [ 0.281534] acpiphp: Slot [11] registered [ 0.282391] acpiphp: Slot [12] registered [ 0.283252] acpiphp: Slot [13] registered [ 0.284111] acpiphp: Slot [14] registered [ 0.284973] acpiphp: Slot [15] registered [ 0.295861] acpiphp: Slot [16] registered [ 0.296738] acpiphp: Slot [17] registered [ 0.297603] acpiphp: Slot [18] registered [ 0.298459] acpiphp: Slot [19] registered [ 0.299320] acpiphp: Slot [20] registered [ 0.300184] acpiphp: Slot [21] registered [ 0.301044] acpiphp: Slot [22] registered [ 0.301904] acpiphp: Slot [23] registered [ 0.302760] acpiphp: Slot [24] registered [ 0.303621] acpiphp: Slot [25] registered [ 0.304478] acpiphp: Slot [26] registered [ 0.305430] acpiphp: Slot [27] registered [ 0.306299] acpiphp: Slot [28] registered [ 0.307156] acpiphp: Slot [29] registered [ 0.308030] acpiphp: Slot [30] registered [ 0.308903] acpiphp: Slot [31] registered [ 0.309754] PCI host bridge to bus 0000:00 [ 0.310608] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.311892] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.313178] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.314710] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.316241] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.317799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.321267] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.322630] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.323921] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.325457] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.329080] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.330947] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350781] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.353122] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.354611] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.356093] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.357554] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.358880] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.360266] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.361383] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.363018] vgaarb: loaded [ 0.363654] vgaarb: bridge control possible 0000:00:02.0 [ 0.364942] SCSI subsystem initialized [ 0.365909] ACPI: bus type USB registered [ 0.366789] usbcore: registered new interface driver usbfs [ 0.367886] usbcore: registered new interface driver hub [ 0.368960] usbcore: registered new device driver usb [ 0.370139] PCI: Using ACPI for IRQ routing [ 0.371319] NetLabel: Initializing [ 0.372084] NetLabel: domain hash size = 128 [ 0.372989] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.374003] NetLabel: unlabeled traffic allowed by default [ 0.375228] clocksource: Switched to clocksource kvm-clock [ 0.383491] AppArmor: AppArmor Filesystem Enabled [ 0.384531] pnp: PnP ACPI init [ 0.385513] pnp: PnP ACPI: found 5 devices [ 0.391980] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.393804] NET: Registered protocol family 2 [ 0.394916] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.396297] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.397595] TCP: Hash tables configured (established 4096 bind 4096) [ 0.398863] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.400018] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.401291] NET: Registered protocol family 1 [ 0.402225] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.403395] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.404537] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.418659] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.432849] Trying to unpack rootfs image as initramfs... [ 0.489884] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.491667] Scanning for low memory corruption every 60 seconds [ 0.493094] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.494349] audit: initializing netlink subsys (disabled) [ 0.495486] audit: type=2000 audit(1534050784.271:1): initialized [ 0.496904] Initialise system trusted keyring [ 0.497900] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.499130] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.501340] zbud: loaded [ 0.502118] VFS: Disk quotas dquot_6.6.0 [ 0.502993] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.504683] fuse init (API version 7.23) [ 0.505638] Key type big_key registered [ 0.506482] Allocating IMA MOK and blacklist keyrings. [ 0.507787] Key type asymmetric registered [ 0.508661] Asymmetric key parser 'x509' registered [ 0.509669] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.511276] io scheduler noop registered [ 0.512115] io scheduler deadline registered (default) [ 0.513166] io scheduler cfq registered [ 0.514054] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.515152] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.516492] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.518022] ACPI: Power Button [PWRF] [ 0.518931] GHES: HEST is not enabled! [ 0.532664] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.560484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.562662] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.586311] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.588738] Linux agpgart interface v0.103 [ 0.591508] brd: module loaded [ 0.593260] loop: module loaded [ 0.597229] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.601181] GPT:90111 != 2097151 [ 0.602139] GPT:Alternate GPT header not at the end of the disk. [ 0.603301] GPT:90111 != 2097151 [ 0.604015] GPT: Use GNU Parted to correct GPT errors. [ 0.605083] vda: vda1 vda15 [ 0.608466] scsi host0: ata_piix [ 0.609318] scsi host1: ata_piix [ 0.610087] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.611376] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.613014] libphy: Fixed MDIO Bus: probed [ 0.613890] tun: Universal TUN/TAP device driver, 1.6 [ 0.614903] tun: (C) 1999-2004 Max Krasnyansky [ 0.617858] PPP generic driver version 2.4.2 [ 0.618859] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.620155] ehci-pci: EHCI PCI platform driver [ 0.621102] ehci-platform: EHCI generic platform driver [ 0.622155] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.623360] ohci-pci: OHCI PCI platform driver [ 0.624295] ohci-platform: OHCI generic platform driver [ 0.625359] uhci_hcd: USB Universal Host Controller Interface driver [ 0.639857] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.640950] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.642512] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.643600] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.644881] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.646187] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.647683] usb usb1: Product: UHCI Host Controller [ 0.648671] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.649877] usb usb1: SerialNumber: 0000:00:01.2 [ 0.650965] hub 1-0:1.0: USB hub found [ 0.651816] hub 1-0:1.0: 2 ports detected [ 0.652902] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.655205] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.656252] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.657389] mousedev: PS/2 mouse device common for all mice [ 0.658999] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.661027] rtc_cmos 00:00: RTC can wake from S4 [ 0.662258] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.663546] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.664839] i2c /dev entries driver [ 0.665686] device-mapper: uevent: version 1.0.3 [ 0.666733] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.668506] ledtrig-cpu: registered to indicate activity on CPUs [ 0.670303] NET: Registered protocol family 10 [ 0.671781] NET: Registered protocol family 17 [ 0.672764] Key type dns_resolver registered [ 0.673919] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.675100] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.677076] registered taskstats version 1 [ 0.678000] Loading compiled-in X.509 certificates [ 0.679653] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.681679] zswap: loaded using pool lzo/zbud [ 0.683845] Key type trusted registered [ 0.685781] Key type encrypted registered [ 0.686667] AppArmor: AppArmor sha1 policy hashing enabled [ 0.687815] ima: No TPM chip found, activating TPM-bypass! [ 0.688957] evm: HMAC attrs: 0x1 [ 0.690031] Magic number: 14:608:213 [ 0.690989] rtc_cmos 00:00: setting system clock to 2018-08-12 05:13:04 UTC (1534050784) [ 0.692752] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.693935] EDD information not available. [ 0.773550] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.785423] Write protecting the kernel read-only data: 14336k [ 0.788937] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.791091] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.74 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 0.949282] random: dd urandom read with 4 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.7... Lease of 192.168.120.7 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.84. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCgFYUb9dDnwYOWar1qfnN+cFQSVdrRUyuvCpTtB2cXkd53cUThq9glPIkA9G/SZBJHq7BixDWyn8L1NtQ5XATg1Pb9Ian5cqWQdBPC18iYNNHzvxvmGRJS89XAYErrYGYsH+JkdjPfV4di/1AKTV/XA7EmS9kG22JF1gGZ+FZLHHiMF8V+uTFBts8urRMPyAC2g/nDwmUbUByIbzq2h9q+Hk+eqle9vgo5Tqbqf7nKdi+P69VrAczmkBXo6LZC8NofHlVSxhRlWrPZKEnGi8A4uxawOhC7SrlLZkC4cgi55i9mjU0sbIrFblWMHA9Ip9+elhqoL895qC3aPTbXIQ/v root@vping-userdata-vm2-f9786068-d10c-4d66-a951-f1b8f1e26579 ssh-dss AAAAB3NzaC1kc3MAAACBAKPVEM6/lVCnmatht+Qr5nwirSazKc4LdERiQ6hi0ywE5zDp0nAInJ1YRV/haBoH2EC9kMLbtx2OLYmdcCc8OjgcPg9BAZOaGYRYeqVPq+cEH/blHiU+xjJcb0AvG1iy5epWXsbhwH7Nl2dWBc+DZwRrIp3uEFmhGpjI6dyqYoQZAAAAFQDjHB4mMJVlA/dOWNGmCMsxUgVHgwAAAIEAobr/wwP5fK0x35ADZGfMREO5KvTP8jMpwyOdnZyQqh/tvyDSZe1+CG0ufT6mB1uY82+K/UQRTxOUGGMjx8uuYhFgDr0vJEqA9W/tyH7NaIfQ86tRktrVASPAc4ag3mKOCVImEc50ZIuigiv8KGVDvEREvr1WeqCS1ChXl95hZTwAAACAEdEnx4kuVn06NEV9SL2CythTLCIkoXxcXJ6Ov7IbQbm0PX5VaUJveT9YbbNzoR85eKFkdk7kjRe/sh+cpk6bC/cnQLjlnMwrMxsJycw9b1QckeyYwWQON0ft+2ATB3EtjpPOfwSJYWFcylJZjcM4SFuRFc1y4K+s4NEpFu2+260= root@vping-userdata-vm2-f9786068-d10c-4d66-a951-f1b8f1e26579 -----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.7,24,fe80::f816:3eff:fe89:3ab5/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-f9786068-d10c-4d66-a951-f1b8f1e26579 launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=3.31 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. vping-userdata-vm2-f9786068-d10c-4d66-a951-f1b8f1e26579 login: 2018-08-12 05:13:08,223 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - vPing detected! 2018-08-12 05:13:08,358 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-12 05:13:08,359 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 00:35 | PASS | +------------------------+------------------+------------------+----------------+ 2018-08-12 05:13:08,363 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-12 05:13:08,364 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/servers/b59c0f00-f2de-47ba-9015-e707a6d9e27b -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a4bf9ae446228d43a46afe49645f927f26710aca" 2018-08-12 05:13:08,549 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 05: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 x-openstack-request-id: req-16d10ae7-2170-4e57-b1b0-6628f8b6aa88 x-compute-request-id: req-16d10ae7-2170-4e57-b1b0-6628f8b6aa88 Content-Type: application/json 2018-08-12 05:13:08,549 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/b59c0f00-f2de-47ba-9015-e707a6d9e27b used request id req-16d10ae7-2170-4e57-b1b0-6628f8b6aa88 2018-08-12 05:13:08,550 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.186805963516s 2018-08-12 05:13:08,550 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/b59c0f00-f2de-47ba-9015-e707a6d9e27b used request id req-16d10ae7-2170-4e57-b1b0-6628f8b6aa88 2018-08-12 05:13:08,550 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 05:13:08,553 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a4bf9ae446228d43a46afe49645f927f26710aca" 2018-08-12 05:13:09,408 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05: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-613675b0-7f71-4415-99be-b1f641a39859 x-compute-request-id: req-613675b0-7f71-4415-99be-b1f641a39859 Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_f9786068-d10c-4d66-a951-f1b8f1e26579": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:89:3a:b5", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/2177748c-c3fb-4bc5-8ccd-b50cdb77dd72", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/2177748c-c3fb-4bc5-8ccd-b50cdb77dd72", "rel": "bookmark"}], "image": {"id": "53f79f6e-5424-434d-baec-5c9602bebac3", "links": [{"href": "http://172.30.9.21:8774/images/53f79f6e-5424-434d-baec-5c9602bebac3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T05:13:03.000000", "flavor": {"id": "d25ecd00-82c5-4030-b5ea-8d954c20557d", "links": [{"href": "http://172.30.9.21:8774/flavors/d25ecd00-82c5-4030-b5ea-8d954c20557d", "rel": "bookmark"}]}, "id": "2177748c-c3fb-4bc5-8ccd-b50cdb77dd72", "security_groups": [{"name": "default"}], "user_id": "cfa3a695a05f4e819dc780ea348cc402", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T05:13:03Z", "hostId": "6184ec1e0ba4e1010ea3769701cfe743a985e4545e0da08151c0a389", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_f9786068-d10c-4d66-a951-f1b8f1e26579", "created": "2018-08-12T05:12:57Z", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_userdata-net_f9786068-d10c-4d66-a951-f1b8f1e26579": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:4d:4c", "version": 4, "addr": "192.168.120.27", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/b59c0f00-f2de-47ba-9015-e707a6d9e27b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/b59c0f00-f2de-47ba-9015-e707a6d9e27b", "rel": "bookmark"}], "image": {"id": "53f79f6e-5424-434d-baec-5c9602bebac3", "links": [{"href": "http://172.30.9.21:8774/images/53f79f6e-5424-434d-baec-5c9602bebac3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T05:12:51.000000", "flavor": {"id": "d25ecd00-82c5-4030-b5ea-8d954c20557d", "links": [{"href": "http://172.30.9.21:8774/flavors/d25ecd00-82c5-4030-b5ea-8d954c20557d", "rel": "bookmark"}]}, "id": "b59c0f00-f2de-47ba-9015-e707a6d9e27b", "security_groups": [{"name": "default"}], "user_id": "cfa3a695a05f4e819dc780ea348cc402", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T05:13:08Z", "hostId": "58431f003d75ab2b611fd006863ca00fb67d3b767b7210cd18f6341a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_f9786068-d10c-4d66-a951-f1b8f1e26579", "created": "2018-08-12T05:12:45Z", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 05:13:09,409 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-613675b0-7f71-4415-99be-b1f641a39859 2018-08-12 05:13:09,409 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.858334064484s 2018-08-12 05:13:09,409 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-613675b0-7f71-4415-99be-b1f641a39859 2018-08-12 05:13:09,412 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 05:13:11,414 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 05:13:11,417 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a4bf9ae446228d43a46afe49645f927f26710aca" 2018-08-12 05:13:12,177 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:13: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-f7608ffd-9cd0-4b21-8ef5-44fdfe580e01 x-compute-request-id: req-f7608ffd-9cd0-4b21-8ef5-44fdfe580e01 Content-Encoding: gzip Content-Length: 743 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_f9786068-d10c-4d66-a951-f1b8f1e26579": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:89:3a:b5", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/2177748c-c3fb-4bc5-8ccd-b50cdb77dd72", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/2177748c-c3fb-4bc5-8ccd-b50cdb77dd72", "rel": "bookmark"}], "image": {"id": "53f79f6e-5424-434d-baec-5c9602bebac3", "links": [{"href": "http://172.30.9.21:8774/images/53f79f6e-5424-434d-baec-5c9602bebac3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T05:13:03.000000", "flavor": {"id": "d25ecd00-82c5-4030-b5ea-8d954c20557d", "links": [{"href": "http://172.30.9.21:8774/flavors/d25ecd00-82c5-4030-b5ea-8d954c20557d", "rel": "bookmark"}]}, "id": "2177748c-c3fb-4bc5-8ccd-b50cdb77dd72", "security_groups": [{"name": "default"}], "user_id": "cfa3a695a05f4e819dc780ea348cc402", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T05:13:03Z", "hostId": "6184ec1e0ba4e1010ea3769701cfe743a985e4545e0da08151c0a389", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_f9786068-d10c-4d66-a951-f1b8f1e26579", "created": "2018-08-12T05:12:57Z", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 05:13:12,177 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-f7608ffd-9cd0-4b21-8ef5-44fdfe580e01 2018-08-12 05:13:12,177 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.762372016907s 2018-08-12 05:13:12,177 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-f7608ffd-9cd0-4b21-8ef5-44fdfe580e01 2018-08-12 05:13:12,179 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-12 05:13:12,182 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/servers/2177748c-c3fb-4bc5-8ccd-b50cdb77dd72 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a4bf9ae446228d43a46afe49645f927f26710aca" 2018-08-12 05:13:12,531 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 05:13: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-d5e4b812-e714-44f4-b3b9-e53b9d3a1f7c x-compute-request-id: req-d5e4b812-e714-44f4-b3b9-e53b9d3a1f7c Content-Type: application/json 2018-08-12 05:13:12,531 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/2177748c-c3fb-4bc5-8ccd-b50cdb77dd72 used request id req-d5e4b812-e714-44f4-b3b9-e53b9d3a1f7c 2018-08-12 05:13:12,531 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.352108001709s 2018-08-12 05:13:12,532 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/2177748c-c3fb-4bc5-8ccd-b50cdb77dd72 used request id req-d5e4b812-e714-44f4-b3b9-e53b9d3a1f7c 2018-08-12 05:13:12,532 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 05:13:12,535 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a4bf9ae446228d43a46afe49645f927f26710aca" 2018-08-12 05:13:12,912 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:13: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-ec37c5f8-a5d9-4d2a-b194-cb7b561ee3be x-compute-request-id: req-ec37c5f8-a5d9-4d2a-b194-cb7b561ee3be Content-Encoding: gzip Content-Length: 747 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_userdata-net_f9786068-d10c-4d66-a951-f1b8f1e26579": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:89:3a:b5", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/2177748c-c3fb-4bc5-8ccd-b50cdb77dd72", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/2177748c-c3fb-4bc5-8ccd-b50cdb77dd72", "rel": "bookmark"}], "image": {"id": "53f79f6e-5424-434d-baec-5c9602bebac3", "links": [{"href": "http://172.30.9.21:8774/images/53f79f6e-5424-434d-baec-5c9602bebac3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T05:13:03.000000", "flavor": {"id": "d25ecd00-82c5-4030-b5ea-8d954c20557d", "links": [{"href": "http://172.30.9.21:8774/flavors/d25ecd00-82c5-4030-b5ea-8d954c20557d", "rel": "bookmark"}]}, "id": "2177748c-c3fb-4bc5-8ccd-b50cdb77dd72", "security_groups": [{"name": "default"}], "user_id": "cfa3a695a05f4e819dc780ea348cc402", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T05:13:12Z", "hostId": "6184ec1e0ba4e1010ea3769701cfe743a985e4545e0da08151c0a389", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_f9786068-d10c-4d66-a951-f1b8f1e26579", "created": "2018-08-12T05:12:57Z", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 05:13:12,912 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-ec37c5f8-a5d9-4d2a-b194-cb7b561ee3be 2018-08-12 05:13:12,912 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.37969493866s 2018-08-12 05:13:12,912 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-ec37c5f8-a5d9-4d2a-b194-cb7b561ee3be 2018-08-12 05:13:12,914 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 05:13:14,916 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 05:13:14,920 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a4bf9ae446228d43a46afe49645f927f26710aca" 2018-08-12 05:13:15,181 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:13: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-ffe9fc71-4e68-4067-8e4d-321c517834af x-compute-request-id: req-ffe9fc71-4e68-4067-8e4d-321c517834af Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-12 05:13:15,181 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-ffe9fc71-4e68-4067-8e4d-321c517834af 2018-08-12 05:13:15,182 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.265119075775s 2018-08-12 05:13:15,182 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-ffe9fc71-4e68-4067-8e4d-321c517834af 2018-08-12 05:13:15,183 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-12 05:13:15,183 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/37ff5810-dc7c-405d-b5e4-9be2a4f38b25/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}a4bf9ae446228d43a46afe49645f927f26710aca" -d '{"subnet_id": "81c08797-4479-45c7-b872-8d55928edfda"}' 2018-08-12 05:13:16,499 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-e1177233-e482-4346-85aa-666264d22cef Date: Sun, 12 Aug 2018 05:13:16 GMT RESP BODY: {"network_id": "021be25d-bc85-45cc-ac51-87d4a0854245", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "subnet_id": "81c08797-4479-45c7-b872-8d55928edfda", "subnet_ids": ["81c08797-4479-45c7-b872-8d55928edfda"], "port_id": "84b1cb1e-d7c2-4160-b99e-7d98ab789ef3", "id": "37ff5810-dc7c-405d-b5e4-9be2a4f38b25"} 2018-08-12 05:13:16,499 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/37ff5810-dc7c-405d-b5e4-9be2a4f38b25/remove_router_interface.json used request id req-e1177233-e482-4346-85aa-666264d22cef 2018-08-12 05:13:16,499 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.31619787216s 2018-08-12 05:13:16,499 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/37ff5810-dc7c-405d-b5e4-9be2a4f38b25/remove_router_interface.json used request id req-e1177233-e482-4346-85aa-666264d22cef returning object 37ff5810-dc7c-405d-b5e4-9be2a4f38b25 2018-08-12 05:13:16,500 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-12 05:13:16,500 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}a4bf9ae446228d43a46afe49645f927f26710aca" 2018-08-12 05:13:16,626 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-2d99cf69-f625-4916-80e7-ee25742a1071 Date: Sun, 12 Aug 2018 05:13:16 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ec788992-fa73-45cc-a7d9-6d44542124c2", "ip_address": "172.30.9.214"}]}, "description": "", "tags": [], "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "created_at": "2018-08-12T05:12:36Z", "admin_state_up": true, "updated_at": "2018-08-12T05:13:15Z", "revision_number": 4, "routes": [], "project_id": "fa5a7fe6ee54472ba01638877aade8e3", "id": "37ff5810-dc7c-405d-b5e4-9be2a4f38b25", "name": "vping_userdata-router_f9786068-d10c-4d66-a951-f1b8f1e26579"}]} 2018-08-12 05:13:16,626 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-2d99cf69-f625-4916-80e7-ee25742a1071 2018-08-12 05:13:16,626 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.126330137253s 2018-08-12 05:13:16,626 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-2d99cf69-f625-4916-80e7-ee25742a1071 2018-08-12 05:13:16,628 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-12 05:13:16,628 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/routers/37ff5810-dc7c-405d-b5e4-9be2a4f38b25.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a4bf9ae446228d43a46afe49645f927f26710aca" 2018-08-12 05:13:18,091 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-72577cf6-a23a-4daf-8647-e3d019424936 Content-Length: 0 Date: Sun, 12 Aug 2018 05:13:18 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 05:13:18,092 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/37ff5810-dc7c-405d-b5e4-9be2a4f38b25.json used request id req-72577cf6-a23a-4daf-8647-e3d019424936 2018-08-12 05:13:18,092 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.46390295029s 2018-08-12 05:13:18,092 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/37ff5810-dc7c-405d-b5e4-9be2a4f38b25.json used request id req-72577cf6-a23a-4daf-8647-e3d019424936 2018-08-12 05:13:18,093 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-12 05:13:18,093 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}a4bf9ae446228d43a46afe49645f927f26710aca" 2018-08-12 05:13:18,144 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-b7dc24ae-236c-4a74-b17d-06ccb56f93ae Date: Sun, 12 Aug 2018 05:13:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"021be25d-bc85-45cc-ac51-87d4a0854245","tenant_id":"fa5a7fe6ee54472ba01638877aade8e3","created_at":"2018-08-12T05:12:35Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-12T05:12:35Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"fa5a7fe6ee54472ba01638877aade8e3","id":"81c08797-4479-45c7-b872-8d55928edfda","subnetpool_id":null,"name":"vping_userdata-subnet_f9786068-d10c-4d66-a951-f1b8f1e26579"}]} 2018-08-12 05:13:18,144 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-b7dc24ae-236c-4a74-b17d-06ccb56f93ae 2018-08-12 05:13:18,145 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.051787853241s 2018-08-12 05:13:18,145 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-b7dc24ae-236c-4a74-b17d-06ccb56f93ae 2018-08-12 05:13:18,146 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-12 05:13:18,147 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/subnets/81c08797-4479-45c7-b872-8d55928edfda.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a4bf9ae446228d43a46afe49645f927f26710aca" 2018-08-12 05:13:20,454 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d5ecf841-c32b-461f-bb93-62185063755a Date: Sun, 12 Aug 2018 05:13:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 05:13:20,454 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/81c08797-4479-45c7-b872-8d55928edfda.json used request id req-d5ecf841-c32b-461f-bb93-62185063755a 2018-08-12 05:13:20,454 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.30778098106s 2018-08-12 05:13:20,454 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/81c08797-4479-45c7-b872-8d55928edfda.json used request id req-d5ecf841-c32b-461f-bb93-62185063755a 2018-08-12 05:13:20,455 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 05:13:20,455 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a4bf9ae446228d43a46afe49645f927f26710aca" 2018-08-12 05:13:20,569 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1159 X-Openstack-Request-Id: req-4f0ea3f1-4192-404a-a89a-da62fc619578 Date: Sun, 12 Aug 2018 05:13:20 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-12T05:13:20Z","tenant_id":"fa5a7fe6ee54472ba01638877aade8e3","created_at":"2018-08-12T05:12:34Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"fa5a7fe6ee54472ba01638877aade8e3","id":"021be25d-bc85-45cc-ac51-87d4a0854245","name":"vping_userdata-net_f9786068-d10c-4d66-a951-f1b8f1e26579"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ec788992-fa73-45cc-a7d9-6d44542124c2"],"updated_at":"2018-08-12T05:04:31Z","tenant_id":"310f5853751a4c968f3eeb0a3d99a0a8","created_at":"2018-08-12T05:04:23Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"310f5853751a4c968f3eeb0a3d99a0a8","id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","name":"external"}]} 2018-08-12 05:13:20,570 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-4f0ea3f1-4192-404a-a89a-da62fc619578 2018-08-12 05:13:20,570 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.114943027496s 2018-08-12 05:13:20,570 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-4f0ea3f1-4192-404a-a89a-da62fc619578 2018-08-12 05:13:20,571 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-12 05:13:20,572 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/networks/021be25d-bc85-45cc-ac51-87d4a0854245.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a4bf9ae446228d43a46afe49645f927f26710aca" 2018-08-12 05:13:21,900 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-77978543-75bb-4f91-9836-6d1a24821c8a Date: Sun, 12 Aug 2018 05:13:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 05:13:21,900 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/021be25d-bc85-45cc-ac51-87d4a0854245.json used request id req-77978543-75bb-4f91-9836-6d1a24821c8a 2018-08-12 05:13:21,901 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.32912492752s 2018-08-12 05:13:21,901 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/021be25d-bc85-45cc-ac51-87d4a0854245.json used request id req-77978543-75bb-4f91-9836-6d1a24821c8a 2018-08-12 05:13:21,904 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 05:13:21,907 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a4bf9ae446228d43a46afe49645f927f26710aca" 2018-08-12 05:13:22,117 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1210 Content-Type: application/json X-Openstack-Request-Id: req-595f37e8-0035-4804-8843-42f2220111cb Date: Sun, 12 Aug 2018 05:13:22 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/53f79f6e-5424-434d-baec-5c9602bebac3/snap", "metadata": {}}], "file": "/v2/images/53f79f6e-5424-434d-baec-5c9602bebac3/file", "owner": "fa5a7fe6ee54472ba01638877aade8e3", "id": "53f79f6e-5424-434d-baec-5c9602bebac3", "size": 12716032, "self": "/v2/images/53f79f6e-5424-434d-baec-5c9602bebac3", "disk_format": "qcow2", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/53f79f6e-5424-434d-baec-5c9602bebac3/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-12T05:12:41Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_f9786068-d10c-4d66-a951-f1b8f1e26579", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_f9786068-d10c-4d66-a951-f1b8f1e26579", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-12T05:12:40Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 05:13:22,118 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-595f37e8-0035-4804-8843-42f2220111cb 2018-08-12 05:13:22,118 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.213392972946s 2018-08-12 05:13:22,118 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-595f37e8-0035-4804-8843-42f2220111cb 2018-08-12 05:13:22,120 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-12 05:13:22,124 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9292/v2/images/53f79f6e-5424-434d-baec-5c9602bebac3 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a4bf9ae446228d43a46afe49645f927f26710aca" 2018-08-12 05:13:22,715 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a69004ed-e19c-4eae-8768-3f05336ce708 Date: Sun, 12 Aug 2018 05:13:22 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-12 05:13:22,716 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/53f79f6e-5424-434d-baec-5c9602bebac3 used request id req-a69004ed-e19c-4eae-8768-3f05336ce708 2018-08-12 05:13:22,716 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.595866918564s 2018-08-12 05:13:22,716 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/53f79f6e-5424-434d-baec-5c9602bebac3 used request id req-a69004ed-e19c-4eae-8768-3f05336ce708 2018-08-12 05:13:22,717 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-12 05:13:22,720 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}fbba0ab98c5938667e5a3d1120a03d41cf674696" 2018-08-12 05:13:22,743 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:13: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-104acedc-842f-4e3d-86cd-59d05a7d92d6 x-compute-request-id: req-104acedc-842f-4e3d-86cd-59d05a7d92d6 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_userdata-flavor_f9786068-d10c-4d66-a951-f1b8f1e26579", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/d25ecd00-82c5-4030-b5ea-8d954c20557d", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/d25ecd00-82c5-4030-b5ea-8d954c20557d", "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": "d25ecd00-82c5-4030-b5ea-8d954c20557d"}]} 2018-08-12 05:13:22,743 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-104acedc-842f-4e3d-86cd-59d05a7d92d6 2018-08-12 05:13:22,743 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0264031887054s 2018-08-12 05:13:22,743 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-104acedc-842f-4e3d-86cd-59d05a7d92d6 2018-08-12 05:13:22,745 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-12 05:13:22,747 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/flavors/d25ecd00-82c5-4030-b5ea-8d954c20557d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fbba0ab98c5938667e5a3d1120a03d41cf674696" 2018-08-12 05:13:22,781 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 05:13: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-6ee44dd3-596c-47ce-bce4-74104a09de86 x-compute-request-id: req-6ee44dd3-596c-47ce-bce4-74104a09de86 Content-Length: 0 Content-Type: application/json 2018-08-12 05:13:22,782 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/d25ecd00-82c5-4030-b5ea-8d954c20557d used request id req-6ee44dd3-596c-47ce-bce4-74104a09de86 2018-08-12 05:13:22,782 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0367050170898s 2018-08-12 05:13:22,782 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/d25ecd00-82c5-4030-b5ea-8d954c20557d used request id req-6ee44dd3-596c-47ce-bce4-74104a09de86 2018-08-12 05:13:22,782 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-12 05:13:22,786 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}fbba0ab98c5938667e5a3d1120a03d41cf674696" 2018-08-12 05:13:22,898 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:13:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d6b27ea2-78a6-4a82-bf5b-2b02c40cbc9f Content-Encoding: gzip Content-Length: 838 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/105a247548624314b9228f85f6325f0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105a247548624314b9228f85f6325f0b", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/1c5de0eaa44543f08da6ad63a51594ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c5de0eaa44543f08da6ad63a51594ff", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/1d127b5b832547a88a547c116dfdd65b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d127b5b832547a88a547c116dfdd65b", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/1d5cfc170d624ce4ae53ae0507c8d517"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d5cfc170d624ce4ae53ae0507c8d517", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/2421820b75eb4d3ebd02830378d1377b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2421820b75eb4d3ebd02830378d1377b", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/40bd8ee54ecf44868cc83cede652c396"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40bd8ee54ecf44868cc83cede652c396", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/4f32fb8153854c4c9f5094b42b523f80"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f32fb8153854c4c9f5094b42b523f80", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7066130d08fb4db7bf4ab468de53933b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7066130d08fb4db7bf4ab468de53933b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/8d0898a83bcf4521bbc11501d5d7ac89"}, "domain_id": "1eec97585bde483292ece28ee11f4b8d", "enabled": true, "options": {}, "id": "8d0898a83bcf4521bbc11501d5d7ac89", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/9defcced327d476f8a3beab718a13da3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9defcced327d476f8a3beab718a13da3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/b80ee4f6992446e0879624dd436e99a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b80ee4f6992446e0879624dd436e99a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b86fd3e011324d398fcdb6f095a20a9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b86fd3e011324d398fcdb6f095a20a9d", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1701d2754064b5cadf765ea0806f9b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1701d2754064b5cadf765ea0806f9b2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "vping_userdata-user_f9786068-d10c-4d66-a951-f1b8f1e26579", "links": {"self": "http://172.30.9.21:5000/v3/users/cfa3a695a05f4e819dc780ea348cc402"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "cfa3a695a05f4e819dc780ea348cc402", "domain_id": "default", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/db4e7b8d76d549faa502716565c733dd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db4e7b8d76d549faa502716565c733dd", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-12 05:13:22,898 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-d6b27ea2-78a6-4a82-bf5b-2b02c40cbc9f 2018-08-12 05:13:22,898 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.11567902565s 2018-08-12 05:13:22,899 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-d6b27ea2-78a6-4a82-bf5b-2b02c40cbc9f 2018-08-12 05:13:22,904 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-12 05:13:22,908 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users/cfa3a695a05f4e819dc780ea348cc402 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fbba0ab98c5938667e5a3d1120a03d41cf674696" 2018-08-12 05:13:23,012 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:13:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ebf60514-2812-4e3c-bc92-c909298b2f50 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"user": {"name": "vping_userdata-user_f9786068-d10c-4d66-a951-f1b8f1e26579", "links": {"self": "http://172.30.9.21:5000/v3/users/cfa3a695a05f4e819dc780ea348cc402"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "cfa3a695a05f4e819dc780ea348cc402", "description": null}} 2018-08-12 05:13:23,012 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/cfa3a695a05f4e819dc780ea348cc402 used request id req-ebf60514-2812-4e3c-bc92-c909298b2f50 2018-08-12 05:13:23,012 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.107705831528s 2018-08-12 05:13:23,012 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/cfa3a695a05f4e819dc780ea348cc402 used request id req-ebf60514-2812-4e3c-bc92-c909298b2f50 2018-08-12 05:13:23,013 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-12 05:13:23,016 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/users/cfa3a695a05f4e819dc780ea348cc402 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fbba0ab98c5938667e5a3d1120a03d41cf674696" 2018-08-12 05:13:23,335 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 05:13:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3c8dcb5e-3033-4369-8901-c12a1cdd9fae 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 05:13:23,336 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/cfa3a695a05f4e819dc780ea348cc402 used request id req-3c8dcb5e-3033-4369-8901-c12a1cdd9fae 2018-08-12 05:13:23,336 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.322735071182s 2018-08-12 05:13:23,336 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/cfa3a695a05f4e819dc780ea348cc402 used request id req-3c8dcb5e-3033-4369-8901-c12a1cdd9fae 2018-08-12 05:13:23,342 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-12 05:13:23,346 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}fbba0ab98c5938667e5a3d1120a03d41cf674696" 2018-08-12 05:13:23,440 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:13:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a4176426-b3b3-4cc2-bb73-65beb4495e1f Content-Encoding: gzip Content-Length: 388 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8"}, "tags": [], "enabled": true, "id": "310f5853751a4c968f3eeb0a3d99a0a8", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "id": "a267b9a156244bb192691cff6e5f74fe", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3"}, "tags": [], "enabled": true, "id": "fa5a7fe6ee54472ba01638877aade8e3", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_f9786068-d10c-4d66-a951-f1b8f1e26579"}]} 2018-08-12 05:13:23,440 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-a4176426-b3b3-4cc2-bb73-65beb4495e1f 2018-08-12 05:13:23,440 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0977690219879s 2018-08-12 05:13:23,441 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-a4176426-b3b3-4cc2-bb73-65beb4495e1f 2018-08-12 05:13:23,445 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-12 05:13:23,449 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fbba0ab98c5938667e5a3d1120a03d41cf674696" 2018-08-12 05:13:23,672 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 05:13:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dbeb903c-3bc3-4bd1-a65d-3c85731df43a 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 05:13:23,672 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 used request id req-dbeb903c-3bc3-4bd1-a65d-3c85731df43a 2018-08-12 05:13:23,672 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.226676940918s 2018-08-12 05:13:23,672 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 used request id req-dbeb903c-3bc3-4bd1-a65d-3c85731df43a 2018-08-12 05:13:23,676 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-12 05:13:23,679 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}fbba0ab98c5938667e5a3d1120a03d41cf674696" 2018-08-12 05:13:23,765 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:13:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c7d6f793-1786-4d9e-a940-2f99a97cf918 Content-Encoding: gzip Content-Length: 356 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "da7f618ac9894bcfbd382908fedc2bf5", "links": {"self": "http://172.30.9.21:5000/v3/roles/da7f618ac9894bcfbd382908fedc2bf5"}, "name": "Member"}]} 2018-08-12 05:13:23,765 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-c7d6f793-1786-4d9e-a940-2f99a97cf918 2018-08-12 05:13:23,766 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0897898674011s 2018-08-12 05:13:23,766 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-c7d6f793-1786-4d9e-a940-2f99a97cf918 2018-08-12 05:13:23,771 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.roles 2018-08-12 05:13:23,774 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/roles/da7f618ac9894bcfbd382908fedc2bf5 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fbba0ab98c5938667e5a3d1120a03d41cf674696" 2018-08-12 05:13:23,891 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 05:13:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ae647274-bd65-4e44-97c1-6f3fedb63b56 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 05:13:23,891 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/da7f618ac9894bcfbd382908fedc2bf5 used request id req-ae647274-bd65-4e44-97c1-6f3fedb63b56 2018-08-12 05:13:23,891 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.roles in 0.120166063309s 2018-08-12 05:13:23,891 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/da7f618ac9894bcfbd382908fedc2bf5 used request id req-ae647274-bd65-4e44-97c1-6f3fedb63b56 2018-08-12 05:13:23,946 - xtesting.ci.run_tests - INFO - Loading test case 'cinder_test'... 2018-08-12 05:13:23,989 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-12 05:13:23,989 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-12 05:13:23,989 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-12 05:13:23,989 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-12 05:13:23,989 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-12 05:13:23,989 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-12 05:13:23,989 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-12 05:13:23,989 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-12 05:13:23,990 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-12 05:13:23,990 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-12 05:13:23,990 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-12 05:13:23,990 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-12 05:13:23,990 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-12 05:13:23,990 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-12 05:13:23,990 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-12 05:13:23,990 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-12 05:13:23,990 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-12 05:13:23,990 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-12 05:13:23,990 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-12 05:13:23,990 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-12 05:13:23,990 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-12 05:13:23,990 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-12 05:13:23,992 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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 05:13:23,997 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:13:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d288549f-adf2-47a7-81e1-aadce0e4c24d Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 05:13:23,998 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-d288549f-adf2-47a7-81e1-aadce0e4c24d 2018-08-12 05:13:23,998 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-08-12 05:13:24,378 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T06:13:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["ikxiNgz3SZOh4cuE7Uy6RA"], "issued_at": "2018-08-12T05:13:24.000000Z"}} 2018-08-12 05:13:24,381 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 05:13:24,381 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}f8216f57f036239373dd631cb7463514b4461e2c" 2018-08-12 05:13:24,646 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-9ffd6eab-a543-4634-a102-e036c41ce4d1 Date: Sun, 12 Aug 2018 05:13:24 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"310f5853751a4c968f3eeb0a3d99a0a8","status":"ACTIVE","subnets":["ec788992-fa73-45cc-a7d9-6d44542124c2"],"description":"","tags":[],"updated_at":"2018-08-12T05:04:31Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"310f5853751a4c968f3eeb0a3d99a0a8","created_at":"2018-08-12T05:04:23Z","provider:network_type":"flat"}]} 2018-08-12 05:13:24,646 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-9ffd6eab-a543-4634-a102-e036c41ce4d1 2018-08-12 05:13:24,647 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.265564918518s 2018-08-12 05:13:24,647 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-9ffd6eab-a543-4634-a102-e036c41ce4d1 2018-08-12 05:13:24,651 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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 05:13:24,656 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 05:13:24 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 05:13:24,657 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-12 05:13:24,660 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}f8216f57f036239373dd631cb7463514b4461e2c" 2018-08-12 05:13:24,756 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:13:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a4b131de-d673-4569-a294-2a2ec3f836f3 Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.21:5000/v3/domains/1eec97585bde483292ece28ee11f4b8d"}, "tags": [], "enabled": true, "id": "1eec97585bde483292ece28ee11f4b8d", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains", "previous": null, "next": null}} 2018-08-12 05:13:24,757 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-a4b131de-d673-4569-a294-2a2ec3f836f3 2018-08-12 05:13:24,757 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0998251438141s 2018-08-12 05:13:24,757 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-a4b131de-d673-4569-a294-2a2ec3f836f3 2018-08-12 05:13:24,764 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-12 05:13:24,767 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}f8216f57f036239373dd631cb7463514b4461e2c" -d '{"project": {"description": "Created by OPNFV Functest: cinder_test", "enabled": true, "domain_id": "default", "name": "cinder_test-project_10688f5f-2e3d-43a6-b86d-dd0af87feefc"}}' 2018-08-12 05:13:24,916 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 05:13:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ef98ff35-6d2a-4e22-b3e3-2ea9c9b846ad 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.21:5000/v3/projects/521007c1818145639e93ceb270559219"}, "tags": [], "enabled": true, "id": "521007c1818145639e93ceb270559219", "parent_id": "default", "domain_id": "default", "name": "cinder_test-project_10688f5f-2e3d-43a6-b86d-dd0af87feefc"}} 2018-08-12 05:13:24,916 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-ef98ff35-6d2a-4e22-b3e3-2ea9c9b846ad 2018-08-12 05:13:24,916 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.151978969574s 2018-08-12 05:13:24,916 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-ef98ff35-6d2a-4e22-b3e3-2ea9c9b846ad 2018-08-12 05:13:24,917 - 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'521007c1818145639e93ceb270559219', '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_10688f5f-2e3d-43a6-b86d-dd0af87feefc'}) 2018-08-12 05:13:24,923 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-12 05:13:24,927 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}f8216f57f036239373dd631cb7463514b4461e2c" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "1e97620f-4f25-4ca1-bff9-9f6f794632ea", "email": null, "name": "cinder_test-user_10688f5f-2e3d-43a6-b86d-dd0af87feefc"}}' 2018-08-12 05:13:25,299 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 05:13:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2d35bb0c-008d-48cf-8262-0c4054731b21 Content-Length: 326 Content-Type: application/json RESP BODY: {"user": {"name": "cinder_test-user_10688f5f-2e3d-43a6-b86d-dd0af87feefc", "links": {"self": "http://172.30.9.21:5000/v3/users/dd5c676629534bb886fcd150600d0ef7"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "dd5c676629534bb886fcd150600d0ef7", "domain_id": "default", "password_expires_at": null}} 2018-08-12 05:13:25,299 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/users used request id req-2d35bb0c-008d-48cf-8262-0c4054731b21 2018-08-12 05:13:25,300 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.376205921173s 2018-08-12 05:13:25,300 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/users used request id req-2d35bb0c-008d-48cf-8262-0c4054731b21 2018-08-12 05:13:25,300 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'dd5c676629534bb886fcd150600d0ef7', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'cinder_test-user_10688f5f-2e3d-43a6-b86d-dd0af87feefc'}) 2018-08-12 05:13:25,304 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-12 05:13:25,307 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}f8216f57f036239373dd631cb7463514b4461e2c" 2018-08-12 05:13:25,421 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:13:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-12db9bb6-04d4-441b-a228-e78c92bc73be Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 05:13:25,421 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-12db9bb6-04d4-441b-a228-e78c92bc73be 2018-08-12 05:13:25,421 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.117347002029s 2018-08-12 05:13:25,422 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-12db9bb6-04d4-441b-a228-e78c92bc73be 2018-08-12 05:13:25,426 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-12 05:13:25,430 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}f8216f57f036239373dd631cb7463514b4461e2c" 2018-08-12 05:13:25,519 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:13:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3996bd0f-b1a9-4347-a2cf-657a94f8f112 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 05:13:25,519 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-3996bd0f-b1a9-4347-a2cf-657a94f8f112 2018-08-12 05:13:25,519 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0931258201599s 2018-08-12 05:13:25,520 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-3996bd0f-b1a9-4347-a2cf-657a94f8f112 2018-08-12 05:13:25,521 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-08-12 05:13:25,524 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.roles 2018-08-12 05:13:25,527 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}f8216f57f036239373dd631cb7463514b4461e2c" -d '{"role": {"name": "Member"}}' 2018-08-12 05:13:25,651 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 05:13:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3cc808f7-ca90-4771-9d86-ed03f0844606 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "01c5a989959447bfab9ab08b07a22501", "links": {"self": "http://172.30.9.21:5000/v3/roles/01c5a989959447bfab9ab08b07a22501"}, "name": "Member"}} 2018-08-12 05:13:25,652 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-3cc808f7-ca90-4771-9d86-ed03f0844606 2018-08-12 05:13:25,652 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.roles in 0.127462863922s 2018-08-12 05:13:25,652 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-3cc808f7-ca90-4771-9d86-ed03f0844606 2018-08-12 05:13:25,652 - functest.core.tenantnetwork - DEBUG - role: Munch({'properties': {}, 'location': Munch({'project': Munch({'domain_id': None, 'id': None, 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': None, 'name': u'Member', 'id': u'01c5a989959447bfab9ab08b07a22501'}) 2018-08-12 05:13:25,656 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-12 05:13:25,659 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}f8216f57f036239373dd631cb7463514b4461e2c" 2018-08-12 05:13:25,755 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:13:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a5436b61-7afc-4123-95cb-5e0e0054c2d3 Content-Encoding: gzip Content-Length: 354 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "01c5a989959447bfab9ab08b07a22501", "links": {"self": "http://172.30.9.21:5000/v3/roles/01c5a989959447bfab9ab08b07a22501"}, "name": "Member"}, {"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 05:13:25,755 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-a5436b61-7afc-4123-95cb-5e0e0054c2d3 2018-08-12 05:13:25,755 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0991969108582s 2018-08-12 05:13:25,756 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-a5436b61-7afc-4123-95cb-5e0e0054c2d3 2018-08-12 05:13:25,760 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-12 05:13:25,763 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}f8216f57f036239373dd631cb7463514b4461e2c" 2018-08-12 05:13:25,848 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:13:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-80b63113-a1b3-43a7-a268-f7cea1a395c1 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-12 05:13:25,848 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-80b63113-a1b3-43a7-a268-f7cea1a395c1 2018-08-12 05:13:25,848 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0883679389954s 2018-08-12 05:13:25,849 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-80b63113-a1b3-43a7-a268-f7cea1a395c1 2018-08-12 05:13:25,850 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-12 05:13:25,853 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}f8216f57f036239373dd631cb7463514b4461e2c" 2018-08-12 05:13:25,963 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:13:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d17f6e6c-f246-487c-a963-03ffc45a34ac Content-Encoding: gzip Content-Length: 833 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/105a247548624314b9228f85f6325f0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105a247548624314b9228f85f6325f0b", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/1c5de0eaa44543f08da6ad63a51594ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c5de0eaa44543f08da6ad63a51594ff", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/1d127b5b832547a88a547c116dfdd65b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d127b5b832547a88a547c116dfdd65b", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/1d5cfc170d624ce4ae53ae0507c8d517"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d5cfc170d624ce4ae53ae0507c8d517", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/2421820b75eb4d3ebd02830378d1377b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2421820b75eb4d3ebd02830378d1377b", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/40bd8ee54ecf44868cc83cede652c396"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40bd8ee54ecf44868cc83cede652c396", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/4f32fb8153854c4c9f5094b42b523f80"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f32fb8153854c4c9f5094b42b523f80", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7066130d08fb4db7bf4ab468de53933b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7066130d08fb4db7bf4ab468de53933b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/8d0898a83bcf4521bbc11501d5d7ac89"}, "domain_id": "1eec97585bde483292ece28ee11f4b8d", "enabled": true, "options": {}, "id": "8d0898a83bcf4521bbc11501d5d7ac89", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/9defcced327d476f8a3beab718a13da3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9defcced327d476f8a3beab718a13da3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/b80ee4f6992446e0879624dd436e99a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b80ee4f6992446e0879624dd436e99a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b86fd3e011324d398fcdb6f095a20a9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b86fd3e011324d398fcdb6f095a20a9d", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1701d2754064b5cadf765ea0806f9b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1701d2754064b5cadf765ea0806f9b2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/db4e7b8d76d549faa502716565c733dd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db4e7b8d76d549faa502716565c733dd", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder_test-user_10688f5f-2e3d-43a6-b86d-dd0af87feefc", "links": {"self": "http://172.30.9.21:5000/v3/users/dd5c676629534bb886fcd150600d0ef7"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "dd5c676629534bb886fcd150600d0ef7", "domain_id": "default", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-12 05:13:25,963 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-d17f6e6c-f246-487c-a963-03ffc45a34ac 2018-08-12 05:13:25,963 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.113169193268s 2018-08-12 05:13:25,963 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-d17f6e6c-f246-487c-a963-03ffc45a34ac 2018-08-12 05:13:25,975 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-12 05:13:25,978 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}f8216f57f036239373dd631cb7463514b4461e2c" 2018-08-12 05:13:26,076 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:13:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e8b8df77-b750-4a8c-8492-e9df416b17cf Content-Encoding: gzip Content-Length: 397 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8"}, "tags": [], "enabled": true, "id": "310f5853751a4c968f3eeb0a3d99a0a8", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: cinder_test", "links": {"self": "http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219"}, "tags": [], "enabled": true, "id": "521007c1818145639e93ceb270559219", "parent_id": "default", "domain_id": "default", "name": "cinder_test-project_10688f5f-2e3d-43a6-b86d-dd0af87feefc"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "id": "a267b9a156244bb192691cff6e5f74fe", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-08-12 05:13:26,076 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-e8b8df77-b750-4a8c-8492-e9df416b17cf 2018-08-12 05:13:26,076 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.101202011108s 2018-08-12 05:13:26,077 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-e8b8df77-b750-4a8c-8492-e9df416b17cf 2018-08-12 05:13:26,084 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-12 05:13:26,088 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:5000/v3/role_assignments?user.id=dd5c676629534bb886fcd150600d0ef7&role.id=01c5a989959447bfab9ab08b07a22501&scope.project.id=521007c1818145639e93ceb270559219" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f8216f57f036239373dd631cb7463514b4461e2c" 2018-08-12 05:13:26,175 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:13:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ba45f80-b9e1-48e7-8fb8-2c77ad28a8f6 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.21:5000/v3/role_assignments?user.id=dd5c676629534bb886fcd150600d0ef7&role.id=01c5a989959447bfab9ab08b07a22501&scope.project.id=521007c1818145639e93ceb270559219", "previous": null, "next": null}} 2018-08-12 05:13:26,175 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=dd5c676629534bb886fcd150600d0ef7&role.id=01c5a989959447bfab9ab08b07a22501&scope.project.id=521007c1818145639e93ceb270559219 used request id req-6ba45f80-b9e1-48e7-8fb8-2c77ad28a8f6 2018-08-12 05:13:26,176 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.0911829471588s 2018-08-12 05:13:26,176 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=dd5c676629534bb886fcd150600d0ef7&role.id=01c5a989959447bfab9ab08b07a22501&scope.project.id=521007c1818145639e93ceb270559219 used request id req-6ba45f80-b9e1-48e7-8fb8-2c77ad28a8f6 2018-08-12 05:13:26,179 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-12 05:13:26,183 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219/users/dd5c676629534bb886fcd150600d0ef7/roles/01c5a989959447bfab9ab08b07a22501 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f8216f57f036239373dd631cb7463514b4461e2c" 2018-08-12 05:13:26,325 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 05:13:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b747586f-6a43-471b-a689-2c19ffb9acf3 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 05:13:26,325 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219/users/dd5c676629534bb886fcd150600d0ef7/roles/01c5a989959447bfab9ab08b07a22501 used request id req-b747586f-6a43-471b-a689-2c19ffb9acf3 2018-08-12 05:13:26,325 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.145756006241s 2018-08-12 05:13:26,326 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219/users/dd5c676629534bb886fcd150600d0ef7/roles/01c5a989959447bfab9ab08b07a22501 used request id req-b747586f-6a43-471b-a689-2c19ffb9acf3 2018-08-12 05:13:26,326 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'cinder_test-project_10688f5f-2e3d-43a6-b86d-dd0af87feefc', 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'521007c1818145639e93ceb270559219', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.50', 'password': '1e97620f-4f25-4ca1-bff9-9f6f794632ea', 'username': u'cinder_test-user_10688f5f-2e3d-43a6-b86d-dd0af87feefc', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.21: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 05:13:26,327 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-12 05:13:26,328 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-12 05:13:26,328 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-12 05:13:26,328 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-12 05:13:26,328 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-12 05:13:26,328 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-12 05:13:26,328 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-12 05:13:26,328 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-12 05:13:26,329 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-12 05:13:26,329 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-12 05:13:26,329 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-12 05:13:26,329 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-12 05:13:26,329 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-12 05:13:26,329 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-12 05:13:26,329 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-12 05:13:26,329 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-12 05:13:26,329 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-12 05:13:26,330 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-12 05:13:26,330 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-12 05:13:26,330 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-12 05:13:26,330 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-12 05:13:26,330 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-12 05:13:26,332 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'cinder_test-user_10688f5f-2e3d-43a6-b86d-dd0af87feefc', 'password': '1e97620f-4f25-4ca1-bff9-9f6f794632ea', 'project_name': 'cinder_test-project_10688f5f-2e3d-43a6-b86d-dd0af87feefc', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.21:5000//v3', 'project_id': '521007c1818145639e93ceb270559219', 'project_domain_name': 'Default'} 2018-08-12 05:13:26,332 - xtesting.ci.run_tests - INFO - Running test case 'cinder_test'... 2018-08-12 05:13:26,333 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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 05:13:26,340 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:13:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d6f1d0b4-9f61-4d80-a9a3-282ffc2ed680 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 05:13:26,341 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-d6f1d0b4-9f61-4d80-a9a3-282ffc2ed680 2018-08-12 05:13:26,341 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-08-12 05:13:26,749 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "01c5a989959447bfab9ab08b07a22501", "name": "Member"}], "expires_at": "2018-08-12T06:13:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "521007c1818145639e93ceb270559219", "name": "cinder_test-project_10688f5f-2e3d-43a6-b86d-dd0af87feefc"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/521007c1818145639e93ceb270559219", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/521007c1818145639e93ceb270559219", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/521007c1818145639e93ceb270559219", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_521007c1818145639e93ceb270559219", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_521007c1818145639e93ceb270559219", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/521007c1818145639e93ceb270559219", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/521007c1818145639e93ceb270559219", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/521007c1818145639e93ceb270559219", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/521007c1818145639e93ceb270559219", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/521007c1818145639e93ceb270559219", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/521007c1818145639e93ceb270559219", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/521007c1818145639e93ceb270559219", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/521007c1818145639e93ceb270559219", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/521007c1818145639e93ceb270559219", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "cinder_test-user_10688f5f-2e3d-43a6-b86d-dd0af87feefc", "id": "dd5c676629534bb886fcd150600d0ef7"}, "audit_ids": ["8fOjp1twTHWRrzg0Q6cWZg"], "issued_at": "2018-08-12T05:13:26.000000Z"}} 2018-08-12 05:13:26,753 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-12 05:13:26,753 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9ba34bba453d04b35802a1d9b799860eba5d940e" -d '{"network": {"name": "cinder_test-net_10688f5f-2e3d-43a6-b86d-dd0af87feefc", "admin_state_up": true}}' 2018-08-12 05:13:27,584 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 589 X-Openstack-Request-Id: req-e194dfe3-18be-4b2e-8972-f52c0f43f0cc Date: Sun, 12 Aug 2018 05:13:27 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"521007c1818145639e93ceb270559219","created_at":"2018-08-12T05:13:27Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T05:13:27Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"521007c1818145639e93ceb270559219","id":"05cf55fc-1f14-4e69-8d3b-db49bc93360e","name":"cinder_test-net_10688f5f-2e3d-43a6-b86d-dd0af87feefc"}} 2018-08-12 05:13:27,584 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-e194dfe3-18be-4b2e-8972-f52c0f43f0cc 2018-08-12 05:13:27,584 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.830994844437s 2018-08-12 05:13:27,584 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-e194dfe3-18be-4b2e-8972-f52c0f43f0cc 2018-08-12 05:13:27,585 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-12T05:13:27Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'id': u'05cf55fc-1f14-4e69-8d3b-db49bc93360e', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'cinder_test-net_10688f5f-2e3d-43a6-b86d-dd0af87feefc', u'admin_state_up': True, u'tenant_id': u'521007c1818145639e93ceb270559219', u'created_at': u'2018-08-12T05:13:27Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'521007c1818145639e93ceb270559219'}) 2018-08-12 05:13:27,585 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 05:13:27,586 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9ba34bba453d04b35802a1d9b799860eba5d940e" 2018-08-12 05:13:27,872 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1150 X-Openstack-Request-Id: req-4238dc2b-c537-49cc-83ef-deeae4653433 Date: Sun, 12 Aug 2018 05:13:27 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ec788992-fa73-45cc-a7d9-6d44542124c2"],"updated_at":"2018-08-12T05:04:31Z","tenant_id":"310f5853751a4c968f3eeb0a3d99a0a8","created_at":"2018-08-12T05:04:23Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"310f5853751a4c968f3eeb0a3d99a0a8","id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","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-12T05:13:27Z","tenant_id":"521007c1818145639e93ceb270559219","created_at":"2018-08-12T05:13:27Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"521007c1818145639e93ceb270559219","id":"05cf55fc-1f14-4e69-8d3b-db49bc93360e","name":"cinder_test-net_10688f5f-2e3d-43a6-b86d-dd0af87feefc"}]} 2018-08-12 05:13:27,873 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-4238dc2b-c537-49cc-83ef-deeae4653433 2018-08-12 05:13:27,873 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.28729391098s 2018-08-12 05:13:27,873 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-4238dc2b-c537-49cc-83ef-deeae4653433 2018-08-12 05:13:27,874 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-12 05:13:27,875 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}9ba34bba453d04b35802a1d9b799860eba5d940e" -d '{"subnet": {"name": "cinder_test-subnet_10688f5f-2e3d-43a6-b86d-dd0af87feefc", "enable_dhcp": true, "network_id": "05cf55fc-1f14-4e69-8d3b-db49bc93360e", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-12 05:13:28,883 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-2276bcec-004c-4eaf-9a25-f201cfaf0031 Date: Sun, 12 Aug 2018 05:13:28 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"05cf55fc-1f14-4e69-8d3b-db49bc93360e","tenant_id":"521007c1818145639e93ceb270559219","created_at":"2018-08-12T05:13:28Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-12T05:13:28Z","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":"521007c1818145639e93ceb270559219","id":"a2d97fad-5830-4599-a795-2ddc1ff93dea","subnetpool_id":null,"name":"cinder_test-subnet_10688f5f-2e3d-43a6-b86d-dd0af87feefc"}} 2018-08-12 05:13:28,883 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-2276bcec-004c-4eaf-9a25-f201cfaf0031 2018-08-12 05:13:28,884 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.00909495354s 2018-08-12 05:13:28,884 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-2276bcec-004c-4eaf-9a25-f201cfaf0031 2018-08-12 05:13:28,884 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-12T05:13:28Z', 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'a2d97fad-5830-4599-a795-2ddc1ff93dea', u'subnetpool_id': None, u'service_types': [], u'name': u'cinder_test-subnet_10688f5f-2e3d-43a6-b86d-dd0af87feefc', u'enable_dhcp': True, u'network_id': u'05cf55fc-1f14-4e69-8d3b-db49bc93360e', u'tenant_id': u'521007c1818145639e93ceb270559219', u'created_at': u'2018-08-12T05:13:28Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'521007c1818145639e93ceb270559219'}) 2018-08-12 05:13:28,885 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-12 05:13:28,886 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}9ba34bba453d04b35802a1d9b799860eba5d940e" -d '{"router": {"external_gateway_info": {"network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3"}, "name": "cinder_test-router_10688f5f-2e3d-43a6-b86d-dd0af87feefc", "admin_state_up": true}}' 2018-08-12 05:13:30,616 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-d0e89177-a86b-4be3-87b8-1dd963fb896d Date: Sun, 12 Aug 2018 05:13:30 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ec788992-fa73-45cc-a7d9-6d44542124c2", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "521007c1818145639e93ceb270559219", "created_at": "2018-08-12T05:13:29Z", "admin_state_up": true, "updated_at": "2018-08-12T05:13:30Z", "revision_number": 2, "routes": [], "project_id": "521007c1818145639e93ceb270559219", "id": "72f58f0b-6c9f-4ef9-a1f9-76a4e2c35483", "name": "cinder_test-router_10688f5f-2e3d-43a6-b86d-dd0af87feefc"}} 2018-08-12 05:13:30,616 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-d0e89177-a86b-4be3-87b8-1dd963fb896d 2018-08-12 05:13:30,616 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.73083686829s 2018-08-12 05:13:30,616 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-d0e89177-a86b-4be3-87b8-1dd963fb896d 2018-08-12 05:13:30,617 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'03886690-4630-4c4c-9ccb-7eedaa9b1fd3', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'ec788992-fa73-45cc-a7d9-6d44542124c2', u'ip_address': u'172.30.9.209'}]}, u'description': u'', u'tags': [], u'tenant_id': u'521007c1818145639e93ceb270559219', u'created_at': u'2018-08-12T05:13:29Z', u'admin_state_up': True, u'updated_at': u'2018-08-12T05:13:30Z', u'revision_number': 2, u'routes': [], u'project_id': u'521007c1818145639e93ceb270559219', u'id': u'72f58f0b-6c9f-4ef9-a1f9-76a4e2c35483', u'name': u'cinder_test-router_10688f5f-2e3d-43a6-b86d-dd0af87feefc'}) 2018-08-12 05:13:30,617 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-12 05:13:30,618 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/72f58f0b-6c9f-4ef9-a1f9-76a4e2c35483/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}9ba34bba453d04b35802a1d9b799860eba5d940e" -d '{"subnet_id": "a2d97fad-5830-4599-a795-2ddc1ff93dea"}' 2018-08-12 05:13:32,814 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-2250fd23-0236-457d-93a9-6c26eb0c7798 Date: Sun, 12 Aug 2018 05:13:32 GMT RESP BODY: {"network_id": "05cf55fc-1f14-4e69-8d3b-db49bc93360e", "tenant_id": "521007c1818145639e93ceb270559219", "subnet_id": "a2d97fad-5830-4599-a795-2ddc1ff93dea", "subnet_ids": ["a2d97fad-5830-4599-a795-2ddc1ff93dea"], "port_id": "bb55ea6c-045b-4b83-a026-899d7a0cb2ff", "id": "72f58f0b-6c9f-4ef9-a1f9-76a4e2c35483"} 2018-08-12 05:13:32,815 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/72f58f0b-6c9f-4ef9-a1f9-76a4e2c35483/add_router_interface.json used request id req-2250fd23-0236-457d-93a9-6c26eb0c7798 2018-08-12 05:13:32,815 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.1973490715s 2018-08-12 05:13:32,815 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/72f58f0b-6c9f-4ef9-a1f9-76a4e2c35483/add_router_interface.json used request id req-2250fd23-0236-457d-93a9-6c26eb0c7798 returning object 72f58f0b-6c9f-4ef9-a1f9-76a4e2c35483 2018-08-12 05:13:32,815 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-12 05:13:32,949 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-12 05:13:32,951 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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 05:13:32,955 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Sun, 12 Aug 2018 05:13:32 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}]} 2018-08-12 05:13:32,957 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 05:13:32,959 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9ba34bba453d04b35802a1d9b799860eba5d940e" 2018-08-12 05:13:33,160 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-b0849b53-d1dc-4c3e-ba4c-082b1749c68f Date: Sun, 12 Aug 2018 05:13:33 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 05:13:33,160 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-b0849b53-d1dc-4c3e-ba4c-082b1749c68f 2018-08-12 05:13:33,161 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.203191041946s 2018-08-12 05:13:33,161 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-b0849b53-d1dc-4c3e-ba4c-082b1749c68f 2018-08-12 05:13:33,170 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-12 05:13:33,173 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9ba34bba453d04b35802a1d9b799860eba5d940e" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/cinder_test-img_10688f5f-2e3d-43a6-b86d-dd0af87feefc", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "cinder_test-img_10688f5f-2e3d-43a6-b86d-dd0af87feefc"}' 2018-08-12 05:13:33,373 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 874 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/8feb78fb-13e4-4b47-9628-150bba90cbef Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-abe71a36-900d-4608-a27f-b940ded0d255 Date: Sun, 12 Aug 2018 05:13:33 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/8feb78fb-13e4-4b47-9628-150bba90cbef/file", "owner": "521007c1818145639e93ceb270559219", "id": "8feb78fb-13e4-4b47-9628-150bba90cbef", "size": null, "self": "/v2/images/8feb78fb-13e4-4b47-9628-150bba90cbef", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-12T05:13:33Z", "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_10688f5f-2e3d-43a6-b86d-dd0af87feefc", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_10688f5f-2e3d-43a6-b86d-dd0af87feefc", "checksum": null, "created_at": "2018-08-12T05:13:33Z", "protected": false} 2018-08-12 05:13:33,373 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-abe71a36-900d-4608-a27f-b940ded0d255 2018-08-12 05:13:33,373 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.203351020813s 2018-08-12 05:13:33,373 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-abe71a36-900d-4608-a27f-b940ded0d255 returning object 8feb78fb-13e4-4b47-9628-150bba90cbef 2018-08-12 05:13:33,374 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-12 05:13:33,378 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9292/v2/images/8feb78fb-13e4-4b47-9628-150bba90cbef/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}9ba34bba453d04b35802a1d9b799860eba5d940e" -d '' 2018-08-12 05:13:34,622 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c964c16a-a815-4263-a719-7b5b31f695d5 Date: Sun, 12 Aug 2018 05:13:34 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 05:13:34,623 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/8feb78fb-13e4-4b47-9628-150bba90cbef/file used request id req-c964c16a-a815-4263-a719-7b5b31f695d5 2018-08-12 05:13:34,623 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.24840188026s 2018-08-12 05:13:34,623 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/8feb78fb-13e4-4b47-9628-150bba90cbef/file used request id req-c964c16a-a815-4263-a719-7b5b31f695d5 2018-08-12 05:13:34,627 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 05:13:34,631 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9ba34bba453d04b35802a1d9b799860eba5d940e" 2018-08-12 05:13:34,836 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1204 Content-Type: application/json X-Openstack-Request-Id: req-4c94167e-fc63-4033-abf0-b34c39fb7070 Date: Sun, 12 Aug 2018 05:13:34 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/8feb78fb-13e4-4b47-9628-150bba90cbef/snap", "metadata": {}}], "file": "/v2/images/8feb78fb-13e4-4b47-9628-150bba90cbef/file", "owner": "521007c1818145639e93ceb270559219", "id": "8feb78fb-13e4-4b47-9628-150bba90cbef", "size": 12716032, "self": "/v2/images/8feb78fb-13e4-4b47-9628-150bba90cbef", "disk_format": "qcow2", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/8feb78fb-13e4-4b47-9628-150bba90cbef/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-12T05:13:34Z", "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_10688f5f-2e3d-43a6-b86d-dd0af87feefc", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_10688f5f-2e3d-43a6-b86d-dd0af87feefc", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-12T05:13:33Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 05:13:34,836 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-4c94167e-fc63-4033-abf0-b34c39fb7070 2018-08-12 05:13:34,836 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.208913087845s 2018-08-12 05:13:34,836 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-4c94167e-fc63-4033-abf0-b34c39fb7070 2018-08-12 05:13:34,838 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://b36631de-8836-42ae-a808-b5158928754c/images/8feb78fb-13e4-4b47-9628-150bba90cbef/snap', u'metadata': Munch({})})], 'file': u'/v2/images/8feb78fb-13e4-4b47-9628-150bba90cbef/file', 'owner': u'521007c1818145639e93ceb270559219', 'id': u'8feb78fb-13e4-4b47-9628-150bba90cbef', 'size': 12716032, u'self': u'/v2/images/8feb78fb-13e4-4b47-9628-150bba90cbef', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'521007c1818145639e93ceb270559219', 'name': 'cinder_test-project_10688f5f-2e3d-43a6-b86d-dd0af87feefc', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://b36631de-8836-42ae-a808-b5158928754c/images/8feb78fb-13e4-4b47-9628-150bba90cbef/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-12T05:13:34Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-12T05:13:34Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/cinder_test-img_10688f5f-2e3d-43a6-b86d-dd0af87feefc', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/8feb78fb-13e4-4b47-9628-150bba90cbef', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/cinder_test-img_10688f5f-2e3d-43a6-b86d-dd0af87feefc', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'cinder_test-img_10688f5f-2e3d-43a6-b86d-dd0af87feefc', 'created': u'2018-08-12T05:13:33Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-12T05:13:33Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/8feb78fb-13e4-4b47-9628-150bba90cbef', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/cinder_test-img_10688f5f-2e3d-43a6-b86d-dd0af87feefc', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-08-12 05:13:34,839 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-12 05:13:34,841 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}f8216f57f036239373dd631cb7463514b4461e2c" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "cinder_test-flavor_10688f5f-2e3d-43a6-b86d-dd0af87feefc", "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 05:13:35,217 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05: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-61551a40-e491-451b-a54b-f8866c3a1124 x-compute-request-id: req-61551a40-e491-451b-a54b-f8866c3a1124 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavor": {"name": "cinder_test-flavor_10688f5f-2e3d-43a6-b86d-dd0af87feefc", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/285397f4-88b5-44d7-bbe1-60bb22ca4ecf", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/285397f4-88b5-44d7-bbe1-60bb22ca4ecf", "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": "285397f4-88b5-44d7-bbe1-60bb22ca4ecf"}} 2018-08-12 05:13:35,217 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-61551a40-e491-451b-a54b-f8866c3a1124 2018-08-12 05:13:35,217 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.378123998642s 2018-08-12 05:13:35,217 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-61551a40-e491-451b-a54b-f8866c3a1124 2018-08-12 05:13:35,218 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'cinder_test-flavor_10688f5f-2e3d-43a6-b86d-dd0af87feefc', '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'a267b9a156244bb192691cff6e5f74fe', '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'285397f4-88b5-44d7-bbe1-60bb22ca4ecf', 'swap': 0}) 2018-08-12 05:13:35,219 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-12 05:13:35,222 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors/285397f4-88b5-44d7-bbe1-60bb22ca4ecf/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}f8216f57f036239373dd631cb7463514b4461e2c" -d '{"extra_specs": {}}' 2018-08-12 05:13:35,243 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:13: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-961909d6-141d-4759-985f-429eeb8449b4 x-compute-request-id: req-961909d6-141d-4759-985f-429eeb8449b4 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-12 05:13:35,243 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/285397f4-88b5-44d7-bbe1-60bb22ca4ecf/os-extra_specs used request id req-961909d6-141d-4759-985f-429eeb8449b4 2018-08-12 05:13:35,243 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0240778923035s 2018-08-12 05:13:35,243 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/285397f4-88b5-44d7-bbe1-60bb22ca4ecf/os-extra_specs used request id req-961909d6-141d-4759-985f-429eeb8449b4 2018-08-12 05:13:35,244 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-12 05:13:35,246 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}9ba34bba453d04b35802a1d9b799860eba5d940e" -d '{"keypair": {"name": "cinder_test-kp_10688f5f-2e3d-43a6-b86d-dd0af87feefc"}}' 2018-08-12 05:13:35,559 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:13: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-61e4ac97-1854-4003-b61e-c080d39740fe x-compute-request-id: req-61e4ac97-1854-4003-b61e-c080d39740fe Content-Encoding: gzip Content-Length: 1804 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCx8A0dp0ygFGgA4mg4+j7fBwHXI3BeGSq/TsoF+1Sw8fEIeX0Mw5tcEsPeD0A1WaZMJmfdnnZLrTKWqLV2r4IDYuBFrzPeCYJx5kkHMnFeRTfeA0kcXyI+rbMxf5L9ptQggu+C6BpS5ijH40bQbk+X8yeQ0KiBH2GA3n0yc69uIw+Farl4LYVs1UoCXzvHGlltMfxCUiK/TowdHcCi1qZ5lhjqn3fvTAseaTc5jt708pxrKf0oFCGCK9VakWufEdwjlNXfTfKfCrqnEgkABXkidqz0OV/HpSzVn3OocNNn77Jww+BL3fN7k94OOibTnottP/J8CklxAUOto9twBVCV Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAsfANHadMoBRoAOJoOPo+3wcB1yNwXhkqv07KBftUsPHxCHl9\nDMObXBLD3g9ANVmmTCZn3Z52S60ylqi1dq+CA2LgRa8z3gmCceZJBzJxXkU33gNJ\nHF8iPq2zMX+S/abUIILvgugaUuYox+NG0G5Pl/MnkNCogR9hgN59MnOvbiMPhWq5\neC2FbNVKAl87xxpZbTH8QlIiv06MHR3AotameZYY6p9370wLHmk3OY7e9PKcayn9\nKBQhgivVWpFrnxHcI5TV303ynwq6pxIJAAV5Inas9Dlfx6Us1Z9zqHDTZ++ycMPg\nS93ze5PeDjom056LbT/yfApJcQFDraPbcAVQlQIDAQABAoIBACj5INwKMR/Pcx95\nAwzTuvR6VZcnpvFUFD7XMrfr5tWT8K/F4eC1jinGfGm+00c1rJBua45htdW5PSPq\nF1cMFQEYnJIPRP9E60+0+m341JgjkjjCQuyQj38lWlT0jnFwH/qYi/R149HhA9T7\nZcwLCrLvn9W95n9NLZOSJ/wdHXFbqL65bXLM9eaS3cueKmJgzPWBCyKzedAV1kA9\nSo/0SZrxQs/tLS1zl/Ddr9nH7QdWLss7qYVR/oqFgw8ClfrAzY7pWGbaGFNDD/Vq\n/4jDlJnimOKDnbC9GmRYbBG7uvFoCy9VgFor7OmxZxSxnSy5h1RVYuNPxb+NCZ04\nMRTJpKECgYEA6Ze5mqDakf9F0/hY+pdWUOXwr3t0tqzYJIe1u9Z9MInKmE2KsDf/\nRdeh7quluoj3cDLV8RgYrtwQx5vPmyVMWWzO9bUHknU4rSzKd1GSVpa5N0vKbNfw\n6sB2h1UkfOTjirgBLELBw5Q4yVzjWh3a8uFAFaIsYh+5Omm359ksQukCgYEAwwGf\nEW+Vb9kY+t/EtOdyNh8qWqP6IhET0pKddTrWQOdzdvVCSsjGxGulodOeWjFEGQKP\n+/bQ9LwxC7wMhd0DX0O59jb0kstKuqKwHhPXFEV9ZDNKSW2yiuaDP4NTc4SBr93M\nOaokbhltbCf9HVDnEPDjQg/Z6oSmuZ27KJ5IXM0CgYEAwk6eapyRE87nU+qKgXCv\nsT2EV0R3kpj2dnSY3HYPzvdfmg8uZWU/J+a14aXQhvj18tOmmRU1Owb9wjy+lcyR\n1PUotsRuVwrBKXRPuq8U7ogT64ZVDPMXiP6t2eceIfH3wOVMvHePXFQIZJ+q0sRw\n44YxW416I+lFl+xmuSoyojkCgYEAljsUicE2FiHhbbygdWHtCib+YS/8zuvrIomT\nRrIaR4xH1vhhpu2Au+fWhZJbZ06XENF5jXp7RmAJROoNl79KDsVFaZqy1rhJDPmy\nxqkwREy4qk4dR+574yhtKqwIyXDm3E76O96JDE0IkI9KH6CpMtLxsX42usaRD2Sl\nwEgYpW0CgYA7FokDZieUeBl3Wiv/1P/5kC38F0KfSMdYUNHRIcx/fJhxIIl3fFmR\n9G31+x+0R98AWOQm6xNqmCgZkxRsge9LqMY+LwXKjWM3N+YQTCDQMuMnRF3r1sPX\nujEn4jhHzuctQiOOzSFmCNVzXxRho5Q9CQKY+Al31mzVMU5Am7Ldaw==\n-----END RSA PRIVATE KEY-----\n", "user_id": "dd5c676629534bb886fcd150600d0ef7", "name": "cinder_test-kp_10688f5f-2e3d-43a6-b86d-dd0af87feefc", "fingerprint": "2f:70:90:0c:8b:ed:a8:6d:5a:4d:45:0b:34:c0:ed:9d"}} 2018-08-12 05:13:35,560 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-61e4ac97-1854-4003-b61e-c080d39740fe 2018-08-12 05:13:35,560 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.315748929977s 2018-08-12 05:13:35,560 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-61e4ac97-1854-4003-b61e-c080d39740fe 2018-08-12 05:13:35,561 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCx8A0dp0ygFGgA4mg4+j7fBwHXI3BeGSq/TsoF+1Sw8fEIeX0Mw5tcEsPeD0A1WaZMJmfdnnZLrTKWqLV2r4IDYuBFrzPeCYJx5kkHMnFeRTfeA0kcXyI+rbMxf5L9ptQggu+C6BpS5ijH40bQbk+X8yeQ0KiBH2GA3n0yc69uIw+Farl4LYVs1UoCXzvHGlltMfxCUiK/TowdHcCi1qZ5lhjqn3fvTAseaTc5jt708pxrKf0oFCGCK9VakWufEdwjlNXfTfKfCrqnEgkABXkidqz0OV/HpSzVn3OocNNn77Jww+BL3fN7k94OOibTnottP/J8CklxAUOto9twBVCV Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAsfANHadMoBRoAOJoOPo+3wcB1yNwXhkqv07KBftUsPHxCHl9\nDMObXBLD3g9ANVmmTCZn3Z52S60ylqi1dq+CA2LgRa8z3gmCceZJBzJxXkU33gNJ\nHF8iPq2zMX+S/abUIILvgugaUuYox+NG0G5Pl/MnkNCogR9hgN59MnOvbiMPhWq5\neC2FbNVKAl87xxpZbTH8QlIiv06MHR3AotameZYY6p9370wLHmk3OY7e9PKcayn9\nKBQhgivVWpFrnxHcI5TV303ynwq6pxIJAAV5Inas9Dlfx6Us1Z9zqHDTZ++ycMPg\nS93ze5PeDjom056LbT/yfApJcQFDraPbcAVQlQIDAQABAoIBACj5INwKMR/Pcx95\nAwzTuvR6VZcnpvFUFD7XMrfr5tWT8K/F4eC1jinGfGm+00c1rJBua45htdW5PSPq\nF1cMFQEYnJIPRP9E60+0+m341JgjkjjCQuyQj38lWlT0jnFwH/qYi/R149HhA9T7\nZcwLCrLvn9W95n9NLZOSJ/wdHXFbqL65bXLM9eaS3cueKmJgzPWBCyKzedAV1kA9\nSo/0SZrxQs/tLS1zl/Ddr9nH7QdWLss7qYVR/oqFgw8ClfrAzY7pWGbaGFNDD/Vq\n/4jDlJnimOKDnbC9GmRYbBG7uvFoCy9VgFor7OmxZxSxnSy5h1RVYuNPxb+NCZ04\nMRTJpKECgYEA6Ze5mqDakf9F0/hY+pdWUOXwr3t0tqzYJIe1u9Z9MInKmE2KsDf/\nRdeh7quluoj3cDLV8RgYrtwQx5vPmyVMWWzO9bUHknU4rSzKd1GSVpa5N0vKbNfw\n6sB2h1UkfOTjirgBLELBw5Q4yVzjWh3a8uFAFaIsYh+5Omm359ksQukCgYEAwwGf\nEW+Vb9kY+t/EtOdyNh8qWqP6IhET0pKddTrWQOdzdvVCSsjGxGulodOeWjFEGQKP\n+/bQ9LwxC7wMhd0DX0O59jb0kstKuqKwHhPXFEV9ZDNKSW2yiuaDP4NTc4SBr93M\nOaokbhltbCf9HVDnEPDjQg/Z6oSmuZ27KJ5IXM0CgYEAwk6eapyRE87nU+qKgXCv\nsT2EV0R3kpj2dnSY3HYPzvdfmg8uZWU/J+a14aXQhvj18tOmmRU1Owb9wjy+lcyR\n1PUotsRuVwrBKXRPuq8U7ogT64ZVDPMXiP6t2eceIfH3wOVMvHePXFQIZJ+q0sRw\n44YxW416I+lFl+xmuSoyojkCgYEAljsUicE2FiHhbbygdWHtCib+YS/8zuvrIomT\nRrIaR4xH1vhhpu2Au+fWhZJbZ06XENF5jXp7RmAJROoNl79KDsVFaZqy1rhJDPmy\nxqkwREy4qk4dR+574yhtKqwIyXDm3E76O96JDE0IkI9KH6CpMtLxsX42usaRD2Sl\nwEgYpW0CgYA7FokDZieUeBl3Wiv/1P/5kC38F0KfSMdYUNHRIcx/fJhxIIl3fFmR\n9G31+x+0R98AWOQm6xNqmCgZkxRsge9LqMY+LwXKjWM3N+YQTCDQMuMnRF3r1sPX\nujEn4jhHzuctQiOOzSFmCNVzXxRho5Q9CQKY+Al31mzVMU5Am7Ldaw==\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'dd5c676629534bb886fcd150600d0ef7', 'name': u'cinder_test-kp_10688f5f-2e3d-43a6-b86d-dd0af87feefc', 'created_at': '2018-08-12T05:13:35.561252', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'521007c1818145639e93ceb270559219', 'name': 'cinder_test-project_10688f5f-2e3d-43a6-b86d-dd0af87feefc', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'2f:70:90:0c:8b:ed:a8:6d:5a:4d:45:0b:34:c0:ed:9d', 'type': 'ssh', 'id': u'cinder_test-kp_10688f5f-2e3d-43a6-b86d-dd0af87feefc'}) 2018-08-12 05:13:35,561 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpAIBAAKCAQEAsfANHadMoBRoAOJoOPo+3wcB1yNwXhkqv07KBftUsPHxCHl9 DMObXBLD3g9ANVmmTCZn3Z52S60ylqi1dq+CA2LgRa8z3gmCceZJBzJxXkU33gNJ HF8iPq2zMX+S/abUIILvgugaUuYox+NG0G5Pl/MnkNCogR9hgN59MnOvbiMPhWq5 eC2FbNVKAl87xxpZbTH8QlIiv06MHR3AotameZYY6p9370wLHmk3OY7e9PKcayn9 KBQhgivVWpFrnxHcI5TV303ynwq6pxIJAAV5Inas9Dlfx6Us1Z9zqHDTZ++ycMPg S93ze5PeDjom056LbT/yfApJcQFDraPbcAVQlQIDAQABAoIBACj5INwKMR/Pcx95 AwzTuvR6VZcnpvFUFD7XMrfr5tWT8K/F4eC1jinGfGm+00c1rJBua45htdW5PSPq F1cMFQEYnJIPRP9E60+0+m341JgjkjjCQuyQj38lWlT0jnFwH/qYi/R149HhA9T7 ZcwLCrLvn9W95n9NLZOSJ/wdHXFbqL65bXLM9eaS3cueKmJgzPWBCyKzedAV1kA9 So/0SZrxQs/tLS1zl/Ddr9nH7QdWLss7qYVR/oqFgw8ClfrAzY7pWGbaGFNDD/Vq /4jDlJnimOKDnbC9GmRYbBG7uvFoCy9VgFor7OmxZxSxnSy5h1RVYuNPxb+NCZ04 MRTJpKECgYEA6Ze5mqDakf9F0/hY+pdWUOXwr3t0tqzYJIe1u9Z9MInKmE2KsDf/ Rdeh7quluoj3cDLV8RgYrtwQx5vPmyVMWWzO9bUHknU4rSzKd1GSVpa5N0vKbNfw 6sB2h1UkfOTjirgBLELBw5Q4yVzjWh3a8uFAFaIsYh+5Omm359ksQukCgYEAwwGf EW+Vb9kY+t/EtOdyNh8qWqP6IhET0pKddTrWQOdzdvVCSsjGxGulodOeWjFEGQKP +/bQ9LwxC7wMhd0DX0O59jb0kstKuqKwHhPXFEV9ZDNKSW2yiuaDP4NTc4SBr93M OaokbhltbCf9HVDnEPDjQg/Z6oSmuZ27KJ5IXM0CgYEAwk6eapyRE87nU+qKgXCv sT2EV0R3kpj2dnSY3HYPzvdfmg8uZWU/J+a14aXQhvj18tOmmRU1Owb9wjy+lcyR 1PUotsRuVwrBKXRPuq8U7ogT64ZVDPMXiP6t2eceIfH3wOVMvHePXFQIZJ+q0sRw 44YxW416I+lFl+xmuSoyojkCgYEAljsUicE2FiHhbbygdWHtCib+YS/8zuvrIomT RrIaR4xH1vhhpu2Au+fWhZJbZ06XENF5jXp7RmAJROoNl79KDsVFaZqy1rhJDPmy xqkwREy4qk4dR+574yhtKqwIyXDm3E76O96JDE0IkI9KH6CpMtLxsX42usaRD2Sl wEgYpW0CgYA7FokDZieUeBl3Wiv/1P/5kC38F0KfSMdYUNHRIcx/fJhxIIl3fFmR 9G31+x+0R98AWOQm6xNqmCgZkxRsge9LqMY+LwXKjWM3N+YQTCDQMuMnRF3r1sPX ujEn4jhHzuctQiOOzSFmCNVzXxRho5Q9CQKY+Al31mzVMU5Am7Ldaw== -----END RSA PRIVATE KEY----- 2018-08-12 05:13:35,564 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-08-12 05:13:35,565 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}9ba34bba453d04b35802a1d9b799860eba5d940e" -d '{"security_group": {"name": "cinder_test-sg_10688f5f-2e3d-43a6-b86d-dd0af87feefc", "description": "created by OPNFV Functest (cinder_test)"}}' 2018-08-12 05:13:36,058 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1422 X-Openstack-Request-Id: req-c5303239-0ce1-4f71-b175-79b63709644b Date: Sun, 12 Aug 2018 05:13:36 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (cinder_test)", "tags": [], "tenant_id": "521007c1818145639e93ceb270559219", "created_at": "2018-08-12T05:13:35Z", "updated_at": "2018-08-12T05:13:35Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:35Z", "revision_number": 0, "id": "77f0b578-c9d5-49e5-9fe3-70eb454283f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:35Z", "security_group_id": "879d6504-ad28-4ca1-a49c-f8b6efbdcbaf", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:35Z", "revision_number": 0, "id": "b51bd9ad-c6ab-4bd1-8cc5-0b3c91a96d2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:35Z", "security_group_id": "879d6504-ad28-4ca1-a49c-f8b6efbdcbaf", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}], "revision_number": 2, "project_id": "521007c1818145639e93ceb270559219", "id": "879d6504-ad28-4ca1-a49c-f8b6efbdcbaf", "name": "cinder_test-sg_10688f5f-2e3d-43a6-b86d-dd0af87feefc"}} 2018-08-12 05:13:36,058 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-c5303239-0ce1-4f71-b175-79b63709644b 2018-08-12 05:13:36,059 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.494184970856s 2018-08-12 05:13:36,059 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-c5303239-0ce1-4f71-b175-79b63709644b 2018-08-12 05:13:36,064 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-12 05:13:36,064 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}9ba34bba453d04b35802a1d9b799860eba5d940e" 2018-08-12 05:13:36,292 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3838 X-Openstack-Request-Id: req-d4a3d345-1671-474c-957e-1d113cb630e1 Date: Sun, 12 Aug 2018 05:13:36 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cinder_test)", "tags": [], "tenant_id": "521007c1818145639e93ceb270559219", "created_at": "2018-08-12T05:13:35Z", "updated_at": "2018-08-12T05:13:35Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:35Z", "revision_number": 0, "id": "77f0b578-c9d5-49e5-9fe3-70eb454283f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:35Z", "security_group_id": "879d6504-ad28-4ca1-a49c-f8b6efbdcbaf", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:35Z", "revision_number": 0, "id": "b51bd9ad-c6ab-4bd1-8cc5-0b3c91a96d2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:35Z", "security_group_id": "879d6504-ad28-4ca1-a49c-f8b6efbdcbaf", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}], "revision_number": 2, "project_id": "521007c1818145639e93ceb270559219", "id": "879d6504-ad28-4ca1-a49c-f8b6efbdcbaf", "name": "cinder_test-sg_10688f5f-2e3d-43a6-b86d-dd0af87feefc"}, {"description": "Default security group", "tags": [], "tenant_id": "521007c1818145639e93ceb270559219", "created_at": "2018-08-12T05:13:27Z", "updated_at": "2018-08-12T05:13:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "5e7fede5-b0f2-47d8-95c3-516cdfc7f9de", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "8fd0e36f-c6c4-4f64-ba97-40439e614448", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "db7d79de-1dfc-4138-945f-91e74cdc266b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "e87f2cff-ff3e-4b6d-aaf0-7f0eb0ab9f05", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}], "revision_number": 4, "project_id": "521007c1818145639e93ceb270559219", "id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "name": "default"}]} 2018-08-12 05:13:36,292 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-d4a3d345-1671-474c-957e-1d113cb630e1 2018-08-12 05:13:36,292 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.228291034698s 2018-08-12 05:13:36,292 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-d4a3d345-1671-474c-957e-1d113cb630e1 2018-08-12 05:13:36,296 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-12 05:13:36,297 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}9ba34bba453d04b35802a1d9b799860eba5d940e" -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": "879d6504-ad28-4ca1-a49c-f8b6efbdcbaf"}}' 2018-08-12 05:13:36,669 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-1ddc0a95-2944-4c9d-bb4a-de0694507a90 Date: Sun, 12 Aug 2018 05:13:36 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-12T05:13:36Z", "security_group_id": "879d6504-ad28-4ca1-a49c-f8b6efbdcbaf", "port_range_min": 22, "revision_number": 0, "tenant_id": "521007c1818145639e93ceb270559219", "created_at": "2018-08-12T05:13:36Z", "project_id": "521007c1818145639e93ceb270559219", "id": "e23a1b33-fd73-465f-a1d3-e14db1262e30"}} 2018-08-12 05:13:36,669 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-1ddc0a95-2944-4c9d-bb4a-de0694507a90 2018-08-12 05:13:36,669 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.372977018356s 2018-08-12 05:13:36,670 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-1ddc0a95-2944-4c9d-bb4a-de0694507a90 2018-08-12 05:13:36,673 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-12 05:13:36,674 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}9ba34bba453d04b35802a1d9b799860eba5d940e" 2018-08-12 05:13:36,885 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4334 X-Openstack-Request-Id: req-384afe5e-bf30-413d-b877-957c76d8bb8c Date: Sun, 12 Aug 2018 05:13:36 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cinder_test)", "tags": [], "tenant_id": "521007c1818145639e93ceb270559219", "created_at": "2018-08-12T05:13:35Z", "updated_at": "2018-08-12T05:13:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:35Z", "revision_number": 0, "id": "77f0b578-c9d5-49e5-9fe3-70eb454283f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:35Z", "security_group_id": "879d6504-ad28-4ca1-a49c-f8b6efbdcbaf", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:35Z", "revision_number": 0, "id": "b51bd9ad-c6ab-4bd1-8cc5-0b3c91a96d2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:35Z", "security_group_id": "879d6504-ad28-4ca1-a49c-f8b6efbdcbaf", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-12T05:13:36Z", "revision_number": 0, "id": "e23a1b33-fd73-465f-a1d3-e14db1262e30", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:36Z", "security_group_id": "879d6504-ad28-4ca1-a49c-f8b6efbdcbaf", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": 22, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}], "revision_number": 3, "project_id": "521007c1818145639e93ceb270559219", "id": "879d6504-ad28-4ca1-a49c-f8b6efbdcbaf", "name": "cinder_test-sg_10688f5f-2e3d-43a6-b86d-dd0af87feefc"}, {"description": "Default security group", "tags": [], "tenant_id": "521007c1818145639e93ceb270559219", "created_at": "2018-08-12T05:13:27Z", "updated_at": "2018-08-12T05:13:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "5e7fede5-b0f2-47d8-95c3-516cdfc7f9de", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "8fd0e36f-c6c4-4f64-ba97-40439e614448", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "db7d79de-1dfc-4138-945f-91e74cdc266b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "e87f2cff-ff3e-4b6d-aaf0-7f0eb0ab9f05", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}], "revision_number": 4, "project_id": "521007c1818145639e93ceb270559219", "id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "name": "default"}]} 2018-08-12 05:13:36,886 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-384afe5e-bf30-413d-b877-957c76d8bb8c 2018-08-12 05:13:36,886 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.212642908096s 2018-08-12 05:13:36,886 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-384afe5e-bf30-413d-b877-957c76d8bb8c 2018-08-12 05:13:36,889 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-12 05:13:36,890 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}9ba34bba453d04b35802a1d9b799860eba5d940e" -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": "879d6504-ad28-4ca1-a49c-f8b6efbdcbaf"}}' 2018-08-12 05:13:37,245 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-288215ea-4bfa-4ea1-949f-da0a5bf0a222 Date: Sun, 12 Aug 2018 05:13:37 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-12T05:13:37Z", "security_group_id": "879d6504-ad28-4ca1-a49c-f8b6efbdcbaf", "port_range_min": null, "revision_number": 0, "tenant_id": "521007c1818145639e93ceb270559219", "created_at": "2018-08-12T05:13:37Z", "project_id": "521007c1818145639e93ceb270559219", "id": "779f3a79-4dbb-41d3-8c50-24fd180d9001"}} 2018-08-12 05:13:37,245 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-288215ea-4bfa-4ea1-949f-da0a5bf0a222 2018-08-12 05:13:37,245 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.355368852615s 2018-08-12 05:13:37,245 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-288215ea-4bfa-4ea1-949f-da0a5bf0a222 2018-08-12 05:13:37,247 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 05:13:37,247 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9ba34bba453d04b35802a1d9b799860eba5d940e" 2018-08-12 05:13:37,357 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-b1b3f998-5f86-4045-9e9e-b972f7389934 Date: Sun, 12 Aug 2018 05:13:37 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ec788992-fa73-45cc-a7d9-6d44542124c2"],"updated_at":"2018-08-12T05:04:31Z","tenant_id":"310f5853751a4c968f3eeb0a3d99a0a8","created_at":"2018-08-12T05:04:23Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"310f5853751a4c968f3eeb0a3d99a0a8","id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["a2d97fad-5830-4599-a795-2ddc1ff93dea"],"updated_at":"2018-08-12T05:13:28Z","tenant_id":"521007c1818145639e93ceb270559219","created_at":"2018-08-12T05:13:27Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"521007c1818145639e93ceb270559219","id":"05cf55fc-1f14-4e69-8d3b-db49bc93360e","name":"cinder_test-net_10688f5f-2e3d-43a6-b86d-dd0af87feefc"}]} 2018-08-12 05:13:37,357 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-b1b3f998-5f86-4045-9e9e-b972f7389934 2018-08-12 05:13:37,357 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.110538005829s 2018-08-12 05:13:37,358 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-b1b3f998-5f86-4045-9e9e-b972f7389934 2018-08-12 05:13:37,362 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 05:13:37,366 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9ba34bba453d04b35802a1d9b799860eba5d940e" 2018-08-12 05:13:37,572 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1204 Content-Type: application/json X-Openstack-Request-Id: req-c64e0349-f4e2-4e28-b07f-5f5594670178 Date: Sun, 12 Aug 2018 05:13:37 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/8feb78fb-13e4-4b47-9628-150bba90cbef/snap", "metadata": {}}], "file": "/v2/images/8feb78fb-13e4-4b47-9628-150bba90cbef/file", "owner": "521007c1818145639e93ceb270559219", "id": "8feb78fb-13e4-4b47-9628-150bba90cbef", "size": 12716032, "self": "/v2/images/8feb78fb-13e4-4b47-9628-150bba90cbef", "disk_format": "qcow2", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/8feb78fb-13e4-4b47-9628-150bba90cbef/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-12T05:13:34Z", "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_10688f5f-2e3d-43a6-b86d-dd0af87feefc", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_10688f5f-2e3d-43a6-b86d-dd0af87feefc", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-12T05:13:33Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 05:13:37,572 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-c64e0349-f4e2-4e28-b07f-5f5594670178 2018-08-12 05:13:37,572 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.209849119186s 2018-08-12 05:13:37,573 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-c64e0349-f4e2-4e28-b07f-5f5594670178 2018-08-12 05:13:37,575 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-12 05:13:37,578 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}9ba34bba453d04b35802a1d9b799860eba5d940e" 2018-08-12 05:13:37,605 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05: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-d66cacbd-6da2-4662-90c6-bf66e1182825 x-compute-request-id: req-d66cacbd-6da2-4662-90c6-bf66e1182825 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cinder_test-flavor_10688f5f-2e3d-43a6-b86d-dd0af87feefc", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/285397f4-88b5-44d7-bbe1-60bb22ca4ecf", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/285397f4-88b5-44d7-bbe1-60bb22ca4ecf", "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": "285397f4-88b5-44d7-bbe1-60bb22ca4ecf"}]} 2018-08-12 05:13:37,605 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-d66cacbd-6da2-4662-90c6-bf66e1182825 2018-08-12 05:13:37,605 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0299551486969s 2018-08-12 05:13:37,605 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-d66cacbd-6da2-4662-90c6-bf66e1182825 2018-08-12 05:13:37,607 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-12 05:13:37,609 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}9ba34bba453d04b35802a1d9b799860eba5d940e" -d '{"server": {"name": "cinder_test-vm2_10688f5f-2e3d-43a6-b86d-dd0af87feefc", "imageRef": "8feb78fb-13e4-4b47-9628-150bba90cbef", "key_name": "cinder_test-kp_10688f5f-2e3d-43a6-b86d-dd0af87feefc", "flavorRef": "285397f4-88b5-44d7-bbe1-60bb22ca4ecf", "max_count": 1, "min_count": 1, "networks": [{"uuid": "05cf55fc-1f14-4e69-8d3b-db49bc93360e"}], "security_groups": [{"name": "879d6504-ad28-4ca1-a49c-f8b6efbdcbaf"}]}}' 2018-08-12 05:13:40,379 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 05: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 x-openstack-request-id: req-3aa998dd-42ec-4187-b51e-51bff3805c20 x-compute-request-id: req-3aa998dd-42ec-4187-b51e-51bff3805c20 Content-Length: 403 location: http://172.30.9.21:8774/v2.1/servers/52d0947e-bee6-4828-84b8-666a251c1dea Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "879d6504-ad28-4ca1-a49c-f8b6efbdcbaf"}], "OS-DCF:diskConfig": "MANUAL", "id": "52d0947e-bee6-4828-84b8-666a251c1dea", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/52d0947e-bee6-4828-84b8-666a251c1dea", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/52d0947e-bee6-4828-84b8-666a251c1dea", "rel": "bookmark"}], "adminPass": "3nz3LMAwgkb2"}} 2018-08-12 05:13:40,379 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-3aa998dd-42ec-4187-b51e-51bff3805c20 2018-08-12 05:13:40,379 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.77202606201s 2018-08-12 05:13:40,379 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-3aa998dd-42ec-4187-b51e-51bff3805c20 2018-08-12 05:13:40,380 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 05:13:40,383 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9ba34bba453d04b35802a1d9b799860eba5d940e" 2018-08-12 05:13:40,837 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05: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-b8d097fe-eec1-4a9c-8e8d-f50044ac6587 x-compute-request-id: req-b8d097fe-eec1-4a9c-8e8d-f50044ac6587 Content-Encoding: gzip Content-Length: 604 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/52d0947e-bee6-4828-84b8-666a251c1dea", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/52d0947e-bee6-4828-84b8-666a251c1dea", "rel": "bookmark"}], "image": {"id": "8feb78fb-13e4-4b47-9628-150bba90cbef", "links": [{"href": "http://172.30.9.21:8774/images/8feb78fb-13e4-4b47-9628-150bba90cbef", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "285397f4-88b5-44d7-bbe1-60bb22ca4ecf", "links": [{"href": "http://172.30.9.21:8774/flavors/285397f4-88b5-44d7-bbe1-60bb22ca4ecf", "rel": "bookmark"}]}, "id": "52d0947e-bee6-4828-84b8-666a251c1dea", "user_id": "dd5c676629534bb886fcd150600d0ef7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T05:13:40Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_10688f5f-2e3d-43a6-b86d-dd0af87feefc", "name": "cinder_test-vm2_10688f5f-2e3d-43a6-b86d-dd0af87feefc", "created": "2018-08-12T05:13:40Z", "tenant_id": "521007c1818145639e93ceb270559219", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 05:13:40,837 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-b8d097fe-eec1-4a9c-8e8d-f50044ac6587 2018-08-12 05:13:40,838 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.457306146622s 2018-08-12 05:13:40,838 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-b8d097fe-eec1-4a9c-8e8d-f50044ac6587 2018-08-12 05:13:40,845 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 05:13:40,846 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9ba34bba453d04b35802a1d9b799860eba5d940e" 2018-08-12 05:13:41,144 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-92685db3-f1ae-4d3d-81b6-b7ae7ccdbe66 Date: Sun, 12 Aug 2018 05:13:41 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ec788992-fa73-45cc-a7d9-6d44542124c2"],"updated_at":"2018-08-12T05:04:31Z","tenant_id":"310f5853751a4c968f3eeb0a3d99a0a8","created_at":"2018-08-12T05:04:23Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"310f5853751a4c968f3eeb0a3d99a0a8","id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["a2d97fad-5830-4599-a795-2ddc1ff93dea"],"updated_at":"2018-08-12T05:13:28Z","tenant_id":"521007c1818145639e93ceb270559219","created_at":"2018-08-12T05:13:27Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"521007c1818145639e93ceb270559219","id":"05cf55fc-1f14-4e69-8d3b-db49bc93360e","name":"cinder_test-net_10688f5f-2e3d-43a6-b86d-dd0af87feefc"}]} 2018-08-12 05:13:41,145 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-92685db3-f1ae-4d3d-81b6-b7ae7ccdbe66 2018-08-12 05:13:41,145 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.299416065216s 2018-08-12 05:13:41,145 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-92685db3-f1ae-4d3d-81b6-b7ae7ccdbe66 2018-08-12 05:13:41,146 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-12 05:13:41,146 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}9ba34bba453d04b35802a1d9b799860eba5d940e" 2018-08-12 05:13:41,194 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-faebc158-1adb-4ff9-9a0d-5835f2ae863a Date: Sun, 12 Aug 2018 05:13:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"05cf55fc-1f14-4e69-8d3b-db49bc93360e","tenant_id":"521007c1818145639e93ceb270559219","created_at":"2018-08-12T05:13:28Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-12T05:13:28Z","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":"521007c1818145639e93ceb270559219","id":"a2d97fad-5830-4599-a795-2ddc1ff93dea","subnetpool_id":null,"name":"cinder_test-subnet_10688f5f-2e3d-43a6-b86d-dd0af87feefc"}]} 2018-08-12 05:13:41,194 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-faebc158-1adb-4ff9-9a0d-5835f2ae863a 2018-08-12 05:13:41,194 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0482661724091s 2018-08-12 05:13:41,195 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-faebc158-1adb-4ff9-9a0d-5835f2ae863a 2018-08-12 05:13:41,195 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 05:13:43,198 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 05:13:43,202 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9ba34bba453d04b35802a1d9b799860eba5d940e" 2018-08-12 05:13:43,707 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05: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-4196d54a-ca7f-41cb-8bb6-8fec1af489e8 x-compute-request-id: req-4196d54a-ca7f-41cb-8bb6-8fec1af489e8 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/52d0947e-bee6-4828-84b8-666a251c1dea", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/52d0947e-bee6-4828-84b8-666a251c1dea", "rel": "bookmark"}], "image": {"id": "8feb78fb-13e4-4b47-9628-150bba90cbef", "links": [{"href": "http://172.30.9.21:8774/images/8feb78fb-13e4-4b47-9628-150bba90cbef", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "285397f4-88b5-44d7-bbe1-60bb22ca4ecf", "links": [{"href": "http://172.30.9.21:8774/flavors/285397f4-88b5-44d7-bbe1-60bb22ca4ecf", "rel": "bookmark"}]}, "id": "52d0947e-bee6-4828-84b8-666a251c1dea", "security_groups": [{"name": "cinder_test-sg_10688f5f-2e3d-43a6-b86d-dd0af87feefc"}], "user_id": "dd5c676629534bb886fcd150600d0ef7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T05:13:41Z", "hostId": "346859dbc839667fb5f4f885471a1e6eb080fd47703001ea14da0d45", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_10688f5f-2e3d-43a6-b86d-dd0af87feefc", "name": "cinder_test-vm2_10688f5f-2e3d-43a6-b86d-dd0af87feefc", "created": "2018-08-12T05:13:40Z", "tenant_id": "521007c1818145639e93ceb270559219", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 05:13:43,707 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-4196d54a-ca7f-41cb-8bb6-8fec1af489e8 2018-08-12 05:13:43,707 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.508517980576s 2018-08-12 05:13:43,707 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-4196d54a-ca7f-41cb-8bb6-8fec1af489e8 2018-08-12 05:13:43,711 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 05:13:45,714 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 05:13:45,717 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9ba34bba453d04b35802a1d9b799860eba5d940e" 2018-08-12 05:13:46,422 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05: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,Accept-Encoding x-openstack-request-id: req-be3c5698-dd23-45af-98aa-d6a03d929e19 x-compute-request-id: req-be3c5698-dd23-45af-98aa-d6a03d929e19 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/52d0947e-bee6-4828-84b8-666a251c1dea", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/52d0947e-bee6-4828-84b8-666a251c1dea", "rel": "bookmark"}], "image": {"id": "8feb78fb-13e4-4b47-9628-150bba90cbef", "links": [{"href": "http://172.30.9.21:8774/images/8feb78fb-13e4-4b47-9628-150bba90cbef", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "285397f4-88b5-44d7-bbe1-60bb22ca4ecf", "links": [{"href": "http://172.30.9.21:8774/flavors/285397f4-88b5-44d7-bbe1-60bb22ca4ecf", "rel": "bookmark"}]}, "id": "52d0947e-bee6-4828-84b8-666a251c1dea", "security_groups": [{"name": "cinder_test-sg_10688f5f-2e3d-43a6-b86d-dd0af87feefc"}], "user_id": "dd5c676629534bb886fcd150600d0ef7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T05:13:41Z", "hostId": "346859dbc839667fb5f4f885471a1e6eb080fd47703001ea14da0d45", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_10688f5f-2e3d-43a6-b86d-dd0af87feefc", "name": "cinder_test-vm2_10688f5f-2e3d-43a6-b86d-dd0af87feefc", "created": "2018-08-12T05:13:40Z", "tenant_id": "521007c1818145639e93ceb270559219", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 05:13:46,422 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-be3c5698-dd23-45af-98aa-d6a03d929e19 2018-08-12 05:13:46,423 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.708327054977s 2018-08-12 05:13:46,423 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-be3c5698-dd23-45af-98aa-d6a03d929e19 2018-08-12 05:13:46,427 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 05:13:48,430 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 05:13:48,432 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9ba34bba453d04b35802a1d9b799860eba5d940e" 2018-08-12 05:13:48,983 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05: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,Accept-Encoding x-openstack-request-id: req-236dbce9-cbf1-4778-9b2b-f3d4139e3307 x-compute-request-id: req-236dbce9-cbf1-4778-9b2b-f3d4139e3307 Content-Encoding: gzip Content-Length: 744 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_10688f5f-2e3d-43a6-b86d-dd0af87feefc": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:10:d4:c8", "version": 4, "addr": "192.168.120.17", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/52d0947e-bee6-4828-84b8-666a251c1dea", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/52d0947e-bee6-4828-84b8-666a251c1dea", "rel": "bookmark"}], "image": {"id": "8feb78fb-13e4-4b47-9628-150bba90cbef", "links": [{"href": "http://172.30.9.21:8774/images/8feb78fb-13e4-4b47-9628-150bba90cbef", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T05:13:45.000000", "flavor": {"id": "285397f4-88b5-44d7-bbe1-60bb22ca4ecf", "links": [{"href": "http://172.30.9.21:8774/flavors/285397f4-88b5-44d7-bbe1-60bb22ca4ecf", "rel": "bookmark"}]}, "id": "52d0947e-bee6-4828-84b8-666a251c1dea", "security_groups": [{"name": "cinder_test-sg_10688f5f-2e3d-43a6-b86d-dd0af87feefc"}], "user_id": "dd5c676629534bb886fcd150600d0ef7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T05:13:45Z", "hostId": "346859dbc839667fb5f4f885471a1e6eb080fd47703001ea14da0d45", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_10688f5f-2e3d-43a6-b86d-dd0af87feefc", "name": "cinder_test-vm2_10688f5f-2e3d-43a6-b86d-dd0af87feefc", "created": "2018-08-12T05:13:40Z", "tenant_id": "521007c1818145639e93ceb270559219", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 05:13:48,983 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-236dbce9-cbf1-4778-9b2b-f3d4139e3307 2018-08-12 05:13:48,984 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.553786993027s 2018-08-12 05:13:48,984 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-236dbce9-cbf1-4778-9b2b-f3d4139e3307 2018-08-12 05:13:48,988 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-12 05:13:48,988 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/ports.json?device_id=52d0947e-bee6-4828-84b8-666a251c1dea" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9ba34bba453d04b35802a1d9b799860eba5d940e" 2018-08-12 05:13:49,043 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-957a91ca-a5ac-4245-9c8d-9fa3eee487f5 Date: Sun, 12 Aug 2018 05:13:49 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"05cf55fc-1f14-4e69-8d3b-db49bc93360e","tenant_id":"521007c1818145639e93ceb270559219","created_at":"2018-08-12T05:13:41Z","admin_state_up":true,"updated_at":"2018-08-12T05:13:45Z","binding:vnic_type":"normal","device_id":"52d0947e-bee6-4828-84b8-666a251c1dea","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:10:d4:c8","id":"7e6e55f6-59c9-441b-b797-49affc19ccba","port_security_enabled":true,"project_id":"521007c1818145639e93ceb270559219","fixed_ips":[{"subnet_id":"a2d97fad-5830-4599-a795-2ddc1ff93dea","ip_address":"192.168.120.17"}],"extra_dhcp_opts":[],"security_groups":["879d6504-ad28-4ca1-a49c-f8b6efbdcbaf"],"name":""}]} 2018-08-12 05:13:49,043 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=52d0947e-bee6-4828-84b8-666a251c1dea used request id req-957a91ca-a5ac-4245-9c8d-9fa3eee487f5 2018-08-12 05:13:49,043 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0554251670837s 2018-08-12 05:13:49,044 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=52d0947e-bee6-4828-84b8-666a251c1dea used request id req-957a91ca-a5ac-4245-9c8d-9fa3eee487f5 2018-08-12 05:13:49,049 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-12 05:13:49,049 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/floatingips.json?port_id=7e6e55f6-59c9-441b-b797-49affc19ccba" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9ba34bba453d04b35802a1d9b799860eba5d940e" 2018-08-12 05:13:49,073 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-b7063acd-89bc-4c3c-911a-70e74f1cee74 Date: Sun, 12 Aug 2018 05:13:49 GMT RESP BODY: {"floatingips": []} 2018-08-12 05:13:49,073 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=7e6e55f6-59c9-441b-b797-49affc19ccba used request id req-b7063acd-89bc-4c3c-911a-70e74f1cee74 2018-08-12 05:13:49,073 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0239930152893s 2018-08-12 05:13:49,073 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=7e6e55f6-59c9-441b-b797-49affc19ccba used request id req-b7063acd-89bc-4c3c-911a-70e74f1cee74 2018-08-12 05:13:49,074 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'cinder_test-net_10688f5f-2e3d-43a6-b86d-dd0af87feefc': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:10:d4:c8', u'version': 4, u'addr': u'192.168.120.17', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'8feb78fb-13e4-4b47-9628-150bba90cbef'}), 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-12T05:13:45.000000', 'flavor': Munch({u'id': u'285397f4-88b5-44d7-bbe1-60bb22ca4ecf'}), 'az': u'nova', 'id': u'52d0947e-bee6-4828-84b8-666a251c1dea', 'security_groups': [Munch({u'name': u'cinder_test-sg_10688f5f-2e3d-43a6-b86d-dd0af87feefc'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'dd5c676629534bb886fcd150600d0ef7', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'521007c1818145639e93ceb270559219', 'name': 'cinder_test-project_10688f5f-2e3d-43a6-b86d-dd0af87feefc', '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-12T05:13:45.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-12T05:13:45Z', 'hostId': u'346859dbc839667fb5f4f885471a1e6eb080fd47703001ea14da0d45', u'OS-SRV-USG:terminated_at': None, 'key_name': u'cinder_test-kp_10688f5f-2e3d-43a6-b86d-dd0af87feefc', 'public_v6': '', 'private_v4': u'192.168.120.17', 'cloud': 'envvars', 'host_id': u'346859dbc839667fb5f4f885471a1e6eb080fd47703001ea14da0d45', '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-12T05:13:45.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'521007c1818145639e93ceb270559219', 'name': u'cinder_test-vm2_10688f5f-2e3d-43a6-b86d-dd0af87feefc', 'adminPass': u'3nz3LMAwgkb2', 'tenant_id': u'521007c1818145639e93ceb270559219', 'created_at': u'2018-08-12T05:13:40Z', 'created': u'2018-08-12T05:13:40Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-12 05:13:49,077 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 05:13:49,077 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9ba34bba453d04b35802a1d9b799860eba5d940e" 2018-08-12 05:13:49,371 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-9742863d-d305-4730-8d5c-4b9f1a4ac0a7 Date: Sun, 12 Aug 2018 05:13:49 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ec788992-fa73-45cc-a7d9-6d44542124c2"],"updated_at":"2018-08-12T05:04:31Z","tenant_id":"310f5853751a4c968f3eeb0a3d99a0a8","created_at":"2018-08-12T05:04:23Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"310f5853751a4c968f3eeb0a3d99a0a8","id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["a2d97fad-5830-4599-a795-2ddc1ff93dea"],"updated_at":"2018-08-12T05:13:28Z","tenant_id":"521007c1818145639e93ceb270559219","created_at":"2018-08-12T05:13:27Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"521007c1818145639e93ceb270559219","id":"05cf55fc-1f14-4e69-8d3b-db49bc93360e","name":"cinder_test-net_10688f5f-2e3d-43a6-b86d-dd0af87feefc"}]} 2018-08-12 05:13:49,371 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-9742863d-d305-4730-8d5c-4b9f1a4ac0a7 2018-08-12 05:13:49,371 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.294170856476s 2018-08-12 05:13:49,371 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-9742863d-d305-4730-8d5c-4b9f1a4ac0a7 2018-08-12 05:13:49,373 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-12 05:13:49,373 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/ports.json?device_id=52d0947e-bee6-4828-84b8-666a251c1dea" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9ba34bba453d04b35802a1d9b799860eba5d940e" 2018-08-12 05:13:49,469 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-0951d3c5-d8d1-4372-bc05-b286d33a48c8 Date: Sun, 12 Aug 2018 05:13:49 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"05cf55fc-1f14-4e69-8d3b-db49bc93360e","tenant_id":"521007c1818145639e93ceb270559219","created_at":"2018-08-12T05:13:41Z","admin_state_up":true,"updated_at":"2018-08-12T05:13:45Z","binding:vnic_type":"normal","device_id":"52d0947e-bee6-4828-84b8-666a251c1dea","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:10:d4:c8","id":"7e6e55f6-59c9-441b-b797-49affc19ccba","port_security_enabled":true,"project_id":"521007c1818145639e93ceb270559219","fixed_ips":[{"subnet_id":"a2d97fad-5830-4599-a795-2ddc1ff93dea","ip_address":"192.168.120.17"}],"extra_dhcp_opts":[],"security_groups":["879d6504-ad28-4ca1-a49c-f8b6efbdcbaf"],"name":""}]} 2018-08-12 05:13:49,470 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=52d0947e-bee6-4828-84b8-666a251c1dea used request id req-0951d3c5-d8d1-4372-bc05-b286d33a48c8 2018-08-12 05:13:49,470 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.096657037735s 2018-08-12 05:13:49,470 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=52d0947e-bee6-4828-84b8-666a251c1dea used request id req-0951d3c5-d8d1-4372-bc05-b286d33a48c8 2018-08-12 05:13:49,471 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-12 05:13:49,471 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}9ba34bba453d04b35802a1d9b799860eba5d940e" -d '{"floatingip": {"floating_network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "fixed_ip_address": "192.168.120.17", "port_id": "7e6e55f6-59c9-441b-b797-49affc19ccba"}}' 2018-08-12 05:13:51,028 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-0998de28-4a9d-4d94-8431-5d920d11788a Date: Sun, 12 Aug 2018 05:13:51 GMT RESP BODY: {"floatingip": {"router_id": "72f58f0b-6c9f-4ef9-a1f9-76a4e2c35483", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-12T05:13:50Z", "floating_network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "fixed_ip_address": "192.168.120.17", "floating_ip_address": "172.30.9.208", "revision_number": 0, "port_id": "7e6e55f6-59c9-441b-b797-49affc19ccba", "id": "459210b6-bc6b-4821-87c0-e6e143be8dab", "tenant_id": "521007c1818145639e93ceb270559219", "created_at": "2018-08-12T05:13:50Z", "project_id": "521007c1818145639e93ceb270559219"}} 2018-08-12 05:13:51,028 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-0998de28-4a9d-4d94-8431-5d920d11788a 2018-08-12 05:13:51,028 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.55733108521s 2018-08-12 05:13:51,029 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-0998de28-4a9d-4d94-8431-5d920d11788a 2018-08-12 05:13:51,037 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-12 05:13:51,038 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}9ba34bba453d04b35802a1d9b799860eba5d940e" 2018-08-12 05:13:51,061 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 557 X-Openstack-Request-Id: req-787795b1-c3b0-4bf9-a626-816d62ec73b3 Date: Sun, 12 Aug 2018 05:13:51 GMT RESP BODY: {"floatingips": [{"router_id": "72f58f0b-6c9f-4ef9-a1f9-76a4e2c35483", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-12T05:13:50Z", "floating_network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "fixed_ip_address": "192.168.120.17", "floating_ip_address": "172.30.9.208", "revision_number": 0, "port_id": "7e6e55f6-59c9-441b-b797-49affc19ccba", "id": "459210b6-bc6b-4821-87c0-e6e143be8dab", "tenant_id": "521007c1818145639e93ceb270559219", "created_at": "2018-08-12T05:13:50Z", "project_id": "521007c1818145639e93ceb270559219"}]} 2018-08-12 05:13:51,062 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-787795b1-c3b0-4bf9-a626-816d62ec73b3 2018-08-12 05:13:51,062 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0245020389557s 2018-08-12 05:13:51,062 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-787795b1-c3b0-4bf9-a626-816d62ec73b3 2018-08-12 05:13:51,066 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'72f58f0b-6c9f-4ef9-a1f9-76a4e2c35483', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'521007c1818145639e93ceb270559219', 'created_at': u'2018-08-12T05:13:50Z', 'attached': True, 'updated_at': u'2018-08-12T05:13:50Z', 'id': u'459210b6-bc6b-4821-87c0-e6e143be8dab', 'floating_network_id': u'03886690-4630-4c4c-9ccb-7eedaa9b1fd3', 'fixed_ip_address': u'192.168.120.17', 'floating_ip_address': u'172.30.9.208', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'521007c1818145639e93ceb270559219', 'name': 'cinder_test-project_10688f5f-2e3d-43a6-b86d-dd0af87feefc', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'72f58f0b-6c9f-4ef9-a1f9-76a4e2c35483', 'project_id': u'521007c1818145639e93ceb270559219', 'port_id': u'7e6e55f6-59c9-441b-b797-49affc19ccba', 'port': u'7e6e55f6-59c9-441b-b797-49affc19ccba', 'network': u'03886690-4630-4c4c-9ccb-7eedaa9b1fd3'}) 2018-08-12 05:13:51,066 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-12 05:13:51,069 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/52d0947e-bee6-4828-84b8-666a251c1dea/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}9ba34bba453d04b35802a1d9b799860eba5d940e" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 05:13:51,169 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05: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-02a65a34-d395-4ae4-a36d-3ba1e0a55228 x-compute-request-id: req-02a65a34-d395-4ae4-a36d-3ba1e0a55228 Content-Encoding: gzip Content-Length: 9575 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 532170675 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.139308] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.140983] pid_max: default: 32768 minimum: 301\n[ 0.141882] ACPI: Core revision 20150930\n[ 0.143265] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144585] Security Framework initialized\n[ 0.145400] Yama: becoming mindful.\n[ 0.146138] AppArmor: AppArmor initialized\n[ 0.147009] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148350] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149633] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150849] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152274] Initializing cgroup subsys io\n[ 0.153093] Initializing cgroup subsys memory\n[ 0.153955] Initializing cgroup subsys devices\n[ 0.154837] Initializing cgroup subsys freezer\n[ 0.155707] Initializing cgroup subsys net_cls\n[ 0.156574] Initializing cgroup subsys perf_event\n[ 0.157485] Initializing cgroup subsys net_prio\n[ 0.158376] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160126] CPU: Physical Processor ID: 0\n[ 0.161632] mce: CPU supports 10 MCE banks\n[ 0.162495] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163525] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.178139] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.184226] ftrace: allocating 31920 entries in 125 pages\n[ 0.209423] smpboot: Max logical packages: 1\n[ 0.210285] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.211644] x2apic enabled\n[ 0.212448] Switched APIC routing to physical x2apic.\n[ 0.214184] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.215321] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.217321] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.219134] KVM setup paravirtual spinlock\n[ 0.220504] x86: Booted up 1 node, 1 CPUs\n[ 0.221331] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.222732] devtmpfs: initialized\n[ 0.224454] evm: security.selinux\n[ 0.225168] evm: security.SMACK64\n[ 0.225865] evm: security.SMACK64EXEC\n[ 0.226612] evm: security.SMACK64TRANSMUTE\n[ 0.227415] evm: security.SMACK64MMAP\n[ 0.228161] evm: security.ima\n[ 0.228805] evm: security.capability\n[ 0.229617] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.231486] pinctrl core: initialized pinctrl subsystem\n[ 0.232614] RTC time: 5:13:45, date: 08/12/18\n[ 0.233577] NET: Registered protocol family 16\n[ 0.234571] cpuidle: using governor ladder\n[ 0.235400] cpuidle: using governor menu\n[ 0.236193] PCCT header not found.\n[ 0.236958] ACPI: bus type PCI registered\n[ 0.237771] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239032] PCI: Using configuration type 1 for base access\n[ 0.240816] ACPI: Added _OSI(Module Device)\n[ 0.241665] ACPI: Added _OSI(Processor Device)\n[ 0.242529] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.243443] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.245193] ACPI: Interpreter enabled\n[ 0.245973] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.247835] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.249685] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.251544] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.253400] ACPI: (supports S0 S5)\n[ 0.254114] ACPI: Using IOAPIC for interrupt routing\n[ 0.255067] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.258185] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.259346] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.260596] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.261796] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.264037] acpiphp: Slot [3] registered\n[ 0.264845] acpiphp: Slot [4] registered\n[ 0.265651] acpiphp: Slot [5] registered\n[ 0.266452] acpiphp: Slot [6] registered\n[ 0.267256] acpiphp: Slot [7] registered\n[ 0.268068] acpiphp: Slot [8] registered\n[ 0.268875] acpiphp: Slot [9] registered\n[ 0.269677] acpiphp: Slot [10] registered\n[ 0.270493] acpiphp: Slot [11] registered\n[ 0.271315] acpiphp: Slot [12] registered\n[ 0.272142] acpiphp: Slot [13] registered\n[ 0.272963] acpiphp: Slot [14] registered\n[ 0.273783] acpiphp: Slot [15] registered\n[ 0.284515] acpiphp: Slot [16] registered\n[ 0.285339] acpiphp: Slot [17] registered\n[ 0.286163] acpiphp: Slot [18] registered\n[ 0.286980] acpiphp: Slot [19] registered\n[ 0.287799] acpiphp: Slot [20] registered\n[ 0.288623] acpiphp: Slot [21] registered\n[ 0.289440] acpiphp: Slot [22] registered\n[ 0.290259] acpiphp: Slot [23] registered\n[ 0.291078] acpiphp: Slot [24] registered\n[ 0.291897] acpiphp: Slot [25] registered\n[ 0.292717] acpiphp: Slot [26] registered\n[ 0.293531] acpiphp: Slot [27] registered\n[ 0.294352] acpiphp: Slot [28] registered\n[ 0.295174] acpiphp: Slot [29] registered\n[ 0.296024] acpiphp: Slot [30] registered\n[ 0.296847] acpiphp: Slot [31] registered\n[ 0.297664] PCI host bridge to bus 0000:00\n[ 0.298479] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.299710] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300945] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.302404] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303859] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.305343] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.308689] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.309990] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311183] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312462] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316006] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317601] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.336221] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.337714] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.339496] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.340936] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.342338] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.343618] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.344930] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.346002] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.347562] vgaarb: loaded\n[ 0.348172] vgaarb: bridge control possible 0000:00:02.0\n[ 0.349414] SCSI subsystem initialized\n[ 0.350337] ACPI: bus type USB registered\n[ 0.351184] usbcore: registered new interface driver usbfs\n[ 0.352223] usbcore: registered new interface driver hub\n[ 0.353246] usbcore: registered new device driver usb\n[ 0.354365] PCI: Using ACPI for IRQ routing\n[ 0.355491] NetLabel: Initializing\n[ 0.356217] NetLabel: domain hash size = 128\n[ 0.357071] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.358040] NetLabel: unlabeled traffic allowed by default\n[ 0.359210] clocksource: Switched to clocksource kvm-clock\n[ 0.367527] AppArmor: AppArmor Filesystem Enabled\n[ 0.368520] pnp: PnP ACPI init\n[ 0.369475] pnp: PnP ACPI: found 5 devices\n[ 0.375807] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.377541] NET: Registered protocol family 2\n[ 0.378610] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.379924] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.381142] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.382352] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.383445] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.384646] NET: Registered protocol family 1\n[ 0.385532] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.386648] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.387735] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.401853] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.416020] Trying to unpack rootfs image as initramfs...\n[ 0.473226] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.474898] Scanning for low memory corruption every 60 seconds\n[ 0.476286] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.477463] audit: initializing netlink subsys (disabled)\n[ 0.478503] audit: type=2000 audit(1534050826.456:1): initialized\n[ 0.479894] Initialise system trusted keyring\n[ 0.480864] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.482042] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.484179] zbud: loaded\n[ 0.484922] VFS: Disk quotas dquot_6.6.0\n[ 0.485756] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.487397] fuse init (API version 7.23)\n[ 0.488318] Key type big_key registered\n[ 0.489134] Allocating IMA MOK and blacklist keyrings.\n[ 0.490378] Key type asymmetric registered\n[ 0.491229] Asymmetric key parser 'x509' registered\n[ 0.492205] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.493696] io scheduler noop registered\n[ 0.494499] io scheduler deadline registered (default)\n[ 0.495518] io scheduler cfq registered\n[ 0.496385] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.497447] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.498730] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.500204] ACPI: Power Button [PWRF]\n[ 0.501073] GHES: HEST is not enabled!\n[ 0.514800] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.542728] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.544842] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.568846] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.571131] Linux agpgart interface v0.103\n[ 0.573755] brd: module loaded\n[ 0.575451] loop: module loaded\n[ 0.580100] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.581593] GPT:90111 != 2097151\n[ 0.582280] GPT:Alternate GPT header not at the end of the disk.\n[ 0.583405] GPT:90111 != 2097151\n[ 0.584103] GPT: Use GNU Parted to correct GPT errors.\n[ 0.585094] vda: vda1 vda15\n[ 0.586370] scsi host0: ata_piix\n[ 0.587167] scsi host1: ata_piix\n[ 0.587918] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.589177] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.590680] libphy: Fixed MDIO Bus: probed\n[ 0.591525] tun: Universal TUN/TAP device driver, 1.6\n[ 0.594147] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.597073] PPP generic driver version 2.4.2\n[ 0.598061] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.599305] ehci-pci: EHCI PCI platform driver\n[ 0.600209] ehci-platform: EHCI generic platform driver\n[ 0.601232] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.602400] ohci-pci: OHCI PCI platform driver\n[ 0.603353] ohci-platform: OHCI generic platform driver\n[ 0.604399] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.618749] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.619798] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.621319] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.622352] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.623549] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.624810] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.626252] usb usb1: Product: UHCI Host Controller\n[ 0.627203] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.628362] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.629371] hub 1-0:1.0: USB hub found\n[ 0.630177] hub 1-0:1.0: 2 ports detected\n[ 0.631146] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.633345] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.634334] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.635401] mousedev: PS/2 mouse device common for all mice\n[ 0.636752] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.638651] rtc_cmos 00:00: RTC can wake from S4\n[ 0.639805] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.641035] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.642257] i2c /dev entries driver\n[ 0.643054] device-mapper: uevent: version 1.0.3\n[ 0.644048] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.645724] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.647235] NET: Registered protocol family 10\n[ 0.648407] NET: Registered protocol family 17\n[ 0.649333] Key type dns_resolver registered\n[ 0.650373] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.651507] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.653345] registered taskstats version 1\n[ 0.654212] Loading compiled-in X.509 certificates\n[ 0.655730] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.657640] zswap: loaded using pool lzo/zbud\n[ 0.659330] Key type trusted registered\n[ 0.661122] Key type encrypted registered\n[ 0.661967] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.663020] ima: No TPM chip found, activating TPM-bypass!\n[ 0.664094] evm: HMAC attrs: 0x1\n[ 0.665074] Magic number: 14:608:213\n[ 0.665964] rtc_cmos 00:00: setting system clock to 2018-08-12 05:13:46 UTC (1534050826)\n[ 0.667631] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.668767] EDD information not available.\n[ 0.752553] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.764370] Write protecting the kernel read-only data: 14336k\n[ 0.766518] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.768384] 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.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... [ 0.923297] 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.17...\nLease of 192.168.120.17 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.83. iid=i-00000014\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCHLRYO3HbV2iWEdgRVfsdmInN9bHdN8oyS/TArZzj8uM+pyEedrj6ae/rimICQgnEHCL34WJRUFeCJROZ9X0NhacCSuLlFZufWZTXtxi/LboiEG9AZJLBq11i172oEdU07GmL8G2M3jJjWozLYNv0vOH2yBTRC9mM9bJ0KKS8fjI0lyZCcjGcz4wWSpmDWVOMHOJHbmtvBBIW/2etCOrh8x6k+nZG/7L5rRohzOftKocCuDWs/n8fmQpv6GAqWItZJbWQEc5fOEruGdMqIo5ucC3OPctI/62T35QH0qkmGWpLPSkdzwVb2+V6CWUkLhh+Vyltu3/HvdSeh3/XZNBCx root@cinder-test-vm2-10688f5f-2e3d-43a6-b86d-dd0af87feefc\nssh-dss AAAAB3NzaC1kc3MAAACBAIl4ZVMGzBPO9Nr01gtkAfgbivd3bRheXvIpwveAwYbPERg24SjtZHmlkT7FqekXRiqZO7EZtkimKBjLF/pWfLPzeDXMGnUueZmZD3MpDiLCZhEUsepludNVoDsIKbMXGWukcetBz2gbgnoDOKG/M9+3D3Y8XtcKiW/qaf9SoOE/AAAAFQDWSrNZz2ZOksK2tLHKkKLC1B54ywAAAIAFBiJRk8kmlrhvdN9GpkJPA6x++aaCSbQdWCyx3vro+ljLf9IgBagmPh2+zCrlXyBfzzZ8yo6hPLxVGWJFrRGX7fKZoQP/z3SLeQEGe14mwXCNNeTNHcPVME3/kKSOGHuVfRP0GrBV3CV1FkxQBGxixY45E+C2mHD31FRhaEu6ZgAAAIBWhcHinRFaiOt/FmZlYF2QjrMEWqVOUksDSzt55r/7tj2z+jmXcB+Ah5H8jMJxEajbSyO1SUoh1RrRVPhJw+9ILk5KPlDJtaA/5WhfDoXGPOx+PO2F/y0W6+Kby3fWJjwcD2cOumBTavumfUfDitHqXEzMsCmv3wX6b1R/E9MX9g== root@cinder-test-vm2-10688f5f-2e3d-43a6-b86d-dd0af87feefc\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.17,24,fe80::f816:3eff:fe10:d4c8/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.3 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.17 \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-10688f5f-2e3d-43a6-b86d-dd0af87feefc\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=3.76 ===\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-10688f5f-2e3d-43a6-b86d-dd0af87feefc login: "} 2018-08-12 05:13:51,170 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/52d0947e-bee6-4828-84b8-666a251c1dea/action used request id req-02a65a34-d395-4ae4-a36d-3ba1e0a55228 2018-08-12 05:13:51,170 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.103526115417s 2018-08-12 05:13:51,171 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/52d0947e-bee6-4828-84b8-666a251c1dea/action used request id req-02a65a34-d395-4ae4-a36d-3ba1e0a55228 2018-08-12 05:13:51,171 - 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 532170675 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.139308] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.140983] pid_max: default: 32768 minimum: 301 [ 0.141882] ACPI: Core revision 20150930 [ 0.143265] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144585] Security Framework initialized [ 0.145400] Yama: becoming mindful. [ 0.146138] AppArmor: AppArmor initialized [ 0.147009] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148350] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149633] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.150849] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152274] Initializing cgroup subsys io [ 0.153093] Initializing cgroup subsys memory [ 0.153955] Initializing cgroup subsys devices [ 0.154837] Initializing cgroup subsys freezer [ 0.155707] Initializing cgroup subsys net_cls [ 0.156574] Initializing cgroup subsys perf_event [ 0.157485] Initializing cgroup subsys net_prio [ 0.158376] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160126] CPU: Physical Processor ID: 0 [ 0.161632] mce: CPU supports 10 MCE banks [ 0.162495] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163525] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.178139] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.184226] ftrace: allocating 31920 entries in 125 pages [ 0.209423] smpboot: Max logical packages: 1 [ 0.210285] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.211644] x2apic enabled [ 0.212448] Switched APIC routing to physical x2apic. [ 0.214184] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.215321] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.217321] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.219134] KVM setup paravirtual spinlock [ 0.220504] x86: Booted up 1 node, 1 CPUs [ 0.221331] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.222732] devtmpfs: initialized [ 0.224454] evm: security.selinux [ 0.225168] evm: security.SMACK64 [ 0.225865] evm: security.SMACK64EXEC [ 0.226612] evm: security.SMACK64TRANSMUTE [ 0.227415] evm: security.SMACK64MMAP [ 0.228161] evm: security.ima [ 0.228805] evm: security.capability [ 0.229617] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.231486] pinctrl core: initialized pinctrl subsystem [ 0.232614] RTC time: 5:13:45, date: 08/12/18 [ 0.233577] NET: Registered protocol family 16 [ 0.234571] cpuidle: using governor ladder [ 0.235400] cpuidle: using governor menu [ 0.236193] PCCT header not found. [ 0.236958] ACPI: bus type PCI registered [ 0.237771] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.239032] PCI: Using configuration type 1 for base access [ 0.240816] ACPI: Added _OSI(Module Device) [ 0.241665] ACPI: Added _OSI(Processor Device) [ 0.242529] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.243443] ACPI: Added _OSI(Processor Aggregator Device) [ 0.245193] ACPI: Interpreter enabled [ 0.245973] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.247835] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.249685] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.251544] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.253400] ACPI: (supports S0 S5) [ 0.254114] ACPI: Using IOAPIC for interrupt routing [ 0.255067] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.258185] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.259346] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.260596] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.261796] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.264037] acpiphp: Slot [3] registered [ 0.264845] acpiphp: Slot [4] registered [ 0.265651] acpiphp: Slot [5] registered [ 0.266452] acpiphp: Slot [6] registered [ 0.267256] acpiphp: Slot [7] registered [ 0.268068] acpiphp: Slot [8] registered [ 0.268875] acpiphp: Slot [9] registered [ 0.269677] acpiphp: Slot [10] registered [ 0.270493] acpiphp: Slot [11] registered [ 0.271315] acpiphp: Slot [12] registered [ 0.272142] acpiphp: Slot [13] registered [ 0.272963] acpiphp: Slot [14] registered [ 0.273783] acpiphp: Slot [15] registered [ 0.284515] acpiphp: Slot [16] registered [ 0.285339] acpiphp: Slot [17] registered [ 0.286163] acpiphp: Slot [18] registered [ 0.286980] acpiphp: Slot [19] registered [ 0.287799] acpiphp: Slot [20] registered [ 0.288623] acpiphp: Slot [21] registered [ 0.289440] acpiphp: Slot [22] registered [ 0.290259] acpiphp: Slot [23] registered [ 0.291078] acpiphp: Slot [24] registered [ 0.291897] acpiphp: Slot [25] registered [ 0.292717] acpiphp: Slot [26] registered [ 0.293531] acpiphp: Slot [27] registered [ 0.294352] acpiphp: Slot [28] registered [ 0.295174] acpiphp: Slot [29] registered [ 0.296024] acpiphp: Slot [30] registered [ 0.296847] acpiphp: Slot [31] registered [ 0.297664] PCI host bridge to bus 0000:00 [ 0.298479] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.299710] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300945] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.302404] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303859] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.305343] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.308689] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.309990] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.311183] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.312462] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316006] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317601] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.336221] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.337714] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.339496] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.340936] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.342338] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.343618] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.344930] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.346002] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.347562] vgaarb: loaded [ 0.348172] vgaarb: bridge control possible 0000:00:02.0 [ 0.349414] SCSI subsystem initialized [ 0.350337] ACPI: bus type USB registered [ 0.351184] usbcore: registered new interface driver usbfs [ 0.352223] usbcore: registered new interface driver hub [ 0.353246] usbcore: registered new device driver usb [ 0.354365] PCI: Using ACPI for IRQ routing [ 0.355491] NetLabel: Initializing [ 0.356217] NetLabel: domain hash size = 128 [ 0.357071] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.358040] NetLabel: unlabeled traffic allowed by default [ 0.359210] clocksource: Switched to clocksource kvm-clock [ 0.367527] AppArmor: AppArmor Filesystem Enabled [ 0.368520] pnp: PnP ACPI init [ 0.369475] pnp: PnP ACPI: found 5 devices [ 0.375807] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.377541] NET: Registered protocol family 2 [ 0.378610] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.379924] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.381142] TCP: Hash tables configured (established 4096 bind 4096) [ 0.382352] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.383445] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.384646] NET: Registered protocol family 1 [ 0.385532] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.386648] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.387735] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.401853] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.416020] Trying to unpack rootfs image as initramfs... [ 0.473226] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.474898] Scanning for low memory corruption every 60 seconds [ 0.476286] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.477463] audit: initializing netlink subsys (disabled) [ 0.478503] audit: type=2000 audit(1534050826.456:1): initialized [ 0.479894] Initialise system trusted keyring [ 0.480864] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.482042] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.484179] zbud: loaded [ 0.484922] VFS: Disk quotas dquot_6.6.0 [ 0.485756] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.487397] fuse init (API version 7.23) [ 0.488318] Key type big_key registered [ 0.489134] Allocating IMA MOK and blacklist keyrings. [ 0.490378] Key type asymmetric registered [ 0.491229] Asymmetric key parser 'x509' registered [ 0.492205] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.493696] io scheduler noop registered [ 0.494499] io scheduler deadline registered (default) [ 0.495518] io scheduler cfq registered [ 0.496385] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.497447] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.498730] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.500204] ACPI: Power Button [PWRF] [ 0.501073] GHES: HEST is not enabled! [ 0.514800] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.542728] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.544842] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.568846] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.571131] Linux agpgart interface v0.103 [ 0.573755] brd: module loaded [ 0.575451] loop: module loaded [ 0.580100] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.581593] GPT:90111 != 2097151 [ 0.582280] GPT:Alternate GPT header not at the end of the disk. [ 0.583405] GPT:90111 != 2097151 [ 0.584103] GPT: Use GNU Parted to correct GPT errors. [ 0.585094] vda: vda1 vda15 [ 0.586370] scsi host0: ata_piix [ 0.587167] scsi host1: ata_piix [ 0.587918] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.589177] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.590680] libphy: Fixed MDIO Bus: probed [ 0.591525] tun: Universal TUN/TAP device driver, 1.6 [ 0.594147] tun: (C) 1999-2004 Max Krasnyansky [ 0.597073] PPP generic driver version 2.4.2 [ 0.598061] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.599305] ehci-pci: EHCI PCI platform driver [ 0.600209] ehci-platform: EHCI generic platform driver [ 0.601232] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.602400] ohci-pci: OHCI PCI platform driver [ 0.603353] ohci-platform: OHCI generic platform driver [ 0.604399] uhci_hcd: USB Universal Host Controller Interface driver [ 0.618749] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.619798] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.621319] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.622352] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.623549] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.624810] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.626252] usb usb1: Product: UHCI Host Controller [ 0.627203] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.628362] usb usb1: SerialNumber: 0000:00:01.2 [ 0.629371] hub 1-0:1.0: USB hub found [ 0.630177] hub 1-0:1.0: 2 ports detected [ 0.631146] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.633345] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.634334] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.635401] mousedev: PS/2 mouse device common for all mice [ 0.636752] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.638651] rtc_cmos 00:00: RTC can wake from S4 [ 0.639805] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.641035] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.642257] i2c /dev entries driver [ 0.643054] device-mapper: uevent: version 1.0.3 [ 0.644048] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.645724] ledtrig-cpu: registered to indicate activity on CPUs [ 0.647235] NET: Registered protocol family 10 [ 0.648407] NET: Registered protocol family 17 [ 0.649333] Key type dns_resolver registered [ 0.650373] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.651507] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.653345] registered taskstats version 1 [ 0.654212] Loading compiled-in X.509 certificates [ 0.655730] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.657640] zswap: loaded using pool lzo/zbud [ 0.659330] Key type trusted registered [ 0.661122] Key type encrypted registered [ 0.661967] AppArmor: AppArmor sha1 policy hashing enabled [ 0.663020] ima: No TPM chip found, activating TPM-bypass! [ 0.664094] evm: HMAC attrs: 0x1 [ 0.665074] Magic number: 14:608:213 [ 0.665964] rtc_cmos 00:00: setting system clock to 2018-08-12 05:13:46 UTC (1534050826) [ 0.667631] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.668767] EDD information not available. [ 0.752553] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.764370] Write protecting the kernel read-only data: 14336k [ 0.766518] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.768384] 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 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... [ 0.923297] 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.17... Lease of 192.168.120.17 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.83. iid=i-00000014 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCHLRYO3HbV2iWEdgRVfsdmInN9bHdN8oyS/TArZzj8uM+pyEedrj6ae/rimICQgnEHCL34WJRUFeCJROZ9X0NhacCSuLlFZufWZTXtxi/LboiEG9AZJLBq11i172oEdU07GmL8G2M3jJjWozLYNv0vOH2yBTRC9mM9bJ0KKS8fjI0lyZCcjGcz4wWSpmDWVOMHOJHbmtvBBIW/2etCOrh8x6k+nZG/7L5rRohzOftKocCuDWs/n8fmQpv6GAqWItZJbWQEc5fOEruGdMqIo5ucC3OPctI/62T35QH0qkmGWpLPSkdzwVb2+V6CWUkLhh+Vyltu3/HvdSeh3/XZNBCx root@cinder-test-vm2-10688f5f-2e3d-43a6-b86d-dd0af87feefc ssh-dss AAAAB3NzaC1kc3MAAACBAIl4ZVMGzBPO9Nr01gtkAfgbivd3bRheXvIpwveAwYbPERg24SjtZHmlkT7FqekXRiqZO7EZtkimKBjLF/pWfLPzeDXMGnUueZmZD3MpDiLCZhEUsepludNVoDsIKbMXGWukcetBz2gbgnoDOKG/M9+3D3Y8XtcKiW/qaf9SoOE/AAAAFQDWSrNZz2ZOksK2tLHKkKLC1B54ywAAAIAFBiJRk8kmlrhvdN9GpkJPA6x++aaCSbQdWCyx3vro+ljLf9IgBagmPh2+zCrlXyBfzzZ8yo6hPLxVGWJFrRGX7fKZoQP/z3SLeQEGe14mwXCNNeTNHcPVME3/kKSOGHuVfRP0GrBV3CV1FkxQBGxixY45E+C2mHD31FRhaEu6ZgAAAIBWhcHinRFaiOt/FmZlYF2QjrMEWqVOUksDSzt55r/7tj2z+jmXcB+Ah5H8jMJxEajbSyO1SUoh1RrRVPhJw+9ILk5KPlDJtaA/5WhfDoXGPOx+PO2F/y0W6+Kby3fWJjwcD2cOumBTavumfUfDitHqXEzMsCmv3wX6b1R/E9MX9g== root@cinder-test-vm2-10688f5f-2e3d-43a6-b86d-dd0af87feefc -----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.17,24,fe80::f816:3eff:fe10:d4c8/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.3 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.17 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-10688f5f-2e3d-43a6-b86d-dd0af87feefc launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=3.76 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. cinder-test-vm2-10688f5f-2e3d-43a6-b86d-dd0af87feefc login: 2018-08-12 05:13:52,173 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.208: timed out 2018-08-12 05:14:01,183 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-12 05:14:01,186 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/52d0947e-bee6-4828-84b8-666a251c1dea/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}9ba34bba453d04b35802a1d9b799860eba5d940e" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 05:14:01,305 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:14: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-c7c84a96-17fd-4cf3-aa54-66578c692133 x-compute-request-id: req-c7c84a96-17fd-4cf3-aa54-66578c692133 Content-Encoding: gzip Content-Length: 9575 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 532170675 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.139308] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.140983] pid_max: default: 32768 minimum: 301\n[ 0.141882] ACPI: Core revision 20150930\n[ 0.143265] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144585] Security Framework initialized\n[ 0.145400] Yama: becoming mindful.\n[ 0.146138] AppArmor: AppArmor initialized\n[ 0.147009] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148350] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149633] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150849] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152274] Initializing cgroup subsys io\n[ 0.153093] Initializing cgroup subsys memory\n[ 0.153955] Initializing cgroup subsys devices\n[ 0.154837] Initializing cgroup subsys freezer\n[ 0.155707] Initializing cgroup subsys net_cls\n[ 0.156574] Initializing cgroup subsys perf_event\n[ 0.157485] Initializing cgroup subsys net_prio\n[ 0.158376] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160126] CPU: Physical Processor ID: 0\n[ 0.161632] mce: CPU supports 10 MCE banks\n[ 0.162495] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163525] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.178139] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.184226] ftrace: allocating 31920 entries in 125 pages\n[ 0.209423] smpboot: Max logical packages: 1\n[ 0.210285] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.211644] x2apic enabled\n[ 0.212448] Switched APIC routing to physical x2apic.\n[ 0.214184] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.215321] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.217321] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.219134] KVM setup paravirtual spinlock\n[ 0.220504] x86: Booted up 1 node, 1 CPUs\n[ 0.221331] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.222732] devtmpfs: initialized\n[ 0.224454] evm: security.selinux\n[ 0.225168] evm: security.SMACK64\n[ 0.225865] evm: security.SMACK64EXEC\n[ 0.226612] evm: security.SMACK64TRANSMUTE\n[ 0.227415] evm: security.SMACK64MMAP\n[ 0.228161] evm: security.ima\n[ 0.228805] evm: security.capability\n[ 0.229617] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.231486] pinctrl core: initialized pinctrl subsystem\n[ 0.232614] RTC time: 5:13:45, date: 08/12/18\n[ 0.233577] NET: Registered protocol family 16\n[ 0.234571] cpuidle: using governor ladder\n[ 0.235400] cpuidle: using governor menu\n[ 0.236193] PCCT header not found.\n[ 0.236958] ACPI: bus type PCI registered\n[ 0.237771] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239032] PCI: Using configuration type 1 for base access\n[ 0.240816] ACPI: Added _OSI(Module Device)\n[ 0.241665] ACPI: Added _OSI(Processor Device)\n[ 0.242529] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.243443] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.245193] ACPI: Interpreter enabled\n[ 0.245973] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.247835] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.249685] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.251544] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.253400] ACPI: (supports S0 S5)\n[ 0.254114] ACPI: Using IOAPIC for interrupt routing\n[ 0.255067] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.258185] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.259346] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.260596] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.261796] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.264037] acpiphp: Slot [3] registered\n[ 0.264845] acpiphp: Slot [4] registered\n[ 0.265651] acpiphp: Slot [5] registered\n[ 0.266452] acpiphp: Slot [6] registered\n[ 0.267256] acpiphp: Slot [7] registered\n[ 0.268068] acpiphp: Slot [8] registered\n[ 0.268875] acpiphp: Slot [9] registered\n[ 0.269677] acpiphp: Slot [10] registered\n[ 0.270493] acpiphp: Slot [11] registered\n[ 0.271315] acpiphp: Slot [12] registered\n[ 0.272142] acpiphp: Slot [13] registered\n[ 0.272963] acpiphp: Slot [14] registered\n[ 0.273783] acpiphp: Slot [15] registered\n[ 0.284515] acpiphp: Slot [16] registered\n[ 0.285339] acpiphp: Slot [17] registered\n[ 0.286163] acpiphp: Slot [18] registered\n[ 0.286980] acpiphp: Slot [19] registered\n[ 0.287799] acpiphp: Slot [20] registered\n[ 0.288623] acpiphp: Slot [21] registered\n[ 0.289440] acpiphp: Slot [22] registered\n[ 0.290259] acpiphp: Slot [23] registered\n[ 0.291078] acpiphp: Slot [24] registered\n[ 0.291897] acpiphp: Slot [25] registered\n[ 0.292717] acpiphp: Slot [26] registered\n[ 0.293531] acpiphp: Slot [27] registered\n[ 0.294352] acpiphp: Slot [28] registered\n[ 0.295174] acpiphp: Slot [29] registered\n[ 0.296024] acpiphp: Slot [30] registered\n[ 0.296847] acpiphp: Slot [31] registered\n[ 0.297664] PCI host bridge to bus 0000:00\n[ 0.298479] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.299710] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300945] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.302404] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303859] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.305343] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.308689] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.309990] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311183] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312462] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316006] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317601] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.336221] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.337714] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.339496] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.340936] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.342338] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.343618] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.344930] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.346002] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.347562] vgaarb: loaded\n[ 0.348172] vgaarb: bridge control possible 0000:00:02.0\n[ 0.349414] SCSI subsystem initialized\n[ 0.350337] ACPI: bus type USB registered\n[ 0.351184] usbcore: registered new interface driver usbfs\n[ 0.352223] usbcore: registered new interface driver hub\n[ 0.353246] usbcore: registered new device driver usb\n[ 0.354365] PCI: Using ACPI for IRQ routing\n[ 0.355491] NetLabel: Initializing\n[ 0.356217] NetLabel: domain hash size = 128\n[ 0.357071] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.358040] NetLabel: unlabeled traffic allowed by default\n[ 0.359210] clocksource: Switched to clocksource kvm-clock\n[ 0.367527] AppArmor: AppArmor Filesystem Enabled\n[ 0.368520] pnp: PnP ACPI init\n[ 0.369475] pnp: PnP ACPI: found 5 devices\n[ 0.375807] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.377541] NET: Registered protocol family 2\n[ 0.378610] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.379924] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.381142] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.382352] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.383445] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.384646] NET: Registered protocol family 1\n[ 0.385532] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.386648] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.387735] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.401853] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.416020] Trying to unpack rootfs image as initramfs...\n[ 0.473226] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.474898] Scanning for low memory corruption every 60 seconds\n[ 0.476286] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.477463] audit: initializing netlink subsys (disabled)\n[ 0.478503] audit: type=2000 audit(1534050826.456:1): initialized\n[ 0.479894] Initialise system trusted keyring\n[ 0.480864] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.482042] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.484179] zbud: loaded\n[ 0.484922] VFS: Disk quotas dquot_6.6.0\n[ 0.485756] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.487397] fuse init (API version 7.23)\n[ 0.488318] Key type big_key registered\n[ 0.489134] Allocating IMA MOK and blacklist keyrings.\n[ 0.490378] Key type asymmetric registered\n[ 0.491229] Asymmetric key parser 'x509' registered\n[ 0.492205] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.493696] io scheduler noop registered\n[ 0.494499] io scheduler deadline registered (default)\n[ 0.495518] io scheduler cfq registered\n[ 0.496385] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.497447] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.498730] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.500204] ACPI: Power Button [PWRF]\n[ 0.501073] GHES: HEST is not enabled!\n[ 0.514800] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.542728] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.544842] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.568846] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.571131] Linux agpgart interface v0.103\n[ 0.573755] brd: module loaded\n[ 0.575451] loop: module loaded\n[ 0.580100] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.581593] GPT:90111 != 2097151\n[ 0.582280] GPT:Alternate GPT header not at the end of the disk.\n[ 0.583405] GPT:90111 != 2097151\n[ 0.584103] GPT: Use GNU Parted to correct GPT errors.\n[ 0.585094] vda: vda1 vda15\n[ 0.586370] scsi host0: ata_piix\n[ 0.587167] scsi host1: ata_piix\n[ 0.587918] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.589177] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.590680] libphy: Fixed MDIO Bus: probed\n[ 0.591525] tun: Universal TUN/TAP device driver, 1.6\n[ 0.594147] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.597073] PPP generic driver version 2.4.2\n[ 0.598061] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.599305] ehci-pci: EHCI PCI platform driver\n[ 0.600209] ehci-platform: EHCI generic platform driver\n[ 0.601232] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.602400] ohci-pci: OHCI PCI platform driver\n[ 0.603353] ohci-platform: OHCI generic platform driver\n[ 0.604399] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.618749] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.619798] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.621319] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.622352] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.623549] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.624810] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.626252] usb usb1: Product: UHCI Host Controller\n[ 0.627203] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.628362] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.629371] hub 1-0:1.0: USB hub found\n[ 0.630177] hub 1-0:1.0: 2 ports detected\n[ 0.631146] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.633345] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.634334] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.635401] mousedev: PS/2 mouse device common for all mice\n[ 0.636752] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.638651] rtc_cmos 00:00: RTC can wake from S4\n[ 0.639805] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.641035] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.642257] i2c /dev entries driver\n[ 0.643054] device-mapper: uevent: version 1.0.3\n[ 0.644048] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.645724] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.647235] NET: Registered protocol family 10\n[ 0.648407] NET: Registered protocol family 17\n[ 0.649333] Key type dns_resolver registered\n[ 0.650373] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.651507] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.653345] registered taskstats version 1\n[ 0.654212] Loading compiled-in X.509 certificates\n[ 0.655730] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.657640] zswap: loaded using pool lzo/zbud\n[ 0.659330] Key type trusted registered\n[ 0.661122] Key type encrypted registered\n[ 0.661967] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.663020] ima: No TPM chip found, activating TPM-bypass!\n[ 0.664094] evm: HMAC attrs: 0x1\n[ 0.665074] Magic number: 14:608:213\n[ 0.665964] rtc_cmos 00:00: setting system clock to 2018-08-12 05:13:46 UTC (1534050826)\n[ 0.667631] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.668767] EDD information not available.\n[ 0.752553] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.764370] Write protecting the kernel read-only data: 14336k\n[ 0.766518] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.768384] 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.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... [ 0.923297] 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.17...\nLease of 192.168.120.17 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.83. iid=i-00000014\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCHLRYO3HbV2iWEdgRVfsdmInN9bHdN8oyS/TArZzj8uM+pyEedrj6ae/rimICQgnEHCL34WJRUFeCJROZ9X0NhacCSuLlFZufWZTXtxi/LboiEG9AZJLBq11i172oEdU07GmL8G2M3jJjWozLYNv0vOH2yBTRC9mM9bJ0KKS8fjI0lyZCcjGcz4wWSpmDWVOMHOJHbmtvBBIW/2etCOrh8x6k+nZG/7L5rRohzOftKocCuDWs/n8fmQpv6GAqWItZJbWQEc5fOEruGdMqIo5ucC3OPctI/62T35QH0qkmGWpLPSkdzwVb2+V6CWUkLhh+Vyltu3/HvdSeh3/XZNBCx root@cinder-test-vm2-10688f5f-2e3d-43a6-b86d-dd0af87feefc\nssh-dss AAAAB3NzaC1kc3MAAACBAIl4ZVMGzBPO9Nr01gtkAfgbivd3bRheXvIpwveAwYbPERg24SjtZHmlkT7FqekXRiqZO7EZtkimKBjLF/pWfLPzeDXMGnUueZmZD3MpDiLCZhEUsepludNVoDsIKbMXGWukcetBz2gbgnoDOKG/M9+3D3Y8XtcKiW/qaf9SoOE/AAAAFQDWSrNZz2ZOksK2tLHKkKLC1B54ywAAAIAFBiJRk8kmlrhvdN9GpkJPA6x++aaCSbQdWCyx3vro+ljLf9IgBagmPh2+zCrlXyBfzzZ8yo6hPLxVGWJFrRGX7fKZoQP/z3SLeQEGe14mwXCNNeTNHcPVME3/kKSOGHuVfRP0GrBV3CV1FkxQBGxixY45E+C2mHD31FRhaEu6ZgAAAIBWhcHinRFaiOt/FmZlYF2QjrMEWqVOUksDSzt55r/7tj2z+jmXcB+Ah5H8jMJxEajbSyO1SUoh1RrRVPhJw+9ILk5KPlDJtaA/5WhfDoXGPOx+PO2F/y0W6+Kby3fWJjwcD2cOumBTavumfUfDitHqXEzMsCmv3wX6b1R/E9MX9g== root@cinder-test-vm2-10688f5f-2e3d-43a6-b86d-dd0af87feefc\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.17,24,fe80::f816:3eff:fe10:d4c8/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.3 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.17 \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-10688f5f-2e3d-43a6-b86d-dd0af87feefc\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=3.76 ===\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-10688f5f-2e3d-43a6-b86d-dd0af87feefc login: "} 2018-08-12 05:14:01,306 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/52d0947e-bee6-4828-84b8-666a251c1dea/action used request id req-c7c84a96-17fd-4cf3-aa54-66578c692133 2018-08-12 05:14:01,306 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.1226541996s 2018-08-12 05:14:01,307 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/52d0947e-bee6-4828-84b8-666a251c1dea/action used request id req-c7c84a96-17fd-4cf3-aa54-66578c692133 2018-08-12 05:14:01,307 - 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 532170675 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.139308] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.140983] pid_max: default: 32768 minimum: 301 [ 0.141882] ACPI: Core revision 20150930 [ 0.143265] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144585] Security Framework initialized [ 0.145400] Yama: becoming mindful. [ 0.146138] AppArmor: AppArmor initialized [ 0.147009] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148350] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149633] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.150849] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152274] Initializing cgroup subsys io [ 0.153093] Initializing cgroup subsys memory [ 0.153955] Initializing cgroup subsys devices [ 0.154837] Initializing cgroup subsys freezer [ 0.155707] Initializing cgroup subsys net_cls [ 0.156574] Initializing cgroup subsys perf_event [ 0.157485] Initializing cgroup subsys net_prio [ 0.158376] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160126] CPU: Physical Processor ID: 0 [ 0.161632] mce: CPU supports 10 MCE banks [ 0.162495] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163525] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.178139] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.184226] ftrace: allocating 31920 entries in 125 pages [ 0.209423] smpboot: Max logical packages: 1 [ 0.210285] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.211644] x2apic enabled [ 0.212448] Switched APIC routing to physical x2apic. [ 0.214184] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.215321] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.217321] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.219134] KVM setup paravirtual spinlock [ 0.220504] x86: Booted up 1 node, 1 CPUs [ 0.221331] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.222732] devtmpfs: initialized [ 0.224454] evm: security.selinux [ 0.225168] evm: security.SMACK64 [ 0.225865] evm: security.SMACK64EXEC [ 0.226612] evm: security.SMACK64TRANSMUTE [ 0.227415] evm: security.SMACK64MMAP [ 0.228161] evm: security.ima [ 0.228805] evm: security.capability [ 0.229617] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.231486] pinctrl core: initialized pinctrl subsystem [ 0.232614] RTC time: 5:13:45, date: 08/12/18 [ 0.233577] NET: Registered protocol family 16 [ 0.234571] cpuidle: using governor ladder [ 0.235400] cpuidle: using governor menu [ 0.236193] PCCT header not found. [ 0.236958] ACPI: bus type PCI registered [ 0.237771] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.239032] PCI: Using configuration type 1 for base access [ 0.240816] ACPI: Added _OSI(Module Device) [ 0.241665] ACPI: Added _OSI(Processor Device) [ 0.242529] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.243443] ACPI: Added _OSI(Processor Aggregator Device) [ 0.245193] ACPI: Interpreter enabled [ 0.245973] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.247835] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.249685] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.251544] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.253400] ACPI: (supports S0 S5) [ 0.254114] ACPI: Using IOAPIC for interrupt routing [ 0.255067] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.258185] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.259346] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.260596] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.261796] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.264037] acpiphp: Slot [3] registered [ 0.264845] acpiphp: Slot [4] registered [ 0.265651] acpiphp: Slot [5] registered [ 0.266452] acpiphp: Slot [6] registered [ 0.267256] acpiphp: Slot [7] registered [ 0.268068] acpiphp: Slot [8] registered [ 0.268875] acpiphp: Slot [9] registered [ 0.269677] acpiphp: Slot [10] registered [ 0.270493] acpiphp: Slot [11] registered [ 0.271315] acpiphp: Slot [12] registered [ 0.272142] acpiphp: Slot [13] registered [ 0.272963] acpiphp: Slot [14] registered [ 0.273783] acpiphp: Slot [15] registered [ 0.284515] acpiphp: Slot [16] registered [ 0.285339] acpiphp: Slot [17] registered [ 0.286163] acpiphp: Slot [18] registered [ 0.286980] acpiphp: Slot [19] registered [ 0.287799] acpiphp: Slot [20] registered [ 0.288623] acpiphp: Slot [21] registered [ 0.289440] acpiphp: Slot [22] registered [ 0.290259] acpiphp: Slot [23] registered [ 0.291078] acpiphp: Slot [24] registered [ 0.291897] acpiphp: Slot [25] registered [ 0.292717] acpiphp: Slot [26] registered [ 0.293531] acpiphp: Slot [27] registered [ 0.294352] acpiphp: Slot [28] registered [ 0.295174] acpiphp: Slot [29] registered [ 0.296024] acpiphp: Slot [30] registered [ 0.296847] acpiphp: Slot [31] registered [ 0.297664] PCI host bridge to bus 0000:00 [ 0.298479] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.299710] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300945] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.302404] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303859] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.305343] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.308689] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.309990] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.311183] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.312462] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316006] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317601] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.336221] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.337714] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.339496] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.340936] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.342338] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.343618] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.344930] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.346002] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.347562] vgaarb: loaded [ 0.348172] vgaarb: bridge control possible 0000:00:02.0 [ 0.349414] SCSI subsystem initialized [ 0.350337] ACPI: bus type USB registered [ 0.351184] usbcore: registered new interface driver usbfs [ 0.352223] usbcore: registered new interface driver hub [ 0.353246] usbcore: registered new device driver usb [ 0.354365] PCI: Using ACPI for IRQ routing [ 0.355491] NetLabel: Initializing [ 0.356217] NetLabel: domain hash size = 128 [ 0.357071] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.358040] NetLabel: unlabeled traffic allowed by default [ 0.359210] clocksource: Switched to clocksource kvm-clock [ 0.367527] AppArmor: AppArmor Filesystem Enabled [ 0.368520] pnp: PnP ACPI init [ 0.369475] pnp: PnP ACPI: found 5 devices [ 0.375807] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.377541] NET: Registered protocol family 2 [ 0.378610] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.379924] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.381142] TCP: Hash tables configured (established 4096 bind 4096) [ 0.382352] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.383445] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.384646] NET: Registered protocol family 1 [ 0.385532] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.386648] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.387735] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.401853] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.416020] Trying to unpack rootfs image as initramfs... [ 0.473226] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.474898] Scanning for low memory corruption every 60 seconds [ 0.476286] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.477463] audit: initializing netlink subsys (disabled) [ 0.478503] audit: type=2000 audit(1534050826.456:1): initialized [ 0.479894] Initialise system trusted keyring [ 0.480864] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.482042] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.484179] zbud: loaded [ 0.484922] VFS: Disk quotas dquot_6.6.0 [ 0.485756] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.487397] fuse init (API version 7.23) [ 0.488318] Key type big_key registered [ 0.489134] Allocating IMA MOK and blacklist keyrings. [ 0.490378] Key type asymmetric registered [ 0.491229] Asymmetric key parser 'x509' registered [ 0.492205] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.493696] io scheduler noop registered [ 0.494499] io scheduler deadline registered (default) [ 0.495518] io scheduler cfq registered [ 0.496385] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.497447] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.498730] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.500204] ACPI: Power Button [PWRF] [ 0.501073] GHES: HEST is not enabled! [ 0.514800] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.542728] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.544842] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.568846] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.571131] Linux agpgart interface v0.103 [ 0.573755] brd: module loaded [ 0.575451] loop: module loaded [ 0.580100] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.581593] GPT:90111 != 2097151 [ 0.582280] GPT:Alternate GPT header not at the end of the disk. [ 0.583405] GPT:90111 != 2097151 [ 0.584103] GPT: Use GNU Parted to correct GPT errors. [ 0.585094] vda: vda1 vda15 [ 0.586370] scsi host0: ata_piix [ 0.587167] scsi host1: ata_piix [ 0.587918] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.589177] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.590680] libphy: Fixed MDIO Bus: probed [ 0.591525] tun: Universal TUN/TAP device driver, 1.6 [ 0.594147] tun: (C) 1999-2004 Max Krasnyansky [ 0.597073] PPP generic driver version 2.4.2 [ 0.598061] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.599305] ehci-pci: EHCI PCI platform driver [ 0.600209] ehci-platform: EHCI generic platform driver [ 0.601232] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.602400] ohci-pci: OHCI PCI platform driver [ 0.603353] ohci-platform: OHCI generic platform driver [ 0.604399] uhci_hcd: USB Universal Host Controller Interface driver [ 0.618749] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.619798] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.621319] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.622352] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.623549] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.624810] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.626252] usb usb1: Product: UHCI Host Controller [ 0.627203] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.628362] usb usb1: SerialNumber: 0000:00:01.2 [ 0.629371] hub 1-0:1.0: USB hub found [ 0.630177] hub 1-0:1.0: 2 ports detected [ 0.631146] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.633345] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.634334] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.635401] mousedev: PS/2 mouse device common for all mice [ 0.636752] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.638651] rtc_cmos 00:00: RTC can wake from S4 [ 0.639805] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.641035] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.642257] i2c /dev entries driver [ 0.643054] device-mapper: uevent: version 1.0.3 [ 0.644048] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.645724] ledtrig-cpu: registered to indicate activity on CPUs [ 0.647235] NET: Registered protocol family 10 [ 0.648407] NET: Registered protocol family 17 [ 0.649333] Key type dns_resolver registered [ 0.650373] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.651507] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.653345] registered taskstats version 1 [ 0.654212] Loading compiled-in X.509 certificates [ 0.655730] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.657640] zswap: loaded using pool lzo/zbud [ 0.659330] Key type trusted registered [ 0.661122] Key type encrypted registered [ 0.661967] AppArmor: AppArmor sha1 policy hashing enabled [ 0.663020] ima: No TPM chip found, activating TPM-bypass! [ 0.664094] evm: HMAC attrs: 0x1 [ 0.665074] Magic number: 14:608:213 [ 0.665964] rtc_cmos 00:00: setting system clock to 2018-08-12 05:13:46 UTC (1534050826) [ 0.667631] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.668767] EDD information not available. [ 0.752553] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.764370] Write protecting the kernel read-only data: 14336k [ 0.766518] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.768384] 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 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... [ 0.923297] 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.17... Lease of 192.168.120.17 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.83. iid=i-00000014 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCHLRYO3HbV2iWEdgRVfsdmInN9bHdN8oyS/TArZzj8uM+pyEedrj6ae/rimICQgnEHCL34WJRUFeCJROZ9X0NhacCSuLlFZufWZTXtxi/LboiEG9AZJLBq11i172oEdU07GmL8G2M3jJjWozLYNv0vOH2yBTRC9mM9bJ0KKS8fjI0lyZCcjGcz4wWSpmDWVOMHOJHbmtvBBIW/2etCOrh8x6k+nZG/7L5rRohzOftKocCuDWs/n8fmQpv6GAqWItZJbWQEc5fOEruGdMqIo5ucC3OPctI/62T35QH0qkmGWpLPSkdzwVb2+V6CWUkLhh+Vyltu3/HvdSeh3/XZNBCx root@cinder-test-vm2-10688f5f-2e3d-43a6-b86d-dd0af87feefc ssh-dss AAAAB3NzaC1kc3MAAACBAIl4ZVMGzBPO9Nr01gtkAfgbivd3bRheXvIpwveAwYbPERg24SjtZHmlkT7FqekXRiqZO7EZtkimKBjLF/pWfLPzeDXMGnUueZmZD3MpDiLCZhEUsepludNVoDsIKbMXGWukcetBz2gbgnoDOKG/M9+3D3Y8XtcKiW/qaf9SoOE/AAAAFQDWSrNZz2ZOksK2tLHKkKLC1B54ywAAAIAFBiJRk8kmlrhvdN9GpkJPA6x++aaCSbQdWCyx3vro+ljLf9IgBagmPh2+zCrlXyBfzzZ8yo6hPLxVGWJFrRGX7fKZoQP/z3SLeQEGe14mwXCNNeTNHcPVME3/kKSOGHuVfRP0GrBV3CV1FkxQBGxixY45E+C2mHD31FRhaEu6ZgAAAIBWhcHinRFaiOt/FmZlYF2QjrMEWqVOUksDSzt55r/7tj2z+jmXcB+Ah5H8jMJxEajbSyO1SUoh1RrRVPhJw+9ILk5KPlDJtaA/5WhfDoXGPOx+PO2F/y0W6+Kby3fWJjwcD2cOumBTavumfUfDitHqXEzMsCmv3wX6b1R/E9MX9g== root@cinder-test-vm2-10688f5f-2e3d-43a6-b86d-dd0af87feefc -----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.17,24,fe80::f816:3eff:fe10:d4c8/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.3 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.17 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-10688f5f-2e3d-43a6-b86d-dd0af87feefc launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=3.76 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. cinder-test-vm2-10688f5f-2e3d-43a6-b86d-dd0af87feefc login: 2018-08-12 05:14:02,310 - paramiko.transport - DEBUG - starting thread (client mode): 0x5a7fb910L 2018-08-12 05:14:02,310 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-12 05:14:02,311 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-08-12 05:14:02,311 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-08-12 05:14:02,312 - 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 05:14:02,312 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-12 05:14:02,312 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-08-12 05:14:02,313 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-12 05:14:02,313 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-12 05:14:02,313 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-12 05:14:02,330 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-12 05:14:02,331 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-12 05:14:02,343 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.208: 491a93ffed81e9a5f16b29990c22cd5f 2018-08-12 05:14:02,344 - paramiko.transport - DEBUG - Trying discovered key 2f70900c8beda86d5a4d450b34c0ed9d in /tmp/tmpCIhxDN 2018-08-12 05:14:02,367 - paramiko.transport - DEBUG - userauth is OK 2018-08-12 05:14:02,372 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-12 05:14:02,379 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.POST.volumes 2018-08-12 05:14:02,382 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8776/v3/521007c1818145639e93ceb270559219/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}9ba34bba453d04b35802a1d9b799860eba5d940e" -d '{"volume": {"display_name": "cinder_test-volume_10688f5f-2e3d-43a6-b86d-dd0af87feefc", "size": "2"}}' 2018-08-12 05:14:03,581 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 05:14:02 GMT Server: Apache x-compute-request-id: req-8ba3873b-4bd5-4aab-b1ee-541fd85fcfa4 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-8ba3873b-4bd5-4aab-b1ee-541fd85fcfa4 Content-Length: 816 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "dd5c676629534bb886fcd150600d0ef7", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/521007c1818145639e93ceb270559219/volumes/78ec1a4b-486e-44a6-84ce-47d5cfbfde8b", "rel": "self"}, {"href": "http://172.30.9.21:8776/521007c1818145639e93ceb270559219/volumes/78ec1a4b-486e-44a6-84ce-47d5cfbfde8b", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-12T05:14:03.000000", "description": null, "updated_at": null, "volume_type": null, "name": "cinder_test-volume_10688f5f-2e3d-43a6-b86d-dd0af87feefc", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "78ec1a4b-486e-44a6-84ce-47d5cfbfde8b", "size": 2}} 2018-08-12 05:14:03,582 - keystoneauth.session - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/521007c1818145639e93ceb270559219/volumes used request id req-8ba3873b-4bd5-4aab-b1ee-541fd85fcfa4 2018-08-12 05:14:03,582 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.POST.volumes in 1.20263004303s 2018-08-12 05:14:03,582 - shade.request_ids - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/521007c1818145639e93ceb270559219/volumes used request id req-8ba3873b-4bd5-4aab-b1ee-541fd85fcfa4 2018-08-12 05:14:03,583 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-12 05:14:03,586 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8776/v3/521007c1818145639e93ceb270559219/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}9ba34bba453d04b35802a1d9b799860eba5d940e" 2018-08-12 05:14:04,524 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:14:03 GMT Server: Apache x-compute-request-id: req-f7a439aa-848a-42f4-b9ad-4aeadd27f9fc OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-f7a439aa-848a-42f4-b9ad-4aeadd27f9fc Content-Encoding: gzip Content-Length: 448 Content-Type: application/json RESP BODY: {"volumes": [{"status": "creating", "user_id": "dd5c676629534bb886fcd150600d0ef7", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/521007c1818145639e93ceb270559219/volumes/78ec1a4b-486e-44a6-84ce-47d5cfbfde8b", "rel": "self"}, {"href": "http://172.30.9.21:8776/521007c1818145639e93ceb270559219/volumes/78ec1a4b-486e-44a6-84ce-47d5cfbfde8b", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-12T05:14:03.000000", "description": null, "os-vol-tenant-attr:tenant_id": "521007c1818145639e93ceb270559219", "updated_at": "2018-08-12T05:14:03.000000", "volume_type": null, "name": "cinder_test-volume_10688f5f-2e3d-43a6-b86d-dd0af87feefc", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "78ec1a4b-486e-44a6-84ce-47d5cfbfde8b", "size": 2}]} 2018-08-12 05:14:04,525 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/521007c1818145639e93ceb270559219/volumes/detail used request id req-f7a439aa-848a-42f4-b9ad-4aeadd27f9fc 2018-08-12 05:14:04,525 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.941671848297s 2018-08-12 05:14:04,525 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/521007c1818145639e93ceb270559219/volumes/detail used request id req-f7a439aa-848a-42f4-b9ad-4aeadd27f9fc 2018-08-12 05:14:04,527 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 05:14:06,529 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-12 05:14:06,532 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8776/v3/521007c1818145639e93ceb270559219/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}9ba34bba453d04b35802a1d9b799860eba5d940e" 2018-08-12 05:14:07,459 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:14:06 GMT Server: Apache x-compute-request-id: req-a6f63f01-9310-4574-9765-21e3d248eb08 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-a6f63f01-9310-4574-9765-21e3d248eb08 Content-Encoding: gzip Content-Length: 450 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "dd5c676629534bb886fcd150600d0ef7", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/521007c1818145639e93ceb270559219/volumes/78ec1a4b-486e-44a6-84ce-47d5cfbfde8b", "rel": "self"}, {"href": "http://172.30.9.21:8776/521007c1818145639e93ceb270559219/volumes/78ec1a4b-486e-44a6-84ce-47d5cfbfde8b", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-12T05:14:03.000000", "description": null, "os-vol-tenant-attr:tenant_id": "521007c1818145639e93ceb270559219", "updated_at": "2018-08-12T05:14:05.000000", "volume_type": null, "name": "cinder_test-volume_10688f5f-2e3d-43a6-b86d-dd0af87feefc", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "78ec1a4b-486e-44a6-84ce-47d5cfbfde8b", "size": 2}]} 2018-08-12 05:14:07,459 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/521007c1818145639e93ceb270559219/volumes/detail used request id req-a6f63f01-9310-4574-9765-21e3d248eb08 2018-08-12 05:14:07,459 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.929989099503s 2018-08-12 05:14:07,460 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/521007c1818145639e93ceb270559219/volumes/detail used request id req-a6f63f01-9310-4574-9765-21e3d248eb08 2018-08-12 05:14:07,462 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 05:14:07,462 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9ba34bba453d04b35802a1d9b799860eba5d940e" 2018-08-12 05:14:07,751 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-aa80eb18-8194-46c6-89b0-afbf49160197 Date: Sun, 12 Aug 2018 05:14:07 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ec788992-fa73-45cc-a7d9-6d44542124c2"],"updated_at":"2018-08-12T05:04:31Z","tenant_id":"310f5853751a4c968f3eeb0a3d99a0a8","created_at":"2018-08-12T05:04:23Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"310f5853751a4c968f3eeb0a3d99a0a8","id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["a2d97fad-5830-4599-a795-2ddc1ff93dea"],"updated_at":"2018-08-12T05:13:28Z","tenant_id":"521007c1818145639e93ceb270559219","created_at":"2018-08-12T05:13:27Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"521007c1818145639e93ceb270559219","id":"05cf55fc-1f14-4e69-8d3b-db49bc93360e","name":"cinder_test-net_10688f5f-2e3d-43a6-b86d-dd0af87feefc"}]} 2018-08-12 05:14:07,751 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-aa80eb18-8194-46c6-89b0-afbf49160197 2018-08-12 05:14:07,751 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.289567947388s 2018-08-12 05:14:07,752 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-aa80eb18-8194-46c6-89b0-afbf49160197 2018-08-12 05:14:07,757 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 05:14:07,760 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9ba34bba453d04b35802a1d9b799860eba5d940e" 2018-08-12 05:14:07,792 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1204 Content-Type: application/json X-Openstack-Request-Id: req-3781754d-8b63-4b91-b3ea-d434407b5c91 Date: Sun, 12 Aug 2018 05:14:07 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/8feb78fb-13e4-4b47-9628-150bba90cbef/snap", "metadata": {}}], "file": "/v2/images/8feb78fb-13e4-4b47-9628-150bba90cbef/file", "owner": "521007c1818145639e93ceb270559219", "id": "8feb78fb-13e4-4b47-9628-150bba90cbef", "size": 12716032, "self": "/v2/images/8feb78fb-13e4-4b47-9628-150bba90cbef", "disk_format": "qcow2", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/8feb78fb-13e4-4b47-9628-150bba90cbef/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-12T05:13:34Z", "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_10688f5f-2e3d-43a6-b86d-dd0af87feefc", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_10688f5f-2e3d-43a6-b86d-dd0af87feefc", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-12T05:13:33Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 05:14:07,792 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-3781754d-8b63-4b91-b3ea-d434407b5c91 2018-08-12 05:14:07,792 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0351769924164s 2018-08-12 05:14:07,793 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-3781754d-8b63-4b91-b3ea-d434407b5c91 2018-08-12 05:14:07,794 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-12 05:14:07,797 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}9ba34bba453d04b35802a1d9b799860eba5d940e" 2018-08-12 05:14:07,926 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:14: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-b6469614-fe20-4f12-949a-6b2669962889 x-compute-request-id: req-b6469614-fe20-4f12-949a-6b2669962889 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cinder_test-flavor_10688f5f-2e3d-43a6-b86d-dd0af87feefc", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/285397f4-88b5-44d7-bbe1-60bb22ca4ecf", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/285397f4-88b5-44d7-bbe1-60bb22ca4ecf", "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": "285397f4-88b5-44d7-bbe1-60bb22ca4ecf"}]} 2018-08-12 05:14:07,926 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-b6469614-fe20-4f12-949a-6b2669962889 2018-08-12 05:14:07,926 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.132211923599s 2018-08-12 05:14:07,927 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-b6469614-fe20-4f12-949a-6b2669962889 2018-08-12 05:14:07,928 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-12 05:14:07,930 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}9ba34bba453d04b35802a1d9b799860eba5d940e" -d '{"server": {"name": "cinder_test-vm_10688f5f-2e3d-43a6-b86d-dd0af87feefc", "imageRef": "8feb78fb-13e4-4b47-9628-150bba90cbef", "key_name": "cinder_test-kp_10688f5f-2e3d-43a6-b86d-dd0af87feefc", "flavorRef": "285397f4-88b5-44d7-bbe1-60bb22ca4ecf", "max_count": 1, "min_count": 1, "networks": [{"uuid": "05cf55fc-1f14-4e69-8d3b-db49bc93360e"}], "security_groups": [{"name": "879d6504-ad28-4ca1-a49c-f8b6efbdcbaf"}]}}' 2018-08-12 05:14:09,760 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 05:14: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-b44e87f1-802e-4d74-b74c-b1753c030cb8 x-compute-request-id: req-b44e87f1-802e-4d74-b74c-b1753c030cb8 Content-Length: 403 location: http://172.30.9.21:8774/v2.1/servers/49e7f1c4-3ae8-4e5e-8751-27b332af1872 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "879d6504-ad28-4ca1-a49c-f8b6efbdcbaf"}], "OS-DCF:diskConfig": "MANUAL", "id": "49e7f1c4-3ae8-4e5e-8751-27b332af1872", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/49e7f1c4-3ae8-4e5e-8751-27b332af1872", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/49e7f1c4-3ae8-4e5e-8751-27b332af1872", "rel": "bookmark"}], "adminPass": "N2JXCc5MpfPW"}} 2018-08-12 05:14:09,760 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-b44e87f1-802e-4d74-b74c-b1753c030cb8 2018-08-12 05:14:09,760 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 1.83195018768s 2018-08-12 05:14:09,760 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-b44e87f1-802e-4d74-b74c-b1753c030cb8 2018-08-12 05:14:09,761 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 05:14:09,764 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9ba34bba453d04b35802a1d9b799860eba5d940e" 2018-08-12 05:14:10,627 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:14: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-eb29b87c-894a-4fc4-a53d-a533e0230f59 x-compute-request-id: req-eb29b87c-894a-4fc4-a53d-a533e0230f59 Content-Encoding: gzip Content-Length: 865 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/49e7f1c4-3ae8-4e5e-8751-27b332af1872", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/49e7f1c4-3ae8-4e5e-8751-27b332af1872", "rel": "bookmark"}], "image": {"id": "8feb78fb-13e4-4b47-9628-150bba90cbef", "links": [{"href": "http://172.30.9.21:8774/images/8feb78fb-13e4-4b47-9628-150bba90cbef", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "285397f4-88b5-44d7-bbe1-60bb22ca4ecf", "links": [{"href": "http://172.30.9.21:8774/flavors/285397f4-88b5-44d7-bbe1-60bb22ca4ecf", "rel": "bookmark"}]}, "id": "49e7f1c4-3ae8-4e5e-8751-27b332af1872", "user_id": "dd5c676629534bb886fcd150600d0ef7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T05:14:09Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_10688f5f-2e3d-43a6-b86d-dd0af87feefc", "name": "cinder_test-vm_10688f5f-2e3d-43a6-b86d-dd0af87feefc", "created": "2018-08-12T05:14:09Z", "tenant_id": "521007c1818145639e93ceb270559219", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_10688f5f-2e3d-43a6-b86d-dd0af87feefc": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:10:d4:c8", "version": 4, "addr": "192.168.120.17", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:10:d4:c8", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/52d0947e-bee6-4828-84b8-666a251c1dea", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/52d0947e-bee6-4828-84b8-666a251c1dea", "rel": "bookmark"}], "image": {"id": "8feb78fb-13e4-4b47-9628-150bba90cbef", "links": [{"href": "http://172.30.9.21:8774/images/8feb78fb-13e4-4b47-9628-150bba90cbef", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T05:13:45.000000", "flavor": {"id": "285397f4-88b5-44d7-bbe1-60bb22ca4ecf", "links": [{"href": "http://172.30.9.21:8774/flavors/285397f4-88b5-44d7-bbe1-60bb22ca4ecf", "rel": "bookmark"}]}, "id": "52d0947e-bee6-4828-84b8-666a251c1dea", "security_groups": [{"name": "cinder_test-sg_10688f5f-2e3d-43a6-b86d-dd0af87feefc"}], "user_id": "dd5c676629534bb886fcd150600d0ef7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T05:13:45Z", "hostId": "346859dbc839667fb5f4f885471a1e6eb080fd47703001ea14da0d45", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_10688f5f-2e3d-43a6-b86d-dd0af87feefc", "name": "cinder_test-vm2_10688f5f-2e3d-43a6-b86d-dd0af87feefc", "created": "2018-08-12T05:13:40Z", "tenant_id": "521007c1818145639e93ceb270559219", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 05:14:10,627 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-eb29b87c-894a-4fc4-a53d-a533e0230f59 2018-08-12 05:14:10,627 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.865898132324s 2018-08-12 05:14:10,628 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-eb29b87c-894a-4fc4-a53d-a533e0230f59 2018-08-12 05:14:10,632 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 05:14:12,635 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 05:14:12,638 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9ba34bba453d04b35802a1d9b799860eba5d940e" 2018-08-12 05:14:13,324 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05: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-ea46aa2d-7eee-4805-a22c-e8cb8b90c2f1 x-compute-request-id: req-ea46aa2d-7eee-4805-a22c-e8cb8b90c2f1 Content-Encoding: gzip Content-Length: 907 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/49e7f1c4-3ae8-4e5e-8751-27b332af1872", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/49e7f1c4-3ae8-4e5e-8751-27b332af1872", "rel": "bookmark"}], "image": {"id": "8feb78fb-13e4-4b47-9628-150bba90cbef", "links": [{"href": "http://172.30.9.21:8774/images/8feb78fb-13e4-4b47-9628-150bba90cbef", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "285397f4-88b5-44d7-bbe1-60bb22ca4ecf", "links": [{"href": "http://172.30.9.21:8774/flavors/285397f4-88b5-44d7-bbe1-60bb22ca4ecf", "rel": "bookmark"}]}, "id": "49e7f1c4-3ae8-4e5e-8751-27b332af1872", "security_groups": [{"name": "cinder_test-sg_10688f5f-2e3d-43a6-b86d-dd0af87feefc"}], "user_id": "dd5c676629534bb886fcd150600d0ef7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T05:14:10Z", "hostId": "8d660c86be0d01442184106f684268042d9e5e46e30dcd96652d80cd", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_10688f5f-2e3d-43a6-b86d-dd0af87feefc", "name": "cinder_test-vm_10688f5f-2e3d-43a6-b86d-dd0af87feefc", "created": "2018-08-12T05:14:09Z", "tenant_id": "521007c1818145639e93ceb270559219", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_10688f5f-2e3d-43a6-b86d-dd0af87feefc": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:10:d4:c8", "version": 4, "addr": "192.168.120.17", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:10:d4:c8", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/52d0947e-bee6-4828-84b8-666a251c1dea", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/52d0947e-bee6-4828-84b8-666a251c1dea", "rel": "bookmark"}], "image": {"id": "8feb78fb-13e4-4b47-9628-150bba90cbef", "links": [{"href": "http://172.30.9.21:8774/images/8feb78fb-13e4-4b47-9628-150bba90cbef", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T05:13:45.000000", "flavor": {"id": "285397f4-88b5-44d7-bbe1-60bb22ca4ecf", "links": [{"href": "http://172.30.9.21:8774/flavors/285397f4-88b5-44d7-bbe1-60bb22ca4ecf", "rel": "bookmark"}]}, "id": "52d0947e-bee6-4828-84b8-666a251c1dea", "security_groups": [{"name": "cinder_test-sg_10688f5f-2e3d-43a6-b86d-dd0af87feefc"}], "user_id": "dd5c676629534bb886fcd150600d0ef7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T05:13:45Z", "hostId": "346859dbc839667fb5f4f885471a1e6eb080fd47703001ea14da0d45", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_10688f5f-2e3d-43a6-b86d-dd0af87feefc", "name": "cinder_test-vm2_10688f5f-2e3d-43a6-b86d-dd0af87feefc", "created": "2018-08-12T05:13:40Z", "tenant_id": "521007c1818145639e93ceb270559219", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 05:14:13,324 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-ea46aa2d-7eee-4805-a22c-e8cb8b90c2f1 2018-08-12 05:14:13,324 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.689262866974s 2018-08-12 05:14:13,324 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-ea46aa2d-7eee-4805-a22c-e8cb8b90c2f1 2018-08-12 05:14:13,330 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 05:14:15,332 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 05:14:15,335 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9ba34bba453d04b35802a1d9b799860eba5d940e" 2018-08-12 05:14:15,704 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:14: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-20675091-92fb-4a22-8eb6-194336c22c57 x-compute-request-id: req-20675091-92fb-4a22-8eb6-194336c22c57 Content-Encoding: gzip Content-Length: 907 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/49e7f1c4-3ae8-4e5e-8751-27b332af1872", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/49e7f1c4-3ae8-4e5e-8751-27b332af1872", "rel": "bookmark"}], "image": {"id": "8feb78fb-13e4-4b47-9628-150bba90cbef", "links": [{"href": "http://172.30.9.21:8774/images/8feb78fb-13e4-4b47-9628-150bba90cbef", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "285397f4-88b5-44d7-bbe1-60bb22ca4ecf", "links": [{"href": "http://172.30.9.21:8774/flavors/285397f4-88b5-44d7-bbe1-60bb22ca4ecf", "rel": "bookmark"}]}, "id": "49e7f1c4-3ae8-4e5e-8751-27b332af1872", "security_groups": [{"name": "cinder_test-sg_10688f5f-2e3d-43a6-b86d-dd0af87feefc"}], "user_id": "dd5c676629534bb886fcd150600d0ef7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T05:14:10Z", "hostId": "8d660c86be0d01442184106f684268042d9e5e46e30dcd96652d80cd", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_10688f5f-2e3d-43a6-b86d-dd0af87feefc", "name": "cinder_test-vm_10688f5f-2e3d-43a6-b86d-dd0af87feefc", "created": "2018-08-12T05:14:09Z", "tenant_id": "521007c1818145639e93ceb270559219", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_10688f5f-2e3d-43a6-b86d-dd0af87feefc": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:10:d4:c8", "version": 4, "addr": "192.168.120.17", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:10:d4:c8", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/52d0947e-bee6-4828-84b8-666a251c1dea", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/52d0947e-bee6-4828-84b8-666a251c1dea", "rel": "bookmark"}], "image": {"id": "8feb78fb-13e4-4b47-9628-150bba90cbef", "links": [{"href": "http://172.30.9.21:8774/images/8feb78fb-13e4-4b47-9628-150bba90cbef", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T05:13:45.000000", "flavor": {"id": "285397f4-88b5-44d7-bbe1-60bb22ca4ecf", "links": [{"href": "http://172.30.9.21:8774/flavors/285397f4-88b5-44d7-bbe1-60bb22ca4ecf", "rel": "bookmark"}]}, "id": "52d0947e-bee6-4828-84b8-666a251c1dea", "security_groups": [{"name": "cinder_test-sg_10688f5f-2e3d-43a6-b86d-dd0af87feefc"}], "user_id": "dd5c676629534bb886fcd150600d0ef7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T05:13:45Z", "hostId": "346859dbc839667fb5f4f885471a1e6eb080fd47703001ea14da0d45", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_10688f5f-2e3d-43a6-b86d-dd0af87feefc", "name": "cinder_test-vm2_10688f5f-2e3d-43a6-b86d-dd0af87feefc", "created": "2018-08-12T05:13:40Z", "tenant_id": "521007c1818145639e93ceb270559219", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 05:14:15,704 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-20675091-92fb-4a22-8eb6-194336c22c57 2018-08-12 05:14:15,704 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.371813058853s 2018-08-12 05:14:15,705 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-20675091-92fb-4a22-8eb6-194336c22c57 2018-08-12 05:14:15,708 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 05:14:17,710 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 05:14:17,713 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9ba34bba453d04b35802a1d9b799860eba5d940e" 2018-08-12 05:14:17,957 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:14: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-8d7c8ea9-db0b-4e94-a1d9-fc5a1afdd68f x-compute-request-id: req-8d7c8ea9-db0b-4e94-a1d9-fc5a1afdd68f Content-Encoding: gzip Content-Length: 890 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_10688f5f-2e3d-43a6-b86d-dd0af87feefc": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a9:77:d8", "version": 4, "addr": "192.168.120.33", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/49e7f1c4-3ae8-4e5e-8751-27b332af1872", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/49e7f1c4-3ae8-4e5e-8751-27b332af1872", "rel": "bookmark"}], "image": {"id": "8feb78fb-13e4-4b47-9628-150bba90cbef", "links": [{"href": "http://172.30.9.21:8774/images/8feb78fb-13e4-4b47-9628-150bba90cbef", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T05:14:15.000000", "flavor": {"id": "285397f4-88b5-44d7-bbe1-60bb22ca4ecf", "links": [{"href": "http://172.30.9.21:8774/flavors/285397f4-88b5-44d7-bbe1-60bb22ca4ecf", "rel": "bookmark"}]}, "id": "49e7f1c4-3ae8-4e5e-8751-27b332af1872", "security_groups": [{"name": "cinder_test-sg_10688f5f-2e3d-43a6-b86d-dd0af87feefc"}], "user_id": "dd5c676629534bb886fcd150600d0ef7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T05:14:15Z", "hostId": "8d660c86be0d01442184106f684268042d9e5e46e30dcd96652d80cd", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_10688f5f-2e3d-43a6-b86d-dd0af87feefc", "name": "cinder_test-vm_10688f5f-2e3d-43a6-b86d-dd0af87feefc", "created": "2018-08-12T05:14:09Z", "tenant_id": "521007c1818145639e93ceb270559219", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_10688f5f-2e3d-43a6-b86d-dd0af87feefc": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:10:d4:c8", "version": 4, "addr": "192.168.120.17", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:10:d4:c8", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/52d0947e-bee6-4828-84b8-666a251c1dea", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/52d0947e-bee6-4828-84b8-666a251c1dea", "rel": "bookmark"}], "image": {"id": "8feb78fb-13e4-4b47-9628-150bba90cbef", "links": [{"href": "http://172.30.9.21:8774/images/8feb78fb-13e4-4b47-9628-150bba90cbef", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T05:13:45.000000", "flavor": {"id": "285397f4-88b5-44d7-bbe1-60bb22ca4ecf", "links": [{"href": "http://172.30.9.21:8774/flavors/285397f4-88b5-44d7-bbe1-60bb22ca4ecf", "rel": "bookmark"}]}, "id": "52d0947e-bee6-4828-84b8-666a251c1dea", "security_groups": [{"name": "cinder_test-sg_10688f5f-2e3d-43a6-b86d-dd0af87feefc"}], "user_id": "dd5c676629534bb886fcd150600d0ef7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T05:13:45Z", "hostId": "346859dbc839667fb5f4f885471a1e6eb080fd47703001ea14da0d45", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_10688f5f-2e3d-43a6-b86d-dd0af87feefc", "name": "cinder_test-vm2_10688f5f-2e3d-43a6-b86d-dd0af87feefc", "created": "2018-08-12T05:13:40Z", "tenant_id": "521007c1818145639e93ceb270559219", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 05:14:17,957 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-8d7c8ea9-db0b-4e94-a1d9-fc5a1afdd68f 2018-08-12 05:14:17,957 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.246912956238s 2018-08-12 05:14:17,958 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-8d7c8ea9-db0b-4e94-a1d9-fc5a1afdd68f 2018-08-12 05:14:17,963 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-12 05:14:17,964 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/ports.json?device_id=49e7f1c4-3ae8-4e5e-8751-27b332af1872" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9ba34bba453d04b35802a1d9b799860eba5d940e" 2018-08-12 05:14:18,198 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-b157903f-e6c2-4881-a74f-a94777cdedb5 Date: Sun, 12 Aug 2018 05:14:18 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"05cf55fc-1f14-4e69-8d3b-db49bc93360e","tenant_id":"521007c1818145639e93ceb270559219","created_at":"2018-08-12T05:14:11Z","admin_state_up":true,"updated_at":"2018-08-12T05:14:15Z","binding:vnic_type":"normal","device_id":"49e7f1c4-3ae8-4e5e-8751-27b332af1872","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:a9:77:d8","id":"26308a31-6045-42a3-8fc5-a1a55a3ef0d0","port_security_enabled":true,"project_id":"521007c1818145639e93ceb270559219","fixed_ips":[{"subnet_id":"a2d97fad-5830-4599-a795-2ddc1ff93dea","ip_address":"192.168.120.33"}],"extra_dhcp_opts":[],"security_groups":["879d6504-ad28-4ca1-a49c-f8b6efbdcbaf"],"name":""}]} 2018-08-12 05:14:18,198 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=49e7f1c4-3ae8-4e5e-8751-27b332af1872 used request id req-b157903f-e6c2-4881-a74f-a94777cdedb5 2018-08-12 05:14:18,198 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.235123872757s 2018-08-12 05:14:18,199 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=49e7f1c4-3ae8-4e5e-8751-27b332af1872 used request id req-b157903f-e6c2-4881-a74f-a94777cdedb5 2018-08-12 05:14:18,204 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-12 05:14:18,205 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/floatingips.json?port_id=26308a31-6045-42a3-8fc5-a1a55a3ef0d0" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9ba34bba453d04b35802a1d9b799860eba5d940e" 2018-08-12 05:14:18,223 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-21a9a0f8-be88-4299-942c-ace892261100 Date: Sun, 12 Aug 2018 05:14:18 GMT RESP BODY: {"floatingips": []} 2018-08-12 05:14:18,223 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=26308a31-6045-42a3-8fc5-a1a55a3ef0d0 used request id req-21a9a0f8-be88-4299-942c-ace892261100 2018-08-12 05:14:18,223 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0185859203339s 2018-08-12 05:14:18,223 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=26308a31-6045-42a3-8fc5-a1a55a3ef0d0 used request id req-21a9a0f8-be88-4299-942c-ace892261100 2018-08-12 05:14:18,224 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'cinder_test-net_10688f5f-2e3d-43a6-b86d-dd0af87feefc': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:a9:77:d8', u'version': 4, u'addr': u'192.168.120.33', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'8feb78fb-13e4-4b47-9628-150bba90cbef'}), 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-12T05:14:15.000000', 'flavor': Munch({u'id': u'285397f4-88b5-44d7-bbe1-60bb22ca4ecf'}), 'az': u'nova', 'id': u'49e7f1c4-3ae8-4e5e-8751-27b332af1872', 'security_groups': [Munch({u'name': u'cinder_test-sg_10688f5f-2e3d-43a6-b86d-dd0af87feefc'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'dd5c676629534bb886fcd150600d0ef7', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'521007c1818145639e93ceb270559219', 'name': 'cinder_test-project_10688f5f-2e3d-43a6-b86d-dd0af87feefc', '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-12T05:14:15.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-12T05:14:15Z', 'hostId': u'8d660c86be0d01442184106f684268042d9e5e46e30dcd96652d80cd', u'OS-SRV-USG:terminated_at': None, 'key_name': u'cinder_test-kp_10688f5f-2e3d-43a6-b86d-dd0af87feefc', 'public_v6': '', 'private_v4': u'192.168.120.33', 'cloud': 'envvars', 'host_id': u'8d660c86be0d01442184106f684268042d9e5e46e30dcd96652d80cd', '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-12T05:14:15.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'521007c1818145639e93ceb270559219', 'name': u'cinder_test-vm_10688f5f-2e3d-43a6-b86d-dd0af87feefc', 'adminPass': u'N2JXCc5MpfPW', 'tenant_id': u'521007c1818145639e93ceb270559219', 'created_at': u'2018-08-12T05:14:09Z', 'created': u'2018-08-12T05:14:09Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-12 05:14:18,226 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 05:14:18,227 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9ba34bba453d04b35802a1d9b799860eba5d940e" 2018-08-12 05:14:18,488 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-a3a226ea-3e64-4dd0-9f95-6a5530e2abac Date: Sun, 12 Aug 2018 05:14:18 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ec788992-fa73-45cc-a7d9-6d44542124c2"],"updated_at":"2018-08-12T05:04:31Z","tenant_id":"310f5853751a4c968f3eeb0a3d99a0a8","created_at":"2018-08-12T05:04:23Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"310f5853751a4c968f3eeb0a3d99a0a8","id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["a2d97fad-5830-4599-a795-2ddc1ff93dea"],"updated_at":"2018-08-12T05:13:28Z","tenant_id":"521007c1818145639e93ceb270559219","created_at":"2018-08-12T05:13:27Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"521007c1818145639e93ceb270559219","id":"05cf55fc-1f14-4e69-8d3b-db49bc93360e","name":"cinder_test-net_10688f5f-2e3d-43a6-b86d-dd0af87feefc"}]} 2018-08-12 05:14:18,488 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-a3a226ea-3e64-4dd0-9f95-6a5530e2abac 2018-08-12 05:14:18,489 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.262130975723s 2018-08-12 05:14:18,489 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-a3a226ea-3e64-4dd0-9f95-6a5530e2abac 2018-08-12 05:14:18,490 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-12 05:14:18,491 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/ports.json?device_id=49e7f1c4-3ae8-4e5e-8751-27b332af1872" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9ba34bba453d04b35802a1d9b799860eba5d940e" 2018-08-12 05:14:18,548 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-48c8a555-4e00-4808-aab4-579c8f5fce21 Date: Sun, 12 Aug 2018 05:14:18 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"05cf55fc-1f14-4e69-8d3b-db49bc93360e","tenant_id":"521007c1818145639e93ceb270559219","created_at":"2018-08-12T05:14:11Z","admin_state_up":true,"updated_at":"2018-08-12T05:14:15Z","binding:vnic_type":"normal","device_id":"49e7f1c4-3ae8-4e5e-8751-27b332af1872","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:a9:77:d8","id":"26308a31-6045-42a3-8fc5-a1a55a3ef0d0","port_security_enabled":true,"project_id":"521007c1818145639e93ceb270559219","fixed_ips":[{"subnet_id":"a2d97fad-5830-4599-a795-2ddc1ff93dea","ip_address":"192.168.120.33"}],"extra_dhcp_opts":[],"security_groups":["879d6504-ad28-4ca1-a49c-f8b6efbdcbaf"],"name":""}]} 2018-08-12 05:14:18,549 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=49e7f1c4-3ae8-4e5e-8751-27b332af1872 used request id req-48c8a555-4e00-4808-aab4-579c8f5fce21 2018-08-12 05:14:18,549 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0585668087006s 2018-08-12 05:14:18,549 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=49e7f1c4-3ae8-4e5e-8751-27b332af1872 used request id req-48c8a555-4e00-4808-aab4-579c8f5fce21 2018-08-12 05:14:18,550 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-12 05:14:18,550 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}9ba34bba453d04b35802a1d9b799860eba5d940e" -d '{"floatingip": {"floating_network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "fixed_ip_address": "192.168.120.33", "port_id": "26308a31-6045-42a3-8fc5-a1a55a3ef0d0"}}' 2018-08-12 05:14:20,410 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-6134a536-f4cd-4c83-bee9-18e674c2f94b Date: Sun, 12 Aug 2018 05:14:20 GMT RESP BODY: {"floatingip": {"router_id": "72f58f0b-6c9f-4ef9-a1f9-76a4e2c35483", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-12T05:14:19Z", "floating_network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "fixed_ip_address": "192.168.120.33", "floating_ip_address": "172.30.9.216", "revision_number": 0, "port_id": "26308a31-6045-42a3-8fc5-a1a55a3ef0d0", "id": "48049f2f-fc31-4413-b974-129c0db17750", "tenant_id": "521007c1818145639e93ceb270559219", "created_at": "2018-08-12T05:14:19Z", "project_id": "521007c1818145639e93ceb270559219"}} 2018-08-12 05:14:20,410 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-6134a536-f4cd-4c83-bee9-18e674c2f94b 2018-08-12 05:14:20,410 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.86037302017s 2018-08-12 05:14:20,411 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-6134a536-f4cd-4c83-bee9-18e674c2f94b 2018-08-12 05:14:20,419 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-12 05:14:20,419 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}9ba34bba453d04b35802a1d9b799860eba5d940e" 2018-08-12 05:14:20,607 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1097 X-Openstack-Request-Id: req-f6c291ea-6bef-42cd-9558-f107b25e6df8 Date: Sun, 12 Aug 2018 05:14:20 GMT RESP BODY: {"floatingips": [{"router_id": "72f58f0b-6c9f-4ef9-a1f9-76a4e2c35483", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-12T05:13:50Z", "floating_network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "fixed_ip_address": "192.168.120.17", "floating_ip_address": "172.30.9.208", "revision_number": 0, "port_id": "7e6e55f6-59c9-441b-b797-49affc19ccba", "id": "459210b6-bc6b-4821-87c0-e6e143be8dab", "tenant_id": "521007c1818145639e93ceb270559219", "created_at": "2018-08-12T05:13:50Z", "project_id": "521007c1818145639e93ceb270559219"}, {"router_id": "72f58f0b-6c9f-4ef9-a1f9-76a4e2c35483", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-12T05:14:19Z", "floating_network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "fixed_ip_address": "192.168.120.33", "floating_ip_address": "172.30.9.216", "revision_number": 0, "port_id": "26308a31-6045-42a3-8fc5-a1a55a3ef0d0", "id": "48049f2f-fc31-4413-b974-129c0db17750", "tenant_id": "521007c1818145639e93ceb270559219", "created_at": "2018-08-12T05:14:19Z", "project_id": "521007c1818145639e93ceb270559219"}]} 2018-08-12 05:14:20,607 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-f6c291ea-6bef-42cd-9558-f107b25e6df8 2018-08-12 05:14:20,607 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.18824505806s 2018-08-12 05:14:20,607 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-f6c291ea-6bef-42cd-9558-f107b25e6df8 2018-08-12 05:14:20,614 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'72f58f0b-6c9f-4ef9-a1f9-76a4e2c35483', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'521007c1818145639e93ceb270559219', 'created_at': u'2018-08-12T05:14:19Z', 'attached': True, 'updated_at': u'2018-08-12T05:14:19Z', 'id': u'48049f2f-fc31-4413-b974-129c0db17750', 'floating_network_id': u'03886690-4630-4c4c-9ccb-7eedaa9b1fd3', 'fixed_ip_address': u'192.168.120.33', 'floating_ip_address': u'172.30.9.216', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'521007c1818145639e93ceb270559219', 'name': 'cinder_test-project_10688f5f-2e3d-43a6-b86d-dd0af87feefc', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'72f58f0b-6c9f-4ef9-a1f9-76a4e2c35483', 'project_id': u'521007c1818145639e93ceb270559219', 'port_id': u'26308a31-6045-42a3-8fc5-a1a55a3ef0d0', 'port': u'26308a31-6045-42a3-8fc5-a1a55a3ef0d0', 'network': u'03886690-4630-4c4c-9ccb-7eedaa9b1fd3'}) 2018-08-12 05:14:20,614 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-12 05:14:20,617 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/49e7f1c4-3ae8-4e5e-8751-27b332af1872/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}9ba34bba453d04b35802a1d9b799860eba5d940e" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 05:14:20,711 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05: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-b3e8c8f4-97c8-4109-b108-226a19bacc22 x-compute-request-id: req-b3e8c8f4-97c8-4109-b108-226a19bacc22 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 459976632 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.142498] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.144130] pid_max: default: 32768 minimum: 301\n[ 0.145013] ACPI: Core revision 20150930\n[ 0.146386] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.147683] Security Framework initialized\n[ 0.148486] Yama: becoming mindful.\n[ 0.149205] AppArmor: AppArmor initialized\n[ 0.150063] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.151381] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.152683] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153879] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155271] Initializing cgroup subsys io\n[ 0.156093] Initializing cgroup subsys memory\n[ 0.156942] Initializing cgroup subsys devices\n[ 0.157813] Initializing cgroup subsys freezer\n[ 0.158672] Initializing cgroup subsys net_cls\n[ 0.159550] Initializing cgroup subsys perf_event\n[ 0.160447] Initializing cgroup subsys net_prio\n[ 0.161320] Initializing cgroup subsys hugetlb\n[ 0.162188] Initializing cgroup subsys pids\n[ 0.163053] CPU: Physical Processor ID: 0\n[ 0.164535] mce: CPU supports 10 MCE banks\n[ 0.165369] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.166361] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.180752] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.186760] ftrace: allocating 31920 entries in 125 pages\n[ 0.211654] smpboot: Max logical packages: 1\n[ 0.212524] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.213867] x2apic enabled\n[ 0.214666] Switched APIC routing to physical x2apic.\n[ 0.216379] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.217486] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.219475] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.221249] KVM setup paravirtual spinlock\n[ 0.222556] x86: Booted up 1 node, 1 CPUs\n[ 0.223356] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.224743] devtmpfs: initialized\n[ 0.226449] evm: security.selinux\n[ 0.227146] evm: security.SMACK64\n[ 0.227831] evm: security.SMACK64EXEC\n[ 0.228567] evm: security.SMACK64TRANSMUTE\n[ 0.229360] evm: security.SMACK64MMAP\n[ 0.230110] evm: security.ima\n[ 0.230749] evm: security.capability\n[ 0.231548] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.233391] pinctrl core: initialized pinctrl subsystem\n[ 0.234492] RTC time: 5:14:15, date: 08/12/18\n[ 0.235449] NET: Registered protocol family 16\n[ 0.236428] cpuidle: using governor ladder\n[ 0.237244] cpuidle: using governor menu\n[ 0.238021] PCCT header not found.\n[ 0.238773] ACPI: bus type PCI registered\n[ 0.239565] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.240794] PCI: Using configuration type 1 for base access\n[ 0.242549] ACPI: Added _OSI(Module Device)\n[ 0.243381] ACPI: Added _OSI(Processor Device)\n[ 0.244241] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.245129] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.246864] ACPI: Interpreter enabled\n[ 0.247632] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.249463] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.251280] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.253110] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.254934] ACPI: (supports S0 S5)\n[ 0.255632] ACPI: Using IOAPIC for interrupt routing\n[ 0.256566] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.259648] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.260782] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.262002] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.263175] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.265377] acpiphp: Slot [3] registered\n[ 0.266178] acpiphp: Slot [4] registered\n[ 0.266974] acpiphp: Slot [5] registered\n[ 0.267767] acpiphp: Slot [6] registered\n[ 0.268556] acpiphp: Slot [7] registered\n[ 0.269351] acpiphp: Slot [8] registered\n[ 0.270155] acpiphp: Slot [9] registered\n[ 0.270946] acpiphp: Slot [10] registered\n[ 0.271751] acpiphp: Slot [11] registered\n[ 0.272564] acpiphp: Slot [12] registered\n[ 0.273370] acpiphp: Slot [13] registered\n[ 0.274175] acpiphp: Slot [14] registered\n[ 0.274981] acpiphp: Slot [15] registered\n[ 0.285745] acpiphp: Slot [16] registered\n[ 0.286556] acpiphp: Slot [17] registered\n[ 0.287359] acpiphp: Slot [18] registered\n[ 0.288167] acpiphp: Slot [19] registered\n[ 0.288974] acpiphp: Slot [20] registered\n[ 0.289785] acpiphp: Slot [21] registered\n[ 0.290592] acpiphp: Slot [22] registered\n[ 0.291394] acpiphp: Slot [23] registered\n[ 0.292206] acpiphp: Slot [24] registered\n[ 0.293013] acpiphp: Slot [25] registered\n[ 0.293819] acpiphp: Slot [26] registered\n[ 0.294624] acpiphp: Slot [27] registered\n[ 0.295425] acpiphp: Slot [28] registered\n[ 0.296234] acpiphp: Slot [29] registered\n[ 0.297072] acpiphp: Slot [30] registered\n[ 0.297888] acpiphp: Slot [31] registered\n[ 0.298692] PCI host bridge to bus 0000:00\n[ 0.299497] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300698] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.301905] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303345] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.304777] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.306238] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309521] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310783] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311948] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313200] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316733] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.318291] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.337150] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.338621] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.340388] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.341791] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.343166] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.344438] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.345732] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.346782] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.348313] vgaarb: loaded\n[ 0.348912] vgaarb: bridge control possible 0000:00:02.0\n[ 0.350128] SCSI subsystem initialized\n[ 0.351034] ACPI: bus type USB registered\n[ 0.351860] usbcore: registered new interface driver usbfs\n[ 0.352886] usbcore: registered new interface driver hub\n[ 0.353885] usbcore: registered new device driver usb\n[ 0.354981] PCI: Using ACPI for IRQ routing\n[ 0.356087] NetLabel: Initializing\n[ 0.356810] NetLabel: domain hash size = 128\n[ 0.357651] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.358605] NetLabel: unlabeled traffic allowed by default\n[ 0.359758] clocksource: Switched to clocksource kvm-clock\n[ 0.367847] AppArmor: AppArmor Filesystem Enabled\n[ 0.368819] pnp: PnP ACPI init\n[ 0.369750] pnp: PnP ACPI: found 5 devices\n[ 0.376046] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.377755] NET: Registered protocol family 2\n[ 0.378794] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.380085] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.381284] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.382475] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.383545] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.384714] NET: Registered protocol family 1\n[ 0.385590] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.386675] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.387735] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.401761] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.415897] Trying to unpack rootfs image as initramfs...\n[ 0.472383] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.474019] Scanning for low memory corruption every 60 seconds\n[ 0.475409] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.476577] audit: initializing netlink subsys (disabled)\n[ 0.477598] audit: type=2000 audit(1534050856.517:1): initialized\n[ 0.478921] Initialise system trusted keyring\n[ 0.479858] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.481018] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.483126] zbud: loaded\n[ 0.483886] VFS: Disk quotas dquot_6.6.0\n[ 0.484707] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.486297] fuse init (API version 7.23)\n[ 0.487204] Key type big_key registered\n[ 0.488018] Allocating IMA MOK and blacklist keyrings.\n[ 0.489240] Key type asymmetric registered\n[ 0.490064] Asymmetric key parser 'x509' registered\n[ 0.491019] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.492499] io scheduler noop registered\n[ 0.493285] io scheduler deadline registered (default)\n[ 0.494284] io scheduler cfq registered\n[ 0.495121] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.496164] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.497422] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.498853] ACPI: Power Button [PWRF]\n[ 0.499715] GHES: HEST is not enabled!\n[ 0.513383] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.541105] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.543184] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.566799] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.569039] Linux agpgart interface v0.103\n[ 0.571622] brd: module loaded\n[ 0.573290] loop: module loaded\n[ 0.577024] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.578471] GPT:90111 != 2097151\n[ 0.579145] GPT:Alternate GPT header not at the end of the disk.\n[ 0.580235] GPT:90111 != 2097151\n[ 0.580914] GPT: Use GNU Parted to correct GPT errors.\n[ 0.581873] vda: vda1 vda15\n[ 0.583082] scsi host0: ata_piix\n[ 0.583874] scsi host1: ata_piix\n[ 0.584593] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.585807] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.587262] libphy: Fixed MDIO Bus: probed\n[ 0.588091] tun: Universal TUN/TAP device driver, 1.6\n[ 0.589042] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.591315] PPP generic driver version 2.4.2\n[ 0.592163] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.593243] ehci-pci: EHCI PCI platform driver\n[ 0.594113] ehci-platform: EHCI generic platform driver\n[ 0.595105] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.596348] ohci-pci: OHCI PCI platform driver\n[ 0.597342] ohci-platform: OHCI generic platform driver\n[ 0.598466] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.615110] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.616455] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.618022] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.619122] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.620412] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.621735] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.623217] usb usb1: Product: UHCI Host Controller\n[ 0.624194] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.625407] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.626552] hub 1-0:1.0: USB hub found\n[ 0.627373] hub 1-0:1.0: 2 ports detected\n[ 0.628456] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.630762] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.631794] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.632925] mousedev: PS/2 mouse device common for all mice\n[ 0.634485] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.636479] rtc_cmos 00:00: RTC can wake from S4\n[ 0.637662] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.638919] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.640190] i2c /dev entries driver\n[ 0.641037] device-mapper: uevent: version 1.0.3\n[ 0.642065] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.643805] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.645396] NET: Registered protocol family 10\n[ 0.646629] NET: Registered protocol family 17\n[ 0.647567] Key type dns_resolver registered\n[ 0.648640] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.649790] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.651702] registered taskstats version 1\n[ 0.652605] Loading compiled-in X.509 certificates\n[ 0.654132] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.656129] zswap: loaded using pool lzo/zbud\n[ 0.657902] Key type trusted registered\n[ 0.659741] Key type encrypted registered\n[ 0.660622] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.661706] ima: No TPM chip found, activating TPM-bypass!\n[ 0.662811] evm: HMAC attrs: 0x1\n[ 0.663900] Magic number: 14:608:213\n[ 0.664826] rtc_cmos 00:00: setting system clock to 2018-08-12 05:14:16 UTC (1534050856)\n[ 0.666547] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.667724] EDD information not available.\n[ 0.745085] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.756817] Write protecting the kernel read-only data: 14336k\n[ 0.759014] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.760975] 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.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... [ 0.917576] random: dd urandom read with 4 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.33...\nLease of 192.168.120.33 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-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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCXgw3Y5JF825irCWQUpnGMQmmoJyBnJ25zwcRFr1bR35e6kCfZjoqIjU2IHfyFLnAahHZ0xoE1lsSuVDjLhZekgXsAJ9mxTtVdeaBwZL4ENKoIQQNDl5YIqn+UxlnrEIIgKKcg7lM0BX0+BCFV6oQxTL0vNeOXr1tBhy8/Yv9s6FMcbgEPuTXT44ufu6NxiiLaF5AJQY0QXGqeI/2QOFTrwiAIFp9RYjdpwlh8ZVGH2e2Sb0M96hMVi2UDcr9UeBBU4FvnuISfBi/GiuKxMmXp1AeomrZaqQX/hYruQJfEJ7ylHooPjI1WdYe6mH1N64Sq8dpW/FggenEToPTvlEuF root@cinder-test-vm-10688f5f-2e3d-43a6-b86d-dd0af87feefc\nssh-dss AAAAB3NzaC1kc3MAAACBAPNwHoBEOrLHxE1xgcyfUEdOM4CyxfK7ShHCFd0jO1ZYOwdn3IABSwCBICgWy+9zCRWjM+4DBhOgP1Hqr2i4IomPAcEBwJJiU739uEznxdthBoJmZzA4ZG3MptRBF3VrTT3MaB+D8aNmbFKUXDp8ogfROanL0Cw9oRYcSUyFTvkfAAAAFQD+ZsTIJv/U4QImbGgqcAh5G+V51wAAAIBL301SjcSpN4bNm+T5dJ0iyd/7/dlOJmFtFPXTeEfZjaE+igoS80P9+QvtP9lmw9Htr+9CmM7LrUPx9Q1Zhj+IAyzLACX5htwMt/MGdYp3bZ2sreoNBCuFSEbsnI2hoDtorN3zPuieSa+MuRWWCOlDuVD3eQtFht0hcICTTWu2BgAAAIAwiXMzVO4/IsjiYvpXWILW7AwNVfkIJ+q6PjiR1IJhvZ7wiejSr6i4NxYztQzDOIFQoHw32+tjHe2VSpeD0ttNyvCs9LN8UNkFd2Z0yPDzlfln+iBYkUNHfWI4g8tKPBN+63Qy98Rq6Q3pZaW/mHv5u/6C4PhnWDai+oYFsVV9Vg== root@cinder-test-vm-10688f5f-2e3d-43a6-b86d-dd0af87feefc\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.19s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.33,24,fe80::f816:3eff:fea9:77d8/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.33 \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-10688f5f-2e3d-43a6-b86d-dd0af87feefc\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=3.14 ===\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-10688f5f-2e3d-43a6-b86d-dd0af87feefc login: "} 2018-08-12 05:14:20,711 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/49e7f1c4-3ae8-4e5e-8751-27b332af1872/action used request id req-b3e8c8f4-97c8-4109-b108-226a19bacc22 2018-08-12 05:14:20,712 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0970449447632s 2018-08-12 05:14:20,712 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/49e7f1c4-3ae8-4e5e-8751-27b332af1872/action used request id req-b3e8c8f4-97c8-4109-b108-226a19bacc22 2018-08-12 05:14:20,713 - 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 459976632 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.142498] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.144130] pid_max: default: 32768 minimum: 301 [ 0.145013] ACPI: Core revision 20150930 [ 0.146386] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.147683] Security Framework initialized [ 0.148486] Yama: becoming mindful. [ 0.149205] AppArmor: AppArmor initialized [ 0.150063] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.151381] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.152683] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.153879] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.155271] Initializing cgroup subsys io [ 0.156093] Initializing cgroup subsys memory [ 0.156942] Initializing cgroup subsys devices [ 0.157813] Initializing cgroup subsys freezer [ 0.158672] Initializing cgroup subsys net_cls [ 0.159550] Initializing cgroup subsys perf_event [ 0.160447] Initializing cgroup subsys net_prio [ 0.161320] Initializing cgroup subsys hugetlb [ 0.162188] Initializing cgroup subsys pids [ 0.163053] CPU: Physical Processor ID: 0 [ 0.164535] mce: CPU supports 10 MCE banks [ 0.165369] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.166361] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.180752] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.186760] ftrace: allocating 31920 entries in 125 pages [ 0.211654] smpboot: Max logical packages: 1 [ 0.212524] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.213867] x2apic enabled [ 0.214666] Switched APIC routing to physical x2apic. [ 0.216379] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.217486] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.219475] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.221249] KVM setup paravirtual spinlock [ 0.222556] x86: Booted up 1 node, 1 CPUs [ 0.223356] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.224743] devtmpfs: initialized [ 0.226449] evm: security.selinux [ 0.227146] evm: security.SMACK64 [ 0.227831] evm: security.SMACK64EXEC [ 0.228567] evm: security.SMACK64TRANSMUTE [ 0.229360] evm: security.SMACK64MMAP [ 0.230110] evm: security.ima [ 0.230749] evm: security.capability [ 0.231548] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.233391] pinctrl core: initialized pinctrl subsystem [ 0.234492] RTC time: 5:14:15, date: 08/12/18 [ 0.235449] NET: Registered protocol family 16 [ 0.236428] cpuidle: using governor ladder [ 0.237244] cpuidle: using governor menu [ 0.238021] PCCT header not found. [ 0.238773] ACPI: bus type PCI registered [ 0.239565] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.240794] PCI: Using configuration type 1 for base access [ 0.242549] ACPI: Added _OSI(Module Device) [ 0.243381] ACPI: Added _OSI(Processor Device) [ 0.244241] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.245129] ACPI: Added _OSI(Processor Aggregator Device) [ 0.246864] ACPI: Interpreter enabled [ 0.247632] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.249463] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.251280] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.253110] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.254934] ACPI: (supports S0 S5) [ 0.255632] ACPI: Using IOAPIC for interrupt routing [ 0.256566] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.259648] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.260782] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.262002] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.263175] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.265377] acpiphp: Slot [3] registered [ 0.266178] acpiphp: Slot [4] registered [ 0.266974] acpiphp: Slot [5] registered [ 0.267767] acpiphp: Slot [6] registered [ 0.268556] acpiphp: Slot [7] registered [ 0.269351] acpiphp: Slot [8] registered [ 0.270155] acpiphp: Slot [9] registered [ 0.270946] acpiphp: Slot [10] registered [ 0.271751] acpiphp: Slot [11] registered [ 0.272564] acpiphp: Slot [12] registered [ 0.273370] acpiphp: Slot [13] registered [ 0.274175] acpiphp: Slot [14] registered [ 0.274981] acpiphp: Slot [15] registered [ 0.285745] acpiphp: Slot [16] registered [ 0.286556] acpiphp: Slot [17] registered [ 0.287359] acpiphp: Slot [18] registered [ 0.288167] acpiphp: Slot [19] registered [ 0.288974] acpiphp: Slot [20] registered [ 0.289785] acpiphp: Slot [21] registered [ 0.290592] acpiphp: Slot [22] registered [ 0.291394] acpiphp: Slot [23] registered [ 0.292206] acpiphp: Slot [24] registered [ 0.293013] acpiphp: Slot [25] registered [ 0.293819] acpiphp: Slot [26] registered [ 0.294624] acpiphp: Slot [27] registered [ 0.295425] acpiphp: Slot [28] registered [ 0.296234] acpiphp: Slot [29] registered [ 0.297072] acpiphp: Slot [30] registered [ 0.297888] acpiphp: Slot [31] registered [ 0.298692] PCI host bridge to bus 0000:00 [ 0.299497] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.300698] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.301905] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.303345] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.304777] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.306238] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309521] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310783] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.311948] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313200] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316733] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.318291] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.337150] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.338621] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.340388] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.341791] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.343166] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.344438] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.345732] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.346782] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.348313] vgaarb: loaded [ 0.348912] vgaarb: bridge control possible 0000:00:02.0 [ 0.350128] SCSI subsystem initialized [ 0.351034] ACPI: bus type USB registered [ 0.351860] usbcore: registered new interface driver usbfs [ 0.352886] usbcore: registered new interface driver hub [ 0.353885] usbcore: registered new device driver usb [ 0.354981] PCI: Using ACPI for IRQ routing [ 0.356087] NetLabel: Initializing [ 0.356810] NetLabel: domain hash size = 128 [ 0.357651] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.358605] NetLabel: unlabeled traffic allowed by default [ 0.359758] clocksource: Switched to clocksource kvm-clock [ 0.367847] AppArmor: AppArmor Filesystem Enabled [ 0.368819] pnp: PnP ACPI init [ 0.369750] pnp: PnP ACPI: found 5 devices [ 0.376046] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.377755] NET: Registered protocol family 2 [ 0.378794] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.380085] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.381284] TCP: Hash tables configured (established 4096 bind 4096) [ 0.382475] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.383545] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.384714] NET: Registered protocol family 1 [ 0.385590] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.386675] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.387735] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.401761] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.415897] Trying to unpack rootfs image as initramfs... [ 0.472383] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.474019] Scanning for low memory corruption every 60 seconds [ 0.475409] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.476577] audit: initializing netlink subsys (disabled) [ 0.477598] audit: type=2000 audit(1534050856.517:1): initialized [ 0.478921] Initialise system trusted keyring [ 0.479858] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.481018] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.483126] zbud: loaded [ 0.483886] VFS: Disk quotas dquot_6.6.0 [ 0.484707] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.486297] fuse init (API version 7.23) [ 0.487204] Key type big_key registered [ 0.488018] Allocating IMA MOK and blacklist keyrings. [ 0.489240] Key type asymmetric registered [ 0.490064] Asymmetric key parser 'x509' registered [ 0.491019] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.492499] io scheduler noop registered [ 0.493285] io scheduler deadline registered (default) [ 0.494284] io scheduler cfq registered [ 0.495121] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.496164] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.497422] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.498853] ACPI: Power Button [PWRF] [ 0.499715] GHES: HEST is not enabled! [ 0.513383] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.541105] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.543184] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.566799] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.569039] Linux agpgart interface v0.103 [ 0.571622] brd: module loaded [ 0.573290] loop: module loaded [ 0.577024] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.578471] GPT:90111 != 2097151 [ 0.579145] GPT:Alternate GPT header not at the end of the disk. [ 0.580235] GPT:90111 != 2097151 [ 0.580914] GPT: Use GNU Parted to correct GPT errors. [ 0.581873] vda: vda1 vda15 [ 0.583082] scsi host0: ata_piix [ 0.583874] scsi host1: ata_piix [ 0.584593] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.585807] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.587262] libphy: Fixed MDIO Bus: probed [ 0.588091] tun: Universal TUN/TAP device driver, 1.6 [ 0.589042] tun: (C) 1999-2004 Max Krasnyansky [ 0.591315] PPP generic driver version 2.4.2 [ 0.592163] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.593243] ehci-pci: EHCI PCI platform driver [ 0.594113] ehci-platform: EHCI generic platform driver [ 0.595105] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.596348] ohci-pci: OHCI PCI platform driver [ 0.597342] ohci-platform: OHCI generic platform driver [ 0.598466] uhci_hcd: USB Universal Host Controller Interface driver [ 0.615110] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.616455] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.618022] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.619122] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.620412] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.621735] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.623217] usb usb1: Product: UHCI Host Controller [ 0.624194] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.625407] usb usb1: SerialNumber: 0000:00:01.2 [ 0.626552] hub 1-0:1.0: USB hub found [ 0.627373] hub 1-0:1.0: 2 ports detected [ 0.628456] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.630762] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.631794] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.632925] mousedev: PS/2 mouse device common for all mice [ 0.634485] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.636479] rtc_cmos 00:00: RTC can wake from S4 [ 0.637662] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.638919] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.640190] i2c /dev entries driver [ 0.641037] device-mapper: uevent: version 1.0.3 [ 0.642065] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.643805] ledtrig-cpu: registered to indicate activity on CPUs [ 0.645396] NET: Registered protocol family 10 [ 0.646629] NET: Registered protocol family 17 [ 0.647567] Key type dns_resolver registered [ 0.648640] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.649790] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.651702] registered taskstats version 1 [ 0.652605] Loading compiled-in X.509 certificates [ 0.654132] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.656129] zswap: loaded using pool lzo/zbud [ 0.657902] Key type trusted registered [ 0.659741] Key type encrypted registered [ 0.660622] AppArmor: AppArmor sha1 policy hashing enabled [ 0.661706] ima: No TPM chip found, activating TPM-bypass! [ 0.662811] evm: HMAC attrs: 0x1 [ 0.663900] Magic number: 14:608:213 [ 0.664826] rtc_cmos 00:00: setting system clock to 2018-08-12 05:14:16 UTC (1534050856) [ 0.666547] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.667724] EDD information not available. [ 0.745085] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.756817] Write protecting the kernel read-only data: 14336k [ 0.759014] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.760975] 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 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... [ 0.917576] random: dd urandom read with 4 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.33... Lease of 192.168.120.33 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-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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCXgw3Y5JF825irCWQUpnGMQmmoJyBnJ25zwcRFr1bR35e6kCfZjoqIjU2IHfyFLnAahHZ0xoE1lsSuVDjLhZekgXsAJ9mxTtVdeaBwZL4ENKoIQQNDl5YIqn+UxlnrEIIgKKcg7lM0BX0+BCFV6oQxTL0vNeOXr1tBhy8/Yv9s6FMcbgEPuTXT44ufu6NxiiLaF5AJQY0QXGqeI/2QOFTrwiAIFp9RYjdpwlh8ZVGH2e2Sb0M96hMVi2UDcr9UeBBU4FvnuISfBi/GiuKxMmXp1AeomrZaqQX/hYruQJfEJ7ylHooPjI1WdYe6mH1N64Sq8dpW/FggenEToPTvlEuF root@cinder-test-vm-10688f5f-2e3d-43a6-b86d-dd0af87feefc ssh-dss AAAAB3NzaC1kc3MAAACBAPNwHoBEOrLHxE1xgcyfUEdOM4CyxfK7ShHCFd0jO1ZYOwdn3IABSwCBICgWy+9zCRWjM+4DBhOgP1Hqr2i4IomPAcEBwJJiU739uEznxdthBoJmZzA4ZG3MptRBF3VrTT3MaB+D8aNmbFKUXDp8ogfROanL0Cw9oRYcSUyFTvkfAAAAFQD+ZsTIJv/U4QImbGgqcAh5G+V51wAAAIBL301SjcSpN4bNm+T5dJ0iyd/7/dlOJmFtFPXTeEfZjaE+igoS80P9+QvtP9lmw9Htr+9CmM7LrUPx9Q1Zhj+IAyzLACX5htwMt/MGdYp3bZ2sreoNBCuFSEbsnI2hoDtorN3zPuieSa+MuRWWCOlDuVD3eQtFht0hcICTTWu2BgAAAIAwiXMzVO4/IsjiYvpXWILW7AwNVfkIJ+q6PjiR1IJhvZ7wiejSr6i4NxYztQzDOIFQoHw32+tjHe2VSpeD0ttNyvCs9LN8UNkFd2Z0yPDzlfln+iBYkUNHfWI4g8tKPBN+63Qy98Rq6Q3pZaW/mHv5u/6C4PhnWDai+oYFsVV9Vg== root@cinder-test-vm-10688f5f-2e3d-43a6-b86d-dd0af87feefc -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.19s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.33,24,fe80::f816:3eff:fea9:77d8/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.33 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-10688f5f-2e3d-43a6-b86d-dd0af87feefc launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=3.14 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. cinder-test-vm-10688f5f-2e3d-43a6-b86d-dd0af87feefc login: 2018-08-12 05:14:20,716 - paramiko.transport - DEBUG - starting thread (client mode): 0x5a7f18d0L 2018-08-12 05:14:20,716 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-12 05:14:20,717 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-08-12 05:14:20,717 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-08-12 05:14:20,718 - 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 05:14:20,718 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-12 05:14:20,718 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-08-12 05:14:20,718 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-12 05:14:20,719 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-12 05:14:20,719 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-12 05:14:20,734 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-12 05:14:20,735 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-12 05:14:20,748 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.216: 15d6159c51d05fe82933fdd6fb27bd92 2018-08-12 05:14:20,749 - paramiko.transport - DEBUG - Trying discovered key 2f70900c8beda86d5a4d450b34c0ed9d in /tmp/tmpCIhxDN 2018-08-12 05:14:20,774 - paramiko.transport - DEBUG - userauth is OK 2018-08-12 05:14:20,778 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-12 05:14:20,782 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.os-volume_attachments 2018-08-12 05:14:20,785 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/49e7f1c4-3ae8-4e5e-8751-27b332af1872/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}9ba34bba453d04b35802a1d9b799860eba5d940e" -d '{"volumeAttachment": {"volumeId": "78ec1a4b-486e-44a6-84ce-47d5cfbfde8b"}}' 2018-08-12 05:14:23,307 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05: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-d5e9130a-372b-4db4-8e83-db42231be93b x-compute-request-id: req-d5e9130a-372b-4db4-8e83-db42231be93b Content-Encoding: gzip Content-Length: 146 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "49e7f1c4-3ae8-4e5e-8751-27b332af1872", "id": "78ec1a4b-486e-44a6-84ce-47d5cfbfde8b", "volumeId": "78ec1a4b-486e-44a6-84ce-47d5cfbfde8b"}} 2018-08-12 05:14:23,307 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/49e7f1c4-3ae8-4e5e-8751-27b332af1872/os-volume_attachments used request id req-d5e9130a-372b-4db4-8e83-db42231be93b 2018-08-12 05:14:23,307 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.os-volume_attachments in 2.52489614487s 2018-08-12 05:14:23,308 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/49e7f1c4-3ae8-4e5e-8751-27b332af1872/os-volume_attachments used request id req-d5e9130a-372b-4db4-8e83-db42231be93b 2018-08-12 05:14:23,308 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-12 05:14:23,312 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8776/v3/521007c1818145639e93ceb270559219/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}9ba34bba453d04b35802a1d9b799860eba5d940e" 2018-08-12 05:14:24,201 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:14:23 GMT Server: Apache x-compute-request-id: req-2953568e-125f-4129-adbe-b9fd9e3c1527 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-2953568e-125f-4129-adbe-b9fd9e3c1527 Content-Encoding: gzip Content-Length: 451 Content-Type: application/json RESP BODY: {"volumes": [{"status": "reserved", "user_id": "dd5c676629534bb886fcd150600d0ef7", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/521007c1818145639e93ceb270559219/volumes/78ec1a4b-486e-44a6-84ce-47d5cfbfde8b", "rel": "self"}, {"href": "http://172.30.9.21:8776/521007c1818145639e93ceb270559219/volumes/78ec1a4b-486e-44a6-84ce-47d5cfbfde8b", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-12T05:14:03.000000", "description": null, "os-vol-tenant-attr:tenant_id": "521007c1818145639e93ceb270559219", "updated_at": "2018-08-12T05:14:23.000000", "volume_type": null, "name": "cinder_test-volume_10688f5f-2e3d-43a6-b86d-dd0af87feefc", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "78ec1a4b-486e-44a6-84ce-47d5cfbfde8b", "size": 2}]} 2018-08-12 05:14:24,201 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/521007c1818145639e93ceb270559219/volumes/detail used request id req-2953568e-125f-4129-adbe-b9fd9e3c1527 2018-08-12 05:14:24,201 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.892727851868s 2018-08-12 05:14:24,201 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/521007c1818145639e93ceb270559219/volumes/detail used request id req-2953568e-125f-4129-adbe-b9fd9e3c1527 2018-08-12 05:14:24,203 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 05:14:26,206 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-12 05:14:26,209 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8776/v3/521007c1818145639e93ceb270559219/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}9ba34bba453d04b35802a1d9b799860eba5d940e" 2018-08-12 05:14:27,132 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:14:26 GMT Server: Apache x-compute-request-id: req-72f8b2ef-f5a1-4bf6-b13e-96b58ee23054 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-72f8b2ef-f5a1-4bf6-b13e-96b58ee23054 Content-Encoding: gzip Content-Length: 577 Content-Type: application/json RESP BODY: {"volumes": [{"status": "in-use", "user_id": "dd5c676629534bb886fcd150600d0ef7", "attachments": [{"server_id": "49e7f1c4-3ae8-4e5e-8751-27b332af1872", "attachment_id": "a4ff216c-c096-46b3-9abe-f6e09b028c9a", "attached_at": "2018-08-12T05:14:25.000000", "host_name": "overcloud-novacompute-0.opnfvlf.org", "volume_id": "78ec1a4b-486e-44a6-84ce-47d5cfbfde8b", "device": "/dev/vdb", "id": "78ec1a4b-486e-44a6-84ce-47d5cfbfde8b"}], "links": [{"href": "http://172.30.9.21:8776/v3/521007c1818145639e93ceb270559219/volumes/78ec1a4b-486e-44a6-84ce-47d5cfbfde8b", "rel": "self"}, {"href": "http://172.30.9.21:8776/521007c1818145639e93ceb270559219/volumes/78ec1a4b-486e-44a6-84ce-47d5cfbfde8b", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-12T05:14:03.000000", "description": null, "os-vol-tenant-attr:tenant_id": "521007c1818145639e93ceb270559219", "updated_at": "2018-08-12T05:14:26.000000", "volume_type": null, "name": "cinder_test-volume_10688f5f-2e3d-43a6-b86d-dd0af87feefc", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {"attached_mode": "rw"}, "id": "78ec1a4b-486e-44a6-84ce-47d5cfbfde8b", "size": 2}]} 2018-08-12 05:14:27,132 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/521007c1818145639e93ceb270559219/volumes/detail used request id req-72f8b2ef-f5a1-4bf6-b13e-96b58ee23054 2018-08-12 05:14:27,133 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.926635026932s 2018-08-12 05:14:27,133 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/521007c1818145639e93ceb270559219/volumes/detail used request id req-72f8b2ef-f5a1-4bf6-b13e-96b58ee23054 2018-08-12 05:14:27,135 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-12 05:14:27,136 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-08-12 05:14:27,136 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-12 05:14:27,137 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-12 05:14:27,204 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-12 05:14:27,204 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - ssh: 2018-08-12 05:14:27,206 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-12 05:14:27,206 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-12 05:14:27,242 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32759 bytes 2018-08-12 05:14:27,243 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-12 05:14:27,271 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-12 05:14:27,451 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-12 05:14:27,451 - 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: 3c53e325-9b37-467f-8ea0-2773435cd63d 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 05:14:27,451 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - volume_write stderr: mke2fs 1.42.12 (29-Aug-2014) 2018-08-12 05:14:27,452 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-12 05:14:27,452 - functest.opnfv_tests.openstack.cinder.cinder_test - INFO - Detach volume from VM 1 2018-08-12 05:14:27,452 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers.os-volume_attachments 2018-08-12 05:14:27,456 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/servers/49e7f1c4-3ae8-4e5e-8751-27b332af1872/os-volume_attachments/78ec1a4b-486e-44a6-84ce-47d5cfbfde8b -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9ba34bba453d04b35802a1d9b799860eba5d940e" 2018-08-12 05:14:29,683 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 05:14: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-b602fe82-9bc4-4323-9158-2689609ca37f x-compute-request-id: req-b602fe82-9bc4-4323-9158-2689609ca37f Content-Length: 0 Content-Type: application/json 2018-08-12 05:14:29,683 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/49e7f1c4-3ae8-4e5e-8751-27b332af1872/os-volume_attachments/78ec1a4b-486e-44a6-84ce-47d5cfbfde8b used request id req-b602fe82-9bc4-4323-9158-2689609ca37f 2018-08-12 05:14:29,684 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers.os-volume_attachments in 2.23071599007s 2018-08-12 05:14:29,684 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/49e7f1c4-3ae8-4e5e-8751-27b332af1872/os-volume_attachments/78ec1a4b-486e-44a6-84ce-47d5cfbfde8b used request id req-b602fe82-9bc4-4323-9158-2689609ca37f 2018-08-12 05:14:29,684 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-12 05:14:29,687 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8776/v3/521007c1818145639e93ceb270559219/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}9ba34bba453d04b35802a1d9b799860eba5d940e" 2018-08-12 05:14:30,605 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:14:29 GMT Server: Apache x-compute-request-id: req-9e3dc163-da9b-461a-b1fd-c2f14c408981 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-9e3dc163-da9b-461a-b1fd-c2f14c408981 Content-Encoding: gzip Content-Length: 577 Content-Type: application/json RESP BODY: {"volumes": [{"status": "detaching", "user_id": "dd5c676629534bb886fcd150600d0ef7", "attachments": [{"server_id": "49e7f1c4-3ae8-4e5e-8751-27b332af1872", "attachment_id": "a4ff216c-c096-46b3-9abe-f6e09b028c9a", "attached_at": "2018-08-12T05:14:25.000000", "host_name": "overcloud-novacompute-0.opnfvlf.org", "volume_id": "78ec1a4b-486e-44a6-84ce-47d5cfbfde8b", "device": "/dev/vdb", "id": "78ec1a4b-486e-44a6-84ce-47d5cfbfde8b"}], "links": [{"href": "http://172.30.9.21:8776/v3/521007c1818145639e93ceb270559219/volumes/78ec1a4b-486e-44a6-84ce-47d5cfbfde8b", "rel": "self"}, {"href": "http://172.30.9.21:8776/521007c1818145639e93ceb270559219/volumes/78ec1a4b-486e-44a6-84ce-47d5cfbfde8b", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-12T05:14:03.000000", "description": null, "os-vol-tenant-attr:tenant_id": "521007c1818145639e93ceb270559219", "updated_at": "2018-08-12T05:14:29.000000", "volume_type": null, "name": "cinder_test-volume_10688f5f-2e3d-43a6-b86d-dd0af87feefc", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {"attached_mode": "rw"}, "id": "78ec1a4b-486e-44a6-84ce-47d5cfbfde8b", "size": 2}]} 2018-08-12 05:14:30,605 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/521007c1818145639e93ceb270559219/volumes/detail used request id req-9e3dc163-da9b-461a-b1fd-c2f14c408981 2018-08-12 05:14:30,605 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.92085814476s 2018-08-12 05:14:30,606 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/521007c1818145639e93ceb270559219/volumes/detail used request id req-9e3dc163-da9b-461a-b1fd-c2f14c408981 2018-08-12 05:14:30,607 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 05:14:32,610 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-12 05:14:32,613 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8776/v3/521007c1818145639e93ceb270559219/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}9ba34bba453d04b35802a1d9b799860eba5d940e" 2018-08-12 05:14:33,613 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:14:32 GMT Server: Apache x-compute-request-id: req-6232509a-c8c4-4367-a6fc-4d3349e5084f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-6232509a-c8c4-4367-a6fc-4d3349e5084f Content-Encoding: gzip Content-Length: 451 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "dd5c676629534bb886fcd150600d0ef7", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/521007c1818145639e93ceb270559219/volumes/78ec1a4b-486e-44a6-84ce-47d5cfbfde8b", "rel": "self"}, {"href": "http://172.30.9.21:8776/521007c1818145639e93ceb270559219/volumes/78ec1a4b-486e-44a6-84ce-47d5cfbfde8b", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-12T05:14:03.000000", "description": null, "os-vol-tenant-attr:tenant_id": "521007c1818145639e93ceb270559219", "updated_at": "2018-08-12T05:14:31.000000", "volume_type": null, "name": "cinder_test-volume_10688f5f-2e3d-43a6-b86d-dd0af87feefc", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "78ec1a4b-486e-44a6-84ce-47d5cfbfde8b", "size": 2}]} 2018-08-12 05:14:33,613 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/521007c1818145639e93ceb270559219/volumes/detail used request id req-6232509a-c8c4-4367-a6fc-4d3349e5084f 2018-08-12 05:14:33,613 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 1.00318598747s 2018-08-12 05:14:33,613 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/521007c1818145639e93ceb270559219/volumes/detail used request id req-6232509a-c8c4-4367-a6fc-4d3349e5084f 2018-08-12 05:14:33,615 - functest.opnfv_tests.openstack.cinder.cinder_test - INFO - Attach volume to VM 2 2018-08-12 05:14:33,615 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.os-volume_attachments 2018-08-12 05:14:33,618 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/52d0947e-bee6-4828-84b8-666a251c1dea/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}9ba34bba453d04b35802a1d9b799860eba5d940e" -d '{"volumeAttachment": {"volumeId": "78ec1a4b-486e-44a6-84ce-47d5cfbfde8b"}}' 2018-08-12 05:14:36,193 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05: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-b0357dce-7344-40df-8d13-7f0099dd3d95 x-compute-request-id: req-b0357dce-7344-40df-8d13-7f0099dd3d95 Content-Encoding: gzip Content-Length: 145 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "52d0947e-bee6-4828-84b8-666a251c1dea", "id": "78ec1a4b-486e-44a6-84ce-47d5cfbfde8b", "volumeId": "78ec1a4b-486e-44a6-84ce-47d5cfbfde8b"}} 2018-08-12 05:14:36,193 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/52d0947e-bee6-4828-84b8-666a251c1dea/os-volume_attachments used request id req-b0357dce-7344-40df-8d13-7f0099dd3d95 2018-08-12 05:14:36,193 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.os-volume_attachments in 2.57761192322s 2018-08-12 05:14:36,193 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/52d0947e-bee6-4828-84b8-666a251c1dea/os-volume_attachments used request id req-b0357dce-7344-40df-8d13-7f0099dd3d95 2018-08-12 05:14:36,194 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-12 05:14:36,196 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8776/v3/521007c1818145639e93ceb270559219/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}9ba34bba453d04b35802a1d9b799860eba5d940e" 2018-08-12 05:14:36,256 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:14:36 GMT Server: Apache x-compute-request-id: req-6c6a2e03-72ef-48c5-b16e-61b6cb366d80 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-6c6a2e03-72ef-48c5-b16e-61b6cb366d80 Content-Encoding: gzip Content-Length: 452 Content-Type: application/json RESP BODY: {"volumes": [{"status": "reserved", "user_id": "dd5c676629534bb886fcd150600d0ef7", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/521007c1818145639e93ceb270559219/volumes/78ec1a4b-486e-44a6-84ce-47d5cfbfde8b", "rel": "self"}, {"href": "http://172.30.9.21:8776/521007c1818145639e93ceb270559219/volumes/78ec1a4b-486e-44a6-84ce-47d5cfbfde8b", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-12T05:14:03.000000", "description": null, "os-vol-tenant-attr:tenant_id": "521007c1818145639e93ceb270559219", "updated_at": "2018-08-12T05:14:36.000000", "volume_type": null, "name": "cinder_test-volume_10688f5f-2e3d-43a6-b86d-dd0af87feefc", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "78ec1a4b-486e-44a6-84ce-47d5cfbfde8b", "size": 2}]} 2018-08-12 05:14:36,256 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/521007c1818145639e93ceb270559219/volumes/detail used request id req-6c6a2e03-72ef-48c5-b16e-61b6cb366d80 2018-08-12 05:14:36,256 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0624260902405s 2018-08-12 05:14:36,257 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/521007c1818145639e93ceb270559219/volumes/detail used request id req-6c6a2e03-72ef-48c5-b16e-61b6cb366d80 2018-08-12 05:14:36,258 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 05:14:38,261 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-12 05:14:38,264 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8776/v3/521007c1818145639e93ceb270559219/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}9ba34bba453d04b35802a1d9b799860eba5d940e" 2018-08-12 05:14:39,183 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:14:38 GMT Server: Apache x-compute-request-id: req-1a20b2d7-551f-4158-86ed-4ce7c09ed70f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-1a20b2d7-551f-4158-86ed-4ce7c09ed70f Content-Encoding: gzip Content-Length: 462 Content-Type: application/json RESP BODY: {"volumes": [{"status": "attaching", "user_id": "dd5c676629534bb886fcd150600d0ef7", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/521007c1818145639e93ceb270559219/volumes/78ec1a4b-486e-44a6-84ce-47d5cfbfde8b", "rel": "self"}, {"href": "http://172.30.9.21:8776/521007c1818145639e93ceb270559219/volumes/78ec1a4b-486e-44a6-84ce-47d5cfbfde8b", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-12T05:14:03.000000", "description": null, "os-vol-tenant-attr:tenant_id": "521007c1818145639e93ceb270559219", "updated_at": "2018-08-12T05:14:38.000000", "volume_type": null, "name": "cinder_test-volume_10688f5f-2e3d-43a6-b86d-dd0af87feefc", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {"attached_mode": "rw"}, "id": "78ec1a4b-486e-44a6-84ce-47d5cfbfde8b", "size": 2}]} 2018-08-12 05:14:39,183 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/521007c1818145639e93ceb270559219/volumes/detail used request id req-1a20b2d7-551f-4158-86ed-4ce7c09ed70f 2018-08-12 05:14:39,184 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.922078132629s 2018-08-12 05:14:39,184 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/521007c1818145639e93ceb270559219/volumes/detail used request id req-1a20b2d7-551f-4158-86ed-4ce7c09ed70f 2018-08-12 05:14:39,185 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 05:14:41,188 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-12 05:14:41,191 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8776/v3/521007c1818145639e93ceb270559219/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}9ba34bba453d04b35802a1d9b799860eba5d940e" 2018-08-12 05:14:42,112 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:14:41 GMT Server: Apache x-compute-request-id: req-f85ab958-f320-4969-9775-a0f6a1384d6c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-f85ab958-f320-4969-9775-a0f6a1384d6c Content-Encoding: gzip Content-Length: 577 Content-Type: application/json RESP BODY: {"volumes": [{"status": "in-use", "user_id": "dd5c676629534bb886fcd150600d0ef7", "attachments": [{"server_id": "52d0947e-bee6-4828-84b8-666a251c1dea", "attachment_id": "854be1d3-c51e-4f2c-86ad-ca46c4d0b71c", "attached_at": "2018-08-12T05:14:38.000000", "host_name": "overcloud-novacompute-1.opnfvlf.org", "volume_id": "78ec1a4b-486e-44a6-84ce-47d5cfbfde8b", "device": "/dev/vdb", "id": "78ec1a4b-486e-44a6-84ce-47d5cfbfde8b"}], "links": [{"href": "http://172.30.9.21:8776/v3/521007c1818145639e93ceb270559219/volumes/78ec1a4b-486e-44a6-84ce-47d5cfbfde8b", "rel": "self"}, {"href": "http://172.30.9.21:8776/521007c1818145639e93ceb270559219/volumes/78ec1a4b-486e-44a6-84ce-47d5cfbfde8b", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-12T05:14:03.000000", "description": null, "os-vol-tenant-attr:tenant_id": "521007c1818145639e93ceb270559219", "updated_at": "2018-08-12T05:14:39.000000", "volume_type": null, "name": "cinder_test-volume_10688f5f-2e3d-43a6-b86d-dd0af87feefc", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {"attached_mode": "rw"}, "id": "78ec1a4b-486e-44a6-84ce-47d5cfbfde8b", "size": 2}]} 2018-08-12 05:14:42,112 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/521007c1818145639e93ceb270559219/volumes/detail used request id req-f85ab958-f320-4969-9775-a0f6a1384d6c 2018-08-12 05:14:42,112 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.924041986465s 2018-08-12 05:14:42,112 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/521007c1818145639e93ceb270559219/volumes/detail used request id req-f85ab958-f320-4969-9775-a0f6a1384d6c 2018-08-12 05:14:42,114 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-12 05:14:42,116 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-08-12 05:14:42,117 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-12 05:14:42,119 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-12 05:14:42,188 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-12 05:14:42,189 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - ssh: 2018-08-12 05:14:42,189 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-12 05:14:42,190 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-12 05:14:42,228 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32759 bytes 2018-08-12 05:14:42,228 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-12 05:14:42,255 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-12 05:14:42,276 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-12 05:14:42,277 - 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 05:14:42,277 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - read volume stderr: 2018-08-12 05:14:42,278 - functest.opnfv_tests.openstack.cinder.cinder_test - INFO - Detach volume from VM 2 2018-08-12 05:14:42,278 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-12 05:14:42,278 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers.os-volume_attachments 2018-08-12 05:14:42,282 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/servers/52d0947e-bee6-4828-84b8-666a251c1dea/os-volume_attachments/78ec1a4b-486e-44a6-84ce-47d5cfbfde8b -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9ba34bba453d04b35802a1d9b799860eba5d940e" 2018-08-12 05:14:42,865 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 05:14: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-7f8937bd-0b0f-4f2e-9ed0-79e01bf5fa9c x-compute-request-id: req-7f8937bd-0b0f-4f2e-9ed0-79e01bf5fa9c Content-Length: 0 Content-Type: application/json 2018-08-12 05:14:42,865 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/52d0947e-bee6-4828-84b8-666a251c1dea/os-volume_attachments/78ec1a4b-486e-44a6-84ce-47d5cfbfde8b used request id req-7f8937bd-0b0f-4f2e-9ed0-79e01bf5fa9c 2018-08-12 05:14:42,865 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers.os-volume_attachments in 0.586609125137s 2018-08-12 05:14:42,866 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/52d0947e-bee6-4828-84b8-666a251c1dea/os-volume_attachments/78ec1a4b-486e-44a6-84ce-47d5cfbfde8b used request id req-7f8937bd-0b0f-4f2e-9ed0-79e01bf5fa9c 2018-08-12 05:14:42,866 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-12 05:14:42,869 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8776/v3/521007c1818145639e93ceb270559219/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}9ba34bba453d04b35802a1d9b799860eba5d940e" 2018-08-12 05:14:42,929 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:14:42 GMT Server: Apache x-compute-request-id: req-7889ab31-c9bb-488c-a373-893ab0cd3c45 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-7889ab31-c9bb-488c-a373-893ab0cd3c45 Content-Encoding: gzip Content-Length: 577 Content-Type: application/json RESP BODY: {"volumes": [{"status": "detaching", "user_id": "dd5c676629534bb886fcd150600d0ef7", "attachments": [{"server_id": "52d0947e-bee6-4828-84b8-666a251c1dea", "attachment_id": "854be1d3-c51e-4f2c-86ad-ca46c4d0b71c", "attached_at": "2018-08-12T05:14:38.000000", "host_name": "overcloud-novacompute-1.opnfvlf.org", "volume_id": "78ec1a4b-486e-44a6-84ce-47d5cfbfde8b", "device": "/dev/vdb", "id": "78ec1a4b-486e-44a6-84ce-47d5cfbfde8b"}], "links": [{"href": "http://172.30.9.21:8776/v3/521007c1818145639e93ceb270559219/volumes/78ec1a4b-486e-44a6-84ce-47d5cfbfde8b", "rel": "self"}, {"href": "http://172.30.9.21:8776/521007c1818145639e93ceb270559219/volumes/78ec1a4b-486e-44a6-84ce-47d5cfbfde8b", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-12T05:14:03.000000", "description": null, "os-vol-tenant-attr:tenant_id": "521007c1818145639e93ceb270559219", "updated_at": "2018-08-12T05:14:42.000000", "volume_type": null, "name": "cinder_test-volume_10688f5f-2e3d-43a6-b86d-dd0af87feefc", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {"attached_mode": "rw"}, "id": "78ec1a4b-486e-44a6-84ce-47d5cfbfde8b", "size": 2}]} 2018-08-12 05:14:42,929 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/521007c1818145639e93ceb270559219/volumes/detail used request id req-7889ab31-c9bb-488c-a373-893ab0cd3c45 2018-08-12 05:14:42,929 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0632247924805s 2018-08-12 05:14:42,930 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/521007c1818145639e93ceb270559219/volumes/detail used request id req-7889ab31-c9bb-488c-a373-893ab0cd3c45 2018-08-12 05:14:42,931 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 05:14:44,933 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-12 05:14:44,936 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8776/v3/521007c1818145639e93ceb270559219/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}9ba34bba453d04b35802a1d9b799860eba5d940e" 2018-08-12 05:14:45,912 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:14:44 GMT Server: Apache x-compute-request-id: req-d7974934-1bb6-4eda-87bb-66fd0749b92c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d7974934-1bb6-4eda-87bb-66fd0749b92c Content-Encoding: gzip Content-Length: 450 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "dd5c676629534bb886fcd150600d0ef7", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/521007c1818145639e93ceb270559219/volumes/78ec1a4b-486e-44a6-84ce-47d5cfbfde8b", "rel": "self"}, {"href": "http://172.30.9.21:8776/521007c1818145639e93ceb270559219/volumes/78ec1a4b-486e-44a6-84ce-47d5cfbfde8b", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-12T05:14:03.000000", "description": null, "os-vol-tenant-attr:tenant_id": "521007c1818145639e93ceb270559219", "updated_at": "2018-08-12T05:14:43.000000", "volume_type": null, "name": "cinder_test-volume_10688f5f-2e3d-43a6-b86d-dd0af87feefc", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "78ec1a4b-486e-44a6-84ce-47d5cfbfde8b", "size": 2}]} 2018-08-12 05:14:45,913 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/521007c1818145639e93ceb270559219/volumes/detail used request id req-d7974934-1bb6-4eda-87bb-66fd0749b92c 2018-08-12 05:14:45,913 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.979149103165s 2018-08-12 05:14:45,913 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/521007c1818145639e93ceb270559219/volumes/detail used request id req-d7974934-1bb6-4eda-87bb-66fd0749b92c 2018-08-12 05:14:46,028 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-12 05:14:46,029 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | cinder_test | functest | 01:20 | PASS | +---------------------+------------------+------------------+----------------+ 2018-08-12 05:14:46,032 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-12 05:14:46,033 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/servers/52d0947e-bee6-4828-84b8-666a251c1dea -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9ba34bba453d04b35802a1d9b799860eba5d940e" 2018-08-12 05:14:46,365 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 05:14: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-5ff60143-703e-4cb5-a563-280a134c0569 x-compute-request-id: req-5ff60143-703e-4cb5-a563-280a134c0569 Content-Type: application/json 2018-08-12 05:14:46,365 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/52d0947e-bee6-4828-84b8-666a251c1dea used request id req-5ff60143-703e-4cb5-a563-280a134c0569 2018-08-12 05:14:46,365 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.33296918869s 2018-08-12 05:14:46,365 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/52d0947e-bee6-4828-84b8-666a251c1dea used request id req-5ff60143-703e-4cb5-a563-280a134c0569 2018-08-12 05:14:46,366 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 05:14:46,369 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9ba34bba453d04b35802a1d9b799860eba5d940e" 2018-08-12 05:14:47,025 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:14: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-c72434cb-c329-4fa5-a9ee-e9b2034af1d6 x-compute-request-id: req-c72434cb-c329-4fa5-a9ee-e9b2034af1d6 Content-Encoding: gzip Content-Length: 904 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_10688f5f-2e3d-43a6-b86d-dd0af87feefc": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a9:77:d8", "version": 4, "addr": "192.168.120.33", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a9:77:d8", "version": 4, "addr": "172.30.9.216", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/49e7f1c4-3ae8-4e5e-8751-27b332af1872", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/49e7f1c4-3ae8-4e5e-8751-27b332af1872", "rel": "bookmark"}], "image": {"id": "8feb78fb-13e4-4b47-9628-150bba90cbef", "links": [{"href": "http://172.30.9.21:8774/images/8feb78fb-13e4-4b47-9628-150bba90cbef", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T05:14:15.000000", "flavor": {"id": "285397f4-88b5-44d7-bbe1-60bb22ca4ecf", "links": [{"href": "http://172.30.9.21:8774/flavors/285397f4-88b5-44d7-bbe1-60bb22ca4ecf", "rel": "bookmark"}]}, "id": "49e7f1c4-3ae8-4e5e-8751-27b332af1872", "security_groups": [{"name": "cinder_test-sg_10688f5f-2e3d-43a6-b86d-dd0af87feefc"}], "user_id": "dd5c676629534bb886fcd150600d0ef7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T05:14:15Z", "hostId": "8d660c86be0d01442184106f684268042d9e5e46e30dcd96652d80cd", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_10688f5f-2e3d-43a6-b86d-dd0af87feefc", "name": "cinder_test-vm_10688f5f-2e3d-43a6-b86d-dd0af87feefc", "created": "2018-08-12T05:14:09Z", "tenant_id": "521007c1818145639e93ceb270559219", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"cinder_test-net_10688f5f-2e3d-43a6-b86d-dd0af87feefc": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:10:d4:c8", "version": 4, "addr": "192.168.120.17", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:10:d4:c8", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/52d0947e-bee6-4828-84b8-666a251c1dea", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/52d0947e-bee6-4828-84b8-666a251c1dea", "rel": "bookmark"}], "image": {"id": "8feb78fb-13e4-4b47-9628-150bba90cbef", "links": [{"href": "http://172.30.9.21:8774/images/8feb78fb-13e4-4b47-9628-150bba90cbef", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T05:13:45.000000", "flavor": {"id": "285397f4-88b5-44d7-bbe1-60bb22ca4ecf", "links": [{"href": "http://172.30.9.21:8774/flavors/285397f4-88b5-44d7-bbe1-60bb22ca4ecf", "rel": "bookmark"}]}, "id": "52d0947e-bee6-4828-84b8-666a251c1dea", "security_groups": [{"name": "cinder_test-sg_10688f5f-2e3d-43a6-b86d-dd0af87feefc"}], "user_id": "dd5c676629534bb886fcd150600d0ef7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T05:14:46Z", "hostId": "346859dbc839667fb5f4f885471a1e6eb080fd47703001ea14da0d45", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_10688f5f-2e3d-43a6-b86d-dd0af87feefc", "name": "cinder_test-vm2_10688f5f-2e3d-43a6-b86d-dd0af87feefc", "created": "2018-08-12T05:13:40Z", "tenant_id": "521007c1818145639e93ceb270559219", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 05:14:47,025 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-c72434cb-c329-4fa5-a9ee-e9b2034af1d6 2018-08-12 05:14:47,026 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.65966796875s 2018-08-12 05:14:47,026 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-c72434cb-c329-4fa5-a9ee-e9b2034af1d6 2018-08-12 05:14:47,028 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 05:14:49,031 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 05:14:49,034 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9ba34bba453d04b35802a1d9b799860eba5d940e" 2018-08-12 05:14:49,565 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:14: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-333e7eba-829c-43c6-aeb1-241d671fdde9 x-compute-request-id: req-333e7eba-829c-43c6-aeb1-241d671fdde9 Content-Encoding: gzip Content-Length: 763 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_10688f5f-2e3d-43a6-b86d-dd0af87feefc": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a9:77:d8", "version": 4, "addr": "192.168.120.33", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a9:77:d8", "version": 4, "addr": "172.30.9.216", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/49e7f1c4-3ae8-4e5e-8751-27b332af1872", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/49e7f1c4-3ae8-4e5e-8751-27b332af1872", "rel": "bookmark"}], "image": {"id": "8feb78fb-13e4-4b47-9628-150bba90cbef", "links": [{"href": "http://172.30.9.21:8774/images/8feb78fb-13e4-4b47-9628-150bba90cbef", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T05:14:15.000000", "flavor": {"id": "285397f4-88b5-44d7-bbe1-60bb22ca4ecf", "links": [{"href": "http://172.30.9.21:8774/flavors/285397f4-88b5-44d7-bbe1-60bb22ca4ecf", "rel": "bookmark"}]}, "id": "49e7f1c4-3ae8-4e5e-8751-27b332af1872", "security_groups": [{"name": "cinder_test-sg_10688f5f-2e3d-43a6-b86d-dd0af87feefc"}], "user_id": "dd5c676629534bb886fcd150600d0ef7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T05:14:15Z", "hostId": "8d660c86be0d01442184106f684268042d9e5e46e30dcd96652d80cd", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_10688f5f-2e3d-43a6-b86d-dd0af87feefc", "name": "cinder_test-vm_10688f5f-2e3d-43a6-b86d-dd0af87feefc", "created": "2018-08-12T05:14:09Z", "tenant_id": "521007c1818145639e93ceb270559219", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 05:14:49,565 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-333e7eba-829c-43c6-aeb1-241d671fdde9 2018-08-12 05:14:49,565 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.533889055252s 2018-08-12 05:14:49,565 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-333e7eba-829c-43c6-aeb1-241d671fdde9 2018-08-12 05:14:49,569 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-12 05:14:49,570 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/floatingips/459210b6-bc6b-4821-87c0-e6e143be8dab.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9ba34bba453d04b35802a1d9b799860eba5d940e" 2018-08-12 05:14:50,057 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-13463203-03ed-47f5-99e0-dacfddd6191c Content-Length: 0 Date: Sun, 12 Aug 2018 05:14:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 05:14:50,057 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/floatingips/459210b6-bc6b-4821-87c0-e6e143be8dab.json used request id req-13463203-03ed-47f5-99e0-dacfddd6191c 2018-08-12 05:14:50,057 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.487771034241s 2018-08-12 05:14:50,058 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/floatingips/459210b6-bc6b-4821-87c0-e6e143be8dab.json used request id req-13463203-03ed-47f5-99e0-dacfddd6191c 2018-08-12 05:14:50,063 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-12 05:14:50,063 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}9ba34bba453d04b35802a1d9b799860eba5d940e" 2018-08-12 05:14:50,088 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 557 X-Openstack-Request-Id: req-6fe4f327-c103-4a9f-85a7-3bab9dc7a565 Date: Sun, 12 Aug 2018 05:14:50 GMT RESP BODY: {"floatingips": [{"router_id": "72f58f0b-6c9f-4ef9-a1f9-76a4e2c35483", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-12T05:14:19Z", "floating_network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "fixed_ip_address": "192.168.120.33", "floating_ip_address": "172.30.9.216", "revision_number": 0, "port_id": "26308a31-6045-42a3-8fc5-a1a55a3ef0d0", "id": "48049f2f-fc31-4413-b974-129c0db17750", "tenant_id": "521007c1818145639e93ceb270559219", "created_at": "2018-08-12T05:14:19Z", "project_id": "521007c1818145639e93ceb270559219"}]} 2018-08-12 05:14:50,088 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-6fe4f327-c103-4a9f-85a7-3bab9dc7a565 2018-08-12 05:14:50,088 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.025267124176s 2018-08-12 05:14:50,088 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-6fe4f327-c103-4a9f-85a7-3bab9dc7a565 2018-08-12 05:14:50,091 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-12 05:14:50,094 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8776/v3/521007c1818145639e93ceb270559219/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}9ba34bba453d04b35802a1d9b799860eba5d940e" 2018-08-12 05:14:50,150 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:14:50 GMT Server: Apache x-compute-request-id: req-c371e50a-034d-49df-8855-30ec76f965fa OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c371e50a-034d-49df-8855-30ec76f965fa Content-Encoding: gzip Content-Length: 450 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "dd5c676629534bb886fcd150600d0ef7", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/521007c1818145639e93ceb270559219/volumes/78ec1a4b-486e-44a6-84ce-47d5cfbfde8b", "rel": "self"}, {"href": "http://172.30.9.21:8776/521007c1818145639e93ceb270559219/volumes/78ec1a4b-486e-44a6-84ce-47d5cfbfde8b", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-12T05:14:03.000000", "description": null, "os-vol-tenant-attr:tenant_id": "521007c1818145639e93ceb270559219", "updated_at": "2018-08-12T05:14:43.000000", "volume_type": null, "name": "cinder_test-volume_10688f5f-2e3d-43a6-b86d-dd0af87feefc", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "78ec1a4b-486e-44a6-84ce-47d5cfbfde8b", "size": 2}]} 2018-08-12 05:14:50,150 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/521007c1818145639e93ceb270559219/volumes/detail used request id req-c371e50a-034d-49df-8855-30ec76f965fa 2018-08-12 05:14:50,150 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0584528446198s 2018-08-12 05:14:50,150 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/521007c1818145639e93ceb270559219/volumes/detail used request id req-c371e50a-034d-49df-8855-30ec76f965fa 2018-08-12 05:14:50,151 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.DELETE.volumes 2018-08-12 05:14:50,153 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8776/v3/521007c1818145639e93ceb270559219/volumes/78ec1a4b-486e-44a6-84ce-47d5cfbfde8b -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9ba34bba453d04b35802a1d9b799860eba5d940e" 2018-08-12 05:14:51,095 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 05:14:50 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-10155a50-21f3-43e3-9104-16dce2917f24 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 05:14:51,096 - keystoneauth.session - DEBUG - DELETE call to volumev3 for http://172.30.9.21:8776/v3/521007c1818145639e93ceb270559219/volumes/78ec1a4b-486e-44a6-84ce-47d5cfbfde8b used request id req-10155a50-21f3-43e3-9104-16dce2917f24 2018-08-12 05:14:51,096 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.DELETE.volumes in 0.944391965866s 2018-08-12 05:14:51,096 - shade.request_ids - DEBUG - DELETE call to volumev3 for http://172.30.9.21:8776/v3/521007c1818145639e93ceb270559219/volumes/78ec1a4b-486e-44a6-84ce-47d5cfbfde8b used request id req-10155a50-21f3-43e3-9104-16dce2917f24 2018-08-12 05:14:51,096 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-12 05:14:51,099 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8776/v3/521007c1818145639e93ceb270559219/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}9ba34bba453d04b35802a1d9b799860eba5d940e" 2018-08-12 05:14:51,161 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:14:51 GMT Server: Apache x-compute-request-id: req-b5230b47-f534-48cb-832f-7ca43a0a3d00 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-b5230b47-f534-48cb-832f-7ca43a0a3d00 Content-Encoding: gzip Content-Length: 453 Content-Type: application/json RESP BODY: {"volumes": [{"status": "deleting", "user_id": "dd5c676629534bb886fcd150600d0ef7", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/521007c1818145639e93ceb270559219/volumes/78ec1a4b-486e-44a6-84ce-47d5cfbfde8b", "rel": "self"}, {"href": "http://172.30.9.21:8776/521007c1818145639e93ceb270559219/volumes/78ec1a4b-486e-44a6-84ce-47d5cfbfde8b", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-12T05:14:03.000000", "description": null, "os-vol-tenant-attr:tenant_id": "521007c1818145639e93ceb270559219", "updated_at": "2018-08-12T05:14:51.000000", "volume_type": null, "name": "cinder_test-volume_10688f5f-2e3d-43a6-b86d-dd0af87feefc", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "78ec1a4b-486e-44a6-84ce-47d5cfbfde8b", "size": 2}]} 2018-08-12 05:14:51,161 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/521007c1818145639e93ceb270559219/volumes/detail used request id req-b5230b47-f534-48cb-832f-7ca43a0a3d00 2018-08-12 05:14:51,161 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0645577907562s 2018-08-12 05:14:51,161 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/521007c1818145639e93ceb270559219/volumes/detail used request id req-b5230b47-f534-48cb-832f-7ca43a0a3d00 2018-08-12 05:14:51,163 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 05:14:53,165 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-12 05:14:53,168 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8776/v3/521007c1818145639e93ceb270559219/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}9ba34bba453d04b35802a1d9b799860eba5d940e" 2018-08-12 05:14:54,110 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:14:53 GMT Server: Apache x-compute-request-id: req-1edc423d-8dbf-40ed-a7b1-26b17d4e0372 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-1edc423d-8dbf-40ed-a7b1-26b17d4e0372 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-08-12 05:14:54,110 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/521007c1818145639e93ceb270559219/volumes/detail used request id req-1edc423d-8dbf-40ed-a7b1-26b17d4e0372 2018-08-12 05:14:54,110 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.945037841797s 2018-08-12 05:14:54,111 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/521007c1818145639e93ceb270559219/volumes/detail used request id req-1edc423d-8dbf-40ed-a7b1-26b17d4e0372 2018-08-12 05:14:54,114 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-12 05:14:54,115 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/floatingips/48049f2f-fc31-4413-b974-129c0db17750.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9ba34bba453d04b35802a1d9b799860eba5d940e" 2018-08-12 05:14:54,870 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-44013e38-e991-47dd-a5e6-3d1424a7a27c Content-Length: 0 Date: Sun, 12 Aug 2018 05:14:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 05:14:54,870 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/floatingips/48049f2f-fc31-4413-b974-129c0db17750.json used request id req-44013e38-e991-47dd-a5e6-3d1424a7a27c 2018-08-12 05:14:54,870 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.755973100662s 2018-08-12 05:14:54,871 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/floatingips/48049f2f-fc31-4413-b974-129c0db17750.json used request id req-44013e38-e991-47dd-a5e6-3d1424a7a27c 2018-08-12 05:14:54,876 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-12 05:14:54,876 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}9ba34bba453d04b35802a1d9b799860eba5d940e" 2018-08-12 05:14:54,895 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-4186f0b8-6fd1-48f4-9445-b93782be95da Date: Sun, 12 Aug 2018 05:14:54 GMT RESP BODY: {"floatingips": []} 2018-08-12 05:14:54,895 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-4186f0b8-6fd1-48f4-9445-b93782be95da 2018-08-12 05:14:54,896 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0194730758667s 2018-08-12 05:14:54,896 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-4186f0b8-6fd1-48f4-9445-b93782be95da 2018-08-12 05:14:54,897 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-12 05:14:54,899 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/servers/49e7f1c4-3ae8-4e5e-8751-27b332af1872 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9ba34bba453d04b35802a1d9b799860eba5d940e" 2018-08-12 05:14:55,031 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 05: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 x-openstack-request-id: req-ca25fb6b-f33d-46da-9a97-2219d45869ee x-compute-request-id: req-ca25fb6b-f33d-46da-9a97-2219d45869ee Content-Type: application/json 2018-08-12 05:14:55,031 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/49e7f1c4-3ae8-4e5e-8751-27b332af1872 used request id req-ca25fb6b-f33d-46da-9a97-2219d45869ee 2018-08-12 05:14:55,031 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.134629964828s 2018-08-12 05:14:55,032 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/49e7f1c4-3ae8-4e5e-8751-27b332af1872 used request id req-ca25fb6b-f33d-46da-9a97-2219d45869ee 2018-08-12 05:14:55,032 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 05:14:55,035 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9ba34bba453d04b35802a1d9b799860eba5d940e" 2018-08-12 05:14:55,420 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:14: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-032f1189-011f-4848-a338-e9a885a96176 x-compute-request-id: req-032f1189-011f-4848-a338-e9a885a96176 Content-Encoding: gzip Content-Length: 767 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"cinder_test-net_10688f5f-2e3d-43a6-b86d-dd0af87feefc": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a9:77:d8", "version": 4, "addr": "192.168.120.33", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a9:77:d8", "version": 4, "addr": "172.30.9.216", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/49e7f1c4-3ae8-4e5e-8751-27b332af1872", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/49e7f1c4-3ae8-4e5e-8751-27b332af1872", "rel": "bookmark"}], "image": {"id": "8feb78fb-13e4-4b47-9628-150bba90cbef", "links": [{"href": "http://172.30.9.21:8774/images/8feb78fb-13e4-4b47-9628-150bba90cbef", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T05:14:15.000000", "flavor": {"id": "285397f4-88b5-44d7-bbe1-60bb22ca4ecf", "links": [{"href": "http://172.30.9.21:8774/flavors/285397f4-88b5-44d7-bbe1-60bb22ca4ecf", "rel": "bookmark"}]}, "id": "49e7f1c4-3ae8-4e5e-8751-27b332af1872", "security_groups": [{"name": "cinder_test-sg_10688f5f-2e3d-43a6-b86d-dd0af87feefc"}], "user_id": "dd5c676629534bb886fcd150600d0ef7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T05:14:54Z", "hostId": "8d660c86be0d01442184106f684268042d9e5e46e30dcd96652d80cd", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_10688f5f-2e3d-43a6-b86d-dd0af87feefc", "name": "cinder_test-vm_10688f5f-2e3d-43a6-b86d-dd0af87feefc", "created": "2018-08-12T05:14:09Z", "tenant_id": "521007c1818145639e93ceb270559219", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 05:14:55,421 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-032f1189-011f-4848-a338-e9a885a96176 2018-08-12 05:14:55,421 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.388663053513s 2018-08-12 05:14:55,421 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-032f1189-011f-4848-a338-e9a885a96176 2018-08-12 05:14:55,423 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 05:14:57,425 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 05:14:57,428 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9ba34bba453d04b35802a1d9b799860eba5d940e" 2018-08-12 05:14:57,639 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:14:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-9356a6a7-6bb8-484d-92ec-c00e8a9b0e5c x-compute-request-id: req-9356a6a7-6bb8-484d-92ec-c00e8a9b0e5c Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-12 05:14:57,639 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-9356a6a7-6bb8-484d-92ec-c00e8a9b0e5c 2018-08-12 05:14:57,639 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.213266134262s 2018-08-12 05:14:57,639 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-9356a6a7-6bb8-484d-92ec-c00e8a9b0e5c 2018-08-12 05:14:57,643 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-12 05:14:57,643 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}9ba34bba453d04b35802a1d9b799860eba5d940e" 2018-08-12 05:14:57,701 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4835 X-Openstack-Request-Id: req-cc41ac03-bd72-4620-a6cd-1fdb54ffeb33 Date: Sun, 12 Aug 2018 05:14:57 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cinder_test)", "tags": [], "tenant_id": "521007c1818145639e93ceb270559219", "created_at": "2018-08-12T05:13:35Z", "updated_at": "2018-08-12T05:13:37Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:37Z", "revision_number": 0, "id": "779f3a79-4dbb-41d3-8c50-24fd180d9001", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:37Z", "security_group_id": "879d6504-ad28-4ca1-a49c-f8b6efbdcbaf", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:35Z", "revision_number": 0, "id": "77f0b578-c9d5-49e5-9fe3-70eb454283f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:35Z", "security_group_id": "879d6504-ad28-4ca1-a49c-f8b6efbdcbaf", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:35Z", "revision_number": 0, "id": "b51bd9ad-c6ab-4bd1-8cc5-0b3c91a96d2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:35Z", "security_group_id": "879d6504-ad28-4ca1-a49c-f8b6efbdcbaf", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-12T05:13:36Z", "revision_number": 0, "id": "e23a1b33-fd73-465f-a1d3-e14db1262e30", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:36Z", "security_group_id": "879d6504-ad28-4ca1-a49c-f8b6efbdcbaf", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": 22, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}], "revision_number": 4, "project_id": "521007c1818145639e93ceb270559219", "id": "879d6504-ad28-4ca1-a49c-f8b6efbdcbaf", "name": "cinder_test-sg_10688f5f-2e3d-43a6-b86d-dd0af87feefc"}, {"description": "Default security group", "tags": [], "tenant_id": "521007c1818145639e93ceb270559219", "created_at": "2018-08-12T05:13:27Z", "updated_at": "2018-08-12T05:13:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "5e7fede5-b0f2-47d8-95c3-516cdfc7f9de", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "8fd0e36f-c6c4-4f64-ba97-40439e614448", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "db7d79de-1dfc-4138-945f-91e74cdc266b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "e87f2cff-ff3e-4b6d-aaf0-7f0eb0ab9f05", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}], "revision_number": 4, "project_id": "521007c1818145639e93ceb270559219", "id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "name": "default"}]} 2018-08-12 05:14:57,702 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-cc41ac03-bd72-4620-a6cd-1fdb54ffeb33 2018-08-12 05:14:57,702 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0588948726654s 2018-08-12 05:14:57,702 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-cc41ac03-bd72-4620-a6cd-1fdb54ffeb33 2018-08-12 05:14:57,706 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-08-12 05:14:57,706 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/security-groups/879d6504-ad28-4ca1-a49c-f8b6efbdcbaf.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9ba34bba453d04b35802a1d9b799860eba5d940e" 2018-08-12 05:14:57,908 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e3e14103-de10-4714-99a2-c596ee93cbce Content-Length: 0 Date: Sun, 12 Aug 2018 05:14:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 05:14:57,909 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/879d6504-ad28-4ca1-a49c-f8b6efbdcbaf.json used request id req-e3e14103-de10-4714-99a2-c596ee93cbce 2018-08-12 05:14:57,909 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.202986955643s 2018-08-12 05:14:57,909 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/879d6504-ad28-4ca1-a49c-f8b6efbdcbaf.json used request id req-e3e14103-de10-4714-99a2-c596ee93cbce 2018-08-12 05:14:57,910 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-12 05:14:57,912 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/os-keypairs/cinder_test-kp_10688f5f-2e3d-43a6-b86d-dd0af87feefc -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9ba34bba453d04b35802a1d9b799860eba5d940e" 2018-08-12 05:14:58,012 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 05:14:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-66fbe3f6-aef7-41f3-a864-846d059e68b5 x-compute-request-id: req-66fbe3f6-aef7-41f3-a864-846d059e68b5 Content-Length: 0 Content-Type: application/json 2018-08-12 05:14:58,012 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/cinder_test-kp_10688f5f-2e3d-43a6-b86d-dd0af87feefc used request id req-66fbe3f6-aef7-41f3-a864-846d059e68b5 2018-08-12 05:14:58,012 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.102442026138s 2018-08-12 05:14:58,012 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/cinder_test-kp_10688f5f-2e3d-43a6-b86d-dd0af87feefc used request id req-66fbe3f6-aef7-41f3-a864-846d059e68b5 2018-08-12 05:14:58,013 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-12 05:14:58,013 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/72f58f0b-6c9f-4ef9-a1f9-76a4e2c35483/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}9ba34bba453d04b35802a1d9b799860eba5d940e" -d '{"subnet_id": "a2d97fad-5830-4599-a795-2ddc1ff93dea"}' 2018-08-12 05:14:59,669 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-3433f0e8-a35f-44fb-a369-6c772bd2c62e Date: Sun, 12 Aug 2018 05:14:59 GMT RESP BODY: {"network_id": "05cf55fc-1f14-4e69-8d3b-db49bc93360e", "tenant_id": "521007c1818145639e93ceb270559219", "subnet_id": "a2d97fad-5830-4599-a795-2ddc1ff93dea", "subnet_ids": ["a2d97fad-5830-4599-a795-2ddc1ff93dea"], "port_id": "bb55ea6c-045b-4b83-a026-899d7a0cb2ff", "id": "72f58f0b-6c9f-4ef9-a1f9-76a4e2c35483"} 2018-08-12 05:14:59,669 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/72f58f0b-6c9f-4ef9-a1f9-76a4e2c35483/remove_router_interface.json used request id req-3433f0e8-a35f-44fb-a369-6c772bd2c62e 2018-08-12 05:14:59,669 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.65654397011s 2018-08-12 05:14:59,670 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/72f58f0b-6c9f-4ef9-a1f9-76a4e2c35483/remove_router_interface.json used request id req-3433f0e8-a35f-44fb-a369-6c772bd2c62e returning object 72f58f0b-6c9f-4ef9-a1f9-76a4e2c35483 2018-08-12 05:14:59,670 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-12 05:14:59,671 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}9ba34bba453d04b35802a1d9b799860eba5d940e" 2018-08-12 05:14:59,802 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-ff08c74f-7bcf-4a1b-9fb6-e25871b2014b Date: Sun, 12 Aug 2018 05:14:59 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ec788992-fa73-45cc-a7d9-6d44542124c2", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "521007c1818145639e93ceb270559219", "created_at": "2018-08-12T05:13:29Z", "admin_state_up": true, "updated_at": "2018-08-12T05:14:58Z", "revision_number": 4, "routes": [], "project_id": "521007c1818145639e93ceb270559219", "id": "72f58f0b-6c9f-4ef9-a1f9-76a4e2c35483", "name": "cinder_test-router_10688f5f-2e3d-43a6-b86d-dd0af87feefc"}]} 2018-08-12 05:14:59,803 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-ff08c74f-7bcf-4a1b-9fb6-e25871b2014b 2018-08-12 05:14:59,803 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.132611989975s 2018-08-12 05:14:59,803 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-ff08c74f-7bcf-4a1b-9fb6-e25871b2014b 2018-08-12 05:14:59,805 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-12 05:14:59,805 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/routers/72f58f0b-6c9f-4ef9-a1f9-76a4e2c35483.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9ba34bba453d04b35802a1d9b799860eba5d940e" 2018-08-12 05:15:01,352 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d01b6c92-fa2e-47e8-b24a-bf5c04ac5476 Content-Length: 0 Date: Sun, 12 Aug 2018 05:15:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 05:15:01,352 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/72f58f0b-6c9f-4ef9-a1f9-76a4e2c35483.json used request id req-d01b6c92-fa2e-47e8-b24a-bf5c04ac5476 2018-08-12 05:15:01,353 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.54789710045s 2018-08-12 05:15:01,353 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/72f58f0b-6c9f-4ef9-a1f9-76a4e2c35483.json used request id req-d01b6c92-fa2e-47e8-b24a-bf5c04ac5476 2018-08-12 05:15:01,353 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-12 05:15:01,354 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}9ba34bba453d04b35802a1d9b799860eba5d940e" 2018-08-12 05:15:01,416 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-d43df997-6d0f-4779-92a4-333eb0f8f690 Date: Sun, 12 Aug 2018 05:15:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"05cf55fc-1f14-4e69-8d3b-db49bc93360e","tenant_id":"521007c1818145639e93ceb270559219","created_at":"2018-08-12T05:13:28Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-12T05:13:28Z","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":"521007c1818145639e93ceb270559219","id":"a2d97fad-5830-4599-a795-2ddc1ff93dea","subnetpool_id":null,"name":"cinder_test-subnet_10688f5f-2e3d-43a6-b86d-dd0af87feefc"}]} 2018-08-12 05:15:01,416 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-d43df997-6d0f-4779-92a4-333eb0f8f690 2018-08-12 05:15:01,416 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0624721050262s 2018-08-12 05:15:01,416 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-d43df997-6d0f-4779-92a4-333eb0f8f690 2018-08-12 05:15:01,418 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-12 05:15:01,418 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/subnets/a2d97fad-5830-4599-a795-2ddc1ff93dea.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9ba34bba453d04b35802a1d9b799860eba5d940e" 2018-08-12 05:15:04,115 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-17118385-b4a0-43be-bcab-a55973c4743e Date: Sun, 12 Aug 2018 05:15:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 05:15:04,116 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/a2d97fad-5830-4599-a795-2ddc1ff93dea.json used request id req-17118385-b4a0-43be-bcab-a55973c4743e 2018-08-12 05:15:04,116 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.69785404205s 2018-08-12 05:15:04,116 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/a2d97fad-5830-4599-a795-2ddc1ff93dea.json used request id req-17118385-b4a0-43be-bcab-a55973c4743e 2018-08-12 05:15:04,116 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 05:15:04,117 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9ba34bba453d04b35802a1d9b799860eba5d940e" 2018-08-12 05:15:04,232 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1156 X-Openstack-Request-Id: req-57dd8cb9-9afb-487a-a368-a465a33aa0db Date: Sun, 12 Aug 2018 05:15: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":["ec788992-fa73-45cc-a7d9-6d44542124c2"],"updated_at":"2018-08-12T05:04:31Z","tenant_id":"310f5853751a4c968f3eeb0a3d99a0a8","created_at":"2018-08-12T05:04:23Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"310f5853751a4c968f3eeb0a3d99a0a8","id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","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-12T05:15:03Z","tenant_id":"521007c1818145639e93ceb270559219","created_at":"2018-08-12T05:13:27Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"521007c1818145639e93ceb270559219","id":"05cf55fc-1f14-4e69-8d3b-db49bc93360e","name":"cinder_test-net_10688f5f-2e3d-43a6-b86d-dd0af87feefc"}]} 2018-08-12 05:15:04,232 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-57dd8cb9-9afb-487a-a368-a465a33aa0db 2018-08-12 05:15:04,233 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.116042137146s 2018-08-12 05:15:04,233 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-57dd8cb9-9afb-487a-a368-a465a33aa0db 2018-08-12 05:15:04,234 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-12 05:15:04,234 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/networks/05cf55fc-1f14-4e69-8d3b-db49bc93360e.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9ba34bba453d04b35802a1d9b799860eba5d940e" 2018-08-12 05:15:06,057 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-58b88785-ec9d-4f83-a0cb-09cc28aed402 Date: Sun, 12 Aug 2018 05:15:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 05:15:06,057 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/05cf55fc-1f14-4e69-8d3b-db49bc93360e.json used request id req-58b88785-ec9d-4f83-a0cb-09cc28aed402 2018-08-12 05:15:06,057 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.82336688042s 2018-08-12 05:15:06,058 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/05cf55fc-1f14-4e69-8d3b-db49bc93360e.json used request id req-58b88785-ec9d-4f83-a0cb-09cc28aed402 2018-08-12 05:15:06,062 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 05:15:06,066 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9ba34bba453d04b35802a1d9b799860eba5d940e" 2018-08-12 05:15:06,754 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1204 Content-Type: application/json X-Openstack-Request-Id: req-d72d2abd-4dc6-49b1-a152-a615f6f3b74b Date: Sun, 12 Aug 2018 05:15:06 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/8feb78fb-13e4-4b47-9628-150bba90cbef/snap", "metadata": {}}], "file": "/v2/images/8feb78fb-13e4-4b47-9628-150bba90cbef/file", "owner": "521007c1818145639e93ceb270559219", "id": "8feb78fb-13e4-4b47-9628-150bba90cbef", "size": 12716032, "self": "/v2/images/8feb78fb-13e4-4b47-9628-150bba90cbef", "disk_format": "qcow2", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/8feb78fb-13e4-4b47-9628-150bba90cbef/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-12T05:13:34Z", "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_10688f5f-2e3d-43a6-b86d-dd0af87feefc", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_10688f5f-2e3d-43a6-b86d-dd0af87feefc", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-12T05:13:33Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 05:15:06,754 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-d72d2abd-4dc6-49b1-a152-a615f6f3b74b 2018-08-12 05:15:06,754 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.692346811295s 2018-08-12 05:15:06,755 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-d72d2abd-4dc6-49b1-a152-a615f6f3b74b 2018-08-12 05:15:06,756 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-12 05:15:06,760 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9292/v2/images/8feb78fb-13e4-4b47-9628-150bba90cbef -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9ba34bba453d04b35802a1d9b799860eba5d940e" 2018-08-12 05:15:07,989 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-53a9fa61-5856-4106-a081-136a18081251 Date: Sun, 12 Aug 2018 05:15: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 05:15:07,989 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/8feb78fb-13e4-4b47-9628-150bba90cbef used request id req-53a9fa61-5856-4106-a081-136a18081251 2018-08-12 05:15:07,989 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.23273301125s 2018-08-12 05:15:07,989 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/8feb78fb-13e4-4b47-9628-150bba90cbef used request id req-53a9fa61-5856-4106-a081-136a18081251 2018-08-12 05:15:07,990 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-12 05:15:07,993 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}f8216f57f036239373dd631cb7463514b4461e2c" 2018-08-12 05:15:08,020 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:15: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-995c444a-5576-46d2-a60a-b72d40a17a7a x-compute-request-id: req-995c444a-5576-46d2-a60a-b72d40a17a7a Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cinder_test-flavor_10688f5f-2e3d-43a6-b86d-dd0af87feefc", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/285397f4-88b5-44d7-bbe1-60bb22ca4ecf", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/285397f4-88b5-44d7-bbe1-60bb22ca4ecf", "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": "285397f4-88b5-44d7-bbe1-60bb22ca4ecf"}]} 2018-08-12 05:15:08,020 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-995c444a-5576-46d2-a60a-b72d40a17a7a 2018-08-12 05:15:08,020 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0303559303284s 2018-08-12 05:15:08,020 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-995c444a-5576-46d2-a60a-b72d40a17a7a 2018-08-12 05:15:08,022 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-12 05:15:08,024 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/flavors/285397f4-88b5-44d7-bbe1-60bb22ca4ecf -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f8216f57f036239373dd631cb7463514b4461e2c" 2018-08-12 05:15:08,057 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 05: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 x-openstack-request-id: req-fd49d33a-5259-42b4-b73e-9d4f831eca69 x-compute-request-id: req-fd49d33a-5259-42b4-b73e-9d4f831eca69 Content-Length: 0 Content-Type: application/json 2018-08-12 05:15:08,057 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/285397f4-88b5-44d7-bbe1-60bb22ca4ecf used request id req-fd49d33a-5259-42b4-b73e-9d4f831eca69 2018-08-12 05:15:08,058 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0357649326324s 2018-08-12 05:15:08,058 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/285397f4-88b5-44d7-bbe1-60bb22ca4ecf used request id req-fd49d33a-5259-42b4-b73e-9d4f831eca69 2018-08-12 05:15:08,058 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-12 05:15:08,061 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}f8216f57f036239373dd631cb7463514b4461e2c" 2018-08-12 05:15:08,168 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:15:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7fb51ed3-633a-4086-91d8-4aa81d5f46dc Content-Encoding: gzip Content-Length: 833 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/105a247548624314b9228f85f6325f0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105a247548624314b9228f85f6325f0b", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/1c5de0eaa44543f08da6ad63a51594ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c5de0eaa44543f08da6ad63a51594ff", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/1d127b5b832547a88a547c116dfdd65b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d127b5b832547a88a547c116dfdd65b", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/1d5cfc170d624ce4ae53ae0507c8d517"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d5cfc170d624ce4ae53ae0507c8d517", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/2421820b75eb4d3ebd02830378d1377b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2421820b75eb4d3ebd02830378d1377b", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/40bd8ee54ecf44868cc83cede652c396"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40bd8ee54ecf44868cc83cede652c396", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/4f32fb8153854c4c9f5094b42b523f80"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f32fb8153854c4c9f5094b42b523f80", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7066130d08fb4db7bf4ab468de53933b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7066130d08fb4db7bf4ab468de53933b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/8d0898a83bcf4521bbc11501d5d7ac89"}, "domain_id": "1eec97585bde483292ece28ee11f4b8d", "enabled": true, "options": {}, "id": "8d0898a83bcf4521bbc11501d5d7ac89", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/9defcced327d476f8a3beab718a13da3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9defcced327d476f8a3beab718a13da3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/b80ee4f6992446e0879624dd436e99a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b80ee4f6992446e0879624dd436e99a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b86fd3e011324d398fcdb6f095a20a9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b86fd3e011324d398fcdb6f095a20a9d", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1701d2754064b5cadf765ea0806f9b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1701d2754064b5cadf765ea0806f9b2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/db4e7b8d76d549faa502716565c733dd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db4e7b8d76d549faa502716565c733dd", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder_test-user_10688f5f-2e3d-43a6-b86d-dd0af87feefc", "links": {"self": "http://172.30.9.21:5000/v3/users/dd5c676629534bb886fcd150600d0ef7"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "dd5c676629534bb886fcd150600d0ef7", "domain_id": "default", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-12 05:15:08,168 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-7fb51ed3-633a-4086-91d8-4aa81d5f46dc 2018-08-12 05:15:08,169 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.110245943069s 2018-08-12 05:15:08,169 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-7fb51ed3-633a-4086-91d8-4aa81d5f46dc 2018-08-12 05:15:08,175 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-12 05:15:08,178 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users/dd5c676629534bb886fcd150600d0ef7 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f8216f57f036239373dd631cb7463514b4461e2c" 2018-08-12 05:15:08,298 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:15:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-92050e34-b423-402e-a2dd-e550023c8cb3 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"user": {"name": "cinder_test-user_10688f5f-2e3d-43a6-b86d-dd0af87feefc", "links": {"self": "http://172.30.9.21:5000/v3/users/dd5c676629534bb886fcd150600d0ef7"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "dd5c676629534bb886fcd150600d0ef7", "description": null}} 2018-08-12 05:15:08,298 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/dd5c676629534bb886fcd150600d0ef7 used request id req-92050e34-b423-402e-a2dd-e550023c8cb3 2018-08-12 05:15:08,299 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.123427867889s 2018-08-12 05:15:08,299 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/dd5c676629534bb886fcd150600d0ef7 used request id req-92050e34-b423-402e-a2dd-e550023c8cb3 2018-08-12 05:15:08,300 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-12 05:15:08,303 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/users/dd5c676629534bb886fcd150600d0ef7 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f8216f57f036239373dd631cb7463514b4461e2c" 2018-08-12 05:15:08,509 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 05:15:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b9b9187e-46e2-49d8-a481-23874a6d501c 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 05:15:08,509 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/dd5c676629534bb886fcd150600d0ef7 used request id req-b9b9187e-46e2-49d8-a481-23874a6d501c 2018-08-12 05:15:08,509 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.209424972534s 2018-08-12 05:15:08,509 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/dd5c676629534bb886fcd150600d0ef7 used request id req-b9b9187e-46e2-49d8-a481-23874a6d501c 2018-08-12 05:15:08,515 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-12 05:15:08,518 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}f8216f57f036239373dd631cb7463514b4461e2c" 2018-08-12 05:15:08,616 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:15:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-673d93ff-7f80-4c0c-ad17-35c481a2d101 Content-Encoding: gzip Content-Length: 388 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8"}, "tags": [], "enabled": true, "id": "310f5853751a4c968f3eeb0a3d99a0a8", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: cinder_test", "links": {"self": "http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219"}, "tags": [], "enabled": true, "id": "521007c1818145639e93ceb270559219", "parent_id": "default", "domain_id": "default", "name": "cinder_test-project_10688f5f-2e3d-43a6-b86d-dd0af87feefc"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "id": "a267b9a156244bb192691cff6e5f74fe", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-08-12 05:15:08,616 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-673d93ff-7f80-4c0c-ad17-35c481a2d101 2018-08-12 05:15:08,616 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.100792884827s 2018-08-12 05:15:08,616 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-673d93ff-7f80-4c0c-ad17-35c481a2d101 2018-08-12 05:15:08,621 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-12 05:15:08,625 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f8216f57f036239373dd631cb7463514b4461e2c" 2018-08-12 05:15:08,826 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 05:15:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-734d75a5-6561-4be6-b2bb-1f1213cd4877 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 05:15:08,826 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 used request id req-734d75a5-6561-4be6-b2bb-1f1213cd4877 2018-08-12 05:15:08,826 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.204905986786s 2018-08-12 05:15:08,826 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 used request id req-734d75a5-6561-4be6-b2bb-1f1213cd4877 2018-08-12 05:15:08,831 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-12 05:15:08,835 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}f8216f57f036239373dd631cb7463514b4461e2c" 2018-08-12 05:15:08,923 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:15:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2768b42f-e667-457d-8061-d9092154d0f6 Content-Encoding: gzip Content-Length: 354 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "01c5a989959447bfab9ab08b07a22501", "links": {"self": "http://172.30.9.21:5000/v3/roles/01c5a989959447bfab9ab08b07a22501"}, "name": "Member"}, {"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 05:15:08,923 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-2768b42f-e667-457d-8061-d9092154d0f6 2018-08-12 05:15:08,924 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0922069549561s 2018-08-12 05:15:08,924 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-2768b42f-e667-457d-8061-d9092154d0f6 2018-08-12 05:15:08,929 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.roles 2018-08-12 05:15:08,933 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/roles/01c5a989959447bfab9ab08b07a22501 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f8216f57f036239373dd631cb7463514b4461e2c" 2018-08-12 05:15:09,078 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 05:15:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-114cec21-8418-4113-b41a-84f1a2e7beea 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 05:15:09,078 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/01c5a989959447bfab9ab08b07a22501 used request id req-114cec21-8418-4113-b41a-84f1a2e7beea 2018-08-12 05:15:09,079 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.roles in 0.149566173553s 2018-08-12 05:15:09,079 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/01c5a989959447bfab9ab08b07a22501 used request id req-114cec21-8418-4113-b41a-84f1a2e7beea 2018-08-12 05:15:09,134 - xtesting.ci.run_tests - INFO - Loading test case 'odl'... 2018-08-12 05:15:09,261 - xtesting.ci.run_tests - INFO - Running test case 'odl'... 2018-08-12 05:15:09,262 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-12 05:15:09,262 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-12 05:15:09,262 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-12 05:15:09,262 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-12 05:15:09,262 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-12 05:15:09,262 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-12 05:15:09,262 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-12 05:15:09,262 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-12 05:15:09,263 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-12 05:15:09,263 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-12 05:15:09,263 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-12 05:15:09,263 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-12 05:15:09,263 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-12 05:15:09,263 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-12 05:15:09,263 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-12 05:15:09,263 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-12 05:15:09,263 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-12 05:15:09,263 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-12 05:15:09,263 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-12 05:15:09,263 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-12 05:15:09,263 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-12 05:15:09,263 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-12 05:15:09,265 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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 05:15:09,270 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:15:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-51b1970f-28e0-42ec-85cd-845c17a3baee Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 05:15:09,270 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-51b1970f-28e0-42ec-85cd-845c17a3baee 2018-08-12 05:15:09,271 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-08-12 05:15:09,659 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T06:15:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["beN9YkL3ToaT8ipHLX9JIA"], "issued_at": "2018-08-12T05:15:09.000000Z"}} 2018-08-12 05:15:09,662 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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 05:15:09,668 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 05:15:09 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 05:15:09,673 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-08-12 05:15:09,676 - 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 05:15:09,682 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 05:15:09 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://192.30.9.4:35357/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://192.30.9.4:35357/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 05:15:09,683 - 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}2dbb3985b977be2a2a554c6b369a58984d5e4822" 2018-08-12 05:15:09,778 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:15:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5684b7bc-4d2e-4eaf-a145-6d9d9a2f13f0 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"services": [{"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.4:35357/v3/services/15c0704ff3984609bc46a7ae9df6d854"}, "enabled": true, "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.4:35357/v3/services/19d3b3318551439c9543240172cdbd78"}, "enabled": true, "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.4:35357/v3/services/1dbfa23d060f4e70aa33e1cf9b50ab15"}, "enabled": true, "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.4:35357/v3/services/209950594c2b43048ba72516819c6386"}, "enabled": true, "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.4:35357/v3/services/2a58b259627349678c35c4f7a309d1b8"}, "enabled": true, "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.4:35357/v3/services/3420b5d212e345eca027a97d5de7638f"}, "enabled": true, "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.4:35357/v3/services/42a6b5976d8645e8a4c7c24467befa4d"}, "enabled": true, "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.4:35357/v3/services/4c895a2543ed4b87a379b8595130a8f7"}, "enabled": true, "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.4:35357/v3/services/715f238e402745d38ee9f3b37fa5b7b2"}, "enabled": true, "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.4:35357/v3/services/7229e6f7777f43d58cbed8a7dd0304d6"}, "enabled": true, "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.4:35357/v3/services/7fc41da629194ab488892d45d20f194e"}, "enabled": true, "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.4:35357/v3/services/99e7c5a4539d41d8ac9078a76fcee515"}, "enabled": true, "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.4:35357/v3/services/bab20e1e10e642b3b651400b1c4f18bf"}, "enabled": true, "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.4:35357/v3/services/cb46eeaecd3148259c3e255a5497608c"}, "enabled": true, "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.4:35357/v3/services/e5f94bd0ef324f738590907aed02c0f1"}, "enabled": true, "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "links": {"self": "http://192.30.9.4:35357/v3/services", "previous": null, "next": null}} 2018-08-12 05:15:09,778 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.4:35357/v3/services used request id req-5684b7bc-4d2e-4eaf-a145-6d9d9a2f13f0 2018-08-12 05:15:09,779 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.105571985245s 2018-08-12 05:15:09,779 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.4:35357/v3/services used request id req-5684b7bc-4d2e-4eaf-a145-6d9d9a2f13f0 2018-08-12 05:15:09,788 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-08-12 05:15:09,791 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}2dbb3985b977be2a2a554c6b369a58984d5e4822" 2018-08-12 05:15:09,891 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:15:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc090a27-5051-404d-b3d8-bf6f22437c59 Content-Encoding: gzip Content-Length: 1972 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/0180081c176f44d28b00231a5e42328e"}, "url": "http://192.30.9.4:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "cb46eeaecd3148259c3e255a5497608c", "id": "0180081c176f44d28b00231a5e42328e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/0dea4b7330b54c0c9a0636f1e97478db"}, "url": "http://12.0.0.25:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "209950594c2b43048ba72516819c6386", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/164fb84df0d249f1a90eaa5c2aa43963"}, "url": "http://172.30.9.21:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "99e7c5a4539d41d8ac9078a76fcee515", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/190d75d57ae64cf0878a46f0524e7172"}, "url": "http://172.30.9.21:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "e5f94bd0ef324f738590907aed02c0f1", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/1a02946ca6ed4a81a0bdcbef89ba8455"}, "url": "http://172.30.9.21:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "42a6b5976d8645e8a4c7c24467befa4d", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/1b32ac2547c44d9eaf35ee6c4a387dcb"}, "url": "http://172.30.9.21:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "7229e6f7777f43d58cbed8a7dd0304d6", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/1cfb1ed578eb49dd87ca083a4db541c8"}, "url": "http://192.30.9.4:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "cb46eeaecd3148259c3e255a5497608c", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/2240a154977f4379bf6cb7b06d908ad5"}, "url": "http://192.30.9.4:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "7229e6f7777f43d58cbed8a7dd0304d6", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/2a9a76dbb65b4e1b8d6116fedbba8d84"}, "url": "http://192.30.9.4:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "99e7c5a4539d41d8ac9078a76fcee515", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/2d2cec92590247c08bd065796c7809f1"}, "url": "http://192.30.9.4:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "bab20e1e10e642b3b651400b1c4f18bf", "id": "2d2cec92590247c08bd065796c7809f1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/3369b5207e9e462493b48531ec10856d"}, "url": "http://192.30.9.4:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "e5f94bd0ef324f738590907aed02c0f1", "id": "3369b5207e9e462493b48531ec10856d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/34ab0036b02a4971b8fa6b0b45d8d3b5"}, "url": "http://192.30.9.4:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "19d3b3318551439c9543240172cdbd78", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/3ca9accb793a49cbbe90e5a661064c92"}, "url": "http://172.30.9.21:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "15c0704ff3984609bc46a7ae9df6d854", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/3fc16a63f6be4d3c80a2783bb851e4bb"}, "url": "http://172.30.9.21:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/43bb9a55be8d4fb9b7b14ab829552412"}, "url": "http://192.30.9.4:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/4a4d4aede044418995764ba52a2f5df0"}, "url": "http://172.30.9.21:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "715f238e402745d38ee9f3b37fa5b7b2", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/4fb85ade24214df2affc22743e195528"}, "url": "http://172.30.9.21:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "cb46eeaecd3148259c3e255a5497608c", "id": "4fb85ade24214df2affc22743e195528"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/60a5f72c43664608a86d96f08a113212"}, "url": "http://192.30.9.4:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "3420b5d212e345eca027a97d5de7638f", "id": "60a5f72c43664608a86d96f08a113212"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/623eb42a777f4771adf7f96e3a71405c"}, "url": "http://172.30.9.21:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "4c895a2543ed4b87a379b8595130a8f7", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/720e01cf00f84d04a2ee62edcf16b6c5"}, "url": "http://192.30.9.4:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "19d3b3318551439c9543240172cdbd78", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/75bcb5f8a1e1470d86971f289010cc01"}, "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "7fc41da629194ab488892d45d20f194e", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/7969c3b38465413d9a6597bdb8ece535"}, "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "42a6b5976d8645e8a4c7c24467befa4d", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/825be5f2ac7f49148b48b6b902457d3b"}, "url": "http://192.30.9.4:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "e5f94bd0ef324f738590907aed02c0f1", "id": "825be5f2ac7f49148b48b6b902457d3b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/84de8f696bae486b93af949c9fcba0e0"}, "url": "http://192.30.9.4:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "3420b5d212e345eca027a97d5de7638f", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/8b9cbe54bbaf48bea58cd1eac70c11e3"}, "url": "http://192.30.9.4:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "4c895a2543ed4b87a379b8595130a8f7", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/8e40ba7572e344069179902ef8294d94"}, "url": "http://172.30.9.21:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "19d3b3318551439c9543240172cdbd78", "id": "8e40ba7572e344069179902ef8294d94"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/955859bdf3284e0291fae73771e83dbf"}, "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "7fc41da629194ab488892d45d20f194e", "id": "955859bdf3284e0291fae73771e83dbf"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/a05785e9fdaf4b99b730c281a8798879"}, "url": "http://172.30.9.21:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "bab20e1e10e642b3b651400b1c4f18bf", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/aa83ad94e5364c91ae9784fdce32f60e"}, "url": "http://192.30.9.4:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "715f238e402745d38ee9f3b37fa5b7b2", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/ae7c491dfb654c01b3a40697a3d71d2a"}, "url": "http://192.30.9.4:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/b0df2bf1d7134de390b5d61b210210f1"}, "url": "http://192.30.9.4:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "99e7c5a4539d41d8ac9078a76fcee515", "id": "b0df2bf1d7134de390b5d61b210210f1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/b9fb1c42ce3946749b180fecea8a4890"}, "url": "http://192.30.9.4:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "bab20e1e10e642b3b651400b1c4f18bf", "id": "b9fb1c42ce3946749b180fecea8a4890"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/baac3ca7bc5242acae74cd07cd8aac8b"}, "url": "http://172.30.9.21:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "209950594c2b43048ba72516819c6386", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/c0ec153aa11f4d0ca453edd1a735ac0e"}, "url": "http://192.30.9.4:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "7229e6f7777f43d58cbed8a7dd0304d6", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/c5342aa69d8643359bba955b671d2015"}, "url": "http://192.30.9.4:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "4c895a2543ed4b87a379b8595130a8f7", "id": "c5342aa69d8643359bba955b671d2015"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/ca0ce0f5278a4af6b162a26925808f73"}, "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "42a6b5976d8645e8a4c7c24467befa4d", "id": "ca0ce0f5278a4af6b162a26925808f73"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/d0a2205495074bd29a4de90120faedb9"}, "url": "http://172.30.9.21:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "7fc41da629194ab488892d45d20f194e", "id": "d0a2205495074bd29a4de90120faedb9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/e126bf7c26924c9f9cc609ae27eef638"}, "url": "http://172.30.9.21:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "3420b5d212e345eca027a97d5de7638f", "id": "e126bf7c26924c9f9cc609ae27eef638"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, "url": "http://192.30.9.4:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "15c0704ff3984609bc46a7ae9df6d854", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/f1f42723f09d48c9901ecfd4c8abc28c"}, "url": "http://12.0.0.25:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "209950594c2b43048ba72516819c6386", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/f609c2453dc343a4a5565a231be14af1"}, "url": "http://192.30.9.4:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "715f238e402745d38ee9f3b37fa5b7b2", "id": "f609c2453dc343a4a5565a231be14af1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/f8ed02b7c8b8467f8e3ad22c2a47b4ec"}, "url": "http://192.30.9.4:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "15c0704ff3984609bc46a7ae9df6d854", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "links": {"self": "http://172.30.9.21:5000/v3/endpoints", "previous": null, "next": null}} 2018-08-12 05:15:09,892 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/endpoints used request id req-fc090a27-5051-404d-b3d8-bf6f22437c59 2018-08-12 05:15:09,892 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.103963136673s 2018-08-12 05:15:09,892 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/endpoints used request id req-fc090a27-5051-404d-b3d8-bf6f22437c59 2018-08-12 05:15:30,107 - 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 05:15:30,135 - xtesting.core.robotframework - INFO - Results were successfully parsed 2018-08-12 05:15:30,236 - xtesting.core.robotframework - INFO - Results were successfully generated 2018-08-12 05:15:30,352 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-12 05:15:30,353 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | odl | functest | 00:20 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-12 05:15:30,409 - xtesting.ci.run_tests - INFO - Loading test case 'api_check'... 2018-08-12 05:15:30,710 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2018-08-12 05:15:30,711 - openstack_tests - INFO - OS Credentials = > 2018-08-12 05:15:31,599 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-08-12 05:15:32,177 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-08-12 05:15:39,071 - keystone_utils - INFO - Created project with name - KeystoneUtilsTests-ef2dfd8c-c9b6-4a0e-9c41-28c1a40930ec-projName 2018-08-12 05:15:39,709 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4db19327-0126-4e4d-bb30-b4daeb713c59 2018-08-12 05:15:39,998 - neutron_utils - INFO - Deleting security group with name - default 2018-08-12 05:15:40,417 - keystone_utils - INFO - Deleting project with name - KeystoneUtilsTests-ef2dfd8c-c9b6-4a0e-9c41-28c1a40930ec-projName 2018-08-12 05:15:41,706 - keystone_utils - INFO - Created user with name - KeystoneUtilsTests-c259f745-dba8-4b1d-bcd6-d11620b21ed9-username 2018-08-12 05:15:41,818 - keystone_utils - INFO - Deleting user with name - KeystoneUtilsTests-c259f745-dba8-4b1d-bcd6-d11620b21ed9-username 2018-08-12 05:15:46,843 - keystone_utils - INFO - Created user with name - KeystoneUtilsTests-cd4fde3c-c93f-4eb1-ba8e-1a4b2119d0fd-username 2018-08-12 05:15:47,065 - keystone_utils - INFO - Created project with name - KeystoneUtilsTests-cd4fde3c-c93f-4eb1-ba8e-1a4b2119d0fd-projName 2018-08-12 05:15:47,185 - keystone_utils - INFO - Created role with name - KeystoneUtilsTests-cd4fde3c-c93f-4eb1-ba8e-1a4b2119d0fd-role 2018-08-12 05:15:47,282 - keystone_utils - INFO - Granting role KeystoneUtilsTests-cd4fde3c-c93f-4eb1-ba8e-1a4b2119d0fd-role to project KeystoneUtilsTests-cd4fde3c-c93f-4eb1-ba8e-1a4b2119d0fd-projName 2018-08-12 05:15:48,241 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - cafb036d-cbe5-4ead-b688-e45831d3dbcc 2018-08-12 05:15:48,449 - neutron_utils - INFO - Deleting security group with name - default 2018-08-12 05:15:48,796 - keystone_utils - INFO - Deleting project with name - KeystoneUtilsTests-cd4fde3c-c93f-4eb1-ba8e-1a4b2119d0fd-projName 2018-08-12 05:15:49,101 - keystone_utils - INFO - Deleting user with name - KeystoneUtilsTests-cd4fde3c-c93f-4eb1-ba8e-1a4b2119d0fd-username 2018-08-12 05:15:49,336 - keystone_utils - INFO - Deleting role with name - KeystoneUtilsTests-cd4fde3c-c93f-4eb1-ba8e-1a4b2119d0fd-role 2018-08-12 05:15:51,449 - keystone_utils - INFO - Granting role admin to project admin 2018-08-12 05:15:51,796 - keystone_utils - INFO - Created user with name - CreateUserSuccessTests-2f0a0975-d7d0-411-name 2018-08-12 05:15:52,150 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-2f0a0975-d7d0-411-name 2018-08-12 05:15:54,349 - keystone_utils - INFO - Granting role admin to project admin 2018-08-12 05:15:54,677 - keystone_utils - INFO - Created user with name - CreateUserSuccessTests-a19e146d-cdc2-44a-name 2018-08-12 05:15:54,677 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-a19e146d-cdc2-44a-name 2018-08-12 05:15:54,893 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-a19e146d-cdc2-44a-name 2018-08-12 05:15:56,993 - keystone_utils - INFO - Granting role admin to project admin 2018-08-12 05:15:57,317 - keystone_utils - INFO - Created user with name - CreateUserSuccessTests-17a1358b-6c69-45a-name 2018-08-12 05:15:57,430 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-17a1358b-6c69-45a-name 2018-08-12 05:15:59,623 - keystone_utils - INFO - Granting role admin to project admin 2018-08-12 05:15:59,987 - keystone_utils - INFO - Created user with name - CreateUserSuccessTests-191ceabd-4ccb-434-name 2018-08-12 05:16:00,705 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-191ceabd-4ccb-434-name 2018-08-12 05:16:02,256 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-9306ab9a-da32-4a1-name 2018-08-12 05:16:02,257 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-9306ab9a-da32-4a1-name 2018-08-12 05:16:03,579 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-9306ab9a-da32-4a1-name 2018-08-12 05:16:05,184 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-7ba9ec49-8ff5-483-name 2018-08-12 05:16:06,315 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-7ba9ec49-8ff5-483-name 2018-08-12 05:16:07,906 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-2786f924-5c60-462-name 2018-08-12 05:16:09,598 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-2786f924-5c60-462-name 2018-08-12 05:16:12,485 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-75221189-7fef-4fc-name 2018-08-12 05:16:14,629 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-75221189-7fef-4fc-name 2018-08-12 05:16:16,209 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-86049693-2c6c-490-name 2018-08-12 05:16:19,375 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-86049693-2c6c-490-name 2018-08-12 05:16:20,777 - keystone_utils - INFO - Created project with name - CreateProjectUserTests-c29eb957-8b5f-466-name 2018-08-12 05:16:22,276 - keystone_utils - INFO - Granting role admin to project CreateProjectUserTests-c29eb957-8b5f-466-name 2018-08-12 05:16:22,423 - keystone_utils - INFO - Created user with name - CreateProjectUserTests-c29eb957-8b5f-466-user 2018-08-12 05:16:22,627 - keystone_utils - INFO - Created role with name - CreateProjectUserTests-c29eb957-8b5f-466-name-role 2018-08-12 05:16:22,720 - keystone_utils - INFO - Granting role CreateProjectUserTests-c29eb957-8b5f-466-name-role to project CreateProjectUserTests-c29eb957-8b5f-466-name 2018-08-12 05:16:23,724 - OpenStackSecurityGroup - INFO - Creating security group CreateProjectUserTests-c29eb957-8b5f-466-name... 2018-08-12 05:16:23,724 - neutron_utils - INFO - Creating security group with name - CreateProjectUserTests-c29eb957-8b5f-466-name 2018-08-12 05:16:24,166 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b6d2e7fe-e51e-435a-9d1c-399ee75a127b 2018-08-12 05:16:24,370 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b6d2e7fe-e51e-435a-9d1c-399ee75a127b 2018-08-12 05:16:24,558 - neutron_utils - INFO - Retrieving security group with ID - b6d2e7fe-e51e-435a-9d1c-399ee75a127b 2018-08-12 05:16:24,896 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b6d2e7fe-e51e-435a-9d1c-399ee75a127b 2018-08-12 05:16:25,103 - neutron_utils - INFO - Retrieving security group with ID - b6d2e7fe-e51e-435a-9d1c-399ee75a127b 2018-08-12 05:16:25,471 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b6d2e7fe-e51e-435a-9d1c-399ee75a127b 2018-08-12 05:16:25,695 - neutron_utils - INFO - Retrieving security group with ID - b6d2e7fe-e51e-435a-9d1c-399ee75a127b 2018-08-12 05:16:25,904 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b6d2e7fe-e51e-435a-9d1c-399ee75a127b 2018-08-12 05:16:26,094 - neutron_utils - INFO - Deleting security group rule with ID - 6d9f0cba-65da-4ae7-88e6-e33ed129cbd2 2018-08-12 05:16:26,395 - neutron_utils - INFO - Deleting security group rule with ID - 1abc1651-ec3f-4aeb-929e-dc3d9126c019 2018-08-12 05:16:26,538 - neutron_utils - INFO - Deleting security group with name - CreateProjectUserTests-c29eb957-8b5f-466-name 2018-08-12 05:16:26,874 - keystone_utils - INFO - Deleting user with name - CreateProjectUserTests-c29eb957-8b5f-466-user 2018-08-12 05:16:27,508 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 33db9898-a8ea-4b92-9db6-0fb95be8c990 2018-08-12 05:16:27,752 - neutron_utils - INFO - Deleting security group with name - default 2018-08-12 05:16:28,120 - keystone_utils - INFO - Deleting project with name - CreateProjectUserTests-c29eb957-8b5f-466-name 2018-08-12 05:16:28,322 - keystone_utils - INFO - Deleting role with name - CreateProjectUserTests-c29eb957-8b5f-466-name-role 2018-08-12 05:16:29,909 - keystone_utils - INFO - Created project with name - CreateProjectUserTests-1b77e99c-2524-441-name 2018-08-12 05:16:31,348 - keystone_utils - INFO - Granting role admin to project CreateProjectUserTests-1b77e99c-2524-441-name 2018-08-12 05:16:31,524 - keystone_utils - INFO - Created user with name - CreateProjectUserTests-1b77e99c-2524-441-user1 2018-08-12 05:16:31,747 - keystone_utils - INFO - Created role with name - CreateProjectUserTests-1b77e99c-2524-441-name-role 2018-08-12 05:16:31,840 - keystone_utils - INFO - Granting role CreateProjectUserTests-1b77e99c-2524-441-name-role to project CreateProjectUserTests-1b77e99c-2524-441-name 2018-08-12 05:16:33,540 - keystone_utils - INFO - Granting role admin to project CreateProjectUserTests-1b77e99c-2524-441-name 2018-08-12 05:16:33,684 - keystone_utils - INFO - Created user with name - CreateProjectUserTests-1b77e99c-2524-441-user2 2018-08-12 05:16:33,786 - keystone_utils - INFO - Granting role CreateProjectUserTests-1b77e99c-2524-441-name-role to project CreateProjectUserTests-1b77e99c-2524-441-name 2018-08-12 05:16:34,776 - OpenStackSecurityGroup - INFO - Creating security group CreateProjectUserTests-1b77e99c-2524-441-name... 2018-08-12 05:16:34,776 - neutron_utils - INFO - Creating security group with name - CreateProjectUserTests-1b77e99c-2524-441-name 2018-08-12 05:16:35,190 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - bb015f52-c55e-4f7f-885c-511da32d5cd6 2018-08-12 05:16:35,403 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - bb015f52-c55e-4f7f-885c-511da32d5cd6 2018-08-12 05:16:35,595 - neutron_utils - INFO - Retrieving security group with ID - bb015f52-c55e-4f7f-885c-511da32d5cd6 2018-08-12 05:16:35,827 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - bb015f52-c55e-4f7f-885c-511da32d5cd6 2018-08-12 05:16:36,031 - neutron_utils - INFO - Retrieving security group with ID - bb015f52-c55e-4f7f-885c-511da32d5cd6 2018-08-12 05:16:36,243 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - bb015f52-c55e-4f7f-885c-511da32d5cd6 2018-08-12 05:16:36,442 - neutron_utils - INFO - Retrieving security group with ID - bb015f52-c55e-4f7f-885c-511da32d5cd6 2018-08-12 05:16:36,672 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - bb015f52-c55e-4f7f-885c-511da32d5cd6 2018-08-12 05:16:37,753 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - bb015f52-c55e-4f7f-885c-511da32d5cd6 2018-08-12 05:16:37,955 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - bb015f52-c55e-4f7f-885c-511da32d5cd6 2018-08-12 05:16:38,150 - neutron_utils - INFO - Retrieving security group with ID - bb015f52-c55e-4f7f-885c-511da32d5cd6 2018-08-12 05:16:38,428 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - bb015f52-c55e-4f7f-885c-511da32d5cd6 2018-08-12 05:16:38,456 - neutron_utils - INFO - Deleting security group rule with ID - 2c2e5193-3258-4e64-bfea-dc166f25322c 2018-08-12 05:16:38,604 - neutron_utils - INFO - Deleting security group rule with ID - f4a3b8eb-eca4-47b5-b3f9-8b417977fa0a 2018-08-12 05:16:38,882 - neutron_utils - INFO - Deleting security group with name - CreateProjectUserTests-1b77e99c-2524-441-name 2018-08-12 05:16:39,035 - neutron_utils - INFO - Deleting security group rule with ID - f4a3b8eb-eca4-47b5-b3f9-8b417977fa0a 2018-08-12 05:16:39,217 - OpenStackSecurityGroup - WARNING - Rule not found, cannot delete - Security group rule f4a3b8eb-eca4-47b5-b3f9-8b417977fa0a does not exist Neutron server returns request_ids: ['req-03661705-ada7-427c-9a45-7473ffd44ac1'] 2018-08-12 05:16:39,217 - neutron_utils - INFO - Deleting security group with name - CreateProjectUserTests-1b77e99c-2524-441-name 2018-08-12 05:16:39,420 - OpenStackSecurityGroup - WARNING - Security Group not found, cannot delete - Security group bb015f52-c55e-4f7f-885c-511da32d5cd6 does not exist Neutron server returns request_ids: ['req-d5edcc43-80a2-4523-8d88-3d221a6b9301'] 2018-08-12 05:16:39,420 - keystone_utils - INFO - Deleting user with name - CreateProjectUserTests-1b77e99c-2524-441-user1 2018-08-12 05:16:39,643 - keystone_utils - INFO - Deleting user with name - CreateProjectUserTests-1b77e99c-2524-441-user2 2018-08-12 05:16:40,394 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5de27805-1d86-4178-9d4b-af8b4dc37b03 2018-08-12 05:16:40,602 - neutron_utils - INFO - Deleting security group with name - default 2018-08-12 05:16:40,996 - keystone_utils - INFO - Deleting project with name - CreateProjectUserTests-1b77e99c-2524-441-name 2018-08-12 05:16:41,190 - keystone_utils - INFO - Deleting role with name - CreateProjectUserTests-1b77e99c-2524-441-name-role 2018-08-12 05:16:43,572 - glance_utils - INFO - Deleting image named - GlanceUtilsTests-640a86a8-6a15-40c4-850a-d6a8ae8c39d3 2018-08-12 05:16:44,121 - glance_utils_tests - WARNING - Test not executed as the image metadata requires image files 2018-08-12 05:16:44,652 - neutron_utils - INFO - Creating network with name NeutronUtilsNetworkTests-959620ef-46a0-47de-888b-cb3667e06b21-pub-net 2018-08-12 05:16:46,604 - neutron_utils - INFO - Deleting network with name NeutronUtilsNetworkTests-959620ef-46a0-47de-888b-cb3667e06b21-pub-net 2018-08-12 05:16:49,127 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-fc36c6fe-0fcd-4683-821f-0506d33154f2-pub-net 2018-08-12 05:16:50,267 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-fc36c6fe-0fcd-4683-821f-0506d33154f2-pub-subnet 2018-08-12 05:16:52,612 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-fc36c6fe-0fcd-4683-821f-0506d33154f2-pub-subnet 2018-08-12 05:16:52,612 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-fc36c6fe-0fcd-4683-821f-0506d33154f2-pub-subnet 2018-08-12 05:16:54,967 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-fc36c6fe-0fcd-4683-821f-0506d33154f2-pub-net 2018-08-12 05:16:56,847 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-6e4f0d43-504d-4f10-b493-c57bde1abd97-pub-net 2018-08-12 05:16:57,913 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-6e4f0d43-504d-4f10-b493-c57bde1abd97-pub-subnet 2018-08-12 05:16:58,103 - neutron_utils - ERROR - Unexpected error creating subnet [NeutronUtilsSubnetTests-6e4f0d43-504d-4f10-b493-c57bde1abd97-pub-subnet] for network [NeutronUtilsSubnetTests-6e4f0d43-504d-4f10-b493-c57bde1abd97-pub-net] 2018-08-12 05:16:58,103 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-6e4f0d43-504d-4f10-b493-c57bde1abd97-pub-net 2018-08-12 05:16:59,617 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-c20b883e-f02c-43fa-b334-7d58f15c42be-pub-net 2018-08-12 05:17:00,533 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-c20b883e-f02c-43fa-b334-7d58f15c42be-pub-subnet 2018-08-12 05:17:02,596 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-c20b883e-f02c-43fa-b334-7d58f15c42be-pub-subnet 2018-08-12 05:17:02,596 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-c20b883e-f02c-43fa-b334-7d58f15c42be-pub-subnet 2018-08-12 05:17:04,536 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-c20b883e-f02c-43fa-b334-7d58f15c42be-pub-net 2018-08-12 05:17:07,659 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-042ea434-0cf9-42af-9648-4946d54438ac-pub-net 2018-08-12 05:17:08,720 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-042ea434-0cf9-42af-9648-4946d54438ac-pub-subnet 2018-08-12 05:17:09,027 - neutron_utils - ERROR - Unexpected error creating subnet [NeutronUtilsSubnetTests-042ea434-0cf9-42af-9648-4946d54438ac-pub-subnet] for network [NeutronUtilsSubnetTests-042ea434-0cf9-42af-9648-4946d54438ac-pub-net] 2018-08-12 05:17:09,027 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-042ea434-0cf9-42af-9648-4946d54438ac-pub-net 2018-08-12 05:17:10,491 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-181ecbf7-df67-4dd2-b318-c4492130d7fc-pub-net 2018-08-12 05:17:11,458 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-181ecbf7-df67-4dd2-b318-c4492130d7fc-pub-subnet 2018-08-12 05:17:12,978 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-181ecbf7-df67-4dd2-b318-c4492130d7fc-pub-subnet 2018-08-12 05:17:12,978 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-181ecbf7-df67-4dd2-b318-c4492130d7fc-pub-subnet 2018-08-12 05:17:15,443 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-181ecbf7-df67-4dd2-b318-c4492130d7fc-pub-net 2018-08-12 05:17:18,036 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-4616d2a3-4f71-4470-a5e5-e07348aa6cf7-pub-net 2018-08-12 05:17:18,976 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-4616d2a3-4f71-4470-a5e5-e07348aa6cf7-pub-subnet 2018-08-12 05:17:21,224 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-4616d2a3-4f71-4470-a5e5-e07348aa6cf7-pub-router 2018-08-12 05:17:23,573 - neutron_utils - INFO - Adding interface to router with name NeutronUtilsRouterTests-4616d2a3-4f71-4470-a5e5-e07348aa6cf7-pub-router 2018-08-12 05:17:25,261 - neutron_utils - INFO - Removing router interface from router named NeutronUtilsRouterTests-4616d2a3-4f71-4470-a5e5-e07348aa6cf7-pub-router 2018-08-12 05:17:26,927 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-4616d2a3-4f71-4470-a5e5-e07348aa6cf7-pub-router 2018-08-12 05:17:28,543 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-4616d2a3-4f71-4470-a5e5-e07348aa6cf7-pub-subnet 2018-08-12 05:17:28,543 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-4616d2a3-4f71-4470-a5e5-e07348aa6cf7-pub-subnet 2018-08-12 05:17:30,985 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-4616d2a3-4f71-4470-a5e5-e07348aa6cf7-pub-net 2018-08-12 05:17:33,280 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-ba744d28-a7aa-4837-98c3-412ec5fbe5f3-pub-net 2018-08-12 05:17:34,151 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-ba744d28-a7aa-4837-98c3-412ec5fbe5f3-pub-subnet 2018-08-12 05:17:36,494 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-ba744d28-a7aa-4837-98c3-412ec5fbe5f3-pub-router 2018-08-12 05:17:38,376 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-ba744d28-a7aa-4837-98c3-412ec5fbe5f3-pub-subnet 2018-08-12 05:17:41,141 - neutron_utils - INFO - Adding interface to router with name NeutronUtilsRouterTests-ba744d28-a7aa-4837-98c3-412ec5fbe5f3-pub-router 2018-08-12 05:17:41,516 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-ba744d28-a7aa-4837-98c3-412ec5fbe5f3-pub-router 2018-08-12 05:17:43,106 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-ba744d28-a7aa-4837-98c3-412ec5fbe5f3-pub-subnet 2018-08-12 05:17:43,106 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-ba744d28-a7aa-4837-98c3-412ec5fbe5f3-pub-subnet 2018-08-12 05:17:43,140 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-ba744d28-a7aa-4837-98c3-412ec5fbe5f3-pub-net 2018-08-12 05:17:44,180 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-7fde9c2c-6e56-4c95-b416-0cc63f9008e5-pub-net 2018-08-12 05:17:45,091 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-7fde9c2c-6e56-4c95-b416-0cc63f9008e5-pub-subnet 2018-08-12 05:17:47,153 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-7fde9c2c-6e56-4c95-b416-0cc63f9008e5-pub-subnet 2018-08-12 05:17:47,153 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-7fde9c2c-6e56-4c95-b416-0cc63f9008e5-pub-subnet 2018-08-12 05:17:49,590 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-7fde9c2c-6e56-4c95-b416-0cc63f9008e5-pub-net 2018-08-12 05:17:52,113 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-e901c2a1-a1b7-469b-8a5b-ac97a27e3ea5-pub-net 2018-08-12 05:17:53,030 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-e901c2a1-a1b7-469b-8a5b-ac97a27e3ea5-pub-subnet 2018-08-12 05:17:55,530 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-e901c2a1-a1b7-469b-8a5b-ac97a27e3ea5-pub-router 2018-08-12 05:17:57,976 - neutron_utils - INFO - Adding interface to router with name NeutronUtilsRouterTests-e901c2a1-a1b7-469b-8a5b-ac97a27e3ea5-pub-router 2018-08-12 05:17:57,977 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-e901c2a1-a1b7-469b-8a5b-ac97a27e3ea5-pub-router 2018-08-12 05:17:59,490 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-e901c2a1-a1b7-469b-8a5b-ac97a27e3ea5-pub-subnet 2018-08-12 05:17:59,491 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-e901c2a1-a1b7-469b-8a5b-ac97a27e3ea5-pub-subnet 2018-08-12 05:18:01,646 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-e901c2a1-a1b7-469b-8a5b-ac97a27e3ea5-pub-net 2018-08-12 05:18:04,008 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-4170b3f0-965f-454d-81bc-491fad213df5-pub-net 2018-08-12 05:18:04,872 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-4170b3f0-965f-454d-81bc-491fad213df5-pub-subnet 2018-08-12 05:18:09,127 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-4170b3f0-965f-454d-81bc-491fad213df5-pub-net 2018-08-12 05:18:10,239 - neutron_utils - INFO - Deleting port with name NeutronUtilsRouterTests-4170b3f0-965f-454d-81bc-491fad213df5-port 2018-08-12 05:18:10,858 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-4170b3f0-965f-454d-81bc-491fad213df5-pub-subnet 2018-08-12 05:18:10,858 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-4170b3f0-965f-454d-81bc-491fad213df5-pub-subnet 2018-08-12 05:18:12,911 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-4170b3f0-965f-454d-81bc-491fad213df5-pub-net 2018-08-12 05:18:15,322 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-7c18bfc2-e0ad-4309-ab47-8f6af766197b-pub-net 2018-08-12 05:18:16,360 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-7c18bfc2-e0ad-4309-ab47-8f6af766197b-pub-subnet 2018-08-12 05:18:20,068 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-7c18bfc2-e0ad-4309-ab47-8f6af766197b-pub-net 2018-08-12 05:18:21,033 - neutron_utils - INFO - Deleting port with name NeutronUtilsRouterTests-7c18bfc2-e0ad-4309-ab47-8f6af766197b-port 2018-08-12 05:18:21,698 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-7c18bfc2-e0ad-4309-ab47-8f6af766197b-pub-subnet 2018-08-12 05:18:21,698 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-7c18bfc2-e0ad-4309-ab47-8f6af766197b-pub-subnet 2018-08-12 05:18:23,830 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-7c18bfc2-e0ad-4309-ab47-8f6af766197b-pub-net 2018-08-12 05:18:26,103 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-3edea2e3-bde4-41cd-be69-284d66d0ae01-pub-net 2018-08-12 05:18:27,045 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-3edea2e3-bde4-41cd-be69-284d66d0ae01-pub-subnet 2018-08-12 05:18:30,579 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-3edea2e3-bde4-41cd-be69-284d66d0ae01-pub-net 2018-08-12 05:18:30,754 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-3edea2e3-bde4-41cd-be69-284d66d0ae01-pub-subnet 2018-08-12 05:18:30,754 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-3edea2e3-bde4-41cd-be69-284d66d0ae01-pub-subnet 2018-08-12 05:18:33,500 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-3edea2e3-bde4-41cd-be69-284d66d0ae01-pub-net 2018-08-12 05:18:36,116 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-d107c248-1da4-4bd3-9342-01a241ee197a-pub-net 2018-08-12 05:18:37,063 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-d107c248-1da4-4bd3-9342-01a241ee197a-pub-subnet 2018-08-12 05:18:40,855 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-d107c248-1da4-4bd3-9342-01a241ee197a-pub-net 2018-08-12 05:18:41,195 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-d107c248-1da4-4bd3-9342-01a241ee197a-pub-subnet 2018-08-12 05:18:41,195 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-d107c248-1da4-4bd3-9342-01a241ee197a-pub-subnet 2018-08-12 05:18:43,488 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-d107c248-1da4-4bd3-9342-01a241ee197a-pub-net 2018-08-12 05:18:45,452 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-2bc3790c-a2fd-40fd-80fa-1c18a0266e1e-pub-net 2018-08-12 05:18:46,410 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-2bc3790c-a2fd-40fd-80fa-1c18a0266e1e-pub-subnet 2018-08-12 05:18:50,489 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-2bc3790c-a2fd-40fd-80fa-1c18a0266e1e-pub-net 2018-08-12 05:18:50,701 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-2bc3790c-a2fd-40fd-80fa-1c18a0266e1e-pub-subnet 2018-08-12 05:18:50,701 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-2bc3790c-a2fd-40fd-80fa-1c18a0266e1e-pub-subnet 2018-08-12 05:18:53,081 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-2bc3790c-a2fd-40fd-80fa-1c18a0266e1e-pub-net 2018-08-12 05:18:55,299 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-af29bee1-c3a7-46c0-8bdd-4a61b865c09c-pub-net 2018-08-12 05:18:56,236 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-af29bee1-c3a7-46c0-8bdd-4a61b865c09c-pub-subnet 2018-08-12 05:19:00,192 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-af29bee1-c3a7-46c0-8bdd-4a61b865c09c-pub-net 2018-08-12 05:19:01,602 - neutron_utils - INFO - Deleting port with name 2018-08-12 05:19:02,267 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-af29bee1-c3a7-46c0-8bdd-4a61b865c09c-pub-subnet 2018-08-12 05:19:02,267 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-af29bee1-c3a7-46c0-8bdd-4a61b865c09c-pub-subnet 2018-08-12 05:19:04,243 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-af29bee1-c3a7-46c0-8bdd-4a61b865c09c-pub-net 2018-08-12 05:19:09,051 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-6443655a-2700-4f1f-952b-966d6bd53a34-pub-router 2018-08-12 05:19:11,822 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-6443655a-2700-4f1f-952b-966d6bd53a34-pub-router 2018-08-12 05:19:15,057 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-23b1c433-99c1-4b2a-9928-e6fa602a69c0-pub-router 2018-08-12 05:19:17,761 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-23b1c433-99c1-4b2a-9928-e6fa602a69c0-pub-router 2018-08-12 05:19:19,934 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-d1d9ebeb-a426-4e73-b267-cbb4c393cf90name 2018-08-12 05:19:20,349 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 855da462-e5a5-4972-b5dc-954575791883 2018-08-12 05:19:20,771 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 855da462-e5a5-4972-b5dc-954575791883 2018-08-12 05:19:20,950 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-d1d9ebeb-a426-4e73-b267-cbb4c393cf90name 2018-08-12 05:19:21,968 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-cf4b6c70-f42e-44ef-9c00-55b18933b4d0name-1 2018-08-12 05:19:22,371 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7d3cf883-9572-4d0b-8456-689d367e336e 2018-08-12 05:19:22,574 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-cf4b6c70-f42e-44ef-9c00-55b18933b4d0name-2 2018-08-12 05:19:23,017 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - cf7c33e7-be0e-4cde-80c3-4b8266bc43bb 2018-08-12 05:19:23,206 - neutron_utils - INFO - Listing the available security groups 2018-08-12 05:19:23,280 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 16ae63c2-e3b6-4a20-872b-73765b23fe73 2018-08-12 05:19:23,475 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3573e3d1-8238-43dd-abdc-8458da2e2c34 2018-08-12 05:19:23,502 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5f66b959-9187-4391-aafa-4c9cd7dd156e 2018-08-12 05:19:23,526 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7ced26ed-092f-4589-b4f8-44c12d4d7f49 2018-08-12 05:19:23,552 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7d3cf883-9572-4d0b-8456-689d367e336e 2018-08-12 05:19:23,575 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7f3820d5-2e79-41ee-b2eb-de491e67635d 2018-08-12 05:19:23,777 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b30b8b8a-0ed0-4b07-838e-9235ff43b225 2018-08-12 05:19:23,998 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c9bdb470-c7df-4570-b0a9-d60bd186bb40 2018-08-12 05:19:24,187 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - cc2a4970-e1c3-4feb-8c93-b7e792eed996 2018-08-12 05:19:24,212 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - cf7c33e7-be0e-4cde-80c3-4b8266bc43bb 2018-08-12 05:19:24,494 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - edcd9b17-9416-4c25-823c-060c435e18d7 2018-08-12 05:19:24,693 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-cf4b6c70-f42e-44ef-9c00-55b18933b4d0name-1 2018-08-12 05:19:25,039 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-cf4b6c70-f42e-44ef-9c00-55b18933b4d0name-2 2018-08-12 05:19:26,362 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-9d957999-b9b3-4599-bd97-bcd0a47cc6cbname 2018-08-12 05:19:26,797 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f5d876cf-69c9-4838-a4ca-64a405382b95 2018-08-12 05:19:27,230 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f5d876cf-69c9-4838-a4ca-64a405382b95 2018-08-12 05:19:27,291 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-9d957999-b9b3-4599-bd97-bcd0a47cc6cbname 2018-08-12 05:19:27,938 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-890eb3a8-4c5c-405b-bc00-224d0f87447fname 2018-08-12 05:19:28,356 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - bdbb69ae-481f-430c-999d-59b64b859aeb 2018-08-12 05:19:28,674 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - bdbb69ae-481f-430c-999d-59b64b859aeb 2018-08-12 05:19:28,977 - neutron_utils - INFO - Creating security group to security group - NeutronUtilsSecurityGroupTests-890eb3a8-4c5c-405b-bc00-224d0f87447fname 2018-08-12 05:19:29,299 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - bdbb69ae-481f-430c-999d-59b64b859aeb 2018-08-12 05:19:29,900 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - bdbb69ae-481f-430c-999d-59b64b859aeb 2018-08-12 05:19:30,077 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - bdbb69ae-481f-430c-999d-59b64b859aeb 2018-08-12 05:19:30,470 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - bdbb69ae-481f-430c-999d-59b64b859aeb 2018-08-12 05:19:30,496 - neutron_utils - INFO - Deleting security group rule with ID - ac4be7db-5114-4be1-b01b-eea420d48454 2018-08-12 05:19:30,796 - neutron_utils - INFO - Deleting security group rule with ID - c3429b7d-2cbf-4182-b6e1-71b38d1c7c1c 2018-08-12 05:19:31,162 - neutron_utils - INFO - Deleting security group rule with ID - bf36029b-2a94-4498-b329-e12a6688cb3e 2018-08-12 05:19:31,451 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-890eb3a8-4c5c-405b-bc00-224d0f87447fname 2018-08-12 05:19:32,214 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-0074e0b4-9c29-4a9c-8b43-013dbcbe0110name-1 2018-08-12 05:19:32,640 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 97432b35-b63e-4763-812e-1f6fb0beca97 2018-08-12 05:19:32,824 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-0074e0b4-9c29-4a9c-8b43-013dbcbe0110name-2 2018-08-12 05:19:33,234 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - aadafc4a-c339-45d9-8c33-33e4fee33f3d 2018-08-12 05:19:33,285 - neutron_utils - INFO - Retrieving security group with ID - 97432b35-b63e-4763-812e-1f6fb0beca97 2018-08-12 05:19:33,539 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 97432b35-b63e-4763-812e-1f6fb0beca97 2018-08-12 05:19:33,578 - neutron_utils - INFO - Retrieving security group with ID - aadafc4a-c339-45d9-8c33-33e4fee33f3d 2018-08-12 05:19:33,793 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - aadafc4a-c339-45d9-8c33-33e4fee33f3d 2018-08-12 05:19:33,819 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-0074e0b4-9c29-4a9c-8b43-013dbcbe0110name-1 2018-08-12 05:19:33,993 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-0074e0b4-9c29-4a9c-8b43-013dbcbe0110name-2 2018-08-12 05:19:35,038 - neutron_utils - INFO - Creating floating ip to external network - external 2018-08-12 05:19:38,411 - nova_utils - INFO - Creating keypair with name - NovaUtilsKeypairTests-82b62473-6abf-4a82-8b1c-dd85e1ce2290 2018-08-12 05:19:39,586 - file_utils - INFO - Saved public key to - tmp/NovaUtilsKeypairTests-df968db7-3dba-48e9-9c7b-6a41854ffaa6.pub 2018-08-12 05:19:39,586 - file_utils - INFO - Saved private key to - tmp/NovaUtilsKeypairTests-df968db7-3dba-48e9-9c7b-6a41854ffaa6 2018-08-12 05:19:39,586 - nova_utils - INFO - Saving keypair to - tmp/NovaUtilsKeypairTests-df968db7-3dba-48e9-9c7b-6a41854ffaa6.pub 2018-08-12 05:19:39,587 - nova_utils - INFO - Creating keypair with name - NovaUtilsKeypairTests-df968db7-3dba-48e9-9c7b-6a41854ffaa6 2018-08-12 05:19:40,687 - nova_utils - INFO - Creating keypair with name - NovaUtilsKeypairTests-09e583a7-8150-405f-a9a0-b082da5667c1 2018-08-12 05:19:45,637 - create_image - INFO - Created image with name - NovaUtilsInstanceTests-ac4ca103-5455-4a34-968c-e8e673e56c65-image 2018-08-12 05:19:45,828 - create_image - INFO - Image is now active with name - NovaUtilsInstanceTests-ac4ca103-5455-4a34-968c-e8e673e56c65-image 2018-08-12 05:19:46,515 - neutron_utils - INFO - Creating network with name NovaUtilsInstanceTests-ac4ca103-5455-4a34-968c-e8e673e56c65-net 2018-08-12 05:19:47,414 - neutron_utils - INFO - Creating subnet with name NovaUtilsInstanceTests-ac4ca103-5455-4a34-968c-e8e673e56c65-subnet 2018-08-12 05:19:51,065 - neutron_utils - INFO - Creating port for network with name - NovaUtilsInstanceTests-ac4ca103-5455-4a34-968c-e8e673e56c65-net 2018-08-12 05:19:53,368 - nova_utils - INFO - Creating VM with name - NovaUtilsInstanceTests-ac4ca103-5455-4a34-968c-e8e673e56c65-vm_inst 2018-08-12 05:20:05,204 - neutron_utils - INFO - Deleting port with name NovaUtilsInstanceTests-ac4ca103-5455-4a34-968c-e8e673e56c65-port 2018-08-12 05:20:05,897 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceTests-ac4ca103-5455-4a34-968c-e8e673e56c65-subnet 2018-08-12 05:20:05,897 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceTests-ac4ca103-5455-4a34-968c-e8e673e56c65-subnet 2018-08-12 05:20:08,452 - neutron_utils - INFO - Deleting network with name NovaUtilsInstanceTests-ac4ca103-5455-4a34-968c-e8e673e56c65-net 2018-08-12 05:20:09,968 - glance_utils - INFO - Deleting image named - NovaUtilsInstanceTests-ac4ca103-5455-4a34-968c-e8e673e56c65-image 2018-08-12 05:20:13,341 - create_image - INFO - Created image with name - NovaUtilsInstanceVolumeTests-89ce3039-1459-422a-9f6d-bdfc266d06ee-image 2018-08-12 05:20:13,522 - create_image - INFO - Image is now active with name - NovaUtilsInstanceVolumeTests-89ce3039-1459-422a-9f6d-bdfc266d06ee-image 2018-08-12 05:20:14,223 - neutron_utils - INFO - Creating network with name NovaUtilsInstanceVolumeTests-89ce3039-1459-422a-9f6d-bdfc266d06ee-net 2018-08-12 05:20:15,281 - neutron_utils - INFO - Creating subnet with name NovaUtilsInstanceVolumeTests-89ce3039-1459-422a-9f6d-bdfc266d06ee-subnet 2018-08-12 05:20:18,889 - create_volume - INFO - Created volume with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-89ce3039-1459-422a-9f6d-bdfc266d06ee 2018-08-12 05:20:19,121 - create_volume - INFO - Volume is now active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-89ce3039-1459-422a-9f6d-bdfc266d06ee 2018-08-12 05:20:23,577 - neutron_utils - INFO - Creating port for network with name - NovaUtilsInstanceVolumeTests-89ce3039-1459-422a-9f6d-bdfc266d06ee-net 2018-08-12 05:20:25,913 - nova_utils - INFO - Creating VM with name - NovaUtilsInstanceVolumeTests-89ce3039-1459-422a-9f6d-bdfc266d06ee-vm_inst 2018-08-12 05:20:28,445 - create_instance - INFO - Created instance with name - NovaUtilsInstanceVolumeTests-89ce3039-1459-422a-9f6d-bdfc266d06ee-vm_inst 2018-08-12 05:20:36,464 - create_instance - INFO - VM is - ACTIVE 2018-08-12 05:20:59,315 - create_instance - INFO - Deleting Port with ID - 79df090b-c586-4a96-baa4-eb3ec326c219 2018-08-12 05:20:59,315 - neutron_utils - INFO - Deleting port with name NovaUtilsInstanceVolumeTests-89ce3039-1459-422a-9f6d-bdfc266d06ee-port 2018-08-12 05:21:00,012 - create_instance - INFO - Deleting VM instance - NovaUtilsInstanceVolumeTests-89ce3039-1459-422a-9f6d-bdfc266d06ee-vm_inst 2018-08-12 05:21:00,220 - create_instance - INFO - Checking deletion status 2018-08-12 05:21:03,738 - create_instance - INFO - VM has been properly deleted VM with name - NovaUtilsInstanceVolumeTests-89ce3039-1459-422a-9f6d-bdfc266d06ee-vm_inst 2018-08-12 05:21:04,007 - cinder_utils - INFO - Deleting volume named - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-89ce3039-1459-422a-9f6d-bdfc266d06ee 2018-08-12 05:21:07,559 - create_volume - INFO - Volume has been properly deleted with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-89ce3039-1459-422a-9f6d-bdfc266d06ee 2018-08-12 05:21:07,604 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-89ce3039-1459-422a-9f6d-bdfc266d06ee-subnet 2018-08-12 05:21:07,604 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-89ce3039-1459-422a-9f6d-bdfc266d06ee-subnet 2018-08-12 05:21:09,968 - neutron_utils - INFO - Deleting network with name NovaUtilsInstanceVolumeTests-89ce3039-1459-422a-9f6d-bdfc266d06ee-net 2018-08-12 05:21:11,567 - glance_utils - INFO - Deleting image named - NovaUtilsInstanceVolumeTests-89ce3039-1459-422a-9f6d-bdfc266d06ee-image 2018-08-12 05:21:14,614 - create_image - INFO - Created image with name - NovaUtilsInstanceVolumeTests-d9e77a85-94e5-4bc7-b525-7fc425bc51d0-image 2018-08-12 05:21:14,797 - create_image - INFO - Image is now active with name - NovaUtilsInstanceVolumeTests-d9e77a85-94e5-4bc7-b525-7fc425bc51d0-image 2018-08-12 05:21:15,477 - neutron_utils - INFO - Creating network with name NovaUtilsInstanceVolumeTests-d9e77a85-94e5-4bc7-b525-7fc425bc51d0-net 2018-08-12 05:21:16,260 - neutron_utils - INFO - Creating subnet with name NovaUtilsInstanceVolumeTests-d9e77a85-94e5-4bc7-b525-7fc425bc51d0-subnet 2018-08-12 05:21:19,940 - create_volume - INFO - Created volume with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-d9e77a85-94e5-4bc7-b525-7fc425bc51d0 2018-08-12 05:21:20,171 - create_volume - INFO - Volume is now active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-d9e77a85-94e5-4bc7-b525-7fc425bc51d0 2018-08-12 05:21:25,076 - neutron_utils - INFO - Creating port for network with name - NovaUtilsInstanceVolumeTests-d9e77a85-94e5-4bc7-b525-7fc425bc51d0-net 2018-08-12 05:21:27,111 - nova_utils - INFO - Creating VM with name - NovaUtilsInstanceVolumeTests-d9e77a85-94e5-4bc7-b525-7fc425bc51d0-vm_inst 2018-08-12 05:21:30,077 - create_instance - INFO - Created instance with name - NovaUtilsInstanceVolumeTests-d9e77a85-94e5-4bc7-b525-7fc425bc51d0-vm_inst 2018-08-12 05:21:37,782 - create_instance - INFO - VM is - ACTIVE 2018-08-12 05:21:41,827 - create_instance - INFO - Deleting Port with ID - 4f9264a6-d01e-422d-bda1-8f2db6d79ba8 2018-08-12 05:21:41,827 - neutron_utils - INFO - Deleting port with name NovaUtilsInstanceVolumeTests-d9e77a85-94e5-4bc7-b525-7fc425bc51d0-port 2018-08-12 05:21:42,501 - create_instance - INFO - Deleting VM instance - NovaUtilsInstanceVolumeTests-d9e77a85-94e5-4bc7-b525-7fc425bc51d0-vm_inst 2018-08-12 05:21:42,685 - create_instance - INFO - Checking deletion status 2018-08-12 05:21:49,673 - create_instance - INFO - VM has been properly deleted VM with name - NovaUtilsInstanceVolumeTests-d9e77a85-94e5-4bc7-b525-7fc425bc51d0-vm_inst 2018-08-12 05:21:49,903 - cinder_utils - INFO - Deleting volume named - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-d9e77a85-94e5-4bc7-b525-7fc425bc51d0 2018-08-12 05:21:53,601 - create_volume - INFO - Volume has been properly deleted with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-d9e77a85-94e5-4bc7-b525-7fc425bc51d0 2018-08-12 05:21:53,783 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-d9e77a85-94e5-4bc7-b525-7fc425bc51d0-subnet 2018-08-12 05:21:53,783 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-d9e77a85-94e5-4bc7-b525-7fc425bc51d0-subnet 2018-08-12 05:21:56,464 - neutron_utils - INFO - Deleting network with name NovaUtilsInstanceVolumeTests-d9e77a85-94e5-4bc7-b525-7fc425bc51d0-net 2018-08-12 05:21:57,998 - glance_utils - INFO - Deleting image named - NovaUtilsInstanceVolumeTests-d9e77a85-94e5-4bc7-b525-7fc425bc51d0-image 2018-08-12 05:22:00,860 - create_image - INFO - Created image with name - NovaUtilsInstanceVolumeTests-d2c10af8-a22b-48a5-bffe-d0fde8b3128a-image 2018-08-12 05:22:01,066 - create_image - INFO - Image is now active with name - NovaUtilsInstanceVolumeTests-d2c10af8-a22b-48a5-bffe-d0fde8b3128a-image 2018-08-12 05:22:01,750 - neutron_utils - INFO - Creating network with name NovaUtilsInstanceVolumeTests-d2c10af8-a22b-48a5-bffe-d0fde8b3128a-net 2018-08-12 05:22:03,084 - neutron_utils - INFO - Creating subnet with name NovaUtilsInstanceVolumeTests-d2c10af8-a22b-48a5-bffe-d0fde8b3128a-subnet 2018-08-12 05:22:07,405 - create_volume - INFO - Created volume with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-d2c10af8-a22b-48a5-bffe-d0fde8b3128a 2018-08-12 05:22:07,636 - create_volume - INFO - Volume is now active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-d2c10af8-a22b-48a5-bffe-d0fde8b3128a 2018-08-12 05:22:12,082 - neutron_utils - INFO - Creating port for network with name - NovaUtilsInstanceVolumeTests-d2c10af8-a22b-48a5-bffe-d0fde8b3128a-net 2018-08-12 05:22:14,207 - nova_utils - INFO - Creating VM with name - NovaUtilsInstanceVolumeTests-d2c10af8-a22b-48a5-bffe-d0fde8b3128a-vm_inst 2018-08-12 05:22:16,520 - create_instance - INFO - Created instance with name - NovaUtilsInstanceVolumeTests-d2c10af8-a22b-48a5-bffe-d0fde8b3128a-vm_inst 2018-08-12 05:22:24,130 - create_instance - INFO - VM is - ACTIVE 2018-08-12 05:22:34,755 - create_instance - INFO - Deleting Port with ID - 4b63b550-9b03-449d-90e4-483139fdb4e0 2018-08-12 05:22:34,755 - neutron_utils - INFO - Deleting port with name NovaUtilsInstanceVolumeTests-d2c10af8-a22b-48a5-bffe-d0fde8b3128a-port 2018-08-12 05:22:35,249 - create_instance - INFO - Deleting VM instance - NovaUtilsInstanceVolumeTests-d2c10af8-a22b-48a5-bffe-d0fde8b3128a-vm_inst 2018-08-12 05:22:35,462 - create_instance - INFO - Checking deletion status 2018-08-12 05:22:39,074 - create_instance - INFO - VM has been properly deleted VM with name - NovaUtilsInstanceVolumeTests-d2c10af8-a22b-48a5-bffe-d0fde8b3128a-vm_inst 2018-08-12 05:22:39,137 - cinder_utils - INFO - Deleting volume named - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-d2c10af8-a22b-48a5-bffe-d0fde8b3128a 2018-08-12 05:22:39,438 - create_volume - INFO - Volume has been properly deleted with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-d2c10af8-a22b-48a5-bffe-d0fde8b3128a 2018-08-12 05:22:39,502 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-d2c10af8-a22b-48a5-bffe-d0fde8b3128a-subnet 2018-08-12 05:22:39,502 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-d2c10af8-a22b-48a5-bffe-d0fde8b3128a-subnet 2018-08-12 05:22:42,076 - neutron_utils - INFO - Deleting network with name NovaUtilsInstanceVolumeTests-d2c10af8-a22b-48a5-bffe-d0fde8b3128a-net 2018-08-12 05:22:43,789 - glance_utils - INFO - Deleting image named - NovaUtilsInstanceVolumeTests-d2c10af8-a22b-48a5-bffe-d0fde8b3128a-image 2018-08-12 05:22:52,344 - create_flavor - INFO - Found flavor with name - CreateFlavorTests-1ea65d79-f003-47bd-8997-e13fbfb63044name 2018-08-12 05:22:54,460 - create_image - INFO - Created image with name - HeatUtilsCreateSimpleStackTests-1e966fa1-46f2-46bf-8f14-60adfae1acd0-image 2018-08-12 05:22:54,642 - create_image - INFO - Image is now active with name - HeatUtilsCreateSimpleStackTests-1e966fa1-46f2-46bf-8f14-60adfae1acd0-image 2018-08-12 05:23:18,581 - glance_utils - INFO - Deleting image named - HeatUtilsCreateSimpleStackTests-1e966fa1-46f2-46bf-8f14-60adfae1acd0-image 2018-08-12 05:23:23,107 - create_image - INFO - Created image with name - HeatUtilsCreateSimpleStackTests-512ab1fd-b1dd-45fe-9dc4-3674564708fc-image 2018-08-12 05:23:23,287 - create_image - INFO - Image is now active with name - HeatUtilsCreateSimpleStackTests-512ab1fd-b1dd-45fe-9dc4-3674564708fc-image 2018-08-12 05:24:06,601 - glance_utils - INFO - Deleting image named - HeatUtilsCreateSimpleStackTests-512ab1fd-b1dd-45fe-9dc4-3674564708fc-image 2018-08-12 05:24:11,149 - create_image - INFO - Created image with name - HeatUtilsCreateComplexStackTests-dd102c7e-f474-4563-859e-d32f03976399-image1 2018-08-12 05:24:11,328 - create_image - INFO - Image is now active with name - HeatUtilsCreateComplexStackTests-dd102c7e-f474-4563-859e-d32f03976399-image1 2018-08-12 05:24:14,536 - create_image - INFO - Created image with name - HeatUtilsCreateComplexStackTests-dd102c7e-f474-4563-859e-d32f03976399-image2 2018-08-12 05:24:14,733 - create_image - INFO - Image is now active with name - HeatUtilsCreateComplexStackTests-dd102c7e-f474-4563-859e-d32f03976399-image2 2018-08-12 05:24:53,891 - glance_utils - INFO - Deleting image named - HeatUtilsCreateComplexStackTests-dd102c7e-f474-4563-859e-d32f03976399-image1 2018-08-12 05:24:54,361 - glance_utils - INFO - Deleting image named - HeatUtilsCreateComplexStackTests-dd102c7e-f474-4563-859e-d32f03976399-image2 2018-08-12 05:25:09,898 - neutron_utils - INFO - Retrieving security group with ID - 99b18576-2db2-47e3-81ca-70e84fc8d8c4 2018-08-12 05:25:10,142 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 99b18576-2db2-47e3-81ca-70e84fc8d8c4 2018-08-12 05:25:12,172 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-d241bfaa-acb6-425c-94d5-24dc3e17d6ea 2018-08-12 05:25:12,605 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-d241bfaa-acb6-425c-94d5-24dc3e17d6ea 2018-08-12 05:25:13,857 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-2e52dc7d-9e11-47c3-8027-7c3f2d86b799 2018-08-12 05:25:15,870 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-f286bb91-3a0b-484c-805c-be11c0ebc8b9 2018-08-12 05:25:17,248 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-f7161ce6-54c0-40c1-b619-d335e44a0c1a 2018-08-12 05:25:20,690 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTests-63c41761-e95a-4afe-89cf-b86caf789445 2018-08-12 05:25:24,588 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTests-63c41761-e95a-4afe-89cf-b86caf789445 2018-08-12 05:25:26,728 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTests-1f0171f8-5d23-431b-a956-ffc4b2b3ae5e 2018-08-12 05:25:31,605 - cinder_utils - INFO - Deleting volume named - CinderUtilsSimpleVolumeTypeTests-73265de1-fecb-4e93-9d91-4a1875a9f31d 2018-08-12 05:25:32,024 - cinder_utils - INFO - Volume with ID [55776577-b560-4c6f-8fd5-e553c55fdfe5] does not exist 2018-08-12 05:25:32,024 - cinder_utils - INFO - Deleting volume named - CinderUtilsSimpleVolumeTypeTests-73265de1-fecb-4e93-9d91-4a1875a9f31d 2018-08-12 05:25:34,040 - cinder_utils - INFO - Deleting volume named - CinderUtilsSimpleVolumeTypeTests-23ca1fc9-5eb7-44db-b9e1-ce16268a02f4 2018-08-12 05:25:34,963 - cinder_utils - INFO - Deleting volume named - CinderUtilsAddEncryptionTests-97bf0b75-ac72-4e9b-98f8-1261ce30cb1e-type 2018-08-12 05:25:36,596 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsAddEncryptionTests-fb20b985-d038-435d-a341-dcc872207658-type 2018-08-12 05:25:37,372 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsAddEncryptionTests-fb20b985-d038-435d-a341-dcc872207658-type 2018-08-12 05:25:37,765 - cinder_utils - INFO - Deleting volume named - CinderUtilsAddEncryptionTests-fb20b985-d038-435d-a341-dcc872207658-type 2018-08-12 05:25:39,481 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsAddEncryptionTests-48220bf7-65f1-4977-b688-4bac2a24dcc9-type 2018-08-12 05:25:39,890 - cinder_utils - INFO - Deleting volume named - CinderUtilsAddEncryptionTests-48220bf7-65f1-4977-b688-4bac2a24dcc9-type 2018-08-12 05:25:41,390 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsAddEncryptionTests-d1dc0244-9472-4ca8-8a30-ee4d3949caf6-type 2018-08-12 05:25:41,801 - cinder_utils - INFO - Deleting volume named - CinderUtilsAddEncryptionTests-d1dc0244-9472-4ca8-8a30-ee4d3949caf6-type 2018-08-12 05:25:43,312 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsVolumeTypeCompleteTests-9f90e26f-bfb3-41ad-984e-a1602ca2053e 2018-08-12 05:25:43,723 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTypeCompleteTests-9f90e26f-bfb3-41ad-984e-a1602ca2053e 2018-08-12 05:25:43,952 - cinder_utils - INFO - Deleting QoS named - CinderUtilsVolumeTypeCompleteTests-9f90e26f-bfb3-41ad-984e-a1602ca2053e-qos 2018-08-12 05:25:45,418 - cinder_utils - WARNING - Unable to locate qos_spec named foo - No such QoS spec None. (HTTP 404) (Request-ID: req-d162fa7d-9e92-49a5-86a0-fe853b55c6d1) 2018-08-12 05:25:45,418 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTypeCompleteTests-df5015e1-4044-4269-9afb-6666c2480d40 2018-08-12 05:25:45,674 - cinder_utils - INFO - Deleting QoS named - CinderUtilsVolumeTypeCompleteTests-df5015e1-4044-4269-9afb-6666c2480d40-qos 2018-08-12 05:25:47,354 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTypeCompleteTests-323f5c00-1284-4238-a0dc-6bfcc96bcf0d 2018-08-12 05:25:47,596 - cinder_utils - INFO - Deleting QoS named - CinderUtilsVolumeTypeCompleteTests-323f5c00-1284-4238-a0dc-6bfcc96bcf0d-qos 2018-08-12 05:25:49,648 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsVolumeTypeCompleteTests-712a5494-41cb-4055-90d0-c171b430d7ca 2018-08-12 05:25:50,058 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTypeCompleteTests-712a5494-41cb-4055-90d0-c171b430d7ca 2018-08-12 05:25:50,282 - cinder_utils - INFO - Deleting QoS named - CinderUtilsVolumeTypeCompleteTests-712a5494-41cb-4055-90d0-c171b430d7ca-qos 2018-08-12 05:25:50,640 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-12 05:25:50,641 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 10:18 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-12 05:25:50,701 - xtesting.ci.run_tests - INFO - Loading test case 'snaps_health_check'... 2018-08-12 05:25:50,743 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2018-08-12 05:25:50,743 - openstack_tests - INFO - OS Credentials = > 2018-08-12 05:25:51,609 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-08-12 05:25:52,200 - xtesting.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2018-08-12 05:25:53,522 - keystone_utils - INFO - Created project with name - SimpleHealthCheck-329d1196-eb5d-465-proj 2018-08-12 05:25:54,646 - keystone_utils - INFO - Created user with name - SimpleHealthCheck-329d1196-eb5d-465-user 2018-08-12 05:25:54,844 - keystone_utils - INFO - Created role with name - SimpleHealthCheck-329d1196-eb5d-465-proj-role 2018-08-12 05:25:54,938 - keystone_utils - INFO - Granting role SimpleHealthCheck-329d1196-eb5d-465-proj-role to project SimpleHealthCheck-329d1196-eb5d-465-proj 2018-08-12 05:25:57,122 - create_image - INFO - Created image with name - SimpleHealthCheck-4b875e16-8db3-48e0-b3c7-6cdf1e2726cb-image 2018-08-12 05:25:57,311 - create_image - INFO - Image is now active with name - SimpleHealthCheck-4b875e16-8db3-48e0-b3c7-6cdf1e2726cb-image 2018-08-12 05:25:58,028 - neutron_utils - INFO - Creating network with name SimpleHealthCheck-4b875e16-8db3-48e0-b3c7-6cdf1e2726cb-priv-net 2018-08-12 05:25:59,395 - neutron_utils - INFO - Creating subnet with name SimpleHealthCheck-4b875e16-8db3-48e0-b3c7-6cdf1e2726cb-priv-subnet 2018-08-12 05:26:06,819 - neutron_utils - INFO - Creating port for network with name - SimpleHealthCheck-4b875e16-8db3-48e0-b3c7-6cdf1e2726cb-priv-net 2018-08-12 05:26:08,902 - nova_utils - INFO - Creating VM with name - SimpleHealthCheck-4b875e16-8db3-48e0-b3c7-6cdf1e2726cb-inst 2018-08-12 05:26:11,168 - create_instance - INFO - Created instance with name - SimpleHealthCheck-4b875e16-8db3-48e0-b3c7-6cdf1e2726cb-inst 2018-08-12 05:26:18,716 - create_instance - INFO - VM is - ACTIVE 2018-08-12 05:26:19,607 - create_instance_tests - INFO - Looking for IP 10.55.0.12 in the console log 2018-08-12 05:26:20,217 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-08-12 05:26:20,218 - create_instance - INFO - Deleting Port with ID - 7e4b3fda-dd5e-4811-8c2a-f3fa0808f001 2018-08-12 05:26:20,218 - neutron_utils - INFO - Deleting port with name SimpleHealthCheck-4b875e16-8db3-48e0-b3c7-6cdf1e2726cbport-1 2018-08-12 05:26:21,030 - create_instance - INFO - Deleting VM instance - SimpleHealthCheck-4b875e16-8db3-48e0-b3c7-6cdf1e2726cb-inst 2018-08-12 05:26:21,176 - create_instance - INFO - Checking deletion status 2018-08-12 05:26:24,684 - create_instance - INFO - VM has been properly deleted VM with name - SimpleHealthCheck-4b875e16-8db3-48e0-b3c7-6cdf1e2726cb-inst 2018-08-12 05:26:24,686 - neutron_utils - INFO - Deleting subnet with name SimpleHealthCheck-4b875e16-8db3-48e0-b3c7-6cdf1e2726cb-priv-subnet 2018-08-12 05:26:24,686 - neutron_utils - INFO - Deleting subnet with name SimpleHealthCheck-4b875e16-8db3-48e0-b3c7-6cdf1e2726cb-priv-subnet 2018-08-12 05:26:27,132 - neutron_utils - INFO - Deleting network with name SimpleHealthCheck-4b875e16-8db3-48e0-b3c7-6cdf1e2726cb-priv-net 2018-08-12 05:26:28,545 - glance_utils - INFO - Deleting image named - SimpleHealthCheck-4b875e16-8db3-48e0-b3c7-6cdf1e2726cb-image 2018-08-12 05:26:29,790 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b9bb5b81-f8db-4713-bf50-9e807851195c 2018-08-12 05:26:29,998 - neutron_utils - INFO - Deleting security group with name - default 2018-08-12 05:26:30,349 - keystone_utils - INFO - Deleting project with name - SimpleHealthCheck-329d1196-eb5d-465-proj 2018-08-12 05:26:30,642 - keystone_utils - INFO - Deleting role with name - SimpleHealthCheck-329d1196-eb5d-465-proj-role 2018-08-12 05:26:30,871 - keystone_utils - INFO - Deleting user with name - SimpleHealthCheck-329d1196-eb5d-465-user 2018-08-12 05:26:31,227 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-12 05:26:31,228 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 00:39 | PASS | +----------------------------+------------------+------------------+----------------+ 2018-08-12 05:26:31,235 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:07 | PASS | | tenantnetwork1 | functest | healthcheck | 00:08 | PASS | | tenantnetwork2 | functest | healthcheck | 00:08 | PASS | | vmready1 | functest | healthcheck | 00:13 | PASS | | vmready2 | functest | healthcheck | 00:10 | PASS | | singlevm1 | functest | healthcheck | 00:46 | PASS | | singlevm2 | functest | healthcheck | 00:39 | PASS | | vping_ssh | functest | healthcheck | 00:43 | PASS | | vping_userdata | functest | healthcheck | 00:35 | PASS | | cinder_test | functest | healthcheck | 01:20 | PASS | | odl | functest | healthcheck | 00:20 | PASS | | api_check | functest | healthcheck | 10:18 | PASS | | snaps_health_check | functest | healthcheck | 00:39 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-08-12 05:26:31,250 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-08-12 05:26:34,394 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-212 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-odl-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-08-12 05:26:34,397 - 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.21,192.30.9.4 export OS_USER_DOMAIN_NAME=Default export OS_VOLUME_API_VERSION=3.50 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.21:5000//v3 export NOVA_VERSION=1.1 export OS_IMAGE_API_VERSION=2 export OS_PASSWORD=6mk3VM4emyArWYUDBeCAFUnEP 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=a267b9a156244bb192691cff6e5f74fe export OS_TENANT_NAME=admin export SDN_CONTROLLER_IP=192.30.9.4 export SDN_CONTROLLER_PASSWORD=cpmVHhQecqUaz4fh8rsrddwU6 export OS_REGION_NAME=regionOne 2018-08-12 05:26:34,397 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-08-12 05:26:34,397 - 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 05:26:34,424 - xtesting.ci.run_tests - INFO - Loading test case 'tempest_smoke'... 2018-08-12 05:26:35,350 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-12 05:26:35,350 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-12 05:26:35,350 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-12 05:26:35,350 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-12 05:26:35,350 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-12 05:26:35,350 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-12 05:26:35,350 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-12 05:26:35,350 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-12 05:26:35,350 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-12 05:26:35,350 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-12 05:26:35,351 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-12 05:26:35,351 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-12 05:26:35,351 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-12 05:26:35,351 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-12 05:26:35,351 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-12 05:26:35,351 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-12 05:26:35,351 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-12 05:26:35,351 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-12 05:26:35,351 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-12 05:26:35,351 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-12 05:26:35,351 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-12 05:26:35,351 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-12 05:26:35,357 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-12 05:26:35,357 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-12 05:26:35,357 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-12 05:26:35,358 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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 05:26:35,366 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:26:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4ba7ccb8-7faa-46aa-8218-74cae1f9e102 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 05:26:35,366 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-4ba7ccb8-7faa-46aa-8218-74cae1f9e102 2018-08-12 05:26:35,366 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-08-12 05:26:35,754 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T06:26:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["le4379jpTfOtZ-Z6mql0BQ"], "issued_at": "2018-08-12T05:26:35.000000Z"}} 2018-08-12 05:26:35,757 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 05:26:35,758 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}b4d41bc4a0f6a1a83615c48a67e54a175295ac0d" 2018-08-12 05:26:36,058 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-1f53f2a9-1abb-4ace-952c-5306d8927dfc Date: Sun, 12 Aug 2018 05:26:36 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"310f5853751a4c968f3eeb0a3d99a0a8","status":"ACTIVE","subnets":["ec788992-fa73-45cc-a7d9-6d44542124c2"],"description":"","tags":[],"updated_at":"2018-08-12T05:04:31Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"310f5853751a4c968f3eeb0a3d99a0a8","created_at":"2018-08-12T05:04:23Z","provider:network_type":"flat"}]} 2018-08-12 05:26:36,058 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-1f53f2a9-1abb-4ace-952c-5306d8927dfc 2018-08-12 05:26:36,058 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.300553798676s 2018-08-12 05:26:36,058 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-1f53f2a9-1abb-4ace-952c-5306d8927dfc 2018-08-12 05:26:36,059 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-12 05:26:41,290 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | 2322b0e3-427a-4dcc-a2c9-3ee995cfee09 | 2018-08-12T05:26:40.898633 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: 2322b0e3-427a-4dcc-a2c9-3ee995cfee09 ~/.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 05:26:45,053 - 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 05:26:45,054 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-08-12 05:26:51,232 - 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=3b0d615e-4359-4e36-bd4e-249727f936cc) as the default verifier for the future CLI operations. 2018-08-12 05:26:54,274 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.extensions 2018-08-12 05:26:54,275 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}b4d41bc4a0f6a1a83615c48a67e54a175295ac0d" 2018-08-12 05:26:54,458 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 8053 X-Openstack-Request-Id: req-4e2addde-de03-4433-96e3-a26df2442aa3 Date: Sun, 12 Aug 2018 05:26:54 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": "trunk-details", "updated": "2016-01-01T10:00:00-00:00", "name": "Trunk port details", "links": [], "description": "Expose trunk port details"}, {"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": "tag", "updated": "2016-01-01T00:00:00-00:00", "name": "Tag support", "links": [], "description": "Enables to set tag on resources."}, {"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: trunk, policy, security_group, floatingip", "links": [], "description": "Enables to set tag on resources with standard attribute."}, {"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": "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": "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": "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": "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": "tag-ext", "updated": "2017-01-01T00:00:00-00:00", "name": "Tag support for resources: subnet, subnetpool, port, router", "links": [], "description": "Extends tag support to more L2 and L3 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": "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 05:26:54,458 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/extensions.json used request id req-4e2addde-de03-4433-96e3-a26df2442aa3 2018-08-12 05:26:54,459 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.extensions in 0.183918952942s 2018-08-12 05:26:54,459 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/extensions.json used request id req-4e2addde-de03-4433-96e3-a26df2442aa3 2018-08-12 05:26:54,466 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke'... 2018-08-12 05:26:54,467 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-12 05:26:54,468 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b4d41bc4a0f6a1a83615c48a67e54a175295ac0d" -d '{"network": {"name": "tempest_smoke-net_6ea88fb6-bfb5-47ba-8775-242aadbbc430", "admin_state_up": true}}' 2018-08-12 05:26:54,920 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 686 X-Openstack-Request-Id: req-eb65bba7-ce42-447c-91c9-0f6f98fb934c Date: Sun, 12 Aug 2018 05:26:54 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"9844a94b-f81b-4997-a373-b13aecd58859","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"a267b9a156244bb192691cff6e5f74fe","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T05:26:54Z","is_default":false,"provider:segmentation_id":35,"name":"tempest_smoke-net_6ea88fb6-bfb5-47ba-8775-242aadbbc430","admin_state_up":true,"tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T05:26:54Z","mtu":1450}} 2018-08-12 05:26:54,920 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-eb65bba7-ce42-447c-91c9-0f6f98fb934c 2018-08-12 05:26:54,921 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.453382968903s 2018-08-12 05:26:54,921 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-eb65bba7-ce42-447c-91c9-0f6f98fb934c 2018-08-12 05:26:54,921 - 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-12T05:26:54Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'9844a94b-f81b-4997-a373-b13aecd58859', u'provider:segmentation_id': 35, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tempest_smoke-net_6ea88fb6-bfb5-47ba-8775-242aadbbc430', u'admin_state_up': True, u'tenant_id': u'a267b9a156244bb192691cff6e5f74fe', u'created_at': u'2018-08-12T05:26:54Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'a267b9a156244bb192691cff6e5f74fe'}) 2018-08-12 05:26:54,922 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 05:26:54,923 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b4d41bc4a0f6a1a83615c48a67e54a175295ac0d" 2018-08-12 05:26:55,183 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1351 X-Openstack-Request-Id: req-af067c49-073e-4d6e-819f-213a165e8204 Date: Sun, 12 Aug 2018 05:26:55 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"310f5853751a4c968f3eeb0a3d99a0a8","status":"ACTIVE","subnets":["ec788992-fa73-45cc-a7d9-6d44542124c2"],"description":"","tags":[],"updated_at":"2018-08-12T05:04:31Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"310f5853751a4c968f3eeb0a3d99a0a8","created_at":"2018-08-12T05:04:23Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"9844a94b-f81b-4997-a373-b13aecd58859","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"a267b9a156244bb192691cff6e5f74fe","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T05:26:54Z","provider:segmentation_id":35,"name":"tempest_smoke-net_6ea88fb6-bfb5-47ba-8775-242aadbbc430","admin_state_up":true,"tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T05:26:54Z","provider:network_type":"vxlan"}]} 2018-08-12 05:26:55,184 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-af067c49-073e-4d6e-819f-213a165e8204 2018-08-12 05:26:55,184 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.261654853821s 2018-08-12 05:26:55,184 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-af067c49-073e-4d6e-819f-213a165e8204 2018-08-12 05:26:55,186 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-12 05:26:55,187 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}b4d41bc4a0f6a1a83615c48a67e54a175295ac0d" -d '{"subnet": {"name": "tempest_smoke-subnet_6ea88fb6-bfb5-47ba-8775-242aadbbc430", "enable_dhcp": true, "network_id": "9844a94b-f81b-4997-a373-b13aecd58859", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-12 05:26:55,867 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 681 X-Openstack-Request-Id: req-f283cd08-0710-437c-a2c6-fbc93510adc3 Date: Sun, 12 Aug 2018 05:26:55 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9844a94b-f81b-4997-a373-b13aecd58859","tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T05:26:55Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-12T05:26:55Z","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":"a267b9a156244bb192691cff6e5f74fe","id":"73233817-7a67-49de-8e11-e60f1f548d2e","subnetpool_id":null,"name":"tempest_smoke-subnet_6ea88fb6-bfb5-47ba-8775-242aadbbc430"}} 2018-08-12 05:26:55,867 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-f283cd08-0710-437c-a2c6-fbc93510adc3 2018-08-12 05:26:55,868 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.681330919266s 2018-08-12 05:26:55,868 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-f283cd08-0710-437c-a2c6-fbc93510adc3 2018-08-12 05:26:55,868 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-12T05:26:55Z', 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'73233817-7a67-49de-8e11-e60f1f548d2e', u'subnetpool_id': None, u'service_types': [], u'name': u'tempest_smoke-subnet_6ea88fb6-bfb5-47ba-8775-242aadbbc430', u'enable_dhcp': True, u'network_id': u'9844a94b-f81b-4997-a373-b13aecd58859', u'tenant_id': u'a267b9a156244bb192691cff6e5f74fe', u'created_at': u'2018-08-12T05:26:55Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'a267b9a156244bb192691cff6e5f74fe'}) 2018-08-12 05:26:55,869 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-12 05:26:55,870 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}b4d41bc4a0f6a1a83615c48a67e54a175295ac0d" -d '{"router": {"external_gateway_info": {"network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3"}, "name": "tempest_smoke-router_6ea88fb6-bfb5-47ba-8775-242aadbbc430", "admin_state_up": true}}' 2018-08-12 05:26:57,312 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 646 X-Openstack-Request-Id: req-a3883685-8606-4452-a450-113da370937a Date: Sun, 12 Aug 2018 05:26:57 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ec788992-fa73-45cc-a7d9-6d44542124c2", "ip_address": "172.30.9.208"}]}, "description": "", "tags": [], "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "created_at": "2018-08-12T05:26:56Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-12T05:26:57Z", "revision_number": 2, "routes": [], "project_id": "a267b9a156244bb192691cff6e5f74fe", "id": "2328575e-3770-405c-8728-1700dbb3fcee", "name": "tempest_smoke-router_6ea88fb6-bfb5-47ba-8775-242aadbbc430"}} 2018-08-12 05:26:57,312 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-a3883685-8606-4452-a450-113da370937a 2018-08-12 05:26:57,312 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.44294905663s 2018-08-12 05:26:57,312 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-a3883685-8606-4452-a450-113da370937a 2018-08-12 05:26:57,313 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'03886690-4630-4c4c-9ccb-7eedaa9b1fd3', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'ec788992-fa73-45cc-a7d9-6d44542124c2', u'ip_address': u'172.30.9.208'}]}, u'description': u'', u'tags': [], u'tenant_id': u'a267b9a156244bb192691cff6e5f74fe', u'created_at': u'2018-08-12T05:26:56Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-12T05:26:57Z', u'revision_number': 2, u'routes': [], u'project_id': u'a267b9a156244bb192691cff6e5f74fe', u'id': u'2328575e-3770-405c-8728-1700dbb3fcee', u'name': u'tempest_smoke-router_6ea88fb6-bfb5-47ba-8775-242aadbbc430'}) 2018-08-12 05:26:57,314 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-12 05:26:57,314 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/2328575e-3770-405c-8728-1700dbb3fcee/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}b4d41bc4a0f6a1a83615c48a67e54a175295ac0d" -d '{"subnet_id": "73233817-7a67-49de-8e11-e60f1f548d2e"}' 2018-08-12 05:26:59,411 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-3a032152-2c7f-4c61-820a-bd15580b1670 Date: Sun, 12 Aug 2018 05:26:59 GMT RESP BODY: {"network_id": "9844a94b-f81b-4997-a373-b13aecd58859", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "subnet_id": "73233817-7a67-49de-8e11-e60f1f548d2e", "subnet_ids": ["73233817-7a67-49de-8e11-e60f1f548d2e"], "port_id": "164dd52c-0a6b-468e-8991-51702f826b27", "id": "2328575e-3770-405c-8728-1700dbb3fcee"} 2018-08-12 05:26:59,411 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/2328575e-3770-405c-8728-1700dbb3fcee/add_router_interface.json used request id req-3a032152-2c7f-4c61-820a-bd15580b1670 2018-08-12 05:26:59,411 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.09776210785s 2018-08-12 05:26:59,412 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/2328575e-3770-405c-8728-1700dbb3fcee/add_router_interface.json used request id req-3a032152-2c7f-4c61-820a-bd15580b1670 returning object 2328575e-3770-405c-8728-1700dbb3fcee 2018-08-12 05:26:59,412 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-12 05:26:59,542 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-12 05:26:59,544 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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 05:26:59,548 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Sun, 12 Aug 2018 05:26:59 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}]} 2018-08-12 05:26:59,551 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 05:26:59,552 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b4d41bc4a0f6a1a83615c48a67e54a175295ac0d" 2018-08-12 05:26:59,739 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-1060f090-6c66-4f81-9543-236e03506531 Date: Sun, 12 Aug 2018 05:26:59 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 05:26:59,739 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-1060f090-6c66-4f81-9543-236e03506531 2018-08-12 05:26:59,739 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.188522100449s 2018-08-12 05:26:59,740 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-1060f090-6c66-4f81-9543-236e03506531 2018-08-12 05:26:59,746 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-12 05:26:59,749 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b4d41bc4a0f6a1a83615c48a67e54a175295ac0d" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/tempest_smoke-img_6ea88fb6-bfb5-47ba-8775-242aadbbc430", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "tempest_smoke-img_6ea88fb6-bfb5-47ba-8775-242aadbbc430"}' 2018-08-12 05:27:00,081 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 877 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/6259a36c-1bda-42f4-9de7-d3d744de2a1b Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-54228678-ea52-45a1-9b17-28258f79ce9f Date: Sun, 12 Aug 2018 05:27:00 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/6259a36c-1bda-42f4-9de7-d3d744de2a1b/file", "owner": "a267b9a156244bb192691cff6e5f74fe", "id": "6259a36c-1bda-42f4-9de7-d3d744de2a1b", "size": null, "self": "/v2/images/6259a36c-1bda-42f4-9de7-d3d744de2a1b", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-12T05:27:00Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke-img_6ea88fb6-bfb5-47ba-8775-242aadbbc430", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_6ea88fb6-bfb5-47ba-8775-242aadbbc430", "checksum": null, "created_at": "2018-08-12T05:27:00Z", "protected": false} 2018-08-12 05:27:00,081 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-54228678-ea52-45a1-9b17-28258f79ce9f 2018-08-12 05:27:00,081 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.335355997086s 2018-08-12 05:27:00,081 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-54228678-ea52-45a1-9b17-28258f79ce9f returning object 6259a36c-1bda-42f4-9de7-d3d744de2a1b 2018-08-12 05:27:00,082 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-12 05:27:00,086 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9292/v2/images/6259a36c-1bda-42f4-9de7-d3d744de2a1b/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}b4d41bc4a0f6a1a83615c48a67e54a175295ac0d" -d '' 2018-08-12 05:27:00,780 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-1748393e-c4bd-46ef-ae88-b8e08dc9c4f9 Date: Sun, 12 Aug 2018 05:27:00 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 05:27:00,780 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/6259a36c-1bda-42f4-9de7-d3d744de2a1b/file used request id req-1748393e-c4bd-46ef-ae88-b8e08dc9c4f9 2018-08-12 05:27:00,781 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.698439121246s 2018-08-12 05:27:00,781 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/6259a36c-1bda-42f4-9de7-d3d744de2a1b/file used request id req-1748393e-c4bd-46ef-ae88-b8e08dc9c4f9 2018-08-12 05:27:00,785 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 05:27:00,788 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b4d41bc4a0f6a1a83615c48a67e54a175295ac0d" 2018-08-12 05:27:00,978 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1207 Content-Type: application/json X-Openstack-Request-Id: req-26f999bf-5dca-4d7d-b18f-1e7a04b6837c Date: Sun, 12 Aug 2018 05:27:00 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/6259a36c-1bda-42f4-9de7-d3d744de2a1b/snap", "metadata": {}}], "file": "/v2/images/6259a36c-1bda-42f4-9de7-d3d744de2a1b/file", "owner": "a267b9a156244bb192691cff6e5f74fe", "id": "6259a36c-1bda-42f4-9de7-d3d744de2a1b", "size": 12716032, "self": "/v2/images/6259a36c-1bda-42f4-9de7-d3d744de2a1b", "disk_format": "qcow2", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/6259a36c-1bda-42f4-9de7-d3d744de2a1b/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-12T05:27:00Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke-img_6ea88fb6-bfb5-47ba-8775-242aadbbc430", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_6ea88fb6-bfb5-47ba-8775-242aadbbc430", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-12T05:27:00Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 05:27:00,978 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-26f999bf-5dca-4d7d-b18f-1e7a04b6837c 2018-08-12 05:27:00,979 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.193866968155s 2018-08-12 05:27:00,979 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-26f999bf-5dca-4d7d-b18f-1e7a04b6837c 2018-08-12 05:27:00,981 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://b36631de-8836-42ae-a808-b5158928754c/images/6259a36c-1bda-42f4-9de7-d3d744de2a1b/snap', u'metadata': Munch({})})], 'file': u'/v2/images/6259a36c-1bda-42f4-9de7-d3d744de2a1b/file', 'owner': u'a267b9a156244bb192691cff6e5f74fe', 'id': u'6259a36c-1bda-42f4-9de7-d3d744de2a1b', 'size': 12716032, u'self': u'/v2/images/6259a36c-1bda-42f4-9de7-d3d744de2a1b', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'a267b9a156244bb192691cff6e5f74fe', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://b36631de-8836-42ae-a808-b5158928754c/images/6259a36c-1bda-42f4-9de7-d3d744de2a1b/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-12T05:27:00Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-12T05:27:00Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_smoke-img_6ea88fb6-bfb5-47ba-8775-242aadbbc430', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/6259a36c-1bda-42f4-9de7-d3d744de2a1b', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke-img_6ea88fb6-bfb5-47ba-8775-242aadbbc430', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_smoke-img_6ea88fb6-bfb5-47ba-8775-242aadbbc430', 'created': u'2018-08-12T05:27:00Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-12T05:27:00Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/6259a36c-1bda-42f4-9de7-d3d744de2a1b', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke-img_6ea88fb6-bfb5-47ba-8775-242aadbbc430', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-08-12 05:27:00,982 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-12 05:27:00,984 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}b4d41bc4a0f6a1a83615c48a67e54a175295ac0d" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "tempest_smoke-flavor_6ea88fb6-bfb5-47ba-8775-242aadbbc430", "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 05:27:01,195 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:27: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-384328d5-e569-4edd-a78f-f02e7a1d31a5 x-compute-request-id: req-384328d5-e569-4edd-a78f-f02e7a1d31a5 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavor": {"name": "tempest_smoke-flavor_6ea88fb6-bfb5-47ba-8775-242aadbbc430", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/582dbf49-ecec-4b55-a2b6-4266fd217e8a", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/582dbf49-ecec-4b55-a2b6-4266fd217e8a", "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": "582dbf49-ecec-4b55-a2b6-4266fd217e8a"}} 2018-08-12 05:27:01,196 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-384328d5-e569-4edd-a78f-f02e7a1d31a5 2018-08-12 05:27:01,196 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.213813066483s 2018-08-12 05:27:01,196 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-384328d5-e569-4edd-a78f-f02e7a1d31a5 2018-08-12 05:27:01,197 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_smoke-flavor_6ea88fb6-bfb5-47ba-8775-242aadbbc430', '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'a267b9a156244bb192691cff6e5f74fe', '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'582dbf49-ecec-4b55-a2b6-4266fd217e8a', 'swap': 0}) 2018-08-12 05:27:01,198 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-12 05:27:01,201 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors/582dbf49-ecec-4b55-a2b6-4266fd217e8a/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}b4d41bc4a0f6a1a83615c48a67e54a175295ac0d" -d '{"extra_specs": {}}' 2018-08-12 05:27:01,221 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:27: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-ce859ee2-bf54-4325-8056-f76de03c4197 x-compute-request-id: req-ce859ee2-bf54-4325-8056-f76de03c4197 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-12 05:27:01,221 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/582dbf49-ecec-4b55-a2b6-4266fd217e8a/os-extra_specs used request id req-ce859ee2-bf54-4325-8056-f76de03c4197 2018-08-12 05:27:01,222 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0238058567047s 2018-08-12 05:27:01,222 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/582dbf49-ecec-4b55-a2b6-4266fd217e8a/os-extra_specs used request id req-ce859ee2-bf54-4325-8056-f76de03c4197 2018-08-12 05:27:01,226 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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 05:27:01,232 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 05:27:01 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 05:27:01,235 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-12 05:27:01,239 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}b4d41bc4a0f6a1a83615c48a67e54a175295ac0d" 2018-08-12 05:27:01,413 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:27:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b589480c-e46d-491c-bc38-dec8b233f50a Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 05:27:01,413 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-b589480c-e46d-491c-bc38-dec8b233f50a 2018-08-12 05:27:01,413 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.177498817444s 2018-08-12 05:27:01,413 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-b589480c-e46d-491c-bc38-dec8b233f50a 2018-08-12 05:27:01,417 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-12 05:27:01,420 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}b4d41bc4a0f6a1a83615c48a67e54a175295ac0d" 2018-08-12 05:27:01,510 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:27:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6581a0b8-aefc-47b5-a4a4-3ab472236008 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 05:27:01,510 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-6581a0b8-aefc-47b5-a4a4-3ab472236008 2018-08-12 05:27:01,510 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0928289890289s 2018-08-12 05:27:01,510 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-6581a0b8-aefc-47b5-a4a4-3ab472236008 2018-08-12 05:27:01,513 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-08-12 05:27:01,514 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}b4d41bc4a0f6a1a83615c48a67e54a175295ac0d" 2018-08-12 05:27:01,550 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:27: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-4f1b6a8f-1716-4800-a9bc-ad0bfcf166e0 x-compute-request-id: req-4f1b6a8f-1716-4800-a9bc-ad0bfcf166e0 Content-Encoding: gzip Content-Length: 715 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 14}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.3", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 247, "hypervisor_version": 2010000, "disk_available_least": 246, "local_gb": 247, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 17}, "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": 5}]} 2018-08-12 05:27:01,550 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-hypervisors/detail used request id req-4f1b6a8f-1716-4800-a9bc-ad0bfcf166e0 2018-08-12 05:27:01,550 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.0375311374664s 2018-08-12 05:27:01,551 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-hypervisors/detail used request id req-4f1b6a8f-1716-4800-a9bc-ad0bfcf166e0 2018-08-12 05:27:01,555 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 05:27:01,558 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b4d41bc4a0f6a1a83615c48a67e54a175295ac0d" 2018-08-12 05:27:01,757 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1207 Content-Type: application/json X-Openstack-Request-Id: req-df9aa088-8eb9-48fb-8c3b-2da5519b938c Date: Sun, 12 Aug 2018 05:27:01 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/6259a36c-1bda-42f4-9de7-d3d744de2a1b/snap", "metadata": {}}], "file": "/v2/images/6259a36c-1bda-42f4-9de7-d3d744de2a1b/file", "owner": "a267b9a156244bb192691cff6e5f74fe", "id": "6259a36c-1bda-42f4-9de7-d3d744de2a1b", "size": 12716032, "self": "/v2/images/6259a36c-1bda-42f4-9de7-d3d744de2a1b", "disk_format": "qcow2", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/6259a36c-1bda-42f4-9de7-d3d744de2a1b/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-12T05:27:00Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke-img_6ea88fb6-bfb5-47ba-8775-242aadbbc430", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_6ea88fb6-bfb5-47ba-8775-242aadbbc430", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-12T05:27:00Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 05:27:01,757 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-df9aa088-8eb9-48fb-8c3b-2da5519b938c 2018-08-12 05:27:01,757 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.202589035034s 2018-08-12 05:27:01,758 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-df9aa088-8eb9-48fb-8c3b-2da5519b938c 2018-08-12 05:27:01,766 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-12 05:27:01,769 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b4d41bc4a0f6a1a83615c48a67e54a175295ac0d" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/tempest_smoke-img_alt_6ea88fb6-bfb5-47ba-8775-242aadbbc430", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "tempest_smoke-img_alt_6ea88fb6-bfb5-47ba-8775-242aadbbc430"}' 2018-08-12 05:27:01,979 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 885 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/b99144b8-3cb9-4cd9-94c4-0ffdbf151734 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-43039545-4048-430f-aeba-874b7e43eef4 Date: Sun, 12 Aug 2018 05:27:01 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/b99144b8-3cb9-4cd9-94c4-0ffdbf151734/file", "owner": "a267b9a156244bb192691cff6e5f74fe", "id": "b99144b8-3cb9-4cd9-94c4-0ffdbf151734", "size": null, "self": "/v2/images/b99144b8-3cb9-4cd9-94c4-0ffdbf151734", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-12T05:27:01Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke-img_alt_6ea88fb6-bfb5-47ba-8775-242aadbbc430", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_alt_6ea88fb6-bfb5-47ba-8775-242aadbbc430", "checksum": null, "created_at": "2018-08-12T05:27:01Z", "protected": false} 2018-08-12 05:27:01,980 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-43039545-4048-430f-aeba-874b7e43eef4 2018-08-12 05:27:01,980 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.213793992996s 2018-08-12 05:27:01,980 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-43039545-4048-430f-aeba-874b7e43eef4 returning object b99144b8-3cb9-4cd9-94c4-0ffdbf151734 2018-08-12 05:27:01,981 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-12 05:27:01,984 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9292/v2/images/b99144b8-3cb9-4cd9-94c4-0ffdbf151734/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}b4d41bc4a0f6a1a83615c48a67e54a175295ac0d" -d '' 2018-08-12 05:27:02,990 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-9bde35dc-5495-4c98-b572-f315b66b1f99 Date: Sun, 12 Aug 2018 05:27: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 05:27:02,990 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/b99144b8-3cb9-4cd9-94c4-0ffdbf151734/file used request id req-9bde35dc-5495-4c98-b572-f315b66b1f99 2018-08-12 05:27:02,990 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.00937390327s 2018-08-12 05:27:02,990 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/b99144b8-3cb9-4cd9-94c4-0ffdbf151734/file used request id req-9bde35dc-5495-4c98-b572-f315b66b1f99 2018-08-12 05:27:02,995 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 05:27:02,999 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b4d41bc4a0f6a1a83615c48a67e54a175295ac0d" 2018-08-12 05:27:03,178 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2355 Content-Type: application/json X-Openstack-Request-Id: req-7569687f-14d9-444f-856a-a714a01e4cec Date: Sun, 12 Aug 2018 05:27:03 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/b99144b8-3cb9-4cd9-94c4-0ffdbf151734/snap", "metadata": {}}], "file": "/v2/images/b99144b8-3cb9-4cd9-94c4-0ffdbf151734/file", "owner": "a267b9a156244bb192691cff6e5f74fe", "id": "b99144b8-3cb9-4cd9-94c4-0ffdbf151734", "size": 12716032, "self": "/v2/images/b99144b8-3cb9-4cd9-94c4-0ffdbf151734", "disk_format": "qcow2", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/b99144b8-3cb9-4cd9-94c4-0ffdbf151734/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-12T05:27:02Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke-img_alt_6ea88fb6-bfb5-47ba-8775-242aadbbc430", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_alt_6ea88fb6-bfb5-47ba-8775-242aadbbc430", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-12T05:27:01Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/6259a36c-1bda-42f4-9de7-d3d744de2a1b/snap", "metadata": {}}], "file": "/v2/images/6259a36c-1bda-42f4-9de7-d3d744de2a1b/file", "owner": "a267b9a156244bb192691cff6e5f74fe", "id": "6259a36c-1bda-42f4-9de7-d3d744de2a1b", "size": 12716032, "self": "/v2/images/6259a36c-1bda-42f4-9de7-d3d744de2a1b", "disk_format": "qcow2", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/6259a36c-1bda-42f4-9de7-d3d744de2a1b/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-12T05:27:00Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke-img_6ea88fb6-bfb5-47ba-8775-242aadbbc430", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_6ea88fb6-bfb5-47ba-8775-242aadbbc430", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-12T05:27:00Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 05:27:03,178 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-7569687f-14d9-444f-856a-a714a01e4cec 2018-08-12 05:27:03,178 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.183053016663s 2018-08-12 05:27:03,178 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-7569687f-14d9-444f-856a-a714a01e4cec 2018-08-12 05:27:03,181 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://b36631de-8836-42ae-a808-b5158928754c/images/b99144b8-3cb9-4cd9-94c4-0ffdbf151734/snap', u'metadata': Munch({})})], 'file': u'/v2/images/b99144b8-3cb9-4cd9-94c4-0ffdbf151734/file', 'owner': u'a267b9a156244bb192691cff6e5f74fe', 'id': u'b99144b8-3cb9-4cd9-94c4-0ffdbf151734', 'size': 12716032, u'self': u'/v2/images/b99144b8-3cb9-4cd9-94c4-0ffdbf151734', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'a267b9a156244bb192691cff6e5f74fe', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://b36631de-8836-42ae-a808-b5158928754c/images/b99144b8-3cb9-4cd9-94c4-0ffdbf151734/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-12T05:27:02Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-12T05:27:02Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_smoke-img_alt_6ea88fb6-bfb5-47ba-8775-242aadbbc430', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/b99144b8-3cb9-4cd9-94c4-0ffdbf151734', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke-img_alt_6ea88fb6-bfb5-47ba-8775-242aadbbc430', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_smoke-img_alt_6ea88fb6-bfb5-47ba-8775-242aadbbc430', 'created': u'2018-08-12T05:27:01Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-12T05:27:01Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/b99144b8-3cb9-4cd9-94c4-0ffdbf151734', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke-img_alt_6ea88fb6-bfb5-47ba-8775-242aadbbc430', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-08-12 05:27:03,182 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-12 05:27:03,185 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}b4d41bc4a0f6a1a83615c48a67e54a175295ac0d" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "tempest_smoke-flavor_alt_6ea88fb6-bfb5-47ba-8775-242aadbbc430", "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 05:27:03,225 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:27: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-2aa985c9-f8d0-40c4-bc38-c82e767ef115 x-compute-request-id: req-2aa985c9-f8d0-40c4-bc38-c82e767ef115 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"flavor": {"name": "tempest_smoke-flavor_alt_6ea88fb6-bfb5-47ba-8775-242aadbbc430", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/33bb8c3d-eab9-47d8-92e9-32ec4158cfa9", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/33bb8c3d-eab9-47d8-92e9-32ec4158cfa9", "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": "33bb8c3d-eab9-47d8-92e9-32ec4158cfa9"}} 2018-08-12 05:27:03,225 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-2aa985c9-f8d0-40c4-bc38-c82e767ef115 2018-08-12 05:27:03,225 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0427980422974s 2018-08-12 05:27:03,225 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-2aa985c9-f8d0-40c4-bc38-c82e767ef115 2018-08-12 05:27:03,226 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_smoke-flavor_alt_6ea88fb6-bfb5-47ba-8775-242aadbbc430', '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'a267b9a156244bb192691cff6e5f74fe', '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'33bb8c3d-eab9-47d8-92e9-32ec4158cfa9', 'swap': 0}) 2018-08-12 05:27:03,227 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-12 05:27:03,229 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors/33bb8c3d-eab9-47d8-92e9-32ec4158cfa9/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}b4d41bc4a0f6a1a83615c48a67e54a175295ac0d" -d '{"extra_specs": {}}' 2018-08-12 05:27:03,251 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:27: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-45c5b5fb-98c3-45a4-ad9b-e756cf275e9c x-compute-request-id: req-45c5b5fb-98c3-45a4-ad9b-e756cf275e9c Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-12 05:27:03,251 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/33bb8c3d-eab9-47d8-92e9-32ec4158cfa9/os-extra_specs used request id req-45c5b5fb-98c3-45a4-ad9b-e756cf275e9c 2018-08-12 05:27:03,252 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0249168872833s 2018-08-12 05:27:03,252 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/33bb8c3d-eab9-47d8-92e9-32ec4158cfa9/os-extra_specs used request id req-45c5b5fb-98c3-45a4-ad9b-e756cf275e9c 2018-08-12 05:27:03,252 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'tempest_smoke-flavor_alt_6ea88fb6-bfb5-47ba-8775-242aadbbc430', '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'a267b9a156244bb192691cff6e5f74fe', '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'33bb8c3d-eab9-47d8-92e9-32ec4158cfa9', 'swap': 0}) 2018-08-12 05:27:06,763 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-08-12 05:27:06,763 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-08-12 05:27:06,764 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-08-12 05:27:06,766 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-08-12 05:27:06,769 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-08-12 05:27:11,535 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-3b0d615e-4359-4e36-bd4e-249727f936cc/repo; stestr list '(?=.*\[.*\bsmoke\b.*\])(^tempest\.api)' >/home/opnfv/functest/results/tempest_smoke/test_list.txt 2>/dev/null) 2018-08-12 05:27:11,536 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-08-12 05:27:11,550 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-08-12 05:27:11,551 - 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 05:27:19,199 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 05:27:19.198 49 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-08-12 05:27:21,294 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 05:27:21.293 49 INFO opnfv-tempest [-] {3} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.195s] 2018-08-12 05:27:21,343 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 05:27:21.342 49 INFO opnfv-tempest [-] {3} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.050s] 2018-08-12 05:27:24,111 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 05:27:24.110 49 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.613s] 2018-08-12 05:27:29,861 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 05:27:29.860 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [1.672s] 2018-08-12 05:27:30,706 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 05:27:30.706 49 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [7.039s] 2018-08-12 05:27:33,998 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 05:27:33.997 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [4.136s] 2018-08-12 05:27:34,744 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 05:27:34.743 49 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [1.009s] 2018-08-12 05:27:36,672 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 05:27:36.671 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [12.972s] 2018-08-12 05:27:46,253 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 05:27:46.253 49 INFO opnfv-tempest [-] {2} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.684s] 2018-08-12 05:27:46,262 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 05:27:46.262 49 INFO opnfv-tempest [-] {2} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.009s] 2018-08-12 05:27:48,619 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 05:27:48.618 49 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [4.772s] 2018-08-12 05:27:52,252 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 05:27:52.251 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.532s] 2018-08-12 05:27:57,414 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 05:27:57.413 49 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.254s] 2018-08-12 05:28:01,891 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 05:28:01.891 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.539s] 2018-08-12 05:28:03,035 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 05:28:03.034 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.064s] 2018-08-12 05:28:03,036 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 05:28:03.036 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-08-12 05:28:04,570 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 05:28:04.569 49 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.595s] 2018-08-12 05:28:10,839 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 05:28:10.838 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.698s] 2018-08-12 05:28:12,852 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 05:28:12.851 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [2.012s] 2018-08-12 05:28:14,103 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 05:28:14.102 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [1.250s] 2018-08-12 05:28:14,259 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 05:28:14.259 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [3.646s] 2018-08-12 05:28:14,811 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 05:28:14.811 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.064s] 2018-08-12 05:28:14,812 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 05:28:14.812 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2018-08-12 05:28:19,967 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 05:28:19.966 49 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.006s] 2018-08-12 05:28:24,787 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 05:28:24.786 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [3.425s] 2018-08-12 05:28:30,472 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 05:28:30.471 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [5.683s] 2018-08-12 05:28:38,930 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 05:28:38.929 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [10.338s] 2018-08-12 05:28:39,433 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 05:28:39.432 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.504s] 2018-08-12 05:28:39,551 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 05:28:39.551 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.119s] 2018-08-12 05:28:39,823 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 05:28:39.823 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.271s] 2018-08-12 05:28:39,935 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 05:28:39.935 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.112s] 2018-08-12 05:28:40,069 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 05:28:40.068 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.133s] 2018-08-12 05:28:41,612 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 05:28:41.611 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [11.140s] 2018-08-12 05:28:52,732 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 05:28:52.731 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.762s] 2018-08-12 05:28:54,261 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 05:28:54.260 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.065s] 2018-08-12 05:28:54,262 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 05:28:54.261 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-08-12 05:28:56,821 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 05:28:56.820 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [4.086s] 2018-08-12 05:28:57,035 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 05:28:57.035 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.218s] 2018-08-12 05:29:02,380 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 05:29:02.379 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [9.477s] 2018-08-12 05:29:02,757 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 05:29:02.757 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.378s] 2018-08-12 05:29:03,043 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 05:29:03.043 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.286s] 2018-08-12 05:29:03,263 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 05:29:03.262 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.219s] 2018-08-12 05:29:03,370 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 05:29:03.369 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.107s] 2018-08-12 05:29:03,419 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 05:29:03.419 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.049s] 2018-08-12 05:29:04,748 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 05:29:04.747 49 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_account_metadata ... success [0.194s] 2018-08-12 05:29:04,766 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 05:29:04.765 49 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers ... success [0.018s] 2018-08-12 05:29:09,683 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 05:29:09.682 49 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-08-12 05:29:11,809 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 05:29:11.808 49 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.083s] 2018-08-12 05:29:11,894 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 05:29:11.894 49 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.086s] 2018-08-12 05:29:11,982 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 05:29:11.981 49 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.087s] 2018-08-12 05:29:11,988 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 05:29:11.988 49 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.006s] 2018-08-12 05:29:19,087 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 05:29:19.087 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [3.471s] 2018-08-12 05:29:24,642 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 05:29:24.641 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [12.075s] 2018-08-12 05:29:25,537 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 05:29:25.537 49 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object ... success [0.198s] 2018-08-12 05:29:25,626 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 05:29:25.625 49 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object ... success [0.088s] 2018-08-12 05:29:25,720 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 05:29:25.720 49 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_list_object_metadata ... success [0.094s] 2018-08-12 05:29:25,847 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 05:29:25.847 49 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_update_object_metadata ... success [0.127s] 2018-08-12 05:29:32,573 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 05:29:32.572 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [7.931s] 2018-08-12 05:29:33,700 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 05:29:33.699 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [3.134s] 2018-08-12 05:29:39,744 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 05:29:39.744 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [6.043s] 2018-08-12 05:29:40,045 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 05:29:40.044 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [7.472s] 2018-08-12 05:29:43,714 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 05:29:43.713 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.734s] 2018-08-12 05:29:43,737 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 05:29:43.736 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [3.692s] 2018-08-12 05:29:51,873 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 05:29:51.872 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [2.721s] 2018-08-12 05:29:55,994 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 05:29:55.993 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [4.120s] 2018-08-12 05:30:03,721 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 05:30:03.720 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [7.726s] 2018-08-12 05:30:05,345 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 05:30:05.344 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.353s] 2018-08-12 05:30:13,543 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 05:30:13.542 49 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_large_object ... success [2.556s] 2018-08-12 05:30:16,348 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 05:30:16.347 49 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_too_many_objects ... success [2.803s] 2018-08-12 05:30:19,047 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 05:30:19.046 49 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_valid_object ... success [2.699s] 2018-08-12 05:30:20,484 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 05:30:20.483 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [5.122s] 2018-08-12 05:30:23,011 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 05:30:23.011 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.011s] 2018-08-12 05:30:29,053 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 05:30:29.052 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [8.568s] 2018-08-12 05:30:31,393 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 05:30:31.393 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [2.340s] 2018-08-12 05:30:31,627 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 05:30:31.626 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.234s] 2018-08-12 05:30:31,705 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 05:30:31.704 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.078s] 2018-08-12 05:30:50,517 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 05:30:50.516 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [12.073s] 2018-08-12 05:30:57,917 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 05:30:57.917 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [7.400s] 2018-08-12 05:31:03,923 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 05:31:03.922 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [6.005s] 2018-08-12 05:31:08,229 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 05:31:08.228 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [4.305s] 2018-08-12 05:31:13,434 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 05:31:13.434 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [132.394s] 2018-08-12 05:31:28,096 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 05:31:28.095 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.007s] 2018-08-12 05:31:34,803 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 05:31:34.803 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_admin_modify_quota ... success [0.973s] 2018-08-12 05:31:34,959 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 05:31:34.958 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_upload_valid_object ... success [0.155s] 2018-08-12 05:31:40,576 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 05:31:40.575 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.049s] 2018-08-12 05:31:40,678 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 05:31:40.678 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.103s] 2018-08-12 05:31:45,084 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 05:31:45.083 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-08-12 05:31:46,588 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 05:31:46.587 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container ... success [2.347s] 2018-08-12 05:31:48,295 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 05:31:48.294 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.098s] 2018-08-12 05:31:48,955 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 05:31:48.954 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents ... success [2.366s] 2018-08-12 05:31:51,512 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 05:31:51.511 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_metadata ... success [2.557s] 2018-08-12 05:31:55,292 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 05:31:55.291 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.759s] 2018-08-12 05:32:08,979 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 05:32:08.978 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [5.829s] 2018-08-12 05:32:17,783 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 05:32:17.782 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [8.804s] 2018-08-12 05:32:19,958 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 05:32:19.958 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.175s] 2018-08-12 05:32:20,185 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 05:32:20.184 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.226s] 2018-08-12 05:32:20,406 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 05:32:20.406 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.221s] 2018-08-12 05:32:28,543 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 05:32:28.542 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.686s] 2018-08-12 05:32:31,568 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 05:32:31.567 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [3.022s] 2018-08-12 05:32:31,774 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 05:32:31.773 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.209s] 2018-08-12 05:32:46,197 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 05:32:46.196 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [9.762s] 2018-08-12 05:32:57,433 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 05:32:57.432 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [6.693s] 2018-08-12 05:33:11,323 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 05:33:11.322 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [13.887s] 2018-08-12 05:33:14,740 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: cdfd6cf7-bc90-4134-b753-e58eb8ff30e0 2018-08-12 05:33:14,740 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'cdfd6cf7-bc90-4134-b753-e58eb8ff30e0']'. 2018-08-12 05:33:15,744 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-08-12 05:33:15,745 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-08-12 05:33:15,745 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-12 05:33:15,745 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | cdfd6cf7-bc90-4134-b753-e58eb8ff30e0 | 2018-08-12 05:33:15,745 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-08-12 05:33:15,745 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-08-12 05:27:14 | 2018-08-12 05:33:15,745 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-08-12 05:33:14 | 2018-08-12 05:33:15,745 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:06:00 | 2018-08-12 05:33:15,746 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 4 | 2018-08-12 05:33:15,746 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-08-12 05:33:15,746 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-08-12 05:33:15,746 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 3b0d615e-4359-4e36-bd4e-249727f936cc) | 2018-08-12 05:33:15,746 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-08-12 05:33:15,746 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 2322b0e3-427a-4dcc-a2c9-3ee995cfee09) | 2018-08-12 05:33:15,746 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 106 | 2018-08-12 05:33:15,747 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 352.156 | 2018-08-12 05:33:15,747 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 101 | 2018-08-12 05:33:15,747 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 5 | 2018-08-12 05:33:15,747 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-08-12 05:33:15,747 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-08-12 05:33:15,747 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-08-12 05:33:15,747 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-12 05:33:15,747 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-08-12 05:33:15,747 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-08-12 05:33:15,814 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke success_rate is 100.0% 2018-08-12 05:33:15,944 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-12 05:33:15,944 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | tempest_smoke | functest | 06:21 | PASS | +-----------------------+------------------+------------------+----------------+ 2018-08-12 05:33:15,951 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-12 05:33:15,955 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9292/v2/images/b99144b8-3cb9-4cd9-94c4-0ffdbf151734 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b4d41bc4a0f6a1a83615c48a67e54a175295ac0d" 2018-08-12 05:33:16,564 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-5ebbccf2-b222-4390-83dc-eb33c186e976 Date: Sun, 12 Aug 2018 05:33: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 05:33:16,564 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/b99144b8-3cb9-4cd9-94c4-0ffdbf151734 used request id req-5ebbccf2-b222-4390-83dc-eb33c186e976 2018-08-12 05:33:16,564 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.613097906113s 2018-08-12 05:33:16,564 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/b99144b8-3cb9-4cd9-94c4-0ffdbf151734 used request id req-5ebbccf2-b222-4390-83dc-eb33c186e976 2018-08-12 05:33:16,565 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-12 05:33:16,568 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}b4d41bc4a0f6a1a83615c48a67e54a175295ac0d" 2018-08-12 05:33:16,759 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:33:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d441e356-8c6c-482e-a87b-37fe1d91bd0f x-compute-request-id: req-d441e356-8c6c-482e-a87b-37fe1d91bd0f Content-Encoding: gzip Content-Length: 364 Content-Type: application/json RESP BODY: {"flavors": [{"name": "tempest_smoke-flavor_alt_6ea88fb6-bfb5-47ba-8775-242aadbbc430", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/33bb8c3d-eab9-47d8-92e9-32ec4158cfa9", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/33bb8c3d-eab9-47d8-92e9-32ec4158cfa9", "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": "33bb8c3d-eab9-47d8-92e9-32ec4158cfa9"}, {"name": "tempest_smoke-flavor_6ea88fb6-bfb5-47ba-8775-242aadbbc430", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/582dbf49-ecec-4b55-a2b6-4266fd217e8a", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/582dbf49-ecec-4b55-a2b6-4266fd217e8a", "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": "582dbf49-ecec-4b55-a2b6-4266fd217e8a"}]} 2018-08-12 05:33:16,759 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-d441e356-8c6c-482e-a87b-37fe1d91bd0f 2018-08-12 05:33:16,760 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.194383144379s 2018-08-12 05:33:16,760 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-d441e356-8c6c-482e-a87b-37fe1d91bd0f 2018-08-12 05:33:16,762 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-12 05:33:16,765 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/flavors/33bb8c3d-eab9-47d8-92e9-32ec4158cfa9 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b4d41bc4a0f6a1a83615c48a67e54a175295ac0d" 2018-08-12 05:33:16,814 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 05:33:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f9dbcc69-7cb0-419f-9fd0-ce7cc3d8832d x-compute-request-id: req-f9dbcc69-7cb0-419f-9fd0-ce7cc3d8832d Content-Length: 0 Content-Type: application/json 2018-08-12 05:33:16,814 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/33bb8c3d-eab9-47d8-92e9-32ec4158cfa9 used request id req-f9dbcc69-7cb0-419f-9fd0-ce7cc3d8832d 2018-08-12 05:33:16,814 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0518391132355s 2018-08-12 05:33:16,815 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/33bb8c3d-eab9-47d8-92e9-32ec4158cfa9 used request id req-f9dbcc69-7cb0-419f-9fd0-ce7cc3d8832d 2018-08-12 05:33:16,815 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-12 05:33:16,816 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/2328575e-3770-405c-8728-1700dbb3fcee/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}b4d41bc4a0f6a1a83615c48a67e54a175295ac0d" -d '{"subnet_id": "73233817-7a67-49de-8e11-e60f1f548d2e"}' 2018-08-12 05:33:18,597 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-b4976059-9b64-4944-861b-de048c8c01d5 Date: Sun, 12 Aug 2018 05:33:18 GMT RESP BODY: {"network_id": "9844a94b-f81b-4997-a373-b13aecd58859", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "subnet_id": "73233817-7a67-49de-8e11-e60f1f548d2e", "subnet_ids": ["73233817-7a67-49de-8e11-e60f1f548d2e"], "port_id": "164dd52c-0a6b-468e-8991-51702f826b27", "id": "2328575e-3770-405c-8728-1700dbb3fcee"} 2018-08-12 05:33:18,597 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/2328575e-3770-405c-8728-1700dbb3fcee/remove_router_interface.json used request id req-b4976059-9b64-4944-861b-de048c8c01d5 2018-08-12 05:33:18,597 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.78218007088s 2018-08-12 05:33:18,598 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/2328575e-3770-405c-8728-1700dbb3fcee/remove_router_interface.json used request id req-b4976059-9b64-4944-861b-de048c8c01d5 returning object 2328575e-3770-405c-8728-1700dbb3fcee 2018-08-12 05:33:18,598 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-12 05:33:18,599 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}b4d41bc4a0f6a1a83615c48a67e54a175295ac0d" 2018-08-12 05:33:18,880 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-cf592a29-49c8-42b3-b0ef-ce583a188170 Date: Sun, 12 Aug 2018 05:33:18 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ec788992-fa73-45cc-a7d9-6d44542124c2", "ip_address": "172.30.9.208"}]}, "description": "", "tags": [], "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "created_at": "2018-08-12T05:26:56Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-12T05:33:17Z", "revision_number": 4, "routes": [], "project_id": "a267b9a156244bb192691cff6e5f74fe", "id": "2328575e-3770-405c-8728-1700dbb3fcee", "name": "tempest_smoke-router_6ea88fb6-bfb5-47ba-8775-242aadbbc430"}]} 2018-08-12 05:33:18,880 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-cf592a29-49c8-42b3-b0ef-ce583a188170 2018-08-12 05:33:18,880 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.282207965851s 2018-08-12 05:33:18,881 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-cf592a29-49c8-42b3-b0ef-ce583a188170 2018-08-12 05:33:18,882 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-12 05:33:18,883 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/routers/2328575e-3770-405c-8728-1700dbb3fcee.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b4d41bc4a0f6a1a83615c48a67e54a175295ac0d" 2018-08-12 05:33:20,340 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-21963e93-dd7d-47f5-9a55-36c38c70614a Content-Length: 0 Date: Sun, 12 Aug 2018 05:33:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 05:33:20,341 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/2328575e-3770-405c-8728-1700dbb3fcee.json used request id req-21963e93-dd7d-47f5-9a55-36c38c70614a 2018-08-12 05:33:20,341 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.45846796036s 2018-08-12 05:33:20,341 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/2328575e-3770-405c-8728-1700dbb3fcee.json used request id req-21963e93-dd7d-47f5-9a55-36c38c70614a 2018-08-12 05:33:20,341 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-12 05:33:20,342 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}b4d41bc4a0f6a1a83615c48a67e54a175295ac0d" 2018-08-12 05:33:20,556 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1295 X-Openstack-Request-Id: req-51656bf5-72a6-4b1b-b898-08392c9dd5c6 Date: Sun, 12 Aug 2018 05:33:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9844a94b-f81b-4997-a373-b13aecd58859","tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T05:26:55Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-12T05:26:55Z","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":"a267b9a156244bb192691cff6e5f74fe","id":"73233817-7a67-49de-8e11-e60f1f548d2e","subnetpool_id":null,"name":"tempest_smoke-subnet_6ea88fb6-bfb5-47ba-8775-242aadbbc430"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","tenant_id":"310f5853751a4c968f3eeb0a3d99a0a8","created_at":"2018-08-12T05:04:31Z","dns_nameservers":[],"updated_at":"2018-08-12T05:04:31Z","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":"310f5853751a4c968f3eeb0a3d99a0a8","id":"ec788992-fa73-45cc-a7d9-6d44542124c2","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-12 05:33:20,556 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-51656bf5-72a6-4b1b-b898-08392c9dd5c6 2018-08-12 05:33:20,557 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.215106010437s 2018-08-12 05:33:20,557 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-51656bf5-72a6-4b1b-b898-08392c9dd5c6 2018-08-12 05:33:20,558 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-12 05:33:20,559 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/subnets/73233817-7a67-49de-8e11-e60f1f548d2e.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b4d41bc4a0f6a1a83615c48a67e54a175295ac0d" 2018-08-12 05:33:23,038 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3acf9387-5a50-4cca-9935-8ee3f17bc18f Date: Sun, 12 Aug 2018 05:33:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 05:33:23,038 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/73233817-7a67-49de-8e11-e60f1f548d2e.json used request id req-3acf9387-5a50-4cca-9935-8ee3f17bc18f 2018-08-12 05:33:23,038 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.47956895828s 2018-08-12 05:33:23,038 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/73233817-7a67-49de-8e11-e60f1f548d2e.json used request id req-3acf9387-5a50-4cca-9935-8ee3f17bc18f 2018-08-12 05:33:23,039 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 05:33:23,039 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b4d41bc4a0f6a1a83615c48a67e54a175295ac0d" 2018-08-12 05:33:23,297 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1357 X-Openstack-Request-Id: req-95438658-c3f1-4753-aeb2-74969273e0ad Date: Sun, 12 Aug 2018 05:33:23 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"310f5853751a4c968f3eeb0a3d99a0a8","status":"ACTIVE","subnets":["ec788992-fa73-45cc-a7d9-6d44542124c2"],"description":"","tags":[],"updated_at":"2018-08-12T05:04:31Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"310f5853751a4c968f3eeb0a3d99a0a8","created_at":"2018-08-12T05:04:23Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"9844a94b-f81b-4997-a373-b13aecd58859","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a267b9a156244bb192691cff6e5f74fe","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T05:33:22Z","provider:segmentation_id":35,"name":"tempest_smoke-net_6ea88fb6-bfb5-47ba-8775-242aadbbc430","admin_state_up":true,"tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T05:26:54Z","provider:network_type":"vxlan"}]} 2018-08-12 05:33:23,298 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-95438658-c3f1-4753-aeb2-74969273e0ad 2018-08-12 05:33:23,298 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.258824825287s 2018-08-12 05:33:23,298 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-95438658-c3f1-4753-aeb2-74969273e0ad 2018-08-12 05:33:23,299 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-12 05:33:23,300 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/networks/9844a94b-f81b-4997-a373-b13aecd58859.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b4d41bc4a0f6a1a83615c48a67e54a175295ac0d" 2018-08-12 05:33:25,062 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-138d107e-a561-4d23-a423-757d72bfd09e Date: Sun, 12 Aug 2018 05:33:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 05:33:25,062 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/9844a94b-f81b-4997-a373-b13aecd58859.json used request id req-138d107e-a561-4d23-a423-757d72bfd09e 2018-08-12 05:33:25,063 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.76328206062s 2018-08-12 05:33:25,063 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/9844a94b-f81b-4997-a373-b13aecd58859.json used request id req-138d107e-a561-4d23-a423-757d72bfd09e 2018-08-12 05:33:25,067 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 05:33:25,070 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b4d41bc4a0f6a1a83615c48a67e54a175295ac0d" 2018-08-12 05:33:25,266 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1207 Content-Type: application/json X-Openstack-Request-Id: req-5fe9aab8-306f-475e-b657-d15c70358279 Date: Sun, 12 Aug 2018 05:33:25 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/6259a36c-1bda-42f4-9de7-d3d744de2a1b/snap", "metadata": {}}], "file": "/v2/images/6259a36c-1bda-42f4-9de7-d3d744de2a1b/file", "owner": "a267b9a156244bb192691cff6e5f74fe", "id": "6259a36c-1bda-42f4-9de7-d3d744de2a1b", "size": 12716032, "self": "/v2/images/6259a36c-1bda-42f4-9de7-d3d744de2a1b", "disk_format": "qcow2", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/6259a36c-1bda-42f4-9de7-d3d744de2a1b/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-12T05:27:00Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke-img_6ea88fb6-bfb5-47ba-8775-242aadbbc430", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_6ea88fb6-bfb5-47ba-8775-242aadbbc430", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-12T05:27:00Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 05:33:25,266 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-5fe9aab8-306f-475e-b657-d15c70358279 2018-08-12 05:33:25,266 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.199615955353s 2018-08-12 05:33:25,267 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-5fe9aab8-306f-475e-b657-d15c70358279 2018-08-12 05:33:25,268 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-12 05:33:25,272 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9292/v2/images/6259a36c-1bda-42f4-9de7-d3d744de2a1b -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b4d41bc4a0f6a1a83615c48a67e54a175295ac0d" 2018-08-12 05:33:26,468 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-cab9e135-fb52-41bc-ae98-68d8b1634fcd Date: Sun, 12 Aug 2018 05:33:26 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 05:33:26,469 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/6259a36c-1bda-42f4-9de7-d3d744de2a1b used request id req-cab9e135-fb52-41bc-ae98-68d8b1634fcd 2018-08-12 05:33:26,469 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.20052695274s 2018-08-12 05:33:26,469 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/6259a36c-1bda-42f4-9de7-d3d744de2a1b used request id req-cab9e135-fb52-41bc-ae98-68d8b1634fcd 2018-08-12 05:33:26,470 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-12 05:33:26,472 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}b4d41bc4a0f6a1a83615c48a67e54a175295ac0d" 2018-08-12 05:33:26,496 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:33: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-216187a6-5c8b-4d00-a65a-19a34d02de9f x-compute-request-id: req-216187a6-5c8b-4d00-a65a-19a34d02de9f Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "tempest_smoke-flavor_6ea88fb6-bfb5-47ba-8775-242aadbbc430", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/582dbf49-ecec-4b55-a2b6-4266fd217e8a", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/582dbf49-ecec-4b55-a2b6-4266fd217e8a", "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": "582dbf49-ecec-4b55-a2b6-4266fd217e8a"}]} 2018-08-12 05:33:26,497 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-216187a6-5c8b-4d00-a65a-19a34d02de9f 2018-08-12 05:33:26,497 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.027107000351s 2018-08-12 05:33:26,497 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-216187a6-5c8b-4d00-a65a-19a34d02de9f 2018-08-12 05:33:26,499 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-12 05:33:26,501 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/flavors/582dbf49-ecec-4b55-a2b6-4266fd217e8a -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b4d41bc4a0f6a1a83615c48a67e54a175295ac0d" 2018-08-12 05:33:26,539 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 05:33: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-29bd5b57-6e2b-4cce-87fa-020dbc6209dd x-compute-request-id: req-29bd5b57-6e2b-4cce-87fa-020dbc6209dd Content-Length: 0 Content-Type: application/json 2018-08-12 05:33:26,539 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/582dbf49-ecec-4b55-a2b6-4266fd217e8a used request id req-29bd5b57-6e2b-4cce-87fa-020dbc6209dd 2018-08-12 05:33:26,539 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0401980876923s 2018-08-12 05:33:26,539 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/582dbf49-ecec-4b55-a2b6-4266fd217e8a used request id req-29bd5b57-6e2b-4cce-87fa-020dbc6209dd 2018-08-12 05:33:26,601 - xtesting.ci.run_tests - INFO - Loading test case 'neutron-tempest-plugin-api'... 2018-08-12 05:33:26,643 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-12 05:33:26,643 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-12 05:33:26,643 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-12 05:33:26,644 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-12 05:33:26,644 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-12 05:33:26,644 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-12 05:33:26,644 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-12 05:33:26,644 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-12 05:33:26,644 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-12 05:33:26,644 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-12 05:33:26,644 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-12 05:33:26,644 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-12 05:33:26,644 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-12 05:33:26,644 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-12 05:33:26,644 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-12 05:33:26,644 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-12 05:33:26,644 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-12 05:33:26,645 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-12 05:33:26,645 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-12 05:33:26,645 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-12 05:33:26,645 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-12 05:33:26,645 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-12 05:33:26,645 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-12 05:33:26,645 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-12 05:33:26,645 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-12 05:33:26,649 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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 05:33:26,654 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:33:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-972ce5cb-8e55-4157-b466-183178f5456b Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 05:33:26,654 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-972ce5cb-8e55-4157-b466-183178f5456b 2018-08-12 05:33:26,654 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-08-12 05:33:27,052 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T06:33:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["yFMKJLpwRyClzJZvsjuA8g"], "issued_at": "2018-08-12T05:33:27.000000Z"}} 2018-08-12 05:33:27,055 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 05:33:27,056 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}fd311e655b5a64f8b2b487c01b4aa3ce82955001" 2018-08-12 05:33:27,328 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-4f208f0a-d53f-470e-83b9-a8545ad1d3d2 Date: Sun, 12 Aug 2018 05:33:27 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"310f5853751a4c968f3eeb0a3d99a0a8","status":"ACTIVE","subnets":["ec788992-fa73-45cc-a7d9-6d44542124c2"],"description":"","tags":[],"updated_at":"2018-08-12T05:04:31Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"310f5853751a4c968f3eeb0a3d99a0a8","created_at":"2018-08-12T05:04:23Z","provider:network_type":"flat"}]} 2018-08-12 05:33:27,329 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-4f208f0a-d53f-470e-83b9-a8545ad1d3d2 2018-08-12 05:33:27,329 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.273149013519s 2018-08-12 05:33:27,329 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-4f208f0a-d53f-470e-83b9-a8545ad1d3d2 2018-08-12 05:33:27,330 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-12 05:33:30,228 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-08-12 05:33:33,184 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | 1a13a1bd-54c5-489e-b3ef-191f087eeba2 | 2018-08-12T05:33:32.830796 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: 1a13a1bd-54c5-489e-b3ef-191f087eeba2 ~/.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 05:33:36,928 - 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 05:33:36,928 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-08-12 05:33:39,611 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-08-12 05:33:43,521 - 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=99a4b7e9-7aa4-4ed9-a2f7-d786f31dcc82) as the default verifier for the future CLI operations. 2018-08-12 05:33:46,950 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.extensions 2018-08-12 05:33:46,951 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}fd311e655b5a64f8b2b487c01b4aa3ce82955001" 2018-08-12 05:33:47,135 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 8053 X-Openstack-Request-Id: req-b6d124ab-a564-4327-9858-4304af43ee3e Date: Sun, 12 Aug 2018 05:33:47 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": "trunk-details", "updated": "2016-01-01T10:00:00-00:00", "name": "Trunk port details", "links": [], "description": "Expose trunk port details"}, {"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": "tag", "updated": "2016-01-01T00:00:00-00:00", "name": "Tag support", "links": [], "description": "Enables to set tag on resources."}, {"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: trunk, policy, security_group, floatingip", "links": [], "description": "Enables to set tag on resources with standard attribute."}, {"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": "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": "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": "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": "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": "tag-ext", "updated": "2017-01-01T00:00:00-00:00", "name": "Tag support for resources: subnet, subnetpool, port, router", "links": [], "description": "Extends tag support to more L2 and L3 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": "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 05:33:47,135 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/extensions.json used request id req-b6d124ab-a564-4327-9858-4304af43ee3e 2018-08-12 05:33:47,135 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.extensions in 0.18527507782s 2018-08-12 05:33:47,136 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/extensions.json used request id req-b6d124ab-a564-4327-9858-4304af43ee3e 2018-08-12 05:33:47,142 - xtesting.ci.run_tests - INFO - Running test case 'neutron-tempest-plugin-api'... 2018-08-12 05:33:47,143 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-12 05:33:47,144 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd311e655b5a64f8b2b487c01b4aa3ce82955001" -d '{"network": {"name": "neutron-tempest-plugin-api-net_335bc310-51f0-457e-9003-0d18f5c153cf", "admin_state_up": true}}' 2018-08-12 05:33:47,634 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 699 X-Openstack-Request-Id: req-d4b58141-c4e6-477e-b254-d1bc6a280c02 Date: Sun, 12 Aug 2018 05:33:47 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"01d998f7-6dc7-4039-89fe-b13cf1d8f26d","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"a267b9a156244bb192691cff6e5f74fe","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T05:33:47Z","is_default":false,"provider:segmentation_id":44,"name":"neutron-tempest-plugin-api-net_335bc310-51f0-457e-9003-0d18f5c153cf","admin_state_up":true,"tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T05:33:47Z","mtu":1450}} 2018-08-12 05:33:47,634 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-d4b58141-c4e6-477e-b254-d1bc6a280c02 2018-08-12 05:33:47,634 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.490788936615s 2018-08-12 05:33:47,634 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-d4b58141-c4e6-477e-b254-d1bc6a280c02 2018-08-12 05:33:47,635 - 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-12T05:33:47Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'01d998f7-6dc7-4039-89fe-b13cf1d8f26d', u'provider:segmentation_id': 44, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'neutron-tempest-plugin-api-net_335bc310-51f0-457e-9003-0d18f5c153cf', u'admin_state_up': True, u'tenant_id': u'a267b9a156244bb192691cff6e5f74fe', u'created_at': u'2018-08-12T05:33:47Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'a267b9a156244bb192691cff6e5f74fe'}) 2018-08-12 05:33:47,635 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 05:33:47,636 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fd311e655b5a64f8b2b487c01b4aa3ce82955001" 2018-08-12 05:33:47,886 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1364 X-Openstack-Request-Id: req-6599958b-ef61-4dd2-bca1-d0f3aa90efd5 Date: Sun, 12 Aug 2018 05:33:47 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"01d998f7-6dc7-4039-89fe-b13cf1d8f26d","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"a267b9a156244bb192691cff6e5f74fe","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T05:33:47Z","provider:segmentation_id":44,"name":"neutron-tempest-plugin-api-net_335bc310-51f0-457e-9003-0d18f5c153cf","admin_state_up":true,"tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T05:33:47Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"310f5853751a4c968f3eeb0a3d99a0a8","status":"ACTIVE","subnets":["ec788992-fa73-45cc-a7d9-6d44542124c2"],"description":"","tags":[],"updated_at":"2018-08-12T05:04:31Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"310f5853751a4c968f3eeb0a3d99a0a8","created_at":"2018-08-12T05:04:23Z","provider:network_type":"flat"}]} 2018-08-12 05:33:47,886 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-6599958b-ef61-4dd2-bca1-d0f3aa90efd5 2018-08-12 05:33:47,887 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.250991821289s 2018-08-12 05:33:47,887 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-6599958b-ef61-4dd2-bca1-d0f3aa90efd5 2018-08-12 05:33:47,890 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-12 05:33:47,891 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}fd311e655b5a64f8b2b487c01b4aa3ce82955001" -d '{"subnet": {"name": "neutron-tempest-plugin-api-subnet_335bc310-51f0-457e-9003-0d18f5c153cf", "enable_dhcp": true, "network_id": "01d998f7-6dc7-4039-89fe-b13cf1d8f26d", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-12 05:33:48,754 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-8ccbf2ae-3b62-4b5b-9900-e4331c926262 Date: Sun, 12 Aug 2018 05:33:48 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"01d998f7-6dc7-4039-89fe-b13cf1d8f26d","tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T05:33:48Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-12T05:33:48Z","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":"a267b9a156244bb192691cff6e5f74fe","id":"8825cf6e-c599-41b9-9256-8cacca6b7a88","subnetpool_id":null,"name":"neutron-tempest-plugin-api-subnet_335bc310-51f0-457e-9003-0d18f5c153cf"}} 2018-08-12 05:33:48,754 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-8ccbf2ae-3b62-4b5b-9900-e4331c926262 2018-08-12 05:33:48,754 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.863750934601s 2018-08-12 05:33:48,754 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-8ccbf2ae-3b62-4b5b-9900-e4331c926262 2018-08-12 05:33:48,755 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-12T05:33:48Z', 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'8825cf6e-c599-41b9-9256-8cacca6b7a88', u'subnetpool_id': None, u'service_types': [], u'name': u'neutron-tempest-plugin-api-subnet_335bc310-51f0-457e-9003-0d18f5c153cf', u'enable_dhcp': True, u'network_id': u'01d998f7-6dc7-4039-89fe-b13cf1d8f26d', u'tenant_id': u'a267b9a156244bb192691cff6e5f74fe', u'created_at': u'2018-08-12T05:33:48Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'a267b9a156244bb192691cff6e5f74fe'}) 2018-08-12 05:33:48,755 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-12 05:33:48,756 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}fd311e655b5a64f8b2b487c01b4aa3ce82955001" -d '{"router": {"external_gateway_info": {"network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3"}, "name": "neutron-tempest-plugin-api-router_335bc310-51f0-457e-9003-0d18f5c153cf", "admin_state_up": true}}' 2018-08-12 05:33:49,905 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 659 X-Openstack-Request-Id: req-461d3248-9d25-436d-9dfb-2bb6fbe5f689 Date: Sun, 12 Aug 2018 05:33:49 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ec788992-fa73-45cc-a7d9-6d44542124c2", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "created_at": "2018-08-12T05:33:48Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-12T05:33:49Z", "revision_number": 2, "routes": [], "project_id": "a267b9a156244bb192691cff6e5f74fe", "id": "a5a09729-2c89-4bbc-8474-9292249e56dd", "name": "neutron-tempest-plugin-api-router_335bc310-51f0-457e-9003-0d18f5c153cf"}} 2018-08-12 05:33:49,905 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-461d3248-9d25-436d-9dfb-2bb6fbe5f689 2018-08-12 05:33:49,905 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.15008091927s 2018-08-12 05:33:49,906 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-461d3248-9d25-436d-9dfb-2bb6fbe5f689 2018-08-12 05:33:49,906 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'03886690-4630-4c4c-9ccb-7eedaa9b1fd3', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'ec788992-fa73-45cc-a7d9-6d44542124c2', u'ip_address': u'172.30.9.201'}]}, u'description': u'', u'tags': [], u'tenant_id': u'a267b9a156244bb192691cff6e5f74fe', u'created_at': u'2018-08-12T05:33:48Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-12T05:33:49Z', u'revision_number': 2, u'routes': [], u'project_id': u'a267b9a156244bb192691cff6e5f74fe', u'id': u'a5a09729-2c89-4bbc-8474-9292249e56dd', u'name': u'neutron-tempest-plugin-api-router_335bc310-51f0-457e-9003-0d18f5c153cf'}) 2018-08-12 05:33:49,907 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-12 05:33:49,907 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/a5a09729-2c89-4bbc-8474-9292249e56dd/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}fd311e655b5a64f8b2b487c01b4aa3ce82955001" -d '{"subnet_id": "8825cf6e-c599-41b9-9256-8cacca6b7a88"}' 2018-08-12 05:33:51,630 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-23213225-3e74-4bb5-9628-c7f2702104c7 Date: Sun, 12 Aug 2018 05:33:51 GMT RESP BODY: {"network_id": "01d998f7-6dc7-4039-89fe-b13cf1d8f26d", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "subnet_id": "8825cf6e-c599-41b9-9256-8cacca6b7a88", "subnet_ids": ["8825cf6e-c599-41b9-9256-8cacca6b7a88"], "port_id": "92d5c4a2-8b66-4be8-bfc8-95f4599efe16", "id": "a5a09729-2c89-4bbc-8474-9292249e56dd"} 2018-08-12 05:33:51,630 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/a5a09729-2c89-4bbc-8474-9292249e56dd/add_router_interface.json used request id req-23213225-3e74-4bb5-9628-c7f2702104c7 2018-08-12 05:33:51,630 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.72310805321s 2018-08-12 05:33:51,630 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/a5a09729-2c89-4bbc-8474-9292249e56dd/add_router_interface.json used request id req-23213225-3e74-4bb5-9628-c7f2702104c7 returning object a5a09729-2c89-4bbc-8474-9292249e56dd 2018-08-12 05:33:51,631 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-12 05:33:51,763 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-12 05:33:51,764 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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 05:33:51,769 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Sun, 12 Aug 2018 05:33:51 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}]} 2018-08-12 05:33:51,773 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 05:33:51,777 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fd311e655b5a64f8b2b487c01b4aa3ce82955001" 2018-08-12 05:33:51,968 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-fa07021a-d065-4477-9f0a-1a0035c709bb Date: Sun, 12 Aug 2018 05:33:51 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 05:33:51,968 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-fa07021a-d065-4477-9f0a-1a0035c709bb 2018-08-12 05:33:51,969 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.195259094238s 2018-08-12 05:33:51,969 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-fa07021a-d065-4477-9f0a-1a0035c709bb 2018-08-12 05:33:51,977 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-12 05:33:51,980 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd311e655b5a64f8b2b487c01b4aa3ce82955001" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/neutron-tempest-plugin-api-img_335bc310-51f0-457e-9003-0d18f5c153cf", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "neutron-tempest-plugin-api-img_335bc310-51f0-457e-9003-0d18f5c153cf"}' 2018-08-12 05:33:52,274 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 903 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/6cf79907-ddd8-48f0-be10-34b804fcec19 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-91c1e345-6cd0-4575-b3a2-b4cf068ba281 Date: Sun, 12 Aug 2018 05:33:52 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/6cf79907-ddd8-48f0-be10-34b804fcec19/file", "owner": "a267b9a156244bb192691cff6e5f74fe", "id": "6cf79907-ddd8-48f0-be10-34b804fcec19", "size": null, "self": "/v2/images/6cf79907-ddd8-48f0-be10-34b804fcec19", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-12T05:33:52Z", "visibility": "public", "owner_specified.shade.object": "images/neutron-tempest-plugin-api-img_335bc310-51f0-457e-9003-0d18f5c153cf", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron-tempest-plugin-api-img_335bc310-51f0-457e-9003-0d18f5c153cf", "checksum": null, "created_at": "2018-08-12T05:33:52Z", "protected": false} 2018-08-12 05:33:52,274 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-91c1e345-6cd0-4575-b3a2-b4cf068ba281 2018-08-12 05:33:52,274 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.296965837479s 2018-08-12 05:33:52,274 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-91c1e345-6cd0-4575-b3a2-b4cf068ba281 returning object 6cf79907-ddd8-48f0-be10-34b804fcec19 2018-08-12 05:33:52,275 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-12 05:33:52,278 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9292/v2/images/6cf79907-ddd8-48f0-be10-34b804fcec19/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}fd311e655b5a64f8b2b487c01b4aa3ce82955001" -d '' 2018-08-12 05:33:52,918 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ab929580-e66c-4c1b-b134-949756b8d0c8 Date: Sun, 12 Aug 2018 05:33: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 05:33:52,918 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/6cf79907-ddd8-48f0-be10-34b804fcec19/file used request id req-ab929580-e66c-4c1b-b134-949756b8d0c8 2018-08-12 05:33:52,918 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.643110990524s 2018-08-12 05:33:52,918 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/6cf79907-ddd8-48f0-be10-34b804fcec19/file used request id req-ab929580-e66c-4c1b-b134-949756b8d0c8 2018-08-12 05:33:52,922 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 05:33:52,926 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fd311e655b5a64f8b2b487c01b4aa3ce82955001" 2018-08-12 05:33:53,132 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1233 Content-Type: application/json X-Openstack-Request-Id: req-a5feef02-9ae1-4026-b74c-540710c1bd82 Date: Sun, 12 Aug 2018 05:33:53 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/6cf79907-ddd8-48f0-be10-34b804fcec19/snap", "metadata": {}}], "file": "/v2/images/6cf79907-ddd8-48f0-be10-34b804fcec19/file", "owner": "a267b9a156244bb192691cff6e5f74fe", "id": "6cf79907-ddd8-48f0-be10-34b804fcec19", "size": 12716032, "self": "/v2/images/6cf79907-ddd8-48f0-be10-34b804fcec19", "disk_format": "qcow2", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/6cf79907-ddd8-48f0-be10-34b804fcec19/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-12T05:33:52Z", "visibility": "public", "owner_specified.shade.object": "images/neutron-tempest-plugin-api-img_335bc310-51f0-457e-9003-0d18f5c153cf", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron-tempest-plugin-api-img_335bc310-51f0-457e-9003-0d18f5c153cf", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-12T05:33:52Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 05:33:53,132 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-a5feef02-9ae1-4026-b74c-540710c1bd82 2018-08-12 05:33:53,132 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.209698915482s 2018-08-12 05:33:53,132 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-a5feef02-9ae1-4026-b74c-540710c1bd82 2018-08-12 05:33:53,134 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://b36631de-8836-42ae-a808-b5158928754c/images/6cf79907-ddd8-48f0-be10-34b804fcec19/snap', u'metadata': Munch({})})], 'file': u'/v2/images/6cf79907-ddd8-48f0-be10-34b804fcec19/file', 'owner': u'a267b9a156244bb192691cff6e5f74fe', 'id': u'6cf79907-ddd8-48f0-be10-34b804fcec19', 'size': 12716032, u'self': u'/v2/images/6cf79907-ddd8-48f0-be10-34b804fcec19', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'a267b9a156244bb192691cff6e5f74fe', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://b36631de-8836-42ae-a808-b5158928754c/images/6cf79907-ddd8-48f0-be10-34b804fcec19/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-12T05:33:52Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-12T05:33:52Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/neutron-tempest-plugin-api-img_335bc310-51f0-457e-9003-0d18f5c153cf', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/6cf79907-ddd8-48f0-be10-34b804fcec19', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/neutron-tempest-plugin-api-img_335bc310-51f0-457e-9003-0d18f5c153cf', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'neutron-tempest-plugin-api-img_335bc310-51f0-457e-9003-0d18f5c153cf', 'created': u'2018-08-12T05:33:52Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-12T05:33:52Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/6cf79907-ddd8-48f0-be10-34b804fcec19', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/neutron-tempest-plugin-api-img_335bc310-51f0-457e-9003-0d18f5c153cf', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-08-12 05:33:53,135 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-12 05:33:53,138 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}fd311e655b5a64f8b2b487c01b4aa3ce82955001" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "neutron-tempest-plugin-api-flavor_335bc310-51f0-457e-9003-0d18f5c153cf", "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 05:33:53,362 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:33: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-17e1a930-0924-4141-964b-131782a697b8 x-compute-request-id: req-17e1a930-0924-4141-964b-131782a697b8 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"flavor": {"name": "neutron-tempest-plugin-api-flavor_335bc310-51f0-457e-9003-0d18f5c153cf", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/64ea8290-5a1a-4a9e-b928-91180cab595b", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/64ea8290-5a1a-4a9e-b928-91180cab595b", "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": "64ea8290-5a1a-4a9e-b928-91180cab595b"}} 2018-08-12 05:33:53,363 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-17e1a930-0924-4141-964b-131782a697b8 2018-08-12 05:33:53,363 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.227345943451s 2018-08-12 05:33:53,363 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-17e1a930-0924-4141-964b-131782a697b8 2018-08-12 05:33:53,364 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'neutron-tempest-plugin-api-flavor_335bc310-51f0-457e-9003-0d18f5c153cf', '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'a267b9a156244bb192691cff6e5f74fe', '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'64ea8290-5a1a-4a9e-b928-91180cab595b', 'swap': 0}) 2018-08-12 05:33:53,364 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-12 05:33:53,367 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors/64ea8290-5a1a-4a9e-b928-91180cab595b/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}fd311e655b5a64f8b2b487c01b4aa3ce82955001" -d '{"extra_specs": {}}' 2018-08-12 05:33:53,386 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:33: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-4d5b4aab-f29c-442c-80d2-8659e8fe4811 x-compute-request-id: req-4d5b4aab-f29c-442c-80d2-8659e8fe4811 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-12 05:33:53,386 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/64ea8290-5a1a-4a9e-b928-91180cab595b/os-extra_specs used request id req-4d5b4aab-f29c-442c-80d2-8659e8fe4811 2018-08-12 05:33:53,386 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0215280056s 2018-08-12 05:33:53,386 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/64ea8290-5a1a-4a9e-b928-91180cab595b/os-extra_specs used request id req-4d5b4aab-f29c-442c-80d2-8659e8fe4811 2018-08-12 05:33:53,390 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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 05:33:53,395 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 05:33:53 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 05:33:53,398 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-12 05:33:53,401 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}fd311e655b5a64f8b2b487c01b4aa3ce82955001" 2018-08-12 05:33:53,491 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:33:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-96eb4d56-366a-45fd-8bc0-387263d1d327 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 05:33:53,491 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-96eb4d56-366a-45fd-8bc0-387263d1d327 2018-08-12 05:33:53,491 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0929510593414s 2018-08-12 05:33:53,492 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-96eb4d56-366a-45fd-8bc0-387263d1d327 2018-08-12 05:33:53,496 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-12 05:33:53,499 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}fd311e655b5a64f8b2b487c01b4aa3ce82955001" 2018-08-12 05:33:53,595 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:33:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ae810037-4e01-41de-81ce-bd5350c63982 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 05:33:53,595 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-ae810037-4e01-41de-81ce-bd5350c63982 2018-08-12 05:33:53,595 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0992469787598s 2018-08-12 05:33:53,596 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-ae810037-4e01-41de-81ce-bd5350c63982 2018-08-12 05:33:53,598 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-08-12 05:33:53,601 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}fd311e655b5a64f8b2b487c01b4aa3ce82955001" 2018-08-12 05:33:53,639 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:33: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-4a716dc2-d520-4da0-a64f-16edb5515293 x-compute-request-id: req-4a716dc2-d520-4da0-a64f-16edb5515293 Content-Encoding: gzip Content-Length: 715 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 14}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.3", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 247, "hypervisor_version": 2010000, "disk_available_least": 246, "local_gb": 247, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 17}, "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": 5}]} 2018-08-12 05:33:53,639 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-hypervisors/detail used request id req-4a716dc2-d520-4da0-a64f-16edb5515293 2018-08-12 05:33:53,639 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.0407090187073s 2018-08-12 05:33:53,639 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-hypervisors/detail used request id req-4a716dc2-d520-4da0-a64f-16edb5515293 2018-08-12 05:33:53,643 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 05:33:53,646 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fd311e655b5a64f8b2b487c01b4aa3ce82955001" 2018-08-12 05:33:53,840 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1233 Content-Type: application/json X-Openstack-Request-Id: req-a731f7f2-9a29-41ea-9772-9cb65c77a721 Date: Sun, 12 Aug 2018 05:33:53 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/6cf79907-ddd8-48f0-be10-34b804fcec19/snap", "metadata": {}}], "file": "/v2/images/6cf79907-ddd8-48f0-be10-34b804fcec19/file", "owner": "a267b9a156244bb192691cff6e5f74fe", "id": "6cf79907-ddd8-48f0-be10-34b804fcec19", "size": 12716032, "self": "/v2/images/6cf79907-ddd8-48f0-be10-34b804fcec19", "disk_format": "qcow2", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/6cf79907-ddd8-48f0-be10-34b804fcec19/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-12T05:33:52Z", "visibility": "public", "owner_specified.shade.object": "images/neutron-tempest-plugin-api-img_335bc310-51f0-457e-9003-0d18f5c153cf", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron-tempest-plugin-api-img_335bc310-51f0-457e-9003-0d18f5c153cf", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-12T05:33:52Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 05:33:53,840 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-a731f7f2-9a29-41ea-9772-9cb65c77a721 2018-08-12 05:33:53,840 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.1967689991s 2018-08-12 05:33:53,840 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-a731f7f2-9a29-41ea-9772-9cb65c77a721 2018-08-12 05:33:53,849 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-12 05:33:53,852 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd311e655b5a64f8b2b487c01b4aa3ce82955001" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/neutron-tempest-plugin-api-img_alt_335bc310-51f0-457e-9003-0d18f5c153cf", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "neutron-tempest-plugin-api-img_alt_335bc310-51f0-457e-9003-0d18f5c153cf"}' 2018-08-12 05:33:54,159 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 911 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/a83febba-d837-4fde-b422-22c66d977cd9 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-6e315fa2-c392-48bf-81db-4baca7a41691 Date: Sun, 12 Aug 2018 05:33:54 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/a83febba-d837-4fde-b422-22c66d977cd9/file", "owner": "a267b9a156244bb192691cff6e5f74fe", "id": "a83febba-d837-4fde-b422-22c66d977cd9", "size": null, "self": "/v2/images/a83febba-d837-4fde-b422-22c66d977cd9", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-12T05:33:54Z", "visibility": "public", "owner_specified.shade.object": "images/neutron-tempest-plugin-api-img_alt_335bc310-51f0-457e-9003-0d18f5c153cf", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron-tempest-plugin-api-img_alt_335bc310-51f0-457e-9003-0d18f5c153cf", "checksum": null, "created_at": "2018-08-12T05:33:54Z", "protected": false} 2018-08-12 05:33:54,159 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-6e315fa2-c392-48bf-81db-4baca7a41691 2018-08-12 05:33:54,160 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.310788869858s 2018-08-12 05:33:54,160 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-6e315fa2-c392-48bf-81db-4baca7a41691 returning object a83febba-d837-4fde-b422-22c66d977cd9 2018-08-12 05:33:54,161 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-12 05:33:54,164 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9292/v2/images/a83febba-d837-4fde-b422-22c66d977cd9/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}fd311e655b5a64f8b2b487c01b4aa3ce82955001" -d '' 2018-08-12 05:33:55,208 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-1d129485-7956-4e26-a119-938d25444911 Date: Sun, 12 Aug 2018 05:33: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 05:33:55,208 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/a83febba-d837-4fde-b422-22c66d977cd9/file used request id req-1d129485-7956-4e26-a119-938d25444911 2018-08-12 05:33:55,208 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.04748702049s 2018-08-12 05:33:55,208 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/a83febba-d837-4fde-b422-22c66d977cd9/file used request id req-1d129485-7956-4e26-a119-938d25444911 2018-08-12 05:33:55,212 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 05:33:55,216 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fd311e655b5a64f8b2b487c01b4aa3ce82955001" 2018-08-12 05:33:55,399 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2407 Content-Type: application/json X-Openstack-Request-Id: req-6ea9f54b-263a-47de-aa8b-910c8eaad0f5 Date: Sun, 12 Aug 2018 05:33:55 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/a83febba-d837-4fde-b422-22c66d977cd9/snap", "metadata": {}}], "file": "/v2/images/a83febba-d837-4fde-b422-22c66d977cd9/file", "owner": "a267b9a156244bb192691cff6e5f74fe", "id": "a83febba-d837-4fde-b422-22c66d977cd9", "size": 12716032, "self": "/v2/images/a83febba-d837-4fde-b422-22c66d977cd9", "disk_format": "qcow2", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/a83febba-d837-4fde-b422-22c66d977cd9/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-12T05:33:55Z", "visibility": "public", "owner_specified.shade.object": "images/neutron-tempest-plugin-api-img_alt_335bc310-51f0-457e-9003-0d18f5c153cf", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron-tempest-plugin-api-img_alt_335bc310-51f0-457e-9003-0d18f5c153cf", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-12T05:33:54Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/6cf79907-ddd8-48f0-be10-34b804fcec19/snap", "metadata": {}}], "file": "/v2/images/6cf79907-ddd8-48f0-be10-34b804fcec19/file", "owner": "a267b9a156244bb192691cff6e5f74fe", "id": "6cf79907-ddd8-48f0-be10-34b804fcec19", "size": 12716032, "self": "/v2/images/6cf79907-ddd8-48f0-be10-34b804fcec19", "disk_format": "qcow2", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/6cf79907-ddd8-48f0-be10-34b804fcec19/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-12T05:33:52Z", "visibility": "public", "owner_specified.shade.object": "images/neutron-tempest-plugin-api-img_335bc310-51f0-457e-9003-0d18f5c153cf", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron-tempest-plugin-api-img_335bc310-51f0-457e-9003-0d18f5c153cf", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-12T05:33:52Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 05:33:55,400 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-6ea9f54b-263a-47de-aa8b-910c8eaad0f5 2018-08-12 05:33:55,400 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.187556028366s 2018-08-12 05:33:55,400 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-6ea9f54b-263a-47de-aa8b-910c8eaad0f5 2018-08-12 05:33:55,403 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://b36631de-8836-42ae-a808-b5158928754c/images/a83febba-d837-4fde-b422-22c66d977cd9/snap', u'metadata': Munch({})})], 'file': u'/v2/images/a83febba-d837-4fde-b422-22c66d977cd9/file', 'owner': u'a267b9a156244bb192691cff6e5f74fe', 'id': u'a83febba-d837-4fde-b422-22c66d977cd9', 'size': 12716032, u'self': u'/v2/images/a83febba-d837-4fde-b422-22c66d977cd9', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'a267b9a156244bb192691cff6e5f74fe', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://b36631de-8836-42ae-a808-b5158928754c/images/a83febba-d837-4fde-b422-22c66d977cd9/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-12T05:33:55Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-12T05:33:55Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/neutron-tempest-plugin-api-img_alt_335bc310-51f0-457e-9003-0d18f5c153cf', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/a83febba-d837-4fde-b422-22c66d977cd9', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/neutron-tempest-plugin-api-img_alt_335bc310-51f0-457e-9003-0d18f5c153cf', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'neutron-tempest-plugin-api-img_alt_335bc310-51f0-457e-9003-0d18f5c153cf', 'created': u'2018-08-12T05:33:54Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-12T05:33:54Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/a83febba-d837-4fde-b422-22c66d977cd9', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/neutron-tempest-plugin-api-img_alt_335bc310-51f0-457e-9003-0d18f5c153cf', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-08-12 05:33:55,404 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-12 05:33:55,406 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}fd311e655b5a64f8b2b487c01b4aa3ce82955001" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "neutron-tempest-plugin-api-flavor_alt_335bc310-51f0-457e-9003-0d18f5c153cf", "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 05:33:55,453 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:33: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-fe93c2ac-32f7-48ab-83ed-437a2aae4156 x-compute-request-id: req-fe93c2ac-32f7-48ab-83ed-437a2aae4156 Content-Encoding: gzip Content-Length: 325 Content-Type: application/json RESP BODY: {"flavor": {"name": "neutron-tempest-plugin-api-flavor_alt_335bc310-51f0-457e-9003-0d18f5c153cf", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/74b8459e-8bcb-4869-bc9e-e7706feaf77e", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/74b8459e-8bcb-4869-bc9e-e7706feaf77e", "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": "74b8459e-8bcb-4869-bc9e-e7706feaf77e"}} 2018-08-12 05:33:55,453 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-fe93c2ac-32f7-48ab-83ed-437a2aae4156 2018-08-12 05:33:55,453 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0493280887604s 2018-08-12 05:33:55,453 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-fe93c2ac-32f7-48ab-83ed-437a2aae4156 2018-08-12 05:33:55,454 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'neutron-tempest-plugin-api-flavor_alt_335bc310-51f0-457e-9003-0d18f5c153cf', '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'a267b9a156244bb192691cff6e5f74fe', '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'74b8459e-8bcb-4869-bc9e-e7706feaf77e', 'swap': 0}) 2018-08-12 05:33:55,455 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-12 05:33:55,457 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors/74b8459e-8bcb-4869-bc9e-e7706feaf77e/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}fd311e655b5a64f8b2b487c01b4aa3ce82955001" -d '{"extra_specs": {}}' 2018-08-12 05:33:55,476 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:33: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-84bc3a06-19a1-478e-a78b-12bcb0026c0f x-compute-request-id: req-84bc3a06-19a1-478e-a78b-12bcb0026c0f Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-12 05:33:55,477 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/74b8459e-8bcb-4869-bc9e-e7706feaf77e/os-extra_specs used request id req-84bc3a06-19a1-478e-a78b-12bcb0026c0f 2018-08-12 05:33:55,477 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0216920375824s 2018-08-12 05:33:55,477 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/74b8459e-8bcb-4869-bc9e-e7706feaf77e/os-extra_specs used request id req-84bc3a06-19a1-478e-a78b-12bcb0026c0f 2018-08-12 05:33:55,477 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'neutron-tempest-plugin-api-flavor_alt_335bc310-51f0-457e-9003-0d18f5c153cf', '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'a267b9a156244bb192691cff6e5f74fe', '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'74b8459e-8bcb-4869-bc9e-e7706feaf77e', 'swap': 0}) 2018-08-12 05:33:59,049 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-08-12 05:33:59,049 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-08-12 05:33:59,050 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-08-12 05:33:59,053 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-08-12 05:33:59,056 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-08-12 05:34:02,520 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-99a4b7e9-7aa4-4ed9-a2f7-d786f31dcc82/repo; stestr list '^neutron_tempest_plugin\.api' >/home/opnfv/functest/results/neutron-tempest-plugin-api/test_list.txt 2>/dev/null) 2018-08-12 05:34:02,521 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-08-12 05:34:02,547 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-08-12 05:34:02,548 - 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 05:48:22,396 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: f2251e91-38c1-4455-b46f-a34faa5f21d6 2018-08-12 05:48:22,396 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'f2251e91-38c1-4455-b46f-a34faa5f21d6']'. 2018-08-12 05:48:23,502 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-08-12 05:48:23,502 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-08-12 05:48:23,502 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-12 05:48:23,503 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | f2251e91-38c1-4455-b46f-a34faa5f21d6 | 2018-08-12 05:48:23,503 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-08-12 05:48:23,503 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-08-12 05:34:04 | 2018-08-12 05:48:23,503 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-08-12 05:48:22 | 2018-08-12 05:48:23,503 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:14:18 | 2018-08-12 05:48:23,503 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 4 | 2018-08-12 05:48:23,504 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-08-12 05:48:23,504 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-08-12 05:48:23,504 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 99a4b7e9-7aa4-4ed9-a2f7-d786f31dcc82) | 2018-08-12 05:48:23,504 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-08-12 05:48:23,504 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 1a13a1bd-54c5-489e-b3ef-191f087eeba2) | 2018-08-12 05:48:23,504 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 546 | 2018-08-12 05:48:23,504 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 845.018 | 2018-08-12 05:48:23,505 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 386 | 2018-08-12 05:48:23,505 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 157 | 2018-08-12 05:48:23,505 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-08-12 05:48:23,505 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-08-12 05:48:23,505 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 3 | 2018-08-12 05:48:23,505 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-12 05:48:23,506 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-08-12 05:48:23,506 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-08-12 05:48:23,744 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron-tempest-plugin-api success_rate is 99.2287917738% 2018-08-12 05:48:23,963 - 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 05:48:23,964 - xtesting.ci.run_tests - INFO - Test result: +------------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------------+------------------+------------------+----------------+ | neutron-tempest-plugin-api | functest | 14:37 | FAIL | +------------------------------------+------------------+------------------+----------------+ 2018-08-12 05:48:23,967 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-12 05:48:23,969 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9292/v2/images/a83febba-d837-4fde-b422-22c66d977cd9 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fd311e655b5a64f8b2b487c01b4aa3ce82955001" 2018-08-12 05:48:24,896 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-fe571557-94c2-4c25-8f1b-a3e96b42db9e Date: Sun, 12 Aug 2018 05:48:24 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 05:48:24,896 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/a83febba-d837-4fde-b422-22c66d977cd9 used request id req-fe571557-94c2-4c25-8f1b-a3e96b42db9e 2018-08-12 05:48:24,896 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.92923283577s 2018-08-12 05:48:24,896 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/a83febba-d837-4fde-b422-22c66d977cd9 used request id req-fe571557-94c2-4c25-8f1b-a3e96b42db9e 2018-08-12 05:48:24,897 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-12 05:48:24,900 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}fd311e655b5a64f8b2b487c01b4aa3ce82955001" 2018-08-12 05:48:25,093 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:48: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-7ee82fa9-ffab-45da-aec7-ca11543d6584 x-compute-request-id: req-7ee82fa9-ffab-45da-aec7-ca11543d6584 Content-Encoding: gzip Content-Length: 378 Content-Type: application/json RESP BODY: {"flavors": [{"name": "neutron-tempest-plugin-api-flavor_335bc310-51f0-457e-9003-0d18f5c153cf", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/64ea8290-5a1a-4a9e-b928-91180cab595b", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/64ea8290-5a1a-4a9e-b928-91180cab595b", "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": "64ea8290-5a1a-4a9e-b928-91180cab595b"}, {"name": "neutron-tempest-plugin-api-flavor_alt_335bc310-51f0-457e-9003-0d18f5c153cf", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/74b8459e-8bcb-4869-bc9e-e7706feaf77e", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/74b8459e-8bcb-4869-bc9e-e7706feaf77e", "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": "74b8459e-8bcb-4869-bc9e-e7706feaf77e"}]} 2018-08-12 05:48:25,094 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-7ee82fa9-ffab-45da-aec7-ca11543d6584 2018-08-12 05:48:25,094 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.196561098099s 2018-08-12 05:48:25,094 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-7ee82fa9-ffab-45da-aec7-ca11543d6584 2018-08-12 05:48:25,097 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-12 05:48:25,099 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/flavors/74b8459e-8bcb-4869-bc9e-e7706feaf77e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fd311e655b5a64f8b2b487c01b4aa3ce82955001" 2018-08-12 05:48:25,139 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 05:48: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-e1578148-8e91-4c14-9146-eca0064a8740 x-compute-request-id: req-e1578148-8e91-4c14-9146-eca0064a8740 Content-Length: 0 Content-Type: application/json 2018-08-12 05:48:25,139 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/74b8459e-8bcb-4869-bc9e-e7706feaf77e used request id req-e1578148-8e91-4c14-9146-eca0064a8740 2018-08-12 05:48:25,139 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0419631004333s 2018-08-12 05:48:25,139 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/74b8459e-8bcb-4869-bc9e-e7706feaf77e used request id req-e1578148-8e91-4c14-9146-eca0064a8740 2018-08-12 05:48:25,139 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-12 05:48:25,140 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/a5a09729-2c89-4bbc-8474-9292249e56dd/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}fd311e655b5a64f8b2b487c01b4aa3ce82955001" -d '{"subnet_id": "8825cf6e-c599-41b9-9256-8cacca6b7a88"}' 2018-08-12 05:48:26,747 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-4f64b21f-17dc-473e-92d2-abd0cee3e729 Date: Sun, 12 Aug 2018 05:48:26 GMT RESP BODY: {"network_id": "01d998f7-6dc7-4039-89fe-b13cf1d8f26d", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "subnet_id": "8825cf6e-c599-41b9-9256-8cacca6b7a88", "subnet_ids": ["8825cf6e-c599-41b9-9256-8cacca6b7a88"], "port_id": "92d5c4a2-8b66-4be8-bfc8-95f4599efe16", "id": "a5a09729-2c89-4bbc-8474-9292249e56dd"} 2018-08-12 05:48:26,747 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/a5a09729-2c89-4bbc-8474-9292249e56dd/remove_router_interface.json used request id req-4f64b21f-17dc-473e-92d2-abd0cee3e729 2018-08-12 05:48:26,747 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.60744786263s 2018-08-12 05:48:26,747 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/a5a09729-2c89-4bbc-8474-9292249e56dd/remove_router_interface.json used request id req-4f64b21f-17dc-473e-92d2-abd0cee3e729 returning object a5a09729-2c89-4bbc-8474-9292249e56dd 2018-08-12 05:48:26,748 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-12 05:48:26,748 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}fd311e655b5a64f8b2b487c01b4aa3ce82955001" 2018-08-12 05:48:27,127 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 662 X-Openstack-Request-Id: req-9d0f26cc-8b40-42f8-8c87-9e4b55cd8dc9 Date: Sun, 12 Aug 2018 05:48:27 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ec788992-fa73-45cc-a7d9-6d44542124c2", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "created_at": "2018-08-12T05:33:48Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-12T05:48:26Z", "revision_number": 4, "routes": [], "project_id": "a267b9a156244bb192691cff6e5f74fe", "id": "a5a09729-2c89-4bbc-8474-9292249e56dd", "name": "neutron-tempest-plugin-api-router_335bc310-51f0-457e-9003-0d18f5c153cf"}]} 2018-08-12 05:48:27,127 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-9d0f26cc-8b40-42f8-8c87-9e4b55cd8dc9 2018-08-12 05:48:27,128 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.379749059677s 2018-08-12 05:48:27,128 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-9d0f26cc-8b40-42f8-8c87-9e4b55cd8dc9 2018-08-12 05:48:27,129 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-12 05:48:27,130 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/routers/a5a09729-2c89-4bbc-8474-9292249e56dd.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fd311e655b5a64f8b2b487c01b4aa3ce82955001" 2018-08-12 05:48:28,593 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0b1e003b-ae92-456b-a2b6-ba90f684386c Content-Length: 0 Date: Sun, 12 Aug 2018 05:48:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 05:48:28,593 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/a5a09729-2c89-4bbc-8474-9292249e56dd.json used request id req-0b1e003b-ae92-456b-a2b6-ba90f684386c 2018-08-12 05:48:28,593 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.46358990669s 2018-08-12 05:48:28,593 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/a5a09729-2c89-4bbc-8474-9292249e56dd.json used request id req-0b1e003b-ae92-456b-a2b6-ba90f684386c 2018-08-12 05:48:28,594 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-12 05:48:28,594 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}fd311e655b5a64f8b2b487c01b4aa3ce82955001" 2018-08-12 05:48:28,810 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1308 X-Openstack-Request-Id: req-42add171-5499-4e05-9eed-9d07b5c12977 Date: Sun, 12 Aug 2018 05:48:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"01d998f7-6dc7-4039-89fe-b13cf1d8f26d","tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T05:33:48Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-12T05:33:48Z","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":"a267b9a156244bb192691cff6e5f74fe","id":"8825cf6e-c599-41b9-9256-8cacca6b7a88","subnetpool_id":null,"name":"neutron-tempest-plugin-api-subnet_335bc310-51f0-457e-9003-0d18f5c153cf"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","tenant_id":"310f5853751a4c968f3eeb0a3d99a0a8","created_at":"2018-08-12T05:04:31Z","dns_nameservers":[],"updated_at":"2018-08-12T05:04:31Z","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":"310f5853751a4c968f3eeb0a3d99a0a8","id":"ec788992-fa73-45cc-a7d9-6d44542124c2","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-12 05:48:28,810 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-42add171-5499-4e05-9eed-9d07b5c12977 2018-08-12 05:48:28,811 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.216809988022s 2018-08-12 05:48:28,811 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-42add171-5499-4e05-9eed-9d07b5c12977 2018-08-12 05:48:28,812 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-12 05:48:28,813 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/subnets/8825cf6e-c599-41b9-9256-8cacca6b7a88.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fd311e655b5a64f8b2b487c01b4aa3ce82955001" 2018-08-12 05:48:31,501 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-32d9eb2e-38ab-4cb5-83ec-cf13eafd040a Date: Sun, 12 Aug 2018 05:48:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 05:48:31,501 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/8825cf6e-c599-41b9-9256-8cacca6b7a88.json used request id req-32d9eb2e-38ab-4cb5-83ec-cf13eafd040a 2018-08-12 05:48:31,501 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.68865895271s 2018-08-12 05:48:31,501 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/8825cf6e-c599-41b9-9256-8cacca6b7a88.json used request id req-32d9eb2e-38ab-4cb5-83ec-cf13eafd040a 2018-08-12 05:48:31,502 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 05:48:31,502 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fd311e655b5a64f8b2b487c01b4aa3ce82955001" 2018-08-12 05:48:31,824 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1369 X-Openstack-Request-Id: req-8f0e3074-299a-4814-a335-ba328144d410 Date: Sun, 12 Aug 2018 05:48:31 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"01d998f7-6dc7-4039-89fe-b13cf1d8f26d","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a267b9a156244bb192691cff6e5f74fe","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T05:48:31Z","provider:segmentation_id":44,"name":"neutron-tempest-plugin-api-net_335bc310-51f0-457e-9003-0d18f5c153cf","admin_state_up":true,"tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T05:33:47Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":7,"port_security_enabled":true,"mtu":1500,"id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"310f5853751a4c968f3eeb0a3d99a0a8","status":"ACTIVE","subnets":["ec788992-fa73-45cc-a7d9-6d44542124c2"],"description":"","tags":[],"updated_at":"2018-08-12T05:35:20Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"310f5853751a4c968f3eeb0a3d99a0a8","created_at":"2018-08-12T05:04:23Z","provider:network_type":"flat"}]} 2018-08-12 05:48:31,825 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-8f0e3074-299a-4814-a335-ba328144d410 2018-08-12 05:48:31,825 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.322688102722s 2018-08-12 05:48:31,825 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-8f0e3074-299a-4814-a335-ba328144d410 2018-08-12 05:48:31,826 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-12 05:48:31,827 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/networks/01d998f7-6dc7-4039-89fe-b13cf1d8f26d.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fd311e655b5a64f8b2b487c01b4aa3ce82955001" 2018-08-12 05:48:33,354 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-949eaca1-3d56-4fa4-8b72-8e727a2d3041 Date: Sun, 12 Aug 2018 05:48:33 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 05:48:33,354 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/01d998f7-6dc7-4039-89fe-b13cf1d8f26d.json used request id req-949eaca1-3d56-4fa4-8b72-8e727a2d3041 2018-08-12 05:48:33,354 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.52817606926s 2018-08-12 05:48:33,355 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/01d998f7-6dc7-4039-89fe-b13cf1d8f26d.json used request id req-949eaca1-3d56-4fa4-8b72-8e727a2d3041 2018-08-12 05:48:33,358 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 05:48:33,362 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fd311e655b5a64f8b2b487c01b4aa3ce82955001" 2018-08-12 05:48:33,562 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1233 Content-Type: application/json X-Openstack-Request-Id: req-88277b88-635f-426f-aa10-8b3e4355c605 Date: Sun, 12 Aug 2018 05:48:33 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/6cf79907-ddd8-48f0-be10-34b804fcec19/snap", "metadata": {}}], "file": "/v2/images/6cf79907-ddd8-48f0-be10-34b804fcec19/file", "owner": "a267b9a156244bb192691cff6e5f74fe", "id": "6cf79907-ddd8-48f0-be10-34b804fcec19", "size": 12716032, "self": "/v2/images/6cf79907-ddd8-48f0-be10-34b804fcec19", "disk_format": "qcow2", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/6cf79907-ddd8-48f0-be10-34b804fcec19/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-12T05:33:52Z", "visibility": "public", "owner_specified.shade.object": "images/neutron-tempest-plugin-api-img_335bc310-51f0-457e-9003-0d18f5c153cf", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron-tempest-plugin-api-img_335bc310-51f0-457e-9003-0d18f5c153cf", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-12T05:33:52Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 05:48:33,562 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-88277b88-635f-426f-aa10-8b3e4355c605 2018-08-12 05:48:33,562 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.203336954117s 2018-08-12 05:48:33,562 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-88277b88-635f-426f-aa10-8b3e4355c605 2018-08-12 05:48:33,564 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-12 05:48:33,567 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9292/v2/images/6cf79907-ddd8-48f0-be10-34b804fcec19 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fd311e655b5a64f8b2b487c01b4aa3ce82955001" 2018-08-12 05:48:34,981 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-82a520f6-ae88-48c9-ba59-12819ed85dd0 Date: Sun, 12 Aug 2018 05:48:34 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 05:48:34,982 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/6cf79907-ddd8-48f0-be10-34b804fcec19 used request id req-82a520f6-ae88-48c9-ba59-12819ed85dd0 2018-08-12 05:48:34,982 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.41786193848s 2018-08-12 05:48:34,982 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/6cf79907-ddd8-48f0-be10-34b804fcec19 used request id req-82a520f6-ae88-48c9-ba59-12819ed85dd0 2018-08-12 05:48:34,982 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-12 05:48:34,985 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}fd311e655b5a64f8b2b487c01b4aa3ce82955001" 2018-08-12 05:48:35,015 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:48: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-c6a6179d-52a0-42e0-882c-d200d93cd942 x-compute-request-id: req-c6a6179d-52a0-42e0-882c-d200d93cd942 Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"flavors": [{"name": "neutron-tempest-plugin-api-flavor_335bc310-51f0-457e-9003-0d18f5c153cf", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/64ea8290-5a1a-4a9e-b928-91180cab595b", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/64ea8290-5a1a-4a9e-b928-91180cab595b", "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": "64ea8290-5a1a-4a9e-b928-91180cab595b"}]} 2018-08-12 05:48:35,015 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-c6a6179d-52a0-42e0-882c-d200d93cd942 2018-08-12 05:48:35,015 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0325729846954s 2018-08-12 05:48:35,015 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-c6a6179d-52a0-42e0-882c-d200d93cd942 2018-08-12 05:48:35,017 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-12 05:48:35,020 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/flavors/64ea8290-5a1a-4a9e-b928-91180cab595b -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fd311e655b5a64f8b2b487c01b4aa3ce82955001" 2018-08-12 05:48:35,049 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 05:48: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-2f0e2524-527a-4f3b-ab08-5163dddeb7b5 x-compute-request-id: req-2f0e2524-527a-4f3b-ab08-5163dddeb7b5 Content-Length: 0 Content-Type: application/json 2018-08-12 05:48:35,049 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/64ea8290-5a1a-4a9e-b928-91180cab595b used request id req-2f0e2524-527a-4f3b-ab08-5163dddeb7b5 2018-08-12 05:48:35,050 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0323328971863s 2018-08-12 05:48:35,050 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/64ea8290-5a1a-4a9e-b928-91180cab595b used request id req-2f0e2524-527a-4f3b-ab08-5163dddeb7b5 2018-08-12 05:48:35,050 - xtesting.ci.run_tests - ERROR - The test case 'neutron-tempest-plugin-api' failed. 2018-08-12 05:48:35,106 - xtesting.ci.run_tests - INFO - Loading test case 'rally_sanity'... 2018-08-12 05:48:35,151 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-12 05:48:35,151 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-12 05:48:35,152 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-12 05:48:35,152 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-12 05:48:35,152 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-12 05:48:35,152 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-12 05:48:35,152 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-12 05:48:35,152 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-12 05:48:35,152 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-12 05:48:35,152 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-12 05:48:35,152 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-12 05:48:35,152 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-12 05:48:35,152 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-12 05:48:35,152 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-12 05:48:35,152 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-12 05:48:35,152 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-12 05:48:35,153 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-12 05:48:35,153 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-12 05:48:35,153 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-12 05:48:35,153 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-12 05:48:35,153 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-12 05:48:35,153 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-12 05:48:35,153 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-12 05:48:35,153 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-12 05:48:35,153 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-12 05:48:35,155 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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 05:48:35,160 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:48:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9888606d-7da3-4502-8277-580f66092933 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 05:48:35,160 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-9888606d-7da3-4502-8277-580f66092933 2018-08-12 05:48:35,160 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-08-12 05:48:35,552 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T06:48:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["2Xp_lXFbQgGOL4ESpU8ZdQ"], "issued_at": "2018-08-12T05:48:35.000000Z"}} 2018-08-12 05:48:35,555 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 05:48:35,555 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}0a81fc4356e82c5ed17d5880c6cf8e03668c1e58" 2018-08-12 05:48:35,833 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-d813d1f2-3088-4b6b-9bcf-b99452aa0af5 Date: Sun, 12 Aug 2018 05:48:35 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":7,"port_security_enabled":true,"mtu":1500,"id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"310f5853751a4c968f3eeb0a3d99a0a8","status":"ACTIVE","subnets":["ec788992-fa73-45cc-a7d9-6d44542124c2"],"description":"","tags":[],"updated_at":"2018-08-12T05:35:20Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"310f5853751a4c968f3eeb0a3d99a0a8","created_at":"2018-08-12T05:04:23Z","provider:network_type":"flat"}]} 2018-08-12 05:48:35,833 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-d813d1f2-3088-4b6b-9bcf-b99452aa0af5 2018-08-12 05:48:35,834 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.278713941574s 2018-08-12 05:48:35,834 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-d813d1f2-3088-4b6b-9bcf-b99452aa0af5 2018-08-12 05:48:35,834 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-08-12 05:48:36,201 - xtesting.energy.energy - INFO - Energy recorder API is not available, cause='status' 2018-08-12 05:48:36,201 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-12 05:48:36,202 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0a81fc4356e82c5ed17d5880c6cf8e03668c1e58" -d '{"network": {"shared": true, "name": "rally_sanity-net_cc393910-d961-4ee8-ab06-6858d7c8ecac", "admin_state_up": true}}' 2018-08-12 05:48:36,659 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-72f02142-716a-4309-8335-de4199ddbcf3 Date: Sun, 12 Aug 2018 05:48:36 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"0860a0ef-e423-442b-b0bb-e70010de35d5","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":true,"project_id":"a267b9a156244bb192691cff6e5f74fe","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T05:48:36Z","is_default":false,"provider:segmentation_id":78,"name":"rally_sanity-net_cc393910-d961-4ee8-ab06-6858d7c8ecac","admin_state_up":true,"tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T05:48:36Z","mtu":1450}} 2018-08-12 05:48:36,659 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-72f02142-716a-4309-8335-de4199ddbcf3 2018-08-12 05:48:36,660 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.458082914352s 2018-08-12 05:48:36,660 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-72f02142-716a-4309-8335-de4199ddbcf3 2018-08-12 05:48:36,660 - 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-12T05:48:36Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'0860a0ef-e423-442b-b0bb-e70010de35d5', u'provider:segmentation_id': 78, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'rally_sanity-net_cc393910-d961-4ee8-ab06-6858d7c8ecac', u'admin_state_up': True, u'tenant_id': u'a267b9a156244bb192691cff6e5f74fe', u'created_at': u'2018-08-12T05:48:36Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': True, u'project_id': u'a267b9a156244bb192691cff6e5f74fe'}) 2018-08-12 05:48:36,661 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 05:48:36,661 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0a81fc4356e82c5ed17d5880c6cf8e03668c1e58" 2018-08-12 05:48:36,989 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1348 X-Openstack-Request-Id: req-1b6179d0-fdb9-4420-aca2-ff3c50669666 Date: Sun, 12 Aug 2018 05:48:36 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":7,"port_security_enabled":true,"mtu":1500,"id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"310f5853751a4c968f3eeb0a3d99a0a8","status":"ACTIVE","subnets":["ec788992-fa73-45cc-a7d9-6d44542124c2"],"description":"","tags":[],"updated_at":"2018-08-12T05:35:20Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"310f5853751a4c968f3eeb0a3d99a0a8","created_at":"2018-08-12T05:04:23Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"0860a0ef-e423-442b-b0bb-e70010de35d5","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":true,"project_id":"a267b9a156244bb192691cff6e5f74fe","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T05:48:36Z","provider:segmentation_id":78,"name":"rally_sanity-net_cc393910-d961-4ee8-ab06-6858d7c8ecac","admin_state_up":true,"tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T05:48:36Z","provider:network_type":"vxlan"}]} 2018-08-12 05:48:36,989 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-1b6179d0-fdb9-4420-aca2-ff3c50669666 2018-08-12 05:48:36,990 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.328763961792s 2018-08-12 05:48:36,990 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-1b6179d0-fdb9-4420-aca2-ff3c50669666 2018-08-12 05:48:36,991 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-12 05:48:36,992 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}0a81fc4356e82c5ed17d5880c6cf8e03668c1e58" -d '{"subnet": {"name": "rally_sanity-subnet_cc393910-d961-4ee8-ab06-6858d7c8ecac", "enable_dhcp": true, "network_id": "0860a0ef-e423-442b-b0bb-e70010de35d5", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-12 05:48:37,666 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-75d8cada-2706-4679-b90f-effdfc0be2e9 Date: Sun, 12 Aug 2018 05:48:37 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0860a0ef-e423-442b-b0bb-e70010de35d5","tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T05:48:37Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-12T05:48:37Z","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":"a267b9a156244bb192691cff6e5f74fe","id":"27175d75-250e-48ea-904b-3204aa279832","subnetpool_id":null,"name":"rally_sanity-subnet_cc393910-d961-4ee8-ab06-6858d7c8ecac"}} 2018-08-12 05:48:37,666 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-75d8cada-2706-4679-b90f-effdfc0be2e9 2018-08-12 05:48:37,666 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.674866914749s 2018-08-12 05:48:37,667 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-75d8cada-2706-4679-b90f-effdfc0be2e9 2018-08-12 05:48:37,667 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-12T05:48:37Z', 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'27175d75-250e-48ea-904b-3204aa279832', u'subnetpool_id': None, u'service_types': [], u'name': u'rally_sanity-subnet_cc393910-d961-4ee8-ab06-6858d7c8ecac', u'enable_dhcp': True, u'network_id': u'0860a0ef-e423-442b-b0bb-e70010de35d5', u'tenant_id': u'a267b9a156244bb192691cff6e5f74fe', u'created_at': u'2018-08-12T05:48:37Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'a267b9a156244bb192691cff6e5f74fe'}) 2018-08-12 05:48:37,668 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-12 05:48:37,668 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}0a81fc4356e82c5ed17d5880c6cf8e03668c1e58" -d '{"router": {"external_gateway_info": {"network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3"}, "name": "rally_sanity-router_cc393910-d961-4ee8-ab06-6858d7c8ecac", "admin_state_up": true}}' 2018-08-12 05:48:39,153 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-df96a9ec-dbc0-4343-89c4-4fc1282290df Date: Sun, 12 Aug 2018 05:48:39 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ec788992-fa73-45cc-a7d9-6d44542124c2", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "created_at": "2018-08-12T05:48:37Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-12T05:48:38Z", "revision_number": 2, "routes": [], "project_id": "a267b9a156244bb192691cff6e5f74fe", "id": "e0a2deff-d666-4e1a-b0ae-62e409272bb9", "name": "rally_sanity-router_cc393910-d961-4ee8-ab06-6858d7c8ecac"}} 2018-08-12 05:48:39,153 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-df96a9ec-dbc0-4343-89c4-4fc1282290df 2018-08-12 05:48:39,153 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.48540496826s 2018-08-12 05:48:39,153 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-df96a9ec-dbc0-4343-89c4-4fc1282290df 2018-08-12 05:48:39,154 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'03886690-4630-4c4c-9ccb-7eedaa9b1fd3', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'ec788992-fa73-45cc-a7d9-6d44542124c2', u'ip_address': u'172.30.9.209'}]}, u'description': u'', u'tags': [], u'tenant_id': u'a267b9a156244bb192691cff6e5f74fe', u'created_at': u'2018-08-12T05:48:37Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-12T05:48:38Z', u'revision_number': 2, u'routes': [], u'project_id': u'a267b9a156244bb192691cff6e5f74fe', u'id': u'e0a2deff-d666-4e1a-b0ae-62e409272bb9', u'name': u'rally_sanity-router_cc393910-d961-4ee8-ab06-6858d7c8ecac'}) 2018-08-12 05:48:39,154 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-12 05:48:39,155 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/e0a2deff-d666-4e1a-b0ae-62e409272bb9/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}0a81fc4356e82c5ed17d5880c6cf8e03668c1e58" -d '{"subnet_id": "27175d75-250e-48ea-904b-3204aa279832"}' 2018-08-12 05:48:41,299 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-3505b76e-e31a-4353-a675-59740ca9d451 Date: Sun, 12 Aug 2018 05:48:41 GMT RESP BODY: {"network_id": "0860a0ef-e423-442b-b0bb-e70010de35d5", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "subnet_id": "27175d75-250e-48ea-904b-3204aa279832", "subnet_ids": ["27175d75-250e-48ea-904b-3204aa279832"], "port_id": "a76ba869-2e4f-409c-a299-f74d5664d183", "id": "e0a2deff-d666-4e1a-b0ae-62e409272bb9"} 2018-08-12 05:48:41,300 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/e0a2deff-d666-4e1a-b0ae-62e409272bb9/add_router_interface.json used request id req-3505b76e-e31a-4353-a675-59740ca9d451 2018-08-12 05:48:41,300 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.1452190876s 2018-08-12 05:48:41,300 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/e0a2deff-d666-4e1a-b0ae-62e409272bb9/add_router_interface.json used request id req-3505b76e-e31a-4353-a675-59740ca9d451 returning object e0a2deff-d666-4e1a-b0ae-62e409272bb9 2018-08-12 05:48:41,300 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-12 05:48:41,433 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-12 05:48:41,434 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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 05:48:41,439 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Sun, 12 Aug 2018 05:48:41 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}]} 2018-08-12 05:48:41,444 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 05:48:41,447 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0a81fc4356e82c5ed17d5880c6cf8e03668c1e58" 2018-08-12 05:48:41,646 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-690b4b26-dfc9-447f-bfa2-1ac6d9241247 Date: Sun, 12 Aug 2018 05:48:41 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 05:48:41,646 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-690b4b26-dfc9-447f-bfa2-1ac6d9241247 2018-08-12 05:48:41,646 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.202638149261s 2018-08-12 05:48:41,647 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-690b4b26-dfc9-447f-bfa2-1ac6d9241247 2018-08-12 05:48:41,655 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-12 05:48:41,658 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0a81fc4356e82c5ed17d5880c6cf8e03668c1e58" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/rally_sanity-img_cc393910-d961-4ee8-ab06-6858d7c8ecac", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "rally_sanity-img_cc393910-d961-4ee8-ab06-6858d7c8ecac"}' 2018-08-12 05:48:41,892 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 875 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/a8554d8f-3c57-4a6f-82e2-8a7b6f4f32f6 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-74746613-cb86-4d4f-95a8-3bce0b69f97b Date: Sun, 12 Aug 2018 05:48:41 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/a8554d8f-3c57-4a6f-82e2-8a7b6f4f32f6/file", "owner": "a267b9a156244bb192691cff6e5f74fe", "id": "a8554d8f-3c57-4a6f-82e2-8a7b6f4f32f6", "size": null, "self": "/v2/images/a8554d8f-3c57-4a6f-82e2-8a7b6f4f32f6", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-12T05:48:41Z", "visibility": "public", "owner_specified.shade.object": "images/rally_sanity-img_cc393910-d961-4ee8-ab06-6858d7c8ecac", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "rally_sanity-img_cc393910-d961-4ee8-ab06-6858d7c8ecac", "checksum": null, "created_at": "2018-08-12T05:48:41Z", "protected": false} 2018-08-12 05:48:41,893 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-74746613-cb86-4d4f-95a8-3bce0b69f97b 2018-08-12 05:48:41,893 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.238041162491s 2018-08-12 05:48:41,893 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-74746613-cb86-4d4f-95a8-3bce0b69f97b returning object a8554d8f-3c57-4a6f-82e2-8a7b6f4f32f6 2018-08-12 05:48:41,894 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-12 05:48:41,897 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9292/v2/images/a8554d8f-3c57-4a6f-82e2-8a7b6f4f32f6/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}0a81fc4356e82c5ed17d5880c6cf8e03668c1e58" -d '' 2018-08-12 05:48:42,867 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-0a2a26d2-279f-42e7-8d39-fdbe2d4dc6c1 Date: Sun, 12 Aug 2018 05:48: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 05:48:42,867 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/a8554d8f-3c57-4a6f-82e2-8a7b6f4f32f6/file used request id req-0a2a26d2-279f-42e7-8d39-fdbe2d4dc6c1 2018-08-12 05:48:42,867 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.973089933395s 2018-08-12 05:48:42,867 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/a8554d8f-3c57-4a6f-82e2-8a7b6f4f32f6/file used request id req-0a2a26d2-279f-42e7-8d39-fdbe2d4dc6c1 2018-08-12 05:48:42,871 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 05:48:42,875 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0a81fc4356e82c5ed17d5880c6cf8e03668c1e58" 2018-08-12 05:48:43,068 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1205 Content-Type: application/json X-Openstack-Request-Id: req-3bf163db-6637-48df-8a07-0a82fe3506e1 Date: Sun, 12 Aug 2018 05:48:43 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/a8554d8f-3c57-4a6f-82e2-8a7b6f4f32f6/snap", "metadata": {}}], "file": "/v2/images/a8554d8f-3c57-4a6f-82e2-8a7b6f4f32f6/file", "owner": "a267b9a156244bb192691cff6e5f74fe", "id": "a8554d8f-3c57-4a6f-82e2-8a7b6f4f32f6", "size": 12716032, "self": "/v2/images/a8554d8f-3c57-4a6f-82e2-8a7b6f4f32f6", "disk_format": "qcow2", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/a8554d8f-3c57-4a6f-82e2-8a7b6f4f32f6/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-12T05:48:42Z", "visibility": "public", "owner_specified.shade.object": "images/rally_sanity-img_cc393910-d961-4ee8-ab06-6858d7c8ecac", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "rally_sanity-img_cc393910-d961-4ee8-ab06-6858d7c8ecac", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-12T05:48:41Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 05:48:43,069 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-3bf163db-6637-48df-8a07-0a82fe3506e1 2018-08-12 05:48:43,069 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.197432994843s 2018-08-12 05:48:43,069 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-3bf163db-6637-48df-8a07-0a82fe3506e1 2018-08-12 05:48:43,071 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://b36631de-8836-42ae-a808-b5158928754c/images/a8554d8f-3c57-4a6f-82e2-8a7b6f4f32f6/snap', u'metadata': Munch({})})], 'file': u'/v2/images/a8554d8f-3c57-4a6f-82e2-8a7b6f4f32f6/file', 'owner': u'a267b9a156244bb192691cff6e5f74fe', 'id': u'a8554d8f-3c57-4a6f-82e2-8a7b6f4f32f6', 'size': 12716032, u'self': u'/v2/images/a8554d8f-3c57-4a6f-82e2-8a7b6f4f32f6', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'a267b9a156244bb192691cff6e5f74fe', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://b36631de-8836-42ae-a808-b5158928754c/images/a8554d8f-3c57-4a6f-82e2-8a7b6f4f32f6/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-12T05:48:42Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-12T05:48:42Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/rally_sanity-img_cc393910-d961-4ee8-ab06-6858d7c8ecac', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/a8554d8f-3c57-4a6f-82e2-8a7b6f4f32f6', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/rally_sanity-img_cc393910-d961-4ee8-ab06-6858d7c8ecac', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'rally_sanity-img_cc393910-d961-4ee8-ab06-6858d7c8ecac', 'created': u'2018-08-12T05:48:41Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-12T05:48:41Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/a8554d8f-3c57-4a6f-82e2-8a7b6f4f32f6', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/rally_sanity-img_cc393910-d961-4ee8-ab06-6858d7c8ecac', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-08-12 05:48:43,072 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-12 05:48:43,075 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}0a81fc4356e82c5ed17d5880c6cf8e03668c1e58" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "rally_sanity-flavor_cc393910-d961-4ee8-ab06-6858d7c8ecac", "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 05:48:43,288 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:48: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-4a4805d6-255a-4a70-b797-44c8d9d8d9c2 x-compute-request-id: req-4a4805d6-255a-4a70-b797-44c8d9d8d9c2 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavor": {"name": "rally_sanity-flavor_cc393910-d961-4ee8-ab06-6858d7c8ecac", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/ed9ddaf9-eb9d-4882-80df-fe0857f17b5f", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/ed9ddaf9-eb9d-4882-80df-fe0857f17b5f", "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": "ed9ddaf9-eb9d-4882-80df-fe0857f17b5f"}} 2018-08-12 05:48:43,288 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-4a4805d6-255a-4a70-b797-44c8d9d8d9c2 2018-08-12 05:48:43,288 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.216125965118s 2018-08-12 05:48:43,288 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-4a4805d6-255a-4a70-b797-44c8d9d8d9c2 2018-08-12 05:48:43,289 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_cc393910-d961-4ee8-ab06-6858d7c8ecac', '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'a267b9a156244bb192691cff6e5f74fe', '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'ed9ddaf9-eb9d-4882-80df-fe0857f17b5f', 'swap': 0}) 2018-08-12 05:48:43,290 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-12 05:48:43,293 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors/ed9ddaf9-eb9d-4882-80df-fe0857f17b5f/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}0a81fc4356e82c5ed17d5880c6cf8e03668c1e58" -d '{"extra_specs": {}}' 2018-08-12 05:48:43,320 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:48: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-a1a35041-e5d9-475c-847d-f2856e33288d x-compute-request-id: req-a1a35041-e5d9-475c-847d-f2856e33288d Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-12 05:48:43,320 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/ed9ddaf9-eb9d-4882-80df-fe0857f17b5f/os-extra_specs used request id req-a1a35041-e5d9-475c-847d-f2856e33288d 2018-08-12 05:48:43,320 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0300650596619s 2018-08-12 05:48:43,320 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/ed9ddaf9-eb9d-4882-80df-fe0857f17b5f/os-extra_specs used request id req-a1a35041-e5d9-475c-847d-f2856e33288d 2018-08-12 05:48:43,321 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-12 05:48:46,186 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-08-12 05:48:49,036 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | 50cc9484-a8c4-49d1-92be-03b1a50820b2 | 2018-08-12T05:48:48.662500 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: 50cc9484-a8c4-49d1-92be-03b1a50820b2 ~/.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 05:48:52,911 - 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 05:48:52,912 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-08-12 05:48:52,912 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-08-12 05:48:52,916 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}0a81fc4356e82c5ed17d5880c6cf8e03668c1e58" 2018-08-12 05:48:52,964 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:48: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-01e5cfa4-62cb-46fa-8e98-ebe8fdd02bca x-compute-request-id: req-01e5cfa4-62cb-46fa-8e98-ebe8fdd02bca Content-Encoding: gzip Content-Length: 715 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 14}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.3", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 247, "hypervisor_version": 2010000, "disk_available_least": 246, "local_gb": 247, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 17}, "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": 5}]} 2018-08-12 05:48:52,964 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-hypervisors/detail used request id req-01e5cfa4-62cb-46fa-8e98-ebe8fdd02bca 2018-08-12 05:48:52,964 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.0518100261688s 2018-08-12 05:48:52,965 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-hypervisors/detail used request id req-01e5cfa4-62cb-46fa-8e98-ebe8fdd02bca 2018-08-12 05:48:52,966 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-12 05:48:52,969 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}0a81fc4356e82c5ed17d5880c6cf8e03668c1e58" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "rally_sanity-flavor_alt_cc393910-d961-4ee8-ab06-6858d7c8ecac", "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 05:48:53,019 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05:48: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-6c13bc9a-a67c-4463-b468-a80954ab9d1e x-compute-request-id: req-6c13bc9a-a67c-4463-b468-a80954ab9d1e Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"flavor": {"name": "rally_sanity-flavor_alt_cc393910-d961-4ee8-ab06-6858d7c8ecac", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/a6b1ac3b-7e21-45df-ba79-269a3c2eb866", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/a6b1ac3b-7e21-45df-ba79-269a3c2eb866", "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": "a6b1ac3b-7e21-45df-ba79-269a3c2eb866"}} 2018-08-12 05:48:53,019 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-6c13bc9a-a67c-4463-b468-a80954ab9d1e 2018-08-12 05:48:53,019 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0531959533691s 2018-08-12 05:48:53,020 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-6c13bc9a-a67c-4463-b468-a80954ab9d1e 2018-08-12 05:48:53,020 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_alt_cc393910-d961-4ee8-ab06-6858d7c8ecac', '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'a267b9a156244bb192691cff6e5f74fe', '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'a6b1ac3b-7e21-45df-ba79-269a3c2eb866', 'swap': 0}) 2018-08-12 05:48:53,021 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-12 05:48:53,024 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors/a6b1ac3b-7e21-45df-ba79-269a3c2eb866/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}0a81fc4356e82c5ed17d5880c6cf8e03668c1e58" -d '{"extra_specs": {}}' 2018-08-12 05:48:53,045 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 05: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 x-openstack-request-id: req-2e6fa566-ea6b-41d8-9422-7d2b65fc3705 x-compute-request-id: req-2e6fa566-ea6b-41d8-9422-7d2b65fc3705 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-12 05:48:53,045 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/a6b1ac3b-7e21-45df-ba79-269a3c2eb866/os-extra_specs used request id req-2e6fa566-ea6b-41d8-9422-7d2b65fc3705 2018-08-12 05:48:53,045 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0239639282227s 2018-08-12 05:48:53,045 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/a6b1ac3b-7e21-45df-ba79-269a3c2eb866/os-extra_specs used request id req-2e6fa566-ea6b-41d8-9422-7d2b65fc3705 2018-08-12 05:48:53,045 - functest.opnfv_tests.openstack.rally.rally - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_alt_cc393910-d961-4ee8-ab06-6858d7c8ecac', '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'a267b9a156244bb192691cff6e5f74fe', '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'a6b1ac3b-7e21-45df-ba79-269a3c2eb866', 'swap': 0}) 2018-08-12 05:48:53,046 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-08-12 05:48:53,046 - 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 05:48:53,047 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-12 05:48:53,063 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-12 05:48:53,064 - 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': '0860a0ef-e423-442b-b0bb-e70010de35d5', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_cc393910-d961-4ee8-ab06-6858d7c8ecac', 'flavor_name': 'rally_sanity-flavor_cc393910-d961-4ee8-ab06-6858d7c8ecac', '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_cc393910-d961-4ee8-ab06-6858d7c8ecac', '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 05:50:06,204 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : e330ea41-58f3-4596-ba56-d07c36a9a6f2 2018-08-12 05:50:06,205 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-08-12 05:50:06,205 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'e330ea41-58f3-4596-ba56-d07c36a9a6f2'] 2018-08-12 05:50:07,246 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid e330ea41-58f3-4596-ba56-d07c36a9a6f2 -------------------------------------------------------------------------------- Task e330ea41-58f3-4596-ba56-d07c36a9a6f2: 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 e330ea41-58f3-4596-ba56-d07c36a9a6f2 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.514 | 0.514 | 0.514 | 0.514 | 0.514 | 0.514 | 100.0% | 1 | | total | 0.514 | 0.514 | 0.514 | 0.514 | 0.514 | 0.514 | 100.0% | 1 | | -> duration | 0.514 | 0.514 | 0.514 | 0.514 | 0.514 | 0.514 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.514169 Full duration: 8.154166 -------------------------------------------------------------------------------- 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 e330ea41-58f3-4596-ba56-d07c36a9a6f2 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.396 | 0.396 | 0.396 | 0.396 | 0.396 | 0.396 | 100.0% | 1 | | total | 0.846 | 0.846 | 0.846 | 0.846 | 0.846 | 0.846 | 100.0% | 1 | | -> duration | 0.846 | 0.846 | 0.846 | 0.846 | 0.846 | 0.846 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.845518 Full duration: 8.212364 -------------------------------------------------------------------------------- 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 e330ea41-58f3-4596-ba56-d07c36a9a6f2 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.684 | 0.684 | 0.684 | 0.684 | 0.684 | 0.684 | 100.0% | 1 | | total | 1.132 | 1.132 | 1.132 | 1.132 | 1.132 | 1.132 | 100.0% | 1 | | -> duration | 1.132 | 1.132 | 1.132 | 1.132 | 1.132 | 1.132 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.13199 Full duration: 8.556801 -------------------------------------------------------------------------------- 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 e330ea41-58f3-4596-ba56-d07c36a9a6f2 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 | 0.414 | 0.414 | 0.414 | 0.414 | 0.414 | 0.414 | 100.0% | 1 | | total | 0.955 | 0.955 | 0.955 | 0.955 | 0.955 | 0.955 | 100.0% | 1 | | -> duration | 0.955 | 0.955 | 0.955 | 0.955 | 0.955 | 0.955 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.955365 Full duration: 8.252653 -------------------------------------------------------------------------------- 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 e330ea41-58f3-4596-ba56-d07c36a9a6f2 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.579 | 0.579 | 0.579 | 0.579 | 0.579 | 0.579 | 100.0% | 1 | | total | 0.996 | 0.996 | 0.996 | 0.996 | 0.996 | 0.996 | 100.0% | 1 | | -> duration | 0.996 | 0.996 | 0.996 | 0.996 | 0.996 | 0.996 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.995987 Full duration: 8.423473 -------------------------------------------------------------------------------- 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 e330ea41-58f3-4596-ba56-d07c36a9a6f2 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.238 | 0.238 | 0.238 | 0.238 | 0.238 | 0.238 | 100.0% | 1 | | total | 0.72 | 0.72 | 0.72 | 0.72 | 0.72 | 0.72 | 100.0% | 1 | | -> duration | 0.72 | 0.72 | 0.72 | 0.72 | 0.72 | 0.72 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.719522 Full duration: 8.235471 HINTS: * To plot HTML graphics with this data, run: rally task report e330ea41-58f3-4596-ba56-d07c36a9a6f2 --out output.html * To generate a JUnit report, run: rally task export e330ea41-58f3-4596-ba56-d07c36a9a6f2 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report e330ea41-58f3-4596-ba56-d07c36a9a6f2 --json --out output.json 2018-08-12 05:50:07,246 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'e330ea41-58f3-4596-ba56-d07c36a9a6f2', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.json'] 2018-08-12 05:50:09,768 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid e330ea41-58f3-4596-ba56-d07c36a9a6f2 --out /home/opnfv/functest/results/rally/opnfv-authenticate.json 2018-08-12 05:50:09.661 766 INFO rally.api [-] Building 'json' report for the following task(s): 'e330ea41-58f3-4596-ba56-d07c36a9a6f2'. 2018-08-12 05:50:09.666 766 INFO rally.api [-] The report has been successfully built. 2018-08-12 05:50:09,768 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'e330ea41-58f3-4596-ba56-d07c36a9a6f2', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-08-12 05:50:12,249 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid e330ea41-58f3-4596-ba56-d07c36a9a6f2 --out /home/opnfv/functest/results/rally/opnfv-authenticate.html 2018-08-12 05:50:12.123 769 INFO rally.api [-] Building 'html' report for the following task(s): 'e330ea41-58f3-4596-ba56-d07c36a9a6f2'. 2018-08-12 05:50:12.147 769 INFO rally.api [-] The report has been successfully built. 2018-08-12 05:50:12,255 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-08-12 05:50:12,256 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-08-12 05:50:12,256 - 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 05:50:12,256 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-12 05:50:12,271 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-12 05:50:12,271 - 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': '0860a0ef-e423-442b-b0bb-e70010de35d5', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_cc393910-d961-4ee8-ab06-6858d7c8ecac', 'flavor_name': 'rally_sanity-flavor_cc393910-d961-4ee8-ab06-6858d7c8ecac', '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_cc393910-d961-4ee8-ab06-6858d7c8ecac', '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 05:51:51,745 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 925fc3a7-e17c-4057-8d1f-5e9200dad812 2018-08-12 05:51:51,746 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '925fc3a7-e17c-4057-8d1f-5e9200dad812'] 2018-08-12 05:51:52,825 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 925fc3a7-e17c-4057-8d1f-5e9200dad812 -------------------------------------------------------------------------------- Task 925fc3a7-e17c-4057-8d1f-5e9200dad812: 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 925fc3a7-e17c-4057-8d1f-5e9200dad812 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.825 | 4.825 | 4.825 | 4.825 | 4.825 | 4.825 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.698 | 0.698 | 0.698 | 0.698 | 0.698 | 0.698 | 100.0% | 1 | | -> glance_v2.upload_data | 1.54 | 1.54 | 1.54 | 1.54 | 1.54 | 1.54 | 100.0% | 1 | | glance_v2.delete_image | 1.028 | 1.028 | 1.028 | 1.028 | 1.028 | 1.028 | 100.0% | 1 | | total | 5.853 | 5.853 | 5.853 | 5.853 | 5.853 | 5.853 | 100.0% | 1 | | -> duration | 5.853 | 5.853 | 5.853 | 5.853 | 5.853 | 5.853 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.853054 Full duration: 15.228497 -------------------------------------------------------------------------------- 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 925fc3a7-e17c-4057-8d1f-5e9200dad812 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 3.563 | 3.563 | 3.563 | 3.563 | 3.563 | 3.563 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.553 | 0.553 | 0.553 | 0.553 | 0.553 | 0.553 | 100.0% | 1 | | -> glance_v2.upload_data | 0.58 | 0.58 | 0.58 | 0.58 | 0.58 | 0.58 | 100.0% | 1 | | glance_v2.list_images | 0.201 | 0.201 | 0.201 | 0.201 | 0.201 | 0.201 | 100.0% | 1 | | total | 3.765 | 3.765 | 3.765 | 3.765 | 3.765 | 3.765 | 100.0% | 1 | | -> duration | 3.765 | 3.765 | 3.765 | 3.765 | 3.765 | 3.765 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.764904 Full duration: 16.089211 -------------------------------------------------------------------------------- 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 925fc3a7-e17c-4057-8d1f-5e9200dad812 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.392 | 0.392 | 0.392 | 0.392 | 0.392 | 0.392 | 100.0% | 1 | | total | 0.392 | 0.392 | 0.392 | 0.392 | 0.392 | 0.392 | 100.0% | 1 | | -> duration | 0.392 | 0.392 | 0.392 | 0.392 | 0.392 | 0.392 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.392415 Full duration: 8.495429 -------------------------------------------------------------------------------- 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": "0860a0ef-e423-442b-b0bb-e70010de35d5" } ], "flavor": { "name": "rally_sanity-flavor_cc393910-d961-4ee8-ab06-6858d7c8ecac" } }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 925fc3a7-e17c-4057-8d1f-5e9200dad812 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.248 | 4.248 | 4.248 | 4.248 | 4.248 | 4.248 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.4 | 0.4 | 0.4 | 0.4 | 0.4 | 0.4 | 100.0% | 1 | | -> glance_v2.upload_data | 1.37 | 1.37 | 1.37 | 1.37 | 1.37 | 1.37 | 100.0% | 1 | | nova.boot_servers | 15.001 | 15.001 | 15.001 | 15.001 | 15.001 | 15.001 | 100.0% | 1 | | total | 19.25 | 19.25 | 19.25 | 19.25 | 19.25 | 19.25 | 100.0% | 1 | | -> duration | 18.25 | 18.25 | 18.25 | 18.25 | 18.25 | 18.25 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 18.24994 Full duration: 39.692775 HINTS: * To plot HTML graphics with this data, run: rally task report 925fc3a7-e17c-4057-8d1f-5e9200dad812 --out output.html * To generate a JUnit report, run: rally task export 925fc3a7-e17c-4057-8d1f-5e9200dad812 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 925fc3a7-e17c-4057-8d1f-5e9200dad812 --json --out output.json 2018-08-12 05:51:52,825 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '925fc3a7-e17c-4057-8d1f-5e9200dad812', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.json'] 2018-08-12 05:51:55,400 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 925fc3a7-e17c-4057-8d1f-5e9200dad812 --out /home/opnfv/functest/results/rally/opnfv-glance.json 2018-08-12 05:51:55.289 1322 INFO rally.api [-] Building 'json' report for the following task(s): '925fc3a7-e17c-4057-8d1f-5e9200dad812'. 2018-08-12 05:51:55.294 1322 INFO rally.api [-] The report has been successfully built. 2018-08-12 05:51:55,400 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '925fc3a7-e17c-4057-8d1f-5e9200dad812', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-08-12 05:51:57,967 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 925fc3a7-e17c-4057-8d1f-5e9200dad812 --out /home/opnfv/functest/results/rally/opnfv-glance.html 2018-08-12 05:51:57.853 1325 INFO rally.api [-] Building 'html' report for the following task(s): '925fc3a7-e17c-4057-8d1f-5e9200dad812'. 2018-08-12 05:51:57.875 1325 INFO rally.api [-] The report has been successfully built. 2018-08-12 05:51:57,973 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-08-12 05:51:57,973 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-08-12 05:51:57,974 - 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 05:51:57,974 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-12 05:51:57,990 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-12 05:51:57,991 - 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': '0860a0ef-e423-442b-b0bb-e70010de35d5', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_cc393910-d961-4ee8-ab06-6858d7c8ecac', 'flavor_name': 'rally_sanity-flavor_cc393910-d961-4ee8-ab06-6858d7c8ecac', '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_cc393910-d961-4ee8-ab06-6858d7c8ecac', '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 05:55:10,510 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 9c905c3f-9c29-4008-b62b-1114be3c1033 2018-08-12 05:55:10,510 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '9c905c3f-9c29-4008-b62b-1114be3c1033'] 2018-08-12 05:55:11,572 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 9c905c3f-9c29-4008-b62b-1114be3c1033 -------------------------------------------------------------------------------- Task 9c905c3f-9c29-4008-b62b-1114be3c1033: 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 9c905c3f-9c29-4008-b62b-1114be3c1033 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.301 | 3.301 | 3.301 | 3.301 | 3.301 | 3.301 | 100.0% | 1 | | cinder_v2.delete_snapshot | 2.774 | 2.774 | 2.774 | 2.774 | 2.774 | 2.774 | 100.0% | 1 | | total | 6.075 | 6.075 | 6.075 | 6.075 | 6.075 | 6.075 | 100.0% | 1 | | -> duration | 6.075 | 6.075 | 6.075 | 6.075 | 6.075 | 6.075 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.075404 Full duration: 22.913721 -------------------------------------------------------------------------------- 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 9c905c3f-9c29-4008-b62b-1114be3c1033 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.997 | 3.997 | 3.997 | 3.997 | 3.997 | 3.997 | 100.0% | 1 | | cinder_v2.delete_volume | 0.297 | 0.297 | 0.297 | 0.297 | 0.297 | 0.297 | 100.0% | 1 | | total | 4.294 | 4.294 | 4.294 | 4.294 | 4.294 | 4.294 | 100.0% | 1 | | -> duration | 4.294 | 4.294 | 4.294 | 4.294 | 4.294 | 4.294 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.294164 Full duration: 15.698218 -------------------------------------------------------------------------------- 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_cc393910-d961-4ee8-ab06-6858d7c8ecac" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 9c905c3f-9c29-4008-b62b-1114be3c1033 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 | 7.041 | 7.041 | 7.041 | 7.041 | 7.041 | 7.041 | 100.0% | 1 | | cinder_v2.delete_volume | 0.962 | 0.962 | 0.962 | 0.962 | 0.962 | 0.962 | 100.0% | 1 | | total | 8.003 | 8.003 | 8.003 | 8.003 | 8.003 | 8.003 | 100.0% | 1 | | -> duration | 8.003 | 8.003 | 8.003 | 8.003 | 8.003 | 8.003 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.003406 Full duration: 19.567592 -------------------------------------------------------------------------------- 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 9c905c3f-9c29-4008-b62b-1114be3c1033 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.289 | 3.289 | 3.289 | 3.289 | 3.289 | 3.289 | 100.0% | 1 | | cinder_v2.delete_volume | 0.463 | 0.463 | 0.463 | 0.463 | 0.463 | 0.463 | 100.0% | 1 | | total | 3.753 | 3.753 | 3.753 | 3.753 | 3.753 | 3.753 | 100.0% | 1 | | -> duration | 3.753 | 3.753 | 3.753 | 3.753 | 3.753 | 3.753 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.752605 Full duration: 14.603693 -------------------------------------------------------------------------------- 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 9c905c3f-9c29-4008-b62b-1114be3c1033 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.325 | 3.325 | 3.325 | 3.325 | 3.325 | 3.325 | 100.0% | 1 | | cinder_v2.extend_volume | 0.509 | 0.509 | 0.509 | 0.509 | 0.509 | 0.509 | 100.0% | 1 | | cinder_v2.delete_volume | 0.475 | 0.475 | 0.475 | 0.475 | 0.475 | 0.475 | 100.0% | 1 | | total | 4.309 | 4.309 | 4.309 | 4.309 | 4.309 | 4.309 | 100.0% | 1 | | -> duration | 4.309 | 4.309 | 4.309 | 4.309 | 4.309 | 4.309 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.309159 Full duration: 14.779907 -------------------------------------------------------------------------------- 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 9c905c3f-9c29-4008-b62b-1114be3c1033 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.357 | 3.357 | 3.357 | 3.357 | 3.357 | 3.357 | 100.0% | 1 | | cinder_v2.delete_volume | 2.698 | 2.698 | 2.698 | 2.698 | 2.698 | 2.698 | 100.0% | 1 | | total | 6.056 | 6.056 | 6.056 | 6.056 | 6.056 | 6.056 | 100.0% | 1 | | -> duration | 6.056 | 6.056 | 6.056 | 6.056 | 6.056 | 6.056 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.056224 Full duration: 24.088849 -------------------------------------------------------------------------------- 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 9c905c3f-9c29-4008-b62b-1114be3c1033 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.651 | 0.651 | 0.651 | 0.651 | 0.651 | 0.651 | 100.0% | 1 | | cinder_v2.list_qos | 0.182 | 0.182 | 0.182 | 0.182 | 0.182 | 0.182 | 100.0% | 1 | | total | 0.833 | 0.833 | 0.833 | 0.833 | 0.833 | 0.833 | 100.0% | 1 | | -> duration | 0.833 | 0.833 | 0.833 | 0.833 | 0.833 | 0.833 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.833027 Full duration: 13.28411 -------------------------------------------------------------------------------- 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 9c905c3f-9c29-4008-b62b-1114be3c1033 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.634 | 0.634 | 0.634 | 0.634 | 0.634 | 0.634 | 100.0% | 1 | | cinder_v2.set_qos | 0.233 | 0.233 | 0.233 | 0.233 | 0.233 | 0.233 | 100.0% | 1 | | total | 0.868 | 0.868 | 0.868 | 0.868 | 0.868 | 0.868 | 100.0% | 1 | | -> duration | 0.868 | 0.868 | 0.868 | 0.868 | 0.868 | 0.868 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.867908 Full duration: 13.008439 -------------------------------------------------------------------------------- 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 9c905c3f-9c29-4008-b62b-1114be3c1033 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.655 | 0.655 | 0.655 | 0.655 | 0.655 | 0.655 | 100.0% | 1 | | cinder_v2.list_types | 0.21 | 0.21 | 0.21 | 0.21 | 0.21 | 0.21 | 100.0% | 1 | | total | 0.866 | 0.866 | 0.866 | 0.866 | 0.866 | 0.866 | 100.0% | 1 | | -> duration | 0.866 | 0.866 | 0.866 | 0.866 | 0.866 | 0.866 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.865713 Full duration: 13.162522 -------------------------------------------------------------------------------- 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 9c905c3f-9c29-4008-b62b-1114be3c1033 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.683 | 0.683 | 0.683 | 0.683 | 0.683 | 0.683 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.247 | 0.247 | 0.247 | 0.247 | 0.247 | 0.247 | 100.0% | 1 | | total | 0.93 | 0.93 | 0.93 | 0.93 | 0.93 | 0.93 | 100.0% | 1 | | -> duration | 0.93 | 0.93 | 0.93 | 0.93 | 0.93 | 0.93 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.930478 Full duration: 13.437415 HINTS: * To plot HTML graphics with this data, run: rally task report 9c905c3f-9c29-4008-b62b-1114be3c1033 --out output.html * To generate a JUnit report, run: rally task export 9c905c3f-9c29-4008-b62b-1114be3c1033 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 9c905c3f-9c29-4008-b62b-1114be3c1033 --json --out output.json 2018-08-12 05:55:11,573 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '9c905c3f-9c29-4008-b62b-1114be3c1033', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.json'] 2018-08-12 05:55:14,145 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 9c905c3f-9c29-4008-b62b-1114be3c1033 --out /home/opnfv/functest/results/rally/opnfv-cinder.json 2018-08-12 05:55:14.030 3114 INFO rally.api [-] Building 'json' report for the following task(s): '9c905c3f-9c29-4008-b62b-1114be3c1033'. 2018-08-12 05:55:14.040 3114 INFO rally.api [-] The report has been successfully built. 2018-08-12 05:55:14,146 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '9c905c3f-9c29-4008-b62b-1114be3c1033', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-08-12 05:55:16,740 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 9c905c3f-9c29-4008-b62b-1114be3c1033 --out /home/opnfv/functest/results/rally/opnfv-cinder.html 2018-08-12 05:55:16.608 3117 INFO rally.api [-] Building 'html' report for the following task(s): '9c905c3f-9c29-4008-b62b-1114be3c1033'. 2018-08-12 05:55:16.635 3117 INFO rally.api [-] The report has been successfully built. 2018-08-12 05:55:16,753 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-08-12 05:55:16,753 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "gnocchi" ... 2018-08-12 05:55:16,754 - 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 05:55:16,754 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-12 05:55:16,769 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-12 05:55:16,770 - 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': '0860a0ef-e423-442b-b0bb-e70010de35d5', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_cc393910-d961-4ee8-ab06-6858d7c8ecac', 'flavor_name': 'rally_sanity-flavor_cc393910-d961-4ee8-ab06-6858d7c8ecac', '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_cc393910-d961-4ee8-ab06-6858d7c8ecac', '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 05:57:16,079 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 85db8a57-291b-4bf3-a3a8-26856f858071 2018-08-12 05:57:16,080 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '85db8a57-291b-4bf3-a3a8-26856f858071'] 2018-08-12 05:57:17,141 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 85db8a57-291b-4bf3-a3a8-26856f858071 -------------------------------------------------------------------------------- Task 85db8a57-291b-4bf3-a3a8-26856f858071: 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 85db8a57-291b-4bf3-a3a8-26856f858071 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.614 | 0.614 | 0.614 | 0.614 | 0.614 | 0.614 | 100.0% | 1 | | total | 0.614 | 0.614 | 0.614 | 0.614 | 0.614 | 0.614 | 100.0% | 1 | | -> duration | 0.614 | 0.614 | 0.614 | 0.614 | 0.614 | 0.614 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.613775 Full duration: 7.632539 -------------------------------------------------------------------------------- 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 85db8a57-291b-4bf3-a3a8-26856f858071 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.613 | 0.613 | 0.613 | 0.613 | 0.613 | 0.613 | 100.0% | 1 | | total | 0.613 | 0.613 | 0.613 | 0.613 | 0.613 | 0.613 | 100.0% | 1 | | -> duration | 0.613 | 0.613 | 0.613 | 0.613 | 0.613 | 0.613 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.613468 Full duration: 7.904971 -------------------------------------------------------------------------------- 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 85db8a57-291b-4bf3-a3a8-26856f858071 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.616 | 0.616 | 0.616 | 0.616 | 0.616 | 0.616 | 100.0% | 1 | | total | 0.616 | 0.616 | 0.616 | 0.616 | 0.616 | 0.616 | 100.0% | 1 | | -> duration | 0.616 | 0.616 | 0.616 | 0.616 | 0.616 | 0.616 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.61599 Full duration: 7.841287 -------------------------------------------------------------------------------- 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 85db8a57-291b-4bf3-a3a8-26856f858071 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.626 | 0.626 | 0.626 | 0.626 | 0.626 | 0.626 | 100.0% | 1 | | gnocchi.delete_archive_policy_rule | 0.203 | 0.203 | 0.203 | 0.203 | 0.203 | 0.203 | 100.0% | 1 | | total | 0.829 | 0.829 | 0.829 | 0.829 | 0.829 | 0.829 | 100.0% | 1 | | -> duration | 0.829 | 0.829 | 0.829 | 0.829 | 0.829 | 0.829 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.829001 Full duration: 8.342438 -------------------------------------------------------------------------------- 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 85db8a57-291b-4bf3-a3a8-26856f858071 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.613 | 0.613 | 0.613 | 0.613 | 0.613 | 0.613 | 100.0% | 1 | | total | 0.613 | 0.613 | 0.613 | 0.613 | 0.613 | 0.613 | 100.0% | 1 | | -> duration | 0.613 | 0.613 | 0.613 | 0.613 | 0.613 | 0.613 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.613141 Full duration: 8.382273 -------------------------------------------------------------------------------- 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 85db8a57-291b-4bf3-a3a8-26856f858071 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.645 | 0.645 | 0.645 | 0.645 | 0.645 | 0.645 | 100.0% | 1 | | gnocchi.delete_archive_policy | 0.33 | 0.33 | 0.33 | 0.33 | 0.33 | 0.33 | 100.0% | 1 | | total | 0.975 | 0.975 | 0.975 | 0.975 | 0.975 | 0.975 | 100.0% | 1 | | -> duration | 0.975 | 0.975 | 0.975 | 0.975 | 0.975 | 0.975 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.975025 Full duration: 9.008867 -------------------------------------------------------------------------------- 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 85db8a57-291b-4bf3-a3a8-26856f858071 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.615 | 0.615 | 0.615 | 0.615 | 0.615 | 0.615 | 100.0% | 1 | | total | 0.616 | 0.616 | 0.616 | 0.616 | 0.616 | 0.616 | 100.0% | 1 | | -> duration | 0.616 | 0.616 | 0.616 | 0.616 | 0.616 | 0.616 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.615517 Full duration: 7.774542 -------------------------------------------------------------------------------- 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 85db8a57-291b-4bf3-a3a8-26856f858071 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.111 | 1.111 | 1.111 | 1.111 | 1.111 | 1.111 | 100.0% | 1 | | gnocchi.delete_resource_type | 0.311 | 0.311 | 0.311 | 0.311 | 0.311 | 0.311 | 100.0% | 1 | | total | 1.423 | 1.423 | 1.423 | 1.423 | 1.423 | 1.423 | 100.0% | 1 | | -> duration | 1.423 | 1.423 | 1.423 | 1.423 | 1.423 | 1.423 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.422608 Full duration: 9.366322 -------------------------------------------------------------------------------- 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 85db8a57-291b-4bf3-a3a8-26856f858071 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.627 | 0.627 | 0.627 | 0.627 | 0.627 | 0.627 | 100.0% | 1 | | total | 0.627 | 0.627 | 0.627 | 0.627 | 0.627 | 0.627 | 100.0% | 1 | | -> duration | 0.627 | 0.627 | 0.627 | 0.627 | 0.627 | 0.627 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.627473 Full duration: 7.882976 -------------------------------------------------------------------------------- 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 85db8a57-291b-4bf3-a3a8-26856f858071 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 | 0.81 | 0.81 | 0.81 | 0.81 | 0.81 | 0.81 | 100.0% | 1 | | gnocchi.delete_metric | 0.208 | 0.208 | 0.208 | 0.208 | 0.208 | 0.208 | 100.0% | 1 | | total | 1.018 | 1.018 | 1.018 | 1.018 | 1.018 | 1.018 | 100.0% | 1 | | -> duration | 1.018 | 1.018 | 1.018 | 1.018 | 1.018 | 1.018 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.018356 Full duration: 8.857117 -------------------------------------------------------------------------------- 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 85db8a57-291b-4bf3-a3a8-26856f858071 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.732 | 0.732 | 0.732 | 0.732 | 0.732 | 0.732 | 100.0% | 1 | | gnocchi.delete_resource | 0.215 | 0.215 | 0.215 | 0.215 | 0.215 | 0.215 | 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.946922 Full duration: 8.795555 HINTS: * To plot HTML graphics with this data, run: rally task report 85db8a57-291b-4bf3-a3a8-26856f858071 --out output.html * To generate a JUnit report, run: rally task export 85db8a57-291b-4bf3-a3a8-26856f858071 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 85db8a57-291b-4bf3-a3a8-26856f858071 --json --out output.json 2018-08-12 05:57:17,141 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '85db8a57-291b-4bf3-a3a8-26856f858071', '--out', u'/home/opnfv/functest/results/rally/opnfv-gnocchi.json'] 2018-08-12 05:57:19,786 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 85db8a57-291b-4bf3-a3a8-26856f858071 --out /home/opnfv/functest/results/rally/opnfv-gnocchi.json 2018-08-12 05:57:19.673 4252 INFO rally.api [-] Building 'json' report for the following task(s): '85db8a57-291b-4bf3-a3a8-26856f858071'. 2018-08-12 05:57:19.682 4252 INFO rally.api [-] The report has been successfully built. 2018-08-12 05:57:19,787 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '85db8a57-291b-4bf3-a3a8-26856f858071', '--out', u'/home/opnfv/functest/results/rally/opnfv-gnocchi.html'] 2018-08-12 05:57:22,428 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 85db8a57-291b-4bf3-a3a8-26856f858071 --out /home/opnfv/functest/results/rally/opnfv-gnocchi.html 2018-08-12 05:57:22.296 4255 INFO rally.api [-] Building 'html' report for the following task(s): '85db8a57-291b-4bf3-a3a8-26856f858071'. 2018-08-12 05:57:22.324 4255 INFO rally.api [-] The report has been successfully built. 2018-08-12 05:57:22,440 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "gnocchi" OK. 2018-08-12 05:57:22,440 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-08-12 05:57:22,441 - 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 05:57:22,441 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-12 05:57:22,456 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-12 05:57:22,457 - 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': '0860a0ef-e423-442b-b0bb-e70010de35d5', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_cc393910-d961-4ee8-ab06-6858d7c8ecac', 'flavor_name': 'rally_sanity-flavor_cc393910-d961-4ee8-ab06-6858d7c8ecac', '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_cc393910-d961-4ee8-ab06-6858d7c8ecac', '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 05:58:49,299 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 24c0d498-398f-45f1-adfe-727d763841a3 2018-08-12 05:58:49,300 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '24c0d498-398f-45f1-adfe-727d763841a3'] 2018-08-12 05:58:50,332 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 24c0d498-398f-45f1-adfe-727d763841a3 -------------------------------------------------------------------------------- Task 24c0d498-398f-45f1-adfe-727d763841a3: finished -------------------------------------------------------------------------------- test scenario HeatStacks.create_update_delete_stack args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "roles": [ "heat_stack_owner" ] }, "args": { "template_path": "/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates/autoscaling_policy.yaml.template", "updated_template_path": "/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates/updated_autoscaling_policy_inplace.yaml.template" }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 24c0d498-398f-45f1-adfe-727d763841a3 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | heat.create_stack | 4.554 | 4.554 | 4.554 | 4.554 | 4.554 | 4.554 | 100.0% | 1 | | heat.update_stack | 2.965 | 2.965 | 2.965 | 2.965 | 2.965 | 2.965 | 100.0% | 1 | | heat.delete_stack | 3.118 | 3.118 | 3.118 | 3.118 | 3.118 | 3.118 | 100.0% | 1 | | total | 10.638 | 10.638 | 10.638 | 10.638 | 10.638 | 10.638 | 100.0% | 1 | | -> duration | 6.638 | 6.638 | 6.638 | 6.638 | 6.638 | 6.638 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.637669 Full duration: 20.177601 -------------------------------------------------------------------------------- test scenario HeatStacks.create_check_delete_stack args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "roles": [ "heat_stack_owner" ] }, "args": { "template_path": "/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates/random_strings.yaml.template" }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 24c0d498-398f-45f1-adfe-727d763841a3 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | heat.create_stack | 5.076 | 5.076 | 5.076 | 5.076 | 5.076 | 5.076 | 100.0% | 1 | | heat.check_stack | 1.054 | 1.054 | 1.054 | 1.054 | 1.054 | 1.054 | 100.0% | 1 | | heat.delete_stack | 1.66 | 1.66 | 1.66 | 1.66 | 1.66 | 1.66 | 100.0% | 1 | | total | 7.79 | 7.79 | 7.79 | 7.79 | 7.79 | 7.79 | 100.0% | 1 | | -> duration | 5.79 | 5.79 | 5.79 | 5.79 | 5.79 | 5.79 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.790237 Full duration: 17.035825 -------------------------------------------------------------------------------- test scenario HeatStacks.create_suspend_resume_delete_stack args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "roles": [ "heat_stack_owner" ] }, "args": { "template_path": "/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates/random_strings.yaml.template" }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 24c0d498-398f-45f1-adfe-727d763841a3 has 0 error(s) -------------------------------------------------------------------------------- +-----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | heat.create_stack | 4.692 | 4.692 | 4.692 | 4.692 | 4.692 | 4.692 | 100.0% | 1 | | heat.suspend_stack | 0.875 | 0.875 | 0.875 | 0.875 | 0.875 | 0.875 | 100.0% | 1 | | heat.resume_stack | 1.345 | 1.345 | 1.345 | 1.345 | 1.345 | 1.345 | 100.0% | 1 | | heat.delete_stack | 1.503 | 1.503 | 1.503 | 1.503 | 1.503 | 1.503 | 100.0% | 1 | | total | 8.414 | 8.414 | 8.414 | 8.414 | 8.414 | 8.414 | 100.0% | 1 | | -> duration | 6.414 | 6.414 | 6.414 | 6.414 | 6.414 | 6.414 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.41433 Full duration: 19.460997 -------------------------------------------------------------------------------- test scenario HeatStacks.list_stacks_and_resources args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "roles": [ "heat_stack_owner" ] }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 24c0d498-398f-45f1-adfe-727d763841a3 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | heat.list_stacks | 0.632 | 0.632 | 0.632 | 0.632 | 0.632 | 0.632 | 100.0% | 1 | | total | 0.632 | 0.632 | 0.632 | 0.632 | 0.632 | 0.632 | 100.0% | 1 | | -> duration | 0.632 | 0.632 | 0.632 | 0.632 | 0.632 | 0.632 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.632145 Full duration: 9.084974 HINTS: * To plot HTML graphics with this data, run: rally task report 24c0d498-398f-45f1-adfe-727d763841a3 --out output.html * To generate a JUnit report, run: rally task export 24c0d498-398f-45f1-adfe-727d763841a3 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 24c0d498-398f-45f1-adfe-727d763841a3 --json --out output.json 2018-08-12 05:58:50,332 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '24c0d498-398f-45f1-adfe-727d763841a3', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.json'] 2018-08-12 05:58:52,915 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 24c0d498-398f-45f1-adfe-727d763841a3 --out /home/opnfv/functest/results/rally/opnfv-heat.json 2018-08-12 05:58:52.753 5168 INFO rally.api [-] Building 'json' report for the following task(s): '24c0d498-398f-45f1-adfe-727d763841a3'. 2018-08-12 05:58:52.759 5168 INFO rally.api [-] The report has been successfully built. 2018-08-12 05:58:52,915 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '24c0d498-398f-45f1-adfe-727d763841a3', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-08-12 05:58:55,390 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 24c0d498-398f-45f1-adfe-727d763841a3 --out /home/opnfv/functest/results/rally/opnfv-heat.html 2018-08-12 05:58:55.267 5171 INFO rally.api [-] Building 'html' report for the following task(s): '24c0d498-398f-45f1-adfe-727d763841a3'. 2018-08-12 05:58:55.289 5171 INFO rally.api [-] The report has been successfully built. 2018-08-12 05:58:55,396 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-08-12 05:58:55,396 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-08-12 05:58:55,397 - 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 05:58:55,397 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-12 05:58:55,412 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-12 05:58:55,413 - 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': '0860a0ef-e423-442b-b0bb-e70010de35d5', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_cc393910-d961-4ee8-ab06-6858d7c8ecac', 'flavor_name': 'rally_sanity-flavor_cc393910-d961-4ee8-ab06-6858d7c8ecac', '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_cc393910-d961-4ee8-ab06-6858d7c8ecac', '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 06:02:16,645 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 9e1fff75-165a-44f0-9700-15a897cbe895 2018-08-12 06:02:16,645 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '9e1fff75-165a-44f0-9700-15a897cbe895'] 2018-08-12 06:02:17,681 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 9e1fff75-165a-44f0-9700-15a897cbe895 -------------------------------------------------------------------------------- Task 9e1fff75-165a-44f0-9700-15a897cbe895: 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 9e1fff75-165a-44f0-9700-15a897cbe895 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.552 | 0.552 | 0.552 | 0.552 | 0.552 | 0.552 | 100.0% | 1 | | keystone_v3.add_role | 0.134 | 0.134 | 0.134 | 0.134 | 0.134 | 0.134 | 100.0% | 1 | | keystone_v3.revoke_role | 0.162 | 0.162 | 0.162 | 0.162 | 0.162 | 0.162 | 100.0% | 1 | | total | 0.848 | 0.848 | 0.848 | 0.848 | 0.848 | 0.848 | 100.0% | 1 | | -> duration | 0.848 | 0.848 | 0.848 | 0.848 | 0.848 | 0.848 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.848141 Full duration: 16.062192 -------------------------------------------------------------------------------- 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 9e1fff75-165a-44f0-9700-15a897cbe895 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.527 | 0.527 | 0.527 | 0.527 | 0.527 | 0.527 | 100.0% | 1 | | keystone_v3.add_role | 0.133 | 0.133 | 0.133 | 0.133 | 0.133 | 0.133 | 100.0% | 1 | | keystone_v3.list_roles | 0.116 | 0.116 | 0.116 | 0.116 | 0.116 | 0.116 | 100.0% | 1 | | total | 0.776 | 0.776 | 0.776 | 0.776 | 0.776 | 0.776 | 100.0% | 1 | | -> duration | 0.776 | 0.776 | 0.776 | 0.776 | 0.776 | 0.776 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.776375 Full duration: 15.279684 -------------------------------------------------------------------------------- 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 9e1fff75-165a-44f0-9700-15a897cbe895 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 | 0.733 | 0.733 | 0.733 | 0.733 | 0.733 | 0.733 | 100.0% | 1 | | keystone_v3.list_projects | 0.093 | 0.093 | 0.093 | 0.093 | 0.093 | 0.093 | 100.0% | 1 | | total | 0.826 | 0.826 | 0.826 | 0.826 | 0.826 | 0.826 | 100.0% | 1 | | -> duration | 0.826 | 0.826 | 0.826 | 0.826 | 0.826 | 0.826 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.826426 Full duration: 15.564929 -------------------------------------------------------------------------------- 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 9e1fff75-165a-44f0-9700-15a897cbe895 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.539 | 0.539 | 0.539 | 0.539 | 0.539 | 0.539 | 100.0% | 1 | | keystone_v3.delete_role | 0.132 | 0.132 | 0.132 | 0.132 | 0.132 | 0.132 | 100.0% | 1 | | total | 0.671 | 0.671 | 0.671 | 0.671 | 0.671 | 0.671 | 100.0% | 1 | | -> duration | 0.671 | 0.671 | 0.671 | 0.671 | 0.671 | 0.671 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.671149 Full duration: 13.224359 -------------------------------------------------------------------------------- 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 9e1fff75-165a-44f0-9700-15a897cbe895 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.523 | 0.523 | 0.523 | 0.523 | 0.523 | 0.523 | 100.0% | 1 | | keystone_v3.delete_service | 0.127 | 0.127 | 0.127 | 0.127 | 0.127 | 0.127 | 100.0% | 1 | | total | 0.65 | 0.65 | 0.65 | 0.65 | 0.65 | 0.65 | 100.0% | 1 | | -> duration | 0.65 | 0.65 | 0.65 | 0.65 | 0.65 | 0.65 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.650322 Full duration: 13.092524 -------------------------------------------------------------------------------- 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 9e1fff75-165a-44f0-9700-15a897cbe895 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 | 0.731 | 0.731 | 0.731 | 0.731 | 0.731 | 0.731 | 100.0% | 1 | | keystone_v3.create_user | 0.554 | 0.554 | 0.554 | 0.554 | 0.554 | 0.554 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.097 | 0.097 | 0.097 | 0.097 | 0.097 | 0.097 | 100.0% | 1 | | -> keystone_v3.add_role | 0.139 | 0.139 | 0.139 | 0.139 | 0.139 | 0.139 | 100.0% | 1 | | keystone_v3.create_role | 0.114 | 0.114 | 0.114 | 0.114 | 0.114 | 0.114 | 100.0% | 1 | | keystone_v3.get_project | 0.097 | 0.097 | 0.097 | 0.097 | 0.097 | 0.097 | 100.0% | 1 | | keystone_v3.get_user | 0.104 | 0.104 | 0.104 | 0.104 | 0.104 | 0.104 | 100.0% | 1 | | keystone_v3.get_role | 0.094 | 0.094 | 0.094 | 0.094 | 0.094 | 0.094 | 100.0% | 1 | | keystone_v3.list_services | 0.102 | 0.102 | 0.102 | 0.102 | 0.102 | 0.102 | 100.0% | 1 | | keystone_v3.get_services | 0.091 | 0.091 | 0.091 | 0.091 | 0.091 | 0.091 | 100.0% | 1 | | total | 1.99 | 1.99 | 1.99 | 1.99 | 1.99 | 1.99 | 100.0% | 1 | | -> duration | 1.99 | 1.99 | 1.99 | 1.99 | 1.99 | 1.99 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.990055 Full duration: 21.100923 -------------------------------------------------------------------------------- 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 9e1fff75-165a-44f0-9700-15a897cbe895 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 | 0.748 | 0.748 | 0.748 | 0.748 | 0.748 | 0.748 | 100.0% | 1 | | keystone_v3.update_project | 0.126 | 0.126 | 0.126 | 0.126 | 0.126 | 0.126 | 100.0% | 1 | | keystone_v3.delete_project | 0.203 | 0.203 | 0.203 | 0.203 | 0.203 | 0.203 | 100.0% | 1 | | total | 1.077 | 1.077 | 1.077 | 1.077 | 1.077 | 1.077 | 100.0% | 1 | | -> duration | 1.077 | 1.077 | 1.077 | 1.077 | 1.077 | 1.077 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.077064 Full duration: 13.996168 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": {}, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 9e1fff75-165a-44f0-9700-15a897cbe895 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 | 0.736 | 0.736 | 0.736 | 0.736 | 0.736 | 0.736 | 100.0% | 1 | | total | 0.847 | 0.847 | 0.847 | 0.847 | 0.847 | 0.847 | 100.0% | 1 | | -> duration | 0.847 | 0.847 | 0.847 | 0.847 | 0.847 | 0.847 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.846677 Full duration: 15.618064 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": {}, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 9e1fff75-165a-44f0-9700-15a897cbe895 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 | 0.671 | 0.671 | 0.671 | 0.671 | 0.671 | 0.671 | 100.0% | 1 | | total | 0.672 | 0.672 | 0.672 | 0.672 | 0.672 | 0.672 | 100.0% | 1 | | -> duration | 0.672 | 0.672 | 0.672 | 0.672 | 0.672 | 0.672 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.671598 Full duration: 15.154275 -------------------------------------------------------------------------------- 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 9e1fff75-165a-44f0-9700-15a897cbe895 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 | 0.735 | 0.735 | 0.735 | 0.735 | 0.735 | 0.735 | 100.0% | 1 | | keystone_v3.list_users | 0.118 | 0.118 | 0.118 | 0.118 | 0.118 | 0.118 | 100.0% | 1 | | total | 1.001 | 1.001 | 1.001 | 1.001 | 1.001 | 1.001 | 100.0% | 1 | | -> duration | 1.001 | 1.001 | 1.001 | 1.001 | 1.001 | 1.001 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.00063 Full duration: 15.657826 -------------------------------------------------------------------------------- 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 9e1fff75-165a-44f0-9700-15a897cbe895 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 | 0.825 | 0.825 | 0.825 | 0.825 | 0.825 | 0.825 | 100.0% | 1 | | keystone_v3.create_users | 5.751 | 5.751 | 5.751 | 5.751 | 5.751 | 5.751 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 5.751 | 5.751 | 5.751 | 5.751 | 5.751 | 5.751 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 0.964 | 0.964 | 0.964 | 0.964 | 0.964 | 0.964 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 1.552 | 1.552 | 1.552 | 1.552 | 1.552 | 1.552 | 100.0% | 1 | | total | 7.844 | 7.844 | 7.844 | 7.844 | 7.844 | 7.844 | 100.0% | 1 | | -> duration | 7.844 | 7.844 | 7.844 | 7.844 | 7.844 | 7.844 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.843613 Full duration: 25.082048 HINTS: * To plot HTML graphics with this data, run: rally task report 9e1fff75-165a-44f0-9700-15a897cbe895 --out output.html * To generate a JUnit report, run: rally task export 9e1fff75-165a-44f0-9700-15a897cbe895 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 9e1fff75-165a-44f0-9700-15a897cbe895 --json --out output.json 2018-08-12 06:02:17,682 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '9e1fff75-165a-44f0-9700-15a897cbe895', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.json'] 2018-08-12 06:02:20,233 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 9e1fff75-165a-44f0-9700-15a897cbe895 --out /home/opnfv/functest/results/rally/opnfv-keystone.json 2018-08-12 06:02:20.116 7086 INFO rally.api [-] Building 'json' report for the following task(s): '9e1fff75-165a-44f0-9700-15a897cbe895'. 2018-08-12 06:02:20.127 7086 INFO rally.api [-] The report has been successfully built. 2018-08-12 06:02:20,233 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '9e1fff75-165a-44f0-9700-15a897cbe895', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-08-12 06:02:22,789 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 9e1fff75-165a-44f0-9700-15a897cbe895 --out /home/opnfv/functest/results/rally/opnfv-keystone.html 2018-08-12 06:02:22.655 7089 INFO rally.api [-] Building 'html' report for the following task(s): '9e1fff75-165a-44f0-9700-15a897cbe895'. 2018-08-12 06:02:22.685 7089 INFO rally.api [-] The report has been successfully built. 2018-08-12 06:02:22,805 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-08-12 06:02:22,805 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-08-12 06:02:22,806 - 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 06:02:22,806 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-12 06:02:22,821 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-12 06:02:22,823 - 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': '0860a0ef-e423-442b-b0bb-e70010de35d5', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_cc393910-d961-4ee8-ab06-6858d7c8ecac', 'flavor_name': 'rally_sanity-flavor_cc393910-d961-4ee8-ab06-6858d7c8ecac', '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_cc393910-d961-4ee8-ab06-6858d7c8ecac', '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 06:08:21,809 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : bac14440-31b5-4bdd-901a-0a576e6b470c 2018-08-12 06:08:21,809 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'bac14440-31b5-4bdd-901a-0a576e6b470c'] 2018-08-12 06:08:22,877 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid bac14440-31b5-4bdd-901a-0a576e6b470c -------------------------------------------------------------------------------- Task bac14440-31b5-4bdd-901a-0a576e6b470c: 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 bac14440-31b5-4bdd-901a-0a576e6b470c 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.309 | 1.309 | 1.309 | 1.309 | 1.309 | 1.309 | 100.0% | 1 | | neutron.delete_network | 0.797 | 0.797 | 0.797 | 0.797 | 0.797 | 0.797 | 100.0% | 1 | | total | 2.106 | 2.106 | 2.106 | 2.106 | 2.106 | 2.106 | 100.0% | 1 | | -> duration | 2.106 | 2.106 | 2.106 | 2.106 | 2.106 | 2.106 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.106449 Full duration: 17.128561 -------------------------------------------------------------------------------- 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 bac14440-31b5-4bdd-901a-0a576e6b470c 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.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 100.0% | 1 | | neutron.delete_port | 0.729 | 0.729 | 0.729 | 0.729 | 0.729 | 0.729 | 100.0% | 1 | | total | 2.13 | 2.13 | 2.13 | 2.13 | 2.13 | 2.13 | 100.0% | 1 | | -> duration | 2.13 | 2.13 | 2.13 | 2.13 | 2.13 | 2.13 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.129946 Full duration: 33.337165 -------------------------------------------------------------------------------- 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 bac14440-31b5-4bdd-901a-0a576e6b470c 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.329 | 1.329 | 1.329 | 1.329 | 1.329 | 1.329 | 100.0% | 1 | | neutron.create_subnet | 1.138 | 1.138 | 1.138 | 1.138 | 1.138 | 1.138 | 100.0% | 1 | | neutron.create_router | 0.372 | 0.372 | 0.372 | 0.372 | 0.372 | 0.372 | 100.0% | 1 | | neutron.add_interface_router | 1.812 | 1.812 | 1.812 | 1.812 | 1.812 | 1.812 | 100.0% | 1 | | neutron.remove_interface_router | 1.466 | 1.466 | 1.466 | 1.466 | 1.466 | 1.466 | 100.0% | 1 | | neutron.delete_router | 0.817 | 0.817 | 0.817 | 0.817 | 0.817 | 0.817 | 100.0% | 1 | | total | 6.934 | 6.934 | 6.934 | 6.934 | 6.934 | 6.934 | 100.0% | 1 | | -> duration | 6.934 | 6.934 | 6.934 | 6.934 | 6.934 | 6.934 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.934497 Full duration: 43.193942 -------------------------------------------------------------------------------- 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 bac14440-31b5-4bdd-901a-0a576e6b470c 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.425 | 1.425 | 1.425 | 1.425 | 1.425 | 1.425 | 100.0% | 1 | | neutron.delete_subnet | 0.725 | 0.725 | 0.725 | 0.725 | 0.725 | 0.725 | 100.0% | 1 | | total | 2.15 | 2.15 | 2.15 | 2.15 | 2.15 | 2.15 | 100.0% | 1 | | -> duration | 2.15 | 2.15 | 2.15 | 2.15 | 2.15 | 2.15 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.149904 Full duration: 33.195353 -------------------------------------------------------------------------------- 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 bac14440-31b5-4bdd-901a-0a576e6b470c 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.199 | 1.199 | 1.199 | 1.199 | 1.199 | 1.199 | 100.0% | 1 | | neutron.list_networks | 0.309 | 0.309 | 0.309 | 0.309 | 0.309 | 0.309 | 100.0% | 1 | | total | 1.509 | 1.509 | 1.509 | 1.509 | 1.509 | 1.509 | 100.0% | 1 | | -> duration | 1.509 | 1.509 | 1.509 | 1.509 | 1.509 | 1.509 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.508878 Full duration: 17.819969 -------------------------------------------------------------------------------- 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 bac14440-31b5-4bdd-901a-0a576e6b470c 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.411 | 1.411 | 1.411 | 1.411 | 1.411 | 1.411 | 100.0% | 1 | | neutron.list_ports | 0.288 | 0.288 | 0.288 | 0.288 | 0.288 | 0.288 | 100.0% | 1 | | total | 1.699 | 1.699 | 1.699 | 1.699 | 1.699 | 1.699 | 100.0% | 1 | | -> duration | 1.699 | 1.699 | 1.699 | 1.699 | 1.699 | 1.699 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.699209 Full duration: 33.529906 -------------------------------------------------------------------------------- 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 bac14440-31b5-4bdd-901a-0a576e6b470c 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.979 | 0.979 | 0.979 | 0.979 | 0.979 | 0.979 | 100.0% | 1 | | neutron.create_subnet | 0.988 | 0.988 | 0.988 | 0.988 | 0.988 | 0.988 | 100.0% | 1 | | neutron.create_router | 0.344 | 0.344 | 0.344 | 0.344 | 0.344 | 0.344 | 100.0% | 1 | | neutron.add_interface_router | 2.084 | 2.084 | 2.084 | 2.084 | 2.084 | 2.084 | 100.0% | 1 | | neutron.list_routers | 0.28 | 0.28 | 0.28 | 0.28 | 0.28 | 0.28 | 100.0% | 1 | | total | 4.676 | 4.676 | 4.676 | 4.676 | 4.676 | 4.676 | 100.0% | 1 | | -> duration | 4.676 | 4.676 | 4.676 | 4.676 | 4.676 | 4.676 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.67634 Full duration: 48.030929 -------------------------------------------------------------------------------- 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 bac14440-31b5-4bdd-901a-0a576e6b470c 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.41 | 1.41 | 1.41 | 1.41 | 1.41 | 1.41 | 100.0% | 1 | | neutron.create_subnet | 0.802 | 0.802 | 0.802 | 0.802 | 0.802 | 0.802 | 100.0% | 1 | | neutron.list_subnets | 0.254 | 0.254 | 0.254 | 0.254 | 0.254 | 0.254 | 100.0% | 1 | | total | 2.466 | 2.466 | 2.466 | 2.466 | 2.466 | 2.466 | 100.0% | 1 | | -> duration | 2.466 | 2.466 | 2.466 | 2.466 | 2.466 | 2.466 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.466006 Full duration: 43.858814 -------------------------------------------------------------------------------- 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 bac14440-31b5-4bdd-901a-0a576e6b470c has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_security_group | 1.105 | 1.105 | 1.105 | 1.105 | 1.105 | 1.105 | 100.0% | 1 | | neutron.delete_security_group | 0.36 | 0.36 | 0.36 | 0.36 | 0.36 | 0.36 | 100.0% | 1 | | total | 1.465 | 1.465 | 1.465 | 1.465 | 1.465 | 1.465 | 100.0% | 1 | | -> duration | 1.465 | 1.465 | 1.465 | 1.465 | 1.465 | 1.465 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.465444 Full duration: 16.563245 -------------------------------------------------------------------------------- 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 bac14440-31b5-4bdd-901a-0a576e6b470c has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_security_group | 1.014 | 1.014 | 1.014 | 1.014 | 1.014 | 1.014 | 100.0% | 1 | | neutron.create_security_group_rule | 0.604 | 0.604 | 0.604 | 0.604 | 0.604 | 0.604 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.279 | 0.279 | 0.279 | 0.279 | 0.279 | 0.279 | 100.0% | 1 | | neutron.delete_security_group | 0.323 | 0.323 | 0.323 | 0.323 | 0.323 | 0.323 | 100.0% | 1 | | total | 2.22 | 2.22 | 2.22 | 2.22 | 2.22 | 2.22 | 100.0% | 1 | | -> duration | 2.22 | 2.22 | 2.22 | 2.22 | 2.22 | 2.22 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.220152 Full duration: 16.613313 -------------------------------------------------------------------------------- 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 bac14440-31b5-4bdd-901a-0a576e6b470c 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.057 | 1.057 | 1.057 | 1.057 | 1.057 | 1.057 | 100.0% | 1 | | neutron.create_router | 0.719 | 0.719 | 0.719 | 0.719 | 0.719 | 0.719 | 100.0% | 1 | | neutron.add_gateway_router | 1.598 | 1.598 | 1.598 | 1.598 | 1.598 | 1.598 | 100.0% | 1 | | neutron.remove_gateway_router | 1.13 | 1.13 | 1.13 | 1.13 | 1.13 | 1.13 | 100.0% | 1 | | total | 4.505 | 4.505 | 4.505 | 4.505 | 4.505 | 4.505 | 100.0% | 1 | | -> duration | 4.505 | 4.505 | 4.505 | 4.505 | 4.505 | 4.505 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.505225 Full duration: 27.685327 HINTS: * To plot HTML graphics with this data, run: rally task report bac14440-31b5-4bdd-901a-0a576e6b470c --out output.html * To generate a JUnit report, run: rally task export bac14440-31b5-4bdd-901a-0a576e6b470c --type junit --to output.xml * To get raw JSON output of task results, run: rally task report bac14440-31b5-4bdd-901a-0a576e6b470c --json --out output.json 2018-08-12 06:08:22,877 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'bac14440-31b5-4bdd-901a-0a576e6b470c', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.json'] 2018-08-12 06:08:25,502 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid bac14440-31b5-4bdd-901a-0a576e6b470c --out /home/opnfv/functest/results/rally/opnfv-neutron.json 2018-08-12 06:08:25.386 10384 INFO rally.api [-] Building 'json' report for the following task(s): 'bac14440-31b5-4bdd-901a-0a576e6b470c'. 2018-08-12 06:08:25.398 10384 INFO rally.api [-] The report has been successfully built. 2018-08-12 06:08:25,503 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'bac14440-31b5-4bdd-901a-0a576e6b470c', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-08-12 06:08:27,993 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid bac14440-31b5-4bdd-901a-0a576e6b470c --out /home/opnfv/functest/results/rally/opnfv-neutron.html 2018-08-12 06:08:27.860 10387 INFO rally.api [-] Building 'html' report for the following task(s): 'bac14440-31b5-4bdd-901a-0a576e6b470c'. 2018-08-12 06:08:27.891 10387 INFO rally.api [-] The report has been successfully built. 2018-08-12 06:08:28,012 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2018-08-12 06:08:28,012 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-08-12 06:08:28,013 - 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 06:08:28,013 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-12 06:08:28,028 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-12 06:08:28,029 - 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': '0860a0ef-e423-442b-b0bb-e70010de35d5', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_cc393910-d961-4ee8-ab06-6858d7c8ecac', 'flavor_name': 'rally_sanity-flavor_cc393910-d961-4ee8-ab06-6858d7c8ecac', '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_cc393910-d961-4ee8-ab06-6858d7c8ecac', '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 06:16:07,624 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 243acad4-bd9c-4110-a37f-957538147ab3 2018-08-12 06:16:07,625 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '243acad4-bd9c-4110-a37f-957538147ab3'] 2018-08-12 06:16:08,739 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 243acad4-bd9c-4110-a37f-957538147ab3 -------------------------------------------------------------------------------- Task 243acad4-bd9c-4110-a37f-957538147ab3: finished -------------------------------------------------------------------------------- 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_cc393910-d961-4ee8-ab06-6858d7c8ecac" }, "image": { "name": "rally_sanity-img_cc393910-d961-4ee8-ab06-6858d7c8ecac" }, "nics": [ { "net-id": "0860a0ef-e423-442b-b0bb-e70010de35d5" } ] }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 243acad4-bd9c-4110-a37f-957538147ab3 has 0 error(s) -------------------------------------------------------------------------------- +-----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 14.085 | 14.085 | 14.085 | 14.085 | 14.085 | 14.085 | 100.0% | 1 | | nova.live_migrate | 17.978 | 17.978 | 17.978 | 17.978 | 17.978 | 17.978 | 100.0% | 1 | | nova.delete_server | 3.25 | 3.25 | 3.25 | 3.25 | 3.25 | 3.25 | 100.0% | 1 | | total | 35.313 | 35.313 | 35.313 | 35.313 | 35.313 | 35.313 | 100.0% | 1 | | -> duration | 34.313 | 34.313 | 34.313 | 34.313 | 34.313 | 34.313 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 34.313241 Full duration: 46.682808 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_attach_created_volume_and_live_migrate 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_cc393910-d961-4ee8-ab06-6858d7c8ecac" }, "boot_server_kwargs": { "nics": [ { "net-id": "0860a0ef-e423-442b-b0bb-e70010de35d5" } ] }, "image": { "name": "rally_sanity-img_cc393910-d961-4ee8-ab06-6858d7c8ecac" }, "size": 10 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 243acad4-bd9c-4110-a37f-957538147ab3 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 13.621 | 13.621 | 13.621 | 13.621 | 13.621 | 13.621 | 100.0% | 1 | | cinder_v2.create_volume | 2.898 | 2.898 | 2.898 | 2.898 | 2.898 | 2.898 | 100.0% | 1 | | nova.attach_volume | 4.855 | 4.855 | 4.855 | 4.855 | 4.855 | 4.855 | 100.0% | 1 | | nova.live_migrate | 15.721 | 15.721 | 15.721 | 15.721 | 15.721 | 15.721 | 100.0% | 1 | | nova.detach_volume | 4.391 | 4.391 | 4.391 | 4.391 | 4.391 | 4.391 | 100.0% | 1 | | cinder_v2.delete_volume | 2.778 | 2.778 | 2.778 | 2.778 | 2.778 | 2.778 | 100.0% | 1 | | nova.delete_server | 3.074 | 3.074 | 3.074 | 3.074 | 3.074 | 3.074 | 100.0% | 1 | | total | 47.339 | 47.339 | 47.339 | 47.339 | 47.339 | 47.339 | 100.0% | 1 | | -> duration | 46.339 | 46.339 | 46.339 | 46.339 | 46.339 | 46.339 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 46.3385 Full duration: 61.666056 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_from_volume_and_live_migrate args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "volume_size": 10, "nics": [ { "net-id": "0860a0ef-e423-442b-b0bb-e70010de35d5" } ], "image": { "name": "rally_sanity-img_cc393910-d961-4ee8-ab06-6858d7c8ecac" }, "block_migration": false, "force_delete": false, "flavor": { "name": "rally_sanity-flavor_cc393910-d961-4ee8-ab06-6858d7c8ecac" } }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 243acad4-bd9c-4110-a37f-957538147ab3 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.861 | 10.861 | 10.861 | 10.861 | 10.861 | 10.861 | 100.0% | 1 | | nova.boot_server | 10.772 | 10.772 | 10.772 | 10.772 | 10.772 | 10.772 | 100.0% | 1 | | nova.live_migrate | 18.902 | 18.902 | 18.902 | 18.902 | 18.902 | 18.902 | 100.0% | 1 | | nova.delete_server | 2.953 | 2.953 | 2.953 | 2.953 | 2.953 | 2.953 | 100.0% | 1 | | total | 43.489 | 43.489 | 43.489 | 43.489 | 43.489 | 43.489 | 100.0% | 1 | | -> duration | 42.489 | 42.489 | 42.489 | 42.489 | 42.489 | 42.489 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 42.488936 Full duration: 57.214241 -------------------------------------------------------------------------------- test scenario NovaKeypair.boot_and_delete_server_with_keypair args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "quotas": { "nova": { "ram": -1, "floating_ips": -1, "security_group_rules": -1, "instances": -1, "key_pairs": -1, "cores": -1, "security_groups": -1 }, "neutron": { "subnet": -1, "network": -1, "port": -1 } }, "users": { "users_per_tenant": 1, "tenants": 1 }, "network": { "networks_per_tenant": 1, "start_cidr": "100.1.0.0/25" } }, "args": { "server_kwargs": { "nics": [ { "net-id": "0860a0ef-e423-442b-b0bb-e70010de35d5" } ] }, "flavor": { "name": "rally_sanity-flavor_cc393910-d961-4ee8-ab06-6858d7c8ecac" }, "image": { "name": "rally_sanity-img_cc393910-d961-4ee8-ab06-6858d7c8ecac" } }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 243acad4-bd9c-4110-a37f-957538147ab3 has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.create_keypair | 1.203 | 1.203 | 1.203 | 1.203 | 1.203 | 1.203 | 100.0% | 1 | | nova.boot_server | 10.12 | 10.12 | 10.12 | 10.12 | 10.12 | 10.12 | 100.0% | 1 | | nova.delete_server | 2.971 | 2.971 | 2.971 | 2.971 | 2.971 | 2.971 | 100.0% | 1 | | nova.delete_keypair | 0.038 | 0.038 | 0.038 | 0.038 | 0.038 | 0.038 | 100.0% | 1 | | total | 14.335 | 14.335 | 14.335 | 14.335 | 14.335 | 14.335 | 100.0% | 1 | | -> duration | 13.335 | 13.335 | 13.335 | 13.335 | 13.335 | 13.335 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 13.33464 Full duration: 41.322052 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_from_volume_and_delete args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "quotas": { "cinder": { "gigabytes": -1, "volumes": -1, "snapshots": -1 }, "nova": { "ram": -1, "floating_ips": -1, "security_group_rules": -1, "instances": -1, "cores": -1, "security_groups": -1 }, "neutron": { "subnet": -1, "network": -1, "port": -1 } }, "users": { "users_per_tenant": 1, "tenants": 1 }, "network": { "networks_per_tenant": 1, "start_cidr": "100.1.0.0/25" } }, "args": { "volume_size": 5, "flavor": { "name": "rally_sanity-flavor_cc393910-d961-4ee8-ab06-6858d7c8ecac" }, "image": { "name": "rally_sanity-img_cc393910-d961-4ee8-ab06-6858d7c8ecac" }, "nics": [ { "net-id": "0860a0ef-e423-442b-b0bb-e70010de35d5" } ] }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 243acad4-bd9c-4110-a37f-957538147ab3 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 9.803 | 9.803 | 9.803 | 9.803 | 9.803 | 9.803 | 100.0% | 1 | | nova.boot_server | 11.383 | 11.383 | 11.383 | 11.383 | 11.383 | 11.383 | 100.0% | 1 | | nova.delete_server | 5.384 | 5.384 | 5.384 | 5.384 | 5.384 | 5.384 | 100.0% | 1 | | total | 26.57 | 26.57 | 26.57 | 26.57 | 26.57 | 26.57 | 100.0% | 1 | | -> duration | 25.57 | 25.57 | 25.57 | 25.57 | 25.57 | 25.57 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 25.57019 Full duration: 57.591721 -------------------------------------------------------------------------------- test scenario NovaServers.pause_and_unpause_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "quotas": { "nova": { "ram": -1, "floating_ips": -1, "security_group_rules": -1, "instances": -1, "cores": -1, "security_groups": -1 }, "neutron": { "subnet": -1, "network": -1, "port": -1 } }, "users": { "users_per_tenant": 1, "tenants": 1 }, "network": { "networks_per_tenant": 1, "start_cidr": "100.1.0.0/25" } }, "args": { "force_delete": false, "flavor": { "name": "rally_sanity-flavor_cc393910-d961-4ee8-ab06-6858d7c8ecac" }, "image": { "name": "rally_sanity-img_cc393910-d961-4ee8-ab06-6858d7c8ecac" }, "nics": [ { "net-id": "0860a0ef-e423-442b-b0bb-e70010de35d5" } ] }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 243acad4-bd9c-4110-a37f-957538147ab3 has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 10.81 | 10.81 | 10.81 | 10.81 | 10.81 | 10.81 | 100.0% | 1 | | nova.pause_server | 2.87 | 2.87 | 2.87 | 2.87 | 2.87 | 2.87 | 100.0% | 1 | | nova.unpause_server | 2.501 | 2.501 | 2.501 | 2.501 | 2.501 | 2.501 | 100.0% | 1 | | nova.delete_server | 2.721 | 2.721 | 2.721 | 2.721 | 2.721 | 2.721 | 100.0% | 1 | | total | 18.902 | 18.902 | 18.902 | 18.902 | 18.902 | 18.902 | 100.0% | 1 | | -> duration | 13.902 | 13.902 | 13.902 | 13.902 | 13.902 | 13.902 | 100.0% | 1 | | -> idle_duration | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 13.902367 Full duration: 47.482927 -------------------------------------------------------------------------------- test scenario NovaServers.boot_and_migrate_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "nics": [ { "net-id": "0860a0ef-e423-442b-b0bb-e70010de35d5" } ], "flavor": { "name": "rally_sanity-flavor_cc393910-d961-4ee8-ab06-6858d7c8ecac" }, "image": { "name": "rally_sanity-img_cc393910-d961-4ee8-ab06-6858d7c8ecac" } }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 243acad4-bd9c-4110-a37f-957538147ab3 has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 9.879 | 9.879 | 9.879 | 9.879 | 9.879 | 9.879 | 100.0% | 1 | | nova.migrate | 12.982 | 12.982 | 12.982 | 12.982 | 12.982 | 12.982 | 100.0% | 1 | | nova.resize_confirm | 3.98 | 3.98 | 3.98 | 3.98 | 3.98 | 3.98 | 100.0% | 1 | | nova.delete_server | 2.897 | 2.897 | 2.897 | 2.897 | 2.897 | 2.897 | 100.0% | 1 | | total | 29.739 | 29.739 | 29.739 | 29.739 | 29.739 | 29.739 | 100.0% | 1 | | -> duration | 28.739 | 28.739 | 28.739 | 28.739 | 28.739 | 28.739 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 28.738626 Full duration: 39.957928 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_and_list_interfaces args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "network": {} }, "args": { "flavor": { "name": "rally_sanity-flavor_cc393910-d961-4ee8-ab06-6858d7c8ecac" }, "auto_assign_nic": true, "image": { "name": "rally_sanity-img_cc393910-d961-4ee8-ab06-6858d7c8ecac" } }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 243acad4-bd9c-4110-a37f-957538147ab3 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 13.264 | 13.264 | 13.264 | 13.264 | 13.264 | 13.264 | 100.0% | 1 | | nova.list_interfaces | 0.401 | 0.401 | 0.401 | 0.401 | 0.401 | 0.401 | 100.0% | 1 | | total | 13.665 | 13.665 | 13.665 | 13.665 | 13.665 | 13.665 | 100.0% | 1 | | -> duration | 12.665 | 12.665 | 12.665 | 12.665 | 12.665 | 12.665 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 12.665352 Full duration: 45.558812 -------------------------------------------------------------------------------- test scenario NovaServerGroups.create_and_delete_server_group args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "policies": [ "affinity" ] }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 243acad4-bd9c-4110-a37f-957538147ab3 has 0 error(s) -------------------------------------------------------------------------------- +-----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.create_server_group | 0.699 | 0.699 | 0.699 | 0.699 | 0.699 | 0.699 | 100.0% | 1 | | nova.delete_server_group | 0.073 | 0.073 | 0.073 | 0.073 | 0.073 | 0.073 | 100.0% | 1 | | total | 0.773 | 0.773 | 0.773 | 0.773 | 0.773 | 0.773 | 100.0% | 1 | | -> duration | 0.773 | 0.773 | 0.773 | 0.773 | 0.773 | 0.773 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.772656 Full duration: 10.04422 HINTS: * To plot HTML graphics with this data, run: rally task report 243acad4-bd9c-4110-a37f-957538147ab3 --out output.html * To generate a JUnit report, run: rally task export 243acad4-bd9c-4110-a37f-957538147ab3 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 243acad4-bd9c-4110-a37f-957538147ab3 --json --out output.json 2018-08-12 06:16:08,740 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '243acad4-bd9c-4110-a37f-957538147ab3', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.json'] 2018-08-12 06:16:11,329 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 243acad4-bd9c-4110-a37f-957538147ab3 --out /home/opnfv/functest/results/rally/opnfv-nova.json 2018-08-12 06:16:11.169 12030 INFO rally.api [-] Building 'json' report for the following task(s): '243acad4-bd9c-4110-a37f-957538147ab3'. 2018-08-12 06:16:11.180 12030 INFO rally.api [-] The report has been successfully built. 2018-08-12 06:16:11,329 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '243acad4-bd9c-4110-a37f-957538147ab3', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-08-12 06:16:14,041 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 243acad4-bd9c-4110-a37f-957538147ab3 --out /home/opnfv/functest/results/rally/opnfv-nova.html 2018-08-12 06:16:13.902 12033 INFO rally.api [-] Building 'html' report for the following task(s): '243acad4-bd9c-4110-a37f-957538147ab3'. 2018-08-12 06:16:13.934 12033 INFO rally.api [-] The report has been successfully built. 2018-08-12 06:16:14,054 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" OK. 2018-08-12 06:16:14,054 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-08-12 06:16:14,055 - 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 06:16:14,055 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-12 06:16:14,069 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-12 06:16:14,070 - 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': '0860a0ef-e423-442b-b0bb-e70010de35d5', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_cc393910-d961-4ee8-ab06-6858d7c8ecac', 'flavor_name': 'rally_sanity-flavor_cc393910-d961-4ee8-ab06-6858d7c8ecac', '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_cc393910-d961-4ee8-ab06-6858d7c8ecac', '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 06:17:07,845 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 9212422a-a9d0-48a2-9379-b93cd112f5cf 2018-08-12 06:17:07,845 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '9212422a-a9d0-48a2-9379-b93cd112f5cf'] 2018-08-12 06:17:08,894 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 9212422a-a9d0-48a2-9379-b93cd112f5cf -------------------------------------------------------------------------------- Task 9212422a-a9d0-48a2-9379-b93cd112f5cf: 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 9212422a-a9d0-48a2-9379-b93cd112f5cf 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.928 | 0.928 | 0.928 | 0.928 | 0.928 | 0.928 | 100.0% | 1 | | quotas.delete_quotas | 0.21 | 0.21 | 0.21 | 0.21 | 0.21 | 0.21 | 100.0% | 1 | | total | 1.138 | 1.138 | 1.138 | 1.138 | 1.138 | 1.138 | 100.0% | 1 | | -> duration | 1.138 | 1.138 | 1.138 | 1.138 | 1.138 | 1.138 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.137702 Full duration: 9.47116 -------------------------------------------------------------------------------- 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 9212422a-a9d0-48a2-9379-b93cd112f5cf 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.771 | 0.771 | 0.771 | 0.771 | 0.771 | 0.771 | 100.0% | 1 | | total | 0.771 | 0.771 | 0.771 | 0.771 | 0.771 | 0.771 | 100.0% | 1 | | -> duration | 0.771 | 0.771 | 0.771 | 0.771 | 0.771 | 0.771 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.770652 Full duration: 8.89448 -------------------------------------------------------------------------------- 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 9212422a-a9d0-48a2-9379-b93cd112f5cf 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.351 | 0.351 | 0.351 | 0.351 | 0.351 | 0.351 | 100.0% | 1 | | total | 0.767 | 0.767 | 0.767 | 0.767 | 0.767 | 0.767 | 100.0% | 1 | | -> duration | 0.767 | 0.767 | 0.767 | 0.767 | 0.767 | 0.767 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.766731 Full duration: 9.495154 -------------------------------------------------------------------------------- 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 9212422a-a9d0-48a2-9379-b93cd112f5cf 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.07 | 1.07 | 1.07 | 1.07 | 1.07 | 1.07 | 100.0% | 1 | | total | 1.07 | 1.07 | 1.07 | 1.07 | 1.07 | 1.07 | 100.0% | 1 | | -> duration | 1.07 | 1.07 | 1.07 | 1.07 | 1.07 | 1.07 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.070283 Full duration: 9.271735 HINTS: * To plot HTML graphics with this data, run: rally task report 9212422a-a9d0-48a2-9379-b93cd112f5cf --out output.html * To generate a JUnit report, run: rally task export 9212422a-a9d0-48a2-9379-b93cd112f5cf --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 9212422a-a9d0-48a2-9379-b93cd112f5cf --json --out output.json 2018-08-12 06:17:08,895 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '9212422a-a9d0-48a2-9379-b93cd112f5cf', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.json'] 2018-08-12 06:17:11,526 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 9212422a-a9d0-48a2-9379-b93cd112f5cf --out /home/opnfv/functest/results/rally/opnfv-quotas.json 2018-08-12 06:17:11.413 12546 INFO rally.api [-] Building 'json' report for the following task(s): '9212422a-a9d0-48a2-9379-b93cd112f5cf'. 2018-08-12 06:17:11.418 12546 INFO rally.api [-] The report has been successfully built. 2018-08-12 06:17:11,527 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '9212422a-a9d0-48a2-9379-b93cd112f5cf', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-08-12 06:17:14,118 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 9212422a-a9d0-48a2-9379-b93cd112f5cf --out /home/opnfv/functest/results/rally/opnfv-quotas.html 2018-08-12 06:17:13.993 12549 INFO rally.api [-] Building 'html' report for the following task(s): '9212422a-a9d0-48a2-9379-b93cd112f5cf'. 2018-08-12 06:17:14.014 12549 INFO rally.api [-] The report has been successfully built. 2018-08-12 06:17:14,122 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-08-12 06:17:14,125 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 00:49 | 6 | 100.00% | | glance | 01:19 | 4 | 100.00% | | cinder | 02:44 | 10 | 100.00% | | gnocchi | 01:31 | 11 | 100.00% | | heat | 01:05 | 4 | 100.00% | | keystone | 02:59 | 11 | 100.00% | | neutron | 05:30 | 11 | 100.00% | | nova | 06:47 | 9 | 100.00% | | quotas | 00:37 | 4 | 100.00% | | | | | | | TOTAL: | 00:23:26 | 70 | 100.00% | +----------------+------------+----------------+-----------+ 2018-08-12 06:17:14,125 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 100.00% in 9/9 modules 2018-08-12 06:17:14,242 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-12 06:17:14,243 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 28:38 | PASS | +----------------------+------------------+------------------+----------------+ 2018-08-12 06:17:14,248 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-12 06:17:14,251 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}0a81fc4356e82c5ed17d5880c6cf8e03668c1e58" 2018-08-12 06:17:14,459 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 06: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-02368d13-d145-4e15-90cf-b35d25b5ffac x-compute-request-id: req-02368d13-d145-4e15-90cf-b35d25b5ffac Content-Encoding: gzip Content-Length: 366 Content-Type: application/json RESP BODY: {"flavors": [{"name": "rally_sanity-flavor_alt_cc393910-d961-4ee8-ab06-6858d7c8ecac", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/a6b1ac3b-7e21-45df-ba79-269a3c2eb866", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/a6b1ac3b-7e21-45df-ba79-269a3c2eb866", "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": "a6b1ac3b-7e21-45df-ba79-269a3c2eb866"}, {"name": "rally_sanity-flavor_cc393910-d961-4ee8-ab06-6858d7c8ecac", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/ed9ddaf9-eb9d-4882-80df-fe0857f17b5f", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/ed9ddaf9-eb9d-4882-80df-fe0857f17b5f", "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": "ed9ddaf9-eb9d-4882-80df-fe0857f17b5f"}]} 2018-08-12 06:17:14,459 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-02368d13-d145-4e15-90cf-b35d25b5ffac 2018-08-12 06:17:14,459 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.210524082184s 2018-08-12 06:17:14,459 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-02368d13-d145-4e15-90cf-b35d25b5ffac 2018-08-12 06:17:14,462 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-12 06:17:14,465 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/flavors/a6b1ac3b-7e21-45df-ba79-269a3c2eb866 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0a81fc4356e82c5ed17d5880c6cf8e03668c1e58" 2018-08-12 06:17:14,496 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 06: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 x-openstack-request-id: req-11bbc415-ece0-4578-ade8-c39c5de737ef x-compute-request-id: req-11bbc415-ece0-4578-ade8-c39c5de737ef Content-Length: 0 Content-Type: application/json 2018-08-12 06:17:14,496 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/a6b1ac3b-7e21-45df-ba79-269a3c2eb866 used request id req-11bbc415-ece0-4578-ade8-c39c5de737ef 2018-08-12 06:17:14,496 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0343329906464s 2018-08-12 06:17:14,497 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/a6b1ac3b-7e21-45df-ba79-269a3c2eb866 used request id req-11bbc415-ece0-4578-ade8-c39c5de737ef 2018-08-12 06:17:14,497 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-12 06:17:14,498 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/e0a2deff-d666-4e1a-b0ae-62e409272bb9/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}0a81fc4356e82c5ed17d5880c6cf8e03668c1e58" -d '{"subnet_id": "27175d75-250e-48ea-904b-3204aa279832"}' 2018-08-12 06:17:16,052 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-4068ba04-626a-48fe-9123-e0ba6c5e7ed3 Date: Sun, 12 Aug 2018 06:17:16 GMT RESP BODY: {"network_id": "0860a0ef-e423-442b-b0bb-e70010de35d5", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "subnet_id": "27175d75-250e-48ea-904b-3204aa279832", "subnet_ids": ["27175d75-250e-48ea-904b-3204aa279832"], "port_id": "a76ba869-2e4f-409c-a299-f74d5664d183", "id": "e0a2deff-d666-4e1a-b0ae-62e409272bb9"} 2018-08-12 06:17:16,052 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/e0a2deff-d666-4e1a-b0ae-62e409272bb9/remove_router_interface.json used request id req-4068ba04-626a-48fe-9123-e0ba6c5e7ed3 2018-08-12 06:17:16,053 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.55524206161s 2018-08-12 06:17:16,053 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/e0a2deff-d666-4e1a-b0ae-62e409272bb9/remove_router_interface.json used request id req-4068ba04-626a-48fe-9123-e0ba6c5e7ed3 returning object e0a2deff-d666-4e1a-b0ae-62e409272bb9 2018-08-12 06:17:16,053 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-12 06:17:16,053 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}0a81fc4356e82c5ed17d5880c6cf8e03668c1e58" 2018-08-12 06:17:16,443 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 648 X-Openstack-Request-Id: req-f46356a5-173a-4d39-bb01-eb1f21f118cb Date: Sun, 12 Aug 2018 06:17:16 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ec788992-fa73-45cc-a7d9-6d44542124c2", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "created_at": "2018-08-12T05:48:37Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-12T06:17:15Z", "revision_number": 4, "routes": [], "project_id": "a267b9a156244bb192691cff6e5f74fe", "id": "e0a2deff-d666-4e1a-b0ae-62e409272bb9", "name": "rally_sanity-router_cc393910-d961-4ee8-ab06-6858d7c8ecac"}]} 2018-08-12 06:17:16,443 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-f46356a5-173a-4d39-bb01-eb1f21f118cb 2018-08-12 06:17:16,443 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.389987945557s 2018-08-12 06:17:16,443 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-f46356a5-173a-4d39-bb01-eb1f21f118cb 2018-08-12 06:17:16,445 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-12 06:17:16,445 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/routers/e0a2deff-d666-4e1a-b0ae-62e409272bb9.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0a81fc4356e82c5ed17d5880c6cf8e03668c1e58" 2018-08-12 06:17:17,916 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-902a6492-3081-41a0-b89f-062a090539c1 Content-Length: 0 Date: Sun, 12 Aug 2018 06:17:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 06:17:17,916 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/e0a2deff-d666-4e1a-b0ae-62e409272bb9.json used request id req-902a6492-3081-41a0-b89f-062a090539c1 2018-08-12 06:17:17,916 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.47139000893s 2018-08-12 06:17:17,916 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/e0a2deff-d666-4e1a-b0ae-62e409272bb9.json used request id req-902a6492-3081-41a0-b89f-062a090539c1 2018-08-12 06:17:17,917 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-12 06:17:17,918 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}0a81fc4356e82c5ed17d5880c6cf8e03668c1e58" 2018-08-12 06:17:18,139 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1294 X-Openstack-Request-Id: req-b1113a7e-697d-45f0-b015-82919068a009 Date: Sun, 12 Aug 2018 06:17:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0860a0ef-e423-442b-b0bb-e70010de35d5","tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T05:48:37Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-12T05:48:37Z","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":"a267b9a156244bb192691cff6e5f74fe","id":"27175d75-250e-48ea-904b-3204aa279832","subnetpool_id":null,"name":"rally_sanity-subnet_cc393910-d961-4ee8-ab06-6858d7c8ecac"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","tenant_id":"310f5853751a4c968f3eeb0a3d99a0a8","created_at":"2018-08-12T05:04:31Z","dns_nameservers":[],"updated_at":"2018-08-12T05:04:31Z","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":"310f5853751a4c968f3eeb0a3d99a0a8","id":"ec788992-fa73-45cc-a7d9-6d44542124c2","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-12 06:17:18,139 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-b1113a7e-697d-45f0-b015-82919068a009 2018-08-12 06:17:18,139 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.221853017807s 2018-08-12 06:17:18,139 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-b1113a7e-697d-45f0-b015-82919068a009 2018-08-12 06:17:18,141 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-12 06:17:18,141 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/subnets/27175d75-250e-48ea-904b-3204aa279832.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0a81fc4356e82c5ed17d5880c6cf8e03668c1e58" 2018-08-12 06:17:20,436 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-243fbc0c-ee71-4c3b-9d8e-06d5eb1ee75e Date: Sun, 12 Aug 2018 06:17:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 06:17:20,436 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/27175d75-250e-48ea-904b-3204aa279832.json used request id req-243fbc0c-ee71-4c3b-9d8e-06d5eb1ee75e 2018-08-12 06:17:20,436 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.2951669693s 2018-08-12 06:17:20,436 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/27175d75-250e-48ea-904b-3204aa279832.json used request id req-243fbc0c-ee71-4c3b-9d8e-06d5eb1ee75e 2018-08-12 06:17:20,437 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 06:17:20,437 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0a81fc4356e82c5ed17d5880c6cf8e03668c1e58" 2018-08-12 06:17:20,707 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1354 X-Openstack-Request-Id: req-f7af2b16-d017-4655-a103-c68a9b5633a4 Date: Sun, 12 Aug 2018 06:17:20 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":7,"port_security_enabled":true,"mtu":1500,"id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"310f5853751a4c968f3eeb0a3d99a0a8","status":"ACTIVE","subnets":["ec788992-fa73-45cc-a7d9-6d44542124c2"],"description":"","tags":[],"updated_at":"2018-08-12T05:35:20Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"310f5853751a4c968f3eeb0a3d99a0a8","created_at":"2018-08-12T05:04:23Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"0860a0ef-e423-442b-b0bb-e70010de35d5","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":true,"project_id":"a267b9a156244bb192691cff6e5f74fe","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T06:17:20Z","provider:segmentation_id":78,"name":"rally_sanity-net_cc393910-d961-4ee8-ab06-6858d7c8ecac","admin_state_up":true,"tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T05:48:36Z","provider:network_type":"vxlan"}]} 2018-08-12 06:17:20,708 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-f7af2b16-d017-4655-a103-c68a9b5633a4 2018-08-12 06:17:20,708 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.270889043808s 2018-08-12 06:17:20,708 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-f7af2b16-d017-4655-a103-c68a9b5633a4 2018-08-12 06:17:20,710 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-12 06:17:20,710 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/networks/0860a0ef-e423-442b-b0bb-e70010de35d5.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0a81fc4356e82c5ed17d5880c6cf8e03668c1e58" 2018-08-12 06:17:22,232 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-03d8b9e7-82fc-4c7f-b7a8-6310cf6547c8 Date: Sun, 12 Aug 2018 06:17:22 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 06:17:22,232 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/0860a0ef-e423-442b-b0bb-e70010de35d5.json used request id req-03d8b9e7-82fc-4c7f-b7a8-6310cf6547c8 2018-08-12 06:17:22,232 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.52276802063s 2018-08-12 06:17:22,233 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/0860a0ef-e423-442b-b0bb-e70010de35d5.json used request id req-03d8b9e7-82fc-4c7f-b7a8-6310cf6547c8 2018-08-12 06:17:22,237 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 06:17:22,241 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0a81fc4356e82c5ed17d5880c6cf8e03668c1e58" 2018-08-12 06:17:22,831 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1205 Content-Type: application/json X-Openstack-Request-Id: req-c3a83ebc-d189-46dd-9527-741d99c4356e Date: Sun, 12 Aug 2018 06:17:22 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/a8554d8f-3c57-4a6f-82e2-8a7b6f4f32f6/snap", "metadata": {}}], "file": "/v2/images/a8554d8f-3c57-4a6f-82e2-8a7b6f4f32f6/file", "owner": "a267b9a156244bb192691cff6e5f74fe", "id": "a8554d8f-3c57-4a6f-82e2-8a7b6f4f32f6", "size": 12716032, "self": "/v2/images/a8554d8f-3c57-4a6f-82e2-8a7b6f4f32f6", "disk_format": "qcow2", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/a8554d8f-3c57-4a6f-82e2-8a7b6f4f32f6/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-12T05:48:42Z", "visibility": "public", "owner_specified.shade.object": "images/rally_sanity-img_cc393910-d961-4ee8-ab06-6858d7c8ecac", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "rally_sanity-img_cc393910-d961-4ee8-ab06-6858d7c8ecac", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-12T05:48:41Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 06:17:22,831 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-c3a83ebc-d189-46dd-9527-741d99c4356e 2018-08-12 06:17:22,831 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.594061851501s 2018-08-12 06:17:22,832 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-c3a83ebc-d189-46dd-9527-741d99c4356e 2018-08-12 06:17:22,834 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-12 06:17:22,838 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9292/v2/images/a8554d8f-3c57-4a6f-82e2-8a7b6f4f32f6 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0a81fc4356e82c5ed17d5880c6cf8e03668c1e58" 2018-08-12 06:17:23,845 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-aaf4cec7-3b80-41c3-bf4b-3add67a5cea7 Date: Sun, 12 Aug 2018 06:17: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 06:17:23,846 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/a8554d8f-3c57-4a6f-82e2-8a7b6f4f32f6 used request id req-aaf4cec7-3b80-41c3-bf4b-3add67a5cea7 2018-08-12 06:17:23,846 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.01195311546s 2018-08-12 06:17:23,846 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/a8554d8f-3c57-4a6f-82e2-8a7b6f4f32f6 used request id req-aaf4cec7-3b80-41c3-bf4b-3add67a5cea7 2018-08-12 06:17:23,847 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-12 06:17:23,850 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}0a81fc4356e82c5ed17d5880c6cf8e03668c1e58" 2018-08-12 06:17:23,889 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 06: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-ec19cbf8-5b5c-44eb-b835-a0505be1c6fc x-compute-request-id: req-ec19cbf8-5b5c-44eb-b835-a0505be1c6fc Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavors": [{"name": "rally_sanity-flavor_cc393910-d961-4ee8-ab06-6858d7c8ecac", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/ed9ddaf9-eb9d-4882-80df-fe0857f17b5f", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/ed9ddaf9-eb9d-4882-80df-fe0857f17b5f", "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": "ed9ddaf9-eb9d-4882-80df-fe0857f17b5f"}]} 2018-08-12 06:17:23,890 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-ec19cbf8-5b5c-44eb-b835-a0505be1c6fc 2018-08-12 06:17:23,890 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0431060791016s 2018-08-12 06:17:23,890 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-ec19cbf8-5b5c-44eb-b835-a0505be1c6fc 2018-08-12 06:17:23,892 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-12 06:17:23,895 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/flavors/ed9ddaf9-eb9d-4882-80df-fe0857f17b5f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0a81fc4356e82c5ed17d5880c6cf8e03668c1e58" 2018-08-12 06:17:23,940 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 06: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 x-openstack-request-id: req-7fad7f8c-dbf8-4036-8da8-a048f8d9b32a x-compute-request-id: req-7fad7f8c-dbf8-4036-8da8-a048f8d9b32a Content-Length: 0 Content-Type: application/json 2018-08-12 06:17:23,940 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/ed9ddaf9-eb9d-4882-80df-fe0857f17b5f used request id req-7fad7f8c-dbf8-4036-8da8-a048f8d9b32a 2018-08-12 06:17:23,940 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0480051040649s 2018-08-12 06:17:23,940 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/ed9ddaf9-eb9d-4882-80df-fe0857f17b5f used request id req-7fad7f8c-dbf8-4036-8da8-a048f8d9b32a 2018-08-12 06:17:23,999 - xtesting.ci.run_tests - INFO - Loading test case 'patrole'... 2018-08-12 06:17:24,039 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-12 06:17:24,039 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-12 06:17:24,039 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-12 06:17:24,039 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-12 06:17:24,039 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-12 06:17:24,039 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-12 06:17:24,039 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-12 06:17:24,039 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-12 06:17:24,039 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-12 06:17:24,040 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-12 06:17:24,040 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-12 06:17:24,040 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-12 06:17:24,040 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-12 06:17:24,040 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-12 06:17:24,040 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-12 06:17:24,040 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-12 06:17:24,040 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-12 06:17:24,040 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-12 06:17:24,040 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-12 06:17:24,040 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-12 06:17:24,040 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-12 06:17:24,040 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-12 06:17:24,040 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-12 06:17:24,040 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-12 06:17:24,041 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-12 06:17:24,043 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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 06:17:24,049 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 06:17:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-41e92f0c-d6ae-4e09-84a9-2fac1c30ceb6 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 06:17:24,049 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-41e92f0c-d6ae-4e09-84a9-2fac1c30ceb6 2018-08-12 06:17:24,049 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-08-12 06:17:24,438 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T07:17:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["kRdY9wVnQbulhG7qhBB45w"], "issued_at": "2018-08-12T06:17:24.000000Z"}} 2018-08-12 06:17:24,442 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 06:17:24,442 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}c736e08c8b23ce8dc7f89e1bd626d377d882ac1e" 2018-08-12 06:17:24,899 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-a628d58d-5c5f-431e-ae56-af42a2375822 Date: Sun, 12 Aug 2018 06:17:24 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":7,"port_security_enabled":true,"mtu":1500,"id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"310f5853751a4c968f3eeb0a3d99a0a8","status":"ACTIVE","subnets":["ec788992-fa73-45cc-a7d9-6d44542124c2"],"description":"","tags":[],"updated_at":"2018-08-12T05:35:20Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"310f5853751a4c968f3eeb0a3d99a0a8","created_at":"2018-08-12T05:04:23Z","provider:network_type":"flat"}]} 2018-08-12 06:17:24,899 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-a628d58d-5c5f-431e-ae56-af42a2375822 2018-08-12 06:17:24,899 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.457728862762s 2018-08-12 06:17:24,900 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-a628d58d-5c5f-431e-ae56-af42a2375822 2018-08-12 06:17:24,900 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-12 06:17:27,777 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-08-12 06:17:30,647 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | 00ed4d84-61fc-40c8-a321-231a257ffb67 | 2018-08-12T06:17:30.277454 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: 00ed4d84-61fc-40c8-a321-231a257ffb67 ~/.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 06:17:34,332 - 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 06:17:34,332 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-08-12 06:17:37,049 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-08-12 06:17:40,852 - 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=8a2b3ad2-ee44-4a13-94bb-a04843c2f4e3) as the default verifier for the future CLI operations. 2018-08-12 06:17:44,250 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.extensions 2018-08-12 06:17:44,251 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}c736e08c8b23ce8dc7f89e1bd626d377d882ac1e" 2018-08-12 06:17:44,446 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 8053 X-Openstack-Request-Id: req-3a270477-aed5-47e8-9761-b0af57ad5d59 Date: Sun, 12 Aug 2018 06:17:44 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": "trunk-details", "updated": "2016-01-01T10:00:00-00:00", "name": "Trunk port details", "links": [], "description": "Expose trunk port details"}, {"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": "tag", "updated": "2016-01-01T00:00:00-00:00", "name": "Tag support", "links": [], "description": "Enables to set tag on resources."}, {"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: trunk, policy, security_group, floatingip", "links": [], "description": "Enables to set tag on resources with standard attribute."}, {"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": "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": "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": "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": "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": "tag-ext", "updated": "2017-01-01T00:00:00-00:00", "name": "Tag support for resources: subnet, subnetpool, port, router", "links": [], "description": "Extends tag support to more L2 and L3 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": "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 06:17:44,446 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/extensions.json used request id req-3a270477-aed5-47e8-9761-b0af57ad5d59 2018-08-12 06:17:44,447 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.extensions in 0.196316003799s 2018-08-12 06:17:44,447 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/extensions.json used request id req-3a270477-aed5-47e8-9761-b0af57ad5d59 2018-08-12 06:17:44,454 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-08-12 06:17:44,455 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-12 06:17:44,456 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c736e08c8b23ce8dc7f89e1bd626d377d882ac1e" -d '{"network": {"name": "patrole-net_0090fb74-1ea9-42a3-a19e-a4fe117d4071", "admin_state_up": true}}' 2018-08-12 06:17:44,885 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-104288ce-2776-4fcc-a2d3-7d7929b64a23 Date: Sun, 12 Aug 2018 06:17:44 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"3f311961-9de8-4cdd-883d-4367ca6f9844","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"a267b9a156244bb192691cff6e5f74fe","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T06:17:44Z","is_default":false,"provider:segmentation_id":95,"name":"patrole-net_0090fb74-1ea9-42a3-a19e-a4fe117d4071","admin_state_up":true,"tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T06:17:44Z","mtu":1450}} 2018-08-12 06:17:44,885 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-104288ce-2776-4fcc-a2d3-7d7929b64a23 2018-08-12 06:17:44,885 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.429829120636s 2018-08-12 06:17:44,885 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-104288ce-2776-4fcc-a2d3-7d7929b64a23 2018-08-12 06:17:44,886 - 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-12T06:17:44Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'3f311961-9de8-4cdd-883d-4367ca6f9844', u'provider:segmentation_id': 95, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'patrole-net_0090fb74-1ea9-42a3-a19e-a4fe117d4071', u'admin_state_up': True, u'tenant_id': u'a267b9a156244bb192691cff6e5f74fe', u'created_at': u'2018-08-12T06:17:44Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'a267b9a156244bb192691cff6e5f74fe'}) 2018-08-12 06:17:44,886 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 06:17:44,887 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c736e08c8b23ce8dc7f89e1bd626d377d882ac1e" 2018-08-12 06:17:44,974 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1344 X-Openstack-Request-Id: req-4d3225a5-653b-428f-afac-3888427ae120 Date: Sun, 12 Aug 2018 06:17:44 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":7,"port_security_enabled":true,"mtu":1500,"id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"310f5853751a4c968f3eeb0a3d99a0a8","status":"ACTIVE","subnets":["ec788992-fa73-45cc-a7d9-6d44542124c2"],"description":"","tags":[],"updated_at":"2018-08-12T05:35:20Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"310f5853751a4c968f3eeb0a3d99a0a8","created_at":"2018-08-12T05:04:23Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"3f311961-9de8-4cdd-883d-4367ca6f9844","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"a267b9a156244bb192691cff6e5f74fe","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T06:17:44Z","provider:segmentation_id":95,"name":"patrole-net_0090fb74-1ea9-42a3-a19e-a4fe117d4071","admin_state_up":true,"tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T06:17:44Z","provider:network_type":"vxlan"}]} 2018-08-12 06:17:44,975 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-4d3225a5-653b-428f-afac-3888427ae120 2018-08-12 06:17:44,975 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.088320016861s 2018-08-12 06:17:44,975 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-4d3225a5-653b-428f-afac-3888427ae120 2018-08-12 06:17:44,977 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-12 06:17:44,978 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}c736e08c8b23ce8dc7f89e1bd626d377d882ac1e" -d '{"subnet": {"name": "patrole-subnet_0090fb74-1ea9-42a3-a19e-a4fe117d4071", "enable_dhcp": true, "network_id": "3f311961-9de8-4cdd-883d-4367ca6f9844", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-12 06:17:45,490 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-b23aa1db-876d-4b48-a639-5d2b9e63ebc4 Date: Sun, 12 Aug 2018 06:17:45 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3f311961-9de8-4cdd-883d-4367ca6f9844","tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T06:17:45Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-12T06:17:45Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"a267b9a156244bb192691cff6e5f74fe","id":"0db48809-4cf5-47a0-b0fb-3a4304e5cc97","subnetpool_id":null,"name":"patrole-subnet_0090fb74-1ea9-42a3-a19e-a4fe117d4071"}} 2018-08-12 06:17:45,490 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-b23aa1db-876d-4b48-a639-5d2b9e63ebc4 2018-08-12 06:17:45,490 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.512690067291s 2018-08-12 06:17:45,491 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-b23aa1db-876d-4b48-a639-5d2b9e63ebc4 2018-08-12 06:17:45,491 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-12T06:17:45Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'0db48809-4cf5-47a0-b0fb-3a4304e5cc97', u'subnetpool_id': None, u'service_types': [], u'name': u'patrole-subnet_0090fb74-1ea9-42a3-a19e-a4fe117d4071', u'enable_dhcp': True, u'network_id': u'3f311961-9de8-4cdd-883d-4367ca6f9844', u'tenant_id': u'a267b9a156244bb192691cff6e5f74fe', u'created_at': u'2018-08-12T06:17:45Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'a267b9a156244bb192691cff6e5f74fe'}) 2018-08-12 06:17:45,492 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-12 06:17:45,492 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}c736e08c8b23ce8dc7f89e1bd626d377d882ac1e" -d '{"router": {"external_gateway_info": {"network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3"}, "name": "patrole-router_0090fb74-1ea9-42a3-a19e-a4fe117d4071", "admin_state_up": true}}' 2018-08-12 06:17:46,984 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 640 X-Openstack-Request-Id: req-fd4dd709-bf02-47c8-99d1-ecea633b48c2 Date: Sun, 12 Aug 2018 06:17:46 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ec788992-fa73-45cc-a7d9-6d44542124c2", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "created_at": "2018-08-12T06:17:45Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-12T06:17:46Z", "revision_number": 2, "routes": [], "project_id": "a267b9a156244bb192691cff6e5f74fe", "id": "dec566b8-d77d-435f-8158-973c083a478d", "name": "patrole-router_0090fb74-1ea9-42a3-a19e-a4fe117d4071"}} 2018-08-12 06:17:46,984 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-fd4dd709-bf02-47c8-99d1-ecea633b48c2 2018-08-12 06:17:46,984 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.49230003357s 2018-08-12 06:17:46,984 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-fd4dd709-bf02-47c8-99d1-ecea633b48c2 2018-08-12 06:17:46,985 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'03886690-4630-4c4c-9ccb-7eedaa9b1fd3', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'ec788992-fa73-45cc-a7d9-6d44542124c2', u'ip_address': u'172.30.9.200'}]}, u'description': u'', u'tags': [], u'tenant_id': u'a267b9a156244bb192691cff6e5f74fe', u'created_at': u'2018-08-12T06:17:45Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-12T06:17:46Z', u'revision_number': 2, u'routes': [], u'project_id': u'a267b9a156244bb192691cff6e5f74fe', u'id': u'dec566b8-d77d-435f-8158-973c083a478d', u'name': u'patrole-router_0090fb74-1ea9-42a3-a19e-a4fe117d4071'}) 2018-08-12 06:17:46,985 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-12 06:17:46,986 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/dec566b8-d77d-435f-8158-973c083a478d/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}c736e08c8b23ce8dc7f89e1bd626d377d882ac1e" -d '{"subnet_id": "0db48809-4cf5-47a0-b0fb-3a4304e5cc97"}' 2018-08-12 06:17:48,771 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-421ce748-dcea-47c1-b21a-5c642a1c5ad3 Date: Sun, 12 Aug 2018 06:17:48 GMT RESP BODY: {"network_id": "3f311961-9de8-4cdd-883d-4367ca6f9844", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "subnet_id": "0db48809-4cf5-47a0-b0fb-3a4304e5cc97", "subnet_ids": ["0db48809-4cf5-47a0-b0fb-3a4304e5cc97"], "port_id": "69f10bff-9c30-410e-87f8-1412c9019101", "id": "dec566b8-d77d-435f-8158-973c083a478d"} 2018-08-12 06:17:48,771 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/dec566b8-d77d-435f-8158-973c083a478d/add_router_interface.json used request id req-421ce748-dcea-47c1-b21a-5c642a1c5ad3 2018-08-12 06:17:48,771 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.78595304489s 2018-08-12 06:17:48,772 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/dec566b8-d77d-435f-8158-973c083a478d/add_router_interface.json used request id req-421ce748-dcea-47c1-b21a-5c642a1c5ad3 returning object dec566b8-d77d-435f-8158-973c083a478d 2018-08-12 06:17:48,772 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-12 06:17:48,904 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-12 06:17:48,906 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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 06:17:48,911 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Sun, 12 Aug 2018 06:17:48 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}]} 2018-08-12 06:17:48,915 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 06:17:48,919 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c736e08c8b23ce8dc7f89e1bd626d377d882ac1e" 2018-08-12 06:17:49,107 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-52c5a685-2161-4b50-a013-ec41adff62e0 Date: Sun, 12 Aug 2018 06:17:49 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 06:17:49,107 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-52c5a685-2161-4b50-a013-ec41adff62e0 2018-08-12 06:17:49,107 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.191480875015s 2018-08-12 06:17:49,107 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-52c5a685-2161-4b50-a013-ec41adff62e0 2018-08-12 06:17:49,115 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-12 06:17:49,119 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c736e08c8b23ce8dc7f89e1bd626d377d882ac1e" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/patrole-img_0090fb74-1ea9-42a3-a19e-a4fe117d4071", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "patrole-img_0090fb74-1ea9-42a3-a19e-a4fe117d4071"}' 2018-08-12 06:17:49,351 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 865 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/da116e1e-aa44-476f-924b-06f11cef9640 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-d1ac6522-f664-474a-a3ce-c1582819c8e7 Date: Sun, 12 Aug 2018 06:17:49 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/da116e1e-aa44-476f-924b-06f11cef9640/file", "owner": "a267b9a156244bb192691cff6e5f74fe", "id": "da116e1e-aa44-476f-924b-06f11cef9640", "size": null, "self": "/v2/images/da116e1e-aa44-476f-924b-06f11cef9640", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-12T06:17:49Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_0090fb74-1ea9-42a3-a19e-a4fe117d4071", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_0090fb74-1ea9-42a3-a19e-a4fe117d4071", "checksum": null, "created_at": "2018-08-12T06:17:49Z", "protected": false} 2018-08-12 06:17:49,351 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-d1ac6522-f664-474a-a3ce-c1582819c8e7 2018-08-12 06:17:49,351 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.235841035843s 2018-08-12 06:17:49,351 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-d1ac6522-f664-474a-a3ce-c1582819c8e7 returning object da116e1e-aa44-476f-924b-06f11cef9640 2018-08-12 06:17:49,352 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-12 06:17:49,355 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9292/v2/images/da116e1e-aa44-476f-924b-06f11cef9640/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}c736e08c8b23ce8dc7f89e1bd626d377d882ac1e" -d '' 2018-08-12 06:17:50,144 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-cfa1c9bf-83c5-4c01-bd04-4a475c750c3d Date: Sun, 12 Aug 2018 06:17: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 06:17:50,144 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/da116e1e-aa44-476f-924b-06f11cef9640/file used request id req-cfa1c9bf-83c5-4c01-bd04-4a475c750c3d 2018-08-12 06:17:50,145 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.792502880096s 2018-08-12 06:17:50,145 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/da116e1e-aa44-476f-924b-06f11cef9640/file used request id req-cfa1c9bf-83c5-4c01-bd04-4a475c750c3d 2018-08-12 06:17:50,149 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 06:17:50,153 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c736e08c8b23ce8dc7f89e1bd626d377d882ac1e" 2018-08-12 06:17:50,470 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1195 Content-Type: application/json X-Openstack-Request-Id: req-d2b0e534-17df-4999-864d-1db029736140 Date: Sun, 12 Aug 2018 06:17:50 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/da116e1e-aa44-476f-924b-06f11cef9640/snap", "metadata": {}}], "file": "/v2/images/da116e1e-aa44-476f-924b-06f11cef9640/file", "owner": "a267b9a156244bb192691cff6e5f74fe", "id": "da116e1e-aa44-476f-924b-06f11cef9640", "size": 12716032, "self": "/v2/images/da116e1e-aa44-476f-924b-06f11cef9640", "disk_format": "qcow2", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/da116e1e-aa44-476f-924b-06f11cef9640/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-12T06:17:50Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_0090fb74-1ea9-42a3-a19e-a4fe117d4071", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_0090fb74-1ea9-42a3-a19e-a4fe117d4071", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-12T06:17:49Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 06:17:50,470 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-d2b0e534-17df-4999-864d-1db029736140 2018-08-12 06:17:50,471 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.321708202362s 2018-08-12 06:17:50,471 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-d2b0e534-17df-4999-864d-1db029736140 2018-08-12 06:17:50,474 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://b36631de-8836-42ae-a808-b5158928754c/images/da116e1e-aa44-476f-924b-06f11cef9640/snap', u'metadata': Munch({})})], 'file': u'/v2/images/da116e1e-aa44-476f-924b-06f11cef9640/file', 'owner': u'a267b9a156244bb192691cff6e5f74fe', 'id': u'da116e1e-aa44-476f-924b-06f11cef9640', 'size': 12716032, u'self': u'/v2/images/da116e1e-aa44-476f-924b-06f11cef9640', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'a267b9a156244bb192691cff6e5f74fe', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://b36631de-8836-42ae-a808-b5158928754c/images/da116e1e-aa44-476f-924b-06f11cef9640/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-12T06:17:50Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-12T06:17:50Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/patrole-img_0090fb74-1ea9-42a3-a19e-a4fe117d4071', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/da116e1e-aa44-476f-924b-06f11cef9640', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_0090fb74-1ea9-42a3-a19e-a4fe117d4071', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'patrole-img_0090fb74-1ea9-42a3-a19e-a4fe117d4071', 'created': u'2018-08-12T06:17:49Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-12T06:17:49Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/da116e1e-aa44-476f-924b-06f11cef9640', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_0090fb74-1ea9-42a3-a19e-a4fe117d4071', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-08-12 06:17:50,476 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-12 06:17:50,481 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}c736e08c8b23ce8dc7f89e1bd626d377d882ac1e" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "patrole-flavor_0090fb74-1ea9-42a3-a19e-a4fe117d4071", "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 06:17:50,724 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 06:17: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-ca02e249-7eec-413b-92fc-53aa231a717e x-compute-request-id: req-ca02e249-7eec-413b-92fc-53aa231a717e Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavor": {"name": "patrole-flavor_0090fb74-1ea9-42a3-a19e-a4fe117d4071", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/d1c633f2-3f11-4fb7-bf4b-79990879315b", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/d1c633f2-3f11-4fb7-bf4b-79990879315b", "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": "d1c633f2-3f11-4fb7-bf4b-79990879315b"}} 2018-08-12 06:17:50,724 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-ca02e249-7eec-413b-92fc-53aa231a717e 2018-08-12 06:17:50,725 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.248265981674s 2018-08-12 06:17:50,725 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-ca02e249-7eec-413b-92fc-53aa231a717e 2018-08-12 06:17:50,726 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'patrole-flavor_0090fb74-1ea9-42a3-a19e-a4fe117d4071', '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'a267b9a156244bb192691cff6e5f74fe', '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'd1c633f2-3f11-4fb7-bf4b-79990879315b', 'swap': 0}) 2018-08-12 06:17:50,726 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-12 06:17:50,729 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors/d1c633f2-3f11-4fb7-bf4b-79990879315b/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}c736e08c8b23ce8dc7f89e1bd626d377d882ac1e" -d '{"extra_specs": {}}' 2018-08-12 06:17:50,751 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 06:17: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-a7e0d902-d62f-4caf-b3cc-31ec7d8e6e7b x-compute-request-id: req-a7e0d902-d62f-4caf-b3cc-31ec7d8e6e7b Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-12 06:17:50,751 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/d1c633f2-3f11-4fb7-bf4b-79990879315b/os-extra_specs used request id req-a7e0d902-d62f-4caf-b3cc-31ec7d8e6e7b 2018-08-12 06:17:50,751 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0249989032745s 2018-08-12 06:17:50,752 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/d1c633f2-3f11-4fb7-bf4b-79990879315b/os-extra_specs used request id req-a7e0d902-d62f-4caf-b3cc-31ec7d8e6e7b 2018-08-12 06:17:50,755 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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 06:17:50,761 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 06:17:50 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 06:17:50,764 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-12 06:17:50,767 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}c736e08c8b23ce8dc7f89e1bd626d377d882ac1e" 2018-08-12 06:17:50,859 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 06:17:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7ccb89a7-5548-4fb2-9915-c982fdad34d5 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 06:17:50,859 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-7ccb89a7-5548-4fb2-9915-c982fdad34d5 2018-08-12 06:17:50,860 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0950050354004s 2018-08-12 06:17:50,860 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-7ccb89a7-5548-4fb2-9915-c982fdad34d5 2018-08-12 06:17:50,865 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-12 06:17:50,868 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}c736e08c8b23ce8dc7f89e1bd626d377d882ac1e" 2018-08-12 06:17:50,959 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 06:17:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2defbaec-33bb-4ae2-bec1-b71a69074ffa Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 06:17:50,959 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-2defbaec-33bb-4ae2-bec1-b71a69074ffa 2018-08-12 06:17:50,959 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0943930149078s 2018-08-12 06:17:50,959 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-2defbaec-33bb-4ae2-bec1-b71a69074ffa 2018-08-12 06:17:50,962 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-08-12 06:17:50,965 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}c736e08c8b23ce8dc7f89e1bd626d377d882ac1e" 2018-08-12 06:17:51,002 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 06:17: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-6a3e418d-cfd3-496e-bc0e-5e7085521bcb x-compute-request-id: req-6a3e418d-cfd3-496e-bc0e-5e7085521bcb Content-Encoding: gzip Content-Length: 715 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 14}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.3", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 247, "hypervisor_version": 2010000, "disk_available_least": 246, "local_gb": 247, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 17}, "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": 5}]} 2018-08-12 06:17:51,003 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-hypervisors/detail used request id req-6a3e418d-cfd3-496e-bc0e-5e7085521bcb 2018-08-12 06:17:51,003 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.0404448509216s 2018-08-12 06:17:51,003 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-hypervisors/detail used request id req-6a3e418d-cfd3-496e-bc0e-5e7085521bcb 2018-08-12 06:17:51,007 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 06:17:51,011 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c736e08c8b23ce8dc7f89e1bd626d377d882ac1e" 2018-08-12 06:17:51,197 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1195 Content-Type: application/json X-Openstack-Request-Id: req-6027ac10-39fb-4ac7-b3d3-ff6c8425355b Date: Sun, 12 Aug 2018 06:17:51 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/da116e1e-aa44-476f-924b-06f11cef9640/snap", "metadata": {}}], "file": "/v2/images/da116e1e-aa44-476f-924b-06f11cef9640/file", "owner": "a267b9a156244bb192691cff6e5f74fe", "id": "da116e1e-aa44-476f-924b-06f11cef9640", "size": 12716032, "self": "/v2/images/da116e1e-aa44-476f-924b-06f11cef9640", "disk_format": "qcow2", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/da116e1e-aa44-476f-924b-06f11cef9640/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-12T06:17:50Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_0090fb74-1ea9-42a3-a19e-a4fe117d4071", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_0090fb74-1ea9-42a3-a19e-a4fe117d4071", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-12T06:17:49Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 06:17:51,198 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-6027ac10-39fb-4ac7-b3d3-ff6c8425355b 2018-08-12 06:17:51,198 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.190217018127s 2018-08-12 06:17:51,198 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-6027ac10-39fb-4ac7-b3d3-ff6c8425355b 2018-08-12 06:17:51,205 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-12 06:17:51,209 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c736e08c8b23ce8dc7f89e1bd626d377d882ac1e" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/patrole-img_alt_0090fb74-1ea9-42a3-a19e-a4fe117d4071", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "patrole-img_alt_0090fb74-1ea9-42a3-a19e-a4fe117d4071"}' 2018-08-12 06:17:51,429 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 873 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/aa067d82-ad19-4ec0-a113-409ce7a1721f Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-0c8ee340-8978-4ef8-9634-7cf5eeb6b234 Date: Sun, 12 Aug 2018 06:17:51 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/aa067d82-ad19-4ec0-a113-409ce7a1721f/file", "owner": "a267b9a156244bb192691cff6e5f74fe", "id": "aa067d82-ad19-4ec0-a113-409ce7a1721f", "size": null, "self": "/v2/images/aa067d82-ad19-4ec0-a113-409ce7a1721f", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-12T06:17:51Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_alt_0090fb74-1ea9-42a3-a19e-a4fe117d4071", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_alt_0090fb74-1ea9-42a3-a19e-a4fe117d4071", "checksum": null, "created_at": "2018-08-12T06:17:51Z", "protected": false} 2018-08-12 06:17:51,429 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-0c8ee340-8978-4ef8-9634-7cf5eeb6b234 2018-08-12 06:17:51,429 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.223783969879s 2018-08-12 06:17:51,430 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-0c8ee340-8978-4ef8-9634-7cf5eeb6b234 returning object aa067d82-ad19-4ec0-a113-409ce7a1721f 2018-08-12 06:17:51,430 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-12 06:17:51,434 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9292/v2/images/aa067d82-ad19-4ec0-a113-409ce7a1721f/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}c736e08c8b23ce8dc7f89e1bd626d377d882ac1e" -d '' 2018-08-12 06:17:52,570 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-b5682695-6fd2-4a28-880c-21e64eccbfb2 Date: Sun, 12 Aug 2018 06:17: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 06:17:52,570 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/aa067d82-ad19-4ec0-a113-409ce7a1721f/file used request id req-b5682695-6fd2-4a28-880c-21e64eccbfb2 2018-08-12 06:17:52,570 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.13986611366s 2018-08-12 06:17:52,570 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/aa067d82-ad19-4ec0-a113-409ce7a1721f/file used request id req-b5682695-6fd2-4a28-880c-21e64eccbfb2 2018-08-12 06:17:52,574 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 06:17:52,576 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c736e08c8b23ce8dc7f89e1bd626d377d882ac1e" 2018-08-12 06:17:52,852 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2331 Content-Type: application/json X-Openstack-Request-Id: req-dcc12139-6d12-4b84-9e3d-6f00e05951c6 Date: Sun, 12 Aug 2018 06:17:52 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/aa067d82-ad19-4ec0-a113-409ce7a1721f/snap", "metadata": {}}], "file": "/v2/images/aa067d82-ad19-4ec0-a113-409ce7a1721f/file", "owner": "a267b9a156244bb192691cff6e5f74fe", "id": "aa067d82-ad19-4ec0-a113-409ce7a1721f", "size": 12716032, "self": "/v2/images/aa067d82-ad19-4ec0-a113-409ce7a1721f", "disk_format": "qcow2", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/aa067d82-ad19-4ec0-a113-409ce7a1721f/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-12T06:17:52Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_alt_0090fb74-1ea9-42a3-a19e-a4fe117d4071", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_alt_0090fb74-1ea9-42a3-a19e-a4fe117d4071", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-12T06:17:51Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/da116e1e-aa44-476f-924b-06f11cef9640/snap", "metadata": {}}], "file": "/v2/images/da116e1e-aa44-476f-924b-06f11cef9640/file", "owner": "a267b9a156244bb192691cff6e5f74fe", "id": "da116e1e-aa44-476f-924b-06f11cef9640", "size": 12716032, "self": "/v2/images/da116e1e-aa44-476f-924b-06f11cef9640", "disk_format": "qcow2", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/da116e1e-aa44-476f-924b-06f11cef9640/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-12T06:17:50Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_0090fb74-1ea9-42a3-a19e-a4fe117d4071", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_0090fb74-1ea9-42a3-a19e-a4fe117d4071", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-12T06:17:49Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 06:17:52,853 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-dcc12139-6d12-4b84-9e3d-6f00e05951c6 2018-08-12 06:17:52,853 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.27917098999s 2018-08-12 06:17:52,853 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-dcc12139-6d12-4b84-9e3d-6f00e05951c6 2018-08-12 06:17:52,856 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://b36631de-8836-42ae-a808-b5158928754c/images/aa067d82-ad19-4ec0-a113-409ce7a1721f/snap', u'metadata': Munch({})})], 'file': u'/v2/images/aa067d82-ad19-4ec0-a113-409ce7a1721f/file', 'owner': u'a267b9a156244bb192691cff6e5f74fe', 'id': u'aa067d82-ad19-4ec0-a113-409ce7a1721f', 'size': 12716032, u'self': u'/v2/images/aa067d82-ad19-4ec0-a113-409ce7a1721f', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'a267b9a156244bb192691cff6e5f74fe', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://b36631de-8836-42ae-a808-b5158928754c/images/aa067d82-ad19-4ec0-a113-409ce7a1721f/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-12T06:17:52Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-12T06:17:52Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/patrole-img_alt_0090fb74-1ea9-42a3-a19e-a4fe117d4071', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/aa067d82-ad19-4ec0-a113-409ce7a1721f', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_alt_0090fb74-1ea9-42a3-a19e-a4fe117d4071', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'patrole-img_alt_0090fb74-1ea9-42a3-a19e-a4fe117d4071', 'created': u'2018-08-12T06:17:51Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-12T06:17:51Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/aa067d82-ad19-4ec0-a113-409ce7a1721f', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_alt_0090fb74-1ea9-42a3-a19e-a4fe117d4071', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-08-12 06:17:52,857 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-12 06:17:52,859 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}c736e08c8b23ce8dc7f89e1bd626d377d882ac1e" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "patrole-flavor_alt_0090fb74-1ea9-42a3-a19e-a4fe117d4071", "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 06:17:52,921 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 06:17: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-fa1cb224-e9b0-4ec4-a15a-e26edfe0c3ed x-compute-request-id: req-fa1cb224-e9b0-4ec4-a15a-e26edfe0c3ed Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavor": {"name": "patrole-flavor_alt_0090fb74-1ea9-42a3-a19e-a4fe117d4071", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/6b2d295b-3289-4c7c-b3ff-c56637503baf", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/6b2d295b-3289-4c7c-b3ff-c56637503baf", "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": "6b2d295b-3289-4c7c-b3ff-c56637503baf"}} 2018-08-12 06:17:52,921 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-fa1cb224-e9b0-4ec4-a15a-e26edfe0c3ed 2018-08-12 06:17:52,921 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0641260147095s 2018-08-12 06:17:52,921 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-fa1cb224-e9b0-4ec4-a15a-e26edfe0c3ed 2018-08-12 06:17:52,922 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'patrole-flavor_alt_0090fb74-1ea9-42a3-a19e-a4fe117d4071', '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'a267b9a156244bb192691cff6e5f74fe', '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'6b2d295b-3289-4c7c-b3ff-c56637503baf', 'swap': 0}) 2018-08-12 06:17:52,923 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-12 06:17:52,925 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors/6b2d295b-3289-4c7c-b3ff-c56637503baf/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}c736e08c8b23ce8dc7f89e1bd626d377d882ac1e" -d '{"extra_specs": {}}' 2018-08-12 06:17:52,948 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 06:17: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-2ca5b848-2404-4eaa-8c66-c07ddcfe31f2 x-compute-request-id: req-2ca5b848-2404-4eaa-8c66-c07ddcfe31f2 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-12 06:17:52,949 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/6b2d295b-3289-4c7c-b3ff-c56637503baf/os-extra_specs used request id req-2ca5b848-2404-4eaa-8c66-c07ddcfe31f2 2018-08-12 06:17:52,949 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0259101390839s 2018-08-12 06:17:52,949 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/6b2d295b-3289-4c7c-b3ff-c56637503baf/os-extra_specs used request id req-2ca5b848-2404-4eaa-8c66-c07ddcfe31f2 2018-08-12 06:17:52,949 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'patrole-flavor_alt_0090fb74-1ea9-42a3-a19e-a4fe117d4071', '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'a267b9a156244bb192691cff6e5f74fe', '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'6b2d295b-3289-4c7c-b3ff-c56637503baf', 'swap': 0}) 2018-08-12 06:17:56,530 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-08-12 06:17:56,531 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-08-12 06:17:56,531 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-08-12 06:17:56,534 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-08-12 06:17:56,548 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-08-12 06:18:00,142 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-8a2b3ad2-ee44-4a13-94bb-a04843c2f4e3/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 06:18:00,143 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-08-12 06:18:00,145 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-08-12 06:18:00,145 - 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 06:19:42,654 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 24b35dc8-c642-461f-9901-97520680922c 2018-08-12 06:19:42,654 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '24b35dc8-c642-461f-9901-97520680922c']'. 2018-08-12 06:19:43,581 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-08-12 06:19:43,582 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-08-12 06:19:43,582 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-12 06:19:43,582 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 24b35dc8-c642-461f-9901-97520680922c | 2018-08-12 06:19:43,582 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-08-12 06:19:43,582 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-08-12 06:18:02 | 2018-08-12 06:19:43,582 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-08-12 06:19:42 | 2018-08-12 06:19:43,583 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:01:40 | 2018-08-12 06:19:43,583 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-08-12 06:19:43,583 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-08-12 06:19:43,583 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 8a2b3ad2-ee44-4a13-94bb-a04843c2f4e3) | 2018-08-12 06:19:43,583 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-08-12 06:19:43,583 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 00ed4d84-61fc-40c8-a321-231a257ffb67) | 2018-08-12 06:19:43,583 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 136 | 2018-08-12 06:19:43,584 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 74.035 | 2018-08-12 06:19:43,584 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 124 | 2018-08-12 06:19:43,584 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 12 | 2018-08-12 06:19:43,584 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-08-12 06:19:43,584 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-08-12 06:19:43,584 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-08-12 06:19:43,585 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-12 06:19:43,585 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-08-12 06:19:43,585 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-08-12 06:19:43,690 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 100.0% 2018-08-12 06:19:43,871 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-12 06:19:43,871 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 01:59 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-12 06:19:43,877 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-12 06:19:43,881 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9292/v2/images/aa067d82-ad19-4ec0-a113-409ce7a1721f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c736e08c8b23ce8dc7f89e1bd626d377d882ac1e" 2018-08-12 06:19:44,222 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c3a253b6-061d-4622-97a9-4c0729fe436d Date: Sun, 12 Aug 2018 06:19:44 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-12 06:19:44,223 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/aa067d82-ad19-4ec0-a113-409ce7a1721f used request id req-c3a253b6-061d-4622-97a9-4c0729fe436d 2018-08-12 06:19:44,223 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.345597028732s 2018-08-12 06:19:44,223 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/aa067d82-ad19-4ec0-a113-409ce7a1721f used request id req-c3a253b6-061d-4622-97a9-4c0729fe436d 2018-08-12 06:19:44,223 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-12 06:19:44,226 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}c736e08c8b23ce8dc7f89e1bd626d377d882ac1e" 2018-08-12 06:19:44,256 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 06:19: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-da09fcca-1f7e-4b85-b2b1-28e4757bc6f2 x-compute-request-id: req-da09fcca-1f7e-4b85-b2b1-28e4757bc6f2 Content-Encoding: gzip Content-Length: 361 Content-Type: application/json RESP BODY: {"flavors": [{"name": "patrole-flavor_alt_0090fb74-1ea9-42a3-a19e-a4fe117d4071", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/6b2d295b-3289-4c7c-b3ff-c56637503baf", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/6b2d295b-3289-4c7c-b3ff-c56637503baf", "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": "6b2d295b-3289-4c7c-b3ff-c56637503baf"}, {"name": "patrole-flavor_0090fb74-1ea9-42a3-a19e-a4fe117d4071", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/d1c633f2-3f11-4fb7-bf4b-79990879315b", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/d1c633f2-3f11-4fb7-bf4b-79990879315b", "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": "d1c633f2-3f11-4fb7-bf4b-79990879315b"}]} 2018-08-12 06:19:44,256 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-da09fcca-1f7e-4b85-b2b1-28e4757bc6f2 2018-08-12 06:19:44,256 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.032653093338s 2018-08-12 06:19:44,257 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-da09fcca-1f7e-4b85-b2b1-28e4757bc6f2 2018-08-12 06:19:44,259 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-12 06:19:44,261 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/flavors/6b2d295b-3289-4c7c-b3ff-c56637503baf -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c736e08c8b23ce8dc7f89e1bd626d377d882ac1e" 2018-08-12 06:19:44,305 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 06:19: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-32bde467-5609-4b0e-9e68-7ad656aba769 x-compute-request-id: req-32bde467-5609-4b0e-9e68-7ad656aba769 Content-Length: 0 Content-Type: application/json 2018-08-12 06:19:44,305 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/6b2d295b-3289-4c7c-b3ff-c56637503baf used request id req-32bde467-5609-4b0e-9e68-7ad656aba769 2018-08-12 06:19:44,305 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0465528964996s 2018-08-12 06:19:44,306 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/6b2d295b-3289-4c7c-b3ff-c56637503baf used request id req-32bde467-5609-4b0e-9e68-7ad656aba769 2018-08-12 06:19:44,306 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-12 06:19:44,307 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/dec566b8-d77d-435f-8158-973c083a478d/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}c736e08c8b23ce8dc7f89e1bd626d377d882ac1e" -d '{"subnet_id": "0db48809-4cf5-47a0-b0fb-3a4304e5cc97"}' 2018-08-12 06:19:45,923 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-b6f096e0-ca62-47b3-bc35-6e2016cf0673 Date: Sun, 12 Aug 2018 06:19:45 GMT RESP BODY: {"network_id": "3f311961-9de8-4cdd-883d-4367ca6f9844", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "subnet_id": "0db48809-4cf5-47a0-b0fb-3a4304e5cc97", "subnet_ids": ["0db48809-4cf5-47a0-b0fb-3a4304e5cc97"], "port_id": "69f10bff-9c30-410e-87f8-1412c9019101", "id": "dec566b8-d77d-435f-8158-973c083a478d"} 2018-08-12 06:19:45,923 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/dec566b8-d77d-435f-8158-973c083a478d/remove_router_interface.json used request id req-b6f096e0-ca62-47b3-bc35-6e2016cf0673 2018-08-12 06:19:45,923 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.61721086502s 2018-08-12 06:19:45,924 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/dec566b8-d77d-435f-8158-973c083a478d/remove_router_interface.json used request id req-b6f096e0-ca62-47b3-bc35-6e2016cf0673 returning object dec566b8-d77d-435f-8158-973c083a478d 2018-08-12 06:19:45,924 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-12 06:19:45,925 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}c736e08c8b23ce8dc7f89e1bd626d377d882ac1e" 2018-08-12 06:19:46,205 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 643 X-Openstack-Request-Id: req-6720bcb0-edc0-4516-bd46-a60e5a8774eb Date: Sun, 12 Aug 2018 06:19:46 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ec788992-fa73-45cc-a7d9-6d44542124c2", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "created_at": "2018-08-12T06:17:45Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-12T06:19:45Z", "revision_number": 4, "routes": [], "project_id": "a267b9a156244bb192691cff6e5f74fe", "id": "dec566b8-d77d-435f-8158-973c083a478d", "name": "patrole-router_0090fb74-1ea9-42a3-a19e-a4fe117d4071"}]} 2018-08-12 06:19:46,205 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-6720bcb0-edc0-4516-bd46-a60e5a8774eb 2018-08-12 06:19:46,206 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.281226873398s 2018-08-12 06:19:46,206 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-6720bcb0-edc0-4516-bd46-a60e5a8774eb 2018-08-12 06:19:46,207 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-12 06:19:46,208 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/routers/dec566b8-d77d-435f-8158-973c083a478d.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c736e08c8b23ce8dc7f89e1bd626d377d882ac1e" 2018-08-12 06:19:47,513 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-20190b28-31c9-4d07-803b-3a0e24e89678 Content-Length: 0 Date: Sun, 12 Aug 2018 06:19:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 06:19:47,514 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/dec566b8-d77d-435f-8158-973c083a478d.json used request id req-20190b28-31c9-4d07-803b-3a0e24e89678 2018-08-12 06:19:47,514 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.30652499199s 2018-08-12 06:19:47,514 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/dec566b8-d77d-435f-8158-973c083a478d.json used request id req-20190b28-31c9-4d07-803b-3a0e24e89678 2018-08-12 06:19:47,515 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-12 06:19:47,515 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}c736e08c8b23ce8dc7f89e1bd626d377d882ac1e" 2018-08-12 06:19:47,738 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1289 X-Openstack-Request-Id: req-fa97f72e-c642-4412-926c-a209e9097a55 Date: Sun, 12 Aug 2018 06:19:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3f311961-9de8-4cdd-883d-4367ca6f9844","tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T06:17:45Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-12T06:17:45Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"a267b9a156244bb192691cff6e5f74fe","id":"0db48809-4cf5-47a0-b0fb-3a4304e5cc97","subnetpool_id":null,"name":"patrole-subnet_0090fb74-1ea9-42a3-a19e-a4fe117d4071"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","tenant_id":"310f5853751a4c968f3eeb0a3d99a0a8","created_at":"2018-08-12T05:04:31Z","dns_nameservers":[],"updated_at":"2018-08-12T05:04:31Z","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":"310f5853751a4c968f3eeb0a3d99a0a8","id":"ec788992-fa73-45cc-a7d9-6d44542124c2","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-12 06:19:47,738 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-fa97f72e-c642-4412-926c-a209e9097a55 2018-08-12 06:19:47,739 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.223899841309s 2018-08-12 06:19:47,739 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-fa97f72e-c642-4412-926c-a209e9097a55 2018-08-12 06:19:47,740 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-12 06:19:47,741 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/subnets/0db48809-4cf5-47a0-b0fb-3a4304e5cc97.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c736e08c8b23ce8dc7f89e1bd626d377d882ac1e" 2018-08-12 06:19:50,132 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3461ae82-4252-4e45-964c-62e999f7aad1 Date: Sun, 12 Aug 2018 06:19:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 06:19:50,133 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/0db48809-4cf5-47a0-b0fb-3a4304e5cc97.json used request id req-3461ae82-4252-4e45-964c-62e999f7aad1 2018-08-12 06:19:50,133 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.39223504066s 2018-08-12 06:19:50,133 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/0db48809-4cf5-47a0-b0fb-3a4304e5cc97.json used request id req-3461ae82-4252-4e45-964c-62e999f7aad1 2018-08-12 06:19:50,133 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 06:19:50,134 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c736e08c8b23ce8dc7f89e1bd626d377d882ac1e" 2018-08-12 06:19:50,439 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1350 X-Openstack-Request-Id: req-151d8514-51b1-4c31-aedd-267bd0d73318 Date: Sun, 12 Aug 2018 06:19:50 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":7,"port_security_enabled":true,"mtu":1500,"id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"310f5853751a4c968f3eeb0a3d99a0a8","status":"ACTIVE","subnets":["ec788992-fa73-45cc-a7d9-6d44542124c2"],"description":"","tags":[],"updated_at":"2018-08-12T05:35:20Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"310f5853751a4c968f3eeb0a3d99a0a8","created_at":"2018-08-12T05:04:23Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"3f311961-9de8-4cdd-883d-4367ca6f9844","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a267b9a156244bb192691cff6e5f74fe","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T06:19:49Z","provider:segmentation_id":95,"name":"patrole-net_0090fb74-1ea9-42a3-a19e-a4fe117d4071","admin_state_up":true,"tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T06:17:44Z","provider:network_type":"vxlan"}]} 2018-08-12 06:19:50,439 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-151d8514-51b1-4c31-aedd-267bd0d73318 2018-08-12 06:19:50,439 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.305325031281s 2018-08-12 06:19:50,439 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-151d8514-51b1-4c31-aedd-267bd0d73318 2018-08-12 06:19:50,440 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-12 06:19:50,441 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/networks/3f311961-9de8-4cdd-883d-4367ca6f9844.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c736e08c8b23ce8dc7f89e1bd626d377d882ac1e" 2018-08-12 06:19:51,445 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a99591f5-7079-402a-8bdc-960644e9f1e5 Date: Sun, 12 Aug 2018 06:19:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 06:19:51,445 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/3f311961-9de8-4cdd-883d-4367ca6f9844.json used request id req-a99591f5-7079-402a-8bdc-960644e9f1e5 2018-08-12 06:19:51,446 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.00512909889s 2018-08-12 06:19:51,446 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/3f311961-9de8-4cdd-883d-4367ca6f9844.json used request id req-a99591f5-7079-402a-8bdc-960644e9f1e5 2018-08-12 06:19:51,450 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 06:19:51,453 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c736e08c8b23ce8dc7f89e1bd626d377d882ac1e" 2018-08-12 06:19:51,640 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1195 Content-Type: application/json X-Openstack-Request-Id: req-90e1834d-a34e-4023-b3b5-bfa55bc67cda Date: Sun, 12 Aug 2018 06:19:51 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/da116e1e-aa44-476f-924b-06f11cef9640/snap", "metadata": {}}], "file": "/v2/images/da116e1e-aa44-476f-924b-06f11cef9640/file", "owner": "a267b9a156244bb192691cff6e5f74fe", "id": "da116e1e-aa44-476f-924b-06f11cef9640", "size": 12716032, "self": "/v2/images/da116e1e-aa44-476f-924b-06f11cef9640", "disk_format": "qcow2", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/da116e1e-aa44-476f-924b-06f11cef9640/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-12T06:17:50Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_0090fb74-1ea9-42a3-a19e-a4fe117d4071", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_0090fb74-1ea9-42a3-a19e-a4fe117d4071", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-12T06:17:49Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 06:19:51,641 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-90e1834d-a34e-4023-b3b5-bfa55bc67cda 2018-08-12 06:19:51,641 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.190803050995s 2018-08-12 06:19:51,641 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-90e1834d-a34e-4023-b3b5-bfa55bc67cda 2018-08-12 06:19:51,643 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-12 06:19:51,646 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9292/v2/images/da116e1e-aa44-476f-924b-06f11cef9640 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c736e08c8b23ce8dc7f89e1bd626d377d882ac1e" 2018-08-12 06:19:52,187 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-0b460b6b-f5b9-4e22-baa7-72468e535805 Date: Sun, 12 Aug 2018 06:19: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 06:19:52,187 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/da116e1e-aa44-476f-924b-06f11cef9640 used request id req-0b460b6b-f5b9-4e22-baa7-72468e535805 2018-08-12 06:19:52,188 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.544841051102s 2018-08-12 06:19:52,188 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/da116e1e-aa44-476f-924b-06f11cef9640 used request id req-0b460b6b-f5b9-4e22-baa7-72468e535805 2018-08-12 06:19:52,188 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-12 06:19:52,191 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}c736e08c8b23ce8dc7f89e1bd626d377d882ac1e" 2018-08-12 06:19:52,213 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 06:19: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-fa2729e5-860a-4d84-8234-c01c87166e81 x-compute-request-id: req-fa2729e5-860a-4d84-8234-c01c87166e81 Content-Encoding: gzip Content-Length: 305 Content-Type: application/json RESP BODY: {"flavors": [{"name": "patrole-flavor_0090fb74-1ea9-42a3-a19e-a4fe117d4071", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/d1c633f2-3f11-4fb7-bf4b-79990879315b", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/d1c633f2-3f11-4fb7-bf4b-79990879315b", "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": "d1c633f2-3f11-4fb7-bf4b-79990879315b"}]} 2018-08-12 06:19:52,213 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-fa2729e5-860a-4d84-8234-c01c87166e81 2018-08-12 06:19:52,213 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0245649814606s 2018-08-12 06:19:52,213 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-fa2729e5-860a-4d84-8234-c01c87166e81 2018-08-12 06:19:52,215 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-12 06:19:52,217 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/flavors/d1c633f2-3f11-4fb7-bf4b-79990879315b -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c736e08c8b23ce8dc7f89e1bd626d377d882ac1e" 2018-08-12 06:19:52,257 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 06:19: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-23ddc9dc-6d06-4b2e-9871-7beef38dccc5 x-compute-request-id: req-23ddc9dc-6d06-4b2e-9871-7beef38dccc5 Content-Length: 0 Content-Type: application/json 2018-08-12 06:19:52,257 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/d1c633f2-3f11-4fb7-bf4b-79990879315b used request id req-23ddc9dc-6d06-4b2e-9871-7beef38dccc5 2018-08-12 06:19:52,258 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0422911643982s 2018-08-12 06:19:52,258 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/d1c633f2-3f11-4fb7-bf4b-79990879315b used request id req-23ddc9dc-6d06-4b2e-9871-7beef38dccc5 2018-08-12 06:19:52,319 - xtesting.ci.run_tests - INFO - Loading test case 'vmtp'... 2018-08-12 06:19:52,365 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-12 06:19:52,365 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-12 06:19:52,365 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-12 06:19:52,365 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-12 06:19:52,365 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-12 06:19:52,366 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-12 06:19:52,366 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-12 06:19:52,366 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-12 06:19:52,366 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-12 06:19:52,366 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-12 06:19:52,366 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-12 06:19:52,366 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-12 06:19:52,366 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-12 06:19:52,366 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-12 06:19:52,366 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-12 06:19:52,366 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-12 06:19:52,366 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-12 06:19:52,366 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-12 06:19:52,366 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-12 06:19:52,367 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-12 06:19:52,367 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-12 06:19:52,367 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-12 06:19:52,367 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-12 06:19:52,367 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-12 06:19:52,367 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-12 06:19:52,369 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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 06:19:52,374 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 06:19:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0ec5963c-ef5f-4e10-8b6c-8f3dcb83ac87 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 06:19:52,374 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-0ec5963c-ef5f-4e10-8b6c-8f3dcb83ac87 2018-08-12 06:19:52,375 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-08-12 06:19:52,779 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T07:19:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["LO0YuUBJRXm4UfPCaaBWjQ"], "issued_at": "2018-08-12T06:19:52.000000Z"}} 2018-08-12 06:19:52,782 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 06:19:52,782 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}e231de43537beae2edde3c30185c1570c9f98f5f" 2018-08-12 06:19:53,041 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-4e47d089-ef94-4758-aabb-cec55c36ed66 Date: Sun, 12 Aug 2018 06:19:53 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":7,"port_security_enabled":true,"mtu":1500,"id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"310f5853751a4c968f3eeb0a3d99a0a8","status":"ACTIVE","subnets":["ec788992-fa73-45cc-a7d9-6d44542124c2"],"description":"","tags":[],"updated_at":"2018-08-12T05:35:20Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"310f5853751a4c968f3eeb0a3d99a0a8","created_at":"2018-08-12T05:04:23Z","provider:network_type":"flat"}]} 2018-08-12 06:19:53,041 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-4e47d089-ef94-4758-aabb-cec55c36ed66 2018-08-12 06:19:53,041 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.25913310051s 2018-08-12 06:19:53,041 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-4e47d089-ef94-4758-aabb-cec55c36ed66 2018-08-12 06:19:53,045 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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 06:19:53,050 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 06:19:53 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 06:19:53,051 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-12 06:19:53,054 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}e231de43537beae2edde3c30185c1570c9f98f5f" 2018-08-12 06:19:53,157 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 06:19:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c84fd1a3-62b2-442d-9040-0567dd066da3 Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.21:5000/v3/domains/1eec97585bde483292ece28ee11f4b8d"}, "tags": [], "enabled": true, "id": "1eec97585bde483292ece28ee11f4b8d", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains", "previous": null, "next": null}} 2018-08-12 06:19:53,157 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-c84fd1a3-62b2-442d-9040-0567dd066da3 2018-08-12 06:19:53,157 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.106494903564s 2018-08-12 06:19:53,158 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-c84fd1a3-62b2-442d-9040-0567dd066da3 2018-08-12 06:19:53,165 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-12 06:19:53,168 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}e231de43537beae2edde3c30185c1570c9f98f5f" -d '{"project": {"description": "Created by OPNFV Functest: vmtp", "enabled": true, "domain_id": "default", "name": "vmtp-project_0888abd2-2765-41a2-9cf5-24a1755ef722"}}' 2018-08-12 06:19:53,294 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 06:19:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d1342d69-9d42-4462-8360-6db5fe635223 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.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e"}, "tags": [], "enabled": true, "id": "ff7abd7bb61f4f2889831e932d65dc2e", "parent_id": "default", "domain_id": "default", "name": "vmtp-project_0888abd2-2765-41a2-9cf5-24a1755ef722"}} 2018-08-12 06:19:53,294 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-d1342d69-9d42-4462-8360-6db5fe635223 2018-08-12 06:19:53,294 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.129304885864s 2018-08-12 06:19:53,295 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-d1342d69-9d42-4462-8360-6db5fe635223 2018-08-12 06:19:53,295 - 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'ff7abd7bb61f4f2889831e932d65dc2e', '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_0888abd2-2765-41a2-9cf5-24a1755ef722'}) 2018-08-12 06:19:53,303 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-12 06:19:53,306 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}e231de43537beae2edde3c30185c1570c9f98f5f" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "86f771bd-fda7-491f-84d6-b66cf3bcaad8", "email": null, "name": "vmtp-user_0888abd2-2765-41a2-9cf5-24a1755ef722"}}' 2018-08-12 06:19:53,677 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 06:19:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1ed5f770-19b8-4a7a-9c36-167fb05d6953 Content-Length: 319 Content-Type: application/json RESP BODY: {"user": {"name": "vmtp-user_0888abd2-2765-41a2-9cf5-24a1755ef722", "links": {"self": "http://172.30.9.21:5000/v3/users/ef0a9049fcff4999aaa9f643ee25bb83"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "ef0a9049fcff4999aaa9f643ee25bb83", "domain_id": "default", "password_expires_at": null}} 2018-08-12 06:19:53,677 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/users used request id req-1ed5f770-19b8-4a7a-9c36-167fb05d6953 2018-08-12 06:19:53,678 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.374868869781s 2018-08-12 06:19:53,678 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/users used request id req-1ed5f770-19b8-4a7a-9c36-167fb05d6953 2018-08-12 06:19:53,678 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'ef0a9049fcff4999aaa9f643ee25bb83', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vmtp-user_0888abd2-2765-41a2-9cf5-24a1755ef722'}) 2018-08-12 06:19:53,682 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-12 06:19:53,685 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}e231de43537beae2edde3c30185c1570c9f98f5f" 2018-08-12 06:19:53,779 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 06:19:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-839c32f2-f176-452b-9489-a2265d977a7d Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 06:19:53,779 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-839c32f2-f176-452b-9489-a2265d977a7d 2018-08-12 06:19:53,779 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0971648693085s 2018-08-12 06:19:53,780 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-839c32f2-f176-452b-9489-a2265d977a7d 2018-08-12 06:19:53,784 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-12 06:19:53,787 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}e231de43537beae2edde3c30185c1570c9f98f5f" 2018-08-12 06:19:53,883 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 06:19:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2338c5fd-0b5a-48ef-a53b-bca6fec30588 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 06:19:53,883 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-2338c5fd-0b5a-48ef-a53b-bca6fec30588 2018-08-12 06:19:53,883 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0987589359283s 2018-08-12 06:19:53,883 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-2338c5fd-0b5a-48ef-a53b-bca6fec30588 2018-08-12 06:19:53,885 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-08-12 06:19:53,888 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.roles 2018-08-12 06:19:53,892 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}e231de43537beae2edde3c30185c1570c9f98f5f" -d '{"role": {"name": "Member"}}' 2018-08-12 06:19:54,000 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 06:19:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9df8d292-f5f1-47ac-9d7c-a4a4f9c1251e Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "5de767ab1b8f4da59b447ab5ac9d607c", "links": {"self": "http://172.30.9.21:5000/v3/roles/5de767ab1b8f4da59b447ab5ac9d607c"}, "name": "Member"}} 2018-08-12 06:19:54,000 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-9df8d292-f5f1-47ac-9d7c-a4a4f9c1251e 2018-08-12 06:19:54,001 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.roles in 0.112299919128s 2018-08-12 06:19:54,001 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-9df8d292-f5f1-47ac-9d7c-a4a4f9c1251e 2018-08-12 06:19:54,001 - functest.core.tenantnetwork - DEBUG - role: Munch({'properties': {}, 'location': Munch({'project': Munch({'domain_id': None, 'id': None, 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': None, 'name': u'Member', 'id': u'5de767ab1b8f4da59b447ab5ac9d607c'}) 2018-08-12 06:19:54,005 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-12 06:19:54,009 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}e231de43537beae2edde3c30185c1570c9f98f5f" 2018-08-12 06:19:54,111 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 06:19:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a9ace5a6-dd7c-4898-8048-42e84b104278 Content-Encoding: gzip Content-Length: 351 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "5de767ab1b8f4da59b447ab5ac9d607c", "links": {"self": "http://172.30.9.21:5000/v3/roles/5de767ab1b8f4da59b447ab5ac9d607c"}, "name": "Member"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 06:19:54,112 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-a9ace5a6-dd7c-4898-8048-42e84b104278 2018-08-12 06:19:54,112 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.106420993805s 2018-08-12 06:19:54,112 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-a9ace5a6-dd7c-4898-8048-42e84b104278 2018-08-12 06:19:54,117 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-12 06:19:54,120 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}e231de43537beae2edde3c30185c1570c9f98f5f" 2018-08-12 06:19:54,218 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 06:19:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b7664ad5-b326-48e5-a161-4b660846d5b0 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-12 06:19:54,218 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-b7664ad5-b326-48e5-a161-4b660846d5b0 2018-08-12 06:19:54,218 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.101528167725s 2018-08-12 06:19:54,219 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-b7664ad5-b326-48e5-a161-4b660846d5b0 2018-08-12 06:19:54,219 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-12 06:19:54,223 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}e231de43537beae2edde3c30185c1570c9f98f5f" 2018-08-12 06:19:54,328 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 06:19:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b16f7c6d-fe3c-4da8-8e99-a7a251377a1f Content-Encoding: gzip Content-Length: 832 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/105a247548624314b9228f85f6325f0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105a247548624314b9228f85f6325f0b", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/1c5de0eaa44543f08da6ad63a51594ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c5de0eaa44543f08da6ad63a51594ff", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/1d127b5b832547a88a547c116dfdd65b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d127b5b832547a88a547c116dfdd65b", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/1d5cfc170d624ce4ae53ae0507c8d517"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d5cfc170d624ce4ae53ae0507c8d517", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/2421820b75eb4d3ebd02830378d1377b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2421820b75eb4d3ebd02830378d1377b", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/40bd8ee54ecf44868cc83cede652c396"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40bd8ee54ecf44868cc83cede652c396", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/4f32fb8153854c4c9f5094b42b523f80"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f32fb8153854c4c9f5094b42b523f80", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7066130d08fb4db7bf4ab468de53933b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7066130d08fb4db7bf4ab468de53933b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/8d0898a83bcf4521bbc11501d5d7ac89"}, "domain_id": "1eec97585bde483292ece28ee11f4b8d", "enabled": true, "options": {}, "id": "8d0898a83bcf4521bbc11501d5d7ac89", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/9defcced327d476f8a3beab718a13da3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9defcced327d476f8a3beab718a13da3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/b80ee4f6992446e0879624dd436e99a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b80ee4f6992446e0879624dd436e99a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b86fd3e011324d398fcdb6f095a20a9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b86fd3e011324d398fcdb6f095a20a9d", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1701d2754064b5cadf765ea0806f9b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1701d2754064b5cadf765ea0806f9b2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/db4e7b8d76d549faa502716565c733dd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db4e7b8d76d549faa502716565c733dd", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "vmtp-user_0888abd2-2765-41a2-9cf5-24a1755ef722", "links": {"self": "http://172.30.9.21:5000/v3/users/ef0a9049fcff4999aaa9f643ee25bb83"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "ef0a9049fcff4999aaa9f643ee25bb83", "domain_id": "default", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-12 06:19:54,328 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-b16f7c6d-fe3c-4da8-8e99-a7a251377a1f 2018-08-12 06:19:54,329 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.108999967575s 2018-08-12 06:19:54,329 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-b16f7c6d-fe3c-4da8-8e99-a7a251377a1f 2018-08-12 06:19:54,341 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-12 06:19:54,344 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}e231de43537beae2edde3c30185c1570c9f98f5f" 2018-08-12 06:19:54,441 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 06:19:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e6941554-5148-4ba5-a6ea-93b08cc5b2eb Content-Encoding: gzip Content-Length: 392 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8"}, "tags": [], "enabled": true, "id": "310f5853751a4c968f3eeb0a3d99a0a8", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "id": "a267b9a156244bb192691cff6e5f74fe", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: vmtp", "links": {"self": "http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e"}, "tags": [], "enabled": true, "id": "ff7abd7bb61f4f2889831e932d65dc2e", "parent_id": "default", "domain_id": "default", "name": "vmtp-project_0888abd2-2765-41a2-9cf5-24a1755ef722"}]} 2018-08-12 06:19:54,441 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-e6941554-5148-4ba5-a6ea-93b08cc5b2eb 2018-08-12 06:19:54,442 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.100771903992s 2018-08-12 06:19:54,442 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-e6941554-5148-4ba5-a6ea-93b08cc5b2eb 2018-08-12 06:19:54,449 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-12 06:19:54,453 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:5000/v3/role_assignments?user.id=ef0a9049fcff4999aaa9f643ee25bb83&role.id=5de767ab1b8f4da59b447ab5ac9d607c&scope.project.id=ff7abd7bb61f4f2889831e932d65dc2e" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e231de43537beae2edde3c30185c1570c9f98f5f" 2018-08-12 06:19:54,546 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 06:19:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4d0d60de-c7b6-412f-b79c-75270f91ece5 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.21:5000/v3/role_assignments?user.id=ef0a9049fcff4999aaa9f643ee25bb83&role.id=5de767ab1b8f4da59b447ab5ac9d607c&scope.project.id=ff7abd7bb61f4f2889831e932d65dc2e", "previous": null, "next": null}} 2018-08-12 06:19:54,546 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=ef0a9049fcff4999aaa9f643ee25bb83&role.id=5de767ab1b8f4da59b447ab5ac9d607c&scope.project.id=ff7abd7bb61f4f2889831e932d65dc2e used request id req-4d0d60de-c7b6-412f-b79c-75270f91ece5 2018-08-12 06:19:54,546 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.0963871479034s 2018-08-12 06:19:54,546 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=ef0a9049fcff4999aaa9f643ee25bb83&role.id=5de767ab1b8f4da59b447ab5ac9d607c&scope.project.id=ff7abd7bb61f4f2889831e932d65dc2e used request id req-4d0d60de-c7b6-412f-b79c-75270f91ece5 2018-08-12 06:19:54,550 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-12 06:19:54,553 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e/users/ef0a9049fcff4999aaa9f643ee25bb83/roles/5de767ab1b8f4da59b447ab5ac9d607c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e231de43537beae2edde3c30185c1570c9f98f5f" 2018-08-12 06:19:54,704 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 06:19:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5007a954-64c6-4a8e-ac2f-5d733cb84dc5 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 06:19:54,705 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e/users/ef0a9049fcff4999aaa9f643ee25bb83/roles/5de767ab1b8f4da59b447ab5ac9d607c used request id req-5007a954-64c6-4a8e-ac2f-5d733cb84dc5 2018-08-12 06:19:54,705 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.154627084732s 2018-08-12 06:19:54,705 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e/users/ef0a9049fcff4999aaa9f643ee25bb83/roles/5de767ab1b8f4da59b447ab5ac9d607c used request id req-5007a954-64c6-4a8e-ac2f-5d733cb84dc5 2018-08-12 06:19:54,706 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vmtp-project_0888abd2-2765-41a2-9cf5-24a1755ef722', 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'ff7abd7bb61f4f2889831e932d65dc2e', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.50', 'password': '86f771bd-fda7-491f-84d6-b66cf3bcaad8', 'username': u'vmtp-user_0888abd2-2765-41a2-9cf5-24a1755ef722', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.21: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 06:19:54,707 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-12 06:19:54,707 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-12 06:19:54,707 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-12 06:19:54,707 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-12 06:19:54,707 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-12 06:19:54,708 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-12 06:19:54,708 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-12 06:19:54,708 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-12 06:19:54,708 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-12 06:19:54,708 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-12 06:19:54,708 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-12 06:19:54,708 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-12 06:19:54,708 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-12 06:19:54,709 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-12 06:19:54,709 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-12 06:19:54,709 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-12 06:19:54,709 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-12 06:19:54,709 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-12 06:19:54,709 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-12 06:19:54,709 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-12 06:19:54,709 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-12 06:19:54,709 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-12 06:19:54,710 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-12 06:19:54,710 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-12 06:19:54,710 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-12 06:19:54,712 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vmtp-user_0888abd2-2765-41a2-9cf5-24a1755ef722', 'password': '86f771bd-fda7-491f-84d6-b66cf3bcaad8', 'project_name': 'vmtp-project_0888abd2-2765-41a2-9cf5-24a1755ef722', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.21:5000//v3', 'project_id': 'ff7abd7bb61f4f2889831e932d65dc2e', 'project_domain_name': 'Default'} 2018-08-12 06:19:54,717 - xtesting.ci.run_tests - INFO - Running test case 'vmtp'... 2018-08-12 06:19:54,718 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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 06:19:54,725 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 06:19:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5c47ba62-84de-44fc-b62f-ea36d9f73f1b Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 06:19:54,725 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-5c47ba62-84de-44fc-b62f-ea36d9f73f1b 2018-08-12 06:19:54,726 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-08-12 06:19:55,121 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5de767ab1b8f4da59b447ab5ac9d607c", "name": "Member"}], "expires_at": "2018-08-12T07:19:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ff7abd7bb61f4f2889831e932d65dc2e", "name": "vmtp-project_0888abd2-2765-41a2-9cf5-24a1755ef722"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/ff7abd7bb61f4f2889831e932d65dc2e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/ff7abd7bb61f4f2889831e932d65dc2e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/ff7abd7bb61f4f2889831e932d65dc2e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_ff7abd7bb61f4f2889831e932d65dc2e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_ff7abd7bb61f4f2889831e932d65dc2e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/ff7abd7bb61f4f2889831e932d65dc2e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/ff7abd7bb61f4f2889831e932d65dc2e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/ff7abd7bb61f4f2889831e932d65dc2e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/ff7abd7bb61f4f2889831e932d65dc2e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/ff7abd7bb61f4f2889831e932d65dc2e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/ff7abd7bb61f4f2889831e932d65dc2e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/ff7abd7bb61f4f2889831e932d65dc2e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/ff7abd7bb61f4f2889831e932d65dc2e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/ff7abd7bb61f4f2889831e932d65dc2e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vmtp-user_0888abd2-2765-41a2-9cf5-24a1755ef722", "id": "ef0a9049fcff4999aaa9f643ee25bb83"}, "audit_ids": ["uTSNW1ngSvS_0J6N_jlHGw"], "issued_at": "2018-08-12T06:19:55.000000Z"}} 2018-08-12 06:19:55,124 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-12 06:19:55,125 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}de50214a63e2e3772c6ef184e2d6422db7225150" -d '{"router": {"external_gateway_info": {"network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3"}, "name": "vmtp-router_0888abd2-2765-41a2-9cf5-24a1755ef722", "admin_state_up": true}}' 2018-08-12 06:19:56,408 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 615 X-Openstack-Request-Id: req-76c1abda-afd7-45e2-89ff-aca934e09849 Date: Sun, 12 Aug 2018 06:19:56 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ec788992-fa73-45cc-a7d9-6d44542124c2", "ip_address": "172.30.9.210"}]}, "description": "", "tags": [], "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "created_at": "2018-08-12T06:19:55Z", "admin_state_up": true, "updated_at": "2018-08-12T06:19:56Z", "revision_number": 2, "routes": [], "project_id": "ff7abd7bb61f4f2889831e932d65dc2e", "id": "8b254875-08ae-4a93-8f2f-7d8064451ba9", "name": "vmtp-router_0888abd2-2765-41a2-9cf5-24a1755ef722"}} 2018-08-12 06:19:56,408 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-76c1abda-afd7-45e2-89ff-aca934e09849 2018-08-12 06:19:56,409 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.28394889832s 2018-08-12 06:19:56,409 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-76c1abda-afd7-45e2-89ff-aca934e09849 2018-08-12 06:19:56,409 - functest.opnfv_tests.openstack.vmtp.vmtp - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'03886690-4630-4c4c-9ccb-7eedaa9b1fd3', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'ec788992-fa73-45cc-a7d9-6d44542124c2', u'ip_address': u'172.30.9.210'}]}, u'description': u'', u'tags': [], u'tenant_id': u'ff7abd7bb61f4f2889831e932d65dc2e', u'created_at': u'2018-08-12T06:19:55Z', u'admin_state_up': True, u'updated_at': u'2018-08-12T06:19:56Z', u'revision_number': 2, u'routes': [], u'project_id': u'ff7abd7bb61f4f2889831e932d65dc2e', u'id': u'8b254875-08ae-4a93-8f2f-7d8064451ba9', u'name': u'vmtp-router_0888abd2-2765-41a2-9cf5-24a1755ef722'}) 2018-08-12 06:19:56,410 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img 2018-08-12 06:19:57,896 - shade - DEBUG - Image file /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img md5:81360220b4382d4b91eef0ebaf46a661 sha256:c32842906fda865db9034d5a3159ad979a5432d2fec0864c6f6bed7b7de7338e 2018-08-12 06:19:57,898 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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 06:19:57,903 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Sun, 12 Aug 2018 06:19:57 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}]} 2018-08-12 06:19:57,907 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 06:19:57,911 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}de50214a63e2e3772c6ef184e2d6422db7225150" 2018-08-12 06:19:58,118 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-efa74a68-af83-4048-80c8-a0168705a90f Date: Sun, 12 Aug 2018 06:19:58 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 06:19:58,119 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-efa74a68-af83-4048-80c8-a0168705a90f 2018-08-12 06:19:58,119 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.2112159729s 2018-08-12 06:19:58,119 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-efa74a68-af83-4048-80c8-a0168705a90f 2018-08-12 06:19:58,127 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-12 06:19:58,130 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}de50214a63e2e3772c6ef184e2d6422db7225150" -d '{"owner_specified.shade.md5": "81360220b4382d4b91eef0ebaf46a661", "owner_specified.shade.sha256": "c32842906fda865db9034d5a3159ad979a5432d2fec0864c6f6bed7b7de7338e", "owner_specified.shade.object": "images/vmtp-img_0888abd2-2765-41a2-9cf5-24a1755ef722", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vmtp-img_0888abd2-2765-41a2-9cf5-24a1755ef722"}' 2018-08-12 06:19:58,365 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 860 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/068108e8-f122-4c3d-adda-da1e4d286403 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-dc077d68-7652-463a-b6ac-fdf5ebae296a Date: Sun, 12 Aug 2018 06:19:58 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/068108e8-f122-4c3d-adda-da1e4d286403/file", "owner": "ff7abd7bb61f4f2889831e932d65dc2e", "id": "068108e8-f122-4c3d-adda-da1e4d286403", "size": null, "self": "/v2/images/068108e8-f122-4c3d-adda-da1e4d286403", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "c32842906fda865db9034d5a3159ad979a5432d2fec0864c6f6bed7b7de7338e", "updated_at": "2018-08-12T06:19:58Z", "visibility": "private", "owner_specified.shade.object": "images/vmtp-img_0888abd2-2765-41a2-9cf5-24a1755ef722", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "81360220b4382d4b91eef0ebaf46a661", "name": "vmtp-img_0888abd2-2765-41a2-9cf5-24a1755ef722", "checksum": null, "created_at": "2018-08-12T06:19:58Z", "protected": false} 2018-08-12 06:19:58,365 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-dc077d68-7652-463a-b6ac-fdf5ebae296a 2018-08-12 06:19:58,365 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.238172054291s 2018-08-12 06:19:58,366 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-dc077d68-7652-463a-b6ac-fdf5ebae296a returning object 068108e8-f122-4c3d-adda-da1e4d286403 2018-08-12 06:19:58,366 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-12 06:19:58,370 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9292/v2/images/068108e8-f122-4c3d-adda-da1e4d286403/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}de50214a63e2e3772c6ef184e2d6422db7225150" -d '' 2018-08-12 06:20:02,394 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-989e6638-d06d-4f9a-898a-abadcedc7a4d Date: Sun, 12 Aug 2018 06:20: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 06:20:02,394 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/068108e8-f122-4c3d-adda-da1e4d286403/file used request id req-989e6638-d06d-4f9a-898a-abadcedc7a4d 2018-08-12 06:20:02,395 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 4.02818512917s 2018-08-12 06:20:02,395 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/068108e8-f122-4c3d-adda-da1e4d286403/file used request id req-989e6638-d06d-4f9a-898a-abadcedc7a4d 2018-08-12 06:20:02,399 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 06:20:02,403 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}de50214a63e2e3772c6ef184e2d6422db7225150" 2018-08-12 06:20:02,600 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1191 Content-Type: application/json X-Openstack-Request-Id: req-01ffbe4a-a156-4ecf-b3b0-0af8ee2a962c Date: Sun, 12 Aug 2018 06:20:02 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/068108e8-f122-4c3d-adda-da1e4d286403/snap", "metadata": {}}], "file": "/v2/images/068108e8-f122-4c3d-adda-da1e4d286403/file", "owner": "ff7abd7bb61f4f2889831e932d65dc2e", "id": "068108e8-f122-4c3d-adda-da1e4d286403", "size": 263062016, "self": "/v2/images/068108e8-f122-4c3d-adda-da1e4d286403", "disk_format": "qcow2", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/068108e8-f122-4c3d-adda-da1e4d286403/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "c32842906fda865db9034d5a3159ad979a5432d2fec0864c6f6bed7b7de7338e", "updated_at": "2018-08-12T06:20:02Z", "visibility": "private", "owner_specified.shade.object": "images/vmtp-img_0888abd2-2765-41a2-9cf5-24a1755ef722", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "81360220b4382d4b91eef0ebaf46a661", "name": "vmtp-img_0888abd2-2765-41a2-9cf5-24a1755ef722", "checksum": "81360220b4382d4b91eef0ebaf46a661", "created_at": "2018-08-12T06:19:58Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 06:20:02,600 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-01ffbe4a-a156-4ecf-b3b0-0af8ee2a962c 2018-08-12 06:20:02,600 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.201398134232s 2018-08-12 06:20:02,601 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-01ffbe4a-a156-4ecf-b3b0-0af8ee2a962c 2018-08-12 06:20:02,603 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://b36631de-8836-42ae-a808-b5158928754c/images/068108e8-f122-4c3d-adda-da1e4d286403/snap', u'metadata': Munch({})})], 'file': u'/v2/images/068108e8-f122-4c3d-adda-da1e4d286403/file', 'owner': u'ff7abd7bb61f4f2889831e932d65dc2e', 'id': u'068108e8-f122-4c3d-adda-da1e4d286403', 'size': 263062016, u'self': u'/v2/images/068108e8-f122-4c3d-adda-da1e4d286403', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ff7abd7bb61f4f2889831e932d65dc2e', 'name': 'vmtp-project_0888abd2-2765-41a2-9cf5-24a1755ef722', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://b36631de-8836-42ae-a808-b5158928754c/images/068108e8-f122-4c3d-adda-da1e4d286403/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-12T06:20:02Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-12T06:20:02Z', u'owner_specified.shade.sha256': u'c32842906fda865db9034d5a3159ad979a5432d2fec0864c6f6bed7b7de7338e', u'owner_specified.shade.object': u'images/vmtp-img_0888abd2-2765-41a2-9cf5-24a1755ef722', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'81360220b4382d4b91eef0ebaf46a661', 'properties': {u'self': u'/v2/images/068108e8-f122-4c3d-adda-da1e4d286403', u'owner_specified.shade.md5': u'81360220b4382d4b91eef0ebaf46a661', u'owner_specified.shade.object': u'images/vmtp-img_0888abd2-2765-41a2-9cf5-24a1755ef722', u'owner_specified.shade.sha256': u'c32842906fda865db9034d5a3159ad979a5432d2fec0864c6f6bed7b7de7338e', u'schema': u'/v2/schemas/image'}, 'name': u'vmtp-img_0888abd2-2765-41a2-9cf5-24a1755ef722', 'created': u'2018-08-12T06:19:58Z', 'checksum': u'81360220b4382d4b91eef0ebaf46a661', 'created_at': u'2018-08-12T06:19:58Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/068108e8-f122-4c3d-adda-da1e4d286403', u'owner_specified.shade.md5': u'81360220b4382d4b91eef0ebaf46a661', u'owner_specified.shade.object': u'images/vmtp-img_0888abd2-2765-41a2-9cf5-24a1755ef722', u'owner_specified.shade.sha256': u'c32842906fda865db9034d5a3159ad979a5432d2fec0864c6f6bed7b7de7338e', u'schema': u'/v2/schemas/image'}}) 2018-08-12 06:20:02,604 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-12 06:20:02,606 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}e231de43537beae2edde3c30185c1570c9f98f5f" -d '{"flavor": {"vcpus": 1, "ram": 2048, "name": "vmtp-flavor_0888abd2-2765-41a2-9cf5-24a1755ef722", "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 06:20:02,856 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 06:20: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-ceb34ae4-9ee5-4651-89f4-37b49f0beb5d x-compute-request-id: req-ceb34ae4-9ee5-4651-89f4-37b49f0beb5d Content-Encoding: gzip Content-Length: 305 Content-Type: application/json RESP BODY: {"flavor": {"name": "vmtp-flavor_0888abd2-2765-41a2-9cf5-24a1755ef722", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/4f082fab-f3fd-4a4a-931b-19cb0a4fafa2", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/4f082fab-f3fd-4a4a-931b-19cb0a4fafa2", "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": "4f082fab-f3fd-4a4a-931b-19cb0a4fafa2"}} 2018-08-12 06:20:02,856 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-ceb34ae4-9ee5-4651-89f4-37b49f0beb5d 2018-08-12 06:20:02,856 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.252176046371s 2018-08-12 06:20:02,856 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-ceb34ae4-9ee5-4651-89f4-37b49f0beb5d 2018-08-12 06:20:02,857 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vmtp-flavor_0888abd2-2765-41a2-9cf5-24a1755ef722', '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'a267b9a156244bb192691cff6e5f74fe', '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'4f082fab-f3fd-4a4a-931b-19cb0a4fafa2', 'swap': 0}) 2018-08-12 06:20:02,858 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-12 06:20:02,860 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors/4f082fab-f3fd-4a4a-931b-19cb0a4fafa2/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}e231de43537beae2edde3c30185c1570c9f98f5f" -d '{"extra_specs": {}}' 2018-08-12 06:20:02,890 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 06:20: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-b5eb1cd2-00fc-4052-81e1-5025d9855e24 x-compute-request-id: req-b5eb1cd2-00fc-4052-81e1-5025d9855e24 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-12 06:20:02,890 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/4f082fab-f3fd-4a4a-931b-19cb0a4fafa2/os-extra_specs used request id req-b5eb1cd2-00fc-4052-81e1-5025d9855e24 2018-08-12 06:20:02,890 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0320270061493s 2018-08-12 06:20:02,890 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/4f082fab-f3fd-4a4a-931b-19cb0a4fafa2/os-extra_specs used request id req-b5eb1cd2-00fc-4052-81e1-5025d9855e24 2018-08-12 06:20:02,894 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-12 06:20:02,897 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}e231de43537beae2edde3c30185c1570c9f98f5f" 2018-08-12 06:20:02,984 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 06:20:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-095c614c-b4a8-49af-8381-ce20b6fe6105 Content-Encoding: gzip Content-Length: 351 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "5de767ab1b8f4da59b447ab5ac9d607c", "links": {"self": "http://172.30.9.21:5000/v3/roles/5de767ab1b8f4da59b447ab5ac9d607c"}, "name": "Member"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 06:20:02,984 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-095c614c-b4a8-49af-8381-ce20b6fe6105 2018-08-12 06:20:02,985 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0903799533844s 2018-08-12 06:20:02,985 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-095c614c-b4a8-49af-8381-ce20b6fe6105 2018-08-12 06:20:02,990 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-12 06:20:02,993 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}e231de43537beae2edde3c30185c1570c9f98f5f" 2018-08-12 06:20:03,085 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 06:20:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-decdf8fe-1219-45b2-8026-ace83d582c02 Content-Encoding: gzip Content-Length: 351 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "5de767ab1b8f4da59b447ab5ac9d607c", "links": {"self": "http://172.30.9.21:5000/v3/roles/5de767ab1b8f4da59b447ab5ac9d607c"}, "name": "Member"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 06:20:03,085 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-decdf8fe-1219-45b2-8026-ace83d582c02 2018-08-12 06:20:03,085 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0952198505402s 2018-08-12 06:20:03,085 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-decdf8fe-1219-45b2-8026-ace83d582c02 2018-08-12 06:20:03,090 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-12 06:20:03,093 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}e231de43537beae2edde3c30185c1570c9f98f5f" 2018-08-12 06:20:03,188 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 06:20:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6f3ccbd8-a87a-4b8c-aa04-10393868797a Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-12 06:20:03,188 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-6f3ccbd8-a87a-4b8c-aa04-10393868797a 2018-08-12 06:20:03,188 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0980710983276s 2018-08-12 06:20:03,188 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-6f3ccbd8-a87a-4b8c-aa04-10393868797a 2018-08-12 06:20:03,189 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-12 06:20:03,192 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}e231de43537beae2edde3c30185c1570c9f98f5f" 2018-08-12 06:20:03,299 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 06:20:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-57943def-deb2-4c91-8e49-ae90ba1c8013 Content-Encoding: gzip Content-Length: 832 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/105a247548624314b9228f85f6325f0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105a247548624314b9228f85f6325f0b", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/1c5de0eaa44543f08da6ad63a51594ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c5de0eaa44543f08da6ad63a51594ff", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/1d127b5b832547a88a547c116dfdd65b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d127b5b832547a88a547c116dfdd65b", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/1d5cfc170d624ce4ae53ae0507c8d517"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d5cfc170d624ce4ae53ae0507c8d517", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/2421820b75eb4d3ebd02830378d1377b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2421820b75eb4d3ebd02830378d1377b", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/40bd8ee54ecf44868cc83cede652c396"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40bd8ee54ecf44868cc83cede652c396", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/4f32fb8153854c4c9f5094b42b523f80"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f32fb8153854c4c9f5094b42b523f80", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7066130d08fb4db7bf4ab468de53933b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7066130d08fb4db7bf4ab468de53933b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/8d0898a83bcf4521bbc11501d5d7ac89"}, "domain_id": "1eec97585bde483292ece28ee11f4b8d", "enabled": true, "options": {}, "id": "8d0898a83bcf4521bbc11501d5d7ac89", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/9defcced327d476f8a3beab718a13da3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9defcced327d476f8a3beab718a13da3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/b80ee4f6992446e0879624dd436e99a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b80ee4f6992446e0879624dd436e99a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b86fd3e011324d398fcdb6f095a20a9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b86fd3e011324d398fcdb6f095a20a9d", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1701d2754064b5cadf765ea0806f9b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1701d2754064b5cadf765ea0806f9b2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/db4e7b8d76d549faa502716565c733dd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db4e7b8d76d549faa502716565c733dd", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "vmtp-user_0888abd2-2765-41a2-9cf5-24a1755ef722", "links": {"self": "http://172.30.9.21:5000/v3/users/ef0a9049fcff4999aaa9f643ee25bb83"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "ef0a9049fcff4999aaa9f643ee25bb83", "domain_id": "default", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-12 06:20:03,299 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-57943def-deb2-4c91-8e49-ae90ba1c8013 2018-08-12 06:20:03,299 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.110080003738s 2018-08-12 06:20:03,300 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-57943def-deb2-4c91-8e49-ae90ba1c8013 2018-08-12 06:20:03,311 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-12 06:20:03,314 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}e231de43537beae2edde3c30185c1570c9f98f5f" 2018-08-12 06:20:03,407 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 06:20:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5da12b92-c54c-4e27-853d-6bfb93342003 Content-Encoding: gzip Content-Length: 392 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8"}, "tags": [], "enabled": true, "id": "310f5853751a4c968f3eeb0a3d99a0a8", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "id": "a267b9a156244bb192691cff6e5f74fe", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: vmtp", "links": {"self": "http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e"}, "tags": [], "enabled": true, "id": "ff7abd7bb61f4f2889831e932d65dc2e", "parent_id": "default", "domain_id": "default", "name": "vmtp-project_0888abd2-2765-41a2-9cf5-24a1755ef722"}]} 2018-08-12 06:20:03,407 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-5da12b92-c54c-4e27-853d-6bfb93342003 2018-08-12 06:20:03,407 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0960972309113s 2018-08-12 06:20:03,407 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-5da12b92-c54c-4e27-853d-6bfb93342003 2018-08-12 06:20:03,415 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-12 06:20:03,418 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:5000/v3/role_assignments?user.id=ef0a9049fcff4999aaa9f643ee25bb83&role.id=8dbf9ffab0974542864a297567a51a1c&scope.project.id=ff7abd7bb61f4f2889831e932d65dc2e" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e231de43537beae2edde3c30185c1570c9f98f5f" 2018-08-12 06:20:03,519 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 06:20:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0b515601-425d-4240-af17-6be661a42eb2 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.21:5000/v3/role_assignments?user.id=ef0a9049fcff4999aaa9f643ee25bb83&role.id=8dbf9ffab0974542864a297567a51a1c&scope.project.id=ff7abd7bb61f4f2889831e932d65dc2e", "previous": null, "next": null}} 2018-08-12 06:20:03,519 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=ef0a9049fcff4999aaa9f643ee25bb83&role.id=8dbf9ffab0974542864a297567a51a1c&scope.project.id=ff7abd7bb61f4f2889831e932d65dc2e used request id req-0b515601-425d-4240-af17-6be661a42eb2 2018-08-12 06:20:03,519 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.104202032089s 2018-08-12 06:20:03,519 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=ef0a9049fcff4999aaa9f643ee25bb83&role.id=8dbf9ffab0974542864a297567a51a1c&scope.project.id=ff7abd7bb61f4f2889831e932d65dc2e used request id req-0b515601-425d-4240-af17-6be661a42eb2 2018-08-12 06:20:03,523 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-12 06:20:03,527 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e/users/ef0a9049fcff4999aaa9f643ee25bb83/roles/8dbf9ffab0974542864a297567a51a1c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e231de43537beae2edde3c30185c1570c9f98f5f" 2018-08-12 06:20:03,650 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 06:20:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-df76017d-11af-4857-b3ff-21862c48076b 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 06:20:03,650 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e/users/ef0a9049fcff4999aaa9f643ee25bb83/roles/8dbf9ffab0974542864a297567a51a1c used request id req-df76017d-11af-4857-b3ff-21862c48076b 2018-08-12 06:20:03,651 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.127769947052s 2018-08-12 06:20:03,651 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e/users/ef0a9049fcff4999aaa9f643ee25bb83/roles/8dbf9ffab0974542864a297567a51a1c used request id req-df76017d-11af-4857-b3ff-21862c48076b 2018-08-12 06:20:03,651 - functest.opnfv_tests.openstack.vmtp.vmtp - INFO - Creating keypair with name: 'vmtp_0888abd2-2765-41a2-9cf5-24a1755ef722' 2018-08-12 06:20:03,652 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-12 06:20:03,654 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}de50214a63e2e3772c6ef184e2d6422db7225150" -d '{"keypair": {"name": "vmtp_0888abd2-2765-41a2-9cf5-24a1755ef722"}}' 2018-08-12 06:20:04,527 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 06:20: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-06a26f7c-8f82-4302-a412-3bc944bc8e75 x-compute-request-id: req-06a26f7c-8f82-4302-a412-3bc944bc8e75 Content-Encoding: gzip Content-Length: 1795 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDKpCGSG3kajfKWs7tSFiihK7kMF0K1LEI4+TvNac5KW9NIbFSL19wy9D/1+T+2kldDJQx74cdYzRO3ToOCp7NKVrSTZO5v+zAXaoZ4Ou8tVNtIbV5xOuQxhiBTtQjQ2UbqeMUdrYoh83NHwXh8HEnjmXG9Qn9hQmwHuL/60MweNwokDGvWqYDwOfLzm/NRoNyYa4TsZnUTq1Nx8zV5pT5w9gzcP1UZElaAm1qzgXE2cGPQ+12GYh/JDXdVeSGME5PL0tuV/AeAvrRHpKjaP41bJqAVjpczE8uRQoXEjjcmwiaIXFbzB6h1NcRNirZrN0vEPV0i9G3nUGFlX9Gp96+N Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAyqQhkht5Go3ylrO7UhYooSu5DBdCtSxCOPk7zWnOSlvTSGxU\ni9fcMvQ/9fk/tpJXQyUMe+HHWM0Tt06DgqezSla0k2Tub/swF2qGeDrvLVTbSG1e\ncTrkMYYgU7UI0NlG6njFHa2KIfNzR8F4fBxJ45lxvUJ/YUJsB7i/+tDMHjcKJAxr\n1qmA8Dny85vzUaDcmGuE7GZ1E6tTcfM1eaU+cPYM3D9VGRJWgJtas4FxNnBj0Ptd\nhmIfyQ13VXkhjBOTy9LblfwHgL60R6So2j+NWyagFY6XMxPLkUKFxI43JsImiFxW\n8weodTXETYq2azdLxD1dIvRt51BhZV/RqfevjQIDAQABAoIBAG9yAxCC0YC8Ln2Z\nTV0g2KmDDVtL86EGPUluMOiQ1yZoB/QduAXM6sqPMBoMQXEcXKeN2abMDkGVT9GR\neZxCtMUemGMzsDqf79wA9wFqkB3jPFJB7B3j4JooBOFkf/u0c18Cmo3u4jg31t/Q\n1H2VZUGqIzaOOtX3nMhGYDcF3CyE6CRt5QNbG0Q1ZTzUSinm2p2/Gwl+a64MsX1p\nQ4jO4yJX1cxk4ORprRCLTnNVJVGs5mE7Y7cBUfjrxG9LLUFpR0+fKqPVjk6ZnMFx\nmr/aAL4nMgv9805xO+qiJtqxr3DbQ+PoOsG2+d6twV3wN1hb8oSdqY5VrzmP4htU\nIGsazMECgYEA5KMytgias42tNnqVF8gE/yWrZI3t1ebAiJ+ITq4ORKu52Vj35+ne\nXUebgr3sqbl1IVoJDZqbOWSEr2/9HxL4/mD668dX1Qz4erpgA2ADfeB9zfJqiuSl\ngkJ1OCWU/3Ceom0BGIPT/GoaModWxz9Vc9CcdAVDlucxXNmlexN1CvECgYEA4uR6\njZot6+yMkddYjyPrn7U7qfppyHz0OlNKFnmF4xyG09iMYHRUMAoG7prj/X9zns/j\nJC/0b2EeqkG4zeNcygqbSutw77jRzLCAcSnT2LPbe4MlpOAH5G/va7dGXYsXgAzP\nNCoUupW9S8I6daYCgmkluK7lKwQFDYsYFm2iFl0CgYEAkMJbWzG7cS+kmbenKjV0\nJG+fQr0x9ppxEI+hZ9+AHS51Lw3LeER0i67I4VCKxTMs2/77eGeJHB9uev12z/Pd\nPoH8nMfL7pKVyG60V660x0AZpwlzN5loyT52pSP2YHzXk5NcfD8LOueayp8x7FlH\nK1rLlBG5J5QdhuIuiexZ0KECgYEAqIoj5w/CUN/0Q1l9tUZvfsE3Qrp63azEFpdM\nD4nRxLSqCq9vBy8iYlTwdUmlVebY0f2GspjUr++qwbn0NyxO/t4GIQ7nY4scfToX\nDviNHwnrXcI7sk+gTTZA2PjZUh9CI6JgQFWJ9FfKt33dwwrADnNgy+FO5jckMb1C\n9VYW8xkCgYEAv8PAR9aHyBUFnLrbBr9lBuQySZz4uIdmFw9zsNNwaap1lYUVawfZ\n7NkTnCpx/GITiLHIrczeSOE+qVEOers56FUfJ3fRu05cRUA8Dem0U929/3mfGXOu\nqzTo3E4ku2cfVSlxg4yOs0AYSDSFFM5ASgIkUlVFKzs3NNYfQmPWseo=\n-----END RSA PRIVATE KEY-----\n", "user_id": "ef0a9049fcff4999aaa9f643ee25bb83", "name": "vmtp_0888abd2-2765-41a2-9cf5-24a1755ef722", "fingerprint": "b1:31:e6:7c:35:e6:72:c4:b8:db:7a:0a:7a:d3:d9:e3"}} 2018-08-12 06:20:04,527 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-06a26f7c-8f82-4302-a412-3bc944bc8e75 2018-08-12 06:20:04,527 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.875691175461s 2018-08-12 06:20:04,528 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-06a26f7c-8f82-4302-a412-3bc944bc8e75 2018-08-12 06:20:04,528 - functest.opnfv_tests.openstack.vmtp.vmtp - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDKpCGSG3kajfKWs7tSFiihK7kMF0K1LEI4+TvNac5KW9NIbFSL19wy9D/1+T+2kldDJQx74cdYzRO3ToOCp7NKVrSTZO5v+zAXaoZ4Ou8tVNtIbV5xOuQxhiBTtQjQ2UbqeMUdrYoh83NHwXh8HEnjmXG9Qn9hQmwHuL/60MweNwokDGvWqYDwOfLzm/NRoNyYa4TsZnUTq1Nx8zV5pT5w9gzcP1UZElaAm1qzgXE2cGPQ+12GYh/JDXdVeSGME5PL0tuV/AeAvrRHpKjaP41bJqAVjpczE8uRQoXEjjcmwiaIXFbzB6h1NcRNirZrN0vEPV0i9G3nUGFlX9Gp96+N Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAyqQhkht5Go3ylrO7UhYooSu5DBdCtSxCOPk7zWnOSlvTSGxU\ni9fcMvQ/9fk/tpJXQyUMe+HHWM0Tt06DgqezSla0k2Tub/swF2qGeDrvLVTbSG1e\ncTrkMYYgU7UI0NlG6njFHa2KIfNzR8F4fBxJ45lxvUJ/YUJsB7i/+tDMHjcKJAxr\n1qmA8Dny85vzUaDcmGuE7GZ1E6tTcfM1eaU+cPYM3D9VGRJWgJtas4FxNnBj0Ptd\nhmIfyQ13VXkhjBOTy9LblfwHgL60R6So2j+NWyagFY6XMxPLkUKFxI43JsImiFxW\n8weodTXETYq2azdLxD1dIvRt51BhZV/RqfevjQIDAQABAoIBAG9yAxCC0YC8Ln2Z\nTV0g2KmDDVtL86EGPUluMOiQ1yZoB/QduAXM6sqPMBoMQXEcXKeN2abMDkGVT9GR\neZxCtMUemGMzsDqf79wA9wFqkB3jPFJB7B3j4JooBOFkf/u0c18Cmo3u4jg31t/Q\n1H2VZUGqIzaOOtX3nMhGYDcF3CyE6CRt5QNbG0Q1ZTzUSinm2p2/Gwl+a64MsX1p\nQ4jO4yJX1cxk4ORprRCLTnNVJVGs5mE7Y7cBUfjrxG9LLUFpR0+fKqPVjk6ZnMFx\nmr/aAL4nMgv9805xO+qiJtqxr3DbQ+PoOsG2+d6twV3wN1hb8oSdqY5VrzmP4htU\nIGsazMECgYEA5KMytgias42tNnqVF8gE/yWrZI3t1ebAiJ+ITq4ORKu52Vj35+ne\nXUebgr3sqbl1IVoJDZqbOWSEr2/9HxL4/mD668dX1Qz4erpgA2ADfeB9zfJqiuSl\ngkJ1OCWU/3Ceom0BGIPT/GoaModWxz9Vc9CcdAVDlucxXNmlexN1CvECgYEA4uR6\njZot6+yMkddYjyPrn7U7qfppyHz0OlNKFnmF4xyG09iMYHRUMAoG7prj/X9zns/j\nJC/0b2EeqkG4zeNcygqbSutw77jRzLCAcSnT2LPbe4MlpOAH5G/va7dGXYsXgAzP\nNCoUupW9S8I6daYCgmkluK7lKwQFDYsYFm2iFl0CgYEAkMJbWzG7cS+kmbenKjV0\nJG+fQr0x9ppxEI+hZ9+AHS51Lw3LeER0i67I4VCKxTMs2/77eGeJHB9uev12z/Pd\nPoH8nMfL7pKVyG60V660x0AZpwlzN5loyT52pSP2YHzXk5NcfD8LOueayp8x7FlH\nK1rLlBG5J5QdhuIuiexZ0KECgYEAqIoj5w/CUN/0Q1l9tUZvfsE3Qrp63azEFpdM\nD4nRxLSqCq9vBy8iYlTwdUmlVebY0f2GspjUr++qwbn0NyxO/t4GIQ7nY4scfToX\nDviNHwnrXcI7sk+gTTZA2PjZUh9CI6JgQFWJ9FfKt33dwwrADnNgy+FO5jckMb1C\n9VYW8xkCgYEAv8PAR9aHyBUFnLrbBr9lBuQySZz4uIdmFw9zsNNwaap1lYUVawfZ\n7NkTnCpx/GITiLHIrczeSOE+qVEOers56FUfJ3fRu05cRUA8Dem0U929/3mfGXOu\nqzTo3E4ku2cfVSlxg4yOs0AYSDSFFM5ASgIkUlVFKzs3NNYfQmPWseo=\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'ef0a9049fcff4999aaa9f643ee25bb83', 'name': u'vmtp_0888abd2-2765-41a2-9cf5-24a1755ef722', 'created_at': '2018-08-12T06:20:04.528859', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ff7abd7bb61f4f2889831e932d65dc2e', 'name': 'vmtp-project_0888abd2-2765-41a2-9cf5-24a1755ef722', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'b1:31:e6:7c:35:e6:72:c4:b8:db:7a:0a:7a:d3:d9:e3', 'type': 'ssh', 'id': u'vmtp_0888abd2-2765-41a2-9cf5-24a1755ef722'}) 2018-08-12 06:20:04,529 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-12 06:20:04,532 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/os-keypairs/vmtp_0888abd2-2765-41a2-9cf5-24a1755ef722 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}de50214a63e2e3772c6ef184e2d6422db7225150" 2018-08-12 06:20:04,576 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 06:20: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-467b81ca-3785-48d0-8dd0-c720b3c71d21 x-compute-request-id: req-467b81ca-3785-48d0-8dd0-c720b3c71d21 Content-Length: 0 Content-Type: application/json 2018-08-12 06:20:04,576 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/vmtp_0888abd2-2765-41a2-9cf5-24a1755ef722 used request id req-467b81ca-3785-48d0-8dd0-c720b3c71d21 2018-08-12 06:20:04,576 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0465128421783s 2018-08-12 06:20:04,576 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/vmtp_0888abd2-2765-41a2-9cf5-24a1755ef722 used request id req-467b81ca-3785-48d0-8dd0-c720b3c71d21 2018-08-12 06:20:05,441 - 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 06:59:37,439 - functest.opnfv_tests.openstack.vmtp.vmtp - INFO - vmtp -d --json /home/opnfv/functest/results/vmtp/vmtp.json -c /home/opnfv/functest/results/vmtp/vmtp.conf 2018-08-12 06:20:06,330 INFO Using http://172.30.9.21:5000//v3 2018-08-12 06:20:06,330 INFO VM public key: /tmp/tmpeK9W9D 2018-08-12 06:20:06,330 INFO VM private key: /tmp/tmp6nQkzp 2018-08-12 06:20:08,118 INFO Found image vmtp-img_0888abd2-2765-41a2-9cf5-24a1755ef722 to launch VM, will continue 2018-08-12 06:20:08,992 INFO Using external router: vmtp-router_0888abd2-2765-41a2-9cf5-24a1755ef722 2018-08-12 06:20:08,993 INFO Using external network: external. 2018-08-12 06:20:10,825 INFO Created internal network: pns-internal-net_0888abd2-2765-41a2-9cf5-24a1755ef722. 2018-08-12 06:20:12,149 INFO Created internal network: pns-internal-net2_0888abd2-2765-41a2-9cf5-24a1755ef722. 2018-08-12 06:20:14,345 DEBUG Ext router associated to pns-internal-net_0888abd2-2765-41a2-9cf5-24a1755ef722 2018-08-12 06:20:16,036 DEBUG Ext router associated to pns-internal-net2_0888abd2-2765-41a2-9cf5-24a1755ef722 2018-08-12 06:20:16,302 INFO OpenStack agent: Unknown agent 2018-08-12 06:20:16,302 INFO OpenStack network type: vxlan 2018-08-12 06:20:18,537 INFO [TestServer_0888abd2-2765-41a2-9cf5-24a1755ef7221] Creating server VM... 2018-08-12 06:20:18,537 DEBUG [TestServer_0888abd2-2765-41a2-9cf5-24a1755ef7221] Starting on zone nova:overcloud-novacompute-1.opnfvlf.org 2018-08-12 06:20:21,161 DEBUG [TestServer_0888abd2-2765-41a2-9cf5-24a1755ef7221] VM status=BUILD, retrying 1 of 50... 2018-08-12 06:20:23,979 DEBUG [TestServer_0888abd2-2765-41a2-9cf5-24a1755ef7221] VM status=BUILD, retrying 2 of 50... 2018-08-12 06:20:26,642 DEBUG [TestServer_0888abd2-2765-41a2-9cf5-24a1755ef7221] VM status=BUILD, retrying 3 of 50... 2018-08-12 06:20:29,125 DEBUG [TestServer_0888abd2-2765-41a2-9cf5-24a1755ef7221] VM status=BUILD, retrying 4 of 50... 2018-08-12 06:20:31,793 DEBUG [TestServer_0888abd2-2765-41a2-9cf5-24a1755ef7221] VM status=BUILD, retrying 5 of 50... 2018-08-12 06:20:34,428 DEBUG [TestServer_0888abd2-2765-41a2-9cf5-24a1755ef7221] VM status=BUILD, retrying 6 of 50... 2018-08-12 06:20:36,991 DEBUG [TestServer_0888abd2-2765-41a2-9cf5-24a1755ef7221] VM status=BUILD, retrying 7 of 50... 2018-08-12 06:20:39,800 DEBUG [TestServer_0888abd2-2765-41a2-9cf5-24a1755ef7221] VM status=BUILD, retrying 8 of 50... 2018-08-12 06:20:42,249 DEBUG [TestServer_0888abd2-2765-41a2-9cf5-24a1755ef7221] VM status=BUILD, retrying 9 of 50... 2018-08-12 06:20:44,792 DEBUG [TestServer_0888abd2-2765-41a2-9cf5-24a1755ef7221] VM status=BUILD, retrying 10 of 50... 2018-08-12 06:20:47,659 DEBUG [TestServer_0888abd2-2765-41a2-9cf5-24a1755ef7221] VM status=BUILD, retrying 11 of 50... 2018-08-12 06:20:50,011 DEBUG [TestServer_0888abd2-2765-41a2-9cf5-24a1755ef7221] VM status=BUILD, retrying 12 of 50... 2018-08-12 06:20:52,497 DEBUG [TestServer_0888abd2-2765-41a2-9cf5-24a1755ef7221] VM status=BUILD, retrying 13 of 50... 2018-08-12 06:20:55,025 DEBUG [TestServer_0888abd2-2765-41a2-9cf5-24a1755ef7221] VM status=BUILD, retrying 14 of 50... 2018-08-12 06:20:57,912 DEBUG [TestServer_0888abd2-2765-41a2-9cf5-24a1755ef7221] VM status=BUILD, retrying 15 of 50... 2018-08-12 06:21:00,572 DEBUG [TestServer_0888abd2-2765-41a2-9cf5-24a1755ef7221] VM status=BUILD, retrying 16 of 50... 2018-08-12 06:21:03,294 DEBUG [TestServer_0888abd2-2765-41a2-9cf5-24a1755ef7221] VM status=BUILD, retrying 17 of 50... 2018-08-12 06:21:05,849 DEBUG [TestServer_0888abd2-2765-41a2-9cf5-24a1755ef7221] VM status=BUILD, retrying 18 of 50... 2018-08-12 06:21:08,384 DEBUG [TestServer_0888abd2-2765-41a2-9cf5-24a1755ef7221] VM status=BUILD, retrying 19 of 50... 2018-08-12 06:21:10,887 DEBUG [TestServer_0888abd2-2765-41a2-9cf5-24a1755ef7221] VM status=BUILD, retrying 20 of 50... 2018-08-12 06:21:13,407 DEBUG [TestServer_0888abd2-2765-41a2-9cf5-24a1755ef7221] VM status=BUILD, retrying 21 of 50... 2018-08-12 06:21:15,919 DEBUG [TestServer_0888abd2-2765-41a2-9cf5-24a1755ef7221] VM status=BUILD, retrying 22 of 50... 2018-08-12 06:21:18,631 DEBUG [TestServer_0888abd2-2765-41a2-9cf5-24a1755ef7221] VM status=BUILD, retrying 23 of 50... 2018-08-12 06:21:21,169 DEBUG [TestServer_0888abd2-2765-41a2-9cf5-24a1755ef7221] VM status=BUILD, retrying 24 of 50... 2018-08-12 06:21:23,694 DEBUG [TestServer_0888abd2-2765-41a2-9cf5-24a1755ef7221] VM status=BUILD, retrying 25 of 50... 2018-08-12 06:21:26,204 DEBUG [TestServer_0888abd2-2765-41a2-9cf5-24a1755ef7221] VM status=BUILD, retrying 26 of 50... 2018-08-12 06:21:30,555 INFO [TestServer_0888abd2-2765-41a2-9cf5-24a1755ef7221] Internal network IP: 192.168.1.5 2018-08-12 06:21:30,555 INFO [TestServer_0888abd2-2765-41a2-9cf5-24a1755ef7221] SSH IP: 172.30.9.204 2018-08-12 06:21:30,555 INFO [TestServer_0888abd2-2765-41a2-9cf5-24a1755ef7221] Setup SSH for ubuntu@172.30.9.204 2018-08-12 06:21:39,844 INFO [TestServer_0888abd2-2765-41a2-9cf5-24a1755ef7221] Installing nuttcp-8.1.4... 2018-08-12 06:21:39,914 DEBUG [TestServer_0888abd2-2765-41a2-9cf5-24a1755ef7221] Copying nuttcp-8.1.4 to target... 2018-08-12 06:21:40,122 DEBUG [TestServer_0888abd2-2765-41a2-9cf5-24a1755ef7221] Starting nuttcp-8.1.4 server... 2018-08-12 06:21:40,163 DEBUG [TestServer_0888abd2-2765-41a2-9cf5-24a1755ef7221] 2018-08-12 06:21:40,209 INFO [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7221] Creating client VM... 2018-08-12 06:21:40,209 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7221] Starting on zone nova:overcloud-novacompute-1.opnfvlf.org 2018-08-12 06:21:42,316 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7221] VM status=BUILD, retrying 1 of 50... 2018-08-12 06:21:44,598 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7221] VM status=BUILD, retrying 2 of 50... 2018-08-12 06:21:47,175 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7221] VM status=BUILD, retrying 3 of 50... 2018-08-12 06:21:49,707 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7221] VM status=BUILD, retrying 4 of 50... 2018-08-12 06:21:52,185 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7221] VM status=BUILD, retrying 5 of 50... 2018-08-12 06:21:56,831 INFO [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7221] Internal network IP: 192.168.1.6 2018-08-12 06:21:56,832 INFO [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7221] SSH IP: 172.30.9.205 2018-08-12 06:21:56,832 INFO [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7221] Setup SSH for ubuntu@172.30.9.205 2018-08-12 06:23:32,301 INFO [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7221] Installing nuttcp-8.1.4... 2018-08-12 06:23:32,345 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7221] Copying nuttcp-8.1.4 to target... 2018-08-12 06:23:32,573 INFO ============================================================ 2018-08-12 06:23:32,573 INFO Flow 1: VM to VM same network fixed IP (intra-node) 2018-08-12 06:23:41,619 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7221] PING 192.168.1.5 (192.168.1.5) 64(92) bytes of data. 72 bytes from 192.168.1.5: icmp_seq=1 ttl=64 time=1.11 ms 72 bytes from 192.168.1.5: icmp_seq=2 ttl=64 time=0.516 ms 72 bytes from 192.168.1.5: icmp_seq=3 ttl=64 time=0.134 ms 72 bytes from 192.168.1.5: icmp_seq=4 ttl=64 time=0.378 ms 72 bytes from 192.168.1.5: icmp_seq=5 ttl=64 time=0.244 ms 72 bytes from 192.168.1.5: icmp_seq=6 ttl=64 time=0.175 ms 72 bytes from 192.168.1.5: icmp_seq=7 ttl=64 time=0.174 ms 72 bytes from 192.168.1.5: icmp_seq=8 ttl=64 time=0.182 ms 72 bytes from 192.168.1.5: icmp_seq=9 ttl=64 time=0.135 ms 72 bytes from 192.168.1.5: icmp_seq=10 ttl=64 time=0.180 ms --- 192.168.1.5 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9000ms rtt min/avg/max/mdev = 0.134/0.323/1.117/0.289 ms 2018-08-12 06:23:50,663 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7221] PING 192.168.1.5 (192.168.1.5) 391(419) bytes of data. 399 bytes from 192.168.1.5: icmp_seq=1 ttl=64 time=0.114 ms 399 bytes from 192.168.1.5: icmp_seq=2 ttl=64 time=0.138 ms 399 bytes from 192.168.1.5: icmp_seq=3 ttl=64 time=0.123 ms 399 bytes from 192.168.1.5: icmp_seq=4 ttl=64 time=0.131 ms 399 bytes from 192.168.1.5: icmp_seq=5 ttl=64 time=0.124 ms 399 bytes from 192.168.1.5: icmp_seq=6 ttl=64 time=0.118 ms 399 bytes from 192.168.1.5: icmp_seq=7 ttl=64 time=0.137 ms 399 bytes from 192.168.1.5: icmp_seq=8 ttl=64 time=0.158 ms 399 bytes from 192.168.1.5: icmp_seq=9 ttl=64 time=0.098 ms 399 bytes from 192.168.1.5: icmp_seq=10 ttl=64 time=0.117 ms --- 192.168.1.5 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8997ms rtt min/avg/max/mdev = 0.098/0.125/0.158/0.021 ms 2018-08-12 06:23:59,703 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7221] PING 192.168.1.5 (192.168.1.5) 1500(1528) bytes of data. 1508 bytes from 192.168.1.5: icmp_seq=1 ttl=64 time=0.420 ms 1508 bytes from 192.168.1.5: icmp_seq=2 ttl=64 time=0.135 ms 1508 bytes from 192.168.1.5: icmp_seq=3 ttl=64 time=0.161 ms 1508 bytes from 192.168.1.5: icmp_seq=4 ttl=64 time=0.154 ms 1508 bytes from 192.168.1.5: icmp_seq=5 ttl=64 time=0.120 ms 1508 bytes from 192.168.1.5: icmp_seq=6 ttl=64 time=0.176 ms 1508 bytes from 192.168.1.5: icmp_seq=7 ttl=64 time=0.128 ms 1508 bytes from 192.168.1.5: icmp_seq=8 ttl=64 time=0.146 ms 1508 bytes from 192.168.1.5: icmp_seq=9 ttl=64 time=0.178 ms 1508 bytes from 192.168.1.5: icmp_seq=10 ttl=64 time=0.110 ms --- 192.168.1.5 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8997ms rtt min/avg/max/mdev = 0.110/0.172/0.420/0.086 ms 2018-08-12 06:23:59,704 INFO [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7221] Measuring TCP Throughput (packet size=65536)... 2018-08-12 06:23:59,704 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7221] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.5 2018-08-12 06:24:09,804 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7221] megabytes=20921.3750 real_seconds=10.00 rate_Mbps=17546.3472 tx_cpu=38 rx_cpu=54 retrans=0 cwnd=3137 rtt_ms=0.31 2018-08-12 06:24:09,806 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7221] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.5 2018-08-12 06:24:19,929 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7221] megabytes=19734.0000 real_seconds=10.00 rate_Mbps=16550.6166 tx_cpu=35 rx_cpu=51 retrans=0 cwnd=3137 rtt_ms=0.17 2018-08-12 06:24:19,930 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7221] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.5 2018-08-12 06:24:30,028 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7221] megabytes=19659.6384 real_seconds=10.00 rate_Mbps=16487.8930 tx_cpu=35 rx_cpu=51 retrans=0 cwnd=3137 rtt_ms=0.21 2018-08-12 06:24:30,028 INFO [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7221] Measuring UDP Throughput (packet size=128)... 2018-08-12 06:24:30,029 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7221] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.5 2018-08-12 06:24:33,357 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7221] megabytes=29.1132 real_seconds=1.00 rate_Mbps=244.1503 tx_cpu=21 rx_cpu=36 drop=23 pkt=238518 data_loss=0.00962 2018-08-12 06:24:33,359 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7221] pkt-size=128 throughput=1<250009/5000000<10000000 Kbps loss-rate=0 2018-08-12 06:24:33,359 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7221] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R750027K -p5001 -P5002 -fparse 192.168.1.5 2018-08-12 06:24:36,710 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7221] megabytes=29.1620 real_seconds=1.00 rate_Mbps=244.3690 tx_cpu=20 rx_cpu=34 drop=0 pkt=238895 data_loss=0.00000 2018-08-12 06:24:36,710 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7221] pkt-size=128 throughput=1<250233/750027<750027 Kbps loss-rate=0 2018-08-12 06:24:36,711 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7221] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R500130K -p5001 -P5002 -fparse 192.168.1.5 2018-08-12 06:24:40,036 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7221] megabytes=31.4772 real_seconds=1.00 rate_Mbps=263.7437 tx_cpu=20 rx_cpu=36 drop=2145 pkt=260006 data_loss=0.82485 2018-08-12 06:24:40,036 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7221] pkt-size=128 throughput=1<270073/500130<500130 Kbps loss-rate=0 2018-08-12 06:24:40,037 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7221] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R385101K -p5001 -P5002 -fparse 192.168.1.5 2018-08-12 06:24:43,364 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7221] megabytes=29.7067 real_seconds=1.00 rate_Mbps=248.8822 tx_cpu=22 rx_cpu=36 drop=0 pkt=243357 data_loss=0.00000 2018-08-12 06:24:43,365 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7221] pkt-size=128 throughput=1<254855/385101<385101 Kbps loss-rate=0 2018-08-12 06:24:43,365 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7221] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R319978K -p5001 -P5002 -fparse 192.168.1.5 2018-08-12 06:24:46,692 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7221] megabytes=29.3997 real_seconds=1.00 rate_Mbps=246.3106 tx_cpu=20 rx_cpu=34 drop=0 pkt=240842 data_loss=0.00000 2018-08-12 06:24:46,692 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7221] pkt-size=128 throughput=1<252222/319978<319978 Kbps loss-rate=0 2018-08-12 06:24:46,692 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7221] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R286100K -p5001 -P5002 -fparse 192.168.1.5 2018-08-12 06:24:50,020 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7221] megabytes=30.5825 real_seconds=1.00 rate_Mbps=256.2708 tx_cpu=22 rx_cpu=40 drop=225 pkt=250757 data_loss=0.08984 2018-08-12 06:24:50,020 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7221] pkt-size=128 throughput=1<262421/286100<286100 Kbps loss-rate=0 2018-08-12 06:24:50,021 DEBUG undershot, min=262421 kbps=274260 max=286100 2018-08-12 06:24:50,021 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7221] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R274260K -p5001 -P5002 -fparse 192.168.1.5 2018-08-12 06:24:53,374 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7221] megabytes=29.3831 real_seconds=1.00 rate_Mbps=246.1868 tx_cpu=22 rx_cpu=33 drop=0 pkt=240706 data_loss=0.00000 2018-08-12 06:24:53,374 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7221] pkt-size=128 throughput=262421<252095/274260<286100 Kbps loss-rate=0 2018-08-12 06:24:53,374 DEBUG undershot, min=274260 kbps=280180 max=286100 2018-08-12 06:24:53,375 INFO [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7221] Measuring UDP Throughput (packet size=1024)... 2018-08-12 06:24:53,376 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7221] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.5 2018-08-12 06:24:56,728 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7221] megabytes=203.7559 real_seconds=1.00 rate_Mbps=1708.4370 tx_cpu=37 rx_cpu=37 drop=0 pkt=208646 data_loss=0.00000 2018-08-12 06:24:56,729 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7221] pkt-size=1024 throughput=1<1749439/5000000<10000000 Kbps loss-rate=0 2018-08-12 06:24:56,729 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7221] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R3374719K -p5001 -P5002 -fparse 192.168.1.5 2018-08-12 06:25:00,056 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7221] megabytes=217.1201 real_seconds=1.00 rate_Mbps=1819.9869 tx_cpu=36 rx_cpu=32 drop=449 pkt=222780 data_loss=0.20155 2018-08-12 06:25:00,056 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7221] pkt-size=1024 throughput=1<1863666/3374719<3374719 Kbps loss-rate=0 2018-08-12 06:25:00,056 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7221] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2619192K -p5001 -P5002 -fparse 192.168.1.5 2018-08-12 06:25:03,380 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7221] megabytes=231.8359 real_seconds=1.00 rate_Mbps=1942.8710 tx_cpu=30 rx_cpu=37 drop=0 pkt=237400 data_loss=0.00000 2018-08-12 06:25:03,380 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7221] pkt-size=1024 throughput=1<1989499/2619192<2619192 Kbps loss-rate=0 2018-08-12 06:25:03,381 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7221] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2304345K -p5001 -P5002 -fparse 192.168.1.5 2018-08-12 06:25:06,705 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7221] megabytes=219.3818 real_seconds=1.00 rate_Mbps=1838.9327 tx_cpu=36 rx_cpu=35 drop=27 pkt=224674 data_loss=0.01203 2018-08-12 06:25:06,705 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7221] pkt-size=1024 throughput=1<1883067/2304345<2304345 Kbps loss-rate=0 2018-08-12 06:25:06,705 DEBUG undershot, min=1883067 kbps=2093706 max=2304345 2018-08-12 06:25:06,706 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7221] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2093706K -p5001 -P5002 -fparse 192.168.1.5 2018-08-12 06:25:10,058 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7221] megabytes=241.4971 real_seconds=1.00 rate_Mbps=2024.1826 tx_cpu=34 rx_cpu=36 drop=531 pkt=247824 data_loss=0.21424 2018-08-12 06:25:10,059 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7221] pkt-size=1024 throughput=1883067<2072762/2093706<2304345 Kbps loss-rate=0 2018-08-12 06:25:10,060 DEBUG undershot, min=2072762 kbps=2188553 max=2304345 2018-08-12 06:25:10,060 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7221] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2188553K -p5001 -P5002 -fparse 192.168.1.5 2018-08-12 06:25:13,411 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7221] megabytes=230.1875 real_seconds=1.00 rate_Mbps=1928.9158 tx_cpu=42 rx_cpu=40 drop=0 pkt=235712 data_loss=0.00000 2018-08-12 06:25:13,412 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7221] pkt-size=1024 throughput=2072762<1975209/2188553<2304345 Kbps loss-rate=0 2018-08-12 06:25:13,413 DEBUG undershot, min=2188553 kbps=2246449 max=2304345 2018-08-12 06:25:13,413 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7221] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2246449K -p5001 -P5002 -fparse 192.168.1.5 2018-08-12 06:25:16,766 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7221] megabytes=222.9531 real_seconds=1.00 rate_Mbps=1868.7377 tx_cpu=35 rx_cpu=40 drop=0 pkt=228304 data_loss=0.00000 2018-08-12 06:25:16,766 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7221] pkt-size=1024 throughput=2188553<1913587/2246449<2304345 Kbps loss-rate=0 2018-08-12 06:25:16,767 DEBUG undershot, min=2246449 kbps=2275397 max=2304345 2018-08-12 06:25:16,767 INFO [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7221] Measuring UDP Throughput (packet size=8192)... 2018-08-12 06:25:16,768 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7221] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.5 2018-08-12 06:25:20,119 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7221] megabytes=594.7266 real_seconds=1.00 rate_Mbps=4989.3621 tx_cpu=99 rx_cpu=23 drop=169 pkt=76294 data_loss=0.22151 2018-08-12 06:25:20,120 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7221] pkt-size=8192 throughput=1<5109106/5000000<10000000 Kbps loss-rate=0 2018-08-12 06:25:20,120 DEBUG undershot, min=5109106 kbps=7554553 max=10000000 2018-08-12 06:25:20,120 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7221] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R7554553K -p5001 -P5002 -fparse 192.168.1.5 2018-08-12 06:25:23,472 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7221] megabytes=900.1406 real_seconds=1.00 rate_Mbps=7551.8482 tx_cpu=99 rx_cpu=27 drop=55 pkt=115273 data_loss=0.04771 2018-08-12 06:25:23,472 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7221] pkt-size=8192 throughput=5109106<7733092/7554553<10000000 Kbps loss-rate=0 2018-08-12 06:25:23,473 DEBUG undershot, min=7733092 kbps=8866546 max=10000000 2018-08-12 06:25:23,473 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7221] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R8866546K -p5001 -P5002 -fparse 192.168.1.5 2018-08-12 06:25:26,825 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7221] megabytes=1055.6172 real_seconds=1.00 rate_Mbps=8855.5573 tx_cpu=99 rx_cpu=35 drop=174 pkt=135293 data_loss=0.12861 2018-08-12 06:25:26,826 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7221] pkt-size=8192 throughput=7733092<9068090/8866546<10000000 Kbps loss-rate=0 2018-08-12 06:25:26,826 DEBUG undershot, min=9068090 kbps=9534045 max=10000000 2018-08-12 06:25:26,826 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7221] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R9534045K -p5001 -P5002 -fparse 192.168.1.5 2018-08-12 06:25:30,177 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7221] megabytes=1130.0078 real_seconds=1.00 rate_Mbps=9479.1831 tx_cpu=81 rx_cpu=32 drop=837 pkt=145478 data_loss=0.57535 2018-08-12 06:25:30,178 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7221] pkt-size=8192 throughput=9068090<9706683/9534045<10000000 Kbps loss-rate=0 2018-08-12 06:25:30,178 DEBUG undershot, min=9706683 kbps=9853341 max=10000000 2018-08-12 06:25:30,189 INFO { 'az_from': u'nova:overcloud-novacompute-1.opnfvlf.org', 'az_to': u'nova:overcloud-novacompute-1.opnfvlf.org', 'desc': 'VM to VM same network fixed IP (intra-node)', 'distro_id': 'Ubuntu', 'distro_version': '14.04', 'ip_from': u'192.168.1.6', 'ip_to': u'192.168.1.5', 'results': [ { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.31, 'throughput_kbps': 17967459, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.17, 'throughput_kbps': 16947831, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.21, 'throughput_kbps': 16883602, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.0, 'pkt_size': 128, 'protocol': 'UDP', 'throughput_kbps': 252095, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.0, 'pkt_size': 1024, 'protocol': 'UDP', 'throughput_kbps': 1913587, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.58, 'pkt_size': 8192, 'protocol': 'UDP', 'throughput_kbps': 9706683, 'tool': 'nuttcp-8.1.4'}, { 'protocol': 'ICMP', 'results': [ { 'packet_size': 64, 'rtt_avg_ms': '0.323', 'rtt_max_ms': '1.117', 'rtt_min_ms': '0.134', 'rtt_stddev': '0.289', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 391, 'rtt_avg_ms': '0.125', 'rtt_max_ms': '0.158', 'rtt_min_ms': '0.098', 'rtt_stddev': '0.021', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 1500, 'rtt_avg_ms': '0.172', 'rtt_max_ms': '0.420', 'rtt_min_ms': '0.110', 'rtt_stddev': '0.086', 'rx_packets': '10', 'tx_packets': '10'}], 'tool': 'ping'}]} No handlers could be found for logger "vmtp_file" 2018-08-12 06:25:30,191 INFO Deleting floating ip b4d45f80-c9d9-448a-8bd8-96dc633a085b 2018-08-12 06:25:31,165 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7221] Floating IP 172.30.9.205 deleted 2018-08-12 06:25:31,429 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7221] Instance deleted 2018-08-12 06:25:31,544 INFO [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] Creating client VM... 2018-08-12 06:25:31,544 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] Starting on zone nova:overcloud-novacompute-1.opnfvlf.org 2018-08-12 06:25:34,504 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] VM status=BUILD, retrying 1 of 50... 2018-08-12 06:25:36,794 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] VM status=BUILD, retrying 2 of 50... 2018-08-12 06:25:39,468 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] VM status=BUILD, retrying 3 of 50... 2018-08-12 06:25:42,162 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] VM status=BUILD, retrying 4 of 50... 2018-08-12 06:25:44,504 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] VM status=BUILD, retrying 5 of 50... 2018-08-12 06:25:49,133 INFO [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] Internal network IP: 192.168.2.8 2018-08-12 06:25:49,133 INFO [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] SSH IP: 172.30.9.201 2018-08-12 06:25:49,133 INFO [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] Setup SSH for ubuntu@172.30.9.201 2018-08-12 06:27:24,590 INFO [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] Installing nuttcp-8.1.4... 2018-08-12 06:27:24,634 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] Copying nuttcp-8.1.4 to target... 2018-08-12 06:27:24,807 INFO ============================================================ 2018-08-12 06:27:24,807 INFO Flow 2: VM to VM different network fixed IP (intra-node) 2018-08-12 06:27:33,853 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] PING 192.168.1.5 (192.168.1.5) 64(92) bytes of data. 72 bytes from 192.168.1.5: icmp_seq=1 ttl=64 time=0.800 ms 72 bytes from 192.168.1.5: icmp_seq=2 ttl=64 time=0.311 ms 72 bytes from 192.168.1.5: icmp_seq=3 ttl=64 time=0.246 ms 72 bytes from 192.168.1.5: icmp_seq=4 ttl=64 time=0.095 ms 72 bytes from 192.168.1.5: icmp_seq=5 ttl=64 time=0.242 ms 72 bytes from 192.168.1.5: icmp_seq=6 ttl=64 time=0.204 ms 72 bytes from 192.168.1.5: icmp_seq=7 ttl=64 time=0.220 ms 72 bytes from 192.168.1.5: icmp_seq=8 ttl=64 time=0.096 ms 72 bytes from 192.168.1.5: icmp_seq=9 ttl=64 time=0.101 ms 72 bytes from 192.168.1.5: icmp_seq=10 ttl=64 time=0.130 ms --- 192.168.1.5 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9000ms rtt min/avg/max/mdev = 0.095/0.244/0.800/0.198 ms 2018-08-12 06:27:42,893 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] PING 192.168.1.5 (192.168.1.5) 391(419) bytes of data. 399 bytes from 192.168.1.5: icmp_seq=1 ttl=64 time=0.118 ms 399 bytes from 192.168.1.5: icmp_seq=2 ttl=64 time=0.139 ms 399 bytes from 192.168.1.5: icmp_seq=3 ttl=64 time=0.180 ms 399 bytes from 192.168.1.5: icmp_seq=4 ttl=64 time=0.190 ms 399 bytes from 192.168.1.5: icmp_seq=5 ttl=64 time=0.106 ms 399 bytes from 192.168.1.5: icmp_seq=6 ttl=64 time=0.244 ms 399 bytes from 192.168.1.5: icmp_seq=7 ttl=64 time=0.320 ms 399 bytes from 192.168.1.5: icmp_seq=8 ttl=64 time=0.094 ms 399 bytes from 192.168.1.5: icmp_seq=9 ttl=64 time=0.094 ms 399 bytes from 192.168.1.5: icmp_seq=10 ttl=64 time=0.108 ms --- 192.168.1.5 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8998ms rtt min/avg/max/mdev = 0.094/0.159/0.320/0.071 ms 2018-08-12 06:27:51,933 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] PING 192.168.1.5 (192.168.1.5) 1500(1528) bytes of data. 1508 bytes from 192.168.1.5: icmp_seq=1 ttl=64 time=0.303 ms 1508 bytes from 192.168.1.5: icmp_seq=2 ttl=64 time=0.197 ms 1508 bytes from 192.168.1.5: icmp_seq=3 ttl=64 time=0.309 ms 1508 bytes from 192.168.1.5: icmp_seq=4 ttl=64 time=0.241 ms 1508 bytes from 192.168.1.5: icmp_seq=5 ttl=64 time=0.151 ms 1508 bytes from 192.168.1.5: icmp_seq=6 ttl=64 time=0.151 ms 1508 bytes from 192.168.1.5: icmp_seq=7 ttl=64 time=0.213 ms 1508 bytes from 192.168.1.5: icmp_seq=8 ttl=64 time=0.140 ms 1508 bytes from 192.168.1.5: icmp_seq=9 ttl=64 time=0.310 ms 1508 bytes from 192.168.1.5: icmp_seq=10 ttl=64 time=0.366 ms --- 192.168.1.5 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8997ms rtt min/avg/max/mdev = 0.140/0.238/0.366/0.076 ms 2018-08-12 06:27:51,934 INFO [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] Measuring TCP Throughput (packet size=65536)... 2018-08-12 06:27:51,934 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.5 2018-08-12 06:28:02,033 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] megabytes=20078.0718 real_seconds=10.00 rate_Mbps=16841.2153 tx_cpu=37 rx_cpu=53 retrans=0 cwnd=3137 rtt_ms=0.37 2018-08-12 06:28:02,034 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.5 2018-08-12 06:28:12,129 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] megabytes=19283.1171 real_seconds=10.00 rate_Mbps=16174.0702 tx_cpu=35 rx_cpu=51 retrans=0 cwnd=3135 rtt_ms=0.32 2018-08-12 06:28:12,129 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.5 2018-08-12 06:28:22,226 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] megabytes=19674.3125 real_seconds=10.00 rate_Mbps=16500.2227 tx_cpu=35 rx_cpu=52 retrans=0 cwnd=3137 rtt_ms=0.27 2018-08-12 06:28:22,226 INFO [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] Measuring UDP Throughput (packet size=128)... 2018-08-12 06:28:22,227 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.5 2018-08-12 06:28:25,555 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] megabytes=27.5415 real_seconds=1.00 rate_Mbps=231.4515 tx_cpu=19 rx_cpu=36 drop=64 pkt=225684 data_loss=0.02831 2018-08-12 06:28:25,556 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] pkt-size=128 throughput=1<237006/5000000<10000000 Kbps loss-rate=0 2018-08-12 06:28:25,556 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R711018K -p5001 -P5002 -fparse 192.168.1.5 2018-08-12 06:28:28,908 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] megabytes=27.2192 real_seconds=1.00 rate_Mbps=227.9142 tx_cpu=18 rx_cpu=32 drop=0 pkt=222980 data_loss=0.00000 2018-08-12 06:28:28,908 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] pkt-size=128 throughput=1<233384/711018<711018 Kbps loss-rate=0 2018-08-12 06:28:28,909 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R472201K -p5001 -P5002 -fparse 192.168.1.5 2018-08-12 06:28:32,234 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] megabytes=28.7075 real_seconds=1.00 rate_Mbps=240.5227 tx_cpu=18 rx_cpu=33 drop=0 pkt=235172 data_loss=0.00000 2018-08-12 06:28:32,234 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] pkt-size=128 throughput=1<246295/472201<472201 Kbps loss-rate=0 2018-08-12 06:28:32,235 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R359248K -p5001 -P5002 -fparse 192.168.1.5 2018-08-12 06:28:35,561 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] megabytes=28.3538 real_seconds=1.00 rate_Mbps=237.4243 tx_cpu=18 rx_cpu=34 drop=0 pkt=232274 data_loss=0.00000 2018-08-12 06:28:35,562 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] pkt-size=128 throughput=1<243122/359248<359248 Kbps loss-rate=0 2018-08-12 06:28:35,562 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R301185K -p5001 -P5002 -fparse 192.168.1.5 2018-08-12 06:28:38,887 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] megabytes=27.7260 real_seconds=1.00 rate_Mbps=232.2797 tx_cpu=22 rx_cpu=34 drop=0 pkt=227131 data_loss=0.00000 2018-08-12 06:28:38,887 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] pkt-size=128 throughput=1<237854/301185<301185 Kbps loss-rate=0 2018-08-12 06:28:38,887 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R269519K -p5001 -P5002 -fparse 192.168.1.5 2018-08-12 06:28:42,215 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] megabytes=25.1937 real_seconds=1.00 rate_Mbps=210.9351 tx_cpu=23 rx_cpu=33 drop=0 pkt=206387 data_loss=0.00000 2018-08-12 06:28:42,216 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] pkt-size=128 throughput=1<215997/269519<269519 Kbps loss-rate=0 2018-08-12 06:28:42,216 DEBUG undershot, min=215997 kbps=242758 max=269519 2018-08-12 06:28:42,217 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R242758K -p5001 -P5002 -fparse 192.168.1.5 2018-08-12 06:28:45,567 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] megabytes=27.8368 real_seconds=1.00 rate_Mbps=233.1836 tx_cpu=48 rx_cpu=35 drop=425 pkt=228464 data_loss=0.18610 2018-08-12 06:28:45,567 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] pkt-size=128 throughput=215997<238780/242758<269519 Kbps loss-rate=0 2018-08-12 06:28:45,568 DEBUG undershot, min=238780 kbps=254149 max=269519 2018-08-12 06:28:45,568 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R254149K -p5001 -P5002 -fparse 192.168.1.5 2018-08-12 06:28:48,894 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] megabytes=26.9033 real_seconds=1.00 rate_Mbps=225.3191 tx_cpu=18 rx_cpu=37 drop=0 pkt=220392 data_loss=0.00000 2018-08-12 06:28:48,895 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] pkt-size=128 throughput=238780<230726/254149<269519 Kbps loss-rate=0 2018-08-12 06:28:48,895 DEBUG undershot, min=254149 kbps=261834 max=269519 2018-08-12 06:28:48,895 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R261834K -p5001 -P5002 -fparse 192.168.1.5 2018-08-12 06:28:52,223 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] megabytes=28.4449 real_seconds=1.00 rate_Mbps=238.2901 tx_cpu=19 rx_cpu=34 drop=0 pkt=233021 data_loss=0.00000 2018-08-12 06:28:52,223 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] pkt-size=128 throughput=254149<244009/261834<269519 Kbps loss-rate=0 2018-08-12 06:28:52,224 DEBUG undershot, min=261834 kbps=265676 max=269519 2018-08-12 06:28:52,224 INFO [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] Measuring UDP Throughput (packet size=1024)... 2018-08-12 06:28:52,224 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.5 2018-08-12 06:28:55,574 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] megabytes=229.9844 real_seconds=1.00 rate_Mbps=1928.1806 tx_cpu=29 rx_cpu=42 drop=0 pkt=235504 data_loss=0.00000 2018-08-12 06:28:55,575 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] pkt-size=1024 throughput=1<1974456/5000000<10000000 Kbps loss-rate=0 2018-08-12 06:28:55,575 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R3487228K -p5001 -P5002 -fparse 192.168.1.5 2018-08-12 06:28:58,902 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] megabytes=218.7031 real_seconds=1.00 rate_Mbps=1832.7362 tx_cpu=32 rx_cpu=40 drop=0 pkt=223952 data_loss=0.00000 2018-08-12 06:28:58,902 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] pkt-size=1024 throughput=1<1876721/3487228<3487228 Kbps loss-rate=0 2018-08-12 06:28:58,903 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2681974K -p5001 -P5002 -fparse 192.168.1.5 2018-08-12 06:29:02,227 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] megabytes=216.8330 real_seconds=1.00 rate_Mbps=1817.4713 tx_cpu=36 rx_cpu=35 drop=316 pkt=222353 data_loss=0.14212 2018-08-12 06:29:02,227 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] pkt-size=1024 throughput=1<1861090/2681974<2681974 Kbps loss-rate=0 2018-08-12 06:29:02,227 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2271532K -p5001 -P5002 -fparse 192.168.1.5 2018-08-12 06:29:05,554 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] megabytes=207.1709 real_seconds=1.00 rate_Mbps=1735.6192 tx_cpu=36 rx_cpu=32 drop=0 pkt=212143 data_loss=0.00000 2018-08-12 06:29:05,554 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] pkt-size=1024 throughput=1<1777274/2271532<2271532 Kbps loss-rate=0 2018-08-12 06:29:05,555 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2024403K -p5001 -P5002 -fparse 192.168.1.5 2018-08-12 06:29:08,878 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] megabytes=220.5020 real_seconds=1.00 rate_Mbps=1849.0369 tx_cpu=34 rx_cpu=39 drop=44 pkt=225838 data_loss=0.01945 2018-08-12 06:29:08,878 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] pkt-size=1024 throughput=1<1893413/2024403<2024403 Kbps loss-rate=0 2018-08-12 06:29:08,879 DEBUG undershot, min=1893413 kbps=1958908 max=2024403 2018-08-12 06:29:08,879 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1958908K -p5001 -P5002 -fparse 192.168.1.5 2018-08-12 06:29:12,230 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] megabytes=203.9482 real_seconds=1.00 rate_Mbps=1709.5324 tx_cpu=27 rx_cpu=35 drop=0 pkt=208843 data_loss=0.00000 2018-08-12 06:29:12,230 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] pkt-size=1024 throughput=1893413<1750561/1958908<2024403 Kbps loss-rate=0 2018-08-12 06:29:12,231 DEBUG undershot, min=1958908 kbps=1991655 max=2024403 2018-08-12 06:29:12,231 INFO [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] Measuring UDP Throughput (packet size=8192)... 2018-08-12 06:29:12,231 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.5 2018-08-12 06:29:15,582 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] megabytes=595.7656 real_seconds=1.00 rate_Mbps=4998.1941 tx_cpu=99 rx_cpu=25 drop=36 pkt=76294 data_loss=0.04719 2018-08-12 06:29:15,582 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] pkt-size=8192 throughput=1<5118150/5000000<10000000 Kbps loss-rate=0 2018-08-12 06:29:15,582 DEBUG undershot, min=5118150 kbps=7559075 max=10000000 2018-08-12 06:29:15,583 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R7559075K -p5001 -P5002 -fparse 192.168.1.5 2018-08-12 06:29:18,911 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] megabytes=901.1094 real_seconds=1.00 rate_Mbps=7558.4335 tx_cpu=98 rx_cpu=30 drop=0 pkt=115342 data_loss=0.00000 2018-08-12 06:29:18,911 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] pkt-size=8192 throughput=5118150<7739835/7559075<10000000 Kbps loss-rate=0 2018-08-12 06:29:18,911 DEBUG undershot, min=7739835 kbps=8869917 max=10000000 2018-08-12 06:29:18,912 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R8869917K -p5001 -P5002 -fparse 192.168.1.5 2018-08-12 06:29:22,240 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] megabytes=1053.9531 real_seconds=1.00 rate_Mbps=8841.5268 tx_cpu=99 rx_cpu=33 drop=438 pkt=135344 data_loss=0.32362 2018-08-12 06:29:22,240 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] pkt-size=8192 throughput=7739835<9053723/8869917<10000000 Kbps loss-rate=0 2018-08-12 06:29:22,241 DEBUG undershot, min=9053723 kbps=9526861 max=10000000 2018-08-12 06:29:22,241 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R9526861K -p5001 -P5002 -fparse 192.168.1.5 2018-08-12 06:29:25,566 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] megabytes=1135.5547 real_seconds=1.00 rate_Mbps=9526.1804 tx_cpu=95 rx_cpu=36 drop=17 pkt=145368 data_loss=0.01169 2018-08-12 06:29:25,567 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] pkt-size=8192 throughput=9053723<9754808/9526861<10000000 Kbps loss-rate=0 2018-08-12 06:29:25,567 DEBUG undershot, min=9754808 kbps=9877404 max=10000000 2018-08-12 06:29:25,578 INFO { 'az_from': u'nova:overcloud-novacompute-1.opnfvlf.org', 'az_to': u'nova:overcloud-novacompute-1.opnfvlf.org', 'desc': 'VM to VM different network fixed IP (intra-node)', 'distro_id': 'Ubuntu', 'distro_version': '14.04', 'ip_from': u'192.168.2.8', 'ip_to': u'192.168.1.5', 'results': [ { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.37, 'throughput_kbps': 17245404, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.32, 'throughput_kbps': 16562247, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.27, 'throughput_kbps': 16896228, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.0, 'pkt_size': 128, 'protocol': 'UDP', 'throughput_kbps': 244009, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.0, 'pkt_size': 1024, 'protocol': 'UDP', 'throughput_kbps': 1750561, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.01, 'pkt_size': 8192, 'protocol': 'UDP', 'throughput_kbps': 9754808, 'tool': 'nuttcp-8.1.4'}, { 'protocol': 'ICMP', 'results': [ { 'packet_size': 64, 'rtt_avg_ms': '0.244', 'rtt_max_ms': '0.800', 'rtt_min_ms': '0.095', 'rtt_stddev': '0.198', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 391, 'rtt_avg_ms': '0.159', 'rtt_max_ms': '0.320', 'rtt_min_ms': '0.094', 'rtt_stddev': '0.071', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 1500, 'rtt_avg_ms': '0.238', 'rtt_max_ms': '0.366', 'rtt_min_ms': '0.140', 'rtt_stddev': '0.076', 'rx_packets': '10', 'tx_packets': '10'}], 'tool': 'ping'}]} 2018-08-12 06:29:25,579 INFO ============================================================ 2018-08-12 06:29:25,579 INFO Flow 3: VM to VM different network floating IP (intra-node) 2018-08-12 06:29:34,647 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] PING 172.30.9.204 (172.30.9.204) 64(92) bytes of data. 72 bytes from 172.30.9.204: icmp_seq=1 ttl=64 time=0.548 ms 72 bytes from 172.30.9.204: icmp_seq=2 ttl=64 time=0.230 ms 72 bytes from 172.30.9.204: icmp_seq=3 ttl=64 time=0.336 ms 72 bytes from 172.30.9.204: icmp_seq=4 ttl=64 time=0.175 ms 72 bytes from 172.30.9.204: icmp_seq=5 ttl=64 time=0.160 ms 72 bytes from 172.30.9.204: icmp_seq=6 ttl=64 time=0.300 ms 72 bytes from 172.30.9.204: icmp_seq=7 ttl=64 time=0.278 ms 72 bytes from 172.30.9.204: icmp_seq=8 ttl=64 time=0.356 ms 72 bytes from 172.30.9.204: icmp_seq=9 ttl=64 time=0.256 ms 72 bytes from 172.30.9.204: icmp_seq=10 ttl=64 time=0.204 ms --- 172.30.9.204 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8997ms rtt min/avg/max/mdev = 0.160/0.284/0.548/0.108 ms 2018-08-12 06:29:43,691 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] PING 172.30.9.204 (172.30.9.204) 391(419) bytes of data. 399 bytes from 172.30.9.204: icmp_seq=1 ttl=64 time=0.116 ms 399 bytes from 172.30.9.204: icmp_seq=2 ttl=64 time=0.150 ms 399 bytes from 172.30.9.204: icmp_seq=3 ttl=64 time=0.350 ms 399 bytes from 172.30.9.204: icmp_seq=4 ttl=64 time=0.183 ms 399 bytes from 172.30.9.204: icmp_seq=5 ttl=64 time=0.306 ms 399 bytes from 172.30.9.204: icmp_seq=6 ttl=64 time=0.136 ms 399 bytes from 172.30.9.204: icmp_seq=7 ttl=64 time=0.100 ms 399 bytes from 172.30.9.204: icmp_seq=8 ttl=64 time=0.127 ms 399 bytes from 172.30.9.204: icmp_seq=9 ttl=64 time=0.082 ms 399 bytes from 172.30.9.204: icmp_seq=10 ttl=64 time=0.128 ms --- 172.30.9.204 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8997ms rtt min/avg/max/mdev = 0.082/0.167/0.350/0.086 ms 2018-08-12 06:29:52,731 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] PING 172.30.9.204 (172.30.9.204) 1500(1528) bytes of data. 1508 bytes from 172.30.9.204: icmp_seq=1 ttl=64 time=0.421 ms 1508 bytes from 172.30.9.204: icmp_seq=2 ttl=64 time=0.123 ms 1508 bytes from 172.30.9.204: icmp_seq=3 ttl=64 time=0.137 ms 1508 bytes from 172.30.9.204: icmp_seq=4 ttl=64 time=0.158 ms 1508 bytes from 172.30.9.204: icmp_seq=5 ttl=64 time=0.161 ms 1508 bytes from 172.30.9.204: icmp_seq=6 ttl=64 time=0.270 ms 1508 bytes from 172.30.9.204: icmp_seq=7 ttl=64 time=0.160 ms 1508 bytes from 172.30.9.204: icmp_seq=8 ttl=64 time=0.144 ms 1508 bytes from 172.30.9.204: icmp_seq=9 ttl=64 time=0.140 ms 1508 bytes from 172.30.9.204: icmp_seq=10 ttl=64 time=0.130 ms --- 172.30.9.204 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8996ms rtt min/avg/max/mdev = 0.123/0.184/0.421/0.089 ms 2018-08-12 06:29:52,732 INFO [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] Measuring TCP Throughput (packet size=65536)... 2018-08-12 06:29:52,732 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 172.30.9.204 2018-08-12 06:30:02,831 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] megabytes=19177.2515 real_seconds=10.00 rate_Mbps=16083.6878 tx_cpu=35 rx_cpu=52 retrans=0 cwnd=3137 rtt_ms=0.22 2018-08-12 06:30:02,832 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 172.30.9.204 2018-08-12 06:30:12,931 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] megabytes=20326.9739 real_seconds=10.00 rate_Mbps=17048.0391 tx_cpu=37 rx_cpu=53 retrans=0 cwnd=3137 rtt_ms=0.20 2018-08-12 06:30:12,931 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 172.30.9.204 2018-08-12 06:30:23,027 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] megabytes=19981.8804 real_seconds=10.00 rate_Mbps=16758.2690 tx_cpu=35 rx_cpu=51 retrans=0 cwnd=3137 rtt_ms=0.35 2018-08-12 06:30:23,028 INFO [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] Measuring UDP Throughput (packet size=128)... 2018-08-12 06:30:23,028 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R5000000K -p5001 -P5002 -fparse 172.30.9.204 2018-08-12 06:30:26,356 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] megabytes=34.1345 real_seconds=1.00 rate_Mbps=286.7357 tx_cpu=21 rx_cpu=36 drop=27 pkt=279657 data_loss=0.00967 2018-08-12 06:30:26,356 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] pkt-size=128 throughput=1<293617/5000000<10000000 Kbps loss-rate=0 2018-08-12 06:30:26,356 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R880851K -p5001 -P5002 -fparse 172.30.9.204 2018-08-12 06:30:29,683 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] megabytes=30.8850 real_seconds=1.00 rate_Mbps=258.8431 tx_cpu=21 rx_cpu=34 drop=0 pkt=253010 data_loss=0.00000 2018-08-12 06:30:29,683 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] pkt-size=128 throughput=1<265055/880851<880851 Kbps loss-rate=0 2018-08-12 06:30:29,683 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R572953K -p5001 -P5002 -fparse 172.30.9.204 2018-08-12 06:30:33,007 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] megabytes=32.0394 real_seconds=1.00 rate_Mbps=268.3216 tx_cpu=20 rx_cpu=35 drop=521 pkt=262988 data_loss=0.19811 2018-08-12 06:30:33,008 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] pkt-size=128 throughput=1<274761/572953<572953 Kbps loss-rate=0 2018-08-12 06:30:33,008 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R423857K -p5001 -P5002 -fparse 172.30.9.204 2018-08-12 06:30:36,331 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] megabytes=32.8950 real_seconds=1.00 rate_Mbps=275.6727 tx_cpu=22 rx_cpu=37 drop=125 pkt=269601 data_loss=0.04649 2018-08-12 06:30:36,331 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] pkt-size=128 throughput=1<282288/423857<423857 Kbps loss-rate=0 2018-08-12 06:30:36,332 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R353072K -p5001 -P5002 -fparse 172.30.9.204 2018-08-12 06:30:39,655 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] megabytes=32.0925 real_seconds=1.00 rate_Mbps=268.8858 tx_cpu=24 rx_cpu=39 drop=623 pkt=263524 data_loss=0.23626 2018-08-12 06:30:39,655 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] pkt-size=128 throughput=1<275339/353072<353072 Kbps loss-rate=0 2018-08-12 06:30:39,656 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R314205K -p5001 -P5002 -fparse 172.30.9.204 2018-08-12 06:30:42,979 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] megabytes=29.7303 real_seconds=1.00 rate_Mbps=249.0704 tx_cpu=20 rx_cpu=34 drop=0 pkt=243551 data_loss=0.00000 2018-08-12 06:30:42,980 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] pkt-size=128 throughput=1<255048/314205<314205 Kbps loss-rate=0 2018-08-12 06:30:42,980 DEBUG undershot, min=255048 kbps=284626 max=314205 2018-08-12 06:30:42,980 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R284626K -p5001 -P5002 -fparse 172.30.9.204 2018-08-12 06:30:46,330 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] megabytes=28.6815 real_seconds=1.00 rate_Mbps=240.3421 tx_cpu=23 rx_cpu=37 drop=0 pkt=234959 data_loss=0.00000 2018-08-12 06:30:46,331 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] pkt-size=128 throughput=255048<246110/284626<314205 Kbps loss-rate=0 2018-08-12 06:30:46,331 DEBUG undershot, min=284626 kbps=299415 max=314205 2018-08-12 06:30:46,331 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R299415K -p5001 -P5002 -fparse 172.30.9.204 2018-08-12 06:30:49,655 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] megabytes=30.1466 real_seconds=1.00 rate_Mbps=252.5635 tx_cpu=23 rx_cpu=35 drop=4 pkt=246965 data_loss=0.00166 2018-08-12 06:30:49,656 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] pkt-size=128 throughput=284626<258625/299415<314205 Kbps loss-rate=0 2018-08-12 06:30:49,656 DEBUG undershot, min=299415 kbps=306810 max=314205 2018-08-12 06:30:49,656 INFO [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] Measuring UDP Throughput (packet size=1024)... 2018-08-12 06:30:49,656 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R5000000K -p5001 -P5002 -fparse 172.30.9.204 2018-08-12 06:30:53,007 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] megabytes=238.2510 real_seconds=1.00 rate_Mbps=1997.0344 tx_cpu=60 rx_cpu=36 drop=0 pkt=243969 data_loss=0.00000 2018-08-12 06:30:53,007 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] pkt-size=1024 throughput=1<2044963/5000000<10000000 Kbps loss-rate=0 2018-08-12 06:30:53,008 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R3522481K -p5001 -P5002 -fparse 172.30.9.204 2018-08-12 06:30:56,332 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] megabytes=263.2461 real_seconds=1.00 rate_Mbps=2207.2640 tx_cpu=34 rx_cpu=42 drop=0 pkt=269564 data_loss=0.00000 2018-08-12 06:30:56,332 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] pkt-size=1024 throughput=1<2260238/3522481<3522481 Kbps loss-rate=0 2018-08-12 06:30:56,333 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2891359K -p5001 -P5002 -fparse 172.30.9.204 2018-08-12 06:30:59,683 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] megabytes=236.5156 real_seconds=1.00 rate_Mbps=1983.1900 tx_cpu=43 rx_cpu=36 drop=0 pkt=242192 data_loss=0.00000 2018-08-12 06:30:59,683 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] pkt-size=1024 throughput=1<2030786/2891359<2891359 Kbps loss-rate=0 2018-08-12 06:30:59,684 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2461072K -p5001 -P5002 -fparse 172.30.9.204 2018-08-12 06:31:03,035 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] megabytes=255.0508 real_seconds=1.00 rate_Mbps=2137.4691 tx_cpu=32 rx_cpu=38 drop=0 pkt=261172 data_loss=0.00000 2018-08-12 06:31:03,035 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] pkt-size=1024 throughput=1<2188768/2461072<2461072 Kbps loss-rate=0 2018-08-12 06:31:03,036 DEBUG undershot, min=2188768 kbps=2324920 max=2461072 2018-08-12 06:31:03,036 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2324920K -p5001 -P5002 -fparse 172.30.9.204 2018-08-12 06:31:06,388 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] megabytes=245.3799 real_seconds=1.00 rate_Mbps=2056.3147 tx_cpu=33 rx_cpu=35 drop=0 pkt=251269 data_loss=0.00000 2018-08-12 06:31:06,389 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] pkt-size=1024 throughput=2188768<2105666/2324920<2461072 Kbps loss-rate=0 2018-08-12 06:31:06,389 DEBUG undershot, min=2324920 kbps=2392996 max=2461072 2018-08-12 06:31:06,389 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2392996K -p5001 -P5002 -fparse 172.30.9.204 2018-08-12 06:31:09,716 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] megabytes=214.1650 real_seconds=1.00 rate_Mbps=1795.0208 tx_cpu=37 rx_cpu=36 drop=3 pkt=219308 data_loss=0.00140 2018-08-12 06:31:09,717 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] pkt-size=1024 throughput=2324920<1838101/2392996<2461072 Kbps loss-rate=0 2018-08-12 06:31:09,717 INFO [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] Measuring UDP Throughput (packet size=8192)... 2018-08-12 06:31:09,719 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5000000K -p5001 -P5002 -fparse 172.30.9.204 2018-08-12 06:31:13,069 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] megabytes=595.6484 real_seconds=1.00 rate_Mbps=4996.7612 tx_cpu=99 rx_cpu=21 drop=51 pkt=76294 data_loss=0.06686 2018-08-12 06:31:13,070 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] pkt-size=8192 throughput=1<5116683/5000000<10000000 Kbps loss-rate=0 2018-08-12 06:31:13,070 DEBUG undershot, min=5116683 kbps=7558341 max=10000000 2018-08-12 06:31:13,070 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R7558341K -p5001 -P5002 -fparse 172.30.9.204 2018-08-12 06:31:16,396 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] megabytes=900.1484 real_seconds=1.00 rate_Mbps=7551.5739 tx_cpu=99 rx_cpu=29 drop=112 pkt=115331 data_loss=0.09711 2018-08-12 06:31:16,397 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] pkt-size=8192 throughput=5116683<7732811/7558341<10000000 Kbps loss-rate=0 2018-08-12 06:31:16,397 DEBUG undershot, min=7732811 kbps=8866405 max=10000000 2018-08-12 06:31:16,397 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R8866405K -p5001 -P5002 -fparse 172.30.9.204 2018-08-12 06:31:19,726 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] megabytes=1049.3984 real_seconds=1.00 rate_Mbps=8785.6405 tx_cpu=83 rx_cpu=34 drop=407 pkt=134730 data_loss=0.30209 2018-08-12 06:31:19,727 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] pkt-size=8192 throughput=7732811<8996495/8866405<10000000 Kbps loss-rate=0 2018-08-12 06:31:19,727 DEBUG undershot, min=8996495 kbps=9498247 max=10000000 2018-08-12 06:31:19,727 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R9498247K -p5001 -P5002 -fparse 172.30.9.204 2018-08-12 06:31:23,079 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] megabytes=1054.5234 real_seconds=1.00 rate_Mbps=8842.6147 tx_cpu=64 rx_cpu=32 drop=209 pkt=135188 data_loss=0.15460 2018-08-12 06:31:23,079 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] pkt-size=8192 throughput=8996495<9054837/9498247<10000000 Kbps loss-rate=0 2018-08-12 06:31:23,079 DEBUG undershot, min=9054837 kbps=9527418 max=10000000 2018-08-12 06:31:23,080 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R9527418K -p5001 -P5002 -fparse 172.30.9.204 2018-08-12 06:31:26,432 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] megabytes=1133.2812 real_seconds=1.00 rate_Mbps=9508.0403 tx_cpu=72 rx_cpu=34 drop=317 pkt=145377 data_loss=0.21806 2018-08-12 06:31:26,433 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] pkt-size=8192 throughput=9054837<9736233/9527418<10000000 Kbps loss-rate=0 2018-08-12 06:31:26,433 DEBUG undershot, min=9736233 kbps=9868116 max=10000000 2018-08-12 06:31:26,443 INFO { 'az_from': u'nova:overcloud-novacompute-1.opnfvlf.org', 'az_to': u'nova:overcloud-novacompute-1.opnfvlf.org', 'desc': 'VM to VM different network floating IP (intra-node)', 'distro_id': 'Ubuntu', 'distro_version': '14.04', 'ip_from': u'192.168.2.8', 'ip_to': u'172.30.9.204', 'results': [ { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.22, 'throughput_kbps': 16469696, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.2, 'throughput_kbps': 17457192, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.35, 'throughput_kbps': 17160467, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.0, 'pkt_size': 128, 'protocol': 'UDP', 'throughput_kbps': 258625, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.0, 'pkt_size': 1024, 'protocol': 'UDP', 'throughput_kbps': 1838101, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.22, 'pkt_size': 8192, 'protocol': 'UDP', 'throughput_kbps': 9736233, 'tool': 'nuttcp-8.1.4'}, { 'protocol': 'ICMP', 'results': [ { 'packet_size': 64, 'rtt_avg_ms': '0.284', 'rtt_max_ms': '0.548', 'rtt_min_ms': '0.160', 'rtt_stddev': '0.108', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 391, 'rtt_avg_ms': '0.167', 'rtt_max_ms': '0.350', 'rtt_min_ms': '0.082', 'rtt_stddev': '0.086', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 1500, 'rtt_avg_ms': '0.184', 'rtt_max_ms': '0.421', 'rtt_min_ms': '0.123', 'rtt_stddev': '0.089', 'rx_packets': '10', 'tx_packets': '10'}], 'tool': 'ping'}]} 2018-08-12 06:31:26,444 INFO Deleting floating ip a68e67cf-d0a5-42a7-bad0-3d8ab8119e97 2018-08-12 06:31:27,447 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] Floating IP 172.30.9.201 deleted 2018-08-12 06:31:27,783 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7222] Instance deleted 2018-08-12 06:31:27,897 INFO [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7223] Creating client VM... 2018-08-12 06:31:27,898 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7223] Starting on zone nova:overcloud-novacompute-0.opnfvlf.org 2018-08-12 06:31:30,765 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7223] VM status=BUILD, retrying 1 of 50... 2018-08-12 06:31:33,211 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7223] VM status=BUILD, retrying 2 of 50... 2018-08-12 06:31:36,053 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7223] VM status=BUILD, retrying 3 of 50... 2018-08-12 06:31:38,759 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7223] VM status=BUILD, retrying 4 of 50... 2018-08-12 06:31:41,538 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7223] VM status=BUILD, retrying 5 of 50... 2018-08-12 06:31:44,496 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7223] VM status=BUILD, retrying 6 of 50... 2018-08-12 06:31:47,369 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7223] VM status=BUILD, retrying 7 of 50... 2018-08-12 06:31:49,921 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7223] VM status=BUILD, retrying 8 of 50... 2018-08-12 06:31:52,436 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7223] VM status=BUILD, retrying 9 of 50... 2018-08-12 06:31:54,988 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7223] VM status=BUILD, retrying 10 of 50... 2018-08-12 06:31:57,510 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7223] VM status=BUILD, retrying 11 of 50... 2018-08-12 06:32:00,365 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7223] VM status=BUILD, retrying 12 of 50... 2018-08-12 06:32:03,068 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7223] VM status=BUILD, retrying 13 of 50... 2018-08-12 06:32:05,759 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7223] VM status=BUILD, retrying 14 of 50... 2018-08-12 06:32:08,285 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7223] VM status=BUILD, retrying 15 of 50... 2018-08-12 06:32:10,984 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7223] VM status=BUILD, retrying 16 of 50... 2018-08-12 06:32:13,657 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7223] VM status=BUILD, retrying 17 of 50... 2018-08-12 06:32:16,334 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7223] VM status=BUILD, retrying 18 of 50... 2018-08-12 06:32:18,847 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7223] VM status=BUILD, retrying 19 of 50... 2018-08-12 06:32:21,371 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7223] VM status=BUILD, retrying 20 of 50... 2018-08-12 06:32:24,070 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7223] VM status=BUILD, retrying 21 of 50... 2018-08-12 06:32:26,606 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7223] VM status=BUILD, retrying 22 of 50... 2018-08-12 06:32:29,117 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7223] VM status=BUILD, retrying 23 of 50... 2018-08-12 06:32:31,625 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7223] VM status=BUILD, retrying 24 of 50... 2018-08-12 06:32:34,527 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7223] VM status=BUILD, retrying 25 of 50... 2018-08-12 06:32:37,421 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7223] VM status=BUILD, retrying 26 of 50... 2018-08-12 06:32:39,935 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7223] VM status=BUILD, retrying 27 of 50... 2018-08-12 06:32:42,448 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7223] VM status=BUILD, retrying 28 of 50... 2018-08-12 06:32:44,976 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7223] VM status=BUILD, retrying 29 of 50... 2018-08-12 06:32:49,863 INFO [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7223] Internal network IP: 192.168.1.12 2018-08-12 06:32:49,863 INFO [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7223] SSH IP: 172.30.9.211 2018-08-12 06:32:49,863 INFO [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7223] Setup SSH for ubuntu@172.30.9.211 2018-08-12 06:34:25,338 INFO [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7223] Installing nuttcp-8.1.4... 2018-08-12 06:34:25,382 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7223] Copying nuttcp-8.1.4 to target... 2018-08-12 06:34:25,546 INFO ============================================================ 2018-08-12 06:34:25,547 INFO Flow 4: VM to VM same network fixed IP (inter-node) 2018-08-12 06:34:34,593 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7223] PING 192.168.1.5 (192.168.1.5) 64(92) bytes of data. 72 bytes from 192.168.1.5: icmp_seq=1 ttl=64 time=2.23 ms 72 bytes from 192.168.1.5: icmp_seq=2 ttl=64 time=0.911 ms 72 bytes from 192.168.1.5: icmp_seq=3 ttl=64 time=0.394 ms 72 bytes from 192.168.1.5: icmp_seq=4 ttl=64 time=0.203 ms 72 bytes from 192.168.1.5: icmp_seq=5 ttl=64 time=0.360 ms 72 bytes from 192.168.1.5: icmp_seq=6 ttl=64 time=0.363 ms 72 bytes from 192.168.1.5: icmp_seq=7 ttl=64 time=0.425 ms 72 bytes from 192.168.1.5: icmp_seq=8 ttl=64 time=0.288 ms 72 bytes from 192.168.1.5: icmp_seq=9 ttl=64 time=0.438 ms 72 bytes from 192.168.1.5: icmp_seq=10 ttl=64 time=0.200 ms --- 192.168.1.5 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9000ms rtt min/avg/max/mdev = 0.200/0.581/2.235/0.583 ms 2018-08-12 06:34:43,638 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7223] PING 192.168.1.5 (192.168.1.5) 391(419) bytes of data. 399 bytes from 192.168.1.5: icmp_seq=1 ttl=64 time=0.227 ms 399 bytes from 192.168.1.5: icmp_seq=2 ttl=64 time=0.350 ms 399 bytes from 192.168.1.5: icmp_seq=3 ttl=64 time=0.282 ms 399 bytes from 192.168.1.5: icmp_seq=4 ttl=64 time=0.480 ms 399 bytes from 192.168.1.5: icmp_seq=5 ttl=64 time=0.363 ms 399 bytes from 192.168.1.5: icmp_seq=6 ttl=64 time=0.192 ms 399 bytes from 192.168.1.5: icmp_seq=7 ttl=64 time=0.330 ms 399 bytes from 192.168.1.5: icmp_seq=8 ttl=64 time=0.163 ms 399 bytes from 192.168.1.5: icmp_seq=9 ttl=64 time=0.360 ms 399 bytes from 192.168.1.5: icmp_seq=10 ttl=64 time=0.254 ms --- 192.168.1.5 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9000ms rtt min/avg/max/mdev = 0.163/0.300/0.480/0.090 ms 2018-08-12 06:34:52,678 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7223] PING 192.168.1.5 (192.168.1.5) 1500(1528) bytes of data. 1508 bytes from 192.168.1.5: icmp_seq=1 ttl=64 time=0.885 ms 1508 bytes from 192.168.1.5: icmp_seq=2 ttl=64 time=0.552 ms 1508 bytes from 192.168.1.5: icmp_seq=3 ttl=64 time=0.353 ms 1508 bytes from 192.168.1.5: icmp_seq=4 ttl=64 time=0.388 ms 1508 bytes from 192.168.1.5: icmp_seq=5 ttl=64 time=0.459 ms 1508 bytes from 192.168.1.5: icmp_seq=6 ttl=64 time=0.406 ms 1508 bytes from 192.168.1.5: icmp_seq=7 ttl=64 time=0.430 ms 1508 bytes from 192.168.1.5: icmp_seq=8 ttl=64 time=0.386 ms 1508 bytes from 192.168.1.5: icmp_seq=9 ttl=64 time=0.435 ms 1508 bytes from 192.168.1.5: icmp_seq=10 ttl=64 time=0.249 ms --- 192.168.1.5 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8997ms rtt min/avg/max/mdev = 0.249/0.454/0.885/0.162 ms 2018-08-12 06:34:52,679 INFO [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7223] Measuring TCP Throughput (packet size=65536)... 2018-08-12 06:34:52,680 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7223] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.5 2018-08-12 06:35:02,781 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7223] megabytes=6825.2610 real_seconds=10.00 rate_Mbps=5724.2315 tx_cpu=10 rx_cpu=18 retrans=12 cwnd=501 rtt_ms=0.44 2018-08-12 06:35:02,781 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7223] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.5 2018-08-12 06:35:12,880 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7223] megabytes=7639.3441 real_seconds=10.00 rate_Mbps=6406.1548 tx_cpu=11 rx_cpu=19 retrans=1 cwnd=749 rtt_ms=0.25 2018-08-12 06:35:12,880 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7223] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.5 2018-08-12 06:35:22,979 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7223] megabytes=6888.8413 real_seconds=10.00 rate_Mbps=5777.4715 tx_cpu=10 rx_cpu=18 retrans=75 cwnd=465 rtt_ms=0.25 2018-08-12 06:35:22,979 INFO [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7223] Measuring UDP Throughput (packet size=128)... 2018-08-12 06:35:22,980 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7223] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.5 2018-08-12 06:35:26,307 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7223] megabytes=30.8149 real_seconds=1.00 rate_Mbps=258.7856 tx_cpu=19 rx_cpu=34 drop=1017 pkt=253453 data_loss=0.40143 2018-08-12 06:35:26,308 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7223] pkt-size=128 throughput=1<264996/5000000<10000000 Kbps loss-rate=0 2018-08-12 06:35:26,308 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7223] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R794988K -p5001 -P5002 -fparse 192.168.1.5 2018-08-12 06:35:29,635 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7223] megabytes=33.7040 real_seconds=1.00 rate_Mbps=282.4654 tx_cpu=23 rx_cpu=32 drop=0 pkt=276103 data_loss=0.00000 2018-08-12 06:35:29,636 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7223] pkt-size=128 throughput=1<289244/794988<794988 Kbps loss-rate=0 2018-08-12 06:35:29,636 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7223] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R542116K -p5001 -P5002 -fparse 192.168.1.5 2018-08-12 06:35:32,963 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7223] megabytes=31.9446 real_seconds=1.00 rate_Mbps=267.7205 tx_cpu=22 rx_cpu=34 drop=1582 pkt=263272 data_loss=0.60085 2018-08-12 06:35:32,964 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7223] pkt-size=128 throughput=1<274145/542116<542116 Kbps loss-rate=0 2018-08-12 06:35:32,964 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7223] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R408130K -p5001 -P5002 -fparse 192.168.1.5 2018-08-12 06:35:36,292 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7223] megabytes=31.7026 real_seconds=1.00 rate_Mbps=265.5392 tx_cpu=22 rx_cpu=34 drop=16 pkt=259724 data_loss=0.00631 2018-08-12 06:35:36,293 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7223] pkt-size=128 throughput=1<271912/408130<408130 Kbps loss-rate=0 2018-08-12 06:35:36,293 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7223] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R340021K -p5001 -P5002 -fparse 192.168.1.5 2018-08-12 06:35:39,621 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7223] megabytes=31.4720 real_seconds=1.00 rate_Mbps=263.6078 tx_cpu=23 rx_cpu=32 drop=10077 pkt=267896 data_loss=3.76153 2018-08-12 06:35:39,622 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7223] pkt-size=128 throughput=1<269934/340021<340021 Kbps loss-rate=3 2018-08-12 06:35:39,622 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7223] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R304977K -p5001 -P5002 -fparse 192.168.1.5 2018-08-12 06:35:42,946 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7223] megabytes=33.0481 real_seconds=1.00 rate_Mbps=277.0294 tx_cpu=25 rx_cpu=33 drop=4301 pkt=275031 data_loss=1.56375 2018-08-12 06:35:42,947 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7223] pkt-size=128 throughput=1<283678/304977<304977 Kbps loss-rate=1 2018-08-12 06:35:42,947 DEBUG undershot, min=283678 kbps=294327 max=304977 2018-08-12 06:35:42,947 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7223] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R294327K -p5001 -P5002 -fparse 192.168.1.5 2018-08-12 06:35:46,299 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7223] megabytes=31.1644 real_seconds=1.00 rate_Mbps=261.0331 tx_cpu=23 rx_cpu=33 drop=281 pkt=255580 data_loss=0.10994 2018-08-12 06:35:46,299 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7223] pkt-size=128 throughput=283678<267297/294327<304977 Kbps loss-rate=0 2018-08-12 06:35:46,299 DEBUG undershot, min=294327 kbps=299652 max=304977 2018-08-12 06:35:46,300 INFO [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7223] Measuring UDP Throughput (packet size=1024)... 2018-08-12 06:35:46,300 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7223] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.5 2018-08-12 06:35:49,627 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7223] megabytes=252.7891 real_seconds=1.00 rate_Mbps=2120.3215 tx_cpu=46 rx_cpu=35 drop=387 pkt=259243 data_loss=0.14927 2018-08-12 06:35:49,628 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7223] pkt-size=1024 throughput=1<2171209/5000000<10000000 Kbps loss-rate=0 2018-08-12 06:35:49,628 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7223] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R3585604K -p5001 -P5002 -fparse 192.168.1.5 2018-08-12 06:35:52,955 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7223] megabytes=266.8174 real_seconds=1.00 rate_Mbps=2236.1759 tx_cpu=38 rx_cpu=35 drop=370 pkt=273591 data_loss=0.13523 2018-08-12 06:35:52,955 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7223] pkt-size=1024 throughput=1<2289844/3585604<3585604 Kbps loss-rate=0 2018-08-12 06:35:52,955 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7223] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2937724K -p5001 -P5002 -fparse 192.168.1.5 2018-08-12 06:35:56,280 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7223] megabytes=264.4033 real_seconds=1.00 rate_Mbps=2217.2153 tx_cpu=35 rx_cpu=35 drop=277 pkt=271026 data_loss=0.10220 2018-08-12 06:35:56,281 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7223] pkt-size=1024 throughput=1<2270428/2937724<2937724 Kbps loss-rate=0 2018-08-12 06:35:56,281 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7223] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2604076K -p5001 -P5002 -fparse 192.168.1.5 2018-08-12 06:35:59,607 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7223] megabytes=254.4492 real_seconds=1.00 rate_Mbps=2134.0821 tx_cpu=44 rx_cpu=35 drop=2315 pkt=262871 data_loss=0.88068 2018-08-12 06:35:59,607 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7223] pkt-size=1024 throughput=1<2185300/2604076<2604076 Kbps loss-rate=0 2018-08-12 06:35:59,607 DEBUG undershot, min=2185300 kbps=2394688 max=2604076 2018-08-12 06:35:59,608 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7223] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2394688K -p5001 -P5002 -fparse 192.168.1.5 2018-08-12 06:36:02,935 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7223] megabytes=270.5068 real_seconds=1.00 rate_Mbps=2263.9845 tx_cpu=47 rx_cpu=34 drop=2500 pkt=279499 data_loss=0.89446 2018-08-12 06:36:02,936 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7223] pkt-size=1024 throughput=2185300<2318320/2394688<2604076 Kbps loss-rate=0 2018-08-12 06:36:02,936 DEBUG undershot, min=2318320 kbps=2461198 max=2604076 2018-08-12 06:36:02,937 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7223] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2461198K -p5001 -P5002 -fparse 192.168.1.5 2018-08-12 06:36:06,288 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7223] megabytes=259.5615 real_seconds=1.00 rate_Mbps=2177.9675 tx_cpu=48 rx_cpu=33 drop=1374 pkt=267165 data_loss=0.51429 2018-08-12 06:36:06,288 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7223] pkt-size=1024 throughput=2318320<2230238/2461198<2604076 Kbps loss-rate=0 2018-08-12 06:36:06,288 DEBUG undershot, min=2461198 kbps=2532637 max=2604076 2018-08-12 06:36:06,289 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7223] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2532637K -p5001 -P5002 -fparse 192.168.1.5 2018-08-12 06:36:09,615 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7223] megabytes=233.6953 real_seconds=1.00 rate_Mbps=1958.8583 tx_cpu=41 rx_cpu=32 drop=6780 pkt=246084 data_loss=2.75516 2018-08-12 06:36:09,616 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7223] pkt-size=1024 throughput=2461198<2005870/2532637<2604076 Kbps loss-rate=2 2018-08-12 06:36:09,616 INFO [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7223] Measuring UDP Throughput (packet size=8192)... 2018-08-12 06:36:09,617 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7223] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.5 2018-08-12 06:36:12,968 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7223] megabytes=339.0703 real_seconds=1.00 rate_Mbps=2840.0934 tx_cpu=99 rx_cpu=14 drop=32893 pkt=76294 data_loss=43.11349 2018-08-12 06:36:12,968 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7223] pkt-size=8192 throughput=1<2908255/5000000<10000000 Kbps loss-rate=43 2018-08-12 06:36:12,968 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7223] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R3954127K -p5001 -P5002 -fparse 192.168.1.5 2018-08-12 06:36:16,295 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7223] megabytes=325.6406 real_seconds=1.00 rate_Mbps=2730.6994 tx_cpu=99 rx_cpu=12 drop=18653 pkt=60335 data_loss=30.91573 2018-08-12 06:36:16,296 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7223] pkt-size=8192 throughput=1<2796236/3954127<3954127 Kbps loss-rate=30 2018-08-12 06:36:16,296 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7223] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R3375181K -p5001 -P5002 -fparse 192.168.1.5 2018-08-12 06:36:19,624 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7223] megabytes=370.5391 real_seconds=1.00 rate_Mbps=3105.5275 tx_cpu=99 rx_cpu=12 drop=4072 pkt=51501 data_loss=7.90664 2018-08-12 06:36:19,624 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7223] pkt-size=8192 throughput=1<3180060/3375181<3375181 Kbps loss-rate=7 2018-08-12 06:36:19,624 DEBUG overshot, min=1 kbps=3180060 max=3375181 2018-08-12 06:36:19,625 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7223] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R3180060K -p5001 -P5002 -fparse 192.168.1.5 2018-08-12 06:36:22,975 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7223] megabytes=356.9688 real_seconds=1.00 rate_Mbps=2994.8393 tx_cpu=99 rx_cpu=14 drop=2832 pkt=48524 data_loss=5.83629 2018-08-12 06:36:22,975 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7223] pkt-size=8192 throughput=1<3066715/3180060<3375181 Kbps loss-rate=5 2018-08-12 06:36:22,976 DEBUG overshot, min=1 kbps=3066715 max=3180060 2018-08-12 06:36:22,976 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7223] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R3066715K -p5001 -P5002 -fparse 192.168.1.5 2018-08-12 06:36:26,299 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7223] megabytes=345.4531 real_seconds=1.00 rate_Mbps=2897.2798 tx_cpu=99 rx_cpu=13 drop=2577 pkt=46795 data_loss=5.50700 2018-08-12 06:36:26,300 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7223] pkt-size=8192 throughput=1<2966814/3066715<3180060 Kbps loss-rate=5 2018-08-12 06:36:26,300 DEBUG overshot, min=1 kbps=2966814 max=3066715 2018-08-12 06:36:26,301 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7223] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R2966814K -p5001 -P5002 -fparse 192.168.1.5 2018-08-12 06:36:29,627 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7223] megabytes=340.2109 real_seconds=1.00 rate_Mbps=2854.1131 tx_cpu=99 rx_cpu=13 drop=1723 pkt=45270 data_loss=3.80607 2018-08-12 06:36:29,628 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7223] pkt-size=8192 throughput=1<2922611/2966814<3066715 Kbps loss-rate=3 2018-08-12 06:36:29,640 INFO { 'az_from': u'nova:overcloud-novacompute-0.opnfvlf.org', 'az_to': u'nova:overcloud-novacompute-1.opnfvlf.org', 'desc': 'VM to VM same network fixed IP (inter-node)', 'distro_id': 'Ubuntu', 'distro_version': '14.04', 'ip_from': u'192.168.1.12', 'ip_to': u'192.168.1.5', 'results': [ { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 12, 'rtt_ms': 0.44, 'throughput_kbps': 5861613, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 1, 'rtt_ms': 0.25, 'throughput_kbps': 6559902, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 75, 'rtt_ms': 0.25, 'throughput_kbps': 5916130, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.11, 'pkt_size': 128, 'protocol': 'UDP', 'throughput_kbps': 267297, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 2.76, 'pkt_size': 1024, 'protocol': 'UDP', 'throughput_kbps': 2005870, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 3.81, 'pkt_size': 8192, 'protocol': 'UDP', 'throughput_kbps': 2922611, 'tool': 'nuttcp-8.1.4'}, { 'protocol': 'ICMP', 'results': [ { 'packet_size': 64, 'rtt_avg_ms': '0.581', 'rtt_max_ms': '2.235', 'rtt_min_ms': '0.200', 'rtt_stddev': '0.583', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 391, 'rtt_avg_ms': '0.300', 'rtt_max_ms': '0.480', 'rtt_min_ms': '0.163', 'rtt_stddev': '0.090', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 1500, 'rtt_avg_ms': '0.454', 'rtt_max_ms': '0.885', 'rtt_min_ms': '0.249', 'rtt_stddev': '0.162', 'rx_packets': '10', 'tx_packets': '10'}], 'tool': 'ping'}]} 2018-08-12 06:36:29,642 INFO Deleting floating ip 69b87946-e530-438f-ada2-dd1df3864893 2018-08-12 06:36:30,657 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7223] Floating IP 172.30.9.211 deleted 2018-08-12 06:36:30,968 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7223] Instance deleted 2018-08-12 06:36:31,083 INFO [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7224] Creating client VM... 2018-08-12 06:36:31,083 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7224] Starting on zone nova:overcloud-novacompute-0.opnfvlf.org 2018-08-12 06:36:33,535 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7224] VM status=BUILD, retrying 1 of 50... 2018-08-12 06:36:35,791 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7224] VM status=BUILD, retrying 2 of 50... 2018-08-12 06:36:38,490 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7224] VM status=BUILD, retrying 3 of 50... 2018-08-12 06:36:41,197 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7224] VM status=BUILD, retrying 4 of 50... 2018-08-12 06:36:43,848 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7224] VM status=BUILD, retrying 5 of 50... 2018-08-12 06:36:48,387 INFO [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7224] Internal network IP: 192.168.2.15 2018-08-12 06:36:48,387 INFO [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7224] SSH IP: 172.30.9.201 2018-08-12 06:36:48,387 INFO [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7224] Setup SSH for ubuntu@172.30.9.201 2018-08-12 06:38:23,858 INFO [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7224] Installing nuttcp-8.1.4... 2018-08-12 06:38:23,901 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7224] Copying nuttcp-8.1.4 to target... 2018-08-12 06:38:24,069 INFO ============================================================ 2018-08-12 06:38:24,070 INFO Flow 5: VM to VM different network fixed IP (inter-node) 2018-08-12 06:38:33,117 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7224] PING 192.168.1.5 (192.168.1.5) 64(92) bytes of data. 72 bytes from 192.168.1.5: icmp_seq=1 ttl=64 time=1.08 ms 72 bytes from 192.168.1.5: icmp_seq=2 ttl=64 time=0.539 ms 72 bytes from 192.168.1.5: icmp_seq=3 ttl=64 time=0.310 ms 72 bytes from 192.168.1.5: icmp_seq=4 ttl=64 time=0.367 ms 72 bytes from 192.168.1.5: icmp_seq=5 ttl=64 time=0.357 ms 72 bytes from 192.168.1.5: icmp_seq=6 ttl=64 time=0.435 ms 72 bytes from 192.168.1.5: icmp_seq=7 ttl=64 time=0.303 ms 72 bytes from 192.168.1.5: icmp_seq=8 ttl=64 time=0.325 ms 72 bytes from 192.168.1.5: icmp_seq=9 ttl=64 time=0.349 ms 72 bytes from 192.168.1.5: icmp_seq=10 ttl=64 time=0.395 ms --- 192.168.1.5 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9000ms rtt min/avg/max/mdev = 0.303/0.446/1.086/0.224 ms 2018-08-12 06:38:42,157 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7224] PING 192.168.1.5 (192.168.1.5) 391(419) bytes of data. 399 bytes from 192.168.1.5: icmp_seq=1 ttl=64 time=0.299 ms 399 bytes from 192.168.1.5: icmp_seq=2 ttl=64 time=0.420 ms 399 bytes from 192.168.1.5: icmp_seq=3 ttl=64 time=0.482 ms 399 bytes from 192.168.1.5: icmp_seq=4 ttl=64 time=0.432 ms 399 bytes from 192.168.1.5: icmp_seq=5 ttl=64 time=0.492 ms 399 bytes from 192.168.1.5: icmp_seq=6 ttl=64 time=0.388 ms 399 bytes from 192.168.1.5: icmp_seq=7 ttl=64 time=0.462 ms 399 bytes from 192.168.1.5: icmp_seq=8 ttl=64 time=0.285 ms 399 bytes from 192.168.1.5: icmp_seq=9 ttl=64 time=0.211 ms 399 bytes from 192.168.1.5: icmp_seq=10 ttl=64 time=0.447 ms --- 192.168.1.5 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8998ms rtt min/avg/max/mdev = 0.211/0.391/0.492/0.093 ms 2018-08-12 06:38:51,205 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7224] PING 192.168.1.5 (192.168.1.5) 1500(1528) bytes of data. 1508 bytes from 192.168.1.5: icmp_seq=1 ttl=64 time=1.09 ms 1508 bytes from 192.168.1.5: icmp_seq=2 ttl=64 time=0.274 ms 1508 bytes from 192.168.1.5: icmp_seq=3 ttl=64 time=0.251 ms 1508 bytes from 192.168.1.5: icmp_seq=4 ttl=64 time=0.259 ms 1508 bytes from 192.168.1.5: icmp_seq=5 ttl=64 time=0.500 ms 1508 bytes from 192.168.1.5: icmp_seq=6 ttl=64 time=0.512 ms 1508 bytes from 192.168.1.5: icmp_seq=7 ttl=64 time=0.388 ms 1508 bytes from 192.168.1.5: icmp_seq=8 ttl=64 time=0.448 ms 1508 bytes from 192.168.1.5: icmp_seq=9 ttl=64 time=0.226 ms 1508 bytes from 192.168.1.5: icmp_seq=10 ttl=64 time=0.412 ms --- 192.168.1.5 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9001ms rtt min/avg/max/mdev = 0.226/0.436/1.098/0.243 ms 2018-08-12 06:38:51,206 INFO [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7224] Measuring TCP Throughput (packet size=65536)... 2018-08-12 06:38:51,206 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7224] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.5 2018-08-12 06:39:01,332 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7224] megabytes=7102.5051 real_seconds=10.00 rate_Mbps=5956.6276 tx_cpu=10 rx_cpu=18 retrans=20 cwnd=524 rtt_ms=0.54 2018-08-12 06:39:01,332 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7224] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.5 2018-08-12 06:39:11,431 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7224] megabytes=7760.5680 real_seconds=10.00 rate_Mbps=6507.8828 tx_cpu=11 rx_cpu=19 retrans=1 cwnd=767 rtt_ms=0.29 2018-08-12 06:39:11,432 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7224] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.5 2018-08-12 06:39:21,530 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7224] megabytes=7114.1415 real_seconds=10.00 rate_Mbps=5966.4869 tx_cpu=10 rx_cpu=18 retrans=19 cwnd=513 rtt_ms=0.27 2018-08-12 06:39:21,530 INFO [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7224] Measuring UDP Throughput (packet size=128)... 2018-08-12 06:39:21,531 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7224] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.5 2018-08-12 06:39:24,859 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7224] megabytes=32.6549 real_seconds=1.00 rate_Mbps=274.2984 tx_cpu=22 rx_cpu=34 drop=1734 pkt=269243 data_loss=0.64412 2018-08-12 06:39:24,859 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7224] pkt-size=128 throughput=1<280881/5000000<10000000 Kbps loss-rate=0 2018-08-12 06:39:24,860 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7224] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R842643K -p5001 -P5002 -fparse 192.168.1.5 2018-08-12 06:39:28,213 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7224] megabytes=34.4326 real_seconds=1.00 rate_Mbps=288.4005 tx_cpu=23 rx_cpu=33 drop=0 pkt=282072 data_loss=0.00000 2018-08-12 06:39:28,213 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7224] pkt-size=128 throughput=1<295322/842643<842643 Kbps loss-rate=0 2018-08-12 06:39:28,213 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7224] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R568982K -p5001 -P5002 -fparse 192.168.1.5 2018-08-12 06:39:31,538 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7224] megabytes=34.8683 real_seconds=1.00 rate_Mbps=292.2007 tx_cpu=22 rx_cpu=33 drop=0 pkt=285641 data_loss=0.00000 2018-08-12 06:39:31,538 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7224] pkt-size=128 throughput=1<299213/568982<568982 Kbps loss-rate=0 2018-08-12 06:39:31,539 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7224] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R434097K -p5001 -P5002 -fparse 192.168.1.5 2018-08-12 06:39:34,891 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7224] megabytes=32.8650 real_seconds=1.00 rate_Mbps=275.3746 tx_cpu=23 rx_cpu=33 drop=162 pkt=269392 data_loss=0.06021 2018-08-12 06:39:34,891 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7224] pkt-size=128 throughput=1<281983/434097<434097 Kbps loss-rate=0 2018-08-12 06:39:34,892 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7224] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R358040K -p5001 -P5002 -fparse 192.168.1.5 2018-08-12 06:39:38,219 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7224] megabytes=30.6904 real_seconds=1.00 rate_Mbps=257.0077 tx_cpu=24 rx_cpu=33 drop=471 pkt=251887 data_loss=0.18700 2018-08-12 06:39:38,220 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7224] pkt-size=128 throughput=1<263175/358040<358040 Kbps loss-rate=0 2018-08-12 06:39:38,220 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7224] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R310607K -p5001 -P5002 -fparse 192.168.1.5 2018-08-12 06:39:41,547 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7224] megabytes=32.7562 real_seconds=1.00 rate_Mbps=274.5886 tx_cpu=23 rx_cpu=33 drop=0 pkt=268339 data_loss=0.00000 2018-08-12 06:39:41,547 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7224] pkt-size=128 throughput=1<281178/310607<310607 Kbps loss-rate=0 2018-08-12 06:39:41,548 DEBUG undershot, min=281178 kbps=295892 max=310607 2018-08-12 06:39:41,548 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7224] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R295892K -p5001 -P5002 -fparse 192.168.1.5 2018-08-12 06:39:44,902 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7224] megabytes=31.7289 real_seconds=1.00 rate_Mbps=265.1316 tx_cpu=23 rx_cpu=32 drop=10498 pkt=270421 data_loss=3.88211 2018-08-12 06:39:44,902 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7224] pkt-size=128 throughput=281178<271494/295892<310607 Kbps loss-rate=3 2018-08-12 06:39:44,903 INFO [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7224] Measuring UDP Throughput (packet size=1024)... 2018-08-12 06:39:44,903 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7224] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.5 2018-08-12 06:39:48,255 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7224] megabytes=256.1152 real_seconds=1.00 rate_Mbps=2146.5270 tx_cpu=46 rx_cpu=35 drop=367 pkt=262629 data_loss=0.13974 2018-08-12 06:39:48,256 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7224] pkt-size=1024 throughput=1<2198043/5000000<10000000 Kbps loss-rate=0 2018-08-12 06:39:48,256 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7224] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R3599021K -p5001 -P5002 -fparse 192.168.1.5 2018-08-12 06:39:51,583 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7224] megabytes=252.8682 real_seconds=1.00 rate_Mbps=2121.0698 tx_cpu=46 rx_cpu=34 drop=292 pkt=259229 data_loss=0.11262 2018-08-12 06:39:51,583 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7224] pkt-size=1024 throughput=1<2171975/3599021<3599021 Kbps loss-rate=0 2018-08-12 06:39:51,583 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7224] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2885498K -p5001 -P5002 -fparse 192.168.1.5 2018-08-12 06:39:54,911 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7224] megabytes=246.8926 real_seconds=1.00 rate_Mbps=2069.9011 tx_cpu=44 rx_cpu=34 drop=1347 pkt=254165 data_loss=0.52996 2018-08-12 06:39:54,912 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7224] pkt-size=1024 throughput=1<2119578/2885498<2885498 Kbps loss-rate=0 2018-08-12 06:39:54,912 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7224] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2502538K -p5001 -P5002 -fparse 192.168.1.5 2018-08-12 06:39:58,265 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7224] megabytes=240.0811 real_seconds=1.00 rate_Mbps=2013.7042 tx_cpu=36 rx_cpu=27 drop=32915 pkt=278758 data_loss=11.80771 2018-08-12 06:39:58,265 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7224] pkt-size=1024 throughput=1<2062033/2502538<2502538 Kbps loss-rate=11 2018-08-12 06:39:58,265 DEBUG overshot, min=1 kbps=2062033 max=2502538 2018-08-12 06:39:58,266 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7224] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2062033K -p5001 -P5002 -fparse 192.168.1.5 2018-08-12 06:40:01,590 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7224] megabytes=236.4170 real_seconds=1.00 rate_Mbps=1982.3313 tx_cpu=52 rx_cpu=34 drop=491 pkt=242582 data_loss=0.20241 2018-08-12 06:40:01,591 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7224] pkt-size=1024 throughput=1<2029907/2062033<2502538 Kbps loss-rate=0 2018-08-12 06:40:01,591 DEBUG undershot, min=2029907 kbps=2266222 max=2502538 2018-08-12 06:40:01,591 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7224] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2266222K -p5001 -P5002 -fparse 192.168.1.5 2018-08-12 06:40:04,919 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7224] megabytes=254.8457 real_seconds=1.00 rate_Mbps=2133.0227 tx_cpu=50 rx_cpu=35 drop=1828 pkt=262790 data_loss=0.69563 2018-08-12 06:40:04,919 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7224] pkt-size=1024 throughput=2029907<2184215/2266222<2502538 Kbps loss-rate=0 2018-08-12 06:40:04,920 DEBUG undershot, min=2184215 kbps=2343376 max=2502538 2018-08-12 06:40:04,920 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7224] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2343376K -p5001 -P5002 -fparse 192.168.1.5 2018-08-12 06:40:08,248 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7224] megabytes=252.3057 real_seconds=1.00 rate_Mbps=2114.4254 tx_cpu=47 rx_cpu=34 drop=1619 pkt=259980 data_loss=0.62272 2018-08-12 06:40:08,249 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7224] pkt-size=1024 throughput=2184215<2165171/2343376<2502538 Kbps loss-rate=0 2018-08-12 06:40:08,249 DEBUG undershot, min=2343376 kbps=2422957 max=2502538 2018-08-12 06:40:08,250 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7224] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2422957K -p5001 -P5002 -fparse 192.168.1.5 2018-08-12 06:40:11,602 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7224] megabytes=265.0576 real_seconds=1.00 rate_Mbps=2223.2288 tx_cpu=38 rx_cpu=34 drop=58 pkt=271477 data_loss=0.02139 2018-08-12 06:40:11,603 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7224] pkt-size=1024 throughput=2343376<2276586/2422957<2502538 Kbps loss-rate=0 2018-08-12 06:40:11,603 DEBUG undershot, min=2422957 kbps=2462747 max=2502538 2018-08-12 06:40:11,603 INFO [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7224] Measuring UDP Throughput (packet size=8192)... 2018-08-12 06:40:11,604 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7224] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.5 2018-08-12 06:40:14,931 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7224] megabytes=351.7656 real_seconds=1.00 rate_Mbps=2946.5397 tx_cpu=99 rx_cpu=13 drop=31268 pkt=76294 data_loss=40.98357 2018-08-12 06:40:14,932 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7224] pkt-size=8192 throughput=1<3017256/5000000<10000000 Kbps loss-rate=40 2018-08-12 06:40:14,932 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7224] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R4008628K -p5001 -P5002 -fparse 192.168.1.5 2018-08-12 06:40:18,284 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7224] megabytes=364.3047 real_seconds=1.00 rate_Mbps=3051.2767 tx_cpu=99 rx_cpu=13 drop=14536 pkt=61167 data_loss=23.76445 2018-08-12 06:40:18,285 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7224] pkt-size=8192 throughput=1<3124507/4008628<4008628 Kbps loss-rate=23 2018-08-12 06:40:18,285 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7224] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R3566567K -p5001 -P5002 -fparse 192.168.1.5 2018-08-12 06:40:21,611 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7224] megabytes=358.0703 real_seconds=1.00 rate_Mbps=2999.1228 tx_cpu=99 rx_cpu=13 drop=8589 pkt=54422 data_loss=15.78223 2018-08-12 06:40:21,612 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7224] pkt-size=8192 throughput=1<3071101/3566567<3566567 Kbps loss-rate=15 2018-08-12 06:40:21,612 DEBUG overshot, min=1 kbps=3071101 max=3566567 2018-08-12 06:40:21,612 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7224] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R3071101K -p5001 -P5002 -fparse 192.168.1.5 2018-08-12 06:40:24,940 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7224] megabytes=353.7422 real_seconds=1.00 rate_Mbps=2967.5203 tx_cpu=99 rx_cpu=14 drop=1582 pkt=46861 data_loss=3.37595 2018-08-12 06:40:24,940 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7224] pkt-size=8192 throughput=1<3038740/3071101<3566567 Kbps loss-rate=3 2018-08-12 06:40:24,951 INFO { 'az_from': u'nova:overcloud-novacompute-0.opnfvlf.org', 'az_to': u'nova:overcloud-novacompute-1.opnfvlf.org', 'desc': 'VM to VM different network fixed IP (inter-node)', 'distro_id': 'Ubuntu', 'distro_version': '14.04', 'ip_from': u'192.168.2.15', 'ip_to': u'192.168.1.5', 'results': [ { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 20, 'rtt_ms': 0.54, 'throughput_kbps': 6099586, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 1, 'rtt_ms': 0.29, 'throughput_kbps': 6664071, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 19, 'rtt_ms': 0.27, 'throughput_kbps': 6109682, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 3.88, 'pkt_size': 128, 'protocol': 'UDP', 'throughput_kbps': 271494, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.02, 'pkt_size': 1024, 'protocol': 'UDP', 'throughput_kbps': 2276586, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 3.38, 'pkt_size': 8192, 'protocol': 'UDP', 'throughput_kbps': 3038740, 'tool': 'nuttcp-8.1.4'}, { 'protocol': 'ICMP', 'results': [ { 'packet_size': 64, 'rtt_avg_ms': '0.446', 'rtt_max_ms': '1.086', 'rtt_min_ms': '0.303', 'rtt_stddev': '0.224', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 391, 'rtt_avg_ms': '0.391', 'rtt_max_ms': '0.492', 'rtt_min_ms': '0.211', 'rtt_stddev': '0.093', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 1500, 'rtt_avg_ms': '0.436', 'rtt_max_ms': '1.098', 'rtt_min_ms': '0.226', 'rtt_stddev': '0.243', 'rx_packets': '10', 'tx_packets': '10'}], 'tool': 'ping'}]} 2018-08-12 06:40:24,953 INFO ============================================================ 2018-08-12 06:40:24,953 INFO Flow 6: VM to VM different network floating IP (inter-node) 2018-08-12 06:40:44,024 INFO [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7224] ERROR cmd=ping -c 10 -s 64 172.30.9.204 2018-08-12 06:40:44,024 INFO [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7224] PING 172.30.9.204 (172.30.9.204) 64(92) bytes of data. --- 172.30.9.204 ping statistics --- 10 packets transmitted, 0 received, 100% packet loss, time 8999ms 2018-08-12 06:41:03,142 INFO [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7224] ERROR cmd=ping -c 10 -s 391 172.30.9.204 2018-08-12 06:41:03,143 INFO [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7224] PING 172.30.9.204 (172.30.9.204) 391(419) bytes of data. --- 172.30.9.204 ping statistics --- 10 packets transmitted, 0 received, 100% packet loss, time 9071ms 2018-08-12 06:41:22,258 INFO [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7224] ERROR cmd=ping -c 10 -s 1500 172.30.9.204 2018-08-12 06:41:22,258 INFO [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7224] PING 172.30.9.204 (172.30.9.204) 1500(1528) bytes of data. --- 172.30.9.204 ping statistics --- 10 packets transmitted, 0 received, 100% packet loss, time 9071ms 2018-08-12 06:41:22,259 INFO [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7224] Measuring TCP Throughput (packet size=65536)... 2018-08-12 06:41:22,259 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7224] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 172.30.9.204 2018-08-12 06:41:52,358 INFO [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7224] SSH Error:Timeout executing command "/tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 172.30.9.204" on host 172.30.9.201 2018-08-12 06:41:52,358 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7224] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 172.30.9.204 2018-08-12 06:42:22,397 INFO [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7224] SSH Error:Timeout executing command "/tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 172.30.9.204" on host 172.30.9.201 2018-08-12 06:42:22,398 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7224] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 172.30.9.204 2018-08-12 06:42:52,435 INFO [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7224] SSH Error:Timeout executing command "/tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 172.30.9.204" on host 172.30.9.201 2018-08-12 06:42:52,435 INFO [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7224] Measuring UDP Throughput (packet size=128)... 2018-08-12 06:42:52,436 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7224] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R5000000K -p5001 -P5002 -fparse 172.30.9.204 2018-08-12 06:43:13,463 INFO [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7224] SSH Error:Timeout executing command "/tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R5000000K -p5001 -P5002 -fparse 172.30.9.204" on host 172.30.9.201 2018-08-12 06:43:13,463 INFO [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7224] Measuring UDP Throughput (packet size=1024)... 2018-08-12 06:43:13,463 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7224] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R5000000K -p5001 -P5002 -fparse 172.30.9.204 2018-08-12 06:43:34,491 INFO [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7224] SSH Error:Timeout executing command "/tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R5000000K -p5001 -P5002 -fparse 172.30.9.204" on host 172.30.9.201 2018-08-12 06:43:34,491 INFO [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7224] Measuring UDP Throughput (packet size=8192)... 2018-08-12 06:43:34,491 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7224] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5000000K -p5001 -P5002 -fparse 172.30.9.204 2018-08-12 06:43:55,518 INFO [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7224] SSH Error:Timeout executing command "/tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5000000K -p5001 -P5002 -fparse 172.30.9.204" on host 172.30.9.201 2018-08-12 06:43:55,526 INFO { 'az_from': u'nova:overcloud-novacompute-0.opnfvlf.org', 'az_to': u'nova:overcloud-novacompute-1.opnfvlf.org', 'desc': 'VM to VM different network floating IP (inter-node)', 'distro_id': 'Ubuntu', 'distro_version': '14.04', 'ip_from': u'192.168.2.15', 'ip_to': u'172.30.9.204', 'results': [ { 'error': 'Timeout executing command "/tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 172.30.9.204" on host 172.30.9.201', 'protocol': 'TCP', 'tool': 'nuttcp-8.1.4'}, { 'error': 'Timeout executing command "/tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 172.30.9.204" on host 172.30.9.201', 'protocol': 'TCP', 'tool': 'nuttcp-8.1.4'}, { 'error': 'Timeout executing command "/tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 172.30.9.204" on host 172.30.9.201', 'protocol': 'TCP', 'tool': 'nuttcp-8.1.4'}, { 'error': 'Timeout executing command "/tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R5000000K -p5001 -P5002 -fparse 172.30.9.204" on host 172.30.9.201', 'protocol': 'UDP', 'tool': 'nuttcp-8.1.4'}, { 'error': 'Timeout executing command "/tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R5000000K -p5001 -P5002 -fparse 172.30.9.204" on host 172.30.9.201', 'protocol': 'UDP', 'tool': 'nuttcp-8.1.4'}, { 'error': 'Timeout executing command "/tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5000000K -p5001 -P5002 -fparse 172.30.9.204" on host 172.30.9.201', 'protocol': 'UDP', 'tool': 'nuttcp-8.1.4'}, { 'protocol': 'ICMP', 'results': [ { 'error': 'ping failed', 'packet_size': 64}, { 'error': 'ping failed', 'packet_size': 391}, { 'error': 'ping failed', 'packet_size': 1500}], 'tool': 'ping'}]} 2018-08-12 06:43:55,527 INFO Deleting floating ip 001d57fd-089d-484f-9224-c629b67ce1f3 2018-08-12 06:43:56,346 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7224] Floating IP 172.30.9.201 deleted 2018-08-12 06:43:56,658 DEBUG [TestClient_0888abd2-2765-41a2-9cf5-24a1755ef7224] Instance deleted 2018-08-12 06:43:56,772 INFO Cleaning up... 2018-08-12 06:43:56,772 DEBUG [TestServer_0888abd2-2765-41a2-9cf5-24a1755ef7221] Terminating nuttcp-8.1.4 2018-08-12 06:59:37,329 ERROR [Errno 110] Operation timed out Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/vmtp/vmtp.py", line 1255, in main run_vmtp(opts) File "/usr/lib/python2.7/site-packages/vmtp/vmtp.py", line 1217, in run_vmtp vmtp_instance.run() File "/usr/lib/python2.7/site-packages/vmtp/vmtp.py", line 489, in run self.teardown() File "/usr/lib/python2.7/site-packages/vmtp/vmtp.py", line 446, in teardown self.server.dispose() File "/usr/lib/python2.7/site-packages/vmtp/perf_instance.py", line 106, in dispose self.tp_tool.dispose() File "/usr/lib/python2.7/site-packages/vmtp/perf_tool.py", line 77, in dispose self.instance.ssh.kill_proc(self.pid) File "/usr/lib/python2.7/site-packages/vmtp/sshutils.py", line 384, in kill_proc self.execute(cmd) File "/usr/lib/python2.7/site-packages/vmtp/sshutils.py", line 323, in execute timeout=timeout, raise_on_error=False) File "/usr/lib/python2.7/site-packages/vmtp/sshutils.py", line 241, in run timeout=timeout) File "/usr/lib/python2.7/site-packages/vmtp/sshutils.py", line 247, in _run session = transport.open_session() File "/usr/lib/python2.7/site-packages/paramiko/transport.py", line 767, in open_session timeout=timeout) File "/usr/lib/python2.7/site-packages/paramiko/transport.py", line 891, in open_channel raise e error: [Errno 110] Operation timed out 2018-08-12 06:59:37,754 - functest.opnfv_tests.openstack.vmtp.vmtp - ERROR - Exception when calling ['vmtp_genchart', '-c', '/home/opnfv/functest/results/vmtp/vmtp.html', '/home/opnfv/functest/results/vmtp/vmtp.json'] Error: No such file %s: /home/opnfv/functest/results/vmtp/vmtp.json 2018-08-12 06:59:37,887 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-12 06:59:37,888 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vmtp | functest | 39:43 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-08-12 06:59:37,894 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-12 06:59:37,895 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}de50214a63e2e3772c6ef184e2d6422db7225150" 2018-08-12 06:59:38,206 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 640 X-Openstack-Request-Id: req-92c00c87-81b3-4387-8314-808d693a6b6a Date: Sun, 12 Aug 2018 06:59:38 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ec788992-fa73-45cc-a7d9-6d44542124c2", "ip_address": "172.30.9.210"}]}, "description": "", "tags": [], "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "created_at": "2018-08-12T06:19:55Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-12T06:20:15Z", "revision_number": 4, "routes": [], "project_id": "ff7abd7bb61f4f2889831e932d65dc2e", "id": "8b254875-08ae-4a93-8f2f-7d8064451ba9", "name": "vmtp-router_0888abd2-2765-41a2-9cf5-24a1755ef722"}]} 2018-08-12 06:59:38,206 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-92c00c87-81b3-4387-8314-808d693a6b6a 2018-08-12 06:59:38,206 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.311930894852s 2018-08-12 06:59:38,206 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-92c00c87-81b3-4387-8314-808d693a6b6a 2018-08-12 06:59:38,208 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-12 06:59:38,208 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/routers/8b254875-08ae-4a93-8f2f-7d8064451ba9.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}de50214a63e2e3772c6ef184e2d6422db7225150" 2018-08-12 06:59:38,898 - keystoneauth.session - DEBUG - RESP: [409] Content-Type: application/json Content-Length: 129 X-Openstack-Request-Id: req-452408e9-ebf0-406b-afd8-95ee68e2ca72 Date: Sun, 12 Aug 2018 06:59:38 GMT RESP BODY: {"NeutronError": {"message": "Router 8b254875-08ae-4a93-8f2f-7d8064451ba9 still has ports", "type": "RouterInUse", "detail": ""}} 2018-08-12 06:59:38,898 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/8b254875-08ae-4a93-8f2f-7d8064451ba9.json used request id req-452408e9-ebf0-406b-afd8-95ee68e2ca72 2018-08-12 06:59:38,899 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 0.690808057785s 2018-08-12 06:59:38,899 - functest.core.tenantnetwork - ERROR - cannot clean all ressources Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/core/tenantnetwork.py", line 250, in clean self.cloud.delete_router(self.router.id) File "/usr/lib/python2.7/site-packages/shade/openstackcloud.py", line 4410, in delete_router error_message="Error deleting router {0}".format(name_or_id)) File "/usr/lib/python2.7/site-packages/keystoneauth1/adapter.py", line 319, in delete return self.request(url, 'DELETE', **kwargs) File "/usr/lib/python2.7/site-packages/shade/_adapter.py", line 158, in request return self._munch_response(response, error_message=error_message) File "/usr/lib/python2.7/site-packages/shade/_adapter.py", line 114, in _munch_response exc.raise_from_response(response, error_message=error_message) File "/usr/lib/python2.7/site-packages/shade/exc.py", line 165, in raise_from_response raise OpenStackCloudHTTPError(msg, response=response) OpenStackCloudHTTPError: Error deleting router 8b254875-08ae-4a93-8f2f-7d8064451ba9. (409) Client Error for url: http://172.30.9.21:9696/v2.0/routers/8b254875-08ae-4a93-8f2f-7d8064451ba9.json Router 8b254875-08ae-4a93-8f2f-7d8064451ba9 still has ports 2018-08-12 06:59:38,910 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 06:59:38,914 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}de50214a63e2e3772c6ef184e2d6422db7225150" 2018-08-12 06:59:39,104 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1191 Content-Type: application/json X-Openstack-Request-Id: req-9e163493-60fa-459f-9fba-466a944961bb Date: Sun, 12 Aug 2018 06:59:39 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/068108e8-f122-4c3d-adda-da1e4d286403/snap", "metadata": {}}], "file": "/v2/images/068108e8-f122-4c3d-adda-da1e4d286403/file", "owner": "ff7abd7bb61f4f2889831e932d65dc2e", "id": "068108e8-f122-4c3d-adda-da1e4d286403", "size": 263062016, "self": "/v2/images/068108e8-f122-4c3d-adda-da1e4d286403", "disk_format": "qcow2", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/068108e8-f122-4c3d-adda-da1e4d286403/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "c32842906fda865db9034d5a3159ad979a5432d2fec0864c6f6bed7b7de7338e", "updated_at": "2018-08-12T06:20:02Z", "visibility": "private", "owner_specified.shade.object": "images/vmtp-img_0888abd2-2765-41a2-9cf5-24a1755ef722", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "81360220b4382d4b91eef0ebaf46a661", "name": "vmtp-img_0888abd2-2765-41a2-9cf5-24a1755ef722", "checksum": "81360220b4382d4b91eef0ebaf46a661", "created_at": "2018-08-12T06:19:58Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 06:59:39,104 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-9e163493-60fa-459f-9fba-466a944961bb 2018-08-12 06:59:39,105 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.194118022919s 2018-08-12 06:59:39,105 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-9e163493-60fa-459f-9fba-466a944961bb 2018-08-12 06:59:39,106 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-12 06:59:39,110 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9292/v2/images/068108e8-f122-4c3d-adda-da1e4d286403 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}de50214a63e2e3772c6ef184e2d6422db7225150" 2018-08-12 06:59:39,628 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-33a36a9b-e2f0-4dc6-b2bc-c4cfb3ea7e51 Date: Sun, 12 Aug 2018 06:59: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 06:59:39,629 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/068108e8-f122-4c3d-adda-da1e4d286403 used request id req-33a36a9b-e2f0-4dc6-b2bc-c4cfb3ea7e51 2018-08-12 06:59:39,629 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.522094011307s 2018-08-12 06:59:39,629 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/068108e8-f122-4c3d-adda-da1e4d286403 used request id req-33a36a9b-e2f0-4dc6-b2bc-c4cfb3ea7e51 2018-08-12 06:59:39,629 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-12 06:59:39,632 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}e231de43537beae2edde3c30185c1570c9f98f5f" 2018-08-12 06:59:39,822 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 06:59: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-e88a473b-f589-4b1b-a0d1-20f17a89dc98 x-compute-request-id: req-e88a473b-f589-4b1b-a0d1-20f17a89dc98 Content-Encoding: gzip Content-Length: 305 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vmtp-flavor_0888abd2-2765-41a2-9cf5-24a1755ef722", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/4f082fab-f3fd-4a4a-931b-19cb0a4fafa2", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/4f082fab-f3fd-4a4a-931b-19cb0a4fafa2", "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": "4f082fab-f3fd-4a4a-931b-19cb0a4fafa2"}]} 2018-08-12 06:59:39,823 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-e88a473b-f589-4b1b-a0d1-20f17a89dc98 2018-08-12 06:59:39,823 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.193320035934s 2018-08-12 06:59:39,823 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-e88a473b-f589-4b1b-a0d1-20f17a89dc98 2018-08-12 06:59:39,825 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-12 06:59:39,828 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/flavors/4f082fab-f3fd-4a4a-931b-19cb0a4fafa2 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e231de43537beae2edde3c30185c1570c9f98f5f" 2018-08-12 06:59:39,885 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 06:59: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-a597a118-7009-44cd-956b-18bcd7bec367 x-compute-request-id: req-a597a118-7009-44cd-956b-18bcd7bec367 Content-Length: 0 Content-Type: application/json 2018-08-12 06:59:39,885 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/4f082fab-f3fd-4a4a-931b-19cb0a4fafa2 used request id req-a597a118-7009-44cd-956b-18bcd7bec367 2018-08-12 06:59:39,885 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0598809719086s 2018-08-12 06:59:39,885 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/4f082fab-f3fd-4a4a-931b-19cb0a4fafa2 used request id req-a597a118-7009-44cd-956b-18bcd7bec367 2018-08-12 06:59:39,886 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-12 06:59:39,890 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}e231de43537beae2edde3c30185c1570c9f98f5f" 2018-08-12 06:59:40,010 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 06:59:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4f3f012a-d327-4623-b0f9-cffec628cd33 Content-Encoding: gzip Content-Length: 832 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/105a247548624314b9228f85f6325f0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105a247548624314b9228f85f6325f0b", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/1c5de0eaa44543f08da6ad63a51594ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c5de0eaa44543f08da6ad63a51594ff", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/1d127b5b832547a88a547c116dfdd65b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d127b5b832547a88a547c116dfdd65b", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/1d5cfc170d624ce4ae53ae0507c8d517"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d5cfc170d624ce4ae53ae0507c8d517", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/2421820b75eb4d3ebd02830378d1377b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2421820b75eb4d3ebd02830378d1377b", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/40bd8ee54ecf44868cc83cede652c396"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40bd8ee54ecf44868cc83cede652c396", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/4f32fb8153854c4c9f5094b42b523f80"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f32fb8153854c4c9f5094b42b523f80", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7066130d08fb4db7bf4ab468de53933b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7066130d08fb4db7bf4ab468de53933b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/8d0898a83bcf4521bbc11501d5d7ac89"}, "domain_id": "1eec97585bde483292ece28ee11f4b8d", "enabled": true, "options": {}, "id": "8d0898a83bcf4521bbc11501d5d7ac89", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/9defcced327d476f8a3beab718a13da3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9defcced327d476f8a3beab718a13da3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/b80ee4f6992446e0879624dd436e99a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b80ee4f6992446e0879624dd436e99a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b86fd3e011324d398fcdb6f095a20a9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b86fd3e011324d398fcdb6f095a20a9d", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1701d2754064b5cadf765ea0806f9b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1701d2754064b5cadf765ea0806f9b2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/db4e7b8d76d549faa502716565c733dd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db4e7b8d76d549faa502716565c733dd", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "vmtp-user_0888abd2-2765-41a2-9cf5-24a1755ef722", "links": {"self": "http://172.30.9.21:5000/v3/users/ef0a9049fcff4999aaa9f643ee25bb83"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "ef0a9049fcff4999aaa9f643ee25bb83", "domain_id": "default", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-12 06:59:40,010 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-4f3f012a-d327-4623-b0f9-cffec628cd33 2018-08-12 06:59:40,010 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.123992919922s 2018-08-12 06:59:40,010 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-4f3f012a-d327-4623-b0f9-cffec628cd33 2018-08-12 06:59:40,016 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-12 06:59:40,020 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users/ef0a9049fcff4999aaa9f643ee25bb83 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e231de43537beae2edde3c30185c1570c9f98f5f" 2018-08-12 06:59:40,222 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 06:59:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dfa57ff7-8e8a-4962-a28e-ad00096f2ec3 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"user": {"name": "vmtp-user_0888abd2-2765-41a2-9cf5-24a1755ef722", "links": {"self": "http://172.30.9.21:5000/v3/users/ef0a9049fcff4999aaa9f643ee25bb83"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "ef0a9049fcff4999aaa9f643ee25bb83", "description": null}} 2018-08-12 06:59:40,222 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/ef0a9049fcff4999aaa9f643ee25bb83 used request id req-dfa57ff7-8e8a-4962-a28e-ad00096f2ec3 2018-08-12 06:59:40,222 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.205657958984s 2018-08-12 06:59:40,222 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/ef0a9049fcff4999aaa9f643ee25bb83 used request id req-dfa57ff7-8e8a-4962-a28e-ad00096f2ec3 2018-08-12 06:59:40,223 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-12 06:59:40,226 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/users/ef0a9049fcff4999aaa9f643ee25bb83 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e231de43537beae2edde3c30185c1570c9f98f5f" 2018-08-12 06:59:40,576 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 06:59:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-00254266-f003-4870-8e77-f1fcbfdbb565 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 06:59:40,576 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/ef0a9049fcff4999aaa9f643ee25bb83 used request id req-00254266-f003-4870-8e77-f1fcbfdbb565 2018-08-12 06:59:40,577 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.353507995605s 2018-08-12 06:59:40,577 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/ef0a9049fcff4999aaa9f643ee25bb83 used request id req-00254266-f003-4870-8e77-f1fcbfdbb565 2018-08-12 06:59:40,583 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-12 06:59:40,586 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}e231de43537beae2edde3c30185c1570c9f98f5f" 2018-08-12 06:59:40,682 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 06:59:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fa9fe30b-bad9-4fbb-9a8d-a95037294728 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8"}, "tags": [], "enabled": true, "id": "310f5853751a4c968f3eeb0a3d99a0a8", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "id": "a267b9a156244bb192691cff6e5f74fe", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: vmtp", "links": {"self": "http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e"}, "tags": [], "enabled": true, "id": "ff7abd7bb61f4f2889831e932d65dc2e", "parent_id": "default", "domain_id": "default", "name": "vmtp-project_0888abd2-2765-41a2-9cf5-24a1755ef722"}]} 2018-08-12 06:59:40,682 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-fa9fe30b-bad9-4fbb-9a8d-a95037294728 2018-08-12 06:59:40,682 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0987029075623s 2018-08-12 06:59:40,682 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-fa9fe30b-bad9-4fbb-9a8d-a95037294728 2018-08-12 06:59:40,687 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-12 06:59:40,690 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e231de43537beae2edde3c30185c1570c9f98f5f" 2018-08-12 06:59:40,868 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 06:59:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cc1d093b-816d-41fe-9b3d-3270b2363a3f 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 06:59:40,868 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e used request id req-cc1d093b-816d-41fe-9b3d-3270b2363a3f 2018-08-12 06:59:40,868 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.181141853333s 2018-08-12 06:59:40,868 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e used request id req-cc1d093b-816d-41fe-9b3d-3270b2363a3f 2018-08-12 06:59:40,871 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-12 06:59:40,875 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}e231de43537beae2edde3c30185c1570c9f98f5f" 2018-08-12 06:59:40,973 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 06:59:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7be4561b-b984-4e1d-ab0f-8878c302e7d5 Content-Encoding: gzip Content-Length: 351 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "5de767ab1b8f4da59b447ab5ac9d607c", "links": {"self": "http://172.30.9.21:5000/v3/roles/5de767ab1b8f4da59b447ab5ac9d607c"}, "name": "Member"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 06:59:40,974 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-7be4561b-b984-4e1d-ab0f-8878c302e7d5 2018-08-12 06:59:40,974 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.102155923843s 2018-08-12 06:59:40,974 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-7be4561b-b984-4e1d-ab0f-8878c302e7d5 2018-08-12 06:59:40,979 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.roles 2018-08-12 06:59:40,983 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/roles/5de767ab1b8f4da59b447ab5ac9d607c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e231de43537beae2edde3c30185c1570c9f98f5f" 2018-08-12 06:59:41,107 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 06:59:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8ff74f32-90bb-4b9e-a5a5-b1b09bf46fe3 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 06:59:41,107 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/5de767ab1b8f4da59b447ab5ac9d607c used request id req-8ff74f32-90bb-4b9e-a5a5-b1b09bf46fe3 2018-08-12 06:59:41,107 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.roles in 0.127922773361s 2018-08-12 06:59:41,108 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/5de767ab1b8f4da59b447ab5ac9d607c used request id req-8ff74f32-90bb-4b9e-a5a5-b1b09bf46fe3 2018-08-12 06:59:41,108 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 06:59:41,109 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}de50214a63e2e3772c6ef184e2d6422db7225150" 2018-08-12 06:59:41,202 - 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-02bc37d4-7bb0-47af-a949-47afe4e47a28 Date: Sun, 12 Aug 2018 06:59:41 GMT RESP BODY: {"error": {"message": "The request you have made requires authentication.", "code": 401, "title": "Unauthorized"}} 2018-08-12 06:59:41,202 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-02bc37d4-7bb0-47af-a949-47afe4e47a28 2018-08-12 06:59:41,203 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-08-12 06:59:41,215 - keystoneauth.session - DEBUG - Request returned failure status: 401 2018-08-12 06:59:41,216 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.107346057892s 2018-08-12 06:59:41,216 - xtesting.ci.run_tests - ERROR - The test case 'vmtp' failed. 2018-08-12 06:59:41,273 - xtesting.ci.run_tests - INFO - Loading test case 'shaker'... 2018-08-12 06:59:41,318 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-12 06:59:41,318 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-12 06:59:41,318 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-12 06:59:41,318 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-12 06:59:41,318 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-12 06:59:41,318 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-12 06:59:41,318 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-12 06:59:41,318 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-12 06:59:41,319 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-12 06:59:41,319 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-12 06:59:41,319 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-12 06:59:41,319 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-12 06:59:41,319 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-12 06:59:41,319 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-12 06:59:41,319 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-12 06:59:41,319 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-12 06:59:41,319 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-12 06:59:41,319 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-12 06:59:41,319 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-12 06:59:41,319 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-12 06:59:41,319 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-12 06:59:41,319 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-12 06:59:41,320 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-12 06:59:41,320 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-12 06:59:41,320 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-12 06:59:41,321 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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 06:59:41,326 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 06:59:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-21ee6447-f7f2-480c-87eb-d18731541c12 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 06:59:41,326 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-21ee6447-f7f2-480c-87eb-d18731541c12 2018-08-12 06:59:41,326 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-08-12 06:59:41,712 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T07:59:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["FtRwZe-6SHKjH-7e6qyX3w"], "issued_at": "2018-08-12T06:59:41.000000Z"}} 2018-08-12 06:59:41,715 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 06:59:41,716 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}180ecda2fd59d30e7e429c0784b0645e705fe808" 2018-08-12 06:59:41,970 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-3da427de-cdfd-4a12-b293-d7b4513073f4 Date: Sun, 12 Aug 2018 06:59:41 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":7,"port_security_enabled":true,"mtu":1500,"id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"310f5853751a4c968f3eeb0a3d99a0a8","status":"ACTIVE","subnets":["ec788992-fa73-45cc-a7d9-6d44542124c2"],"description":"","tags":[],"updated_at":"2018-08-12T05:35:20Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"310f5853751a4c968f3eeb0a3d99a0a8","created_at":"2018-08-12T05:04:23Z","provider:network_type":"flat"}]} 2018-08-12 06:59:41,970 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-3da427de-cdfd-4a12-b293-d7b4513073f4 2018-08-12 06:59:41,970 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.254745960236s 2018-08-12 06:59:41,970 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-3da427de-cdfd-4a12-b293-d7b4513073f4 2018-08-12 06:59:41,974 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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 06:59:41,979 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 06:59:41 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 06:59:41,980 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-12 06:59:41,983 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}180ecda2fd59d30e7e429c0784b0645e705fe808" 2018-08-12 06:59:42,082 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 06:59:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c255d093-8396-4059-b9b0-419688ce7222 Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.21:5000/v3/domains/1eec97585bde483292ece28ee11f4b8d"}, "tags": [], "enabled": true, "id": "1eec97585bde483292ece28ee11f4b8d", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains", "previous": null, "next": null}} 2018-08-12 06:59:42,082 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-c255d093-8396-4059-b9b0-419688ce7222 2018-08-12 06:59:42,082 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.101891994476s 2018-08-12 06:59:42,083 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-c255d093-8396-4059-b9b0-419688ce7222 2018-08-12 06:59:42,090 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-12 06:59:42,093 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}180ecda2fd59d30e7e429c0784b0645e705fe808" -d '{"project": {"description": "Created by OPNFV Functest: shaker", "enabled": true, "domain_id": "default", "name": "shaker-project_7a2f8673-21ac-460d-8307-4a56ba649122"}}' 2018-08-12 06:59:42,221 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 06:59:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-41cc3797-70d9-4d25-b3f4-4ce502f02c93 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.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363"}, "tags": [], "enabled": true, "id": "5fe28c13d4d74ba2be8d019ac1ea6363", "parent_id": "default", "domain_id": "default", "name": "shaker-project_7a2f8673-21ac-460d-8307-4a56ba649122"}} 2018-08-12 06:59:42,222 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-41cc3797-70d9-4d25-b3f4-4ce502f02c93 2018-08-12 06:59:42,222 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.131903171539s 2018-08-12 06:59:42,222 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-41cc3797-70d9-4d25-b3f4-4ce502f02c93 2018-08-12 06:59:42,223 - 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'5fe28c13d4d74ba2be8d019ac1ea6363', '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_7a2f8673-21ac-460d-8307-4a56ba649122'}) 2018-08-12 06:59:42,229 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-12 06:59:42,232 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}180ecda2fd59d30e7e429c0784b0645e705fe808" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "2aea9519-a319-4b97-afc6-62c47b5fdb0a", "email": null, "name": "shaker-user_7a2f8673-21ac-460d-8307-4a56ba649122"}}' 2018-08-12 06:59:42,598 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 06:59:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-15932830-52e1-432b-9982-2d25971f38da Content-Length: 321 Content-Type: application/json RESP BODY: {"user": {"name": "shaker-user_7a2f8673-21ac-460d-8307-4a56ba649122", "links": {"self": "http://172.30.9.21:5000/v3/users/116c98871f324c4d9ecc98b13e13b8f6"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "116c98871f324c4d9ecc98b13e13b8f6", "domain_id": "default", "password_expires_at": null}} 2018-08-12 06:59:42,598 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/users used request id req-15932830-52e1-432b-9982-2d25971f38da 2018-08-12 06:59:42,598 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.369273900986s 2018-08-12 06:59:42,599 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/users used request id req-15932830-52e1-432b-9982-2d25971f38da 2018-08-12 06:59:42,600 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'116c98871f324c4d9ecc98b13e13b8f6', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'shaker-user_7a2f8673-21ac-460d-8307-4a56ba649122'}) 2018-08-12 06:59:42,603 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-12 06:59:42,606 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}180ecda2fd59d30e7e429c0784b0645e705fe808" 2018-08-12 06:59:42,700 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 06:59:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8aee1cc9-1a25-4811-bec1-479c50783481 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 06:59:42,701 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-8aee1cc9-1a25-4811-bec1-479c50783481 2018-08-12 06:59:42,701 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0974860191345s 2018-08-12 06:59:42,701 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-8aee1cc9-1a25-4811-bec1-479c50783481 2018-08-12 06:59:42,705 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-12 06:59:42,709 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}180ecda2fd59d30e7e429c0784b0645e705fe808" 2018-08-12 06:59:42,803 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 06:59:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-25994799-32a6-448d-8ef7-c5e0704a0f87 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 06:59:42,803 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-25994799-32a6-448d-8ef7-c5e0704a0f87 2018-08-12 06:59:42,803 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0976748466492s 2018-08-12 06:59:42,804 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-25994799-32a6-448d-8ef7-c5e0704a0f87 2018-08-12 06:59:42,805 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-08-12 06:59:42,808 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.roles 2018-08-12 06:59:42,812 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}180ecda2fd59d30e7e429c0784b0645e705fe808" -d '{"role": {"name": "Member"}}' 2018-08-12 06:59:42,927 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 06:59:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-020ce998-43e1-4966-83c9-d207ee3fc0ab Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "368765b83ea8490ea55e3a7fada8a086", "links": {"self": "http://172.30.9.21:5000/v3/roles/368765b83ea8490ea55e3a7fada8a086"}, "name": "Member"}} 2018-08-12 06:59:42,927 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-020ce998-43e1-4966-83c9-d207ee3fc0ab 2018-08-12 06:59:42,927 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.roles in 0.118889093399s 2018-08-12 06:59:42,928 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-020ce998-43e1-4966-83c9-d207ee3fc0ab 2018-08-12 06:59:42,928 - functest.core.tenantnetwork - DEBUG - role: Munch({'properties': {}, 'location': Munch({'project': Munch({'domain_id': None, 'id': None, 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': None, 'name': u'Member', 'id': u'368765b83ea8490ea55e3a7fada8a086'}) 2018-08-12 06:59:42,931 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-12 06:59:42,934 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}180ecda2fd59d30e7e429c0784b0645e705fe808" 2018-08-12 06:59:43,020 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 06:59:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-801bd880-f775-45b6-aa60-03807334a90e Content-Encoding: gzip Content-Length: 353 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "368765b83ea8490ea55e3a7fada8a086", "links": {"self": "http://172.30.9.21:5000/v3/roles/368765b83ea8490ea55e3a7fada8a086"}, "name": "Member"}, {"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 06:59:43,021 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-801bd880-f775-45b6-aa60-03807334a90e 2018-08-12 06:59:43,021 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0892851352692s 2018-08-12 06:59:43,021 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-801bd880-f775-45b6-aa60-03807334a90e 2018-08-12 06:59:43,026 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-12 06:59:43,029 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}180ecda2fd59d30e7e429c0784b0645e705fe808" 2018-08-12 06:59:43,049 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 06:59:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f65fae3a-6b57-40bd-a3bc-e24301c4e4a4 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-12 06:59:43,049 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-f65fae3a-6b57-40bd-a3bc-e24301c4e4a4 2018-08-12 06:59:43,049 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0231490135193s 2018-08-12 06:59:43,049 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-f65fae3a-6b57-40bd-a3bc-e24301c4e4a4 2018-08-12 06:59:43,050 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-12 06:59:43,053 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}180ecda2fd59d30e7e429c0784b0645e705fe808" 2018-08-12 06:59:43,163 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 06:59:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-11accd1d-e65d-474b-8b8f-204946c79f2f Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/105a247548624314b9228f85f6325f0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105a247548624314b9228f85f6325f0b", "email": "nova@localhost", "password_expires_at": null}, {"name": "shaker-user_7a2f8673-21ac-460d-8307-4a56ba649122", "links": {"self": "http://172.30.9.21:5000/v3/users/116c98871f324c4d9ecc98b13e13b8f6"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "116c98871f324c4d9ecc98b13e13b8f6", "domain_id": "default", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/1c5de0eaa44543f08da6ad63a51594ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c5de0eaa44543f08da6ad63a51594ff", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/1d127b5b832547a88a547c116dfdd65b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d127b5b832547a88a547c116dfdd65b", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/1d5cfc170d624ce4ae53ae0507c8d517"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d5cfc170d624ce4ae53ae0507c8d517", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/2421820b75eb4d3ebd02830378d1377b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2421820b75eb4d3ebd02830378d1377b", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/40bd8ee54ecf44868cc83cede652c396"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40bd8ee54ecf44868cc83cede652c396", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/4f32fb8153854c4c9f5094b42b523f80"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f32fb8153854c4c9f5094b42b523f80", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7066130d08fb4db7bf4ab468de53933b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7066130d08fb4db7bf4ab468de53933b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/8d0898a83bcf4521bbc11501d5d7ac89"}, "domain_id": "1eec97585bde483292ece28ee11f4b8d", "enabled": true, "options": {}, "id": "8d0898a83bcf4521bbc11501d5d7ac89", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/9defcced327d476f8a3beab718a13da3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9defcced327d476f8a3beab718a13da3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/b80ee4f6992446e0879624dd436e99a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b80ee4f6992446e0879624dd436e99a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b86fd3e011324d398fcdb6f095a20a9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b86fd3e011324d398fcdb6f095a20a9d", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1701d2754064b5cadf765ea0806f9b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1701d2754064b5cadf765ea0806f9b2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/db4e7b8d76d549faa502716565c733dd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db4e7b8d76d549faa502716565c733dd", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-12 06:59:43,163 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-11accd1d-e65d-474b-8b8f-204946c79f2f 2018-08-12 06:59:43,163 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.113034009933s 2018-08-12 06:59:43,164 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-11accd1d-e65d-474b-8b8f-204946c79f2f 2018-08-12 06:59:43,175 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-12 06:59:43,178 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}180ecda2fd59d30e7e429c0784b0645e705fe808" 2018-08-12 06:59:43,273 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 06:59:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3271eb30-f266-4d95-b0e1-9ad0224f8a69 Content-Encoding: gzip Content-Length: 394 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8"}, "tags": [], "enabled": true, "id": "310f5853751a4c968f3eeb0a3d99a0a8", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: shaker", "links": {"self": "http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363"}, "tags": [], "enabled": true, "id": "5fe28c13d4d74ba2be8d019ac1ea6363", "parent_id": "default", "domain_id": "default", "name": "shaker-project_7a2f8673-21ac-460d-8307-4a56ba649122"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "id": "a267b9a156244bb192691cff6e5f74fe", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-08-12 06:59:43,274 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-3271eb30-f266-4d95-b0e1-9ad0224f8a69 2018-08-12 06:59:43,274 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0985591411591s 2018-08-12 06:59:43,274 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-3271eb30-f266-4d95-b0e1-9ad0224f8a69 2018-08-12 06:59:43,282 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-12 06:59:43,285 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:5000/v3/role_assignments?user.id=116c98871f324c4d9ecc98b13e13b8f6&role.id=368765b83ea8490ea55e3a7fada8a086&scope.project.id=5fe28c13d4d74ba2be8d019ac1ea6363" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}180ecda2fd59d30e7e429c0784b0645e705fe808" 2018-08-12 06:59:43,388 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 06:59:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a8ff39f6-eb2f-4094-aa6a-5753c598c1d1 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.21:5000/v3/role_assignments?user.id=116c98871f324c4d9ecc98b13e13b8f6&role.id=368765b83ea8490ea55e3a7fada8a086&scope.project.id=5fe28c13d4d74ba2be8d019ac1ea6363", "previous": null, "next": null}} 2018-08-12 06:59:43,388 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=116c98871f324c4d9ecc98b13e13b8f6&role.id=368765b83ea8490ea55e3a7fada8a086&scope.project.id=5fe28c13d4d74ba2be8d019ac1ea6363 used request id req-a8ff39f6-eb2f-4094-aa6a-5753c598c1d1 2018-08-12 06:59:43,388 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.10639500618s 2018-08-12 06:59:43,388 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=116c98871f324c4d9ecc98b13e13b8f6&role.id=368765b83ea8490ea55e3a7fada8a086&scope.project.id=5fe28c13d4d74ba2be8d019ac1ea6363 used request id req-a8ff39f6-eb2f-4094-aa6a-5753c598c1d1 2018-08-12 06:59:43,391 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-12 06:59:43,395 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363/users/116c98871f324c4d9ecc98b13e13b8f6/roles/368765b83ea8490ea55e3a7fada8a086 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}180ecda2fd59d30e7e429c0784b0645e705fe808" 2018-08-12 06:59:43,511 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 06:59:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0e07c8e9-abc8-4ee0-afb1-8f2df3d98bea 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 06:59:43,511 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363/users/116c98871f324c4d9ecc98b13e13b8f6/roles/368765b83ea8490ea55e3a7fada8a086 used request id req-0e07c8e9-abc8-4ee0-afb1-8f2df3d98bea 2018-08-12 06:59:43,511 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.119710922241s 2018-08-12 06:59:43,512 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363/users/116c98871f324c4d9ecc98b13e13b8f6/roles/368765b83ea8490ea55e3a7fada8a086 used request id req-0e07c8e9-abc8-4ee0-afb1-8f2df3d98bea 2018-08-12 06:59:43,512 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'shaker-project_7a2f8673-21ac-460d-8307-4a56ba649122', 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'5fe28c13d4d74ba2be8d019ac1ea6363', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.50', 'password': '2aea9519-a319-4b97-afc6-62c47b5fdb0a', 'username': u'shaker-user_7a2f8673-21ac-460d-8307-4a56ba649122', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.21: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 06:59:43,514 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-12 06:59:43,514 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-12 06:59:43,514 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-12 06:59:43,514 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-12 06:59:43,514 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-12 06:59:43,514 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-12 06:59:43,514 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-12 06:59:43,514 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-12 06:59:43,515 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-12 06:59:43,515 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-12 06:59:43,515 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-12 06:59:43,515 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-12 06:59:43,515 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-12 06:59:43,515 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-12 06:59:43,515 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-12 06:59:43,515 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-12 06:59:43,515 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-12 06:59:43,516 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-12 06:59:43,516 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-12 06:59:43,516 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-12 06:59:43,516 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-12 06:59:43,516 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-12 06:59:43,516 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-12 06:59:43,516 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-12 06:59:43,516 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-12 06:59:43,518 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'shaker-user_7a2f8673-21ac-460d-8307-4a56ba649122', 'password': '2aea9519-a319-4b97-afc6-62c47b5fdb0a', 'project_name': 'shaker-project_7a2f8673-21ac-460d-8307-4a56ba649122', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.21:5000//v3', 'project_id': '5fe28c13d4d74ba2be8d019ac1ea6363', 'project_domain_name': 'Default'} 2018-08-12 06:59:43,518 - xtesting.ci.run_tests - INFO - Running test case 'shaker'... 2018-08-12 06:59:43,520 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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 06:59:43,526 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 06:59:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a9683c51-fe05-4315-936d-c046c260d3fe Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 06:59:43,527 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-a9683c51-fe05-4315-936d-c046c260d3fe 2018-08-12 06:59:43,527 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-08-12 06:59:43,921 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "368765b83ea8490ea55e3a7fada8a086", "name": "Member"}], "expires_at": "2018-08-12T07:59:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5fe28c13d4d74ba2be8d019ac1ea6363", "name": "shaker-project_7a2f8673-21ac-460d-8307-4a56ba649122"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/5fe28c13d4d74ba2be8d019ac1ea6363", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/5fe28c13d4d74ba2be8d019ac1ea6363", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/5fe28c13d4d74ba2be8d019ac1ea6363", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_5fe28c13d4d74ba2be8d019ac1ea6363", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_5fe28c13d4d74ba2be8d019ac1ea6363", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/5fe28c13d4d74ba2be8d019ac1ea6363", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/5fe28c13d4d74ba2be8d019ac1ea6363", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/5fe28c13d4d74ba2be8d019ac1ea6363", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/5fe28c13d4d74ba2be8d019ac1ea6363", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/5fe28c13d4d74ba2be8d019ac1ea6363", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/5fe28c13d4d74ba2be8d019ac1ea6363", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/5fe28c13d4d74ba2be8d019ac1ea6363", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/5fe28c13d4d74ba2be8d019ac1ea6363", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/5fe28c13d4d74ba2be8d019ac1ea6363", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "shaker-user_7a2f8673-21ac-460d-8307-4a56ba649122", "id": "116c98871f324c4d9ecc98b13e13b8f6"}, "audit_ids": ["e2U1ejsFQCyYvb-ZKDxKng"], "issued_at": "2018-08-12T06:59:43.000000Z"}} 2018-08-12 06:59:43,924 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-12 06:59:43,924 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a224d027bc12979b87eaf29ef961ad0e58a40af8" -d '{"network": {"name": "shaker-net_7a2f8673-21ac-460d-8307-4a56ba649122", "admin_state_up": true}}' 2018-08-12 06:59:44,596 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 584 X-Openstack-Request-Id: req-16c6a53f-6d8f-4f88-950f-00495e60326c Date: Sun, 12 Aug 2018 06:59:44 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"5fe28c13d4d74ba2be8d019ac1ea6363","created_at":"2018-08-12T06:59:44Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T06:59:44Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"5fe28c13d4d74ba2be8d019ac1ea6363","id":"7c0f80ac-cbca-4bd9-b3d6-39ca649e0bc5","name":"shaker-net_7a2f8673-21ac-460d-8307-4a56ba649122"}} 2018-08-12 06:59:44,597 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-16c6a53f-6d8f-4f88-950f-00495e60326c 2018-08-12 06:59:44,597 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.672810077667s 2018-08-12 06:59:44,597 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-16c6a53f-6d8f-4f88-950f-00495e60326c 2018-08-12 06:59:44,597 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-12T06:59:44Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'id': u'7c0f80ac-cbca-4bd9-b3d6-39ca649e0bc5', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'shaker-net_7a2f8673-21ac-460d-8307-4a56ba649122', u'admin_state_up': True, u'tenant_id': u'5fe28c13d4d74ba2be8d019ac1ea6363', u'created_at': u'2018-08-12T06:59:44Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'5fe28c13d4d74ba2be8d019ac1ea6363'}) 2018-08-12 06:59:44,598 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 06:59:44,599 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a224d027bc12979b87eaf29ef961ad0e58a40af8" 2018-08-12 06:59:44,892 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1144 X-Openstack-Request-Id: req-174ab86b-4712-49a5-a425-7e111372d4d8 Date: Sun, 12 Aug 2018 06:59: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":["ec788992-fa73-45cc-a7d9-6d44542124c2"],"updated_at":"2018-08-12T05:35:20Z","tenant_id":"310f5853751a4c968f3eeb0a3d99a0a8","created_at":"2018-08-12T05:04:23Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":7,"admin_state_up":true,"shared":false,"project_id":"310f5853751a4c968f3eeb0a3d99a0a8","id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","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-12T06:59:44Z","tenant_id":"5fe28c13d4d74ba2be8d019ac1ea6363","created_at":"2018-08-12T06:59:44Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"5fe28c13d4d74ba2be8d019ac1ea6363","id":"7c0f80ac-cbca-4bd9-b3d6-39ca649e0bc5","name":"shaker-net_7a2f8673-21ac-460d-8307-4a56ba649122"}]} 2018-08-12 06:59:44,892 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-174ab86b-4712-49a5-a425-7e111372d4d8 2018-08-12 06:59:44,892 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.29403090477s 2018-08-12 06:59:44,893 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-174ab86b-4712-49a5-a425-7e111372d4d8 2018-08-12 06:59:44,894 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-12 06:59:44,895 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}a224d027bc12979b87eaf29ef961ad0e58a40af8" -d '{"subnet": {"name": "shaker-subnet_7a2f8673-21ac-460d-8307-4a56ba649122", "enable_dhcp": true, "network_id": "7c0f80ac-cbca-4bd9-b3d6-39ca649e0bc5", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-12 06:59:45,985 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-be700a96-009e-43a0-8843-7ac692adc5b0 Date: Sun, 12 Aug 2018 06:59:45 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7c0f80ac-cbca-4bd9-b3d6-39ca649e0bc5","tenant_id":"5fe28c13d4d74ba2be8d019ac1ea6363","created_at":"2018-08-12T06:59:45Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-12T06:59:45Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"5fe28c13d4d74ba2be8d019ac1ea6363","id":"3f277685-84e1-4400-a2ea-7bd9bc304b58","subnetpool_id":null,"name":"shaker-subnet_7a2f8673-21ac-460d-8307-4a56ba649122"}} 2018-08-12 06:59:45,985 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-be700a96-009e-43a0-8843-7ac692adc5b0 2018-08-12 06:59:45,986 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.09132194519s 2018-08-12 06:59:45,986 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-be700a96-009e-43a0-8843-7ac692adc5b0 2018-08-12 06:59:45,986 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-12T06:59:45Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'3f277685-84e1-4400-a2ea-7bd9bc304b58', u'subnetpool_id': None, u'service_types': [], u'name': u'shaker-subnet_7a2f8673-21ac-460d-8307-4a56ba649122', u'enable_dhcp': True, u'network_id': u'7c0f80ac-cbca-4bd9-b3d6-39ca649e0bc5', u'tenant_id': u'5fe28c13d4d74ba2be8d019ac1ea6363', u'created_at': u'2018-08-12T06:59:45Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'5fe28c13d4d74ba2be8d019ac1ea6363'}) 2018-08-12 06:59:45,987 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-12 06:59:45,987 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}a224d027bc12979b87eaf29ef961ad0e58a40af8" -d '{"router": {"external_gateway_info": {"network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3"}, "name": "shaker-router_7a2f8673-21ac-460d-8307-4a56ba649122", "admin_state_up": true}}' 2018-08-12 06:59:47,299 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 617 X-Openstack-Request-Id: req-e9e890b1-4ce8-4786-9e8a-9c64ebe84757 Date: Sun, 12 Aug 2018 06:59:47 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ec788992-fa73-45cc-a7d9-6d44542124c2", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "created_at": "2018-08-12T06:59:46Z", "admin_state_up": true, "updated_at": "2018-08-12T06:59:47Z", "revision_number": 2, "routes": [], "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "id": "4e0e15e8-9674-4553-8b84-58abb7d659f6", "name": "shaker-router_7a2f8673-21ac-460d-8307-4a56ba649122"}} 2018-08-12 06:59:47,299 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-e9e890b1-4ce8-4786-9e8a-9c64ebe84757 2018-08-12 06:59:47,299 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.31192111969s 2018-08-12 06:59:47,299 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-e9e890b1-4ce8-4786-9e8a-9c64ebe84757 2018-08-12 06:59:47,300 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'03886690-4630-4c4c-9ccb-7eedaa9b1fd3', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'ec788992-fa73-45cc-a7d9-6d44542124c2', u'ip_address': u'172.30.9.200'}]}, u'description': u'', u'tags': [], u'tenant_id': u'5fe28c13d4d74ba2be8d019ac1ea6363', u'created_at': u'2018-08-12T06:59:46Z', u'admin_state_up': True, u'updated_at': u'2018-08-12T06:59:47Z', u'revision_number': 2, u'routes': [], u'project_id': u'5fe28c13d4d74ba2be8d019ac1ea6363', u'id': u'4e0e15e8-9674-4553-8b84-58abb7d659f6', u'name': u'shaker-router_7a2f8673-21ac-460d-8307-4a56ba649122'}) 2018-08-12 06:59:47,300 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-12 06:59:47,301 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/4e0e15e8-9674-4553-8b84-58abb7d659f6/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}a224d027bc12979b87eaf29ef961ad0e58a40af8" -d '{"subnet_id": "3f277685-84e1-4400-a2ea-7bd9bc304b58"}' 2018-08-12 06:59:49,301 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-372a5094-48ee-4744-b11d-7e7a476ba9e1 Date: Sun, 12 Aug 2018 06:59:49 GMT RESP BODY: {"network_id": "7c0f80ac-cbca-4bd9-b3d6-39ca649e0bc5", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "subnet_id": "3f277685-84e1-4400-a2ea-7bd9bc304b58", "subnet_ids": ["3f277685-84e1-4400-a2ea-7bd9bc304b58"], "port_id": "e341cba6-7ebe-4824-9b60-fc90801b8477", "id": "4e0e15e8-9674-4553-8b84-58abb7d659f6"} 2018-08-12 06:59:49,301 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/4e0e15e8-9674-4553-8b84-58abb7d659f6/add_router_interface.json used request id req-372a5094-48ee-4744-b11d-7e7a476ba9e1 2018-08-12 06:59:49,302 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.00116705894s 2018-08-12 06:59:49,302 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/4e0e15e8-9674-4553-8b84-58abb7d659f6/add_router_interface.json used request id req-372a5094-48ee-4744-b11d-7e7a476ba9e1 returning object 4e0e15e8-9674-4553-8b84-58abb7d659f6 2018-08-12 06:59:49,302 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/shaker-image.qcow2 2018-08-12 06:59:52,889 - shade - DEBUG - Image file /home/opnfv/functest/images/shaker-image.qcow2 md5:cea74a063cc5ef2b018ec12beb0bf961 sha256:5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017 2018-08-12 06:59:52,891 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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 06:59:52,896 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Sun, 12 Aug 2018 06:59:52 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}]} 2018-08-12 06:59:52,901 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 06:59:52,905 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a224d027bc12979b87eaf29ef961ad0e58a40af8" 2018-08-12 06:59:53,117 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-fc2b2caa-59f8-4690-b820-e9e98fc87557 Date: Sun, 12 Aug 2018 06:59:53 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 06:59:53,117 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-fc2b2caa-59f8-4690-b820-e9e98fc87557 2018-08-12 06:59:53,117 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.216203212738s 2018-08-12 06:59:53,118 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-fc2b2caa-59f8-4690-b820-e9e98fc87557 2018-08-12 06:59:53,125 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-12 06:59:53,129 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a224d027bc12979b87eaf29ef961ad0e58a40af8" -d '{"owner_specified.shade.md5": "cea74a063cc5ef2b018ec12beb0bf961", "owner_specified.shade.sha256": "5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017", "owner_specified.shade.object": "images/shaker-img_7a2f8673-21ac-460d-8307-4a56ba649122", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "shaker-img_7a2f8673-21ac-460d-8307-4a56ba649122"}' 2018-08-12 06:59:53,382 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 864 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/40b57b03-47f6-4c91-9706-190fddde62de Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-24d18bdf-88fb-4479-8c39-cfe7b7df833c Date: Sun, 12 Aug 2018 06:59:53 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/40b57b03-47f6-4c91-9706-190fddde62de/file", "owner": "5fe28c13d4d74ba2be8d019ac1ea6363", "id": "40b57b03-47f6-4c91-9706-190fddde62de", "size": null, "self": "/v2/images/40b57b03-47f6-4c91-9706-190fddde62de", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017", "updated_at": "2018-08-12T06:59:53Z", "visibility": "private", "owner_specified.shade.object": "images/shaker-img_7a2f8673-21ac-460d-8307-4a56ba649122", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "cea74a063cc5ef2b018ec12beb0bf961", "name": "shaker-img_7a2f8673-21ac-460d-8307-4a56ba649122", "checksum": null, "created_at": "2018-08-12T06:59:53Z", "protected": false} 2018-08-12 06:59:53,382 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-24d18bdf-88fb-4479-8c39-cfe7b7df833c 2018-08-12 06:59:53,382 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.256783008575s 2018-08-12 06:59:53,382 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-24d18bdf-88fb-4479-8c39-cfe7b7df833c returning object 40b57b03-47f6-4c91-9706-190fddde62de 2018-08-12 06:59:53,383 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-12 06:59:53,387 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9292/v2/images/40b57b03-47f6-4c91-9706-190fddde62de/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}a224d027bc12979b87eaf29ef961ad0e58a40af8" -d '' 2018-08-12 07:00:02,064 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-511c0470-64af-472e-833a-bdc5384f9f66 Date: Sun, 12 Aug 2018 07:00: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 07:00:02,064 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/40b57b03-47f6-4c91-9706-190fddde62de/file used request id req-511c0470-64af-472e-833a-bdc5384f9f66 2018-08-12 07:00:02,065 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 8.68154287338s 2018-08-12 07:00:02,065 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/40b57b03-47f6-4c91-9706-190fddde62de/file used request id req-511c0470-64af-472e-833a-bdc5384f9f66 2018-08-12 07:00:02,069 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 07:00:02,073 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a224d027bc12979b87eaf29ef961ad0e58a40af8" 2018-08-12 07:00:02,287 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1195 Content-Type: application/json X-Openstack-Request-Id: req-c6177877-8e9c-46cf-b244-4af0000e5f1a Date: Sun, 12 Aug 2018 07:00:02 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/40b57b03-47f6-4c91-9706-190fddde62de/snap", "metadata": {}}], "file": "/v2/images/40b57b03-47f6-4c91-9706-190fddde62de/file", "owner": "5fe28c13d4d74ba2be8d019ac1ea6363", "id": "40b57b03-47f6-4c91-9706-190fddde62de", "size": 666173440, "self": "/v2/images/40b57b03-47f6-4c91-9706-190fddde62de", "disk_format": "qcow2", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/40b57b03-47f6-4c91-9706-190fddde62de/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017", "updated_at": "2018-08-12T07:00:01Z", "visibility": "private", "owner_specified.shade.object": "images/shaker-img_7a2f8673-21ac-460d-8307-4a56ba649122", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "cea74a063cc5ef2b018ec12beb0bf961", "name": "shaker-img_7a2f8673-21ac-460d-8307-4a56ba649122", "checksum": "cea74a063cc5ef2b018ec12beb0bf961", "created_at": "2018-08-12T06:59:53Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 07:00:02,287 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-c6177877-8e9c-46cf-b244-4af0000e5f1a 2018-08-12 07:00:02,287 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.217866182327s 2018-08-12 07:00:02,287 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-c6177877-8e9c-46cf-b244-4af0000e5f1a 2018-08-12 07:00:02,289 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://b36631de-8836-42ae-a808-b5158928754c/images/40b57b03-47f6-4c91-9706-190fddde62de/snap', u'metadata': Munch({})})], 'file': u'/v2/images/40b57b03-47f6-4c91-9706-190fddde62de/file', 'owner': u'5fe28c13d4d74ba2be8d019ac1ea6363', 'id': u'40b57b03-47f6-4c91-9706-190fddde62de', 'size': 666173440, u'self': u'/v2/images/40b57b03-47f6-4c91-9706-190fddde62de', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'5fe28c13d4d74ba2be8d019ac1ea6363', 'name': 'shaker-project_7a2f8673-21ac-460d-8307-4a56ba649122', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://b36631de-8836-42ae-a808-b5158928754c/images/40b57b03-47f6-4c91-9706-190fddde62de/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-12T07:00:01Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-12T07:00:01Z', u'owner_specified.shade.sha256': u'5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017', u'owner_specified.shade.object': u'images/shaker-img_7a2f8673-21ac-460d-8307-4a56ba649122', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'cea74a063cc5ef2b018ec12beb0bf961', 'properties': {u'self': u'/v2/images/40b57b03-47f6-4c91-9706-190fddde62de', u'owner_specified.shade.md5': u'cea74a063cc5ef2b018ec12beb0bf961', u'owner_specified.shade.object': u'images/shaker-img_7a2f8673-21ac-460d-8307-4a56ba649122', u'owner_specified.shade.sha256': u'5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017', u'schema': u'/v2/schemas/image'}, 'name': u'shaker-img_7a2f8673-21ac-460d-8307-4a56ba649122', 'created': u'2018-08-12T06:59:53Z', 'checksum': u'cea74a063cc5ef2b018ec12beb0bf961', 'created_at': u'2018-08-12T06:59:53Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/40b57b03-47f6-4c91-9706-190fddde62de', u'owner_specified.shade.md5': u'cea74a063cc5ef2b018ec12beb0bf961', u'owner_specified.shade.object': u'images/shaker-img_7a2f8673-21ac-460d-8307-4a56ba649122', u'owner_specified.shade.sha256': u'5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017', u'schema': u'/v2/schemas/image'}}) 2018-08-12 07:00:02,290 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-12 07:00:02,293 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}180ecda2fd59d30e7e429c0784b0645e705fe808" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "shaker-flavor_7a2f8673-21ac-460d-8307-4a56ba649122", "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 07:00:02,524 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 07:00:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d414299c-4694-4a6d-9a6a-09a5c66f5130 x-compute-request-id: req-d414299c-4694-4a6d-9a6a-09a5c66f5130 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"name": "shaker-flavor_7a2f8673-21ac-460d-8307-4a56ba649122", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/c1e727b2-eeae-4042-b15d-509d52556df9", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/c1e727b2-eeae-4042-b15d-509d52556df9", "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": "c1e727b2-eeae-4042-b15d-509d52556df9"}} 2018-08-12 07:00:02,525 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-d414299c-4694-4a6d-9a6a-09a5c66f5130 2018-08-12 07:00:02,525 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.234493970871s 2018-08-12 07:00:02,525 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-d414299c-4694-4a6d-9a6a-09a5c66f5130 2018-08-12 07:00:02,526 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'shaker-flavor_7a2f8673-21ac-460d-8307-4a56ba649122', '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'a267b9a156244bb192691cff6e5f74fe', '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'c1e727b2-eeae-4042-b15d-509d52556df9', 'swap': 0}) 2018-08-12 07:00:02,526 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-12 07:00:02,529 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors/c1e727b2-eeae-4042-b15d-509d52556df9/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}180ecda2fd59d30e7e429c0784b0645e705fe808" -d '{"extra_specs": {}}' 2018-08-12 07:00:02,563 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 07:00:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-61ec8320-64e2-41e9-9878-69ba2216ae9f x-compute-request-id: req-61ec8320-64e2-41e9-9878-69ba2216ae9f Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-12 07:00:02,563 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/c1e727b2-eeae-4042-b15d-509d52556df9/os-extra_specs used request id req-61ec8320-64e2-41e9-9878-69ba2216ae9f 2018-08-12 07:00:02,564 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0370390415192s 2018-08-12 07:00:02,564 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/c1e727b2-eeae-4042-b15d-509d52556df9/os-extra_specs used request id req-61ec8320-64e2-41e9-9878-69ba2216ae9f 2018-08-12 07:00:02,564 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-12 07:00:02,567 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}a224d027bc12979b87eaf29ef961ad0e58a40af8" -d '{"keypair": {"name": "shaker-kp_7a2f8673-21ac-460d-8307-4a56ba649122"}}' 2018-08-12 07:00:02,870 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 07:00:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7748fad8-85da-4689-916b-49a64e142426 x-compute-request-id: req-7748fad8-85da-4689-916b-49a64e142426 Content-Encoding: gzip Content-Length: 1803 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDGH8vcUq1WXk3rd07FmxfpYYUwbfItybams9Khdtu1aP8Nvdjtuvqqa5ca/9aUVqXnzSlsr2K6DvNijBs5J4SnDrjTc3YFAmwYBkry1UC6xob2aFlK+zBUKO+u8wH0kPWDYRnr7TRoY+slC1sra9TlM12ZgKYMcwP+fiAoFMSGKWTwGHFPEKlH+6oEbkd3Hxl+52I8ioyzdLtRHHo7jSMuswIn5gCcTVCj0J6sXnoDviKZj38jzaegHnwtb7z/v0nVH9/Y1DLdJ8p/4YuaYIp4NOBQKNjYRZBg0xHJ8n1H0kdPx8wwY90yHDg+qOC588kuGRyDtzkC4rIWSTof/oNn Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEAxh/L3FKtVl5N63dOxZsX6WGFMG3yLcm2prPSoXbbtWj/Db3Y\n7br6qmuXGv/WlFal580pbK9iug7zYowbOSeEpw6403N2BQJsGAZK8tVAusaG9mhZ\nSvswVCjvrvMB9JD1g2EZ6+00aGPrJQtbK2vU5TNdmYCmDHMD/n4gKBTEhilk8Bhx\nTxCpR/uqBG5Hdx8ZfudiPIqMs3S7URx6O40jLrMCJ+YAnE1Qo9CerF56A74imY9/\nI82noB58LW+8/79J1R/f2NQy3SfKf+GLmmCKeDTgUCjY2EWQYNMRyfJ9R9JHT8fM\nMGPdMhw4PqjgufPJLhkcg7c5AuKyFkk6H/6DZwIDAQABAoIBADOAWHHxW/WzlfW7\nkdJ0OocEPqcULXwRj1VOMVafmwVRQdvEmftSO47JYQI3twPgckgLYNVL0hIjiMj5\nOqpkx2rVvN3aibdLpeWo3Rq6rJTgvnyXK37+RNXbvlJwAPYeKHP6bc6SXqk0MA/1\nH8Htye26qH4anw9lZohlKN7CZ0OoUa0ymBdhgFEOdMTXMzSJ32UPI81ksFcxtRmX\n2iO9vTZxAznMHfT4pnSY7Gk4OE56hwhUNlGpLhlgAhi3vEjaSZx9SGjCfWmyssKL\nO0po8xmpqyj7EKRIAF0tYWOsUTNp6OzTHfSpADFJUD2MsA5000DlxYRdETngkaR9\nzI5RK0ECgYEA8Bo53erqz2ZDQGfE3w4a9iOVoFfE1lGw7/Ihvjo029+VGJJKiW+6\nCU0Prt2QNA6UJBrMrdvcu1JM/JUf3R7HkclbBPKP1Kjesqei+RIXDTy0W77JMik8\nhSI8WnepSh6z+MA4V2FkmaZ/NKzaIDr0vxrhV+abAU8NYLzbzLZZjS8CgYEA0z4I\nVNllB3cbcW/C8/wk9UUZ9tc9mhKhxNRqig/Fx+/+Fxqi3Mznf6QunmOvDeV+TY3r\naSVTkFxF0LrYubOMJg/feCvjgFe/YPo8UiHMn0Y/8xER2NLZm+ggkLdcqWWpF1ct\nrctYobNDEcWquR2bp7ZlSynYJsSTkRulEljoj0kCgYAkVuPROZ/mWgTtt4btd5YP\nEN2xkfchtOWBu3Tt9KNRb+qB+Io9eOKAS+CGx9PufRJg0ImP+snStCcgx3U2I1Vz\nNDWJbyjjt9dU1NhuuBUzFK/7fsm2xNT7FW5rBtdhd3onuPgOCZiPRMrV7x9oZ2Pp\nlKjsg+OL9CoDLTJbLnIpUwKBgAr2WCZXFcgaZUEwxJQ2zJAx4tQNfXPmbaCySUka\n4m+qw6vdRQBiXc0g7w5nK+lztGc/6yyMtFZ0g2b+m0qfx7Ed98HbvTWm2BanRcQZ\nXu4RDjaF90AiSQqvNCluao+b5/d/Ha68M8BIdj2Q3Xg30iEU9RK+fCoe322TWrCm\nDoOJAoGAelAkbwI3B66yMoNmsUngbg7l56Z6JPPQ+0AzOxdEvFX15DLHIohAuD2B\nPr1qGePC6gfsGsqwYaJxf4dqoZ7RPzH08DguntUKKvVT60GJ3QOdkJNELNQ7nm6q\n/rMKRCl6u+yTps6c59m2f1vtTV5PRMOs06XYiThNRokKqoLOhEY=\n-----END RSA PRIVATE KEY-----\n", "user_id": "116c98871f324c4d9ecc98b13e13b8f6", "name": "shaker-kp_7a2f8673-21ac-460d-8307-4a56ba649122", "fingerprint": "d5:99:6d:6e:a6:f3:ad:69:64:3c:4d:61:33:e4:23:42"}} 2018-08-12 07:00:02,870 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-7748fad8-85da-4689-916b-49a64e142426 2018-08-12 07:00:02,870 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.305510997772s 2018-08-12 07:00:02,870 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-7748fad8-85da-4689-916b-49a64e142426 2018-08-12 07:00:02,871 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDGH8vcUq1WXk3rd07FmxfpYYUwbfItybams9Khdtu1aP8Nvdjtuvqqa5ca/9aUVqXnzSlsr2K6DvNijBs5J4SnDrjTc3YFAmwYBkry1UC6xob2aFlK+zBUKO+u8wH0kPWDYRnr7TRoY+slC1sra9TlM12ZgKYMcwP+fiAoFMSGKWTwGHFPEKlH+6oEbkd3Hxl+52I8ioyzdLtRHHo7jSMuswIn5gCcTVCj0J6sXnoDviKZj38jzaegHnwtb7z/v0nVH9/Y1DLdJ8p/4YuaYIp4NOBQKNjYRZBg0xHJ8n1H0kdPx8wwY90yHDg+qOC588kuGRyDtzkC4rIWSTof/oNn Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEAxh/L3FKtVl5N63dOxZsX6WGFMG3yLcm2prPSoXbbtWj/Db3Y\n7br6qmuXGv/WlFal580pbK9iug7zYowbOSeEpw6403N2BQJsGAZK8tVAusaG9mhZ\nSvswVCjvrvMB9JD1g2EZ6+00aGPrJQtbK2vU5TNdmYCmDHMD/n4gKBTEhilk8Bhx\nTxCpR/uqBG5Hdx8ZfudiPIqMs3S7URx6O40jLrMCJ+YAnE1Qo9CerF56A74imY9/\nI82noB58LW+8/79J1R/f2NQy3SfKf+GLmmCKeDTgUCjY2EWQYNMRyfJ9R9JHT8fM\nMGPdMhw4PqjgufPJLhkcg7c5AuKyFkk6H/6DZwIDAQABAoIBADOAWHHxW/WzlfW7\nkdJ0OocEPqcULXwRj1VOMVafmwVRQdvEmftSO47JYQI3twPgckgLYNVL0hIjiMj5\nOqpkx2rVvN3aibdLpeWo3Rq6rJTgvnyXK37+RNXbvlJwAPYeKHP6bc6SXqk0MA/1\nH8Htye26qH4anw9lZohlKN7CZ0OoUa0ymBdhgFEOdMTXMzSJ32UPI81ksFcxtRmX\n2iO9vTZxAznMHfT4pnSY7Gk4OE56hwhUNlGpLhlgAhi3vEjaSZx9SGjCfWmyssKL\nO0po8xmpqyj7EKRIAF0tYWOsUTNp6OzTHfSpADFJUD2MsA5000DlxYRdETngkaR9\nzI5RK0ECgYEA8Bo53erqz2ZDQGfE3w4a9iOVoFfE1lGw7/Ihvjo029+VGJJKiW+6\nCU0Prt2QNA6UJBrMrdvcu1JM/JUf3R7HkclbBPKP1Kjesqei+RIXDTy0W77JMik8\nhSI8WnepSh6z+MA4V2FkmaZ/NKzaIDr0vxrhV+abAU8NYLzbzLZZjS8CgYEA0z4I\nVNllB3cbcW/C8/wk9UUZ9tc9mhKhxNRqig/Fx+/+Fxqi3Mznf6QunmOvDeV+TY3r\naSVTkFxF0LrYubOMJg/feCvjgFe/YPo8UiHMn0Y/8xER2NLZm+ggkLdcqWWpF1ct\nrctYobNDEcWquR2bp7ZlSynYJsSTkRulEljoj0kCgYAkVuPROZ/mWgTtt4btd5YP\nEN2xkfchtOWBu3Tt9KNRb+qB+Io9eOKAS+CGx9PufRJg0ImP+snStCcgx3U2I1Vz\nNDWJbyjjt9dU1NhuuBUzFK/7fsm2xNT7FW5rBtdhd3onuPgOCZiPRMrV7x9oZ2Pp\nlKjsg+OL9CoDLTJbLnIpUwKBgAr2WCZXFcgaZUEwxJQ2zJAx4tQNfXPmbaCySUka\n4m+qw6vdRQBiXc0g7w5nK+lztGc/6yyMtFZ0g2b+m0qfx7Ed98HbvTWm2BanRcQZ\nXu4RDjaF90AiSQqvNCluao+b5/d/Ha68M8BIdj2Q3Xg30iEU9RK+fCoe322TWrCm\nDoOJAoGAelAkbwI3B66yMoNmsUngbg7l56Z6JPPQ+0AzOxdEvFX15DLHIohAuD2B\nPr1qGePC6gfsGsqwYaJxf4dqoZ7RPzH08DguntUKKvVT60GJ3QOdkJNELNQ7nm6q\n/rMKRCl6u+yTps6c59m2f1vtTV5PRMOs06XYiThNRokKqoLOhEY=\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'116c98871f324c4d9ecc98b13e13b8f6', 'name': u'shaker-kp_7a2f8673-21ac-460d-8307-4a56ba649122', 'created_at': '2018-08-12T07:00:02.871636', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'5fe28c13d4d74ba2be8d019ac1ea6363', 'name': 'shaker-project_7a2f8673-21ac-460d-8307-4a56ba649122', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'd5:99:6d:6e:a6:f3:ad:69:64:3c:4d:61:33:e4:23:42', 'type': 'ssh', 'id': u'shaker-kp_7a2f8673-21ac-460d-8307-4a56ba649122'}) 2018-08-12 07:00:02,872 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEogIBAAKCAQEAxh/L3FKtVl5N63dOxZsX6WGFMG3yLcm2prPSoXbbtWj/Db3Y 7br6qmuXGv/WlFal580pbK9iug7zYowbOSeEpw6403N2BQJsGAZK8tVAusaG9mhZ SvswVCjvrvMB9JD1g2EZ6+00aGPrJQtbK2vU5TNdmYCmDHMD/n4gKBTEhilk8Bhx TxCpR/uqBG5Hdx8ZfudiPIqMs3S7URx6O40jLrMCJ+YAnE1Qo9CerF56A74imY9/ I82noB58LW+8/79J1R/f2NQy3SfKf+GLmmCKeDTgUCjY2EWQYNMRyfJ9R9JHT8fM MGPdMhw4PqjgufPJLhkcg7c5AuKyFkk6H/6DZwIDAQABAoIBADOAWHHxW/WzlfW7 kdJ0OocEPqcULXwRj1VOMVafmwVRQdvEmftSO47JYQI3twPgckgLYNVL0hIjiMj5 Oqpkx2rVvN3aibdLpeWo3Rq6rJTgvnyXK37+RNXbvlJwAPYeKHP6bc6SXqk0MA/1 H8Htye26qH4anw9lZohlKN7CZ0OoUa0ymBdhgFEOdMTXMzSJ32UPI81ksFcxtRmX 2iO9vTZxAznMHfT4pnSY7Gk4OE56hwhUNlGpLhlgAhi3vEjaSZx9SGjCfWmyssKL O0po8xmpqyj7EKRIAF0tYWOsUTNp6OzTHfSpADFJUD2MsA5000DlxYRdETngkaR9 zI5RK0ECgYEA8Bo53erqz2ZDQGfE3w4a9iOVoFfE1lGw7/Ihvjo029+VGJJKiW+6 CU0Prt2QNA6UJBrMrdvcu1JM/JUf3R7HkclbBPKP1Kjesqei+RIXDTy0W77JMik8 hSI8WnepSh6z+MA4V2FkmaZ/NKzaIDr0vxrhV+abAU8NYLzbzLZZjS8CgYEA0z4I VNllB3cbcW/C8/wk9UUZ9tc9mhKhxNRqig/Fx+/+Fxqi3Mznf6QunmOvDeV+TY3r aSVTkFxF0LrYubOMJg/feCvjgFe/YPo8UiHMn0Y/8xER2NLZm+ggkLdcqWWpF1ct rctYobNDEcWquR2bp7ZlSynYJsSTkRulEljoj0kCgYAkVuPROZ/mWgTtt4btd5YP EN2xkfchtOWBu3Tt9KNRb+qB+Io9eOKAS+CGx9PufRJg0ImP+snStCcgx3U2I1Vz NDWJbyjjt9dU1NhuuBUzFK/7fsm2xNT7FW5rBtdhd3onuPgOCZiPRMrV7x9oZ2Pp lKjsg+OL9CoDLTJbLnIpUwKBgAr2WCZXFcgaZUEwxJQ2zJAx4tQNfXPmbaCySUka 4m+qw6vdRQBiXc0g7w5nK+lztGc/6yyMtFZ0g2b+m0qfx7Ed98HbvTWm2BanRcQZ Xu4RDjaF90AiSQqvNCluao+b5/d/Ha68M8BIdj2Q3Xg30iEU9RK+fCoe322TWrCm DoOJAoGAelAkbwI3B66yMoNmsUngbg7l56Z6JPPQ+0AzOxdEvFX15DLHIohAuD2B Pr1qGePC6gfsGsqwYaJxf4dqoZ7RPzH08DguntUKKvVT60GJ3QOdkJNELNQ7nm6q /rMKRCl6u+yTps6c59m2f1vtTV5PRMOs06XYiThNRokKqoLOhEY= -----END RSA PRIVATE KEY----- 2018-08-12 07:00:02,874 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-08-12 07:00:02,875 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}a224d027bc12979b87eaf29ef961ad0e58a40af8" -d '{"security_group": {"name": "shaker-sg_7a2f8673-21ac-460d-8307-4a56ba649122", "description": "created by OPNFV Functest (shaker)"}}' 2018-08-12 07:00:03,323 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-2a270576-0d37-43ff-bf97-685c93437c2a Date: Sun, 12 Aug 2018 07:00:03 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (shaker)", "tags": [], "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "created_at": "2018-08-12T07:00:03Z", "updated_at": "2018-08-12T07:00:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T07:00:03Z", "revision_number": 0, "id": "4d943dd9-09c0-4300-98bc-72be670f15f1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T07:00:03Z", "security_group_id": "c4579f1f-df8b-4813-aa29-a6f1399f3a6b", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T07:00:03Z", "revision_number": 0, "id": "fd3bbd0d-3b28-43e9-8a82-8e41e744e92d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T07:00:03Z", "security_group_id": "c4579f1f-df8b-4813-aa29-a6f1399f3a6b", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}], "revision_number": 2, "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "id": "c4579f1f-df8b-4813-aa29-a6f1399f3a6b", "name": "shaker-sg_7a2f8673-21ac-460d-8307-4a56ba649122"}} 2018-08-12 07:00:03,323 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-2a270576-0d37-43ff-bf97-685c93437c2a 2018-08-12 07:00:03,323 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.448461055756s 2018-08-12 07:00:03,323 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-2a270576-0d37-43ff-bf97-685c93437c2a 2018-08-12 07:00:03,328 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-12 07:00:03,328 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}a224d027bc12979b87eaf29ef961ad0e58a40af8" 2018-08-12 07:00:03,471 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3828 X-Openstack-Request-Id: req-a326488e-d9c3-47e8-a587-c65e05a015e6 Date: Sun, 12 Aug 2018 07:00:03 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "created_at": "2018-08-12T06:59:44Z", "updated_at": "2018-08-12T06:59:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "1d7fd960-7865-4453-aecc-8d399b4fad21", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "66820d8a-b785-4b18-bd67-500221c8e4f9", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "74fc7638-a322-4841-8c47-06d36174a200", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "8eaa09ec-8419-4582-9312-1e527afe6e4b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}], "revision_number": 4, "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "name": "default"}, {"description": "created by OPNFV Functest (shaker)", "tags": [], "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "created_at": "2018-08-12T07:00:03Z", "updated_at": "2018-08-12T07:00:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T07:00:03Z", "revision_number": 0, "id": "4d943dd9-09c0-4300-98bc-72be670f15f1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T07:00:03Z", "security_group_id": "c4579f1f-df8b-4813-aa29-a6f1399f3a6b", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T07:00:03Z", "revision_number": 0, "id": "fd3bbd0d-3b28-43e9-8a82-8e41e744e92d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T07:00:03Z", "security_group_id": "c4579f1f-df8b-4813-aa29-a6f1399f3a6b", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}], "revision_number": 2, "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "id": "c4579f1f-df8b-4813-aa29-a6f1399f3a6b", "name": "shaker-sg_7a2f8673-21ac-460d-8307-4a56ba649122"}]} 2018-08-12 07:00:03,471 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-a326488e-d9c3-47e8-a587-c65e05a015e6 2018-08-12 07:00:03,471 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.143448829651s 2018-08-12 07:00:03,472 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-a326488e-d9c3-47e8-a587-c65e05a015e6 2018-08-12 07:00:03,475 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-12 07:00:03,476 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}a224d027bc12979b87eaf29ef961ad0e58a40af8" -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": "c4579f1f-df8b-4813-aa29-a6f1399f3a6b"}}' 2018-08-12 07:00:03,880 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-13fb2bcd-cfdc-48bb-879b-48e8cde208f6 Date: Sun, 12 Aug 2018 07:00:03 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-12T07:00:03Z", "security_group_id": "c4579f1f-df8b-4813-aa29-a6f1399f3a6b", "port_range_min": 22, "revision_number": 0, "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "created_at": "2018-08-12T07:00:03Z", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "id": "4c3489a9-6f40-447b-bdb5-9b651f456ddf"}} 2018-08-12 07:00:03,880 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-13fb2bcd-cfdc-48bb-879b-48e8cde208f6 2018-08-12 07:00:03,880 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.404640197754s 2018-08-12 07:00:03,881 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-13fb2bcd-cfdc-48bb-879b-48e8cde208f6 2018-08-12 07:00:03,884 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-12 07:00:03,884 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}a224d027bc12979b87eaf29ef961ad0e58a40af8" 2018-08-12 07:00:04,118 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4324 X-Openstack-Request-Id: req-17ca3fbf-7375-452e-be18-5dc0a49d35eb Date: Sun, 12 Aug 2018 07:00:04 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "created_at": "2018-08-12T06:59:44Z", "updated_at": "2018-08-12T06:59:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "1d7fd960-7865-4453-aecc-8d399b4fad21", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "66820d8a-b785-4b18-bd67-500221c8e4f9", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "74fc7638-a322-4841-8c47-06d36174a200", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "8eaa09ec-8419-4582-9312-1e527afe6e4b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}], "revision_number": 4, "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "name": "default"}, {"description": "created by OPNFV Functest (shaker)", "tags": [], "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "created_at": "2018-08-12T07:00:03Z", "updated_at": "2018-08-12T07:00:03Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-12T07:00:03Z", "revision_number": 0, "id": "4c3489a9-6f40-447b-bdb5-9b651f456ddf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T07:00:03Z", "security_group_id": "c4579f1f-df8b-4813-aa29-a6f1399f3a6b", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": 22, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T07:00:03Z", "revision_number": 0, "id": "4d943dd9-09c0-4300-98bc-72be670f15f1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T07:00:03Z", "security_group_id": "c4579f1f-df8b-4813-aa29-a6f1399f3a6b", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T07:00:03Z", "revision_number": 0, "id": "fd3bbd0d-3b28-43e9-8a82-8e41e744e92d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T07:00:03Z", "security_group_id": "c4579f1f-df8b-4813-aa29-a6f1399f3a6b", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}], "revision_number": 3, "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "id": "c4579f1f-df8b-4813-aa29-a6f1399f3a6b", "name": "shaker-sg_7a2f8673-21ac-460d-8307-4a56ba649122"}]} 2018-08-12 07:00:04,119 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-17ca3fbf-7375-452e-be18-5dc0a49d35eb 2018-08-12 07:00:04,119 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.234683036804s 2018-08-12 07:00:04,119 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-17ca3fbf-7375-452e-be18-5dc0a49d35eb 2018-08-12 07:00:04,123 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-12 07:00:04,123 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}a224d027bc12979b87eaf29ef961ad0e58a40af8" -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": "c4579f1f-df8b-4813-aa29-a6f1399f3a6b"}}' 2018-08-12 07:00:04,418 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-3589c339-e5e4-439f-bd7b-a4dc740c3be0 Date: Sun, 12 Aug 2018 07:00:04 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-12T07:00:04Z", "security_group_id": "c4579f1f-df8b-4813-aa29-a6f1399f3a6b", "port_range_min": null, "revision_number": 0, "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "created_at": "2018-08-12T07:00:04Z", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "id": "8b6228a5-bdde-478b-823e-723b0c518ddd"}} 2018-08-12 07:00:04,418 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-3589c339-e5e4-439f-bd7b-a4dc740c3be0 2018-08-12 07:00:04,419 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.295866012573s 2018-08-12 07:00:04,419 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-3589c339-e5e4-439f-bd7b-a4dc740c3be0 2018-08-12 07:00:04,422 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-12 07:00:04,423 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}a224d027bc12979b87eaf29ef961ad0e58a40af8" 2018-08-12 07:00:04,476 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4825 X-Openstack-Request-Id: req-a97c8f50-eeca-462d-a260-7f9c1c35186d Date: Sun, 12 Aug 2018 07:00:04 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "created_at": "2018-08-12T06:59:44Z", "updated_at": "2018-08-12T06:59:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "1d7fd960-7865-4453-aecc-8d399b4fad21", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "66820d8a-b785-4b18-bd67-500221c8e4f9", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "74fc7638-a322-4841-8c47-06d36174a200", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "8eaa09ec-8419-4582-9312-1e527afe6e4b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}], "revision_number": 4, "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "name": "default"}, {"description": "created by OPNFV Functest (shaker)", "tags": [], "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "created_at": "2018-08-12T07:00:03Z", "updated_at": "2018-08-12T07:00:04Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-12T07:00:03Z", "revision_number": 0, "id": "4c3489a9-6f40-447b-bdb5-9b651f456ddf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T07:00:03Z", "security_group_id": "c4579f1f-df8b-4813-aa29-a6f1399f3a6b", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": 22, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T07:00:03Z", "revision_number": 0, "id": "4d943dd9-09c0-4300-98bc-72be670f15f1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T07:00:03Z", "security_group_id": "c4579f1f-df8b-4813-aa29-a6f1399f3a6b", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-12T07:00:04Z", "revision_number": 0, "id": "8b6228a5-bdde-478b-823e-723b0c518ddd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T07:00:04Z", "security_group_id": "c4579f1f-df8b-4813-aa29-a6f1399f3a6b", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T07:00:03Z", "revision_number": 0, "id": "fd3bbd0d-3b28-43e9-8a82-8e41e744e92d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T07:00:03Z", "security_group_id": "c4579f1f-df8b-4813-aa29-a6f1399f3a6b", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}], "revision_number": 4, "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "id": "c4579f1f-df8b-4813-aa29-a6f1399f3a6b", "name": "shaker-sg_7a2f8673-21ac-460d-8307-4a56ba649122"}]} 2018-08-12 07:00:04,476 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-a97c8f50-eeca-462d-a260-7f9c1c35186d 2018-08-12 07:00:04,476 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0537450313568s 2018-08-12 07:00:04,477 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-a97c8f50-eeca-462d-a260-7f9c1c35186d 2018-08-12 07:00:04,480 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-12 07:00:04,480 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}a224d027bc12979b87eaf29ef961ad0e58a40af8" -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": "c4579f1f-df8b-4813-aa29-a6f1399f3a6b"}}' 2018-08-12 07:00:04,671 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 511 X-Openstack-Request-Id: req-d4d18a27-d125-4fd4-b389-e9f24d419665 Date: Sun, 12 Aug 2018 07:00:04 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-12T07:00:04Z", "security_group_id": "c4579f1f-df8b-4813-aa29-a6f1399f3a6b", "port_range_min": 9000, "revision_number": 0, "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "created_at": "2018-08-12T07:00:04Z", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "id": "abe03c62-a3ee-4cb5-aa62-f1d0829fc9d2"}} 2018-08-12 07:00:04,671 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-d4d18a27-d125-4fd4-b389-e9f24d419665 2018-08-12 07:00:04,671 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.19163608551s 2018-08-12 07:00:04,672 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-d4d18a27-d125-4fd4-b389-e9f24d419665 2018-08-12 07:00:04,673 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 07:00:04,674 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a224d027bc12979b87eaf29ef961ad0e58a40af8" 2018-08-12 07:00:04,945 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1188 X-Openstack-Request-Id: req-2d07dc1a-4a69-4129-ab8f-a274280def92 Date: Sun, 12 Aug 2018 07:00: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":["ec788992-fa73-45cc-a7d9-6d44542124c2"],"updated_at":"2018-08-12T05:35:20Z","tenant_id":"310f5853751a4c968f3eeb0a3d99a0a8","created_at":"2018-08-12T05:04:23Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":7,"admin_state_up":true,"shared":false,"project_id":"310f5853751a4c968f3eeb0a3d99a0a8","id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["3f277685-84e1-4400-a2ea-7bd9bc304b58"],"updated_at":"2018-08-12T06:59:45Z","tenant_id":"5fe28c13d4d74ba2be8d019ac1ea6363","created_at":"2018-08-12T06:59:44Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"5fe28c13d4d74ba2be8d019ac1ea6363","id":"7c0f80ac-cbca-4bd9-b3d6-39ca649e0bc5","name":"shaker-net_7a2f8673-21ac-460d-8307-4a56ba649122"}]} 2018-08-12 07:00:04,945 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-2d07dc1a-4a69-4129-ab8f-a274280def92 2018-08-12 07:00:04,946 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.272374153137s 2018-08-12 07:00:04,946 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-2d07dc1a-4a69-4129-ab8f-a274280def92 2018-08-12 07:00:04,950 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 07:00:04,954 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a224d027bc12979b87eaf29ef961ad0e58a40af8" 2018-08-12 07:00:05,151 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1195 Content-Type: application/json X-Openstack-Request-Id: req-62f25ebc-b540-4b87-8ce1-8aa101a6092b Date: Sun, 12 Aug 2018 07:00:05 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/40b57b03-47f6-4c91-9706-190fddde62de/snap", "metadata": {}}], "file": "/v2/images/40b57b03-47f6-4c91-9706-190fddde62de/file", "owner": "5fe28c13d4d74ba2be8d019ac1ea6363", "id": "40b57b03-47f6-4c91-9706-190fddde62de", "size": 666173440, "self": "/v2/images/40b57b03-47f6-4c91-9706-190fddde62de", "disk_format": "qcow2", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/40b57b03-47f6-4c91-9706-190fddde62de/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017", "updated_at": "2018-08-12T07:00:01Z", "visibility": "private", "owner_specified.shade.object": "images/shaker-img_7a2f8673-21ac-460d-8307-4a56ba649122", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "cea74a063cc5ef2b018ec12beb0bf961", "name": "shaker-img_7a2f8673-21ac-460d-8307-4a56ba649122", "checksum": "cea74a063cc5ef2b018ec12beb0bf961", "created_at": "2018-08-12T06:59:53Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 07:00:05,151 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-62f25ebc-b540-4b87-8ce1-8aa101a6092b 2018-08-12 07:00:05,152 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.20092010498s 2018-08-12 07:00:05,152 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-62f25ebc-b540-4b87-8ce1-8aa101a6092b 2018-08-12 07:00:05,153 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-12 07:00:05,156 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}a224d027bc12979b87eaf29ef961ad0e58a40af8" 2018-08-12 07:00:05,181 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 07:00: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-1e7fd0a4-1c1f-4463-98d8-24818b6aac45 x-compute-request-id: req-1e7fd0a4-1c1f-4463-98d8-24818b6aac45 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "shaker-flavor_7a2f8673-21ac-460d-8307-4a56ba649122", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/c1e727b2-eeae-4042-b15d-509d52556df9", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/c1e727b2-eeae-4042-b15d-509d52556df9", "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": "c1e727b2-eeae-4042-b15d-509d52556df9"}]} 2018-08-12 07:00:05,182 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-1e7fd0a4-1c1f-4463-98d8-24818b6aac45 2018-08-12 07:00:05,182 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0281939506531s 2018-08-12 07:00:05,182 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-1e7fd0a4-1c1f-4463-98d8-24818b6aac45 2018-08-12 07:00:05,184 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-12 07:00:05,186 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}a224d027bc12979b87eaf29ef961ad0e58a40af8" -d '{"server": {"name": "shaker-vm_7a2f8673-21ac-460d-8307-4a56ba649122", "imageRef": "40b57b03-47f6-4c91-9706-190fddde62de", "key_name": "shaker-kp_7a2f8673-21ac-460d-8307-4a56ba649122", "flavorRef": "c1e727b2-eeae-4042-b15d-509d52556df9", "max_count": 1, "min_count": 1, "networks": [{"uuid": "7c0f80ac-cbca-4bd9-b3d6-39ca649e0bc5"}], "security_groups": [{"name": "c4579f1f-df8b-4813-aa29-a6f1399f3a6b"}]}}' 2018-08-12 07:00:07,152 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 07:00: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-fd8ae026-4fd4-4233-8b7b-05641cdde790 x-compute-request-id: req-fd8ae026-4fd4-4233-8b7b-05641cdde790 Content-Length: 403 location: http://172.30.9.21:8774/v2.1/servers/39e1a5b6-af3d-464b-badb-c22da697010e Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "c4579f1f-df8b-4813-aa29-a6f1399f3a6b"}], "OS-DCF:diskConfig": "MANUAL", "id": "39e1a5b6-af3d-464b-badb-c22da697010e", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "bookmark"}], "adminPass": "A7xkUwyvw38C"}} 2018-08-12 07:00:07,152 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-fd8ae026-4fd4-4233-8b7b-05641cdde790 2018-08-12 07:00:07,152 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 1.96836495399s 2018-08-12 07:00:07,152 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-fd8ae026-4fd4-4233-8b7b-05641cdde790 2018-08-12 07:00:07,153 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 07:00:07,155 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a224d027bc12979b87eaf29ef961ad0e58a40af8" 2018-08-12 07:00:07,440 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 07:00: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-208eee0d-88bc-4797-9618-39fd664e6483 x-compute-request-id: req-208eee0d-88bc-4797-9618-39fd664e6483 Content-Encoding: gzip Content-Length: 600 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "bookmark"}], "image": {"id": "40b57b03-47f6-4c91-9706-190fddde62de", "links": [{"href": "http://172.30.9.21:8774/images/40b57b03-47f6-4c91-9706-190fddde62de", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c1e727b2-eeae-4042-b15d-509d52556df9", "links": [{"href": "http://172.30.9.21:8774/flavors/c1e727b2-eeae-4042-b15d-509d52556df9", "rel": "bookmark"}]}, "id": "39e1a5b6-af3d-464b-badb-c22da697010e", "user_id": "116c98871f324c4d9ecc98b13e13b8f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T07:00:07Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_7a2f8673-21ac-460d-8307-4a56ba649122", "name": "shaker-vm_7a2f8673-21ac-460d-8307-4a56ba649122", "created": "2018-08-12T07:00:07Z", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 07:00:07,440 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-208eee0d-88bc-4797-9618-39fd664e6483 2018-08-12 07:00:07,440 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.286991119385s 2018-08-12 07:00:07,440 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-208eee0d-88bc-4797-9618-39fd664e6483 2018-08-12 07:00:07,449 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 07:00:07,450 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a224d027bc12979b87eaf29ef961ad0e58a40af8" 2018-08-12 07:00:07,750 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1188 X-Openstack-Request-Id: req-50c168ec-8b4a-4311-84da-c2e74d4c0dda Date: Sun, 12 Aug 2018 07:00:07 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ec788992-fa73-45cc-a7d9-6d44542124c2"],"updated_at":"2018-08-12T05:35:20Z","tenant_id":"310f5853751a4c968f3eeb0a3d99a0a8","created_at":"2018-08-12T05:04:23Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":7,"admin_state_up":true,"shared":false,"project_id":"310f5853751a4c968f3eeb0a3d99a0a8","id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["3f277685-84e1-4400-a2ea-7bd9bc304b58"],"updated_at":"2018-08-12T06:59:45Z","tenant_id":"5fe28c13d4d74ba2be8d019ac1ea6363","created_at":"2018-08-12T06:59:44Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"5fe28c13d4d74ba2be8d019ac1ea6363","id":"7c0f80ac-cbca-4bd9-b3d6-39ca649e0bc5","name":"shaker-net_7a2f8673-21ac-460d-8307-4a56ba649122"}]} 2018-08-12 07:00:07,750 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-50c168ec-8b4a-4311-84da-c2e74d4c0dda 2018-08-12 07:00:07,750 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.300765991211s 2018-08-12 07:00:07,750 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-50c168ec-8b4a-4311-84da-c2e74d4c0dda 2018-08-12 07:00:07,751 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-12 07:00:07,752 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}a224d027bc12979b87eaf29ef961ad0e58a40af8" 2018-08-12 07:00:07,964 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-49a9553d-9eea-43ba-bf48-537147cc3eb3 Date: Sun, 12 Aug 2018 07:00:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7c0f80ac-cbca-4bd9-b3d6-39ca649e0bc5","tenant_id":"5fe28c13d4d74ba2be8d019ac1ea6363","created_at":"2018-08-12T06:59:45Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-12T06:59:45Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"5fe28c13d4d74ba2be8d019ac1ea6363","id":"3f277685-84e1-4400-a2ea-7bd9bc304b58","subnetpool_id":null,"name":"shaker-subnet_7a2f8673-21ac-460d-8307-4a56ba649122"}]} 2018-08-12 07:00:07,964 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-49a9553d-9eea-43ba-bf48-537147cc3eb3 2018-08-12 07:00:07,964 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.213029146194s 2018-08-12 07:00:07,965 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-49a9553d-9eea-43ba-bf48-537147cc3eb3 2018-08-12 07:00:07,965 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 07:00:09,968 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 07:00:09,971 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a224d027bc12979b87eaf29ef961ad0e58a40af8" 2018-08-12 07:00:10,789 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 07:00:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b9a62223-9297-4104-b405-e2840b65f277 x-compute-request-id: req-b9a62223-9297-4104-b405-e2840b65f277 Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "bookmark"}], "image": {"id": "40b57b03-47f6-4c91-9706-190fddde62de", "links": [{"href": "http://172.30.9.21:8774/images/40b57b03-47f6-4c91-9706-190fddde62de", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c1e727b2-eeae-4042-b15d-509d52556df9", "links": [{"href": "http://172.30.9.21:8774/flavors/c1e727b2-eeae-4042-b15d-509d52556df9", "rel": "bookmark"}]}, "id": "39e1a5b6-af3d-464b-badb-c22da697010e", "security_groups": [{"name": "shaker-sg_7a2f8673-21ac-460d-8307-4a56ba649122"}], "user_id": "116c98871f324c4d9ecc98b13e13b8f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T07:00:08Z", "hostId": "55dc5157f3e88a811d5e275d3d1bdcc80edd6fc7ce58f477a7e29675", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_7a2f8673-21ac-460d-8307-4a56ba649122", "name": "shaker-vm_7a2f8673-21ac-460d-8307-4a56ba649122", "created": "2018-08-12T07:00:07Z", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 07:00:10,789 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-b9a62223-9297-4104-b405-e2840b65f277 2018-08-12 07:00:10,789 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.820663928986s 2018-08-12 07:00:10,790 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-b9a62223-9297-4104-b405-e2840b65f277 2018-08-12 07:00:10,793 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 07:00:12,796 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 07:00:12,799 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a224d027bc12979b87eaf29ef961ad0e58a40af8" 2018-08-12 07:00:13,311 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 07:00:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-66ff3539-9084-40fd-a7c5-6bf90e277223 x-compute-request-id: req-66ff3539-9084-40fd-a7c5-6bf90e277223 Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "bookmark"}], "image": {"id": "40b57b03-47f6-4c91-9706-190fddde62de", "links": [{"href": "http://172.30.9.21:8774/images/40b57b03-47f6-4c91-9706-190fddde62de", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c1e727b2-eeae-4042-b15d-509d52556df9", "links": [{"href": "http://172.30.9.21:8774/flavors/c1e727b2-eeae-4042-b15d-509d52556df9", "rel": "bookmark"}]}, "id": "39e1a5b6-af3d-464b-badb-c22da697010e", "security_groups": [{"name": "shaker-sg_7a2f8673-21ac-460d-8307-4a56ba649122"}], "user_id": "116c98871f324c4d9ecc98b13e13b8f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T07:00:08Z", "hostId": "55dc5157f3e88a811d5e275d3d1bdcc80edd6fc7ce58f477a7e29675", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_7a2f8673-21ac-460d-8307-4a56ba649122", "name": "shaker-vm_7a2f8673-21ac-460d-8307-4a56ba649122", "created": "2018-08-12T07:00:07Z", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 07:00:13,311 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-66ff3539-9084-40fd-a7c5-6bf90e277223 2018-08-12 07:00:13,312 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.51541686058s 2018-08-12 07:00:13,312 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-66ff3539-9084-40fd-a7c5-6bf90e277223 2018-08-12 07:00:13,316 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 07:00:15,318 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 07:00:15,321 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a224d027bc12979b87eaf29ef961ad0e58a40af8" 2018-08-12 07:00:16,163 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 07:00:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c463e843-c71c-4f18-8917-18c6d94c82a3 x-compute-request-id: req-c463e843-c71c-4f18-8917-18c6d94c82a3 Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "bookmark"}], "image": {"id": "40b57b03-47f6-4c91-9706-190fddde62de", "links": [{"href": "http://172.30.9.21:8774/images/40b57b03-47f6-4c91-9706-190fddde62de", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c1e727b2-eeae-4042-b15d-509d52556df9", "links": [{"href": "http://172.30.9.21:8774/flavors/c1e727b2-eeae-4042-b15d-509d52556df9", "rel": "bookmark"}]}, "id": "39e1a5b6-af3d-464b-badb-c22da697010e", "security_groups": [{"name": "shaker-sg_7a2f8673-21ac-460d-8307-4a56ba649122"}], "user_id": "116c98871f324c4d9ecc98b13e13b8f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T07:00:08Z", "hostId": "55dc5157f3e88a811d5e275d3d1bdcc80edd6fc7ce58f477a7e29675", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_7a2f8673-21ac-460d-8307-4a56ba649122", "name": "shaker-vm_7a2f8673-21ac-460d-8307-4a56ba649122", "created": "2018-08-12T07:00:07Z", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 07:00:16,163 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-c463e843-c71c-4f18-8917-18c6d94c82a3 2018-08-12 07:00:16,163 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.844763994217s 2018-08-12 07:00:16,164 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-c463e843-c71c-4f18-8917-18c6d94c82a3 2018-08-12 07:00:16,167 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 07:00:18,170 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 07:00:18,172 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a224d027bc12979b87eaf29ef961ad0e58a40af8" 2018-08-12 07:00:19,055 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 07:00:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2052cd8c-75e1-4503-8c62-9d70e174f2f2 x-compute-request-id: req-2052cd8c-75e1-4503-8c62-9d70e174f2f2 Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "bookmark"}], "image": {"id": "40b57b03-47f6-4c91-9706-190fddde62de", "links": [{"href": "http://172.30.9.21:8774/images/40b57b03-47f6-4c91-9706-190fddde62de", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c1e727b2-eeae-4042-b15d-509d52556df9", "links": [{"href": "http://172.30.9.21:8774/flavors/c1e727b2-eeae-4042-b15d-509d52556df9", "rel": "bookmark"}]}, "id": "39e1a5b6-af3d-464b-badb-c22da697010e", "security_groups": [{"name": "shaker-sg_7a2f8673-21ac-460d-8307-4a56ba649122"}], "user_id": "116c98871f324c4d9ecc98b13e13b8f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T07:00:08Z", "hostId": "55dc5157f3e88a811d5e275d3d1bdcc80edd6fc7ce58f477a7e29675", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_7a2f8673-21ac-460d-8307-4a56ba649122", "name": "shaker-vm_7a2f8673-21ac-460d-8307-4a56ba649122", "created": "2018-08-12T07:00:07Z", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 07:00:19,055 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-2052cd8c-75e1-4503-8c62-9d70e174f2f2 2018-08-12 07:00:19,055 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.885599136353s 2018-08-12 07:00:19,056 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-2052cd8c-75e1-4503-8c62-9d70e174f2f2 2018-08-12 07:00:19,060 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 07:00:21,062 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 07:00:21,065 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a224d027bc12979b87eaf29ef961ad0e58a40af8" 2018-08-12 07:00:21,752 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 07:00: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-776aa57f-7960-47e2-b05e-d5901f054a47 x-compute-request-id: req-776aa57f-7960-47e2-b05e-d5901f054a47 Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "bookmark"}], "image": {"id": "40b57b03-47f6-4c91-9706-190fddde62de", "links": [{"href": "http://172.30.9.21:8774/images/40b57b03-47f6-4c91-9706-190fddde62de", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c1e727b2-eeae-4042-b15d-509d52556df9", "links": [{"href": "http://172.30.9.21:8774/flavors/c1e727b2-eeae-4042-b15d-509d52556df9", "rel": "bookmark"}]}, "id": "39e1a5b6-af3d-464b-badb-c22da697010e", "security_groups": [{"name": "shaker-sg_7a2f8673-21ac-460d-8307-4a56ba649122"}], "user_id": "116c98871f324c4d9ecc98b13e13b8f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T07:00:08Z", "hostId": "55dc5157f3e88a811d5e275d3d1bdcc80edd6fc7ce58f477a7e29675", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_7a2f8673-21ac-460d-8307-4a56ba649122", "name": "shaker-vm_7a2f8673-21ac-460d-8307-4a56ba649122", "created": "2018-08-12T07:00:07Z", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 07:00:21,752 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-776aa57f-7960-47e2-b05e-d5901f054a47 2018-08-12 07:00:21,752 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.689904928207s 2018-08-12 07:00:21,753 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-776aa57f-7960-47e2-b05e-d5901f054a47 2018-08-12 07:00:21,756 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 07:00:23,759 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 07:00:23,762 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a224d027bc12979b87eaf29ef961ad0e58a40af8" 2018-08-12 07:00:24,637 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 07:00:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6716c48b-1021-45c0-97b4-740e486666b6 x-compute-request-id: req-6716c48b-1021-45c0-97b4-740e486666b6 Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "bookmark"}], "image": {"id": "40b57b03-47f6-4c91-9706-190fddde62de", "links": [{"href": "http://172.30.9.21:8774/images/40b57b03-47f6-4c91-9706-190fddde62de", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c1e727b2-eeae-4042-b15d-509d52556df9", "links": [{"href": "http://172.30.9.21:8774/flavors/c1e727b2-eeae-4042-b15d-509d52556df9", "rel": "bookmark"}]}, "id": "39e1a5b6-af3d-464b-badb-c22da697010e", "security_groups": [{"name": "shaker-sg_7a2f8673-21ac-460d-8307-4a56ba649122"}], "user_id": "116c98871f324c4d9ecc98b13e13b8f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T07:00:08Z", "hostId": "55dc5157f3e88a811d5e275d3d1bdcc80edd6fc7ce58f477a7e29675", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_7a2f8673-21ac-460d-8307-4a56ba649122", "name": "shaker-vm_7a2f8673-21ac-460d-8307-4a56ba649122", "created": "2018-08-12T07:00:07Z", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 07:00:24,638 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-6716c48b-1021-45c0-97b4-740e486666b6 2018-08-12 07:00:24,638 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.878507852554s 2018-08-12 07:00:24,638 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-6716c48b-1021-45c0-97b4-740e486666b6 2018-08-12 07:00:24,642 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 07:00:26,644 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 07:00:26,647 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a224d027bc12979b87eaf29ef961ad0e58a40af8" 2018-08-12 07:00:27,402 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 07:00:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fbc7bc17-a64a-4493-96f3-e2c22c61ab9d x-compute-request-id: req-fbc7bc17-a64a-4493-96f3-e2c22c61ab9d Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "bookmark"}], "image": {"id": "40b57b03-47f6-4c91-9706-190fddde62de", "links": [{"href": "http://172.30.9.21:8774/images/40b57b03-47f6-4c91-9706-190fddde62de", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c1e727b2-eeae-4042-b15d-509d52556df9", "links": [{"href": "http://172.30.9.21:8774/flavors/c1e727b2-eeae-4042-b15d-509d52556df9", "rel": "bookmark"}]}, "id": "39e1a5b6-af3d-464b-badb-c22da697010e", "security_groups": [{"name": "shaker-sg_7a2f8673-21ac-460d-8307-4a56ba649122"}], "user_id": "116c98871f324c4d9ecc98b13e13b8f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T07:00:08Z", "hostId": "55dc5157f3e88a811d5e275d3d1bdcc80edd6fc7ce58f477a7e29675", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_7a2f8673-21ac-460d-8307-4a56ba649122", "name": "shaker-vm_7a2f8673-21ac-460d-8307-4a56ba649122", "created": "2018-08-12T07:00:07Z", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 07:00:27,402 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-fbc7bc17-a64a-4493-96f3-e2c22c61ab9d 2018-08-12 07:00:27,402 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.757550954819s 2018-08-12 07:00:27,403 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-fbc7bc17-a64a-4493-96f3-e2c22c61ab9d 2018-08-12 07:00:27,406 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 07:00:29,409 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 07:00:29,476 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a224d027bc12979b87eaf29ef961ad0e58a40af8" 2018-08-12 07:00:30,031 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 07:00:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f8e414e2-f8ab-4669-9183-d08e856dd531 x-compute-request-id: req-f8e414e2-f8ab-4669-9183-d08e856dd531 Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "bookmark"}], "image": {"id": "40b57b03-47f6-4c91-9706-190fddde62de", "links": [{"href": "http://172.30.9.21:8774/images/40b57b03-47f6-4c91-9706-190fddde62de", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c1e727b2-eeae-4042-b15d-509d52556df9", "links": [{"href": "http://172.30.9.21:8774/flavors/c1e727b2-eeae-4042-b15d-509d52556df9", "rel": "bookmark"}]}, "id": "39e1a5b6-af3d-464b-badb-c22da697010e", "security_groups": [{"name": "shaker-sg_7a2f8673-21ac-460d-8307-4a56ba649122"}], "user_id": "116c98871f324c4d9ecc98b13e13b8f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T07:00:08Z", "hostId": "55dc5157f3e88a811d5e275d3d1bdcc80edd6fc7ce58f477a7e29675", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_7a2f8673-21ac-460d-8307-4a56ba649122", "name": "shaker-vm_7a2f8673-21ac-460d-8307-4a56ba649122", "created": "2018-08-12T07:00:07Z", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 07:00:30,032 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-f8e414e2-f8ab-4669-9183-d08e856dd531 2018-08-12 07:00:30,032 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.622323036194s 2018-08-12 07:00:30,032 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-f8e414e2-f8ab-4669-9183-d08e856dd531 2018-08-12 07:00:30,036 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 07:00:32,039 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 07:00:32,041 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a224d027bc12979b87eaf29ef961ad0e58a40af8" 2018-08-12 07:00:32,759 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 07:00: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-434c4e5f-05db-475d-9327-a4b398979969 x-compute-request-id: req-434c4e5f-05db-475d-9327-a4b398979969 Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "bookmark"}], "image": {"id": "40b57b03-47f6-4c91-9706-190fddde62de", "links": [{"href": "http://172.30.9.21:8774/images/40b57b03-47f6-4c91-9706-190fddde62de", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c1e727b2-eeae-4042-b15d-509d52556df9", "links": [{"href": "http://172.30.9.21:8774/flavors/c1e727b2-eeae-4042-b15d-509d52556df9", "rel": "bookmark"}]}, "id": "39e1a5b6-af3d-464b-badb-c22da697010e", "security_groups": [{"name": "shaker-sg_7a2f8673-21ac-460d-8307-4a56ba649122"}], "user_id": "116c98871f324c4d9ecc98b13e13b8f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T07:00:08Z", "hostId": "55dc5157f3e88a811d5e275d3d1bdcc80edd6fc7ce58f477a7e29675", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_7a2f8673-21ac-460d-8307-4a56ba649122", "name": "shaker-vm_7a2f8673-21ac-460d-8307-4a56ba649122", "created": "2018-08-12T07:00:07Z", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 07:00:32,759 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-434c4e5f-05db-475d-9327-a4b398979969 2018-08-12 07:00:32,759 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.720592021942s 2018-08-12 07:00:32,760 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-434c4e5f-05db-475d-9327-a4b398979969 2018-08-12 07:00:32,763 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 07:00:34,765 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 07:00:34,769 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a224d027bc12979b87eaf29ef961ad0e58a40af8" 2018-08-12 07:00:35,461 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 07:00: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-24fffd36-285e-4fac-94a2-51669f41ca84 x-compute-request-id: req-24fffd36-285e-4fac-94a2-51669f41ca84 Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "bookmark"}], "image": {"id": "40b57b03-47f6-4c91-9706-190fddde62de", "links": [{"href": "http://172.30.9.21:8774/images/40b57b03-47f6-4c91-9706-190fddde62de", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c1e727b2-eeae-4042-b15d-509d52556df9", "links": [{"href": "http://172.30.9.21:8774/flavors/c1e727b2-eeae-4042-b15d-509d52556df9", "rel": "bookmark"}]}, "id": "39e1a5b6-af3d-464b-badb-c22da697010e", "security_groups": [{"name": "shaker-sg_7a2f8673-21ac-460d-8307-4a56ba649122"}], "user_id": "116c98871f324c4d9ecc98b13e13b8f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T07:00:08Z", "hostId": "55dc5157f3e88a811d5e275d3d1bdcc80edd6fc7ce58f477a7e29675", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_7a2f8673-21ac-460d-8307-4a56ba649122", "name": "shaker-vm_7a2f8673-21ac-460d-8307-4a56ba649122", "created": "2018-08-12T07:00:07Z", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 07:00:35,461 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-24fffd36-285e-4fac-94a2-51669f41ca84 2018-08-12 07:00:35,461 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.695567846298s 2018-08-12 07:00:35,462 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-24fffd36-285e-4fac-94a2-51669f41ca84 2018-08-12 07:00:35,466 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 07:00:37,468 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 07:00:37,471 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a224d027bc12979b87eaf29ef961ad0e58a40af8" 2018-08-12 07:00:38,405 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 07:00: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-c5bc1dc9-97fe-47a3-8330-20d456358334 x-compute-request-id: req-c5bc1dc9-97fe-47a3-8330-20d456358334 Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "bookmark"}], "image": {"id": "40b57b03-47f6-4c91-9706-190fddde62de", "links": [{"href": "http://172.30.9.21:8774/images/40b57b03-47f6-4c91-9706-190fddde62de", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c1e727b2-eeae-4042-b15d-509d52556df9", "links": [{"href": "http://172.30.9.21:8774/flavors/c1e727b2-eeae-4042-b15d-509d52556df9", "rel": "bookmark"}]}, "id": "39e1a5b6-af3d-464b-badb-c22da697010e", "security_groups": [{"name": "shaker-sg_7a2f8673-21ac-460d-8307-4a56ba649122"}], "user_id": "116c98871f324c4d9ecc98b13e13b8f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T07:00:08Z", "hostId": "55dc5157f3e88a811d5e275d3d1bdcc80edd6fc7ce58f477a7e29675", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_7a2f8673-21ac-460d-8307-4a56ba649122", "name": "shaker-vm_7a2f8673-21ac-460d-8307-4a56ba649122", "created": "2018-08-12T07:00:07Z", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 07:00:38,406 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-c5bc1dc9-97fe-47a3-8330-20d456358334 2018-08-12 07:00:38,406 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.937206029892s 2018-08-12 07:00:38,406 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-c5bc1dc9-97fe-47a3-8330-20d456358334 2018-08-12 07:00:38,410 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 07:00:40,413 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 07:00:40,416 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a224d027bc12979b87eaf29ef961ad0e58a40af8" 2018-08-12 07:00:40,983 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 07:00:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8bfa0970-3d88-4274-af76-f2bb97e56865 x-compute-request-id: req-8bfa0970-3d88-4274-af76-f2bb97e56865 Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "bookmark"}], "image": {"id": "40b57b03-47f6-4c91-9706-190fddde62de", "links": [{"href": "http://172.30.9.21:8774/images/40b57b03-47f6-4c91-9706-190fddde62de", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c1e727b2-eeae-4042-b15d-509d52556df9", "links": [{"href": "http://172.30.9.21:8774/flavors/c1e727b2-eeae-4042-b15d-509d52556df9", "rel": "bookmark"}]}, "id": "39e1a5b6-af3d-464b-badb-c22da697010e", "security_groups": [{"name": "shaker-sg_7a2f8673-21ac-460d-8307-4a56ba649122"}], "user_id": "116c98871f324c4d9ecc98b13e13b8f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T07:00:08Z", "hostId": "55dc5157f3e88a811d5e275d3d1bdcc80edd6fc7ce58f477a7e29675", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_7a2f8673-21ac-460d-8307-4a56ba649122", "name": "shaker-vm_7a2f8673-21ac-460d-8307-4a56ba649122", "created": "2018-08-12T07:00:07Z", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 07:00:40,984 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-8bfa0970-3d88-4274-af76-f2bb97e56865 2018-08-12 07:00:40,984 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.570523023605s 2018-08-12 07:00:40,984 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-8bfa0970-3d88-4274-af76-f2bb97e56865 2018-08-12 07:00:40,988 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 07:00:42,991 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 07:00:42,994 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a224d027bc12979b87eaf29ef961ad0e58a40af8" 2018-08-12 07:00:43,568 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 07:00:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-68fddffe-0deb-4ce1-9053-10159838e7bc x-compute-request-id: req-68fddffe-0deb-4ce1-9053-10159838e7bc Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "bookmark"}], "image": {"id": "40b57b03-47f6-4c91-9706-190fddde62de", "links": [{"href": "http://172.30.9.21:8774/images/40b57b03-47f6-4c91-9706-190fddde62de", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c1e727b2-eeae-4042-b15d-509d52556df9", "links": [{"href": "http://172.30.9.21:8774/flavors/c1e727b2-eeae-4042-b15d-509d52556df9", "rel": "bookmark"}]}, "id": "39e1a5b6-af3d-464b-badb-c22da697010e", "security_groups": [{"name": "shaker-sg_7a2f8673-21ac-460d-8307-4a56ba649122"}], "user_id": "116c98871f324c4d9ecc98b13e13b8f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T07:00:08Z", "hostId": "55dc5157f3e88a811d5e275d3d1bdcc80edd6fc7ce58f477a7e29675", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_7a2f8673-21ac-460d-8307-4a56ba649122", "name": "shaker-vm_7a2f8673-21ac-460d-8307-4a56ba649122", "created": "2018-08-12T07:00:07Z", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 07:00:43,568 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-68fddffe-0deb-4ce1-9053-10159838e7bc 2018-08-12 07:00:43,568 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.576885938644s 2018-08-12 07:00:43,569 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-68fddffe-0deb-4ce1-9053-10159838e7bc 2018-08-12 07:00:43,572 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 07:00:45,575 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 07:00:45,578 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a224d027bc12979b87eaf29ef961ad0e58a40af8" 2018-08-12 07:00:46,167 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 07:00:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7fd80b4b-ce57-4cdd-962a-b1b8b530bd8c x-compute-request-id: req-7fd80b4b-ce57-4cdd-962a-b1b8b530bd8c Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "bookmark"}], "image": {"id": "40b57b03-47f6-4c91-9706-190fddde62de", "links": [{"href": "http://172.30.9.21:8774/images/40b57b03-47f6-4c91-9706-190fddde62de", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c1e727b2-eeae-4042-b15d-509d52556df9", "links": [{"href": "http://172.30.9.21:8774/flavors/c1e727b2-eeae-4042-b15d-509d52556df9", "rel": "bookmark"}]}, "id": "39e1a5b6-af3d-464b-badb-c22da697010e", "security_groups": [{"name": "shaker-sg_7a2f8673-21ac-460d-8307-4a56ba649122"}], "user_id": "116c98871f324c4d9ecc98b13e13b8f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T07:00:08Z", "hostId": "55dc5157f3e88a811d5e275d3d1bdcc80edd6fc7ce58f477a7e29675", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_7a2f8673-21ac-460d-8307-4a56ba649122", "name": "shaker-vm_7a2f8673-21ac-460d-8307-4a56ba649122", "created": "2018-08-12T07:00:07Z", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 07:00:46,168 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-7fd80b4b-ce57-4cdd-962a-b1b8b530bd8c 2018-08-12 07:00:46,168 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.592318058014s 2018-08-12 07:00:46,168 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-7fd80b4b-ce57-4cdd-962a-b1b8b530bd8c 2018-08-12 07:00:46,172 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 07:00:48,175 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 07:00:48,179 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a224d027bc12979b87eaf29ef961ad0e58a40af8" 2018-08-12 07:00:48,736 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 07:00:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-052f66e1-2f27-40c2-8817-ec037cd051e8 x-compute-request-id: req-052f66e1-2f27-40c2-8817-ec037cd051e8 Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "bookmark"}], "image": {"id": "40b57b03-47f6-4c91-9706-190fddde62de", "links": [{"href": "http://172.30.9.21:8774/images/40b57b03-47f6-4c91-9706-190fddde62de", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c1e727b2-eeae-4042-b15d-509d52556df9", "links": [{"href": "http://172.30.9.21:8774/flavors/c1e727b2-eeae-4042-b15d-509d52556df9", "rel": "bookmark"}]}, "id": "39e1a5b6-af3d-464b-badb-c22da697010e", "security_groups": [{"name": "shaker-sg_7a2f8673-21ac-460d-8307-4a56ba649122"}], "user_id": "116c98871f324c4d9ecc98b13e13b8f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T07:00:08Z", "hostId": "55dc5157f3e88a811d5e275d3d1bdcc80edd6fc7ce58f477a7e29675", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_7a2f8673-21ac-460d-8307-4a56ba649122", "name": "shaker-vm_7a2f8673-21ac-460d-8307-4a56ba649122", "created": "2018-08-12T07:00:07Z", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 07:00:48,736 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-052f66e1-2f27-40c2-8817-ec037cd051e8 2018-08-12 07:00:48,736 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.561471939087s 2018-08-12 07:00:48,737 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-052f66e1-2f27-40c2-8817-ec037cd051e8 2018-08-12 07:00:48,741 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 07:00:50,743 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 07:00:50,746 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a224d027bc12979b87eaf29ef961ad0e58a40af8" 2018-08-12 07:00:51,486 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 07:00:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a5145a93-4339-46b4-a4c6-06905871190d x-compute-request-id: req-a5145a93-4339-46b4-a4c6-06905871190d Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "bookmark"}], "image": {"id": "40b57b03-47f6-4c91-9706-190fddde62de", "links": [{"href": "http://172.30.9.21:8774/images/40b57b03-47f6-4c91-9706-190fddde62de", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c1e727b2-eeae-4042-b15d-509d52556df9", "links": [{"href": "http://172.30.9.21:8774/flavors/c1e727b2-eeae-4042-b15d-509d52556df9", "rel": "bookmark"}]}, "id": "39e1a5b6-af3d-464b-badb-c22da697010e", "security_groups": [{"name": "shaker-sg_7a2f8673-21ac-460d-8307-4a56ba649122"}], "user_id": "116c98871f324c4d9ecc98b13e13b8f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T07:00:08Z", "hostId": "55dc5157f3e88a811d5e275d3d1bdcc80edd6fc7ce58f477a7e29675", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_7a2f8673-21ac-460d-8307-4a56ba649122", "name": "shaker-vm_7a2f8673-21ac-460d-8307-4a56ba649122", "created": "2018-08-12T07:00:07Z", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 07:00:51,486 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-a5145a93-4339-46b4-a4c6-06905871190d 2018-08-12 07:00:51,486 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.742567777634s 2018-08-12 07:00:51,486 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-a5145a93-4339-46b4-a4c6-06905871190d 2018-08-12 07:00:51,490 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 07:00:53,493 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 07:00:53,495 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a224d027bc12979b87eaf29ef961ad0e58a40af8" 2018-08-12 07:00:54,040 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 07:00: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-fe2d1a1f-f0fe-46e9-ba49-018b28440290 x-compute-request-id: req-fe2d1a1f-f0fe-46e9-ba49-018b28440290 Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "bookmark"}], "image": {"id": "40b57b03-47f6-4c91-9706-190fddde62de", "links": [{"href": "http://172.30.9.21:8774/images/40b57b03-47f6-4c91-9706-190fddde62de", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c1e727b2-eeae-4042-b15d-509d52556df9", "links": [{"href": "http://172.30.9.21:8774/flavors/c1e727b2-eeae-4042-b15d-509d52556df9", "rel": "bookmark"}]}, "id": "39e1a5b6-af3d-464b-badb-c22da697010e", "security_groups": [{"name": "shaker-sg_7a2f8673-21ac-460d-8307-4a56ba649122"}], "user_id": "116c98871f324c4d9ecc98b13e13b8f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T07:00:08Z", "hostId": "55dc5157f3e88a811d5e275d3d1bdcc80edd6fc7ce58f477a7e29675", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_7a2f8673-21ac-460d-8307-4a56ba649122", "name": "shaker-vm_7a2f8673-21ac-460d-8307-4a56ba649122", "created": "2018-08-12T07:00:07Z", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 07:00:54,041 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-fe2d1a1f-f0fe-46e9-ba49-018b28440290 2018-08-12 07:00:54,041 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.547924995422s 2018-08-12 07:00:54,041 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-fe2d1a1f-f0fe-46e9-ba49-018b28440290 2018-08-12 07:00:54,045 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 07:00:56,047 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 07:00:56,050 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a224d027bc12979b87eaf29ef961ad0e58a40af8" 2018-08-12 07:00:56,425 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 07:00: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-1fa706f6-4a20-4a86-97a6-c15ea253d4c3 x-compute-request-id: req-1fa706f6-4a20-4a86-97a6-c15ea253d4c3 Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "bookmark"}], "image": {"id": "40b57b03-47f6-4c91-9706-190fddde62de", "links": [{"href": "http://172.30.9.21:8774/images/40b57b03-47f6-4c91-9706-190fddde62de", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c1e727b2-eeae-4042-b15d-509d52556df9", "links": [{"href": "http://172.30.9.21:8774/flavors/c1e727b2-eeae-4042-b15d-509d52556df9", "rel": "bookmark"}]}, "id": "39e1a5b6-af3d-464b-badb-c22da697010e", "security_groups": [{"name": "shaker-sg_7a2f8673-21ac-460d-8307-4a56ba649122"}], "user_id": "116c98871f324c4d9ecc98b13e13b8f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T07:00:08Z", "hostId": "55dc5157f3e88a811d5e275d3d1bdcc80edd6fc7ce58f477a7e29675", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_7a2f8673-21ac-460d-8307-4a56ba649122", "name": "shaker-vm_7a2f8673-21ac-460d-8307-4a56ba649122", "created": "2018-08-12T07:00:07Z", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 07:00:56,425 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-1fa706f6-4a20-4a86-97a6-c15ea253d4c3 2018-08-12 07:00:56,425 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.377818822861s 2018-08-12 07:00:56,426 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-1fa706f6-4a20-4a86-97a6-c15ea253d4c3 2018-08-12 07:00:56,432 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 07:00:58,435 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 07:00:58,438 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a224d027bc12979b87eaf29ef961ad0e58a40af8" 2018-08-12 07:00:58,993 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 07:00: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-c4f244fe-f2b6-44f6-96bc-595943e8f862 x-compute-request-id: req-c4f244fe-f2b6-44f6-96bc-595943e8f862 Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "bookmark"}], "image": {"id": "40b57b03-47f6-4c91-9706-190fddde62de", "links": [{"href": "http://172.30.9.21:8774/images/40b57b03-47f6-4c91-9706-190fddde62de", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c1e727b2-eeae-4042-b15d-509d52556df9", "links": [{"href": "http://172.30.9.21:8774/flavors/c1e727b2-eeae-4042-b15d-509d52556df9", "rel": "bookmark"}]}, "id": "39e1a5b6-af3d-464b-badb-c22da697010e", "security_groups": [{"name": "shaker-sg_7a2f8673-21ac-460d-8307-4a56ba649122"}], "user_id": "116c98871f324c4d9ecc98b13e13b8f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T07:00:08Z", "hostId": "55dc5157f3e88a811d5e275d3d1bdcc80edd6fc7ce58f477a7e29675", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_7a2f8673-21ac-460d-8307-4a56ba649122", "name": "shaker-vm_7a2f8673-21ac-460d-8307-4a56ba649122", "created": "2018-08-12T07:00:07Z", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 07:00:58,994 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-c4f244fe-f2b6-44f6-96bc-595943e8f862 2018-08-12 07:00:58,994 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.558718919754s 2018-08-12 07:00:58,994 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-c4f244fe-f2b6-44f6-96bc-595943e8f862 2018-08-12 07:00:58,998 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 07:01:01,001 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 07:01:01,003 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a224d027bc12979b87eaf29ef961ad0e58a40af8" 2018-08-12 07:01:01,735 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 07:01: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-6eec0488-2fad-461c-9f28-cbaf043689ed x-compute-request-id: req-6eec0488-2fad-461c-9f28-cbaf043689ed Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "bookmark"}], "image": {"id": "40b57b03-47f6-4c91-9706-190fddde62de", "links": [{"href": "http://172.30.9.21:8774/images/40b57b03-47f6-4c91-9706-190fddde62de", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c1e727b2-eeae-4042-b15d-509d52556df9", "links": [{"href": "http://172.30.9.21:8774/flavors/c1e727b2-eeae-4042-b15d-509d52556df9", "rel": "bookmark"}]}, "id": "39e1a5b6-af3d-464b-badb-c22da697010e", "security_groups": [{"name": "shaker-sg_7a2f8673-21ac-460d-8307-4a56ba649122"}], "user_id": "116c98871f324c4d9ecc98b13e13b8f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T07:00:08Z", "hostId": "55dc5157f3e88a811d5e275d3d1bdcc80edd6fc7ce58f477a7e29675", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_7a2f8673-21ac-460d-8307-4a56ba649122", "name": "shaker-vm_7a2f8673-21ac-460d-8307-4a56ba649122", "created": "2018-08-12T07:00:07Z", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 07:01:01,736 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-6eec0488-2fad-461c-9f28-cbaf043689ed 2018-08-12 07:01:01,736 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.734925985336s 2018-08-12 07:01:01,736 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-6eec0488-2fad-461c-9f28-cbaf043689ed 2018-08-12 07:01:01,739 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 07:01:03,742 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 07:01:03,745 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a224d027bc12979b87eaf29ef961ad0e58a40af8" 2018-08-12 07:01:04,263 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 07:01: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-690098c2-5d7b-4057-b065-35effab4abff x-compute-request-id: req-690098c2-5d7b-4057-b065-35effab4abff Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "bookmark"}], "image": {"id": "40b57b03-47f6-4c91-9706-190fddde62de", "links": [{"href": "http://172.30.9.21:8774/images/40b57b03-47f6-4c91-9706-190fddde62de", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c1e727b2-eeae-4042-b15d-509d52556df9", "links": [{"href": "http://172.30.9.21:8774/flavors/c1e727b2-eeae-4042-b15d-509d52556df9", "rel": "bookmark"}]}, "id": "39e1a5b6-af3d-464b-badb-c22da697010e", "security_groups": [{"name": "shaker-sg_7a2f8673-21ac-460d-8307-4a56ba649122"}], "user_id": "116c98871f324c4d9ecc98b13e13b8f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T07:00:08Z", "hostId": "55dc5157f3e88a811d5e275d3d1bdcc80edd6fc7ce58f477a7e29675", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_7a2f8673-21ac-460d-8307-4a56ba649122", "name": "shaker-vm_7a2f8673-21ac-460d-8307-4a56ba649122", "created": "2018-08-12T07:00:07Z", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 07:01:04,263 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-690098c2-5d7b-4057-b065-35effab4abff 2018-08-12 07:01:04,263 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.520942926407s 2018-08-12 07:01:04,264 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-690098c2-5d7b-4057-b065-35effab4abff 2018-08-12 07:01:04,268 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 07:01:06,270 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 07:01:06,273 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a224d027bc12979b87eaf29ef961ad0e58a40af8" 2018-08-12 07:01:06,833 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 07:01: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-d624479a-cf6a-4ff8-8bb0-c3d27b08014a x-compute-request-id: req-d624479a-cf6a-4ff8-8bb0-c3d27b08014a Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "bookmark"}], "image": {"id": "40b57b03-47f6-4c91-9706-190fddde62de", "links": [{"href": "http://172.30.9.21:8774/images/40b57b03-47f6-4c91-9706-190fddde62de", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c1e727b2-eeae-4042-b15d-509d52556df9", "links": [{"href": "http://172.30.9.21:8774/flavors/c1e727b2-eeae-4042-b15d-509d52556df9", "rel": "bookmark"}]}, "id": "39e1a5b6-af3d-464b-badb-c22da697010e", "security_groups": [{"name": "shaker-sg_7a2f8673-21ac-460d-8307-4a56ba649122"}], "user_id": "116c98871f324c4d9ecc98b13e13b8f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T07:00:08Z", "hostId": "55dc5157f3e88a811d5e275d3d1bdcc80edd6fc7ce58f477a7e29675", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_7a2f8673-21ac-460d-8307-4a56ba649122", "name": "shaker-vm_7a2f8673-21ac-460d-8307-4a56ba649122", "created": "2018-08-12T07:00:07Z", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 07:01:06,833 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-d624479a-cf6a-4ff8-8bb0-c3d27b08014a 2018-08-12 07:01:06,834 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.562990903854s 2018-08-12 07:01:06,834 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-d624479a-cf6a-4ff8-8bb0-c3d27b08014a 2018-08-12 07:01:06,838 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 07:01:08,841 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 07:01:08,844 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a224d027bc12979b87eaf29ef961ad0e58a40af8" 2018-08-12 07:01:09,396 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 07:01: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-ba28f1d6-bf90-4308-8e1a-5ecbb2fca370 x-compute-request-id: req-ba28f1d6-bf90-4308-8e1a-5ecbb2fca370 Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "bookmark"}], "image": {"id": "40b57b03-47f6-4c91-9706-190fddde62de", "links": [{"href": "http://172.30.9.21:8774/images/40b57b03-47f6-4c91-9706-190fddde62de", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c1e727b2-eeae-4042-b15d-509d52556df9", "links": [{"href": "http://172.30.9.21:8774/flavors/c1e727b2-eeae-4042-b15d-509d52556df9", "rel": "bookmark"}]}, "id": "39e1a5b6-af3d-464b-badb-c22da697010e", "security_groups": [{"name": "shaker-sg_7a2f8673-21ac-460d-8307-4a56ba649122"}], "user_id": "116c98871f324c4d9ecc98b13e13b8f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T07:00:08Z", "hostId": "55dc5157f3e88a811d5e275d3d1bdcc80edd6fc7ce58f477a7e29675", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_7a2f8673-21ac-460d-8307-4a56ba649122", "name": "shaker-vm_7a2f8673-21ac-460d-8307-4a56ba649122", "created": "2018-08-12T07:00:07Z", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 07:01:09,397 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-ba28f1d6-bf90-4308-8e1a-5ecbb2fca370 2018-08-12 07:01:09,397 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.556071043015s 2018-08-12 07:01:09,397 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-ba28f1d6-bf90-4308-8e1a-5ecbb2fca370 2018-08-12 07:01:09,401 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 07:01:11,404 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 07:01:11,407 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a224d027bc12979b87eaf29ef961ad0e58a40af8" 2018-08-12 07:01:12,169 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 07:01:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1a703706-7b03-460e-bc9e-4a55af530d0b x-compute-request-id: req-1a703706-7b03-460e-bc9e-4a55af530d0b Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "bookmark"}], "image": {"id": "40b57b03-47f6-4c91-9706-190fddde62de", "links": [{"href": "http://172.30.9.21:8774/images/40b57b03-47f6-4c91-9706-190fddde62de", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c1e727b2-eeae-4042-b15d-509d52556df9", "links": [{"href": "http://172.30.9.21:8774/flavors/c1e727b2-eeae-4042-b15d-509d52556df9", "rel": "bookmark"}]}, "id": "39e1a5b6-af3d-464b-badb-c22da697010e", "security_groups": [{"name": "shaker-sg_7a2f8673-21ac-460d-8307-4a56ba649122"}], "user_id": "116c98871f324c4d9ecc98b13e13b8f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T07:00:08Z", "hostId": "55dc5157f3e88a811d5e275d3d1bdcc80edd6fc7ce58f477a7e29675", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_7a2f8673-21ac-460d-8307-4a56ba649122", "name": "shaker-vm_7a2f8673-21ac-460d-8307-4a56ba649122", "created": "2018-08-12T07:00:07Z", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 07:01:12,170 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-1a703706-7b03-460e-bc9e-4a55af530d0b 2018-08-12 07:01:12,170 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.765480041504s 2018-08-12 07:01:12,170 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-1a703706-7b03-460e-bc9e-4a55af530d0b 2018-08-12 07:01:12,175 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 07:01:14,178 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 07:01:14,180 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a224d027bc12979b87eaf29ef961ad0e58a40af8" 2018-08-12 07:01:14,721 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 07:01:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dfa8e44d-0f51-4881-a216-3dc6dcc002c1 x-compute-request-id: req-dfa8e44d-0f51-4881-a216-3dc6dcc002c1 Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "bookmark"}], "image": {"id": "40b57b03-47f6-4c91-9706-190fddde62de", "links": [{"href": "http://172.30.9.21:8774/images/40b57b03-47f6-4c91-9706-190fddde62de", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c1e727b2-eeae-4042-b15d-509d52556df9", "links": [{"href": "http://172.30.9.21:8774/flavors/c1e727b2-eeae-4042-b15d-509d52556df9", "rel": "bookmark"}]}, "id": "39e1a5b6-af3d-464b-badb-c22da697010e", "security_groups": [{"name": "shaker-sg_7a2f8673-21ac-460d-8307-4a56ba649122"}], "user_id": "116c98871f324c4d9ecc98b13e13b8f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T07:00:08Z", "hostId": "55dc5157f3e88a811d5e275d3d1bdcc80edd6fc7ce58f477a7e29675", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_7a2f8673-21ac-460d-8307-4a56ba649122", "name": "shaker-vm_7a2f8673-21ac-460d-8307-4a56ba649122", "created": "2018-08-12T07:00:07Z", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 07:01:14,722 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-dfa8e44d-0f51-4881-a216-3dc6dcc002c1 2018-08-12 07:01:14,722 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.544008970261s 2018-08-12 07:01:14,722 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-dfa8e44d-0f51-4881-a216-3dc6dcc002c1 2018-08-12 07:01:14,726 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 07:01:16,729 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 07:01:16,731 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a224d027bc12979b87eaf29ef961ad0e58a40af8" 2018-08-12 07:01:17,467 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 07:01:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-040e71e4-5120-4fc0-8a46-e6332345e29a x-compute-request-id: req-040e71e4-5120-4fc0-8a46-e6332345e29a Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "bookmark"}], "image": {"id": "40b57b03-47f6-4c91-9706-190fddde62de", "links": [{"href": "http://172.30.9.21:8774/images/40b57b03-47f6-4c91-9706-190fddde62de", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c1e727b2-eeae-4042-b15d-509d52556df9", "links": [{"href": "http://172.30.9.21:8774/flavors/c1e727b2-eeae-4042-b15d-509d52556df9", "rel": "bookmark"}]}, "id": "39e1a5b6-af3d-464b-badb-c22da697010e", "security_groups": [{"name": "shaker-sg_7a2f8673-21ac-460d-8307-4a56ba649122"}], "user_id": "116c98871f324c4d9ecc98b13e13b8f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T07:00:08Z", "hostId": "55dc5157f3e88a811d5e275d3d1bdcc80edd6fc7ce58f477a7e29675", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_7a2f8673-21ac-460d-8307-4a56ba649122", "name": "shaker-vm_7a2f8673-21ac-460d-8307-4a56ba649122", "created": "2018-08-12T07:00:07Z", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 07:01:17,468 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-040e71e4-5120-4fc0-8a46-e6332345e29a 2018-08-12 07:01:17,468 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.738775014877s 2018-08-12 07:01:17,468 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-040e71e4-5120-4fc0-8a46-e6332345e29a 2018-08-12 07:01:17,472 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 07:01:19,475 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 07:01:19,478 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a224d027bc12979b87eaf29ef961ad0e58a40af8" 2018-08-12 07:01:20,021 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 07:01: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-4362d592-aa4e-4abb-be97-4d27ac85263a x-compute-request-id: req-4362d592-aa4e-4abb-be97-4d27ac85263a Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "bookmark"}], "image": {"id": "40b57b03-47f6-4c91-9706-190fddde62de", "links": [{"href": "http://172.30.9.21:8774/images/40b57b03-47f6-4c91-9706-190fddde62de", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c1e727b2-eeae-4042-b15d-509d52556df9", "links": [{"href": "http://172.30.9.21:8774/flavors/c1e727b2-eeae-4042-b15d-509d52556df9", "rel": "bookmark"}]}, "id": "39e1a5b6-af3d-464b-badb-c22da697010e", "security_groups": [{"name": "shaker-sg_7a2f8673-21ac-460d-8307-4a56ba649122"}], "user_id": "116c98871f324c4d9ecc98b13e13b8f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T07:00:08Z", "hostId": "55dc5157f3e88a811d5e275d3d1bdcc80edd6fc7ce58f477a7e29675", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_7a2f8673-21ac-460d-8307-4a56ba649122", "name": "shaker-vm_7a2f8673-21ac-460d-8307-4a56ba649122", "created": "2018-08-12T07:00:07Z", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 07:01:20,021 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-4362d592-aa4e-4abb-be97-4d27ac85263a 2018-08-12 07:01:20,021 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.546027898788s 2018-08-12 07:01:20,022 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-4362d592-aa4e-4abb-be97-4d27ac85263a 2018-08-12 07:01:20,026 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 07:01:22,029 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 07:01:22,032 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a224d027bc12979b87eaf29ef961ad0e58a40af8" 2018-08-12 07:01:22,588 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 07:01: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-4b451280-5ca9-4e80-940a-98241ef7b9a4 x-compute-request-id: req-4b451280-5ca9-4e80-940a-98241ef7b9a4 Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "bookmark"}], "image": {"id": "40b57b03-47f6-4c91-9706-190fddde62de", "links": [{"href": "http://172.30.9.21:8774/images/40b57b03-47f6-4c91-9706-190fddde62de", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c1e727b2-eeae-4042-b15d-509d52556df9", "links": [{"href": "http://172.30.9.21:8774/flavors/c1e727b2-eeae-4042-b15d-509d52556df9", "rel": "bookmark"}]}, "id": "39e1a5b6-af3d-464b-badb-c22da697010e", "security_groups": [{"name": "shaker-sg_7a2f8673-21ac-460d-8307-4a56ba649122"}], "user_id": "116c98871f324c4d9ecc98b13e13b8f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T07:00:08Z", "hostId": "55dc5157f3e88a811d5e275d3d1bdcc80edd6fc7ce58f477a7e29675", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_7a2f8673-21ac-460d-8307-4a56ba649122", "name": "shaker-vm_7a2f8673-21ac-460d-8307-4a56ba649122", "created": "2018-08-12T07:00:07Z", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 07:01:22,588 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-4b451280-5ca9-4e80-940a-98241ef7b9a4 2018-08-12 07:01:22,588 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.559302806854s 2018-08-12 07:01:22,589 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-4b451280-5ca9-4e80-940a-98241ef7b9a4 2018-08-12 07:01:22,593 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 07:01:24,595 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 07:01:24,598 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a224d027bc12979b87eaf29ef961ad0e58a40af8" 2018-08-12 07:01:25,126 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 07:01:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3a6e313d-bf41-40c8-8a3e-36d91dc7cd4d x-compute-request-id: req-3a6e313d-bf41-40c8-8a3e-36d91dc7cd4d Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "bookmark"}], "image": {"id": "40b57b03-47f6-4c91-9706-190fddde62de", "links": [{"href": "http://172.30.9.21:8774/images/40b57b03-47f6-4c91-9706-190fddde62de", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c1e727b2-eeae-4042-b15d-509d52556df9", "links": [{"href": "http://172.30.9.21:8774/flavors/c1e727b2-eeae-4042-b15d-509d52556df9", "rel": "bookmark"}]}, "id": "39e1a5b6-af3d-464b-badb-c22da697010e", "security_groups": [{"name": "shaker-sg_7a2f8673-21ac-460d-8307-4a56ba649122"}], "user_id": "116c98871f324c4d9ecc98b13e13b8f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T07:00:08Z", "hostId": "55dc5157f3e88a811d5e275d3d1bdcc80edd6fc7ce58f477a7e29675", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_7a2f8673-21ac-460d-8307-4a56ba649122", "name": "shaker-vm_7a2f8673-21ac-460d-8307-4a56ba649122", "created": "2018-08-12T07:00:07Z", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 07:01:25,126 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-3a6e313d-bf41-40c8-8a3e-36d91dc7cd4d 2018-08-12 07:01:25,126 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.530693054199s 2018-08-12 07:01:25,127 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-3a6e313d-bf41-40c8-8a3e-36d91dc7cd4d 2018-08-12 07:01:25,130 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 07:01:27,133 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 07:01:27,136 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a224d027bc12979b87eaf29ef961ad0e58a40af8" 2018-08-12 07:01:27,705 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 07:01: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-af924b60-ccd6-44e7-80c1-e7a665eb557e x-compute-request-id: req-af924b60-ccd6-44e7-80c1-e7a665eb557e Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "bookmark"}], "image": {"id": "40b57b03-47f6-4c91-9706-190fddde62de", "links": [{"href": "http://172.30.9.21:8774/images/40b57b03-47f6-4c91-9706-190fddde62de", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c1e727b2-eeae-4042-b15d-509d52556df9", "links": [{"href": "http://172.30.9.21:8774/flavors/c1e727b2-eeae-4042-b15d-509d52556df9", "rel": "bookmark"}]}, "id": "39e1a5b6-af3d-464b-badb-c22da697010e", "security_groups": [{"name": "shaker-sg_7a2f8673-21ac-460d-8307-4a56ba649122"}], "user_id": "116c98871f324c4d9ecc98b13e13b8f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T07:00:08Z", "hostId": "55dc5157f3e88a811d5e275d3d1bdcc80edd6fc7ce58f477a7e29675", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_7a2f8673-21ac-460d-8307-4a56ba649122", "name": "shaker-vm_7a2f8673-21ac-460d-8307-4a56ba649122", "created": "2018-08-12T07:00:07Z", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 07:01:27,706 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-af924b60-ccd6-44e7-80c1-e7a665eb557e 2018-08-12 07:01:27,706 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.572201967239s 2018-08-12 07:01:27,706 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-af924b60-ccd6-44e7-80c1-e7a665eb557e 2018-08-12 07:01:27,710 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 07:01:29,713 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 07:01:29,716 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a224d027bc12979b87eaf29ef961ad0e58a40af8" 2018-08-12 07:01:30,292 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 07:01: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-246da13a-0c85-41cb-bdae-c60b68a20dee x-compute-request-id: req-246da13a-0c85-41cb-bdae-c60b68a20dee Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "bookmark"}], "image": {"id": "40b57b03-47f6-4c91-9706-190fddde62de", "links": [{"href": "http://172.30.9.21:8774/images/40b57b03-47f6-4c91-9706-190fddde62de", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c1e727b2-eeae-4042-b15d-509d52556df9", "links": [{"href": "http://172.30.9.21:8774/flavors/c1e727b2-eeae-4042-b15d-509d52556df9", "rel": "bookmark"}]}, "id": "39e1a5b6-af3d-464b-badb-c22da697010e", "security_groups": [{"name": "shaker-sg_7a2f8673-21ac-460d-8307-4a56ba649122"}], "user_id": "116c98871f324c4d9ecc98b13e13b8f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T07:00:08Z", "hostId": "55dc5157f3e88a811d5e275d3d1bdcc80edd6fc7ce58f477a7e29675", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_7a2f8673-21ac-460d-8307-4a56ba649122", "name": "shaker-vm_7a2f8673-21ac-460d-8307-4a56ba649122", "created": "2018-08-12T07:00:07Z", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 07:01:30,292 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-246da13a-0c85-41cb-bdae-c60b68a20dee 2018-08-12 07:01:30,293 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.579301834106s 2018-08-12 07:01:30,293 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-246da13a-0c85-41cb-bdae-c60b68a20dee 2018-08-12 07:01:30,296 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 07:01:32,299 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 07:01:32,302 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a224d027bc12979b87eaf29ef961ad0e58a40af8" 2018-08-12 07:01:33,102 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 07:01: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-6002eec4-f131-4dff-b81e-af873d14b187 x-compute-request-id: req-6002eec4-f131-4dff-b81e-af873d14b187 Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "bookmark"}], "image": {"id": "40b57b03-47f6-4c91-9706-190fddde62de", "links": [{"href": "http://172.30.9.21:8774/images/40b57b03-47f6-4c91-9706-190fddde62de", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c1e727b2-eeae-4042-b15d-509d52556df9", "links": [{"href": "http://172.30.9.21:8774/flavors/c1e727b2-eeae-4042-b15d-509d52556df9", "rel": "bookmark"}]}, "id": "39e1a5b6-af3d-464b-badb-c22da697010e", "security_groups": [{"name": "shaker-sg_7a2f8673-21ac-460d-8307-4a56ba649122"}], "user_id": "116c98871f324c4d9ecc98b13e13b8f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T07:00:08Z", "hostId": "55dc5157f3e88a811d5e275d3d1bdcc80edd6fc7ce58f477a7e29675", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_7a2f8673-21ac-460d-8307-4a56ba649122", "name": "shaker-vm_7a2f8673-21ac-460d-8307-4a56ba649122", "created": "2018-08-12T07:00:07Z", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 07:01:33,102 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-6002eec4-f131-4dff-b81e-af873d14b187 2018-08-12 07:01:33,102 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.802592992783s 2018-08-12 07:01:33,102 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-6002eec4-f131-4dff-b81e-af873d14b187 2018-08-12 07:01:33,106 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 07:01:35,109 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 07:01:35,112 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a224d027bc12979b87eaf29ef961ad0e58a40af8" 2018-08-12 07:01:36,064 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 07:01: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-e6c5fcc5-747c-4022-b788-3b62fbd241dd x-compute-request-id: req-e6c5fcc5-747c-4022-b788-3b62fbd241dd Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "bookmark"}], "image": {"id": "40b57b03-47f6-4c91-9706-190fddde62de", "links": [{"href": "http://172.30.9.21:8774/images/40b57b03-47f6-4c91-9706-190fddde62de", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c1e727b2-eeae-4042-b15d-509d52556df9", "links": [{"href": "http://172.30.9.21:8774/flavors/c1e727b2-eeae-4042-b15d-509d52556df9", "rel": "bookmark"}]}, "id": "39e1a5b6-af3d-464b-badb-c22da697010e", "security_groups": [{"name": "shaker-sg_7a2f8673-21ac-460d-8307-4a56ba649122"}], "user_id": "116c98871f324c4d9ecc98b13e13b8f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T07:00:08Z", "hostId": "55dc5157f3e88a811d5e275d3d1bdcc80edd6fc7ce58f477a7e29675", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_7a2f8673-21ac-460d-8307-4a56ba649122", "name": "shaker-vm_7a2f8673-21ac-460d-8307-4a56ba649122", "created": "2018-08-12T07:00:07Z", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 07:01:36,064 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-e6c5fcc5-747c-4022-b788-3b62fbd241dd 2018-08-12 07:01:36,064 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.954926967621s 2018-08-12 07:01:36,065 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-e6c5fcc5-747c-4022-b788-3b62fbd241dd 2018-08-12 07:01:36,069 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 07:01:38,071 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 07:01:38,075 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a224d027bc12979b87eaf29ef961ad0e58a40af8" 2018-08-12 07:01:38,630 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 07:01: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-e87f57d3-7c62-4cb6-88ae-ceef1c01cdef x-compute-request-id: req-e87f57d3-7c62-4cb6-88ae-ceef1c01cdef Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "bookmark"}], "image": {"id": "40b57b03-47f6-4c91-9706-190fddde62de", "links": [{"href": "http://172.30.9.21:8774/images/40b57b03-47f6-4c91-9706-190fddde62de", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c1e727b2-eeae-4042-b15d-509d52556df9", "links": [{"href": "http://172.30.9.21:8774/flavors/c1e727b2-eeae-4042-b15d-509d52556df9", "rel": "bookmark"}]}, "id": "39e1a5b6-af3d-464b-badb-c22da697010e", "security_groups": [{"name": "shaker-sg_7a2f8673-21ac-460d-8307-4a56ba649122"}], "user_id": "116c98871f324c4d9ecc98b13e13b8f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T07:00:08Z", "hostId": "55dc5157f3e88a811d5e275d3d1bdcc80edd6fc7ce58f477a7e29675", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_7a2f8673-21ac-460d-8307-4a56ba649122", "name": "shaker-vm_7a2f8673-21ac-460d-8307-4a56ba649122", "created": "2018-08-12T07:00:07Z", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 07:01:38,630 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-e87f57d3-7c62-4cb6-88ae-ceef1c01cdef 2018-08-12 07:01:38,630 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.558684110641s 2018-08-12 07:01:38,631 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-e87f57d3-7c62-4cb6-88ae-ceef1c01cdef 2018-08-12 07:01:38,635 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 07:01:40,637 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 07:01:40,640 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a224d027bc12979b87eaf29ef961ad0e58a40af8" 2018-08-12 07:01:41,195 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 07:01: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-a3336b63-506e-43ad-b99d-0dd682493b79 x-compute-request-id: req-a3336b63-506e-43ad-b99d-0dd682493b79 Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "bookmark"}], "image": {"id": "40b57b03-47f6-4c91-9706-190fddde62de", "links": [{"href": "http://172.30.9.21:8774/images/40b57b03-47f6-4c91-9706-190fddde62de", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c1e727b2-eeae-4042-b15d-509d52556df9", "links": [{"href": "http://172.30.9.21:8774/flavors/c1e727b2-eeae-4042-b15d-509d52556df9", "rel": "bookmark"}]}, "id": "39e1a5b6-af3d-464b-badb-c22da697010e", "security_groups": [{"name": "shaker-sg_7a2f8673-21ac-460d-8307-4a56ba649122"}], "user_id": "116c98871f324c4d9ecc98b13e13b8f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T07:00:08Z", "hostId": "55dc5157f3e88a811d5e275d3d1bdcc80edd6fc7ce58f477a7e29675", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_7a2f8673-21ac-460d-8307-4a56ba649122", "name": "shaker-vm_7a2f8673-21ac-460d-8307-4a56ba649122", "created": "2018-08-12T07:00:07Z", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 07:01:41,195 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-a3336b63-506e-43ad-b99d-0dd682493b79 2018-08-12 07:01:41,195 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.557617902756s 2018-08-12 07:01:41,195 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-a3336b63-506e-43ad-b99d-0dd682493b79 2018-08-12 07:01:41,199 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 07:01:43,202 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 07:01:43,204 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a224d027bc12979b87eaf29ef961ad0e58a40af8" 2018-08-12 07:01:43,601 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 07:01:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ed125fbd-5874-47fd-8540-a36bd56a8473 x-compute-request-id: req-ed125fbd-5874-47fd-8540-a36bd56a8473 Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "bookmark"}], "image": {"id": "40b57b03-47f6-4c91-9706-190fddde62de", "links": [{"href": "http://172.30.9.21:8774/images/40b57b03-47f6-4c91-9706-190fddde62de", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c1e727b2-eeae-4042-b15d-509d52556df9", "links": [{"href": "http://172.30.9.21:8774/flavors/c1e727b2-eeae-4042-b15d-509d52556df9", "rel": "bookmark"}]}, "id": "39e1a5b6-af3d-464b-badb-c22da697010e", "security_groups": [{"name": "shaker-sg_7a2f8673-21ac-460d-8307-4a56ba649122"}], "user_id": "116c98871f324c4d9ecc98b13e13b8f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T07:00:08Z", "hostId": "55dc5157f3e88a811d5e275d3d1bdcc80edd6fc7ce58f477a7e29675", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_7a2f8673-21ac-460d-8307-4a56ba649122", "name": "shaker-vm_7a2f8673-21ac-460d-8307-4a56ba649122", "created": "2018-08-12T07:00:07Z", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 07:01:43,601 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-ed125fbd-5874-47fd-8540-a36bd56a8473 2018-08-12 07:01:43,602 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.399823904037s 2018-08-12 07:01:43,602 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-ed125fbd-5874-47fd-8540-a36bd56a8473 2018-08-12 07:01:43,606 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 07:01:45,608 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 07:01:45,611 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a224d027bc12979b87eaf29ef961ad0e58a40af8" 2018-08-12 07:01:46,151 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 07:01:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d1514419-e6a7-45a9-b9e8-c9c6044d5f1f x-compute-request-id: req-d1514419-e6a7-45a9-b9e8-c9c6044d5f1f Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "bookmark"}], "image": {"id": "40b57b03-47f6-4c91-9706-190fddde62de", "links": [{"href": "http://172.30.9.21:8774/images/40b57b03-47f6-4c91-9706-190fddde62de", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c1e727b2-eeae-4042-b15d-509d52556df9", "links": [{"href": "http://172.30.9.21:8774/flavors/c1e727b2-eeae-4042-b15d-509d52556df9", "rel": "bookmark"}]}, "id": "39e1a5b6-af3d-464b-badb-c22da697010e", "security_groups": [{"name": "shaker-sg_7a2f8673-21ac-460d-8307-4a56ba649122"}], "user_id": "116c98871f324c4d9ecc98b13e13b8f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T07:00:08Z", "hostId": "55dc5157f3e88a811d5e275d3d1bdcc80edd6fc7ce58f477a7e29675", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_7a2f8673-21ac-460d-8307-4a56ba649122", "name": "shaker-vm_7a2f8673-21ac-460d-8307-4a56ba649122", "created": "2018-08-12T07:00:07Z", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 07:01:46,151 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-d1514419-e6a7-45a9-b9e8-c9c6044d5f1f 2018-08-12 07:01:46,152 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.54318189621s 2018-08-12 07:01:46,152 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-d1514419-e6a7-45a9-b9e8-c9c6044d5f1f 2018-08-12 07:01:46,156 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 07:01:48,159 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 07:01:48,162 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a224d027bc12979b87eaf29ef961ad0e58a40af8" 2018-08-12 07:01:48,892 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 07:01: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-fd000668-6fd6-4171-a46e-2d17fb2e5b57 x-compute-request-id: req-fd000668-6fd6-4171-a46e-2d17fb2e5b57 Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "bookmark"}], "image": {"id": "40b57b03-47f6-4c91-9706-190fddde62de", "links": [{"href": "http://172.30.9.21:8774/images/40b57b03-47f6-4c91-9706-190fddde62de", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c1e727b2-eeae-4042-b15d-509d52556df9", "links": [{"href": "http://172.30.9.21:8774/flavors/c1e727b2-eeae-4042-b15d-509d52556df9", "rel": "bookmark"}]}, "id": "39e1a5b6-af3d-464b-badb-c22da697010e", "security_groups": [{"name": "shaker-sg_7a2f8673-21ac-460d-8307-4a56ba649122"}], "user_id": "116c98871f324c4d9ecc98b13e13b8f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T07:00:08Z", "hostId": "55dc5157f3e88a811d5e275d3d1bdcc80edd6fc7ce58f477a7e29675", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_7a2f8673-21ac-460d-8307-4a56ba649122", "name": "shaker-vm_7a2f8673-21ac-460d-8307-4a56ba649122", "created": "2018-08-12T07:00:07Z", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 07:01:48,892 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-fd000668-6fd6-4171-a46e-2d17fb2e5b57 2018-08-12 07:01:48,892 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.733415842056s 2018-08-12 07:01:48,893 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-fd000668-6fd6-4171-a46e-2d17fb2e5b57 2018-08-12 07:01:48,896 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 07:01:50,899 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 07:01:50,902 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a224d027bc12979b87eaf29ef961ad0e58a40af8" 2018-08-12 07:01:51,477 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 07:01:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8ad13a7e-cff7-4bd7-a947-a1e1cbf17ad7 x-compute-request-id: req-8ad13a7e-cff7-4bd7-a947-a1e1cbf17ad7 Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "bookmark"}], "image": {"id": "40b57b03-47f6-4c91-9706-190fddde62de", "links": [{"href": "http://172.30.9.21:8774/images/40b57b03-47f6-4c91-9706-190fddde62de", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c1e727b2-eeae-4042-b15d-509d52556df9", "links": [{"href": "http://172.30.9.21:8774/flavors/c1e727b2-eeae-4042-b15d-509d52556df9", "rel": "bookmark"}]}, "id": "39e1a5b6-af3d-464b-badb-c22da697010e", "security_groups": [{"name": "shaker-sg_7a2f8673-21ac-460d-8307-4a56ba649122"}], "user_id": "116c98871f324c4d9ecc98b13e13b8f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T07:00:08Z", "hostId": "55dc5157f3e88a811d5e275d3d1bdcc80edd6fc7ce58f477a7e29675", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_7a2f8673-21ac-460d-8307-4a56ba649122", "name": "shaker-vm_7a2f8673-21ac-460d-8307-4a56ba649122", "created": "2018-08-12T07:00:07Z", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 07:01:51,477 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-8ad13a7e-cff7-4bd7-a947-a1e1cbf17ad7 2018-08-12 07:01:51,477 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.578091144562s 2018-08-12 07:01:51,477 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-8ad13a7e-cff7-4bd7-a947-a1e1cbf17ad7 2018-08-12 07:01:51,481 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 07:01:53,484 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 07:01:53,487 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a224d027bc12979b87eaf29ef961ad0e58a40af8" 2018-08-12 07:01:54,322 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 07:01:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7061d773-b360-4360-9380-59806f19e3be x-compute-request-id: req-7061d773-b360-4360-9380-59806f19e3be Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "bookmark"}], "image": {"id": "40b57b03-47f6-4c91-9706-190fddde62de", "links": [{"href": "http://172.30.9.21:8774/images/40b57b03-47f6-4c91-9706-190fddde62de", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c1e727b2-eeae-4042-b15d-509d52556df9", "links": [{"href": "http://172.30.9.21:8774/flavors/c1e727b2-eeae-4042-b15d-509d52556df9", "rel": "bookmark"}]}, "id": "39e1a5b6-af3d-464b-badb-c22da697010e", "security_groups": [{"name": "shaker-sg_7a2f8673-21ac-460d-8307-4a56ba649122"}], "user_id": "116c98871f324c4d9ecc98b13e13b8f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T07:00:08Z", "hostId": "55dc5157f3e88a811d5e275d3d1bdcc80edd6fc7ce58f477a7e29675", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_7a2f8673-21ac-460d-8307-4a56ba649122", "name": "shaker-vm_7a2f8673-21ac-460d-8307-4a56ba649122", "created": "2018-08-12T07:00:07Z", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 07:01:54,322 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-7061d773-b360-4360-9380-59806f19e3be 2018-08-12 07:01:54,322 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.837722063065s 2018-08-12 07:01:54,322 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-7061d773-b360-4360-9380-59806f19e3be 2018-08-12 07:01:54,326 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 07:01:56,329 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 07:01:56,332 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a224d027bc12979b87eaf29ef961ad0e58a40af8" 2018-08-12 07:01:56,705 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 07:01:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ee185650-165e-44de-a1fa-c644151556e4 x-compute-request-id: req-ee185650-165e-44de-a1fa-c644151556e4 Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "bookmark"}], "image": {"id": "40b57b03-47f6-4c91-9706-190fddde62de", "links": [{"href": "http://172.30.9.21:8774/images/40b57b03-47f6-4c91-9706-190fddde62de", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c1e727b2-eeae-4042-b15d-509d52556df9", "links": [{"href": "http://172.30.9.21:8774/flavors/c1e727b2-eeae-4042-b15d-509d52556df9", "rel": "bookmark"}]}, "id": "39e1a5b6-af3d-464b-badb-c22da697010e", "security_groups": [{"name": "shaker-sg_7a2f8673-21ac-460d-8307-4a56ba649122"}], "user_id": "116c98871f324c4d9ecc98b13e13b8f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T07:00:08Z", "hostId": "55dc5157f3e88a811d5e275d3d1bdcc80edd6fc7ce58f477a7e29675", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_7a2f8673-21ac-460d-8307-4a56ba649122", "name": "shaker-vm_7a2f8673-21ac-460d-8307-4a56ba649122", "created": "2018-08-12T07:00:07Z", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 07:01:56,705 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-ee185650-165e-44de-a1fa-c644151556e4 2018-08-12 07:01:56,706 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.376108884811s 2018-08-12 07:01:56,706 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-ee185650-165e-44de-a1fa-c644151556e4 2018-08-12 07:01:56,710 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 07:01:58,712 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 07:01:58,715 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a224d027bc12979b87eaf29ef961ad0e58a40af8" 2018-08-12 07:01:59,454 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 07:01: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-c79ab8cc-4941-42f4-b8c5-83a2e3845244 x-compute-request-id: req-c79ab8cc-4941-42f4-b8c5-83a2e3845244 Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "bookmark"}], "image": {"id": "40b57b03-47f6-4c91-9706-190fddde62de", "links": [{"href": "http://172.30.9.21:8774/images/40b57b03-47f6-4c91-9706-190fddde62de", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c1e727b2-eeae-4042-b15d-509d52556df9", "links": [{"href": "http://172.30.9.21:8774/flavors/c1e727b2-eeae-4042-b15d-509d52556df9", "rel": "bookmark"}]}, "id": "39e1a5b6-af3d-464b-badb-c22da697010e", "security_groups": [{"name": "shaker-sg_7a2f8673-21ac-460d-8307-4a56ba649122"}], "user_id": "116c98871f324c4d9ecc98b13e13b8f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T07:00:08Z", "hostId": "55dc5157f3e88a811d5e275d3d1bdcc80edd6fc7ce58f477a7e29675", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_7a2f8673-21ac-460d-8307-4a56ba649122", "name": "shaker-vm_7a2f8673-21ac-460d-8307-4a56ba649122", "created": "2018-08-12T07:00:07Z", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 07:01:59,454 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-c79ab8cc-4941-42f4-b8c5-83a2e3845244 2018-08-12 07:01:59,454 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.741800069809s 2018-08-12 07:01:59,455 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-c79ab8cc-4941-42f4-b8c5-83a2e3845244 2018-08-12 07:01:59,458 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 07:02:01,461 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 07:02:01,464 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a224d027bc12979b87eaf29ef961ad0e58a40af8" 2018-08-12 07:02:02,037 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 07:02:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-15d9b345-6238-4c15-bf83-5de709a45f4c x-compute-request-id: req-15d9b345-6238-4c15-bf83-5de709a45f4c Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "bookmark"}], "image": {"id": "40b57b03-47f6-4c91-9706-190fddde62de", "links": [{"href": "http://172.30.9.21:8774/images/40b57b03-47f6-4c91-9706-190fddde62de", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c1e727b2-eeae-4042-b15d-509d52556df9", "links": [{"href": "http://172.30.9.21:8774/flavors/c1e727b2-eeae-4042-b15d-509d52556df9", "rel": "bookmark"}]}, "id": "39e1a5b6-af3d-464b-badb-c22da697010e", "security_groups": [{"name": "shaker-sg_7a2f8673-21ac-460d-8307-4a56ba649122"}], "user_id": "116c98871f324c4d9ecc98b13e13b8f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T07:00:08Z", "hostId": "55dc5157f3e88a811d5e275d3d1bdcc80edd6fc7ce58f477a7e29675", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_7a2f8673-21ac-460d-8307-4a56ba649122", "name": "shaker-vm_7a2f8673-21ac-460d-8307-4a56ba649122", "created": "2018-08-12T07:00:07Z", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 07:02:02,037 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-15d9b345-6238-4c15-bf83-5de709a45f4c 2018-08-12 07:02:02,037 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.576190948486s 2018-08-12 07:02:02,038 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-15d9b345-6238-4c15-bf83-5de709a45f4c 2018-08-12 07:02:02,041 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 07:02:04,044 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 07:02:04,046 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a224d027bc12979b87eaf29ef961ad0e58a40af8" 2018-08-12 07:02:04,422 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 07:02: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-b8a600a5-5631-49ea-aab7-63af39542cbf x-compute-request-id: req-b8a600a5-5631-49ea-aab7-63af39542cbf Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "bookmark"}], "image": {"id": "40b57b03-47f6-4c91-9706-190fddde62de", "links": [{"href": "http://172.30.9.21:8774/images/40b57b03-47f6-4c91-9706-190fddde62de", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c1e727b2-eeae-4042-b15d-509d52556df9", "links": [{"href": "http://172.30.9.21:8774/flavors/c1e727b2-eeae-4042-b15d-509d52556df9", "rel": "bookmark"}]}, "id": "39e1a5b6-af3d-464b-badb-c22da697010e", "security_groups": [{"name": "shaker-sg_7a2f8673-21ac-460d-8307-4a56ba649122"}], "user_id": "116c98871f324c4d9ecc98b13e13b8f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T07:00:08Z", "hostId": "55dc5157f3e88a811d5e275d3d1bdcc80edd6fc7ce58f477a7e29675", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_7a2f8673-21ac-460d-8307-4a56ba649122", "name": "shaker-vm_7a2f8673-21ac-460d-8307-4a56ba649122", "created": "2018-08-12T07:00:07Z", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 07:02:04,422 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-b8a600a5-5631-49ea-aab7-63af39542cbf 2018-08-12 07:02:04,422 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.378381967545s 2018-08-12 07:02:04,423 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-b8a600a5-5631-49ea-aab7-63af39542cbf 2018-08-12 07:02:04,426 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 07:02:06,428 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 07:02:06,431 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a224d027bc12979b87eaf29ef961ad0e58a40af8" 2018-08-12 07:02:06,976 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 07:02: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-ba2bef67-132c-4fb4-a149-42639a99fcb8 x-compute-request-id: req-ba2bef67-132c-4fb4-a149-42639a99fcb8 Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "bookmark"}], "image": {"id": "40b57b03-47f6-4c91-9706-190fddde62de", "links": [{"href": "http://172.30.9.21:8774/images/40b57b03-47f6-4c91-9706-190fddde62de", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c1e727b2-eeae-4042-b15d-509d52556df9", "links": [{"href": "http://172.30.9.21:8774/flavors/c1e727b2-eeae-4042-b15d-509d52556df9", "rel": "bookmark"}]}, "id": "39e1a5b6-af3d-464b-badb-c22da697010e", "security_groups": [{"name": "shaker-sg_7a2f8673-21ac-460d-8307-4a56ba649122"}], "user_id": "116c98871f324c4d9ecc98b13e13b8f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T07:00:08Z", "hostId": "55dc5157f3e88a811d5e275d3d1bdcc80edd6fc7ce58f477a7e29675", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_7a2f8673-21ac-460d-8307-4a56ba649122", "name": "shaker-vm_7a2f8673-21ac-460d-8307-4a56ba649122", "created": "2018-08-12T07:00:07Z", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 07:02:06,976 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-ba2bef67-132c-4fb4-a149-42639a99fcb8 2018-08-12 07:02:06,976 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.548413038254s 2018-08-12 07:02:06,976 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-ba2bef67-132c-4fb4-a149-42639a99fcb8 2018-08-12 07:02:06,980 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 07:02:08,982 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 07:02:08,985 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a224d027bc12979b87eaf29ef961ad0e58a40af8" 2018-08-12 07:02:09,521 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 07:02: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-9b012331-2c4c-4aa1-a4fd-a1ffc49a7e13 x-compute-request-id: req-9b012331-2c4c-4aa1-a4fd-a1ffc49a7e13 Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "bookmark"}], "image": {"id": "40b57b03-47f6-4c91-9706-190fddde62de", "links": [{"href": "http://172.30.9.21:8774/images/40b57b03-47f6-4c91-9706-190fddde62de", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c1e727b2-eeae-4042-b15d-509d52556df9", "links": [{"href": "http://172.30.9.21:8774/flavors/c1e727b2-eeae-4042-b15d-509d52556df9", "rel": "bookmark"}]}, "id": "39e1a5b6-af3d-464b-badb-c22da697010e", "security_groups": [{"name": "shaker-sg_7a2f8673-21ac-460d-8307-4a56ba649122"}], "user_id": "116c98871f324c4d9ecc98b13e13b8f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T07:00:08Z", "hostId": "55dc5157f3e88a811d5e275d3d1bdcc80edd6fc7ce58f477a7e29675", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_7a2f8673-21ac-460d-8307-4a56ba649122", "name": "shaker-vm_7a2f8673-21ac-460d-8307-4a56ba649122", "created": "2018-08-12T07:00:07Z", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 07:02:09,521 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-9b012331-2c4c-4aa1-a4fd-a1ffc49a7e13 2018-08-12 07:02:09,522 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.539082050323s 2018-08-12 07:02:09,522 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-9b012331-2c4c-4aa1-a4fd-a1ffc49a7e13 2018-08-12 07:02:09,526 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 07:02:11,529 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 07:02:11,532 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a224d027bc12979b87eaf29ef961ad0e58a40af8" 2018-08-12 07:02:12,094 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 07:02: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-27228fac-4d51-46c0-bc22-4294a658a5e9 x-compute-request-id: req-27228fac-4d51-46c0-bc22-4294a658a5e9 Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "bookmark"}], "image": {"id": "40b57b03-47f6-4c91-9706-190fddde62de", "links": [{"href": "http://172.30.9.21:8774/images/40b57b03-47f6-4c91-9706-190fddde62de", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c1e727b2-eeae-4042-b15d-509d52556df9", "links": [{"href": "http://172.30.9.21:8774/flavors/c1e727b2-eeae-4042-b15d-509d52556df9", "rel": "bookmark"}]}, "id": "39e1a5b6-af3d-464b-badb-c22da697010e", "security_groups": [{"name": "shaker-sg_7a2f8673-21ac-460d-8307-4a56ba649122"}], "user_id": "116c98871f324c4d9ecc98b13e13b8f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T07:00:08Z", "hostId": "55dc5157f3e88a811d5e275d3d1bdcc80edd6fc7ce58f477a7e29675", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_7a2f8673-21ac-460d-8307-4a56ba649122", "name": "shaker-vm_7a2f8673-21ac-460d-8307-4a56ba649122", "created": "2018-08-12T07:00:07Z", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 07:02:12,094 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-27228fac-4d51-46c0-bc22-4294a658a5e9 2018-08-12 07:02:12,095 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.565684080124s 2018-08-12 07:02:12,095 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-27228fac-4d51-46c0-bc22-4294a658a5e9 2018-08-12 07:02:12,099 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 07:02:14,102 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 07:02:14,105 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a224d027bc12979b87eaf29ef961ad0e58a40af8" 2018-08-12 07:02:14,317 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 07:02: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-015f0054-e95d-40a2-8837-b2fe025fb8d8 x-compute-request-id: req-015f0054-e95d-40a2-8837-b2fe025fb8d8 Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "bookmark"}], "image": {"id": "40b57b03-47f6-4c91-9706-190fddde62de", "links": [{"href": "http://172.30.9.21:8774/images/40b57b03-47f6-4c91-9706-190fddde62de", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c1e727b2-eeae-4042-b15d-509d52556df9", "links": [{"href": "http://172.30.9.21:8774/flavors/c1e727b2-eeae-4042-b15d-509d52556df9", "rel": "bookmark"}]}, "id": "39e1a5b6-af3d-464b-badb-c22da697010e", "security_groups": [{"name": "shaker-sg_7a2f8673-21ac-460d-8307-4a56ba649122"}], "user_id": "116c98871f324c4d9ecc98b13e13b8f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T07:00:08Z", "hostId": "55dc5157f3e88a811d5e275d3d1bdcc80edd6fc7ce58f477a7e29675", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_7a2f8673-21ac-460d-8307-4a56ba649122", "name": "shaker-vm_7a2f8673-21ac-460d-8307-4a56ba649122", "created": "2018-08-12T07:00:07Z", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 07:02:14,317 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-015f0054-e95d-40a2-8837-b2fe025fb8d8 2018-08-12 07:02:14,317 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.214860916138s 2018-08-12 07:02:14,317 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-015f0054-e95d-40a2-8837-b2fe025fb8d8 2018-08-12 07:02:14,321 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 07:02:16,324 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 07:02:16,329 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a224d027bc12979b87eaf29ef961ad0e58a40af8" 2018-08-12 07:02:16,859 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 07:02: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-5aa55a95-e26d-48e9-b6b8-8afba331dfcf x-compute-request-id: req-5aa55a95-e26d-48e9-b6b8-8afba331dfcf Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "bookmark"}], "image": {"id": "40b57b03-47f6-4c91-9706-190fddde62de", "links": [{"href": "http://172.30.9.21:8774/images/40b57b03-47f6-4c91-9706-190fddde62de", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c1e727b2-eeae-4042-b15d-509d52556df9", "links": [{"href": "http://172.30.9.21:8774/flavors/c1e727b2-eeae-4042-b15d-509d52556df9", "rel": "bookmark"}]}, "id": "39e1a5b6-af3d-464b-badb-c22da697010e", "security_groups": [{"name": "shaker-sg_7a2f8673-21ac-460d-8307-4a56ba649122"}], "user_id": "116c98871f324c4d9ecc98b13e13b8f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T07:00:08Z", "hostId": "55dc5157f3e88a811d5e275d3d1bdcc80edd6fc7ce58f477a7e29675", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_7a2f8673-21ac-460d-8307-4a56ba649122", "name": "shaker-vm_7a2f8673-21ac-460d-8307-4a56ba649122", "created": "2018-08-12T07:00:07Z", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 07:02:16,859 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-5aa55a95-e26d-48e9-b6b8-8afba331dfcf 2018-08-12 07:02:16,859 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.535264015198s 2018-08-12 07:02:16,860 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-5aa55a95-e26d-48e9-b6b8-8afba331dfcf 2018-08-12 07:02:16,864 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 07:02:18,867 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 07:02:18,869 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a224d027bc12979b87eaf29ef961ad0e58a40af8" 2018-08-12 07:02:19,397 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 07:02: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-2fc02f19-09c4-4659-8ad0-c7d78319312b x-compute-request-id: req-2fc02f19-09c4-4659-8ad0-c7d78319312b Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "bookmark"}], "image": {"id": "40b57b03-47f6-4c91-9706-190fddde62de", "links": [{"href": "http://172.30.9.21:8774/images/40b57b03-47f6-4c91-9706-190fddde62de", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c1e727b2-eeae-4042-b15d-509d52556df9", "links": [{"href": "http://172.30.9.21:8774/flavors/c1e727b2-eeae-4042-b15d-509d52556df9", "rel": "bookmark"}]}, "id": "39e1a5b6-af3d-464b-badb-c22da697010e", "security_groups": [{"name": "shaker-sg_7a2f8673-21ac-460d-8307-4a56ba649122"}], "user_id": "116c98871f324c4d9ecc98b13e13b8f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T07:00:08Z", "hostId": "55dc5157f3e88a811d5e275d3d1bdcc80edd6fc7ce58f477a7e29675", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_7a2f8673-21ac-460d-8307-4a56ba649122", "name": "shaker-vm_7a2f8673-21ac-460d-8307-4a56ba649122", "created": "2018-08-12T07:00:07Z", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 07:02:19,397 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-2fc02f19-09c4-4659-8ad0-c7d78319312b 2018-08-12 07:02:19,398 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.530766963959s 2018-08-12 07:02:19,398 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-2fc02f19-09c4-4659-8ad0-c7d78319312b 2018-08-12 07:02:19,402 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 07:02:21,402 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 07:02:21,405 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a224d027bc12979b87eaf29ef961ad0e58a40af8" 2018-08-12 07:02:22,042 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 07:02: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-ca3c0ec6-9c24-4e63-ba81-4de10b9fc920 x-compute-request-id: req-ca3c0ec6-9c24-4e63-ba81-4de10b9fc920 Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "bookmark"}], "image": {"id": "40b57b03-47f6-4c91-9706-190fddde62de", "links": [{"href": "http://172.30.9.21:8774/images/40b57b03-47f6-4c91-9706-190fddde62de", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c1e727b2-eeae-4042-b15d-509d52556df9", "links": [{"href": "http://172.30.9.21:8774/flavors/c1e727b2-eeae-4042-b15d-509d52556df9", "rel": "bookmark"}]}, "id": "39e1a5b6-af3d-464b-badb-c22da697010e", "security_groups": [{"name": "shaker-sg_7a2f8673-21ac-460d-8307-4a56ba649122"}], "user_id": "116c98871f324c4d9ecc98b13e13b8f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T07:00:08Z", "hostId": "55dc5157f3e88a811d5e275d3d1bdcc80edd6fc7ce58f477a7e29675", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_7a2f8673-21ac-460d-8307-4a56ba649122", "name": "shaker-vm_7a2f8673-21ac-460d-8307-4a56ba649122", "created": "2018-08-12T07:00:07Z", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 07:02:22,043 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-ca3c0ec6-9c24-4e63-ba81-4de10b9fc920 2018-08-12 07:02:22,043 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.640148878098s 2018-08-12 07:02:22,043 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-ca3c0ec6-9c24-4e63-ba81-4de10b9fc920 2018-08-12 07:02:22,047 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 07:02:24,049 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 07:02:24,052 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a224d027bc12979b87eaf29ef961ad0e58a40af8" 2018-08-12 07:02:24,976 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 07:02:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-763061a6-656d-4533-8a30-3285460c9dd7 x-compute-request-id: req-763061a6-656d-4533-8a30-3285460c9dd7 Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "bookmark"}], "image": {"id": "40b57b03-47f6-4c91-9706-190fddde62de", "links": [{"href": "http://172.30.9.21:8774/images/40b57b03-47f6-4c91-9706-190fddde62de", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c1e727b2-eeae-4042-b15d-509d52556df9", "links": [{"href": "http://172.30.9.21:8774/flavors/c1e727b2-eeae-4042-b15d-509d52556df9", "rel": "bookmark"}]}, "id": "39e1a5b6-af3d-464b-badb-c22da697010e", "security_groups": [{"name": "shaker-sg_7a2f8673-21ac-460d-8307-4a56ba649122"}], "user_id": "116c98871f324c4d9ecc98b13e13b8f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T07:00:08Z", "hostId": "55dc5157f3e88a811d5e275d3d1bdcc80edd6fc7ce58f477a7e29675", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_7a2f8673-21ac-460d-8307-4a56ba649122", "name": "shaker-vm_7a2f8673-21ac-460d-8307-4a56ba649122", "created": "2018-08-12T07:00:07Z", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 07:02:24,976 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-763061a6-656d-4533-8a30-3285460c9dd7 2018-08-12 07:02:24,976 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.926980018616s 2018-08-12 07:02:24,977 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-763061a6-656d-4533-8a30-3285460c9dd7 2018-08-12 07:02:24,980 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 07:02:26,983 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 07:02:26,986 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a224d027bc12979b87eaf29ef961ad0e58a40af8" 2018-08-12 07:02:27,561 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 07:02: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-68f1c301-bd39-483e-990c-0bf5ce264ab8 x-compute-request-id: req-68f1c301-bd39-483e-990c-0bf5ce264ab8 Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "bookmark"}], "image": {"id": "40b57b03-47f6-4c91-9706-190fddde62de", "links": [{"href": "http://172.30.9.21:8774/images/40b57b03-47f6-4c91-9706-190fddde62de", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c1e727b2-eeae-4042-b15d-509d52556df9", "links": [{"href": "http://172.30.9.21:8774/flavors/c1e727b2-eeae-4042-b15d-509d52556df9", "rel": "bookmark"}]}, "id": "39e1a5b6-af3d-464b-badb-c22da697010e", "security_groups": [{"name": "shaker-sg_7a2f8673-21ac-460d-8307-4a56ba649122"}], "user_id": "116c98871f324c4d9ecc98b13e13b8f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T07:00:08Z", "hostId": "55dc5157f3e88a811d5e275d3d1bdcc80edd6fc7ce58f477a7e29675", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_7a2f8673-21ac-460d-8307-4a56ba649122", "name": "shaker-vm_7a2f8673-21ac-460d-8307-4a56ba649122", "created": "2018-08-12T07:00:07Z", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 07:02:27,562 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-68f1c301-bd39-483e-990c-0bf5ce264ab8 2018-08-12 07:02:27,562 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.578547954559s 2018-08-12 07:02:27,562 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-68f1c301-bd39-483e-990c-0bf5ce264ab8 2018-08-12 07:02:27,566 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 07:02:29,568 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 07:02:29,571 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a224d027bc12979b87eaf29ef961ad0e58a40af8" 2018-08-12 07:02:30,152 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 07:02: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-303f8f3c-13f9-4d88-abbf-4ec35b30cc5f x-compute-request-id: req-303f8f3c-13f9-4d88-abbf-4ec35b30cc5f Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "bookmark"}], "image": {"id": "40b57b03-47f6-4c91-9706-190fddde62de", "links": [{"href": "http://172.30.9.21:8774/images/40b57b03-47f6-4c91-9706-190fddde62de", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c1e727b2-eeae-4042-b15d-509d52556df9", "links": [{"href": "http://172.30.9.21:8774/flavors/c1e727b2-eeae-4042-b15d-509d52556df9", "rel": "bookmark"}]}, "id": "39e1a5b6-af3d-464b-badb-c22da697010e", "security_groups": [{"name": "shaker-sg_7a2f8673-21ac-460d-8307-4a56ba649122"}], "user_id": "116c98871f324c4d9ecc98b13e13b8f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T07:00:08Z", "hostId": "55dc5157f3e88a811d5e275d3d1bdcc80edd6fc7ce58f477a7e29675", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_7a2f8673-21ac-460d-8307-4a56ba649122", "name": "shaker-vm_7a2f8673-21ac-460d-8307-4a56ba649122", "created": "2018-08-12T07:00:07Z", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 07:02:30,152 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-303f8f3c-13f9-4d88-abbf-4ec35b30cc5f 2018-08-12 07:02:30,152 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.583738088608s 2018-08-12 07:02:30,153 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-303f8f3c-13f9-4d88-abbf-4ec35b30cc5f 2018-08-12 07:02:30,156 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 07:02:32,159 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 07:02:32,162 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a224d027bc12979b87eaf29ef961ad0e58a40af8" 2018-08-12 07:02:32,698 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 07:02:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3c3aeb8c-f7f4-4c1e-96b0-9b111346349b x-compute-request-id: req-3c3aeb8c-f7f4-4c1e-96b0-9b111346349b Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "bookmark"}], "image": {"id": "40b57b03-47f6-4c91-9706-190fddde62de", "links": [{"href": "http://172.30.9.21:8774/images/40b57b03-47f6-4c91-9706-190fddde62de", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c1e727b2-eeae-4042-b15d-509d52556df9", "links": [{"href": "http://172.30.9.21:8774/flavors/c1e727b2-eeae-4042-b15d-509d52556df9", "rel": "bookmark"}]}, "id": "39e1a5b6-af3d-464b-badb-c22da697010e", "security_groups": [{"name": "shaker-sg_7a2f8673-21ac-460d-8307-4a56ba649122"}], "user_id": "116c98871f324c4d9ecc98b13e13b8f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T07:00:08Z", "hostId": "55dc5157f3e88a811d5e275d3d1bdcc80edd6fc7ce58f477a7e29675", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_7a2f8673-21ac-460d-8307-4a56ba649122", "name": "shaker-vm_7a2f8673-21ac-460d-8307-4a56ba649122", "created": "2018-08-12T07:00:07Z", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 07:02:32,698 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-3c3aeb8c-f7f4-4c1e-96b0-9b111346349b 2018-08-12 07:02:32,698 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.539105892181s 2018-08-12 07:02:32,698 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-3c3aeb8c-f7f4-4c1e-96b0-9b111346349b 2018-08-12 07:02:32,702 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 07:02:34,705 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 07:02:34,707 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a224d027bc12979b87eaf29ef961ad0e58a40af8" 2018-08-12 07:02:35,468 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 07:02: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-cd9be63a-04b8-4ce0-9b24-288578a4cf02 x-compute-request-id: req-cd9be63a-04b8-4ce0-9b24-288578a4cf02 Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "bookmark"}], "image": {"id": "40b57b03-47f6-4c91-9706-190fddde62de", "links": [{"href": "http://172.30.9.21:8774/images/40b57b03-47f6-4c91-9706-190fddde62de", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c1e727b2-eeae-4042-b15d-509d52556df9", "links": [{"href": "http://172.30.9.21:8774/flavors/c1e727b2-eeae-4042-b15d-509d52556df9", "rel": "bookmark"}]}, "id": "39e1a5b6-af3d-464b-badb-c22da697010e", "security_groups": [{"name": "shaker-sg_7a2f8673-21ac-460d-8307-4a56ba649122"}], "user_id": "116c98871f324c4d9ecc98b13e13b8f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T07:00:08Z", "hostId": "55dc5157f3e88a811d5e275d3d1bdcc80edd6fc7ce58f477a7e29675", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_7a2f8673-21ac-460d-8307-4a56ba649122", "name": "shaker-vm_7a2f8673-21ac-460d-8307-4a56ba649122", "created": "2018-08-12T07:00:07Z", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 07:02:35,468 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-cd9be63a-04b8-4ce0-9b24-288578a4cf02 2018-08-12 07:02:35,468 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.76352596283s 2018-08-12 07:02:35,469 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-cd9be63a-04b8-4ce0-9b24-288578a4cf02 2018-08-12 07:02:35,472 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 07:02:37,475 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 07:02:37,478 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a224d027bc12979b87eaf29ef961ad0e58a40af8" 2018-08-12 07:02:38,030 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 07:02: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-c9eae6e0-f100-4b02-b03d-120a6fe4bd71 x-compute-request-id: req-c9eae6e0-f100-4b02-b03d-120a6fe4bd71 Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "bookmark"}], "image": {"id": "40b57b03-47f6-4c91-9706-190fddde62de", "links": [{"href": "http://172.30.9.21:8774/images/40b57b03-47f6-4c91-9706-190fddde62de", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c1e727b2-eeae-4042-b15d-509d52556df9", "links": [{"href": "http://172.30.9.21:8774/flavors/c1e727b2-eeae-4042-b15d-509d52556df9", "rel": "bookmark"}]}, "id": "39e1a5b6-af3d-464b-badb-c22da697010e", "security_groups": [{"name": "shaker-sg_7a2f8673-21ac-460d-8307-4a56ba649122"}], "user_id": "116c98871f324c4d9ecc98b13e13b8f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T07:00:08Z", "hostId": "55dc5157f3e88a811d5e275d3d1bdcc80edd6fc7ce58f477a7e29675", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_7a2f8673-21ac-460d-8307-4a56ba649122", "name": "shaker-vm_7a2f8673-21ac-460d-8307-4a56ba649122", "created": "2018-08-12T07:00:07Z", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 07:02:38,030 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-c9eae6e0-f100-4b02-b03d-120a6fe4bd71 2018-08-12 07:02:38,031 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.555269002914s 2018-08-12 07:02:38,031 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-c9eae6e0-f100-4b02-b03d-120a6fe4bd71 2018-08-12 07:02:38,034 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 07:02:40,037 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 07:02:40,039 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a224d027bc12979b87eaf29ef961ad0e58a40af8" 2018-08-12 07:02:40,421 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 07:02: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-1fbbeef1-8f48-4a58-b787-afa8a102db6c x-compute-request-id: req-1fbbeef1-8f48-4a58-b787-afa8a102db6c Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "bookmark"}], "image": {"id": "40b57b03-47f6-4c91-9706-190fddde62de", "links": [{"href": "http://172.30.9.21:8774/images/40b57b03-47f6-4c91-9706-190fddde62de", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c1e727b2-eeae-4042-b15d-509d52556df9", "links": [{"href": "http://172.30.9.21:8774/flavors/c1e727b2-eeae-4042-b15d-509d52556df9", "rel": "bookmark"}]}, "id": "39e1a5b6-af3d-464b-badb-c22da697010e", "security_groups": [{"name": "shaker-sg_7a2f8673-21ac-460d-8307-4a56ba649122"}], "user_id": "116c98871f324c4d9ecc98b13e13b8f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T07:00:08Z", "hostId": "55dc5157f3e88a811d5e275d3d1bdcc80edd6fc7ce58f477a7e29675", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_7a2f8673-21ac-460d-8307-4a56ba649122", "name": "shaker-vm_7a2f8673-21ac-460d-8307-4a56ba649122", "created": "2018-08-12T07:00:07Z", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 07:02:40,421 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-1fbbeef1-8f48-4a58-b787-afa8a102db6c 2018-08-12 07:02:40,422 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.384454011917s 2018-08-12 07:02:40,422 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-1fbbeef1-8f48-4a58-b787-afa8a102db6c 2018-08-12 07:02:40,426 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 07:02:42,428 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 07:02:42,431 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a224d027bc12979b87eaf29ef961ad0e58a40af8" 2018-08-12 07:02:42,796 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 07:02:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bec4095d-9611-4b84-beeb-ee2e704baf48 x-compute-request-id: req-bec4095d-9611-4b84-beeb-ee2e704baf48 Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "bookmark"}], "image": {"id": "40b57b03-47f6-4c91-9706-190fddde62de", "links": [{"href": "http://172.30.9.21:8774/images/40b57b03-47f6-4c91-9706-190fddde62de", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c1e727b2-eeae-4042-b15d-509d52556df9", "links": [{"href": "http://172.30.9.21:8774/flavors/c1e727b2-eeae-4042-b15d-509d52556df9", "rel": "bookmark"}]}, "id": "39e1a5b6-af3d-464b-badb-c22da697010e", "security_groups": [{"name": "shaker-sg_7a2f8673-21ac-460d-8307-4a56ba649122"}], "user_id": "116c98871f324c4d9ecc98b13e13b8f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T07:00:08Z", "hostId": "55dc5157f3e88a811d5e275d3d1bdcc80edd6fc7ce58f477a7e29675", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_7a2f8673-21ac-460d-8307-4a56ba649122", "name": "shaker-vm_7a2f8673-21ac-460d-8307-4a56ba649122", "created": "2018-08-12T07:00:07Z", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 07:02:42,796 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-bec4095d-9611-4b84-beeb-ee2e704baf48 2018-08-12 07:02:42,796 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.367949962616s 2018-08-12 07:02:42,797 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-bec4095d-9611-4b84-beeb-ee2e704baf48 2018-08-12 07:02:42,800 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 07:02:44,803 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 07:02:44,805 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a224d027bc12979b87eaf29ef961ad0e58a40af8" 2018-08-12 07:02:45,350 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 07:02:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e854efdb-d38d-4552-b4cf-1c0c7dbedcce x-compute-request-id: req-e854efdb-d38d-4552-b4cf-1c0c7dbedcce Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "bookmark"}], "image": {"id": "40b57b03-47f6-4c91-9706-190fddde62de", "links": [{"href": "http://172.30.9.21:8774/images/40b57b03-47f6-4c91-9706-190fddde62de", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c1e727b2-eeae-4042-b15d-509d52556df9", "links": [{"href": "http://172.30.9.21:8774/flavors/c1e727b2-eeae-4042-b15d-509d52556df9", "rel": "bookmark"}]}, "id": "39e1a5b6-af3d-464b-badb-c22da697010e", "security_groups": [{"name": "shaker-sg_7a2f8673-21ac-460d-8307-4a56ba649122"}], "user_id": "116c98871f324c4d9ecc98b13e13b8f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T07:00:08Z", "hostId": "55dc5157f3e88a811d5e275d3d1bdcc80edd6fc7ce58f477a7e29675", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_7a2f8673-21ac-460d-8307-4a56ba649122", "name": "shaker-vm_7a2f8673-21ac-460d-8307-4a56ba649122", "created": "2018-08-12T07:00:07Z", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 07:02:45,350 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-e854efdb-d38d-4552-b4cf-1c0c7dbedcce 2018-08-12 07:02:45,350 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.547255992889s 2018-08-12 07:02:45,350 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-e854efdb-d38d-4552-b4cf-1c0c7dbedcce 2018-08-12 07:02:45,354 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 07:02:47,356 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 07:02:47,359 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a224d027bc12979b87eaf29ef961ad0e58a40af8" 2018-08-12 07:02:47,910 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 07:02: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-1d45a0f4-8802-4000-8622-070cdf44f376 x-compute-request-id: req-1d45a0f4-8802-4000-8622-070cdf44f376 Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "bookmark"}], "image": {"id": "40b57b03-47f6-4c91-9706-190fddde62de", "links": [{"href": "http://172.30.9.21:8774/images/40b57b03-47f6-4c91-9706-190fddde62de", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c1e727b2-eeae-4042-b15d-509d52556df9", "links": [{"href": "http://172.30.9.21:8774/flavors/c1e727b2-eeae-4042-b15d-509d52556df9", "rel": "bookmark"}]}, "id": "39e1a5b6-af3d-464b-badb-c22da697010e", "security_groups": [{"name": "shaker-sg_7a2f8673-21ac-460d-8307-4a56ba649122"}], "user_id": "116c98871f324c4d9ecc98b13e13b8f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T07:00:08Z", "hostId": "55dc5157f3e88a811d5e275d3d1bdcc80edd6fc7ce58f477a7e29675", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_7a2f8673-21ac-460d-8307-4a56ba649122", "name": "shaker-vm_7a2f8673-21ac-460d-8307-4a56ba649122", "created": "2018-08-12T07:00:07Z", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 07:02:47,910 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-1d45a0f4-8802-4000-8622-070cdf44f376 2018-08-12 07:02:47,910 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.55370593071s 2018-08-12 07:02:47,911 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-1d45a0f4-8802-4000-8622-070cdf44f376 2018-08-12 07:02:47,917 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 07:02:49,920 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 07:02:49,923 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a224d027bc12979b87eaf29ef961ad0e58a40af8" 2018-08-12 07:02:50,456 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 07:02: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-7716a011-2216-42ae-918c-4ce12001944f x-compute-request-id: req-7716a011-2216-42ae-918c-4ce12001944f Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "bookmark"}], "image": {"id": "40b57b03-47f6-4c91-9706-190fddde62de", "links": [{"href": "http://172.30.9.21:8774/images/40b57b03-47f6-4c91-9706-190fddde62de", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c1e727b2-eeae-4042-b15d-509d52556df9", "links": [{"href": "http://172.30.9.21:8774/flavors/c1e727b2-eeae-4042-b15d-509d52556df9", "rel": "bookmark"}]}, "id": "39e1a5b6-af3d-464b-badb-c22da697010e", "security_groups": [{"name": "shaker-sg_7a2f8673-21ac-460d-8307-4a56ba649122"}], "user_id": "116c98871f324c4d9ecc98b13e13b8f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T07:00:08Z", "hostId": "55dc5157f3e88a811d5e275d3d1bdcc80edd6fc7ce58f477a7e29675", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_7a2f8673-21ac-460d-8307-4a56ba649122", "name": "shaker-vm_7a2f8673-21ac-460d-8307-4a56ba649122", "created": "2018-08-12T07:00:07Z", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 07:02:50,456 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-7716a011-2216-42ae-918c-4ce12001944f 2018-08-12 07:02:50,456 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.536007881165s 2018-08-12 07:02:50,456 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-7716a011-2216-42ae-918c-4ce12001944f 2018-08-12 07:02:50,459 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 07:02:52,462 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 07:02:52,465 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a224d027bc12979b87eaf29ef961ad0e58a40af8" 2018-08-12 07:02:53,031 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 07:02: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-13ded0b6-6a37-4c94-b7ed-04c9a90ff7cc x-compute-request-id: req-13ded0b6-6a37-4c94-b7ed-04c9a90ff7cc Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "bookmark"}], "image": {"id": "40b57b03-47f6-4c91-9706-190fddde62de", "links": [{"href": "http://172.30.9.21:8774/images/40b57b03-47f6-4c91-9706-190fddde62de", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c1e727b2-eeae-4042-b15d-509d52556df9", "links": [{"href": "http://172.30.9.21:8774/flavors/c1e727b2-eeae-4042-b15d-509d52556df9", "rel": "bookmark"}]}, "id": "39e1a5b6-af3d-464b-badb-c22da697010e", "security_groups": [{"name": "shaker-sg_7a2f8673-21ac-460d-8307-4a56ba649122"}], "user_id": "116c98871f324c4d9ecc98b13e13b8f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T07:00:08Z", "hostId": "55dc5157f3e88a811d5e275d3d1bdcc80edd6fc7ce58f477a7e29675", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_7a2f8673-21ac-460d-8307-4a56ba649122", "name": "shaker-vm_7a2f8673-21ac-460d-8307-4a56ba649122", "created": "2018-08-12T07:00:07Z", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 07:02:53,031 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-13ded0b6-6a37-4c94-b7ed-04c9a90ff7cc 2018-08-12 07:02:53,031 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.568928003311s 2018-08-12 07:02:53,031 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-13ded0b6-6a37-4c94-b7ed-04c9a90ff7cc 2018-08-12 07:02:53,035 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 07:02:55,037 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 07:02:55,041 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a224d027bc12979b87eaf29ef961ad0e58a40af8" 2018-08-12 07:02:55,665 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 07:02: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-31be800c-09b1-4637-bdc7-e33ae4c169df x-compute-request-id: req-31be800c-09b1-4637-bdc7-e33ae4c169df Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "bookmark"}], "image": {"id": "40b57b03-47f6-4c91-9706-190fddde62de", "links": [{"href": "http://172.30.9.21:8774/images/40b57b03-47f6-4c91-9706-190fddde62de", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c1e727b2-eeae-4042-b15d-509d52556df9", "links": [{"href": "http://172.30.9.21:8774/flavors/c1e727b2-eeae-4042-b15d-509d52556df9", "rel": "bookmark"}]}, "id": "39e1a5b6-af3d-464b-badb-c22da697010e", "security_groups": [{"name": "shaker-sg_7a2f8673-21ac-460d-8307-4a56ba649122"}], "user_id": "116c98871f324c4d9ecc98b13e13b8f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T07:00:08Z", "hostId": "55dc5157f3e88a811d5e275d3d1bdcc80edd6fc7ce58f477a7e29675", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_7a2f8673-21ac-460d-8307-4a56ba649122", "name": "shaker-vm_7a2f8673-21ac-460d-8307-4a56ba649122", "created": "2018-08-12T07:00:07Z", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 07:02:55,665 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-31be800c-09b1-4637-bdc7-e33ae4c169df 2018-08-12 07:02:55,665 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.627785921097s 2018-08-12 07:02:55,666 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-31be800c-09b1-4637-bdc7-e33ae4c169df 2018-08-12 07:02:55,670 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 07:02:57,672 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 07:02:57,676 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a224d027bc12979b87eaf29ef961ad0e58a40af8" 2018-08-12 07:02:58,254 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 07:02: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-96ae828e-52b1-486b-a9f4-5941458e8021 x-compute-request-id: req-96ae828e-52b1-486b-a9f4-5941458e8021 Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "bookmark"}], "image": {"id": "40b57b03-47f6-4c91-9706-190fddde62de", "links": [{"href": "http://172.30.9.21:8774/images/40b57b03-47f6-4c91-9706-190fddde62de", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c1e727b2-eeae-4042-b15d-509d52556df9", "links": [{"href": "http://172.30.9.21:8774/flavors/c1e727b2-eeae-4042-b15d-509d52556df9", "rel": "bookmark"}]}, "id": "39e1a5b6-af3d-464b-badb-c22da697010e", "security_groups": [{"name": "shaker-sg_7a2f8673-21ac-460d-8307-4a56ba649122"}], "user_id": "116c98871f324c4d9ecc98b13e13b8f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T07:00:08Z", "hostId": "55dc5157f3e88a811d5e275d3d1bdcc80edd6fc7ce58f477a7e29675", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_7a2f8673-21ac-460d-8307-4a56ba649122", "name": "shaker-vm_7a2f8673-21ac-460d-8307-4a56ba649122", "created": "2018-08-12T07:00:07Z", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 07:02:58,255 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-96ae828e-52b1-486b-a9f4-5941458e8021 2018-08-12 07:02:58,255 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.581997871399s 2018-08-12 07:02:58,255 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-96ae828e-52b1-486b-a9f4-5941458e8021 2018-08-12 07:02:58,259 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 07:03:00,262 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 07:03:00,265 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a224d027bc12979b87eaf29ef961ad0e58a40af8" 2018-08-12 07:03:00,728 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 07:03:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6012f9d4-dcce-43df-a245-202d94397170 x-compute-request-id: req-6012f9d4-dcce-43df-a245-202d94397170 Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "bookmark"}], "image": {"id": "40b57b03-47f6-4c91-9706-190fddde62de", "links": [{"href": "http://172.30.9.21:8774/images/40b57b03-47f6-4c91-9706-190fddde62de", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c1e727b2-eeae-4042-b15d-509d52556df9", "links": [{"href": "http://172.30.9.21:8774/flavors/c1e727b2-eeae-4042-b15d-509d52556df9", "rel": "bookmark"}]}, "id": "39e1a5b6-af3d-464b-badb-c22da697010e", "security_groups": [{"name": "shaker-sg_7a2f8673-21ac-460d-8307-4a56ba649122"}], "user_id": "116c98871f324c4d9ecc98b13e13b8f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T07:00:08Z", "hostId": "55dc5157f3e88a811d5e275d3d1bdcc80edd6fc7ce58f477a7e29675", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_7a2f8673-21ac-460d-8307-4a56ba649122", "name": "shaker-vm_7a2f8673-21ac-460d-8307-4a56ba649122", "created": "2018-08-12T07:00:07Z", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 07:03:00,729 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-6012f9d4-dcce-43df-a245-202d94397170 2018-08-12 07:03:00,729 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.466790914536s 2018-08-12 07:03:00,729 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-6012f9d4-dcce-43df-a245-202d94397170 2018-08-12 07:03:00,734 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 07:03:02,737 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 07:03:02,740 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a224d027bc12979b87eaf29ef961ad0e58a40af8" 2018-08-12 07:03:03,302 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 07:03: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-90a80018-42fb-4196-9eae-09ed93bf7c54 x-compute-request-id: req-90a80018-42fb-4196-9eae-09ed93bf7c54 Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "bookmark"}], "image": {"id": "40b57b03-47f6-4c91-9706-190fddde62de", "links": [{"href": "http://172.30.9.21:8774/images/40b57b03-47f6-4c91-9706-190fddde62de", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c1e727b2-eeae-4042-b15d-509d52556df9", "links": [{"href": "http://172.30.9.21:8774/flavors/c1e727b2-eeae-4042-b15d-509d52556df9", "rel": "bookmark"}]}, "id": "39e1a5b6-af3d-464b-badb-c22da697010e", "security_groups": [{"name": "shaker-sg_7a2f8673-21ac-460d-8307-4a56ba649122"}], "user_id": "116c98871f324c4d9ecc98b13e13b8f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T07:00:08Z", "hostId": "55dc5157f3e88a811d5e275d3d1bdcc80edd6fc7ce58f477a7e29675", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_7a2f8673-21ac-460d-8307-4a56ba649122", "name": "shaker-vm_7a2f8673-21ac-460d-8307-4a56ba649122", "created": "2018-08-12T07:00:07Z", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 07:03:03,302 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-90a80018-42fb-4196-9eae-09ed93bf7c54 2018-08-12 07:03:03,302 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.565230846405s 2018-08-12 07:03:03,303 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-90a80018-42fb-4196-9eae-09ed93bf7c54 2018-08-12 07:03:03,307 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 07:03:05,309 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 07:03:05,312 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a224d027bc12979b87eaf29ef961ad0e58a40af8" 2018-08-12 07:03:05,858 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 07:03: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-09e5136d-c8ba-4a43-9b74-8b921c544d2b x-compute-request-id: req-09e5136d-c8ba-4a43-9b74-8b921c544d2b Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "bookmark"}], "image": {"id": "40b57b03-47f6-4c91-9706-190fddde62de", "links": [{"href": "http://172.30.9.21:8774/images/40b57b03-47f6-4c91-9706-190fddde62de", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c1e727b2-eeae-4042-b15d-509d52556df9", "links": [{"href": "http://172.30.9.21:8774/flavors/c1e727b2-eeae-4042-b15d-509d52556df9", "rel": "bookmark"}]}, "id": "39e1a5b6-af3d-464b-badb-c22da697010e", "security_groups": [{"name": "shaker-sg_7a2f8673-21ac-460d-8307-4a56ba649122"}], "user_id": "116c98871f324c4d9ecc98b13e13b8f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T07:00:08Z", "hostId": "55dc5157f3e88a811d5e275d3d1bdcc80edd6fc7ce58f477a7e29675", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_7a2f8673-21ac-460d-8307-4a56ba649122", "name": "shaker-vm_7a2f8673-21ac-460d-8307-4a56ba649122", "created": "2018-08-12T07:00:07Z", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 07:03:05,858 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-09e5136d-c8ba-4a43-9b74-8b921c544d2b 2018-08-12 07:03:05,859 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.54919219017s 2018-08-12 07:03:05,859 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-09e5136d-c8ba-4a43-9b74-8b921c544d2b 2018-08-12 07:03:05,863 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 07:03:07,866 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 07:03:07,869 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a224d027bc12979b87eaf29ef961ad0e58a40af8" 2018-08-12 07:03:08,252 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 07:03:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d3c14756-9611-4e97-a7d6-5afe9be80072 x-compute-request-id: req-d3c14756-9611-4e97-a7d6-5afe9be80072 Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "bookmark"}], "image": {"id": "40b57b03-47f6-4c91-9706-190fddde62de", "links": [{"href": "http://172.30.9.21:8774/images/40b57b03-47f6-4c91-9706-190fddde62de", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c1e727b2-eeae-4042-b15d-509d52556df9", "links": [{"href": "http://172.30.9.21:8774/flavors/c1e727b2-eeae-4042-b15d-509d52556df9", "rel": "bookmark"}]}, "id": "39e1a5b6-af3d-464b-badb-c22da697010e", "security_groups": [{"name": "shaker-sg_7a2f8673-21ac-460d-8307-4a56ba649122"}], "user_id": "116c98871f324c4d9ecc98b13e13b8f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T07:00:08Z", "hostId": "55dc5157f3e88a811d5e275d3d1bdcc80edd6fc7ce58f477a7e29675", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_7a2f8673-21ac-460d-8307-4a56ba649122", "name": "shaker-vm_7a2f8673-21ac-460d-8307-4a56ba649122", "created": "2018-08-12T07:00:07Z", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 07:03:08,252 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-d3c14756-9611-4e97-a7d6-5afe9be80072 2018-08-12 07:03:08,253 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.386447906494s 2018-08-12 07:03:08,253 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-d3c14756-9611-4e97-a7d6-5afe9be80072 2018-08-12 07:03:08,257 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 07:03:10,260 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 07:03:10,263 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a224d027bc12979b87eaf29ef961ad0e58a40af8" 2018-08-12 07:03:10,811 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 07:03: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-3ead375e-bde8-44b1-890e-63dc686361f7 x-compute-request-id: req-3ead375e-bde8-44b1-890e-63dc686361f7 Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "bookmark"}], "image": {"id": "40b57b03-47f6-4c91-9706-190fddde62de", "links": [{"href": "http://172.30.9.21:8774/images/40b57b03-47f6-4c91-9706-190fddde62de", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c1e727b2-eeae-4042-b15d-509d52556df9", "links": [{"href": "http://172.30.9.21:8774/flavors/c1e727b2-eeae-4042-b15d-509d52556df9", "rel": "bookmark"}]}, "id": "39e1a5b6-af3d-464b-badb-c22da697010e", "security_groups": [{"name": "shaker-sg_7a2f8673-21ac-460d-8307-4a56ba649122"}], "user_id": "116c98871f324c4d9ecc98b13e13b8f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T07:00:08Z", "hostId": "55dc5157f3e88a811d5e275d3d1bdcc80edd6fc7ce58f477a7e29675", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_7a2f8673-21ac-460d-8307-4a56ba649122", "name": "shaker-vm_7a2f8673-21ac-460d-8307-4a56ba649122", "created": "2018-08-12T07:00:07Z", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 07:03:10,812 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-3ead375e-bde8-44b1-890e-63dc686361f7 2018-08-12 07:03:10,812 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.551769018173s 2018-08-12 07:03:10,812 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-3ead375e-bde8-44b1-890e-63dc686361f7 2018-08-12 07:03:10,816 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 07:03:12,819 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 07:03:12,822 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a224d027bc12979b87eaf29ef961ad0e58a40af8" 2018-08-12 07:03:13,198 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 07:03:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c3ef7f90-d40c-4527-9ca4-c408059f6b81 x-compute-request-id: req-c3ef7f90-d40c-4527-9ca4-c408059f6b81 Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "bookmark"}], "image": {"id": "40b57b03-47f6-4c91-9706-190fddde62de", "links": [{"href": "http://172.30.9.21:8774/images/40b57b03-47f6-4c91-9706-190fddde62de", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c1e727b2-eeae-4042-b15d-509d52556df9", "links": [{"href": "http://172.30.9.21:8774/flavors/c1e727b2-eeae-4042-b15d-509d52556df9", "rel": "bookmark"}]}, "id": "39e1a5b6-af3d-464b-badb-c22da697010e", "security_groups": [{"name": "shaker-sg_7a2f8673-21ac-460d-8307-4a56ba649122"}], "user_id": "116c98871f324c4d9ecc98b13e13b8f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T07:00:08Z", "hostId": "55dc5157f3e88a811d5e275d3d1bdcc80edd6fc7ce58f477a7e29675", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_7a2f8673-21ac-460d-8307-4a56ba649122", "name": "shaker-vm_7a2f8673-21ac-460d-8307-4a56ba649122", "created": "2018-08-12T07:00:07Z", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 07:03:13,198 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-c3ef7f90-d40c-4527-9ca4-c408059f6b81 2018-08-12 07:03:13,199 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.379643917084s 2018-08-12 07:03:13,199 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-c3ef7f90-d40c-4527-9ca4-c408059f6b81 2018-08-12 07:03:13,202 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 07:03:15,205 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 07:03:15,207 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a224d027bc12979b87eaf29ef961ad0e58a40af8" 2018-08-12 07:03:15,615 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 07:03: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-a4fc5f63-b00e-4910-a694-2cb73c8e97fe x-compute-request-id: req-a4fc5f63-b00e-4910-a694-2cb73c8e97fe Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "bookmark"}], "image": {"id": "40b57b03-47f6-4c91-9706-190fddde62de", "links": [{"href": "http://172.30.9.21:8774/images/40b57b03-47f6-4c91-9706-190fddde62de", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c1e727b2-eeae-4042-b15d-509d52556df9", "links": [{"href": "http://172.30.9.21:8774/flavors/c1e727b2-eeae-4042-b15d-509d52556df9", "rel": "bookmark"}]}, "id": "39e1a5b6-af3d-464b-badb-c22da697010e", "security_groups": [{"name": "shaker-sg_7a2f8673-21ac-460d-8307-4a56ba649122"}], "user_id": "116c98871f324c4d9ecc98b13e13b8f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T07:00:08Z", "hostId": "55dc5157f3e88a811d5e275d3d1bdcc80edd6fc7ce58f477a7e29675", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_7a2f8673-21ac-460d-8307-4a56ba649122", "name": "shaker-vm_7a2f8673-21ac-460d-8307-4a56ba649122", "created": "2018-08-12T07:00:07Z", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 07:03:15,615 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-a4fc5f63-b00e-4910-a694-2cb73c8e97fe 2018-08-12 07:03:15,615 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.410095930099s 2018-08-12 07:03:15,615 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-a4fc5f63-b00e-4910-a694-2cb73c8e97fe 2018-08-12 07:03:15,619 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 07:03:17,622 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 07:03:17,624 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a224d027bc12979b87eaf29ef961ad0e58a40af8" 2018-08-12 07:03:18,253 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 07:03: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-83b7434e-b1c5-4355-98ec-35edb5eddf33 x-compute-request-id: req-83b7434e-b1c5-4355-98ec-35edb5eddf33 Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "bookmark"}], "image": {"id": "40b57b03-47f6-4c91-9706-190fddde62de", "links": [{"href": "http://172.30.9.21:8774/images/40b57b03-47f6-4c91-9706-190fddde62de", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c1e727b2-eeae-4042-b15d-509d52556df9", "links": [{"href": "http://172.30.9.21:8774/flavors/c1e727b2-eeae-4042-b15d-509d52556df9", "rel": "bookmark"}]}, "id": "39e1a5b6-af3d-464b-badb-c22da697010e", "security_groups": [{"name": "shaker-sg_7a2f8673-21ac-460d-8307-4a56ba649122"}], "user_id": "116c98871f324c4d9ecc98b13e13b8f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T07:00:08Z", "hostId": "55dc5157f3e88a811d5e275d3d1bdcc80edd6fc7ce58f477a7e29675", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_7a2f8673-21ac-460d-8307-4a56ba649122", "name": "shaker-vm_7a2f8673-21ac-460d-8307-4a56ba649122", "created": "2018-08-12T07:00:07Z", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 07:03:18,253 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-83b7434e-b1c5-4355-98ec-35edb5eddf33 2018-08-12 07:03:18,254 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.631819963455s 2018-08-12 07:03:18,254 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-83b7434e-b1c5-4355-98ec-35edb5eddf33 2018-08-12 07:03:18,258 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 07:03:20,261 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 07:03:20,264 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a224d027bc12979b87eaf29ef961ad0e58a40af8" 2018-08-12 07:03:20,645 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 07:03:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-04ec93ff-12cd-4303-b127-3e21e03e22bf x-compute-request-id: req-04ec93ff-12cd-4303-b127-3e21e03e22bf Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "bookmark"}], "image": {"id": "40b57b03-47f6-4c91-9706-190fddde62de", "links": [{"href": "http://172.30.9.21:8774/images/40b57b03-47f6-4c91-9706-190fddde62de", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c1e727b2-eeae-4042-b15d-509d52556df9", "links": [{"href": "http://172.30.9.21:8774/flavors/c1e727b2-eeae-4042-b15d-509d52556df9", "rel": "bookmark"}]}, "id": "39e1a5b6-af3d-464b-badb-c22da697010e", "security_groups": [{"name": "shaker-sg_7a2f8673-21ac-460d-8307-4a56ba649122"}], "user_id": "116c98871f324c4d9ecc98b13e13b8f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T07:00:08Z", "hostId": "55dc5157f3e88a811d5e275d3d1bdcc80edd6fc7ce58f477a7e29675", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_7a2f8673-21ac-460d-8307-4a56ba649122", "name": "shaker-vm_7a2f8673-21ac-460d-8307-4a56ba649122", "created": "2018-08-12T07:00:07Z", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 07:03:20,645 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-04ec93ff-12cd-4303-b127-3e21e03e22bf 2018-08-12 07:03:20,645 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.384549856186s 2018-08-12 07:03:20,646 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-04ec93ff-12cd-4303-b127-3e21e03e22bf 2018-08-12 07:03:20,649 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 07:03:22,652 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 07:03:22,656 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a224d027bc12979b87eaf29ef961ad0e58a40af8" 2018-08-12 07:03:23,206 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 07:03:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-86889365-9e60-4cc8-b7ef-62644a9f44df x-compute-request-id: req-86889365-9e60-4cc8-b7ef-62644a9f44df Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "bookmark"}], "image": {"id": "40b57b03-47f6-4c91-9706-190fddde62de", "links": [{"href": "http://172.30.9.21:8774/images/40b57b03-47f6-4c91-9706-190fddde62de", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c1e727b2-eeae-4042-b15d-509d52556df9", "links": [{"href": "http://172.30.9.21:8774/flavors/c1e727b2-eeae-4042-b15d-509d52556df9", "rel": "bookmark"}]}, "id": "39e1a5b6-af3d-464b-badb-c22da697010e", "security_groups": [{"name": "shaker-sg_7a2f8673-21ac-460d-8307-4a56ba649122"}], "user_id": "116c98871f324c4d9ecc98b13e13b8f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T07:00:08Z", "hostId": "55dc5157f3e88a811d5e275d3d1bdcc80edd6fc7ce58f477a7e29675", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_7a2f8673-21ac-460d-8307-4a56ba649122", "name": "shaker-vm_7a2f8673-21ac-460d-8307-4a56ba649122", "created": "2018-08-12T07:00:07Z", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 07:03:23,206 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-86889365-9e60-4cc8-b7ef-62644a9f44df 2018-08-12 07:03:23,207 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.554108858109s 2018-08-12 07:03:23,207 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-86889365-9e60-4cc8-b7ef-62644a9f44df 2018-08-12 07:03:23,211 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 07:03:25,214 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 07:03:25,217 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a224d027bc12979b87eaf29ef961ad0e58a40af8" 2018-08-12 07:03:25,875 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 07:03:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a609b6f5-1c75-45c9-bca9-93a6dd4c8acf x-compute-request-id: req-a609b6f5-1c75-45c9-bca9-93a6dd4c8acf Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "bookmark"}], "image": {"id": "40b57b03-47f6-4c91-9706-190fddde62de", "links": [{"href": "http://172.30.9.21:8774/images/40b57b03-47f6-4c91-9706-190fddde62de", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c1e727b2-eeae-4042-b15d-509d52556df9", "links": [{"href": "http://172.30.9.21:8774/flavors/c1e727b2-eeae-4042-b15d-509d52556df9", "rel": "bookmark"}]}, "id": "39e1a5b6-af3d-464b-badb-c22da697010e", "security_groups": [{"name": "shaker-sg_7a2f8673-21ac-460d-8307-4a56ba649122"}], "user_id": "116c98871f324c4d9ecc98b13e13b8f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T07:00:08Z", "hostId": "55dc5157f3e88a811d5e275d3d1bdcc80edd6fc7ce58f477a7e29675", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_7a2f8673-21ac-460d-8307-4a56ba649122", "name": "shaker-vm_7a2f8673-21ac-460d-8307-4a56ba649122", "created": "2018-08-12T07:00:07Z", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 07:03:25,875 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-a609b6f5-1c75-45c9-bca9-93a6dd4c8acf 2018-08-12 07:03:25,875 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.660925865173s 2018-08-12 07:03:25,875 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-a609b6f5-1c75-45c9-bca9-93a6dd4c8acf 2018-08-12 07:03:25,879 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 07:03:27,881 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 07:03:27,885 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a224d027bc12979b87eaf29ef961ad0e58a40af8" 2018-08-12 07:03:28,242 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 07:03: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-c450e3ee-91b8-427d-b8c0-cef21aeb9a0b x-compute-request-id: req-c450e3ee-91b8-427d-b8c0-cef21aeb9a0b Content-Encoding: gzip Content-Length: 739 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"shaker-net_7a2f8673-21ac-460d-8307-4a56ba649122": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:26:86", "version": 4, "addr": "192.168.120.27", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "bookmark"}], "image": {"id": "40b57b03-47f6-4c91-9706-190fddde62de", "links": [{"href": "http://172.30.9.21:8774/images/40b57b03-47f6-4c91-9706-190fddde62de", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T07:03:27.000000", "flavor": {"id": "c1e727b2-eeae-4042-b15d-509d52556df9", "links": [{"href": "http://172.30.9.21:8774/flavors/c1e727b2-eeae-4042-b15d-509d52556df9", "rel": "bookmark"}]}, "id": "39e1a5b6-af3d-464b-badb-c22da697010e", "security_groups": [{"name": "shaker-sg_7a2f8673-21ac-460d-8307-4a56ba649122"}], "user_id": "116c98871f324c4d9ecc98b13e13b8f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T07:03:27Z", "hostId": "55dc5157f3e88a811d5e275d3d1bdcc80edd6fc7ce58f477a7e29675", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_7a2f8673-21ac-460d-8307-4a56ba649122", "name": "shaker-vm_7a2f8673-21ac-460d-8307-4a56ba649122", "created": "2018-08-12T07:00:07Z", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 07:03:28,242 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-c450e3ee-91b8-427d-b8c0-cef21aeb9a0b 2018-08-12 07:03:28,242 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.360311985016s 2018-08-12 07:03:28,242 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-c450e3ee-91b8-427d-b8c0-cef21aeb9a0b 2018-08-12 07:03:28,245 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-12 07:03:28,245 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/ports.json?device_id=39e1a5b6-af3d-464b-badb-c22da697010e" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a224d027bc12979b87eaf29ef961ad0e58a40af8" 2018-08-12 07:03:28,305 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-19ecc0a2-dc00-4ecd-88f6-7677f0a5b82c Date: Sun, 12 Aug 2018 07:03:28 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"7c0f80ac-cbca-4bd9-b3d6-39ca649e0bc5","tenant_id":"5fe28c13d4d74ba2be8d019ac1ea6363","created_at":"2018-08-12T07:00:08Z","admin_state_up":true,"updated_at":"2018-08-12T07:03:27Z","binding:vnic_type":"normal","device_id":"39e1a5b6-af3d-464b-badb-c22da697010e","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:12:26:86","id":"bf50a907-1d80-4b52-81a5-a3d6f35581c9","port_security_enabled":true,"project_id":"5fe28c13d4d74ba2be8d019ac1ea6363","fixed_ips":[{"subnet_id":"3f277685-84e1-4400-a2ea-7bd9bc304b58","ip_address":"192.168.120.27"}],"extra_dhcp_opts":[],"security_groups":["c4579f1f-df8b-4813-aa29-a6f1399f3a6b"],"name":""}]} 2018-08-12 07:03:28,305 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=39e1a5b6-af3d-464b-badb-c22da697010e used request id req-19ecc0a2-dc00-4ecd-88f6-7677f0a5b82c 2018-08-12 07:03:28,305 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0601880550385s 2018-08-12 07:03:28,305 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=39e1a5b6-af3d-464b-badb-c22da697010e used request id req-19ecc0a2-dc00-4ecd-88f6-7677f0a5b82c 2018-08-12 07:03:28,308 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-12 07:03:28,308 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/floatingips.json?port_id=bf50a907-1d80-4b52-81a5-a3d6f35581c9" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a224d027bc12979b87eaf29ef961ad0e58a40af8" 2018-08-12 07:03:28,328 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-5b4b44d4-9240-4101-b375-90a072a65ba4 Date: Sun, 12 Aug 2018 07:03:28 GMT RESP BODY: {"floatingips": []} 2018-08-12 07:03:28,328 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=bf50a907-1d80-4b52-81a5-a3d6f35581c9 used request id req-5b4b44d4-9240-4101-b375-90a072a65ba4 2018-08-12 07:03:28,329 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0204908847809s 2018-08-12 07:03:28,329 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=bf50a907-1d80-4b52-81a5-a3d6f35581c9 used request id req-5b4b44d4-9240-4101-b375-90a072a65ba4 2018-08-12 07:03:28,329 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'shaker-net_7a2f8673-21ac-460d-8307-4a56ba649122': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:12:26:86', u'version': 4, u'addr': u'192.168.120.27', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'40b57b03-47f6-4c91-9706-190fddde62de'}), 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-12T07:03:27.000000', 'flavor': Munch({u'id': u'c1e727b2-eeae-4042-b15d-509d52556df9'}), 'az': u'nova', 'id': u'39e1a5b6-af3d-464b-badb-c22da697010e', 'security_groups': [Munch({u'name': u'shaker-sg_7a2f8673-21ac-460d-8307-4a56ba649122'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'116c98871f324c4d9ecc98b13e13b8f6', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'5fe28c13d4d74ba2be8d019ac1ea6363', 'name': 'shaker-project_7a2f8673-21ac-460d-8307-4a56ba649122', '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-12T07:03:27.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-12T07:03:27Z', 'hostId': u'55dc5157f3e88a811d5e275d3d1bdcc80edd6fc7ce58f477a7e29675', u'OS-SRV-USG:terminated_at': None, 'key_name': u'shaker-kp_7a2f8673-21ac-460d-8307-4a56ba649122', 'public_v6': '', 'private_v4': u'192.168.120.27', 'cloud': 'envvars', 'host_id': u'55dc5157f3e88a811d5e275d3d1bdcc80edd6fc7ce58f477a7e29675', '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-12T07:03:27.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'5fe28c13d4d74ba2be8d019ac1ea6363', 'name': u'shaker-vm_7a2f8673-21ac-460d-8307-4a56ba649122', 'adminPass': u'A7xkUwyvw38C', 'tenant_id': u'5fe28c13d4d74ba2be8d019ac1ea6363', 'created_at': u'2018-08-12T07:00:07Z', 'created': u'2018-08-12T07:00:07Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-12 07:03:28,330 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 07:03:28,331 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a224d027bc12979b87eaf29ef961ad0e58a40af8" 2018-08-12 07:03:28,450 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1188 X-Openstack-Request-Id: req-bd6d6cf6-53cc-4d93-a4a9-93ba16120e03 Date: Sun, 12 Aug 2018 07:03:28 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ec788992-fa73-45cc-a7d9-6d44542124c2"],"updated_at":"2018-08-12T05:35:20Z","tenant_id":"310f5853751a4c968f3eeb0a3d99a0a8","created_at":"2018-08-12T05:04:23Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":7,"admin_state_up":true,"shared":false,"project_id":"310f5853751a4c968f3eeb0a3d99a0a8","id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["3f277685-84e1-4400-a2ea-7bd9bc304b58"],"updated_at":"2018-08-12T06:59:45Z","tenant_id":"5fe28c13d4d74ba2be8d019ac1ea6363","created_at":"2018-08-12T06:59:44Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"5fe28c13d4d74ba2be8d019ac1ea6363","id":"7c0f80ac-cbca-4bd9-b3d6-39ca649e0bc5","name":"shaker-net_7a2f8673-21ac-460d-8307-4a56ba649122"}]} 2018-08-12 07:03:28,450 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-bd6d6cf6-53cc-4d93-a4a9-93ba16120e03 2018-08-12 07:03:28,450 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.119426965714s 2018-08-12 07:03:28,450 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-bd6d6cf6-53cc-4d93-a4a9-93ba16120e03 2018-08-12 07:03:28,451 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-12 07:03:28,451 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/ports.json?device_id=39e1a5b6-af3d-464b-badb-c22da697010e" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a224d027bc12979b87eaf29ef961ad0e58a40af8" 2018-08-12 07:03:28,509 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-6a8c9921-d274-4d98-a5c2-05d0551f6940 Date: Sun, 12 Aug 2018 07:03:28 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"7c0f80ac-cbca-4bd9-b3d6-39ca649e0bc5","tenant_id":"5fe28c13d4d74ba2be8d019ac1ea6363","created_at":"2018-08-12T07:00:08Z","admin_state_up":true,"updated_at":"2018-08-12T07:03:27Z","binding:vnic_type":"normal","device_id":"39e1a5b6-af3d-464b-badb-c22da697010e","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:12:26:86","id":"bf50a907-1d80-4b52-81a5-a3d6f35581c9","port_security_enabled":true,"project_id":"5fe28c13d4d74ba2be8d019ac1ea6363","fixed_ips":[{"subnet_id":"3f277685-84e1-4400-a2ea-7bd9bc304b58","ip_address":"192.168.120.27"}],"extra_dhcp_opts":[],"security_groups":["c4579f1f-df8b-4813-aa29-a6f1399f3a6b"],"name":""}]} 2018-08-12 07:03:28,510 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=39e1a5b6-af3d-464b-badb-c22da697010e used request id req-6a8c9921-d274-4d98-a5c2-05d0551f6940 2018-08-12 07:03:28,510 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0585958957672s 2018-08-12 07:03:28,510 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=39e1a5b6-af3d-464b-badb-c22da697010e used request id req-6a8c9921-d274-4d98-a5c2-05d0551f6940 2018-08-12 07:03:28,511 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-12 07:03:28,511 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}a224d027bc12979b87eaf29ef961ad0e58a40af8" -d '{"floatingip": {"floating_network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "fixed_ip_address": "192.168.120.27", "port_id": "bf50a907-1d80-4b52-81a5-a3d6f35581c9"}}' 2018-08-12 07:03:30,257 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-76b6cb4e-990a-4902-b8b3-9b8fefbcd130 Date: Sun, 12 Aug 2018 07:03:30 GMT RESP BODY: {"floatingip": {"router_id": "4e0e15e8-9674-4553-8b84-58abb7d659f6", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-12T07:03:29Z", "floating_network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "fixed_ip_address": "192.168.120.27", "floating_ip_address": "172.30.9.208", "revision_number": 0, "port_id": "bf50a907-1d80-4b52-81a5-a3d6f35581c9", "id": "3064650d-fc25-46a0-a447-359d3008db3c", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "created_at": "2018-08-12T07:03:29Z", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}} 2018-08-12 07:03:30,257 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-76b6cb4e-990a-4902-b8b3-9b8fefbcd130 2018-08-12 07:03:30,257 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.74630713463s 2018-08-12 07:03:30,257 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-76b6cb4e-990a-4902-b8b3-9b8fefbcd130 2018-08-12 07:03:30,265 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-12 07:03:30,266 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}a224d027bc12979b87eaf29ef961ad0e58a40af8" 2018-08-12 07:03:30,289 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 557 X-Openstack-Request-Id: req-4154e2ea-b86a-47e4-8119-f0f4f7f15e8b Date: Sun, 12 Aug 2018 07:03:30 GMT RESP BODY: {"floatingips": [{"router_id": "4e0e15e8-9674-4553-8b84-58abb7d659f6", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-12T07:03:29Z", "floating_network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "fixed_ip_address": "192.168.120.27", "floating_ip_address": "172.30.9.208", "revision_number": 0, "port_id": "bf50a907-1d80-4b52-81a5-a3d6f35581c9", "id": "3064650d-fc25-46a0-a447-359d3008db3c", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "created_at": "2018-08-12T07:03:29Z", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}]} 2018-08-12 07:03:30,289 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-4154e2ea-b86a-47e4-8119-f0f4f7f15e8b 2018-08-12 07:03:30,289 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0231862068176s 2018-08-12 07:03:30,289 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-4154e2ea-b86a-47e4-8119-f0f4f7f15e8b 2018-08-12 07:03:30,291 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'4e0e15e8-9674-4553-8b84-58abb7d659f6', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'5fe28c13d4d74ba2be8d019ac1ea6363', 'created_at': u'2018-08-12T07:03:29Z', 'attached': True, 'updated_at': u'2018-08-12T07:03:29Z', 'id': u'3064650d-fc25-46a0-a447-359d3008db3c', 'floating_network_id': u'03886690-4630-4c4c-9ccb-7eedaa9b1fd3', 'fixed_ip_address': u'192.168.120.27', 'floating_ip_address': u'172.30.9.208', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'5fe28c13d4d74ba2be8d019ac1ea6363', 'name': 'shaker-project_7a2f8673-21ac-460d-8307-4a56ba649122', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'4e0e15e8-9674-4553-8b84-58abb7d659f6', 'project_id': u'5fe28c13d4d74ba2be8d019ac1ea6363', 'port_id': u'bf50a907-1d80-4b52-81a5-a3d6f35581c9', 'port': u'bf50a907-1d80-4b52-81a5-a3d6f35581c9', 'network': u'03886690-4630-4c4c-9ccb-7eedaa9b1fd3'}) 2018-08-12 07:03:30,291 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-12 07:03:30,293 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/39e1a5b6-af3d-464b-badb-c22da697010e/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}a224d027bc12979b87eaf29ef961ad0e58a40af8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 07:03:30,360 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 07:03: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-a2336f75-2f64-4a0a-b576-f2775a939620 x-compute-request-id: req-a2336f75-2f64-4a0a-b576-f2775a939620 Content-Encoding: gzip Content-Length: 8050 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 684801774 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.146544] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.148492] pid_max: default: 32768 minimum: 301\n[ 0.149628] ACPI: Core revision 20150930\n[ 0.151121] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.152788] Security Framework initialized\n[ 0.153736] Yama: becoming mindful.\n[ 0.154583] AppArmor: AppArmor initialized\n[ 0.155557] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.157145] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.158666] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.160125] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.161761] Initializing cgroup subsys io\n[ 0.162754] Initializing cgroup subsys memory\n[ 0.163750] Initializing cgroup subsys devices\n[ 0.164745] Initializing cgroup subsys freezer\n[ 0.165782] Initializing cgroup subsys net_cls\n[ 0.166823] Initializing cgroup subsys perf_event\n[ 0.167862] Initializing cgroup subsys net_prio\n[ 0.168888] Initializing cgroup subsys hugetlb\n[ 0.169917] Initializing cgroup subsys pids\n[ 0.170910] CPU: Physical Processor ID: 0\n[ 0.172520] mce: CPU supports 10 MCE banks\n[ 0.173496] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.174659] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.175921] Spectre V2 : Mitigation: Full generic retpoline\n[ 0.177130] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported\n[ 0.178673] Speculative Store Bypass: Vulnerable\n[ 0.195474] Freeing SMP alternatives memory: 32K\n[ 0.201163] ftrace: allocating 32237 entries in 126 pages\n[ 0.234873] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.236297] smpboot: Max logical packages: 1\n[ 0.237414] x2apic enabled\n[ 0.238288] Switched APIC routing to physical x2apic.\n[ 0.240176] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.241507] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.243790] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.245840] KVM setup paravirtual spinlock\n[ 0.247270] x86: Booted up 1 node, 1 CPUs\n[ 0.248198] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.249828] devtmpfs: initialized\n[ 0.251669] evm: security.selinux\n[ 0.252462] evm: security.SMACK64\n[ 0.253242] evm: security.SMACK64EXEC\n[ 0.254107] evm: security.SMACK64TRANSMUTE\n[ 0.255036] evm: security.SMACK64MMAP\n[ 0.255886] evm: security.ima\n[ 0.256612] evm: security.capability\n[ 0.257587] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.259676] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.261070] pinctrl core: initialized pinctrl subsystem\n[ 0.262322] RTC time: 7:03:28, date: 08/12/18\n[ 0.263427] NET: Registered protocol family 16\n[ 0.264549] cpuidle: using governor ladder\n[ 0.265492] cpuidle: using governor menu\n[ 0.266437] PCCT header not found.\n[ 0.267308] ACPI: bus type PCI registered\n[ 0.268222] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.269664] PCI: Using configuration type 1 for base access\n[ 0.271696] ACPI: Added _OSI(Module Device)\n[ 0.272665] ACPI: Added _OSI(Processor Device)\n[ 0.273664] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.274706] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.276658] ACPI: Interpreter enabled\n[ 0.277537] ACPI: (supports S0 S5)\n[ 0.278357] ACPI: Using IOAPIC for interrupt routing\n[ 0.279463] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.283006] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.284340] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.285784] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.287184] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.289778] acpiphp: Slot [3] registered\n[ 0.290733] acpiphp: Slot [4] registered\n[ 0.291685] acpiphp: Slot [5] registered\n[ 0.292605] acpiphp: Slot [6] registered\n[ 0.303282] acpiphp: Slot [7] registered\n[ 0.304204] acpiphp: Slot [8] registered\n[ 0.305122] acpiphp: Slot [9] registered\n[ 0.306050] acpiphp: Slot [10] registered\n[ 0.306995] acpiphp: Slot [11] registered\n[ 0.307973] acpiphp: Slot [12] registered\n[ 0.308910] acpiphp: Slot [13] registered\n[ 0.309846] acpiphp: Slot [14] registered\n[ 0.310798] acpiphp: Slot [15] registered\n[ 0.311772] acpiphp: Slot [16] registered\n[ 0.312705] acpiphp: Slot [17] registered\n[ 0.313636] acpiphp: Slot [18] registered\n[ 0.314568] acpiphp: Slot [19] registered\n[ 0.315502] acpiphp: Slot [20] registered\n[ 0.316477] acpiphp: Slot [21] registered\n[ 0.317420] acpiphp: Slot [22] registered\n[ 0.318353] acpiphp: Slot [23] registered\n[ 0.319284] acpiphp: Slot [24] registered\n[ 0.320212] acpiphp: Slot [25] registered\n[ 0.321171] acpiphp: Slot [26] registered\n[ 0.322133] acpiphp: Slot [27] registered\n[ 0.323066] acpiphp: Slot [28] registered\n[ 0.323999] acpiphp: Slot [29] registered\n[ 0.324931] acpiphp: Slot [30] registered\n[ 0.325857] acpiphp: Slot [31] registered\n[ 0.326823] PCI host bridge to bus 0000:00\n[ 0.327761] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.329187] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.330624] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.332366] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.334046] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.335757] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.339138] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.340675] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.342107] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.343592] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.347041] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.348952] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.367876] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.370253] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.371939] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.373552] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375136] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376582] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.378081] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.379338] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.381161] vgaarb: loaded\n[ 0.381877] vgaarb: bridge control possible 0000:00:02.0\n[ 0.383328] SCSI subsystem initialized\n[ 0.384356] ACPI: bus type USB registered\n[ 0.385329] usbcore: registered new interface driver usbfs\n[ 0.386552] usbcore: registered new interface driver hub\n[ 0.387743] usbcore: registered new device driver usb\n[ 0.389028] PCI: Using ACPI for IRQ routing\n[ 0.390293] NetLabel: Initializing\n[ 0.391127] NetLabel: domain hash size = 128\n[ 0.392130] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.393257] NetLabel: unlabeled traffic allowed by default\n[ 0.396790] amd_nb: Cannot enumerate AMD northbridges\n[ 0.397974] clocksource: Switched to clocksource kvm-clock\n[ 0.406106] AppArmor: AppArmor Filesystem Enabled\n[ 0.407304] pnp: PnP ACPI init\n[ 0.408546] pnp: PnP ACPI: found 5 devices\n[ 0.415123] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.417189] NET: Registered protocol family 2\n[ 0.418505] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.420036] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.421459] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.422893] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.424184] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.425592] NET: Registered protocol family 1\n[ 0.426630] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.427956] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.429249] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.445331] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.461800] Unpacking initramfs...\n[ 0.908968] Freeing initrd memory: 37084K\n[ 0.910270] Scanning for low memory corruption every 60 seconds\n[ 0.911929] audit: initializing netlink subsys (disabled)\n[ 0.913152] audit: type=2000 audit(1534057408.849:1): initialized\n[ 0.914751] Initialise system trusted keyring\n[ 0.915863] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.917245] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.919660] zbud: loaded\n[ 0.920571] VFS: Disk quotas dquot_6.6.0\n[ 0.921526] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.923177] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 0.924639] fuse init (API version 7.23)\n[ 0.925668] Key type big_key registered\n[ 0.926602] Allocating IMA MOK and blacklist keyrings.\n[ 0.928063] Key type asymmetric registered\n[ 0.929014] Asymmetric key parser 'x509' registered\n[ 0.930139] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.931855] io scheduler noop registered\n[ 0.932773] io scheduler deadline registered (default)\n[ 0.933923] io scheduler cfq registered\n[ 0.934905] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.936128] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.937670] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.939351] ACPI: Power Button [PWRF]\n[ 0.940363] GHES: HEST is not enabled!\n[ 0.955540] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.986955] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.989462] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.013223] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.015713] Linux agpgart interface v0.103\n[ 1.018067] loop: module loaded\n[ 1.020778] vda: vda1\n[ 1.022201] scsi host0: ata_piix\n[ 1.023054] scsi host1: ata_piix\n[ 1.023861] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.025271] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.026979] libphy: Fixed MDIO Bus: probed\n[ 1.027939] tun: Universal TUN/TAP device driver, 1.6\n[ 1.029069] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.031496] PPP generic driver version 2.4.2\n[ 1.032562] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.033995] ehci-pci: EHCI PCI platform driver\n[ 1.035030] ehci-platform: EHCI generic platform driver\n[ 1.036198] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.037555] ohci-pci: OHCI PCI platform driver\n[ 1.038611] ohci-platform: OHCI generic platform driver\n[ 1.039756] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.055493] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.056681] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.058410] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.059567] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.060892] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.062335] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.063968] usb usb1: Product: UHCI Host Controller\n[ 1.065041] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd\n[ 1.066402] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.067596] hub 1-0:1.0: USB hub found\n[ 1.068509] hub 1-0:1.0: 2 ports detected\n[ 1.069577] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.072001] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.073183] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.074394] mousedev: PS/2 mouse device common for all mice\n[ 1.075844] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.077981] rtc_cmos 00:00: RTC can wake from S4\n[ 1.079276] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.080672] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.082112] i2c /dev entries driver\n[ 1.083002] device-mapper: uevent: version 1.0.3\n[ 1.084095] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.085990] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.087530] NET: Registered protocol family 10\n[ 1.088802] NET: Registered protocol family 17\n[ 1.089862] Key type dns_resolver registered\n[ 1.091047] registered taskstats version 1\n[ 1.092017] Loading compiled-in X.509 certificates\n[ 1.093612] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb'\n[ 1.095792] zswap: loaded using pool lzo/zbud\n[ 1.098139] Key type trusted registered\n[ 1.100978] Key type encrypted registered\n[ 1.101923] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.103143] ima: No TPM chip found, activating TPM-bypass!\n[ 1.104403] evm: HMAC attrs: 0x1\n[ 1.105551] Magic number: 14:167:66\n[ 1.106558] rtc_cmos 00:00: setting system clock to 2018-08-12 07:03:28 UTC (1534057408)\n[ 1.108473] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.109823] EDD information not available.\n[ 1.187266] Freeing unused kernel memory: 1512K\n[ 1.188305] Write protecting the kernel read-only data: 14336k\n[ 1.200560] Freeing unused kernel memory: 1692K\n[ 1.201790] Freeing unused kernel memory: 96K\nLoading, please wait...\nstarting version 229\n[ 1.212006] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.214413] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.216594] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.218755] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.220916] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.223035] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.230650] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.232766] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.235693] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.238681] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.295316] virtio_net virtio0 ens3: renamed from eth0\n[ 1.303131] [drm] Initialized drm 1.1.0 20060810\n[ 1.305407] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 1.307571] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.330315] FDC 0 is a S82078B\n[ 1.343115] AVX2 version of gcm_enc/dec engaged.\n[ 1.344184] AES CTR mode by8 optimization enabled\n[ 1.378008] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.538521] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.539956] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.541458] usb 1-1: Product: QEMU USB Tablet\n[ 1.542465] usb 1-1: Manufacturer: QEMU\n[ 1.543389] usb 1-1: SerialNumber: 42\n[ 1.550679] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.556900] usbcore: registered new interface driver usbhid\n[ 1.558185] usbhid: USB HID core driver\n[ 1.560765] 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.563402] 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.830580] md: linear personality registered for level -1\n[ 1.833944] md: multipath personality registered for level -4\n[ 1.837422] md: raid0 personality registered for level 0\n[ 1.841276] md: raid1 personality registered for level 1\n[ 1.914010] raid6: sse2x1 gen() 11534 MB/s\n[ 1.981985] raid6: sse2x1 xor() 8800 MB/s\n[ 2.049973] raid6: sse2x2 gen() 14494 MB/s\n[ 2.117971] raid6: sse2x2 xor() 9785 MB/s\n[ 2.185973] raid6: sse2x4 gen() 16983 MB/s\n"} 2018-08-12 07:03:30,361 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/39e1a5b6-af3d-464b-badb-c22da697010e/action used request id req-a2336f75-2f64-4a0a-b576-f2775a939620 2018-08-12 07:03:30,361 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0695369243622s 2018-08-12 07:03:30,362 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/39e1a5b6-af3d-464b-badb-c22da697010e/action used request id req-a2336f75-2f64-4a0a-b576-f2775a939620 2018-08-12 07:03:30,362 - 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 684801774 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.146544] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.148492] pid_max: default: 32768 minimum: 301 [ 0.149628] ACPI: Core revision 20150930 [ 0.151121] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.152788] Security Framework initialized [ 0.153736] Yama: becoming mindful. [ 0.154583] AppArmor: AppArmor initialized [ 0.155557] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.157145] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.158666] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.160125] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.161761] Initializing cgroup subsys io [ 0.162754] Initializing cgroup subsys memory [ 0.163750] Initializing cgroup subsys devices [ 0.164745] Initializing cgroup subsys freezer [ 0.165782] Initializing cgroup subsys net_cls [ 0.166823] Initializing cgroup subsys perf_event [ 0.167862] Initializing cgroup subsys net_prio [ 0.168888] Initializing cgroup subsys hugetlb [ 0.169917] Initializing cgroup subsys pids [ 0.170910] CPU: Physical Processor ID: 0 [ 0.172520] mce: CPU supports 10 MCE banks [ 0.173496] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.174659] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.175921] Spectre V2 : Mitigation: Full generic retpoline [ 0.177130] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported [ 0.178673] Speculative Store Bypass: Vulnerable [ 0.195474] Freeing SMP alternatives memory: 32K [ 0.201163] ftrace: allocating 32237 entries in 126 pages [ 0.234873] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.236297] smpboot: Max logical packages: 1 [ 0.237414] x2apic enabled [ 0.238288] Switched APIC routing to physical x2apic. [ 0.240176] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.241507] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.243790] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.245840] KVM setup paravirtual spinlock [ 0.247270] x86: Booted up 1 node, 1 CPUs [ 0.248198] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.249828] devtmpfs: initialized [ 0.251669] evm: security.selinux [ 0.252462] evm: security.SMACK64 [ 0.253242] evm: security.SMACK64EXEC [ 0.254107] evm: security.SMACK64TRANSMUTE [ 0.255036] evm: security.SMACK64MMAP [ 0.255886] evm: security.ima [ 0.256612] evm: security.capability [ 0.257587] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.259676] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.261070] pinctrl core: initialized pinctrl subsystem [ 0.262322] RTC time: 7:03:28, date: 08/12/18 [ 0.263427] NET: Registered protocol family 16 [ 0.264549] cpuidle: using governor ladder [ 0.265492] cpuidle: using governor menu [ 0.266437] PCCT header not found. [ 0.267308] ACPI: bus type PCI registered [ 0.268222] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.269664] PCI: Using configuration type 1 for base access [ 0.271696] ACPI: Added _OSI(Module Device) [ 0.272665] ACPI: Added _OSI(Processor Device) [ 0.273664] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.274706] ACPI: Added _OSI(Processor Aggregator Device) [ 0.276658] ACPI: Interpreter enabled [ 0.277537] ACPI: (supports S0 S5) [ 0.278357] ACPI: Using IOAPIC for interrupt routing [ 0.279463] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.283006] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.284340] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.285784] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.287184] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.289778] acpiphp: Slot [3] registered [ 0.290733] acpiphp: Slot [4] registered [ 0.291685] acpiphp: Slot [5] registered [ 0.292605] acpiphp: Slot [6] registered [ 0.303282] acpiphp: Slot [7] registered [ 0.304204] acpiphp: Slot [8] registered [ 0.305122] acpiphp: Slot [9] registered [ 0.306050] acpiphp: Slot [10] registered [ 0.306995] acpiphp: Slot [11] registered [ 0.307973] acpiphp: Slot [12] registered [ 0.308910] acpiphp: Slot [13] registered [ 0.309846] acpiphp: Slot [14] registered [ 0.310798] acpiphp: Slot [15] registered [ 0.311772] acpiphp: Slot [16] registered [ 0.312705] acpiphp: Slot [17] registered [ 0.313636] acpiphp: Slot [18] registered [ 0.314568] acpiphp: Slot [19] registered [ 0.315502] acpiphp: Slot [20] registered [ 0.316477] acpiphp: Slot [21] registered [ 0.317420] acpiphp: Slot [22] registered [ 0.318353] acpiphp: Slot [23] registered [ 0.319284] acpiphp: Slot [24] registered [ 0.320212] acpiphp: Slot [25] registered [ 0.321171] acpiphp: Slot [26] registered [ 0.322133] acpiphp: Slot [27] registered [ 0.323066] acpiphp: Slot [28] registered [ 0.323999] acpiphp: Slot [29] registered [ 0.324931] acpiphp: Slot [30] registered [ 0.325857] acpiphp: Slot [31] registered [ 0.326823] PCI host bridge to bus 0000:00 [ 0.327761] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.329187] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.330624] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.332366] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.334046] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.335757] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.339138] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.340675] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.342107] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.343592] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.347041] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.348952] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.367876] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.370253] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.371939] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.373552] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.375136] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.376582] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.378081] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.379338] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.381161] vgaarb: loaded [ 0.381877] vgaarb: bridge control possible 0000:00:02.0 [ 0.383328] SCSI subsystem initialized [ 0.384356] ACPI: bus type USB registered [ 0.385329] usbcore: registered new interface driver usbfs [ 0.386552] usbcore: registered new interface driver hub [ 0.387743] usbcore: registered new device driver usb [ 0.389028] PCI: Using ACPI for IRQ routing [ 0.390293] NetLabel: Initializing [ 0.391127] NetLabel: domain hash size = 128 [ 0.392130] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393257] NetLabel: unlabeled traffic allowed by default [ 0.396790] amd_nb: Cannot enumerate AMD northbridges [ 0.397974] clocksource: Switched to clocksource kvm-clock [ 0.406106] AppArmor: AppArmor Filesystem Enabled [ 0.407304] pnp: PnP ACPI init [ 0.408546] pnp: PnP ACPI: found 5 devices [ 0.415123] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.417189] NET: Registered protocol family 2 [ 0.418505] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.420036] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.421459] TCP: Hash tables configured (established 4096 bind 4096) [ 0.422893] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.424184] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.425592] NET: Registered protocol family 1 [ 0.426630] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.427956] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.429249] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.445331] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.461800] Unpacking initramfs... [ 0.908968] Freeing initrd memory: 37084K [ 0.910270] Scanning for low memory corruption every 60 seconds [ 0.911929] audit: initializing netlink subsys (disabled) [ 0.913152] audit: type=2000 audit(1534057408.849:1): initialized [ 0.914751] Initialise system trusted keyring [ 0.915863] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.917245] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.919660] zbud: loaded [ 0.920571] VFS: Disk quotas dquot_6.6.0 [ 0.921526] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.923177] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.924639] fuse init (API version 7.23) [ 0.925668] Key type big_key registered [ 0.926602] Allocating IMA MOK and blacklist keyrings. [ 0.928063] Key type asymmetric registered [ 0.929014] Asymmetric key parser 'x509' registered [ 0.930139] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.931855] io scheduler noop registered [ 0.932773] io scheduler deadline registered (default) [ 0.933923] io scheduler cfq registered [ 0.934905] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.936128] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.937670] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.939351] ACPI: Power Button [PWRF] [ 0.940363] GHES: HEST is not enabled! [ 0.955540] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.986955] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.989462] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 1.013223] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 1.015713] Linux agpgart interface v0.103 [ 1.018067] loop: module loaded [ 1.020778] vda: vda1 [ 1.022201] scsi host0: ata_piix [ 1.023054] scsi host1: ata_piix [ 1.023861] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.025271] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.026979] libphy: Fixed MDIO Bus: probed [ 1.027939] tun: Universal TUN/TAP device driver, 1.6 [ 1.029069] tun: (C) 1999-2004 Max Krasnyansky [ 1.031496] PPP generic driver version 2.4.2 [ 1.032562] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.033995] ehci-pci: EHCI PCI platform driver [ 1.035030] ehci-platform: EHCI generic platform driver [ 1.036198] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.037555] ohci-pci: OHCI PCI platform driver [ 1.038611] ohci-platform: OHCI generic platform driver [ 1.039756] uhci_hcd: USB Universal Host Controller Interface driver [ 1.055493] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.056681] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.058410] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.059567] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.060892] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.062335] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.063968] usb usb1: Product: UHCI Host Controller [ 1.065041] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd [ 1.066402] usb usb1: SerialNumber: 0000:00:01.2 [ 1.067596] hub 1-0:1.0: USB hub found [ 1.068509] hub 1-0:1.0: 2 ports detected [ 1.069577] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.072001] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.073183] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.074394] mousedev: PS/2 mouse device common for all mice [ 1.075844] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.077981] rtc_cmos 00:00: RTC can wake from S4 [ 1.079276] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.080672] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.082112] i2c /dev entries driver [ 1.083002] device-mapper: uevent: version 1.0.3 [ 1.084095] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 1.085990] ledtrig-cpu: registered to indicate activity on CPUs [ 1.087530] NET: Registered protocol family 10 [ 1.088802] NET: Registered protocol family 17 [ 1.089862] Key type dns_resolver registered [ 1.091047] registered taskstats version 1 [ 1.092017] Loading compiled-in X.509 certificates [ 1.093612] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb' [ 1.095792] zswap: loaded using pool lzo/zbud [ 1.098139] Key type trusted registered [ 1.100978] Key type encrypted registered [ 1.101923] AppArmor: AppArmor sha1 policy hashing enabled [ 1.103143] ima: No TPM chip found, activating TPM-bypass! [ 1.104403] evm: HMAC attrs: 0x1 [ 1.105551] Magic number: 14:167:66 [ 1.106558] rtc_cmos 00:00: setting system clock to 2018-08-12 07:03:28 UTC (1534057408) [ 1.108473] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 1.109823] EDD information not available. [ 1.187266] Freeing unused kernel memory: 1512K [ 1.188305] Write protecting the kernel read-only data: 14336k [ 1.200560] Freeing unused kernel memory: 1692K [ 1.201790] Freeing unused kernel memory: 96K Loading, please wait... starting version 229 [ 1.212006] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.214413] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.216594] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.218755] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.220916] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.223035] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.230650] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.232766] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.235693] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.238681] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.295316] virtio_net virtio0 ens3: renamed from eth0 [ 1.303131] [drm] Initialized drm 1.1.0 20060810 [ 1.305407] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4 [ 1.307571] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.330315] FDC 0 is a S82078B [ 1.343115] AVX2 version of gcm_enc/dec engaged. [ 1.344184] AES CTR mode by8 optimization enabled [ 1.378008] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.538521] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.539956] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.541458] usb 1-1: Product: QEMU USB Tablet [ 1.542465] usb 1-1: Manufacturer: QEMU [ 1.543389] usb 1-1: SerialNumber: 42 [ 1.550679] hidraw: raw HID events driver (C) Jiri Kosina [ 1.556900] usbcore: registered new interface driver usbhid [ 1.558185] usbhid: USB HID core driver [ 1.560765] 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.563402] 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.830580] md: linear personality registered for level -1 [ 1.833944] md: multipath personality registered for level -4 [ 1.837422] md: raid0 personality registered for level 0 [ 1.841276] md: raid1 personality registered for level 1 [ 1.914010] raid6: sse2x1 gen() 11534 MB/s [ 1.981985] raid6: sse2x1 xor() 8800 MB/s [ 2.049973] raid6: sse2x2 gen() 14494 MB/s [ 2.117971] raid6: sse2x2 xor() 9785 MB/s [ 2.185973] raid6: sse2x4 gen() 16983 MB/s 2018-08-12 07:03:31,363 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.208: timed out 2018-08-12 07:03:40,373 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-12 07:03:40,377 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/39e1a5b6-af3d-464b-badb-c22da697010e/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}a224d027bc12979b87eaf29ef961ad0e58a40af8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 07:03:40,493 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 07:03: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-51d7ecce-79ed-44c9-a776-a35b927a8867 x-compute-request-id: req-51d7ecce-79ed-44c9-a776-a35b927a8867 Content-Encoding: gzip Content-Length: 10501 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 684801774 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.146544] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.148492] pid_max: default: 32768 minimum: 301\n[ 0.149628] ACPI: Core revision 20150930\n[ 0.151121] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.152788] Security Framework initialized\n[ 0.153736] Yama: becoming mindful.\n[ 0.154583] AppArmor: AppArmor initialized\n[ 0.155557] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.157145] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.158666] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.160125] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.161761] Initializing cgroup subsys io\n[ 0.162754] Initializing cgroup subsys memory\n[ 0.163750] Initializing cgroup subsys devices\n[ 0.164745] Initializing cgroup subsys freezer\n[ 0.165782] Initializing cgroup subsys net_cls\n[ 0.166823] Initializing cgroup subsys perf_event\n[ 0.167862] Initializing cgroup subsys net_prio\n[ 0.168888] Initializing cgroup subsys hugetlb\n[ 0.169917] Initializing cgroup subsys pids\n[ 0.170910] CPU: Physical Processor ID: 0\n[ 0.172520] mce: CPU supports 10 MCE banks\n[ 0.173496] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.174659] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.175921] Spectre V2 : Mitigation: Full generic retpoline\n[ 0.177130] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported\n[ 0.178673] Speculative Store Bypass: Vulnerable\n[ 0.195474] Freeing SMP alternatives memory: 32K\n[ 0.201163] ftrace: allocating 32237 entries in 126 pages\n[ 0.234873] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.236297] smpboot: Max logical packages: 1\n[ 0.237414] x2apic enabled\n[ 0.238288] Switched APIC routing to physical x2apic.\n[ 0.240176] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.241507] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.243790] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.245840] KVM setup paravirtual spinlock\n[ 0.247270] x86: Booted up 1 node, 1 CPUs\n[ 0.248198] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.249828] devtmpfs: initialized\n[ 0.251669] evm: security.selinux\n[ 0.252462] evm: security.SMACK64\n[ 0.253242] evm: security.SMACK64EXEC\n[ 0.254107] evm: security.SMACK64TRANSMUTE\n[ 0.255036] evm: security.SMACK64MMAP\n[ 0.255886] evm: security.ima\n[ 0.256612] evm: security.capability\n[ 0.257587] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.259676] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.261070] pinctrl core: initialized pinctrl subsystem\n[ 0.262322] RTC time: 7:03:28, date: 08/12/18\n[ 0.263427] NET: Registered protocol family 16\n[ 0.264549] cpuidle: using governor ladder\n[ 0.265492] cpuidle: using governor menu\n[ 0.266437] PCCT header not found.\n[ 0.267308] ACPI: bus type PCI registered\n[ 0.268222] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.269664] PCI: Using configuration type 1 for base access\n[ 0.271696] ACPI: Added _OSI(Module Device)\n[ 0.272665] ACPI: Added _OSI(Processor Device)\n[ 0.273664] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.274706] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.276658] ACPI: Interpreter enabled\n[ 0.277537] ACPI: (supports S0 S5)\n[ 0.278357] ACPI: Using IOAPIC for interrupt routing\n[ 0.279463] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.283006] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.284340] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.285784] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.287184] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.289778] acpiphp: Slot [3] registered\n[ 0.290733] acpiphp: Slot [4] registered\n[ 0.291685] acpiphp: Slot [5] registered\n[ 0.292605] acpiphp: Slot [6] registered\n[ 0.303282] acpiphp: Slot [7] registered\n[ 0.304204] acpiphp: Slot [8] registered\n[ 0.305122] acpiphp: Slot [9] registered\n[ 0.306050] acpiphp: Slot [10] registered\n[ 0.306995] acpiphp: Slot [11] registered\n[ 0.307973] acpiphp: Slot [12] registered\n[ 0.308910] acpiphp: Slot [13] registered\n[ 0.309846] acpiphp: Slot [14] registered\n[ 0.310798] acpiphp: Slot [15] registered\n[ 0.311772] acpiphp: Slot [16] registered\n[ 0.312705] acpiphp: Slot [17] registered\n[ 0.313636] acpiphp: Slot [18] registered\n[ 0.314568] acpiphp: Slot [19] registered\n[ 0.315502] acpiphp: Slot [20] registered\n[ 0.316477] acpiphp: Slot [21] registered\n[ 0.317420] acpiphp: Slot [22] registered\n[ 0.318353] acpiphp: Slot [23] registered\n[ 0.319284] acpiphp: Slot [24] registered\n[ 0.320212] acpiphp: Slot [25] registered\n[ 0.321171] acpiphp: Slot [26] registered\n[ 0.322133] acpiphp: Slot [27] registered\n[ 0.323066] acpiphp: Slot [28] registered\n[ 0.323999] acpiphp: Slot [29] registered\n[ 0.324931] acpiphp: Slot [30] registered\n[ 0.325857] acpiphp: Slot [31] registered\n[ 0.326823] PCI host bridge to bus 0000:00\n[ 0.327761] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.329187] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.330624] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.332366] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.334046] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.335757] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.339138] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.340675] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.342107] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.343592] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.347041] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.348952] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.367876] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.370253] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.371939] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.373552] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375136] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376582] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.378081] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.379338] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.381161] vgaarb: loaded\n[ 0.381877] vgaarb: bridge control possible 0000:00:02.0\n[ 0.383328] SCSI subsystem initialized\n[ 0.384356] ACPI: bus type USB registered\n[ 0.385329] usbcore: registered new interface driver usbfs\n[ 0.386552] usbcore: registered new interface driver hub\n[ 0.387743] usbcore: registered new device driver usb\n[ 0.389028] PCI: Using ACPI for IRQ routing\n[ 0.390293] NetLabel: Initializing\n[ 0.391127] NetLabel: domain hash size = 128\n[ 0.392130] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.393257] NetLabel: unlabeled traffic allowed by default\n[ 0.396790] amd_nb: Cannot enumerate AMD northbridges\n[ 0.397974] clocksource: Switched to clocksource kvm-clock\n[ 0.406106] AppArmor: AppArmor Filesystem Enabled\n[ 0.407304] pnp: PnP ACPI init\n[ 0.408546] pnp: PnP ACPI: found 5 devices\n[ 0.415123] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.417189] NET: Registered protocol family 2\n[ 0.418505] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.420036] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.421459] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.422893] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.424184] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.425592] NET: Registered protocol family 1\n[ 0.426630] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.427956] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.429249] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.445331] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.461800] Unpacking initramfs...\n[ 0.908968] Freeing initrd memory: 37084K\n[ 0.910270] Scanning for low memory corruption every 60 seconds\n[ 0.911929] audit: initializing netlink subsys (disabled)\n[ 0.913152] audit: type=2000 audit(1534057408.849:1): initialized\n[ 0.914751] Initialise system trusted keyring\n[ 0.915863] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.917245] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.919660] zbud: loaded\n[ 0.920571] VFS: Disk quotas dquot_6.6.0\n[ 0.921526] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.923177] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 0.924639] fuse init (API version 7.23)\n[ 0.925668] Key type big_key registered\n[ 0.926602] Allocating IMA MOK and blacklist keyrings.\n[ 0.928063] Key type asymmetric registered\n[ 0.929014] Asymmetric key parser 'x509' registered\n[ 0.930139] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.931855] io scheduler noop registered\n[ 0.932773] io scheduler deadline registered (default)\n[ 0.933923] io scheduler cfq registered\n[ 0.934905] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.936128] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.937670] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.939351] ACPI: Power Button [PWRF]\n[ 0.940363] GHES: HEST is not enabled!\n[ 0.955540] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.986955] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.989462] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.013223] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.015713] Linux agpgart interface v0.103\n[ 1.018067] loop: module loaded\n[ 1.020778] vda: vda1\n[ 1.022201] scsi host0: ata_piix\n[ 1.023054] scsi host1: ata_piix\n[ 1.023861] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.025271] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.026979] libphy: Fixed MDIO Bus: probed\n[ 1.027939] tun: Universal TUN/TAP device driver, 1.6\n[ 1.029069] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.031496] PPP generic driver version 2.4.2\n[ 1.032562] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.033995] ehci-pci: EHCI PCI platform driver\n[ 1.035030] ehci-platform: EHCI generic platform driver\n[ 1.036198] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.037555] ohci-pci: OHCI PCI platform driver\n[ 1.038611] ohci-platform: OHCI generic platform driver\n[ 1.039756] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.055493] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.056681] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.058410] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.059567] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.060892] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.062335] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.063968] usb usb1: Product: UHCI Host Controller\n[ 1.065041] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd\n[ 1.066402] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.067596] hub 1-0:1.0: USB hub found\n[ 1.068509] hub 1-0:1.0: 2 ports detected\n[ 1.069577] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.072001] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.073183] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.074394] mousedev: PS/2 mouse device common for all mice\n[ 1.075844] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.077981] rtc_cmos 00:00: RTC can wake from S4\n[ 1.079276] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.080672] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.082112] i2c /dev entries driver\n[ 1.083002] device-mapper: uevent: version 1.0.3\n[ 1.084095] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.085990] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.087530] NET: Registered protocol family 10\n[ 1.088802] NET: Registered protocol family 17\n[ 1.089862] Key type dns_resolver registered\n[ 1.091047] registered taskstats version 1\n[ 1.092017] Loading compiled-in X.509 certificates\n[ 1.093612] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb'\n[ 1.095792] zswap: loaded using pool lzo/zbud\n[ 1.098139] Key type trusted registered\n[ 1.100978] Key type encrypted registered\n[ 1.101923] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.103143] ima: No TPM chip found, activating TPM-bypass!\n[ 1.104403] evm: HMAC attrs: 0x1\n[ 1.105551] Magic number: 14:167:66\n[ 1.106558] rtc_cmos 00:00: setting system clock to 2018-08-12 07:03:28 UTC (1534057408)\n[ 1.108473] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.109823] EDD information not available.\n[ 1.187266] Freeing unused kernel memory: 1512K\n[ 1.188305] Write protecting the kernel read-only data: 14336k\n[ 1.200560] Freeing unused kernel memory: 1692K\n[ 1.201790] Freeing unused kernel memory: 96K\nLoading, please wait...\nstarting version 229\n[ 1.212006] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.214413] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.216594] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.218755] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.220916] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.223035] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.230650] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.232766] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.235693] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.238681] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.295316] virtio_net virtio0 ens3: renamed from eth0\n[ 1.303131] [drm] Initialized drm 1.1.0 20060810\n[ 1.305407] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 1.307571] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.330315] FDC 0 is a S82078B\n[ 1.343115] AVX2 version of gcm_enc/dec engaged.\n[ 1.344184] AES CTR mode by8 optimization enabled\n[ 1.378008] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.538521] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.539956] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.541458] usb 1-1: Product: QEMU USB Tablet\n[ 1.542465] usb 1-1: Manufacturer: QEMU\n[ 1.543389] usb 1-1: SerialNumber: 42\n[ 1.550679] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.556900] usbcore: registered new interface driver usbhid\n[ 1.558185] usbhid: USB HID core driver\n[ 1.560765] 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.563402] 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.830580] md: linear personality registered for level -1\n[ 1.833944] md: multipath personality registered for level -4\n[ 1.837422] md: raid0 personality registered for level 0\n[ 1.841276] md: raid1 personality registered for level 1\n[ 1.914010] raid6: sse2x1 gen() 11534 MB/s\n[ 1.981985] raid6: sse2x1 xor() 8800 MB/s\n[ 2.049973] raid6: sse2x2 gen() 14494 MB/s\n[ 2.117971] raid6: sse2x2 xor() 9785 MB/s\n[ 2.185973] raid6: sse2x4 gen() 16983 MB/s\n[ 2.253999] raid6: sse2x4 xor() 11568 MB/s\n[ 2.322038] raid6: avx2x1 gen() 22107 MB/s\n[ 2.389982] raid6: avx2x2 gen() 25574 MB/s\n[ 2.457982] raid6: avx2x4 gen() 29507 MB/s\n[ 2.458915] raid6: using algorithm avx2x4 gen() 29507 MB/s\n[ 2.460005] raid6: using avx2x2 recovery algorithm\n[ 2.461006] tsc: Refined TSC clocksource calibration: 3491.817 MHz\n[ 2.462247] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32551ec0d24, max_idle_ns: 440795320994 ns\n[ 2.465933] xor: automatically using best checksumming function:\n[ 2.505992] avx : 31726.000 MB/sec\n[ 2.508355] async_tx: api initialized (async)\n[ 2.519576] md: raid6 personality registered for level 6\n[ 2.520678] md: raid5 personality registered for level 5\n[ 2.521724] md: raid4 personality registered for level 4\n[ 2.527438] 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.557235] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 2.577328] 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.701726] 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.705166] systemd[1]: Detected virtualization kvm.\n[ 2.706190] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.4 LTS[0m!\n\n[ 2.709227] systemd[1]: Set hostname to .\n[ 2.711742] systemd[1]: Initializing machine ID from KVM UUID.\n[ 2.712934] systemd[1]: Installed transient /etc/machine-id file.\n[ 2.845947] 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.848969] systemd[1]: Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[ 2.851551] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 2.853387] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 2.855741] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 2.857711] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 2.859851] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 2.862206] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 2.864526] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 2.866788] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 2.869473] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 2.871486] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 2.873409] 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.876653] systemd[1]: Listening on fsck to fsckd communication Socket.\n[[0;32m OK [0m] Listening on fsck to fsckd communication Socket.\n[ 2.879152] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 2.881328] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 2.883505] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 2.885909] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 2.888337] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 2.892162] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 2.904999] 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.912169] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 2.916811] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 2.921749] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 2.930576] 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.938473] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 2.944377] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 2.949640] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 2.954882] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 2.965389] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 2.968047] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 2.975928] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 2.979449] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 2.986013] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 2.990289] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 2.994755] Loading iSCSI transport class v2.0-870.\n[ 2.996351] systemd[1]: Started Create list of required static device nodes for the current kernel.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 3.010323] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Set console keymap.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 3.021008] iscsi: registered transport (tcp)\n[ 3.072003] iscsi: registered transport (iser)\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Create Static Device Nodes in /dev...\n[[0;32m OK [0m] Started Load Kernel Modules.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n Starting udev Kernel Device Manager...\n Mounting FUSE Control File System...\n Starting Apply Kernel Variables...\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 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 Load/Save Random Seed...\n Starting udev Coldplug all Devices...\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] 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 Create Volatile Files and Directories...\n Starting Commit a transient machine-id on disk...\n Starting Initial cloud-init job (pre-networking)...\n Starting Set console font and keymap...\n Starting 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[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n Starting Update UTMP about System Boot/Shutdown...\n Starting Network Time Synchronization...\n[[0;32m OK [0m] Started 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[ 3.613675] intel_rapl: no valid rapl domains found in package 0\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 4.388437] cloud-init[497]: Cloud-init v. 18.2 running 'init-local' at Sun, 12 Aug 2018 07:03:31 +0000. Up 4.20 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"} 2018-08-12 07:03:40,495 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/39e1a5b6-af3d-464b-badb-c22da697010e/action used request id req-51d7ecce-79ed-44c9-a776-a35b927a8867 2018-08-12 07:03:40,495 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.12167596817s 2018-08-12 07:03:40,496 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/39e1a5b6-af3d-464b-badb-c22da697010e/action used request id req-51d7ecce-79ed-44c9-a776-a35b927a8867 2018-08-12 07:03:40,497 - 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 684801774 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.146544] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.148492] pid_max: default: 32768 minimum: 301 [ 0.149628] ACPI: Core revision 20150930 [ 0.151121] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.152788] Security Framework initialized [ 0.153736] Yama: becoming mindful. [ 0.154583] AppArmor: AppArmor initialized [ 0.155557] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.157145] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.158666] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.160125] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.161761] Initializing cgroup subsys io [ 0.162754] Initializing cgroup subsys memory [ 0.163750] Initializing cgroup subsys devices [ 0.164745] Initializing cgroup subsys freezer [ 0.165782] Initializing cgroup subsys net_cls [ 0.166823] Initializing cgroup subsys perf_event [ 0.167862] Initializing cgroup subsys net_prio [ 0.168888] Initializing cgroup subsys hugetlb [ 0.169917] Initializing cgroup subsys pids [ 0.170910] CPU: Physical Processor ID: 0 [ 0.172520] mce: CPU supports 10 MCE banks [ 0.173496] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.174659] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.175921] Spectre V2 : Mitigation: Full generic retpoline [ 0.177130] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported [ 0.178673] Speculative Store Bypass: Vulnerable [ 0.195474] Freeing SMP alternatives memory: 32K [ 0.201163] ftrace: allocating 32237 entries in 126 pages [ 0.234873] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.236297] smpboot: Max logical packages: 1 [ 0.237414] x2apic enabled [ 0.238288] Switched APIC routing to physical x2apic. [ 0.240176] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.241507] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.243790] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.245840] KVM setup paravirtual spinlock [ 0.247270] x86: Booted up 1 node, 1 CPUs [ 0.248198] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.249828] devtmpfs: initialized [ 0.251669] evm: security.selinux [ 0.252462] evm: security.SMACK64 [ 0.253242] evm: security.SMACK64EXEC [ 0.254107] evm: security.SMACK64TRANSMUTE [ 0.255036] evm: security.SMACK64MMAP [ 0.255886] evm: security.ima [ 0.256612] evm: security.capability [ 0.257587] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.259676] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.261070] pinctrl core: initialized pinctrl subsystem [ 0.262322] RTC time: 7:03:28, date: 08/12/18 [ 0.263427] NET: Registered protocol family 16 [ 0.264549] cpuidle: using governor ladder [ 0.265492] cpuidle: using governor menu [ 0.266437] PCCT header not found. [ 0.267308] ACPI: bus type PCI registered [ 0.268222] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.269664] PCI: Using configuration type 1 for base access [ 0.271696] ACPI: Added _OSI(Module Device) [ 0.272665] ACPI: Added _OSI(Processor Device) [ 0.273664] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.274706] ACPI: Added _OSI(Processor Aggregator Device) [ 0.276658] ACPI: Interpreter enabled [ 0.277537] ACPI: (supports S0 S5) [ 0.278357] ACPI: Using IOAPIC for interrupt routing [ 0.279463] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.283006] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.284340] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.285784] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.287184] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.289778] acpiphp: Slot [3] registered [ 0.290733] acpiphp: Slot [4] registered [ 0.291685] acpiphp: Slot [5] registered [ 0.292605] acpiphp: Slot [6] registered [ 0.303282] acpiphp: Slot [7] registered [ 0.304204] acpiphp: Slot [8] registered [ 0.305122] acpiphp: Slot [9] registered [ 0.306050] acpiphp: Slot [10] registered [ 0.306995] acpiphp: Slot [11] registered [ 0.307973] acpiphp: Slot [12] registered [ 0.308910] acpiphp: Slot [13] registered [ 0.309846] acpiphp: Slot [14] registered [ 0.310798] acpiphp: Slot [15] registered [ 0.311772] acpiphp: Slot [16] registered [ 0.312705] acpiphp: Slot [17] registered [ 0.313636] acpiphp: Slot [18] registered [ 0.314568] acpiphp: Slot [19] registered [ 0.315502] acpiphp: Slot [20] registered [ 0.316477] acpiphp: Slot [21] registered [ 0.317420] acpiphp: Slot [22] registered [ 0.318353] acpiphp: Slot [23] registered [ 0.319284] acpiphp: Slot [24] registered [ 0.320212] acpiphp: Slot [25] registered [ 0.321171] acpiphp: Slot [26] registered [ 0.322133] acpiphp: Slot [27] registered [ 0.323066] acpiphp: Slot [28] registered [ 0.323999] acpiphp: Slot [29] registered [ 0.324931] acpiphp: Slot [30] registered [ 0.325857] acpiphp: Slot [31] registered [ 0.326823] PCI host bridge to bus 0000:00 [ 0.327761] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.329187] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.330624] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.332366] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.334046] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.335757] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.339138] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.340675] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.342107] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.343592] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.347041] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.348952] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.367876] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.370253] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.371939] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.373552] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.375136] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.376582] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.378081] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.379338] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.381161] vgaarb: loaded [ 0.381877] vgaarb: bridge control possible 0000:00:02.0 [ 0.383328] SCSI subsystem initialized [ 0.384356] ACPI: bus type USB registered [ 0.385329] usbcore: registered new interface driver usbfs [ 0.386552] usbcore: registered new interface driver hub [ 0.387743] usbcore: registered new device driver usb [ 0.389028] PCI: Using ACPI for IRQ routing [ 0.390293] NetLabel: Initializing [ 0.391127] NetLabel: domain hash size = 128 [ 0.392130] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393257] NetLabel: unlabeled traffic allowed by default [ 0.396790] amd_nb: Cannot enumerate AMD northbridges [ 0.397974] clocksource: Switched to clocksource kvm-clock [ 0.406106] AppArmor: AppArmor Filesystem Enabled [ 0.407304] pnp: PnP ACPI init [ 0.408546] pnp: PnP ACPI: found 5 devices [ 0.415123] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.417189] NET: Registered protocol family 2 [ 0.418505] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.420036] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.421459] TCP: Hash tables configured (established 4096 bind 4096) [ 0.422893] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.424184] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.425592] NET: Registered protocol family 1 [ 0.426630] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.427956] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.429249] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.445331] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.461800] Unpacking initramfs... [ 0.908968] Freeing initrd memory: 37084K [ 0.910270] Scanning for low memory corruption every 60 seconds [ 0.911929] audit: initializing netlink subsys (disabled) [ 0.913152] audit: type=2000 audit(1534057408.849:1): initialized [ 0.914751] Initialise system trusted keyring [ 0.915863] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.917245] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.919660] zbud: loaded [ 0.920571] VFS: Disk quotas dquot_6.6.0 [ 0.921526] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.923177] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.924639] fuse init (API version 7.23) [ 0.925668] Key type big_key registered [ 0.926602] Allocating IMA MOK and blacklist keyrings. [ 0.928063] Key type asymmetric registered [ 0.929014] Asymmetric key parser 'x509' registered [ 0.930139] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.931855] io scheduler noop registered [ 0.932773] io scheduler deadline registered (default) [ 0.933923] io scheduler cfq registered [ 0.934905] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.936128] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.937670] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.939351] ACPI: Power Button [PWRF] [ 0.940363] GHES: HEST is not enabled! [ 0.955540] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.986955] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.989462] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 1.013223] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 1.015713] Linux agpgart interface v0.103 [ 1.018067] loop: module loaded [ 1.020778] vda: vda1 [ 1.022201] scsi host0: ata_piix [ 1.023054] scsi host1: ata_piix [ 1.023861] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.025271] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.026979] libphy: Fixed MDIO Bus: probed [ 1.027939] tun: Universal TUN/TAP device driver, 1.6 [ 1.029069] tun: (C) 1999-2004 Max Krasnyansky [ 1.031496] PPP generic driver version 2.4.2 [ 1.032562] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.033995] ehci-pci: EHCI PCI platform driver [ 1.035030] ehci-platform: EHCI generic platform driver [ 1.036198] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.037555] ohci-pci: OHCI PCI platform driver [ 1.038611] ohci-platform: OHCI generic platform driver [ 1.039756] uhci_hcd: USB Universal Host Controller Interface driver [ 1.055493] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.056681] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.058410] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.059567] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.060892] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.062335] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.063968] usb usb1: Product: UHCI Host Controller [ 1.065041] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd [ 1.066402] usb usb1: SerialNumber: 0000:00:01.2 [ 1.067596] hub 1-0:1.0: USB hub found [ 1.068509] hub 1-0:1.0: 2 ports detected [ 1.069577] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.072001] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.073183] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.074394] mousedev: PS/2 mouse device common for all mice [ 1.075844] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.077981] rtc_cmos 00:00: RTC can wake from S4 [ 1.079276] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.080672] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.082112] i2c /dev entries driver [ 1.083002] device-mapper: uevent: version 1.0.3 [ 1.084095] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 1.085990] ledtrig-cpu: registered to indicate activity on CPUs [ 1.087530] NET: Registered protocol family 10 [ 1.088802] NET: Registered protocol family 17 [ 1.089862] Key type dns_resolver registered [ 1.091047] registered taskstats version 1 [ 1.092017] Loading compiled-in X.509 certificates [ 1.093612] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb' [ 1.095792] zswap: loaded using pool lzo/zbud [ 1.098139] Key type trusted registered [ 1.100978] Key type encrypted registered [ 1.101923] AppArmor: AppArmor sha1 policy hashing enabled [ 1.103143] ima: No TPM chip found, activating TPM-bypass! [ 1.104403] evm: HMAC attrs: 0x1 [ 1.105551] Magic number: 14:167:66 [ 1.106558] rtc_cmos 00:00: setting system clock to 2018-08-12 07:03:28 UTC (1534057408) [ 1.108473] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 1.109823] EDD information not available. [ 1.187266] Freeing unused kernel memory: 1512K [ 1.188305] Write protecting the kernel read-only data: 14336k [ 1.200560] Freeing unused kernel memory: 1692K [ 1.201790] Freeing unused kernel memory: 96K Loading, please wait... starting version 229 [ 1.212006] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.214413] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.216594] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.218755] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.220916] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.223035] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.230650] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.232766] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.235693] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.238681] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.295316] virtio_net virtio0 ens3: renamed from eth0 [ 1.303131] [drm] Initialized drm 1.1.0 20060810 [ 1.305407] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4 [ 1.307571] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.330315] FDC 0 is a S82078B [ 1.343115] AVX2 version of gcm_enc/dec engaged. [ 1.344184] AES CTR mode by8 optimization enabled [ 1.378008] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.538521] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.539956] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.541458] usb 1-1: Product: QEMU USB Tablet [ 1.542465] usb 1-1: Manufacturer: QEMU [ 1.543389] usb 1-1: SerialNumber: 42 [ 1.550679] hidraw: raw HID events driver (C) Jiri Kosina [ 1.556900] usbcore: registered new interface driver usbhid [ 1.558185] usbhid: USB HID core driver [ 1.560765] 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.563402] 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.830580] md: linear personality registered for level -1 [ 1.833944] md: multipath personality registered for level -4 [ 1.837422] md: raid0 personality registered for level 0 [ 1.841276] md: raid1 personality registered for level 1 [ 1.914010] raid6: sse2x1 gen() 11534 MB/s [ 1.981985] raid6: sse2x1 xor() 8800 MB/s [ 2.049973] raid6: sse2x2 gen() 14494 MB/s [ 2.117971] raid6: sse2x2 xor() 9785 MB/s [ 2.185973] raid6: sse2x4 gen() 16983 MB/s [ 2.253999] raid6: sse2x4 xor() 11568 MB/s [ 2.322038] raid6: avx2x1 gen() 22107 MB/s [ 2.389982] raid6: avx2x2 gen() 25574 MB/s [ 2.457982] raid6: avx2x4 gen() 29507 MB/s [ 2.458915] raid6: using algorithm avx2x4 gen() 29507 MB/s [ 2.460005] raid6: using avx2x2 recovery algorithm [ 2.461006] tsc: Refined TSC clocksource calibration: 3491.817 MHz [ 2.462247] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32551ec0d24, max_idle_ns: 440795320994 ns [ 2.465933] xor: automatically using best checksumming function: [ 2.505992] avx : 31726.000 MB/sec [ 2.508355] async_tx: api initialized (async) [ 2.519576] md: raid6 personality registered for level 6 [ 2.520678] md: raid5 personality registered for level 5 [ 2.521724] md: raid4 personality registered for level 4 [ 2.527438] 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.557235] Btrfs loaded Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 2.577328] 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.701726] 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.705166] systemd[1]: Detected virtualization kvm. [ 2.706190] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 2.709227] systemd[1]: Set hostname to . [ 2.711742] systemd[1]: Initializing machine ID from KVM UUID. [ 2.712934] systemd[1]: Installed transient /etc/machine-id file. [ 2.845947] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [ 2.848969] systemd[1]: Started Trigger resolvconf update for networkd DNS. [[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS. [ 2.851551] systemd[1]: Reached target Swap. [[0;32m OK [0m] Reached target Swap. [ 2.853387] systemd[1]: Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. [ 2.855741] systemd[1]: Listening on Syslog Socket. [[0;32m OK [0m] Listening on Syslog Socket. [ 2.857711] systemd[1]: Reached target Encrypted Volumes. [[0;32m OK [0m] Reached target Encrypted Volumes. [ 2.859851] systemd[1]: Reached target User and Group Name Lookups. [[0;32m OK [0m] Reached target User and Group Name Lookups. [ 2.862206] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on udev Kernel Socket. [ 2.864526] systemd[1]: Created slice User and Session Slice. [[0;32m OK [0m] Created slice User and Session Slice. [ 2.866788] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [ 2.869473] systemd[1]: Created slice System Slice. [[0;32m OK [0m] Created slice System Slice. [ 2.871486] systemd[1]: Reached target Slices. [[0;32m OK [0m] Reached target Slices. [ 2.873409] 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.876653] systemd[1]: Listening on fsck to fsckd communication Socket. [[0;32m OK [0m] Listening on fsck to fsckd communication Socket. [ 2.879152] systemd[1]: Listening on udev Control Socket. [[0;32m OK [0m] Listening on udev Control Socket. [ 2.881328] systemd[1]: Listening on Journal Audit Socket. [[0;32m OK [0m] Listening on Journal Audit Socket. [ 2.883505] systemd[1]: Listening on Journal Socket. [[0;32m OK [0m] Listening on Journal Socket. [ 2.885909] systemd[1]: Starting Uncomplicated firewall... Starting Uncomplicated firewall... [ 2.888337] systemd[1]: Mounting Huge Pages File System... Mounting Huge Pages File System... [ 2.892162] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 2.904999] 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.912169] systemd[1]: Starting Set console keymap... Starting Set console keymap... [ 2.916811] systemd[1]: Mounting Debug File System... Mounting Debug File System... [ 2.921749] systemd[1]: Listening on Device-mapper event daemon FIFOs. [[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs. [ 2.930576] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... Starting Monitoring of LVM2 mirrors... dmeventd or progress polling... [ 2.938473] systemd[1]: Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Listening on Journal Socket (/dev/log). [ 2.944377] systemd[1]: Starting Journal Service... Starting Journal Service... [ 2.949640] systemd[1]: Listening on LVM2 poll daemon socket. [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [ 2.954882] systemd[1]: Starting Nameserver information manager... Starting Nameserver information manager... [ 2.965389] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 2.968047] systemd[1]: Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. [ 2.975928] systemd[1]: Mounted POSIX Message Queue File System. [[0;32m OK [0m] Mounted POSIX Message Queue File System. [ 2.979449] systemd[1]: Mounted Huge Pages File System. [[0;32m OK [0m] Mounted Huge Pages File System. [ 2.986013] systemd[1]: Mounted Debug File System. [[0;32m OK [0m] Mounted Debug File System. [ 2.990289] systemd[1]: Started Uncomplicated firewall. [[0;32m OK [0m] Started Uncomplicated firewall. [ 2.994755] Loading iSCSI transport class v2.0-870. [ 2.996351] systemd[1]: Started Create list of required static device nodes for the current kernel. [[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [ 3.010323] systemd[1]: Started Journal Service. [[0;32m OK [0m] Started Journal Service. [[0;32m OK [0m] Started Set console keymap. [[0;32m OK [0m] Started Nameserver information manager. [ 3.021008] iscsi: registered transport (tcp) [ 3.072003] iscsi: registered transport (iser) [[0;32m OK [0m] Started LVM2 metadata daemon. Starting Create Static Device Nodes in /dev... [[0;32m OK [0m] Started Load Kernel Modules. [[0;32m OK [0m] Started Create Static Device Nodes in /dev. Starting udev Kernel Device Manager... Mounting FUSE Control File System... Starting Apply Kernel Variables... [[0;32m OK [0m] Mounted FUSE Control File System. [[0;32m OK [0m] Started Apply Kernel Variables. [[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 Load/Save Random Seed... Starting udev Coldplug all Devices... [[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] 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 LSB: AppArmor initialization... Starting Create Volatile Files and Directories... Starting Commit a transient machine-id on disk... Starting Initial cloud-init job (pre-networking)... Starting Set console font and keymap... Starting Tell Plymouth To Write Out Runtime Data... [[0;32m OK [0m] Started Commit a transient machine-id on disk. [[0;32m OK [0m] Started Create Volatile Files and Directories. [[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data. Starting Update UTMP about System Boot/Shutdown... Starting Network Time Synchronization... [[0;32m OK [0m] Started 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] Found device /dev/ttyS0. [ 3.613675] intel_rapl: no valid rapl domains found in package 0 [[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. [ 4.388437] cloud-init[497]: Cloud-init v. 18.2 running 'init-local' at Sun, 12 Aug 2018 07:03:31 +0000. Up 4.20 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. Starting Initial cloud-init job (metadata service crawler)... [[0;32m OK [0m] Reached target Network. 2018-08-12 07:03:40,501 - functest.core.singlevm - DEBUG - try 2: cannot connect to 172.30.9.208: [Errno None] Unable to connect to port 22 on 172.30.9.208 2018-08-12 07:03:49,511 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-12 07:03:49,514 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/39e1a5b6-af3d-464b-badb-c22da697010e/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}a224d027bc12979b87eaf29ef961ad0e58a40af8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 07:03:49,588 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 07:03: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-2118af72-fced-4ca4-8d04-737fde476fd4 x-compute-request-id: req-2118af72-fced-4ca4-8d04-737fde476fd4 Content-Encoding: gzip Content-Length: 10501 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 684801774 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.146544] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.148492] pid_max: default: 32768 minimum: 301\n[ 0.149628] ACPI: Core revision 20150930\n[ 0.151121] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.152788] Security Framework initialized\n[ 0.153736] Yama: becoming mindful.\n[ 0.154583] AppArmor: AppArmor initialized\n[ 0.155557] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.157145] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.158666] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.160125] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.161761] Initializing cgroup subsys io\n[ 0.162754] Initializing cgroup subsys memory\n[ 0.163750] Initializing cgroup subsys devices\n[ 0.164745] Initializing cgroup subsys freezer\n[ 0.165782] Initializing cgroup subsys net_cls\n[ 0.166823] Initializing cgroup subsys perf_event\n[ 0.167862] Initializing cgroup subsys net_prio\n[ 0.168888] Initializing cgroup subsys hugetlb\n[ 0.169917] Initializing cgroup subsys pids\n[ 0.170910] CPU: Physical Processor ID: 0\n[ 0.172520] mce: CPU supports 10 MCE banks\n[ 0.173496] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.174659] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.175921] Spectre V2 : Mitigation: Full generic retpoline\n[ 0.177130] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported\n[ 0.178673] Speculative Store Bypass: Vulnerable\n[ 0.195474] Freeing SMP alternatives memory: 32K\n[ 0.201163] ftrace: allocating 32237 entries in 126 pages\n[ 0.234873] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.236297] smpboot: Max logical packages: 1\n[ 0.237414] x2apic enabled\n[ 0.238288] Switched APIC routing to physical x2apic.\n[ 0.240176] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.241507] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.243790] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.245840] KVM setup paravirtual spinlock\n[ 0.247270] x86: Booted up 1 node, 1 CPUs\n[ 0.248198] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.249828] devtmpfs: initialized\n[ 0.251669] evm: security.selinux\n[ 0.252462] evm: security.SMACK64\n[ 0.253242] evm: security.SMACK64EXEC\n[ 0.254107] evm: security.SMACK64TRANSMUTE\n[ 0.255036] evm: security.SMACK64MMAP\n[ 0.255886] evm: security.ima\n[ 0.256612] evm: security.capability\n[ 0.257587] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.259676] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.261070] pinctrl core: initialized pinctrl subsystem\n[ 0.262322] RTC time: 7:03:28, date: 08/12/18\n[ 0.263427] NET: Registered protocol family 16\n[ 0.264549] cpuidle: using governor ladder\n[ 0.265492] cpuidle: using governor menu\n[ 0.266437] PCCT header not found.\n[ 0.267308] ACPI: bus type PCI registered\n[ 0.268222] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.269664] PCI: Using configuration type 1 for base access\n[ 0.271696] ACPI: Added _OSI(Module Device)\n[ 0.272665] ACPI: Added _OSI(Processor Device)\n[ 0.273664] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.274706] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.276658] ACPI: Interpreter enabled\n[ 0.277537] ACPI: (supports S0 S5)\n[ 0.278357] ACPI: Using IOAPIC for interrupt routing\n[ 0.279463] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.283006] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.284340] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.285784] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.287184] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.289778] acpiphp: Slot [3] registered\n[ 0.290733] acpiphp: Slot [4] registered\n[ 0.291685] acpiphp: Slot [5] registered\n[ 0.292605] acpiphp: Slot [6] registered\n[ 0.303282] acpiphp: Slot [7] registered\n[ 0.304204] acpiphp: Slot [8] registered\n[ 0.305122] acpiphp: Slot [9] registered\n[ 0.306050] acpiphp: Slot [10] registered\n[ 0.306995] acpiphp: Slot [11] registered\n[ 0.307973] acpiphp: Slot [12] registered\n[ 0.308910] acpiphp: Slot [13] registered\n[ 0.309846] acpiphp: Slot [14] registered\n[ 0.310798] acpiphp: Slot [15] registered\n[ 0.311772] acpiphp: Slot [16] registered\n[ 0.312705] acpiphp: Slot [17] registered\n[ 0.313636] acpiphp: Slot [18] registered\n[ 0.314568] acpiphp: Slot [19] registered\n[ 0.315502] acpiphp: Slot [20] registered\n[ 0.316477] acpiphp: Slot [21] registered\n[ 0.317420] acpiphp: Slot [22] registered\n[ 0.318353] acpiphp: Slot [23] registered\n[ 0.319284] acpiphp: Slot [24] registered\n[ 0.320212] acpiphp: Slot [25] registered\n[ 0.321171] acpiphp: Slot [26] registered\n[ 0.322133] acpiphp: Slot [27] registered\n[ 0.323066] acpiphp: Slot [28] registered\n[ 0.323999] acpiphp: Slot [29] registered\n[ 0.324931] acpiphp: Slot [30] registered\n[ 0.325857] acpiphp: Slot [31] registered\n[ 0.326823] PCI host bridge to bus 0000:00\n[ 0.327761] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.329187] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.330624] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.332366] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.334046] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.335757] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.339138] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.340675] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.342107] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.343592] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.347041] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.348952] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.367876] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.370253] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.371939] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.373552] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375136] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376582] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.378081] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.379338] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.381161] vgaarb: loaded\n[ 0.381877] vgaarb: bridge control possible 0000:00:02.0\n[ 0.383328] SCSI subsystem initialized\n[ 0.384356] ACPI: bus type USB registered\n[ 0.385329] usbcore: registered new interface driver usbfs\n[ 0.386552] usbcore: registered new interface driver hub\n[ 0.387743] usbcore: registered new device driver usb\n[ 0.389028] PCI: Using ACPI for IRQ routing\n[ 0.390293] NetLabel: Initializing\n[ 0.391127] NetLabel: domain hash size = 128\n[ 0.392130] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.393257] NetLabel: unlabeled traffic allowed by default\n[ 0.396790] amd_nb: Cannot enumerate AMD northbridges\n[ 0.397974] clocksource: Switched to clocksource kvm-clock\n[ 0.406106] AppArmor: AppArmor Filesystem Enabled\n[ 0.407304] pnp: PnP ACPI init\n[ 0.408546] pnp: PnP ACPI: found 5 devices\n[ 0.415123] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.417189] NET: Registered protocol family 2\n[ 0.418505] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.420036] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.421459] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.422893] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.424184] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.425592] NET: Registered protocol family 1\n[ 0.426630] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.427956] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.429249] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.445331] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.461800] Unpacking initramfs...\n[ 0.908968] Freeing initrd memory: 37084K\n[ 0.910270] Scanning for low memory corruption every 60 seconds\n[ 0.911929] audit: initializing netlink subsys (disabled)\n[ 0.913152] audit: type=2000 audit(1534057408.849:1): initialized\n[ 0.914751] Initialise system trusted keyring\n[ 0.915863] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.917245] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.919660] zbud: loaded\n[ 0.920571] VFS: Disk quotas dquot_6.6.0\n[ 0.921526] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.923177] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 0.924639] fuse init (API version 7.23)\n[ 0.925668] Key type big_key registered\n[ 0.926602] Allocating IMA MOK and blacklist keyrings.\n[ 0.928063] Key type asymmetric registered\n[ 0.929014] Asymmetric key parser 'x509' registered\n[ 0.930139] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.931855] io scheduler noop registered\n[ 0.932773] io scheduler deadline registered (default)\n[ 0.933923] io scheduler cfq registered\n[ 0.934905] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.936128] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.937670] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.939351] ACPI: Power Button [PWRF]\n[ 0.940363] GHES: HEST is not enabled!\n[ 0.955540] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.986955] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.989462] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.013223] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.015713] Linux agpgart interface v0.103\n[ 1.018067] loop: module loaded\n[ 1.020778] vda: vda1\n[ 1.022201] scsi host0: ata_piix\n[ 1.023054] scsi host1: ata_piix\n[ 1.023861] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.025271] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.026979] libphy: Fixed MDIO Bus: probed\n[ 1.027939] tun: Universal TUN/TAP device driver, 1.6\n[ 1.029069] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.031496] PPP generic driver version 2.4.2\n[ 1.032562] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.033995] ehci-pci: EHCI PCI platform driver\n[ 1.035030] ehci-platform: EHCI generic platform driver\n[ 1.036198] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.037555] ohci-pci: OHCI PCI platform driver\n[ 1.038611] ohci-platform: OHCI generic platform driver\n[ 1.039756] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.055493] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.056681] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.058410] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.059567] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.060892] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.062335] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.063968] usb usb1: Product: UHCI Host Controller\n[ 1.065041] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd\n[ 1.066402] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.067596] hub 1-0:1.0: USB hub found\n[ 1.068509] hub 1-0:1.0: 2 ports detected\n[ 1.069577] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.072001] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.073183] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.074394] mousedev: PS/2 mouse device common for all mice\n[ 1.075844] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.077981] rtc_cmos 00:00: RTC can wake from S4\n[ 1.079276] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.080672] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.082112] i2c /dev entries driver\n[ 1.083002] device-mapper: uevent: version 1.0.3\n[ 1.084095] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.085990] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.087530] NET: Registered protocol family 10\n[ 1.088802] NET: Registered protocol family 17\n[ 1.089862] Key type dns_resolver registered\n[ 1.091047] registered taskstats version 1\n[ 1.092017] Loading compiled-in X.509 certificates\n[ 1.093612] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb'\n[ 1.095792] zswap: loaded using pool lzo/zbud\n[ 1.098139] Key type trusted registered\n[ 1.100978] Key type encrypted registered\n[ 1.101923] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.103143] ima: No TPM chip found, activating TPM-bypass!\n[ 1.104403] evm: HMAC attrs: 0x1\n[ 1.105551] Magic number: 14:167:66\n[ 1.106558] rtc_cmos 00:00: setting system clock to 2018-08-12 07:03:28 UTC (1534057408)\n[ 1.108473] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.109823] EDD information not available.\n[ 1.187266] Freeing unused kernel memory: 1512K\n[ 1.188305] Write protecting the kernel read-only data: 14336k\n[ 1.200560] Freeing unused kernel memory: 1692K\n[ 1.201790] Freeing unused kernel memory: 96K\nLoading, please wait...\nstarting version 229\n[ 1.212006] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.214413] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.216594] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.218755] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.220916] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.223035] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.230650] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.232766] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.235693] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.238681] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.295316] virtio_net virtio0 ens3: renamed from eth0\n[ 1.303131] [drm] Initialized drm 1.1.0 20060810\n[ 1.305407] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 1.307571] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.330315] FDC 0 is a S82078B\n[ 1.343115] AVX2 version of gcm_enc/dec engaged.\n[ 1.344184] AES CTR mode by8 optimization enabled\n[ 1.378008] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.538521] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.539956] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.541458] usb 1-1: Product: QEMU USB Tablet\n[ 1.542465] usb 1-1: Manufacturer: QEMU\n[ 1.543389] usb 1-1: SerialNumber: 42\n[ 1.550679] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.556900] usbcore: registered new interface driver usbhid\n[ 1.558185] usbhid: USB HID core driver\n[ 1.560765] 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.563402] 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.830580] md: linear personality registered for level -1\n[ 1.833944] md: multipath personality registered for level -4\n[ 1.837422] md: raid0 personality registered for level 0\n[ 1.841276] md: raid1 personality registered for level 1\n[ 1.914010] raid6: sse2x1 gen() 11534 MB/s\n[ 1.981985] raid6: sse2x1 xor() 8800 MB/s\n[ 2.049973] raid6: sse2x2 gen() 14494 MB/s\n[ 2.117971] raid6: sse2x2 xor() 9785 MB/s\n[ 2.185973] raid6: sse2x4 gen() 16983 MB/s\n[ 2.253999] raid6: sse2x4 xor() 11568 MB/s\n[ 2.322038] raid6: avx2x1 gen() 22107 MB/s\n[ 2.389982] raid6: avx2x2 gen() 25574 MB/s\n[ 2.457982] raid6: avx2x4 gen() 29507 MB/s\n[ 2.458915] raid6: using algorithm avx2x4 gen() 29507 MB/s\n[ 2.460005] raid6: using avx2x2 recovery algorithm\n[ 2.461006] tsc: Refined TSC clocksource calibration: 3491.817 MHz\n[ 2.462247] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32551ec0d24, max_idle_ns: 440795320994 ns\n[ 2.465933] xor: automatically using best checksumming function:\n[ 2.505992] avx : 31726.000 MB/sec\n[ 2.508355] async_tx: api initialized (async)\n[ 2.519576] md: raid6 personality registered for level 6\n[ 2.520678] md: raid5 personality registered for level 5\n[ 2.521724] md: raid4 personality registered for level 4\n[ 2.527438] 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.557235] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 2.577328] 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.701726] 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.705166] systemd[1]: Detected virtualization kvm.\n[ 2.706190] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.4 LTS[0m!\n\n[ 2.709227] systemd[1]: Set hostname to .\n[ 2.711742] systemd[1]: Initializing machine ID from KVM UUID.\n[ 2.712934] systemd[1]: Installed transient /etc/machine-id file.\n[ 2.845947] 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.848969] systemd[1]: Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[ 2.851551] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 2.853387] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 2.855741] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 2.857711] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 2.859851] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 2.862206] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 2.864526] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 2.866788] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 2.869473] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 2.871486] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 2.873409] 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.876653] systemd[1]: Listening on fsck to fsckd communication Socket.\n[[0;32m OK [0m] Listening on fsck to fsckd communication Socket.\n[ 2.879152] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 2.881328] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 2.883505] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 2.885909] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 2.888337] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 2.892162] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 2.904999] 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.912169] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 2.916811] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 2.921749] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 2.930576] 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.938473] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 2.944377] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 2.949640] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 2.954882] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 2.965389] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 2.968047] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 2.975928] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 2.979449] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 2.986013] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 2.990289] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 2.994755] Loading iSCSI transport class v2.0-870.\n[ 2.996351] systemd[1]: Started Create list of required static device nodes for the current kernel.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 3.010323] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Set console keymap.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 3.021008] iscsi: registered transport (tcp)\n[ 3.072003] iscsi: registered transport (iser)\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Create Static Device Nodes in /dev...\n[[0;32m OK [0m] Started Load Kernel Modules.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n Starting udev Kernel Device Manager...\n Mounting FUSE Control File System...\n Starting Apply Kernel Variables...\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 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 Load/Save Random Seed...\n Starting udev Coldplug all Devices...\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] 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 Create Volatile Files and Directories...\n Starting Commit a transient machine-id on disk...\n Starting Initial cloud-init job (pre-networking)...\n Starting Set console font and keymap...\n Starting 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[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n Starting Update UTMP about System Boot/Shutdown...\n Starting Network Time Synchronization...\n[[0;32m OK [0m] Started 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[ 3.613675] intel_rapl: no valid rapl domains found in package 0\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 4.388437] cloud-init[497]: Cloud-init v. 18.2 running 'init-local' at Sun, 12 Aug 2018 07:03:31 +0000. Up 4.20 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"} 2018-08-12 07:03:49,589 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/39e1a5b6-af3d-464b-badb-c22da697010e/action used request id req-2118af72-fced-4ca4-8d04-737fde476fd4 2018-08-12 07:03:49,589 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0778970718384s 2018-08-12 07:03:49,590 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/39e1a5b6-af3d-464b-badb-c22da697010e/action used request id req-2118af72-fced-4ca4-8d04-737fde476fd4 2018-08-12 07:03:49,590 - 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 684801774 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.146544] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.148492] pid_max: default: 32768 minimum: 301 [ 0.149628] ACPI: Core revision 20150930 [ 0.151121] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.152788] Security Framework initialized [ 0.153736] Yama: becoming mindful. [ 0.154583] AppArmor: AppArmor initialized [ 0.155557] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.157145] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.158666] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.160125] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.161761] Initializing cgroup subsys io [ 0.162754] Initializing cgroup subsys memory [ 0.163750] Initializing cgroup subsys devices [ 0.164745] Initializing cgroup subsys freezer [ 0.165782] Initializing cgroup subsys net_cls [ 0.166823] Initializing cgroup subsys perf_event [ 0.167862] Initializing cgroup subsys net_prio [ 0.168888] Initializing cgroup subsys hugetlb [ 0.169917] Initializing cgroup subsys pids [ 0.170910] CPU: Physical Processor ID: 0 [ 0.172520] mce: CPU supports 10 MCE banks [ 0.173496] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.174659] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.175921] Spectre V2 : Mitigation: Full generic retpoline [ 0.177130] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported [ 0.178673] Speculative Store Bypass: Vulnerable [ 0.195474] Freeing SMP alternatives memory: 32K [ 0.201163] ftrace: allocating 32237 entries in 126 pages [ 0.234873] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.236297] smpboot: Max logical packages: 1 [ 0.237414] x2apic enabled [ 0.238288] Switched APIC routing to physical x2apic. [ 0.240176] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.241507] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.243790] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.245840] KVM setup paravirtual spinlock [ 0.247270] x86: Booted up 1 node, 1 CPUs [ 0.248198] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.249828] devtmpfs: initialized [ 0.251669] evm: security.selinux [ 0.252462] evm: security.SMACK64 [ 0.253242] evm: security.SMACK64EXEC [ 0.254107] evm: security.SMACK64TRANSMUTE [ 0.255036] evm: security.SMACK64MMAP [ 0.255886] evm: security.ima [ 0.256612] evm: security.capability [ 0.257587] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.259676] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.261070] pinctrl core: initialized pinctrl subsystem [ 0.262322] RTC time: 7:03:28, date: 08/12/18 [ 0.263427] NET: Registered protocol family 16 [ 0.264549] cpuidle: using governor ladder [ 0.265492] cpuidle: using governor menu [ 0.266437] PCCT header not found. [ 0.267308] ACPI: bus type PCI registered [ 0.268222] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.269664] PCI: Using configuration type 1 for base access [ 0.271696] ACPI: Added _OSI(Module Device) [ 0.272665] ACPI: Added _OSI(Processor Device) [ 0.273664] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.274706] ACPI: Added _OSI(Processor Aggregator Device) [ 0.276658] ACPI: Interpreter enabled [ 0.277537] ACPI: (supports S0 S5) [ 0.278357] ACPI: Using IOAPIC for interrupt routing [ 0.279463] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.283006] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.284340] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.285784] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.287184] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.289778] acpiphp: Slot [3] registered [ 0.290733] acpiphp: Slot [4] registered [ 0.291685] acpiphp: Slot [5] registered [ 0.292605] acpiphp: Slot [6] registered [ 0.303282] acpiphp: Slot [7] registered [ 0.304204] acpiphp: Slot [8] registered [ 0.305122] acpiphp: Slot [9] registered [ 0.306050] acpiphp: Slot [10] registered [ 0.306995] acpiphp: Slot [11] registered [ 0.307973] acpiphp: Slot [12] registered [ 0.308910] acpiphp: Slot [13] registered [ 0.309846] acpiphp: Slot [14] registered [ 0.310798] acpiphp: Slot [15] registered [ 0.311772] acpiphp: Slot [16] registered [ 0.312705] acpiphp: Slot [17] registered [ 0.313636] acpiphp: Slot [18] registered [ 0.314568] acpiphp: Slot [19] registered [ 0.315502] acpiphp: Slot [20] registered [ 0.316477] acpiphp: Slot [21] registered [ 0.317420] acpiphp: Slot [22] registered [ 0.318353] acpiphp: Slot [23] registered [ 0.319284] acpiphp: Slot [24] registered [ 0.320212] acpiphp: Slot [25] registered [ 0.321171] acpiphp: Slot [26] registered [ 0.322133] acpiphp: Slot [27] registered [ 0.323066] acpiphp: Slot [28] registered [ 0.323999] acpiphp: Slot [29] registered [ 0.324931] acpiphp: Slot [30] registered [ 0.325857] acpiphp: Slot [31] registered [ 0.326823] PCI host bridge to bus 0000:00 [ 0.327761] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.329187] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.330624] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.332366] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.334046] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.335757] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.339138] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.340675] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.342107] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.343592] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.347041] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.348952] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.367876] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.370253] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.371939] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.373552] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.375136] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.376582] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.378081] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.379338] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.381161] vgaarb: loaded [ 0.381877] vgaarb: bridge control possible 0000:00:02.0 [ 0.383328] SCSI subsystem initialized [ 0.384356] ACPI: bus type USB registered [ 0.385329] usbcore: registered new interface driver usbfs [ 0.386552] usbcore: registered new interface driver hub [ 0.387743] usbcore: registered new device driver usb [ 0.389028] PCI: Using ACPI for IRQ routing [ 0.390293] NetLabel: Initializing [ 0.391127] NetLabel: domain hash size = 128 [ 0.392130] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393257] NetLabel: unlabeled traffic allowed by default [ 0.396790] amd_nb: Cannot enumerate AMD northbridges [ 0.397974] clocksource: Switched to clocksource kvm-clock [ 0.406106] AppArmor: AppArmor Filesystem Enabled [ 0.407304] pnp: PnP ACPI init [ 0.408546] pnp: PnP ACPI: found 5 devices [ 0.415123] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.417189] NET: Registered protocol family 2 [ 0.418505] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.420036] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.421459] TCP: Hash tables configured (established 4096 bind 4096) [ 0.422893] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.424184] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.425592] NET: Registered protocol family 1 [ 0.426630] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.427956] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.429249] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.445331] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.461800] Unpacking initramfs... [ 0.908968] Freeing initrd memory: 37084K [ 0.910270] Scanning for low memory corruption every 60 seconds [ 0.911929] audit: initializing netlink subsys (disabled) [ 0.913152] audit: type=2000 audit(1534057408.849:1): initialized [ 0.914751] Initialise system trusted keyring [ 0.915863] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.917245] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.919660] zbud: loaded [ 0.920571] VFS: Disk quotas dquot_6.6.0 [ 0.921526] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.923177] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.924639] fuse init (API version 7.23) [ 0.925668] Key type big_key registered [ 0.926602] Allocating IMA MOK and blacklist keyrings. [ 0.928063] Key type asymmetric registered [ 0.929014] Asymmetric key parser 'x509' registered [ 0.930139] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.931855] io scheduler noop registered [ 0.932773] io scheduler deadline registered (default) [ 0.933923] io scheduler cfq registered [ 0.934905] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.936128] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.937670] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.939351] ACPI: Power Button [PWRF] [ 0.940363] GHES: HEST is not enabled! [ 0.955540] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.986955] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.989462] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 1.013223] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 1.015713] Linux agpgart interface v0.103 [ 1.018067] loop: module loaded [ 1.020778] vda: vda1 [ 1.022201] scsi host0: ata_piix [ 1.023054] scsi host1: ata_piix [ 1.023861] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.025271] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.026979] libphy: Fixed MDIO Bus: probed [ 1.027939] tun: Universal TUN/TAP device driver, 1.6 [ 1.029069] tun: (C) 1999-2004 Max Krasnyansky [ 1.031496] PPP generic driver version 2.4.2 [ 1.032562] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.033995] ehci-pci: EHCI PCI platform driver [ 1.035030] ehci-platform: EHCI generic platform driver [ 1.036198] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.037555] ohci-pci: OHCI PCI platform driver [ 1.038611] ohci-platform: OHCI generic platform driver [ 1.039756] uhci_hcd: USB Universal Host Controller Interface driver [ 1.055493] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.056681] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.058410] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.059567] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.060892] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.062335] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.063968] usb usb1: Product: UHCI Host Controller [ 1.065041] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd [ 1.066402] usb usb1: SerialNumber: 0000:00:01.2 [ 1.067596] hub 1-0:1.0: USB hub found [ 1.068509] hub 1-0:1.0: 2 ports detected [ 1.069577] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.072001] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.073183] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.074394] mousedev: PS/2 mouse device common for all mice [ 1.075844] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.077981] rtc_cmos 00:00: RTC can wake from S4 [ 1.079276] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.080672] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.082112] i2c /dev entries driver [ 1.083002] device-mapper: uevent: version 1.0.3 [ 1.084095] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 1.085990] ledtrig-cpu: registered to indicate activity on CPUs [ 1.087530] NET: Registered protocol family 10 [ 1.088802] NET: Registered protocol family 17 [ 1.089862] Key type dns_resolver registered [ 1.091047] registered taskstats version 1 [ 1.092017] Loading compiled-in X.509 certificates [ 1.093612] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb' [ 1.095792] zswap: loaded using pool lzo/zbud [ 1.098139] Key type trusted registered [ 1.100978] Key type encrypted registered [ 1.101923] AppArmor: AppArmor sha1 policy hashing enabled [ 1.103143] ima: No TPM chip found, activating TPM-bypass! [ 1.104403] evm: HMAC attrs: 0x1 [ 1.105551] Magic number: 14:167:66 [ 1.106558] rtc_cmos 00:00: setting system clock to 2018-08-12 07:03:28 UTC (1534057408) [ 1.108473] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 1.109823] EDD information not available. [ 1.187266] Freeing unused kernel memory: 1512K [ 1.188305] Write protecting the kernel read-only data: 14336k [ 1.200560] Freeing unused kernel memory: 1692K [ 1.201790] Freeing unused kernel memory: 96K Loading, please wait... starting version 229 [ 1.212006] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.214413] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.216594] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.218755] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.220916] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.223035] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.230650] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.232766] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.235693] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.238681] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.295316] virtio_net virtio0 ens3: renamed from eth0 [ 1.303131] [drm] Initialized drm 1.1.0 20060810 [ 1.305407] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4 [ 1.307571] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.330315] FDC 0 is a S82078B [ 1.343115] AVX2 version of gcm_enc/dec engaged. [ 1.344184] AES CTR mode by8 optimization enabled [ 1.378008] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.538521] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.539956] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.541458] usb 1-1: Product: QEMU USB Tablet [ 1.542465] usb 1-1: Manufacturer: QEMU [ 1.543389] usb 1-1: SerialNumber: 42 [ 1.550679] hidraw: raw HID events driver (C) Jiri Kosina [ 1.556900] usbcore: registered new interface driver usbhid [ 1.558185] usbhid: USB HID core driver [ 1.560765] 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.563402] 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.830580] md: linear personality registered for level -1 [ 1.833944] md: multipath personality registered for level -4 [ 1.837422] md: raid0 personality registered for level 0 [ 1.841276] md: raid1 personality registered for level 1 [ 1.914010] raid6: sse2x1 gen() 11534 MB/s [ 1.981985] raid6: sse2x1 xor() 8800 MB/s [ 2.049973] raid6: sse2x2 gen() 14494 MB/s [ 2.117971] raid6: sse2x2 xor() 9785 MB/s [ 2.185973] raid6: sse2x4 gen() 16983 MB/s [ 2.253999] raid6: sse2x4 xor() 11568 MB/s [ 2.322038] raid6: avx2x1 gen() 22107 MB/s [ 2.389982] raid6: avx2x2 gen() 25574 MB/s [ 2.457982] raid6: avx2x4 gen() 29507 MB/s [ 2.458915] raid6: using algorithm avx2x4 gen() 29507 MB/s [ 2.460005] raid6: using avx2x2 recovery algorithm [ 2.461006] tsc: Refined TSC clocksource calibration: 3491.817 MHz [ 2.462247] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32551ec0d24, max_idle_ns: 440795320994 ns [ 2.465933] xor: automatically using best checksumming function: [ 2.505992] avx : 31726.000 MB/sec [ 2.508355] async_tx: api initialized (async) [ 2.519576] md: raid6 personality registered for level 6 [ 2.520678] md: raid5 personality registered for level 5 [ 2.521724] md: raid4 personality registered for level 4 [ 2.527438] 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.557235] Btrfs loaded Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 2.577328] 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.701726] 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.705166] systemd[1]: Detected virtualization kvm. [ 2.706190] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 2.709227] systemd[1]: Set hostname to . [ 2.711742] systemd[1]: Initializing machine ID from KVM UUID. [ 2.712934] systemd[1]: Installed transient /etc/machine-id file. [ 2.845947] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [ 2.848969] systemd[1]: Started Trigger resolvconf update for networkd DNS. [[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS. [ 2.851551] systemd[1]: Reached target Swap. [[0;32m OK [0m] Reached target Swap. [ 2.853387] systemd[1]: Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. [ 2.855741] systemd[1]: Listening on Syslog Socket. [[0;32m OK [0m] Listening on Syslog Socket. [ 2.857711] systemd[1]: Reached target Encrypted Volumes. [[0;32m OK [0m] Reached target Encrypted Volumes. [ 2.859851] systemd[1]: Reached target User and Group Name Lookups. [[0;32m OK [0m] Reached target User and Group Name Lookups. [ 2.862206] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on udev Kernel Socket. [ 2.864526] systemd[1]: Created slice User and Session Slice. [[0;32m OK [0m] Created slice User and Session Slice. [ 2.866788] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [ 2.869473] systemd[1]: Created slice System Slice. [[0;32m OK [0m] Created slice System Slice. [ 2.871486] systemd[1]: Reached target Slices. [[0;32m OK [0m] Reached target Slices. [ 2.873409] 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.876653] systemd[1]: Listening on fsck to fsckd communication Socket. [[0;32m OK [0m] Listening on fsck to fsckd communication Socket. [ 2.879152] systemd[1]: Listening on udev Control Socket. [[0;32m OK [0m] Listening on udev Control Socket. [ 2.881328] systemd[1]: Listening on Journal Audit Socket. [[0;32m OK [0m] Listening on Journal Audit Socket. [ 2.883505] systemd[1]: Listening on Journal Socket. [[0;32m OK [0m] Listening on Journal Socket. [ 2.885909] systemd[1]: Starting Uncomplicated firewall... Starting Uncomplicated firewall... [ 2.888337] systemd[1]: Mounting Huge Pages File System... Mounting Huge Pages File System... [ 2.892162] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 2.904999] 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.912169] systemd[1]: Starting Set console keymap... Starting Set console keymap... [ 2.916811] systemd[1]: Mounting Debug File System... Mounting Debug File System... [ 2.921749] systemd[1]: Listening on Device-mapper event daemon FIFOs. [[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs. [ 2.930576] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... Starting Monitoring of LVM2 mirrors... dmeventd or progress polling... [ 2.938473] systemd[1]: Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Listening on Journal Socket (/dev/log). [ 2.944377] systemd[1]: Starting Journal Service... Starting Journal Service... [ 2.949640] systemd[1]: Listening on LVM2 poll daemon socket. [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [ 2.954882] systemd[1]: Starting Nameserver information manager... Starting Nameserver information manager... [ 2.965389] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 2.968047] systemd[1]: Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. [ 2.975928] systemd[1]: Mounted POSIX Message Queue File System. [[0;32m OK [0m] Mounted POSIX Message Queue File System. [ 2.979449] systemd[1]: Mounted Huge Pages File System. [[0;32m OK [0m] Mounted Huge Pages File System. [ 2.986013] systemd[1]: Mounted Debug File System. [[0;32m OK [0m] Mounted Debug File System. [ 2.990289] systemd[1]: Started Uncomplicated firewall. [[0;32m OK [0m] Started Uncomplicated firewall. [ 2.994755] Loading iSCSI transport class v2.0-870. [ 2.996351] systemd[1]: Started Create list of required static device nodes for the current kernel. [[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [ 3.010323] systemd[1]: Started Journal Service. [[0;32m OK [0m] Started Journal Service. [[0;32m OK [0m] Started Set console keymap. [[0;32m OK [0m] Started Nameserver information manager. [ 3.021008] iscsi: registered transport (tcp) [ 3.072003] iscsi: registered transport (iser) [[0;32m OK [0m] Started LVM2 metadata daemon. Starting Create Static Device Nodes in /dev... [[0;32m OK [0m] Started Load Kernel Modules. [[0;32m OK [0m] Started Create Static Device Nodes in /dev. Starting udev Kernel Device Manager... Mounting FUSE Control File System... Starting Apply Kernel Variables... [[0;32m OK [0m] Mounted FUSE Control File System. [[0;32m OK [0m] Started Apply Kernel Variables. [[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 Load/Save Random Seed... Starting udev Coldplug all Devices... [[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] 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 LSB: AppArmor initialization... Starting Create Volatile Files and Directories... Starting Commit a transient machine-id on disk... Starting Initial cloud-init job (pre-networking)... Starting Set console font and keymap... Starting Tell Plymouth To Write Out Runtime Data... [[0;32m OK [0m] Started Commit a transient machine-id on disk. [[0;32m OK [0m] Started Create Volatile Files and Directories. [[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data. Starting Update UTMP about System Boot/Shutdown... Starting Network Time Synchronization... [[0;32m OK [0m] Started 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] Found device /dev/ttyS0. [ 3.613675] intel_rapl: no valid rapl domains found in package 0 [[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. [ 4.388437] cloud-init[497]: Cloud-init v. 18.2 running 'init-local' at Sun, 12 Aug 2018 07:03:31 +0000. Up 4.20 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. Starting Initial cloud-init job (metadata service crawler)... [[0;32m OK [0m] Reached target Network. 2018-08-12 07:03:49,592 - functest.core.singlevm - DEBUG - try 3: cannot connect to 172.30.9.208: [Errno None] Unable to connect to port 22 on 172.30.9.208 2018-08-12 07:03:58,602 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-12 07:03:58,605 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/39e1a5b6-af3d-464b-badb-c22da697010e/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}a224d027bc12979b87eaf29ef961ad0e58a40af8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 07:03:58,684 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 07:03: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-509d56ab-367e-43bd-9da3-788c8ff25bf6 x-compute-request-id: req-509d56ab-367e-43bd-9da3-788c8ff25bf6 Content-Encoding: gzip Content-Length: 10501 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 684801774 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.146544] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.148492] pid_max: default: 32768 minimum: 301\n[ 0.149628] ACPI: Core revision 20150930\n[ 0.151121] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.152788] Security Framework initialized\n[ 0.153736] Yama: becoming mindful.\n[ 0.154583] AppArmor: AppArmor initialized\n[ 0.155557] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.157145] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.158666] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.160125] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.161761] Initializing cgroup subsys io\n[ 0.162754] Initializing cgroup subsys memory\n[ 0.163750] Initializing cgroup subsys devices\n[ 0.164745] Initializing cgroup subsys freezer\n[ 0.165782] Initializing cgroup subsys net_cls\n[ 0.166823] Initializing cgroup subsys perf_event\n[ 0.167862] Initializing cgroup subsys net_prio\n[ 0.168888] Initializing cgroup subsys hugetlb\n[ 0.169917] Initializing cgroup subsys pids\n[ 0.170910] CPU: Physical Processor ID: 0\n[ 0.172520] mce: CPU supports 10 MCE banks\n[ 0.173496] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.174659] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.175921] Spectre V2 : Mitigation: Full generic retpoline\n[ 0.177130] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported\n[ 0.178673] Speculative Store Bypass: Vulnerable\n[ 0.195474] Freeing SMP alternatives memory: 32K\n[ 0.201163] ftrace: allocating 32237 entries in 126 pages\n[ 0.234873] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.236297] smpboot: Max logical packages: 1\n[ 0.237414] x2apic enabled\n[ 0.238288] Switched APIC routing to physical x2apic.\n[ 0.240176] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.241507] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.243790] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.245840] KVM setup paravirtual spinlock\n[ 0.247270] x86: Booted up 1 node, 1 CPUs\n[ 0.248198] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.249828] devtmpfs: initialized\n[ 0.251669] evm: security.selinux\n[ 0.252462] evm: security.SMACK64\n[ 0.253242] evm: security.SMACK64EXEC\n[ 0.254107] evm: security.SMACK64TRANSMUTE\n[ 0.255036] evm: security.SMACK64MMAP\n[ 0.255886] evm: security.ima\n[ 0.256612] evm: security.capability\n[ 0.257587] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.259676] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.261070] pinctrl core: initialized pinctrl subsystem\n[ 0.262322] RTC time: 7:03:28, date: 08/12/18\n[ 0.263427] NET: Registered protocol family 16\n[ 0.264549] cpuidle: using governor ladder\n[ 0.265492] cpuidle: using governor menu\n[ 0.266437] PCCT header not found.\n[ 0.267308] ACPI: bus type PCI registered\n[ 0.268222] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.269664] PCI: Using configuration type 1 for base access\n[ 0.271696] ACPI: Added _OSI(Module Device)\n[ 0.272665] ACPI: Added _OSI(Processor Device)\n[ 0.273664] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.274706] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.276658] ACPI: Interpreter enabled\n[ 0.277537] ACPI: (supports S0 S5)\n[ 0.278357] ACPI: Using IOAPIC for interrupt routing\n[ 0.279463] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.283006] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.284340] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.285784] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.287184] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.289778] acpiphp: Slot [3] registered\n[ 0.290733] acpiphp: Slot [4] registered\n[ 0.291685] acpiphp: Slot [5] registered\n[ 0.292605] acpiphp: Slot [6] registered\n[ 0.303282] acpiphp: Slot [7] registered\n[ 0.304204] acpiphp: Slot [8] registered\n[ 0.305122] acpiphp: Slot [9] registered\n[ 0.306050] acpiphp: Slot [10] registered\n[ 0.306995] acpiphp: Slot [11] registered\n[ 0.307973] acpiphp: Slot [12] registered\n[ 0.308910] acpiphp: Slot [13] registered\n[ 0.309846] acpiphp: Slot [14] registered\n[ 0.310798] acpiphp: Slot [15] registered\n[ 0.311772] acpiphp: Slot [16] registered\n[ 0.312705] acpiphp: Slot [17] registered\n[ 0.313636] acpiphp: Slot [18] registered\n[ 0.314568] acpiphp: Slot [19] registered\n[ 0.315502] acpiphp: Slot [20] registered\n[ 0.316477] acpiphp: Slot [21] registered\n[ 0.317420] acpiphp: Slot [22] registered\n[ 0.318353] acpiphp: Slot [23] registered\n[ 0.319284] acpiphp: Slot [24] registered\n[ 0.320212] acpiphp: Slot [25] registered\n[ 0.321171] acpiphp: Slot [26] registered\n[ 0.322133] acpiphp: Slot [27] registered\n[ 0.323066] acpiphp: Slot [28] registered\n[ 0.323999] acpiphp: Slot [29] registered\n[ 0.324931] acpiphp: Slot [30] registered\n[ 0.325857] acpiphp: Slot [31] registered\n[ 0.326823] PCI host bridge to bus 0000:00\n[ 0.327761] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.329187] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.330624] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.332366] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.334046] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.335757] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.339138] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.340675] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.342107] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.343592] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.347041] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.348952] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.367876] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.370253] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.371939] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.373552] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375136] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376582] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.378081] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.379338] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.381161] vgaarb: loaded\n[ 0.381877] vgaarb: bridge control possible 0000:00:02.0\n[ 0.383328] SCSI subsystem initialized\n[ 0.384356] ACPI: bus type USB registered\n[ 0.385329] usbcore: registered new interface driver usbfs\n[ 0.386552] usbcore: registered new interface driver hub\n[ 0.387743] usbcore: registered new device driver usb\n[ 0.389028] PCI: Using ACPI for IRQ routing\n[ 0.390293] NetLabel: Initializing\n[ 0.391127] NetLabel: domain hash size = 128\n[ 0.392130] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.393257] NetLabel: unlabeled traffic allowed by default\n[ 0.396790] amd_nb: Cannot enumerate AMD northbridges\n[ 0.397974] clocksource: Switched to clocksource kvm-clock\n[ 0.406106] AppArmor: AppArmor Filesystem Enabled\n[ 0.407304] pnp: PnP ACPI init\n[ 0.408546] pnp: PnP ACPI: found 5 devices\n[ 0.415123] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.417189] NET: Registered protocol family 2\n[ 0.418505] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.420036] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.421459] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.422893] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.424184] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.425592] NET: Registered protocol family 1\n[ 0.426630] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.427956] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.429249] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.445331] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.461800] Unpacking initramfs...\n[ 0.908968] Freeing initrd memory: 37084K\n[ 0.910270] Scanning for low memory corruption every 60 seconds\n[ 0.911929] audit: initializing netlink subsys (disabled)\n[ 0.913152] audit: type=2000 audit(1534057408.849:1): initialized\n[ 0.914751] Initialise system trusted keyring\n[ 0.915863] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.917245] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.919660] zbud: loaded\n[ 0.920571] VFS: Disk quotas dquot_6.6.0\n[ 0.921526] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.923177] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 0.924639] fuse init (API version 7.23)\n[ 0.925668] Key type big_key registered\n[ 0.926602] Allocating IMA MOK and blacklist keyrings.\n[ 0.928063] Key type asymmetric registered\n[ 0.929014] Asymmetric key parser 'x509' registered\n[ 0.930139] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.931855] io scheduler noop registered\n[ 0.932773] io scheduler deadline registered (default)\n[ 0.933923] io scheduler cfq registered\n[ 0.934905] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.936128] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.937670] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.939351] ACPI: Power Button [PWRF]\n[ 0.940363] GHES: HEST is not enabled!\n[ 0.955540] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.986955] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.989462] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.013223] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.015713] Linux agpgart interface v0.103\n[ 1.018067] loop: module loaded\n[ 1.020778] vda: vda1\n[ 1.022201] scsi host0: ata_piix\n[ 1.023054] scsi host1: ata_piix\n[ 1.023861] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.025271] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.026979] libphy: Fixed MDIO Bus: probed\n[ 1.027939] tun: Universal TUN/TAP device driver, 1.6\n[ 1.029069] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.031496] PPP generic driver version 2.4.2\n[ 1.032562] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.033995] ehci-pci: EHCI PCI platform driver\n[ 1.035030] ehci-platform: EHCI generic platform driver\n[ 1.036198] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.037555] ohci-pci: OHCI PCI platform driver\n[ 1.038611] ohci-platform: OHCI generic platform driver\n[ 1.039756] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.055493] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.056681] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.058410] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.059567] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.060892] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.062335] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.063968] usb usb1: Product: UHCI Host Controller\n[ 1.065041] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd\n[ 1.066402] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.067596] hub 1-0:1.0: USB hub found\n[ 1.068509] hub 1-0:1.0: 2 ports detected\n[ 1.069577] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.072001] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.073183] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.074394] mousedev: PS/2 mouse device common for all mice\n[ 1.075844] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.077981] rtc_cmos 00:00: RTC can wake from S4\n[ 1.079276] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.080672] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.082112] i2c /dev entries driver\n[ 1.083002] device-mapper: uevent: version 1.0.3\n[ 1.084095] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.085990] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.087530] NET: Registered protocol family 10\n[ 1.088802] NET: Registered protocol family 17\n[ 1.089862] Key type dns_resolver registered\n[ 1.091047] registered taskstats version 1\n[ 1.092017] Loading compiled-in X.509 certificates\n[ 1.093612] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb'\n[ 1.095792] zswap: loaded using pool lzo/zbud\n[ 1.098139] Key type trusted registered\n[ 1.100978] Key type encrypted registered\n[ 1.101923] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.103143] ima: No TPM chip found, activating TPM-bypass!\n[ 1.104403] evm: HMAC attrs: 0x1\n[ 1.105551] Magic number: 14:167:66\n[ 1.106558] rtc_cmos 00:00: setting system clock to 2018-08-12 07:03:28 UTC (1534057408)\n[ 1.108473] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.109823] EDD information not available.\n[ 1.187266] Freeing unused kernel memory: 1512K\n[ 1.188305] Write protecting the kernel read-only data: 14336k\n[ 1.200560] Freeing unused kernel memory: 1692K\n[ 1.201790] Freeing unused kernel memory: 96K\nLoading, please wait...\nstarting version 229\n[ 1.212006] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.214413] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.216594] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.218755] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.220916] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.223035] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.230650] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.232766] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.235693] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.238681] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.295316] virtio_net virtio0 ens3: renamed from eth0\n[ 1.303131] [drm] Initialized drm 1.1.0 20060810\n[ 1.305407] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 1.307571] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.330315] FDC 0 is a S82078B\n[ 1.343115] AVX2 version of gcm_enc/dec engaged.\n[ 1.344184] AES CTR mode by8 optimization enabled\n[ 1.378008] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.538521] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.539956] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.541458] usb 1-1: Product: QEMU USB Tablet\n[ 1.542465] usb 1-1: Manufacturer: QEMU\n[ 1.543389] usb 1-1: SerialNumber: 42\n[ 1.550679] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.556900] usbcore: registered new interface driver usbhid\n[ 1.558185] usbhid: USB HID core driver\n[ 1.560765] 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.563402] 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.830580] md: linear personality registered for level -1\n[ 1.833944] md: multipath personality registered for level -4\n[ 1.837422] md: raid0 personality registered for level 0\n[ 1.841276] md: raid1 personality registered for level 1\n[ 1.914010] raid6: sse2x1 gen() 11534 MB/s\n[ 1.981985] raid6: sse2x1 xor() 8800 MB/s\n[ 2.049973] raid6: sse2x2 gen() 14494 MB/s\n[ 2.117971] raid6: sse2x2 xor() 9785 MB/s\n[ 2.185973] raid6: sse2x4 gen() 16983 MB/s\n[ 2.253999] raid6: sse2x4 xor() 11568 MB/s\n[ 2.322038] raid6: avx2x1 gen() 22107 MB/s\n[ 2.389982] raid6: avx2x2 gen() 25574 MB/s\n[ 2.457982] raid6: avx2x4 gen() 29507 MB/s\n[ 2.458915] raid6: using algorithm avx2x4 gen() 29507 MB/s\n[ 2.460005] raid6: using avx2x2 recovery algorithm\n[ 2.461006] tsc: Refined TSC clocksource calibration: 3491.817 MHz\n[ 2.462247] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32551ec0d24, max_idle_ns: 440795320994 ns\n[ 2.465933] xor: automatically using best checksumming function:\n[ 2.505992] avx : 31726.000 MB/sec\n[ 2.508355] async_tx: api initialized (async)\n[ 2.519576] md: raid6 personality registered for level 6\n[ 2.520678] md: raid5 personality registered for level 5\n[ 2.521724] md: raid4 personality registered for level 4\n[ 2.527438] 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.557235] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 2.577328] 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.701726] 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.705166] systemd[1]: Detected virtualization kvm.\n[ 2.706190] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.4 LTS[0m!\n\n[ 2.709227] systemd[1]: Set hostname to .\n[ 2.711742] systemd[1]: Initializing machine ID from KVM UUID.\n[ 2.712934] systemd[1]: Installed transient /etc/machine-id file.\n[ 2.845947] 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.848969] systemd[1]: Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[ 2.851551] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 2.853387] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 2.855741] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 2.857711] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 2.859851] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 2.862206] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 2.864526] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 2.866788] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 2.869473] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 2.871486] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 2.873409] 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.876653] systemd[1]: Listening on fsck to fsckd communication Socket.\n[[0;32m OK [0m] Listening on fsck to fsckd communication Socket.\n[ 2.879152] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 2.881328] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 2.883505] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 2.885909] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 2.888337] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 2.892162] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 2.904999] 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.912169] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 2.916811] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 2.921749] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 2.930576] 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.938473] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 2.944377] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 2.949640] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 2.954882] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 2.965389] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 2.968047] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 2.975928] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 2.979449] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 2.986013] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 2.990289] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 2.994755] Loading iSCSI transport class v2.0-870.\n[ 2.996351] systemd[1]: Started Create list of required static device nodes for the current kernel.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 3.010323] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Set console keymap.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 3.021008] iscsi: registered transport (tcp)\n[ 3.072003] iscsi: registered transport (iser)\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Create Static Device Nodes in /dev...\n[[0;32m OK [0m] Started Load Kernel Modules.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n Starting udev Kernel Device Manager...\n Mounting FUSE Control File System...\n Starting Apply Kernel Variables...\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 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 Load/Save Random Seed...\n Starting udev Coldplug all Devices...\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] 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 Create Volatile Files and Directories...\n Starting Commit a transient machine-id on disk...\n Starting Initial cloud-init job (pre-networking)...\n Starting Set console font and keymap...\n Starting 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[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n Starting Update UTMP about System Boot/Shutdown...\n Starting Network Time Synchronization...\n[[0;32m OK [0m] Started 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[ 3.613675] intel_rapl: no valid rapl domains found in package 0\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 4.388437] cloud-init[497]: Cloud-init v. 18.2 running 'init-local' at Sun, 12 Aug 2018 07:03:31 +0000. Up 4.20 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"} 2018-08-12 07:03:58,684 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/39e1a5b6-af3d-464b-badb-c22da697010e/action used request id req-509d56ab-367e-43bd-9da3-788c8ff25bf6 2018-08-12 07:03:58,685 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0825040340424s 2018-08-12 07:03:58,686 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/39e1a5b6-af3d-464b-badb-c22da697010e/action used request id req-509d56ab-367e-43bd-9da3-788c8ff25bf6 2018-08-12 07:03:58,686 - 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 684801774 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.146544] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.148492] pid_max: default: 32768 minimum: 301 [ 0.149628] ACPI: Core revision 20150930 [ 0.151121] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.152788] Security Framework initialized [ 0.153736] Yama: becoming mindful. [ 0.154583] AppArmor: AppArmor initialized [ 0.155557] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.157145] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.158666] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.160125] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.161761] Initializing cgroup subsys io [ 0.162754] Initializing cgroup subsys memory [ 0.163750] Initializing cgroup subsys devices [ 0.164745] Initializing cgroup subsys freezer [ 0.165782] Initializing cgroup subsys net_cls [ 0.166823] Initializing cgroup subsys perf_event [ 0.167862] Initializing cgroup subsys net_prio [ 0.168888] Initializing cgroup subsys hugetlb [ 0.169917] Initializing cgroup subsys pids [ 0.170910] CPU: Physical Processor ID: 0 [ 0.172520] mce: CPU supports 10 MCE banks [ 0.173496] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.174659] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.175921] Spectre V2 : Mitigation: Full generic retpoline [ 0.177130] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported [ 0.178673] Speculative Store Bypass: Vulnerable [ 0.195474] Freeing SMP alternatives memory: 32K [ 0.201163] ftrace: allocating 32237 entries in 126 pages [ 0.234873] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.236297] smpboot: Max logical packages: 1 [ 0.237414] x2apic enabled [ 0.238288] Switched APIC routing to physical x2apic. [ 0.240176] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.241507] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.243790] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.245840] KVM setup paravirtual spinlock [ 0.247270] x86: Booted up 1 node, 1 CPUs [ 0.248198] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.249828] devtmpfs: initialized [ 0.251669] evm: security.selinux [ 0.252462] evm: security.SMACK64 [ 0.253242] evm: security.SMACK64EXEC [ 0.254107] evm: security.SMACK64TRANSMUTE [ 0.255036] evm: security.SMACK64MMAP [ 0.255886] evm: security.ima [ 0.256612] evm: security.capability [ 0.257587] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.259676] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.261070] pinctrl core: initialized pinctrl subsystem [ 0.262322] RTC time: 7:03:28, date: 08/12/18 [ 0.263427] NET: Registered protocol family 16 [ 0.264549] cpuidle: using governor ladder [ 0.265492] cpuidle: using governor menu [ 0.266437] PCCT header not found. [ 0.267308] ACPI: bus type PCI registered [ 0.268222] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.269664] PCI: Using configuration type 1 for base access [ 0.271696] ACPI: Added _OSI(Module Device) [ 0.272665] ACPI: Added _OSI(Processor Device) [ 0.273664] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.274706] ACPI: Added _OSI(Processor Aggregator Device) [ 0.276658] ACPI: Interpreter enabled [ 0.277537] ACPI: (supports S0 S5) [ 0.278357] ACPI: Using IOAPIC for interrupt routing [ 0.279463] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.283006] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.284340] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.285784] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.287184] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.289778] acpiphp: Slot [3] registered [ 0.290733] acpiphp: Slot [4] registered [ 0.291685] acpiphp: Slot [5] registered [ 0.292605] acpiphp: Slot [6] registered [ 0.303282] acpiphp: Slot [7] registered [ 0.304204] acpiphp: Slot [8] registered [ 0.305122] acpiphp: Slot [9] registered [ 0.306050] acpiphp: Slot [10] registered [ 0.306995] acpiphp: Slot [11] registered [ 0.307973] acpiphp: Slot [12] registered [ 0.308910] acpiphp: Slot [13] registered [ 0.309846] acpiphp: Slot [14] registered [ 0.310798] acpiphp: Slot [15] registered [ 0.311772] acpiphp: Slot [16] registered [ 0.312705] acpiphp: Slot [17] registered [ 0.313636] acpiphp: Slot [18] registered [ 0.314568] acpiphp: Slot [19] registered [ 0.315502] acpiphp: Slot [20] registered [ 0.316477] acpiphp: Slot [21] registered [ 0.317420] acpiphp: Slot [22] registered [ 0.318353] acpiphp: Slot [23] registered [ 0.319284] acpiphp: Slot [24] registered [ 0.320212] acpiphp: Slot [25] registered [ 0.321171] acpiphp: Slot [26] registered [ 0.322133] acpiphp: Slot [27] registered [ 0.323066] acpiphp: Slot [28] registered [ 0.323999] acpiphp: Slot [29] registered [ 0.324931] acpiphp: Slot [30] registered [ 0.325857] acpiphp: Slot [31] registered [ 0.326823] PCI host bridge to bus 0000:00 [ 0.327761] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.329187] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.330624] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.332366] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.334046] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.335757] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.339138] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.340675] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.342107] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.343592] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.347041] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.348952] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.367876] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.370253] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.371939] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.373552] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.375136] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.376582] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.378081] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.379338] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.381161] vgaarb: loaded [ 0.381877] vgaarb: bridge control possible 0000:00:02.0 [ 0.383328] SCSI subsystem initialized [ 0.384356] ACPI: bus type USB registered [ 0.385329] usbcore: registered new interface driver usbfs [ 0.386552] usbcore: registered new interface driver hub [ 0.387743] usbcore: registered new device driver usb [ 0.389028] PCI: Using ACPI for IRQ routing [ 0.390293] NetLabel: Initializing [ 0.391127] NetLabel: domain hash size = 128 [ 0.392130] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393257] NetLabel: unlabeled traffic allowed by default [ 0.396790] amd_nb: Cannot enumerate AMD northbridges [ 0.397974] clocksource: Switched to clocksource kvm-clock [ 0.406106] AppArmor: AppArmor Filesystem Enabled [ 0.407304] pnp: PnP ACPI init [ 0.408546] pnp: PnP ACPI: found 5 devices [ 0.415123] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.417189] NET: Registered protocol family 2 [ 0.418505] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.420036] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.421459] TCP: Hash tables configured (established 4096 bind 4096) [ 0.422893] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.424184] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.425592] NET: Registered protocol family 1 [ 0.426630] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.427956] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.429249] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.445331] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.461800] Unpacking initramfs... [ 0.908968] Freeing initrd memory: 37084K [ 0.910270] Scanning for low memory corruption every 60 seconds [ 0.911929] audit: initializing netlink subsys (disabled) [ 0.913152] audit: type=2000 audit(1534057408.849:1): initialized [ 0.914751] Initialise system trusted keyring [ 0.915863] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.917245] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.919660] zbud: loaded [ 0.920571] VFS: Disk quotas dquot_6.6.0 [ 0.921526] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.923177] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.924639] fuse init (API version 7.23) [ 0.925668] Key type big_key registered [ 0.926602] Allocating IMA MOK and blacklist keyrings. [ 0.928063] Key type asymmetric registered [ 0.929014] Asymmetric key parser 'x509' registered [ 0.930139] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.931855] io scheduler noop registered [ 0.932773] io scheduler deadline registered (default) [ 0.933923] io scheduler cfq registered [ 0.934905] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.936128] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.937670] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.939351] ACPI: Power Button [PWRF] [ 0.940363] GHES: HEST is not enabled! [ 0.955540] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.986955] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.989462] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 1.013223] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 1.015713] Linux agpgart interface v0.103 [ 1.018067] loop: module loaded [ 1.020778] vda: vda1 [ 1.022201] scsi host0: ata_piix [ 1.023054] scsi host1: ata_piix [ 1.023861] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.025271] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.026979] libphy: Fixed MDIO Bus: probed [ 1.027939] tun: Universal TUN/TAP device driver, 1.6 [ 1.029069] tun: (C) 1999-2004 Max Krasnyansky [ 1.031496] PPP generic driver version 2.4.2 [ 1.032562] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.033995] ehci-pci: EHCI PCI platform driver [ 1.035030] ehci-platform: EHCI generic platform driver [ 1.036198] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.037555] ohci-pci: OHCI PCI platform driver [ 1.038611] ohci-platform: OHCI generic platform driver [ 1.039756] uhci_hcd: USB Universal Host Controller Interface driver [ 1.055493] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.056681] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.058410] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.059567] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.060892] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.062335] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.063968] usb usb1: Product: UHCI Host Controller [ 1.065041] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd [ 1.066402] usb usb1: SerialNumber: 0000:00:01.2 [ 1.067596] hub 1-0:1.0: USB hub found [ 1.068509] hub 1-0:1.0: 2 ports detected [ 1.069577] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.072001] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.073183] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.074394] mousedev: PS/2 mouse device common for all mice [ 1.075844] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.077981] rtc_cmos 00:00: RTC can wake from S4 [ 1.079276] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.080672] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.082112] i2c /dev entries driver [ 1.083002] device-mapper: uevent: version 1.0.3 [ 1.084095] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 1.085990] ledtrig-cpu: registered to indicate activity on CPUs [ 1.087530] NET: Registered protocol family 10 [ 1.088802] NET: Registered protocol family 17 [ 1.089862] Key type dns_resolver registered [ 1.091047] registered taskstats version 1 [ 1.092017] Loading compiled-in X.509 certificates [ 1.093612] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb' [ 1.095792] zswap: loaded using pool lzo/zbud [ 1.098139] Key type trusted registered [ 1.100978] Key type encrypted registered [ 1.101923] AppArmor: AppArmor sha1 policy hashing enabled [ 1.103143] ima: No TPM chip found, activating TPM-bypass! [ 1.104403] evm: HMAC attrs: 0x1 [ 1.105551] Magic number: 14:167:66 [ 1.106558] rtc_cmos 00:00: setting system clock to 2018-08-12 07:03:28 UTC (1534057408) [ 1.108473] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 1.109823] EDD information not available. [ 1.187266] Freeing unused kernel memory: 1512K [ 1.188305] Write protecting the kernel read-only data: 14336k [ 1.200560] Freeing unused kernel memory: 1692K [ 1.201790] Freeing unused kernel memory: 96K Loading, please wait... starting version 229 [ 1.212006] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.214413] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.216594] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.218755] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.220916] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.223035] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.230650] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.232766] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.235693] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.238681] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.295316] virtio_net virtio0 ens3: renamed from eth0 [ 1.303131] [drm] Initialized drm 1.1.0 20060810 [ 1.305407] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4 [ 1.307571] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.330315] FDC 0 is a S82078B [ 1.343115] AVX2 version of gcm_enc/dec engaged. [ 1.344184] AES CTR mode by8 optimization enabled [ 1.378008] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.538521] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.539956] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.541458] usb 1-1: Product: QEMU USB Tablet [ 1.542465] usb 1-1: Manufacturer: QEMU [ 1.543389] usb 1-1: SerialNumber: 42 [ 1.550679] hidraw: raw HID events driver (C) Jiri Kosina [ 1.556900] usbcore: registered new interface driver usbhid [ 1.558185] usbhid: USB HID core driver [ 1.560765] 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.563402] 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.830580] md: linear personality registered for level -1 [ 1.833944] md: multipath personality registered for level -4 [ 1.837422] md: raid0 personality registered for level 0 [ 1.841276] md: raid1 personality registered for level 1 [ 1.914010] raid6: sse2x1 gen() 11534 MB/s [ 1.981985] raid6: sse2x1 xor() 8800 MB/s [ 2.049973] raid6: sse2x2 gen() 14494 MB/s [ 2.117971] raid6: sse2x2 xor() 9785 MB/s [ 2.185973] raid6: sse2x4 gen() 16983 MB/s [ 2.253999] raid6: sse2x4 xor() 11568 MB/s [ 2.322038] raid6: avx2x1 gen() 22107 MB/s [ 2.389982] raid6: avx2x2 gen() 25574 MB/s [ 2.457982] raid6: avx2x4 gen() 29507 MB/s [ 2.458915] raid6: using algorithm avx2x4 gen() 29507 MB/s [ 2.460005] raid6: using avx2x2 recovery algorithm [ 2.461006] tsc: Refined TSC clocksource calibration: 3491.817 MHz [ 2.462247] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32551ec0d24, max_idle_ns: 440795320994 ns [ 2.465933] xor: automatically using best checksumming function: [ 2.505992] avx : 31726.000 MB/sec [ 2.508355] async_tx: api initialized (async) [ 2.519576] md: raid6 personality registered for level 6 [ 2.520678] md: raid5 personality registered for level 5 [ 2.521724] md: raid4 personality registered for level 4 [ 2.527438] 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.557235] Btrfs loaded Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 2.577328] 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.701726] 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.705166] systemd[1]: Detected virtualization kvm. [ 2.706190] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 2.709227] systemd[1]: Set hostname to . [ 2.711742] systemd[1]: Initializing machine ID from KVM UUID. [ 2.712934] systemd[1]: Installed transient /etc/machine-id file. [ 2.845947] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [ 2.848969] systemd[1]: Started Trigger resolvconf update for networkd DNS. [[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS. [ 2.851551] systemd[1]: Reached target Swap. [[0;32m OK [0m] Reached target Swap. [ 2.853387] systemd[1]: Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. [ 2.855741] systemd[1]: Listening on Syslog Socket. [[0;32m OK [0m] Listening on Syslog Socket. [ 2.857711] systemd[1]: Reached target Encrypted Volumes. [[0;32m OK [0m] Reached target Encrypted Volumes. [ 2.859851] systemd[1]: Reached target User and Group Name Lookups. [[0;32m OK [0m] Reached target User and Group Name Lookups. [ 2.862206] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on udev Kernel Socket. [ 2.864526] systemd[1]: Created slice User and Session Slice. [[0;32m OK [0m] Created slice User and Session Slice. [ 2.866788] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [ 2.869473] systemd[1]: Created slice System Slice. [[0;32m OK [0m] Created slice System Slice. [ 2.871486] systemd[1]: Reached target Slices. [[0;32m OK [0m] Reached target Slices. [ 2.873409] 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.876653] systemd[1]: Listening on fsck to fsckd communication Socket. [[0;32m OK [0m] Listening on fsck to fsckd communication Socket. [ 2.879152] systemd[1]: Listening on udev Control Socket. [[0;32m OK [0m] Listening on udev Control Socket. [ 2.881328] systemd[1]: Listening on Journal Audit Socket. [[0;32m OK [0m] Listening on Journal Audit Socket. [ 2.883505] systemd[1]: Listening on Journal Socket. [[0;32m OK [0m] Listening on Journal Socket. [ 2.885909] systemd[1]: Starting Uncomplicated firewall... Starting Uncomplicated firewall... [ 2.888337] systemd[1]: Mounting Huge Pages File System... Mounting Huge Pages File System... [ 2.892162] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 2.904999] 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.912169] systemd[1]: Starting Set console keymap... Starting Set console keymap... [ 2.916811] systemd[1]: Mounting Debug File System... Mounting Debug File System... [ 2.921749] systemd[1]: Listening on Device-mapper event daemon FIFOs. [[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs. [ 2.930576] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... Starting Monitoring of LVM2 mirrors... dmeventd or progress polling... [ 2.938473] systemd[1]: Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Listening on Journal Socket (/dev/log). [ 2.944377] systemd[1]: Starting Journal Service... Starting Journal Service... [ 2.949640] systemd[1]: Listening on LVM2 poll daemon socket. [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [ 2.954882] systemd[1]: Starting Nameserver information manager... Starting Nameserver information manager... [ 2.965389] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 2.968047] systemd[1]: Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. [ 2.975928] systemd[1]: Mounted POSIX Message Queue File System. [[0;32m OK [0m] Mounted POSIX Message Queue File System. [ 2.979449] systemd[1]: Mounted Huge Pages File System. [[0;32m OK [0m] Mounted Huge Pages File System. [ 2.986013] systemd[1]: Mounted Debug File System. [[0;32m OK [0m] Mounted Debug File System. [ 2.990289] systemd[1]: Started Uncomplicated firewall. [[0;32m OK [0m] Started Uncomplicated firewall. [ 2.994755] Loading iSCSI transport class v2.0-870. [ 2.996351] systemd[1]: Started Create list of required static device nodes for the current kernel. [[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [ 3.010323] systemd[1]: Started Journal Service. [[0;32m OK [0m] Started Journal Service. [[0;32m OK [0m] Started Set console keymap. [[0;32m OK [0m] Started Nameserver information manager. [ 3.021008] iscsi: registered transport (tcp) [ 3.072003] iscsi: registered transport (iser) [[0;32m OK [0m] Started LVM2 metadata daemon. Starting Create Static Device Nodes in /dev... [[0;32m OK [0m] Started Load Kernel Modules. [[0;32m OK [0m] Started Create Static Device Nodes in /dev. Starting udev Kernel Device Manager... Mounting FUSE Control File System... Starting Apply Kernel Variables... [[0;32m OK [0m] Mounted FUSE Control File System. [[0;32m OK [0m] Started Apply Kernel Variables. [[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 Load/Save Random Seed... Starting udev Coldplug all Devices... [[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] 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 LSB: AppArmor initialization... Starting Create Volatile Files and Directories... Starting Commit a transient machine-id on disk... Starting Initial cloud-init job (pre-networking)... Starting Set console font and keymap... Starting Tell Plymouth To Write Out Runtime Data... [[0;32m OK [0m] Started Commit a transient machine-id on disk. [[0;32m OK [0m] Started Create Volatile Files and Directories. [[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data. Starting Update UTMP about System Boot/Shutdown... Starting Network Time Synchronization... [[0;32m OK [0m] Started 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] Found device /dev/ttyS0. [ 3.613675] intel_rapl: no valid rapl domains found in package 0 [[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. [ 4.388437] cloud-init[497]: Cloud-init v. 18.2 running 'init-local' at Sun, 12 Aug 2018 07:03:31 +0000. Up 4.20 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. Starting Initial cloud-init job (metadata service crawler)... [[0;32m OK [0m] Reached target Network. 2018-08-12 07:03:58,688 - functest.core.singlevm - DEBUG - try 4: cannot connect to 172.30.9.208: [Errno None] Unable to connect to port 22 on 172.30.9.208 2018-08-12 07:04:07,691 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-12 07:04:07,694 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/39e1a5b6-af3d-464b-badb-c22da697010e/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}a224d027bc12979b87eaf29ef961ad0e58a40af8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 07:04:07,792 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 07:04: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-e9e7cd5f-9437-4565-841b-50fcd85c253c x-compute-request-id: req-e9e7cd5f-9437-4565-841b-50fcd85c253c Content-Encoding: gzip Content-Length: 10501 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 684801774 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.146544] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.148492] pid_max: default: 32768 minimum: 301\n[ 0.149628] ACPI: Core revision 20150930\n[ 0.151121] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.152788] Security Framework initialized\n[ 0.153736] Yama: becoming mindful.\n[ 0.154583] AppArmor: AppArmor initialized\n[ 0.155557] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.157145] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.158666] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.160125] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.161761] Initializing cgroup subsys io\n[ 0.162754] Initializing cgroup subsys memory\n[ 0.163750] Initializing cgroup subsys devices\n[ 0.164745] Initializing cgroup subsys freezer\n[ 0.165782] Initializing cgroup subsys net_cls\n[ 0.166823] Initializing cgroup subsys perf_event\n[ 0.167862] Initializing cgroup subsys net_prio\n[ 0.168888] Initializing cgroup subsys hugetlb\n[ 0.169917] Initializing cgroup subsys pids\n[ 0.170910] CPU: Physical Processor ID: 0\n[ 0.172520] mce: CPU supports 10 MCE banks\n[ 0.173496] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.174659] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.175921] Spectre V2 : Mitigation: Full generic retpoline\n[ 0.177130] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported\n[ 0.178673] Speculative Store Bypass: Vulnerable\n[ 0.195474] Freeing SMP alternatives memory: 32K\n[ 0.201163] ftrace: allocating 32237 entries in 126 pages\n[ 0.234873] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.236297] smpboot: Max logical packages: 1\n[ 0.237414] x2apic enabled\n[ 0.238288] Switched APIC routing to physical x2apic.\n[ 0.240176] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.241507] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.243790] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.245840] KVM setup paravirtual spinlock\n[ 0.247270] x86: Booted up 1 node, 1 CPUs\n[ 0.248198] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.249828] devtmpfs: initialized\n[ 0.251669] evm: security.selinux\n[ 0.252462] evm: security.SMACK64\n[ 0.253242] evm: security.SMACK64EXEC\n[ 0.254107] evm: security.SMACK64TRANSMUTE\n[ 0.255036] evm: security.SMACK64MMAP\n[ 0.255886] evm: security.ima\n[ 0.256612] evm: security.capability\n[ 0.257587] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.259676] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.261070] pinctrl core: initialized pinctrl subsystem\n[ 0.262322] RTC time: 7:03:28, date: 08/12/18\n[ 0.263427] NET: Registered protocol family 16\n[ 0.264549] cpuidle: using governor ladder\n[ 0.265492] cpuidle: using governor menu\n[ 0.266437] PCCT header not found.\n[ 0.267308] ACPI: bus type PCI registered\n[ 0.268222] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.269664] PCI: Using configuration type 1 for base access\n[ 0.271696] ACPI: Added _OSI(Module Device)\n[ 0.272665] ACPI: Added _OSI(Processor Device)\n[ 0.273664] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.274706] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.276658] ACPI: Interpreter enabled\n[ 0.277537] ACPI: (supports S0 S5)\n[ 0.278357] ACPI: Using IOAPIC for interrupt routing\n[ 0.279463] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.283006] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.284340] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.285784] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.287184] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.289778] acpiphp: Slot [3] registered\n[ 0.290733] acpiphp: Slot [4] registered\n[ 0.291685] acpiphp: Slot [5] registered\n[ 0.292605] acpiphp: Slot [6] registered\n[ 0.303282] acpiphp: Slot [7] registered\n[ 0.304204] acpiphp: Slot [8] registered\n[ 0.305122] acpiphp: Slot [9] registered\n[ 0.306050] acpiphp: Slot [10] registered\n[ 0.306995] acpiphp: Slot [11] registered\n[ 0.307973] acpiphp: Slot [12] registered\n[ 0.308910] acpiphp: Slot [13] registered\n[ 0.309846] acpiphp: Slot [14] registered\n[ 0.310798] acpiphp: Slot [15] registered\n[ 0.311772] acpiphp: Slot [16] registered\n[ 0.312705] acpiphp: Slot [17] registered\n[ 0.313636] acpiphp: Slot [18] registered\n[ 0.314568] acpiphp: Slot [19] registered\n[ 0.315502] acpiphp: Slot [20] registered\n[ 0.316477] acpiphp: Slot [21] registered\n[ 0.317420] acpiphp: Slot [22] registered\n[ 0.318353] acpiphp: Slot [23] registered\n[ 0.319284] acpiphp: Slot [24] registered\n[ 0.320212] acpiphp: Slot [25] registered\n[ 0.321171] acpiphp: Slot [26] registered\n[ 0.322133] acpiphp: Slot [27] registered\n[ 0.323066] acpiphp: Slot [28] registered\n[ 0.323999] acpiphp: Slot [29] registered\n[ 0.324931] acpiphp: Slot [30] registered\n[ 0.325857] acpiphp: Slot [31] registered\n[ 0.326823] PCI host bridge to bus 0000:00\n[ 0.327761] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.329187] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.330624] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.332366] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.334046] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.335757] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.339138] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.340675] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.342107] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.343592] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.347041] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.348952] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.367876] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.370253] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.371939] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.373552] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375136] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376582] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.378081] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.379338] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.381161] vgaarb: loaded\n[ 0.381877] vgaarb: bridge control possible 0000:00:02.0\n[ 0.383328] SCSI subsystem initialized\n[ 0.384356] ACPI: bus type USB registered\n[ 0.385329] usbcore: registered new interface driver usbfs\n[ 0.386552] usbcore: registered new interface driver hub\n[ 0.387743] usbcore: registered new device driver usb\n[ 0.389028] PCI: Using ACPI for IRQ routing\n[ 0.390293] NetLabel: Initializing\n[ 0.391127] NetLabel: domain hash size = 128\n[ 0.392130] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.393257] NetLabel: unlabeled traffic allowed by default\n[ 0.396790] amd_nb: Cannot enumerate AMD northbridges\n[ 0.397974] clocksource: Switched to clocksource kvm-clock\n[ 0.406106] AppArmor: AppArmor Filesystem Enabled\n[ 0.407304] pnp: PnP ACPI init\n[ 0.408546] pnp: PnP ACPI: found 5 devices\n[ 0.415123] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.417189] NET: Registered protocol family 2\n[ 0.418505] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.420036] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.421459] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.422893] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.424184] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.425592] NET: Registered protocol family 1\n[ 0.426630] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.427956] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.429249] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.445331] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.461800] Unpacking initramfs...\n[ 0.908968] Freeing initrd memory: 37084K\n[ 0.910270] Scanning for low memory corruption every 60 seconds\n[ 0.911929] audit: initializing netlink subsys (disabled)\n[ 0.913152] audit: type=2000 audit(1534057408.849:1): initialized\n[ 0.914751] Initialise system trusted keyring\n[ 0.915863] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.917245] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.919660] zbud: loaded\n[ 0.920571] VFS: Disk quotas dquot_6.6.0\n[ 0.921526] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.923177] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 0.924639] fuse init (API version 7.23)\n[ 0.925668] Key type big_key registered\n[ 0.926602] Allocating IMA MOK and blacklist keyrings.\n[ 0.928063] Key type asymmetric registered\n[ 0.929014] Asymmetric key parser 'x509' registered\n[ 0.930139] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.931855] io scheduler noop registered\n[ 0.932773] io scheduler deadline registered (default)\n[ 0.933923] io scheduler cfq registered\n[ 0.934905] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.936128] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.937670] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.939351] ACPI: Power Button [PWRF]\n[ 0.940363] GHES: HEST is not enabled!\n[ 0.955540] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.986955] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.989462] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.013223] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.015713] Linux agpgart interface v0.103\n[ 1.018067] loop: module loaded\n[ 1.020778] vda: vda1\n[ 1.022201] scsi host0: ata_piix\n[ 1.023054] scsi host1: ata_piix\n[ 1.023861] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.025271] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.026979] libphy: Fixed MDIO Bus: probed\n[ 1.027939] tun: Universal TUN/TAP device driver, 1.6\n[ 1.029069] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.031496] PPP generic driver version 2.4.2\n[ 1.032562] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.033995] ehci-pci: EHCI PCI platform driver\n[ 1.035030] ehci-platform: EHCI generic platform driver\n[ 1.036198] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.037555] ohci-pci: OHCI PCI platform driver\n[ 1.038611] ohci-platform: OHCI generic platform driver\n[ 1.039756] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.055493] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.056681] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.058410] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.059567] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.060892] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.062335] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.063968] usb usb1: Product: UHCI Host Controller\n[ 1.065041] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd\n[ 1.066402] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.067596] hub 1-0:1.0: USB hub found\n[ 1.068509] hub 1-0:1.0: 2 ports detected\n[ 1.069577] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.072001] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.073183] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.074394] mousedev: PS/2 mouse device common for all mice\n[ 1.075844] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.077981] rtc_cmos 00:00: RTC can wake from S4\n[ 1.079276] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.080672] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.082112] i2c /dev entries driver\n[ 1.083002] device-mapper: uevent: version 1.0.3\n[ 1.084095] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.085990] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.087530] NET: Registered protocol family 10\n[ 1.088802] NET: Registered protocol family 17\n[ 1.089862] Key type dns_resolver registered\n[ 1.091047] registered taskstats version 1\n[ 1.092017] Loading compiled-in X.509 certificates\n[ 1.093612] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb'\n[ 1.095792] zswap: loaded using pool lzo/zbud\n[ 1.098139] Key type trusted registered\n[ 1.100978] Key type encrypted registered\n[ 1.101923] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.103143] ima: No TPM chip found, activating TPM-bypass!\n[ 1.104403] evm: HMAC attrs: 0x1\n[ 1.105551] Magic number: 14:167:66\n[ 1.106558] rtc_cmos 00:00: setting system clock to 2018-08-12 07:03:28 UTC (1534057408)\n[ 1.108473] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.109823] EDD information not available.\n[ 1.187266] Freeing unused kernel memory: 1512K\n[ 1.188305] Write protecting the kernel read-only data: 14336k\n[ 1.200560] Freeing unused kernel memory: 1692K\n[ 1.201790] Freeing unused kernel memory: 96K\nLoading, please wait...\nstarting version 229\n[ 1.212006] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.214413] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.216594] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.218755] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.220916] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.223035] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.230650] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.232766] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.235693] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.238681] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.295316] virtio_net virtio0 ens3: renamed from eth0\n[ 1.303131] [drm] Initialized drm 1.1.0 20060810\n[ 1.305407] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 1.307571] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.330315] FDC 0 is a S82078B\n[ 1.343115] AVX2 version of gcm_enc/dec engaged.\n[ 1.344184] AES CTR mode by8 optimization enabled\n[ 1.378008] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.538521] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.539956] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.541458] usb 1-1: Product: QEMU USB Tablet\n[ 1.542465] usb 1-1: Manufacturer: QEMU\n[ 1.543389] usb 1-1: SerialNumber: 42\n[ 1.550679] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.556900] usbcore: registered new interface driver usbhid\n[ 1.558185] usbhid: USB HID core driver\n[ 1.560765] 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.563402] 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.830580] md: linear personality registered for level -1\n[ 1.833944] md: multipath personality registered for level -4\n[ 1.837422] md: raid0 personality registered for level 0\n[ 1.841276] md: raid1 personality registered for level 1\n[ 1.914010] raid6: sse2x1 gen() 11534 MB/s\n[ 1.981985] raid6: sse2x1 xor() 8800 MB/s\n[ 2.049973] raid6: sse2x2 gen() 14494 MB/s\n[ 2.117971] raid6: sse2x2 xor() 9785 MB/s\n[ 2.185973] raid6: sse2x4 gen() 16983 MB/s\n[ 2.253999] raid6: sse2x4 xor() 11568 MB/s\n[ 2.322038] raid6: avx2x1 gen() 22107 MB/s\n[ 2.389982] raid6: avx2x2 gen() 25574 MB/s\n[ 2.457982] raid6: avx2x4 gen() 29507 MB/s\n[ 2.458915] raid6: using algorithm avx2x4 gen() 29507 MB/s\n[ 2.460005] raid6: using avx2x2 recovery algorithm\n[ 2.461006] tsc: Refined TSC clocksource calibration: 3491.817 MHz\n[ 2.462247] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32551ec0d24, max_idle_ns: 440795320994 ns\n[ 2.465933] xor: automatically using best checksumming function:\n[ 2.505992] avx : 31726.000 MB/sec\n[ 2.508355] async_tx: api initialized (async)\n[ 2.519576] md: raid6 personality registered for level 6\n[ 2.520678] md: raid5 personality registered for level 5\n[ 2.521724] md: raid4 personality registered for level 4\n[ 2.527438] 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.557235] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 2.577328] 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.701726] 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.705166] systemd[1]: Detected virtualization kvm.\n[ 2.706190] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.4 LTS[0m!\n\n[ 2.709227] systemd[1]: Set hostname to .\n[ 2.711742] systemd[1]: Initializing machine ID from KVM UUID.\n[ 2.712934] systemd[1]: Installed transient /etc/machine-id file.\n[ 2.845947] 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.848969] systemd[1]: Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[ 2.851551] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 2.853387] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 2.855741] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 2.857711] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 2.859851] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 2.862206] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 2.864526] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 2.866788] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 2.869473] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 2.871486] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 2.873409] 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.876653] systemd[1]: Listening on fsck to fsckd communication Socket.\n[[0;32m OK [0m] Listening on fsck to fsckd communication Socket.\n[ 2.879152] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 2.881328] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 2.883505] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 2.885909] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 2.888337] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 2.892162] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 2.904999] 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.912169] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 2.916811] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 2.921749] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 2.930576] 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.938473] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 2.944377] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 2.949640] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 2.954882] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 2.965389] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 2.968047] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 2.975928] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 2.979449] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 2.986013] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 2.990289] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 2.994755] Loading iSCSI transport class v2.0-870.\n[ 2.996351] systemd[1]: Started Create list of required static device nodes for the current kernel.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 3.010323] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Set console keymap.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 3.021008] iscsi: registered transport (tcp)\n[ 3.072003] iscsi: registered transport (iser)\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Create Static Device Nodes in /dev...\n[[0;32m OK [0m] Started Load Kernel Modules.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n Starting udev Kernel Device Manager...\n Mounting FUSE Control File System...\n Starting Apply Kernel Variables...\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 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 Load/Save Random Seed...\n Starting udev Coldplug all Devices...\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] 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 Create Volatile Files and Directories...\n Starting Commit a transient machine-id on disk...\n Starting Initial cloud-init job (pre-networking)...\n Starting Set console font and keymap...\n Starting 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[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n Starting Update UTMP about System Boot/Shutdown...\n Starting Network Time Synchronization...\n[[0;32m OK [0m] Started 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[ 3.613675] intel_rapl: no valid rapl domains found in package 0\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 4.388437] cloud-init[497]: Cloud-init v. 18.2 running 'init-local' at Sun, 12 Aug 2018 07:03:31 +0000. Up 4.20 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"} 2018-08-12 07:04:07,793 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/39e1a5b6-af3d-464b-badb-c22da697010e/action used request id req-e9e7cd5f-9437-4565-841b-50fcd85c253c 2018-08-12 07:04:07,793 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.101581096649s 2018-08-12 07:04:07,794 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/39e1a5b6-af3d-464b-badb-c22da697010e/action used request id req-e9e7cd5f-9437-4565-841b-50fcd85c253c 2018-08-12 07:04:07,794 - 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 684801774 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.146544] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.148492] pid_max: default: 32768 minimum: 301 [ 0.149628] ACPI: Core revision 20150930 [ 0.151121] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.152788] Security Framework initialized [ 0.153736] Yama: becoming mindful. [ 0.154583] AppArmor: AppArmor initialized [ 0.155557] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.157145] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.158666] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.160125] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.161761] Initializing cgroup subsys io [ 0.162754] Initializing cgroup subsys memory [ 0.163750] Initializing cgroup subsys devices [ 0.164745] Initializing cgroup subsys freezer [ 0.165782] Initializing cgroup subsys net_cls [ 0.166823] Initializing cgroup subsys perf_event [ 0.167862] Initializing cgroup subsys net_prio [ 0.168888] Initializing cgroup subsys hugetlb [ 0.169917] Initializing cgroup subsys pids [ 0.170910] CPU: Physical Processor ID: 0 [ 0.172520] mce: CPU supports 10 MCE banks [ 0.173496] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.174659] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.175921] Spectre V2 : Mitigation: Full generic retpoline [ 0.177130] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported [ 0.178673] Speculative Store Bypass: Vulnerable [ 0.195474] Freeing SMP alternatives memory: 32K [ 0.201163] ftrace: allocating 32237 entries in 126 pages [ 0.234873] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.236297] smpboot: Max logical packages: 1 [ 0.237414] x2apic enabled [ 0.238288] Switched APIC routing to physical x2apic. [ 0.240176] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.241507] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.243790] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.245840] KVM setup paravirtual spinlock [ 0.247270] x86: Booted up 1 node, 1 CPUs [ 0.248198] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.249828] devtmpfs: initialized [ 0.251669] evm: security.selinux [ 0.252462] evm: security.SMACK64 [ 0.253242] evm: security.SMACK64EXEC [ 0.254107] evm: security.SMACK64TRANSMUTE [ 0.255036] evm: security.SMACK64MMAP [ 0.255886] evm: security.ima [ 0.256612] evm: security.capability [ 0.257587] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.259676] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.261070] pinctrl core: initialized pinctrl subsystem [ 0.262322] RTC time: 7:03:28, date: 08/12/18 [ 0.263427] NET: Registered protocol family 16 [ 0.264549] cpuidle: using governor ladder [ 0.265492] cpuidle: using governor menu [ 0.266437] PCCT header not found. [ 0.267308] ACPI: bus type PCI registered [ 0.268222] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.269664] PCI: Using configuration type 1 for base access [ 0.271696] ACPI: Added _OSI(Module Device) [ 0.272665] ACPI: Added _OSI(Processor Device) [ 0.273664] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.274706] ACPI: Added _OSI(Processor Aggregator Device) [ 0.276658] ACPI: Interpreter enabled [ 0.277537] ACPI: (supports S0 S5) [ 0.278357] ACPI: Using IOAPIC for interrupt routing [ 0.279463] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.283006] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.284340] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.285784] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.287184] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.289778] acpiphp: Slot [3] registered [ 0.290733] acpiphp: Slot [4] registered [ 0.291685] acpiphp: Slot [5] registered [ 0.292605] acpiphp: Slot [6] registered [ 0.303282] acpiphp: Slot [7] registered [ 0.304204] acpiphp: Slot [8] registered [ 0.305122] acpiphp: Slot [9] registered [ 0.306050] acpiphp: Slot [10] registered [ 0.306995] acpiphp: Slot [11] registered [ 0.307973] acpiphp: Slot [12] registered [ 0.308910] acpiphp: Slot [13] registered [ 0.309846] acpiphp: Slot [14] registered [ 0.310798] acpiphp: Slot [15] registered [ 0.311772] acpiphp: Slot [16] registered [ 0.312705] acpiphp: Slot [17] registered [ 0.313636] acpiphp: Slot [18] registered [ 0.314568] acpiphp: Slot [19] registered [ 0.315502] acpiphp: Slot [20] registered [ 0.316477] acpiphp: Slot [21] registered [ 0.317420] acpiphp: Slot [22] registered [ 0.318353] acpiphp: Slot [23] registered [ 0.319284] acpiphp: Slot [24] registered [ 0.320212] acpiphp: Slot [25] registered [ 0.321171] acpiphp: Slot [26] registered [ 0.322133] acpiphp: Slot [27] registered [ 0.323066] acpiphp: Slot [28] registered [ 0.323999] acpiphp: Slot [29] registered [ 0.324931] acpiphp: Slot [30] registered [ 0.325857] acpiphp: Slot [31] registered [ 0.326823] PCI host bridge to bus 0000:00 [ 0.327761] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.329187] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.330624] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.332366] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.334046] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.335757] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.339138] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.340675] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.342107] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.343592] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.347041] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.348952] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.367876] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.370253] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.371939] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.373552] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.375136] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.376582] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.378081] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.379338] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.381161] vgaarb: loaded [ 0.381877] vgaarb: bridge control possible 0000:00:02.0 [ 0.383328] SCSI subsystem initialized [ 0.384356] ACPI: bus type USB registered [ 0.385329] usbcore: registered new interface driver usbfs [ 0.386552] usbcore: registered new interface driver hub [ 0.387743] usbcore: registered new device driver usb [ 0.389028] PCI: Using ACPI for IRQ routing [ 0.390293] NetLabel: Initializing [ 0.391127] NetLabel: domain hash size = 128 [ 0.392130] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393257] NetLabel: unlabeled traffic allowed by default [ 0.396790] amd_nb: Cannot enumerate AMD northbridges [ 0.397974] clocksource: Switched to clocksource kvm-clock [ 0.406106] AppArmor: AppArmor Filesystem Enabled [ 0.407304] pnp: PnP ACPI init [ 0.408546] pnp: PnP ACPI: found 5 devices [ 0.415123] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.417189] NET: Registered protocol family 2 [ 0.418505] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.420036] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.421459] TCP: Hash tables configured (established 4096 bind 4096) [ 0.422893] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.424184] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.425592] NET: Registered protocol family 1 [ 0.426630] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.427956] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.429249] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.445331] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.461800] Unpacking initramfs... [ 0.908968] Freeing initrd memory: 37084K [ 0.910270] Scanning for low memory corruption every 60 seconds [ 0.911929] audit: initializing netlink subsys (disabled) [ 0.913152] audit: type=2000 audit(1534057408.849:1): initialized [ 0.914751] Initialise system trusted keyring [ 0.915863] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.917245] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.919660] zbud: loaded [ 0.920571] VFS: Disk quotas dquot_6.6.0 [ 0.921526] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.923177] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.924639] fuse init (API version 7.23) [ 0.925668] Key type big_key registered [ 0.926602] Allocating IMA MOK and blacklist keyrings. [ 0.928063] Key type asymmetric registered [ 0.929014] Asymmetric key parser 'x509' registered [ 0.930139] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.931855] io scheduler noop registered [ 0.932773] io scheduler deadline registered (default) [ 0.933923] io scheduler cfq registered [ 0.934905] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.936128] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.937670] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.939351] ACPI: Power Button [PWRF] [ 0.940363] GHES: HEST is not enabled! [ 0.955540] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.986955] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.989462] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 1.013223] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 1.015713] Linux agpgart interface v0.103 [ 1.018067] loop: module loaded [ 1.020778] vda: vda1 [ 1.022201] scsi host0: ata_piix [ 1.023054] scsi host1: ata_piix [ 1.023861] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.025271] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.026979] libphy: Fixed MDIO Bus: probed [ 1.027939] tun: Universal TUN/TAP device driver, 1.6 [ 1.029069] tun: (C) 1999-2004 Max Krasnyansky [ 1.031496] PPP generic driver version 2.4.2 [ 1.032562] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.033995] ehci-pci: EHCI PCI platform driver [ 1.035030] ehci-platform: EHCI generic platform driver [ 1.036198] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.037555] ohci-pci: OHCI PCI platform driver [ 1.038611] ohci-platform: OHCI generic platform driver [ 1.039756] uhci_hcd: USB Universal Host Controller Interface driver [ 1.055493] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.056681] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.058410] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.059567] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.060892] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.062335] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.063968] usb usb1: Product: UHCI Host Controller [ 1.065041] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd [ 1.066402] usb usb1: SerialNumber: 0000:00:01.2 [ 1.067596] hub 1-0:1.0: USB hub found [ 1.068509] hub 1-0:1.0: 2 ports detected [ 1.069577] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.072001] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.073183] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.074394] mousedev: PS/2 mouse device common for all mice [ 1.075844] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.077981] rtc_cmos 00:00: RTC can wake from S4 [ 1.079276] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.080672] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.082112] i2c /dev entries driver [ 1.083002] device-mapper: uevent: version 1.0.3 [ 1.084095] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 1.085990] ledtrig-cpu: registered to indicate activity on CPUs [ 1.087530] NET: Registered protocol family 10 [ 1.088802] NET: Registered protocol family 17 [ 1.089862] Key type dns_resolver registered [ 1.091047] registered taskstats version 1 [ 1.092017] Loading compiled-in X.509 certificates [ 1.093612] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb' [ 1.095792] zswap: loaded using pool lzo/zbud [ 1.098139] Key type trusted registered [ 1.100978] Key type encrypted registered [ 1.101923] AppArmor: AppArmor sha1 policy hashing enabled [ 1.103143] ima: No TPM chip found, activating TPM-bypass! [ 1.104403] evm: HMAC attrs: 0x1 [ 1.105551] Magic number: 14:167:66 [ 1.106558] rtc_cmos 00:00: setting system clock to 2018-08-12 07:03:28 UTC (1534057408) [ 1.108473] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 1.109823] EDD information not available. [ 1.187266] Freeing unused kernel memory: 1512K [ 1.188305] Write protecting the kernel read-only data: 14336k [ 1.200560] Freeing unused kernel memory: 1692K [ 1.201790] Freeing unused kernel memory: 96K Loading, please wait... starting version 229 [ 1.212006] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.214413] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.216594] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.218755] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.220916] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.223035] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.230650] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.232766] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.235693] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.238681] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.295316] virtio_net virtio0 ens3: renamed from eth0 [ 1.303131] [drm] Initialized drm 1.1.0 20060810 [ 1.305407] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4 [ 1.307571] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.330315] FDC 0 is a S82078B [ 1.343115] AVX2 version of gcm_enc/dec engaged. [ 1.344184] AES CTR mode by8 optimization enabled [ 1.378008] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.538521] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.539956] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.541458] usb 1-1: Product: QEMU USB Tablet [ 1.542465] usb 1-1: Manufacturer: QEMU [ 1.543389] usb 1-1: SerialNumber: 42 [ 1.550679] hidraw: raw HID events driver (C) Jiri Kosina [ 1.556900] usbcore: registered new interface driver usbhid [ 1.558185] usbhid: USB HID core driver [ 1.560765] 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.563402] 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.830580] md: linear personality registered for level -1 [ 1.833944] md: multipath personality registered for level -4 [ 1.837422] md: raid0 personality registered for level 0 [ 1.841276] md: raid1 personality registered for level 1 [ 1.914010] raid6: sse2x1 gen() 11534 MB/s [ 1.981985] raid6: sse2x1 xor() 8800 MB/s [ 2.049973] raid6: sse2x2 gen() 14494 MB/s [ 2.117971] raid6: sse2x2 xor() 9785 MB/s [ 2.185973] raid6: sse2x4 gen() 16983 MB/s [ 2.253999] raid6: sse2x4 xor() 11568 MB/s [ 2.322038] raid6: avx2x1 gen() 22107 MB/s [ 2.389982] raid6: avx2x2 gen() 25574 MB/s [ 2.457982] raid6: avx2x4 gen() 29507 MB/s [ 2.458915] raid6: using algorithm avx2x4 gen() 29507 MB/s [ 2.460005] raid6: using avx2x2 recovery algorithm [ 2.461006] tsc: Refined TSC clocksource calibration: 3491.817 MHz [ 2.462247] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32551ec0d24, max_idle_ns: 440795320994 ns [ 2.465933] xor: automatically using best checksumming function: [ 2.505992] avx : 31726.000 MB/sec [ 2.508355] async_tx: api initialized (async) [ 2.519576] md: raid6 personality registered for level 6 [ 2.520678] md: raid5 personality registered for level 5 [ 2.521724] md: raid4 personality registered for level 4 [ 2.527438] 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.557235] Btrfs loaded Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 2.577328] 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.701726] 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.705166] systemd[1]: Detected virtualization kvm. [ 2.706190] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 2.709227] systemd[1]: Set hostname to . [ 2.711742] systemd[1]: Initializing machine ID from KVM UUID. [ 2.712934] systemd[1]: Installed transient /etc/machine-id file. [ 2.845947] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [ 2.848969] systemd[1]: Started Trigger resolvconf update for networkd DNS. [[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS. [ 2.851551] systemd[1]: Reached target Swap. [[0;32m OK [0m] Reached target Swap. [ 2.853387] systemd[1]: Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. [ 2.855741] systemd[1]: Listening on Syslog Socket. [[0;32m OK [0m] Listening on Syslog Socket. [ 2.857711] systemd[1]: Reached target Encrypted Volumes. [[0;32m OK [0m] Reached target Encrypted Volumes. [ 2.859851] systemd[1]: Reached target User and Group Name Lookups. [[0;32m OK [0m] Reached target User and Group Name Lookups. [ 2.862206] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on udev Kernel Socket. [ 2.864526] systemd[1]: Created slice User and Session Slice. [[0;32m OK [0m] Created slice User and Session Slice. [ 2.866788] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [ 2.869473] systemd[1]: Created slice System Slice. [[0;32m OK [0m] Created slice System Slice. [ 2.871486] systemd[1]: Reached target Slices. [[0;32m OK [0m] Reached target Slices. [ 2.873409] 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.876653] systemd[1]: Listening on fsck to fsckd communication Socket. [[0;32m OK [0m] Listening on fsck to fsckd communication Socket. [ 2.879152] systemd[1]: Listening on udev Control Socket. [[0;32m OK [0m] Listening on udev Control Socket. [ 2.881328] systemd[1]: Listening on Journal Audit Socket. [[0;32m OK [0m] Listening on Journal Audit Socket. [ 2.883505] systemd[1]: Listening on Journal Socket. [[0;32m OK [0m] Listening on Journal Socket. [ 2.885909] systemd[1]: Starting Uncomplicated firewall... Starting Uncomplicated firewall... [ 2.888337] systemd[1]: Mounting Huge Pages File System... Mounting Huge Pages File System... [ 2.892162] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 2.904999] 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.912169] systemd[1]: Starting Set console keymap... Starting Set console keymap... [ 2.916811] systemd[1]: Mounting Debug File System... Mounting Debug File System... [ 2.921749] systemd[1]: Listening on Device-mapper event daemon FIFOs. [[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs. [ 2.930576] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... Starting Monitoring of LVM2 mirrors... dmeventd or progress polling... [ 2.938473] systemd[1]: Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Listening on Journal Socket (/dev/log). [ 2.944377] systemd[1]: Starting Journal Service... Starting Journal Service... [ 2.949640] systemd[1]: Listening on LVM2 poll daemon socket. [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [ 2.954882] systemd[1]: Starting Nameserver information manager... Starting Nameserver information manager... [ 2.965389] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 2.968047] systemd[1]: Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. [ 2.975928] systemd[1]: Mounted POSIX Message Queue File System. [[0;32m OK [0m] Mounted POSIX Message Queue File System. [ 2.979449] systemd[1]: Mounted Huge Pages File System. [[0;32m OK [0m] Mounted Huge Pages File System. [ 2.986013] systemd[1]: Mounted Debug File System. [[0;32m OK [0m] Mounted Debug File System. [ 2.990289] systemd[1]: Started Uncomplicated firewall. [[0;32m OK [0m] Started Uncomplicated firewall. [ 2.994755] Loading iSCSI transport class v2.0-870. [ 2.996351] systemd[1]: Started Create list of required static device nodes for the current kernel. [[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [ 3.010323] systemd[1]: Started Journal Service. [[0;32m OK [0m] Started Journal Service. [[0;32m OK [0m] Started Set console keymap. [[0;32m OK [0m] Started Nameserver information manager. [ 3.021008] iscsi: registered transport (tcp) [ 3.072003] iscsi: registered transport (iser) [[0;32m OK [0m] Started LVM2 metadata daemon. Starting Create Static Device Nodes in /dev... [[0;32m OK [0m] Started Load Kernel Modules. [[0;32m OK [0m] Started Create Static Device Nodes in /dev. Starting udev Kernel Device Manager... Mounting FUSE Control File System... Starting Apply Kernel Variables... [[0;32m OK [0m] Mounted FUSE Control File System. [[0;32m OK [0m] Started Apply Kernel Variables. [[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 Load/Save Random Seed... Starting udev Coldplug all Devices... [[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] 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 LSB: AppArmor initialization... Starting Create Volatile Files and Directories... Starting Commit a transient machine-id on disk... Starting Initial cloud-init job (pre-networking)... Starting Set console font and keymap... Starting Tell Plymouth To Write Out Runtime Data... [[0;32m OK [0m] Started Commit a transient machine-id on disk. [[0;32m OK [0m] Started Create Volatile Files and Directories. [[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data. Starting Update UTMP about System Boot/Shutdown... Starting Network Time Synchronization... [[0;32m OK [0m] Started 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] Found device /dev/ttyS0. [ 3.613675] intel_rapl: no valid rapl domains found in package 0 [[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. [ 4.388437] cloud-init[497]: Cloud-init v. 18.2 running 'init-local' at Sun, 12 Aug 2018 07:03:31 +0000. Up 4.20 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. Starting Initial cloud-init job (metadata service crawler)... [[0;32m OK [0m] Reached target Network. 2018-08-12 07:04:07,797 - functest.core.singlevm - DEBUG - try 5: cannot connect to 172.30.9.208: [Errno None] Unable to connect to port 22 on 172.30.9.208 2018-08-12 07:04:16,806 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-12 07:04:16,809 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/39e1a5b6-af3d-464b-badb-c22da697010e/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}a224d027bc12979b87eaf29ef961ad0e58a40af8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 07:04:16,921 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 07:04:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a9df8319-8871-47ac-953d-c38121941ebb x-compute-request-id: req-a9df8319-8871-47ac-953d-c38121941ebb Content-Encoding: gzip Content-Length: 10501 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 684801774 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.146544] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.148492] pid_max: default: 32768 minimum: 301\n[ 0.149628] ACPI: Core revision 20150930\n[ 0.151121] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.152788] Security Framework initialized\n[ 0.153736] Yama: becoming mindful.\n[ 0.154583] AppArmor: AppArmor initialized\n[ 0.155557] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.157145] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.158666] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.160125] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.161761] Initializing cgroup subsys io\n[ 0.162754] Initializing cgroup subsys memory\n[ 0.163750] Initializing cgroup subsys devices\n[ 0.164745] Initializing cgroup subsys freezer\n[ 0.165782] Initializing cgroup subsys net_cls\n[ 0.166823] Initializing cgroup subsys perf_event\n[ 0.167862] Initializing cgroup subsys net_prio\n[ 0.168888] Initializing cgroup subsys hugetlb\n[ 0.169917] Initializing cgroup subsys pids\n[ 0.170910] CPU: Physical Processor ID: 0\n[ 0.172520] mce: CPU supports 10 MCE banks\n[ 0.173496] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.174659] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.175921] Spectre V2 : Mitigation: Full generic retpoline\n[ 0.177130] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported\n[ 0.178673] Speculative Store Bypass: Vulnerable\n[ 0.195474] Freeing SMP alternatives memory: 32K\n[ 0.201163] ftrace: allocating 32237 entries in 126 pages\n[ 0.234873] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.236297] smpboot: Max logical packages: 1\n[ 0.237414] x2apic enabled\n[ 0.238288] Switched APIC routing to physical x2apic.\n[ 0.240176] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.241507] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.243790] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.245840] KVM setup paravirtual spinlock\n[ 0.247270] x86: Booted up 1 node, 1 CPUs\n[ 0.248198] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.249828] devtmpfs: initialized\n[ 0.251669] evm: security.selinux\n[ 0.252462] evm: security.SMACK64\n[ 0.253242] evm: security.SMACK64EXEC\n[ 0.254107] evm: security.SMACK64TRANSMUTE\n[ 0.255036] evm: security.SMACK64MMAP\n[ 0.255886] evm: security.ima\n[ 0.256612] evm: security.capability\n[ 0.257587] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.259676] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.261070] pinctrl core: initialized pinctrl subsystem\n[ 0.262322] RTC time: 7:03:28, date: 08/12/18\n[ 0.263427] NET: Registered protocol family 16\n[ 0.264549] cpuidle: using governor ladder\n[ 0.265492] cpuidle: using governor menu\n[ 0.266437] PCCT header not found.\n[ 0.267308] ACPI: bus type PCI registered\n[ 0.268222] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.269664] PCI: Using configuration type 1 for base access\n[ 0.271696] ACPI: Added _OSI(Module Device)\n[ 0.272665] ACPI: Added _OSI(Processor Device)\n[ 0.273664] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.274706] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.276658] ACPI: Interpreter enabled\n[ 0.277537] ACPI: (supports S0 S5)\n[ 0.278357] ACPI: Using IOAPIC for interrupt routing\n[ 0.279463] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.283006] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.284340] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.285784] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.287184] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.289778] acpiphp: Slot [3] registered\n[ 0.290733] acpiphp: Slot [4] registered\n[ 0.291685] acpiphp: Slot [5] registered\n[ 0.292605] acpiphp: Slot [6] registered\n[ 0.303282] acpiphp: Slot [7] registered\n[ 0.304204] acpiphp: Slot [8] registered\n[ 0.305122] acpiphp: Slot [9] registered\n[ 0.306050] acpiphp: Slot [10] registered\n[ 0.306995] acpiphp: Slot [11] registered\n[ 0.307973] acpiphp: Slot [12] registered\n[ 0.308910] acpiphp: Slot [13] registered\n[ 0.309846] acpiphp: Slot [14] registered\n[ 0.310798] acpiphp: Slot [15] registered\n[ 0.311772] acpiphp: Slot [16] registered\n[ 0.312705] acpiphp: Slot [17] registered\n[ 0.313636] acpiphp: Slot [18] registered\n[ 0.314568] acpiphp: Slot [19] registered\n[ 0.315502] acpiphp: Slot [20] registered\n[ 0.316477] acpiphp: Slot [21] registered\n[ 0.317420] acpiphp: Slot [22] registered\n[ 0.318353] acpiphp: Slot [23] registered\n[ 0.319284] acpiphp: Slot [24] registered\n[ 0.320212] acpiphp: Slot [25] registered\n[ 0.321171] acpiphp: Slot [26] registered\n[ 0.322133] acpiphp: Slot [27] registered\n[ 0.323066] acpiphp: Slot [28] registered\n[ 0.323999] acpiphp: Slot [29] registered\n[ 0.324931] acpiphp: Slot [30] registered\n[ 0.325857] acpiphp: Slot [31] registered\n[ 0.326823] PCI host bridge to bus 0000:00\n[ 0.327761] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.329187] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.330624] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.332366] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.334046] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.335757] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.339138] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.340675] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.342107] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.343592] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.347041] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.348952] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.367876] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.370253] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.371939] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.373552] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375136] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376582] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.378081] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.379338] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.381161] vgaarb: loaded\n[ 0.381877] vgaarb: bridge control possible 0000:00:02.0\n[ 0.383328] SCSI subsystem initialized\n[ 0.384356] ACPI: bus type USB registered\n[ 0.385329] usbcore: registered new interface driver usbfs\n[ 0.386552] usbcore: registered new interface driver hub\n[ 0.387743] usbcore: registered new device driver usb\n[ 0.389028] PCI: Using ACPI for IRQ routing\n[ 0.390293] NetLabel: Initializing\n[ 0.391127] NetLabel: domain hash size = 128\n[ 0.392130] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.393257] NetLabel: unlabeled traffic allowed by default\n[ 0.396790] amd_nb: Cannot enumerate AMD northbridges\n[ 0.397974] clocksource: Switched to clocksource kvm-clock\n[ 0.406106] AppArmor: AppArmor Filesystem Enabled\n[ 0.407304] pnp: PnP ACPI init\n[ 0.408546] pnp: PnP ACPI: found 5 devices\n[ 0.415123] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.417189] NET: Registered protocol family 2\n[ 0.418505] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.420036] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.421459] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.422893] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.424184] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.425592] NET: Registered protocol family 1\n[ 0.426630] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.427956] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.429249] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.445331] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.461800] Unpacking initramfs...\n[ 0.908968] Freeing initrd memory: 37084K\n[ 0.910270] Scanning for low memory corruption every 60 seconds\n[ 0.911929] audit: initializing netlink subsys (disabled)\n[ 0.913152] audit: type=2000 audit(1534057408.849:1): initialized\n[ 0.914751] Initialise system trusted keyring\n[ 0.915863] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.917245] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.919660] zbud: loaded\n[ 0.920571] VFS: Disk quotas dquot_6.6.0\n[ 0.921526] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.923177] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 0.924639] fuse init (API version 7.23)\n[ 0.925668] Key type big_key registered\n[ 0.926602] Allocating IMA MOK and blacklist keyrings.\n[ 0.928063] Key type asymmetric registered\n[ 0.929014] Asymmetric key parser 'x509' registered\n[ 0.930139] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.931855] io scheduler noop registered\n[ 0.932773] io scheduler deadline registered (default)\n[ 0.933923] io scheduler cfq registered\n[ 0.934905] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.936128] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.937670] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.939351] ACPI: Power Button [PWRF]\n[ 0.940363] GHES: HEST is not enabled!\n[ 0.955540] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.986955] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.989462] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.013223] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.015713] Linux agpgart interface v0.103\n[ 1.018067] loop: module loaded\n[ 1.020778] vda: vda1\n[ 1.022201] scsi host0: ata_piix\n[ 1.023054] scsi host1: ata_piix\n[ 1.023861] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.025271] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.026979] libphy: Fixed MDIO Bus: probed\n[ 1.027939] tun: Universal TUN/TAP device driver, 1.6\n[ 1.029069] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.031496] PPP generic driver version 2.4.2\n[ 1.032562] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.033995] ehci-pci: EHCI PCI platform driver\n[ 1.035030] ehci-platform: EHCI generic platform driver\n[ 1.036198] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.037555] ohci-pci: OHCI PCI platform driver\n[ 1.038611] ohci-platform: OHCI generic platform driver\n[ 1.039756] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.055493] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.056681] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.058410] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.059567] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.060892] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.062335] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.063968] usb usb1: Product: UHCI Host Controller\n[ 1.065041] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd\n[ 1.066402] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.067596] hub 1-0:1.0: USB hub found\n[ 1.068509] hub 1-0:1.0: 2 ports detected\n[ 1.069577] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.072001] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.073183] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.074394] mousedev: PS/2 mouse device common for all mice\n[ 1.075844] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.077981] rtc_cmos 00:00: RTC can wake from S4\n[ 1.079276] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.080672] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.082112] i2c /dev entries driver\n[ 1.083002] device-mapper: uevent: version 1.0.3\n[ 1.084095] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.085990] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.087530] NET: Registered protocol family 10\n[ 1.088802] NET: Registered protocol family 17\n[ 1.089862] Key type dns_resolver registered\n[ 1.091047] registered taskstats version 1\n[ 1.092017] Loading compiled-in X.509 certificates\n[ 1.093612] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb'\n[ 1.095792] zswap: loaded using pool lzo/zbud\n[ 1.098139] Key type trusted registered\n[ 1.100978] Key type encrypted registered\n[ 1.101923] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.103143] ima: No TPM chip found, activating TPM-bypass!\n[ 1.104403] evm: HMAC attrs: 0x1\n[ 1.105551] Magic number: 14:167:66\n[ 1.106558] rtc_cmos 00:00: setting system clock to 2018-08-12 07:03:28 UTC (1534057408)\n[ 1.108473] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.109823] EDD information not available.\n[ 1.187266] Freeing unused kernel memory: 1512K\n[ 1.188305] Write protecting the kernel read-only data: 14336k\n[ 1.200560] Freeing unused kernel memory: 1692K\n[ 1.201790] Freeing unused kernel memory: 96K\nLoading, please wait...\nstarting version 229\n[ 1.212006] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.214413] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.216594] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.218755] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.220916] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.223035] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.230650] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.232766] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.235693] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.238681] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.295316] virtio_net virtio0 ens3: renamed from eth0\n[ 1.303131] [drm] Initialized drm 1.1.0 20060810\n[ 1.305407] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 1.307571] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.330315] FDC 0 is a S82078B\n[ 1.343115] AVX2 version of gcm_enc/dec engaged.\n[ 1.344184] AES CTR mode by8 optimization enabled\n[ 1.378008] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.538521] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.539956] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.541458] usb 1-1: Product: QEMU USB Tablet\n[ 1.542465] usb 1-1: Manufacturer: QEMU\n[ 1.543389] usb 1-1: SerialNumber: 42\n[ 1.550679] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.556900] usbcore: registered new interface driver usbhid\n[ 1.558185] usbhid: USB HID core driver\n[ 1.560765] 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.563402] 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.830580] md: linear personality registered for level -1\n[ 1.833944] md: multipath personality registered for level -4\n[ 1.837422] md: raid0 personality registered for level 0\n[ 1.841276] md: raid1 personality registered for level 1\n[ 1.914010] raid6: sse2x1 gen() 11534 MB/s\n[ 1.981985] raid6: sse2x1 xor() 8800 MB/s\n[ 2.049973] raid6: sse2x2 gen() 14494 MB/s\n[ 2.117971] raid6: sse2x2 xor() 9785 MB/s\n[ 2.185973] raid6: sse2x4 gen() 16983 MB/s\n[ 2.253999] raid6: sse2x4 xor() 11568 MB/s\n[ 2.322038] raid6: avx2x1 gen() 22107 MB/s\n[ 2.389982] raid6: avx2x2 gen() 25574 MB/s\n[ 2.457982] raid6: avx2x4 gen() 29507 MB/s\n[ 2.458915] raid6: using algorithm avx2x4 gen() 29507 MB/s\n[ 2.460005] raid6: using avx2x2 recovery algorithm\n[ 2.461006] tsc: Refined TSC clocksource calibration: 3491.817 MHz\n[ 2.462247] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32551ec0d24, max_idle_ns: 440795320994 ns\n[ 2.465933] xor: automatically using best checksumming function:\n[ 2.505992] avx : 31726.000 MB/sec\n[ 2.508355] async_tx: api initialized (async)\n[ 2.519576] md: raid6 personality registered for level 6\n[ 2.520678] md: raid5 personality registered for level 5\n[ 2.521724] md: raid4 personality registered for level 4\n[ 2.527438] 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.557235] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 2.577328] 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.701726] 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.705166] systemd[1]: Detected virtualization kvm.\n[ 2.706190] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.4 LTS[0m!\n\n[ 2.709227] systemd[1]: Set hostname to .\n[ 2.711742] systemd[1]: Initializing machine ID from KVM UUID.\n[ 2.712934] systemd[1]: Installed transient /etc/machine-id file.\n[ 2.845947] 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.848969] systemd[1]: Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[ 2.851551] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 2.853387] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 2.855741] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 2.857711] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 2.859851] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 2.862206] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 2.864526] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 2.866788] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 2.869473] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 2.871486] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 2.873409] 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.876653] systemd[1]: Listening on fsck to fsckd communication Socket.\n[[0;32m OK [0m] Listening on fsck to fsckd communication Socket.\n[ 2.879152] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 2.881328] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 2.883505] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 2.885909] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 2.888337] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 2.892162] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 2.904999] 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.912169] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 2.916811] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 2.921749] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 2.930576] 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.938473] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 2.944377] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 2.949640] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 2.954882] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 2.965389] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 2.968047] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 2.975928] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 2.979449] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 2.986013] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 2.990289] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 2.994755] Loading iSCSI transport class v2.0-870.\n[ 2.996351] systemd[1]: Started Create list of required static device nodes for the current kernel.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 3.010323] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Set console keymap.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 3.021008] iscsi: registered transport (tcp)\n[ 3.072003] iscsi: registered transport (iser)\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Create Static Device Nodes in /dev...\n[[0;32m OK [0m] Started Load Kernel Modules.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n Starting udev Kernel Device Manager...\n Mounting FUSE Control File System...\n Starting Apply Kernel Variables...\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 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 Load/Save Random Seed...\n Starting udev Coldplug all Devices...\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] 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 Create Volatile Files and Directories...\n Starting Commit a transient machine-id on disk...\n Starting Initial cloud-init job (pre-networking)...\n Starting Set console font and keymap...\n Starting 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[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n Starting Update UTMP about System Boot/Shutdown...\n Starting Network Time Synchronization...\n[[0;32m OK [0m] Started 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[ 3.613675] intel_rapl: no valid rapl domains found in package 0\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 4.388437] cloud-init[497]: Cloud-init v. 18.2 running 'init-local' at Sun, 12 Aug 2018 07:03:31 +0000. Up 4.20 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"} 2018-08-12 07:04:16,922 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/39e1a5b6-af3d-464b-badb-c22da697010e/action used request id req-a9df8319-8871-47ac-953d-c38121941ebb 2018-08-12 07:04:16,922 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.115746021271s 2018-08-12 07:04:16,923 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/39e1a5b6-af3d-464b-badb-c22da697010e/action used request id req-a9df8319-8871-47ac-953d-c38121941ebb 2018-08-12 07:04:16,924 - 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 684801774 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.146544] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.148492] pid_max: default: 32768 minimum: 301 [ 0.149628] ACPI: Core revision 20150930 [ 0.151121] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.152788] Security Framework initialized [ 0.153736] Yama: becoming mindful. [ 0.154583] AppArmor: AppArmor initialized [ 0.155557] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.157145] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.158666] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.160125] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.161761] Initializing cgroup subsys io [ 0.162754] Initializing cgroup subsys memory [ 0.163750] Initializing cgroup subsys devices [ 0.164745] Initializing cgroup subsys freezer [ 0.165782] Initializing cgroup subsys net_cls [ 0.166823] Initializing cgroup subsys perf_event [ 0.167862] Initializing cgroup subsys net_prio [ 0.168888] Initializing cgroup subsys hugetlb [ 0.169917] Initializing cgroup subsys pids [ 0.170910] CPU: Physical Processor ID: 0 [ 0.172520] mce: CPU supports 10 MCE banks [ 0.173496] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.174659] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.175921] Spectre V2 : Mitigation: Full generic retpoline [ 0.177130] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported [ 0.178673] Speculative Store Bypass: Vulnerable [ 0.195474] Freeing SMP alternatives memory: 32K [ 0.201163] ftrace: allocating 32237 entries in 126 pages [ 0.234873] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.236297] smpboot: Max logical packages: 1 [ 0.237414] x2apic enabled [ 0.238288] Switched APIC routing to physical x2apic. [ 0.240176] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.241507] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.243790] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.245840] KVM setup paravirtual spinlock [ 0.247270] x86: Booted up 1 node, 1 CPUs [ 0.248198] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.249828] devtmpfs: initialized [ 0.251669] evm: security.selinux [ 0.252462] evm: security.SMACK64 [ 0.253242] evm: security.SMACK64EXEC [ 0.254107] evm: security.SMACK64TRANSMUTE [ 0.255036] evm: security.SMACK64MMAP [ 0.255886] evm: security.ima [ 0.256612] evm: security.capability [ 0.257587] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.259676] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.261070] pinctrl core: initialized pinctrl subsystem [ 0.262322] RTC time: 7:03:28, date: 08/12/18 [ 0.263427] NET: Registered protocol family 16 [ 0.264549] cpuidle: using governor ladder [ 0.265492] cpuidle: using governor menu [ 0.266437] PCCT header not found. [ 0.267308] ACPI: bus type PCI registered [ 0.268222] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.269664] PCI: Using configuration type 1 for base access [ 0.271696] ACPI: Added _OSI(Module Device) [ 0.272665] ACPI: Added _OSI(Processor Device) [ 0.273664] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.274706] ACPI: Added _OSI(Processor Aggregator Device) [ 0.276658] ACPI: Interpreter enabled [ 0.277537] ACPI: (supports S0 S5) [ 0.278357] ACPI: Using IOAPIC for interrupt routing [ 0.279463] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.283006] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.284340] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.285784] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.287184] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.289778] acpiphp: Slot [3] registered [ 0.290733] acpiphp: Slot [4] registered [ 0.291685] acpiphp: Slot [5] registered [ 0.292605] acpiphp: Slot [6] registered [ 0.303282] acpiphp: Slot [7] registered [ 0.304204] acpiphp: Slot [8] registered [ 0.305122] acpiphp: Slot [9] registered [ 0.306050] acpiphp: Slot [10] registered [ 0.306995] acpiphp: Slot [11] registered [ 0.307973] acpiphp: Slot [12] registered [ 0.308910] acpiphp: Slot [13] registered [ 0.309846] acpiphp: Slot [14] registered [ 0.310798] acpiphp: Slot [15] registered [ 0.311772] acpiphp: Slot [16] registered [ 0.312705] acpiphp: Slot [17] registered [ 0.313636] acpiphp: Slot [18] registered [ 0.314568] acpiphp: Slot [19] registered [ 0.315502] acpiphp: Slot [20] registered [ 0.316477] acpiphp: Slot [21] registered [ 0.317420] acpiphp: Slot [22] registered [ 0.318353] acpiphp: Slot [23] registered [ 0.319284] acpiphp: Slot [24] registered [ 0.320212] acpiphp: Slot [25] registered [ 0.321171] acpiphp: Slot [26] registered [ 0.322133] acpiphp: Slot [27] registered [ 0.323066] acpiphp: Slot [28] registered [ 0.323999] acpiphp: Slot [29] registered [ 0.324931] acpiphp: Slot [30] registered [ 0.325857] acpiphp: Slot [31] registered [ 0.326823] PCI host bridge to bus 0000:00 [ 0.327761] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.329187] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.330624] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.332366] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.334046] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.335757] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.339138] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.340675] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.342107] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.343592] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.347041] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.348952] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.367876] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.370253] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.371939] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.373552] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.375136] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.376582] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.378081] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.379338] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.381161] vgaarb: loaded [ 0.381877] vgaarb: bridge control possible 0000:00:02.0 [ 0.383328] SCSI subsystem initialized [ 0.384356] ACPI: bus type USB registered [ 0.385329] usbcore: registered new interface driver usbfs [ 0.386552] usbcore: registered new interface driver hub [ 0.387743] usbcore: registered new device driver usb [ 0.389028] PCI: Using ACPI for IRQ routing [ 0.390293] NetLabel: Initializing [ 0.391127] NetLabel: domain hash size = 128 [ 0.392130] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393257] NetLabel: unlabeled traffic allowed by default [ 0.396790] amd_nb: Cannot enumerate AMD northbridges [ 0.397974] clocksource: Switched to clocksource kvm-clock [ 0.406106] AppArmor: AppArmor Filesystem Enabled [ 0.407304] pnp: PnP ACPI init [ 0.408546] pnp: PnP ACPI: found 5 devices [ 0.415123] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.417189] NET: Registered protocol family 2 [ 0.418505] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.420036] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.421459] TCP: Hash tables configured (established 4096 bind 4096) [ 0.422893] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.424184] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.425592] NET: Registered protocol family 1 [ 0.426630] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.427956] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.429249] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.445331] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.461800] Unpacking initramfs... [ 0.908968] Freeing initrd memory: 37084K [ 0.910270] Scanning for low memory corruption every 60 seconds [ 0.911929] audit: initializing netlink subsys (disabled) [ 0.913152] audit: type=2000 audit(1534057408.849:1): initialized [ 0.914751] Initialise system trusted keyring [ 0.915863] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.917245] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.919660] zbud: loaded [ 0.920571] VFS: Disk quotas dquot_6.6.0 [ 0.921526] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.923177] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.924639] fuse init (API version 7.23) [ 0.925668] Key type big_key registered [ 0.926602] Allocating IMA MOK and blacklist keyrings. [ 0.928063] Key type asymmetric registered [ 0.929014] Asymmetric key parser 'x509' registered [ 0.930139] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.931855] io scheduler noop registered [ 0.932773] io scheduler deadline registered (default) [ 0.933923] io scheduler cfq registered [ 0.934905] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.936128] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.937670] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.939351] ACPI: Power Button [PWRF] [ 0.940363] GHES: HEST is not enabled! [ 0.955540] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.986955] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.989462] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 1.013223] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 1.015713] Linux agpgart interface v0.103 [ 1.018067] loop: module loaded [ 1.020778] vda: vda1 [ 1.022201] scsi host0: ata_piix [ 1.023054] scsi host1: ata_piix [ 1.023861] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.025271] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.026979] libphy: Fixed MDIO Bus: probed [ 1.027939] tun: Universal TUN/TAP device driver, 1.6 [ 1.029069] tun: (C) 1999-2004 Max Krasnyansky [ 1.031496] PPP generic driver version 2.4.2 [ 1.032562] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.033995] ehci-pci: EHCI PCI platform driver [ 1.035030] ehci-platform: EHCI generic platform driver [ 1.036198] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.037555] ohci-pci: OHCI PCI platform driver [ 1.038611] ohci-platform: OHCI generic platform driver [ 1.039756] uhci_hcd: USB Universal Host Controller Interface driver [ 1.055493] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.056681] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.058410] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.059567] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.060892] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.062335] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.063968] usb usb1: Product: UHCI Host Controller [ 1.065041] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd [ 1.066402] usb usb1: SerialNumber: 0000:00:01.2 [ 1.067596] hub 1-0:1.0: USB hub found [ 1.068509] hub 1-0:1.0: 2 ports detected [ 1.069577] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.072001] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.073183] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.074394] mousedev: PS/2 mouse device common for all mice [ 1.075844] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.077981] rtc_cmos 00:00: RTC can wake from S4 [ 1.079276] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.080672] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.082112] i2c /dev entries driver [ 1.083002] device-mapper: uevent: version 1.0.3 [ 1.084095] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 1.085990] ledtrig-cpu: registered to indicate activity on CPUs [ 1.087530] NET: Registered protocol family 10 [ 1.088802] NET: Registered protocol family 17 [ 1.089862] Key type dns_resolver registered [ 1.091047] registered taskstats version 1 [ 1.092017] Loading compiled-in X.509 certificates [ 1.093612] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb' [ 1.095792] zswap: loaded using pool lzo/zbud [ 1.098139] Key type trusted registered [ 1.100978] Key type encrypted registered [ 1.101923] AppArmor: AppArmor sha1 policy hashing enabled [ 1.103143] ima: No TPM chip found, activating TPM-bypass! [ 1.104403] evm: HMAC attrs: 0x1 [ 1.105551] Magic number: 14:167:66 [ 1.106558] rtc_cmos 00:00: setting system clock to 2018-08-12 07:03:28 UTC (1534057408) [ 1.108473] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 1.109823] EDD information not available. [ 1.187266] Freeing unused kernel memory: 1512K [ 1.188305] Write protecting the kernel read-only data: 14336k [ 1.200560] Freeing unused kernel memory: 1692K [ 1.201790] Freeing unused kernel memory: 96K Loading, please wait... starting version 229 [ 1.212006] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.214413] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.216594] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.218755] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.220916] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.223035] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.230650] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.232766] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.235693] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.238681] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.295316] virtio_net virtio0 ens3: renamed from eth0 [ 1.303131] [drm] Initialized drm 1.1.0 20060810 [ 1.305407] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4 [ 1.307571] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.330315] FDC 0 is a S82078B [ 1.343115] AVX2 version of gcm_enc/dec engaged. [ 1.344184] AES CTR mode by8 optimization enabled [ 1.378008] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.538521] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.539956] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.541458] usb 1-1: Product: QEMU USB Tablet [ 1.542465] usb 1-1: Manufacturer: QEMU [ 1.543389] usb 1-1: SerialNumber: 42 [ 1.550679] hidraw: raw HID events driver (C) Jiri Kosina [ 1.556900] usbcore: registered new interface driver usbhid [ 1.558185] usbhid: USB HID core driver [ 1.560765] 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.563402] 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.830580] md: linear personality registered for level -1 [ 1.833944] md: multipath personality registered for level -4 [ 1.837422] md: raid0 personality registered for level 0 [ 1.841276] md: raid1 personality registered for level 1 [ 1.914010] raid6: sse2x1 gen() 11534 MB/s [ 1.981985] raid6: sse2x1 xor() 8800 MB/s [ 2.049973] raid6: sse2x2 gen() 14494 MB/s [ 2.117971] raid6: sse2x2 xor() 9785 MB/s [ 2.185973] raid6: sse2x4 gen() 16983 MB/s [ 2.253999] raid6: sse2x4 xor() 11568 MB/s [ 2.322038] raid6: avx2x1 gen() 22107 MB/s [ 2.389982] raid6: avx2x2 gen() 25574 MB/s [ 2.457982] raid6: avx2x4 gen() 29507 MB/s [ 2.458915] raid6: using algorithm avx2x4 gen() 29507 MB/s [ 2.460005] raid6: using avx2x2 recovery algorithm [ 2.461006] tsc: Refined TSC clocksource calibration: 3491.817 MHz [ 2.462247] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32551ec0d24, max_idle_ns: 440795320994 ns [ 2.465933] xor: automatically using best checksumming function: [ 2.505992] avx : 31726.000 MB/sec [ 2.508355] async_tx: api initialized (async) [ 2.519576] md: raid6 personality registered for level 6 [ 2.520678] md: raid5 personality registered for level 5 [ 2.521724] md: raid4 personality registered for level 4 [ 2.527438] 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.557235] Btrfs loaded Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 2.577328] 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.701726] 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.705166] systemd[1]: Detected virtualization kvm. [ 2.706190] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 2.709227] systemd[1]: Set hostname to . [ 2.711742] systemd[1]: Initializing machine ID from KVM UUID. [ 2.712934] systemd[1]: Installed transient /etc/machine-id file. [ 2.845947] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [ 2.848969] systemd[1]: Started Trigger resolvconf update for networkd DNS. [[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS. [ 2.851551] systemd[1]: Reached target Swap. [[0;32m OK [0m] Reached target Swap. [ 2.853387] systemd[1]: Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. [ 2.855741] systemd[1]: Listening on Syslog Socket. [[0;32m OK [0m] Listening on Syslog Socket. [ 2.857711] systemd[1]: Reached target Encrypted Volumes. [[0;32m OK [0m] Reached target Encrypted Volumes. [ 2.859851] systemd[1]: Reached target User and Group Name Lookups. [[0;32m OK [0m] Reached target User and Group Name Lookups. [ 2.862206] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on udev Kernel Socket. [ 2.864526] systemd[1]: Created slice User and Session Slice. [[0;32m OK [0m] Created slice User and Session Slice. [ 2.866788] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [ 2.869473] systemd[1]: Created slice System Slice. [[0;32m OK [0m] Created slice System Slice. [ 2.871486] systemd[1]: Reached target Slices. [[0;32m OK [0m] Reached target Slices. [ 2.873409] 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.876653] systemd[1]: Listening on fsck to fsckd communication Socket. [[0;32m OK [0m] Listening on fsck to fsckd communication Socket. [ 2.879152] systemd[1]: Listening on udev Control Socket. [[0;32m OK [0m] Listening on udev Control Socket. [ 2.881328] systemd[1]: Listening on Journal Audit Socket. [[0;32m OK [0m] Listening on Journal Audit Socket. [ 2.883505] systemd[1]: Listening on Journal Socket. [[0;32m OK [0m] Listening on Journal Socket. [ 2.885909] systemd[1]: Starting Uncomplicated firewall... Starting Uncomplicated firewall... [ 2.888337] systemd[1]: Mounting Huge Pages File System... Mounting Huge Pages File System... [ 2.892162] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 2.904999] 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.912169] systemd[1]: Starting Set console keymap... Starting Set console keymap... [ 2.916811] systemd[1]: Mounting Debug File System... Mounting Debug File System... [ 2.921749] systemd[1]: Listening on Device-mapper event daemon FIFOs. [[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs. [ 2.930576] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... Starting Monitoring of LVM2 mirrors... dmeventd or progress polling... [ 2.938473] systemd[1]: Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Listening on Journal Socket (/dev/log). [ 2.944377] systemd[1]: Starting Journal Service... Starting Journal Service... [ 2.949640] systemd[1]: Listening on LVM2 poll daemon socket. [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [ 2.954882] systemd[1]: Starting Nameserver information manager... Starting Nameserver information manager... [ 2.965389] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 2.968047] systemd[1]: Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. [ 2.975928] systemd[1]: Mounted POSIX Message Queue File System. [[0;32m OK [0m] Mounted POSIX Message Queue File System. [ 2.979449] systemd[1]: Mounted Huge Pages File System. [[0;32m OK [0m] Mounted Huge Pages File System. [ 2.986013] systemd[1]: Mounted Debug File System. [[0;32m OK [0m] Mounted Debug File System. [ 2.990289] systemd[1]: Started Uncomplicated firewall. [[0;32m OK [0m] Started Uncomplicated firewall. [ 2.994755] Loading iSCSI transport class v2.0-870. [ 2.996351] systemd[1]: Started Create list of required static device nodes for the current kernel. [[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [ 3.010323] systemd[1]: Started Journal Service. [[0;32m OK [0m] Started Journal Service. [[0;32m OK [0m] Started Set console keymap. [[0;32m OK [0m] Started Nameserver information manager. [ 3.021008] iscsi: registered transport (tcp) [ 3.072003] iscsi: registered transport (iser) [[0;32m OK [0m] Started LVM2 metadata daemon. Starting Create Static Device Nodes in /dev... [[0;32m OK [0m] Started Load Kernel Modules. [[0;32m OK [0m] Started Create Static Device Nodes in /dev. Starting udev Kernel Device Manager... Mounting FUSE Control File System... Starting Apply Kernel Variables... [[0;32m OK [0m] Mounted FUSE Control File System. [[0;32m OK [0m] Started Apply Kernel Variables. [[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 Load/Save Random Seed... Starting udev Coldplug all Devices... [[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] 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 LSB: AppArmor initialization... Starting Create Volatile Files and Directories... Starting Commit a transient machine-id on disk... Starting Initial cloud-init job (pre-networking)... Starting Set console font and keymap... Starting Tell Plymouth To Write Out Runtime Data... [[0;32m OK [0m] Started Commit a transient machine-id on disk. [[0;32m OK [0m] Started Create Volatile Files and Directories. [[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data. Starting Update UTMP about System Boot/Shutdown... Starting Network Time Synchronization... [[0;32m OK [0m] Started 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] Found device /dev/ttyS0. [ 3.613675] intel_rapl: no valid rapl domains found in package 0 [[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. [ 4.388437] cloud-init[497]: Cloud-init v. 18.2 running 'init-local' at Sun, 12 Aug 2018 07:03:31 +0000. Up 4.20 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. Starting Initial cloud-init job (metadata service crawler)... [[0;32m OK [0m] Reached target Network. 2018-08-12 07:04:16,926 - functest.core.singlevm - DEBUG - try 6: cannot connect to 172.30.9.208: [Errno None] Unable to connect to port 22 on 172.30.9.208 2018-08-12 07:04:25,935 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-12 07:04:25,939 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/39e1a5b6-af3d-464b-badb-c22da697010e/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}a224d027bc12979b87eaf29ef961ad0e58a40af8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 07:04:26,013 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 07:04:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-92d554df-735e-4b10-b29d-26a290600602 x-compute-request-id: req-92d554df-735e-4b10-b29d-26a290600602 Content-Encoding: gzip Content-Length: 10964 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 684801774 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.146544] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.148492] pid_max: default: 32768 minimum: 301\n[ 0.149628] ACPI: Core revision 20150930\n[ 0.151121] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.152788] Security Framework initialized\n[ 0.153736] Yama: becoming mindful.\n[ 0.154583] AppArmor: AppArmor initialized\n[ 0.155557] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.157145] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.158666] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.160125] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.161761] Initializing cgroup subsys io\n[ 0.162754] Initializing cgroup subsys memory\n[ 0.163750] Initializing cgroup subsys devices\n[ 0.164745] Initializing cgroup subsys freezer\n[ 0.165782] Initializing cgroup subsys net_cls\n[ 0.166823] Initializing cgroup subsys perf_event\n[ 0.167862] Initializing cgroup subsys net_prio\n[ 0.168888] Initializing cgroup subsys hugetlb\n[ 0.169917] Initializing cgroup subsys pids\n[ 0.170910] CPU: Physical Processor ID: 0\n[ 0.172520] mce: CPU supports 10 MCE banks\n[ 0.173496] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.174659] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.175921] Spectre V2 : Mitigation: Full generic retpoline\n[ 0.177130] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported\n[ 0.178673] Speculative Store Bypass: Vulnerable\n[ 0.195474] Freeing SMP alternatives memory: 32K\n[ 0.201163] ftrace: allocating 32237 entries in 126 pages\n[ 0.234873] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.236297] smpboot: Max logical packages: 1\n[ 0.237414] x2apic enabled\n[ 0.238288] Switched APIC routing to physical x2apic.\n[ 0.240176] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.241507] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.243790] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.245840] KVM setup paravirtual spinlock\n[ 0.247270] x86: Booted up 1 node, 1 CPUs\n[ 0.248198] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.249828] devtmpfs: initialized\n[ 0.251669] evm: security.selinux\n[ 0.252462] evm: security.SMACK64\n[ 0.253242] evm: security.SMACK64EXEC\n[ 0.254107] evm: security.SMACK64TRANSMUTE\n[ 0.255036] evm: security.SMACK64MMAP\n[ 0.255886] evm: security.ima\n[ 0.256612] evm: security.capability\n[ 0.257587] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.259676] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.261070] pinctrl core: initialized pinctrl subsystem\n[ 0.262322] RTC time: 7:03:28, date: 08/12/18\n[ 0.263427] NET: Registered protocol family 16\n[ 0.264549] cpuidle: using governor ladder\n[ 0.265492] cpuidle: using governor menu\n[ 0.266437] PCCT header not found.\n[ 0.267308] ACPI: bus type PCI registered\n[ 0.268222] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.269664] PCI: Using configuration type 1 for base access\n[ 0.271696] ACPI: Added _OSI(Module Device)\n[ 0.272665] ACPI: Added _OSI(Processor Device)\n[ 0.273664] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.274706] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.276658] ACPI: Interpreter enabled\n[ 0.277537] ACPI: (supports S0 S5)\n[ 0.278357] ACPI: Using IOAPIC for interrupt routing\n[ 0.279463] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.283006] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.284340] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.285784] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.287184] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.289778] acpiphp: Slot [3] registered\n[ 0.290733] acpiphp: Slot [4] registered\n[ 0.291685] acpiphp: Slot [5] registered\n[ 0.292605] acpiphp: Slot [6] registered\n[ 0.303282] acpiphp: Slot [7] registered\n[ 0.304204] acpiphp: Slot [8] registered\n[ 0.305122] acpiphp: Slot [9] registered\n[ 0.306050] acpiphp: Slot [10] registered\n[ 0.306995] acpiphp: Slot [11] registered\n[ 0.307973] acpiphp: Slot [12] registered\n[ 0.308910] acpiphp: Slot [13] registered\n[ 0.309846] acpiphp: Slot [14] registered\n[ 0.310798] acpiphp: Slot [15] registered\n[ 0.311772] acpiphp: Slot [16] registered\n[ 0.312705] acpiphp: Slot [17] registered\n[ 0.313636] acpiphp: Slot [18] registered\n[ 0.314568] acpiphp: Slot [19] registered\n[ 0.315502] acpiphp: Slot [20] registered\n[ 0.316477] acpiphp: Slot [21] registered\n[ 0.317420] acpiphp: Slot [22] registered\n[ 0.318353] acpiphp: Slot [23] registered\n[ 0.319284] acpiphp: Slot [24] registered\n[ 0.320212] acpiphp: Slot [25] registered\n[ 0.321171] acpiphp: Slot [26] registered\n[ 0.322133] acpiphp: Slot [27] registered\n[ 0.323066] acpiphp: Slot [28] registered\n[ 0.323999] acpiphp: Slot [29] registered\n[ 0.324931] acpiphp: Slot [30] registered\n[ 0.325857] acpiphp: Slot [31] registered\n[ 0.326823] PCI host bridge to bus 0000:00\n[ 0.327761] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.329187] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.330624] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.332366] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.334046] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.335757] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.339138] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.340675] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.342107] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.343592] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.347041] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.348952] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.367876] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.370253] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.371939] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.373552] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375136] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376582] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.378081] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.379338] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.381161] vgaarb: loaded\n[ 0.381877] vgaarb: bridge control possible 0000:00:02.0\n[ 0.383328] SCSI subsystem initialized\n[ 0.384356] ACPI: bus type USB registered\n[ 0.385329] usbcore: registered new interface driver usbfs\n[ 0.386552] usbcore: registered new interface driver hub\n[ 0.387743] usbcore: registered new device driver usb\n[ 0.389028] PCI: Using ACPI for IRQ routing\n[ 0.390293] NetLabel: Initializing\n[ 0.391127] NetLabel: domain hash size = 128\n[ 0.392130] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.393257] NetLabel: unlabeled traffic allowed by default\n[ 0.396790] amd_nb: Cannot enumerate AMD northbridges\n[ 0.397974] clocksource: Switched to clocksource kvm-clock\n[ 0.406106] AppArmor: AppArmor Filesystem Enabled\n[ 0.407304] pnp: PnP ACPI init\n[ 0.408546] pnp: PnP ACPI: found 5 devices\n[ 0.415123] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.417189] NET: Registered protocol family 2\n[ 0.418505] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.420036] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.421459] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.422893] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.424184] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.425592] NET: Registered protocol family 1\n[ 0.426630] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.427956] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.429249] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.445331] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.461800] Unpacking initramfs...\n[ 0.908968] Freeing initrd memory: 37084K\n[ 0.910270] Scanning for low memory corruption every 60 seconds\n[ 0.911929] audit: initializing netlink subsys (disabled)\n[ 0.913152] audit: type=2000 audit(1534057408.849:1): initialized\n[ 0.914751] Initialise system trusted keyring\n[ 0.915863] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.917245] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.919660] zbud: loaded\n[ 0.920571] VFS: Disk quotas dquot_6.6.0\n[ 0.921526] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.923177] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 0.924639] fuse init (API version 7.23)\n[ 0.925668] Key type big_key registered\n[ 0.926602] Allocating IMA MOK and blacklist keyrings.\n[ 0.928063] Key type asymmetric registered\n[ 0.929014] Asymmetric key parser 'x509' registered\n[ 0.930139] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.931855] io scheduler noop registered\n[ 0.932773] io scheduler deadline registered (default)\n[ 0.933923] io scheduler cfq registered\n[ 0.934905] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.936128] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.937670] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.939351] ACPI: Power Button [PWRF]\n[ 0.940363] GHES: HEST is not enabled!\n[ 0.955540] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.986955] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.989462] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.013223] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.015713] Linux agpgart interface v0.103\n[ 1.018067] loop: module loaded\n[ 1.020778] vda: vda1\n[ 1.022201] scsi host0: ata_piix\n[ 1.023054] scsi host1: ata_piix\n[ 1.023861] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.025271] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.026979] libphy: Fixed MDIO Bus: probed\n[ 1.027939] tun: Universal TUN/TAP device driver, 1.6\n[ 1.029069] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.031496] PPP generic driver version 2.4.2\n[ 1.032562] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.033995] ehci-pci: EHCI PCI platform driver\n[ 1.035030] ehci-platform: EHCI generic platform driver\n[ 1.036198] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.037555] ohci-pci: OHCI PCI platform driver\n[ 1.038611] ohci-platform: OHCI generic platform driver\n[ 1.039756] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.055493] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.056681] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.058410] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.059567] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.060892] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.062335] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.063968] usb usb1: Product: UHCI Host Controller\n[ 1.065041] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd\n[ 1.066402] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.067596] hub 1-0:1.0: USB hub found\n[ 1.068509] hub 1-0:1.0: 2 ports detected\n[ 1.069577] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.072001] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.073183] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.074394] mousedev: PS/2 mouse device common for all mice\n[ 1.075844] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.077981] rtc_cmos 00:00: RTC can wake from S4\n[ 1.079276] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.080672] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.082112] i2c /dev entries driver\n[ 1.083002] device-mapper: uevent: version 1.0.3\n[ 1.084095] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.085990] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.087530] NET: Registered protocol family 10\n[ 1.088802] NET: Registered protocol family 17\n[ 1.089862] Key type dns_resolver registered\n[ 1.091047] registered taskstats version 1\n[ 1.092017] Loading compiled-in X.509 certificates\n[ 1.093612] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb'\n[ 1.095792] zswap: loaded using pool lzo/zbud\n[ 1.098139] Key type trusted registered\n[ 1.100978] Key type encrypted registered\n[ 1.101923] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.103143] ima: No TPM chip found, activating TPM-bypass!\n[ 1.104403] evm: HMAC attrs: 0x1\n[ 1.105551] Magic number: 14:167:66\n[ 1.106558] rtc_cmos 00:00: setting system clock to 2018-08-12 07:03:28 UTC (1534057408)\n[ 1.108473] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.109823] EDD information not available.\n[ 1.187266] Freeing unused kernel memory: 1512K\n[ 1.188305] Write protecting the kernel read-only data: 14336k\n[ 1.200560] Freeing unused kernel memory: 1692K\n[ 1.201790] Freeing unused kernel memory: 96K\nLoading, please wait...\nstarting version 229\n[ 1.212006] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.214413] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.216594] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.218755] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.220916] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.223035] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.230650] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.232766] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.235693] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.238681] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.295316] virtio_net virtio0 ens3: renamed from eth0\n[ 1.303131] [drm] Initialized drm 1.1.0 20060810\n[ 1.305407] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 1.307571] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.330315] FDC 0 is a S82078B\n[ 1.343115] AVX2 version of gcm_enc/dec engaged.\n[ 1.344184] AES CTR mode by8 optimization enabled\n[ 1.378008] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.538521] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.539956] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.541458] usb 1-1: Product: QEMU USB Tablet\n[ 1.542465] usb 1-1: Manufacturer: QEMU\n[ 1.543389] usb 1-1: SerialNumber: 42\n[ 1.550679] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.556900] usbcore: registered new interface driver usbhid\n[ 1.558185] usbhid: USB HID core driver\n[ 1.560765] 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.563402] 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.830580] md: linear personality registered for level -1\n[ 1.833944] md: multipath personality registered for level -4\n[ 1.837422] md: raid0 personality registered for level 0\n[ 1.841276] md: raid1 personality registered for level 1\n[ 1.914010] raid6: sse2x1 gen() 11534 MB/s\n[ 1.981985] raid6: sse2x1 xor() 8800 MB/s\n[ 2.049973] raid6: sse2x2 gen() 14494 MB/s\n[ 2.117971] raid6: sse2x2 xor() 9785 MB/s\n[ 2.185973] raid6: sse2x4 gen() 16983 MB/s\n[ 2.253999] raid6: sse2x4 xor() 11568 MB/s\n[ 2.322038] raid6: avx2x1 gen() 22107 MB/s\n[ 2.389982] raid6: avx2x2 gen() 25574 MB/s\n[ 2.457982] raid6: avx2x4 gen() 29507 MB/s\n[ 2.458915] raid6: using algorithm avx2x4 gen() 29507 MB/s\n[ 2.460005] raid6: using avx2x2 recovery algorithm\n[ 2.461006] tsc: Refined TSC clocksource calibration: 3491.817 MHz\n[ 2.462247] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32551ec0d24, max_idle_ns: 440795320994 ns\n[ 2.465933] xor: automatically using best checksumming function:\n[ 2.505992] avx : 31726.000 MB/sec\n[ 2.508355] async_tx: api initialized (async)\n[ 2.519576] md: raid6 personality registered for level 6\n[ 2.520678] md: raid5 personality registered for level 5\n[ 2.521724] md: raid4 personality registered for level 4\n[ 2.527438] 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.557235] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 2.577328] 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.701726] 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.705166] systemd[1]: Detected virtualization kvm.\n[ 2.706190] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.4 LTS[0m!\n\n[ 2.709227] systemd[1]: Set hostname to .\n[ 2.711742] systemd[1]: Initializing machine ID from KVM UUID.\n[ 2.712934] systemd[1]: Installed transient /etc/machine-id file.\n[ 2.845947] 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.848969] systemd[1]: Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[ 2.851551] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 2.853387] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 2.855741] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 2.857711] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 2.859851] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 2.862206] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 2.864526] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 2.866788] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 2.869473] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 2.871486] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 2.873409] 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.876653] systemd[1]: Listening on fsck to fsckd communication Socket.\n[[0;32m OK [0m] Listening on fsck to fsckd communication Socket.\n[ 2.879152] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 2.881328] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 2.883505] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 2.885909] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 2.888337] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 2.892162] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 2.904999] 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.912169] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 2.916811] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 2.921749] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 2.930576] 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.938473] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 2.944377] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 2.949640] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 2.954882] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 2.965389] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 2.968047] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 2.975928] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 2.979449] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 2.986013] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 2.990289] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 2.994755] Loading iSCSI transport class v2.0-870.\n[ 2.996351] systemd[1]: Started Create list of required static device nodes for the current kernel.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 3.010323] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Set console keymap.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 3.021008] iscsi: registered transport (tcp)\n[ 3.072003] iscsi: registered transport (iser)\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Create Static Device Nodes in /dev...\n[[0;32m OK [0m] Started Load Kernel Modules.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n Starting udev Kernel Device Manager...\n Mounting FUSE Control File System...\n Starting Apply Kernel Variables...\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 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 Load/Save Random Seed...\n Starting udev Coldplug all Devices...\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] 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 Create Volatile Files and Directories...\n Starting Commit a transient machine-id on disk...\n Starting Initial cloud-init job (pre-networking)...\n Starting Set console font and keymap...\n Starting 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[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n Starting Update UTMP about System Boot/Shutdown...\n Starting Network Time Synchronization...\n[[0;32m OK [0m] Started 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[ 3.613675] intel_rapl: no valid rapl domains found in package 0\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 4.388437] cloud-init[497]: Cloud-init v. 18.2 running 'init-local' at Sun, 12 Aug 2018 07:03:31 +0000. Up 4.20 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[ 57.561701] cloud-init[945]: Cloud-init v. 18.2 running 'init' at Sun, 12 Aug 2018 07:03:33 +0000. Up 5.48 seconds.\n[ 57.564810] cloud-init[945]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 57.572255] cloud-init[945]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 57.577956] cloud-init[945]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 57.584361] cloud-init[945]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 57.588188] cloud-init[945]: ci-info: | ens3 | True | 192.168.120.27 | 255.255.255.0 | . | fa:16:3e:12:26:86 |\n[ 57.592897] cloud-init[945]: ci-info: | ens3 | True | fe80::f816:3eff:fe12:2686/64 | . | link | fa:16:3e:12:26:86 |\n[ 57.600128] cloud-init[945]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 57.608140] cloud-init[945]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 57.610909] cloud-init[945]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 57.616348] cloud-init[945]: ci-info: +++++++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++++++\n[ 57.624122] cloud-init[945]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 57.626596] cloud-init[945]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 57.632338] cloud-init[945]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 57.636129] cloud-init[945]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | ens3 | UG |\n[ 57.644129] cloud-init[945]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | ens3 | UGH |\n[ 57.646620] cloud-init[945]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n"} 2018-08-12 07:04:26,014 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/39e1a5b6-af3d-464b-badb-c22da697010e/action used request id req-92d554df-735e-4b10-b29d-26a290600602 2018-08-12 07:04:26,014 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0782430171967s 2018-08-12 07:04:26,015 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/39e1a5b6-af3d-464b-badb-c22da697010e/action used request id req-92d554df-735e-4b10-b29d-26a290600602 2018-08-12 07:04:26,015 - 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 684801774 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.146544] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.148492] pid_max: default: 32768 minimum: 301 [ 0.149628] ACPI: Core revision 20150930 [ 0.151121] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.152788] Security Framework initialized [ 0.153736] Yama: becoming mindful. [ 0.154583] AppArmor: AppArmor initialized [ 0.155557] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.157145] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.158666] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.160125] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.161761] Initializing cgroup subsys io [ 0.162754] Initializing cgroup subsys memory [ 0.163750] Initializing cgroup subsys devices [ 0.164745] Initializing cgroup subsys freezer [ 0.165782] Initializing cgroup subsys net_cls [ 0.166823] Initializing cgroup subsys perf_event [ 0.167862] Initializing cgroup subsys net_prio [ 0.168888] Initializing cgroup subsys hugetlb [ 0.169917] Initializing cgroup subsys pids [ 0.170910] CPU: Physical Processor ID: 0 [ 0.172520] mce: CPU supports 10 MCE banks [ 0.173496] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.174659] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.175921] Spectre V2 : Mitigation: Full generic retpoline [ 0.177130] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported [ 0.178673] Speculative Store Bypass: Vulnerable [ 0.195474] Freeing SMP alternatives memory: 32K [ 0.201163] ftrace: allocating 32237 entries in 126 pages [ 0.234873] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.236297] smpboot: Max logical packages: 1 [ 0.237414] x2apic enabled [ 0.238288] Switched APIC routing to physical x2apic. [ 0.240176] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.241507] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.243790] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.245840] KVM setup paravirtual spinlock [ 0.247270] x86: Booted up 1 node, 1 CPUs [ 0.248198] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.249828] devtmpfs: initialized [ 0.251669] evm: security.selinux [ 0.252462] evm: security.SMACK64 [ 0.253242] evm: security.SMACK64EXEC [ 0.254107] evm: security.SMACK64TRANSMUTE [ 0.255036] evm: security.SMACK64MMAP [ 0.255886] evm: security.ima [ 0.256612] evm: security.capability [ 0.257587] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.259676] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.261070] pinctrl core: initialized pinctrl subsystem [ 0.262322] RTC time: 7:03:28, date: 08/12/18 [ 0.263427] NET: Registered protocol family 16 [ 0.264549] cpuidle: using governor ladder [ 0.265492] cpuidle: using governor menu [ 0.266437] PCCT header not found. [ 0.267308] ACPI: bus type PCI registered [ 0.268222] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.269664] PCI: Using configuration type 1 for base access [ 0.271696] ACPI: Added _OSI(Module Device) [ 0.272665] ACPI: Added _OSI(Processor Device) [ 0.273664] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.274706] ACPI: Added _OSI(Processor Aggregator Device) [ 0.276658] ACPI: Interpreter enabled [ 0.277537] ACPI: (supports S0 S5) [ 0.278357] ACPI: Using IOAPIC for interrupt routing [ 0.279463] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.283006] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.284340] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.285784] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.287184] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.289778] acpiphp: Slot [3] registered [ 0.290733] acpiphp: Slot [4] registered [ 0.291685] acpiphp: Slot [5] registered [ 0.292605] acpiphp: Slot [6] registered [ 0.303282] acpiphp: Slot [7] registered [ 0.304204] acpiphp: Slot [8] registered [ 0.305122] acpiphp: Slot [9] registered [ 0.306050] acpiphp: Slot [10] registered [ 0.306995] acpiphp: Slot [11] registered [ 0.307973] acpiphp: Slot [12] registered [ 0.308910] acpiphp: Slot [13] registered [ 0.309846] acpiphp: Slot [14] registered [ 0.310798] acpiphp: Slot [15] registered [ 0.311772] acpiphp: Slot [16] registered [ 0.312705] acpiphp: Slot [17] registered [ 0.313636] acpiphp: Slot [18] registered [ 0.314568] acpiphp: Slot [19] registered [ 0.315502] acpiphp: Slot [20] registered [ 0.316477] acpiphp: Slot [21] registered [ 0.317420] acpiphp: Slot [22] registered [ 0.318353] acpiphp: Slot [23] registered [ 0.319284] acpiphp: Slot [24] registered [ 0.320212] acpiphp: Slot [25] registered [ 0.321171] acpiphp: Slot [26] registered [ 0.322133] acpiphp: Slot [27] registered [ 0.323066] acpiphp: Slot [28] registered [ 0.323999] acpiphp: Slot [29] registered [ 0.324931] acpiphp: Slot [30] registered [ 0.325857] acpiphp: Slot [31] registered [ 0.326823] PCI host bridge to bus 0000:00 [ 0.327761] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.329187] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.330624] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.332366] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.334046] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.335757] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.339138] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.340675] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.342107] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.343592] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.347041] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.348952] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.367876] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.370253] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.371939] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.373552] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.375136] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.376582] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.378081] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.379338] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.381161] vgaarb: loaded [ 0.381877] vgaarb: bridge control possible 0000:00:02.0 [ 0.383328] SCSI subsystem initialized [ 0.384356] ACPI: bus type USB registered [ 0.385329] usbcore: registered new interface driver usbfs [ 0.386552] usbcore: registered new interface driver hub [ 0.387743] usbcore: registered new device driver usb [ 0.389028] PCI: Using ACPI for IRQ routing [ 0.390293] NetLabel: Initializing [ 0.391127] NetLabel: domain hash size = 128 [ 0.392130] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393257] NetLabel: unlabeled traffic allowed by default [ 0.396790] amd_nb: Cannot enumerate AMD northbridges [ 0.397974] clocksource: Switched to clocksource kvm-clock [ 0.406106] AppArmor: AppArmor Filesystem Enabled [ 0.407304] pnp: PnP ACPI init [ 0.408546] pnp: PnP ACPI: found 5 devices [ 0.415123] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.417189] NET: Registered protocol family 2 [ 0.418505] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.420036] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.421459] TCP: Hash tables configured (established 4096 bind 4096) [ 0.422893] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.424184] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.425592] NET: Registered protocol family 1 [ 0.426630] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.427956] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.429249] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.445331] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.461800] Unpacking initramfs... [ 0.908968] Freeing initrd memory: 37084K [ 0.910270] Scanning for low memory corruption every 60 seconds [ 0.911929] audit: initializing netlink subsys (disabled) [ 0.913152] audit: type=2000 audit(1534057408.849:1): initialized [ 0.914751] Initialise system trusted keyring [ 0.915863] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.917245] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.919660] zbud: loaded [ 0.920571] VFS: Disk quotas dquot_6.6.0 [ 0.921526] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.923177] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.924639] fuse init (API version 7.23) [ 0.925668] Key type big_key registered [ 0.926602] Allocating IMA MOK and blacklist keyrings. [ 0.928063] Key type asymmetric registered [ 0.929014] Asymmetric key parser 'x509' registered [ 0.930139] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.931855] io scheduler noop registered [ 0.932773] io scheduler deadline registered (default) [ 0.933923] io scheduler cfq registered [ 0.934905] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.936128] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.937670] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.939351] ACPI: Power Button [PWRF] [ 0.940363] GHES: HEST is not enabled! [ 0.955540] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.986955] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.989462] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 1.013223] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 1.015713] Linux agpgart interface v0.103 [ 1.018067] loop: module loaded [ 1.020778] vda: vda1 [ 1.022201] scsi host0: ata_piix [ 1.023054] scsi host1: ata_piix [ 1.023861] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.025271] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.026979] libphy: Fixed MDIO Bus: probed [ 1.027939] tun: Universal TUN/TAP device driver, 1.6 [ 1.029069] tun: (C) 1999-2004 Max Krasnyansky [ 1.031496] PPP generic driver version 2.4.2 [ 1.032562] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.033995] ehci-pci: EHCI PCI platform driver [ 1.035030] ehci-platform: EHCI generic platform driver [ 1.036198] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.037555] ohci-pci: OHCI PCI platform driver [ 1.038611] ohci-platform: OHCI generic platform driver [ 1.039756] uhci_hcd: USB Universal Host Controller Interface driver [ 1.055493] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.056681] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.058410] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.059567] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.060892] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.062335] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.063968] usb usb1: Product: UHCI Host Controller [ 1.065041] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd [ 1.066402] usb usb1: SerialNumber: 0000:00:01.2 [ 1.067596] hub 1-0:1.0: USB hub found [ 1.068509] hub 1-0:1.0: 2 ports detected [ 1.069577] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.072001] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.073183] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.074394] mousedev: PS/2 mouse device common for all mice [ 1.075844] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.077981] rtc_cmos 00:00: RTC can wake from S4 [ 1.079276] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.080672] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.082112] i2c /dev entries driver [ 1.083002] device-mapper: uevent: version 1.0.3 [ 1.084095] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 1.085990] ledtrig-cpu: registered to indicate activity on CPUs [ 1.087530] NET: Registered protocol family 10 [ 1.088802] NET: Registered protocol family 17 [ 1.089862] Key type dns_resolver registered [ 1.091047] registered taskstats version 1 [ 1.092017] Loading compiled-in X.509 certificates [ 1.093612] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb' [ 1.095792] zswap: loaded using pool lzo/zbud [ 1.098139] Key type trusted registered [ 1.100978] Key type encrypted registered [ 1.101923] AppArmor: AppArmor sha1 policy hashing enabled [ 1.103143] ima: No TPM chip found, activating TPM-bypass! [ 1.104403] evm: HMAC attrs: 0x1 [ 1.105551] Magic number: 14:167:66 [ 1.106558] rtc_cmos 00:00: setting system clock to 2018-08-12 07:03:28 UTC (1534057408) [ 1.108473] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 1.109823] EDD information not available. [ 1.187266] Freeing unused kernel memory: 1512K [ 1.188305] Write protecting the kernel read-only data: 14336k [ 1.200560] Freeing unused kernel memory: 1692K [ 1.201790] Freeing unused kernel memory: 96K Loading, please wait... starting version 229 [ 1.212006] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.214413] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.216594] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.218755] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.220916] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.223035] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.230650] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.232766] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.235693] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.238681] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.295316] virtio_net virtio0 ens3: renamed from eth0 [ 1.303131] [drm] Initialized drm 1.1.0 20060810 [ 1.305407] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4 [ 1.307571] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.330315] FDC 0 is a S82078B [ 1.343115] AVX2 version of gcm_enc/dec engaged. [ 1.344184] AES CTR mode by8 optimization enabled [ 1.378008] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.538521] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.539956] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.541458] usb 1-1: Product: QEMU USB Tablet [ 1.542465] usb 1-1: Manufacturer: QEMU [ 1.543389] usb 1-1: SerialNumber: 42 [ 1.550679] hidraw: raw HID events driver (C) Jiri Kosina [ 1.556900] usbcore: registered new interface driver usbhid [ 1.558185] usbhid: USB HID core driver [ 1.560765] 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.563402] 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.830580] md: linear personality registered for level -1 [ 1.833944] md: multipath personality registered for level -4 [ 1.837422] md: raid0 personality registered for level 0 [ 1.841276] md: raid1 personality registered for level 1 [ 1.914010] raid6: sse2x1 gen() 11534 MB/s [ 1.981985] raid6: sse2x1 xor() 8800 MB/s [ 2.049973] raid6: sse2x2 gen() 14494 MB/s [ 2.117971] raid6: sse2x2 xor() 9785 MB/s [ 2.185973] raid6: sse2x4 gen() 16983 MB/s [ 2.253999] raid6: sse2x4 xor() 11568 MB/s [ 2.322038] raid6: avx2x1 gen() 22107 MB/s [ 2.389982] raid6: avx2x2 gen() 25574 MB/s [ 2.457982] raid6: avx2x4 gen() 29507 MB/s [ 2.458915] raid6: using algorithm avx2x4 gen() 29507 MB/s [ 2.460005] raid6: using avx2x2 recovery algorithm [ 2.461006] tsc: Refined TSC clocksource calibration: 3491.817 MHz [ 2.462247] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32551ec0d24, max_idle_ns: 440795320994 ns [ 2.465933] xor: automatically using best checksumming function: [ 2.505992] avx : 31726.000 MB/sec [ 2.508355] async_tx: api initialized (async) [ 2.519576] md: raid6 personality registered for level 6 [ 2.520678] md: raid5 personality registered for level 5 [ 2.521724] md: raid4 personality registered for level 4 [ 2.527438] 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.557235] Btrfs loaded Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 2.577328] 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.701726] 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.705166] systemd[1]: Detected virtualization kvm. [ 2.706190] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 2.709227] systemd[1]: Set hostname to . [ 2.711742] systemd[1]: Initializing machine ID from KVM UUID. [ 2.712934] systemd[1]: Installed transient /etc/machine-id file. [ 2.845947] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [ 2.848969] systemd[1]: Started Trigger resolvconf update for networkd DNS. [[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS. [ 2.851551] systemd[1]: Reached target Swap. [[0;32m OK [0m] Reached target Swap. [ 2.853387] systemd[1]: Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. [ 2.855741] systemd[1]: Listening on Syslog Socket. [[0;32m OK [0m] Listening on Syslog Socket. [ 2.857711] systemd[1]: Reached target Encrypted Volumes. [[0;32m OK [0m] Reached target Encrypted Volumes. [ 2.859851] systemd[1]: Reached target User and Group Name Lookups. [[0;32m OK [0m] Reached target User and Group Name Lookups. [ 2.862206] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on udev Kernel Socket. [ 2.864526] systemd[1]: Created slice User and Session Slice. [[0;32m OK [0m] Created slice User and Session Slice. [ 2.866788] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [ 2.869473] systemd[1]: Created slice System Slice. [[0;32m OK [0m] Created slice System Slice. [ 2.871486] systemd[1]: Reached target Slices. [[0;32m OK [0m] Reached target Slices. [ 2.873409] 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.876653] systemd[1]: Listening on fsck to fsckd communication Socket. [[0;32m OK [0m] Listening on fsck to fsckd communication Socket. [ 2.879152] systemd[1]: Listening on udev Control Socket. [[0;32m OK [0m] Listening on udev Control Socket. [ 2.881328] systemd[1]: Listening on Journal Audit Socket. [[0;32m OK [0m] Listening on Journal Audit Socket. [ 2.883505] systemd[1]: Listening on Journal Socket. [[0;32m OK [0m] Listening on Journal Socket. [ 2.885909] systemd[1]: Starting Uncomplicated firewall... Starting Uncomplicated firewall... [ 2.888337] systemd[1]: Mounting Huge Pages File System... Mounting Huge Pages File System... [ 2.892162] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 2.904999] 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.912169] systemd[1]: Starting Set console keymap... Starting Set console keymap... [ 2.916811] systemd[1]: Mounting Debug File System... Mounting Debug File System... [ 2.921749] systemd[1]: Listening on Device-mapper event daemon FIFOs. [[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs. [ 2.930576] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... Starting Monitoring of LVM2 mirrors... dmeventd or progress polling... [ 2.938473] systemd[1]: Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Listening on Journal Socket (/dev/log). [ 2.944377] systemd[1]: Starting Journal Service... Starting Journal Service... [ 2.949640] systemd[1]: Listening on LVM2 poll daemon socket. [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [ 2.954882] systemd[1]: Starting Nameserver information manager... Starting Nameserver information manager... [ 2.965389] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 2.968047] systemd[1]: Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. [ 2.975928] systemd[1]: Mounted POSIX Message Queue File System. [[0;32m OK [0m] Mounted POSIX Message Queue File System. [ 2.979449] systemd[1]: Mounted Huge Pages File System. [[0;32m OK [0m] Mounted Huge Pages File System. [ 2.986013] systemd[1]: Mounted Debug File System. [[0;32m OK [0m] Mounted Debug File System. [ 2.990289] systemd[1]: Started Uncomplicated firewall. [[0;32m OK [0m] Started Uncomplicated firewall. [ 2.994755] Loading iSCSI transport class v2.0-870. [ 2.996351] systemd[1]: Started Create list of required static device nodes for the current kernel. [[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [ 3.010323] systemd[1]: Started Journal Service. [[0;32m OK [0m] Started Journal Service. [[0;32m OK [0m] Started Set console keymap. [[0;32m OK [0m] Started Nameserver information manager. [ 3.021008] iscsi: registered transport (tcp) [ 3.072003] iscsi: registered transport (iser) [[0;32m OK [0m] Started LVM2 metadata daemon. Starting Create Static Device Nodes in /dev... [[0;32m OK [0m] Started Load Kernel Modules. [[0;32m OK [0m] Started Create Static Device Nodes in /dev. Starting udev Kernel Device Manager... Mounting FUSE Control File System... Starting Apply Kernel Variables... [[0;32m OK [0m] Mounted FUSE Control File System. [[0;32m OK [0m] Started Apply Kernel Variables. [[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 Load/Save Random Seed... Starting udev Coldplug all Devices... [[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] 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 LSB: AppArmor initialization... Starting Create Volatile Files and Directories... Starting Commit a transient machine-id on disk... Starting Initial cloud-init job (pre-networking)... Starting Set console font and keymap... Starting Tell Plymouth To Write Out Runtime Data... [[0;32m OK [0m] Started Commit a transient machine-id on disk. [[0;32m OK [0m] Started Create Volatile Files and Directories. [[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data. Starting Update UTMP about System Boot/Shutdown... Starting Network Time Synchronization... [[0;32m OK [0m] Started 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] Found device /dev/ttyS0. [ 3.613675] intel_rapl: no valid rapl domains found in package 0 [[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. [ 4.388437] cloud-init[497]: Cloud-init v. 18.2 running 'init-local' at Sun, 12 Aug 2018 07:03:31 +0000. Up 4.20 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. Starting Initial cloud-init job (metadata service crawler)... [[0;32m OK [0m] Reached target Network. [ 57.561701] cloud-init[945]: Cloud-init v. 18.2 running 'init' at Sun, 12 Aug 2018 07:03:33 +0000. Up 5.48 seconds. [ 57.564810] cloud-init[945]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++ [ 57.572255] cloud-init[945]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+ [ 57.577956] cloud-init[945]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address | [ 57.584361] cloud-init[945]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+ [ 57.588188] cloud-init[945]: ci-info: | ens3 | True | 192.168.120.27 | 255.255.255.0 | . | fa:16:3e:12:26:86 | [ 57.592897] cloud-init[945]: ci-info: | ens3 | True | fe80::f816:3eff:fe12:2686/64 | . | link | fa:16:3e:12:26:86 | [ 57.600128] cloud-init[945]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . | [ 57.608140] cloud-init[945]: ci-info: | lo | True | ::1/128 | . | host | . | [ 57.610909] cloud-init[945]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+ [ 57.616348] cloud-init[945]: ci-info: +++++++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++++++ [ 57.624122] cloud-init[945]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 57.626596] cloud-init[945]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 57.632338] cloud-init[945]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 57.636129] cloud-init[945]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | ens3 | UG | [ 57.644129] cloud-init[945]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | ens3 | UGH | [ 57.646620] cloud-init[945]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U | 2018-08-12 07:04:26,017 - functest.core.singlevm - DEBUG - try 7: cannot connect to 172.30.9.208: [Errno None] Unable to connect to port 22 on 172.30.9.208 2018-08-12 07:04:35,023 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-12 07:04:35,026 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/39e1a5b6-af3d-464b-badb-c22da697010e/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}a224d027bc12979b87eaf29ef961ad0e58a40af8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 07:04:35,098 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 07:04: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-1521c37f-fd6b-4437-b919-d38c74fe120f x-compute-request-id: req-1521c37f-fd6b-4437-b919-d38c74fe120f Content-Encoding: gzip Content-Length: 12888 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 684801774 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.146544] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.148492] pid_max: default: 32768 minimum: 301\n[ 0.149628] ACPI: Core revision 20150930\n[ 0.151121] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.152788] Security Framework initialized\n[ 0.153736] Yama: becoming mindful.\n[ 0.154583] AppArmor: AppArmor initialized\n[ 0.155557] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.157145] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.158666] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.160125] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.161761] Initializing cgroup subsys io\n[ 0.162754] Initializing cgroup subsys memory\n[ 0.163750] Initializing cgroup subsys devices\n[ 0.164745] Initializing cgroup subsys freezer\n[ 0.165782] Initializing cgroup subsys net_cls\n[ 0.166823] Initializing cgroup subsys perf_event\n[ 0.167862] Initializing cgroup subsys net_prio\n[ 0.168888] Initializing cgroup subsys hugetlb\n[ 0.169917] Initializing cgroup subsys pids\n[ 0.170910] CPU: Physical Processor ID: 0\n[ 0.172520] mce: CPU supports 10 MCE banks\n[ 0.173496] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.174659] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.175921] Spectre V2 : Mitigation: Full generic retpoline\n[ 0.177130] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported\n[ 0.178673] Speculative Store Bypass: Vulnerable\n[ 0.195474] Freeing SMP alternatives memory: 32K\n[ 0.201163] ftrace: allocating 32237 entries in 126 pages\n[ 0.234873] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.236297] smpboot: Max logical packages: 1\n[ 0.237414] x2apic enabled\n[ 0.238288] Switched APIC routing to physical x2apic.\n[ 0.240176] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.241507] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.243790] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.245840] KVM setup paravirtual spinlock\n[ 0.247270] x86: Booted up 1 node, 1 CPUs\n[ 0.248198] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.249828] devtmpfs: initialized\n[ 0.251669] evm: security.selinux\n[ 0.252462] evm: security.SMACK64\n[ 0.253242] evm: security.SMACK64EXEC\n[ 0.254107] evm: security.SMACK64TRANSMUTE\n[ 0.255036] evm: security.SMACK64MMAP\n[ 0.255886] evm: security.ima\n[ 0.256612] evm: security.capability\n[ 0.257587] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.259676] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.261070] pinctrl core: initialized pinctrl subsystem\n[ 0.262322] RTC time: 7:03:28, date: 08/12/18\n[ 0.263427] NET: Registered protocol family 16\n[ 0.264549] cpuidle: using governor ladder\n[ 0.265492] cpuidle: using governor menu\n[ 0.266437] PCCT header not found.\n[ 0.267308] ACPI: bus type PCI registered\n[ 0.268222] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.269664] PCI: Using configuration type 1 for base access\n[ 0.271696] ACPI: Added _OSI(Module Device)\n[ 0.272665] ACPI: Added _OSI(Processor Device)\n[ 0.273664] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.274706] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.276658] ACPI: Interpreter enabled\n[ 0.277537] ACPI: (supports S0 S5)\n[ 0.278357] ACPI: Using IOAPIC for interrupt routing\n[ 0.279463] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.283006] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.284340] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.285784] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.287184] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.289778] acpiphp: Slot [3] registered\n[ 0.290733] acpiphp: Slot [4] registered\n[ 0.291685] acpiphp: Slot [5] registered\n[ 0.292605] acpiphp: Slot [6] registered\n[ 0.303282] acpiphp: Slot [7] registered\n[ 0.304204] acpiphp: Slot [8] registered\n[ 0.305122] acpiphp: Slot [9] registered\n[ 0.306050] acpiphp: Slot [10] registered\n[ 0.306995] acpiphp: Slot [11] registered\n[ 0.307973] acpiphp: Slot [12] registered\n[ 0.308910] acpiphp: Slot [13] registered\n[ 0.309846] acpiphp: Slot [14] registered\n[ 0.310798] acpiphp: Slot [15] registered\n[ 0.311772] acpiphp: Slot [16] registered\n[ 0.312705] acpiphp: Slot [17] registered\n[ 0.313636] acpiphp: Slot [18] registered\n[ 0.314568] acpiphp: Slot [19] registered\n[ 0.315502] acpiphp: Slot [20] registered\n[ 0.316477] acpiphp: Slot [21] registered\n[ 0.317420] acpiphp: Slot [22] registered\n[ 0.318353] acpiphp: Slot [23] registered\n[ 0.319284] acpiphp: Slot [24] registered\n[ 0.320212] acpiphp: Slot [25] registered\n[ 0.321171] acpiphp: Slot [26] registered\n[ 0.322133] acpiphp: Slot [27] registered\n[ 0.323066] acpiphp: Slot [28] registered\n[ 0.323999] acpiphp: Slot [29] registered\n[ 0.324931] acpiphp: Slot [30] registered\n[ 0.325857] acpiphp: Slot [31] registered\n[ 0.326823] PCI host bridge to bus 0000:00\n[ 0.327761] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.329187] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.330624] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.332366] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.334046] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.335757] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.339138] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.340675] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.342107] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.343592] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.347041] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.348952] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.367876] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.370253] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.371939] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.373552] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375136] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376582] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.378081] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.379338] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.381161] vgaarb: loaded\n[ 0.381877] vgaarb: bridge control possible 0000:00:02.0\n[ 0.383328] SCSI subsystem initialized\n[ 0.384356] ACPI: bus type USB registered\n[ 0.385329] usbcore: registered new interface driver usbfs\n[ 0.386552] usbcore: registered new interface driver hub\n[ 0.387743] usbcore: registered new device driver usb\n[ 0.389028] PCI: Using ACPI for IRQ routing\n[ 0.390293] NetLabel: Initializing\n[ 0.391127] NetLabel: domain hash size = 128\n[ 0.392130] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.393257] NetLabel: unlabeled traffic allowed by default\n[ 0.396790] amd_nb: Cannot enumerate AMD northbridges\n[ 0.397974] clocksource: Switched to clocksource kvm-clock\n[ 0.406106] AppArmor: AppArmor Filesystem Enabled\n[ 0.407304] pnp: PnP ACPI init\n[ 0.408546] pnp: PnP ACPI: found 5 devices\n[ 0.415123] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.417189] NET: Registered protocol family 2\n[ 0.418505] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.420036] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.421459] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.422893] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.424184] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.425592] NET: Registered protocol family 1\n[ 0.426630] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.427956] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.429249] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.445331] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.461800] Unpacking initramfs...\n[ 0.908968] Freeing initrd memory: 37084K\n[ 0.910270] Scanning for low memory corruption every 60 seconds\n[ 0.911929] audit: initializing netlink subsys (disabled)\n[ 0.913152] audit: type=2000 audit(1534057408.849:1): initialized\n[ 0.914751] Initialise system trusted keyring\n[ 0.915863] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.917245] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.919660] zbud: loaded\n[ 0.920571] VFS: Disk quotas dquot_6.6.0\n[ 0.921526] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.923177] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 0.924639] fuse init (API version 7.23)\n[ 0.925668] Key type big_key registered\n[ 0.926602] Allocating IMA MOK and blacklist keyrings.\n[ 0.928063] Key type asymmetric registered\n[ 0.929014] Asymmetric key parser 'x509' registered\n[ 0.930139] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.931855] io scheduler noop registered\n[ 0.932773] io scheduler deadline registered (default)\n[ 0.933923] io scheduler cfq registered\n[ 0.934905] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.936128] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.937670] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.939351] ACPI: Power Button [PWRF]\n[ 0.940363] GHES: HEST is not enabled!\n[ 0.955540] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.986955] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.989462] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.013223] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.015713] Linux agpgart interface v0.103\n[ 1.018067] loop: module loaded\n[ 1.020778] vda: vda1\n[ 1.022201] scsi host0: ata_piix\n[ 1.023054] scsi host1: ata_piix\n[ 1.023861] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.025271] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.026979] libphy: Fixed MDIO Bus: probed\n[ 1.027939] tun: Universal TUN/TAP device driver, 1.6\n[ 1.029069] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.031496] PPP generic driver version 2.4.2\n[ 1.032562] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.033995] ehci-pci: EHCI PCI platform driver\n[ 1.035030] ehci-platform: EHCI generic platform driver\n[ 1.036198] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.037555] ohci-pci: OHCI PCI platform driver\n[ 1.038611] ohci-platform: OHCI generic platform driver\n[ 1.039756] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.055493] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.056681] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.058410] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.059567] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.060892] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.062335] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.063968] usb usb1: Product: UHCI Host Controller\n[ 1.065041] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd\n[ 1.066402] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.067596] hub 1-0:1.0: USB hub found\n[ 1.068509] hub 1-0:1.0: 2 ports detected\n[ 1.069577] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.072001] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.073183] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.074394] mousedev: PS/2 mouse device common for all mice\n[ 1.075844] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.077981] rtc_cmos 00:00: RTC can wake from S4\n[ 1.079276] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.080672] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.082112] i2c /dev entries driver\n[ 1.083002] device-mapper: uevent: version 1.0.3\n[ 1.084095] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.085990] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.087530] NET: Registered protocol family 10\n[ 1.088802] NET: Registered protocol family 17\n[ 1.089862] Key type dns_resolver registered\n[ 1.091047] registered taskstats version 1\n[ 1.092017] Loading compiled-in X.509 certificates\n[ 1.093612] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb'\n[ 1.095792] zswap: loaded using pool lzo/zbud\n[ 1.098139] Key type trusted registered\n[ 1.100978] Key type encrypted registered\n[ 1.101923] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.103143] ima: No TPM chip found, activating TPM-bypass!\n[ 1.104403] evm: HMAC attrs: 0x1\n[ 1.105551] Magic number: 14:167:66\n[ 1.106558] rtc_cmos 00:00: setting system clock to 2018-08-12 07:03:28 UTC (1534057408)\n[ 1.108473] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.109823] EDD information not available.\n[ 1.187266] Freeing unused kernel memory: 1512K\n[ 1.188305] Write protecting the kernel read-only data: 14336k\n[ 1.200560] Freeing unused kernel memory: 1692K\n[ 1.201790] Freeing unused kernel memory: 96K\nLoading, please wait...\nstarting version 229\n[ 1.212006] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.214413] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.216594] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.218755] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.220916] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.223035] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.230650] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.232766] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.235693] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.238681] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.295316] virtio_net virtio0 ens3: renamed from eth0\n[ 1.303131] [drm] Initialized drm 1.1.0 20060810\n[ 1.305407] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 1.307571] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.330315] FDC 0 is a S82078B\n[ 1.343115] AVX2 version of gcm_enc/dec engaged.\n[ 1.344184] AES CTR mode by8 optimization enabled\n[ 1.378008] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.538521] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.539956] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.541458] usb 1-1: Product: QEMU USB Tablet\n[ 1.542465] usb 1-1: Manufacturer: QEMU\n[ 1.543389] usb 1-1: SerialNumber: 42\n[ 1.550679] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.556900] usbcore: registered new interface driver usbhid\n[ 1.558185] usbhid: USB HID core driver\n[ 1.560765] 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.563402] 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.830580] md: linear personality registered for level -1\n[ 1.833944] md: multipath personality registered for level -4\n[ 1.837422] md: raid0 personality registered for level 0\n[ 1.841276] md: raid1 personality registered for level 1\n[ 1.914010] raid6: sse2x1 gen() 11534 MB/s\n[ 1.981985] raid6: sse2x1 xor() 8800 MB/s\n[ 2.049973] raid6: sse2x2 gen() 14494 MB/s\n[ 2.117971] raid6: sse2x2 xor() 9785 MB/s\n[ 2.185973] raid6: sse2x4 gen() 16983 MB/s\n[ 2.253999] raid6: sse2x4 xor() 11568 MB/s\n[ 2.322038] raid6: avx2x1 gen() 22107 MB/s\n[ 2.389982] raid6: avx2x2 gen() 25574 MB/s\n[ 2.457982] raid6: avx2x4 gen() 29507 MB/s\n[ 2.458915] raid6: using algorithm avx2x4 gen() 29507 MB/s\n[ 2.460005] raid6: using avx2x2 recovery algorithm\n[ 2.461006] tsc: Refined TSC clocksource calibration: 3491.817 MHz\n[ 2.462247] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32551ec0d24, max_idle_ns: 440795320994 ns\n[ 2.465933] xor: automatically using best checksumming function:\n[ 2.505992] avx : 31726.000 MB/sec\n[ 2.508355] async_tx: api initialized (async)\n[ 2.519576] md: raid6 personality registered for level 6\n[ 2.520678] md: raid5 personality registered for level 5\n[ 2.521724] md: raid4 personality registered for level 4\n[ 2.527438] 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.557235] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 2.577328] 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.701726] 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.705166] systemd[1]: Detected virtualization kvm.\n[ 2.706190] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.4 LTS[0m!\n\n[ 2.709227] systemd[1]: Set hostname to .\n[ 2.711742] systemd[1]: Initializing machine ID from KVM UUID.\n[ 2.712934] systemd[1]: Installed transient /etc/machine-id file.\n[ 2.845947] 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.848969] systemd[1]: Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[ 2.851551] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 2.853387] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 2.855741] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 2.857711] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 2.859851] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 2.862206] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 2.864526] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 2.866788] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 2.869473] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 2.871486] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 2.873409] 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.876653] systemd[1]: Listening on fsck to fsckd communication Socket.\n[[0;32m OK [0m] Listening on fsck to fsckd communication Socket.\n[ 2.879152] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 2.881328] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 2.883505] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 2.885909] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 2.888337] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 2.892162] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 2.904999] 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.912169] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 2.916811] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 2.921749] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 2.930576] 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.938473] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 2.944377] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 2.949640] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 2.954882] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 2.965389] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 2.968047] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 2.975928] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 2.979449] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 2.986013] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 2.990289] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 2.994755] Loading iSCSI transport class v2.0-870.\n[ 2.996351] systemd[1]: Started Create list of required static device nodes for the current kernel.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 3.010323] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Set console keymap.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 3.021008] iscsi: registered transport (tcp)\n[ 3.072003] iscsi: registered transport (iser)\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Create Static Device Nodes in /dev...\n[[0;32m OK [0m] Started Load Kernel Modules.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n Starting udev Kernel Device Manager...\n Mounting FUSE Control File System...\n Starting Apply Kernel Variables...\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 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 Load/Save Random Seed...\n Starting udev Coldplug all Devices...\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] 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 Create Volatile Files and Directories...\n Starting Commit a transient machine-id on disk...\n Starting Initial cloud-init job (pre-networking)...\n Starting Set console font and keymap...\n Starting 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[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n Starting Update UTMP about System Boot/Shutdown...\n Starting Network Time Synchronization...\n[[0;32m OK [0m] Started 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[ 3.613675] intel_rapl: no valid rapl domains found in package 0\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 4.388437] cloud-init[497]: Cloud-init v. 18.2 running 'init-local' at Sun, 12 Aug 2018 07:03:31 +0000. Up 4.20 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[ 57.561701] cloud-init[945]: Cloud-init v. 18.2 running 'init' at Sun, 12 Aug 2018 07:03:33 +0000. Up 5.48 seconds.\n[ 57.564810] cloud-init[945]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 57.572255] cloud-init[945]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 57.577956] cloud-init[945]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 57.584361] cloud-init[945]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 57.588188] cloud-init[945]: ci-info: | ens3 | True | 192.168.120.27 | 255.255.255.0 | . | fa:16:3e:12:26:86 |\n[ 57.592897] cloud-init[945]: ci-info: | ens3 | True | fe80::f816:3eff:fe12:2686/64 | . | link | fa:16:3e:12:26:86 |\n[ 57.600128] cloud-init[945]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 57.608140] cloud-init[945]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 57.610909] cloud-init[945]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 57.616348] cloud-init[945]: ci-info: +++++++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++++++\n[ 57.624122] cloud-init[945]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 57.626596] cloud-init[945]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 57.632338] cloud-init[945]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 57.636129] cloud-init[945]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | ens3 | UG |\n[ 57.644129] cloud-init[945]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | ens3 | UGH |\n[ 57.646620] cloud-init[945]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[ 57.652350] cloud-init[945]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 57.655993] cloud-init[945]: 2018-08-12 07:04:25,140 - DataSourceEc2.py[WARNING]: Metadata 'network' key not valid: None.\n[ 58.108527] cloud-init[945]: Generating public/private rsa key pair.\n[ 58.109909] cloud-init[945]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.\n[ 58.111426] cloud-init[945]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\n[ 58.116985] cloud-init[945]: The key fingerprint is:\n[ 58.118111] cloud-init[945]: SHA256:Vc8U6B0y/V1gAuFCLg+GpaUZ3QTJJq6ab9Rtf/h6k/c root@shaker-vm-7a2f8673-21ac-460d-8307-4a56ba649122\n[ 58.124130] cloud-init[945]: The key's randomart image is:\n[ 58.125334] cloud-init[945]: +---[RSA 2048]----+\n[ 58.126426] cloud-init[945]: | .o+=o oooo=o |\n[ 58.127515] cloud-init[945]: | .O=o.. .+*o .|\n[ 58.132665] cloud-init[945]: | .=o+ o o. +ooo|\n[ 58.133758] cloud-init[945]: | .. + o . . o|\n[ 58.134863] cloud-init[945]: | o . S |\n[ 58.136124] cloud-init[945]: | o . o |\n[ 58.140137] cloud-init[945]: | + . . . . |\n[ 58.141240] cloud-init[945]: |o . o = . |\n[ 58.144142] cloud-init[945]: | o. .=.o .E |\n[ 58.145247] cloud-init[945]: +----[SHA256]-----+\n[ 58.148127] cloud-init[945]: Generating public/private dsa key pair.\n[ 58.152136] cloud-init[945]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.\n[ 58.153658] cloud-init[945]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\n[ 58.156128] cloud-init[945]: The key fingerprint is:\n[ 58.160140] cloud-init[945]: SHA256:JBJQMpy+6h4KwzCx8YVTYqf8AKEMSe/zfZjm2IJduPU root@shaker-vm-7a2f8673-21ac-460d-8307-4a56ba649122\n[ 58.162038] cloud-init[945]: The key's randomart image is:\n[ 58.168135] cloud-init[945]: +---[DSA 1024]----+\n[ 58.169266] cloud-init[945]: |==*+= |\n[ 58.170335] cloud-init[945]: |=++O . |\n[ 58.171418] cloud-init[945]: |+o*.o . . |\n[ 58.176551] cloud-init[945]: | =o= . o |\n[ 58.177639] cloud-init[945]: |+ .+. . S |\n[ 58.178709] cloud-init[945]: |o.. o..oo |\n[ 58.179792] cloud-init[945]: |o+ o.+=.. |\n[ 58.183141] cloud-init[945]: |+... += .E |\n[ 58.184498] cloud-init[945]: |+o ..o |\n[[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler).\n[[0;32m OK [0m] Reached target System Initialization.\n[ 58.188957] cloud-init[945]: +----[SHA256]-----+\n[[0;32m OK [0m] Started Daily apt download activities.\n[ 58.191237] cloud-init[945]: Generating public/private ecdsa key pair.[[0;32m OK [0m] Listening on ACPID Listen Socket.\n[[0;32m OK [0m] Started Daily apt upgrade and clean activities.\n\n[ 58.195297] cloud-init[945]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. 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 D-Bus System Message Bus Socket.\n[ 58.200289] cloud-init[945]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\n[ 58.201518] cloud-init[945]: The key fingerprint is:\n[ 58.202340] cloud-init[945]: SHA256:J4PgR2s13rfufif57+E1WReXrS80YHxHGOQoq7bi/H4 root@shaker-vm-7a2f8673-21ac-460d-8307-4a56ba649122\n[ 58.203921] \ncloud-init[945]: The key's randomart image is:\n[ 58.205661] cloud-init[945]: +---[ECDSA 256]---+\n[ 58.206714] cloud-init[945]: | .oo.|[[0;32m OK [0m] Started ACPI Events Check.\n[[0;32m OK [0m] Reached target Paths.\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 Network is Online.\n\n[ 58.212222] cloud-init[945]: | . o..o|\n[ 58.213257] cloud-init[945]: | . . o . = oo+|\n Starting iSCSI initiator daemon (iscsid)...\n[ 58.215916] cloud-init[945]: | . o = o + o oo|\n[ 58.216971] cloud-init[945]: | . = S + . + o|\n[[0;32m OK [0m] Reached target Cloud-config availability.\n[ 58.219217] cloud-init[945]: | o = . o o+|[[0;32m OK [0m] Listening on LXD - unix socket.\n[[0;32m OK [0m] Listening on Socket activation for snappy daemon.\n\n[ 58.224072] cloud-init[945]: | o . .=o|\n[ 58.226811] cloud-init[945]: | ... .E. =.=|\n[ 58.230649] cloud-init[945]: | .o++. o+. *=|\n[[0;32m OK [0m] Reached target Sockets.\n[ 58.233363] cloud-init[945]: +----[SHA256]-----+\n[[0;32m OK [0m] Reached target Basic System.\n[ 58.235363] cloud-init[945]: Generating public/private ed25519 key pair.[[0;32m OK [0m] Started Deferred execution scheduler.\n\n[ 58.238066] cloud-init[945]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.\n[ 58.240065] cloud-init[945]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\n Starting Pollinate to seed the pseudo random number generator...\n[ 58.243767] cloud-init[945]: [[0;32m OK [0m] Started FUSE filesystem for LXC.\n Starting Login Service...\n[[0;32m OK [0m] Started ACPI event daemon.\n Starting Accounts Service...The key fingerprint is:\n[[0;32m OK [0m] Started Unattended Upgrades Shutdown.\n\n Starting Snappy daemon...\n Starting LSB: Record successful boot for GRUB...\n[[0;32m OK [0m] Started iperf Service.\n[[0;32m OK [0m] Started iperf3 Service.\n[ 58.268585] cloud-init[945]: [[0;32m OK [0m] Started D-Bus System Message Bus.\nSHA256:X0ce9iL72QbWyWwCJ/XZCVMPG8OsufqOx79uDN2yObw root@shaker-vm-7a2f8673-21ac-460d-8307-4a56ba649122\n[ 58.297946] cloud-init[945]: The key's randomart image is:\n[ 58.303672] cloud-init[945]: +--[ED25519 256]--+\n[ 58.313475] cloud-init[945]: | o=. |\n Starting Apply the settings specified in cloud-config...\n[[0;32m OK [0m] Started Regular background program processing daemon.\n Starting System Logging Service...\n Starting LSB: MD monitoring daemon...\n Starting /etc/rc.local Compatibility...\n Starting LXD - container startup/shutdown...\n[[0;32m OK [0m] Started /etc/rc.local Compatibility.\n[ 58.363657] cloud-init[945]: | +o=.|\n[ 58.375824] cloud-init[945]: | .oO =|\n[ 58.391225] cloud-init[945]: | oo= *.|\n[ 58.403939] cloud-init[945]: | S *o*oo|\n[ 58.415612] cloud-init[945]: | . .o==*o|\n[ 58.428393] [[0;32m OK [0m] Started LSB: Record successful boot for GRUB.\n[[0;32m OK [0m] Started Login Service.\n Starting Authenticate and Authorize Users to Run Privileged Tasks...\ncloud-init[945]: | .o.=o= |\n[ 58.449531] cloud-init[945]: [[0;32m OK [0m] Started LSB: MD monitoring daemon.\n| ..o.Bo.|\n[ 58.464222] cloud-init[945]: [[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks.\n[[0;32m OK [0m] Started Accounts Service.\n| .+o+E=.|\n[ 58.479667] cloud-init[945]: +----[SHA256]-----+\n[[0;32m OK [0m] Started LXD - container startup/shutdown.\n[[0;32m OK [0m] Started Snappy daemon.\n Starting Wait until snapd is fully seeded...\n[ 58.874392] cloud-init[1094]: Generating locales (this might take a while)...\n[ 59.540896] cloud-init[1094]: en_US.UTF-8... done\n[ 59.542842] cloud-init[1094]: Generation complete.\n"} 2018-08-12 07:04:35,099 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/39e1a5b6-af3d-464b-badb-c22da697010e/action used request id req-1521c37f-fd6b-4437-b919-d38c74fe120f 2018-08-12 07:04:35,099 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0756750106812s 2018-08-12 07:04:35,100 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/39e1a5b6-af3d-464b-badb-c22da697010e/action used request id req-1521c37f-fd6b-4437-b919-d38c74fe120f 2018-08-12 07:04:35,101 - 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 684801774 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.146544] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.148492] pid_max: default: 32768 minimum: 301 [ 0.149628] ACPI: Core revision 20150930 [ 0.151121] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.152788] Security Framework initialized [ 0.153736] Yama: becoming mindful. [ 0.154583] AppArmor: AppArmor initialized [ 0.155557] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.157145] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.158666] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.160125] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.161761] Initializing cgroup subsys io [ 0.162754] Initializing cgroup subsys memory [ 0.163750] Initializing cgroup subsys devices [ 0.164745] Initializing cgroup subsys freezer [ 0.165782] Initializing cgroup subsys net_cls [ 0.166823] Initializing cgroup subsys perf_event [ 0.167862] Initializing cgroup subsys net_prio [ 0.168888] Initializing cgroup subsys hugetlb [ 0.169917] Initializing cgroup subsys pids [ 0.170910] CPU: Physical Processor ID: 0 [ 0.172520] mce: CPU supports 10 MCE banks [ 0.173496] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.174659] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.175921] Spectre V2 : Mitigation: Full generic retpoline [ 0.177130] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported [ 0.178673] Speculative Store Bypass: Vulnerable [ 0.195474] Freeing SMP alternatives memory: 32K [ 0.201163] ftrace: allocating 32237 entries in 126 pages [ 0.234873] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.236297] smpboot: Max logical packages: 1 [ 0.237414] x2apic enabled [ 0.238288] Switched APIC routing to physical x2apic. [ 0.240176] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.241507] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.243790] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.245840] KVM setup paravirtual spinlock [ 0.247270] x86: Booted up 1 node, 1 CPUs [ 0.248198] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.249828] devtmpfs: initialized [ 0.251669] evm: security.selinux [ 0.252462] evm: security.SMACK64 [ 0.253242] evm: security.SMACK64EXEC [ 0.254107] evm: security.SMACK64TRANSMUTE [ 0.255036] evm: security.SMACK64MMAP [ 0.255886] evm: security.ima [ 0.256612] evm: security.capability [ 0.257587] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.259676] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.261070] pinctrl core: initialized pinctrl subsystem [ 0.262322] RTC time: 7:03:28, date: 08/12/18 [ 0.263427] NET: Registered protocol family 16 [ 0.264549] cpuidle: using governor ladder [ 0.265492] cpuidle: using governor menu [ 0.266437] PCCT header not found. [ 0.267308] ACPI: bus type PCI registered [ 0.268222] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.269664] PCI: Using configuration type 1 for base access [ 0.271696] ACPI: Added _OSI(Module Device) [ 0.272665] ACPI: Added _OSI(Processor Device) [ 0.273664] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.274706] ACPI: Added _OSI(Processor Aggregator Device) [ 0.276658] ACPI: Interpreter enabled [ 0.277537] ACPI: (supports S0 S5) [ 0.278357] ACPI: Using IOAPIC for interrupt routing [ 0.279463] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.283006] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.284340] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.285784] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.287184] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.289778] acpiphp: Slot [3] registered [ 0.290733] acpiphp: Slot [4] registered [ 0.291685] acpiphp: Slot [5] registered [ 0.292605] acpiphp: Slot [6] registered [ 0.303282] acpiphp: Slot [7] registered [ 0.304204] acpiphp: Slot [8] registered [ 0.305122] acpiphp: Slot [9] registered [ 0.306050] acpiphp: Slot [10] registered [ 0.306995] acpiphp: Slot [11] registered [ 0.307973] acpiphp: Slot [12] registered [ 0.308910] acpiphp: Slot [13] registered [ 0.309846] acpiphp: Slot [14] registered [ 0.310798] acpiphp: Slot [15] registered [ 0.311772] acpiphp: Slot [16] registered [ 0.312705] acpiphp: Slot [17] registered [ 0.313636] acpiphp: Slot [18] registered [ 0.314568] acpiphp: Slot [19] registered [ 0.315502] acpiphp: Slot [20] registered [ 0.316477] acpiphp: Slot [21] registered [ 0.317420] acpiphp: Slot [22] registered [ 0.318353] acpiphp: Slot [23] registered [ 0.319284] acpiphp: Slot [24] registered [ 0.320212] acpiphp: Slot [25] registered [ 0.321171] acpiphp: Slot [26] registered [ 0.322133] acpiphp: Slot [27] registered [ 0.323066] acpiphp: Slot [28] registered [ 0.323999] acpiphp: Slot [29] registered [ 0.324931] acpiphp: Slot [30] registered [ 0.325857] acpiphp: Slot [31] registered [ 0.326823] PCI host bridge to bus 0000:00 [ 0.327761] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.329187] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.330624] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.332366] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.334046] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.335757] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.339138] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.340675] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.342107] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.343592] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.347041] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.348952] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.367876] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.370253] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.371939] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.373552] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.375136] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.376582] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.378081] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.379338] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.381161] vgaarb: loaded [ 0.381877] vgaarb: bridge control possible 0000:00:02.0 [ 0.383328] SCSI subsystem initialized [ 0.384356] ACPI: bus type USB registered [ 0.385329] usbcore: registered new interface driver usbfs [ 0.386552] usbcore: registered new interface driver hub [ 0.387743] usbcore: registered new device driver usb [ 0.389028] PCI: Using ACPI for IRQ routing [ 0.390293] NetLabel: Initializing [ 0.391127] NetLabel: domain hash size = 128 [ 0.392130] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393257] NetLabel: unlabeled traffic allowed by default [ 0.396790] amd_nb: Cannot enumerate AMD northbridges [ 0.397974] clocksource: Switched to clocksource kvm-clock [ 0.406106] AppArmor: AppArmor Filesystem Enabled [ 0.407304] pnp: PnP ACPI init [ 0.408546] pnp: PnP ACPI: found 5 devices [ 0.415123] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.417189] NET: Registered protocol family 2 [ 0.418505] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.420036] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.421459] TCP: Hash tables configured (established 4096 bind 4096) [ 0.422893] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.424184] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.425592] NET: Registered protocol family 1 [ 0.426630] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.427956] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.429249] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.445331] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.461800] Unpacking initramfs... [ 0.908968] Freeing initrd memory: 37084K [ 0.910270] Scanning for low memory corruption every 60 seconds [ 0.911929] audit: initializing netlink subsys (disabled) [ 0.913152] audit: type=2000 audit(1534057408.849:1): initialized [ 0.914751] Initialise system trusted keyring [ 0.915863] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.917245] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.919660] zbud: loaded [ 0.920571] VFS: Disk quotas dquot_6.6.0 [ 0.921526] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.923177] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.924639] fuse init (API version 7.23) [ 0.925668] Key type big_key registered [ 0.926602] Allocating IMA MOK and blacklist keyrings. [ 0.928063] Key type asymmetric registered [ 0.929014] Asymmetric key parser 'x509' registered [ 0.930139] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.931855] io scheduler noop registered [ 0.932773] io scheduler deadline registered (default) [ 0.933923] io scheduler cfq registered [ 0.934905] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.936128] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.937670] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.939351] ACPI: Power Button [PWRF] [ 0.940363] GHES: HEST is not enabled! [ 0.955540] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.986955] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.989462] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 1.013223] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 1.015713] Linux agpgart interface v0.103 [ 1.018067] loop: module loaded [ 1.020778] vda: vda1 [ 1.022201] scsi host0: ata_piix [ 1.023054] scsi host1: ata_piix [ 1.023861] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.025271] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.026979] libphy: Fixed MDIO Bus: probed [ 1.027939] tun: Universal TUN/TAP device driver, 1.6 [ 1.029069] tun: (C) 1999-2004 Max Krasnyansky [ 1.031496] PPP generic driver version 2.4.2 [ 1.032562] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.033995] ehci-pci: EHCI PCI platform driver [ 1.035030] ehci-platform: EHCI generic platform driver [ 1.036198] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.037555] ohci-pci: OHCI PCI platform driver [ 1.038611] ohci-platform: OHCI generic platform driver [ 1.039756] uhci_hcd: USB Universal Host Controller Interface driver [ 1.055493] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.056681] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.058410] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.059567] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.060892] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.062335] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.063968] usb usb1: Product: UHCI Host Controller [ 1.065041] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd [ 1.066402] usb usb1: SerialNumber: 0000:00:01.2 [ 1.067596] hub 1-0:1.0: USB hub found [ 1.068509] hub 1-0:1.0: 2 ports detected [ 1.069577] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.072001] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.073183] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.074394] mousedev: PS/2 mouse device common for all mice [ 1.075844] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.077981] rtc_cmos 00:00: RTC can wake from S4 [ 1.079276] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.080672] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.082112] i2c /dev entries driver [ 1.083002] device-mapper: uevent: version 1.0.3 [ 1.084095] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 1.085990] ledtrig-cpu: registered to indicate activity on CPUs [ 1.087530] NET: Registered protocol family 10 [ 1.088802] NET: Registered protocol family 17 [ 1.089862] Key type dns_resolver registered [ 1.091047] registered taskstats version 1 [ 1.092017] Loading compiled-in X.509 certificates [ 1.093612] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb' [ 1.095792] zswap: loaded using pool lzo/zbud [ 1.098139] Key type trusted registered [ 1.100978] Key type encrypted registered [ 1.101923] AppArmor: AppArmor sha1 policy hashing enabled [ 1.103143] ima: No TPM chip found, activating TPM-bypass! [ 1.104403] evm: HMAC attrs: 0x1 [ 1.105551] Magic number: 14:167:66 [ 1.106558] rtc_cmos 00:00: setting system clock to 2018-08-12 07:03:28 UTC (1534057408) [ 1.108473] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 1.109823] EDD information not available. [ 1.187266] Freeing unused kernel memory: 1512K [ 1.188305] Write protecting the kernel read-only data: 14336k [ 1.200560] Freeing unused kernel memory: 1692K [ 1.201790] Freeing unused kernel memory: 96K Loading, please wait... starting version 229 [ 1.212006] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.214413] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.216594] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.218755] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.220916] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.223035] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.230650] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.232766] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.235693] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.238681] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.295316] virtio_net virtio0 ens3: renamed from eth0 [ 1.303131] [drm] Initialized drm 1.1.0 20060810 [ 1.305407] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4 [ 1.307571] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.330315] FDC 0 is a S82078B [ 1.343115] AVX2 version of gcm_enc/dec engaged. [ 1.344184] AES CTR mode by8 optimization enabled [ 1.378008] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.538521] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.539956] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.541458] usb 1-1: Product: QEMU USB Tablet [ 1.542465] usb 1-1: Manufacturer: QEMU [ 1.543389] usb 1-1: SerialNumber: 42 [ 1.550679] hidraw: raw HID events driver (C) Jiri Kosina [ 1.556900] usbcore: registered new interface driver usbhid [ 1.558185] usbhid: USB HID core driver [ 1.560765] 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.563402] 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.830580] md: linear personality registered for level -1 [ 1.833944] md: multipath personality registered for level -4 [ 1.837422] md: raid0 personality registered for level 0 [ 1.841276] md: raid1 personality registered for level 1 [ 1.914010] raid6: sse2x1 gen() 11534 MB/s [ 1.981985] raid6: sse2x1 xor() 8800 MB/s [ 2.049973] raid6: sse2x2 gen() 14494 MB/s [ 2.117971] raid6: sse2x2 xor() 9785 MB/s [ 2.185973] raid6: sse2x4 gen() 16983 MB/s [ 2.253999] raid6: sse2x4 xor() 11568 MB/s [ 2.322038] raid6: avx2x1 gen() 22107 MB/s [ 2.389982] raid6: avx2x2 gen() 25574 MB/s [ 2.457982] raid6: avx2x4 gen() 29507 MB/s [ 2.458915] raid6: using algorithm avx2x4 gen() 29507 MB/s [ 2.460005] raid6: using avx2x2 recovery algorithm [ 2.461006] tsc: Refined TSC clocksource calibration: 3491.817 MHz [ 2.462247] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32551ec0d24, max_idle_ns: 440795320994 ns [ 2.465933] xor: automatically using best checksumming function: [ 2.505992] avx : 31726.000 MB/sec [ 2.508355] async_tx: api initialized (async) [ 2.519576] md: raid6 personality registered for level 6 [ 2.520678] md: raid5 personality registered for level 5 [ 2.521724] md: raid4 personality registered for level 4 [ 2.527438] 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.557235] Btrfs loaded Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 2.577328] 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.701726] 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.705166] systemd[1]: Detected virtualization kvm. [ 2.706190] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 2.709227] systemd[1]: Set hostname to . [ 2.711742] systemd[1]: Initializing machine ID from KVM UUID. [ 2.712934] systemd[1]: Installed transient /etc/machine-id file. [ 2.845947] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [ 2.848969] systemd[1]: Started Trigger resolvconf update for networkd DNS. [[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS. [ 2.851551] systemd[1]: Reached target Swap. [[0;32m OK [0m] Reached target Swap. [ 2.853387] systemd[1]: Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. [ 2.855741] systemd[1]: Listening on Syslog Socket. [[0;32m OK [0m] Listening on Syslog Socket. [ 2.857711] systemd[1]: Reached target Encrypted Volumes. [[0;32m OK [0m] Reached target Encrypted Volumes. [ 2.859851] systemd[1]: Reached target User and Group Name Lookups. [[0;32m OK [0m] Reached target User and Group Name Lookups. [ 2.862206] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on udev Kernel Socket. [ 2.864526] systemd[1]: Created slice User and Session Slice. [[0;32m OK [0m] Created slice User and Session Slice. [ 2.866788] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [ 2.869473] systemd[1]: Created slice System Slice. [[0;32m OK [0m] Created slice System Slice. [ 2.871486] systemd[1]: Reached target Slices. [[0;32m OK [0m] Reached target Slices. [ 2.873409] 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.876653] systemd[1]: Listening on fsck to fsckd communication Socket. [[0;32m OK [0m] Listening on fsck to fsckd communication Socket. [ 2.879152] systemd[1]: Listening on udev Control Socket. [[0;32m OK [0m] Listening on udev Control Socket. [ 2.881328] systemd[1]: Listening on Journal Audit Socket. [[0;32m OK [0m] Listening on Journal Audit Socket. [ 2.883505] systemd[1]: Listening on Journal Socket. [[0;32m OK [0m] Listening on Journal Socket. [ 2.885909] systemd[1]: Starting Uncomplicated firewall... Starting Uncomplicated firewall... [ 2.888337] systemd[1]: Mounting Huge Pages File System... Mounting Huge Pages File System... [ 2.892162] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 2.904999] 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.912169] systemd[1]: Starting Set console keymap... Starting Set console keymap... [ 2.916811] systemd[1]: Mounting Debug File System... Mounting Debug File System... [ 2.921749] systemd[1]: Listening on Device-mapper event daemon FIFOs. [[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs. [ 2.930576] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... Starting Monitoring of LVM2 mirrors... dmeventd or progress polling... [ 2.938473] systemd[1]: Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Listening on Journal Socket (/dev/log). [ 2.944377] systemd[1]: Starting Journal Service... Starting Journal Service... [ 2.949640] systemd[1]: Listening on LVM2 poll daemon socket. [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [ 2.954882] systemd[1]: Starting Nameserver information manager... Starting Nameserver information manager... [ 2.965389] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 2.968047] systemd[1]: Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. [ 2.975928] systemd[1]: Mounted POSIX Message Queue File System. [[0;32m OK [0m] Mounted POSIX Message Queue File System. [ 2.979449] systemd[1]: Mounted Huge Pages File System. [[0;32m OK [0m] Mounted Huge Pages File System. [ 2.986013] systemd[1]: Mounted Debug File System. [[0;32m OK [0m] Mounted Debug File System. [ 2.990289] systemd[1]: Started Uncomplicated firewall. [[0;32m OK [0m] Started Uncomplicated firewall. [ 2.994755] Loading iSCSI transport class v2.0-870. [ 2.996351] systemd[1]: Started Create list of required static device nodes for the current kernel. [[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [ 3.010323] systemd[1]: Started Journal Service. [[0;32m OK [0m] Started Journal Service. [[0;32m OK [0m] Started Set console keymap. [[0;32m OK [0m] Started Nameserver information manager. [ 3.021008] iscsi: registered transport (tcp) [ 3.072003] iscsi: registered transport (iser) [[0;32m OK [0m] Started LVM2 metadata daemon. Starting Create Static Device Nodes in /dev... [[0;32m OK [0m] Started Load Kernel Modules. [[0;32m OK [0m] Started Create Static Device Nodes in /dev. Starting udev Kernel Device Manager... Mounting FUSE Control File System... Starting Apply Kernel Variables... [[0;32m OK [0m] Mounted FUSE Control File System. [[0;32m OK [0m] Started Apply Kernel Variables. [[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 Load/Save Random Seed... Starting udev Coldplug all Devices... [[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] 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 LSB: AppArmor initialization... Starting Create Volatile Files and Directories... Starting Commit a transient machine-id on disk... Starting Initial cloud-init job (pre-networking)... Starting Set console font and keymap... Starting Tell Plymouth To Write Out Runtime Data... [[0;32m OK [0m] Started Commit a transient machine-id on disk. [[0;32m OK [0m] Started Create Volatile Files and Directories. [[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data. Starting Update UTMP about System Boot/Shutdown... Starting Network Time Synchronization... [[0;32m OK [0m] Started 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] Found device /dev/ttyS0. [ 3.613675] intel_rapl: no valid rapl domains found in package 0 [[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. [ 4.388437] cloud-init[497]: Cloud-init v. 18.2 running 'init-local' at Sun, 12 Aug 2018 07:03:31 +0000. Up 4.20 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. Starting Initial cloud-init job (metadata service crawler)... [[0;32m OK [0m] Reached target Network. [ 57.561701] cloud-init[945]: Cloud-init v. 18.2 running 'init' at Sun, 12 Aug 2018 07:03:33 +0000. Up 5.48 seconds. [ 57.564810] cloud-init[945]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++ [ 57.572255] cloud-init[945]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+ [ 57.577956] cloud-init[945]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address | [ 57.584361] cloud-init[945]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+ [ 57.588188] cloud-init[945]: ci-info: | ens3 | True | 192.168.120.27 | 255.255.255.0 | . | fa:16:3e:12:26:86 | [ 57.592897] cloud-init[945]: ci-info: | ens3 | True | fe80::f816:3eff:fe12:2686/64 | . | link | fa:16:3e:12:26:86 | [ 57.600128] cloud-init[945]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . | [ 57.608140] cloud-init[945]: ci-info: | lo | True | ::1/128 | . | host | . | [ 57.610909] cloud-init[945]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+ [ 57.616348] cloud-init[945]: ci-info: +++++++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++++++ [ 57.624122] cloud-init[945]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 57.626596] cloud-init[945]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 57.632338] cloud-init[945]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 57.636129] cloud-init[945]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | ens3 | UG | [ 57.644129] cloud-init[945]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | ens3 | UGH | [ 57.646620] cloud-init[945]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U | [ 57.652350] cloud-init[945]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 57.655993] cloud-init[945]: 2018-08-12 07:04:25,140 - DataSourceEc2.py[WARNING]: Metadata 'network' key not valid: None. [ 58.108527] cloud-init[945]: Generating public/private rsa key pair. [ 58.109909] cloud-init[945]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key. [ 58.111426] cloud-init[945]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. [ 58.116985] cloud-init[945]: The key fingerprint is: [ 58.118111] cloud-init[945]: SHA256:Vc8U6B0y/V1gAuFCLg+GpaUZ3QTJJq6ab9Rtf/h6k/c root@shaker-vm-7a2f8673-21ac-460d-8307-4a56ba649122 [ 58.124130] cloud-init[945]: The key's randomart image is: [ 58.125334] cloud-init[945]: +---[RSA 2048]----+ [ 58.126426] cloud-init[945]: | .o+=o oooo=o | [ 58.127515] cloud-init[945]: | .O=o.. .+*o .| [ 58.132665] cloud-init[945]: | .=o+ o o. +ooo| [ 58.133758] cloud-init[945]: | .. + o . . o| [ 58.134863] cloud-init[945]: | o . S | [ 58.136124] cloud-init[945]: | o . o | [ 58.140137] cloud-init[945]: | + . . . . | [ 58.141240] cloud-init[945]: |o . o = . | [ 58.144142] cloud-init[945]: | o. .=.o .E | [ 58.145247] cloud-init[945]: +----[SHA256]-----+ [ 58.148127] cloud-init[945]: Generating public/private dsa key pair. [ 58.152136] cloud-init[945]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key. [ 58.153658] cloud-init[945]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. [ 58.156128] cloud-init[945]: The key fingerprint is: [ 58.160140] cloud-init[945]: SHA256:JBJQMpy+6h4KwzCx8YVTYqf8AKEMSe/zfZjm2IJduPU root@shaker-vm-7a2f8673-21ac-460d-8307-4a56ba649122 [ 58.162038] cloud-init[945]: The key's randomart image is: [ 58.168135] cloud-init[945]: +---[DSA 1024]----+ [ 58.169266] cloud-init[945]: |==*+= | [ 58.170335] cloud-init[945]: |=++O . | [ 58.171418] cloud-init[945]: |+o*.o . . | [ 58.176551] cloud-init[945]: | =o= . o | [ 58.177639] cloud-init[945]: |+ .+. . S | [ 58.178709] cloud-init[945]: |o.. o..oo | [ 58.179792] cloud-init[945]: |o+ o.+=.. | [ 58.183141] cloud-init[945]: |+... += .E | [ 58.184498] cloud-init[945]: |+o ..o | [[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler). [[0;32m OK [0m] Reached target System Initialization. [ 58.188957] cloud-init[945]: +----[SHA256]-----+ [[0;32m OK [0m] Started Daily apt download activities. [ 58.191237] cloud-init[945]: Generating public/private ecdsa key pair.[[0;32m OK [0m] Listening on ACPID Listen Socket. [[0;32m OK [0m] Started Daily apt upgrade and clean activities. [ 58.195297] cloud-init[945]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. 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 D-Bus System Message Bus Socket. [ 58.200289] cloud-init[945]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. [ 58.201518] cloud-init[945]: The key fingerprint is: [ 58.202340] cloud-init[945]: SHA256:J4PgR2s13rfufif57+E1WReXrS80YHxHGOQoq7bi/H4 root@shaker-vm-7a2f8673-21ac-460d-8307-4a56ba649122 [ 58.203921] cloud-init[945]: The key's randomart image is: [ 58.205661] cloud-init[945]: +---[ECDSA 256]---+ [ 58.206714] cloud-init[945]: | .oo.|[[0;32m OK [0m] Started ACPI Events Check. [[0;32m OK [0m] Reached target Paths. [[0;32m OK [0m] Listening on UUID daemon activation socket. Starting Socket activation for snappy daemon. [[0;32m OK [0m] Reached target Network is Online. [ 58.212222] cloud-init[945]: | . o..o| [ 58.213257] cloud-init[945]: | . . o . = oo+| Starting iSCSI initiator daemon (iscsid)... [ 58.215916] cloud-init[945]: | . o = o + o oo| [ 58.216971] cloud-init[945]: | . = S + . + o| [[0;32m OK [0m] Reached target Cloud-config availability. [ 58.219217] cloud-init[945]: | o = . o o+|[[0;32m OK [0m] Listening on LXD - unix socket. [[0;32m OK [0m] Listening on Socket activation for snappy daemon. [ 58.224072] cloud-init[945]: | o . .=o| [ 58.226811] cloud-init[945]: | ... .E. =.=| [ 58.230649] cloud-init[945]: | .o++. o+. *=| [[0;32m OK [0m] Reached target Sockets. [ 58.233363] cloud-init[945]: +----[SHA256]-----+ [[0;32m OK [0m] Reached target Basic System. [ 58.235363] cloud-init[945]: Generating public/private ed25519 key pair.[[0;32m OK [0m] Started Deferred execution scheduler. [ 58.238066] cloud-init[945]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. [ 58.240065] cloud-init[945]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. Starting Pollinate to seed the pseudo random number generator... [ 58.243767] cloud-init[945]: [[0;32m OK [0m] Started FUSE filesystem for LXC. Starting Login Service... [[0;32m OK [0m] Started ACPI event daemon. Starting Accounts Service...The key fingerprint is: [[0;32m OK [0m] Started Unattended Upgrades Shutdown. Starting Snappy daemon... Starting LSB: Record successful boot for GRUB... [[0;32m OK [0m] Started iperf Service. [[0;32m OK [0m] Started iperf3 Service. [ 58.268585] cloud-init[945]: [[0;32m OK [0m] Started D-Bus System Message Bus. SHA256:X0ce9iL72QbWyWwCJ/XZCVMPG8OsufqOx79uDN2yObw root@shaker-vm-7a2f8673-21ac-460d-8307-4a56ba649122 [ 58.297946] cloud-init[945]: The key's randomart image is: [ 58.303672] cloud-init[945]: +--[ED25519 256]--+ [ 58.313475] cloud-init[945]: | o=. | Starting Apply the settings specified in cloud-config... [[0;32m OK [0m] Started Regular background program processing daemon. Starting System Logging Service... Starting LSB: MD monitoring daemon... Starting /etc/rc.local Compatibility... Starting LXD - container startup/shutdown... [[0;32m OK [0m] Started /etc/rc.local Compatibility. [ 58.363657] cloud-init[945]: | +o=.| [ 58.375824] cloud-init[945]: | .oO =| [ 58.391225] cloud-init[945]: | oo= *.| [ 58.403939] cloud-init[945]: | S *o*oo| [ 58.415612] cloud-init[945]: | . .o==*o| [ 58.428393] [[0;32m OK [0m] Started LSB: Record successful boot for GRUB. [[0;32m OK [0m] Started Login Service. Starting Authenticate and Authorize Users to Run Privileged Tasks... cloud-init[945]: | .o.=o= | [ 58.449531] cloud-init[945]: [[0;32m OK [0m] Started LSB: MD monitoring daemon. | ..o.Bo.| [ 58.464222] cloud-init[945]: [[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks. [[0;32m OK [0m] Started Accounts Service. | .+o+E=.| [ 58.479667] cloud-init[945]: +----[SHA256]-----+ [[0;32m OK [0m] Started LXD - container startup/shutdown. [[0;32m OK [0m] Started Snappy daemon. Starting Wait until snapd is fully seeded... [ 58.874392] cloud-init[1094]: Generating locales (this might take a while)... [ 59.540896] cloud-init[1094]: en_US.UTF-8... done [ 59.542842] cloud-init[1094]: Generation complete. 2018-08-12 07:04:35,103 - functest.core.singlevm - DEBUG - try 8: cannot connect to 172.30.9.208: [Errno None] Unable to connect to port 22 on 172.30.9.208 2018-08-12 07:04:44,113 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-12 07:04:44,116 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/39e1a5b6-af3d-464b-badb-c22da697010e/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}a224d027bc12979b87eaf29ef961ad0e58a40af8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 07:04:44,193 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 07:04: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-4ef96018-673d-47cf-8e7f-54ee083dde08 x-compute-request-id: req-4ef96018-673d-47cf-8e7f-54ee083dde08 Content-Encoding: gzip Content-Length: 12920 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 684801774 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.146544] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.148492] pid_max: default: 32768 minimum: 301\n[ 0.149628] ACPI: Core revision 20150930\n[ 0.151121] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.152788] Security Framework initialized\n[ 0.153736] Yama: becoming mindful.\n[ 0.154583] AppArmor: AppArmor initialized\n[ 0.155557] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.157145] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.158666] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.160125] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.161761] Initializing cgroup subsys io\n[ 0.162754] Initializing cgroup subsys memory\n[ 0.163750] Initializing cgroup subsys devices\n[ 0.164745] Initializing cgroup subsys freezer\n[ 0.165782] Initializing cgroup subsys net_cls\n[ 0.166823] Initializing cgroup subsys perf_event\n[ 0.167862] Initializing cgroup subsys net_prio\n[ 0.168888] Initializing cgroup subsys hugetlb\n[ 0.169917] Initializing cgroup subsys pids\n[ 0.170910] CPU: Physical Processor ID: 0\n[ 0.172520] mce: CPU supports 10 MCE banks\n[ 0.173496] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.174659] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.175921] Spectre V2 : Mitigation: Full generic retpoline\n[ 0.177130] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported\n[ 0.178673] Speculative Store Bypass: Vulnerable\n[ 0.195474] Freeing SMP alternatives memory: 32K\n[ 0.201163] ftrace: allocating 32237 entries in 126 pages\n[ 0.234873] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.236297] smpboot: Max logical packages: 1\n[ 0.237414] x2apic enabled\n[ 0.238288] Switched APIC routing to physical x2apic.\n[ 0.240176] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.241507] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.243790] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.245840] KVM setup paravirtual spinlock\n[ 0.247270] x86: Booted up 1 node, 1 CPUs\n[ 0.248198] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.249828] devtmpfs: initialized\n[ 0.251669] evm: security.selinux\n[ 0.252462] evm: security.SMACK64\n[ 0.253242] evm: security.SMACK64EXEC\n[ 0.254107] evm: security.SMACK64TRANSMUTE\n[ 0.255036] evm: security.SMACK64MMAP\n[ 0.255886] evm: security.ima\n[ 0.256612] evm: security.capability\n[ 0.257587] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.259676] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.261070] pinctrl core: initialized pinctrl subsystem\n[ 0.262322] RTC time: 7:03:28, date: 08/12/18\n[ 0.263427] NET: Registered protocol family 16\n[ 0.264549] cpuidle: using governor ladder\n[ 0.265492] cpuidle: using governor menu\n[ 0.266437] PCCT header not found.\n[ 0.267308] ACPI: bus type PCI registered\n[ 0.268222] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.269664] PCI: Using configuration type 1 for base access\n[ 0.271696] ACPI: Added _OSI(Module Device)\n[ 0.272665] ACPI: Added _OSI(Processor Device)\n[ 0.273664] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.274706] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.276658] ACPI: Interpreter enabled\n[ 0.277537] ACPI: (supports S0 S5)\n[ 0.278357] ACPI: Using IOAPIC for interrupt routing\n[ 0.279463] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.283006] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.284340] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.285784] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.287184] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.289778] acpiphp: Slot [3] registered\n[ 0.290733] acpiphp: Slot [4] registered\n[ 0.291685] acpiphp: Slot [5] registered\n[ 0.292605] acpiphp: Slot [6] registered\n[ 0.303282] acpiphp: Slot [7] registered\n[ 0.304204] acpiphp: Slot [8] registered\n[ 0.305122] acpiphp: Slot [9] registered\n[ 0.306050] acpiphp: Slot [10] registered\n[ 0.306995] acpiphp: Slot [11] registered\n[ 0.307973] acpiphp: Slot [12] registered\n[ 0.308910] acpiphp: Slot [13] registered\n[ 0.309846] acpiphp: Slot [14] registered\n[ 0.310798] acpiphp: Slot [15] registered\n[ 0.311772] acpiphp: Slot [16] registered\n[ 0.312705] acpiphp: Slot [17] registered\n[ 0.313636] acpiphp: Slot [18] registered\n[ 0.314568] acpiphp: Slot [19] registered\n[ 0.315502] acpiphp: Slot [20] registered\n[ 0.316477] acpiphp: Slot [21] registered\n[ 0.317420] acpiphp: Slot [22] registered\n[ 0.318353] acpiphp: Slot [23] registered\n[ 0.319284] acpiphp: Slot [24] registered\n[ 0.320212] acpiphp: Slot [25] registered\n[ 0.321171] acpiphp: Slot [26] registered\n[ 0.322133] acpiphp: Slot [27] registered\n[ 0.323066] acpiphp: Slot [28] registered\n[ 0.323999] acpiphp: Slot [29] registered\n[ 0.324931] acpiphp: Slot [30] registered\n[ 0.325857] acpiphp: Slot [31] registered\n[ 0.326823] PCI host bridge to bus 0000:00\n[ 0.327761] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.329187] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.330624] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.332366] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.334046] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.335757] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.339138] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.340675] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.342107] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.343592] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.347041] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.348952] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.367876] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.370253] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.371939] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.373552] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375136] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376582] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.378081] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.379338] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.381161] vgaarb: loaded\n[ 0.381877] vgaarb: bridge control possible 0000:00:02.0\n[ 0.383328] SCSI subsystem initialized\n[ 0.384356] ACPI: bus type USB registered\n[ 0.385329] usbcore: registered new interface driver usbfs\n[ 0.386552] usbcore: registered new interface driver hub\n[ 0.387743] usbcore: registered new device driver usb\n[ 0.389028] PCI: Using ACPI for IRQ routing\n[ 0.390293] NetLabel: Initializing\n[ 0.391127] NetLabel: domain hash size = 128\n[ 0.392130] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.393257] NetLabel: unlabeled traffic allowed by default\n[ 0.396790] amd_nb: Cannot enumerate AMD northbridges\n[ 0.397974] clocksource: Switched to clocksource kvm-clock\n[ 0.406106] AppArmor: AppArmor Filesystem Enabled\n[ 0.407304] pnp: PnP ACPI init\n[ 0.408546] pnp: PnP ACPI: found 5 devices\n[ 0.415123] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.417189] NET: Registered protocol family 2\n[ 0.418505] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.420036] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.421459] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.422893] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.424184] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.425592] NET: Registered protocol family 1\n[ 0.426630] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.427956] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.429249] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.445331] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.461800] Unpacking initramfs...\n[ 0.908968] Freeing initrd memory: 37084K\n[ 0.910270] Scanning for low memory corruption every 60 seconds\n[ 0.911929] audit: initializing netlink subsys (disabled)\n[ 0.913152] audit: type=2000 audit(1534057408.849:1): initialized\n[ 0.914751] Initialise system trusted keyring\n[ 0.915863] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.917245] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.919660] zbud: loaded\n[ 0.920571] VFS: Disk quotas dquot_6.6.0\n[ 0.921526] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.923177] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 0.924639] fuse init (API version 7.23)\n[ 0.925668] Key type big_key registered\n[ 0.926602] Allocating IMA MOK and blacklist keyrings.\n[ 0.928063] Key type asymmetric registered\n[ 0.929014] Asymmetric key parser 'x509' registered\n[ 0.930139] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.931855] io scheduler noop registered\n[ 0.932773] io scheduler deadline registered (default)\n[ 0.933923] io scheduler cfq registered\n[ 0.934905] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.936128] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.937670] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.939351] ACPI: Power Button [PWRF]\n[ 0.940363] GHES: HEST is not enabled!\n[ 0.955540] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.986955] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.989462] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.013223] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.015713] Linux agpgart interface v0.103\n[ 1.018067] loop: module loaded\n[ 1.020778] vda: vda1\n[ 1.022201] scsi host0: ata_piix\n[ 1.023054] scsi host1: ata_piix\n[ 1.023861] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.025271] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.026979] libphy: Fixed MDIO Bus: probed\n[ 1.027939] tun: Universal TUN/TAP device driver, 1.6\n[ 1.029069] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.031496] PPP generic driver version 2.4.2\n[ 1.032562] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.033995] ehci-pci: EHCI PCI platform driver\n[ 1.035030] ehci-platform: EHCI generic platform driver\n[ 1.036198] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.037555] ohci-pci: OHCI PCI platform driver\n[ 1.038611] ohci-platform: OHCI generic platform driver\n[ 1.039756] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.055493] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.056681] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.058410] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.059567] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.060892] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.062335] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.063968] usb usb1: Product: UHCI Host Controller\n[ 1.065041] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd\n[ 1.066402] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.067596] hub 1-0:1.0: USB hub found\n[ 1.068509] hub 1-0:1.0: 2 ports detected\n[ 1.069577] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.072001] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.073183] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.074394] mousedev: PS/2 mouse device common for all mice\n[ 1.075844] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.077981] rtc_cmos 00:00: RTC can wake from S4\n[ 1.079276] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.080672] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.082112] i2c /dev entries driver\n[ 1.083002] device-mapper: uevent: version 1.0.3\n[ 1.084095] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.085990] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.087530] NET: Registered protocol family 10\n[ 1.088802] NET: Registered protocol family 17\n[ 1.089862] Key type dns_resolver registered\n[ 1.091047] registered taskstats version 1\n[ 1.092017] Loading compiled-in X.509 certificates\n[ 1.093612] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb'\n[ 1.095792] zswap: loaded using pool lzo/zbud\n[ 1.098139] Key type trusted registered\n[ 1.100978] Key type encrypted registered\n[ 1.101923] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.103143] ima: No TPM chip found, activating TPM-bypass!\n[ 1.104403] evm: HMAC attrs: 0x1\n[ 1.105551] Magic number: 14:167:66\n[ 1.106558] rtc_cmos 00:00: setting system clock to 2018-08-12 07:03:28 UTC (1534057408)\n[ 1.108473] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.109823] EDD information not available.\n[ 1.187266] Freeing unused kernel memory: 1512K\n[ 1.188305] Write protecting the kernel read-only data: 14336k\n[ 1.200560] Freeing unused kernel memory: 1692K\n[ 1.201790] Freeing unused kernel memory: 96K\nLoading, please wait...\nstarting version 229\n[ 1.212006] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.214413] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.216594] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.218755] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.220916] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.223035] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.230650] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.232766] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.235693] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.238681] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.295316] virtio_net virtio0 ens3: renamed from eth0\n[ 1.303131] [drm] Initialized drm 1.1.0 20060810\n[ 1.305407] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 1.307571] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.330315] FDC 0 is a S82078B\n[ 1.343115] AVX2 version of gcm_enc/dec engaged.\n[ 1.344184] AES CTR mode by8 optimization enabled\n[ 1.378008] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.538521] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.539956] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.541458] usb 1-1: Product: QEMU USB Tablet\n[ 1.542465] usb 1-1: Manufacturer: QEMU\n[ 1.543389] usb 1-1: SerialNumber: 42\n[ 1.550679] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.556900] usbcore: registered new interface driver usbhid\n[ 1.558185] usbhid: USB HID core driver\n[ 1.560765] 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.563402] 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.830580] md: linear personality registered for level -1\n[ 1.833944] md: multipath personality registered for level -4\n[ 1.837422] md: raid0 personality registered for level 0\n[ 1.841276] md: raid1 personality registered for level 1\n[ 1.914010] raid6: sse2x1 gen() 11534 MB/s\n[ 1.981985] raid6: sse2x1 xor() 8800 MB/s\n[ 2.049973] raid6: sse2x2 gen() 14494 MB/s\n[ 2.117971] raid6: sse2x2 xor() 9785 MB/s\n[ 2.185973] raid6: sse2x4 gen() 16983 MB/s\n[ 2.253999] raid6: sse2x4 xor() 11568 MB/s\n[ 2.322038] raid6: avx2x1 gen() 22107 MB/s\n[ 2.389982] raid6: avx2x2 gen() 25574 MB/s\n[ 2.457982] raid6: avx2x4 gen() 29507 MB/s\n[ 2.458915] raid6: using algorithm avx2x4 gen() 29507 MB/s\n[ 2.460005] raid6: using avx2x2 recovery algorithm\n[ 2.461006] tsc: Refined TSC clocksource calibration: 3491.817 MHz\n[ 2.462247] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32551ec0d24, max_idle_ns: 440795320994 ns\n[ 2.465933] xor: automatically using best checksumming function:\n[ 2.505992] avx : 31726.000 MB/sec\n[ 2.508355] async_tx: api initialized (async)\n[ 2.519576] md: raid6 personality registered for level 6\n[ 2.520678] md: raid5 personality registered for level 5\n[ 2.521724] md: raid4 personality registered for level 4\n[ 2.527438] 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.557235] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 2.577328] 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.701726] 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.705166] systemd[1]: Detected virtualization kvm.\n[ 2.706190] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.4 LTS[0m!\n\n[ 2.709227] systemd[1]: Set hostname to .\n[ 2.711742] systemd[1]: Initializing machine ID from KVM UUID.\n[ 2.712934] systemd[1]: Installed transient /etc/machine-id file.\n[ 2.845947] 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.848969] systemd[1]: Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[ 2.851551] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 2.853387] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 2.855741] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 2.857711] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 2.859851] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 2.862206] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 2.864526] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 2.866788] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 2.869473] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 2.871486] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 2.873409] 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.876653] systemd[1]: Listening on fsck to fsckd communication Socket.\n[[0;32m OK [0m] Listening on fsck to fsckd communication Socket.\n[ 2.879152] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 2.881328] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 2.883505] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 2.885909] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 2.888337] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 2.892162] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 2.904999] 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.912169] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 2.916811] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 2.921749] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 2.930576] 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.938473] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 2.944377] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 2.949640] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 2.954882] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 2.965389] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 2.968047] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 2.975928] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 2.979449] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 2.986013] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 2.990289] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 2.994755] Loading iSCSI transport class v2.0-870.\n[ 2.996351] systemd[1]: Started Create list of required static device nodes for the current kernel.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 3.010323] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Set console keymap.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 3.021008] iscsi: registered transport (tcp)\n[ 3.072003] iscsi: registered transport (iser)\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Create Static Device Nodes in /dev...\n[[0;32m OK [0m] Started Load Kernel Modules.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n Starting udev Kernel Device Manager...\n Mounting FUSE Control File System...\n Starting Apply Kernel Variables...\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 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 Load/Save Random Seed...\n Starting udev Coldplug all Devices...\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] 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 Create Volatile Files and Directories...\n Starting Commit a transient machine-id on disk...\n Starting Initial cloud-init job (pre-networking)...\n Starting Set console font and keymap...\n Starting 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[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n Starting Update UTMP about System Boot/Shutdown...\n Starting Network Time Synchronization...\n[[0;32m OK [0m] Started 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[ 3.613675] intel_rapl: no valid rapl domains found in package 0\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 4.388437] cloud-init[497]: Cloud-init v. 18.2 running 'init-local' at Sun, 12 Aug 2018 07:03:31 +0000. Up 4.20 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[ 57.561701] cloud-init[945]: Cloud-init v. 18.2 running 'init' at Sun, 12 Aug 2018 07:03:33 +0000. Up 5.48 seconds.\n[ 57.564810] cloud-init[945]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 57.572255] cloud-init[945]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 57.577956] cloud-init[945]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 57.584361] cloud-init[945]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 57.588188] cloud-init[945]: ci-info: | ens3 | True | 192.168.120.27 | 255.255.255.0 | . | fa:16:3e:12:26:86 |\n[ 57.592897] cloud-init[945]: ci-info: | ens3 | True | fe80::f816:3eff:fe12:2686/64 | . | link | fa:16:3e:12:26:86 |\n[ 57.600128] cloud-init[945]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 57.608140] cloud-init[945]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 57.610909] cloud-init[945]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 57.616348] cloud-init[945]: ci-info: +++++++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++++++\n[ 57.624122] cloud-init[945]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 57.626596] cloud-init[945]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 57.632338] cloud-init[945]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 57.636129] cloud-init[945]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | ens3 | UG |\n[ 57.644129] cloud-init[945]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | ens3 | UGH |\n[ 57.646620] cloud-init[945]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[ 57.652350] cloud-init[945]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 57.655993] cloud-init[945]: 2018-08-12 07:04:25,140 - DataSourceEc2.py[WARNING]: Metadata 'network' key not valid: None.\n[ 58.108527] cloud-init[945]: Generating public/private rsa key pair.\n[ 58.109909] cloud-init[945]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.\n[ 58.111426] cloud-init[945]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\n[ 58.116985] cloud-init[945]: The key fingerprint is:\n[ 58.118111] cloud-init[945]: SHA256:Vc8U6B0y/V1gAuFCLg+GpaUZ3QTJJq6ab9Rtf/h6k/c root@shaker-vm-7a2f8673-21ac-460d-8307-4a56ba649122\n[ 58.124130] cloud-init[945]: The key's randomart image is:\n[ 58.125334] cloud-init[945]: +---[RSA 2048]----+\n[ 58.126426] cloud-init[945]: | .o+=o oooo=o |\n[ 58.127515] cloud-init[945]: | .O=o.. .+*o .|\n[ 58.132665] cloud-init[945]: | .=o+ o o. +ooo|\n[ 58.133758] cloud-init[945]: | .. + o . . o|\n[ 58.134863] cloud-init[945]: | o . S |\n[ 58.136124] cloud-init[945]: | o . o |\n[ 58.140137] cloud-init[945]: | + . . . . |\n[ 58.141240] cloud-init[945]: |o . o = . |\n[ 58.144142] cloud-init[945]: | o. .=.o .E |\n[ 58.145247] cloud-init[945]: +----[SHA256]-----+\n[ 58.148127] cloud-init[945]: Generating public/private dsa key pair.\n[ 58.152136] cloud-init[945]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.\n[ 58.153658] cloud-init[945]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\n[ 58.156128] cloud-init[945]: The key fingerprint is:\n[ 58.160140] cloud-init[945]: SHA256:JBJQMpy+6h4KwzCx8YVTYqf8AKEMSe/zfZjm2IJduPU root@shaker-vm-7a2f8673-21ac-460d-8307-4a56ba649122\n[ 58.162038] cloud-init[945]: The key's randomart image is:\n[ 58.168135] cloud-init[945]: +---[DSA 1024]----+\n[ 58.169266] cloud-init[945]: |==*+= |\n[ 58.170335] cloud-init[945]: |=++O . |\n[ 58.171418] cloud-init[945]: |+o*.o . . |\n[ 58.176551] cloud-init[945]: | =o= . o |\n[ 58.177639] cloud-init[945]: |+ .+. . S |\n[ 58.178709] cloud-init[945]: |o.. o..oo |\n[ 58.179792] cloud-init[945]: |o+ o.+=.. |\n[ 58.183141] cloud-init[945]: |+... += .E |\n[ 58.184498] cloud-init[945]: |+o ..o |\n[[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler).\n[[0;32m OK [0m] Reached target System Initialization.\n[ 58.188957] cloud-init[945]: +----[SHA256]-----+\n[[0;32m OK [0m] Started Daily apt download activities.\n[ 58.191237] cloud-init[945]: Generating public/private ecdsa key pair.[[0;32m OK [0m] Listening on ACPID Listen Socket.\n[[0;32m OK [0m] Started Daily apt upgrade and clean activities.\n\n[ 58.195297] cloud-init[945]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. 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 D-Bus System Message Bus Socket.\n[ 58.200289] cloud-init[945]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\n[ 58.201518] cloud-init[945]: The key fingerprint is:\n[ 58.202340] cloud-init[945]: SHA256:J4PgR2s13rfufif57+E1WReXrS80YHxHGOQoq7bi/H4 root@shaker-vm-7a2f8673-21ac-460d-8307-4a56ba649122\n[ 58.203921] \ncloud-init[945]: The key's randomart image is:\n[ 58.205661] cloud-init[945]: +---[ECDSA 256]---+\n[ 58.206714] cloud-init[945]: | .oo.|[[0;32m OK [0m] Started ACPI Events Check.\n[[0;32m OK [0m] Reached target Paths.\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 Network is Online.\n\n[ 58.212222] cloud-init[945]: | . o..o|\n[ 58.213257] cloud-init[945]: | . . o . = oo+|\n Starting iSCSI initiator daemon (iscsid)...\n[ 58.215916] cloud-init[945]: | . o = o + o oo|\n[ 58.216971] cloud-init[945]: | . = S + . + o|\n[[0;32m OK [0m] Reached target Cloud-config availability.\n[ 58.219217] cloud-init[945]: | o = . o o+|[[0;32m OK [0m] Listening on LXD - unix socket.\n[[0;32m OK [0m] Listening on Socket activation for snappy daemon.\n\n[ 58.224072] cloud-init[945]: | o . .=o|\n[ 58.226811] cloud-init[945]: | ... .E. =.=|\n[ 58.230649] cloud-init[945]: | .o++. o+. *=|\n[[0;32m OK [0m] Reached target Sockets.\n[ 58.233363] cloud-init[945]: +----[SHA256]-----+\n[[0;32m OK [0m] Reached target Basic System.\n[ 58.235363] cloud-init[945]: Generating public/private ed25519 key pair.[[0;32m OK [0m] Started Deferred execution scheduler.\n\n[ 58.238066] cloud-init[945]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.\n[ 58.240065] cloud-init[945]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\n Starting Pollinate to seed the pseudo random number generator...\n[ 58.243767] cloud-init[945]: [[0;32m OK [0m] Started FUSE filesystem for LXC.\n Starting Login Service...\n[[0;32m OK [0m] Started ACPI event daemon.\n Starting Accounts Service...The key fingerprint is:\n[[0;32m OK [0m] Started Unattended Upgrades Shutdown.\n\n Starting Snappy daemon...\n Starting LSB: Record successful boot for GRUB...\n[[0;32m OK [0m] Started iperf Service.\n[[0;32m OK [0m] Started iperf3 Service.\n[ 58.268585] cloud-init[945]: [[0;32m OK [0m] Started D-Bus System Message Bus.\nSHA256:X0ce9iL72QbWyWwCJ/XZCVMPG8OsufqOx79uDN2yObw root@shaker-vm-7a2f8673-21ac-460d-8307-4a56ba649122\n[ 58.297946] cloud-init[945]: The key's randomart image is:\n[ 58.303672] cloud-init[945]: +--[ED25519 256]--+\n[ 58.313475] cloud-init[945]: | o=. |\n Starting Apply the settings specified in cloud-config...\n[[0;32m OK [0m] Started Regular background program processing daemon.\n Starting System Logging Service...\n Starting LSB: MD monitoring daemon...\n Starting /etc/rc.local Compatibility...\n Starting LXD - container startup/shutdown...\n[[0;32m OK [0m] Started /etc/rc.local Compatibility.\n[ 58.363657] cloud-init[945]: | +o=.|\n[ 58.375824] cloud-init[945]: | .oO =|\n[ 58.391225] cloud-init[945]: | oo= *.|\n[ 58.403939] cloud-init[945]: | S *o*oo|\n[ 58.415612] cloud-init[945]: | . .o==*o|\n[ 58.428393] [[0;32m OK [0m] Started LSB: Record successful boot for GRUB.\n[[0;32m OK [0m] Started Login Service.\n Starting Authenticate and Authorize Users to Run Privileged Tasks...\ncloud-init[945]: | .o.=o= |\n[ 58.449531] cloud-init[945]: [[0;32m OK [0m] Started LSB: MD monitoring daemon.\n| ..o.Bo.|\n[ 58.464222] cloud-init[945]: [[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks.\n[[0;32m OK [0m] Started Accounts Service.\n| .+o+E=.|\n[ 58.479667] cloud-init[945]: +----[SHA256]-----+\n[[0;32m OK [0m] Started LXD - container startup/shutdown.\n[[0;32m OK [0m] Started Snappy daemon.\n Starting Wait until snapd is fully seeded...\n[ 58.874392] cloud-init[1094]: Generating locales (this might take a while)...\n[ 59.540896] cloud-init[1094]: en_US.UTF-8... done\n[ 59.542842] cloud-init[1094]: 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 07:04:44,194 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/39e1a5b6-af3d-464b-badb-c22da697010e/action used request id req-4ef96018-673d-47cf-8e7f-54ee083dde08 2018-08-12 07:04:44,194 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0816369056702s 2018-08-12 07:04:44,196 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/39e1a5b6-af3d-464b-badb-c22da697010e/action used request id req-4ef96018-673d-47cf-8e7f-54ee083dde08 2018-08-12 07:04:44,196 - 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 684801774 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.146544] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.148492] pid_max: default: 32768 minimum: 301 [ 0.149628] ACPI: Core revision 20150930 [ 0.151121] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.152788] Security Framework initialized [ 0.153736] Yama: becoming mindful. [ 0.154583] AppArmor: AppArmor initialized [ 0.155557] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.157145] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.158666] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.160125] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.161761] Initializing cgroup subsys io [ 0.162754] Initializing cgroup subsys memory [ 0.163750] Initializing cgroup subsys devices [ 0.164745] Initializing cgroup subsys freezer [ 0.165782] Initializing cgroup subsys net_cls [ 0.166823] Initializing cgroup subsys perf_event [ 0.167862] Initializing cgroup subsys net_prio [ 0.168888] Initializing cgroup subsys hugetlb [ 0.169917] Initializing cgroup subsys pids [ 0.170910] CPU: Physical Processor ID: 0 [ 0.172520] mce: CPU supports 10 MCE banks [ 0.173496] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.174659] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.175921] Spectre V2 : Mitigation: Full generic retpoline [ 0.177130] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported [ 0.178673] Speculative Store Bypass: Vulnerable [ 0.195474] Freeing SMP alternatives memory: 32K [ 0.201163] ftrace: allocating 32237 entries in 126 pages [ 0.234873] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.236297] smpboot: Max logical packages: 1 [ 0.237414] x2apic enabled [ 0.238288] Switched APIC routing to physical x2apic. [ 0.240176] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.241507] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.243790] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.245840] KVM setup paravirtual spinlock [ 0.247270] x86: Booted up 1 node, 1 CPUs [ 0.248198] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.249828] devtmpfs: initialized [ 0.251669] evm: security.selinux [ 0.252462] evm: security.SMACK64 [ 0.253242] evm: security.SMACK64EXEC [ 0.254107] evm: security.SMACK64TRANSMUTE [ 0.255036] evm: security.SMACK64MMAP [ 0.255886] evm: security.ima [ 0.256612] evm: security.capability [ 0.257587] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.259676] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.261070] pinctrl core: initialized pinctrl subsystem [ 0.262322] RTC time: 7:03:28, date: 08/12/18 [ 0.263427] NET: Registered protocol family 16 [ 0.264549] cpuidle: using governor ladder [ 0.265492] cpuidle: using governor menu [ 0.266437] PCCT header not found. [ 0.267308] ACPI: bus type PCI registered [ 0.268222] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.269664] PCI: Using configuration type 1 for base access [ 0.271696] ACPI: Added _OSI(Module Device) [ 0.272665] ACPI: Added _OSI(Processor Device) [ 0.273664] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.274706] ACPI: Added _OSI(Processor Aggregator Device) [ 0.276658] ACPI: Interpreter enabled [ 0.277537] ACPI: (supports S0 S5) [ 0.278357] ACPI: Using IOAPIC for interrupt routing [ 0.279463] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.283006] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.284340] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.285784] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.287184] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.289778] acpiphp: Slot [3] registered [ 0.290733] acpiphp: Slot [4] registered [ 0.291685] acpiphp: Slot [5] registered [ 0.292605] acpiphp: Slot [6] registered [ 0.303282] acpiphp: Slot [7] registered [ 0.304204] acpiphp: Slot [8] registered [ 0.305122] acpiphp: Slot [9] registered [ 0.306050] acpiphp: Slot [10] registered [ 0.306995] acpiphp: Slot [11] registered [ 0.307973] acpiphp: Slot [12] registered [ 0.308910] acpiphp: Slot [13] registered [ 0.309846] acpiphp: Slot [14] registered [ 0.310798] acpiphp: Slot [15] registered [ 0.311772] acpiphp: Slot [16] registered [ 0.312705] acpiphp: Slot [17] registered [ 0.313636] acpiphp: Slot [18] registered [ 0.314568] acpiphp: Slot [19] registered [ 0.315502] acpiphp: Slot [20] registered [ 0.316477] acpiphp: Slot [21] registered [ 0.317420] acpiphp: Slot [22] registered [ 0.318353] acpiphp: Slot [23] registered [ 0.319284] acpiphp: Slot [24] registered [ 0.320212] acpiphp: Slot [25] registered [ 0.321171] acpiphp: Slot [26] registered [ 0.322133] acpiphp: Slot [27] registered [ 0.323066] acpiphp: Slot [28] registered [ 0.323999] acpiphp: Slot [29] registered [ 0.324931] acpiphp: Slot [30] registered [ 0.325857] acpiphp: Slot [31] registered [ 0.326823] PCI host bridge to bus 0000:00 [ 0.327761] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.329187] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.330624] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.332366] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.334046] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.335757] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.339138] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.340675] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.342107] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.343592] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.347041] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.348952] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.367876] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.370253] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.371939] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.373552] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.375136] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.376582] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.378081] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.379338] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.381161] vgaarb: loaded [ 0.381877] vgaarb: bridge control possible 0000:00:02.0 [ 0.383328] SCSI subsystem initialized [ 0.384356] ACPI: bus type USB registered [ 0.385329] usbcore: registered new interface driver usbfs [ 0.386552] usbcore: registered new interface driver hub [ 0.387743] usbcore: registered new device driver usb [ 0.389028] PCI: Using ACPI for IRQ routing [ 0.390293] NetLabel: Initializing [ 0.391127] NetLabel: domain hash size = 128 [ 0.392130] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393257] NetLabel: unlabeled traffic allowed by default [ 0.396790] amd_nb: Cannot enumerate AMD northbridges [ 0.397974] clocksource: Switched to clocksource kvm-clock [ 0.406106] AppArmor: AppArmor Filesystem Enabled [ 0.407304] pnp: PnP ACPI init [ 0.408546] pnp: PnP ACPI: found 5 devices [ 0.415123] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.417189] NET: Registered protocol family 2 [ 0.418505] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.420036] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.421459] TCP: Hash tables configured (established 4096 bind 4096) [ 0.422893] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.424184] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.425592] NET: Registered protocol family 1 [ 0.426630] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.427956] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.429249] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.445331] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.461800] Unpacking initramfs... [ 0.908968] Freeing initrd memory: 37084K [ 0.910270] Scanning for low memory corruption every 60 seconds [ 0.911929] audit: initializing netlink subsys (disabled) [ 0.913152] audit: type=2000 audit(1534057408.849:1): initialized [ 0.914751] Initialise system trusted keyring [ 0.915863] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.917245] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.919660] zbud: loaded [ 0.920571] VFS: Disk quotas dquot_6.6.0 [ 0.921526] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.923177] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.924639] fuse init (API version 7.23) [ 0.925668] Key type big_key registered [ 0.926602] Allocating IMA MOK and blacklist keyrings. [ 0.928063] Key type asymmetric registered [ 0.929014] Asymmetric key parser 'x509' registered [ 0.930139] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.931855] io scheduler noop registered [ 0.932773] io scheduler deadline registered (default) [ 0.933923] io scheduler cfq registered [ 0.934905] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.936128] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.937670] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.939351] ACPI: Power Button [PWRF] [ 0.940363] GHES: HEST is not enabled! [ 0.955540] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.986955] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.989462] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 1.013223] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 1.015713] Linux agpgart interface v0.103 [ 1.018067] loop: module loaded [ 1.020778] vda: vda1 [ 1.022201] scsi host0: ata_piix [ 1.023054] scsi host1: ata_piix [ 1.023861] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.025271] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.026979] libphy: Fixed MDIO Bus: probed [ 1.027939] tun: Universal TUN/TAP device driver, 1.6 [ 1.029069] tun: (C) 1999-2004 Max Krasnyansky [ 1.031496] PPP generic driver version 2.4.2 [ 1.032562] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.033995] ehci-pci: EHCI PCI platform driver [ 1.035030] ehci-platform: EHCI generic platform driver [ 1.036198] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.037555] ohci-pci: OHCI PCI platform driver [ 1.038611] ohci-platform: OHCI generic platform driver [ 1.039756] uhci_hcd: USB Universal Host Controller Interface driver [ 1.055493] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.056681] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.058410] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.059567] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.060892] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.062335] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.063968] usb usb1: Product: UHCI Host Controller [ 1.065041] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd [ 1.066402] usb usb1: SerialNumber: 0000:00:01.2 [ 1.067596] hub 1-0:1.0: USB hub found [ 1.068509] hub 1-0:1.0: 2 ports detected [ 1.069577] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.072001] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.073183] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.074394] mousedev: PS/2 mouse device common for all mice [ 1.075844] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.077981] rtc_cmos 00:00: RTC can wake from S4 [ 1.079276] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.080672] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.082112] i2c /dev entries driver [ 1.083002] device-mapper: uevent: version 1.0.3 [ 1.084095] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 1.085990] ledtrig-cpu: registered to indicate activity on CPUs [ 1.087530] NET: Registered protocol family 10 [ 1.088802] NET: Registered protocol family 17 [ 1.089862] Key type dns_resolver registered [ 1.091047] registered taskstats version 1 [ 1.092017] Loading compiled-in X.509 certificates [ 1.093612] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb' [ 1.095792] zswap: loaded using pool lzo/zbud [ 1.098139] Key type trusted registered [ 1.100978] Key type encrypted registered [ 1.101923] AppArmor: AppArmor sha1 policy hashing enabled [ 1.103143] ima: No TPM chip found, activating TPM-bypass! [ 1.104403] evm: HMAC attrs: 0x1 [ 1.105551] Magic number: 14:167:66 [ 1.106558] rtc_cmos 00:00: setting system clock to 2018-08-12 07:03:28 UTC (1534057408) [ 1.108473] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 1.109823] EDD information not available. [ 1.187266] Freeing unused kernel memory: 1512K [ 1.188305] Write protecting the kernel read-only data: 14336k [ 1.200560] Freeing unused kernel memory: 1692K [ 1.201790] Freeing unused kernel memory: 96K Loading, please wait... starting version 229 [ 1.212006] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.214413] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.216594] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.218755] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.220916] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.223035] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.230650] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.232766] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.235693] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.238681] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.295316] virtio_net virtio0 ens3: renamed from eth0 [ 1.303131] [drm] Initialized drm 1.1.0 20060810 [ 1.305407] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4 [ 1.307571] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.330315] FDC 0 is a S82078B [ 1.343115] AVX2 version of gcm_enc/dec engaged. [ 1.344184] AES CTR mode by8 optimization enabled [ 1.378008] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.538521] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.539956] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.541458] usb 1-1: Product: QEMU USB Tablet [ 1.542465] usb 1-1: Manufacturer: QEMU [ 1.543389] usb 1-1: SerialNumber: 42 [ 1.550679] hidraw: raw HID events driver (C) Jiri Kosina [ 1.556900] usbcore: registered new interface driver usbhid [ 1.558185] usbhid: USB HID core driver [ 1.560765] 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.563402] 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.830580] md: linear personality registered for level -1 [ 1.833944] md: multipath personality registered for level -4 [ 1.837422] md: raid0 personality registered for level 0 [ 1.841276] md: raid1 personality registered for level 1 [ 1.914010] raid6: sse2x1 gen() 11534 MB/s [ 1.981985] raid6: sse2x1 xor() 8800 MB/s [ 2.049973] raid6: sse2x2 gen() 14494 MB/s [ 2.117971] raid6: sse2x2 xor() 9785 MB/s [ 2.185973] raid6: sse2x4 gen() 16983 MB/s [ 2.253999] raid6: sse2x4 xor() 11568 MB/s [ 2.322038] raid6: avx2x1 gen() 22107 MB/s [ 2.389982] raid6: avx2x2 gen() 25574 MB/s [ 2.457982] raid6: avx2x4 gen() 29507 MB/s [ 2.458915] raid6: using algorithm avx2x4 gen() 29507 MB/s [ 2.460005] raid6: using avx2x2 recovery algorithm [ 2.461006] tsc: Refined TSC clocksource calibration: 3491.817 MHz [ 2.462247] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32551ec0d24, max_idle_ns: 440795320994 ns [ 2.465933] xor: automatically using best checksumming function: [ 2.505992] avx : 31726.000 MB/sec [ 2.508355] async_tx: api initialized (async) [ 2.519576] md: raid6 personality registered for level 6 [ 2.520678] md: raid5 personality registered for level 5 [ 2.521724] md: raid4 personality registered for level 4 [ 2.527438] 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.557235] Btrfs loaded Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 2.577328] 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.701726] 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.705166] systemd[1]: Detected virtualization kvm. [ 2.706190] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 2.709227] systemd[1]: Set hostname to . [ 2.711742] systemd[1]: Initializing machine ID from KVM UUID. [ 2.712934] systemd[1]: Installed transient /etc/machine-id file. [ 2.845947] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [ 2.848969] systemd[1]: Started Trigger resolvconf update for networkd DNS. [[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS. [ 2.851551] systemd[1]: Reached target Swap. [[0;32m OK [0m] Reached target Swap. [ 2.853387] systemd[1]: Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. [ 2.855741] systemd[1]: Listening on Syslog Socket. [[0;32m OK [0m] Listening on Syslog Socket. [ 2.857711] systemd[1]: Reached target Encrypted Volumes. [[0;32m OK [0m] Reached target Encrypted Volumes. [ 2.859851] systemd[1]: Reached target User and Group Name Lookups. [[0;32m OK [0m] Reached target User and Group Name Lookups. [ 2.862206] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on udev Kernel Socket. [ 2.864526] systemd[1]: Created slice User and Session Slice. [[0;32m OK [0m] Created slice User and Session Slice. [ 2.866788] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [ 2.869473] systemd[1]: Created slice System Slice. [[0;32m OK [0m] Created slice System Slice. [ 2.871486] systemd[1]: Reached target Slices. [[0;32m OK [0m] Reached target Slices. [ 2.873409] 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.876653] systemd[1]: Listening on fsck to fsckd communication Socket. [[0;32m OK [0m] Listening on fsck to fsckd communication Socket. [ 2.879152] systemd[1]: Listening on udev Control Socket. [[0;32m OK [0m] Listening on udev Control Socket. [ 2.881328] systemd[1]: Listening on Journal Audit Socket. [[0;32m OK [0m] Listening on Journal Audit Socket. [ 2.883505] systemd[1]: Listening on Journal Socket. [[0;32m OK [0m] Listening on Journal Socket. [ 2.885909] systemd[1]: Starting Uncomplicated firewall... Starting Uncomplicated firewall... [ 2.888337] systemd[1]: Mounting Huge Pages File System... Mounting Huge Pages File System... [ 2.892162] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 2.904999] 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.912169] systemd[1]: Starting Set console keymap... Starting Set console keymap... [ 2.916811] systemd[1]: Mounting Debug File System... Mounting Debug File System... [ 2.921749] systemd[1]: Listening on Device-mapper event daemon FIFOs. [[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs. [ 2.930576] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... Starting Monitoring of LVM2 mirrors... dmeventd or progress polling... [ 2.938473] systemd[1]: Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Listening on Journal Socket (/dev/log). [ 2.944377] systemd[1]: Starting Journal Service... Starting Journal Service... [ 2.949640] systemd[1]: Listening on LVM2 poll daemon socket. [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [ 2.954882] systemd[1]: Starting Nameserver information manager... Starting Nameserver information manager... [ 2.965389] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 2.968047] systemd[1]: Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. [ 2.975928] systemd[1]: Mounted POSIX Message Queue File System. [[0;32m OK [0m] Mounted POSIX Message Queue File System. [ 2.979449] systemd[1]: Mounted Huge Pages File System. [[0;32m OK [0m] Mounted Huge Pages File System. [ 2.986013] systemd[1]: Mounted Debug File System. [[0;32m OK [0m] Mounted Debug File System. [ 2.990289] systemd[1]: Started Uncomplicated firewall. [[0;32m OK [0m] Started Uncomplicated firewall. [ 2.994755] Loading iSCSI transport class v2.0-870. [ 2.996351] systemd[1]: Started Create list of required static device nodes for the current kernel. [[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [ 3.010323] systemd[1]: Started Journal Service. [[0;32m OK [0m] Started Journal Service. [[0;32m OK [0m] Started Set console keymap. [[0;32m OK [0m] Started Nameserver information manager. [ 3.021008] iscsi: registered transport (tcp) [ 3.072003] iscsi: registered transport (iser) [[0;32m OK [0m] Started LVM2 metadata daemon. Starting Create Static Device Nodes in /dev... [[0;32m OK [0m] Started Load Kernel Modules. [[0;32m OK [0m] Started Create Static Device Nodes in /dev. Starting udev Kernel Device Manager... Mounting FUSE Control File System... Starting Apply Kernel Variables... [[0;32m OK [0m] Mounted FUSE Control File System. [[0;32m OK [0m] Started Apply Kernel Variables. [[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 Load/Save Random Seed... Starting udev Coldplug all Devices... [[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] 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 LSB: AppArmor initialization... Starting Create Volatile Files and Directories... Starting Commit a transient machine-id on disk... Starting Initial cloud-init job (pre-networking)... Starting Set console font and keymap... Starting Tell Plymouth To Write Out Runtime Data... [[0;32m OK [0m] Started Commit a transient machine-id on disk. [[0;32m OK [0m] Started Create Volatile Files and Directories. [[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data. Starting Update UTMP about System Boot/Shutdown... Starting Network Time Synchronization... [[0;32m OK [0m] Started 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] Found device /dev/ttyS0. [ 3.613675] intel_rapl: no valid rapl domains found in package 0 [[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. [ 4.388437] cloud-init[497]: Cloud-init v. 18.2 running 'init-local' at Sun, 12 Aug 2018 07:03:31 +0000. Up 4.20 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. Starting Initial cloud-init job (metadata service crawler)... [[0;32m OK [0m] Reached target Network. [ 57.561701] cloud-init[945]: Cloud-init v. 18.2 running 'init' at Sun, 12 Aug 2018 07:03:33 +0000. Up 5.48 seconds. [ 57.564810] cloud-init[945]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++ [ 57.572255] cloud-init[945]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+ [ 57.577956] cloud-init[945]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address | [ 57.584361] cloud-init[945]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+ [ 57.588188] cloud-init[945]: ci-info: | ens3 | True | 192.168.120.27 | 255.255.255.0 | . | fa:16:3e:12:26:86 | [ 57.592897] cloud-init[945]: ci-info: | ens3 | True | fe80::f816:3eff:fe12:2686/64 | . | link | fa:16:3e:12:26:86 | [ 57.600128] cloud-init[945]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . | [ 57.608140] cloud-init[945]: ci-info: | lo | True | ::1/128 | . | host | . | [ 57.610909] cloud-init[945]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+ [ 57.616348] cloud-init[945]: ci-info: +++++++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++++++ [ 57.624122] cloud-init[945]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 57.626596] cloud-init[945]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 57.632338] cloud-init[945]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 57.636129] cloud-init[945]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | ens3 | UG | [ 57.644129] cloud-init[945]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | ens3 | UGH | [ 57.646620] cloud-init[945]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U | [ 57.652350] cloud-init[945]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 57.655993] cloud-init[945]: 2018-08-12 07:04:25,140 - DataSourceEc2.py[WARNING]: Metadata 'network' key not valid: None. [ 58.108527] cloud-init[945]: Generating public/private rsa key pair. [ 58.109909] cloud-init[945]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key. [ 58.111426] cloud-init[945]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. [ 58.116985] cloud-init[945]: The key fingerprint is: [ 58.118111] cloud-init[945]: SHA256:Vc8U6B0y/V1gAuFCLg+GpaUZ3QTJJq6ab9Rtf/h6k/c root@shaker-vm-7a2f8673-21ac-460d-8307-4a56ba649122 [ 58.124130] cloud-init[945]: The key's randomart image is: [ 58.125334] cloud-init[945]: +---[RSA 2048]----+ [ 58.126426] cloud-init[945]: | .o+=o oooo=o | [ 58.127515] cloud-init[945]: | .O=o.. .+*o .| [ 58.132665] cloud-init[945]: | .=o+ o o. +ooo| [ 58.133758] cloud-init[945]: | .. + o . . o| [ 58.134863] cloud-init[945]: | o . S | [ 58.136124] cloud-init[945]: | o . o | [ 58.140137] cloud-init[945]: | + . . . . | [ 58.141240] cloud-init[945]: |o . o = . | [ 58.144142] cloud-init[945]: | o. .=.o .E | [ 58.145247] cloud-init[945]: +----[SHA256]-----+ [ 58.148127] cloud-init[945]: Generating public/private dsa key pair. [ 58.152136] cloud-init[945]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key. [ 58.153658] cloud-init[945]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. [ 58.156128] cloud-init[945]: The key fingerprint is: [ 58.160140] cloud-init[945]: SHA256:JBJQMpy+6h4KwzCx8YVTYqf8AKEMSe/zfZjm2IJduPU root@shaker-vm-7a2f8673-21ac-460d-8307-4a56ba649122 [ 58.162038] cloud-init[945]: The key's randomart image is: [ 58.168135] cloud-init[945]: +---[DSA 1024]----+ [ 58.169266] cloud-init[945]: |==*+= | [ 58.170335] cloud-init[945]: |=++O . | [ 58.171418] cloud-init[945]: |+o*.o . . | [ 58.176551] cloud-init[945]: | =o= . o | [ 58.177639] cloud-init[945]: |+ .+. . S | [ 58.178709] cloud-init[945]: |o.. o..oo | [ 58.179792] cloud-init[945]: |o+ o.+=.. | [ 58.183141] cloud-init[945]: |+... += .E | [ 58.184498] cloud-init[945]: |+o ..o | [[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler). [[0;32m OK [0m] Reached target System Initialization. [ 58.188957] cloud-init[945]: +----[SHA256]-----+ [[0;32m OK [0m] Started Daily apt download activities. [ 58.191237] cloud-init[945]: Generating public/private ecdsa key pair.[[0;32m OK [0m] Listening on ACPID Listen Socket. [[0;32m OK [0m] Started Daily apt upgrade and clean activities. [ 58.195297] cloud-init[945]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. 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 D-Bus System Message Bus Socket. [ 58.200289] cloud-init[945]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. [ 58.201518] cloud-init[945]: The key fingerprint is: [ 58.202340] cloud-init[945]: SHA256:J4PgR2s13rfufif57+E1WReXrS80YHxHGOQoq7bi/H4 root@shaker-vm-7a2f8673-21ac-460d-8307-4a56ba649122 [ 58.203921] cloud-init[945]: The key's randomart image is: [ 58.205661] cloud-init[945]: +---[ECDSA 256]---+ [ 58.206714] cloud-init[945]: | .oo.|[[0;32m OK [0m] Started ACPI Events Check. [[0;32m OK [0m] Reached target Paths. [[0;32m OK [0m] Listening on UUID daemon activation socket. Starting Socket activation for snappy daemon. [[0;32m OK [0m] Reached target Network is Online. [ 58.212222] cloud-init[945]: | . o..o| [ 58.213257] cloud-init[945]: | . . o . = oo+| Starting iSCSI initiator daemon (iscsid)... [ 58.215916] cloud-init[945]: | . o = o + o oo| [ 58.216971] cloud-init[945]: | . = S + . + o| [[0;32m OK [0m] Reached target Cloud-config availability. [ 58.219217] cloud-init[945]: | o = . o o+|[[0;32m OK [0m] Listening on LXD - unix socket. [[0;32m OK [0m] Listening on Socket activation for snappy daemon. [ 58.224072] cloud-init[945]: | o . .=o| [ 58.226811] cloud-init[945]: | ... .E. =.=| [ 58.230649] cloud-init[945]: | .o++. o+. *=| [[0;32m OK [0m] Reached target Sockets. [ 58.233363] cloud-init[945]: +----[SHA256]-----+ [[0;32m OK [0m] Reached target Basic System. [ 58.235363] cloud-init[945]: Generating public/private ed25519 key pair.[[0;32m OK [0m] Started Deferred execution scheduler. [ 58.238066] cloud-init[945]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. [ 58.240065] cloud-init[945]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. Starting Pollinate to seed the pseudo random number generator... [ 58.243767] cloud-init[945]: [[0;32m OK [0m] Started FUSE filesystem for LXC. Starting Login Service... [[0;32m OK [0m] Started ACPI event daemon. Starting Accounts Service...The key fingerprint is: [[0;32m OK [0m] Started Unattended Upgrades Shutdown. Starting Snappy daemon... Starting LSB: Record successful boot for GRUB... [[0;32m OK [0m] Started iperf Service. [[0;32m OK [0m] Started iperf3 Service. [ 58.268585] cloud-init[945]: [[0;32m OK [0m] Started D-Bus System Message Bus. SHA256:X0ce9iL72QbWyWwCJ/XZCVMPG8OsufqOx79uDN2yObw root@shaker-vm-7a2f8673-21ac-460d-8307-4a56ba649122 [ 58.297946] cloud-init[945]: The key's randomart image is: [ 58.303672] cloud-init[945]: +--[ED25519 256]--+ [ 58.313475] cloud-init[945]: | o=. | Starting Apply the settings specified in cloud-config... [[0;32m OK [0m] Started Regular background program processing daemon. Starting System Logging Service... Starting LSB: MD monitoring daemon... Starting /etc/rc.local Compatibility... Starting LXD - container startup/shutdown... [[0;32m OK [0m] Started /etc/rc.local Compatibility. [ 58.363657] cloud-init[945]: | +o=.| [ 58.375824] cloud-init[945]: | .oO =| [ 58.391225] cloud-init[945]: | oo= *.| [ 58.403939] cloud-init[945]: | S *o*oo| [ 58.415612] cloud-init[945]: | . .o==*o| [ 58.428393] [[0;32m OK [0m] Started LSB: Record successful boot for GRUB. [[0;32m OK [0m] Started Login Service. Starting Authenticate and Authorize Users to Run Privileged Tasks... cloud-init[945]: | .o.=o= | [ 58.449531] cloud-init[945]: [[0;32m OK [0m] Started LSB: MD monitoring daemon. | ..o.Bo.| [ 58.464222] cloud-init[945]: [[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks. [[0;32m OK [0m] Started Accounts Service. | .+o+E=.| [ 58.479667] cloud-init[945]: +----[SHA256]-----+ [[0;32m OK [0m] Started LXD - container startup/shutdown. [[0;32m OK [0m] Started Snappy daemon. Starting Wait until snapd is fully seeded... [ 58.874392] cloud-init[1094]: Generating locales (this might take a while)... [ 59.540896] cloud-init[1094]: en_US.UTF-8... done [ 59.542842] cloud-init[1094]: 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 07:04:44,200 - paramiko.transport - DEBUG - starting thread (client mode): 0xef82410L 2018-08-12 07:04:44,201 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-12 07:04:44,206 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.2p2 Ubuntu-4ubuntu2.4 2018-08-12 07:04:44,206 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.2p2) 2018-08-12 07:04:44,208 - 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 07:04:44,208 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-12 07:04:44,208 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-12 07:04:44,208 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-12 07:04:44,208 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-12 07:04:44,208 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-12 07:04:44,248 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-12 07:04:44,249 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-12 07:04:44,264 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 172.30.9.208: adad65cf1cf958ed53869097cad08095 2018-08-12 07:04:44,265 - paramiko.transport - DEBUG - Trying discovered key d5996d6ea6f3ad69643c4d6133e42342 in /tmp/tmpRAMop7 2018-08-12 07:04:44,288 - paramiko.transport - DEBUG - userauth is OK 2018-08-12 07:04:44,309 - paramiko.transport - INFO - Auth banner: "System is booting up. See pam_nologin(8)" 2018-08-12 07:04:44,310 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-12 07:04:44,331 - paramiko.transport - DEBUG - Trying discovered key 53a32704d80d9fa5426a394ad4fcf413 in /root/.ssh/id_rsa 2018-08-12 07:04:44,332 - functest.core.singlevm - DEBUG - try 9: cannot connect to 172.30.9.208: No existing session 2018-08-12 07:04:53,342 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-12 07:04:53,345 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/39e1a5b6-af3d-464b-badb-c22da697010e/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}a224d027bc12979b87eaf29ef961ad0e58a40af8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 07:04:53,460 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 07:04: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-c24a37cf-439d-446d-8c1c-7386f4ed7f3f x-compute-request-id: req-c24a37cf-439d-446d-8c1c-7386f4ed7f3f Content-Encoding: gzip Content-Length: 13207 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 684801774 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.146544] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.148492] pid_max: default: 32768 minimum: 301\n[ 0.149628] ACPI: Core revision 20150930\n[ 0.151121] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.152788] Security Framework initialized\n[ 0.153736] Yama: becoming mindful.\n[ 0.154583] AppArmor: AppArmor initialized\n[ 0.155557] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.157145] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.158666] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.160125] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.161761] Initializing cgroup subsys io\n[ 0.162754] Initializing cgroup subsys memory\n[ 0.163750] Initializing cgroup subsys devices\n[ 0.164745] Initializing cgroup subsys freezer\n[ 0.165782] Initializing cgroup subsys net_cls\n[ 0.166823] Initializing cgroup subsys perf_event\n[ 0.167862] Initializing cgroup subsys net_prio\n[ 0.168888] Initializing cgroup subsys hugetlb\n[ 0.169917] Initializing cgroup subsys pids\n[ 0.170910] CPU: Physical Processor ID: 0\n[ 0.172520] mce: CPU supports 10 MCE banks\n[ 0.173496] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.174659] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.175921] Spectre V2 : Mitigation: Full generic retpoline\n[ 0.177130] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported\n[ 0.178673] Speculative Store Bypass: Vulnerable\n[ 0.195474] Freeing SMP alternatives memory: 32K\n[ 0.201163] ftrace: allocating 32237 entries in 126 pages\n[ 0.234873] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.236297] smpboot: Max logical packages: 1\n[ 0.237414] x2apic enabled\n[ 0.238288] Switched APIC routing to physical x2apic.\n[ 0.240176] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.241507] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.243790] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.245840] KVM setup paravirtual spinlock\n[ 0.247270] x86: Booted up 1 node, 1 CPUs\n[ 0.248198] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.249828] devtmpfs: initialized\n[ 0.251669] evm: security.selinux\n[ 0.252462] evm: security.SMACK64\n[ 0.253242] evm: security.SMACK64EXEC\n[ 0.254107] evm: security.SMACK64TRANSMUTE\n[ 0.255036] evm: security.SMACK64MMAP\n[ 0.255886] evm: security.ima\n[ 0.256612] evm: security.capability\n[ 0.257587] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.259676] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.261070] pinctrl core: initialized pinctrl subsystem\n[ 0.262322] RTC time: 7:03:28, date: 08/12/18\n[ 0.263427] NET: Registered protocol family 16\n[ 0.264549] cpuidle: using governor ladder\n[ 0.265492] cpuidle: using governor menu\n[ 0.266437] PCCT header not found.\n[ 0.267308] ACPI: bus type PCI registered\n[ 0.268222] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.269664] PCI: Using configuration type 1 for base access\n[ 0.271696] ACPI: Added _OSI(Module Device)\n[ 0.272665] ACPI: Added _OSI(Processor Device)\n[ 0.273664] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.274706] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.276658] ACPI: Interpreter enabled\n[ 0.277537] ACPI: (supports S0 S5)\n[ 0.278357] ACPI: Using IOAPIC for interrupt routing\n[ 0.279463] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.283006] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.284340] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.285784] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.287184] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.289778] acpiphp: Slot [3] registered\n[ 0.290733] acpiphp: Slot [4] registered\n[ 0.291685] acpiphp: Slot [5] registered\n[ 0.292605] acpiphp: Slot [6] registered\n[ 0.303282] acpiphp: Slot [7] registered\n[ 0.304204] acpiphp: Slot [8] registered\n[ 0.305122] acpiphp: Slot [9] registered\n[ 0.306050] acpiphp: Slot [10] registered\n[ 0.306995] acpiphp: Slot [11] registered\n[ 0.307973] acpiphp: Slot [12] registered\n[ 0.308910] acpiphp: Slot [13] registered\n[ 0.309846] acpiphp: Slot [14] registered\n[ 0.310798] acpiphp: Slot [15] registered\n[ 0.311772] acpiphp: Slot [16] registered\n[ 0.312705] acpiphp: Slot [17] registered\n[ 0.313636] acpiphp: Slot [18] registered\n[ 0.314568] acpiphp: Slot [19] registered\n[ 0.315502] acpiphp: Slot [20] registered\n[ 0.316477] acpiphp: Slot [21] registered\n[ 0.317420] acpiphp: Slot [22] registered\n[ 0.318353] acpiphp: Slot [23] registered\n[ 0.319284] acpiphp: Slot [24] registered\n[ 0.320212] acpiphp: Slot [25] registered\n[ 0.321171] acpiphp: Slot [26] registered\n[ 0.322133] acpiphp: Slot [27] registered\n[ 0.323066] acpiphp: Slot [28] registered\n[ 0.323999] acpiphp: Slot [29] registered\n[ 0.324931] acpiphp: Slot [30] registered\n[ 0.325857] acpiphp: Slot [31] registered\n[ 0.326823] PCI host bridge to bus 0000:00\n[ 0.327761] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.329187] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.330624] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.332366] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.334046] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.335757] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.339138] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.340675] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.342107] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.343592] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.347041] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.348952] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.367876] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.370253] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.371939] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.373552] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375136] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376582] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.378081] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.379338] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.381161] vgaarb: loaded\n[ 0.381877] vgaarb: bridge control possible 0000:00:02.0\n[ 0.383328] SCSI subsystem initialized\n[ 0.384356] ACPI: bus type USB registered\n[ 0.385329] usbcore: registered new interface driver usbfs\n[ 0.386552] usbcore: registered new interface driver hub\n[ 0.387743] usbcore: registered new device driver usb\n[ 0.389028] PCI: Using ACPI for IRQ routing\n[ 0.390293] NetLabel: Initializing\n[ 0.391127] NetLabel: domain hash size = 128\n[ 0.392130] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.393257] NetLabel: unlabeled traffic allowed by default\n[ 0.396790] amd_nb: Cannot enumerate AMD northbridges\n[ 0.397974] clocksource: Switched to clocksource kvm-clock\n[ 0.406106] AppArmor: AppArmor Filesystem Enabled\n[ 0.407304] pnp: PnP ACPI init\n[ 0.408546] pnp: PnP ACPI: found 5 devices\n[ 0.415123] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.417189] NET: Registered protocol family 2\n[ 0.418505] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.420036] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.421459] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.422893] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.424184] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.425592] NET: Registered protocol family 1\n[ 0.426630] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.427956] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.429249] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.445331] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.461800] Unpacking initramfs...\n[ 0.908968] Freeing initrd memory: 37084K\n[ 0.910270] Scanning for low memory corruption every 60 seconds\n[ 0.911929] audit: initializing netlink subsys (disabled)\n[ 0.913152] audit: type=2000 audit(1534057408.849:1): initialized\n[ 0.914751] Initialise system trusted keyring\n[ 0.915863] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.917245] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.919660] zbud: loaded\n[ 0.920571] VFS: Disk quotas dquot_6.6.0\n[ 0.921526] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.923177] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 0.924639] fuse init (API version 7.23)\n[ 0.925668] Key type big_key registered\n[ 0.926602] Allocating IMA MOK and blacklist keyrings.\n[ 0.928063] Key type asymmetric registered\n[ 0.929014] Asymmetric key parser 'x509' registered\n[ 0.930139] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.931855] io scheduler noop registered\n[ 0.932773] io scheduler deadline registered (default)\n[ 0.933923] io scheduler cfq registered\n[ 0.934905] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.936128] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.937670] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.939351] ACPI: Power Button [PWRF]\n[ 0.940363] GHES: HEST is not enabled!\n[ 0.955540] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.986955] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.989462] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.013223] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.015713] Linux agpgart interface v0.103\n[ 1.018067] loop: module loaded\n[ 1.020778] vda: vda1\n[ 1.022201] scsi host0: ata_piix\n[ 1.023054] scsi host1: ata_piix\n[ 1.023861] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.025271] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.026979] libphy: Fixed MDIO Bus: probed\n[ 1.027939] tun: Universal TUN/TAP device driver, 1.6\n[ 1.029069] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.031496] PPP generic driver version 2.4.2\n[ 1.032562] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.033995] ehci-pci: EHCI PCI platform driver\n[ 1.035030] ehci-platform: EHCI generic platform driver\n[ 1.036198] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.037555] ohci-pci: OHCI PCI platform driver\n[ 1.038611] ohci-platform: OHCI generic platform driver\n[ 1.039756] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.055493] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.056681] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.058410] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.059567] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.060892] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.062335] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.063968] usb usb1: Product: UHCI Host Controller\n[ 1.065041] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd\n[ 1.066402] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.067596] hub 1-0:1.0: USB hub found\n[ 1.068509] hub 1-0:1.0: 2 ports detected\n[ 1.069577] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.072001] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.073183] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.074394] mousedev: PS/2 mouse device common for all mice\n[ 1.075844] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.077981] rtc_cmos 00:00: RTC can wake from S4\n[ 1.079276] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.080672] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.082112] i2c /dev entries driver\n[ 1.083002] device-mapper: uevent: version 1.0.3\n[ 1.084095] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.085990] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.087530] NET: Registered protocol family 10\n[ 1.088802] NET: Registered protocol family 17\n[ 1.089862] Key type dns_resolver registered\n[ 1.091047] registered taskstats version 1\n[ 1.092017] Loading compiled-in X.509 certificates\n[ 1.093612] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb'\n[ 1.095792] zswap: loaded using pool lzo/zbud\n[ 1.098139] Key type trusted registered\n[ 1.100978] Key type encrypted registered\n[ 1.101923] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.103143] ima: No TPM chip found, activating TPM-bypass!\n[ 1.104403] evm: HMAC attrs: 0x1\n[ 1.105551] Magic number: 14:167:66\n[ 1.106558] rtc_cmos 00:00: setting system clock to 2018-08-12 07:03:28 UTC (1534057408)\n[ 1.108473] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.109823] EDD information not available.\n[ 1.187266] Freeing unused kernel memory: 1512K\n[ 1.188305] Write protecting the kernel read-only data: 14336k\n[ 1.200560] Freeing unused kernel memory: 1692K\n[ 1.201790] Freeing unused kernel memory: 96K\nLoading, please wait...\nstarting version 229\n[ 1.212006] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.214413] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.216594] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.218755] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.220916] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.223035] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.230650] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.232766] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.235693] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.238681] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.295316] virtio_net virtio0 ens3: renamed from eth0\n[ 1.303131] [drm] Initialized drm 1.1.0 20060810\n[ 1.305407] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 1.307571] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.330315] FDC 0 is a S82078B\n[ 1.343115] AVX2 version of gcm_enc/dec engaged.\n[ 1.344184] AES CTR mode by8 optimization enabled\n[ 1.378008] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.538521] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.539956] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.541458] usb 1-1: Product: QEMU USB Tablet\n[ 1.542465] usb 1-1: Manufacturer: QEMU\n[ 1.543389] usb 1-1: SerialNumber: 42\n[ 1.550679] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.556900] usbcore: registered new interface driver usbhid\n[ 1.558185] usbhid: USB HID core driver\n[ 1.560765] 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.563402] 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.830580] md: linear personality registered for level -1\n[ 1.833944] md: multipath personality registered for level -4\n[ 1.837422] md: raid0 personality registered for level 0\n[ 1.841276] md: raid1 personality registered for level 1\n[ 1.914010] raid6: sse2x1 gen() 11534 MB/s\n[ 1.981985] raid6: sse2x1 xor() 8800 MB/s\n[ 2.049973] raid6: sse2x2 gen() 14494 MB/s\n[ 2.117971] raid6: sse2x2 xor() 9785 MB/s\n[ 2.185973] raid6: sse2x4 gen() 16983 MB/s\n[ 2.253999] raid6: sse2x4 xor() 11568 MB/s\n[ 2.322038] raid6: avx2x1 gen() 22107 MB/s\n[ 2.389982] raid6: avx2x2 gen() 25574 MB/s\n[ 2.457982] raid6: avx2x4 gen() 29507 MB/s\n[ 2.458915] raid6: using algorithm avx2x4 gen() 29507 MB/s\n[ 2.460005] raid6: using avx2x2 recovery algorithm\n[ 2.461006] tsc: Refined TSC clocksource calibration: 3491.817 MHz\n[ 2.462247] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32551ec0d24, max_idle_ns: 440795320994 ns\n[ 2.465933] xor: automatically using best checksumming function:\n[ 2.505992] avx : 31726.000 MB/sec\n[ 2.508355] async_tx: api initialized (async)\n[ 2.519576] md: raid6 personality registered for level 6\n[ 2.520678] md: raid5 personality registered for level 5\n[ 2.521724] md: raid4 personality registered for level 4\n[ 2.527438] 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.557235] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 2.577328] 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.701726] 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.705166] systemd[1]: Detected virtualization kvm.\n[ 2.706190] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.4 LTS[0m!\n\n[ 2.709227] systemd[1]: Set hostname to .\n[ 2.711742] systemd[1]: Initializing machine ID from KVM UUID.\n[ 2.712934] systemd[1]: Installed transient /etc/machine-id file.\n[ 2.845947] 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.848969] systemd[1]: Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[ 2.851551] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 2.853387] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 2.855741] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 2.857711] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 2.859851] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 2.862206] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 2.864526] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 2.866788] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 2.869473] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 2.871486] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 2.873409] 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.876653] systemd[1]: Listening on fsck to fsckd communication Socket.\n[[0;32m OK [0m] Listening on fsck to fsckd communication Socket.\n[ 2.879152] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 2.881328] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 2.883505] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 2.885909] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 2.888337] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 2.892162] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 2.904999] 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.912169] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 2.916811] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 2.921749] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 2.930576] 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.938473] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 2.944377] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 2.949640] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 2.954882] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 2.965389] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 2.968047] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 2.975928] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 2.979449] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 2.986013] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 2.990289] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 2.994755] Loading iSCSI transport class v2.0-870.\n[ 2.996351] systemd[1]: Started Create list of required static device nodes for the current kernel.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 3.010323] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Set console keymap.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 3.021008] iscsi: registered transport (tcp)\n[ 3.072003] iscsi: registered transport (iser)\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Create Static Device Nodes in /dev...\n[[0;32m OK [0m] Started Load Kernel Modules.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n Starting udev Kernel Device Manager...\n Mounting FUSE Control File System...\n Starting Apply Kernel Variables...\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 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 Load/Save Random Seed...\n Starting udev Coldplug all Devices...\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] 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 Create Volatile Files and Directories...\n Starting Commit a transient machine-id on disk...\n Starting Initial cloud-init job (pre-networking)...\n Starting Set console font and keymap...\n Starting 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[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n Starting Update UTMP about System Boot/Shutdown...\n Starting Network Time Synchronization...\n[[0;32m OK [0m] Started 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[ 3.613675] intel_rapl: no valid rapl domains found in package 0\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 4.388437] cloud-init[497]: Cloud-init v. 18.2 running 'init-local' at Sun, 12 Aug 2018 07:03:31 +0000. Up 4.20 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[ 57.561701] cloud-init[945]: Cloud-init v. 18.2 running 'init' at Sun, 12 Aug 2018 07:03:33 +0000. Up 5.48 seconds.\n[ 57.564810] cloud-init[945]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 57.572255] cloud-init[945]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 57.577956] cloud-init[945]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 57.584361] cloud-init[945]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 57.588188] cloud-init[945]: ci-info: | ens3 | True | 192.168.120.27 | 255.255.255.0 | . | fa:16:3e:12:26:86 |\n[ 57.592897] cloud-init[945]: ci-info: | ens3 | True | fe80::f816:3eff:fe12:2686/64 | . | link | fa:16:3e:12:26:86 |\n[ 57.600128] cloud-init[945]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 57.608140] cloud-init[945]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 57.610909] cloud-init[945]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 57.616348] cloud-init[945]: ci-info: +++++++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++++++\n[ 57.624122] cloud-init[945]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 57.626596] cloud-init[945]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 57.632338] cloud-init[945]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 57.636129] cloud-init[945]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | ens3 | UG |\n[ 57.644129] cloud-init[945]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | ens3 | UGH |\n[ 57.646620] cloud-init[945]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[ 57.652350] cloud-init[945]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 57.655993] cloud-init[945]: 2018-08-12 07:04:25,140 - DataSourceEc2.py[WARNING]: Metadata 'network' key not valid: None.\n[ 58.108527] cloud-init[945]: Generating public/private rsa key pair.\n[ 58.109909] cloud-init[945]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.\n[ 58.111426] cloud-init[945]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\n[ 58.116985] cloud-init[945]: The key fingerprint is:\n[ 58.118111] cloud-init[945]: SHA256:Vc8U6B0y/V1gAuFCLg+GpaUZ3QTJJq6ab9Rtf/h6k/c root@shaker-vm-7a2f8673-21ac-460d-8307-4a56ba649122\n[ 58.124130] cloud-init[945]: The key's randomart image is:\n[ 58.125334] cloud-init[945]: +---[RSA 2048]----+\n[ 58.126426] cloud-init[945]: | .o+=o oooo=o |\n[ 58.127515] cloud-init[945]: | .O=o.. .+*o .|\n[ 58.132665] cloud-init[945]: | .=o+ o o. +ooo|\n[ 58.133758] cloud-init[945]: | .. + o . . o|\n[ 58.134863] cloud-init[945]: | o . S |\n[ 58.136124] cloud-init[945]: | o . o |\n[ 58.140137] cloud-init[945]: | + . . . . |\n[ 58.141240] cloud-init[945]: |o . o = . |\n[ 58.144142] cloud-init[945]: | o. .=.o .E |\n[ 58.145247] cloud-init[945]: +----[SHA256]-----+\n[ 58.148127] cloud-init[945]: Generating public/private dsa key pair.\n[ 58.152136] cloud-init[945]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.\n[ 58.153658] cloud-init[945]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\n[ 58.156128] cloud-init[945]: The key fingerprint is:\n[ 58.160140] cloud-init[945]: SHA256:JBJQMpy+6h4KwzCx8YVTYqf8AKEMSe/zfZjm2IJduPU root@shaker-vm-7a2f8673-21ac-460d-8307-4a56ba649122\n[ 58.162038] cloud-init[945]: The key's randomart image is:\n[ 58.168135] cloud-init[945]: +---[DSA 1024]----+\n[ 58.169266] cloud-init[945]: |==*+= |\n[ 58.170335] cloud-init[945]: |=++O . |\n[ 58.171418] cloud-init[945]: |+o*.o . . |\n[ 58.176551] cloud-init[945]: | =o= . o |\n[ 58.177639] cloud-init[945]: |+ .+. . S |\n[ 58.178709] cloud-init[945]: |o.. o..oo |\n[ 58.179792] cloud-init[945]: |o+ o.+=.. |\n[ 58.183141] cloud-init[945]: |+... += .E |\n[ 58.184498] cloud-init[945]: |+o ..o |\n[[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler).\n[[0;32m OK [0m] Reached target System Initialization.\n[ 58.188957] cloud-init[945]: +----[SHA256]-----+\n[[0;32m OK [0m] Started Daily apt download activities.\n[ 58.191237] cloud-init[945]: Generating public/private ecdsa key pair.[[0;32m OK [0m] Listening on ACPID Listen Socket.\n[[0;32m OK [0m] Started Daily apt upgrade and clean activities.\n\n[ 58.195297] cloud-init[945]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. 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 D-Bus System Message Bus Socket.\n[ 58.200289] cloud-init[945]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\n[ 58.201518] cloud-init[945]: The key fingerprint is:\n[ 58.202340] cloud-init[945]: SHA256:J4PgR2s13rfufif57+E1WReXrS80YHxHGOQoq7bi/H4 root@shaker-vm-7a2f8673-21ac-460d-8307-4a56ba649122\n[ 58.203921] \ncloud-init[945]: The key's randomart image is:\n[ 58.205661] cloud-init[945]: +---[ECDSA 256]---+\n[ 58.206714] cloud-init[945]: | .oo.|[[0;32m OK [0m] Started ACPI Events Check.\n[[0;32m OK [0m] Reached target Paths.\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 Network is Online.\n\n[ 58.212222] cloud-init[945]: | . o..o|\n[ 58.213257] cloud-init[945]: | . . o . = oo+|\n Starting iSCSI initiator daemon (iscsid)...\n[ 58.215916] cloud-init[945]: | . o = o + o oo|\n[ 58.216971] cloud-init[945]: | . = S + . + o|\n[[0;32m OK [0m] Reached target Cloud-config availability.\n[ 58.219217] cloud-init[945]: | o = . o o+|[[0;32m OK [0m] Listening on LXD - unix socket.\n[[0;32m OK [0m] Listening on Socket activation for snappy daemon.\n\n[ 58.224072] cloud-init[945]: | o . .=o|\n[ 58.226811] cloud-init[945]: | ... .E. =.=|\n[ 58.230649] cloud-init[945]: | .o++. o+. *=|\n[[0;32m OK [0m] Reached target Sockets.\n[ 58.233363] cloud-init[945]: +----[SHA256]-----+\n[[0;32m OK [0m] Reached target Basic System.\n[ 58.235363] cloud-init[945]: Generating public/private ed25519 key pair.[[0;32m OK [0m] Started Deferred execution scheduler.\n\n[ 58.238066] cloud-init[945]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.\n[ 58.240065] cloud-init[945]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\n Starting Pollinate to seed the pseudo random number generator...\n[ 58.243767] cloud-init[945]: [[0;32m OK [0m] Started FUSE filesystem for LXC.\n Starting Login Service...\n[[0;32m OK [0m] Started ACPI event daemon.\n Starting Accounts Service...The key fingerprint is:\n[[0;32m OK [0m] Started Unattended Upgrades Shutdown.\n\n Starting Snappy daemon...\n Starting LSB: Record successful boot for GRUB...\n[[0;32m OK [0m] Started iperf Service.\n[[0;32m OK [0m] Started iperf3 Service.\n[ 58.268585] cloud-init[945]: [[0;32m OK [0m] Started D-Bus System Message Bus.\nSHA256:X0ce9iL72QbWyWwCJ/XZCVMPG8OsufqOx79uDN2yObw root@shaker-vm-7a2f8673-21ac-460d-8307-4a56ba649122\n[ 58.297946] cloud-init[945]: The key's randomart image is:\n[ 58.303672] cloud-init[945]: +--[ED25519 256]--+\n[ 58.313475] cloud-init[945]: | o=. |\n Starting Apply the settings specified in cloud-config...\n[[0;32m OK [0m] Started Regular background program processing daemon.\n Starting System Logging Service...\n Starting LSB: MD monitoring daemon...\n Starting /etc/rc.local Compatibility...\n Starting LXD - container startup/shutdown...\n[[0;32m OK [0m] Started /etc/rc.local Compatibility.\n[ 58.363657] cloud-init[945]: | +o=.|\n[ 58.375824] cloud-init[945]: | .oO =|\n[ 58.391225] cloud-init[945]: | oo= *.|\n[ 58.403939] cloud-init[945]: | S *o*oo|\n[ 58.415612] cloud-init[945]: | . .o==*o|\n[ 58.428393] [[0;32m OK [0m] Started LSB: Record successful boot for GRUB.\n[[0;32m OK [0m] Started Login Service.\n Starting Authenticate and Authorize Users to Run Privileged Tasks...\ncloud-init[945]: | .o.=o= |\n[ 58.449531] cloud-init[945]: [[0;32m OK [0m] Started LSB: MD monitoring daemon.\n| ..o.Bo.|\n[ 58.464222] cloud-init[945]: [[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks.\n[[0;32m OK [0m] Started Accounts Service.\n| .+o+E=.|\n[ 58.479667] cloud-init[945]: +----[SHA256]-----+\n[[0;32m OK [0m] Started LXD - container startup/shutdown.\n[[0;32m OK [0m] Started Snappy daemon.\n Starting Wait until snapd is fully seeded...\n[ 58.874392] cloud-init[1094]: Generating locales (this might take a while)...\n[ 59.540896] cloud-init[1094]: en_US.UTF-8... done\n[ 59.542842] cloud-init[1094]: 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: Set the CPU Frequency Scaling governor to \"ondemand\"...\n Starting LSB: automatic crash report generation...\n Starting LSB: daemon to balance interrupts for SMP systems...\n Starting LSB: network benchmark...\n Starting Permit User Sessions...\n[[0;32m OK [0m] Started Permit User Sessions.\n[[0;32m OK [0m] Started LSB: Set the CPU Frequency Scaling governor to \"ondemand\".\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 LSB: network benchmark.\n Starting Terminate Plymouth Boot Screen...\n Starting Hold until boot process finishes up...\n[[0;32m OK [0m] Started Hold until boot process finishes up.\n[[0;32m OK [0m] Started Terminate Plymouth Boot Screen.\n Starting Set console scheme...\n[[0;32m OK [0m] Started Getty on tty1.\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 System Logging Service.\n[[0;32m OK [0m] Started Set console scheme.\n\nUbuntu 16.04.4 LTS shaker-vm-7a2f8673-21ac-460d-8307-4a56ba649122 ttyS0\n\nshaker-vm-7a2f8673-21ac-460d-8307-4a56ba649122 login: "} 2018-08-12 07:04:53,461 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/39e1a5b6-af3d-464b-badb-c22da697010e/action used request id req-c24a37cf-439d-446d-8c1c-7386f4ed7f3f 2018-08-12 07:04:53,462 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.119700908661s 2018-08-12 07:04:53,463 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/39e1a5b6-af3d-464b-badb-c22da697010e/action used request id req-c24a37cf-439d-446d-8c1c-7386f4ed7f3f 2018-08-12 07:04:53,463 - 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 684801774 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.146544] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.148492] pid_max: default: 32768 minimum: 301 [ 0.149628] ACPI: Core revision 20150930 [ 0.151121] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.152788] Security Framework initialized [ 0.153736] Yama: becoming mindful. [ 0.154583] AppArmor: AppArmor initialized [ 0.155557] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.157145] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.158666] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.160125] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.161761] Initializing cgroup subsys io [ 0.162754] Initializing cgroup subsys memory [ 0.163750] Initializing cgroup subsys devices [ 0.164745] Initializing cgroup subsys freezer [ 0.165782] Initializing cgroup subsys net_cls [ 0.166823] Initializing cgroup subsys perf_event [ 0.167862] Initializing cgroup subsys net_prio [ 0.168888] Initializing cgroup subsys hugetlb [ 0.169917] Initializing cgroup subsys pids [ 0.170910] CPU: Physical Processor ID: 0 [ 0.172520] mce: CPU supports 10 MCE banks [ 0.173496] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.174659] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.175921] Spectre V2 : Mitigation: Full generic retpoline [ 0.177130] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported [ 0.178673] Speculative Store Bypass: Vulnerable [ 0.195474] Freeing SMP alternatives memory: 32K [ 0.201163] ftrace: allocating 32237 entries in 126 pages [ 0.234873] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.236297] smpboot: Max logical packages: 1 [ 0.237414] x2apic enabled [ 0.238288] Switched APIC routing to physical x2apic. [ 0.240176] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.241507] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.243790] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.245840] KVM setup paravirtual spinlock [ 0.247270] x86: Booted up 1 node, 1 CPUs [ 0.248198] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.249828] devtmpfs: initialized [ 0.251669] evm: security.selinux [ 0.252462] evm: security.SMACK64 [ 0.253242] evm: security.SMACK64EXEC [ 0.254107] evm: security.SMACK64TRANSMUTE [ 0.255036] evm: security.SMACK64MMAP [ 0.255886] evm: security.ima [ 0.256612] evm: security.capability [ 0.257587] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.259676] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.261070] pinctrl core: initialized pinctrl subsystem [ 0.262322] RTC time: 7:03:28, date: 08/12/18 [ 0.263427] NET: Registered protocol family 16 [ 0.264549] cpuidle: using governor ladder [ 0.265492] cpuidle: using governor menu [ 0.266437] PCCT header not found. [ 0.267308] ACPI: bus type PCI registered [ 0.268222] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.269664] PCI: Using configuration type 1 for base access [ 0.271696] ACPI: Added _OSI(Module Device) [ 0.272665] ACPI: Added _OSI(Processor Device) [ 0.273664] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.274706] ACPI: Added _OSI(Processor Aggregator Device) [ 0.276658] ACPI: Interpreter enabled [ 0.277537] ACPI: (supports S0 S5) [ 0.278357] ACPI: Using IOAPIC for interrupt routing [ 0.279463] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.283006] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.284340] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.285784] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.287184] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.289778] acpiphp: Slot [3] registered [ 0.290733] acpiphp: Slot [4] registered [ 0.291685] acpiphp: Slot [5] registered [ 0.292605] acpiphp: Slot [6] registered [ 0.303282] acpiphp: Slot [7] registered [ 0.304204] acpiphp: Slot [8] registered [ 0.305122] acpiphp: Slot [9] registered [ 0.306050] acpiphp: Slot [10] registered [ 0.306995] acpiphp: Slot [11] registered [ 0.307973] acpiphp: Slot [12] registered [ 0.308910] acpiphp: Slot [13] registered [ 0.309846] acpiphp: Slot [14] registered [ 0.310798] acpiphp: Slot [15] registered [ 0.311772] acpiphp: Slot [16] registered [ 0.312705] acpiphp: Slot [17] registered [ 0.313636] acpiphp: Slot [18] registered [ 0.314568] acpiphp: Slot [19] registered [ 0.315502] acpiphp: Slot [20] registered [ 0.316477] acpiphp: Slot [21] registered [ 0.317420] acpiphp: Slot [22] registered [ 0.318353] acpiphp: Slot [23] registered [ 0.319284] acpiphp: Slot [24] registered [ 0.320212] acpiphp: Slot [25] registered [ 0.321171] acpiphp: Slot [26] registered [ 0.322133] acpiphp: Slot [27] registered [ 0.323066] acpiphp: Slot [28] registered [ 0.323999] acpiphp: Slot [29] registered [ 0.324931] acpiphp: Slot [30] registered [ 0.325857] acpiphp: Slot [31] registered [ 0.326823] PCI host bridge to bus 0000:00 [ 0.327761] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.329187] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.330624] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.332366] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.334046] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.335757] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.339138] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.340675] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.342107] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.343592] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.347041] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.348952] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.367876] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.370253] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.371939] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.373552] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.375136] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.376582] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.378081] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.379338] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.381161] vgaarb: loaded [ 0.381877] vgaarb: bridge control possible 0000:00:02.0 [ 0.383328] SCSI subsystem initialized [ 0.384356] ACPI: bus type USB registered [ 0.385329] usbcore: registered new interface driver usbfs [ 0.386552] usbcore: registered new interface driver hub [ 0.387743] usbcore: registered new device driver usb [ 0.389028] PCI: Using ACPI for IRQ routing [ 0.390293] NetLabel: Initializing [ 0.391127] NetLabel: domain hash size = 128 [ 0.392130] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393257] NetLabel: unlabeled traffic allowed by default [ 0.396790] amd_nb: Cannot enumerate AMD northbridges [ 0.397974] clocksource: Switched to clocksource kvm-clock [ 0.406106] AppArmor: AppArmor Filesystem Enabled [ 0.407304] pnp: PnP ACPI init [ 0.408546] pnp: PnP ACPI: found 5 devices [ 0.415123] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.417189] NET: Registered protocol family 2 [ 0.418505] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.420036] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.421459] TCP: Hash tables configured (established 4096 bind 4096) [ 0.422893] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.424184] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.425592] NET: Registered protocol family 1 [ 0.426630] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.427956] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.429249] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.445331] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.461800] Unpacking initramfs... [ 0.908968] Freeing initrd memory: 37084K [ 0.910270] Scanning for low memory corruption every 60 seconds [ 0.911929] audit: initializing netlink subsys (disabled) [ 0.913152] audit: type=2000 audit(1534057408.849:1): initialized [ 0.914751] Initialise system trusted keyring [ 0.915863] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.917245] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.919660] zbud: loaded [ 0.920571] VFS: Disk quotas dquot_6.6.0 [ 0.921526] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.923177] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.924639] fuse init (API version 7.23) [ 0.925668] Key type big_key registered [ 0.926602] Allocating IMA MOK and blacklist keyrings. [ 0.928063] Key type asymmetric registered [ 0.929014] Asymmetric key parser 'x509' registered [ 0.930139] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.931855] io scheduler noop registered [ 0.932773] io scheduler deadline registered (default) [ 0.933923] io scheduler cfq registered [ 0.934905] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.936128] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.937670] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.939351] ACPI: Power Button [PWRF] [ 0.940363] GHES: HEST is not enabled! [ 0.955540] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.986955] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.989462] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 1.013223] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 1.015713] Linux agpgart interface v0.103 [ 1.018067] loop: module loaded [ 1.020778] vda: vda1 [ 1.022201] scsi host0: ata_piix [ 1.023054] scsi host1: ata_piix [ 1.023861] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.025271] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.026979] libphy: Fixed MDIO Bus: probed [ 1.027939] tun: Universal TUN/TAP device driver, 1.6 [ 1.029069] tun: (C) 1999-2004 Max Krasnyansky [ 1.031496] PPP generic driver version 2.4.2 [ 1.032562] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.033995] ehci-pci: EHCI PCI platform driver [ 1.035030] ehci-platform: EHCI generic platform driver [ 1.036198] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.037555] ohci-pci: OHCI PCI platform driver [ 1.038611] ohci-platform: OHCI generic platform driver [ 1.039756] uhci_hcd: USB Universal Host Controller Interface driver [ 1.055493] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.056681] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.058410] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.059567] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.060892] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.062335] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.063968] usb usb1: Product: UHCI Host Controller [ 1.065041] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd [ 1.066402] usb usb1: SerialNumber: 0000:00:01.2 [ 1.067596] hub 1-0:1.0: USB hub found [ 1.068509] hub 1-0:1.0: 2 ports detected [ 1.069577] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.072001] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.073183] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.074394] mousedev: PS/2 mouse device common for all mice [ 1.075844] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.077981] rtc_cmos 00:00: RTC can wake from S4 [ 1.079276] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.080672] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.082112] i2c /dev entries driver [ 1.083002] device-mapper: uevent: version 1.0.3 [ 1.084095] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 1.085990] ledtrig-cpu: registered to indicate activity on CPUs [ 1.087530] NET: Registered protocol family 10 [ 1.088802] NET: Registered protocol family 17 [ 1.089862] Key type dns_resolver registered [ 1.091047] registered taskstats version 1 [ 1.092017] Loading compiled-in X.509 certificates [ 1.093612] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb' [ 1.095792] zswap: loaded using pool lzo/zbud [ 1.098139] Key type trusted registered [ 1.100978] Key type encrypted registered [ 1.101923] AppArmor: AppArmor sha1 policy hashing enabled [ 1.103143] ima: No TPM chip found, activating TPM-bypass! [ 1.104403] evm: HMAC attrs: 0x1 [ 1.105551] Magic number: 14:167:66 [ 1.106558] rtc_cmos 00:00: setting system clock to 2018-08-12 07:03:28 UTC (1534057408) [ 1.108473] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 1.109823] EDD information not available. [ 1.187266] Freeing unused kernel memory: 1512K [ 1.188305] Write protecting the kernel read-only data: 14336k [ 1.200560] Freeing unused kernel memory: 1692K [ 1.201790] Freeing unused kernel memory: 96K Loading, please wait... starting version 229 [ 1.212006] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.214413] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.216594] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.218755] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.220916] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.223035] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.230650] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.232766] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.235693] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.238681] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.295316] virtio_net virtio0 ens3: renamed from eth0 [ 1.303131] [drm] Initialized drm 1.1.0 20060810 [ 1.305407] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4 [ 1.307571] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.330315] FDC 0 is a S82078B [ 1.343115] AVX2 version of gcm_enc/dec engaged. [ 1.344184] AES CTR mode by8 optimization enabled [ 1.378008] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.538521] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.539956] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.541458] usb 1-1: Product: QEMU USB Tablet [ 1.542465] usb 1-1: Manufacturer: QEMU [ 1.543389] usb 1-1: SerialNumber: 42 [ 1.550679] hidraw: raw HID events driver (C) Jiri Kosina [ 1.556900] usbcore: registered new interface driver usbhid [ 1.558185] usbhid: USB HID core driver [ 1.560765] 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.563402] 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.830580] md: linear personality registered for level -1 [ 1.833944] md: multipath personality registered for level -4 [ 1.837422] md: raid0 personality registered for level 0 [ 1.841276] md: raid1 personality registered for level 1 [ 1.914010] raid6: sse2x1 gen() 11534 MB/s [ 1.981985] raid6: sse2x1 xor() 8800 MB/s [ 2.049973] raid6: sse2x2 gen() 14494 MB/s [ 2.117971] raid6: sse2x2 xor() 9785 MB/s [ 2.185973] raid6: sse2x4 gen() 16983 MB/s [ 2.253999] raid6: sse2x4 xor() 11568 MB/s [ 2.322038] raid6: avx2x1 gen() 22107 MB/s [ 2.389982] raid6: avx2x2 gen() 25574 MB/s [ 2.457982] raid6: avx2x4 gen() 29507 MB/s [ 2.458915] raid6: using algorithm avx2x4 gen() 29507 MB/s [ 2.460005] raid6: using avx2x2 recovery algorithm [ 2.461006] tsc: Refined TSC clocksource calibration: 3491.817 MHz [ 2.462247] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32551ec0d24, max_idle_ns: 440795320994 ns [ 2.465933] xor: automatically using best checksumming function: [ 2.505992] avx : 31726.000 MB/sec [ 2.508355] async_tx: api initialized (async) [ 2.519576] md: raid6 personality registered for level 6 [ 2.520678] md: raid5 personality registered for level 5 [ 2.521724] md: raid4 personality registered for level 4 [ 2.527438] 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.557235] Btrfs loaded Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 2.577328] 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.701726] 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.705166] systemd[1]: Detected virtualization kvm. [ 2.706190] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 2.709227] systemd[1]: Set hostname to . [ 2.711742] systemd[1]: Initializing machine ID from KVM UUID. [ 2.712934] systemd[1]: Installed transient /etc/machine-id file. [ 2.845947] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [ 2.848969] systemd[1]: Started Trigger resolvconf update for networkd DNS. [[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS. [ 2.851551] systemd[1]: Reached target Swap. [[0;32m OK [0m] Reached target Swap. [ 2.853387] systemd[1]: Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. [ 2.855741] systemd[1]: Listening on Syslog Socket. [[0;32m OK [0m] Listening on Syslog Socket. [ 2.857711] systemd[1]: Reached target Encrypted Volumes. [[0;32m OK [0m] Reached target Encrypted Volumes. [ 2.859851] systemd[1]: Reached target User and Group Name Lookups. [[0;32m OK [0m] Reached target User and Group Name Lookups. [ 2.862206] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on udev Kernel Socket. [ 2.864526] systemd[1]: Created slice User and Session Slice. [[0;32m OK [0m] Created slice User and Session Slice. [ 2.866788] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [ 2.869473] systemd[1]: Created slice System Slice. [[0;32m OK [0m] Created slice System Slice. [ 2.871486] systemd[1]: Reached target Slices. [[0;32m OK [0m] Reached target Slices. [ 2.873409] 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.876653] systemd[1]: Listening on fsck to fsckd communication Socket. [[0;32m OK [0m] Listening on fsck to fsckd communication Socket. [ 2.879152] systemd[1]: Listening on udev Control Socket. [[0;32m OK [0m] Listening on udev Control Socket. [ 2.881328] systemd[1]: Listening on Journal Audit Socket. [[0;32m OK [0m] Listening on Journal Audit Socket. [ 2.883505] systemd[1]: Listening on Journal Socket. [[0;32m OK [0m] Listening on Journal Socket. [ 2.885909] systemd[1]: Starting Uncomplicated firewall... Starting Uncomplicated firewall... [ 2.888337] systemd[1]: Mounting Huge Pages File System... Mounting Huge Pages File System... [ 2.892162] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 2.904999] 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.912169] systemd[1]: Starting Set console keymap... Starting Set console keymap... [ 2.916811] systemd[1]: Mounting Debug File System... Mounting Debug File System... [ 2.921749] systemd[1]: Listening on Device-mapper event daemon FIFOs. [[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs. [ 2.930576] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... Starting Monitoring of LVM2 mirrors... dmeventd or progress polling... [ 2.938473] systemd[1]: Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Listening on Journal Socket (/dev/log). [ 2.944377] systemd[1]: Starting Journal Service... Starting Journal Service... [ 2.949640] systemd[1]: Listening on LVM2 poll daemon socket. [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [ 2.954882] systemd[1]: Starting Nameserver information manager... Starting Nameserver information manager... [ 2.965389] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 2.968047] systemd[1]: Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. [ 2.975928] systemd[1]: Mounted POSIX Message Queue File System. [[0;32m OK [0m] Mounted POSIX Message Queue File System. [ 2.979449] systemd[1]: Mounted Huge Pages File System. [[0;32m OK [0m] Mounted Huge Pages File System. [ 2.986013] systemd[1]: Mounted Debug File System. [[0;32m OK [0m] Mounted Debug File System. [ 2.990289] systemd[1]: Started Uncomplicated firewall. [[0;32m OK [0m] Started Uncomplicated firewall. [ 2.994755] Loading iSCSI transport class v2.0-870. [ 2.996351] systemd[1]: Started Create list of required static device nodes for the current kernel. [[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [ 3.010323] systemd[1]: Started Journal Service. [[0;32m OK [0m] Started Journal Service. [[0;32m OK [0m] Started Set console keymap. [[0;32m OK [0m] Started Nameserver information manager. [ 3.021008] iscsi: registered transport (tcp) [ 3.072003] iscsi: registered transport (iser) [[0;32m OK [0m] Started LVM2 metadata daemon. Starting Create Static Device Nodes in /dev... [[0;32m OK [0m] Started Load Kernel Modules. [[0;32m OK [0m] Started Create Static Device Nodes in /dev. Starting udev Kernel Device Manager... Mounting FUSE Control File System... Starting Apply Kernel Variables... [[0;32m OK [0m] Mounted FUSE Control File System. [[0;32m OK [0m] Started Apply Kernel Variables. [[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 Load/Save Random Seed... Starting udev Coldplug all Devices... [[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] 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 LSB: AppArmor initialization... Starting Create Volatile Files and Directories... Starting Commit a transient machine-id on disk... Starting Initial cloud-init job (pre-networking)... Starting Set console font and keymap... Starting Tell Plymouth To Write Out Runtime Data... [[0;32m OK [0m] Started Commit a transient machine-id on disk. [[0;32m OK [0m] Started Create Volatile Files and Directories. [[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data. Starting Update UTMP about System Boot/Shutdown... Starting Network Time Synchronization... [[0;32m OK [0m] Started 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] Found device /dev/ttyS0. [ 3.613675] intel_rapl: no valid rapl domains found in package 0 [[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. [ 4.388437] cloud-init[497]: Cloud-init v. 18.2 running 'init-local' at Sun, 12 Aug 2018 07:03:31 +0000. Up 4.20 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. Starting Initial cloud-init job (metadata service crawler)... [[0;32m OK [0m] Reached target Network. [ 57.561701] cloud-init[945]: Cloud-init v. 18.2 running 'init' at Sun, 12 Aug 2018 07:03:33 +0000. Up 5.48 seconds. [ 57.564810] cloud-init[945]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++ [ 57.572255] cloud-init[945]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+ [ 57.577956] cloud-init[945]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address | [ 57.584361] cloud-init[945]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+ [ 57.588188] cloud-init[945]: ci-info: | ens3 | True | 192.168.120.27 | 255.255.255.0 | . | fa:16:3e:12:26:86 | [ 57.592897] cloud-init[945]: ci-info: | ens3 | True | fe80::f816:3eff:fe12:2686/64 | . | link | fa:16:3e:12:26:86 | [ 57.600128] cloud-init[945]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . | [ 57.608140] cloud-init[945]: ci-info: | lo | True | ::1/128 | . | host | . | [ 57.610909] cloud-init[945]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+ [ 57.616348] cloud-init[945]: ci-info: +++++++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++++++ [ 57.624122] cloud-init[945]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 57.626596] cloud-init[945]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 57.632338] cloud-init[945]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 57.636129] cloud-init[945]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | ens3 | UG | [ 57.644129] cloud-init[945]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | ens3 | UGH | [ 57.646620] cloud-init[945]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U | [ 57.652350] cloud-init[945]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 57.655993] cloud-init[945]: 2018-08-12 07:04:25,140 - DataSourceEc2.py[WARNING]: Metadata 'network' key not valid: None. [ 58.108527] cloud-init[945]: Generating public/private rsa key pair. [ 58.109909] cloud-init[945]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key. [ 58.111426] cloud-init[945]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. [ 58.116985] cloud-init[945]: The key fingerprint is: [ 58.118111] cloud-init[945]: SHA256:Vc8U6B0y/V1gAuFCLg+GpaUZ3QTJJq6ab9Rtf/h6k/c root@shaker-vm-7a2f8673-21ac-460d-8307-4a56ba649122 [ 58.124130] cloud-init[945]: The key's randomart image is: [ 58.125334] cloud-init[945]: +---[RSA 2048]----+ [ 58.126426] cloud-init[945]: | .o+=o oooo=o | [ 58.127515] cloud-init[945]: | .O=o.. .+*o .| [ 58.132665] cloud-init[945]: | .=o+ o o. +ooo| [ 58.133758] cloud-init[945]: | .. + o . . o| [ 58.134863] cloud-init[945]: | o . S | [ 58.136124] cloud-init[945]: | o . o | [ 58.140137] cloud-init[945]: | + . . . . | [ 58.141240] cloud-init[945]: |o . o = . | [ 58.144142] cloud-init[945]: | o. .=.o .E | [ 58.145247] cloud-init[945]: +----[SHA256]-----+ [ 58.148127] cloud-init[945]: Generating public/private dsa key pair. [ 58.152136] cloud-init[945]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key. [ 58.153658] cloud-init[945]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. [ 58.156128] cloud-init[945]: The key fingerprint is: [ 58.160140] cloud-init[945]: SHA256:JBJQMpy+6h4KwzCx8YVTYqf8AKEMSe/zfZjm2IJduPU root@shaker-vm-7a2f8673-21ac-460d-8307-4a56ba649122 [ 58.162038] cloud-init[945]: The key's randomart image is: [ 58.168135] cloud-init[945]: +---[DSA 1024]----+ [ 58.169266] cloud-init[945]: |==*+= | [ 58.170335] cloud-init[945]: |=++O . | [ 58.171418] cloud-init[945]: |+o*.o . . | [ 58.176551] cloud-init[945]: | =o= . o | [ 58.177639] cloud-init[945]: |+ .+. . S | [ 58.178709] cloud-init[945]: |o.. o..oo | [ 58.179792] cloud-init[945]: |o+ o.+=.. | [ 58.183141] cloud-init[945]: |+... += .E | [ 58.184498] cloud-init[945]: |+o ..o | [[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler). [[0;32m OK [0m] Reached target System Initialization. [ 58.188957] cloud-init[945]: +----[SHA256]-----+ [[0;32m OK [0m] Started Daily apt download activities. [ 58.191237] cloud-init[945]: Generating public/private ecdsa key pair.[[0;32m OK [0m] Listening on ACPID Listen Socket. [[0;32m OK [0m] Started Daily apt upgrade and clean activities. [ 58.195297] cloud-init[945]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. 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 D-Bus System Message Bus Socket. [ 58.200289] cloud-init[945]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. [ 58.201518] cloud-init[945]: The key fingerprint is: [ 58.202340] cloud-init[945]: SHA256:J4PgR2s13rfufif57+E1WReXrS80YHxHGOQoq7bi/H4 root@shaker-vm-7a2f8673-21ac-460d-8307-4a56ba649122 [ 58.203921] cloud-init[945]: The key's randomart image is: [ 58.205661] cloud-init[945]: +---[ECDSA 256]---+ [ 58.206714] cloud-init[945]: | .oo.|[[0;32m OK [0m] Started ACPI Events Check. [[0;32m OK [0m] Reached target Paths. [[0;32m OK [0m] Listening on UUID daemon activation socket. Starting Socket activation for snappy daemon. [[0;32m OK [0m] Reached target Network is Online. [ 58.212222] cloud-init[945]: | . o..o| [ 58.213257] cloud-init[945]: | . . o . = oo+| Starting iSCSI initiator daemon (iscsid)... [ 58.215916] cloud-init[945]: | . o = o + o oo| [ 58.216971] cloud-init[945]: | . = S + . + o| [[0;32m OK [0m] Reached target Cloud-config availability. [ 58.219217] cloud-init[945]: | o = . o o+|[[0;32m OK [0m] Listening on LXD - unix socket. [[0;32m OK [0m] Listening on Socket activation for snappy daemon. [ 58.224072] cloud-init[945]: | o . .=o| [ 58.226811] cloud-init[945]: | ... .E. =.=| [ 58.230649] cloud-init[945]: | .o++. o+. *=| [[0;32m OK [0m] Reached target Sockets. [ 58.233363] cloud-init[945]: +----[SHA256]-----+ [[0;32m OK [0m] Reached target Basic System. [ 58.235363] cloud-init[945]: Generating public/private ed25519 key pair.[[0;32m OK [0m] Started Deferred execution scheduler. [ 58.238066] cloud-init[945]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. [ 58.240065] cloud-init[945]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. Starting Pollinate to seed the pseudo random number generator... [ 58.243767] cloud-init[945]: [[0;32m OK [0m] Started FUSE filesystem for LXC. Starting Login Service... [[0;32m OK [0m] Started ACPI event daemon. Starting Accounts Service...The key fingerprint is: [[0;32m OK [0m] Started Unattended Upgrades Shutdown. Starting Snappy daemon... Starting LSB: Record successful boot for GRUB... [[0;32m OK [0m] Started iperf Service. [[0;32m OK [0m] Started iperf3 Service. [ 58.268585] cloud-init[945]: [[0;32m OK [0m] Started D-Bus System Message Bus. SHA256:X0ce9iL72QbWyWwCJ/XZCVMPG8OsufqOx79uDN2yObw root@shaker-vm-7a2f8673-21ac-460d-8307-4a56ba649122 [ 58.297946] cloud-init[945]: The key's randomart image is: [ 58.303672] cloud-init[945]: +--[ED25519 256]--+ [ 58.313475] cloud-init[945]: | o=. | Starting Apply the settings specified in cloud-config... [[0;32m OK [0m] Started Regular background program processing daemon. Starting System Logging Service... Starting LSB: MD monitoring daemon... Starting /etc/rc.local Compatibility... Starting LXD - container startup/shutdown... [[0;32m OK [0m] Started /etc/rc.local Compatibility. [ 58.363657] cloud-init[945]: | +o=.| [ 58.375824] cloud-init[945]: | .oO =| [ 58.391225] cloud-init[945]: | oo= *.| [ 58.403939] cloud-init[945]: | S *o*oo| [ 58.415612] cloud-init[945]: | . .o==*o| [ 58.428393] [[0;32m OK [0m] Started LSB: Record successful boot for GRUB. [[0;32m OK [0m] Started Login Service. Starting Authenticate and Authorize Users to Run Privileged Tasks... cloud-init[945]: | .o.=o= | [ 58.449531] cloud-init[945]: [[0;32m OK [0m] Started LSB: MD monitoring daemon. | ..o.Bo.| [ 58.464222] cloud-init[945]: [[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks. [[0;32m OK [0m] Started Accounts Service. | .+o+E=.| [ 58.479667] cloud-init[945]: +----[SHA256]-----+ [[0;32m OK [0m] Started LXD - container startup/shutdown. [[0;32m OK [0m] Started Snappy daemon. Starting Wait until snapd is fully seeded... [ 58.874392] cloud-init[1094]: Generating locales (this might take a while)... [ 59.540896] cloud-init[1094]: en_US.UTF-8... done [ 59.542842] cloud-init[1094]: 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: Set the CPU Frequency Scaling governor to "ondemand"... Starting LSB: automatic crash report generation... Starting LSB: daemon to balance interrupts for SMP systems... Starting LSB: network benchmark... Starting Permit User Sessions... [[0;32m OK [0m] Started Permit User Sessions. [[0;32m OK [0m] Started LSB: Set the CPU Frequency Scaling governor to "ondemand". [[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 LSB: network benchmark. Starting Terminate Plymouth Boot Screen... Starting Hold until boot process finishes up... [[0;32m OK [0m] Started Hold until boot process finishes up. [[0;32m OK [0m] Started Terminate Plymouth Boot Screen. Starting Set console scheme... [[0;32m OK [0m] Started Getty on tty1. [[0;32m OK [0m] Started Serial Getty on ttyS0. [[0;32m OK [0m] Reached target Login Prompts. [[0;32m OK [0m] Started System Logging Service. [[0;32m OK [0m] Started Set console scheme. Ubuntu 16.04.4 LTS shaker-vm-7a2f8673-21ac-460d-8307-4a56ba649122 ttyS0 shaker-vm-7a2f8673-21ac-460d-8307-4a56ba649122 login: 2018-08-12 07:04:53,467 - paramiko.transport - DEBUG - starting thread (client mode): 0xefe7ed0L 2018-08-12 07:04:53,467 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-12 07:04:53,471 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.2p2 Ubuntu-4ubuntu2.4 2018-08-12 07:04:53,471 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.2p2) 2018-08-12 07:04:53,472 - 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 07:04:53,473 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-12 07:04:53,473 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-12 07:04:53,473 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-12 07:04:53,473 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-12 07:04:53,473 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-12 07:04:53,516 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-12 07:04:53,516 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-12 07:04:53,532 - paramiko.transport - DEBUG - Trying discovered key d5996d6ea6f3ad69643c4d6133e42342 in /tmp/tmpRAMop7 2018-08-12 07:04:53,556 - paramiko.transport - DEBUG - userauth is OK 2018-08-12 07:04:53,564 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-12 07:04:53,600 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-08-12 07:04:53,603 - 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 07:04:53,609 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 07:04:53 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://192.30.9.4:35357/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://192.30.9.4:35357/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 07:04:53,610 - 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}180ecda2fd59d30e7e429c0784b0645e705fe808" 2018-08-12 07:04:53,696 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 07:04:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4c4ef87f-0a85-405b-949f-725ca496bcce Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"services": [{"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.4:35357/v3/services/15c0704ff3984609bc46a7ae9df6d854"}, "enabled": true, "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.4:35357/v3/services/19d3b3318551439c9543240172cdbd78"}, "enabled": true, "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.4:35357/v3/services/1dbfa23d060f4e70aa33e1cf9b50ab15"}, "enabled": true, "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.4:35357/v3/services/209950594c2b43048ba72516819c6386"}, "enabled": true, "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.4:35357/v3/services/2a58b259627349678c35c4f7a309d1b8"}, "enabled": true, "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.4:35357/v3/services/3420b5d212e345eca027a97d5de7638f"}, "enabled": true, "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.4:35357/v3/services/42a6b5976d8645e8a4c7c24467befa4d"}, "enabled": true, "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.4:35357/v3/services/4c895a2543ed4b87a379b8595130a8f7"}, "enabled": true, "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.4:35357/v3/services/715f238e402745d38ee9f3b37fa5b7b2"}, "enabled": true, "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.4:35357/v3/services/7229e6f7777f43d58cbed8a7dd0304d6"}, "enabled": true, "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.4:35357/v3/services/7fc41da629194ab488892d45d20f194e"}, "enabled": true, "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.4:35357/v3/services/99e7c5a4539d41d8ac9078a76fcee515"}, "enabled": true, "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.4:35357/v3/services/bab20e1e10e642b3b651400b1c4f18bf"}, "enabled": true, "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.4:35357/v3/services/cb46eeaecd3148259c3e255a5497608c"}, "enabled": true, "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.4:35357/v3/services/e5f94bd0ef324f738590907aed02c0f1"}, "enabled": true, "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "links": {"self": "http://192.30.9.4:35357/v3/services", "previous": null, "next": null}} 2018-08-12 07:04:53,697 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.4:35357/v3/services used request id req-4c4ef87f-0a85-405b-949f-725ca496bcce 2018-08-12 07:04:53,697 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.0970408916473s 2018-08-12 07:04:53,697 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.4:35357/v3/services used request id req-4c4ef87f-0a85-405b-949f-725ca496bcce 2018-08-12 07:04:53,705 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-12 07:04:53,705 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-08-12 07:04:53,706 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-12 07:04:53,709 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}180ecda2fd59d30e7e429c0784b0645e705fe808" 2018-08-12 07:04:53,808 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 07:04:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ad99bd1a-19df-4a0d-9741-a0149d985f53 Content-Encoding: gzip Content-Length: 1972 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/0180081c176f44d28b00231a5e42328e"}, "url": "http://192.30.9.4:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "cb46eeaecd3148259c3e255a5497608c", "id": "0180081c176f44d28b00231a5e42328e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/0dea4b7330b54c0c9a0636f1e97478db"}, "url": "http://12.0.0.25:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "209950594c2b43048ba72516819c6386", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/164fb84df0d249f1a90eaa5c2aa43963"}, "url": "http://172.30.9.21:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "99e7c5a4539d41d8ac9078a76fcee515", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/190d75d57ae64cf0878a46f0524e7172"}, "url": "http://172.30.9.21:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "e5f94bd0ef324f738590907aed02c0f1", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/1a02946ca6ed4a81a0bdcbef89ba8455"}, "url": "http://172.30.9.21:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "42a6b5976d8645e8a4c7c24467befa4d", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/1b32ac2547c44d9eaf35ee6c4a387dcb"}, "url": "http://172.30.9.21:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "7229e6f7777f43d58cbed8a7dd0304d6", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/1cfb1ed578eb49dd87ca083a4db541c8"}, "url": "http://192.30.9.4:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "cb46eeaecd3148259c3e255a5497608c", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/2240a154977f4379bf6cb7b06d908ad5"}, "url": "http://192.30.9.4:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "7229e6f7777f43d58cbed8a7dd0304d6", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/2a9a76dbb65b4e1b8d6116fedbba8d84"}, "url": "http://192.30.9.4:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "99e7c5a4539d41d8ac9078a76fcee515", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/2d2cec92590247c08bd065796c7809f1"}, "url": "http://192.30.9.4:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "bab20e1e10e642b3b651400b1c4f18bf", "id": "2d2cec92590247c08bd065796c7809f1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/3369b5207e9e462493b48531ec10856d"}, "url": "http://192.30.9.4:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "e5f94bd0ef324f738590907aed02c0f1", "id": "3369b5207e9e462493b48531ec10856d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/34ab0036b02a4971b8fa6b0b45d8d3b5"}, "url": "http://192.30.9.4:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "19d3b3318551439c9543240172cdbd78", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/3ca9accb793a49cbbe90e5a661064c92"}, "url": "http://172.30.9.21:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "15c0704ff3984609bc46a7ae9df6d854", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/3fc16a63f6be4d3c80a2783bb851e4bb"}, "url": "http://172.30.9.21:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/43bb9a55be8d4fb9b7b14ab829552412"}, "url": "http://192.30.9.4:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/4a4d4aede044418995764ba52a2f5df0"}, "url": "http://172.30.9.21:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "715f238e402745d38ee9f3b37fa5b7b2", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/4fb85ade24214df2affc22743e195528"}, "url": "http://172.30.9.21:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "cb46eeaecd3148259c3e255a5497608c", "id": "4fb85ade24214df2affc22743e195528"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/60a5f72c43664608a86d96f08a113212"}, "url": "http://192.30.9.4:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "3420b5d212e345eca027a97d5de7638f", "id": "60a5f72c43664608a86d96f08a113212"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/623eb42a777f4771adf7f96e3a71405c"}, "url": "http://172.30.9.21:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "4c895a2543ed4b87a379b8595130a8f7", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/720e01cf00f84d04a2ee62edcf16b6c5"}, "url": "http://192.30.9.4:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "19d3b3318551439c9543240172cdbd78", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/75bcb5f8a1e1470d86971f289010cc01"}, "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "7fc41da629194ab488892d45d20f194e", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/7969c3b38465413d9a6597bdb8ece535"}, "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "42a6b5976d8645e8a4c7c24467befa4d", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/825be5f2ac7f49148b48b6b902457d3b"}, "url": "http://192.30.9.4:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "e5f94bd0ef324f738590907aed02c0f1", "id": "825be5f2ac7f49148b48b6b902457d3b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/84de8f696bae486b93af949c9fcba0e0"}, "url": "http://192.30.9.4:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "3420b5d212e345eca027a97d5de7638f", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/8b9cbe54bbaf48bea58cd1eac70c11e3"}, "url": "http://192.30.9.4:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "4c895a2543ed4b87a379b8595130a8f7", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/8e40ba7572e344069179902ef8294d94"}, "url": "http://172.30.9.21:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "19d3b3318551439c9543240172cdbd78", "id": "8e40ba7572e344069179902ef8294d94"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/955859bdf3284e0291fae73771e83dbf"}, "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "7fc41da629194ab488892d45d20f194e", "id": "955859bdf3284e0291fae73771e83dbf"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/a05785e9fdaf4b99b730c281a8798879"}, "url": "http://172.30.9.21:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "bab20e1e10e642b3b651400b1c4f18bf", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/aa83ad94e5364c91ae9784fdce32f60e"}, "url": "http://192.30.9.4:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "715f238e402745d38ee9f3b37fa5b7b2", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/ae7c491dfb654c01b3a40697a3d71d2a"}, "url": "http://192.30.9.4:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/b0df2bf1d7134de390b5d61b210210f1"}, "url": "http://192.30.9.4:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "99e7c5a4539d41d8ac9078a76fcee515", "id": "b0df2bf1d7134de390b5d61b210210f1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/b9fb1c42ce3946749b180fecea8a4890"}, "url": "http://192.30.9.4:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "bab20e1e10e642b3b651400b1c4f18bf", "id": "b9fb1c42ce3946749b180fecea8a4890"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/baac3ca7bc5242acae74cd07cd8aac8b"}, "url": "http://172.30.9.21:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "209950594c2b43048ba72516819c6386", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/c0ec153aa11f4d0ca453edd1a735ac0e"}, "url": "http://192.30.9.4:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "7229e6f7777f43d58cbed8a7dd0304d6", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/c5342aa69d8643359bba955b671d2015"}, "url": "http://192.30.9.4:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "4c895a2543ed4b87a379b8595130a8f7", "id": "c5342aa69d8643359bba955b671d2015"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/ca0ce0f5278a4af6b162a26925808f73"}, "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "42a6b5976d8645e8a4c7c24467befa4d", "id": "ca0ce0f5278a4af6b162a26925808f73"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/d0a2205495074bd29a4de90120faedb9"}, "url": "http://172.30.9.21:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "7fc41da629194ab488892d45d20f194e", "id": "d0a2205495074bd29a4de90120faedb9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/e126bf7c26924c9f9cc609ae27eef638"}, "url": "http://172.30.9.21:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "3420b5d212e345eca027a97d5de7638f", "id": "e126bf7c26924c9f9cc609ae27eef638"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, "url": "http://192.30.9.4:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "15c0704ff3984609bc46a7ae9df6d854", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/f1f42723f09d48c9901ecfd4c8abc28c"}, "url": "http://12.0.0.25:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "209950594c2b43048ba72516819c6386", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/f609c2453dc343a4a5565a231be14af1"}, "url": "http://192.30.9.4:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "715f238e402745d38ee9f3b37fa5b7b2", "id": "f609c2453dc343a4a5565a231be14af1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/f8ed02b7c8b8467f8e3ad22c2a47b4ec"}, "url": "http://192.30.9.4:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "15c0704ff3984609bc46a7ae9df6d854", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "links": {"self": "http://172.30.9.21:5000/v3/endpoints", "previous": null, "next": null}} 2018-08-12 07:04:53,808 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/endpoints used request id req-ad99bd1a-19df-4a0d-9741-a0149d985f53 2018-08-12 07:04:53,809 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.102926015854s 2018-08-12 07:04:53,809 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/endpoints used request id req-ad99bd1a-19df-4a0d-9741-a0149d985f53 2018-08-12 07:04:53,817 - functest.opnfv_tests.openstack.shaker.shaker - DEBUG - keystone endpoint: http://172.30.9.21:5000 2018-08-12 07:04:53,821 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-12 07:04:53,824 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}180ecda2fd59d30e7e429c0784b0645e705fe808" 2018-08-12 07:04:53,925 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 07:04:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-29c46e60-0d33-47f3-8bb7-949c237834e1 Content-Encoding: gzip Content-Length: 353 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "368765b83ea8490ea55e3a7fada8a086", "links": {"self": "http://172.30.9.21:5000/v3/roles/368765b83ea8490ea55e3a7fada8a086"}, "name": "Member"}, {"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 07:04:53,925 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-29c46e60-0d33-47f3-8bb7-949c237834e1 2018-08-12 07:04:53,925 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.104438066483s 2018-08-12 07:04:53,926 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-29c46e60-0d33-47f3-8bb7-949c237834e1 2018-08-12 07:04:53,930 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-12 07:04:53,934 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}180ecda2fd59d30e7e429c0784b0645e705fe808" 2018-08-12 07:04:54,033 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 07:04:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fcccb4d6-bbe6-4314-91d2-e10133cee45e Content-Encoding: gzip Content-Length: 353 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "368765b83ea8490ea55e3a7fada8a086", "links": {"self": "http://172.30.9.21:5000/v3/roles/368765b83ea8490ea55e3a7fada8a086"}, "name": "Member"}, {"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 07:04:54,033 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-fcccb4d6-bbe6-4314-91d2-e10133cee45e 2018-08-12 07:04:54,033 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.102700948715s 2018-08-12 07:04:54,033 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-fcccb4d6-bbe6-4314-91d2-e10133cee45e 2018-08-12 07:04:54,038 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-12 07:04:54,041 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}180ecda2fd59d30e7e429c0784b0645e705fe808" 2018-08-12 07:04:54,131 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 07:04:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-646cb30c-cde3-4a02-9c4c-1930b6a32a57 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-12 07:04:54,131 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-646cb30c-cde3-4a02-9c4c-1930b6a32a57 2018-08-12 07:04:54,131 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.093514919281s 2018-08-12 07:04:54,132 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-646cb30c-cde3-4a02-9c4c-1930b6a32a57 2018-08-12 07:04:54,132 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-12 07:04:54,136 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}180ecda2fd59d30e7e429c0784b0645e705fe808" 2018-08-12 07:04:54,355 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 07:04:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ea8560af-98f8-46c6-9333-e0c947613eab Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/105a247548624314b9228f85f6325f0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105a247548624314b9228f85f6325f0b", "email": "nova@localhost", "password_expires_at": null}, {"name": "shaker-user_7a2f8673-21ac-460d-8307-4a56ba649122", "links": {"self": "http://172.30.9.21:5000/v3/users/116c98871f324c4d9ecc98b13e13b8f6"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "116c98871f324c4d9ecc98b13e13b8f6", "domain_id": "default", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/1c5de0eaa44543f08da6ad63a51594ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c5de0eaa44543f08da6ad63a51594ff", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/1d127b5b832547a88a547c116dfdd65b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d127b5b832547a88a547c116dfdd65b", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/1d5cfc170d624ce4ae53ae0507c8d517"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d5cfc170d624ce4ae53ae0507c8d517", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/2421820b75eb4d3ebd02830378d1377b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2421820b75eb4d3ebd02830378d1377b", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/40bd8ee54ecf44868cc83cede652c396"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40bd8ee54ecf44868cc83cede652c396", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/4f32fb8153854c4c9f5094b42b523f80"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f32fb8153854c4c9f5094b42b523f80", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7066130d08fb4db7bf4ab468de53933b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7066130d08fb4db7bf4ab468de53933b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/8d0898a83bcf4521bbc11501d5d7ac89"}, "domain_id": "1eec97585bde483292ece28ee11f4b8d", "enabled": true, "options": {}, "id": "8d0898a83bcf4521bbc11501d5d7ac89", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/9defcced327d476f8a3beab718a13da3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9defcced327d476f8a3beab718a13da3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/b80ee4f6992446e0879624dd436e99a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b80ee4f6992446e0879624dd436e99a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b86fd3e011324d398fcdb6f095a20a9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b86fd3e011324d398fcdb6f095a20a9d", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1701d2754064b5cadf765ea0806f9b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1701d2754064b5cadf765ea0806f9b2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/db4e7b8d76d549faa502716565c733dd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db4e7b8d76d549faa502716565c733dd", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-12 07:04:54,355 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-ea8560af-98f8-46c6-9333-e0c947613eab 2018-08-12 07:04:54,356 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.222942113876s 2018-08-12 07:04:54,356 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-ea8560af-98f8-46c6-9333-e0c947613eab 2018-08-12 07:04:54,366 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-12 07:04:54,369 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}180ecda2fd59d30e7e429c0784b0645e705fe808" 2018-08-12 07:04:54,477 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 07:04:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1d8d2d53-ead3-47b1-b034-20b8fd5e6787 Content-Encoding: gzip Content-Length: 394 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8"}, "tags": [], "enabled": true, "id": "310f5853751a4c968f3eeb0a3d99a0a8", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: shaker", "links": {"self": "http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363"}, "tags": [], "enabled": true, "id": "5fe28c13d4d74ba2be8d019ac1ea6363", "parent_id": "default", "domain_id": "default", "name": "shaker-project_7a2f8673-21ac-460d-8307-4a56ba649122"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "id": "a267b9a156244bb192691cff6e5f74fe", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-08-12 07:04:54,477 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-1d8d2d53-ead3-47b1-b034-20b8fd5e6787 2018-08-12 07:04:54,477 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.110291957855s 2018-08-12 07:04:54,477 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-1d8d2d53-ead3-47b1-b034-20b8fd5e6787 2018-08-12 07:04:54,484 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-12 07:04:54,488 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:5000/v3/role_assignments?user.id=116c98871f324c4d9ecc98b13e13b8f6&role.id=8dbf9ffab0974542864a297567a51a1c&scope.project.id=5fe28c13d4d74ba2be8d019ac1ea6363" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}180ecda2fd59d30e7e429c0784b0645e705fe808" 2018-08-12 07:04:54,582 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 07:04:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d03c3793-0594-4be4-b9e9-9da1ba878b95 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.21:5000/v3/role_assignments?user.id=116c98871f324c4d9ecc98b13e13b8f6&role.id=8dbf9ffab0974542864a297567a51a1c&scope.project.id=5fe28c13d4d74ba2be8d019ac1ea6363", "previous": null, "next": null}} 2018-08-12 07:04:54,582 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=116c98871f324c4d9ecc98b13e13b8f6&role.id=8dbf9ffab0974542864a297567a51a1c&scope.project.id=5fe28c13d4d74ba2be8d019ac1ea6363 used request id req-d03c3793-0594-4be4-b9e9-9da1ba878b95 2018-08-12 07:04:54,582 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.0972149372101s 2018-08-12 07:04:54,582 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=116c98871f324c4d9ecc98b13e13b8f6&role.id=8dbf9ffab0974542864a297567a51a1c&scope.project.id=5fe28c13d4d74ba2be8d019ac1ea6363 used request id req-d03c3793-0594-4be4-b9e9-9da1ba878b95 2018-08-12 07:04:54,586 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-12 07:04:54,589 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363/users/116c98871f324c4d9ecc98b13e13b8f6/roles/8dbf9ffab0974542864a297567a51a1c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}180ecda2fd59d30e7e429c0784b0645e705fe808" 2018-08-12 07:04:54,754 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 07:04:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-030902c5-5710-4573-96f9-a9214fb2e799 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 07:04:54,754 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363/users/116c98871f324c4d9ecc98b13e13b8f6/roles/8dbf9ffab0974542864a297567a51a1c used request id req-030902c5-5710-4573-96f9-a9214fb2e799 2018-08-12 07:04:54,754 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.168581008911s 2018-08-12 07:04:54,755 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363/users/116c98871f324c4d9ecc98b13e13b8f6/roles/8dbf9ffab0974542864a297567a51a1c used request id req-030902c5-5710-4573-96f9-a9214fb2e799 2018-08-12 07:04:54,758 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-12 07:04:54,762 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}180ecda2fd59d30e7e429c0784b0645e705fe808" 2018-08-12 07:04:54,853 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 07:04:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c8c6b7f1-6b1e-4006-bdd6-13742048fa3d Content-Encoding: gzip Content-Length: 353 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "368765b83ea8490ea55e3a7fada8a086", "links": {"self": "http://172.30.9.21:5000/v3/roles/368765b83ea8490ea55e3a7fada8a086"}, "name": "Member"}, {"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 07:04:54,853 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-c8c6b7f1-6b1e-4006-bdd6-13742048fa3d 2018-08-12 07:04:54,854 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0952107906342s 2018-08-12 07:04:54,854 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-c8c6b7f1-6b1e-4006-bdd6-13742048fa3d 2018-08-12 07:04:54,859 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.roles 2018-08-12 07:04:54,862 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}180ecda2fd59d30e7e429c0784b0645e705fe808" -d '{"role": {"name": "heat_stack_owner"}}' 2018-08-12 07:04:54,969 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 07:04:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-db99c7ac-a01f-4807-a85f-c212f95b99e9 Content-Length: 187 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "d0b739e67e484f6e8bd7d4a6e23d3538", "links": {"self": "http://172.30.9.21:5000/v3/roles/d0b739e67e484f6e8bd7d4a6e23d3538"}, "name": "heat_stack_owner"}} 2018-08-12 07:04:54,970 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-db99c7ac-a01f-4807-a85f-c212f95b99e9 2018-08-12 07:04:54,970 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.roles in 0.110826969147s 2018-08-12 07:04:54,970 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-db99c7ac-a01f-4807-a85f-c212f95b99e9 2018-08-12 07:04:54,974 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-12 07:04:54,977 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}180ecda2fd59d30e7e429c0784b0645e705fe808" 2018-08-12 07:04:55,074 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 07:04:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cccb2568-36f3-4e7c-a954-315775e1536d Content-Encoding: gzip Content-Length: 385 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "368765b83ea8490ea55e3a7fada8a086", "links": {"self": "http://172.30.9.21:5000/v3/roles/368765b83ea8490ea55e3a7fada8a086"}, "name": "Member"}, {"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d0b739e67e484f6e8bd7d4a6e23d3538", "links": {"self": "http://172.30.9.21:5000/v3/roles/d0b739e67e484f6e8bd7d4a6e23d3538"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 07:04:55,074 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-cccb2568-36f3-4e7c-a954-315775e1536d 2018-08-12 07:04:55,074 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.100341796875s 2018-08-12 07:04:55,075 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-cccb2568-36f3-4e7c-a954-315775e1536d 2018-08-12 07:04:55,079 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-12 07:04:55,083 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}180ecda2fd59d30e7e429c0784b0645e705fe808" 2018-08-12 07:04:55,174 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 07:04:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-41d8d17a-b6c7-48c4-a023-1fc35796d773 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-12 07:04:55,174 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-41d8d17a-b6c7-48c4-a023-1fc35796d773 2018-08-12 07:04:55,174 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0943930149078s 2018-08-12 07:04:55,174 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-41d8d17a-b6c7-48c4-a023-1fc35796d773 2018-08-12 07:04:55,175 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-12 07:04:55,178 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}180ecda2fd59d30e7e429c0784b0645e705fe808" 2018-08-12 07:04:55,282 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 07:04:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a50b935b-8f2a-467e-b732-9db650387d8b Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/105a247548624314b9228f85f6325f0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105a247548624314b9228f85f6325f0b", "email": "nova@localhost", "password_expires_at": null}, {"name": "shaker-user_7a2f8673-21ac-460d-8307-4a56ba649122", "links": {"self": "http://172.30.9.21:5000/v3/users/116c98871f324c4d9ecc98b13e13b8f6"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "116c98871f324c4d9ecc98b13e13b8f6", "domain_id": "default", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/1c5de0eaa44543f08da6ad63a51594ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c5de0eaa44543f08da6ad63a51594ff", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/1d127b5b832547a88a547c116dfdd65b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d127b5b832547a88a547c116dfdd65b", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/1d5cfc170d624ce4ae53ae0507c8d517"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d5cfc170d624ce4ae53ae0507c8d517", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/2421820b75eb4d3ebd02830378d1377b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2421820b75eb4d3ebd02830378d1377b", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/40bd8ee54ecf44868cc83cede652c396"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40bd8ee54ecf44868cc83cede652c396", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/4f32fb8153854c4c9f5094b42b523f80"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f32fb8153854c4c9f5094b42b523f80", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7066130d08fb4db7bf4ab468de53933b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7066130d08fb4db7bf4ab468de53933b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/8d0898a83bcf4521bbc11501d5d7ac89"}, "domain_id": "1eec97585bde483292ece28ee11f4b8d", "enabled": true, "options": {}, "id": "8d0898a83bcf4521bbc11501d5d7ac89", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/9defcced327d476f8a3beab718a13da3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9defcced327d476f8a3beab718a13da3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/b80ee4f6992446e0879624dd436e99a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b80ee4f6992446e0879624dd436e99a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b86fd3e011324d398fcdb6f095a20a9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b86fd3e011324d398fcdb6f095a20a9d", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1701d2754064b5cadf765ea0806f9b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1701d2754064b5cadf765ea0806f9b2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/db4e7b8d76d549faa502716565c733dd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db4e7b8d76d549faa502716565c733dd", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-12 07:04:55,282 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-a50b935b-8f2a-467e-b732-9db650387d8b 2018-08-12 07:04:55,282 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.107157945633s 2018-08-12 07:04:55,283 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-a50b935b-8f2a-467e-b732-9db650387d8b 2018-08-12 07:04:55,293 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-12 07:04:55,296 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}180ecda2fd59d30e7e429c0784b0645e705fe808" 2018-08-12 07:04:55,400 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 07:04:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7a14d93a-a886-4771-a71e-810c01cc6307 Content-Encoding: gzip Content-Length: 394 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8"}, "tags": [], "enabled": true, "id": "310f5853751a4c968f3eeb0a3d99a0a8", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: shaker", "links": {"self": "http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363"}, "tags": [], "enabled": true, "id": "5fe28c13d4d74ba2be8d019ac1ea6363", "parent_id": "default", "domain_id": "default", "name": "shaker-project_7a2f8673-21ac-460d-8307-4a56ba649122"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "id": "a267b9a156244bb192691cff6e5f74fe", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-08-12 07:04:55,400 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-7a14d93a-a886-4771-a71e-810c01cc6307 2018-08-12 07:04:55,401 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.107177019119s 2018-08-12 07:04:55,401 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-7a14d93a-a886-4771-a71e-810c01cc6307 2018-08-12 07:04:55,408 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-12 07:04:55,411 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:5000/v3/role_assignments?user.id=116c98871f324c4d9ecc98b13e13b8f6&role.id=d0b739e67e484f6e8bd7d4a6e23d3538&scope.project.id=5fe28c13d4d74ba2be8d019ac1ea6363" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}180ecda2fd59d30e7e429c0784b0645e705fe808" 2018-08-12 07:04:55,505 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 07:04:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4f81d091-6ef4-4799-9f2d-42a7ee48519a Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.21:5000/v3/role_assignments?user.id=116c98871f324c4d9ecc98b13e13b8f6&role.id=d0b739e67e484f6e8bd7d4a6e23d3538&scope.project.id=5fe28c13d4d74ba2be8d019ac1ea6363", "previous": null, "next": null}} 2018-08-12 07:04:55,505 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=116c98871f324c4d9ecc98b13e13b8f6&role.id=d0b739e67e484f6e8bd7d4a6e23d3538&scope.project.id=5fe28c13d4d74ba2be8d019ac1ea6363 used request id req-4f81d091-6ef4-4799-9f2d-42a7ee48519a 2018-08-12 07:04:55,505 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.0971579551697s 2018-08-12 07:04:55,506 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=116c98871f324c4d9ecc98b13e13b8f6&role.id=d0b739e67e484f6e8bd7d4a6e23d3538&scope.project.id=5fe28c13d4d74ba2be8d019ac1ea6363 used request id req-4f81d091-6ef4-4799-9f2d-42a7ee48519a 2018-08-12 07:04:55,510 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-12 07:04:55,513 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363/users/116c98871f324c4d9ecc98b13e13b8f6/roles/d0b739e67e484f6e8bd7d4a6e23d3538 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}180ecda2fd59d30e7e429c0784b0645e705fe808" 2018-08-12 07:04:55,711 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 07:04:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dc04f6e5-478e-42c2-bfa0-a952fe4813bd 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 07:04:55,712 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363/users/116c98871f324c4d9ecc98b13e13b8f6/roles/d0b739e67e484f6e8bd7d4a6e23d3538 used request id req-dc04f6e5-478e-42c2-bfa0-a952fe4813bd 2018-08-12 07:04:55,712 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.202072143555s 2018-08-12 07:04:55,712 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363/users/116c98871f324c4d9ecc98b13e13b8f6/roles/d0b739e67e484f6e8bd7d4a6e23d3538 used request id req-dc04f6e5-478e-42c2-bfa0-a952fe4813bd 2018-08-12 07:04:55,713 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-12 07:04:55,714 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-12 07:04:55,714 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-12 07:04:55,717 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-12 07:04:55,790 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-12 07:04:55,791 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-12 07:04:55,792 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-12 07:04:55,828 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-12 07:04:55,828 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-12 07:04:55,857 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-12 08:04:55,936 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-12 08:04:55,936 - functest.opnfv_tests.openstack.shaker.shaker - INFO - output: XDG_SESSION_ID=1 OS_PROJECT_ID=5fe28c13d4d74ba2be8d019ac1ea6363 SHELL=/bin/bash SSH_CLIENT=172.30.9.66 55592 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_7a2f8673-21ac-460d-8307-4a56ba649122 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=2aea9519-a319-4b97-afc6-62c47b5fdb0a LANG=en_US.UTF-8 OS_AUTH_TYPE=password PS1=${OS_CLOUDNAME:+($OS_CLOUDNAME)} OS_AUTH_URL=http://172.30.9.21:5000 SDN_CONTROLLER_PASSWORD=cpmVHhQecqUaz4fh8rsrddwU6 OS_USERNAME=shaker-user_7a2f8673-21ac-460d-8307-4a56ba649122 SHLVL=1 HOME=/home/ubuntu no_proxy=,172.30.9.21,192.30.9.4 LOGNAME=ubuntu SSH_CONNECTION=172.30.9.66 55592 192.168.120.27 22 OS_VOLUME_API_VERSION=3.50 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 07:04:56.222 1381 INFO shaker.engine.utils [-] Logging enabled 2018-08-12 07:04:56.225 1381 INFO shaker.engine.messaging [-] Listening on *:9000 2018-08-12 07:04:56.227 1381 INFO shaker.engine.server [-] Play scenario: openstack/full_l2 2018-08-12 07:04:56.234 1389 INFO shaker.agent.agent [-] Agent id is: __heartbeat 2018-08-12 07:04:56.235 1389 INFO shaker.agent.agent [-] Connecting to server: 172.30.9.208:9000 2018-08-12 07:04:56.235 1389 INFO shaker.agent.agent [-] Agent config: {'polling_interval': 10} 2018-08-12 07:04:56.244 1381 INFO pykwalify.core [-] validation.valid 2018-08-12 07:04:57.822 1381 INFO shaker.openstack.clients.openstack [-] Connection to OpenStack is initialized 2018-08-12 07:05:02.006 1381 INFO shaker.openstack.clients.heat [-] New stack: {u'id': u'9fe08302-b529-4874-bf95-a046b42bd1e0', u'links': [{u'href': u'http://172.30.9.21:8004/v1/5fe28c13d4d74ba2be8d019ac1ea6363/stacks/shaker_skfpau/9fe08302-b529-4874-bf95-a046b42bd1e0', u'rel': u'self'}]} 2018-08-12 07:08:25.810 1381 INFO shaker.engine.quorum [-] Waiting for quorum of agents: set(['shaker_skfpau_slave_0', 'shaker_skfpau_master_0']) 2018-08-12 07:08:26.386 1381 INFO shaker.engine.quorum [-] Finished processing operation: 2018-08-12 07:09:57.447 1381 INFO shaker.engine.quorum [-] Finished processing operation: 2018-08-12 07:11:27.164 1381 INFO shaker.engine.quorum [-] Finished processing operation: 2018-08-12 07:12:56.866 1381 INFO shaker.engine.quorum [-] Finished processing operation: 2018-08-12 07:12:56.867 1381 INFO shaker.engine.server [-] Execution is done 2018-08-12 07:12:57.334 1381 INFO shaker.engine.quorum [-] Cleaning the quorum 2018-08-12 08:04:55,937 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-12 08:04:55,937 - functest.opnfv_tests.openstack.shaker.shaker - INFO - error: 2018-08-12 08:04:55,939 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-12 08:04:55,977 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-12 08:04:55,977 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-12 08:04:56,005 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-12 08:04:56,008 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-12 08:04:56,008 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-12 08:04:56,009 - 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 08:04:56,152 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-12 08:04:56,153 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | shaker | functest | 65:12 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-08-12 08:04:56,156 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-08-12 08:04:56,563 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "368765b83ea8490ea55e3a7fada8a086", "name": "Member"}, {"id": "d0b739e67e484f6e8bd7d4a6e23d3538", "name": "heat_stack_owner"}, {"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:04:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5fe28c13d4d74ba2be8d019ac1ea6363", "name": "shaker-project_7a2f8673-21ac-460d-8307-4a56ba649122"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/5fe28c13d4d74ba2be8d019ac1ea6363", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/5fe28c13d4d74ba2be8d019ac1ea6363", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/5fe28c13d4d74ba2be8d019ac1ea6363", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_5fe28c13d4d74ba2be8d019ac1ea6363", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_5fe28c13d4d74ba2be8d019ac1ea6363", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/5fe28c13d4d74ba2be8d019ac1ea6363", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/5fe28c13d4d74ba2be8d019ac1ea6363", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/5fe28c13d4d74ba2be8d019ac1ea6363", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/5fe28c13d4d74ba2be8d019ac1ea6363", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/5fe28c13d4d74ba2be8d019ac1ea6363", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/5fe28c13d4d74ba2be8d019ac1ea6363", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/5fe28c13d4d74ba2be8d019ac1ea6363", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/5fe28c13d4d74ba2be8d019ac1ea6363", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/5fe28c13d4d74ba2be8d019ac1ea6363", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "shaker-user_7a2f8673-21ac-460d-8307-4a56ba649122", "id": "116c98871f324c4d9ecc98b13e13b8f6"}, "audit_ids": ["cPlwSX8pQrGG9iG-7vjkRA"], "issued_at": "2018-08-12T08:04:56.000000Z"}} 2018-08-12 08:04:56,567 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-12 08:04:56,568 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/floatingips/3064650d-fc25-46a0-a447-359d3008db3c.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6e1be368e490f4672651eb0d8242ff5d43a0606a" 2018-08-12 08:04:57,364 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c7b264c8-30ad-4d91-b496-a15a3c81d9e2 Content-Length: 0 Date: Sun, 12 Aug 2018 08:04:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:04:57,364 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/floatingips/3064650d-fc25-46a0-a447-359d3008db3c.json used request id req-c7b264c8-30ad-4d91-b496-a15a3c81d9e2 2018-08-12 08:04:57,365 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.797360897064s 2018-08-12 08:04:57,365 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/floatingips/3064650d-fc25-46a0-a447-359d3008db3c.json used request id req-c7b264c8-30ad-4d91-b496-a15a3c81d9e2 2018-08-12 08:04:57,370 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-12 08:04:57,371 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}6e1be368e490f4672651eb0d8242ff5d43a0606a" 2018-08-12 08:04:58,068 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-2c1d60a7-38b9-47ae-b8f4-fe091c1d222f Date: Sun, 12 Aug 2018 08:04:58 GMT RESP BODY: {"floatingips": [{"router_id": "8b254875-08ae-4a93-8f2f-7d8064451ba9", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-12T06:21:29Z", "floating_network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "fixed_ip_address": "192.168.1.5", "floating_ip_address": "172.30.9.204", "revision_number": 0, "port_id": "31b43b29-e122-433e-ae3e-4cc8934c01af", "id": "e7a37c1e-78e0-4963-a79d-d777e09fb783", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "created_at": "2018-08-12T06:21:29Z", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}]} 2018-08-12 08:04:58,069 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-2c1d60a7-38b9-47ae-b8f4-fe091c1d222f 2018-08-12 08:04:58,069 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.698610067368s 2018-08-12 08:04:58,069 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-2c1d60a7-38b9-47ae-b8f4-fe091c1d222f 2018-08-12 08:04:58,073 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-12 08:04:58,076 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/servers/39e1a5b6-af3d-464b-badb-c22da697010e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6e1be368e490f4672651eb0d8242ff5d43a0606a" 2018-08-12 08:04:58,780 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:04: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-2ef2b7d2-af08-4765-a200-1a4e49a004cf x-compute-request-id: req-2ef2b7d2-af08-4765-a200-1a4e49a004cf Content-Type: application/json 2018-08-12 08:04:58,780 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/39e1a5b6-af3d-464b-badb-c22da697010e used request id req-2ef2b7d2-af08-4765-a200-1a4e49a004cf 2018-08-12 08:04:58,780 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.70711183548s 2018-08-12 08:04:58,780 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/39e1a5b6-af3d-464b-badb-c22da697010e used request id req-2ef2b7d2-af08-4765-a200-1a4e49a004cf 2018-08-12 08:04:58,781 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 08:04:58,784 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6e1be368e490f4672651eb0d8242ff5d43a0606a" 2018-08-12 08:05:00,976 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:04: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-321395a7-d2a9-4b46-b763-36731fc466b5 x-compute-request-id: req-321395a7-d2a9-4b46-b763-36731fc466b5 Content-Encoding: gzip Content-Length: 839 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"shaker-net_7a2f8673-21ac-460d-8307-4a56ba649122": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:26:86", "version": 4, "addr": "192.168.120.27", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:26:86", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/39e1a5b6-af3d-464b-badb-c22da697010e", "rel": "bookmark"}], "image": {"id": "40b57b03-47f6-4c91-9706-190fddde62de", "links": [{"href": "http://172.30.9.21:8774/images/40b57b03-47f6-4c91-9706-190fddde62de", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000080", "OS-SRV-USG:launched_at": "2018-08-12T07:03:27.000000", "flavor": {"id": "c1e727b2-eeae-4042-b15d-509d52556df9", "links": [{"href": "http://172.30.9.21:8774/flavors/c1e727b2-eeae-4042-b15d-509d52556df9", "rel": "bookmark"}]}, "id": "39e1a5b6-af3d-464b-badb-c22da697010e", "security_groups": [{"name": "shaker-sg_7a2f8673-21ac-460d-8307-4a56ba649122"}], "user_id": "116c98871f324c4d9ecc98b13e13b8f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:04:58Z", "hostId": "55dc5157f3e88a811d5e275d3d1bdcc80edd6fc7ce58f477a7e29675", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_7a2f8673-21ac-460d-8307-4a56ba649122", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "shaker-vm_7a2f8673-21ac-460d-8307-4a56ba649122", "created": "2018-08-12T07:00:07Z", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 08:05:00,976 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-321395a7-d2a9-4b46-b763-36731fc466b5 2018-08-12 08:05:00,977 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 2.1954870224s 2018-08-12 08:05:00,977 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-321395a7-d2a9-4b46-b763-36731fc466b5 2018-08-12 08:05:00,979 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 08:05:02,981 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 08:05:02,985 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6e1be368e490f4672651eb0d8242ff5d43a0606a" 2018-08-12 08:05:03,103 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:05: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-c851e7b1-0d11-4e06-ab27-de93e87d7e99 x-compute-request-id: req-c851e7b1-0d11-4e06-ab27-de93e87d7e99 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-12 08:05:03,103 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-c851e7b1-0d11-4e06-ab27-de93e87d7e99 2018-08-12 08:05:03,103 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.121570110321s 2018-08-12 08:05:03,104 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-c851e7b1-0d11-4e06-ab27-de93e87d7e99 2018-08-12 08:05:03,107 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-12 08:05:03,107 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}6e1be368e490f4672651eb0d8242ff5d43a0606a" 2018-08-12 08:05:03,406 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 49432 X-Openstack-Request-Id: req-ab5343e9-460b-4790-b712-b837aff59672 Date: Sun, 12 Aug 2018 08:05:03 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "created_at": "2018-08-12T06:59:44Z", "updated_at": "2018-08-12T06:59:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "1d7fd960-7865-4453-aecc-8d399b4fad21", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "66820d8a-b785-4b18-bd67-500221c8e4f9", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "74fc7638-a322-4841-8c47-06d36174a200", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "8eaa09ec-8419-4582-9312-1e527afe6e4b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}], "revision_number": 4, "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "created_at": "2018-08-12T05:12:34Z", "updated_at": "2018-08-12T05:12:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "709513d2-af7d-4d0b-bd3c-604fed75a711", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "aa346066-e46f-44f2-94be-2884aa998a19", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "c15f7b93-e56c-4afa-867d-2acb286d4b7b", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "cb0ef83f-5f70-4a80-ad35-431ca9df551e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}], "revision_number": 4, "project_id": "fa5a7fe6ee54472ba01638877aade8e3", "id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ea65becf30e54b27aa96a449698a435e", "created_at": "2018-08-12T05:10:35Z", "updated_at": "2018-08-12T05:10:35Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "30ad280c-f302-4cd4-a438-5139917b56f9", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "76115c4c-887d-4f0a-83e2-486e4b39c713", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "8ab14937-4c08-4d43-8a9a-662e622cc643", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "ee757a03-5662-4273-9c3e-6212e7afb48f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}], "revision_number": 4, "project_id": "ea65becf30e54b27aa96a449698a435e", "id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "name": "default"}, {"description": "PNS Security groups", "tags": [], "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "created_at": "2018-08-12T06:20:16Z", "updated_at": "2018-08-12T06:20:18Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5002, "updated_at": "2018-08-12T06:20:18Z", "revision_number": 0, "id": "4b88c9c2-b685-45cc-a57c-51583aae95b0", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-08-12T06:20:18Z", "security_group_id": "45f2db4f-60bd-4f43-916e-2ffa04fc083e", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": 5001, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:17Z", "revision_number": 0, "id": "708b4427-5f94-46ff-b168-26566cd6d6f7", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-08-12T06:20:17Z", "security_group_id": "45f2db4f-60bd-4f43-916e-2ffa04fc083e", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:16Z", "revision_number": 0, "id": "79dd9b81-45b0-41d5-8009-bd0bf3b956bb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:16Z", "security_group_id": "45f2db4f-60bd-4f43-916e-2ffa04fc083e", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-12T06:20:17Z", "revision_number": 0, "id": "a418af51-4619-4c9b-90fa-aab77d28689a", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-08-12T06:20:17Z", "security_group_id": "45f2db4f-60bd-4f43-916e-2ffa04fc083e", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": 22, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": "udp", "description": "", "tags": [], "port_range_max": 5002, "updated_at": "2018-08-12T06:20:18Z", "revision_number": 0, "id": "b6b9ccd2-1800-4ff1-aeb7-04f0afa7cc4e", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-08-12T06:20:18Z", "security_group_id": "45f2db4f-60bd-4f43-916e-2ffa04fc083e", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": 5001, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:16Z", "revision_number": 0, "id": "be3a900f-2f3a-41e1-a89d-92b7afde0bb6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:16Z", "security_group_id": "45f2db4f-60bd-4f43-916e-2ffa04fc083e", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}], "revision_number": 6, "project_id": "ff7abd7bb61f4f2889831e932d65dc2e", "id": "45f2db4f-60bd-4f43-916e-2ffa04fc083e", "name": "pns-security0888abd2-2765-41a2-9cf5-24a1755ef722"}, {"description": "Default security group", "tags": [], "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "created_at": "2018-08-12T06:20:09Z", "updated_at": "2018-08-12T06:20:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "1123b8f2-75ac-4a26-b9b2-a96da97408e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "2ddd2b93-e080-48cd-9a50-f5fe8a82ad0c", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "cd1bae62-0aea-4438-b4c3-50a69ae6f855", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "e398e01e-ceea-46d1-9534-b929808c4a5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}], "revision_number": 4, "project_id": "ff7abd7bb61f4f2889831e932d65dc2e", "id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "created_at": "2018-08-12T05:34:57Z", "updated_at": "2018-08-12T05:34:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "208a1c1e-f5f8-49c7-9a25-d07e68b1541f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "27bfd867-e607-4bf8-9de8-60682d3f771d", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "49360e1f-6fd3-4f35-b339-24cea95773ee", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "60f631a9-d305-4920-9631-d0543e2ac64f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}], "revision_number": 4, "project_id": "3a85ceae958d4d9fba68847e7df67db8", "id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "created_at": "2018-08-12T05:34:40Z", "updated_at": "2018-08-12T05:34:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "2192c259-363e-4768-ae73-e75837ad63b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "3f87ddc5-f84d-41dc-8215-847724782569", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "7d89f6da-ea78-49dd-9115-f9ad23b250bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "9ec4497d-0f65-44db-9be9-7b3042e4a584", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}], "revision_number": 4, "project_id": "85517fcf1c6247e699fdcdd42ecc8c79", "id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "created_at": "2018-08-12T05:16:02Z", "updated_at": "2018-08-12T05:16:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "1ecacd8c-c1c7-4a66-9871-406a69323b43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "3cc1750c-e0e7-4902-b6f3-494a161b832e", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "d719a7a4-8c99-44ed-8c12-6bf071890203", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "fe7421b5-d577-41da-8c78-62f3c07eda92", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}], "revision_number": 4, "project_id": "a267b9a156244bb192691cff6e5f74fe", "id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "315a428116f24d9fbb826b37080a918e", "created_at": "2018-08-12T05:11:31Z", "updated_at": "2018-08-12T05:11:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "5e52886a-1dc3-4a81-a55d-f388dc4fd1a1", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "678e32e4-d64c-448a-a4ab-e253ab94ae90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "a8da1539-e3ad-4f90-b2df-3dc1f09d228a", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "b73d5cc9-0205-4658-bb1f-61a042c0ab8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}], "revision_number": 4, "project_id": "315a428116f24d9fbb826b37080a918e", "id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-12T05:08:01Z", "updated_at": "2018-08-12T05:08:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:01Z", "revision_number": 0, "id": "0fb05d03-1117-45d0-930c-b6d4c96ef102", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "4faaab33-5788-4bbd-85b8-0fb44d41413a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "96d0c5a0-5c67-421b-8fc8-2b46d77e5db3", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "dd78519b-4bc5-4e8e-ad0f-58089dd69347", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "11a46741b7954b959fd7764109c047b6", "created_at": "2018-08-12T05:34:51Z", "updated_at": "2018-08-12T05:34:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "0b67bf3c-2289-43bb-ab6c-7d25ec32a279", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "51f3f833-337a-42bd-a8d5-742ea8d6c226", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "571fd0b5-ef90-408d-af33-aafb517b8993", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "944ba823-fb9c-496e-a66e-bb426bb14a8d", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}], "revision_number": 4, "project_id": "11a46741b7954b959fd7764109c047b6", "id": "90af9782-8112-4257-801d-ee5115d226ba", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "created_at": "2018-08-12T05:34:26Z", "updated_at": "2018-08-12T05:34:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "2ee1f63a-807c-4d6a-85ee-dd784f6b8c3f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5dec3ec2-2add-47dd-8618-90659dcf3885", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5ea0dc3e-49d0-43f0-94e9-f6443527d14c", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "fbfaca22-7e3e-4128-8973-43e439b77c28", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}], "revision_number": 4, "project_id": "3c01cd58055c44ecaef39f7e625c2258", "id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "521007c1818145639e93ceb270559219", "created_at": "2018-08-12T05:13:27Z", "updated_at": "2018-08-12T05:13:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "5e7fede5-b0f2-47d8-95c3-516cdfc7f9de", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "8fd0e36f-c6c4-4f64-ba97-40439e614448", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "db7d79de-1dfc-4138-945f-91e74cdc266b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "e87f2cff-ff3e-4b6d-aaf0-7f0eb0ab9f05", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}], "revision_number": 4, "project_id": "521007c1818145639e93ceb270559219", "id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "name": "default"}, {"description": "created by OPNFV Functest (shaker)", "tags": [], "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "created_at": "2018-08-12T07:00:03Z", "updated_at": "2018-08-12T07:00:04Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-12T07:00:03Z", "revision_number": 0, "id": "4c3489a9-6f40-447b-bdb5-9b651f456ddf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T07:00:03Z", "security_group_id": "c4579f1f-df8b-4813-aa29-a6f1399f3a6b", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": 22, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T07:00:03Z", "revision_number": 0, "id": "4d943dd9-09c0-4300-98bc-72be670f15f1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T07:00:03Z", "security_group_id": "c4579f1f-df8b-4813-aa29-a6f1399f3a6b", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-12T07:00:04Z", "revision_number": 0, "id": "8b6228a5-bdde-478b-823e-723b0c518ddd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T07:00:04Z", "security_group_id": "c4579f1f-df8b-4813-aa29-a6f1399f3a6b", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 9000, "updated_at": "2018-08-12T07:00:04Z", "revision_number": 0, "id": "abe03c62-a3ee-4cb5-aa62-f1d0829fc9d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T07:00:04Z", "security_group_id": "c4579f1f-df8b-4813-aa29-a6f1399f3a6b", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": 9000, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T07:00:03Z", "revision_number": 0, "id": "fd3bbd0d-3b28-43e9-8a82-8e41e744e92d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T07:00:03Z", "security_group_id": "c4579f1f-df8b-4813-aa29-a6f1399f3a6b", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}], "revision_number": 5, "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "id": "c4579f1f-df8b-4813-aa29-a6f1399f3a6b", "name": "shaker-sg_7a2f8673-21ac-460d-8307-4a56ba649122"}, {"description": "Default security group", "tags": [], "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "created_at": "2018-08-12T05:08:18Z", "updated_at": "2018-08-12T05:08:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "3c67be40-bf74-4f97-9693-d93ce73a23b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "6112d869-2fc6-4a25-a13c-3d55cd7206c0", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "bdf21c56-453e-482e-9cba-3c55abcb0339", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "c8e92c39-38cc-4f48-be9c-5f0912e6a725", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}], "revision_number": 4, "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "created_at": "2018-08-12T05:04:23Z", "updated_at": "2018-08-12T05:04:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "280546d9-8ad1-4283-abfc-15ee9b1736c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "58bce125-f2ca-4a6d-b9ca-4e6cf5c0f7a5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "69275b9a-cfb5-482c-a9c4-8ffc79adf2c7", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "6d747f3a-3764-469a-a645-f977585c5aac", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}], "revision_number": 4, "project_id": "310f5853751a4c968f3eeb0a3d99a0a8", "id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "created_at": "2018-08-12T05:34:42Z", "updated_at": "2018-08-12T05:34:42Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "199582e8-25aa-457a-aa7c-6d8413ca4464", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "234f3609-4454-448f-919d-c8143c7cd764", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "c1061460-71a2-49a9-a04b-9fa33eeb17ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "d21ac532-51d8-4d6b-8300-7bac216759bf", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}], "revision_number": 4, "project_id": "9f6c1a272706419c9a74b0893b2890e8", "id": "d6739716-c693-460c-89c6-e7c8c48f8245", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "created_at": "2018-08-12T05:34:54Z", "updated_at": "2018-08-12T05:34:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "0633a05a-ee7d-4476-a56b-75d011b22f77", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "6cc1b9f8-73db-47a3-a0e0-3c96c43f34da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "90d99a6b-e94f-4fd8-a10c-f19dd8954c13", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "e843c139-af2a-4d2c-a24f-59f7b10ff72e", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}], "revision_number": 4, "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "created_at": "2018-08-12T05:09:07Z", "updated_at": "2018-08-12T05:09:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "5495e168-f505-4d74-ae6d-387f0bf533c2", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "6fd19b8b-3062-456e-81ba-3ff37fe43429", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8ca59d25-485c-46ce-939c-2e4a468caeac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8f190846-50a0-42b9-b571-390809b752b1", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}], "revision_number": 4, "project_id": "fa9ca6d7608b4d7d87ce97331679a481", "id": "edcd9b17-9416-4c25-823c-060c435e18d7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "created_at": "2018-08-12T05:34:52Z", "updated_at": "2018-08-12T05:34:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "2c7e484e-6ec5-4a95-8c9c-66d294c0c27e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "70c74258-3c2c-4efc-87e0-079c26ee3417", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "b70382fa-082e-4c2b-abc8-87490fa50b11", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "c3628e02-b4b6-42c9-8751-c1a2d3c19caa", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}], "revision_number": 4, "project_id": "87db863ba6e348b0a5ddcb67053db9d1", "id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "name": "default"}]} 2018-08-12 08:05:03,407 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-ab5343e9-460b-4790-b712-b837aff59672 2018-08-12 08:05:03,408 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.300718069077s 2018-08-12 08:05:03,409 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-ab5343e9-460b-4790-b712-b837aff59672 2018-08-12 08:05:03,415 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-08-12 08:05:03,415 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/security-groups/c4579f1f-df8b-4813-aa29-a6f1399f3a6b.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6e1be368e490f4672651eb0d8242ff5d43a0606a" 2018-08-12 08:05:04,182 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-363d0ad6-fa22-4646-982b-cdc8eb6c2102 Content-Length: 0 Date: Sun, 12 Aug 2018 08:05:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:05:04,182 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/c4579f1f-df8b-4813-aa29-a6f1399f3a6b.json used request id req-363d0ad6-fa22-4646-982b-cdc8eb6c2102 2018-08-12 08:05:04,182 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.767416954041s 2018-08-12 08:05:04,183 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/c4579f1f-df8b-4813-aa29-a6f1399f3a6b.json used request id req-363d0ad6-fa22-4646-982b-cdc8eb6c2102 2018-08-12 08:05:04,183 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-12 08:05:04,186 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/os-keypairs/shaker-kp_7a2f8673-21ac-460d-8307-4a56ba649122 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6e1be368e490f4672651eb0d8242ff5d43a0606a" 2018-08-12 08:05:04,258 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 08:05:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-7e12d70f-f2f8-4076-98d7-a9c50149c547 x-compute-request-id: req-7e12d70f-f2f8-4076-98d7-a9c50149c547 Content-Length: 0 Content-Type: application/json 2018-08-12 08:05:04,258 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/shaker-kp_7a2f8673-21ac-460d-8307-4a56ba649122 used request id req-7e12d70f-f2f8-4076-98d7-a9c50149c547 2018-08-12 08:05:04,258 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0747790336609s 2018-08-12 08:05:04,258 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/shaker-kp_7a2f8673-21ac-460d-8307-4a56ba649122 used request id req-7e12d70f-f2f8-4076-98d7-a9c50149c547 2018-08-12 08:05:04,259 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-12 08:05:04,259 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/4e0e15e8-9674-4553-8b84-58abb7d659f6/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}6e1be368e490f4672651eb0d8242ff5d43a0606a" -d '{"subnet_id": "3f277685-84e1-4400-a2ea-7bd9bc304b58"}' 2018-08-12 08:05:05,828 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-d34f5e69-0bb6-4094-95e4-a03e6d74c1c6 Date: Sun, 12 Aug 2018 08:05:05 GMT RESP BODY: {"network_id": "7c0f80ac-cbca-4bd9-b3d6-39ca649e0bc5", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "subnet_id": "3f277685-84e1-4400-a2ea-7bd9bc304b58", "subnet_ids": ["3f277685-84e1-4400-a2ea-7bd9bc304b58"], "port_id": "e341cba6-7ebe-4824-9b60-fc90801b8477", "id": "4e0e15e8-9674-4553-8b84-58abb7d659f6"} 2018-08-12 08:05:05,828 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/4e0e15e8-9674-4553-8b84-58abb7d659f6/remove_router_interface.json used request id req-d34f5e69-0bb6-4094-95e4-a03e6d74c1c6 2018-08-12 08:05:05,829 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.56958603859s 2018-08-12 08:05:05,829 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/4e0e15e8-9674-4553-8b84-58abb7d659f6/remove_router_interface.json used request id req-d34f5e69-0bb6-4094-95e4-a03e6d74c1c6 returning object 4e0e15e8-9674-4553-8b84-58abb7d659f6 2018-08-12 08:05:05,829 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-12 08:05:05,830 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}6e1be368e490f4672651eb0d8242ff5d43a0606a" 2018-08-12 08:05:06,509 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1269 X-Openstack-Request-Id: req-1d1c1501-8e3d-4fab-9f82-bc669f409c55 Date: Sun, 12 Aug 2018 08:05:06 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ec788992-fa73-45cc-a7d9-6d44542124c2", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "created_at": "2018-08-12T06:59:46Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-12T08:05:04Z", "revision_number": 4, "routes": [], "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "id": "4e0e15e8-9674-4553-8b84-58abb7d659f6", "name": "shaker-router_7a2f8673-21ac-460d-8307-4a56ba649122"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ec788992-fa73-45cc-a7d9-6d44542124c2", "ip_address": "172.30.9.210"}]}, "description": "", "tags": [], "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "created_at": "2018-08-12T06:19:55Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-12T06:20:15Z", "revision_number": 4, "routes": [], "project_id": "ff7abd7bb61f4f2889831e932d65dc2e", "id": "8b254875-08ae-4a93-8f2f-7d8064451ba9", "name": "vmtp-router_0888abd2-2765-41a2-9cf5-24a1755ef722"}]} 2018-08-12 08:05:06,509 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-1d1c1501-8e3d-4fab-9f82-bc669f409c55 2018-08-12 08:05:06,510 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.680003166199s 2018-08-12 08:05:06,510 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-1d1c1501-8e3d-4fab-9f82-bc669f409c55 2018-08-12 08:05:06,512 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-12 08:05:06,512 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/routers/4e0e15e8-9674-4553-8b84-58abb7d659f6.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6e1be368e490f4672651eb0d8242ff5d43a0606a" 2018-08-12 08:05:08,312 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-76f9b0d8-e2b0-498d-b76b-088bda155ba6 Content-Length: 0 Date: Sun, 12 Aug 2018 08:05:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:05:08,312 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/4e0e15e8-9674-4553-8b84-58abb7d659f6.json used request id req-76f9b0d8-e2b0-498d-b76b-088bda155ba6 2018-08-12 08:05:08,312 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.80065512657s 2018-08-12 08:05:08,313 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/4e0e15e8-9674-4553-8b84-58abb7d659f6.json used request id req-76f9b0d8-e2b0-498d-b76b-088bda155ba6 2018-08-12 08:05:08,313 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-12 08:05:08,314 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}6e1be368e490f4672651eb0d8242ff5d43a0606a" 2018-08-12 08:05:08,521 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2539 X-Openstack-Request-Id: req-88e1f842-80d9-4e5a-b7ce-335d3eebf654 Date: Sun, 12 Aug 2018 08:05:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"362995a0-5efc-47a4-9b82-b152f7be6688","tenant_id":"ff7abd7bb61f4f2889831e932d65dc2e","created_at":"2018-08-12T06:20:11Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-12T06:20:11Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.2.2","end":"192.168.2.254"}],"gateway_ip":"192.168.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.2.0/24","project_id":"ff7abd7bb61f4f2889831e932d65dc2e","id":"05ae82a9-54f4-471a-b220-748a180a057a","subnetpool_id":null,"name":"pns-internal-subnet2"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7c0f80ac-cbca-4bd9-b3d6-39ca649e0bc5","tenant_id":"5fe28c13d4d74ba2be8d019ac1ea6363","created_at":"2018-08-12T06:59:45Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-12T06:59:45Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"5fe28c13d4d74ba2be8d019ac1ea6363","id":"3f277685-84e1-4400-a2ea-7bd9bc304b58","subnetpool_id":null,"name":"shaker-subnet_7a2f8673-21ac-460d-8307-4a56ba649122"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e101bfa0-88d4-4aed-bea7-666211ceee40","tenant_id":"ff7abd7bb61f4f2889831e932d65dc2e","created_at":"2018-08-12T06:20:10Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-12T06:20:10Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.1.2","end":"192.168.1.254"}],"gateway_ip":"192.168.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.1.0/24","project_id":"ff7abd7bb61f4f2889831e932d65dc2e","id":"696f7d01-cc12-43cf-b10d-283c60e7d6e0","subnetpool_id":null,"name":"pns-internal-subnet"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","tenant_id":"310f5853751a4c968f3eeb0a3d99a0a8","created_at":"2018-08-12T05:04:31Z","dns_nameservers":[],"updated_at":"2018-08-12T05:04:31Z","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":"310f5853751a4c968f3eeb0a3d99a0a8","id":"ec788992-fa73-45cc-a7d9-6d44542124c2","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-12 08:05:08,521 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-88e1f842-80d9-4e5a-b7ce-335d3eebf654 2018-08-12 08:05:08,521 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.207683086395s 2018-08-12 08:05:08,521 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-88e1f842-80d9-4e5a-b7ce-335d3eebf654 2018-08-12 08:05:08,523 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-12 08:05:08,524 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/subnets/3f277685-84e1-4400-a2ea-7bd9bc304b58.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6e1be368e490f4672651eb0d8242ff5d43a0606a" 2018-08-12 08:05:10,624 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-466f93b8-cf26-46e1-9851-da4aca285056 Date: Sun, 12 Aug 2018 08:05:10 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:05:10,624 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/3f277685-84e1-4400-a2ea-7bd9bc304b58.json used request id req-466f93b8-cf26-46e1-9851-da4aca285056 2018-08-12 08:05:10,624 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.10060691833s 2018-08-12 08:05:10,624 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/3f277685-84e1-4400-a2ea-7bd9bc304b58.json used request id req-466f93b8-cf26-46e1-9851-da4aca285056 2018-08-12 08:05:10,625 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 08:05:10,626 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6e1be368e490f4672651eb0d8242ff5d43a0606a" 2018-08-12 08:05:11,288 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2748 X-Openstack-Request-Id: req-e798fb3d-0d36-46c3-8e82-e3c354557b60 Date: Sun, 12 Aug 2018 08:05:11 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":7,"port_security_enabled":true,"mtu":1500,"id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"310f5853751a4c968f3eeb0a3d99a0a8","status":"ACTIVE","subnets":["ec788992-fa73-45cc-a7d9-6d44542124c2"],"description":"","tags":[],"updated_at":"2018-08-12T05:35:20Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"310f5853751a4c968f3eeb0a3d99a0a8","created_at":"2018-08-12T05:04:23Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"362995a0-5efc-47a4-9b82-b152f7be6688","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ff7abd7bb61f4f2889831e932d65dc2e","status":"ACTIVE","subnets":["05ae82a9-54f4-471a-b220-748a180a057a"],"description":"","tags":[],"updated_at":"2018-08-12T06:20:11Z","provider:segmentation_id":73,"name":"pns-internal-net2_0888abd2-2765-41a2-9cf5-24a1755ef722","admin_state_up":true,"tenant_id":"ff7abd7bb61f4f2889831e932d65dc2e","created_at":"2018-08-12T06:20:11Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"7c0f80ac-cbca-4bd9-b3d6-39ca649e0bc5","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5fe28c13d4d74ba2be8d019ac1ea6363","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T08:05:10Z","provider:segmentation_id":84,"name":"shaker-net_7a2f8673-21ac-460d-8307-4a56ba649122","admin_state_up":true,"tenant_id":"5fe28c13d4d74ba2be8d019ac1ea6363","created_at":"2018-08-12T06:59:44Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"e101bfa0-88d4-4aed-bea7-666211ceee40","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ff7abd7bb61f4f2889831e932d65dc2e","status":"ACTIVE","subnets":["696f7d01-cc12-43cf-b10d-283c60e7d6e0"],"description":"","tags":[],"updated_at":"2018-08-12T06:20:10Z","provider:segmentation_id":58,"name":"pns-internal-net_0888abd2-2765-41a2-9cf5-24a1755ef722","admin_state_up":true,"tenant_id":"ff7abd7bb61f4f2889831e932d65dc2e","created_at":"2018-08-12T06:20:09Z","provider:network_type":"vxlan"}]} 2018-08-12 08:05:11,289 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-e798fb3d-0d36-46c3-8e82-e3c354557b60 2018-08-12 08:05:11,289 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.663801908493s 2018-08-12 08:05:11,289 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-e798fb3d-0d36-46c3-8e82-e3c354557b60 2018-08-12 08:05:11,291 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-12 08:05:11,291 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/networks/7c0f80ac-cbca-4bd9-b3d6-39ca649e0bc5.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6e1be368e490f4672651eb0d8242ff5d43a0606a" 2018-08-12 08:05:13,744 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-8ef636e6-351d-4bd0-a063-19b513b42c37 Date: Sun, 12 Aug 2018 08:05:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:05:13,744 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/7c0f80ac-cbca-4bd9-b3d6-39ca649e0bc5.json used request id req-8ef636e6-351d-4bd0-a063-19b513b42c37 2018-08-12 08:05:13,744 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 2.4531879425s 2018-08-12 08:05:13,744 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/7c0f80ac-cbca-4bd9-b3d6-39ca649e0bc5.json used request id req-8ef636e6-351d-4bd0-a063-19b513b42c37 2018-08-12 08:05:13,748 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 08:05:13,752 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6e1be368e490f4672651eb0d8242ff5d43a0606a" 2018-08-12 08:05:14,359 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1195 Content-Type: application/json X-Openstack-Request-Id: req-9382a34d-62cc-47a5-bed2-5b2eee666fe9 Date: Sun, 12 Aug 2018 08:05:14 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/40b57b03-47f6-4c91-9706-190fddde62de/snap", "metadata": {}}], "file": "/v2/images/40b57b03-47f6-4c91-9706-190fddde62de/file", "owner": "5fe28c13d4d74ba2be8d019ac1ea6363", "id": "40b57b03-47f6-4c91-9706-190fddde62de", "size": 666173440, "self": "/v2/images/40b57b03-47f6-4c91-9706-190fddde62de", "disk_format": "qcow2", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/40b57b03-47f6-4c91-9706-190fddde62de/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017", "updated_at": "2018-08-12T07:00:01Z", "visibility": "private", "owner_specified.shade.object": "images/shaker-img_7a2f8673-21ac-460d-8307-4a56ba649122", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "cea74a063cc5ef2b018ec12beb0bf961", "name": "shaker-img_7a2f8673-21ac-460d-8307-4a56ba649122", "checksum": "cea74a063cc5ef2b018ec12beb0bf961", "created_at": "2018-08-12T06:59:53Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 08:05:14,359 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-9382a34d-62cc-47a5-bed2-5b2eee666fe9 2018-08-12 08:05:14,359 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.610411882401s 2018-08-12 08:05:14,359 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-9382a34d-62cc-47a5-bed2-5b2eee666fe9 2018-08-12 08:05:14,361 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-12 08:05:14,364 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9292/v2/images/40b57b03-47f6-4c91-9706-190fddde62de -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6e1be368e490f4672651eb0d8242ff5d43a0606a" 2018-08-12 08:05:15,635 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-8b89e6ac-13a2-4e03-9fcf-c8be63fae721 Date: Sun, 12 Aug 2018 08:05: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 08:05:15,635 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/40b57b03-47f6-4c91-9706-190fddde62de used request id req-8b89e6ac-13a2-4e03-9fcf-c8be63fae721 2018-08-12 08:05:15,635 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.27443408966s 2018-08-12 08:05:15,635 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/40b57b03-47f6-4c91-9706-190fddde62de used request id req-8b89e6ac-13a2-4e03-9fcf-c8be63fae721 2018-08-12 08:05:15,636 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-12 08:05:15,636 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-08-12 08:05:16,039 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:05:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["GxrFtYFMTYyqJ2eB3I0TzQ"], "issued_at": "2018-08-12T08:05:16.000000Z"}} 2018-08-12 08:05:16,042 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}ca0ced7dfe127ef7f4313edefcf1004387d183c9" 2018-08-12 08:05:16,617 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:05: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-78aa75e5-6b84-49d3-967b-fd307aac79cf x-compute-request-id: req-78aa75e5-6b84-49d3-967b-fd307aac79cf Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "shaker-flavor_7a2f8673-21ac-460d-8307-4a56ba649122", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/c1e727b2-eeae-4042-b15d-509d52556df9", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/c1e727b2-eeae-4042-b15d-509d52556df9", "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": "c1e727b2-eeae-4042-b15d-509d52556df9"}]} 2018-08-12 08:05:16,617 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-78aa75e5-6b84-49d3-967b-fd307aac79cf 2018-08-12 08:05:16,617 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.980934143066s 2018-08-12 08:05:16,617 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-78aa75e5-6b84-49d3-967b-fd307aac79cf 2018-08-12 08:05:16,619 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-12 08:05:16,621 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/flavors/c1e727b2-eeae-4042-b15d-509d52556df9 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ca0ced7dfe127ef7f4313edefcf1004387d183c9" 2018-08-12 08:05:16,670 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 08:05: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-e7369e40-e26a-4ee2-9949-3c52668b223b x-compute-request-id: req-e7369e40-e26a-4ee2-9949-3c52668b223b Content-Length: 0 Content-Type: application/json 2018-08-12 08:05:16,670 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/c1e727b2-eeae-4042-b15d-509d52556df9 used request id req-e7369e40-e26a-4ee2-9949-3c52668b223b 2018-08-12 08:05:16,671 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0517439842224s 2018-08-12 08:05:16,671 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/c1e727b2-eeae-4042-b15d-509d52556df9 used request id req-e7369e40-e26a-4ee2-9949-3c52668b223b 2018-08-12 08:05:16,671 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-12 08:05:16,675 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}ca0ced7dfe127ef7f4313edefcf1004387d183c9" 2018-08-12 08:05:16,791 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:05:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6b66b31d-f25e-4ed6-93c9-9c378ab0f586 Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/105a247548624314b9228f85f6325f0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105a247548624314b9228f85f6325f0b", "email": "nova@localhost", "password_expires_at": null}, {"name": "shaker-user_7a2f8673-21ac-460d-8307-4a56ba649122", "links": {"self": "http://172.30.9.21:5000/v3/users/116c98871f324c4d9ecc98b13e13b8f6"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "116c98871f324c4d9ecc98b13e13b8f6", "domain_id": "default", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/1c5de0eaa44543f08da6ad63a51594ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c5de0eaa44543f08da6ad63a51594ff", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/1d127b5b832547a88a547c116dfdd65b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d127b5b832547a88a547c116dfdd65b", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/1d5cfc170d624ce4ae53ae0507c8d517"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d5cfc170d624ce4ae53ae0507c8d517", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/2421820b75eb4d3ebd02830378d1377b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2421820b75eb4d3ebd02830378d1377b", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/40bd8ee54ecf44868cc83cede652c396"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40bd8ee54ecf44868cc83cede652c396", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/4f32fb8153854c4c9f5094b42b523f80"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f32fb8153854c4c9f5094b42b523f80", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7066130d08fb4db7bf4ab468de53933b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7066130d08fb4db7bf4ab468de53933b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/8d0898a83bcf4521bbc11501d5d7ac89"}, "domain_id": "1eec97585bde483292ece28ee11f4b8d", "enabled": true, "options": {}, "id": "8d0898a83bcf4521bbc11501d5d7ac89", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/9defcced327d476f8a3beab718a13da3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9defcced327d476f8a3beab718a13da3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/b80ee4f6992446e0879624dd436e99a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b80ee4f6992446e0879624dd436e99a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b86fd3e011324d398fcdb6f095a20a9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b86fd3e011324d398fcdb6f095a20a9d", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1701d2754064b5cadf765ea0806f9b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1701d2754064b5cadf765ea0806f9b2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/db4e7b8d76d549faa502716565c733dd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db4e7b8d76d549faa502716565c733dd", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-12 08:05:16,791 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-6b66b31d-f25e-4ed6-93c9-9c378ab0f586 2018-08-12 08:05:16,791 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.119551897049s 2018-08-12 08:05:16,791 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-6b66b31d-f25e-4ed6-93c9-9c378ab0f586 2018-08-12 08:05:16,797 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-12 08:05:16,800 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users/116c98871f324c4d9ecc98b13e13b8f6 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ca0ced7dfe127ef7f4313edefcf1004387d183c9" 2018-08-12 08:05:16,903 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:05:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ed218de9-59d5-4a13-8388-6185b06ce6b9 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"user": {"name": "shaker-user_7a2f8673-21ac-460d-8307-4a56ba649122", "links": {"self": "http://172.30.9.21:5000/v3/users/116c98871f324c4d9ecc98b13e13b8f6"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "116c98871f324c4d9ecc98b13e13b8f6", "description": null}} 2018-08-12 08:05:16,903 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/116c98871f324c4d9ecc98b13e13b8f6 used request id req-ed218de9-59d5-4a13-8388-6185b06ce6b9 2018-08-12 08:05:16,904 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.106549978256s 2018-08-12 08:05:16,904 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/116c98871f324c4d9ecc98b13e13b8f6 used request id req-ed218de9-59d5-4a13-8388-6185b06ce6b9 2018-08-12 08:05:16,904 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-12 08:05:16,908 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/users/116c98871f324c4d9ecc98b13e13b8f6 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ca0ced7dfe127ef7f4313edefcf1004387d183c9" 2018-08-12 08:05:17,183 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:05:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-15ed0630-d4df-4b2b-ba88-55a734716548 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 08:05:17,183 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/116c98871f324c4d9ecc98b13e13b8f6 used request id req-15ed0630-d4df-4b2b-ba88-55a734716548 2018-08-12 08:05:17,184 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.279098987579s 2018-08-12 08:05:17,184 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/116c98871f324c4d9ecc98b13e13b8f6 used request id req-15ed0630-d4df-4b2b-ba88-55a734716548 2018-08-12 08:05:17,190 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-12 08:05:17,194 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}ca0ced7dfe127ef7f4313edefcf1004387d183c9" 2018-08-12 08:05:17,290 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:05:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b2a25dca-493c-41e5-9536-74e4ea322781 Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8"}, "tags": [], "enabled": true, "id": "310f5853751a4c968f3eeb0a3d99a0a8", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: shaker", "links": {"self": "http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363"}, "tags": [], "enabled": true, "id": "5fe28c13d4d74ba2be8d019ac1ea6363", "parent_id": "default", "domain_id": "default", "name": "shaker-project_7a2f8673-21ac-460d-8307-4a56ba649122"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "id": "a267b9a156244bb192691cff6e5f74fe", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-08-12 08:05:17,290 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-b2a25dca-493c-41e5-9536-74e4ea322781 2018-08-12 08:05:17,290 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0999670028687s 2018-08-12 08:05:17,291 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-b2a25dca-493c-41e5-9536-74e4ea322781 2018-08-12 08:05:17,295 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-12 08:05:17,298 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ca0ced7dfe127ef7f4313edefcf1004387d183c9" 2018-08-12 08:05:17,490 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:05:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-92d648e8-c1f3-44a3-b5bc-b9e017fd0897 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 08:05:17,490 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 used request id req-92d648e8-c1f3-44a3-b5bc-b9e017fd0897 2018-08-12 08:05:17,490 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.195558071136s 2018-08-12 08:05:17,491 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 used request id req-92d648e8-c1f3-44a3-b5bc-b9e017fd0897 2018-08-12 08:05:17,493 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-12 08:05:17,496 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}ca0ced7dfe127ef7f4313edefcf1004387d183c9" 2018-08-12 08:05:17,595 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:05:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-78fcc94d-1742-497a-9121-0557919d8a25 Content-Encoding: gzip Content-Length: 385 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "368765b83ea8490ea55e3a7fada8a086", "links": {"self": "http://172.30.9.21:5000/v3/roles/368765b83ea8490ea55e3a7fada8a086"}, "name": "Member"}, {"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d0b739e67e484f6e8bd7d4a6e23d3538", "links": {"self": "http://172.30.9.21:5000/v3/roles/d0b739e67e484f6e8bd7d4a6e23d3538"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:05:17,596 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-78fcc94d-1742-497a-9121-0557919d8a25 2018-08-12 08:05:17,596 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.10230588913s 2018-08-12 08:05:17,596 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-78fcc94d-1742-497a-9121-0557919d8a25 2018-08-12 08:05:17,601 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.roles 2018-08-12 08:05:17,605 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/roles/368765b83ea8490ea55e3a7fada8a086 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ca0ced7dfe127ef7f4313edefcf1004387d183c9" 2018-08-12 08:05:17,724 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:05:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b914ef4d-9b65-4265-83bb-f1be0d3519f7 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 08:05:17,724 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/368765b83ea8490ea55e3a7fada8a086 used request id req-b914ef4d-9b65-4265-83bb-f1be0d3519f7 2018-08-12 08:05:17,724 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.roles in 0.122857809067s 2018-08-12 08:05:17,725 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/368765b83ea8490ea55e3a7fada8a086 used request id req-b914ef4d-9b65-4265-83bb-f1be0d3519f7 2018-08-12 08:05:17,728 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-12 08:05:17,731 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}ca0ced7dfe127ef7f4313edefcf1004387d183c9" 2018-08-12 08:05:17,822 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:05:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5c25fe40-e14c-45ce-bc92-219dd3a2a1b2 Content-Encoding: gzip Content-Length: 352 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d0b739e67e484f6e8bd7d4a6e23d3538", "links": {"self": "http://172.30.9.21:5000/v3/roles/d0b739e67e484f6e8bd7d4a6e23d3538"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:05:17,823 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-5c25fe40-e14c-45ce-bc92-219dd3a2a1b2 2018-08-12 08:05:17,823 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.09450507164s 2018-08-12 08:05:17,823 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-5c25fe40-e14c-45ce-bc92-219dd3a2a1b2 2018-08-12 08:05:17,828 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.roles 2018-08-12 08:05:17,832 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/roles/d0b739e67e484f6e8bd7d4a6e23d3538 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ca0ced7dfe127ef7f4313edefcf1004387d183c9" 2018-08-12 08:05:17,957 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:05:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1eef2982-9245-4d81-a0cb-224052f91983 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 08:05:17,958 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/d0b739e67e484f6e8bd7d4a6e23d3538 used request id req-1eef2982-9245-4d81-a0cb-224052f91983 2018-08-12 08:05:17,958 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.roles in 0.12948012352s 2018-08-12 08:05:17,958 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/d0b739e67e484f6e8bd7d4a6e23d3538 used request id req-1eef2982-9245-4d81-a0cb-224052f91983 2018-08-12 08:05:17,958 - xtesting.ci.run_tests - ERROR - The test case 'shaker' failed. 2018-08-12 08:05:18,012 - xtesting.ci.run_tests - INFO - Loading test case 'snaps_smoke'... 2018-08-12 08:05:18,378 - openstack_tests - DEBUG - Reading RC file - /var/lib/xtesting/conf/env_file 2018-08-12 08:05:18,379 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2018-08-12 08:05:18,379 - openstack_tests - INFO - OS Credentials = > 2018-08-12 08:05:18,380 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:05:18,381 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:05:18,383 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:05:18,383 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:05:18,384 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:05:18,385 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:05:18,395 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:05:18,797 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:05:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["bGCfKp1jTjapBsc1eN9x_g"], "issued_at": "2018-08-12T08:05:18.000000Z"}} 2018-08-12 08:05:18,802 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?router%3Aexternal=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}730782e58cf720a4b7523f6f9996e27f4b0a63a2" 2018-08-12 08:05:19,047 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-bcd465d0-61c5-4056-be38-2ffa46f71ff4 Date: Sun, 12 Aug 2018 08:05:19 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":7,"port_security_enabled":true,"mtu":1500,"id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"310f5853751a4c968f3eeb0a3d99a0a8","status":"ACTIVE","subnets":["ec788992-fa73-45cc-a7d9-6d44542124c2"],"description":"","tags":[],"updated_at":"2018-08-12T05:35:20Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"310f5853751a4c968f3eeb0a3d99a0a8","created_at":"2018-08-12T05:04:23Z","provider:network_type":"flat"}]} 2018-08-12 08:05:19,047 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?router%3Aexternal=True used request id req-bcd465d0-61c5-4056-be38-2ffa46f71ff4 2018-08-12 08:05:19,050 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=03886690-4630-4c4c-9ccb-7eedaa9b1fd3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}730782e58cf720a4b7523f6f9996e27f4b0a63a2" 2018-08-12 08:05:19,268 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-e83d7a44-4406-4b63-bf25-6be9960e22e2 Date: Sun, 12 Aug 2018 08:05:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","tenant_id":"310f5853751a4c968f3eeb0a3d99a0a8","created_at":"2018-08-12T05:04:31Z","dns_nameservers":[],"updated_at":"2018-08-12T05:04:31Z","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":"310f5853751a4c968f3eeb0a3d99a0a8","id":"ec788992-fa73-45cc-a7d9-6d44542124c2","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-12 08:05:19,268 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=03886690-4630-4c4c-9ccb-7eedaa9b1fd3 used request id req-e83d7a44-4406-4b63-bf25-6be9960e22e2 2018-08-12 08:05:19,268 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-08-12 08:05:19,269 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-12 08:05:19,270 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-12 08:05:19,270 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-12 08:05:19,270 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-12 08:05:19,270 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-12 08:05:19,270 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-12 08:05:19,270 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-12 08:05:19,270 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-12 08:05:19,270 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-12 08:05:19,271 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-12 08:05:19,271 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-12 08:05:19,271 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-12 08:05:19,271 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-12 08:05:19,271 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-12 08:05:19,271 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-12 08:05:19,271 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-12 08:05:19,271 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-12 08:05:19,271 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-12 08:05:19,272 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-12 08:05:19,272 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-12 08:05:19,272 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-12 08:05:19,272 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-12 08:05:19,272 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-12 08:05:19,272 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-12 08:05:19,272 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-12 08:05:19,276 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.discovery 2018-08-12 08:05:19,277 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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 08:05:19,283 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:05:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c86f3ba5-a1f0-431a-90eb-1c7c341b7d4c Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:05:19,284 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-c86f3ba5-a1f0-431a-90eb-1c7c341b7d4c 2018-08-12 08:05:19,284 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-08-12 08:05:19,673 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:05:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["sZvScPpCRVKnzb3ySPUl9w"], "issued_at": "2018-08-12T08:05:19.000000Z"}} 2018-08-12 08:05:19,676 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}0cffecd630efb01bc1aef243b76c13a538350d4a" 2018-08-12 08:05:19,853 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:05: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-510a44e4-9966-4b99-ad1e-7baea65d9ebb x-compute-request-id: req-510a44e4-9966-4b99-ad1e-7baea65d9ebb Content-Encoding: gzip Content-Length: 257 Content-Type: application/json RESP BODY: {"version": {"status": "CURRENT", "updated": "2013-07-23T11:33:21Z", "links": [{"href": "http://172.30.9.21:8774/v2.1/", "rel": "self"}, {"href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby"}], "min_version": "2.1", "version": "2.60", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.compute+json;version=2.1"}], "id": "v2.1"}} 2018-08-12 08:05:19,854 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/ used request id req-510a44e4-9966-4b99-ad1e-7baea65d9ebb 2018-08-12 08:05:19,854 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.discovery in 0.577283143997s 2018-08-12 08:05:19,854 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/ used request id req-510a44e4-9966-4b99-ad1e-7baea65d9ebb 2018-08-12 08:05:19,854 - 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.21: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.60', 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 08:05:19,855 - functest.utils.functest_utils - DEBUG - nova version: (2, 60) 2018-08-12 08:05:19,855 - xtesting.ci.run_tests - INFO - Running test case 'snaps_smoke'... 2018-08-12 08:05:19,856 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:05:19,857 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:05:19,858 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:05:19,858 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:05:19,859 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:05:19,860 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:05:19,861 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:05:19,861 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:05:19,862 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:05:19,863 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:05:19,864 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:05:19,864 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:05:19,865 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:05:19,866 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:05:19,866 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:05:19,867 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:05:19,868 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:05:19,869 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:05:19,872 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:05:19,872 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:05:19,873 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:05:19,874 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:05:19,874 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:05:19,875 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:05:19,876 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:05:19,876 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:05:19,877 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:05:19,878 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:05:19,878 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:05:19,879 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:05:19,880 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:05:19,880 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:05:19,881 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:05:19,882 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:05:19,883 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:05:19,883 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:05:19,884 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:05:19,884 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:05:19,885 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:05:19,885 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:05:19,887 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:05:19,887 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:05:19,888 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:05:19,888 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:05:19,889 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:05:19,889 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:05:19,890 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:05:19,891 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:05:19,891 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:05:19,892 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:05:19,892 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:05:19,893 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:05:19,894 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:05:19,894 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:05:19,895 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:05:19,896 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:05:19,896 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:05:19,897 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:05:19,898 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:05:19,898 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:05:19,899 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:05:19,900 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:05:19,900 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:05:19,901 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:05:19,902 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:05:19,902 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:05:19,903 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:05:19,904 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:05:19,904 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:05:19,905 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:05:19,905 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:05:19,906 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:05:19,907 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:05:19,908 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:05:19,908 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:05:19,909 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:05:19,910 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:05:19,910 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:05:19,911 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:05:19,912 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:05:19,912 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:05:19,913 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:05:19,913 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:05:19,914 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:05:19,914 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:05:19,915 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:05:19,915 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:05:19,916 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:05:19,916 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:05:19,917 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:05:19,917 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:05:19,918 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:05:19,919 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:05:19,919 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:05:19,920 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:05:19,920 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:05:19,921 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:05:19,922 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:05:19,924 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:05:19,924 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:05:19,925 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:05:19,925 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:05:19,926 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:05:19,926 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:05:19,927 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:05:19,928 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:05:19,928 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:05:19,929 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:05:19,930 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:05:19,930 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:05:19,931 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:05:19,931 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:05:19,932 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:05:19,933 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:05:19,933 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:05:20,333 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:05:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["FKkWH2XzR2yMtwXMoCNffw"], "issued_at": "2018-08-12T08:05:20.000000Z"}} 2018-08-12 08:05:20,334 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}783d99306a794b501b808b4d63be93bc4adcb21d" 2018-08-12 08:05:20,415 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:05:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dad272c6-d48a-43c5-805a-984894e8f762 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:05:20,416 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-dad272c6-d48a-43c5-805a-984894e8f762 2018-08-12 08:05:20,417 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:05:20,418 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:05:20,823 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:05:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["3wW4VgBoTzOZNzDchG7hIQ"], "issued_at": "2018-08-12T08:05:20.000000Z"}} 2018-08-12 08:05:20,824 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}fbfb740038e2091496f918732fc51903498da799" 2018-08-12 08:05:20,914 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:05:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-97eefb27-5663-4ce6-9c55-769097ed76f0 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:05:20,915 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-97eefb27-5663-4ce6-9c55-769097ed76f0 2018-08-12 08:05:20,919 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:05:20,924 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:05:20 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:05:20,925 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-bc6e6743-9d0f-41f-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbfb740038e2091496f918732fc51903498da799" 2018-08-12 08:05:20,945 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:05:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ce5ff8ea-9422-4fa8-93b2-0e55a50821a2 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-bc6e6743-9d0f-41f-proj", "previous": null, "next": null}, "projects": []} 2018-08-12 08:05:20,946 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-bc6e6743-9d0f-41f-proj used request id req-ce5ff8ea-9422-4fa8-93b2-0e55a50821a2 2018-08-12 08:05:20,949 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbfb740038e2091496f918732fc51903498da799" 2018-08-12 08:05:21,048 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:05:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fd68a09b-29d5-4f68-8058-8557282fea68 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:05:21,048 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-fd68a09b-29d5-4f68-8058-8557282fea68 2018-08-12 08:05:21,052 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbfb740038e2091496f918732fc51903498da799" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSecurityGroupTests-bc6e6743-9d0f-41f-proj"}}' 2018-08-12 08:05:21,174 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:05:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7cce97b5-8747-423e-8ca8-64c97f3eda2f Content-Length: 321 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/02b50fa17cb347a9a2ceea09f76a4e8e"}, "tags": [], "enabled": true, "id": "02b50fa17cb347a9a2ceea09f76a4e8e", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-bc6e6743-9d0f-41f-proj"}} 2018-08-12 08:05:21,174 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-7cce97b5-8747-423e-8ca8-64c97f3eda2f 2018-08-12 08:05:21,174 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-bc6e6743-9d0f-41f-proj 2018-08-12 08:05:21,175 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:05:21,175 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:05:21,570 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:05:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["N6jnqHZZQUC2LO2-iKxIlQ"], "issued_at": "2018-08-12T08:05:21.000000Z"}} 2018-08-12 08:05:21,570 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}0ff4ef68e8aeb49140e7999392d36417ec44fec4" 2018-08-12 08:05:21,585 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:05:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-18c68f2a-7ca7-4636-8a72-b22f90e63644 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:05:21,585 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-18c68f2a-7ca7-4636-8a72-b22f90e63644 2018-08-12 08:05:21,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:05:21,594 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:05:21 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:05:21,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ff4ef68e8aeb49140e7999392d36417ec44fec4" 2018-08-12 08:05:21,700 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:05:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-777a2ed2-f24b-4c64-bf06-81310a437c07 Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/105a247548624314b9228f85f6325f0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105a247548624314b9228f85f6325f0b", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/1c5de0eaa44543f08da6ad63a51594ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c5de0eaa44543f08da6ad63a51594ff", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/1d127b5b832547a88a547c116dfdd65b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d127b5b832547a88a547c116dfdd65b", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/1d5cfc170d624ce4ae53ae0507c8d517"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d5cfc170d624ce4ae53ae0507c8d517", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/2421820b75eb4d3ebd02830378d1377b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2421820b75eb4d3ebd02830378d1377b", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/40bd8ee54ecf44868cc83cede652c396"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40bd8ee54ecf44868cc83cede652c396", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/4f32fb8153854c4c9f5094b42b523f80"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f32fb8153854c4c9f5094b42b523f80", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7066130d08fb4db7bf4ab468de53933b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7066130d08fb4db7bf4ab468de53933b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/8d0898a83bcf4521bbc11501d5d7ac89"}, "domain_id": "1eec97585bde483292ece28ee11f4b8d", "enabled": true, "options": {}, "id": "8d0898a83bcf4521bbc11501d5d7ac89", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/9defcced327d476f8a3beab718a13da3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9defcced327d476f8a3beab718a13da3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/b80ee4f6992446e0879624dd436e99a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b80ee4f6992446e0879624dd436e99a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b86fd3e011324d398fcdb6f095a20a9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b86fd3e011324d398fcdb6f095a20a9d", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1701d2754064b5cadf765ea0806f9b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1701d2754064b5cadf765ea0806f9b2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/db4e7b8d76d549faa502716565c733dd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db4e7b8d76d549faa502716565c733dd", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-12 08:05:21,700 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-777a2ed2-f24b-4c64-bf06-81310a437c07 2018-08-12 08:05:21,704 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateSecurityGroupTests-bc6e6743-9d0f-41f-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ff4ef68e8aeb49140e7999392d36417ec44fec4" 2018-08-12 08:05:21,811 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:05:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ce3aba96-66b4-4fa7-8283-42f0f676f2bb Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateSecurityGroupTests-bc6e6743-9d0f-41f-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/02b50fa17cb347a9a2ceea09f76a4e8e"}, "tags": [], "enabled": true, "id": "02b50fa17cb347a9a2ceea09f76a4e8e", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-bc6e6743-9d0f-41f-proj"}]} 2018-08-12 08:05:21,811 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateSecurityGroupTests-bc6e6743-9d0f-41f-proj used request id req-ce3aba96-66b4-4fa7-8283-42f0f676f2bb 2018-08-12 08:05:21,815 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ff4ef68e8aeb49140e7999392d36417ec44fec4" 2018-08-12 08:05:21,905 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:05:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e7c4767f-1473-4ba0-b4d0-c903a612569e Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:05:21,905 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-e7c4767f-1473-4ba0-b4d0-c903a612569e 2018-08-12 08:05:22,275 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-bc6e6743-9d0f-41f-user 2018-08-12 08:05:22,276 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:05:22,280 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbfb740038e2091496f918732fc51903498da799" 2018-08-12 08:05:22,298 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:05:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a56ddf4b-907c-4f03-a580-761743f4647b Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:05:22,298 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-a56ddf4b-907c-4f03-a580-761743f4647b 2018-08-12 08:05:22,302 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbfb740038e2091496f918732fc51903498da799" -d '{"role": {"name": "CreateSecurityGroupTests-bc6e6743-9d0f-41f-proj-role"}}' 2018-08-12 08:05:22,425 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:05:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-75349a4b-d19a-4737-a12a-f8d5298a1110 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "5f47fe6278ab4b1197a61e9159a3e655", "links": {"self": "http://172.30.9.21:5000/v3/roles/5f47fe6278ab4b1197a61e9159a3e655"}, "name": "CreateSecurityGroupTests-bc6e6743-9d0f-41f-proj-role"}} 2018-08-12 08:05:22,425 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-75349a4b-d19a-4737-a12a-f8d5298a1110 2018-08-12 08:05:22,426 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-bc6e6743-9d0f-41f-proj-role 2018-08-12 08:05:22,429 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/5f47fe6278ab4b1197a61e9159a3e655 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbfb740038e2091496f918732fc51903498da799" 2018-08-12 08:05:22,528 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:05:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-332108d8-2d4a-4807-8dde-0dad5bf3958e Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "5f47fe6278ab4b1197a61e9159a3e655", "links": {"self": "http://172.30.9.21:5000/v3/roles/5f47fe6278ab4b1197a61e9159a3e655"}, "name": "CreateSecurityGroupTests-bc6e6743-9d0f-41f-proj-role"}} 2018-08-12 08:05:22,528 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/5f47fe6278ab4b1197a61e9159a3e655 used request id req-332108d8-2d4a-4807-8dde-0dad5bf3958e 2018-08-12 08:05:22,529 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-bc6e6743-9d0f-41f-proj-role to project CreateSecurityGroupTests-bc6e6743-9d0f-41f-proj 2018-08-12 08:05:22,532 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/02b50fa17cb347a9a2ceea09f76a4e8e/users/e25876f23ab84ad1b54ef6981684c337/roles/5f47fe6278ab4b1197a61e9159a3e655 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbfb740038e2091496f918732fc51903498da799" 2018-08-12 08:05:22,673 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:05:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-88d4c6a4-8ddc-41a5-9eb4-d4d233600396 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 08:05:22,674 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/02b50fa17cb347a9a2ceea09f76a4e8e/users/e25876f23ab84ad1b54ef6981684c337/roles/5f47fe6278ab4b1197a61e9159a3e655 used request id req-88d4c6a4-8ddc-41a5-9eb4-d4d233600396 2018-08-12 08:05:22,674 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:05:22,674 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:05:22,674 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:05:22,675 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:05:22,675 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:05:22,676 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:05:22,677 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:05:23,080 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5f47fe6278ab4b1197a61e9159a3e655", "name": "CreateSecurityGroupTests-bc6e6743-9d0f-41f-proj-role"}], "expires_at": "2018-08-12T09:05:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "02b50fa17cb347a9a2ceea09f76a4e8e", "name": "CreateSecurityGroupTests-bc6e6743-9d0f-41f-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/02b50fa17cb347a9a2ceea09f76a4e8e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/02b50fa17cb347a9a2ceea09f76a4e8e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/02b50fa17cb347a9a2ceea09f76a4e8e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_02b50fa17cb347a9a2ceea09f76a4e8e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_02b50fa17cb347a9a2ceea09f76a4e8e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/02b50fa17cb347a9a2ceea09f76a4e8e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/02b50fa17cb347a9a2ceea09f76a4e8e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/02b50fa17cb347a9a2ceea09f76a4e8e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/02b50fa17cb347a9a2ceea09f76a4e8e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/02b50fa17cb347a9a2ceea09f76a4e8e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/02b50fa17cb347a9a2ceea09f76a4e8e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/02b50fa17cb347a9a2ceea09f76a4e8e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/02b50fa17cb347a9a2ceea09f76a4e8e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/02b50fa17cb347a9a2ceea09f76a4e8e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-bc6e6743-9d0f-41f-user", "id": "e25876f23ab84ad1b54ef6981684c337"}, "audit_ids": ["GXy2x-8-TZCZhdv2F3DHPA"], "issued_at": "2018-08-12T08:05:23.000000Z"}} 2018-08-12 08:05:23,080 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}b59ddd6dff996ea0f0ab94a7314408ef6c46fc7a" 2018-08-12 08:05:23,169 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:05:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3cf3be6f-3c7a-41a5-8780-5daf9d6cdf32 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:05:23,170 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-3cf3be6f-3c7a-41a5-8780-5daf9d6cdf32 2018-08-12 08:05:23,171 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:05:23,171 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:05:23,171 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:05:23,171 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:05:23,171 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:05:23,178 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-faef1e3f-b81c-4dcc-ae69-195404286ac0name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b59ddd6dff996ea0f0ab94a7314408ef6c46fc7a" 2018-08-12 08:05:23,539 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-6d601c60-9524-46df-8b84-4c01bb90f3cd Date: Sun, 12 Aug 2018 08:05:23 GMT RESP BODY: {"security_groups": []} 2018-08-12 08:05:23,540 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-faef1e3f-b81c-4dcc-ae69-195404286ac0name&description=hello+group used request id req-6d601c60-9524-46df-8b84-4c01bb90f3cd 2018-08-12 08:05:23,540 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-faef1e3f-b81c-4dcc-ae69-195404286ac0name... 2018-08-12 08:05:23,540 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-faef1e3f-b81c-4dcc-ae69-195404286ac0name 2018-08-12 08:05:23,545 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b59ddd6dff996ea0f0ab94a7314408ef6c46fc7a" -d '{"security_group": {"name": "CreateSecurityGroupTests-faef1e3f-b81c-4dcc-ae69-195404286ac0name", "description": "hello group"}}' 2018-08-12 08:05:24,012 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1408 X-Openstack-Request-Id: req-574d7027-071d-48e6-b26a-6898bb2e2a86 Date: Sun, 12 Aug 2018 08:05:24 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "02b50fa17cb347a9a2ceea09f76a4e8e", "created_at": "2018-08-12T08:05:23Z", "updated_at": "2018-08-12T08:05:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:05:23Z", "revision_number": 0, "id": "090ee87c-e43f-48eb-98ff-193e368995df", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:05:23Z", "security_group_id": "79b6dc57-3bf3-4a1b-a2e8-11f5af0e2e92", "tenant_id": "02b50fa17cb347a9a2ceea09f76a4e8e", "port_range_min": null, "ethertype": "IPv4", "project_id": "02b50fa17cb347a9a2ceea09f76a4e8e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:05:23Z", "revision_number": 0, "id": "aab233ab-bd7a-490d-a550-f0819788a7fb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:05:23Z", "security_group_id": "79b6dc57-3bf3-4a1b-a2e8-11f5af0e2e92", "tenant_id": "02b50fa17cb347a9a2ceea09f76a4e8e", "port_range_min": null, "ethertype": "IPv6", "project_id": "02b50fa17cb347a9a2ceea09f76a4e8e"}], "revision_number": 2, "project_id": "02b50fa17cb347a9a2ceea09f76a4e8e", "id": "79b6dc57-3bf3-4a1b-a2e8-11f5af0e2e92", "name": "CreateSecurityGroupTests-faef1e3f-b81c-4dcc-ae69-195404286ac0name"}} 2018-08-12 08:05:24,012 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups used request id req-574d7027-071d-48e6-b26a-6898bb2e2a86 2018-08-12 08:05:24,013 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 79b6dc57-3bf3-4a1b-a2e8-11f5af0e2e92 2018-08-12 08:05:24,017 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=79b6dc57-3bf3-4a1b-a2e8-11f5af0e2e92 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b59ddd6dff996ea0f0ab94a7314408ef6c46fc7a" 2018-08-12 08:05:24,141 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-e22f7b92-1ad0-41c3-a25a-30b0bf99466f Date: Sun, 12 Aug 2018 08:05:24 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:05:23Z", "security_group_id": "79b6dc57-3bf3-4a1b-a2e8-11f5af0e2e92", "port_range_min": null, "revision_number": 0, "tenant_id": "02b50fa17cb347a9a2ceea09f76a4e8e", "created_at": "2018-08-12T08:05:23Z", "project_id": "02b50fa17cb347a9a2ceea09f76a4e8e", "id": "090ee87c-e43f-48eb-98ff-193e368995df"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:05:23Z", "security_group_id": "79b6dc57-3bf3-4a1b-a2e8-11f5af0e2e92", "port_range_min": null, "revision_number": 0, "tenant_id": "02b50fa17cb347a9a2ceea09f76a4e8e", "created_at": "2018-08-12T08:05:23Z", "project_id": "02b50fa17cb347a9a2ceea09f76a4e8e", "id": "aab233ab-bd7a-490d-a550-f0819788a7fb"}]} 2018-08-12 08:05:24,141 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=79b6dc57-3bf3-4a1b-a2e8-11f5af0e2e92 used request id req-e22f7b92-1ad0-41c3-a25a-30b0bf99466f 2018-08-12 08:05:24,142 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 79b6dc57-3bf3-4a1b-a2e8-11f5af0e2e92 2018-08-12 08:05:24,147 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=79b6dc57-3bf3-4a1b-a2e8-11f5af0e2e92 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b59ddd6dff996ea0f0ab94a7314408ef6c46fc7a" 2018-08-12 08:05:24,345 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-147bd712-618b-430a-8967-06b9c913ba4e Date: Sun, 12 Aug 2018 08:05:24 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:05:23Z", "security_group_id": "79b6dc57-3bf3-4a1b-a2e8-11f5af0e2e92", "port_range_min": null, "revision_number": 0, "tenant_id": "02b50fa17cb347a9a2ceea09f76a4e8e", "created_at": "2018-08-12T08:05:23Z", "project_id": "02b50fa17cb347a9a2ceea09f76a4e8e", "id": "090ee87c-e43f-48eb-98ff-193e368995df"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:05:23Z", "security_group_id": "79b6dc57-3bf3-4a1b-a2e8-11f5af0e2e92", "port_range_min": null, "revision_number": 0, "tenant_id": "02b50fa17cb347a9a2ceea09f76a4e8e", "created_at": "2018-08-12T08:05:23Z", "project_id": "02b50fa17cb347a9a2ceea09f76a4e8e", "id": "aab233ab-bd7a-490d-a550-f0819788a7fb"}]} 2018-08-12 08:05:24,346 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=79b6dc57-3bf3-4a1b-a2e8-11f5af0e2e92 used request id req-147bd712-618b-430a-8967-06b9c913ba4e 2018-08-12 08:05:24,346 - neutron_utils - INFO - Retrieving security group with ID - 79b6dc57-3bf3-4a1b-a2e8-11f5af0e2e92 2018-08-12 08:05:24,351 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=79b6dc57-3bf3-4a1b-a2e8-11f5af0e2e92 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b59ddd6dff996ea0f0ab94a7314408ef6c46fc7a" 2018-08-12 08:05:24,961 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-1eb03bd4-483b-402a-b048-e02406ff7e35 Date: Sun, 12 Aug 2018 08:05:24 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "02b50fa17cb347a9a2ceea09f76a4e8e", "created_at": "2018-08-12T08:05:23Z", "updated_at": "2018-08-12T08:05:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:05:23Z", "revision_number": 0, "id": "090ee87c-e43f-48eb-98ff-193e368995df", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:05:23Z", "security_group_id": "79b6dc57-3bf3-4a1b-a2e8-11f5af0e2e92", "tenant_id": "02b50fa17cb347a9a2ceea09f76a4e8e", "port_range_min": null, "ethertype": "IPv4", "project_id": "02b50fa17cb347a9a2ceea09f76a4e8e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:05:23Z", "revision_number": 0, "id": "aab233ab-bd7a-490d-a550-f0819788a7fb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:05:23Z", "security_group_id": "79b6dc57-3bf3-4a1b-a2e8-11f5af0e2e92", "tenant_id": "02b50fa17cb347a9a2ceea09f76a4e8e", "port_range_min": null, "ethertype": "IPv6", "project_id": "02b50fa17cb347a9a2ceea09f76a4e8e"}], "revision_number": 2, "project_id": "02b50fa17cb347a9a2ceea09f76a4e8e", "id": "79b6dc57-3bf3-4a1b-a2e8-11f5af0e2e92", "name": "CreateSecurityGroupTests-faef1e3f-b81c-4dcc-ae69-195404286ac0name"}]} 2018-08-12 08:05:24,961 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=79b6dc57-3bf3-4a1b-a2e8-11f5af0e2e92 used request id req-1eb03bd4-483b-402a-b048-e02406ff7e35 2018-08-12 08:05:24,962 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 79b6dc57-3bf3-4a1b-a2e8-11f5af0e2e92 2018-08-12 08:05:24,968 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=79b6dc57-3bf3-4a1b-a2e8-11f5af0e2e92 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b59ddd6dff996ea0f0ab94a7314408ef6c46fc7a" 2018-08-12 08:05:25,166 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-2580b1bb-bce8-4abb-8051-0c0a356d5f72 Date: Sun, 12 Aug 2018 08:05:25 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:05:23Z", "security_group_id": "79b6dc57-3bf3-4a1b-a2e8-11f5af0e2e92", "port_range_min": null, "revision_number": 0, "tenant_id": "02b50fa17cb347a9a2ceea09f76a4e8e", "created_at": "2018-08-12T08:05:23Z", "project_id": "02b50fa17cb347a9a2ceea09f76a4e8e", "id": "090ee87c-e43f-48eb-98ff-193e368995df"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:05:23Z", "security_group_id": "79b6dc57-3bf3-4a1b-a2e8-11f5af0e2e92", "port_range_min": null, "revision_number": 0, "tenant_id": "02b50fa17cb347a9a2ceea09f76a4e8e", "created_at": "2018-08-12T08:05:23Z", "project_id": "02b50fa17cb347a9a2ceea09f76a4e8e", "id": "aab233ab-bd7a-490d-a550-f0819788a7fb"}]} 2018-08-12 08:05:25,167 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=79b6dc57-3bf3-4a1b-a2e8-11f5af0e2e92 used request id req-2580b1bb-bce8-4abb-8051-0c0a356d5f72 2018-08-12 08:05:25,167 - neutron_utils - INFO - Retrieving security group with ID - 79b6dc57-3bf3-4a1b-a2e8-11f5af0e2e92 2018-08-12 08:05:25,172 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=79b6dc57-3bf3-4a1b-a2e8-11f5af0e2e92 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b59ddd6dff996ea0f0ab94a7314408ef6c46fc7a" 2018-08-12 08:05:25,526 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-ac982e7e-6b97-43e6-9a8c-6ffc1d121fc7 Date: Sun, 12 Aug 2018 08:05:25 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "02b50fa17cb347a9a2ceea09f76a4e8e", "created_at": "2018-08-12T08:05:23Z", "updated_at": "2018-08-12T08:05:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:05:23Z", "revision_number": 0, "id": "090ee87c-e43f-48eb-98ff-193e368995df", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:05:23Z", "security_group_id": "79b6dc57-3bf3-4a1b-a2e8-11f5af0e2e92", "tenant_id": "02b50fa17cb347a9a2ceea09f76a4e8e", "port_range_min": null, "ethertype": "IPv4", "project_id": "02b50fa17cb347a9a2ceea09f76a4e8e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:05:23Z", "revision_number": 0, "id": "aab233ab-bd7a-490d-a550-f0819788a7fb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:05:23Z", "security_group_id": "79b6dc57-3bf3-4a1b-a2e8-11f5af0e2e92", "tenant_id": "02b50fa17cb347a9a2ceea09f76a4e8e", "port_range_min": null, "ethertype": "IPv6", "project_id": "02b50fa17cb347a9a2ceea09f76a4e8e"}], "revision_number": 2, "project_id": "02b50fa17cb347a9a2ceea09f76a4e8e", "id": "79b6dc57-3bf3-4a1b-a2e8-11f5af0e2e92", "name": "CreateSecurityGroupTests-faef1e3f-b81c-4dcc-ae69-195404286ac0name"}]} 2018-08-12 08:05:25,526 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=79b6dc57-3bf3-4a1b-a2e8-11f5af0e2e92 used request id req-ac982e7e-6b97-43e6-9a8c-6ffc1d121fc7 2018-08-12 08:05:25,527 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 79b6dc57-3bf3-4a1b-a2e8-11f5af0e2e92 2018-08-12 08:05:25,532 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=79b6dc57-3bf3-4a1b-a2e8-11f5af0e2e92 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b59ddd6dff996ea0f0ab94a7314408ef6c46fc7a" 2018-08-12 08:05:25,722 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-6cf38cbb-34bd-4092-9cb4-39d39531597a Date: Sun, 12 Aug 2018 08:05:25 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:05:23Z", "security_group_id": "79b6dc57-3bf3-4a1b-a2e8-11f5af0e2e92", "port_range_min": null, "revision_number": 0, "tenant_id": "02b50fa17cb347a9a2ceea09f76a4e8e", "created_at": "2018-08-12T08:05:23Z", "project_id": "02b50fa17cb347a9a2ceea09f76a4e8e", "id": "090ee87c-e43f-48eb-98ff-193e368995df"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:05:23Z", "security_group_id": "79b6dc57-3bf3-4a1b-a2e8-11f5af0e2e92", "port_range_min": null, "revision_number": 0, "tenant_id": "02b50fa17cb347a9a2ceea09f76a4e8e", "created_at": "2018-08-12T08:05:23Z", "project_id": "02b50fa17cb347a9a2ceea09f76a4e8e", "id": "aab233ab-bd7a-490d-a550-f0819788a7fb"}]} 2018-08-12 08:05:25,722 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=79b6dc57-3bf3-4a1b-a2e8-11f5af0e2e92 used request id req-6cf38cbb-34bd-4092-9cb4-39d39531597a 2018-08-12 08:05:25,722 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-faef1e3f-b81c-4dcc-ae69-195404286ac0name 2018-08-12 08:05:25,727 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-faef1e3f-b81c-4dcc-ae69-195404286ac0name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b59ddd6dff996ea0f0ab94a7314408ef6c46fc7a" 2018-08-12 08:05:26,347 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-74057262-f3ab-4621-90b2-a6d3a20d2b52 Date: Sun, 12 Aug 2018 08:05:26 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "02b50fa17cb347a9a2ceea09f76a4e8e", "created_at": "2018-08-12T08:05:23Z", "updated_at": "2018-08-12T08:05:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:05:23Z", "revision_number": 0, "id": "090ee87c-e43f-48eb-98ff-193e368995df", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:05:23Z", "security_group_id": "79b6dc57-3bf3-4a1b-a2e8-11f5af0e2e92", "tenant_id": "02b50fa17cb347a9a2ceea09f76a4e8e", "port_range_min": null, "ethertype": "IPv4", "project_id": "02b50fa17cb347a9a2ceea09f76a4e8e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:05:23Z", "revision_number": 0, "id": "aab233ab-bd7a-490d-a550-f0819788a7fb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:05:23Z", "security_group_id": "79b6dc57-3bf3-4a1b-a2e8-11f5af0e2e92", "tenant_id": "02b50fa17cb347a9a2ceea09f76a4e8e", "port_range_min": null, "ethertype": "IPv6", "project_id": "02b50fa17cb347a9a2ceea09f76a4e8e"}], "revision_number": 2, "project_id": "02b50fa17cb347a9a2ceea09f76a4e8e", "id": "79b6dc57-3bf3-4a1b-a2e8-11f5af0e2e92", "name": "CreateSecurityGroupTests-faef1e3f-b81c-4dcc-ae69-195404286ac0name"}]} 2018-08-12 08:05:26,347 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-faef1e3f-b81c-4dcc-ae69-195404286ac0name used request id req-74057262-f3ab-4621-90b2-a6d3a20d2b52 2018-08-12 08:05:26,350 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:05:26,355 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:05:26 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:05:26,356 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/02b50fa17cb347a9a2ceea09f76a4e8e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b59ddd6dff996ea0f0ab94a7314408ef6c46fc7a" 2018-08-12 08:05:26,447 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:05:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b0281188-7dc6-4fc4-963e-06c0bb877bc7 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/02b50fa17cb347a9a2ceea09f76a4e8e"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "02b50fa17cb347a9a2ceea09f76a4e8e", "name": "CreateSecurityGroupTests-bc6e6743-9d0f-41f-proj"}} 2018-08-12 08:05:26,447 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/02b50fa17cb347a9a2ceea09f76a4e8e used request id req-b0281188-7dc6-4fc4-963e-06c0bb877bc7 2018-08-12 08:05:26,448 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 79b6dc57-3bf3-4a1b-a2e8-11f5af0e2e92 2018-08-12 08:05:26,453 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=79b6dc57-3bf3-4a1b-a2e8-11f5af0e2e92 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b59ddd6dff996ea0f0ab94a7314408ef6c46fc7a" 2018-08-12 08:05:26,662 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-e7795716-f337-478b-a3b0-1a8eeab76e25 Date: Sun, 12 Aug 2018 08:05:26 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:05:23Z", "security_group_id": "79b6dc57-3bf3-4a1b-a2e8-11f5af0e2e92", "port_range_min": null, "revision_number": 0, "tenant_id": "02b50fa17cb347a9a2ceea09f76a4e8e", "created_at": "2018-08-12T08:05:23Z", "project_id": "02b50fa17cb347a9a2ceea09f76a4e8e", "id": "090ee87c-e43f-48eb-98ff-193e368995df"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:05:23Z", "security_group_id": "79b6dc57-3bf3-4a1b-a2e8-11f5af0e2e92", "port_range_min": null, "revision_number": 0, "tenant_id": "02b50fa17cb347a9a2ceea09f76a4e8e", "created_at": "2018-08-12T08:05:23Z", "project_id": "02b50fa17cb347a9a2ceea09f76a4e8e", "id": "aab233ab-bd7a-490d-a550-f0819788a7fb"}]} 2018-08-12 08:05:26,662 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=79b6dc57-3bf3-4a1b-a2e8-11f5af0e2e92 used request id req-e7795716-f337-478b-a3b0-1a8eeab76e25 2018-08-12 08:05:26,668 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21: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}b59ddd6dff996ea0f0ab94a7314408ef6c46fc7a" -d '{"security_group_rule": {"direction": "ingress", "description": "test_rule_1", "security_group_id": "79b6dc57-3bf3-4a1b-a2e8-11f5af0e2e92"}}' 2018-08-12 08:05:27,000 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 521 X-Openstack-Request-Id: req-6f0d2429-2f05-4af3-a687-204b7136e59b Date: Sun, 12 Aug 2018 08:05:27 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:05:26Z", "security_group_id": "79b6dc57-3bf3-4a1b-a2e8-11f5af0e2e92", "port_range_min": null, "revision_number": 0, "tenant_id": "02b50fa17cb347a9a2ceea09f76a4e8e", "created_at": "2018-08-12T08:05:26Z", "project_id": "02b50fa17cb347a9a2ceea09f76a4e8e", "id": "1788ad28-9320-4b8a-9847-235fc844f631"}} 2018-08-12 08:05:27,000 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules used request id req-6f0d2429-2f05-4af3-a687-204b7136e59b 2018-08-12 08:05:27,001 - neutron_utils - INFO - Retrieving security group with ID - 79b6dc57-3bf3-4a1b-a2e8-11f5af0e2e92 2018-08-12 08:05:27,006 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=79b6dc57-3bf3-4a1b-a2e8-11f5af0e2e92 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b59ddd6dff996ea0f0ab94a7314408ef6c46fc7a" 2018-08-12 08:05:27,225 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-41903255-13ad-440b-9acd-8cebea174d30 Date: Sun, 12 Aug 2018 08:05:27 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "02b50fa17cb347a9a2ceea09f76a4e8e", "created_at": "2018-08-12T08:05:23Z", "updated_at": "2018-08-12T08:05:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:05:23Z", "revision_number": 0, "id": "090ee87c-e43f-48eb-98ff-193e368995df", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:05:23Z", "security_group_id": "79b6dc57-3bf3-4a1b-a2e8-11f5af0e2e92", "tenant_id": "02b50fa17cb347a9a2ceea09f76a4e8e", "port_range_min": null, "ethertype": "IPv4", "project_id": "02b50fa17cb347a9a2ceea09f76a4e8e"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:05:26Z", "revision_number": 0, "id": "1788ad28-9320-4b8a-9847-235fc844f631", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:05:26Z", "security_group_id": "79b6dc57-3bf3-4a1b-a2e8-11f5af0e2e92", "tenant_id": "02b50fa17cb347a9a2ceea09f76a4e8e", "port_range_min": null, "ethertype": "IPv4", "project_id": "02b50fa17cb347a9a2ceea09f76a4e8e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:05:23Z", "revision_number": 0, "id": "aab233ab-bd7a-490d-a550-f0819788a7fb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:05:23Z", "security_group_id": "79b6dc57-3bf3-4a1b-a2e8-11f5af0e2e92", "tenant_id": "02b50fa17cb347a9a2ceea09f76a4e8e", "port_range_min": null, "ethertype": "IPv6", "project_id": "02b50fa17cb347a9a2ceea09f76a4e8e"}], "revision_number": 3, "project_id": "02b50fa17cb347a9a2ceea09f76a4e8e", "id": "79b6dc57-3bf3-4a1b-a2e8-11f5af0e2e92", "name": "CreateSecurityGroupTests-faef1e3f-b81c-4dcc-ae69-195404286ac0name"}]} 2018-08-12 08:05:27,225 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=79b6dc57-3bf3-4a1b-a2e8-11f5af0e2e92 used request id req-41903255-13ad-440b-9acd-8cebea174d30 2018-08-12 08:05:27,226 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 79b6dc57-3bf3-4a1b-a2e8-11f5af0e2e92 2018-08-12 08:05:27,231 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=79b6dc57-3bf3-4a1b-a2e8-11f5af0e2e92 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b59ddd6dff996ea0f0ab94a7314408ef6c46fc7a" 2018-08-12 08:05:27,847 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-69733a16-6047-45eb-94c4-093ef8f198ad Date: Sun, 12 Aug 2018 08:05:27 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:05:23Z", "security_group_id": "79b6dc57-3bf3-4a1b-a2e8-11f5af0e2e92", "port_range_min": null, "revision_number": 0, "tenant_id": "02b50fa17cb347a9a2ceea09f76a4e8e", "created_at": "2018-08-12T08:05:23Z", "project_id": "02b50fa17cb347a9a2ceea09f76a4e8e", "id": "090ee87c-e43f-48eb-98ff-193e368995df"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:05:26Z", "security_group_id": "79b6dc57-3bf3-4a1b-a2e8-11f5af0e2e92", "port_range_min": null, "revision_number": 0, "tenant_id": "02b50fa17cb347a9a2ceea09f76a4e8e", "created_at": "2018-08-12T08:05:26Z", "project_id": "02b50fa17cb347a9a2ceea09f76a4e8e", "id": "1788ad28-9320-4b8a-9847-235fc844f631"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:05:23Z", "security_group_id": "79b6dc57-3bf3-4a1b-a2e8-11f5af0e2e92", "port_range_min": null, "revision_number": 0, "tenant_id": "02b50fa17cb347a9a2ceea09f76a4e8e", "created_at": "2018-08-12T08:05:23Z", "project_id": "02b50fa17cb347a9a2ceea09f76a4e8e", "id": "aab233ab-bd7a-490d-a550-f0819788a7fb"}]} 2018-08-12 08:05:27,847 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=79b6dc57-3bf3-4a1b-a2e8-11f5af0e2e92 used request id req-69733a16-6047-45eb-94c4-093ef8f198ad 2018-08-12 08:05:27,848 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:05:28,248 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5f47fe6278ab4b1197a61e9159a3e655", "name": "CreateSecurityGroupTests-bc6e6743-9d0f-41f-proj-role"}], "expires_at": "2018-08-12T09:05:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "02b50fa17cb347a9a2ceea09f76a4e8e", "name": "CreateSecurityGroupTests-bc6e6743-9d0f-41f-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/02b50fa17cb347a9a2ceea09f76a4e8e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/02b50fa17cb347a9a2ceea09f76a4e8e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/02b50fa17cb347a9a2ceea09f76a4e8e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_02b50fa17cb347a9a2ceea09f76a4e8e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_02b50fa17cb347a9a2ceea09f76a4e8e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/02b50fa17cb347a9a2ceea09f76a4e8e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/02b50fa17cb347a9a2ceea09f76a4e8e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/02b50fa17cb347a9a2ceea09f76a4e8e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/02b50fa17cb347a9a2ceea09f76a4e8e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/02b50fa17cb347a9a2ceea09f76a4e8e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/02b50fa17cb347a9a2ceea09f76a4e8e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/02b50fa17cb347a9a2ceea09f76a4e8e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/02b50fa17cb347a9a2ceea09f76a4e8e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/02b50fa17cb347a9a2ceea09f76a4e8e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-bc6e6743-9d0f-41f-user", "id": "e25876f23ab84ad1b54ef6981684c337"}, "audit_ids": ["gx-4YKubQcqK5l_-2zHXrw"], "issued_at": "2018-08-12T08:05:28.000000Z"}} 2018-08-12 08:05:28,253 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-faef1e3f-b81c-4dcc-ae69-195404286ac0name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5bea75553ddc53411ad91ab5141ed247ab277c68" 2018-08-12 08:05:28,465 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-e6ce9dbc-f2c7-4044-b509-cddf7087e427 Date: Sun, 12 Aug 2018 08:05:28 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "02b50fa17cb347a9a2ceea09f76a4e8e", "created_at": "2018-08-12T08:05:23Z", "updated_at": "2018-08-12T08:05:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:05:23Z", "revision_number": 0, "id": "090ee87c-e43f-48eb-98ff-193e368995df", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:05:23Z", "security_group_id": "79b6dc57-3bf3-4a1b-a2e8-11f5af0e2e92", "tenant_id": "02b50fa17cb347a9a2ceea09f76a4e8e", "port_range_min": null, "ethertype": "IPv4", "project_id": "02b50fa17cb347a9a2ceea09f76a4e8e"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:05:26Z", "revision_number": 0, "id": "1788ad28-9320-4b8a-9847-235fc844f631", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:05:26Z", "security_group_id": "79b6dc57-3bf3-4a1b-a2e8-11f5af0e2e92", "tenant_id": "02b50fa17cb347a9a2ceea09f76a4e8e", "port_range_min": null, "ethertype": "IPv4", "project_id": "02b50fa17cb347a9a2ceea09f76a4e8e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:05:23Z", "revision_number": 0, "id": "aab233ab-bd7a-490d-a550-f0819788a7fb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:05:23Z", "security_group_id": "79b6dc57-3bf3-4a1b-a2e8-11f5af0e2e92", "tenant_id": "02b50fa17cb347a9a2ceea09f76a4e8e", "port_range_min": null, "ethertype": "IPv6", "project_id": "02b50fa17cb347a9a2ceea09f76a4e8e"}], "revision_number": 3, "project_id": "02b50fa17cb347a9a2ceea09f76a4e8e", "id": "79b6dc57-3bf3-4a1b-a2e8-11f5af0e2e92", "name": "CreateSecurityGroupTests-faef1e3f-b81c-4dcc-ae69-195404286ac0name"}]} 2018-08-12 08:05:28,465 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-faef1e3f-b81c-4dcc-ae69-195404286ac0name&description=hello+group used request id req-e6ce9dbc-f2c7-4044-b509-cddf7087e427 2018-08-12 08:05:28,466 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 79b6dc57-3bf3-4a1b-a2e8-11f5af0e2e92 2018-08-12 08:05:28,471 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=79b6dc57-3bf3-4a1b-a2e8-11f5af0e2e92 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5bea75553ddc53411ad91ab5141ed247ab277c68" 2018-08-12 08:05:28,662 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-eb3ecc4d-b968-4c6c-85df-a5b0872abeea Date: Sun, 12 Aug 2018 08:05:28 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:05:23Z", "security_group_id": "79b6dc57-3bf3-4a1b-a2e8-11f5af0e2e92", "port_range_min": null, "revision_number": 0, "tenant_id": "02b50fa17cb347a9a2ceea09f76a4e8e", "created_at": "2018-08-12T08:05:23Z", "project_id": "02b50fa17cb347a9a2ceea09f76a4e8e", "id": "090ee87c-e43f-48eb-98ff-193e368995df"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:05:26Z", "security_group_id": "79b6dc57-3bf3-4a1b-a2e8-11f5af0e2e92", "port_range_min": null, "revision_number": 0, "tenant_id": "02b50fa17cb347a9a2ceea09f76a4e8e", "created_at": "2018-08-12T08:05:26Z", "project_id": "02b50fa17cb347a9a2ceea09f76a4e8e", "id": "1788ad28-9320-4b8a-9847-235fc844f631"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:05:23Z", "security_group_id": "79b6dc57-3bf3-4a1b-a2e8-11f5af0e2e92", "port_range_min": null, "revision_number": 0, "tenant_id": "02b50fa17cb347a9a2ceea09f76a4e8e", "created_at": "2018-08-12T08:05:23Z", "project_id": "02b50fa17cb347a9a2ceea09f76a4e8e", "id": "aab233ab-bd7a-490d-a550-f0819788a7fb"}]} 2018-08-12 08:05:28,662 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=79b6dc57-3bf3-4a1b-a2e8-11f5af0e2e92 used request id req-eb3ecc4d-b968-4c6c-85df-a5b0872abeea 2018-08-12 08:05:28,663 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 79b6dc57-3bf3-4a1b-a2e8-11f5af0e2e92 2018-08-12 08:05:28,668 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=79b6dc57-3bf3-4a1b-a2e8-11f5af0e2e92 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5bea75553ddc53411ad91ab5141ed247ab277c68" 2018-08-12 08:05:28,881 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-a70d8ba9-dfbd-4cfc-88c7-3d8d2c919a47 Date: Sun, 12 Aug 2018 08:05:28 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:05:23Z", "security_group_id": "79b6dc57-3bf3-4a1b-a2e8-11f5af0e2e92", "port_range_min": null, "revision_number": 0, "tenant_id": "02b50fa17cb347a9a2ceea09f76a4e8e", "created_at": "2018-08-12T08:05:23Z", "project_id": "02b50fa17cb347a9a2ceea09f76a4e8e", "id": "090ee87c-e43f-48eb-98ff-193e368995df"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:05:26Z", "security_group_id": "79b6dc57-3bf3-4a1b-a2e8-11f5af0e2e92", "port_range_min": null, "revision_number": 0, "tenant_id": "02b50fa17cb347a9a2ceea09f76a4e8e", "created_at": "2018-08-12T08:05:26Z", "project_id": "02b50fa17cb347a9a2ceea09f76a4e8e", "id": "1788ad28-9320-4b8a-9847-235fc844f631"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:05:23Z", "security_group_id": "79b6dc57-3bf3-4a1b-a2e8-11f5af0e2e92", "port_range_min": null, "revision_number": 0, "tenant_id": "02b50fa17cb347a9a2ceea09f76a4e8e", "created_at": "2018-08-12T08:05:23Z", "project_id": "02b50fa17cb347a9a2ceea09f76a4e8e", "id": "aab233ab-bd7a-490d-a550-f0819788a7fb"}]} 2018-08-12 08:05:28,882 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=79b6dc57-3bf3-4a1b-a2e8-11f5af0e2e92 used request id req-a70d8ba9-dfbd-4cfc-88c7-3d8d2c919a47 2018-08-12 08:05:28,887 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-faef1e3f-b81c-4dcc-ae69-195404286ac0name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5bea75553ddc53411ad91ab5141ed247ab277c68" 2018-08-12 08:05:29,103 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-39885005-c788-403b-9e7f-e8af3756cee5 Date: Sun, 12 Aug 2018 08:05:29 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "02b50fa17cb347a9a2ceea09f76a4e8e", "created_at": "2018-08-12T08:05:23Z", "updated_at": "2018-08-12T08:05:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:05:23Z", "revision_number": 0, "id": "090ee87c-e43f-48eb-98ff-193e368995df", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:05:23Z", "security_group_id": "79b6dc57-3bf3-4a1b-a2e8-11f5af0e2e92", "tenant_id": "02b50fa17cb347a9a2ceea09f76a4e8e", "port_range_min": null, "ethertype": "IPv4", "project_id": "02b50fa17cb347a9a2ceea09f76a4e8e"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:05:26Z", "revision_number": 0, "id": "1788ad28-9320-4b8a-9847-235fc844f631", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:05:26Z", "security_group_id": "79b6dc57-3bf3-4a1b-a2e8-11f5af0e2e92", "tenant_id": "02b50fa17cb347a9a2ceea09f76a4e8e", "port_range_min": null, "ethertype": "IPv4", "project_id": "02b50fa17cb347a9a2ceea09f76a4e8e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:05:23Z", "revision_number": 0, "id": "aab233ab-bd7a-490d-a550-f0819788a7fb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:05:23Z", "security_group_id": "79b6dc57-3bf3-4a1b-a2e8-11f5af0e2e92", "tenant_id": "02b50fa17cb347a9a2ceea09f76a4e8e", "port_range_min": null, "ethertype": "IPv6", "project_id": "02b50fa17cb347a9a2ceea09f76a4e8e"}], "revision_number": 3, "project_id": "02b50fa17cb347a9a2ceea09f76a4e8e", "id": "79b6dc57-3bf3-4a1b-a2e8-11f5af0e2e92", "name": "CreateSecurityGroupTests-faef1e3f-b81c-4dcc-ae69-195404286ac0name"}]} 2018-08-12 08:05:29,103 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-faef1e3f-b81c-4dcc-ae69-195404286ac0name used request id req-39885005-c788-403b-9e7f-e8af3756cee5 2018-08-12 08:05:29,103 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 79b6dc57-3bf3-4a1b-a2e8-11f5af0e2e92 2018-08-12 08:05:29,109 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=79b6dc57-3bf3-4a1b-a2e8-11f5af0e2e92 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5bea75553ddc53411ad91ab5141ed247ab277c68" 2018-08-12 08:05:29,136 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-0cebd1e9-51ce-43b4-8096-d0f5bcfc1720 Date: Sun, 12 Aug 2018 08:05:29 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:05:23Z", "security_group_id": "79b6dc57-3bf3-4a1b-a2e8-11f5af0e2e92", "port_range_min": null, "revision_number": 0, "tenant_id": "02b50fa17cb347a9a2ceea09f76a4e8e", "created_at": "2018-08-12T08:05:23Z", "project_id": "02b50fa17cb347a9a2ceea09f76a4e8e", "id": "090ee87c-e43f-48eb-98ff-193e368995df"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:05:26Z", "security_group_id": "79b6dc57-3bf3-4a1b-a2e8-11f5af0e2e92", "port_range_min": null, "revision_number": 0, "tenant_id": "02b50fa17cb347a9a2ceea09f76a4e8e", "created_at": "2018-08-12T08:05:26Z", "project_id": "02b50fa17cb347a9a2ceea09f76a4e8e", "id": "1788ad28-9320-4b8a-9847-235fc844f631"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:05:23Z", "security_group_id": "79b6dc57-3bf3-4a1b-a2e8-11f5af0e2e92", "port_range_min": null, "revision_number": 0, "tenant_id": "02b50fa17cb347a9a2ceea09f76a4e8e", "created_at": "2018-08-12T08:05:23Z", "project_id": "02b50fa17cb347a9a2ceea09f76a4e8e", "id": "aab233ab-bd7a-490d-a550-f0819788a7fb"}]} 2018-08-12 08:05:29,137 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=79b6dc57-3bf3-4a1b-a2e8-11f5af0e2e92 used request id req-0cebd1e9-51ce-43b4-8096-d0f5bcfc1720 2018-08-12 08:05:29,141 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-faef1e3f-b81c-4dcc-ae69-195404286ac0name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5bea75553ddc53411ad91ab5141ed247ab277c68" 2018-08-12 08:05:29,190 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-dd1aada2-03f9-4a3c-acfa-ee832b1878d0 Date: Sun, 12 Aug 2018 08:05:29 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "02b50fa17cb347a9a2ceea09f76a4e8e", "created_at": "2018-08-12T08:05:23Z", "updated_at": "2018-08-12T08:05:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:05:23Z", "revision_number": 0, "id": "090ee87c-e43f-48eb-98ff-193e368995df", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:05:23Z", "security_group_id": "79b6dc57-3bf3-4a1b-a2e8-11f5af0e2e92", "tenant_id": "02b50fa17cb347a9a2ceea09f76a4e8e", "port_range_min": null, "ethertype": "IPv4", "project_id": "02b50fa17cb347a9a2ceea09f76a4e8e"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:05:26Z", "revision_number": 0, "id": "1788ad28-9320-4b8a-9847-235fc844f631", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:05:26Z", "security_group_id": "79b6dc57-3bf3-4a1b-a2e8-11f5af0e2e92", "tenant_id": "02b50fa17cb347a9a2ceea09f76a4e8e", "port_range_min": null, "ethertype": "IPv4", "project_id": "02b50fa17cb347a9a2ceea09f76a4e8e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:05:23Z", "revision_number": 0, "id": "aab233ab-bd7a-490d-a550-f0819788a7fb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:05:23Z", "security_group_id": "79b6dc57-3bf3-4a1b-a2e8-11f5af0e2e92", "tenant_id": "02b50fa17cb347a9a2ceea09f76a4e8e", "port_range_min": null, "ethertype": "IPv6", "project_id": "02b50fa17cb347a9a2ceea09f76a4e8e"}], "revision_number": 3, "project_id": "02b50fa17cb347a9a2ceea09f76a4e8e", "id": "79b6dc57-3bf3-4a1b-a2e8-11f5af0e2e92", "name": "CreateSecurityGroupTests-faef1e3f-b81c-4dcc-ae69-195404286ac0name"}]} 2018-08-12 08:05:29,190 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-faef1e3f-b81c-4dcc-ae69-195404286ac0name used request id req-dd1aada2-03f9-4a3c-acfa-ee832b1878d0 2018-08-12 08:05:29,191 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 79b6dc57-3bf3-4a1b-a2e8-11f5af0e2e92 2018-08-12 08:05:29,196 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=79b6dc57-3bf3-4a1b-a2e8-11f5af0e2e92 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5bea75553ddc53411ad91ab5141ed247ab277c68" 2018-08-12 08:05:29,222 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-d035a4c1-0d15-45a6-a059-56ae13772077 Date: Sun, 12 Aug 2018 08:05:29 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:05:23Z", "security_group_id": "79b6dc57-3bf3-4a1b-a2e8-11f5af0e2e92", "port_range_min": null, "revision_number": 0, "tenant_id": "02b50fa17cb347a9a2ceea09f76a4e8e", "created_at": "2018-08-12T08:05:23Z", "project_id": "02b50fa17cb347a9a2ceea09f76a4e8e", "id": "090ee87c-e43f-48eb-98ff-193e368995df"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:05:26Z", "security_group_id": "79b6dc57-3bf3-4a1b-a2e8-11f5af0e2e92", "port_range_min": null, "revision_number": 0, "tenant_id": "02b50fa17cb347a9a2ceea09f76a4e8e", "created_at": "2018-08-12T08:05:26Z", "project_id": "02b50fa17cb347a9a2ceea09f76a4e8e", "id": "1788ad28-9320-4b8a-9847-235fc844f631"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:05:23Z", "security_group_id": "79b6dc57-3bf3-4a1b-a2e8-11f5af0e2e92", "port_range_min": null, "revision_number": 0, "tenant_id": "02b50fa17cb347a9a2ceea09f76a4e8e", "created_at": "2018-08-12T08:05:23Z", "project_id": "02b50fa17cb347a9a2ceea09f76a4e8e", "id": "aab233ab-bd7a-490d-a550-f0819788a7fb"}]} 2018-08-12 08:05:29,222 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=79b6dc57-3bf3-4a1b-a2e8-11f5af0e2e92 used request id req-d035a4c1-0d15-45a6-a059-56ae13772077 2018-08-12 08:05:29,223 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 79b6dc57-3bf3-4a1b-a2e8-11f5af0e2e92 2018-08-12 08:05:29,227 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=79b6dc57-3bf3-4a1b-a2e8-11f5af0e2e92 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5bea75553ddc53411ad91ab5141ed247ab277c68" 2018-08-12 08:05:29,255 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-cf6030d5-2bd9-4e84-ac16-aed8510166c0 Date: Sun, 12 Aug 2018 08:05:29 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:05:23Z", "security_group_id": "79b6dc57-3bf3-4a1b-a2e8-11f5af0e2e92", "port_range_min": null, "revision_number": 0, "tenant_id": "02b50fa17cb347a9a2ceea09f76a4e8e", "created_at": "2018-08-12T08:05:23Z", "project_id": "02b50fa17cb347a9a2ceea09f76a4e8e", "id": "090ee87c-e43f-48eb-98ff-193e368995df"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:05:26Z", "security_group_id": "79b6dc57-3bf3-4a1b-a2e8-11f5af0e2e92", "port_range_min": null, "revision_number": 0, "tenant_id": "02b50fa17cb347a9a2ceea09f76a4e8e", "created_at": "2018-08-12T08:05:26Z", "project_id": "02b50fa17cb347a9a2ceea09f76a4e8e", "id": "1788ad28-9320-4b8a-9847-235fc844f631"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:05:23Z", "security_group_id": "79b6dc57-3bf3-4a1b-a2e8-11f5af0e2e92", "port_range_min": null, "revision_number": 0, "tenant_id": "02b50fa17cb347a9a2ceea09f76a4e8e", "created_at": "2018-08-12T08:05:23Z", "project_id": "02b50fa17cb347a9a2ceea09f76a4e8e", "id": "aab233ab-bd7a-490d-a550-f0819788a7fb"}]} 2018-08-12 08:05:29,255 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=79b6dc57-3bf3-4a1b-a2e8-11f5af0e2e92 used request id req-cf6030d5-2bd9-4e84-ac16-aed8510166c0 2018-08-12 08:05:29,256 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-faef1e3f-b81c-4dcc-ae69-195404286ac0name 2018-08-12 08:05:29,260 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-faef1e3f-b81c-4dcc-ae69-195404286ac0name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b59ddd6dff996ea0f0ab94a7314408ef6c46fc7a" 2018-08-12 08:05:29,307 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-5bbb814f-9122-4a33-97cb-b9902f720f7c Date: Sun, 12 Aug 2018 08:05:29 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "02b50fa17cb347a9a2ceea09f76a4e8e", "created_at": "2018-08-12T08:05:23Z", "updated_at": "2018-08-12T08:05:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:05:23Z", "revision_number": 0, "id": "090ee87c-e43f-48eb-98ff-193e368995df", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:05:23Z", "security_group_id": "79b6dc57-3bf3-4a1b-a2e8-11f5af0e2e92", "tenant_id": "02b50fa17cb347a9a2ceea09f76a4e8e", "port_range_min": null, "ethertype": "IPv4", "project_id": "02b50fa17cb347a9a2ceea09f76a4e8e"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:05:26Z", "revision_number": 0, "id": "1788ad28-9320-4b8a-9847-235fc844f631", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:05:26Z", "security_group_id": "79b6dc57-3bf3-4a1b-a2e8-11f5af0e2e92", "tenant_id": "02b50fa17cb347a9a2ceea09f76a4e8e", "port_range_min": null, "ethertype": "IPv4", "project_id": "02b50fa17cb347a9a2ceea09f76a4e8e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:05:23Z", "revision_number": 0, "id": "aab233ab-bd7a-490d-a550-f0819788a7fb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:05:23Z", "security_group_id": "79b6dc57-3bf3-4a1b-a2e8-11f5af0e2e92", "tenant_id": "02b50fa17cb347a9a2ceea09f76a4e8e", "port_range_min": null, "ethertype": "IPv6", "project_id": "02b50fa17cb347a9a2ceea09f76a4e8e"}], "revision_number": 3, "project_id": "02b50fa17cb347a9a2ceea09f76a4e8e", "id": "79b6dc57-3bf3-4a1b-a2e8-11f5af0e2e92", "name": "CreateSecurityGroupTests-faef1e3f-b81c-4dcc-ae69-195404286ac0name"}]} 2018-08-12 08:05:29,307 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-faef1e3f-b81c-4dcc-ae69-195404286ac0name used request id req-5bbb814f-9122-4a33-97cb-b9902f720f7c 2018-08-12 08:05:29,310 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/02b50fa17cb347a9a2ceea09f76a4e8e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b59ddd6dff996ea0f0ab94a7314408ef6c46fc7a" 2018-08-12 08:05:29,405 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:05:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be968250-d773-4ab2-9581-608c1d13214e Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/02b50fa17cb347a9a2ceea09f76a4e8e"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "02b50fa17cb347a9a2ceea09f76a4e8e", "name": "CreateSecurityGroupTests-bc6e6743-9d0f-41f-proj"}} 2018-08-12 08:05:29,405 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/02b50fa17cb347a9a2ceea09f76a4e8e used request id req-be968250-d773-4ab2-9581-608c1d13214e 2018-08-12 08:05:29,405 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 79b6dc57-3bf3-4a1b-a2e8-11f5af0e2e92 2018-08-12 08:05:29,410 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=79b6dc57-3bf3-4a1b-a2e8-11f5af0e2e92 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b59ddd6dff996ea0f0ab94a7314408ef6c46fc7a" 2018-08-12 08:05:29,606 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-1444d4ef-10c9-48ba-8fad-bd4a67400804 Date: Sun, 12 Aug 2018 08:05:29 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:05:23Z", "security_group_id": "79b6dc57-3bf3-4a1b-a2e8-11f5af0e2e92", "port_range_min": null, "revision_number": 0, "tenant_id": "02b50fa17cb347a9a2ceea09f76a4e8e", "created_at": "2018-08-12T08:05:23Z", "project_id": "02b50fa17cb347a9a2ceea09f76a4e8e", "id": "090ee87c-e43f-48eb-98ff-193e368995df"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:05:26Z", "security_group_id": "79b6dc57-3bf3-4a1b-a2e8-11f5af0e2e92", "port_range_min": null, "revision_number": 0, "tenant_id": "02b50fa17cb347a9a2ceea09f76a4e8e", "created_at": "2018-08-12T08:05:26Z", "project_id": "02b50fa17cb347a9a2ceea09f76a4e8e", "id": "1788ad28-9320-4b8a-9847-235fc844f631"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:05:23Z", "security_group_id": "79b6dc57-3bf3-4a1b-a2e8-11f5af0e2e92", "port_range_min": null, "revision_number": 0, "tenant_id": "02b50fa17cb347a9a2ceea09f76a4e8e", "created_at": "2018-08-12T08:05:23Z", "project_id": "02b50fa17cb347a9a2ceea09f76a4e8e", "id": "aab233ab-bd7a-490d-a550-f0819788a7fb"}]} 2018-08-12 08:05:29,607 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=79b6dc57-3bf3-4a1b-a2e8-11f5af0e2e92 used request id req-1444d4ef-10c9-48ba-8fad-bd4a67400804 2018-08-12 08:05:29,612 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21: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}b59ddd6dff996ea0f0ab94a7314408ef6c46fc7a" -d '{"security_group_rule": {"direction": "egress", "protocol": 1, "description": "test_rule_2", "security_group_id": "79b6dc57-3bf3-4a1b-a2e8-11f5af0e2e92"}}' 2018-08-12 08:05:29,964 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 519 X-Openstack-Request-Id: req-a2caa986-a94c-4758-827a-76d932eabfe0 Date: Sun, 12 Aug 2018 08:05:29 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "1", "description": "test_rule_2", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:05:29Z", "security_group_id": "79b6dc57-3bf3-4a1b-a2e8-11f5af0e2e92", "port_range_min": null, "revision_number": 0, "tenant_id": "02b50fa17cb347a9a2ceea09f76a4e8e", "created_at": "2018-08-12T08:05:29Z", "project_id": "02b50fa17cb347a9a2ceea09f76a4e8e", "id": "4c359baf-a612-4bc6-9fb3-f380752f432e"}} 2018-08-12 08:05:29,964 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules used request id req-a2caa986-a94c-4758-827a-76d932eabfe0 2018-08-12 08:05:29,965 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 79b6dc57-3bf3-4a1b-a2e8-11f5af0e2e92 2018-08-12 08:05:29,969 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=79b6dc57-3bf3-4a1b-a2e8-11f5af0e2e92 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5bea75553ddc53411ad91ab5141ed247ab277c68" 2018-08-12 08:05:30,162 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1996 X-Openstack-Request-Id: req-7fd417c6-dba7-452f-88b5-e34bf2f7abac Date: Sun, 12 Aug 2018 08:05:30 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:05:23Z", "security_group_id": "79b6dc57-3bf3-4a1b-a2e8-11f5af0e2e92", "port_range_min": null, "revision_number": 0, "tenant_id": "02b50fa17cb347a9a2ceea09f76a4e8e", "created_at": "2018-08-12T08:05:23Z", "project_id": "02b50fa17cb347a9a2ceea09f76a4e8e", "id": "090ee87c-e43f-48eb-98ff-193e368995df"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:05:26Z", "security_group_id": "79b6dc57-3bf3-4a1b-a2e8-11f5af0e2e92", "port_range_min": null, "revision_number": 0, "tenant_id": "02b50fa17cb347a9a2ceea09f76a4e8e", "created_at": "2018-08-12T08:05:26Z", "project_id": "02b50fa17cb347a9a2ceea09f76a4e8e", "id": "1788ad28-9320-4b8a-9847-235fc844f631"}, {"remote_group_id": null, "direction": "egress", "protocol": "1", "description": "test_rule_2", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:05:29Z", "security_group_id": "79b6dc57-3bf3-4a1b-a2e8-11f5af0e2e92", "port_range_min": null, "revision_number": 0, "tenant_id": "02b50fa17cb347a9a2ceea09f76a4e8e", "created_at": "2018-08-12T08:05:29Z", "project_id": "02b50fa17cb347a9a2ceea09f76a4e8e", "id": "4c359baf-a612-4bc6-9fb3-f380752f432e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:05:23Z", "security_group_id": "79b6dc57-3bf3-4a1b-a2e8-11f5af0e2e92", "port_range_min": null, "revision_number": 0, "tenant_id": "02b50fa17cb347a9a2ceea09f76a4e8e", "created_at": "2018-08-12T08:05:23Z", "project_id": "02b50fa17cb347a9a2ceea09f76a4e8e", "id": "aab233ab-bd7a-490d-a550-f0819788a7fb"}]} 2018-08-12 08:05:30,162 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=79b6dc57-3bf3-4a1b-a2e8-11f5af0e2e92 used request id req-7fd417c6-dba7-452f-88b5-e34bf2f7abac 2018-08-12 08:05:30,163 - neutron_utils - INFO - Deleting security group rule with ID - 1788ad28-9320-4b8a-9847-235fc844f631 2018-08-12 08:05:30,168 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/1788ad28-9320-4b8a-9847-235fc844f631 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b59ddd6dff996ea0f0ab94a7314408ef6c46fc7a" 2018-08-12 08:05:30,446 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-35b22da3-ffa5-46df-b423-796b721dd615 Content-Length: 0 Date: Sun, 12 Aug 2018 08:05:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:05:30,447 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/1788ad28-9320-4b8a-9847-235fc844f631 used request id req-35b22da3-ffa5-46df-b423-796b721dd615 2018-08-12 08:05:30,447 - neutron_utils - INFO - Deleting security group rule with ID - aab233ab-bd7a-490d-a550-f0819788a7fb 2018-08-12 08:05:30,452 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/aab233ab-bd7a-490d-a550-f0819788a7fb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b59ddd6dff996ea0f0ab94a7314408ef6c46fc7a" 2018-08-12 08:05:30,588 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9fbdbb1a-9ac5-452f-bf24-bca4350b7568 Content-Length: 0 Date: Sun, 12 Aug 2018 08:05:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:05:30,589 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/aab233ab-bd7a-490d-a550-f0819788a7fb used request id req-9fbdbb1a-9ac5-452f-bf24-bca4350b7568 2018-08-12 08:05:30,589 - neutron_utils - INFO - Deleting security group rule with ID - 4c359baf-a612-4bc6-9fb3-f380752f432e 2018-08-12 08:05:30,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/4c359baf-a612-4bc6-9fb3-f380752f432e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b59ddd6dff996ea0f0ab94a7314408ef6c46fc7a" 2018-08-12 08:05:30,890 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-cbae4166-2e04-4885-8fb6-0e7a2a5426c4 Content-Length: 0 Date: Sun, 12 Aug 2018 08:05:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:05:30,890 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/4c359baf-a612-4bc6-9fb3-f380752f432e used request id req-cbae4166-2e04-4885-8fb6-0e7a2a5426c4 2018-08-12 08:05:30,890 - neutron_utils - INFO - Deleting security group rule with ID - 090ee87c-e43f-48eb-98ff-193e368995df 2018-08-12 08:05:30,895 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/090ee87c-e43f-48eb-98ff-193e368995df -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b59ddd6dff996ea0f0ab94a7314408ef6c46fc7a" 2018-08-12 08:05:31,178 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-18abe21d-fd29-40e1-a578-79f2a225d3cb Content-Length: 0 Date: Sun, 12 Aug 2018 08:05:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:05:31,178 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/090ee87c-e43f-48eb-98ff-193e368995df used request id req-18abe21d-fd29-40e1-a578-79f2a225d3cb 2018-08-12 08:05:31,178 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-faef1e3f-b81c-4dcc-ae69-195404286ac0name 2018-08-12 08:05:31,184 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/79b6dc57-3bf3-4a1b-a2e8-11f5af0e2e92 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b59ddd6dff996ea0f0ab94a7314408ef6c46fc7a" 2018-08-12 08:05:31,857 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-06713395-5824-4c7e-aac0-d1ae363c2b5a Content-Length: 0 Date: Sun, 12 Aug 2018 08:05:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:05:31,857 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/79b6dc57-3bf3-4a1b-a2e8-11f5af0e2e92 used request id req-06713395-5824-4c7e-aac0-d1ae363c2b5a 2018-08-12 08:05:31,858 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:05:31,859 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:05:31,859 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:05:31,859 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:05:31,859 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:05:31,866 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbfb740038e2091496f918732fc51903498da799" 2018-08-12 08:05:32,543 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 45548 X-Openstack-Request-Id: req-bba0eea7-97c3-4e87-8592-dfe4d8910db7 Date: Sun, 12 Aug 2018 08:05:32 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "created_at": "2018-08-12T06:59:44Z", "updated_at": "2018-08-12T06:59:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "1d7fd960-7865-4453-aecc-8d399b4fad21", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "66820d8a-b785-4b18-bd67-500221c8e4f9", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "74fc7638-a322-4841-8c47-06d36174a200", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "8eaa09ec-8419-4582-9312-1e527afe6e4b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}], "revision_number": 4, "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "created_at": "2018-08-12T05:12:34Z", "updated_at": "2018-08-12T05:12:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "709513d2-af7d-4d0b-bd3c-604fed75a711", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "aa346066-e46f-44f2-94be-2884aa998a19", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "c15f7b93-e56c-4afa-867d-2acb286d4b7b", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "cb0ef83f-5f70-4a80-ad35-431ca9df551e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}], "revision_number": 4, "project_id": "fa5a7fe6ee54472ba01638877aade8e3", "id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ea65becf30e54b27aa96a449698a435e", "created_at": "2018-08-12T05:10:35Z", "updated_at": "2018-08-12T05:10:35Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "30ad280c-f302-4cd4-a438-5139917b56f9", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "76115c4c-887d-4f0a-83e2-486e4b39c713", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "8ab14937-4c08-4d43-8a9a-662e622cc643", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "ee757a03-5662-4273-9c3e-6212e7afb48f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}], "revision_number": 4, "project_id": "ea65becf30e54b27aa96a449698a435e", "id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "created_at": "2018-08-12T06:20:09Z", "updated_at": "2018-08-12T06:20:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "1123b8f2-75ac-4a26-b9b2-a96da97408e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "2ddd2b93-e080-48cd-9a50-f5fe8a82ad0c", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "cd1bae62-0aea-4438-b4c3-50a69ae6f855", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "e398e01e-ceea-46d1-9534-b929808c4a5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}], "revision_number": 4, "project_id": "ff7abd7bb61f4f2889831e932d65dc2e", "id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "created_at": "2018-08-12T05:34:57Z", "updated_at": "2018-08-12T05:34:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "208a1c1e-f5f8-49c7-9a25-d07e68b1541f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "27bfd867-e607-4bf8-9de8-60682d3f771d", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "49360e1f-6fd3-4f35-b339-24cea95773ee", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "60f631a9-d305-4920-9631-d0543e2ac64f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}], "revision_number": 4, "project_id": "3a85ceae958d4d9fba68847e7df67db8", "id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "created_at": "2018-08-12T05:34:40Z", "updated_at": "2018-08-12T05:34:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "2192c259-363e-4768-ae73-e75837ad63b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "3f87ddc5-f84d-41dc-8215-847724782569", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "7d89f6da-ea78-49dd-9115-f9ad23b250bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "9ec4497d-0f65-44db-9be9-7b3042e4a584", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}], "revision_number": 4, "project_id": "85517fcf1c6247e699fdcdd42ecc8c79", "id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "created_at": "2018-08-12T05:16:02Z", "updated_at": "2018-08-12T05:16:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "1ecacd8c-c1c7-4a66-9871-406a69323b43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "3cc1750c-e0e7-4902-b6f3-494a161b832e", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "d719a7a4-8c99-44ed-8c12-6bf071890203", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "fe7421b5-d577-41da-8c78-62f3c07eda92", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}], "revision_number": 4, "project_id": "a267b9a156244bb192691cff6e5f74fe", "id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "315a428116f24d9fbb826b37080a918e", "created_at": "2018-08-12T05:11:31Z", "updated_at": "2018-08-12T05:11:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "5e52886a-1dc3-4a81-a55d-f388dc4fd1a1", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "678e32e4-d64c-448a-a4ab-e253ab94ae90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "a8da1539-e3ad-4f90-b2df-3dc1f09d228a", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "b73d5cc9-0205-4658-bb1f-61a042c0ab8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}], "revision_number": 4, "project_id": "315a428116f24d9fbb826b37080a918e", "id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-12T05:08:01Z", "updated_at": "2018-08-12T05:08:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:01Z", "revision_number": 0, "id": "0fb05d03-1117-45d0-930c-b6d4c96ef102", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "4faaab33-5788-4bbd-85b8-0fb44d41413a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "96d0c5a0-5c67-421b-8fc8-2b46d77e5db3", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "dd78519b-4bc5-4e8e-ad0f-58089dd69347", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "02b50fa17cb347a9a2ceea09f76a4e8e", "created_at": "2018-08-12T08:05:23Z", "updated_at": "2018-08-12T08:05:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:05:23Z", "revision_number": 0, "id": "25c7eea4-d8ed-41f3-8e0b-0a80b81ef7e3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:05:23Z", "security_group_id": "8ad88c7f-7e09-4c9e-a5f9-80672230fd90", "tenant_id": "02b50fa17cb347a9a2ceea09f76a4e8e", "port_range_min": null, "ethertype": "IPv6", "project_id": "02b50fa17cb347a9a2ceea09f76a4e8e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:05:23Z", "revision_number": 0, "id": "514ce610-7b31-451d-86a7-0e91c407856b", "remote_group_id": "8ad88c7f-7e09-4c9e-a5f9-80672230fd90", "remote_ip_prefix": null, "created_at": "2018-08-12T08:05:23Z", "security_group_id": "8ad88c7f-7e09-4c9e-a5f9-80672230fd90", "tenant_id": "02b50fa17cb347a9a2ceea09f76a4e8e", "port_range_min": null, "ethertype": "IPv6", "project_id": "02b50fa17cb347a9a2ceea09f76a4e8e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:05:23Z", "revision_number": 0, "id": "bac7a11f-4534-45d8-8417-048b96dae24c", "remote_group_id": "8ad88c7f-7e09-4c9e-a5f9-80672230fd90", "remote_ip_prefix": null, "created_at": "2018-08-12T08:05:23Z", "security_group_id": "8ad88c7f-7e09-4c9e-a5f9-80672230fd90", "tenant_id": "02b50fa17cb347a9a2ceea09f76a4e8e", "port_range_min": null, "ethertype": "IPv4", "project_id": "02b50fa17cb347a9a2ceea09f76a4e8e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:05:23Z", "revision_number": 0, "id": "f487cf7e-5100-4fa4-9d84-cd46aeceb646", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:05:23Z", "security_group_id": "8ad88c7f-7e09-4c9e-a5f9-80672230fd90", "tenant_id": "02b50fa17cb347a9a2ceea09f76a4e8e", "port_range_min": null, "ethertype": "IPv4", "project_id": "02b50fa17cb347a9a2ceea09f76a4e8e"}], "revision_number": 4, "project_id": "02b50fa17cb347a9a2ceea09f76a4e8e", "id": "8ad88c7f-7e09-4c9e-a5f9-80672230fd90", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "11a46741b7954b959fd7764109c047b6", "created_at": "2018-08-12T05:34:51Z", "updated_at": "2018-08-12T05:34:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "0b67bf3c-2289-43bb-ab6c-7d25ec32a279", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "51f3f833-337a-42bd-a8d5-742ea8d6c226", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "571fd0b5-ef90-408d-af33-aafb517b8993", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "944ba823-fb9c-496e-a66e-bb426bb14a8d", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}], "revision_number": 4, "project_id": "11a46741b7954b959fd7764109c047b6", "id": "90af9782-8112-4257-801d-ee5115d226ba", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "created_at": "2018-08-12T05:34:26Z", "updated_at": "2018-08-12T05:34:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "2ee1f63a-807c-4d6a-85ee-dd784f6b8c3f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5dec3ec2-2add-47dd-8618-90659dcf3885", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5ea0dc3e-49d0-43f0-94e9-f6443527d14c", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "fbfaca22-7e3e-4128-8973-43e439b77c28", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}], "revision_number": 4, "project_id": "3c01cd58055c44ecaef39f7e625c2258", "id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "521007c1818145639e93ceb270559219", "created_at": "2018-08-12T05:13:27Z", "updated_at": "2018-08-12T05:13:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "5e7fede5-b0f2-47d8-95c3-516cdfc7f9de", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "8fd0e36f-c6c4-4f64-ba97-40439e614448", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "db7d79de-1dfc-4138-945f-91e74cdc266b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "e87f2cff-ff3e-4b6d-aaf0-7f0eb0ab9f05", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}], "revision_number": 4, "project_id": "521007c1818145639e93ceb270559219", "id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "created_at": "2018-08-12T05:08:18Z", "updated_at": "2018-08-12T05:08:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "3c67be40-bf74-4f97-9693-d93ce73a23b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "6112d869-2fc6-4a25-a13c-3d55cd7206c0", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "bdf21c56-453e-482e-9cba-3c55abcb0339", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "c8e92c39-38cc-4f48-be9c-5f0912e6a725", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}], "revision_number": 4, "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "created_at": "2018-08-12T05:04:23Z", "updated_at": "2018-08-12T05:04:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "280546d9-8ad1-4283-abfc-15ee9b1736c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "58bce125-f2ca-4a6d-b9ca-4e6cf5c0f7a5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "69275b9a-cfb5-482c-a9c4-8ffc79adf2c7", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "6d747f3a-3764-469a-a645-f977585c5aac", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}], "revision_number": 4, "project_id": "310f5853751a4c968f3eeb0a3d99a0a8", "id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "created_at": "2018-08-12T05:34:42Z", "updated_at": "2018-08-12T05:34:42Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "199582e8-25aa-457a-aa7c-6d8413ca4464", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "234f3609-4454-448f-919d-c8143c7cd764", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "c1061460-71a2-49a9-a04b-9fa33eeb17ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "d21ac532-51d8-4d6b-8300-7bac216759bf", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}], "revision_number": 4, "project_id": "9f6c1a272706419c9a74b0893b2890e8", "id": "d6739716-c693-460c-89c6-e7c8c48f8245", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "created_at": "2018-08-12T05:34:54Z", "updated_at": "2018-08-12T05:34:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "0633a05a-ee7d-4476-a56b-75d011b22f77", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "6cc1b9f8-73db-47a3-a0e0-3c96c43f34da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "90d99a6b-e94f-4fd8-a10c-f19dd8954c13", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "e843c139-af2a-4d2c-a24f-59f7b10ff72e", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}], "revision_number": 4, "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "created_at": "2018-08-12T05:09:07Z", "updated_at": "2018-08-12T05:09:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "5495e168-f505-4d74-ae6d-387f0bf533c2", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "6fd19b8b-3062-456e-81ba-3ff37fe43429", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8ca59d25-485c-46ce-939c-2e4a468caeac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8f190846-50a0-42b9-b571-390809b752b1", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}], "revision_number": 4, "project_id": "fa9ca6d7608b4d7d87ce97331679a481", "id": "edcd9b17-9416-4c25-823c-060c435e18d7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "created_at": "2018-08-12T05:34:52Z", "updated_at": "2018-08-12T05:34:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "2c7e484e-6ec5-4a95-8c9c-66d294c0c27e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "70c74258-3c2c-4efc-87e0-079c26ee3417", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "b70382fa-082e-4c2b-abc8-87490fa50b11", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "c3628e02-b4b6-42c9-8751-c1a2d3c19caa", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}], "revision_number": 4, "project_id": "87db863ba6e348b0a5ddcb67053db9d1", "id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "name": "default"}]} 2018-08-12 08:05:32,544 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-bba0eea7-97c3-4e87-8592-dfe4d8910db7 2018-08-12 08:05:32,552 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbfb740038e2091496f918732fc51903498da799" 2018-08-12 08:05:32,638 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:05:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-39266739-eac3-4ae2-bff1-31b06414b039 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 5fe28c13d4d74ba2be8d019ac1ea6363.", "code": 404, "title": "Not Found"}} 2018-08-12 08:05:32,638 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 used request id req-39266739-eac3-4ae2-bff1-31b06414b039 2018-08-12 08:05:32,639 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:05:32,643 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbfb740038e2091496f918732fc51903498da799" 2018-08-12 08:05:32,735 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:05:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-37c94ece-839b-4417-b42e-1f2db768bd33 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa5a7fe6ee54472ba01638877aade8e3.", "code": 404, "title": "Not Found"}} 2018-08-12 08:05:32,735 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 used request id req-37c94ece-839b-4417-b42e-1f2db768bd33 2018-08-12 08:05:32,735 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:05:32,739 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbfb740038e2091496f918732fc51903498da799" 2018-08-12 08:05:32,832 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:05:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-efd53def-4b6c-465e-97c1-5485c6a1f94d Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ea65becf30e54b27aa96a449698a435e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:05:32,832 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e used request id req-efd53def-4b6c-465e-97c1-5485c6a1f94d 2018-08-12 08:05:32,832 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:05:32,836 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbfb740038e2091496f918732fc51903498da799" 2018-08-12 08:05:32,920 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:05:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-aa2dacd8-4387-41a3-872e-d3ecb5b5e143 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ff7abd7bb61f4f2889831e932d65dc2e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:05:32,920 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e used request id req-aa2dacd8-4387-41a3-872e-d3ecb5b5e143 2018-08-12 08:05:32,920 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:05:32,924 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbfb740038e2091496f918732fc51903498da799" 2018-08-12 08:05:33,013 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:05:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-66168422-c48b-426f-b0a5-76a8865c3bdc Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3a85ceae958d4d9fba68847e7df67db8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:05:33,014 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 used request id req-66168422-c48b-426f-b0a5-76a8865c3bdc 2018-08-12 08:05:33,014 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:05:33,017 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbfb740038e2091496f918732fc51903498da799" 2018-08-12 08:05:33,107 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:05:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e6a95817-34ef-4f15-a67c-8ea4d0646d20 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 85517fcf1c6247e699fdcdd42ecc8c79.", "code": 404, "title": "Not Found"}} 2018-08-12 08:05:33,107 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 used request id req-e6a95817-34ef-4f15-a67c-8ea4d0646d20 2018-08-12 08:05:33,107 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:05:33,111 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbfb740038e2091496f918732fc51903498da799" 2018-08-12 08:05:33,229 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:05:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-18743796-447a-4aaa-914a-bde330d4fd7b Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}} 2018-08-12 08:05:33,229 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe used request id req-18743796-447a-4aaa-914a-bde330d4fd7b 2018-08-12 08:05:33,233 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbfb740038e2091496f918732fc51903498da799" 2018-08-12 08:05:33,325 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:05:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9ceeba39-b780-4a84-b7b5-65df52d25738 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 315a428116f24d9fbb826b37080a918e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:05:33,325 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e used request id req-9ceeba39-b780-4a84-b7b5-65df52d25738 2018-08-12 08:05:33,325 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:05:33,329 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/02b50fa17cb347a9a2ceea09f76a4e8e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbfb740038e2091496f918732fc51903498da799" 2018-08-12 08:05:33,426 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:05:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a9fe1c3d-ce35-4b36-b5fe-2c1a6fe251d2 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/02b50fa17cb347a9a2ceea09f76a4e8e"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "02b50fa17cb347a9a2ceea09f76a4e8e", "name": "CreateSecurityGroupTests-bc6e6743-9d0f-41f-proj"}} 2018-08-12 08:05:33,426 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/02b50fa17cb347a9a2ceea09f76a4e8e used request id req-a9fe1c3d-ce35-4b36-b5fe-2c1a6fe251d2 2018-08-12 08:05:33,427 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8ad88c7f-7e09-4c9e-a5f9-80672230fd90 2018-08-12 08:05:33,432 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=8ad88c7f-7e09-4c9e-a5f9-80672230fd90 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbfb740038e2091496f918732fc51903498da799" 2018-08-12 08:05:33,720 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-600c7a27-4f62-4f50-83ba-54234589e246 Date: Sun, 12 Aug 2018 08:05:33 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-12T08:05:23Z", "security_group_id": "8ad88c7f-7e09-4c9e-a5f9-80672230fd90", "port_range_min": null, "revision_number": 0, "tenant_id": "02b50fa17cb347a9a2ceea09f76a4e8e", "created_at": "2018-08-12T08:05:23Z", "project_id": "02b50fa17cb347a9a2ceea09f76a4e8e", "id": "25c7eea4-d8ed-41f3-8e0b-0a80b81ef7e3"}, {"remote_group_id": "8ad88c7f-7e09-4c9e-a5f9-80672230fd90", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:05:23Z", "security_group_id": "8ad88c7f-7e09-4c9e-a5f9-80672230fd90", "port_range_min": null, "revision_number": 0, "tenant_id": "02b50fa17cb347a9a2ceea09f76a4e8e", "created_at": "2018-08-12T08:05:23Z", "project_id": "02b50fa17cb347a9a2ceea09f76a4e8e", "id": "514ce610-7b31-451d-86a7-0e91c407856b"}, {"remote_group_id": "8ad88c7f-7e09-4c9e-a5f9-80672230fd90", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:05:23Z", "security_group_id": "8ad88c7f-7e09-4c9e-a5f9-80672230fd90", "port_range_min": null, "revision_number": 0, "tenant_id": "02b50fa17cb347a9a2ceea09f76a4e8e", "created_at": "2018-08-12T08:05:23Z", "project_id": "02b50fa17cb347a9a2ceea09f76a4e8e", "id": "bac7a11f-4534-45d8-8417-048b96dae24c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:05:23Z", "security_group_id": "8ad88c7f-7e09-4c9e-a5f9-80672230fd90", "port_range_min": null, "revision_number": 0, "tenant_id": "02b50fa17cb347a9a2ceea09f76a4e8e", "created_at": "2018-08-12T08:05:23Z", "project_id": "02b50fa17cb347a9a2ceea09f76a4e8e", "id": "f487cf7e-5100-4fa4-9d84-cd46aeceb646"}]} 2018-08-12 08:05:33,721 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=8ad88c7f-7e09-4c9e-a5f9-80672230fd90 used request id req-600c7a27-4f62-4f50-83ba-54234589e246 2018-08-12 08:05:33,722 - neutron_utils - INFO - Deleting security group with name - default 2018-08-12 08:05:33,727 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/8ad88c7f-7e09-4c9e-a5f9-80672230fd90 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbfb740038e2091496f918732fc51903498da799" 2018-08-12 08:05:34,074 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-acefd619-368a-45bd-a2cf-90637db4daca Content-Length: 0 Date: Sun, 12 Aug 2018 08:05:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:05:34,074 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/8ad88c7f-7e09-4c9e-a5f9-80672230fd90 used request id req-acefd619-368a-45bd-a2cf-90637db4daca 2018-08-12 08:05:34,075 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-bc6e6743-9d0f-41f-proj 2018-08-12 08:05:34,079 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/02b50fa17cb347a9a2ceea09f76a4e8e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbfb740038e2091496f918732fc51903498da799" 2018-08-12 08:05:34,353 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:05:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e1756445-cfd6-40f5-945c-58c070f1aa7e 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 08:05:34,353 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/02b50fa17cb347a9a2ceea09f76a4e8e used request id req-e1756445-cfd6-40f5-945c-58c070f1aa7e 2018-08-12 08:05:34,354 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-bc6e6743-9d0f-41f-proj-role 2018-08-12 08:05:34,357 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/5f47fe6278ab4b1197a61e9159a3e655 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbfb740038e2091496f918732fc51903498da799" 2018-08-12 08:05:34,473 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:05:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-569ba0b7-1524-44e1-a199-6fc9e74328db 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 08:05:34,473 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/5f47fe6278ab4b1197a61e9159a3e655 used request id req-569ba0b7-1524-44e1-a199-6fc9e74328db 2018-08-12 08:05:34,476 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbfb740038e2091496f918732fc51903498da799" 2018-08-12 08:05:34,571 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:05:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-06ae0160-ebe2-4236-a41e-a49961c06429 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:05:34,571 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-06ae0160-ebe2-4236-a41e-a49961c06429 2018-08-12 08:05:34,571 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-bc6e6743-9d0f-41f-user 2018-08-12 08:05:34,574 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/e25876f23ab84ad1b54ef6981684c337 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ff4ef68e8aeb49140e7999392d36417ec44fec4" 2018-08-12 08:05:34,749 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:05:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fe831186-3721-463b-b30e-a7be13829578 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 08:05:34,750 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/e25876f23ab84ad1b54ef6981684c337 used request id req-fe831186-3721-463b-b30e-a7be13829578 2018-08-12 08:05:34,751 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:05:35,151 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:05:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["gB_H4L0sRESwZagyA-mlxg"], "issued_at": "2018-08-12T08:05:35.000000Z"}} 2018-08-12 08:05:35,152 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}c5e3e28bf8848d13f3efdd974caa8fabdec189e1" 2018-08-12 08:05:35,243 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:05:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f434eaf9-1779-46dc-bb35-92fdc81aafbc Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:05:35,243 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-f434eaf9-1779-46dc-bb35-92fdc81aafbc 2018-08-12 08:05:35,244 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:05:35,246 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:05:35,634 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:05:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["PxgK0ejySt2My7qQSU5mBg"], "issued_at": "2018-08-12T08:05:35.000000Z"}} 2018-08-12 08:05:35,635 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}7985dcea286a069b3e3a9551d9e7d929e8b078f7" 2018-08-12 08:05:35,727 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:05:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c9d1bc5c-b4ba-45a9-ae9b-cbef97408683 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:05:35,727 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-c9d1bc5c-b4ba-45a9-ae9b-cbef97408683 2018-08-12 08:05:35,731 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:05:35,737 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:05:35 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:05:35,738 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-3414a943-8ba8-4d8-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7985dcea286a069b3e3a9551d9e7d929e8b078f7" 2018-08-12 08:05:35,827 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:05:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e0df91e2-dd04-40a6-a966-2db397046731 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-3414a943-8ba8-4d8-proj", "previous": null, "next": null}, "projects": []} 2018-08-12 08:05:35,827 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-3414a943-8ba8-4d8-proj used request id req-e0df91e2-dd04-40a6-a966-2db397046731 2018-08-12 08:05:35,831 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7985dcea286a069b3e3a9551d9e7d929e8b078f7" 2018-08-12 08:05:35,927 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:05:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-14579445-0346-49fb-a8f5-96666d5144e2 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:05:35,927 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-14579445-0346-49fb-a8f5-96666d5144e2 2018-08-12 08:05:35,931 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7985dcea286a069b3e3a9551d9e7d929e8b078f7" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSecurityGroupTests-3414a943-8ba8-4d8-proj"}}' 2018-08-12 08:05:36,060 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:05:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-79b6238c-a5aa-41fa-8511-e1aaf07bdaa0 Content-Length: 321 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/0ef7b88a8c91471590d602affccb6eac"}, "tags": [], "enabled": true, "id": "0ef7b88a8c91471590d602affccb6eac", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-3414a943-8ba8-4d8-proj"}} 2018-08-12 08:05:36,061 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-79b6238c-a5aa-41fa-8511-e1aaf07bdaa0 2018-08-12 08:05:36,061 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-3414a943-8ba8-4d8-proj 2018-08-12 08:05:36,061 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:05:36,062 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:05:36,459 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:05:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["G_cT72WHRVeYsX_Kbm_T0w"], "issued_at": "2018-08-12T08:05:36.000000Z"}} 2018-08-12 08:05:36,460 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}60c6f002af91489664a3ba233c46a270471aa3df" 2018-08-12 08:05:36,549 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:05:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc36b870-827c-43e7-9a93-2b3c31ce56c3 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:05:36,549 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-cc36b870-827c-43e7-9a93-2b3c31ce56c3 2018-08-12 08:05:36,553 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:05:36,558 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:05:36 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:05:36,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60c6f002af91489664a3ba233c46a270471aa3df" 2018-08-12 08:05:36,667 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:05:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8457ec40-e750-4ee8-ba2f-5a6ccb820163 Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/105a247548624314b9228f85f6325f0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105a247548624314b9228f85f6325f0b", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/1c5de0eaa44543f08da6ad63a51594ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c5de0eaa44543f08da6ad63a51594ff", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/1d127b5b832547a88a547c116dfdd65b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d127b5b832547a88a547c116dfdd65b", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/1d5cfc170d624ce4ae53ae0507c8d517"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d5cfc170d624ce4ae53ae0507c8d517", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/2421820b75eb4d3ebd02830378d1377b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2421820b75eb4d3ebd02830378d1377b", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/40bd8ee54ecf44868cc83cede652c396"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40bd8ee54ecf44868cc83cede652c396", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/4f32fb8153854c4c9f5094b42b523f80"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f32fb8153854c4c9f5094b42b523f80", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7066130d08fb4db7bf4ab468de53933b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7066130d08fb4db7bf4ab468de53933b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/8d0898a83bcf4521bbc11501d5d7ac89"}, "domain_id": "1eec97585bde483292ece28ee11f4b8d", "enabled": true, "options": {}, "id": "8d0898a83bcf4521bbc11501d5d7ac89", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/9defcced327d476f8a3beab718a13da3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9defcced327d476f8a3beab718a13da3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/b80ee4f6992446e0879624dd436e99a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b80ee4f6992446e0879624dd436e99a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b86fd3e011324d398fcdb6f095a20a9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b86fd3e011324d398fcdb6f095a20a9d", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1701d2754064b5cadf765ea0806f9b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1701d2754064b5cadf765ea0806f9b2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/db4e7b8d76d549faa502716565c733dd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db4e7b8d76d549faa502716565c733dd", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-12 08:05:36,667 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-8457ec40-e750-4ee8-ba2f-5a6ccb820163 2018-08-12 08:05:36,672 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateSecurityGroupTests-3414a943-8ba8-4d8-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60c6f002af91489664a3ba233c46a270471aa3df" 2018-08-12 08:05:36,766 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:05:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5f723c82-1613-4fc0-b665-3fc3ebc4632f Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateSecurityGroupTests-3414a943-8ba8-4d8-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/0ef7b88a8c91471590d602affccb6eac"}, "tags": [], "enabled": true, "id": "0ef7b88a8c91471590d602affccb6eac", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-3414a943-8ba8-4d8-proj"}]} 2018-08-12 08:05:36,766 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateSecurityGroupTests-3414a943-8ba8-4d8-proj used request id req-5f723c82-1613-4fc0-b665-3fc3ebc4632f 2018-08-12 08:05:36,770 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60c6f002af91489664a3ba233c46a270471aa3df" 2018-08-12 08:05:36,864 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:05:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1098e53b-0e1a-4a4d-b4c1-93f127e9fc25 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:05:36,865 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-1098e53b-0e1a-4a4d-b4c1-93f127e9fc25 2018-08-12 08:05:37,258 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-3414a943-8ba8-4d8-user 2018-08-12 08:05:37,258 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:05:37,262 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7985dcea286a069b3e3a9551d9e7d929e8b078f7" 2018-08-12 08:05:37,355 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:05:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7983a540-ef95-4a79-a88f-19e85bec8bf4 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:05:37,355 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-7983a540-ef95-4a79-a88f-19e85bec8bf4 2018-08-12 08:05:37,359 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7985dcea286a069b3e3a9551d9e7d929e8b078f7" -d '{"role": {"name": "CreateSecurityGroupTests-3414a943-8ba8-4d8-proj-role"}}' 2018-08-12 08:05:37,491 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:05:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e138118c-febd-484a-9a94-58bf82d51c21 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "8045b19913d44e3e9d10a851d8a0d7bc", "links": {"self": "http://172.30.9.21:5000/v3/roles/8045b19913d44e3e9d10a851d8a0d7bc"}, "name": "CreateSecurityGroupTests-3414a943-8ba8-4d8-proj-role"}} 2018-08-12 08:05:37,491 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-e138118c-febd-484a-9a94-58bf82d51c21 2018-08-12 08:05:37,491 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-3414a943-8ba8-4d8-proj-role 2018-08-12 08:05:37,494 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/8045b19913d44e3e9d10a851d8a0d7bc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7985dcea286a069b3e3a9551d9e7d929e8b078f7" 2018-08-12 08:05:37,579 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:05:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-874c9017-6e80-4532-93dc-25f8a2356bc1 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "8045b19913d44e3e9d10a851d8a0d7bc", "links": {"self": "http://172.30.9.21:5000/v3/roles/8045b19913d44e3e9d10a851d8a0d7bc"}, "name": "CreateSecurityGroupTests-3414a943-8ba8-4d8-proj-role"}} 2018-08-12 08:05:37,579 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/8045b19913d44e3e9d10a851d8a0d7bc used request id req-874c9017-6e80-4532-93dc-25f8a2356bc1 2018-08-12 08:05:37,579 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-3414a943-8ba8-4d8-proj-role to project CreateSecurityGroupTests-3414a943-8ba8-4d8-proj 2018-08-12 08:05:37,582 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/0ef7b88a8c91471590d602affccb6eac/users/e6a75aad5d034a2b80bef5f5ff83f666/roles/8045b19913d44e3e9d10a851d8a0d7bc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7985dcea286a069b3e3a9551d9e7d929e8b078f7" 2018-08-12 08:05:37,720 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:05:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5e7ba75b-93a9-423a-8368-9114f56b2751 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 08:05:37,721 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/0ef7b88a8c91471590d602affccb6eac/users/e6a75aad5d034a2b80bef5f5ff83f666/roles/8045b19913d44e3e9d10a851d8a0d7bc used request id req-5e7ba75b-93a9-423a-8368-9114f56b2751 2018-08-12 08:05:37,721 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:05:37,721 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:05:37,722 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:05:37,722 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:05:37,722 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:05:37,723 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:05:37,725 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:05:38,125 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8045b19913d44e3e9d10a851d8a0d7bc", "name": "CreateSecurityGroupTests-3414a943-8ba8-4d8-proj-role"}], "expires_at": "2018-08-12T09:05:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0ef7b88a8c91471590d602affccb6eac", "name": "CreateSecurityGroupTests-3414a943-8ba8-4d8-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/0ef7b88a8c91471590d602affccb6eac", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/0ef7b88a8c91471590d602affccb6eac", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/0ef7b88a8c91471590d602affccb6eac", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_0ef7b88a8c91471590d602affccb6eac", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_0ef7b88a8c91471590d602affccb6eac", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/0ef7b88a8c91471590d602affccb6eac", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/0ef7b88a8c91471590d602affccb6eac", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/0ef7b88a8c91471590d602affccb6eac", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/0ef7b88a8c91471590d602affccb6eac", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/0ef7b88a8c91471590d602affccb6eac", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/0ef7b88a8c91471590d602affccb6eac", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/0ef7b88a8c91471590d602affccb6eac", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/0ef7b88a8c91471590d602affccb6eac", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/0ef7b88a8c91471590d602affccb6eac", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-3414a943-8ba8-4d8-user", "id": "e6a75aad5d034a2b80bef5f5ff83f666"}, "audit_ids": ["2d-dF-01SIC5MXttPAxZCw"], "issued_at": "2018-08-12T08:05:38.000000Z"}} 2018-08-12 08:05:38,126 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}c100fea281a1a328161442eac07b3ef180d962da" 2018-08-12 08:05:38,201 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:05:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-de5efed2-cbea-49d8-b9ef-ed407d9e3ec7 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:05:38,201 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-de5efed2-cbea-49d8-b9ef-ed407d9e3ec7 2018-08-12 08:05:38,203 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:05:38,203 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:05:38,203 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:05:38,203 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:05:38,203 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:05:38,210 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-6e7afad6-4422-44bc-9509-85e8db798c3cname&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c100fea281a1a328161442eac07b3ef180d962da" 2018-08-12 08:05:38,547 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-f695da22-47bb-4cca-a14c-207cdad81b0a Date: Sun, 12 Aug 2018 08:05:38 GMT RESP BODY: {"security_groups": []} 2018-08-12 08:05:38,547 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-6e7afad6-4422-44bc-9509-85e8db798c3cname&description=hello+group used request id req-f695da22-47bb-4cca-a14c-207cdad81b0a 2018-08-12 08:05:38,547 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-6e7afad6-4422-44bc-9509-85e8db798c3cname... 2018-08-12 08:05:38,547 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-6e7afad6-4422-44bc-9509-85e8db798c3cname 2018-08-12 08:05:38,552 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c100fea281a1a328161442eac07b3ef180d962da" -d '{"security_group": {"name": "CreateSecurityGroupTests-6e7afad6-4422-44bc-9509-85e8db798c3cname", "description": "hello group"}}' 2018-08-12 08:05:39,012 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1408 X-Openstack-Request-Id: req-12e997c0-97b3-4bee-8a47-b79ad722fc82 Date: Sun, 12 Aug 2018 08:05:39 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "0ef7b88a8c91471590d602affccb6eac", "created_at": "2018-08-12T08:05:38Z", "updated_at": "2018-08-12T08:05:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:05:38Z", "revision_number": 0, "id": "2d0644df-9ad4-4942-a39b-65e6013ddebd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:05:38Z", "security_group_id": "6e0156d0-0dd5-4e5c-9f99-71a680e961fe", "tenant_id": "0ef7b88a8c91471590d602affccb6eac", "port_range_min": null, "ethertype": "IPv6", "project_id": "0ef7b88a8c91471590d602affccb6eac"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:05:38Z", "revision_number": 0, "id": "66103db3-31f8-4c1b-b266-89022e7c30f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:05:38Z", "security_group_id": "6e0156d0-0dd5-4e5c-9f99-71a680e961fe", "tenant_id": "0ef7b88a8c91471590d602affccb6eac", "port_range_min": null, "ethertype": "IPv4", "project_id": "0ef7b88a8c91471590d602affccb6eac"}], "revision_number": 2, "project_id": "0ef7b88a8c91471590d602affccb6eac", "id": "6e0156d0-0dd5-4e5c-9f99-71a680e961fe", "name": "CreateSecurityGroupTests-6e7afad6-4422-44bc-9509-85e8db798c3cname"}} 2018-08-12 08:05:39,012 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups used request id req-12e997c0-97b3-4bee-8a47-b79ad722fc82 2018-08-12 08:05:39,013 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6e0156d0-0dd5-4e5c-9f99-71a680e961fe 2018-08-12 08:05:39,018 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=6e0156d0-0dd5-4e5c-9f99-71a680e961fe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c100fea281a1a328161442eac07b3ef180d962da" 2018-08-12 08:05:39,211 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-a3135d4c-2394-40c0-9d4c-f70810ec11c8 Date: Sun, 12 Aug 2018 08:05:39 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-12T08:05:38Z", "security_group_id": "6e0156d0-0dd5-4e5c-9f99-71a680e961fe", "port_range_min": null, "revision_number": 0, "tenant_id": "0ef7b88a8c91471590d602affccb6eac", "created_at": "2018-08-12T08:05:38Z", "project_id": "0ef7b88a8c91471590d602affccb6eac", "id": "2d0644df-9ad4-4942-a39b-65e6013ddebd"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:05:38Z", "security_group_id": "6e0156d0-0dd5-4e5c-9f99-71a680e961fe", "port_range_min": null, "revision_number": 0, "tenant_id": "0ef7b88a8c91471590d602affccb6eac", "created_at": "2018-08-12T08:05:38Z", "project_id": "0ef7b88a8c91471590d602affccb6eac", "id": "66103db3-31f8-4c1b-b266-89022e7c30f4"}]} 2018-08-12 08:05:39,211 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=6e0156d0-0dd5-4e5c-9f99-71a680e961fe used request id req-a3135d4c-2394-40c0-9d4c-f70810ec11c8 2018-08-12 08:05:39,212 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6e0156d0-0dd5-4e5c-9f99-71a680e961fe 2018-08-12 08:05:39,217 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=6e0156d0-0dd5-4e5c-9f99-71a680e961fe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c100fea281a1a328161442eac07b3ef180d962da" 2018-08-12 08:05:39,824 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-bf174ebb-3c22-48ea-b49a-7ecdfe71159d Date: Sun, 12 Aug 2018 08:05:39 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-12T08:05:38Z", "security_group_id": "6e0156d0-0dd5-4e5c-9f99-71a680e961fe", "port_range_min": null, "revision_number": 0, "tenant_id": "0ef7b88a8c91471590d602affccb6eac", "created_at": "2018-08-12T08:05:38Z", "project_id": "0ef7b88a8c91471590d602affccb6eac", "id": "2d0644df-9ad4-4942-a39b-65e6013ddebd"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:05:38Z", "security_group_id": "6e0156d0-0dd5-4e5c-9f99-71a680e961fe", "port_range_min": null, "revision_number": 0, "tenant_id": "0ef7b88a8c91471590d602affccb6eac", "created_at": "2018-08-12T08:05:38Z", "project_id": "0ef7b88a8c91471590d602affccb6eac", "id": "66103db3-31f8-4c1b-b266-89022e7c30f4"}]} 2018-08-12 08:05:39,824 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=6e0156d0-0dd5-4e5c-9f99-71a680e961fe used request id req-bf174ebb-3c22-48ea-b49a-7ecdfe71159d 2018-08-12 08:05:39,825 - neutron_utils - INFO - Retrieving security group with ID - 6e0156d0-0dd5-4e5c-9f99-71a680e961fe 2018-08-12 08:05:39,829 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=6e0156d0-0dd5-4e5c-9f99-71a680e961fe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c100fea281a1a328161442eac07b3ef180d962da" 2018-08-12 08:05:40,047 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-b70b195b-d0f0-49e3-a41b-92d3fb2ea891 Date: Sun, 12 Aug 2018 08:05:40 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "0ef7b88a8c91471590d602affccb6eac", "created_at": "2018-08-12T08:05:38Z", "updated_at": "2018-08-12T08:05:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:05:38Z", "revision_number": 0, "id": "2d0644df-9ad4-4942-a39b-65e6013ddebd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:05:38Z", "security_group_id": "6e0156d0-0dd5-4e5c-9f99-71a680e961fe", "tenant_id": "0ef7b88a8c91471590d602affccb6eac", "port_range_min": null, "ethertype": "IPv6", "project_id": "0ef7b88a8c91471590d602affccb6eac"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:05:38Z", "revision_number": 0, "id": "66103db3-31f8-4c1b-b266-89022e7c30f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:05:38Z", "security_group_id": "6e0156d0-0dd5-4e5c-9f99-71a680e961fe", "tenant_id": "0ef7b88a8c91471590d602affccb6eac", "port_range_min": null, "ethertype": "IPv4", "project_id": "0ef7b88a8c91471590d602affccb6eac"}], "revision_number": 2, "project_id": "0ef7b88a8c91471590d602affccb6eac", "id": "6e0156d0-0dd5-4e5c-9f99-71a680e961fe", "name": "CreateSecurityGroupTests-6e7afad6-4422-44bc-9509-85e8db798c3cname"}]} 2018-08-12 08:05:40,048 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=6e0156d0-0dd5-4e5c-9f99-71a680e961fe used request id req-b70b195b-d0f0-49e3-a41b-92d3fb2ea891 2018-08-12 08:05:40,048 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6e0156d0-0dd5-4e5c-9f99-71a680e961fe 2018-08-12 08:05:40,053 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=6e0156d0-0dd5-4e5c-9f99-71a680e961fe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c100fea281a1a328161442eac07b3ef180d962da" 2018-08-12 08:05:40,242 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-ebc409eb-7339-4e1a-ac74-257ffb2d0896 Date: Sun, 12 Aug 2018 08:05:40 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:05:38Z", "security_group_id": "6e0156d0-0dd5-4e5c-9f99-71a680e961fe", "port_range_min": null, "revision_number": 0, "tenant_id": "0ef7b88a8c91471590d602affccb6eac", "created_at": "2018-08-12T08:05:38Z", "project_id": "0ef7b88a8c91471590d602affccb6eac", "id": "2d0644df-9ad4-4942-a39b-65e6013ddebd"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:05:38Z", "security_group_id": "6e0156d0-0dd5-4e5c-9f99-71a680e961fe", "port_range_min": null, "revision_number": 0, "tenant_id": "0ef7b88a8c91471590d602affccb6eac", "created_at": "2018-08-12T08:05:38Z", "project_id": "0ef7b88a8c91471590d602affccb6eac", "id": "66103db3-31f8-4c1b-b266-89022e7c30f4"}]} 2018-08-12 08:05:40,242 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=6e0156d0-0dd5-4e5c-9f99-71a680e961fe used request id req-ebc409eb-7339-4e1a-ac74-257ffb2d0896 2018-08-12 08:05:40,243 - neutron_utils - INFO - Retrieving security group with ID - 6e0156d0-0dd5-4e5c-9f99-71a680e961fe 2018-08-12 08:05:40,249 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=6e0156d0-0dd5-4e5c-9f99-71a680e961fe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c100fea281a1a328161442eac07b3ef180d962da" 2018-08-12 08:05:40,465 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-6c6d3c8c-8dd6-47c4-a7b5-db17aca5601e Date: Sun, 12 Aug 2018 08:05:40 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "0ef7b88a8c91471590d602affccb6eac", "created_at": "2018-08-12T08:05:38Z", "updated_at": "2018-08-12T08:05:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:05:38Z", "revision_number": 0, "id": "2d0644df-9ad4-4942-a39b-65e6013ddebd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:05:38Z", "security_group_id": "6e0156d0-0dd5-4e5c-9f99-71a680e961fe", "tenant_id": "0ef7b88a8c91471590d602affccb6eac", "port_range_min": null, "ethertype": "IPv6", "project_id": "0ef7b88a8c91471590d602affccb6eac"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:05:38Z", "revision_number": 0, "id": "66103db3-31f8-4c1b-b266-89022e7c30f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:05:38Z", "security_group_id": "6e0156d0-0dd5-4e5c-9f99-71a680e961fe", "tenant_id": "0ef7b88a8c91471590d602affccb6eac", "port_range_min": null, "ethertype": "IPv4", "project_id": "0ef7b88a8c91471590d602affccb6eac"}], "revision_number": 2, "project_id": "0ef7b88a8c91471590d602affccb6eac", "id": "6e0156d0-0dd5-4e5c-9f99-71a680e961fe", "name": "CreateSecurityGroupTests-6e7afad6-4422-44bc-9509-85e8db798c3cname"}]} 2018-08-12 08:05:40,465 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=6e0156d0-0dd5-4e5c-9f99-71a680e961fe used request id req-6c6d3c8c-8dd6-47c4-a7b5-db17aca5601e 2018-08-12 08:05:40,465 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6e0156d0-0dd5-4e5c-9f99-71a680e961fe 2018-08-12 08:05:40,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=6e0156d0-0dd5-4e5c-9f99-71a680e961fe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c100fea281a1a328161442eac07b3ef180d962da" 2018-08-12 08:05:40,494 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-bd0ae9c5-285f-49e4-8179-3920eed9cc83 Date: Sun, 12 Aug 2018 08:05:40 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:05:38Z", "security_group_id": "6e0156d0-0dd5-4e5c-9f99-71a680e961fe", "port_range_min": null, "revision_number": 0, "tenant_id": "0ef7b88a8c91471590d602affccb6eac", "created_at": "2018-08-12T08:05:38Z", "project_id": "0ef7b88a8c91471590d602affccb6eac", "id": "2d0644df-9ad4-4942-a39b-65e6013ddebd"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:05:38Z", "security_group_id": "6e0156d0-0dd5-4e5c-9f99-71a680e961fe", "port_range_min": null, "revision_number": 0, "tenant_id": "0ef7b88a8c91471590d602affccb6eac", "created_at": "2018-08-12T08:05:38Z", "project_id": "0ef7b88a8c91471590d602affccb6eac", "id": "66103db3-31f8-4c1b-b266-89022e7c30f4"}]} 2018-08-12 08:05:40,495 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=6e0156d0-0dd5-4e5c-9f99-71a680e961fe used request id req-bd0ae9c5-285f-49e4-8179-3920eed9cc83 2018-08-12 08:05:40,495 - neutron_utils - INFO - Retrieving security group with ID - 6e0156d0-0dd5-4e5c-9f99-71a680e961fe 2018-08-12 08:05:40,499 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=6e0156d0-0dd5-4e5c-9f99-71a680e961fe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c100fea281a1a328161442eac07b3ef180d962da" 2018-08-12 08:05:40,551 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-9720574f-3534-400d-b9f0-2cec757ad129 Date: Sun, 12 Aug 2018 08:05:40 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "0ef7b88a8c91471590d602affccb6eac", "created_at": "2018-08-12T08:05:38Z", "updated_at": "2018-08-12T08:05:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:05:38Z", "revision_number": 0, "id": "2d0644df-9ad4-4942-a39b-65e6013ddebd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:05:38Z", "security_group_id": "6e0156d0-0dd5-4e5c-9f99-71a680e961fe", "tenant_id": "0ef7b88a8c91471590d602affccb6eac", "port_range_min": null, "ethertype": "IPv6", "project_id": "0ef7b88a8c91471590d602affccb6eac"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:05:38Z", "revision_number": 0, "id": "66103db3-31f8-4c1b-b266-89022e7c30f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:05:38Z", "security_group_id": "6e0156d0-0dd5-4e5c-9f99-71a680e961fe", "tenant_id": "0ef7b88a8c91471590d602affccb6eac", "port_range_min": null, "ethertype": "IPv4", "project_id": "0ef7b88a8c91471590d602affccb6eac"}], "revision_number": 2, "project_id": "0ef7b88a8c91471590d602affccb6eac", "id": "6e0156d0-0dd5-4e5c-9f99-71a680e961fe", "name": "CreateSecurityGroupTests-6e7afad6-4422-44bc-9509-85e8db798c3cname"}]} 2018-08-12 08:05:40,551 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=6e0156d0-0dd5-4e5c-9f99-71a680e961fe used request id req-9720574f-3534-400d-b9f0-2cec757ad129 2018-08-12 08:05:40,552 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6e0156d0-0dd5-4e5c-9f99-71a680e961fe 2018-08-12 08:05:40,556 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=6e0156d0-0dd5-4e5c-9f99-71a680e961fe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c100fea281a1a328161442eac07b3ef180d962da" 2018-08-12 08:05:40,753 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-8b21a6ca-4694-4c16-a0c9-d85ec1619d0c Date: Sun, 12 Aug 2018 08:05:40 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:05:38Z", "security_group_id": "6e0156d0-0dd5-4e5c-9f99-71a680e961fe", "port_range_min": null, "revision_number": 0, "tenant_id": "0ef7b88a8c91471590d602affccb6eac", "created_at": "2018-08-12T08:05:38Z", "project_id": "0ef7b88a8c91471590d602affccb6eac", "id": "2d0644df-9ad4-4942-a39b-65e6013ddebd"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:05:38Z", "security_group_id": "6e0156d0-0dd5-4e5c-9f99-71a680e961fe", "port_range_min": null, "revision_number": 0, "tenant_id": "0ef7b88a8c91471590d602affccb6eac", "created_at": "2018-08-12T08:05:38Z", "project_id": "0ef7b88a8c91471590d602affccb6eac", "id": "66103db3-31f8-4c1b-b266-89022e7c30f4"}]} 2018-08-12 08:05:40,753 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=6e0156d0-0dd5-4e5c-9f99-71a680e961fe used request id req-8b21a6ca-4694-4c16-a0c9-d85ec1619d0c 2018-08-12 08:05:40,754 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-6e7afad6-4422-44bc-9509-85e8db798c3cname 2018-08-12 08:05:40,754 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:05:41,268 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8045b19913d44e3e9d10a851d8a0d7bc", "name": "CreateSecurityGroupTests-3414a943-8ba8-4d8-proj-role"}], "expires_at": "2018-08-12T09:05:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0ef7b88a8c91471590d602affccb6eac", "name": "CreateSecurityGroupTests-3414a943-8ba8-4d8-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/0ef7b88a8c91471590d602affccb6eac", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/0ef7b88a8c91471590d602affccb6eac", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/0ef7b88a8c91471590d602affccb6eac", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_0ef7b88a8c91471590d602affccb6eac", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_0ef7b88a8c91471590d602affccb6eac", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/0ef7b88a8c91471590d602affccb6eac", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/0ef7b88a8c91471590d602affccb6eac", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/0ef7b88a8c91471590d602affccb6eac", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/0ef7b88a8c91471590d602affccb6eac", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/0ef7b88a8c91471590d602affccb6eac", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/0ef7b88a8c91471590d602affccb6eac", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/0ef7b88a8c91471590d602affccb6eac", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/0ef7b88a8c91471590d602affccb6eac", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/0ef7b88a8c91471590d602affccb6eac", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-3414a943-8ba8-4d8-user", "id": "e6a75aad5d034a2b80bef5f5ff83f666"}, "audit_ids": ["Nxqcfs0cRZKWOnCFgc_3jA"], "issued_at": "2018-08-12T08:05:41.000000Z"}} 2018-08-12 08:05:41,274 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/6e0156d0-0dd5-4e5c-9f99-71a680e961fe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6396369ee0ff0cb4f4580775092ba2b1c2accdab" 2018-08-12 08:05:41,588 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-222717f3-e156-4071-8fdb-d39cfeca6857 Content-Length: 0 Date: Sun, 12 Aug 2018 08:05:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:05:41,588 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/6e0156d0-0dd5-4e5c-9f99-71a680e961fe used request id req-222717f3-e156-4071-8fdb-d39cfeca6857 2018-08-12 08:05:41,593 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-6e7afad6-4422-44bc-9509-85e8db798c3cname&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6396369ee0ff0cb4f4580775092ba2b1c2accdab" 2018-08-12 08:05:41,803 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-7dc0a9df-c22e-4214-ab97-d63e78ab3e8f Date: Sun, 12 Aug 2018 08:05:41 GMT RESP BODY: {"security_groups": []} 2018-08-12 08:05:41,803 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-6e7afad6-4422-44bc-9509-85e8db798c3cname&description=hello+group used request id req-7dc0a9df-c22e-4214-ab97-d63e78ab3e8f 2018-08-12 08:05:41,803 - neutron_utils - INFO - Deleting security group rule with ID - 66103db3-31f8-4c1b-b266-89022e7c30f4 2018-08-12 08:05:41,808 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/66103db3-31f8-4c1b-b266-89022e7c30f4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c100fea281a1a328161442eac07b3ef180d962da" 2018-08-12 08:05:41,829 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 155 X-Openstack-Request-Id: req-626ae6e3-c1da-4b77-a9fa-0b038c9a00e2 Date: Sun, 12 Aug 2018 08:05:41 GMT RESP BODY: {"NeutronError": {"message": "Security group rule 66103db3-31f8-4c1b-b266-89022e7c30f4 does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2018-08-12 08:05:41,829 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/66103db3-31f8-4c1b-b266-89022e7c30f4 used request id req-626ae6e3-c1da-4b77-a9fa-0b038c9a00e2 2018-08-12 08:05:41,830 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Security group rule 66103db3-31f8-4c1b-b266-89022e7c30f4 does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2018-08-12 08:05:41,830 - OpenStackSecurityGroup - WARNING - Rule not found, cannot delete - Security group rule 66103db3-31f8-4c1b-b266-89022e7c30f4 does not exist Neutron server returns request_ids: ['req-626ae6e3-c1da-4b77-a9fa-0b038c9a00e2'] 2018-08-12 08:05:41,830 - neutron_utils - INFO - Deleting security group rule with ID - 2d0644df-9ad4-4942-a39b-65e6013ddebd 2018-08-12 08:05:41,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/2d0644df-9ad4-4942-a39b-65e6013ddebd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c100fea281a1a328161442eac07b3ef180d962da" 2018-08-12 08:05:42,024 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 155 X-Openstack-Request-Id: req-4cd1e5dd-ee65-497a-8df5-3c0b54aa377c Date: Sun, 12 Aug 2018 08:05:42 GMT RESP BODY: {"NeutronError": {"message": "Security group rule 2d0644df-9ad4-4942-a39b-65e6013ddebd does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2018-08-12 08:05:42,024 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/2d0644df-9ad4-4942-a39b-65e6013ddebd used request id req-4cd1e5dd-ee65-497a-8df5-3c0b54aa377c 2018-08-12 08:05:42,024 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Security group rule 2d0644df-9ad4-4942-a39b-65e6013ddebd does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2018-08-12 08:05:42,024 - OpenStackSecurityGroup - WARNING - Rule not found, cannot delete - Security group rule 2d0644df-9ad4-4942-a39b-65e6013ddebd does not exist Neutron server returns request_ids: ['req-4cd1e5dd-ee65-497a-8df5-3c0b54aa377c'] 2018-08-12 08:05:42,025 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-6e7afad6-4422-44bc-9509-85e8db798c3cname 2018-08-12 08:05:42,030 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/6e0156d0-0dd5-4e5c-9f99-71a680e961fe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c100fea281a1a328161442eac07b3ef180d962da" 2018-08-12 08:05:42,206 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 146 X-Openstack-Request-Id: req-cf0e2552-eaca-4eb6-83b3-4f2fedd462ed Date: Sun, 12 Aug 2018 08:05:42 GMT RESP BODY: {"NeutronError": {"message": "Security group 6e0156d0-0dd5-4e5c-9f99-71a680e961fe does not exist", "type": "SecurityGroupNotFound", "detail": ""}} 2018-08-12 08:05:42,206 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/6e0156d0-0dd5-4e5c-9f99-71a680e961fe used request id req-cf0e2552-eaca-4eb6-83b3-4f2fedd462ed 2018-08-12 08:05:42,206 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Security group 6e0156d0-0dd5-4e5c-9f99-71a680e961fe does not exist", "type": "SecurityGroupNotFound", "detail": ""}} 2018-08-12 08:05:42,206 - OpenStackSecurityGroup - WARNING - Security Group not found, cannot delete - Security group 6e0156d0-0dd5-4e5c-9f99-71a680e961fe does not exist Neutron server returns request_ids: ['req-cf0e2552-eaca-4eb6-83b3-4f2fedd462ed'] 2018-08-12 08:05:42,207 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:05:42,208 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:05:42,208 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:05:42,208 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:05:42,208 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:05:42,215 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7985dcea286a069b3e3a9551d9e7d929e8b078f7" 2018-08-12 08:05:42,491 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 45548 X-Openstack-Request-Id: req-e7c84728-7015-411f-8547-f0e6d6331c5f Date: Sun, 12 Aug 2018 08:05:42 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "created_at": "2018-08-12T06:59:44Z", "updated_at": "2018-08-12T06:59:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "1d7fd960-7865-4453-aecc-8d399b4fad21", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "66820d8a-b785-4b18-bd67-500221c8e4f9", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "74fc7638-a322-4841-8c47-06d36174a200", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "8eaa09ec-8419-4582-9312-1e527afe6e4b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}], "revision_number": 4, "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "created_at": "2018-08-12T05:12:34Z", "updated_at": "2018-08-12T05:12:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "709513d2-af7d-4d0b-bd3c-604fed75a711", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "aa346066-e46f-44f2-94be-2884aa998a19", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "c15f7b93-e56c-4afa-867d-2acb286d4b7b", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "cb0ef83f-5f70-4a80-ad35-431ca9df551e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}], "revision_number": 4, "project_id": "fa5a7fe6ee54472ba01638877aade8e3", "id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ea65becf30e54b27aa96a449698a435e", "created_at": "2018-08-12T05:10:35Z", "updated_at": "2018-08-12T05:10:35Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "30ad280c-f302-4cd4-a438-5139917b56f9", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "76115c4c-887d-4f0a-83e2-486e4b39c713", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "8ab14937-4c08-4d43-8a9a-662e622cc643", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "ee757a03-5662-4273-9c3e-6212e7afb48f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}], "revision_number": 4, "project_id": "ea65becf30e54b27aa96a449698a435e", "id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "created_at": "2018-08-12T06:20:09Z", "updated_at": "2018-08-12T06:20:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "1123b8f2-75ac-4a26-b9b2-a96da97408e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "2ddd2b93-e080-48cd-9a50-f5fe8a82ad0c", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "cd1bae62-0aea-4438-b4c3-50a69ae6f855", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "e398e01e-ceea-46d1-9534-b929808c4a5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}], "revision_number": 4, "project_id": "ff7abd7bb61f4f2889831e932d65dc2e", "id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "created_at": "2018-08-12T05:34:57Z", "updated_at": "2018-08-12T05:34:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "208a1c1e-f5f8-49c7-9a25-d07e68b1541f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "27bfd867-e607-4bf8-9de8-60682d3f771d", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "49360e1f-6fd3-4f35-b339-24cea95773ee", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "60f631a9-d305-4920-9631-d0543e2ac64f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}], "revision_number": 4, "project_id": "3a85ceae958d4d9fba68847e7df67db8", "id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "created_at": "2018-08-12T05:34:40Z", "updated_at": "2018-08-12T05:34:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "2192c259-363e-4768-ae73-e75837ad63b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "3f87ddc5-f84d-41dc-8215-847724782569", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "7d89f6da-ea78-49dd-9115-f9ad23b250bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "9ec4497d-0f65-44db-9be9-7b3042e4a584", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}], "revision_number": 4, "project_id": "85517fcf1c6247e699fdcdd42ecc8c79", "id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "created_at": "2018-08-12T05:16:02Z", "updated_at": "2018-08-12T05:16:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "1ecacd8c-c1c7-4a66-9871-406a69323b43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "3cc1750c-e0e7-4902-b6f3-494a161b832e", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "d719a7a4-8c99-44ed-8c12-6bf071890203", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "fe7421b5-d577-41da-8c78-62f3c07eda92", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}], "revision_number": 4, "project_id": "a267b9a156244bb192691cff6e5f74fe", "id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "315a428116f24d9fbb826b37080a918e", "created_at": "2018-08-12T05:11:31Z", "updated_at": "2018-08-12T05:11:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "5e52886a-1dc3-4a81-a55d-f388dc4fd1a1", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "678e32e4-d64c-448a-a4ab-e253ab94ae90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "a8da1539-e3ad-4f90-b2df-3dc1f09d228a", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "b73d5cc9-0205-4658-bb1f-61a042c0ab8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}], "revision_number": 4, "project_id": "315a428116f24d9fbb826b37080a918e", "id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0ef7b88a8c91471590d602affccb6eac", "created_at": "2018-08-12T08:05:38Z", "updated_at": "2018-08-12T08:05:38Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:05:38Z", "revision_number": 0, "id": "25d0b595-a0d6-4316-9bbd-aeca04ad2e14", "remote_group_id": "7eed1ef6-8c81-4ad9-a878-43a5bd585007", "remote_ip_prefix": null, "created_at": "2018-08-12T08:05:38Z", "security_group_id": "7eed1ef6-8c81-4ad9-a878-43a5bd585007", "tenant_id": "0ef7b88a8c91471590d602affccb6eac", "port_range_min": null, "ethertype": "IPv6", "project_id": "0ef7b88a8c91471590d602affccb6eac"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:05:38Z", "revision_number": 0, "id": "3e32d372-7e8d-4ad0-9845-a74dbb12625e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:05:38Z", "security_group_id": "7eed1ef6-8c81-4ad9-a878-43a5bd585007", "tenant_id": "0ef7b88a8c91471590d602affccb6eac", "port_range_min": null, "ethertype": "IPv6", "project_id": "0ef7b88a8c91471590d602affccb6eac"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:05:38Z", "revision_number": 0, "id": "67767f8a-0ec0-4049-b913-aa7a2834876d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:05:38Z", "security_group_id": "7eed1ef6-8c81-4ad9-a878-43a5bd585007", "tenant_id": "0ef7b88a8c91471590d602affccb6eac", "port_range_min": null, "ethertype": "IPv4", "project_id": "0ef7b88a8c91471590d602affccb6eac"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:05:38Z", "revision_number": 0, "id": "885c083b-65cd-4ff0-8fdb-49cc2bc236b4", "remote_group_id": "7eed1ef6-8c81-4ad9-a878-43a5bd585007", "remote_ip_prefix": null, "created_at": "2018-08-12T08:05:38Z", "security_group_id": "7eed1ef6-8c81-4ad9-a878-43a5bd585007", "tenant_id": "0ef7b88a8c91471590d602affccb6eac", "port_range_min": null, "ethertype": "IPv4", "project_id": "0ef7b88a8c91471590d602affccb6eac"}], "revision_number": 4, "project_id": "0ef7b88a8c91471590d602affccb6eac", "id": "7eed1ef6-8c81-4ad9-a878-43a5bd585007", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-12T05:08:01Z", "updated_at": "2018-08-12T05:08:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:01Z", "revision_number": 0, "id": "0fb05d03-1117-45d0-930c-b6d4c96ef102", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "4faaab33-5788-4bbd-85b8-0fb44d41413a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "96d0c5a0-5c67-421b-8fc8-2b46d77e5db3", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "dd78519b-4bc5-4e8e-ad0f-58089dd69347", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "11a46741b7954b959fd7764109c047b6", "created_at": "2018-08-12T05:34:51Z", "updated_at": "2018-08-12T05:34:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "0b67bf3c-2289-43bb-ab6c-7d25ec32a279", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "51f3f833-337a-42bd-a8d5-742ea8d6c226", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "571fd0b5-ef90-408d-af33-aafb517b8993", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "944ba823-fb9c-496e-a66e-bb426bb14a8d", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}], "revision_number": 4, "project_id": "11a46741b7954b959fd7764109c047b6", "id": "90af9782-8112-4257-801d-ee5115d226ba", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "created_at": "2018-08-12T05:34:26Z", "updated_at": "2018-08-12T05:34:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "2ee1f63a-807c-4d6a-85ee-dd784f6b8c3f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5dec3ec2-2add-47dd-8618-90659dcf3885", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5ea0dc3e-49d0-43f0-94e9-f6443527d14c", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "fbfaca22-7e3e-4128-8973-43e439b77c28", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}], "revision_number": 4, "project_id": "3c01cd58055c44ecaef39f7e625c2258", "id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "521007c1818145639e93ceb270559219", "created_at": "2018-08-12T05:13:27Z", "updated_at": "2018-08-12T05:13:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "5e7fede5-b0f2-47d8-95c3-516cdfc7f9de", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "8fd0e36f-c6c4-4f64-ba97-40439e614448", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "db7d79de-1dfc-4138-945f-91e74cdc266b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "e87f2cff-ff3e-4b6d-aaf0-7f0eb0ab9f05", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}], "revision_number": 4, "project_id": "521007c1818145639e93ceb270559219", "id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "created_at": "2018-08-12T05:08:18Z", "updated_at": "2018-08-12T05:08:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "3c67be40-bf74-4f97-9693-d93ce73a23b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "6112d869-2fc6-4a25-a13c-3d55cd7206c0", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "bdf21c56-453e-482e-9cba-3c55abcb0339", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "c8e92c39-38cc-4f48-be9c-5f0912e6a725", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}], "revision_number": 4, "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "created_at": "2018-08-12T05:04:23Z", "updated_at": "2018-08-12T05:04:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "280546d9-8ad1-4283-abfc-15ee9b1736c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "58bce125-f2ca-4a6d-b9ca-4e6cf5c0f7a5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "69275b9a-cfb5-482c-a9c4-8ffc79adf2c7", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "6d747f3a-3764-469a-a645-f977585c5aac", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}], "revision_number": 4, "project_id": "310f5853751a4c968f3eeb0a3d99a0a8", "id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "created_at": "2018-08-12T05:34:42Z", "updated_at": "2018-08-12T05:34:42Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "199582e8-25aa-457a-aa7c-6d8413ca4464", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "234f3609-4454-448f-919d-c8143c7cd764", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "c1061460-71a2-49a9-a04b-9fa33eeb17ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "d21ac532-51d8-4d6b-8300-7bac216759bf", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}], "revision_number": 4, "project_id": "9f6c1a272706419c9a74b0893b2890e8", "id": "d6739716-c693-460c-89c6-e7c8c48f8245", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "created_at": "2018-08-12T05:34:54Z", "updated_at": "2018-08-12T05:34:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "0633a05a-ee7d-4476-a56b-75d011b22f77", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "6cc1b9f8-73db-47a3-a0e0-3c96c43f34da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "90d99a6b-e94f-4fd8-a10c-f19dd8954c13", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "e843c139-af2a-4d2c-a24f-59f7b10ff72e", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}], "revision_number": 4, "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "created_at": "2018-08-12T05:09:07Z", "updated_at": "2018-08-12T05:09:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "5495e168-f505-4d74-ae6d-387f0bf533c2", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "6fd19b8b-3062-456e-81ba-3ff37fe43429", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8ca59d25-485c-46ce-939c-2e4a468caeac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8f190846-50a0-42b9-b571-390809b752b1", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}], "revision_number": 4, "project_id": "fa9ca6d7608b4d7d87ce97331679a481", "id": "edcd9b17-9416-4c25-823c-060c435e18d7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "created_at": "2018-08-12T05:34:52Z", "updated_at": "2018-08-12T05:34:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "2c7e484e-6ec5-4a95-8c9c-66d294c0c27e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "70c74258-3c2c-4efc-87e0-079c26ee3417", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "b70382fa-082e-4c2b-abc8-87490fa50b11", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "c3628e02-b4b6-42c9-8751-c1a2d3c19caa", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}], "revision_number": 4, "project_id": "87db863ba6e348b0a5ddcb67053db9d1", "id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "name": "default"}]} 2018-08-12 08:05:42,492 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-e7c84728-7015-411f-8547-f0e6d6331c5f 2018-08-12 08:05:42,500 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7985dcea286a069b3e3a9551d9e7d929e8b078f7" 2018-08-12 08:05:42,601 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:05:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-525413d4-9b75-4232-9ad0-fd90456b0f6e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 5fe28c13d4d74ba2be8d019ac1ea6363.", "code": 404, "title": "Not Found"}} 2018-08-12 08:05:42,601 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 used request id req-525413d4-9b75-4232-9ad0-fd90456b0f6e 2018-08-12 08:05:42,601 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:05:42,605 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7985dcea286a069b3e3a9551d9e7d929e8b078f7" 2018-08-12 08:05:42,774 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:05:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8dd959b6-22eb-4a4e-86eb-6a1c48b5d499 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa5a7fe6ee54472ba01638877aade8e3.", "code": 404, "title": "Not Found"}} 2018-08-12 08:05:42,775 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 used request id req-8dd959b6-22eb-4a4e-86eb-6a1c48b5d499 2018-08-12 08:05:42,775 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:05:42,778 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7985dcea286a069b3e3a9551d9e7d929e8b078f7" 2018-08-12 08:05:42,874 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:05:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e2aa0f58-e3d0-40aa-b345-d48615a7cdea Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ea65becf30e54b27aa96a449698a435e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:05:42,874 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e used request id req-e2aa0f58-e3d0-40aa-b345-d48615a7cdea 2018-08-12 08:05:42,874 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:05:42,878 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7985dcea286a069b3e3a9551d9e7d929e8b078f7" 2018-08-12 08:05:42,968 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:05:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4816457d-72a6-4c8a-9a5a-b31c8ba66e1a Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ff7abd7bb61f4f2889831e932d65dc2e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:05:42,968 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e used request id req-4816457d-72a6-4c8a-9a5a-b31c8ba66e1a 2018-08-12 08:05:42,968 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:05:42,972 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7985dcea286a069b3e3a9551d9e7d929e8b078f7" 2018-08-12 08:05:42,986 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:05:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d9c0c024-7307-4770-b097-fa3d1e84e971 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3a85ceae958d4d9fba68847e7df67db8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:05:42,986 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 used request id req-d9c0c024-7307-4770-b097-fa3d1e84e971 2018-08-12 08:05:42,986 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:05:42,989 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7985dcea286a069b3e3a9551d9e7d929e8b078f7" 2018-08-12 08:05:43,081 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:05:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8f0fda42-be83-4f16-8bc0-91463cf937c4 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 85517fcf1c6247e699fdcdd42ecc8c79.", "code": 404, "title": "Not Found"}} 2018-08-12 08:05:43,081 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 used request id req-8f0fda42-be83-4f16-8bc0-91463cf937c4 2018-08-12 08:05:43,081 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:05:43,085 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7985dcea286a069b3e3a9551d9e7d929e8b078f7" 2018-08-12 08:05:43,182 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:05:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-15cdd9a9-d162-436c-b822-f7f412f4b1df Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}} 2018-08-12 08:05:43,182 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe used request id req-15cdd9a9-d162-436c-b822-f7f412f4b1df 2018-08-12 08:05:43,186 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7985dcea286a069b3e3a9551d9e7d929e8b078f7" 2018-08-12 08:05:43,276 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:05:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9a0e15ea-e1f8-4e8f-b723-c08adf7eea60 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 315a428116f24d9fbb826b37080a918e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:05:43,277 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e used request id req-9a0e15ea-e1f8-4e8f-b723-c08adf7eea60 2018-08-12 08:05:43,277 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:05:43,280 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/0ef7b88a8c91471590d602affccb6eac -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7985dcea286a069b3e3a9551d9e7d929e8b078f7" 2018-08-12 08:05:43,373 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:05:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f8245d23-d725-4254-ae29-e3fa29635af1 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/0ef7b88a8c91471590d602affccb6eac"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "0ef7b88a8c91471590d602affccb6eac", "name": "CreateSecurityGroupTests-3414a943-8ba8-4d8-proj"}} 2018-08-12 08:05:43,373 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/0ef7b88a8c91471590d602affccb6eac used request id req-f8245d23-d725-4254-ae29-e3fa29635af1 2018-08-12 08:05:43,374 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7eed1ef6-8c81-4ad9-a878-43a5bd585007 2018-08-12 08:05:43,379 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=7eed1ef6-8c81-4ad9-a878-43a5bd585007 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7985dcea286a069b3e3a9551d9e7d929e8b078f7" 2018-08-12 08:05:43,585 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-90b74316-025e-440c-82a3-5d3a54ac62ae Date: Sun, 12 Aug 2018 08:05:43 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "7eed1ef6-8c81-4ad9-a878-43a5bd585007", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:05:38Z", "security_group_id": "7eed1ef6-8c81-4ad9-a878-43a5bd585007", "port_range_min": null, "revision_number": 0, "tenant_id": "0ef7b88a8c91471590d602affccb6eac", "created_at": "2018-08-12T08:05:38Z", "project_id": "0ef7b88a8c91471590d602affccb6eac", "id": "25d0b595-a0d6-4316-9bbd-aeca04ad2e14"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:05:38Z", "security_group_id": "7eed1ef6-8c81-4ad9-a878-43a5bd585007", "port_range_min": null, "revision_number": 0, "tenant_id": "0ef7b88a8c91471590d602affccb6eac", "created_at": "2018-08-12T08:05:38Z", "project_id": "0ef7b88a8c91471590d602affccb6eac", "id": "3e32d372-7e8d-4ad0-9845-a74dbb12625e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:05:38Z", "security_group_id": "7eed1ef6-8c81-4ad9-a878-43a5bd585007", "port_range_min": null, "revision_number": 0, "tenant_id": "0ef7b88a8c91471590d602affccb6eac", "created_at": "2018-08-12T08:05:38Z", "project_id": "0ef7b88a8c91471590d602affccb6eac", "id": "67767f8a-0ec0-4049-b913-aa7a2834876d"}, {"remote_group_id": "7eed1ef6-8c81-4ad9-a878-43a5bd585007", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:05:38Z", "security_group_id": "7eed1ef6-8c81-4ad9-a878-43a5bd585007", "port_range_min": null, "revision_number": 0, "tenant_id": "0ef7b88a8c91471590d602affccb6eac", "created_at": "2018-08-12T08:05:38Z", "project_id": "0ef7b88a8c91471590d602affccb6eac", "id": "885c083b-65cd-4ff0-8fdb-49cc2bc236b4"}]} 2018-08-12 08:05:43,585 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=7eed1ef6-8c81-4ad9-a878-43a5bd585007 used request id req-90b74316-025e-440c-82a3-5d3a54ac62ae 2018-08-12 08:05:43,586 - neutron_utils - INFO - Deleting security group with name - default 2018-08-12 08:05:43,591 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/7eed1ef6-8c81-4ad9-a878-43a5bd585007 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7985dcea286a069b3e3a9551d9e7d929e8b078f7" 2018-08-12 08:05:43,918 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-30b3de72-e84c-4623-a644-2dd23adad416 Content-Length: 0 Date: Sun, 12 Aug 2018 08:05:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:05:43,919 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/7eed1ef6-8c81-4ad9-a878-43a5bd585007 used request id req-30b3de72-e84c-4623-a644-2dd23adad416 2018-08-12 08:05:43,919 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-3414a943-8ba8-4d8-proj 2018-08-12 08:05:43,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/0ef7b88a8c91471590d602affccb6eac -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7985dcea286a069b3e3a9551d9e7d929e8b078f7" 2018-08-12 08:05:44,203 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:05:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-af143b62-0926-4057-803e-1eb436467df2 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 08:05:44,203 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/0ef7b88a8c91471590d602affccb6eac used request id req-af143b62-0926-4057-803e-1eb436467df2 2018-08-12 08:05:44,203 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-3414a943-8ba8-4d8-proj-role 2018-08-12 08:05:44,207 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/8045b19913d44e3e9d10a851d8a0d7bc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7985dcea286a069b3e3a9551d9e7d929e8b078f7" 2018-08-12 08:05:44,323 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:05:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c1a505fd-e36b-4171-aba8-906d52dd6543 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 08:05:44,323 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/8045b19913d44e3e9d10a851d8a0d7bc used request id req-c1a505fd-e36b-4171-aba8-906d52dd6543 2018-08-12 08:05:44,327 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7985dcea286a069b3e3a9551d9e7d929e8b078f7" 2018-08-12 08:05:44,417 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:05:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1667eec6-751d-4abe-b9da-a93ce29e5e43 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:05:44,417 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-1667eec6-751d-4abe-b9da-a93ce29e5e43 2018-08-12 08:05:44,418 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-3414a943-8ba8-4d8-user 2018-08-12 08:05:44,422 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/e6a75aad5d034a2b80bef5f5ff83f666 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60c6f002af91489664a3ba233c46a270471aa3df" 2018-08-12 08:05:44,636 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:05:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2b9ff1a7-61e0-4da0-a0df-c7d3f0f53e84 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 08:05:44,636 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/e6a75aad5d034a2b80bef5f5ff83f666 used request id req-2b9ff1a7-61e0-4da0-a0df-c7d3f0f53e84 2018-08-12 08:05:44,638 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:05:45,025 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:05:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["bSqdAJCVSR-0gglvMeBGsQ"], "issued_at": "2018-08-12T08:05:45.000000Z"}} 2018-08-12 08:05:45,026 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}8472638c594aa6c588b3bcff0c3375f61a8bbd49" 2018-08-12 08:05:45,113 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:05:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e8d26a9f-1fd0-46da-b253-205adb919521 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:05:45,113 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-e8d26a9f-1fd0-46da-b253-205adb919521 2018-08-12 08:05:45,114 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:05:45,115 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:05:45,514 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:05:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["877NTRX0TAilI8nJRuoNNg"], "issued_at": "2018-08-12T08:05:45.000000Z"}} 2018-08-12 08:05:45,515 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}8f23bf0c88da0e518ed258f67cd11cf1395ae985" 2018-08-12 08:05:45,598 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:05:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ee6e46db-b9df-41f1-bddb-3217621be3f3 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:05:45,598 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-ee6e46db-b9df-41f1-bddb-3217621be3f3 2018-08-12 08:05:45,602 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:05:45,608 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:05:45 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:05:45,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-6e0b8feb-b649-40d-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f23bf0c88da0e518ed258f67cd11cf1395ae985" 2018-08-12 08:05:45,703 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:05:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1649d0e0-4adf-4e61-9fa7-c28b49692313 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-6e0b8feb-b649-40d-proj", "previous": null, "next": null}, "projects": []} 2018-08-12 08:05:45,704 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-6e0b8feb-b649-40d-proj used request id req-1649d0e0-4adf-4e61-9fa7-c28b49692313 2018-08-12 08:05:45,707 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f23bf0c88da0e518ed258f67cd11cf1395ae985" 2018-08-12 08:05:45,796 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:05:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1c57671b-906f-4c27-884d-b2fc08a4b876 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:05:45,796 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-1c57671b-906f-4c27-884d-b2fc08a4b876 2018-08-12 08:05:45,800 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f23bf0c88da0e518ed258f67cd11cf1395ae985" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSecurityGroupTests-6e0b8feb-b649-40d-proj"}}' 2018-08-12 08:05:45,928 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:05:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ab51b575-9eac-4a28-a387-e9c494ff3916 Content-Length: 321 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c9adef48415e46d89450628dabc53a0b"}, "tags": [], "enabled": true, "id": "c9adef48415e46d89450628dabc53a0b", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-6e0b8feb-b649-40d-proj"}} 2018-08-12 08:05:45,929 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-ab51b575-9eac-4a28-a387-e9c494ff3916 2018-08-12 08:05:45,929 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-6e0b8feb-b649-40d-proj 2018-08-12 08:05:45,929 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:05:45,930 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:05:46,329 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:05:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["o-m7sQwmQOqqbEGs7L4CCg"], "issued_at": "2018-08-12T08:05:46.000000Z"}} 2018-08-12 08:05:46,330 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}d9e828145d09cbb33ff884c31213a28d72c121ce" 2018-08-12 08:05:46,410 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:05:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0eecf511-69b0-4b89-ad91-be3f68aaba4f Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:05:46,410 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-0eecf511-69b0-4b89-ad91-be3f68aaba4f 2018-08-12 08:05:46,414 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:05:46,420 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:05:46 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:05:46,420 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9e828145d09cbb33ff884c31213a28d72c121ce" 2018-08-12 08:05:46,539 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:05:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef4dc18d-6aaa-41f4-aa38-091df8a27be9 Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/105a247548624314b9228f85f6325f0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105a247548624314b9228f85f6325f0b", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/1c5de0eaa44543f08da6ad63a51594ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c5de0eaa44543f08da6ad63a51594ff", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/1d127b5b832547a88a547c116dfdd65b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d127b5b832547a88a547c116dfdd65b", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/1d5cfc170d624ce4ae53ae0507c8d517"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d5cfc170d624ce4ae53ae0507c8d517", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/2421820b75eb4d3ebd02830378d1377b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2421820b75eb4d3ebd02830378d1377b", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/40bd8ee54ecf44868cc83cede652c396"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40bd8ee54ecf44868cc83cede652c396", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/4f32fb8153854c4c9f5094b42b523f80"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f32fb8153854c4c9f5094b42b523f80", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7066130d08fb4db7bf4ab468de53933b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7066130d08fb4db7bf4ab468de53933b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/8d0898a83bcf4521bbc11501d5d7ac89"}, "domain_id": "1eec97585bde483292ece28ee11f4b8d", "enabled": true, "options": {}, "id": "8d0898a83bcf4521bbc11501d5d7ac89", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/9defcced327d476f8a3beab718a13da3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9defcced327d476f8a3beab718a13da3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/b80ee4f6992446e0879624dd436e99a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b80ee4f6992446e0879624dd436e99a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b86fd3e011324d398fcdb6f095a20a9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b86fd3e011324d398fcdb6f095a20a9d", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1701d2754064b5cadf765ea0806f9b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1701d2754064b5cadf765ea0806f9b2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/db4e7b8d76d549faa502716565c733dd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db4e7b8d76d549faa502716565c733dd", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-12 08:05:46,540 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-ef4dc18d-6aaa-41f4-aa38-091df8a27be9 2018-08-12 08:05:46,543 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateSecurityGroupTests-6e0b8feb-b649-40d-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9e828145d09cbb33ff884c31213a28d72c121ce" 2018-08-12 08:05:46,633 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:05:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f8ddecf8-d908-416f-b317-944d2a062d0b Content-Encoding: gzip Content-Length: 260 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateSecurityGroupTests-6e0b8feb-b649-40d-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c9adef48415e46d89450628dabc53a0b"}, "tags": [], "enabled": true, "id": "c9adef48415e46d89450628dabc53a0b", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-6e0b8feb-b649-40d-proj"}]} 2018-08-12 08:05:46,633 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateSecurityGroupTests-6e0b8feb-b649-40d-proj used request id req-f8ddecf8-d908-416f-b317-944d2a062d0b 2018-08-12 08:05:46,637 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9e828145d09cbb33ff884c31213a28d72c121ce" 2018-08-12 08:05:46,733 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:05:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3dd2d4a9-168b-4801-9052-465ef3d01681 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:05:46,734 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-3dd2d4a9-168b-4801-9052-465ef3d01681 2018-08-12 08:05:47,115 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-6e0b8feb-b649-40d-user 2018-08-12 08:05:47,115 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:05:47,120 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f23bf0c88da0e518ed258f67cd11cf1395ae985" 2018-08-12 08:05:47,212 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:05:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7eec807c-355c-4022-af77-9c02b8ef56f3 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:05:47,212 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-7eec807c-355c-4022-af77-9c02b8ef56f3 2018-08-12 08:05:47,216 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f23bf0c88da0e518ed258f67cd11cf1395ae985" -d '{"role": {"name": "CreateSecurityGroupTests-6e0b8feb-b649-40d-proj-role"}}' 2018-08-12 08:05:47,330 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:05:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c3d20148-07e9-4332-be5c-2e64a6967f82 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "b3829db44f824855b680c5965757d61b", "links": {"self": "http://172.30.9.21:5000/v3/roles/b3829db44f824855b680c5965757d61b"}, "name": "CreateSecurityGroupTests-6e0b8feb-b649-40d-proj-role"}} 2018-08-12 08:05:47,331 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-c3d20148-07e9-4332-be5c-2e64a6967f82 2018-08-12 08:05:47,331 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-6e0b8feb-b649-40d-proj-role 2018-08-12 08:05:47,334 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/b3829db44f824855b680c5965757d61b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f23bf0c88da0e518ed258f67cd11cf1395ae985" 2018-08-12 08:05:47,497 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:05:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bee1db71-90d8-47a6-9262-9ded980900b2 Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "b3829db44f824855b680c5965757d61b", "links": {"self": "http://172.30.9.21:5000/v3/roles/b3829db44f824855b680c5965757d61b"}, "name": "CreateSecurityGroupTests-6e0b8feb-b649-40d-proj-role"}} 2018-08-12 08:05:47,497 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/b3829db44f824855b680c5965757d61b used request id req-bee1db71-90d8-47a6-9262-9ded980900b2 2018-08-12 08:05:47,498 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-6e0b8feb-b649-40d-proj-role to project CreateSecurityGroupTests-6e0b8feb-b649-40d-proj 2018-08-12 08:05:47,501 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/c9adef48415e46d89450628dabc53a0b/users/13641e6121c14b03852e0a671d4c8e67/roles/b3829db44f824855b680c5965757d61b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f23bf0c88da0e518ed258f67cd11cf1395ae985" 2018-08-12 08:05:47,637 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:05:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3a8805c7-7d29-4374-b30b-dc824c82be77 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 08:05:47,637 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/c9adef48415e46d89450628dabc53a0b/users/13641e6121c14b03852e0a671d4c8e67/roles/b3829db44f824855b680c5965757d61b used request id req-3a8805c7-7d29-4374-b30b-dc824c82be77 2018-08-12 08:05:47,638 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:05:47,638 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:05:47,638 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:05:47,638 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:05:47,638 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:05:47,640 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:05:47,641 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:05:48,049 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:05:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["xhpcc4xhSL67hV-PwVlZEg"], "issued_at": "2018-08-12T08:05:48.000000Z"}} 2018-08-12 08:05:48,050 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}8361ed2cdf82dd90d3cffe1e922ca57cfd73debf" 2018-08-12 08:05:48,142 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:05:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fca67039-914a-4971-80bd-721075da9483 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:05:48,142 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-fca67039-914a-4971-80bd-721075da9483 2018-08-12 08:05:48,143 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:05:48,143 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:05:48,143 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:05:48,144 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:05:48,144 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:05:48,150 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-350c39df-ccd2-4036-b95e-57505fb2fe09name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8361ed2cdf82dd90d3cffe1e922ca57cfd73debf" 2018-08-12 08:05:48,770 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-289c5ac9-f7c4-43b9-9351-e5a8913c5c34 Date: Sun, 12 Aug 2018 08:05:48 GMT RESP BODY: {"security_groups": []} 2018-08-12 08:05:48,770 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-350c39df-ccd2-4036-b95e-57505fb2fe09name&description=hello+group used request id req-289c5ac9-f7c4-43b9-9351-e5a8913c5c34 2018-08-12 08:05:48,770 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-350c39df-ccd2-4036-b95e-57505fb2fe09name... 2018-08-12 08:05:48,771 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-350c39df-ccd2-4036-b95e-57505fb2fe09name 2018-08-12 08:05:48,774 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:05:48,779 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:05:48 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:05:48,780 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateSecurityGroupTests-6e0b8feb-b649-40d-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8361ed2cdf82dd90d3cffe1e922ca57cfd73debf" 2018-08-12 08:05:48,874 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:05:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5eca7398-cddf-40ae-87c4-9414b38d6bf7 Content-Encoding: gzip Content-Length: 260 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateSecurityGroupTests-6e0b8feb-b649-40d-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c9adef48415e46d89450628dabc53a0b"}, "tags": [], "enabled": true, "id": "c9adef48415e46d89450628dabc53a0b", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-6e0b8feb-b649-40d-proj"}]} 2018-08-12 08:05:48,874 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateSecurityGroupTests-6e0b8feb-b649-40d-proj used request id req-5eca7398-cddf-40ae-87c4-9414b38d6bf7 2018-08-12 08:05:48,879 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8361ed2cdf82dd90d3cffe1e922ca57cfd73debf" -d '{"security_group": {"tenant_id": "c9adef48415e46d89450628dabc53a0b", "name": "CreateSecurityGroupTests-350c39df-ccd2-4036-b95e-57505fb2fe09name", "description": "hello group"}}' 2018-08-12 08:05:49,443 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1408 X-Openstack-Request-Id: req-25b36e91-d220-47c6-a92d-c8f682ef2491 Date: Sun, 12 Aug 2018 08:05:49 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "c9adef48415e46d89450628dabc53a0b", "created_at": "2018-08-12T08:05:49Z", "updated_at": "2018-08-12T08:05:49Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:05:49Z", "revision_number": 0, "id": "3f5d5942-0c53-443c-b307-048ac4ae6841", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:05:49Z", "security_group_id": "1c5e1133-4317-4bc5-a925-5c4555f0015f", "tenant_id": "c9adef48415e46d89450628dabc53a0b", "port_range_min": null, "ethertype": "IPv4", "project_id": "c9adef48415e46d89450628dabc53a0b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:05:49Z", "revision_number": 0, "id": "45b7bf3d-58b4-44e4-a16f-601be44dde43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:05:49Z", "security_group_id": "1c5e1133-4317-4bc5-a925-5c4555f0015f", "tenant_id": "c9adef48415e46d89450628dabc53a0b", "port_range_min": null, "ethertype": "IPv6", "project_id": "c9adef48415e46d89450628dabc53a0b"}], "revision_number": 2, "project_id": "c9adef48415e46d89450628dabc53a0b", "id": "1c5e1133-4317-4bc5-a925-5c4555f0015f", "name": "CreateSecurityGroupTests-350c39df-ccd2-4036-b95e-57505fb2fe09name"}} 2018-08-12 08:05:49,443 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups used request id req-25b36e91-d220-47c6-a92d-c8f682ef2491 2018-08-12 08:05:49,443 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1c5e1133-4317-4bc5-a925-5c4555f0015f 2018-08-12 08:05:49,448 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=1c5e1133-4317-4bc5-a925-5c4555f0015f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8361ed2cdf82dd90d3cffe1e922ca57cfd73debf" 2018-08-12 08:05:49,643 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-300c1fde-b4a7-4d8a-b7ad-a557df6e04e7 Date: Sun, 12 Aug 2018 08:05:49 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:05:49Z", "security_group_id": "1c5e1133-4317-4bc5-a925-5c4555f0015f", "port_range_min": null, "revision_number": 0, "tenant_id": "c9adef48415e46d89450628dabc53a0b", "created_at": "2018-08-12T08:05:49Z", "project_id": "c9adef48415e46d89450628dabc53a0b", "id": "3f5d5942-0c53-443c-b307-048ac4ae6841"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:05:49Z", "security_group_id": "1c5e1133-4317-4bc5-a925-5c4555f0015f", "port_range_min": null, "revision_number": 0, "tenant_id": "c9adef48415e46d89450628dabc53a0b", "created_at": "2018-08-12T08:05:49Z", "project_id": "c9adef48415e46d89450628dabc53a0b", "id": "45b7bf3d-58b4-44e4-a16f-601be44dde43"}]} 2018-08-12 08:05:49,643 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=1c5e1133-4317-4bc5-a925-5c4555f0015f used request id req-300c1fde-b4a7-4d8a-b7ad-a557df6e04e7 2018-08-12 08:05:49,644 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1c5e1133-4317-4bc5-a925-5c4555f0015f 2018-08-12 08:05:49,649 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=1c5e1133-4317-4bc5-a925-5c4555f0015f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8361ed2cdf82dd90d3cffe1e922ca57cfd73debf" 2018-08-12 08:05:49,848 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-0d1e42b1-e85f-4f31-b388-37404a56415f Date: Sun, 12 Aug 2018 08:05:49 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:05:49Z", "security_group_id": "1c5e1133-4317-4bc5-a925-5c4555f0015f", "port_range_min": null, "revision_number": 0, "tenant_id": "c9adef48415e46d89450628dabc53a0b", "created_at": "2018-08-12T08:05:49Z", "project_id": "c9adef48415e46d89450628dabc53a0b", "id": "3f5d5942-0c53-443c-b307-048ac4ae6841"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:05:49Z", "security_group_id": "1c5e1133-4317-4bc5-a925-5c4555f0015f", "port_range_min": null, "revision_number": 0, "tenant_id": "c9adef48415e46d89450628dabc53a0b", "created_at": "2018-08-12T08:05:49Z", "project_id": "c9adef48415e46d89450628dabc53a0b", "id": "45b7bf3d-58b4-44e4-a16f-601be44dde43"}]} 2018-08-12 08:05:49,848 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=1c5e1133-4317-4bc5-a925-5c4555f0015f used request id req-0d1e42b1-e85f-4f31-b388-37404a56415f 2018-08-12 08:05:49,849 - neutron_utils - INFO - Retrieving security group with ID - 1c5e1133-4317-4bc5-a925-5c4555f0015f 2018-08-12 08:05:49,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=1c5e1133-4317-4bc5-a925-5c4555f0015f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8361ed2cdf82dd90d3cffe1e922ca57cfd73debf" 2018-08-12 08:05:49,908 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-aac7a5b2-9761-4c27-8d9a-5fdfea13978e Date: Sun, 12 Aug 2018 08:05:49 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "c9adef48415e46d89450628dabc53a0b", "created_at": "2018-08-12T08:05:49Z", "updated_at": "2018-08-12T08:05:49Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:05:49Z", "revision_number": 0, "id": "3f5d5942-0c53-443c-b307-048ac4ae6841", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:05:49Z", "security_group_id": "1c5e1133-4317-4bc5-a925-5c4555f0015f", "tenant_id": "c9adef48415e46d89450628dabc53a0b", "port_range_min": null, "ethertype": "IPv4", "project_id": "c9adef48415e46d89450628dabc53a0b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:05:49Z", "revision_number": 0, "id": "45b7bf3d-58b4-44e4-a16f-601be44dde43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:05:49Z", "security_group_id": "1c5e1133-4317-4bc5-a925-5c4555f0015f", "tenant_id": "c9adef48415e46d89450628dabc53a0b", "port_range_min": null, "ethertype": "IPv6", "project_id": "c9adef48415e46d89450628dabc53a0b"}], "revision_number": 2, "project_id": "c9adef48415e46d89450628dabc53a0b", "id": "1c5e1133-4317-4bc5-a925-5c4555f0015f", "name": "CreateSecurityGroupTests-350c39df-ccd2-4036-b95e-57505fb2fe09name"}]} 2018-08-12 08:05:49,909 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=1c5e1133-4317-4bc5-a925-5c4555f0015f used request id req-aac7a5b2-9761-4c27-8d9a-5fdfea13978e 2018-08-12 08:05:49,909 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1c5e1133-4317-4bc5-a925-5c4555f0015f 2018-08-12 08:05:49,915 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=1c5e1133-4317-4bc5-a925-5c4555f0015f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8361ed2cdf82dd90d3cffe1e922ca57cfd73debf" 2018-08-12 08:05:50,531 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-2bd01d5c-88fd-4937-9d98-7019ee1f68d0 Date: Sun, 12 Aug 2018 08:05:50 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:05:49Z", "security_group_id": "1c5e1133-4317-4bc5-a925-5c4555f0015f", "port_range_min": null, "revision_number": 0, "tenant_id": "c9adef48415e46d89450628dabc53a0b", "created_at": "2018-08-12T08:05:49Z", "project_id": "c9adef48415e46d89450628dabc53a0b", "id": "3f5d5942-0c53-443c-b307-048ac4ae6841"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:05:49Z", "security_group_id": "1c5e1133-4317-4bc5-a925-5c4555f0015f", "port_range_min": null, "revision_number": 0, "tenant_id": "c9adef48415e46d89450628dabc53a0b", "created_at": "2018-08-12T08:05:49Z", "project_id": "c9adef48415e46d89450628dabc53a0b", "id": "45b7bf3d-58b4-44e4-a16f-601be44dde43"}]} 2018-08-12 08:05:50,531 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=1c5e1133-4317-4bc5-a925-5c4555f0015f used request id req-2bd01d5c-88fd-4937-9d98-7019ee1f68d0 2018-08-12 08:05:50,532 - neutron_utils - INFO - Retrieving security group with ID - 1c5e1133-4317-4bc5-a925-5c4555f0015f 2018-08-12 08:05:50,536 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=1c5e1133-4317-4bc5-a925-5c4555f0015f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8361ed2cdf82dd90d3cffe1e922ca57cfd73debf" 2018-08-12 08:05:50,748 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-02e29f00-d5d4-4022-b0eb-209e78d1acdf Date: Sun, 12 Aug 2018 08:05:50 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "c9adef48415e46d89450628dabc53a0b", "created_at": "2018-08-12T08:05:49Z", "updated_at": "2018-08-12T08:05:49Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:05:49Z", "revision_number": 0, "id": "3f5d5942-0c53-443c-b307-048ac4ae6841", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:05:49Z", "security_group_id": "1c5e1133-4317-4bc5-a925-5c4555f0015f", "tenant_id": "c9adef48415e46d89450628dabc53a0b", "port_range_min": null, "ethertype": "IPv4", "project_id": "c9adef48415e46d89450628dabc53a0b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:05:49Z", "revision_number": 0, "id": "45b7bf3d-58b4-44e4-a16f-601be44dde43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:05:49Z", "security_group_id": "1c5e1133-4317-4bc5-a925-5c4555f0015f", "tenant_id": "c9adef48415e46d89450628dabc53a0b", "port_range_min": null, "ethertype": "IPv6", "project_id": "c9adef48415e46d89450628dabc53a0b"}], "revision_number": 2, "project_id": "c9adef48415e46d89450628dabc53a0b", "id": "1c5e1133-4317-4bc5-a925-5c4555f0015f", "name": "CreateSecurityGroupTests-350c39df-ccd2-4036-b95e-57505fb2fe09name"}]} 2018-08-12 08:05:50,748 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=1c5e1133-4317-4bc5-a925-5c4555f0015f used request id req-02e29f00-d5d4-4022-b0eb-209e78d1acdf 2018-08-12 08:05:50,748 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1c5e1133-4317-4bc5-a925-5c4555f0015f 2018-08-12 08:05:50,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=1c5e1133-4317-4bc5-a925-5c4555f0015f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8361ed2cdf82dd90d3cffe1e922ca57cfd73debf" 2018-08-12 08:05:50,948 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-d8d8a9c7-73da-45a4-b0a3-bb6d22556001 Date: Sun, 12 Aug 2018 08:05:50 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:05:49Z", "security_group_id": "1c5e1133-4317-4bc5-a925-5c4555f0015f", "port_range_min": null, "revision_number": 0, "tenant_id": "c9adef48415e46d89450628dabc53a0b", "created_at": "2018-08-12T08:05:49Z", "project_id": "c9adef48415e46d89450628dabc53a0b", "id": "3f5d5942-0c53-443c-b307-048ac4ae6841"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:05:49Z", "security_group_id": "1c5e1133-4317-4bc5-a925-5c4555f0015f", "port_range_min": null, "revision_number": 0, "tenant_id": "c9adef48415e46d89450628dabc53a0b", "created_at": "2018-08-12T08:05:49Z", "project_id": "c9adef48415e46d89450628dabc53a0b", "id": "45b7bf3d-58b4-44e4-a16f-601be44dde43"}]} 2018-08-12 08:05:50,949 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=1c5e1133-4317-4bc5-a925-5c4555f0015f used request id req-d8d8a9c7-73da-45a4-b0a3-bb6d22556001 2018-08-12 08:05:50,949 - neutron_utils - INFO - Retrieving security group with ID - 1c5e1133-4317-4bc5-a925-5c4555f0015f 2018-08-12 08:05:50,954 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=1c5e1133-4317-4bc5-a925-5c4555f0015f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8361ed2cdf82dd90d3cffe1e922ca57cfd73debf" 2018-08-12 08:05:51,175 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-332e67e7-8c5b-426f-8f72-113f6836b435 Date: Sun, 12 Aug 2018 08:05:51 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "c9adef48415e46d89450628dabc53a0b", "created_at": "2018-08-12T08:05:49Z", "updated_at": "2018-08-12T08:05:49Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:05:49Z", "revision_number": 0, "id": "3f5d5942-0c53-443c-b307-048ac4ae6841", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:05:49Z", "security_group_id": "1c5e1133-4317-4bc5-a925-5c4555f0015f", "tenant_id": "c9adef48415e46d89450628dabc53a0b", "port_range_min": null, "ethertype": "IPv4", "project_id": "c9adef48415e46d89450628dabc53a0b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:05:49Z", "revision_number": 0, "id": "45b7bf3d-58b4-44e4-a16f-601be44dde43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:05:49Z", "security_group_id": "1c5e1133-4317-4bc5-a925-5c4555f0015f", "tenant_id": "c9adef48415e46d89450628dabc53a0b", "port_range_min": null, "ethertype": "IPv6", "project_id": "c9adef48415e46d89450628dabc53a0b"}], "revision_number": 2, "project_id": "c9adef48415e46d89450628dabc53a0b", "id": "1c5e1133-4317-4bc5-a925-5c4555f0015f", "name": "CreateSecurityGroupTests-350c39df-ccd2-4036-b95e-57505fb2fe09name"}]} 2018-08-12 08:05:51,175 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=1c5e1133-4317-4bc5-a925-5c4555f0015f used request id req-332e67e7-8c5b-426f-8f72-113f6836b435 2018-08-12 08:05:51,176 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1c5e1133-4317-4bc5-a925-5c4555f0015f 2018-08-12 08:05:51,181 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=1c5e1133-4317-4bc5-a925-5c4555f0015f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8361ed2cdf82dd90d3cffe1e922ca57cfd73debf" 2018-08-12 08:05:51,371 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-545af0d6-6e55-4fe3-b176-efd6edc2cd10 Date: Sun, 12 Aug 2018 08:05:51 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:05:49Z", "security_group_id": "1c5e1133-4317-4bc5-a925-5c4555f0015f", "port_range_min": null, "revision_number": 0, "tenant_id": "c9adef48415e46d89450628dabc53a0b", "created_at": "2018-08-12T08:05:49Z", "project_id": "c9adef48415e46d89450628dabc53a0b", "id": "3f5d5942-0c53-443c-b307-048ac4ae6841"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:05:49Z", "security_group_id": "1c5e1133-4317-4bc5-a925-5c4555f0015f", "port_range_min": null, "revision_number": 0, "tenant_id": "c9adef48415e46d89450628dabc53a0b", "created_at": "2018-08-12T08:05:49Z", "project_id": "c9adef48415e46d89450628dabc53a0b", "id": "45b7bf3d-58b4-44e4-a16f-601be44dde43"}]} 2018-08-12 08:05:51,371 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=1c5e1133-4317-4bc5-a925-5c4555f0015f used request id req-545af0d6-6e55-4fe3-b176-efd6edc2cd10 2018-08-12 08:05:51,372 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:05:51,767 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3829db44f824855b680c5965757d61b", "name": "CreateSecurityGroupTests-6e0b8feb-b649-40d-proj-role"}], "expires_at": "2018-08-12T09:05:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9adef48415e46d89450628dabc53a0b", "name": "CreateSecurityGroupTests-6e0b8feb-b649-40d-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/c9adef48415e46d89450628dabc53a0b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/c9adef48415e46d89450628dabc53a0b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/c9adef48415e46d89450628dabc53a0b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_c9adef48415e46d89450628dabc53a0b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_c9adef48415e46d89450628dabc53a0b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/c9adef48415e46d89450628dabc53a0b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/c9adef48415e46d89450628dabc53a0b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/c9adef48415e46d89450628dabc53a0b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/c9adef48415e46d89450628dabc53a0b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/c9adef48415e46d89450628dabc53a0b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/c9adef48415e46d89450628dabc53a0b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/c9adef48415e46d89450628dabc53a0b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/c9adef48415e46d89450628dabc53a0b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/c9adef48415e46d89450628dabc53a0b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-6e0b8feb-b649-40d-user", "id": "13641e6121c14b03852e0a671d4c8e67"}, "audit_ids": ["wv4tvz5FRKGjYW8RB8xS3Q"], "issued_at": "2018-08-12T08:05:51.000000Z"}} 2018-08-12 08:05:51,772 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-350c39df-ccd2-4036-b95e-57505fb2fe09name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fed4fbccf42565556db83217af2e3222f13de0db" 2018-08-12 08:05:51,996 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-dcafb2ee-999b-4118-a6ac-9bc3e26ee5c6 Date: Sun, 12 Aug 2018 08:05:51 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "c9adef48415e46d89450628dabc53a0b", "created_at": "2018-08-12T08:05:49Z", "updated_at": "2018-08-12T08:05:49Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:05:49Z", "revision_number": 0, "id": "3f5d5942-0c53-443c-b307-048ac4ae6841", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:05:49Z", "security_group_id": "1c5e1133-4317-4bc5-a925-5c4555f0015f", "tenant_id": "c9adef48415e46d89450628dabc53a0b", "port_range_min": null, "ethertype": "IPv4", "project_id": "c9adef48415e46d89450628dabc53a0b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:05:49Z", "revision_number": 0, "id": "45b7bf3d-58b4-44e4-a16f-601be44dde43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:05:49Z", "security_group_id": "1c5e1133-4317-4bc5-a925-5c4555f0015f", "tenant_id": "c9adef48415e46d89450628dabc53a0b", "port_range_min": null, "ethertype": "IPv6", "project_id": "c9adef48415e46d89450628dabc53a0b"}], "revision_number": 2, "project_id": "c9adef48415e46d89450628dabc53a0b", "id": "1c5e1133-4317-4bc5-a925-5c4555f0015f", "name": "CreateSecurityGroupTests-350c39df-ccd2-4036-b95e-57505fb2fe09name"}]} 2018-08-12 08:05:51,996 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-350c39df-ccd2-4036-b95e-57505fb2fe09name&description=hello+group used request id req-dcafb2ee-999b-4118-a6ac-9bc3e26ee5c6 2018-08-12 08:05:51,999 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:05:52,005 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:05:51 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:05:52,006 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c9adef48415e46d89450628dabc53a0b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8472638c594aa6c588b3bcff0c3375f61a8bbd49" 2018-08-12 08:05:52,100 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:05:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ee9f12e9-5f5f-45a5-bd6f-bcf66f9728cc Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c9adef48415e46d89450628dabc53a0b"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "c9adef48415e46d89450628dabc53a0b", "name": "CreateSecurityGroupTests-6e0b8feb-b649-40d-proj"}} 2018-08-12 08:05:52,101 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c9adef48415e46d89450628dabc53a0b used request id req-ee9f12e9-5f5f-45a5-bd6f-bcf66f9728cc 2018-08-12 08:05:52,101 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1c5e1133-4317-4bc5-a925-5c4555f0015f 2018-08-12 08:05:52,105 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=1c5e1133-4317-4bc5-a925-5c4555f0015f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fed4fbccf42565556db83217af2e3222f13de0db" 2018-08-12 08:05:52,305 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-ed3ea225-74dd-49c9-8e63-f1fe4a265d66 Date: Sun, 12 Aug 2018 08:05:52 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:05:49Z", "security_group_id": "1c5e1133-4317-4bc5-a925-5c4555f0015f", "port_range_min": null, "revision_number": 0, "tenant_id": "c9adef48415e46d89450628dabc53a0b", "created_at": "2018-08-12T08:05:49Z", "project_id": "c9adef48415e46d89450628dabc53a0b", "id": "3f5d5942-0c53-443c-b307-048ac4ae6841"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:05:49Z", "security_group_id": "1c5e1133-4317-4bc5-a925-5c4555f0015f", "port_range_min": null, "revision_number": 0, "tenant_id": "c9adef48415e46d89450628dabc53a0b", "created_at": "2018-08-12T08:05:49Z", "project_id": "c9adef48415e46d89450628dabc53a0b", "id": "45b7bf3d-58b4-44e4-a16f-601be44dde43"}]} 2018-08-12 08:05:52,305 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=1c5e1133-4317-4bc5-a925-5c4555f0015f used request id req-ed3ea225-74dd-49c9-8e63-f1fe4a265d66 2018-08-12 08:05:52,306 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1c5e1133-4317-4bc5-a925-5c4555f0015f 2018-08-12 08:05:52,311 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=1c5e1133-4317-4bc5-a925-5c4555f0015f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fed4fbccf42565556db83217af2e3222f13de0db" 2018-08-12 08:05:52,486 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-3c7afae6-dd2b-4e17-9ea4-4e427bb7d5a8 Date: Sun, 12 Aug 2018 08:05:52 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:05:49Z", "security_group_id": "1c5e1133-4317-4bc5-a925-5c4555f0015f", "port_range_min": null, "revision_number": 0, "tenant_id": "c9adef48415e46d89450628dabc53a0b", "created_at": "2018-08-12T08:05:49Z", "project_id": "c9adef48415e46d89450628dabc53a0b", "id": "3f5d5942-0c53-443c-b307-048ac4ae6841"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:05:49Z", "security_group_id": "1c5e1133-4317-4bc5-a925-5c4555f0015f", "port_range_min": null, "revision_number": 0, "tenant_id": "c9adef48415e46d89450628dabc53a0b", "created_at": "2018-08-12T08:05:49Z", "project_id": "c9adef48415e46d89450628dabc53a0b", "id": "45b7bf3d-58b4-44e4-a16f-601be44dde43"}]} 2018-08-12 08:05:52,486 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=1c5e1133-4317-4bc5-a925-5c4555f0015f used request id req-3c7afae6-dd2b-4e17-9ea4-4e427bb7d5a8 2018-08-12 08:05:52,487 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:05:52,488 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:05:52,883 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3829db44f824855b680c5965757d61b", "name": "CreateSecurityGroupTests-6e0b8feb-b649-40d-proj-role"}], "expires_at": "2018-08-12T09:05:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9adef48415e46d89450628dabc53a0b", "name": "CreateSecurityGroupTests-6e0b8feb-b649-40d-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/c9adef48415e46d89450628dabc53a0b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/c9adef48415e46d89450628dabc53a0b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/c9adef48415e46d89450628dabc53a0b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_c9adef48415e46d89450628dabc53a0b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_c9adef48415e46d89450628dabc53a0b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/c9adef48415e46d89450628dabc53a0b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/c9adef48415e46d89450628dabc53a0b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/c9adef48415e46d89450628dabc53a0b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/c9adef48415e46d89450628dabc53a0b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/c9adef48415e46d89450628dabc53a0b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/c9adef48415e46d89450628dabc53a0b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/c9adef48415e46d89450628dabc53a0b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/c9adef48415e46d89450628dabc53a0b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/c9adef48415e46d89450628dabc53a0b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-6e0b8feb-b649-40d-user", "id": "13641e6121c14b03852e0a671d4c8e67"}, "audit_ids": ["LnjjNmeXTu-9EeIWIKIIWw"], "issued_at": "2018-08-12T08:05:52.000000Z"}} 2018-08-12 08:05:52,883 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}fe05f743740f331fd3b44eacdda8596c9160ee50" 2018-08-12 08:05:52,965 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:05:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ce5f5dc6-bdf7-45c0-9b5f-17222f345b2f Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:05:52,965 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-ce5f5dc6-bdf7-45c0-9b5f-17222f345b2f 2018-08-12 08:05:52,966 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:05:52,966 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:05:52,966 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:05:52,966 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:05:52,967 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:05:52,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-350c39df-ccd2-4036-b95e-57505fb2fe09name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe05f743740f331fd3b44eacdda8596c9160ee50" 2018-08-12 08:05:53,279 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-41951b85-9b8c-4651-b496-96c2ecd702b9 Date: Sun, 12 Aug 2018 08:05:53 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "c9adef48415e46d89450628dabc53a0b", "created_at": "2018-08-12T08:05:49Z", "updated_at": "2018-08-12T08:05:49Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:05:49Z", "revision_number": 0, "id": "3f5d5942-0c53-443c-b307-048ac4ae6841", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:05:49Z", "security_group_id": "1c5e1133-4317-4bc5-a925-5c4555f0015f", "tenant_id": "c9adef48415e46d89450628dabc53a0b", "port_range_min": null, "ethertype": "IPv4", "project_id": "c9adef48415e46d89450628dabc53a0b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:05:49Z", "revision_number": 0, "id": "45b7bf3d-58b4-44e4-a16f-601be44dde43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:05:49Z", "security_group_id": "1c5e1133-4317-4bc5-a925-5c4555f0015f", "tenant_id": "c9adef48415e46d89450628dabc53a0b", "port_range_min": null, "ethertype": "IPv6", "project_id": "c9adef48415e46d89450628dabc53a0b"}], "revision_number": 2, "project_id": "c9adef48415e46d89450628dabc53a0b", "id": "1c5e1133-4317-4bc5-a925-5c4555f0015f", "name": "CreateSecurityGroupTests-350c39df-ccd2-4036-b95e-57505fb2fe09name"}]} 2018-08-12 08:05:53,279 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-350c39df-ccd2-4036-b95e-57505fb2fe09name used request id req-41951b85-9b8c-4651-b496-96c2ecd702b9 2018-08-12 08:05:53,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:05:53,287 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:05:53 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:05:53,288 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c9adef48415e46d89450628dabc53a0b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe05f743740f331fd3b44eacdda8596c9160ee50" 2018-08-12 08:05:53,381 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:05:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb8a09c1-e492-44fb-988c-445d43dd87c9 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c9adef48415e46d89450628dabc53a0b"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "c9adef48415e46d89450628dabc53a0b", "name": "CreateSecurityGroupTests-6e0b8feb-b649-40d-proj"}} 2018-08-12 08:05:53,382 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c9adef48415e46d89450628dabc53a0b used request id req-eb8a09c1-e492-44fb-988c-445d43dd87c9 2018-08-12 08:05:53,382 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1c5e1133-4317-4bc5-a925-5c4555f0015f 2018-08-12 08:05:53,387 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=1c5e1133-4317-4bc5-a925-5c4555f0015f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe05f743740f331fd3b44eacdda8596c9160ee50" 2018-08-12 08:05:53,588 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-f5170119-5d1b-427a-b020-eb65cd6a8af8 Date: Sun, 12 Aug 2018 08:05:53 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:05:49Z", "security_group_id": "1c5e1133-4317-4bc5-a925-5c4555f0015f", "port_range_min": null, "revision_number": 0, "tenant_id": "c9adef48415e46d89450628dabc53a0b", "created_at": "2018-08-12T08:05:49Z", "project_id": "c9adef48415e46d89450628dabc53a0b", "id": "3f5d5942-0c53-443c-b307-048ac4ae6841"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:05:49Z", "security_group_id": "1c5e1133-4317-4bc5-a925-5c4555f0015f", "port_range_min": null, "revision_number": 0, "tenant_id": "c9adef48415e46d89450628dabc53a0b", "created_at": "2018-08-12T08:05:49Z", "project_id": "c9adef48415e46d89450628dabc53a0b", "id": "45b7bf3d-58b4-44e4-a16f-601be44dde43"}]} 2018-08-12 08:05:53,588 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=1c5e1133-4317-4bc5-a925-5c4555f0015f used request id req-f5170119-5d1b-427a-b020-eb65cd6a8af8 2018-08-12 08:05:53,588 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1c5e1133-4317-4bc5-a925-5c4555f0015f 2018-08-12 08:05:53,593 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=1c5e1133-4317-4bc5-a925-5c4555f0015f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe05f743740f331fd3b44eacdda8596c9160ee50" 2018-08-12 08:05:53,786 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-f0cc95dd-f13c-4145-8bc7-00781cf92fe3 Date: Sun, 12 Aug 2018 08:05:53 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:05:49Z", "security_group_id": "1c5e1133-4317-4bc5-a925-5c4555f0015f", "port_range_min": null, "revision_number": 0, "tenant_id": "c9adef48415e46d89450628dabc53a0b", "created_at": "2018-08-12T08:05:49Z", "project_id": "c9adef48415e46d89450628dabc53a0b", "id": "3f5d5942-0c53-443c-b307-048ac4ae6841"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:05:49Z", "security_group_id": "1c5e1133-4317-4bc5-a925-5c4555f0015f", "port_range_min": null, "revision_number": 0, "tenant_id": "c9adef48415e46d89450628dabc53a0b", "created_at": "2018-08-12T08:05:49Z", "project_id": "c9adef48415e46d89450628dabc53a0b", "id": "45b7bf3d-58b4-44e4-a16f-601be44dde43"}]} 2018-08-12 08:05:53,787 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=1c5e1133-4317-4bc5-a925-5c4555f0015f used request id req-f0cc95dd-f13c-4145-8bc7-00781cf92fe3 2018-08-12 08:05:53,787 - neutron_utils - INFO - Retrieving security group with ID - 1c5e1133-4317-4bc5-a925-5c4555f0015f 2018-08-12 08:05:53,792 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=1c5e1133-4317-4bc5-a925-5c4555f0015f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe05f743740f331fd3b44eacdda8596c9160ee50" 2018-08-12 08:05:54,020 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-92076b4b-cd7f-4f5f-871c-5a73727919e7 Date: Sun, 12 Aug 2018 08:05:54 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "c9adef48415e46d89450628dabc53a0b", "created_at": "2018-08-12T08:05:49Z", "updated_at": "2018-08-12T08:05:49Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:05:49Z", "revision_number": 0, "id": "3f5d5942-0c53-443c-b307-048ac4ae6841", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:05:49Z", "security_group_id": "1c5e1133-4317-4bc5-a925-5c4555f0015f", "tenant_id": "c9adef48415e46d89450628dabc53a0b", "port_range_min": null, "ethertype": "IPv4", "project_id": "c9adef48415e46d89450628dabc53a0b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:05:49Z", "revision_number": 0, "id": "45b7bf3d-58b4-44e4-a16f-601be44dde43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:05:49Z", "security_group_id": "1c5e1133-4317-4bc5-a925-5c4555f0015f", "tenant_id": "c9adef48415e46d89450628dabc53a0b", "port_range_min": null, "ethertype": "IPv6", "project_id": "c9adef48415e46d89450628dabc53a0b"}], "revision_number": 2, "project_id": "c9adef48415e46d89450628dabc53a0b", "id": "1c5e1133-4317-4bc5-a925-5c4555f0015f", "name": "CreateSecurityGroupTests-350c39df-ccd2-4036-b95e-57505fb2fe09name"}]} 2018-08-12 08:05:54,020 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=1c5e1133-4317-4bc5-a925-5c4555f0015f used request id req-92076b4b-cd7f-4f5f-871c-5a73727919e7 2018-08-12 08:05:54,021 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1c5e1133-4317-4bc5-a925-5c4555f0015f 2018-08-12 08:05:54,026 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=1c5e1133-4317-4bc5-a925-5c4555f0015f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe05f743740f331fd3b44eacdda8596c9160ee50" 2018-08-12 08:05:54,220 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-43220f56-db7a-434d-a788-615d00c2aca9 Date: Sun, 12 Aug 2018 08:05:54 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:05:49Z", "security_group_id": "1c5e1133-4317-4bc5-a925-5c4555f0015f", "port_range_min": null, "revision_number": 0, "tenant_id": "c9adef48415e46d89450628dabc53a0b", "created_at": "2018-08-12T08:05:49Z", "project_id": "c9adef48415e46d89450628dabc53a0b", "id": "3f5d5942-0c53-443c-b307-048ac4ae6841"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:05:49Z", "security_group_id": "1c5e1133-4317-4bc5-a925-5c4555f0015f", "port_range_min": null, "revision_number": 0, "tenant_id": "c9adef48415e46d89450628dabc53a0b", "created_at": "2018-08-12T08:05:49Z", "project_id": "c9adef48415e46d89450628dabc53a0b", "id": "45b7bf3d-58b4-44e4-a16f-601be44dde43"}]} 2018-08-12 08:05:54,220 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=1c5e1133-4317-4bc5-a925-5c4555f0015f used request id req-43220f56-db7a-434d-a788-615d00c2aca9 2018-08-12 08:05:54,221 - neutron_utils - INFO - Deleting security group rule with ID - 45b7bf3d-58b4-44e4-a16f-601be44dde43 2018-08-12 08:05:54,226 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/45b7bf3d-58b4-44e4-a16f-601be44dde43 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8361ed2cdf82dd90d3cffe1e922ca57cfd73debf" 2018-08-12 08:05:54,333 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-06e06952-f271-494a-a9bb-2114321b4956 Content-Length: 0 Date: Sun, 12 Aug 2018 08:05:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:05:54,333 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/45b7bf3d-58b4-44e4-a16f-601be44dde43 used request id req-06e06952-f271-494a-a9bb-2114321b4956 2018-08-12 08:05:54,333 - neutron_utils - INFO - Deleting security group rule with ID - 3f5d5942-0c53-443c-b307-048ac4ae6841 2018-08-12 08:05:54,338 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/3f5d5942-0c53-443c-b307-048ac4ae6841 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8361ed2cdf82dd90d3cffe1e922ca57cfd73debf" 2018-08-12 08:05:54,580 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c104de22-8306-4461-b754-3ceb73ea1911 Content-Length: 0 Date: Sun, 12 Aug 2018 08:05:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:05:54,580 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/3f5d5942-0c53-443c-b307-048ac4ae6841 used request id req-c104de22-8306-4461-b754-3ceb73ea1911 2018-08-12 08:05:54,580 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-350c39df-ccd2-4036-b95e-57505fb2fe09name 2018-08-12 08:05:54,585 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/1c5e1133-4317-4bc5-a925-5c4555f0015f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8361ed2cdf82dd90d3cffe1e922ca57cfd73debf" 2018-08-12 08:05:54,704 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-77964966-c05c-4bd6-ad55-95ab980ffdee Content-Length: 0 Date: Sun, 12 Aug 2018 08:05:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:05:54,704 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/1c5e1133-4317-4bc5-a925-5c4555f0015f used request id req-77964966-c05c-4bd6-ad55-95ab980ffdee 2018-08-12 08:05:54,705 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:05:54,705 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:05:54,706 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:05:54,706 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:05:54,706 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:05:54,712 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f23bf0c88da0e518ed258f67cd11cf1395ae985" 2018-08-12 08:05:54,992 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 45548 X-Openstack-Request-Id: req-663ef8f4-6efc-42c3-8561-300b5ef44351 Date: Sun, 12 Aug 2018 08:05:54 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "created_at": "2018-08-12T06:59:44Z", "updated_at": "2018-08-12T06:59:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "1d7fd960-7865-4453-aecc-8d399b4fad21", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "66820d8a-b785-4b18-bd67-500221c8e4f9", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "74fc7638-a322-4841-8c47-06d36174a200", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "8eaa09ec-8419-4582-9312-1e527afe6e4b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}], "revision_number": 4, "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "created_at": "2018-08-12T05:12:34Z", "updated_at": "2018-08-12T05:12:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "709513d2-af7d-4d0b-bd3c-604fed75a711", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "aa346066-e46f-44f2-94be-2884aa998a19", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "c15f7b93-e56c-4afa-867d-2acb286d4b7b", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "cb0ef83f-5f70-4a80-ad35-431ca9df551e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}], "revision_number": 4, "project_id": "fa5a7fe6ee54472ba01638877aade8e3", "id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ea65becf30e54b27aa96a449698a435e", "created_at": "2018-08-12T05:10:35Z", "updated_at": "2018-08-12T05:10:35Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "30ad280c-f302-4cd4-a438-5139917b56f9", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "76115c4c-887d-4f0a-83e2-486e4b39c713", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "8ab14937-4c08-4d43-8a9a-662e622cc643", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "ee757a03-5662-4273-9c3e-6212e7afb48f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}], "revision_number": 4, "project_id": "ea65becf30e54b27aa96a449698a435e", "id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "created_at": "2018-08-12T06:20:09Z", "updated_at": "2018-08-12T06:20:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "1123b8f2-75ac-4a26-b9b2-a96da97408e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "2ddd2b93-e080-48cd-9a50-f5fe8a82ad0c", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "cd1bae62-0aea-4438-b4c3-50a69ae6f855", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "e398e01e-ceea-46d1-9534-b929808c4a5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}], "revision_number": 4, "project_id": "ff7abd7bb61f4f2889831e932d65dc2e", "id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "created_at": "2018-08-12T05:34:57Z", "updated_at": "2018-08-12T05:34:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "208a1c1e-f5f8-49c7-9a25-d07e68b1541f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "27bfd867-e607-4bf8-9de8-60682d3f771d", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "49360e1f-6fd3-4f35-b339-24cea95773ee", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "60f631a9-d305-4920-9631-d0543e2ac64f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}], "revision_number": 4, "project_id": "3a85ceae958d4d9fba68847e7df67db8", "id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "created_at": "2018-08-12T05:34:40Z", "updated_at": "2018-08-12T05:34:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "2192c259-363e-4768-ae73-e75837ad63b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "3f87ddc5-f84d-41dc-8215-847724782569", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "7d89f6da-ea78-49dd-9115-f9ad23b250bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "9ec4497d-0f65-44db-9be9-7b3042e4a584", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}], "revision_number": 4, "project_id": "85517fcf1c6247e699fdcdd42ecc8c79", "id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "created_at": "2018-08-12T05:16:02Z", "updated_at": "2018-08-12T05:16:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "1ecacd8c-c1c7-4a66-9871-406a69323b43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "3cc1750c-e0e7-4902-b6f3-494a161b832e", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "d719a7a4-8c99-44ed-8c12-6bf071890203", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "fe7421b5-d577-41da-8c78-62f3c07eda92", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}], "revision_number": 4, "project_id": "a267b9a156244bb192691cff6e5f74fe", "id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "315a428116f24d9fbb826b37080a918e", "created_at": "2018-08-12T05:11:31Z", "updated_at": "2018-08-12T05:11:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "5e52886a-1dc3-4a81-a55d-f388dc4fd1a1", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "678e32e4-d64c-448a-a4ab-e253ab94ae90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "a8da1539-e3ad-4f90-b2df-3dc1f09d228a", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "b73d5cc9-0205-4658-bb1f-61a042c0ab8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}], "revision_number": 4, "project_id": "315a428116f24d9fbb826b37080a918e", "id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-12T05:08:01Z", "updated_at": "2018-08-12T05:08:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:01Z", "revision_number": 0, "id": "0fb05d03-1117-45d0-930c-b6d4c96ef102", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "4faaab33-5788-4bbd-85b8-0fb44d41413a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "96d0c5a0-5c67-421b-8fc8-2b46d77e5db3", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "dd78519b-4bc5-4e8e-ad0f-58089dd69347", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "11a46741b7954b959fd7764109c047b6", "created_at": "2018-08-12T05:34:51Z", "updated_at": "2018-08-12T05:34:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "0b67bf3c-2289-43bb-ab6c-7d25ec32a279", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "51f3f833-337a-42bd-a8d5-742ea8d6c226", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "571fd0b5-ef90-408d-af33-aafb517b8993", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "944ba823-fb9c-496e-a66e-bb426bb14a8d", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}], "revision_number": 4, "project_id": "11a46741b7954b959fd7764109c047b6", "id": "90af9782-8112-4257-801d-ee5115d226ba", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "created_at": "2018-08-12T05:34:26Z", "updated_at": "2018-08-12T05:34:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "2ee1f63a-807c-4d6a-85ee-dd784f6b8c3f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5dec3ec2-2add-47dd-8618-90659dcf3885", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5ea0dc3e-49d0-43f0-94e9-f6443527d14c", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "fbfaca22-7e3e-4128-8973-43e439b77c28", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}], "revision_number": 4, "project_id": "3c01cd58055c44ecaef39f7e625c2258", "id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "521007c1818145639e93ceb270559219", "created_at": "2018-08-12T05:13:27Z", "updated_at": "2018-08-12T05:13:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "5e7fede5-b0f2-47d8-95c3-516cdfc7f9de", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "8fd0e36f-c6c4-4f64-ba97-40439e614448", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "db7d79de-1dfc-4138-945f-91e74cdc266b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "e87f2cff-ff3e-4b6d-aaf0-7f0eb0ab9f05", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}], "revision_number": 4, "project_id": "521007c1818145639e93ceb270559219", "id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "created_at": "2018-08-12T05:08:18Z", "updated_at": "2018-08-12T05:08:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "3c67be40-bf74-4f97-9693-d93ce73a23b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "6112d869-2fc6-4a25-a13c-3d55cd7206c0", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "bdf21c56-453e-482e-9cba-3c55abcb0339", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "c8e92c39-38cc-4f48-be9c-5f0912e6a725", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}], "revision_number": 4, "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "created_at": "2018-08-12T05:04:23Z", "updated_at": "2018-08-12T05:04:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "280546d9-8ad1-4283-abfc-15ee9b1736c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "58bce125-f2ca-4a6d-b9ca-4e6cf5c0f7a5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "69275b9a-cfb5-482c-a9c4-8ffc79adf2c7", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "6d747f3a-3764-469a-a645-f977585c5aac", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}], "revision_number": 4, "project_id": "310f5853751a4c968f3eeb0a3d99a0a8", "id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c9adef48415e46d89450628dabc53a0b", "created_at": "2018-08-12T08:05:49Z", "updated_at": "2018-08-12T08:05:49Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:05:49Z", "revision_number": 0, "id": "3d671b15-b75c-469d-a92d-6a223681ab2a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:05:49Z", "security_group_id": "cdb31cc6-889d-4294-9cdd-05ddc05ece1e", "tenant_id": "c9adef48415e46d89450628dabc53a0b", "port_range_min": null, "ethertype": "IPv6", "project_id": "c9adef48415e46d89450628dabc53a0b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:05:49Z", "revision_number": 0, "id": "5db89bd0-7937-4b6f-ac01-f5b1f883cd81", "remote_group_id": "cdb31cc6-889d-4294-9cdd-05ddc05ece1e", "remote_ip_prefix": null, "created_at": "2018-08-12T08:05:49Z", "security_group_id": "cdb31cc6-889d-4294-9cdd-05ddc05ece1e", "tenant_id": "c9adef48415e46d89450628dabc53a0b", "port_range_min": null, "ethertype": "IPv6", "project_id": "c9adef48415e46d89450628dabc53a0b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:05:49Z", "revision_number": 0, "id": "9cc6c190-283b-478c-8cb0-da2561c6d248", "remote_group_id": "cdb31cc6-889d-4294-9cdd-05ddc05ece1e", "remote_ip_prefix": null, "created_at": "2018-08-12T08:05:49Z", "security_group_id": "cdb31cc6-889d-4294-9cdd-05ddc05ece1e", "tenant_id": "c9adef48415e46d89450628dabc53a0b", "port_range_min": null, "ethertype": "IPv4", "project_id": "c9adef48415e46d89450628dabc53a0b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:05:49Z", "revision_number": 0, "id": "b6c9346f-f2ad-4c74-8689-f044f15388dd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:05:49Z", "security_group_id": "cdb31cc6-889d-4294-9cdd-05ddc05ece1e", "tenant_id": "c9adef48415e46d89450628dabc53a0b", "port_range_min": null, "ethertype": "IPv4", "project_id": "c9adef48415e46d89450628dabc53a0b"}], "revision_number": 4, "project_id": "c9adef48415e46d89450628dabc53a0b", "id": "cdb31cc6-889d-4294-9cdd-05ddc05ece1e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "created_at": "2018-08-12T05:34:42Z", "updated_at": "2018-08-12T05:34:42Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "199582e8-25aa-457a-aa7c-6d8413ca4464", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "234f3609-4454-448f-919d-c8143c7cd764", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "c1061460-71a2-49a9-a04b-9fa33eeb17ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "d21ac532-51d8-4d6b-8300-7bac216759bf", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}], "revision_number": 4, "project_id": "9f6c1a272706419c9a74b0893b2890e8", "id": "d6739716-c693-460c-89c6-e7c8c48f8245", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "created_at": "2018-08-12T05:34:54Z", "updated_at": "2018-08-12T05:34:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "0633a05a-ee7d-4476-a56b-75d011b22f77", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "6cc1b9f8-73db-47a3-a0e0-3c96c43f34da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "90d99a6b-e94f-4fd8-a10c-f19dd8954c13", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "e843c139-af2a-4d2c-a24f-59f7b10ff72e", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}], "revision_number": 4, "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "created_at": "2018-08-12T05:09:07Z", "updated_at": "2018-08-12T05:09:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "5495e168-f505-4d74-ae6d-387f0bf533c2", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "6fd19b8b-3062-456e-81ba-3ff37fe43429", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8ca59d25-485c-46ce-939c-2e4a468caeac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8f190846-50a0-42b9-b571-390809b752b1", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}], "revision_number": 4, "project_id": "fa9ca6d7608b4d7d87ce97331679a481", "id": "edcd9b17-9416-4c25-823c-060c435e18d7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "created_at": "2018-08-12T05:34:52Z", "updated_at": "2018-08-12T05:34:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "2c7e484e-6ec5-4a95-8c9c-66d294c0c27e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "70c74258-3c2c-4efc-87e0-079c26ee3417", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "b70382fa-082e-4c2b-abc8-87490fa50b11", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "c3628e02-b4b6-42c9-8751-c1a2d3c19caa", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}], "revision_number": 4, "project_id": "87db863ba6e348b0a5ddcb67053db9d1", "id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "name": "default"}]} 2018-08-12 08:05:54,993 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-663ef8f4-6efc-42c3-8561-300b5ef44351 2018-08-12 08:05:55,001 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f23bf0c88da0e518ed258f67cd11cf1395ae985" 2018-08-12 08:05:55,100 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:05:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0f91c8fd-7259-4bf0-b485-0373b7551f98 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 5fe28c13d4d74ba2be8d019ac1ea6363.", "code": 404, "title": "Not Found"}} 2018-08-12 08:05:55,101 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 used request id req-0f91c8fd-7259-4bf0-b485-0373b7551f98 2018-08-12 08:05:55,101 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:05:55,104 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f23bf0c88da0e518ed258f67cd11cf1395ae985" 2018-08-12 08:05:55,193 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:05:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c0a8e842-a1cc-4388-9485-6ec2a53078b9 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa5a7fe6ee54472ba01638877aade8e3.", "code": 404, "title": "Not Found"}} 2018-08-12 08:05:55,194 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 used request id req-c0a8e842-a1cc-4388-9485-6ec2a53078b9 2018-08-12 08:05:55,194 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:05:55,197 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f23bf0c88da0e518ed258f67cd11cf1395ae985" 2018-08-12 08:05:55,300 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:05:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-87863703-97d3-47d2-a1e9-a02c8f393486 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ea65becf30e54b27aa96a449698a435e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:05:55,300 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e used request id req-87863703-97d3-47d2-a1e9-a02c8f393486 2018-08-12 08:05:55,300 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:05:55,303 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f23bf0c88da0e518ed258f67cd11cf1395ae985" 2018-08-12 08:05:55,388 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:05:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ee0e6cc9-5a07-4f1e-ad24-e79a223287fb Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ff7abd7bb61f4f2889831e932d65dc2e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:05:55,389 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e used request id req-ee0e6cc9-5a07-4f1e-ad24-e79a223287fb 2018-08-12 08:05:55,389 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:05:55,392 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f23bf0c88da0e518ed258f67cd11cf1395ae985" 2018-08-12 08:05:55,488 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:05:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8731a867-c110-4505-bd3c-96cbeebebc6e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3a85ceae958d4d9fba68847e7df67db8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:05:55,488 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 used request id req-8731a867-c110-4505-bd3c-96cbeebebc6e 2018-08-12 08:05:55,489 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:05:55,492 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f23bf0c88da0e518ed258f67cd11cf1395ae985" 2018-08-12 08:05:55,588 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:05:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d9e2c354-99e7-4072-9187-73913a004647 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 85517fcf1c6247e699fdcdd42ecc8c79.", "code": 404, "title": "Not Found"}} 2018-08-12 08:05:55,588 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 used request id req-d9e2c354-99e7-4072-9187-73913a004647 2018-08-12 08:05:55,588 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:05:55,592 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f23bf0c88da0e518ed258f67cd11cf1395ae985" 2018-08-12 08:05:55,680 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:05:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aa496608-b114-4768-8d38-6d282a9b316a Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}} 2018-08-12 08:05:55,680 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe used request id req-aa496608-b114-4768-8d38-6d282a9b316a 2018-08-12 08:05:55,684 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f23bf0c88da0e518ed258f67cd11cf1395ae985" 2018-08-12 08:05:55,772 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:05:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-699364b4-4f70-43c7-9bf7-bed6e90a0d6e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 315a428116f24d9fbb826b37080a918e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:05:55,772 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e used request id req-699364b4-4f70-43c7-9bf7-bed6e90a0d6e 2018-08-12 08:05:55,773 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:05:55,776 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f23bf0c88da0e518ed258f67cd11cf1395ae985" 2018-08-12 08:05:55,866 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:05:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-046ba72c-f9c9-4aa6-854f-9d2f91ee41b4 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 11a46741b7954b959fd7764109c047b6.", "code": 404, "title": "Not Found"}} 2018-08-12 08:05:55,866 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 used request id req-046ba72c-f9c9-4aa6-854f-9d2f91ee41b4 2018-08-12 08:05:55,867 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:05:55,870 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f23bf0c88da0e518ed258f67cd11cf1395ae985" 2018-08-12 08:05:55,955 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:05:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0a36a212-c0e2-47ca-a330-e7cd6d32989b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3c01cd58055c44ecaef39f7e625c2258.", "code": 404, "title": "Not Found"}} 2018-08-12 08:05:55,955 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 used request id req-0a36a212-c0e2-47ca-a330-e7cd6d32989b 2018-08-12 08:05:55,955 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:05:55,959 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f23bf0c88da0e518ed258f67cd11cf1395ae985" 2018-08-12 08:05:56,051 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:05:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-639956b4-3ee8-4bfb-96dd-85c7d1d56520 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 521007c1818145639e93ceb270559219.", "code": 404, "title": "Not Found"}} 2018-08-12 08:05:56,051 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 used request id req-639956b4-3ee8-4bfb-96dd-85c7d1d56520 2018-08-12 08:05:56,051 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:05:56,055 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f23bf0c88da0e518ed258f67cd11cf1395ae985" 2018-08-12 08:05:56,146 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:05:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d85a0499-6245-43d4-813f-bc0a5a02c9c8 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e18fcc7fc10a4fd0b20234f8520d0aab.", "code": 404, "title": "Not Found"}} 2018-08-12 08:05:56,146 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab used request id req-d85a0499-6245-43d4-813f-bc0a5a02c9c8 2018-08-12 08:05:56,146 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:05:56,150 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f23bf0c88da0e518ed258f67cd11cf1395ae985" 2018-08-12 08:05:56,240 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:05:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a92fd0dc-31a3-4e17-ba06-9a48016e3075 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "310f5853751a4c968f3eeb0a3d99a0a8", "name": "service"}} 2018-08-12 08:05:56,241 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 used request id req-a92fd0dc-31a3-4e17-ba06-9a48016e3075 2018-08-12 08:05:56,244 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c9adef48415e46d89450628dabc53a0b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f23bf0c88da0e518ed258f67cd11cf1395ae985" 2018-08-12 08:05:56,338 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:05:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5109bf25-9232-438e-9690-1cdd520ee6bf Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c9adef48415e46d89450628dabc53a0b"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "c9adef48415e46d89450628dabc53a0b", "name": "CreateSecurityGroupTests-6e0b8feb-b649-40d-proj"}} 2018-08-12 08:05:56,339 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c9adef48415e46d89450628dabc53a0b used request id req-5109bf25-9232-438e-9690-1cdd520ee6bf 2018-08-12 08:05:56,339 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - cdb31cc6-889d-4294-9cdd-05ddc05ece1e 2018-08-12 08:05:56,344 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=cdb31cc6-889d-4294-9cdd-05ddc05ece1e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f23bf0c88da0e518ed258f67cd11cf1395ae985" 2018-08-12 08:05:56,540 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-cdce9bc0-84ed-45f6-a6d0-b1a8388e9b7e Date: Sun, 12 Aug 2018 08:05:56 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-12T08:05:49Z", "security_group_id": "cdb31cc6-889d-4294-9cdd-05ddc05ece1e", "port_range_min": null, "revision_number": 0, "tenant_id": "c9adef48415e46d89450628dabc53a0b", "created_at": "2018-08-12T08:05:49Z", "project_id": "c9adef48415e46d89450628dabc53a0b", "id": "3d671b15-b75c-469d-a92d-6a223681ab2a"}, {"remote_group_id": "cdb31cc6-889d-4294-9cdd-05ddc05ece1e", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:05:49Z", "security_group_id": "cdb31cc6-889d-4294-9cdd-05ddc05ece1e", "port_range_min": null, "revision_number": 0, "tenant_id": "c9adef48415e46d89450628dabc53a0b", "created_at": "2018-08-12T08:05:49Z", "project_id": "c9adef48415e46d89450628dabc53a0b", "id": "5db89bd0-7937-4b6f-ac01-f5b1f883cd81"}, {"remote_group_id": "cdb31cc6-889d-4294-9cdd-05ddc05ece1e", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:05:49Z", "security_group_id": "cdb31cc6-889d-4294-9cdd-05ddc05ece1e", "port_range_min": null, "revision_number": 0, "tenant_id": "c9adef48415e46d89450628dabc53a0b", "created_at": "2018-08-12T08:05:49Z", "project_id": "c9adef48415e46d89450628dabc53a0b", "id": "9cc6c190-283b-478c-8cb0-da2561c6d248"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:05:49Z", "security_group_id": "cdb31cc6-889d-4294-9cdd-05ddc05ece1e", "port_range_min": null, "revision_number": 0, "tenant_id": "c9adef48415e46d89450628dabc53a0b", "created_at": "2018-08-12T08:05:49Z", "project_id": "c9adef48415e46d89450628dabc53a0b", "id": "b6c9346f-f2ad-4c74-8689-f044f15388dd"}]} 2018-08-12 08:05:56,540 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=cdb31cc6-889d-4294-9cdd-05ddc05ece1e used request id req-cdce9bc0-84ed-45f6-a6d0-b1a8388e9b7e 2018-08-12 08:05:56,541 - neutron_utils - INFO - Deleting security group with name - default 2018-08-12 08:05:56,545 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/cdb31cc6-889d-4294-9cdd-05ddc05ece1e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f23bf0c88da0e518ed258f67cd11cf1395ae985" 2018-08-12 08:05:56,898 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-36f71705-a693-4fd7-9015-cd0ad8a9b553 Content-Length: 0 Date: Sun, 12 Aug 2018 08:05:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:05:56,898 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/cdb31cc6-889d-4294-9cdd-05ddc05ece1e used request id req-36f71705-a693-4fd7-9015-cd0ad8a9b553 2018-08-12 08:05:56,899 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-6e0b8feb-b649-40d-proj 2018-08-12 08:05:56,903 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/c9adef48415e46d89450628dabc53a0b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f23bf0c88da0e518ed258f67cd11cf1395ae985" 2018-08-12 08:05:57,156 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:05:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-059f550f-9d0a-4969-b693-73968571bf68 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 08:05:57,156 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/c9adef48415e46d89450628dabc53a0b used request id req-059f550f-9d0a-4969-b693-73968571bf68 2018-08-12 08:05:57,156 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-6e0b8feb-b649-40d-proj-role 2018-08-12 08:05:57,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/b3829db44f824855b680c5965757d61b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f23bf0c88da0e518ed258f67cd11cf1395ae985" 2018-08-12 08:05:57,270 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:05:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-766bb91c-65e5-4e13-87a0-6d0af075b46c 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 08:05:57,270 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/b3829db44f824855b680c5965757d61b used request id req-766bb91c-65e5-4e13-87a0-6d0af075b46c 2018-08-12 08:05:57,274 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f23bf0c88da0e518ed258f67cd11cf1395ae985" 2018-08-12 08:05:57,363 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:05:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fba3cb03-c315-42de-9c26-0e42c509d20d Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:05:57,363 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-fba3cb03-c315-42de-9c26-0e42c509d20d 2018-08-12 08:05:57,364 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-6e0b8feb-b649-40d-user 2018-08-12 08:05:57,368 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/13641e6121c14b03852e0a671d4c8e67 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9e828145d09cbb33ff884c31213a28d72c121ce" 2018-08-12 08:05:57,643 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:05:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-27bf465b-50a3-4c01-8e7a-d8b214af86ea 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 08:05:57,643 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/13641e6121c14b03852e0a671d4c8e67 used request id req-27bf465b-50a3-4c01-8e7a-d8b214af86ea 2018-08-12 08:05:57,645 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:05:58,028 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:05:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["xTFEAxtrQfOjKwzK13delA"], "issued_at": "2018-08-12T08:05:58.000000Z"}} 2018-08-12 08:05:58,029 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}32205668831f286100722a2510729577259feab3" 2018-08-12 08:05:58,122 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:05:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01bf882f-ba12-4890-a1dc-b4e2a59433a7 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:05:58,122 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-01bf882f-ba12-4890-a1dc-b4e2a59433a7 2018-08-12 08:05:58,123 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:05:58,124 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:05:58,524 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:05:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["MVKZHgDnT8u7SJ4K7Q4aNw"], "issued_at": "2018-08-12T08:05:58.000000Z"}} 2018-08-12 08:05:58,524 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}d8b6c6521037e52bdc1d86d40e558ea574910302" 2018-08-12 08:05:58,604 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:05:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d00d31e-1342-4feb-abd4-c98fbf3a2622 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:05:58,604 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-8d00d31e-1342-4feb-abd4-c98fbf3a2622 2018-08-12 08:05:58,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:05:58,614 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:05:58 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:05:58,615 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-22da5448-a382-4f6-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8b6c6521037e52bdc1d86d40e558ea574910302" 2018-08-12 08:05:58,708 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:05:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4a300335-54a8-4037-aaa8-49e27480ca32 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-22da5448-a382-4f6-proj", "previous": null, "next": null}, "projects": []} 2018-08-12 08:05:58,708 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-22da5448-a382-4f6-proj used request id req-4a300335-54a8-4037-aaa8-49e27480ca32 2018-08-12 08:05:58,712 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8b6c6521037e52bdc1d86d40e558ea574910302" 2018-08-12 08:05:58,800 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:05:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df0eea0e-5291-4f5d-ab73-505d70965bd3 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:05:58,800 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-df0eea0e-5291-4f5d-ab73-505d70965bd3 2018-08-12 08:05:58,804 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8b6c6521037e52bdc1d86d40e558ea574910302" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSecurityGroupTests-22da5448-a382-4f6-proj"}}' 2018-08-12 08:05:58,929 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:05:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-880041a8-b94a-462b-bc8c-9dddf85bec96 Content-Length: 321 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/af962d81edc343a0bc2c78101b6fbaf1"}, "tags": [], "enabled": true, "id": "af962d81edc343a0bc2c78101b6fbaf1", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-22da5448-a382-4f6-proj"}} 2018-08-12 08:05:58,929 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-880041a8-b94a-462b-bc8c-9dddf85bec96 2018-08-12 08:05:58,929 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-22da5448-a382-4f6-proj 2018-08-12 08:05:58,929 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:05:58,930 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:05:59,328 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:05:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["-mh6pLNhS4-S-SSJm6Gg2g"], "issued_at": "2018-08-12T08:05:59.000000Z"}} 2018-08-12 08:05:59,328 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}92b4b9d8be81412d6615f44a85e8ed52c54d6145" 2018-08-12 08:05:59,412 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:05:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b9f2cbd5-a8cf-47a7-b7da-c03009cf2d77 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:05:59,412 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-b9f2cbd5-a8cf-47a7-b7da-c03009cf2d77 2018-08-12 08:05:59,416 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:05:59,421 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:05:59 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:05:59,422 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92b4b9d8be81412d6615f44a85e8ed52c54d6145" 2018-08-12 08:05:59,460 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:05:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-70abb20d-e78e-4d1a-8b2c-4e62bbab9ef5 Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/105a247548624314b9228f85f6325f0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105a247548624314b9228f85f6325f0b", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/1c5de0eaa44543f08da6ad63a51594ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c5de0eaa44543f08da6ad63a51594ff", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/1d127b5b832547a88a547c116dfdd65b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d127b5b832547a88a547c116dfdd65b", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/1d5cfc170d624ce4ae53ae0507c8d517"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d5cfc170d624ce4ae53ae0507c8d517", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/2421820b75eb4d3ebd02830378d1377b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2421820b75eb4d3ebd02830378d1377b", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/40bd8ee54ecf44868cc83cede652c396"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40bd8ee54ecf44868cc83cede652c396", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/4f32fb8153854c4c9f5094b42b523f80"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f32fb8153854c4c9f5094b42b523f80", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7066130d08fb4db7bf4ab468de53933b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7066130d08fb4db7bf4ab468de53933b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/8d0898a83bcf4521bbc11501d5d7ac89"}, "domain_id": "1eec97585bde483292ece28ee11f4b8d", "enabled": true, "options": {}, "id": "8d0898a83bcf4521bbc11501d5d7ac89", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/9defcced327d476f8a3beab718a13da3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9defcced327d476f8a3beab718a13da3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/b80ee4f6992446e0879624dd436e99a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b80ee4f6992446e0879624dd436e99a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b86fd3e011324d398fcdb6f095a20a9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b86fd3e011324d398fcdb6f095a20a9d", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1701d2754064b5cadf765ea0806f9b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1701d2754064b5cadf765ea0806f9b2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/db4e7b8d76d549faa502716565c733dd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db4e7b8d76d549faa502716565c733dd", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-12 08:05:59,460 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-70abb20d-e78e-4d1a-8b2c-4e62bbab9ef5 2018-08-12 08:05:59,464 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateSecurityGroupTests-22da5448-a382-4f6-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92b4b9d8be81412d6615f44a85e8ed52c54d6145" 2018-08-12 08:05:59,554 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:05:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6a706e71-2fd7-4883-b573-5bb7c863fd3c Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateSecurityGroupTests-22da5448-a382-4f6-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/af962d81edc343a0bc2c78101b6fbaf1"}, "tags": [], "enabled": true, "id": "af962d81edc343a0bc2c78101b6fbaf1", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-22da5448-a382-4f6-proj"}]} 2018-08-12 08:05:59,554 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateSecurityGroupTests-22da5448-a382-4f6-proj used request id req-6a706e71-2fd7-4883-b573-5bb7c863fd3c 2018-08-12 08:05:59,558 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92b4b9d8be81412d6615f44a85e8ed52c54d6145" 2018-08-12 08:05:59,654 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:05:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8b132a93-b3b6-4868-8f43-2224c729659b Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:05:59,654 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-8b132a93-b3b6-4868-8f43-2224c729659b 2018-08-12 08:06:00,030 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-22da5448-a382-4f6-user 2018-08-12 08:06:00,030 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:06:00,034 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8b6c6521037e52bdc1d86d40e558ea574910302" 2018-08-12 08:06:00,122 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:06:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b87ff0a8-15a4-46b0-9572-1ccf4034a133 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:06:00,123 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-b87ff0a8-15a4-46b0-9572-1ccf4034a133 2018-08-12 08:06:00,126 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8b6c6521037e52bdc1d86d40e558ea574910302" -d '{"role": {"name": "CreateSecurityGroupTests-22da5448-a382-4f6-proj-role"}}' 2018-08-12 08:06:00,335 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:06:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-458d3486-0e8b-4e22-92f6-b298c7bc9743 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "3c46dca0d84a43a6b95bb4531f66631c", "links": {"self": "http://172.30.9.21:5000/v3/roles/3c46dca0d84a43a6b95bb4531f66631c"}, "name": "CreateSecurityGroupTests-22da5448-a382-4f6-proj-role"}} 2018-08-12 08:06:00,336 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-458d3486-0e8b-4e22-92f6-b298c7bc9743 2018-08-12 08:06:00,336 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-22da5448-a382-4f6-proj-role 2018-08-12 08:06:00,339 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/3c46dca0d84a43a6b95bb4531f66631c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8b6c6521037e52bdc1d86d40e558ea574910302" 2018-08-12 08:06:00,434 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:06:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9fc468c1-f653-4955-a8cc-48444e9c4cac Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "3c46dca0d84a43a6b95bb4531f66631c", "links": {"self": "http://172.30.9.21:5000/v3/roles/3c46dca0d84a43a6b95bb4531f66631c"}, "name": "CreateSecurityGroupTests-22da5448-a382-4f6-proj-role"}} 2018-08-12 08:06:00,434 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/3c46dca0d84a43a6b95bb4531f66631c used request id req-9fc468c1-f653-4955-a8cc-48444e9c4cac 2018-08-12 08:06:00,435 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-22da5448-a382-4f6-proj-role to project CreateSecurityGroupTests-22da5448-a382-4f6-proj 2018-08-12 08:06:00,438 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/af962d81edc343a0bc2c78101b6fbaf1/users/8314e13a430b4be2be52418e7761aca3/roles/3c46dca0d84a43a6b95bb4531f66631c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8b6c6521037e52bdc1d86d40e558ea574910302" 2018-08-12 08:06:00,571 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:06:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1f0b5f4d-3473-4a3c-848f-5bf89c375da1 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 08:06:00,572 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/af962d81edc343a0bc2c78101b6fbaf1/users/8314e13a430b4be2be52418e7761aca3/roles/3c46dca0d84a43a6b95bb4531f66631c used request id req-1f0b5f4d-3473-4a3c-848f-5bf89c375da1 2018-08-12 08:06:00,572 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:06:00,572 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:06:00,573 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:06:00,573 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:06:00,573 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:06:00,574 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:06:00,575 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:06:00,972 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:06:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["pW20LPF1TiOzf92upivZrQ"], "issued_at": "2018-08-12T08:06:00.000000Z"}} 2018-08-12 08:06:00,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}e301dbf8228219527d7806ed99135352e874ba7f" 2018-08-12 08:06:01,063 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:06:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7fd642a4-32cd-41c8-9ca0-756c67719094 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:06:01,064 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-7fd642a4-32cd-41c8-9ca0-756c67719094 2018-08-12 08:06:01,065 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:06:01,065 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:06:01,065 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:06:01,065 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:06:01,065 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:06:01,072 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-b0a80267-d79a-464b-8f01-b40be7c207ccname&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e301dbf8228219527d7806ed99135352e874ba7f" 2018-08-12 08:06:01,291 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-6f2ce992-e0b5-4569-936e-2380b5b37194 Date: Sun, 12 Aug 2018 08:06:01 GMT RESP BODY: {"security_groups": []} 2018-08-12 08:06:01,291 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-b0a80267-d79a-464b-8f01-b40be7c207ccname&description=hello+group used request id req-6f2ce992-e0b5-4569-936e-2380b5b37194 2018-08-12 08:06:01,291 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-b0a80267-d79a-464b-8f01-b40be7c207ccname... 2018-08-12 08:06:01,292 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-b0a80267-d79a-464b-8f01-b40be7c207ccname 2018-08-12 08:06:01,295 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:06:01,300 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:06:01 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:06:01,301 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateSecurityGroupTests-22da5448-a382-4f6-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e301dbf8228219527d7806ed99135352e874ba7f" 2018-08-12 08:06:01,399 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:06:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-52a6cd3f-9398-47a5-bc3f-1c8993dda978 Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateSecurityGroupTests-22da5448-a382-4f6-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/af962d81edc343a0bc2c78101b6fbaf1"}, "tags": [], "enabled": true, "id": "af962d81edc343a0bc2c78101b6fbaf1", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-22da5448-a382-4f6-proj"}]} 2018-08-12 08:06:01,399 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateSecurityGroupTests-22da5448-a382-4f6-proj used request id req-52a6cd3f-9398-47a5-bc3f-1c8993dda978 2018-08-12 08:06:01,404 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e301dbf8228219527d7806ed99135352e874ba7f" -d '{"security_group": {"tenant_id": "af962d81edc343a0bc2c78101b6fbaf1", "name": "CreateSecurityGroupTests-b0a80267-d79a-464b-8f01-b40be7c207ccname", "description": "hello group"}}' 2018-08-12 08:06:02,055 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1408 X-Openstack-Request-Id: req-af22e4e0-2255-4480-a6ad-d5ced197e5f1 Date: Sun, 12 Aug 2018 08:06:02 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "af962d81edc343a0bc2c78101b6fbaf1", "created_at": "2018-08-12T08:06:01Z", "updated_at": "2018-08-12T08:06:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:06:01Z", "revision_number": 0, "id": "b1d8fa76-9ee5-4bc2-afd1-754c9378c7ca", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:06:01Z", "security_group_id": "b0fa0b4f-aca4-4331-805f-934a100abc88", "tenant_id": "af962d81edc343a0bc2c78101b6fbaf1", "port_range_min": null, "ethertype": "IPv4", "project_id": "af962d81edc343a0bc2c78101b6fbaf1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:06:01Z", "revision_number": 0, "id": "c96894fa-8f64-42aa-8a2d-fc76e35a0a1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:06:01Z", "security_group_id": "b0fa0b4f-aca4-4331-805f-934a100abc88", "tenant_id": "af962d81edc343a0bc2c78101b6fbaf1", "port_range_min": null, "ethertype": "IPv6", "project_id": "af962d81edc343a0bc2c78101b6fbaf1"}], "revision_number": 2, "project_id": "af962d81edc343a0bc2c78101b6fbaf1", "id": "b0fa0b4f-aca4-4331-805f-934a100abc88", "name": "CreateSecurityGroupTests-b0a80267-d79a-464b-8f01-b40be7c207ccname"}} 2018-08-12 08:06:02,055 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups used request id req-af22e4e0-2255-4480-a6ad-d5ced197e5f1 2018-08-12 08:06:02,056 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b0fa0b4f-aca4-4331-805f-934a100abc88 2018-08-12 08:06:02,061 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=b0fa0b4f-aca4-4331-805f-934a100abc88 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e301dbf8228219527d7806ed99135352e874ba7f" 2018-08-12 08:06:02,250 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-53ccbd18-fa87-4128-8136-b7ab67af8ecb Date: Sun, 12 Aug 2018 08:06:02 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:06:01Z", "security_group_id": "b0fa0b4f-aca4-4331-805f-934a100abc88", "port_range_min": null, "revision_number": 0, "tenant_id": "af962d81edc343a0bc2c78101b6fbaf1", "created_at": "2018-08-12T08:06:01Z", "project_id": "af962d81edc343a0bc2c78101b6fbaf1", "id": "b1d8fa76-9ee5-4bc2-afd1-754c9378c7ca"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:06:01Z", "security_group_id": "b0fa0b4f-aca4-4331-805f-934a100abc88", "port_range_min": null, "revision_number": 0, "tenant_id": "af962d81edc343a0bc2c78101b6fbaf1", "created_at": "2018-08-12T08:06:01Z", "project_id": "af962d81edc343a0bc2c78101b6fbaf1", "id": "c96894fa-8f64-42aa-8a2d-fc76e35a0a1d"}]} 2018-08-12 08:06:02,250 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=b0fa0b4f-aca4-4331-805f-934a100abc88 used request id req-53ccbd18-fa87-4128-8136-b7ab67af8ecb 2018-08-12 08:06:02,251 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b0fa0b4f-aca4-4331-805f-934a100abc88 2018-08-12 08:06:02,256 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=b0fa0b4f-aca4-4331-805f-934a100abc88 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e301dbf8228219527d7806ed99135352e874ba7f" 2018-08-12 08:06:02,463 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-b5aaf819-0226-4642-a950-6bfad1ca1630 Date: Sun, 12 Aug 2018 08:06:02 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:06:01Z", "security_group_id": "b0fa0b4f-aca4-4331-805f-934a100abc88", "port_range_min": null, "revision_number": 0, "tenant_id": "af962d81edc343a0bc2c78101b6fbaf1", "created_at": "2018-08-12T08:06:01Z", "project_id": "af962d81edc343a0bc2c78101b6fbaf1", "id": "b1d8fa76-9ee5-4bc2-afd1-754c9378c7ca"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:06:01Z", "security_group_id": "b0fa0b4f-aca4-4331-805f-934a100abc88", "port_range_min": null, "revision_number": 0, "tenant_id": "af962d81edc343a0bc2c78101b6fbaf1", "created_at": "2018-08-12T08:06:01Z", "project_id": "af962d81edc343a0bc2c78101b6fbaf1", "id": "c96894fa-8f64-42aa-8a2d-fc76e35a0a1d"}]} 2018-08-12 08:06:02,463 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=b0fa0b4f-aca4-4331-805f-934a100abc88 used request id req-b5aaf819-0226-4642-a950-6bfad1ca1630 2018-08-12 08:06:02,464 - neutron_utils - INFO - Retrieving security group with ID - b0fa0b4f-aca4-4331-805f-934a100abc88 2018-08-12 08:06:02,469 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=b0fa0b4f-aca4-4331-805f-934a100abc88 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e301dbf8228219527d7806ed99135352e874ba7f" 2018-08-12 08:06:02,681 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-db2c16c2-90a5-4cc4-9507-3ee622edbf53 Date: Sun, 12 Aug 2018 08:06:02 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "af962d81edc343a0bc2c78101b6fbaf1", "created_at": "2018-08-12T08:06:01Z", "updated_at": "2018-08-12T08:06:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:06:01Z", "revision_number": 0, "id": "b1d8fa76-9ee5-4bc2-afd1-754c9378c7ca", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:06:01Z", "security_group_id": "b0fa0b4f-aca4-4331-805f-934a100abc88", "tenant_id": "af962d81edc343a0bc2c78101b6fbaf1", "port_range_min": null, "ethertype": "IPv4", "project_id": "af962d81edc343a0bc2c78101b6fbaf1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:06:01Z", "revision_number": 0, "id": "c96894fa-8f64-42aa-8a2d-fc76e35a0a1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:06:01Z", "security_group_id": "b0fa0b4f-aca4-4331-805f-934a100abc88", "tenant_id": "af962d81edc343a0bc2c78101b6fbaf1", "port_range_min": null, "ethertype": "IPv6", "project_id": "af962d81edc343a0bc2c78101b6fbaf1"}], "revision_number": 2, "project_id": "af962d81edc343a0bc2c78101b6fbaf1", "id": "b0fa0b4f-aca4-4331-805f-934a100abc88", "name": "CreateSecurityGroupTests-b0a80267-d79a-464b-8f01-b40be7c207ccname"}]} 2018-08-12 08:06:02,682 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=b0fa0b4f-aca4-4331-805f-934a100abc88 used request id req-db2c16c2-90a5-4cc4-9507-3ee622edbf53 2018-08-12 08:06:02,682 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b0fa0b4f-aca4-4331-805f-934a100abc88 2018-08-12 08:06:02,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=b0fa0b4f-aca4-4331-805f-934a100abc88 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e301dbf8228219527d7806ed99135352e874ba7f" 2018-08-12 08:06:02,896 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-6717eba1-4fee-4a9b-9173-eca1ce0fa1bd Date: Sun, 12 Aug 2018 08:06:02 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:06:01Z", "security_group_id": "b0fa0b4f-aca4-4331-805f-934a100abc88", "port_range_min": null, "revision_number": 0, "tenant_id": "af962d81edc343a0bc2c78101b6fbaf1", "created_at": "2018-08-12T08:06:01Z", "project_id": "af962d81edc343a0bc2c78101b6fbaf1", "id": "b1d8fa76-9ee5-4bc2-afd1-754c9378c7ca"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:06:01Z", "security_group_id": "b0fa0b4f-aca4-4331-805f-934a100abc88", "port_range_min": null, "revision_number": 0, "tenant_id": "af962d81edc343a0bc2c78101b6fbaf1", "created_at": "2018-08-12T08:06:01Z", "project_id": "af962d81edc343a0bc2c78101b6fbaf1", "id": "c96894fa-8f64-42aa-8a2d-fc76e35a0a1d"}]} 2018-08-12 08:06:02,896 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=b0fa0b4f-aca4-4331-805f-934a100abc88 used request id req-6717eba1-4fee-4a9b-9173-eca1ce0fa1bd 2018-08-12 08:06:02,897 - neutron_utils - INFO - Retrieving security group with ID - b0fa0b4f-aca4-4331-805f-934a100abc88 2018-08-12 08:06:02,902 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=b0fa0b4f-aca4-4331-805f-934a100abc88 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e301dbf8228219527d7806ed99135352e874ba7f" 2018-08-12 08:06:03,115 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-89654f32-6492-49be-8e98-dfd22b61deda Date: Sun, 12 Aug 2018 08:06:03 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "af962d81edc343a0bc2c78101b6fbaf1", "created_at": "2018-08-12T08:06:01Z", "updated_at": "2018-08-12T08:06:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:06:01Z", "revision_number": 0, "id": "b1d8fa76-9ee5-4bc2-afd1-754c9378c7ca", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:06:01Z", "security_group_id": "b0fa0b4f-aca4-4331-805f-934a100abc88", "tenant_id": "af962d81edc343a0bc2c78101b6fbaf1", "port_range_min": null, "ethertype": "IPv4", "project_id": "af962d81edc343a0bc2c78101b6fbaf1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:06:01Z", "revision_number": 0, "id": "c96894fa-8f64-42aa-8a2d-fc76e35a0a1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:06:01Z", "security_group_id": "b0fa0b4f-aca4-4331-805f-934a100abc88", "tenant_id": "af962d81edc343a0bc2c78101b6fbaf1", "port_range_min": null, "ethertype": "IPv6", "project_id": "af962d81edc343a0bc2c78101b6fbaf1"}], "revision_number": 2, "project_id": "af962d81edc343a0bc2c78101b6fbaf1", "id": "b0fa0b4f-aca4-4331-805f-934a100abc88", "name": "CreateSecurityGroupTests-b0a80267-d79a-464b-8f01-b40be7c207ccname"}]} 2018-08-12 08:06:03,116 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=b0fa0b4f-aca4-4331-805f-934a100abc88 used request id req-89654f32-6492-49be-8e98-dfd22b61deda 2018-08-12 08:06:03,116 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b0fa0b4f-aca4-4331-805f-934a100abc88 2018-08-12 08:06:03,121 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=b0fa0b4f-aca4-4331-805f-934a100abc88 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e301dbf8228219527d7806ed99135352e874ba7f" 2018-08-12 08:06:03,315 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-afa876d3-955c-4c81-b00d-ab5aa662e828 Date: Sun, 12 Aug 2018 08:06:03 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:06:01Z", "security_group_id": "b0fa0b4f-aca4-4331-805f-934a100abc88", "port_range_min": null, "revision_number": 0, "tenant_id": "af962d81edc343a0bc2c78101b6fbaf1", "created_at": "2018-08-12T08:06:01Z", "project_id": "af962d81edc343a0bc2c78101b6fbaf1", "id": "b1d8fa76-9ee5-4bc2-afd1-754c9378c7ca"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:06:01Z", "security_group_id": "b0fa0b4f-aca4-4331-805f-934a100abc88", "port_range_min": null, "revision_number": 0, "tenant_id": "af962d81edc343a0bc2c78101b6fbaf1", "created_at": "2018-08-12T08:06:01Z", "project_id": "af962d81edc343a0bc2c78101b6fbaf1", "id": "c96894fa-8f64-42aa-8a2d-fc76e35a0a1d"}]} 2018-08-12 08:06:03,315 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=b0fa0b4f-aca4-4331-805f-934a100abc88 used request id req-afa876d3-955c-4c81-b00d-ab5aa662e828 2018-08-12 08:06:03,316 - neutron_utils - INFO - Retrieving security group with ID - b0fa0b4f-aca4-4331-805f-934a100abc88 2018-08-12 08:06:03,321 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=b0fa0b4f-aca4-4331-805f-934a100abc88 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e301dbf8228219527d7806ed99135352e874ba7f" 2018-08-12 08:06:03,529 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-2e407167-4fb7-4c8e-ae1e-d52c3e2860ea Date: Sun, 12 Aug 2018 08:06:03 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "af962d81edc343a0bc2c78101b6fbaf1", "created_at": "2018-08-12T08:06:01Z", "updated_at": "2018-08-12T08:06:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:06:01Z", "revision_number": 0, "id": "b1d8fa76-9ee5-4bc2-afd1-754c9378c7ca", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:06:01Z", "security_group_id": "b0fa0b4f-aca4-4331-805f-934a100abc88", "tenant_id": "af962d81edc343a0bc2c78101b6fbaf1", "port_range_min": null, "ethertype": "IPv4", "project_id": "af962d81edc343a0bc2c78101b6fbaf1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:06:01Z", "revision_number": 0, "id": "c96894fa-8f64-42aa-8a2d-fc76e35a0a1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:06:01Z", "security_group_id": "b0fa0b4f-aca4-4331-805f-934a100abc88", "tenant_id": "af962d81edc343a0bc2c78101b6fbaf1", "port_range_min": null, "ethertype": "IPv6", "project_id": "af962d81edc343a0bc2c78101b6fbaf1"}], "revision_number": 2, "project_id": "af962d81edc343a0bc2c78101b6fbaf1", "id": "b0fa0b4f-aca4-4331-805f-934a100abc88", "name": "CreateSecurityGroupTests-b0a80267-d79a-464b-8f01-b40be7c207ccname"}]} 2018-08-12 08:06:03,530 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=b0fa0b4f-aca4-4331-805f-934a100abc88 used request id req-2e407167-4fb7-4c8e-ae1e-d52c3e2860ea 2018-08-12 08:06:03,530 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b0fa0b4f-aca4-4331-805f-934a100abc88 2018-08-12 08:06:03,535 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=b0fa0b4f-aca4-4331-805f-934a100abc88 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e301dbf8228219527d7806ed99135352e874ba7f" 2018-08-12 08:06:03,754 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-e6e29066-f443-4a5b-88d0-2e7f41128529 Date: Sun, 12 Aug 2018 08:06:03 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:06:01Z", "security_group_id": "b0fa0b4f-aca4-4331-805f-934a100abc88", "port_range_min": null, "revision_number": 0, "tenant_id": "af962d81edc343a0bc2c78101b6fbaf1", "created_at": "2018-08-12T08:06:01Z", "project_id": "af962d81edc343a0bc2c78101b6fbaf1", "id": "b1d8fa76-9ee5-4bc2-afd1-754c9378c7ca"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:06:01Z", "security_group_id": "b0fa0b4f-aca4-4331-805f-934a100abc88", "port_range_min": null, "revision_number": 0, "tenant_id": "af962d81edc343a0bc2c78101b6fbaf1", "created_at": "2018-08-12T08:06:01Z", "project_id": "af962d81edc343a0bc2c78101b6fbaf1", "id": "c96894fa-8f64-42aa-8a2d-fc76e35a0a1d"}]} 2018-08-12 08:06:03,755 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=b0fa0b4f-aca4-4331-805f-934a100abc88 used request id req-e6e29066-f443-4a5b-88d0-2e7f41128529 2018-08-12 08:06:03,755 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:06:04,152 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3c46dca0d84a43a6b95bb4531f66631c", "name": "CreateSecurityGroupTests-22da5448-a382-4f6-proj-role"}], "expires_at": "2018-08-12T09:06:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "af962d81edc343a0bc2c78101b6fbaf1", "name": "CreateSecurityGroupTests-22da5448-a382-4f6-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/af962d81edc343a0bc2c78101b6fbaf1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/af962d81edc343a0bc2c78101b6fbaf1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/af962d81edc343a0bc2c78101b6fbaf1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_af962d81edc343a0bc2c78101b6fbaf1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_af962d81edc343a0bc2c78101b6fbaf1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/af962d81edc343a0bc2c78101b6fbaf1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/af962d81edc343a0bc2c78101b6fbaf1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/af962d81edc343a0bc2c78101b6fbaf1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/af962d81edc343a0bc2c78101b6fbaf1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/af962d81edc343a0bc2c78101b6fbaf1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/af962d81edc343a0bc2c78101b6fbaf1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/af962d81edc343a0bc2c78101b6fbaf1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/af962d81edc343a0bc2c78101b6fbaf1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/af962d81edc343a0bc2c78101b6fbaf1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-22da5448-a382-4f6-user", "id": "8314e13a430b4be2be52418e7761aca3"}, "audit_ids": ["cvx4BypsTOmOmhYdsODo6Q"], "issued_at": "2018-08-12T08:06:04.000000Z"}} 2018-08-12 08:06:04,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-b0a80267-d79a-464b-8f01-b40be7c207ccname&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdf04154d0fee1d57b9dc5823247c44fa4e0759f" 2018-08-12 08:06:04,786 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-3a34aa39-77c1-471a-936b-9129b7cb9457 Date: Sun, 12 Aug 2018 08:06:04 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "af962d81edc343a0bc2c78101b6fbaf1", "created_at": "2018-08-12T08:06:01Z", "updated_at": "2018-08-12T08:06:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:06:01Z", "revision_number": 0, "id": "b1d8fa76-9ee5-4bc2-afd1-754c9378c7ca", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:06:01Z", "security_group_id": "b0fa0b4f-aca4-4331-805f-934a100abc88", "tenant_id": "af962d81edc343a0bc2c78101b6fbaf1", "port_range_min": null, "ethertype": "IPv4", "project_id": "af962d81edc343a0bc2c78101b6fbaf1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:06:01Z", "revision_number": 0, "id": "c96894fa-8f64-42aa-8a2d-fc76e35a0a1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:06:01Z", "security_group_id": "b0fa0b4f-aca4-4331-805f-934a100abc88", "tenant_id": "af962d81edc343a0bc2c78101b6fbaf1", "port_range_min": null, "ethertype": "IPv6", "project_id": "af962d81edc343a0bc2c78101b6fbaf1"}], "revision_number": 2, "project_id": "af962d81edc343a0bc2c78101b6fbaf1", "id": "b0fa0b4f-aca4-4331-805f-934a100abc88", "name": "CreateSecurityGroupTests-b0a80267-d79a-464b-8f01-b40be7c207ccname"}]} 2018-08-12 08:06:04,786 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-b0a80267-d79a-464b-8f01-b40be7c207ccname&description=hello+group used request id req-3a34aa39-77c1-471a-936b-9129b7cb9457 2018-08-12 08:06:04,789 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:06:04,794 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:06:04 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:06:04,795 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/af962d81edc343a0bc2c78101b6fbaf1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32205668831f286100722a2510729577259feab3" 2018-08-12 08:06:04,892 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:06:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d051680-0c96-450a-a476-a9c5986e239d Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/af962d81edc343a0bc2c78101b6fbaf1"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "af962d81edc343a0bc2c78101b6fbaf1", "name": "CreateSecurityGroupTests-22da5448-a382-4f6-proj"}} 2018-08-12 08:06:04,893 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/af962d81edc343a0bc2c78101b6fbaf1 used request id req-8d051680-0c96-450a-a476-a9c5986e239d 2018-08-12 08:06:04,893 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b0fa0b4f-aca4-4331-805f-934a100abc88 2018-08-12 08:06:04,898 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=b0fa0b4f-aca4-4331-805f-934a100abc88 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdf04154d0fee1d57b9dc5823247c44fa4e0759f" 2018-08-12 08:06:05,094 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-7d59e6d3-c71b-4723-b464-66efe4c24f4c Date: Sun, 12 Aug 2018 08:06:05 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:06:01Z", "security_group_id": "b0fa0b4f-aca4-4331-805f-934a100abc88", "port_range_min": null, "revision_number": 0, "tenant_id": "af962d81edc343a0bc2c78101b6fbaf1", "created_at": "2018-08-12T08:06:01Z", "project_id": "af962d81edc343a0bc2c78101b6fbaf1", "id": "b1d8fa76-9ee5-4bc2-afd1-754c9378c7ca"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:06:01Z", "security_group_id": "b0fa0b4f-aca4-4331-805f-934a100abc88", "port_range_min": null, "revision_number": 0, "tenant_id": "af962d81edc343a0bc2c78101b6fbaf1", "created_at": "2018-08-12T08:06:01Z", "project_id": "af962d81edc343a0bc2c78101b6fbaf1", "id": "c96894fa-8f64-42aa-8a2d-fc76e35a0a1d"}]} 2018-08-12 08:06:05,094 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=b0fa0b4f-aca4-4331-805f-934a100abc88 used request id req-7d59e6d3-c71b-4723-b464-66efe4c24f4c 2018-08-12 08:06:05,095 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b0fa0b4f-aca4-4331-805f-934a100abc88 2018-08-12 08:06:05,100 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=b0fa0b4f-aca4-4331-805f-934a100abc88 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdf04154d0fee1d57b9dc5823247c44fa4e0759f" 2018-08-12 08:06:05,296 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-beb8a5cb-0007-4498-9332-ed034513ab42 Date: Sun, 12 Aug 2018 08:06:05 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:06:01Z", "security_group_id": "b0fa0b4f-aca4-4331-805f-934a100abc88", "port_range_min": null, "revision_number": 0, "tenant_id": "af962d81edc343a0bc2c78101b6fbaf1", "created_at": "2018-08-12T08:06:01Z", "project_id": "af962d81edc343a0bc2c78101b6fbaf1", "id": "b1d8fa76-9ee5-4bc2-afd1-754c9378c7ca"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:06:01Z", "security_group_id": "b0fa0b4f-aca4-4331-805f-934a100abc88", "port_range_min": null, "revision_number": 0, "tenant_id": "af962d81edc343a0bc2c78101b6fbaf1", "created_at": "2018-08-12T08:06:01Z", "project_id": "af962d81edc343a0bc2c78101b6fbaf1", "id": "c96894fa-8f64-42aa-8a2d-fc76e35a0a1d"}]} 2018-08-12 08:06:05,297 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=b0fa0b4f-aca4-4331-805f-934a100abc88 used request id req-beb8a5cb-0007-4498-9332-ed034513ab42 2018-08-12 08:06:05,297 - neutron_utils - INFO - Deleting security group rule with ID - b1d8fa76-9ee5-4bc2-afd1-754c9378c7ca 2018-08-12 08:06:05,302 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/b1d8fa76-9ee5-4bc2-afd1-754c9378c7ca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e301dbf8228219527d7806ed99135352e874ba7f" 2018-08-12 08:06:05,564 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-415eff02-50e2-4c85-b745-2d92ef7c099b Content-Length: 0 Date: Sun, 12 Aug 2018 08:06:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:06:05,564 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/b1d8fa76-9ee5-4bc2-afd1-754c9378c7ca used request id req-415eff02-50e2-4c85-b745-2d92ef7c099b 2018-08-12 08:06:05,565 - neutron_utils - INFO - Deleting security group rule with ID - c96894fa-8f64-42aa-8a2d-fc76e35a0a1d 2018-08-12 08:06:05,569 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/c96894fa-8f64-42aa-8a2d-fc76e35a0a1d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e301dbf8228219527d7806ed99135352e874ba7f" 2018-08-12 08:06:05,696 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a03eb586-2a7c-40d8-b9b0-064dfa969112 Content-Length: 0 Date: Sun, 12 Aug 2018 08:06:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:06:05,696 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/c96894fa-8f64-42aa-8a2d-fc76e35a0a1d used request id req-a03eb586-2a7c-40d8-b9b0-064dfa969112 2018-08-12 08:06:05,696 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-b0a80267-d79a-464b-8f01-b40be7c207ccname 2018-08-12 08:06:05,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/b0fa0b4f-aca4-4331-805f-934a100abc88 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e301dbf8228219527d7806ed99135352e874ba7f" 2018-08-12 08:06:06,084 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9802d6e5-ba2d-48c6-bd7e-19d1020df762 Content-Length: 0 Date: Sun, 12 Aug 2018 08:06:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:06:06,084 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/b0fa0b4f-aca4-4331-805f-934a100abc88 used request id req-9802d6e5-ba2d-48c6-bd7e-19d1020df762 2018-08-12 08:06:06,085 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:06:06,086 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:06:06,086 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:06:06,086 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:06:06,086 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:06:06,097 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8b6c6521037e52bdc1d86d40e558ea574910302" 2018-08-12 08:06:06,389 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 45548 X-Openstack-Request-Id: req-156576cc-47bd-4b13-93d6-760608da3ec9 Date: Sun, 12 Aug 2018 08:06:06 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "created_at": "2018-08-12T06:59:44Z", "updated_at": "2018-08-12T06:59:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "1d7fd960-7865-4453-aecc-8d399b4fad21", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "66820d8a-b785-4b18-bd67-500221c8e4f9", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "74fc7638-a322-4841-8c47-06d36174a200", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "8eaa09ec-8419-4582-9312-1e527afe6e4b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}], "revision_number": 4, "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "created_at": "2018-08-12T05:12:34Z", "updated_at": "2018-08-12T05:12:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "709513d2-af7d-4d0b-bd3c-604fed75a711", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "aa346066-e46f-44f2-94be-2884aa998a19", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "c15f7b93-e56c-4afa-867d-2acb286d4b7b", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "cb0ef83f-5f70-4a80-ad35-431ca9df551e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}], "revision_number": 4, "project_id": "fa5a7fe6ee54472ba01638877aade8e3", "id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ea65becf30e54b27aa96a449698a435e", "created_at": "2018-08-12T05:10:35Z", "updated_at": "2018-08-12T05:10:35Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "30ad280c-f302-4cd4-a438-5139917b56f9", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "76115c4c-887d-4f0a-83e2-486e4b39c713", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "8ab14937-4c08-4d43-8a9a-662e622cc643", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "ee757a03-5662-4273-9c3e-6212e7afb48f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}], "revision_number": 4, "project_id": "ea65becf30e54b27aa96a449698a435e", "id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "created_at": "2018-08-12T06:20:09Z", "updated_at": "2018-08-12T06:20:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "1123b8f2-75ac-4a26-b9b2-a96da97408e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "2ddd2b93-e080-48cd-9a50-f5fe8a82ad0c", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "cd1bae62-0aea-4438-b4c3-50a69ae6f855", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "e398e01e-ceea-46d1-9534-b929808c4a5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}], "revision_number": 4, "project_id": "ff7abd7bb61f4f2889831e932d65dc2e", "id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "created_at": "2018-08-12T05:34:57Z", "updated_at": "2018-08-12T05:34:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "208a1c1e-f5f8-49c7-9a25-d07e68b1541f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "27bfd867-e607-4bf8-9de8-60682d3f771d", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "49360e1f-6fd3-4f35-b339-24cea95773ee", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "60f631a9-d305-4920-9631-d0543e2ac64f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}], "revision_number": 4, "project_id": "3a85ceae958d4d9fba68847e7df67db8", "id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "created_at": "2018-08-12T05:34:40Z", "updated_at": "2018-08-12T05:34:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "2192c259-363e-4768-ae73-e75837ad63b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "3f87ddc5-f84d-41dc-8215-847724782569", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "7d89f6da-ea78-49dd-9115-f9ad23b250bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "9ec4497d-0f65-44db-9be9-7b3042e4a584", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}], "revision_number": 4, "project_id": "85517fcf1c6247e699fdcdd42ecc8c79", "id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "created_at": "2018-08-12T05:16:02Z", "updated_at": "2018-08-12T05:16:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "1ecacd8c-c1c7-4a66-9871-406a69323b43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "3cc1750c-e0e7-4902-b6f3-494a161b832e", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "d719a7a4-8c99-44ed-8c12-6bf071890203", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "fe7421b5-d577-41da-8c78-62f3c07eda92", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}], "revision_number": 4, "project_id": "a267b9a156244bb192691cff6e5f74fe", "id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "315a428116f24d9fbb826b37080a918e", "created_at": "2018-08-12T05:11:31Z", "updated_at": "2018-08-12T05:11:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "5e52886a-1dc3-4a81-a55d-f388dc4fd1a1", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "678e32e4-d64c-448a-a4ab-e253ab94ae90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "a8da1539-e3ad-4f90-b2df-3dc1f09d228a", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "b73d5cc9-0205-4658-bb1f-61a042c0ab8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}], "revision_number": 4, "project_id": "315a428116f24d9fbb826b37080a918e", "id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-12T05:08:01Z", "updated_at": "2018-08-12T05:08:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:01Z", "revision_number": 0, "id": "0fb05d03-1117-45d0-930c-b6d4c96ef102", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "4faaab33-5788-4bbd-85b8-0fb44d41413a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "96d0c5a0-5c67-421b-8fc8-2b46d77e5db3", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "dd78519b-4bc5-4e8e-ad0f-58089dd69347", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "11a46741b7954b959fd7764109c047b6", "created_at": "2018-08-12T05:34:51Z", "updated_at": "2018-08-12T05:34:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "0b67bf3c-2289-43bb-ab6c-7d25ec32a279", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "51f3f833-337a-42bd-a8d5-742ea8d6c226", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "571fd0b5-ef90-408d-af33-aafb517b8993", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "944ba823-fb9c-496e-a66e-bb426bb14a8d", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}], "revision_number": 4, "project_id": "11a46741b7954b959fd7764109c047b6", "id": "90af9782-8112-4257-801d-ee5115d226ba", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "created_at": "2018-08-12T05:34:26Z", "updated_at": "2018-08-12T05:34:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "2ee1f63a-807c-4d6a-85ee-dd784f6b8c3f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5dec3ec2-2add-47dd-8618-90659dcf3885", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5ea0dc3e-49d0-43f0-94e9-f6443527d14c", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "fbfaca22-7e3e-4128-8973-43e439b77c28", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}], "revision_number": 4, "project_id": "3c01cd58055c44ecaef39f7e625c2258", "id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "521007c1818145639e93ceb270559219", "created_at": "2018-08-12T05:13:27Z", "updated_at": "2018-08-12T05:13:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "5e7fede5-b0f2-47d8-95c3-516cdfc7f9de", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "8fd0e36f-c6c4-4f64-ba97-40439e614448", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "db7d79de-1dfc-4138-945f-91e74cdc266b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "e87f2cff-ff3e-4b6d-aaf0-7f0eb0ab9f05", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}], "revision_number": 4, "project_id": "521007c1818145639e93ceb270559219", "id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "created_at": "2018-08-12T05:08:18Z", "updated_at": "2018-08-12T05:08:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "3c67be40-bf74-4f97-9693-d93ce73a23b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "6112d869-2fc6-4a25-a13c-3d55cd7206c0", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "bdf21c56-453e-482e-9cba-3c55abcb0339", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "c8e92c39-38cc-4f48-be9c-5f0912e6a725", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}], "revision_number": 4, "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "created_at": "2018-08-12T05:04:23Z", "updated_at": "2018-08-12T05:04:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "280546d9-8ad1-4283-abfc-15ee9b1736c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "58bce125-f2ca-4a6d-b9ca-4e6cf5c0f7a5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "69275b9a-cfb5-482c-a9c4-8ffc79adf2c7", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "6d747f3a-3764-469a-a645-f977585c5aac", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}], "revision_number": 4, "project_id": "310f5853751a4c968f3eeb0a3d99a0a8", "id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "created_at": "2018-08-12T05:34:42Z", "updated_at": "2018-08-12T05:34:42Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "199582e8-25aa-457a-aa7c-6d8413ca4464", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "234f3609-4454-448f-919d-c8143c7cd764", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "c1061460-71a2-49a9-a04b-9fa33eeb17ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "d21ac532-51d8-4d6b-8300-7bac216759bf", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}], "revision_number": 4, "project_id": "9f6c1a272706419c9a74b0893b2890e8", "id": "d6739716-c693-460c-89c6-e7c8c48f8245", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "af962d81edc343a0bc2c78101b6fbaf1", "created_at": "2018-08-12T08:06:01Z", "updated_at": "2018-08-12T08:06:01Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:06:01Z", "revision_number": 0, "id": "38e11389-dafb-4245-ac71-d4e2cc7e7d26", "remote_group_id": "d89892f1-a268-4516-b982-c39b7da8a831", "remote_ip_prefix": null, "created_at": "2018-08-12T08:06:01Z", "security_group_id": "d89892f1-a268-4516-b982-c39b7da8a831", "tenant_id": "af962d81edc343a0bc2c78101b6fbaf1", "port_range_min": null, "ethertype": "IPv4", "project_id": "af962d81edc343a0bc2c78101b6fbaf1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:06:01Z", "revision_number": 0, "id": "4cbbe0f7-fa5b-40a9-b235-6b8803214c81", "remote_group_id": "d89892f1-a268-4516-b982-c39b7da8a831", "remote_ip_prefix": null, "created_at": "2018-08-12T08:06:01Z", "security_group_id": "d89892f1-a268-4516-b982-c39b7da8a831", "tenant_id": "af962d81edc343a0bc2c78101b6fbaf1", "port_range_min": null, "ethertype": "IPv6", "project_id": "af962d81edc343a0bc2c78101b6fbaf1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:06:01Z", "revision_number": 0, "id": "c4558160-4599-4fac-8e13-0308ca2ec46f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:06:01Z", "security_group_id": "d89892f1-a268-4516-b982-c39b7da8a831", "tenant_id": "af962d81edc343a0bc2c78101b6fbaf1", "port_range_min": null, "ethertype": "IPv4", "project_id": "af962d81edc343a0bc2c78101b6fbaf1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:06:01Z", "revision_number": 0, "id": "f3bf6295-16c3-4947-8253-9e16b36abaeb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:06:01Z", "security_group_id": "d89892f1-a268-4516-b982-c39b7da8a831", "tenant_id": "af962d81edc343a0bc2c78101b6fbaf1", "port_range_min": null, "ethertype": "IPv6", "project_id": "af962d81edc343a0bc2c78101b6fbaf1"}], "revision_number": 4, "project_id": "af962d81edc343a0bc2c78101b6fbaf1", "id": "d89892f1-a268-4516-b982-c39b7da8a831", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "created_at": "2018-08-12T05:34:54Z", "updated_at": "2018-08-12T05:34:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "0633a05a-ee7d-4476-a56b-75d011b22f77", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "6cc1b9f8-73db-47a3-a0e0-3c96c43f34da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "90d99a6b-e94f-4fd8-a10c-f19dd8954c13", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "e843c139-af2a-4d2c-a24f-59f7b10ff72e", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}], "revision_number": 4, "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "created_at": "2018-08-12T05:09:07Z", "updated_at": "2018-08-12T05:09:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "5495e168-f505-4d74-ae6d-387f0bf533c2", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "6fd19b8b-3062-456e-81ba-3ff37fe43429", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8ca59d25-485c-46ce-939c-2e4a468caeac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8f190846-50a0-42b9-b571-390809b752b1", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}], "revision_number": 4, "project_id": "fa9ca6d7608b4d7d87ce97331679a481", "id": "edcd9b17-9416-4c25-823c-060c435e18d7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "created_at": "2018-08-12T05:34:52Z", "updated_at": "2018-08-12T05:34:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "2c7e484e-6ec5-4a95-8c9c-66d294c0c27e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "70c74258-3c2c-4efc-87e0-079c26ee3417", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "b70382fa-082e-4c2b-abc8-87490fa50b11", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "c3628e02-b4b6-42c9-8751-c1a2d3c19caa", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}], "revision_number": 4, "project_id": "87db863ba6e348b0a5ddcb67053db9d1", "id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "name": "default"}]} 2018-08-12 08:06:06,390 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-156576cc-47bd-4b13-93d6-760608da3ec9 2018-08-12 08:06:06,399 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8b6c6521037e52bdc1d86d40e558ea574910302" 2018-08-12 08:06:06,483 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:06:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-795cfc1c-a7cd-486e-bd50-77b2e6105520 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 5fe28c13d4d74ba2be8d019ac1ea6363.", "code": 404, "title": "Not Found"}} 2018-08-12 08:06:06,483 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 used request id req-795cfc1c-a7cd-486e-bd50-77b2e6105520 2018-08-12 08:06:06,484 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:06:06,487 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8b6c6521037e52bdc1d86d40e558ea574910302" 2018-08-12 08:06:06,574 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:06:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bc5dfbdc-f097-4839-bd0f-1fa6f8b08aa9 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa5a7fe6ee54472ba01638877aade8e3.", "code": 404, "title": "Not Found"}} 2018-08-12 08:06:06,574 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 used request id req-bc5dfbdc-f097-4839-bd0f-1fa6f8b08aa9 2018-08-12 08:06:06,574 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:06:06,578 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8b6c6521037e52bdc1d86d40e558ea574910302" 2018-08-12 08:06:06,662 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:06:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7fa5d491-a155-4b00-9a5b-ede176a429bb Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ea65becf30e54b27aa96a449698a435e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:06:06,663 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e used request id req-7fa5d491-a155-4b00-9a5b-ede176a429bb 2018-08-12 08:06:06,663 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:06:06,666 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8b6c6521037e52bdc1d86d40e558ea574910302" 2018-08-12 08:06:06,759 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:06:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-24a861cf-ebb9-4fbe-b6c6-debe75143c1e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ff7abd7bb61f4f2889831e932d65dc2e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:06:06,759 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e used request id req-24a861cf-ebb9-4fbe-b6c6-debe75143c1e 2018-08-12 08:06:06,759 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:06:06,763 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8b6c6521037e52bdc1d86d40e558ea574910302" 2018-08-12 08:06:06,851 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:06:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-04b5a690-9ce5-49c9-b3e8-3e2baf8e2e1a Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3a85ceae958d4d9fba68847e7df67db8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:06:06,851 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 used request id req-04b5a690-9ce5-49c9-b3e8-3e2baf8e2e1a 2018-08-12 08:06:06,851 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:06:06,855 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8b6c6521037e52bdc1d86d40e558ea574910302" 2018-08-12 08:06:06,947 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:06:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-097ce544-a07f-4650-b4d3-5321bcb347ce Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 85517fcf1c6247e699fdcdd42ecc8c79.", "code": 404, "title": "Not Found"}} 2018-08-12 08:06:06,948 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 used request id req-097ce544-a07f-4650-b4d3-5321bcb347ce 2018-08-12 08:06:06,948 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:06:06,951 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8b6c6521037e52bdc1d86d40e558ea574910302" 2018-08-12 08:06:07,049 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:06:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-86aa83cd-ff61-4ee8-9b08-72c256ae649d Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}} 2018-08-12 08:06:07,049 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe used request id req-86aa83cd-ff61-4ee8-9b08-72c256ae649d 2018-08-12 08:06:07,052 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8b6c6521037e52bdc1d86d40e558ea574910302" 2018-08-12 08:06:07,150 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:06:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-76af0a94-207c-44bc-a759-02897d5c065e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 315a428116f24d9fbb826b37080a918e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:06:07,150 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e used request id req-76af0a94-207c-44bc-a759-02897d5c065e 2018-08-12 08:06:07,150 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:06:07,154 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8b6c6521037e52bdc1d86d40e558ea574910302" 2018-08-12 08:06:07,245 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:06:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ba11906c-bd3f-423a-8067-c087c41d6d8c Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 11a46741b7954b959fd7764109c047b6.", "code": 404, "title": "Not Found"}} 2018-08-12 08:06:07,245 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 used request id req-ba11906c-bd3f-423a-8067-c087c41d6d8c 2018-08-12 08:06:07,245 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:06:07,248 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8b6c6521037e52bdc1d86d40e558ea574910302" 2018-08-12 08:06:07,351 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:06:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9dcaa01b-8a8c-4e90-8590-5ef69a453dd6 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3c01cd58055c44ecaef39f7e625c2258.", "code": 404, "title": "Not Found"}} 2018-08-12 08:06:07,351 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 used request id req-9dcaa01b-8a8c-4e90-8590-5ef69a453dd6 2018-08-12 08:06:07,351 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:06:07,355 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8b6c6521037e52bdc1d86d40e558ea574910302" 2018-08-12 08:06:07,533 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:06:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f33f6649-ab04-45f4-ab45-064f0c97595c Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 521007c1818145639e93ceb270559219.", "code": 404, "title": "Not Found"}} 2018-08-12 08:06:07,534 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 used request id req-f33f6649-ab04-45f4-ab45-064f0c97595c 2018-08-12 08:06:07,534 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:06:07,537 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8b6c6521037e52bdc1d86d40e558ea574910302" 2018-08-12 08:06:07,635 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:06:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b4c92018-8492-4193-a347-59485846b0f6 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e18fcc7fc10a4fd0b20234f8520d0aab.", "code": 404, "title": "Not Found"}} 2018-08-12 08:06:07,635 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab used request id req-b4c92018-8492-4193-a347-59485846b0f6 2018-08-12 08:06:07,635 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:06:07,639 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8b6c6521037e52bdc1d86d40e558ea574910302" 2018-08-12 08:06:07,818 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:06:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aa7ffc8d-ce54-492d-b5fd-411eeab7abe6 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "310f5853751a4c968f3eeb0a3d99a0a8", "name": "service"}} 2018-08-12 08:06:07,818 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 used request id req-aa7ffc8d-ce54-492d-b5fd-411eeab7abe6 2018-08-12 08:06:07,820 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8b6c6521037e52bdc1d86d40e558ea574910302" 2018-08-12 08:06:07,907 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:06:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b7e16ff3-fcd1-46b6-a038-fbcd1f3609f3 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9f6c1a272706419c9a74b0893b2890e8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:06:07,907 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 used request id req-b7e16ff3-fcd1-46b6-a038-fbcd1f3609f3 2018-08-12 08:06:07,907 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:06:07,911 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/af962d81edc343a0bc2c78101b6fbaf1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8b6c6521037e52bdc1d86d40e558ea574910302" 2018-08-12 08:06:08,001 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:06:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c5380d3c-5c9c-42d1-8745-c35e3ba6ace5 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/af962d81edc343a0bc2c78101b6fbaf1"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "af962d81edc343a0bc2c78101b6fbaf1", "name": "CreateSecurityGroupTests-22da5448-a382-4f6-proj"}} 2018-08-12 08:06:08,001 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/af962d81edc343a0bc2c78101b6fbaf1 used request id req-c5380d3c-5c9c-42d1-8745-c35e3ba6ace5 2018-08-12 08:06:08,001 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d89892f1-a268-4516-b982-c39b7da8a831 2018-08-12 08:06:08,006 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=d89892f1-a268-4516-b982-c39b7da8a831 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8b6c6521037e52bdc1d86d40e558ea574910302" 2018-08-12 08:06:08,190 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-7f24ed89-ee8a-419c-93a2-689356b568f1 Date: Sun, 12 Aug 2018 08:06:08 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "d89892f1-a268-4516-b982-c39b7da8a831", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:06:01Z", "security_group_id": "d89892f1-a268-4516-b982-c39b7da8a831", "port_range_min": null, "revision_number": 0, "tenant_id": "af962d81edc343a0bc2c78101b6fbaf1", "created_at": "2018-08-12T08:06:01Z", "project_id": "af962d81edc343a0bc2c78101b6fbaf1", "id": "38e11389-dafb-4245-ac71-d4e2cc7e7d26"}, {"remote_group_id": "d89892f1-a268-4516-b982-c39b7da8a831", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:06:01Z", "security_group_id": "d89892f1-a268-4516-b982-c39b7da8a831", "port_range_min": null, "revision_number": 0, "tenant_id": "af962d81edc343a0bc2c78101b6fbaf1", "created_at": "2018-08-12T08:06:01Z", "project_id": "af962d81edc343a0bc2c78101b6fbaf1", "id": "4cbbe0f7-fa5b-40a9-b235-6b8803214c81"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:06:01Z", "security_group_id": "d89892f1-a268-4516-b982-c39b7da8a831", "port_range_min": null, "revision_number": 0, "tenant_id": "af962d81edc343a0bc2c78101b6fbaf1", "created_at": "2018-08-12T08:06:01Z", "project_id": "af962d81edc343a0bc2c78101b6fbaf1", "id": "c4558160-4599-4fac-8e13-0308ca2ec46f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:06:01Z", "security_group_id": "d89892f1-a268-4516-b982-c39b7da8a831", "port_range_min": null, "revision_number": 0, "tenant_id": "af962d81edc343a0bc2c78101b6fbaf1", "created_at": "2018-08-12T08:06:01Z", "project_id": "af962d81edc343a0bc2c78101b6fbaf1", "id": "f3bf6295-16c3-4947-8253-9e16b36abaeb"}]} 2018-08-12 08:06:08,190 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=d89892f1-a268-4516-b982-c39b7da8a831 used request id req-7f24ed89-ee8a-419c-93a2-689356b568f1 2018-08-12 08:06:08,191 - neutron_utils - INFO - Deleting security group with name - default 2018-08-12 08:06:08,196 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/d89892f1-a268-4516-b982-c39b7da8a831 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8b6c6521037e52bdc1d86d40e558ea574910302" 2018-08-12 08:06:08,530 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-8b19eeaa-e01f-44ed-8e3d-fcfa9408a7dc Content-Length: 0 Date: Sun, 12 Aug 2018 08:06:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:06:08,530 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/d89892f1-a268-4516-b982-c39b7da8a831 used request id req-8b19eeaa-e01f-44ed-8e3d-fcfa9408a7dc 2018-08-12 08:06:08,531 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-22da5448-a382-4f6-proj 2018-08-12 08:06:08,534 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/af962d81edc343a0bc2c78101b6fbaf1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8b6c6521037e52bdc1d86d40e558ea574910302" 2018-08-12 08:06:08,814 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:06:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1c55372b-7f9d-4647-aa4e-799d806f11c4 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 08:06:08,815 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/af962d81edc343a0bc2c78101b6fbaf1 used request id req-1c55372b-7f9d-4647-aa4e-799d806f11c4 2018-08-12 08:06:08,815 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-22da5448-a382-4f6-proj-role 2018-08-12 08:06:08,818 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/3c46dca0d84a43a6b95bb4531f66631c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8b6c6521037e52bdc1d86d40e558ea574910302" 2018-08-12 08:06:08,928 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:06:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d2a71b61-6572-4354-b781-4777bd39bd85 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 08:06:08,928 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/3c46dca0d84a43a6b95bb4531f66631c used request id req-d2a71b61-6572-4354-b781-4777bd39bd85 2018-08-12 08:06:08,931 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8b6c6521037e52bdc1d86d40e558ea574910302" 2018-08-12 08:06:09,025 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:06:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-48af7c0f-8479-4d46-9dd9-f38ef999377d Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:06:09,026 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-48af7c0f-8479-4d46-9dd9-f38ef999377d 2018-08-12 08:06:09,026 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-22da5448-a382-4f6-user 2018-08-12 08:06:09,029 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/8314e13a430b4be2be52418e7761aca3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92b4b9d8be81412d6615f44a85e8ed52c54d6145" 2018-08-12 08:06:09,212 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:06:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bd92c18c-8934-4c80-9056-8003fa122f59 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 08:06:09,212 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/8314e13a430b4be2be52418e7761aca3 used request id req-bd92c18c-8934-4c80-9056-8003fa122f59 2018-08-12 08:06:09,213 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:06:09,602 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:06:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["zONuH6fcTrGuPrflBc-Cwg"], "issued_at": "2018-08-12T08:06:09.000000Z"}} 2018-08-12 08:06:09,602 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}d73458245ade4d49f14374fce413012d51eec11b" 2018-08-12 08:06:09,690 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:06:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-46ddb116-8009-4bcc-9b0a-d755fcf66289 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:06:09,690 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-46ddb116-8009-4bcc-9b0a-d755fcf66289 2018-08-12 08:06:09,691 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:06:09,692 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:06:10,096 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:06:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["iADpDu3ZTRWhGL6q-ts0xw"], "issued_at": "2018-08-12T08:06:10.000000Z"}} 2018-08-12 08:06:10,097 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}54b00dc392c6787221d8ac7d82f9e5a6e35f4d3c" 2018-08-12 08:06:10,181 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:06:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-97dd5697-f21f-489c-b4cb-a2f60ecf59c7 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:06:10,181 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-97dd5697-f21f-489c-b4cb-a2f60ecf59c7 2018-08-12 08:06:10,185 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:06:10,191 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:06:10 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:06:10,192 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-fdb543e1-21f8-4ec-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54b00dc392c6787221d8ac7d82f9e5a6e35f4d3c" 2018-08-12 08:06:10,286 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:06:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-74f1e00b-2f25-4a8c-888a-1a2c828407bd Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-fdb543e1-21f8-4ec-proj", "previous": null, "next": null}, "projects": []} 2018-08-12 08:06:10,286 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-fdb543e1-21f8-4ec-proj used request id req-74f1e00b-2f25-4a8c-888a-1a2c828407bd 2018-08-12 08:06:10,290 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54b00dc392c6787221d8ac7d82f9e5a6e35f4d3c" 2018-08-12 08:06:10,376 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:06:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5fd48130-fc35-4c38-aed9-c643e7bf7681 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:06:10,376 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-5fd48130-fc35-4c38-aed9-c643e7bf7681 2018-08-12 08:06:10,379 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54b00dc392c6787221d8ac7d82f9e5a6e35f4d3c" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSecurityGroupTests-fdb543e1-21f8-4ec-proj"}}' 2018-08-12 08:06:10,515 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:06:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e9308190-8792-4c80-a350-5843626d82d9 Content-Length: 321 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/f122901291c04acea0af92085785edc8"}, "tags": [], "enabled": true, "id": "f122901291c04acea0af92085785edc8", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-fdb543e1-21f8-4ec-proj"}} 2018-08-12 08:06:10,516 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-e9308190-8792-4c80-a350-5843626d82d9 2018-08-12 08:06:10,516 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-fdb543e1-21f8-4ec-proj 2018-08-12 08:06:10,516 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:06:10,517 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:06:10,922 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:06:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["SyXqw_l6R9qPnM8mJZC9Nw"], "issued_at": "2018-08-12T08:06:10.000000Z"}} 2018-08-12 08:06:10,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}ccb254696fc28eed4d8fca2c526682f37301b03d" 2018-08-12 08:06:10,935 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:06:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1172ca4f-69dd-45b2-a8d2-2b83d0e99716 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:06:10,935 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-1172ca4f-69dd-45b2-a8d2-2b83d0e99716 2018-08-12 08:06:10,939 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:06:10,944 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:06:10 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:06:10,945 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ccb254696fc28eed4d8fca2c526682f37301b03d" 2018-08-12 08:06:11,057 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:06:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-888af1f4-c260-46ce-be8b-80a5f08bd688 Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/105a247548624314b9228f85f6325f0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105a247548624314b9228f85f6325f0b", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/1c5de0eaa44543f08da6ad63a51594ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c5de0eaa44543f08da6ad63a51594ff", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/1d127b5b832547a88a547c116dfdd65b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d127b5b832547a88a547c116dfdd65b", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/1d5cfc170d624ce4ae53ae0507c8d517"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d5cfc170d624ce4ae53ae0507c8d517", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/2421820b75eb4d3ebd02830378d1377b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2421820b75eb4d3ebd02830378d1377b", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/40bd8ee54ecf44868cc83cede652c396"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40bd8ee54ecf44868cc83cede652c396", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/4f32fb8153854c4c9f5094b42b523f80"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f32fb8153854c4c9f5094b42b523f80", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7066130d08fb4db7bf4ab468de53933b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7066130d08fb4db7bf4ab468de53933b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/8d0898a83bcf4521bbc11501d5d7ac89"}, "domain_id": "1eec97585bde483292ece28ee11f4b8d", "enabled": true, "options": {}, "id": "8d0898a83bcf4521bbc11501d5d7ac89", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/9defcced327d476f8a3beab718a13da3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9defcced327d476f8a3beab718a13da3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/b80ee4f6992446e0879624dd436e99a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b80ee4f6992446e0879624dd436e99a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b86fd3e011324d398fcdb6f095a20a9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b86fd3e011324d398fcdb6f095a20a9d", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1701d2754064b5cadf765ea0806f9b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1701d2754064b5cadf765ea0806f9b2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/db4e7b8d76d549faa502716565c733dd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db4e7b8d76d549faa502716565c733dd", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-12 08:06:11,057 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-888af1f4-c260-46ce-be8b-80a5f08bd688 2018-08-12 08:06:11,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateSecurityGroupTests-fdb543e1-21f8-4ec-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ccb254696fc28eed4d8fca2c526682f37301b03d" 2018-08-12 08:06:11,160 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:06:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-72cc5652-ea97-4ce7-b9fb-9759b811f5ba Content-Encoding: gzip Content-Length: 260 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateSecurityGroupTests-fdb543e1-21f8-4ec-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/f122901291c04acea0af92085785edc8"}, "tags": [], "enabled": true, "id": "f122901291c04acea0af92085785edc8", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-fdb543e1-21f8-4ec-proj"}]} 2018-08-12 08:06:11,160 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateSecurityGroupTests-fdb543e1-21f8-4ec-proj used request id req-72cc5652-ea97-4ce7-b9fb-9759b811f5ba 2018-08-12 08:06:11,163 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ccb254696fc28eed4d8fca2c526682f37301b03d" 2018-08-12 08:06:11,259 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:06:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-080de1f8-1a47-4596-ac51-5862498845cf Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:06:11,259 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-080de1f8-1a47-4596-ac51-5862498845cf 2018-08-12 08:06:11,635 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-fdb543e1-21f8-4ec-user 2018-08-12 08:06:11,635 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:06:11,640 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54b00dc392c6787221d8ac7d82f9e5a6e35f4d3c" 2018-08-12 08:06:11,724 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:06:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bc14f087-ccd4-4a8a-8839-7e58fa5ae459 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:06:11,724 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-bc14f087-ccd4-4a8a-8839-7e58fa5ae459 2018-08-12 08:06:11,728 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54b00dc392c6787221d8ac7d82f9e5a6e35f4d3c" -d '{"role": {"name": "CreateSecurityGroupTests-fdb543e1-21f8-4ec-proj-role"}}' 2018-08-12 08:06:11,838 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:06:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e0fb259c-54af-446b-b73f-fed51979a1e3 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "9d053e7a4b544028a1ba74a739b63f85", "links": {"self": "http://172.30.9.21:5000/v3/roles/9d053e7a4b544028a1ba74a739b63f85"}, "name": "CreateSecurityGroupTests-fdb543e1-21f8-4ec-proj-role"}} 2018-08-12 08:06:11,838 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-e0fb259c-54af-446b-b73f-fed51979a1e3 2018-08-12 08:06:11,839 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-fdb543e1-21f8-4ec-proj-role 2018-08-12 08:06:11,842 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/9d053e7a4b544028a1ba74a739b63f85 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54b00dc392c6787221d8ac7d82f9e5a6e35f4d3c" 2018-08-12 08:06:11,935 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:06:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-68e02959-25c4-4174-be28-9ac09665903b Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "9d053e7a4b544028a1ba74a739b63f85", "links": {"self": "http://172.30.9.21:5000/v3/roles/9d053e7a4b544028a1ba74a739b63f85"}, "name": "CreateSecurityGroupTests-fdb543e1-21f8-4ec-proj-role"}} 2018-08-12 08:06:11,936 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/9d053e7a4b544028a1ba74a739b63f85 used request id req-68e02959-25c4-4174-be28-9ac09665903b 2018-08-12 08:06:11,936 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-fdb543e1-21f8-4ec-proj-role to project CreateSecurityGroupTests-fdb543e1-21f8-4ec-proj 2018-08-12 08:06:11,939 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/f122901291c04acea0af92085785edc8/users/a3db9a56dd584cf583b8eae0d8c2be03/roles/9d053e7a4b544028a1ba74a739b63f85 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54b00dc392c6787221d8ac7d82f9e5a6e35f4d3c" 2018-08-12 08:06:12,063 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:06:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f502be6e-5aee-4489-a0b6-e23be2068218 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 08:06:12,063 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/f122901291c04acea0af92085785edc8/users/a3db9a56dd584cf583b8eae0d8c2be03/roles/9d053e7a4b544028a1ba74a739b63f85 used request id req-f502be6e-5aee-4489-a0b6-e23be2068218 2018-08-12 08:06:12,064 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:06:12,064 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:06:12,064 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:06:12,064 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:06:12,065 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:06:12,066 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:06:12,067 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:06:12,468 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9d053e7a4b544028a1ba74a739b63f85", "name": "CreateSecurityGroupTests-fdb543e1-21f8-4ec-proj-role"}], "expires_at": "2018-08-12T09:06:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f122901291c04acea0af92085785edc8", "name": "CreateSecurityGroupTests-fdb543e1-21f8-4ec-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/f122901291c04acea0af92085785edc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/f122901291c04acea0af92085785edc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/f122901291c04acea0af92085785edc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_f122901291c04acea0af92085785edc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_f122901291c04acea0af92085785edc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/f122901291c04acea0af92085785edc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/f122901291c04acea0af92085785edc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/f122901291c04acea0af92085785edc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/f122901291c04acea0af92085785edc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/f122901291c04acea0af92085785edc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/f122901291c04acea0af92085785edc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f122901291c04acea0af92085785edc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/f122901291c04acea0af92085785edc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/f122901291c04acea0af92085785edc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-fdb543e1-21f8-4ec-user", "id": "a3db9a56dd584cf583b8eae0d8c2be03"}, "audit_ids": ["FZ7FVjrITqadsI16ucjgXw"], "issued_at": "2018-08-12T08:06:12.000000Z"}} 2018-08-12 08:06:12,469 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}3976708495d017d9f9f26f712542b04869412e58" 2018-08-12 08:06:12,557 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:06:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e8eb31aa-192d-489d-bf6f-542ab2a3b386 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:06:12,557 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-e8eb31aa-192d-489d-bf6f-542ab2a3b386 2018-08-12 08:06:12,558 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:06:12,558 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:06:12,559 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:06:12,559 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:06:12,559 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:06:12,566 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-7325e89f-c694-4bf8-9f60-2c8059b7d8afname&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3976708495d017d9f9f26f712542b04869412e58" 2018-08-12 08:06:12,929 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-c2319859-f548-4e41-ae42-cf657658e6fb Date: Sun, 12 Aug 2018 08:06:12 GMT RESP BODY: {"security_groups": []} 2018-08-12 08:06:12,929 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-7325e89f-c694-4bf8-9f60-2c8059b7d8afname&description=hello+group used request id req-c2319859-f548-4e41-ae42-cf657658e6fb 2018-08-12 08:06:12,929 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-7325e89f-c694-4bf8-9f60-2c8059b7d8afname... 2018-08-12 08:06:12,929 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-7325e89f-c694-4bf8-9f60-2c8059b7d8afname 2018-08-12 08:06:12,934 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3976708495d017d9f9f26f712542b04869412e58" -d '{"security_group": {"name": "CreateSecurityGroupTests-7325e89f-c694-4bf8-9f60-2c8059b7d8afname", "description": "hello group"}}' 2018-08-12 08:06:13,349 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1408 X-Openstack-Request-Id: req-b73af543-9258-4113-8424-00d1dbb8501a Date: Sun, 12 Aug 2018 08:06:13 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "f122901291c04acea0af92085785edc8", "created_at": "2018-08-12T08:06:13Z", "updated_at": "2018-08-12T08:06:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:06:13Z", "revision_number": 0, "id": "0e3b649d-0b6c-4589-b935-243154abecf1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:06:13Z", "security_group_id": "f966d3ec-fa46-4b80-ba31-5672590b8852", "tenant_id": "f122901291c04acea0af92085785edc8", "port_range_min": null, "ethertype": "IPv6", "project_id": "f122901291c04acea0af92085785edc8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:06:13Z", "revision_number": 0, "id": "8794a2ad-f93b-4ae3-98dd-85527ee4f3bb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:06:13Z", "security_group_id": "f966d3ec-fa46-4b80-ba31-5672590b8852", "tenant_id": "f122901291c04acea0af92085785edc8", "port_range_min": null, "ethertype": "IPv4", "project_id": "f122901291c04acea0af92085785edc8"}], "revision_number": 2, "project_id": "f122901291c04acea0af92085785edc8", "id": "f966d3ec-fa46-4b80-ba31-5672590b8852", "name": "CreateSecurityGroupTests-7325e89f-c694-4bf8-9f60-2c8059b7d8afname"}} 2018-08-12 08:06:13,349 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups used request id req-b73af543-9258-4113-8424-00d1dbb8501a 2018-08-12 08:06:13,350 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f966d3ec-fa46-4b80-ba31-5672590b8852 2018-08-12 08:06:13,355 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=f966d3ec-fa46-4b80-ba31-5672590b8852 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3976708495d017d9f9f26f712542b04869412e58" 2018-08-12 08:06:13,558 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-8049aef1-12d6-449a-8a72-11f3b674608f Date: Sun, 12 Aug 2018 08:06:13 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-12T08:06:13Z", "security_group_id": "f966d3ec-fa46-4b80-ba31-5672590b8852", "port_range_min": null, "revision_number": 0, "tenant_id": "f122901291c04acea0af92085785edc8", "created_at": "2018-08-12T08:06:13Z", "project_id": "f122901291c04acea0af92085785edc8", "id": "0e3b649d-0b6c-4589-b935-243154abecf1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:06:13Z", "security_group_id": "f966d3ec-fa46-4b80-ba31-5672590b8852", "port_range_min": null, "revision_number": 0, "tenant_id": "f122901291c04acea0af92085785edc8", "created_at": "2018-08-12T08:06:13Z", "project_id": "f122901291c04acea0af92085785edc8", "id": "8794a2ad-f93b-4ae3-98dd-85527ee4f3bb"}]} 2018-08-12 08:06:13,558 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=f966d3ec-fa46-4b80-ba31-5672590b8852 used request id req-8049aef1-12d6-449a-8a72-11f3b674608f 2018-08-12 08:06:13,558 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f966d3ec-fa46-4b80-ba31-5672590b8852 2018-08-12 08:06:13,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=f966d3ec-fa46-4b80-ba31-5672590b8852 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3976708495d017d9f9f26f712542b04869412e58" 2018-08-12 08:06:13,591 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-03e5ac12-ff0a-4229-9a32-37f71f07a5fe Date: Sun, 12 Aug 2018 08:06:13 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-12T08:06:13Z", "security_group_id": "f966d3ec-fa46-4b80-ba31-5672590b8852", "port_range_min": null, "revision_number": 0, "tenant_id": "f122901291c04acea0af92085785edc8", "created_at": "2018-08-12T08:06:13Z", "project_id": "f122901291c04acea0af92085785edc8", "id": "0e3b649d-0b6c-4589-b935-243154abecf1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:06:13Z", "security_group_id": "f966d3ec-fa46-4b80-ba31-5672590b8852", "port_range_min": null, "revision_number": 0, "tenant_id": "f122901291c04acea0af92085785edc8", "created_at": "2018-08-12T08:06:13Z", "project_id": "f122901291c04acea0af92085785edc8", "id": "8794a2ad-f93b-4ae3-98dd-85527ee4f3bb"}]} 2018-08-12 08:06:13,591 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=f966d3ec-fa46-4b80-ba31-5672590b8852 used request id req-03e5ac12-ff0a-4229-9a32-37f71f07a5fe 2018-08-12 08:06:13,591 - neutron_utils - INFO - Retrieving security group with ID - f966d3ec-fa46-4b80-ba31-5672590b8852 2018-08-12 08:06:13,596 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=f966d3ec-fa46-4b80-ba31-5672590b8852 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3976708495d017d9f9f26f712542b04869412e58" 2018-08-12 08:06:13,668 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-8269ac78-2c20-43f2-8854-2d27b15c5134 Date: Sun, 12 Aug 2018 08:06:13 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "f122901291c04acea0af92085785edc8", "created_at": "2018-08-12T08:06:13Z", "updated_at": "2018-08-12T08:06:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:06:13Z", "revision_number": 0, "id": "0e3b649d-0b6c-4589-b935-243154abecf1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:06:13Z", "security_group_id": "f966d3ec-fa46-4b80-ba31-5672590b8852", "tenant_id": "f122901291c04acea0af92085785edc8", "port_range_min": null, "ethertype": "IPv6", "project_id": "f122901291c04acea0af92085785edc8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:06:13Z", "revision_number": 0, "id": "8794a2ad-f93b-4ae3-98dd-85527ee4f3bb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:06:13Z", "security_group_id": "f966d3ec-fa46-4b80-ba31-5672590b8852", "tenant_id": "f122901291c04acea0af92085785edc8", "port_range_min": null, "ethertype": "IPv4", "project_id": "f122901291c04acea0af92085785edc8"}], "revision_number": 2, "project_id": "f122901291c04acea0af92085785edc8", "id": "f966d3ec-fa46-4b80-ba31-5672590b8852", "name": "CreateSecurityGroupTests-7325e89f-c694-4bf8-9f60-2c8059b7d8afname"}]} 2018-08-12 08:06:13,668 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=f966d3ec-fa46-4b80-ba31-5672590b8852 used request id req-8269ac78-2c20-43f2-8854-2d27b15c5134 2018-08-12 08:06:13,669 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f966d3ec-fa46-4b80-ba31-5672590b8852 2018-08-12 08:06:13,672 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=f966d3ec-fa46-4b80-ba31-5672590b8852 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3976708495d017d9f9f26f712542b04869412e58" 2018-08-12 08:06:13,868 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-c5f94fff-8e6c-4ab0-8a3a-96840ce62931 Date: Sun, 12 Aug 2018 08:06:13 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-12T08:06:13Z", "security_group_id": "f966d3ec-fa46-4b80-ba31-5672590b8852", "port_range_min": null, "revision_number": 0, "tenant_id": "f122901291c04acea0af92085785edc8", "created_at": "2018-08-12T08:06:13Z", "project_id": "f122901291c04acea0af92085785edc8", "id": "0e3b649d-0b6c-4589-b935-243154abecf1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:06:13Z", "security_group_id": "f966d3ec-fa46-4b80-ba31-5672590b8852", "port_range_min": null, "revision_number": 0, "tenant_id": "f122901291c04acea0af92085785edc8", "created_at": "2018-08-12T08:06:13Z", "project_id": "f122901291c04acea0af92085785edc8", "id": "8794a2ad-f93b-4ae3-98dd-85527ee4f3bb"}]} 2018-08-12 08:06:13,868 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=f966d3ec-fa46-4b80-ba31-5672590b8852 used request id req-c5f94fff-8e6c-4ab0-8a3a-96840ce62931 2018-08-12 08:06:13,869 - neutron_utils - INFO - Retrieving security group with ID - f966d3ec-fa46-4b80-ba31-5672590b8852 2018-08-12 08:06:13,874 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=f966d3ec-fa46-4b80-ba31-5672590b8852 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3976708495d017d9f9f26f712542b04869412e58" 2018-08-12 08:06:14,082 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-256164be-7578-4c1d-add0-750932453a74 Date: Sun, 12 Aug 2018 08:06:14 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "f122901291c04acea0af92085785edc8", "created_at": "2018-08-12T08:06:13Z", "updated_at": "2018-08-12T08:06:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:06:13Z", "revision_number": 0, "id": "0e3b649d-0b6c-4589-b935-243154abecf1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:06:13Z", "security_group_id": "f966d3ec-fa46-4b80-ba31-5672590b8852", "tenant_id": "f122901291c04acea0af92085785edc8", "port_range_min": null, "ethertype": "IPv6", "project_id": "f122901291c04acea0af92085785edc8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:06:13Z", "revision_number": 0, "id": "8794a2ad-f93b-4ae3-98dd-85527ee4f3bb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:06:13Z", "security_group_id": "f966d3ec-fa46-4b80-ba31-5672590b8852", "tenant_id": "f122901291c04acea0af92085785edc8", "port_range_min": null, "ethertype": "IPv4", "project_id": "f122901291c04acea0af92085785edc8"}], "revision_number": 2, "project_id": "f122901291c04acea0af92085785edc8", "id": "f966d3ec-fa46-4b80-ba31-5672590b8852", "name": "CreateSecurityGroupTests-7325e89f-c694-4bf8-9f60-2c8059b7d8afname"}]} 2018-08-12 08:06:14,082 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=f966d3ec-fa46-4b80-ba31-5672590b8852 used request id req-256164be-7578-4c1d-add0-750932453a74 2018-08-12 08:06:14,082 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f966d3ec-fa46-4b80-ba31-5672590b8852 2018-08-12 08:06:14,087 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=f966d3ec-fa46-4b80-ba31-5672590b8852 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3976708495d017d9f9f26f712542b04869412e58" 2018-08-12 08:06:14,695 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-b2a4d049-e6ae-4d35-9c73-8f3fda13cde5 Date: Sun, 12 Aug 2018 08:06:14 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-12T08:06:13Z", "security_group_id": "f966d3ec-fa46-4b80-ba31-5672590b8852", "port_range_min": null, "revision_number": 0, "tenant_id": "f122901291c04acea0af92085785edc8", "created_at": "2018-08-12T08:06:13Z", "project_id": "f122901291c04acea0af92085785edc8", "id": "0e3b649d-0b6c-4589-b935-243154abecf1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:06:13Z", "security_group_id": "f966d3ec-fa46-4b80-ba31-5672590b8852", "port_range_min": null, "revision_number": 0, "tenant_id": "f122901291c04acea0af92085785edc8", "created_at": "2018-08-12T08:06:13Z", "project_id": "f122901291c04acea0af92085785edc8", "id": "8794a2ad-f93b-4ae3-98dd-85527ee4f3bb"}]} 2018-08-12 08:06:14,695 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=f966d3ec-fa46-4b80-ba31-5672590b8852 used request id req-b2a4d049-e6ae-4d35-9c73-8f3fda13cde5 2018-08-12 08:06:14,696 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-7325e89f-c694-4bf8-9f60-2c8059b7d8afname 2018-08-12 08:06:14,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-7325e89f-c694-4bf8-9f60-2c8059b7d8afname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3976708495d017d9f9f26f712542b04869412e58" 2018-08-12 08:06:14,924 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-2c00aeec-c22d-4d72-8d43-2894e4a91758 Date: Sun, 12 Aug 2018 08:06:14 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "f122901291c04acea0af92085785edc8", "created_at": "2018-08-12T08:06:13Z", "updated_at": "2018-08-12T08:06:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:06:13Z", "revision_number": 0, "id": "0e3b649d-0b6c-4589-b935-243154abecf1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:06:13Z", "security_group_id": "f966d3ec-fa46-4b80-ba31-5672590b8852", "tenant_id": "f122901291c04acea0af92085785edc8", "port_range_min": null, "ethertype": "IPv6", "project_id": "f122901291c04acea0af92085785edc8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:06:13Z", "revision_number": 0, "id": "8794a2ad-f93b-4ae3-98dd-85527ee4f3bb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:06:13Z", "security_group_id": "f966d3ec-fa46-4b80-ba31-5672590b8852", "tenant_id": "f122901291c04acea0af92085785edc8", "port_range_min": null, "ethertype": "IPv4", "project_id": "f122901291c04acea0af92085785edc8"}], "revision_number": 2, "project_id": "f122901291c04acea0af92085785edc8", "id": "f966d3ec-fa46-4b80-ba31-5672590b8852", "name": "CreateSecurityGroupTests-7325e89f-c694-4bf8-9f60-2c8059b7d8afname"}]} 2018-08-12 08:06:14,924 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-7325e89f-c694-4bf8-9f60-2c8059b7d8afname used request id req-2c00aeec-c22d-4d72-8d43-2894e4a91758 2018-08-12 08:06:14,927 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:06:14,932 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:06:14 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:06:14,933 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/f122901291c04acea0af92085785edc8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3976708495d017d9f9f26f712542b04869412e58" 2018-08-12 08:06:15,024 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:06:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ede5576-06db-4c4e-8a37-a72ed0e13330 Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/f122901291c04acea0af92085785edc8"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "f122901291c04acea0af92085785edc8", "name": "CreateSecurityGroupTests-fdb543e1-21f8-4ec-proj"}} 2018-08-12 08:06:15,025 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/f122901291c04acea0af92085785edc8 used request id req-6ede5576-06db-4c4e-8a37-a72ed0e13330 2018-08-12 08:06:15,025 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f966d3ec-fa46-4b80-ba31-5672590b8852 2018-08-12 08:06:15,029 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=f966d3ec-fa46-4b80-ba31-5672590b8852 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3976708495d017d9f9f26f712542b04869412e58" 2018-08-12 08:06:15,217 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-6e11cbb7-189d-43ba-bab8-4d5d27ac0ea9 Date: Sun, 12 Aug 2018 08:06:15 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-12T08:06:13Z", "security_group_id": "f966d3ec-fa46-4b80-ba31-5672590b8852", "port_range_min": null, "revision_number": 0, "tenant_id": "f122901291c04acea0af92085785edc8", "created_at": "2018-08-12T08:06:13Z", "project_id": "f122901291c04acea0af92085785edc8", "id": "0e3b649d-0b6c-4589-b935-243154abecf1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:06:13Z", "security_group_id": "f966d3ec-fa46-4b80-ba31-5672590b8852", "port_range_min": null, "revision_number": 0, "tenant_id": "f122901291c04acea0af92085785edc8", "created_at": "2018-08-12T08:06:13Z", "project_id": "f122901291c04acea0af92085785edc8", "id": "8794a2ad-f93b-4ae3-98dd-85527ee4f3bb"}]} 2018-08-12 08:06:15,217 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=f966d3ec-fa46-4b80-ba31-5672590b8852 used request id req-6e11cbb7-189d-43ba-bab8-4d5d27ac0ea9 2018-08-12 08:06:15,222 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21: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}3976708495d017d9f9f26f712542b04869412e58" -d '{"security_group_rule": {"direction": "egress", "protocol": 17, "description": "test_rule_1", "ethertype": "IPv4", "port_range_max": 20, "security_group_id": "f966d3ec-fa46-4b80-ba31-5672590b8852", "port_range_min": 10}}' 2018-08-12 08:06:15,390 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 516 X-Openstack-Request-Id: req-26782bf8-670d-4214-b904-126b725d1196 Date: Sun, 12 Aug 2018 08:06:15 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-08-12T08:06:15Z", "security_group_id": "f966d3ec-fa46-4b80-ba31-5672590b8852", "port_range_min": 10, "revision_number": 0, "tenant_id": "f122901291c04acea0af92085785edc8", "created_at": "2018-08-12T08:06:15Z", "project_id": "f122901291c04acea0af92085785edc8", "id": "4ef6e565-0cf2-41fa-8e06-20f14932e684"}} 2018-08-12 08:06:15,390 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules used request id req-26782bf8-670d-4214-b904-126b725d1196 2018-08-12 08:06:15,390 - neutron_utils - INFO - Retrieving security group with ID - f966d3ec-fa46-4b80-ba31-5672590b8852 2018-08-12 08:06:15,395 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=f966d3ec-fa46-4b80-ba31-5672590b8852 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3976708495d017d9f9f26f712542b04869412e58" 2018-08-12 08:06:15,616 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1916 X-Openstack-Request-Id: req-877b74fb-ed3e-4a4c-8139-3a95a9ec7973 Date: Sun, 12 Aug 2018 08:06:15 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "f122901291c04acea0af92085785edc8", "created_at": "2018-08-12T08:06:13Z", "updated_at": "2018-08-12T08:06:15Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:06:13Z", "revision_number": 0, "id": "0e3b649d-0b6c-4589-b935-243154abecf1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:06:13Z", "security_group_id": "f966d3ec-fa46-4b80-ba31-5672590b8852", "tenant_id": "f122901291c04acea0af92085785edc8", "port_range_min": null, "ethertype": "IPv6", "project_id": "f122901291c04acea0af92085785edc8"}, {"direction": "egress", "protocol": "17", "description": "test_rule_1", "tags": [], "port_range_max": 20, "updated_at": "2018-08-12T08:06:15Z", "revision_number": 0, "id": "4ef6e565-0cf2-41fa-8e06-20f14932e684", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:06:15Z", "security_group_id": "f966d3ec-fa46-4b80-ba31-5672590b8852", "tenant_id": "f122901291c04acea0af92085785edc8", "port_range_min": 10, "ethertype": "IPv4", "project_id": "f122901291c04acea0af92085785edc8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:06:13Z", "revision_number": 0, "id": "8794a2ad-f93b-4ae3-98dd-85527ee4f3bb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:06:13Z", "security_group_id": "f966d3ec-fa46-4b80-ba31-5672590b8852", "tenant_id": "f122901291c04acea0af92085785edc8", "port_range_min": null, "ethertype": "IPv4", "project_id": "f122901291c04acea0af92085785edc8"}], "revision_number": 3, "project_id": "f122901291c04acea0af92085785edc8", "id": "f966d3ec-fa46-4b80-ba31-5672590b8852", "name": "CreateSecurityGroupTests-7325e89f-c694-4bf8-9f60-2c8059b7d8afname"}]} 2018-08-12 08:06:15,616 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=f966d3ec-fa46-4b80-ba31-5672590b8852 used request id req-877b74fb-ed3e-4a4c-8139-3a95a9ec7973 2018-08-12 08:06:15,617 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f966d3ec-fa46-4b80-ba31-5672590b8852 2018-08-12 08:06:15,621 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=f966d3ec-fa46-4b80-ba31-5672590b8852 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3976708495d017d9f9f26f712542b04869412e58" 2018-08-12 08:06:15,820 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1495 X-Openstack-Request-Id: req-781b42d8-376d-4941-b442-93170e61d102 Date: Sun, 12 Aug 2018 08:06:15 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-12T08:06:13Z", "security_group_id": "f966d3ec-fa46-4b80-ba31-5672590b8852", "port_range_min": null, "revision_number": 0, "tenant_id": "f122901291c04acea0af92085785edc8", "created_at": "2018-08-12T08:06:13Z", "project_id": "f122901291c04acea0af92085785edc8", "id": "0e3b649d-0b6c-4589-b935-243154abecf1"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-08-12T08:06:15Z", "security_group_id": "f966d3ec-fa46-4b80-ba31-5672590b8852", "port_range_min": 10, "revision_number": 0, "tenant_id": "f122901291c04acea0af92085785edc8", "created_at": "2018-08-12T08:06:15Z", "project_id": "f122901291c04acea0af92085785edc8", "id": "4ef6e565-0cf2-41fa-8e06-20f14932e684"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:06:13Z", "security_group_id": "f966d3ec-fa46-4b80-ba31-5672590b8852", "port_range_min": null, "revision_number": 0, "tenant_id": "f122901291c04acea0af92085785edc8", "created_at": "2018-08-12T08:06:13Z", "project_id": "f122901291c04acea0af92085785edc8", "id": "8794a2ad-f93b-4ae3-98dd-85527ee4f3bb"}]} 2018-08-12 08:06:15,820 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=f966d3ec-fa46-4b80-ba31-5672590b8852 used request id req-781b42d8-376d-4941-b442-93170e61d102 2018-08-12 08:06:15,821 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:06:16,228 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9d053e7a4b544028a1ba74a739b63f85", "name": "CreateSecurityGroupTests-fdb543e1-21f8-4ec-proj-role"}], "expires_at": "2018-08-12T09:06:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f122901291c04acea0af92085785edc8", "name": "CreateSecurityGroupTests-fdb543e1-21f8-4ec-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/f122901291c04acea0af92085785edc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/f122901291c04acea0af92085785edc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/f122901291c04acea0af92085785edc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_f122901291c04acea0af92085785edc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_f122901291c04acea0af92085785edc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/f122901291c04acea0af92085785edc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/f122901291c04acea0af92085785edc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/f122901291c04acea0af92085785edc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/f122901291c04acea0af92085785edc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/f122901291c04acea0af92085785edc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/f122901291c04acea0af92085785edc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f122901291c04acea0af92085785edc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/f122901291c04acea0af92085785edc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/f122901291c04acea0af92085785edc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-fdb543e1-21f8-4ec-user", "id": "a3db9a56dd584cf583b8eae0d8c2be03"}, "audit_ids": ["0EZwn0nIT1eoKpahz_3E5g"], "issued_at": "2018-08-12T08:06:16.000000Z"}} 2018-08-12 08:06:16,233 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-7325e89f-c694-4bf8-9f60-2c8059b7d8afname&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a30c48b4dabb9a225d8a1cc717ba2ce4df2258a4" 2018-08-12 08:06:16,436 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1916 X-Openstack-Request-Id: req-180e82a7-cf7a-4956-937c-73c58626af2b Date: Sun, 12 Aug 2018 08:06:16 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "f122901291c04acea0af92085785edc8", "created_at": "2018-08-12T08:06:13Z", "updated_at": "2018-08-12T08:06:15Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:06:13Z", "revision_number": 0, "id": "0e3b649d-0b6c-4589-b935-243154abecf1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:06:13Z", "security_group_id": "f966d3ec-fa46-4b80-ba31-5672590b8852", "tenant_id": "f122901291c04acea0af92085785edc8", "port_range_min": null, "ethertype": "IPv6", "project_id": "f122901291c04acea0af92085785edc8"}, {"direction": "egress", "protocol": "17", "description": "test_rule_1", "tags": [], "port_range_max": 20, "updated_at": "2018-08-12T08:06:15Z", "revision_number": 0, "id": "4ef6e565-0cf2-41fa-8e06-20f14932e684", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:06:15Z", "security_group_id": "f966d3ec-fa46-4b80-ba31-5672590b8852", "tenant_id": "f122901291c04acea0af92085785edc8", "port_range_min": 10, "ethertype": "IPv4", "project_id": "f122901291c04acea0af92085785edc8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:06:13Z", "revision_number": 0, "id": "8794a2ad-f93b-4ae3-98dd-85527ee4f3bb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:06:13Z", "security_group_id": "f966d3ec-fa46-4b80-ba31-5672590b8852", "tenant_id": "f122901291c04acea0af92085785edc8", "port_range_min": null, "ethertype": "IPv4", "project_id": "f122901291c04acea0af92085785edc8"}], "revision_number": 3, "project_id": "f122901291c04acea0af92085785edc8", "id": "f966d3ec-fa46-4b80-ba31-5672590b8852", "name": "CreateSecurityGroupTests-7325e89f-c694-4bf8-9f60-2c8059b7d8afname"}]} 2018-08-12 08:06:16,436 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-7325e89f-c694-4bf8-9f60-2c8059b7d8afname&description=hello+group used request id req-180e82a7-cf7a-4956-937c-73c58626af2b 2018-08-12 08:06:16,437 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f966d3ec-fa46-4b80-ba31-5672590b8852 2018-08-12 08:06:16,442 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=f966d3ec-fa46-4b80-ba31-5672590b8852 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a30c48b4dabb9a225d8a1cc717ba2ce4df2258a4" 2018-08-12 08:06:16,644 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1495 X-Openstack-Request-Id: req-7d76cbcf-8495-41df-ae5e-bb5bd2faa1ba Date: Sun, 12 Aug 2018 08:06:16 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-12T08:06:13Z", "security_group_id": "f966d3ec-fa46-4b80-ba31-5672590b8852", "port_range_min": null, "revision_number": 0, "tenant_id": "f122901291c04acea0af92085785edc8", "created_at": "2018-08-12T08:06:13Z", "project_id": "f122901291c04acea0af92085785edc8", "id": "0e3b649d-0b6c-4589-b935-243154abecf1"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-08-12T08:06:15Z", "security_group_id": "f966d3ec-fa46-4b80-ba31-5672590b8852", "port_range_min": 10, "revision_number": 0, "tenant_id": "f122901291c04acea0af92085785edc8", "created_at": "2018-08-12T08:06:15Z", "project_id": "f122901291c04acea0af92085785edc8", "id": "4ef6e565-0cf2-41fa-8e06-20f14932e684"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:06:13Z", "security_group_id": "f966d3ec-fa46-4b80-ba31-5672590b8852", "port_range_min": null, "revision_number": 0, "tenant_id": "f122901291c04acea0af92085785edc8", "created_at": "2018-08-12T08:06:13Z", "project_id": "f122901291c04acea0af92085785edc8", "id": "8794a2ad-f93b-4ae3-98dd-85527ee4f3bb"}]} 2018-08-12 08:06:16,644 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=f966d3ec-fa46-4b80-ba31-5672590b8852 used request id req-7d76cbcf-8495-41df-ae5e-bb5bd2faa1ba 2018-08-12 08:06:16,645 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f966d3ec-fa46-4b80-ba31-5672590b8852 2018-08-12 08:06:16,650 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=f966d3ec-fa46-4b80-ba31-5672590b8852 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a30c48b4dabb9a225d8a1cc717ba2ce4df2258a4" 2018-08-12 08:06:16,853 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1495 X-Openstack-Request-Id: req-8ef3420b-d6d1-4334-a716-d8c02b0f4c28 Date: Sun, 12 Aug 2018 08:06:16 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-12T08:06:13Z", "security_group_id": "f966d3ec-fa46-4b80-ba31-5672590b8852", "port_range_min": null, "revision_number": 0, "tenant_id": "f122901291c04acea0af92085785edc8", "created_at": "2018-08-12T08:06:13Z", "project_id": "f122901291c04acea0af92085785edc8", "id": "0e3b649d-0b6c-4589-b935-243154abecf1"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-08-12T08:06:15Z", "security_group_id": "f966d3ec-fa46-4b80-ba31-5672590b8852", "port_range_min": 10, "revision_number": 0, "tenant_id": "f122901291c04acea0af92085785edc8", "created_at": "2018-08-12T08:06:15Z", "project_id": "f122901291c04acea0af92085785edc8", "id": "4ef6e565-0cf2-41fa-8e06-20f14932e684"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:06:13Z", "security_group_id": "f966d3ec-fa46-4b80-ba31-5672590b8852", "port_range_min": null, "revision_number": 0, "tenant_id": "f122901291c04acea0af92085785edc8", "created_at": "2018-08-12T08:06:13Z", "project_id": "f122901291c04acea0af92085785edc8", "id": "8794a2ad-f93b-4ae3-98dd-85527ee4f3bb"}]} 2018-08-12 08:06:16,853 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=f966d3ec-fa46-4b80-ba31-5672590b8852 used request id req-8ef3420b-d6d1-4334-a716-d8c02b0f4c28 2018-08-12 08:06:16,859 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-7325e89f-c694-4bf8-9f60-2c8059b7d8afname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a30c48b4dabb9a225d8a1cc717ba2ce4df2258a4" 2018-08-12 08:06:17,159 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1916 X-Openstack-Request-Id: req-f4b0c21e-dbb5-46e1-9f55-1a4343217be3 Date: Sun, 12 Aug 2018 08:06:17 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "f122901291c04acea0af92085785edc8", "created_at": "2018-08-12T08:06:13Z", "updated_at": "2018-08-12T08:06:15Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:06:13Z", "revision_number": 0, "id": "0e3b649d-0b6c-4589-b935-243154abecf1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:06:13Z", "security_group_id": "f966d3ec-fa46-4b80-ba31-5672590b8852", "tenant_id": "f122901291c04acea0af92085785edc8", "port_range_min": null, "ethertype": "IPv6", "project_id": "f122901291c04acea0af92085785edc8"}, {"direction": "egress", "protocol": "17", "description": "test_rule_1", "tags": [], "port_range_max": 20, "updated_at": "2018-08-12T08:06:15Z", "revision_number": 0, "id": "4ef6e565-0cf2-41fa-8e06-20f14932e684", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:06:15Z", "security_group_id": "f966d3ec-fa46-4b80-ba31-5672590b8852", "tenant_id": "f122901291c04acea0af92085785edc8", "port_range_min": 10, "ethertype": "IPv4", "project_id": "f122901291c04acea0af92085785edc8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:06:13Z", "revision_number": 0, "id": "8794a2ad-f93b-4ae3-98dd-85527ee4f3bb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:06:13Z", "security_group_id": "f966d3ec-fa46-4b80-ba31-5672590b8852", "tenant_id": "f122901291c04acea0af92085785edc8", "port_range_min": null, "ethertype": "IPv4", "project_id": "f122901291c04acea0af92085785edc8"}], "revision_number": 3, "project_id": "f122901291c04acea0af92085785edc8", "id": "f966d3ec-fa46-4b80-ba31-5672590b8852", "name": "CreateSecurityGroupTests-7325e89f-c694-4bf8-9f60-2c8059b7d8afname"}]} 2018-08-12 08:06:17,159 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-7325e89f-c694-4bf8-9f60-2c8059b7d8afname used request id req-f4b0c21e-dbb5-46e1-9f55-1a4343217be3 2018-08-12 08:06:17,160 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f966d3ec-fa46-4b80-ba31-5672590b8852 2018-08-12 08:06:17,165 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=f966d3ec-fa46-4b80-ba31-5672590b8852 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a30c48b4dabb9a225d8a1cc717ba2ce4df2258a4" 2018-08-12 08:06:17,751 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1495 X-Openstack-Request-Id: req-47a0fb3d-3178-4a78-b82c-bf96f30e8c90 Date: Sun, 12 Aug 2018 08:06:17 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-12T08:06:13Z", "security_group_id": "f966d3ec-fa46-4b80-ba31-5672590b8852", "port_range_min": null, "revision_number": 0, "tenant_id": "f122901291c04acea0af92085785edc8", "created_at": "2018-08-12T08:06:13Z", "project_id": "f122901291c04acea0af92085785edc8", "id": "0e3b649d-0b6c-4589-b935-243154abecf1"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-08-12T08:06:15Z", "security_group_id": "f966d3ec-fa46-4b80-ba31-5672590b8852", "port_range_min": 10, "revision_number": 0, "tenant_id": "f122901291c04acea0af92085785edc8", "created_at": "2018-08-12T08:06:15Z", "project_id": "f122901291c04acea0af92085785edc8", "id": "4ef6e565-0cf2-41fa-8e06-20f14932e684"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:06:13Z", "security_group_id": "f966d3ec-fa46-4b80-ba31-5672590b8852", "port_range_min": null, "revision_number": 0, "tenant_id": "f122901291c04acea0af92085785edc8", "created_at": "2018-08-12T08:06:13Z", "project_id": "f122901291c04acea0af92085785edc8", "id": "8794a2ad-f93b-4ae3-98dd-85527ee4f3bb"}]} 2018-08-12 08:06:17,751 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=f966d3ec-fa46-4b80-ba31-5672590b8852 used request id req-47a0fb3d-3178-4a78-b82c-bf96f30e8c90 2018-08-12 08:06:17,756 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-7325e89f-c694-4bf8-9f60-2c8059b7d8afname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a30c48b4dabb9a225d8a1cc717ba2ce4df2258a4" 2018-08-12 08:06:17,978 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1916 X-Openstack-Request-Id: req-321b3be7-8a2a-44d9-bfa6-d6006f4cb5b0 Date: Sun, 12 Aug 2018 08:06:17 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "f122901291c04acea0af92085785edc8", "created_at": "2018-08-12T08:06:13Z", "updated_at": "2018-08-12T08:06:15Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:06:13Z", "revision_number": 0, "id": "0e3b649d-0b6c-4589-b935-243154abecf1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:06:13Z", "security_group_id": "f966d3ec-fa46-4b80-ba31-5672590b8852", "tenant_id": "f122901291c04acea0af92085785edc8", "port_range_min": null, "ethertype": "IPv6", "project_id": "f122901291c04acea0af92085785edc8"}, {"direction": "egress", "protocol": "17", "description": "test_rule_1", "tags": [], "port_range_max": 20, "updated_at": "2018-08-12T08:06:15Z", "revision_number": 0, "id": "4ef6e565-0cf2-41fa-8e06-20f14932e684", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:06:15Z", "security_group_id": "f966d3ec-fa46-4b80-ba31-5672590b8852", "tenant_id": "f122901291c04acea0af92085785edc8", "port_range_min": 10, "ethertype": "IPv4", "project_id": "f122901291c04acea0af92085785edc8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:06:13Z", "revision_number": 0, "id": "8794a2ad-f93b-4ae3-98dd-85527ee4f3bb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:06:13Z", "security_group_id": "f966d3ec-fa46-4b80-ba31-5672590b8852", "tenant_id": "f122901291c04acea0af92085785edc8", "port_range_min": null, "ethertype": "IPv4", "project_id": "f122901291c04acea0af92085785edc8"}], "revision_number": 3, "project_id": "f122901291c04acea0af92085785edc8", "id": "f966d3ec-fa46-4b80-ba31-5672590b8852", "name": "CreateSecurityGroupTests-7325e89f-c694-4bf8-9f60-2c8059b7d8afname"}]} 2018-08-12 08:06:17,978 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-7325e89f-c694-4bf8-9f60-2c8059b7d8afname used request id req-321b3be7-8a2a-44d9-bfa6-d6006f4cb5b0 2018-08-12 08:06:17,979 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f966d3ec-fa46-4b80-ba31-5672590b8852 2018-08-12 08:06:17,984 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=f966d3ec-fa46-4b80-ba31-5672590b8852 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a30c48b4dabb9a225d8a1cc717ba2ce4df2258a4" 2018-08-12 08:06:18,252 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1495 X-Openstack-Request-Id: req-24cf9dd7-02e8-41f9-841a-fda468873fb4 Date: Sun, 12 Aug 2018 08:06:18 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-12T08:06:13Z", "security_group_id": "f966d3ec-fa46-4b80-ba31-5672590b8852", "port_range_min": null, "revision_number": 0, "tenant_id": "f122901291c04acea0af92085785edc8", "created_at": "2018-08-12T08:06:13Z", "project_id": "f122901291c04acea0af92085785edc8", "id": "0e3b649d-0b6c-4589-b935-243154abecf1"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-08-12T08:06:15Z", "security_group_id": "f966d3ec-fa46-4b80-ba31-5672590b8852", "port_range_min": 10, "revision_number": 0, "tenant_id": "f122901291c04acea0af92085785edc8", "created_at": "2018-08-12T08:06:15Z", "project_id": "f122901291c04acea0af92085785edc8", "id": "4ef6e565-0cf2-41fa-8e06-20f14932e684"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:06:13Z", "security_group_id": "f966d3ec-fa46-4b80-ba31-5672590b8852", "port_range_min": null, "revision_number": 0, "tenant_id": "f122901291c04acea0af92085785edc8", "created_at": "2018-08-12T08:06:13Z", "project_id": "f122901291c04acea0af92085785edc8", "id": "8794a2ad-f93b-4ae3-98dd-85527ee4f3bb"}]} 2018-08-12 08:06:18,252 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=f966d3ec-fa46-4b80-ba31-5672590b8852 used request id req-24cf9dd7-02e8-41f9-841a-fda468873fb4 2018-08-12 08:06:18,253 - neutron_utils - INFO - Deleting security group rule with ID - 0e3b649d-0b6c-4589-b935-243154abecf1 2018-08-12 08:06:18,258 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/0e3b649d-0b6c-4589-b935-243154abecf1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3976708495d017d9f9f26f712542b04869412e58" 2018-08-12 08:06:18,519 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b02ce1be-8ea1-4893-9b36-e8040cb02051 Content-Length: 0 Date: Sun, 12 Aug 2018 08:06:18 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:06:18,519 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/0e3b649d-0b6c-4589-b935-243154abecf1 used request id req-b02ce1be-8ea1-4893-9b36-e8040cb02051 2018-08-12 08:06:18,519 - neutron_utils - INFO - Deleting security group rule with ID - 8794a2ad-f93b-4ae3-98dd-85527ee4f3bb 2018-08-12 08:06:18,524 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/8794a2ad-f93b-4ae3-98dd-85527ee4f3bb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3976708495d017d9f9f26f712542b04869412e58" 2018-08-12 08:06:18,631 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-477531f5-674d-4de9-a5fa-49cf9b62b12f Content-Length: 0 Date: Sun, 12 Aug 2018 08:06:18 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:06:18,631 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/8794a2ad-f93b-4ae3-98dd-85527ee4f3bb used request id req-477531f5-674d-4de9-a5fa-49cf9b62b12f 2018-08-12 08:06:18,632 - neutron_utils - INFO - Deleting security group rule with ID - 4ef6e565-0cf2-41fa-8e06-20f14932e684 2018-08-12 08:06:18,637 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/4ef6e565-0cf2-41fa-8e06-20f14932e684 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3976708495d017d9f9f26f712542b04869412e58" 2018-08-12 08:06:18,905 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f8551763-a00f-4627-8c6b-a1dcd863e437 Content-Length: 0 Date: Sun, 12 Aug 2018 08:06:18 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:06:18,905 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/4ef6e565-0cf2-41fa-8e06-20f14932e684 used request id req-f8551763-a00f-4627-8c6b-a1dcd863e437 2018-08-12 08:06:18,906 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-7325e89f-c694-4bf8-9f60-2c8059b7d8afname 2018-08-12 08:06:18,910 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/f966d3ec-fa46-4b80-ba31-5672590b8852 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3976708495d017d9f9f26f712542b04869412e58" 2018-08-12 08:06:19,240 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b548f5c1-20c4-4cc7-827d-f20a69934936 Content-Length: 0 Date: Sun, 12 Aug 2018 08:06:19 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:06:19,240 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/f966d3ec-fa46-4b80-ba31-5672590b8852 used request id req-b548f5c1-20c4-4cc7-827d-f20a69934936 2018-08-12 08:06:19,241 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:06:19,241 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:06:19,241 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:06:19,242 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:06:19,242 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:06:19,248 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54b00dc392c6787221d8ac7d82f9e5a6e35f4d3c" 2018-08-12 08:06:19,517 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 45548 X-Openstack-Request-Id: req-9f6a4ec3-1466-478c-bc1c-a2cf9225eb3c Date: Sun, 12 Aug 2018 08:06:19 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "created_at": "2018-08-12T06:59:44Z", "updated_at": "2018-08-12T06:59:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "1d7fd960-7865-4453-aecc-8d399b4fad21", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "66820d8a-b785-4b18-bd67-500221c8e4f9", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "74fc7638-a322-4841-8c47-06d36174a200", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "8eaa09ec-8419-4582-9312-1e527afe6e4b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}], "revision_number": 4, "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "created_at": "2018-08-12T05:12:34Z", "updated_at": "2018-08-12T05:12:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "709513d2-af7d-4d0b-bd3c-604fed75a711", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "aa346066-e46f-44f2-94be-2884aa998a19", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "c15f7b93-e56c-4afa-867d-2acb286d4b7b", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "cb0ef83f-5f70-4a80-ad35-431ca9df551e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}], "revision_number": 4, "project_id": "fa5a7fe6ee54472ba01638877aade8e3", "id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ea65becf30e54b27aa96a449698a435e", "created_at": "2018-08-12T05:10:35Z", "updated_at": "2018-08-12T05:10:35Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "30ad280c-f302-4cd4-a438-5139917b56f9", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "76115c4c-887d-4f0a-83e2-486e4b39c713", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "8ab14937-4c08-4d43-8a9a-662e622cc643", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "ee757a03-5662-4273-9c3e-6212e7afb48f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}], "revision_number": 4, "project_id": "ea65becf30e54b27aa96a449698a435e", "id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f122901291c04acea0af92085785edc8", "created_at": "2018-08-12T08:06:12Z", "updated_at": "2018-08-12T08:06:12Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:06:12Z", "revision_number": 0, "id": "05eba2cf-6e66-45c3-9eeb-e93f0d85c91b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:06:12Z", "security_group_id": "4c04a0ae-8a81-4361-a177-164d29f6fb52", "tenant_id": "f122901291c04acea0af92085785edc8", "port_range_min": null, "ethertype": "IPv6", "project_id": "f122901291c04acea0af92085785edc8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:06:12Z", "revision_number": 0, "id": "4084648e-a606-4a8a-bc18-1bd8b206d5c1", "remote_group_id": "4c04a0ae-8a81-4361-a177-164d29f6fb52", "remote_ip_prefix": null, "created_at": "2018-08-12T08:06:12Z", "security_group_id": "4c04a0ae-8a81-4361-a177-164d29f6fb52", "tenant_id": "f122901291c04acea0af92085785edc8", "port_range_min": null, "ethertype": "IPv6", "project_id": "f122901291c04acea0af92085785edc8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:06:12Z", "revision_number": 0, "id": "57b384b5-5dcb-4209-94b6-3bbc842106c4", "remote_group_id": "4c04a0ae-8a81-4361-a177-164d29f6fb52", "remote_ip_prefix": null, "created_at": "2018-08-12T08:06:12Z", "security_group_id": "4c04a0ae-8a81-4361-a177-164d29f6fb52", "tenant_id": "f122901291c04acea0af92085785edc8", "port_range_min": null, "ethertype": "IPv4", "project_id": "f122901291c04acea0af92085785edc8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:06:12Z", "revision_number": 0, "id": "eb4dca8f-3dc7-4b59-99da-a695a7936095", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:06:12Z", "security_group_id": "4c04a0ae-8a81-4361-a177-164d29f6fb52", "tenant_id": "f122901291c04acea0af92085785edc8", "port_range_min": null, "ethertype": "IPv4", "project_id": "f122901291c04acea0af92085785edc8"}], "revision_number": 4, "project_id": "f122901291c04acea0af92085785edc8", "id": "4c04a0ae-8a81-4361-a177-164d29f6fb52", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "created_at": "2018-08-12T06:20:09Z", "updated_at": "2018-08-12T06:20:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "1123b8f2-75ac-4a26-b9b2-a96da97408e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "2ddd2b93-e080-48cd-9a50-f5fe8a82ad0c", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "cd1bae62-0aea-4438-b4c3-50a69ae6f855", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "e398e01e-ceea-46d1-9534-b929808c4a5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}], "revision_number": 4, "project_id": "ff7abd7bb61f4f2889831e932d65dc2e", "id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "created_at": "2018-08-12T05:34:57Z", "updated_at": "2018-08-12T05:34:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "208a1c1e-f5f8-49c7-9a25-d07e68b1541f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "27bfd867-e607-4bf8-9de8-60682d3f771d", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "49360e1f-6fd3-4f35-b339-24cea95773ee", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "60f631a9-d305-4920-9631-d0543e2ac64f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}], "revision_number": 4, "project_id": "3a85ceae958d4d9fba68847e7df67db8", "id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "created_at": "2018-08-12T05:34:40Z", "updated_at": "2018-08-12T05:34:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "2192c259-363e-4768-ae73-e75837ad63b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "3f87ddc5-f84d-41dc-8215-847724782569", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "7d89f6da-ea78-49dd-9115-f9ad23b250bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "9ec4497d-0f65-44db-9be9-7b3042e4a584", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}], "revision_number": 4, "project_id": "85517fcf1c6247e699fdcdd42ecc8c79", "id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "created_at": "2018-08-12T05:16:02Z", "updated_at": "2018-08-12T05:16:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "1ecacd8c-c1c7-4a66-9871-406a69323b43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "3cc1750c-e0e7-4902-b6f3-494a161b832e", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "d719a7a4-8c99-44ed-8c12-6bf071890203", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "fe7421b5-d577-41da-8c78-62f3c07eda92", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}], "revision_number": 4, "project_id": "a267b9a156244bb192691cff6e5f74fe", "id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "315a428116f24d9fbb826b37080a918e", "created_at": "2018-08-12T05:11:31Z", "updated_at": "2018-08-12T05:11:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "5e52886a-1dc3-4a81-a55d-f388dc4fd1a1", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "678e32e4-d64c-448a-a4ab-e253ab94ae90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "a8da1539-e3ad-4f90-b2df-3dc1f09d228a", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "b73d5cc9-0205-4658-bb1f-61a042c0ab8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}], "revision_number": 4, "project_id": "315a428116f24d9fbb826b37080a918e", "id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-12T05:08:01Z", "updated_at": "2018-08-12T05:08:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:01Z", "revision_number": 0, "id": "0fb05d03-1117-45d0-930c-b6d4c96ef102", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "4faaab33-5788-4bbd-85b8-0fb44d41413a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "96d0c5a0-5c67-421b-8fc8-2b46d77e5db3", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "dd78519b-4bc5-4e8e-ad0f-58089dd69347", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "11a46741b7954b959fd7764109c047b6", "created_at": "2018-08-12T05:34:51Z", "updated_at": "2018-08-12T05:34:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "0b67bf3c-2289-43bb-ab6c-7d25ec32a279", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "51f3f833-337a-42bd-a8d5-742ea8d6c226", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "571fd0b5-ef90-408d-af33-aafb517b8993", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "944ba823-fb9c-496e-a66e-bb426bb14a8d", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}], "revision_number": 4, "project_id": "11a46741b7954b959fd7764109c047b6", "id": "90af9782-8112-4257-801d-ee5115d226ba", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "created_at": "2018-08-12T05:34:26Z", "updated_at": "2018-08-12T05:34:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "2ee1f63a-807c-4d6a-85ee-dd784f6b8c3f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5dec3ec2-2add-47dd-8618-90659dcf3885", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5ea0dc3e-49d0-43f0-94e9-f6443527d14c", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "fbfaca22-7e3e-4128-8973-43e439b77c28", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}], "revision_number": 4, "project_id": "3c01cd58055c44ecaef39f7e625c2258", "id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "521007c1818145639e93ceb270559219", "created_at": "2018-08-12T05:13:27Z", "updated_at": "2018-08-12T05:13:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "5e7fede5-b0f2-47d8-95c3-516cdfc7f9de", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "8fd0e36f-c6c4-4f64-ba97-40439e614448", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "db7d79de-1dfc-4138-945f-91e74cdc266b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "e87f2cff-ff3e-4b6d-aaf0-7f0eb0ab9f05", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}], "revision_number": 4, "project_id": "521007c1818145639e93ceb270559219", "id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "created_at": "2018-08-12T05:08:18Z", "updated_at": "2018-08-12T05:08:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "3c67be40-bf74-4f97-9693-d93ce73a23b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "6112d869-2fc6-4a25-a13c-3d55cd7206c0", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "bdf21c56-453e-482e-9cba-3c55abcb0339", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "c8e92c39-38cc-4f48-be9c-5f0912e6a725", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}], "revision_number": 4, "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "created_at": "2018-08-12T05:04:23Z", "updated_at": "2018-08-12T05:04:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "280546d9-8ad1-4283-abfc-15ee9b1736c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "58bce125-f2ca-4a6d-b9ca-4e6cf5c0f7a5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "69275b9a-cfb5-482c-a9c4-8ffc79adf2c7", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "6d747f3a-3764-469a-a645-f977585c5aac", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}], "revision_number": 4, "project_id": "310f5853751a4c968f3eeb0a3d99a0a8", "id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "created_at": "2018-08-12T05:34:42Z", "updated_at": "2018-08-12T05:34:42Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "199582e8-25aa-457a-aa7c-6d8413ca4464", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "234f3609-4454-448f-919d-c8143c7cd764", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "c1061460-71a2-49a9-a04b-9fa33eeb17ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "d21ac532-51d8-4d6b-8300-7bac216759bf", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}], "revision_number": 4, "project_id": "9f6c1a272706419c9a74b0893b2890e8", "id": "d6739716-c693-460c-89c6-e7c8c48f8245", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "created_at": "2018-08-12T05:34:54Z", "updated_at": "2018-08-12T05:34:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "0633a05a-ee7d-4476-a56b-75d011b22f77", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "6cc1b9f8-73db-47a3-a0e0-3c96c43f34da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "90d99a6b-e94f-4fd8-a10c-f19dd8954c13", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "e843c139-af2a-4d2c-a24f-59f7b10ff72e", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}], "revision_number": 4, "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "created_at": "2018-08-12T05:09:07Z", "updated_at": "2018-08-12T05:09:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "5495e168-f505-4d74-ae6d-387f0bf533c2", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "6fd19b8b-3062-456e-81ba-3ff37fe43429", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8ca59d25-485c-46ce-939c-2e4a468caeac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8f190846-50a0-42b9-b571-390809b752b1", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}], "revision_number": 4, "project_id": "fa9ca6d7608b4d7d87ce97331679a481", "id": "edcd9b17-9416-4c25-823c-060c435e18d7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "created_at": "2018-08-12T05:34:52Z", "updated_at": "2018-08-12T05:34:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "2c7e484e-6ec5-4a95-8c9c-66d294c0c27e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "70c74258-3c2c-4efc-87e0-079c26ee3417", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "b70382fa-082e-4c2b-abc8-87490fa50b11", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "c3628e02-b4b6-42c9-8751-c1a2d3c19caa", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}], "revision_number": 4, "project_id": "87db863ba6e348b0a5ddcb67053db9d1", "id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "name": "default"}]} 2018-08-12 08:06:19,518 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-9f6a4ec3-1466-478c-bc1c-a2cf9225eb3c 2018-08-12 08:06:19,526 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54b00dc392c6787221d8ac7d82f9e5a6e35f4d3c" 2018-08-12 08:06:19,611 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:06:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-addbb1b3-1393-4d41-b0c5-1a62c0297d32 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 5fe28c13d4d74ba2be8d019ac1ea6363.", "code": 404, "title": "Not Found"}} 2018-08-12 08:06:19,611 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 used request id req-addbb1b3-1393-4d41-b0c5-1a62c0297d32 2018-08-12 08:06:19,611 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:06:19,615 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54b00dc392c6787221d8ac7d82f9e5a6e35f4d3c" 2018-08-12 08:06:19,708 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:06:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cb1d8ef9-972d-43ec-8716-392f7ab92e58 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa5a7fe6ee54472ba01638877aade8e3.", "code": 404, "title": "Not Found"}} 2018-08-12 08:06:19,709 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 used request id req-cb1d8ef9-972d-43ec-8716-392f7ab92e58 2018-08-12 08:06:19,709 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:06:19,712 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54b00dc392c6787221d8ac7d82f9e5a6e35f4d3c" 2018-08-12 08:06:19,728 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:06:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5b4e5fa7-be4b-43d8-86bd-613249fcc40d Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ea65becf30e54b27aa96a449698a435e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:06:19,728 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e used request id req-5b4e5fa7-be4b-43d8-86bd-613249fcc40d 2018-08-12 08:06:19,728 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:06:19,731 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/f122901291c04acea0af92085785edc8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54b00dc392c6787221d8ac7d82f9e5a6e35f4d3c" 2018-08-12 08:06:19,821 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:06:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-74e8c6af-0049-4d7c-b317-3a96092dcda1 Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/f122901291c04acea0af92085785edc8"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "f122901291c04acea0af92085785edc8", "name": "CreateSecurityGroupTests-fdb543e1-21f8-4ec-proj"}} 2018-08-12 08:06:19,821 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/f122901291c04acea0af92085785edc8 used request id req-74e8c6af-0049-4d7c-b317-3a96092dcda1 2018-08-12 08:06:19,821 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4c04a0ae-8a81-4361-a177-164d29f6fb52 2018-08-12 08:06:19,826 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=4c04a0ae-8a81-4361-a177-164d29f6fb52 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54b00dc392c6787221d8ac7d82f9e5a6e35f4d3c" 2018-08-12 08:06:20,010 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-4cb80277-b05f-4c4b-8564-4db8463846d1 Date: Sun, 12 Aug 2018 08:06:20 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-12T08:06:12Z", "security_group_id": "4c04a0ae-8a81-4361-a177-164d29f6fb52", "port_range_min": null, "revision_number": 0, "tenant_id": "f122901291c04acea0af92085785edc8", "created_at": "2018-08-12T08:06:12Z", "project_id": "f122901291c04acea0af92085785edc8", "id": "05eba2cf-6e66-45c3-9eeb-e93f0d85c91b"}, {"remote_group_id": "4c04a0ae-8a81-4361-a177-164d29f6fb52", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:06:12Z", "security_group_id": "4c04a0ae-8a81-4361-a177-164d29f6fb52", "port_range_min": null, "revision_number": 0, "tenant_id": "f122901291c04acea0af92085785edc8", "created_at": "2018-08-12T08:06:12Z", "project_id": "f122901291c04acea0af92085785edc8", "id": "4084648e-a606-4a8a-bc18-1bd8b206d5c1"}, {"remote_group_id": "4c04a0ae-8a81-4361-a177-164d29f6fb52", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:06:12Z", "security_group_id": "4c04a0ae-8a81-4361-a177-164d29f6fb52", "port_range_min": null, "revision_number": 0, "tenant_id": "f122901291c04acea0af92085785edc8", "created_at": "2018-08-12T08:06:12Z", "project_id": "f122901291c04acea0af92085785edc8", "id": "57b384b5-5dcb-4209-94b6-3bbc842106c4"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:06:12Z", "security_group_id": "4c04a0ae-8a81-4361-a177-164d29f6fb52", "port_range_min": null, "revision_number": 0, "tenant_id": "f122901291c04acea0af92085785edc8", "created_at": "2018-08-12T08:06:12Z", "project_id": "f122901291c04acea0af92085785edc8", "id": "eb4dca8f-3dc7-4b59-99da-a695a7936095"}]} 2018-08-12 08:06:20,010 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=4c04a0ae-8a81-4361-a177-164d29f6fb52 used request id req-4cb80277-b05f-4c4b-8564-4db8463846d1 2018-08-12 08:06:20,011 - neutron_utils - INFO - Deleting security group with name - default 2018-08-12 08:06:20,016 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/4c04a0ae-8a81-4361-a177-164d29f6fb52 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54b00dc392c6787221d8ac7d82f9e5a6e35f4d3c" 2018-08-12 08:06:20,382 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9162273e-57d7-4c1c-beae-c7a45db96aae Content-Length: 0 Date: Sun, 12 Aug 2018 08:06:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:06:20,382 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/4c04a0ae-8a81-4361-a177-164d29f6fb52 used request id req-9162273e-57d7-4c1c-beae-c7a45db96aae 2018-08-12 08:06:20,383 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-fdb543e1-21f8-4ec-proj 2018-08-12 08:06:20,386 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/f122901291c04acea0af92085785edc8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54b00dc392c6787221d8ac7d82f9e5a6e35f4d3c" 2018-08-12 08:06:20,653 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:06:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-38335d4c-fef6-46b1-8210-d806f7f30dd4 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 08:06:20,653 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/f122901291c04acea0af92085785edc8 used request id req-38335d4c-fef6-46b1-8210-d806f7f30dd4 2018-08-12 08:06:20,653 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-fdb543e1-21f8-4ec-proj-role 2018-08-12 08:06:20,657 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/9d053e7a4b544028a1ba74a739b63f85 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54b00dc392c6787221d8ac7d82f9e5a6e35f4d3c" 2018-08-12 08:06:20,773 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:06:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6bdc2d8f-8ed8-4635-a0e5-b0c8d7f75970 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 08:06:20,773 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/9d053e7a4b544028a1ba74a739b63f85 used request id req-6bdc2d8f-8ed8-4635-a0e5-b0c8d7f75970 2018-08-12 08:06:20,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54b00dc392c6787221d8ac7d82f9e5a6e35f4d3c" 2018-08-12 08:06:20,859 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:06:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3cf0474f-77eb-4701-8746-18f08f6e391c Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:06:20,860 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-3cf0474f-77eb-4701-8746-18f08f6e391c 2018-08-12 08:06:20,860 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-fdb543e1-21f8-4ec-user 2018-08-12 08:06:20,864 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/a3db9a56dd584cf583b8eae0d8c2be03 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ccb254696fc28eed4d8fca2c526682f37301b03d" 2018-08-12 08:06:21,145 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:06:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f4f51950-6919-4235-a2cf-d6be1c9fdd6c 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 08:06:21,145 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/a3db9a56dd584cf583b8eae0d8c2be03 used request id req-f4f51950-6919-4235-a2cf-d6be1c9fdd6c 2018-08-12 08:06:21,147 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:06:21,547 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:06:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["GyC7AbdESlKjDOZX5Xo5NA"], "issued_at": "2018-08-12T08:06:21.000000Z"}} 2018-08-12 08:06:21,547 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}070becb9fe8737a9be0a42f28902c46228437ecc" 2018-08-12 08:06:21,630 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:06:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d929ea8d-4a70-4bca-a2e6-45abadcc1430 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:06:21,630 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-d929ea8d-4a70-4bca-a2e6-45abadcc1430 2018-08-12 08:06:21,632 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:06:21,632 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:06:22,030 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:06:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["0w5525wvRnuQOOpmwUI1ww"], "issued_at": "2018-08-12T08:06:22.000000Z"}} 2018-08-12 08:06:22,030 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}76b0f3d15d9890062b934785a379c6319bdd1e7b" 2018-08-12 08:06:22,120 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:06:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-39e836d8-219a-460a-9e06-63aa4ed477d0 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:06:22,120 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-39e836d8-219a-460a-9e06-63aa4ed477d0 2018-08-12 08:06:22,124 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:06:22,130 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:06:22 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:06:22,130 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-880dee62-3334-424-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76b0f3d15d9890062b934785a379c6319bdd1e7b" 2018-08-12 08:06:22,225 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:06:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b2ff254d-66e5-4bb6-aba7-2679d7243f92 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-880dee62-3334-424-proj", "previous": null, "next": null}, "projects": []} 2018-08-12 08:06:22,225 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-880dee62-3334-424-proj used request id req-b2ff254d-66e5-4bb6-aba7-2679d7243f92 2018-08-12 08:06:22,229 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76b0f3d15d9890062b934785a379c6319bdd1e7b" 2018-08-12 08:06:22,326 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:06:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f9e6edb9-4344-46d8-9de7-e2c99528018d Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:06:22,326 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-f9e6edb9-4344-46d8-9de7-e2c99528018d 2018-08-12 08:06:22,330 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76b0f3d15d9890062b934785a379c6319bdd1e7b" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSecurityGroupTests-880dee62-3334-424-proj"}}' 2018-08-12 08:06:22,443 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:06:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-64d943b9-ebc1-44e3-9511-5712bac0d228 Content-Length: 321 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/23abf2ffe1bb492ba2b8086c05b2dbb5"}, "tags": [], "enabled": true, "id": "23abf2ffe1bb492ba2b8086c05b2dbb5", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-880dee62-3334-424-proj"}} 2018-08-12 08:06:22,443 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-64d943b9-ebc1-44e3-9511-5712bac0d228 2018-08-12 08:06:22,444 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-880dee62-3334-424-proj 2018-08-12 08:06:22,444 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:06:22,445 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:06:22,851 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:06:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["0m5074nQSW2PbUSo9CoynQ"], "issued_at": "2018-08-12T08:06:22.000000Z"}} 2018-08-12 08:06:22,851 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}fd4b87f3017ff171eefa225cd8e0bfef26a29cc4" 2018-08-12 08:06:23,046 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:06:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-275b66f3-d59e-464f-bd2a-d8c1c4d32464 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:06:23,046 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-275b66f3-d59e-464f-bd2a-d8c1c4d32464 2018-08-12 08:06:23,050 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:06:23,055 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:06:23 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:06:23,056 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd4b87f3017ff171eefa225cd8e0bfef26a29cc4" 2018-08-12 08:06:23,162 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:06:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-11bee907-2825-41ce-8915-96c9a89d56cd Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/105a247548624314b9228f85f6325f0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105a247548624314b9228f85f6325f0b", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/1c5de0eaa44543f08da6ad63a51594ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c5de0eaa44543f08da6ad63a51594ff", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/1d127b5b832547a88a547c116dfdd65b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d127b5b832547a88a547c116dfdd65b", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/1d5cfc170d624ce4ae53ae0507c8d517"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d5cfc170d624ce4ae53ae0507c8d517", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/2421820b75eb4d3ebd02830378d1377b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2421820b75eb4d3ebd02830378d1377b", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/40bd8ee54ecf44868cc83cede652c396"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40bd8ee54ecf44868cc83cede652c396", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/4f32fb8153854c4c9f5094b42b523f80"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f32fb8153854c4c9f5094b42b523f80", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7066130d08fb4db7bf4ab468de53933b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7066130d08fb4db7bf4ab468de53933b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/8d0898a83bcf4521bbc11501d5d7ac89"}, "domain_id": "1eec97585bde483292ece28ee11f4b8d", "enabled": true, "options": {}, "id": "8d0898a83bcf4521bbc11501d5d7ac89", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/9defcced327d476f8a3beab718a13da3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9defcced327d476f8a3beab718a13da3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/b80ee4f6992446e0879624dd436e99a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b80ee4f6992446e0879624dd436e99a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b86fd3e011324d398fcdb6f095a20a9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b86fd3e011324d398fcdb6f095a20a9d", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1701d2754064b5cadf765ea0806f9b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1701d2754064b5cadf765ea0806f9b2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/db4e7b8d76d549faa502716565c733dd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db4e7b8d76d549faa502716565c733dd", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-12 08:06:23,162 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-11bee907-2825-41ce-8915-96c9a89d56cd 2018-08-12 08:06:23,166 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateSecurityGroupTests-880dee62-3334-424-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd4b87f3017ff171eefa225cd8e0bfef26a29cc4" 2018-08-12 08:06:23,256 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:06:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ae5deaa0-8f59-4304-a38b-48eda5d75c2a Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateSecurityGroupTests-880dee62-3334-424-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/23abf2ffe1bb492ba2b8086c05b2dbb5"}, "tags": [], "enabled": true, "id": "23abf2ffe1bb492ba2b8086c05b2dbb5", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-880dee62-3334-424-proj"}]} 2018-08-12 08:06:23,257 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateSecurityGroupTests-880dee62-3334-424-proj used request id req-ae5deaa0-8f59-4304-a38b-48eda5d75c2a 2018-08-12 08:06:23,260 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd4b87f3017ff171eefa225cd8e0bfef26a29cc4" 2018-08-12 08:06:23,348 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:06:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b7802c89-f892-4d26-b16b-2a434d603158 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:06:23,348 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-b7802c89-f892-4d26-b16b-2a434d603158 2018-08-12 08:06:23,725 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-880dee62-3334-424-user 2018-08-12 08:06:23,725 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:06:23,729 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76b0f3d15d9890062b934785a379c6319bdd1e7b" 2018-08-12 08:06:23,820 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:06:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8ad7ce92-cdb2-4cf1-b227-8f111b78088b Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:06:23,821 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-8ad7ce92-cdb2-4cf1-b227-8f111b78088b 2018-08-12 08:06:23,824 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76b0f3d15d9890062b934785a379c6319bdd1e7b" -d '{"role": {"name": "CreateSecurityGroupTests-880dee62-3334-424-proj-role"}}' 2018-08-12 08:06:23,940 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:06:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f62bd32d-458a-4590-b526-7fc9362f371d Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "2f72b33d32c64d48a05d2e5a56523fee", "links": {"self": "http://172.30.9.21:5000/v3/roles/2f72b33d32c64d48a05d2e5a56523fee"}, "name": "CreateSecurityGroupTests-880dee62-3334-424-proj-role"}} 2018-08-12 08:06:23,941 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-f62bd32d-458a-4590-b526-7fc9362f371d 2018-08-12 08:06:23,941 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-880dee62-3334-424-proj-role 2018-08-12 08:06:23,944 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/2f72b33d32c64d48a05d2e5a56523fee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76b0f3d15d9890062b934785a379c6319bdd1e7b" 2018-08-12 08:06:24,034 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:06:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c0af6650-7df0-4856-8564-e71dfe82f926 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "2f72b33d32c64d48a05d2e5a56523fee", "links": {"self": "http://172.30.9.21:5000/v3/roles/2f72b33d32c64d48a05d2e5a56523fee"}, "name": "CreateSecurityGroupTests-880dee62-3334-424-proj-role"}} 2018-08-12 08:06:24,034 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/2f72b33d32c64d48a05d2e5a56523fee used request id req-c0af6650-7df0-4856-8564-e71dfe82f926 2018-08-12 08:06:24,035 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-880dee62-3334-424-proj-role to project CreateSecurityGroupTests-880dee62-3334-424-proj 2018-08-12 08:06:24,038 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/23abf2ffe1bb492ba2b8086c05b2dbb5/users/71bdf24cc6e948d897bbf6f3357c9cf3/roles/2f72b33d32c64d48a05d2e5a56523fee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76b0f3d15d9890062b934785a379c6319bdd1e7b" 2018-08-12 08:06:24,170 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:06:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-77194c17-daef-44ee-8e2a-4face45dc62b 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 08:06:24,171 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/23abf2ffe1bb492ba2b8086c05b2dbb5/users/71bdf24cc6e948d897bbf6f3357c9cf3/roles/2f72b33d32c64d48a05d2e5a56523fee used request id req-77194c17-daef-44ee-8e2a-4face45dc62b 2018-08-12 08:06:24,171 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:06:24,171 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:06:24,171 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:06:24,172 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:06:24,172 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:06:24,173 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:06:24,174 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:06:24,560 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2f72b33d32c64d48a05d2e5a56523fee", "name": "CreateSecurityGroupTests-880dee62-3334-424-proj-role"}], "expires_at": "2018-08-12T09:06:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "23abf2ffe1bb492ba2b8086c05b2dbb5", "name": "CreateSecurityGroupTests-880dee62-3334-424-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/23abf2ffe1bb492ba2b8086c05b2dbb5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/23abf2ffe1bb492ba2b8086c05b2dbb5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/23abf2ffe1bb492ba2b8086c05b2dbb5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_23abf2ffe1bb492ba2b8086c05b2dbb5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_23abf2ffe1bb492ba2b8086c05b2dbb5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/23abf2ffe1bb492ba2b8086c05b2dbb5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/23abf2ffe1bb492ba2b8086c05b2dbb5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/23abf2ffe1bb492ba2b8086c05b2dbb5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/23abf2ffe1bb492ba2b8086c05b2dbb5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/23abf2ffe1bb492ba2b8086c05b2dbb5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/23abf2ffe1bb492ba2b8086c05b2dbb5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/23abf2ffe1bb492ba2b8086c05b2dbb5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/23abf2ffe1bb492ba2b8086c05b2dbb5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/23abf2ffe1bb492ba2b8086c05b2dbb5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-880dee62-3334-424-user", "id": "71bdf24cc6e948d897bbf6f3357c9cf3"}, "audit_ids": ["ujNyKtG8SyOOz3LcILMJmw"], "issued_at": "2018-08-12T08:06:24.000000Z"}} 2018-08-12 08:06:24,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}2529eaf43265367960cd6d7f74fa7fac4ddc6e9c" 2018-08-12 08:06:24,649 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:06:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-323bded6-a819-49a0-8126-51fabc44d62a Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:06:24,649 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-323bded6-a819-49a0-8126-51fabc44d62a 2018-08-12 08:06:24,650 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:06:24,650 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:06:24,650 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:06:24,650 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:06:24,651 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:06:24,658 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-54e48e52-f4a0-4848-8beb-1d0d15e0641fname&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2529eaf43265367960cd6d7f74fa7fac4ddc6e9c" 2018-08-12 08:06:24,997 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-4ad9ef47-9616-4819-ac71-416f621dd63a Date: Sun, 12 Aug 2018 08:06:24 GMT RESP BODY: {"security_groups": []} 2018-08-12 08:06:24,997 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-54e48e52-f4a0-4848-8beb-1d0d15e0641fname&description=hello+group used request id req-4ad9ef47-9616-4819-ac71-416f621dd63a 2018-08-12 08:06:24,998 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-54e48e52-f4a0-4848-8beb-1d0d15e0641fname... 2018-08-12 08:06:24,998 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-54e48e52-f4a0-4848-8beb-1d0d15e0641fname 2018-08-12 08:06:25,003 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2529eaf43265367960cd6d7f74fa7fac4ddc6e9c" -d '{"security_group": {"name": "CreateSecurityGroupTests-54e48e52-f4a0-4848-8beb-1d0d15e0641fname", "description": "hello group"}}' 2018-08-12 08:06:25,491 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1408 X-Openstack-Request-Id: req-04049701-f44e-417c-aa7a-38825c546c2b Date: Sun, 12 Aug 2018 08:06:25 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "23abf2ffe1bb492ba2b8086c05b2dbb5", "created_at": "2018-08-12T08:06:25Z", "updated_at": "2018-08-12T08:06:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:06:25Z", "revision_number": 0, "id": "3a9bdf9d-58ee-4575-b1b0-768238f44d78", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:06:25Z", "security_group_id": "a735cf75-9941-4526-99c0-55ac5154503b", "tenant_id": "23abf2ffe1bb492ba2b8086c05b2dbb5", "port_range_min": null, "ethertype": "IPv6", "project_id": "23abf2ffe1bb492ba2b8086c05b2dbb5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:06:25Z", "revision_number": 0, "id": "c17c0730-4dcb-4666-9872-343f05dd3b7c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:06:25Z", "security_group_id": "a735cf75-9941-4526-99c0-55ac5154503b", "tenant_id": "23abf2ffe1bb492ba2b8086c05b2dbb5", "port_range_min": null, "ethertype": "IPv4", "project_id": "23abf2ffe1bb492ba2b8086c05b2dbb5"}], "revision_number": 2, "project_id": "23abf2ffe1bb492ba2b8086c05b2dbb5", "id": "a735cf75-9941-4526-99c0-55ac5154503b", "name": "CreateSecurityGroupTests-54e48e52-f4a0-4848-8beb-1d0d15e0641fname"}} 2018-08-12 08:06:25,491 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups used request id req-04049701-f44e-417c-aa7a-38825c546c2b 2018-08-12 08:06:25,492 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a735cf75-9941-4526-99c0-55ac5154503b 2018-08-12 08:06:25,497 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=a735cf75-9941-4526-99c0-55ac5154503b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2529eaf43265367960cd6d7f74fa7fac4ddc6e9c" 2018-08-12 08:06:25,695 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-fb5d4bc6-3ba8-4f8f-a06b-c681264e636c Date: Sun, 12 Aug 2018 08:06:25 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-12T08:06:25Z", "security_group_id": "a735cf75-9941-4526-99c0-55ac5154503b", "port_range_min": null, "revision_number": 0, "tenant_id": "23abf2ffe1bb492ba2b8086c05b2dbb5", "created_at": "2018-08-12T08:06:25Z", "project_id": "23abf2ffe1bb492ba2b8086c05b2dbb5", "id": "3a9bdf9d-58ee-4575-b1b0-768238f44d78"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:06:25Z", "security_group_id": "a735cf75-9941-4526-99c0-55ac5154503b", "port_range_min": null, "revision_number": 0, "tenant_id": "23abf2ffe1bb492ba2b8086c05b2dbb5", "created_at": "2018-08-12T08:06:25Z", "project_id": "23abf2ffe1bb492ba2b8086c05b2dbb5", "id": "c17c0730-4dcb-4666-9872-343f05dd3b7c"}]} 2018-08-12 08:06:25,696 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=a735cf75-9941-4526-99c0-55ac5154503b used request id req-fb5d4bc6-3ba8-4f8f-a06b-c681264e636c 2018-08-12 08:06:25,696 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a735cf75-9941-4526-99c0-55ac5154503b 2018-08-12 08:06:25,702 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=a735cf75-9941-4526-99c0-55ac5154503b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2529eaf43265367960cd6d7f74fa7fac4ddc6e9c" 2018-08-12 08:06:26,295 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-d0f20d58-5a55-4c33-95c4-5efc12ff5793 Date: Sun, 12 Aug 2018 08:06: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-12T08:06:25Z", "security_group_id": "a735cf75-9941-4526-99c0-55ac5154503b", "port_range_min": null, "revision_number": 0, "tenant_id": "23abf2ffe1bb492ba2b8086c05b2dbb5", "created_at": "2018-08-12T08:06:25Z", "project_id": "23abf2ffe1bb492ba2b8086c05b2dbb5", "id": "3a9bdf9d-58ee-4575-b1b0-768238f44d78"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:06:25Z", "security_group_id": "a735cf75-9941-4526-99c0-55ac5154503b", "port_range_min": null, "revision_number": 0, "tenant_id": "23abf2ffe1bb492ba2b8086c05b2dbb5", "created_at": "2018-08-12T08:06:25Z", "project_id": "23abf2ffe1bb492ba2b8086c05b2dbb5", "id": "c17c0730-4dcb-4666-9872-343f05dd3b7c"}]} 2018-08-12 08:06:26,295 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=a735cf75-9941-4526-99c0-55ac5154503b used request id req-d0f20d58-5a55-4c33-95c4-5efc12ff5793 2018-08-12 08:06:26,296 - neutron_utils - INFO - Retrieving security group with ID - a735cf75-9941-4526-99c0-55ac5154503b 2018-08-12 08:06:26,301 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=a735cf75-9941-4526-99c0-55ac5154503b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2529eaf43265367960cd6d7f74fa7fac4ddc6e9c" 2018-08-12 08:06:26,520 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-776edd5d-1c14-4416-9fe6-883ae6b68f2b Date: Sun, 12 Aug 2018 08:06:26 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "23abf2ffe1bb492ba2b8086c05b2dbb5", "created_at": "2018-08-12T08:06:25Z", "updated_at": "2018-08-12T08:06:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:06:25Z", "revision_number": 0, "id": "3a9bdf9d-58ee-4575-b1b0-768238f44d78", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:06:25Z", "security_group_id": "a735cf75-9941-4526-99c0-55ac5154503b", "tenant_id": "23abf2ffe1bb492ba2b8086c05b2dbb5", "port_range_min": null, "ethertype": "IPv6", "project_id": "23abf2ffe1bb492ba2b8086c05b2dbb5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:06:25Z", "revision_number": 0, "id": "c17c0730-4dcb-4666-9872-343f05dd3b7c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:06:25Z", "security_group_id": "a735cf75-9941-4526-99c0-55ac5154503b", "tenant_id": "23abf2ffe1bb492ba2b8086c05b2dbb5", "port_range_min": null, "ethertype": "IPv4", "project_id": "23abf2ffe1bb492ba2b8086c05b2dbb5"}], "revision_number": 2, "project_id": "23abf2ffe1bb492ba2b8086c05b2dbb5", "id": "a735cf75-9941-4526-99c0-55ac5154503b", "name": "CreateSecurityGroupTests-54e48e52-f4a0-4848-8beb-1d0d15e0641fname"}]} 2018-08-12 08:06:26,520 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=a735cf75-9941-4526-99c0-55ac5154503b used request id req-776edd5d-1c14-4416-9fe6-883ae6b68f2b 2018-08-12 08:06:26,521 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a735cf75-9941-4526-99c0-55ac5154503b 2018-08-12 08:06:26,526 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=a735cf75-9941-4526-99c0-55ac5154503b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2529eaf43265367960cd6d7f74fa7fac4ddc6e9c" 2018-08-12 08:06:26,726 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-c48ef54e-7bdf-4468-b077-da44b5b87584 Date: Sun, 12 Aug 2018 08:06: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-12T08:06:25Z", "security_group_id": "a735cf75-9941-4526-99c0-55ac5154503b", "port_range_min": null, "revision_number": 0, "tenant_id": "23abf2ffe1bb492ba2b8086c05b2dbb5", "created_at": "2018-08-12T08:06:25Z", "project_id": "23abf2ffe1bb492ba2b8086c05b2dbb5", "id": "3a9bdf9d-58ee-4575-b1b0-768238f44d78"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:06:25Z", "security_group_id": "a735cf75-9941-4526-99c0-55ac5154503b", "port_range_min": null, "revision_number": 0, "tenant_id": "23abf2ffe1bb492ba2b8086c05b2dbb5", "created_at": "2018-08-12T08:06:25Z", "project_id": "23abf2ffe1bb492ba2b8086c05b2dbb5", "id": "c17c0730-4dcb-4666-9872-343f05dd3b7c"}]} 2018-08-12 08:06:26,726 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=a735cf75-9941-4526-99c0-55ac5154503b used request id req-c48ef54e-7bdf-4468-b077-da44b5b87584 2018-08-12 08:06:26,727 - neutron_utils - INFO - Retrieving security group with ID - a735cf75-9941-4526-99c0-55ac5154503b 2018-08-12 08:06:26,732 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=a735cf75-9941-4526-99c0-55ac5154503b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2529eaf43265367960cd6d7f74fa7fac4ddc6e9c" 2018-08-12 08:06:27,027 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-b9e705a9-ba4e-415e-b4ff-edf1a55bdeae Date: Sun, 12 Aug 2018 08:06:27 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "23abf2ffe1bb492ba2b8086c05b2dbb5", "created_at": "2018-08-12T08:06:25Z", "updated_at": "2018-08-12T08:06:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:06:25Z", "revision_number": 0, "id": "3a9bdf9d-58ee-4575-b1b0-768238f44d78", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:06:25Z", "security_group_id": "a735cf75-9941-4526-99c0-55ac5154503b", "tenant_id": "23abf2ffe1bb492ba2b8086c05b2dbb5", "port_range_min": null, "ethertype": "IPv6", "project_id": "23abf2ffe1bb492ba2b8086c05b2dbb5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:06:25Z", "revision_number": 0, "id": "c17c0730-4dcb-4666-9872-343f05dd3b7c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:06:25Z", "security_group_id": "a735cf75-9941-4526-99c0-55ac5154503b", "tenant_id": "23abf2ffe1bb492ba2b8086c05b2dbb5", "port_range_min": null, "ethertype": "IPv4", "project_id": "23abf2ffe1bb492ba2b8086c05b2dbb5"}], "revision_number": 2, "project_id": "23abf2ffe1bb492ba2b8086c05b2dbb5", "id": "a735cf75-9941-4526-99c0-55ac5154503b", "name": "CreateSecurityGroupTests-54e48e52-f4a0-4848-8beb-1d0d15e0641fname"}]} 2018-08-12 08:06:27,027 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=a735cf75-9941-4526-99c0-55ac5154503b used request id req-b9e705a9-ba4e-415e-b4ff-edf1a55bdeae 2018-08-12 08:06:27,028 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a735cf75-9941-4526-99c0-55ac5154503b 2018-08-12 08:06:27,033 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=a735cf75-9941-4526-99c0-55ac5154503b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2529eaf43265367960cd6d7f74fa7fac4ddc6e9c" 2018-08-12 08:06:27,058 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-d065c66b-60df-41d4-928e-a84bbcb2a4b1 Date: Sun, 12 Aug 2018 08:06:27 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-12T08:06:25Z", "security_group_id": "a735cf75-9941-4526-99c0-55ac5154503b", "port_range_min": null, "revision_number": 0, "tenant_id": "23abf2ffe1bb492ba2b8086c05b2dbb5", "created_at": "2018-08-12T08:06:25Z", "project_id": "23abf2ffe1bb492ba2b8086c05b2dbb5", "id": "3a9bdf9d-58ee-4575-b1b0-768238f44d78"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:06:25Z", "security_group_id": "a735cf75-9941-4526-99c0-55ac5154503b", "port_range_min": null, "revision_number": 0, "tenant_id": "23abf2ffe1bb492ba2b8086c05b2dbb5", "created_at": "2018-08-12T08:06:25Z", "project_id": "23abf2ffe1bb492ba2b8086c05b2dbb5", "id": "c17c0730-4dcb-4666-9872-343f05dd3b7c"}]} 2018-08-12 08:06:27,058 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=a735cf75-9941-4526-99c0-55ac5154503b used request id req-d065c66b-60df-41d4-928e-a84bbcb2a4b1 2018-08-12 08:06:27,059 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-54e48e52-f4a0-4848-8beb-1d0d15e0641fname 2018-08-12 08:06:27,064 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-54e48e52-f4a0-4848-8beb-1d0d15e0641fname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2529eaf43265367960cd6d7f74fa7fac4ddc6e9c" 2018-08-12 08:06:27,292 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-4c9817d6-a315-47ea-b963-bc8b89c4cf40 Date: Sun, 12 Aug 2018 08:06:27 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "23abf2ffe1bb492ba2b8086c05b2dbb5", "created_at": "2018-08-12T08:06:25Z", "updated_at": "2018-08-12T08:06:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:06:25Z", "revision_number": 0, "id": "3a9bdf9d-58ee-4575-b1b0-768238f44d78", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:06:25Z", "security_group_id": "a735cf75-9941-4526-99c0-55ac5154503b", "tenant_id": "23abf2ffe1bb492ba2b8086c05b2dbb5", "port_range_min": null, "ethertype": "IPv6", "project_id": "23abf2ffe1bb492ba2b8086c05b2dbb5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:06:25Z", "revision_number": 0, "id": "c17c0730-4dcb-4666-9872-343f05dd3b7c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:06:25Z", "security_group_id": "a735cf75-9941-4526-99c0-55ac5154503b", "tenant_id": "23abf2ffe1bb492ba2b8086c05b2dbb5", "port_range_min": null, "ethertype": "IPv4", "project_id": "23abf2ffe1bb492ba2b8086c05b2dbb5"}], "revision_number": 2, "project_id": "23abf2ffe1bb492ba2b8086c05b2dbb5", "id": "a735cf75-9941-4526-99c0-55ac5154503b", "name": "CreateSecurityGroupTests-54e48e52-f4a0-4848-8beb-1d0d15e0641fname"}]} 2018-08-12 08:06:27,292 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-54e48e52-f4a0-4848-8beb-1d0d15e0641fname used request id req-4c9817d6-a315-47ea-b963-bc8b89c4cf40 2018-08-12 08:06:27,296 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:06:27,301 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:06:27 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:06:27,302 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/23abf2ffe1bb492ba2b8086c05b2dbb5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2529eaf43265367960cd6d7f74fa7fac4ddc6e9c" 2018-08-12 08:06:27,386 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:06:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-324dd325-d082-441e-9ab2-ced42f726551 Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/23abf2ffe1bb492ba2b8086c05b2dbb5"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "23abf2ffe1bb492ba2b8086c05b2dbb5", "name": "CreateSecurityGroupTests-880dee62-3334-424-proj"}} 2018-08-12 08:06:27,386 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/23abf2ffe1bb492ba2b8086c05b2dbb5 used request id req-324dd325-d082-441e-9ab2-ced42f726551 2018-08-12 08:06:27,387 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a735cf75-9941-4526-99c0-55ac5154503b 2018-08-12 08:06:27,392 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=a735cf75-9941-4526-99c0-55ac5154503b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2529eaf43265367960cd6d7f74fa7fac4ddc6e9c" 2018-08-12 08:06:27,418 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-5a73a659-e424-471f-aa38-dcb5b2e6ac19 Date: Sun, 12 Aug 2018 08:06:27 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-12T08:06:25Z", "security_group_id": "a735cf75-9941-4526-99c0-55ac5154503b", "port_range_min": null, "revision_number": 0, "tenant_id": "23abf2ffe1bb492ba2b8086c05b2dbb5", "created_at": "2018-08-12T08:06:25Z", "project_id": "23abf2ffe1bb492ba2b8086c05b2dbb5", "id": "3a9bdf9d-58ee-4575-b1b0-768238f44d78"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:06:25Z", "security_group_id": "a735cf75-9941-4526-99c0-55ac5154503b", "port_range_min": null, "revision_number": 0, "tenant_id": "23abf2ffe1bb492ba2b8086c05b2dbb5", "created_at": "2018-08-12T08:06:25Z", "project_id": "23abf2ffe1bb492ba2b8086c05b2dbb5", "id": "c17c0730-4dcb-4666-9872-343f05dd3b7c"}]} 2018-08-12 08:06:27,418 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=a735cf75-9941-4526-99c0-55ac5154503b used request id req-5a73a659-e424-471f-aa38-dcb5b2e6ac19 2018-08-12 08:06:27,423 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21: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}2529eaf43265367960cd6d7f74fa7fac4ddc6e9c" -d '{"security_group_rule": {"direction": "ingress", "description": "test_rule_1", "security_group_id": "a735cf75-9941-4526-99c0-55ac5154503b"}}' 2018-08-12 08:06:27,634 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 521 X-Openstack-Request-Id: req-4db04495-fcb1-4665-a492-20e9634ee521 Date: Sun, 12 Aug 2018 08:06:27 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:06:27Z", "security_group_id": "a735cf75-9941-4526-99c0-55ac5154503b", "port_range_min": null, "revision_number": 0, "tenant_id": "23abf2ffe1bb492ba2b8086c05b2dbb5", "created_at": "2018-08-12T08:06:27Z", "project_id": "23abf2ffe1bb492ba2b8086c05b2dbb5", "id": "d3991d5e-fd75-4709-8c28-2552aeac8413"}} 2018-08-12 08:06:27,634 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules used request id req-4db04495-fcb1-4665-a492-20e9634ee521 2018-08-12 08:06:27,635 - neutron_utils - INFO - Retrieving security group with ID - a735cf75-9941-4526-99c0-55ac5154503b 2018-08-12 08:06:27,640 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=a735cf75-9941-4526-99c0-55ac5154503b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2529eaf43265367960cd6d7f74fa7fac4ddc6e9c" 2018-08-12 08:06:27,792 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-cd0d4307-285f-4d33-ba3c-4a9e9d5c2fee Date: Sun, 12 Aug 2018 08:06:27 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "23abf2ffe1bb492ba2b8086c05b2dbb5", "created_at": "2018-08-12T08:06:25Z", "updated_at": "2018-08-12T08:06:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:06:25Z", "revision_number": 0, "id": "3a9bdf9d-58ee-4575-b1b0-768238f44d78", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:06:25Z", "security_group_id": "a735cf75-9941-4526-99c0-55ac5154503b", "tenant_id": "23abf2ffe1bb492ba2b8086c05b2dbb5", "port_range_min": null, "ethertype": "IPv6", "project_id": "23abf2ffe1bb492ba2b8086c05b2dbb5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:06:25Z", "revision_number": 0, "id": "c17c0730-4dcb-4666-9872-343f05dd3b7c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:06:25Z", "security_group_id": "a735cf75-9941-4526-99c0-55ac5154503b", "tenant_id": "23abf2ffe1bb492ba2b8086c05b2dbb5", "port_range_min": null, "ethertype": "IPv4", "project_id": "23abf2ffe1bb492ba2b8086c05b2dbb5"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:06:27Z", "revision_number": 0, "id": "d3991d5e-fd75-4709-8c28-2552aeac8413", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:06:27Z", "security_group_id": "a735cf75-9941-4526-99c0-55ac5154503b", "tenant_id": "23abf2ffe1bb492ba2b8086c05b2dbb5", "port_range_min": null, "ethertype": "IPv4", "project_id": "23abf2ffe1bb492ba2b8086c05b2dbb5"}], "revision_number": 3, "project_id": "23abf2ffe1bb492ba2b8086c05b2dbb5", "id": "a735cf75-9941-4526-99c0-55ac5154503b", "name": "CreateSecurityGroupTests-54e48e52-f4a0-4848-8beb-1d0d15e0641fname"}]} 2018-08-12 08:06:27,792 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=a735cf75-9941-4526-99c0-55ac5154503b used request id req-cd0d4307-285f-4d33-ba3c-4a9e9d5c2fee 2018-08-12 08:06:27,793 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a735cf75-9941-4526-99c0-55ac5154503b 2018-08-12 08:06:27,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=a735cf75-9941-4526-99c0-55ac5154503b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2529eaf43265367960cd6d7f74fa7fac4ddc6e9c" 2018-08-12 08:06:27,991 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-54c4d2c5-1869-4a62-8486-3ce772fde1f2 Date: Sun, 12 Aug 2018 08:06:27 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-12T08:06:25Z", "security_group_id": "a735cf75-9941-4526-99c0-55ac5154503b", "port_range_min": null, "revision_number": 0, "tenant_id": "23abf2ffe1bb492ba2b8086c05b2dbb5", "created_at": "2018-08-12T08:06:25Z", "project_id": "23abf2ffe1bb492ba2b8086c05b2dbb5", "id": "3a9bdf9d-58ee-4575-b1b0-768238f44d78"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:06:25Z", "security_group_id": "a735cf75-9941-4526-99c0-55ac5154503b", "port_range_min": null, "revision_number": 0, "tenant_id": "23abf2ffe1bb492ba2b8086c05b2dbb5", "created_at": "2018-08-12T08:06:25Z", "project_id": "23abf2ffe1bb492ba2b8086c05b2dbb5", "id": "c17c0730-4dcb-4666-9872-343f05dd3b7c"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:06:27Z", "security_group_id": "a735cf75-9941-4526-99c0-55ac5154503b", "port_range_min": null, "revision_number": 0, "tenant_id": "23abf2ffe1bb492ba2b8086c05b2dbb5", "created_at": "2018-08-12T08:06:27Z", "project_id": "23abf2ffe1bb492ba2b8086c05b2dbb5", "id": "d3991d5e-fd75-4709-8c28-2552aeac8413"}]} 2018-08-12 08:06:27,992 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=a735cf75-9941-4526-99c0-55ac5154503b used request id req-54c4d2c5-1869-4a62-8486-3ce772fde1f2 2018-08-12 08:06:27,992 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:06:28,388 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2f72b33d32c64d48a05d2e5a56523fee", "name": "CreateSecurityGroupTests-880dee62-3334-424-proj-role"}], "expires_at": "2018-08-12T09:06:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "23abf2ffe1bb492ba2b8086c05b2dbb5", "name": "CreateSecurityGroupTests-880dee62-3334-424-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/23abf2ffe1bb492ba2b8086c05b2dbb5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/23abf2ffe1bb492ba2b8086c05b2dbb5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/23abf2ffe1bb492ba2b8086c05b2dbb5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_23abf2ffe1bb492ba2b8086c05b2dbb5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_23abf2ffe1bb492ba2b8086c05b2dbb5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/23abf2ffe1bb492ba2b8086c05b2dbb5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/23abf2ffe1bb492ba2b8086c05b2dbb5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/23abf2ffe1bb492ba2b8086c05b2dbb5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/23abf2ffe1bb492ba2b8086c05b2dbb5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/23abf2ffe1bb492ba2b8086c05b2dbb5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/23abf2ffe1bb492ba2b8086c05b2dbb5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/23abf2ffe1bb492ba2b8086c05b2dbb5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/23abf2ffe1bb492ba2b8086c05b2dbb5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/23abf2ffe1bb492ba2b8086c05b2dbb5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-880dee62-3334-424-user", "id": "71bdf24cc6e948d897bbf6f3357c9cf3"}, "audit_ids": ["rvQi_23OTjCZKWzAxuf2nA"], "issued_at": "2018-08-12T08:06:28.000000Z"}} 2018-08-12 08:06:28,393 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-54e48e52-f4a0-4848-8beb-1d0d15e0641fname&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b58f02f5ff5ae1efe6083bfe55e618bd334b5621" 2018-08-12 08:06:28,623 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-36db38f0-73c8-4135-b1e1-23e77250f863 Date: Sun, 12 Aug 2018 08:06:28 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "23abf2ffe1bb492ba2b8086c05b2dbb5", "created_at": "2018-08-12T08:06:25Z", "updated_at": "2018-08-12T08:06:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:06:25Z", "revision_number": 0, "id": "3a9bdf9d-58ee-4575-b1b0-768238f44d78", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:06:25Z", "security_group_id": "a735cf75-9941-4526-99c0-55ac5154503b", "tenant_id": "23abf2ffe1bb492ba2b8086c05b2dbb5", "port_range_min": null, "ethertype": "IPv6", "project_id": "23abf2ffe1bb492ba2b8086c05b2dbb5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:06:25Z", "revision_number": 0, "id": "c17c0730-4dcb-4666-9872-343f05dd3b7c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:06:25Z", "security_group_id": "a735cf75-9941-4526-99c0-55ac5154503b", "tenant_id": "23abf2ffe1bb492ba2b8086c05b2dbb5", "port_range_min": null, "ethertype": "IPv4", "project_id": "23abf2ffe1bb492ba2b8086c05b2dbb5"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:06:27Z", "revision_number": 0, "id": "d3991d5e-fd75-4709-8c28-2552aeac8413", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:06:27Z", "security_group_id": "a735cf75-9941-4526-99c0-55ac5154503b", "tenant_id": "23abf2ffe1bb492ba2b8086c05b2dbb5", "port_range_min": null, "ethertype": "IPv4", "project_id": "23abf2ffe1bb492ba2b8086c05b2dbb5"}], "revision_number": 3, "project_id": "23abf2ffe1bb492ba2b8086c05b2dbb5", "id": "a735cf75-9941-4526-99c0-55ac5154503b", "name": "CreateSecurityGroupTests-54e48e52-f4a0-4848-8beb-1d0d15e0641fname"}]} 2018-08-12 08:06:28,623 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-54e48e52-f4a0-4848-8beb-1d0d15e0641fname&description=hello+group used request id req-36db38f0-73c8-4135-b1e1-23e77250f863 2018-08-12 08:06:28,623 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a735cf75-9941-4526-99c0-55ac5154503b 2018-08-12 08:06:28,628 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=a735cf75-9941-4526-99c0-55ac5154503b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b58f02f5ff5ae1efe6083bfe55e618bd334b5621" 2018-08-12 08:06:28,829 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-580ce66e-a875-492c-b958-208173b6a8df Date: Sun, 12 Aug 2018 08:06:28 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-12T08:06:25Z", "security_group_id": "a735cf75-9941-4526-99c0-55ac5154503b", "port_range_min": null, "revision_number": 0, "tenant_id": "23abf2ffe1bb492ba2b8086c05b2dbb5", "created_at": "2018-08-12T08:06:25Z", "project_id": "23abf2ffe1bb492ba2b8086c05b2dbb5", "id": "3a9bdf9d-58ee-4575-b1b0-768238f44d78"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:06:25Z", "security_group_id": "a735cf75-9941-4526-99c0-55ac5154503b", "port_range_min": null, "revision_number": 0, "tenant_id": "23abf2ffe1bb492ba2b8086c05b2dbb5", "created_at": "2018-08-12T08:06:25Z", "project_id": "23abf2ffe1bb492ba2b8086c05b2dbb5", "id": "c17c0730-4dcb-4666-9872-343f05dd3b7c"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:06:27Z", "security_group_id": "a735cf75-9941-4526-99c0-55ac5154503b", "port_range_min": null, "revision_number": 0, "tenant_id": "23abf2ffe1bb492ba2b8086c05b2dbb5", "created_at": "2018-08-12T08:06:27Z", "project_id": "23abf2ffe1bb492ba2b8086c05b2dbb5", "id": "d3991d5e-fd75-4709-8c28-2552aeac8413"}]} 2018-08-12 08:06:28,829 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=a735cf75-9941-4526-99c0-55ac5154503b used request id req-580ce66e-a875-492c-b958-208173b6a8df 2018-08-12 08:06:28,830 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a735cf75-9941-4526-99c0-55ac5154503b 2018-08-12 08:06:28,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=a735cf75-9941-4526-99c0-55ac5154503b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b58f02f5ff5ae1efe6083bfe55e618bd334b5621" 2018-08-12 08:06:29,029 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-04270c7d-6d72-4a42-85fa-788421916112 Date: Sun, 12 Aug 2018 08:06:29 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-12T08:06:25Z", "security_group_id": "a735cf75-9941-4526-99c0-55ac5154503b", "port_range_min": null, "revision_number": 0, "tenant_id": "23abf2ffe1bb492ba2b8086c05b2dbb5", "created_at": "2018-08-12T08:06:25Z", "project_id": "23abf2ffe1bb492ba2b8086c05b2dbb5", "id": "3a9bdf9d-58ee-4575-b1b0-768238f44d78"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:06:25Z", "security_group_id": "a735cf75-9941-4526-99c0-55ac5154503b", "port_range_min": null, "revision_number": 0, "tenant_id": "23abf2ffe1bb492ba2b8086c05b2dbb5", "created_at": "2018-08-12T08:06:25Z", "project_id": "23abf2ffe1bb492ba2b8086c05b2dbb5", "id": "c17c0730-4dcb-4666-9872-343f05dd3b7c"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:06:27Z", "security_group_id": "a735cf75-9941-4526-99c0-55ac5154503b", "port_range_min": null, "revision_number": 0, "tenant_id": "23abf2ffe1bb492ba2b8086c05b2dbb5", "created_at": "2018-08-12T08:06:27Z", "project_id": "23abf2ffe1bb492ba2b8086c05b2dbb5", "id": "d3991d5e-fd75-4709-8c28-2552aeac8413"}]} 2018-08-12 08:06:29,029 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=a735cf75-9941-4526-99c0-55ac5154503b used request id req-04270c7d-6d72-4a42-85fa-788421916112 2018-08-12 08:06:29,035 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-54e48e52-f4a0-4848-8beb-1d0d15e0641fname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b58f02f5ff5ae1efe6083bfe55e618bd334b5621" 2018-08-12 08:06:29,085 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-d6701b22-3793-445a-bad5-547d81d7cce7 Date: Sun, 12 Aug 2018 08:06:29 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "23abf2ffe1bb492ba2b8086c05b2dbb5", "created_at": "2018-08-12T08:06:25Z", "updated_at": "2018-08-12T08:06:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:06:25Z", "revision_number": 0, "id": "3a9bdf9d-58ee-4575-b1b0-768238f44d78", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:06:25Z", "security_group_id": "a735cf75-9941-4526-99c0-55ac5154503b", "tenant_id": "23abf2ffe1bb492ba2b8086c05b2dbb5", "port_range_min": null, "ethertype": "IPv6", "project_id": "23abf2ffe1bb492ba2b8086c05b2dbb5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:06:25Z", "revision_number": 0, "id": "c17c0730-4dcb-4666-9872-343f05dd3b7c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:06:25Z", "security_group_id": "a735cf75-9941-4526-99c0-55ac5154503b", "tenant_id": "23abf2ffe1bb492ba2b8086c05b2dbb5", "port_range_min": null, "ethertype": "IPv4", "project_id": "23abf2ffe1bb492ba2b8086c05b2dbb5"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:06:27Z", "revision_number": 0, "id": "d3991d5e-fd75-4709-8c28-2552aeac8413", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:06:27Z", "security_group_id": "a735cf75-9941-4526-99c0-55ac5154503b", "tenant_id": "23abf2ffe1bb492ba2b8086c05b2dbb5", "port_range_min": null, "ethertype": "IPv4", "project_id": "23abf2ffe1bb492ba2b8086c05b2dbb5"}], "revision_number": 3, "project_id": "23abf2ffe1bb492ba2b8086c05b2dbb5", "id": "a735cf75-9941-4526-99c0-55ac5154503b", "name": "CreateSecurityGroupTests-54e48e52-f4a0-4848-8beb-1d0d15e0641fname"}]} 2018-08-12 08:06:29,085 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-54e48e52-f4a0-4848-8beb-1d0d15e0641fname used request id req-d6701b22-3793-445a-bad5-547d81d7cce7 2018-08-12 08:06:29,086 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a735cf75-9941-4526-99c0-55ac5154503b 2018-08-12 08:06:29,091 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=a735cf75-9941-4526-99c0-55ac5154503b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b58f02f5ff5ae1efe6083bfe55e618bd334b5621" 2018-08-12 08:06:29,121 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-217919f3-9278-44c3-a39f-7fd62bd543ce Date: Sun, 12 Aug 2018 08:06:29 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-12T08:06:25Z", "security_group_id": "a735cf75-9941-4526-99c0-55ac5154503b", "port_range_min": null, "revision_number": 0, "tenant_id": "23abf2ffe1bb492ba2b8086c05b2dbb5", "created_at": "2018-08-12T08:06:25Z", "project_id": "23abf2ffe1bb492ba2b8086c05b2dbb5", "id": "3a9bdf9d-58ee-4575-b1b0-768238f44d78"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:06:25Z", "security_group_id": "a735cf75-9941-4526-99c0-55ac5154503b", "port_range_min": null, "revision_number": 0, "tenant_id": "23abf2ffe1bb492ba2b8086c05b2dbb5", "created_at": "2018-08-12T08:06:25Z", "project_id": "23abf2ffe1bb492ba2b8086c05b2dbb5", "id": "c17c0730-4dcb-4666-9872-343f05dd3b7c"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:06:27Z", "security_group_id": "a735cf75-9941-4526-99c0-55ac5154503b", "port_range_min": null, "revision_number": 0, "tenant_id": "23abf2ffe1bb492ba2b8086c05b2dbb5", "created_at": "2018-08-12T08:06:27Z", "project_id": "23abf2ffe1bb492ba2b8086c05b2dbb5", "id": "d3991d5e-fd75-4709-8c28-2552aeac8413"}]} 2018-08-12 08:06:29,121 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=a735cf75-9941-4526-99c0-55ac5154503b used request id req-217919f3-9278-44c3-a39f-7fd62bd543ce 2018-08-12 08:06:29,126 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-54e48e52-f4a0-4848-8beb-1d0d15e0641fname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b58f02f5ff5ae1efe6083bfe55e618bd334b5621" 2018-08-12 08:06:29,187 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-3f6077bd-1290-436f-bb0c-05caa38112ea Date: Sun, 12 Aug 2018 08:06:29 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "23abf2ffe1bb492ba2b8086c05b2dbb5", "created_at": "2018-08-12T08:06:25Z", "updated_at": "2018-08-12T08:06:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:06:25Z", "revision_number": 0, "id": "3a9bdf9d-58ee-4575-b1b0-768238f44d78", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:06:25Z", "security_group_id": "a735cf75-9941-4526-99c0-55ac5154503b", "tenant_id": "23abf2ffe1bb492ba2b8086c05b2dbb5", "port_range_min": null, "ethertype": "IPv6", "project_id": "23abf2ffe1bb492ba2b8086c05b2dbb5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:06:25Z", "revision_number": 0, "id": "c17c0730-4dcb-4666-9872-343f05dd3b7c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:06:25Z", "security_group_id": "a735cf75-9941-4526-99c0-55ac5154503b", "tenant_id": "23abf2ffe1bb492ba2b8086c05b2dbb5", "port_range_min": null, "ethertype": "IPv4", "project_id": "23abf2ffe1bb492ba2b8086c05b2dbb5"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:06:27Z", "revision_number": 0, "id": "d3991d5e-fd75-4709-8c28-2552aeac8413", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:06:27Z", "security_group_id": "a735cf75-9941-4526-99c0-55ac5154503b", "tenant_id": "23abf2ffe1bb492ba2b8086c05b2dbb5", "port_range_min": null, "ethertype": "IPv4", "project_id": "23abf2ffe1bb492ba2b8086c05b2dbb5"}], "revision_number": 3, "project_id": "23abf2ffe1bb492ba2b8086c05b2dbb5", "id": "a735cf75-9941-4526-99c0-55ac5154503b", "name": "CreateSecurityGroupTests-54e48e52-f4a0-4848-8beb-1d0d15e0641fname"}]} 2018-08-12 08:06:29,187 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-54e48e52-f4a0-4848-8beb-1d0d15e0641fname used request id req-3f6077bd-1290-436f-bb0c-05caa38112ea 2018-08-12 08:06:29,188 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a735cf75-9941-4526-99c0-55ac5154503b 2018-08-12 08:06:29,193 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=a735cf75-9941-4526-99c0-55ac5154503b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b58f02f5ff5ae1efe6083bfe55e618bd334b5621" 2018-08-12 08:06:29,223 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-8cd7ff35-e157-42a2-9484-b3ff6b6c46a1 Date: Sun, 12 Aug 2018 08:06:29 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-12T08:06:25Z", "security_group_id": "a735cf75-9941-4526-99c0-55ac5154503b", "port_range_min": null, "revision_number": 0, "tenant_id": "23abf2ffe1bb492ba2b8086c05b2dbb5", "created_at": "2018-08-12T08:06:25Z", "project_id": "23abf2ffe1bb492ba2b8086c05b2dbb5", "id": "3a9bdf9d-58ee-4575-b1b0-768238f44d78"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:06:25Z", "security_group_id": "a735cf75-9941-4526-99c0-55ac5154503b", "port_range_min": null, "revision_number": 0, "tenant_id": "23abf2ffe1bb492ba2b8086c05b2dbb5", "created_at": "2018-08-12T08:06:25Z", "project_id": "23abf2ffe1bb492ba2b8086c05b2dbb5", "id": "c17c0730-4dcb-4666-9872-343f05dd3b7c"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:06:27Z", "security_group_id": "a735cf75-9941-4526-99c0-55ac5154503b", "port_range_min": null, "revision_number": 0, "tenant_id": "23abf2ffe1bb492ba2b8086c05b2dbb5", "created_at": "2018-08-12T08:06:27Z", "project_id": "23abf2ffe1bb492ba2b8086c05b2dbb5", "id": "d3991d5e-fd75-4709-8c28-2552aeac8413"}]} 2018-08-12 08:06:29,223 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=a735cf75-9941-4526-99c0-55ac5154503b used request id req-8cd7ff35-e157-42a2-9484-b3ff6b6c46a1 2018-08-12 08:06:29,228 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-54e48e52-f4a0-4848-8beb-1d0d15e0641fname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b58f02f5ff5ae1efe6083bfe55e618bd334b5621" 2018-08-12 08:06:29,457 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-fff8f5a5-96ec-4e7d-9f9c-a1e41646b261 Date: Sun, 12 Aug 2018 08:06:29 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "23abf2ffe1bb492ba2b8086c05b2dbb5", "created_at": "2018-08-12T08:06:25Z", "updated_at": "2018-08-12T08:06:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:06:25Z", "revision_number": 0, "id": "3a9bdf9d-58ee-4575-b1b0-768238f44d78", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:06:25Z", "security_group_id": "a735cf75-9941-4526-99c0-55ac5154503b", "tenant_id": "23abf2ffe1bb492ba2b8086c05b2dbb5", "port_range_min": null, "ethertype": "IPv6", "project_id": "23abf2ffe1bb492ba2b8086c05b2dbb5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:06:25Z", "revision_number": 0, "id": "c17c0730-4dcb-4666-9872-343f05dd3b7c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:06:25Z", "security_group_id": "a735cf75-9941-4526-99c0-55ac5154503b", "tenant_id": "23abf2ffe1bb492ba2b8086c05b2dbb5", "port_range_min": null, "ethertype": "IPv4", "project_id": "23abf2ffe1bb492ba2b8086c05b2dbb5"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:06:27Z", "revision_number": 0, "id": "d3991d5e-fd75-4709-8c28-2552aeac8413", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:06:27Z", "security_group_id": "a735cf75-9941-4526-99c0-55ac5154503b", "tenant_id": "23abf2ffe1bb492ba2b8086c05b2dbb5", "port_range_min": null, "ethertype": "IPv4", "project_id": "23abf2ffe1bb492ba2b8086c05b2dbb5"}], "revision_number": 3, "project_id": "23abf2ffe1bb492ba2b8086c05b2dbb5", "id": "a735cf75-9941-4526-99c0-55ac5154503b", "name": "CreateSecurityGroupTests-54e48e52-f4a0-4848-8beb-1d0d15e0641fname"}]} 2018-08-12 08:06:29,457 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-54e48e52-f4a0-4848-8beb-1d0d15e0641fname used request id req-fff8f5a5-96ec-4e7d-9f9c-a1e41646b261 2018-08-12 08:06:29,458 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a735cf75-9941-4526-99c0-55ac5154503b 2018-08-12 08:06:29,462 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=a735cf75-9941-4526-99c0-55ac5154503b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b58f02f5ff5ae1efe6083bfe55e618bd334b5621" 2018-08-12 08:06:29,681 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-953f24c5-35c1-49e0-acc1-fa24ec0c274c Date: Sun, 12 Aug 2018 08:06:29 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-12T08:06:25Z", "security_group_id": "a735cf75-9941-4526-99c0-55ac5154503b", "port_range_min": null, "revision_number": 0, "tenant_id": "23abf2ffe1bb492ba2b8086c05b2dbb5", "created_at": "2018-08-12T08:06:25Z", "project_id": "23abf2ffe1bb492ba2b8086c05b2dbb5", "id": "3a9bdf9d-58ee-4575-b1b0-768238f44d78"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:06:25Z", "security_group_id": "a735cf75-9941-4526-99c0-55ac5154503b", "port_range_min": null, "revision_number": 0, "tenant_id": "23abf2ffe1bb492ba2b8086c05b2dbb5", "created_at": "2018-08-12T08:06:25Z", "project_id": "23abf2ffe1bb492ba2b8086c05b2dbb5", "id": "c17c0730-4dcb-4666-9872-343f05dd3b7c"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:06:27Z", "security_group_id": "a735cf75-9941-4526-99c0-55ac5154503b", "port_range_min": null, "revision_number": 0, "tenant_id": "23abf2ffe1bb492ba2b8086c05b2dbb5", "created_at": "2018-08-12T08:06:27Z", "project_id": "23abf2ffe1bb492ba2b8086c05b2dbb5", "id": "d3991d5e-fd75-4709-8c28-2552aeac8413"}]} 2018-08-12 08:06:29,681 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=a735cf75-9941-4526-99c0-55ac5154503b used request id req-953f24c5-35c1-49e0-acc1-fa24ec0c274c 2018-08-12 08:06:29,682 - neutron_utils - INFO - Deleting security group rule with ID - c17c0730-4dcb-4666-9872-343f05dd3b7c 2018-08-12 08:06:29,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/c17c0730-4dcb-4666-9872-343f05dd3b7c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2529eaf43265367960cd6d7f74fa7fac4ddc6e9c" 2018-08-12 08:06:30,200 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-48d63811-9260-4b40-8b20-67d331b385ec Content-Length: 0 Date: Sun, 12 Aug 2018 08:06:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:06:30,201 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/c17c0730-4dcb-4666-9872-343f05dd3b7c used request id req-48d63811-9260-4b40-8b20-67d331b385ec 2018-08-12 08:06:30,201 - neutron_utils - INFO - Deleting security group rule with ID - d3991d5e-fd75-4709-8c28-2552aeac8413 2018-08-12 08:06:30,206 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/d3991d5e-fd75-4709-8c28-2552aeac8413 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2529eaf43265367960cd6d7f74fa7fac4ddc6e9c" 2018-08-12 08:06:30,500 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-facdccaf-555e-4729-8b6a-8c327b173195 Content-Length: 0 Date: Sun, 12 Aug 2018 08:06:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:06:30,501 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/d3991d5e-fd75-4709-8c28-2552aeac8413 used request id req-facdccaf-555e-4729-8b6a-8c327b173195 2018-08-12 08:06:30,501 - neutron_utils - INFO - Deleting security group rule with ID - 3a9bdf9d-58ee-4575-b1b0-768238f44d78 2018-08-12 08:06:30,506 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/3a9bdf9d-58ee-4575-b1b0-768238f44d78 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2529eaf43265367960cd6d7f74fa7fac4ddc6e9c" 2018-08-12 08:06:31,162 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-cb72a731-e06f-4639-a5d3-f78b13dbe2b4 Content-Length: 0 Date: Sun, 12 Aug 2018 08:06:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:06:31,162 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/3a9bdf9d-58ee-4575-b1b0-768238f44d78 used request id req-cb72a731-e06f-4639-a5d3-f78b13dbe2b4 2018-08-12 08:06:31,162 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-54e48e52-f4a0-4848-8beb-1d0d15e0641fname 2018-08-12 08:06:31,167 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/a735cf75-9941-4526-99c0-55ac5154503b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2529eaf43265367960cd6d7f74fa7fac4ddc6e9c" 2018-08-12 08:06:31,490 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-6907ac43-253c-44e7-90d7-f3ddcedd6a32 Content-Length: 0 Date: Sun, 12 Aug 2018 08:06:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:06:31,490 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/a735cf75-9941-4526-99c0-55ac5154503b used request id req-6907ac43-253c-44e7-90d7-f3ddcedd6a32 2018-08-12 08:06:31,491 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:06:31,491 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:06:31,492 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:06:31,492 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:06:31,492 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:06:31,498 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76b0f3d15d9890062b934785a379c6319bdd1e7b" 2018-08-12 08:06:31,767 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 45548 X-Openstack-Request-Id: req-86377497-d739-48f1-97f2-a272b5f16cf1 Date: Sun, 12 Aug 2018 08:06:31 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "created_at": "2018-08-12T06:59:44Z", "updated_at": "2018-08-12T06:59:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "1d7fd960-7865-4453-aecc-8d399b4fad21", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "66820d8a-b785-4b18-bd67-500221c8e4f9", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "74fc7638-a322-4841-8c47-06d36174a200", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "8eaa09ec-8419-4582-9312-1e527afe6e4b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}], "revision_number": 4, "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "created_at": "2018-08-12T05:12:34Z", "updated_at": "2018-08-12T05:12:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "709513d2-af7d-4d0b-bd3c-604fed75a711", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "aa346066-e46f-44f2-94be-2884aa998a19", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "c15f7b93-e56c-4afa-867d-2acb286d4b7b", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "cb0ef83f-5f70-4a80-ad35-431ca9df551e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}], "revision_number": 4, "project_id": "fa5a7fe6ee54472ba01638877aade8e3", "id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ea65becf30e54b27aa96a449698a435e", "created_at": "2018-08-12T05:10:35Z", "updated_at": "2018-08-12T05:10:35Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "30ad280c-f302-4cd4-a438-5139917b56f9", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "76115c4c-887d-4f0a-83e2-486e4b39c713", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "8ab14937-4c08-4d43-8a9a-662e622cc643", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "ee757a03-5662-4273-9c3e-6212e7afb48f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}], "revision_number": 4, "project_id": "ea65becf30e54b27aa96a449698a435e", "id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "created_at": "2018-08-12T06:20:09Z", "updated_at": "2018-08-12T06:20:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "1123b8f2-75ac-4a26-b9b2-a96da97408e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "2ddd2b93-e080-48cd-9a50-f5fe8a82ad0c", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "cd1bae62-0aea-4438-b4c3-50a69ae6f855", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "e398e01e-ceea-46d1-9534-b929808c4a5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}], "revision_number": 4, "project_id": "ff7abd7bb61f4f2889831e932d65dc2e", "id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "created_at": "2018-08-12T05:34:57Z", "updated_at": "2018-08-12T05:34:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "208a1c1e-f5f8-49c7-9a25-d07e68b1541f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "27bfd867-e607-4bf8-9de8-60682d3f771d", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "49360e1f-6fd3-4f35-b339-24cea95773ee", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "60f631a9-d305-4920-9631-d0543e2ac64f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}], "revision_number": 4, "project_id": "3a85ceae958d4d9fba68847e7df67db8", "id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "created_at": "2018-08-12T05:34:40Z", "updated_at": "2018-08-12T05:34:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "2192c259-363e-4768-ae73-e75837ad63b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "3f87ddc5-f84d-41dc-8215-847724782569", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "7d89f6da-ea78-49dd-9115-f9ad23b250bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "9ec4497d-0f65-44db-9be9-7b3042e4a584", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}], "revision_number": 4, "project_id": "85517fcf1c6247e699fdcdd42ecc8c79", "id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "created_at": "2018-08-12T05:16:02Z", "updated_at": "2018-08-12T05:16:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "1ecacd8c-c1c7-4a66-9871-406a69323b43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "3cc1750c-e0e7-4902-b6f3-494a161b832e", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "d719a7a4-8c99-44ed-8c12-6bf071890203", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "fe7421b5-d577-41da-8c78-62f3c07eda92", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}], "revision_number": 4, "project_id": "a267b9a156244bb192691cff6e5f74fe", "id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "315a428116f24d9fbb826b37080a918e", "created_at": "2018-08-12T05:11:31Z", "updated_at": "2018-08-12T05:11:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "5e52886a-1dc3-4a81-a55d-f388dc4fd1a1", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "678e32e4-d64c-448a-a4ab-e253ab94ae90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "a8da1539-e3ad-4f90-b2df-3dc1f09d228a", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "b73d5cc9-0205-4658-bb1f-61a042c0ab8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}], "revision_number": 4, "project_id": "315a428116f24d9fbb826b37080a918e", "id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-12T05:08:01Z", "updated_at": "2018-08-12T05:08:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:01Z", "revision_number": 0, "id": "0fb05d03-1117-45d0-930c-b6d4c96ef102", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "4faaab33-5788-4bbd-85b8-0fb44d41413a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "96d0c5a0-5c67-421b-8fc8-2b46d77e5db3", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "dd78519b-4bc5-4e8e-ad0f-58089dd69347", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "11a46741b7954b959fd7764109c047b6", "created_at": "2018-08-12T05:34:51Z", "updated_at": "2018-08-12T05:34:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "0b67bf3c-2289-43bb-ab6c-7d25ec32a279", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "51f3f833-337a-42bd-a8d5-742ea8d6c226", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "571fd0b5-ef90-408d-af33-aafb517b8993", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "944ba823-fb9c-496e-a66e-bb426bb14a8d", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}], "revision_number": 4, "project_id": "11a46741b7954b959fd7764109c047b6", "id": "90af9782-8112-4257-801d-ee5115d226ba", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "created_at": "2018-08-12T05:34:26Z", "updated_at": "2018-08-12T05:34:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "2ee1f63a-807c-4d6a-85ee-dd784f6b8c3f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5dec3ec2-2add-47dd-8618-90659dcf3885", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5ea0dc3e-49d0-43f0-94e9-f6443527d14c", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "fbfaca22-7e3e-4128-8973-43e439b77c28", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}], "revision_number": 4, "project_id": "3c01cd58055c44ecaef39f7e625c2258", "id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "521007c1818145639e93ceb270559219", "created_at": "2018-08-12T05:13:27Z", "updated_at": "2018-08-12T05:13:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "5e7fede5-b0f2-47d8-95c3-516cdfc7f9de", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "8fd0e36f-c6c4-4f64-ba97-40439e614448", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "db7d79de-1dfc-4138-945f-91e74cdc266b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "e87f2cff-ff3e-4b6d-aaf0-7f0eb0ab9f05", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}], "revision_number": 4, "project_id": "521007c1818145639e93ceb270559219", "id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "created_at": "2018-08-12T05:08:18Z", "updated_at": "2018-08-12T05:08:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "3c67be40-bf74-4f97-9693-d93ce73a23b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "6112d869-2fc6-4a25-a13c-3d55cd7206c0", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "bdf21c56-453e-482e-9cba-3c55abcb0339", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "c8e92c39-38cc-4f48-be9c-5f0912e6a725", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}], "revision_number": 4, "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "created_at": "2018-08-12T05:04:23Z", "updated_at": "2018-08-12T05:04:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "280546d9-8ad1-4283-abfc-15ee9b1736c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "58bce125-f2ca-4a6d-b9ca-4e6cf5c0f7a5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "69275b9a-cfb5-482c-a9c4-8ffc79adf2c7", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "6d747f3a-3764-469a-a645-f977585c5aac", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}], "revision_number": 4, "project_id": "310f5853751a4c968f3eeb0a3d99a0a8", "id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "created_at": "2018-08-12T05:34:42Z", "updated_at": "2018-08-12T05:34:42Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "199582e8-25aa-457a-aa7c-6d8413ca4464", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "234f3609-4454-448f-919d-c8143c7cd764", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "c1061460-71a2-49a9-a04b-9fa33eeb17ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "d21ac532-51d8-4d6b-8300-7bac216759bf", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}], "revision_number": 4, "project_id": "9f6c1a272706419c9a74b0893b2890e8", "id": "d6739716-c693-460c-89c6-e7c8c48f8245", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "23abf2ffe1bb492ba2b8086c05b2dbb5", "created_at": "2018-08-12T08:06:24Z", "updated_at": "2018-08-12T08:06:24Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:06:24Z", "revision_number": 0, "id": "3e75739a-c9be-45a7-8dda-b3139e78a27f", "remote_group_id": "d90a4127-0b0d-44c4-b33e-ae70dfd751a3", "remote_ip_prefix": null, "created_at": "2018-08-12T08:06:24Z", "security_group_id": "d90a4127-0b0d-44c4-b33e-ae70dfd751a3", "tenant_id": "23abf2ffe1bb492ba2b8086c05b2dbb5", "port_range_min": null, "ethertype": "IPv6", "project_id": "23abf2ffe1bb492ba2b8086c05b2dbb5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:06:24Z", "revision_number": 0, "id": "4df3a57f-bf77-40be-9bdc-c2b2d21c321a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:06:24Z", "security_group_id": "d90a4127-0b0d-44c4-b33e-ae70dfd751a3", "tenant_id": "23abf2ffe1bb492ba2b8086c05b2dbb5", "port_range_min": null, "ethertype": "IPv6", "project_id": "23abf2ffe1bb492ba2b8086c05b2dbb5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:06:24Z", "revision_number": 0, "id": "56b3d2a6-22ba-494d-9fdb-721ed6e6270e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:06:24Z", "security_group_id": "d90a4127-0b0d-44c4-b33e-ae70dfd751a3", "tenant_id": "23abf2ffe1bb492ba2b8086c05b2dbb5", "port_range_min": null, "ethertype": "IPv4", "project_id": "23abf2ffe1bb492ba2b8086c05b2dbb5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:06:24Z", "revision_number": 0, "id": "e09fedc2-5666-4ad5-82d8-b119b42c9c43", "remote_group_id": "d90a4127-0b0d-44c4-b33e-ae70dfd751a3", "remote_ip_prefix": null, "created_at": "2018-08-12T08:06:24Z", "security_group_id": "d90a4127-0b0d-44c4-b33e-ae70dfd751a3", "tenant_id": "23abf2ffe1bb492ba2b8086c05b2dbb5", "port_range_min": null, "ethertype": "IPv4", "project_id": "23abf2ffe1bb492ba2b8086c05b2dbb5"}], "revision_number": 4, "project_id": "23abf2ffe1bb492ba2b8086c05b2dbb5", "id": "d90a4127-0b0d-44c4-b33e-ae70dfd751a3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "created_at": "2018-08-12T05:34:54Z", "updated_at": "2018-08-12T05:34:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "0633a05a-ee7d-4476-a56b-75d011b22f77", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "6cc1b9f8-73db-47a3-a0e0-3c96c43f34da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "90d99a6b-e94f-4fd8-a10c-f19dd8954c13", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "e843c139-af2a-4d2c-a24f-59f7b10ff72e", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}], "revision_number": 4, "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "created_at": "2018-08-12T05:09:07Z", "updated_at": "2018-08-12T05:09:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "5495e168-f505-4d74-ae6d-387f0bf533c2", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "6fd19b8b-3062-456e-81ba-3ff37fe43429", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8ca59d25-485c-46ce-939c-2e4a468caeac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8f190846-50a0-42b9-b571-390809b752b1", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}], "revision_number": 4, "project_id": "fa9ca6d7608b4d7d87ce97331679a481", "id": "edcd9b17-9416-4c25-823c-060c435e18d7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "created_at": "2018-08-12T05:34:52Z", "updated_at": "2018-08-12T05:34:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "2c7e484e-6ec5-4a95-8c9c-66d294c0c27e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "70c74258-3c2c-4efc-87e0-079c26ee3417", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "b70382fa-082e-4c2b-abc8-87490fa50b11", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "c3628e02-b4b6-42c9-8751-c1a2d3c19caa", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}], "revision_number": 4, "project_id": "87db863ba6e348b0a5ddcb67053db9d1", "id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "name": "default"}]} 2018-08-12 08:06:31,768 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-86377497-d739-48f1-97f2-a272b5f16cf1 2018-08-12 08:06:31,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76b0f3d15d9890062b934785a379c6319bdd1e7b" 2018-08-12 08:06:31,868 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:06:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bec1d09b-7078-4b56-a388-b8d80214b671 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 5fe28c13d4d74ba2be8d019ac1ea6363.", "code": 404, "title": "Not Found"}} 2018-08-12 08:06:31,868 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 used request id req-bec1d09b-7078-4b56-a388-b8d80214b671 2018-08-12 08:06:31,868 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:06:31,871 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76b0f3d15d9890062b934785a379c6319bdd1e7b" 2018-08-12 08:06:31,953 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:06:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e93ca2bd-ee62-4d6d-92f2-95062f4e5357 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa5a7fe6ee54472ba01638877aade8e3.", "code": 404, "title": "Not Found"}} 2018-08-12 08:06:31,953 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 used request id req-e93ca2bd-ee62-4d6d-92f2-95062f4e5357 2018-08-12 08:06:31,953 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:06:31,957 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76b0f3d15d9890062b934785a379c6319bdd1e7b" 2018-08-12 08:06:32,047 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:06:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f925a54b-c233-4e6a-832f-c9c8eb5d9140 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ea65becf30e54b27aa96a449698a435e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:06:32,047 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e used request id req-f925a54b-c233-4e6a-832f-c9c8eb5d9140 2018-08-12 08:06:32,047 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:06:32,051 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76b0f3d15d9890062b934785a379c6319bdd1e7b" 2018-08-12 08:06:32,138 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:06:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d4ce752e-1bb7-4bed-8b9d-6c7e7791a9a5 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ff7abd7bb61f4f2889831e932d65dc2e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:06:32,138 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e used request id req-d4ce752e-1bb7-4bed-8b9d-6c7e7791a9a5 2018-08-12 08:06:32,139 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:06:32,142 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76b0f3d15d9890062b934785a379c6319bdd1e7b" 2018-08-12 08:06:32,231 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:06:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b6b5b809-f509-461c-a8a3-6f7909387811 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3a85ceae958d4d9fba68847e7df67db8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:06:32,231 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 used request id req-b6b5b809-f509-461c-a8a3-6f7909387811 2018-08-12 08:06:32,232 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:06:32,235 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76b0f3d15d9890062b934785a379c6319bdd1e7b" 2018-08-12 08:06:32,328 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:06:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bb4efe2b-25c5-45f5-94e7-43b83fc12dcb Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 85517fcf1c6247e699fdcdd42ecc8c79.", "code": 404, "title": "Not Found"}} 2018-08-12 08:06:32,328 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 used request id req-bb4efe2b-25c5-45f5-94e7-43b83fc12dcb 2018-08-12 08:06:32,328 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:06:32,331 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76b0f3d15d9890062b934785a379c6319bdd1e7b" 2018-08-12 08:06:32,426 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:06:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9d5f4eb9-c7f5-4a23-a849-6e53cfeea7ec Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}} 2018-08-12 08:06:32,426 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe used request id req-9d5f4eb9-c7f5-4a23-a849-6e53cfeea7ec 2018-08-12 08:06:32,429 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76b0f3d15d9890062b934785a379c6319bdd1e7b" 2018-08-12 08:06:32,523 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:06:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dbb0e1b1-ba09-4991-baf2-336a1d505074 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 315a428116f24d9fbb826b37080a918e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:06:32,523 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e used request id req-dbb0e1b1-ba09-4991-baf2-336a1d505074 2018-08-12 08:06:32,523 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:06:32,527 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76b0f3d15d9890062b934785a379c6319bdd1e7b" 2018-08-12 08:06:32,621 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:06:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bb660ee0-ca59-468a-9fff-92681b24f9c5 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 11a46741b7954b959fd7764109c047b6.", "code": 404, "title": "Not Found"}} 2018-08-12 08:06:32,621 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 used request id req-bb660ee0-ca59-468a-9fff-92681b24f9c5 2018-08-12 08:06:32,621 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:06:32,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76b0f3d15d9890062b934785a379c6319bdd1e7b" 2018-08-12 08:06:32,716 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:06:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9c659926-ff59-4648-a1f4-62b6cba35a0e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3c01cd58055c44ecaef39f7e625c2258.", "code": 404, "title": "Not Found"}} 2018-08-12 08:06:32,717 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 used request id req-9c659926-ff59-4648-a1f4-62b6cba35a0e 2018-08-12 08:06:32,717 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:06:32,720 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76b0f3d15d9890062b934785a379c6319bdd1e7b" 2018-08-12 08:06:32,805 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:06:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2eaeafe7-14f0-4126-8e05-63bf4ceceedf Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 521007c1818145639e93ceb270559219.", "code": 404, "title": "Not Found"}} 2018-08-12 08:06:32,805 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 used request id req-2eaeafe7-14f0-4126-8e05-63bf4ceceedf 2018-08-12 08:06:32,805 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:06:32,809 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76b0f3d15d9890062b934785a379c6319bdd1e7b" 2018-08-12 08:06:32,898 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:06:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-59ad0b77-2ec6-414e-96ff-54d244731d13 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e18fcc7fc10a4fd0b20234f8520d0aab.", "code": 404, "title": "Not Found"}} 2018-08-12 08:06:32,898 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab used request id req-59ad0b77-2ec6-414e-96ff-54d244731d13 2018-08-12 08:06:32,898 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:06:32,901 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76b0f3d15d9890062b934785a379c6319bdd1e7b" 2018-08-12 08:06:32,987 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:06:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7775c9cd-c348-45fb-b3b7-724579f0b735 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "310f5853751a4c968f3eeb0a3d99a0a8", "name": "service"}} 2018-08-12 08:06:32,987 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 used request id req-7775c9cd-c348-45fb-b3b7-724579f0b735 2018-08-12 08:06:32,991 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76b0f3d15d9890062b934785a379c6319bdd1e7b" 2018-08-12 08:06:33,078 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:06:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1640dbd8-1634-4b23-af88-61dc09103ab8 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9f6c1a272706419c9a74b0893b2890e8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:06:33,078 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 used request id req-1640dbd8-1634-4b23-af88-61dc09103ab8 2018-08-12 08:06:33,078 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:06:33,081 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/23abf2ffe1bb492ba2b8086c05b2dbb5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76b0f3d15d9890062b934785a379c6319bdd1e7b" 2018-08-12 08:06:33,187 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:06:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-96fd8643-470b-434a-93c4-c96aa24bf454 Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/23abf2ffe1bb492ba2b8086c05b2dbb5"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "23abf2ffe1bb492ba2b8086c05b2dbb5", "name": "CreateSecurityGroupTests-880dee62-3334-424-proj"}} 2018-08-12 08:06:33,187 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/23abf2ffe1bb492ba2b8086c05b2dbb5 used request id req-96fd8643-470b-434a-93c4-c96aa24bf454 2018-08-12 08:06:33,188 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d90a4127-0b0d-44c4-b33e-ae70dfd751a3 2018-08-12 08:06:33,193 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=d90a4127-0b0d-44c4-b33e-ae70dfd751a3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76b0f3d15d9890062b934785a379c6319bdd1e7b" 2018-08-12 08:06:33,402 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-5162aea4-2c23-43d7-b9b3-9f102119dd28 Date: Sun, 12 Aug 2018 08:06:33 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "d90a4127-0b0d-44c4-b33e-ae70dfd751a3", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:06:24Z", "security_group_id": "d90a4127-0b0d-44c4-b33e-ae70dfd751a3", "port_range_min": null, "revision_number": 0, "tenant_id": "23abf2ffe1bb492ba2b8086c05b2dbb5", "created_at": "2018-08-12T08:06:24Z", "project_id": "23abf2ffe1bb492ba2b8086c05b2dbb5", "id": "3e75739a-c9be-45a7-8dda-b3139e78a27f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:06:24Z", "security_group_id": "d90a4127-0b0d-44c4-b33e-ae70dfd751a3", "port_range_min": null, "revision_number": 0, "tenant_id": "23abf2ffe1bb492ba2b8086c05b2dbb5", "created_at": "2018-08-12T08:06:24Z", "project_id": "23abf2ffe1bb492ba2b8086c05b2dbb5", "id": "4df3a57f-bf77-40be-9bdc-c2b2d21c321a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:06:24Z", "security_group_id": "d90a4127-0b0d-44c4-b33e-ae70dfd751a3", "port_range_min": null, "revision_number": 0, "tenant_id": "23abf2ffe1bb492ba2b8086c05b2dbb5", "created_at": "2018-08-12T08:06:24Z", "project_id": "23abf2ffe1bb492ba2b8086c05b2dbb5", "id": "56b3d2a6-22ba-494d-9fdb-721ed6e6270e"}, {"remote_group_id": "d90a4127-0b0d-44c4-b33e-ae70dfd751a3", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:06:24Z", "security_group_id": "d90a4127-0b0d-44c4-b33e-ae70dfd751a3", "port_range_min": null, "revision_number": 0, "tenant_id": "23abf2ffe1bb492ba2b8086c05b2dbb5", "created_at": "2018-08-12T08:06:24Z", "project_id": "23abf2ffe1bb492ba2b8086c05b2dbb5", "id": "e09fedc2-5666-4ad5-82d8-b119b42c9c43"}]} 2018-08-12 08:06:33,402 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=d90a4127-0b0d-44c4-b33e-ae70dfd751a3 used request id req-5162aea4-2c23-43d7-b9b3-9f102119dd28 2018-08-12 08:06:33,403 - neutron_utils - INFO - Deleting security group with name - default 2018-08-12 08:06:33,408 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/d90a4127-0b0d-44c4-b33e-ae70dfd751a3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76b0f3d15d9890062b934785a379c6319bdd1e7b" 2018-08-12 08:06:33,746 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d7ad47f8-7657-46fb-9703-fc8ff53a296e Content-Length: 0 Date: Sun, 12 Aug 2018 08:06:33 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:06:33,747 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/d90a4127-0b0d-44c4-b33e-ae70dfd751a3 used request id req-d7ad47f8-7657-46fb-9703-fc8ff53a296e 2018-08-12 08:06:33,747 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-880dee62-3334-424-proj 2018-08-12 08:06:33,751 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/23abf2ffe1bb492ba2b8086c05b2dbb5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76b0f3d15d9890062b934785a379c6319bdd1e7b" 2018-08-12 08:06:34,012 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:06:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7250533d-9fb7-4277-ab92-951e47f0cf99 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 08:06:34,012 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/23abf2ffe1bb492ba2b8086c05b2dbb5 used request id req-7250533d-9fb7-4277-ab92-951e47f0cf99 2018-08-12 08:06:34,012 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-880dee62-3334-424-proj-role 2018-08-12 08:06:34,016 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/2f72b33d32c64d48a05d2e5a56523fee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76b0f3d15d9890062b934785a379c6319bdd1e7b" 2018-08-12 08:06:34,119 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:06:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cf70c475-c8a9-43e6-bbfd-26369cb03b3f 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 08:06:34,119 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/2f72b33d32c64d48a05d2e5a56523fee used request id req-cf70c475-c8a9-43e6-bbfd-26369cb03b3f 2018-08-12 08:06:34,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76b0f3d15d9890062b934785a379c6319bdd1e7b" 2018-08-12 08:06:34,227 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:06:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9ab38fcd-262a-42b4-8e0e-68d884635063 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:06:34,227 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-9ab38fcd-262a-42b4-8e0e-68d884635063 2018-08-12 08:06:34,228 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-880dee62-3334-424-user 2018-08-12 08:06:34,231 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/71bdf24cc6e948d897bbf6f3357c9cf3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd4b87f3017ff171eefa225cd8e0bfef26a29cc4" 2018-08-12 08:06:34,416 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:06:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-66f5b635-0bfd-4d66-9762-e6982200d903 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 08:06:34,416 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/71bdf24cc6e948d897bbf6f3357c9cf3 used request id req-66f5b635-0bfd-4d66-9762-e6982200d903 2018-08-12 08:06:34,418 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:06:34,803 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:06:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["7dv8uKAOSui4XgRQlsl8Dw"], "issued_at": "2018-08-12T08:06:34.000000Z"}} 2018-08-12 08:06:34,803 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}ae5613f31499c213b6d11c3318c96767ba22b2e1" 2018-08-12 08:06:34,891 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:06:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3e41630e-6685-48f7-9f7a-78d96c846218 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:06:34,891 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-3e41630e-6685-48f7-9f7a-78d96c846218 2018-08-12 08:06:34,892 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:06:34,893 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:06:35,294 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:06:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["dQjhppirTXaaeEq6Y52SFg"], "issued_at": "2018-08-12T08:06:35.000000Z"}} 2018-08-12 08:06:35,295 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}b9aae610041b2cddfb622b7767569ea332a7d1b8" 2018-08-12 08:06:35,376 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:06:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc8c973d-fadc-430c-8507-4982d05f6647 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:06:35,376 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-cc8c973d-fadc-430c-8507-4982d05f6647 2018-08-12 08:06:35,380 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:06:35,387 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:06:35 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:06:35,388 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-a2fa2b42-9bdd-46a-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9aae610041b2cddfb622b7767569ea332a7d1b8" 2018-08-12 08:06:35,482 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:06:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-92b6f7b7-8619-4399-9497-c801f016c87a Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-a2fa2b42-9bdd-46a-proj", "previous": null, "next": null}, "projects": []} 2018-08-12 08:06:35,482 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-a2fa2b42-9bdd-46a-proj used request id req-92b6f7b7-8619-4399-9497-c801f016c87a 2018-08-12 08:06:35,486 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9aae610041b2cddfb622b7767569ea332a7d1b8" 2018-08-12 08:06:35,576 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:06:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-892fc007-900a-4f3c-84aa-b13979a6b2b4 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:06:35,576 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-892fc007-900a-4f3c-84aa-b13979a6b2b4 2018-08-12 08:06:35,580 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9aae610041b2cddfb622b7767569ea332a7d1b8" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSecurityGroupTests-a2fa2b42-9bdd-46a-proj"}}' 2018-08-12 08:06:35,706 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:06:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b3d38798-da36-49df-b4fb-a43ebef3acb9 Content-Length: 321 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/9d61a376803e4dcda6ff433d7d29838d"}, "tags": [], "enabled": true, "id": "9d61a376803e4dcda6ff433d7d29838d", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-a2fa2b42-9bdd-46a-proj"}} 2018-08-12 08:06:35,707 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-b3d38798-da36-49df-b4fb-a43ebef3acb9 2018-08-12 08:06:35,707 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-a2fa2b42-9bdd-46a-proj 2018-08-12 08:06:35,707 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:06:35,708 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:06:36,107 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:06:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["XzohAKtWRMiaPoryzxDhLQ"], "issued_at": "2018-08-12T08:06:36.000000Z"}} 2018-08-12 08:06:36,108 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}90265d9b99d0e883f1c5b1c3b2b4b2b352f9c9f1" 2018-08-12 08:06:36,191 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:06:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eabeed2e-46e5-4ce7-b3ef-926fb5827b91 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:06:36,192 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-eabeed2e-46e5-4ce7-b3ef-926fb5827b91 2018-08-12 08:06:36,195 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:06:36,200 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:06:36 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:06:36,201 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90265d9b99d0e883f1c5b1c3b2b4b2b352f9c9f1" 2018-08-12 08:06:36,312 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:06:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c4d362d7-8aaa-40db-a87e-91cc19b80fa1 Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/105a247548624314b9228f85f6325f0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105a247548624314b9228f85f6325f0b", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/1c5de0eaa44543f08da6ad63a51594ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c5de0eaa44543f08da6ad63a51594ff", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/1d127b5b832547a88a547c116dfdd65b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d127b5b832547a88a547c116dfdd65b", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/1d5cfc170d624ce4ae53ae0507c8d517"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d5cfc170d624ce4ae53ae0507c8d517", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/2421820b75eb4d3ebd02830378d1377b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2421820b75eb4d3ebd02830378d1377b", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/40bd8ee54ecf44868cc83cede652c396"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40bd8ee54ecf44868cc83cede652c396", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/4f32fb8153854c4c9f5094b42b523f80"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f32fb8153854c4c9f5094b42b523f80", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7066130d08fb4db7bf4ab468de53933b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7066130d08fb4db7bf4ab468de53933b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/8d0898a83bcf4521bbc11501d5d7ac89"}, "domain_id": "1eec97585bde483292ece28ee11f4b8d", "enabled": true, "options": {}, "id": "8d0898a83bcf4521bbc11501d5d7ac89", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/9defcced327d476f8a3beab718a13da3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9defcced327d476f8a3beab718a13da3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/b80ee4f6992446e0879624dd436e99a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b80ee4f6992446e0879624dd436e99a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b86fd3e011324d398fcdb6f095a20a9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b86fd3e011324d398fcdb6f095a20a9d", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1701d2754064b5cadf765ea0806f9b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1701d2754064b5cadf765ea0806f9b2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/db4e7b8d76d549faa502716565c733dd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db4e7b8d76d549faa502716565c733dd", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-12 08:06:36,312 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-c4d362d7-8aaa-40db-a87e-91cc19b80fa1 2018-08-12 08:06:36,316 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateSecurityGroupTests-a2fa2b42-9bdd-46a-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90265d9b99d0e883f1c5b1c3b2b4b2b352f9c9f1" 2018-08-12 08:06:36,405 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:06:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7bdb9154-8ae3-482b-81d7-d31a05b41a78 Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateSecurityGroupTests-a2fa2b42-9bdd-46a-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/9d61a376803e4dcda6ff433d7d29838d"}, "tags": [], "enabled": true, "id": "9d61a376803e4dcda6ff433d7d29838d", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-a2fa2b42-9bdd-46a-proj"}]} 2018-08-12 08:06:36,405 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateSecurityGroupTests-a2fa2b42-9bdd-46a-proj used request id req-7bdb9154-8ae3-482b-81d7-d31a05b41a78 2018-08-12 08:06:36,409 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90265d9b99d0e883f1c5b1c3b2b4b2b352f9c9f1" 2018-08-12 08:06:36,505 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:06:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ff317cab-c387-40d3-9e28-38031db86038 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:06:36,506 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-ff317cab-c387-40d3-9e28-38031db86038 2018-08-12 08:06:36,892 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-a2fa2b42-9bdd-46a-user 2018-08-12 08:06:36,892 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:06:36,896 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9aae610041b2cddfb622b7767569ea332a7d1b8" 2018-08-12 08:06:36,984 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:06:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-74939f96-0718-455d-8dcf-ad92f22802a7 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:06:36,984 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-74939f96-0718-455d-8dcf-ad92f22802a7 2018-08-12 08:06:36,988 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9aae610041b2cddfb622b7767569ea332a7d1b8" -d '{"role": {"name": "CreateSecurityGroupTests-a2fa2b42-9bdd-46a-proj-role"}}' 2018-08-12 08:06:37,096 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:06:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-da8b5204-02e7-43a2-9dd8-c04ffb64a276 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "505f100e059c440eb051aaa09d7a414d", "links": {"self": "http://172.30.9.21:5000/v3/roles/505f100e059c440eb051aaa09d7a414d"}, "name": "CreateSecurityGroupTests-a2fa2b42-9bdd-46a-proj-role"}} 2018-08-12 08:06:37,096 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-da8b5204-02e7-43a2-9dd8-c04ffb64a276 2018-08-12 08:06:37,096 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-a2fa2b42-9bdd-46a-proj-role 2018-08-12 08:06:37,100 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/505f100e059c440eb051aaa09d7a414d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9aae610041b2cddfb622b7767569ea332a7d1b8" 2018-08-12 08:06:37,118 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:06:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8da5051d-db91-424c-917c-6eb1c9079ea1 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "505f100e059c440eb051aaa09d7a414d", "links": {"self": "http://172.30.9.21:5000/v3/roles/505f100e059c440eb051aaa09d7a414d"}, "name": "CreateSecurityGroupTests-a2fa2b42-9bdd-46a-proj-role"}} 2018-08-12 08:06:37,118 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/505f100e059c440eb051aaa09d7a414d used request id req-8da5051d-db91-424c-917c-6eb1c9079ea1 2018-08-12 08:06:37,119 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-a2fa2b42-9bdd-46a-proj-role to project CreateSecurityGroupTests-a2fa2b42-9bdd-46a-proj 2018-08-12 08:06:37,122 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/9d61a376803e4dcda6ff433d7d29838d/users/17f7b0251bc04a41902e1ea1183e2825/roles/505f100e059c440eb051aaa09d7a414d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9aae610041b2cddfb622b7767569ea332a7d1b8" 2018-08-12 08:06:37,248 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:06:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-41be7b7e-3bde-43dc-b78d-96104e47e800 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 08:06:37,249 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/9d61a376803e4dcda6ff433d7d29838d/users/17f7b0251bc04a41902e1ea1183e2825/roles/505f100e059c440eb051aaa09d7a414d used request id req-41be7b7e-3bde-43dc-b78d-96104e47e800 2018-08-12 08:06:37,249 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:06:37,249 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:06:37,249 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:06:37,250 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:06:37,250 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:06:37,251 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:06:37,252 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:06:37,654 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "505f100e059c440eb051aaa09d7a414d", "name": "CreateSecurityGroupTests-a2fa2b42-9bdd-46a-proj-role"}], "expires_at": "2018-08-12T09:06:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9d61a376803e4dcda6ff433d7d29838d", "name": "CreateSecurityGroupTests-a2fa2b42-9bdd-46a-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/9d61a376803e4dcda6ff433d7d29838d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/9d61a376803e4dcda6ff433d7d29838d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/9d61a376803e4dcda6ff433d7d29838d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_9d61a376803e4dcda6ff433d7d29838d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_9d61a376803e4dcda6ff433d7d29838d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/9d61a376803e4dcda6ff433d7d29838d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/9d61a376803e4dcda6ff433d7d29838d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/9d61a376803e4dcda6ff433d7d29838d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/9d61a376803e4dcda6ff433d7d29838d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/9d61a376803e4dcda6ff433d7d29838d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/9d61a376803e4dcda6ff433d7d29838d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/9d61a376803e4dcda6ff433d7d29838d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/9d61a376803e4dcda6ff433d7d29838d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/9d61a376803e4dcda6ff433d7d29838d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-a2fa2b42-9bdd-46a-user", "id": "17f7b0251bc04a41902e1ea1183e2825"}, "audit_ids": ["Y2p-gIK8QJ--6Khk2vhMZQ"], "issued_at": "2018-08-12T08:06:37.000000Z"}} 2018-08-12 08:06:37,654 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}3ea9d7514b8aa6875e410978fb86498495102bb9" 2018-08-12 08:06:37,750 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:06:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-28ec0f74-5bd6-4163-832b-643f8077924b Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:06:37,750 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-28ec0f74-5bd6-4163-832b-643f8077924b 2018-08-12 08:06:37,751 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:06:37,751 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:06:37,751 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:06:37,751 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:06:37,752 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:06:37,758 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-c767c463-4cd7-4da0-bc50-1abd1d7ef9d0name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ea9d7514b8aa6875e410978fb86498495102bb9" 2018-08-12 08:06:38,093 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-3116b64c-abed-4e75-a0d2-e2427447d6af Date: Sun, 12 Aug 2018 08:06:38 GMT RESP BODY: {"security_groups": []} 2018-08-12 08:06:38,094 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-c767c463-4cd7-4da0-bc50-1abd1d7ef9d0name&description=hello+group used request id req-3116b64c-abed-4e75-a0d2-e2427447d6af 2018-08-12 08:06:38,094 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-c767c463-4cd7-4da0-bc50-1abd1d7ef9d0name... 2018-08-12 08:06:38,094 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-c767c463-4cd7-4da0-bc50-1abd1d7ef9d0name 2018-08-12 08:06:38,099 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ea9d7514b8aa6875e410978fb86498495102bb9" -d '{"security_group": {"name": "CreateSecurityGroupTests-c767c463-4cd7-4da0-bc50-1abd1d7ef9d0name", "description": "hello group"}}' 2018-08-12 08:06:38,599 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1408 X-Openstack-Request-Id: req-c8f54051-6891-4b04-8740-c0cea207b43c Date: Sun, 12 Aug 2018 08:06:38 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "9d61a376803e4dcda6ff433d7d29838d", "created_at": "2018-08-12T08:06:38Z", "updated_at": "2018-08-12T08:06:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:06:38Z", "revision_number": 0, "id": "8242bafc-0998-4687-8b3d-1fff2dc029e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:06:38Z", "security_group_id": "ec317e24-24a2-48b0-a63c-7cec226a2d5a", "tenant_id": "9d61a376803e4dcda6ff433d7d29838d", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d61a376803e4dcda6ff433d7d29838d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:06:38Z", "revision_number": 0, "id": "e0d54453-f2a5-4c4a-a269-9643fc8487bb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:06:38Z", "security_group_id": "ec317e24-24a2-48b0-a63c-7cec226a2d5a", "tenant_id": "9d61a376803e4dcda6ff433d7d29838d", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d61a376803e4dcda6ff433d7d29838d"}], "revision_number": 2, "project_id": "9d61a376803e4dcda6ff433d7d29838d", "id": "ec317e24-24a2-48b0-a63c-7cec226a2d5a", "name": "CreateSecurityGroupTests-c767c463-4cd7-4da0-bc50-1abd1d7ef9d0name"}} 2018-08-12 08:06:38,599 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups used request id req-c8f54051-6891-4b04-8740-c0cea207b43c 2018-08-12 08:06:38,599 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ec317e24-24a2-48b0-a63c-7cec226a2d5a 2018-08-12 08:06:38,604 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=ec317e24-24a2-48b0-a63c-7cec226a2d5a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ea9d7514b8aa6875e410978fb86498495102bb9" 2018-08-12 08:06:38,793 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-1f44e8cd-24ce-44e9-b911-2a9eda71cea5 Date: Sun, 12 Aug 2018 08:06:38 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-12T08:06:38Z", "security_group_id": "ec317e24-24a2-48b0-a63c-7cec226a2d5a", "port_range_min": null, "revision_number": 0, "tenant_id": "9d61a376803e4dcda6ff433d7d29838d", "created_at": "2018-08-12T08:06:38Z", "project_id": "9d61a376803e4dcda6ff433d7d29838d", "id": "8242bafc-0998-4687-8b3d-1fff2dc029e9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:06:38Z", "security_group_id": "ec317e24-24a2-48b0-a63c-7cec226a2d5a", "port_range_min": null, "revision_number": 0, "tenant_id": "9d61a376803e4dcda6ff433d7d29838d", "created_at": "2018-08-12T08:06:38Z", "project_id": "9d61a376803e4dcda6ff433d7d29838d", "id": "e0d54453-f2a5-4c4a-a269-9643fc8487bb"}]} 2018-08-12 08:06:38,793 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=ec317e24-24a2-48b0-a63c-7cec226a2d5a used request id req-1f44e8cd-24ce-44e9-b911-2a9eda71cea5 2018-08-12 08:06:38,794 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ec317e24-24a2-48b0-a63c-7cec226a2d5a 2018-08-12 08:06:38,799 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=ec317e24-24a2-48b0-a63c-7cec226a2d5a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ea9d7514b8aa6875e410978fb86498495102bb9" 2018-08-12 08:06:38,823 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-768b3cd3-30e8-4d04-9bc6-8129725c9e45 Date: Sun, 12 Aug 2018 08:06:38 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-12T08:06:38Z", "security_group_id": "ec317e24-24a2-48b0-a63c-7cec226a2d5a", "port_range_min": null, "revision_number": 0, "tenant_id": "9d61a376803e4dcda6ff433d7d29838d", "created_at": "2018-08-12T08:06:38Z", "project_id": "9d61a376803e4dcda6ff433d7d29838d", "id": "8242bafc-0998-4687-8b3d-1fff2dc029e9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:06:38Z", "security_group_id": "ec317e24-24a2-48b0-a63c-7cec226a2d5a", "port_range_min": null, "revision_number": 0, "tenant_id": "9d61a376803e4dcda6ff433d7d29838d", "created_at": "2018-08-12T08:06:38Z", "project_id": "9d61a376803e4dcda6ff433d7d29838d", "id": "e0d54453-f2a5-4c4a-a269-9643fc8487bb"}]} 2018-08-12 08:06:38,823 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=ec317e24-24a2-48b0-a63c-7cec226a2d5a used request id req-768b3cd3-30e8-4d04-9bc6-8129725c9e45 2018-08-12 08:06:38,824 - neutron_utils - INFO - Retrieving security group with ID - ec317e24-24a2-48b0-a63c-7cec226a2d5a 2018-08-12 08:06:38,829 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=ec317e24-24a2-48b0-a63c-7cec226a2d5a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ea9d7514b8aa6875e410978fb86498495102bb9" 2018-08-12 08:06:38,908 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-7f456598-a3ff-4af2-8676-265e24ef788a Date: Sun, 12 Aug 2018 08:06:38 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "9d61a376803e4dcda6ff433d7d29838d", "created_at": "2018-08-12T08:06:38Z", "updated_at": "2018-08-12T08:06:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:06:38Z", "revision_number": 0, "id": "8242bafc-0998-4687-8b3d-1fff2dc029e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:06:38Z", "security_group_id": "ec317e24-24a2-48b0-a63c-7cec226a2d5a", "tenant_id": "9d61a376803e4dcda6ff433d7d29838d", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d61a376803e4dcda6ff433d7d29838d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:06:38Z", "revision_number": 0, "id": "e0d54453-f2a5-4c4a-a269-9643fc8487bb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:06:38Z", "security_group_id": "ec317e24-24a2-48b0-a63c-7cec226a2d5a", "tenant_id": "9d61a376803e4dcda6ff433d7d29838d", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d61a376803e4dcda6ff433d7d29838d"}], "revision_number": 2, "project_id": "9d61a376803e4dcda6ff433d7d29838d", "id": "ec317e24-24a2-48b0-a63c-7cec226a2d5a", "name": "CreateSecurityGroupTests-c767c463-4cd7-4da0-bc50-1abd1d7ef9d0name"}]} 2018-08-12 08:06:38,908 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=ec317e24-24a2-48b0-a63c-7cec226a2d5a used request id req-7f456598-a3ff-4af2-8676-265e24ef788a 2018-08-12 08:06:38,909 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ec317e24-24a2-48b0-a63c-7cec226a2d5a 2018-08-12 08:06:38,914 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=ec317e24-24a2-48b0-a63c-7cec226a2d5a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ea9d7514b8aa6875e410978fb86498495102bb9" 2018-08-12 08:06:38,938 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-c78a47a1-80d9-4002-ad40-3a2f15301628 Date: Sun, 12 Aug 2018 08:06:38 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-12T08:06:38Z", "security_group_id": "ec317e24-24a2-48b0-a63c-7cec226a2d5a", "port_range_min": null, "revision_number": 0, "tenant_id": "9d61a376803e4dcda6ff433d7d29838d", "created_at": "2018-08-12T08:06:38Z", "project_id": "9d61a376803e4dcda6ff433d7d29838d", "id": "8242bafc-0998-4687-8b3d-1fff2dc029e9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:06:38Z", "security_group_id": "ec317e24-24a2-48b0-a63c-7cec226a2d5a", "port_range_min": null, "revision_number": 0, "tenant_id": "9d61a376803e4dcda6ff433d7d29838d", "created_at": "2018-08-12T08:06:38Z", "project_id": "9d61a376803e4dcda6ff433d7d29838d", "id": "e0d54453-f2a5-4c4a-a269-9643fc8487bb"}]} 2018-08-12 08:06:38,938 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=ec317e24-24a2-48b0-a63c-7cec226a2d5a used request id req-c78a47a1-80d9-4002-ad40-3a2f15301628 2018-08-12 08:06:38,939 - neutron_utils - INFO - Retrieving security group with ID - ec317e24-24a2-48b0-a63c-7cec226a2d5a 2018-08-12 08:06:38,944 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=ec317e24-24a2-48b0-a63c-7cec226a2d5a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ea9d7514b8aa6875e410978fb86498495102bb9" 2018-08-12 08:06:39,170 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-f06bd050-736e-48ac-ad67-e9d28a964508 Date: Sun, 12 Aug 2018 08:06:39 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "9d61a376803e4dcda6ff433d7d29838d", "created_at": "2018-08-12T08:06:38Z", "updated_at": "2018-08-12T08:06:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:06:38Z", "revision_number": 0, "id": "8242bafc-0998-4687-8b3d-1fff2dc029e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:06:38Z", "security_group_id": "ec317e24-24a2-48b0-a63c-7cec226a2d5a", "tenant_id": "9d61a376803e4dcda6ff433d7d29838d", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d61a376803e4dcda6ff433d7d29838d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:06:38Z", "revision_number": 0, "id": "e0d54453-f2a5-4c4a-a269-9643fc8487bb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:06:38Z", "security_group_id": "ec317e24-24a2-48b0-a63c-7cec226a2d5a", "tenant_id": "9d61a376803e4dcda6ff433d7d29838d", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d61a376803e4dcda6ff433d7d29838d"}], "revision_number": 2, "project_id": "9d61a376803e4dcda6ff433d7d29838d", "id": "ec317e24-24a2-48b0-a63c-7cec226a2d5a", "name": "CreateSecurityGroupTests-c767c463-4cd7-4da0-bc50-1abd1d7ef9d0name"}]} 2018-08-12 08:06:39,170 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=ec317e24-24a2-48b0-a63c-7cec226a2d5a used request id req-f06bd050-736e-48ac-ad67-e9d28a964508 2018-08-12 08:06:39,170 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ec317e24-24a2-48b0-a63c-7cec226a2d5a 2018-08-12 08:06:39,175 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=ec317e24-24a2-48b0-a63c-7cec226a2d5a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ea9d7514b8aa6875e410978fb86498495102bb9" 2018-08-12 08:06:39,225 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-228242a9-8e50-4dd0-84c2-67509a4ab9fd Date: Sun, 12 Aug 2018 08:06:39 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-12T08:06:38Z", "security_group_id": "ec317e24-24a2-48b0-a63c-7cec226a2d5a", "port_range_min": null, "revision_number": 0, "tenant_id": "9d61a376803e4dcda6ff433d7d29838d", "created_at": "2018-08-12T08:06:38Z", "project_id": "9d61a376803e4dcda6ff433d7d29838d", "id": "8242bafc-0998-4687-8b3d-1fff2dc029e9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:06:38Z", "security_group_id": "ec317e24-24a2-48b0-a63c-7cec226a2d5a", "port_range_min": null, "revision_number": 0, "tenant_id": "9d61a376803e4dcda6ff433d7d29838d", "created_at": "2018-08-12T08:06:38Z", "project_id": "9d61a376803e4dcda6ff433d7d29838d", "id": "e0d54453-f2a5-4c4a-a269-9643fc8487bb"}]} 2018-08-12 08:06:39,226 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=ec317e24-24a2-48b0-a63c-7cec226a2d5a used request id req-228242a9-8e50-4dd0-84c2-67509a4ab9fd 2018-08-12 08:06:39,226 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-c767c463-4cd7-4da0-bc50-1abd1d7ef9d0name 2018-08-12 08:06:39,231 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-c767c463-4cd7-4da0-bc50-1abd1d7ef9d0name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ea9d7514b8aa6875e410978fb86498495102bb9" 2018-08-12 08:06:39,278 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-f64ad2a4-9ddf-43fd-a014-c8e819ac7bcf Date: Sun, 12 Aug 2018 08:06:39 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "9d61a376803e4dcda6ff433d7d29838d", "created_at": "2018-08-12T08:06:38Z", "updated_at": "2018-08-12T08:06:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:06:38Z", "revision_number": 0, "id": "8242bafc-0998-4687-8b3d-1fff2dc029e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:06:38Z", "security_group_id": "ec317e24-24a2-48b0-a63c-7cec226a2d5a", "tenant_id": "9d61a376803e4dcda6ff433d7d29838d", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d61a376803e4dcda6ff433d7d29838d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:06:38Z", "revision_number": 0, "id": "e0d54453-f2a5-4c4a-a269-9643fc8487bb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:06:38Z", "security_group_id": "ec317e24-24a2-48b0-a63c-7cec226a2d5a", "tenant_id": "9d61a376803e4dcda6ff433d7d29838d", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d61a376803e4dcda6ff433d7d29838d"}], "revision_number": 2, "project_id": "9d61a376803e4dcda6ff433d7d29838d", "id": "ec317e24-24a2-48b0-a63c-7cec226a2d5a", "name": "CreateSecurityGroupTests-c767c463-4cd7-4da0-bc50-1abd1d7ef9d0name"}]} 2018-08-12 08:06:39,279 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-c767c463-4cd7-4da0-bc50-1abd1d7ef9d0name used request id req-f64ad2a4-9ddf-43fd-a014-c8e819ac7bcf 2018-08-12 08:06:39,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:06:39,287 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:06:39 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:06:39,288 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/9d61a376803e4dcda6ff433d7d29838d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ea9d7514b8aa6875e410978fb86498495102bb9" 2018-08-12 08:06:39,382 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:06:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e24e0406-a3d0-4144-aad8-4923a5ddf9e4 Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/9d61a376803e4dcda6ff433d7d29838d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "9d61a376803e4dcda6ff433d7d29838d", "name": "CreateSecurityGroupTests-a2fa2b42-9bdd-46a-proj"}} 2018-08-12 08:06:39,383 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/9d61a376803e4dcda6ff433d7d29838d used request id req-e24e0406-a3d0-4144-aad8-4923a5ddf9e4 2018-08-12 08:06:39,383 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ec317e24-24a2-48b0-a63c-7cec226a2d5a 2018-08-12 08:06:39,388 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=ec317e24-24a2-48b0-a63c-7cec226a2d5a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ea9d7514b8aa6875e410978fb86498495102bb9" 2018-08-12 08:06:39,587 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-84b75fe2-e880-4a1f-bbe9-b17cc7954809 Date: Sun, 12 Aug 2018 08:06:39 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-12T08:06:38Z", "security_group_id": "ec317e24-24a2-48b0-a63c-7cec226a2d5a", "port_range_min": null, "revision_number": 0, "tenant_id": "9d61a376803e4dcda6ff433d7d29838d", "created_at": "2018-08-12T08:06:38Z", "project_id": "9d61a376803e4dcda6ff433d7d29838d", "id": "8242bafc-0998-4687-8b3d-1fff2dc029e9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:06:38Z", "security_group_id": "ec317e24-24a2-48b0-a63c-7cec226a2d5a", "port_range_min": null, "revision_number": 0, "tenant_id": "9d61a376803e4dcda6ff433d7d29838d", "created_at": "2018-08-12T08:06:38Z", "project_id": "9d61a376803e4dcda6ff433d7d29838d", "id": "e0d54453-f2a5-4c4a-a269-9643fc8487bb"}]} 2018-08-12 08:06:39,587 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=ec317e24-24a2-48b0-a63c-7cec226a2d5a used request id req-84b75fe2-e880-4a1f-bbe9-b17cc7954809 2018-08-12 08:06:39,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21: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}3ea9d7514b8aa6875e410978fb86498495102bb9" -d '{"security_group_rule": {"direction": "ingress", "description": "test_rule_1", "security_group_id": "ec317e24-24a2-48b0-a63c-7cec226a2d5a"}}' 2018-08-12 08:06:39,952 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 521 X-Openstack-Request-Id: req-1285e491-ae64-4627-b495-76bfe12b2b0c Date: Sun, 12 Aug 2018 08:06:39 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:06:39Z", "security_group_id": "ec317e24-24a2-48b0-a63c-7cec226a2d5a", "port_range_min": null, "revision_number": 0, "tenant_id": "9d61a376803e4dcda6ff433d7d29838d", "created_at": "2018-08-12T08:06:39Z", "project_id": "9d61a376803e4dcda6ff433d7d29838d", "id": "804a84d8-35be-4ca5-9514-b8c5e9bfc00e"}} 2018-08-12 08:06:39,952 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules used request id req-1285e491-ae64-4627-b495-76bfe12b2b0c 2018-08-12 08:06:39,952 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-c767c463-4cd7-4da0-bc50-1abd1d7ef9d0name 2018-08-12 08:06:39,957 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-c767c463-4cd7-4da0-bc50-1abd1d7ef9d0name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ea9d7514b8aa6875e410978fb86498495102bb9" 2018-08-12 08:06:40,183 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-3c2a07f2-e59c-4b14-acba-7639c2d74662 Date: Sun, 12 Aug 2018 08:06:40 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "9d61a376803e4dcda6ff433d7d29838d", "created_at": "2018-08-12T08:06:38Z", "updated_at": "2018-08-12T08:06:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:06:39Z", "revision_number": 0, "id": "804a84d8-35be-4ca5-9514-b8c5e9bfc00e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:06:39Z", "security_group_id": "ec317e24-24a2-48b0-a63c-7cec226a2d5a", "tenant_id": "9d61a376803e4dcda6ff433d7d29838d", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d61a376803e4dcda6ff433d7d29838d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:06:38Z", "revision_number": 0, "id": "8242bafc-0998-4687-8b3d-1fff2dc029e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:06:38Z", "security_group_id": "ec317e24-24a2-48b0-a63c-7cec226a2d5a", "tenant_id": "9d61a376803e4dcda6ff433d7d29838d", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d61a376803e4dcda6ff433d7d29838d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:06:38Z", "revision_number": 0, "id": "e0d54453-f2a5-4c4a-a269-9643fc8487bb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:06:38Z", "security_group_id": "ec317e24-24a2-48b0-a63c-7cec226a2d5a", "tenant_id": "9d61a376803e4dcda6ff433d7d29838d", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d61a376803e4dcda6ff433d7d29838d"}], "revision_number": 3, "project_id": "9d61a376803e4dcda6ff433d7d29838d", "id": "ec317e24-24a2-48b0-a63c-7cec226a2d5a", "name": "CreateSecurityGroupTests-c767c463-4cd7-4da0-bc50-1abd1d7ef9d0name"}]} 2018-08-12 08:06:40,183 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-c767c463-4cd7-4da0-bc50-1abd1d7ef9d0name used request id req-3c2a07f2-e59c-4b14-acba-7639c2d74662 2018-08-12 08:06:40,187 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/9d61a376803e4dcda6ff433d7d29838d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ea9d7514b8aa6875e410978fb86498495102bb9" 2018-08-12 08:06:40,286 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:06:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f18a6577-c41f-4097-b5e8-b7f32a91f6f3 Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/9d61a376803e4dcda6ff433d7d29838d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "9d61a376803e4dcda6ff433d7d29838d", "name": "CreateSecurityGroupTests-a2fa2b42-9bdd-46a-proj"}} 2018-08-12 08:06:40,286 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/9d61a376803e4dcda6ff433d7d29838d used request id req-f18a6577-c41f-4097-b5e8-b7f32a91f6f3 2018-08-12 08:06:40,286 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ec317e24-24a2-48b0-a63c-7cec226a2d5a 2018-08-12 08:06:40,291 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=ec317e24-24a2-48b0-a63c-7cec226a2d5a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ea9d7514b8aa6875e410978fb86498495102bb9" 2018-08-12 08:06:40,318 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-2ce90a08-41d2-41e9-998c-71e4bbecccb9 Date: Sun, 12 Aug 2018 08:06:40 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:06:39Z", "security_group_id": "ec317e24-24a2-48b0-a63c-7cec226a2d5a", "port_range_min": null, "revision_number": 0, "tenant_id": "9d61a376803e4dcda6ff433d7d29838d", "created_at": "2018-08-12T08:06:39Z", "project_id": "9d61a376803e4dcda6ff433d7d29838d", "id": "804a84d8-35be-4ca5-9514-b8c5e9bfc00e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:06:38Z", "security_group_id": "ec317e24-24a2-48b0-a63c-7cec226a2d5a", "port_range_min": null, "revision_number": 0, "tenant_id": "9d61a376803e4dcda6ff433d7d29838d", "created_at": "2018-08-12T08:06:38Z", "project_id": "9d61a376803e4dcda6ff433d7d29838d", "id": "8242bafc-0998-4687-8b3d-1fff2dc029e9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:06:38Z", "security_group_id": "ec317e24-24a2-48b0-a63c-7cec226a2d5a", "port_range_min": null, "revision_number": 0, "tenant_id": "9d61a376803e4dcda6ff433d7d29838d", "created_at": "2018-08-12T08:06:38Z", "project_id": "9d61a376803e4dcda6ff433d7d29838d", "id": "e0d54453-f2a5-4c4a-a269-9643fc8487bb"}]} 2018-08-12 08:06:40,319 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=ec317e24-24a2-48b0-a63c-7cec226a2d5a used request id req-2ce90a08-41d2-41e9-998c-71e4bbecccb9 2018-08-12 08:06:40,324 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21: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}3ea9d7514b8aa6875e410978fb86498495102bb9" -d '{"security_group_rule": {"ethertype": "IPv6", "direction": "egress", "protocol": 17, "description": "test_rule_2", "security_group_id": "ec317e24-24a2-48b0-a63c-7cec226a2d5a"}}' 2018-08-12 08:06:40,688 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 520 X-Openstack-Request-Id: req-92227d80-bc0c-4969-974f-f8eb95073cee Date: Sun, 12 Aug 2018 08:06:40 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:06:40Z", "security_group_id": "ec317e24-24a2-48b0-a63c-7cec226a2d5a", "port_range_min": null, "revision_number": 0, "tenant_id": "9d61a376803e4dcda6ff433d7d29838d", "created_at": "2018-08-12T08:06:40Z", "project_id": "9d61a376803e4dcda6ff433d7d29838d", "id": "7c193bb4-9f63-415a-a5d1-2355d354e8d7"}} 2018-08-12 08:06:40,688 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules used request id req-92227d80-bc0c-4969-974f-f8eb95073cee 2018-08-12 08:06:40,689 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-c767c463-4cd7-4da0-bc50-1abd1d7ef9d0name 2018-08-12 08:06:40,694 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-c767c463-4cd7-4da0-bc50-1abd1d7ef9d0name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ea9d7514b8aa6875e410978fb86498495102bb9" 2018-08-12 08:06:40,740 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2430 X-Openstack-Request-Id: req-45dfbb5e-14dc-4277-8bae-70b7babbcb32 Date: Sun, 12 Aug 2018 08:06:40 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "9d61a376803e4dcda6ff433d7d29838d", "created_at": "2018-08-12T08:06:38Z", "updated_at": "2018-08-12T08:06:40Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:06:40Z", "revision_number": 0, "id": "7c193bb4-9f63-415a-a5d1-2355d354e8d7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:06:40Z", "security_group_id": "ec317e24-24a2-48b0-a63c-7cec226a2d5a", "tenant_id": "9d61a376803e4dcda6ff433d7d29838d", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d61a376803e4dcda6ff433d7d29838d"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:06:39Z", "revision_number": 0, "id": "804a84d8-35be-4ca5-9514-b8c5e9bfc00e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:06:39Z", "security_group_id": "ec317e24-24a2-48b0-a63c-7cec226a2d5a", "tenant_id": "9d61a376803e4dcda6ff433d7d29838d", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d61a376803e4dcda6ff433d7d29838d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:06:38Z", "revision_number": 0, "id": "8242bafc-0998-4687-8b3d-1fff2dc029e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:06:38Z", "security_group_id": "ec317e24-24a2-48b0-a63c-7cec226a2d5a", "tenant_id": "9d61a376803e4dcda6ff433d7d29838d", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d61a376803e4dcda6ff433d7d29838d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:06:38Z", "revision_number": 0, "id": "e0d54453-f2a5-4c4a-a269-9643fc8487bb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:06:38Z", "security_group_id": "ec317e24-24a2-48b0-a63c-7cec226a2d5a", "tenant_id": "9d61a376803e4dcda6ff433d7d29838d", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d61a376803e4dcda6ff433d7d29838d"}], "revision_number": 4, "project_id": "9d61a376803e4dcda6ff433d7d29838d", "id": "ec317e24-24a2-48b0-a63c-7cec226a2d5a", "name": "CreateSecurityGroupTests-c767c463-4cd7-4da0-bc50-1abd1d7ef9d0name"}]} 2018-08-12 08:06:40,740 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-c767c463-4cd7-4da0-bc50-1abd1d7ef9d0name used request id req-45dfbb5e-14dc-4277-8bae-70b7babbcb32 2018-08-12 08:06:40,744 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/9d61a376803e4dcda6ff433d7d29838d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ea9d7514b8aa6875e410978fb86498495102bb9" 2018-08-12 08:06:40,838 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:06:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cf911426-7e5c-424a-b924-7db132990e76 Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/9d61a376803e4dcda6ff433d7d29838d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "9d61a376803e4dcda6ff433d7d29838d", "name": "CreateSecurityGroupTests-a2fa2b42-9bdd-46a-proj"}} 2018-08-12 08:06:40,838 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/9d61a376803e4dcda6ff433d7d29838d used request id req-cf911426-7e5c-424a-b924-7db132990e76 2018-08-12 08:06:40,839 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ec317e24-24a2-48b0-a63c-7cec226a2d5a 2018-08-12 08:06:40,843 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=ec317e24-24a2-48b0-a63c-7cec226a2d5a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ea9d7514b8aa6875e410978fb86498495102bb9" 2018-08-12 08:06:40,874 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1997 X-Openstack-Request-Id: req-bb42fd6c-6c1b-428e-b1d1-940b0677f9bf Date: Sun, 12 Aug 2018 08:06:40 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:06:40Z", "security_group_id": "ec317e24-24a2-48b0-a63c-7cec226a2d5a", "port_range_min": null, "revision_number": 0, "tenant_id": "9d61a376803e4dcda6ff433d7d29838d", "created_at": "2018-08-12T08:06:40Z", "project_id": "9d61a376803e4dcda6ff433d7d29838d", "id": "7c193bb4-9f63-415a-a5d1-2355d354e8d7"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:06:39Z", "security_group_id": "ec317e24-24a2-48b0-a63c-7cec226a2d5a", "port_range_min": null, "revision_number": 0, "tenant_id": "9d61a376803e4dcda6ff433d7d29838d", "created_at": "2018-08-12T08:06:39Z", "project_id": "9d61a376803e4dcda6ff433d7d29838d", "id": "804a84d8-35be-4ca5-9514-b8c5e9bfc00e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:06:38Z", "security_group_id": "ec317e24-24a2-48b0-a63c-7cec226a2d5a", "port_range_min": null, "revision_number": 0, "tenant_id": "9d61a376803e4dcda6ff433d7d29838d", "created_at": "2018-08-12T08:06:38Z", "project_id": "9d61a376803e4dcda6ff433d7d29838d", "id": "8242bafc-0998-4687-8b3d-1fff2dc029e9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:06:38Z", "security_group_id": "ec317e24-24a2-48b0-a63c-7cec226a2d5a", "port_range_min": null, "revision_number": 0, "tenant_id": "9d61a376803e4dcda6ff433d7d29838d", "created_at": "2018-08-12T08:06:38Z", "project_id": "9d61a376803e4dcda6ff433d7d29838d", "id": "e0d54453-f2a5-4c4a-a269-9643fc8487bb"}]} 2018-08-12 08:06:40,874 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=ec317e24-24a2-48b0-a63c-7cec226a2d5a used request id req-bb42fd6c-6c1b-428e-b1d1-940b0677f9bf 2018-08-12 08:06:40,879 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21: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}3ea9d7514b8aa6875e410978fb86498495102bb9" -d '{"security_group_rule": {"direction": "egress", "protocol": 17, "description": "test_rule_3", "ethertype": "IPv4", "port_range_max": 20, "security_group_id": "ec317e24-24a2-48b0-a63c-7cec226a2d5a", "port_range_min": 10}}' 2018-08-12 08:06:41,187 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 516 X-Openstack-Request-Id: req-82d445a7-bfeb-48ed-a79e-3c600f6f5796 Date: Sun, 12 Aug 2018 08:06:41 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-08-12T08:06:41Z", "security_group_id": "ec317e24-24a2-48b0-a63c-7cec226a2d5a", "port_range_min": 10, "revision_number": 0, "tenant_id": "9d61a376803e4dcda6ff433d7d29838d", "created_at": "2018-08-12T08:06:41Z", "project_id": "9d61a376803e4dcda6ff433d7d29838d", "id": "27d3c07e-e5ec-41be-9e3f-8225589466d6"}} 2018-08-12 08:06:41,188 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules used request id req-82d445a7-bfeb-48ed-a79e-3c600f6f5796 2018-08-12 08:06:41,188 - neutron_utils - INFO - Retrieving security group with ID - ec317e24-24a2-48b0-a63c-7cec226a2d5a 2018-08-12 08:06:41,193 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=ec317e24-24a2-48b0-a63c-7cec226a2d5a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ea9d7514b8aa6875e410978fb86498495102bb9" 2018-08-12 08:06:41,425 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-d0e9c6bf-ec8d-4bc1-8fd5-4c5078e7f3fd Date: Sun, 12 Aug 2018 08:06:41 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "9d61a376803e4dcda6ff433d7d29838d", "created_at": "2018-08-12T08:06:38Z", "updated_at": "2018-08-12T08:06:41Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-08-12T08:06:41Z", "revision_number": 0, "id": "27d3c07e-e5ec-41be-9e3f-8225589466d6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:06:41Z", "security_group_id": "ec317e24-24a2-48b0-a63c-7cec226a2d5a", "tenant_id": "9d61a376803e4dcda6ff433d7d29838d", "port_range_min": 10, "ethertype": "IPv4", "project_id": "9d61a376803e4dcda6ff433d7d29838d"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:06:40Z", "revision_number": 0, "id": "7c193bb4-9f63-415a-a5d1-2355d354e8d7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:06:40Z", "security_group_id": "ec317e24-24a2-48b0-a63c-7cec226a2d5a", "tenant_id": "9d61a376803e4dcda6ff433d7d29838d", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d61a376803e4dcda6ff433d7d29838d"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:06:39Z", "revision_number": 0, "id": "804a84d8-35be-4ca5-9514-b8c5e9bfc00e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:06:39Z", "security_group_id": "ec317e24-24a2-48b0-a63c-7cec226a2d5a", "tenant_id": "9d61a376803e4dcda6ff433d7d29838d", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d61a376803e4dcda6ff433d7d29838d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:06:38Z", "revision_number": 0, "id": "8242bafc-0998-4687-8b3d-1fff2dc029e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:06:38Z", "security_group_id": "ec317e24-24a2-48b0-a63c-7cec226a2d5a", "tenant_id": "9d61a376803e4dcda6ff433d7d29838d", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d61a376803e4dcda6ff433d7d29838d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:06:38Z", "revision_number": 0, "id": "e0d54453-f2a5-4c4a-a269-9643fc8487bb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:06:38Z", "security_group_id": "ec317e24-24a2-48b0-a63c-7cec226a2d5a", "tenant_id": "9d61a376803e4dcda6ff433d7d29838d", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d61a376803e4dcda6ff433d7d29838d"}], "revision_number": 5, "project_id": "9d61a376803e4dcda6ff433d7d29838d", "id": "ec317e24-24a2-48b0-a63c-7cec226a2d5a", "name": "CreateSecurityGroupTests-c767c463-4cd7-4da0-bc50-1abd1d7ef9d0name"}]} 2018-08-12 08:06:41,425 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=ec317e24-24a2-48b0-a63c-7cec226a2d5a used request id req-d0e9c6bf-ec8d-4bc1-8fd5-4c5078e7f3fd 2018-08-12 08:06:41,426 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ec317e24-24a2-48b0-a63c-7cec226a2d5a 2018-08-12 08:06:41,431 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=ec317e24-24a2-48b0-a63c-7cec226a2d5a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ea9d7514b8aa6875e410978fb86498495102bb9" 2018-08-12 08:06:41,639 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-fc19ebb6-bf0f-4458-965d-6c75981ea14b Date: Sun, 12 Aug 2018 08:06:41 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-08-12T08:06:41Z", "security_group_id": "ec317e24-24a2-48b0-a63c-7cec226a2d5a", "port_range_min": 10, "revision_number": 0, "tenant_id": "9d61a376803e4dcda6ff433d7d29838d", "created_at": "2018-08-12T08:06:41Z", "project_id": "9d61a376803e4dcda6ff433d7d29838d", "id": "27d3c07e-e5ec-41be-9e3f-8225589466d6"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:06:40Z", "security_group_id": "ec317e24-24a2-48b0-a63c-7cec226a2d5a", "port_range_min": null, "revision_number": 0, "tenant_id": "9d61a376803e4dcda6ff433d7d29838d", "created_at": "2018-08-12T08:06:40Z", "project_id": "9d61a376803e4dcda6ff433d7d29838d", "id": "7c193bb4-9f63-415a-a5d1-2355d354e8d7"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:06:39Z", "security_group_id": "ec317e24-24a2-48b0-a63c-7cec226a2d5a", "port_range_min": null, "revision_number": 0, "tenant_id": "9d61a376803e4dcda6ff433d7d29838d", "created_at": "2018-08-12T08:06:39Z", "project_id": "9d61a376803e4dcda6ff433d7d29838d", "id": "804a84d8-35be-4ca5-9514-b8c5e9bfc00e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:06:38Z", "security_group_id": "ec317e24-24a2-48b0-a63c-7cec226a2d5a", "port_range_min": null, "revision_number": 0, "tenant_id": "9d61a376803e4dcda6ff433d7d29838d", "created_at": "2018-08-12T08:06:38Z", "project_id": "9d61a376803e4dcda6ff433d7d29838d", "id": "8242bafc-0998-4687-8b3d-1fff2dc029e9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:06:38Z", "security_group_id": "ec317e24-24a2-48b0-a63c-7cec226a2d5a", "port_range_min": null, "revision_number": 0, "tenant_id": "9d61a376803e4dcda6ff433d7d29838d", "created_at": "2018-08-12T08:06:38Z", "project_id": "9d61a376803e4dcda6ff433d7d29838d", "id": "e0d54453-f2a5-4c4a-a269-9643fc8487bb"}]} 2018-08-12 08:06:41,639 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=ec317e24-24a2-48b0-a63c-7cec226a2d5a used request id req-fc19ebb6-bf0f-4458-965d-6c75981ea14b 2018-08-12 08:06:41,640 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:06:42,031 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "505f100e059c440eb051aaa09d7a414d", "name": "CreateSecurityGroupTests-a2fa2b42-9bdd-46a-proj-role"}], "expires_at": "2018-08-12T09:06:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9d61a376803e4dcda6ff433d7d29838d", "name": "CreateSecurityGroupTests-a2fa2b42-9bdd-46a-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/9d61a376803e4dcda6ff433d7d29838d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/9d61a376803e4dcda6ff433d7d29838d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/9d61a376803e4dcda6ff433d7d29838d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_9d61a376803e4dcda6ff433d7d29838d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_9d61a376803e4dcda6ff433d7d29838d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/9d61a376803e4dcda6ff433d7d29838d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/9d61a376803e4dcda6ff433d7d29838d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/9d61a376803e4dcda6ff433d7d29838d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/9d61a376803e4dcda6ff433d7d29838d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/9d61a376803e4dcda6ff433d7d29838d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/9d61a376803e4dcda6ff433d7d29838d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/9d61a376803e4dcda6ff433d7d29838d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/9d61a376803e4dcda6ff433d7d29838d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/9d61a376803e4dcda6ff433d7d29838d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-a2fa2b42-9bdd-46a-user", "id": "17f7b0251bc04a41902e1ea1183e2825"}, "audit_ids": ["FDuXkW_7SlmtZa1HLnTSkA"], "issued_at": "2018-08-12T08:06:42.000000Z"}} 2018-08-12 08:06:42,036 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-c767c463-4cd7-4da0-bc50-1abd1d7ef9d0name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}211e8b63a84c780c9cb6194477f36c7fb6325853" 2018-08-12 08:06:42,248 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-eb1f4c02-fd38-44a4-a20a-b4e59c84dfed Date: Sun, 12 Aug 2018 08:06:42 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "9d61a376803e4dcda6ff433d7d29838d", "created_at": "2018-08-12T08:06:38Z", "updated_at": "2018-08-12T08:06:41Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-08-12T08:06:41Z", "revision_number": 0, "id": "27d3c07e-e5ec-41be-9e3f-8225589466d6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:06:41Z", "security_group_id": "ec317e24-24a2-48b0-a63c-7cec226a2d5a", "tenant_id": "9d61a376803e4dcda6ff433d7d29838d", "port_range_min": 10, "ethertype": "IPv4", "project_id": "9d61a376803e4dcda6ff433d7d29838d"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:06:40Z", "revision_number": 0, "id": "7c193bb4-9f63-415a-a5d1-2355d354e8d7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:06:40Z", "security_group_id": "ec317e24-24a2-48b0-a63c-7cec226a2d5a", "tenant_id": "9d61a376803e4dcda6ff433d7d29838d", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d61a376803e4dcda6ff433d7d29838d"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:06:39Z", "revision_number": 0, "id": "804a84d8-35be-4ca5-9514-b8c5e9bfc00e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:06:39Z", "security_group_id": "ec317e24-24a2-48b0-a63c-7cec226a2d5a", "tenant_id": "9d61a376803e4dcda6ff433d7d29838d", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d61a376803e4dcda6ff433d7d29838d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:06:38Z", "revision_number": 0, "id": "8242bafc-0998-4687-8b3d-1fff2dc029e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:06:38Z", "security_group_id": "ec317e24-24a2-48b0-a63c-7cec226a2d5a", "tenant_id": "9d61a376803e4dcda6ff433d7d29838d", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d61a376803e4dcda6ff433d7d29838d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:06:38Z", "revision_number": 0, "id": "e0d54453-f2a5-4c4a-a269-9643fc8487bb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:06:38Z", "security_group_id": "ec317e24-24a2-48b0-a63c-7cec226a2d5a", "tenant_id": "9d61a376803e4dcda6ff433d7d29838d", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d61a376803e4dcda6ff433d7d29838d"}], "revision_number": 5, "project_id": "9d61a376803e4dcda6ff433d7d29838d", "id": "ec317e24-24a2-48b0-a63c-7cec226a2d5a", "name": "CreateSecurityGroupTests-c767c463-4cd7-4da0-bc50-1abd1d7ef9d0name"}]} 2018-08-12 08:06:42,248 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-c767c463-4cd7-4da0-bc50-1abd1d7ef9d0name&description=hello+group used request id req-eb1f4c02-fd38-44a4-a20a-b4e59c84dfed 2018-08-12 08:06:42,249 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ec317e24-24a2-48b0-a63c-7cec226a2d5a 2018-08-12 08:06:42,252 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=ec317e24-24a2-48b0-a63c-7cec226a2d5a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}211e8b63a84c780c9cb6194477f36c7fb6325853" 2018-08-12 08:06:42,460 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-cf0c171f-ac52-4b34-9d66-cc614afb21e5 Date: Sun, 12 Aug 2018 08:06:42 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-08-12T08:06:41Z", "security_group_id": "ec317e24-24a2-48b0-a63c-7cec226a2d5a", "port_range_min": 10, "revision_number": 0, "tenant_id": "9d61a376803e4dcda6ff433d7d29838d", "created_at": "2018-08-12T08:06:41Z", "project_id": "9d61a376803e4dcda6ff433d7d29838d", "id": "27d3c07e-e5ec-41be-9e3f-8225589466d6"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:06:40Z", "security_group_id": "ec317e24-24a2-48b0-a63c-7cec226a2d5a", "port_range_min": null, "revision_number": 0, "tenant_id": "9d61a376803e4dcda6ff433d7d29838d", "created_at": "2018-08-12T08:06:40Z", "project_id": "9d61a376803e4dcda6ff433d7d29838d", "id": "7c193bb4-9f63-415a-a5d1-2355d354e8d7"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:06:39Z", "security_group_id": "ec317e24-24a2-48b0-a63c-7cec226a2d5a", "port_range_min": null, "revision_number": 0, "tenant_id": "9d61a376803e4dcda6ff433d7d29838d", "created_at": "2018-08-12T08:06:39Z", "project_id": "9d61a376803e4dcda6ff433d7d29838d", "id": "804a84d8-35be-4ca5-9514-b8c5e9bfc00e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:06:38Z", "security_group_id": "ec317e24-24a2-48b0-a63c-7cec226a2d5a", "port_range_min": null, "revision_number": 0, "tenant_id": "9d61a376803e4dcda6ff433d7d29838d", "created_at": "2018-08-12T08:06:38Z", "project_id": "9d61a376803e4dcda6ff433d7d29838d", "id": "8242bafc-0998-4687-8b3d-1fff2dc029e9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:06:38Z", "security_group_id": "ec317e24-24a2-48b0-a63c-7cec226a2d5a", "port_range_min": null, "revision_number": 0, "tenant_id": "9d61a376803e4dcda6ff433d7d29838d", "created_at": "2018-08-12T08:06:38Z", "project_id": "9d61a376803e4dcda6ff433d7d29838d", "id": "e0d54453-f2a5-4c4a-a269-9643fc8487bb"}]} 2018-08-12 08:06:42,460 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=ec317e24-24a2-48b0-a63c-7cec226a2d5a used request id req-cf0c171f-ac52-4b34-9d66-cc614afb21e5 2018-08-12 08:06:42,461 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ec317e24-24a2-48b0-a63c-7cec226a2d5a 2018-08-12 08:06:42,465 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=ec317e24-24a2-48b0-a63c-7cec226a2d5a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}211e8b63a84c780c9cb6194477f36c7fb6325853" 2018-08-12 08:06:42,681 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-e23ef886-9a49-4a47-9afd-b4bcea9e1053 Date: Sun, 12 Aug 2018 08:06:42 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-08-12T08:06:41Z", "security_group_id": "ec317e24-24a2-48b0-a63c-7cec226a2d5a", "port_range_min": 10, "revision_number": 0, "tenant_id": "9d61a376803e4dcda6ff433d7d29838d", "created_at": "2018-08-12T08:06:41Z", "project_id": "9d61a376803e4dcda6ff433d7d29838d", "id": "27d3c07e-e5ec-41be-9e3f-8225589466d6"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:06:40Z", "security_group_id": "ec317e24-24a2-48b0-a63c-7cec226a2d5a", "port_range_min": null, "revision_number": 0, "tenant_id": "9d61a376803e4dcda6ff433d7d29838d", "created_at": "2018-08-12T08:06:40Z", "project_id": "9d61a376803e4dcda6ff433d7d29838d", "id": "7c193bb4-9f63-415a-a5d1-2355d354e8d7"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:06:39Z", "security_group_id": "ec317e24-24a2-48b0-a63c-7cec226a2d5a", "port_range_min": null, "revision_number": 0, "tenant_id": "9d61a376803e4dcda6ff433d7d29838d", "created_at": "2018-08-12T08:06:39Z", "project_id": "9d61a376803e4dcda6ff433d7d29838d", "id": "804a84d8-35be-4ca5-9514-b8c5e9bfc00e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:06:38Z", "security_group_id": "ec317e24-24a2-48b0-a63c-7cec226a2d5a", "port_range_min": null, "revision_number": 0, "tenant_id": "9d61a376803e4dcda6ff433d7d29838d", "created_at": "2018-08-12T08:06:38Z", "project_id": "9d61a376803e4dcda6ff433d7d29838d", "id": "8242bafc-0998-4687-8b3d-1fff2dc029e9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:06:38Z", "security_group_id": "ec317e24-24a2-48b0-a63c-7cec226a2d5a", "port_range_min": null, "revision_number": 0, "tenant_id": "9d61a376803e4dcda6ff433d7d29838d", "created_at": "2018-08-12T08:06:38Z", "project_id": "9d61a376803e4dcda6ff433d7d29838d", "id": "e0d54453-f2a5-4c4a-a269-9643fc8487bb"}]} 2018-08-12 08:06:42,681 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=ec317e24-24a2-48b0-a63c-7cec226a2d5a used request id req-e23ef886-9a49-4a47-9afd-b4bcea9e1053 2018-08-12 08:06:42,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-c767c463-4cd7-4da0-bc50-1abd1d7ef9d0name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}211e8b63a84c780c9cb6194477f36c7fb6325853" 2018-08-12 08:06:42,897 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-4a2c6a04-79a7-44e3-a56e-2d80801af6e3 Date: Sun, 12 Aug 2018 08:06:42 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "9d61a376803e4dcda6ff433d7d29838d", "created_at": "2018-08-12T08:06:38Z", "updated_at": "2018-08-12T08:06:41Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-08-12T08:06:41Z", "revision_number": 0, "id": "27d3c07e-e5ec-41be-9e3f-8225589466d6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:06:41Z", "security_group_id": "ec317e24-24a2-48b0-a63c-7cec226a2d5a", "tenant_id": "9d61a376803e4dcda6ff433d7d29838d", "port_range_min": 10, "ethertype": "IPv4", "project_id": "9d61a376803e4dcda6ff433d7d29838d"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:06:40Z", "revision_number": 0, "id": "7c193bb4-9f63-415a-a5d1-2355d354e8d7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:06:40Z", "security_group_id": "ec317e24-24a2-48b0-a63c-7cec226a2d5a", "tenant_id": "9d61a376803e4dcda6ff433d7d29838d", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d61a376803e4dcda6ff433d7d29838d"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:06:39Z", "revision_number": 0, "id": "804a84d8-35be-4ca5-9514-b8c5e9bfc00e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:06:39Z", "security_group_id": "ec317e24-24a2-48b0-a63c-7cec226a2d5a", "tenant_id": "9d61a376803e4dcda6ff433d7d29838d", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d61a376803e4dcda6ff433d7d29838d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:06:38Z", "revision_number": 0, "id": "8242bafc-0998-4687-8b3d-1fff2dc029e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:06:38Z", "security_group_id": "ec317e24-24a2-48b0-a63c-7cec226a2d5a", "tenant_id": "9d61a376803e4dcda6ff433d7d29838d", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d61a376803e4dcda6ff433d7d29838d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:06:38Z", "revision_number": 0, "id": "e0d54453-f2a5-4c4a-a269-9643fc8487bb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:06:38Z", "security_group_id": "ec317e24-24a2-48b0-a63c-7cec226a2d5a", "tenant_id": "9d61a376803e4dcda6ff433d7d29838d", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d61a376803e4dcda6ff433d7d29838d"}], "revision_number": 5, "project_id": "9d61a376803e4dcda6ff433d7d29838d", "id": "ec317e24-24a2-48b0-a63c-7cec226a2d5a", "name": "CreateSecurityGroupTests-c767c463-4cd7-4da0-bc50-1abd1d7ef9d0name"}]} 2018-08-12 08:06:42,897 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-c767c463-4cd7-4da0-bc50-1abd1d7ef9d0name used request id req-4a2c6a04-79a7-44e3-a56e-2d80801af6e3 2018-08-12 08:06:42,898 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ec317e24-24a2-48b0-a63c-7cec226a2d5a 2018-08-12 08:06:42,903 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=ec317e24-24a2-48b0-a63c-7cec226a2d5a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}211e8b63a84c780c9cb6194477f36c7fb6325853" 2018-08-12 08:06:43,109 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-81d8c288-4296-4186-9917-d81bdc42734c Date: Sun, 12 Aug 2018 08:06:43 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-08-12T08:06:41Z", "security_group_id": "ec317e24-24a2-48b0-a63c-7cec226a2d5a", "port_range_min": 10, "revision_number": 0, "tenant_id": "9d61a376803e4dcda6ff433d7d29838d", "created_at": "2018-08-12T08:06:41Z", "project_id": "9d61a376803e4dcda6ff433d7d29838d", "id": "27d3c07e-e5ec-41be-9e3f-8225589466d6"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:06:40Z", "security_group_id": "ec317e24-24a2-48b0-a63c-7cec226a2d5a", "port_range_min": null, "revision_number": 0, "tenant_id": "9d61a376803e4dcda6ff433d7d29838d", "created_at": "2018-08-12T08:06:40Z", "project_id": "9d61a376803e4dcda6ff433d7d29838d", "id": "7c193bb4-9f63-415a-a5d1-2355d354e8d7"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:06:39Z", "security_group_id": "ec317e24-24a2-48b0-a63c-7cec226a2d5a", "port_range_min": null, "revision_number": 0, "tenant_id": "9d61a376803e4dcda6ff433d7d29838d", "created_at": "2018-08-12T08:06:39Z", "project_id": "9d61a376803e4dcda6ff433d7d29838d", "id": "804a84d8-35be-4ca5-9514-b8c5e9bfc00e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:06:38Z", "security_group_id": "ec317e24-24a2-48b0-a63c-7cec226a2d5a", "port_range_min": null, "revision_number": 0, "tenant_id": "9d61a376803e4dcda6ff433d7d29838d", "created_at": "2018-08-12T08:06:38Z", "project_id": "9d61a376803e4dcda6ff433d7d29838d", "id": "8242bafc-0998-4687-8b3d-1fff2dc029e9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:06:38Z", "security_group_id": "ec317e24-24a2-48b0-a63c-7cec226a2d5a", "port_range_min": null, "revision_number": 0, "tenant_id": "9d61a376803e4dcda6ff433d7d29838d", "created_at": "2018-08-12T08:06:38Z", "project_id": "9d61a376803e4dcda6ff433d7d29838d", "id": "e0d54453-f2a5-4c4a-a269-9643fc8487bb"}]} 2018-08-12 08:06:43,109 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=ec317e24-24a2-48b0-a63c-7cec226a2d5a used request id req-81d8c288-4296-4186-9917-d81bdc42734c 2018-08-12 08:06:43,115 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-c767c463-4cd7-4da0-bc50-1abd1d7ef9d0name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}211e8b63a84c780c9cb6194477f36c7fb6325853" 2018-08-12 08:06:43,340 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-8d041943-034b-47bc-b10a-7c4df193a6c0 Date: Sun, 12 Aug 2018 08:06:43 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "9d61a376803e4dcda6ff433d7d29838d", "created_at": "2018-08-12T08:06:38Z", "updated_at": "2018-08-12T08:06:41Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-08-12T08:06:41Z", "revision_number": 0, "id": "27d3c07e-e5ec-41be-9e3f-8225589466d6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:06:41Z", "security_group_id": "ec317e24-24a2-48b0-a63c-7cec226a2d5a", "tenant_id": "9d61a376803e4dcda6ff433d7d29838d", "port_range_min": 10, "ethertype": "IPv4", "project_id": "9d61a376803e4dcda6ff433d7d29838d"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:06:40Z", "revision_number": 0, "id": "7c193bb4-9f63-415a-a5d1-2355d354e8d7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:06:40Z", "security_group_id": "ec317e24-24a2-48b0-a63c-7cec226a2d5a", "tenant_id": "9d61a376803e4dcda6ff433d7d29838d", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d61a376803e4dcda6ff433d7d29838d"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:06:39Z", "revision_number": 0, "id": "804a84d8-35be-4ca5-9514-b8c5e9bfc00e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:06:39Z", "security_group_id": "ec317e24-24a2-48b0-a63c-7cec226a2d5a", "tenant_id": "9d61a376803e4dcda6ff433d7d29838d", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d61a376803e4dcda6ff433d7d29838d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:06:38Z", "revision_number": 0, "id": "8242bafc-0998-4687-8b3d-1fff2dc029e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:06:38Z", "security_group_id": "ec317e24-24a2-48b0-a63c-7cec226a2d5a", "tenant_id": "9d61a376803e4dcda6ff433d7d29838d", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d61a376803e4dcda6ff433d7d29838d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:06:38Z", "revision_number": 0, "id": "e0d54453-f2a5-4c4a-a269-9643fc8487bb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:06:38Z", "security_group_id": "ec317e24-24a2-48b0-a63c-7cec226a2d5a", "tenant_id": "9d61a376803e4dcda6ff433d7d29838d", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d61a376803e4dcda6ff433d7d29838d"}], "revision_number": 5, "project_id": "9d61a376803e4dcda6ff433d7d29838d", "id": "ec317e24-24a2-48b0-a63c-7cec226a2d5a", "name": "CreateSecurityGroupTests-c767c463-4cd7-4da0-bc50-1abd1d7ef9d0name"}]} 2018-08-12 08:06:43,340 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-c767c463-4cd7-4da0-bc50-1abd1d7ef9d0name used request id req-8d041943-034b-47bc-b10a-7c4df193a6c0 2018-08-12 08:06:43,341 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ec317e24-24a2-48b0-a63c-7cec226a2d5a 2018-08-12 08:06:43,345 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=ec317e24-24a2-48b0-a63c-7cec226a2d5a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}211e8b63a84c780c9cb6194477f36c7fb6325853" 2018-08-12 08:06:43,567 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-345970ec-fd5d-460c-8f0d-d22557747524 Date: Sun, 12 Aug 2018 08:06:43 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-08-12T08:06:41Z", "security_group_id": "ec317e24-24a2-48b0-a63c-7cec226a2d5a", "port_range_min": 10, "revision_number": 0, "tenant_id": "9d61a376803e4dcda6ff433d7d29838d", "created_at": "2018-08-12T08:06:41Z", "project_id": "9d61a376803e4dcda6ff433d7d29838d", "id": "27d3c07e-e5ec-41be-9e3f-8225589466d6"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:06:40Z", "security_group_id": "ec317e24-24a2-48b0-a63c-7cec226a2d5a", "port_range_min": null, "revision_number": 0, "tenant_id": "9d61a376803e4dcda6ff433d7d29838d", "created_at": "2018-08-12T08:06:40Z", "project_id": "9d61a376803e4dcda6ff433d7d29838d", "id": "7c193bb4-9f63-415a-a5d1-2355d354e8d7"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:06:39Z", "security_group_id": "ec317e24-24a2-48b0-a63c-7cec226a2d5a", "port_range_min": null, "revision_number": 0, "tenant_id": "9d61a376803e4dcda6ff433d7d29838d", "created_at": "2018-08-12T08:06:39Z", "project_id": "9d61a376803e4dcda6ff433d7d29838d", "id": "804a84d8-35be-4ca5-9514-b8c5e9bfc00e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:06:38Z", "security_group_id": "ec317e24-24a2-48b0-a63c-7cec226a2d5a", "port_range_min": null, "revision_number": 0, "tenant_id": "9d61a376803e4dcda6ff433d7d29838d", "created_at": "2018-08-12T08:06:38Z", "project_id": "9d61a376803e4dcda6ff433d7d29838d", "id": "8242bafc-0998-4687-8b3d-1fff2dc029e9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:06:38Z", "security_group_id": "ec317e24-24a2-48b0-a63c-7cec226a2d5a", "port_range_min": null, "revision_number": 0, "tenant_id": "9d61a376803e4dcda6ff433d7d29838d", "created_at": "2018-08-12T08:06:38Z", "project_id": "9d61a376803e4dcda6ff433d7d29838d", "id": "e0d54453-f2a5-4c4a-a269-9643fc8487bb"}]} 2018-08-12 08:06:43,567 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=ec317e24-24a2-48b0-a63c-7cec226a2d5a used request id req-345970ec-fd5d-460c-8f0d-d22557747524 2018-08-12 08:06:43,573 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-c767c463-4cd7-4da0-bc50-1abd1d7ef9d0name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}211e8b63a84c780c9cb6194477f36c7fb6325853" 2018-08-12 08:06:43,796 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-09b176fe-aff7-4e95-8955-26bab926f280 Date: Sun, 12 Aug 2018 08:06:43 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "9d61a376803e4dcda6ff433d7d29838d", "created_at": "2018-08-12T08:06:38Z", "updated_at": "2018-08-12T08:06:41Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-08-12T08:06:41Z", "revision_number": 0, "id": "27d3c07e-e5ec-41be-9e3f-8225589466d6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:06:41Z", "security_group_id": "ec317e24-24a2-48b0-a63c-7cec226a2d5a", "tenant_id": "9d61a376803e4dcda6ff433d7d29838d", "port_range_min": 10, "ethertype": "IPv4", "project_id": "9d61a376803e4dcda6ff433d7d29838d"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:06:40Z", "revision_number": 0, "id": "7c193bb4-9f63-415a-a5d1-2355d354e8d7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:06:40Z", "security_group_id": "ec317e24-24a2-48b0-a63c-7cec226a2d5a", "tenant_id": "9d61a376803e4dcda6ff433d7d29838d", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d61a376803e4dcda6ff433d7d29838d"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:06:39Z", "revision_number": 0, "id": "804a84d8-35be-4ca5-9514-b8c5e9bfc00e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:06:39Z", "security_group_id": "ec317e24-24a2-48b0-a63c-7cec226a2d5a", "tenant_id": "9d61a376803e4dcda6ff433d7d29838d", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d61a376803e4dcda6ff433d7d29838d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:06:38Z", "revision_number": 0, "id": "8242bafc-0998-4687-8b3d-1fff2dc029e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:06:38Z", "security_group_id": "ec317e24-24a2-48b0-a63c-7cec226a2d5a", "tenant_id": "9d61a376803e4dcda6ff433d7d29838d", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d61a376803e4dcda6ff433d7d29838d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:06:38Z", "revision_number": 0, "id": "e0d54453-f2a5-4c4a-a269-9643fc8487bb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:06:38Z", "security_group_id": "ec317e24-24a2-48b0-a63c-7cec226a2d5a", "tenant_id": "9d61a376803e4dcda6ff433d7d29838d", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d61a376803e4dcda6ff433d7d29838d"}], "revision_number": 5, "project_id": "9d61a376803e4dcda6ff433d7d29838d", "id": "ec317e24-24a2-48b0-a63c-7cec226a2d5a", "name": "CreateSecurityGroupTests-c767c463-4cd7-4da0-bc50-1abd1d7ef9d0name"}]} 2018-08-12 08:06:43,796 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-c767c463-4cd7-4da0-bc50-1abd1d7ef9d0name used request id req-09b176fe-aff7-4e95-8955-26bab926f280 2018-08-12 08:06:43,797 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ec317e24-24a2-48b0-a63c-7cec226a2d5a 2018-08-12 08:06:43,802 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=ec317e24-24a2-48b0-a63c-7cec226a2d5a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}211e8b63a84c780c9cb6194477f36c7fb6325853" 2018-08-12 08:06:44,005 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-3e658c1d-e5e8-461a-8df1-5b07cdaa7f55 Date: Sun, 12 Aug 2018 08:06:44 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-08-12T08:06:41Z", "security_group_id": "ec317e24-24a2-48b0-a63c-7cec226a2d5a", "port_range_min": 10, "revision_number": 0, "tenant_id": "9d61a376803e4dcda6ff433d7d29838d", "created_at": "2018-08-12T08:06:41Z", "project_id": "9d61a376803e4dcda6ff433d7d29838d", "id": "27d3c07e-e5ec-41be-9e3f-8225589466d6"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:06:40Z", "security_group_id": "ec317e24-24a2-48b0-a63c-7cec226a2d5a", "port_range_min": null, "revision_number": 0, "tenant_id": "9d61a376803e4dcda6ff433d7d29838d", "created_at": "2018-08-12T08:06:40Z", "project_id": "9d61a376803e4dcda6ff433d7d29838d", "id": "7c193bb4-9f63-415a-a5d1-2355d354e8d7"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:06:39Z", "security_group_id": "ec317e24-24a2-48b0-a63c-7cec226a2d5a", "port_range_min": null, "revision_number": 0, "tenant_id": "9d61a376803e4dcda6ff433d7d29838d", "created_at": "2018-08-12T08:06:39Z", "project_id": "9d61a376803e4dcda6ff433d7d29838d", "id": "804a84d8-35be-4ca5-9514-b8c5e9bfc00e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:06:38Z", "security_group_id": "ec317e24-24a2-48b0-a63c-7cec226a2d5a", "port_range_min": null, "revision_number": 0, "tenant_id": "9d61a376803e4dcda6ff433d7d29838d", "created_at": "2018-08-12T08:06:38Z", "project_id": "9d61a376803e4dcda6ff433d7d29838d", "id": "8242bafc-0998-4687-8b3d-1fff2dc029e9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:06:38Z", "security_group_id": "ec317e24-24a2-48b0-a63c-7cec226a2d5a", "port_range_min": null, "revision_number": 0, "tenant_id": "9d61a376803e4dcda6ff433d7d29838d", "created_at": "2018-08-12T08:06:38Z", "project_id": "9d61a376803e4dcda6ff433d7d29838d", "id": "e0d54453-f2a5-4c4a-a269-9643fc8487bb"}]} 2018-08-12 08:06:44,005 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=ec317e24-24a2-48b0-a63c-7cec226a2d5a used request id req-3e658c1d-e5e8-461a-8df1-5b07cdaa7f55 2018-08-12 08:06:44,011 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-c767c463-4cd7-4da0-bc50-1abd1d7ef9d0name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}211e8b63a84c780c9cb6194477f36c7fb6325853" 2018-08-12 08:06:44,223 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-5b836849-f82c-430d-a2e3-073d7076d8b7 Date: Sun, 12 Aug 2018 08:06:44 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "9d61a376803e4dcda6ff433d7d29838d", "created_at": "2018-08-12T08:06:38Z", "updated_at": "2018-08-12T08:06:41Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-08-12T08:06:41Z", "revision_number": 0, "id": "27d3c07e-e5ec-41be-9e3f-8225589466d6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:06:41Z", "security_group_id": "ec317e24-24a2-48b0-a63c-7cec226a2d5a", "tenant_id": "9d61a376803e4dcda6ff433d7d29838d", "port_range_min": 10, "ethertype": "IPv4", "project_id": "9d61a376803e4dcda6ff433d7d29838d"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:06:40Z", "revision_number": 0, "id": "7c193bb4-9f63-415a-a5d1-2355d354e8d7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:06:40Z", "security_group_id": "ec317e24-24a2-48b0-a63c-7cec226a2d5a", "tenant_id": "9d61a376803e4dcda6ff433d7d29838d", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d61a376803e4dcda6ff433d7d29838d"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:06:39Z", "revision_number": 0, "id": "804a84d8-35be-4ca5-9514-b8c5e9bfc00e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:06:39Z", "security_group_id": "ec317e24-24a2-48b0-a63c-7cec226a2d5a", "tenant_id": "9d61a376803e4dcda6ff433d7d29838d", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d61a376803e4dcda6ff433d7d29838d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:06:38Z", "revision_number": 0, "id": "8242bafc-0998-4687-8b3d-1fff2dc029e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:06:38Z", "security_group_id": "ec317e24-24a2-48b0-a63c-7cec226a2d5a", "tenant_id": "9d61a376803e4dcda6ff433d7d29838d", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d61a376803e4dcda6ff433d7d29838d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:06:38Z", "revision_number": 0, "id": "e0d54453-f2a5-4c4a-a269-9643fc8487bb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:06:38Z", "security_group_id": "ec317e24-24a2-48b0-a63c-7cec226a2d5a", "tenant_id": "9d61a376803e4dcda6ff433d7d29838d", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d61a376803e4dcda6ff433d7d29838d"}], "revision_number": 5, "project_id": "9d61a376803e4dcda6ff433d7d29838d", "id": "ec317e24-24a2-48b0-a63c-7cec226a2d5a", "name": "CreateSecurityGroupTests-c767c463-4cd7-4da0-bc50-1abd1d7ef9d0name"}]} 2018-08-12 08:06:44,223 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-c767c463-4cd7-4da0-bc50-1abd1d7ef9d0name used request id req-5b836849-f82c-430d-a2e3-073d7076d8b7 2018-08-12 08:06:44,224 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ec317e24-24a2-48b0-a63c-7cec226a2d5a 2018-08-12 08:06:44,228 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=ec317e24-24a2-48b0-a63c-7cec226a2d5a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}211e8b63a84c780c9cb6194477f36c7fb6325853" 2018-08-12 08:06:44,429 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-4b1ed11e-3306-4ccf-b6a3-83de35bedf72 Date: Sun, 12 Aug 2018 08:06:44 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-08-12T08:06:41Z", "security_group_id": "ec317e24-24a2-48b0-a63c-7cec226a2d5a", "port_range_min": 10, "revision_number": 0, "tenant_id": "9d61a376803e4dcda6ff433d7d29838d", "created_at": "2018-08-12T08:06:41Z", "project_id": "9d61a376803e4dcda6ff433d7d29838d", "id": "27d3c07e-e5ec-41be-9e3f-8225589466d6"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:06:40Z", "security_group_id": "ec317e24-24a2-48b0-a63c-7cec226a2d5a", "port_range_min": null, "revision_number": 0, "tenant_id": "9d61a376803e4dcda6ff433d7d29838d", "created_at": "2018-08-12T08:06:40Z", "project_id": "9d61a376803e4dcda6ff433d7d29838d", "id": "7c193bb4-9f63-415a-a5d1-2355d354e8d7"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:06:39Z", "security_group_id": "ec317e24-24a2-48b0-a63c-7cec226a2d5a", "port_range_min": null, "revision_number": 0, "tenant_id": "9d61a376803e4dcda6ff433d7d29838d", "created_at": "2018-08-12T08:06:39Z", "project_id": "9d61a376803e4dcda6ff433d7d29838d", "id": "804a84d8-35be-4ca5-9514-b8c5e9bfc00e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:06:38Z", "security_group_id": "ec317e24-24a2-48b0-a63c-7cec226a2d5a", "port_range_min": null, "revision_number": 0, "tenant_id": "9d61a376803e4dcda6ff433d7d29838d", "created_at": "2018-08-12T08:06:38Z", "project_id": "9d61a376803e4dcda6ff433d7d29838d", "id": "8242bafc-0998-4687-8b3d-1fff2dc029e9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:06:38Z", "security_group_id": "ec317e24-24a2-48b0-a63c-7cec226a2d5a", "port_range_min": null, "revision_number": 0, "tenant_id": "9d61a376803e4dcda6ff433d7d29838d", "created_at": "2018-08-12T08:06:38Z", "project_id": "9d61a376803e4dcda6ff433d7d29838d", "id": "e0d54453-f2a5-4c4a-a269-9643fc8487bb"}]} 2018-08-12 08:06:44,429 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=ec317e24-24a2-48b0-a63c-7cec226a2d5a used request id req-4b1ed11e-3306-4ccf-b6a3-83de35bedf72 2018-08-12 08:06:44,434 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-c767c463-4cd7-4da0-bc50-1abd1d7ef9d0name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}211e8b63a84c780c9cb6194477f36c7fb6325853" 2018-08-12 08:06:44,686 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-979e7355-fa9e-41a5-b4d9-3e881feff761 Date: Sun, 12 Aug 2018 08:06:44 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "9d61a376803e4dcda6ff433d7d29838d", "created_at": "2018-08-12T08:06:38Z", "updated_at": "2018-08-12T08:06:41Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-08-12T08:06:41Z", "revision_number": 0, "id": "27d3c07e-e5ec-41be-9e3f-8225589466d6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:06:41Z", "security_group_id": "ec317e24-24a2-48b0-a63c-7cec226a2d5a", "tenant_id": "9d61a376803e4dcda6ff433d7d29838d", "port_range_min": 10, "ethertype": "IPv4", "project_id": "9d61a376803e4dcda6ff433d7d29838d"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:06:40Z", "revision_number": 0, "id": "7c193bb4-9f63-415a-a5d1-2355d354e8d7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:06:40Z", "security_group_id": "ec317e24-24a2-48b0-a63c-7cec226a2d5a", "tenant_id": "9d61a376803e4dcda6ff433d7d29838d", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d61a376803e4dcda6ff433d7d29838d"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:06:39Z", "revision_number": 0, "id": "804a84d8-35be-4ca5-9514-b8c5e9bfc00e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:06:39Z", "security_group_id": "ec317e24-24a2-48b0-a63c-7cec226a2d5a", "tenant_id": "9d61a376803e4dcda6ff433d7d29838d", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d61a376803e4dcda6ff433d7d29838d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:06:38Z", "revision_number": 0, "id": "8242bafc-0998-4687-8b3d-1fff2dc029e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:06:38Z", "security_group_id": "ec317e24-24a2-48b0-a63c-7cec226a2d5a", "tenant_id": "9d61a376803e4dcda6ff433d7d29838d", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d61a376803e4dcda6ff433d7d29838d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:06:38Z", "revision_number": 0, "id": "e0d54453-f2a5-4c4a-a269-9643fc8487bb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:06:38Z", "security_group_id": "ec317e24-24a2-48b0-a63c-7cec226a2d5a", "tenant_id": "9d61a376803e4dcda6ff433d7d29838d", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d61a376803e4dcda6ff433d7d29838d"}], "revision_number": 5, "project_id": "9d61a376803e4dcda6ff433d7d29838d", "id": "ec317e24-24a2-48b0-a63c-7cec226a2d5a", "name": "CreateSecurityGroupTests-c767c463-4cd7-4da0-bc50-1abd1d7ef9d0name"}]} 2018-08-12 08:06:44,686 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-c767c463-4cd7-4da0-bc50-1abd1d7ef9d0name used request id req-979e7355-fa9e-41a5-b4d9-3e881feff761 2018-08-12 08:06:44,687 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ec317e24-24a2-48b0-a63c-7cec226a2d5a 2018-08-12 08:06:44,693 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=ec317e24-24a2-48b0-a63c-7cec226a2d5a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}211e8b63a84c780c9cb6194477f36c7fb6325853" 2018-08-12 08:06:44,888 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-fa7da790-313c-49dc-a6a6-1e62ac80650b Date: Sun, 12 Aug 2018 08:06:44 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-08-12T08:06:41Z", "security_group_id": "ec317e24-24a2-48b0-a63c-7cec226a2d5a", "port_range_min": 10, "revision_number": 0, "tenant_id": "9d61a376803e4dcda6ff433d7d29838d", "created_at": "2018-08-12T08:06:41Z", "project_id": "9d61a376803e4dcda6ff433d7d29838d", "id": "27d3c07e-e5ec-41be-9e3f-8225589466d6"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:06:40Z", "security_group_id": "ec317e24-24a2-48b0-a63c-7cec226a2d5a", "port_range_min": null, "revision_number": 0, "tenant_id": "9d61a376803e4dcda6ff433d7d29838d", "created_at": "2018-08-12T08:06:40Z", "project_id": "9d61a376803e4dcda6ff433d7d29838d", "id": "7c193bb4-9f63-415a-a5d1-2355d354e8d7"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:06:39Z", "security_group_id": "ec317e24-24a2-48b0-a63c-7cec226a2d5a", "port_range_min": null, "revision_number": 0, "tenant_id": "9d61a376803e4dcda6ff433d7d29838d", "created_at": "2018-08-12T08:06:39Z", "project_id": "9d61a376803e4dcda6ff433d7d29838d", "id": "804a84d8-35be-4ca5-9514-b8c5e9bfc00e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:06:38Z", "security_group_id": "ec317e24-24a2-48b0-a63c-7cec226a2d5a", "port_range_min": null, "revision_number": 0, "tenant_id": "9d61a376803e4dcda6ff433d7d29838d", "created_at": "2018-08-12T08:06:38Z", "project_id": "9d61a376803e4dcda6ff433d7d29838d", "id": "8242bafc-0998-4687-8b3d-1fff2dc029e9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:06:38Z", "security_group_id": "ec317e24-24a2-48b0-a63c-7cec226a2d5a", "port_range_min": null, "revision_number": 0, "tenant_id": "9d61a376803e4dcda6ff433d7d29838d", "created_at": "2018-08-12T08:06:38Z", "project_id": "9d61a376803e4dcda6ff433d7d29838d", "id": "e0d54453-f2a5-4c4a-a269-9643fc8487bb"}]} 2018-08-12 08:06:44,888 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=ec317e24-24a2-48b0-a63c-7cec226a2d5a used request id req-fa7da790-313c-49dc-a6a6-1e62ac80650b 2018-08-12 08:06:44,894 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-c767c463-4cd7-4da0-bc50-1abd1d7ef9d0name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}211e8b63a84c780c9cb6194477f36c7fb6325853" 2018-08-12 08:06:45,117 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-c2cfd91b-cfd0-488c-9906-cb1079fe23bc Date: Sun, 12 Aug 2018 08:06:45 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "9d61a376803e4dcda6ff433d7d29838d", "created_at": "2018-08-12T08:06:38Z", "updated_at": "2018-08-12T08:06:41Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-08-12T08:06:41Z", "revision_number": 0, "id": "27d3c07e-e5ec-41be-9e3f-8225589466d6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:06:41Z", "security_group_id": "ec317e24-24a2-48b0-a63c-7cec226a2d5a", "tenant_id": "9d61a376803e4dcda6ff433d7d29838d", "port_range_min": 10, "ethertype": "IPv4", "project_id": "9d61a376803e4dcda6ff433d7d29838d"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:06:40Z", "revision_number": 0, "id": "7c193bb4-9f63-415a-a5d1-2355d354e8d7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:06:40Z", "security_group_id": "ec317e24-24a2-48b0-a63c-7cec226a2d5a", "tenant_id": "9d61a376803e4dcda6ff433d7d29838d", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d61a376803e4dcda6ff433d7d29838d"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:06:39Z", "revision_number": 0, "id": "804a84d8-35be-4ca5-9514-b8c5e9bfc00e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:06:39Z", "security_group_id": "ec317e24-24a2-48b0-a63c-7cec226a2d5a", "tenant_id": "9d61a376803e4dcda6ff433d7d29838d", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d61a376803e4dcda6ff433d7d29838d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:06:38Z", "revision_number": 0, "id": "8242bafc-0998-4687-8b3d-1fff2dc029e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:06:38Z", "security_group_id": "ec317e24-24a2-48b0-a63c-7cec226a2d5a", "tenant_id": "9d61a376803e4dcda6ff433d7d29838d", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d61a376803e4dcda6ff433d7d29838d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:06:38Z", "revision_number": 0, "id": "e0d54453-f2a5-4c4a-a269-9643fc8487bb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:06:38Z", "security_group_id": "ec317e24-24a2-48b0-a63c-7cec226a2d5a", "tenant_id": "9d61a376803e4dcda6ff433d7d29838d", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d61a376803e4dcda6ff433d7d29838d"}], "revision_number": 5, "project_id": "9d61a376803e4dcda6ff433d7d29838d", "id": "ec317e24-24a2-48b0-a63c-7cec226a2d5a", "name": "CreateSecurityGroupTests-c767c463-4cd7-4da0-bc50-1abd1d7ef9d0name"}]} 2018-08-12 08:06:45,117 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-c767c463-4cd7-4da0-bc50-1abd1d7ef9d0name used request id req-c2cfd91b-cfd0-488c-9906-cb1079fe23bc 2018-08-12 08:06:45,118 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ec317e24-24a2-48b0-a63c-7cec226a2d5a 2018-08-12 08:06:45,122 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=ec317e24-24a2-48b0-a63c-7cec226a2d5a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}211e8b63a84c780c9cb6194477f36c7fb6325853" 2018-08-12 08:06:45,326 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-e6b6abe6-0542-4096-8b80-a6c21f1840da Date: Sun, 12 Aug 2018 08:06:45 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-08-12T08:06:41Z", "security_group_id": "ec317e24-24a2-48b0-a63c-7cec226a2d5a", "port_range_min": 10, "revision_number": 0, "tenant_id": "9d61a376803e4dcda6ff433d7d29838d", "created_at": "2018-08-12T08:06:41Z", "project_id": "9d61a376803e4dcda6ff433d7d29838d", "id": "27d3c07e-e5ec-41be-9e3f-8225589466d6"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:06:40Z", "security_group_id": "ec317e24-24a2-48b0-a63c-7cec226a2d5a", "port_range_min": null, "revision_number": 0, "tenant_id": "9d61a376803e4dcda6ff433d7d29838d", "created_at": "2018-08-12T08:06:40Z", "project_id": "9d61a376803e4dcda6ff433d7d29838d", "id": "7c193bb4-9f63-415a-a5d1-2355d354e8d7"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:06:39Z", "security_group_id": "ec317e24-24a2-48b0-a63c-7cec226a2d5a", "port_range_min": null, "revision_number": 0, "tenant_id": "9d61a376803e4dcda6ff433d7d29838d", "created_at": "2018-08-12T08:06:39Z", "project_id": "9d61a376803e4dcda6ff433d7d29838d", "id": "804a84d8-35be-4ca5-9514-b8c5e9bfc00e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:06:38Z", "security_group_id": "ec317e24-24a2-48b0-a63c-7cec226a2d5a", "port_range_min": null, "revision_number": 0, "tenant_id": "9d61a376803e4dcda6ff433d7d29838d", "created_at": "2018-08-12T08:06:38Z", "project_id": "9d61a376803e4dcda6ff433d7d29838d", "id": "8242bafc-0998-4687-8b3d-1fff2dc029e9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:06:38Z", "security_group_id": "ec317e24-24a2-48b0-a63c-7cec226a2d5a", "port_range_min": null, "revision_number": 0, "tenant_id": "9d61a376803e4dcda6ff433d7d29838d", "created_at": "2018-08-12T08:06:38Z", "project_id": "9d61a376803e4dcda6ff433d7d29838d", "id": "e0d54453-f2a5-4c4a-a269-9643fc8487bb"}]} 2018-08-12 08:06:45,326 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=ec317e24-24a2-48b0-a63c-7cec226a2d5a used request id req-e6b6abe6-0542-4096-8b80-a6c21f1840da 2018-08-12 08:06:45,327 - neutron_utils - INFO - Deleting security group rule with ID - e0d54453-f2a5-4c4a-a269-9643fc8487bb 2018-08-12 08:06:45,332 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/e0d54453-f2a5-4c4a-a269-9643fc8487bb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ea9d7514b8aa6875e410978fb86498495102bb9" 2018-08-12 08:06:45,635 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-73d7a017-c6d3-4b57-b11b-c71fd182f5ba Content-Length: 0 Date: Sun, 12 Aug 2018 08:06:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:06:45,636 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/e0d54453-f2a5-4c4a-a269-9643fc8487bb used request id req-73d7a017-c6d3-4b57-b11b-c71fd182f5ba 2018-08-12 08:06:45,636 - neutron_utils - INFO - Deleting security group rule with ID - 804a84d8-35be-4ca5-9514-b8c5e9bfc00e 2018-08-12 08:06:45,641 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/804a84d8-35be-4ca5-9514-b8c5e9bfc00e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ea9d7514b8aa6875e410978fb86498495102bb9" 2018-08-12 08:06:45,935 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3cc7f869-cece-4d36-a0e3-3a41b36f88fe Content-Length: 0 Date: Sun, 12 Aug 2018 08:06:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:06:45,936 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/804a84d8-35be-4ca5-9514-b8c5e9bfc00e used request id req-3cc7f869-cece-4d36-a0e3-3a41b36f88fe 2018-08-12 08:06:45,936 - neutron_utils - INFO - Deleting security group rule with ID - 7c193bb4-9f63-415a-a5d1-2355d354e8d7 2018-08-12 08:06:45,941 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/7c193bb4-9f63-415a-a5d1-2355d354e8d7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ea9d7514b8aa6875e410978fb86498495102bb9" 2018-08-12 08:06:46,084 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-00a58e41-34a4-44c0-a970-8b2e2c0932fe Content-Length: 0 Date: Sun, 12 Aug 2018 08:06:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:06:46,084 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/7c193bb4-9f63-415a-a5d1-2355d354e8d7 used request id req-00a58e41-34a4-44c0-a970-8b2e2c0932fe 2018-08-12 08:06:46,085 - neutron_utils - INFO - Deleting security group rule with ID - 27d3c07e-e5ec-41be-9e3f-8225589466d6 2018-08-12 08:06:46,089 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/27d3c07e-e5ec-41be-9e3f-8225589466d6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ea9d7514b8aa6875e410978fb86498495102bb9" 2018-08-12 08:06:46,201 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-5694c1dd-ebe2-412d-a3d8-c8ffca9c82d5 Content-Length: 0 Date: Sun, 12 Aug 2018 08:06:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:06:46,201 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/27d3c07e-e5ec-41be-9e3f-8225589466d6 used request id req-5694c1dd-ebe2-412d-a3d8-c8ffca9c82d5 2018-08-12 08:06:46,201 - neutron_utils - INFO - Deleting security group rule with ID - 8242bafc-0998-4687-8b3d-1fff2dc029e9 2018-08-12 08:06:46,207 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/8242bafc-0998-4687-8b3d-1fff2dc029e9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ea9d7514b8aa6875e410978fb86498495102bb9" 2018-08-12 08:06:46,500 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a87ef37b-21a8-43a3-bdd4-ee1ab8e91abf Content-Length: 0 Date: Sun, 12 Aug 2018 08:06:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:06:46,500 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/8242bafc-0998-4687-8b3d-1fff2dc029e9 used request id req-a87ef37b-21a8-43a3-bdd4-ee1ab8e91abf 2018-08-12 08:06:46,500 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-c767c463-4cd7-4da0-bc50-1abd1d7ef9d0name 2018-08-12 08:06:46,506 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/ec317e24-24a2-48b0-a63c-7cec226a2d5a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ea9d7514b8aa6875e410978fb86498495102bb9" 2018-08-12 08:06:46,695 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-17007fe2-300e-4cac-ab66-036cac9b5b22 Content-Length: 0 Date: Sun, 12 Aug 2018 08:06:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:06:46,695 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/ec317e24-24a2-48b0-a63c-7cec226a2d5a used request id req-17007fe2-300e-4cac-ab66-036cac9b5b22 2018-08-12 08:06:46,696 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:06:46,696 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:06:46,696 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:06:46,696 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:06:46,696 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:06:46,702 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9aae610041b2cddfb622b7767569ea332a7d1b8" 2018-08-12 08:06:46,969 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 45548 X-Openstack-Request-Id: req-bc4c85b5-f1c6-41cc-a01e-86b8bf706bcb Date: Sun, 12 Aug 2018 08:06:46 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "created_at": "2018-08-12T06:59:44Z", "updated_at": "2018-08-12T06:59:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "1d7fd960-7865-4453-aecc-8d399b4fad21", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "66820d8a-b785-4b18-bd67-500221c8e4f9", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "74fc7638-a322-4841-8c47-06d36174a200", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "8eaa09ec-8419-4582-9312-1e527afe6e4b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}], "revision_number": 4, "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "created_at": "2018-08-12T05:12:34Z", "updated_at": "2018-08-12T05:12:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "709513d2-af7d-4d0b-bd3c-604fed75a711", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "aa346066-e46f-44f2-94be-2884aa998a19", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "c15f7b93-e56c-4afa-867d-2acb286d4b7b", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "cb0ef83f-5f70-4a80-ad35-431ca9df551e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}], "revision_number": 4, "project_id": "fa5a7fe6ee54472ba01638877aade8e3", "id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ea65becf30e54b27aa96a449698a435e", "created_at": "2018-08-12T05:10:35Z", "updated_at": "2018-08-12T05:10:35Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "30ad280c-f302-4cd4-a438-5139917b56f9", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "76115c4c-887d-4f0a-83e2-486e4b39c713", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "8ab14937-4c08-4d43-8a9a-662e622cc643", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "ee757a03-5662-4273-9c3e-6212e7afb48f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}], "revision_number": 4, "project_id": "ea65becf30e54b27aa96a449698a435e", "id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "created_at": "2018-08-12T06:20:09Z", "updated_at": "2018-08-12T06:20:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "1123b8f2-75ac-4a26-b9b2-a96da97408e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "2ddd2b93-e080-48cd-9a50-f5fe8a82ad0c", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "cd1bae62-0aea-4438-b4c3-50a69ae6f855", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "e398e01e-ceea-46d1-9534-b929808c4a5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}], "revision_number": 4, "project_id": "ff7abd7bb61f4f2889831e932d65dc2e", "id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "created_at": "2018-08-12T05:34:57Z", "updated_at": "2018-08-12T05:34:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "208a1c1e-f5f8-49c7-9a25-d07e68b1541f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "27bfd867-e607-4bf8-9de8-60682d3f771d", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "49360e1f-6fd3-4f35-b339-24cea95773ee", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "60f631a9-d305-4920-9631-d0543e2ac64f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}], "revision_number": 4, "project_id": "3a85ceae958d4d9fba68847e7df67db8", "id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "created_at": "2018-08-12T05:34:40Z", "updated_at": "2018-08-12T05:34:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "2192c259-363e-4768-ae73-e75837ad63b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "3f87ddc5-f84d-41dc-8215-847724782569", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "7d89f6da-ea78-49dd-9115-f9ad23b250bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "9ec4497d-0f65-44db-9be9-7b3042e4a584", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}], "revision_number": 4, "project_id": "85517fcf1c6247e699fdcdd42ecc8c79", "id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "created_at": "2018-08-12T05:16:02Z", "updated_at": "2018-08-12T05:16:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "1ecacd8c-c1c7-4a66-9871-406a69323b43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "3cc1750c-e0e7-4902-b6f3-494a161b832e", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "d719a7a4-8c99-44ed-8c12-6bf071890203", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "fe7421b5-d577-41da-8c78-62f3c07eda92", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}], "revision_number": 4, "project_id": "a267b9a156244bb192691cff6e5f74fe", "id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "315a428116f24d9fbb826b37080a918e", "created_at": "2018-08-12T05:11:31Z", "updated_at": "2018-08-12T05:11:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "5e52886a-1dc3-4a81-a55d-f388dc4fd1a1", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "678e32e4-d64c-448a-a4ab-e253ab94ae90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "a8da1539-e3ad-4f90-b2df-3dc1f09d228a", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "b73d5cc9-0205-4658-bb1f-61a042c0ab8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}], "revision_number": 4, "project_id": "315a428116f24d9fbb826b37080a918e", "id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-12T05:08:01Z", "updated_at": "2018-08-12T05:08:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:01Z", "revision_number": 0, "id": "0fb05d03-1117-45d0-930c-b6d4c96ef102", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "4faaab33-5788-4bbd-85b8-0fb44d41413a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "96d0c5a0-5c67-421b-8fc8-2b46d77e5db3", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "dd78519b-4bc5-4e8e-ad0f-58089dd69347", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "11a46741b7954b959fd7764109c047b6", "created_at": "2018-08-12T05:34:51Z", "updated_at": "2018-08-12T05:34:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "0b67bf3c-2289-43bb-ab6c-7d25ec32a279", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "51f3f833-337a-42bd-a8d5-742ea8d6c226", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "571fd0b5-ef90-408d-af33-aafb517b8993", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "944ba823-fb9c-496e-a66e-bb426bb14a8d", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}], "revision_number": 4, "project_id": "11a46741b7954b959fd7764109c047b6", "id": "90af9782-8112-4257-801d-ee5115d226ba", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "created_at": "2018-08-12T05:34:26Z", "updated_at": "2018-08-12T05:34:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "2ee1f63a-807c-4d6a-85ee-dd784f6b8c3f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5dec3ec2-2add-47dd-8618-90659dcf3885", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5ea0dc3e-49d0-43f0-94e9-f6443527d14c", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "fbfaca22-7e3e-4128-8973-43e439b77c28", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}], "revision_number": 4, "project_id": "3c01cd58055c44ecaef39f7e625c2258", "id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "521007c1818145639e93ceb270559219", "created_at": "2018-08-12T05:13:27Z", "updated_at": "2018-08-12T05:13:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "5e7fede5-b0f2-47d8-95c3-516cdfc7f9de", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "8fd0e36f-c6c4-4f64-ba97-40439e614448", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "db7d79de-1dfc-4138-945f-91e74cdc266b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "e87f2cff-ff3e-4b6d-aaf0-7f0eb0ab9f05", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}], "revision_number": 4, "project_id": "521007c1818145639e93ceb270559219", "id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9d61a376803e4dcda6ff433d7d29838d", "created_at": "2018-08-12T08:06:37Z", "updated_at": "2018-08-12T08:06:38Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:06:37Z", "revision_number": 0, "id": "0621d481-d741-429f-b439-a98c769e920a", "remote_group_id": "b3ec23b2-d0d4-4aa8-a1c9-9a8b1e8b6d79", "remote_ip_prefix": null, "created_at": "2018-08-12T08:06:37Z", "security_group_id": "b3ec23b2-d0d4-4aa8-a1c9-9a8b1e8b6d79", "tenant_id": "9d61a376803e4dcda6ff433d7d29838d", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d61a376803e4dcda6ff433d7d29838d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:06:37Z", "revision_number": 0, "id": "2a3d35be-5524-4444-a0da-854f234bc276", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:06:37Z", "security_group_id": "b3ec23b2-d0d4-4aa8-a1c9-9a8b1e8b6d79", "tenant_id": "9d61a376803e4dcda6ff433d7d29838d", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d61a376803e4dcda6ff433d7d29838d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:06:38Z", "revision_number": 0, "id": "852b18ff-3b12-4828-9943-f3158a26e4ab", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:06:38Z", "security_group_id": "b3ec23b2-d0d4-4aa8-a1c9-9a8b1e8b6d79", "tenant_id": "9d61a376803e4dcda6ff433d7d29838d", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d61a376803e4dcda6ff433d7d29838d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:06:38Z", "revision_number": 0, "id": "f6eb80d5-b489-4948-a82c-fdb2c3b8cb01", "remote_group_id": "b3ec23b2-d0d4-4aa8-a1c9-9a8b1e8b6d79", "remote_ip_prefix": null, "created_at": "2018-08-12T08:06:38Z", "security_group_id": "b3ec23b2-d0d4-4aa8-a1c9-9a8b1e8b6d79", "tenant_id": "9d61a376803e4dcda6ff433d7d29838d", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d61a376803e4dcda6ff433d7d29838d"}], "revision_number": 4, "project_id": "9d61a376803e4dcda6ff433d7d29838d", "id": "b3ec23b2-d0d4-4aa8-a1c9-9a8b1e8b6d79", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "created_at": "2018-08-12T05:08:18Z", "updated_at": "2018-08-12T05:08:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "3c67be40-bf74-4f97-9693-d93ce73a23b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "6112d869-2fc6-4a25-a13c-3d55cd7206c0", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "bdf21c56-453e-482e-9cba-3c55abcb0339", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "c8e92c39-38cc-4f48-be9c-5f0912e6a725", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}], "revision_number": 4, "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "created_at": "2018-08-12T05:04:23Z", "updated_at": "2018-08-12T05:04:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "280546d9-8ad1-4283-abfc-15ee9b1736c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "58bce125-f2ca-4a6d-b9ca-4e6cf5c0f7a5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "69275b9a-cfb5-482c-a9c4-8ffc79adf2c7", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "6d747f3a-3764-469a-a645-f977585c5aac", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}], "revision_number": 4, "project_id": "310f5853751a4c968f3eeb0a3d99a0a8", "id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "created_at": "2018-08-12T05:34:42Z", "updated_at": "2018-08-12T05:34:42Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "199582e8-25aa-457a-aa7c-6d8413ca4464", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "234f3609-4454-448f-919d-c8143c7cd764", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "c1061460-71a2-49a9-a04b-9fa33eeb17ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "d21ac532-51d8-4d6b-8300-7bac216759bf", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}], "revision_number": 4, "project_id": "9f6c1a272706419c9a74b0893b2890e8", "id": "d6739716-c693-460c-89c6-e7c8c48f8245", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "created_at": "2018-08-12T05:34:54Z", "updated_at": "2018-08-12T05:34:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "0633a05a-ee7d-4476-a56b-75d011b22f77", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "6cc1b9f8-73db-47a3-a0e0-3c96c43f34da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "90d99a6b-e94f-4fd8-a10c-f19dd8954c13", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "e843c139-af2a-4d2c-a24f-59f7b10ff72e", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}], "revision_number": 4, "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "created_at": "2018-08-12T05:09:07Z", "updated_at": "2018-08-12T05:09:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "5495e168-f505-4d74-ae6d-387f0bf533c2", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "6fd19b8b-3062-456e-81ba-3ff37fe43429", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8ca59d25-485c-46ce-939c-2e4a468caeac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8f190846-50a0-42b9-b571-390809b752b1", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}], "revision_number": 4, "project_id": "fa9ca6d7608b4d7d87ce97331679a481", "id": "edcd9b17-9416-4c25-823c-060c435e18d7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "created_at": "2018-08-12T05:34:52Z", "updated_at": "2018-08-12T05:34:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "2c7e484e-6ec5-4a95-8c9c-66d294c0c27e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "70c74258-3c2c-4efc-87e0-079c26ee3417", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "b70382fa-082e-4c2b-abc8-87490fa50b11", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "c3628e02-b4b6-42c9-8751-c1a2d3c19caa", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}], "revision_number": 4, "project_id": "87db863ba6e348b0a5ddcb67053db9d1", "id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "name": "default"}]} 2018-08-12 08:06:46,971 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-bc4c85b5-f1c6-41cc-a01e-86b8bf706bcb 2018-08-12 08:06:46,979 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9aae610041b2cddfb622b7767569ea332a7d1b8" 2018-08-12 08:06:47,166 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:06:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bac3d82a-b66d-4d79-81b4-035e3a5e6339 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 5fe28c13d4d74ba2be8d019ac1ea6363.", "code": 404, "title": "Not Found"}} 2018-08-12 08:06:47,166 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 used request id req-bac3d82a-b66d-4d79-81b4-035e3a5e6339 2018-08-12 08:06:47,166 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:06:47,170 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9aae610041b2cddfb622b7767569ea332a7d1b8" 2018-08-12 08:06:47,258 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:06:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-08757316-3de8-4e0b-9bab-93600c8784d8 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa5a7fe6ee54472ba01638877aade8e3.", "code": 404, "title": "Not Found"}} 2018-08-12 08:06:47,258 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 used request id req-08757316-3de8-4e0b-9bab-93600c8784d8 2018-08-12 08:06:47,258 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:06:47,262 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9aae610041b2cddfb622b7767569ea332a7d1b8" 2018-08-12 08:06:47,352 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:06:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-472562cc-e4fc-4fe8-8332-b76bc3efc2dc Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ea65becf30e54b27aa96a449698a435e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:06:47,352 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e used request id req-472562cc-e4fc-4fe8-8332-b76bc3efc2dc 2018-08-12 08:06:47,353 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:06:47,356 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9aae610041b2cddfb622b7767569ea332a7d1b8" 2018-08-12 08:06:47,446 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:06:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5b59916d-b460-4381-99fd-25eedbaaee0c Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ff7abd7bb61f4f2889831e932d65dc2e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:06:47,447 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e used request id req-5b59916d-b460-4381-99fd-25eedbaaee0c 2018-08-12 08:06:47,447 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:06:47,450 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9aae610041b2cddfb622b7767569ea332a7d1b8" 2018-08-12 08:06:47,537 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:06:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9f897653-5111-4263-b0a2-fa3140be235d Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3a85ceae958d4d9fba68847e7df67db8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:06:47,537 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 used request id req-9f897653-5111-4263-b0a2-fa3140be235d 2018-08-12 08:06:47,537 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:06:47,540 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9aae610041b2cddfb622b7767569ea332a7d1b8" 2018-08-12 08:06:47,630 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:06:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-eeaf9cce-baf7-4939-8b24-7b51aec5ef53 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 85517fcf1c6247e699fdcdd42ecc8c79.", "code": 404, "title": "Not Found"}} 2018-08-12 08:06:47,631 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 used request id req-eeaf9cce-baf7-4939-8b24-7b51aec5ef53 2018-08-12 08:06:47,631 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:06:47,635 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9aae610041b2cddfb622b7767569ea332a7d1b8" 2018-08-12 08:06:47,728 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:06:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-15b20ea0-cd83-410a-babf-faca0fe40fc1 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}} 2018-08-12 08:06:47,728 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe used request id req-15b20ea0-cd83-410a-babf-faca0fe40fc1 2018-08-12 08:06:47,732 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9aae610041b2cddfb622b7767569ea332a7d1b8" 2018-08-12 08:06:47,823 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:06:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a21afdd1-b316-460b-be3e-a2416e120c08 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 315a428116f24d9fbb826b37080a918e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:06:47,823 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e used request id req-a21afdd1-b316-460b-be3e-a2416e120c08 2018-08-12 08:06:47,823 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:06:47,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9aae610041b2cddfb622b7767569ea332a7d1b8" 2018-08-12 08:06:47,916 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:06:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-91d91089-f211-4b2a-b924-7c42668fe5c4 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 11a46741b7954b959fd7764109c047b6.", "code": 404, "title": "Not Found"}} 2018-08-12 08:06:47,916 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 used request id req-91d91089-f211-4b2a-b924-7c42668fe5c4 2018-08-12 08:06:47,917 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:06:47,920 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9aae610041b2cddfb622b7767569ea332a7d1b8" 2018-08-12 08:06:48,014 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:06:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bcd0e192-f148-4c95-99c8-81c246ceb160 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3c01cd58055c44ecaef39f7e625c2258.", "code": 404, "title": "Not Found"}} 2018-08-12 08:06:48,014 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 used request id req-bcd0e192-f148-4c95-99c8-81c246ceb160 2018-08-12 08:06:48,014 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:06:48,018 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9aae610041b2cddfb622b7767569ea332a7d1b8" 2018-08-12 08:06:48,107 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:06:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-27cb8dd7-1401-4e40-a912-db12d8d3aeff Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 521007c1818145639e93ceb270559219.", "code": 404, "title": "Not Found"}} 2018-08-12 08:06:48,107 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 used request id req-27cb8dd7-1401-4e40-a912-db12d8d3aeff 2018-08-12 08:06:48,107 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:06:48,112 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/9d61a376803e4dcda6ff433d7d29838d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9aae610041b2cddfb622b7767569ea332a7d1b8" 2018-08-12 08:06:48,209 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:06:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-569fc284-f2b0-43f2-9f6d-f7ade2dceae5 Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/9d61a376803e4dcda6ff433d7d29838d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "9d61a376803e4dcda6ff433d7d29838d", "name": "CreateSecurityGroupTests-a2fa2b42-9bdd-46a-proj"}} 2018-08-12 08:06:48,209 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/9d61a376803e4dcda6ff433d7d29838d used request id req-569fc284-f2b0-43f2-9f6d-f7ade2dceae5 2018-08-12 08:06:48,210 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b3ec23b2-d0d4-4aa8-a1c9-9a8b1e8b6d79 2018-08-12 08:06:48,216 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=b3ec23b2-d0d4-4aa8-a1c9-9a8b1e8b6d79 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9aae610041b2cddfb622b7767569ea332a7d1b8" 2018-08-12 08:06:48,403 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-2ae06b5a-75f3-4ede-8a41-10cd6df67de0 Date: Sun, 12 Aug 2018 08:06:48 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "b3ec23b2-d0d4-4aa8-a1c9-9a8b1e8b6d79", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:06:37Z", "security_group_id": "b3ec23b2-d0d4-4aa8-a1c9-9a8b1e8b6d79", "port_range_min": null, "revision_number": 0, "tenant_id": "9d61a376803e4dcda6ff433d7d29838d", "created_at": "2018-08-12T08:06:37Z", "project_id": "9d61a376803e4dcda6ff433d7d29838d", "id": "0621d481-d741-429f-b439-a98c769e920a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:06:37Z", "security_group_id": "b3ec23b2-d0d4-4aa8-a1c9-9a8b1e8b6d79", "port_range_min": null, "revision_number": 0, "tenant_id": "9d61a376803e4dcda6ff433d7d29838d", "created_at": "2018-08-12T08:06:37Z", "project_id": "9d61a376803e4dcda6ff433d7d29838d", "id": "2a3d35be-5524-4444-a0da-854f234bc276"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:06:38Z", "security_group_id": "b3ec23b2-d0d4-4aa8-a1c9-9a8b1e8b6d79", "port_range_min": null, "revision_number": 0, "tenant_id": "9d61a376803e4dcda6ff433d7d29838d", "created_at": "2018-08-12T08:06:38Z", "project_id": "9d61a376803e4dcda6ff433d7d29838d", "id": "852b18ff-3b12-4828-9943-f3158a26e4ab"}, {"remote_group_id": "b3ec23b2-d0d4-4aa8-a1c9-9a8b1e8b6d79", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:06:38Z", "security_group_id": "b3ec23b2-d0d4-4aa8-a1c9-9a8b1e8b6d79", "port_range_min": null, "revision_number": 0, "tenant_id": "9d61a376803e4dcda6ff433d7d29838d", "created_at": "2018-08-12T08:06:38Z", "project_id": "9d61a376803e4dcda6ff433d7d29838d", "id": "f6eb80d5-b489-4948-a82c-fdb2c3b8cb01"}]} 2018-08-12 08:06:48,403 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=b3ec23b2-d0d4-4aa8-a1c9-9a8b1e8b6d79 used request id req-2ae06b5a-75f3-4ede-8a41-10cd6df67de0 2018-08-12 08:06:48,404 - neutron_utils - INFO - Deleting security group with name - default 2018-08-12 08:06:48,409 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/b3ec23b2-d0d4-4aa8-a1c9-9a8b1e8b6d79 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9aae610041b2cddfb622b7767569ea332a7d1b8" 2018-08-12 08:06:48,736 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a465f1dd-a33f-47ef-87a9-9eb15f1ab0b0 Content-Length: 0 Date: Sun, 12 Aug 2018 08:06:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:06:48,736 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/b3ec23b2-d0d4-4aa8-a1c9-9a8b1e8b6d79 used request id req-a465f1dd-a33f-47ef-87a9-9eb15f1ab0b0 2018-08-12 08:06:48,737 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-a2fa2b42-9bdd-46a-proj 2018-08-12 08:06:48,740 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/9d61a376803e4dcda6ff433d7d29838d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9aae610041b2cddfb622b7767569ea332a7d1b8" 2018-08-12 08:06:49,149 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:06:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-15b22420-94f3-4f19-a186-d2ddef690099 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 08:06:49,150 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/9d61a376803e4dcda6ff433d7d29838d used request id req-15b22420-94f3-4f19-a186-d2ddef690099 2018-08-12 08:06:49,150 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-a2fa2b42-9bdd-46a-proj-role 2018-08-12 08:06:49,153 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/505f100e059c440eb051aaa09d7a414d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9aae610041b2cddfb622b7767569ea332a7d1b8" 2018-08-12 08:06:49,347 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:06:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6f7f5159-adf8-433d-bc23-a42db312ea9d 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 08:06:49,347 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/505f100e059c440eb051aaa09d7a414d used request id req-6f7f5159-adf8-433d-bc23-a42db312ea9d 2018-08-12 08:06:49,351 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9aae610041b2cddfb622b7767569ea332a7d1b8" 2018-08-12 08:06:49,443 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:06:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b4b94ac5-0cb3-4a8c-bc92-e3eeb0e8a519 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:06:49,443 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-b4b94ac5-0cb3-4a8c-bc92-e3eeb0e8a519 2018-08-12 08:06:49,444 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-a2fa2b42-9bdd-46a-user 2018-08-12 08:06:49,448 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/17f7b0251bc04a41902e1ea1183e2825 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90265d9b99d0e883f1c5b1c3b2b4b2b352f9c9f1" 2018-08-12 08:06:49,636 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:06:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2d7a48e9-4f2e-40a8-889b-5eea6f13d539 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 08:06:49,636 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/17f7b0251bc04a41902e1ea1183e2825 used request id req-2d7a48e9-4f2e-40a8-889b-5eea6f13d539 2018-08-12 08:06:49,638 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:06:50,028 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:06:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["xtylnBdBTYeEBsxeg8-Y8g"], "issued_at": "2018-08-12T08:06:50.000000Z"}} 2018-08-12 08:06:50,029 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}9fb5af7b7b18ae46810cba280bd2bc7471d7b3eb" 2018-08-12 08:06:50,123 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:06:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-22d7e563-af15-41ca-a5e2-2c9a5c134bee Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:06:50,124 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-22d7e563-af15-41ca-a5e2-2c9a5c134bee 2018-08-12 08:06:50,125 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:06:50,126 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:06:50,525 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:06:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["1_lJrCnGRVic0x1Hf9v0DA"], "issued_at": "2018-08-12T08:06:50.000000Z"}} 2018-08-12 08:06:50,526 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}8b77400f99b754c4330523025facf80969defa84" 2018-08-12 08:06:50,608 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:06:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1aed3929-e630-43d0-b64c-189eca388303 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:06:50,608 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-1aed3929-e630-43d0-b64c-189eca388303 2018-08-12 08:06:50,613 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:06:50,618 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:06:50 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:06:50,619 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-a9ce95b7-df71-45d-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b77400f99b754c4330523025facf80969defa84" 2018-08-12 08:06:50,710 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:06:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-817664bc-106f-4c7a-852d-3f6eb9b50668 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-a9ce95b7-df71-45d-proj", "previous": null, "next": null}, "projects": []} 2018-08-12 08:06:50,711 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-a9ce95b7-df71-45d-proj used request id req-817664bc-106f-4c7a-852d-3f6eb9b50668 2018-08-12 08:06:50,714 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b77400f99b754c4330523025facf80969defa84" 2018-08-12 08:06:50,802 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:06:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9f19d99a-7d43-4eb3-8de3-671a736fc158 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:06:50,803 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-9f19d99a-7d43-4eb3-8de3-671a736fc158 2018-08-12 08:06:50,806 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b77400f99b754c4330523025facf80969defa84" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSecurityGroupTests-a9ce95b7-df71-45d-proj"}}' 2018-08-12 08:06:50,934 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:06:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-14391534-1d81-4437-8242-83d8375eafae Content-Length: 321 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/ea64424954f6451ebe8ef3f5da50681c"}, "tags": [], "enabled": true, "id": "ea64424954f6451ebe8ef3f5da50681c", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-a9ce95b7-df71-45d-proj"}} 2018-08-12 08:06:50,934 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-14391534-1d81-4437-8242-83d8375eafae 2018-08-12 08:06:50,935 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-a9ce95b7-df71-45d-proj 2018-08-12 08:06:50,935 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:06:50,936 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:06:51,363 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:06:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["uCSZfpyeQRKe7RCx6o12fg"], "issued_at": "2018-08-12T08:06:51.000000Z"}} 2018-08-12 08:06:51,364 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}45dfdd40474d707fae02bca8eb7d7b59190af379" 2018-08-12 08:06:51,448 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:06:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-abde7218-ae5b-48fb-a957-d9066b7215fe Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:06:51,449 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-abde7218-ae5b-48fb-a957-d9066b7215fe 2018-08-12 08:06:51,453 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:06:51,458 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:06:51 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:06:51,459 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45dfdd40474d707fae02bca8eb7d7b59190af379" 2018-08-12 08:06:51,661 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:06:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-646e2f23-d2bd-4bf3-9a1c-64bcba9d937a Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/105a247548624314b9228f85f6325f0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105a247548624314b9228f85f6325f0b", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/1c5de0eaa44543f08da6ad63a51594ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c5de0eaa44543f08da6ad63a51594ff", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/1d127b5b832547a88a547c116dfdd65b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d127b5b832547a88a547c116dfdd65b", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/1d5cfc170d624ce4ae53ae0507c8d517"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d5cfc170d624ce4ae53ae0507c8d517", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/2421820b75eb4d3ebd02830378d1377b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2421820b75eb4d3ebd02830378d1377b", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/40bd8ee54ecf44868cc83cede652c396"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40bd8ee54ecf44868cc83cede652c396", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/4f32fb8153854c4c9f5094b42b523f80"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f32fb8153854c4c9f5094b42b523f80", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7066130d08fb4db7bf4ab468de53933b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7066130d08fb4db7bf4ab468de53933b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/8d0898a83bcf4521bbc11501d5d7ac89"}, "domain_id": "1eec97585bde483292ece28ee11f4b8d", "enabled": true, "options": {}, "id": "8d0898a83bcf4521bbc11501d5d7ac89", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/9defcced327d476f8a3beab718a13da3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9defcced327d476f8a3beab718a13da3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/b80ee4f6992446e0879624dd436e99a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b80ee4f6992446e0879624dd436e99a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b86fd3e011324d398fcdb6f095a20a9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b86fd3e011324d398fcdb6f095a20a9d", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1701d2754064b5cadf765ea0806f9b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1701d2754064b5cadf765ea0806f9b2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/db4e7b8d76d549faa502716565c733dd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db4e7b8d76d549faa502716565c733dd", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-12 08:06:51,661 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-646e2f23-d2bd-4bf3-9a1c-64bcba9d937a 2018-08-12 08:06:51,666 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateSecurityGroupTests-a9ce95b7-df71-45d-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45dfdd40474d707fae02bca8eb7d7b59190af379" 2018-08-12 08:06:51,758 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:06:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7d91a6c1-b3ed-4dc8-9550-5c19b67321df Content-Encoding: gzip Content-Length: 260 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateSecurityGroupTests-a9ce95b7-df71-45d-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/ea64424954f6451ebe8ef3f5da50681c"}, "tags": [], "enabled": true, "id": "ea64424954f6451ebe8ef3f5da50681c", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-a9ce95b7-df71-45d-proj"}]} 2018-08-12 08:06:51,758 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateSecurityGroupTests-a9ce95b7-df71-45d-proj used request id req-7d91a6c1-b3ed-4dc8-9550-5c19b67321df 2018-08-12 08:06:51,761 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45dfdd40474d707fae02bca8eb7d7b59190af379" 2018-08-12 08:06:51,859 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:06:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-20d2c5bb-c242-4191-8183-4003d9b858fe Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:06:51,859 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-20d2c5bb-c242-4191-8183-4003d9b858fe 2018-08-12 08:06:52,242 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-a9ce95b7-df71-45d-user 2018-08-12 08:06:52,242 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:06:52,246 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b77400f99b754c4330523025facf80969defa84" 2018-08-12 08:06:52,335 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:06:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e6c9c13-c0e9-4415-bca0-736d73a38cac Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:06:52,335 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-4e6c9c13-c0e9-4415-bca0-736d73a38cac 2018-08-12 08:06:52,339 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b77400f99b754c4330523025facf80969defa84" -d '{"role": {"name": "CreateSecurityGroupTests-a9ce95b7-df71-45d-proj-role"}}' 2018-08-12 08:06:52,467 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:06:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-616dac30-1051-4c38-a734-9c9b5a221e23 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "70407ccc5ee044cd9926ebb1fc43bdb0", "links": {"self": "http://172.30.9.21:5000/v3/roles/70407ccc5ee044cd9926ebb1fc43bdb0"}, "name": "CreateSecurityGroupTests-a9ce95b7-df71-45d-proj-role"}} 2018-08-12 08:06:52,467 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-616dac30-1051-4c38-a734-9c9b5a221e23 2018-08-12 08:06:52,468 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-a9ce95b7-df71-45d-proj-role 2018-08-12 08:06:52,471 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/70407ccc5ee044cd9926ebb1fc43bdb0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b77400f99b754c4330523025facf80969defa84" 2018-08-12 08:06:52,560 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:06:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e35495d3-a289-46de-9bc5-5954203a2d8b Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "70407ccc5ee044cd9926ebb1fc43bdb0", "links": {"self": "http://172.30.9.21:5000/v3/roles/70407ccc5ee044cd9926ebb1fc43bdb0"}, "name": "CreateSecurityGroupTests-a9ce95b7-df71-45d-proj-role"}} 2018-08-12 08:06:52,560 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/70407ccc5ee044cd9926ebb1fc43bdb0 used request id req-e35495d3-a289-46de-9bc5-5954203a2d8b 2018-08-12 08:06:52,560 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-a9ce95b7-df71-45d-proj-role to project CreateSecurityGroupTests-a9ce95b7-df71-45d-proj 2018-08-12 08:06:52,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/ea64424954f6451ebe8ef3f5da50681c/users/18ee5a1d23ae464fb7215ba2bc4826d9/roles/70407ccc5ee044cd9926ebb1fc43bdb0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b77400f99b754c4330523025facf80969defa84" 2018-08-12 08:06:52,691 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:06:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5026a492-1300-4a6d-9df8-945013c387d0 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 08:06:52,692 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/ea64424954f6451ebe8ef3f5da50681c/users/18ee5a1d23ae464fb7215ba2bc4826d9/roles/70407ccc5ee044cd9926ebb1fc43bdb0 used request id req-5026a492-1300-4a6d-9df8-945013c387d0 2018-08-12 08:06:52,692 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:06:52,692 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:06:52,693 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:06:52,693 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:06:52,693 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:06:52,694 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:06:52,695 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:06:53,090 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "70407ccc5ee044cd9926ebb1fc43bdb0", "name": "CreateSecurityGroupTests-a9ce95b7-df71-45d-proj-role"}], "expires_at": "2018-08-12T09:06:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ea64424954f6451ebe8ef3f5da50681c", "name": "CreateSecurityGroupTests-a9ce95b7-df71-45d-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/ea64424954f6451ebe8ef3f5da50681c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/ea64424954f6451ebe8ef3f5da50681c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/ea64424954f6451ebe8ef3f5da50681c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_ea64424954f6451ebe8ef3f5da50681c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_ea64424954f6451ebe8ef3f5da50681c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/ea64424954f6451ebe8ef3f5da50681c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/ea64424954f6451ebe8ef3f5da50681c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/ea64424954f6451ebe8ef3f5da50681c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/ea64424954f6451ebe8ef3f5da50681c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/ea64424954f6451ebe8ef3f5da50681c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/ea64424954f6451ebe8ef3f5da50681c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/ea64424954f6451ebe8ef3f5da50681c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/ea64424954f6451ebe8ef3f5da50681c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/ea64424954f6451ebe8ef3f5da50681c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-a9ce95b7-df71-45d-user", "id": "18ee5a1d23ae464fb7215ba2bc4826d9"}, "audit_ids": ["kzNL9JTeS1CcAO7t6LAvNg"], "issued_at": "2018-08-12T08:06:53.000000Z"}} 2018-08-12 08:06:53,090 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}ffa26e3dcddc5ad7c613b790900178b1ef8b292b" 2018-08-12 08:06:53,173 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:06:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1958f511-e497-4b84-bbcf-90ade60b8c72 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:06:53,173 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-1958f511-e497-4b84-bbcf-90ade60b8c72 2018-08-12 08:06:53,174 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:06:53,174 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:06:53,175 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:06:53,175 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:06:53,175 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:06:53,182 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-28bfb6f1-88bf-422e-bfb0-fcaa590713faname&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ffa26e3dcddc5ad7c613b790900178b1ef8b292b" 2018-08-12 08:06:53,538 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-63b40a6c-8c66-440a-98a3-aa9a94fc77f4 Date: Sun, 12 Aug 2018 08:06:53 GMT RESP BODY: {"security_groups": []} 2018-08-12 08:06:53,538 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-28bfb6f1-88bf-422e-bfb0-fcaa590713faname&description=hello+group used request id req-63b40a6c-8c66-440a-98a3-aa9a94fc77f4 2018-08-12 08:06:53,539 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-28bfb6f1-88bf-422e-bfb0-fcaa590713faname... 2018-08-12 08:06:53,539 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-28bfb6f1-88bf-422e-bfb0-fcaa590713faname 2018-08-12 08:06:53,543 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ffa26e3dcddc5ad7c613b790900178b1ef8b292b" -d '{"security_group": {"name": "CreateSecurityGroupTests-28bfb6f1-88bf-422e-bfb0-fcaa590713faname", "description": "hello group"}}' 2018-08-12 08:06:54,060 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1408 X-Openstack-Request-Id: req-a5e0d419-150b-473b-a501-229810009ac3 Date: Sun, 12 Aug 2018 08:06:54 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "ea64424954f6451ebe8ef3f5da50681c", "created_at": "2018-08-12T08:06:53Z", "updated_at": "2018-08-12T08:06:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:06:53Z", "revision_number": 0, "id": "0c9aa3ac-b940-40d3-87be-fdcb6dfecfef", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:06:53Z", "security_group_id": "6b23d81d-32e2-4877-acaa-be7408bf2d10", "tenant_id": "ea64424954f6451ebe8ef3f5da50681c", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea64424954f6451ebe8ef3f5da50681c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:06:53Z", "revision_number": 0, "id": "43497524-1de4-4d9e-bdf1-1e4768d24eff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:06:53Z", "security_group_id": "6b23d81d-32e2-4877-acaa-be7408bf2d10", "tenant_id": "ea64424954f6451ebe8ef3f5da50681c", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea64424954f6451ebe8ef3f5da50681c"}], "revision_number": 2, "project_id": "ea64424954f6451ebe8ef3f5da50681c", "id": "6b23d81d-32e2-4877-acaa-be7408bf2d10", "name": "CreateSecurityGroupTests-28bfb6f1-88bf-422e-bfb0-fcaa590713faname"}} 2018-08-12 08:06:54,060 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups used request id req-a5e0d419-150b-473b-a501-229810009ac3 2018-08-12 08:06:54,060 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6b23d81d-32e2-4877-acaa-be7408bf2d10 2018-08-12 08:06:54,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=6b23d81d-32e2-4877-acaa-be7408bf2d10 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ffa26e3dcddc5ad7c613b790900178b1ef8b292b" 2018-08-12 08:06:54,272 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-94f5812c-6da5-479f-828b-7f022c4a7308 Date: Sun, 12 Aug 2018 08:06:54 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:06:53Z", "security_group_id": "6b23d81d-32e2-4877-acaa-be7408bf2d10", "port_range_min": null, "revision_number": 0, "tenant_id": "ea64424954f6451ebe8ef3f5da50681c", "created_at": "2018-08-12T08:06:53Z", "project_id": "ea64424954f6451ebe8ef3f5da50681c", "id": "0c9aa3ac-b940-40d3-87be-fdcb6dfecfef"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:06:53Z", "security_group_id": "6b23d81d-32e2-4877-acaa-be7408bf2d10", "port_range_min": null, "revision_number": 0, "tenant_id": "ea64424954f6451ebe8ef3f5da50681c", "created_at": "2018-08-12T08:06:53Z", "project_id": "ea64424954f6451ebe8ef3f5da50681c", "id": "43497524-1de4-4d9e-bdf1-1e4768d24eff"}]} 2018-08-12 08:06:54,273 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=6b23d81d-32e2-4877-acaa-be7408bf2d10 used request id req-94f5812c-6da5-479f-828b-7f022c4a7308 2018-08-12 08:06:54,273 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6b23d81d-32e2-4877-acaa-be7408bf2d10 2018-08-12 08:06:54,278 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=6b23d81d-32e2-4877-acaa-be7408bf2d10 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ffa26e3dcddc5ad7c613b790900178b1ef8b292b" 2018-08-12 08:06:54,582 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-29ff8955-f551-4f3a-91ef-37fe97f7115a Date: Sun, 12 Aug 2018 08:06:54 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:06:53Z", "security_group_id": "6b23d81d-32e2-4877-acaa-be7408bf2d10", "port_range_min": null, "revision_number": 0, "tenant_id": "ea64424954f6451ebe8ef3f5da50681c", "created_at": "2018-08-12T08:06:53Z", "project_id": "ea64424954f6451ebe8ef3f5da50681c", "id": "0c9aa3ac-b940-40d3-87be-fdcb6dfecfef"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:06:53Z", "security_group_id": "6b23d81d-32e2-4877-acaa-be7408bf2d10", "port_range_min": null, "revision_number": 0, "tenant_id": "ea64424954f6451ebe8ef3f5da50681c", "created_at": "2018-08-12T08:06:53Z", "project_id": "ea64424954f6451ebe8ef3f5da50681c", "id": "43497524-1de4-4d9e-bdf1-1e4768d24eff"}]} 2018-08-12 08:06:54,582 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=6b23d81d-32e2-4877-acaa-be7408bf2d10 used request id req-29ff8955-f551-4f3a-91ef-37fe97f7115a 2018-08-12 08:06:54,583 - neutron_utils - INFO - Retrieving security group with ID - 6b23d81d-32e2-4877-acaa-be7408bf2d10 2018-08-12 08:06:54,588 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=6b23d81d-32e2-4877-acaa-be7408bf2d10 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ffa26e3dcddc5ad7c613b790900178b1ef8b292b" 2018-08-12 08:06:54,806 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-14e28975-d06c-4a9a-ac08-d7ada9bfe25b Date: Sun, 12 Aug 2018 08:06:54 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "ea64424954f6451ebe8ef3f5da50681c", "created_at": "2018-08-12T08:06:53Z", "updated_at": "2018-08-12T08:06:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:06:53Z", "revision_number": 0, "id": "0c9aa3ac-b940-40d3-87be-fdcb6dfecfef", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:06:53Z", "security_group_id": "6b23d81d-32e2-4877-acaa-be7408bf2d10", "tenant_id": "ea64424954f6451ebe8ef3f5da50681c", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea64424954f6451ebe8ef3f5da50681c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:06:53Z", "revision_number": 0, "id": "43497524-1de4-4d9e-bdf1-1e4768d24eff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:06:53Z", "security_group_id": "6b23d81d-32e2-4877-acaa-be7408bf2d10", "tenant_id": "ea64424954f6451ebe8ef3f5da50681c", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea64424954f6451ebe8ef3f5da50681c"}], "revision_number": 2, "project_id": "ea64424954f6451ebe8ef3f5da50681c", "id": "6b23d81d-32e2-4877-acaa-be7408bf2d10", "name": "CreateSecurityGroupTests-28bfb6f1-88bf-422e-bfb0-fcaa590713faname"}]} 2018-08-12 08:06:54,807 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=6b23d81d-32e2-4877-acaa-be7408bf2d10 used request id req-14e28975-d06c-4a9a-ac08-d7ada9bfe25b 2018-08-12 08:06:54,807 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6b23d81d-32e2-4877-acaa-be7408bf2d10 2018-08-12 08:06:54,812 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=6b23d81d-32e2-4877-acaa-be7408bf2d10 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ffa26e3dcddc5ad7c613b790900178b1ef8b292b" 2018-08-12 08:06:55,012 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-3d4979f9-ff02-4411-859b-e0d3cf006408 Date: Sun, 12 Aug 2018 08:06:55 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:06:53Z", "security_group_id": "6b23d81d-32e2-4877-acaa-be7408bf2d10", "port_range_min": null, "revision_number": 0, "tenant_id": "ea64424954f6451ebe8ef3f5da50681c", "created_at": "2018-08-12T08:06:53Z", "project_id": "ea64424954f6451ebe8ef3f5da50681c", "id": "0c9aa3ac-b940-40d3-87be-fdcb6dfecfef"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:06:53Z", "security_group_id": "6b23d81d-32e2-4877-acaa-be7408bf2d10", "port_range_min": null, "revision_number": 0, "tenant_id": "ea64424954f6451ebe8ef3f5da50681c", "created_at": "2018-08-12T08:06:53Z", "project_id": "ea64424954f6451ebe8ef3f5da50681c", "id": "43497524-1de4-4d9e-bdf1-1e4768d24eff"}]} 2018-08-12 08:06:55,012 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=6b23d81d-32e2-4877-acaa-be7408bf2d10 used request id req-3d4979f9-ff02-4411-859b-e0d3cf006408 2018-08-12 08:06:55,013 - neutron_utils - INFO - Retrieving security group with ID - 6b23d81d-32e2-4877-acaa-be7408bf2d10 2018-08-12 08:06:55,018 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=6b23d81d-32e2-4877-acaa-be7408bf2d10 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ffa26e3dcddc5ad7c613b790900178b1ef8b292b" 2018-08-12 08:06:55,236 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-a1263661-8916-497a-9551-2847bf9d2d9a Date: Sun, 12 Aug 2018 08:06:55 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "ea64424954f6451ebe8ef3f5da50681c", "created_at": "2018-08-12T08:06:53Z", "updated_at": "2018-08-12T08:06:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:06:53Z", "revision_number": 0, "id": "0c9aa3ac-b940-40d3-87be-fdcb6dfecfef", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:06:53Z", "security_group_id": "6b23d81d-32e2-4877-acaa-be7408bf2d10", "tenant_id": "ea64424954f6451ebe8ef3f5da50681c", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea64424954f6451ebe8ef3f5da50681c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:06:53Z", "revision_number": 0, "id": "43497524-1de4-4d9e-bdf1-1e4768d24eff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:06:53Z", "security_group_id": "6b23d81d-32e2-4877-acaa-be7408bf2d10", "tenant_id": "ea64424954f6451ebe8ef3f5da50681c", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea64424954f6451ebe8ef3f5da50681c"}], "revision_number": 2, "project_id": "ea64424954f6451ebe8ef3f5da50681c", "id": "6b23d81d-32e2-4877-acaa-be7408bf2d10", "name": "CreateSecurityGroupTests-28bfb6f1-88bf-422e-bfb0-fcaa590713faname"}]} 2018-08-12 08:06:55,236 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=6b23d81d-32e2-4877-acaa-be7408bf2d10 used request id req-a1263661-8916-497a-9551-2847bf9d2d9a 2018-08-12 08:06:55,237 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6b23d81d-32e2-4877-acaa-be7408bf2d10 2018-08-12 08:06:55,241 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=6b23d81d-32e2-4877-acaa-be7408bf2d10 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ffa26e3dcddc5ad7c613b790900178b1ef8b292b" 2018-08-12 08:06:55,266 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-16448435-5309-421d-87ef-b9d2a3e56377 Date: Sun, 12 Aug 2018 08:06:55 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:06:53Z", "security_group_id": "6b23d81d-32e2-4877-acaa-be7408bf2d10", "port_range_min": null, "revision_number": 0, "tenant_id": "ea64424954f6451ebe8ef3f5da50681c", "created_at": "2018-08-12T08:06:53Z", "project_id": "ea64424954f6451ebe8ef3f5da50681c", "id": "0c9aa3ac-b940-40d3-87be-fdcb6dfecfef"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:06:53Z", "security_group_id": "6b23d81d-32e2-4877-acaa-be7408bf2d10", "port_range_min": null, "revision_number": 0, "tenant_id": "ea64424954f6451ebe8ef3f5da50681c", "created_at": "2018-08-12T08:06:53Z", "project_id": "ea64424954f6451ebe8ef3f5da50681c", "id": "43497524-1de4-4d9e-bdf1-1e4768d24eff"}]} 2018-08-12 08:06:55,266 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=6b23d81d-32e2-4877-acaa-be7408bf2d10 used request id req-16448435-5309-421d-87ef-b9d2a3e56377 2018-08-12 08:06:55,266 - neutron_utils - INFO - Retrieving security group with ID - 6b23d81d-32e2-4877-acaa-be7408bf2d10 2018-08-12 08:06:55,271 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=6b23d81d-32e2-4877-acaa-be7408bf2d10 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ffa26e3dcddc5ad7c613b790900178b1ef8b292b" 2018-08-12 08:06:55,482 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-27fbf431-3628-44fa-834a-79981b5b4153 Date: Sun, 12 Aug 2018 08:06:55 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "ea64424954f6451ebe8ef3f5da50681c", "created_at": "2018-08-12T08:06:53Z", "updated_at": "2018-08-12T08:06:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:06:53Z", "revision_number": 0, "id": "0c9aa3ac-b940-40d3-87be-fdcb6dfecfef", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:06:53Z", "security_group_id": "6b23d81d-32e2-4877-acaa-be7408bf2d10", "tenant_id": "ea64424954f6451ebe8ef3f5da50681c", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea64424954f6451ebe8ef3f5da50681c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:06:53Z", "revision_number": 0, "id": "43497524-1de4-4d9e-bdf1-1e4768d24eff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:06:53Z", "security_group_id": "6b23d81d-32e2-4877-acaa-be7408bf2d10", "tenant_id": "ea64424954f6451ebe8ef3f5da50681c", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea64424954f6451ebe8ef3f5da50681c"}], "revision_number": 2, "project_id": "ea64424954f6451ebe8ef3f5da50681c", "id": "6b23d81d-32e2-4877-acaa-be7408bf2d10", "name": "CreateSecurityGroupTests-28bfb6f1-88bf-422e-bfb0-fcaa590713faname"}]} 2018-08-12 08:06:55,483 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=6b23d81d-32e2-4877-acaa-be7408bf2d10 used request id req-27fbf431-3628-44fa-834a-79981b5b4153 2018-08-12 08:06:55,483 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6b23d81d-32e2-4877-acaa-be7408bf2d10 2018-08-12 08:06:55,488 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=6b23d81d-32e2-4877-acaa-be7408bf2d10 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ffa26e3dcddc5ad7c613b790900178b1ef8b292b" 2018-08-12 08:06:55,512 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-da437972-eea7-48db-b92d-3e035dc59009 Date: Sun, 12 Aug 2018 08:06:55 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:06:53Z", "security_group_id": "6b23d81d-32e2-4877-acaa-be7408bf2d10", "port_range_min": null, "revision_number": 0, "tenant_id": "ea64424954f6451ebe8ef3f5da50681c", "created_at": "2018-08-12T08:06:53Z", "project_id": "ea64424954f6451ebe8ef3f5da50681c", "id": "0c9aa3ac-b940-40d3-87be-fdcb6dfecfef"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:06:53Z", "security_group_id": "6b23d81d-32e2-4877-acaa-be7408bf2d10", "port_range_min": null, "revision_number": 0, "tenant_id": "ea64424954f6451ebe8ef3f5da50681c", "created_at": "2018-08-12T08:06:53Z", "project_id": "ea64424954f6451ebe8ef3f5da50681c", "id": "43497524-1de4-4d9e-bdf1-1e4768d24eff"}]} 2018-08-12 08:06:55,513 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=6b23d81d-32e2-4877-acaa-be7408bf2d10 used request id req-da437972-eea7-48db-b92d-3e035dc59009 2018-08-12 08:06:55,513 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:06:55,906 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "70407ccc5ee044cd9926ebb1fc43bdb0", "name": "CreateSecurityGroupTests-a9ce95b7-df71-45d-proj-role"}], "expires_at": "2018-08-12T09:06:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ea64424954f6451ebe8ef3f5da50681c", "name": "CreateSecurityGroupTests-a9ce95b7-df71-45d-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/ea64424954f6451ebe8ef3f5da50681c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/ea64424954f6451ebe8ef3f5da50681c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/ea64424954f6451ebe8ef3f5da50681c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_ea64424954f6451ebe8ef3f5da50681c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_ea64424954f6451ebe8ef3f5da50681c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/ea64424954f6451ebe8ef3f5da50681c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/ea64424954f6451ebe8ef3f5da50681c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/ea64424954f6451ebe8ef3f5da50681c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/ea64424954f6451ebe8ef3f5da50681c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/ea64424954f6451ebe8ef3f5da50681c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/ea64424954f6451ebe8ef3f5da50681c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/ea64424954f6451ebe8ef3f5da50681c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/ea64424954f6451ebe8ef3f5da50681c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/ea64424954f6451ebe8ef3f5da50681c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-a9ce95b7-df71-45d-user", "id": "18ee5a1d23ae464fb7215ba2bc4826d9"}, "audit_ids": ["k2svLbl-SQqooJcKeJ76BA"], "issued_at": "2018-08-12T08:06:55.000000Z"}} 2018-08-12 08:06:55,911 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-28bfb6f1-88bf-422e-bfb0-fcaa590713faname&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a1ef8afc790520650355da4145b3f0d0ba5cdd2" 2018-08-12 08:06:56,142 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-00f532a5-1174-4c67-9194-cd21a2979a03 Date: Sun, 12 Aug 2018 08:06:56 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "ea64424954f6451ebe8ef3f5da50681c", "created_at": "2018-08-12T08:06:53Z", "updated_at": "2018-08-12T08:06:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:06:53Z", "revision_number": 0, "id": "0c9aa3ac-b940-40d3-87be-fdcb6dfecfef", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:06:53Z", "security_group_id": "6b23d81d-32e2-4877-acaa-be7408bf2d10", "tenant_id": "ea64424954f6451ebe8ef3f5da50681c", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea64424954f6451ebe8ef3f5da50681c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:06:53Z", "revision_number": 0, "id": "43497524-1de4-4d9e-bdf1-1e4768d24eff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:06:53Z", "security_group_id": "6b23d81d-32e2-4877-acaa-be7408bf2d10", "tenant_id": "ea64424954f6451ebe8ef3f5da50681c", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea64424954f6451ebe8ef3f5da50681c"}], "revision_number": 2, "project_id": "ea64424954f6451ebe8ef3f5da50681c", "id": "6b23d81d-32e2-4877-acaa-be7408bf2d10", "name": "CreateSecurityGroupTests-28bfb6f1-88bf-422e-bfb0-fcaa590713faname"}]} 2018-08-12 08:06:56,142 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-28bfb6f1-88bf-422e-bfb0-fcaa590713faname&description=hello+group used request id req-00f532a5-1174-4c67-9194-cd21a2979a03 2018-08-12 08:06:56,142 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6b23d81d-32e2-4877-acaa-be7408bf2d10 2018-08-12 08:06:56,147 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=6b23d81d-32e2-4877-acaa-be7408bf2d10 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a1ef8afc790520650355da4145b3f0d0ba5cdd2" 2018-08-12 08:06:56,337 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-2093e038-0898-4aac-9c05-b55ccc08b808 Date: Sun, 12 Aug 2018 08:06:56 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:06:53Z", "security_group_id": "6b23d81d-32e2-4877-acaa-be7408bf2d10", "port_range_min": null, "revision_number": 0, "tenant_id": "ea64424954f6451ebe8ef3f5da50681c", "created_at": "2018-08-12T08:06:53Z", "project_id": "ea64424954f6451ebe8ef3f5da50681c", "id": "0c9aa3ac-b940-40d3-87be-fdcb6dfecfef"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:06:53Z", "security_group_id": "6b23d81d-32e2-4877-acaa-be7408bf2d10", "port_range_min": null, "revision_number": 0, "tenant_id": "ea64424954f6451ebe8ef3f5da50681c", "created_at": "2018-08-12T08:06:53Z", "project_id": "ea64424954f6451ebe8ef3f5da50681c", "id": "43497524-1de4-4d9e-bdf1-1e4768d24eff"}]} 2018-08-12 08:06:56,337 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=6b23d81d-32e2-4877-acaa-be7408bf2d10 used request id req-2093e038-0898-4aac-9c05-b55ccc08b808 2018-08-12 08:06:56,338 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6b23d81d-32e2-4877-acaa-be7408bf2d10 2018-08-12 08:06:56,343 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=6b23d81d-32e2-4877-acaa-be7408bf2d10 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a1ef8afc790520650355da4145b3f0d0ba5cdd2" 2018-08-12 08:06:56,537 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-ffd48f86-fc54-4d22-9f13-701b69d65aec Date: Sun, 12 Aug 2018 08:06:56 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:06:53Z", "security_group_id": "6b23d81d-32e2-4877-acaa-be7408bf2d10", "port_range_min": null, "revision_number": 0, "tenant_id": "ea64424954f6451ebe8ef3f5da50681c", "created_at": "2018-08-12T08:06:53Z", "project_id": "ea64424954f6451ebe8ef3f5da50681c", "id": "0c9aa3ac-b940-40d3-87be-fdcb6dfecfef"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:06:53Z", "security_group_id": "6b23d81d-32e2-4877-acaa-be7408bf2d10", "port_range_min": null, "revision_number": 0, "tenant_id": "ea64424954f6451ebe8ef3f5da50681c", "created_at": "2018-08-12T08:06:53Z", "project_id": "ea64424954f6451ebe8ef3f5da50681c", "id": "43497524-1de4-4d9e-bdf1-1e4768d24eff"}]} 2018-08-12 08:06:56,537 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=6b23d81d-32e2-4877-acaa-be7408bf2d10 used request id req-ffd48f86-fc54-4d22-9f13-701b69d65aec 2018-08-12 08:06:56,538 - neutron_utils - INFO - Deleting security group rule with ID - 0c9aa3ac-b940-40d3-87be-fdcb6dfecfef 2018-08-12 08:06:56,543 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/0c9aa3ac-b940-40d3-87be-fdcb6dfecfef -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ffa26e3dcddc5ad7c613b790900178b1ef8b292b" 2018-08-12 08:06:56,640 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f696c795-f782-41ee-a549-e64cbfb52073 Content-Length: 0 Date: Sun, 12 Aug 2018 08:06:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:06:56,640 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/0c9aa3ac-b940-40d3-87be-fdcb6dfecfef used request id req-f696c795-f782-41ee-a549-e64cbfb52073 2018-08-12 08:06:56,640 - neutron_utils - INFO - Deleting security group rule with ID - 43497524-1de4-4d9e-bdf1-1e4768d24eff 2018-08-12 08:06:56,645 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/43497524-1de4-4d9e-bdf1-1e4768d24eff -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ffa26e3dcddc5ad7c613b790900178b1ef8b292b" 2018-08-12 08:06:56,930 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-11700f34-30a0-4c38-b4ea-f7a423b59fb9 Content-Length: 0 Date: Sun, 12 Aug 2018 08:06:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:06:56,930 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/43497524-1de4-4d9e-bdf1-1e4768d24eff used request id req-11700f34-30a0-4c38-b4ea-f7a423b59fb9 2018-08-12 08:06:56,930 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-28bfb6f1-88bf-422e-bfb0-fcaa590713faname 2018-08-12 08:06:56,935 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/6b23d81d-32e2-4877-acaa-be7408bf2d10 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ffa26e3dcddc5ad7c613b790900178b1ef8b292b" 2018-08-12 08:06:57,235 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1e85ed3b-ebeb-44c8-8639-99c0bc45e395 Content-Length: 0 Date: Sun, 12 Aug 2018 08:06:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:06:57,236 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/6b23d81d-32e2-4877-acaa-be7408bf2d10 used request id req-1e85ed3b-ebeb-44c8-8639-99c0bc45e395 2018-08-12 08:06:57,237 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:06:57,237 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:06:57,237 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:06:57,237 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:06:57,237 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:06:57,244 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b77400f99b754c4330523025facf80969defa84" 2018-08-12 08:06:57,496 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 45548 X-Openstack-Request-Id: req-9075e81f-42b7-400a-bdda-9218827942dd Date: Sun, 12 Aug 2018 08:06:57 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ea64424954f6451ebe8ef3f5da50681c", "created_at": "2018-08-12T08:06:53Z", "updated_at": "2018-08-12T08:06:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:06:53Z", "revision_number": 0, "id": "5eee0b41-dcd8-45fb-8b8a-6866ae215aea", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:06:53Z", "security_group_id": "03f312fe-70c6-4d4e-917e-5eb170515688", "tenant_id": "ea64424954f6451ebe8ef3f5da50681c", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea64424954f6451ebe8ef3f5da50681c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:06:53Z", "revision_number": 0, "id": "95d5371a-8637-40e0-adc0-45acd4867e93", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:06:53Z", "security_group_id": "03f312fe-70c6-4d4e-917e-5eb170515688", "tenant_id": "ea64424954f6451ebe8ef3f5da50681c", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea64424954f6451ebe8ef3f5da50681c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:06:53Z", "revision_number": 0, "id": "adaa81c3-19f5-4155-92ec-99ad5a2bde91", "remote_group_id": "03f312fe-70c6-4d4e-917e-5eb170515688", "remote_ip_prefix": null, "created_at": "2018-08-12T08:06:53Z", "security_group_id": "03f312fe-70c6-4d4e-917e-5eb170515688", "tenant_id": "ea64424954f6451ebe8ef3f5da50681c", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea64424954f6451ebe8ef3f5da50681c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:06:53Z", "revision_number": 0, "id": "d5d94979-8140-43b0-ba17-91a971f2e9ad", "remote_group_id": "03f312fe-70c6-4d4e-917e-5eb170515688", "remote_ip_prefix": null, "created_at": "2018-08-12T08:06:53Z", "security_group_id": "03f312fe-70c6-4d4e-917e-5eb170515688", "tenant_id": "ea64424954f6451ebe8ef3f5da50681c", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea64424954f6451ebe8ef3f5da50681c"}], "revision_number": 4, "project_id": "ea64424954f6451ebe8ef3f5da50681c", "id": "03f312fe-70c6-4d4e-917e-5eb170515688", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "created_at": "2018-08-12T06:59:44Z", "updated_at": "2018-08-12T06:59:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "1d7fd960-7865-4453-aecc-8d399b4fad21", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "66820d8a-b785-4b18-bd67-500221c8e4f9", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "74fc7638-a322-4841-8c47-06d36174a200", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "8eaa09ec-8419-4582-9312-1e527afe6e4b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}], "revision_number": 4, "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "created_at": "2018-08-12T05:12:34Z", "updated_at": "2018-08-12T05:12:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "709513d2-af7d-4d0b-bd3c-604fed75a711", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "aa346066-e46f-44f2-94be-2884aa998a19", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "c15f7b93-e56c-4afa-867d-2acb286d4b7b", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "cb0ef83f-5f70-4a80-ad35-431ca9df551e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}], "revision_number": 4, "project_id": "fa5a7fe6ee54472ba01638877aade8e3", "id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ea65becf30e54b27aa96a449698a435e", "created_at": "2018-08-12T05:10:35Z", "updated_at": "2018-08-12T05:10:35Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "30ad280c-f302-4cd4-a438-5139917b56f9", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "76115c4c-887d-4f0a-83e2-486e4b39c713", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "8ab14937-4c08-4d43-8a9a-662e622cc643", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "ee757a03-5662-4273-9c3e-6212e7afb48f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}], "revision_number": 4, "project_id": "ea65becf30e54b27aa96a449698a435e", "id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "created_at": "2018-08-12T06:20:09Z", "updated_at": "2018-08-12T06:20:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "1123b8f2-75ac-4a26-b9b2-a96da97408e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "2ddd2b93-e080-48cd-9a50-f5fe8a82ad0c", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "cd1bae62-0aea-4438-b4c3-50a69ae6f855", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "e398e01e-ceea-46d1-9534-b929808c4a5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}], "revision_number": 4, "project_id": "ff7abd7bb61f4f2889831e932d65dc2e", "id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "created_at": "2018-08-12T05:34:57Z", "updated_at": "2018-08-12T05:34:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "208a1c1e-f5f8-49c7-9a25-d07e68b1541f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "27bfd867-e607-4bf8-9de8-60682d3f771d", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "49360e1f-6fd3-4f35-b339-24cea95773ee", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "60f631a9-d305-4920-9631-d0543e2ac64f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}], "revision_number": 4, "project_id": "3a85ceae958d4d9fba68847e7df67db8", "id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "created_at": "2018-08-12T05:34:40Z", "updated_at": "2018-08-12T05:34:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "2192c259-363e-4768-ae73-e75837ad63b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "3f87ddc5-f84d-41dc-8215-847724782569", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "7d89f6da-ea78-49dd-9115-f9ad23b250bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "9ec4497d-0f65-44db-9be9-7b3042e4a584", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}], "revision_number": 4, "project_id": "85517fcf1c6247e699fdcdd42ecc8c79", "id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "created_at": "2018-08-12T05:16:02Z", "updated_at": "2018-08-12T05:16:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "1ecacd8c-c1c7-4a66-9871-406a69323b43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "3cc1750c-e0e7-4902-b6f3-494a161b832e", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "d719a7a4-8c99-44ed-8c12-6bf071890203", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "fe7421b5-d577-41da-8c78-62f3c07eda92", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}], "revision_number": 4, "project_id": "a267b9a156244bb192691cff6e5f74fe", "id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "315a428116f24d9fbb826b37080a918e", "created_at": "2018-08-12T05:11:31Z", "updated_at": "2018-08-12T05:11:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "5e52886a-1dc3-4a81-a55d-f388dc4fd1a1", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "678e32e4-d64c-448a-a4ab-e253ab94ae90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "a8da1539-e3ad-4f90-b2df-3dc1f09d228a", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "b73d5cc9-0205-4658-bb1f-61a042c0ab8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}], "revision_number": 4, "project_id": "315a428116f24d9fbb826b37080a918e", "id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-12T05:08:01Z", "updated_at": "2018-08-12T05:08:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:01Z", "revision_number": 0, "id": "0fb05d03-1117-45d0-930c-b6d4c96ef102", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "4faaab33-5788-4bbd-85b8-0fb44d41413a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "96d0c5a0-5c67-421b-8fc8-2b46d77e5db3", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "dd78519b-4bc5-4e8e-ad0f-58089dd69347", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "11a46741b7954b959fd7764109c047b6", "created_at": "2018-08-12T05:34:51Z", "updated_at": "2018-08-12T05:34:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "0b67bf3c-2289-43bb-ab6c-7d25ec32a279", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "51f3f833-337a-42bd-a8d5-742ea8d6c226", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "571fd0b5-ef90-408d-af33-aafb517b8993", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "944ba823-fb9c-496e-a66e-bb426bb14a8d", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}], "revision_number": 4, "project_id": "11a46741b7954b959fd7764109c047b6", "id": "90af9782-8112-4257-801d-ee5115d226ba", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "created_at": "2018-08-12T05:34:26Z", "updated_at": "2018-08-12T05:34:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "2ee1f63a-807c-4d6a-85ee-dd784f6b8c3f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5dec3ec2-2add-47dd-8618-90659dcf3885", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5ea0dc3e-49d0-43f0-94e9-f6443527d14c", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "fbfaca22-7e3e-4128-8973-43e439b77c28", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}], "revision_number": 4, "project_id": "3c01cd58055c44ecaef39f7e625c2258", "id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "521007c1818145639e93ceb270559219", "created_at": "2018-08-12T05:13:27Z", "updated_at": "2018-08-12T05:13:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "5e7fede5-b0f2-47d8-95c3-516cdfc7f9de", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "8fd0e36f-c6c4-4f64-ba97-40439e614448", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "db7d79de-1dfc-4138-945f-91e74cdc266b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "e87f2cff-ff3e-4b6d-aaf0-7f0eb0ab9f05", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}], "revision_number": 4, "project_id": "521007c1818145639e93ceb270559219", "id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "created_at": "2018-08-12T05:08:18Z", "updated_at": "2018-08-12T05:08:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "3c67be40-bf74-4f97-9693-d93ce73a23b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "6112d869-2fc6-4a25-a13c-3d55cd7206c0", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "bdf21c56-453e-482e-9cba-3c55abcb0339", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "c8e92c39-38cc-4f48-be9c-5f0912e6a725", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}], "revision_number": 4, "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "created_at": "2018-08-12T05:04:23Z", "updated_at": "2018-08-12T05:04:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "280546d9-8ad1-4283-abfc-15ee9b1736c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "58bce125-f2ca-4a6d-b9ca-4e6cf5c0f7a5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "69275b9a-cfb5-482c-a9c4-8ffc79adf2c7", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "6d747f3a-3764-469a-a645-f977585c5aac", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}], "revision_number": 4, "project_id": "310f5853751a4c968f3eeb0a3d99a0a8", "id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "created_at": "2018-08-12T05:34:42Z", "updated_at": "2018-08-12T05:34:42Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "199582e8-25aa-457a-aa7c-6d8413ca4464", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "234f3609-4454-448f-919d-c8143c7cd764", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "c1061460-71a2-49a9-a04b-9fa33eeb17ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "d21ac532-51d8-4d6b-8300-7bac216759bf", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}], "revision_number": 4, "project_id": "9f6c1a272706419c9a74b0893b2890e8", "id": "d6739716-c693-460c-89c6-e7c8c48f8245", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "created_at": "2018-08-12T05:34:54Z", "updated_at": "2018-08-12T05:34:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "0633a05a-ee7d-4476-a56b-75d011b22f77", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "6cc1b9f8-73db-47a3-a0e0-3c96c43f34da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "90d99a6b-e94f-4fd8-a10c-f19dd8954c13", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "e843c139-af2a-4d2c-a24f-59f7b10ff72e", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}], "revision_number": 4, "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "created_at": "2018-08-12T05:09:07Z", "updated_at": "2018-08-12T05:09:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "5495e168-f505-4d74-ae6d-387f0bf533c2", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "6fd19b8b-3062-456e-81ba-3ff37fe43429", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8ca59d25-485c-46ce-939c-2e4a468caeac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8f190846-50a0-42b9-b571-390809b752b1", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}], "revision_number": 4, "project_id": "fa9ca6d7608b4d7d87ce97331679a481", "id": "edcd9b17-9416-4c25-823c-060c435e18d7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "created_at": "2018-08-12T05:34:52Z", "updated_at": "2018-08-12T05:34:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "2c7e484e-6ec5-4a95-8c9c-66d294c0c27e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "70c74258-3c2c-4efc-87e0-079c26ee3417", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "b70382fa-082e-4c2b-abc8-87490fa50b11", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "c3628e02-b4b6-42c9-8751-c1a2d3c19caa", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}], "revision_number": 4, "project_id": "87db863ba6e348b0a5ddcb67053db9d1", "id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "name": "default"}]} 2018-08-12 08:06:57,498 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-9075e81f-42b7-400a-bdda-9218827942dd 2018-08-12 08:06:57,506 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ea64424954f6451ebe8ef3f5da50681c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b77400f99b754c4330523025facf80969defa84" 2018-08-12 08:06:57,598 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:06:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2939434f-0d7b-403f-98fa-eeddfd9b0364 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/ea64424954f6451ebe8ef3f5da50681c"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "ea64424954f6451ebe8ef3f5da50681c", "name": "CreateSecurityGroupTests-a9ce95b7-df71-45d-proj"}} 2018-08-12 08:06:57,599 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ea64424954f6451ebe8ef3f5da50681c used request id req-2939434f-0d7b-403f-98fa-eeddfd9b0364 2018-08-12 08:06:57,599 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 03f312fe-70c6-4d4e-917e-5eb170515688 2018-08-12 08:06:57,603 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=03f312fe-70c6-4d4e-917e-5eb170515688 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b77400f99b754c4330523025facf80969defa84" 2018-08-12 08:06:57,791 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-674b565d-9d66-4032-be5d-d618498f0398 Date: Sun, 12 Aug 2018 08:06:57 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-12T08:06:53Z", "security_group_id": "03f312fe-70c6-4d4e-917e-5eb170515688", "port_range_min": null, "revision_number": 0, "tenant_id": "ea64424954f6451ebe8ef3f5da50681c", "created_at": "2018-08-12T08:06:53Z", "project_id": "ea64424954f6451ebe8ef3f5da50681c", "id": "5eee0b41-dcd8-45fb-8b8a-6866ae215aea"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:06:53Z", "security_group_id": "03f312fe-70c6-4d4e-917e-5eb170515688", "port_range_min": null, "revision_number": 0, "tenant_id": "ea64424954f6451ebe8ef3f5da50681c", "created_at": "2018-08-12T08:06:53Z", "project_id": "ea64424954f6451ebe8ef3f5da50681c", "id": "95d5371a-8637-40e0-adc0-45acd4867e93"}, {"remote_group_id": "03f312fe-70c6-4d4e-917e-5eb170515688", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:06:53Z", "security_group_id": "03f312fe-70c6-4d4e-917e-5eb170515688", "port_range_min": null, "revision_number": 0, "tenant_id": "ea64424954f6451ebe8ef3f5da50681c", "created_at": "2018-08-12T08:06:53Z", "project_id": "ea64424954f6451ebe8ef3f5da50681c", "id": "adaa81c3-19f5-4155-92ec-99ad5a2bde91"}, {"remote_group_id": "03f312fe-70c6-4d4e-917e-5eb170515688", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:06:53Z", "security_group_id": "03f312fe-70c6-4d4e-917e-5eb170515688", "port_range_min": null, "revision_number": 0, "tenant_id": "ea64424954f6451ebe8ef3f5da50681c", "created_at": "2018-08-12T08:06:53Z", "project_id": "ea64424954f6451ebe8ef3f5da50681c", "id": "d5d94979-8140-43b0-ba17-91a971f2e9ad"}]} 2018-08-12 08:06:57,791 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=03f312fe-70c6-4d4e-917e-5eb170515688 used request id req-674b565d-9d66-4032-be5d-d618498f0398 2018-08-12 08:06:57,792 - neutron_utils - INFO - Deleting security group with name - default 2018-08-12 08:06:57,797 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/03f312fe-70c6-4d4e-917e-5eb170515688 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b77400f99b754c4330523025facf80969defa84" 2018-08-12 08:06:58,122 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-bae8dbde-8cdc-4f15-9875-e003d53a5337 Content-Length: 0 Date: Sun, 12 Aug 2018 08:06:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:06:58,122 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/03f312fe-70c6-4d4e-917e-5eb170515688 used request id req-bae8dbde-8cdc-4f15-9875-e003d53a5337 2018-08-12 08:06:58,123 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-a9ce95b7-df71-45d-proj 2018-08-12 08:06:58,127 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/ea64424954f6451ebe8ef3f5da50681c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b77400f99b754c4330523025facf80969defa84" 2018-08-12 08:06:58,420 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:06:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c1766aed-cf7a-4891-8393-ac5b9b50c32c 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 08:06:58,420 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/ea64424954f6451ebe8ef3f5da50681c used request id req-c1766aed-cf7a-4891-8393-ac5b9b50c32c 2018-08-12 08:06:58,420 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-a9ce95b7-df71-45d-proj-role 2018-08-12 08:06:58,424 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/70407ccc5ee044cd9926ebb1fc43bdb0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b77400f99b754c4330523025facf80969defa84" 2018-08-12 08:06:58,569 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:06:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cfd65ecd-01e1-4810-be87-54bdcd5bfd91 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 08:06:58,569 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/70407ccc5ee044cd9926ebb1fc43bdb0 used request id req-cfd65ecd-01e1-4810-be87-54bdcd5bfd91 2018-08-12 08:06:58,573 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b77400f99b754c4330523025facf80969defa84" 2018-08-12 08:06:58,664 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:06:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9bb845d8-7ddf-4c8d-8a3a-d2cb278446f1 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:06:58,664 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-9bb845d8-7ddf-4c8d-8a3a-d2cb278446f1 2018-08-12 08:06:58,665 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-a9ce95b7-df71-45d-user 2018-08-12 08:06:58,669 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/18ee5a1d23ae464fb7215ba2bc4826d9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45dfdd40474d707fae02bca8eb7d7b59190af379" 2018-08-12 08:06:58,871 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:06:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e5c2e08a-b3a7-4b6f-aed7-813d82a9322f 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 08:06:58,871 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/18ee5a1d23ae464fb7215ba2bc4826d9 used request id req-e5c2e08a-b3a7-4b6f-aed7-813d82a9322f 2018-08-12 08:06:58,873 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:06:59,268 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:06:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["VVPxGguXT6ib0cd2TsPkgQ"], "issued_at": "2018-08-12T08:06:59.000000Z"}} 2018-08-12 08:06:59,268 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}ecf84fdcb87744c56fcc8e80d49561bc609f730d" 2018-08-12 08:06:59,356 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:06:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f3b2a4da-8612-4fc6-8f85-27b130c4df52 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:06:59,357 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-f3b2a4da-8612-4fc6-8f85-27b130c4df52 2018-08-12 08:06:59,358 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:06:59,359 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:06:59,761 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:06:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["EZQf1fycSlKnj7GoL3ESgw"], "issued_at": "2018-08-12T08:06:59.000000Z"}} 2018-08-12 08:06:59,762 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}3fc21fa592f64682c44a8971f068645aa566edae" 2018-08-12 08:06:59,847 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:06:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc6ee057-0a31-4be0-a0a2-aab2973e8b92 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:06:59,848 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-cc6ee057-0a31-4be0-a0a2-aab2973e8b92 2018-08-12 08:06:59,852 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:06:59,857 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:06:59 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:06:59,858 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-91f5ec6d-6d73-47f-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fc21fa592f64682c44a8971f068645aa566edae" 2018-08-12 08:06:59,952 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:06:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5cdc511c-1872-42fd-a6b6-665a40d65919 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-91f5ec6d-6d73-47f-proj", "previous": null, "next": null}, "projects": []} 2018-08-12 08:06:59,952 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-91f5ec6d-6d73-47f-proj used request id req-5cdc511c-1872-42fd-a6b6-665a40d65919 2018-08-12 08:06:59,956 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fc21fa592f64682c44a8971f068645aa566edae" 2018-08-12 08:07:00,044 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:06:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fda55535-2d8c-4aad-87be-5406934123ad Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:07:00,044 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-fda55535-2d8c-4aad-87be-5406934123ad 2018-08-12 08:07:00,047 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fc21fa592f64682c44a8971f068645aa566edae" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSecurityGroupTests-91f5ec6d-6d73-47f-proj"}}' 2018-08-12 08:07:00,175 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:07:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a947e011-85a9-4f17-b81b-6f07753a1055 Content-Length: 321 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/b0d709073ea54e4c971362c55630dc9a"}, "tags": [], "enabled": true, "id": "b0d709073ea54e4c971362c55630dc9a", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-91f5ec6d-6d73-47f-proj"}} 2018-08-12 08:07:00,175 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-a947e011-85a9-4f17-b81b-6f07753a1055 2018-08-12 08:07:00,176 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-91f5ec6d-6d73-47f-proj 2018-08-12 08:07:00,176 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:07:00,177 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:07:00,581 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:07:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["e1wHQqhBSMuXb4d3Zxncgg"], "issued_at": "2018-08-12T08:07:00.000000Z"}} 2018-08-12 08:07:00,581 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}f563f3b75eae1d064670974f0f4303b07e2119b2" 2018-08-12 08:07:00,665 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:07:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-737a20e0-700f-4eb4-918b-3b6c53cc53d5 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:07:00,666 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-737a20e0-700f-4eb4-918b-3b6c53cc53d5 2018-08-12 08:07:00,670 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:07:00,675 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:07:00 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:07:00,676 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f563f3b75eae1d064670974f0f4303b07e2119b2" 2018-08-12 08:07:00,786 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:07:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c15b640b-80bc-4f02-8184-330fb7abdae5 Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/105a247548624314b9228f85f6325f0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105a247548624314b9228f85f6325f0b", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/1c5de0eaa44543f08da6ad63a51594ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c5de0eaa44543f08da6ad63a51594ff", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/1d127b5b832547a88a547c116dfdd65b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d127b5b832547a88a547c116dfdd65b", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/1d5cfc170d624ce4ae53ae0507c8d517"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d5cfc170d624ce4ae53ae0507c8d517", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/2421820b75eb4d3ebd02830378d1377b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2421820b75eb4d3ebd02830378d1377b", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/40bd8ee54ecf44868cc83cede652c396"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40bd8ee54ecf44868cc83cede652c396", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/4f32fb8153854c4c9f5094b42b523f80"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f32fb8153854c4c9f5094b42b523f80", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7066130d08fb4db7bf4ab468de53933b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7066130d08fb4db7bf4ab468de53933b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/8d0898a83bcf4521bbc11501d5d7ac89"}, "domain_id": "1eec97585bde483292ece28ee11f4b8d", "enabled": true, "options": {}, "id": "8d0898a83bcf4521bbc11501d5d7ac89", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/9defcced327d476f8a3beab718a13da3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9defcced327d476f8a3beab718a13da3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/b80ee4f6992446e0879624dd436e99a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b80ee4f6992446e0879624dd436e99a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b86fd3e011324d398fcdb6f095a20a9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b86fd3e011324d398fcdb6f095a20a9d", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1701d2754064b5cadf765ea0806f9b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1701d2754064b5cadf765ea0806f9b2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/db4e7b8d76d549faa502716565c733dd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db4e7b8d76d549faa502716565c733dd", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-12 08:07:00,786 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-c15b640b-80bc-4f02-8184-330fb7abdae5 2018-08-12 08:07:00,790 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateSecurityGroupTests-91f5ec6d-6d73-47f-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f563f3b75eae1d064670974f0f4303b07e2119b2" 2018-08-12 08:07:00,876 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:07:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2e287920-39b6-4de5-a770-c2e01da6299b Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateSecurityGroupTests-91f5ec6d-6d73-47f-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/b0d709073ea54e4c971362c55630dc9a"}, "tags": [], "enabled": true, "id": "b0d709073ea54e4c971362c55630dc9a", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-91f5ec6d-6d73-47f-proj"}]} 2018-08-12 08:07:00,877 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateSecurityGroupTests-91f5ec6d-6d73-47f-proj used request id req-2e287920-39b6-4de5-a770-c2e01da6299b 2018-08-12 08:07:00,880 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f563f3b75eae1d064670974f0f4303b07e2119b2" 2018-08-12 08:07:00,976 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:07:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-958204bd-786c-433b-b66e-a0cd301b0d11 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:07:00,976 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-958204bd-786c-433b-b66e-a0cd301b0d11 2018-08-12 08:07:01,377 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-91f5ec6d-6d73-47f-user 2018-08-12 08:07:01,377 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:07:01,381 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fc21fa592f64682c44a8971f068645aa566edae" 2018-08-12 08:07:01,470 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:07:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b25a0a54-5f86-465a-9316-33e7296ccc82 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:07:01,470 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-b25a0a54-5f86-465a-9316-33e7296ccc82 2018-08-12 08:07:01,474 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fc21fa592f64682c44a8971f068645aa566edae" -d '{"role": {"name": "CreateSecurityGroupTests-91f5ec6d-6d73-47f-proj-role"}}' 2018-08-12 08:07:01,593 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:07:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1b1ec82a-8d81-4cee-a76c-f2bcb49e4dd7 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "3205ffcab6004a52b8fd8a6f1d780536", "links": {"self": "http://172.30.9.21:5000/v3/roles/3205ffcab6004a52b8fd8a6f1d780536"}, "name": "CreateSecurityGroupTests-91f5ec6d-6d73-47f-proj-role"}} 2018-08-12 08:07:01,593 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-1b1ec82a-8d81-4cee-a76c-f2bcb49e4dd7 2018-08-12 08:07:01,593 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-91f5ec6d-6d73-47f-proj-role 2018-08-12 08:07:01,597 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/3205ffcab6004a52b8fd8a6f1d780536 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fc21fa592f64682c44a8971f068645aa566edae" 2018-08-12 08:07:01,692 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:07:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1cdf94c1-487c-4a4a-b685-04f1d6658b8e Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "3205ffcab6004a52b8fd8a6f1d780536", "links": {"self": "http://172.30.9.21:5000/v3/roles/3205ffcab6004a52b8fd8a6f1d780536"}, "name": "CreateSecurityGroupTests-91f5ec6d-6d73-47f-proj-role"}} 2018-08-12 08:07:01,692 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/3205ffcab6004a52b8fd8a6f1d780536 used request id req-1cdf94c1-487c-4a4a-b685-04f1d6658b8e 2018-08-12 08:07:01,692 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-91f5ec6d-6d73-47f-proj-role to project CreateSecurityGroupTests-91f5ec6d-6d73-47f-proj 2018-08-12 08:07:01,696 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/b0d709073ea54e4c971362c55630dc9a/users/013536e9cc4e4dd197cef625303eb50d/roles/3205ffcab6004a52b8fd8a6f1d780536 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fc21fa592f64682c44a8971f068645aa566edae" 2018-08-12 08:07:01,862 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:07:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ffab5efc-5b1c-4c36-ad7c-bb52eb0285e4 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 08:07:01,862 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/b0d709073ea54e4c971362c55630dc9a/users/013536e9cc4e4dd197cef625303eb50d/roles/3205ffcab6004a52b8fd8a6f1d780536 used request id req-ffab5efc-5b1c-4c36-ad7c-bb52eb0285e4 2018-08-12 08:07:01,863 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:07:01,863 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:07:01,863 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:07:01,863 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:07:01,863 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:07:01,865 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:07:01,866 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:07:02,266 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3205ffcab6004a52b8fd8a6f1d780536", "name": "CreateSecurityGroupTests-91f5ec6d-6d73-47f-proj-role"}], "expires_at": "2018-08-12T09:07:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b0d709073ea54e4c971362c55630dc9a", "name": "CreateSecurityGroupTests-91f5ec6d-6d73-47f-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/b0d709073ea54e4c971362c55630dc9a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/b0d709073ea54e4c971362c55630dc9a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/b0d709073ea54e4c971362c55630dc9a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_b0d709073ea54e4c971362c55630dc9a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_b0d709073ea54e4c971362c55630dc9a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/b0d709073ea54e4c971362c55630dc9a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/b0d709073ea54e4c971362c55630dc9a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/b0d709073ea54e4c971362c55630dc9a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/b0d709073ea54e4c971362c55630dc9a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/b0d709073ea54e4c971362c55630dc9a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/b0d709073ea54e4c971362c55630dc9a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/b0d709073ea54e4c971362c55630dc9a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/b0d709073ea54e4c971362c55630dc9a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/b0d709073ea54e4c971362c55630dc9a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-91f5ec6d-6d73-47f-user", "id": "013536e9cc4e4dd197cef625303eb50d"}, "audit_ids": ["72ed7T3kS3aiX-nAdQTlYw"], "issued_at": "2018-08-12T08:07:02.000000Z"}} 2018-08-12 08:07:02,266 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}ddcd9a1eb756a42725627713d183a942d0cdf347" 2018-08-12 08:07:02,354 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:07:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cdf385a7-b169-4aab-a919-52e4d57bb375 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:07:02,354 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-cdf385a7-b169-4aab-a919-52e4d57bb375 2018-08-12 08:07:02,355 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:07:02,356 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:07:02,356 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:07:02,356 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:07:02,356 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:07:02,362 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-c32ea1f7-fed0-4dfb-902c-b5769b88514bname&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddcd9a1eb756a42725627713d183a942d0cdf347" 2018-08-12 08:07:02,694 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-4c0b2c23-f525-40f4-b4ca-fc6f369f7d80 Date: Sun, 12 Aug 2018 08:07:02 GMT RESP BODY: {"security_groups": []} 2018-08-12 08:07:02,694 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-c32ea1f7-fed0-4dfb-902c-b5769b88514bname&description=hello+group used request id req-4c0b2c23-f525-40f4-b4ca-fc6f369f7d80 2018-08-12 08:07:02,694 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-c32ea1f7-fed0-4dfb-902c-b5769b88514bname... 2018-08-12 08:07:02,694 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-c32ea1f7-fed0-4dfb-902c-b5769b88514bname 2018-08-12 08:07:02,699 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddcd9a1eb756a42725627713d183a942d0cdf347" -d '{"security_group": {"name": "CreateSecurityGroupTests-c32ea1f7-fed0-4dfb-902c-b5769b88514bname", "description": "hello group"}}' 2018-08-12 08:07:03,144 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1408 X-Openstack-Request-Id: req-4bbcc2dd-90c4-456c-828b-02b976337d32 Date: Sun, 12 Aug 2018 08:07:03 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "created_at": "2018-08-12T08:07:02Z", "updated_at": "2018-08-12T08:07:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:07:03Z", "revision_number": 0, "id": "776318fc-21af-4afd-a867-434a4251a3aa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:07:03Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "port_range_min": null, "ethertype": "IPv6", "project_id": "b0d709073ea54e4c971362c55630dc9a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:07:03Z", "revision_number": 0, "id": "8ac52827-fe16-4864-8648-c85e7285540a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:07:03Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "port_range_min": null, "ethertype": "IPv4", "project_id": "b0d709073ea54e4c971362c55630dc9a"}], "revision_number": 2, "project_id": "b0d709073ea54e4c971362c55630dc9a", "id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "name": "CreateSecurityGroupTests-c32ea1f7-fed0-4dfb-902c-b5769b88514bname"}} 2018-08-12 08:07:03,144 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups used request id req-4bbcc2dd-90c4-456c-828b-02b976337d32 2018-08-12 08:07:03,144 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 664400dd-4a5d-41ae-9cd5-a9196d9ba15a 2018-08-12 08:07:03,149 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=664400dd-4a5d-41ae-9cd5-a9196d9ba15a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddcd9a1eb756a42725627713d183a942d0cdf347" 2018-08-12 08:07:03,346 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-06790341-0b50-4f54-9dc2-02003e3907e0 Date: Sun, 12 Aug 2018 08:07:03 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-12T08:07:03Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "port_range_min": null, "revision_number": 0, "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "created_at": "2018-08-12T08:07:03Z", "project_id": "b0d709073ea54e4c971362c55630dc9a", "id": "776318fc-21af-4afd-a867-434a4251a3aa"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:07:03Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "port_range_min": null, "revision_number": 0, "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "created_at": "2018-08-12T08:07:03Z", "project_id": "b0d709073ea54e4c971362c55630dc9a", "id": "8ac52827-fe16-4864-8648-c85e7285540a"}]} 2018-08-12 08:07:03,346 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=664400dd-4a5d-41ae-9cd5-a9196d9ba15a used request id req-06790341-0b50-4f54-9dc2-02003e3907e0 2018-08-12 08:07:03,347 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 664400dd-4a5d-41ae-9cd5-a9196d9ba15a 2018-08-12 08:07:03,351 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=664400dd-4a5d-41ae-9cd5-a9196d9ba15a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddcd9a1eb756a42725627713d183a942d0cdf347" 2018-08-12 08:07:03,376 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-113706c2-01e9-496b-bb70-d99af6f85100 Date: Sun, 12 Aug 2018 08:07:03 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-12T08:07:03Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "port_range_min": null, "revision_number": 0, "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "created_at": "2018-08-12T08:07:03Z", "project_id": "b0d709073ea54e4c971362c55630dc9a", "id": "776318fc-21af-4afd-a867-434a4251a3aa"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:07:03Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "port_range_min": null, "revision_number": 0, "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "created_at": "2018-08-12T08:07:03Z", "project_id": "b0d709073ea54e4c971362c55630dc9a", "id": "8ac52827-fe16-4864-8648-c85e7285540a"}]} 2018-08-12 08:07:03,376 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=664400dd-4a5d-41ae-9cd5-a9196d9ba15a used request id req-113706c2-01e9-496b-bb70-d99af6f85100 2018-08-12 08:07:03,377 - neutron_utils - INFO - Retrieving security group with ID - 664400dd-4a5d-41ae-9cd5-a9196d9ba15a 2018-08-12 08:07:03,381 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=664400dd-4a5d-41ae-9cd5-a9196d9ba15a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddcd9a1eb756a42725627713d183a942d0cdf347" 2018-08-12 08:07:03,489 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-23b4ae6b-7256-4977-b9c0-4abda7d41c8a Date: Sun, 12 Aug 2018 08:07:03 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "created_at": "2018-08-12T08:07:02Z", "updated_at": "2018-08-12T08:07:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:07:03Z", "revision_number": 0, "id": "776318fc-21af-4afd-a867-434a4251a3aa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:07:03Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "port_range_min": null, "ethertype": "IPv6", "project_id": "b0d709073ea54e4c971362c55630dc9a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:07:03Z", "revision_number": 0, "id": "8ac52827-fe16-4864-8648-c85e7285540a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:07:03Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "port_range_min": null, "ethertype": "IPv4", "project_id": "b0d709073ea54e4c971362c55630dc9a"}], "revision_number": 2, "project_id": "b0d709073ea54e4c971362c55630dc9a", "id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "name": "CreateSecurityGroupTests-c32ea1f7-fed0-4dfb-902c-b5769b88514bname"}]} 2018-08-12 08:07:03,490 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=664400dd-4a5d-41ae-9cd5-a9196d9ba15a used request id req-23b4ae6b-7256-4977-b9c0-4abda7d41c8a 2018-08-12 08:07:03,490 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 664400dd-4a5d-41ae-9cd5-a9196d9ba15a 2018-08-12 08:07:03,495 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=664400dd-4a5d-41ae-9cd5-a9196d9ba15a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddcd9a1eb756a42725627713d183a942d0cdf347" 2018-08-12 08:07:03,701 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-40818e7e-6ce6-4b9e-8c28-6e199c543986 Date: Sun, 12 Aug 2018 08:07:03 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-12T08:07:03Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "port_range_min": null, "revision_number": 0, "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "created_at": "2018-08-12T08:07:03Z", "project_id": "b0d709073ea54e4c971362c55630dc9a", "id": "776318fc-21af-4afd-a867-434a4251a3aa"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:07:03Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "port_range_min": null, "revision_number": 0, "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "created_at": "2018-08-12T08:07:03Z", "project_id": "b0d709073ea54e4c971362c55630dc9a", "id": "8ac52827-fe16-4864-8648-c85e7285540a"}]} 2018-08-12 08:07:03,701 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=664400dd-4a5d-41ae-9cd5-a9196d9ba15a used request id req-40818e7e-6ce6-4b9e-8c28-6e199c543986 2018-08-12 08:07:03,702 - neutron_utils - INFO - Retrieving security group with ID - 664400dd-4a5d-41ae-9cd5-a9196d9ba15a 2018-08-12 08:07:03,707 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=664400dd-4a5d-41ae-9cd5-a9196d9ba15a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddcd9a1eb756a42725627713d183a942d0cdf347" 2018-08-12 08:07:03,752 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-7349f8b7-df98-4854-a50f-2b7017219490 Date: Sun, 12 Aug 2018 08:07:03 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "created_at": "2018-08-12T08:07:02Z", "updated_at": "2018-08-12T08:07:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:07:03Z", "revision_number": 0, "id": "776318fc-21af-4afd-a867-434a4251a3aa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:07:03Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "port_range_min": null, "ethertype": "IPv6", "project_id": "b0d709073ea54e4c971362c55630dc9a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:07:03Z", "revision_number": 0, "id": "8ac52827-fe16-4864-8648-c85e7285540a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:07:03Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "port_range_min": null, "ethertype": "IPv4", "project_id": "b0d709073ea54e4c971362c55630dc9a"}], "revision_number": 2, "project_id": "b0d709073ea54e4c971362c55630dc9a", "id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "name": "CreateSecurityGroupTests-c32ea1f7-fed0-4dfb-902c-b5769b88514bname"}]} 2018-08-12 08:07:03,752 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=664400dd-4a5d-41ae-9cd5-a9196d9ba15a used request id req-7349f8b7-df98-4854-a50f-2b7017219490 2018-08-12 08:07:03,753 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 664400dd-4a5d-41ae-9cd5-a9196d9ba15a 2018-08-12 08:07:03,757 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=664400dd-4a5d-41ae-9cd5-a9196d9ba15a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddcd9a1eb756a42725627713d183a942d0cdf347" 2018-08-12 08:07:03,938 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-a36db695-3136-4d53-94c4-78f6ef4b39ca Date: Sun, 12 Aug 2018 08:07:03 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-12T08:07:03Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "port_range_min": null, "revision_number": 0, "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "created_at": "2018-08-12T08:07:03Z", "project_id": "b0d709073ea54e4c971362c55630dc9a", "id": "776318fc-21af-4afd-a867-434a4251a3aa"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:07:03Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "port_range_min": null, "revision_number": 0, "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "created_at": "2018-08-12T08:07:03Z", "project_id": "b0d709073ea54e4c971362c55630dc9a", "id": "8ac52827-fe16-4864-8648-c85e7285540a"}]} 2018-08-12 08:07:03,939 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=664400dd-4a5d-41ae-9cd5-a9196d9ba15a used request id req-a36db695-3136-4d53-94c4-78f6ef4b39ca 2018-08-12 08:07:03,939 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-c32ea1f7-fed0-4dfb-902c-b5769b88514bname 2018-08-12 08:07:03,944 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-c32ea1f7-fed0-4dfb-902c-b5769b88514bname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddcd9a1eb756a42725627713d183a942d0cdf347" 2018-08-12 08:07:03,996 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-716c7812-6239-42b6-83ae-a6a38a59b539 Date: Sun, 12 Aug 2018 08:07:03 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "created_at": "2018-08-12T08:07:02Z", "updated_at": "2018-08-12T08:07:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:07:03Z", "revision_number": 0, "id": "776318fc-21af-4afd-a867-434a4251a3aa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:07:03Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "port_range_min": null, "ethertype": "IPv6", "project_id": "b0d709073ea54e4c971362c55630dc9a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:07:03Z", "revision_number": 0, "id": "8ac52827-fe16-4864-8648-c85e7285540a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:07:03Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "port_range_min": null, "ethertype": "IPv4", "project_id": "b0d709073ea54e4c971362c55630dc9a"}], "revision_number": 2, "project_id": "b0d709073ea54e4c971362c55630dc9a", "id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "name": "CreateSecurityGroupTests-c32ea1f7-fed0-4dfb-902c-b5769b88514bname"}]} 2018-08-12 08:07:03,996 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-c32ea1f7-fed0-4dfb-902c-b5769b88514bname used request id req-716c7812-6239-42b6-83ae-a6a38a59b539 2018-08-12 08:07:04,000 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:07:04,004 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:07:03 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:07:04,005 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/b0d709073ea54e4c971362c55630dc9a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddcd9a1eb756a42725627713d183a942d0cdf347" 2018-08-12 08:07:04,100 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:07:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d8005d7c-0970-46d2-8bc3-7df2b402f64c Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/b0d709073ea54e4c971362c55630dc9a"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "b0d709073ea54e4c971362c55630dc9a", "name": "CreateSecurityGroupTests-91f5ec6d-6d73-47f-proj"}} 2018-08-12 08:07:04,101 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/b0d709073ea54e4c971362c55630dc9a used request id req-d8005d7c-0970-46d2-8bc3-7df2b402f64c 2018-08-12 08:07:04,101 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 664400dd-4a5d-41ae-9cd5-a9196d9ba15a 2018-08-12 08:07:04,106 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=664400dd-4a5d-41ae-9cd5-a9196d9ba15a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddcd9a1eb756a42725627713d183a942d0cdf347" 2018-08-12 08:07:04,308 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-daa187af-1761-44e1-925c-e95445236881 Date: Sun, 12 Aug 2018 08:07:04 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-12T08:07:03Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "port_range_min": null, "revision_number": 0, "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "created_at": "2018-08-12T08:07:03Z", "project_id": "b0d709073ea54e4c971362c55630dc9a", "id": "776318fc-21af-4afd-a867-434a4251a3aa"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:07:03Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "port_range_min": null, "revision_number": 0, "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "created_at": "2018-08-12T08:07:03Z", "project_id": "b0d709073ea54e4c971362c55630dc9a", "id": "8ac52827-fe16-4864-8648-c85e7285540a"}]} 2018-08-12 08:07:04,309 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=664400dd-4a5d-41ae-9cd5-a9196d9ba15a used request id req-daa187af-1761-44e1-925c-e95445236881 2018-08-12 08:07:04,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21: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}ddcd9a1eb756a42725627713d183a942d0cdf347" -d '{"security_group_rule": {"direction": "ingress", "description": "test_rule_1", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a"}}' 2018-08-12 08:07:04,689 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 521 X-Openstack-Request-Id: req-d345fe51-419b-478f-bd0a-06680afe157c Date: Sun, 12 Aug 2018 08:07:04 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:07:04Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "port_range_min": null, "revision_number": 0, "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "created_at": "2018-08-12T08:07:04Z", "project_id": "b0d709073ea54e4c971362c55630dc9a", "id": "d50d01b7-369c-4984-9fb3-ca0553725d74"}} 2018-08-12 08:07:04,689 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules used request id req-d345fe51-419b-478f-bd0a-06680afe157c 2018-08-12 08:07:04,690 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-c32ea1f7-fed0-4dfb-902c-b5769b88514bname 2018-08-12 08:07:04,695 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-c32ea1f7-fed0-4dfb-902c-b5769b88514bname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddcd9a1eb756a42725627713d183a942d0cdf347" 2018-08-12 08:07:04,907 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-648be07f-3e9c-4ddd-a035-de9fc05ab7cc Date: Sun, 12 Aug 2018 08:07:04 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "created_at": "2018-08-12T08:07:02Z", "updated_at": "2018-08-12T08:07:04Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:07:03Z", "revision_number": 0, "id": "776318fc-21af-4afd-a867-434a4251a3aa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:07:03Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "port_range_min": null, "ethertype": "IPv6", "project_id": "b0d709073ea54e4c971362c55630dc9a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:07:03Z", "revision_number": 0, "id": "8ac52827-fe16-4864-8648-c85e7285540a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:07:03Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "port_range_min": null, "ethertype": "IPv4", "project_id": "b0d709073ea54e4c971362c55630dc9a"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:07:04Z", "revision_number": 0, "id": "d50d01b7-369c-4984-9fb3-ca0553725d74", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:07:04Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "port_range_min": null, "ethertype": "IPv4", "project_id": "b0d709073ea54e4c971362c55630dc9a"}], "revision_number": 3, "project_id": "b0d709073ea54e4c971362c55630dc9a", "id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "name": "CreateSecurityGroupTests-c32ea1f7-fed0-4dfb-902c-b5769b88514bname"}]} 2018-08-12 08:07:04,907 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-c32ea1f7-fed0-4dfb-902c-b5769b88514bname used request id req-648be07f-3e9c-4ddd-a035-de9fc05ab7cc 2018-08-12 08:07:04,911 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/b0d709073ea54e4c971362c55630dc9a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddcd9a1eb756a42725627713d183a942d0cdf347" 2018-08-12 08:07:05,008 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:07:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a8d8e9ff-d92e-48b4-a769-d031a9df4955 Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/b0d709073ea54e4c971362c55630dc9a"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "b0d709073ea54e4c971362c55630dc9a", "name": "CreateSecurityGroupTests-91f5ec6d-6d73-47f-proj"}} 2018-08-12 08:07:05,008 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/b0d709073ea54e4c971362c55630dc9a used request id req-a8d8e9ff-d92e-48b4-a769-d031a9df4955 2018-08-12 08:07:05,008 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 664400dd-4a5d-41ae-9cd5-a9196d9ba15a 2018-08-12 08:07:05,014 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=664400dd-4a5d-41ae-9cd5-a9196d9ba15a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddcd9a1eb756a42725627713d183a942d0cdf347" 2018-08-12 08:07:05,218 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-a16d9a29-6dad-4d2a-aa4c-938a9e982f00 Date: Sun, 12 Aug 2018 08:07:05 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-12T08:07:03Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "port_range_min": null, "revision_number": 0, "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "created_at": "2018-08-12T08:07:03Z", "project_id": "b0d709073ea54e4c971362c55630dc9a", "id": "776318fc-21af-4afd-a867-434a4251a3aa"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:07:03Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "port_range_min": null, "revision_number": 0, "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "created_at": "2018-08-12T08:07:03Z", "project_id": "b0d709073ea54e4c971362c55630dc9a", "id": "8ac52827-fe16-4864-8648-c85e7285540a"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:07:04Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "port_range_min": null, "revision_number": 0, "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "created_at": "2018-08-12T08:07:04Z", "project_id": "b0d709073ea54e4c971362c55630dc9a", "id": "d50d01b7-369c-4984-9fb3-ca0553725d74"}]} 2018-08-12 08:07:05,219 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=664400dd-4a5d-41ae-9cd5-a9196d9ba15a used request id req-a16d9a29-6dad-4d2a-aa4c-938a9e982f00 2018-08-12 08:07:05,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21: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}ddcd9a1eb756a42725627713d183a942d0cdf347" -d '{"security_group_rule": {"ethertype": "IPv6", "direction": "egress", "protocol": 17, "description": "test_rule_2", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a"}}' 2018-08-12 08:07:05,575 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 520 X-Openstack-Request-Id: req-d2e9a44c-bb7a-41e0-84e9-08846ea71391 Date: Sun, 12 Aug 2018 08:07:05 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:07:05Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "port_range_min": null, "revision_number": 0, "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "created_at": "2018-08-12T08:07:05Z", "project_id": "b0d709073ea54e4c971362c55630dc9a", "id": "7fbcc7c0-ffdb-4142-907d-1442dcd6c691"}} 2018-08-12 08:07:05,575 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules used request id req-d2e9a44c-bb7a-41e0-84e9-08846ea71391 2018-08-12 08:07:05,575 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-c32ea1f7-fed0-4dfb-902c-b5769b88514bname 2018-08-12 08:07:05,580 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-c32ea1f7-fed0-4dfb-902c-b5769b88514bname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddcd9a1eb756a42725627713d183a942d0cdf347" 2018-08-12 08:07:05,790 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2430 X-Openstack-Request-Id: req-a2d1a6c9-ab22-4b82-880d-a4c5950ab755 Date: Sun, 12 Aug 2018 08:07:05 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "created_at": "2018-08-12T08:07:02Z", "updated_at": "2018-08-12T08:07:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:07:03Z", "revision_number": 0, "id": "776318fc-21af-4afd-a867-434a4251a3aa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:07:03Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "port_range_min": null, "ethertype": "IPv6", "project_id": "b0d709073ea54e4c971362c55630dc9a"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:07:05Z", "revision_number": 0, "id": "7fbcc7c0-ffdb-4142-907d-1442dcd6c691", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:07:05Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "port_range_min": null, "ethertype": "IPv6", "project_id": "b0d709073ea54e4c971362c55630dc9a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:07:03Z", "revision_number": 0, "id": "8ac52827-fe16-4864-8648-c85e7285540a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:07:03Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "port_range_min": null, "ethertype": "IPv4", "project_id": "b0d709073ea54e4c971362c55630dc9a"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:07:04Z", "revision_number": 0, "id": "d50d01b7-369c-4984-9fb3-ca0553725d74", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:07:04Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "port_range_min": null, "ethertype": "IPv4", "project_id": "b0d709073ea54e4c971362c55630dc9a"}], "revision_number": 4, "project_id": "b0d709073ea54e4c971362c55630dc9a", "id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "name": "CreateSecurityGroupTests-c32ea1f7-fed0-4dfb-902c-b5769b88514bname"}]} 2018-08-12 08:07:05,791 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-c32ea1f7-fed0-4dfb-902c-b5769b88514bname used request id req-a2d1a6c9-ab22-4b82-880d-a4c5950ab755 2018-08-12 08:07:05,794 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/b0d709073ea54e4c971362c55630dc9a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddcd9a1eb756a42725627713d183a942d0cdf347" 2018-08-12 08:07:05,883 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:07:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-924cb418-dd67-4129-a2b5-be13942472ac Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/b0d709073ea54e4c971362c55630dc9a"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "b0d709073ea54e4c971362c55630dc9a", "name": "CreateSecurityGroupTests-91f5ec6d-6d73-47f-proj"}} 2018-08-12 08:07:05,883 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/b0d709073ea54e4c971362c55630dc9a used request id req-924cb418-dd67-4129-a2b5-be13942472ac 2018-08-12 08:07:05,884 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 664400dd-4a5d-41ae-9cd5-a9196d9ba15a 2018-08-12 08:07:05,889 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=664400dd-4a5d-41ae-9cd5-a9196d9ba15a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddcd9a1eb756a42725627713d183a942d0cdf347" 2018-08-12 08:07:05,920 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1997 X-Openstack-Request-Id: req-d4602af2-b9fc-42ce-83fa-afa7b4e122ea Date: Sun, 12 Aug 2018 08:07:05 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-12T08:07:03Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "port_range_min": null, "revision_number": 0, "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "created_at": "2018-08-12T08:07:03Z", "project_id": "b0d709073ea54e4c971362c55630dc9a", "id": "776318fc-21af-4afd-a867-434a4251a3aa"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:07:05Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "port_range_min": null, "revision_number": 0, "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "created_at": "2018-08-12T08:07:05Z", "project_id": "b0d709073ea54e4c971362c55630dc9a", "id": "7fbcc7c0-ffdb-4142-907d-1442dcd6c691"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:07:03Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "port_range_min": null, "revision_number": 0, "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "created_at": "2018-08-12T08:07:03Z", "project_id": "b0d709073ea54e4c971362c55630dc9a", "id": "8ac52827-fe16-4864-8648-c85e7285540a"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:07:04Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "port_range_min": null, "revision_number": 0, "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "created_at": "2018-08-12T08:07:04Z", "project_id": "b0d709073ea54e4c971362c55630dc9a", "id": "d50d01b7-369c-4984-9fb3-ca0553725d74"}]} 2018-08-12 08:07:05,920 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=664400dd-4a5d-41ae-9cd5-a9196d9ba15a used request id req-d4602af2-b9fc-42ce-83fa-afa7b4e122ea 2018-08-12 08:07:05,926 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21: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}ddcd9a1eb756a42725627713d183a942d0cdf347" -d '{"security_group_rule": {"direction": "egress", "protocol": 17, "description": "test_rule_3", "ethertype": "IPv4", "port_range_max": 20, "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "port_range_min": 10}}' 2018-08-12 08:07:06,108 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 516 X-Openstack-Request-Id: req-bb537a80-f96d-4b09-a6f9-045c90782b93 Date: Sun, 12 Aug 2018 08:07:06 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-08-12T08:07:06Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "port_range_min": 10, "revision_number": 0, "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "created_at": "2018-08-12T08:07:06Z", "project_id": "b0d709073ea54e4c971362c55630dc9a", "id": "3f0c8c46-a495-4a0f-a41d-73ce2890cf7e"}} 2018-08-12 08:07:06,108 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules used request id req-bb537a80-f96d-4b09-a6f9-045c90782b93 2018-08-12 08:07:06,109 - neutron_utils - INFO - Retrieving security group with ID - 664400dd-4a5d-41ae-9cd5-a9196d9ba15a 2018-08-12 08:07:06,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=664400dd-4a5d-41ae-9cd5-a9196d9ba15a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddcd9a1eb756a42725627713d183a942d0cdf347" 2018-08-12 08:07:06,167 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-579dcea0-a803-436c-818e-7684b47d040c Date: Sun, 12 Aug 2018 08:07:06 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "created_at": "2018-08-12T08:07:02Z", "updated_at": "2018-08-12T08:07:06Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-08-12T08:07:06Z", "revision_number": 0, "id": "3f0c8c46-a495-4a0f-a41d-73ce2890cf7e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:07:06Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "port_range_min": 10, "ethertype": "IPv4", "project_id": "b0d709073ea54e4c971362c55630dc9a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:07:03Z", "revision_number": 0, "id": "776318fc-21af-4afd-a867-434a4251a3aa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:07:03Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "port_range_min": null, "ethertype": "IPv6", "project_id": "b0d709073ea54e4c971362c55630dc9a"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:07:05Z", "revision_number": 0, "id": "7fbcc7c0-ffdb-4142-907d-1442dcd6c691", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:07:05Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "port_range_min": null, "ethertype": "IPv6", "project_id": "b0d709073ea54e4c971362c55630dc9a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:07:03Z", "revision_number": 0, "id": "8ac52827-fe16-4864-8648-c85e7285540a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:07:03Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "port_range_min": null, "ethertype": "IPv4", "project_id": "b0d709073ea54e4c971362c55630dc9a"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:07:04Z", "revision_number": 0, "id": "d50d01b7-369c-4984-9fb3-ca0553725d74", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:07:04Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "port_range_min": null, "ethertype": "IPv4", "project_id": "b0d709073ea54e4c971362c55630dc9a"}], "revision_number": 5, "project_id": "b0d709073ea54e4c971362c55630dc9a", "id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "name": "CreateSecurityGroupTests-c32ea1f7-fed0-4dfb-902c-b5769b88514bname"}]} 2018-08-12 08:07:06,167 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=664400dd-4a5d-41ae-9cd5-a9196d9ba15a used request id req-579dcea0-a803-436c-818e-7684b47d040c 2018-08-12 08:07:06,168 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 664400dd-4a5d-41ae-9cd5-a9196d9ba15a 2018-08-12 08:07:06,172 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=664400dd-4a5d-41ae-9cd5-a9196d9ba15a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddcd9a1eb756a42725627713d183a942d0cdf347" 2018-08-12 08:07:06,382 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-e9ef791d-1876-453b-8949-b680d629f43d Date: Sun, 12 Aug 2018 08:07:06 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-08-12T08:07:06Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "port_range_min": 10, "revision_number": 0, "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "created_at": "2018-08-12T08:07:06Z", "project_id": "b0d709073ea54e4c971362c55630dc9a", "id": "3f0c8c46-a495-4a0f-a41d-73ce2890cf7e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:07:03Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "port_range_min": null, "revision_number": 0, "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "created_at": "2018-08-12T08:07:03Z", "project_id": "b0d709073ea54e4c971362c55630dc9a", "id": "776318fc-21af-4afd-a867-434a4251a3aa"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:07:05Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "port_range_min": null, "revision_number": 0, "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "created_at": "2018-08-12T08:07:05Z", "project_id": "b0d709073ea54e4c971362c55630dc9a", "id": "7fbcc7c0-ffdb-4142-907d-1442dcd6c691"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:07:03Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "port_range_min": null, "revision_number": 0, "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "created_at": "2018-08-12T08:07:03Z", "project_id": "b0d709073ea54e4c971362c55630dc9a", "id": "8ac52827-fe16-4864-8648-c85e7285540a"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:07:04Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "port_range_min": null, "revision_number": 0, "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "created_at": "2018-08-12T08:07:04Z", "project_id": "b0d709073ea54e4c971362c55630dc9a", "id": "d50d01b7-369c-4984-9fb3-ca0553725d74"}]} 2018-08-12 08:07:06,383 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=664400dd-4a5d-41ae-9cd5-a9196d9ba15a used request id req-e9ef791d-1876-453b-8949-b680d629f43d 2018-08-12 08:07:06,384 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:07:06,785 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3205ffcab6004a52b8fd8a6f1d780536", "name": "CreateSecurityGroupTests-91f5ec6d-6d73-47f-proj-role"}], "expires_at": "2018-08-12T09:07:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b0d709073ea54e4c971362c55630dc9a", "name": "CreateSecurityGroupTests-91f5ec6d-6d73-47f-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/b0d709073ea54e4c971362c55630dc9a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/b0d709073ea54e4c971362c55630dc9a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/b0d709073ea54e4c971362c55630dc9a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_b0d709073ea54e4c971362c55630dc9a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_b0d709073ea54e4c971362c55630dc9a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/b0d709073ea54e4c971362c55630dc9a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/b0d709073ea54e4c971362c55630dc9a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/b0d709073ea54e4c971362c55630dc9a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/b0d709073ea54e4c971362c55630dc9a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/b0d709073ea54e4c971362c55630dc9a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/b0d709073ea54e4c971362c55630dc9a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/b0d709073ea54e4c971362c55630dc9a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/b0d709073ea54e4c971362c55630dc9a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/b0d709073ea54e4c971362c55630dc9a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-91f5ec6d-6d73-47f-user", "id": "013536e9cc4e4dd197cef625303eb50d"}, "audit_ids": ["boQ62_anRwC3AdbPeK9hFw"], "issued_at": "2018-08-12T08:07:06.000000Z"}} 2018-08-12 08:07:06,790 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-c32ea1f7-fed0-4dfb-902c-b5769b88514bname&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70c874e42fd3e39d1e281b86b81223c5a936a98f" 2018-08-12 08:07:07,104 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-04edca26-5555-4a9b-ae9d-0da0a1eca2a8 Date: Sun, 12 Aug 2018 08:07:07 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "created_at": "2018-08-12T08:07:02Z", "updated_at": "2018-08-12T08:07:06Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-08-12T08:07:06Z", "revision_number": 0, "id": "3f0c8c46-a495-4a0f-a41d-73ce2890cf7e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:07:06Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "port_range_min": 10, "ethertype": "IPv4", "project_id": "b0d709073ea54e4c971362c55630dc9a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:07:03Z", "revision_number": 0, "id": "776318fc-21af-4afd-a867-434a4251a3aa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:07:03Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "port_range_min": null, "ethertype": "IPv6", "project_id": "b0d709073ea54e4c971362c55630dc9a"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:07:05Z", "revision_number": 0, "id": "7fbcc7c0-ffdb-4142-907d-1442dcd6c691", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:07:05Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "port_range_min": null, "ethertype": "IPv6", "project_id": "b0d709073ea54e4c971362c55630dc9a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:07:03Z", "revision_number": 0, "id": "8ac52827-fe16-4864-8648-c85e7285540a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:07:03Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "port_range_min": null, "ethertype": "IPv4", "project_id": "b0d709073ea54e4c971362c55630dc9a"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:07:04Z", "revision_number": 0, "id": "d50d01b7-369c-4984-9fb3-ca0553725d74", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:07:04Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "port_range_min": null, "ethertype": "IPv4", "project_id": "b0d709073ea54e4c971362c55630dc9a"}], "revision_number": 5, "project_id": "b0d709073ea54e4c971362c55630dc9a", "id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "name": "CreateSecurityGroupTests-c32ea1f7-fed0-4dfb-902c-b5769b88514bname"}]} 2018-08-12 08:07:07,104 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-c32ea1f7-fed0-4dfb-902c-b5769b88514bname&description=hello+group used request id req-04edca26-5555-4a9b-ae9d-0da0a1eca2a8 2018-08-12 08:07:07,105 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 664400dd-4a5d-41ae-9cd5-a9196d9ba15a 2018-08-12 08:07:07,110 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=664400dd-4a5d-41ae-9cd5-a9196d9ba15a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70c874e42fd3e39d1e281b86b81223c5a936a98f" 2018-08-12 08:07:07,304 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-fcdba26b-6f93-4924-95b4-2304f8028a99 Date: Sun, 12 Aug 2018 08:07:07 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-08-12T08:07:06Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "port_range_min": 10, "revision_number": 0, "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "created_at": "2018-08-12T08:07:06Z", "project_id": "b0d709073ea54e4c971362c55630dc9a", "id": "3f0c8c46-a495-4a0f-a41d-73ce2890cf7e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:07:03Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "port_range_min": null, "revision_number": 0, "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "created_at": "2018-08-12T08:07:03Z", "project_id": "b0d709073ea54e4c971362c55630dc9a", "id": "776318fc-21af-4afd-a867-434a4251a3aa"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:07:05Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "port_range_min": null, "revision_number": 0, "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "created_at": "2018-08-12T08:07:05Z", "project_id": "b0d709073ea54e4c971362c55630dc9a", "id": "7fbcc7c0-ffdb-4142-907d-1442dcd6c691"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:07:03Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "port_range_min": null, "revision_number": 0, "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "created_at": "2018-08-12T08:07:03Z", "project_id": "b0d709073ea54e4c971362c55630dc9a", "id": "8ac52827-fe16-4864-8648-c85e7285540a"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:07:04Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "port_range_min": null, "revision_number": 0, "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "created_at": "2018-08-12T08:07:04Z", "project_id": "b0d709073ea54e4c971362c55630dc9a", "id": "d50d01b7-369c-4984-9fb3-ca0553725d74"}]} 2018-08-12 08:07:07,304 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=664400dd-4a5d-41ae-9cd5-a9196d9ba15a used request id req-fcdba26b-6f93-4924-95b4-2304f8028a99 2018-08-12 08:07:07,305 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 664400dd-4a5d-41ae-9cd5-a9196d9ba15a 2018-08-12 08:07:07,310 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=664400dd-4a5d-41ae-9cd5-a9196d9ba15a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70c874e42fd3e39d1e281b86b81223c5a936a98f" 2018-08-12 08:07:07,508 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-d2c106cb-7853-4dad-b08c-2dd84d0981cd Date: Sun, 12 Aug 2018 08:07:07 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-08-12T08:07:06Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "port_range_min": 10, "revision_number": 0, "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "created_at": "2018-08-12T08:07:06Z", "project_id": "b0d709073ea54e4c971362c55630dc9a", "id": "3f0c8c46-a495-4a0f-a41d-73ce2890cf7e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:07:03Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "port_range_min": null, "revision_number": 0, "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "created_at": "2018-08-12T08:07:03Z", "project_id": "b0d709073ea54e4c971362c55630dc9a", "id": "776318fc-21af-4afd-a867-434a4251a3aa"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:07:05Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "port_range_min": null, "revision_number": 0, "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "created_at": "2018-08-12T08:07:05Z", "project_id": "b0d709073ea54e4c971362c55630dc9a", "id": "7fbcc7c0-ffdb-4142-907d-1442dcd6c691"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:07:03Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "port_range_min": null, "revision_number": 0, "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "created_at": "2018-08-12T08:07:03Z", "project_id": "b0d709073ea54e4c971362c55630dc9a", "id": "8ac52827-fe16-4864-8648-c85e7285540a"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:07:04Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "port_range_min": null, "revision_number": 0, "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "created_at": "2018-08-12T08:07:04Z", "project_id": "b0d709073ea54e4c971362c55630dc9a", "id": "d50d01b7-369c-4984-9fb3-ca0553725d74"}]} 2018-08-12 08:07:07,508 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=664400dd-4a5d-41ae-9cd5-a9196d9ba15a used request id req-d2c106cb-7853-4dad-b08c-2dd84d0981cd 2018-08-12 08:07:07,514 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-c32ea1f7-fed0-4dfb-902c-b5769b88514bname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70c874e42fd3e39d1e281b86b81223c5a936a98f" 2018-08-12 08:07:07,744 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-55ddf10c-2244-45f6-8eab-39790f252349 Date: Sun, 12 Aug 2018 08:07:07 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "created_at": "2018-08-12T08:07:02Z", "updated_at": "2018-08-12T08:07:06Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-08-12T08:07:06Z", "revision_number": 0, "id": "3f0c8c46-a495-4a0f-a41d-73ce2890cf7e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:07:06Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "port_range_min": 10, "ethertype": "IPv4", "project_id": "b0d709073ea54e4c971362c55630dc9a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:07:03Z", "revision_number": 0, "id": "776318fc-21af-4afd-a867-434a4251a3aa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:07:03Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "port_range_min": null, "ethertype": "IPv6", "project_id": "b0d709073ea54e4c971362c55630dc9a"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:07:05Z", "revision_number": 0, "id": "7fbcc7c0-ffdb-4142-907d-1442dcd6c691", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:07:05Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "port_range_min": null, "ethertype": "IPv6", "project_id": "b0d709073ea54e4c971362c55630dc9a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:07:03Z", "revision_number": 0, "id": "8ac52827-fe16-4864-8648-c85e7285540a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:07:03Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "port_range_min": null, "ethertype": "IPv4", "project_id": "b0d709073ea54e4c971362c55630dc9a"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:07:04Z", "revision_number": 0, "id": "d50d01b7-369c-4984-9fb3-ca0553725d74", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:07:04Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "port_range_min": null, "ethertype": "IPv4", "project_id": "b0d709073ea54e4c971362c55630dc9a"}], "revision_number": 5, "project_id": "b0d709073ea54e4c971362c55630dc9a", "id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "name": "CreateSecurityGroupTests-c32ea1f7-fed0-4dfb-902c-b5769b88514bname"}]} 2018-08-12 08:07:07,744 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-c32ea1f7-fed0-4dfb-902c-b5769b88514bname used request id req-55ddf10c-2244-45f6-8eab-39790f252349 2018-08-12 08:07:07,745 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 664400dd-4a5d-41ae-9cd5-a9196d9ba15a 2018-08-12 08:07:07,750 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=664400dd-4a5d-41ae-9cd5-a9196d9ba15a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70c874e42fd3e39d1e281b86b81223c5a936a98f" 2018-08-12 08:07:07,939 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-f7708df5-3bd1-407b-ba38-c67ea8c54a33 Date: Sun, 12 Aug 2018 08:07:07 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-08-12T08:07:06Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "port_range_min": 10, "revision_number": 0, "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "created_at": "2018-08-12T08:07:06Z", "project_id": "b0d709073ea54e4c971362c55630dc9a", "id": "3f0c8c46-a495-4a0f-a41d-73ce2890cf7e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:07:03Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "port_range_min": null, "revision_number": 0, "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "created_at": "2018-08-12T08:07:03Z", "project_id": "b0d709073ea54e4c971362c55630dc9a", "id": "776318fc-21af-4afd-a867-434a4251a3aa"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:07:05Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "port_range_min": null, "revision_number": 0, "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "created_at": "2018-08-12T08:07:05Z", "project_id": "b0d709073ea54e4c971362c55630dc9a", "id": "7fbcc7c0-ffdb-4142-907d-1442dcd6c691"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:07:03Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "port_range_min": null, "revision_number": 0, "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "created_at": "2018-08-12T08:07:03Z", "project_id": "b0d709073ea54e4c971362c55630dc9a", "id": "8ac52827-fe16-4864-8648-c85e7285540a"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:07:04Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "port_range_min": null, "revision_number": 0, "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "created_at": "2018-08-12T08:07:04Z", "project_id": "b0d709073ea54e4c971362c55630dc9a", "id": "d50d01b7-369c-4984-9fb3-ca0553725d74"}]} 2018-08-12 08:07:07,940 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=664400dd-4a5d-41ae-9cd5-a9196d9ba15a used request id req-f7708df5-3bd1-407b-ba38-c67ea8c54a33 2018-08-12 08:07:07,945 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-c32ea1f7-fed0-4dfb-902c-b5769b88514bname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70c874e42fd3e39d1e281b86b81223c5a936a98f" 2018-08-12 08:07:08,165 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-f873b851-46d9-4073-922e-73c0528f2c02 Date: Sun, 12 Aug 2018 08:07:08 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "created_at": "2018-08-12T08:07:02Z", "updated_at": "2018-08-12T08:07:06Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-08-12T08:07:06Z", "revision_number": 0, "id": "3f0c8c46-a495-4a0f-a41d-73ce2890cf7e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:07:06Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "port_range_min": 10, "ethertype": "IPv4", "project_id": "b0d709073ea54e4c971362c55630dc9a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:07:03Z", "revision_number": 0, "id": "776318fc-21af-4afd-a867-434a4251a3aa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:07:03Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "port_range_min": null, "ethertype": "IPv6", "project_id": "b0d709073ea54e4c971362c55630dc9a"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:07:05Z", "revision_number": 0, "id": "7fbcc7c0-ffdb-4142-907d-1442dcd6c691", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:07:05Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "port_range_min": null, "ethertype": "IPv6", "project_id": "b0d709073ea54e4c971362c55630dc9a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:07:03Z", "revision_number": 0, "id": "8ac52827-fe16-4864-8648-c85e7285540a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:07:03Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "port_range_min": null, "ethertype": "IPv4", "project_id": "b0d709073ea54e4c971362c55630dc9a"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:07:04Z", "revision_number": 0, "id": "d50d01b7-369c-4984-9fb3-ca0553725d74", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:07:04Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "port_range_min": null, "ethertype": "IPv4", "project_id": "b0d709073ea54e4c971362c55630dc9a"}], "revision_number": 5, "project_id": "b0d709073ea54e4c971362c55630dc9a", "id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "name": "CreateSecurityGroupTests-c32ea1f7-fed0-4dfb-902c-b5769b88514bname"}]} 2018-08-12 08:07:08,166 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-c32ea1f7-fed0-4dfb-902c-b5769b88514bname used request id req-f873b851-46d9-4073-922e-73c0528f2c02 2018-08-12 08:07:08,166 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 664400dd-4a5d-41ae-9cd5-a9196d9ba15a 2018-08-12 08:07:08,171 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=664400dd-4a5d-41ae-9cd5-a9196d9ba15a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70c874e42fd3e39d1e281b86b81223c5a936a98f" 2018-08-12 08:07:08,364 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-cf6a7657-9a09-480a-ae78-609c9d83a3fb Date: Sun, 12 Aug 2018 08:07:08 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-08-12T08:07:06Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "port_range_min": 10, "revision_number": 0, "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "created_at": "2018-08-12T08:07:06Z", "project_id": "b0d709073ea54e4c971362c55630dc9a", "id": "3f0c8c46-a495-4a0f-a41d-73ce2890cf7e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:07:03Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "port_range_min": null, "revision_number": 0, "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "created_at": "2018-08-12T08:07:03Z", "project_id": "b0d709073ea54e4c971362c55630dc9a", "id": "776318fc-21af-4afd-a867-434a4251a3aa"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:07:05Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "port_range_min": null, "revision_number": 0, "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "created_at": "2018-08-12T08:07:05Z", "project_id": "b0d709073ea54e4c971362c55630dc9a", "id": "7fbcc7c0-ffdb-4142-907d-1442dcd6c691"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:07:03Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "port_range_min": null, "revision_number": 0, "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "created_at": "2018-08-12T08:07:03Z", "project_id": "b0d709073ea54e4c971362c55630dc9a", "id": "8ac52827-fe16-4864-8648-c85e7285540a"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:07:04Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "port_range_min": null, "revision_number": 0, "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "created_at": "2018-08-12T08:07:04Z", "project_id": "b0d709073ea54e4c971362c55630dc9a", "id": "d50d01b7-369c-4984-9fb3-ca0553725d74"}]} 2018-08-12 08:07:08,364 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=664400dd-4a5d-41ae-9cd5-a9196d9ba15a used request id req-cf6a7657-9a09-480a-ae78-609c9d83a3fb 2018-08-12 08:07:08,370 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-c32ea1f7-fed0-4dfb-902c-b5769b88514bname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70c874e42fd3e39d1e281b86b81223c5a936a98f" 2018-08-12 08:07:08,594 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-81cab64a-8337-4909-9bfa-b17bf06fde4f Date: Sun, 12 Aug 2018 08:07:08 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "created_at": "2018-08-12T08:07:02Z", "updated_at": "2018-08-12T08:07:06Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-08-12T08:07:06Z", "revision_number": 0, "id": "3f0c8c46-a495-4a0f-a41d-73ce2890cf7e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:07:06Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "port_range_min": 10, "ethertype": "IPv4", "project_id": "b0d709073ea54e4c971362c55630dc9a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:07:03Z", "revision_number": 0, "id": "776318fc-21af-4afd-a867-434a4251a3aa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:07:03Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "port_range_min": null, "ethertype": "IPv6", "project_id": "b0d709073ea54e4c971362c55630dc9a"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:07:05Z", "revision_number": 0, "id": "7fbcc7c0-ffdb-4142-907d-1442dcd6c691", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:07:05Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "port_range_min": null, "ethertype": "IPv6", "project_id": "b0d709073ea54e4c971362c55630dc9a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:07:03Z", "revision_number": 0, "id": "8ac52827-fe16-4864-8648-c85e7285540a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:07:03Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "port_range_min": null, "ethertype": "IPv4", "project_id": "b0d709073ea54e4c971362c55630dc9a"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:07:04Z", "revision_number": 0, "id": "d50d01b7-369c-4984-9fb3-ca0553725d74", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:07:04Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "port_range_min": null, "ethertype": "IPv4", "project_id": "b0d709073ea54e4c971362c55630dc9a"}], "revision_number": 5, "project_id": "b0d709073ea54e4c971362c55630dc9a", "id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "name": "CreateSecurityGroupTests-c32ea1f7-fed0-4dfb-902c-b5769b88514bname"}]} 2018-08-12 08:07:08,594 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-c32ea1f7-fed0-4dfb-902c-b5769b88514bname used request id req-81cab64a-8337-4909-9bfa-b17bf06fde4f 2018-08-12 08:07:08,594 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 664400dd-4a5d-41ae-9cd5-a9196d9ba15a 2018-08-12 08:07:08,598 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=664400dd-4a5d-41ae-9cd5-a9196d9ba15a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70c874e42fd3e39d1e281b86b81223c5a936a98f" 2018-08-12 08:07:08,804 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-c0ac2cf1-bf55-461c-a74c-87491ed6f202 Date: Sun, 12 Aug 2018 08:07:08 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-08-12T08:07:06Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "port_range_min": 10, "revision_number": 0, "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "created_at": "2018-08-12T08:07:06Z", "project_id": "b0d709073ea54e4c971362c55630dc9a", "id": "3f0c8c46-a495-4a0f-a41d-73ce2890cf7e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:07:03Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "port_range_min": null, "revision_number": 0, "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "created_at": "2018-08-12T08:07:03Z", "project_id": "b0d709073ea54e4c971362c55630dc9a", "id": "776318fc-21af-4afd-a867-434a4251a3aa"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:07:05Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "port_range_min": null, "revision_number": 0, "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "created_at": "2018-08-12T08:07:05Z", "project_id": "b0d709073ea54e4c971362c55630dc9a", "id": "7fbcc7c0-ffdb-4142-907d-1442dcd6c691"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:07:03Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "port_range_min": null, "revision_number": 0, "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "created_at": "2018-08-12T08:07:03Z", "project_id": "b0d709073ea54e4c971362c55630dc9a", "id": "8ac52827-fe16-4864-8648-c85e7285540a"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:07:04Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "port_range_min": null, "revision_number": 0, "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "created_at": "2018-08-12T08:07:04Z", "project_id": "b0d709073ea54e4c971362c55630dc9a", "id": "d50d01b7-369c-4984-9fb3-ca0553725d74"}]} 2018-08-12 08:07:08,804 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=664400dd-4a5d-41ae-9cd5-a9196d9ba15a used request id req-c0ac2cf1-bf55-461c-a74c-87491ed6f202 2018-08-12 08:07:08,808 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-c32ea1f7-fed0-4dfb-902c-b5769b88514bname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70c874e42fd3e39d1e281b86b81223c5a936a98f" 2018-08-12 08:07:08,859 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-099ad1d4-1df3-43ff-90fa-22d3907149d1 Date: Sun, 12 Aug 2018 08:07:08 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "created_at": "2018-08-12T08:07:02Z", "updated_at": "2018-08-12T08:07:06Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-08-12T08:07:06Z", "revision_number": 0, "id": "3f0c8c46-a495-4a0f-a41d-73ce2890cf7e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:07:06Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "port_range_min": 10, "ethertype": "IPv4", "project_id": "b0d709073ea54e4c971362c55630dc9a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:07:03Z", "revision_number": 0, "id": "776318fc-21af-4afd-a867-434a4251a3aa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:07:03Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "port_range_min": null, "ethertype": "IPv6", "project_id": "b0d709073ea54e4c971362c55630dc9a"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:07:05Z", "revision_number": 0, "id": "7fbcc7c0-ffdb-4142-907d-1442dcd6c691", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:07:05Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "port_range_min": null, "ethertype": "IPv6", "project_id": "b0d709073ea54e4c971362c55630dc9a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:07:03Z", "revision_number": 0, "id": "8ac52827-fe16-4864-8648-c85e7285540a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:07:03Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "port_range_min": null, "ethertype": "IPv4", "project_id": "b0d709073ea54e4c971362c55630dc9a"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:07:04Z", "revision_number": 0, "id": "d50d01b7-369c-4984-9fb3-ca0553725d74", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:07:04Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "port_range_min": null, "ethertype": "IPv4", "project_id": "b0d709073ea54e4c971362c55630dc9a"}], "revision_number": 5, "project_id": "b0d709073ea54e4c971362c55630dc9a", "id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "name": "CreateSecurityGroupTests-c32ea1f7-fed0-4dfb-902c-b5769b88514bname"}]} 2018-08-12 08:07:08,859 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-c32ea1f7-fed0-4dfb-902c-b5769b88514bname used request id req-099ad1d4-1df3-43ff-90fa-22d3907149d1 2018-08-12 08:07:08,860 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 664400dd-4a5d-41ae-9cd5-a9196d9ba15a 2018-08-12 08:07:08,863 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=664400dd-4a5d-41ae-9cd5-a9196d9ba15a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70c874e42fd3e39d1e281b86b81223c5a936a98f" 2018-08-12 08:07:08,895 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-35394839-634f-4a2c-adb7-bc36c2ad2fb8 Date: Sun, 12 Aug 2018 08:07:08 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-08-12T08:07:06Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "port_range_min": 10, "revision_number": 0, "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "created_at": "2018-08-12T08:07:06Z", "project_id": "b0d709073ea54e4c971362c55630dc9a", "id": "3f0c8c46-a495-4a0f-a41d-73ce2890cf7e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:07:03Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "port_range_min": null, "revision_number": 0, "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "created_at": "2018-08-12T08:07:03Z", "project_id": "b0d709073ea54e4c971362c55630dc9a", "id": "776318fc-21af-4afd-a867-434a4251a3aa"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:07:05Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "port_range_min": null, "revision_number": 0, "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "created_at": "2018-08-12T08:07:05Z", "project_id": "b0d709073ea54e4c971362c55630dc9a", "id": "7fbcc7c0-ffdb-4142-907d-1442dcd6c691"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:07:03Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "port_range_min": null, "revision_number": 0, "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "created_at": "2018-08-12T08:07:03Z", "project_id": "b0d709073ea54e4c971362c55630dc9a", "id": "8ac52827-fe16-4864-8648-c85e7285540a"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:07:04Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "port_range_min": null, "revision_number": 0, "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "created_at": "2018-08-12T08:07:04Z", "project_id": "b0d709073ea54e4c971362c55630dc9a", "id": "d50d01b7-369c-4984-9fb3-ca0553725d74"}]} 2018-08-12 08:07:08,896 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=664400dd-4a5d-41ae-9cd5-a9196d9ba15a used request id req-35394839-634f-4a2c-adb7-bc36c2ad2fb8 2018-08-12 08:07:08,898 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-c32ea1f7-fed0-4dfb-902c-b5769b88514bname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70c874e42fd3e39d1e281b86b81223c5a936a98f" 2018-08-12 08:07:09,111 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-ffdccf4a-970d-4c39-9274-1276dc2bbfe2 Date: Sun, 12 Aug 2018 08:07:09 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "created_at": "2018-08-12T08:07:02Z", "updated_at": "2018-08-12T08:07:06Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-08-12T08:07:06Z", "revision_number": 0, "id": "3f0c8c46-a495-4a0f-a41d-73ce2890cf7e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:07:06Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "port_range_min": 10, "ethertype": "IPv4", "project_id": "b0d709073ea54e4c971362c55630dc9a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:07:03Z", "revision_number": 0, "id": "776318fc-21af-4afd-a867-434a4251a3aa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:07:03Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "port_range_min": null, "ethertype": "IPv6", "project_id": "b0d709073ea54e4c971362c55630dc9a"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:07:05Z", "revision_number": 0, "id": "7fbcc7c0-ffdb-4142-907d-1442dcd6c691", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:07:05Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "port_range_min": null, "ethertype": "IPv6", "project_id": "b0d709073ea54e4c971362c55630dc9a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:07:03Z", "revision_number": 0, "id": "8ac52827-fe16-4864-8648-c85e7285540a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:07:03Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "port_range_min": null, "ethertype": "IPv4", "project_id": "b0d709073ea54e4c971362c55630dc9a"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:07:04Z", "revision_number": 0, "id": "d50d01b7-369c-4984-9fb3-ca0553725d74", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:07:04Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "port_range_min": null, "ethertype": "IPv4", "project_id": "b0d709073ea54e4c971362c55630dc9a"}], "revision_number": 5, "project_id": "b0d709073ea54e4c971362c55630dc9a", "id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "name": "CreateSecurityGroupTests-c32ea1f7-fed0-4dfb-902c-b5769b88514bname"}]} 2018-08-12 08:07:09,111 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-c32ea1f7-fed0-4dfb-902c-b5769b88514bname used request id req-ffdccf4a-970d-4c39-9274-1276dc2bbfe2 2018-08-12 08:07:09,111 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 664400dd-4a5d-41ae-9cd5-a9196d9ba15a 2018-08-12 08:07:09,113 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=664400dd-4a5d-41ae-9cd5-a9196d9ba15a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70c874e42fd3e39d1e281b86b81223c5a936a98f" 2018-08-12 08:07:09,145 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-a4584cb5-b863-4e28-98b5-baa7cbe93aec Date: Sun, 12 Aug 2018 08:07:09 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-08-12T08:07:06Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "port_range_min": 10, "revision_number": 0, "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "created_at": "2018-08-12T08:07:06Z", "project_id": "b0d709073ea54e4c971362c55630dc9a", "id": "3f0c8c46-a495-4a0f-a41d-73ce2890cf7e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:07:03Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "port_range_min": null, "revision_number": 0, "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "created_at": "2018-08-12T08:07:03Z", "project_id": "b0d709073ea54e4c971362c55630dc9a", "id": "776318fc-21af-4afd-a867-434a4251a3aa"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:07:05Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "port_range_min": null, "revision_number": 0, "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "created_at": "2018-08-12T08:07:05Z", "project_id": "b0d709073ea54e4c971362c55630dc9a", "id": "7fbcc7c0-ffdb-4142-907d-1442dcd6c691"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:07:03Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "port_range_min": null, "revision_number": 0, "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "created_at": "2018-08-12T08:07:03Z", "project_id": "b0d709073ea54e4c971362c55630dc9a", "id": "8ac52827-fe16-4864-8648-c85e7285540a"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:07:04Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "port_range_min": null, "revision_number": 0, "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "created_at": "2018-08-12T08:07:04Z", "project_id": "b0d709073ea54e4c971362c55630dc9a", "id": "d50d01b7-369c-4984-9fb3-ca0553725d74"}]} 2018-08-12 08:07:09,145 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=664400dd-4a5d-41ae-9cd5-a9196d9ba15a used request id req-a4584cb5-b863-4e28-98b5-baa7cbe93aec 2018-08-12 08:07:09,147 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-c32ea1f7-fed0-4dfb-902c-b5769b88514bname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70c874e42fd3e39d1e281b86b81223c5a936a98f" 2018-08-12 08:07:09,359 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-66d19c05-ac12-47b0-b5ae-88dc596bfad2 Date: Sun, 12 Aug 2018 08:07:09 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "created_at": "2018-08-12T08:07:02Z", "updated_at": "2018-08-12T08:07:06Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-08-12T08:07:06Z", "revision_number": 0, "id": "3f0c8c46-a495-4a0f-a41d-73ce2890cf7e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:07:06Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "port_range_min": 10, "ethertype": "IPv4", "project_id": "b0d709073ea54e4c971362c55630dc9a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:07:03Z", "revision_number": 0, "id": "776318fc-21af-4afd-a867-434a4251a3aa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:07:03Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "port_range_min": null, "ethertype": "IPv6", "project_id": "b0d709073ea54e4c971362c55630dc9a"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:07:05Z", "revision_number": 0, "id": "7fbcc7c0-ffdb-4142-907d-1442dcd6c691", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:07:05Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "port_range_min": null, "ethertype": "IPv6", "project_id": "b0d709073ea54e4c971362c55630dc9a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:07:03Z", "revision_number": 0, "id": "8ac52827-fe16-4864-8648-c85e7285540a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:07:03Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "port_range_min": null, "ethertype": "IPv4", "project_id": "b0d709073ea54e4c971362c55630dc9a"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:07:04Z", "revision_number": 0, "id": "d50d01b7-369c-4984-9fb3-ca0553725d74", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:07:04Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "port_range_min": null, "ethertype": "IPv4", "project_id": "b0d709073ea54e4c971362c55630dc9a"}], "revision_number": 5, "project_id": "b0d709073ea54e4c971362c55630dc9a", "id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "name": "CreateSecurityGroupTests-c32ea1f7-fed0-4dfb-902c-b5769b88514bname"}]} 2018-08-12 08:07:09,359 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-c32ea1f7-fed0-4dfb-902c-b5769b88514bname used request id req-66d19c05-ac12-47b0-b5ae-88dc596bfad2 2018-08-12 08:07:09,359 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 664400dd-4a5d-41ae-9cd5-a9196d9ba15a 2018-08-12 08:07:09,362 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=664400dd-4a5d-41ae-9cd5-a9196d9ba15a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70c874e42fd3e39d1e281b86b81223c5a936a98f" 2018-08-12 08:07:09,398 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-7c1f371e-a837-40c1-be24-ce7c91ec6678 Date: Sun, 12 Aug 2018 08:07:09 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-08-12T08:07:06Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "port_range_min": 10, "revision_number": 0, "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "created_at": "2018-08-12T08:07:06Z", "project_id": "b0d709073ea54e4c971362c55630dc9a", "id": "3f0c8c46-a495-4a0f-a41d-73ce2890cf7e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:07:03Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "port_range_min": null, "revision_number": 0, "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "created_at": "2018-08-12T08:07:03Z", "project_id": "b0d709073ea54e4c971362c55630dc9a", "id": "776318fc-21af-4afd-a867-434a4251a3aa"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:07:05Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "port_range_min": null, "revision_number": 0, "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "created_at": "2018-08-12T08:07:05Z", "project_id": "b0d709073ea54e4c971362c55630dc9a", "id": "7fbcc7c0-ffdb-4142-907d-1442dcd6c691"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:07:03Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "port_range_min": null, "revision_number": 0, "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "created_at": "2018-08-12T08:07:03Z", "project_id": "b0d709073ea54e4c971362c55630dc9a", "id": "8ac52827-fe16-4864-8648-c85e7285540a"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:07:04Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "port_range_min": null, "revision_number": 0, "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "created_at": "2018-08-12T08:07:04Z", "project_id": "b0d709073ea54e4c971362c55630dc9a", "id": "d50d01b7-369c-4984-9fb3-ca0553725d74"}]} 2018-08-12 08:07:09,398 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=664400dd-4a5d-41ae-9cd5-a9196d9ba15a used request id req-7c1f371e-a837-40c1-be24-ce7c91ec6678 2018-08-12 08:07:09,403 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-c32ea1f7-fed0-4dfb-902c-b5769b88514bname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70c874e42fd3e39d1e281b86b81223c5a936a98f" 2018-08-12 08:07:09,626 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-a56c4daa-92fb-48af-8b28-587b1a5f7739 Date: Sun, 12 Aug 2018 08:07:09 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "created_at": "2018-08-12T08:07:02Z", "updated_at": "2018-08-12T08:07:06Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-08-12T08:07:06Z", "revision_number": 0, "id": "3f0c8c46-a495-4a0f-a41d-73ce2890cf7e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:07:06Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "port_range_min": 10, "ethertype": "IPv4", "project_id": "b0d709073ea54e4c971362c55630dc9a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:07:03Z", "revision_number": 0, "id": "776318fc-21af-4afd-a867-434a4251a3aa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:07:03Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "port_range_min": null, "ethertype": "IPv6", "project_id": "b0d709073ea54e4c971362c55630dc9a"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:07:05Z", "revision_number": 0, "id": "7fbcc7c0-ffdb-4142-907d-1442dcd6c691", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:07:05Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "port_range_min": null, "ethertype": "IPv6", "project_id": "b0d709073ea54e4c971362c55630dc9a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:07:03Z", "revision_number": 0, "id": "8ac52827-fe16-4864-8648-c85e7285540a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:07:03Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "port_range_min": null, "ethertype": "IPv4", "project_id": "b0d709073ea54e4c971362c55630dc9a"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:07:04Z", "revision_number": 0, "id": "d50d01b7-369c-4984-9fb3-ca0553725d74", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:07:04Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "port_range_min": null, "ethertype": "IPv4", "project_id": "b0d709073ea54e4c971362c55630dc9a"}], "revision_number": 5, "project_id": "b0d709073ea54e4c971362c55630dc9a", "id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "name": "CreateSecurityGroupTests-c32ea1f7-fed0-4dfb-902c-b5769b88514bname"}]} 2018-08-12 08:07:09,626 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-c32ea1f7-fed0-4dfb-902c-b5769b88514bname used request id req-a56c4daa-92fb-48af-8b28-587b1a5f7739 2018-08-12 08:07:09,626 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 664400dd-4a5d-41ae-9cd5-a9196d9ba15a 2018-08-12 08:07:09,628 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=664400dd-4a5d-41ae-9cd5-a9196d9ba15a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70c874e42fd3e39d1e281b86b81223c5a936a98f" 2018-08-12 08:07:09,832 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-63178217-f82d-478a-a3d9-f004b4b94b65 Date: Sun, 12 Aug 2018 08:07:09 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-08-12T08:07:06Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "port_range_min": 10, "revision_number": 0, "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "created_at": "2018-08-12T08:07:06Z", "project_id": "b0d709073ea54e4c971362c55630dc9a", "id": "3f0c8c46-a495-4a0f-a41d-73ce2890cf7e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:07:03Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "port_range_min": null, "revision_number": 0, "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "created_at": "2018-08-12T08:07:03Z", "project_id": "b0d709073ea54e4c971362c55630dc9a", "id": "776318fc-21af-4afd-a867-434a4251a3aa"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:07:05Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "port_range_min": null, "revision_number": 0, "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "created_at": "2018-08-12T08:07:05Z", "project_id": "b0d709073ea54e4c971362c55630dc9a", "id": "7fbcc7c0-ffdb-4142-907d-1442dcd6c691"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:07:03Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "port_range_min": null, "revision_number": 0, "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "created_at": "2018-08-12T08:07:03Z", "project_id": "b0d709073ea54e4c971362c55630dc9a", "id": "8ac52827-fe16-4864-8648-c85e7285540a"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:07:04Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "port_range_min": null, "revision_number": 0, "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "created_at": "2018-08-12T08:07:04Z", "project_id": "b0d709073ea54e4c971362c55630dc9a", "id": "d50d01b7-369c-4984-9fb3-ca0553725d74"}]} 2018-08-12 08:07:09,832 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=664400dd-4a5d-41ae-9cd5-a9196d9ba15a used request id req-63178217-f82d-478a-a3d9-f004b4b94b65 2018-08-12 08:07:09,838 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-c32ea1f7-fed0-4dfb-902c-b5769b88514bname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70c874e42fd3e39d1e281b86b81223c5a936a98f" 2018-08-12 08:07:09,886 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-a3f01fbf-b6c0-4e1f-ab12-0ca3d33f7156 Date: Sun, 12 Aug 2018 08:07:09 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "created_at": "2018-08-12T08:07:02Z", "updated_at": "2018-08-12T08:07:06Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-08-12T08:07:06Z", "revision_number": 0, "id": "3f0c8c46-a495-4a0f-a41d-73ce2890cf7e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:07:06Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "port_range_min": 10, "ethertype": "IPv4", "project_id": "b0d709073ea54e4c971362c55630dc9a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:07:03Z", "revision_number": 0, "id": "776318fc-21af-4afd-a867-434a4251a3aa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:07:03Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "port_range_min": null, "ethertype": "IPv6", "project_id": "b0d709073ea54e4c971362c55630dc9a"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:07:05Z", "revision_number": 0, "id": "7fbcc7c0-ffdb-4142-907d-1442dcd6c691", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:07:05Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "port_range_min": null, "ethertype": "IPv6", "project_id": "b0d709073ea54e4c971362c55630dc9a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:07:03Z", "revision_number": 0, "id": "8ac52827-fe16-4864-8648-c85e7285540a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:07:03Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "port_range_min": null, "ethertype": "IPv4", "project_id": "b0d709073ea54e4c971362c55630dc9a"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:07:04Z", "revision_number": 0, "id": "d50d01b7-369c-4984-9fb3-ca0553725d74", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:07:04Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "port_range_min": null, "ethertype": "IPv4", "project_id": "b0d709073ea54e4c971362c55630dc9a"}], "revision_number": 5, "project_id": "b0d709073ea54e4c971362c55630dc9a", "id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "name": "CreateSecurityGroupTests-c32ea1f7-fed0-4dfb-902c-b5769b88514bname"}]} 2018-08-12 08:07:09,886 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-c32ea1f7-fed0-4dfb-902c-b5769b88514bname used request id req-a3f01fbf-b6c0-4e1f-ab12-0ca3d33f7156 2018-08-12 08:07:09,887 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 664400dd-4a5d-41ae-9cd5-a9196d9ba15a 2018-08-12 08:07:09,892 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=664400dd-4a5d-41ae-9cd5-a9196d9ba15a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70c874e42fd3e39d1e281b86b81223c5a936a98f" 2018-08-12 08:07:10,131 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-33898465-2758-4250-9538-314034d6dfa6 Date: Sun, 12 Aug 2018 08:07:10 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-08-12T08:07:06Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "port_range_min": 10, "revision_number": 0, "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "created_at": "2018-08-12T08:07:06Z", "project_id": "b0d709073ea54e4c971362c55630dc9a", "id": "3f0c8c46-a495-4a0f-a41d-73ce2890cf7e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:07:03Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "port_range_min": null, "revision_number": 0, "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "created_at": "2018-08-12T08:07:03Z", "project_id": "b0d709073ea54e4c971362c55630dc9a", "id": "776318fc-21af-4afd-a867-434a4251a3aa"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:07:05Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "port_range_min": null, "revision_number": 0, "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "created_at": "2018-08-12T08:07:05Z", "project_id": "b0d709073ea54e4c971362c55630dc9a", "id": "7fbcc7c0-ffdb-4142-907d-1442dcd6c691"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:07:03Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "port_range_min": null, "revision_number": 0, "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "created_at": "2018-08-12T08:07:03Z", "project_id": "b0d709073ea54e4c971362c55630dc9a", "id": "8ac52827-fe16-4864-8648-c85e7285540a"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:07:04Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "port_range_min": null, "revision_number": 0, "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "created_at": "2018-08-12T08:07:04Z", "project_id": "b0d709073ea54e4c971362c55630dc9a", "id": "d50d01b7-369c-4984-9fb3-ca0553725d74"}]} 2018-08-12 08:07:10,131 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=664400dd-4a5d-41ae-9cd5-a9196d9ba15a used request id req-33898465-2758-4250-9538-314034d6dfa6 2018-08-12 08:07:10,137 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-c32ea1f7-fed0-4dfb-902c-b5769b88514bname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70c874e42fd3e39d1e281b86b81223c5a936a98f" 2018-08-12 08:07:10,185 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-943601c6-cc84-4c73-afc4-7650ac0a9cd1 Date: Sun, 12 Aug 2018 08:07:10 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "created_at": "2018-08-12T08:07:02Z", "updated_at": "2018-08-12T08:07:06Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-08-12T08:07:06Z", "revision_number": 0, "id": "3f0c8c46-a495-4a0f-a41d-73ce2890cf7e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:07:06Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "port_range_min": 10, "ethertype": "IPv4", "project_id": "b0d709073ea54e4c971362c55630dc9a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:07:03Z", "revision_number": 0, "id": "776318fc-21af-4afd-a867-434a4251a3aa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:07:03Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "port_range_min": null, "ethertype": "IPv6", "project_id": "b0d709073ea54e4c971362c55630dc9a"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:07:05Z", "revision_number": 0, "id": "7fbcc7c0-ffdb-4142-907d-1442dcd6c691", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:07:05Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "port_range_min": null, "ethertype": "IPv6", "project_id": "b0d709073ea54e4c971362c55630dc9a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:07:03Z", "revision_number": 0, "id": "8ac52827-fe16-4864-8648-c85e7285540a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:07:03Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "port_range_min": null, "ethertype": "IPv4", "project_id": "b0d709073ea54e4c971362c55630dc9a"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:07:04Z", "revision_number": 0, "id": "d50d01b7-369c-4984-9fb3-ca0553725d74", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:07:04Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "port_range_min": null, "ethertype": "IPv4", "project_id": "b0d709073ea54e4c971362c55630dc9a"}], "revision_number": 5, "project_id": "b0d709073ea54e4c971362c55630dc9a", "id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "name": "CreateSecurityGroupTests-c32ea1f7-fed0-4dfb-902c-b5769b88514bname"}]} 2018-08-12 08:07:10,185 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-c32ea1f7-fed0-4dfb-902c-b5769b88514bname used request id req-943601c6-cc84-4c73-afc4-7650ac0a9cd1 2018-08-12 08:07:10,186 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 664400dd-4a5d-41ae-9cd5-a9196d9ba15a 2018-08-12 08:07:10,191 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=664400dd-4a5d-41ae-9cd5-a9196d9ba15a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70c874e42fd3e39d1e281b86b81223c5a936a98f" 2018-08-12 08:07:10,395 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-9afc0ef6-4fa8-4af4-86a4-ca4e6ada387b Date: Sun, 12 Aug 2018 08:07:10 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-08-12T08:07:06Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "port_range_min": 10, "revision_number": 0, "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "created_at": "2018-08-12T08:07:06Z", "project_id": "b0d709073ea54e4c971362c55630dc9a", "id": "3f0c8c46-a495-4a0f-a41d-73ce2890cf7e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:07:03Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "port_range_min": null, "revision_number": 0, "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "created_at": "2018-08-12T08:07:03Z", "project_id": "b0d709073ea54e4c971362c55630dc9a", "id": "776318fc-21af-4afd-a867-434a4251a3aa"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:07:05Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "port_range_min": null, "revision_number": 0, "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "created_at": "2018-08-12T08:07:05Z", "project_id": "b0d709073ea54e4c971362c55630dc9a", "id": "7fbcc7c0-ffdb-4142-907d-1442dcd6c691"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:07:03Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "port_range_min": null, "revision_number": 0, "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "created_at": "2018-08-12T08:07:03Z", "project_id": "b0d709073ea54e4c971362c55630dc9a", "id": "8ac52827-fe16-4864-8648-c85e7285540a"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:07:04Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "port_range_min": null, "revision_number": 0, "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "created_at": "2018-08-12T08:07:04Z", "project_id": "b0d709073ea54e4c971362c55630dc9a", "id": "d50d01b7-369c-4984-9fb3-ca0553725d74"}]} 2018-08-12 08:07:10,395 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=664400dd-4a5d-41ae-9cd5-a9196d9ba15a used request id req-9afc0ef6-4fa8-4af4-86a4-ca4e6ada387b 2018-08-12 08:07:10,401 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=664400dd-4a5d-41ae-9cd5-a9196d9ba15a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddcd9a1eb756a42725627713d183a942d0cdf347" 2018-08-12 08:07:10,602 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-c61d5d49-c3cc-4f2c-b12f-50bd0430889e Date: Sun, 12 Aug 2018 08:07:10 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-08-12T08:07:06Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "port_range_min": 10, "revision_number": 0, "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "created_at": "2018-08-12T08:07:06Z", "project_id": "b0d709073ea54e4c971362c55630dc9a", "id": "3f0c8c46-a495-4a0f-a41d-73ce2890cf7e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:07:03Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "port_range_min": null, "revision_number": 0, "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "created_at": "2018-08-12T08:07:03Z", "project_id": "b0d709073ea54e4c971362c55630dc9a", "id": "776318fc-21af-4afd-a867-434a4251a3aa"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:07:05Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "port_range_min": null, "revision_number": 0, "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "created_at": "2018-08-12T08:07:05Z", "project_id": "b0d709073ea54e4c971362c55630dc9a", "id": "7fbcc7c0-ffdb-4142-907d-1442dcd6c691"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:07:03Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "port_range_min": null, "revision_number": 0, "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "created_at": "2018-08-12T08:07:03Z", "project_id": "b0d709073ea54e4c971362c55630dc9a", "id": "8ac52827-fe16-4864-8648-c85e7285540a"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:07:04Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "port_range_min": null, "revision_number": 0, "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "created_at": "2018-08-12T08:07:04Z", "project_id": "b0d709073ea54e4c971362c55630dc9a", "id": "d50d01b7-369c-4984-9fb3-ca0553725d74"}]} 2018-08-12 08:07:10,602 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=664400dd-4a5d-41ae-9cd5-a9196d9ba15a used request id req-c61d5d49-c3cc-4f2c-b12f-50bd0430889e 2018-08-12 08:07:10,603 - neutron_utils - INFO - Deleting security group rule with ID - 3f0c8c46-a495-4a0f-a41d-73ce2890cf7e 2018-08-12 08:07:10,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/3f0c8c46-a495-4a0f-a41d-73ce2890cf7e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddcd9a1eb756a42725627713d183a942d0cdf347" 2018-08-12 08:07:10,893 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-18d4b78c-3f7e-40e7-9fe8-ea4655cdae19 Content-Length: 0 Date: Sun, 12 Aug 2018 08:07:10 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:07:10,893 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/3f0c8c46-a495-4a0f-a41d-73ce2890cf7e used request id req-18d4b78c-3f7e-40e7-9fe8-ea4655cdae19 2018-08-12 08:07:10,893 - OpenStackSecurityGroup - WARNING - Rule setting is None, cannot remove rule 2018-08-12 08:07:10,893 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 664400dd-4a5d-41ae-9cd5-a9196d9ba15a 2018-08-12 08:07:10,898 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=664400dd-4a5d-41ae-9cd5-a9196d9ba15a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70c874e42fd3e39d1e281b86b81223c5a936a98f" 2018-08-12 08:07:10,934 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1997 X-Openstack-Request-Id: req-117fd89e-7d63-468a-8eb7-77bf770f873f Date: Sun, 12 Aug 2018 08:07:10 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-12T08:07:03Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "port_range_min": null, "revision_number": 0, "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "created_at": "2018-08-12T08:07:03Z", "project_id": "b0d709073ea54e4c971362c55630dc9a", "id": "776318fc-21af-4afd-a867-434a4251a3aa"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:07:05Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "port_range_min": null, "revision_number": 0, "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "created_at": "2018-08-12T08:07:05Z", "project_id": "b0d709073ea54e4c971362c55630dc9a", "id": "7fbcc7c0-ffdb-4142-907d-1442dcd6c691"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:07:03Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "port_range_min": null, "revision_number": 0, "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "created_at": "2018-08-12T08:07:03Z", "project_id": "b0d709073ea54e4c971362c55630dc9a", "id": "8ac52827-fe16-4864-8648-c85e7285540a"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:07:04Z", "security_group_id": "664400dd-4a5d-41ae-9cd5-a9196d9ba15a", "port_range_min": null, "revision_number": 0, "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "created_at": "2018-08-12T08:07:04Z", "project_id": "b0d709073ea54e4c971362c55630dc9a", "id": "d50d01b7-369c-4984-9fb3-ca0553725d74"}]} 2018-08-12 08:07:10,934 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=664400dd-4a5d-41ae-9cd5-a9196d9ba15a used request id req-117fd89e-7d63-468a-8eb7-77bf770f873f 2018-08-12 08:07:10,935 - neutron_utils - INFO - Deleting security group rule with ID - 776318fc-21af-4afd-a867-434a4251a3aa 2018-08-12 08:07:10,939 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/776318fc-21af-4afd-a867-434a4251a3aa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddcd9a1eb756a42725627713d183a942d0cdf347" 2018-08-12 08:07:11,244 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-873b04e2-41b9-4fdc-a6b9-6bca48667608 Content-Length: 0 Date: Sun, 12 Aug 2018 08:07:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:07:11,245 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/776318fc-21af-4afd-a867-434a4251a3aa used request id req-873b04e2-41b9-4fdc-a6b9-6bca48667608 2018-08-12 08:07:11,245 - neutron_utils - INFO - Deleting security group rule with ID - 7fbcc7c0-ffdb-4142-907d-1442dcd6c691 2018-08-12 08:07:11,250 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/7fbcc7c0-ffdb-4142-907d-1442dcd6c691 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddcd9a1eb756a42725627713d183a942d0cdf347" 2018-08-12 08:07:11,551 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3bd84dc6-be44-4f54-b89f-b2a085de2173 Content-Length: 0 Date: Sun, 12 Aug 2018 08:07:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:07:11,551 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/7fbcc7c0-ffdb-4142-907d-1442dcd6c691 used request id req-3bd84dc6-be44-4f54-b89f-b2a085de2173 2018-08-12 08:07:11,551 - neutron_utils - INFO - Deleting security group rule with ID - d50d01b7-369c-4984-9fb3-ca0553725d74 2018-08-12 08:07:11,556 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/d50d01b7-369c-4984-9fb3-ca0553725d74 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddcd9a1eb756a42725627713d183a942d0cdf347" 2018-08-12 08:07:11,857 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e95647a1-c811-46f1-8bc0-27880f78dded Content-Length: 0 Date: Sun, 12 Aug 2018 08:07:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:07:11,857 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/d50d01b7-369c-4984-9fb3-ca0553725d74 used request id req-e95647a1-c811-46f1-8bc0-27880f78dded 2018-08-12 08:07:11,857 - neutron_utils - INFO - Deleting security group rule with ID - 3f0c8c46-a495-4a0f-a41d-73ce2890cf7e 2018-08-12 08:07:11,862 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/3f0c8c46-a495-4a0f-a41d-73ce2890cf7e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddcd9a1eb756a42725627713d183a942d0cdf347" 2018-08-12 08:07:11,883 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 155 X-Openstack-Request-Id: req-59037d3c-42b1-45fd-8d11-e8d79939ee35 Date: Sun, 12 Aug 2018 08:07:11 GMT RESP BODY: {"NeutronError": {"message": "Security group rule 3f0c8c46-a495-4a0f-a41d-73ce2890cf7e does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2018-08-12 08:07:11,883 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/3f0c8c46-a495-4a0f-a41d-73ce2890cf7e used request id req-59037d3c-42b1-45fd-8d11-e8d79939ee35 2018-08-12 08:07:11,883 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Security group rule 3f0c8c46-a495-4a0f-a41d-73ce2890cf7e does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2018-08-12 08:07:11,883 - OpenStackSecurityGroup - WARNING - Rule not found, cannot delete - Security group rule 3f0c8c46-a495-4a0f-a41d-73ce2890cf7e does not exist Neutron server returns request_ids: ['req-59037d3c-42b1-45fd-8d11-e8d79939ee35'] 2018-08-12 08:07:11,883 - neutron_utils - INFO - Deleting security group rule with ID - 8ac52827-fe16-4864-8648-c85e7285540a 2018-08-12 08:07:11,887 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/8ac52827-fe16-4864-8648-c85e7285540a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddcd9a1eb756a42725627713d183a942d0cdf347" 2018-08-12 08:07:11,982 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-073f0a80-8508-433f-bbba-78df52f69464 Content-Length: 0 Date: Sun, 12 Aug 2018 08:07:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:07:11,982 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/8ac52827-fe16-4864-8648-c85e7285540a used request id req-073f0a80-8508-433f-bbba-78df52f69464 2018-08-12 08:07:11,982 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-c32ea1f7-fed0-4dfb-902c-b5769b88514bname 2018-08-12 08:07:11,987 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/664400dd-4a5d-41ae-9cd5-a9196d9ba15a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddcd9a1eb756a42725627713d183a942d0cdf347" 2018-08-12 08:07:12,305 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-efd834b4-6d27-4911-a58a-b1274ab584bf Content-Length: 0 Date: Sun, 12 Aug 2018 08:07:12 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:07:12,306 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/664400dd-4a5d-41ae-9cd5-a9196d9ba15a used request id req-efd834b4-6d27-4911-a58a-b1274ab584bf 2018-08-12 08:07:12,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:07:12,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:07:12,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:07:12,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:07:12,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:07:12,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fc21fa592f64682c44a8971f068645aa566edae" 2018-08-12 08:07:12,586 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 45548 X-Openstack-Request-Id: req-81c85c2e-068f-458a-9945-9eb5bcff1022 Date: Sun, 12 Aug 2018 08:07:12 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "created_at": "2018-08-12T06:59:44Z", "updated_at": "2018-08-12T06:59:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "1d7fd960-7865-4453-aecc-8d399b4fad21", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "66820d8a-b785-4b18-bd67-500221c8e4f9", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "74fc7638-a322-4841-8c47-06d36174a200", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "8eaa09ec-8419-4582-9312-1e527afe6e4b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}], "revision_number": 4, "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "created_at": "2018-08-12T05:12:34Z", "updated_at": "2018-08-12T05:12:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "709513d2-af7d-4d0b-bd3c-604fed75a711", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "aa346066-e46f-44f2-94be-2884aa998a19", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "c15f7b93-e56c-4afa-867d-2acb286d4b7b", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "cb0ef83f-5f70-4a80-ad35-431ca9df551e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}], "revision_number": 4, "project_id": "fa5a7fe6ee54472ba01638877aade8e3", "id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ea65becf30e54b27aa96a449698a435e", "created_at": "2018-08-12T05:10:35Z", "updated_at": "2018-08-12T05:10:35Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "30ad280c-f302-4cd4-a438-5139917b56f9", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "76115c4c-887d-4f0a-83e2-486e4b39c713", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "8ab14937-4c08-4d43-8a9a-662e622cc643", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "ee757a03-5662-4273-9c3e-6212e7afb48f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}], "revision_number": 4, "project_id": "ea65becf30e54b27aa96a449698a435e", "id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "created_at": "2018-08-12T06:20:09Z", "updated_at": "2018-08-12T06:20:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "1123b8f2-75ac-4a26-b9b2-a96da97408e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "2ddd2b93-e080-48cd-9a50-f5fe8a82ad0c", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "cd1bae62-0aea-4438-b4c3-50a69ae6f855", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "e398e01e-ceea-46d1-9534-b929808c4a5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}], "revision_number": 4, "project_id": "ff7abd7bb61f4f2889831e932d65dc2e", "id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "created_at": "2018-08-12T05:34:57Z", "updated_at": "2018-08-12T05:34:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "208a1c1e-f5f8-49c7-9a25-d07e68b1541f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "27bfd867-e607-4bf8-9de8-60682d3f771d", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "49360e1f-6fd3-4f35-b339-24cea95773ee", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "60f631a9-d305-4920-9631-d0543e2ac64f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}], "revision_number": 4, "project_id": "3a85ceae958d4d9fba68847e7df67db8", "id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "created_at": "2018-08-12T05:34:40Z", "updated_at": "2018-08-12T05:34:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "2192c259-363e-4768-ae73-e75837ad63b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "3f87ddc5-f84d-41dc-8215-847724782569", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "7d89f6da-ea78-49dd-9115-f9ad23b250bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "9ec4497d-0f65-44db-9be9-7b3042e4a584", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}], "revision_number": 4, "project_id": "85517fcf1c6247e699fdcdd42ecc8c79", "id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "created_at": "2018-08-12T05:16:02Z", "updated_at": "2018-08-12T05:16:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "1ecacd8c-c1c7-4a66-9871-406a69323b43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "3cc1750c-e0e7-4902-b6f3-494a161b832e", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "d719a7a4-8c99-44ed-8c12-6bf071890203", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "fe7421b5-d577-41da-8c78-62f3c07eda92", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}], "revision_number": 4, "project_id": "a267b9a156244bb192691cff6e5f74fe", "id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "315a428116f24d9fbb826b37080a918e", "created_at": "2018-08-12T05:11:31Z", "updated_at": "2018-08-12T05:11:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "5e52886a-1dc3-4a81-a55d-f388dc4fd1a1", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "678e32e4-d64c-448a-a4ab-e253ab94ae90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "a8da1539-e3ad-4f90-b2df-3dc1f09d228a", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "b73d5cc9-0205-4658-bb1f-61a042c0ab8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}], "revision_number": 4, "project_id": "315a428116f24d9fbb826b37080a918e", "id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-12T05:08:01Z", "updated_at": "2018-08-12T05:08:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:01Z", "revision_number": 0, "id": "0fb05d03-1117-45d0-930c-b6d4c96ef102", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "4faaab33-5788-4bbd-85b8-0fb44d41413a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "96d0c5a0-5c67-421b-8fc8-2b46d77e5db3", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "dd78519b-4bc5-4e8e-ad0f-58089dd69347", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "11a46741b7954b959fd7764109c047b6", "created_at": "2018-08-12T05:34:51Z", "updated_at": "2018-08-12T05:34:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "0b67bf3c-2289-43bb-ab6c-7d25ec32a279", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "51f3f833-337a-42bd-a8d5-742ea8d6c226", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "571fd0b5-ef90-408d-af33-aafb517b8993", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "944ba823-fb9c-496e-a66e-bb426bb14a8d", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}], "revision_number": 4, "project_id": "11a46741b7954b959fd7764109c047b6", "id": "90af9782-8112-4257-801d-ee5115d226ba", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "created_at": "2018-08-12T05:34:26Z", "updated_at": "2018-08-12T05:34:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "2ee1f63a-807c-4d6a-85ee-dd784f6b8c3f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5dec3ec2-2add-47dd-8618-90659dcf3885", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5ea0dc3e-49d0-43f0-94e9-f6443527d14c", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "fbfaca22-7e3e-4128-8973-43e439b77c28", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}], "revision_number": 4, "project_id": "3c01cd58055c44ecaef39f7e625c2258", "id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "521007c1818145639e93ceb270559219", "created_at": "2018-08-12T05:13:27Z", "updated_at": "2018-08-12T05:13:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "5e7fede5-b0f2-47d8-95c3-516cdfc7f9de", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "8fd0e36f-c6c4-4f64-ba97-40439e614448", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "db7d79de-1dfc-4138-945f-91e74cdc266b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "e87f2cff-ff3e-4b6d-aaf0-7f0eb0ab9f05", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}], "revision_number": 4, "project_id": "521007c1818145639e93ceb270559219", "id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "created_at": "2018-08-12T05:08:18Z", "updated_at": "2018-08-12T05:08:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "3c67be40-bf74-4f97-9693-d93ce73a23b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "6112d869-2fc6-4a25-a13c-3d55cd7206c0", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "bdf21c56-453e-482e-9cba-3c55abcb0339", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "c8e92c39-38cc-4f48-be9c-5f0912e6a725", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}], "revision_number": 4, "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "created_at": "2018-08-12T05:04:23Z", "updated_at": "2018-08-12T05:04:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "280546d9-8ad1-4283-abfc-15ee9b1736c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "58bce125-f2ca-4a6d-b9ca-4e6cf5c0f7a5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "69275b9a-cfb5-482c-a9c4-8ffc79adf2c7", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "6d747f3a-3764-469a-a645-f977585c5aac", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}], "revision_number": 4, "project_id": "310f5853751a4c968f3eeb0a3d99a0a8", "id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "created_at": "2018-08-12T05:34:42Z", "updated_at": "2018-08-12T05:34:42Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "199582e8-25aa-457a-aa7c-6d8413ca4464", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "234f3609-4454-448f-919d-c8143c7cd764", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "c1061460-71a2-49a9-a04b-9fa33eeb17ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "d21ac532-51d8-4d6b-8300-7bac216759bf", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}], "revision_number": 4, "project_id": "9f6c1a272706419c9a74b0893b2890e8", "id": "d6739716-c693-460c-89c6-e7c8c48f8245", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "created_at": "2018-08-12T05:34:54Z", "updated_at": "2018-08-12T05:34:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "0633a05a-ee7d-4476-a56b-75d011b22f77", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "6cc1b9f8-73db-47a3-a0e0-3c96c43f34da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "90d99a6b-e94f-4fd8-a10c-f19dd8954c13", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "e843c139-af2a-4d2c-a24f-59f7b10ff72e", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}], "revision_number": 4, "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "created_at": "2018-08-12T08:07:02Z", "updated_at": "2018-08-12T08:07:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:07:02Z", "revision_number": 0, "id": "06846a72-2452-4a47-8fb2-a4e754ff04b1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:07:02Z", "security_group_id": "e779e9f2-2434-469e-add7-8deadd9fa44f", "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "port_range_min": null, "ethertype": "IPv4", "project_id": "b0d709073ea54e4c971362c55630dc9a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:07:02Z", "revision_number": 0, "id": "2878cbd8-86ac-4d6a-a06f-750a0d9ace7a", "remote_group_id": "e779e9f2-2434-469e-add7-8deadd9fa44f", "remote_ip_prefix": null, "created_at": "2018-08-12T08:07:02Z", "security_group_id": "e779e9f2-2434-469e-add7-8deadd9fa44f", "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "port_range_min": null, "ethertype": "IPv6", "project_id": "b0d709073ea54e4c971362c55630dc9a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:07:02Z", "revision_number": 0, "id": "94f5e176-5e2d-4a95-a0c2-7f866df5189c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:07:02Z", "security_group_id": "e779e9f2-2434-469e-add7-8deadd9fa44f", "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "port_range_min": null, "ethertype": "IPv6", "project_id": "b0d709073ea54e4c971362c55630dc9a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:07:02Z", "revision_number": 0, "id": "adf77a95-588c-4065-848d-654174559f53", "remote_group_id": "e779e9f2-2434-469e-add7-8deadd9fa44f", "remote_ip_prefix": null, "created_at": "2018-08-12T08:07:02Z", "security_group_id": "e779e9f2-2434-469e-add7-8deadd9fa44f", "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "port_range_min": null, "ethertype": "IPv4", "project_id": "b0d709073ea54e4c971362c55630dc9a"}], "revision_number": 4, "project_id": "b0d709073ea54e4c971362c55630dc9a", "id": "e779e9f2-2434-469e-add7-8deadd9fa44f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "created_at": "2018-08-12T05:09:07Z", "updated_at": "2018-08-12T05:09:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "5495e168-f505-4d74-ae6d-387f0bf533c2", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "6fd19b8b-3062-456e-81ba-3ff37fe43429", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8ca59d25-485c-46ce-939c-2e4a468caeac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8f190846-50a0-42b9-b571-390809b752b1", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}], "revision_number": 4, "project_id": "fa9ca6d7608b4d7d87ce97331679a481", "id": "edcd9b17-9416-4c25-823c-060c435e18d7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "created_at": "2018-08-12T05:34:52Z", "updated_at": "2018-08-12T05:34:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "2c7e484e-6ec5-4a95-8c9c-66d294c0c27e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "70c74258-3c2c-4efc-87e0-079c26ee3417", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "b70382fa-082e-4c2b-abc8-87490fa50b11", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "c3628e02-b4b6-42c9-8751-c1a2d3c19caa", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}], "revision_number": 4, "project_id": "87db863ba6e348b0a5ddcb67053db9d1", "id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "name": "default"}]} 2018-08-12 08:07:12,587 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-81c85c2e-068f-458a-9945-9eb5bcff1022 2018-08-12 08:07:12,596 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fc21fa592f64682c44a8971f068645aa566edae" 2018-08-12 08:07:12,690 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:07:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-49d1ae6c-3c67-4f18-8f9e-ef842d66f186 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 5fe28c13d4d74ba2be8d019ac1ea6363.", "code": 404, "title": "Not Found"}} 2018-08-12 08:07:12,691 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 used request id req-49d1ae6c-3c67-4f18-8f9e-ef842d66f186 2018-08-12 08:07:12,691 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:07:12,695 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fc21fa592f64682c44a8971f068645aa566edae" 2018-08-12 08:07:12,781 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:07:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d9e92d7c-e665-4489-bb64-dadd1d216db6 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa5a7fe6ee54472ba01638877aade8e3.", "code": 404, "title": "Not Found"}} 2018-08-12 08:07:12,781 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 used request id req-d9e92d7c-e665-4489-bb64-dadd1d216db6 2018-08-12 08:07:12,781 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:07:12,785 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fc21fa592f64682c44a8971f068645aa566edae" 2018-08-12 08:07:12,879 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:07:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4afc53d6-a501-46fe-b449-003a9ddb9c10 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ea65becf30e54b27aa96a449698a435e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:07:12,879 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e used request id req-4afc53d6-a501-46fe-b449-003a9ddb9c10 2018-08-12 08:07:12,879 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:07:12,883 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fc21fa592f64682c44a8971f068645aa566edae" 2018-08-12 08:07:12,974 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:07:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fc47103d-3b12-45c1-8ad3-50251bd54b17 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ff7abd7bb61f4f2889831e932d65dc2e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:07:12,975 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e used request id req-fc47103d-3b12-45c1-8ad3-50251bd54b17 2018-08-12 08:07:12,975 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:07:12,978 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fc21fa592f64682c44a8971f068645aa566edae" 2018-08-12 08:07:13,067 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:07:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6e1ce589-3924-4eb6-a9b1-0d605fda0fc6 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3a85ceae958d4d9fba68847e7df67db8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:07:13,067 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 used request id req-6e1ce589-3924-4eb6-a9b1-0d605fda0fc6 2018-08-12 08:07:13,067 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:07:13,071 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fc21fa592f64682c44a8971f068645aa566edae" 2018-08-12 08:07:13,163 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:07:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-341d5715-48ae-4ca8-9e39-2a1df02bd7bf Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 85517fcf1c6247e699fdcdd42ecc8c79.", "code": 404, "title": "Not Found"}} 2018-08-12 08:07:13,163 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 used request id req-341d5715-48ae-4ca8-9e39-2a1df02bd7bf 2018-08-12 08:07:13,163 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:07:13,167 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fc21fa592f64682c44a8971f068645aa566edae" 2018-08-12 08:07:13,263 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:07:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7aeda37a-95c3-46b3-b2db-c66771f4a4b1 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}} 2018-08-12 08:07:13,263 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe used request id req-7aeda37a-95c3-46b3-b2db-c66771f4a4b1 2018-08-12 08:07:13,267 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fc21fa592f64682c44a8971f068645aa566edae" 2018-08-12 08:07:13,357 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:07:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0a1d4345-f2fb-4635-8669-b52618d20111 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 315a428116f24d9fbb826b37080a918e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:07:13,357 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e used request id req-0a1d4345-f2fb-4635-8669-b52618d20111 2018-08-12 08:07:13,357 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:07:13,361 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fc21fa592f64682c44a8971f068645aa566edae" 2018-08-12 08:07:13,449 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:07:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-db9ede7e-d81c-471c-9e8a-7970c2a9e0ac Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 11a46741b7954b959fd7764109c047b6.", "code": 404, "title": "Not Found"}} 2018-08-12 08:07:13,449 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 used request id req-db9ede7e-d81c-471c-9e8a-7970c2a9e0ac 2018-08-12 08:07:13,450 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:07:13,453 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fc21fa592f64682c44a8971f068645aa566edae" 2018-08-12 08:07:13,546 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:07:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5269480e-fa02-49f5-8991-6e89ee0ff696 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3c01cd58055c44ecaef39f7e625c2258.", "code": 404, "title": "Not Found"}} 2018-08-12 08:07:13,546 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 used request id req-5269480e-fa02-49f5-8991-6e89ee0ff696 2018-08-12 08:07:13,546 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:07:13,549 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fc21fa592f64682c44a8971f068645aa566edae" 2018-08-12 08:07:13,639 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:07:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-76811f30-1e6b-4406-9378-e261cc3339d6 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 521007c1818145639e93ceb270559219.", "code": 404, "title": "Not Found"}} 2018-08-12 08:07:13,640 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 used request id req-76811f30-1e6b-4406-9378-e261cc3339d6 2018-08-12 08:07:13,640 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:07:13,643 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fc21fa592f64682c44a8971f068645aa566edae" 2018-08-12 08:07:13,736 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:07:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-29d3cb49-f9bd-450b-82d0-dfb459758ffb Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e18fcc7fc10a4fd0b20234f8520d0aab.", "code": 404, "title": "Not Found"}} 2018-08-12 08:07:13,736 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab used request id req-29d3cb49-f9bd-450b-82d0-dfb459758ffb 2018-08-12 08:07:13,736 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:07:13,740 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fc21fa592f64682c44a8971f068645aa566edae" 2018-08-12 08:07:13,832 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:07:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bc914799-fdc0-4097-b376-201b5a7d3483 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "310f5853751a4c968f3eeb0a3d99a0a8", "name": "service"}} 2018-08-12 08:07:13,832 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 used request id req-bc914799-fdc0-4097-b376-201b5a7d3483 2018-08-12 08:07:13,836 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fc21fa592f64682c44a8971f068645aa566edae" 2018-08-12 08:07:13,922 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:07:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e06a652b-c563-4390-9941-0d469300f155 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9f6c1a272706419c9a74b0893b2890e8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:07:13,923 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 used request id req-e06a652b-c563-4390-9941-0d469300f155 2018-08-12 08:07:13,923 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:07:13,926 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/34cb7327fcfc4b52a63b4b8c0ea4a54d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fc21fa592f64682c44a8971f068645aa566edae" 2018-08-12 08:07:14,014 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:07:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bc9ab13a-5cd2-4dd8-a405-c9468e8648e7 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 34cb7327fcfc4b52a63b4b8c0ea4a54d.", "code": 404, "title": "Not Found"}} 2018-08-12 08:07:14,014 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/34cb7327fcfc4b52a63b4b8c0ea4a54d used request id req-bc9ab13a-5cd2-4dd8-a405-c9468e8648e7 2018-08-12 08:07:14,015 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:07:14,018 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/b0d709073ea54e4c971362c55630dc9a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fc21fa592f64682c44a8971f068645aa566edae" 2018-08-12 08:07:14,113 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:07:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e88ab6be-cc23-4b37-b5b3-22bb8e7f357b Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/b0d709073ea54e4c971362c55630dc9a"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "b0d709073ea54e4c971362c55630dc9a", "name": "CreateSecurityGroupTests-91f5ec6d-6d73-47f-proj"}} 2018-08-12 08:07:14,113 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/b0d709073ea54e4c971362c55630dc9a used request id req-e88ab6be-cc23-4b37-b5b3-22bb8e7f357b 2018-08-12 08:07:14,113 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e779e9f2-2434-469e-add7-8deadd9fa44f 2018-08-12 08:07:14,118 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=e779e9f2-2434-469e-add7-8deadd9fa44f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fc21fa592f64682c44a8971f068645aa566edae" 2018-08-12 08:07:14,297 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-f8345db6-f928-416e-8066-a8cd571b4e90 Date: Sun, 12 Aug 2018 08:07:14 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:07:02Z", "security_group_id": "e779e9f2-2434-469e-add7-8deadd9fa44f", "port_range_min": null, "revision_number": 0, "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "created_at": "2018-08-12T08:07:02Z", "project_id": "b0d709073ea54e4c971362c55630dc9a", "id": "06846a72-2452-4a47-8fb2-a4e754ff04b1"}, {"remote_group_id": "e779e9f2-2434-469e-add7-8deadd9fa44f", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:07:02Z", "security_group_id": "e779e9f2-2434-469e-add7-8deadd9fa44f", "port_range_min": null, "revision_number": 0, "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "created_at": "2018-08-12T08:07:02Z", "project_id": "b0d709073ea54e4c971362c55630dc9a", "id": "2878cbd8-86ac-4d6a-a06f-750a0d9ace7a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:07:02Z", "security_group_id": "e779e9f2-2434-469e-add7-8deadd9fa44f", "port_range_min": null, "revision_number": 0, "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "created_at": "2018-08-12T08:07:02Z", "project_id": "b0d709073ea54e4c971362c55630dc9a", "id": "94f5e176-5e2d-4a95-a0c2-7f866df5189c"}, {"remote_group_id": "e779e9f2-2434-469e-add7-8deadd9fa44f", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:07:02Z", "security_group_id": "e779e9f2-2434-469e-add7-8deadd9fa44f", "port_range_min": null, "revision_number": 0, "tenant_id": "b0d709073ea54e4c971362c55630dc9a", "created_at": "2018-08-12T08:07:02Z", "project_id": "b0d709073ea54e4c971362c55630dc9a", "id": "adf77a95-588c-4065-848d-654174559f53"}]} 2018-08-12 08:07:14,298 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=e779e9f2-2434-469e-add7-8deadd9fa44f used request id req-f8345db6-f928-416e-8066-a8cd571b4e90 2018-08-12 08:07:14,299 - neutron_utils - INFO - Deleting security group with name - default 2018-08-12 08:07:14,303 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/e779e9f2-2434-469e-add7-8deadd9fa44f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fc21fa592f64682c44a8971f068645aa566edae" 2018-08-12 08:07:14,744 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1bb674bd-a747-4822-a034-4f2671e19730 Content-Length: 0 Date: Sun, 12 Aug 2018 08:07:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:07:14,744 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/e779e9f2-2434-469e-add7-8deadd9fa44f used request id req-1bb674bd-a747-4822-a034-4f2671e19730 2018-08-12 08:07:14,745 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-91f5ec6d-6d73-47f-proj 2018-08-12 08:07:14,749 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/b0d709073ea54e4c971362c55630dc9a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fc21fa592f64682c44a8971f068645aa566edae" 2018-08-12 08:07:15,114 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:07:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3352a4ef-5f03-4806-828c-d7ea5bc575f6 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 08:07:15,114 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/b0d709073ea54e4c971362c55630dc9a used request id req-3352a4ef-5f03-4806-828c-d7ea5bc575f6 2018-08-12 08:07:15,115 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-91f5ec6d-6d73-47f-proj-role 2018-08-12 08:07:15,118 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/3205ffcab6004a52b8fd8a6f1d780536 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fc21fa592f64682c44a8971f068645aa566edae" 2018-08-12 08:07:15,240 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:07:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-91aeb0e0-aab5-4698-898e-7907d9a6613a 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 08:07:15,240 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/3205ffcab6004a52b8fd8a6f1d780536 used request id req-91aeb0e0-aab5-4698-898e-7907d9a6613a 2018-08-12 08:07:15,244 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fc21fa592f64682c44a8971f068645aa566edae" 2018-08-12 08:07:15,333 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:07:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-669f2ada-4511-4b45-ab07-f9f8e39df750 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:07:15,333 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-669f2ada-4511-4b45-ab07-f9f8e39df750 2018-08-12 08:07:15,334 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-91f5ec6d-6d73-47f-user 2018-08-12 08:07:15,337 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/013536e9cc4e4dd197cef625303eb50d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f563f3b75eae1d064670974f0f4303b07e2119b2" 2018-08-12 08:07:15,529 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:07:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-df8b234b-0190-4b72-8576-66e5f0bdbf98 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 08:07:15,529 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/013536e9cc4e4dd197cef625303eb50d used request id req-df8b234b-0190-4b72-8576-66e5f0bdbf98 2018-08-12 08:07:15,531 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:07:15,930 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:07:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["Ud8stx3_Qf2aWFUNh9D2IQ"], "issued_at": "2018-08-12T08:07:15.000000Z"}} 2018-08-12 08:07:15,931 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}5d8d16a673aa1e73d6a16993e19ecd29ccf79e57" 2018-08-12 08:07:16,021 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:07:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9052fe99-7b3e-4f2d-a5de-9cedeb3b2572 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:07:16,021 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-9052fe99-7b3e-4f2d-a5de-9cedeb3b2572 2018-08-12 08:07:16,022 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:07:16,023 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:07:16,411 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:07:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["GO4JjmCrQYiVILN43wB-XQ"], "issued_at": "2018-08-12T08:07:16.000000Z"}} 2018-08-12 08:07:16,412 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}e81d3b93e19509cbb79b10f406d40db992627e61" 2018-08-12 08:07:16,512 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:07:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4234717f-b7db-4f76-a569-5ea67b9272b6 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:07:16,512 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-4234717f-b7db-4f76-a569-5ea67b9272b6 2018-08-12 08:07:16,517 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:07:16,522 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:07:16 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:07:16,523 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-48289627-8aa8-4fd-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e81d3b93e19509cbb79b10f406d40db992627e61" 2018-08-12 08:07:16,609 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:07:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d12b1111-1e94-416f-85ef-d47876c41165 Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-48289627-8aa8-4fd-proj", "previous": null, "next": null}, "projects": []} 2018-08-12 08:07:16,609 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-48289627-8aa8-4fd-proj used request id req-d12b1111-1e94-416f-85ef-d47876c41165 2018-08-12 08:07:16,613 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e81d3b93e19509cbb79b10f406d40db992627e61" 2018-08-12 08:07:16,803 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:07:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-175b1c03-59d8-4d9b-915d-5ea3efa877b2 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:07:16,803 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-175b1c03-59d8-4d9b-915d-5ea3efa877b2 2018-08-12 08:07:16,807 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e81d3b93e19509cbb79b10f406d40db992627e61" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSecurityGroupTests-48289627-8aa8-4fd-proj"}}' 2018-08-12 08:07:16,941 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:07:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4af4c4d0-3642-4cf3-8906-907d2e6fb1d4 Content-Length: 321 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/1e1856b6f2544f9ba6169f95ac9990c3"}, "tags": [], "enabled": true, "id": "1e1856b6f2544f9ba6169f95ac9990c3", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-48289627-8aa8-4fd-proj"}} 2018-08-12 08:07:16,941 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-4af4c4d0-3642-4cf3-8906-907d2e6fb1d4 2018-08-12 08:07:16,941 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-48289627-8aa8-4fd-proj 2018-08-12 08:07:16,942 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:07:16,942 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:07:17,332 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:07:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["5qwP9qdmT86doys3xn5tbw"], "issued_at": "2018-08-12T08:07:17.000000Z"}} 2018-08-12 08:07:17,332 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}4286c10b5f615cc0eb7ad3db3c97ed855fe27aa5" 2018-08-12 08:07:17,423 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:07:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9d036de7-84b1-497d-88e5-b4b09a989f4d Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:07:17,423 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-9d036de7-84b1-497d-88e5-b4b09a989f4d 2018-08-12 08:07:17,427 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:07:17,433 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:07:17 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:07:17,433 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4286c10b5f615cc0eb7ad3db3c97ed855fe27aa5" 2018-08-12 08:07:17,548 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:07:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a3d9d67e-5ba7-498b-84df-fef8a672e3cb Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/105a247548624314b9228f85f6325f0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105a247548624314b9228f85f6325f0b", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/1c5de0eaa44543f08da6ad63a51594ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c5de0eaa44543f08da6ad63a51594ff", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/1d127b5b832547a88a547c116dfdd65b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d127b5b832547a88a547c116dfdd65b", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/1d5cfc170d624ce4ae53ae0507c8d517"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d5cfc170d624ce4ae53ae0507c8d517", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/2421820b75eb4d3ebd02830378d1377b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2421820b75eb4d3ebd02830378d1377b", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/40bd8ee54ecf44868cc83cede652c396"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40bd8ee54ecf44868cc83cede652c396", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/4f32fb8153854c4c9f5094b42b523f80"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f32fb8153854c4c9f5094b42b523f80", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7066130d08fb4db7bf4ab468de53933b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7066130d08fb4db7bf4ab468de53933b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/8d0898a83bcf4521bbc11501d5d7ac89"}, "domain_id": "1eec97585bde483292ece28ee11f4b8d", "enabled": true, "options": {}, "id": "8d0898a83bcf4521bbc11501d5d7ac89", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/9defcced327d476f8a3beab718a13da3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9defcced327d476f8a3beab718a13da3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/b80ee4f6992446e0879624dd436e99a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b80ee4f6992446e0879624dd436e99a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b86fd3e011324d398fcdb6f095a20a9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b86fd3e011324d398fcdb6f095a20a9d", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1701d2754064b5cadf765ea0806f9b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1701d2754064b5cadf765ea0806f9b2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/db4e7b8d76d549faa502716565c733dd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db4e7b8d76d549faa502716565c733dd", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-12 08:07:17,548 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-a3d9d67e-5ba7-498b-84df-fef8a672e3cb 2018-08-12 08:07:17,551 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateSecurityGroupTests-48289627-8aa8-4fd-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4286c10b5f615cc0eb7ad3db3c97ed855fe27aa5" 2018-08-12 08:07:17,647 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:07:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-08fc68c5-3b19-4681-b161-e7b212c75416 Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateSecurityGroupTests-48289627-8aa8-4fd-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/1e1856b6f2544f9ba6169f95ac9990c3"}, "tags": [], "enabled": true, "id": "1e1856b6f2544f9ba6169f95ac9990c3", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-48289627-8aa8-4fd-proj"}]} 2018-08-12 08:07:17,648 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateSecurityGroupTests-48289627-8aa8-4fd-proj used request id req-08fc68c5-3b19-4681-b161-e7b212c75416 2018-08-12 08:07:17,651 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4286c10b5f615cc0eb7ad3db3c97ed855fe27aa5" 2018-08-12 08:07:17,772 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:07:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-13da9770-3058-4112-93be-f9ccc874fd3b Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:07:17,772 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-13da9770-3058-4112-93be-f9ccc874fd3b 2018-08-12 08:07:18,072 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-48289627-8aa8-4fd-user 2018-08-12 08:07:18,072 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:07:18,076 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e81d3b93e19509cbb79b10f406d40db992627e61" 2018-08-12 08:07:18,169 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:07:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-95e62381-b593-4c05-9252-6d50e80e831a Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:07:18,169 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-95e62381-b593-4c05-9252-6d50e80e831a 2018-08-12 08:07:18,173 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e81d3b93e19509cbb79b10f406d40db992627e61" -d '{"role": {"name": "CreateSecurityGroupTests-48289627-8aa8-4fd-proj-role"}}' 2018-08-12 08:07:18,288 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:07:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6d6c1ebd-3a90-439b-ab58-e8bae70f94a2 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "5b9d67f1618b4a0da7bbf48a8254e0c9", "links": {"self": "http://172.30.9.21:5000/v3/roles/5b9d67f1618b4a0da7bbf48a8254e0c9"}, "name": "CreateSecurityGroupTests-48289627-8aa8-4fd-proj-role"}} 2018-08-12 08:07:18,288 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-6d6c1ebd-3a90-439b-ab58-e8bae70f94a2 2018-08-12 08:07:18,288 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-48289627-8aa8-4fd-proj-role 2018-08-12 08:07:18,291 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/5b9d67f1618b4a0da7bbf48a8254e0c9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e81d3b93e19509cbb79b10f406d40db992627e61" 2018-08-12 08:07:18,376 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:07:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-06f8774b-10ae-49ab-90a4-e961977b40b8 Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "5b9d67f1618b4a0da7bbf48a8254e0c9", "links": {"self": "http://172.30.9.21:5000/v3/roles/5b9d67f1618b4a0da7bbf48a8254e0c9"}, "name": "CreateSecurityGroupTests-48289627-8aa8-4fd-proj-role"}} 2018-08-12 08:07:18,376 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/5b9d67f1618b4a0da7bbf48a8254e0c9 used request id req-06f8774b-10ae-49ab-90a4-e961977b40b8 2018-08-12 08:07:18,377 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-48289627-8aa8-4fd-proj-role to project CreateSecurityGroupTests-48289627-8aa8-4fd-proj 2018-08-12 08:07:18,380 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/1e1856b6f2544f9ba6169f95ac9990c3/users/403f40626a5842e6aed9599743ed72a1/roles/5b9d67f1618b4a0da7bbf48a8254e0c9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e81d3b93e19509cbb79b10f406d40db992627e61" 2018-08-12 08:07:18,513 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:07:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4ce0d169-acee-42e7-ac8e-7142b3f02aeb 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 08:07:18,513 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/1e1856b6f2544f9ba6169f95ac9990c3/users/403f40626a5842e6aed9599743ed72a1/roles/5b9d67f1618b4a0da7bbf48a8254e0c9 used request id req-4ce0d169-acee-42e7-ac8e-7142b3f02aeb 2018-08-12 08:07:18,513 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:07:18,513 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:07:18,514 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:07:18,514 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:07:18,514 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:07:18,515 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:07:18,516 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:07:18,917 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5b9d67f1618b4a0da7bbf48a8254e0c9", "name": "CreateSecurityGroupTests-48289627-8aa8-4fd-proj-role"}], "expires_at": "2018-08-12T09:07:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1e1856b6f2544f9ba6169f95ac9990c3", "name": "CreateSecurityGroupTests-48289627-8aa8-4fd-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/1e1856b6f2544f9ba6169f95ac9990c3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/1e1856b6f2544f9ba6169f95ac9990c3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/1e1856b6f2544f9ba6169f95ac9990c3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_1e1856b6f2544f9ba6169f95ac9990c3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_1e1856b6f2544f9ba6169f95ac9990c3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/1e1856b6f2544f9ba6169f95ac9990c3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/1e1856b6f2544f9ba6169f95ac9990c3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/1e1856b6f2544f9ba6169f95ac9990c3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/1e1856b6f2544f9ba6169f95ac9990c3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/1e1856b6f2544f9ba6169f95ac9990c3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/1e1856b6f2544f9ba6169f95ac9990c3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/1e1856b6f2544f9ba6169f95ac9990c3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/1e1856b6f2544f9ba6169f95ac9990c3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/1e1856b6f2544f9ba6169f95ac9990c3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-48289627-8aa8-4fd-user", "id": "403f40626a5842e6aed9599743ed72a1"}, "audit_ids": ["dETp_ZVnQgm1MYbOJVYH3w"], "issued_at": "2018-08-12T08:07:18.000000Z"}} 2018-08-12 08:07:18,918 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}5fd7c85e92ca1f7a7d988c892e921fb09226429c" 2018-08-12 08:07:19,001 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:07:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d558b1af-f5db-46fe-b8ba-2e840b9578aa Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:07:19,001 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-d558b1af-f5db-46fe-b8ba-2e840b9578aa 2018-08-12 08:07:19,003 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:07:19,003 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:07:19,003 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:07:19,003 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:07:19,003 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:07:19,010 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-36a0754b-fd0d-424b-a5e7-030cc4491cbcname&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fd7c85e92ca1f7a7d988c892e921fb09226429c" 2018-08-12 08:07:19,337 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-77d37200-aa0a-48c6-bea4-b256762b1f78 Date: Sun, 12 Aug 2018 08:07:19 GMT RESP BODY: {"security_groups": []} 2018-08-12 08:07:19,337 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-36a0754b-fd0d-424b-a5e7-030cc4491cbcname&description=hello+group used request id req-77d37200-aa0a-48c6-bea4-b256762b1f78 2018-08-12 08:07:19,337 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-36a0754b-fd0d-424b-a5e7-030cc4491cbcname... 2018-08-12 08:07:19,337 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-36a0754b-fd0d-424b-a5e7-030cc4491cbcname 2018-08-12 08:07:19,342 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fd7c85e92ca1f7a7d988c892e921fb09226429c" -d '{"security_group": {"name": "CreateSecurityGroupTests-36a0754b-fd0d-424b-a5e7-030cc4491cbcname", "description": "hello group"}}' 2018-08-12 08:07:19,779 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1408 X-Openstack-Request-Id: req-63ffa41c-a53f-410f-af59-5c88b7512b0d Date: Sun, 12 Aug 2018 08:07:19 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "created_at": "2018-08-12T08:07:19Z", "updated_at": "2018-08-12T08:07:19Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:07:19Z", "revision_number": 0, "id": "7ac5fecc-ca50-4c81-957f-c99d789ab926", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:07:19Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:07:19Z", "revision_number": 0, "id": "c58f5189-812a-4e6c-bdab-b09f25294101", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:07:19Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3"}], "revision_number": 2, "project_id": "1e1856b6f2544f9ba6169f95ac9990c3", "id": "7dfbc461-8d3f-4219-8390-5a633065971d", "name": "CreateSecurityGroupTests-36a0754b-fd0d-424b-a5e7-030cc4491cbcname"}} 2018-08-12 08:07:19,779 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups used request id req-63ffa41c-a53f-410f-af59-5c88b7512b0d 2018-08-12 08:07:19,779 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7dfbc461-8d3f-4219-8390-5a633065971d 2018-08-12 08:07:19,784 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=7dfbc461-8d3f-4219-8390-5a633065971d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fd7c85e92ca1f7a7d988c892e921fb09226429c" 2018-08-12 08:07:20,064 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-298b230d-6d68-42dd-9b92-c90258a17d88 Date: Sun, 12 Aug 2018 08:07:20 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-12T08:07:19Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "port_range_min": null, "revision_number": 0, "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "created_at": "2018-08-12T08:07:19Z", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3", "id": "7ac5fecc-ca50-4c81-957f-c99d789ab926"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:07:19Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "port_range_min": null, "revision_number": 0, "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "created_at": "2018-08-12T08:07:19Z", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3", "id": "c58f5189-812a-4e6c-bdab-b09f25294101"}]} 2018-08-12 08:07:20,064 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=7dfbc461-8d3f-4219-8390-5a633065971d used request id req-298b230d-6d68-42dd-9b92-c90258a17d88 2018-08-12 08:07:20,064 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7dfbc461-8d3f-4219-8390-5a633065971d 2018-08-12 08:07:20,069 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=7dfbc461-8d3f-4219-8390-5a633065971d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fd7c85e92ca1f7a7d988c892e921fb09226429c" 2018-08-12 08:07:20,262 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-1819349c-c72c-4c78-9fe8-222461f855d8 Date: Sun, 12 Aug 2018 08:07:20 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-12T08:07:19Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "port_range_min": null, "revision_number": 0, "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "created_at": "2018-08-12T08:07:19Z", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3", "id": "7ac5fecc-ca50-4c81-957f-c99d789ab926"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:07:19Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "port_range_min": null, "revision_number": 0, "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "created_at": "2018-08-12T08:07:19Z", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3", "id": "c58f5189-812a-4e6c-bdab-b09f25294101"}]} 2018-08-12 08:07:20,262 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=7dfbc461-8d3f-4219-8390-5a633065971d used request id req-1819349c-c72c-4c78-9fe8-222461f855d8 2018-08-12 08:07:20,263 - neutron_utils - INFO - Retrieving security group with ID - 7dfbc461-8d3f-4219-8390-5a633065971d 2018-08-12 08:07:20,268 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=7dfbc461-8d3f-4219-8390-5a633065971d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fd7c85e92ca1f7a7d988c892e921fb09226429c" 2018-08-12 08:07:20,477 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-9a2f4166-f828-4c67-98f3-4a517febd8be Date: Sun, 12 Aug 2018 08:07:20 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "created_at": "2018-08-12T08:07:19Z", "updated_at": "2018-08-12T08:07:19Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:07:19Z", "revision_number": 0, "id": "7ac5fecc-ca50-4c81-957f-c99d789ab926", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:07:19Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:07:19Z", "revision_number": 0, "id": "c58f5189-812a-4e6c-bdab-b09f25294101", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:07:19Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3"}], "revision_number": 2, "project_id": "1e1856b6f2544f9ba6169f95ac9990c3", "id": "7dfbc461-8d3f-4219-8390-5a633065971d", "name": "CreateSecurityGroupTests-36a0754b-fd0d-424b-a5e7-030cc4491cbcname"}]} 2018-08-12 08:07:20,477 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=7dfbc461-8d3f-4219-8390-5a633065971d used request id req-9a2f4166-f828-4c67-98f3-4a517febd8be 2018-08-12 08:07:20,478 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7dfbc461-8d3f-4219-8390-5a633065971d 2018-08-12 08:07:20,483 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=7dfbc461-8d3f-4219-8390-5a633065971d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fd7c85e92ca1f7a7d988c892e921fb09226429c" 2018-08-12 08:07:20,671 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-2d4889c8-45d8-4ca9-bde3-a9c31bcd6db2 Date: Sun, 12 Aug 2018 08:07:20 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-12T08:07:19Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "port_range_min": null, "revision_number": 0, "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "created_at": "2018-08-12T08:07:19Z", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3", "id": "7ac5fecc-ca50-4c81-957f-c99d789ab926"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:07:19Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "port_range_min": null, "revision_number": 0, "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "created_at": "2018-08-12T08:07:19Z", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3", "id": "c58f5189-812a-4e6c-bdab-b09f25294101"}]} 2018-08-12 08:07:20,671 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=7dfbc461-8d3f-4219-8390-5a633065971d used request id req-2d4889c8-45d8-4ca9-bde3-a9c31bcd6db2 2018-08-12 08:07:20,672 - neutron_utils - INFO - Retrieving security group with ID - 7dfbc461-8d3f-4219-8390-5a633065971d 2018-08-12 08:07:20,677 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=7dfbc461-8d3f-4219-8390-5a633065971d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fd7c85e92ca1f7a7d988c892e921fb09226429c" 2018-08-12 08:07:20,893 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-a2b9d572-208f-4e30-882a-480d568dc01e Date: Sun, 12 Aug 2018 08:07:20 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "created_at": "2018-08-12T08:07:19Z", "updated_at": "2018-08-12T08:07:19Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:07:19Z", "revision_number": 0, "id": "7ac5fecc-ca50-4c81-957f-c99d789ab926", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:07:19Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:07:19Z", "revision_number": 0, "id": "c58f5189-812a-4e6c-bdab-b09f25294101", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:07:19Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3"}], "revision_number": 2, "project_id": "1e1856b6f2544f9ba6169f95ac9990c3", "id": "7dfbc461-8d3f-4219-8390-5a633065971d", "name": "CreateSecurityGroupTests-36a0754b-fd0d-424b-a5e7-030cc4491cbcname"}]} 2018-08-12 08:07:20,893 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=7dfbc461-8d3f-4219-8390-5a633065971d used request id req-a2b9d572-208f-4e30-882a-480d568dc01e 2018-08-12 08:07:20,894 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7dfbc461-8d3f-4219-8390-5a633065971d 2018-08-12 08:07:20,898 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=7dfbc461-8d3f-4219-8390-5a633065971d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fd7c85e92ca1f7a7d988c892e921fb09226429c" 2018-08-12 08:07:21,078 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-aa5c23fe-3831-4b57-a149-a1133bbed739 Date: Sun, 12 Aug 2018 08:07:21 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-12T08:07:19Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "port_range_min": null, "revision_number": 0, "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "created_at": "2018-08-12T08:07:19Z", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3", "id": "7ac5fecc-ca50-4c81-957f-c99d789ab926"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:07:19Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "port_range_min": null, "revision_number": 0, "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "created_at": "2018-08-12T08:07:19Z", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3", "id": "c58f5189-812a-4e6c-bdab-b09f25294101"}]} 2018-08-12 08:07:21,079 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=7dfbc461-8d3f-4219-8390-5a633065971d used request id req-aa5c23fe-3831-4b57-a149-a1133bbed739 2018-08-12 08:07:21,079 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-36a0754b-fd0d-424b-a5e7-030cc4491cbcname 2018-08-12 08:07:21,085 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-36a0754b-fd0d-424b-a5e7-030cc4491cbcname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fd7c85e92ca1f7a7d988c892e921fb09226429c" 2018-08-12 08:07:21,134 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-114c357b-825d-4d39-b92a-79725b557b77 Date: Sun, 12 Aug 2018 08:07:21 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "created_at": "2018-08-12T08:07:19Z", "updated_at": "2018-08-12T08:07:19Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:07:19Z", "revision_number": 0, "id": "7ac5fecc-ca50-4c81-957f-c99d789ab926", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:07:19Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:07:19Z", "revision_number": 0, "id": "c58f5189-812a-4e6c-bdab-b09f25294101", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:07:19Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3"}], "revision_number": 2, "project_id": "1e1856b6f2544f9ba6169f95ac9990c3", "id": "7dfbc461-8d3f-4219-8390-5a633065971d", "name": "CreateSecurityGroupTests-36a0754b-fd0d-424b-a5e7-030cc4491cbcname"}]} 2018-08-12 08:07:21,135 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-36a0754b-fd0d-424b-a5e7-030cc4491cbcname used request id req-114c357b-825d-4d39-b92a-79725b557b77 2018-08-12 08:07:21,137 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:07:21,141 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:07:21 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:07:21,142 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/1e1856b6f2544f9ba6169f95ac9990c3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fd7c85e92ca1f7a7d988c892e921fb09226429c" 2018-08-12 08:07:21,239 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:07:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3a8d74ac-d126-485e-9bf1-fced150468c3 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/1e1856b6f2544f9ba6169f95ac9990c3"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "1e1856b6f2544f9ba6169f95ac9990c3", "name": "CreateSecurityGroupTests-48289627-8aa8-4fd-proj"}} 2018-08-12 08:07:21,239 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/1e1856b6f2544f9ba6169f95ac9990c3 used request id req-3a8d74ac-d126-485e-9bf1-fced150468c3 2018-08-12 08:07:21,239 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7dfbc461-8d3f-4219-8390-5a633065971d 2018-08-12 08:07:21,244 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=7dfbc461-8d3f-4219-8390-5a633065971d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fd7c85e92ca1f7a7d988c892e921fb09226429c" 2018-08-12 08:07:21,435 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-1e3f0476-ad53-4289-9c8d-baa5f5e61e30 Date: Sun, 12 Aug 2018 08:07:21 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-12T08:07:19Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "port_range_min": null, "revision_number": 0, "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "created_at": "2018-08-12T08:07:19Z", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3", "id": "7ac5fecc-ca50-4c81-957f-c99d789ab926"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:07:19Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "port_range_min": null, "revision_number": 0, "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "created_at": "2018-08-12T08:07:19Z", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3", "id": "c58f5189-812a-4e6c-bdab-b09f25294101"}]} 2018-08-12 08:07:21,435 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=7dfbc461-8d3f-4219-8390-5a633065971d used request id req-1e3f0476-ad53-4289-9c8d-baa5f5e61e30 2018-08-12 08:07:21,441 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21: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}5fd7c85e92ca1f7a7d988c892e921fb09226429c" -d '{"security_group_rule": {"direction": "ingress", "description": "test_rule_1", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d"}}' 2018-08-12 08:07:21,659 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 521 X-Openstack-Request-Id: req-1fe7641e-a638-4572-b2b2-3cf1b163f89b Date: Sun, 12 Aug 2018 08:07:21 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:07:21Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "port_range_min": null, "revision_number": 0, "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "created_at": "2018-08-12T08:07:21Z", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3", "id": "02721a7e-015c-4381-b8a4-368510f8f554"}} 2018-08-12 08:07:21,660 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules used request id req-1fe7641e-a638-4572-b2b2-3cf1b163f89b 2018-08-12 08:07:21,660 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-36a0754b-fd0d-424b-a5e7-030cc4491cbcname 2018-08-12 08:07:21,665 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-36a0754b-fd0d-424b-a5e7-030cc4491cbcname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fd7c85e92ca1f7a7d988c892e921fb09226429c" 2018-08-12 08:07:21,889 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-1ca46bb4-350b-4d47-8771-6143d9f345ff Date: Sun, 12 Aug 2018 08:07:21 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "created_at": "2018-08-12T08:07:19Z", "updated_at": "2018-08-12T08:07:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:07:21Z", "revision_number": 0, "id": "02721a7e-015c-4381-b8a4-368510f8f554", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:07:21Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:07:19Z", "revision_number": 0, "id": "7ac5fecc-ca50-4c81-957f-c99d789ab926", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:07:19Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:07:19Z", "revision_number": 0, "id": "c58f5189-812a-4e6c-bdab-b09f25294101", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:07:19Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3"}], "revision_number": 3, "project_id": "1e1856b6f2544f9ba6169f95ac9990c3", "id": "7dfbc461-8d3f-4219-8390-5a633065971d", "name": "CreateSecurityGroupTests-36a0754b-fd0d-424b-a5e7-030cc4491cbcname"}]} 2018-08-12 08:07:21,889 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-36a0754b-fd0d-424b-a5e7-030cc4491cbcname used request id req-1ca46bb4-350b-4d47-8771-6143d9f345ff 2018-08-12 08:07:21,893 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/1e1856b6f2544f9ba6169f95ac9990c3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fd7c85e92ca1f7a7d988c892e921fb09226429c" 2018-08-12 08:07:21,983 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:07:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-91efe376-cb85-403c-844e-5ebb8ff1608b Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/1e1856b6f2544f9ba6169f95ac9990c3"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "1e1856b6f2544f9ba6169f95ac9990c3", "name": "CreateSecurityGroupTests-48289627-8aa8-4fd-proj"}} 2018-08-12 08:07:21,983 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/1e1856b6f2544f9ba6169f95ac9990c3 used request id req-91efe376-cb85-403c-844e-5ebb8ff1608b 2018-08-12 08:07:21,983 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7dfbc461-8d3f-4219-8390-5a633065971d 2018-08-12 08:07:21,988 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=7dfbc461-8d3f-4219-8390-5a633065971d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fd7c85e92ca1f7a7d988c892e921fb09226429c" 2018-08-12 08:07:22,175 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-2fbe7b51-7485-440f-97f8-1008302504ab Date: Sun, 12 Aug 2018 08:07:22 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:07:21Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "port_range_min": null, "revision_number": 0, "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "created_at": "2018-08-12T08:07:21Z", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3", "id": "02721a7e-015c-4381-b8a4-368510f8f554"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:07:19Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "port_range_min": null, "revision_number": 0, "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "created_at": "2018-08-12T08:07:19Z", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3", "id": "7ac5fecc-ca50-4c81-957f-c99d789ab926"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:07:19Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "port_range_min": null, "revision_number": 0, "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "created_at": "2018-08-12T08:07:19Z", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3", "id": "c58f5189-812a-4e6c-bdab-b09f25294101"}]} 2018-08-12 08:07:22,175 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=7dfbc461-8d3f-4219-8390-5a633065971d used request id req-2fbe7b51-7485-440f-97f8-1008302504ab 2018-08-12 08:07:22,181 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21: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}5fd7c85e92ca1f7a7d988c892e921fb09226429c" -d '{"security_group_rule": {"ethertype": "IPv6", "direction": "egress", "protocol": 17, "description": "test_rule_2", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d"}}' 2018-08-12 08:07:22,547 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 520 X-Openstack-Request-Id: req-40a5aedb-fb04-404c-81a7-9ad9d8c44626 Date: Sun, 12 Aug 2018 08:07:22 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:07:22Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "port_range_min": null, "revision_number": 0, "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "created_at": "2018-08-12T08:07:22Z", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3", "id": "e173b76d-6b34-49be-98e2-aab046fdddb5"}} 2018-08-12 08:07:22,547 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules used request id req-40a5aedb-fb04-404c-81a7-9ad9d8c44626 2018-08-12 08:07:22,548 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-36a0754b-fd0d-424b-a5e7-030cc4491cbcname 2018-08-12 08:07:22,552 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-36a0754b-fd0d-424b-a5e7-030cc4491cbcname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fd7c85e92ca1f7a7d988c892e921fb09226429c" 2018-08-12 08:07:22,776 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2430 X-Openstack-Request-Id: req-7378c711-3ee0-4737-adf0-f77337bcf3fe Date: Sun, 12 Aug 2018 08:07:22 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "created_at": "2018-08-12T08:07:19Z", "updated_at": "2018-08-12T08:07:22Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:07:21Z", "revision_number": 0, "id": "02721a7e-015c-4381-b8a4-368510f8f554", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:07:21Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:07:19Z", "revision_number": 0, "id": "7ac5fecc-ca50-4c81-957f-c99d789ab926", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:07:19Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:07:19Z", "revision_number": 0, "id": "c58f5189-812a-4e6c-bdab-b09f25294101", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:07:19Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:07:22Z", "revision_number": 0, "id": "e173b76d-6b34-49be-98e2-aab046fdddb5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:07:22Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3"}], "revision_number": 4, "project_id": "1e1856b6f2544f9ba6169f95ac9990c3", "id": "7dfbc461-8d3f-4219-8390-5a633065971d", "name": "CreateSecurityGroupTests-36a0754b-fd0d-424b-a5e7-030cc4491cbcname"}]} 2018-08-12 08:07:22,776 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-36a0754b-fd0d-424b-a5e7-030cc4491cbcname used request id req-7378c711-3ee0-4737-adf0-f77337bcf3fe 2018-08-12 08:07:22,780 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/1e1856b6f2544f9ba6169f95ac9990c3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fd7c85e92ca1f7a7d988c892e921fb09226429c" 2018-08-12 08:07:22,875 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:07:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-26e2d646-477b-4bb1-90c8-6318fbdc4dc3 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/1e1856b6f2544f9ba6169f95ac9990c3"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "1e1856b6f2544f9ba6169f95ac9990c3", "name": "CreateSecurityGroupTests-48289627-8aa8-4fd-proj"}} 2018-08-12 08:07:22,875 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/1e1856b6f2544f9ba6169f95ac9990c3 used request id req-26e2d646-477b-4bb1-90c8-6318fbdc4dc3 2018-08-12 08:07:22,876 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7dfbc461-8d3f-4219-8390-5a633065971d 2018-08-12 08:07:22,881 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=7dfbc461-8d3f-4219-8390-5a633065971d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fd7c85e92ca1f7a7d988c892e921fb09226429c" 2018-08-12 08:07:22,910 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1997 X-Openstack-Request-Id: req-b2d9c808-75de-480e-9e5a-8e01a71eab4c Date: Sun, 12 Aug 2018 08:07:22 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:07:21Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "port_range_min": null, "revision_number": 0, "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "created_at": "2018-08-12T08:07:21Z", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3", "id": "02721a7e-015c-4381-b8a4-368510f8f554"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:07:19Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "port_range_min": null, "revision_number": 0, "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "created_at": "2018-08-12T08:07:19Z", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3", "id": "7ac5fecc-ca50-4c81-957f-c99d789ab926"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:07:19Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "port_range_min": null, "revision_number": 0, "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "created_at": "2018-08-12T08:07:19Z", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3", "id": "c58f5189-812a-4e6c-bdab-b09f25294101"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:07:22Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "port_range_min": null, "revision_number": 0, "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "created_at": "2018-08-12T08:07:22Z", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3", "id": "e173b76d-6b34-49be-98e2-aab046fdddb5"}]} 2018-08-12 08:07:22,910 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=7dfbc461-8d3f-4219-8390-5a633065971d used request id req-b2d9c808-75de-480e-9e5a-8e01a71eab4c 2018-08-12 08:07:22,915 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21: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}5fd7c85e92ca1f7a7d988c892e921fb09226429c" -d '{"security_group_rule": {"direction": "egress", "protocol": 17, "description": "test_rule_3", "ethertype": "IPv4", "port_range_max": 20, "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "port_range_min": 10}}' 2018-08-12 08:07:23,103 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 516 X-Openstack-Request-Id: req-948b67d1-da79-44f3-ade7-6ae91644c20a Date: Sun, 12 Aug 2018 08:07:23 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-08-12T08:07:23Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "port_range_min": 10, "revision_number": 0, "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "created_at": "2018-08-12T08:07:23Z", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3", "id": "8120eb08-22f9-404f-9285-92a8bba29756"}} 2018-08-12 08:07:23,103 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules used request id req-948b67d1-da79-44f3-ade7-6ae91644c20a 2018-08-12 08:07:23,104 - neutron_utils - INFO - Retrieving security group with ID - 7dfbc461-8d3f-4219-8390-5a633065971d 2018-08-12 08:07:23,109 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=7dfbc461-8d3f-4219-8390-5a633065971d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fd7c85e92ca1f7a7d988c892e921fb09226429c" 2018-08-12 08:07:23,334 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-4270edfa-4bb7-4069-892e-1e0d85a1bef6 Date: Sun, 12 Aug 2018 08:07:23 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "created_at": "2018-08-12T08:07:19Z", "updated_at": "2018-08-12T08:07:23Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:07:21Z", "revision_number": 0, "id": "02721a7e-015c-4381-b8a4-368510f8f554", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:07:21Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:07:19Z", "revision_number": 0, "id": "7ac5fecc-ca50-4c81-957f-c99d789ab926", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:07:19Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-08-12T08:07:23Z", "revision_number": 0, "id": "8120eb08-22f9-404f-9285-92a8bba29756", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:07:23Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "port_range_min": 10, "ethertype": "IPv4", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:07:19Z", "revision_number": 0, "id": "c58f5189-812a-4e6c-bdab-b09f25294101", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:07:19Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:07:22Z", "revision_number": 0, "id": "e173b76d-6b34-49be-98e2-aab046fdddb5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:07:22Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3"}], "revision_number": 5, "project_id": "1e1856b6f2544f9ba6169f95ac9990c3", "id": "7dfbc461-8d3f-4219-8390-5a633065971d", "name": "CreateSecurityGroupTests-36a0754b-fd0d-424b-a5e7-030cc4491cbcname"}]} 2018-08-12 08:07:23,335 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=7dfbc461-8d3f-4219-8390-5a633065971d used request id req-4270edfa-4bb7-4069-892e-1e0d85a1bef6 2018-08-12 08:07:23,335 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7dfbc461-8d3f-4219-8390-5a633065971d 2018-08-12 08:07:23,340 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=7dfbc461-8d3f-4219-8390-5a633065971d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fd7c85e92ca1f7a7d988c892e921fb09226429c" 2018-08-12 08:07:23,544 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-8c5bee95-d2c2-44c1-ac59-f09ace304ad0 Date: Sun, 12 Aug 2018 08:07:23 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:07:21Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "port_range_min": null, "revision_number": 0, "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "created_at": "2018-08-12T08:07:21Z", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3", "id": "02721a7e-015c-4381-b8a4-368510f8f554"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:07:19Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "port_range_min": null, "revision_number": 0, "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "created_at": "2018-08-12T08:07:19Z", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3", "id": "7ac5fecc-ca50-4c81-957f-c99d789ab926"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-08-12T08:07:23Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "port_range_min": 10, "revision_number": 0, "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "created_at": "2018-08-12T08:07:23Z", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3", "id": "8120eb08-22f9-404f-9285-92a8bba29756"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:07:19Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "port_range_min": null, "revision_number": 0, "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "created_at": "2018-08-12T08:07:19Z", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3", "id": "c58f5189-812a-4e6c-bdab-b09f25294101"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:07:22Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "port_range_min": null, "revision_number": 0, "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "created_at": "2018-08-12T08:07:22Z", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3", "id": "e173b76d-6b34-49be-98e2-aab046fdddb5"}]} 2018-08-12 08:07:23,544 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=7dfbc461-8d3f-4219-8390-5a633065971d used request id req-8c5bee95-d2c2-44c1-ac59-f09ace304ad0 2018-08-12 08:07:23,545 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:07:23,942 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5b9d67f1618b4a0da7bbf48a8254e0c9", "name": "CreateSecurityGroupTests-48289627-8aa8-4fd-proj-role"}], "expires_at": "2018-08-12T09:07:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1e1856b6f2544f9ba6169f95ac9990c3", "name": "CreateSecurityGroupTests-48289627-8aa8-4fd-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/1e1856b6f2544f9ba6169f95ac9990c3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/1e1856b6f2544f9ba6169f95ac9990c3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/1e1856b6f2544f9ba6169f95ac9990c3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_1e1856b6f2544f9ba6169f95ac9990c3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_1e1856b6f2544f9ba6169f95ac9990c3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/1e1856b6f2544f9ba6169f95ac9990c3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/1e1856b6f2544f9ba6169f95ac9990c3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/1e1856b6f2544f9ba6169f95ac9990c3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/1e1856b6f2544f9ba6169f95ac9990c3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/1e1856b6f2544f9ba6169f95ac9990c3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/1e1856b6f2544f9ba6169f95ac9990c3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/1e1856b6f2544f9ba6169f95ac9990c3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/1e1856b6f2544f9ba6169f95ac9990c3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/1e1856b6f2544f9ba6169f95ac9990c3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-48289627-8aa8-4fd-user", "id": "403f40626a5842e6aed9599743ed72a1"}, "audit_ids": ["Ge0fwk_OQauz83rcigTsiA"], "issued_at": "2018-08-12T08:07:23.000000Z"}} 2018-08-12 08:07:23,947 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-36a0754b-fd0d-424b-a5e7-030cc4491cbcname&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbfe16c1bbe8cf8a66c5a20bed1116d2ee8808ec" 2018-08-12 08:07:24,152 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-31023db6-97b1-47af-b5f3-6845127723d2 Date: Sun, 12 Aug 2018 08:07:24 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "created_at": "2018-08-12T08:07:19Z", "updated_at": "2018-08-12T08:07:23Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:07:21Z", "revision_number": 0, "id": "02721a7e-015c-4381-b8a4-368510f8f554", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:07:21Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:07:19Z", "revision_number": 0, "id": "7ac5fecc-ca50-4c81-957f-c99d789ab926", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:07:19Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-08-12T08:07:23Z", "revision_number": 0, "id": "8120eb08-22f9-404f-9285-92a8bba29756", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:07:23Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "port_range_min": 10, "ethertype": "IPv4", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:07:19Z", "revision_number": 0, "id": "c58f5189-812a-4e6c-bdab-b09f25294101", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:07:19Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:07:22Z", "revision_number": 0, "id": "e173b76d-6b34-49be-98e2-aab046fdddb5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:07:22Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3"}], "revision_number": 5, "project_id": "1e1856b6f2544f9ba6169f95ac9990c3", "id": "7dfbc461-8d3f-4219-8390-5a633065971d", "name": "CreateSecurityGroupTests-36a0754b-fd0d-424b-a5e7-030cc4491cbcname"}]} 2018-08-12 08:07:24,152 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-36a0754b-fd0d-424b-a5e7-030cc4491cbcname&description=hello+group used request id req-31023db6-97b1-47af-b5f3-6845127723d2 2018-08-12 08:07:24,153 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7dfbc461-8d3f-4219-8390-5a633065971d 2018-08-12 08:07:24,158 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=7dfbc461-8d3f-4219-8390-5a633065971d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbfe16c1bbe8cf8a66c5a20bed1116d2ee8808ec" 2018-08-12 08:07:24,440 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-861dee49-0fa1-4514-8c0f-0de71082127b Date: Sun, 12 Aug 2018 08:07:24 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:07:21Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "port_range_min": null, "revision_number": 0, "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "created_at": "2018-08-12T08:07:21Z", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3", "id": "02721a7e-015c-4381-b8a4-368510f8f554"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:07:19Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "port_range_min": null, "revision_number": 0, "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "created_at": "2018-08-12T08:07:19Z", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3", "id": "7ac5fecc-ca50-4c81-957f-c99d789ab926"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-08-12T08:07:23Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "port_range_min": 10, "revision_number": 0, "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "created_at": "2018-08-12T08:07:23Z", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3", "id": "8120eb08-22f9-404f-9285-92a8bba29756"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:07:19Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "port_range_min": null, "revision_number": 0, "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "created_at": "2018-08-12T08:07:19Z", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3", "id": "c58f5189-812a-4e6c-bdab-b09f25294101"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:07:22Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "port_range_min": null, "revision_number": 0, "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "created_at": "2018-08-12T08:07:22Z", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3", "id": "e173b76d-6b34-49be-98e2-aab046fdddb5"}]} 2018-08-12 08:07:24,441 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=7dfbc461-8d3f-4219-8390-5a633065971d used request id req-861dee49-0fa1-4514-8c0f-0de71082127b 2018-08-12 08:07:24,441 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7dfbc461-8d3f-4219-8390-5a633065971d 2018-08-12 08:07:24,446 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=7dfbc461-8d3f-4219-8390-5a633065971d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbfe16c1bbe8cf8a66c5a20bed1116d2ee8808ec" 2018-08-12 08:07:24,654 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-7a5e16d6-26d2-4b29-8ed2-cfe2bf9436bf Date: Sun, 12 Aug 2018 08:07:24 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:07:21Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "port_range_min": null, "revision_number": 0, "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "created_at": "2018-08-12T08:07:21Z", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3", "id": "02721a7e-015c-4381-b8a4-368510f8f554"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:07:19Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "port_range_min": null, "revision_number": 0, "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "created_at": "2018-08-12T08:07:19Z", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3", "id": "7ac5fecc-ca50-4c81-957f-c99d789ab926"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-08-12T08:07:23Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "port_range_min": 10, "revision_number": 0, "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "created_at": "2018-08-12T08:07:23Z", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3", "id": "8120eb08-22f9-404f-9285-92a8bba29756"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:07:19Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "port_range_min": null, "revision_number": 0, "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "created_at": "2018-08-12T08:07:19Z", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3", "id": "c58f5189-812a-4e6c-bdab-b09f25294101"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:07:22Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "port_range_min": null, "revision_number": 0, "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "created_at": "2018-08-12T08:07:22Z", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3", "id": "e173b76d-6b34-49be-98e2-aab046fdddb5"}]} 2018-08-12 08:07:24,654 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=7dfbc461-8d3f-4219-8390-5a633065971d used request id req-7a5e16d6-26d2-4b29-8ed2-cfe2bf9436bf 2018-08-12 08:07:24,660 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-36a0754b-fd0d-424b-a5e7-030cc4491cbcname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbfe16c1bbe8cf8a66c5a20bed1116d2ee8808ec" 2018-08-12 08:07:24,884 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-0932587c-f1e3-4766-8213-b8dcf57c1a0c Date: Sun, 12 Aug 2018 08:07:24 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "created_at": "2018-08-12T08:07:19Z", "updated_at": "2018-08-12T08:07:23Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:07:21Z", "revision_number": 0, "id": "02721a7e-015c-4381-b8a4-368510f8f554", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:07:21Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:07:19Z", "revision_number": 0, "id": "7ac5fecc-ca50-4c81-957f-c99d789ab926", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:07:19Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-08-12T08:07:23Z", "revision_number": 0, "id": "8120eb08-22f9-404f-9285-92a8bba29756", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:07:23Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "port_range_min": 10, "ethertype": "IPv4", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:07:19Z", "revision_number": 0, "id": "c58f5189-812a-4e6c-bdab-b09f25294101", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:07:19Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:07:22Z", "revision_number": 0, "id": "e173b76d-6b34-49be-98e2-aab046fdddb5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:07:22Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3"}], "revision_number": 5, "project_id": "1e1856b6f2544f9ba6169f95ac9990c3", "id": "7dfbc461-8d3f-4219-8390-5a633065971d", "name": "CreateSecurityGroupTests-36a0754b-fd0d-424b-a5e7-030cc4491cbcname"}]} 2018-08-12 08:07:24,884 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-36a0754b-fd0d-424b-a5e7-030cc4491cbcname used request id req-0932587c-f1e3-4766-8213-b8dcf57c1a0c 2018-08-12 08:07:24,885 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7dfbc461-8d3f-4219-8390-5a633065971d 2018-08-12 08:07:24,890 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=7dfbc461-8d3f-4219-8390-5a633065971d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbfe16c1bbe8cf8a66c5a20bed1116d2ee8808ec" 2018-08-12 08:07:25,094 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-d3a4918a-c23e-471f-a7a0-6aa16d4b5198 Date: Sun, 12 Aug 2018 08:07:25 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:07:21Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "port_range_min": null, "revision_number": 0, "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "created_at": "2018-08-12T08:07:21Z", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3", "id": "02721a7e-015c-4381-b8a4-368510f8f554"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:07:19Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "port_range_min": null, "revision_number": 0, "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "created_at": "2018-08-12T08:07:19Z", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3", "id": "7ac5fecc-ca50-4c81-957f-c99d789ab926"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-08-12T08:07:23Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "port_range_min": 10, "revision_number": 0, "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "created_at": "2018-08-12T08:07:23Z", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3", "id": "8120eb08-22f9-404f-9285-92a8bba29756"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:07:19Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "port_range_min": null, "revision_number": 0, "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "created_at": "2018-08-12T08:07:19Z", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3", "id": "c58f5189-812a-4e6c-bdab-b09f25294101"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:07:22Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "port_range_min": null, "revision_number": 0, "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "created_at": "2018-08-12T08:07:22Z", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3", "id": "e173b76d-6b34-49be-98e2-aab046fdddb5"}]} 2018-08-12 08:07:25,095 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=7dfbc461-8d3f-4219-8390-5a633065971d used request id req-d3a4918a-c23e-471f-a7a0-6aa16d4b5198 2018-08-12 08:07:25,100 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-36a0754b-fd0d-424b-a5e7-030cc4491cbcname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbfe16c1bbe8cf8a66c5a20bed1116d2ee8808ec" 2018-08-12 08:07:25,332 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-60f8e5a0-8c1e-4d55-83ac-813e6e75ced9 Date: Sun, 12 Aug 2018 08:07:25 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "created_at": "2018-08-12T08:07:19Z", "updated_at": "2018-08-12T08:07:23Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:07:21Z", "revision_number": 0, "id": "02721a7e-015c-4381-b8a4-368510f8f554", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:07:21Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:07:19Z", "revision_number": 0, "id": "7ac5fecc-ca50-4c81-957f-c99d789ab926", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:07:19Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-08-12T08:07:23Z", "revision_number": 0, "id": "8120eb08-22f9-404f-9285-92a8bba29756", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:07:23Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "port_range_min": 10, "ethertype": "IPv4", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:07:19Z", "revision_number": 0, "id": "c58f5189-812a-4e6c-bdab-b09f25294101", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:07:19Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:07:22Z", "revision_number": 0, "id": "e173b76d-6b34-49be-98e2-aab046fdddb5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:07:22Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3"}], "revision_number": 5, "project_id": "1e1856b6f2544f9ba6169f95ac9990c3", "id": "7dfbc461-8d3f-4219-8390-5a633065971d", "name": "CreateSecurityGroupTests-36a0754b-fd0d-424b-a5e7-030cc4491cbcname"}]} 2018-08-12 08:07:25,332 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-36a0754b-fd0d-424b-a5e7-030cc4491cbcname used request id req-60f8e5a0-8c1e-4d55-83ac-813e6e75ced9 2018-08-12 08:07:25,333 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7dfbc461-8d3f-4219-8390-5a633065971d 2018-08-12 08:07:25,337 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=7dfbc461-8d3f-4219-8390-5a633065971d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbfe16c1bbe8cf8a66c5a20bed1116d2ee8808ec" 2018-08-12 08:07:25,544 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-6a676fa8-0d50-40a1-bddb-e6987d46ea7b Date: Sun, 12 Aug 2018 08:07:25 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:07:21Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "port_range_min": null, "revision_number": 0, "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "created_at": "2018-08-12T08:07:21Z", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3", "id": "02721a7e-015c-4381-b8a4-368510f8f554"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:07:19Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "port_range_min": null, "revision_number": 0, "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "created_at": "2018-08-12T08:07:19Z", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3", "id": "7ac5fecc-ca50-4c81-957f-c99d789ab926"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-08-12T08:07:23Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "port_range_min": 10, "revision_number": 0, "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "created_at": "2018-08-12T08:07:23Z", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3", "id": "8120eb08-22f9-404f-9285-92a8bba29756"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:07:19Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "port_range_min": null, "revision_number": 0, "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "created_at": "2018-08-12T08:07:19Z", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3", "id": "c58f5189-812a-4e6c-bdab-b09f25294101"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:07:22Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "port_range_min": null, "revision_number": 0, "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "created_at": "2018-08-12T08:07:22Z", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3", "id": "e173b76d-6b34-49be-98e2-aab046fdddb5"}]} 2018-08-12 08:07:25,544 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=7dfbc461-8d3f-4219-8390-5a633065971d used request id req-6a676fa8-0d50-40a1-bddb-e6987d46ea7b 2018-08-12 08:07:25,549 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-36a0754b-fd0d-424b-a5e7-030cc4491cbcname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbfe16c1bbe8cf8a66c5a20bed1116d2ee8808ec" 2018-08-12 08:07:25,778 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-db77af1f-c9ed-43c5-8a8a-337bb8090277 Date: Sun, 12 Aug 2018 08:07:25 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "created_at": "2018-08-12T08:07:19Z", "updated_at": "2018-08-12T08:07:23Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:07:21Z", "revision_number": 0, "id": "02721a7e-015c-4381-b8a4-368510f8f554", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:07:21Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:07:19Z", "revision_number": 0, "id": "7ac5fecc-ca50-4c81-957f-c99d789ab926", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:07:19Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-08-12T08:07:23Z", "revision_number": 0, "id": "8120eb08-22f9-404f-9285-92a8bba29756", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:07:23Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "port_range_min": 10, "ethertype": "IPv4", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:07:19Z", "revision_number": 0, "id": "c58f5189-812a-4e6c-bdab-b09f25294101", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:07:19Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:07:22Z", "revision_number": 0, "id": "e173b76d-6b34-49be-98e2-aab046fdddb5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:07:22Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3"}], "revision_number": 5, "project_id": "1e1856b6f2544f9ba6169f95ac9990c3", "id": "7dfbc461-8d3f-4219-8390-5a633065971d", "name": "CreateSecurityGroupTests-36a0754b-fd0d-424b-a5e7-030cc4491cbcname"}]} 2018-08-12 08:07:25,778 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-36a0754b-fd0d-424b-a5e7-030cc4491cbcname used request id req-db77af1f-c9ed-43c5-8a8a-337bb8090277 2018-08-12 08:07:25,779 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7dfbc461-8d3f-4219-8390-5a633065971d 2018-08-12 08:07:25,783 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=7dfbc461-8d3f-4219-8390-5a633065971d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbfe16c1bbe8cf8a66c5a20bed1116d2ee8808ec" 2018-08-12 08:07:25,980 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-b8928487-10d1-42e5-91b7-fa889660574e Date: Sun, 12 Aug 2018 08:07:25 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:07:21Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "port_range_min": null, "revision_number": 0, "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "created_at": "2018-08-12T08:07:21Z", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3", "id": "02721a7e-015c-4381-b8a4-368510f8f554"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:07:19Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "port_range_min": null, "revision_number": 0, "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "created_at": "2018-08-12T08:07:19Z", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3", "id": "7ac5fecc-ca50-4c81-957f-c99d789ab926"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-08-12T08:07:23Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "port_range_min": 10, "revision_number": 0, "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "created_at": "2018-08-12T08:07:23Z", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3", "id": "8120eb08-22f9-404f-9285-92a8bba29756"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:07:19Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "port_range_min": null, "revision_number": 0, "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "created_at": "2018-08-12T08:07:19Z", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3", "id": "c58f5189-812a-4e6c-bdab-b09f25294101"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:07:22Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "port_range_min": null, "revision_number": 0, "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "created_at": "2018-08-12T08:07:22Z", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3", "id": "e173b76d-6b34-49be-98e2-aab046fdddb5"}]} 2018-08-12 08:07:25,980 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=7dfbc461-8d3f-4219-8390-5a633065971d used request id req-b8928487-10d1-42e5-91b7-fa889660574e 2018-08-12 08:07:25,986 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-36a0754b-fd0d-424b-a5e7-030cc4491cbcname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbfe16c1bbe8cf8a66c5a20bed1116d2ee8808ec" 2018-08-12 08:07:26,198 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-3b9670f2-6253-4a84-a97d-5dff801f41d7 Date: Sun, 12 Aug 2018 08:07:26 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "created_at": "2018-08-12T08:07:19Z", "updated_at": "2018-08-12T08:07:23Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:07:21Z", "revision_number": 0, "id": "02721a7e-015c-4381-b8a4-368510f8f554", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:07:21Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:07:19Z", "revision_number": 0, "id": "7ac5fecc-ca50-4c81-957f-c99d789ab926", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:07:19Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-08-12T08:07:23Z", "revision_number": 0, "id": "8120eb08-22f9-404f-9285-92a8bba29756", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:07:23Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "port_range_min": 10, "ethertype": "IPv4", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:07:19Z", "revision_number": 0, "id": "c58f5189-812a-4e6c-bdab-b09f25294101", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:07:19Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:07:22Z", "revision_number": 0, "id": "e173b76d-6b34-49be-98e2-aab046fdddb5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:07:22Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3"}], "revision_number": 5, "project_id": "1e1856b6f2544f9ba6169f95ac9990c3", "id": "7dfbc461-8d3f-4219-8390-5a633065971d", "name": "CreateSecurityGroupTests-36a0754b-fd0d-424b-a5e7-030cc4491cbcname"}]} 2018-08-12 08:07:26,198 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-36a0754b-fd0d-424b-a5e7-030cc4491cbcname used request id req-3b9670f2-6253-4a84-a97d-5dff801f41d7 2018-08-12 08:07:26,199 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7dfbc461-8d3f-4219-8390-5a633065971d 2018-08-12 08:07:26,203 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=7dfbc461-8d3f-4219-8390-5a633065971d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbfe16c1bbe8cf8a66c5a20bed1116d2ee8808ec" 2018-08-12 08:07:26,392 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-99a00434-0137-4501-95b1-bb8d790c20d0 Date: Sun, 12 Aug 2018 08:07:26 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:07:21Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "port_range_min": null, "revision_number": 0, "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "created_at": "2018-08-12T08:07:21Z", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3", "id": "02721a7e-015c-4381-b8a4-368510f8f554"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:07:19Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "port_range_min": null, "revision_number": 0, "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "created_at": "2018-08-12T08:07:19Z", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3", "id": "7ac5fecc-ca50-4c81-957f-c99d789ab926"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-08-12T08:07:23Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "port_range_min": 10, "revision_number": 0, "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "created_at": "2018-08-12T08:07:23Z", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3", "id": "8120eb08-22f9-404f-9285-92a8bba29756"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:07:19Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "port_range_min": null, "revision_number": 0, "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "created_at": "2018-08-12T08:07:19Z", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3", "id": "c58f5189-812a-4e6c-bdab-b09f25294101"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:07:22Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "port_range_min": null, "revision_number": 0, "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "created_at": "2018-08-12T08:07:22Z", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3", "id": "e173b76d-6b34-49be-98e2-aab046fdddb5"}]} 2018-08-12 08:07:26,393 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=7dfbc461-8d3f-4219-8390-5a633065971d used request id req-99a00434-0137-4501-95b1-bb8d790c20d0 2018-08-12 08:07:26,398 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-36a0754b-fd0d-424b-a5e7-030cc4491cbcname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbfe16c1bbe8cf8a66c5a20bed1116d2ee8808ec" 2018-08-12 08:07:26,623 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-f10b19da-15dc-4767-96ab-1143f6d0fade Date: Sun, 12 Aug 2018 08:07:26 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "created_at": "2018-08-12T08:07:19Z", "updated_at": "2018-08-12T08:07:23Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:07:21Z", "revision_number": 0, "id": "02721a7e-015c-4381-b8a4-368510f8f554", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:07:21Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:07:19Z", "revision_number": 0, "id": "7ac5fecc-ca50-4c81-957f-c99d789ab926", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:07:19Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-08-12T08:07:23Z", "revision_number": 0, "id": "8120eb08-22f9-404f-9285-92a8bba29756", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:07:23Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "port_range_min": 10, "ethertype": "IPv4", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:07:19Z", "revision_number": 0, "id": "c58f5189-812a-4e6c-bdab-b09f25294101", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:07:19Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:07:22Z", "revision_number": 0, "id": "e173b76d-6b34-49be-98e2-aab046fdddb5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:07:22Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3"}], "revision_number": 5, "project_id": "1e1856b6f2544f9ba6169f95ac9990c3", "id": "7dfbc461-8d3f-4219-8390-5a633065971d", "name": "CreateSecurityGroupTests-36a0754b-fd0d-424b-a5e7-030cc4491cbcname"}]} 2018-08-12 08:07:26,623 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-36a0754b-fd0d-424b-a5e7-030cc4491cbcname used request id req-f10b19da-15dc-4767-96ab-1143f6d0fade 2018-08-12 08:07:26,624 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7dfbc461-8d3f-4219-8390-5a633065971d 2018-08-12 08:07:26,628 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=7dfbc461-8d3f-4219-8390-5a633065971d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbfe16c1bbe8cf8a66c5a20bed1116d2ee8808ec" 2018-08-12 08:07:26,664 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-ca39c3c6-bbe1-44ae-bcdb-70ec80b385af Date: Sun, 12 Aug 2018 08:07:26 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:07:21Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "port_range_min": null, "revision_number": 0, "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "created_at": "2018-08-12T08:07:21Z", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3", "id": "02721a7e-015c-4381-b8a4-368510f8f554"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:07:19Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "port_range_min": null, "revision_number": 0, "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "created_at": "2018-08-12T08:07:19Z", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3", "id": "7ac5fecc-ca50-4c81-957f-c99d789ab926"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-08-12T08:07:23Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "port_range_min": 10, "revision_number": 0, "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "created_at": "2018-08-12T08:07:23Z", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3", "id": "8120eb08-22f9-404f-9285-92a8bba29756"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:07:19Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "port_range_min": null, "revision_number": 0, "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "created_at": "2018-08-12T08:07:19Z", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3", "id": "c58f5189-812a-4e6c-bdab-b09f25294101"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:07:22Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "port_range_min": null, "revision_number": 0, "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "created_at": "2018-08-12T08:07:22Z", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3", "id": "e173b76d-6b34-49be-98e2-aab046fdddb5"}]} 2018-08-12 08:07:26,665 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=7dfbc461-8d3f-4219-8390-5a633065971d used request id req-ca39c3c6-bbe1-44ae-bcdb-70ec80b385af 2018-08-12 08:07:26,670 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-36a0754b-fd0d-424b-a5e7-030cc4491cbcname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbfe16c1bbe8cf8a66c5a20bed1116d2ee8808ec" 2018-08-12 08:07:26,885 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-6ae1dbe3-5978-4761-a40e-e18faf21012a Date: Sun, 12 Aug 2018 08:07:26 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "created_at": "2018-08-12T08:07:19Z", "updated_at": "2018-08-12T08:07:23Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:07:21Z", "revision_number": 0, "id": "02721a7e-015c-4381-b8a4-368510f8f554", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:07:21Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:07:19Z", "revision_number": 0, "id": "7ac5fecc-ca50-4c81-957f-c99d789ab926", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:07:19Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-08-12T08:07:23Z", "revision_number": 0, "id": "8120eb08-22f9-404f-9285-92a8bba29756", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:07:23Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "port_range_min": 10, "ethertype": "IPv4", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:07:19Z", "revision_number": 0, "id": "c58f5189-812a-4e6c-bdab-b09f25294101", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:07:19Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:07:22Z", "revision_number": 0, "id": "e173b76d-6b34-49be-98e2-aab046fdddb5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:07:22Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3"}], "revision_number": 5, "project_id": "1e1856b6f2544f9ba6169f95ac9990c3", "id": "7dfbc461-8d3f-4219-8390-5a633065971d", "name": "CreateSecurityGroupTests-36a0754b-fd0d-424b-a5e7-030cc4491cbcname"}]} 2018-08-12 08:07:26,885 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-36a0754b-fd0d-424b-a5e7-030cc4491cbcname used request id req-6ae1dbe3-5978-4761-a40e-e18faf21012a 2018-08-12 08:07:26,886 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7dfbc461-8d3f-4219-8390-5a633065971d 2018-08-12 08:07:26,890 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=7dfbc461-8d3f-4219-8390-5a633065971d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbfe16c1bbe8cf8a66c5a20bed1116d2ee8808ec" 2018-08-12 08:07:27,093 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-3c1a3f16-7635-4e69-beb5-fd764d663cd3 Date: Sun, 12 Aug 2018 08:07:27 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:07:21Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "port_range_min": null, "revision_number": 0, "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "created_at": "2018-08-12T08:07:21Z", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3", "id": "02721a7e-015c-4381-b8a4-368510f8f554"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:07:19Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "port_range_min": null, "revision_number": 0, "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "created_at": "2018-08-12T08:07:19Z", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3", "id": "7ac5fecc-ca50-4c81-957f-c99d789ab926"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-08-12T08:07:23Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "port_range_min": 10, "revision_number": 0, "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "created_at": "2018-08-12T08:07:23Z", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3", "id": "8120eb08-22f9-404f-9285-92a8bba29756"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:07:19Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "port_range_min": null, "revision_number": 0, "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "created_at": "2018-08-12T08:07:19Z", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3", "id": "c58f5189-812a-4e6c-bdab-b09f25294101"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:07:22Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "port_range_min": null, "revision_number": 0, "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "created_at": "2018-08-12T08:07:22Z", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3", "id": "e173b76d-6b34-49be-98e2-aab046fdddb5"}]} 2018-08-12 08:07:27,094 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=7dfbc461-8d3f-4219-8390-5a633065971d used request id req-3c1a3f16-7635-4e69-beb5-fd764d663cd3 2018-08-12 08:07:27,100 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-36a0754b-fd0d-424b-a5e7-030cc4491cbcname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbfe16c1bbe8cf8a66c5a20bed1116d2ee8808ec" 2018-08-12 08:07:27,321 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-b5c87e71-6c7a-4c57-8fa2-67f048635641 Date: Sun, 12 Aug 2018 08:07:27 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "created_at": "2018-08-12T08:07:19Z", "updated_at": "2018-08-12T08:07:23Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:07:21Z", "revision_number": 0, "id": "02721a7e-015c-4381-b8a4-368510f8f554", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:07:21Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:07:19Z", "revision_number": 0, "id": "7ac5fecc-ca50-4c81-957f-c99d789ab926", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:07:19Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-08-12T08:07:23Z", "revision_number": 0, "id": "8120eb08-22f9-404f-9285-92a8bba29756", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:07:23Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "port_range_min": 10, "ethertype": "IPv4", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:07:19Z", "revision_number": 0, "id": "c58f5189-812a-4e6c-bdab-b09f25294101", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:07:19Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:07:22Z", "revision_number": 0, "id": "e173b76d-6b34-49be-98e2-aab046fdddb5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:07:22Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3"}], "revision_number": 5, "project_id": "1e1856b6f2544f9ba6169f95ac9990c3", "id": "7dfbc461-8d3f-4219-8390-5a633065971d", "name": "CreateSecurityGroupTests-36a0754b-fd0d-424b-a5e7-030cc4491cbcname"}]} 2018-08-12 08:07:27,321 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-36a0754b-fd0d-424b-a5e7-030cc4491cbcname used request id req-b5c87e71-6c7a-4c57-8fa2-67f048635641 2018-08-12 08:07:27,322 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7dfbc461-8d3f-4219-8390-5a633065971d 2018-08-12 08:07:27,326 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=7dfbc461-8d3f-4219-8390-5a633065971d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbfe16c1bbe8cf8a66c5a20bed1116d2ee8808ec" 2018-08-12 08:07:27,359 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-7c403ac4-6880-4ed9-98e2-69a8faa51d42 Date: Sun, 12 Aug 2018 08:07:27 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:07:21Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "port_range_min": null, "revision_number": 0, "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "created_at": "2018-08-12T08:07:21Z", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3", "id": "02721a7e-015c-4381-b8a4-368510f8f554"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:07:19Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "port_range_min": null, "revision_number": 0, "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "created_at": "2018-08-12T08:07:19Z", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3", "id": "7ac5fecc-ca50-4c81-957f-c99d789ab926"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-08-12T08:07:23Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "port_range_min": 10, "revision_number": 0, "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "created_at": "2018-08-12T08:07:23Z", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3", "id": "8120eb08-22f9-404f-9285-92a8bba29756"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:07:19Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "port_range_min": null, "revision_number": 0, "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "created_at": "2018-08-12T08:07:19Z", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3", "id": "c58f5189-812a-4e6c-bdab-b09f25294101"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:07:22Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "port_range_min": null, "revision_number": 0, "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "created_at": "2018-08-12T08:07:22Z", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3", "id": "e173b76d-6b34-49be-98e2-aab046fdddb5"}]} 2018-08-12 08:07:27,359 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=7dfbc461-8d3f-4219-8390-5a633065971d used request id req-7c403ac4-6880-4ed9-98e2-69a8faa51d42 2018-08-12 08:07:27,364 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-36a0754b-fd0d-424b-a5e7-030cc4491cbcname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbfe16c1bbe8cf8a66c5a20bed1116d2ee8808ec" 2018-08-12 08:07:27,577 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-a878027d-84eb-451b-9e97-a0c009c86a43 Date: Sun, 12 Aug 2018 08:07:27 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "created_at": "2018-08-12T08:07:19Z", "updated_at": "2018-08-12T08:07:23Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:07:21Z", "revision_number": 0, "id": "02721a7e-015c-4381-b8a4-368510f8f554", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:07:21Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:07:19Z", "revision_number": 0, "id": "7ac5fecc-ca50-4c81-957f-c99d789ab926", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:07:19Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-08-12T08:07:23Z", "revision_number": 0, "id": "8120eb08-22f9-404f-9285-92a8bba29756", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:07:23Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "port_range_min": 10, "ethertype": "IPv4", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:07:19Z", "revision_number": 0, "id": "c58f5189-812a-4e6c-bdab-b09f25294101", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:07:19Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:07:22Z", "revision_number": 0, "id": "e173b76d-6b34-49be-98e2-aab046fdddb5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:07:22Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3"}], "revision_number": 5, "project_id": "1e1856b6f2544f9ba6169f95ac9990c3", "id": "7dfbc461-8d3f-4219-8390-5a633065971d", "name": "CreateSecurityGroupTests-36a0754b-fd0d-424b-a5e7-030cc4491cbcname"}]} 2018-08-12 08:07:27,577 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-36a0754b-fd0d-424b-a5e7-030cc4491cbcname used request id req-a878027d-84eb-451b-9e97-a0c009c86a43 2018-08-12 08:07:27,578 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7dfbc461-8d3f-4219-8390-5a633065971d 2018-08-12 08:07:27,583 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=7dfbc461-8d3f-4219-8390-5a633065971d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbfe16c1bbe8cf8a66c5a20bed1116d2ee8808ec" 2018-08-12 08:07:27,651 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-85e78de8-d2ca-4d16-a030-1b41792742f9 Date: Sun, 12 Aug 2018 08:07:27 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:07:21Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "port_range_min": null, "revision_number": 0, "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "created_at": "2018-08-12T08:07:21Z", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3", "id": "02721a7e-015c-4381-b8a4-368510f8f554"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:07:19Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "port_range_min": null, "revision_number": 0, "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "created_at": "2018-08-12T08:07:19Z", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3", "id": "7ac5fecc-ca50-4c81-957f-c99d789ab926"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-08-12T08:07:23Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "port_range_min": 10, "revision_number": 0, "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "created_at": "2018-08-12T08:07:23Z", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3", "id": "8120eb08-22f9-404f-9285-92a8bba29756"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:07:19Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "port_range_min": null, "revision_number": 0, "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "created_at": "2018-08-12T08:07:19Z", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3", "id": "c58f5189-812a-4e6c-bdab-b09f25294101"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:07:22Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "port_range_min": null, "revision_number": 0, "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "created_at": "2018-08-12T08:07:22Z", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3", "id": "e173b76d-6b34-49be-98e2-aab046fdddb5"}]} 2018-08-12 08:07:27,651 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=7dfbc461-8d3f-4219-8390-5a633065971d used request id req-85e78de8-d2ca-4d16-a030-1b41792742f9 2018-08-12 08:07:27,656 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-36a0754b-fd0d-424b-a5e7-030cc4491cbcname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbfe16c1bbe8cf8a66c5a20bed1116d2ee8808ec" 2018-08-12 08:07:27,874 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-8f067d7b-258b-4928-8ca2-5fef88a32431 Date: Sun, 12 Aug 2018 08:07:27 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "created_at": "2018-08-12T08:07:19Z", "updated_at": "2018-08-12T08:07:23Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:07:21Z", "revision_number": 0, "id": "02721a7e-015c-4381-b8a4-368510f8f554", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:07:21Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:07:19Z", "revision_number": 0, "id": "7ac5fecc-ca50-4c81-957f-c99d789ab926", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:07:19Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-08-12T08:07:23Z", "revision_number": 0, "id": "8120eb08-22f9-404f-9285-92a8bba29756", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:07:23Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "port_range_min": 10, "ethertype": "IPv4", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:07:19Z", "revision_number": 0, "id": "c58f5189-812a-4e6c-bdab-b09f25294101", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:07:19Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:07:22Z", "revision_number": 0, "id": "e173b76d-6b34-49be-98e2-aab046fdddb5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:07:22Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3"}], "revision_number": 5, "project_id": "1e1856b6f2544f9ba6169f95ac9990c3", "id": "7dfbc461-8d3f-4219-8390-5a633065971d", "name": "CreateSecurityGroupTests-36a0754b-fd0d-424b-a5e7-030cc4491cbcname"}]} 2018-08-12 08:07:27,874 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-36a0754b-fd0d-424b-a5e7-030cc4491cbcname used request id req-8f067d7b-258b-4928-8ca2-5fef88a32431 2018-08-12 08:07:27,874 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7dfbc461-8d3f-4219-8390-5a633065971d 2018-08-12 08:07:27,880 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=7dfbc461-8d3f-4219-8390-5a633065971d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbfe16c1bbe8cf8a66c5a20bed1116d2ee8808ec" 2018-08-12 08:07:27,915 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-acfe43d9-e68a-449a-87cb-8dc91d6c4eb5 Date: Sun, 12 Aug 2018 08:07:27 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:07:21Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "port_range_min": null, "revision_number": 0, "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "created_at": "2018-08-12T08:07:21Z", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3", "id": "02721a7e-015c-4381-b8a4-368510f8f554"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:07:19Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "port_range_min": null, "revision_number": 0, "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "created_at": "2018-08-12T08:07:19Z", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3", "id": "7ac5fecc-ca50-4c81-957f-c99d789ab926"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-08-12T08:07:23Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "port_range_min": 10, "revision_number": 0, "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "created_at": "2018-08-12T08:07:23Z", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3", "id": "8120eb08-22f9-404f-9285-92a8bba29756"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:07:19Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "port_range_min": null, "revision_number": 0, "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "created_at": "2018-08-12T08:07:19Z", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3", "id": "c58f5189-812a-4e6c-bdab-b09f25294101"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:07:22Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "port_range_min": null, "revision_number": 0, "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "created_at": "2018-08-12T08:07:22Z", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3", "id": "e173b76d-6b34-49be-98e2-aab046fdddb5"}]} 2018-08-12 08:07:27,915 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=7dfbc461-8d3f-4219-8390-5a633065971d used request id req-acfe43d9-e68a-449a-87cb-8dc91d6c4eb5 2018-08-12 08:07:27,916 - neutron_utils - INFO - Deleting security group rule with ID - 02721a7e-015c-4381-b8a4-368510f8f554 2018-08-12 08:07:27,921 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/02721a7e-015c-4381-b8a4-368510f8f554 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fd7c85e92ca1f7a7d988c892e921fb09226429c" 2018-08-12 08:07:28,049 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3ee702f6-2267-4849-98cc-10e03c5c01bc Content-Length: 0 Date: Sun, 12 Aug 2018 08:07:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:07:28,049 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/02721a7e-015c-4381-b8a4-368510f8f554 used request id req-3ee702f6-2267-4849-98cc-10e03c5c01bc 2018-08-12 08:07:28,049 - OpenStackSecurityGroup - WARNING - Rule setting is None, cannot remove rule 2018-08-12 08:07:28,049 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7dfbc461-8d3f-4219-8390-5a633065971d 2018-08-12 08:07:28,053 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=7dfbc461-8d3f-4219-8390-5a633065971d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbfe16c1bbe8cf8a66c5a20bed1116d2ee8808ec" 2018-08-12 08:07:28,246 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1992 X-Openstack-Request-Id: req-729905de-fe19-4677-9376-d2ba862a0406 Date: Sun, 12 Aug 2018 08:07:28 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-12T08:07:19Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "port_range_min": null, "revision_number": 0, "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "created_at": "2018-08-12T08:07:19Z", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3", "id": "7ac5fecc-ca50-4c81-957f-c99d789ab926"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-08-12T08:07:23Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "port_range_min": 10, "revision_number": 0, "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "created_at": "2018-08-12T08:07:23Z", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3", "id": "8120eb08-22f9-404f-9285-92a8bba29756"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:07:19Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "port_range_min": null, "revision_number": 0, "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "created_at": "2018-08-12T08:07:19Z", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3", "id": "c58f5189-812a-4e6c-bdab-b09f25294101"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:07:22Z", "security_group_id": "7dfbc461-8d3f-4219-8390-5a633065971d", "port_range_min": null, "revision_number": 0, "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "created_at": "2018-08-12T08:07:22Z", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3", "id": "e173b76d-6b34-49be-98e2-aab046fdddb5"}]} 2018-08-12 08:07:28,246 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=7dfbc461-8d3f-4219-8390-5a633065971d used request id req-729905de-fe19-4677-9376-d2ba862a0406 2018-08-12 08:07:28,246 - neutron_utils - INFO - Deleting security group rule with ID - 02721a7e-015c-4381-b8a4-368510f8f554 2018-08-12 08:07:28,251 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/02721a7e-015c-4381-b8a4-368510f8f554 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fd7c85e92ca1f7a7d988c892e921fb09226429c" 2018-08-12 08:07:28,275 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 155 X-Openstack-Request-Id: req-cd8004f6-2c83-491a-bbd9-9e9811ba36e6 Date: Sun, 12 Aug 2018 08:07:28 GMT RESP BODY: {"NeutronError": {"message": "Security group rule 02721a7e-015c-4381-b8a4-368510f8f554 does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2018-08-12 08:07:28,275 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/02721a7e-015c-4381-b8a4-368510f8f554 used request id req-cd8004f6-2c83-491a-bbd9-9e9811ba36e6 2018-08-12 08:07:28,276 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Security group rule 02721a7e-015c-4381-b8a4-368510f8f554 does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2018-08-12 08:07:28,276 - OpenStackSecurityGroup - WARNING - Rule not found, cannot delete - Security group rule 02721a7e-015c-4381-b8a4-368510f8f554 does not exist Neutron server returns request_ids: ['req-cd8004f6-2c83-491a-bbd9-9e9811ba36e6'] 2018-08-12 08:07:28,276 - neutron_utils - INFO - Deleting security group rule with ID - e173b76d-6b34-49be-98e2-aab046fdddb5 2018-08-12 08:07:28,280 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/e173b76d-6b34-49be-98e2-aab046fdddb5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fd7c85e92ca1f7a7d988c892e921fb09226429c" 2018-08-12 08:07:28,475 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-cba43200-7069-4d86-8d43-991bfb3ede32 Content-Length: 0 Date: Sun, 12 Aug 2018 08:07:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:07:28,475 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/e173b76d-6b34-49be-98e2-aab046fdddb5 used request id req-cba43200-7069-4d86-8d43-991bfb3ede32 2018-08-12 08:07:28,475 - neutron_utils - INFO - Deleting security group rule with ID - c58f5189-812a-4e6c-bdab-b09f25294101 2018-08-12 08:07:28,480 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/c58f5189-812a-4e6c-bdab-b09f25294101 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fd7c85e92ca1f7a7d988c892e921fb09226429c" 2018-08-12 08:07:28,752 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9b8e4642-39e2-4259-9a8f-bfe26b843b4f Content-Length: 0 Date: Sun, 12 Aug 2018 08:07:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:07:28,753 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/c58f5189-812a-4e6c-bdab-b09f25294101 used request id req-9b8e4642-39e2-4259-9a8f-bfe26b843b4f 2018-08-12 08:07:28,753 - neutron_utils - INFO - Deleting security group rule with ID - 7ac5fecc-ca50-4c81-957f-c99d789ab926 2018-08-12 08:07:28,758 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/7ac5fecc-ca50-4c81-957f-c99d789ab926 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fd7c85e92ca1f7a7d988c892e921fb09226429c" 2018-08-12 08:07:28,944 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-912bd55f-ee2c-483b-82a4-31e5b4e55884 Content-Length: 0 Date: Sun, 12 Aug 2018 08:07:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:07:28,944 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/7ac5fecc-ca50-4c81-957f-c99d789ab926 used request id req-912bd55f-ee2c-483b-82a4-31e5b4e55884 2018-08-12 08:07:28,944 - neutron_utils - INFO - Deleting security group rule with ID - 8120eb08-22f9-404f-9285-92a8bba29756 2018-08-12 08:07:28,949 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/8120eb08-22f9-404f-9285-92a8bba29756 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fd7c85e92ca1f7a7d988c892e921fb09226429c" 2018-08-12 08:07:29,237 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ce5c49a3-ff35-404e-8ba3-bc0e0638851c Content-Length: 0 Date: Sun, 12 Aug 2018 08:07:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:07:29,237 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/8120eb08-22f9-404f-9285-92a8bba29756 used request id req-ce5c49a3-ff35-404e-8ba3-bc0e0638851c 2018-08-12 08:07:29,237 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-36a0754b-fd0d-424b-a5e7-030cc4491cbcname 2018-08-12 08:07:29,242 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/7dfbc461-8d3f-4219-8390-5a633065971d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fd7c85e92ca1f7a7d988c892e921fb09226429c" 2018-08-12 08:07:29,512 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2629299b-299e-481c-857e-f8399885a789 Content-Length: 0 Date: Sun, 12 Aug 2018 08:07:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:07:29,512 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/7dfbc461-8d3f-4219-8390-5a633065971d used request id req-2629299b-299e-481c-857e-f8399885a789 2018-08-12 08:07:29,513 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:07:29,513 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:07:29,513 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:07:29,514 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:07:29,514 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:07:29,519 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e81d3b93e19509cbb79b10f406d40db992627e61" 2018-08-12 08:07:29,770 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 45548 X-Openstack-Request-Id: req-36d3e799-3310-44e2-aae3-9f4dc1f94124 Date: Sun, 12 Aug 2018 08:07:29 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "created_at": "2018-08-12T06:59:44Z", "updated_at": "2018-08-12T06:59:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "1d7fd960-7865-4453-aecc-8d399b4fad21", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "66820d8a-b785-4b18-bd67-500221c8e4f9", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "74fc7638-a322-4841-8c47-06d36174a200", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "8eaa09ec-8419-4582-9312-1e527afe6e4b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}], "revision_number": 4, "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "created_at": "2018-08-12T05:12:34Z", "updated_at": "2018-08-12T05:12:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "709513d2-af7d-4d0b-bd3c-604fed75a711", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "aa346066-e46f-44f2-94be-2884aa998a19", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "c15f7b93-e56c-4afa-867d-2acb286d4b7b", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "cb0ef83f-5f70-4a80-ad35-431ca9df551e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}], "revision_number": 4, "project_id": "fa5a7fe6ee54472ba01638877aade8e3", "id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ea65becf30e54b27aa96a449698a435e", "created_at": "2018-08-12T05:10:35Z", "updated_at": "2018-08-12T05:10:35Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "30ad280c-f302-4cd4-a438-5139917b56f9", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "76115c4c-887d-4f0a-83e2-486e4b39c713", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "8ab14937-4c08-4d43-8a9a-662e622cc643", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "ee757a03-5662-4273-9c3e-6212e7afb48f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}], "revision_number": 4, "project_id": "ea65becf30e54b27aa96a449698a435e", "id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "created_at": "2018-08-12T06:20:09Z", "updated_at": "2018-08-12T06:20:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "1123b8f2-75ac-4a26-b9b2-a96da97408e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "2ddd2b93-e080-48cd-9a50-f5fe8a82ad0c", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "cd1bae62-0aea-4438-b4c3-50a69ae6f855", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "e398e01e-ceea-46d1-9534-b929808c4a5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}], "revision_number": 4, "project_id": "ff7abd7bb61f4f2889831e932d65dc2e", "id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "created_at": "2018-08-12T05:34:57Z", "updated_at": "2018-08-12T05:34:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "208a1c1e-f5f8-49c7-9a25-d07e68b1541f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "27bfd867-e607-4bf8-9de8-60682d3f771d", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "49360e1f-6fd3-4f35-b339-24cea95773ee", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "60f631a9-d305-4920-9631-d0543e2ac64f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}], "revision_number": 4, "project_id": "3a85ceae958d4d9fba68847e7df67db8", "id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "created_at": "2018-08-12T05:34:40Z", "updated_at": "2018-08-12T05:34:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "2192c259-363e-4768-ae73-e75837ad63b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "3f87ddc5-f84d-41dc-8215-847724782569", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "7d89f6da-ea78-49dd-9115-f9ad23b250bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "9ec4497d-0f65-44db-9be9-7b3042e4a584", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}], "revision_number": 4, "project_id": "85517fcf1c6247e699fdcdd42ecc8c79", "id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "created_at": "2018-08-12T05:16:02Z", "updated_at": "2018-08-12T05:16:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "1ecacd8c-c1c7-4a66-9871-406a69323b43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "3cc1750c-e0e7-4902-b6f3-494a161b832e", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "d719a7a4-8c99-44ed-8c12-6bf071890203", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "fe7421b5-d577-41da-8c78-62f3c07eda92", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}], "revision_number": 4, "project_id": "a267b9a156244bb192691cff6e5f74fe", "id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "315a428116f24d9fbb826b37080a918e", "created_at": "2018-08-12T05:11:31Z", "updated_at": "2018-08-12T05:11:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "5e52886a-1dc3-4a81-a55d-f388dc4fd1a1", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "678e32e4-d64c-448a-a4ab-e253ab94ae90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "a8da1539-e3ad-4f90-b2df-3dc1f09d228a", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "b73d5cc9-0205-4658-bb1f-61a042c0ab8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}], "revision_number": 4, "project_id": "315a428116f24d9fbb826b37080a918e", "id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-12T05:08:01Z", "updated_at": "2018-08-12T05:08:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:01Z", "revision_number": 0, "id": "0fb05d03-1117-45d0-930c-b6d4c96ef102", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "4faaab33-5788-4bbd-85b8-0fb44d41413a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "96d0c5a0-5c67-421b-8fc8-2b46d77e5db3", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "dd78519b-4bc5-4e8e-ad0f-58089dd69347", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "11a46741b7954b959fd7764109c047b6", "created_at": "2018-08-12T05:34:51Z", "updated_at": "2018-08-12T05:34:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "0b67bf3c-2289-43bb-ab6c-7d25ec32a279", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "51f3f833-337a-42bd-a8d5-742ea8d6c226", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "571fd0b5-ef90-408d-af33-aafb517b8993", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "944ba823-fb9c-496e-a66e-bb426bb14a8d", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}], "revision_number": 4, "project_id": "11a46741b7954b959fd7764109c047b6", "id": "90af9782-8112-4257-801d-ee5115d226ba", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "created_at": "2018-08-12T05:34:26Z", "updated_at": "2018-08-12T05:34:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "2ee1f63a-807c-4d6a-85ee-dd784f6b8c3f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5dec3ec2-2add-47dd-8618-90659dcf3885", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5ea0dc3e-49d0-43f0-94e9-f6443527d14c", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "fbfaca22-7e3e-4128-8973-43e439b77c28", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}], "revision_number": 4, "project_id": "3c01cd58055c44ecaef39f7e625c2258", "id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "521007c1818145639e93ceb270559219", "created_at": "2018-08-12T05:13:27Z", "updated_at": "2018-08-12T05:13:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "5e7fede5-b0f2-47d8-95c3-516cdfc7f9de", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "8fd0e36f-c6c4-4f64-ba97-40439e614448", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "db7d79de-1dfc-4138-945f-91e74cdc266b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "e87f2cff-ff3e-4b6d-aaf0-7f0eb0ab9f05", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}], "revision_number": 4, "project_id": "521007c1818145639e93ceb270559219", "id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "created_at": "2018-08-12T05:08:18Z", "updated_at": "2018-08-12T05:08:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "3c67be40-bf74-4f97-9693-d93ce73a23b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "6112d869-2fc6-4a25-a13c-3d55cd7206c0", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "bdf21c56-453e-482e-9cba-3c55abcb0339", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "c8e92c39-38cc-4f48-be9c-5f0912e6a725", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}], "revision_number": 4, "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "created_at": "2018-08-12T05:04:23Z", "updated_at": "2018-08-12T05:04:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "280546d9-8ad1-4283-abfc-15ee9b1736c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "58bce125-f2ca-4a6d-b9ca-4e6cf5c0f7a5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "69275b9a-cfb5-482c-a9c4-8ffc79adf2c7", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "6d747f3a-3764-469a-a645-f977585c5aac", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}], "revision_number": 4, "project_id": "310f5853751a4c968f3eeb0a3d99a0a8", "id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "created_at": "2018-08-12T05:34:42Z", "updated_at": "2018-08-12T05:34:42Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "199582e8-25aa-457a-aa7c-6d8413ca4464", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "234f3609-4454-448f-919d-c8143c7cd764", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "c1061460-71a2-49a9-a04b-9fa33eeb17ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "d21ac532-51d8-4d6b-8300-7bac216759bf", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}], "revision_number": 4, "project_id": "9f6c1a272706419c9a74b0893b2890e8", "id": "d6739716-c693-460c-89c6-e7c8c48f8245", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "created_at": "2018-08-12T08:07:19Z", "updated_at": "2018-08-12T08:07:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:07:19Z", "revision_number": 0, "id": "538fbdff-494b-4af2-9c76-360836ebc367", "remote_group_id": "d992a058-9e24-4d7b-b5bb-4443aec16b20", "remote_ip_prefix": null, "created_at": "2018-08-12T08:07:19Z", "security_group_id": "d992a058-9e24-4d7b-b5bb-4443aec16b20", "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:07:19Z", "revision_number": 0, "id": "578684b7-0acc-4580-aa72-b32fcd0f2baa", "remote_group_id": "d992a058-9e24-4d7b-b5bb-4443aec16b20", "remote_ip_prefix": null, "created_at": "2018-08-12T08:07:19Z", "security_group_id": "d992a058-9e24-4d7b-b5bb-4443aec16b20", "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:07:19Z", "revision_number": 0, "id": "f277f601-ded0-4ce0-9b47-9395d9ddbd0c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:07:19Z", "security_group_id": "d992a058-9e24-4d7b-b5bb-4443aec16b20", "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:07:19Z", "revision_number": 0, "id": "f7f7dfa2-a192-422a-aea3-fc30d0806488", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:07:19Z", "security_group_id": "d992a058-9e24-4d7b-b5bb-4443aec16b20", "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3"}], "revision_number": 4, "project_id": "1e1856b6f2544f9ba6169f95ac9990c3", "id": "d992a058-9e24-4d7b-b5bb-4443aec16b20", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "created_at": "2018-08-12T05:34:54Z", "updated_at": "2018-08-12T05:34:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "0633a05a-ee7d-4476-a56b-75d011b22f77", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "6cc1b9f8-73db-47a3-a0e0-3c96c43f34da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "90d99a6b-e94f-4fd8-a10c-f19dd8954c13", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "e843c139-af2a-4d2c-a24f-59f7b10ff72e", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}], "revision_number": 4, "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "created_at": "2018-08-12T05:09:07Z", "updated_at": "2018-08-12T05:09:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "5495e168-f505-4d74-ae6d-387f0bf533c2", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "6fd19b8b-3062-456e-81ba-3ff37fe43429", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8ca59d25-485c-46ce-939c-2e4a468caeac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8f190846-50a0-42b9-b571-390809b752b1", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}], "revision_number": 4, "project_id": "fa9ca6d7608b4d7d87ce97331679a481", "id": "edcd9b17-9416-4c25-823c-060c435e18d7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "created_at": "2018-08-12T05:34:52Z", "updated_at": "2018-08-12T05:34:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "2c7e484e-6ec5-4a95-8c9c-66d294c0c27e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "70c74258-3c2c-4efc-87e0-079c26ee3417", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "b70382fa-082e-4c2b-abc8-87490fa50b11", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "c3628e02-b4b6-42c9-8751-c1a2d3c19caa", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}], "revision_number": 4, "project_id": "87db863ba6e348b0a5ddcb67053db9d1", "id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "name": "default"}]} 2018-08-12 08:07:29,771 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-36d3e799-3310-44e2-aae3-9f4dc1f94124 2018-08-12 08:07:29,779 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e81d3b93e19509cbb79b10f406d40db992627e61" 2018-08-12 08:07:29,867 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:07:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6a5e8176-554a-4deb-a42a-4bf2fe40d2b3 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 5fe28c13d4d74ba2be8d019ac1ea6363.", "code": 404, "title": "Not Found"}} 2018-08-12 08:07:29,868 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 used request id req-6a5e8176-554a-4deb-a42a-4bf2fe40d2b3 2018-08-12 08:07:29,868 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:07:29,872 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e81d3b93e19509cbb79b10f406d40db992627e61" 2018-08-12 08:07:30,057 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:07:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-700fd2d3-cdd9-4651-a367-c257e8896711 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa5a7fe6ee54472ba01638877aade8e3.", "code": 404, "title": "Not Found"}} 2018-08-12 08:07:30,057 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 used request id req-700fd2d3-cdd9-4651-a367-c257e8896711 2018-08-12 08:07:30,058 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:07:30,061 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e81d3b93e19509cbb79b10f406d40db992627e61" 2018-08-12 08:07:30,146 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:07:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-eb1a14fb-8cf8-4697-92f1-f63edacb4abc Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ea65becf30e54b27aa96a449698a435e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:07:30,146 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e used request id req-eb1a14fb-8cf8-4697-92f1-f63edacb4abc 2018-08-12 08:07:30,147 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:07:30,150 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e81d3b93e19509cbb79b10f406d40db992627e61" 2018-08-12 08:07:30,235 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:07:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-56eda781-666b-468c-9ca4-0a23e1a5e45d Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ff7abd7bb61f4f2889831e932d65dc2e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:07:30,235 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e used request id req-56eda781-666b-468c-9ca4-0a23e1a5e45d 2018-08-12 08:07:30,236 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:07:30,239 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e81d3b93e19509cbb79b10f406d40db992627e61" 2018-08-12 08:07:30,329 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:07:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7da68917-4156-4ec3-bbdb-4c86dfb30db1 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3a85ceae958d4d9fba68847e7df67db8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:07:30,329 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 used request id req-7da68917-4156-4ec3-bbdb-4c86dfb30db1 2018-08-12 08:07:30,330 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:07:30,333 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e81d3b93e19509cbb79b10f406d40db992627e61" 2018-08-12 08:07:30,426 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:07:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-54628717-39c0-4b6a-854b-cccb18f26dbe Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 85517fcf1c6247e699fdcdd42ecc8c79.", "code": 404, "title": "Not Found"}} 2018-08-12 08:07:30,427 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 used request id req-54628717-39c0-4b6a-854b-cccb18f26dbe 2018-08-12 08:07:30,427 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:07:30,431 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e81d3b93e19509cbb79b10f406d40db992627e61" 2018-08-12 08:07:30,520 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:07:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-34fef44c-01bb-4603-bb9e-0ad0143724cd Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}} 2018-08-12 08:07:30,520 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe used request id req-34fef44c-01bb-4603-bb9e-0ad0143724cd 2018-08-12 08:07:30,524 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e81d3b93e19509cbb79b10f406d40db992627e61" 2018-08-12 08:07:30,617 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:07:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-448d2f2e-ee04-432b-84b2-62fda33b8415 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 315a428116f24d9fbb826b37080a918e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:07:30,617 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e used request id req-448d2f2e-ee04-432b-84b2-62fda33b8415 2018-08-12 08:07:30,617 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:07:30,621 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e81d3b93e19509cbb79b10f406d40db992627e61" 2018-08-12 08:07:30,713 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:07:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2dee3b36-c260-430b-927d-888326646102 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 11a46741b7954b959fd7764109c047b6.", "code": 404, "title": "Not Found"}} 2018-08-12 08:07:30,713 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 used request id req-2dee3b36-c260-430b-927d-888326646102 2018-08-12 08:07:30,713 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:07:30,717 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e81d3b93e19509cbb79b10f406d40db992627e61" 2018-08-12 08:07:30,801 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:07:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-57217ff0-3a70-45b3-a5e2-f7accddb2bbc Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3c01cd58055c44ecaef39f7e625c2258.", "code": 404, "title": "Not Found"}} 2018-08-12 08:07:30,801 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 used request id req-57217ff0-3a70-45b3-a5e2-f7accddb2bbc 2018-08-12 08:07:30,801 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:07:30,804 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e81d3b93e19509cbb79b10f406d40db992627e61" 2018-08-12 08:07:30,897 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:07:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fc9d15f8-ecb9-41cc-90f2-8958003be6e6 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 521007c1818145639e93ceb270559219.", "code": 404, "title": "Not Found"}} 2018-08-12 08:07:30,898 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 used request id req-fc9d15f8-ecb9-41cc-90f2-8958003be6e6 2018-08-12 08:07:30,898 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:07:30,901 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e81d3b93e19509cbb79b10f406d40db992627e61" 2018-08-12 08:07:31,075 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:07:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c3a12f92-2aaf-4c50-ad14-3faecef1dca2 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e18fcc7fc10a4fd0b20234f8520d0aab.", "code": 404, "title": "Not Found"}} 2018-08-12 08:07:31,075 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab used request id req-c3a12f92-2aaf-4c50-ad14-3faecef1dca2 2018-08-12 08:07:31,075 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:07:31,079 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e81d3b93e19509cbb79b10f406d40db992627e61" 2018-08-12 08:07:31,168 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:07:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3afd107a-4200-4be8-a205-3b1e60cec0fc Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "310f5853751a4c968f3eeb0a3d99a0a8", "name": "service"}} 2018-08-12 08:07:31,168 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 used request id req-3afd107a-4200-4be8-a205-3b1e60cec0fc 2018-08-12 08:07:31,172 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e81d3b93e19509cbb79b10f406d40db992627e61" 2018-08-12 08:07:31,265 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:07:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d4bcab58-ef53-4d78-956c-0b85dd5b1343 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9f6c1a272706419c9a74b0893b2890e8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:07:31,265 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 used request id req-d4bcab58-ef53-4d78-956c-0b85dd5b1343 2018-08-12 08:07:31,265 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:07:31,269 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/1e1856b6f2544f9ba6169f95ac9990c3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e81d3b93e19509cbb79b10f406d40db992627e61" 2018-08-12 08:07:31,364 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:07:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0b35198d-3e4e-4353-9bbf-1de79a3aae5a Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/1e1856b6f2544f9ba6169f95ac9990c3"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "1e1856b6f2544f9ba6169f95ac9990c3", "name": "CreateSecurityGroupTests-48289627-8aa8-4fd-proj"}} 2018-08-12 08:07:31,365 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/1e1856b6f2544f9ba6169f95ac9990c3 used request id req-0b35198d-3e4e-4353-9bbf-1de79a3aae5a 2018-08-12 08:07:31,365 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d992a058-9e24-4d7b-b5bb-4443aec16b20 2018-08-12 08:07:31,370 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=d992a058-9e24-4d7b-b5bb-4443aec16b20 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e81d3b93e19509cbb79b10f406d40db992627e61" 2018-08-12 08:07:31,562 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-19760680-ae8b-4d48-86a6-baa45c01b964 Date: Sun, 12 Aug 2018 08:07:31 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "d992a058-9e24-4d7b-b5bb-4443aec16b20", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:07:19Z", "security_group_id": "d992a058-9e24-4d7b-b5bb-4443aec16b20", "port_range_min": null, "revision_number": 0, "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "created_at": "2018-08-12T08:07:19Z", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3", "id": "538fbdff-494b-4af2-9c76-360836ebc367"}, {"remote_group_id": "d992a058-9e24-4d7b-b5bb-4443aec16b20", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:07:19Z", "security_group_id": "d992a058-9e24-4d7b-b5bb-4443aec16b20", "port_range_min": null, "revision_number": 0, "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "created_at": "2018-08-12T08:07:19Z", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3", "id": "578684b7-0acc-4580-aa72-b32fcd0f2baa"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:07:19Z", "security_group_id": "d992a058-9e24-4d7b-b5bb-4443aec16b20", "port_range_min": null, "revision_number": 0, "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "created_at": "2018-08-12T08:07:19Z", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3", "id": "f277f601-ded0-4ce0-9b47-9395d9ddbd0c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:07:19Z", "security_group_id": "d992a058-9e24-4d7b-b5bb-4443aec16b20", "port_range_min": null, "revision_number": 0, "tenant_id": "1e1856b6f2544f9ba6169f95ac9990c3", "created_at": "2018-08-12T08:07:19Z", "project_id": "1e1856b6f2544f9ba6169f95ac9990c3", "id": "f7f7dfa2-a192-422a-aea3-fc30d0806488"}]} 2018-08-12 08:07:31,562 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=d992a058-9e24-4d7b-b5bb-4443aec16b20 used request id req-19760680-ae8b-4d48-86a6-baa45c01b964 2018-08-12 08:07:31,563 - neutron_utils - INFO - Deleting security group with name - default 2018-08-12 08:07:31,568 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/d992a058-9e24-4d7b-b5bb-4443aec16b20 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e81d3b93e19509cbb79b10f406d40db992627e61" 2018-08-12 08:07:32,025 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-301a34c2-da7a-45f8-9b3c-5098a3400b9d Content-Length: 0 Date: Sun, 12 Aug 2018 08:07:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:07:32,025 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/d992a058-9e24-4d7b-b5bb-4443aec16b20 used request id req-301a34c2-da7a-45f8-9b3c-5098a3400b9d 2018-08-12 08:07:32,026 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-48289627-8aa8-4fd-proj 2018-08-12 08:07:32,030 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/1e1856b6f2544f9ba6169f95ac9990c3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e81d3b93e19509cbb79b10f406d40db992627e61" 2018-08-12 08:07:32,359 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:07:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-942c606d-4f3f-4b33-9c6c-6d9b8fc9bf83 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 08:07:32,359 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/1e1856b6f2544f9ba6169f95ac9990c3 used request id req-942c606d-4f3f-4b33-9c6c-6d9b8fc9bf83 2018-08-12 08:07:32,360 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-48289627-8aa8-4fd-proj-role 2018-08-12 08:07:32,363 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/5b9d67f1618b4a0da7bbf48a8254e0c9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e81d3b93e19509cbb79b10f406d40db992627e61" 2018-08-12 08:07:32,485 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:07:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7aa44a48-95bc-4e9d-a552-b619ec39a04a 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 08:07:32,485 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/5b9d67f1618b4a0da7bbf48a8254e0c9 used request id req-7aa44a48-95bc-4e9d-a552-b619ec39a04a 2018-08-12 08:07:32,489 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e81d3b93e19509cbb79b10f406d40db992627e61" 2018-08-12 08:07:32,577 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:07:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c6a42b0-3057-42df-8939-e0fb29f161b3 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:07:32,577 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-7c6a42b0-3057-42df-8939-e0fb29f161b3 2018-08-12 08:07:32,578 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-48289627-8aa8-4fd-user 2018-08-12 08:07:32,582 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/403f40626a5842e6aed9599743ed72a1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4286c10b5f615cc0eb7ad3db3c97ed855fe27aa5" 2018-08-12 08:07:32,822 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:07:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f3e800dd-4cf5-4eff-a382-07a166d3cb5f 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 08:07:32,822 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/403f40626a5842e6aed9599743ed72a1 used request id req-f3e800dd-4cf5-4eff-a382-07a166d3cb5f 2018-08-12 08:07:32,824 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:07:33,221 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:07:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["RdjaW6bSTBmP0GhzrHZsiQ"], "issued_at": "2018-08-12T08:07:33.000000Z"}} 2018-08-12 08:07:33,222 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}a68bc20c68528aae04831c31a9c80fd4c3adb556" 2018-08-12 08:07:33,320 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:07:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bd1ba26e-ec6c-49f6-9c9b-66a8678d40cf Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:07:33,321 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-bd1ba26e-ec6c-49f6-9c9b-66a8678d40cf 2018-08-12 08:07:33,322 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:07:33,323 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:07:33,707 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:07:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["BMuUcHEkSquSu4VYJNMrAg"], "issued_at": "2018-08-12T08:07:33.000000Z"}} 2018-08-12 08:07:33,708 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}66c233f7cfbf4b0816afaabba78adc4e7611c7de" 2018-08-12 08:07:33,795 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:07:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0cbf9956-373a-4d94-abd7-0e5c85a7996c Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:07:33,795 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-0cbf9956-373a-4d94-abd7-0e5c85a7996c 2018-08-12 08:07:33,799 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:07:33,805 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:07:33 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:07:33,806 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-1b4de921-8da4-46b-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66c233f7cfbf4b0816afaabba78adc4e7611c7de" 2018-08-12 08:07:33,894 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:07:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e73e6a34-4884-4742-8cdb-6553962cb01c Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-1b4de921-8da4-46b-proj", "previous": null, "next": null}, "projects": []} 2018-08-12 08:07:33,894 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-1b4de921-8da4-46b-proj used request id req-e73e6a34-4884-4742-8cdb-6553962cb01c 2018-08-12 08:07:33,898 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66c233f7cfbf4b0816afaabba78adc4e7611c7de" 2018-08-12 08:07:33,994 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:07:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-65c27c00-bbf2-4d8c-8b97-72282591bd43 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:07:33,994 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-65c27c00-bbf2-4d8c-8b97-72282591bd43 2018-08-12 08:07:33,998 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66c233f7cfbf4b0816afaabba78adc4e7611c7de" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateImageSuccessTests-1b4de921-8da4-46b-proj"}}' 2018-08-12 08:07:34,133 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:07:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2f6bec53-42ab-4c52-9983-59170710720f Content-Length: 320 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/e9e9f52aede047f4884e76205272b2ed"}, "tags": [], "enabled": true, "id": "e9e9f52aede047f4884e76205272b2ed", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-1b4de921-8da4-46b-proj"}} 2018-08-12 08:07:34,133 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-2f6bec53-42ab-4c52-9983-59170710720f 2018-08-12 08:07:34,133 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-1b4de921-8da4-46b-proj 2018-08-12 08:07:34,133 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:07:34,134 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:07:34,525 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:07:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["qoXf8chdScO3dxjG13P_Rg"], "issued_at": "2018-08-12T08:07:34.000000Z"}} 2018-08-12 08:07:34,526 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}47f504a6b67d5485e8a44423917761a253ed56cd" 2018-08-12 08:07:34,617 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:07:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3122c7ed-17f4-416a-81f4-36a5dcc6916a Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:07:34,617 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-3122c7ed-17f4-416a-81f4-36a5dcc6916a 2018-08-12 08:07:34,621 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:07:34,627 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:07:34 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:07:34,627 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47f504a6b67d5485e8a44423917761a253ed56cd" 2018-08-12 08:07:34,738 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:07:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9cbaa847-9410-4fc9-8944-2237af90c0fa Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/105a247548624314b9228f85f6325f0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105a247548624314b9228f85f6325f0b", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/1c5de0eaa44543f08da6ad63a51594ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c5de0eaa44543f08da6ad63a51594ff", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/1d127b5b832547a88a547c116dfdd65b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d127b5b832547a88a547c116dfdd65b", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/1d5cfc170d624ce4ae53ae0507c8d517"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d5cfc170d624ce4ae53ae0507c8d517", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/2421820b75eb4d3ebd02830378d1377b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2421820b75eb4d3ebd02830378d1377b", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/40bd8ee54ecf44868cc83cede652c396"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40bd8ee54ecf44868cc83cede652c396", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/4f32fb8153854c4c9f5094b42b523f80"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f32fb8153854c4c9f5094b42b523f80", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7066130d08fb4db7bf4ab468de53933b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7066130d08fb4db7bf4ab468de53933b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/8d0898a83bcf4521bbc11501d5d7ac89"}, "domain_id": "1eec97585bde483292ece28ee11f4b8d", "enabled": true, "options": {}, "id": "8d0898a83bcf4521bbc11501d5d7ac89", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/9defcced327d476f8a3beab718a13da3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9defcced327d476f8a3beab718a13da3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/b80ee4f6992446e0879624dd436e99a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b80ee4f6992446e0879624dd436e99a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b86fd3e011324d398fcdb6f095a20a9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b86fd3e011324d398fcdb6f095a20a9d", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1701d2754064b5cadf765ea0806f9b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1701d2754064b5cadf765ea0806f9b2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/db4e7b8d76d549faa502716565c733dd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db4e7b8d76d549faa502716565c733dd", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-12 08:07:34,738 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-9cbaa847-9410-4fc9-8944-2237af90c0fa 2018-08-12 08:07:34,742 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateImageSuccessTests-1b4de921-8da4-46b-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47f504a6b67d5485e8a44423917761a253ed56cd" 2018-08-12 08:07:34,839 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:07:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f655bd36-3b4e-42ff-a61b-8c8460dd3e01 Content-Encoding: gzip Content-Length: 260 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateImageSuccessTests-1b4de921-8da4-46b-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/e9e9f52aede047f4884e76205272b2ed"}, "tags": [], "enabled": true, "id": "e9e9f52aede047f4884e76205272b2ed", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-1b4de921-8da4-46b-proj"}]} 2018-08-12 08:07:34,839 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateImageSuccessTests-1b4de921-8da4-46b-proj used request id req-f655bd36-3b4e-42ff-a61b-8c8460dd3e01 2018-08-12 08:07:34,842 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47f504a6b67d5485e8a44423917761a253ed56cd" 2018-08-12 08:07:34,945 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:07:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a9aa1899-e954-470d-be97-1a1057081c21 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:07:34,945 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-a9aa1899-e954-470d-be97-1a1057081c21 2018-08-12 08:07:35,312 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-1b4de921-8da4-46b-user 2018-08-12 08:07:35,312 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:07:35,317 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66c233f7cfbf4b0816afaabba78adc4e7611c7de" 2018-08-12 08:07:35,411 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:07:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0379d0e2-0b9c-4665-8023-b27d6b07cad4 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:07:35,411 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-0379d0e2-0b9c-4665-8023-b27d6b07cad4 2018-08-12 08:07:35,415 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66c233f7cfbf4b0816afaabba78adc4e7611c7de" -d '{"role": {"name": "CreateImageSuccessTests-1b4de921-8da4-46b-proj-role"}}' 2018-08-12 08:07:35,533 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:07:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ed9addd4-da16-460f-a5fa-124bcb629958 Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "c472b611685b4e98939b10113c085842", "links": {"self": "http://172.30.9.21:5000/v3/roles/c472b611685b4e98939b10113c085842"}, "name": "CreateImageSuccessTests-1b4de921-8da4-46b-proj-role"}} 2018-08-12 08:07:35,533 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-ed9addd4-da16-460f-a5fa-124bcb629958 2018-08-12 08:07:35,534 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-1b4de921-8da4-46b-proj-role 2018-08-12 08:07:35,537 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/c472b611685b4e98939b10113c085842 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66c233f7cfbf4b0816afaabba78adc4e7611c7de" 2018-08-12 08:07:35,624 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:07:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f5d0e362-50c8-4fbb-ac73-7b62efff80cc Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "c472b611685b4e98939b10113c085842", "links": {"self": "http://172.30.9.21:5000/v3/roles/c472b611685b4e98939b10113c085842"}, "name": "CreateImageSuccessTests-1b4de921-8da4-46b-proj-role"}} 2018-08-12 08:07:35,624 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/c472b611685b4e98939b10113c085842 used request id req-f5d0e362-50c8-4fbb-ac73-7b62efff80cc 2018-08-12 08:07:35,625 - keystone_utils - INFO - Granting role CreateImageSuccessTests-1b4de921-8da4-46b-proj-role to project CreateImageSuccessTests-1b4de921-8da4-46b-proj 2018-08-12 08:07:35,628 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/e9e9f52aede047f4884e76205272b2ed/users/61817ed1d6d34d53a24b395435a93183/roles/c472b611685b4e98939b10113c085842 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66c233f7cfbf4b0816afaabba78adc4e7611c7de" 2018-08-12 08:07:35,776 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:07:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c7d1a7c0-95ee-4028-9a7e-cc13443686e4 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 08:07:35,776 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/e9e9f52aede047f4884e76205272b2ed/users/61817ed1d6d34d53a24b395435a93183/roles/c472b611685b4e98939b10113c085842 used request id req-c7d1a7c0-95ee-4028-9a7e-cc13443686e4 2018-08-12 08:07:35,794 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-08-12 08:07:35,795 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:07:35,795 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:07:36,197 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c472b611685b4e98939b10113c085842", "name": "CreateImageSuccessTests-1b4de921-8da4-46b-proj-role"}], "expires_at": "2018-08-12T09:07:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e9e9f52aede047f4884e76205272b2ed", "name": "CreateImageSuccessTests-1b4de921-8da4-46b-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e9e9f52aede047f4884e76205272b2ed", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/e9e9f52aede047f4884e76205272b2ed", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/e9e9f52aede047f4884e76205272b2ed", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_e9e9f52aede047f4884e76205272b2ed", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_e9e9f52aede047f4884e76205272b2ed", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e9e9f52aede047f4884e76205272b2ed", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/e9e9f52aede047f4884e76205272b2ed", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/e9e9f52aede047f4884e76205272b2ed", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/e9e9f52aede047f4884e76205272b2ed", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/e9e9f52aede047f4884e76205272b2ed", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/e9e9f52aede047f4884e76205272b2ed", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e9e9f52aede047f4884e76205272b2ed", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/e9e9f52aede047f4884e76205272b2ed", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/e9e9f52aede047f4884e76205272b2ed", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-1b4de921-8da4-46b-user", "id": "61817ed1d6d34d53a24b395435a93183"}, "audit_ids": ["nPJvvTQLQmGm2GF-TrSBGQ"], "issued_at": "2018-08-12T08:07:36.000000Z"}} 2018-08-12 08:07:36,197 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}6f5a3cf66873854e3d1ffc5bc312cb6bc594cf54" 2018-08-12 08:07:36,281 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:07:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c4c04c21-07dc-49cd-b0bc-8efccc2fd59c Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:07:36,281 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-c4c04c21-07dc-49cd-b0bc-8efccc2fd59c 2018-08-12 08:07:36,285 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-2f958970-5b85-47a5-b4e1-439f8f8c2a38 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6f5a3cf66873854e3d1ffc5bc312cb6bc594cf54" 2018-08-12 08:07:36,887 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 162 Content-Type: application/json X-Openstack-Request-Id: req-b5b8aa62-ac37-403b-aff5-7e0c0c22bb44 Date: Sun, 12 Aug 2018 08:07:36 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-2f958970-5b85-47a5-b4e1-439f8f8c2a38"} 2018-08-12 08:07:36,888 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-2f958970-5b85-47a5-b4e1-439f8f8c2a38 used request id req-b5b8aa62-ac37-403b-aff5-7e0c0c22bb44 2018-08-12 08:07:36,891 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6f5a3cf66873854e3d1ffc5bc312cb6bc594cf54" 2018-08-12 08:07:37,494 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-8ee03302-b8c9-4b1e-9825-0e834d91230b Date: Sun, 12 Aug 2018 08:07:37 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"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}, "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}, "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"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "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"}, "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"}, "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}, "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}, "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"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "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}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-12 08:07:37,495 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-8ee03302-b8c9-4b1e-9825-0e834d91230b 2018-08-12 08:07:37,525 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6f5a3cf66873854e3d1ffc5bc312cb6bc594cf54" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateImageSuccessTests-2f958970-5b85-47a5-b4e1-439f8f8c2a38"}' 2018-08-12 08:07:38,136 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 621 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/81246854-c8d5-42e6-993d-316270991343 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-46ef336f-ca64-4364-97e2-1cfdc8e00f8a Date: Sun, 12 Aug 2018 08:07:38 GMT RESP BODY: {"status": "queued", "name": "CreateImageSuccessTests-2f958970-5b85-47a5-b4e1-439f8f8c2a38", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:07:38Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-08-12T08:07:38Z", "visibility": "shared", "locations": [], "self": "/v2/images/81246854-c8d5-42e6-993d-316270991343", "min_disk": 0, "protected": false, "id": "81246854-c8d5-42e6-993d-316270991343", "file": "/v2/images/81246854-c8d5-42e6-993d-316270991343/file", "checksum": null, "owner": "e9e9f52aede047f4884e76205272b2ed", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-12 08:07:38,136 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-46ef336f-ca64-4364-97e2-1cfdc8e00f8a 2018-08-12 08:07:38,148 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/81246854-c8d5-42e6-993d-316270991343/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6f5a3cf66873854e3d1ffc5bc312cb6bc594cf54" -d '' 2018-08-12 08:07:39,635 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-43eaf7b6-2865-40c5-9c8e-011e2f2b6138 Date: Sun, 12 Aug 2018 08:07: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 08:07:39,635 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/81246854-c8d5-42e6-993d-316270991343/file used request id req-43eaf7b6-2865-40c5-9c8e-011e2f2b6138 2018-08-12 08:07:39,635 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-12 08:07:39,638 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/81246854-c8d5-42e6-993d-316270991343 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6f5a3cf66873854e3d1ffc5bc312cb6bc594cf54" 2018-08-12 08:07:40,229 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-0ad694ee-da9a-4978-958d-8f1c58f1b2ed Date: Sun, 12 Aug 2018 08:07:40 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-2f958970-5b85-47a5-b4e1-439f8f8c2a38", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:07:38Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-12T08:07:39Z", "visibility": "shared", "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/81246854-c8d5-42e6-993d-316270991343/snap", "metadata": {}}], "self": "/v2/images/81246854-c8d5-42e6-993d-316270991343", "min_disk": 0, "protected": false, "id": "81246854-c8d5-42e6-993d-316270991343", "file": "/v2/images/81246854-c8d5-42e6-993d-316270991343/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e9e9f52aede047f4884e76205272b2ed", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/81246854-c8d5-42e6-993d-316270991343/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-12 08:07:40,229 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/81246854-c8d5-42e6-993d-316270991343 used request id req-0ad694ee-da9a-4978-958d-8f1c58f1b2ed 2018-08-12 08:07:40,233 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6f5a3cf66873854e3d1ffc5bc312cb6bc594cf54" 2018-08-12 08:07:40,908 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-ef4e22fb-c143-46bf-b965-e99242abf518 Date: Sun, 12 Aug 2018 08:07:40 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"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}, "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}, "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"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "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"}, "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"}, "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}, "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}, "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"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "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}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-12 08:07:40,909 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-ef4e22fb-c143-46bf-b965-e99242abf518 2018-08-12 08:07:40,912 - create_image - INFO - Created image with name - CreateImageSuccessTests-2f958970-5b85-47a5-b4e1-439f8f8c2a38 2018-08-12 08:07:40,914 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/81246854-c8d5-42e6-993d-316270991343 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6f5a3cf66873854e3d1ffc5bc312cb6bc594cf54" 2018-08-12 08:07:41,508 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-289aba7d-c7d3-4dcd-8182-09e17389f50b Date: Sun, 12 Aug 2018 08:07:41 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-2f958970-5b85-47a5-b4e1-439f8f8c2a38", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:07:38Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-12T08:07:39Z", "visibility": "shared", "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/81246854-c8d5-42e6-993d-316270991343/snap", "metadata": {}}], "self": "/v2/images/81246854-c8d5-42e6-993d-316270991343", "min_disk": 0, "protected": false, "id": "81246854-c8d5-42e6-993d-316270991343", "file": "/v2/images/81246854-c8d5-42e6-993d-316270991343/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e9e9f52aede047f4884e76205272b2ed", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/81246854-c8d5-42e6-993d-316270991343/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-12 08:07:41,508 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/81246854-c8d5-42e6-993d-316270991343 used request id req-289aba7d-c7d3-4dcd-8182-09e17389f50b 2018-08-12 08:07:41,509 - create_image - DEBUG - Instance status is - active 2018-08-12 08:07:41,509 - create_image - DEBUG - Image is active with name - CreateImageSuccessTests-2f958970-5b85-47a5-b4e1-439f8f8c2a38 2018-08-12 08:07:41,509 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-2f958970-5b85-47a5-b4e1-439f8f8c2a38 2018-08-12 08:07:41,509 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:07:41,908 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c472b611685b4e98939b10113c085842", "name": "CreateImageSuccessTests-1b4de921-8da4-46b-proj-role"}], "expires_at": "2018-08-12T09:07:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e9e9f52aede047f4884e76205272b2ed", "name": "CreateImageSuccessTests-1b4de921-8da4-46b-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e9e9f52aede047f4884e76205272b2ed", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/e9e9f52aede047f4884e76205272b2ed", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/e9e9f52aede047f4884e76205272b2ed", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_e9e9f52aede047f4884e76205272b2ed", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_e9e9f52aede047f4884e76205272b2ed", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e9e9f52aede047f4884e76205272b2ed", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/e9e9f52aede047f4884e76205272b2ed", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/e9e9f52aede047f4884e76205272b2ed", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/e9e9f52aede047f4884e76205272b2ed", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/e9e9f52aede047f4884e76205272b2ed", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/e9e9f52aede047f4884e76205272b2ed", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e9e9f52aede047f4884e76205272b2ed", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/e9e9f52aede047f4884e76205272b2ed", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/e9e9f52aede047f4884e76205272b2ed", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-1b4de921-8da4-46b-user", "id": "61817ed1d6d34d53a24b395435a93183"}, "audit_ids": ["86vWTrwjR7aHM4OeRff05g"], "issued_at": "2018-08-12T08:07:41.000000Z"}} 2018-08-12 08:07:41,911 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-2f958970-5b85-47a5-b4e1-439f8f8c2a38 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d4103a64543890e60d9e62f2e55d7a53c8bc0972" 2018-08-12 08:07:42,507 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1044 Content-Type: application/json X-Openstack-Request-Id: req-0684676c-c035-4875-a593-54af09da4ce0 Date: Sun, 12 Aug 2018 08:07:42 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-2f958970-5b85-47a5-b4e1-439f8f8c2a38", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:07:38Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-12T08:07:39Z", "visibility": "shared", "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/81246854-c8d5-42e6-993d-316270991343/snap", "metadata": {}}], "self": "/v2/images/81246854-c8d5-42e6-993d-316270991343", "min_disk": 0, "protected": false, "id": "81246854-c8d5-42e6-993d-316270991343", "file": "/v2/images/81246854-c8d5-42e6-993d-316270991343/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e9e9f52aede047f4884e76205272b2ed", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/81246854-c8d5-42e6-993d-316270991343/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-2f958970-5b85-47a5-b4e1-439f8f8c2a38"} 2018-08-12 08:07:42,507 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-2f958970-5b85-47a5-b4e1-439f8f8c2a38 used request id req-0684676c-c035-4875-a593-54af09da4ce0 2018-08-12 08:07:42,511 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d4103a64543890e60d9e62f2e55d7a53c8bc0972" 2018-08-12 08:07:43,082 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-a6d73cc6-c5bd-49c5-a13b-53660ccbaa28 Date: Sun, 12 Aug 2018 08:07:43 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"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}, "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}, "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"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "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"}, "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"}, "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}, "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}, "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"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "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}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-12 08:07:43,082 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-a6d73cc6-c5bd-49c5-a13b-53660ccbaa28 2018-08-12 08:07:43,085 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-2f958970-5b85-47a5-b4e1-439f8f8c2a38 2018-08-12 08:07:43,088 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/81246854-c8d5-42e6-993d-316270991343 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d4103a64543890e60d9e62f2e55d7a53c8bc0972" 2018-08-12 08:07:44,042 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-4b1018c4-da0b-42af-bc24-7deb0127059e Date: Sun, 12 Aug 2018 08:07:44 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-12 08:07:44,043 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/81246854-c8d5-42e6-993d-316270991343 used request id req-4b1018c4-da0b-42af-bc24-7deb0127059e 2018-08-12 08:07:44,046 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-2f958970-5b85-47a5-b4e1-439f8f8c2a38 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d4103a64543890e60d9e62f2e55d7a53c8bc0972" 2018-08-12 08:07:44,244 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 162 Content-Type: application/json X-Openstack-Request-Id: req-df506b96-a184-4cce-bab2-fb99f417f8e0 Date: Sun, 12 Aug 2018 08:07:44 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-2f958970-5b85-47a5-b4e1-439f8f8c2a38"} 2018-08-12 08:07:44,244 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-2f958970-5b85-47a5-b4e1-439f8f8c2a38 used request id req-df506b96-a184-4cce-bab2-fb99f417f8e0 2018-08-12 08:07:44,245 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-2f958970-5b85-47a5-b4e1-439f8f8c2a38 2018-08-12 08:07:44,247 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/81246854-c8d5-42e6-993d-316270991343 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6f5a3cf66873854e3d1ffc5bc312cb6bc594cf54" 2018-08-12 08:07:44,840 - keystoneauth.session - DEBUG - RESP: [404] Content-Length: 189 Content-Type: text/html; charset=UTF-8 X-Openstack-Request-Id: req-3f082e93-23d7-46c1-aa29-96ae6efe84a5 Date: Sun, 12 Aug 2018 08:07:44 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-12 08:07:44,840 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/81246854-c8d5-42e6-993d-316270991343 used request id req-3f082e93-23d7-46c1-aa29-96ae6efe84a5 2018-08-12 08:07:44,840 - glanceclient.common.http - DEBUG - Request returned failure status 404. 2018-08-12 08:07:44,842 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:07:44,842 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:07:44,842 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:07:44,842 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:07:44,842 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:07:44,848 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66c233f7cfbf4b0816afaabba78adc4e7611c7de" 2018-08-12 08:07:45,105 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 43135 X-Openstack-Request-Id: req-294bd86c-449d-4e8f-bb30-ba0c8f26e8ed Date: Sun, 12 Aug 2018 08:07:45 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "created_at": "2018-08-12T06:59:44Z", "updated_at": "2018-08-12T06:59:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "1d7fd960-7865-4453-aecc-8d399b4fad21", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "66820d8a-b785-4b18-bd67-500221c8e4f9", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "74fc7638-a322-4841-8c47-06d36174a200", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "8eaa09ec-8419-4582-9312-1e527afe6e4b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}], "revision_number": 4, "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "created_at": "2018-08-12T05:12:34Z", "updated_at": "2018-08-12T05:12:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "709513d2-af7d-4d0b-bd3c-604fed75a711", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "aa346066-e46f-44f2-94be-2884aa998a19", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "c15f7b93-e56c-4afa-867d-2acb286d4b7b", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "cb0ef83f-5f70-4a80-ad35-431ca9df551e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}], "revision_number": 4, "project_id": "fa5a7fe6ee54472ba01638877aade8e3", "id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ea65becf30e54b27aa96a449698a435e", "created_at": "2018-08-12T05:10:35Z", "updated_at": "2018-08-12T05:10:35Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "30ad280c-f302-4cd4-a438-5139917b56f9", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "76115c4c-887d-4f0a-83e2-486e4b39c713", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "8ab14937-4c08-4d43-8a9a-662e622cc643", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "ee757a03-5662-4273-9c3e-6212e7afb48f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}], "revision_number": 4, "project_id": "ea65becf30e54b27aa96a449698a435e", "id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "created_at": "2018-08-12T06:20:09Z", "updated_at": "2018-08-12T06:20:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "1123b8f2-75ac-4a26-b9b2-a96da97408e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "2ddd2b93-e080-48cd-9a50-f5fe8a82ad0c", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "cd1bae62-0aea-4438-b4c3-50a69ae6f855", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "e398e01e-ceea-46d1-9534-b929808c4a5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}], "revision_number": 4, "project_id": "ff7abd7bb61f4f2889831e932d65dc2e", "id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "created_at": "2018-08-12T05:34:57Z", "updated_at": "2018-08-12T05:34:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "208a1c1e-f5f8-49c7-9a25-d07e68b1541f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "27bfd867-e607-4bf8-9de8-60682d3f771d", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "49360e1f-6fd3-4f35-b339-24cea95773ee", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "60f631a9-d305-4920-9631-d0543e2ac64f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}], "revision_number": 4, "project_id": "3a85ceae958d4d9fba68847e7df67db8", "id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "created_at": "2018-08-12T05:34:40Z", "updated_at": "2018-08-12T05:34:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "2192c259-363e-4768-ae73-e75837ad63b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "3f87ddc5-f84d-41dc-8215-847724782569", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "7d89f6da-ea78-49dd-9115-f9ad23b250bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "9ec4497d-0f65-44db-9be9-7b3042e4a584", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}], "revision_number": 4, "project_id": "85517fcf1c6247e699fdcdd42ecc8c79", "id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "created_at": "2018-08-12T05:16:02Z", "updated_at": "2018-08-12T05:16:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "1ecacd8c-c1c7-4a66-9871-406a69323b43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "3cc1750c-e0e7-4902-b6f3-494a161b832e", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "d719a7a4-8c99-44ed-8c12-6bf071890203", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "fe7421b5-d577-41da-8c78-62f3c07eda92", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}], "revision_number": 4, "project_id": "a267b9a156244bb192691cff6e5f74fe", "id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "315a428116f24d9fbb826b37080a918e", "created_at": "2018-08-12T05:11:31Z", "updated_at": "2018-08-12T05:11:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "5e52886a-1dc3-4a81-a55d-f388dc4fd1a1", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "678e32e4-d64c-448a-a4ab-e253ab94ae90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "a8da1539-e3ad-4f90-b2df-3dc1f09d228a", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "b73d5cc9-0205-4658-bb1f-61a042c0ab8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}], "revision_number": 4, "project_id": "315a428116f24d9fbb826b37080a918e", "id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-12T05:08:01Z", "updated_at": "2018-08-12T05:08:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:01Z", "revision_number": 0, "id": "0fb05d03-1117-45d0-930c-b6d4c96ef102", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "4faaab33-5788-4bbd-85b8-0fb44d41413a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "96d0c5a0-5c67-421b-8fc8-2b46d77e5db3", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "dd78519b-4bc5-4e8e-ad0f-58089dd69347", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "11a46741b7954b959fd7764109c047b6", "created_at": "2018-08-12T05:34:51Z", "updated_at": "2018-08-12T05:34:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "0b67bf3c-2289-43bb-ab6c-7d25ec32a279", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "51f3f833-337a-42bd-a8d5-742ea8d6c226", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "571fd0b5-ef90-408d-af33-aafb517b8993", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "944ba823-fb9c-496e-a66e-bb426bb14a8d", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}], "revision_number": 4, "project_id": "11a46741b7954b959fd7764109c047b6", "id": "90af9782-8112-4257-801d-ee5115d226ba", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "created_at": "2018-08-12T05:34:26Z", "updated_at": "2018-08-12T05:34:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "2ee1f63a-807c-4d6a-85ee-dd784f6b8c3f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5dec3ec2-2add-47dd-8618-90659dcf3885", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5ea0dc3e-49d0-43f0-94e9-f6443527d14c", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "fbfaca22-7e3e-4128-8973-43e439b77c28", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}], "revision_number": 4, "project_id": "3c01cd58055c44ecaef39f7e625c2258", "id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "521007c1818145639e93ceb270559219", "created_at": "2018-08-12T05:13:27Z", "updated_at": "2018-08-12T05:13:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "5e7fede5-b0f2-47d8-95c3-516cdfc7f9de", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "8fd0e36f-c6c4-4f64-ba97-40439e614448", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "db7d79de-1dfc-4138-945f-91e74cdc266b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "e87f2cff-ff3e-4b6d-aaf0-7f0eb0ab9f05", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}], "revision_number": 4, "project_id": "521007c1818145639e93ceb270559219", "id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "created_at": "2018-08-12T05:08:18Z", "updated_at": "2018-08-12T05:08:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "3c67be40-bf74-4f97-9693-d93ce73a23b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "6112d869-2fc6-4a25-a13c-3d55cd7206c0", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "bdf21c56-453e-482e-9cba-3c55abcb0339", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "c8e92c39-38cc-4f48-be9c-5f0912e6a725", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}], "revision_number": 4, "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "created_at": "2018-08-12T05:04:23Z", "updated_at": "2018-08-12T05:04:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "280546d9-8ad1-4283-abfc-15ee9b1736c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "58bce125-f2ca-4a6d-b9ca-4e6cf5c0f7a5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "69275b9a-cfb5-482c-a9c4-8ffc79adf2c7", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "6d747f3a-3764-469a-a645-f977585c5aac", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}], "revision_number": 4, "project_id": "310f5853751a4c968f3eeb0a3d99a0a8", "id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "created_at": "2018-08-12T05:34:42Z", "updated_at": "2018-08-12T05:34:42Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "199582e8-25aa-457a-aa7c-6d8413ca4464", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "234f3609-4454-448f-919d-c8143c7cd764", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "c1061460-71a2-49a9-a04b-9fa33eeb17ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "d21ac532-51d8-4d6b-8300-7bac216759bf", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}], "revision_number": 4, "project_id": "9f6c1a272706419c9a74b0893b2890e8", "id": "d6739716-c693-460c-89c6-e7c8c48f8245", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "created_at": "2018-08-12T05:34:54Z", "updated_at": "2018-08-12T05:34:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "0633a05a-ee7d-4476-a56b-75d011b22f77", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "6cc1b9f8-73db-47a3-a0e0-3c96c43f34da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "90d99a6b-e94f-4fd8-a10c-f19dd8954c13", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "e843c139-af2a-4d2c-a24f-59f7b10ff72e", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}], "revision_number": 4, "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "created_at": "2018-08-12T05:09:07Z", "updated_at": "2018-08-12T05:09:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "5495e168-f505-4d74-ae6d-387f0bf533c2", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "6fd19b8b-3062-456e-81ba-3ff37fe43429", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8ca59d25-485c-46ce-939c-2e4a468caeac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8f190846-50a0-42b9-b571-390809b752b1", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}], "revision_number": 4, "project_id": "fa9ca6d7608b4d7d87ce97331679a481", "id": "edcd9b17-9416-4c25-823c-060c435e18d7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "created_at": "2018-08-12T05:34:52Z", "updated_at": "2018-08-12T05:34:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "2c7e484e-6ec5-4a95-8c9c-66d294c0c27e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "70c74258-3c2c-4efc-87e0-079c26ee3417", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "b70382fa-082e-4c2b-abc8-87490fa50b11", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "c3628e02-b4b6-42c9-8751-c1a2d3c19caa", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}], "revision_number": 4, "project_id": "87db863ba6e348b0a5ddcb67053db9d1", "id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "name": "default"}]} 2018-08-12 08:07:45,106 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-294bd86c-449d-4e8f-bb30-ba0c8f26e8ed 2018-08-12 08:07:45,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66c233f7cfbf4b0816afaabba78adc4e7611c7de" 2018-08-12 08:07:45,206 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:07:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e8175f11-dc1f-4138-98c8-e0dbaaefa7bb Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 5fe28c13d4d74ba2be8d019ac1ea6363.", "code": 404, "title": "Not Found"}} 2018-08-12 08:07:45,206 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 used request id req-e8175f11-dc1f-4138-98c8-e0dbaaefa7bb 2018-08-12 08:07:45,207 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:07:45,210 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66c233f7cfbf4b0816afaabba78adc4e7611c7de" 2018-08-12 08:07:45,296 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:07:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dc0395af-7498-45f1-82ea-53fea21d4855 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa5a7fe6ee54472ba01638877aade8e3.", "code": 404, "title": "Not Found"}} 2018-08-12 08:07:45,297 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 used request id req-dc0395af-7498-45f1-82ea-53fea21d4855 2018-08-12 08:07:45,297 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:07:45,301 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66c233f7cfbf4b0816afaabba78adc4e7611c7de" 2018-08-12 08:07:45,389 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:07:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1cdb6220-7c3a-4444-8d13-5692a8799e47 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ea65becf30e54b27aa96a449698a435e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:07:45,389 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e used request id req-1cdb6220-7c3a-4444-8d13-5692a8799e47 2018-08-12 08:07:45,389 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:07:45,393 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66c233f7cfbf4b0816afaabba78adc4e7611c7de" 2018-08-12 08:07:45,481 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:07:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6b0ad112-29f2-4aa0-b4ee-13089af19e80 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ff7abd7bb61f4f2889831e932d65dc2e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:07:45,481 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e used request id req-6b0ad112-29f2-4aa0-b4ee-13089af19e80 2018-08-12 08:07:45,481 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:07:45,485 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66c233f7cfbf4b0816afaabba78adc4e7611c7de" 2018-08-12 08:07:45,562 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:07:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-29869787-44ab-41be-bbf7-5450c5146fef Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3a85ceae958d4d9fba68847e7df67db8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:07:45,562 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 used request id req-29869787-44ab-41be-bbf7-5450c5146fef 2018-08-12 08:07:45,563 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:07:45,566 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66c233f7cfbf4b0816afaabba78adc4e7611c7de" 2018-08-12 08:07:45,581 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:07:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-34719db2-fc61-4e99-9564-73fb0ba1037f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 85517fcf1c6247e699fdcdd42ecc8c79.", "code": 404, "title": "Not Found"}} 2018-08-12 08:07:45,581 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 used request id req-34719db2-fc61-4e99-9564-73fb0ba1037f 2018-08-12 08:07:45,581 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:07:45,584 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66c233f7cfbf4b0816afaabba78adc4e7611c7de" 2018-08-12 08:07:45,677 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:07:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6789a0c4-002e-4605-a13d-a09c8a32299d Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}} 2018-08-12 08:07:45,677 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe used request id req-6789a0c4-002e-4605-a13d-a09c8a32299d 2018-08-12 08:07:45,681 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66c233f7cfbf4b0816afaabba78adc4e7611c7de" 2018-08-12 08:07:45,768 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:07:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1becc689-ebb8-4066-9703-d1046611e01f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 315a428116f24d9fbb826b37080a918e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:07:45,768 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e used request id req-1becc689-ebb8-4066-9703-d1046611e01f 2018-08-12 08:07:45,768 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:07:45,772 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66c233f7cfbf4b0816afaabba78adc4e7611c7de" 2018-08-12 08:07:45,857 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:07:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8d2fd351-f430-4b99-b4c0-0c6489ffe2af Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 11a46741b7954b959fd7764109c047b6.", "code": 404, "title": "Not Found"}} 2018-08-12 08:07:45,857 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 used request id req-8d2fd351-f430-4b99-b4c0-0c6489ffe2af 2018-08-12 08:07:45,857 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:07:45,861 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66c233f7cfbf4b0816afaabba78adc4e7611c7de" 2018-08-12 08:07:45,959 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:07:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0aa4f307-f6ee-41a4-86ec-27f369e809c5 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3c01cd58055c44ecaef39f7e625c2258.", "code": 404, "title": "Not Found"}} 2018-08-12 08:07:45,959 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 used request id req-0aa4f307-f6ee-41a4-86ec-27f369e809c5 2018-08-12 08:07:45,959 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:07:45,963 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66c233f7cfbf4b0816afaabba78adc4e7611c7de" 2018-08-12 08:07:46,054 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:07:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-878b4adb-aae0-4f73-932e-0398186d03ce Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 521007c1818145639e93ceb270559219.", "code": 404, "title": "Not Found"}} 2018-08-12 08:07:46,054 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 used request id req-878b4adb-aae0-4f73-932e-0398186d03ce 2018-08-12 08:07:46,054 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:07:46,058 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66c233f7cfbf4b0816afaabba78adc4e7611c7de" 2018-08-12 08:07:46,148 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:07:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-51fd428e-1094-4a67-ab29-719a56ac14f8 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e18fcc7fc10a4fd0b20234f8520d0aab.", "code": 404, "title": "Not Found"}} 2018-08-12 08:07:46,148 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab used request id req-51fd428e-1094-4a67-ab29-719a56ac14f8 2018-08-12 08:07:46,148 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:07:46,152 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66c233f7cfbf4b0816afaabba78adc4e7611c7de" 2018-08-12 08:07:46,251 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:07:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d8cea497-1425-49e9-b1f0-78c33fb53572 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "310f5853751a4c968f3eeb0a3d99a0a8", "name": "service"}} 2018-08-12 08:07:46,251 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 used request id req-d8cea497-1425-49e9-b1f0-78c33fb53572 2018-08-12 08:07:46,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66c233f7cfbf4b0816afaabba78adc4e7611c7de" 2018-08-12 08:07:46,338 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:07:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-179aa91c-a698-4c19-a7ba-f5c8f5cc8f27 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9f6c1a272706419c9a74b0893b2890e8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:07:46,338 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 used request id req-179aa91c-a698-4c19-a7ba-f5c8f5cc8f27 2018-08-12 08:07:46,338 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:07:46,343 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/34cb7327fcfc4b52a63b4b8c0ea4a54d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66c233f7cfbf4b0816afaabba78adc4e7611c7de" 2018-08-12 08:07:46,438 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:07:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c077bfd6-7bff-4cc5-9d6d-709ff1bb1d9f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 34cb7327fcfc4b52a63b4b8c0ea4a54d.", "code": 404, "title": "Not Found"}} 2018-08-12 08:07:46,438 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/34cb7327fcfc4b52a63b4b8c0ea4a54d used request id req-c077bfd6-7bff-4cc5-9d6d-709ff1bb1d9f 2018-08-12 08:07:46,438 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:07:46,442 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa9ca6d7608b4d7d87ce97331679a481 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66c233f7cfbf4b0816afaabba78adc4e7611c7de" 2018-08-12 08:07:46,535 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:07:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1dccd136-0258-4edf-9734-a3f469889e4b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa9ca6d7608b4d7d87ce97331679a481.", "code": 404, "title": "Not Found"}} 2018-08-12 08:07:46,535 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa9ca6d7608b4d7d87ce97331679a481 used request id req-1dccd136-0258-4edf-9734-a3f469889e4b 2018-08-12 08:07:46,535 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:07:46,539 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/87db863ba6e348b0a5ddcb67053db9d1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66c233f7cfbf4b0816afaabba78adc4e7611c7de" 2018-08-12 08:07:46,622 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:07:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fa3402d3-ea0c-426a-8165-6fd755947d06 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87db863ba6e348b0a5ddcb67053db9d1.", "code": 404, "title": "Not Found"}} 2018-08-12 08:07:46,622 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/87db863ba6e348b0a5ddcb67053db9d1 used request id req-fa3402d3-ea0c-426a-8165-6fd755947d06 2018-08-12 08:07:46,622 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:07:46,623 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-1b4de921-8da4-46b-proj 2018-08-12 08:07:46,627 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/e9e9f52aede047f4884e76205272b2ed -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66c233f7cfbf4b0816afaabba78adc4e7611c7de" 2018-08-12 08:07:46,845 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:07:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-125bad59-1151-4228-95d0-437564a41a55 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 08:07:46,845 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/e9e9f52aede047f4884e76205272b2ed used request id req-125bad59-1151-4228-95d0-437564a41a55 2018-08-12 08:07:46,845 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-1b4de921-8da4-46b-proj-role 2018-08-12 08:07:46,849 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/c472b611685b4e98939b10113c085842 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66c233f7cfbf4b0816afaabba78adc4e7611c7de" 2018-08-12 08:07:46,958 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:07:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d03415a8-9130-4865-a748-2242e6e540b9 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 08:07:46,958 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/c472b611685b4e98939b10113c085842 used request id req-d03415a8-9130-4865-a748-2242e6e540b9 2018-08-12 08:07:46,962 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66c233f7cfbf4b0816afaabba78adc4e7611c7de" 2018-08-12 08:07:47,047 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:07:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eeff546f-7a60-4baf-91bf-e52cce3f6f20 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:07:47,047 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-eeff546f-7a60-4baf-91bf-e52cce3f6f20 2018-08-12 08:07:47,047 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-1b4de921-8da4-46b-user 2018-08-12 08:07:47,051 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/61817ed1d6d34d53a24b395435a93183 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47f504a6b67d5485e8a44423917761a253ed56cd" 2018-08-12 08:07:47,247 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:07:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d8c303ee-2bb4-4673-8363-f6ed87f9650b 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 08:07:47,247 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/61817ed1d6d34d53a24b395435a93183 used request id req-d8c303ee-2bb4-4673-8363-f6ed87f9650b 2018-08-12 08:07:47,249 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:07:47,657 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:07:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["9qINxuR8RMOAsmbouMH6eQ"], "issued_at": "2018-08-12T08:07:47.000000Z"}} 2018-08-12 08:07:47,658 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}adc7f4bebccabc10ad2e3c444ff4750dc7ae5702" 2018-08-12 08:07:47,744 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:07:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7d29fda4-6d8d-45d3-9d59-bb7f78c5bbfb Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:07:47,745 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-7d29fda4-6d8d-45d3-9d59-bb7f78c5bbfb 2018-08-12 08:07:47,746 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:07:47,747 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:07:48,145 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:07:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["wq5Y6zRIQbW16jpmUP7gZg"], "issued_at": "2018-08-12T08:07:48.000000Z"}} 2018-08-12 08:07:48,145 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}f92bc6db3e6473fca9488243dfec56c27f97d25c" 2018-08-12 08:07:48,233 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:07:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d80a887f-81be-418b-9f3c-237801789741 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:07:48,233 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-d80a887f-81be-418b-9f3c-237801789741 2018-08-12 08:07:48,237 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:07:48,242 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:07:48 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:07:48,243 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-7b5d76ae-fac4-494-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f92bc6db3e6473fca9488243dfec56c27f97d25c" 2018-08-12 08:07:48,336 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:07:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5feb6128-215a-4f32-abef-71320499fe92 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-7b5d76ae-fac4-494-proj", "previous": null, "next": null}, "projects": []} 2018-08-12 08:07:48,336 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-7b5d76ae-fac4-494-proj used request id req-5feb6128-215a-4f32-abef-71320499fe92 2018-08-12 08:07:48,339 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f92bc6db3e6473fca9488243dfec56c27f97d25c" 2018-08-12 08:07:48,426 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:07:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c7aace52-73fb-4a07-97e5-e4147b4ce12c Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:07:48,427 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-c7aace52-73fb-4a07-97e5-e4147b4ce12c 2018-08-12 08:07:48,430 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f92bc6db3e6473fca9488243dfec56c27f97d25c" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateImageSuccessTests-7b5d76ae-fac4-494-proj"}}' 2018-08-12 08:07:48,557 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:07:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c9d99b67-842d-4106-8de5-f22373dec336 Content-Length: 320 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/45e9feeb8e354c5d941aeeb483807fa9"}, "tags": [], "enabled": true, "id": "45e9feeb8e354c5d941aeeb483807fa9", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-7b5d76ae-fac4-494-proj"}} 2018-08-12 08:07:48,557 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-c9d99b67-842d-4106-8de5-f22373dec336 2018-08-12 08:07:48,558 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-7b5d76ae-fac4-494-proj 2018-08-12 08:07:48,558 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:07:48,559 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:07:48,956 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:07:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["T7AbDImxTDebIleMo1WcZA"], "issued_at": "2018-08-12T08:07:48.000000Z"}} 2018-08-12 08:07:48,956 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}94aa973058552e21acf8dddcb6169ff8a5dcc886" 2018-08-12 08:07:49,050 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:07:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-12680575-53f7-4166-a2c6-2d31149cfcc9 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:07:49,050 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-12680575-53f7-4166-a2c6-2d31149cfcc9 2018-08-12 08:07:49,054 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:07:49,058 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:07:49 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:07:49,059 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94aa973058552e21acf8dddcb6169ff8a5dcc886" 2018-08-12 08:07:49,164 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:07:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b53c56fb-0152-4c0a-b470-3aac6a15655b Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/105a247548624314b9228f85f6325f0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105a247548624314b9228f85f6325f0b", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/1c5de0eaa44543f08da6ad63a51594ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c5de0eaa44543f08da6ad63a51594ff", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/1d127b5b832547a88a547c116dfdd65b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d127b5b832547a88a547c116dfdd65b", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/1d5cfc170d624ce4ae53ae0507c8d517"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d5cfc170d624ce4ae53ae0507c8d517", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/2421820b75eb4d3ebd02830378d1377b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2421820b75eb4d3ebd02830378d1377b", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/40bd8ee54ecf44868cc83cede652c396"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40bd8ee54ecf44868cc83cede652c396", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/4f32fb8153854c4c9f5094b42b523f80"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f32fb8153854c4c9f5094b42b523f80", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7066130d08fb4db7bf4ab468de53933b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7066130d08fb4db7bf4ab468de53933b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/8d0898a83bcf4521bbc11501d5d7ac89"}, "domain_id": "1eec97585bde483292ece28ee11f4b8d", "enabled": true, "options": {}, "id": "8d0898a83bcf4521bbc11501d5d7ac89", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/9defcced327d476f8a3beab718a13da3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9defcced327d476f8a3beab718a13da3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/b80ee4f6992446e0879624dd436e99a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b80ee4f6992446e0879624dd436e99a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b86fd3e011324d398fcdb6f095a20a9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b86fd3e011324d398fcdb6f095a20a9d", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1701d2754064b5cadf765ea0806f9b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1701d2754064b5cadf765ea0806f9b2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/db4e7b8d76d549faa502716565c733dd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db4e7b8d76d549faa502716565c733dd", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-12 08:07:49,164 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-b53c56fb-0152-4c0a-b470-3aac6a15655b 2018-08-12 08:07:49,168 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateImageSuccessTests-7b5d76ae-fac4-494-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94aa973058552e21acf8dddcb6169ff8a5dcc886" 2018-08-12 08:07:49,263 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:07:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6a7bd4b7-6ffe-44b4-9ecf-12debe4557ac Content-Encoding: gzip Content-Length: 259 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateImageSuccessTests-7b5d76ae-fac4-494-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/45e9feeb8e354c5d941aeeb483807fa9"}, "tags": [], "enabled": true, "id": "45e9feeb8e354c5d941aeeb483807fa9", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-7b5d76ae-fac4-494-proj"}]} 2018-08-12 08:07:49,264 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateImageSuccessTests-7b5d76ae-fac4-494-proj used request id req-6a7bd4b7-6ffe-44b4-9ecf-12debe4557ac 2018-08-12 08:07:49,267 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94aa973058552e21acf8dddcb6169ff8a5dcc886" 2018-08-12 08:07:49,359 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:07:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-229847bb-ea8b-4814-a941-a6c967869d90 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:07:49,359 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-229847bb-ea8b-4814-a941-a6c967869d90 2018-08-12 08:07:49,748 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-7b5d76ae-fac4-494-user 2018-08-12 08:07:49,749 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:07:49,754 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f92bc6db3e6473fca9488243dfec56c27f97d25c" 2018-08-12 08:07:49,857 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:07:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-25f07b75-5300-48f2-a56c-3c0a8d06a778 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:07:49,857 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-25f07b75-5300-48f2-a56c-3c0a8d06a778 2018-08-12 08:07:49,861 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f92bc6db3e6473fca9488243dfec56c27f97d25c" -d '{"role": {"name": "CreateImageSuccessTests-7b5d76ae-fac4-494-proj-role"}}' 2018-08-12 08:07:49,970 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:07:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5e114757-57f6-4073-b25a-ab0f6559cc89 Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "f4abf8950574451e8ea2ceea2647b949", "links": {"self": "http://172.30.9.21:5000/v3/roles/f4abf8950574451e8ea2ceea2647b949"}, "name": "CreateImageSuccessTests-7b5d76ae-fac4-494-proj-role"}} 2018-08-12 08:07:49,971 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-5e114757-57f6-4073-b25a-ab0f6559cc89 2018-08-12 08:07:49,971 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-7b5d76ae-fac4-494-proj-role 2018-08-12 08:07:49,974 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/f4abf8950574451e8ea2ceea2647b949 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f92bc6db3e6473fca9488243dfec56c27f97d25c" 2018-08-12 08:07:50,065 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:07:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-35a1e658-3932-4838-ad9f-e1ad0db7d326 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "f4abf8950574451e8ea2ceea2647b949", "links": {"self": "http://172.30.9.21:5000/v3/roles/f4abf8950574451e8ea2ceea2647b949"}, "name": "CreateImageSuccessTests-7b5d76ae-fac4-494-proj-role"}} 2018-08-12 08:07:50,065 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/f4abf8950574451e8ea2ceea2647b949 used request id req-35a1e658-3932-4838-ad9f-e1ad0db7d326 2018-08-12 08:07:50,065 - keystone_utils - INFO - Granting role CreateImageSuccessTests-7b5d76ae-fac4-494-proj-role to project CreateImageSuccessTests-7b5d76ae-fac4-494-proj 2018-08-12 08:07:50,068 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/45e9feeb8e354c5d941aeeb483807fa9/users/5483bb73314d4e0d8530da70b2823248/roles/f4abf8950574451e8ea2ceea2647b949 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f92bc6db3e6473fca9488243dfec56c27f97d25c" 2018-08-12 08:07:50,209 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:07:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cbf5dc94-c801-4af8-a8b7-9489efd44278 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 08:07:50,209 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/45e9feeb8e354c5d941aeeb483807fa9/users/5483bb73314d4e0d8530da70b2823248/roles/f4abf8950574451e8ea2ceea2647b949 used request id req-cbf5dc94-c801-4af8-a8b7-9489efd44278 2018-08-12 08:07:50,210 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-08-12 08:07:50,210 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:07:50,211 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:07:50,602 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f4abf8950574451e8ea2ceea2647b949", "name": "CreateImageSuccessTests-7b5d76ae-fac4-494-proj-role"}], "expires_at": "2018-08-12T09:07:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "45e9feeb8e354c5d941aeeb483807fa9", "name": "CreateImageSuccessTests-7b5d76ae-fac4-494-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/45e9feeb8e354c5d941aeeb483807fa9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/45e9feeb8e354c5d941aeeb483807fa9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/45e9feeb8e354c5d941aeeb483807fa9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_45e9feeb8e354c5d941aeeb483807fa9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_45e9feeb8e354c5d941aeeb483807fa9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/45e9feeb8e354c5d941aeeb483807fa9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/45e9feeb8e354c5d941aeeb483807fa9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/45e9feeb8e354c5d941aeeb483807fa9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/45e9feeb8e354c5d941aeeb483807fa9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/45e9feeb8e354c5d941aeeb483807fa9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/45e9feeb8e354c5d941aeeb483807fa9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/45e9feeb8e354c5d941aeeb483807fa9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/45e9feeb8e354c5d941aeeb483807fa9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/45e9feeb8e354c5d941aeeb483807fa9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-7b5d76ae-fac4-494-user", "id": "5483bb73314d4e0d8530da70b2823248"}, "audit_ids": ["CO2uBGK9TXWfWbeXEtD95g"], "issued_at": "2018-08-12T08:07:50.000000Z"}} 2018-08-12 08:07:50,603 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}91efbd2c17d41cdabfb841ea5c9dd86fd6397cc3" 2018-08-12 08:07:50,691 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:07:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b9d71e8d-1fe1-4b8d-b459-219d050f179c Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:07:50,691 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-b9d71e8d-1fe1-4b8d-b459-219d050f179c 2018-08-12 08:07:50,696 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-b412a6ff-fd98-4f73-be45-4de6b5fd4146 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}91efbd2c17d41cdabfb841ea5c9dd86fd6397cc3" 2018-08-12 08:07:50,899 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 162 Content-Type: application/json X-Openstack-Request-Id: req-08d6249c-d8bc-45b4-8290-ba0e2a044b58 Date: Sun, 12 Aug 2018 08:07:50 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-b412a6ff-fd98-4f73-be45-4de6b5fd4146"} 2018-08-12 08:07:50,899 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-b412a6ff-fd98-4f73-be45-4de6b5fd4146 used request id req-08d6249c-d8bc-45b4-8290-ba0e2a044b58 2018-08-12 08:07:50,903 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}91efbd2c17d41cdabfb841ea5c9dd86fd6397cc3" 2018-08-12 08:07:51,488 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-6b49ad48-06f4-4406-8557-a0c8c02d826f Date: Sun, 12 Aug 2018 08:07:51 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"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}, "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}, "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"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "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"}, "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"}, "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}, "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}, "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"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "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}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-12 08:07:51,488 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-6b49ad48-06f4-4406-8557-a0c8c02d826f 2018-08-12 08:07:51,519 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}91efbd2c17d41cdabfb841ea5c9dd86fd6397cc3" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateImageSuccessTests-b412a6ff-fd98-4f73-be45-4de6b5fd4146"}' 2018-08-12 08:07:52,141 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 621 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/c05d1ebf-ca4e-4728-b4f8-be977aa94dbc Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-f9e9fbe9-b59e-4a17-a436-f27e27e52b61 Date: Sun, 12 Aug 2018 08:07:52 GMT RESP BODY: {"status": "queued", "name": "CreateImageSuccessTests-b412a6ff-fd98-4f73-be45-4de6b5fd4146", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:07:52Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-08-12T08:07:52Z", "visibility": "shared", "locations": [], "self": "/v2/images/c05d1ebf-ca4e-4728-b4f8-be977aa94dbc", "min_disk": 0, "protected": false, "id": "c05d1ebf-ca4e-4728-b4f8-be977aa94dbc", "file": "/v2/images/c05d1ebf-ca4e-4728-b4f8-be977aa94dbc/file", "checksum": null, "owner": "45e9feeb8e354c5d941aeeb483807fa9", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-12 08:07:52,141 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-f9e9fbe9-b59e-4a17-a436-f27e27e52b61 2018-08-12 08:07:52,152 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/c05d1ebf-ca4e-4728-b4f8-be977aa94dbc/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}91efbd2c17d41cdabfb841ea5c9dd86fd6397cc3" -d '' 2018-08-12 08:07:53,646 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-8ff49d1c-dbf4-4ab3-9712-239857e48db9 Date: Sun, 12 Aug 2018 08:07: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 08:07:53,646 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/c05d1ebf-ca4e-4728-b4f8-be977aa94dbc/file used request id req-8ff49d1c-dbf4-4ab3-9712-239857e48db9 2018-08-12 08:07:53,647 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-12 08:07:53,649 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/c05d1ebf-ca4e-4728-b4f8-be977aa94dbc -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}91efbd2c17d41cdabfb841ea5c9dd86fd6397cc3" 2018-08-12 08:07:53,918 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-6973cbc2-e4f9-477f-82b4-0df59b771275 Date: Sun, 12 Aug 2018 08:07:53 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-b412a6ff-fd98-4f73-be45-4de6b5fd4146", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:07:52Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-12T08:07:53Z", "visibility": "shared", "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/c05d1ebf-ca4e-4728-b4f8-be977aa94dbc/snap", "metadata": {}}], "self": "/v2/images/c05d1ebf-ca4e-4728-b4f8-be977aa94dbc", "min_disk": 0, "protected": false, "id": "c05d1ebf-ca4e-4728-b4f8-be977aa94dbc", "file": "/v2/images/c05d1ebf-ca4e-4728-b4f8-be977aa94dbc/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "45e9feeb8e354c5d941aeeb483807fa9", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/c05d1ebf-ca4e-4728-b4f8-be977aa94dbc/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-12 08:07:53,918 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/c05d1ebf-ca4e-4728-b4f8-be977aa94dbc used request id req-6973cbc2-e4f9-477f-82b4-0df59b771275 2018-08-12 08:07:53,921 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}91efbd2c17d41cdabfb841ea5c9dd86fd6397cc3" 2018-08-12 08:07:54,485 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-b1dd5d31-b87b-4807-96be-e68614118ccf Date: Sun, 12 Aug 2018 08:07:54 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"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}, "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}, "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"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "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"}, "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"}, "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}, "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}, "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"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "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}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-12 08:07:54,485 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-b1dd5d31-b87b-4807-96be-e68614118ccf 2018-08-12 08:07:54,488 - create_image - INFO - Created image with name - CreateImageSuccessTests-b412a6ff-fd98-4f73-be45-4de6b5fd4146 2018-08-12 08:07:54,491 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/c05d1ebf-ca4e-4728-b4f8-be977aa94dbc -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}91efbd2c17d41cdabfb841ea5c9dd86fd6397cc3" 2018-08-12 08:07:54,670 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-e2c3d9d6-3599-4008-b991-6ccd7e840fd9 Date: Sun, 12 Aug 2018 08:07:54 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-b412a6ff-fd98-4f73-be45-4de6b5fd4146", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:07:52Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-12T08:07:53Z", "visibility": "shared", "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/c05d1ebf-ca4e-4728-b4f8-be977aa94dbc/snap", "metadata": {}}], "self": "/v2/images/c05d1ebf-ca4e-4728-b4f8-be977aa94dbc", "min_disk": 0, "protected": false, "id": "c05d1ebf-ca4e-4728-b4f8-be977aa94dbc", "file": "/v2/images/c05d1ebf-ca4e-4728-b4f8-be977aa94dbc/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "45e9feeb8e354c5d941aeeb483807fa9", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/c05d1ebf-ca4e-4728-b4f8-be977aa94dbc/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-12 08:07:54,670 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/c05d1ebf-ca4e-4728-b4f8-be977aa94dbc used request id req-e2c3d9d6-3599-4008-b991-6ccd7e840fd9 2018-08-12 08:07:54,671 - create_image - DEBUG - Instance status is - active 2018-08-12 08:07:54,671 - create_image - DEBUG - Image is active with name - CreateImageSuccessTests-b412a6ff-fd98-4f73-be45-4de6b5fd4146 2018-08-12 08:07:54,671 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-b412a6ff-fd98-4f73-be45-4de6b5fd4146 2018-08-12 08:07:54,672 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:07:55,072 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f4abf8950574451e8ea2ceea2647b949", "name": "CreateImageSuccessTests-7b5d76ae-fac4-494-proj-role"}], "expires_at": "2018-08-12T09:07:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "45e9feeb8e354c5d941aeeb483807fa9", "name": "CreateImageSuccessTests-7b5d76ae-fac4-494-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/45e9feeb8e354c5d941aeeb483807fa9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/45e9feeb8e354c5d941aeeb483807fa9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/45e9feeb8e354c5d941aeeb483807fa9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_45e9feeb8e354c5d941aeeb483807fa9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_45e9feeb8e354c5d941aeeb483807fa9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/45e9feeb8e354c5d941aeeb483807fa9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/45e9feeb8e354c5d941aeeb483807fa9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/45e9feeb8e354c5d941aeeb483807fa9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/45e9feeb8e354c5d941aeeb483807fa9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/45e9feeb8e354c5d941aeeb483807fa9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/45e9feeb8e354c5d941aeeb483807fa9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/45e9feeb8e354c5d941aeeb483807fa9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/45e9feeb8e354c5d941aeeb483807fa9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/45e9feeb8e354c5d941aeeb483807fa9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-7b5d76ae-fac4-494-user", "id": "5483bb73314d4e0d8530da70b2823248"}, "audit_ids": ["9rN237wcTWKZJ1o9f695AA"], "issued_at": "2018-08-12T08:07:55.000000Z"}} 2018-08-12 08:07:55,075 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-b412a6ff-fd98-4f73-be45-4de6b5fd4146 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}dc9f4060d599d814da7b8e37fa0c3828c3e1caf1" 2018-08-12 08:07:55,281 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1044 Content-Type: application/json X-Openstack-Request-Id: req-3533ebad-4092-4a6e-8d88-438d3750dabd Date: Sun, 12 Aug 2018 08:07:55 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-b412a6ff-fd98-4f73-be45-4de6b5fd4146", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:07:52Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-12T08:07:53Z", "visibility": "shared", "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/c05d1ebf-ca4e-4728-b4f8-be977aa94dbc/snap", "metadata": {}}], "self": "/v2/images/c05d1ebf-ca4e-4728-b4f8-be977aa94dbc", "min_disk": 0, "protected": false, "id": "c05d1ebf-ca4e-4728-b4f8-be977aa94dbc", "file": "/v2/images/c05d1ebf-ca4e-4728-b4f8-be977aa94dbc/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "45e9feeb8e354c5d941aeeb483807fa9", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/c05d1ebf-ca4e-4728-b4f8-be977aa94dbc/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-b412a6ff-fd98-4f73-be45-4de6b5fd4146"} 2018-08-12 08:07:55,281 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-b412a6ff-fd98-4f73-be45-4de6b5fd4146 used request id req-3533ebad-4092-4a6e-8d88-438d3750dabd 2018-08-12 08:07:55,284 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}dc9f4060d599d814da7b8e37fa0c3828c3e1caf1" 2018-08-12 08:07:55,459 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-e258e81f-c542-4e4c-98e3-879f68ab69b3 Date: Sun, 12 Aug 2018 08:07:55 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"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}, "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}, "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"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "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"}, "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"}, "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}, "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}, "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"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "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}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-12 08:07:55,459 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-e258e81f-c542-4e4c-98e3-879f68ab69b3 2018-08-12 08:07:55,462 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-b412a6ff-fd98-4f73-be45-4de6b5fd4146 2018-08-12 08:07:55,464 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/c05d1ebf-ca4e-4728-b4f8-be977aa94dbc -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}91efbd2c17d41cdabfb841ea5c9dd86fd6397cc3" 2018-08-12 08:07:55,827 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c4ab56f5-7ea2-42a6-b048-31f1e7b0ff8c Date: Sun, 12 Aug 2018 08:07:55 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-12 08:07:55,827 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/c05d1ebf-ca4e-4728-b4f8-be977aa94dbc used request id req-c4ab56f5-7ea2-42a6-b048-31f1e7b0ff8c 2018-08-12 08:07:55,828 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:07:55,829 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:07:55,829 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:07:55,829 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:07:55,829 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:07:55,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f92bc6db3e6473fca9488243dfec56c27f97d25c" 2018-08-12 08:07:56,111 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 43135 X-Openstack-Request-Id: req-feee8236-1a7e-4da2-bd12-158ee87cf1e0 Date: Sun, 12 Aug 2018 08:07:56 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "created_at": "2018-08-12T06:59:44Z", "updated_at": "2018-08-12T06:59:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "1d7fd960-7865-4453-aecc-8d399b4fad21", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "66820d8a-b785-4b18-bd67-500221c8e4f9", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "74fc7638-a322-4841-8c47-06d36174a200", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "8eaa09ec-8419-4582-9312-1e527afe6e4b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}], "revision_number": 4, "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "created_at": "2018-08-12T05:12:34Z", "updated_at": "2018-08-12T05:12:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "709513d2-af7d-4d0b-bd3c-604fed75a711", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "aa346066-e46f-44f2-94be-2884aa998a19", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "c15f7b93-e56c-4afa-867d-2acb286d4b7b", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "cb0ef83f-5f70-4a80-ad35-431ca9df551e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}], "revision_number": 4, "project_id": "fa5a7fe6ee54472ba01638877aade8e3", "id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ea65becf30e54b27aa96a449698a435e", "created_at": "2018-08-12T05:10:35Z", "updated_at": "2018-08-12T05:10:35Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "30ad280c-f302-4cd4-a438-5139917b56f9", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "76115c4c-887d-4f0a-83e2-486e4b39c713", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "8ab14937-4c08-4d43-8a9a-662e622cc643", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "ee757a03-5662-4273-9c3e-6212e7afb48f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}], "revision_number": 4, "project_id": "ea65becf30e54b27aa96a449698a435e", "id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "created_at": "2018-08-12T06:20:09Z", "updated_at": "2018-08-12T06:20:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "1123b8f2-75ac-4a26-b9b2-a96da97408e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "2ddd2b93-e080-48cd-9a50-f5fe8a82ad0c", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "cd1bae62-0aea-4438-b4c3-50a69ae6f855", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "e398e01e-ceea-46d1-9534-b929808c4a5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}], "revision_number": 4, "project_id": "ff7abd7bb61f4f2889831e932d65dc2e", "id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "created_at": "2018-08-12T05:34:57Z", "updated_at": "2018-08-12T05:34:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "208a1c1e-f5f8-49c7-9a25-d07e68b1541f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "27bfd867-e607-4bf8-9de8-60682d3f771d", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "49360e1f-6fd3-4f35-b339-24cea95773ee", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "60f631a9-d305-4920-9631-d0543e2ac64f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}], "revision_number": 4, "project_id": "3a85ceae958d4d9fba68847e7df67db8", "id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "created_at": "2018-08-12T05:34:40Z", "updated_at": "2018-08-12T05:34:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "2192c259-363e-4768-ae73-e75837ad63b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "3f87ddc5-f84d-41dc-8215-847724782569", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "7d89f6da-ea78-49dd-9115-f9ad23b250bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "9ec4497d-0f65-44db-9be9-7b3042e4a584", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}], "revision_number": 4, "project_id": "85517fcf1c6247e699fdcdd42ecc8c79", "id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "created_at": "2018-08-12T05:16:02Z", "updated_at": "2018-08-12T05:16:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "1ecacd8c-c1c7-4a66-9871-406a69323b43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "3cc1750c-e0e7-4902-b6f3-494a161b832e", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "d719a7a4-8c99-44ed-8c12-6bf071890203", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "fe7421b5-d577-41da-8c78-62f3c07eda92", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}], "revision_number": 4, "project_id": "a267b9a156244bb192691cff6e5f74fe", "id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "315a428116f24d9fbb826b37080a918e", "created_at": "2018-08-12T05:11:31Z", "updated_at": "2018-08-12T05:11:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "5e52886a-1dc3-4a81-a55d-f388dc4fd1a1", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "678e32e4-d64c-448a-a4ab-e253ab94ae90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "a8da1539-e3ad-4f90-b2df-3dc1f09d228a", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "b73d5cc9-0205-4658-bb1f-61a042c0ab8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}], "revision_number": 4, "project_id": "315a428116f24d9fbb826b37080a918e", "id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-12T05:08:01Z", "updated_at": "2018-08-12T05:08:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:01Z", "revision_number": 0, "id": "0fb05d03-1117-45d0-930c-b6d4c96ef102", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "4faaab33-5788-4bbd-85b8-0fb44d41413a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "96d0c5a0-5c67-421b-8fc8-2b46d77e5db3", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "dd78519b-4bc5-4e8e-ad0f-58089dd69347", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "11a46741b7954b959fd7764109c047b6", "created_at": "2018-08-12T05:34:51Z", "updated_at": "2018-08-12T05:34:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "0b67bf3c-2289-43bb-ab6c-7d25ec32a279", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "51f3f833-337a-42bd-a8d5-742ea8d6c226", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "571fd0b5-ef90-408d-af33-aafb517b8993", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "944ba823-fb9c-496e-a66e-bb426bb14a8d", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}], "revision_number": 4, "project_id": "11a46741b7954b959fd7764109c047b6", "id": "90af9782-8112-4257-801d-ee5115d226ba", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "created_at": "2018-08-12T05:34:26Z", "updated_at": "2018-08-12T05:34:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "2ee1f63a-807c-4d6a-85ee-dd784f6b8c3f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5dec3ec2-2add-47dd-8618-90659dcf3885", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5ea0dc3e-49d0-43f0-94e9-f6443527d14c", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "fbfaca22-7e3e-4128-8973-43e439b77c28", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}], "revision_number": 4, "project_id": "3c01cd58055c44ecaef39f7e625c2258", "id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "521007c1818145639e93ceb270559219", "created_at": "2018-08-12T05:13:27Z", "updated_at": "2018-08-12T05:13:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "5e7fede5-b0f2-47d8-95c3-516cdfc7f9de", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "8fd0e36f-c6c4-4f64-ba97-40439e614448", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "db7d79de-1dfc-4138-945f-91e74cdc266b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "e87f2cff-ff3e-4b6d-aaf0-7f0eb0ab9f05", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}], "revision_number": 4, "project_id": "521007c1818145639e93ceb270559219", "id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "created_at": "2018-08-12T05:08:18Z", "updated_at": "2018-08-12T05:08:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "3c67be40-bf74-4f97-9693-d93ce73a23b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "6112d869-2fc6-4a25-a13c-3d55cd7206c0", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "bdf21c56-453e-482e-9cba-3c55abcb0339", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "c8e92c39-38cc-4f48-be9c-5f0912e6a725", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}], "revision_number": 4, "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "created_at": "2018-08-12T05:04:23Z", "updated_at": "2018-08-12T05:04:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "280546d9-8ad1-4283-abfc-15ee9b1736c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "58bce125-f2ca-4a6d-b9ca-4e6cf5c0f7a5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "69275b9a-cfb5-482c-a9c4-8ffc79adf2c7", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "6d747f3a-3764-469a-a645-f977585c5aac", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}], "revision_number": 4, "project_id": "310f5853751a4c968f3eeb0a3d99a0a8", "id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "created_at": "2018-08-12T05:34:42Z", "updated_at": "2018-08-12T05:34:42Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "199582e8-25aa-457a-aa7c-6d8413ca4464", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "234f3609-4454-448f-919d-c8143c7cd764", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "c1061460-71a2-49a9-a04b-9fa33eeb17ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "d21ac532-51d8-4d6b-8300-7bac216759bf", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}], "revision_number": 4, "project_id": "9f6c1a272706419c9a74b0893b2890e8", "id": "d6739716-c693-460c-89c6-e7c8c48f8245", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "created_at": "2018-08-12T05:34:54Z", "updated_at": "2018-08-12T05:34:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "0633a05a-ee7d-4476-a56b-75d011b22f77", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "6cc1b9f8-73db-47a3-a0e0-3c96c43f34da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "90d99a6b-e94f-4fd8-a10c-f19dd8954c13", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "e843c139-af2a-4d2c-a24f-59f7b10ff72e", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}], "revision_number": 4, "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "created_at": "2018-08-12T05:09:07Z", "updated_at": "2018-08-12T05:09:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "5495e168-f505-4d74-ae6d-387f0bf533c2", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "6fd19b8b-3062-456e-81ba-3ff37fe43429", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8ca59d25-485c-46ce-939c-2e4a468caeac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8f190846-50a0-42b9-b571-390809b752b1", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}], "revision_number": 4, "project_id": "fa9ca6d7608b4d7d87ce97331679a481", "id": "edcd9b17-9416-4c25-823c-060c435e18d7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "created_at": "2018-08-12T05:34:52Z", "updated_at": "2018-08-12T05:34:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "2c7e484e-6ec5-4a95-8c9c-66d294c0c27e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "70c74258-3c2c-4efc-87e0-079c26ee3417", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "b70382fa-082e-4c2b-abc8-87490fa50b11", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "c3628e02-b4b6-42c9-8751-c1a2d3c19caa", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}], "revision_number": 4, "project_id": "87db863ba6e348b0a5ddcb67053db9d1", "id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "name": "default"}]} 2018-08-12 08:07:56,112 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-feee8236-1a7e-4da2-bd12-158ee87cf1e0 2018-08-12 08:07:56,120 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f92bc6db3e6473fca9488243dfec56c27f97d25c" 2018-08-12 08:07:56,211 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:07:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6e523060-1b75-435c-a6a0-dd6ab81f200e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 5fe28c13d4d74ba2be8d019ac1ea6363.", "code": 404, "title": "Not Found"}} 2018-08-12 08:07:56,211 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 used request id req-6e523060-1b75-435c-a6a0-dd6ab81f200e 2018-08-12 08:07:56,211 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:07:56,215 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f92bc6db3e6473fca9488243dfec56c27f97d25c" 2018-08-12 08:07:56,310 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:07:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bc7ab224-4ee5-41ba-98cf-7edef2b67b87 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa5a7fe6ee54472ba01638877aade8e3.", "code": 404, "title": "Not Found"}} 2018-08-12 08:07:56,311 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 used request id req-bc7ab224-4ee5-41ba-98cf-7edef2b67b87 2018-08-12 08:07:56,311 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:07:56,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f92bc6db3e6473fca9488243dfec56c27f97d25c" 2018-08-12 08:07:56,405 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:07:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ffd53041-d9c7-47c5-9ae5-967cdea405b4 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ea65becf30e54b27aa96a449698a435e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:07:56,406 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e used request id req-ffd53041-d9c7-47c5-9ae5-967cdea405b4 2018-08-12 08:07:56,406 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:07:56,409 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f92bc6db3e6473fca9488243dfec56c27f97d25c" 2018-08-12 08:07:56,487 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:07:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-af6ccf3a-2076-4c0b-94c9-0be9a0a6f1f1 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ff7abd7bb61f4f2889831e932d65dc2e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:07:56,487 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e used request id req-af6ccf3a-2076-4c0b-94c9-0be9a0a6f1f1 2018-08-12 08:07:56,487 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:07:56,491 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f92bc6db3e6473fca9488243dfec56c27f97d25c" 2018-08-12 08:07:56,580 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:07:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-60758895-ecd6-472a-89e6-93256ed40224 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3a85ceae958d4d9fba68847e7df67db8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:07:56,580 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 used request id req-60758895-ecd6-472a-89e6-93256ed40224 2018-08-12 08:07:56,580 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:07:56,584 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f92bc6db3e6473fca9488243dfec56c27f97d25c" 2018-08-12 08:07:56,676 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:07:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-46a16b9a-dbcd-45c7-91e4-24faf2e3baf4 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 85517fcf1c6247e699fdcdd42ecc8c79.", "code": 404, "title": "Not Found"}} 2018-08-12 08:07:56,677 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 used request id req-46a16b9a-dbcd-45c7-91e4-24faf2e3baf4 2018-08-12 08:07:56,677 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:07:56,680 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f92bc6db3e6473fca9488243dfec56c27f97d25c" 2018-08-12 08:07:56,769 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:07:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3839815b-2fdb-4eab-afb7-f79d63483df4 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}} 2018-08-12 08:07:56,770 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe used request id req-3839815b-2fdb-4eab-afb7-f79d63483df4 2018-08-12 08:07:56,773 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f92bc6db3e6473fca9488243dfec56c27f97d25c" 2018-08-12 08:07:56,852 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:07:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b54fc34b-ee61-4273-bfc5-0fbcab919d36 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 315a428116f24d9fbb826b37080a918e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:07:56,852 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e used request id req-b54fc34b-ee61-4273-bfc5-0fbcab919d36 2018-08-12 08:07:56,853 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:07:56,856 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f92bc6db3e6473fca9488243dfec56c27f97d25c" 2018-08-12 08:07:56,957 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:07:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-06e047fe-3228-4cdf-9a36-2b669af2491f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 11a46741b7954b959fd7764109c047b6.", "code": 404, "title": "Not Found"}} 2018-08-12 08:07:56,957 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 used request id req-06e047fe-3228-4cdf-9a36-2b669af2491f 2018-08-12 08:07:56,957 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:07:56,962 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f92bc6db3e6473fca9488243dfec56c27f97d25c" 2018-08-12 08:07:57,058 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:07:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-90d98e6f-ef0e-4c2b-9fea-791428283f23 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3c01cd58055c44ecaef39f7e625c2258.", "code": 404, "title": "Not Found"}} 2018-08-12 08:07:57,058 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 used request id req-90d98e6f-ef0e-4c2b-9fea-791428283f23 2018-08-12 08:07:57,058 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:07:57,061 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f92bc6db3e6473fca9488243dfec56c27f97d25c" 2018-08-12 08:07:57,147 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:07:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b2aaeeac-fc21-433f-b346-90ad6d813c99 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 521007c1818145639e93ceb270559219.", "code": 404, "title": "Not Found"}} 2018-08-12 08:07:57,147 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 used request id req-b2aaeeac-fc21-433f-b346-90ad6d813c99 2018-08-12 08:07:57,148 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:07:57,151 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f92bc6db3e6473fca9488243dfec56c27f97d25c" 2018-08-12 08:07:57,242 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:07:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5c369498-9b39-43d2-b88f-df3199af429a Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e18fcc7fc10a4fd0b20234f8520d0aab.", "code": 404, "title": "Not Found"}} 2018-08-12 08:07:57,243 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab used request id req-5c369498-9b39-43d2-b88f-df3199af429a 2018-08-12 08:07:57,243 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:07:57,246 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f92bc6db3e6473fca9488243dfec56c27f97d25c" 2018-08-12 08:07:57,415 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:07:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bc0859d8-0349-4b76-ba96-9a83d0534f26 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "310f5853751a4c968f3eeb0a3d99a0a8", "name": "service"}} 2018-08-12 08:07:57,416 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 used request id req-bc0859d8-0349-4b76-ba96-9a83d0534f26 2018-08-12 08:07:57,420 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f92bc6db3e6473fca9488243dfec56c27f97d25c" 2018-08-12 08:07:57,510 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:07:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1d193bc7-67e6-41b6-90df-521848b7fd4e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9f6c1a272706419c9a74b0893b2890e8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:07:57,510 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 used request id req-1d193bc7-67e6-41b6-90df-521848b7fd4e 2018-08-12 08:07:57,510 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:07:57,514 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/34cb7327fcfc4b52a63b4b8c0ea4a54d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f92bc6db3e6473fca9488243dfec56c27f97d25c" 2018-08-12 08:07:57,600 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:07:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-04ad9314-7cc0-40e0-b1c3-8e86beb05adc Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 34cb7327fcfc4b52a63b4b8c0ea4a54d.", "code": 404, "title": "Not Found"}} 2018-08-12 08:07:57,601 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/34cb7327fcfc4b52a63b4b8c0ea4a54d used request id req-04ad9314-7cc0-40e0-b1c3-8e86beb05adc 2018-08-12 08:07:57,601 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:07:57,604 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa9ca6d7608b4d7d87ce97331679a481 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f92bc6db3e6473fca9488243dfec56c27f97d25c" 2018-08-12 08:07:57,689 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:07:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-23a0708c-6655-4ec7-bcdb-2c410a7764b6 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa9ca6d7608b4d7d87ce97331679a481.", "code": 404, "title": "Not Found"}} 2018-08-12 08:07:57,689 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa9ca6d7608b4d7d87ce97331679a481 used request id req-23a0708c-6655-4ec7-bcdb-2c410a7764b6 2018-08-12 08:07:57,689 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:07:57,692 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/87db863ba6e348b0a5ddcb67053db9d1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f92bc6db3e6473fca9488243dfec56c27f97d25c" 2018-08-12 08:07:57,780 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:07:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-adf423fc-40ae-4c9b-8841-4e1088d0d022 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87db863ba6e348b0a5ddcb67053db9d1.", "code": 404, "title": "Not Found"}} 2018-08-12 08:07:57,780 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/87db863ba6e348b0a5ddcb67053db9d1 used request id req-adf423fc-40ae-4c9b-8841-4e1088d0d022 2018-08-12 08:07:57,780 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:07:57,781 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-7b5d76ae-fac4-494-proj 2018-08-12 08:07:57,785 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/45e9feeb8e354c5d941aeeb483807fa9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f92bc6db3e6473fca9488243dfec56c27f97d25c" 2018-08-12 08:07:57,989 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:07:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1ec30c77-43a0-44ef-b133-80a2af253627 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 08:07:57,989 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/45e9feeb8e354c5d941aeeb483807fa9 used request id req-1ec30c77-43a0-44ef-b133-80a2af253627 2018-08-12 08:07:57,989 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-7b5d76ae-fac4-494-proj-role 2018-08-12 08:07:57,993 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/f4abf8950574451e8ea2ceea2647b949 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f92bc6db3e6473fca9488243dfec56c27f97d25c" 2018-08-12 08:07:58,102 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:07:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9b52e70a-3f63-452e-b15c-e1621f2c7c78 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 08:07:58,102 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/f4abf8950574451e8ea2ceea2647b949 used request id req-9b52e70a-3f63-452e-b15c-e1621f2c7c78 2018-08-12 08:07:58,106 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f92bc6db3e6473fca9488243dfec56c27f97d25c" 2018-08-12 08:07:58,188 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:07:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-22898ce9-4a81-4c83-81ef-890f60d34d4d Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:07:58,188 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-22898ce9-4a81-4c83-81ef-890f60d34d4d 2018-08-12 08:07:58,189 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-7b5d76ae-fac4-494-user 2018-08-12 08:07:58,192 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/5483bb73314d4e0d8530da70b2823248 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94aa973058552e21acf8dddcb6169ff8a5dcc886" 2018-08-12 08:07:58,385 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:07:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2756ab0e-ff88-43d1-b4e5-c59ec3eed02a 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 08:07:58,385 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/5483bb73314d4e0d8530da70b2823248 used request id req-2756ab0e-ff88-43d1-b4e5-c59ec3eed02a 2018-08-12 08:07:58,387 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:07:58,774 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:07:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["2GuI-PfqT7ezLBX4oa21Jw"], "issued_at": "2018-08-12T08:07:58.000000Z"}} 2018-08-12 08:07:58,774 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}156fae18c12b3bdfe74eb7a8478d197fc72ec28e" 2018-08-12 08:07:58,864 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:07:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0b2c011c-5fb0-4da2-9651-1805a986ff05 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:07:58,864 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-0b2c011c-5fb0-4da2-9651-1805a986ff05 2018-08-12 08:07:58,865 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:07:58,866 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:07:59,275 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:07:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["BDvM4wVIT06VDBoiBklPsA"], "issued_at": "2018-08-12T08:07:59.000000Z"}} 2018-08-12 08:07:59,276 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}57d15a08f03d6538af16044ea60461f797280dc0" 2018-08-12 08:07:59,356 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:07:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-06cfb29b-607a-4d42-9f7c-b1002d505083 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:07:59,356 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-06cfb29b-607a-4d42-9f7c-b1002d505083 2018-08-12 08:07:59,360 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:07:59,366 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:07:59 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:07:59,366 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-f7459e00-0a05-4e1-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57d15a08f03d6538af16044ea60461f797280dc0" 2018-08-12 08:07:59,448 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:07:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-98b532a9-bc84-4cb7-a088-5ec992e3a0d8 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-f7459e00-0a05-4e1-proj", "previous": null, "next": null}, "projects": []} 2018-08-12 08:07:59,449 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-f7459e00-0a05-4e1-proj used request id req-98b532a9-bc84-4cb7-a088-5ec992e3a0d8 2018-08-12 08:07:59,452 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57d15a08f03d6538af16044ea60461f797280dc0" 2018-08-12 08:07:59,540 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:07:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f716ef63-0071-4e01-8671-01d2456468da Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:07:59,540 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-f716ef63-0071-4e01-8671-01d2456468da 2018-08-12 08:07:59,544 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57d15a08f03d6538af16044ea60461f797280dc0" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateImageSuccessTests-f7459e00-0a05-4e1-proj"}}' 2018-08-12 08:07:59,665 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:07:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2800e23f-4200-49ef-9eed-fad0e69e4f8b Content-Length: 320 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/04503aa7f18e45c99cad55ae7633705e"}, "tags": [], "enabled": true, "id": "04503aa7f18e45c99cad55ae7633705e", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-f7459e00-0a05-4e1-proj"}} 2018-08-12 08:07:59,666 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-2800e23f-4200-49ef-9eed-fad0e69e4f8b 2018-08-12 08:07:59,666 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-f7459e00-0a05-4e1-proj 2018-08-12 08:07:59,666 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:07:59,667 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:08:00,067 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:08:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["eZ6hS_6hT5uMumug-ckr2A"], "issued_at": "2018-08-12T08:08:00.000000Z"}} 2018-08-12 08:08:00,068 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}59c66c0297e2f1249c9cbed954cf7abbf22b4cd1" 2018-08-12 08:08:00,147 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:08:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6af85bca-3067-4b80-8bd8-345c28eb4fb7 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:08:00,148 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-6af85bca-3067-4b80-8bd8-345c28eb4fb7 2018-08-12 08:08:00,152 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:08:00,157 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:08:00 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:08:00,158 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59c66c0297e2f1249c9cbed954cf7abbf22b4cd1" 2018-08-12 08:08:00,267 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:08:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8bfef26a-1221-4ecc-a909-767a98e0974d Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/105a247548624314b9228f85f6325f0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105a247548624314b9228f85f6325f0b", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/1c5de0eaa44543f08da6ad63a51594ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c5de0eaa44543f08da6ad63a51594ff", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/1d127b5b832547a88a547c116dfdd65b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d127b5b832547a88a547c116dfdd65b", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/1d5cfc170d624ce4ae53ae0507c8d517"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d5cfc170d624ce4ae53ae0507c8d517", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/2421820b75eb4d3ebd02830378d1377b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2421820b75eb4d3ebd02830378d1377b", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/40bd8ee54ecf44868cc83cede652c396"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40bd8ee54ecf44868cc83cede652c396", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/4f32fb8153854c4c9f5094b42b523f80"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f32fb8153854c4c9f5094b42b523f80", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7066130d08fb4db7bf4ab468de53933b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7066130d08fb4db7bf4ab468de53933b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/8d0898a83bcf4521bbc11501d5d7ac89"}, "domain_id": "1eec97585bde483292ece28ee11f4b8d", "enabled": true, "options": {}, "id": "8d0898a83bcf4521bbc11501d5d7ac89", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/9defcced327d476f8a3beab718a13da3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9defcced327d476f8a3beab718a13da3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/b80ee4f6992446e0879624dd436e99a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b80ee4f6992446e0879624dd436e99a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b86fd3e011324d398fcdb6f095a20a9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b86fd3e011324d398fcdb6f095a20a9d", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1701d2754064b5cadf765ea0806f9b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1701d2754064b5cadf765ea0806f9b2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/db4e7b8d76d549faa502716565c733dd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db4e7b8d76d549faa502716565c733dd", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-12 08:08:00,268 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-8bfef26a-1221-4ecc-a909-767a98e0974d 2018-08-12 08:08:00,272 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateImageSuccessTests-f7459e00-0a05-4e1-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59c66c0297e2f1249c9cbed954cf7abbf22b4cd1" 2018-08-12 08:08:00,357 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:08:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5266dcc4-2ef1-44b8-97fa-262a80323335 Content-Encoding: gzip Content-Length: 258 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateImageSuccessTests-f7459e00-0a05-4e1-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/04503aa7f18e45c99cad55ae7633705e"}, "tags": [], "enabled": true, "id": "04503aa7f18e45c99cad55ae7633705e", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-f7459e00-0a05-4e1-proj"}]} 2018-08-12 08:08:00,357 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateImageSuccessTests-f7459e00-0a05-4e1-proj used request id req-5266dcc4-2ef1-44b8-97fa-262a80323335 2018-08-12 08:08:00,361 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59c66c0297e2f1249c9cbed954cf7abbf22b4cd1" 2018-08-12 08:08:00,457 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:08:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f7b06abb-8855-4ab6-aa5e-097c555d15c4 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:08:00,457 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-f7b06abb-8855-4ab6-aa5e-097c555d15c4 2018-08-12 08:08:00,761 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-f7459e00-0a05-4e1-user 2018-08-12 08:08:00,761 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:08:00,766 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57d15a08f03d6538af16044ea60461f797280dc0" 2018-08-12 08:08:00,854 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:08:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3000bf06-70b2-4df2-b0d2-f189c51e264f Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:08:00,854 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-3000bf06-70b2-4df2-b0d2-f189c51e264f 2018-08-12 08:08:00,858 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57d15a08f03d6538af16044ea60461f797280dc0" -d '{"role": {"name": "CreateImageSuccessTests-f7459e00-0a05-4e1-proj-role"}}' 2018-08-12 08:08:00,970 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:08:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bfb6b865-2e51-4365-a3e8-59a3dbd0dae6 Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "8181b2925469462f8c103c51a43863bf", "links": {"self": "http://172.30.9.21:5000/v3/roles/8181b2925469462f8c103c51a43863bf"}, "name": "CreateImageSuccessTests-f7459e00-0a05-4e1-proj-role"}} 2018-08-12 08:08:00,971 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-bfb6b865-2e51-4365-a3e8-59a3dbd0dae6 2018-08-12 08:08:00,971 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-f7459e00-0a05-4e1-proj-role 2018-08-12 08:08:00,974 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/8181b2925469462f8c103c51a43863bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57d15a08f03d6538af16044ea60461f797280dc0" 2018-08-12 08:08:00,993 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:08:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c4d53da8-53c5-4492-9dee-ae8de1ac61a6 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "8181b2925469462f8c103c51a43863bf", "links": {"self": "http://172.30.9.21:5000/v3/roles/8181b2925469462f8c103c51a43863bf"}, "name": "CreateImageSuccessTests-f7459e00-0a05-4e1-proj-role"}} 2018-08-12 08:08:00,993 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/8181b2925469462f8c103c51a43863bf used request id req-c4d53da8-53c5-4492-9dee-ae8de1ac61a6 2018-08-12 08:08:00,993 - keystone_utils - INFO - Granting role CreateImageSuccessTests-f7459e00-0a05-4e1-proj-role to project CreateImageSuccessTests-f7459e00-0a05-4e1-proj 2018-08-12 08:08:00,996 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/04503aa7f18e45c99cad55ae7633705e/users/3666ecc0f4f9457fa15d5bbc40e582cc/roles/8181b2925469462f8c103c51a43863bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57d15a08f03d6538af16044ea60461f797280dc0" 2018-08-12 08:08:01,132 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:08:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5cae060b-6986-4761-8ec1-68952d861a29 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 08:08:01,132 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/04503aa7f18e45c99cad55ae7633705e/users/3666ecc0f4f9457fa15d5bbc40e582cc/roles/8181b2925469462f8c103c51a43863bf used request id req-5cae060b-6986-4761-8ec1-68952d861a29 2018-08-12 08:08:01,133 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-08-12 08:08:01,133 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:08:01,134 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:08:01,529 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8181b2925469462f8c103c51a43863bf", "name": "CreateImageSuccessTests-f7459e00-0a05-4e1-proj-role"}], "expires_at": "2018-08-12T09:08:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "04503aa7f18e45c99cad55ae7633705e", "name": "CreateImageSuccessTests-f7459e00-0a05-4e1-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/04503aa7f18e45c99cad55ae7633705e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/04503aa7f18e45c99cad55ae7633705e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/04503aa7f18e45c99cad55ae7633705e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_04503aa7f18e45c99cad55ae7633705e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_04503aa7f18e45c99cad55ae7633705e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/04503aa7f18e45c99cad55ae7633705e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/04503aa7f18e45c99cad55ae7633705e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/04503aa7f18e45c99cad55ae7633705e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/04503aa7f18e45c99cad55ae7633705e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/04503aa7f18e45c99cad55ae7633705e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/04503aa7f18e45c99cad55ae7633705e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/04503aa7f18e45c99cad55ae7633705e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/04503aa7f18e45c99cad55ae7633705e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/04503aa7f18e45c99cad55ae7633705e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-f7459e00-0a05-4e1-user", "id": "3666ecc0f4f9457fa15d5bbc40e582cc"}, "audit_ids": ["2cwhZ-KMTZia4E2XC3gsXg"], "issued_at": "2018-08-12T08:08:01.000000Z"}} 2018-08-12 08:08:01,530 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}4b18590b083a6d859719633916804b04a837cf16" 2018-08-12 08:08:01,613 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:08:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-83747e49-f08a-4591-8f51-151e8e9760d7 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:08:01,613 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-83747e49-f08a-4591-8f51-151e8e9760d7 2018-08-12 08:08:01,617 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-d17991f3-fe7f-42a6-ab80-2daf4b562ce3 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4b18590b083a6d859719633916804b04a837cf16" 2018-08-12 08:08:01,823 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 162 Content-Type: application/json X-Openstack-Request-Id: req-c2067a00-a714-4a91-82ba-363473f7d4fc Date: Sun, 12 Aug 2018 08:08:01 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-d17991f3-fe7f-42a6-ab80-2daf4b562ce3"} 2018-08-12 08:08:01,824 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-d17991f3-fe7f-42a6-ab80-2daf4b562ce3 used request id req-c2067a00-a714-4a91-82ba-363473f7d4fc 2018-08-12 08:08:01,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4b18590b083a6d859719633916804b04a837cf16" 2018-08-12 08:08:02,502 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-432a8005-c71d-4d17-aea9-bd324d75a2de Date: Sun, 12 Aug 2018 08:08:02 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"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}, "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}, "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"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "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"}, "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"}, "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}, "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}, "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"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "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}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-12 08:08:02,503 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-432a8005-c71d-4d17-aea9-bd324d75a2de 2018-08-12 08:08:02,532 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4b18590b083a6d859719633916804b04a837cf16" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateImageSuccessTests-d17991f3-fe7f-42a6-ab80-2daf4b562ce3"}' 2018-08-12 08:08:03,155 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 621 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/96e268df-a648-4229-af25-9b2b2835a3a1 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-193d09ca-8ac0-424c-8c30-6155359a0d5c Date: Sun, 12 Aug 2018 08:08:03 GMT RESP BODY: {"status": "queued", "name": "CreateImageSuccessTests-d17991f3-fe7f-42a6-ab80-2daf4b562ce3", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:08:03Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-08-12T08:08:03Z", "visibility": "shared", "locations": [], "self": "/v2/images/96e268df-a648-4229-af25-9b2b2835a3a1", "min_disk": 0, "protected": false, "id": "96e268df-a648-4229-af25-9b2b2835a3a1", "file": "/v2/images/96e268df-a648-4229-af25-9b2b2835a3a1/file", "checksum": null, "owner": "04503aa7f18e45c99cad55ae7633705e", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-12 08:08:03,155 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-193d09ca-8ac0-424c-8c30-6155359a0d5c 2018-08-12 08:08:03,166 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/96e268df-a648-4229-af25-9b2b2835a3a1/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4b18590b083a6d859719633916804b04a837cf16" -d '' 2018-08-12 08:08:04,173 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-8e6fb8ec-7748-4119-9648-bb89be14cb5f Date: Sun, 12 Aug 2018 08:08: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 08:08:04,173 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/96e268df-a648-4229-af25-9b2b2835a3a1/file used request id req-8e6fb8ec-7748-4119-9648-bb89be14cb5f 2018-08-12 08:08:04,174 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-12 08:08:04,177 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/96e268df-a648-4229-af25-9b2b2835a3a1 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4b18590b083a6d859719633916804b04a837cf16" 2018-08-12 08:08:04,760 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-42bd1846-e511-4c37-b4d0-ab8afba5a2d0 Date: Sun, 12 Aug 2018 08:08:04 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-d17991f3-fe7f-42a6-ab80-2daf4b562ce3", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:08:03Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-12T08:08:04Z", "visibility": "shared", "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/96e268df-a648-4229-af25-9b2b2835a3a1/snap", "metadata": {}}], "self": "/v2/images/96e268df-a648-4229-af25-9b2b2835a3a1", "min_disk": 0, "protected": false, "id": "96e268df-a648-4229-af25-9b2b2835a3a1", "file": "/v2/images/96e268df-a648-4229-af25-9b2b2835a3a1/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "04503aa7f18e45c99cad55ae7633705e", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/96e268df-a648-4229-af25-9b2b2835a3a1/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-12 08:08:04,760 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/96e268df-a648-4229-af25-9b2b2835a3a1 used request id req-42bd1846-e511-4c37-b4d0-ab8afba5a2d0 2018-08-12 08:08:04,763 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4b18590b083a6d859719633916804b04a837cf16" 2018-08-12 08:08:04,944 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-bfb11c30-d6fc-4452-bcb4-0b356ad5a87f Date: Sun, 12 Aug 2018 08:08:04 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"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}, "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}, "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"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "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"}, "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"}, "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}, "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}, "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"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "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}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-12 08:08:04,944 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-bfb11c30-d6fc-4452-bcb4-0b356ad5a87f 2018-08-12 08:08:04,947 - create_image - INFO - Created image with name - CreateImageSuccessTests-d17991f3-fe7f-42a6-ab80-2daf4b562ce3 2018-08-12 08:08:04,950 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/96e268df-a648-4229-af25-9b2b2835a3a1 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4b18590b083a6d859719633916804b04a837cf16" 2018-08-12 08:08:05,138 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-d8529694-483a-46bd-b14b-587815e52bb6 Date: Sun, 12 Aug 2018 08:08:05 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-d17991f3-fe7f-42a6-ab80-2daf4b562ce3", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:08:03Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-12T08:08:04Z", "visibility": "shared", "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/96e268df-a648-4229-af25-9b2b2835a3a1/snap", "metadata": {}}], "self": "/v2/images/96e268df-a648-4229-af25-9b2b2835a3a1", "min_disk": 0, "protected": false, "id": "96e268df-a648-4229-af25-9b2b2835a3a1", "file": "/v2/images/96e268df-a648-4229-af25-9b2b2835a3a1/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "04503aa7f18e45c99cad55ae7633705e", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/96e268df-a648-4229-af25-9b2b2835a3a1/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-12 08:08:05,138 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/96e268df-a648-4229-af25-9b2b2835a3a1 used request id req-d8529694-483a-46bd-b14b-587815e52bb6 2018-08-12 08:08:05,139 - create_image - DEBUG - Instance status is - active 2018-08-12 08:08:05,139 - create_image - DEBUG - Image is active with name - CreateImageSuccessTests-d17991f3-fe7f-42a6-ab80-2daf4b562ce3 2018-08-12 08:08:05,139 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-d17991f3-fe7f-42a6-ab80-2daf4b562ce3 2018-08-12 08:08:05,139 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:08:05,534 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8181b2925469462f8c103c51a43863bf", "name": "CreateImageSuccessTests-f7459e00-0a05-4e1-proj-role"}], "expires_at": "2018-08-12T09:08:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "04503aa7f18e45c99cad55ae7633705e", "name": "CreateImageSuccessTests-f7459e00-0a05-4e1-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/04503aa7f18e45c99cad55ae7633705e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/04503aa7f18e45c99cad55ae7633705e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/04503aa7f18e45c99cad55ae7633705e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_04503aa7f18e45c99cad55ae7633705e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_04503aa7f18e45c99cad55ae7633705e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/04503aa7f18e45c99cad55ae7633705e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/04503aa7f18e45c99cad55ae7633705e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/04503aa7f18e45c99cad55ae7633705e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/04503aa7f18e45c99cad55ae7633705e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/04503aa7f18e45c99cad55ae7633705e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/04503aa7f18e45c99cad55ae7633705e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/04503aa7f18e45c99cad55ae7633705e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/04503aa7f18e45c99cad55ae7633705e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/04503aa7f18e45c99cad55ae7633705e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-f7459e00-0a05-4e1-user", "id": "3666ecc0f4f9457fa15d5bbc40e582cc"}, "audit_ids": ["5paFM6T1Qvac4IOm4Aju-Q"], "issued_at": "2018-08-12T08:08:05.000000Z"}} 2018-08-12 08:08:05,537 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-d17991f3-fe7f-42a6-ab80-2daf4b562ce3 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1539164ba3f5ebe79f11af7ee1cd422c1fceda04" 2018-08-12 08:08:05,730 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1044 Content-Type: application/json X-Openstack-Request-Id: req-3a3c2f80-f371-4ec1-9224-dd5ab0bc6981 Date: Sun, 12 Aug 2018 08:08:05 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-d17991f3-fe7f-42a6-ab80-2daf4b562ce3", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:08:03Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-12T08:08:04Z", "visibility": "shared", "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/96e268df-a648-4229-af25-9b2b2835a3a1/snap", "metadata": {}}], "self": "/v2/images/96e268df-a648-4229-af25-9b2b2835a3a1", "min_disk": 0, "protected": false, "id": "96e268df-a648-4229-af25-9b2b2835a3a1", "file": "/v2/images/96e268df-a648-4229-af25-9b2b2835a3a1/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "04503aa7f18e45c99cad55ae7633705e", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/96e268df-a648-4229-af25-9b2b2835a3a1/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-d17991f3-fe7f-42a6-ab80-2daf4b562ce3"} 2018-08-12 08:08:05,730 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-d17991f3-fe7f-42a6-ab80-2daf4b562ce3 used request id req-3a3c2f80-f371-4ec1-9224-dd5ab0bc6981 2018-08-12 08:08:05,733 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1539164ba3f5ebe79f11af7ee1cd422c1fceda04" 2018-08-12 08:08:06,312 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-e4856703-f881-4d2d-9401-4e41398364cb Date: Sun, 12 Aug 2018 08:08:06 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"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}, "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}, "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"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "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"}, "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"}, "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}, "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}, "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"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "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}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-12 08:08:06,312 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-e4856703-f881-4d2d-9401-4e41398364cb 2018-08-12 08:08:06,315 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-d17991f3-fe7f-42a6-ab80-2daf4b562ce3 2018-08-12 08:08:06,318 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/96e268df-a648-4229-af25-9b2b2835a3a1 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4b18590b083a6d859719633916804b04a837cf16" 2018-08-12 08:08:06,702 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-1ca38c34-f516-4dd1-ba7d-511dceaacdb8 Date: Sun, 12 Aug 2018 08:08:06 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 08:08:06,702 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/96e268df-a648-4229-af25-9b2b2835a3a1 used request id req-1ca38c34-f516-4dd1-ba7d-511dceaacdb8 2018-08-12 08:08:06,703 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:08:06,703 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:08:06,704 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:08:06,704 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:08:06,704 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:08:06,710 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57d15a08f03d6538af16044ea60461f797280dc0" 2018-08-12 08:08:06,970 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 43135 X-Openstack-Request-Id: req-edd6af93-5003-4204-947e-934942f9d4dc Date: Sun, 12 Aug 2018 08:08:06 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "created_at": "2018-08-12T06:59:44Z", "updated_at": "2018-08-12T06:59:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "1d7fd960-7865-4453-aecc-8d399b4fad21", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "66820d8a-b785-4b18-bd67-500221c8e4f9", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "74fc7638-a322-4841-8c47-06d36174a200", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "8eaa09ec-8419-4582-9312-1e527afe6e4b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}], "revision_number": 4, "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "created_at": "2018-08-12T05:12:34Z", "updated_at": "2018-08-12T05:12:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "709513d2-af7d-4d0b-bd3c-604fed75a711", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "aa346066-e46f-44f2-94be-2884aa998a19", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "c15f7b93-e56c-4afa-867d-2acb286d4b7b", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "cb0ef83f-5f70-4a80-ad35-431ca9df551e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}], "revision_number": 4, "project_id": "fa5a7fe6ee54472ba01638877aade8e3", "id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ea65becf30e54b27aa96a449698a435e", "created_at": "2018-08-12T05:10:35Z", "updated_at": "2018-08-12T05:10:35Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "30ad280c-f302-4cd4-a438-5139917b56f9", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "76115c4c-887d-4f0a-83e2-486e4b39c713", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "8ab14937-4c08-4d43-8a9a-662e622cc643", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "ee757a03-5662-4273-9c3e-6212e7afb48f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}], "revision_number": 4, "project_id": "ea65becf30e54b27aa96a449698a435e", "id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "created_at": "2018-08-12T06:20:09Z", "updated_at": "2018-08-12T06:20:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "1123b8f2-75ac-4a26-b9b2-a96da97408e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "2ddd2b93-e080-48cd-9a50-f5fe8a82ad0c", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "cd1bae62-0aea-4438-b4c3-50a69ae6f855", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "e398e01e-ceea-46d1-9534-b929808c4a5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}], "revision_number": 4, "project_id": "ff7abd7bb61f4f2889831e932d65dc2e", "id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "created_at": "2018-08-12T05:34:57Z", "updated_at": "2018-08-12T05:34:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "208a1c1e-f5f8-49c7-9a25-d07e68b1541f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "27bfd867-e607-4bf8-9de8-60682d3f771d", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "49360e1f-6fd3-4f35-b339-24cea95773ee", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "60f631a9-d305-4920-9631-d0543e2ac64f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}], "revision_number": 4, "project_id": "3a85ceae958d4d9fba68847e7df67db8", "id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "created_at": "2018-08-12T05:34:40Z", "updated_at": "2018-08-12T05:34:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "2192c259-363e-4768-ae73-e75837ad63b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "3f87ddc5-f84d-41dc-8215-847724782569", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "7d89f6da-ea78-49dd-9115-f9ad23b250bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "9ec4497d-0f65-44db-9be9-7b3042e4a584", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}], "revision_number": 4, "project_id": "85517fcf1c6247e699fdcdd42ecc8c79", "id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "created_at": "2018-08-12T05:16:02Z", "updated_at": "2018-08-12T05:16:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "1ecacd8c-c1c7-4a66-9871-406a69323b43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "3cc1750c-e0e7-4902-b6f3-494a161b832e", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "d719a7a4-8c99-44ed-8c12-6bf071890203", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "fe7421b5-d577-41da-8c78-62f3c07eda92", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}], "revision_number": 4, "project_id": "a267b9a156244bb192691cff6e5f74fe", "id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "315a428116f24d9fbb826b37080a918e", "created_at": "2018-08-12T05:11:31Z", "updated_at": "2018-08-12T05:11:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "5e52886a-1dc3-4a81-a55d-f388dc4fd1a1", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "678e32e4-d64c-448a-a4ab-e253ab94ae90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "a8da1539-e3ad-4f90-b2df-3dc1f09d228a", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "b73d5cc9-0205-4658-bb1f-61a042c0ab8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}], "revision_number": 4, "project_id": "315a428116f24d9fbb826b37080a918e", "id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-12T05:08:01Z", "updated_at": "2018-08-12T05:08:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:01Z", "revision_number": 0, "id": "0fb05d03-1117-45d0-930c-b6d4c96ef102", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "4faaab33-5788-4bbd-85b8-0fb44d41413a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "96d0c5a0-5c67-421b-8fc8-2b46d77e5db3", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "dd78519b-4bc5-4e8e-ad0f-58089dd69347", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "11a46741b7954b959fd7764109c047b6", "created_at": "2018-08-12T05:34:51Z", "updated_at": "2018-08-12T05:34:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "0b67bf3c-2289-43bb-ab6c-7d25ec32a279", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "51f3f833-337a-42bd-a8d5-742ea8d6c226", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "571fd0b5-ef90-408d-af33-aafb517b8993", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "944ba823-fb9c-496e-a66e-bb426bb14a8d", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}], "revision_number": 4, "project_id": "11a46741b7954b959fd7764109c047b6", "id": "90af9782-8112-4257-801d-ee5115d226ba", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "created_at": "2018-08-12T05:34:26Z", "updated_at": "2018-08-12T05:34:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "2ee1f63a-807c-4d6a-85ee-dd784f6b8c3f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5dec3ec2-2add-47dd-8618-90659dcf3885", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5ea0dc3e-49d0-43f0-94e9-f6443527d14c", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "fbfaca22-7e3e-4128-8973-43e439b77c28", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}], "revision_number": 4, "project_id": "3c01cd58055c44ecaef39f7e625c2258", "id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "521007c1818145639e93ceb270559219", "created_at": "2018-08-12T05:13:27Z", "updated_at": "2018-08-12T05:13:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "5e7fede5-b0f2-47d8-95c3-516cdfc7f9de", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "8fd0e36f-c6c4-4f64-ba97-40439e614448", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "db7d79de-1dfc-4138-945f-91e74cdc266b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "e87f2cff-ff3e-4b6d-aaf0-7f0eb0ab9f05", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}], "revision_number": 4, "project_id": "521007c1818145639e93ceb270559219", "id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "created_at": "2018-08-12T05:08:18Z", "updated_at": "2018-08-12T05:08:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "3c67be40-bf74-4f97-9693-d93ce73a23b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "6112d869-2fc6-4a25-a13c-3d55cd7206c0", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "bdf21c56-453e-482e-9cba-3c55abcb0339", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "c8e92c39-38cc-4f48-be9c-5f0912e6a725", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}], "revision_number": 4, "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "created_at": "2018-08-12T05:04:23Z", "updated_at": "2018-08-12T05:04:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "280546d9-8ad1-4283-abfc-15ee9b1736c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "58bce125-f2ca-4a6d-b9ca-4e6cf5c0f7a5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "69275b9a-cfb5-482c-a9c4-8ffc79adf2c7", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "6d747f3a-3764-469a-a645-f977585c5aac", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}], "revision_number": 4, "project_id": "310f5853751a4c968f3eeb0a3d99a0a8", "id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "created_at": "2018-08-12T05:34:42Z", "updated_at": "2018-08-12T05:34:42Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "199582e8-25aa-457a-aa7c-6d8413ca4464", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "234f3609-4454-448f-919d-c8143c7cd764", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "c1061460-71a2-49a9-a04b-9fa33eeb17ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "d21ac532-51d8-4d6b-8300-7bac216759bf", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}], "revision_number": 4, "project_id": "9f6c1a272706419c9a74b0893b2890e8", "id": "d6739716-c693-460c-89c6-e7c8c48f8245", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "created_at": "2018-08-12T05:34:54Z", "updated_at": "2018-08-12T05:34:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "0633a05a-ee7d-4476-a56b-75d011b22f77", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "6cc1b9f8-73db-47a3-a0e0-3c96c43f34da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "90d99a6b-e94f-4fd8-a10c-f19dd8954c13", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "e843c139-af2a-4d2c-a24f-59f7b10ff72e", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}], "revision_number": 4, "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "created_at": "2018-08-12T05:09:07Z", "updated_at": "2018-08-12T05:09:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "5495e168-f505-4d74-ae6d-387f0bf533c2", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "6fd19b8b-3062-456e-81ba-3ff37fe43429", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8ca59d25-485c-46ce-939c-2e4a468caeac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8f190846-50a0-42b9-b571-390809b752b1", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}], "revision_number": 4, "project_id": "fa9ca6d7608b4d7d87ce97331679a481", "id": "edcd9b17-9416-4c25-823c-060c435e18d7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "created_at": "2018-08-12T05:34:52Z", "updated_at": "2018-08-12T05:34:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "2c7e484e-6ec5-4a95-8c9c-66d294c0c27e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "70c74258-3c2c-4efc-87e0-079c26ee3417", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "b70382fa-082e-4c2b-abc8-87490fa50b11", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "c3628e02-b4b6-42c9-8751-c1a2d3c19caa", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}], "revision_number": 4, "project_id": "87db863ba6e348b0a5ddcb67053db9d1", "id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "name": "default"}]} 2018-08-12 08:08:06,971 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-edd6af93-5003-4204-947e-934942f9d4dc 2018-08-12 08:08:06,979 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57d15a08f03d6538af16044ea60461f797280dc0" 2018-08-12 08:08:07,066 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:08:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1549913b-36c7-4138-bb12-688e7f3f742a Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 5fe28c13d4d74ba2be8d019ac1ea6363.", "code": 404, "title": "Not Found"}} 2018-08-12 08:08:07,066 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 used request id req-1549913b-36c7-4138-bb12-688e7f3f742a 2018-08-12 08:08:07,066 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:08:07,070 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57d15a08f03d6538af16044ea60461f797280dc0" 2018-08-12 08:08:07,156 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:08:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-41a5f290-4681-4533-9e9c-35f29a32df65 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa5a7fe6ee54472ba01638877aade8e3.", "code": 404, "title": "Not Found"}} 2018-08-12 08:08:07,157 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 used request id req-41a5f290-4681-4533-9e9c-35f29a32df65 2018-08-12 08:08:07,157 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:08:07,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57d15a08f03d6538af16044ea60461f797280dc0" 2018-08-12 08:08:07,246 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:08:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-12c17170-67d4-4e2b-b99e-89dd5a1bd891 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ea65becf30e54b27aa96a449698a435e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:08:07,246 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e used request id req-12c17170-67d4-4e2b-b99e-89dd5a1bd891 2018-08-12 08:08:07,246 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:08:07,250 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57d15a08f03d6538af16044ea60461f797280dc0" 2018-08-12 08:08:07,333 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:08:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-01d4f36c-45ec-46ee-b5ea-5bc4fb3072b9 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ff7abd7bb61f4f2889831e932d65dc2e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:08:07,333 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e used request id req-01d4f36c-45ec-46ee-b5ea-5bc4fb3072b9 2018-08-12 08:08:07,333 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:08:07,337 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57d15a08f03d6538af16044ea60461f797280dc0" 2018-08-12 08:08:07,442 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:08:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-35f073a7-925f-4bac-b67d-03556bc8b525 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3a85ceae958d4d9fba68847e7df67db8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:08:07,443 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 used request id req-35f073a7-925f-4bac-b67d-03556bc8b525 2018-08-12 08:08:07,443 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:08:07,447 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57d15a08f03d6538af16044ea60461f797280dc0" 2018-08-12 08:08:07,530 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:08:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f89f22de-c6d5-4ae7-9752-c8b3a6e58572 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 85517fcf1c6247e699fdcdd42ecc8c79.", "code": 404, "title": "Not Found"}} 2018-08-12 08:08:07,530 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 used request id req-f89f22de-c6d5-4ae7-9752-c8b3a6e58572 2018-08-12 08:08:07,530 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:08:07,534 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57d15a08f03d6538af16044ea60461f797280dc0" 2018-08-12 08:08:07,627 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:08:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ec3eec73-f94c-4644-964b-d6b1087da8f8 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}} 2018-08-12 08:08:07,627 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe used request id req-ec3eec73-f94c-4644-964b-d6b1087da8f8 2018-08-12 08:08:07,631 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57d15a08f03d6538af16044ea60461f797280dc0" 2018-08-12 08:08:07,714 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:08:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8d06d269-85e3-4c11-85fd-cd1487271cba Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 315a428116f24d9fbb826b37080a918e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:08:07,715 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e used request id req-8d06d269-85e3-4c11-85fd-cd1487271cba 2018-08-12 08:08:07,715 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:08:07,718 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57d15a08f03d6538af16044ea60461f797280dc0" 2018-08-12 08:08:07,811 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:08:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-736b5dd3-d39b-44e0-9003-76203cd77e26 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 11a46741b7954b959fd7764109c047b6.", "code": 404, "title": "Not Found"}} 2018-08-12 08:08:07,811 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 used request id req-736b5dd3-d39b-44e0-9003-76203cd77e26 2018-08-12 08:08:07,811 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:08:07,815 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57d15a08f03d6538af16044ea60461f797280dc0" 2018-08-12 08:08:07,904 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:08:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dd160ccd-5753-4fbb-a265-6f30e50c540a Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3c01cd58055c44ecaef39f7e625c2258.", "code": 404, "title": "Not Found"}} 2018-08-12 08:08:07,904 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 used request id req-dd160ccd-5753-4fbb-a265-6f30e50c540a 2018-08-12 08:08:07,904 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:08:07,908 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57d15a08f03d6538af16044ea60461f797280dc0" 2018-08-12 08:08:07,999 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:08:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4a01bcb1-b379-40a3-b318-dbcb461f9ccc Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 521007c1818145639e93ceb270559219.", "code": 404, "title": "Not Found"}} 2018-08-12 08:08:07,999 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 used request id req-4a01bcb1-b379-40a3-b318-dbcb461f9ccc 2018-08-12 08:08:07,999 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:08:08,003 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57d15a08f03d6538af16044ea60461f797280dc0" 2018-08-12 08:08:08,088 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:08:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fec7e5f9-4a58-4ecb-896e-17247b726960 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e18fcc7fc10a4fd0b20234f8520d0aab.", "code": 404, "title": "Not Found"}} 2018-08-12 08:08:08,088 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab used request id req-fec7e5f9-4a58-4ecb-896e-17247b726960 2018-08-12 08:08:08,088 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:08:08,092 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57d15a08f03d6538af16044ea60461f797280dc0" 2018-08-12 08:08:08,190 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:08:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4c5290b0-c221-4712-89b7-03499b3a5bbd Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "310f5853751a4c968f3eeb0a3d99a0a8", "name": "service"}} 2018-08-12 08:08:08,190 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 used request id req-4c5290b0-c221-4712-89b7-03499b3a5bbd 2018-08-12 08:08:08,194 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57d15a08f03d6538af16044ea60461f797280dc0" 2018-08-12 08:08:08,278 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:08:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a262c297-07e4-46e9-84d0-c5702e490007 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9f6c1a272706419c9a74b0893b2890e8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:08:08,278 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 used request id req-a262c297-07e4-46e9-84d0-c5702e490007 2018-08-12 08:08:08,278 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:08:08,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/34cb7327fcfc4b52a63b4b8c0ea4a54d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57d15a08f03d6538af16044ea60461f797280dc0" 2018-08-12 08:08:08,370 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:08:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f0239559-7cd2-4ed3-9bbf-3b1ffd87dfea Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 34cb7327fcfc4b52a63b4b8c0ea4a54d.", "code": 404, "title": "Not Found"}} 2018-08-12 08:08:08,370 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/34cb7327fcfc4b52a63b4b8c0ea4a54d used request id req-f0239559-7cd2-4ed3-9bbf-3b1ffd87dfea 2018-08-12 08:08:08,370 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:08:08,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa9ca6d7608b4d7d87ce97331679a481 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57d15a08f03d6538af16044ea60461f797280dc0" 2018-08-12 08:08:08,488 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:08:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7f107014-fe96-4621-9c70-a42212382fe2 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa9ca6d7608b4d7d87ce97331679a481.", "code": 404, "title": "Not Found"}} 2018-08-12 08:08:08,488 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa9ca6d7608b4d7d87ce97331679a481 used request id req-7f107014-fe96-4621-9c70-a42212382fe2 2018-08-12 08:08:08,488 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:08:08,492 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/87db863ba6e348b0a5ddcb67053db9d1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57d15a08f03d6538af16044ea60461f797280dc0" 2018-08-12 08:08:08,583 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:08:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-91673ac3-c466-4e1f-91b2-c83077b32d0b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87db863ba6e348b0a5ddcb67053db9d1.", "code": 404, "title": "Not Found"}} 2018-08-12 08:08:08,583 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/87db863ba6e348b0a5ddcb67053db9d1 used request id req-91673ac3-c466-4e1f-91b2-c83077b32d0b 2018-08-12 08:08:08,583 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:08:08,584 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-f7459e00-0a05-4e1-proj 2018-08-12 08:08:08,588 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/04503aa7f18e45c99cad55ae7633705e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57d15a08f03d6538af16044ea60461f797280dc0" 2018-08-12 08:08:08,827 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:08:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7d76a745-2eb4-4b4f-9097-5b4005e47f85 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 08:08:08,827 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/04503aa7f18e45c99cad55ae7633705e used request id req-7d76a745-2eb4-4b4f-9097-5b4005e47f85 2018-08-12 08:08:08,827 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-f7459e00-0a05-4e1-proj-role 2018-08-12 08:08:08,831 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/8181b2925469462f8c103c51a43863bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57d15a08f03d6538af16044ea60461f797280dc0" 2018-08-12 08:08:08,946 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:08:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-50a3215b-8d7f-4bd4-921e-ed4608bd6e24 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 08:08:08,947 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/8181b2925469462f8c103c51a43863bf used request id req-50a3215b-8d7f-4bd4-921e-ed4608bd6e24 2018-08-12 08:08:08,950 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57d15a08f03d6538af16044ea60461f797280dc0" 2018-08-12 08:08:09,039 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:08:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7ef8316f-bdd0-4f12-ab9c-e6ce4eed7b66 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:08:09,040 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-7ef8316f-bdd0-4f12-ab9c-e6ce4eed7b66 2018-08-12 08:08:09,040 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-f7459e00-0a05-4e1-user 2018-08-12 08:08:09,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/3666ecc0f4f9457fa15d5bbc40e582cc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59c66c0297e2f1249c9cbed954cf7abbf22b4cd1" 2018-08-12 08:08:09,220 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:08:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ffc2bc01-ba87-4f5b-9689-8ddb98e1286b 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 08:08:09,220 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/3666ecc0f4f9457fa15d5bbc40e582cc used request id req-ffc2bc01-ba87-4f5b-9689-8ddb98e1286b 2018-08-12 08:08:09,222 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:08:09,617 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:08:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["YFc8kJVjTe2WCI0nZJCzaA"], "issued_at": "2018-08-12T08:08:09.000000Z"}} 2018-08-12 08:08:09,618 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}02211565dbd76b60404f47b3aef11cedf9c57b2c" 2018-08-12 08:08:09,704 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:08:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8bbb0aa7-a43d-47e8-964c-d52445b1a75d Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:08:09,704 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-8bbb0aa7-a43d-47e8-964c-d52445b1a75d 2018-08-12 08:08:09,705 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:08:09,706 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:08:10,094 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:08:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["iFsrWxHqSSW6aVQ5OyiOig"], "issued_at": "2018-08-12T08:08:10.000000Z"}} 2018-08-12 08:08:10,094 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}e09798a07f9515b879cd02779880fbb4858bec0a" 2018-08-12 08:08:10,186 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:08:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-34a2a656-52c2-4d6c-8e7e-099102350d99 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:08:10,186 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-34a2a656-52c2-4d6c-8e7e-099102350d99 2018-08-12 08:08:10,190 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:08:10,196 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:08:10 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:08:10,198 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-0179cd21-e9d0-4a8-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e09798a07f9515b879cd02779880fbb4858bec0a" 2018-08-12 08:08:10,288 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:08:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0afc3d59-5bd3-45d2-a354-83af0aef9941 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-0179cd21-e9d0-4a8-proj", "previous": null, "next": null}, "projects": []} 2018-08-12 08:08:10,288 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-0179cd21-e9d0-4a8-proj used request id req-0afc3d59-5bd3-45d2-a354-83af0aef9941 2018-08-12 08:08:10,291 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e09798a07f9515b879cd02779880fbb4858bec0a" 2018-08-12 08:08:10,384 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:08:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3373ef3e-9c21-41f6-9f22-87f5513de8ed Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:08:10,385 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-3373ef3e-9c21-41f6-9f22-87f5513de8ed 2018-08-12 08:08:10,389 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e09798a07f9515b879cd02779880fbb4858bec0a" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateImageSuccessTests-0179cd21-e9d0-4a8-proj"}}' 2018-08-12 08:08:10,540 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:08:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e7974ecf-6ad5-41e8-9b83-1aabe1578f1e Content-Length: 320 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/970c616e37ae43a99856259a4b77e7f7"}, "tags": [], "enabled": true, "id": "970c616e37ae43a99856259a4b77e7f7", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-0179cd21-e9d0-4a8-proj"}} 2018-08-12 08:08:10,540 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-e7974ecf-6ad5-41e8-9b83-1aabe1578f1e 2018-08-12 08:08:10,540 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-0179cd21-e9d0-4a8-proj 2018-08-12 08:08:10,540 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:08:10,541 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:08:10,927 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:08:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["efZliItHRRK99v4W8yGTRQ"], "issued_at": "2018-08-12T08:08:10.000000Z"}} 2018-08-12 08:08:10,928 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}d28013c6acd95345db6beb9b2c5bf268ace09a31" 2018-08-12 08:08:11,017 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:08:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-364ce78b-044c-44cf-8ec6-29cc0ba2ffed Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:08:11,017 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-364ce78b-044c-44cf-8ec6-29cc0ba2ffed 2018-08-12 08:08:11,021 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:08:11,027 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:08:11 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:08:11,028 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d28013c6acd95345db6beb9b2c5bf268ace09a31" 2018-08-12 08:08:11,131 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:08:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0ed41831-55ea-4355-ade8-4af20f7206c9 Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/105a247548624314b9228f85f6325f0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105a247548624314b9228f85f6325f0b", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/1c5de0eaa44543f08da6ad63a51594ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c5de0eaa44543f08da6ad63a51594ff", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/1d127b5b832547a88a547c116dfdd65b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d127b5b832547a88a547c116dfdd65b", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/1d5cfc170d624ce4ae53ae0507c8d517"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d5cfc170d624ce4ae53ae0507c8d517", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/2421820b75eb4d3ebd02830378d1377b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2421820b75eb4d3ebd02830378d1377b", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/40bd8ee54ecf44868cc83cede652c396"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40bd8ee54ecf44868cc83cede652c396", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/4f32fb8153854c4c9f5094b42b523f80"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f32fb8153854c4c9f5094b42b523f80", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7066130d08fb4db7bf4ab468de53933b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7066130d08fb4db7bf4ab468de53933b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/8d0898a83bcf4521bbc11501d5d7ac89"}, "domain_id": "1eec97585bde483292ece28ee11f4b8d", "enabled": true, "options": {}, "id": "8d0898a83bcf4521bbc11501d5d7ac89", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/9defcced327d476f8a3beab718a13da3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9defcced327d476f8a3beab718a13da3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/b80ee4f6992446e0879624dd436e99a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b80ee4f6992446e0879624dd436e99a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b86fd3e011324d398fcdb6f095a20a9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b86fd3e011324d398fcdb6f095a20a9d", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1701d2754064b5cadf765ea0806f9b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1701d2754064b5cadf765ea0806f9b2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/db4e7b8d76d549faa502716565c733dd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db4e7b8d76d549faa502716565c733dd", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-12 08:08:11,131 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-0ed41831-55ea-4355-ade8-4af20f7206c9 2018-08-12 08:08:11,134 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateImageSuccessTests-0179cd21-e9d0-4a8-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d28013c6acd95345db6beb9b2c5bf268ace09a31" 2018-08-12 08:08:11,225 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:08:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd753257-789a-42cb-b96f-1f290de5111a Content-Encoding: gzip Content-Length: 260 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateImageSuccessTests-0179cd21-e9d0-4a8-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/970c616e37ae43a99856259a4b77e7f7"}, "tags": [], "enabled": true, "id": "970c616e37ae43a99856259a4b77e7f7", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-0179cd21-e9d0-4a8-proj"}]} 2018-08-12 08:08:11,225 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateImageSuccessTests-0179cd21-e9d0-4a8-proj used request id req-dd753257-789a-42cb-b96f-1f290de5111a 2018-08-12 08:08:11,229 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d28013c6acd95345db6beb9b2c5bf268ace09a31" 2018-08-12 08:08:11,333 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:08:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f0b23c2a-e25c-4712-a561-a4434e2bfa64 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:08:11,334 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-f0b23c2a-e25c-4712-a561-a4434e2bfa64 2018-08-12 08:08:11,713 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-0179cd21-e9d0-4a8-user 2018-08-12 08:08:11,713 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:08:11,718 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e09798a07f9515b879cd02779880fbb4858bec0a" 2018-08-12 08:08:11,810 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:08:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b7677962-3f71-4e19-b7e6-6774c8c4e1e5 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:08:11,810 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-b7677962-3f71-4e19-b7e6-6774c8c4e1e5 2018-08-12 08:08:11,814 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e09798a07f9515b879cd02779880fbb4858bec0a" -d '{"role": {"name": "CreateImageSuccessTests-0179cd21-e9d0-4a8-proj-role"}}' 2018-08-12 08:08:11,923 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:08:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f573ea3f-7d63-44d8-8ee3-7bbd86f46678 Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "bc2e3b473d354cd9b1fdd36818381ce5", "links": {"self": "http://172.30.9.21:5000/v3/roles/bc2e3b473d354cd9b1fdd36818381ce5"}, "name": "CreateImageSuccessTests-0179cd21-e9d0-4a8-proj-role"}} 2018-08-12 08:08:11,923 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-f573ea3f-7d63-44d8-8ee3-7bbd86f46678 2018-08-12 08:08:11,923 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-0179cd21-e9d0-4a8-proj-role 2018-08-12 08:08:11,927 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/bc2e3b473d354cd9b1fdd36818381ce5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e09798a07f9515b879cd02779880fbb4858bec0a" 2018-08-12 08:08:12,013 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:08:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aa173d8f-1c47-4922-bb66-2d1c50d16459 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "bc2e3b473d354cd9b1fdd36818381ce5", "links": {"self": "http://172.30.9.21:5000/v3/roles/bc2e3b473d354cd9b1fdd36818381ce5"}, "name": "CreateImageSuccessTests-0179cd21-e9d0-4a8-proj-role"}} 2018-08-12 08:08:12,013 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/bc2e3b473d354cd9b1fdd36818381ce5 used request id req-aa173d8f-1c47-4922-bb66-2d1c50d16459 2018-08-12 08:08:12,014 - keystone_utils - INFO - Granting role CreateImageSuccessTests-0179cd21-e9d0-4a8-proj-role to project CreateImageSuccessTests-0179cd21-e9d0-4a8-proj 2018-08-12 08:08:12,017 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/970c616e37ae43a99856259a4b77e7f7/users/cad030ba28f744348dde6741fdc96fbf/roles/bc2e3b473d354cd9b1fdd36818381ce5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e09798a07f9515b879cd02779880fbb4858bec0a" 2018-08-12 08:08:12,153 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:08:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8f2b1c9f-7b90-4de2-9459-5ba73a15f70a 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 08:08:12,153 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/970c616e37ae43a99856259a4b77e7f7/users/cad030ba28f744348dde6741fdc96fbf/roles/bc2e3b473d354cd9b1fdd36818381ce5 used request id req-8f2b1c9f-7b90-4de2-9459-5ba73a15f70a 2018-08-12 08:08:12,154 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-08-12 08:08:12,154 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:08:12,155 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:08:12,550 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "bc2e3b473d354cd9b1fdd36818381ce5", "name": "CreateImageSuccessTests-0179cd21-e9d0-4a8-proj-role"}], "expires_at": "2018-08-12T09:08:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "970c616e37ae43a99856259a4b77e7f7", "name": "CreateImageSuccessTests-0179cd21-e9d0-4a8-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/970c616e37ae43a99856259a4b77e7f7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/970c616e37ae43a99856259a4b77e7f7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/970c616e37ae43a99856259a4b77e7f7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_970c616e37ae43a99856259a4b77e7f7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_970c616e37ae43a99856259a4b77e7f7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/970c616e37ae43a99856259a4b77e7f7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/970c616e37ae43a99856259a4b77e7f7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/970c616e37ae43a99856259a4b77e7f7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/970c616e37ae43a99856259a4b77e7f7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/970c616e37ae43a99856259a4b77e7f7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/970c616e37ae43a99856259a4b77e7f7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/970c616e37ae43a99856259a4b77e7f7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/970c616e37ae43a99856259a4b77e7f7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/970c616e37ae43a99856259a4b77e7f7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-0179cd21-e9d0-4a8-user", "id": "cad030ba28f744348dde6741fdc96fbf"}, "audit_ids": ["MsUwuURqSE6erW6f-ILE6A"], "issued_at": "2018-08-12T08:08:12.000000Z"}} 2018-08-12 08:08:12,551 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}b8a93c73efa8eeea3f49cc8d4f530034b5f761bf" 2018-08-12 08:08:12,632 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:08:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7efc592b-d132-4296-9e30-f7b2779688df Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:08:12,632 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-7efc592b-d132-4296-9e30-f7b2779688df 2018-08-12 08:08:12,636 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-b978b1de-f32b-43d1-9685-608e072043cc -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b8a93c73efa8eeea3f49cc8d4f530034b5f761bf" 2018-08-12 08:08:12,818 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 162 Content-Type: application/json X-Openstack-Request-Id: req-95f6f2a9-4b9e-4688-8ba8-ad7d6dab8303 Date: Sun, 12 Aug 2018 08:08:12 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-b978b1de-f32b-43d1-9685-608e072043cc"} 2018-08-12 08:08:12,818 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-b978b1de-f32b-43d1-9685-608e072043cc used request id req-95f6f2a9-4b9e-4688-8ba8-ad7d6dab8303 2018-08-12 08:08:12,821 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b8a93c73efa8eeea3f49cc8d4f530034b5f761bf" 2018-08-12 08:08:13,388 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-ff456f4c-dd48-4700-80d8-f01007f87128 Date: Sun, 12 Aug 2018 08:08:13 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"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}, "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}, "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"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "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"}, "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"}, "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}, "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}, "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"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "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}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-12 08:08:13,389 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-ff456f4c-dd48-4700-80d8-f01007f87128 2018-08-12 08:08:13,421 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b8a93c73efa8eeea3f49cc8d4f530034b5f761bf" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateImageSuccessTests-b978b1de-f32b-43d1-9685-608e072043cc"}' 2018-08-12 08:08:14,040 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 621 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/953de6ec-20f5-44d3-b0fd-6c3160944ff1 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-b65f21a8-1fb8-4d89-a643-c20a40bec63e Date: Sun, 12 Aug 2018 08:08:14 GMT RESP BODY: {"status": "queued", "name": "CreateImageSuccessTests-b978b1de-f32b-43d1-9685-608e072043cc", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:08:14Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-08-12T08:08:14Z", "visibility": "shared", "locations": [], "self": "/v2/images/953de6ec-20f5-44d3-b0fd-6c3160944ff1", "min_disk": 0, "protected": false, "id": "953de6ec-20f5-44d3-b0fd-6c3160944ff1", "file": "/v2/images/953de6ec-20f5-44d3-b0fd-6c3160944ff1/file", "checksum": null, "owner": "970c616e37ae43a99856259a4b77e7f7", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-12 08:08:14,040 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-b65f21a8-1fb8-4d89-a643-c20a40bec63e 2018-08-12 08:08:14,053 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/953de6ec-20f5-44d3-b0fd-6c3160944ff1/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b8a93c73efa8eeea3f49cc8d4f530034b5f761bf" -d '' 2018-08-12 08:08:14,614 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ad0d6d3a-e8c9-481d-a135-0b0039d4d3b3 Date: Sun, 12 Aug 2018 08:08: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 08:08:14,615 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/953de6ec-20f5-44d3-b0fd-6c3160944ff1/file used request id req-ad0d6d3a-e8c9-481d-a135-0b0039d4d3b3 2018-08-12 08:08:14,615 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-12 08:08:14,618 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/953de6ec-20f5-44d3-b0fd-6c3160944ff1 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b8a93c73efa8eeea3f49cc8d4f530034b5f761bf" 2018-08-12 08:08:15,186 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-87a6806c-81d5-497a-a63e-c894b533e9bb Date: Sun, 12 Aug 2018 08:08:15 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-b978b1de-f32b-43d1-9685-608e072043cc", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:08:14Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-12T08:08:14Z", "visibility": "shared", "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/953de6ec-20f5-44d3-b0fd-6c3160944ff1/snap", "metadata": {}}], "self": "/v2/images/953de6ec-20f5-44d3-b0fd-6c3160944ff1", "min_disk": 0, "protected": false, "id": "953de6ec-20f5-44d3-b0fd-6c3160944ff1", "file": "/v2/images/953de6ec-20f5-44d3-b0fd-6c3160944ff1/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "970c616e37ae43a99856259a4b77e7f7", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/953de6ec-20f5-44d3-b0fd-6c3160944ff1/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-12 08:08:15,187 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/953de6ec-20f5-44d3-b0fd-6c3160944ff1 used request id req-87a6806c-81d5-497a-a63e-c894b533e9bb 2018-08-12 08:08:15,190 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b8a93c73efa8eeea3f49cc8d4f530034b5f761bf" 2018-08-12 08:08:15,767 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-a55b2f60-2cbf-42c3-b669-f7115f9b4366 Date: Sun, 12 Aug 2018 08:08:15 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"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}, "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}, "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"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "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"}, "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"}, "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}, "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}, "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"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "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}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-12 08:08:15,767 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-a55b2f60-2cbf-42c3-b669-f7115f9b4366 2018-08-12 08:08:15,770 - create_image - INFO - Created image with name - CreateImageSuccessTests-b978b1de-f32b-43d1-9685-608e072043cc 2018-08-12 08:08:15,773 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/953de6ec-20f5-44d3-b0fd-6c3160944ff1 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b8a93c73efa8eeea3f49cc8d4f530034b5f761bf" 2018-08-12 08:08:16,354 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-0c1046c8-d1a8-4038-ae05-8d72f4e9635a Date: Sun, 12 Aug 2018 08:08:16 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-b978b1de-f32b-43d1-9685-608e072043cc", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:08:14Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-12T08:08:14Z", "visibility": "shared", "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/953de6ec-20f5-44d3-b0fd-6c3160944ff1/snap", "metadata": {}}], "self": "/v2/images/953de6ec-20f5-44d3-b0fd-6c3160944ff1", "min_disk": 0, "protected": false, "id": "953de6ec-20f5-44d3-b0fd-6c3160944ff1", "file": "/v2/images/953de6ec-20f5-44d3-b0fd-6c3160944ff1/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "970c616e37ae43a99856259a4b77e7f7", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/953de6ec-20f5-44d3-b0fd-6c3160944ff1/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-12 08:08:16,355 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/953de6ec-20f5-44d3-b0fd-6c3160944ff1 used request id req-0c1046c8-d1a8-4038-ae05-8d72f4e9635a 2018-08-12 08:08:16,355 - create_image - DEBUG - Instance status is - active 2018-08-12 08:08:16,356 - create_image - DEBUG - Image is active with name - CreateImageSuccessTests-b978b1de-f32b-43d1-9685-608e072043cc 2018-08-12 08:08:16,356 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-b978b1de-f32b-43d1-9685-608e072043cc 2018-08-12 08:08:16,356 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:08:16,750 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "bc2e3b473d354cd9b1fdd36818381ce5", "name": "CreateImageSuccessTests-0179cd21-e9d0-4a8-proj-role"}], "expires_at": "2018-08-12T09:08:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "970c616e37ae43a99856259a4b77e7f7", "name": "CreateImageSuccessTests-0179cd21-e9d0-4a8-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/970c616e37ae43a99856259a4b77e7f7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/970c616e37ae43a99856259a4b77e7f7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/970c616e37ae43a99856259a4b77e7f7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_970c616e37ae43a99856259a4b77e7f7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_970c616e37ae43a99856259a4b77e7f7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/970c616e37ae43a99856259a4b77e7f7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/970c616e37ae43a99856259a4b77e7f7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/970c616e37ae43a99856259a4b77e7f7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/970c616e37ae43a99856259a4b77e7f7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/970c616e37ae43a99856259a4b77e7f7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/970c616e37ae43a99856259a4b77e7f7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/970c616e37ae43a99856259a4b77e7f7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/970c616e37ae43a99856259a4b77e7f7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/970c616e37ae43a99856259a4b77e7f7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-0179cd21-e9d0-4a8-user", "id": "cad030ba28f744348dde6741fdc96fbf"}, "audit_ids": ["8XVtwkYJTli_VZPWm6zd7g"], "issued_at": "2018-08-12T08:08:16.000000Z"}} 2018-08-12 08:08:16,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-b978b1de-f32b-43d1-9685-608e072043cc -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1ea73cbe4cfc13bc3fb846a687a04ceeaa1f16cf" 2018-08-12 08:08:17,344 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1044 Content-Type: application/json X-Openstack-Request-Id: req-1560cd27-61e5-4d13-a2e8-95b4fc428c63 Date: Sun, 12 Aug 2018 08:08:17 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-b978b1de-f32b-43d1-9685-608e072043cc", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:08:14Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-12T08:08:14Z", "visibility": "shared", "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/953de6ec-20f5-44d3-b0fd-6c3160944ff1/snap", "metadata": {}}], "self": "/v2/images/953de6ec-20f5-44d3-b0fd-6c3160944ff1", "min_disk": 0, "protected": false, "id": "953de6ec-20f5-44d3-b0fd-6c3160944ff1", "file": "/v2/images/953de6ec-20f5-44d3-b0fd-6c3160944ff1/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "970c616e37ae43a99856259a4b77e7f7", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/953de6ec-20f5-44d3-b0fd-6c3160944ff1/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-b978b1de-f32b-43d1-9685-608e072043cc"} 2018-08-12 08:08:17,344 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-b978b1de-f32b-43d1-9685-608e072043cc used request id req-1560cd27-61e5-4d13-a2e8-95b4fc428c63 2018-08-12 08:08:17,347 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1ea73cbe4cfc13bc3fb846a687a04ceeaa1f16cf" 2018-08-12 08:08:17,926 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-a0b906a5-cb7e-4c6f-b184-43138f93af9d Date: Sun, 12 Aug 2018 08:08:17 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"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}, "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}, "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"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "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"}, "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"}, "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}, "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}, "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"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "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}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-12 08:08:17,926 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-a0b906a5-cb7e-4c6f-b184-43138f93af9d 2018-08-12 08:08:17,929 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-b978b1de-f32b-43d1-9685-608e072043cc 2018-08-12 08:08:17,932 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/953de6ec-20f5-44d3-b0fd-6c3160944ff1 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b8a93c73efa8eeea3f49cc8d4f530034b5f761bf" 2018-08-12 08:08:18,228 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-6cfa05c6-bb27-460e-ada0-515c84f1e94a Date: Sun, 12 Aug 2018 08:08: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 08:08:18,228 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/953de6ec-20f5-44d3-b0fd-6c3160944ff1 used request id req-6cfa05c6-bb27-460e-ada0-515c84f1e94a 2018-08-12 08:08:18,230 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:08:18,230 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:08:18,230 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:08:18,230 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:08:18,230 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:08:18,237 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e09798a07f9515b879cd02779880fbb4858bec0a" 2018-08-12 08:08:18,506 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 43135 X-Openstack-Request-Id: req-e1aa5b4e-b125-485f-bbaa-839e25930c79 Date: Sun, 12 Aug 2018 08:08:18 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "created_at": "2018-08-12T06:59:44Z", "updated_at": "2018-08-12T06:59:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "1d7fd960-7865-4453-aecc-8d399b4fad21", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "66820d8a-b785-4b18-bd67-500221c8e4f9", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "74fc7638-a322-4841-8c47-06d36174a200", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "8eaa09ec-8419-4582-9312-1e527afe6e4b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}], "revision_number": 4, "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "created_at": "2018-08-12T05:12:34Z", "updated_at": "2018-08-12T05:12:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "709513d2-af7d-4d0b-bd3c-604fed75a711", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "aa346066-e46f-44f2-94be-2884aa998a19", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "c15f7b93-e56c-4afa-867d-2acb286d4b7b", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "cb0ef83f-5f70-4a80-ad35-431ca9df551e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}], "revision_number": 4, "project_id": "fa5a7fe6ee54472ba01638877aade8e3", "id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ea65becf30e54b27aa96a449698a435e", "created_at": "2018-08-12T05:10:35Z", "updated_at": "2018-08-12T05:10:35Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "30ad280c-f302-4cd4-a438-5139917b56f9", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "76115c4c-887d-4f0a-83e2-486e4b39c713", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "8ab14937-4c08-4d43-8a9a-662e622cc643", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "ee757a03-5662-4273-9c3e-6212e7afb48f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}], "revision_number": 4, "project_id": "ea65becf30e54b27aa96a449698a435e", "id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "created_at": "2018-08-12T06:20:09Z", "updated_at": "2018-08-12T06:20:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "1123b8f2-75ac-4a26-b9b2-a96da97408e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "2ddd2b93-e080-48cd-9a50-f5fe8a82ad0c", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "cd1bae62-0aea-4438-b4c3-50a69ae6f855", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "e398e01e-ceea-46d1-9534-b929808c4a5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}], "revision_number": 4, "project_id": "ff7abd7bb61f4f2889831e932d65dc2e", "id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "created_at": "2018-08-12T05:34:57Z", "updated_at": "2018-08-12T05:34:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "208a1c1e-f5f8-49c7-9a25-d07e68b1541f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "27bfd867-e607-4bf8-9de8-60682d3f771d", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "49360e1f-6fd3-4f35-b339-24cea95773ee", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "60f631a9-d305-4920-9631-d0543e2ac64f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}], "revision_number": 4, "project_id": "3a85ceae958d4d9fba68847e7df67db8", "id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "created_at": "2018-08-12T05:34:40Z", "updated_at": "2018-08-12T05:34:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "2192c259-363e-4768-ae73-e75837ad63b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "3f87ddc5-f84d-41dc-8215-847724782569", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "7d89f6da-ea78-49dd-9115-f9ad23b250bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "9ec4497d-0f65-44db-9be9-7b3042e4a584", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}], "revision_number": 4, "project_id": "85517fcf1c6247e699fdcdd42ecc8c79", "id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "created_at": "2018-08-12T05:16:02Z", "updated_at": "2018-08-12T05:16:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "1ecacd8c-c1c7-4a66-9871-406a69323b43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "3cc1750c-e0e7-4902-b6f3-494a161b832e", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "d719a7a4-8c99-44ed-8c12-6bf071890203", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "fe7421b5-d577-41da-8c78-62f3c07eda92", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}], "revision_number": 4, "project_id": "a267b9a156244bb192691cff6e5f74fe", "id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "315a428116f24d9fbb826b37080a918e", "created_at": "2018-08-12T05:11:31Z", "updated_at": "2018-08-12T05:11:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "5e52886a-1dc3-4a81-a55d-f388dc4fd1a1", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "678e32e4-d64c-448a-a4ab-e253ab94ae90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "a8da1539-e3ad-4f90-b2df-3dc1f09d228a", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "b73d5cc9-0205-4658-bb1f-61a042c0ab8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}], "revision_number": 4, "project_id": "315a428116f24d9fbb826b37080a918e", "id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-12T05:08:01Z", "updated_at": "2018-08-12T05:08:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:01Z", "revision_number": 0, "id": "0fb05d03-1117-45d0-930c-b6d4c96ef102", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "4faaab33-5788-4bbd-85b8-0fb44d41413a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "96d0c5a0-5c67-421b-8fc8-2b46d77e5db3", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "dd78519b-4bc5-4e8e-ad0f-58089dd69347", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "11a46741b7954b959fd7764109c047b6", "created_at": "2018-08-12T05:34:51Z", "updated_at": "2018-08-12T05:34:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "0b67bf3c-2289-43bb-ab6c-7d25ec32a279", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "51f3f833-337a-42bd-a8d5-742ea8d6c226", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "571fd0b5-ef90-408d-af33-aafb517b8993", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "944ba823-fb9c-496e-a66e-bb426bb14a8d", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}], "revision_number": 4, "project_id": "11a46741b7954b959fd7764109c047b6", "id": "90af9782-8112-4257-801d-ee5115d226ba", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "created_at": "2018-08-12T05:34:26Z", "updated_at": "2018-08-12T05:34:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "2ee1f63a-807c-4d6a-85ee-dd784f6b8c3f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5dec3ec2-2add-47dd-8618-90659dcf3885", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5ea0dc3e-49d0-43f0-94e9-f6443527d14c", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "fbfaca22-7e3e-4128-8973-43e439b77c28", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}], "revision_number": 4, "project_id": "3c01cd58055c44ecaef39f7e625c2258", "id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "521007c1818145639e93ceb270559219", "created_at": "2018-08-12T05:13:27Z", "updated_at": "2018-08-12T05:13:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "5e7fede5-b0f2-47d8-95c3-516cdfc7f9de", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "8fd0e36f-c6c4-4f64-ba97-40439e614448", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "db7d79de-1dfc-4138-945f-91e74cdc266b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "e87f2cff-ff3e-4b6d-aaf0-7f0eb0ab9f05", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}], "revision_number": 4, "project_id": "521007c1818145639e93ceb270559219", "id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "created_at": "2018-08-12T05:08:18Z", "updated_at": "2018-08-12T05:08:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "3c67be40-bf74-4f97-9693-d93ce73a23b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "6112d869-2fc6-4a25-a13c-3d55cd7206c0", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "bdf21c56-453e-482e-9cba-3c55abcb0339", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "c8e92c39-38cc-4f48-be9c-5f0912e6a725", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}], "revision_number": 4, "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "created_at": "2018-08-12T05:04:23Z", "updated_at": "2018-08-12T05:04:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "280546d9-8ad1-4283-abfc-15ee9b1736c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "58bce125-f2ca-4a6d-b9ca-4e6cf5c0f7a5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "69275b9a-cfb5-482c-a9c4-8ffc79adf2c7", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "6d747f3a-3764-469a-a645-f977585c5aac", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}], "revision_number": 4, "project_id": "310f5853751a4c968f3eeb0a3d99a0a8", "id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "created_at": "2018-08-12T05:34:42Z", "updated_at": "2018-08-12T05:34:42Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "199582e8-25aa-457a-aa7c-6d8413ca4464", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "234f3609-4454-448f-919d-c8143c7cd764", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "c1061460-71a2-49a9-a04b-9fa33eeb17ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "d21ac532-51d8-4d6b-8300-7bac216759bf", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}], "revision_number": 4, "project_id": "9f6c1a272706419c9a74b0893b2890e8", "id": "d6739716-c693-460c-89c6-e7c8c48f8245", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "created_at": "2018-08-12T05:34:54Z", "updated_at": "2018-08-12T05:34:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "0633a05a-ee7d-4476-a56b-75d011b22f77", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "6cc1b9f8-73db-47a3-a0e0-3c96c43f34da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "90d99a6b-e94f-4fd8-a10c-f19dd8954c13", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "e843c139-af2a-4d2c-a24f-59f7b10ff72e", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}], "revision_number": 4, "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "created_at": "2018-08-12T05:09:07Z", "updated_at": "2018-08-12T05:09:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "5495e168-f505-4d74-ae6d-387f0bf533c2", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "6fd19b8b-3062-456e-81ba-3ff37fe43429", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8ca59d25-485c-46ce-939c-2e4a468caeac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8f190846-50a0-42b9-b571-390809b752b1", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}], "revision_number": 4, "project_id": "fa9ca6d7608b4d7d87ce97331679a481", "id": "edcd9b17-9416-4c25-823c-060c435e18d7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "created_at": "2018-08-12T05:34:52Z", "updated_at": "2018-08-12T05:34:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "2c7e484e-6ec5-4a95-8c9c-66d294c0c27e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "70c74258-3c2c-4efc-87e0-079c26ee3417", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "b70382fa-082e-4c2b-abc8-87490fa50b11", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "c3628e02-b4b6-42c9-8751-c1a2d3c19caa", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}], "revision_number": 4, "project_id": "87db863ba6e348b0a5ddcb67053db9d1", "id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "name": "default"}]} 2018-08-12 08:08:18,507 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-e1aa5b4e-b125-485f-bbaa-839e25930c79 2018-08-12 08:08:18,516 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e09798a07f9515b879cd02779880fbb4858bec0a" 2018-08-12 08:08:18,597 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:08:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2256b7a7-b4c2-40a6-88c7-bd5708d48766 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 5fe28c13d4d74ba2be8d019ac1ea6363.", "code": 404, "title": "Not Found"}} 2018-08-12 08:08:18,597 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 used request id req-2256b7a7-b4c2-40a6-88c7-bd5708d48766 2018-08-12 08:08:18,597 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:08:18,601 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e09798a07f9515b879cd02779880fbb4858bec0a" 2018-08-12 08:08:18,685 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:08:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-efa81eb3-4054-4ff7-81e4-b6db9950b3d5 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa5a7fe6ee54472ba01638877aade8e3.", "code": 404, "title": "Not Found"}} 2018-08-12 08:08:18,685 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 used request id req-efa81eb3-4054-4ff7-81e4-b6db9950b3d5 2018-08-12 08:08:18,685 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:08:18,689 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e09798a07f9515b879cd02779880fbb4858bec0a" 2018-08-12 08:08:18,768 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:08:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3c0b83ad-465c-4c67-887d-6ac81307674c Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ea65becf30e54b27aa96a449698a435e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:08:18,768 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e used request id req-3c0b83ad-465c-4c67-887d-6ac81307674c 2018-08-12 08:08:18,768 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:08:18,772 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e09798a07f9515b879cd02779880fbb4858bec0a" 2018-08-12 08:08:18,863 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:08:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5b76e0ca-508c-41f4-b2ec-5fc07e336f3b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ff7abd7bb61f4f2889831e932d65dc2e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:08:18,864 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e used request id req-5b76e0ca-508c-41f4-b2ec-5fc07e336f3b 2018-08-12 08:08:18,864 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:08:18,867 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e09798a07f9515b879cd02779880fbb4858bec0a" 2018-08-12 08:08:18,950 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:08:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8d16b7da-a755-4c89-948f-78fc915a927c Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3a85ceae958d4d9fba68847e7df67db8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:08:18,950 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 used request id req-8d16b7da-a755-4c89-948f-78fc915a927c 2018-08-12 08:08:18,951 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:08:18,954 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e09798a07f9515b879cd02779880fbb4858bec0a" 2018-08-12 08:08:19,045 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:08:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1bf283ff-15b1-4a37-9566-30bbe58dc877 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 85517fcf1c6247e699fdcdd42ecc8c79.", "code": 404, "title": "Not Found"}} 2018-08-12 08:08:19,046 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 used request id req-1bf283ff-15b1-4a37-9566-30bbe58dc877 2018-08-12 08:08:19,046 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:08:19,049 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e09798a07f9515b879cd02779880fbb4858bec0a" 2018-08-12 08:08:19,145 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:08:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-670b5b38-35a7-4ce3-99b7-d898a7c5d2b6 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}} 2018-08-12 08:08:19,145 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe used request id req-670b5b38-35a7-4ce3-99b7-d898a7c5d2b6 2018-08-12 08:08:19,149 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e09798a07f9515b879cd02779880fbb4858bec0a" 2018-08-12 08:08:19,232 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:08:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e662194b-7b18-4381-bed3-2405ffb3bfaa Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 315a428116f24d9fbb826b37080a918e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:08:19,233 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e used request id req-e662194b-7b18-4381-bed3-2405ffb3bfaa 2018-08-12 08:08:19,233 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:08:19,236 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e09798a07f9515b879cd02779880fbb4858bec0a" 2018-08-12 08:08:19,328 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:08:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-61ea0564-99a1-4fcb-9cbb-46645f5c9c60 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 11a46741b7954b959fd7764109c047b6.", "code": 404, "title": "Not Found"}} 2018-08-12 08:08:19,328 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 used request id req-61ea0564-99a1-4fcb-9cbb-46645f5c9c60 2018-08-12 08:08:19,328 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:08:19,331 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e09798a07f9515b879cd02779880fbb4858bec0a" 2018-08-12 08:08:19,414 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:08:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1d6d0cb2-716d-4c4b-80e7-d3c8e904853a Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3c01cd58055c44ecaef39f7e625c2258.", "code": 404, "title": "Not Found"}} 2018-08-12 08:08:19,414 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 used request id req-1d6d0cb2-716d-4c4b-80e7-d3c8e904853a 2018-08-12 08:08:19,414 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:08:19,418 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e09798a07f9515b879cd02779880fbb4858bec0a" 2018-08-12 08:08:19,505 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:08:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-88439c1b-2f81-4050-93e2-f5e34b3ec13e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 521007c1818145639e93ceb270559219.", "code": 404, "title": "Not Found"}} 2018-08-12 08:08:19,506 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 used request id req-88439c1b-2f81-4050-93e2-f5e34b3ec13e 2018-08-12 08:08:19,506 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:08:19,510 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e09798a07f9515b879cd02779880fbb4858bec0a" 2018-08-12 08:08:19,603 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:08:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5d96fad1-0ed1-4b31-b4c8-925ea48bc27d Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e18fcc7fc10a4fd0b20234f8520d0aab.", "code": 404, "title": "Not Found"}} 2018-08-12 08:08:19,603 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab used request id req-5d96fad1-0ed1-4b31-b4c8-925ea48bc27d 2018-08-12 08:08:19,603 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:08:19,607 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e09798a07f9515b879cd02779880fbb4858bec0a" 2018-08-12 08:08:19,695 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:08:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ad8e0aa7-ce87-4dc7-a549-359a97fa2a10 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "310f5853751a4c968f3eeb0a3d99a0a8", "name": "service"}} 2018-08-12 08:08:19,695 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 used request id req-ad8e0aa7-ce87-4dc7-a549-359a97fa2a10 2018-08-12 08:08:19,699 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e09798a07f9515b879cd02779880fbb4858bec0a" 2018-08-12 08:08:19,785 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:08:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9ecaf5b5-a195-472f-a04d-385f682c15b0 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9f6c1a272706419c9a74b0893b2890e8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:08:19,785 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 used request id req-9ecaf5b5-a195-472f-a04d-385f682c15b0 2018-08-12 08:08:19,785 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:08:19,789 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/34cb7327fcfc4b52a63b4b8c0ea4a54d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e09798a07f9515b879cd02779880fbb4858bec0a" 2018-08-12 08:08:19,882 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:08:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fe5d0285-1fbe-48c1-a44c-9d67f232f315 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 34cb7327fcfc4b52a63b4b8c0ea4a54d.", "code": 404, "title": "Not Found"}} 2018-08-12 08:08:19,882 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/34cb7327fcfc4b52a63b4b8c0ea4a54d used request id req-fe5d0285-1fbe-48c1-a44c-9d67f232f315 2018-08-12 08:08:19,882 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:08:19,885 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa9ca6d7608b4d7d87ce97331679a481 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e09798a07f9515b879cd02779880fbb4858bec0a" 2018-08-12 08:08:19,968 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:08:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1e2f31e9-3a9a-4f54-92c7-6cc2a7a12185 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa9ca6d7608b4d7d87ce97331679a481.", "code": 404, "title": "Not Found"}} 2018-08-12 08:08:19,968 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa9ca6d7608b4d7d87ce97331679a481 used request id req-1e2f31e9-3a9a-4f54-92c7-6cc2a7a12185 2018-08-12 08:08:19,968 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:08:19,972 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/87db863ba6e348b0a5ddcb67053db9d1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e09798a07f9515b879cd02779880fbb4858bec0a" 2018-08-12 08:08:20,047 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:08:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bb758384-ec3a-4dd7-a41b-50c02b63741a Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87db863ba6e348b0a5ddcb67053db9d1.", "code": 404, "title": "Not Found"}} 2018-08-12 08:08:20,047 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/87db863ba6e348b0a5ddcb67053db9d1 used request id req-bb758384-ec3a-4dd7-a41b-50c02b63741a 2018-08-12 08:08:20,047 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:08:20,048 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-0179cd21-e9d0-4a8-proj 2018-08-12 08:08:20,051 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/970c616e37ae43a99856259a4b77e7f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e09798a07f9515b879cd02779880fbb4858bec0a" 2018-08-12 08:08:20,288 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:08:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7f324659-5258-4086-9ca4-7dd2af097d25 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 08:08:20,288 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/970c616e37ae43a99856259a4b77e7f7 used request id req-7f324659-5258-4086-9ca4-7dd2af097d25 2018-08-12 08:08:20,288 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-0179cd21-e9d0-4a8-proj-role 2018-08-12 08:08:20,292 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/bc2e3b473d354cd9b1fdd36818381ce5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e09798a07f9515b879cd02779880fbb4858bec0a" 2018-08-12 08:08:20,413 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:08:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a92820ca-30cc-49bc-962d-6c7522c27094 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 08:08:20,414 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/bc2e3b473d354cd9b1fdd36818381ce5 used request id req-a92820ca-30cc-49bc-962d-6c7522c27094 2018-08-12 08:08:20,417 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e09798a07f9515b879cd02779880fbb4858bec0a" 2018-08-12 08:08:20,505 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:08:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c67ad43b-a79d-4b08-8ea5-6f33efbbd7ef Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:08:20,505 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-c67ad43b-a79d-4b08-8ea5-6f33efbbd7ef 2018-08-12 08:08:20,506 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-0179cd21-e9d0-4a8-user 2018-08-12 08:08:20,509 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/cad030ba28f744348dde6741fdc96fbf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d28013c6acd95345db6beb9b2c5bf268ace09a31" 2018-08-12 08:08:20,684 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:08:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ff4b675f-83f7-416e-9f51-7db3a3a743f9 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 08:08:20,684 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/cad030ba28f744348dde6741fdc96fbf used request id req-ff4b675f-83f7-416e-9f51-7db3a3a743f9 2018-08-12 08:08:20,686 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:08:21,080 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:08:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["Fgc7NUxMSXGfhBNvJRfOsw"], "issued_at": "2018-08-12T08:08:21.000000Z"}} 2018-08-12 08:08:21,081 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}e16e29814d3367cdb630241d01ac5c39b8718c71" 2018-08-12 08:08:21,161 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:08:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5c51c347-179f-4111-bfbe-4991c1a6868f Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:08:21,162 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-5c51c347-179f-4111-bfbe-4991c1a6868f 2018-08-12 08:08:21,163 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:08:21,163 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:08:21,570 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:08:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["3ymsmHsfQ4SXXu9juRBUIg"], "issued_at": "2018-08-12T08:08:21.000000Z"}} 2018-08-12 08:08:21,571 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}a50a95485f654ce09ffc47226550ac28a1ac7ec6" 2018-08-12 08:08:21,656 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:08:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e78a45a6-fabf-4bc9-ba56-75b8fd313ad8 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:08:21,656 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-e78a45a6-fabf-4bc9-ba56-75b8fd313ad8 2018-08-12 08:08:21,660 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:08:21,666 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:08:21 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:08:21,667 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-01f7402b-bf71-4b1-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a50a95485f654ce09ffc47226550ac28a1ac7ec6" 2018-08-12 08:08:21,766 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:08:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9b77e1f9-80ef-4015-9cdf-836cda086632 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-01f7402b-bf71-4b1-proj", "previous": null, "next": null}, "projects": []} 2018-08-12 08:08:21,767 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-01f7402b-bf71-4b1-proj used request id req-9b77e1f9-80ef-4015-9cdf-836cda086632 2018-08-12 08:08:21,770 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a50a95485f654ce09ffc47226550ac28a1ac7ec6" 2018-08-12 08:08:21,854 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:08:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-555411f7-f121-4761-9f20-842433c10f94 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:08:21,854 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-555411f7-f121-4761-9f20-842433c10f94 2018-08-12 08:08:21,858 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a50a95485f654ce09ffc47226550ac28a1ac7ec6" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateImageSuccessTests-01f7402b-bf71-4b1-proj"}}' 2018-08-12 08:08:21,977 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:08:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8bae66be-d1a3-413f-b210-8e0f899bb830 Content-Length: 320 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/58375f6867e841168b56a67ab58d722b"}, "tags": [], "enabled": true, "id": "58375f6867e841168b56a67ab58d722b", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-01f7402b-bf71-4b1-proj"}} 2018-08-12 08:08:21,977 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-8bae66be-d1a3-413f-b210-8e0f899bb830 2018-08-12 08:08:21,977 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-01f7402b-bf71-4b1-proj 2018-08-12 08:08:21,977 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:08:21,978 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:08:22,376 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:08:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["UWELc74AQ4OQ4k6RCfHF2g"], "issued_at": "2018-08-12T08:08:22.000000Z"}} 2018-08-12 08:08:22,377 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}5b52a846093abece881effabe7344a3d401e7b40" 2018-08-12 08:08:22,466 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:08:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5df25f27-e772-4089-aa70-d932bc953a1b Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:08:22,466 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-5df25f27-e772-4089-aa70-d932bc953a1b 2018-08-12 08:08:22,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:08:22,475 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:08:22 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:08:22,476 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b52a846093abece881effabe7344a3d401e7b40" 2018-08-12 08:08:22,589 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:08:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5b5ca720-62a5-49b2-ba12-806ffe01effa Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/105a247548624314b9228f85f6325f0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105a247548624314b9228f85f6325f0b", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/1c5de0eaa44543f08da6ad63a51594ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c5de0eaa44543f08da6ad63a51594ff", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/1d127b5b832547a88a547c116dfdd65b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d127b5b832547a88a547c116dfdd65b", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/1d5cfc170d624ce4ae53ae0507c8d517"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d5cfc170d624ce4ae53ae0507c8d517", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/2421820b75eb4d3ebd02830378d1377b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2421820b75eb4d3ebd02830378d1377b", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/40bd8ee54ecf44868cc83cede652c396"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40bd8ee54ecf44868cc83cede652c396", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/4f32fb8153854c4c9f5094b42b523f80"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f32fb8153854c4c9f5094b42b523f80", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7066130d08fb4db7bf4ab468de53933b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7066130d08fb4db7bf4ab468de53933b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/8d0898a83bcf4521bbc11501d5d7ac89"}, "domain_id": "1eec97585bde483292ece28ee11f4b8d", "enabled": true, "options": {}, "id": "8d0898a83bcf4521bbc11501d5d7ac89", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/9defcced327d476f8a3beab718a13da3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9defcced327d476f8a3beab718a13da3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/b80ee4f6992446e0879624dd436e99a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b80ee4f6992446e0879624dd436e99a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b86fd3e011324d398fcdb6f095a20a9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b86fd3e011324d398fcdb6f095a20a9d", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1701d2754064b5cadf765ea0806f9b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1701d2754064b5cadf765ea0806f9b2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/db4e7b8d76d549faa502716565c733dd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db4e7b8d76d549faa502716565c733dd", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-12 08:08:22,589 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-5b5ca720-62a5-49b2-ba12-806ffe01effa 2018-08-12 08:08:22,593 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateImageSuccessTests-01f7402b-bf71-4b1-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b52a846093abece881effabe7344a3d401e7b40" 2018-08-12 08:08:22,684 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:08:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f093dd62-7e17-4ab7-91ed-712f01faabdb Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateImageSuccessTests-01f7402b-bf71-4b1-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/58375f6867e841168b56a67ab58d722b"}, "tags": [], "enabled": true, "id": "58375f6867e841168b56a67ab58d722b", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-01f7402b-bf71-4b1-proj"}]} 2018-08-12 08:08:22,685 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateImageSuccessTests-01f7402b-bf71-4b1-proj used request id req-f093dd62-7e17-4ab7-91ed-712f01faabdb 2018-08-12 08:08:22,688 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b52a846093abece881effabe7344a3d401e7b40" 2018-08-12 08:08:22,775 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:08:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ad227e43-053a-4252-b226-b9a18bed1b0f Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:08:22,776 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-ad227e43-053a-4252-b226-b9a18bed1b0f 2018-08-12 08:08:23,157 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-01f7402b-bf71-4b1-user 2018-08-12 08:08:23,157 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:08:23,162 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a50a95485f654ce09ffc47226550ac28a1ac7ec6" 2018-08-12 08:08:23,247 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:08:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-38c32819-3752-470d-8ca0-87ff53c4b333 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:08:23,247 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-38c32819-3752-470d-8ca0-87ff53c4b333 2018-08-12 08:08:23,251 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a50a95485f654ce09ffc47226550ac28a1ac7ec6" -d '{"role": {"name": "CreateImageSuccessTests-01f7402b-bf71-4b1-proj-role"}}' 2018-08-12 08:08:23,431 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:08:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7d0532ab-17e5-4efc-b7ed-378c409d0648 Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "3d3d5f947b2a4ce994a31aacc2a890f5", "links": {"self": "http://172.30.9.21:5000/v3/roles/3d3d5f947b2a4ce994a31aacc2a890f5"}, "name": "CreateImageSuccessTests-01f7402b-bf71-4b1-proj-role"}} 2018-08-12 08:08:23,431 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-7d0532ab-17e5-4efc-b7ed-378c409d0648 2018-08-12 08:08:23,432 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-01f7402b-bf71-4b1-proj-role 2018-08-12 08:08:23,435 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/3d3d5f947b2a4ce994a31aacc2a890f5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a50a95485f654ce09ffc47226550ac28a1ac7ec6" 2018-08-12 08:08:23,531 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:08:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-457a5da1-1448-4fbe-9277-3c8df3e748ca Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "3d3d5f947b2a4ce994a31aacc2a890f5", "links": {"self": "http://172.30.9.21:5000/v3/roles/3d3d5f947b2a4ce994a31aacc2a890f5"}, "name": "CreateImageSuccessTests-01f7402b-bf71-4b1-proj-role"}} 2018-08-12 08:08:23,531 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/3d3d5f947b2a4ce994a31aacc2a890f5 used request id req-457a5da1-1448-4fbe-9277-3c8df3e748ca 2018-08-12 08:08:23,532 - keystone_utils - INFO - Granting role CreateImageSuccessTests-01f7402b-bf71-4b1-proj-role to project CreateImageSuccessTests-01f7402b-bf71-4b1-proj 2018-08-12 08:08:23,535 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/58375f6867e841168b56a67ab58d722b/users/9d3c9d23ee2844149e33e0914a23ce3c/roles/3d3d5f947b2a4ce994a31aacc2a890f5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a50a95485f654ce09ffc47226550ac28a1ac7ec6" 2018-08-12 08:08:23,596 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:08:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-442f7b18-aaf5-4ae1-b8b9-4eb2028ea79c 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 08:08:23,596 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/58375f6867e841168b56a67ab58d722b/users/9d3c9d23ee2844149e33e0914a23ce3c/roles/3d3d5f947b2a4ce994a31aacc2a890f5 used request id req-442f7b18-aaf5-4ae1-b8b9-4eb2028ea79c 2018-08-12 08:08:23,596 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-08-12 08:08:23,597 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:08:23,597 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:08:23,987 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3d3d5f947b2a4ce994a31aacc2a890f5", "name": "CreateImageSuccessTests-01f7402b-bf71-4b1-proj-role"}], "expires_at": "2018-08-12T09:08:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "58375f6867e841168b56a67ab58d722b", "name": "CreateImageSuccessTests-01f7402b-bf71-4b1-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/58375f6867e841168b56a67ab58d722b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/58375f6867e841168b56a67ab58d722b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/58375f6867e841168b56a67ab58d722b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_58375f6867e841168b56a67ab58d722b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_58375f6867e841168b56a67ab58d722b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/58375f6867e841168b56a67ab58d722b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/58375f6867e841168b56a67ab58d722b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/58375f6867e841168b56a67ab58d722b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/58375f6867e841168b56a67ab58d722b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/58375f6867e841168b56a67ab58d722b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/58375f6867e841168b56a67ab58d722b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/58375f6867e841168b56a67ab58d722b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/58375f6867e841168b56a67ab58d722b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/58375f6867e841168b56a67ab58d722b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-01f7402b-bf71-4b1-user", "id": "9d3c9d23ee2844149e33e0914a23ce3c"}, "audit_ids": ["l7kcWV_OT52blfDPVOY9xg"], "issued_at": "2018-08-12T08:08:23.000000Z"}} 2018-08-12 08:08:23,987 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}f8ab6afd0746e78012fafc0ac9c0afa82b67e5f0" 2018-08-12 08:08:24,074 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:08:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-51c0b223-309c-4b03-bb24-13f41a58fba4 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:08:24,074 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-51c0b223-309c-4b03-bb24-13f41a58fba4 2018-08-12 08:08:24,078 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-96456306-8f1e-455d-95a1-a33adb7ad765 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f8ab6afd0746e78012fafc0ac9c0afa82b67e5f0" 2018-08-12 08:08:24,268 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 162 Content-Type: application/json X-Openstack-Request-Id: req-bb7c81ee-f6b0-468a-8602-853715917865 Date: Sun, 12 Aug 2018 08:08:24 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-96456306-8f1e-455d-95a1-a33adb7ad765"} 2018-08-12 08:08:24,269 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-96456306-8f1e-455d-95a1-a33adb7ad765 used request id req-bb7c81ee-f6b0-468a-8602-853715917865 2018-08-12 08:08:24,272 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f8ab6afd0746e78012fafc0ac9c0afa82b67e5f0" 2018-08-12 08:08:24,450 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-26f46b64-5aeb-42dc-9bd2-f5d7113dd351 Date: Sun, 12 Aug 2018 08:08:24 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"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}, "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}, "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"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "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"}, "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"}, "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}, "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}, "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"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "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}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-12 08:08:24,450 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-26f46b64-5aeb-42dc-9bd2-f5d7113dd351 2018-08-12 08:08:24,480 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f8ab6afd0746e78012fafc0ac9c0afa82b67e5f0" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateImageSuccessTests-96456306-8f1e-455d-95a1-a33adb7ad765"}' 2018-08-12 08:08:24,680 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 621 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/77f13e84-cc3b-4cca-b87f-434aeaf2d950 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-a197ffbb-6e5d-4f90-9836-c4ba8a2c64c5 Date: Sun, 12 Aug 2018 08:08:24 GMT RESP BODY: {"status": "queued", "name": "CreateImageSuccessTests-96456306-8f1e-455d-95a1-a33adb7ad765", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:08:24Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-08-12T08:08:24Z", "visibility": "shared", "locations": [], "self": "/v2/images/77f13e84-cc3b-4cca-b87f-434aeaf2d950", "min_disk": 0, "protected": false, "id": "77f13e84-cc3b-4cca-b87f-434aeaf2d950", "file": "/v2/images/77f13e84-cc3b-4cca-b87f-434aeaf2d950/file", "checksum": null, "owner": "58375f6867e841168b56a67ab58d722b", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-12 08:08:24,680 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-a197ffbb-6e5d-4f90-9836-c4ba8a2c64c5 2018-08-12 08:08:24,690 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/77f13e84-cc3b-4cca-b87f-434aeaf2d950/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f8ab6afd0746e78012fafc0ac9c0afa82b67e5f0" -d '' 2018-08-12 08:08:25,674 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-31d778d0-be2f-4729-a8a7-dd72fd426244 Date: Sun, 12 Aug 2018 08:08: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 08:08:25,675 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/77f13e84-cc3b-4cca-b87f-434aeaf2d950/file used request id req-31d778d0-be2f-4729-a8a7-dd72fd426244 2018-08-12 08:08:25,675 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-12 08:08:25,678 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/77f13e84-cc3b-4cca-b87f-434aeaf2d950 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f8ab6afd0746e78012fafc0ac9c0afa82b67e5f0" 2018-08-12 08:08:25,866 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-65e52748-66ac-4743-b8ed-068b8834b325 Date: Sun, 12 Aug 2018 08:08:25 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-96456306-8f1e-455d-95a1-a33adb7ad765", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:08:24Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-12T08:08:25Z", "visibility": "shared", "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/77f13e84-cc3b-4cca-b87f-434aeaf2d950/snap", "metadata": {}}], "self": "/v2/images/77f13e84-cc3b-4cca-b87f-434aeaf2d950", "min_disk": 0, "protected": false, "id": "77f13e84-cc3b-4cca-b87f-434aeaf2d950", "file": "/v2/images/77f13e84-cc3b-4cca-b87f-434aeaf2d950/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "58375f6867e841168b56a67ab58d722b", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/77f13e84-cc3b-4cca-b87f-434aeaf2d950/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-12 08:08:25,866 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/77f13e84-cc3b-4cca-b87f-434aeaf2d950 used request id req-65e52748-66ac-4743-b8ed-068b8834b325 2018-08-12 08:08:25,869 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f8ab6afd0746e78012fafc0ac9c0afa82b67e5f0" 2018-08-12 08:08:26,430 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-b8377d3a-d25c-4bd1-b850-37a2a275d69e Date: Sun, 12 Aug 2018 08:08:26 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"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}, "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}, "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"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "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"}, "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"}, "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}, "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}, "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"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "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}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-12 08:08:26,431 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-b8377d3a-d25c-4bd1-b850-37a2a275d69e 2018-08-12 08:08:26,434 - create_image - INFO - Created image with name - CreateImageSuccessTests-96456306-8f1e-455d-95a1-a33adb7ad765 2018-08-12 08:08:26,437 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/77f13e84-cc3b-4cca-b87f-434aeaf2d950 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f8ab6afd0746e78012fafc0ac9c0afa82b67e5f0" 2018-08-12 08:08:26,621 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-49ff1d3a-b553-4834-b328-80f2affe218b Date: Sun, 12 Aug 2018 08:08:26 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-96456306-8f1e-455d-95a1-a33adb7ad765", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:08:24Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-12T08:08:25Z", "visibility": "shared", "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/77f13e84-cc3b-4cca-b87f-434aeaf2d950/snap", "metadata": {}}], "self": "/v2/images/77f13e84-cc3b-4cca-b87f-434aeaf2d950", "min_disk": 0, "protected": false, "id": "77f13e84-cc3b-4cca-b87f-434aeaf2d950", "file": "/v2/images/77f13e84-cc3b-4cca-b87f-434aeaf2d950/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "58375f6867e841168b56a67ab58d722b", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/77f13e84-cc3b-4cca-b87f-434aeaf2d950/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-12 08:08:26,621 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/77f13e84-cc3b-4cca-b87f-434aeaf2d950 used request id req-49ff1d3a-b553-4834-b328-80f2affe218b 2018-08-12 08:08:26,622 - create_image - DEBUG - Instance status is - active 2018-08-12 08:08:26,622 - create_image - DEBUG - Image is active with name - CreateImageSuccessTests-96456306-8f1e-455d-95a1-a33adb7ad765 2018-08-12 08:08:26,622 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-96456306-8f1e-455d-95a1-a33adb7ad765 2018-08-12 08:08:26,623 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:08:27,023 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3d3d5f947b2a4ce994a31aacc2a890f5", "name": "CreateImageSuccessTests-01f7402b-bf71-4b1-proj-role"}], "expires_at": "2018-08-12T09:08:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "58375f6867e841168b56a67ab58d722b", "name": "CreateImageSuccessTests-01f7402b-bf71-4b1-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/58375f6867e841168b56a67ab58d722b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/58375f6867e841168b56a67ab58d722b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/58375f6867e841168b56a67ab58d722b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_58375f6867e841168b56a67ab58d722b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_58375f6867e841168b56a67ab58d722b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/58375f6867e841168b56a67ab58d722b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/58375f6867e841168b56a67ab58d722b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/58375f6867e841168b56a67ab58d722b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/58375f6867e841168b56a67ab58d722b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/58375f6867e841168b56a67ab58d722b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/58375f6867e841168b56a67ab58d722b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/58375f6867e841168b56a67ab58d722b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/58375f6867e841168b56a67ab58d722b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/58375f6867e841168b56a67ab58d722b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-01f7402b-bf71-4b1-user", "id": "9d3c9d23ee2844149e33e0914a23ce3c"}, "audit_ids": ["Qwg19f-KQpyLN2FphKwj0w"], "issued_at": "2018-08-12T08:08:27.000000Z"}} 2018-08-12 08:08:27,026 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-96456306-8f1e-455d-95a1-a33adb7ad765 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4ac9b8b1a8d58b4d66a64723bd9b2cf7ccb2a292" 2018-08-12 08:08:27,721 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1044 Content-Type: application/json X-Openstack-Request-Id: req-eee747d7-a243-4f23-b666-58d1c487a939 Date: Sun, 12 Aug 2018 08:08:27 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-96456306-8f1e-455d-95a1-a33adb7ad765", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:08:24Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-12T08:08:25Z", "visibility": "shared", "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/77f13e84-cc3b-4cca-b87f-434aeaf2d950/snap", "metadata": {}}], "self": "/v2/images/77f13e84-cc3b-4cca-b87f-434aeaf2d950", "min_disk": 0, "protected": false, "id": "77f13e84-cc3b-4cca-b87f-434aeaf2d950", "file": "/v2/images/77f13e84-cc3b-4cca-b87f-434aeaf2d950/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "58375f6867e841168b56a67ab58d722b", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/77f13e84-cc3b-4cca-b87f-434aeaf2d950/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-96456306-8f1e-455d-95a1-a33adb7ad765"} 2018-08-12 08:08:27,721 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-96456306-8f1e-455d-95a1-a33adb7ad765 used request id req-eee747d7-a243-4f23-b666-58d1c487a939 2018-08-12 08:08:27,724 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4ac9b8b1a8d58b4d66a64723bd9b2cf7ccb2a292" 2018-08-12 08:08:27,906 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-c62f94f0-e413-49be-9710-914d0aa3f971 Date: Sun, 12 Aug 2018 08:08:27 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"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}, "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}, "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"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "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"}, "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"}, "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}, "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}, "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"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "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}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-12 08:08:27,906 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-c62f94f0-e413-49be-9710-914d0aa3f971 2018-08-12 08:08:27,909 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:08:27,910 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:08:28,295 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3d3d5f947b2a4ce994a31aacc2a890f5", "name": "CreateImageSuccessTests-01f7402b-bf71-4b1-proj-role"}], "expires_at": "2018-08-12T09:08:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "58375f6867e841168b56a67ab58d722b", "name": "CreateImageSuccessTests-01f7402b-bf71-4b1-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/58375f6867e841168b56a67ab58d722b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/58375f6867e841168b56a67ab58d722b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/58375f6867e841168b56a67ab58d722b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_58375f6867e841168b56a67ab58d722b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_58375f6867e841168b56a67ab58d722b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/58375f6867e841168b56a67ab58d722b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/58375f6867e841168b56a67ab58d722b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/58375f6867e841168b56a67ab58d722b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/58375f6867e841168b56a67ab58d722b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/58375f6867e841168b56a67ab58d722b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/58375f6867e841168b56a67ab58d722b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/58375f6867e841168b56a67ab58d722b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/58375f6867e841168b56a67ab58d722b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/58375f6867e841168b56a67ab58d722b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-01f7402b-bf71-4b1-user", "id": "9d3c9d23ee2844149e33e0914a23ce3c"}, "audit_ids": ["aIBdgANkTXmaoyyn6AQfZw"], "issued_at": "2018-08-12T08:08:28.000000Z"}} 2018-08-12 08:08:28,296 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}aa6eb24faee68b01fb588e47653524d1eb8d7d48" 2018-08-12 08:08:28,383 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:08:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a4921d9c-fda0-439a-bba5-17fe6559e7f1 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:08:28,383 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-a4921d9c-fda0-439a-bba5-17fe6559e7f1 2018-08-12 08:08:28,387 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-96456306-8f1e-455d-95a1-a33adb7ad765 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}aa6eb24faee68b01fb588e47653524d1eb8d7d48" 2018-08-12 08:08:28,582 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1044 Content-Type: application/json X-Openstack-Request-Id: req-5b5b82f0-4a5b-412e-8b9a-94806c6d7b17 Date: Sun, 12 Aug 2018 08:08:28 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-96456306-8f1e-455d-95a1-a33adb7ad765", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:08:24Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-12T08:08:25Z", "visibility": "shared", "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/77f13e84-cc3b-4cca-b87f-434aeaf2d950/snap", "metadata": {}}], "self": "/v2/images/77f13e84-cc3b-4cca-b87f-434aeaf2d950", "min_disk": 0, "protected": false, "id": "77f13e84-cc3b-4cca-b87f-434aeaf2d950", "file": "/v2/images/77f13e84-cc3b-4cca-b87f-434aeaf2d950/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "58375f6867e841168b56a67ab58d722b", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/77f13e84-cc3b-4cca-b87f-434aeaf2d950/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-96456306-8f1e-455d-95a1-a33adb7ad765"} 2018-08-12 08:08:28,582 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-96456306-8f1e-455d-95a1-a33adb7ad765 used request id req-5b5b82f0-4a5b-412e-8b9a-94806c6d7b17 2018-08-12 08:08:28,585 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}aa6eb24faee68b01fb588e47653524d1eb8d7d48" 2018-08-12 08:08:28,754 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-a0814417-39bc-409c-b055-358948a5623e Date: Sun, 12 Aug 2018 08:08:28 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"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}, "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}, "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"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "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"}, "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"}, "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}, "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}, "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"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "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}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-12 08:08:28,754 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-a0814417-39bc-409c-b055-358948a5623e 2018-08-12 08:08:28,757 - create_image - INFO - Found image with name - CreateImageSuccessTests-96456306-8f1e-455d-95a1-a33adb7ad765 2018-08-12 08:08:28,757 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-96456306-8f1e-455d-95a1-a33adb7ad765 2018-08-12 08:08:28,760 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/77f13e84-cc3b-4cca-b87f-434aeaf2d950 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f8ab6afd0746e78012fafc0ac9c0afa82b67e5f0" 2018-08-12 08:08:29,659 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-323cf61c-8a94-4fc2-bd71-dc5dd8bea517 Date: Sun, 12 Aug 2018 08:08: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 08:08:29,659 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/77f13e84-cc3b-4cca-b87f-434aeaf2d950 used request id req-323cf61c-8a94-4fc2-bd71-dc5dd8bea517 2018-08-12 08:08:29,661 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:08:29,661 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:08:29,661 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:08:29,661 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:08:29,661 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:08:29,668 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a50a95485f654ce09ffc47226550ac28a1ac7ec6" 2018-08-12 08:08:29,937 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 43135 X-Openstack-Request-Id: req-415c5a6e-9318-47e3-9ee1-53bdc2c74a2e Date: Sun, 12 Aug 2018 08:08:29 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "created_at": "2018-08-12T06:59:44Z", "updated_at": "2018-08-12T06:59:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "1d7fd960-7865-4453-aecc-8d399b4fad21", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "66820d8a-b785-4b18-bd67-500221c8e4f9", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "74fc7638-a322-4841-8c47-06d36174a200", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "8eaa09ec-8419-4582-9312-1e527afe6e4b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}], "revision_number": 4, "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "created_at": "2018-08-12T05:12:34Z", "updated_at": "2018-08-12T05:12:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "709513d2-af7d-4d0b-bd3c-604fed75a711", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "aa346066-e46f-44f2-94be-2884aa998a19", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "c15f7b93-e56c-4afa-867d-2acb286d4b7b", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "cb0ef83f-5f70-4a80-ad35-431ca9df551e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}], "revision_number": 4, "project_id": "fa5a7fe6ee54472ba01638877aade8e3", "id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ea65becf30e54b27aa96a449698a435e", "created_at": "2018-08-12T05:10:35Z", "updated_at": "2018-08-12T05:10:35Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "30ad280c-f302-4cd4-a438-5139917b56f9", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "76115c4c-887d-4f0a-83e2-486e4b39c713", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "8ab14937-4c08-4d43-8a9a-662e622cc643", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "ee757a03-5662-4273-9c3e-6212e7afb48f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}], "revision_number": 4, "project_id": "ea65becf30e54b27aa96a449698a435e", "id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "created_at": "2018-08-12T06:20:09Z", "updated_at": "2018-08-12T06:20:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "1123b8f2-75ac-4a26-b9b2-a96da97408e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "2ddd2b93-e080-48cd-9a50-f5fe8a82ad0c", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "cd1bae62-0aea-4438-b4c3-50a69ae6f855", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "e398e01e-ceea-46d1-9534-b929808c4a5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}], "revision_number": 4, "project_id": "ff7abd7bb61f4f2889831e932d65dc2e", "id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "created_at": "2018-08-12T05:34:57Z", "updated_at": "2018-08-12T05:34:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "208a1c1e-f5f8-49c7-9a25-d07e68b1541f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "27bfd867-e607-4bf8-9de8-60682d3f771d", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "49360e1f-6fd3-4f35-b339-24cea95773ee", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "60f631a9-d305-4920-9631-d0543e2ac64f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}], "revision_number": 4, "project_id": "3a85ceae958d4d9fba68847e7df67db8", "id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "created_at": "2018-08-12T05:34:40Z", "updated_at": "2018-08-12T05:34:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "2192c259-363e-4768-ae73-e75837ad63b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "3f87ddc5-f84d-41dc-8215-847724782569", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "7d89f6da-ea78-49dd-9115-f9ad23b250bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "9ec4497d-0f65-44db-9be9-7b3042e4a584", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}], "revision_number": 4, "project_id": "85517fcf1c6247e699fdcdd42ecc8c79", "id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "created_at": "2018-08-12T05:16:02Z", "updated_at": "2018-08-12T05:16:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "1ecacd8c-c1c7-4a66-9871-406a69323b43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "3cc1750c-e0e7-4902-b6f3-494a161b832e", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "d719a7a4-8c99-44ed-8c12-6bf071890203", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "fe7421b5-d577-41da-8c78-62f3c07eda92", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}], "revision_number": 4, "project_id": "a267b9a156244bb192691cff6e5f74fe", "id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "315a428116f24d9fbb826b37080a918e", "created_at": "2018-08-12T05:11:31Z", "updated_at": "2018-08-12T05:11:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "5e52886a-1dc3-4a81-a55d-f388dc4fd1a1", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "678e32e4-d64c-448a-a4ab-e253ab94ae90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "a8da1539-e3ad-4f90-b2df-3dc1f09d228a", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "b73d5cc9-0205-4658-bb1f-61a042c0ab8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}], "revision_number": 4, "project_id": "315a428116f24d9fbb826b37080a918e", "id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-12T05:08:01Z", "updated_at": "2018-08-12T05:08:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:01Z", "revision_number": 0, "id": "0fb05d03-1117-45d0-930c-b6d4c96ef102", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "4faaab33-5788-4bbd-85b8-0fb44d41413a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "96d0c5a0-5c67-421b-8fc8-2b46d77e5db3", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "dd78519b-4bc5-4e8e-ad0f-58089dd69347", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "11a46741b7954b959fd7764109c047b6", "created_at": "2018-08-12T05:34:51Z", "updated_at": "2018-08-12T05:34:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "0b67bf3c-2289-43bb-ab6c-7d25ec32a279", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "51f3f833-337a-42bd-a8d5-742ea8d6c226", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "571fd0b5-ef90-408d-af33-aafb517b8993", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "944ba823-fb9c-496e-a66e-bb426bb14a8d", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}], "revision_number": 4, "project_id": "11a46741b7954b959fd7764109c047b6", "id": "90af9782-8112-4257-801d-ee5115d226ba", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "created_at": "2018-08-12T05:34:26Z", "updated_at": "2018-08-12T05:34:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "2ee1f63a-807c-4d6a-85ee-dd784f6b8c3f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5dec3ec2-2add-47dd-8618-90659dcf3885", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5ea0dc3e-49d0-43f0-94e9-f6443527d14c", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "fbfaca22-7e3e-4128-8973-43e439b77c28", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}], "revision_number": 4, "project_id": "3c01cd58055c44ecaef39f7e625c2258", "id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "521007c1818145639e93ceb270559219", "created_at": "2018-08-12T05:13:27Z", "updated_at": "2018-08-12T05:13:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "5e7fede5-b0f2-47d8-95c3-516cdfc7f9de", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "8fd0e36f-c6c4-4f64-ba97-40439e614448", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "db7d79de-1dfc-4138-945f-91e74cdc266b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "e87f2cff-ff3e-4b6d-aaf0-7f0eb0ab9f05", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}], "revision_number": 4, "project_id": "521007c1818145639e93ceb270559219", "id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "created_at": "2018-08-12T05:08:18Z", "updated_at": "2018-08-12T05:08:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "3c67be40-bf74-4f97-9693-d93ce73a23b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "6112d869-2fc6-4a25-a13c-3d55cd7206c0", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "bdf21c56-453e-482e-9cba-3c55abcb0339", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "c8e92c39-38cc-4f48-be9c-5f0912e6a725", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}], "revision_number": 4, "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "created_at": "2018-08-12T05:04:23Z", "updated_at": "2018-08-12T05:04:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "280546d9-8ad1-4283-abfc-15ee9b1736c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "58bce125-f2ca-4a6d-b9ca-4e6cf5c0f7a5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "69275b9a-cfb5-482c-a9c4-8ffc79adf2c7", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "6d747f3a-3764-469a-a645-f977585c5aac", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}], "revision_number": 4, "project_id": "310f5853751a4c968f3eeb0a3d99a0a8", "id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "created_at": "2018-08-12T05:34:42Z", "updated_at": "2018-08-12T05:34:42Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "199582e8-25aa-457a-aa7c-6d8413ca4464", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "234f3609-4454-448f-919d-c8143c7cd764", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "c1061460-71a2-49a9-a04b-9fa33eeb17ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "d21ac532-51d8-4d6b-8300-7bac216759bf", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}], "revision_number": 4, "project_id": "9f6c1a272706419c9a74b0893b2890e8", "id": "d6739716-c693-460c-89c6-e7c8c48f8245", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "created_at": "2018-08-12T05:34:54Z", "updated_at": "2018-08-12T05:34:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "0633a05a-ee7d-4476-a56b-75d011b22f77", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "6cc1b9f8-73db-47a3-a0e0-3c96c43f34da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "90d99a6b-e94f-4fd8-a10c-f19dd8954c13", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "e843c139-af2a-4d2c-a24f-59f7b10ff72e", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}], "revision_number": 4, "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "created_at": "2018-08-12T05:09:07Z", "updated_at": "2018-08-12T05:09:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "5495e168-f505-4d74-ae6d-387f0bf533c2", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "6fd19b8b-3062-456e-81ba-3ff37fe43429", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8ca59d25-485c-46ce-939c-2e4a468caeac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8f190846-50a0-42b9-b571-390809b752b1", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}], "revision_number": 4, "project_id": "fa9ca6d7608b4d7d87ce97331679a481", "id": "edcd9b17-9416-4c25-823c-060c435e18d7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "created_at": "2018-08-12T05:34:52Z", "updated_at": "2018-08-12T05:34:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "2c7e484e-6ec5-4a95-8c9c-66d294c0c27e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "70c74258-3c2c-4efc-87e0-079c26ee3417", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "b70382fa-082e-4c2b-abc8-87490fa50b11", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "c3628e02-b4b6-42c9-8751-c1a2d3c19caa", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}], "revision_number": 4, "project_id": "87db863ba6e348b0a5ddcb67053db9d1", "id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "name": "default"}]} 2018-08-12 08:08:29,939 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-415c5a6e-9318-47e3-9ee1-53bdc2c74a2e 2018-08-12 08:08:29,947 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a50a95485f654ce09ffc47226550ac28a1ac7ec6" 2018-08-12 08:08:30,033 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:08:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7e89a427-07a2-4eac-8ebc-02676cf896fe Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 5fe28c13d4d74ba2be8d019ac1ea6363.", "code": 404, "title": "Not Found"}} 2018-08-12 08:08:30,033 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 used request id req-7e89a427-07a2-4eac-8ebc-02676cf896fe 2018-08-12 08:08:30,033 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:08:30,037 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a50a95485f654ce09ffc47226550ac28a1ac7ec6" 2018-08-12 08:08:30,136 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:08:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-af1aebb3-7eab-4ae5-aab0-1e3205600b25 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa5a7fe6ee54472ba01638877aade8e3.", "code": 404, "title": "Not Found"}} 2018-08-12 08:08:30,136 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 used request id req-af1aebb3-7eab-4ae5-aab0-1e3205600b25 2018-08-12 08:08:30,136 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:08:30,140 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a50a95485f654ce09ffc47226550ac28a1ac7ec6" 2018-08-12 08:08:30,233 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:08:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-706f46a5-ebd7-42d5-a307-635bf1158a45 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ea65becf30e54b27aa96a449698a435e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:08:30,234 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e used request id req-706f46a5-ebd7-42d5-a307-635bf1158a45 2018-08-12 08:08:30,234 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:08:30,237 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a50a95485f654ce09ffc47226550ac28a1ac7ec6" 2018-08-12 08:08:30,328 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:08:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0e455eda-3ee8-423b-96df-67c286af6505 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ff7abd7bb61f4f2889831e932d65dc2e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:08:30,328 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e used request id req-0e455eda-3ee8-423b-96df-67c286af6505 2018-08-12 08:08:30,328 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:08:30,332 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a50a95485f654ce09ffc47226550ac28a1ac7ec6" 2018-08-12 08:08:30,418 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:08:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-edc3699e-d01e-41f7-9cc5-37c8f660f5a7 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3a85ceae958d4d9fba68847e7df67db8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:08:30,419 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 used request id req-edc3699e-d01e-41f7-9cc5-37c8f660f5a7 2018-08-12 08:08:30,419 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:08:30,422 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a50a95485f654ce09ffc47226550ac28a1ac7ec6" 2018-08-12 08:08:30,513 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:08:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7b816888-3575-4550-a7e7-c9e5ecdb446b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 85517fcf1c6247e699fdcdd42ecc8c79.", "code": 404, "title": "Not Found"}} 2018-08-12 08:08:30,513 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 used request id req-7b816888-3575-4550-a7e7-c9e5ecdb446b 2018-08-12 08:08:30,513 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:08:30,517 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a50a95485f654ce09ffc47226550ac28a1ac7ec6" 2018-08-12 08:08:30,613 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:08:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e06b923-d5fb-4f57-92aa-d3801a347367 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}} 2018-08-12 08:08:30,613 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe used request id req-1e06b923-d5fb-4f57-92aa-d3801a347367 2018-08-12 08:08:30,617 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a50a95485f654ce09ffc47226550ac28a1ac7ec6" 2018-08-12 08:08:30,694 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:08:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e383ef01-e861-4780-8fe0-cfb47d97d714 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 315a428116f24d9fbb826b37080a918e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:08:30,694 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e used request id req-e383ef01-e861-4780-8fe0-cfb47d97d714 2018-08-12 08:08:30,695 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:08:30,698 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a50a95485f654ce09ffc47226550ac28a1ac7ec6" 2018-08-12 08:08:30,790 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:08:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e45cf637-5975-46a0-8061-fce68250335e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 11a46741b7954b959fd7764109c047b6.", "code": 404, "title": "Not Found"}} 2018-08-12 08:08:30,790 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 used request id req-e45cf637-5975-46a0-8061-fce68250335e 2018-08-12 08:08:30,790 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:08:30,794 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a50a95485f654ce09ffc47226550ac28a1ac7ec6" 2018-08-12 08:08:30,884 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:08:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-eb48f2a8-d889-41aa-ba41-768359c7d55b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3c01cd58055c44ecaef39f7e625c2258.", "code": 404, "title": "Not Found"}} 2018-08-12 08:08:30,884 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 used request id req-eb48f2a8-d889-41aa-ba41-768359c7d55b 2018-08-12 08:08:30,885 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:08:30,888 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a50a95485f654ce09ffc47226550ac28a1ac7ec6" 2018-08-12 08:08:30,974 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:08:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d043db2a-5abc-4ccf-8f1b-bb425b13a4b5 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 521007c1818145639e93ceb270559219.", "code": 404, "title": "Not Found"}} 2018-08-12 08:08:30,974 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 used request id req-d043db2a-5abc-4ccf-8f1b-bb425b13a4b5 2018-08-12 08:08:30,974 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:08:30,978 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a50a95485f654ce09ffc47226550ac28a1ac7ec6" 2018-08-12 08:08:31,067 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:08:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e4012ae4-cba8-4855-96ee-0bef933d9c4f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e18fcc7fc10a4fd0b20234f8520d0aab.", "code": 404, "title": "Not Found"}} 2018-08-12 08:08:31,068 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab used request id req-e4012ae4-cba8-4855-96ee-0bef933d9c4f 2018-08-12 08:08:31,068 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:08:31,071 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a50a95485f654ce09ffc47226550ac28a1ac7ec6" 2018-08-12 08:08:31,167 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:08:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1d48ec13-f140-4c4c-ae7e-4fc917e5157d Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "310f5853751a4c968f3eeb0a3d99a0a8", "name": "service"}} 2018-08-12 08:08:31,167 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 used request id req-1d48ec13-f140-4c4c-ae7e-4fc917e5157d 2018-08-12 08:08:31,171 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a50a95485f654ce09ffc47226550ac28a1ac7ec6" 2018-08-12 08:08:31,254 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:08:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4223f932-0197-4c72-87c7-aa7b9052bc3d Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9f6c1a272706419c9a74b0893b2890e8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:08:31,254 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 used request id req-4223f932-0197-4c72-87c7-aa7b9052bc3d 2018-08-12 08:08:31,255 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:08:31,258 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/34cb7327fcfc4b52a63b4b8c0ea4a54d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a50a95485f654ce09ffc47226550ac28a1ac7ec6" 2018-08-12 08:08:31,352 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:08:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1a275410-fa13-4797-b44e-33f385beaf82 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 34cb7327fcfc4b52a63b4b8c0ea4a54d.", "code": 404, "title": "Not Found"}} 2018-08-12 08:08:31,352 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/34cb7327fcfc4b52a63b4b8c0ea4a54d used request id req-1a275410-fa13-4797-b44e-33f385beaf82 2018-08-12 08:08:31,352 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:08:31,356 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa9ca6d7608b4d7d87ce97331679a481 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a50a95485f654ce09ffc47226550ac28a1ac7ec6" 2018-08-12 08:08:31,452 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:08:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bbee441e-479a-4318-a462-182d1a401f36 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa9ca6d7608b4d7d87ce97331679a481.", "code": 404, "title": "Not Found"}} 2018-08-12 08:08:31,452 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa9ca6d7608b4d7d87ce97331679a481 used request id req-bbee441e-479a-4318-a462-182d1a401f36 2018-08-12 08:08:31,452 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:08:31,456 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/87db863ba6e348b0a5ddcb67053db9d1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a50a95485f654ce09ffc47226550ac28a1ac7ec6" 2018-08-12 08:08:31,539 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:08:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ca24935f-0c49-4998-861d-0ed4ff6d1a3d Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87db863ba6e348b0a5ddcb67053db9d1.", "code": 404, "title": "Not Found"}} 2018-08-12 08:08:31,540 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/87db863ba6e348b0a5ddcb67053db9d1 used request id req-ca24935f-0c49-4998-861d-0ed4ff6d1a3d 2018-08-12 08:08:31,540 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:08:31,541 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-01f7402b-bf71-4b1-proj 2018-08-12 08:08:31,543 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/58375f6867e841168b56a67ab58d722b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a50a95485f654ce09ffc47226550ac28a1ac7ec6" 2018-08-12 08:08:31,755 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:08:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-592034b9-5e28-4b42-9d7e-e0ce81ac094a 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 08:08:31,755 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/58375f6867e841168b56a67ab58d722b used request id req-592034b9-5e28-4b42-9d7e-e0ce81ac094a 2018-08-12 08:08:31,755 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-01f7402b-bf71-4b1-proj-role 2018-08-12 08:08:31,759 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/3d3d5f947b2a4ce994a31aacc2a890f5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a50a95485f654ce09ffc47226550ac28a1ac7ec6" 2018-08-12 08:08:31,970 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:08:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-db6b7d8e-3225-4f93-b4b9-9191f31ab0d0 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 08:08:31,970 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/3d3d5f947b2a4ce994a31aacc2a890f5 used request id req-db6b7d8e-3225-4f93-b4b9-9191f31ab0d0 2018-08-12 08:08:31,974 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a50a95485f654ce09ffc47226550ac28a1ac7ec6" 2018-08-12 08:08:32,061 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:08:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0a8041ff-b7a4-41e5-b4a6-d24f926eaed8 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:08:32,061 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-0a8041ff-b7a4-41e5-b4a6-d24f926eaed8 2018-08-12 08:08:32,061 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-01f7402b-bf71-4b1-user 2018-08-12 08:08:32,063 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/9d3c9d23ee2844149e33e0914a23ce3c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b52a846093abece881effabe7344a3d401e7b40" 2018-08-12 08:08:32,234 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:08:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4b70c8ad-7ad0-4b6d-ae85-ae459e57413e 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 08:08:32,235 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/9d3c9d23ee2844149e33e0914a23ce3c used request id req-4b70c8ad-7ad0-4b6d-ae85-ae459e57413e 2018-08-12 08:08:32,236 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:08:32,634 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:08:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["eotnWltQTL-4y-VLFSbzQA"], "issued_at": "2018-08-12T08:08:32.000000Z"}} 2018-08-12 08:08:32,635 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}bdb0fb6d70204a4d7d676d852886a9e198de3ce8" 2018-08-12 08:08:32,713 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:08:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1c88552b-1c6d-4f01-b2bb-265190f16573 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:08:32,713 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-1c88552b-1c6d-4f01-b2bb-265190f16573 2018-08-12 08:08:32,714 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:08:32,715 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:08:33,108 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:08:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["4axFdNflQtGeUV2nu7-sWA"], "issued_at": "2018-08-12T08:08:33.000000Z"}} 2018-08-12 08:08:33,108 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}9200a7ba623f09a770ea0d4b6af4a29459aba279" 2018-08-12 08:08:33,193 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:08:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9d7d37a0-2959-4a62-a004-e569422026fd Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:08:33,193 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-9d7d37a0-2959-4a62-a004-e569422026fd 2018-08-12 08:08:33,197 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:08:33,203 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:08:33 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:08:33,204 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-cb154e76-7256-446-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9200a7ba623f09a770ea0d4b6af4a29459aba279" 2018-08-12 08:08:33,298 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:08:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f1ba150f-54cc-4d05-a2fb-f727d477750c Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-cb154e76-7256-446-proj", "previous": null, "next": null}, "projects": []} 2018-08-12 08:08:33,298 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-cb154e76-7256-446-proj used request id req-f1ba150f-54cc-4d05-a2fb-f727d477750c 2018-08-12 08:08:33,301 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9200a7ba623f09a770ea0d4b6af4a29459aba279" 2018-08-12 08:08:33,399 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:08:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f8da3070-0806-449d-bf32-bd2472030a06 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:08:33,399 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-f8da3070-0806-449d-bf32-bd2472030a06 2018-08-12 08:08:33,403 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9200a7ba623f09a770ea0d4b6af4a29459aba279" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateImageSuccessTests-cb154e76-7256-446-proj"}}' 2018-08-12 08:08:33,528 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:08:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-126488cf-fecb-4e82-afb6-05af6cd861aa Content-Length: 320 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c879902876bc4793a672e7c4de8e9271"}, "tags": [], "enabled": true, "id": "c879902876bc4793a672e7c4de8e9271", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-cb154e76-7256-446-proj"}} 2018-08-12 08:08:33,528 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-126488cf-fecb-4e82-afb6-05af6cd861aa 2018-08-12 08:08:33,528 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-cb154e76-7256-446-proj 2018-08-12 08:08:33,528 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:08:33,529 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:08:33,932 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:08:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["FcrK_XR3T2mir3_s3WF0aA"], "issued_at": "2018-08-12T08:08:33.000000Z"}} 2018-08-12 08:08:33,933 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}55a44e3c240a15576300b32853ac756cb710a375" 2018-08-12 08:08:34,017 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:08:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-23bf1b82-bfb4-4078-9b84-3c1512b9446b Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:08:34,017 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-23bf1b82-bfb4-4078-9b84-3c1512b9446b 2018-08-12 08:08:34,021 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:08:34,026 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:08:34 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:08:34,027 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55a44e3c240a15576300b32853ac756cb710a375" 2018-08-12 08:08:34,137 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:08:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-387fb0ef-592a-45d9-89c0-79bb1175e44d Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/105a247548624314b9228f85f6325f0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105a247548624314b9228f85f6325f0b", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/1c5de0eaa44543f08da6ad63a51594ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c5de0eaa44543f08da6ad63a51594ff", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/1d127b5b832547a88a547c116dfdd65b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d127b5b832547a88a547c116dfdd65b", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/1d5cfc170d624ce4ae53ae0507c8d517"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d5cfc170d624ce4ae53ae0507c8d517", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/2421820b75eb4d3ebd02830378d1377b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2421820b75eb4d3ebd02830378d1377b", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/40bd8ee54ecf44868cc83cede652c396"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40bd8ee54ecf44868cc83cede652c396", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/4f32fb8153854c4c9f5094b42b523f80"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f32fb8153854c4c9f5094b42b523f80", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7066130d08fb4db7bf4ab468de53933b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7066130d08fb4db7bf4ab468de53933b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/8d0898a83bcf4521bbc11501d5d7ac89"}, "domain_id": "1eec97585bde483292ece28ee11f4b8d", "enabled": true, "options": {}, "id": "8d0898a83bcf4521bbc11501d5d7ac89", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/9defcced327d476f8a3beab718a13da3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9defcced327d476f8a3beab718a13da3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/b80ee4f6992446e0879624dd436e99a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b80ee4f6992446e0879624dd436e99a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b86fd3e011324d398fcdb6f095a20a9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b86fd3e011324d398fcdb6f095a20a9d", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1701d2754064b5cadf765ea0806f9b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1701d2754064b5cadf765ea0806f9b2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/db4e7b8d76d549faa502716565c733dd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db4e7b8d76d549faa502716565c733dd", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-12 08:08:34,137 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-387fb0ef-592a-45d9-89c0-79bb1175e44d 2018-08-12 08:08:34,141 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateImageSuccessTests-cb154e76-7256-446-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55a44e3c240a15576300b32853ac756cb710a375" 2018-08-12 08:08:34,231 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:08:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8894ce4f-a65d-4fea-8c90-35c9f9cf73c5 Content-Encoding: gzip Content-Length: 260 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateImageSuccessTests-cb154e76-7256-446-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c879902876bc4793a672e7c4de8e9271"}, "tags": [], "enabled": true, "id": "c879902876bc4793a672e7c4de8e9271", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-cb154e76-7256-446-proj"}]} 2018-08-12 08:08:34,231 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateImageSuccessTests-cb154e76-7256-446-proj used request id req-8894ce4f-a65d-4fea-8c90-35c9f9cf73c5 2018-08-12 08:08:34,235 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55a44e3c240a15576300b32853ac756cb710a375" 2018-08-12 08:08:34,321 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:08:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-083a3bcc-97c0-439c-9df5-52b638d5d41d Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:08:34,322 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-083a3bcc-97c0-439c-9df5-52b638d5d41d 2018-08-12 08:08:34,701 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-cb154e76-7256-446-user 2018-08-12 08:08:34,701 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:08:34,706 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9200a7ba623f09a770ea0d4b6af4a29459aba279" 2018-08-12 08:08:34,801 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:08:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7136659a-272b-43c6-9b07-1936fe680f8f Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:08:34,802 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-7136659a-272b-43c6-9b07-1936fe680f8f 2018-08-12 08:08:34,805 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9200a7ba623f09a770ea0d4b6af4a29459aba279" -d '{"role": {"name": "CreateImageSuccessTests-cb154e76-7256-446-proj-role"}}' 2018-08-12 08:08:34,911 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:08:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8af502da-0e75-45a5-a091-38b232a51ead Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "2e3b9e13ff0749c8965d693fa8b34d17", "links": {"self": "http://172.30.9.21:5000/v3/roles/2e3b9e13ff0749c8965d693fa8b34d17"}, "name": "CreateImageSuccessTests-cb154e76-7256-446-proj-role"}} 2018-08-12 08:08:34,911 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-8af502da-0e75-45a5-a091-38b232a51ead 2018-08-12 08:08:34,911 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-cb154e76-7256-446-proj-role 2018-08-12 08:08:34,915 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/2e3b9e13ff0749c8965d693fa8b34d17 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9200a7ba623f09a770ea0d4b6af4a29459aba279" 2018-08-12 08:08:35,009 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:08:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4d45fc5e-cf71-4710-98ad-e470a319c752 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "2e3b9e13ff0749c8965d693fa8b34d17", "links": {"self": "http://172.30.9.21:5000/v3/roles/2e3b9e13ff0749c8965d693fa8b34d17"}, "name": "CreateImageSuccessTests-cb154e76-7256-446-proj-role"}} 2018-08-12 08:08:35,009 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/2e3b9e13ff0749c8965d693fa8b34d17 used request id req-4d45fc5e-cf71-4710-98ad-e470a319c752 2018-08-12 08:08:35,010 - keystone_utils - INFO - Granting role CreateImageSuccessTests-cb154e76-7256-446-proj-role to project CreateImageSuccessTests-cb154e76-7256-446-proj 2018-08-12 08:08:35,013 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/c879902876bc4793a672e7c4de8e9271/users/9e5387a7ba2f4b32a2f952acf1368c9a/roles/2e3b9e13ff0749c8965d693fa8b34d17 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9200a7ba623f09a770ea0d4b6af4a29459aba279" 2018-08-12 08:08:35,147 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:08:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ba92ba89-1062-4dda-9a30-34aa61ca91be 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 08:08:35,147 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/c879902876bc4793a672e7c4de8e9271/users/9e5387a7ba2f4b32a2f952acf1368c9a/roles/2e3b9e13ff0749c8965d693fa8b34d17 used request id req-ba92ba89-1062-4dda-9a30-34aa61ca91be 2018-08-12 08:08:35,148 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-08-12 08:08:35,148 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:08:35,149 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:08:35,537 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2e3b9e13ff0749c8965d693fa8b34d17", "name": "CreateImageSuccessTests-cb154e76-7256-446-proj-role"}], "expires_at": "2018-08-12T09:08:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c879902876bc4793a672e7c4de8e9271", "name": "CreateImageSuccessTests-cb154e76-7256-446-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/c879902876bc4793a672e7c4de8e9271", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/c879902876bc4793a672e7c4de8e9271", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/c879902876bc4793a672e7c4de8e9271", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_c879902876bc4793a672e7c4de8e9271", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_c879902876bc4793a672e7c4de8e9271", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/c879902876bc4793a672e7c4de8e9271", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/c879902876bc4793a672e7c4de8e9271", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/c879902876bc4793a672e7c4de8e9271", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/c879902876bc4793a672e7c4de8e9271", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/c879902876bc4793a672e7c4de8e9271", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/c879902876bc4793a672e7c4de8e9271", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/c879902876bc4793a672e7c4de8e9271", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/c879902876bc4793a672e7c4de8e9271", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/c879902876bc4793a672e7c4de8e9271", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-cb154e76-7256-446-user", "id": "9e5387a7ba2f4b32a2f952acf1368c9a"}, "audit_ids": ["ipwGCYNLRt2MJJGy3bGb8Q"], "issued_at": "2018-08-12T08:08:35.000000Z"}} 2018-08-12 08:08:35,537 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}f83792830f6392736d6d9350bd4936dd4bd54c9f" 2018-08-12 08:08:35,616 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:08:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-37a80e1a-83c6-4850-ae4c-fb46ce76cdb2 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:08:35,616 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-37a80e1a-83c6-4850-ae4c-fb46ce76cdb2 2018-08-12 08:08:35,620 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-7a65e93e-500c-451c-a38c-7cdb1c8250b5 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f83792830f6392736d6d9350bd4936dd4bd54c9f" 2018-08-12 08:08:35,824 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 162 Content-Type: application/json X-Openstack-Request-Id: req-63185f5e-ef5d-4762-9a63-4fd9a46c240b Date: Sun, 12 Aug 2018 08:08:35 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-7a65e93e-500c-451c-a38c-7cdb1c8250b5"} 2018-08-12 08:08:35,825 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-7a65e93e-500c-451c-a38c-7cdb1c8250b5 used request id req-63185f5e-ef5d-4762-9a63-4fd9a46c240b 2018-08-12 08:08:35,828 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f83792830f6392736d6d9350bd4936dd4bd54c9f" 2018-08-12 08:08:36,012 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-ed9a12ff-3902-4bda-a76d-cf44468e6983 Date: Sun, 12 Aug 2018 08:08:36 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"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}, "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}, "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"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "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"}, "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"}, "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}, "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}, "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"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "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}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-12 08:08:36,013 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-ed9a12ff-3902-4bda-a76d-cf44468e6983 2018-08-12 08:08:36,043 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f83792830f6392736d6d9350bd4936dd4bd54c9f" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateImageSuccessTests-7a65e93e-500c-451c-a38c-7cdb1c8250b5"}' 2018-08-12 08:08:36,266 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 621 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/934102fd-6d4d-41e5-b73a-06bc014f5a50 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-5404ad44-beaa-400d-8e36-e383f11344e3 Date: Sun, 12 Aug 2018 08:08:36 GMT RESP BODY: {"status": "queued", "name": "CreateImageSuccessTests-7a65e93e-500c-451c-a38c-7cdb1c8250b5", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:08:36Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-08-12T08:08:36Z", "visibility": "shared", "locations": [], "self": "/v2/images/934102fd-6d4d-41e5-b73a-06bc014f5a50", "min_disk": 0, "protected": false, "id": "934102fd-6d4d-41e5-b73a-06bc014f5a50", "file": "/v2/images/934102fd-6d4d-41e5-b73a-06bc014f5a50/file", "checksum": null, "owner": "c879902876bc4793a672e7c4de8e9271", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-12 08:08:36,267 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-5404ad44-beaa-400d-8e36-e383f11344e3 2018-08-12 08:08:36,278 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/934102fd-6d4d-41e5-b73a-06bc014f5a50/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f83792830f6392736d6d9350bd4936dd4bd54c9f" -d '' 2018-08-12 08:08:37,687 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a488da97-1e46-4e79-b60d-23a8357a0653 Date: Sun, 12 Aug 2018 08:08: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 08:08:37,687 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/934102fd-6d4d-41e5-b73a-06bc014f5a50/file used request id req-a488da97-1e46-4e79-b60d-23a8357a0653 2018-08-12 08:08:37,687 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-12 08:08:37,690 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/934102fd-6d4d-41e5-b73a-06bc014f5a50 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f83792830f6392736d6d9350bd4936dd4bd54c9f" 2018-08-12 08:08:38,271 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-ee8cf45a-a089-4d9c-9a19-14a7f3ae457e Date: Sun, 12 Aug 2018 08:08:38 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-7a65e93e-500c-451c-a38c-7cdb1c8250b5", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:08:36Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-12T08:08:37Z", "visibility": "shared", "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/934102fd-6d4d-41e5-b73a-06bc014f5a50/snap", "metadata": {}}], "self": "/v2/images/934102fd-6d4d-41e5-b73a-06bc014f5a50", "min_disk": 0, "protected": false, "id": "934102fd-6d4d-41e5-b73a-06bc014f5a50", "file": "/v2/images/934102fd-6d4d-41e5-b73a-06bc014f5a50/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "c879902876bc4793a672e7c4de8e9271", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/934102fd-6d4d-41e5-b73a-06bc014f5a50/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-12 08:08:38,271 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/934102fd-6d4d-41e5-b73a-06bc014f5a50 used request id req-ee8cf45a-a089-4d9c-9a19-14a7f3ae457e 2018-08-12 08:08:38,274 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f83792830f6392736d6d9350bd4936dd4bd54c9f" 2018-08-12 08:08:38,451 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-c11b244f-fba7-420e-9f9d-d9497041448c Date: Sun, 12 Aug 2018 08:08:38 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"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}, "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}, "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"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "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"}, "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"}, "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}, "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}, "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"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "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}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-12 08:08:38,451 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-c11b244f-fba7-420e-9f9d-d9497041448c 2018-08-12 08:08:38,454 - create_image - INFO - Created image with name - CreateImageSuccessTests-7a65e93e-500c-451c-a38c-7cdb1c8250b5 2018-08-12 08:08:38,457 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/934102fd-6d4d-41e5-b73a-06bc014f5a50 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f83792830f6392736d6d9350bd4936dd4bd54c9f" 2018-08-12 08:08:38,474 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-d783fabb-b43f-4e6d-89e7-60d406e6fc5a Date: Sun, 12 Aug 2018 08:08:38 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-7a65e93e-500c-451c-a38c-7cdb1c8250b5", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:08:36Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-12T08:08:37Z", "visibility": "shared", "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/934102fd-6d4d-41e5-b73a-06bc014f5a50/snap", "metadata": {}}], "self": "/v2/images/934102fd-6d4d-41e5-b73a-06bc014f5a50", "min_disk": 0, "protected": false, "id": "934102fd-6d4d-41e5-b73a-06bc014f5a50", "file": "/v2/images/934102fd-6d4d-41e5-b73a-06bc014f5a50/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "c879902876bc4793a672e7c4de8e9271", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/934102fd-6d4d-41e5-b73a-06bc014f5a50/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-12 08:08:38,474 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/934102fd-6d4d-41e5-b73a-06bc014f5a50 used request id req-d783fabb-b43f-4e6d-89e7-60d406e6fc5a 2018-08-12 08:08:38,475 - create_image - DEBUG - Instance status is - active 2018-08-12 08:08:38,475 - create_image - DEBUG - Image is active with name - CreateImageSuccessTests-7a65e93e-500c-451c-a38c-7cdb1c8250b5 2018-08-12 08:08:38,475 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-7a65e93e-500c-451c-a38c-7cdb1c8250b5 2018-08-12 08:08:38,476 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:08:38,873 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2e3b9e13ff0749c8965d693fa8b34d17", "name": "CreateImageSuccessTests-cb154e76-7256-446-proj-role"}], "expires_at": "2018-08-12T09:08:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c879902876bc4793a672e7c4de8e9271", "name": "CreateImageSuccessTests-cb154e76-7256-446-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/c879902876bc4793a672e7c4de8e9271", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/c879902876bc4793a672e7c4de8e9271", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/c879902876bc4793a672e7c4de8e9271", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_c879902876bc4793a672e7c4de8e9271", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_c879902876bc4793a672e7c4de8e9271", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/c879902876bc4793a672e7c4de8e9271", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/c879902876bc4793a672e7c4de8e9271", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/c879902876bc4793a672e7c4de8e9271", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/c879902876bc4793a672e7c4de8e9271", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/c879902876bc4793a672e7c4de8e9271", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/c879902876bc4793a672e7c4de8e9271", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/c879902876bc4793a672e7c4de8e9271", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/c879902876bc4793a672e7c4de8e9271", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/c879902876bc4793a672e7c4de8e9271", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-cb154e76-7256-446-user", "id": "9e5387a7ba2f4b32a2f952acf1368c9a"}, "audit_ids": ["oL9S0WhDRGOe4a_tHc8ZrA"], "issued_at": "2018-08-12T08:08:38.000000Z"}} 2018-08-12 08:08:38,876 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-7a65e93e-500c-451c-a38c-7cdb1c8250b5 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3f257c88c486bcbe14afee9826b34e1125b335ae" 2018-08-12 08:08:39,063 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1044 Content-Type: application/json X-Openstack-Request-Id: req-82bc1fb5-4bb8-427d-9d08-fd124f0ea101 Date: Sun, 12 Aug 2018 08:08:39 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-7a65e93e-500c-451c-a38c-7cdb1c8250b5", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:08:36Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-12T08:08:37Z", "visibility": "shared", "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/934102fd-6d4d-41e5-b73a-06bc014f5a50/snap", "metadata": {}}], "self": "/v2/images/934102fd-6d4d-41e5-b73a-06bc014f5a50", "min_disk": 0, "protected": false, "id": "934102fd-6d4d-41e5-b73a-06bc014f5a50", "file": "/v2/images/934102fd-6d4d-41e5-b73a-06bc014f5a50/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "c879902876bc4793a672e7c4de8e9271", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/934102fd-6d4d-41e5-b73a-06bc014f5a50/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-7a65e93e-500c-451c-a38c-7cdb1c8250b5"} 2018-08-12 08:08:39,063 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-7a65e93e-500c-451c-a38c-7cdb1c8250b5 used request id req-82bc1fb5-4bb8-427d-9d08-fd124f0ea101 2018-08-12 08:08:39,067 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3f257c88c486bcbe14afee9826b34e1125b335ae" 2018-08-12 08:08:39,236 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-49c269a6-0f2a-41c8-9013-353b1de99160 Date: Sun, 12 Aug 2018 08:08:39 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"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}, "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}, "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"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "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"}, "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"}, "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}, "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}, "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"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "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}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-12 08:08:39,236 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-49c269a6-0f2a-41c8-9013-353b1de99160 2018-08-12 08:08:39,239 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:08:39,240 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:08:39,651 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2e3b9e13ff0749c8965d693fa8b34d17", "name": "CreateImageSuccessTests-cb154e76-7256-446-proj-role"}], "expires_at": "2018-08-12T09:08:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c879902876bc4793a672e7c4de8e9271", "name": "CreateImageSuccessTests-cb154e76-7256-446-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/c879902876bc4793a672e7c4de8e9271", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/c879902876bc4793a672e7c4de8e9271", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/c879902876bc4793a672e7c4de8e9271", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_c879902876bc4793a672e7c4de8e9271", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_c879902876bc4793a672e7c4de8e9271", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/c879902876bc4793a672e7c4de8e9271", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/c879902876bc4793a672e7c4de8e9271", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/c879902876bc4793a672e7c4de8e9271", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/c879902876bc4793a672e7c4de8e9271", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/c879902876bc4793a672e7c4de8e9271", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/c879902876bc4793a672e7c4de8e9271", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/c879902876bc4793a672e7c4de8e9271", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/c879902876bc4793a672e7c4de8e9271", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/c879902876bc4793a672e7c4de8e9271", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-cb154e76-7256-446-user", "id": "9e5387a7ba2f4b32a2f952acf1368c9a"}, "audit_ids": ["gvN8FK1BQoOIApgd2_nfWg"], "issued_at": "2018-08-12T08:08:39.000000Z"}} 2018-08-12 08:08:39,652 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}d862740a1c43a509666e1c542a7fc9b15060129d" 2018-08-12 08:08:39,743 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:08:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e8ccc12-e986-47c3-bbff-398f1673444f Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:08:39,743 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-0e8ccc12-e986-47c3-bbff-398f1673444f 2018-08-12 08:08:39,747 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&name=CreateImageSuccessTests-7a65e93e-500c-451c-a38c-7cdb1c8250b5 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d862740a1c43a509666e1c542a7fc9b15060129d" 2018-08-12 08:08:39,963 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1026 Content-Type: application/json X-Openstack-Request-Id: req-c7e6c3fa-b3c3-4f55-ba4d-bd3097cc8775 Date: Sun, 12 Aug 2018 08:08:39 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-7a65e93e-500c-451c-a38c-7cdb1c8250b5", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:08:36Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-12T08:08:37Z", "visibility": "shared", "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/934102fd-6d4d-41e5-b73a-06bc014f5a50/snap", "metadata": {}}], "self": "/v2/images/934102fd-6d4d-41e5-b73a-06bc014f5a50", "min_disk": 0, "protected": false, "id": "934102fd-6d4d-41e5-b73a-06bc014f5a50", "file": "/v2/images/934102fd-6d4d-41e5-b73a-06bc014f5a50/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "c879902876bc4793a672e7c4de8e9271", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/934102fd-6d4d-41e5-b73a-06bc014f5a50/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20&name=CreateImageSuccessTests-7a65e93e-500c-451c-a38c-7cdb1c8250b5"} 2018-08-12 08:08:39,964 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&name=CreateImageSuccessTests-7a65e93e-500c-451c-a38c-7cdb1c8250b5 used request id req-c7e6c3fa-b3c3-4f55-ba4d-bd3097cc8775 2018-08-12 08:08:39,967 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d862740a1c43a509666e1c542a7fc9b15060129d" 2018-08-12 08:08:40,151 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-77f70a5b-d324-4aed-8cc5-3973acff9357 Date: Sun, 12 Aug 2018 08:08:40 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"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}, "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}, "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"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "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"}, "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"}, "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}, "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}, "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"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "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}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-12 08:08:40,151 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-77f70a5b-d324-4aed-8cc5-3973acff9357 2018-08-12 08:08:40,154 - create_image - INFO - Found image with name - CreateImageSuccessTests-7a65e93e-500c-451c-a38c-7cdb1c8250b5 2018-08-12 08:08:40,154 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-7a65e93e-500c-451c-a38c-7cdb1c8250b5 2018-08-12 08:08:40,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/934102fd-6d4d-41e5-b73a-06bc014f5a50 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f83792830f6392736d6d9350bd4936dd4bd54c9f" 2018-08-12 08:08:40,755 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-faf0a9f3-4fcb-4a1f-80b5-b175b9b5010e Date: Sun, 12 Aug 2018 08:08: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 08:08:40,755 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/934102fd-6d4d-41e5-b73a-06bc014f5a50 used request id req-faf0a9f3-4fcb-4a1f-80b5-b175b9b5010e 2018-08-12 08:08:40,757 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:08:40,757 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:08:40,757 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:08:40,757 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:08:40,757 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:08:40,764 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9200a7ba623f09a770ea0d4b6af4a29459aba279" 2018-08-12 08:08:41,027 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 43135 X-Openstack-Request-Id: req-90b02a02-02b4-48c3-9045-61f32e918669 Date: Sun, 12 Aug 2018 08:08:41 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "created_at": "2018-08-12T06:59:44Z", "updated_at": "2018-08-12T06:59:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "1d7fd960-7865-4453-aecc-8d399b4fad21", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "66820d8a-b785-4b18-bd67-500221c8e4f9", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "74fc7638-a322-4841-8c47-06d36174a200", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "8eaa09ec-8419-4582-9312-1e527afe6e4b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}], "revision_number": 4, "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "created_at": "2018-08-12T05:12:34Z", "updated_at": "2018-08-12T05:12:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "709513d2-af7d-4d0b-bd3c-604fed75a711", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "aa346066-e46f-44f2-94be-2884aa998a19", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "c15f7b93-e56c-4afa-867d-2acb286d4b7b", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "cb0ef83f-5f70-4a80-ad35-431ca9df551e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}], "revision_number": 4, "project_id": "fa5a7fe6ee54472ba01638877aade8e3", "id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ea65becf30e54b27aa96a449698a435e", "created_at": "2018-08-12T05:10:35Z", "updated_at": "2018-08-12T05:10:35Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "30ad280c-f302-4cd4-a438-5139917b56f9", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "76115c4c-887d-4f0a-83e2-486e4b39c713", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "8ab14937-4c08-4d43-8a9a-662e622cc643", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "ee757a03-5662-4273-9c3e-6212e7afb48f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}], "revision_number": 4, "project_id": "ea65becf30e54b27aa96a449698a435e", "id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "created_at": "2018-08-12T06:20:09Z", "updated_at": "2018-08-12T06:20:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "1123b8f2-75ac-4a26-b9b2-a96da97408e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "2ddd2b93-e080-48cd-9a50-f5fe8a82ad0c", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "cd1bae62-0aea-4438-b4c3-50a69ae6f855", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "e398e01e-ceea-46d1-9534-b929808c4a5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}], "revision_number": 4, "project_id": "ff7abd7bb61f4f2889831e932d65dc2e", "id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "created_at": "2018-08-12T05:34:57Z", "updated_at": "2018-08-12T05:34:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "208a1c1e-f5f8-49c7-9a25-d07e68b1541f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "27bfd867-e607-4bf8-9de8-60682d3f771d", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "49360e1f-6fd3-4f35-b339-24cea95773ee", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "60f631a9-d305-4920-9631-d0543e2ac64f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}], "revision_number": 4, "project_id": "3a85ceae958d4d9fba68847e7df67db8", "id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "created_at": "2018-08-12T05:34:40Z", "updated_at": "2018-08-12T05:34:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "2192c259-363e-4768-ae73-e75837ad63b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "3f87ddc5-f84d-41dc-8215-847724782569", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "7d89f6da-ea78-49dd-9115-f9ad23b250bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "9ec4497d-0f65-44db-9be9-7b3042e4a584", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}], "revision_number": 4, "project_id": "85517fcf1c6247e699fdcdd42ecc8c79", "id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "created_at": "2018-08-12T05:16:02Z", "updated_at": "2018-08-12T05:16:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "1ecacd8c-c1c7-4a66-9871-406a69323b43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "3cc1750c-e0e7-4902-b6f3-494a161b832e", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "d719a7a4-8c99-44ed-8c12-6bf071890203", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "fe7421b5-d577-41da-8c78-62f3c07eda92", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}], "revision_number": 4, "project_id": "a267b9a156244bb192691cff6e5f74fe", "id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "315a428116f24d9fbb826b37080a918e", "created_at": "2018-08-12T05:11:31Z", "updated_at": "2018-08-12T05:11:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "5e52886a-1dc3-4a81-a55d-f388dc4fd1a1", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "678e32e4-d64c-448a-a4ab-e253ab94ae90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "a8da1539-e3ad-4f90-b2df-3dc1f09d228a", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "b73d5cc9-0205-4658-bb1f-61a042c0ab8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}], "revision_number": 4, "project_id": "315a428116f24d9fbb826b37080a918e", "id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-12T05:08:01Z", "updated_at": "2018-08-12T05:08:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:01Z", "revision_number": 0, "id": "0fb05d03-1117-45d0-930c-b6d4c96ef102", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "4faaab33-5788-4bbd-85b8-0fb44d41413a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "96d0c5a0-5c67-421b-8fc8-2b46d77e5db3", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "dd78519b-4bc5-4e8e-ad0f-58089dd69347", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "11a46741b7954b959fd7764109c047b6", "created_at": "2018-08-12T05:34:51Z", "updated_at": "2018-08-12T05:34:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "0b67bf3c-2289-43bb-ab6c-7d25ec32a279", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "51f3f833-337a-42bd-a8d5-742ea8d6c226", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "571fd0b5-ef90-408d-af33-aafb517b8993", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "944ba823-fb9c-496e-a66e-bb426bb14a8d", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}], "revision_number": 4, "project_id": "11a46741b7954b959fd7764109c047b6", "id": "90af9782-8112-4257-801d-ee5115d226ba", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "created_at": "2018-08-12T05:34:26Z", "updated_at": "2018-08-12T05:34:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "2ee1f63a-807c-4d6a-85ee-dd784f6b8c3f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5dec3ec2-2add-47dd-8618-90659dcf3885", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5ea0dc3e-49d0-43f0-94e9-f6443527d14c", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "fbfaca22-7e3e-4128-8973-43e439b77c28", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}], "revision_number": 4, "project_id": "3c01cd58055c44ecaef39f7e625c2258", "id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "521007c1818145639e93ceb270559219", "created_at": "2018-08-12T05:13:27Z", "updated_at": "2018-08-12T05:13:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "5e7fede5-b0f2-47d8-95c3-516cdfc7f9de", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "8fd0e36f-c6c4-4f64-ba97-40439e614448", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "db7d79de-1dfc-4138-945f-91e74cdc266b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "e87f2cff-ff3e-4b6d-aaf0-7f0eb0ab9f05", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}], "revision_number": 4, "project_id": "521007c1818145639e93ceb270559219", "id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "created_at": "2018-08-12T05:08:18Z", "updated_at": "2018-08-12T05:08:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "3c67be40-bf74-4f97-9693-d93ce73a23b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "6112d869-2fc6-4a25-a13c-3d55cd7206c0", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "bdf21c56-453e-482e-9cba-3c55abcb0339", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "c8e92c39-38cc-4f48-be9c-5f0912e6a725", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}], "revision_number": 4, "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "created_at": "2018-08-12T05:04:23Z", "updated_at": "2018-08-12T05:04:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "280546d9-8ad1-4283-abfc-15ee9b1736c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "58bce125-f2ca-4a6d-b9ca-4e6cf5c0f7a5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "69275b9a-cfb5-482c-a9c4-8ffc79adf2c7", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "6d747f3a-3764-469a-a645-f977585c5aac", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}], "revision_number": 4, "project_id": "310f5853751a4c968f3eeb0a3d99a0a8", "id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "created_at": "2018-08-12T05:34:42Z", "updated_at": "2018-08-12T05:34:42Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "199582e8-25aa-457a-aa7c-6d8413ca4464", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "234f3609-4454-448f-919d-c8143c7cd764", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "c1061460-71a2-49a9-a04b-9fa33eeb17ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "d21ac532-51d8-4d6b-8300-7bac216759bf", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}], "revision_number": 4, "project_id": "9f6c1a272706419c9a74b0893b2890e8", "id": "d6739716-c693-460c-89c6-e7c8c48f8245", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "created_at": "2018-08-12T05:34:54Z", "updated_at": "2018-08-12T05:34:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "0633a05a-ee7d-4476-a56b-75d011b22f77", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "6cc1b9f8-73db-47a3-a0e0-3c96c43f34da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "90d99a6b-e94f-4fd8-a10c-f19dd8954c13", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "e843c139-af2a-4d2c-a24f-59f7b10ff72e", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}], "revision_number": 4, "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "created_at": "2018-08-12T05:09:07Z", "updated_at": "2018-08-12T05:09:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "5495e168-f505-4d74-ae6d-387f0bf533c2", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "6fd19b8b-3062-456e-81ba-3ff37fe43429", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8ca59d25-485c-46ce-939c-2e4a468caeac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8f190846-50a0-42b9-b571-390809b752b1", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}], "revision_number": 4, "project_id": "fa9ca6d7608b4d7d87ce97331679a481", "id": "edcd9b17-9416-4c25-823c-060c435e18d7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "created_at": "2018-08-12T05:34:52Z", "updated_at": "2018-08-12T05:34:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "2c7e484e-6ec5-4a95-8c9c-66d294c0c27e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "70c74258-3c2c-4efc-87e0-079c26ee3417", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "b70382fa-082e-4c2b-abc8-87490fa50b11", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "c3628e02-b4b6-42c9-8751-c1a2d3c19caa", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}], "revision_number": 4, "project_id": "87db863ba6e348b0a5ddcb67053db9d1", "id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "name": "default"}]} 2018-08-12 08:08:41,028 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-90b02a02-02b4-48c3-9045-61f32e918669 2018-08-12 08:08:41,036 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9200a7ba623f09a770ea0d4b6af4a29459aba279" 2018-08-12 08:08:41,124 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:08:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-47efe260-f090-48ce-b643-b78fbd8dcfda Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 5fe28c13d4d74ba2be8d019ac1ea6363.", "code": 404, "title": "Not Found"}} 2018-08-12 08:08:41,124 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 used request id req-47efe260-f090-48ce-b643-b78fbd8dcfda 2018-08-12 08:08:41,124 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:08:41,128 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9200a7ba623f09a770ea0d4b6af4a29459aba279" 2018-08-12 08:08:41,209 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:08:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-76dd869e-9d1f-4f5a-ba0c-feb1a3988d29 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa5a7fe6ee54472ba01638877aade8e3.", "code": 404, "title": "Not Found"}} 2018-08-12 08:08:41,209 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 used request id req-76dd869e-9d1f-4f5a-ba0c-feb1a3988d29 2018-08-12 08:08:41,209 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:08:41,213 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9200a7ba623f09a770ea0d4b6af4a29459aba279" 2018-08-12 08:08:41,304 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:08:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9df559bb-ee05-42ab-9aa7-41f9d14702cf Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ea65becf30e54b27aa96a449698a435e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:08:41,304 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e used request id req-9df559bb-ee05-42ab-9aa7-41f9d14702cf 2018-08-12 08:08:41,305 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:08:41,308 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9200a7ba623f09a770ea0d4b6af4a29459aba279" 2018-08-12 08:08:41,396 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:08:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-32da10b4-6fdb-4085-9014-919b28532949 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ff7abd7bb61f4f2889831e932d65dc2e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:08:41,396 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e used request id req-32da10b4-6fdb-4085-9014-919b28532949 2018-08-12 08:08:41,396 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:08:41,400 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9200a7ba623f09a770ea0d4b6af4a29459aba279" 2018-08-12 08:08:41,495 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:08:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-617bb5f5-1bd1-4b6c-b44f-529db0449d33 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3a85ceae958d4d9fba68847e7df67db8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:08:41,495 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 used request id req-617bb5f5-1bd1-4b6c-b44f-529db0449d33 2018-08-12 08:08:41,495 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:08:41,499 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9200a7ba623f09a770ea0d4b6af4a29459aba279" 2018-08-12 08:08:41,590 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:08:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c362a2be-98d5-40c2-ba8e-95c9f3b2fd03 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 85517fcf1c6247e699fdcdd42ecc8c79.", "code": 404, "title": "Not Found"}} 2018-08-12 08:08:41,590 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 used request id req-c362a2be-98d5-40c2-ba8e-95c9f3b2fd03 2018-08-12 08:08:41,590 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:08:41,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9200a7ba623f09a770ea0d4b6af4a29459aba279" 2018-08-12 08:08:41,690 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:08:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e7cbe732-39c0-4f34-b6d8-f1e1068f86f4 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}} 2018-08-12 08:08:41,690 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe used request id req-e7cbe732-39c0-4f34-b6d8-f1e1068f86f4 2018-08-12 08:08:41,694 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9200a7ba623f09a770ea0d4b6af4a29459aba279" 2018-08-12 08:08:41,778 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:08:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-820b41ba-048f-4580-84fe-32a50c1cb749 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 315a428116f24d9fbb826b37080a918e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:08:41,778 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e used request id req-820b41ba-048f-4580-84fe-32a50c1cb749 2018-08-12 08:08:41,779 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:08:41,782 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9200a7ba623f09a770ea0d4b6af4a29459aba279" 2018-08-12 08:08:41,872 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:08:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3e167227-0ede-40e8-979d-263a230c9501 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 11a46741b7954b959fd7764109c047b6.", "code": 404, "title": "Not Found"}} 2018-08-12 08:08:41,872 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 used request id req-3e167227-0ede-40e8-979d-263a230c9501 2018-08-12 08:08:41,872 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:08:41,876 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9200a7ba623f09a770ea0d4b6af4a29459aba279" 2018-08-12 08:08:41,967 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:08:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cf852020-4cfe-4b4e-ad84-37330a07005f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3c01cd58055c44ecaef39f7e625c2258.", "code": 404, "title": "Not Found"}} 2018-08-12 08:08:41,967 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 used request id req-cf852020-4cfe-4b4e-ad84-37330a07005f 2018-08-12 08:08:41,967 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:08:41,971 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9200a7ba623f09a770ea0d4b6af4a29459aba279" 2018-08-12 08:08:42,055 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:08:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-715e827f-4758-44e1-917d-e01f5bc82d3b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 521007c1818145639e93ceb270559219.", "code": 404, "title": "Not Found"}} 2018-08-12 08:08:42,055 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 used request id req-715e827f-4758-44e1-917d-e01f5bc82d3b 2018-08-12 08:08:42,055 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:08:42,059 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9200a7ba623f09a770ea0d4b6af4a29459aba279" 2018-08-12 08:08:42,153 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:08:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7e37fed1-600d-4df5-bd86-0883eb710a04 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e18fcc7fc10a4fd0b20234f8520d0aab.", "code": 404, "title": "Not Found"}} 2018-08-12 08:08:42,154 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab used request id req-7e37fed1-600d-4df5-bd86-0883eb710a04 2018-08-12 08:08:42,154 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:08:42,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9200a7ba623f09a770ea0d4b6af4a29459aba279" 2018-08-12 08:08:42,255 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:08:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c4e3cb3f-4f5b-433f-b09d-680708d7f4fd Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "310f5853751a4c968f3eeb0a3d99a0a8", "name": "service"}} 2018-08-12 08:08:42,255 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 used request id req-c4e3cb3f-4f5b-433f-b09d-680708d7f4fd 2018-08-12 08:08:42,258 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9200a7ba623f09a770ea0d4b6af4a29459aba279" 2018-08-12 08:08:42,345 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:08:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6a5c9d10-417c-447f-9c6b-d435d4c886f5 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9f6c1a272706419c9a74b0893b2890e8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:08:42,345 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 used request id req-6a5c9d10-417c-447f-9c6b-d435d4c886f5 2018-08-12 08:08:42,345 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:08:42,348 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/34cb7327fcfc4b52a63b4b8c0ea4a54d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9200a7ba623f09a770ea0d4b6af4a29459aba279" 2018-08-12 08:08:42,437 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:08:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d8bb07fc-11d1-475c-9d80-e79b54788a96 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 34cb7327fcfc4b52a63b4b8c0ea4a54d.", "code": 404, "title": "Not Found"}} 2018-08-12 08:08:42,437 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/34cb7327fcfc4b52a63b4b8c0ea4a54d used request id req-d8bb07fc-11d1-475c-9d80-e79b54788a96 2018-08-12 08:08:42,437 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:08:42,441 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa9ca6d7608b4d7d87ce97331679a481 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9200a7ba623f09a770ea0d4b6af4a29459aba279" 2018-08-12 08:08:42,528 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:08:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c16d3be7-7803-45e9-ba08-56a8f7ce141a Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa9ca6d7608b4d7d87ce97331679a481.", "code": 404, "title": "Not Found"}} 2018-08-12 08:08:42,528 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa9ca6d7608b4d7d87ce97331679a481 used request id req-c16d3be7-7803-45e9-ba08-56a8f7ce141a 2018-08-12 08:08:42,528 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:08:42,532 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/87db863ba6e348b0a5ddcb67053db9d1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9200a7ba623f09a770ea0d4b6af4a29459aba279" 2018-08-12 08:08:42,615 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:08:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f82f6c5a-74c1-4a11-a678-601c20a8cb4d Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87db863ba6e348b0a5ddcb67053db9d1.", "code": 404, "title": "Not Found"}} 2018-08-12 08:08:42,616 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/87db863ba6e348b0a5ddcb67053db9d1 used request id req-f82f6c5a-74c1-4a11-a678-601c20a8cb4d 2018-08-12 08:08:42,616 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:08:42,617 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-cb154e76-7256-446-proj 2018-08-12 08:08:42,620 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/c879902876bc4793a672e7c4de8e9271 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9200a7ba623f09a770ea0d4b6af4a29459aba279" 2018-08-12 08:08:42,856 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:08:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8d3d6dcd-6da3-4f03-9ffc-a06bdc7c8c4d 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 08:08:42,857 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/c879902876bc4793a672e7c4de8e9271 used request id req-8d3d6dcd-6da3-4f03-9ffc-a06bdc7c8c4d 2018-08-12 08:08:42,857 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-cb154e76-7256-446-proj-role 2018-08-12 08:08:42,860 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/2e3b9e13ff0749c8965d693fa8b34d17 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9200a7ba623f09a770ea0d4b6af4a29459aba279" 2018-08-12 08:08:42,988 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:08:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9ba17cfd-944a-4f24-af6a-01fa0e24edb3 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 08:08:42,988 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/2e3b9e13ff0749c8965d693fa8b34d17 used request id req-9ba17cfd-944a-4f24-af6a-01fa0e24edb3 2018-08-12 08:08:42,992 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9200a7ba623f09a770ea0d4b6af4a29459aba279" 2018-08-12 08:08:43,079 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:08:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f120393d-5f99-4fa5-8174-ec55a9760660 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:08:43,079 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-f120393d-5f99-4fa5-8174-ec55a9760660 2018-08-12 08:08:43,080 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-cb154e76-7256-446-user 2018-08-12 08:08:43,083 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/9e5387a7ba2f4b32a2f952acf1368c9a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55a44e3c240a15576300b32853ac756cb710a375" 2018-08-12 08:08:43,271 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:08:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1ef975f9-c762-4c7f-8c1f-b567645a9099 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 08:08:43,272 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/9e5387a7ba2f4b32a2f952acf1368c9a used request id req-1ef975f9-c762-4c7f-8c1f-b567645a9099 2018-08-12 08:08:43,274 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:08:43,671 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:08:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["-6H6DV-yQB-XhJzd4FmnZA"], "issued_at": "2018-08-12T08:08:43.000000Z"}} 2018-08-12 08:08:43,671 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}e41ec4d4d720becc5e128bb06f782cd6e94b3aa3" 2018-08-12 08:08:43,754 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:08:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b277e156-cd88-40c1-8960-8c56b79d32df Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:08:43,754 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-b277e156-cd88-40c1-8960-8c56b79d32df 2018-08-12 08:08:43,755 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:08:43,756 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:08:44,159 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:08:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["U1Z9cDz0Qwi557v-s5sqzg"], "issued_at": "2018-08-12T08:08:44.000000Z"}} 2018-08-12 08:08:44,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}0909e0bc377c1a67f78d52c257200d9f8c958da7" 2018-08-12 08:08:44,246 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:08:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bc09612f-a71b-4b91-9db9-1369c2a635c2 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:08:44,246 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-bc09612f-a71b-4b91-9db9-1369c2a635c2 2018-08-12 08:08:44,250 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:08:44,256 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:08:44 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:08:44,257 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-8f8beb55-52bf-4d1-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0909e0bc377c1a67f78d52c257200d9f8c958da7" 2018-08-12 08:08:44,352 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:08:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e22d2fc4-d5d5-403a-9843-295853fb319b Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-8f8beb55-52bf-4d1-proj", "previous": null, "next": null}, "projects": []} 2018-08-12 08:08:44,352 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-8f8beb55-52bf-4d1-proj used request id req-e22d2fc4-d5d5-403a-9843-295853fb319b 2018-08-12 08:08:44,356 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0909e0bc377c1a67f78d52c257200d9f8c958da7" 2018-08-12 08:08:44,447 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:08:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a0333892-5bb9-4f49-865e-23246a7d93ef Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:08:44,448 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-a0333892-5bb9-4f49-865e-23246a7d93ef 2018-08-12 08:08:44,452 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0909e0bc377c1a67f78d52c257200d9f8c958da7" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateImageNegativeTests-8f8beb55-52bf-4d1-proj"}}' 2018-08-12 08:08:44,569 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:08:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ab03b104-bdc8-4896-810f-f218f8176d3c Content-Length: 321 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/ec7021c670334107bd636cc8ced2d6f2"}, "tags": [], "enabled": true, "id": "ec7021c670334107bd636cc8ced2d6f2", "parent_id": "default", "domain_id": "default", "name": "CreateImageNegativeTests-8f8beb55-52bf-4d1-proj"}} 2018-08-12 08:08:44,569 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-ab03b104-bdc8-4896-810f-f218f8176d3c 2018-08-12 08:08:44,569 - keystone_utils - INFO - Created project with name - CreateImageNegativeTests-8f8beb55-52bf-4d1-proj 2018-08-12 08:08:44,570 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:08:44,570 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:08:44,969 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:08:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["nPGCc5UORdCyY05Om7nrww"], "issued_at": "2018-08-12T08:08:44.000000Z"}} 2018-08-12 08:08:44,970 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}fdc77c9527a8b14c8a6455a4c532ef71d5c8b52f" 2018-08-12 08:08:45,054 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:08:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fd2ea88f-2df9-479f-872a-94698593d058 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:08:45,054 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-fd2ea88f-2df9-479f-872a-94698593d058 2018-08-12 08:08:45,058 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:08:45,064 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:08:45 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:08:45,064 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fdc77c9527a8b14c8a6455a4c532ef71d5c8b52f" 2018-08-12 08:08:45,167 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:08:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-52fa8a3d-d777-4ec2-8225-902c1db631fb Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/105a247548624314b9228f85f6325f0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105a247548624314b9228f85f6325f0b", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/1c5de0eaa44543f08da6ad63a51594ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c5de0eaa44543f08da6ad63a51594ff", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/1d127b5b832547a88a547c116dfdd65b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d127b5b832547a88a547c116dfdd65b", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/1d5cfc170d624ce4ae53ae0507c8d517"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d5cfc170d624ce4ae53ae0507c8d517", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/2421820b75eb4d3ebd02830378d1377b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2421820b75eb4d3ebd02830378d1377b", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/40bd8ee54ecf44868cc83cede652c396"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40bd8ee54ecf44868cc83cede652c396", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/4f32fb8153854c4c9f5094b42b523f80"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f32fb8153854c4c9f5094b42b523f80", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7066130d08fb4db7bf4ab468de53933b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7066130d08fb4db7bf4ab468de53933b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/8d0898a83bcf4521bbc11501d5d7ac89"}, "domain_id": "1eec97585bde483292ece28ee11f4b8d", "enabled": true, "options": {}, "id": "8d0898a83bcf4521bbc11501d5d7ac89", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/9defcced327d476f8a3beab718a13da3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9defcced327d476f8a3beab718a13da3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/b80ee4f6992446e0879624dd436e99a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b80ee4f6992446e0879624dd436e99a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b86fd3e011324d398fcdb6f095a20a9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b86fd3e011324d398fcdb6f095a20a9d", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1701d2754064b5cadf765ea0806f9b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1701d2754064b5cadf765ea0806f9b2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/db4e7b8d76d549faa502716565c733dd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db4e7b8d76d549faa502716565c733dd", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-12 08:08:45,167 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-52fa8a3d-d777-4ec2-8225-902c1db631fb 2018-08-12 08:08:45,171 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateImageNegativeTests-8f8beb55-52bf-4d1-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fdc77c9527a8b14c8a6455a4c532ef71d5c8b52f" 2018-08-12 08:08:45,191 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:08:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5d8d7cb5-8932-4413-a656-5c85b1a760ce Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateImageNegativeTests-8f8beb55-52bf-4d1-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/ec7021c670334107bd636cc8ced2d6f2"}, "tags": [], "enabled": true, "id": "ec7021c670334107bd636cc8ced2d6f2", "parent_id": "default", "domain_id": "default", "name": "CreateImageNegativeTests-8f8beb55-52bf-4d1-proj"}]} 2018-08-12 08:08:45,191 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateImageNegativeTests-8f8beb55-52bf-4d1-proj used request id req-5d8d7cb5-8932-4413-a656-5c85b1a760ce 2018-08-12 08:08:45,194 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fdc77c9527a8b14c8a6455a4c532ef71d5c8b52f" 2018-08-12 08:08:45,284 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:08:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-370c0ee4-d44f-4725-a466-daeaba16188f Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:08:45,284 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-370c0ee4-d44f-4725-a466-daeaba16188f 2018-08-12 08:08:45,766 - keystone_utils - INFO - Created user with name - CreateImageNegativeTests-8f8beb55-52bf-4d1-user 2018-08-12 08:08:45,766 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:08:45,771 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0909e0bc377c1a67f78d52c257200d9f8c958da7" 2018-08-12 08:08:45,861 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:08:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-754ec44c-3914-4738-b1b1-92c334796c8e Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:08:45,861 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-754ec44c-3914-4738-b1b1-92c334796c8e 2018-08-12 08:08:45,865 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0909e0bc377c1a67f78d52c257200d9f8c958da7" -d '{"role": {"name": "CreateImageNegativeTests-8f8beb55-52bf-4d1-proj-role"}}' 2018-08-12 08:08:45,965 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:08:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6fce4044-c253-4296-9bcd-accaa864b140 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "a7f60cd88a8541e48de5aee0db7f12be", "links": {"self": "http://172.30.9.21:5000/v3/roles/a7f60cd88a8541e48de5aee0db7f12be"}, "name": "CreateImageNegativeTests-8f8beb55-52bf-4d1-proj-role"}} 2018-08-12 08:08:45,965 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-6fce4044-c253-4296-9bcd-accaa864b140 2018-08-12 08:08:45,965 - keystone_utils - INFO - Created role with name - CreateImageNegativeTests-8f8beb55-52bf-4d1-proj-role 2018-08-12 08:08:45,968 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/a7f60cd88a8541e48de5aee0db7f12be -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0909e0bc377c1a67f78d52c257200d9f8c958da7" 2018-08-12 08:08:46,059 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:08:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c40a8511-d476-44a4-ad97-f219bdffbacb Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "a7f60cd88a8541e48de5aee0db7f12be", "links": {"self": "http://172.30.9.21:5000/v3/roles/a7f60cd88a8541e48de5aee0db7f12be"}, "name": "CreateImageNegativeTests-8f8beb55-52bf-4d1-proj-role"}} 2018-08-12 08:08:46,059 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/a7f60cd88a8541e48de5aee0db7f12be used request id req-c40a8511-d476-44a4-ad97-f219bdffbacb 2018-08-12 08:08:46,059 - keystone_utils - INFO - Granting role CreateImageNegativeTests-8f8beb55-52bf-4d1-proj-role to project CreateImageNegativeTests-8f8beb55-52bf-4d1-proj 2018-08-12 08:08:46,063 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/ec7021c670334107bd636cc8ced2d6f2/users/6df79fd5ac4f4fbd81e94cc451a66456/roles/a7f60cd88a8541e48de5aee0db7f12be -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0909e0bc377c1a67f78d52c257200d9f8c958da7" 2018-08-12 08:08:46,194 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:08:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-373a9c52-14bf-499f-88a6-216e2b965306 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 08:08:46,194 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/ec7021c670334107bd636cc8ced2d6f2/users/6df79fd5ac4f4fbd81e94cc451a66456/roles/a7f60cd88a8541e48de5aee0db7f12be used request id req-373a9c52-14bf-499f-88a6-216e2b965306 2018-08-12 08:08:46,195 - openstack_tests - DEBUG - Image metadata - None 2018-08-12 08:08:46,195 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:08:46,196 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:08:46,584 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a7f60cd88a8541e48de5aee0db7f12be", "name": "CreateImageNegativeTests-8f8beb55-52bf-4d1-proj-role"}], "expires_at": "2018-08-12T09:08:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ec7021c670334107bd636cc8ced2d6f2", "name": "CreateImageNegativeTests-8f8beb55-52bf-4d1-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/ec7021c670334107bd636cc8ced2d6f2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/ec7021c670334107bd636cc8ced2d6f2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/ec7021c670334107bd636cc8ced2d6f2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_ec7021c670334107bd636cc8ced2d6f2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_ec7021c670334107bd636cc8ced2d6f2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/ec7021c670334107bd636cc8ced2d6f2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/ec7021c670334107bd636cc8ced2d6f2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/ec7021c670334107bd636cc8ced2d6f2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/ec7021c670334107bd636cc8ced2d6f2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/ec7021c670334107bd636cc8ced2d6f2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/ec7021c670334107bd636cc8ced2d6f2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/ec7021c670334107bd636cc8ced2d6f2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/ec7021c670334107bd636cc8ced2d6f2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/ec7021c670334107bd636cc8ced2d6f2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageNegativeTests-8f8beb55-52bf-4d1-user", "id": "6df79fd5ac4f4fbd81e94cc451a66456"}, "audit_ids": ["M5cQCPVpT1SaMOowIPyHUg"], "issued_at": "2018-08-12T08:08:46.000000Z"}} 2018-08-12 08:08:46,585 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}601f4301c2757dd071ef78219ed56c5b3e6c4398" 2018-08-12 08:08:46,671 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:08:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d5e4f85f-e593-41b3-b4bf-c7d3c9434060 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:08:46,672 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-d5e4f85f-e593-41b3-b4bf-c7d3c9434060 2018-08-12 08:08:46,675 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageNegativeTests-83e27884-c32c-4d1a-94f3-568c09525691 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}601f4301c2757dd071ef78219ed56c5b3e6c4398" 2018-08-12 08:08:46,883 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 163 Content-Type: application/json X-Openstack-Request-Id: req-8cee8267-58ca-42df-b5a8-ca5713efa150 Date: Sun, 12 Aug 2018 08:08:46 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageNegativeTests-83e27884-c32c-4d1a-94f3-568c09525691"} 2018-08-12 08:08:46,883 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageNegativeTests-83e27884-c32c-4d1a-94f3-568c09525691 used request id req-8cee8267-58ca-42df-b5a8-ca5713efa150 2018-08-12 08:08:46,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}601f4301c2757dd071ef78219ed56c5b3e6c4398" 2018-08-12 08:08:47,052 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-7d97b34d-38ab-411f-9baf-0cd35cfa1c12 Date: Sun, 12 Aug 2018 08:08:47 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"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}, "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}, "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"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "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"}, "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"}, "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}, "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}, "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"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "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}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-12 08:08:47,053 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-7d97b34d-38ab-411f-9baf-0cd35cfa1c12 2018-08-12 08:08:47,080 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}601f4301c2757dd071ef78219ed56c5b3e6c4398" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateImageNegativeTests-83e27884-c32c-4d1a-94f3-568c09525691"}' 2018-08-12 08:08:47,289 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 622 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/cde71a5b-c7d5-4126-a46f-bb197138b811 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-b02d589f-d449-47c6-bfc6-ccb4cb6724dd Date: Sun, 12 Aug 2018 08:08:47 GMT RESP BODY: {"status": "queued", "name": "CreateImageNegativeTests-83e27884-c32c-4d1a-94f3-568c09525691", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:08:47Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-08-12T08:08:47Z", "visibility": "shared", "locations": [], "self": "/v2/images/cde71a5b-c7d5-4126-a46f-bb197138b811", "min_disk": 0, "protected": false, "id": "cde71a5b-c7d5-4126-a46f-bb197138b811", "file": "/v2/images/cde71a5b-c7d5-4126-a46f-bb197138b811/file", "checksum": null, "owner": "ec7021c670334107bd636cc8ced2d6f2", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-12 08:08:47,290 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-b02d589f-d449-47c6-bfc6-ccb4cb6724dd 2018-08-12 08:08:47,297 - glance_utils - ERROR - Unexpected exception creating image. Rolling back 2018-08-12 08:08:47,298 - glance_utils - INFO - Deleting image named - CreateImageNegativeTests-83e27884-c32c-4d1a-94f3-568c09525691 2018-08-12 08:08:47,300 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/cde71a5b-c7d5-4126-a46f-bb197138b811 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}601f4301c2757dd071ef78219ed56c5b3e6c4398" 2018-08-12 08:08:47,581 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ed9e8186-bbaf-45cb-aded-af998850dbd6 Date: Sun, 12 Aug 2018 08:08:47 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 08:08:47,581 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/cde71a5b-c7d5-4126-a46f-bb197138b811 used request id req-ed9e8186-bbaf-45cb-aded-af998850dbd6 2018-08-12 08:08:47,582 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:08:47,583 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:08:47,583 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:08:47,583 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:08:47,583 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:08:47,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0909e0bc377c1a67f78d52c257200d9f8c958da7" 2018-08-12 08:08:47,868 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 43135 X-Openstack-Request-Id: req-b2908fde-1500-4684-b3fe-4fb568cada95 Date: Sun, 12 Aug 2018 08:08:47 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "created_at": "2018-08-12T06:59:44Z", "updated_at": "2018-08-12T06:59:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "1d7fd960-7865-4453-aecc-8d399b4fad21", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "66820d8a-b785-4b18-bd67-500221c8e4f9", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "74fc7638-a322-4841-8c47-06d36174a200", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "8eaa09ec-8419-4582-9312-1e527afe6e4b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}], "revision_number": 4, "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "created_at": "2018-08-12T05:12:34Z", "updated_at": "2018-08-12T05:12:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "709513d2-af7d-4d0b-bd3c-604fed75a711", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "aa346066-e46f-44f2-94be-2884aa998a19", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "c15f7b93-e56c-4afa-867d-2acb286d4b7b", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "cb0ef83f-5f70-4a80-ad35-431ca9df551e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}], "revision_number": 4, "project_id": "fa5a7fe6ee54472ba01638877aade8e3", "id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ea65becf30e54b27aa96a449698a435e", "created_at": "2018-08-12T05:10:35Z", "updated_at": "2018-08-12T05:10:35Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "30ad280c-f302-4cd4-a438-5139917b56f9", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "76115c4c-887d-4f0a-83e2-486e4b39c713", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "8ab14937-4c08-4d43-8a9a-662e622cc643", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "ee757a03-5662-4273-9c3e-6212e7afb48f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}], "revision_number": 4, "project_id": "ea65becf30e54b27aa96a449698a435e", "id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "created_at": "2018-08-12T06:20:09Z", "updated_at": "2018-08-12T06:20:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "1123b8f2-75ac-4a26-b9b2-a96da97408e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "2ddd2b93-e080-48cd-9a50-f5fe8a82ad0c", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "cd1bae62-0aea-4438-b4c3-50a69ae6f855", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "e398e01e-ceea-46d1-9534-b929808c4a5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}], "revision_number": 4, "project_id": "ff7abd7bb61f4f2889831e932d65dc2e", "id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "created_at": "2018-08-12T05:34:57Z", "updated_at": "2018-08-12T05:34:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "208a1c1e-f5f8-49c7-9a25-d07e68b1541f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "27bfd867-e607-4bf8-9de8-60682d3f771d", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "49360e1f-6fd3-4f35-b339-24cea95773ee", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "60f631a9-d305-4920-9631-d0543e2ac64f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}], "revision_number": 4, "project_id": "3a85ceae958d4d9fba68847e7df67db8", "id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "created_at": "2018-08-12T05:34:40Z", "updated_at": "2018-08-12T05:34:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "2192c259-363e-4768-ae73-e75837ad63b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "3f87ddc5-f84d-41dc-8215-847724782569", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "7d89f6da-ea78-49dd-9115-f9ad23b250bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "9ec4497d-0f65-44db-9be9-7b3042e4a584", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}], "revision_number": 4, "project_id": "85517fcf1c6247e699fdcdd42ecc8c79", "id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "created_at": "2018-08-12T05:16:02Z", "updated_at": "2018-08-12T05:16:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "1ecacd8c-c1c7-4a66-9871-406a69323b43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "3cc1750c-e0e7-4902-b6f3-494a161b832e", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "d719a7a4-8c99-44ed-8c12-6bf071890203", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "fe7421b5-d577-41da-8c78-62f3c07eda92", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}], "revision_number": 4, "project_id": "a267b9a156244bb192691cff6e5f74fe", "id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "315a428116f24d9fbb826b37080a918e", "created_at": "2018-08-12T05:11:31Z", "updated_at": "2018-08-12T05:11:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "5e52886a-1dc3-4a81-a55d-f388dc4fd1a1", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "678e32e4-d64c-448a-a4ab-e253ab94ae90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "a8da1539-e3ad-4f90-b2df-3dc1f09d228a", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "b73d5cc9-0205-4658-bb1f-61a042c0ab8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}], "revision_number": 4, "project_id": "315a428116f24d9fbb826b37080a918e", "id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-12T05:08:01Z", "updated_at": "2018-08-12T05:08:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:01Z", "revision_number": 0, "id": "0fb05d03-1117-45d0-930c-b6d4c96ef102", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "4faaab33-5788-4bbd-85b8-0fb44d41413a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "96d0c5a0-5c67-421b-8fc8-2b46d77e5db3", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "dd78519b-4bc5-4e8e-ad0f-58089dd69347", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "11a46741b7954b959fd7764109c047b6", "created_at": "2018-08-12T05:34:51Z", "updated_at": "2018-08-12T05:34:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "0b67bf3c-2289-43bb-ab6c-7d25ec32a279", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "51f3f833-337a-42bd-a8d5-742ea8d6c226", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "571fd0b5-ef90-408d-af33-aafb517b8993", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "944ba823-fb9c-496e-a66e-bb426bb14a8d", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}], "revision_number": 4, "project_id": "11a46741b7954b959fd7764109c047b6", "id": "90af9782-8112-4257-801d-ee5115d226ba", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "created_at": "2018-08-12T05:34:26Z", "updated_at": "2018-08-12T05:34:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "2ee1f63a-807c-4d6a-85ee-dd784f6b8c3f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5dec3ec2-2add-47dd-8618-90659dcf3885", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5ea0dc3e-49d0-43f0-94e9-f6443527d14c", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "fbfaca22-7e3e-4128-8973-43e439b77c28", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}], "revision_number": 4, "project_id": "3c01cd58055c44ecaef39f7e625c2258", "id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "521007c1818145639e93ceb270559219", "created_at": "2018-08-12T05:13:27Z", "updated_at": "2018-08-12T05:13:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "5e7fede5-b0f2-47d8-95c3-516cdfc7f9de", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "8fd0e36f-c6c4-4f64-ba97-40439e614448", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "db7d79de-1dfc-4138-945f-91e74cdc266b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "e87f2cff-ff3e-4b6d-aaf0-7f0eb0ab9f05", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}], "revision_number": 4, "project_id": "521007c1818145639e93ceb270559219", "id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "created_at": "2018-08-12T05:08:18Z", "updated_at": "2018-08-12T05:08:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "3c67be40-bf74-4f97-9693-d93ce73a23b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "6112d869-2fc6-4a25-a13c-3d55cd7206c0", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "bdf21c56-453e-482e-9cba-3c55abcb0339", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "c8e92c39-38cc-4f48-be9c-5f0912e6a725", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}], "revision_number": 4, "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "created_at": "2018-08-12T05:04:23Z", "updated_at": "2018-08-12T05:04:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "280546d9-8ad1-4283-abfc-15ee9b1736c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "58bce125-f2ca-4a6d-b9ca-4e6cf5c0f7a5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "69275b9a-cfb5-482c-a9c4-8ffc79adf2c7", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "6d747f3a-3764-469a-a645-f977585c5aac", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}], "revision_number": 4, "project_id": "310f5853751a4c968f3eeb0a3d99a0a8", "id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "created_at": "2018-08-12T05:34:42Z", "updated_at": "2018-08-12T05:34:42Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "199582e8-25aa-457a-aa7c-6d8413ca4464", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "234f3609-4454-448f-919d-c8143c7cd764", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "c1061460-71a2-49a9-a04b-9fa33eeb17ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "d21ac532-51d8-4d6b-8300-7bac216759bf", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}], "revision_number": 4, "project_id": "9f6c1a272706419c9a74b0893b2890e8", "id": "d6739716-c693-460c-89c6-e7c8c48f8245", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "created_at": "2018-08-12T05:34:54Z", "updated_at": "2018-08-12T05:34:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "0633a05a-ee7d-4476-a56b-75d011b22f77", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "6cc1b9f8-73db-47a3-a0e0-3c96c43f34da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "90d99a6b-e94f-4fd8-a10c-f19dd8954c13", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "e843c139-af2a-4d2c-a24f-59f7b10ff72e", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}], "revision_number": 4, "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "created_at": "2018-08-12T05:09:07Z", "updated_at": "2018-08-12T05:09:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "5495e168-f505-4d74-ae6d-387f0bf533c2", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "6fd19b8b-3062-456e-81ba-3ff37fe43429", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8ca59d25-485c-46ce-939c-2e4a468caeac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8f190846-50a0-42b9-b571-390809b752b1", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}], "revision_number": 4, "project_id": "fa9ca6d7608b4d7d87ce97331679a481", "id": "edcd9b17-9416-4c25-823c-060c435e18d7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "created_at": "2018-08-12T05:34:52Z", "updated_at": "2018-08-12T05:34:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "2c7e484e-6ec5-4a95-8c9c-66d294c0c27e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "70c74258-3c2c-4efc-87e0-079c26ee3417", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "b70382fa-082e-4c2b-abc8-87490fa50b11", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "c3628e02-b4b6-42c9-8751-c1a2d3c19caa", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}], "revision_number": 4, "project_id": "87db863ba6e348b0a5ddcb67053db9d1", "id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "name": "default"}]} 2018-08-12 08:08:47,869 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-b2908fde-1500-4684-b3fe-4fb568cada95 2018-08-12 08:08:47,877 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0909e0bc377c1a67f78d52c257200d9f8c958da7" 2018-08-12 08:08:47,962 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:08:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b35edfd8-4fa9-42f6-a51b-5b66a9ba95d5 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 5fe28c13d4d74ba2be8d019ac1ea6363.", "code": 404, "title": "Not Found"}} 2018-08-12 08:08:47,962 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 used request id req-b35edfd8-4fa9-42f6-a51b-5b66a9ba95d5 2018-08-12 08:08:47,963 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:08:47,966 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0909e0bc377c1a67f78d52c257200d9f8c958da7" 2018-08-12 08:08:48,050 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:08:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bdcc95f7-22fc-46cf-9875-5ac475d66b49 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa5a7fe6ee54472ba01638877aade8e3.", "code": 404, "title": "Not Found"}} 2018-08-12 08:08:48,050 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 used request id req-bdcc95f7-22fc-46cf-9875-5ac475d66b49 2018-08-12 08:08:48,050 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:08:48,053 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0909e0bc377c1a67f78d52c257200d9f8c958da7" 2018-08-12 08:08:48,143 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:08:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-18d05d19-99cd-4c3a-9bdc-973aa8748d96 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ea65becf30e54b27aa96a449698a435e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:08:48,143 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e used request id req-18d05d19-99cd-4c3a-9bdc-973aa8748d96 2018-08-12 08:08:48,143 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:08:48,147 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0909e0bc377c1a67f78d52c257200d9f8c958da7" 2018-08-12 08:08:48,238 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:08:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d00fe19e-f4d4-4cf5-9499-6efad6977422 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ff7abd7bb61f4f2889831e932d65dc2e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:08:48,238 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e used request id req-d00fe19e-f4d4-4cf5-9499-6efad6977422 2018-08-12 08:08:48,238 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:08:48,242 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0909e0bc377c1a67f78d52c257200d9f8c958da7" 2018-08-12 08:08:48,329 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:08:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-255016c3-2975-4453-b42a-0e4fad31057c Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3a85ceae958d4d9fba68847e7df67db8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:08:48,329 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 used request id req-255016c3-2975-4453-b42a-0e4fad31057c 2018-08-12 08:08:48,330 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:08:48,333 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0909e0bc377c1a67f78d52c257200d9f8c958da7" 2018-08-12 08:08:48,422 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:08:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9ea4752a-033d-44f6-a067-3113b25eaaf7 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 85517fcf1c6247e699fdcdd42ecc8c79.", "code": 404, "title": "Not Found"}} 2018-08-12 08:08:48,423 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 used request id req-9ea4752a-033d-44f6-a067-3113b25eaaf7 2018-08-12 08:08:48,423 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:08:48,426 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0909e0bc377c1a67f78d52c257200d9f8c958da7" 2018-08-12 08:08:48,521 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:08:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e1d3479a-f7de-4889-b25d-cbbc27d05b13 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}} 2018-08-12 08:08:48,521 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe used request id req-e1d3479a-f7de-4889-b25d-cbbc27d05b13 2018-08-12 08:08:48,525 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0909e0bc377c1a67f78d52c257200d9f8c958da7" 2018-08-12 08:08:48,611 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:08:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-27023796-afa3-4a73-aba2-32ef075dbcdb Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 315a428116f24d9fbb826b37080a918e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:08:48,611 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e used request id req-27023796-afa3-4a73-aba2-32ef075dbcdb 2018-08-12 08:08:48,612 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:08:48,615 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0909e0bc377c1a67f78d52c257200d9f8c958da7" 2018-08-12 08:08:48,715 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:08:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ad6f962a-5086-4a3f-8922-e1fc68af563d Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 11a46741b7954b959fd7764109c047b6.", "code": 404, "title": "Not Found"}} 2018-08-12 08:08:48,715 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 used request id req-ad6f962a-5086-4a3f-8922-e1fc68af563d 2018-08-12 08:08:48,715 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:08:48,719 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0909e0bc377c1a67f78d52c257200d9f8c958da7" 2018-08-12 08:08:48,811 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:08:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0014f210-b13d-4e3f-962f-0d6925a82c36 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3c01cd58055c44ecaef39f7e625c2258.", "code": 404, "title": "Not Found"}} 2018-08-12 08:08:48,811 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 used request id req-0014f210-b13d-4e3f-962f-0d6925a82c36 2018-08-12 08:08:48,812 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:08:48,815 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0909e0bc377c1a67f78d52c257200d9f8c958da7" 2018-08-12 08:08:48,899 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:08:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-372cb19c-6557-4d04-b07c-be106ea85cf0 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 521007c1818145639e93ceb270559219.", "code": 404, "title": "Not Found"}} 2018-08-12 08:08:48,899 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 used request id req-372cb19c-6557-4d04-b07c-be106ea85cf0 2018-08-12 08:08:48,899 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:08:48,903 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0909e0bc377c1a67f78d52c257200d9f8c958da7" 2018-08-12 08:08:48,995 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:08:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e00d008f-e88c-4481-8f18-b4476f4fa8df Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e18fcc7fc10a4fd0b20234f8520d0aab.", "code": 404, "title": "Not Found"}} 2018-08-12 08:08:48,996 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab used request id req-e00d008f-e88c-4481-8f18-b4476f4fa8df 2018-08-12 08:08:48,996 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:08:48,999 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0909e0bc377c1a67f78d52c257200d9f8c958da7" 2018-08-12 08:08:49,095 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:08:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe343037-d18f-4792-84d3-aa4ef25d9293 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "310f5853751a4c968f3eeb0a3d99a0a8", "name": "service"}} 2018-08-12 08:08:49,095 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 used request id req-fe343037-d18f-4792-84d3-aa4ef25d9293 2018-08-12 08:08:49,099 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0909e0bc377c1a67f78d52c257200d9f8c958da7" 2018-08-12 08:08:49,181 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:08:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-17274f24-0ca2-42d4-8202-26028eb52fd5 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9f6c1a272706419c9a74b0893b2890e8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:08:49,182 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 used request id req-17274f24-0ca2-42d4-8202-26028eb52fd5 2018-08-12 08:08:49,182 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:08:49,186 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/34cb7327fcfc4b52a63b4b8c0ea4a54d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0909e0bc377c1a67f78d52c257200d9f8c958da7" 2018-08-12 08:08:49,275 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:08:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2ec8c0cb-083e-43cf-9708-b04baf70b4d1 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 34cb7327fcfc4b52a63b4b8c0ea4a54d.", "code": 404, "title": "Not Found"}} 2018-08-12 08:08:49,275 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/34cb7327fcfc4b52a63b4b8c0ea4a54d used request id req-2ec8c0cb-083e-43cf-9708-b04baf70b4d1 2018-08-12 08:08:49,275 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:08:49,279 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa9ca6d7608b4d7d87ce97331679a481 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0909e0bc377c1a67f78d52c257200d9f8c958da7" 2018-08-12 08:08:49,366 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:08:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8c11b1a4-cd46-4afd-901f-967be434bbf4 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa9ca6d7608b4d7d87ce97331679a481.", "code": 404, "title": "Not Found"}} 2018-08-12 08:08:49,366 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa9ca6d7608b4d7d87ce97331679a481 used request id req-8c11b1a4-cd46-4afd-901f-967be434bbf4 2018-08-12 08:08:49,367 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:08:49,370 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/87db863ba6e348b0a5ddcb67053db9d1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0909e0bc377c1a67f78d52c257200d9f8c958da7" 2018-08-12 08:08:49,450 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:08:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6ecc7dc6-06f3-47f8-a050-eee16ea19902 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87db863ba6e348b0a5ddcb67053db9d1.", "code": 404, "title": "Not Found"}} 2018-08-12 08:08:49,450 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/87db863ba6e348b0a5ddcb67053db9d1 used request id req-6ecc7dc6-06f3-47f8-a050-eee16ea19902 2018-08-12 08:08:49,450 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:08:49,451 - keystone_utils - INFO - Deleting project with name - CreateImageNegativeTests-8f8beb55-52bf-4d1-proj 2018-08-12 08:08:49,455 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/ec7021c670334107bd636cc8ced2d6f2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0909e0bc377c1a67f78d52c257200d9f8c958da7" 2018-08-12 08:08:49,701 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:08:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ecbf0920-0baa-4e71-b793-81eaf3cb5fe2 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 08:08:49,701 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/ec7021c670334107bd636cc8ced2d6f2 used request id req-ecbf0920-0baa-4e71-b793-81eaf3cb5fe2 2018-08-12 08:08:49,701 - keystone_utils - INFO - Deleting role with name - CreateImageNegativeTests-8f8beb55-52bf-4d1-proj-role 2018-08-12 08:08:49,705 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/a7f60cd88a8541e48de5aee0db7f12be -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0909e0bc377c1a67f78d52c257200d9f8c958da7" 2018-08-12 08:08:49,826 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:08:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-30a84700-2401-4afc-acfb-307db942c4a9 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 08:08:49,827 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/a7f60cd88a8541e48de5aee0db7f12be used request id req-30a84700-2401-4afc-acfb-307db942c4a9 2018-08-12 08:08:49,830 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0909e0bc377c1a67f78d52c257200d9f8c958da7" 2018-08-12 08:08:49,926 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:08:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2f4da7b1-ac93-4006-8125-28d9f8fb6543 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:08:49,926 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-2f4da7b1-ac93-4006-8125-28d9f8fb6543 2018-08-12 08:08:49,927 - keystone_utils - INFO - Deleting user with name - CreateImageNegativeTests-8f8beb55-52bf-4d1-user 2018-08-12 08:08:49,931 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/6df79fd5ac4f4fbd81e94cc451a66456 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fdc77c9527a8b14c8a6455a4c532ef71d5c8b52f" 2018-08-12 08:08:50,108 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:08:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-68cd853d-8076-402e-b0dd-a40d02888d74 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 08:08:50,109 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/6df79fd5ac4f4fbd81e94cc451a66456 used request id req-68cd853d-8076-402e-b0dd-a40d02888d74 2018-08-12 08:08:50,110 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:08:50,514 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:08:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["ChdXFPO4Sbi_PiT0iNF7Pw"], "issued_at": "2018-08-12T08:08:50.000000Z"}} 2018-08-12 08:08:50,514 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}f9fe1565b6e9c5579e801fde6e1736a35af65d59" 2018-08-12 08:08:50,596 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:08:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6fd4ea60-8ed8-404a-be38-3d2b002d146f Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:08:50,596 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-6fd4ea60-8ed8-404a-be38-3d2b002d146f 2018-08-12 08:08:50,597 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:08:50,598 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:08:51,002 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:08:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["RnCgBqU9Si-AlQGrIg2zlw"], "issued_at": "2018-08-12T08:08:51.000000Z"}} 2018-08-12 08:08:51,002 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}c7a8e71f5a7bf347fdc988d06dae48b0cd70bd8e" 2018-08-12 08:08:51,103 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:08:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ce20e7a6-9ff8-40db-a0fc-dc10e44a7571 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:08:51,103 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-ce20e7a6-9ff8-40db-a0fc-dc10e44a7571 2018-08-12 08:08:51,108 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:08:51,113 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:08:51 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:08:51,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-5fa79919-9714-463-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7a8e71f5a7bf347fdc988d06dae48b0cd70bd8e" 2018-08-12 08:08:51,211 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:08:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e381b2b6-23e5-4bd8-90f7-b863001163b7 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-5fa79919-9714-463-proj", "previous": null, "next": null}, "projects": []} 2018-08-12 08:08:51,211 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-5fa79919-9714-463-proj used request id req-e381b2b6-23e5-4bd8-90f7-b863001163b7 2018-08-12 08:08:51,214 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7a8e71f5a7bf347fdc988d06dae48b0cd70bd8e" 2018-08-12 08:08:51,316 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:08:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a6f5caad-9dee-45c9-b030-fe1e1d62f782 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:08:51,316 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-a6f5caad-9dee-45c9-b030-fe1e1d62f782 2018-08-12 08:08:51,320 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7a8e71f5a7bf347fdc988d06dae48b0cd70bd8e" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateImageNegativeTests-5fa79919-9714-463-proj"}}' 2018-08-12 08:08:51,468 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:08:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-51c17c9d-2388-4dda-aba0-95da1165c959 Content-Length: 321 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/db41cb1105824c9ea6b932bc9da9f9c9"}, "tags": [], "enabled": true, "id": "db41cb1105824c9ea6b932bc9da9f9c9", "parent_id": "default", "domain_id": "default", "name": "CreateImageNegativeTests-5fa79919-9714-463-proj"}} 2018-08-12 08:08:51,468 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-51c17c9d-2388-4dda-aba0-95da1165c959 2018-08-12 08:08:51,469 - keystone_utils - INFO - Created project with name - CreateImageNegativeTests-5fa79919-9714-463-proj 2018-08-12 08:08:51,469 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:08:51,470 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:08:51,866 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:08:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["qa2YSpiIT4KTBrhk6kPiUQ"], "issued_at": "2018-08-12T08:08:51.000000Z"}} 2018-08-12 08:08:51,867 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}76a2e9c6a87673176ddd0b680221f9b1854ee61d" 2018-08-12 08:08:51,951 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:08:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-22d360ae-23e4-46c6-b923-bf1bcc46cfa2 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:08:51,951 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-22d360ae-23e4-46c6-b923-bf1bcc46cfa2 2018-08-12 08:08:51,955 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:08:51,960 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:08:51 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:08:51,961 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76a2e9c6a87673176ddd0b680221f9b1854ee61d" 2018-08-12 08:08:51,997 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:08:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0ff881ca-1bb6-4b95-bf56-9d140838ce49 Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/105a247548624314b9228f85f6325f0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105a247548624314b9228f85f6325f0b", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/1c5de0eaa44543f08da6ad63a51594ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c5de0eaa44543f08da6ad63a51594ff", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/1d127b5b832547a88a547c116dfdd65b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d127b5b832547a88a547c116dfdd65b", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/1d5cfc170d624ce4ae53ae0507c8d517"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d5cfc170d624ce4ae53ae0507c8d517", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/2421820b75eb4d3ebd02830378d1377b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2421820b75eb4d3ebd02830378d1377b", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/40bd8ee54ecf44868cc83cede652c396"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40bd8ee54ecf44868cc83cede652c396", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/4f32fb8153854c4c9f5094b42b523f80"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f32fb8153854c4c9f5094b42b523f80", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7066130d08fb4db7bf4ab468de53933b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7066130d08fb4db7bf4ab468de53933b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/8d0898a83bcf4521bbc11501d5d7ac89"}, "domain_id": "1eec97585bde483292ece28ee11f4b8d", "enabled": true, "options": {}, "id": "8d0898a83bcf4521bbc11501d5d7ac89", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/9defcced327d476f8a3beab718a13da3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9defcced327d476f8a3beab718a13da3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/b80ee4f6992446e0879624dd436e99a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b80ee4f6992446e0879624dd436e99a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b86fd3e011324d398fcdb6f095a20a9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b86fd3e011324d398fcdb6f095a20a9d", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1701d2754064b5cadf765ea0806f9b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1701d2754064b5cadf765ea0806f9b2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/db4e7b8d76d549faa502716565c733dd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db4e7b8d76d549faa502716565c733dd", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-12 08:08:51,997 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-0ff881ca-1bb6-4b95-bf56-9d140838ce49 2018-08-12 08:08:52,001 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateImageNegativeTests-5fa79919-9714-463-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76a2e9c6a87673176ddd0b680221f9b1854ee61d" 2018-08-12 08:08:52,099 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:08:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-366bdf1d-b75c-447a-b821-b901f0347095 Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateImageNegativeTests-5fa79919-9714-463-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/db41cb1105824c9ea6b932bc9da9f9c9"}, "tags": [], "enabled": true, "id": "db41cb1105824c9ea6b932bc9da9f9c9", "parent_id": "default", "domain_id": "default", "name": "CreateImageNegativeTests-5fa79919-9714-463-proj"}]} 2018-08-12 08:08:52,099 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateImageNegativeTests-5fa79919-9714-463-proj used request id req-366bdf1d-b75c-447a-b821-b901f0347095 2018-08-12 08:08:52,103 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76a2e9c6a87673176ddd0b680221f9b1854ee61d" 2018-08-12 08:08:52,190 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:08:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9e5431ac-c5ec-4fff-a53b-ef4857a5aa03 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:08:52,191 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-9e5431ac-c5ec-4fff-a53b-ef4857a5aa03 2018-08-12 08:08:52,618 - keystone_utils - INFO - Created user with name - CreateImageNegativeTests-5fa79919-9714-463-user 2018-08-12 08:08:52,618 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:08:52,623 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7a8e71f5a7bf347fdc988d06dae48b0cd70bd8e" 2018-08-12 08:08:52,716 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:08:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e16db565-56a2-46ee-bad7-f502ca3c4da4 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:08:52,716 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-e16db565-56a2-46ee-bad7-f502ca3c4da4 2018-08-12 08:08:52,719 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7a8e71f5a7bf347fdc988d06dae48b0cd70bd8e" -d '{"role": {"name": "CreateImageNegativeTests-5fa79919-9714-463-proj-role"}}' 2018-08-12 08:08:52,832 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:08:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f0acb32e-1f54-47ea-a147-3f1facf753d3 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "94726f5c979347288d90c95c094bbdd7", "links": {"self": "http://172.30.9.21:5000/v3/roles/94726f5c979347288d90c95c094bbdd7"}, "name": "CreateImageNegativeTests-5fa79919-9714-463-proj-role"}} 2018-08-12 08:08:52,832 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-f0acb32e-1f54-47ea-a147-3f1facf753d3 2018-08-12 08:08:52,833 - keystone_utils - INFO - Created role with name - CreateImageNegativeTests-5fa79919-9714-463-proj-role 2018-08-12 08:08:52,836 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/94726f5c979347288d90c95c094bbdd7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7a8e71f5a7bf347fdc988d06dae48b0cd70bd8e" 2018-08-12 08:08:52,929 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:08:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7924be0d-5fb5-4d49-89f6-9fb08f921e43 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "94726f5c979347288d90c95c094bbdd7", "links": {"self": "http://172.30.9.21:5000/v3/roles/94726f5c979347288d90c95c094bbdd7"}, "name": "CreateImageNegativeTests-5fa79919-9714-463-proj-role"}} 2018-08-12 08:08:52,929 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/94726f5c979347288d90c95c094bbdd7 used request id req-7924be0d-5fb5-4d49-89f6-9fb08f921e43 2018-08-12 08:08:52,929 - keystone_utils - INFO - Granting role CreateImageNegativeTests-5fa79919-9714-463-proj-role to project CreateImageNegativeTests-5fa79919-9714-463-proj 2018-08-12 08:08:52,933 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/db41cb1105824c9ea6b932bc9da9f9c9/users/8c32deb7f8044af2b8ab91463512b54a/roles/94726f5c979347288d90c95c094bbdd7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7a8e71f5a7bf347fdc988d06dae48b0cd70bd8e" 2018-08-12 08:08:53,069 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:08:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3d46a8d0-8eab-4ba1-b82c-41cd22c9828b 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 08:08:53,069 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/db41cb1105824c9ea6b932bc9da9f9c9/users/8c32deb7f8044af2b8ab91463512b54a/roles/94726f5c979347288d90c95c094bbdd7 used request id req-3d46a8d0-8eab-4ba1-b82c-41cd22c9828b 2018-08-12 08:08:53,069 - openstack_tests - DEBUG - Image metadata - None 2018-08-12 08:08:53,070 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:08:53,070 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:08:53,458 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "94726f5c979347288d90c95c094bbdd7", "name": "CreateImageNegativeTests-5fa79919-9714-463-proj-role"}], "expires_at": "2018-08-12T09:08:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db41cb1105824c9ea6b932bc9da9f9c9", "name": "CreateImageNegativeTests-5fa79919-9714-463-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/db41cb1105824c9ea6b932bc9da9f9c9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/db41cb1105824c9ea6b932bc9da9f9c9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/db41cb1105824c9ea6b932bc9da9f9c9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_db41cb1105824c9ea6b932bc9da9f9c9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_db41cb1105824c9ea6b932bc9da9f9c9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/db41cb1105824c9ea6b932bc9da9f9c9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/db41cb1105824c9ea6b932bc9da9f9c9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/db41cb1105824c9ea6b932bc9da9f9c9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/db41cb1105824c9ea6b932bc9da9f9c9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/db41cb1105824c9ea6b932bc9da9f9c9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/db41cb1105824c9ea6b932bc9da9f9c9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/db41cb1105824c9ea6b932bc9da9f9c9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/db41cb1105824c9ea6b932bc9da9f9c9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/db41cb1105824c9ea6b932bc9da9f9c9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageNegativeTests-5fa79919-9714-463-user", "id": "8c32deb7f8044af2b8ab91463512b54a"}, "audit_ids": ["93YjN4GXSa-dJU-5mZy34Q"], "issued_at": "2018-08-12T08:08:53.000000Z"}} 2018-08-12 08:08:53,458 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}6a76ac94199948db4b3b22785c8e80d93fc76ad2" 2018-08-12 08:08:53,546 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:08:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d1675b89-4229-4189-a113-43fd19ce40fe Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:08:53,546 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-d1675b89-4229-4189-a113-43fd19ce40fe 2018-08-12 08:08:53,550 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=foo&name=CreateImageNegativeTests-f5710f03-331b-4758-8fe0-fd4070a977a5 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6a76ac94199948db4b3b22785c8e80d93fc76ad2" 2018-08-12 08:08:54,158 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 161 Content-Type: application/json X-Openstack-Request-Id: req-e2e0d21f-dded-402b-86ef-6acac58b2688 Date: Sun, 12 Aug 2018 08:08:54 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=foo&limit=20&name=CreateImageNegativeTests-f5710f03-331b-4758-8fe0-fd4070a977a5"} 2018-08-12 08:08:54,158 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=foo&name=CreateImageNegativeTests-f5710f03-331b-4758-8fe0-fd4070a977a5 used request id req-e2e0d21f-dded-402b-86ef-6acac58b2688 2018-08-12 08:08:54,159 - file_utils - DEBUG - Downloading file from - http://download.cirros-cloud.net/0.3.4/cirros-0.3.4-x86_64-disk.img 2018-08-12 08:08:54,160 - file_utils - DEBUG - Saving file to - /tmp/f22fc887-f5cc-438e-b518-0e32e8a92c0c 2018-08-12 08:08:54,415 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6a76ac94199948db4b3b22785c8e80d93fc76ad2" 2018-08-12 08:08:54,615 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-a6198ace-9c75-41b8-9214-edde13e47904 Date: Sun, 12 Aug 2018 08:08:54 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"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}, "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}, "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"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "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"}, "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"}, "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}, "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}, "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"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "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}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-12 08:08:54,615 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-a6198ace-9c75-41b8-9214-edde13e47904 2018-08-12 08:08:54,638 - glance_utils - ERROR - Unexpected exception creating image. Rolling back 2018-08-12 08:08:54,638 - glance_utils - DEBUG - Closing file ./tmp/f22fc887-f5cc-438e-b518-0e32e8a92c0c 2018-08-12 08:08:54,638 - glance_utils - INFO - Removing file ./tmp/f22fc887-f5cc-438e-b518-0e32e8a92c0c 2018-08-12 08:08:54,644 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:08:54,644 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:08:54,644 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:08:54,644 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:08:54,644 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:08:54,649 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7a8e71f5a7bf347fdc988d06dae48b0cd70bd8e" 2018-08-12 08:08:54,914 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 43135 X-Openstack-Request-Id: req-4fdc3e8c-53c3-4c51-8b15-04c6bc02d935 Date: Sun, 12 Aug 2018 08:08:54 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "created_at": "2018-08-12T06:59:44Z", "updated_at": "2018-08-12T06:59:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "1d7fd960-7865-4453-aecc-8d399b4fad21", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "66820d8a-b785-4b18-bd67-500221c8e4f9", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "74fc7638-a322-4841-8c47-06d36174a200", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "8eaa09ec-8419-4582-9312-1e527afe6e4b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}], "revision_number": 4, "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "created_at": "2018-08-12T05:12:34Z", "updated_at": "2018-08-12T05:12:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "709513d2-af7d-4d0b-bd3c-604fed75a711", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "aa346066-e46f-44f2-94be-2884aa998a19", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "c15f7b93-e56c-4afa-867d-2acb286d4b7b", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "cb0ef83f-5f70-4a80-ad35-431ca9df551e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}], "revision_number": 4, "project_id": "fa5a7fe6ee54472ba01638877aade8e3", "id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ea65becf30e54b27aa96a449698a435e", "created_at": "2018-08-12T05:10:35Z", "updated_at": "2018-08-12T05:10:35Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "30ad280c-f302-4cd4-a438-5139917b56f9", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "76115c4c-887d-4f0a-83e2-486e4b39c713", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "8ab14937-4c08-4d43-8a9a-662e622cc643", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "ee757a03-5662-4273-9c3e-6212e7afb48f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}], "revision_number": 4, "project_id": "ea65becf30e54b27aa96a449698a435e", "id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "created_at": "2018-08-12T06:20:09Z", "updated_at": "2018-08-12T06:20:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "1123b8f2-75ac-4a26-b9b2-a96da97408e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "2ddd2b93-e080-48cd-9a50-f5fe8a82ad0c", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "cd1bae62-0aea-4438-b4c3-50a69ae6f855", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "e398e01e-ceea-46d1-9534-b929808c4a5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}], "revision_number": 4, "project_id": "ff7abd7bb61f4f2889831e932d65dc2e", "id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "created_at": "2018-08-12T05:34:57Z", "updated_at": "2018-08-12T05:34:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "208a1c1e-f5f8-49c7-9a25-d07e68b1541f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "27bfd867-e607-4bf8-9de8-60682d3f771d", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "49360e1f-6fd3-4f35-b339-24cea95773ee", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "60f631a9-d305-4920-9631-d0543e2ac64f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}], "revision_number": 4, "project_id": "3a85ceae958d4d9fba68847e7df67db8", "id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "created_at": "2018-08-12T05:34:40Z", "updated_at": "2018-08-12T05:34:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "2192c259-363e-4768-ae73-e75837ad63b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "3f87ddc5-f84d-41dc-8215-847724782569", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "7d89f6da-ea78-49dd-9115-f9ad23b250bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "9ec4497d-0f65-44db-9be9-7b3042e4a584", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}], "revision_number": 4, "project_id": "85517fcf1c6247e699fdcdd42ecc8c79", "id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "created_at": "2018-08-12T05:16:02Z", "updated_at": "2018-08-12T05:16:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "1ecacd8c-c1c7-4a66-9871-406a69323b43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "3cc1750c-e0e7-4902-b6f3-494a161b832e", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "d719a7a4-8c99-44ed-8c12-6bf071890203", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "fe7421b5-d577-41da-8c78-62f3c07eda92", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}], "revision_number": 4, "project_id": "a267b9a156244bb192691cff6e5f74fe", "id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "315a428116f24d9fbb826b37080a918e", "created_at": "2018-08-12T05:11:31Z", "updated_at": "2018-08-12T05:11:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "5e52886a-1dc3-4a81-a55d-f388dc4fd1a1", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "678e32e4-d64c-448a-a4ab-e253ab94ae90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "a8da1539-e3ad-4f90-b2df-3dc1f09d228a", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "b73d5cc9-0205-4658-bb1f-61a042c0ab8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}], "revision_number": 4, "project_id": "315a428116f24d9fbb826b37080a918e", "id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-12T05:08:01Z", "updated_at": "2018-08-12T05:08:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:01Z", "revision_number": 0, "id": "0fb05d03-1117-45d0-930c-b6d4c96ef102", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "4faaab33-5788-4bbd-85b8-0fb44d41413a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "96d0c5a0-5c67-421b-8fc8-2b46d77e5db3", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "dd78519b-4bc5-4e8e-ad0f-58089dd69347", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "11a46741b7954b959fd7764109c047b6", "created_at": "2018-08-12T05:34:51Z", "updated_at": "2018-08-12T05:34:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "0b67bf3c-2289-43bb-ab6c-7d25ec32a279", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "51f3f833-337a-42bd-a8d5-742ea8d6c226", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "571fd0b5-ef90-408d-af33-aafb517b8993", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "944ba823-fb9c-496e-a66e-bb426bb14a8d", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}], "revision_number": 4, "project_id": "11a46741b7954b959fd7764109c047b6", "id": "90af9782-8112-4257-801d-ee5115d226ba", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "created_at": "2018-08-12T05:34:26Z", "updated_at": "2018-08-12T05:34:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "2ee1f63a-807c-4d6a-85ee-dd784f6b8c3f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5dec3ec2-2add-47dd-8618-90659dcf3885", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5ea0dc3e-49d0-43f0-94e9-f6443527d14c", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "fbfaca22-7e3e-4128-8973-43e439b77c28", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}], "revision_number": 4, "project_id": "3c01cd58055c44ecaef39f7e625c2258", "id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "521007c1818145639e93ceb270559219", "created_at": "2018-08-12T05:13:27Z", "updated_at": "2018-08-12T05:13:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "5e7fede5-b0f2-47d8-95c3-516cdfc7f9de", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "8fd0e36f-c6c4-4f64-ba97-40439e614448", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "db7d79de-1dfc-4138-945f-91e74cdc266b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "e87f2cff-ff3e-4b6d-aaf0-7f0eb0ab9f05", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}], "revision_number": 4, "project_id": "521007c1818145639e93ceb270559219", "id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "created_at": "2018-08-12T05:08:18Z", "updated_at": "2018-08-12T05:08:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "3c67be40-bf74-4f97-9693-d93ce73a23b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "6112d869-2fc6-4a25-a13c-3d55cd7206c0", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "bdf21c56-453e-482e-9cba-3c55abcb0339", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "c8e92c39-38cc-4f48-be9c-5f0912e6a725", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}], "revision_number": 4, "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "created_at": "2018-08-12T05:04:23Z", "updated_at": "2018-08-12T05:04:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "280546d9-8ad1-4283-abfc-15ee9b1736c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "58bce125-f2ca-4a6d-b9ca-4e6cf5c0f7a5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "69275b9a-cfb5-482c-a9c4-8ffc79adf2c7", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "6d747f3a-3764-469a-a645-f977585c5aac", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}], "revision_number": 4, "project_id": "310f5853751a4c968f3eeb0a3d99a0a8", "id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "created_at": "2018-08-12T05:34:42Z", "updated_at": "2018-08-12T05:34:42Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "199582e8-25aa-457a-aa7c-6d8413ca4464", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "234f3609-4454-448f-919d-c8143c7cd764", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "c1061460-71a2-49a9-a04b-9fa33eeb17ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "d21ac532-51d8-4d6b-8300-7bac216759bf", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}], "revision_number": 4, "project_id": "9f6c1a272706419c9a74b0893b2890e8", "id": "d6739716-c693-460c-89c6-e7c8c48f8245", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "created_at": "2018-08-12T05:34:54Z", "updated_at": "2018-08-12T05:34:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "0633a05a-ee7d-4476-a56b-75d011b22f77", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "6cc1b9f8-73db-47a3-a0e0-3c96c43f34da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "90d99a6b-e94f-4fd8-a10c-f19dd8954c13", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "e843c139-af2a-4d2c-a24f-59f7b10ff72e", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}], "revision_number": 4, "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "created_at": "2018-08-12T05:09:07Z", "updated_at": "2018-08-12T05:09:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "5495e168-f505-4d74-ae6d-387f0bf533c2", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "6fd19b8b-3062-456e-81ba-3ff37fe43429", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8ca59d25-485c-46ce-939c-2e4a468caeac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8f190846-50a0-42b9-b571-390809b752b1", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}], "revision_number": 4, "project_id": "fa9ca6d7608b4d7d87ce97331679a481", "id": "edcd9b17-9416-4c25-823c-060c435e18d7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "created_at": "2018-08-12T05:34:52Z", "updated_at": "2018-08-12T05:34:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "2c7e484e-6ec5-4a95-8c9c-66d294c0c27e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "70c74258-3c2c-4efc-87e0-079c26ee3417", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "b70382fa-082e-4c2b-abc8-87490fa50b11", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "c3628e02-b4b6-42c9-8751-c1a2d3c19caa", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}], "revision_number": 4, "project_id": "87db863ba6e348b0a5ddcb67053db9d1", "id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "name": "default"}]} 2018-08-12 08:08:54,915 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-4fdc3e8c-53c3-4c51-8b15-04c6bc02d935 2018-08-12 08:08:54,922 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7a8e71f5a7bf347fdc988d06dae48b0cd70bd8e" 2018-08-12 08:08:55,014 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:08:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-661ec70b-5456-4f55-a4ea-070951d91584 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 5fe28c13d4d74ba2be8d019ac1ea6363.", "code": 404, "title": "Not Found"}} 2018-08-12 08:08:55,014 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 used request id req-661ec70b-5456-4f55-a4ea-070951d91584 2018-08-12 08:08:55,014 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:08:55,018 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7a8e71f5a7bf347fdc988d06dae48b0cd70bd8e" 2018-08-12 08:08:55,102 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:08:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a6ab0106-7aa0-4405-bd2d-466cab46700e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa5a7fe6ee54472ba01638877aade8e3.", "code": 404, "title": "Not Found"}} 2018-08-12 08:08:55,102 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 used request id req-a6ab0106-7aa0-4405-bd2d-466cab46700e 2018-08-12 08:08:55,102 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:08:55,106 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7a8e71f5a7bf347fdc988d06dae48b0cd70bd8e" 2018-08-12 08:08:55,123 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:08:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a48ffc90-8fcb-4572-8a05-7441235a5515 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ea65becf30e54b27aa96a449698a435e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:08:55,123 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e used request id req-a48ffc90-8fcb-4572-8a05-7441235a5515 2018-08-12 08:08:55,123 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:08:55,127 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7a8e71f5a7bf347fdc988d06dae48b0cd70bd8e" 2018-08-12 08:08:55,217 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:08:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fbc6cc20-1414-4a5c-9756-40e433dfdf93 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ff7abd7bb61f4f2889831e932d65dc2e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:08:55,217 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e used request id req-fbc6cc20-1414-4a5c-9756-40e433dfdf93 2018-08-12 08:08:55,217 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:08:55,221 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7a8e71f5a7bf347fdc988d06dae48b0cd70bd8e" 2018-08-12 08:08:55,307 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:08:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5e8cfb98-0af9-4090-beb3-b47f169fcfcd Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3a85ceae958d4d9fba68847e7df67db8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:08:55,307 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 used request id req-5e8cfb98-0af9-4090-beb3-b47f169fcfcd 2018-08-12 08:08:55,307 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:08:55,311 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7a8e71f5a7bf347fdc988d06dae48b0cd70bd8e" 2018-08-12 08:08:55,403 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:08:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a8b8fac8-30de-423d-99f2-f65df1e9fa92 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 85517fcf1c6247e699fdcdd42ecc8c79.", "code": 404, "title": "Not Found"}} 2018-08-12 08:08:55,403 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 used request id req-a8b8fac8-30de-423d-99f2-f65df1e9fa92 2018-08-12 08:08:55,404 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:08:55,408 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7a8e71f5a7bf347fdc988d06dae48b0cd70bd8e" 2018-08-12 08:08:55,505 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:08:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9c26465b-8e8d-4e48-940b-67074ce095a0 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}} 2018-08-12 08:08:55,505 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe used request id req-9c26465b-8e8d-4e48-940b-67074ce095a0 2018-08-12 08:08:55,509 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7a8e71f5a7bf347fdc988d06dae48b0cd70bd8e" 2018-08-12 08:08:55,589 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:08:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ff9561b0-6c21-4515-a337-2229ea8fdfa5 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 315a428116f24d9fbb826b37080a918e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:08:55,589 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e used request id req-ff9561b0-6c21-4515-a337-2229ea8fdfa5 2018-08-12 08:08:55,589 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:08:55,593 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7a8e71f5a7bf347fdc988d06dae48b0cd70bd8e" 2018-08-12 08:08:55,684 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:08:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-79e13bc7-0542-45d7-9f9d-e9ea2ba8a101 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 11a46741b7954b959fd7764109c047b6.", "code": 404, "title": "Not Found"}} 2018-08-12 08:08:55,685 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 used request id req-79e13bc7-0542-45d7-9f9d-e9ea2ba8a101 2018-08-12 08:08:55,685 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:08:55,688 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7a8e71f5a7bf347fdc988d06dae48b0cd70bd8e" 2018-08-12 08:08:55,777 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:08:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ab010d43-6c9e-4dd5-8745-367555b4e878 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3c01cd58055c44ecaef39f7e625c2258.", "code": 404, "title": "Not Found"}} 2018-08-12 08:08:55,777 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 used request id req-ab010d43-6c9e-4dd5-8745-367555b4e878 2018-08-12 08:08:55,777 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:08:55,781 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7a8e71f5a7bf347fdc988d06dae48b0cd70bd8e" 2018-08-12 08:08:55,870 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:08:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e2fe9b00-2524-4b10-aa10-9563f4996aed Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 521007c1818145639e93ceb270559219.", "code": 404, "title": "Not Found"}} 2018-08-12 08:08:55,870 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 used request id req-e2fe9b00-2524-4b10-aa10-9563f4996aed 2018-08-12 08:08:55,870 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:08:55,874 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7a8e71f5a7bf347fdc988d06dae48b0cd70bd8e" 2018-08-12 08:08:55,963 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:08:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1d06b915-df5d-429b-9144-5ef29c8bdc25 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e18fcc7fc10a4fd0b20234f8520d0aab.", "code": 404, "title": "Not Found"}} 2018-08-12 08:08:55,963 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab used request id req-1d06b915-df5d-429b-9144-5ef29c8bdc25 2018-08-12 08:08:55,963 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:08:55,967 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7a8e71f5a7bf347fdc988d06dae48b0cd70bd8e" 2018-08-12 08:08:55,988 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:08:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f6bf51de-5d89-4163-b038-09c6cbc5a25b Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "310f5853751a4c968f3eeb0a3d99a0a8", "name": "service"}} 2018-08-12 08:08:55,988 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 used request id req-f6bf51de-5d89-4163-b038-09c6cbc5a25b 2018-08-12 08:08:55,991 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7a8e71f5a7bf347fdc988d06dae48b0cd70bd8e" 2018-08-12 08:08:56,079 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:08:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-26d9235f-ef17-4b4d-b257-66207612199f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9f6c1a272706419c9a74b0893b2890e8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:08:56,079 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 used request id req-26d9235f-ef17-4b4d-b257-66207612199f 2018-08-12 08:08:56,079 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:08:56,083 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/34cb7327fcfc4b52a63b4b8c0ea4a54d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7a8e71f5a7bf347fdc988d06dae48b0cd70bd8e" 2018-08-12 08:08:56,178 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:08:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-291ad04a-7082-4fd7-98a1-4393e79b75e2 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 34cb7327fcfc4b52a63b4b8c0ea4a54d.", "code": 404, "title": "Not Found"}} 2018-08-12 08:08:56,178 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/34cb7327fcfc4b52a63b4b8c0ea4a54d used request id req-291ad04a-7082-4fd7-98a1-4393e79b75e2 2018-08-12 08:08:56,179 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:08:56,182 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa9ca6d7608b4d7d87ce97331679a481 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7a8e71f5a7bf347fdc988d06dae48b0cd70bd8e" 2018-08-12 08:08:56,270 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:08:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-25791986-89b2-431b-abe8-21167ca7e66e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa9ca6d7608b4d7d87ce97331679a481.", "code": 404, "title": "Not Found"}} 2018-08-12 08:08:56,270 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa9ca6d7608b4d7d87ce97331679a481 used request id req-25791986-89b2-431b-abe8-21167ca7e66e 2018-08-12 08:08:56,271 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:08:56,276 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/87db863ba6e348b0a5ddcb67053db9d1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7a8e71f5a7bf347fdc988d06dae48b0cd70bd8e" 2018-08-12 08:08:56,359 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:08:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9cbd1227-7db9-4ade-856b-6135eed3dd41 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87db863ba6e348b0a5ddcb67053db9d1.", "code": 404, "title": "Not Found"}} 2018-08-12 08:08:56,359 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/87db863ba6e348b0a5ddcb67053db9d1 used request id req-9cbd1227-7db9-4ade-856b-6135eed3dd41 2018-08-12 08:08:56,360 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:08:56,360 - keystone_utils - INFO - Deleting project with name - CreateImageNegativeTests-5fa79919-9714-463-proj 2018-08-12 08:08:56,364 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/db41cb1105824c9ea6b932bc9da9f9c9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7a8e71f5a7bf347fdc988d06dae48b0cd70bd8e" 2018-08-12 08:08:56,605 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:08:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-103b9362-b327-422d-b92e-d35b58e86a8f 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 08:08:56,605 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/db41cb1105824c9ea6b932bc9da9f9c9 used request id req-103b9362-b327-422d-b92e-d35b58e86a8f 2018-08-12 08:08:56,605 - keystone_utils - INFO - Deleting role with name - CreateImageNegativeTests-5fa79919-9714-463-proj-role 2018-08-12 08:08:56,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/94726f5c979347288d90c95c094bbdd7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7a8e71f5a7bf347fdc988d06dae48b0cd70bd8e" 2018-08-12 08:08:56,730 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:08:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3b6e03a8-e87a-4eff-9d22-0cb0965a542c 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 08:08:56,730 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/94726f5c979347288d90c95c094bbdd7 used request id req-3b6e03a8-e87a-4eff-9d22-0cb0965a542c 2018-08-12 08:08:56,734 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7a8e71f5a7bf347fdc988d06dae48b0cd70bd8e" 2018-08-12 08:08:56,820 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:08:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-99cd314c-aca5-44c6-bb5d-f9533e703329 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:08:56,820 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-99cd314c-aca5-44c6-bb5d-f9533e703329 2018-08-12 08:08:56,821 - keystone_utils - INFO - Deleting user with name - CreateImageNegativeTests-5fa79919-9714-463-user 2018-08-12 08:08:56,825 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/8c32deb7f8044af2b8ab91463512b54a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76a2e9c6a87673176ddd0b680221f9b1854ee61d" 2018-08-12 08:08:57,001 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:08:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0928559c-c5e7-4451-95b6-0fde030c13e9 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 08:08:57,001 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/8c32deb7f8044af2b8ab91463512b54a used request id req-0928559c-c5e7-4451-95b6-0fde030c13e9 2018-08-12 08:08:57,002 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:08:57,393 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:08:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["zBuuF_giT8e4BAfTQcrZfw"], "issued_at": "2018-08-12T08:08:57.000000Z"}} 2018-08-12 08:08:57,393 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}b6dd5d1d9495eec0550b26328a7bec01bbe9c7d4" 2018-08-12 08:08:57,476 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:08:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-36591f52-964b-43a4-aa18-e38253f641e9 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:08:57,476 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-36591f52-964b-43a4-aa18-e38253f641e9 2018-08-12 08:08:57,478 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:08:57,479 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:08:57,953 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:08:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["7g2OT0MZQd2qrbNm_XG3AA"], "issued_at": "2018-08-12T08:08:57.000000Z"}} 2018-08-12 08:08:57,954 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}85b6cd7a58107940bf5ff5a3b34d646c4d2d465d" 2018-08-12 08:08:58,032 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:08:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b2b86bff-2de8-4557-9650-dbe85ad423df Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:08:58,032 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-b2b86bff-2de8-4557-9650-dbe85ad423df 2018-08-12 08:08:58,036 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:08:58,041 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:08:58 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:08:58,042 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-65354228-eac6-43d-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85b6cd7a58107940bf5ff5a3b34d646c4d2d465d" 2018-08-12 08:08:58,231 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:08:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3d647ce0-ddda-478c-9b03-6e583125bca7 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-65354228-eac6-43d-proj", "previous": null, "next": null}, "projects": []} 2018-08-12 08:08:58,231 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-65354228-eac6-43d-proj used request id req-3d647ce0-ddda-478c-9b03-6e583125bca7 2018-08-12 08:08:58,235 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85b6cd7a58107940bf5ff5a3b34d646c4d2d465d" 2018-08-12 08:08:58,434 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:08:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ca7e01f0-da10-426c-8534-708832273201 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:08:58,434 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-ca7e01f0-da10-426c-8534-708832273201 2018-08-12 08:08:58,438 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85b6cd7a58107940bf5ff5a3b34d646c4d2d465d" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateImageNegativeTests-65354228-eac6-43d-proj"}}' 2018-08-12 08:08:58,557 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:08:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7947953d-a13c-4f4d-9a60-d19d5db3a60e Content-Length: 321 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/ea1530656cb54b02bad7e538956487d6"}, "tags": [], "enabled": true, "id": "ea1530656cb54b02bad7e538956487d6", "parent_id": "default", "domain_id": "default", "name": "CreateImageNegativeTests-65354228-eac6-43d-proj"}} 2018-08-12 08:08:58,557 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-7947953d-a13c-4f4d-9a60-d19d5db3a60e 2018-08-12 08:08:58,557 - keystone_utils - INFO - Created project with name - CreateImageNegativeTests-65354228-eac6-43d-proj 2018-08-12 08:08:58,558 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:08:58,558 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:08:58,953 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:08:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["E3a3zCQfR9SoaYKAbxV_MA"], "issued_at": "2018-08-12T08:08:58.000000Z"}} 2018-08-12 08:08:58,954 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}733bb1bc98e15308b2d80dcccdc608a2b320c74f" 2018-08-12 08:08:59,037 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:08:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f67ea85f-369c-44f9-b6f3-7e1126023143 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:08:59,038 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-f67ea85f-369c-44f9-b6f3-7e1126023143 2018-08-12 08:08:59,041 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:08:59,046 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:08:59 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:08:59,047 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}733bb1bc98e15308b2d80dcccdc608a2b320c74f" 2018-08-12 08:08:59,156 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:08:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3e91971f-c633-4263-b0a1-617e2627512a Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/105a247548624314b9228f85f6325f0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105a247548624314b9228f85f6325f0b", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/1c5de0eaa44543f08da6ad63a51594ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c5de0eaa44543f08da6ad63a51594ff", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/1d127b5b832547a88a547c116dfdd65b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d127b5b832547a88a547c116dfdd65b", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/1d5cfc170d624ce4ae53ae0507c8d517"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d5cfc170d624ce4ae53ae0507c8d517", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/2421820b75eb4d3ebd02830378d1377b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2421820b75eb4d3ebd02830378d1377b", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/40bd8ee54ecf44868cc83cede652c396"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40bd8ee54ecf44868cc83cede652c396", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/4f32fb8153854c4c9f5094b42b523f80"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f32fb8153854c4c9f5094b42b523f80", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7066130d08fb4db7bf4ab468de53933b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7066130d08fb4db7bf4ab468de53933b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/8d0898a83bcf4521bbc11501d5d7ac89"}, "domain_id": "1eec97585bde483292ece28ee11f4b8d", "enabled": true, "options": {}, "id": "8d0898a83bcf4521bbc11501d5d7ac89", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/9defcced327d476f8a3beab718a13da3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9defcced327d476f8a3beab718a13da3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/b80ee4f6992446e0879624dd436e99a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b80ee4f6992446e0879624dd436e99a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b86fd3e011324d398fcdb6f095a20a9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b86fd3e011324d398fcdb6f095a20a9d", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1701d2754064b5cadf765ea0806f9b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1701d2754064b5cadf765ea0806f9b2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/db4e7b8d76d549faa502716565c733dd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db4e7b8d76d549faa502716565c733dd", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-12 08:08:59,156 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-3e91971f-c633-4263-b0a1-617e2627512a 2018-08-12 08:08:59,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateImageNegativeTests-65354228-eac6-43d-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}733bb1bc98e15308b2d80dcccdc608a2b320c74f" 2018-08-12 08:08:59,348 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:08:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a49963c6-b8b6-450f-8183-9ef59fc986d4 Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateImageNegativeTests-65354228-eac6-43d-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/ea1530656cb54b02bad7e538956487d6"}, "tags": [], "enabled": true, "id": "ea1530656cb54b02bad7e538956487d6", "parent_id": "default", "domain_id": "default", "name": "CreateImageNegativeTests-65354228-eac6-43d-proj"}]} 2018-08-12 08:08:59,348 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateImageNegativeTests-65354228-eac6-43d-proj used request id req-a49963c6-b8b6-450f-8183-9ef59fc986d4 2018-08-12 08:08:59,352 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}733bb1bc98e15308b2d80dcccdc608a2b320c74f" 2018-08-12 08:08:59,441 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:08:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-78ed202e-84a7-4d4a-8aff-a8667b422411 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:08:59,441 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-78ed202e-84a7-4d4a-8aff-a8667b422411 2018-08-12 08:08:59,828 - keystone_utils - INFO - Created user with name - CreateImageNegativeTests-65354228-eac6-43d-user 2018-08-12 08:08:59,829 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:08:59,833 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85b6cd7a58107940bf5ff5a3b34d646c4d2d465d" 2018-08-12 08:08:59,925 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:08:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b7cfd07f-bf02-4f8f-99e9-323f3bd8fc1a Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:08:59,925 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-b7cfd07f-bf02-4f8f-99e9-323f3bd8fc1a 2018-08-12 08:08:59,929 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85b6cd7a58107940bf5ff5a3b34d646c4d2d465d" -d '{"role": {"name": "CreateImageNegativeTests-65354228-eac6-43d-proj-role"}}' 2018-08-12 08:09:00,030 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:08:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b6813fbd-72f2-4a2a-9fed-4f60af60a7ce Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "0f1ccfa77c3a4cc18b8d46f76ccaf0b5", "links": {"self": "http://172.30.9.21:5000/v3/roles/0f1ccfa77c3a4cc18b8d46f76ccaf0b5"}, "name": "CreateImageNegativeTests-65354228-eac6-43d-proj-role"}} 2018-08-12 08:09:00,030 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-b6813fbd-72f2-4a2a-9fed-4f60af60a7ce 2018-08-12 08:09:00,030 - keystone_utils - INFO - Created role with name - CreateImageNegativeTests-65354228-eac6-43d-proj-role 2018-08-12 08:09:00,034 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/0f1ccfa77c3a4cc18b8d46f76ccaf0b5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85b6cd7a58107940bf5ff5a3b34d646c4d2d465d" 2018-08-12 08:09:00,050 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:09:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6a313762-78fe-40da-aeac-de6abbdf8d55 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "0f1ccfa77c3a4cc18b8d46f76ccaf0b5", "links": {"self": "http://172.30.9.21:5000/v3/roles/0f1ccfa77c3a4cc18b8d46f76ccaf0b5"}, "name": "CreateImageNegativeTests-65354228-eac6-43d-proj-role"}} 2018-08-12 08:09:00,050 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/0f1ccfa77c3a4cc18b8d46f76ccaf0b5 used request id req-6a313762-78fe-40da-aeac-de6abbdf8d55 2018-08-12 08:09:00,051 - keystone_utils - INFO - Granting role CreateImageNegativeTests-65354228-eac6-43d-proj-role to project CreateImageNegativeTests-65354228-eac6-43d-proj 2018-08-12 08:09:00,054 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/ea1530656cb54b02bad7e538956487d6/users/dc46b079920d45a0ae669510bbb2adcc/roles/0f1ccfa77c3a4cc18b8d46f76ccaf0b5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85b6cd7a58107940bf5ff5a3b34d646c4d2d465d" 2018-08-12 08:09:00,195 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:09:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6ff22e29-9b38-4c7b-96e0-be063e82d252 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 08:09:00,196 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/ea1530656cb54b02bad7e538956487d6/users/dc46b079920d45a0ae669510bbb2adcc/roles/0f1ccfa77c3a4cc18b8d46f76ccaf0b5 used request id req-6ff22e29-9b38-4c7b-96e0-be063e82d252 2018-08-12 08:09:00,196 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:09:00,197 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:09:00,600 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0f1ccfa77c3a4cc18b8d46f76ccaf0b5", "name": "CreateImageNegativeTests-65354228-eac6-43d-proj-role"}], "expires_at": "2018-08-12T09:09:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ea1530656cb54b02bad7e538956487d6", "name": "CreateImageNegativeTests-65354228-eac6-43d-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/ea1530656cb54b02bad7e538956487d6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/ea1530656cb54b02bad7e538956487d6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/ea1530656cb54b02bad7e538956487d6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_ea1530656cb54b02bad7e538956487d6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_ea1530656cb54b02bad7e538956487d6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/ea1530656cb54b02bad7e538956487d6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/ea1530656cb54b02bad7e538956487d6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/ea1530656cb54b02bad7e538956487d6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/ea1530656cb54b02bad7e538956487d6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/ea1530656cb54b02bad7e538956487d6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/ea1530656cb54b02bad7e538956487d6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/ea1530656cb54b02bad7e538956487d6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/ea1530656cb54b02bad7e538956487d6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/ea1530656cb54b02bad7e538956487d6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageNegativeTests-65354228-eac6-43d-user", "id": "dc46b079920d45a0ae669510bbb2adcc"}, "audit_ids": ["6qzB-XMrS8-veYdRM6qkbw"], "issued_at": "2018-08-12T08:09:00.000000Z"}} 2018-08-12 08:09:00,601 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}7bf08c8995ee8cfe7bf3dd380f2d59cfb9340d57" 2018-08-12 08:09:00,724 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:09:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-12819497-0e1d-44fd-ba4d-6a145eb43ab5 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:09:00,724 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-12819497-0e1d-44fd-ba4d-6a145eb43ab5 2018-08-12 08:09:00,728 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&name=foo -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7bf08c8995ee8cfe7bf3dd380f2d59cfb9340d57" 2018-08-12 08:09:00,927 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 87 Content-Type: application/json X-Openstack-Request-Id: req-de9d7564-e794-4fb3-89cd-7cfb9d1ac7dd Date: Sun, 12 Aug 2018 08:09:00 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20&name=foo"} 2018-08-12 08:09:00,927 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&name=foo used request id req-de9d7564-e794-4fb3-89cd-7cfb9d1ac7dd 2018-08-12 08:09:00,928 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:09:00,929 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:09:00,929 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:09:00,929 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:09:00,929 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:09:00,936 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85b6cd7a58107940bf5ff5a3b34d646c4d2d465d" 2018-08-12 08:09:01,208 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 43135 X-Openstack-Request-Id: req-d9058894-6cc5-46ef-a610-6be64edb325f Date: Sun, 12 Aug 2018 08:09:01 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "created_at": "2018-08-12T06:59:44Z", "updated_at": "2018-08-12T06:59:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "1d7fd960-7865-4453-aecc-8d399b4fad21", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "66820d8a-b785-4b18-bd67-500221c8e4f9", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "74fc7638-a322-4841-8c47-06d36174a200", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "8eaa09ec-8419-4582-9312-1e527afe6e4b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}], "revision_number": 4, "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "created_at": "2018-08-12T05:12:34Z", "updated_at": "2018-08-12T05:12:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "709513d2-af7d-4d0b-bd3c-604fed75a711", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "aa346066-e46f-44f2-94be-2884aa998a19", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "c15f7b93-e56c-4afa-867d-2acb286d4b7b", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "cb0ef83f-5f70-4a80-ad35-431ca9df551e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}], "revision_number": 4, "project_id": "fa5a7fe6ee54472ba01638877aade8e3", "id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ea65becf30e54b27aa96a449698a435e", "created_at": "2018-08-12T05:10:35Z", "updated_at": "2018-08-12T05:10:35Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "30ad280c-f302-4cd4-a438-5139917b56f9", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "76115c4c-887d-4f0a-83e2-486e4b39c713", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "8ab14937-4c08-4d43-8a9a-662e622cc643", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "ee757a03-5662-4273-9c3e-6212e7afb48f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}], "revision_number": 4, "project_id": "ea65becf30e54b27aa96a449698a435e", "id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "created_at": "2018-08-12T06:20:09Z", "updated_at": "2018-08-12T06:20:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "1123b8f2-75ac-4a26-b9b2-a96da97408e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "2ddd2b93-e080-48cd-9a50-f5fe8a82ad0c", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "cd1bae62-0aea-4438-b4c3-50a69ae6f855", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "e398e01e-ceea-46d1-9534-b929808c4a5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}], "revision_number": 4, "project_id": "ff7abd7bb61f4f2889831e932d65dc2e", "id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "created_at": "2018-08-12T05:34:57Z", "updated_at": "2018-08-12T05:34:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "208a1c1e-f5f8-49c7-9a25-d07e68b1541f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "27bfd867-e607-4bf8-9de8-60682d3f771d", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "49360e1f-6fd3-4f35-b339-24cea95773ee", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "60f631a9-d305-4920-9631-d0543e2ac64f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}], "revision_number": 4, "project_id": "3a85ceae958d4d9fba68847e7df67db8", "id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "created_at": "2018-08-12T05:34:40Z", "updated_at": "2018-08-12T05:34:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "2192c259-363e-4768-ae73-e75837ad63b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "3f87ddc5-f84d-41dc-8215-847724782569", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "7d89f6da-ea78-49dd-9115-f9ad23b250bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "9ec4497d-0f65-44db-9be9-7b3042e4a584", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}], "revision_number": 4, "project_id": "85517fcf1c6247e699fdcdd42ecc8c79", "id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "created_at": "2018-08-12T05:16:02Z", "updated_at": "2018-08-12T05:16:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "1ecacd8c-c1c7-4a66-9871-406a69323b43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "3cc1750c-e0e7-4902-b6f3-494a161b832e", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "d719a7a4-8c99-44ed-8c12-6bf071890203", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "fe7421b5-d577-41da-8c78-62f3c07eda92", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}], "revision_number": 4, "project_id": "a267b9a156244bb192691cff6e5f74fe", "id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "315a428116f24d9fbb826b37080a918e", "created_at": "2018-08-12T05:11:31Z", "updated_at": "2018-08-12T05:11:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "5e52886a-1dc3-4a81-a55d-f388dc4fd1a1", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "678e32e4-d64c-448a-a4ab-e253ab94ae90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "a8da1539-e3ad-4f90-b2df-3dc1f09d228a", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "b73d5cc9-0205-4658-bb1f-61a042c0ab8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}], "revision_number": 4, "project_id": "315a428116f24d9fbb826b37080a918e", "id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-12T05:08:01Z", "updated_at": "2018-08-12T05:08:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:01Z", "revision_number": 0, "id": "0fb05d03-1117-45d0-930c-b6d4c96ef102", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "4faaab33-5788-4bbd-85b8-0fb44d41413a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "96d0c5a0-5c67-421b-8fc8-2b46d77e5db3", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "dd78519b-4bc5-4e8e-ad0f-58089dd69347", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "11a46741b7954b959fd7764109c047b6", "created_at": "2018-08-12T05:34:51Z", "updated_at": "2018-08-12T05:34:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "0b67bf3c-2289-43bb-ab6c-7d25ec32a279", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "51f3f833-337a-42bd-a8d5-742ea8d6c226", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "571fd0b5-ef90-408d-af33-aafb517b8993", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "944ba823-fb9c-496e-a66e-bb426bb14a8d", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}], "revision_number": 4, "project_id": "11a46741b7954b959fd7764109c047b6", "id": "90af9782-8112-4257-801d-ee5115d226ba", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "created_at": "2018-08-12T05:34:26Z", "updated_at": "2018-08-12T05:34:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "2ee1f63a-807c-4d6a-85ee-dd784f6b8c3f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5dec3ec2-2add-47dd-8618-90659dcf3885", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5ea0dc3e-49d0-43f0-94e9-f6443527d14c", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "fbfaca22-7e3e-4128-8973-43e439b77c28", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}], "revision_number": 4, "project_id": "3c01cd58055c44ecaef39f7e625c2258", "id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "521007c1818145639e93ceb270559219", "created_at": "2018-08-12T05:13:27Z", "updated_at": "2018-08-12T05:13:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "5e7fede5-b0f2-47d8-95c3-516cdfc7f9de", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "8fd0e36f-c6c4-4f64-ba97-40439e614448", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "db7d79de-1dfc-4138-945f-91e74cdc266b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "e87f2cff-ff3e-4b6d-aaf0-7f0eb0ab9f05", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}], "revision_number": 4, "project_id": "521007c1818145639e93ceb270559219", "id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "created_at": "2018-08-12T05:08:18Z", "updated_at": "2018-08-12T05:08:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "3c67be40-bf74-4f97-9693-d93ce73a23b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "6112d869-2fc6-4a25-a13c-3d55cd7206c0", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "bdf21c56-453e-482e-9cba-3c55abcb0339", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "c8e92c39-38cc-4f48-be9c-5f0912e6a725", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}], "revision_number": 4, "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "created_at": "2018-08-12T05:04:23Z", "updated_at": "2018-08-12T05:04:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "280546d9-8ad1-4283-abfc-15ee9b1736c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "58bce125-f2ca-4a6d-b9ca-4e6cf5c0f7a5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "69275b9a-cfb5-482c-a9c4-8ffc79adf2c7", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "6d747f3a-3764-469a-a645-f977585c5aac", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}], "revision_number": 4, "project_id": "310f5853751a4c968f3eeb0a3d99a0a8", "id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "created_at": "2018-08-12T05:34:42Z", "updated_at": "2018-08-12T05:34:42Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "199582e8-25aa-457a-aa7c-6d8413ca4464", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "234f3609-4454-448f-919d-c8143c7cd764", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "c1061460-71a2-49a9-a04b-9fa33eeb17ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "d21ac532-51d8-4d6b-8300-7bac216759bf", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}], "revision_number": 4, "project_id": "9f6c1a272706419c9a74b0893b2890e8", "id": "d6739716-c693-460c-89c6-e7c8c48f8245", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "created_at": "2018-08-12T05:34:54Z", "updated_at": "2018-08-12T05:34:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "0633a05a-ee7d-4476-a56b-75d011b22f77", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "6cc1b9f8-73db-47a3-a0e0-3c96c43f34da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "90d99a6b-e94f-4fd8-a10c-f19dd8954c13", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "e843c139-af2a-4d2c-a24f-59f7b10ff72e", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}], "revision_number": 4, "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "created_at": "2018-08-12T05:09:07Z", "updated_at": "2018-08-12T05:09:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "5495e168-f505-4d74-ae6d-387f0bf533c2", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "6fd19b8b-3062-456e-81ba-3ff37fe43429", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8ca59d25-485c-46ce-939c-2e4a468caeac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8f190846-50a0-42b9-b571-390809b752b1", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}], "revision_number": 4, "project_id": "fa9ca6d7608b4d7d87ce97331679a481", "id": "edcd9b17-9416-4c25-823c-060c435e18d7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "created_at": "2018-08-12T05:34:52Z", "updated_at": "2018-08-12T05:34:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "2c7e484e-6ec5-4a95-8c9c-66d294c0c27e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "70c74258-3c2c-4efc-87e0-079c26ee3417", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "b70382fa-082e-4c2b-abc8-87490fa50b11", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "c3628e02-b4b6-42c9-8751-c1a2d3c19caa", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}], "revision_number": 4, "project_id": "87db863ba6e348b0a5ddcb67053db9d1", "id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "name": "default"}]} 2018-08-12 08:09:01,209 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-d9058894-6cc5-46ef-a610-6be64edb325f 2018-08-12 08:09:01,217 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85b6cd7a58107940bf5ff5a3b34d646c4d2d465d" 2018-08-12 08:09:01,309 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:09:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-faeb3f04-bdcf-4b74-9f47-f1495d4f4fe5 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 5fe28c13d4d74ba2be8d019ac1ea6363.", "code": 404, "title": "Not Found"}} 2018-08-12 08:09:01,309 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 used request id req-faeb3f04-bdcf-4b74-9f47-f1495d4f4fe5 2018-08-12 08:09:01,310 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:09:01,313 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85b6cd7a58107940bf5ff5a3b34d646c4d2d465d" 2018-08-12 08:09:01,396 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:09:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c2e76857-fe58-4d83-bd8f-e981d1b8386e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa5a7fe6ee54472ba01638877aade8e3.", "code": 404, "title": "Not Found"}} 2018-08-12 08:09:01,397 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 used request id req-c2e76857-fe58-4d83-bd8f-e981d1b8386e 2018-08-12 08:09:01,397 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:09:01,400 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85b6cd7a58107940bf5ff5a3b34d646c4d2d465d" 2018-08-12 08:09:01,491 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:09:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-efa2a2c3-feee-446b-a736-8e523e16ef7a Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ea65becf30e54b27aa96a449698a435e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:09:01,491 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e used request id req-efa2a2c3-feee-446b-a736-8e523e16ef7a 2018-08-12 08:09:01,492 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:09:01,495 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85b6cd7a58107940bf5ff5a3b34d646c4d2d465d" 2018-08-12 08:09:01,587 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:09:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7662f406-598a-4409-b553-7da2518a45ff Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ff7abd7bb61f4f2889831e932d65dc2e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:09:01,587 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e used request id req-7662f406-598a-4409-b553-7da2518a45ff 2018-08-12 08:09:01,587 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:09:01,591 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85b6cd7a58107940bf5ff5a3b34d646c4d2d465d" 2018-08-12 08:09:01,676 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:09:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-94791cc7-f394-4e06-a82b-e877a0d22ef6 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3a85ceae958d4d9fba68847e7df67db8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:09:01,676 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 used request id req-94791cc7-f394-4e06-a82b-e877a0d22ef6 2018-08-12 08:09:01,676 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:09:01,680 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85b6cd7a58107940bf5ff5a3b34d646c4d2d465d" 2018-08-12 08:09:01,697 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:09:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dcc64644-7fc0-44ff-b2ec-c01b978036c7 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 85517fcf1c6247e699fdcdd42ecc8c79.", "code": 404, "title": "Not Found"}} 2018-08-12 08:09:01,697 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 used request id req-dcc64644-7fc0-44ff-b2ec-c01b978036c7 2018-08-12 08:09:01,697 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:09:01,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85b6cd7a58107940bf5ff5a3b34d646c4d2d465d" 2018-08-12 08:09:01,798 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:09:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-739c66a5-ee7b-4f42-a2d0-34a3808425e5 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}} 2018-08-12 08:09:01,799 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe used request id req-739c66a5-ee7b-4f42-a2d0-34a3808425e5 2018-08-12 08:09:01,802 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85b6cd7a58107940bf5ff5a3b34d646c4d2d465d" 2018-08-12 08:09:01,890 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:09:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-60eff9a3-b485-4a4d-b552-5c340027ac1f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 315a428116f24d9fbb826b37080a918e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:09:01,890 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e used request id req-60eff9a3-b485-4a4d-b552-5c340027ac1f 2018-08-12 08:09:01,890 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:09:01,894 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85b6cd7a58107940bf5ff5a3b34d646c4d2d465d" 2018-08-12 08:09:01,984 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:09:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b388ec6c-d3c6-4f0c-98f8-28e45c4b7503 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 11a46741b7954b959fd7764109c047b6.", "code": 404, "title": "Not Found"}} 2018-08-12 08:09:01,984 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 used request id req-b388ec6c-d3c6-4f0c-98f8-28e45c4b7503 2018-08-12 08:09:01,985 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:09:01,988 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85b6cd7a58107940bf5ff5a3b34d646c4d2d465d" 2018-08-12 08:09:02,087 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:09:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fd3ddfd3-80c7-407a-a8b7-297f88844b8a Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3c01cd58055c44ecaef39f7e625c2258.", "code": 404, "title": "Not Found"}} 2018-08-12 08:09:02,087 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 used request id req-fd3ddfd3-80c7-407a-a8b7-297f88844b8a 2018-08-12 08:09:02,087 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:09:02,090 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85b6cd7a58107940bf5ff5a3b34d646c4d2d465d" 2018-08-12 08:09:02,179 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:09:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2c0312a1-25c5-403f-b5fb-7a48dcf3483c Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 521007c1818145639e93ceb270559219.", "code": 404, "title": "Not Found"}} 2018-08-12 08:09:02,179 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 used request id req-2c0312a1-25c5-403f-b5fb-7a48dcf3483c 2018-08-12 08:09:02,180 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:09:02,183 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85b6cd7a58107940bf5ff5a3b34d646c4d2d465d" 2018-08-12 08:09:02,273 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:09:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4e284058-b0b3-46cd-8e60-64a7d5a50070 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e18fcc7fc10a4fd0b20234f8520d0aab.", "code": 404, "title": "Not Found"}} 2018-08-12 08:09:02,274 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab used request id req-4e284058-b0b3-46cd-8e60-64a7d5a50070 2018-08-12 08:09:02,274 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:09:02,277 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85b6cd7a58107940bf5ff5a3b34d646c4d2d465d" 2018-08-12 08:09:02,372 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:09:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-95fcc56a-197a-4b23-adef-e3653403d4fe Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "310f5853751a4c968f3eeb0a3d99a0a8", "name": "service"}} 2018-08-12 08:09:02,372 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 used request id req-95fcc56a-197a-4b23-adef-e3653403d4fe 2018-08-12 08:09:02,376 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85b6cd7a58107940bf5ff5a3b34d646c4d2d465d" 2018-08-12 08:09:02,461 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:09:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9f60f8d8-1384-4507-9f22-5e171f40d64f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9f6c1a272706419c9a74b0893b2890e8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:09:02,461 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 used request id req-9f60f8d8-1384-4507-9f22-5e171f40d64f 2018-08-12 08:09:02,462 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:09:02,465 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/34cb7327fcfc4b52a63b4b8c0ea4a54d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85b6cd7a58107940bf5ff5a3b34d646c4d2d465d" 2018-08-12 08:09:02,557 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:09:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b7dba738-dac4-4bf7-bf68-d69a9ec91476 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 34cb7327fcfc4b52a63b4b8c0ea4a54d.", "code": 404, "title": "Not Found"}} 2018-08-12 08:09:02,557 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/34cb7327fcfc4b52a63b4b8c0ea4a54d used request id req-b7dba738-dac4-4bf7-bf68-d69a9ec91476 2018-08-12 08:09:02,557 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:09:02,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa9ca6d7608b4d7d87ce97331679a481 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85b6cd7a58107940bf5ff5a3b34d646c4d2d465d" 2018-08-12 08:09:02,657 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:09:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-59bdba58-92d0-4de3-afc2-e832664e49f8 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa9ca6d7608b4d7d87ce97331679a481.", "code": 404, "title": "Not Found"}} 2018-08-12 08:09:02,657 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa9ca6d7608b4d7d87ce97331679a481 used request id req-59bdba58-92d0-4de3-afc2-e832664e49f8 2018-08-12 08:09:02,658 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:09:02,661 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/87db863ba6e348b0a5ddcb67053db9d1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85b6cd7a58107940bf5ff5a3b34d646c4d2d465d" 2018-08-12 08:09:02,745 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:09:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e17380b2-361b-4ed1-b264-157c11244081 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87db863ba6e348b0a5ddcb67053db9d1.", "code": 404, "title": "Not Found"}} 2018-08-12 08:09:02,745 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/87db863ba6e348b0a5ddcb67053db9d1 used request id req-e17380b2-361b-4ed1-b264-157c11244081 2018-08-12 08:09:02,745 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:09:02,746 - keystone_utils - INFO - Deleting project with name - CreateImageNegativeTests-65354228-eac6-43d-proj 2018-08-12 08:09:02,749 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/ea1530656cb54b02bad7e538956487d6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85b6cd7a58107940bf5ff5a3b34d646c4d2d465d" 2018-08-12 08:09:02,982 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:09:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b58d514e-ed03-4564-886e-cb1dbd40b006 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 08:09:02,983 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/ea1530656cb54b02bad7e538956487d6 used request id req-b58d514e-ed03-4564-886e-cb1dbd40b006 2018-08-12 08:09:02,983 - keystone_utils - INFO - Deleting role with name - CreateImageNegativeTests-65354228-eac6-43d-proj-role 2018-08-12 08:09:02,986 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/0f1ccfa77c3a4cc18b8d46f76ccaf0b5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85b6cd7a58107940bf5ff5a3b34d646c4d2d465d" 2018-08-12 08:09:03,102 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:09:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1e459ff2-b2c4-450a-8a1a-0423dd9aeb74 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 08:09:03,102 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/0f1ccfa77c3a4cc18b8d46f76ccaf0b5 used request id req-1e459ff2-b2c4-450a-8a1a-0423dd9aeb74 2018-08-12 08:09:03,105 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85b6cd7a58107940bf5ff5a3b34d646c4d2d465d" 2018-08-12 08:09:03,194 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:09:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d8d2b1ad-24bc-4381-9827-0b0657f4744c Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:09:03,194 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-d8d2b1ad-24bc-4381-9827-0b0657f4744c 2018-08-12 08:09:03,195 - keystone_utils - INFO - Deleting user with name - CreateImageNegativeTests-65354228-eac6-43d-user 2018-08-12 08:09:03,198 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/dc46b079920d45a0ae669510bbb2adcc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}733bb1bc98e15308b2d80dcccdc608a2b320c74f" 2018-08-12 08:09:03,379 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:09:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-77bb271c-c26c-4403-a1d7-5fc999e6ec91 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 08:09:03,379 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/dc46b079920d45a0ae669510bbb2adcc used request id req-77bb271c-c26c-4403-a1d7-5fc999e6ec91 2018-08-12 08:09:03,381 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:09:03,782 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:09:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["FJjUcbugT0G0YcHOagWIeg"], "issued_at": "2018-08-12T08:09:03.000000Z"}} 2018-08-12 08:09:03,782 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}0d33bd3fe2f74edd596eff486ab6b9ae6651e415" 2018-08-12 08:09:03,871 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:09:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b2716ede-51fa-4580-930a-a7bb999660aa Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:09:03,872 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-b2716ede-51fa-4580-930a-a7bb999660aa 2018-08-12 08:09:03,873 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:09:03,874 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:09:04,269 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:09:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["kXqChRBkSfmPrm5YjpmRCw"], "issued_at": "2018-08-12T08:09:04.000000Z"}} 2018-08-12 08:09:04,270 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}ddb2887896629fc93960df89f177afdb0d90d331" 2018-08-12 08:09:04,360 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:09:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e70aa296-1dcd-4481-b253-0d518db664b3 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:09:04,360 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-e70aa296-1dcd-4481-b253-0d518db664b3 2018-08-12 08:09:04,365 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:09:04,370 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:09:04 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:09:04,371 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-861897dd-9a93-4c9-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddb2887896629fc93960df89f177afdb0d90d331" 2018-08-12 08:09:04,466 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:09:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-29905c14-dc95-474f-b836-50001461d15f Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-861897dd-9a93-4c9-proj", "previous": null, "next": null}, "projects": []} 2018-08-12 08:09:04,467 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-861897dd-9a93-4c9-proj used request id req-29905c14-dc95-474f-b836-50001461d15f 2018-08-12 08:09:04,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddb2887896629fc93960df89f177afdb0d90d331" 2018-08-12 08:09:04,566 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:09:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-36a842e7-d7d5-4e96-aa87-3c3d7893f312 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:09:04,566 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-36a842e7-d7d5-4e96-aa87-3c3d7893f312 2018-08-12 08:09:04,570 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddb2887896629fc93960df89f177afdb0d90d331" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateImageNegativeTests-861897dd-9a93-4c9-proj"}}' 2018-08-12 08:09:04,689 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:09:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a8930e45-ac9c-4685-9281-5a5c7b687352 Content-Length: 321 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/6d318d3706814ec89b9b4b934c2dd3b1"}, "tags": [], "enabled": true, "id": "6d318d3706814ec89b9b4b934c2dd3b1", "parent_id": "default", "domain_id": "default", "name": "CreateImageNegativeTests-861897dd-9a93-4c9-proj"}} 2018-08-12 08:09:04,689 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-a8930e45-ac9c-4685-9281-5a5c7b687352 2018-08-12 08:09:04,689 - keystone_utils - INFO - Created project with name - CreateImageNegativeTests-861897dd-9a93-4c9-proj 2018-08-12 08:09:04,690 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:09:04,690 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:09:05,089 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:09:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["52Ot20A0R6ucZUnR9JOrhQ"], "issued_at": "2018-08-12T08:09:05.000000Z"}} 2018-08-12 08:09:05,090 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}adc72e9f66e1e6658900bb01e2b75a65e026ed35" 2018-08-12 08:09:05,272 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:09:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a33da258-7dd7-466d-bbb9-045c751d4fa7 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:09:05,273 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-a33da258-7dd7-466d-bbb9-045c751d4fa7 2018-08-12 08:09:05,276 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:09:05,282 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:09:05 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:09:05,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adc72e9f66e1e6658900bb01e2b75a65e026ed35" 2018-08-12 08:09:05,394 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:09:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4f8ba6ed-edab-481f-87db-970742323e02 Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/105a247548624314b9228f85f6325f0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105a247548624314b9228f85f6325f0b", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/1c5de0eaa44543f08da6ad63a51594ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c5de0eaa44543f08da6ad63a51594ff", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/1d127b5b832547a88a547c116dfdd65b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d127b5b832547a88a547c116dfdd65b", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/1d5cfc170d624ce4ae53ae0507c8d517"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d5cfc170d624ce4ae53ae0507c8d517", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/2421820b75eb4d3ebd02830378d1377b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2421820b75eb4d3ebd02830378d1377b", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/40bd8ee54ecf44868cc83cede652c396"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40bd8ee54ecf44868cc83cede652c396", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/4f32fb8153854c4c9f5094b42b523f80"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f32fb8153854c4c9f5094b42b523f80", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7066130d08fb4db7bf4ab468de53933b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7066130d08fb4db7bf4ab468de53933b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/8d0898a83bcf4521bbc11501d5d7ac89"}, "domain_id": "1eec97585bde483292ece28ee11f4b8d", "enabled": true, "options": {}, "id": "8d0898a83bcf4521bbc11501d5d7ac89", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/9defcced327d476f8a3beab718a13da3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9defcced327d476f8a3beab718a13da3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/b80ee4f6992446e0879624dd436e99a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b80ee4f6992446e0879624dd436e99a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b86fd3e011324d398fcdb6f095a20a9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b86fd3e011324d398fcdb6f095a20a9d", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1701d2754064b5cadf765ea0806f9b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1701d2754064b5cadf765ea0806f9b2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/db4e7b8d76d549faa502716565c733dd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db4e7b8d76d549faa502716565c733dd", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-12 08:09:05,395 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-4f8ba6ed-edab-481f-87db-970742323e02 2018-08-12 08:09:05,399 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateImageNegativeTests-861897dd-9a93-4c9-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adc72e9f66e1e6658900bb01e2b75a65e026ed35" 2018-08-12 08:09:05,493 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:09:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d6f55544-40f2-40e3-93b3-680340f2e47f Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateImageNegativeTests-861897dd-9a93-4c9-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/6d318d3706814ec89b9b4b934c2dd3b1"}, "tags": [], "enabled": true, "id": "6d318d3706814ec89b9b4b934c2dd3b1", "parent_id": "default", "domain_id": "default", "name": "CreateImageNegativeTests-861897dd-9a93-4c9-proj"}]} 2018-08-12 08:09:05,493 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateImageNegativeTests-861897dd-9a93-4c9-proj used request id req-d6f55544-40f2-40e3-93b3-680340f2e47f 2018-08-12 08:09:05,497 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adc72e9f66e1e6658900bb01e2b75a65e026ed35" 2018-08-12 08:09:05,589 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:09:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3f2c0e9f-6ee9-4285-9856-3f7984763767 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:09:05,589 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-3f2c0e9f-6ee9-4285-9856-3f7984763767 2018-08-12 08:09:05,898 - keystone_utils - INFO - Created user with name - CreateImageNegativeTests-861897dd-9a93-4c9-user 2018-08-12 08:09:05,899 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:09:05,903 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddb2887896629fc93960df89f177afdb0d90d331" 2018-08-12 08:09:05,998 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:09:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f9e0243e-74b8-4233-a5c1-34e2a04176be Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:09:05,998 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-f9e0243e-74b8-4233-a5c1-34e2a04176be 2018-08-12 08:09:06,001 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddb2887896629fc93960df89f177afdb0d90d331" -d '{"role": {"name": "CreateImageNegativeTests-861897dd-9a93-4c9-proj-role"}}' 2018-08-12 08:09:06,116 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:09:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a13e7ad0-3339-467b-bdad-a62e701ffc94 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "9e9bb270654f4b6285717ac3e340121c", "links": {"self": "http://172.30.9.21:5000/v3/roles/9e9bb270654f4b6285717ac3e340121c"}, "name": "CreateImageNegativeTests-861897dd-9a93-4c9-proj-role"}} 2018-08-12 08:09:06,116 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-a13e7ad0-3339-467b-bdad-a62e701ffc94 2018-08-12 08:09:06,116 - keystone_utils - INFO - Created role with name - CreateImageNegativeTests-861897dd-9a93-4c9-proj-role 2018-08-12 08:09:06,120 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/9e9bb270654f4b6285717ac3e340121c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddb2887896629fc93960df89f177afdb0d90d331" 2018-08-12 08:09:06,139 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:09:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9fb00813-e8f0-446d-a9af-239c41b933bf Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "9e9bb270654f4b6285717ac3e340121c", "links": {"self": "http://172.30.9.21:5000/v3/roles/9e9bb270654f4b6285717ac3e340121c"}, "name": "CreateImageNegativeTests-861897dd-9a93-4c9-proj-role"}} 2018-08-12 08:09:06,139 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/9e9bb270654f4b6285717ac3e340121c used request id req-9fb00813-e8f0-446d-a9af-239c41b933bf 2018-08-12 08:09:06,139 - keystone_utils - INFO - Granting role CreateImageNegativeTests-861897dd-9a93-4c9-proj-role to project CreateImageNegativeTests-861897dd-9a93-4c9-proj 2018-08-12 08:09:06,142 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/6d318d3706814ec89b9b4b934c2dd3b1/users/e9745e86983543e5b97f374a3850e64f/roles/9e9bb270654f4b6285717ac3e340121c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddb2887896629fc93960df89f177afdb0d90d331" 2018-08-12 08:09:06,279 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:09:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-43030431-d4d8-4c36-9c26-47c6845b1356 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 08:09:06,279 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/6d318d3706814ec89b9b4b934c2dd3b1/users/e9745e86983543e5b97f374a3850e64f/roles/9e9bb270654f4b6285717ac3e340121c used request id req-43030431-d4d8-4c36-9c26-47c6845b1356 2018-08-12 08:09:06,279 - openstack_tests - DEBUG - Image metadata - None 2018-08-12 08:09:06,279 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:09:06,280 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:09:06,667 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9e9bb270654f4b6285717ac3e340121c", "name": "CreateImageNegativeTests-861897dd-9a93-4c9-proj-role"}], "expires_at": "2018-08-12T09:09:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6d318d3706814ec89b9b4b934c2dd3b1", "name": "CreateImageNegativeTests-861897dd-9a93-4c9-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/6d318d3706814ec89b9b4b934c2dd3b1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/6d318d3706814ec89b9b4b934c2dd3b1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/6d318d3706814ec89b9b4b934c2dd3b1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_6d318d3706814ec89b9b4b934c2dd3b1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_6d318d3706814ec89b9b4b934c2dd3b1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/6d318d3706814ec89b9b4b934c2dd3b1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/6d318d3706814ec89b9b4b934c2dd3b1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/6d318d3706814ec89b9b4b934c2dd3b1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/6d318d3706814ec89b9b4b934c2dd3b1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/6d318d3706814ec89b9b4b934c2dd3b1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/6d318d3706814ec89b9b4b934c2dd3b1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/6d318d3706814ec89b9b4b934c2dd3b1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/6d318d3706814ec89b9b4b934c2dd3b1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/6d318d3706814ec89b9b4b934c2dd3b1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageNegativeTests-861897dd-9a93-4c9-user", "id": "e9745e86983543e5b97f374a3850e64f"}, "audit_ids": ["t-TFk4h1SairLEaV5qFPyw"], "issued_at": "2018-08-12T08:09:06.000000Z"}} 2018-08-12 08:09:06,668 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}99994bcc2aa12178fd9a92591288f2670227bc0c" 2018-08-12 08:09:06,761 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:09:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1aa88924-e8bf-45d2-8dd9-51ab2beba878 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:09:06,761 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-1aa88924-e8bf-45d2-8dd9-51ab2beba878 2018-08-12 08:09:06,765 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageNegativeTests-f1825036-5c55-4f62-b992-49a9c970686d -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}99994bcc2aa12178fd9a92591288f2670227bc0c" 2018-08-12 08:09:06,962 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 163 Content-Type: application/json X-Openstack-Request-Id: req-6e44c563-3bc5-4c79-b7eb-a63c43d6d523 Date: Sun, 12 Aug 2018 08:09:06 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageNegativeTests-f1825036-5c55-4f62-b992-49a9c970686d"} 2018-08-12 08:09:06,963 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageNegativeTests-f1825036-5c55-4f62-b992-49a9c970686d used request id req-6e44c563-3bc5-4c79-b7eb-a63c43d6d523 2018-08-12 08:09:06,963 - file_utils - DEBUG - Downloading file from - http://foo.bar 2018-08-12 08:09:06,963 - file_utils - DEBUG - Saving file to - /tmp/3da3ee90-63b4-4766-841d-267c6c1bc7c3 2018-08-12 08:09:06,978 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:09:06,978 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:09:06,979 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:09:06,979 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:09:06,979 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:09:06,985 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddb2887896629fc93960df89f177afdb0d90d331" 2018-08-12 08:09:07,251 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 43135 X-Openstack-Request-Id: req-dec68cc3-1978-4214-8bc1-187f51ed6eff Date: Sun, 12 Aug 2018 08:09:07 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "created_at": "2018-08-12T06:59:44Z", "updated_at": "2018-08-12T06:59:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "1d7fd960-7865-4453-aecc-8d399b4fad21", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "66820d8a-b785-4b18-bd67-500221c8e4f9", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "74fc7638-a322-4841-8c47-06d36174a200", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "8eaa09ec-8419-4582-9312-1e527afe6e4b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}], "revision_number": 4, "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "created_at": "2018-08-12T05:12:34Z", "updated_at": "2018-08-12T05:12:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "709513d2-af7d-4d0b-bd3c-604fed75a711", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "aa346066-e46f-44f2-94be-2884aa998a19", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "c15f7b93-e56c-4afa-867d-2acb286d4b7b", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "cb0ef83f-5f70-4a80-ad35-431ca9df551e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}], "revision_number": 4, "project_id": "fa5a7fe6ee54472ba01638877aade8e3", "id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ea65becf30e54b27aa96a449698a435e", "created_at": "2018-08-12T05:10:35Z", "updated_at": "2018-08-12T05:10:35Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "30ad280c-f302-4cd4-a438-5139917b56f9", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "76115c4c-887d-4f0a-83e2-486e4b39c713", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "8ab14937-4c08-4d43-8a9a-662e622cc643", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "ee757a03-5662-4273-9c3e-6212e7afb48f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}], "revision_number": 4, "project_id": "ea65becf30e54b27aa96a449698a435e", "id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "created_at": "2018-08-12T06:20:09Z", "updated_at": "2018-08-12T06:20:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "1123b8f2-75ac-4a26-b9b2-a96da97408e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "2ddd2b93-e080-48cd-9a50-f5fe8a82ad0c", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "cd1bae62-0aea-4438-b4c3-50a69ae6f855", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "e398e01e-ceea-46d1-9534-b929808c4a5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}], "revision_number": 4, "project_id": "ff7abd7bb61f4f2889831e932d65dc2e", "id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "created_at": "2018-08-12T05:34:57Z", "updated_at": "2018-08-12T05:34:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "208a1c1e-f5f8-49c7-9a25-d07e68b1541f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "27bfd867-e607-4bf8-9de8-60682d3f771d", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "49360e1f-6fd3-4f35-b339-24cea95773ee", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "60f631a9-d305-4920-9631-d0543e2ac64f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}], "revision_number": 4, "project_id": "3a85ceae958d4d9fba68847e7df67db8", "id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "created_at": "2018-08-12T05:34:40Z", "updated_at": "2018-08-12T05:34:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "2192c259-363e-4768-ae73-e75837ad63b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "3f87ddc5-f84d-41dc-8215-847724782569", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "7d89f6da-ea78-49dd-9115-f9ad23b250bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "9ec4497d-0f65-44db-9be9-7b3042e4a584", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}], "revision_number": 4, "project_id": "85517fcf1c6247e699fdcdd42ecc8c79", "id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "created_at": "2018-08-12T05:16:02Z", "updated_at": "2018-08-12T05:16:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "1ecacd8c-c1c7-4a66-9871-406a69323b43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "3cc1750c-e0e7-4902-b6f3-494a161b832e", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "d719a7a4-8c99-44ed-8c12-6bf071890203", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "fe7421b5-d577-41da-8c78-62f3c07eda92", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}], "revision_number": 4, "project_id": "a267b9a156244bb192691cff6e5f74fe", "id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "315a428116f24d9fbb826b37080a918e", "created_at": "2018-08-12T05:11:31Z", "updated_at": "2018-08-12T05:11:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "5e52886a-1dc3-4a81-a55d-f388dc4fd1a1", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "678e32e4-d64c-448a-a4ab-e253ab94ae90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "a8da1539-e3ad-4f90-b2df-3dc1f09d228a", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "b73d5cc9-0205-4658-bb1f-61a042c0ab8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}], "revision_number": 4, "project_id": "315a428116f24d9fbb826b37080a918e", "id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-12T05:08:01Z", "updated_at": "2018-08-12T05:08:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:01Z", "revision_number": 0, "id": "0fb05d03-1117-45d0-930c-b6d4c96ef102", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "4faaab33-5788-4bbd-85b8-0fb44d41413a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "96d0c5a0-5c67-421b-8fc8-2b46d77e5db3", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "dd78519b-4bc5-4e8e-ad0f-58089dd69347", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "11a46741b7954b959fd7764109c047b6", "created_at": "2018-08-12T05:34:51Z", "updated_at": "2018-08-12T05:34:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "0b67bf3c-2289-43bb-ab6c-7d25ec32a279", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "51f3f833-337a-42bd-a8d5-742ea8d6c226", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "571fd0b5-ef90-408d-af33-aafb517b8993", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "944ba823-fb9c-496e-a66e-bb426bb14a8d", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}], "revision_number": 4, "project_id": "11a46741b7954b959fd7764109c047b6", "id": "90af9782-8112-4257-801d-ee5115d226ba", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "created_at": "2018-08-12T05:34:26Z", "updated_at": "2018-08-12T05:34:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "2ee1f63a-807c-4d6a-85ee-dd784f6b8c3f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5dec3ec2-2add-47dd-8618-90659dcf3885", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5ea0dc3e-49d0-43f0-94e9-f6443527d14c", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "fbfaca22-7e3e-4128-8973-43e439b77c28", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}], "revision_number": 4, "project_id": "3c01cd58055c44ecaef39f7e625c2258", "id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "521007c1818145639e93ceb270559219", "created_at": "2018-08-12T05:13:27Z", "updated_at": "2018-08-12T05:13:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "5e7fede5-b0f2-47d8-95c3-516cdfc7f9de", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "8fd0e36f-c6c4-4f64-ba97-40439e614448", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "db7d79de-1dfc-4138-945f-91e74cdc266b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "e87f2cff-ff3e-4b6d-aaf0-7f0eb0ab9f05", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}], "revision_number": 4, "project_id": "521007c1818145639e93ceb270559219", "id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "created_at": "2018-08-12T05:08:18Z", "updated_at": "2018-08-12T05:08:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "3c67be40-bf74-4f97-9693-d93ce73a23b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "6112d869-2fc6-4a25-a13c-3d55cd7206c0", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "bdf21c56-453e-482e-9cba-3c55abcb0339", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "c8e92c39-38cc-4f48-be9c-5f0912e6a725", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}], "revision_number": 4, "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "created_at": "2018-08-12T05:04:23Z", "updated_at": "2018-08-12T05:04:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "280546d9-8ad1-4283-abfc-15ee9b1736c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "58bce125-f2ca-4a6d-b9ca-4e6cf5c0f7a5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "69275b9a-cfb5-482c-a9c4-8ffc79adf2c7", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "6d747f3a-3764-469a-a645-f977585c5aac", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}], "revision_number": 4, "project_id": "310f5853751a4c968f3eeb0a3d99a0a8", "id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "created_at": "2018-08-12T05:34:42Z", "updated_at": "2018-08-12T05:34:42Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "199582e8-25aa-457a-aa7c-6d8413ca4464", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "234f3609-4454-448f-919d-c8143c7cd764", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "c1061460-71a2-49a9-a04b-9fa33eeb17ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "d21ac532-51d8-4d6b-8300-7bac216759bf", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}], "revision_number": 4, "project_id": "9f6c1a272706419c9a74b0893b2890e8", "id": "d6739716-c693-460c-89c6-e7c8c48f8245", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "created_at": "2018-08-12T05:34:54Z", "updated_at": "2018-08-12T05:34:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "0633a05a-ee7d-4476-a56b-75d011b22f77", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "6cc1b9f8-73db-47a3-a0e0-3c96c43f34da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "90d99a6b-e94f-4fd8-a10c-f19dd8954c13", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "e843c139-af2a-4d2c-a24f-59f7b10ff72e", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}], "revision_number": 4, "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "created_at": "2018-08-12T05:09:07Z", "updated_at": "2018-08-12T05:09:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "5495e168-f505-4d74-ae6d-387f0bf533c2", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "6fd19b8b-3062-456e-81ba-3ff37fe43429", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8ca59d25-485c-46ce-939c-2e4a468caeac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8f190846-50a0-42b9-b571-390809b752b1", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}], "revision_number": 4, "project_id": "fa9ca6d7608b4d7d87ce97331679a481", "id": "edcd9b17-9416-4c25-823c-060c435e18d7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "created_at": "2018-08-12T05:34:52Z", "updated_at": "2018-08-12T05:34:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "2c7e484e-6ec5-4a95-8c9c-66d294c0c27e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "70c74258-3c2c-4efc-87e0-079c26ee3417", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "b70382fa-082e-4c2b-abc8-87490fa50b11", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "c3628e02-b4b6-42c9-8751-c1a2d3c19caa", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}], "revision_number": 4, "project_id": "87db863ba6e348b0a5ddcb67053db9d1", "id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "name": "default"}]} 2018-08-12 08:09:07,252 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-dec68cc3-1978-4214-8bc1-187f51ed6eff 2018-08-12 08:09:07,260 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddb2887896629fc93960df89f177afdb0d90d331" 2018-08-12 08:09:07,351 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:09:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d4d430b9-f3c3-43fd-a25f-7b7f3a520db2 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 5fe28c13d4d74ba2be8d019ac1ea6363.", "code": 404, "title": "Not Found"}} 2018-08-12 08:09:07,351 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 used request id req-d4d430b9-f3c3-43fd-a25f-7b7f3a520db2 2018-08-12 08:09:07,351 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:09:07,355 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddb2887896629fc93960df89f177afdb0d90d331" 2018-08-12 08:09:07,438 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:09:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-43733b2b-f525-41ad-b207-e1d36f57aa0b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa5a7fe6ee54472ba01638877aade8e3.", "code": 404, "title": "Not Found"}} 2018-08-12 08:09:07,439 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 used request id req-43733b2b-f525-41ad-b207-e1d36f57aa0b 2018-08-12 08:09:07,439 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:09:07,442 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddb2887896629fc93960df89f177afdb0d90d331" 2018-08-12 08:09:07,532 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:09:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fbf5b867-104f-45ea-a311-c9dec5a2a5f0 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ea65becf30e54b27aa96a449698a435e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:09:07,533 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e used request id req-fbf5b867-104f-45ea-a311-c9dec5a2a5f0 2018-08-12 08:09:07,533 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:09:07,536 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddb2887896629fc93960df89f177afdb0d90d331" 2018-08-12 08:09:07,630 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:09:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-947ff324-5901-4e28-8722-014c3974c371 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ff7abd7bb61f4f2889831e932d65dc2e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:09:07,630 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e used request id req-947ff324-5901-4e28-8722-014c3974c371 2018-08-12 08:09:07,630 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:09:07,635 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddb2887896629fc93960df89f177afdb0d90d331" 2018-08-12 08:09:07,723 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:09:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-95bc3212-93c7-4526-9f1c-26dacbfe07a2 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3a85ceae958d4d9fba68847e7df67db8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:09:07,723 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 used request id req-95bc3212-93c7-4526-9f1c-26dacbfe07a2 2018-08-12 08:09:07,723 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:09:07,727 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddb2887896629fc93960df89f177afdb0d90d331" 2018-08-12 08:09:07,817 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:09:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0645edf3-1fd1-4903-9cb0-8061a483fbfc Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 85517fcf1c6247e699fdcdd42ecc8c79.", "code": 404, "title": "Not Found"}} 2018-08-12 08:09:07,817 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 used request id req-0645edf3-1fd1-4903-9cb0-8061a483fbfc 2018-08-12 08:09:07,817 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:09:07,821 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddb2887896629fc93960df89f177afdb0d90d331" 2018-08-12 08:09:07,913 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:09:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-19ffc830-1881-4380-a535-e3318e678ef7 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}} 2018-08-12 08:09:07,913 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe used request id req-19ffc830-1881-4380-a535-e3318e678ef7 2018-08-12 08:09:07,917 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddb2887896629fc93960df89f177afdb0d90d331" 2018-08-12 08:09:07,997 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:09:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9ac62113-1759-4441-93b2-a276243089f8 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 315a428116f24d9fbb826b37080a918e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:09:07,997 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e used request id req-9ac62113-1759-4441-93b2-a276243089f8 2018-08-12 08:09:07,997 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:09:08,002 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddb2887896629fc93960df89f177afdb0d90d331" 2018-08-12 08:09:08,087 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:09:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-71a3f59c-c059-4068-89e0-58d8b3347d71 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 11a46741b7954b959fd7764109c047b6.", "code": 404, "title": "Not Found"}} 2018-08-12 08:09:08,087 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 used request id req-71a3f59c-c059-4068-89e0-58d8b3347d71 2018-08-12 08:09:08,088 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:09:08,091 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddb2887896629fc93960df89f177afdb0d90d331" 2018-08-12 08:09:08,184 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:09:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8b50e13f-d920-45a0-8e9b-1bb91074914d Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3c01cd58055c44ecaef39f7e625c2258.", "code": 404, "title": "Not Found"}} 2018-08-12 08:09:08,185 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 used request id req-8b50e13f-d920-45a0-8e9b-1bb91074914d 2018-08-12 08:09:08,185 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:09:08,188 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddb2887896629fc93960df89f177afdb0d90d331" 2018-08-12 08:09:08,272 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:09:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c624cca3-4df7-44de-9b74-05358e43231c Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 521007c1818145639e93ceb270559219.", "code": 404, "title": "Not Found"}} 2018-08-12 08:09:08,273 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 used request id req-c624cca3-4df7-44de-9b74-05358e43231c 2018-08-12 08:09:08,273 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:09:08,276 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddb2887896629fc93960df89f177afdb0d90d331" 2018-08-12 08:09:08,368 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:09:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5acb9465-1331-4f1b-b938-1724acd75dbb Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e18fcc7fc10a4fd0b20234f8520d0aab.", "code": 404, "title": "Not Found"}} 2018-08-12 08:09:08,368 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab used request id req-5acb9465-1331-4f1b-b938-1724acd75dbb 2018-08-12 08:09:08,368 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:09:08,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddb2887896629fc93960df89f177afdb0d90d331" 2018-08-12 08:09:08,467 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:09:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f6e00f7f-9f14-4ead-ac1e-cb4f2bcc899b Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "310f5853751a4c968f3eeb0a3d99a0a8", "name": "service"}} 2018-08-12 08:09:08,467 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 used request id req-f6e00f7f-9f14-4ead-ac1e-cb4f2bcc899b 2018-08-12 08:09:08,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddb2887896629fc93960df89f177afdb0d90d331" 2018-08-12 08:09:08,567 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:09:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-97ae48c8-1049-4622-9133-cf3df03c2840 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9f6c1a272706419c9a74b0893b2890e8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:09:08,568 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 used request id req-97ae48c8-1049-4622-9133-cf3df03c2840 2018-08-12 08:09:08,568 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:09:08,571 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/34cb7327fcfc4b52a63b4b8c0ea4a54d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddb2887896629fc93960df89f177afdb0d90d331" 2018-08-12 08:09:08,666 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:09:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0f6549de-4021-45f0-a96a-492b7e78f3fe Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 34cb7327fcfc4b52a63b4b8c0ea4a54d.", "code": 404, "title": "Not Found"}} 2018-08-12 08:09:08,666 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/34cb7327fcfc4b52a63b4b8c0ea4a54d used request id req-0f6549de-4021-45f0-a96a-492b7e78f3fe 2018-08-12 08:09:08,667 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:09:08,670 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa9ca6d7608b4d7d87ce97331679a481 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddb2887896629fc93960df89f177afdb0d90d331" 2018-08-12 08:09:08,763 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:09:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-60d1f311-cda7-4713-aeb2-0959190b8027 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa9ca6d7608b4d7d87ce97331679a481.", "code": 404, "title": "Not Found"}} 2018-08-12 08:09:08,763 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa9ca6d7608b4d7d87ce97331679a481 used request id req-60d1f311-cda7-4713-aeb2-0959190b8027 2018-08-12 08:09:08,763 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:09:08,766 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/87db863ba6e348b0a5ddcb67053db9d1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddb2887896629fc93960df89f177afdb0d90d331" 2018-08-12 08:09:08,852 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:09:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f7effdf2-175a-4c4b-b38d-d8855022c1ee Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87db863ba6e348b0a5ddcb67053db9d1.", "code": 404, "title": "Not Found"}} 2018-08-12 08:09:08,852 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/87db863ba6e348b0a5ddcb67053db9d1 used request id req-f7effdf2-175a-4c4b-b38d-d8855022c1ee 2018-08-12 08:09:08,852 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:09:08,853 - keystone_utils - INFO - Deleting project with name - CreateImageNegativeTests-861897dd-9a93-4c9-proj 2018-08-12 08:09:08,857 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/6d318d3706814ec89b9b4b934c2dd3b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddb2887896629fc93960df89f177afdb0d90d331" 2018-08-12 08:09:09,084 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:09:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-abe7b15e-1d2f-40c7-9de6-4450f302df00 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 08:09:09,084 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/6d318d3706814ec89b9b4b934c2dd3b1 used request id req-abe7b15e-1d2f-40c7-9de6-4450f302df00 2018-08-12 08:09:09,084 - keystone_utils - INFO - Deleting role with name - CreateImageNegativeTests-861897dd-9a93-4c9-proj-role 2018-08-12 08:09:09,087 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/9e9bb270654f4b6285717ac3e340121c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddb2887896629fc93960df89f177afdb0d90d331" 2018-08-12 08:09:09,197 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:09:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8499942d-eb75-4b81-9917-ab853c59fc8b 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 08:09:09,197 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/9e9bb270654f4b6285717ac3e340121c used request id req-8499942d-eb75-4b81-9917-ab853c59fc8b 2018-08-12 08:09:09,201 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddb2887896629fc93960df89f177afdb0d90d331" 2018-08-12 08:09:09,290 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:09:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0642b62e-8043-4f1b-a050-79c375909aed Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:09:09,290 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-0642b62e-8043-4f1b-a050-79c375909aed 2018-08-12 08:09:09,291 - keystone_utils - INFO - Deleting user with name - CreateImageNegativeTests-861897dd-9a93-4c9-user 2018-08-12 08:09:09,294 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/e9745e86983543e5b97f374a3850e64f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adc72e9f66e1e6658900bb01e2b75a65e026ed35" 2018-08-12 08:09:09,482 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:09:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dfa6789b-fd43-418f-8f05-759c99014466 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 08:09:09,482 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/e9745e86983543e5b97f374a3850e64f used request id req-dfa6789b-fd43-418f-8f05-759c99014466 2018-08-12 08:09:09,483 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:09:09,884 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:09:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["1FvLMM4WR9uPZ0GNsrgw9g"], "issued_at": "2018-08-12T08:09:09.000000Z"}} 2018-08-12 08:09:09,884 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}dd796beb498980fba11213fecbb28d6889bd626a" 2018-08-12 08:09:09,965 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:09:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f6933fd3-c363-43df-8760-9db63d823a4b Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:09:09,966 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-f6933fd3-c363-43df-8760-9db63d823a4b 2018-08-12 08:09:09,967 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:09:09,968 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:09:10,364 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:09:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["XB3mXG5uRZuzpxwMEd99_w"], "issued_at": "2018-08-12T08:09:10.000000Z"}} 2018-08-12 08:09:10,364 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}0abeb3d2a3340a07bb2f582e1698c6192b0d79d6" 2018-08-12 08:09:10,456 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:09:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4d0064a2-f040-4852-90fd-441a351fe931 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:09:10,456 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-4d0064a2-f040-4852-90fd-441a351fe931 2018-08-12 08:09:10,461 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:09:10,466 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:09:10 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:09:10,467 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateMultiPartImageTests-fda6c4a9-091f-44f-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0abeb3d2a3340a07bb2f582e1698c6192b0d79d6" 2018-08-12 08:09:10,562 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:09:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3707ea6c-1f57-4e52-8168-0a5f1c4bfe56 Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateMultiPartImageTests-fda6c4a9-091f-44f-proj", "previous": null, "next": null}, "projects": []} 2018-08-12 08:09:10,562 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateMultiPartImageTests-fda6c4a9-091f-44f-proj used request id req-3707ea6c-1f57-4e52-8168-0a5f1c4bfe56 2018-08-12 08:09:10,566 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0abeb3d2a3340a07bb2f582e1698c6192b0d79d6" 2018-08-12 08:09:10,662 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:09:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0a47f35c-a1ba-4dd7-9e2b-24abe885d002 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:09:10,662 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-0a47f35c-a1ba-4dd7-9e2b-24abe885d002 2018-08-12 08:09:10,666 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0abeb3d2a3340a07bb2f582e1698c6192b0d79d6" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateMultiPartImageTests-fda6c4a9-091f-44f-proj"}}' 2018-08-12 08:09:10,779 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:09:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6f3c1770-d018-4e18-b082-d784d5544c9b Content-Length: 322 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/01446c9cf4de4315955d91efb9f67601"}, "tags": [], "enabled": true, "id": "01446c9cf4de4315955d91efb9f67601", "parent_id": "default", "domain_id": "default", "name": "CreateMultiPartImageTests-fda6c4a9-091f-44f-proj"}} 2018-08-12 08:09:10,779 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-6f3c1770-d018-4e18-b082-d784d5544c9b 2018-08-12 08:09:10,779 - keystone_utils - INFO - Created project with name - CreateMultiPartImageTests-fda6c4a9-091f-44f-proj 2018-08-12 08:09:10,780 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:09:10,781 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:09:11,177 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:09:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["YajJYr7XRhKHwgGOSPywQg"], "issued_at": "2018-08-12T08:09:11.000000Z"}} 2018-08-12 08:09:11,178 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}2fabe6a8af16bc4c90a2cbfaac01240357e716bc" 2018-08-12 08:09:11,270 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:09:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9c2636da-23b1-4253-afe6-1c4aa79a0afb Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:09:11,270 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-9c2636da-23b1-4253-afe6-1c4aa79a0afb 2018-08-12 08:09:11,274 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:09:11,279 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:09:11 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:09:11,280 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fabe6a8af16bc4c90a2cbfaac01240357e716bc" 2018-08-12 08:09:11,386 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:09:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-39feb617-9673-4ee4-9f05-8cdfd962c784 Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/105a247548624314b9228f85f6325f0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105a247548624314b9228f85f6325f0b", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/1c5de0eaa44543f08da6ad63a51594ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c5de0eaa44543f08da6ad63a51594ff", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/1d127b5b832547a88a547c116dfdd65b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d127b5b832547a88a547c116dfdd65b", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/1d5cfc170d624ce4ae53ae0507c8d517"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d5cfc170d624ce4ae53ae0507c8d517", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/2421820b75eb4d3ebd02830378d1377b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2421820b75eb4d3ebd02830378d1377b", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/40bd8ee54ecf44868cc83cede652c396"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40bd8ee54ecf44868cc83cede652c396", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/4f32fb8153854c4c9f5094b42b523f80"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f32fb8153854c4c9f5094b42b523f80", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7066130d08fb4db7bf4ab468de53933b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7066130d08fb4db7bf4ab468de53933b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/8d0898a83bcf4521bbc11501d5d7ac89"}, "domain_id": "1eec97585bde483292ece28ee11f4b8d", "enabled": true, "options": {}, "id": "8d0898a83bcf4521bbc11501d5d7ac89", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/9defcced327d476f8a3beab718a13da3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9defcced327d476f8a3beab718a13da3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/b80ee4f6992446e0879624dd436e99a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b80ee4f6992446e0879624dd436e99a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b86fd3e011324d398fcdb6f095a20a9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b86fd3e011324d398fcdb6f095a20a9d", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1701d2754064b5cadf765ea0806f9b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1701d2754064b5cadf765ea0806f9b2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/db4e7b8d76d549faa502716565c733dd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db4e7b8d76d549faa502716565c733dd", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-12 08:09:11,386 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-39feb617-9673-4ee4-9f05-8cdfd962c784 2018-08-12 08:09:11,390 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateMultiPartImageTests-fda6c4a9-091f-44f-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fabe6a8af16bc4c90a2cbfaac01240357e716bc" 2018-08-12 08:09:11,489 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:09:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6685c0e3-0917-431e-a224-cc361426f3d6 Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateMultiPartImageTests-fda6c4a9-091f-44f-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/01446c9cf4de4315955d91efb9f67601"}, "tags": [], "enabled": true, "id": "01446c9cf4de4315955d91efb9f67601", "parent_id": "default", "domain_id": "default", "name": "CreateMultiPartImageTests-fda6c4a9-091f-44f-proj"}]} 2018-08-12 08:09:11,490 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateMultiPartImageTests-fda6c4a9-091f-44f-proj used request id req-6685c0e3-0917-431e-a224-cc361426f3d6 2018-08-12 08:09:11,493 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fabe6a8af16bc4c90a2cbfaac01240357e716bc" 2018-08-12 08:09:11,581 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:09:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b098d6c0-a5ab-4f0b-bd7e-be45684f5e2a Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:09:11,581 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-b098d6c0-a5ab-4f0b-bd7e-be45684f5e2a 2018-08-12 08:09:11,970 - keystone_utils - INFO - Created user with name - CreateMultiPartImageTests-fda6c4a9-091f-44f-user 2018-08-12 08:09:11,971 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:09:11,975 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0abeb3d2a3340a07bb2f582e1698c6192b0d79d6" 2018-08-12 08:09:12,073 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:09:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bae9ea3a-6110-483c-84df-4385dbed981a Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:09:12,073 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-bae9ea3a-6110-483c-84df-4385dbed981a 2018-08-12 08:09:12,076 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0abeb3d2a3340a07bb2f582e1698c6192b0d79d6" -d '{"role": {"name": "CreateMultiPartImageTests-fda6c4a9-091f-44f-proj-role"}}' 2018-08-12 08:09:12,174 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:09:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-11831220-ce8c-4b27-bf29-e72fd0dc6961 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "29437c757a8d4ed3bbf047693a1a3c7e", "links": {"self": "http://172.30.9.21:5000/v3/roles/29437c757a8d4ed3bbf047693a1a3c7e"}, "name": "CreateMultiPartImageTests-fda6c4a9-091f-44f-proj-role"}} 2018-08-12 08:09:12,174 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-11831220-ce8c-4b27-bf29-e72fd0dc6961 2018-08-12 08:09:12,174 - keystone_utils - INFO - Created role with name - CreateMultiPartImageTests-fda6c4a9-091f-44f-proj-role 2018-08-12 08:09:12,178 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/29437c757a8d4ed3bbf047693a1a3c7e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0abeb3d2a3340a07bb2f582e1698c6192b0d79d6" 2018-08-12 08:09:12,270 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:09:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5f8dae04-73bc-480c-a53c-0f4dc81d7dec Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "29437c757a8d4ed3bbf047693a1a3c7e", "links": {"self": "http://172.30.9.21:5000/v3/roles/29437c757a8d4ed3bbf047693a1a3c7e"}, "name": "CreateMultiPartImageTests-fda6c4a9-091f-44f-proj-role"}} 2018-08-12 08:09:12,271 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/29437c757a8d4ed3bbf047693a1a3c7e used request id req-5f8dae04-73bc-480c-a53c-0f4dc81d7dec 2018-08-12 08:09:12,271 - keystone_utils - INFO - Granting role CreateMultiPartImageTests-fda6c4a9-091f-44f-proj-role to project CreateMultiPartImageTests-fda6c4a9-091f-44f-proj 2018-08-12 08:09:12,274 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/01446c9cf4de4315955d91efb9f67601/users/350c5ba0d8f748acbf99e6cf0de374c0/roles/29437c757a8d4ed3bbf047693a1a3c7e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0abeb3d2a3340a07bb2f582e1698c6192b0d79d6" 2018-08-12 08:09:12,416 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:09:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2c1c3050-1c1b-40e9-af2b-bdc35703483f 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 08:09:12,416 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/01446c9cf4de4315955d91efb9f67601/users/350c5ba0d8f748acbf99e6cf0de374c0/roles/29437c757a8d4ed3bbf047693a1a3c7e used request id req-2c1c3050-1c1b-40e9-af2b-bdc35703483f 2018-08-12 08:09:12,417 - create_image_tests - WARNING - Will not download the kernel image. Cannot execute test 2018-08-12 08:09:12,418 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:09:12,418 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:09:12,418 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:09:12,418 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:09:12,418 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:09:12,425 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0abeb3d2a3340a07bb2f582e1698c6192b0d79d6" 2018-08-12 08:09:12,695 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 43135 X-Openstack-Request-Id: req-3f05abfb-e77a-4634-819f-869fd3a59514 Date: Sun, 12 Aug 2018 08:09:12 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "created_at": "2018-08-12T06:59:44Z", "updated_at": "2018-08-12T06:59:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "1d7fd960-7865-4453-aecc-8d399b4fad21", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "66820d8a-b785-4b18-bd67-500221c8e4f9", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "74fc7638-a322-4841-8c47-06d36174a200", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "8eaa09ec-8419-4582-9312-1e527afe6e4b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}], "revision_number": 4, "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "created_at": "2018-08-12T05:12:34Z", "updated_at": "2018-08-12T05:12:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "709513d2-af7d-4d0b-bd3c-604fed75a711", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "aa346066-e46f-44f2-94be-2884aa998a19", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "c15f7b93-e56c-4afa-867d-2acb286d4b7b", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "cb0ef83f-5f70-4a80-ad35-431ca9df551e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}], "revision_number": 4, "project_id": "fa5a7fe6ee54472ba01638877aade8e3", "id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ea65becf30e54b27aa96a449698a435e", "created_at": "2018-08-12T05:10:35Z", "updated_at": "2018-08-12T05:10:35Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "30ad280c-f302-4cd4-a438-5139917b56f9", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "76115c4c-887d-4f0a-83e2-486e4b39c713", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "8ab14937-4c08-4d43-8a9a-662e622cc643", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "ee757a03-5662-4273-9c3e-6212e7afb48f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}], "revision_number": 4, "project_id": "ea65becf30e54b27aa96a449698a435e", "id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "created_at": "2018-08-12T06:20:09Z", "updated_at": "2018-08-12T06:20:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "1123b8f2-75ac-4a26-b9b2-a96da97408e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "2ddd2b93-e080-48cd-9a50-f5fe8a82ad0c", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "cd1bae62-0aea-4438-b4c3-50a69ae6f855", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "e398e01e-ceea-46d1-9534-b929808c4a5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}], "revision_number": 4, "project_id": "ff7abd7bb61f4f2889831e932d65dc2e", "id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "created_at": "2018-08-12T05:34:57Z", "updated_at": "2018-08-12T05:34:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "208a1c1e-f5f8-49c7-9a25-d07e68b1541f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "27bfd867-e607-4bf8-9de8-60682d3f771d", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "49360e1f-6fd3-4f35-b339-24cea95773ee", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "60f631a9-d305-4920-9631-d0543e2ac64f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}], "revision_number": 4, "project_id": "3a85ceae958d4d9fba68847e7df67db8", "id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "created_at": "2018-08-12T05:34:40Z", "updated_at": "2018-08-12T05:34:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "2192c259-363e-4768-ae73-e75837ad63b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "3f87ddc5-f84d-41dc-8215-847724782569", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "7d89f6da-ea78-49dd-9115-f9ad23b250bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "9ec4497d-0f65-44db-9be9-7b3042e4a584", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}], "revision_number": 4, "project_id": "85517fcf1c6247e699fdcdd42ecc8c79", "id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "created_at": "2018-08-12T05:16:02Z", "updated_at": "2018-08-12T05:16:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "1ecacd8c-c1c7-4a66-9871-406a69323b43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "3cc1750c-e0e7-4902-b6f3-494a161b832e", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "d719a7a4-8c99-44ed-8c12-6bf071890203", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "fe7421b5-d577-41da-8c78-62f3c07eda92", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}], "revision_number": 4, "project_id": "a267b9a156244bb192691cff6e5f74fe", "id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "315a428116f24d9fbb826b37080a918e", "created_at": "2018-08-12T05:11:31Z", "updated_at": "2018-08-12T05:11:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "5e52886a-1dc3-4a81-a55d-f388dc4fd1a1", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "678e32e4-d64c-448a-a4ab-e253ab94ae90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "a8da1539-e3ad-4f90-b2df-3dc1f09d228a", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "b73d5cc9-0205-4658-bb1f-61a042c0ab8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}], "revision_number": 4, "project_id": "315a428116f24d9fbb826b37080a918e", "id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-12T05:08:01Z", "updated_at": "2018-08-12T05:08:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:01Z", "revision_number": 0, "id": "0fb05d03-1117-45d0-930c-b6d4c96ef102", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "4faaab33-5788-4bbd-85b8-0fb44d41413a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "96d0c5a0-5c67-421b-8fc8-2b46d77e5db3", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "dd78519b-4bc5-4e8e-ad0f-58089dd69347", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "11a46741b7954b959fd7764109c047b6", "created_at": "2018-08-12T05:34:51Z", "updated_at": "2018-08-12T05:34:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "0b67bf3c-2289-43bb-ab6c-7d25ec32a279", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "51f3f833-337a-42bd-a8d5-742ea8d6c226", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "571fd0b5-ef90-408d-af33-aafb517b8993", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "944ba823-fb9c-496e-a66e-bb426bb14a8d", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}], "revision_number": 4, "project_id": "11a46741b7954b959fd7764109c047b6", "id": "90af9782-8112-4257-801d-ee5115d226ba", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "created_at": "2018-08-12T05:34:26Z", "updated_at": "2018-08-12T05:34:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "2ee1f63a-807c-4d6a-85ee-dd784f6b8c3f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5dec3ec2-2add-47dd-8618-90659dcf3885", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5ea0dc3e-49d0-43f0-94e9-f6443527d14c", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "fbfaca22-7e3e-4128-8973-43e439b77c28", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}], "revision_number": 4, "project_id": "3c01cd58055c44ecaef39f7e625c2258", "id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "521007c1818145639e93ceb270559219", "created_at": "2018-08-12T05:13:27Z", "updated_at": "2018-08-12T05:13:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "5e7fede5-b0f2-47d8-95c3-516cdfc7f9de", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "8fd0e36f-c6c4-4f64-ba97-40439e614448", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "db7d79de-1dfc-4138-945f-91e74cdc266b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "e87f2cff-ff3e-4b6d-aaf0-7f0eb0ab9f05", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}], "revision_number": 4, "project_id": "521007c1818145639e93ceb270559219", "id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "created_at": "2018-08-12T05:08:18Z", "updated_at": "2018-08-12T05:08:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "3c67be40-bf74-4f97-9693-d93ce73a23b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "6112d869-2fc6-4a25-a13c-3d55cd7206c0", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "bdf21c56-453e-482e-9cba-3c55abcb0339", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "c8e92c39-38cc-4f48-be9c-5f0912e6a725", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}], "revision_number": 4, "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "created_at": "2018-08-12T05:04:23Z", "updated_at": "2018-08-12T05:04:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "280546d9-8ad1-4283-abfc-15ee9b1736c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "58bce125-f2ca-4a6d-b9ca-4e6cf5c0f7a5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "69275b9a-cfb5-482c-a9c4-8ffc79adf2c7", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "6d747f3a-3764-469a-a645-f977585c5aac", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}], "revision_number": 4, "project_id": "310f5853751a4c968f3eeb0a3d99a0a8", "id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "created_at": "2018-08-12T05:34:42Z", "updated_at": "2018-08-12T05:34:42Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "199582e8-25aa-457a-aa7c-6d8413ca4464", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "234f3609-4454-448f-919d-c8143c7cd764", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "c1061460-71a2-49a9-a04b-9fa33eeb17ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "d21ac532-51d8-4d6b-8300-7bac216759bf", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}], "revision_number": 4, "project_id": "9f6c1a272706419c9a74b0893b2890e8", "id": "d6739716-c693-460c-89c6-e7c8c48f8245", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "created_at": "2018-08-12T05:34:54Z", "updated_at": "2018-08-12T05:34:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "0633a05a-ee7d-4476-a56b-75d011b22f77", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "6cc1b9f8-73db-47a3-a0e0-3c96c43f34da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "90d99a6b-e94f-4fd8-a10c-f19dd8954c13", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "e843c139-af2a-4d2c-a24f-59f7b10ff72e", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}], "revision_number": 4, "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "created_at": "2018-08-12T05:09:07Z", "updated_at": "2018-08-12T05:09:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "5495e168-f505-4d74-ae6d-387f0bf533c2", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "6fd19b8b-3062-456e-81ba-3ff37fe43429", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8ca59d25-485c-46ce-939c-2e4a468caeac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8f190846-50a0-42b9-b571-390809b752b1", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}], "revision_number": 4, "project_id": "fa9ca6d7608b4d7d87ce97331679a481", "id": "edcd9b17-9416-4c25-823c-060c435e18d7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "created_at": "2018-08-12T05:34:52Z", "updated_at": "2018-08-12T05:34:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "2c7e484e-6ec5-4a95-8c9c-66d294c0c27e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "70c74258-3c2c-4efc-87e0-079c26ee3417", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "b70382fa-082e-4c2b-abc8-87490fa50b11", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "c3628e02-b4b6-42c9-8751-c1a2d3c19caa", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}], "revision_number": 4, "project_id": "87db863ba6e348b0a5ddcb67053db9d1", "id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "name": "default"}]} 2018-08-12 08:09:12,696 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-3f05abfb-e77a-4634-819f-869fd3a59514 2018-08-12 08:09:12,704 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0abeb3d2a3340a07bb2f582e1698c6192b0d79d6" 2018-08-12 08:09:12,790 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:09:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f7d945bb-8bc8-4701-982a-2b928fe9c6c0 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 5fe28c13d4d74ba2be8d019ac1ea6363.", "code": 404, "title": "Not Found"}} 2018-08-12 08:09:12,790 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 used request id req-f7d945bb-8bc8-4701-982a-2b928fe9c6c0 2018-08-12 08:09:12,790 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:09:12,793 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0abeb3d2a3340a07bb2f582e1698c6192b0d79d6" 2018-08-12 08:09:12,880 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:09:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dd2f4f6b-ed89-44bf-b8fa-14adde0b78a9 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa5a7fe6ee54472ba01638877aade8e3.", "code": 404, "title": "Not Found"}} 2018-08-12 08:09:12,881 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 used request id req-dd2f4f6b-ed89-44bf-b8fa-14adde0b78a9 2018-08-12 08:09:12,881 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:09:12,884 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0abeb3d2a3340a07bb2f582e1698c6192b0d79d6" 2018-08-12 08:09:12,976 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:09:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2be43f2a-2c56-4901-b8c2-e68d68e63e3d Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ea65becf30e54b27aa96a449698a435e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:09:12,976 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e used request id req-2be43f2a-2c56-4901-b8c2-e68d68e63e3d 2018-08-12 08:09:12,976 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:09:12,980 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0abeb3d2a3340a07bb2f582e1698c6192b0d79d6" 2018-08-12 08:09:13,065 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:09:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-40dc8b8b-68a1-43e6-90cb-dfbecef70a0f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ff7abd7bb61f4f2889831e932d65dc2e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:09:13,065 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e used request id req-40dc8b8b-68a1-43e6-90cb-dfbecef70a0f 2018-08-12 08:09:13,066 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:09:13,069 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0abeb3d2a3340a07bb2f582e1698c6192b0d79d6" 2018-08-12 08:09:13,086 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:09:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1ef9b729-bd96-492d-b7c7-dbd688137bb3 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3a85ceae958d4d9fba68847e7df67db8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:09:13,086 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 used request id req-1ef9b729-bd96-492d-b7c7-dbd688137bb3 2018-08-12 08:09:13,086 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:09:13,089 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0abeb3d2a3340a07bb2f582e1698c6192b0d79d6" 2018-08-12 08:09:13,180 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:09:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a5974d60-6db2-46a3-8f1f-f54df576467e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 85517fcf1c6247e699fdcdd42ecc8c79.", "code": 404, "title": "Not Found"}} 2018-08-12 08:09:13,181 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 used request id req-a5974d60-6db2-46a3-8f1f-f54df576467e 2018-08-12 08:09:13,181 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:09:13,184 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0abeb3d2a3340a07bb2f582e1698c6192b0d79d6" 2018-08-12 08:09:13,274 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:09:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2dcf0b4e-f8d6-4a2b-ba90-ec0ef2d37d42 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}} 2018-08-12 08:09:13,274 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe used request id req-2dcf0b4e-f8d6-4a2b-ba90-ec0ef2d37d42 2018-08-12 08:09:13,278 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0abeb3d2a3340a07bb2f582e1698c6192b0d79d6" 2018-08-12 08:09:13,372 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:09:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-82c7decb-82a5-4f50-b8eb-ed150dc5a2be Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 315a428116f24d9fbb826b37080a918e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:09:13,372 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e used request id req-82c7decb-82a5-4f50-b8eb-ed150dc5a2be 2018-08-12 08:09:13,373 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:09:13,376 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0abeb3d2a3340a07bb2f582e1698c6192b0d79d6" 2018-08-12 08:09:13,471 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:09:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6541dc3c-be6e-4d08-91e2-756c7b3774a0 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 11a46741b7954b959fd7764109c047b6.", "code": 404, "title": "Not Found"}} 2018-08-12 08:09:13,471 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 used request id req-6541dc3c-be6e-4d08-91e2-756c7b3774a0 2018-08-12 08:09:13,471 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:09:13,475 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0abeb3d2a3340a07bb2f582e1698c6192b0d79d6" 2018-08-12 08:09:13,562 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:09:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0c590e4b-740f-4663-a697-267afeb4cd51 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3c01cd58055c44ecaef39f7e625c2258.", "code": 404, "title": "Not Found"}} 2018-08-12 08:09:13,562 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 used request id req-0c590e4b-740f-4663-a697-267afeb4cd51 2018-08-12 08:09:13,562 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:09:13,566 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0abeb3d2a3340a07bb2f582e1698c6192b0d79d6" 2018-08-12 08:09:13,581 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:09:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5531be31-6d95-4038-8fd9-a84bffe4cbdc Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 521007c1818145639e93ceb270559219.", "code": 404, "title": "Not Found"}} 2018-08-12 08:09:13,581 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 used request id req-5531be31-6d95-4038-8fd9-a84bffe4cbdc 2018-08-12 08:09:13,582 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:09:13,585 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0abeb3d2a3340a07bb2f582e1698c6192b0d79d6" 2018-08-12 08:09:13,677 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:09:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b09b796a-4f5a-4c81-b250-b37cdaf0f927 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e18fcc7fc10a4fd0b20234f8520d0aab.", "code": 404, "title": "Not Found"}} 2018-08-12 08:09:13,677 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab used request id req-b09b796a-4f5a-4c81-b250-b37cdaf0f927 2018-08-12 08:09:13,677 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:09:13,681 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0abeb3d2a3340a07bb2f582e1698c6192b0d79d6" 2018-08-12 08:09:13,772 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:09:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b70e4c51-9f71-4118-97fa-cd28eb08a896 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "310f5853751a4c968f3eeb0a3d99a0a8", "name": "service"}} 2018-08-12 08:09:13,772 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 used request id req-b70e4c51-9f71-4118-97fa-cd28eb08a896 2018-08-12 08:09:13,776 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0abeb3d2a3340a07bb2f582e1698c6192b0d79d6" 2018-08-12 08:09:13,866 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:09:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d94ab1a4-b420-4059-801c-18b112c4c16e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9f6c1a272706419c9a74b0893b2890e8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:09:13,866 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 used request id req-d94ab1a4-b420-4059-801c-18b112c4c16e 2018-08-12 08:09:13,866 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:09:13,869 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/34cb7327fcfc4b52a63b4b8c0ea4a54d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0abeb3d2a3340a07bb2f582e1698c6192b0d79d6" 2018-08-12 08:09:13,958 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:09:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5f210ee1-bc64-40cb-a3c1-79f24fbd81e9 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 34cb7327fcfc4b52a63b4b8c0ea4a54d.", "code": 404, "title": "Not Found"}} 2018-08-12 08:09:13,958 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/34cb7327fcfc4b52a63b4b8c0ea4a54d used request id req-5f210ee1-bc64-40cb-a3c1-79f24fbd81e9 2018-08-12 08:09:13,959 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:09:13,962 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa9ca6d7608b4d7d87ce97331679a481 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0abeb3d2a3340a07bb2f582e1698c6192b0d79d6" 2018-08-12 08:09:14,056 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:09:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2955e7c4-34d2-45ee-b0e5-e5c4b2f2bb96 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa9ca6d7608b4d7d87ce97331679a481.", "code": 404, "title": "Not Found"}} 2018-08-12 08:09:14,056 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa9ca6d7608b4d7d87ce97331679a481 used request id req-2955e7c4-34d2-45ee-b0e5-e5c4b2f2bb96 2018-08-12 08:09:14,056 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:09:14,060 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/87db863ba6e348b0a5ddcb67053db9d1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0abeb3d2a3340a07bb2f582e1698c6192b0d79d6" 2018-08-12 08:09:14,151 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:09:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f0b238b0-15c7-48d1-aff3-076efb29c7b3 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87db863ba6e348b0a5ddcb67053db9d1.", "code": 404, "title": "Not Found"}} 2018-08-12 08:09:14,151 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/87db863ba6e348b0a5ddcb67053db9d1 used request id req-f0b238b0-15c7-48d1-aff3-076efb29c7b3 2018-08-12 08:09:14,151 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:09:14,152 - keystone_utils - INFO - Deleting project with name - CreateMultiPartImageTests-fda6c4a9-091f-44f-proj 2018-08-12 08:09:14,156 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/01446c9cf4de4315955d91efb9f67601 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0abeb3d2a3340a07bb2f582e1698c6192b0d79d6" 2018-08-12 08:09:14,401 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:09:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6485dbdd-8abf-443c-91cb-36574846bbae 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 08:09:14,401 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/01446c9cf4de4315955d91efb9f67601 used request id req-6485dbdd-8abf-443c-91cb-36574846bbae 2018-08-12 08:09:14,401 - keystone_utils - INFO - Deleting role with name - CreateMultiPartImageTests-fda6c4a9-091f-44f-proj-role 2018-08-12 08:09:14,405 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/29437c757a8d4ed3bbf047693a1a3c7e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0abeb3d2a3340a07bb2f582e1698c6192b0d79d6" 2018-08-12 08:09:14,515 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:09:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-74c55d2b-ba18-4248-97d3-3a3dc0ef6916 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 08:09:14,515 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/29437c757a8d4ed3bbf047693a1a3c7e used request id req-74c55d2b-ba18-4248-97d3-3a3dc0ef6916 2018-08-12 08:09:14,518 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0abeb3d2a3340a07bb2f582e1698c6192b0d79d6" 2018-08-12 08:09:14,613 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:09:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3bad1abb-a9b8-4e84-ba6f-720c10d49272 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:09:14,614 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-3bad1abb-a9b8-4e84-ba6f-720c10d49272 2018-08-12 08:09:14,614 - keystone_utils - INFO - Deleting user with name - CreateMultiPartImageTests-fda6c4a9-091f-44f-user 2018-08-12 08:09:14,618 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/350c5ba0d8f748acbf99e6cf0de374c0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fabe6a8af16bc4c90a2cbfaac01240357e716bc" 2018-08-12 08:09:14,824 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:09:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e6d9f23b-973b-49a9-9b3e-0e0e96a30339 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 08:09:14,824 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/350c5ba0d8f748acbf99e6cf0de374c0 used request id req-e6d9f23b-973b-49a9-9b3e-0e0e96a30339 2018-08-12 08:09:14,825 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:09:15,213 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:09:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["D6IjeYofSzKP7SHCTbFNFg"], "issued_at": "2018-08-12T08:09:15.000000Z"}} 2018-08-12 08:09:15,214 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}4e5741e7ff2e216655aa4942579cc50e4e7a792a" 2018-08-12 08:09:15,308 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:09:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-35489a0f-8dd6-468f-886b-0943d8e6d5a8 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:09:15,308 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-35489a0f-8dd6-468f-886b-0943d8e6d5a8 2018-08-12 08:09:15,309 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:09:15,310 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:09:15,712 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:09:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["JaE0HbVFR2itcnnC-PJ1Yg"], "issued_at": "2018-08-12T08:09:15.000000Z"}} 2018-08-12 08:09:15,713 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}9b72dca32e8ac1323e272e0c3e292bba36016554" 2018-08-12 08:09:15,795 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:09:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-190615e2-3e3a-4527-91ef-8aded806e068 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:09:15,795 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-190615e2-3e3a-4527-91ef-8aded806e068 2018-08-12 08:09:15,799 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:09:15,804 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:09:15 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:09:15,805 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateMultiPartImageTests-eb14e688-95aa-468-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b72dca32e8ac1323e272e0c3e292bba36016554" 2018-08-12 08:09:15,899 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:09:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b59362de-2e00-4dca-8a03-abee81f99213 Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateMultiPartImageTests-eb14e688-95aa-468-proj", "previous": null, "next": null}, "projects": []} 2018-08-12 08:09:15,899 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateMultiPartImageTests-eb14e688-95aa-468-proj used request id req-b59362de-2e00-4dca-8a03-abee81f99213 2018-08-12 08:09:15,903 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b72dca32e8ac1323e272e0c3e292bba36016554" 2018-08-12 08:09:15,993 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:09:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af6325d5-81a4-416e-8217-fa6f6f4fcd3d Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:09:15,994 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-af6325d5-81a4-416e-8217-fa6f6f4fcd3d 2018-08-12 08:09:15,997 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b72dca32e8ac1323e272e0c3e292bba36016554" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateMultiPartImageTests-eb14e688-95aa-468-proj"}}' 2018-08-12 08:09:16,126 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:09:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c865d3fc-7cd5-42fd-8e07-36843a71c42c Content-Length: 322 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/ec8bf494fe3948f6844f99046943bbe8"}, "tags": [], "enabled": true, "id": "ec8bf494fe3948f6844f99046943bbe8", "parent_id": "default", "domain_id": "default", "name": "CreateMultiPartImageTests-eb14e688-95aa-468-proj"}} 2018-08-12 08:09:16,126 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-c865d3fc-7cd5-42fd-8e07-36843a71c42c 2018-08-12 08:09:16,127 - keystone_utils - INFO - Created project with name - CreateMultiPartImageTests-eb14e688-95aa-468-proj 2018-08-12 08:09:16,127 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:09:16,128 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:09:16,524 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:09:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["Eq4lvgdYTtaV0fm505BweQ"], "issued_at": "2018-08-12T08:09:16.000000Z"}} 2018-08-12 08:09:16,525 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}df23a0cd960b0780c58f64244bdcf77a0993c9a0" 2018-08-12 08:09:16,606 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:09:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0a5de8c7-4220-44dd-9085-6fd343fe4b44 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:09:16,606 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-0a5de8c7-4220-44dd-9085-6fd343fe4b44 2018-08-12 08:09:16,610 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:09:16,615 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:09:16 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:09:16,616 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df23a0cd960b0780c58f64244bdcf77a0993c9a0" 2018-08-12 08:09:16,726 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:09:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af665476-9f90-4d12-a3b2-2ead1fef3c10 Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/105a247548624314b9228f85f6325f0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105a247548624314b9228f85f6325f0b", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/1c5de0eaa44543f08da6ad63a51594ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c5de0eaa44543f08da6ad63a51594ff", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/1d127b5b832547a88a547c116dfdd65b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d127b5b832547a88a547c116dfdd65b", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/1d5cfc170d624ce4ae53ae0507c8d517"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d5cfc170d624ce4ae53ae0507c8d517", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/2421820b75eb4d3ebd02830378d1377b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2421820b75eb4d3ebd02830378d1377b", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/40bd8ee54ecf44868cc83cede652c396"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40bd8ee54ecf44868cc83cede652c396", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/4f32fb8153854c4c9f5094b42b523f80"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f32fb8153854c4c9f5094b42b523f80", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7066130d08fb4db7bf4ab468de53933b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7066130d08fb4db7bf4ab468de53933b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/8d0898a83bcf4521bbc11501d5d7ac89"}, "domain_id": "1eec97585bde483292ece28ee11f4b8d", "enabled": true, "options": {}, "id": "8d0898a83bcf4521bbc11501d5d7ac89", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/9defcced327d476f8a3beab718a13da3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9defcced327d476f8a3beab718a13da3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/b80ee4f6992446e0879624dd436e99a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b80ee4f6992446e0879624dd436e99a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b86fd3e011324d398fcdb6f095a20a9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b86fd3e011324d398fcdb6f095a20a9d", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1701d2754064b5cadf765ea0806f9b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1701d2754064b5cadf765ea0806f9b2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/db4e7b8d76d549faa502716565c733dd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db4e7b8d76d549faa502716565c733dd", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-12 08:09:16,726 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-af665476-9f90-4d12-a3b2-2ead1fef3c10 2018-08-12 08:09:16,730 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateMultiPartImageTests-eb14e688-95aa-468-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df23a0cd960b0780c58f64244bdcf77a0993c9a0" 2018-08-12 08:09:16,819 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:09:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f31b828d-25e8-452f-ab3b-5f4b914fd1b0 Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateMultiPartImageTests-eb14e688-95aa-468-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/ec8bf494fe3948f6844f99046943bbe8"}, "tags": [], "enabled": true, "id": "ec8bf494fe3948f6844f99046943bbe8", "parent_id": "default", "domain_id": "default", "name": "CreateMultiPartImageTests-eb14e688-95aa-468-proj"}]} 2018-08-12 08:09:16,819 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateMultiPartImageTests-eb14e688-95aa-468-proj used request id req-f31b828d-25e8-452f-ab3b-5f4b914fd1b0 2018-08-12 08:09:16,822 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df23a0cd960b0780c58f64244bdcf77a0993c9a0" 2018-08-12 08:09:17,019 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:09:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-065f7e17-fdb9-491b-9a9d-50f4b1936348 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:09:17,019 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-065f7e17-fdb9-491b-9a9d-50f4b1936348 2018-08-12 08:09:17,413 - keystone_utils - INFO - Created user with name - CreateMultiPartImageTests-eb14e688-95aa-468-user 2018-08-12 08:09:17,414 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:09:17,418 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b72dca32e8ac1323e272e0c3e292bba36016554" 2018-08-12 08:09:17,506 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:09:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d88c1782-b771-4dfc-b0da-b768a07f9ffa Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:09:17,506 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-d88c1782-b771-4dfc-b0da-b768a07f9ffa 2018-08-12 08:09:17,510 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b72dca32e8ac1323e272e0c3e292bba36016554" -d '{"role": {"name": "CreateMultiPartImageTests-eb14e688-95aa-468-proj-role"}}' 2018-08-12 08:09:17,635 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:09:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a3312d27-b2ed-4eb2-a1de-97f89516d9b2 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "fff5fa53e8344d0c8978b5bb193a883c", "links": {"self": "http://172.30.9.21:5000/v3/roles/fff5fa53e8344d0c8978b5bb193a883c"}, "name": "CreateMultiPartImageTests-eb14e688-95aa-468-proj-role"}} 2018-08-12 08:09:17,635 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-a3312d27-b2ed-4eb2-a1de-97f89516d9b2 2018-08-12 08:09:17,635 - keystone_utils - INFO - Created role with name - CreateMultiPartImageTests-eb14e688-95aa-468-proj-role 2018-08-12 08:09:17,639 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/fff5fa53e8344d0c8978b5bb193a883c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b72dca32e8ac1323e272e0c3e292bba36016554" 2018-08-12 08:09:17,730 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:09:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-83e13292-c86c-4980-9738-8e9049bb0a19 Content-Encoding: gzip Content-Length: 182 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "fff5fa53e8344d0c8978b5bb193a883c", "links": {"self": "http://172.30.9.21:5000/v3/roles/fff5fa53e8344d0c8978b5bb193a883c"}, "name": "CreateMultiPartImageTests-eb14e688-95aa-468-proj-role"}} 2018-08-12 08:09:17,730 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/fff5fa53e8344d0c8978b5bb193a883c used request id req-83e13292-c86c-4980-9738-8e9049bb0a19 2018-08-12 08:09:17,730 - keystone_utils - INFO - Granting role CreateMultiPartImageTests-eb14e688-95aa-468-proj-role to project CreateMultiPartImageTests-eb14e688-95aa-468-proj 2018-08-12 08:09:17,734 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/ec8bf494fe3948f6844f99046943bbe8/users/4488814ff070489c8a3b747f7e691bcf/roles/fff5fa53e8344d0c8978b5bb193a883c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b72dca32e8ac1323e272e0c3e292bba36016554" 2018-08-12 08:09:17,859 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:09:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-70adb20a-27f7-418b-a827-9e8137cee49d 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 08:09:17,860 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/ec8bf494fe3948f6844f99046943bbe8/users/4488814ff070489c8a3b747f7e691bcf/roles/fff5fa53e8344d0c8978b5bb193a883c used request id req-70adb20a-27f7-418b-a827-9e8137cee49d 2018-08-12 08:09:17,868 - create_image_tests - WARNING - Test not executed as the image metadata requires image files 2018-08-12 08:09:17,869 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:09:17,869 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:09:17,869 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:09:17,869 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:09:17,869 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:09:17,875 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b72dca32e8ac1323e272e0c3e292bba36016554" 2018-08-12 08:09:18,128 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 43135 X-Openstack-Request-Id: req-214a9c68-2441-4d0c-bd83-465c55af59b8 Date: Sun, 12 Aug 2018 08:09:18 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "created_at": "2018-08-12T06:59:44Z", "updated_at": "2018-08-12T06:59:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "1d7fd960-7865-4453-aecc-8d399b4fad21", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "66820d8a-b785-4b18-bd67-500221c8e4f9", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "74fc7638-a322-4841-8c47-06d36174a200", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "8eaa09ec-8419-4582-9312-1e527afe6e4b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}], "revision_number": 4, "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "created_at": "2018-08-12T05:12:34Z", "updated_at": "2018-08-12T05:12:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "709513d2-af7d-4d0b-bd3c-604fed75a711", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "aa346066-e46f-44f2-94be-2884aa998a19", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "c15f7b93-e56c-4afa-867d-2acb286d4b7b", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "cb0ef83f-5f70-4a80-ad35-431ca9df551e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}], "revision_number": 4, "project_id": "fa5a7fe6ee54472ba01638877aade8e3", "id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ea65becf30e54b27aa96a449698a435e", "created_at": "2018-08-12T05:10:35Z", "updated_at": "2018-08-12T05:10:35Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "30ad280c-f302-4cd4-a438-5139917b56f9", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "76115c4c-887d-4f0a-83e2-486e4b39c713", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "8ab14937-4c08-4d43-8a9a-662e622cc643", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "ee757a03-5662-4273-9c3e-6212e7afb48f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}], "revision_number": 4, "project_id": "ea65becf30e54b27aa96a449698a435e", "id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "created_at": "2018-08-12T06:20:09Z", "updated_at": "2018-08-12T06:20:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "1123b8f2-75ac-4a26-b9b2-a96da97408e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "2ddd2b93-e080-48cd-9a50-f5fe8a82ad0c", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "cd1bae62-0aea-4438-b4c3-50a69ae6f855", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "e398e01e-ceea-46d1-9534-b929808c4a5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}], "revision_number": 4, "project_id": "ff7abd7bb61f4f2889831e932d65dc2e", "id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "created_at": "2018-08-12T05:34:57Z", "updated_at": "2018-08-12T05:34:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "208a1c1e-f5f8-49c7-9a25-d07e68b1541f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "27bfd867-e607-4bf8-9de8-60682d3f771d", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "49360e1f-6fd3-4f35-b339-24cea95773ee", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "60f631a9-d305-4920-9631-d0543e2ac64f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}], "revision_number": 4, "project_id": "3a85ceae958d4d9fba68847e7df67db8", "id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "created_at": "2018-08-12T05:34:40Z", "updated_at": "2018-08-12T05:34:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "2192c259-363e-4768-ae73-e75837ad63b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "3f87ddc5-f84d-41dc-8215-847724782569", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "7d89f6da-ea78-49dd-9115-f9ad23b250bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "9ec4497d-0f65-44db-9be9-7b3042e4a584", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}], "revision_number": 4, "project_id": "85517fcf1c6247e699fdcdd42ecc8c79", "id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "created_at": "2018-08-12T05:16:02Z", "updated_at": "2018-08-12T05:16:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "1ecacd8c-c1c7-4a66-9871-406a69323b43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "3cc1750c-e0e7-4902-b6f3-494a161b832e", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "d719a7a4-8c99-44ed-8c12-6bf071890203", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "fe7421b5-d577-41da-8c78-62f3c07eda92", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}], "revision_number": 4, "project_id": "a267b9a156244bb192691cff6e5f74fe", "id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "315a428116f24d9fbb826b37080a918e", "created_at": "2018-08-12T05:11:31Z", "updated_at": "2018-08-12T05:11:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "5e52886a-1dc3-4a81-a55d-f388dc4fd1a1", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "678e32e4-d64c-448a-a4ab-e253ab94ae90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "a8da1539-e3ad-4f90-b2df-3dc1f09d228a", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "b73d5cc9-0205-4658-bb1f-61a042c0ab8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}], "revision_number": 4, "project_id": "315a428116f24d9fbb826b37080a918e", "id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-12T05:08:01Z", "updated_at": "2018-08-12T05:08:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:01Z", "revision_number": 0, "id": "0fb05d03-1117-45d0-930c-b6d4c96ef102", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "4faaab33-5788-4bbd-85b8-0fb44d41413a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "96d0c5a0-5c67-421b-8fc8-2b46d77e5db3", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "dd78519b-4bc5-4e8e-ad0f-58089dd69347", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "11a46741b7954b959fd7764109c047b6", "created_at": "2018-08-12T05:34:51Z", "updated_at": "2018-08-12T05:34:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "0b67bf3c-2289-43bb-ab6c-7d25ec32a279", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "51f3f833-337a-42bd-a8d5-742ea8d6c226", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "571fd0b5-ef90-408d-af33-aafb517b8993", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "944ba823-fb9c-496e-a66e-bb426bb14a8d", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}], "revision_number": 4, "project_id": "11a46741b7954b959fd7764109c047b6", "id": "90af9782-8112-4257-801d-ee5115d226ba", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "created_at": "2018-08-12T05:34:26Z", "updated_at": "2018-08-12T05:34:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "2ee1f63a-807c-4d6a-85ee-dd784f6b8c3f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5dec3ec2-2add-47dd-8618-90659dcf3885", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5ea0dc3e-49d0-43f0-94e9-f6443527d14c", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "fbfaca22-7e3e-4128-8973-43e439b77c28", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}], "revision_number": 4, "project_id": "3c01cd58055c44ecaef39f7e625c2258", "id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "521007c1818145639e93ceb270559219", "created_at": "2018-08-12T05:13:27Z", "updated_at": "2018-08-12T05:13:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "5e7fede5-b0f2-47d8-95c3-516cdfc7f9de", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "8fd0e36f-c6c4-4f64-ba97-40439e614448", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "db7d79de-1dfc-4138-945f-91e74cdc266b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "e87f2cff-ff3e-4b6d-aaf0-7f0eb0ab9f05", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}], "revision_number": 4, "project_id": "521007c1818145639e93ceb270559219", "id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "created_at": "2018-08-12T05:08:18Z", "updated_at": "2018-08-12T05:08:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "3c67be40-bf74-4f97-9693-d93ce73a23b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "6112d869-2fc6-4a25-a13c-3d55cd7206c0", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "bdf21c56-453e-482e-9cba-3c55abcb0339", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "c8e92c39-38cc-4f48-be9c-5f0912e6a725", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}], "revision_number": 4, "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "created_at": "2018-08-12T05:04:23Z", "updated_at": "2018-08-12T05:04:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "280546d9-8ad1-4283-abfc-15ee9b1736c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "58bce125-f2ca-4a6d-b9ca-4e6cf5c0f7a5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "69275b9a-cfb5-482c-a9c4-8ffc79adf2c7", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "6d747f3a-3764-469a-a645-f977585c5aac", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}], "revision_number": 4, "project_id": "310f5853751a4c968f3eeb0a3d99a0a8", "id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "created_at": "2018-08-12T05:34:42Z", "updated_at": "2018-08-12T05:34:42Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "199582e8-25aa-457a-aa7c-6d8413ca4464", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "234f3609-4454-448f-919d-c8143c7cd764", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "c1061460-71a2-49a9-a04b-9fa33eeb17ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "d21ac532-51d8-4d6b-8300-7bac216759bf", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}], "revision_number": 4, "project_id": "9f6c1a272706419c9a74b0893b2890e8", "id": "d6739716-c693-460c-89c6-e7c8c48f8245", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "created_at": "2018-08-12T05:34:54Z", "updated_at": "2018-08-12T05:34:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "0633a05a-ee7d-4476-a56b-75d011b22f77", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "6cc1b9f8-73db-47a3-a0e0-3c96c43f34da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "90d99a6b-e94f-4fd8-a10c-f19dd8954c13", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "e843c139-af2a-4d2c-a24f-59f7b10ff72e", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}], "revision_number": 4, "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "created_at": "2018-08-12T05:09:07Z", "updated_at": "2018-08-12T05:09:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "5495e168-f505-4d74-ae6d-387f0bf533c2", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "6fd19b8b-3062-456e-81ba-3ff37fe43429", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8ca59d25-485c-46ce-939c-2e4a468caeac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8f190846-50a0-42b9-b571-390809b752b1", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}], "revision_number": 4, "project_id": "fa9ca6d7608b4d7d87ce97331679a481", "id": "edcd9b17-9416-4c25-823c-060c435e18d7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "created_at": "2018-08-12T05:34:52Z", "updated_at": "2018-08-12T05:34:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "2c7e484e-6ec5-4a95-8c9c-66d294c0c27e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "70c74258-3c2c-4efc-87e0-079c26ee3417", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "b70382fa-082e-4c2b-abc8-87490fa50b11", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "c3628e02-b4b6-42c9-8751-c1a2d3c19caa", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}], "revision_number": 4, "project_id": "87db863ba6e348b0a5ddcb67053db9d1", "id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "name": "default"}]} 2018-08-12 08:09:18,129 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-214a9c68-2441-4d0c-bd83-465c55af59b8 2018-08-12 08:09:18,136 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b72dca32e8ac1323e272e0c3e292bba36016554" 2018-08-12 08:09:18,231 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:09:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e9f30d22-18bf-40fe-9960-c1a0969a06a1 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 5fe28c13d4d74ba2be8d019ac1ea6363.", "code": 404, "title": "Not Found"}} 2018-08-12 08:09:18,231 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 used request id req-e9f30d22-18bf-40fe-9960-c1a0969a06a1 2018-08-12 08:09:18,231 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:09:18,234 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b72dca32e8ac1323e272e0c3e292bba36016554" 2018-08-12 08:09:18,331 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:09:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-23a50377-15e8-4a28-ad53-446002b2b7c2 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa5a7fe6ee54472ba01638877aade8e3.", "code": 404, "title": "Not Found"}} 2018-08-12 08:09:18,331 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 used request id req-23a50377-15e8-4a28-ad53-446002b2b7c2 2018-08-12 08:09:18,331 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:09:18,335 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b72dca32e8ac1323e272e0c3e292bba36016554" 2018-08-12 08:09:18,436 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:09:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2014ed49-9192-4b05-ba85-6193c2349456 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ea65becf30e54b27aa96a449698a435e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:09:18,436 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e used request id req-2014ed49-9192-4b05-ba85-6193c2349456 2018-08-12 08:09:18,436 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:09:18,440 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b72dca32e8ac1323e272e0c3e292bba36016554" 2018-08-12 08:09:18,528 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:09:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d96af5c5-1b25-490a-996b-e228e50df464 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ff7abd7bb61f4f2889831e932d65dc2e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:09:18,528 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e used request id req-d96af5c5-1b25-490a-996b-e228e50df464 2018-08-12 08:09:18,528 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:09:18,532 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b72dca32e8ac1323e272e0c3e292bba36016554" 2018-08-12 08:09:18,548 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:09:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6bc495fb-5c62-4b81-b67b-acf386c31b46 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3a85ceae958d4d9fba68847e7df67db8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:09:18,548 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 used request id req-6bc495fb-5c62-4b81-b67b-acf386c31b46 2018-08-12 08:09:18,548 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:09:18,552 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b72dca32e8ac1323e272e0c3e292bba36016554" 2018-08-12 08:09:18,588 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:09:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7ca232a5-0856-4b1a-8be0-9fbd9ad0d08b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 85517fcf1c6247e699fdcdd42ecc8c79.", "code": 404, "title": "Not Found"}} 2018-08-12 08:09:18,588 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 used request id req-7ca232a5-0856-4b1a-8be0-9fbd9ad0d08b 2018-08-12 08:09:18,588 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:09:18,591 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b72dca32e8ac1323e272e0c3e292bba36016554" 2018-08-12 08:09:18,684 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:09:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5ca2dcee-decd-4e2a-9c8a-dc0935582529 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}} 2018-08-12 08:09:18,684 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe used request id req-5ca2dcee-decd-4e2a-9c8a-dc0935582529 2018-08-12 08:09:18,688 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b72dca32e8ac1323e272e0c3e292bba36016554" 2018-08-12 08:09:18,786 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:09:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2369c398-6c22-4318-90be-8b29e8f1c725 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 315a428116f24d9fbb826b37080a918e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:09:18,787 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e used request id req-2369c398-6c22-4318-90be-8b29e8f1c725 2018-08-12 08:09:18,787 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:09:18,790 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b72dca32e8ac1323e272e0c3e292bba36016554" 2018-08-12 08:09:18,875 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:09:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f1b0b4e5-f617-4d1d-8dbd-25313bb3118e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 11a46741b7954b959fd7764109c047b6.", "code": 404, "title": "Not Found"}} 2018-08-12 08:09:18,875 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 used request id req-f1b0b4e5-f617-4d1d-8dbd-25313bb3118e 2018-08-12 08:09:18,875 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:09:18,879 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b72dca32e8ac1323e272e0c3e292bba36016554" 2018-08-12 08:09:18,971 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:09:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c7fdec24-a02d-40d0-8843-5abfac4a7598 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3c01cd58055c44ecaef39f7e625c2258.", "code": 404, "title": "Not Found"}} 2018-08-12 08:09:18,971 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 used request id req-c7fdec24-a02d-40d0-8843-5abfac4a7598 2018-08-12 08:09:18,971 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:09:18,975 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b72dca32e8ac1323e272e0c3e292bba36016554" 2018-08-12 08:09:19,065 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:09:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-60fdccb5-8a97-4ab7-9c28-695af981fec2 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 521007c1818145639e93ceb270559219.", "code": 404, "title": "Not Found"}} 2018-08-12 08:09:19,065 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 used request id req-60fdccb5-8a97-4ab7-9c28-695af981fec2 2018-08-12 08:09:19,065 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:09:19,068 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b72dca32e8ac1323e272e0c3e292bba36016554" 2018-08-12 08:09:19,154 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:09:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3dac6d95-441b-40f0-ad20-62a2ca248d66 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e18fcc7fc10a4fd0b20234f8520d0aab.", "code": 404, "title": "Not Found"}} 2018-08-12 08:09:19,154 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab used request id req-3dac6d95-441b-40f0-ad20-62a2ca248d66 2018-08-12 08:09:19,154 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:09:19,158 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b72dca32e8ac1323e272e0c3e292bba36016554" 2018-08-12 08:09:19,342 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:09:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-387826ae-b068-4512-8a6b-67603f1d0cb0 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "310f5853751a4c968f3eeb0a3d99a0a8", "name": "service"}} 2018-08-12 08:09:19,342 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 used request id req-387826ae-b068-4512-8a6b-67603f1d0cb0 2018-08-12 08:09:19,346 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b72dca32e8ac1323e272e0c3e292bba36016554" 2018-08-12 08:09:19,441 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:09:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2578f306-e3b3-40e7-88eb-59d054ab1dd6 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9f6c1a272706419c9a74b0893b2890e8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:09:19,441 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 used request id req-2578f306-e3b3-40e7-88eb-59d054ab1dd6 2018-08-12 08:09:19,441 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:09:19,445 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/34cb7327fcfc4b52a63b4b8c0ea4a54d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b72dca32e8ac1323e272e0c3e292bba36016554" 2018-08-12 08:09:19,532 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:09:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a7bddc02-a9d0-485f-ab98-451eb0ea8e5e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 34cb7327fcfc4b52a63b4b8c0ea4a54d.", "code": 404, "title": "Not Found"}} 2018-08-12 08:09:19,532 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/34cb7327fcfc4b52a63b4b8c0ea4a54d used request id req-a7bddc02-a9d0-485f-ab98-451eb0ea8e5e 2018-08-12 08:09:19,532 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:09:19,535 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa9ca6d7608b4d7d87ce97331679a481 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b72dca32e8ac1323e272e0c3e292bba36016554" 2018-08-12 08:09:19,627 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:09:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2bb14506-7d92-4e23-8f2d-5adf308c6a0f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa9ca6d7608b4d7d87ce97331679a481.", "code": 404, "title": "Not Found"}} 2018-08-12 08:09:19,627 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa9ca6d7608b4d7d87ce97331679a481 used request id req-2bb14506-7d92-4e23-8f2d-5adf308c6a0f 2018-08-12 08:09:19,627 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:09:19,631 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/87db863ba6e348b0a5ddcb67053db9d1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b72dca32e8ac1323e272e0c3e292bba36016554" 2018-08-12 08:09:19,722 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:09:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-54a6c318-3faf-4a77-ada9-886557c313d7 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87db863ba6e348b0a5ddcb67053db9d1.", "code": 404, "title": "Not Found"}} 2018-08-12 08:09:19,722 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/87db863ba6e348b0a5ddcb67053db9d1 used request id req-54a6c318-3faf-4a77-ada9-886557c313d7 2018-08-12 08:09:19,722 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:09:19,723 - keystone_utils - INFO - Deleting project with name - CreateMultiPartImageTests-eb14e688-95aa-468-proj 2018-08-12 08:09:19,727 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/ec8bf494fe3948f6844f99046943bbe8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b72dca32e8ac1323e272e0c3e292bba36016554" 2018-08-12 08:09:19,946 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:09:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-788fe63b-3556-4e42-81ea-3b4268efd8e6 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 08:09:19,946 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/ec8bf494fe3948f6844f99046943bbe8 used request id req-788fe63b-3556-4e42-81ea-3b4268efd8e6 2018-08-12 08:09:19,947 - keystone_utils - INFO - Deleting role with name - CreateMultiPartImageTests-eb14e688-95aa-468-proj-role 2018-08-12 08:09:19,950 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/fff5fa53e8344d0c8978b5bb193a883c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b72dca32e8ac1323e272e0c3e292bba36016554" 2018-08-12 08:09:20,060 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:09:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3be2b556-e8fb-411c-97e0-a6606e6aa600 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 08:09:20,060 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/fff5fa53e8344d0c8978b5bb193a883c used request id req-3be2b556-e8fb-411c-97e0-a6606e6aa600 2018-08-12 08:09:20,063 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b72dca32e8ac1323e272e0c3e292bba36016554" 2018-08-12 08:09:20,156 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:09:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bf4c959e-c630-45e1-94a3-62f57bbfec08 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:09:20,156 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-bf4c959e-c630-45e1-94a3-62f57bbfec08 2018-08-12 08:09:20,157 - keystone_utils - INFO - Deleting user with name - CreateMultiPartImageTests-eb14e688-95aa-468-user 2018-08-12 08:09:20,161 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/4488814ff070489c8a3b747f7e691bcf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df23a0cd960b0780c58f64244bdcf77a0993c9a0" 2018-08-12 08:09:20,330 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:09:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-58b2dcd1-a93e-41ea-823a-a826c891601a 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 08:09:20,330 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/4488814ff070489c8a3b747f7e691bcf used request id req-58b2dcd1-a93e-41ea-823a-a826c891601a 2018-08-12 08:09:20,331 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:09:20,819 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:09:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["ywCUsDtsSOqRUbkk_qDoZg"], "issued_at": "2018-08-12T08:09:20.000000Z"}} 2018-08-12 08:09:20,819 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}9185e9df09889b493012525e00e28d6c909e7e5e" 2018-08-12 08:09:20,908 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:09:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0262156f-638d-47d1-afcb-abba2d7d85db Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:09:20,908 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-0262156f-638d-47d1-afcb-abba2d7d85db 2018-08-12 08:09:20,909 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:09:20,910 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:09:21,300 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:09:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["DSaWAzQMRLaQn78dICjT0Q"], "issued_at": "2018-08-12T08:09:21.000000Z"}} 2018-08-12 08:09:21,301 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}b33be9ef93bcc70b1b9b87255cce240127c63a91" 2018-08-12 08:09:21,386 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:09:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-73d619d7-f724-4896-b010-56ec543ec558 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:09:21,386 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-73d619d7-f724-4896-b010-56ec543ec558 2018-08-12 08:09:21,390 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:09:21,396 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:09:21 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:09:21,396 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateMultiPartImageTests-ba5bc46a-0dbb-44f-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b33be9ef93bcc70b1b9b87255cce240127c63a91" 2018-08-12 08:09:21,485 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:09:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e07f7005-4018-4e4c-ad06-c226885df275 Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateMultiPartImageTests-ba5bc46a-0dbb-44f-proj", "previous": null, "next": null}, "projects": []} 2018-08-12 08:09:21,486 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateMultiPartImageTests-ba5bc46a-0dbb-44f-proj used request id req-e07f7005-4018-4e4c-ad06-c226885df275 2018-08-12 08:09:21,489 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b33be9ef93bcc70b1b9b87255cce240127c63a91" 2018-08-12 08:09:21,578 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:09:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-43672853-9b38-419a-84c8-a43545489ecc Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:09:21,578 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-43672853-9b38-419a-84c8-a43545489ecc 2018-08-12 08:09:21,582 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b33be9ef93bcc70b1b9b87255cce240127c63a91" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateMultiPartImageTests-ba5bc46a-0dbb-44f-proj"}}' 2018-08-12 08:09:21,713 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:09:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5a95d82c-ab6c-4ddb-83d5-37531cffb4e4 Content-Length: 322 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/297d0a14315b43b0888be826bc030fe7"}, "tags": [], "enabled": true, "id": "297d0a14315b43b0888be826bc030fe7", "parent_id": "default", "domain_id": "default", "name": "CreateMultiPartImageTests-ba5bc46a-0dbb-44f-proj"}} 2018-08-12 08:09:21,713 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-5a95d82c-ab6c-4ddb-83d5-37531cffb4e4 2018-08-12 08:09:21,713 - keystone_utils - INFO - Created project with name - CreateMultiPartImageTests-ba5bc46a-0dbb-44f-proj 2018-08-12 08:09:21,713 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:09:21,714 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:09:22,104 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:09:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["_EEk1JoKQ3auIXkdYnAqaQ"], "issued_at": "2018-08-12T08:09:22.000000Z"}} 2018-08-12 08:09:22,105 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}03331a8df2345219d7718a084931e95ed39b9110" 2018-08-12 08:09:22,189 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:09:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5041e6a7-3eae-4c6a-97eb-d05eb189f1e9 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:09:22,189 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-5041e6a7-3eae-4c6a-97eb-d05eb189f1e9 2018-08-12 08:09:22,194 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:09:22,199 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:09:22 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:09:22,200 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03331a8df2345219d7718a084931e95ed39b9110" 2018-08-12 08:09:22,308 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:09:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4482a0ca-4f5f-4f6a-bfca-27df3a593ab3 Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/105a247548624314b9228f85f6325f0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105a247548624314b9228f85f6325f0b", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/1c5de0eaa44543f08da6ad63a51594ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c5de0eaa44543f08da6ad63a51594ff", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/1d127b5b832547a88a547c116dfdd65b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d127b5b832547a88a547c116dfdd65b", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/1d5cfc170d624ce4ae53ae0507c8d517"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d5cfc170d624ce4ae53ae0507c8d517", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/2421820b75eb4d3ebd02830378d1377b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2421820b75eb4d3ebd02830378d1377b", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/40bd8ee54ecf44868cc83cede652c396"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40bd8ee54ecf44868cc83cede652c396", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/4f32fb8153854c4c9f5094b42b523f80"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f32fb8153854c4c9f5094b42b523f80", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7066130d08fb4db7bf4ab468de53933b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7066130d08fb4db7bf4ab468de53933b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/8d0898a83bcf4521bbc11501d5d7ac89"}, "domain_id": "1eec97585bde483292ece28ee11f4b8d", "enabled": true, "options": {}, "id": "8d0898a83bcf4521bbc11501d5d7ac89", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/9defcced327d476f8a3beab718a13da3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9defcced327d476f8a3beab718a13da3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/b80ee4f6992446e0879624dd436e99a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b80ee4f6992446e0879624dd436e99a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b86fd3e011324d398fcdb6f095a20a9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b86fd3e011324d398fcdb6f095a20a9d", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1701d2754064b5cadf765ea0806f9b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1701d2754064b5cadf765ea0806f9b2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/db4e7b8d76d549faa502716565c733dd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db4e7b8d76d549faa502716565c733dd", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-12 08:09:22,308 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-4482a0ca-4f5f-4f6a-bfca-27df3a593ab3 2018-08-12 08:09:22,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateMultiPartImageTests-ba5bc46a-0dbb-44f-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03331a8df2345219d7718a084931e95ed39b9110" 2018-08-12 08:09:22,406 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:09:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a648586d-2869-4817-8f0a-ee8c7b29a6ab Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateMultiPartImageTests-ba5bc46a-0dbb-44f-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/297d0a14315b43b0888be826bc030fe7"}, "tags": [], "enabled": true, "id": "297d0a14315b43b0888be826bc030fe7", "parent_id": "default", "domain_id": "default", "name": "CreateMultiPartImageTests-ba5bc46a-0dbb-44f-proj"}]} 2018-08-12 08:09:22,406 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateMultiPartImageTests-ba5bc46a-0dbb-44f-proj used request id req-a648586d-2869-4817-8f0a-ee8c7b29a6ab 2018-08-12 08:09:22,410 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03331a8df2345219d7718a084931e95ed39b9110" 2018-08-12 08:09:22,504 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:09:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b25a6098-4943-4295-b066-5df56c04743f Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:09:22,504 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-b25a6098-4943-4295-b066-5df56c04743f 2018-08-12 08:09:22,887 - keystone_utils - INFO - Created user with name - CreateMultiPartImageTests-ba5bc46a-0dbb-44f-user 2018-08-12 08:09:22,887 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:09:22,891 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b33be9ef93bcc70b1b9b87255cce240127c63a91" 2018-08-12 08:09:22,986 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:09:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-27989227-1632-462e-b88c-478388bc1bc6 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:09:22,987 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-27989227-1632-462e-b88c-478388bc1bc6 2018-08-12 08:09:22,990 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b33be9ef93bcc70b1b9b87255cce240127c63a91" -d '{"role": {"name": "CreateMultiPartImageTests-ba5bc46a-0dbb-44f-proj-role"}}' 2018-08-12 08:09:23,096 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:09:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-45dc9ed0-14af-4838-a655-be2889c9eb11 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "371cf14f560043358d6bb803305fd2f7", "links": {"self": "http://172.30.9.21:5000/v3/roles/371cf14f560043358d6bb803305fd2f7"}, "name": "CreateMultiPartImageTests-ba5bc46a-0dbb-44f-proj-role"}} 2018-08-12 08:09:23,097 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-45dc9ed0-14af-4838-a655-be2889c9eb11 2018-08-12 08:09:23,097 - keystone_utils - INFO - Created role with name - CreateMultiPartImageTests-ba5bc46a-0dbb-44f-proj-role 2018-08-12 08:09:23,100 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/371cf14f560043358d6bb803305fd2f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b33be9ef93bcc70b1b9b87255cce240127c63a91" 2018-08-12 08:09:23,190 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:09:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5fd14661-810f-490f-8b82-d7801a3850c6 Content-Encoding: gzip Content-Length: 182 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "371cf14f560043358d6bb803305fd2f7", "links": {"self": "http://172.30.9.21:5000/v3/roles/371cf14f560043358d6bb803305fd2f7"}, "name": "CreateMultiPartImageTests-ba5bc46a-0dbb-44f-proj-role"}} 2018-08-12 08:09:23,190 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/371cf14f560043358d6bb803305fd2f7 used request id req-5fd14661-810f-490f-8b82-d7801a3850c6 2018-08-12 08:09:23,190 - keystone_utils - INFO - Granting role CreateMultiPartImageTests-ba5bc46a-0dbb-44f-proj-role to project CreateMultiPartImageTests-ba5bc46a-0dbb-44f-proj 2018-08-12 08:09:23,194 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/297d0a14315b43b0888be826bc030fe7/users/837f907f428e4cbd931fa4032cd2a677/roles/371cf14f560043358d6bb803305fd2f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b33be9ef93bcc70b1b9b87255cce240127c63a91" 2018-08-12 08:09:23,255 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:09:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-18876e70-ca31-434c-a039-401e4b28d792 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 08:09:23,255 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/297d0a14315b43b0888be826bc030fe7/users/837f907f428e4cbd931fa4032cd2a677/roles/371cf14f560043358d6bb803305fd2f7 used request id req-18876e70-ca31-434c-a039-401e4b28d792 2018-08-12 08:09:23,256 - create_image_tests - WARNING - Test not executed as the image metadata requires image files 2018-08-12 08:09:23,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:09:23,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:09:23,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:09:23,257 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:09:23,257 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:09:23,263 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b33be9ef93bcc70b1b9b87255cce240127c63a91" 2018-08-12 08:09:23,533 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 43135 X-Openstack-Request-Id: req-f51e6cea-c544-4c85-b938-bb5c8efabe08 Date: Sun, 12 Aug 2018 08:09:23 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "created_at": "2018-08-12T06:59:44Z", "updated_at": "2018-08-12T06:59:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "1d7fd960-7865-4453-aecc-8d399b4fad21", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "66820d8a-b785-4b18-bd67-500221c8e4f9", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "74fc7638-a322-4841-8c47-06d36174a200", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "8eaa09ec-8419-4582-9312-1e527afe6e4b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}], "revision_number": 4, "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "created_at": "2018-08-12T05:12:34Z", "updated_at": "2018-08-12T05:12:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "709513d2-af7d-4d0b-bd3c-604fed75a711", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "aa346066-e46f-44f2-94be-2884aa998a19", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "c15f7b93-e56c-4afa-867d-2acb286d4b7b", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "cb0ef83f-5f70-4a80-ad35-431ca9df551e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}], "revision_number": 4, "project_id": "fa5a7fe6ee54472ba01638877aade8e3", "id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ea65becf30e54b27aa96a449698a435e", "created_at": "2018-08-12T05:10:35Z", "updated_at": "2018-08-12T05:10:35Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "30ad280c-f302-4cd4-a438-5139917b56f9", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "76115c4c-887d-4f0a-83e2-486e4b39c713", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "8ab14937-4c08-4d43-8a9a-662e622cc643", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "ee757a03-5662-4273-9c3e-6212e7afb48f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}], "revision_number": 4, "project_id": "ea65becf30e54b27aa96a449698a435e", "id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "created_at": "2018-08-12T06:20:09Z", "updated_at": "2018-08-12T06:20:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "1123b8f2-75ac-4a26-b9b2-a96da97408e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "2ddd2b93-e080-48cd-9a50-f5fe8a82ad0c", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "cd1bae62-0aea-4438-b4c3-50a69ae6f855", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "e398e01e-ceea-46d1-9534-b929808c4a5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}], "revision_number": 4, "project_id": "ff7abd7bb61f4f2889831e932d65dc2e", "id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "created_at": "2018-08-12T05:34:57Z", "updated_at": "2018-08-12T05:34:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "208a1c1e-f5f8-49c7-9a25-d07e68b1541f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "27bfd867-e607-4bf8-9de8-60682d3f771d", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "49360e1f-6fd3-4f35-b339-24cea95773ee", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "60f631a9-d305-4920-9631-d0543e2ac64f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}], "revision_number": 4, "project_id": "3a85ceae958d4d9fba68847e7df67db8", "id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "created_at": "2018-08-12T05:34:40Z", "updated_at": "2018-08-12T05:34:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "2192c259-363e-4768-ae73-e75837ad63b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "3f87ddc5-f84d-41dc-8215-847724782569", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "7d89f6da-ea78-49dd-9115-f9ad23b250bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "9ec4497d-0f65-44db-9be9-7b3042e4a584", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}], "revision_number": 4, "project_id": "85517fcf1c6247e699fdcdd42ecc8c79", "id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "created_at": "2018-08-12T05:16:02Z", "updated_at": "2018-08-12T05:16:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "1ecacd8c-c1c7-4a66-9871-406a69323b43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "3cc1750c-e0e7-4902-b6f3-494a161b832e", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "d719a7a4-8c99-44ed-8c12-6bf071890203", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "fe7421b5-d577-41da-8c78-62f3c07eda92", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}], "revision_number": 4, "project_id": "a267b9a156244bb192691cff6e5f74fe", "id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "315a428116f24d9fbb826b37080a918e", "created_at": "2018-08-12T05:11:31Z", "updated_at": "2018-08-12T05:11:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "5e52886a-1dc3-4a81-a55d-f388dc4fd1a1", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "678e32e4-d64c-448a-a4ab-e253ab94ae90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "a8da1539-e3ad-4f90-b2df-3dc1f09d228a", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "b73d5cc9-0205-4658-bb1f-61a042c0ab8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}], "revision_number": 4, "project_id": "315a428116f24d9fbb826b37080a918e", "id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-12T05:08:01Z", "updated_at": "2018-08-12T05:08:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:01Z", "revision_number": 0, "id": "0fb05d03-1117-45d0-930c-b6d4c96ef102", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "4faaab33-5788-4bbd-85b8-0fb44d41413a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "96d0c5a0-5c67-421b-8fc8-2b46d77e5db3", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "dd78519b-4bc5-4e8e-ad0f-58089dd69347", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "11a46741b7954b959fd7764109c047b6", "created_at": "2018-08-12T05:34:51Z", "updated_at": "2018-08-12T05:34:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "0b67bf3c-2289-43bb-ab6c-7d25ec32a279", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "51f3f833-337a-42bd-a8d5-742ea8d6c226", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "571fd0b5-ef90-408d-af33-aafb517b8993", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "944ba823-fb9c-496e-a66e-bb426bb14a8d", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}], "revision_number": 4, "project_id": "11a46741b7954b959fd7764109c047b6", "id": "90af9782-8112-4257-801d-ee5115d226ba", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "created_at": "2018-08-12T05:34:26Z", "updated_at": "2018-08-12T05:34:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "2ee1f63a-807c-4d6a-85ee-dd784f6b8c3f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5dec3ec2-2add-47dd-8618-90659dcf3885", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5ea0dc3e-49d0-43f0-94e9-f6443527d14c", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "fbfaca22-7e3e-4128-8973-43e439b77c28", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}], "revision_number": 4, "project_id": "3c01cd58055c44ecaef39f7e625c2258", "id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "521007c1818145639e93ceb270559219", "created_at": "2018-08-12T05:13:27Z", "updated_at": "2018-08-12T05:13:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "5e7fede5-b0f2-47d8-95c3-516cdfc7f9de", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "8fd0e36f-c6c4-4f64-ba97-40439e614448", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "db7d79de-1dfc-4138-945f-91e74cdc266b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "e87f2cff-ff3e-4b6d-aaf0-7f0eb0ab9f05", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}], "revision_number": 4, "project_id": "521007c1818145639e93ceb270559219", "id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "created_at": "2018-08-12T05:08:18Z", "updated_at": "2018-08-12T05:08:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "3c67be40-bf74-4f97-9693-d93ce73a23b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "6112d869-2fc6-4a25-a13c-3d55cd7206c0", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "bdf21c56-453e-482e-9cba-3c55abcb0339", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "c8e92c39-38cc-4f48-be9c-5f0912e6a725", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}], "revision_number": 4, "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "created_at": "2018-08-12T05:04:23Z", "updated_at": "2018-08-12T05:04:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "280546d9-8ad1-4283-abfc-15ee9b1736c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "58bce125-f2ca-4a6d-b9ca-4e6cf5c0f7a5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "69275b9a-cfb5-482c-a9c4-8ffc79adf2c7", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "6d747f3a-3764-469a-a645-f977585c5aac", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}], "revision_number": 4, "project_id": "310f5853751a4c968f3eeb0a3d99a0a8", "id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "created_at": "2018-08-12T05:34:42Z", "updated_at": "2018-08-12T05:34:42Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "199582e8-25aa-457a-aa7c-6d8413ca4464", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "234f3609-4454-448f-919d-c8143c7cd764", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "c1061460-71a2-49a9-a04b-9fa33eeb17ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "d21ac532-51d8-4d6b-8300-7bac216759bf", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}], "revision_number": 4, "project_id": "9f6c1a272706419c9a74b0893b2890e8", "id": "d6739716-c693-460c-89c6-e7c8c48f8245", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "created_at": "2018-08-12T05:34:54Z", "updated_at": "2018-08-12T05:34:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "0633a05a-ee7d-4476-a56b-75d011b22f77", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "6cc1b9f8-73db-47a3-a0e0-3c96c43f34da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "90d99a6b-e94f-4fd8-a10c-f19dd8954c13", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "e843c139-af2a-4d2c-a24f-59f7b10ff72e", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}], "revision_number": 4, "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "created_at": "2018-08-12T05:09:07Z", "updated_at": "2018-08-12T05:09:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "5495e168-f505-4d74-ae6d-387f0bf533c2", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "6fd19b8b-3062-456e-81ba-3ff37fe43429", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8ca59d25-485c-46ce-939c-2e4a468caeac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8f190846-50a0-42b9-b571-390809b752b1", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}], "revision_number": 4, "project_id": "fa9ca6d7608b4d7d87ce97331679a481", "id": "edcd9b17-9416-4c25-823c-060c435e18d7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "created_at": "2018-08-12T05:34:52Z", "updated_at": "2018-08-12T05:34:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "2c7e484e-6ec5-4a95-8c9c-66d294c0c27e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "70c74258-3c2c-4efc-87e0-079c26ee3417", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "b70382fa-082e-4c2b-abc8-87490fa50b11", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "c3628e02-b4b6-42c9-8751-c1a2d3c19caa", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}], "revision_number": 4, "project_id": "87db863ba6e348b0a5ddcb67053db9d1", "id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "name": "default"}]} 2018-08-12 08:09:23,534 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-f51e6cea-c544-4c85-b938-bb5c8efabe08 2018-08-12 08:09:23,542 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b33be9ef93bcc70b1b9b87255cce240127c63a91" 2018-08-12 08:09:23,632 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:09:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ac4c5ec7-e404-43e1-9ec4-a45648a1df1c Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 5fe28c13d4d74ba2be8d019ac1ea6363.", "code": 404, "title": "Not Found"}} 2018-08-12 08:09:23,633 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 used request id req-ac4c5ec7-e404-43e1-9ec4-a45648a1df1c 2018-08-12 08:09:23,633 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:09:23,636 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b33be9ef93bcc70b1b9b87255cce240127c63a91" 2018-08-12 08:09:23,653 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:09:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-32dd299a-8673-41d9-adda-0825f4a3cc5f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa5a7fe6ee54472ba01638877aade8e3.", "code": 404, "title": "Not Found"}} 2018-08-12 08:09:23,653 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 used request id req-32dd299a-8673-41d9-adda-0825f4a3cc5f 2018-08-12 08:09:23,653 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:09:23,656 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b33be9ef93bcc70b1b9b87255cce240127c63a91" 2018-08-12 08:09:23,746 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:09:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f1744706-c4db-4846-ade1-61aa61d4c138 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ea65becf30e54b27aa96a449698a435e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:09:23,747 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e used request id req-f1744706-c4db-4846-ade1-61aa61d4c138 2018-08-12 08:09:23,747 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:09:23,750 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b33be9ef93bcc70b1b9b87255cce240127c63a91" 2018-08-12 08:09:23,839 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:09:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-801dab7b-1143-4e8a-9004-d128a405bc02 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ff7abd7bb61f4f2889831e932d65dc2e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:09:23,839 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e used request id req-801dab7b-1143-4e8a-9004-d128a405bc02 2018-08-12 08:09:23,839 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:09:23,843 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b33be9ef93bcc70b1b9b87255cce240127c63a91" 2018-08-12 08:09:23,935 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:09:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b785d065-7e9d-4721-8d59-4a7d24e943b3 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3a85ceae958d4d9fba68847e7df67db8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:09:23,935 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 used request id req-b785d065-7e9d-4721-8d59-4a7d24e943b3 2018-08-12 08:09:23,936 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:09:23,939 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b33be9ef93bcc70b1b9b87255cce240127c63a91" 2018-08-12 08:09:24,033 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:09:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-770a13e6-a7b3-4548-83ac-d79faaa4b6a3 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 85517fcf1c6247e699fdcdd42ecc8c79.", "code": 404, "title": "Not Found"}} 2018-08-12 08:09:24,033 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 used request id req-770a13e6-a7b3-4548-83ac-d79faaa4b6a3 2018-08-12 08:09:24,033 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:09:24,036 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b33be9ef93bcc70b1b9b87255cce240127c63a91" 2018-08-12 08:09:24,132 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:09:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4043700c-d759-4e4a-86f1-bbb547aa39b8 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}} 2018-08-12 08:09:24,132 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe used request id req-4043700c-d759-4e4a-86f1-bbb547aa39b8 2018-08-12 08:09:24,136 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b33be9ef93bcc70b1b9b87255cce240127c63a91" 2018-08-12 08:09:24,232 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:09:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e4472f84-b02a-452e-ae2e-6642ca25a92e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 315a428116f24d9fbb826b37080a918e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:09:24,232 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e used request id req-e4472f84-b02a-452e-ae2e-6642ca25a92e 2018-08-12 08:09:24,232 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:09:24,236 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b33be9ef93bcc70b1b9b87255cce240127c63a91" 2018-08-12 08:09:24,325 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:09:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f95a014f-477b-446b-b527-a7ccd5cc7ff6 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 11a46741b7954b959fd7764109c047b6.", "code": 404, "title": "Not Found"}} 2018-08-12 08:09:24,326 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 used request id req-f95a014f-477b-446b-b527-a7ccd5cc7ff6 2018-08-12 08:09:24,326 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:09:24,329 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b33be9ef93bcc70b1b9b87255cce240127c63a91" 2018-08-12 08:09:24,417 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:09:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-549a659c-822a-4e2b-98dc-409981fe70c8 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3c01cd58055c44ecaef39f7e625c2258.", "code": 404, "title": "Not Found"}} 2018-08-12 08:09:24,418 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 used request id req-549a659c-822a-4e2b-98dc-409981fe70c8 2018-08-12 08:09:24,418 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:09:24,421 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b33be9ef93bcc70b1b9b87255cce240127c63a91" 2018-08-12 08:09:24,504 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:09:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b8d13078-bf44-4f0f-a21e-2857f715808e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 521007c1818145639e93ceb270559219.", "code": 404, "title": "Not Found"}} 2018-08-12 08:09:24,504 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 used request id req-b8d13078-bf44-4f0f-a21e-2857f715808e 2018-08-12 08:09:24,504 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:09:24,508 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b33be9ef93bcc70b1b9b87255cce240127c63a91" 2018-08-12 08:09:24,598 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:09:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0275292c-2736-4f2b-9a4f-6efbc211c811 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e18fcc7fc10a4fd0b20234f8520d0aab.", "code": 404, "title": "Not Found"}} 2018-08-12 08:09:24,599 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab used request id req-0275292c-2736-4f2b-9a4f-6efbc211c811 2018-08-12 08:09:24,599 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:09:24,602 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b33be9ef93bcc70b1b9b87255cce240127c63a91" 2018-08-12 08:09:24,700 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:09:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a1b4ea31-cd35-4d26-a119-b25fc92e5b34 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "310f5853751a4c968f3eeb0a3d99a0a8", "name": "service"}} 2018-08-12 08:09:24,701 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 used request id req-a1b4ea31-cd35-4d26-a119-b25fc92e5b34 2018-08-12 08:09:24,704 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b33be9ef93bcc70b1b9b87255cce240127c63a91" 2018-08-12 08:09:24,791 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:09:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1cd55814-c605-4df9-aa04-b8771468ea6d Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9f6c1a272706419c9a74b0893b2890e8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:09:24,791 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 used request id req-1cd55814-c605-4df9-aa04-b8771468ea6d 2018-08-12 08:09:24,791 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:09:24,795 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/34cb7327fcfc4b52a63b4b8c0ea4a54d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b33be9ef93bcc70b1b9b87255cce240127c63a91" 2018-08-12 08:09:24,889 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:09:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-410fe805-d95d-4946-9eb4-7209acc2f35e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 34cb7327fcfc4b52a63b4b8c0ea4a54d.", "code": 404, "title": "Not Found"}} 2018-08-12 08:09:24,890 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/34cb7327fcfc4b52a63b4b8c0ea4a54d used request id req-410fe805-d95d-4946-9eb4-7209acc2f35e 2018-08-12 08:09:24,890 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:09:24,893 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa9ca6d7608b4d7d87ce97331679a481 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b33be9ef93bcc70b1b9b87255cce240127c63a91" 2018-08-12 08:09:24,989 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:09:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ed4e8b70-ddda-4485-875b-8dc475838664 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa9ca6d7608b4d7d87ce97331679a481.", "code": 404, "title": "Not Found"}} 2018-08-12 08:09:24,989 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa9ca6d7608b4d7d87ce97331679a481 used request id req-ed4e8b70-ddda-4485-875b-8dc475838664 2018-08-12 08:09:24,989 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:09:24,993 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/87db863ba6e348b0a5ddcb67053db9d1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b33be9ef93bcc70b1b9b87255cce240127c63a91" 2018-08-12 08:09:25,087 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:09:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-036f0db8-ba1e-4c20-a8dd-95f5cd628059 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87db863ba6e348b0a5ddcb67053db9d1.", "code": 404, "title": "Not Found"}} 2018-08-12 08:09:25,087 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/87db863ba6e348b0a5ddcb67053db9d1 used request id req-036f0db8-ba1e-4c20-a8dd-95f5cd628059 2018-08-12 08:09:25,087 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:09:25,088 - keystone_utils - INFO - Deleting project with name - CreateMultiPartImageTests-ba5bc46a-0dbb-44f-proj 2018-08-12 08:09:25,092 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/297d0a14315b43b0888be826bc030fe7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b33be9ef93bcc70b1b9b87255cce240127c63a91" 2018-08-12 08:09:25,323 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:09:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9f3f115c-1e4e-41e4-a973-e1b4d69e25ad 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 08:09:25,323 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/297d0a14315b43b0888be826bc030fe7 used request id req-9f3f115c-1e4e-41e4-a973-e1b4d69e25ad 2018-08-12 08:09:25,323 - keystone_utils - INFO - Deleting role with name - CreateMultiPartImageTests-ba5bc46a-0dbb-44f-proj-role 2018-08-12 08:09:25,326 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/371cf14f560043358d6bb803305fd2f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b33be9ef93bcc70b1b9b87255cce240127c63a91" 2018-08-12 08:09:25,455 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:09:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9b63c4b5-0e89-40a7-af0e-922e5c55e8b6 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 08:09:25,456 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/371cf14f560043358d6bb803305fd2f7 used request id req-9b63c4b5-0e89-40a7-af0e-922e5c55e8b6 2018-08-12 08:09:25,459 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b33be9ef93bcc70b1b9b87255cce240127c63a91" 2018-08-12 08:09:25,545 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:09:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7b20da05-8feb-4441-9928-9e7bad603fd6 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:09:25,545 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-7b20da05-8feb-4441-9928-9e7bad603fd6 2018-08-12 08:09:25,546 - keystone_utils - INFO - Deleting user with name - CreateMultiPartImageTests-ba5bc46a-0dbb-44f-user 2018-08-12 08:09:25,550 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/837f907f428e4cbd931fa4032cd2a677 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03331a8df2345219d7718a084931e95ed39b9110" 2018-08-12 08:09:25,721 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:09:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-724eb782-3ab8-408a-bdaf-e77ed7d9a401 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 08:09:25,721 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/837f907f428e4cbd931fa4032cd2a677 used request id req-724eb782-3ab8-408a-bdaf-e77ed7d9a401 2018-08-12 08:09:25,722 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:09:26,125 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:09:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["wiCv3gzCRgGXS6tVzf1-0Q"], "issued_at": "2018-08-12T08:09:26.000000Z"}} 2018-08-12 08:09:26,126 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}8fe477a4014572eaaccae12a7ab6af488adae1c8" 2018-08-12 08:09:26,137 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:09:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1588d90b-dca7-4a9e-b47c-60465beb9dae Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:09:26,138 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-1588d90b-dca7-4a9e-b47c-60465beb9dae 2018-08-12 08:09:26,139 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:09:26,139 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:09:26,535 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:09:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["ZRBq85RzTNO6OVv98S8moQ"], "issued_at": "2018-08-12T08:09:26.000000Z"}} 2018-08-12 08:09:26,536 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}f0c8f033a2842806ee32ed576dc58fa681a08986" 2018-08-12 08:09:26,624 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:09:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a655a92e-289d-4c70-9928-df340ba73eff Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:09:26,625 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-a655a92e-289d-4c70-9928-df340ba73eff 2018-08-12 08:09:26,629 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:09:26,634 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:09:26 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:09:26,635 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-6f3caf07-71f5-476-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0c8f033a2842806ee32ed576dc58fa681a08986" 2018-08-12 08:09:26,728 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:09:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fedf601b-3713-4776-8f8f-391f350b678a Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-6f3caf07-71f5-476-proj", "previous": null, "next": null}, "projects": []} 2018-08-12 08:09:26,728 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-6f3caf07-71f5-476-proj used request id req-fedf601b-3713-4776-8f8f-391f350b678a 2018-08-12 08:09:26,731 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0c8f033a2842806ee32ed576dc58fa681a08986" 2018-08-12 08:09:26,819 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:09:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-369c7e21-f47e-478a-a58c-2a08afb238cc Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:09:26,819 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-369c7e21-f47e-478a-a58c-2a08afb238cc 2018-08-12 08:09:26,823 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0c8f033a2842806ee32ed576dc58fa681a08986" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateKeypairsTests-6f3caf07-71f5-476-proj"}}' 2018-08-12 08:09:26,941 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:09:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-53bc743e-bac4-4aa7-848a-ad3bb6492260 Content-Length: 316 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/f9cf01b2ed2c4caea81d611be2040581"}, "tags": [], "enabled": true, "id": "f9cf01b2ed2c4caea81d611be2040581", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-6f3caf07-71f5-476-proj"}} 2018-08-12 08:09:26,941 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-53bc743e-bac4-4aa7-848a-ad3bb6492260 2018-08-12 08:09:26,941 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-6f3caf07-71f5-476-proj 2018-08-12 08:09:26,941 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:09:26,942 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:09:27,341 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:09:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["KEo13OYrRzubiUdO7K_lew"], "issued_at": "2018-08-12T08:09:27.000000Z"}} 2018-08-12 08:09:27,342 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}ab85fa52a8341ec2c9c3e6ea3db5f4203b1a9979" 2018-08-12 08:09:27,436 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:09:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-82fd572d-f10f-4a47-8248-1f03fadb5092 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:09:27,436 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-82fd572d-f10f-4a47-8248-1f03fadb5092 2018-08-12 08:09:27,440 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:09:27,446 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:09:27 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:09:27,447 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab85fa52a8341ec2c9c3e6ea3db5f4203b1a9979" 2018-08-12 08:09:27,559 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:09:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-db22f9a6-e5cb-416d-81f4-91954f327f98 Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/105a247548624314b9228f85f6325f0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105a247548624314b9228f85f6325f0b", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/1c5de0eaa44543f08da6ad63a51594ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c5de0eaa44543f08da6ad63a51594ff", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/1d127b5b832547a88a547c116dfdd65b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d127b5b832547a88a547c116dfdd65b", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/1d5cfc170d624ce4ae53ae0507c8d517"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d5cfc170d624ce4ae53ae0507c8d517", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/2421820b75eb4d3ebd02830378d1377b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2421820b75eb4d3ebd02830378d1377b", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/40bd8ee54ecf44868cc83cede652c396"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40bd8ee54ecf44868cc83cede652c396", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/4f32fb8153854c4c9f5094b42b523f80"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f32fb8153854c4c9f5094b42b523f80", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7066130d08fb4db7bf4ab468de53933b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7066130d08fb4db7bf4ab468de53933b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/8d0898a83bcf4521bbc11501d5d7ac89"}, "domain_id": "1eec97585bde483292ece28ee11f4b8d", "enabled": true, "options": {}, "id": "8d0898a83bcf4521bbc11501d5d7ac89", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/9defcced327d476f8a3beab718a13da3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9defcced327d476f8a3beab718a13da3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/b80ee4f6992446e0879624dd436e99a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b80ee4f6992446e0879624dd436e99a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b86fd3e011324d398fcdb6f095a20a9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b86fd3e011324d398fcdb6f095a20a9d", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1701d2754064b5cadf765ea0806f9b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1701d2754064b5cadf765ea0806f9b2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/db4e7b8d76d549faa502716565c733dd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db4e7b8d76d549faa502716565c733dd", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-12 08:09:27,559 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-db22f9a6-e5cb-416d-81f4-91954f327f98 2018-08-12 08:09:27,563 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateKeypairsTests-6f3caf07-71f5-476-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab85fa52a8341ec2c9c3e6ea3db5f4203b1a9979" 2018-08-12 08:09:27,656 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:09:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-66f0b67f-23c9-460a-80be-10ea653bc34c Content-Encoding: gzip Content-Length: 256 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateKeypairsTests-6f3caf07-71f5-476-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/f9cf01b2ed2c4caea81d611be2040581"}, "tags": [], "enabled": true, "id": "f9cf01b2ed2c4caea81d611be2040581", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-6f3caf07-71f5-476-proj"}]} 2018-08-12 08:09:27,656 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateKeypairsTests-6f3caf07-71f5-476-proj used request id req-66f0b67f-23c9-460a-80be-10ea653bc34c 2018-08-12 08:09:27,660 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab85fa52a8341ec2c9c3e6ea3db5f4203b1a9979" 2018-08-12 08:09:27,747 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:09:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-19efe32a-c896-4be0-8aab-b30cc9f0a46d Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:09:27,747 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-19efe32a-c896-4be0-8aab-b30cc9f0a46d 2018-08-12 08:09:28,054 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-6f3caf07-71f5-476-user 2018-08-12 08:09:28,055 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:09:28,059 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0c8f033a2842806ee32ed576dc58fa681a08986" 2018-08-12 08:09:28,155 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:09:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-53c1d42d-6930-4758-84fe-b88aeb834d11 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:09:28,155 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-53c1d42d-6930-4758-84fe-b88aeb834d11 2018-08-12 08:09:28,159 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0c8f033a2842806ee32ed576dc58fa681a08986" -d '{"role": {"name": "CreateKeypairsTests-6f3caf07-71f5-476-proj-role"}}' 2018-08-12 08:09:28,264 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:09:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9c396373-b627-48a2-922d-da7a350aaca2 Content-Length: 218 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "5f3a50eb54ad45d6a1094b7b9f3920cb", "links": {"self": "http://172.30.9.21:5000/v3/roles/5f3a50eb54ad45d6a1094b7b9f3920cb"}, "name": "CreateKeypairsTests-6f3caf07-71f5-476-proj-role"}} 2018-08-12 08:09:28,264 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-9c396373-b627-48a2-922d-da7a350aaca2 2018-08-12 08:09:28,265 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-6f3caf07-71f5-476-proj-role 2018-08-12 08:09:28,268 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/5f3a50eb54ad45d6a1094b7b9f3920cb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0c8f033a2842806ee32ed576dc58fa681a08986" 2018-08-12 08:09:28,363 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:09:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-16d644d2-c96a-4e70-9dc0-616eab047300 Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "5f3a50eb54ad45d6a1094b7b9f3920cb", "links": {"self": "http://172.30.9.21:5000/v3/roles/5f3a50eb54ad45d6a1094b7b9f3920cb"}, "name": "CreateKeypairsTests-6f3caf07-71f5-476-proj-role"}} 2018-08-12 08:09:28,363 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/5f3a50eb54ad45d6a1094b7b9f3920cb used request id req-16d644d2-c96a-4e70-9dc0-616eab047300 2018-08-12 08:09:28,364 - keystone_utils - INFO - Granting role CreateKeypairsTests-6f3caf07-71f5-476-proj-role to project CreateKeypairsTests-6f3caf07-71f5-476-proj 2018-08-12 08:09:28,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/f9cf01b2ed2c4caea81d611be2040581/users/a982862939f547d2ae095d862ce3e918/roles/5f3a50eb54ad45d6a1094b7b9f3920cb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0c8f033a2842806ee32ed576dc58fa681a08986" 2018-08-12 08:09:28,513 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:09:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4dc82321-e8bb-4d51-a293-594244f4ce7f 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 08:09:28,513 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/f9cf01b2ed2c4caea81d611be2040581/users/a982862939f547d2ae095d862ce3e918/roles/5f3a50eb54ad45d6a1094b7b9f3920cb used request id req-4dc82321-e8bb-4d51-a293-594244f4ce7f 2018-08-12 08:09:28,514 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-12 08:09:28,559 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:09:28,560 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:09:28,950 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5f3a50eb54ad45d6a1094b7b9f3920cb", "name": "CreateKeypairsTests-6f3caf07-71f5-476-proj-role"}], "expires_at": "2018-08-12T09:09:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f9cf01b2ed2c4caea81d611be2040581", "name": "CreateKeypairsTests-6f3caf07-71f5-476-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/f9cf01b2ed2c4caea81d611be2040581", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/f9cf01b2ed2c4caea81d611be2040581", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/f9cf01b2ed2c4caea81d611be2040581", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_f9cf01b2ed2c4caea81d611be2040581", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_f9cf01b2ed2c4caea81d611be2040581", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/f9cf01b2ed2c4caea81d611be2040581", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/f9cf01b2ed2c4caea81d611be2040581", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/f9cf01b2ed2c4caea81d611be2040581", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/f9cf01b2ed2c4caea81d611be2040581", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/f9cf01b2ed2c4caea81d611be2040581", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/f9cf01b2ed2c4caea81d611be2040581", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f9cf01b2ed2c4caea81d611be2040581", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/f9cf01b2ed2c4caea81d611be2040581", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/f9cf01b2ed2c4caea81d611be2040581", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-6f3caf07-71f5-476-user", "id": "a982862939f547d2ae095d862ce3e918"}, "audit_ids": ["lkpEiGeZT-CbzH38A_y2lQ"], "issued_at": "2018-08-12T08:09:28.000000Z"}} 2018-08-12 08:09:28,951 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}dd2481d5236e4caaadadb8bf5bbb71e96c044a28" 2018-08-12 08:09:29,041 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:09:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9f1db091-f53f-4197-ac2b-4e6320c4a753 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:09:29,042 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-9f1db091-f53f-4197-ac2b-4e6320c4a753 2018-08-12 08:09:29,043 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-12 08:09:29,046 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd2481d5236e4caaadadb8bf5bbb71e96c044a28" 2018-08-12 08:09:29,638 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:09:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-75c0ec71-a364-4d96-bf89-e80ca03ac583 x-compute-request-id: req-75c0ec71-a364-4d96-bf89-e80ca03ac583 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-08-12 08:09:29,638 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-75c0ec71-a364-4d96-bf89-e80ca03ac583 2018-08-12 08:09:29,639 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-f6f8049c-4dfe-4fa8-ad8f-9ea94f8a1ac5... 2018-08-12 08:09:29,639 - OpenStackKeypair - INFO - Creating new keypair 2018-08-12 08:09:29,694 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-f6f8049c-4dfe-4fa8-ad8f-9ea94f8a1ac5 2018-08-12 08:09:29,696 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd2481d5236e4caaadadb8bf5bbb71e96c044a28" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQCdbc1Xi3khrrYIBOim7H5/qzNA8iTEaa+G0JbFYOqq6tUckrD2rqB3R9vUmy8/R4RV/ejGv13wEdzw1AX8xXxPgucGzDFiOv6hfkNsb2IZ5D3IFNItKCQcnLbcspErQ90OgeYFye9ey9Wq+lCoYMyPQurpedkw/+rGKnuK9QxQZQ==", "name": "CreateKeypairsTests-f6f8049c-4dfe-4fa8-ad8f-9ea94f8a1ac5"}}' 2018-08-12 08:09:29,768 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:09:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9c8d45c2-3dee-434f-a753-583ed1f60027 x-compute-request-id: req-9c8d45c2-3dee-434f-a753-583ed1f60027 Content-Encoding: gzip Content-Length: 366 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQCdbc1Xi3khrrYIBOim7H5/qzNA8iTEaa+G0JbFYOqq6tUckrD2rqB3R9vUmy8/R4RV/ejGv13wEdzw1AX8xXxPgucGzDFiOv6hfkNsb2IZ5D3IFNItKCQcnLbcspErQ90OgeYFye9ey9Wq+lCoYMyPQurpedkw/+rGKnuK9QxQZQ==", "user_id": "a982862939f547d2ae095d862ce3e918", "name": "CreateKeypairsTests-f6f8049c-4dfe-4fa8-ad8f-9ea94f8a1ac5", "fingerprint": "e0:58:20:79:cb:f6:be:45:60:50:cf:31:09:27:21:4d"}} 2018-08-12 08:09:29,768 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-9c8d45c2-3dee-434f-a753-583ed1f60027 2018-08-12 08:09:29,769 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsTests-f6f8049c-4dfe-4fa8-ad8f-9ea94f8a1ac5 2018-08-12 08:09:29,769 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:09:30,178 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5f3a50eb54ad45d6a1094b7b9f3920cb", "name": "CreateKeypairsTests-6f3caf07-71f5-476-proj-role"}], "expires_at": "2018-08-12T09:09:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f9cf01b2ed2c4caea81d611be2040581", "name": "CreateKeypairsTests-6f3caf07-71f5-476-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/f9cf01b2ed2c4caea81d611be2040581", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/f9cf01b2ed2c4caea81d611be2040581", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/f9cf01b2ed2c4caea81d611be2040581", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_f9cf01b2ed2c4caea81d611be2040581", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_f9cf01b2ed2c4caea81d611be2040581", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/f9cf01b2ed2c4caea81d611be2040581", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/f9cf01b2ed2c4caea81d611be2040581", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/f9cf01b2ed2c4caea81d611be2040581", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/f9cf01b2ed2c4caea81d611be2040581", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/f9cf01b2ed2c4caea81d611be2040581", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/f9cf01b2ed2c4caea81d611be2040581", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f9cf01b2ed2c4caea81d611be2040581", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/f9cf01b2ed2c4caea81d611be2040581", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/f9cf01b2ed2c4caea81d611be2040581", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-6f3caf07-71f5-476-user", "id": "a982862939f547d2ae095d862ce3e918"}, "audit_ids": ["FpLk-FuRSWuhFer8Rr_jsw"], "issued_at": "2018-08-12T08:09:30.000000Z"}} 2018-08-12 08:09:30,181 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/os-keypairs/CreateKeypairsTests-f6f8049c-4dfe-4fa8-ad8f-9ea94f8a1ac5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee5f48c68c52a59eac795c7cb2396cda6e5dcb9a" 2018-08-12 08:09:30,803 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 08:09: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-4368d940-7b21-449c-b1b8-c1a36a5d014a x-compute-request-id: req-4368d940-7b21-449c-b1b8-c1a36a5d014a Content-Length: 0 Content-Type: application/json 2018-08-12 08:09:30,804 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/CreateKeypairsTests-f6f8049c-4dfe-4fa8-ad8f-9ea94f8a1ac5 used request id req-4368d940-7b21-449c-b1b8-c1a36a5d014a 2018-08-12 08:09:30,807 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee5f48c68c52a59eac795c7cb2396cda6e5dcb9a" 2018-08-12 08:09:30,829 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:09: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-76fe7ed5-b106-4361-a402-9e83109b06e9 x-compute-request-id: req-76fe7ed5-b106-4361-a402-9e83109b06e9 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-08-12 08:09:30,829 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-76fe7ed5-b106-4361-a402-9e83109b06e9 2018-08-12 08:09:30,830 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsTests-f6f8049c-4dfe-4fa8-ad8f-9ea94f8a1ac5 2018-08-12 08:09:30,833 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/os-keypairs/CreateKeypairsTests-f6f8049c-4dfe-4fa8-ad8f-9ea94f8a1ac5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd2481d5236e4caaadadb8bf5bbb71e96c044a28" 2018-08-12 08:09:30,859 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:09: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-64d0f14d-8311-4839-901a-756b7f6d6409 x-compute-request-id: req-64d0f14d-8311-4839-901a-756b7f6d6409 Content-Length: 162 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Keypair CreateKeypairsTests-f6f8049c-4dfe-4fa8-ad8f-9ea94f8a1ac5 not found for user a982862939f547d2ae095d862ce3e918", "code": 404}} 2018-08-12 08:09:30,859 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/CreateKeypairsTests-f6f8049c-4dfe-4fa8-ad8f-9ea94f8a1ac5 used request id req-64d0f14d-8311-4839-901a-756b7f6d6409 2018-08-12 08:09:30,860 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:09:30,861 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:09:30,861 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:09:30,861 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:09:30,861 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:09:30,868 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0c8f033a2842806ee32ed576dc58fa681a08986" 2018-08-12 08:09:31,140 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 43135 X-Openstack-Request-Id: req-cb96457f-47d1-4dc9-990c-7cb046f769a5 Date: Sun, 12 Aug 2018 08:09:31 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "created_at": "2018-08-12T06:59:44Z", "updated_at": "2018-08-12T06:59:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "1d7fd960-7865-4453-aecc-8d399b4fad21", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "66820d8a-b785-4b18-bd67-500221c8e4f9", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "74fc7638-a322-4841-8c47-06d36174a200", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "8eaa09ec-8419-4582-9312-1e527afe6e4b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}], "revision_number": 4, "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "created_at": "2018-08-12T05:12:34Z", "updated_at": "2018-08-12T05:12:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "709513d2-af7d-4d0b-bd3c-604fed75a711", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "aa346066-e46f-44f2-94be-2884aa998a19", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "c15f7b93-e56c-4afa-867d-2acb286d4b7b", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "cb0ef83f-5f70-4a80-ad35-431ca9df551e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}], "revision_number": 4, "project_id": "fa5a7fe6ee54472ba01638877aade8e3", "id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ea65becf30e54b27aa96a449698a435e", "created_at": "2018-08-12T05:10:35Z", "updated_at": "2018-08-12T05:10:35Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "30ad280c-f302-4cd4-a438-5139917b56f9", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "76115c4c-887d-4f0a-83e2-486e4b39c713", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "8ab14937-4c08-4d43-8a9a-662e622cc643", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "ee757a03-5662-4273-9c3e-6212e7afb48f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}], "revision_number": 4, "project_id": "ea65becf30e54b27aa96a449698a435e", "id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "created_at": "2018-08-12T06:20:09Z", "updated_at": "2018-08-12T06:20:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "1123b8f2-75ac-4a26-b9b2-a96da97408e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "2ddd2b93-e080-48cd-9a50-f5fe8a82ad0c", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "cd1bae62-0aea-4438-b4c3-50a69ae6f855", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "e398e01e-ceea-46d1-9534-b929808c4a5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}], "revision_number": 4, "project_id": "ff7abd7bb61f4f2889831e932d65dc2e", "id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "created_at": "2018-08-12T05:34:57Z", "updated_at": "2018-08-12T05:34:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "208a1c1e-f5f8-49c7-9a25-d07e68b1541f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "27bfd867-e607-4bf8-9de8-60682d3f771d", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "49360e1f-6fd3-4f35-b339-24cea95773ee", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "60f631a9-d305-4920-9631-d0543e2ac64f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}], "revision_number": 4, "project_id": "3a85ceae958d4d9fba68847e7df67db8", "id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "created_at": "2018-08-12T05:34:40Z", "updated_at": "2018-08-12T05:34:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "2192c259-363e-4768-ae73-e75837ad63b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "3f87ddc5-f84d-41dc-8215-847724782569", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "7d89f6da-ea78-49dd-9115-f9ad23b250bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "9ec4497d-0f65-44db-9be9-7b3042e4a584", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}], "revision_number": 4, "project_id": "85517fcf1c6247e699fdcdd42ecc8c79", "id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "created_at": "2018-08-12T05:16:02Z", "updated_at": "2018-08-12T05:16:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "1ecacd8c-c1c7-4a66-9871-406a69323b43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "3cc1750c-e0e7-4902-b6f3-494a161b832e", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "d719a7a4-8c99-44ed-8c12-6bf071890203", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "fe7421b5-d577-41da-8c78-62f3c07eda92", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}], "revision_number": 4, "project_id": "a267b9a156244bb192691cff6e5f74fe", "id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "315a428116f24d9fbb826b37080a918e", "created_at": "2018-08-12T05:11:31Z", "updated_at": "2018-08-12T05:11:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "5e52886a-1dc3-4a81-a55d-f388dc4fd1a1", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "678e32e4-d64c-448a-a4ab-e253ab94ae90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "a8da1539-e3ad-4f90-b2df-3dc1f09d228a", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "b73d5cc9-0205-4658-bb1f-61a042c0ab8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}], "revision_number": 4, "project_id": "315a428116f24d9fbb826b37080a918e", "id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-12T05:08:01Z", "updated_at": "2018-08-12T05:08:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:01Z", "revision_number": 0, "id": "0fb05d03-1117-45d0-930c-b6d4c96ef102", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "4faaab33-5788-4bbd-85b8-0fb44d41413a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "96d0c5a0-5c67-421b-8fc8-2b46d77e5db3", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "dd78519b-4bc5-4e8e-ad0f-58089dd69347", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "11a46741b7954b959fd7764109c047b6", "created_at": "2018-08-12T05:34:51Z", "updated_at": "2018-08-12T05:34:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "0b67bf3c-2289-43bb-ab6c-7d25ec32a279", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "51f3f833-337a-42bd-a8d5-742ea8d6c226", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "571fd0b5-ef90-408d-af33-aafb517b8993", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "944ba823-fb9c-496e-a66e-bb426bb14a8d", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}], "revision_number": 4, "project_id": "11a46741b7954b959fd7764109c047b6", "id": "90af9782-8112-4257-801d-ee5115d226ba", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "created_at": "2018-08-12T05:34:26Z", "updated_at": "2018-08-12T05:34:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "2ee1f63a-807c-4d6a-85ee-dd784f6b8c3f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5dec3ec2-2add-47dd-8618-90659dcf3885", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5ea0dc3e-49d0-43f0-94e9-f6443527d14c", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "fbfaca22-7e3e-4128-8973-43e439b77c28", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}], "revision_number": 4, "project_id": "3c01cd58055c44ecaef39f7e625c2258", "id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "521007c1818145639e93ceb270559219", "created_at": "2018-08-12T05:13:27Z", "updated_at": "2018-08-12T05:13:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "5e7fede5-b0f2-47d8-95c3-516cdfc7f9de", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "8fd0e36f-c6c4-4f64-ba97-40439e614448", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "db7d79de-1dfc-4138-945f-91e74cdc266b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "e87f2cff-ff3e-4b6d-aaf0-7f0eb0ab9f05", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}], "revision_number": 4, "project_id": "521007c1818145639e93ceb270559219", "id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "created_at": "2018-08-12T05:08:18Z", "updated_at": "2018-08-12T05:08:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "3c67be40-bf74-4f97-9693-d93ce73a23b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "6112d869-2fc6-4a25-a13c-3d55cd7206c0", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "bdf21c56-453e-482e-9cba-3c55abcb0339", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "c8e92c39-38cc-4f48-be9c-5f0912e6a725", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}], "revision_number": 4, "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "created_at": "2018-08-12T05:04:23Z", "updated_at": "2018-08-12T05:04:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "280546d9-8ad1-4283-abfc-15ee9b1736c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "58bce125-f2ca-4a6d-b9ca-4e6cf5c0f7a5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "69275b9a-cfb5-482c-a9c4-8ffc79adf2c7", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "6d747f3a-3764-469a-a645-f977585c5aac", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}], "revision_number": 4, "project_id": "310f5853751a4c968f3eeb0a3d99a0a8", "id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "created_at": "2018-08-12T05:34:42Z", "updated_at": "2018-08-12T05:34:42Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "199582e8-25aa-457a-aa7c-6d8413ca4464", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "234f3609-4454-448f-919d-c8143c7cd764", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "c1061460-71a2-49a9-a04b-9fa33eeb17ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "d21ac532-51d8-4d6b-8300-7bac216759bf", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}], "revision_number": 4, "project_id": "9f6c1a272706419c9a74b0893b2890e8", "id": "d6739716-c693-460c-89c6-e7c8c48f8245", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "created_at": "2018-08-12T05:34:54Z", "updated_at": "2018-08-12T05:34:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "0633a05a-ee7d-4476-a56b-75d011b22f77", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "6cc1b9f8-73db-47a3-a0e0-3c96c43f34da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "90d99a6b-e94f-4fd8-a10c-f19dd8954c13", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "e843c139-af2a-4d2c-a24f-59f7b10ff72e", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}], "revision_number": 4, "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "created_at": "2018-08-12T05:09:07Z", "updated_at": "2018-08-12T05:09:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "5495e168-f505-4d74-ae6d-387f0bf533c2", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "6fd19b8b-3062-456e-81ba-3ff37fe43429", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8ca59d25-485c-46ce-939c-2e4a468caeac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8f190846-50a0-42b9-b571-390809b752b1", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}], "revision_number": 4, "project_id": "fa9ca6d7608b4d7d87ce97331679a481", "id": "edcd9b17-9416-4c25-823c-060c435e18d7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "created_at": "2018-08-12T05:34:52Z", "updated_at": "2018-08-12T05:34:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "2c7e484e-6ec5-4a95-8c9c-66d294c0c27e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "70c74258-3c2c-4efc-87e0-079c26ee3417", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "b70382fa-082e-4c2b-abc8-87490fa50b11", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "c3628e02-b4b6-42c9-8751-c1a2d3c19caa", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}], "revision_number": 4, "project_id": "87db863ba6e348b0a5ddcb67053db9d1", "id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "name": "default"}]} 2018-08-12 08:09:31,141 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-cb96457f-47d1-4dc9-990c-7cb046f769a5 2018-08-12 08:09:31,148 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0c8f033a2842806ee32ed576dc58fa681a08986" 2018-08-12 08:09:31,232 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:09:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-37b691db-fa3d-4147-bb91-7df9ba59c337 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 5fe28c13d4d74ba2be8d019ac1ea6363.", "code": 404, "title": "Not Found"}} 2018-08-12 08:09:31,232 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 used request id req-37b691db-fa3d-4147-bb91-7df9ba59c337 2018-08-12 08:09:31,233 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:09:31,236 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0c8f033a2842806ee32ed576dc58fa681a08986" 2018-08-12 08:09:31,329 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:09:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a08974d5-7789-4af1-8dc2-9560a7a32307 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa5a7fe6ee54472ba01638877aade8e3.", "code": 404, "title": "Not Found"}} 2018-08-12 08:09:31,329 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 used request id req-a08974d5-7789-4af1-8dc2-9560a7a32307 2018-08-12 08:09:31,329 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:09:31,333 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0c8f033a2842806ee32ed576dc58fa681a08986" 2018-08-12 08:09:31,425 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:09:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ac508646-0fcd-4901-9977-d72905531443 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ea65becf30e54b27aa96a449698a435e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:09:31,426 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e used request id req-ac508646-0fcd-4901-9977-d72905531443 2018-08-12 08:09:31,426 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:09:31,429 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0c8f033a2842806ee32ed576dc58fa681a08986" 2018-08-12 08:09:31,516 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:09:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-da3e4a90-6be4-4566-8c08-04b0e235fe4f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ff7abd7bb61f4f2889831e932d65dc2e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:09:31,516 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e used request id req-da3e4a90-6be4-4566-8c08-04b0e235fe4f 2018-08-12 08:09:31,516 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:09:31,520 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0c8f033a2842806ee32ed576dc58fa681a08986" 2018-08-12 08:09:31,613 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:09:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b748f4d0-27b5-48c5-8d89-59c0a2231a04 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3a85ceae958d4d9fba68847e7df67db8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:09:31,613 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 used request id req-b748f4d0-27b5-48c5-8d89-59c0a2231a04 2018-08-12 08:09:31,613 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:09:31,617 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0c8f033a2842806ee32ed576dc58fa681a08986" 2018-08-12 08:09:31,709 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:09:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-68eeb939-0418-43d0-8830-867259fdf4ff Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 85517fcf1c6247e699fdcdd42ecc8c79.", "code": 404, "title": "Not Found"}} 2018-08-12 08:09:31,709 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 used request id req-68eeb939-0418-43d0-8830-867259fdf4ff 2018-08-12 08:09:31,710 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:09:31,713 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0c8f033a2842806ee32ed576dc58fa681a08986" 2018-08-12 08:09:31,801 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:09:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b964cf85-dd13-47d1-ac29-160ae26c2f07 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}} 2018-08-12 08:09:31,802 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe used request id req-b964cf85-dd13-47d1-ac29-160ae26c2f07 2018-08-12 08:09:31,805 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0c8f033a2842806ee32ed576dc58fa681a08986" 2018-08-12 08:09:31,895 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:09:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-293eb47b-6429-40e4-ba8b-ce29cc73f949 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 315a428116f24d9fbb826b37080a918e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:09:31,895 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e used request id req-293eb47b-6429-40e4-ba8b-ce29cc73f949 2018-08-12 08:09:31,895 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:09:31,899 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0c8f033a2842806ee32ed576dc58fa681a08986" 2018-08-12 08:09:31,992 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:09:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f57dfa5c-1b31-460f-9542-a3f03f811f5e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 11a46741b7954b959fd7764109c047b6.", "code": 404, "title": "Not Found"}} 2018-08-12 08:09:31,993 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 used request id req-f57dfa5c-1b31-460f-9542-a3f03f811f5e 2018-08-12 08:09:31,993 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:09:31,996 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0c8f033a2842806ee32ed576dc58fa681a08986" 2018-08-12 08:09:32,085 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:09:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ae13494d-50c1-46b6-8eab-96cba5a4ac59 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3c01cd58055c44ecaef39f7e625c2258.", "code": 404, "title": "Not Found"}} 2018-08-12 08:09:32,085 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 used request id req-ae13494d-50c1-46b6-8eab-96cba5a4ac59 2018-08-12 08:09:32,085 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:09:32,089 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0c8f033a2842806ee32ed576dc58fa681a08986" 2018-08-12 08:09:32,179 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:09:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-feae44c0-cff3-4a11-9ac8-997de5b45c53 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 521007c1818145639e93ceb270559219.", "code": 404, "title": "Not Found"}} 2018-08-12 08:09:32,179 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 used request id req-feae44c0-cff3-4a11-9ac8-997de5b45c53 2018-08-12 08:09:32,180 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:09:32,183 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0c8f033a2842806ee32ed576dc58fa681a08986" 2018-08-12 08:09:32,271 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:09:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c62ea4de-bfea-4b6e-8830-c6d0ccb540ae Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e18fcc7fc10a4fd0b20234f8520d0aab.", "code": 404, "title": "Not Found"}} 2018-08-12 08:09:32,271 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab used request id req-c62ea4de-bfea-4b6e-8830-c6d0ccb540ae 2018-08-12 08:09:32,271 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:09:32,275 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0c8f033a2842806ee32ed576dc58fa681a08986" 2018-08-12 08:09:32,365 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:09:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-59c79ed5-f010-4f70-b789-dd434209f0e2 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "310f5853751a4c968f3eeb0a3d99a0a8", "name": "service"}} 2018-08-12 08:09:32,365 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 used request id req-59c79ed5-f010-4f70-b789-dd434209f0e2 2018-08-12 08:09:32,368 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0c8f033a2842806ee32ed576dc58fa681a08986" 2018-08-12 08:09:32,458 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:09:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e81cf343-a8ec-40d0-9190-d651dcd3f607 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9f6c1a272706419c9a74b0893b2890e8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:09:32,459 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 used request id req-e81cf343-a8ec-40d0-9190-d651dcd3f607 2018-08-12 08:09:32,459 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:09:32,462 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/34cb7327fcfc4b52a63b4b8c0ea4a54d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0c8f033a2842806ee32ed576dc58fa681a08986" 2018-08-12 08:09:32,551 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:09:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bdb0ca61-96be-4887-b577-6869286e1db0 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 34cb7327fcfc4b52a63b4b8c0ea4a54d.", "code": 404, "title": "Not Found"}} 2018-08-12 08:09:32,551 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/34cb7327fcfc4b52a63b4b8c0ea4a54d used request id req-bdb0ca61-96be-4887-b577-6869286e1db0 2018-08-12 08:09:32,551 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:09:32,555 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa9ca6d7608b4d7d87ce97331679a481 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0c8f033a2842806ee32ed576dc58fa681a08986" 2018-08-12 08:09:32,643 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:09:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d1b9ca78-a580-4a86-a7b2-c309792b2f49 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa9ca6d7608b4d7d87ce97331679a481.", "code": 404, "title": "Not Found"}} 2018-08-12 08:09:32,644 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa9ca6d7608b4d7d87ce97331679a481 used request id req-d1b9ca78-a580-4a86-a7b2-c309792b2f49 2018-08-12 08:09:32,644 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:09:32,647 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/87db863ba6e348b0a5ddcb67053db9d1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0c8f033a2842806ee32ed576dc58fa681a08986" 2018-08-12 08:09:32,734 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:09:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-01d06559-ec77-495f-99ce-4f43c642be79 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87db863ba6e348b0a5ddcb67053db9d1.", "code": 404, "title": "Not Found"}} 2018-08-12 08:09:32,734 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/87db863ba6e348b0a5ddcb67053db9d1 used request id req-01d06559-ec77-495f-99ce-4f43c642be79 2018-08-12 08:09:32,734 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:09:32,735 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-6f3caf07-71f5-476-proj 2018-08-12 08:09:32,738 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/f9cf01b2ed2c4caea81d611be2040581 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0c8f033a2842806ee32ed576dc58fa681a08986" 2018-08-12 08:09:32,976 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:09:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bd52a1c7-1b9a-4ab9-8a19-d988bdadc53e 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 08:09:32,976 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/f9cf01b2ed2c4caea81d611be2040581 used request id req-bd52a1c7-1b9a-4ab9-8a19-d988bdadc53e 2018-08-12 08:09:32,976 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-6f3caf07-71f5-476-proj-role 2018-08-12 08:09:32,980 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/5f3a50eb54ad45d6a1094b7b9f3920cb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0c8f033a2842806ee32ed576dc58fa681a08986" 2018-08-12 08:09:33,084 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:09:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9cebd58c-0e63-4c5d-b71a-eb33914cbe6c 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 08:09:33,084 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/5f3a50eb54ad45d6a1094b7b9f3920cb used request id req-9cebd58c-0e63-4c5d-b71a-eb33914cbe6c 2018-08-12 08:09:33,087 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0c8f033a2842806ee32ed576dc58fa681a08986" 2018-08-12 08:09:33,174 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:09:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f3eda7bf-8f67-4e7a-81f2-d1172e607650 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:09:33,174 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-f3eda7bf-8f67-4e7a-81f2-d1172e607650 2018-08-12 08:09:33,175 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-6f3caf07-71f5-476-user 2018-08-12 08:09:33,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/a982862939f547d2ae095d862ce3e918 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab85fa52a8341ec2c9c3e6ea3db5f4203b1a9979" 2018-08-12 08:09:33,361 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:09:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-03727538-89db-41d6-adca-2d76dc27a15a 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 08:09:33,361 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/a982862939f547d2ae095d862ce3e918 used request id req-03727538-89db-41d6-adca-2d76dc27a15a 2018-08-12 08:09:33,363 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:09:33,750 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:09:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["5na8PeTTT-2dBY5R2z8cMg"], "issued_at": "2018-08-12T08:09:33.000000Z"}} 2018-08-12 08:09:33,750 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}53f72361c3aa4d2a215df039755df0fa3771297e" 2018-08-12 08:09:33,838 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:09:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-08576995-b495-4aa5-aca7-a8bfb57d84e5 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:09:33,838 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-08576995-b495-4aa5-aca7-a8bfb57d84e5 2018-08-12 08:09:33,839 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:09:33,840 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:09:34,234 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:09:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["-NE3o6i9Te-HaQwozYPPkA"], "issued_at": "2018-08-12T08:09:34.000000Z"}} 2018-08-12 08:09:34,234 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}edf26404ed92e77de10853ae2fa98d1478a85238" 2018-08-12 08:09:34,320 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:09:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e31b9d84-ebe5-4ae5-aa22-fa7d62a5367e Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:09:34,320 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-e31b9d84-ebe5-4ae5-aa22-fa7d62a5367e 2018-08-12 08:09:34,324 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:09:34,330 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:09:34 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:09:34,330 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-4b20ccee-cecb-4b6-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}edf26404ed92e77de10853ae2fa98d1478a85238" 2018-08-12 08:09:34,423 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:09:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c0a3ce14-ac47-4228-97d1-2422cac35dce Content-Encoding: gzip Content-Length: 173 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-4b20ccee-cecb-4b6-proj", "previous": null, "next": null}, "projects": []} 2018-08-12 08:09:34,423 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-4b20ccee-cecb-4b6-proj used request id req-c0a3ce14-ac47-4228-97d1-2422cac35dce 2018-08-12 08:09:34,427 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}edf26404ed92e77de10853ae2fa98d1478a85238" 2018-08-12 08:09:34,514 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:09:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7024633e-309b-4f34-a3b6-6a93941dd919 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:09:34,514 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-7024633e-309b-4f34-a3b6-6a93941dd919 2018-08-12 08:09:34,518 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}edf26404ed92e77de10853ae2fa98d1478a85238" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateKeypairsTests-4b20ccee-cecb-4b6-proj"}}' 2018-08-12 08:09:34,749 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:09:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-56fb2b1a-6f15-45d1-8c81-5c0d5c82bf74 Content-Length: 316 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c3a652cd494640708b058735d8d3e965"}, "tags": [], "enabled": true, "id": "c3a652cd494640708b058735d8d3e965", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-4b20ccee-cecb-4b6-proj"}} 2018-08-12 08:09:34,749 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-56fb2b1a-6f15-45d1-8c81-5c0d5c82bf74 2018-08-12 08:09:34,749 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-4b20ccee-cecb-4b6-proj 2018-08-12 08:09:34,749 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:09:34,750 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:09:35,154 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:09:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["dP6LbvtlRq-aHJoSfO7WHw"], "issued_at": "2018-08-12T08:09:35.000000Z"}} 2018-08-12 08:09:35,154 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}bb36a2cf5ab8c905409f13dba67486f8dd22f335" 2018-08-12 08:09:35,235 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:09:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e37d7187-dab3-4c28-895a-fea907f19325 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:09:35,235 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-e37d7187-dab3-4c28-895a-fea907f19325 2018-08-12 08:09:35,239 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:09:35,245 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:09:35 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:09:35,246 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb36a2cf5ab8c905409f13dba67486f8dd22f335" 2018-08-12 08:09:35,360 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:09:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0c152bc1-3cce-4043-be06-449cf3f98a36 Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/105a247548624314b9228f85f6325f0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105a247548624314b9228f85f6325f0b", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/1c5de0eaa44543f08da6ad63a51594ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c5de0eaa44543f08da6ad63a51594ff", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/1d127b5b832547a88a547c116dfdd65b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d127b5b832547a88a547c116dfdd65b", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/1d5cfc170d624ce4ae53ae0507c8d517"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d5cfc170d624ce4ae53ae0507c8d517", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/2421820b75eb4d3ebd02830378d1377b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2421820b75eb4d3ebd02830378d1377b", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/40bd8ee54ecf44868cc83cede652c396"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40bd8ee54ecf44868cc83cede652c396", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/4f32fb8153854c4c9f5094b42b523f80"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f32fb8153854c4c9f5094b42b523f80", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7066130d08fb4db7bf4ab468de53933b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7066130d08fb4db7bf4ab468de53933b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/8d0898a83bcf4521bbc11501d5d7ac89"}, "domain_id": "1eec97585bde483292ece28ee11f4b8d", "enabled": true, "options": {}, "id": "8d0898a83bcf4521bbc11501d5d7ac89", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/9defcced327d476f8a3beab718a13da3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9defcced327d476f8a3beab718a13da3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/b80ee4f6992446e0879624dd436e99a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b80ee4f6992446e0879624dd436e99a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b86fd3e011324d398fcdb6f095a20a9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b86fd3e011324d398fcdb6f095a20a9d", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1701d2754064b5cadf765ea0806f9b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1701d2754064b5cadf765ea0806f9b2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/db4e7b8d76d549faa502716565c733dd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db4e7b8d76d549faa502716565c733dd", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-12 08:09:35,361 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-0c152bc1-3cce-4043-be06-449cf3f98a36 2018-08-12 08:09:35,365 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateKeypairsTests-4b20ccee-cecb-4b6-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb36a2cf5ab8c905409f13dba67486f8dd22f335" 2018-08-12 08:09:35,459 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:09:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8c7675b1-31c8-4270-bfe1-475c5ef207d8 Content-Encoding: gzip Content-Length: 256 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateKeypairsTests-4b20ccee-cecb-4b6-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c3a652cd494640708b058735d8d3e965"}, "tags": [], "enabled": true, "id": "c3a652cd494640708b058735d8d3e965", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-4b20ccee-cecb-4b6-proj"}]} 2018-08-12 08:09:35,460 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateKeypairsTests-4b20ccee-cecb-4b6-proj used request id req-8c7675b1-31c8-4270-bfe1-475c5ef207d8 2018-08-12 08:09:35,463 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb36a2cf5ab8c905409f13dba67486f8dd22f335" 2018-08-12 08:09:35,557 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:09:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3ec95d87-a3ea-42ac-93d6-3e914a91d2e4 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:09:35,557 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-3ec95d87-a3ea-42ac-93d6-3e914a91d2e4 2018-08-12 08:09:35,928 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-4b20ccee-cecb-4b6-user 2018-08-12 08:09:35,929 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:09:35,933 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}edf26404ed92e77de10853ae2fa98d1478a85238" 2018-08-12 08:09:36,019 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:09:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9f01e86c-337f-4b2e-a0c4-12199eda4fae Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:09:36,020 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-9f01e86c-337f-4b2e-a0c4-12199eda4fae 2018-08-12 08:09:36,023 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}edf26404ed92e77de10853ae2fa98d1478a85238" -d '{"role": {"name": "CreateKeypairsTests-4b20ccee-cecb-4b6-proj-role"}}' 2018-08-12 08:09:36,132 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:09:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-763dff30-ba5a-4c05-bbc5-42447be098da Content-Length: 218 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "77e35e0d95da403788ac8be67e7c5351", "links": {"self": "http://172.30.9.21:5000/v3/roles/77e35e0d95da403788ac8be67e7c5351"}, "name": "CreateKeypairsTests-4b20ccee-cecb-4b6-proj-role"}} 2018-08-12 08:09:36,132 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-763dff30-ba5a-4c05-bbc5-42447be098da 2018-08-12 08:09:36,132 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-4b20ccee-cecb-4b6-proj-role 2018-08-12 08:09:36,136 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/77e35e0d95da403788ac8be67e7c5351 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}edf26404ed92e77de10853ae2fa98d1478a85238" 2018-08-12 08:09:36,152 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:09:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bf5974b5-b6ef-44f4-988b-9fbfc263bf31 Content-Encoding: gzip Content-Length: 174 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "77e35e0d95da403788ac8be67e7c5351", "links": {"self": "http://172.30.9.21:5000/v3/roles/77e35e0d95da403788ac8be67e7c5351"}, "name": "CreateKeypairsTests-4b20ccee-cecb-4b6-proj-role"}} 2018-08-12 08:09:36,152 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/77e35e0d95da403788ac8be67e7c5351 used request id req-bf5974b5-b6ef-44f4-988b-9fbfc263bf31 2018-08-12 08:09:36,153 - keystone_utils - INFO - Granting role CreateKeypairsTests-4b20ccee-cecb-4b6-proj-role to project CreateKeypairsTests-4b20ccee-cecb-4b6-proj 2018-08-12 08:09:36,156 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/c3a652cd494640708b058735d8d3e965/users/e4860133eb0b4417b13796105dd34038/roles/77e35e0d95da403788ac8be67e7c5351 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}edf26404ed92e77de10853ae2fa98d1478a85238" 2018-08-12 08:09:36,290 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:09:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c3713e76-86bf-43ba-9339-faa8fa8576f9 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 08:09:36,290 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/c3a652cd494640708b058735d8d3e965/users/e4860133eb0b4417b13796105dd34038/roles/77e35e0d95da403788ac8be67e7c5351 used request id req-c3713e76-86bf-43ba-9339-faa8fa8576f9 2018-08-12 08:09:36,291 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-12 08:09:36,409 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsTests-03bdfaed-d5ce-4c45-a1af-6beee471cacc.pub 2018-08-12 08:09:36,409 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:09:36,409 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:09:36,803 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77e35e0d95da403788ac8be67e7c5351", "name": "CreateKeypairsTests-4b20ccee-cecb-4b6-proj-role"}], "expires_at": "2018-08-12T09:09:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c3a652cd494640708b058735d8d3e965", "name": "CreateKeypairsTests-4b20ccee-cecb-4b6-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/c3a652cd494640708b058735d8d3e965", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/c3a652cd494640708b058735d8d3e965", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/c3a652cd494640708b058735d8d3e965", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_c3a652cd494640708b058735d8d3e965", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_c3a652cd494640708b058735d8d3e965", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/c3a652cd494640708b058735d8d3e965", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/c3a652cd494640708b058735d8d3e965", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/c3a652cd494640708b058735d8d3e965", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/c3a652cd494640708b058735d8d3e965", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/c3a652cd494640708b058735d8d3e965", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/c3a652cd494640708b058735d8d3e965", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/c3a652cd494640708b058735d8d3e965", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/c3a652cd494640708b058735d8d3e965", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/c3a652cd494640708b058735d8d3e965", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-4b20ccee-cecb-4b6-user", "id": "e4860133eb0b4417b13796105dd34038"}, "audit_ids": ["aEjdW-TkRQ-49MZBfRANhg"], "issued_at": "2018-08-12T08:09:36.000000Z"}} 2018-08-12 08:09:36,804 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}4de57f2f3016618b148d751f9c5c1e31097d2cbb" 2018-08-12 08:09:36,895 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:09:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ae93d60-fc5d-426b-8e06-8e9f18831a54 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:09:36,895 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-1ae93d60-fc5d-426b-8e06-8e9f18831a54 2018-08-12 08:09:36,896 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-12 08:09:36,900 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4de57f2f3016618b148d751f9c5c1e31097d2cbb" 2018-08-12 08:09:37,487 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:09: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-1d81ac75-0cc1-4d82-8461-c78c446aab4b x-compute-request-id: req-1d81ac75-0cc1-4d82-8461-c78c446aab4b Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-08-12 08:09:37,487 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-1d81ac75-0cc1-4d82-8461-c78c446aab4b 2018-08-12 08:09:37,488 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-03bdfaed-d5ce-4c45-a1af-6beee471cacc... 2018-08-12 08:09:37,488 - OpenStackKeypair - INFO - Uploading existing keypair 2018-08-12 08:09:37,489 - nova_utils - INFO - Saving keypair to - tmp/CreateKeypairsTests-03bdfaed-d5ce-4c45-a1af-6beee471cacc.pub 2018-08-12 08:09:37,489 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-03bdfaed-d5ce-4c45-a1af-6beee471cacc 2018-08-12 08:09:37,492 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4de57f2f3016618b148d751f9c5c1e31097d2cbb" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC3giGDdQLUKXJ3od5HL2RJcOEbRQN1bLfyy14EnGOVjzbn5SJP4oJasWWMasPTuYktO1HPvslGDyJowvbP8l3+gofLOfuv5mOIFHr3x7kzV+TNB3OJ5npXrE9E39+jdWvDH7Tafpq4RfrGl95RlUHYOjBWqIzwTY1j313XpmZgSsatzDpxSC98A56PWEQU4HH/H6SsU9YC+raYS3GpfQ9ObNWPuB/v+JpkansBNTfm3f8Q+vWlGP9OITTQjpe7Qjd2uWeS0KpJNqPzsTMSLIo4dMRi77H3U6NDcc1nN/U+24yte8+9fpyajrMRhwTP+66K76XJCIzgUBIct9cl6zTF", "name": "CreateKeypairsTests-03bdfaed-d5ce-4c45-a1af-6beee471cacc"}}' 2018-08-12 08:09:37,559 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:09: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-1fac7ced-f508-44b0-a3db-88c11b1b8817 x-compute-request-id: req-1fac7ced-f508-44b0-a3db-88c11b1b8817 Content-Encoding: gzip Content-Length: 495 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC3giGDdQLUKXJ3od5HL2RJcOEbRQN1bLfyy14EnGOVjzbn5SJP4oJasWWMasPTuYktO1HPvslGDyJowvbP8l3+gofLOfuv5mOIFHr3x7kzV+TNB3OJ5npXrE9E39+jdWvDH7Tafpq4RfrGl95RlUHYOjBWqIzwTY1j313XpmZgSsatzDpxSC98A56PWEQU4HH/H6SsU9YC+raYS3GpfQ9ObNWPuB/v+JpkansBNTfm3f8Q+vWlGP9OITTQjpe7Qjd2uWeS0KpJNqPzsTMSLIo4dMRi77H3U6NDcc1nN/U+24yte8+9fpyajrMRhwTP+66K76XJCIzgUBIct9cl6zTF", "user_id": "e4860133eb0b4417b13796105dd34038", "name": "CreateKeypairsTests-03bdfaed-d5ce-4c45-a1af-6beee471cacc", "fingerprint": "4e:4e:d0:c1:81:38:52:19:c5:3f:1e:53:55:3e:f7:61"}} 2018-08-12 08:09:37,559 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-1fac7ced-f508-44b0-a3db-88c11b1b8817 2018-08-12 08:09:37,560 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:09:37,958 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77e35e0d95da403788ac8be67e7c5351", "name": "CreateKeypairsTests-4b20ccee-cecb-4b6-proj-role"}], "expires_at": "2018-08-12T09:09:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c3a652cd494640708b058735d8d3e965", "name": "CreateKeypairsTests-4b20ccee-cecb-4b6-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/c3a652cd494640708b058735d8d3e965", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/c3a652cd494640708b058735d8d3e965", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/c3a652cd494640708b058735d8d3e965", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_c3a652cd494640708b058735d8d3e965", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_c3a652cd494640708b058735d8d3e965", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/c3a652cd494640708b058735d8d3e965", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/c3a652cd494640708b058735d8d3e965", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/c3a652cd494640708b058735d8d3e965", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/c3a652cd494640708b058735d8d3e965", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/c3a652cd494640708b058735d8d3e965", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/c3a652cd494640708b058735d8d3e965", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/c3a652cd494640708b058735d8d3e965", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/c3a652cd494640708b058735d8d3e965", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/c3a652cd494640708b058735d8d3e965", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-4b20ccee-cecb-4b6-user", "id": "e4860133eb0b4417b13796105dd34038"}, "audit_ids": ["1HVh-FlPRCC1PBeOuFg_qw"], "issued_at": "2018-08-12T08:09:37.000000Z"}} 2018-08-12 08:09:37,962 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/os-keypairs/CreateKeypairsTests-03bdfaed-d5ce-4c45-a1af-6beee471cacc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6398d41e81fc594f46de7f44e046bbee3d368782" 2018-08-12 08:09:38,474 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:09: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-2a3e8d6b-2f43-446b-acbb-a54ba87bf46d x-compute-request-id: req-2a3e8d6b-2f43-446b-acbb-a54ba87bf46d Content-Encoding: gzip Content-Length: 554 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC3giGDdQLUKXJ3od5HL2RJcOEbRQN1bLfyy14EnGOVjzbn5SJP4oJasWWMasPTuYktO1HPvslGDyJowvbP8l3+gofLOfuv5mOIFHr3x7kzV+TNB3OJ5npXrE9E39+jdWvDH7Tafpq4RfrGl95RlUHYOjBWqIzwTY1j313XpmZgSsatzDpxSC98A56PWEQU4HH/H6SsU9YC+raYS3GpfQ9ObNWPuB/v+JpkansBNTfm3f8Q+vWlGP9OITTQjpe7Qjd2uWeS0KpJNqPzsTMSLIo4dMRi77H3U6NDcc1nN/U+24yte8+9fpyajrMRhwTP+66K76XJCIzgUBIct9cl6zTF", "user_id": "e4860133eb0b4417b13796105dd34038", "name": "CreateKeypairsTests-03bdfaed-d5ce-4c45-a1af-6beee471cacc", "deleted": false, "created_at": "2018-08-12T08:09:37.000000", "updated_at": null, "fingerprint": "4e:4e:d0:c1:81:38:52:19:c5:3f:1e:53:55:3e:f7:61", "deleted_at": null, "id": 56}} 2018-08-12 08:09:38,474 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/CreateKeypairsTests-03bdfaed-d5ce-4c45-a1af-6beee471cacc used request id req-2a3e8d6b-2f43-446b-acbb-a54ba87bf46d 2018-08-12 08:09:38,475 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsTests-03bdfaed-d5ce-4c45-a1af-6beee471cacc 2018-08-12 08:09:38,478 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/os-keypairs/CreateKeypairsTests-03bdfaed-d5ce-4c45-a1af-6beee471cacc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4de57f2f3016618b148d751f9c5c1e31097d2cbb" 2018-08-12 08:09:38,510 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 08:09: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-874c6645-754e-4a97-a9a2-9346d994e1ab x-compute-request-id: req-874c6645-754e-4a97-a9a2-9346d994e1ab Content-Length: 0 Content-Type: application/json 2018-08-12 08:09:38,511 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/CreateKeypairsTests-03bdfaed-d5ce-4c45-a1af-6beee471cacc used request id req-874c6645-754e-4a97-a9a2-9346d994e1ab 2018-08-12 08:09:38,512 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:09:38,512 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:09:38,513 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:09:38,513 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:09:38,513 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:09:38,520 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}edf26404ed92e77de10853ae2fa98d1478a85238" 2018-08-12 08:09:38,781 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 43135 X-Openstack-Request-Id: req-4651258f-59ca-4eb4-871c-f15003100c81 Date: Sun, 12 Aug 2018 08:09:38 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "created_at": "2018-08-12T06:59:44Z", "updated_at": "2018-08-12T06:59:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "1d7fd960-7865-4453-aecc-8d399b4fad21", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "66820d8a-b785-4b18-bd67-500221c8e4f9", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "74fc7638-a322-4841-8c47-06d36174a200", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "8eaa09ec-8419-4582-9312-1e527afe6e4b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}], "revision_number": 4, "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "created_at": "2018-08-12T05:12:34Z", "updated_at": "2018-08-12T05:12:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "709513d2-af7d-4d0b-bd3c-604fed75a711", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "aa346066-e46f-44f2-94be-2884aa998a19", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "c15f7b93-e56c-4afa-867d-2acb286d4b7b", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "cb0ef83f-5f70-4a80-ad35-431ca9df551e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}], "revision_number": 4, "project_id": "fa5a7fe6ee54472ba01638877aade8e3", "id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ea65becf30e54b27aa96a449698a435e", "created_at": "2018-08-12T05:10:35Z", "updated_at": "2018-08-12T05:10:35Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "30ad280c-f302-4cd4-a438-5139917b56f9", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "76115c4c-887d-4f0a-83e2-486e4b39c713", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "8ab14937-4c08-4d43-8a9a-662e622cc643", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "ee757a03-5662-4273-9c3e-6212e7afb48f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}], "revision_number": 4, "project_id": "ea65becf30e54b27aa96a449698a435e", "id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "created_at": "2018-08-12T06:20:09Z", "updated_at": "2018-08-12T06:20:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "1123b8f2-75ac-4a26-b9b2-a96da97408e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "2ddd2b93-e080-48cd-9a50-f5fe8a82ad0c", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "cd1bae62-0aea-4438-b4c3-50a69ae6f855", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "e398e01e-ceea-46d1-9534-b929808c4a5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}], "revision_number": 4, "project_id": "ff7abd7bb61f4f2889831e932d65dc2e", "id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "created_at": "2018-08-12T05:34:57Z", "updated_at": "2018-08-12T05:34:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "208a1c1e-f5f8-49c7-9a25-d07e68b1541f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "27bfd867-e607-4bf8-9de8-60682d3f771d", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "49360e1f-6fd3-4f35-b339-24cea95773ee", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "60f631a9-d305-4920-9631-d0543e2ac64f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}], "revision_number": 4, "project_id": "3a85ceae958d4d9fba68847e7df67db8", "id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "created_at": "2018-08-12T05:34:40Z", "updated_at": "2018-08-12T05:34:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "2192c259-363e-4768-ae73-e75837ad63b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "3f87ddc5-f84d-41dc-8215-847724782569", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "7d89f6da-ea78-49dd-9115-f9ad23b250bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "9ec4497d-0f65-44db-9be9-7b3042e4a584", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}], "revision_number": 4, "project_id": "85517fcf1c6247e699fdcdd42ecc8c79", "id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "created_at": "2018-08-12T05:16:02Z", "updated_at": "2018-08-12T05:16:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "1ecacd8c-c1c7-4a66-9871-406a69323b43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "3cc1750c-e0e7-4902-b6f3-494a161b832e", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "d719a7a4-8c99-44ed-8c12-6bf071890203", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "fe7421b5-d577-41da-8c78-62f3c07eda92", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}], "revision_number": 4, "project_id": "a267b9a156244bb192691cff6e5f74fe", "id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "315a428116f24d9fbb826b37080a918e", "created_at": "2018-08-12T05:11:31Z", "updated_at": "2018-08-12T05:11:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "5e52886a-1dc3-4a81-a55d-f388dc4fd1a1", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "678e32e4-d64c-448a-a4ab-e253ab94ae90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "a8da1539-e3ad-4f90-b2df-3dc1f09d228a", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "b73d5cc9-0205-4658-bb1f-61a042c0ab8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}], "revision_number": 4, "project_id": "315a428116f24d9fbb826b37080a918e", "id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-12T05:08:01Z", "updated_at": "2018-08-12T05:08:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:01Z", "revision_number": 0, "id": "0fb05d03-1117-45d0-930c-b6d4c96ef102", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "4faaab33-5788-4bbd-85b8-0fb44d41413a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "96d0c5a0-5c67-421b-8fc8-2b46d77e5db3", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "dd78519b-4bc5-4e8e-ad0f-58089dd69347", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "11a46741b7954b959fd7764109c047b6", "created_at": "2018-08-12T05:34:51Z", "updated_at": "2018-08-12T05:34:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "0b67bf3c-2289-43bb-ab6c-7d25ec32a279", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "51f3f833-337a-42bd-a8d5-742ea8d6c226", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "571fd0b5-ef90-408d-af33-aafb517b8993", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "944ba823-fb9c-496e-a66e-bb426bb14a8d", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}], "revision_number": 4, "project_id": "11a46741b7954b959fd7764109c047b6", "id": "90af9782-8112-4257-801d-ee5115d226ba", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "created_at": "2018-08-12T05:34:26Z", "updated_at": "2018-08-12T05:34:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "2ee1f63a-807c-4d6a-85ee-dd784f6b8c3f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5dec3ec2-2add-47dd-8618-90659dcf3885", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5ea0dc3e-49d0-43f0-94e9-f6443527d14c", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "fbfaca22-7e3e-4128-8973-43e439b77c28", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}], "revision_number": 4, "project_id": "3c01cd58055c44ecaef39f7e625c2258", "id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "521007c1818145639e93ceb270559219", "created_at": "2018-08-12T05:13:27Z", "updated_at": "2018-08-12T05:13:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "5e7fede5-b0f2-47d8-95c3-516cdfc7f9de", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "8fd0e36f-c6c4-4f64-ba97-40439e614448", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "db7d79de-1dfc-4138-945f-91e74cdc266b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "e87f2cff-ff3e-4b6d-aaf0-7f0eb0ab9f05", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}], "revision_number": 4, "project_id": "521007c1818145639e93ceb270559219", "id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "created_at": "2018-08-12T05:08:18Z", "updated_at": "2018-08-12T05:08:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "3c67be40-bf74-4f97-9693-d93ce73a23b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "6112d869-2fc6-4a25-a13c-3d55cd7206c0", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "bdf21c56-453e-482e-9cba-3c55abcb0339", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "c8e92c39-38cc-4f48-be9c-5f0912e6a725", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}], "revision_number": 4, "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "created_at": "2018-08-12T05:04:23Z", "updated_at": "2018-08-12T05:04:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "280546d9-8ad1-4283-abfc-15ee9b1736c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "58bce125-f2ca-4a6d-b9ca-4e6cf5c0f7a5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "69275b9a-cfb5-482c-a9c4-8ffc79adf2c7", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "6d747f3a-3764-469a-a645-f977585c5aac", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}], "revision_number": 4, "project_id": "310f5853751a4c968f3eeb0a3d99a0a8", "id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "created_at": "2018-08-12T05:34:42Z", "updated_at": "2018-08-12T05:34:42Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "199582e8-25aa-457a-aa7c-6d8413ca4464", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "234f3609-4454-448f-919d-c8143c7cd764", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "c1061460-71a2-49a9-a04b-9fa33eeb17ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "d21ac532-51d8-4d6b-8300-7bac216759bf", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}], "revision_number": 4, "project_id": "9f6c1a272706419c9a74b0893b2890e8", "id": "d6739716-c693-460c-89c6-e7c8c48f8245", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "created_at": "2018-08-12T05:34:54Z", "updated_at": "2018-08-12T05:34:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "0633a05a-ee7d-4476-a56b-75d011b22f77", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "6cc1b9f8-73db-47a3-a0e0-3c96c43f34da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "90d99a6b-e94f-4fd8-a10c-f19dd8954c13", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "e843c139-af2a-4d2c-a24f-59f7b10ff72e", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}], "revision_number": 4, "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "created_at": "2018-08-12T05:09:07Z", "updated_at": "2018-08-12T05:09:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "5495e168-f505-4d74-ae6d-387f0bf533c2", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "6fd19b8b-3062-456e-81ba-3ff37fe43429", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8ca59d25-485c-46ce-939c-2e4a468caeac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8f190846-50a0-42b9-b571-390809b752b1", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}], "revision_number": 4, "project_id": "fa9ca6d7608b4d7d87ce97331679a481", "id": "edcd9b17-9416-4c25-823c-060c435e18d7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "created_at": "2018-08-12T05:34:52Z", "updated_at": "2018-08-12T05:34:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "2c7e484e-6ec5-4a95-8c9c-66d294c0c27e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "70c74258-3c2c-4efc-87e0-079c26ee3417", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "b70382fa-082e-4c2b-abc8-87490fa50b11", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "c3628e02-b4b6-42c9-8751-c1a2d3c19caa", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}], "revision_number": 4, "project_id": "87db863ba6e348b0a5ddcb67053db9d1", "id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "name": "default"}]} 2018-08-12 08:09:38,783 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-4651258f-59ca-4eb4-871c-f15003100c81 2018-08-12 08:09:38,791 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}edf26404ed92e77de10853ae2fa98d1478a85238" 2018-08-12 08:09:38,882 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:09:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f67052d6-f0b6-48be-af9f-3b6edbcac7b1 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 5fe28c13d4d74ba2be8d019ac1ea6363.", "code": 404, "title": "Not Found"}} 2018-08-12 08:09:38,883 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 used request id req-f67052d6-f0b6-48be-af9f-3b6edbcac7b1 2018-08-12 08:09:38,883 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:09:38,887 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}edf26404ed92e77de10853ae2fa98d1478a85238" 2018-08-12 08:09:38,980 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:09:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b27eace8-66f0-4bc3-91fd-9e70fa430255 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa5a7fe6ee54472ba01638877aade8e3.", "code": 404, "title": "Not Found"}} 2018-08-12 08:09:38,980 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 used request id req-b27eace8-66f0-4bc3-91fd-9e70fa430255 2018-08-12 08:09:38,980 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:09:38,984 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}edf26404ed92e77de10853ae2fa98d1478a85238" 2018-08-12 08:09:39,067 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:09:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-36fe5882-cf25-4ca0-b021-a67059d77097 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ea65becf30e54b27aa96a449698a435e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:09:39,068 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e used request id req-36fe5882-cf25-4ca0-b021-a67059d77097 2018-08-12 08:09:39,068 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:09:39,071 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}edf26404ed92e77de10853ae2fa98d1478a85238" 2018-08-12 08:09:39,163 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:09:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4402ffdc-49e4-4426-8ea9-9c818768aa87 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ff7abd7bb61f4f2889831e932d65dc2e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:09:39,163 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e used request id req-4402ffdc-49e4-4426-8ea9-9c818768aa87 2018-08-12 08:09:39,164 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:09:39,167 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}edf26404ed92e77de10853ae2fa98d1478a85238" 2018-08-12 08:09:39,258 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:09:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b7a32a6e-f067-46b4-ac52-0488a4b2cd1b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3a85ceae958d4d9fba68847e7df67db8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:09:39,258 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 used request id req-b7a32a6e-f067-46b4-ac52-0488a4b2cd1b 2018-08-12 08:09:39,258 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:09:39,260 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}edf26404ed92e77de10853ae2fa98d1478a85238" 2018-08-12 08:09:39,346 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:09:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5dc23c04-567d-47ea-89f9-5d5ff5c52321 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 85517fcf1c6247e699fdcdd42ecc8c79.", "code": 404, "title": "Not Found"}} 2018-08-12 08:09:39,346 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 used request id req-5dc23c04-567d-47ea-89f9-5d5ff5c52321 2018-08-12 08:09:39,346 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:09:39,349 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}edf26404ed92e77de10853ae2fa98d1478a85238" 2018-08-12 08:09:39,445 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:09:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-55210259-f23e-4019-920a-873b5a489d56 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}} 2018-08-12 08:09:39,446 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe used request id req-55210259-f23e-4019-920a-873b5a489d56 2018-08-12 08:09:39,449 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}edf26404ed92e77de10853ae2fa98d1478a85238" 2018-08-12 08:09:39,539 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:09:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ac21565c-45db-4c32-bd64-9e306c9f1b4e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 315a428116f24d9fbb826b37080a918e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:09:39,539 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e used request id req-ac21565c-45db-4c32-bd64-9e306c9f1b4e 2018-08-12 08:09:39,539 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:09:39,543 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}edf26404ed92e77de10853ae2fa98d1478a85238" 2018-08-12 08:09:39,632 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:09:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-de56c257-2e3e-4092-b28d-95f585665e6e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 11a46741b7954b959fd7764109c047b6.", "code": 404, "title": "Not Found"}} 2018-08-12 08:09:39,632 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 used request id req-de56c257-2e3e-4092-b28d-95f585665e6e 2018-08-12 08:09:39,633 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:09:39,636 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}edf26404ed92e77de10853ae2fa98d1478a85238" 2018-08-12 08:09:39,716 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:09:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b035f542-4591-41ce-ab5f-3cebb09884fd Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3c01cd58055c44ecaef39f7e625c2258.", "code": 404, "title": "Not Found"}} 2018-08-12 08:09:39,716 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 used request id req-b035f542-4591-41ce-ab5f-3cebb09884fd 2018-08-12 08:09:39,717 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:09:39,720 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}edf26404ed92e77de10853ae2fa98d1478a85238" 2018-08-12 08:09:39,815 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:09:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ccca3106-9924-4969-b0a0-226ca0ca10cb Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 521007c1818145639e93ceb270559219.", "code": 404, "title": "Not Found"}} 2018-08-12 08:09:39,816 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 used request id req-ccca3106-9924-4969-b0a0-226ca0ca10cb 2018-08-12 08:09:39,816 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:09:39,819 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}edf26404ed92e77de10853ae2fa98d1478a85238" 2018-08-12 08:09:39,904 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:09:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-87a8e286-3c56-4f35-8807-085d11007b06 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e18fcc7fc10a4fd0b20234f8520d0aab.", "code": 404, "title": "Not Found"}} 2018-08-12 08:09:39,904 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab used request id req-87a8e286-3c56-4f35-8807-085d11007b06 2018-08-12 08:09:39,904 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:09:39,908 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}edf26404ed92e77de10853ae2fa98d1478a85238" 2018-08-12 08:09:40,001 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:09:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a538e50b-4ec4-4c46-aaa0-ec6281479e8c Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "310f5853751a4c968f3eeb0a3d99a0a8", "name": "service"}} 2018-08-12 08:09:40,002 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 used request id req-a538e50b-4ec4-4c46-aaa0-ec6281479e8c 2018-08-12 08:09:40,005 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}edf26404ed92e77de10853ae2fa98d1478a85238" 2018-08-12 08:09:40,100 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:09:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-04e0c56b-6b99-46bc-a841-f3e54d6340d0 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9f6c1a272706419c9a74b0893b2890e8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:09:40,100 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 used request id req-04e0c56b-6b99-46bc-a841-f3e54d6340d0 2018-08-12 08:09:40,100 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:09:40,104 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/34cb7327fcfc4b52a63b4b8c0ea4a54d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}edf26404ed92e77de10853ae2fa98d1478a85238" 2018-08-12 08:09:40,190 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:09:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dc81b969-df4a-41de-a3bb-0f54c346767e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 34cb7327fcfc4b52a63b4b8c0ea4a54d.", "code": 404, "title": "Not Found"}} 2018-08-12 08:09:40,190 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/34cb7327fcfc4b52a63b4b8c0ea4a54d used request id req-dc81b969-df4a-41de-a3bb-0f54c346767e 2018-08-12 08:09:40,190 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:09:40,193 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa9ca6d7608b4d7d87ce97331679a481 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}edf26404ed92e77de10853ae2fa98d1478a85238" 2018-08-12 08:09:40,284 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:09:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-de65fc66-4c0c-4108-a5a5-34e3cd8b7775 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa9ca6d7608b4d7d87ce97331679a481.", "code": 404, "title": "Not Found"}} 2018-08-12 08:09:40,285 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa9ca6d7608b4d7d87ce97331679a481 used request id req-de65fc66-4c0c-4108-a5a5-34e3cd8b7775 2018-08-12 08:09:40,285 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:09:40,288 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/87db863ba6e348b0a5ddcb67053db9d1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}edf26404ed92e77de10853ae2fa98d1478a85238" 2018-08-12 08:09:40,380 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:09:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-256cb133-4fbe-44f8-be22-f7425ad73e09 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87db863ba6e348b0a5ddcb67053db9d1.", "code": 404, "title": "Not Found"}} 2018-08-12 08:09:40,380 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/87db863ba6e348b0a5ddcb67053db9d1 used request id req-256cb133-4fbe-44f8-be22-f7425ad73e09 2018-08-12 08:09:40,380 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:09:40,381 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-4b20ccee-cecb-4b6-proj 2018-08-12 08:09:40,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/c3a652cd494640708b058735d8d3e965 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}edf26404ed92e77de10853ae2fa98d1478a85238" 2018-08-12 08:09:40,617 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:09:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-50477478-24cc-49e4-bc5c-93ad5ebb21eb 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 08:09:40,617 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/c3a652cd494640708b058735d8d3e965 used request id req-50477478-24cc-49e4-bc5c-93ad5ebb21eb 2018-08-12 08:09:40,618 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-4b20ccee-cecb-4b6-proj-role 2018-08-12 08:09:40,621 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/77e35e0d95da403788ac8be67e7c5351 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}edf26404ed92e77de10853ae2fa98d1478a85238" 2018-08-12 08:09:40,724 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:09:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f9b27b6e-c0e7-4e21-80d9-02935fd7bed4 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 08:09:40,725 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/77e35e0d95da403788ac8be67e7c5351 used request id req-f9b27b6e-c0e7-4e21-80d9-02935fd7bed4 2018-08-12 08:09:40,728 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}edf26404ed92e77de10853ae2fa98d1478a85238" 2018-08-12 08:09:40,818 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:09:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f3232ead-90f8-4d7c-9493-80597c95eeaa Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:09:40,818 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-f3232ead-90f8-4d7c-9493-80597c95eeaa 2018-08-12 08:09:40,819 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-4b20ccee-cecb-4b6-user 2018-08-12 08:09:40,822 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/e4860133eb0b4417b13796105dd34038 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb36a2cf5ab8c905409f13dba67486f8dd22f335" 2018-08-12 08:09:40,995 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:09:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f4a54276-54f0-4341-947a-3e50a0c5c6cf 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 08:09:40,996 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/e4860133eb0b4417b13796105dd34038 used request id req-f4a54276-54f0-4341-947a-3e50a0c5c6cf 2018-08-12 08:09:40,997 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:09:41,392 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:09:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["whRzs5YGTmK8PGLEuxILDQ"], "issued_at": "2018-08-12T08:09:41.000000Z"}} 2018-08-12 08:09:41,392 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}a7ffbc3800404c24744b8bcefca3a4874d3a97f5" 2018-08-12 08:09:41,489 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:09:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1108dbc6-1d2e-460d-a55a-57692925c9cd Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:09:41,489 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-1108dbc6-1d2e-460d-a55a-57692925c9cd 2018-08-12 08:09:41,490 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:09:41,491 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:09:41,880 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:09:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["57If7hXNTtqaLyxGxm7sOQ"], "issued_at": "2018-08-12T08:09:41.000000Z"}} 2018-08-12 08:09:41,881 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}223c661e033305bc55a5e752fbccf0b73cf63f82" 2018-08-12 08:09:41,973 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:09:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9d2569d9-a0c5-4f21-a9c5-37ee8fd49893 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:09:41,973 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-9d2569d9-a0c5-4f21-a9c5-37ee8fd49893 2018-08-12 08:09:41,977 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:09:41,983 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:09:41 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:09:41,984 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-87505efe-1cb2-438-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}223c661e033305bc55a5e752fbccf0b73cf63f82" 2018-08-12 08:09:42,070 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:09:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a0506aac-a974-4034-8da9-8fd7d109c3e6 Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-87505efe-1cb2-438-proj", "previous": null, "next": null}, "projects": []} 2018-08-12 08:09:42,070 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-87505efe-1cb2-438-proj used request id req-a0506aac-a974-4034-8da9-8fd7d109c3e6 2018-08-12 08:09:42,073 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}223c661e033305bc55a5e752fbccf0b73cf63f82" 2018-08-12 08:09:42,169 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:09:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9511d600-34ff-422a-8fa6-4987d3b4b718 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:09:42,169 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-9511d600-34ff-422a-8fa6-4987d3b4b718 2018-08-12 08:09:42,173 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}223c661e033305bc55a5e752fbccf0b73cf63f82" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateKeypairsTests-87505efe-1cb2-438-proj"}}' 2018-08-12 08:09:42,319 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:09:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5700e444-6154-41fc-bed8-e2a800668fda Content-Length: 316 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/5c4029d7e75c4238a4fba00c4ec53181"}, "tags": [], "enabled": true, "id": "5c4029d7e75c4238a4fba00c4ec53181", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-87505efe-1cb2-438-proj"}} 2018-08-12 08:09:42,319 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-5700e444-6154-41fc-bed8-e2a800668fda 2018-08-12 08:09:42,319 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-87505efe-1cb2-438-proj 2018-08-12 08:09:42,319 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:09:42,320 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:09:42,713 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:09:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["q1cPZTAYRTunm73uWRIWDQ"], "issued_at": "2018-08-12T08:09:42.000000Z"}} 2018-08-12 08:09:42,713 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}d67dc803e4bd187e098858a89a70a3ba73c1ce84" 2018-08-12 08:09:42,802 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:09:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-39175cb7-a8e5-4275-a51f-5b1d0b5e306c Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:09:42,802 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-39175cb7-a8e5-4275-a51f-5b1d0b5e306c 2018-08-12 08:09:42,806 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:09:42,811 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:09:42 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:09:42,812 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d67dc803e4bd187e098858a89a70a3ba73c1ce84" 2018-08-12 08:09:42,848 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:09:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5981c84b-2473-4459-b590-3c9084e3caec Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/105a247548624314b9228f85f6325f0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105a247548624314b9228f85f6325f0b", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/1c5de0eaa44543f08da6ad63a51594ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c5de0eaa44543f08da6ad63a51594ff", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/1d127b5b832547a88a547c116dfdd65b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d127b5b832547a88a547c116dfdd65b", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/1d5cfc170d624ce4ae53ae0507c8d517"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d5cfc170d624ce4ae53ae0507c8d517", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/2421820b75eb4d3ebd02830378d1377b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2421820b75eb4d3ebd02830378d1377b", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/40bd8ee54ecf44868cc83cede652c396"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40bd8ee54ecf44868cc83cede652c396", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/4f32fb8153854c4c9f5094b42b523f80"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f32fb8153854c4c9f5094b42b523f80", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7066130d08fb4db7bf4ab468de53933b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7066130d08fb4db7bf4ab468de53933b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/8d0898a83bcf4521bbc11501d5d7ac89"}, "domain_id": "1eec97585bde483292ece28ee11f4b8d", "enabled": true, "options": {}, "id": "8d0898a83bcf4521bbc11501d5d7ac89", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/9defcced327d476f8a3beab718a13da3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9defcced327d476f8a3beab718a13da3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/b80ee4f6992446e0879624dd436e99a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b80ee4f6992446e0879624dd436e99a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b86fd3e011324d398fcdb6f095a20a9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b86fd3e011324d398fcdb6f095a20a9d", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1701d2754064b5cadf765ea0806f9b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1701d2754064b5cadf765ea0806f9b2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/db4e7b8d76d549faa502716565c733dd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db4e7b8d76d549faa502716565c733dd", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-12 08:09:42,849 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-5981c84b-2473-4459-b590-3c9084e3caec 2018-08-12 08:09:42,852 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateKeypairsTests-87505efe-1cb2-438-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d67dc803e4bd187e098858a89a70a3ba73c1ce84" 2018-08-12 08:09:42,946 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:09:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e308b66c-f0ee-4919-9622-b77dd67337f6 Content-Encoding: gzip Content-Length: 256 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateKeypairsTests-87505efe-1cb2-438-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/5c4029d7e75c4238a4fba00c4ec53181"}, "tags": [], "enabled": true, "id": "5c4029d7e75c4238a4fba00c4ec53181", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-87505efe-1cb2-438-proj"}]} 2018-08-12 08:09:42,946 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateKeypairsTests-87505efe-1cb2-438-proj used request id req-e308b66c-f0ee-4919-9622-b77dd67337f6 2018-08-12 08:09:42,950 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d67dc803e4bd187e098858a89a70a3ba73c1ce84" 2018-08-12 08:09:43,043 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:09:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3764539f-a6c4-45d5-a268-6f945ca78413 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:09:43,044 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-3764539f-a6c4-45d5-a268-6f945ca78413 2018-08-12 08:09:43,413 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-87505efe-1cb2-438-user 2018-08-12 08:09:43,413 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:09:43,418 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}223c661e033305bc55a5e752fbccf0b73cf63f82" 2018-08-12 08:09:43,515 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:09:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8f0d40ec-b443-49aa-8521-b9125a9ec1e5 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:09:43,515 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-8f0d40ec-b443-49aa-8521-b9125a9ec1e5 2018-08-12 08:09:43,518 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}223c661e033305bc55a5e752fbccf0b73cf63f82" -d '{"role": {"name": "CreateKeypairsTests-87505efe-1cb2-438-proj-role"}}' 2018-08-12 08:09:43,629 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:09:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-92a02b34-2305-4696-8965-a827a5e1f05e Content-Length: 218 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "84f5b414c2b4467591f9eee650f8c192", "links": {"self": "http://172.30.9.21:5000/v3/roles/84f5b414c2b4467591f9eee650f8c192"}, "name": "CreateKeypairsTests-87505efe-1cb2-438-proj-role"}} 2018-08-12 08:09:43,629 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-92a02b34-2305-4696-8965-a827a5e1f05e 2018-08-12 08:09:43,629 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-87505efe-1cb2-438-proj-role 2018-08-12 08:09:43,632 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/84f5b414c2b4467591f9eee650f8c192 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}223c661e033305bc55a5e752fbccf0b73cf63f82" 2018-08-12 08:09:43,720 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:09:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-04df1151-bd22-4fe4-a0a2-d27d53abd860 Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "84f5b414c2b4467591f9eee650f8c192", "links": {"self": "http://172.30.9.21:5000/v3/roles/84f5b414c2b4467591f9eee650f8c192"}, "name": "CreateKeypairsTests-87505efe-1cb2-438-proj-role"}} 2018-08-12 08:09:43,720 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/84f5b414c2b4467591f9eee650f8c192 used request id req-04df1151-bd22-4fe4-a0a2-d27d53abd860 2018-08-12 08:09:43,720 - keystone_utils - INFO - Granting role CreateKeypairsTests-87505efe-1cb2-438-proj-role to project CreateKeypairsTests-87505efe-1cb2-438-proj 2018-08-12 08:09:43,724 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/5c4029d7e75c4238a4fba00c4ec53181/users/6ec2336d0b7e472bb19d9d306e78efc7/roles/84f5b414c2b4467591f9eee650f8c192 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}223c661e033305bc55a5e752fbccf0b73cf63f82" 2018-08-12 08:09:43,871 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:09:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b4bb5c92-c974-4dab-9d9a-de84fa431910 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 08:09:43,872 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/5c4029d7e75c4238a4fba00c4ec53181/users/6ec2336d0b7e472bb19d9d306e78efc7/roles/84f5b414c2b4467591f9eee650f8c192 used request id req-b4bb5c92-c974-4dab-9d9a-de84fa431910 2018-08-12 08:09:43,872 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-12 08:09:43,873 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:09:43,874 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:09:44,278 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "84f5b414c2b4467591f9eee650f8c192", "name": "CreateKeypairsTests-87505efe-1cb2-438-proj-role"}], "expires_at": "2018-08-12T09:09:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5c4029d7e75c4238a4fba00c4ec53181", "name": "CreateKeypairsTests-87505efe-1cb2-438-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/5c4029d7e75c4238a4fba00c4ec53181", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/5c4029d7e75c4238a4fba00c4ec53181", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/5c4029d7e75c4238a4fba00c4ec53181", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_5c4029d7e75c4238a4fba00c4ec53181", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_5c4029d7e75c4238a4fba00c4ec53181", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/5c4029d7e75c4238a4fba00c4ec53181", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/5c4029d7e75c4238a4fba00c4ec53181", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/5c4029d7e75c4238a4fba00c4ec53181", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/5c4029d7e75c4238a4fba00c4ec53181", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/5c4029d7e75c4238a4fba00c4ec53181", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/5c4029d7e75c4238a4fba00c4ec53181", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/5c4029d7e75c4238a4fba00c4ec53181", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/5c4029d7e75c4238a4fba00c4ec53181", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/5c4029d7e75c4238a4fba00c4ec53181", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-87505efe-1cb2-438-user", "id": "6ec2336d0b7e472bb19d9d306e78efc7"}, "audit_ids": ["GxFgyxADSzybnZOUHQYmNg"], "issued_at": "2018-08-12T08:09:44.000000Z"}} 2018-08-12 08:09:44,279 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}66c26dd3676578c5ad6da3ad83fd5cbdc64cda98" 2018-08-12 08:09:44,361 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:09:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cd0605bb-4f8e-4a06-b771-1f77f97e8947 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:09:44,361 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-cd0605bb-4f8e-4a06-b771-1f77f97e8947 2018-08-12 08:09:44,361 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-12 08:09:44,365 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66c26dd3676578c5ad6da3ad83fd5cbdc64cda98" 2018-08-12 08:09:44,964 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:09:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-6a3420f4-8eae-465c-a804-7f52f37672c7 x-compute-request-id: req-6a3420f4-8eae-465c-a804-7f52f37672c7 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-08-12 08:09:44,964 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-6a3420f4-8eae-465c-a804-7f52f37672c7 2018-08-12 08:09:44,965 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-f7d1c6e4-dbf3-4cb4-a1a5-858fa443d4c3... 2018-08-12 08:09:44,965 - OpenStackKeypair - INFO - Creating new keypair 2018-08-12 08:10:28,812 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-f7d1c6e4-dbf3-4cb4-a1a5-858fa443d4c3 2018-08-12 08:10:28,814 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66c26dd3676578c5ad6da3ad83fd5cbdc64cda98" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAE4wDpxnJrL4K9Z9prgjSoVFRF6TfAIpO6fqnKvFcFcRJHneU2mBRHr5Oe0D86tWU/29zsPPaYal+SyQSAj3osgaJo6Y7HuZ34pQ1aWUugupQrqVL7sDWnywWUE9pxydbD4b253BY32RYk+IK8QpiR0cjTCwa6SACkV404e4ZBQG0YjJV2jifwioVkJkiZCslMRPXyNvP3IDuqAiv5O4Cah6/B9z0kh8wGKIfO/xGLMfx2k2n1YInKPSx5pnmc57svPrTy42k0u+O0q+v73ASBXvU+R14V//ex8w3ylzjlGhYa/kQMVrOc7lK3qiGIDOeIaiIJ0AEVjQgtnQJNKgPb4MK08bOo8Y9+4ZbHO859OhIW7UIRiBSH+vv43/PhME1Odh9Mlc5cshSVZbjXr9G+/U4mFOeXjbHDDYCw4RIgOb0CKwLnjHE172ixjyEbkaFEEgRvxdeUEdln9uKchGSVS1AUQ37IObWYmT2W2018orN7J+PdZa3hIxyAfd7Jpoq+2h/zHmi0oRlsNasYqn8H3p+lE26j8EVYfJ9hudTyDTeqKiUiegQY7uBRYJbVJARWKfdsGiTgHeoUx5v6bbjGCUCGk08CcFwmOeUlvFwE4pgOAfd9DmTt/w6mCwxKOgzjhh8qd93AzDZeYJDD0H0vUYiy4vX2VQzj0UuxPkurOV1zxEVdD4D/zZDpcmb8WZ+sU83sNLz+t0ne6kRtAXvihIYujHQNv0lLTFWc9wGkSS/CHrUSu1s80pOIibYE+DFgJW7EXYQNbFMOAo7tbQrBFmPLpS6YBQQuKAiVun8PZt9xIEt0l/NLPPjnY4GayxCrwD6jBxCdDYdZMSkqOCpyNEK8pxWbaCezSEHHYmH4rvQquGcidDYVANgdHAH2x1FeuR+/WkPxlvGsTtfyJIwxZ9zqv83o9pcOLwKWHSG0hRrr+6Rm+P4YKYKcBRcWF/lgh7v0x5DgqoqPtjb9+GDjXto6VtJIhFldxXuCQDa7hW+CWsTZAl3gcihEw21RgfA2Q7WsLsypGN8GtYLMJ1OfCfONcwwjAmg+DJ9fiz+oGbpoyykZCpwQA+1CccyW7WkDB2yCaWntPVaOH3ggKaxVZyd/eRNB6AjKQExcPj96XWgs4MyYAdHTwd6iRh5U6qQpiXZx7G7TgCeA/dVHo4cYeyuBrHeSLenKBUPRaT42N2EzRtvO7PnghWen4x3m9U6kP8w5ai17jcJg2zbb6TVpCh4tnLTU0h+AFtlAKpRgA7bz4bkffmzI174d3qrSUCh1vg9quKnMIu/UxU/GqQlin/ARX+nEatYtTl74WjcSf656V6JG+GxLO9o2ZpHEdzKoLMUJyfdGIcGAZadWDQY/qrBWnEWQIUS3vpRXpNyP7cxMllom0p8hXzfRBOyQUpeyscZGfdGtqFVbC3izGIpjSLjGRU17B3uvtKNhKazCviTDsOSHjR2CQeMnrPuRNAVSmKhPkrEzvNNHJ4Rtm0eyjCMw5nMf9bzEILlj8RUqvzDxCKYVsrN/YofvqbPU6Eqpcx3ntIaRb0ovBPBdSnVhRm10gfut96BC22qasNrEs9E9sEz3fK188HQpDUBYkxU3gje0lyuXd//ZD/ovAPHg4+01mNI2Hc4VQb3Uf77/g3UroVxU1KpkKMkr56OHuD4S43mocw==", "name": "CreateKeypairsTests-f7d1c6e4-dbf3-4cb4-a1a5-858fa443d4c3"}}' 2018-08-12 08:10:28,876 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08: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-36b56ac9-aaf9-414c-a838-0434bb316f06 x-compute-request-id: req-36b56ac9-aaf9-414c-a838-0434bb316f06 Content-Encoding: gzip Content-Length: 1511 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAE4wDpxnJrL4K9Z9prgjSoVFRF6TfAIpO6fqnKvFcFcRJHneU2mBRHr5Oe0D86tWU/29zsPPaYal+SyQSAj3osgaJo6Y7HuZ34pQ1aWUugupQrqVL7sDWnywWUE9pxydbD4b253BY32RYk+IK8QpiR0cjTCwa6SACkV404e4ZBQG0YjJV2jifwioVkJkiZCslMRPXyNvP3IDuqAiv5O4Cah6/B9z0kh8wGKIfO/xGLMfx2k2n1YInKPSx5pnmc57svPrTy42k0u+O0q+v73ASBXvU+R14V//ex8w3ylzjlGhYa/kQMVrOc7lK3qiGIDOeIaiIJ0AEVjQgtnQJNKgPb4MK08bOo8Y9+4ZbHO859OhIW7UIRiBSH+vv43/PhME1Odh9Mlc5cshSVZbjXr9G+/U4mFOeXjbHDDYCw4RIgOb0CKwLnjHE172ixjyEbkaFEEgRvxdeUEdln9uKchGSVS1AUQ37IObWYmT2W2018orN7J+PdZa3hIxyAfd7Jpoq+2h/zHmi0oRlsNasYqn8H3p+lE26j8EVYfJ9hudTyDTeqKiUiegQY7uBRYJbVJARWKfdsGiTgHeoUx5v6bbjGCUCGk08CcFwmOeUlvFwE4pgOAfd9DmTt/w6mCwxKOgzjhh8qd93AzDZeYJDD0H0vUYiy4vX2VQzj0UuxPkurOV1zxEVdD4D/zZDpcmb8WZ+sU83sNLz+t0ne6kRtAXvihIYujHQNv0lLTFWc9wGkSS/CHrUSu1s80pOIibYE+DFgJW7EXYQNbFMOAo7tbQrBFmPLpS6YBQQuKAiVun8PZt9xIEt0l/NLPPjnY4GayxCrwD6jBxCdDYdZMSkqOCpyNEK8pxWbaCezSEHHYmH4rvQquGcidDYVANgdHAH2x1FeuR+/WkPxlvGsTtfyJIwxZ9zqv83o9pcOLwKWHSG0hRrr+6Rm+P4YKYKcBRcWF/lgh7v0x5DgqoqPtjb9+GDjXto6VtJIhFldxXuCQDa7hW+CWsTZAl3gcihEw21RgfA2Q7WsLsypGN8GtYLMJ1OfCfONcwwjAmg+DJ9fiz+oGbpoyykZCpwQA+1CccyW7WkDB2yCaWntPVaOH3ggKaxVZyd/eRNB6AjKQExcPj96XWgs4MyYAdHTwd6iRh5U6qQpiXZx7G7TgCeA/dVHo4cYeyuBrHeSLenKBUPRaT42N2EzRtvO7PnghWen4x3m9U6kP8w5ai17jcJg2zbb6TVpCh4tnLTU0h+AFtlAKpRgA7bz4bkffmzI174d3qrSUCh1vg9quKnMIu/UxU/GqQlin/ARX+nEatYtTl74WjcSf656V6JG+GxLO9o2ZpHEdzKoLMUJyfdGIcGAZadWDQY/qrBWnEWQIUS3vpRXpNyP7cxMllom0p8hXzfRBOyQUpeyscZGfdGtqFVbC3izGIpjSLjGRU17B3uvtKNhKazCviTDsOSHjR2CQeMnrPuRNAVSmKhPkrEzvNNHJ4Rtm0eyjCMw5nMf9bzEILlj8RUqvzDxCKYVsrN/YofvqbPU6Eqpcx3ntIaRb0ovBPBdSnVhRm10gfut96BC22qasNrEs9E9sEz3fK188HQpDUBYkxU3gje0lyuXd//ZD/ovAPHg4+01mNI2Hc4VQb3Uf77/g3UroVxU1KpkKMkr56OHuD4S43mocw==", "user_id": "6ec2336d0b7e472bb19d9d306e78efc7", "name": "CreateKeypairsTests-f7d1c6e4-dbf3-4cb4-a1a5-858fa443d4c3", "fingerprint": "86:66:5d:a5:c3:2b:9f:a6:0d:e4:ea:38:11:f0:a2:e3"}} 2018-08-12 08:10:28,876 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-36b56ac9-aaf9-414c-a838-0434bb316f06 2018-08-12 08:10:28,877 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:10:29,285 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "84f5b414c2b4467591f9eee650f8c192", "name": "CreateKeypairsTests-87505efe-1cb2-438-proj-role"}], "expires_at": "2018-08-12T09:10:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5c4029d7e75c4238a4fba00c4ec53181", "name": "CreateKeypairsTests-87505efe-1cb2-438-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/5c4029d7e75c4238a4fba00c4ec53181", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/5c4029d7e75c4238a4fba00c4ec53181", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/5c4029d7e75c4238a4fba00c4ec53181", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_5c4029d7e75c4238a4fba00c4ec53181", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_5c4029d7e75c4238a4fba00c4ec53181", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/5c4029d7e75c4238a4fba00c4ec53181", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/5c4029d7e75c4238a4fba00c4ec53181", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/5c4029d7e75c4238a4fba00c4ec53181", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/5c4029d7e75c4238a4fba00c4ec53181", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/5c4029d7e75c4238a4fba00c4ec53181", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/5c4029d7e75c4238a4fba00c4ec53181", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/5c4029d7e75c4238a4fba00c4ec53181", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/5c4029d7e75c4238a4fba00c4ec53181", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/5c4029d7e75c4238a4fba00c4ec53181", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-87505efe-1cb2-438-user", "id": "6ec2336d0b7e472bb19d9d306e78efc7"}, "audit_ids": ["O45g2GSiRo6YLDh62jwbwA"], "issued_at": "2018-08-12T08:10:29.000000Z"}} 2018-08-12 08:10:29,288 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/os-keypairs/CreateKeypairsTests-f7d1c6e4-dbf3-4cb4-a1a5-858fa443d4c3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa17f33df87e3734a8a9af8e4ef1c30e63d92dfc" 2018-08-12 08:10:29,495 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:10: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-db3bcf59-0677-4a3e-b9b4-bb3d3e040e1e x-compute-request-id: req-db3bcf59-0677-4a3e-b9b4-bb3d3e040e1e Content-Encoding: gzip Content-Length: 1574 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAE4wDpxnJrL4K9Z9prgjSoVFRF6TfAIpO6fqnKvFcFcRJHneU2mBRHr5Oe0D86tWU/29zsPPaYal+SyQSAj3osgaJo6Y7HuZ34pQ1aWUugupQrqVL7sDWnywWUE9pxydbD4b253BY32RYk+IK8QpiR0cjTCwa6SACkV404e4ZBQG0YjJV2jifwioVkJkiZCslMRPXyNvP3IDuqAiv5O4Cah6/B9z0kh8wGKIfO/xGLMfx2k2n1YInKPSx5pnmc57svPrTy42k0u+O0q+v73ASBXvU+R14V//ex8w3ylzjlGhYa/kQMVrOc7lK3qiGIDOeIaiIJ0AEVjQgtnQJNKgPb4MK08bOo8Y9+4ZbHO859OhIW7UIRiBSH+vv43/PhME1Odh9Mlc5cshSVZbjXr9G+/U4mFOeXjbHDDYCw4RIgOb0CKwLnjHE172ixjyEbkaFEEgRvxdeUEdln9uKchGSVS1AUQ37IObWYmT2W2018orN7J+PdZa3hIxyAfd7Jpoq+2h/zHmi0oRlsNasYqn8H3p+lE26j8EVYfJ9hudTyDTeqKiUiegQY7uBRYJbVJARWKfdsGiTgHeoUx5v6bbjGCUCGk08CcFwmOeUlvFwE4pgOAfd9DmTt/w6mCwxKOgzjhh8qd93AzDZeYJDD0H0vUYiy4vX2VQzj0UuxPkurOV1zxEVdD4D/zZDpcmb8WZ+sU83sNLz+t0ne6kRtAXvihIYujHQNv0lLTFWc9wGkSS/CHrUSu1s80pOIibYE+DFgJW7EXYQNbFMOAo7tbQrBFmPLpS6YBQQuKAiVun8PZt9xIEt0l/NLPPjnY4GayxCrwD6jBxCdDYdZMSkqOCpyNEK8pxWbaCezSEHHYmH4rvQquGcidDYVANgdHAH2x1FeuR+/WkPxlvGsTtfyJIwxZ9zqv83o9pcOLwKWHSG0hRrr+6Rm+P4YKYKcBRcWF/lgh7v0x5DgqoqPtjb9+GDjXto6VtJIhFldxXuCQDa7hW+CWsTZAl3gcihEw21RgfA2Q7WsLsypGN8GtYLMJ1OfCfONcwwjAmg+DJ9fiz+oGbpoyykZCpwQA+1CccyW7WkDB2yCaWntPVaOH3ggKaxVZyd/eRNB6AjKQExcPj96XWgs4MyYAdHTwd6iRh5U6qQpiXZx7G7TgCeA/dVHo4cYeyuBrHeSLenKBUPRaT42N2EzRtvO7PnghWen4x3m9U6kP8w5ai17jcJg2zbb6TVpCh4tnLTU0h+AFtlAKpRgA7bz4bkffmzI174d3qrSUCh1vg9quKnMIu/UxU/GqQlin/ARX+nEatYtTl74WjcSf656V6JG+GxLO9o2ZpHEdzKoLMUJyfdGIcGAZadWDQY/qrBWnEWQIUS3vpRXpNyP7cxMllom0p8hXzfRBOyQUpeyscZGfdGtqFVbC3izGIpjSLjGRU17B3uvtKNhKazCviTDsOSHjR2CQeMnrPuRNAVSmKhPkrEzvNNHJ4Rtm0eyjCMw5nMf9bzEILlj8RUqvzDxCKYVsrN/YofvqbPU6Eqpcx3ntIaRb0ovBPBdSnVhRm10gfut96BC22qasNrEs9E9sEz3fK188HQpDUBYkxU3gje0lyuXd//ZD/ovAPHg4+01mNI2Hc4VQb3Uf77/g3UroVxU1KpkKMkr56OHuD4S43mocw==", "user_id": "6ec2336d0b7e472bb19d9d306e78efc7", "name": "CreateKeypairsTests-f7d1c6e4-dbf3-4cb4-a1a5-858fa443d4c3", "deleted": false, "created_at": "2018-08-12T08:10:28.000000", "updated_at": null, "fingerprint": "86:66:5d:a5:c3:2b:9f:a6:0d:e4:ea:38:11:f0:a2:e3", "deleted_at": null, "id": 59}} 2018-08-12 08:10:29,495 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/CreateKeypairsTests-f7d1c6e4-dbf3-4cb4-a1a5-858fa443d4c3 used request id req-db3bcf59-0677-4a3e-b9b4-bb3d3e040e1e 2018-08-12 08:10:29,496 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsTests-f7d1c6e4-dbf3-4cb4-a1a5-858fa443d4c3 2018-08-12 08:10:29,499 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/os-keypairs/CreateKeypairsTests-f7d1c6e4-dbf3-4cb4-a1a5-858fa443d4c3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66c26dd3676578c5ad6da3ad83fd5cbdc64cda98" 2018-08-12 08:10:29,534 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 08:10: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-02eff3f5-8b9c-4b58-a98a-edb46438863e x-compute-request-id: req-02eff3f5-8b9c-4b58-a98a-edb46438863e Content-Length: 0 Content-Type: application/json 2018-08-12 08:10:29,534 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/CreateKeypairsTests-f7d1c6e4-dbf3-4cb4-a1a5-858fa443d4c3 used request id req-02eff3f5-8b9c-4b58-a98a-edb46438863e 2018-08-12 08:10:29,535 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:10:29,535 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:10:29,535 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:10:29,536 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:10:29,536 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:10:29,542 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}223c661e033305bc55a5e752fbccf0b73cf63f82" 2018-08-12 08:10:29,739 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 43135 X-Openstack-Request-Id: req-3d6f02f7-f7e1-461e-9d53-262040cf5fce Date: Sun, 12 Aug 2018 08:10:29 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "created_at": "2018-08-12T06:59:44Z", "updated_at": "2018-08-12T06:59:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "1d7fd960-7865-4453-aecc-8d399b4fad21", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "66820d8a-b785-4b18-bd67-500221c8e4f9", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "74fc7638-a322-4841-8c47-06d36174a200", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "8eaa09ec-8419-4582-9312-1e527afe6e4b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}], "revision_number": 4, "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "created_at": "2018-08-12T05:12:34Z", "updated_at": "2018-08-12T05:12:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "709513d2-af7d-4d0b-bd3c-604fed75a711", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "aa346066-e46f-44f2-94be-2884aa998a19", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "c15f7b93-e56c-4afa-867d-2acb286d4b7b", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "cb0ef83f-5f70-4a80-ad35-431ca9df551e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}], "revision_number": 4, "project_id": "fa5a7fe6ee54472ba01638877aade8e3", "id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ea65becf30e54b27aa96a449698a435e", "created_at": "2018-08-12T05:10:35Z", "updated_at": "2018-08-12T05:10:35Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "30ad280c-f302-4cd4-a438-5139917b56f9", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "76115c4c-887d-4f0a-83e2-486e4b39c713", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "8ab14937-4c08-4d43-8a9a-662e622cc643", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "ee757a03-5662-4273-9c3e-6212e7afb48f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}], "revision_number": 4, "project_id": "ea65becf30e54b27aa96a449698a435e", "id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "created_at": "2018-08-12T06:20:09Z", "updated_at": "2018-08-12T06:20:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "1123b8f2-75ac-4a26-b9b2-a96da97408e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "2ddd2b93-e080-48cd-9a50-f5fe8a82ad0c", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "cd1bae62-0aea-4438-b4c3-50a69ae6f855", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "e398e01e-ceea-46d1-9534-b929808c4a5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}], "revision_number": 4, "project_id": "ff7abd7bb61f4f2889831e932d65dc2e", "id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "created_at": "2018-08-12T05:34:57Z", "updated_at": "2018-08-12T05:34:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "208a1c1e-f5f8-49c7-9a25-d07e68b1541f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "27bfd867-e607-4bf8-9de8-60682d3f771d", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "49360e1f-6fd3-4f35-b339-24cea95773ee", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "60f631a9-d305-4920-9631-d0543e2ac64f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}], "revision_number": 4, "project_id": "3a85ceae958d4d9fba68847e7df67db8", "id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "created_at": "2018-08-12T05:34:40Z", "updated_at": "2018-08-12T05:34:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "2192c259-363e-4768-ae73-e75837ad63b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "3f87ddc5-f84d-41dc-8215-847724782569", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "7d89f6da-ea78-49dd-9115-f9ad23b250bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "9ec4497d-0f65-44db-9be9-7b3042e4a584", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}], "revision_number": 4, "project_id": "85517fcf1c6247e699fdcdd42ecc8c79", "id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "created_at": "2018-08-12T05:16:02Z", "updated_at": "2018-08-12T05:16:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "1ecacd8c-c1c7-4a66-9871-406a69323b43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "3cc1750c-e0e7-4902-b6f3-494a161b832e", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "d719a7a4-8c99-44ed-8c12-6bf071890203", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "fe7421b5-d577-41da-8c78-62f3c07eda92", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}], "revision_number": 4, "project_id": "a267b9a156244bb192691cff6e5f74fe", "id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "315a428116f24d9fbb826b37080a918e", "created_at": "2018-08-12T05:11:31Z", "updated_at": "2018-08-12T05:11:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "5e52886a-1dc3-4a81-a55d-f388dc4fd1a1", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "678e32e4-d64c-448a-a4ab-e253ab94ae90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "a8da1539-e3ad-4f90-b2df-3dc1f09d228a", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "b73d5cc9-0205-4658-bb1f-61a042c0ab8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}], "revision_number": 4, "project_id": "315a428116f24d9fbb826b37080a918e", "id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-12T05:08:01Z", "updated_at": "2018-08-12T05:08:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:01Z", "revision_number": 0, "id": "0fb05d03-1117-45d0-930c-b6d4c96ef102", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "4faaab33-5788-4bbd-85b8-0fb44d41413a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "96d0c5a0-5c67-421b-8fc8-2b46d77e5db3", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "dd78519b-4bc5-4e8e-ad0f-58089dd69347", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "11a46741b7954b959fd7764109c047b6", "created_at": "2018-08-12T05:34:51Z", "updated_at": "2018-08-12T05:34:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "0b67bf3c-2289-43bb-ab6c-7d25ec32a279", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "51f3f833-337a-42bd-a8d5-742ea8d6c226", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "571fd0b5-ef90-408d-af33-aafb517b8993", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "944ba823-fb9c-496e-a66e-bb426bb14a8d", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}], "revision_number": 4, "project_id": "11a46741b7954b959fd7764109c047b6", "id": "90af9782-8112-4257-801d-ee5115d226ba", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "created_at": "2018-08-12T05:34:26Z", "updated_at": "2018-08-12T05:34:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "2ee1f63a-807c-4d6a-85ee-dd784f6b8c3f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5dec3ec2-2add-47dd-8618-90659dcf3885", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5ea0dc3e-49d0-43f0-94e9-f6443527d14c", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "fbfaca22-7e3e-4128-8973-43e439b77c28", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}], "revision_number": 4, "project_id": "3c01cd58055c44ecaef39f7e625c2258", "id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "521007c1818145639e93ceb270559219", "created_at": "2018-08-12T05:13:27Z", "updated_at": "2018-08-12T05:13:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "5e7fede5-b0f2-47d8-95c3-516cdfc7f9de", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "8fd0e36f-c6c4-4f64-ba97-40439e614448", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "db7d79de-1dfc-4138-945f-91e74cdc266b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "e87f2cff-ff3e-4b6d-aaf0-7f0eb0ab9f05", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}], "revision_number": 4, "project_id": "521007c1818145639e93ceb270559219", "id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "created_at": "2018-08-12T05:08:18Z", "updated_at": "2018-08-12T05:08:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "3c67be40-bf74-4f97-9693-d93ce73a23b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "6112d869-2fc6-4a25-a13c-3d55cd7206c0", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "bdf21c56-453e-482e-9cba-3c55abcb0339", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "c8e92c39-38cc-4f48-be9c-5f0912e6a725", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}], "revision_number": 4, "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "created_at": "2018-08-12T05:04:23Z", "updated_at": "2018-08-12T05:04:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "280546d9-8ad1-4283-abfc-15ee9b1736c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "58bce125-f2ca-4a6d-b9ca-4e6cf5c0f7a5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "69275b9a-cfb5-482c-a9c4-8ffc79adf2c7", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "6d747f3a-3764-469a-a645-f977585c5aac", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}], "revision_number": 4, "project_id": "310f5853751a4c968f3eeb0a3d99a0a8", "id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "created_at": "2018-08-12T05:34:42Z", "updated_at": "2018-08-12T05:34:42Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "199582e8-25aa-457a-aa7c-6d8413ca4464", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "234f3609-4454-448f-919d-c8143c7cd764", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "c1061460-71a2-49a9-a04b-9fa33eeb17ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "d21ac532-51d8-4d6b-8300-7bac216759bf", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}], "revision_number": 4, "project_id": "9f6c1a272706419c9a74b0893b2890e8", "id": "d6739716-c693-460c-89c6-e7c8c48f8245", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "created_at": "2018-08-12T05:34:54Z", "updated_at": "2018-08-12T05:34:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "0633a05a-ee7d-4476-a56b-75d011b22f77", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "6cc1b9f8-73db-47a3-a0e0-3c96c43f34da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "90d99a6b-e94f-4fd8-a10c-f19dd8954c13", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "e843c139-af2a-4d2c-a24f-59f7b10ff72e", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}], "revision_number": 4, "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "created_at": "2018-08-12T05:09:07Z", "updated_at": "2018-08-12T05:09:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "5495e168-f505-4d74-ae6d-387f0bf533c2", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "6fd19b8b-3062-456e-81ba-3ff37fe43429", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8ca59d25-485c-46ce-939c-2e4a468caeac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8f190846-50a0-42b9-b571-390809b752b1", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}], "revision_number": 4, "project_id": "fa9ca6d7608b4d7d87ce97331679a481", "id": "edcd9b17-9416-4c25-823c-060c435e18d7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "created_at": "2018-08-12T05:34:52Z", "updated_at": "2018-08-12T05:34:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "2c7e484e-6ec5-4a95-8c9c-66d294c0c27e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "70c74258-3c2c-4efc-87e0-079c26ee3417", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "b70382fa-082e-4c2b-abc8-87490fa50b11", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "c3628e02-b4b6-42c9-8751-c1a2d3c19caa", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}], "revision_number": 4, "project_id": "87db863ba6e348b0a5ddcb67053db9d1", "id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "name": "default"}]} 2018-08-12 08:10:29,740 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-3d6f02f7-f7e1-461e-9d53-262040cf5fce 2018-08-12 08:10:29,748 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}223c661e033305bc55a5e752fbccf0b73cf63f82" 2018-08-12 08:10:29,844 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:10:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-50e30a90-cd4c-4f2d-94cc-17e6f0b14dfc Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 5fe28c13d4d74ba2be8d019ac1ea6363.", "code": 404, "title": "Not Found"}} 2018-08-12 08:10:29,844 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 used request id req-50e30a90-cd4c-4f2d-94cc-17e6f0b14dfc 2018-08-12 08:10:29,844 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:10:29,848 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}223c661e033305bc55a5e752fbccf0b73cf63f82" 2018-08-12 08:10:29,936 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:10:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8116e548-9ab0-4362-9b64-fe915c7a9906 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa5a7fe6ee54472ba01638877aade8e3.", "code": 404, "title": "Not Found"}} 2018-08-12 08:10:29,936 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 used request id req-8116e548-9ab0-4362-9b64-fe915c7a9906 2018-08-12 08:10:29,937 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:10:29,940 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}223c661e033305bc55a5e752fbccf0b73cf63f82" 2018-08-12 08:10:30,030 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:10:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8548a75a-7bc8-461e-afb1-bd42e7521b70 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ea65becf30e54b27aa96a449698a435e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:10:30,030 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e used request id req-8548a75a-7bc8-461e-afb1-bd42e7521b70 2018-08-12 08:10:30,030 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:10:30,033 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}223c661e033305bc55a5e752fbccf0b73cf63f82" 2018-08-12 08:10:30,133 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:10:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dd615a48-c026-4809-8aa7-5db0337ff598 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ff7abd7bb61f4f2889831e932d65dc2e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:10:30,133 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e used request id req-dd615a48-c026-4809-8aa7-5db0337ff598 2018-08-12 08:10:30,133 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:10:30,137 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}223c661e033305bc55a5e752fbccf0b73cf63f82" 2018-08-12 08:10:30,222 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:10:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4718dde6-c41c-41c0-9935-081de8642b92 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3a85ceae958d4d9fba68847e7df67db8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:10:30,222 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 used request id req-4718dde6-c41c-41c0-9935-081de8642b92 2018-08-12 08:10:30,222 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:10:30,226 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}223c661e033305bc55a5e752fbccf0b73cf63f82" 2018-08-12 08:10:30,317 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:10:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f32817e3-b059-4c07-b838-80b34464edd3 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 85517fcf1c6247e699fdcdd42ecc8c79.", "code": 404, "title": "Not Found"}} 2018-08-12 08:10:30,317 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 used request id req-f32817e3-b059-4c07-b838-80b34464edd3 2018-08-12 08:10:30,317 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:10:30,320 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}223c661e033305bc55a5e752fbccf0b73cf63f82" 2018-08-12 08:10:30,414 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:10:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b0061917-4694-4b69-b381-2ebde02d8587 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}} 2018-08-12 08:10:30,414 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe used request id req-b0061917-4694-4b69-b381-2ebde02d8587 2018-08-12 08:10:30,417 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}223c661e033305bc55a5e752fbccf0b73cf63f82" 2018-08-12 08:10:30,502 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:10:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-290c4964-26b7-457e-be4a-8a5d05111dd8 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 315a428116f24d9fbb826b37080a918e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:10:30,502 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e used request id req-290c4964-26b7-457e-be4a-8a5d05111dd8 2018-08-12 08:10:30,502 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:10:30,506 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}223c661e033305bc55a5e752fbccf0b73cf63f82" 2018-08-12 08:10:30,599 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:10:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-35020fad-1f59-4a69-ae9c-7862921018be Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 11a46741b7954b959fd7764109c047b6.", "code": 404, "title": "Not Found"}} 2018-08-12 08:10:30,599 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 used request id req-35020fad-1f59-4a69-ae9c-7862921018be 2018-08-12 08:10:30,600 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:10:30,603 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}223c661e033305bc55a5e752fbccf0b73cf63f82" 2018-08-12 08:10:30,692 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:10:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8f4583cb-8604-4448-af9b-bfa4876144cd Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3c01cd58055c44ecaef39f7e625c2258.", "code": 404, "title": "Not Found"}} 2018-08-12 08:10:30,692 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 used request id req-8f4583cb-8604-4448-af9b-bfa4876144cd 2018-08-12 08:10:30,693 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:10:30,696 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}223c661e033305bc55a5e752fbccf0b73cf63f82" 2018-08-12 08:10:30,786 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:10:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d20ad78b-1526-4522-ba70-a3ac7ef366ad Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 521007c1818145639e93ceb270559219.", "code": 404, "title": "Not Found"}} 2018-08-12 08:10:30,786 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 used request id req-d20ad78b-1526-4522-ba70-a3ac7ef366ad 2018-08-12 08:10:30,786 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:10:30,789 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}223c661e033305bc55a5e752fbccf0b73cf63f82" 2018-08-12 08:10:30,879 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:10:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-32a9b5a0-c5a9-4143-9ecc-c169df0082d8 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e18fcc7fc10a4fd0b20234f8520d0aab.", "code": 404, "title": "Not Found"}} 2018-08-12 08:10:30,879 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab used request id req-32a9b5a0-c5a9-4143-9ecc-c169df0082d8 2018-08-12 08:10:30,879 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:10:30,883 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}223c661e033305bc55a5e752fbccf0b73cf63f82" 2018-08-12 08:10:30,984 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:10:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ba474641-3f85-4e14-a84a-9826e7dc0016 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "310f5853751a4c968f3eeb0a3d99a0a8", "name": "service"}} 2018-08-12 08:10:30,984 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 used request id req-ba474641-3f85-4e14-a84a-9826e7dc0016 2018-08-12 08:10:30,988 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}223c661e033305bc55a5e752fbccf0b73cf63f82" 2018-08-12 08:10:31,071 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:10:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d9a44459-9d65-4195-a320-298f827c6664 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9f6c1a272706419c9a74b0893b2890e8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:10:31,072 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 used request id req-d9a44459-9d65-4195-a320-298f827c6664 2018-08-12 08:10:31,072 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:10:31,075 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/34cb7327fcfc4b52a63b4b8c0ea4a54d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}223c661e033305bc55a5e752fbccf0b73cf63f82" 2018-08-12 08:10:31,176 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:10:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1398f95c-7828-453d-ae73-e8000dd9e5d3 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 34cb7327fcfc4b52a63b4b8c0ea4a54d.", "code": 404, "title": "Not Found"}} 2018-08-12 08:10:31,176 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/34cb7327fcfc4b52a63b4b8c0ea4a54d used request id req-1398f95c-7828-453d-ae73-e8000dd9e5d3 2018-08-12 08:10:31,177 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:10:31,180 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa9ca6d7608b4d7d87ce97331679a481 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}223c661e033305bc55a5e752fbccf0b73cf63f82" 2018-08-12 08:10:31,275 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:10:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c6a0bb0f-e708-4845-99fa-40b4d9eec905 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa9ca6d7608b4d7d87ce97331679a481.", "code": 404, "title": "Not Found"}} 2018-08-12 08:10:31,275 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa9ca6d7608b4d7d87ce97331679a481 used request id req-c6a0bb0f-e708-4845-99fa-40b4d9eec905 2018-08-12 08:10:31,276 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:10:31,279 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/87db863ba6e348b0a5ddcb67053db9d1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}223c661e033305bc55a5e752fbccf0b73cf63f82" 2018-08-12 08:10:31,365 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:10:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-09aeadab-5b07-4838-905d-f36d5b79507c Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87db863ba6e348b0a5ddcb67053db9d1.", "code": 404, "title": "Not Found"}} 2018-08-12 08:10:31,365 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/87db863ba6e348b0a5ddcb67053db9d1 used request id req-09aeadab-5b07-4838-905d-f36d5b79507c 2018-08-12 08:10:31,365 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:10:31,366 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-87505efe-1cb2-438-proj 2018-08-12 08:10:31,369 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/5c4029d7e75c4238a4fba00c4ec53181 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}223c661e033305bc55a5e752fbccf0b73cf63f82" 2018-08-12 08:10:31,815 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:10:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-84d2e404-f144-44b0-b40b-2e31ba9f2e26 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 08:10:31,815 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/5c4029d7e75c4238a4fba00c4ec53181 used request id req-84d2e404-f144-44b0-b40b-2e31ba9f2e26 2018-08-12 08:10:31,815 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-87505efe-1cb2-438-proj-role 2018-08-12 08:10:31,819 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/84f5b414c2b4467591f9eee650f8c192 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}223c661e033305bc55a5e752fbccf0b73cf63f82" 2018-08-12 08:10:31,941 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:10:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3f2bb05a-3c66-4ede-9e43-907c8733293e 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 08:10:31,941 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/84f5b414c2b4467591f9eee650f8c192 used request id req-3f2bb05a-3c66-4ede-9e43-907c8733293e 2018-08-12 08:10:31,944 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}223c661e033305bc55a5e752fbccf0b73cf63f82" 2018-08-12 08:10:32,030 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:10:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c7e87daf-667e-45fb-af78-f8f06d6f75eb Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:10:32,030 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-c7e87daf-667e-45fb-af78-f8f06d6f75eb 2018-08-12 08:10:32,031 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-87505efe-1cb2-438-user 2018-08-12 08:10:32,034 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/6ec2336d0b7e472bb19d9d306e78efc7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d67dc803e4bd187e098858a89a70a3ba73c1ce84" 2018-08-12 08:10:32,230 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:10:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9f781803-8a6d-4c75-b760-5355de78e17e 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 08:10:32,230 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/6ec2336d0b7e472bb19d9d306e78efc7 used request id req-9f781803-8a6d-4c75-b760-5355de78e17e 2018-08-12 08:10:32,232 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:10:32,632 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:10:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["lpxI57I7QWa6wZglU1nHSQ"], "issued_at": "2018-08-12T08:10:32.000000Z"}} 2018-08-12 08:10:32,633 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}d23158b20ae0ab2274cc711deb13031321c71813" 2018-08-12 08:10:32,713 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:10:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-42f9b1ce-38aa-4a14-9c09-6ee7dff1d06d Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:10:32,713 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-42f9b1ce-38aa-4a14-9c09-6ee7dff1d06d 2018-08-12 08:10:32,715 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:10:32,716 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:10:33,110 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:10:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["9r7LPhSWQ3u1YBzCTdOlrA"], "issued_at": "2018-08-12T08:10:33.000000Z"}} 2018-08-12 08:10:33,111 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}b2b0d6d03bb1f7d26ec7180b02a7a7f58386705b" 2018-08-12 08:10:33,191 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:10:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-74e1291b-a04f-480d-9023-ec9c122f593b Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:10:33,191 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-74e1291b-a04f-480d-9023-ec9c122f593b 2018-08-12 08:10:33,195 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:10:33,201 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:10:33 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:10:33,201 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-3088ac91-5eda-4e6-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2b0d6d03bb1f7d26ec7180b02a7a7f58386705b" 2018-08-12 08:10:33,292 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:10:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b5ee19c2-f56d-490b-938e-d62e51df1f52 Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-3088ac91-5eda-4e6-proj", "previous": null, "next": null}, "projects": []} 2018-08-12 08:10:33,292 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-3088ac91-5eda-4e6-proj used request id req-b5ee19c2-f56d-490b-938e-d62e51df1f52 2018-08-12 08:10:33,296 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2b0d6d03bb1f7d26ec7180b02a7a7f58386705b" 2018-08-12 08:10:33,394 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:10:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5794dd52-e36e-4df3-bbb2-2e16b011802b Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:10:33,395 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-5794dd52-e36e-4df3-bbb2-2e16b011802b 2018-08-12 08:10:33,398 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2b0d6d03bb1f7d26ec7180b02a7a7f58386705b" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateKeypairsTests-3088ac91-5eda-4e6-proj"}}' 2018-08-12 08:10:33,528 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:10:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ed12e9a7-77b3-4a9c-8296-91100a890a84 Content-Length: 316 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/0d266fe7d1f84c3fa971f11123f2c97f"}, "tags": [], "enabled": true, "id": "0d266fe7d1f84c3fa971f11123f2c97f", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-3088ac91-5eda-4e6-proj"}} 2018-08-12 08:10:33,528 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-ed12e9a7-77b3-4a9c-8296-91100a890a84 2018-08-12 08:10:33,528 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-3088ac91-5eda-4e6-proj 2018-08-12 08:10:33,529 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:10:33,529 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:10:33,922 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:10:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["S9cmSDSsQPmhBmGgF93-mg"], "issued_at": "2018-08-12T08:10:33.000000Z"}} 2018-08-12 08:10:33,922 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}f4cf836e5ce774568edf813e34d79afa2951c803" 2018-08-12 08:10:34,006 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:10:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-40c3810d-a81d-4a73-824b-daf5eef8bc9f Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:10:34,006 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-40c3810d-a81d-4a73-824b-daf5eef8bc9f 2018-08-12 08:10:34,010 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:10:34,016 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:10:34 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:10:34,016 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4cf836e5ce774568edf813e34d79afa2951c803" 2018-08-12 08:10:34,051 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:10:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-271b0cfa-df18-4d4d-a544-d69d9823e062 Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/105a247548624314b9228f85f6325f0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105a247548624314b9228f85f6325f0b", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/1c5de0eaa44543f08da6ad63a51594ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c5de0eaa44543f08da6ad63a51594ff", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/1d127b5b832547a88a547c116dfdd65b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d127b5b832547a88a547c116dfdd65b", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/1d5cfc170d624ce4ae53ae0507c8d517"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d5cfc170d624ce4ae53ae0507c8d517", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/2421820b75eb4d3ebd02830378d1377b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2421820b75eb4d3ebd02830378d1377b", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/40bd8ee54ecf44868cc83cede652c396"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40bd8ee54ecf44868cc83cede652c396", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/4f32fb8153854c4c9f5094b42b523f80"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f32fb8153854c4c9f5094b42b523f80", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7066130d08fb4db7bf4ab468de53933b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7066130d08fb4db7bf4ab468de53933b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/8d0898a83bcf4521bbc11501d5d7ac89"}, "domain_id": "1eec97585bde483292ece28ee11f4b8d", "enabled": true, "options": {}, "id": "8d0898a83bcf4521bbc11501d5d7ac89", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/9defcced327d476f8a3beab718a13da3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9defcced327d476f8a3beab718a13da3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/b80ee4f6992446e0879624dd436e99a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b80ee4f6992446e0879624dd436e99a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b86fd3e011324d398fcdb6f095a20a9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b86fd3e011324d398fcdb6f095a20a9d", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1701d2754064b5cadf765ea0806f9b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1701d2754064b5cadf765ea0806f9b2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/db4e7b8d76d549faa502716565c733dd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db4e7b8d76d549faa502716565c733dd", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-12 08:10:34,052 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-271b0cfa-df18-4d4d-a544-d69d9823e062 2018-08-12 08:10:34,056 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateKeypairsTests-3088ac91-5eda-4e6-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4cf836e5ce774568edf813e34d79afa2951c803" 2018-08-12 08:10:34,148 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:10:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-03548256-52df-415d-a37f-823e4e8f5452 Content-Encoding: gzip Content-Length: 256 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateKeypairsTests-3088ac91-5eda-4e6-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/0d266fe7d1f84c3fa971f11123f2c97f"}, "tags": [], "enabled": true, "id": "0d266fe7d1f84c3fa971f11123f2c97f", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-3088ac91-5eda-4e6-proj"}]} 2018-08-12 08:10:34,149 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateKeypairsTests-3088ac91-5eda-4e6-proj used request id req-03548256-52df-415d-a37f-823e4e8f5452 2018-08-12 08:10:34,152 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4cf836e5ce774568edf813e34d79afa2951c803" 2018-08-12 08:10:34,241 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:10:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-08543518-a6fb-45c8-883e-9d535cdbe8af Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:10:34,242 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-08543518-a6fb-45c8-883e-9d535cdbe8af 2018-08-12 08:10:34,653 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-3088ac91-5eda-4e6-user 2018-08-12 08:10:34,654 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:10:34,658 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2b0d6d03bb1f7d26ec7180b02a7a7f58386705b" 2018-08-12 08:10:34,846 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:10:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cbb64f71-19fe-48e0-95b3-9d15cf1f6a62 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:10:34,847 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-cbb64f71-19fe-48e0-95b3-9d15cf1f6a62 2018-08-12 08:10:34,850 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2b0d6d03bb1f7d26ec7180b02a7a7f58386705b" -d '{"role": {"name": "CreateKeypairsTests-3088ac91-5eda-4e6-proj-role"}}' 2018-08-12 08:10:34,964 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:10:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ebf434a5-0345-4ac6-8611-0e62285f9e02 Content-Length: 218 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "181c6c2d84474e6eaa44cd4a316a994c", "links": {"self": "http://172.30.9.21:5000/v3/roles/181c6c2d84474e6eaa44cd4a316a994c"}, "name": "CreateKeypairsTests-3088ac91-5eda-4e6-proj-role"}} 2018-08-12 08:10:34,964 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-ebf434a5-0345-4ac6-8611-0e62285f9e02 2018-08-12 08:10:34,965 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-3088ac91-5eda-4e6-proj-role 2018-08-12 08:10:34,968 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/181c6c2d84474e6eaa44cd4a316a994c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2b0d6d03bb1f7d26ec7180b02a7a7f58386705b" 2018-08-12 08:10:35,058 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:10:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fac287af-7929-48db-88f3-59a929543722 Content-Encoding: gzip Content-Length: 174 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "181c6c2d84474e6eaa44cd4a316a994c", "links": {"self": "http://172.30.9.21:5000/v3/roles/181c6c2d84474e6eaa44cd4a316a994c"}, "name": "CreateKeypairsTests-3088ac91-5eda-4e6-proj-role"}} 2018-08-12 08:10:35,058 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/181c6c2d84474e6eaa44cd4a316a994c used request id req-fac287af-7929-48db-88f3-59a929543722 2018-08-12 08:10:35,058 - keystone_utils - INFO - Granting role CreateKeypairsTests-3088ac91-5eda-4e6-proj-role to project CreateKeypairsTests-3088ac91-5eda-4e6-proj 2018-08-12 08:10:35,062 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/0d266fe7d1f84c3fa971f11123f2c97f/users/53ae370fa1154e5296e8ff3bcdb4be94/roles/181c6c2d84474e6eaa44cd4a316a994c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2b0d6d03bb1f7d26ec7180b02a7a7f58386705b" 2018-08-12 08:10:35,200 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:10:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cfefbe5d-4f12-4ee5-b564-f23baa0bd4d2 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 08:10:35,201 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/0d266fe7d1f84c3fa971f11123f2c97f/users/53ae370fa1154e5296e8ff3bcdb4be94/roles/181c6c2d84474e6eaa44cd4a316a994c used request id req-cfefbe5d-4f12-4ee5-b564-f23baa0bd4d2 2018-08-12 08:10:35,201 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-12 08:10:35,203 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:10:35,203 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:10:35,592 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "181c6c2d84474e6eaa44cd4a316a994c", "name": "CreateKeypairsTests-3088ac91-5eda-4e6-proj-role"}], "expires_at": "2018-08-12T09:10:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0d266fe7d1f84c3fa971f11123f2c97f", "name": "CreateKeypairsTests-3088ac91-5eda-4e6-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/0d266fe7d1f84c3fa971f11123f2c97f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/0d266fe7d1f84c3fa971f11123f2c97f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/0d266fe7d1f84c3fa971f11123f2c97f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_0d266fe7d1f84c3fa971f11123f2c97f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_0d266fe7d1f84c3fa971f11123f2c97f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/0d266fe7d1f84c3fa971f11123f2c97f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/0d266fe7d1f84c3fa971f11123f2c97f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/0d266fe7d1f84c3fa971f11123f2c97f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/0d266fe7d1f84c3fa971f11123f2c97f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/0d266fe7d1f84c3fa971f11123f2c97f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/0d266fe7d1f84c3fa971f11123f2c97f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/0d266fe7d1f84c3fa971f11123f2c97f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/0d266fe7d1f84c3fa971f11123f2c97f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/0d266fe7d1f84c3fa971f11123f2c97f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-3088ac91-5eda-4e6-user", "id": "53ae370fa1154e5296e8ff3bcdb4be94"}, "audit_ids": ["UohT2RCTQoCxd9zZK2RLLQ"], "issued_at": "2018-08-12T08:10:35.000000Z"}} 2018-08-12 08:10:35,592 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}ca8f2fbfd0894713ea88d7b7ec911e1b0de1daef" 2018-08-12 08:10:35,680 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:10:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e45830e7-eb84-450e-915f-edbf8a5ebc0f Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:10:35,680 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-e45830e7-eb84-450e-915f-edbf8a5ebc0f 2018-08-12 08:10:35,681 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-12 08:10:35,685 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca8f2fbfd0894713ea88d7b7ec911e1b0de1daef" 2018-08-12 08:10:36,295 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08: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 x-openstack-request-id: req-69a26cbb-a4ba-4115-9035-a8a490a76334 x-compute-request-id: req-69a26cbb-a4ba-4115-9035-a8a490a76334 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-08-12 08:10:36,295 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-69a26cbb-a4ba-4115-9035-a8a490a76334 2018-08-12 08:10:36,296 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-376507b2-1f51-4717-b0e4-d93843b5649a... 2018-08-12 08:10:36,296 - OpenStackKeypair - INFO - Creating new keypair 2018-08-12 08:10:36,358 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-376507b2-1f51-4717-b0e4-d93843b5649a 2018-08-12 08:10:36,360 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca8f2fbfd0894713ea88d7b7ec911e1b0de1daef" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDWTtnIef03uZYpLFZNj3H5dyjVGWOxc4woDW1P6F547DGr0Pzsbha5yb5vVn73otD90x4+MN4TBr1V6zTK5o86ll/dx65vWP6erTeOhGOOyqxNJEhShoORE5FrT30NglhgwT/CO61E/5gPo2DWzgmugP7v0Yo1E7ZVuc7p4JuMCw==", "name": "CreateKeypairsTests-376507b2-1f51-4717-b0e4-d93843b5649a"}}' 2018-08-12 08:10:36,419 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:10: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-950c3c5f-5609-47ee-9e4c-30e3a1cea730 x-compute-request-id: req-950c3c5f-5609-47ee-9e4c-30e3a1cea730 Content-Encoding: gzip Content-Length: 362 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDWTtnIef03uZYpLFZNj3H5dyjVGWOxc4woDW1P6F547DGr0Pzsbha5yb5vVn73otD90x4+MN4TBr1V6zTK5o86ll/dx65vWP6erTeOhGOOyqxNJEhShoORE5FrT30NglhgwT/CO61E/5gPo2DWzgmugP7v0Yo1E7ZVuc7p4JuMCw==", "user_id": "53ae370fa1154e5296e8ff3bcdb4be94", "name": "CreateKeypairsTests-376507b2-1f51-4717-b0e4-d93843b5649a", "fingerprint": "b5:a7:44:85:07:05:f1:f7:26:e1:0e:26:3d:e9:94:2d"}} 2018-08-12 08:10:36,419 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-950c3c5f-5609-47ee-9e4c-30e3a1cea730 2018-08-12 08:10:36,420 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:10:36,822 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "181c6c2d84474e6eaa44cd4a316a994c", "name": "CreateKeypairsTests-3088ac91-5eda-4e6-proj-role"}], "expires_at": "2018-08-12T09:10:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0d266fe7d1f84c3fa971f11123f2c97f", "name": "CreateKeypairsTests-3088ac91-5eda-4e6-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/0d266fe7d1f84c3fa971f11123f2c97f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/0d266fe7d1f84c3fa971f11123f2c97f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/0d266fe7d1f84c3fa971f11123f2c97f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_0d266fe7d1f84c3fa971f11123f2c97f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_0d266fe7d1f84c3fa971f11123f2c97f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/0d266fe7d1f84c3fa971f11123f2c97f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/0d266fe7d1f84c3fa971f11123f2c97f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/0d266fe7d1f84c3fa971f11123f2c97f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/0d266fe7d1f84c3fa971f11123f2c97f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/0d266fe7d1f84c3fa971f11123f2c97f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/0d266fe7d1f84c3fa971f11123f2c97f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/0d266fe7d1f84c3fa971f11123f2c97f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/0d266fe7d1f84c3fa971f11123f2c97f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/0d266fe7d1f84c3fa971f11123f2c97f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-3088ac91-5eda-4e6-user", "id": "53ae370fa1154e5296e8ff3bcdb4be94"}, "audit_ids": ["RRY00e25TrWzBFKWdLgbIA"], "issued_at": "2018-08-12T08:10:36.000000Z"}} 2018-08-12 08:10:36,824 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/os-keypairs/CreateKeypairsTests-376507b2-1f51-4717-b0e4-d93843b5649a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b48d2358c375ee20ec2f7f1f3c8eb1aa78388ff" 2018-08-12 08:10:37,010 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:10: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-549d165b-00ff-46bd-9c79-3ca7e9086df6 x-compute-request-id: req-549d165b-00ff-46bd-9c79-3ca7e9086df6 Content-Encoding: gzip Content-Length: 420 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDWTtnIef03uZYpLFZNj3H5dyjVGWOxc4woDW1P6F547DGr0Pzsbha5yb5vVn73otD90x4+MN4TBr1V6zTK5o86ll/dx65vWP6erTeOhGOOyqxNJEhShoORE5FrT30NglhgwT/CO61E/5gPo2DWzgmugP7v0Yo1E7ZVuc7p4JuMCw==", "user_id": "53ae370fa1154e5296e8ff3bcdb4be94", "name": "CreateKeypairsTests-376507b2-1f51-4717-b0e4-d93843b5649a", "deleted": false, "created_at": "2018-08-12T08:10:36.000000", "updated_at": null, "fingerprint": "b5:a7:44:85:07:05:f1:f7:26:e1:0e:26:3d:e9:94:2d", "deleted_at": null, "id": 62}} 2018-08-12 08:10:37,010 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/CreateKeypairsTests-376507b2-1f51-4717-b0e4-d93843b5649a used request id req-549d165b-00ff-46bd-9c79-3ca7e9086df6 2018-08-12 08:10:37,010 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsTests-376507b2-1f51-4717-b0e4-d93843b5649a 2018-08-12 08:10:37,013 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/os-keypairs/CreateKeypairsTests-376507b2-1f51-4717-b0e4-d93843b5649a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca8f2fbfd0894713ea88d7b7ec911e1b0de1daef" 2018-08-12 08:10:37,078 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 08:10: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-537bef6f-6f4e-4b4c-b7be-c14cb7757d8d x-compute-request-id: req-537bef6f-6f4e-4b4c-b7be-c14cb7757d8d Content-Length: 0 Content-Type: application/json 2018-08-12 08:10:37,078 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/CreateKeypairsTests-376507b2-1f51-4717-b0e4-d93843b5649a used request id req-537bef6f-6f4e-4b4c-b7be-c14cb7757d8d 2018-08-12 08:10:37,079 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:10:37,080 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:10:37,080 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:10:37,080 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:10:37,080 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:10:37,087 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2b0d6d03bb1f7d26ec7180b02a7a7f58386705b" 2018-08-12 08:10:37,353 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 43135 X-Openstack-Request-Id: req-151a9668-a7ea-4a86-860f-12c27382588e Date: Sun, 12 Aug 2018 08:10:37 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "created_at": "2018-08-12T06:59:44Z", "updated_at": "2018-08-12T06:59:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "1d7fd960-7865-4453-aecc-8d399b4fad21", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "66820d8a-b785-4b18-bd67-500221c8e4f9", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "74fc7638-a322-4841-8c47-06d36174a200", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "8eaa09ec-8419-4582-9312-1e527afe6e4b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}], "revision_number": 4, "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "created_at": "2018-08-12T05:12:34Z", "updated_at": "2018-08-12T05:12:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "709513d2-af7d-4d0b-bd3c-604fed75a711", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "aa346066-e46f-44f2-94be-2884aa998a19", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "c15f7b93-e56c-4afa-867d-2acb286d4b7b", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "cb0ef83f-5f70-4a80-ad35-431ca9df551e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}], "revision_number": 4, "project_id": "fa5a7fe6ee54472ba01638877aade8e3", "id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ea65becf30e54b27aa96a449698a435e", "created_at": "2018-08-12T05:10:35Z", "updated_at": "2018-08-12T05:10:35Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "30ad280c-f302-4cd4-a438-5139917b56f9", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "76115c4c-887d-4f0a-83e2-486e4b39c713", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "8ab14937-4c08-4d43-8a9a-662e622cc643", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "ee757a03-5662-4273-9c3e-6212e7afb48f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}], "revision_number": 4, "project_id": "ea65becf30e54b27aa96a449698a435e", "id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "created_at": "2018-08-12T06:20:09Z", "updated_at": "2018-08-12T06:20:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "1123b8f2-75ac-4a26-b9b2-a96da97408e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "2ddd2b93-e080-48cd-9a50-f5fe8a82ad0c", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "cd1bae62-0aea-4438-b4c3-50a69ae6f855", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "e398e01e-ceea-46d1-9534-b929808c4a5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}], "revision_number": 4, "project_id": "ff7abd7bb61f4f2889831e932d65dc2e", "id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "created_at": "2018-08-12T05:34:57Z", "updated_at": "2018-08-12T05:34:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "208a1c1e-f5f8-49c7-9a25-d07e68b1541f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "27bfd867-e607-4bf8-9de8-60682d3f771d", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "49360e1f-6fd3-4f35-b339-24cea95773ee", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "60f631a9-d305-4920-9631-d0543e2ac64f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}], "revision_number": 4, "project_id": "3a85ceae958d4d9fba68847e7df67db8", "id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "created_at": "2018-08-12T05:34:40Z", "updated_at": "2018-08-12T05:34:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "2192c259-363e-4768-ae73-e75837ad63b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "3f87ddc5-f84d-41dc-8215-847724782569", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "7d89f6da-ea78-49dd-9115-f9ad23b250bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "9ec4497d-0f65-44db-9be9-7b3042e4a584", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}], "revision_number": 4, "project_id": "85517fcf1c6247e699fdcdd42ecc8c79", "id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "created_at": "2018-08-12T05:16:02Z", "updated_at": "2018-08-12T05:16:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "1ecacd8c-c1c7-4a66-9871-406a69323b43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "3cc1750c-e0e7-4902-b6f3-494a161b832e", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "d719a7a4-8c99-44ed-8c12-6bf071890203", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "fe7421b5-d577-41da-8c78-62f3c07eda92", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}], "revision_number": 4, "project_id": "a267b9a156244bb192691cff6e5f74fe", "id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "315a428116f24d9fbb826b37080a918e", "created_at": "2018-08-12T05:11:31Z", "updated_at": "2018-08-12T05:11:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "5e52886a-1dc3-4a81-a55d-f388dc4fd1a1", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "678e32e4-d64c-448a-a4ab-e253ab94ae90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "a8da1539-e3ad-4f90-b2df-3dc1f09d228a", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "b73d5cc9-0205-4658-bb1f-61a042c0ab8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}], "revision_number": 4, "project_id": "315a428116f24d9fbb826b37080a918e", "id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-12T05:08:01Z", "updated_at": "2018-08-12T05:08:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:01Z", "revision_number": 0, "id": "0fb05d03-1117-45d0-930c-b6d4c96ef102", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "4faaab33-5788-4bbd-85b8-0fb44d41413a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "96d0c5a0-5c67-421b-8fc8-2b46d77e5db3", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "dd78519b-4bc5-4e8e-ad0f-58089dd69347", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "11a46741b7954b959fd7764109c047b6", "created_at": "2018-08-12T05:34:51Z", "updated_at": "2018-08-12T05:34:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "0b67bf3c-2289-43bb-ab6c-7d25ec32a279", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "51f3f833-337a-42bd-a8d5-742ea8d6c226", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "571fd0b5-ef90-408d-af33-aafb517b8993", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "944ba823-fb9c-496e-a66e-bb426bb14a8d", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}], "revision_number": 4, "project_id": "11a46741b7954b959fd7764109c047b6", "id": "90af9782-8112-4257-801d-ee5115d226ba", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "created_at": "2018-08-12T05:34:26Z", "updated_at": "2018-08-12T05:34:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "2ee1f63a-807c-4d6a-85ee-dd784f6b8c3f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5dec3ec2-2add-47dd-8618-90659dcf3885", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5ea0dc3e-49d0-43f0-94e9-f6443527d14c", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "fbfaca22-7e3e-4128-8973-43e439b77c28", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}], "revision_number": 4, "project_id": "3c01cd58055c44ecaef39f7e625c2258", "id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "521007c1818145639e93ceb270559219", "created_at": "2018-08-12T05:13:27Z", "updated_at": "2018-08-12T05:13:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "5e7fede5-b0f2-47d8-95c3-516cdfc7f9de", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "8fd0e36f-c6c4-4f64-ba97-40439e614448", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "db7d79de-1dfc-4138-945f-91e74cdc266b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "e87f2cff-ff3e-4b6d-aaf0-7f0eb0ab9f05", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}], "revision_number": 4, "project_id": "521007c1818145639e93ceb270559219", "id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "created_at": "2018-08-12T05:08:18Z", "updated_at": "2018-08-12T05:08:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "3c67be40-bf74-4f97-9693-d93ce73a23b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "6112d869-2fc6-4a25-a13c-3d55cd7206c0", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "bdf21c56-453e-482e-9cba-3c55abcb0339", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "c8e92c39-38cc-4f48-be9c-5f0912e6a725", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}], "revision_number": 4, "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "created_at": "2018-08-12T05:04:23Z", "updated_at": "2018-08-12T05:04:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "280546d9-8ad1-4283-abfc-15ee9b1736c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "58bce125-f2ca-4a6d-b9ca-4e6cf5c0f7a5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "69275b9a-cfb5-482c-a9c4-8ffc79adf2c7", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "6d747f3a-3764-469a-a645-f977585c5aac", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}], "revision_number": 4, "project_id": "310f5853751a4c968f3eeb0a3d99a0a8", "id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "created_at": "2018-08-12T05:34:42Z", "updated_at": "2018-08-12T05:34:42Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "199582e8-25aa-457a-aa7c-6d8413ca4464", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "234f3609-4454-448f-919d-c8143c7cd764", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "c1061460-71a2-49a9-a04b-9fa33eeb17ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "d21ac532-51d8-4d6b-8300-7bac216759bf", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}], "revision_number": 4, "project_id": "9f6c1a272706419c9a74b0893b2890e8", "id": "d6739716-c693-460c-89c6-e7c8c48f8245", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "created_at": "2018-08-12T05:34:54Z", "updated_at": "2018-08-12T05:34:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "0633a05a-ee7d-4476-a56b-75d011b22f77", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "6cc1b9f8-73db-47a3-a0e0-3c96c43f34da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "90d99a6b-e94f-4fd8-a10c-f19dd8954c13", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "e843c139-af2a-4d2c-a24f-59f7b10ff72e", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}], "revision_number": 4, "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "created_at": "2018-08-12T05:09:07Z", "updated_at": "2018-08-12T05:09:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "5495e168-f505-4d74-ae6d-387f0bf533c2", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "6fd19b8b-3062-456e-81ba-3ff37fe43429", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8ca59d25-485c-46ce-939c-2e4a468caeac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8f190846-50a0-42b9-b571-390809b752b1", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}], "revision_number": 4, "project_id": "fa9ca6d7608b4d7d87ce97331679a481", "id": "edcd9b17-9416-4c25-823c-060c435e18d7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "created_at": "2018-08-12T05:34:52Z", "updated_at": "2018-08-12T05:34:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "2c7e484e-6ec5-4a95-8c9c-66d294c0c27e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "70c74258-3c2c-4efc-87e0-079c26ee3417", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "b70382fa-082e-4c2b-abc8-87490fa50b11", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "c3628e02-b4b6-42c9-8751-c1a2d3c19caa", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}], "revision_number": 4, "project_id": "87db863ba6e348b0a5ddcb67053db9d1", "id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "name": "default"}]} 2018-08-12 08:10:37,354 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-151a9668-a7ea-4a86-860f-12c27382588e 2018-08-12 08:10:37,362 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2b0d6d03bb1f7d26ec7180b02a7a7f58386705b" 2018-08-12 08:10:37,449 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:10:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-366c32dc-20cf-4c2e-af6b-aab4501377a2 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 5fe28c13d4d74ba2be8d019ac1ea6363.", "code": 404, "title": "Not Found"}} 2018-08-12 08:10:37,449 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 used request id req-366c32dc-20cf-4c2e-af6b-aab4501377a2 2018-08-12 08:10:37,449 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:10:37,453 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2b0d6d03bb1f7d26ec7180b02a7a7f58386705b" 2018-08-12 08:10:37,546 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:10:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7e9a1020-1e35-4997-9675-14a112eece8b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa5a7fe6ee54472ba01638877aade8e3.", "code": 404, "title": "Not Found"}} 2018-08-12 08:10:37,546 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 used request id req-7e9a1020-1e35-4997-9675-14a112eece8b 2018-08-12 08:10:37,547 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:10:37,550 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2b0d6d03bb1f7d26ec7180b02a7a7f58386705b" 2018-08-12 08:10:37,640 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:10:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5a6e01a1-71d6-461a-a61b-c67d1bc68c29 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ea65becf30e54b27aa96a449698a435e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:10:37,641 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e used request id req-5a6e01a1-71d6-461a-a61b-c67d1bc68c29 2018-08-12 08:10:37,641 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:10:37,644 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2b0d6d03bb1f7d26ec7180b02a7a7f58386705b" 2018-08-12 08:10:37,726 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:10:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-08bc87de-1187-4b7c-b0f1-3eaf6b11999a Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ff7abd7bb61f4f2889831e932d65dc2e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:10:37,726 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e used request id req-08bc87de-1187-4b7c-b0f1-3eaf6b11999a 2018-08-12 08:10:37,726 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:10:37,729 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2b0d6d03bb1f7d26ec7180b02a7a7f58386705b" 2018-08-12 08:10:37,818 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:10:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ca762b21-776f-4282-8f4e-49c8b20711ac Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3a85ceae958d4d9fba68847e7df67db8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:10:37,818 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 used request id req-ca762b21-776f-4282-8f4e-49c8b20711ac 2018-08-12 08:10:37,818 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:10:37,822 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2b0d6d03bb1f7d26ec7180b02a7a7f58386705b" 2018-08-12 08:10:37,911 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:10:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0ee77100-265a-4b48-8b26-dea412473793 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 85517fcf1c6247e699fdcdd42ecc8c79.", "code": 404, "title": "Not Found"}} 2018-08-12 08:10:37,911 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 used request id req-0ee77100-265a-4b48-8b26-dea412473793 2018-08-12 08:10:37,911 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:10:37,915 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2b0d6d03bb1f7d26ec7180b02a7a7f58386705b" 2018-08-12 08:10:38,005 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:10:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-577fd35a-d089-4e4f-9da7-4fbedc2767b7 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}} 2018-08-12 08:10:38,005 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe used request id req-577fd35a-d089-4e4f-9da7-4fbedc2767b7 2018-08-12 08:10:38,009 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2b0d6d03bb1f7d26ec7180b02a7a7f58386705b" 2018-08-12 08:10:38,097 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:10:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6aa423c4-3a54-4425-ad1e-e48cee2237f1 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 315a428116f24d9fbb826b37080a918e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:10:38,097 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e used request id req-6aa423c4-3a54-4425-ad1e-e48cee2237f1 2018-08-12 08:10:38,097 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:10:38,101 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2b0d6d03bb1f7d26ec7180b02a7a7f58386705b" 2018-08-12 08:10:38,186 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:10:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c4969d86-1ae8-4aa1-8fd7-2a8eab4dcb3f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 11a46741b7954b959fd7764109c047b6.", "code": 404, "title": "Not Found"}} 2018-08-12 08:10:38,186 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 used request id req-c4969d86-1ae8-4aa1-8fd7-2a8eab4dcb3f 2018-08-12 08:10:38,187 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:10:38,190 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2b0d6d03bb1f7d26ec7180b02a7a7f58386705b" 2018-08-12 08:10:38,269 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:10:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-80fc422b-624e-42a7-a838-ef4de5a2717e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3c01cd58055c44ecaef39f7e625c2258.", "code": 404, "title": "Not Found"}} 2018-08-12 08:10:38,269 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 used request id req-80fc422b-624e-42a7-a838-ef4de5a2717e 2018-08-12 08:10:38,270 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:10:38,273 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2b0d6d03bb1f7d26ec7180b02a7a7f58386705b" 2018-08-12 08:10:38,365 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:10:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f449266d-d1df-4d44-a329-36c0af7cde74 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 521007c1818145639e93ceb270559219.", "code": 404, "title": "Not Found"}} 2018-08-12 08:10:38,365 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 used request id req-f449266d-d1df-4d44-a329-36c0af7cde74 2018-08-12 08:10:38,365 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:10:38,369 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2b0d6d03bb1f7d26ec7180b02a7a7f58386705b" 2018-08-12 08:10:38,459 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:10:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fc309a3c-6cc2-462f-9124-7447beb532e7 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e18fcc7fc10a4fd0b20234f8520d0aab.", "code": 404, "title": "Not Found"}} 2018-08-12 08:10:38,459 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab used request id req-fc309a3c-6cc2-462f-9124-7447beb532e7 2018-08-12 08:10:38,459 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:10:38,462 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2b0d6d03bb1f7d26ec7180b02a7a7f58386705b" 2018-08-12 08:10:38,555 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:10:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-89cb0f15-2eef-4aa2-883b-adfca7ee6adb Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "310f5853751a4c968f3eeb0a3d99a0a8", "name": "service"}} 2018-08-12 08:10:38,555 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 used request id req-89cb0f15-2eef-4aa2-883b-adfca7ee6adb 2018-08-12 08:10:38,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2b0d6d03bb1f7d26ec7180b02a7a7f58386705b" 2018-08-12 08:10:38,651 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:10:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-600de4d5-c420-45c5-b26a-e23f99b11d01 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9f6c1a272706419c9a74b0893b2890e8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:10:38,651 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 used request id req-600de4d5-c420-45c5-b26a-e23f99b11d01 2018-08-12 08:10:38,652 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:10:38,655 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/34cb7327fcfc4b52a63b4b8c0ea4a54d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2b0d6d03bb1f7d26ec7180b02a7a7f58386705b" 2018-08-12 08:10:38,747 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:10:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-78b780a7-fb47-49a2-9b49-06665df35a01 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 34cb7327fcfc4b52a63b4b8c0ea4a54d.", "code": 404, "title": "Not Found"}} 2018-08-12 08:10:38,747 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/34cb7327fcfc4b52a63b4b8c0ea4a54d used request id req-78b780a7-fb47-49a2-9b49-06665df35a01 2018-08-12 08:10:38,747 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:10:38,751 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa9ca6d7608b4d7d87ce97331679a481 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2b0d6d03bb1f7d26ec7180b02a7a7f58386705b" 2018-08-12 08:10:38,833 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:10:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d59541a9-d6a8-432e-b027-3c011944f3de Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa9ca6d7608b4d7d87ce97331679a481.", "code": 404, "title": "Not Found"}} 2018-08-12 08:10:38,834 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa9ca6d7608b4d7d87ce97331679a481 used request id req-d59541a9-d6a8-432e-b027-3c011944f3de 2018-08-12 08:10:38,834 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:10:38,837 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/87db863ba6e348b0a5ddcb67053db9d1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2b0d6d03bb1f7d26ec7180b02a7a7f58386705b" 2018-08-12 08:10:38,926 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:10:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0ba5e63c-9b0f-4909-9e24-18b01956a915 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87db863ba6e348b0a5ddcb67053db9d1.", "code": 404, "title": "Not Found"}} 2018-08-12 08:10:38,926 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/87db863ba6e348b0a5ddcb67053db9d1 used request id req-0ba5e63c-9b0f-4909-9e24-18b01956a915 2018-08-12 08:10:38,926 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:10:38,927 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-3088ac91-5eda-4e6-proj 2018-08-12 08:10:38,931 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/0d266fe7d1f84c3fa971f11123f2c97f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2b0d6d03bb1f7d26ec7180b02a7a7f58386705b" 2018-08-12 08:10:39,156 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:10:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-50fff5a3-ddc7-44dc-b773-6be29d03adb1 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 08:10:39,156 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/0d266fe7d1f84c3fa971f11123f2c97f used request id req-50fff5a3-ddc7-44dc-b773-6be29d03adb1 2018-08-12 08:10:39,156 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-3088ac91-5eda-4e6-proj-role 2018-08-12 08:10:39,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/181c6c2d84474e6eaa44cd4a316a994c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2b0d6d03bb1f7d26ec7180b02a7a7f58386705b" 2018-08-12 08:10:39,269 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:10:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2f27950d-77c6-4d7c-9d54-96f8ac71e019 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 08:10:39,269 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/181c6c2d84474e6eaa44cd4a316a994c used request id req-2f27950d-77c6-4d7c-9d54-96f8ac71e019 2018-08-12 08:10:39,273 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2b0d6d03bb1f7d26ec7180b02a7a7f58386705b" 2018-08-12 08:10:39,365 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:10:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-37d29eb5-ddd3-405b-829f-18892ded5e87 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:10:39,366 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-37d29eb5-ddd3-405b-829f-18892ded5e87 2018-08-12 08:10:39,366 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-3088ac91-5eda-4e6-user 2018-08-12 08:10:39,370 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/53ae370fa1154e5296e8ff3bcdb4be94 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4cf836e5ce774568edf813e34d79afa2951c803" 2018-08-12 08:10:39,578 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:10:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e4c98cf8-9719-4f43-9c68-6900e9c8de6e 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 08:10:39,578 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/53ae370fa1154e5296e8ff3bcdb4be94 used request id req-e4c98cf8-9719-4f43-9c68-6900e9c8de6e 2018-08-12 08:10:39,579 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:10:40,047 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:10:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["bOW6_PlHSyqY_WKob9_aqg"], "issued_at": "2018-08-12T08:10:40.000000Z"}} 2018-08-12 08:10:40,047 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}9053eef67d222888525e91ac8690da9c69a5c793" 2018-08-12 08:10:40,135 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:10:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7213ced7-cb91-411e-8489-11bbdb75bbcc Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:10:40,136 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-7213ced7-cb91-411e-8489-11bbdb75bbcc 2018-08-12 08:10:40,137 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:10:40,138 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:10:40,544 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:10:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["R6yHMm1GQIm3YHCDPubmIg"], "issued_at": "2018-08-12T08:10:40.000000Z"}} 2018-08-12 08:10:40,544 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}7615e29887dd2636e5e39f25c3cac316b8ad9dae" 2018-08-12 08:10:40,626 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:10:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-04ba4d4b-4ef4-421e-b0cc-2c8642814254 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:10:40,626 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-04ba4d4b-4ef4-421e-b0cc-2c8642814254 2018-08-12 08:10:40,630 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:10:40,635 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:10:40 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:10:40,636 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-58f79635-1eac-48a-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7615e29887dd2636e5e39f25c3cac316b8ad9dae" 2018-08-12 08:10:40,728 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:10:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-701c3fba-5ff9-4cf3-a328-1f18271b8ef4 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-58f79635-1eac-48a-proj", "previous": null, "next": null}, "projects": []} 2018-08-12 08:10:40,728 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-58f79635-1eac-48a-proj used request id req-701c3fba-5ff9-4cf3-a328-1f18271b8ef4 2018-08-12 08:10:40,732 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7615e29887dd2636e5e39f25c3cac316b8ad9dae" 2018-08-12 08:10:40,821 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:10:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9fbe41f0-efe2-453d-9056-c625bd3f5705 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:10:40,821 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-9fbe41f0-efe2-453d-9056-c625bd3f5705 2018-08-12 08:10:40,825 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7615e29887dd2636e5e39f25c3cac316b8ad9dae" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateKeypairsTests-58f79635-1eac-48a-proj"}}' 2018-08-12 08:10:40,952 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:10:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-50945a4c-29bf-4f36-bdb1-1e17f474ca06 Content-Length: 316 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c9e7fd15877845988758a3c207eff8a6"}, "tags": [], "enabled": true, "id": "c9e7fd15877845988758a3c207eff8a6", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-58f79635-1eac-48a-proj"}} 2018-08-12 08:10:40,953 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-50945a4c-29bf-4f36-bdb1-1e17f474ca06 2018-08-12 08:10:40,953 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-58f79635-1eac-48a-proj 2018-08-12 08:10:40,953 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:10:40,954 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:10:41,352 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:10:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["Tq1B_gAWSWKe0wxwLwdmtQ"], "issued_at": "2018-08-12T08:10:41.000000Z"}} 2018-08-12 08:10:41,353 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}de9d61af777a69cd6aa4ed1b4c722830daa49d02" 2018-08-12 08:10:41,434 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:10:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0ac98916-9e2f-47cf-8487-35f5674cbc00 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:10:41,434 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-0ac98916-9e2f-47cf-8487-35f5674cbc00 2018-08-12 08:10:41,438 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:10:41,444 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:10:41 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:10:41,445 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de9d61af777a69cd6aa4ed1b4c722830daa49d02" 2018-08-12 08:10:41,556 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:10:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-72b5bee0-ae7f-4ccd-8398-af69230c4e9b Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/105a247548624314b9228f85f6325f0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105a247548624314b9228f85f6325f0b", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/1c5de0eaa44543f08da6ad63a51594ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c5de0eaa44543f08da6ad63a51594ff", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/1d127b5b832547a88a547c116dfdd65b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d127b5b832547a88a547c116dfdd65b", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/1d5cfc170d624ce4ae53ae0507c8d517"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d5cfc170d624ce4ae53ae0507c8d517", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/2421820b75eb4d3ebd02830378d1377b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2421820b75eb4d3ebd02830378d1377b", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/40bd8ee54ecf44868cc83cede652c396"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40bd8ee54ecf44868cc83cede652c396", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/4f32fb8153854c4c9f5094b42b523f80"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f32fb8153854c4c9f5094b42b523f80", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7066130d08fb4db7bf4ab468de53933b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7066130d08fb4db7bf4ab468de53933b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/8d0898a83bcf4521bbc11501d5d7ac89"}, "domain_id": "1eec97585bde483292ece28ee11f4b8d", "enabled": true, "options": {}, "id": "8d0898a83bcf4521bbc11501d5d7ac89", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/9defcced327d476f8a3beab718a13da3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9defcced327d476f8a3beab718a13da3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/b80ee4f6992446e0879624dd436e99a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b80ee4f6992446e0879624dd436e99a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b86fd3e011324d398fcdb6f095a20a9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b86fd3e011324d398fcdb6f095a20a9d", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1701d2754064b5cadf765ea0806f9b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1701d2754064b5cadf765ea0806f9b2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/db4e7b8d76d549faa502716565c733dd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db4e7b8d76d549faa502716565c733dd", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-12 08:10:41,557 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-72b5bee0-ae7f-4ccd-8398-af69230c4e9b 2018-08-12 08:10:41,560 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateKeypairsTests-58f79635-1eac-48a-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de9d61af777a69cd6aa4ed1b4c722830daa49d02" 2018-08-12 08:10:41,651 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:10:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-57f7df52-46b6-420f-9d9d-9d2b834fc23f Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateKeypairsTests-58f79635-1eac-48a-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c9e7fd15877845988758a3c207eff8a6"}, "tags": [], "enabled": true, "id": "c9e7fd15877845988758a3c207eff8a6", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-58f79635-1eac-48a-proj"}]} 2018-08-12 08:10:41,651 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateKeypairsTests-58f79635-1eac-48a-proj used request id req-57f7df52-46b6-420f-9d9d-9d2b834fc23f 2018-08-12 08:10:41,655 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de9d61af777a69cd6aa4ed1b4c722830daa49d02" 2018-08-12 08:10:41,747 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:10:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6de1e1ff-d0b2-48a3-b98f-52b2a9452c64 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:10:41,748 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-6de1e1ff-d0b2-48a3-b98f-52b2a9452c64 2018-08-12 08:10:42,150 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-58f79635-1eac-48a-user 2018-08-12 08:10:42,150 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:10:42,154 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7615e29887dd2636e5e39f25c3cac316b8ad9dae" 2018-08-12 08:10:42,240 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:10:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-359a899e-174d-4a4e-957a-b669aedf5c9d Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:10:42,240 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-359a899e-174d-4a4e-957a-b669aedf5c9d 2018-08-12 08:10:42,244 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7615e29887dd2636e5e39f25c3cac316b8ad9dae" -d '{"role": {"name": "CreateKeypairsTests-58f79635-1eac-48a-proj-role"}}' 2018-08-12 08:10:42,354 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:10:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f1656bda-ad38-4774-851b-f74f9ee74fce Content-Length: 218 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "553f62a1288b4e12a9b3ef00c99de28a", "links": {"self": "http://172.30.9.21:5000/v3/roles/553f62a1288b4e12a9b3ef00c99de28a"}, "name": "CreateKeypairsTests-58f79635-1eac-48a-proj-role"}} 2018-08-12 08:10:42,354 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-f1656bda-ad38-4774-851b-f74f9ee74fce 2018-08-12 08:10:42,354 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-58f79635-1eac-48a-proj-role 2018-08-12 08:10:42,358 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/553f62a1288b4e12a9b3ef00c99de28a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7615e29887dd2636e5e39f25c3cac316b8ad9dae" 2018-08-12 08:10:42,447 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:10:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-302394d6-d693-4fe2-ab87-ea615a521883 Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "553f62a1288b4e12a9b3ef00c99de28a", "links": {"self": "http://172.30.9.21:5000/v3/roles/553f62a1288b4e12a9b3ef00c99de28a"}, "name": "CreateKeypairsTests-58f79635-1eac-48a-proj-role"}} 2018-08-12 08:10:42,447 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/553f62a1288b4e12a9b3ef00c99de28a used request id req-302394d6-d693-4fe2-ab87-ea615a521883 2018-08-12 08:10:42,448 - keystone_utils - INFO - Granting role CreateKeypairsTests-58f79635-1eac-48a-proj-role to project CreateKeypairsTests-58f79635-1eac-48a-proj 2018-08-12 08:10:42,451 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/c9e7fd15877845988758a3c207eff8a6/users/9d36e33013194143befa78f27528df73/roles/553f62a1288b4e12a9b3ef00c99de28a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7615e29887dd2636e5e39f25c3cac316b8ad9dae" 2018-08-12 08:10:42,578 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:10:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c3933646-5c91-4803-8625-bfec1b4c4494 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 08:10:42,578 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/c9e7fd15877845988758a3c207eff8a6/users/9d36e33013194143befa78f27528df73/roles/553f62a1288b4e12a9b3ef00c99de28a used request id req-c3933646-5c91-4803-8625-bfec1b4c4494 2018-08-12 08:10:42,579 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-12 08:10:42,580 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:10:42,581 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:10:42,980 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "553f62a1288b4e12a9b3ef00c99de28a", "name": "CreateKeypairsTests-58f79635-1eac-48a-proj-role"}], "expires_at": "2018-08-12T09:10:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9e7fd15877845988758a3c207eff8a6", "name": "CreateKeypairsTests-58f79635-1eac-48a-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/c9e7fd15877845988758a3c207eff8a6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/c9e7fd15877845988758a3c207eff8a6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/c9e7fd15877845988758a3c207eff8a6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_c9e7fd15877845988758a3c207eff8a6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_c9e7fd15877845988758a3c207eff8a6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/c9e7fd15877845988758a3c207eff8a6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/c9e7fd15877845988758a3c207eff8a6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/c9e7fd15877845988758a3c207eff8a6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/c9e7fd15877845988758a3c207eff8a6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/c9e7fd15877845988758a3c207eff8a6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/c9e7fd15877845988758a3c207eff8a6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/c9e7fd15877845988758a3c207eff8a6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/c9e7fd15877845988758a3c207eff8a6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/c9e7fd15877845988758a3c207eff8a6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-58f79635-1eac-48a-user", "id": "9d36e33013194143befa78f27528df73"}, "audit_ids": ["tT2_BQBOSAKKW57YPzjxzg"], "issued_at": "2018-08-12T08:10:42.000000Z"}} 2018-08-12 08:10:42,981 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}5308bf43432131580b889d1fd8661825f39ee7a8" 2018-08-12 08:10:43,068 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:10:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f55d9fb5-c0b4-4770-a12a-ceb9aad6422c Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:10:43,068 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-f55d9fb5-c0b4-4770-a12a-ceb9aad6422c 2018-08-12 08:10:43,069 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-12 08:10:43,073 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5308bf43432131580b889d1fd8661825f39ee7a8" 2018-08-12 08:10:43,662 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:10: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-d710a794-47a1-47f1-8dde-18a81dd10e29 x-compute-request-id: req-d710a794-47a1-47f1-8dde-18a81dd10e29 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-08-12 08:10:43,662 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-d710a794-47a1-47f1-8dde-18a81dd10e29 2018-08-12 08:10:43,663 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-765a37d2-996a-4efd-9313-c0286a7ef1e4... 2018-08-12 08:10:43,663 - OpenStackKeypair - INFO - Creating new keypair 2018-08-12 08:10:43,715 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-765a37d2-996a-4efd-9313-c0286a7ef1e4 2018-08-12 08:10:43,717 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5308bf43432131580b889d1fd8661825f39ee7a8" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQC2cRW6POAhS1X4y/sRMQkbwSfbRa/RbFu7xngOYjcOQKNo8d82SFu8/tY/IzvrvFSUS/0URR+MntyhTGXFrzStUyv8/80xnnYAlTmYVBdJRdmXmvMkRu6lOJHWgAP0/yBJMFeDikgkK3le2MBkr0GwS4CuQRnQbFNZT//JaTDSkw==", "name": "CreateKeypairsTests-765a37d2-996a-4efd-9313-c0286a7ef1e4"}}' 2018-08-12 08:10:43,780 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:10: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-39ea93ee-1054-4ab5-86ea-a78ee2cc2fc4 x-compute-request-id: req-39ea93ee-1054-4ab5-86ea-a78ee2cc2fc4 Content-Encoding: gzip Content-Length: 369 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQC2cRW6POAhS1X4y/sRMQkbwSfbRa/RbFu7xngOYjcOQKNo8d82SFu8/tY/IzvrvFSUS/0URR+MntyhTGXFrzStUyv8/80xnnYAlTmYVBdJRdmXmvMkRu6lOJHWgAP0/yBJMFeDikgkK3le2MBkr0GwS4CuQRnQbFNZT//JaTDSkw==", "user_id": "9d36e33013194143befa78f27528df73", "name": "CreateKeypairsTests-765a37d2-996a-4efd-9313-c0286a7ef1e4", "fingerprint": "21:93:5d:f1:63:ec:16:2f:20:9e:68:8c:8c:85:0e:30"}} 2018-08-12 08:10:43,780 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-39ea93ee-1054-4ab5-86ea-a78ee2cc2fc4 2018-08-12 08:10:43,782 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsTests-765a37d2-996a-4efd-9313-c0286a7ef1e4.pub 2018-08-12 08:10:43,783 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsTests-765a37d2-996a-4efd-9313-c0286a7ef1e4 2018-08-12 08:10:43,783 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:10:44,168 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "553f62a1288b4e12a9b3ef00c99de28a", "name": "CreateKeypairsTests-58f79635-1eac-48a-proj-role"}], "expires_at": "2018-08-12T09:10:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9e7fd15877845988758a3c207eff8a6", "name": "CreateKeypairsTests-58f79635-1eac-48a-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/c9e7fd15877845988758a3c207eff8a6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/c9e7fd15877845988758a3c207eff8a6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/c9e7fd15877845988758a3c207eff8a6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_c9e7fd15877845988758a3c207eff8a6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_c9e7fd15877845988758a3c207eff8a6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/c9e7fd15877845988758a3c207eff8a6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/c9e7fd15877845988758a3c207eff8a6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/c9e7fd15877845988758a3c207eff8a6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/c9e7fd15877845988758a3c207eff8a6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/c9e7fd15877845988758a3c207eff8a6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/c9e7fd15877845988758a3c207eff8a6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/c9e7fd15877845988758a3c207eff8a6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/c9e7fd15877845988758a3c207eff8a6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/c9e7fd15877845988758a3c207eff8a6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-58f79635-1eac-48a-user", "id": "9d36e33013194143befa78f27528df73"}, "audit_ids": ["q9xFkpTXSICna6nmZOEHpQ"], "issued_at": "2018-08-12T08:10:44.000000Z"}} 2018-08-12 08:10:44,171 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/os-keypairs/CreateKeypairsTests-765a37d2-996a-4efd-9313-c0286a7ef1e4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23953b35f0174514803da31b143364d5e6cb881a" 2018-08-12 08:10:44,767 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:10: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-b6932a1d-8809-4e7d-8299-31ef7ab6fc5c x-compute-request-id: req-b6932a1d-8809-4e7d-8299-31ef7ab6fc5c Content-Encoding: gzip Content-Length: 421 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQC2cRW6POAhS1X4y/sRMQkbwSfbRa/RbFu7xngOYjcOQKNo8d82SFu8/tY/IzvrvFSUS/0URR+MntyhTGXFrzStUyv8/80xnnYAlTmYVBdJRdmXmvMkRu6lOJHWgAP0/yBJMFeDikgkK3le2MBkr0GwS4CuQRnQbFNZT//JaTDSkw==", "user_id": "9d36e33013194143befa78f27528df73", "name": "CreateKeypairsTests-765a37d2-996a-4efd-9313-c0286a7ef1e4", "deleted": false, "created_at": "2018-08-12T08:10:43.000000", "updated_at": null, "fingerprint": "21:93:5d:f1:63:ec:16:2f:20:9e:68:8c:8c:85:0e:30", "deleted_at": null, "id": 65}} 2018-08-12 08:10:44,767 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/CreateKeypairsTests-765a37d2-996a-4efd-9313-c0286a7ef1e4 used request id req-b6932a1d-8809-4e7d-8299-31ef7ab6fc5c 2018-08-12 08:10:44,768 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsTests-765a37d2-996a-4efd-9313-c0286a7ef1e4 2018-08-12 08:10:44,771 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/os-keypairs/CreateKeypairsTests-765a37d2-996a-4efd-9313-c0286a7ef1e4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5308bf43432131580b889d1fd8661825f39ee7a8" 2018-08-12 08:10:44,815 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 08:10: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-2ddb3065-75ab-4ba0-a01b-90de8b3876ba x-compute-request-id: req-2ddb3065-75ab-4ba0-a01b-90de8b3876ba Content-Length: 0 Content-Type: application/json 2018-08-12 08:10:44,815 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/CreateKeypairsTests-765a37d2-996a-4efd-9313-c0286a7ef1e4 used request id req-2ddb3065-75ab-4ba0-a01b-90de8b3876ba 2018-08-12 08:10:44,816 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateKeypairsTests-765a37d2-996a-4efd-9313-c0286a7ef1e4.pub] 2018-08-12 08:10:44,816 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateKeypairsTests-765a37d2-996a-4efd-9313-c0286a7ef1e4] 2018-08-12 08:10:44,817 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:10:44,817 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:10:44,817 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:10:44,817 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:10:44,818 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:10:44,824 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7615e29887dd2636e5e39f25c3cac316b8ad9dae" 2018-08-12 08:10:45,077 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 43135 X-Openstack-Request-Id: req-118e7c9a-eef6-4e51-afe7-bd83776930ec Date: Sun, 12 Aug 2018 08:10:45 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "created_at": "2018-08-12T06:59:44Z", "updated_at": "2018-08-12T06:59:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "1d7fd960-7865-4453-aecc-8d399b4fad21", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "66820d8a-b785-4b18-bd67-500221c8e4f9", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "74fc7638-a322-4841-8c47-06d36174a200", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "8eaa09ec-8419-4582-9312-1e527afe6e4b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}], "revision_number": 4, "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "created_at": "2018-08-12T05:12:34Z", "updated_at": "2018-08-12T05:12:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "709513d2-af7d-4d0b-bd3c-604fed75a711", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "aa346066-e46f-44f2-94be-2884aa998a19", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "c15f7b93-e56c-4afa-867d-2acb286d4b7b", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "cb0ef83f-5f70-4a80-ad35-431ca9df551e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}], "revision_number": 4, "project_id": "fa5a7fe6ee54472ba01638877aade8e3", "id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ea65becf30e54b27aa96a449698a435e", "created_at": "2018-08-12T05:10:35Z", "updated_at": "2018-08-12T05:10:35Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "30ad280c-f302-4cd4-a438-5139917b56f9", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "76115c4c-887d-4f0a-83e2-486e4b39c713", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "8ab14937-4c08-4d43-8a9a-662e622cc643", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "ee757a03-5662-4273-9c3e-6212e7afb48f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}], "revision_number": 4, "project_id": "ea65becf30e54b27aa96a449698a435e", "id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "created_at": "2018-08-12T06:20:09Z", "updated_at": "2018-08-12T06:20:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "1123b8f2-75ac-4a26-b9b2-a96da97408e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "2ddd2b93-e080-48cd-9a50-f5fe8a82ad0c", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "cd1bae62-0aea-4438-b4c3-50a69ae6f855", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "e398e01e-ceea-46d1-9534-b929808c4a5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}], "revision_number": 4, "project_id": "ff7abd7bb61f4f2889831e932d65dc2e", "id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "created_at": "2018-08-12T05:34:57Z", "updated_at": "2018-08-12T05:34:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "208a1c1e-f5f8-49c7-9a25-d07e68b1541f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "27bfd867-e607-4bf8-9de8-60682d3f771d", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "49360e1f-6fd3-4f35-b339-24cea95773ee", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "60f631a9-d305-4920-9631-d0543e2ac64f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}], "revision_number": 4, "project_id": "3a85ceae958d4d9fba68847e7df67db8", "id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "created_at": "2018-08-12T05:34:40Z", "updated_at": "2018-08-12T05:34:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "2192c259-363e-4768-ae73-e75837ad63b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "3f87ddc5-f84d-41dc-8215-847724782569", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "7d89f6da-ea78-49dd-9115-f9ad23b250bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "9ec4497d-0f65-44db-9be9-7b3042e4a584", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}], "revision_number": 4, "project_id": "85517fcf1c6247e699fdcdd42ecc8c79", "id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "created_at": "2018-08-12T05:16:02Z", "updated_at": "2018-08-12T05:16:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "1ecacd8c-c1c7-4a66-9871-406a69323b43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "3cc1750c-e0e7-4902-b6f3-494a161b832e", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "d719a7a4-8c99-44ed-8c12-6bf071890203", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "fe7421b5-d577-41da-8c78-62f3c07eda92", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}], "revision_number": 4, "project_id": "a267b9a156244bb192691cff6e5f74fe", "id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "315a428116f24d9fbb826b37080a918e", "created_at": "2018-08-12T05:11:31Z", "updated_at": "2018-08-12T05:11:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "5e52886a-1dc3-4a81-a55d-f388dc4fd1a1", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "678e32e4-d64c-448a-a4ab-e253ab94ae90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "a8da1539-e3ad-4f90-b2df-3dc1f09d228a", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "b73d5cc9-0205-4658-bb1f-61a042c0ab8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}], "revision_number": 4, "project_id": "315a428116f24d9fbb826b37080a918e", "id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-12T05:08:01Z", "updated_at": "2018-08-12T05:08:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:01Z", "revision_number": 0, "id": "0fb05d03-1117-45d0-930c-b6d4c96ef102", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "4faaab33-5788-4bbd-85b8-0fb44d41413a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "96d0c5a0-5c67-421b-8fc8-2b46d77e5db3", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "dd78519b-4bc5-4e8e-ad0f-58089dd69347", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "11a46741b7954b959fd7764109c047b6", "created_at": "2018-08-12T05:34:51Z", "updated_at": "2018-08-12T05:34:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "0b67bf3c-2289-43bb-ab6c-7d25ec32a279", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "51f3f833-337a-42bd-a8d5-742ea8d6c226", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "571fd0b5-ef90-408d-af33-aafb517b8993", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "944ba823-fb9c-496e-a66e-bb426bb14a8d", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}], "revision_number": 4, "project_id": "11a46741b7954b959fd7764109c047b6", "id": "90af9782-8112-4257-801d-ee5115d226ba", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "created_at": "2018-08-12T05:34:26Z", "updated_at": "2018-08-12T05:34:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "2ee1f63a-807c-4d6a-85ee-dd784f6b8c3f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5dec3ec2-2add-47dd-8618-90659dcf3885", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5ea0dc3e-49d0-43f0-94e9-f6443527d14c", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "fbfaca22-7e3e-4128-8973-43e439b77c28", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}], "revision_number": 4, "project_id": "3c01cd58055c44ecaef39f7e625c2258", "id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "521007c1818145639e93ceb270559219", "created_at": "2018-08-12T05:13:27Z", "updated_at": "2018-08-12T05:13:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "5e7fede5-b0f2-47d8-95c3-516cdfc7f9de", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "8fd0e36f-c6c4-4f64-ba97-40439e614448", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "db7d79de-1dfc-4138-945f-91e74cdc266b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "e87f2cff-ff3e-4b6d-aaf0-7f0eb0ab9f05", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}], "revision_number": 4, "project_id": "521007c1818145639e93ceb270559219", "id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "created_at": "2018-08-12T05:08:18Z", "updated_at": "2018-08-12T05:08:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "3c67be40-bf74-4f97-9693-d93ce73a23b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "6112d869-2fc6-4a25-a13c-3d55cd7206c0", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "bdf21c56-453e-482e-9cba-3c55abcb0339", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "c8e92c39-38cc-4f48-be9c-5f0912e6a725", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}], "revision_number": 4, "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "created_at": "2018-08-12T05:04:23Z", "updated_at": "2018-08-12T05:04:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "280546d9-8ad1-4283-abfc-15ee9b1736c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "58bce125-f2ca-4a6d-b9ca-4e6cf5c0f7a5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "69275b9a-cfb5-482c-a9c4-8ffc79adf2c7", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "6d747f3a-3764-469a-a645-f977585c5aac", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}], "revision_number": 4, "project_id": "310f5853751a4c968f3eeb0a3d99a0a8", "id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "created_at": "2018-08-12T05:34:42Z", "updated_at": "2018-08-12T05:34:42Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "199582e8-25aa-457a-aa7c-6d8413ca4464", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "234f3609-4454-448f-919d-c8143c7cd764", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "c1061460-71a2-49a9-a04b-9fa33eeb17ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "d21ac532-51d8-4d6b-8300-7bac216759bf", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}], "revision_number": 4, "project_id": "9f6c1a272706419c9a74b0893b2890e8", "id": "d6739716-c693-460c-89c6-e7c8c48f8245", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "created_at": "2018-08-12T05:34:54Z", "updated_at": "2018-08-12T05:34:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "0633a05a-ee7d-4476-a56b-75d011b22f77", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "6cc1b9f8-73db-47a3-a0e0-3c96c43f34da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "90d99a6b-e94f-4fd8-a10c-f19dd8954c13", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "e843c139-af2a-4d2c-a24f-59f7b10ff72e", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}], "revision_number": 4, "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "created_at": "2018-08-12T05:09:07Z", "updated_at": "2018-08-12T05:09:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "5495e168-f505-4d74-ae6d-387f0bf533c2", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "6fd19b8b-3062-456e-81ba-3ff37fe43429", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8ca59d25-485c-46ce-939c-2e4a468caeac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8f190846-50a0-42b9-b571-390809b752b1", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}], "revision_number": 4, "project_id": "fa9ca6d7608b4d7d87ce97331679a481", "id": "edcd9b17-9416-4c25-823c-060c435e18d7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "created_at": "2018-08-12T05:34:52Z", "updated_at": "2018-08-12T05:34:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "2c7e484e-6ec5-4a95-8c9c-66d294c0c27e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "70c74258-3c2c-4efc-87e0-079c26ee3417", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "b70382fa-082e-4c2b-abc8-87490fa50b11", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "c3628e02-b4b6-42c9-8751-c1a2d3c19caa", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}], "revision_number": 4, "project_id": "87db863ba6e348b0a5ddcb67053db9d1", "id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "name": "default"}]} 2018-08-12 08:10:45,078 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-118e7c9a-eef6-4e51-afe7-bd83776930ec 2018-08-12 08:10:45,086 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7615e29887dd2636e5e39f25c3cac316b8ad9dae" 2018-08-12 08:10:45,182 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:10:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8be4c38b-6282-434b-b300-edb8db8ad30d Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 5fe28c13d4d74ba2be8d019ac1ea6363.", "code": 404, "title": "Not Found"}} 2018-08-12 08:10:45,182 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 used request id req-8be4c38b-6282-434b-b300-edb8db8ad30d 2018-08-12 08:10:45,183 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:10:45,186 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7615e29887dd2636e5e39f25c3cac316b8ad9dae" 2018-08-12 08:10:45,275 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:10:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0a1f3bc2-31a1-4a6c-8eea-8d83f2a78d2b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa5a7fe6ee54472ba01638877aade8e3.", "code": 404, "title": "Not Found"}} 2018-08-12 08:10:45,275 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 used request id req-0a1f3bc2-31a1-4a6c-8eea-8d83f2a78d2b 2018-08-12 08:10:45,275 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:10:45,279 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7615e29887dd2636e5e39f25c3cac316b8ad9dae" 2018-08-12 08:10:45,365 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:10:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-32e65ef9-b521-49df-bc65-fccc51bcb2cb Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ea65becf30e54b27aa96a449698a435e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:10:45,365 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e used request id req-32e65ef9-b521-49df-bc65-fccc51bcb2cb 2018-08-12 08:10:45,366 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:10:45,369 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7615e29887dd2636e5e39f25c3cac316b8ad9dae" 2018-08-12 08:10:45,456 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:10:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-44da1921-abdc-45c1-864c-8dd4011ecbb0 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ff7abd7bb61f4f2889831e932d65dc2e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:10:45,456 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e used request id req-44da1921-abdc-45c1-864c-8dd4011ecbb0 2018-08-12 08:10:45,457 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:10:45,460 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7615e29887dd2636e5e39f25c3cac316b8ad9dae" 2018-08-12 08:10:45,542 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:10:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4d74e4f9-6b6c-485e-9442-54ce56f0171e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3a85ceae958d4d9fba68847e7df67db8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:10:45,542 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 used request id req-4d74e4f9-6b6c-485e-9442-54ce56f0171e 2018-08-12 08:10:45,543 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:10:45,546 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7615e29887dd2636e5e39f25c3cac316b8ad9dae" 2018-08-12 08:10:45,634 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:10:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d662854e-518f-4f31-aa36-bb9ca5847081 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 85517fcf1c6247e699fdcdd42ecc8c79.", "code": 404, "title": "Not Found"}} 2018-08-12 08:10:45,634 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 used request id req-d662854e-518f-4f31-aa36-bb9ca5847081 2018-08-12 08:10:45,634 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:10:45,638 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7615e29887dd2636e5e39f25c3cac316b8ad9dae" 2018-08-12 08:10:45,723 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:10:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f7b19881-3951-4621-90f1-4ee0ee6d3e3c Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}} 2018-08-12 08:10:45,723 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe used request id req-f7b19881-3951-4621-90f1-4ee0ee6d3e3c 2018-08-12 08:10:45,727 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7615e29887dd2636e5e39f25c3cac316b8ad9dae" 2018-08-12 08:10:45,816 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:10:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f4897f62-bd4e-496e-bef2-60fc6446d40b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 315a428116f24d9fbb826b37080a918e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:10:45,816 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e used request id req-f4897f62-bd4e-496e-bef2-60fc6446d40b 2018-08-12 08:10:45,816 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:10:45,820 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7615e29887dd2636e5e39f25c3cac316b8ad9dae" 2018-08-12 08:10:45,905 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:10:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4efba2d9-a538-4eff-a259-ddf02bc524c9 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 11a46741b7954b959fd7764109c047b6.", "code": 404, "title": "Not Found"}} 2018-08-12 08:10:45,905 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 used request id req-4efba2d9-a538-4eff-a259-ddf02bc524c9 2018-08-12 08:10:45,905 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:10:45,909 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7615e29887dd2636e5e39f25c3cac316b8ad9dae" 2018-08-12 08:10:45,995 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:10:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-59d7d19b-286a-40ef-8124-44e40145a6a1 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3c01cd58055c44ecaef39f7e625c2258.", "code": 404, "title": "Not Found"}} 2018-08-12 08:10:45,995 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 used request id req-59d7d19b-286a-40ef-8124-44e40145a6a1 2018-08-12 08:10:45,995 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:10:45,999 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7615e29887dd2636e5e39f25c3cac316b8ad9dae" 2018-08-12 08:10:46,087 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:10:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2987e495-d3d8-4a78-831e-9c08c87113a4 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 521007c1818145639e93ceb270559219.", "code": 404, "title": "Not Found"}} 2018-08-12 08:10:46,088 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 used request id req-2987e495-d3d8-4a78-831e-9c08c87113a4 2018-08-12 08:10:46,088 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:10:46,091 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7615e29887dd2636e5e39f25c3cac316b8ad9dae" 2018-08-12 08:10:46,182 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:10:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d7cec7f0-0930-4ea0-ae87-37154211ffed Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e18fcc7fc10a4fd0b20234f8520d0aab.", "code": 404, "title": "Not Found"}} 2018-08-12 08:10:46,182 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab used request id req-d7cec7f0-0930-4ea0-ae87-37154211ffed 2018-08-12 08:10:46,182 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:10:46,186 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7615e29887dd2636e5e39f25c3cac316b8ad9dae" 2018-08-12 08:10:46,278 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:10:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a1bf7f0e-62c9-4885-96e4-34c0dfb7dda0 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "310f5853751a4c968f3eeb0a3d99a0a8", "name": "service"}} 2018-08-12 08:10:46,278 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 used request id req-a1bf7f0e-62c9-4885-96e4-34c0dfb7dda0 2018-08-12 08:10:46,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7615e29887dd2636e5e39f25c3cac316b8ad9dae" 2018-08-12 08:10:46,370 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:10:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-14f6d2ba-149e-45a0-8005-f1484d048c27 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9f6c1a272706419c9a74b0893b2890e8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:10:46,371 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 used request id req-14f6d2ba-149e-45a0-8005-f1484d048c27 2018-08-12 08:10:46,371 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:10:46,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/34cb7327fcfc4b52a63b4b8c0ea4a54d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7615e29887dd2636e5e39f25c3cac316b8ad9dae" 2018-08-12 08:10:46,457 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:10:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8eae18ca-3f40-4011-a0c9-5b0820178781 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 34cb7327fcfc4b52a63b4b8c0ea4a54d.", "code": 404, "title": "Not Found"}} 2018-08-12 08:10:46,457 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/34cb7327fcfc4b52a63b4b8c0ea4a54d used request id req-8eae18ca-3f40-4011-a0c9-5b0820178781 2018-08-12 08:10:46,457 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:10:46,461 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa9ca6d7608b4d7d87ce97331679a481 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7615e29887dd2636e5e39f25c3cac316b8ad9dae" 2018-08-12 08:10:46,548 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:10:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a02e5556-f6eb-4db3-bd43-363d925998e2 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa9ca6d7608b4d7d87ce97331679a481.", "code": 404, "title": "Not Found"}} 2018-08-12 08:10:46,548 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa9ca6d7608b4d7d87ce97331679a481 used request id req-a02e5556-f6eb-4db3-bd43-363d925998e2 2018-08-12 08:10:46,548 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:10:46,552 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/87db863ba6e348b0a5ddcb67053db9d1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7615e29887dd2636e5e39f25c3cac316b8ad9dae" 2018-08-12 08:10:46,640 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:10:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d0b7f1e8-cc71-4f58-894a-6ae8689a2ba2 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87db863ba6e348b0a5ddcb67053db9d1.", "code": 404, "title": "Not Found"}} 2018-08-12 08:10:46,641 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/87db863ba6e348b0a5ddcb67053db9d1 used request id req-d0b7f1e8-cc71-4f58-894a-6ae8689a2ba2 2018-08-12 08:10:46,641 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:10:46,642 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-58f79635-1eac-48a-proj 2018-08-12 08:10:46,645 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/c9e7fd15877845988758a3c207eff8a6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7615e29887dd2636e5e39f25c3cac316b8ad9dae" 2018-08-12 08:10:46,862 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:10:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bcb62099-0d7a-4a07-8318-df0a1ddef8d3 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 08:10:46,862 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/c9e7fd15877845988758a3c207eff8a6 used request id req-bcb62099-0d7a-4a07-8318-df0a1ddef8d3 2018-08-12 08:10:46,862 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-58f79635-1eac-48a-proj-role 2018-08-12 08:10:46,866 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/553f62a1288b4e12a9b3ef00c99de28a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7615e29887dd2636e5e39f25c3cac316b8ad9dae" 2018-08-12 08:10:46,988 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:10:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e5c0db98-d66c-4db7-bdb5-1876493a7893 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 08:10:46,988 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/553f62a1288b4e12a9b3ef00c99de28a used request id req-e5c0db98-d66c-4db7-bdb5-1876493a7893 2018-08-12 08:10:46,992 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7615e29887dd2636e5e39f25c3cac316b8ad9dae" 2018-08-12 08:10:47,010 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:10:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0b3070d1-87fe-41a3-bfd6-afed45d2fe29 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:10:47,010 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-0b3070d1-87fe-41a3-bfd6-afed45d2fe29 2018-08-12 08:10:47,011 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-58f79635-1eac-48a-user 2018-08-12 08:10:47,014 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/9d36e33013194143befa78f27528df73 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de9d61af777a69cd6aa4ed1b4c722830daa49d02" 2018-08-12 08:10:47,192 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:10:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f79f3935-1dfc-4fe3-93cf-c9022e22aac8 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 08:10:47,192 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/9d36e33013194143befa78f27528df73 used request id req-f79f3935-1dfc-4fe3-93cf-c9022e22aac8 2018-08-12 08:10:47,194 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:10:47,590 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:10:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["AazdGnihSyyouHD5f_fATw"], "issued_at": "2018-08-12T08:10:47.000000Z"}} 2018-08-12 08:10:47,591 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}88915b196b2d6df0c28898d75261a6a810d4b0a5" 2018-08-12 08:10:47,680 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:10:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f9202edc-4f55-41c0-9dd2-7886abc108c2 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:10:47,681 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-f9202edc-4f55-41c0-9dd2-7886abc108c2 2018-08-12 08:10:47,682 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:10:47,683 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:10:48,068 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:10:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["xSLka1xZQLSK6eEsZzc0wA"], "issued_at": "2018-08-12T08:10:48.000000Z"}} 2018-08-12 08:10:48,069 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}32f4f656445ead8f6481a446c667c906b396155c" 2018-08-12 08:10:48,156 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:10:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f228f6eb-2470-4484-b16c-9dad33db6d8b Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:10:48,156 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-f228f6eb-2470-4484-b16c-9dad33db6d8b 2018-08-12 08:10:48,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:10:48,166 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:10:48 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:10:48,167 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-4182d178-cce2-428-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32f4f656445ead8f6481a446c667c906b396155c" 2018-08-12 08:10:48,257 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:10:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d7d1246a-ac1c-4a93-aeea-e8a3b4da5c42 Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-4182d178-cce2-428-proj", "previous": null, "next": null}, "projects": []} 2018-08-12 08:10:48,257 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-4182d178-cce2-428-proj used request id req-d7d1246a-ac1c-4a93-aeea-e8a3b4da5c42 2018-08-12 08:10:48,260 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32f4f656445ead8f6481a446c667c906b396155c" 2018-08-12 08:10:48,360 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:10:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-945a2400-0766-4f6b-b690-24e425f79f9e Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:10:48,360 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-945a2400-0766-4f6b-b690-24e425f79f9e 2018-08-12 08:10:48,364 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32f4f656445ead8f6481a446c667c906b396155c" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateKeypairsTests-4182d178-cce2-428-proj"}}' 2018-08-12 08:10:48,492 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:10:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0c907b20-9136-4450-8d98-43709873aacb Content-Length: 316 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/abbafb413f704d849239a2d6a4728269"}, "tags": [], "enabled": true, "id": "abbafb413f704d849239a2d6a4728269", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-4182d178-cce2-428-proj"}} 2018-08-12 08:10:48,492 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-0c907b20-9136-4450-8d98-43709873aacb 2018-08-12 08:10:48,493 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-4182d178-cce2-428-proj 2018-08-12 08:10:48,493 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:10:48,494 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:10:48,886 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:10:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["Ub-gYAsKRfqUsAAyD_PYUg"], "issued_at": "2018-08-12T08:10:48.000000Z"}} 2018-08-12 08:10:48,887 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}6aa16099a9dae0a038204810133792b36d0c38f0" 2018-08-12 08:10:48,899 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:10:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-23a5ad64-ee0c-4ead-a902-086cece01821 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:10:48,899 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-23a5ad64-ee0c-4ead-a902-086cece01821 2018-08-12 08:10:48,903 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:10:48,908 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:10:48 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:10:48,909 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6aa16099a9dae0a038204810133792b36d0c38f0" 2018-08-12 08:10:49,010 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:10:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b8b1e3d5-684b-4d33-b7a8-07d6ace66de9 Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/105a247548624314b9228f85f6325f0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105a247548624314b9228f85f6325f0b", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/1c5de0eaa44543f08da6ad63a51594ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c5de0eaa44543f08da6ad63a51594ff", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/1d127b5b832547a88a547c116dfdd65b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d127b5b832547a88a547c116dfdd65b", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/1d5cfc170d624ce4ae53ae0507c8d517"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d5cfc170d624ce4ae53ae0507c8d517", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/2421820b75eb4d3ebd02830378d1377b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2421820b75eb4d3ebd02830378d1377b", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/40bd8ee54ecf44868cc83cede652c396"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40bd8ee54ecf44868cc83cede652c396", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/4f32fb8153854c4c9f5094b42b523f80"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f32fb8153854c4c9f5094b42b523f80", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7066130d08fb4db7bf4ab468de53933b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7066130d08fb4db7bf4ab468de53933b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/8d0898a83bcf4521bbc11501d5d7ac89"}, "domain_id": "1eec97585bde483292ece28ee11f4b8d", "enabled": true, "options": {}, "id": "8d0898a83bcf4521bbc11501d5d7ac89", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/9defcced327d476f8a3beab718a13da3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9defcced327d476f8a3beab718a13da3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/b80ee4f6992446e0879624dd436e99a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b80ee4f6992446e0879624dd436e99a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b86fd3e011324d398fcdb6f095a20a9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b86fd3e011324d398fcdb6f095a20a9d", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1701d2754064b5cadf765ea0806f9b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1701d2754064b5cadf765ea0806f9b2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/db4e7b8d76d549faa502716565c733dd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db4e7b8d76d549faa502716565c733dd", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-12 08:10:49,010 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-b8b1e3d5-684b-4d33-b7a8-07d6ace66de9 2018-08-12 08:10:49,014 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateKeypairsTests-4182d178-cce2-428-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6aa16099a9dae0a038204810133792b36d0c38f0" 2018-08-12 08:10:49,110 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:10:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8b269b12-1f27-42d8-9f63-a717a95b79b8 Content-Encoding: gzip Content-Length: 257 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateKeypairsTests-4182d178-cce2-428-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/abbafb413f704d849239a2d6a4728269"}, "tags": [], "enabled": true, "id": "abbafb413f704d849239a2d6a4728269", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-4182d178-cce2-428-proj"}]} 2018-08-12 08:10:49,110 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateKeypairsTests-4182d178-cce2-428-proj used request id req-8b269b12-1f27-42d8-9f63-a717a95b79b8 2018-08-12 08:10:49,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6aa16099a9dae0a038204810133792b36d0c38f0" 2018-08-12 08:10:49,209 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:10:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6884cb1f-b462-42d8-ba29-7d40301badca Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:10:49,210 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-6884cb1f-b462-42d8-ba29-7d40301badca 2018-08-12 08:10:49,581 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-4182d178-cce2-428-user 2018-08-12 08:10:49,582 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:10:49,586 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32f4f656445ead8f6481a446c667c906b396155c" 2018-08-12 08:10:49,678 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:10:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d4cc8891-94eb-42ac-9747-245f077fa47a Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:10:49,679 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-d4cc8891-94eb-42ac-9747-245f077fa47a 2018-08-12 08:10:49,682 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32f4f656445ead8f6481a446c667c906b396155c" -d '{"role": {"name": "CreateKeypairsTests-4182d178-cce2-428-proj-role"}}' 2018-08-12 08:10:49,791 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:10:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0edeb258-a8ef-4dce-ba1a-9e3689b9ed77 Content-Length: 218 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "e9d80275fe8e4652bbce61fc49a6a14b", "links": {"self": "http://172.30.9.21:5000/v3/roles/e9d80275fe8e4652bbce61fc49a6a14b"}, "name": "CreateKeypairsTests-4182d178-cce2-428-proj-role"}} 2018-08-12 08:10:49,791 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-0edeb258-a8ef-4dce-ba1a-9e3689b9ed77 2018-08-12 08:10:49,791 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-4182d178-cce2-428-proj-role 2018-08-12 08:10:49,794 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/e9d80275fe8e4652bbce61fc49a6a14b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32f4f656445ead8f6481a446c667c906b396155c" 2018-08-12 08:10:49,883 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:10:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bb38f774-64b5-440c-88aa-2c4d6291840a Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "e9d80275fe8e4652bbce61fc49a6a14b", "links": {"self": "http://172.30.9.21:5000/v3/roles/e9d80275fe8e4652bbce61fc49a6a14b"}, "name": "CreateKeypairsTests-4182d178-cce2-428-proj-role"}} 2018-08-12 08:10:49,883 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/e9d80275fe8e4652bbce61fc49a6a14b used request id req-bb38f774-64b5-440c-88aa-2c4d6291840a 2018-08-12 08:10:49,883 - keystone_utils - INFO - Granting role CreateKeypairsTests-4182d178-cce2-428-proj-role to project CreateKeypairsTests-4182d178-cce2-428-proj 2018-08-12 08:10:49,887 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/abbafb413f704d849239a2d6a4728269/users/be4a087d84444d7596ea905e4d256f7d/roles/e9d80275fe8e4652bbce61fc49a6a14b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32f4f656445ead8f6481a446c667c906b396155c" 2018-08-12 08:10:50,020 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:10:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d2e6a7f5-72fc-4912-867e-d920206b02ec 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 08:10:50,021 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/abbafb413f704d849239a2d6a4728269/users/be4a087d84444d7596ea905e4d256f7d/roles/e9d80275fe8e4652bbce61fc49a6a14b used request id req-d2e6a7f5-72fc-4912-867e-d920206b02ec 2018-08-12 08:10:50,021 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-12 08:10:50,022 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:10:50,023 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:10:50,419 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e9d80275fe8e4652bbce61fc49a6a14b", "name": "CreateKeypairsTests-4182d178-cce2-428-proj-role"}], "expires_at": "2018-08-12T09:10:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "abbafb413f704d849239a2d6a4728269", "name": "CreateKeypairsTests-4182d178-cce2-428-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/abbafb413f704d849239a2d6a4728269", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/abbafb413f704d849239a2d6a4728269", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/abbafb413f704d849239a2d6a4728269", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_abbafb413f704d849239a2d6a4728269", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_abbafb413f704d849239a2d6a4728269", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/abbafb413f704d849239a2d6a4728269", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/abbafb413f704d849239a2d6a4728269", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/abbafb413f704d849239a2d6a4728269", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/abbafb413f704d849239a2d6a4728269", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/abbafb413f704d849239a2d6a4728269", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/abbafb413f704d849239a2d6a4728269", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/abbafb413f704d849239a2d6a4728269", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/abbafb413f704d849239a2d6a4728269", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/abbafb413f704d849239a2d6a4728269", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-4182d178-cce2-428-user", "id": "be4a087d84444d7596ea905e4d256f7d"}, "audit_ids": ["xDCRx4L3ROmtrh60LYV8jw"], "issued_at": "2018-08-12T08:10:50.000000Z"}} 2018-08-12 08:10:50,420 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}9801f3f5bdbc54daf4a4d23d30e2e58240cc6c0e" 2018-08-12 08:10:50,505 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:10:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-08faff65-c137-495e-a729-3bf100016089 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:10:50,505 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-08faff65-c137-495e-a729-3bf100016089 2018-08-12 08:10:50,506 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-12 08:10:50,510 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9801f3f5bdbc54daf4a4d23d30e2e58240cc6c0e" 2018-08-12 08:10:50,714 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:10: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-868969dc-174e-49aa-b5a3-d76fc13da750 x-compute-request-id: req-868969dc-174e-49aa-b5a3-d76fc13da750 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-08-12 08:10:50,714 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-868969dc-174e-49aa-b5a3-d76fc13da750 2018-08-12 08:10:50,714 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-17ddfd3a-efca-4ca7-a69f-1a4504e000e4... 2018-08-12 08:10:50,715 - OpenStackKeypair - INFO - Creating new keypair 2018-08-12 08:10:50,728 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-17ddfd3a-efca-4ca7-a69f-1a4504e000e4 2018-08-12 08:10:50,732 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9801f3f5bdbc54daf4a4d23d30e2e58240cc6c0e" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDIZunvgewHb8opArM9Fx/zvxQTrX11L2qjMsezr+8SD0z0H/j/b+Hc3oYx/B9stF0yjp3SaqK6Zo+5bKtD87lGHO+ODzhEcJ4ATpXoNmHCWuI1gjsltAhidyOI4T3r0+hNlh33qjDYIZ5n7skZye7PHkETmO+IecWdU21vjXrFbw==", "name": "CreateKeypairsTests-17ddfd3a-efca-4ca7-a69f-1a4504e000e4"}}' 2018-08-12 08:10:50,833 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:10: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-83510c73-e6fe-452e-9e83-1242f1f515f0 x-compute-request-id: req-83510c73-e6fe-452e-9e83-1242f1f515f0 Content-Encoding: gzip Content-Length: 364 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDIZunvgewHb8opArM9Fx/zvxQTrX11L2qjMsezr+8SD0z0H/j/b+Hc3oYx/B9stF0yjp3SaqK6Zo+5bKtD87lGHO+ODzhEcJ4ATpXoNmHCWuI1gjsltAhidyOI4T3r0+hNlh33qjDYIZ5n7skZye7PHkETmO+IecWdU21vjXrFbw==", "user_id": "be4a087d84444d7596ea905e4d256f7d", "name": "CreateKeypairsTests-17ddfd3a-efca-4ca7-a69f-1a4504e000e4", "fingerprint": "d6:09:89:4a:2e:4e:73:db:4b:66:f6:a0:94:f5:76:84"}} 2018-08-12 08:10:50,833 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-83510c73-e6fe-452e-9e83-1242f1f515f0 2018-08-12 08:10:50,835 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsTests-17ddfd3a-efca-4ca7-a69f-1a4504e000e4.pub 2018-08-12 08:10:50,836 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:10:51,235 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e9d80275fe8e4652bbce61fc49a6a14b", "name": "CreateKeypairsTests-4182d178-cce2-428-proj-role"}], "expires_at": "2018-08-12T09:10:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "abbafb413f704d849239a2d6a4728269", "name": "CreateKeypairsTests-4182d178-cce2-428-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/abbafb413f704d849239a2d6a4728269", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/abbafb413f704d849239a2d6a4728269", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/abbafb413f704d849239a2d6a4728269", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_abbafb413f704d849239a2d6a4728269", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_abbafb413f704d849239a2d6a4728269", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/abbafb413f704d849239a2d6a4728269", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/abbafb413f704d849239a2d6a4728269", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/abbafb413f704d849239a2d6a4728269", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/abbafb413f704d849239a2d6a4728269", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/abbafb413f704d849239a2d6a4728269", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/abbafb413f704d849239a2d6a4728269", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/abbafb413f704d849239a2d6a4728269", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/abbafb413f704d849239a2d6a4728269", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/abbafb413f704d849239a2d6a4728269", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-4182d178-cce2-428-user", "id": "be4a087d84444d7596ea905e4d256f7d"}, "audit_ids": ["LEsg7SH1QPyS58KNpn6NJA"], "issued_at": "2018-08-12T08:10:51.000000Z"}} 2018-08-12 08:10:51,238 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/os-keypairs/CreateKeypairsTests-17ddfd3a-efca-4ca7-a69f-1a4504e000e4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}608b6933b06ccd02c95a153d0b08f5bf516a0b07" 2018-08-12 08:10:51,432 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08: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-08e1826c-82ff-4c58-8c25-81e5914a5bef x-compute-request-id: req-08e1826c-82ff-4c58-8c25-81e5914a5bef Content-Encoding: gzip Content-Length: 420 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDIZunvgewHb8opArM9Fx/zvxQTrX11L2qjMsezr+8SD0z0H/j/b+Hc3oYx/B9stF0yjp3SaqK6Zo+5bKtD87lGHO+ODzhEcJ4ATpXoNmHCWuI1gjsltAhidyOI4T3r0+hNlh33qjDYIZ5n7skZye7PHkETmO+IecWdU21vjXrFbw==", "user_id": "be4a087d84444d7596ea905e4d256f7d", "name": "CreateKeypairsTests-17ddfd3a-efca-4ca7-a69f-1a4504e000e4", "deleted": false, "created_at": "2018-08-12T08:10:50.000000", "updated_at": null, "fingerprint": "d6:09:89:4a:2e:4e:73:db:4b:66:f6:a0:94:f5:76:84", "deleted_at": null, "id": 68}} 2018-08-12 08:10:51,432 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/CreateKeypairsTests-17ddfd3a-efca-4ca7-a69f-1a4504e000e4 used request id req-08e1826c-82ff-4c58-8c25-81e5914a5bef 2018-08-12 08:10:51,432 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsTests-17ddfd3a-efca-4ca7-a69f-1a4504e000e4 2018-08-12 08:10:51,435 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/os-keypairs/CreateKeypairsTests-17ddfd3a-efca-4ca7-a69f-1a4504e000e4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9801f3f5bdbc54daf4a4d23d30e2e58240cc6c0e" 2018-08-12 08:10:51,491 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 08: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 x-openstack-request-id: req-87ad2f35-b451-48fb-b3db-84d529d01aaa x-compute-request-id: req-87ad2f35-b451-48fb-b3db-84d529d01aaa Content-Length: 0 Content-Type: application/json 2018-08-12 08:10:51,492 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/CreateKeypairsTests-17ddfd3a-efca-4ca7-a69f-1a4504e000e4 used request id req-87ad2f35-b451-48fb-b3db-84d529d01aaa 2018-08-12 08:10:51,492 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateKeypairsTests-17ddfd3a-efca-4ca7-a69f-1a4504e000e4.pub] 2018-08-12 08:10:51,493 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:10:51,493 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:10:51,493 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:10:51,493 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:10:51,494 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:10:51,500 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32f4f656445ead8f6481a446c667c906b396155c" 2018-08-12 08:10:51,762 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 43135 X-Openstack-Request-Id: req-c22d9e6c-84d4-4598-80bb-9d7fd1e8608b Date: Sun, 12 Aug 2018 08:10:51 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "created_at": "2018-08-12T06:59:44Z", "updated_at": "2018-08-12T06:59:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "1d7fd960-7865-4453-aecc-8d399b4fad21", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "66820d8a-b785-4b18-bd67-500221c8e4f9", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "74fc7638-a322-4841-8c47-06d36174a200", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "8eaa09ec-8419-4582-9312-1e527afe6e4b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}], "revision_number": 4, "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "created_at": "2018-08-12T05:12:34Z", "updated_at": "2018-08-12T05:12:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "709513d2-af7d-4d0b-bd3c-604fed75a711", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "aa346066-e46f-44f2-94be-2884aa998a19", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "c15f7b93-e56c-4afa-867d-2acb286d4b7b", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "cb0ef83f-5f70-4a80-ad35-431ca9df551e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}], "revision_number": 4, "project_id": "fa5a7fe6ee54472ba01638877aade8e3", "id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ea65becf30e54b27aa96a449698a435e", "created_at": "2018-08-12T05:10:35Z", "updated_at": "2018-08-12T05:10:35Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "30ad280c-f302-4cd4-a438-5139917b56f9", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "76115c4c-887d-4f0a-83e2-486e4b39c713", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "8ab14937-4c08-4d43-8a9a-662e622cc643", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "ee757a03-5662-4273-9c3e-6212e7afb48f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}], "revision_number": 4, "project_id": "ea65becf30e54b27aa96a449698a435e", "id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "created_at": "2018-08-12T06:20:09Z", "updated_at": "2018-08-12T06:20:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "1123b8f2-75ac-4a26-b9b2-a96da97408e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "2ddd2b93-e080-48cd-9a50-f5fe8a82ad0c", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "cd1bae62-0aea-4438-b4c3-50a69ae6f855", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "e398e01e-ceea-46d1-9534-b929808c4a5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}], "revision_number": 4, "project_id": "ff7abd7bb61f4f2889831e932d65dc2e", "id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "created_at": "2018-08-12T05:34:57Z", "updated_at": "2018-08-12T05:34:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "208a1c1e-f5f8-49c7-9a25-d07e68b1541f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "27bfd867-e607-4bf8-9de8-60682d3f771d", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "49360e1f-6fd3-4f35-b339-24cea95773ee", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "60f631a9-d305-4920-9631-d0543e2ac64f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}], "revision_number": 4, "project_id": "3a85ceae958d4d9fba68847e7df67db8", "id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "created_at": "2018-08-12T05:34:40Z", "updated_at": "2018-08-12T05:34:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "2192c259-363e-4768-ae73-e75837ad63b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "3f87ddc5-f84d-41dc-8215-847724782569", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "7d89f6da-ea78-49dd-9115-f9ad23b250bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "9ec4497d-0f65-44db-9be9-7b3042e4a584", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}], "revision_number": 4, "project_id": "85517fcf1c6247e699fdcdd42ecc8c79", "id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "created_at": "2018-08-12T05:16:02Z", "updated_at": "2018-08-12T05:16:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "1ecacd8c-c1c7-4a66-9871-406a69323b43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "3cc1750c-e0e7-4902-b6f3-494a161b832e", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "d719a7a4-8c99-44ed-8c12-6bf071890203", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "fe7421b5-d577-41da-8c78-62f3c07eda92", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}], "revision_number": 4, "project_id": "a267b9a156244bb192691cff6e5f74fe", "id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "315a428116f24d9fbb826b37080a918e", "created_at": "2018-08-12T05:11:31Z", "updated_at": "2018-08-12T05:11:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "5e52886a-1dc3-4a81-a55d-f388dc4fd1a1", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "678e32e4-d64c-448a-a4ab-e253ab94ae90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "a8da1539-e3ad-4f90-b2df-3dc1f09d228a", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "b73d5cc9-0205-4658-bb1f-61a042c0ab8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}], "revision_number": 4, "project_id": "315a428116f24d9fbb826b37080a918e", "id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-12T05:08:01Z", "updated_at": "2018-08-12T05:08:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:01Z", "revision_number": 0, "id": "0fb05d03-1117-45d0-930c-b6d4c96ef102", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "4faaab33-5788-4bbd-85b8-0fb44d41413a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "96d0c5a0-5c67-421b-8fc8-2b46d77e5db3", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "dd78519b-4bc5-4e8e-ad0f-58089dd69347", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "11a46741b7954b959fd7764109c047b6", "created_at": "2018-08-12T05:34:51Z", "updated_at": "2018-08-12T05:34:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "0b67bf3c-2289-43bb-ab6c-7d25ec32a279", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "51f3f833-337a-42bd-a8d5-742ea8d6c226", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "571fd0b5-ef90-408d-af33-aafb517b8993", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "944ba823-fb9c-496e-a66e-bb426bb14a8d", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}], "revision_number": 4, "project_id": "11a46741b7954b959fd7764109c047b6", "id": "90af9782-8112-4257-801d-ee5115d226ba", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "created_at": "2018-08-12T05:34:26Z", "updated_at": "2018-08-12T05:34:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "2ee1f63a-807c-4d6a-85ee-dd784f6b8c3f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5dec3ec2-2add-47dd-8618-90659dcf3885", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5ea0dc3e-49d0-43f0-94e9-f6443527d14c", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "fbfaca22-7e3e-4128-8973-43e439b77c28", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}], "revision_number": 4, "project_id": "3c01cd58055c44ecaef39f7e625c2258", "id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "521007c1818145639e93ceb270559219", "created_at": "2018-08-12T05:13:27Z", "updated_at": "2018-08-12T05:13:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "5e7fede5-b0f2-47d8-95c3-516cdfc7f9de", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "8fd0e36f-c6c4-4f64-ba97-40439e614448", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "db7d79de-1dfc-4138-945f-91e74cdc266b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "e87f2cff-ff3e-4b6d-aaf0-7f0eb0ab9f05", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}], "revision_number": 4, "project_id": "521007c1818145639e93ceb270559219", "id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "created_at": "2018-08-12T05:08:18Z", "updated_at": "2018-08-12T05:08:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "3c67be40-bf74-4f97-9693-d93ce73a23b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "6112d869-2fc6-4a25-a13c-3d55cd7206c0", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "bdf21c56-453e-482e-9cba-3c55abcb0339", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "c8e92c39-38cc-4f48-be9c-5f0912e6a725", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}], "revision_number": 4, "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "created_at": "2018-08-12T05:04:23Z", "updated_at": "2018-08-12T05:04:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "280546d9-8ad1-4283-abfc-15ee9b1736c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "58bce125-f2ca-4a6d-b9ca-4e6cf5c0f7a5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "69275b9a-cfb5-482c-a9c4-8ffc79adf2c7", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "6d747f3a-3764-469a-a645-f977585c5aac", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}], "revision_number": 4, "project_id": "310f5853751a4c968f3eeb0a3d99a0a8", "id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "created_at": "2018-08-12T05:34:42Z", "updated_at": "2018-08-12T05:34:42Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "199582e8-25aa-457a-aa7c-6d8413ca4464", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "234f3609-4454-448f-919d-c8143c7cd764", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "c1061460-71a2-49a9-a04b-9fa33eeb17ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "d21ac532-51d8-4d6b-8300-7bac216759bf", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}], "revision_number": 4, "project_id": "9f6c1a272706419c9a74b0893b2890e8", "id": "d6739716-c693-460c-89c6-e7c8c48f8245", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "created_at": "2018-08-12T05:34:54Z", "updated_at": "2018-08-12T05:34:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "0633a05a-ee7d-4476-a56b-75d011b22f77", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "6cc1b9f8-73db-47a3-a0e0-3c96c43f34da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "90d99a6b-e94f-4fd8-a10c-f19dd8954c13", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "e843c139-af2a-4d2c-a24f-59f7b10ff72e", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}], "revision_number": 4, "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "created_at": "2018-08-12T05:09:07Z", "updated_at": "2018-08-12T05:09:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "5495e168-f505-4d74-ae6d-387f0bf533c2", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "6fd19b8b-3062-456e-81ba-3ff37fe43429", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8ca59d25-485c-46ce-939c-2e4a468caeac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8f190846-50a0-42b9-b571-390809b752b1", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}], "revision_number": 4, "project_id": "fa9ca6d7608b4d7d87ce97331679a481", "id": "edcd9b17-9416-4c25-823c-060c435e18d7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "created_at": "2018-08-12T05:34:52Z", "updated_at": "2018-08-12T05:34:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "2c7e484e-6ec5-4a95-8c9c-66d294c0c27e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "70c74258-3c2c-4efc-87e0-079c26ee3417", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "b70382fa-082e-4c2b-abc8-87490fa50b11", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "c3628e02-b4b6-42c9-8751-c1a2d3c19caa", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}], "revision_number": 4, "project_id": "87db863ba6e348b0a5ddcb67053db9d1", "id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "name": "default"}]} 2018-08-12 08:10:51,763 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-c22d9e6c-84d4-4598-80bb-9d7fd1e8608b 2018-08-12 08:10:51,771 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32f4f656445ead8f6481a446c667c906b396155c" 2018-08-12 08:10:51,862 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:10:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8da24203-9a38-473e-8327-6cd5fbd8d5d4 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 5fe28c13d4d74ba2be8d019ac1ea6363.", "code": 404, "title": "Not Found"}} 2018-08-12 08:10:51,862 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 used request id req-8da24203-9a38-473e-8327-6cd5fbd8d5d4 2018-08-12 08:10:51,862 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:10:51,866 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32f4f656445ead8f6481a446c667c906b396155c" 2018-08-12 08:10:51,953 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:10:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-814f26f1-3d0c-48ae-be41-df74b04c7acd Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa5a7fe6ee54472ba01638877aade8e3.", "code": 404, "title": "Not Found"}} 2018-08-12 08:10:51,953 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 used request id req-814f26f1-3d0c-48ae-be41-df74b04c7acd 2018-08-12 08:10:51,953 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:10:52,072 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32f4f656445ead8f6481a446c667c906b396155c" 2018-08-12 08:10:52,164 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:10:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-078aeaae-a1bf-4fcd-a638-0ac4e76b6034 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ea65becf30e54b27aa96a449698a435e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:10:52,164 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e used request id req-078aeaae-a1bf-4fcd-a638-0ac4e76b6034 2018-08-12 08:10:52,164 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:10:52,168 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32f4f656445ead8f6481a446c667c906b396155c" 2018-08-12 08:10:52,262 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:10:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-871d8bb9-8410-4526-a60f-714bb11cede1 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ff7abd7bb61f4f2889831e932d65dc2e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:10:52,262 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e used request id req-871d8bb9-8410-4526-a60f-714bb11cede1 2018-08-12 08:10:52,262 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:10:52,266 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32f4f656445ead8f6481a446c667c906b396155c" 2018-08-12 08:10:52,352 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:10:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-96efdb2c-a123-403b-82b0-684e540e0989 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3a85ceae958d4d9fba68847e7df67db8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:10:52,352 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 used request id req-96efdb2c-a123-403b-82b0-684e540e0989 2018-08-12 08:10:52,352 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:10:52,355 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32f4f656445ead8f6481a446c667c906b396155c" 2018-08-12 08:10:52,444 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:10:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3a695c05-6d0f-4a98-a308-ffd18b1d93a7 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 85517fcf1c6247e699fdcdd42ecc8c79.", "code": 404, "title": "Not Found"}} 2018-08-12 08:10:52,444 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 used request id req-3a695c05-6d0f-4a98-a308-ffd18b1d93a7 2018-08-12 08:10:52,444 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:10:52,448 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32f4f656445ead8f6481a446c667c906b396155c" 2018-08-12 08:10:52,542 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:10:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a6b3e8dd-6f96-4a6a-9d80-fe139923755f Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}} 2018-08-12 08:10:52,543 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe used request id req-a6b3e8dd-6f96-4a6a-9d80-fe139923755f 2018-08-12 08:10:52,546 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32f4f656445ead8f6481a446c667c906b396155c" 2018-08-12 08:10:52,633 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:10:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9d66f7ac-e409-4600-9e01-90aa5c6257ca Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 315a428116f24d9fbb826b37080a918e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:10:52,633 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e used request id req-9d66f7ac-e409-4600-9e01-90aa5c6257ca 2018-08-12 08:10:52,633 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:10:52,637 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32f4f656445ead8f6481a446c667c906b396155c" 2018-08-12 08:10:52,837 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:10:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-980d87cb-135e-47c8-b2fd-65cf10d76cc0 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 11a46741b7954b959fd7764109c047b6.", "code": 404, "title": "Not Found"}} 2018-08-12 08:10:52,837 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 used request id req-980d87cb-135e-47c8-b2fd-65cf10d76cc0 2018-08-12 08:10:52,837 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:10:52,841 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32f4f656445ead8f6481a446c667c906b396155c" 2018-08-12 08:10:52,931 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:10:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a3c6ac91-3131-482d-8429-cec861adbce5 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3c01cd58055c44ecaef39f7e625c2258.", "code": 404, "title": "Not Found"}} 2018-08-12 08:10:52,931 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 used request id req-a3c6ac91-3131-482d-8429-cec861adbce5 2018-08-12 08:10:52,931 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:10:52,935 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32f4f656445ead8f6481a446c667c906b396155c" 2018-08-12 08:10:52,950 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:10:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-53902b6c-1d97-4d9b-a187-63ce91829656 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 521007c1818145639e93ceb270559219.", "code": 404, "title": "Not Found"}} 2018-08-12 08:10:52,950 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 used request id req-53902b6c-1d97-4d9b-a187-63ce91829656 2018-08-12 08:10:52,950 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:10:52,953 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32f4f656445ead8f6481a446c667c906b396155c" 2018-08-12 08:10:53,043 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:10:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6f23159a-6f0a-4262-8b47-bba437a0da8d Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e18fcc7fc10a4fd0b20234f8520d0aab.", "code": 404, "title": "Not Found"}} 2018-08-12 08:10:53,043 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab used request id req-6f23159a-6f0a-4262-8b47-bba437a0da8d 2018-08-12 08:10:53,043 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:10:53,047 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32f4f656445ead8f6481a446c667c906b396155c" 2018-08-12 08:10:53,143 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:10:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3cb277ed-7191-4db1-83e9-8aba7b57b090 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "310f5853751a4c968f3eeb0a3d99a0a8", "name": "service"}} 2018-08-12 08:10:53,143 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 used request id req-3cb277ed-7191-4db1-83e9-8aba7b57b090 2018-08-12 08:10:53,146 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32f4f656445ead8f6481a446c667c906b396155c" 2018-08-12 08:10:53,230 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:10:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4ca85086-f24d-4196-a110-7836aaced547 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9f6c1a272706419c9a74b0893b2890e8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:10:53,230 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 used request id req-4ca85086-f24d-4196-a110-7836aaced547 2018-08-12 08:10:53,231 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:10:53,234 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/34cb7327fcfc4b52a63b4b8c0ea4a54d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32f4f656445ead8f6481a446c667c906b396155c" 2018-08-12 08:10:53,323 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:10:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-14a5d056-4fe3-4a4b-9da9-2fcfb2379a94 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 34cb7327fcfc4b52a63b4b8c0ea4a54d.", "code": 404, "title": "Not Found"}} 2018-08-12 08:10:53,323 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/34cb7327fcfc4b52a63b4b8c0ea4a54d used request id req-14a5d056-4fe3-4a4b-9da9-2fcfb2379a94 2018-08-12 08:10:53,323 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:10:53,325 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa9ca6d7608b4d7d87ce97331679a481 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32f4f656445ead8f6481a446c667c906b396155c" 2018-08-12 08:10:53,407 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:10:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-01c0bc65-dbeb-4cf4-86ce-3f5316659eb4 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa9ca6d7608b4d7d87ce97331679a481.", "code": 404, "title": "Not Found"}} 2018-08-12 08:10:53,407 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa9ca6d7608b4d7d87ce97331679a481 used request id req-01c0bc65-dbeb-4cf4-86ce-3f5316659eb4 2018-08-12 08:10:53,407 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:10:53,409 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/87db863ba6e348b0a5ddcb67053db9d1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32f4f656445ead8f6481a446c667c906b396155c" 2018-08-12 08:10:53,494 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:10:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a543cef4-1020-403f-a66f-5090153da03a Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87db863ba6e348b0a5ddcb67053db9d1.", "code": 404, "title": "Not Found"}} 2018-08-12 08:10:53,494 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/87db863ba6e348b0a5ddcb67053db9d1 used request id req-a543cef4-1020-403f-a66f-5090153da03a 2018-08-12 08:10:53,494 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:10:53,495 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-4182d178-cce2-428-proj 2018-08-12 08:10:53,497 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/abbafb413f704d849239a2d6a4728269 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32f4f656445ead8f6481a446c667c906b396155c" 2018-08-12 08:10:53,737 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:10:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-20ddf3e3-dad8-4b1a-a729-0ae6edcf9624 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 08:10:53,737 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/abbafb413f704d849239a2d6a4728269 used request id req-20ddf3e3-dad8-4b1a-a729-0ae6edcf9624 2018-08-12 08:10:53,738 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-4182d178-cce2-428-proj-role 2018-08-12 08:10:53,741 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/e9d80275fe8e4652bbce61fc49a6a14b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32f4f656445ead8f6481a446c667c906b396155c" 2018-08-12 08:10:53,862 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:10:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5abbb838-57b4-4542-8a30-9082b8144ea5 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 08:10:53,862 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/e9d80275fe8e4652bbce61fc49a6a14b used request id req-5abbb838-57b4-4542-8a30-9082b8144ea5 2018-08-12 08:10:53,866 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32f4f656445ead8f6481a446c667c906b396155c" 2018-08-12 08:10:53,959 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:10:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-795ec202-5b21-4c5f-a221-981b5902bb27 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:10:53,959 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-795ec202-5b21-4c5f-a221-981b5902bb27 2018-08-12 08:10:53,959 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-4182d178-cce2-428-user 2018-08-12 08:10:53,963 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/be4a087d84444d7596ea905e4d256f7d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6aa16099a9dae0a038204810133792b36d0c38f0" 2018-08-12 08:10:54,139 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:10:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-53ee7502-6334-4c55-b7ec-4f736001404f 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 08:10:54,139 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/be4a087d84444d7596ea905e4d256f7d used request id req-53ee7502-6334-4c55-b7ec-4f736001404f 2018-08-12 08:10:54,141 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:10:54,541 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:10:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["SPu516P5TPeDR86HUTy1FQ"], "issued_at": "2018-08-12T08:10:54.000000Z"}} 2018-08-12 08:10:54,541 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}b05229df78cfe307445f1982c624fd4ecdb0300d" 2018-08-12 08:10:54,625 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:10:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-56af324f-0127-4966-9379-76eb7e4d6d68 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:10:54,625 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-56af324f-0127-4966-9379-76eb7e4d6d68 2018-08-12 08:10:54,626 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:10:54,627 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:10:55,032 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:10:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["pczKszqXTaG-AyC1Hvwu8A"], "issued_at": "2018-08-12T08:10:55.000000Z"}} 2018-08-12 08:10:55,032 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}7ec6f65093818e7c84f9f5923b36c097a48f7f6c" 2018-08-12 08:10:55,116 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:10:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-11743038-7d72-411c-86f4-33da313be312 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:10:55,116 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-11743038-7d72-411c-86f4-33da313be312 2018-08-12 08:10:55,120 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:10:55,125 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:10:55 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:10:55,126 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-493c8c6d-0eec-47c-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ec6f65093818e7c84f9f5923b36c097a48f7f6c" 2018-08-12 08:10:55,219 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:10:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7fa41bff-b2f7-4cb6-8df3-e847e8551dc5 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-493c8c6d-0eec-47c-proj", "previous": null, "next": null}, "projects": []} 2018-08-12 08:10:55,219 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-493c8c6d-0eec-47c-proj used request id req-7fa41bff-b2f7-4cb6-8df3-e847e8551dc5 2018-08-12 08:10:55,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ec6f65093818e7c84f9f5923b36c097a48f7f6c" 2018-08-12 08:10:55,319 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:10:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1baa6165-d078-410a-b95e-b5079aef729f Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:10:55,319 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-1baa6165-d078-410a-b95e-b5079aef729f 2018-08-12 08:10:55,323 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ec6f65093818e7c84f9f5923b36c097a48f7f6c" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateKeypairsCleanupTests-493c8c6d-0eec-47c-proj"}}' 2018-08-12 08:10:55,438 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:10:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5b2c4041-5087-4b8f-9c6b-147433a70681 Content-Length: 323 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/8e67d0525aae4cba9b3a828de3764619"}, "tags": [], "enabled": true, "id": "8e67d0525aae4cba9b3a828de3764619", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsCleanupTests-493c8c6d-0eec-47c-proj"}} 2018-08-12 08:10:55,438 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-5b2c4041-5087-4b8f-9c6b-147433a70681 2018-08-12 08:10:55,438 - keystone_utils - INFO - Created project with name - CreateKeypairsCleanupTests-493c8c6d-0eec-47c-proj 2018-08-12 08:10:55,438 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:10:55,439 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:10:55,839 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:10:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["FYyb2ZHnQvGJGrJMxc8BPQ"], "issued_at": "2018-08-12T08:10:55.000000Z"}} 2018-08-12 08:10:55,839 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}e354d8a1c9f42097aeb423560ca2953808e7bcba" 2018-08-12 08:10:55,930 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:10:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fcfd69bc-5945-4421-941a-1b91b705fe73 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:10:55,930 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-fcfd69bc-5945-4421-941a-1b91b705fe73 2018-08-12 08:10:55,934 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:10:55,940 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:10:55 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:10:55,941 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e354d8a1c9f42097aeb423560ca2953808e7bcba" 2018-08-12 08:10:56,049 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:10:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d2a3ab34-720d-4d88-88c6-8b8728486abb Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/105a247548624314b9228f85f6325f0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105a247548624314b9228f85f6325f0b", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/1c5de0eaa44543f08da6ad63a51594ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c5de0eaa44543f08da6ad63a51594ff", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/1d127b5b832547a88a547c116dfdd65b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d127b5b832547a88a547c116dfdd65b", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/1d5cfc170d624ce4ae53ae0507c8d517"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d5cfc170d624ce4ae53ae0507c8d517", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/2421820b75eb4d3ebd02830378d1377b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2421820b75eb4d3ebd02830378d1377b", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/40bd8ee54ecf44868cc83cede652c396"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40bd8ee54ecf44868cc83cede652c396", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/4f32fb8153854c4c9f5094b42b523f80"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f32fb8153854c4c9f5094b42b523f80", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7066130d08fb4db7bf4ab468de53933b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7066130d08fb4db7bf4ab468de53933b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/8d0898a83bcf4521bbc11501d5d7ac89"}, "domain_id": "1eec97585bde483292ece28ee11f4b8d", "enabled": true, "options": {}, "id": "8d0898a83bcf4521bbc11501d5d7ac89", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/9defcced327d476f8a3beab718a13da3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9defcced327d476f8a3beab718a13da3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/b80ee4f6992446e0879624dd436e99a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b80ee4f6992446e0879624dd436e99a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b86fd3e011324d398fcdb6f095a20a9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b86fd3e011324d398fcdb6f095a20a9d", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1701d2754064b5cadf765ea0806f9b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1701d2754064b5cadf765ea0806f9b2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/db4e7b8d76d549faa502716565c733dd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db4e7b8d76d549faa502716565c733dd", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-12 08:10:56,049 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-d2a3ab34-720d-4d88-88c6-8b8728486abb 2018-08-12 08:10:56,053 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateKeypairsCleanupTests-493c8c6d-0eec-47c-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e354d8a1c9f42097aeb423560ca2953808e7bcba" 2018-08-12 08:10:56,147 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:10:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e43ab36d-e4b6-442d-b3ec-ab4cd968abf2 Content-Encoding: gzip Content-Length: 260 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateKeypairsCleanupTests-493c8c6d-0eec-47c-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/8e67d0525aae4cba9b3a828de3764619"}, "tags": [], "enabled": true, "id": "8e67d0525aae4cba9b3a828de3764619", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsCleanupTests-493c8c6d-0eec-47c-proj"}]} 2018-08-12 08:10:56,148 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateKeypairsCleanupTests-493c8c6d-0eec-47c-proj used request id req-e43ab36d-e4b6-442d-b3ec-ab4cd968abf2 2018-08-12 08:10:56,151 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e354d8a1c9f42097aeb423560ca2953808e7bcba" 2018-08-12 08:10:56,363 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:10:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-09a1ad71-663c-4106-a41c-e8c64731b189 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:10:56,363 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-09a1ad71-663c-4106-a41c-e8c64731b189 2018-08-12 08:10:56,665 - keystone_utils - INFO - Created user with name - CreateKeypairsCleanupTests-493c8c6d-0eec-47c-user 2018-08-12 08:10:56,665 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:10:56,670 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ec6f65093818e7c84f9f5923b36c097a48f7f6c" 2018-08-12 08:10:56,762 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:10:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a5719f24-972c-43ae-83a9-827debf0a74f Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:10:56,762 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-a5719f24-972c-43ae-83a9-827debf0a74f 2018-08-12 08:10:56,766 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ec6f65093818e7c84f9f5923b36c097a48f7f6c" -d '{"role": {"name": "CreateKeypairsCleanupTests-493c8c6d-0eec-47c-proj-role"}}' 2018-08-12 08:10:56,958 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:10:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e6213f29-8afd-433d-8a87-b726c5f7afe0 Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "bf268f9d64ed433f9758bfaa3d78159d", "links": {"self": "http://172.30.9.21:5000/v3/roles/bf268f9d64ed433f9758bfaa3d78159d"}, "name": "CreateKeypairsCleanupTests-493c8c6d-0eec-47c-proj-role"}} 2018-08-12 08:10:56,958 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-e6213f29-8afd-433d-8a87-b726c5f7afe0 2018-08-12 08:10:56,959 - keystone_utils - INFO - Created role with name - CreateKeypairsCleanupTests-493c8c6d-0eec-47c-proj-role 2018-08-12 08:10:56,963 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/bf268f9d64ed433f9758bfaa3d78159d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ec6f65093818e7c84f9f5923b36c097a48f7f6c" 2018-08-12 08:10:57,061 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:10:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b4b8a0d9-b297-42ca-8429-a7e59d8c5a0d Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "bf268f9d64ed433f9758bfaa3d78159d", "links": {"self": "http://172.30.9.21:5000/v3/roles/bf268f9d64ed433f9758bfaa3d78159d"}, "name": "CreateKeypairsCleanupTests-493c8c6d-0eec-47c-proj-role"}} 2018-08-12 08:10:57,062 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/bf268f9d64ed433f9758bfaa3d78159d used request id req-b4b8a0d9-b297-42ca-8429-a7e59d8c5a0d 2018-08-12 08:10:57,062 - keystone_utils - INFO - Granting role CreateKeypairsCleanupTests-493c8c6d-0eec-47c-proj-role to project CreateKeypairsCleanupTests-493c8c6d-0eec-47c-proj 2018-08-12 08:10:57,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/8e67d0525aae4cba9b3a828de3764619/users/b4dc7f89bad24874848fbf9b003fd269/roles/bf268f9d64ed433f9758bfaa3d78159d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ec6f65093818e7c84f9f5923b36c097a48f7f6c" 2018-08-12 08:10:57,131 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:10:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8f57c03d-344e-4e62-9dc4-e413f3aa16fd 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 08:10:57,132 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/8e67d0525aae4cba9b3a828de3764619/users/b4dc7f89bad24874848fbf9b003fd269/roles/bf268f9d64ed433f9758bfaa3d78159d used request id req-8f57c03d-344e-4e62-9dc4-e413f3aa16fd 2018-08-12 08:10:57,132 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-12 08:10:57,300 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsCleanupTests-019a1506-0b9a-4a19-942a-f1586d1ead48.pub 2018-08-12 08:10:57,300 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsCleanupTests-019a1506-0b9a-4a19-942a-f1586d1ead48 2018-08-12 08:10:57,300 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:10:57,300 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:10:57,693 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "bf268f9d64ed433f9758bfaa3d78159d", "name": "CreateKeypairsCleanupTests-493c8c6d-0eec-47c-proj-role"}], "expires_at": "2018-08-12T09:10:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e67d0525aae4cba9b3a828de3764619", "name": "CreateKeypairsCleanupTests-493c8c6d-0eec-47c-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/8e67d0525aae4cba9b3a828de3764619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/8e67d0525aae4cba9b3a828de3764619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/8e67d0525aae4cba9b3a828de3764619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_8e67d0525aae4cba9b3a828de3764619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_8e67d0525aae4cba9b3a828de3764619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/8e67d0525aae4cba9b3a828de3764619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/8e67d0525aae4cba9b3a828de3764619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/8e67d0525aae4cba9b3a828de3764619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/8e67d0525aae4cba9b3a828de3764619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/8e67d0525aae4cba9b3a828de3764619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/8e67d0525aae4cba9b3a828de3764619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/8e67d0525aae4cba9b3a828de3764619", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/8e67d0525aae4cba9b3a828de3764619", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/8e67d0525aae4cba9b3a828de3764619", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsCleanupTests-493c8c6d-0eec-47c-user", "id": "b4dc7f89bad24874848fbf9b003fd269"}, "audit_ids": ["h5x6C1j7RHyjGKCJZxnfHQ"], "issued_at": "2018-08-12T08:10:57.000000Z"}} 2018-08-12 08:10:57,694 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}3e48fe08f27d47c8f2956e334b6c7433b27460ee" 2018-08-12 08:10:57,772 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:10:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2f418638-17fe-4265-8837-396d8746bab7 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:10:57,772 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-2f418638-17fe-4265-8837-396d8746bab7 2018-08-12 08:10:57,773 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-12 08:10:57,775 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e48fe08f27d47c8f2956e334b6c7433b27460ee" 2018-08-12 08:10:57,964 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08: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 x-openstack-request-id: req-66486b4b-b1b6-48c2-8077-e0bcc8d44cc5 x-compute-request-id: req-66486b4b-b1b6-48c2-8077-e0bcc8d44cc5 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-08-12 08:10:57,964 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-66486b4b-b1b6-48c2-8077-e0bcc8d44cc5 2018-08-12 08:10:57,965 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsCleanupTests-019a1506-0b9a-4a19-942a-f1586d1ead48... 2018-08-12 08:10:57,965 - OpenStackKeypair - INFO - Uploading existing keypair 2018-08-12 08:10:57,965 - nova_utils - INFO - Saving keypair to - tmp/CreateKeypairsCleanupTests-019a1506-0b9a-4a19-942a-f1586d1ead48.pub 2018-08-12 08:10:57,965 - nova_utils - INFO - Creating keypair with name - CreateKeypairsCleanupTests-019a1506-0b9a-4a19-942a-f1586d1ead48 2018-08-12 08:10:57,968 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e48fe08f27d47c8f2956e334b6c7433b27460ee" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC7lkoZzykjUZWZKRJQVuXR48dOz0bBgO3a9Q4+xu8RsoTmI/al8IgCRg7jYn60YQ0T5fVT7CTk7SEqtKF2bltPDTfrV/NFoHXyIK3odufUfxsKvN1chApo9yb3rWf9hnDn2h46lI6KaIdFqYhUNcLLscc/Wnn+jPTwn+HoariMtTBX9spz8ZkujmwnRzwYMNkbBaWDsFXtenp9tP2GbJn/1Mo6TG+SuXFN66KxdJPxe7OaGTp7dI9JyOK1OugaV8RL2tjgsDW5oRrSUFKktYDm2v+CRcGprG0lgfWU4RjQfdsW7/BPpNhEPCYg0ZnLSzpInksRq4Uvbg82z4bHInm5", "name": "CreateKeypairsCleanupTests-019a1506-0b9a-4a19-942a-f1586d1ead48"}}' 2018-08-12 08:10:58,024 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08: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-a320aced-5fa3-4c5f-be2f-e83663bf105c x-compute-request-id: req-a320aced-5fa3-4c5f-be2f-e83663bf105c Content-Encoding: gzip Content-Length: 502 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC7lkoZzykjUZWZKRJQVuXR48dOz0bBgO3a9Q4+xu8RsoTmI/al8IgCRg7jYn60YQ0T5fVT7CTk7SEqtKF2bltPDTfrV/NFoHXyIK3odufUfxsKvN1chApo9yb3rWf9hnDn2h46lI6KaIdFqYhUNcLLscc/Wnn+jPTwn+HoariMtTBX9spz8ZkujmwnRzwYMNkbBaWDsFXtenp9tP2GbJn/1Mo6TG+SuXFN66KxdJPxe7OaGTp7dI9JyOK1OugaV8RL2tjgsDW5oRrSUFKktYDm2v+CRcGprG0lgfWU4RjQfdsW7/BPpNhEPCYg0ZnLSzpInksRq4Uvbg82z4bHInm5", "user_id": "b4dc7f89bad24874848fbf9b003fd269", "name": "CreateKeypairsCleanupTests-019a1506-0b9a-4a19-942a-f1586d1ead48", "fingerprint": "c9:37:e8:a8:ab:03:92:a0:bf:ea:34:fc:4b:32:27:79"}} 2018-08-12 08:10:58,025 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-a320aced-5fa3-4c5f-be2f-e83663bf105c 2018-08-12 08:10:58,025 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsCleanupTests-019a1506-0b9a-4a19-942a-f1586d1ead48 2018-08-12 08:10:58,028 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/os-keypairs/CreateKeypairsCleanupTests-019a1506-0b9a-4a19-942a-f1586d1ead48 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e48fe08f27d47c8f2956e334b6c7433b27460ee" 2018-08-12 08:10:58,073 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 08:10: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-baeaf303-25be-445b-99f3-0141e3fbba1d x-compute-request-id: req-baeaf303-25be-445b-99f3-0141e3fbba1d Content-Length: 0 Content-Type: application/json 2018-08-12 08:10:58,073 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/CreateKeypairsCleanupTests-019a1506-0b9a-4a19-942a-f1586d1ead48 used request id req-baeaf303-25be-445b-99f3-0141e3fbba1d 2018-08-12 08:10:58,074 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateKeypairsCleanupTests-019a1506-0b9a-4a19-942a-f1586d1ead48.pub] 2018-08-12 08:10:58,074 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateKeypairsCleanupTests-019a1506-0b9a-4a19-942a-f1586d1ead48] 2018-08-12 08:10:58,075 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:10:58,075 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:10:58,075 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:10:58,075 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:10:58,075 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:10:58,081 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ec6f65093818e7c84f9f5923b36c097a48f7f6c" 2018-08-12 08:10:58,351 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 43135 X-Openstack-Request-Id: req-2cfeeb8d-fcc9-49a1-ba6c-ef244ee77e8a Date: Sun, 12 Aug 2018 08:10:58 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "created_at": "2018-08-12T06:59:44Z", "updated_at": "2018-08-12T06:59:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "1d7fd960-7865-4453-aecc-8d399b4fad21", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "66820d8a-b785-4b18-bd67-500221c8e4f9", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "74fc7638-a322-4841-8c47-06d36174a200", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "8eaa09ec-8419-4582-9312-1e527afe6e4b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}], "revision_number": 4, "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "created_at": "2018-08-12T05:12:34Z", "updated_at": "2018-08-12T05:12:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "709513d2-af7d-4d0b-bd3c-604fed75a711", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "aa346066-e46f-44f2-94be-2884aa998a19", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "c15f7b93-e56c-4afa-867d-2acb286d4b7b", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "cb0ef83f-5f70-4a80-ad35-431ca9df551e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}], "revision_number": 4, "project_id": "fa5a7fe6ee54472ba01638877aade8e3", "id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ea65becf30e54b27aa96a449698a435e", "created_at": "2018-08-12T05:10:35Z", "updated_at": "2018-08-12T05:10:35Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "30ad280c-f302-4cd4-a438-5139917b56f9", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "76115c4c-887d-4f0a-83e2-486e4b39c713", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "8ab14937-4c08-4d43-8a9a-662e622cc643", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "ee757a03-5662-4273-9c3e-6212e7afb48f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}], "revision_number": 4, "project_id": "ea65becf30e54b27aa96a449698a435e", "id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "created_at": "2018-08-12T06:20:09Z", "updated_at": "2018-08-12T06:20:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "1123b8f2-75ac-4a26-b9b2-a96da97408e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "2ddd2b93-e080-48cd-9a50-f5fe8a82ad0c", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "cd1bae62-0aea-4438-b4c3-50a69ae6f855", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "e398e01e-ceea-46d1-9534-b929808c4a5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}], "revision_number": 4, "project_id": "ff7abd7bb61f4f2889831e932d65dc2e", "id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "created_at": "2018-08-12T05:34:57Z", "updated_at": "2018-08-12T05:34:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "208a1c1e-f5f8-49c7-9a25-d07e68b1541f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "27bfd867-e607-4bf8-9de8-60682d3f771d", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "49360e1f-6fd3-4f35-b339-24cea95773ee", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "60f631a9-d305-4920-9631-d0543e2ac64f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}], "revision_number": 4, "project_id": "3a85ceae958d4d9fba68847e7df67db8", "id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "created_at": "2018-08-12T05:34:40Z", "updated_at": "2018-08-12T05:34:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "2192c259-363e-4768-ae73-e75837ad63b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "3f87ddc5-f84d-41dc-8215-847724782569", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "7d89f6da-ea78-49dd-9115-f9ad23b250bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "9ec4497d-0f65-44db-9be9-7b3042e4a584", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}], "revision_number": 4, "project_id": "85517fcf1c6247e699fdcdd42ecc8c79", "id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "created_at": "2018-08-12T05:16:02Z", "updated_at": "2018-08-12T05:16:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "1ecacd8c-c1c7-4a66-9871-406a69323b43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "3cc1750c-e0e7-4902-b6f3-494a161b832e", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "d719a7a4-8c99-44ed-8c12-6bf071890203", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "fe7421b5-d577-41da-8c78-62f3c07eda92", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}], "revision_number": 4, "project_id": "a267b9a156244bb192691cff6e5f74fe", "id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "315a428116f24d9fbb826b37080a918e", "created_at": "2018-08-12T05:11:31Z", "updated_at": "2018-08-12T05:11:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "5e52886a-1dc3-4a81-a55d-f388dc4fd1a1", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "678e32e4-d64c-448a-a4ab-e253ab94ae90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "a8da1539-e3ad-4f90-b2df-3dc1f09d228a", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "b73d5cc9-0205-4658-bb1f-61a042c0ab8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}], "revision_number": 4, "project_id": "315a428116f24d9fbb826b37080a918e", "id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-12T05:08:01Z", "updated_at": "2018-08-12T05:08:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:01Z", "revision_number": 0, "id": "0fb05d03-1117-45d0-930c-b6d4c96ef102", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "4faaab33-5788-4bbd-85b8-0fb44d41413a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "96d0c5a0-5c67-421b-8fc8-2b46d77e5db3", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "dd78519b-4bc5-4e8e-ad0f-58089dd69347", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "11a46741b7954b959fd7764109c047b6", "created_at": "2018-08-12T05:34:51Z", "updated_at": "2018-08-12T05:34:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "0b67bf3c-2289-43bb-ab6c-7d25ec32a279", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "51f3f833-337a-42bd-a8d5-742ea8d6c226", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "571fd0b5-ef90-408d-af33-aafb517b8993", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "944ba823-fb9c-496e-a66e-bb426bb14a8d", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}], "revision_number": 4, "project_id": "11a46741b7954b959fd7764109c047b6", "id": "90af9782-8112-4257-801d-ee5115d226ba", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "created_at": "2018-08-12T05:34:26Z", "updated_at": "2018-08-12T05:34:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "2ee1f63a-807c-4d6a-85ee-dd784f6b8c3f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5dec3ec2-2add-47dd-8618-90659dcf3885", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5ea0dc3e-49d0-43f0-94e9-f6443527d14c", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "fbfaca22-7e3e-4128-8973-43e439b77c28", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}], "revision_number": 4, "project_id": "3c01cd58055c44ecaef39f7e625c2258", "id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "521007c1818145639e93ceb270559219", "created_at": "2018-08-12T05:13:27Z", "updated_at": "2018-08-12T05:13:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "5e7fede5-b0f2-47d8-95c3-516cdfc7f9de", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "8fd0e36f-c6c4-4f64-ba97-40439e614448", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "db7d79de-1dfc-4138-945f-91e74cdc266b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "e87f2cff-ff3e-4b6d-aaf0-7f0eb0ab9f05", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}], "revision_number": 4, "project_id": "521007c1818145639e93ceb270559219", "id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "created_at": "2018-08-12T05:08:18Z", "updated_at": "2018-08-12T05:08:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "3c67be40-bf74-4f97-9693-d93ce73a23b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "6112d869-2fc6-4a25-a13c-3d55cd7206c0", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "bdf21c56-453e-482e-9cba-3c55abcb0339", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "c8e92c39-38cc-4f48-be9c-5f0912e6a725", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}], "revision_number": 4, "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "created_at": "2018-08-12T05:04:23Z", "updated_at": "2018-08-12T05:04:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "280546d9-8ad1-4283-abfc-15ee9b1736c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "58bce125-f2ca-4a6d-b9ca-4e6cf5c0f7a5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "69275b9a-cfb5-482c-a9c4-8ffc79adf2c7", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "6d747f3a-3764-469a-a645-f977585c5aac", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}], "revision_number": 4, "project_id": "310f5853751a4c968f3eeb0a3d99a0a8", "id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "created_at": "2018-08-12T05:34:42Z", "updated_at": "2018-08-12T05:34:42Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "199582e8-25aa-457a-aa7c-6d8413ca4464", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "234f3609-4454-448f-919d-c8143c7cd764", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "c1061460-71a2-49a9-a04b-9fa33eeb17ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "d21ac532-51d8-4d6b-8300-7bac216759bf", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}], "revision_number": 4, "project_id": "9f6c1a272706419c9a74b0893b2890e8", "id": "d6739716-c693-460c-89c6-e7c8c48f8245", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "created_at": "2018-08-12T05:34:54Z", "updated_at": "2018-08-12T05:34:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "0633a05a-ee7d-4476-a56b-75d011b22f77", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "6cc1b9f8-73db-47a3-a0e0-3c96c43f34da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "90d99a6b-e94f-4fd8-a10c-f19dd8954c13", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "e843c139-af2a-4d2c-a24f-59f7b10ff72e", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}], "revision_number": 4, "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "created_at": "2018-08-12T05:09:07Z", "updated_at": "2018-08-12T05:09:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "5495e168-f505-4d74-ae6d-387f0bf533c2", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "6fd19b8b-3062-456e-81ba-3ff37fe43429", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8ca59d25-485c-46ce-939c-2e4a468caeac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8f190846-50a0-42b9-b571-390809b752b1", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}], "revision_number": 4, "project_id": "fa9ca6d7608b4d7d87ce97331679a481", "id": "edcd9b17-9416-4c25-823c-060c435e18d7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "created_at": "2018-08-12T05:34:52Z", "updated_at": "2018-08-12T05:34:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "2c7e484e-6ec5-4a95-8c9c-66d294c0c27e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "70c74258-3c2c-4efc-87e0-079c26ee3417", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "b70382fa-082e-4c2b-abc8-87490fa50b11", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "c3628e02-b4b6-42c9-8751-c1a2d3c19caa", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}], "revision_number": 4, "project_id": "87db863ba6e348b0a5ddcb67053db9d1", "id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "name": "default"}]} 2018-08-12 08:10:58,352 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-2cfeeb8d-fcc9-49a1-ba6c-ef244ee77e8a 2018-08-12 08:10:58,360 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ec6f65093818e7c84f9f5923b36c097a48f7f6c" 2018-08-12 08:10:58,450 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:10:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-44da1eaf-9bf8-4576-ae85-9c216bd5e458 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 5fe28c13d4d74ba2be8d019ac1ea6363.", "code": 404, "title": "Not Found"}} 2018-08-12 08:10:58,450 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 used request id req-44da1eaf-9bf8-4576-ae85-9c216bd5e458 2018-08-12 08:10:58,450 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:10:58,454 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ec6f65093818e7c84f9f5923b36c097a48f7f6c" 2018-08-12 08:10:58,538 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:10:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8d0b022e-cae3-4881-b8ce-d228826e4de2 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa5a7fe6ee54472ba01638877aade8e3.", "code": 404, "title": "Not Found"}} 2018-08-12 08:10:58,538 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 used request id req-8d0b022e-cae3-4881-b8ce-d228826e4de2 2018-08-12 08:10:58,539 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:10:58,542 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ec6f65093818e7c84f9f5923b36c097a48f7f6c" 2018-08-12 08:10:58,622 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:10:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8719940b-a539-4d81-8b97-b5bdfdedc237 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ea65becf30e54b27aa96a449698a435e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:10:58,622 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e used request id req-8719940b-a539-4d81-8b97-b5bdfdedc237 2018-08-12 08:10:58,623 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:10:58,626 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ec6f65093818e7c84f9f5923b36c097a48f7f6c" 2018-08-12 08:10:58,715 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:10:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2f529095-09c5-4a13-a2fc-53e1de95957b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ff7abd7bb61f4f2889831e932d65dc2e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:10:58,715 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e used request id req-2f529095-09c5-4a13-a2fc-53e1de95957b 2018-08-12 08:10:58,716 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:10:58,719 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ec6f65093818e7c84f9f5923b36c097a48f7f6c" 2018-08-12 08:10:58,806 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:10:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d5a0e898-4037-4081-89b3-fa842a0127d3 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3a85ceae958d4d9fba68847e7df67db8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:10:58,806 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 used request id req-d5a0e898-4037-4081-89b3-fa842a0127d3 2018-08-12 08:10:58,807 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:10:58,810 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ec6f65093818e7c84f9f5923b36c097a48f7f6c" 2018-08-12 08:10:58,900 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:10:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-756fff9c-5da9-4638-9055-982e4479e3be Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 85517fcf1c6247e699fdcdd42ecc8c79.", "code": 404, "title": "Not Found"}} 2018-08-12 08:10:58,900 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 used request id req-756fff9c-5da9-4638-9055-982e4479e3be 2018-08-12 08:10:58,901 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:10:58,904 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ec6f65093818e7c84f9f5923b36c097a48f7f6c" 2018-08-12 08:10:58,999 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:10:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5229cf20-83fd-4dc3-afe7-48d0e8f8d3f3 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}} 2018-08-12 08:10:58,999 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe used request id req-5229cf20-83fd-4dc3-afe7-48d0e8f8d3f3 2018-08-12 08:10:59,003 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ec6f65093818e7c84f9f5923b36c097a48f7f6c" 2018-08-12 08:10:59,090 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:10:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bd661b88-4bb7-429b-b2b0-c792df5e0e4e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 315a428116f24d9fbb826b37080a918e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:10:59,090 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e used request id req-bd661b88-4bb7-429b-b2b0-c792df5e0e4e 2018-08-12 08:10:59,090 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:10:59,093 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ec6f65093818e7c84f9f5923b36c097a48f7f6c" 2018-08-12 08:10:59,178 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:10:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-771b9d88-5c5d-4f36-84ec-f7f84fb4ee08 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 11a46741b7954b959fd7764109c047b6.", "code": 404, "title": "Not Found"}} 2018-08-12 08:10:59,178 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 used request id req-771b9d88-5c5d-4f36-84ec-f7f84fb4ee08 2018-08-12 08:10:59,179 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:10:59,182 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ec6f65093818e7c84f9f5923b36c097a48f7f6c" 2018-08-12 08:10:59,269 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:10:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b52f0fb3-dbcb-473e-b190-a2ef5c259309 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3c01cd58055c44ecaef39f7e625c2258.", "code": 404, "title": "Not Found"}} 2018-08-12 08:10:59,270 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 used request id req-b52f0fb3-dbcb-473e-b190-a2ef5c259309 2018-08-12 08:10:59,270 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:10:59,273 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ec6f65093818e7c84f9f5923b36c097a48f7f6c" 2018-08-12 08:10:59,358 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:10:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fc5ea2ef-55c2-49b4-adc0-2516f24356da Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 521007c1818145639e93ceb270559219.", "code": 404, "title": "Not Found"}} 2018-08-12 08:10:59,358 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 used request id req-fc5ea2ef-55c2-49b4-adc0-2516f24356da 2018-08-12 08:10:59,358 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:10:59,362 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ec6f65093818e7c84f9f5923b36c097a48f7f6c" 2018-08-12 08:10:59,445 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:10:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-16549766-1bfa-4590-b9e8-acdfe7a5462b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e18fcc7fc10a4fd0b20234f8520d0aab.", "code": 404, "title": "Not Found"}} 2018-08-12 08:10:59,445 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab used request id req-16549766-1bfa-4590-b9e8-acdfe7a5462b 2018-08-12 08:10:59,445 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:10:59,447 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ec6f65093818e7c84f9f5923b36c097a48f7f6c" 2018-08-12 08:10:59,542 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:10:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-95d5c539-6abe-450a-9426-06125b7d61e6 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "310f5853751a4c968f3eeb0a3d99a0a8", "name": "service"}} 2018-08-12 08:10:59,542 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 used request id req-95d5c539-6abe-450a-9426-06125b7d61e6 2018-08-12 08:10:59,544 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ec6f65093818e7c84f9f5923b36c097a48f7f6c" 2018-08-12 08:10:59,629 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:10:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8c761c66-749f-4438-b0d1-b113a28890a8 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9f6c1a272706419c9a74b0893b2890e8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:10:59,629 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 used request id req-8c761c66-749f-4438-b0d1-b113a28890a8 2018-08-12 08:10:59,629 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:10:59,632 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/34cb7327fcfc4b52a63b4b8c0ea4a54d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ec6f65093818e7c84f9f5923b36c097a48f7f6c" 2018-08-12 08:10:59,722 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:10:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b185b8e1-a4bf-4b82-9a7b-3d51faa00c84 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 34cb7327fcfc4b52a63b4b8c0ea4a54d.", "code": 404, "title": "Not Found"}} 2018-08-12 08:10:59,722 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/34cb7327fcfc4b52a63b4b8c0ea4a54d used request id req-b185b8e1-a4bf-4b82-9a7b-3d51faa00c84 2018-08-12 08:10:59,722 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:10:59,726 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa9ca6d7608b4d7d87ce97331679a481 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ec6f65093818e7c84f9f5923b36c097a48f7f6c" 2018-08-12 08:10:59,820 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:10:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f0e5924e-5fdd-4364-addd-1610d11c431f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa9ca6d7608b4d7d87ce97331679a481.", "code": 404, "title": "Not Found"}} 2018-08-12 08:10:59,820 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa9ca6d7608b4d7d87ce97331679a481 used request id req-f0e5924e-5fdd-4364-addd-1610d11c431f 2018-08-12 08:10:59,820 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:10:59,824 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/87db863ba6e348b0a5ddcb67053db9d1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ec6f65093818e7c84f9f5923b36c097a48f7f6c" 2018-08-12 08:10:59,907 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:10:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cdce3db1-a89c-4426-9d97-7bff79b2c3b9 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87db863ba6e348b0a5ddcb67053db9d1.", "code": 404, "title": "Not Found"}} 2018-08-12 08:10:59,907 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/87db863ba6e348b0a5ddcb67053db9d1 used request id req-cdce3db1-a89c-4426-9d97-7bff79b2c3b9 2018-08-12 08:10:59,907 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:10:59,908 - keystone_utils - INFO - Deleting project with name - CreateKeypairsCleanupTests-493c8c6d-0eec-47c-proj 2018-08-12 08:10:59,911 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/8e67d0525aae4cba9b3a828de3764619 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ec6f65093818e7c84f9f5923b36c097a48f7f6c" 2018-08-12 08:11:00,144 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:10:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-29b0b57d-b288-4193-a2a0-b4c9fcca797d 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 08:11:00,144 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/8e67d0525aae4cba9b3a828de3764619 used request id req-29b0b57d-b288-4193-a2a0-b4c9fcca797d 2018-08-12 08:11:00,144 - keystone_utils - INFO - Deleting role with name - CreateKeypairsCleanupTests-493c8c6d-0eec-47c-proj-role 2018-08-12 08:11:00,147 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/bf268f9d64ed433f9758bfaa3d78159d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ec6f65093818e7c84f9f5923b36c097a48f7f6c" 2018-08-12 08:11:00,282 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:11:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1aa96487-fde5-4c85-8833-500581712941 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 08:11:00,282 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/bf268f9d64ed433f9758bfaa3d78159d used request id req-1aa96487-fde5-4c85-8833-500581712941 2018-08-12 08:11:00,285 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ec6f65093818e7c84f9f5923b36c097a48f7f6c" 2018-08-12 08:11:00,374 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:11:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b1617ca6-f3b6-427d-8757-1f3dde7379d4 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:11:00,374 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-b1617ca6-f3b6-427d-8757-1f3dde7379d4 2018-08-12 08:11:00,375 - keystone_utils - INFO - Deleting user with name - CreateKeypairsCleanupTests-493c8c6d-0eec-47c-user 2018-08-12 08:11:00,378 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/b4dc7f89bad24874848fbf9b003fd269 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e354d8a1c9f42097aeb423560ca2953808e7bcba" 2018-08-12 08:11:00,601 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:11:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c00a99b2-9cf7-4bfc-a7c3-e7268ff169c3 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 08:11:00,601 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/b4dc7f89bad24874848fbf9b003fd269 used request id req-c00a99b2-9cf7-4bfc-a7c3-e7268ff169c3 2018-08-12 08:11:00,602 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:11:00,999 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:11:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["AOM8yRFKRNOGalIeIVr7qg"], "issued_at": "2018-08-12T08:11:01.000000Z"}} 2018-08-12 08:11:01,000 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}2415b065e507a79d05763f350bd6b77e1f5cfc0f" 2018-08-12 08:11:01,092 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:11:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3fd29992-547e-4071-a841-791b58cb2c48 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:11:01,092 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-3fd29992-547e-4071-a841-791b58cb2c48 2018-08-12 08:11:01,093 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:11:01,094 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:11:01,502 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:11:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["OO3nirOvTP6MthPpTNbNQg"], "issued_at": "2018-08-12T08:11:01.000000Z"}} 2018-08-12 08:11:01,502 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}c3d350f9fb0fa49753fc14275472fb9cee209adc" 2018-08-12 08:11:01,591 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:11:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e533b7f8-29e5-43e5-9db6-8938932a5348 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:11:01,591 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-e533b7f8-29e5-43e5-9db6-8938932a5348 2018-08-12 08:11:01,596 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:11:01,602 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:11:01 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:11:01,602 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-f078ab38-ae62-4f2-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3d350f9fb0fa49753fc14275472fb9cee209adc" 2018-08-12 08:11:01,694 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:11:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c8b89ad2-a442-4d50-b97d-1b8dd10d1edc Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-f078ab38-ae62-4f2-proj", "previous": null, "next": null}, "projects": []} 2018-08-12 08:11:01,694 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-f078ab38-ae62-4f2-proj used request id req-c8b89ad2-a442-4d50-b97d-1b8dd10d1edc 2018-08-12 08:11:01,698 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3d350f9fb0fa49753fc14275472fb9cee209adc" 2018-08-12 08:11:01,794 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:11:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3fca64ba-f6cf-400d-971c-8bcfc47b2a17 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:11:01,794 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-3fca64ba-f6cf-400d-971c-8bcfc47b2a17 2018-08-12 08:11:01,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3d350f9fb0fa49753fc14275472fb9cee209adc" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateKeypairsCleanupTests-f078ab38-ae62-4f2-proj"}}' 2018-08-12 08:11:01,916 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:11:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-217799e3-ad11-4c21-8c20-ded442b877f1 Content-Length: 323 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/e1ab86a656c3433ea9a4786ce243b1e6"}, "tags": [], "enabled": true, "id": "e1ab86a656c3433ea9a4786ce243b1e6", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsCleanupTests-f078ab38-ae62-4f2-proj"}} 2018-08-12 08:11:01,917 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-217799e3-ad11-4c21-8c20-ded442b877f1 2018-08-12 08:11:01,917 - keystone_utils - INFO - Created project with name - CreateKeypairsCleanupTests-f078ab38-ae62-4f2-proj 2018-08-12 08:11:01,917 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:11:01,918 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:11:02,314 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:11:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["NRF2BLIUSpqy5yE7P53Niw"], "issued_at": "2018-08-12T08:11:02.000000Z"}} 2018-08-12 08:11:02,315 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}0557f7b967ac7cb9da41c1ebb342e4334c76b6ca" 2018-08-12 08:11:02,491 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:11:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f86f866d-b9d8-4a17-952e-d3191527d622 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:11:02,491 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-f86f866d-b9d8-4a17-952e-d3191527d622 2018-08-12 08:11:02,496 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:11:02,501 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:11:02 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:11:02,501 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0557f7b967ac7cb9da41c1ebb342e4334c76b6ca" 2018-08-12 08:11:02,609 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:11:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-939c7594-45b0-48ef-bc84-1c2af0e130ee Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/105a247548624314b9228f85f6325f0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105a247548624314b9228f85f6325f0b", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/1c5de0eaa44543f08da6ad63a51594ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c5de0eaa44543f08da6ad63a51594ff", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/1d127b5b832547a88a547c116dfdd65b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d127b5b832547a88a547c116dfdd65b", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/1d5cfc170d624ce4ae53ae0507c8d517"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d5cfc170d624ce4ae53ae0507c8d517", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/2421820b75eb4d3ebd02830378d1377b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2421820b75eb4d3ebd02830378d1377b", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/40bd8ee54ecf44868cc83cede652c396"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40bd8ee54ecf44868cc83cede652c396", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/4f32fb8153854c4c9f5094b42b523f80"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f32fb8153854c4c9f5094b42b523f80", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7066130d08fb4db7bf4ab468de53933b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7066130d08fb4db7bf4ab468de53933b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/8d0898a83bcf4521bbc11501d5d7ac89"}, "domain_id": "1eec97585bde483292ece28ee11f4b8d", "enabled": true, "options": {}, "id": "8d0898a83bcf4521bbc11501d5d7ac89", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/9defcced327d476f8a3beab718a13da3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9defcced327d476f8a3beab718a13da3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/b80ee4f6992446e0879624dd436e99a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b80ee4f6992446e0879624dd436e99a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b86fd3e011324d398fcdb6f095a20a9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b86fd3e011324d398fcdb6f095a20a9d", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1701d2754064b5cadf765ea0806f9b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1701d2754064b5cadf765ea0806f9b2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/db4e7b8d76d549faa502716565c733dd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db4e7b8d76d549faa502716565c733dd", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-12 08:11:02,609 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-939c7594-45b0-48ef-bc84-1c2af0e130ee 2018-08-12 08:11:02,613 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateKeypairsCleanupTests-f078ab38-ae62-4f2-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0557f7b967ac7cb9da41c1ebb342e4334c76b6ca" 2018-08-12 08:11:02,632 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:11:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-57f5e652-fa6e-420e-8f7d-75800a8e8200 Content-Encoding: gzip Content-Length: 260 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateKeypairsCleanupTests-f078ab38-ae62-4f2-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/e1ab86a656c3433ea9a4786ce243b1e6"}, "tags": [], "enabled": true, "id": "e1ab86a656c3433ea9a4786ce243b1e6", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsCleanupTests-f078ab38-ae62-4f2-proj"}]} 2018-08-12 08:11:02,632 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateKeypairsCleanupTests-f078ab38-ae62-4f2-proj used request id req-57f5e652-fa6e-420e-8f7d-75800a8e8200 2018-08-12 08:11:02,635 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0557f7b967ac7cb9da41c1ebb342e4334c76b6ca" 2018-08-12 08:11:02,724 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:11:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e3eaea69-217a-47da-aaf6-146e52f2923e Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:11:02,724 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-e3eaea69-217a-47da-aaf6-146e52f2923e 2018-08-12 08:11:03,115 - keystone_utils - INFO - Created user with name - CreateKeypairsCleanupTests-f078ab38-ae62-4f2-user 2018-08-12 08:11:03,115 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:11:03,121 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3d350f9fb0fa49753fc14275472fb9cee209adc" 2018-08-12 08:11:03,219 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:11:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d2bec8f3-1b2d-4490-b174-79e0ec9c6389 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:11:03,219 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-d2bec8f3-1b2d-4490-b174-79e0ec9c6389 2018-08-12 08:11:03,222 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3d350f9fb0fa49753fc14275472fb9cee209adc" -d '{"role": {"name": "CreateKeypairsCleanupTests-f078ab38-ae62-4f2-proj-role"}}' 2018-08-12 08:11:03,347 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:11:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d70dc45d-a65c-4ec9-a143-6c13edfdd8ef Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "b0a36e63ddc34381b99289c63f0e71a9", "links": {"self": "http://172.30.9.21:5000/v3/roles/b0a36e63ddc34381b99289c63f0e71a9"}, "name": "CreateKeypairsCleanupTests-f078ab38-ae62-4f2-proj-role"}} 2018-08-12 08:11:03,347 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-d70dc45d-a65c-4ec9-a143-6c13edfdd8ef 2018-08-12 08:11:03,348 - keystone_utils - INFO - Created role with name - CreateKeypairsCleanupTests-f078ab38-ae62-4f2-proj-role 2018-08-12 08:11:03,350 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/b0a36e63ddc34381b99289c63f0e71a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3d350f9fb0fa49753fc14275472fb9cee209adc" 2018-08-12 08:11:03,458 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:11:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b97367ce-0be1-4a8c-ae4e-acbe869b2095 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "b0a36e63ddc34381b99289c63f0e71a9", "links": {"self": "http://172.30.9.21:5000/v3/roles/b0a36e63ddc34381b99289c63f0e71a9"}, "name": "CreateKeypairsCleanupTests-f078ab38-ae62-4f2-proj-role"}} 2018-08-12 08:11:03,458 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/b0a36e63ddc34381b99289c63f0e71a9 used request id req-b97367ce-0be1-4a8c-ae4e-acbe869b2095 2018-08-12 08:11:03,458 - keystone_utils - INFO - Granting role CreateKeypairsCleanupTests-f078ab38-ae62-4f2-proj-role to project CreateKeypairsCleanupTests-f078ab38-ae62-4f2-proj 2018-08-12 08:11:03,460 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/e1ab86a656c3433ea9a4786ce243b1e6/users/e5d3c39ead1e411fa59a60ffc6f0d04c/roles/b0a36e63ddc34381b99289c63f0e71a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3d350f9fb0fa49753fc14275472fb9cee209adc" 2018-08-12 08:11:03,583 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:11:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8020c920-097b-434e-afba-193d5864e86a 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 08:11:03,584 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/e1ab86a656c3433ea9a4786ce243b1e6/users/e5d3c39ead1e411fa59a60ffc6f0d04c/roles/b0a36e63ddc34381b99289c63f0e71a9 used request id req-8020c920-097b-434e-afba-193d5864e86a 2018-08-12 08:11:03,584 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-12 08:11:03,604 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsCleanupTests-a9994430-e20a-43f7-8c6f-ff985d65c053.pub 2018-08-12 08:11:03,604 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsCleanupTests-a9994430-e20a-43f7-8c6f-ff985d65c053 2018-08-12 08:11:03,604 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:11:03,604 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:11:03,997 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b0a36e63ddc34381b99289c63f0e71a9", "name": "CreateKeypairsCleanupTests-f078ab38-ae62-4f2-proj-role"}], "expires_at": "2018-08-12T09:11:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e1ab86a656c3433ea9a4786ce243b1e6", "name": "CreateKeypairsCleanupTests-f078ab38-ae62-4f2-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e1ab86a656c3433ea9a4786ce243b1e6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/e1ab86a656c3433ea9a4786ce243b1e6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/e1ab86a656c3433ea9a4786ce243b1e6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_e1ab86a656c3433ea9a4786ce243b1e6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_e1ab86a656c3433ea9a4786ce243b1e6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e1ab86a656c3433ea9a4786ce243b1e6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/e1ab86a656c3433ea9a4786ce243b1e6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/e1ab86a656c3433ea9a4786ce243b1e6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/e1ab86a656c3433ea9a4786ce243b1e6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/e1ab86a656c3433ea9a4786ce243b1e6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/e1ab86a656c3433ea9a4786ce243b1e6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e1ab86a656c3433ea9a4786ce243b1e6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/e1ab86a656c3433ea9a4786ce243b1e6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/e1ab86a656c3433ea9a4786ce243b1e6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsCleanupTests-f078ab38-ae62-4f2-user", "id": "e5d3c39ead1e411fa59a60ffc6f0d04c"}, "audit_ids": ["rJH6eTqASMyUXwcGrqY62g"], "issued_at": "2018-08-12T08:11:03.000000Z"}} 2018-08-12 08:11:03,998 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}dd5dc1bfb603d0369749676d00fb9c9d39622b65" 2018-08-12 08:11:04,086 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:11:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e59acde1-0839-40fa-973e-457908c816d1 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:11:04,086 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-e59acde1-0839-40fa-973e-457908c816d1 2018-08-12 08:11:04,087 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-12 08:11:04,090 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd5dc1bfb603d0369749676d00fb9c9d39622b65" 2018-08-12 08:11:04,276 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08: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 x-openstack-request-id: req-694aa22b-13ed-42f2-a7e1-9128b67dd60a x-compute-request-id: req-694aa22b-13ed-42f2-a7e1-9128b67dd60a Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-08-12 08:11:04,276 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-694aa22b-13ed-42f2-a7e1-9128b67dd60a 2018-08-12 08:11:04,277 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsCleanupTests-a9994430-e20a-43f7-8c6f-ff985d65c053... 2018-08-12 08:11:04,277 - OpenStackKeypair - INFO - Uploading existing keypair 2018-08-12 08:11:04,277 - nova_utils - INFO - Saving keypair to - tmp/CreateKeypairsCleanupTests-a9994430-e20a-43f7-8c6f-ff985d65c053.pub 2018-08-12 08:11:04,277 - nova_utils - INFO - Creating keypair with name - CreateKeypairsCleanupTests-a9994430-e20a-43f7-8c6f-ff985d65c053 2018-08-12 08:11:04,280 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd5dc1bfb603d0369749676d00fb9c9d39622b65" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDOlfNuiUIHQw+QiGHiu96rs9hzbQIoN4fiE1u56ja82jb0Kfve05QhJWsVFAUpsfcyyKrxHzHB+BEiNa/z9IQXiyZ5Hi/ka/+ndzUONU/p5cRMmXASmZ5BkQo51qGLS7yhaxGnYU9nnG8gqI4YweThv5aOthFecoRWfItUn5pDBVh19boqkSuQGa/EjBoWKKZi6K8WKLE6ds1X9fYcAMcAfCScpG24mlW1sryoxotk8Jgu1m/I6J+XjznnQ8gB0lYIpSqY7nd+moBFtHTu+orv/5oO57bApaYEFg3SPgq2TA1jDIe98/2moxrgVrMr5VZo7SKcNmTCuCyScpSly6Bp", "name": "CreateKeypairsCleanupTests-a9994430-e20a-43f7-8c6f-ff985d65c053"}}' 2018-08-12 08:11:04,336 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08: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-7fdddbc5-ae55-4a04-83ae-b85f9de974bb x-compute-request-id: req-7fdddbc5-ae55-4a04-83ae-b85f9de974bb Content-Encoding: gzip Content-Length: 499 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDOlfNuiUIHQw+QiGHiu96rs9hzbQIoN4fiE1u56ja82jb0Kfve05QhJWsVFAUpsfcyyKrxHzHB+BEiNa/z9IQXiyZ5Hi/ka/+ndzUONU/p5cRMmXASmZ5BkQo51qGLS7yhaxGnYU9nnG8gqI4YweThv5aOthFecoRWfItUn5pDBVh19boqkSuQGa/EjBoWKKZi6K8WKLE6ds1X9fYcAMcAfCScpG24mlW1sryoxotk8Jgu1m/I6J+XjznnQ8gB0lYIpSqY7nd+moBFtHTu+orv/5oO57bApaYEFg3SPgq2TA1jDIe98/2moxrgVrMr5VZo7SKcNmTCuCyScpSly6Bp", "user_id": "e5d3c39ead1e411fa59a60ffc6f0d04c", "name": "CreateKeypairsCleanupTests-a9994430-e20a-43f7-8c6f-ff985d65c053", "fingerprint": "fd:1f:b4:b7:cc:e4:60:5a:f0:c7:bd:5b:2e:3a:50:f3"}} 2018-08-12 08:11:04,336 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-7fdddbc5-ae55-4a04-83ae-b85f9de974bb 2018-08-12 08:11:04,337 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsCleanupTests-a9994430-e20a-43f7-8c6f-ff985d65c053 2018-08-12 08:11:04,338 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/os-keypairs/CreateKeypairsCleanupTests-a9994430-e20a-43f7-8c6f-ff985d65c053 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd5dc1bfb603d0369749676d00fb9c9d39622b65" 2018-08-12 08:11:04,389 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 08: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 x-openstack-request-id: req-a79a5447-4e67-44d0-866e-62b627b1e336 x-compute-request-id: req-a79a5447-4e67-44d0-866e-62b627b1e336 Content-Length: 0 Content-Type: application/json 2018-08-12 08:11:04,390 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/CreateKeypairsCleanupTests-a9994430-e20a-43f7-8c6f-ff985d65c053 used request id req-a79a5447-4e67-44d0-866e-62b627b1e336 2018-08-12 08:11:04,391 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:11:04,391 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:11:04,391 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:11:04,392 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:11:04,392 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:11:04,398 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3d350f9fb0fa49753fc14275472fb9cee209adc" 2018-08-12 08:11:04,683 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 43135 X-Openstack-Request-Id: req-0af93cd0-0d00-44da-81d9-c9057c91de5b Date: Sun, 12 Aug 2018 08:11:04 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "created_at": "2018-08-12T06:59:44Z", "updated_at": "2018-08-12T06:59:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "1d7fd960-7865-4453-aecc-8d399b4fad21", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "66820d8a-b785-4b18-bd67-500221c8e4f9", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "74fc7638-a322-4841-8c47-06d36174a200", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "8eaa09ec-8419-4582-9312-1e527afe6e4b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}], "revision_number": 4, "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "created_at": "2018-08-12T05:12:34Z", "updated_at": "2018-08-12T05:12:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "709513d2-af7d-4d0b-bd3c-604fed75a711", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "aa346066-e46f-44f2-94be-2884aa998a19", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "c15f7b93-e56c-4afa-867d-2acb286d4b7b", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "cb0ef83f-5f70-4a80-ad35-431ca9df551e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}], "revision_number": 4, "project_id": "fa5a7fe6ee54472ba01638877aade8e3", "id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ea65becf30e54b27aa96a449698a435e", "created_at": "2018-08-12T05:10:35Z", "updated_at": "2018-08-12T05:10:35Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "30ad280c-f302-4cd4-a438-5139917b56f9", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "76115c4c-887d-4f0a-83e2-486e4b39c713", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "8ab14937-4c08-4d43-8a9a-662e622cc643", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "ee757a03-5662-4273-9c3e-6212e7afb48f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}], "revision_number": 4, "project_id": "ea65becf30e54b27aa96a449698a435e", "id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "created_at": "2018-08-12T06:20:09Z", "updated_at": "2018-08-12T06:20:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "1123b8f2-75ac-4a26-b9b2-a96da97408e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "2ddd2b93-e080-48cd-9a50-f5fe8a82ad0c", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "cd1bae62-0aea-4438-b4c3-50a69ae6f855", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "e398e01e-ceea-46d1-9534-b929808c4a5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}], "revision_number": 4, "project_id": "ff7abd7bb61f4f2889831e932d65dc2e", "id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "created_at": "2018-08-12T05:34:57Z", "updated_at": "2018-08-12T05:34:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "208a1c1e-f5f8-49c7-9a25-d07e68b1541f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "27bfd867-e607-4bf8-9de8-60682d3f771d", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "49360e1f-6fd3-4f35-b339-24cea95773ee", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "60f631a9-d305-4920-9631-d0543e2ac64f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}], "revision_number": 4, "project_id": "3a85ceae958d4d9fba68847e7df67db8", "id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "created_at": "2018-08-12T05:34:40Z", "updated_at": "2018-08-12T05:34:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "2192c259-363e-4768-ae73-e75837ad63b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "3f87ddc5-f84d-41dc-8215-847724782569", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "7d89f6da-ea78-49dd-9115-f9ad23b250bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "9ec4497d-0f65-44db-9be9-7b3042e4a584", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}], "revision_number": 4, "project_id": "85517fcf1c6247e699fdcdd42ecc8c79", "id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "created_at": "2018-08-12T05:16:02Z", "updated_at": "2018-08-12T05:16:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "1ecacd8c-c1c7-4a66-9871-406a69323b43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "3cc1750c-e0e7-4902-b6f3-494a161b832e", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "d719a7a4-8c99-44ed-8c12-6bf071890203", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "fe7421b5-d577-41da-8c78-62f3c07eda92", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}], "revision_number": 4, "project_id": "a267b9a156244bb192691cff6e5f74fe", "id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "315a428116f24d9fbb826b37080a918e", "created_at": "2018-08-12T05:11:31Z", "updated_at": "2018-08-12T05:11:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "5e52886a-1dc3-4a81-a55d-f388dc4fd1a1", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "678e32e4-d64c-448a-a4ab-e253ab94ae90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "a8da1539-e3ad-4f90-b2df-3dc1f09d228a", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "b73d5cc9-0205-4658-bb1f-61a042c0ab8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}], "revision_number": 4, "project_id": "315a428116f24d9fbb826b37080a918e", "id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-12T05:08:01Z", "updated_at": "2018-08-12T05:08:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:01Z", "revision_number": 0, "id": "0fb05d03-1117-45d0-930c-b6d4c96ef102", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "4faaab33-5788-4bbd-85b8-0fb44d41413a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "96d0c5a0-5c67-421b-8fc8-2b46d77e5db3", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "dd78519b-4bc5-4e8e-ad0f-58089dd69347", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "11a46741b7954b959fd7764109c047b6", "created_at": "2018-08-12T05:34:51Z", "updated_at": "2018-08-12T05:34:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "0b67bf3c-2289-43bb-ab6c-7d25ec32a279", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "51f3f833-337a-42bd-a8d5-742ea8d6c226", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "571fd0b5-ef90-408d-af33-aafb517b8993", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "944ba823-fb9c-496e-a66e-bb426bb14a8d", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}], "revision_number": 4, "project_id": "11a46741b7954b959fd7764109c047b6", "id": "90af9782-8112-4257-801d-ee5115d226ba", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "created_at": "2018-08-12T05:34:26Z", "updated_at": "2018-08-12T05:34:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "2ee1f63a-807c-4d6a-85ee-dd784f6b8c3f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5dec3ec2-2add-47dd-8618-90659dcf3885", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5ea0dc3e-49d0-43f0-94e9-f6443527d14c", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "fbfaca22-7e3e-4128-8973-43e439b77c28", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}], "revision_number": 4, "project_id": "3c01cd58055c44ecaef39f7e625c2258", "id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "521007c1818145639e93ceb270559219", "created_at": "2018-08-12T05:13:27Z", "updated_at": "2018-08-12T05:13:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "5e7fede5-b0f2-47d8-95c3-516cdfc7f9de", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "8fd0e36f-c6c4-4f64-ba97-40439e614448", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "db7d79de-1dfc-4138-945f-91e74cdc266b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "e87f2cff-ff3e-4b6d-aaf0-7f0eb0ab9f05", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}], "revision_number": 4, "project_id": "521007c1818145639e93ceb270559219", "id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "created_at": "2018-08-12T05:08:18Z", "updated_at": "2018-08-12T05:08:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "3c67be40-bf74-4f97-9693-d93ce73a23b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "6112d869-2fc6-4a25-a13c-3d55cd7206c0", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "bdf21c56-453e-482e-9cba-3c55abcb0339", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "c8e92c39-38cc-4f48-be9c-5f0912e6a725", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}], "revision_number": 4, "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "created_at": "2018-08-12T05:04:23Z", "updated_at": "2018-08-12T05:04:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "280546d9-8ad1-4283-abfc-15ee9b1736c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "58bce125-f2ca-4a6d-b9ca-4e6cf5c0f7a5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "69275b9a-cfb5-482c-a9c4-8ffc79adf2c7", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "6d747f3a-3764-469a-a645-f977585c5aac", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}], "revision_number": 4, "project_id": "310f5853751a4c968f3eeb0a3d99a0a8", "id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "created_at": "2018-08-12T05:34:42Z", "updated_at": "2018-08-12T05:34:42Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "199582e8-25aa-457a-aa7c-6d8413ca4464", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "234f3609-4454-448f-919d-c8143c7cd764", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "c1061460-71a2-49a9-a04b-9fa33eeb17ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "d21ac532-51d8-4d6b-8300-7bac216759bf", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}], "revision_number": 4, "project_id": "9f6c1a272706419c9a74b0893b2890e8", "id": "d6739716-c693-460c-89c6-e7c8c48f8245", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "created_at": "2018-08-12T05:34:54Z", "updated_at": "2018-08-12T05:34:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "0633a05a-ee7d-4476-a56b-75d011b22f77", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "6cc1b9f8-73db-47a3-a0e0-3c96c43f34da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "90d99a6b-e94f-4fd8-a10c-f19dd8954c13", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "e843c139-af2a-4d2c-a24f-59f7b10ff72e", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}], "revision_number": 4, "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "created_at": "2018-08-12T05:09:07Z", "updated_at": "2018-08-12T05:09:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "5495e168-f505-4d74-ae6d-387f0bf533c2", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "6fd19b8b-3062-456e-81ba-3ff37fe43429", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8ca59d25-485c-46ce-939c-2e4a468caeac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8f190846-50a0-42b9-b571-390809b752b1", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}], "revision_number": 4, "project_id": "fa9ca6d7608b4d7d87ce97331679a481", "id": "edcd9b17-9416-4c25-823c-060c435e18d7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "created_at": "2018-08-12T05:34:52Z", "updated_at": "2018-08-12T05:34:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "2c7e484e-6ec5-4a95-8c9c-66d294c0c27e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "70c74258-3c2c-4efc-87e0-079c26ee3417", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "b70382fa-082e-4c2b-abc8-87490fa50b11", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "c3628e02-b4b6-42c9-8751-c1a2d3c19caa", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}], "revision_number": 4, "project_id": "87db863ba6e348b0a5ddcb67053db9d1", "id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "name": "default"}]} 2018-08-12 08:11:04,684 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-0af93cd0-0d00-44da-81d9-c9057c91de5b 2018-08-12 08:11:04,692 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3d350f9fb0fa49753fc14275472fb9cee209adc" 2018-08-12 08:11:04,792 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:11:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-79958941-961e-4497-9d2e-136fe7b4e4ee Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 5fe28c13d4d74ba2be8d019ac1ea6363.", "code": 404, "title": "Not Found"}} 2018-08-12 08:11:04,792 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 used request id req-79958941-961e-4497-9d2e-136fe7b4e4ee 2018-08-12 08:11:04,792 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:11:04,796 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3d350f9fb0fa49753fc14275472fb9cee209adc" 2018-08-12 08:11:04,879 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:11:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b301e6ed-afbf-4b28-97cc-69343ff123ed Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa5a7fe6ee54472ba01638877aade8e3.", "code": 404, "title": "Not Found"}} 2018-08-12 08:11:04,879 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 used request id req-b301e6ed-afbf-4b28-97cc-69343ff123ed 2018-08-12 08:11:04,879 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:11:04,883 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3d350f9fb0fa49753fc14275472fb9cee209adc" 2018-08-12 08:11:04,975 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:11:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-58dfaef3-d5a8-44d3-a25b-44a2412c5314 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ea65becf30e54b27aa96a449698a435e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:11:04,975 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e used request id req-58dfaef3-d5a8-44d3-a25b-44a2412c5314 2018-08-12 08:11:04,975 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:11:04,979 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3d350f9fb0fa49753fc14275472fb9cee209adc" 2018-08-12 08:11:05,075 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:11:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4b2d0e6e-440a-4f16-8de6-ae69d1d4d74f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ff7abd7bb61f4f2889831e932d65dc2e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:11:05,075 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e used request id req-4b2d0e6e-440a-4f16-8de6-ae69d1d4d74f 2018-08-12 08:11:05,076 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:11:05,079 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3d350f9fb0fa49753fc14275472fb9cee209adc" 2018-08-12 08:11:05,163 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:11:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-deb70e17-c30f-47eb-90a1-f27cc72b1310 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3a85ceae958d4d9fba68847e7df67db8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:11:05,164 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 used request id req-deb70e17-c30f-47eb-90a1-f27cc72b1310 2018-08-12 08:11:05,164 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:11:05,167 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3d350f9fb0fa49753fc14275472fb9cee209adc" 2018-08-12 08:11:05,249 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:11:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-303ad687-4cf5-490c-bd0b-202d73d0c7c7 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 85517fcf1c6247e699fdcdd42ecc8c79.", "code": 404, "title": "Not Found"}} 2018-08-12 08:11:05,249 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 used request id req-303ad687-4cf5-490c-bd0b-202d73d0c7c7 2018-08-12 08:11:05,249 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:11:05,253 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3d350f9fb0fa49753fc14275472fb9cee209adc" 2018-08-12 08:11:05,346 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:11:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0a3b60db-05f5-44f6-9959-10a687c01235 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}} 2018-08-12 08:11:05,347 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe used request id req-0a3b60db-05f5-44f6-9959-10a687c01235 2018-08-12 08:11:05,351 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3d350f9fb0fa49753fc14275472fb9cee209adc" 2018-08-12 08:11:05,438 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:11:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-05eda81d-3e01-4cc7-b953-b73cbe830a39 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 315a428116f24d9fbb826b37080a918e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:11:05,438 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e used request id req-05eda81d-3e01-4cc7-b953-b73cbe830a39 2018-08-12 08:11:05,439 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:11:05,442 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3d350f9fb0fa49753fc14275472fb9cee209adc" 2018-08-12 08:11:05,533 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:11:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2f643ffb-d5b5-4294-b60f-fa7b631c3a23 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 11a46741b7954b959fd7764109c047b6.", "code": 404, "title": "Not Found"}} 2018-08-12 08:11:05,534 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 used request id req-2f643ffb-d5b5-4294-b60f-fa7b631c3a23 2018-08-12 08:11:05,534 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:11:05,537 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3d350f9fb0fa49753fc14275472fb9cee209adc" 2018-08-12 08:11:05,631 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:11:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-999bbedc-128f-48d0-a997-6ab77307d969 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3c01cd58055c44ecaef39f7e625c2258.", "code": 404, "title": "Not Found"}} 2018-08-12 08:11:05,631 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 used request id req-999bbedc-128f-48d0-a997-6ab77307d969 2018-08-12 08:11:05,631 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:11:05,635 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3d350f9fb0fa49753fc14275472fb9cee209adc" 2018-08-12 08:11:05,719 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:11:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a12491ca-b36b-4d2f-b269-7800f2bf5a47 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 521007c1818145639e93ceb270559219.", "code": 404, "title": "Not Found"}} 2018-08-12 08:11:05,720 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 used request id req-a12491ca-b36b-4d2f-b269-7800f2bf5a47 2018-08-12 08:11:05,720 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:11:05,723 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3d350f9fb0fa49753fc14275472fb9cee209adc" 2018-08-12 08:11:05,822 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:11:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8dfa51f6-ce5e-4d6f-90c9-c541897604b3 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e18fcc7fc10a4fd0b20234f8520d0aab.", "code": 404, "title": "Not Found"}} 2018-08-12 08:11:05,822 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab used request id req-8dfa51f6-ce5e-4d6f-90c9-c541897604b3 2018-08-12 08:11:05,822 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:11:05,826 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3d350f9fb0fa49753fc14275472fb9cee209adc" 2018-08-12 08:11:05,923 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:11:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c41943a4-c6ff-40db-8576-d8479d43203c Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "310f5853751a4c968f3eeb0a3d99a0a8", "name": "service"}} 2018-08-12 08:11:05,923 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 used request id req-c41943a4-c6ff-40db-8576-d8479d43203c 2018-08-12 08:11:05,927 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3d350f9fb0fa49753fc14275472fb9cee209adc" 2018-08-12 08:11:06,010 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:11:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6c4fdf0f-8d69-4051-a24b-be1ef98332ca Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9f6c1a272706419c9a74b0893b2890e8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:11:06,010 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 used request id req-6c4fdf0f-8d69-4051-a24b-be1ef98332ca 2018-08-12 08:11:06,010 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:11:06,013 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/34cb7327fcfc4b52a63b4b8c0ea4a54d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3d350f9fb0fa49753fc14275472fb9cee209adc" 2018-08-12 08:11:06,103 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:11:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-08934548-8027-4168-954d-c5a37fe5f44b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 34cb7327fcfc4b52a63b4b8c0ea4a54d.", "code": 404, "title": "Not Found"}} 2018-08-12 08:11:06,103 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/34cb7327fcfc4b52a63b4b8c0ea4a54d used request id req-08934548-8027-4168-954d-c5a37fe5f44b 2018-08-12 08:11:06,103 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:11:06,107 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa9ca6d7608b4d7d87ce97331679a481 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3d350f9fb0fa49753fc14275472fb9cee209adc" 2018-08-12 08:11:06,283 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:11:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b6bdd6f4-39c8-492a-90f9-f940091ceae5 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa9ca6d7608b4d7d87ce97331679a481.", "code": 404, "title": "Not Found"}} 2018-08-12 08:11:06,283 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa9ca6d7608b4d7d87ce97331679a481 used request id req-b6bdd6f4-39c8-492a-90f9-f940091ceae5 2018-08-12 08:11:06,283 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:11:06,287 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/87db863ba6e348b0a5ddcb67053db9d1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3d350f9fb0fa49753fc14275472fb9cee209adc" 2018-08-12 08:11:06,370 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:11:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1cb8c618-2e8d-492e-a162-abf2ba51c451 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87db863ba6e348b0a5ddcb67053db9d1.", "code": 404, "title": "Not Found"}} 2018-08-12 08:11:06,370 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/87db863ba6e348b0a5ddcb67053db9d1 used request id req-1cb8c618-2e8d-492e-a162-abf2ba51c451 2018-08-12 08:11:06,371 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:11:06,372 - keystone_utils - INFO - Deleting project with name - CreateKeypairsCleanupTests-f078ab38-ae62-4f2-proj 2018-08-12 08:11:06,375 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/e1ab86a656c3433ea9a4786ce243b1e6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3d350f9fb0fa49753fc14275472fb9cee209adc" 2018-08-12 08:11:06,641 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:11:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e8de2477-95c3-4389-8e46-00feed229849 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 08:11:06,641 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/e1ab86a656c3433ea9a4786ce243b1e6 used request id req-e8de2477-95c3-4389-8e46-00feed229849 2018-08-12 08:11:06,642 - keystone_utils - INFO - Deleting role with name - CreateKeypairsCleanupTests-f078ab38-ae62-4f2-proj-role 2018-08-12 08:11:06,645 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/b0a36e63ddc34381b99289c63f0e71a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3d350f9fb0fa49753fc14275472fb9cee209adc" 2018-08-12 08:11:06,767 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:11:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-774dbdb2-5a8a-4414-939d-33f331e5c623 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 08:11:06,767 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/b0a36e63ddc34381b99289c63f0e71a9 used request id req-774dbdb2-5a8a-4414-939d-33f331e5c623 2018-08-12 08:11:06,771 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3d350f9fb0fa49753fc14275472fb9cee209adc" 2018-08-12 08:11:06,861 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:11:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-49339e12-8c71-415c-9708-555fcac236dd Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:11:06,862 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-49339e12-8c71-415c-9708-555fcac236dd 2018-08-12 08:11:06,862 - keystone_utils - INFO - Deleting user with name - CreateKeypairsCleanupTests-f078ab38-ae62-4f2-user 2018-08-12 08:11:06,866 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/e5d3c39ead1e411fa59a60ffc6f0d04c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0557f7b967ac7cb9da41c1ebb342e4334c76b6ca" 2018-08-12 08:11:07,044 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:11:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f5e7fa6b-526e-4656-8651-7ae29c2273cb 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 08:11:07,044 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/e5d3c39ead1e411fa59a60ffc6f0d04c used request id req-f5e7fa6b-526e-4656-8651-7ae29c2273cb 2018-08-12 08:11:07,045 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:11:07,460 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:11:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["oGjdvqx_Qrqg8H0hRp5DQw"], "issued_at": "2018-08-12T08:11:07.000000Z"}} 2018-08-12 08:11:07,461 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}f2abeb55fdaab37c217756afb4c28a9b9063e2e3" 2018-08-12 08:11:07,558 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:11:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0ee47549-b61c-4079-9d81-b96ef58d8215 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:11:07,558 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-0ee47549-b61c-4079-9d81-b96ef58d8215 2018-08-12 08:11:07,559 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:11:07,560 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:11:07,962 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:11:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["D-Z5bIlRS4qH05UBnxcqzA"], "issued_at": "2018-08-12T08:11:07.000000Z"}} 2018-08-12 08:11:07,963 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}b693cc059665f0179dabac14566369db016a6a69" 2018-08-12 08:11:08,049 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:11:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2ec1c5e1-a5de-4efa-8156-bedea0155e35 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:11:08,049 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-2ec1c5e1-a5de-4efa-8156-bedea0155e35 2018-08-12 08:11:08,053 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:11:08,058 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:11:08 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:11:08,059 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-70cbfe97-b972-442-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b693cc059665f0179dabac14566369db016a6a69" 2018-08-12 08:11:08,153 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:11:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e5900eb-b65b-40e1-a25e-454d26368a03 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-70cbfe97-b972-442-proj", "previous": null, "next": null}, "projects": []} 2018-08-12 08:11:08,154 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-70cbfe97-b972-442-proj used request id req-4e5900eb-b65b-40e1-a25e-454d26368a03 2018-08-12 08:11:08,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b693cc059665f0179dabac14566369db016a6a69" 2018-08-12 08:11:08,252 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:11:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4fb26dc7-16bb-452d-a0b5-49b3fd483995 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:11:08,253 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-4fb26dc7-16bb-452d-a0b5-49b3fd483995 2018-08-12 08:11:08,256 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b693cc059665f0179dabac14566369db016a6a69" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateKeypairsCleanupTests-70cbfe97-b972-442-proj"}}' 2018-08-12 08:11:08,384 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:11:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-87077eaf-c9ac-40ae-a100-6e499c418984 Content-Length: 323 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c883cd84b1744354a841e033901242d6"}, "tags": [], "enabled": true, "id": "c883cd84b1744354a841e033901242d6", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsCleanupTests-70cbfe97-b972-442-proj"}} 2018-08-12 08:11:08,384 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-87077eaf-c9ac-40ae-a100-6e499c418984 2018-08-12 08:11:08,384 - keystone_utils - INFO - Created project with name - CreateKeypairsCleanupTests-70cbfe97-b972-442-proj 2018-08-12 08:11:08,385 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:11:08,385 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:11:08,787 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:11:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["VCf3t20JT1mwXJN5Z_FJtA"], "issued_at": "2018-08-12T08:11:08.000000Z"}} 2018-08-12 08:11:08,788 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}4de51fdda6367276d6a3bdb5e65bf6b18b430916" 2018-08-12 08:11:08,877 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:11:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-366b3042-fc23-4b2d-86be-f25a32c45055 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:11:08,878 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-366b3042-fc23-4b2d-86be-f25a32c45055 2018-08-12 08:11:08,881 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:11:08,886 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:11:08 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:11:08,887 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4de51fdda6367276d6a3bdb5e65bf6b18b430916" 2018-08-12 08:11:08,922 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:11:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bec43b42-4a7d-4f52-b15d-a1114c348da2 Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/105a247548624314b9228f85f6325f0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105a247548624314b9228f85f6325f0b", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/1c5de0eaa44543f08da6ad63a51594ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c5de0eaa44543f08da6ad63a51594ff", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/1d127b5b832547a88a547c116dfdd65b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d127b5b832547a88a547c116dfdd65b", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/1d5cfc170d624ce4ae53ae0507c8d517"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d5cfc170d624ce4ae53ae0507c8d517", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/2421820b75eb4d3ebd02830378d1377b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2421820b75eb4d3ebd02830378d1377b", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/40bd8ee54ecf44868cc83cede652c396"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40bd8ee54ecf44868cc83cede652c396", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/4f32fb8153854c4c9f5094b42b523f80"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f32fb8153854c4c9f5094b42b523f80", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7066130d08fb4db7bf4ab468de53933b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7066130d08fb4db7bf4ab468de53933b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/8d0898a83bcf4521bbc11501d5d7ac89"}, "domain_id": "1eec97585bde483292ece28ee11f4b8d", "enabled": true, "options": {}, "id": "8d0898a83bcf4521bbc11501d5d7ac89", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/9defcced327d476f8a3beab718a13da3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9defcced327d476f8a3beab718a13da3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/b80ee4f6992446e0879624dd436e99a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b80ee4f6992446e0879624dd436e99a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b86fd3e011324d398fcdb6f095a20a9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b86fd3e011324d398fcdb6f095a20a9d", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1701d2754064b5cadf765ea0806f9b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1701d2754064b5cadf765ea0806f9b2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/db4e7b8d76d549faa502716565c733dd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db4e7b8d76d549faa502716565c733dd", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-12 08:11:08,922 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-bec43b42-4a7d-4f52-b15d-a1114c348da2 2018-08-12 08:11:08,926 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateKeypairsCleanupTests-70cbfe97-b972-442-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4de51fdda6367276d6a3bdb5e65bf6b18b430916" 2018-08-12 08:11:09,023 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:11:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e0685584-7dee-4955-abf5-25019b17dea6 Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateKeypairsCleanupTests-70cbfe97-b972-442-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c883cd84b1744354a841e033901242d6"}, "tags": [], "enabled": true, "id": "c883cd84b1744354a841e033901242d6", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsCleanupTests-70cbfe97-b972-442-proj"}]} 2018-08-12 08:11:09,023 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateKeypairsCleanupTests-70cbfe97-b972-442-proj used request id req-e0685584-7dee-4955-abf5-25019b17dea6 2018-08-12 08:11:09,027 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4de51fdda6367276d6a3bdb5e65bf6b18b430916" 2018-08-12 08:11:09,116 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:11:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-60b07b3e-b96f-455d-99f8-d3167bf4d4fd Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:11:09,116 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-60b07b3e-b96f-455d-99f8-d3167bf4d4fd 2018-08-12 08:11:09,497 - keystone_utils - INFO - Created user with name - CreateKeypairsCleanupTests-70cbfe97-b972-442-user 2018-08-12 08:11:09,498 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:11:09,501 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b693cc059665f0179dabac14566369db016a6a69" 2018-08-12 08:11:09,591 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:11:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cb2b813f-0062-40cf-8445-aed68d8646cf Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:11:09,591 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-cb2b813f-0062-40cf-8445-aed68d8646cf 2018-08-12 08:11:09,595 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b693cc059665f0179dabac14566369db016a6a69" -d '{"role": {"name": "CreateKeypairsCleanupTests-70cbfe97-b972-442-proj-role"}}' 2018-08-12 08:11:09,713 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:11:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-86258fbf-9bd9-40ac-97e3-b878967c46e7 Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "6405423c00c241188a7c700377d55dac", "links": {"self": "http://172.30.9.21:5000/v3/roles/6405423c00c241188a7c700377d55dac"}, "name": "CreateKeypairsCleanupTests-70cbfe97-b972-442-proj-role"}} 2018-08-12 08:11:09,713 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-86258fbf-9bd9-40ac-97e3-b878967c46e7 2018-08-12 08:11:09,714 - keystone_utils - INFO - Created role with name - CreateKeypairsCleanupTests-70cbfe97-b972-442-proj-role 2018-08-12 08:11:09,717 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/6405423c00c241188a7c700377d55dac -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b693cc059665f0179dabac14566369db016a6a69" 2018-08-12 08:11:09,810 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:11:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-088ea513-d712-4d7f-aa61-d8d154092f8a Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "6405423c00c241188a7c700377d55dac", "links": {"self": "http://172.30.9.21:5000/v3/roles/6405423c00c241188a7c700377d55dac"}, "name": "CreateKeypairsCleanupTests-70cbfe97-b972-442-proj-role"}} 2018-08-12 08:11:09,810 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/6405423c00c241188a7c700377d55dac used request id req-088ea513-d712-4d7f-aa61-d8d154092f8a 2018-08-12 08:11:09,810 - keystone_utils - INFO - Granting role CreateKeypairsCleanupTests-70cbfe97-b972-442-proj-role to project CreateKeypairsCleanupTests-70cbfe97-b972-442-proj 2018-08-12 08:11:09,814 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/c883cd84b1744354a841e033901242d6/users/fe7a8b370fa7497c89823f9ece39c251/roles/6405423c00c241188a7c700377d55dac -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b693cc059665f0179dabac14566369db016a6a69" 2018-08-12 08:11:09,957 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:11:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1b28a72f-ef74-4d29-bd1a-b7068d9aabc8 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 08:11:09,957 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/c883cd84b1744354a841e033901242d6/users/fe7a8b370fa7497c89823f9ece39c251/roles/6405423c00c241188a7c700377d55dac used request id req-1b28a72f-ef74-4d29-bd1a-b7068d9aabc8 2018-08-12 08:11:09,958 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-12 08:11:09,959 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:11:09,960 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:11:10,349 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6405423c00c241188a7c700377d55dac", "name": "CreateKeypairsCleanupTests-70cbfe97-b972-442-proj-role"}], "expires_at": "2018-08-12T09:11:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c883cd84b1744354a841e033901242d6", "name": "CreateKeypairsCleanupTests-70cbfe97-b972-442-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/c883cd84b1744354a841e033901242d6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/c883cd84b1744354a841e033901242d6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/c883cd84b1744354a841e033901242d6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_c883cd84b1744354a841e033901242d6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_c883cd84b1744354a841e033901242d6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/c883cd84b1744354a841e033901242d6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/c883cd84b1744354a841e033901242d6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/c883cd84b1744354a841e033901242d6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/c883cd84b1744354a841e033901242d6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/c883cd84b1744354a841e033901242d6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/c883cd84b1744354a841e033901242d6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/c883cd84b1744354a841e033901242d6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/c883cd84b1744354a841e033901242d6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/c883cd84b1744354a841e033901242d6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsCleanupTests-70cbfe97-b972-442-user", "id": "fe7a8b370fa7497c89823f9ece39c251"}, "audit_ids": ["KMzmCgJ7Qe2PzUyGKDl5Fg"], "issued_at": "2018-08-12T08:11:10.000000Z"}} 2018-08-12 08:11:10,350 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}eb8c147b02aff2c5d17c42682cd7997efb52d9bc" 2018-08-12 08:11:10,438 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:11:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9616ae3a-9964-4996-adc3-ea33785519c6 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:11:10,438 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-9616ae3a-9964-4996-adc3-ea33785519c6 2018-08-12 08:11:10,439 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-12 08:11:10,445 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb8c147b02aff2c5d17c42682cd7997efb52d9bc" 2018-08-12 08:11:10,638 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08: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 x-openstack-request-id: req-92c6f3de-a14e-46e6-be70-d4d74deb65cb x-compute-request-id: req-92c6f3de-a14e-46e6-be70-d4d74deb65cb Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-08-12 08:11:10,639 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-92c6f3de-a14e-46e6-be70-d4d74deb65cb 2018-08-12 08:11:10,639 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsCleanupTests-62f2a9a5-a8a3-4a75-b61a-7929dba69806... 2018-08-12 08:11:10,640 - OpenStackKeypair - INFO - Creating new keypair 2018-08-12 08:11:10,662 - nova_utils - INFO - Creating keypair with name - CreateKeypairsCleanupTests-62f2a9a5-a8a3-4a75-b61a-7929dba69806 2018-08-12 08:11:10,665 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb8c147b02aff2c5d17c42682cd7997efb52d9bc" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQC2tCc2+DqmcZameeYQ11sdU12sgXh49FwNerPruuz+jxp9m4H9Q4hc7wTU+CQQdFJtn60/WVT7/V1G26ZAGUY0DotCGNAS8chhh/aK7Cy3sHddtyk+h5r6iVeT8dr2TPmI5LfMNlU9bFhZwxStH183008cDGUO98VKpYkAN1N3XQ==", "name": "CreateKeypairsCleanupTests-62f2a9a5-a8a3-4a75-b61a-7929dba69806"}}' 2018-08-12 08:11:10,726 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08: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-bdb5ce99-3326-45ab-b17b-25cc24828a23 x-compute-request-id: req-bdb5ce99-3326-45ab-b17b-25cc24828a23 Content-Encoding: gzip Content-Length: 370 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQC2tCc2+DqmcZameeYQ11sdU12sgXh49FwNerPruuz+jxp9m4H9Q4hc7wTU+CQQdFJtn60/WVT7/V1G26ZAGUY0DotCGNAS8chhh/aK7Cy3sHddtyk+h5r6iVeT8dr2TPmI5LfMNlU9bFhZwxStH183008cDGUO98VKpYkAN1N3XQ==", "user_id": "fe7a8b370fa7497c89823f9ece39c251", "name": "CreateKeypairsCleanupTests-62f2a9a5-a8a3-4a75-b61a-7929dba69806", "fingerprint": "4a:bc:d1:06:03:11:01:f9:80:f0:fa:09:db:a3:4a:ca"}} 2018-08-12 08:11:10,726 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-bdb5ce99-3326-45ab-b17b-25cc24828a23 2018-08-12 08:11:10,728 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsCleanupTests-62f2a9a5-a8a3-4a75-b61a-7929dba69806.pub 2018-08-12 08:11:10,729 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsCleanupTests-62f2a9a5-a8a3-4a75-b61a-7929dba69806 2018-08-12 08:11:10,729 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsCleanupTests-62f2a9a5-a8a3-4a75-b61a-7929dba69806 2018-08-12 08:11:10,732 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/os-keypairs/CreateKeypairsCleanupTests-62f2a9a5-a8a3-4a75-b61a-7929dba69806 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb8c147b02aff2c5d17c42682cd7997efb52d9bc" 2018-08-12 08:11:10,797 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 08: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 x-openstack-request-id: req-8c215060-2346-4967-a95b-52ef793e7625 x-compute-request-id: req-8c215060-2346-4967-a95b-52ef793e7625 Content-Length: 0 Content-Type: application/json 2018-08-12 08:11:10,797 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/CreateKeypairsCleanupTests-62f2a9a5-a8a3-4a75-b61a-7929dba69806 used request id req-8c215060-2346-4967-a95b-52ef793e7625 2018-08-12 08:11:10,798 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateKeypairsCleanupTests-62f2a9a5-a8a3-4a75-b61a-7929dba69806.pub] 2018-08-12 08:11:10,798 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateKeypairsCleanupTests-62f2a9a5-a8a3-4a75-b61a-7929dba69806] 2018-08-12 08:11:10,799 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:11:10,799 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:11:10,799 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:11:10,799 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:11:10,800 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:11:10,805 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b693cc059665f0179dabac14566369db016a6a69" 2018-08-12 08:11:11,068 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 43135 X-Openstack-Request-Id: req-e208de7c-da96-40ba-a208-f9ffa105c1c3 Date: Sun, 12 Aug 2018 08:11:11 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "created_at": "2018-08-12T06:59:44Z", "updated_at": "2018-08-12T06:59:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "1d7fd960-7865-4453-aecc-8d399b4fad21", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "66820d8a-b785-4b18-bd67-500221c8e4f9", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "74fc7638-a322-4841-8c47-06d36174a200", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "8eaa09ec-8419-4582-9312-1e527afe6e4b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}], "revision_number": 4, "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "created_at": "2018-08-12T05:12:34Z", "updated_at": "2018-08-12T05:12:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "709513d2-af7d-4d0b-bd3c-604fed75a711", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "aa346066-e46f-44f2-94be-2884aa998a19", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "c15f7b93-e56c-4afa-867d-2acb286d4b7b", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "cb0ef83f-5f70-4a80-ad35-431ca9df551e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}], "revision_number": 4, "project_id": "fa5a7fe6ee54472ba01638877aade8e3", "id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ea65becf30e54b27aa96a449698a435e", "created_at": "2018-08-12T05:10:35Z", "updated_at": "2018-08-12T05:10:35Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "30ad280c-f302-4cd4-a438-5139917b56f9", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "76115c4c-887d-4f0a-83e2-486e4b39c713", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "8ab14937-4c08-4d43-8a9a-662e622cc643", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "ee757a03-5662-4273-9c3e-6212e7afb48f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}], "revision_number": 4, "project_id": "ea65becf30e54b27aa96a449698a435e", "id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "created_at": "2018-08-12T06:20:09Z", "updated_at": "2018-08-12T06:20:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "1123b8f2-75ac-4a26-b9b2-a96da97408e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "2ddd2b93-e080-48cd-9a50-f5fe8a82ad0c", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "cd1bae62-0aea-4438-b4c3-50a69ae6f855", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "e398e01e-ceea-46d1-9534-b929808c4a5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}], "revision_number": 4, "project_id": "ff7abd7bb61f4f2889831e932d65dc2e", "id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "created_at": "2018-08-12T05:34:57Z", "updated_at": "2018-08-12T05:34:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "208a1c1e-f5f8-49c7-9a25-d07e68b1541f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "27bfd867-e607-4bf8-9de8-60682d3f771d", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "49360e1f-6fd3-4f35-b339-24cea95773ee", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "60f631a9-d305-4920-9631-d0543e2ac64f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}], "revision_number": 4, "project_id": "3a85ceae958d4d9fba68847e7df67db8", "id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "created_at": "2018-08-12T05:34:40Z", "updated_at": "2018-08-12T05:34:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "2192c259-363e-4768-ae73-e75837ad63b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "3f87ddc5-f84d-41dc-8215-847724782569", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "7d89f6da-ea78-49dd-9115-f9ad23b250bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "9ec4497d-0f65-44db-9be9-7b3042e4a584", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}], "revision_number": 4, "project_id": "85517fcf1c6247e699fdcdd42ecc8c79", "id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "created_at": "2018-08-12T05:16:02Z", "updated_at": "2018-08-12T05:16:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "1ecacd8c-c1c7-4a66-9871-406a69323b43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "3cc1750c-e0e7-4902-b6f3-494a161b832e", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "d719a7a4-8c99-44ed-8c12-6bf071890203", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "fe7421b5-d577-41da-8c78-62f3c07eda92", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}], "revision_number": 4, "project_id": "a267b9a156244bb192691cff6e5f74fe", "id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "315a428116f24d9fbb826b37080a918e", "created_at": "2018-08-12T05:11:31Z", "updated_at": "2018-08-12T05:11:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "5e52886a-1dc3-4a81-a55d-f388dc4fd1a1", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "678e32e4-d64c-448a-a4ab-e253ab94ae90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "a8da1539-e3ad-4f90-b2df-3dc1f09d228a", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "b73d5cc9-0205-4658-bb1f-61a042c0ab8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}], "revision_number": 4, "project_id": "315a428116f24d9fbb826b37080a918e", "id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-12T05:08:01Z", "updated_at": "2018-08-12T05:08:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:01Z", "revision_number": 0, "id": "0fb05d03-1117-45d0-930c-b6d4c96ef102", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "4faaab33-5788-4bbd-85b8-0fb44d41413a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "96d0c5a0-5c67-421b-8fc8-2b46d77e5db3", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "dd78519b-4bc5-4e8e-ad0f-58089dd69347", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "11a46741b7954b959fd7764109c047b6", "created_at": "2018-08-12T05:34:51Z", "updated_at": "2018-08-12T05:34:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "0b67bf3c-2289-43bb-ab6c-7d25ec32a279", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "51f3f833-337a-42bd-a8d5-742ea8d6c226", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "571fd0b5-ef90-408d-af33-aafb517b8993", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "944ba823-fb9c-496e-a66e-bb426bb14a8d", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}], "revision_number": 4, "project_id": "11a46741b7954b959fd7764109c047b6", "id": "90af9782-8112-4257-801d-ee5115d226ba", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "created_at": "2018-08-12T05:34:26Z", "updated_at": "2018-08-12T05:34:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "2ee1f63a-807c-4d6a-85ee-dd784f6b8c3f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5dec3ec2-2add-47dd-8618-90659dcf3885", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5ea0dc3e-49d0-43f0-94e9-f6443527d14c", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "fbfaca22-7e3e-4128-8973-43e439b77c28", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}], "revision_number": 4, "project_id": "3c01cd58055c44ecaef39f7e625c2258", "id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "521007c1818145639e93ceb270559219", "created_at": "2018-08-12T05:13:27Z", "updated_at": "2018-08-12T05:13:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "5e7fede5-b0f2-47d8-95c3-516cdfc7f9de", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "8fd0e36f-c6c4-4f64-ba97-40439e614448", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "db7d79de-1dfc-4138-945f-91e74cdc266b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "e87f2cff-ff3e-4b6d-aaf0-7f0eb0ab9f05", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}], "revision_number": 4, "project_id": "521007c1818145639e93ceb270559219", "id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "created_at": "2018-08-12T05:08:18Z", "updated_at": "2018-08-12T05:08:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "3c67be40-bf74-4f97-9693-d93ce73a23b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "6112d869-2fc6-4a25-a13c-3d55cd7206c0", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "bdf21c56-453e-482e-9cba-3c55abcb0339", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "c8e92c39-38cc-4f48-be9c-5f0912e6a725", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}], "revision_number": 4, "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "created_at": "2018-08-12T05:04:23Z", "updated_at": "2018-08-12T05:04:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "280546d9-8ad1-4283-abfc-15ee9b1736c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "58bce125-f2ca-4a6d-b9ca-4e6cf5c0f7a5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "69275b9a-cfb5-482c-a9c4-8ffc79adf2c7", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "6d747f3a-3764-469a-a645-f977585c5aac", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}], "revision_number": 4, "project_id": "310f5853751a4c968f3eeb0a3d99a0a8", "id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "created_at": "2018-08-12T05:34:42Z", "updated_at": "2018-08-12T05:34:42Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "199582e8-25aa-457a-aa7c-6d8413ca4464", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "234f3609-4454-448f-919d-c8143c7cd764", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "c1061460-71a2-49a9-a04b-9fa33eeb17ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "d21ac532-51d8-4d6b-8300-7bac216759bf", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}], "revision_number": 4, "project_id": "9f6c1a272706419c9a74b0893b2890e8", "id": "d6739716-c693-460c-89c6-e7c8c48f8245", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "created_at": "2018-08-12T05:34:54Z", "updated_at": "2018-08-12T05:34:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "0633a05a-ee7d-4476-a56b-75d011b22f77", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "6cc1b9f8-73db-47a3-a0e0-3c96c43f34da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "90d99a6b-e94f-4fd8-a10c-f19dd8954c13", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "e843c139-af2a-4d2c-a24f-59f7b10ff72e", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}], "revision_number": 4, "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "created_at": "2018-08-12T05:09:07Z", "updated_at": "2018-08-12T05:09:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "5495e168-f505-4d74-ae6d-387f0bf533c2", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "6fd19b8b-3062-456e-81ba-3ff37fe43429", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8ca59d25-485c-46ce-939c-2e4a468caeac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8f190846-50a0-42b9-b571-390809b752b1", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}], "revision_number": 4, "project_id": "fa9ca6d7608b4d7d87ce97331679a481", "id": "edcd9b17-9416-4c25-823c-060c435e18d7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "created_at": "2018-08-12T05:34:52Z", "updated_at": "2018-08-12T05:34:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "2c7e484e-6ec5-4a95-8c9c-66d294c0c27e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "70c74258-3c2c-4efc-87e0-079c26ee3417", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "b70382fa-082e-4c2b-abc8-87490fa50b11", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "c3628e02-b4b6-42c9-8751-c1a2d3c19caa", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}], "revision_number": 4, "project_id": "87db863ba6e348b0a5ddcb67053db9d1", "id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "name": "default"}]} 2018-08-12 08:11:11,069 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-e208de7c-da96-40ba-a208-f9ffa105c1c3 2018-08-12 08:11:11,073 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b693cc059665f0179dabac14566369db016a6a69" 2018-08-12 08:11:11,163 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:11:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5fd20ec1-df0c-4425-befc-a9df235614c2 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 5fe28c13d4d74ba2be8d019ac1ea6363.", "code": 404, "title": "Not Found"}} 2018-08-12 08:11:11,163 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 used request id req-5fd20ec1-df0c-4425-befc-a9df235614c2 2018-08-12 08:11:11,163 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:11:11,166 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b693cc059665f0179dabac14566369db016a6a69" 2018-08-12 08:11:11,250 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:11:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c07445e5-5234-4a5e-b4b7-ed8ca24daf5d Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa5a7fe6ee54472ba01638877aade8e3.", "code": 404, "title": "Not Found"}} 2018-08-12 08:11:11,250 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 used request id req-c07445e5-5234-4a5e-b4b7-ed8ca24daf5d 2018-08-12 08:11:11,250 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:11:11,254 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b693cc059665f0179dabac14566369db016a6a69" 2018-08-12 08:11:11,343 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:11:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-13b5ce4a-c193-4b99-b2b7-bec98f22f1d6 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ea65becf30e54b27aa96a449698a435e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:11:11,343 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e used request id req-13b5ce4a-c193-4b99-b2b7-bec98f22f1d6 2018-08-12 08:11:11,344 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:11:11,346 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b693cc059665f0179dabac14566369db016a6a69" 2018-08-12 08:11:11,438 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:11:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fd0b4856-bf4b-4f34-b234-6e84eeeb5018 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ff7abd7bb61f4f2889831e932d65dc2e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:11:11,438 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e used request id req-fd0b4856-bf4b-4f34-b234-6e84eeeb5018 2018-08-12 08:11:11,438 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:11:11,442 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b693cc059665f0179dabac14566369db016a6a69" 2018-08-12 08:11:11,526 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:11:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fd621b41-3f75-46dd-ba42-e96d90b623d6 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3a85ceae958d4d9fba68847e7df67db8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:11:11,527 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 used request id req-fd621b41-3f75-46dd-ba42-e96d90b623d6 2018-08-12 08:11:11,527 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:11:11,529 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b693cc059665f0179dabac14566369db016a6a69" 2018-08-12 08:11:11,616 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:11:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d6df8572-b665-415f-bf59-1b8f9030580b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 85517fcf1c6247e699fdcdd42ecc8c79.", "code": 404, "title": "Not Found"}} 2018-08-12 08:11:11,616 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 used request id req-d6df8572-b665-415f-bf59-1b8f9030580b 2018-08-12 08:11:11,616 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:11:11,619 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b693cc059665f0179dabac14566369db016a6a69" 2018-08-12 08:11:11,714 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:11:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9e09aafc-20b9-40b6-a2c9-f03c314c2ab7 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}} 2018-08-12 08:11:11,714 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe used request id req-9e09aafc-20b9-40b6-a2c9-f03c314c2ab7 2018-08-12 08:11:11,718 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b693cc059665f0179dabac14566369db016a6a69" 2018-08-12 08:11:11,802 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:11:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f5d382df-e949-4bef-ae89-246d7b91e6c6 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 315a428116f24d9fbb826b37080a918e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:11:11,802 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e used request id req-f5d382df-e949-4bef-ae89-246d7b91e6c6 2018-08-12 08:11:11,802 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:11:11,806 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b693cc059665f0179dabac14566369db016a6a69" 2018-08-12 08:11:11,894 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:11:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-04ae7e74-8d3b-4a3e-8a8d-fe9bd6e331c7 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 11a46741b7954b959fd7764109c047b6.", "code": 404, "title": "Not Found"}} 2018-08-12 08:11:11,894 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 used request id req-04ae7e74-8d3b-4a3e-8a8d-fe9bd6e331c7 2018-08-12 08:11:11,894 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:11:11,898 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b693cc059665f0179dabac14566369db016a6a69" 2018-08-12 08:11:12,071 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:11:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-67455de5-3637-4fbe-a4ef-f95f6f67b0b3 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3c01cd58055c44ecaef39f7e625c2258.", "code": 404, "title": "Not Found"}} 2018-08-12 08:11:12,071 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 used request id req-67455de5-3637-4fbe-a4ef-f95f6f67b0b3 2018-08-12 08:11:12,071 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:11:12,075 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b693cc059665f0179dabac14566369db016a6a69" 2018-08-12 08:11:12,155 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:11:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6c6bd11f-723f-41e1-9121-1a379a5a98ab Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 521007c1818145639e93ceb270559219.", "code": 404, "title": "Not Found"}} 2018-08-12 08:11:12,155 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 used request id req-6c6bd11f-723f-41e1-9121-1a379a5a98ab 2018-08-12 08:11:12,156 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:11:12,159 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b693cc059665f0179dabac14566369db016a6a69" 2018-08-12 08:11:12,249 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:11:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b21a1d2e-f45b-44a6-b5ea-d88617b6b997 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e18fcc7fc10a4fd0b20234f8520d0aab.", "code": 404, "title": "Not Found"}} 2018-08-12 08:11:12,249 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab used request id req-b21a1d2e-f45b-44a6-b5ea-d88617b6b997 2018-08-12 08:11:12,250 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:11:12,253 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b693cc059665f0179dabac14566369db016a6a69" 2018-08-12 08:11:12,347 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:11:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a0122018-e7c4-4be5-8ffd-cba3e94c2806 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "310f5853751a4c968f3eeb0a3d99a0a8", "name": "service"}} 2018-08-12 08:11:12,348 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 used request id req-a0122018-e7c4-4be5-8ffd-cba3e94c2806 2018-08-12 08:11:12,351 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b693cc059665f0179dabac14566369db016a6a69" 2018-08-12 08:11:12,438 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:11:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ec8b2bdb-09f0-4ad4-8865-b8d55c97f729 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9f6c1a272706419c9a74b0893b2890e8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:11:12,439 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 used request id req-ec8b2bdb-09f0-4ad4-8865-b8d55c97f729 2018-08-12 08:11:12,439 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:11:12,442 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/34cb7327fcfc4b52a63b4b8c0ea4a54d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b693cc059665f0179dabac14566369db016a6a69" 2018-08-12 08:11:12,535 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:11:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b225fc9a-b7bc-4f32-80b3-627bc466416c Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 34cb7327fcfc4b52a63b4b8c0ea4a54d.", "code": 404, "title": "Not Found"}} 2018-08-12 08:11:12,535 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/34cb7327fcfc4b52a63b4b8c0ea4a54d used request id req-b225fc9a-b7bc-4f32-80b3-627bc466416c 2018-08-12 08:11:12,535 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:11:12,538 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa9ca6d7608b4d7d87ce97331679a481 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b693cc059665f0179dabac14566369db016a6a69" 2018-08-12 08:11:12,628 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:11:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d6504493-9b57-4d2c-8507-ae135d9b890c Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa9ca6d7608b4d7d87ce97331679a481.", "code": 404, "title": "Not Found"}} 2018-08-12 08:11:12,628 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa9ca6d7608b4d7d87ce97331679a481 used request id req-d6504493-9b57-4d2c-8507-ae135d9b890c 2018-08-12 08:11:12,628 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:11:12,632 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/87db863ba6e348b0a5ddcb67053db9d1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b693cc059665f0179dabac14566369db016a6a69" 2018-08-12 08:11:12,717 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:11:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c6450752-3bd7-4d90-9d6f-da830c18c3d0 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87db863ba6e348b0a5ddcb67053db9d1.", "code": 404, "title": "Not Found"}} 2018-08-12 08:11:12,717 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/87db863ba6e348b0a5ddcb67053db9d1 used request id req-c6450752-3bd7-4d90-9d6f-da830c18c3d0 2018-08-12 08:11:12,717 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:11:12,718 - keystone_utils - INFO - Deleting project with name - CreateKeypairsCleanupTests-70cbfe97-b972-442-proj 2018-08-12 08:11:12,721 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/c883cd84b1744354a841e033901242d6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b693cc059665f0179dabac14566369db016a6a69" 2018-08-12 08:11:12,946 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:11:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ec2d9323-0b43-4173-85cd-301750710e07 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 08:11:12,946 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/c883cd84b1744354a841e033901242d6 used request id req-ec2d9323-0b43-4173-85cd-301750710e07 2018-08-12 08:11:12,947 - keystone_utils - INFO - Deleting role with name - CreateKeypairsCleanupTests-70cbfe97-b972-442-proj-role 2018-08-12 08:11:12,950 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/6405423c00c241188a7c700377d55dac -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b693cc059665f0179dabac14566369db016a6a69" 2018-08-12 08:11:13,066 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:11:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-06d9180e-a5d5-4a3a-891f-b8d5eb52330f 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 08:11:13,066 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/6405423c00c241188a7c700377d55dac used request id req-06d9180e-a5d5-4a3a-891f-b8d5eb52330f 2018-08-12 08:11:13,069 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b693cc059665f0179dabac14566369db016a6a69" 2018-08-12 08:11:13,158 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:11:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3a6a3ac1-212e-4db6-a6b4-13ce25bb461f Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:11:13,158 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-3a6a3ac1-212e-4db6-a6b4-13ce25bb461f 2018-08-12 08:11:13,158 - keystone_utils - INFO - Deleting user with name - CreateKeypairsCleanupTests-70cbfe97-b972-442-user 2018-08-12 08:11:13,162 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/fe7a8b370fa7497c89823f9ece39c251 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4de51fdda6367276d6a3bdb5e65bf6b18b430916" 2018-08-12 08:11:13,349 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:11:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-621dbabb-8dc8-4d8f-a0f8-a7a800f2e2a2 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 08:11:13,349 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/fe7a8b370fa7497c89823f9ece39c251 used request id req-621dbabb-8dc8-4d8f-a0f8-a7a800f2e2a2 2018-08-12 08:11:13,351 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:11:13,748 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:11:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["8mrrae2ERaCcL38UcVE4Ag"], "issued_at": "2018-08-12T08:11:13.000000Z"}} 2018-08-12 08:11:13,748 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}e075e13c79920ad614de4a08b4cbc9d2e67bc361" 2018-08-12 08:11:13,831 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:11:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6369cba7-bc75-4e85-9ca2-ed135991613d Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:11:13,831 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-6369cba7-bc75-4e85-9ca2-ed135991613d 2018-08-12 08:11:13,833 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:11:13,833 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:11:14,229 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:11:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["I3xfc21STlmp8xtE9NwiRg"], "issued_at": "2018-08-12T08:11:14.000000Z"}} 2018-08-12 08:11:14,230 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}b4dec599ee710cd0468e7d83455d03678ebd889d" 2018-08-12 08:11:14,322 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:11:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-59e4e907-fab9-444d-9135-efeeb438cc71 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:11:14,322 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-59e4e907-fab9-444d-9135-efeeb438cc71 2018-08-12 08:11:14,327 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:11:14,333 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:11:14 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:11:14,334 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-7a0a85ac-132c-437-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4dec599ee710cd0468e7d83455d03678ebd889d" 2018-08-12 08:11:14,429 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:11:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e48401be-bdd3-4242-9187-b96e4a541723 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-7a0a85ac-132c-437-proj", "previous": null, "next": null}, "projects": []} 2018-08-12 08:11:14,429 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-7a0a85ac-132c-437-proj used request id req-e48401be-bdd3-4242-9187-b96e4a541723 2018-08-12 08:11:14,433 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4dec599ee710cd0468e7d83455d03678ebd889d" 2018-08-12 08:11:14,530 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:11:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-babb09fe-00a9-4e97-83ad-6942838594c9 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:11:14,530 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-babb09fe-00a9-4e97-83ad-6942838594c9 2018-08-12 08:11:14,533 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4dec599ee710cd0468e7d83455d03678ebd889d" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateKeypairsCleanupTests-7a0a85ac-132c-437-proj"}}' 2018-08-12 08:11:14,647 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:11:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-af7265dd-c6d8-47c7-a5f9-8f892e855a3b Content-Length: 323 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/b17e07a7363849b1a4cbab716865bd7e"}, "tags": [], "enabled": true, "id": "b17e07a7363849b1a4cbab716865bd7e", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsCleanupTests-7a0a85ac-132c-437-proj"}} 2018-08-12 08:11:14,648 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-af7265dd-c6d8-47c7-a5f9-8f892e855a3b 2018-08-12 08:11:14,648 - keystone_utils - INFO - Created project with name - CreateKeypairsCleanupTests-7a0a85ac-132c-437-proj 2018-08-12 08:11:14,648 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:11:14,649 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:11:15,044 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:11:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["tTCUD1hWSuaaRkYzTmlaJA"], "issued_at": "2018-08-12T08:11:15.000000Z"}} 2018-08-12 08:11:15,045 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}acdeaf96009a010ab8106d282abc60150f25dddd" 2018-08-12 08:11:15,128 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:11:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-662fd647-224e-46ba-9865-f03290f4e082 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:11:15,128 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-662fd647-224e-46ba-9865-f03290f4e082 2018-08-12 08:11:15,132 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:11:15,137 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:11:15 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:11:15,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acdeaf96009a010ab8106d282abc60150f25dddd" 2018-08-12 08:11:15,173 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:11:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0cddcdb9-3e3a-4d89-beb4-cd958954518a Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/105a247548624314b9228f85f6325f0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105a247548624314b9228f85f6325f0b", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/1c5de0eaa44543f08da6ad63a51594ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c5de0eaa44543f08da6ad63a51594ff", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/1d127b5b832547a88a547c116dfdd65b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d127b5b832547a88a547c116dfdd65b", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/1d5cfc170d624ce4ae53ae0507c8d517"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d5cfc170d624ce4ae53ae0507c8d517", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/2421820b75eb4d3ebd02830378d1377b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2421820b75eb4d3ebd02830378d1377b", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/40bd8ee54ecf44868cc83cede652c396"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40bd8ee54ecf44868cc83cede652c396", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/4f32fb8153854c4c9f5094b42b523f80"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f32fb8153854c4c9f5094b42b523f80", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7066130d08fb4db7bf4ab468de53933b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7066130d08fb4db7bf4ab468de53933b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/8d0898a83bcf4521bbc11501d5d7ac89"}, "domain_id": "1eec97585bde483292ece28ee11f4b8d", "enabled": true, "options": {}, "id": "8d0898a83bcf4521bbc11501d5d7ac89", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/9defcced327d476f8a3beab718a13da3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9defcced327d476f8a3beab718a13da3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/b80ee4f6992446e0879624dd436e99a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b80ee4f6992446e0879624dd436e99a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b86fd3e011324d398fcdb6f095a20a9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b86fd3e011324d398fcdb6f095a20a9d", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1701d2754064b5cadf765ea0806f9b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1701d2754064b5cadf765ea0806f9b2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/db4e7b8d76d549faa502716565c733dd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db4e7b8d76d549faa502716565c733dd", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-12 08:11:15,173 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-0cddcdb9-3e3a-4d89-beb4-cd958954518a 2018-08-12 08:11:15,177 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateKeypairsCleanupTests-7a0a85ac-132c-437-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acdeaf96009a010ab8106d282abc60150f25dddd" 2018-08-12 08:11:15,269 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:11:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4798f515-ff80-4ace-a790-d5e593a21e42 Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateKeypairsCleanupTests-7a0a85ac-132c-437-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/b17e07a7363849b1a4cbab716865bd7e"}, "tags": [], "enabled": true, "id": "b17e07a7363849b1a4cbab716865bd7e", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsCleanupTests-7a0a85ac-132c-437-proj"}]} 2018-08-12 08:11:15,269 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateKeypairsCleanupTests-7a0a85ac-132c-437-proj used request id req-4798f515-ff80-4ace-a790-d5e593a21e42 2018-08-12 08:11:15,272 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acdeaf96009a010ab8106d282abc60150f25dddd" 2018-08-12 08:11:15,359 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:11:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bc1767fc-a42f-4c4a-b4e9-20328e942770 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:11:15,359 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-bc1767fc-a42f-4c4a-b4e9-20328e942770 2018-08-12 08:11:15,737 - keystone_utils - INFO - Created user with name - CreateKeypairsCleanupTests-7a0a85ac-132c-437-user 2018-08-12 08:11:15,738 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:11:15,742 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4dec599ee710cd0468e7d83455d03678ebd889d" 2018-08-12 08:11:15,833 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:11:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5c4aacfd-58c1-484b-877b-c78e303bbb19 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:11:15,834 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-5c4aacfd-58c1-484b-877b-c78e303bbb19 2018-08-12 08:11:15,837 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4dec599ee710cd0468e7d83455d03678ebd889d" -d '{"role": {"name": "CreateKeypairsCleanupTests-7a0a85ac-132c-437-proj-role"}}' 2018-08-12 08:11:15,947 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:11:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7c961892-7916-4fba-86a5-56102697af60 Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "3062f8704ebe43a39a575fbe3c71e2fb", "links": {"self": "http://172.30.9.21:5000/v3/roles/3062f8704ebe43a39a575fbe3c71e2fb"}, "name": "CreateKeypairsCleanupTests-7a0a85ac-132c-437-proj-role"}} 2018-08-12 08:11:15,947 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-7c961892-7916-4fba-86a5-56102697af60 2018-08-12 08:11:15,947 - keystone_utils - INFO - Created role with name - CreateKeypairsCleanupTests-7a0a85ac-132c-437-proj-role 2018-08-12 08:11:15,951 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/3062f8704ebe43a39a575fbe3c71e2fb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4dec599ee710cd0468e7d83455d03678ebd889d" 2018-08-12 08:11:16,044 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:11:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6fc0f157-c3a4-4c5e-be54-45495b22516b Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "3062f8704ebe43a39a575fbe3c71e2fb", "links": {"self": "http://172.30.9.21:5000/v3/roles/3062f8704ebe43a39a575fbe3c71e2fb"}, "name": "CreateKeypairsCleanupTests-7a0a85ac-132c-437-proj-role"}} 2018-08-12 08:11:16,044 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/3062f8704ebe43a39a575fbe3c71e2fb used request id req-6fc0f157-c3a4-4c5e-be54-45495b22516b 2018-08-12 08:11:16,044 - keystone_utils - INFO - Granting role CreateKeypairsCleanupTests-7a0a85ac-132c-437-proj-role to project CreateKeypairsCleanupTests-7a0a85ac-132c-437-proj 2018-08-12 08:11:16,047 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/b17e07a7363849b1a4cbab716865bd7e/users/d2873243cdec4d1ca649881a771da12e/roles/3062f8704ebe43a39a575fbe3c71e2fb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4dec599ee710cd0468e7d83455d03678ebd889d" 2018-08-12 08:11:16,190 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:11:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3fe1e6dc-0e98-4c46-88c9-7fed5a2c4e4b 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 08:11:16,190 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/b17e07a7363849b1a4cbab716865bd7e/users/d2873243cdec4d1ca649881a771da12e/roles/3062f8704ebe43a39a575fbe3c71e2fb used request id req-3fe1e6dc-0e98-4c46-88c9-7fed5a2c4e4b 2018-08-12 08:11:16,190 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-12 08:11:16,192 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:11:16,192 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:11:16,596 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3062f8704ebe43a39a575fbe3c71e2fb", "name": "CreateKeypairsCleanupTests-7a0a85ac-132c-437-proj-role"}], "expires_at": "2018-08-12T09:11:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b17e07a7363849b1a4cbab716865bd7e", "name": "CreateKeypairsCleanupTests-7a0a85ac-132c-437-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/b17e07a7363849b1a4cbab716865bd7e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/b17e07a7363849b1a4cbab716865bd7e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/b17e07a7363849b1a4cbab716865bd7e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_b17e07a7363849b1a4cbab716865bd7e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_b17e07a7363849b1a4cbab716865bd7e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/b17e07a7363849b1a4cbab716865bd7e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/b17e07a7363849b1a4cbab716865bd7e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/b17e07a7363849b1a4cbab716865bd7e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/b17e07a7363849b1a4cbab716865bd7e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/b17e07a7363849b1a4cbab716865bd7e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/b17e07a7363849b1a4cbab716865bd7e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/b17e07a7363849b1a4cbab716865bd7e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/b17e07a7363849b1a4cbab716865bd7e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/b17e07a7363849b1a4cbab716865bd7e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsCleanupTests-7a0a85ac-132c-437-user", "id": "d2873243cdec4d1ca649881a771da12e"}, "audit_ids": ["_gCttu4oQe29vy6N3yyMWg"], "issued_at": "2018-08-12T08:11:16.000000Z"}} 2018-08-12 08:11:16,597 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}a00ed8ca929e4996bc2977ac1eb38310eb71c638" 2018-08-12 08:11:16,689 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:11:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f45d11d6-f3f3-4f93-aea3-d72c9bc8de45 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:11:16,690 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-f45d11d6-f3f3-4f93-aea3-d72c9bc8de45 2018-08-12 08:11:16,691 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-12 08:11:16,695 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a00ed8ca929e4996bc2977ac1eb38310eb71c638" 2018-08-12 08:11:17,292 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:11: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-22b18ad0-e321-4795-a503-87c620387292 x-compute-request-id: req-22b18ad0-e321-4795-a503-87c620387292 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-08-12 08:11:17,292 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-22b18ad0-e321-4795-a503-87c620387292 2018-08-12 08:11:17,293 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsCleanupTests-d34bd80b-2dab-4258-bd6c-583ca2f422fc... 2018-08-12 08:11:17,293 - OpenStackKeypair - INFO - Creating new keypair 2018-08-12 08:11:17,348 - nova_utils - INFO - Creating keypair with name - CreateKeypairsCleanupTests-d34bd80b-2dab-4258-bd6c-583ca2f422fc 2018-08-12 08:11:17,350 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a00ed8ca929e4996bc2977ac1eb38310eb71c638" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDxBL8idfkTDu42jaQ7SbXQ6mfnFwyFRRn/SU7fVpuqWdOmfSai08Ny22L7DMFh1i8TJJtjWu0idr6LeuhsFdl5lWRSsJNfDER+dcbs4/KJtfilRFjoyy9jseUDMdwlC32V5iBLGapjmInaKHD+qet+IUluq4jKR1Arh+LRBbhB0w==", "name": "CreateKeypairsCleanupTests-d34bd80b-2dab-4258-bd6c-583ca2f422fc"}}' 2018-08-12 08:11:17,407 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08: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-157fcf2a-6da0-481a-9e3a-7787dfcd5881 x-compute-request-id: req-157fcf2a-6da0-481a-9e3a-7787dfcd5881 Content-Encoding: gzip Content-Length: 368 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDxBL8idfkTDu42jaQ7SbXQ6mfnFwyFRRn/SU7fVpuqWdOmfSai08Ny22L7DMFh1i8TJJtjWu0idr6LeuhsFdl5lWRSsJNfDER+dcbs4/KJtfilRFjoyy9jseUDMdwlC32V5iBLGapjmInaKHD+qet+IUluq4jKR1Arh+LRBbhB0w==", "user_id": "d2873243cdec4d1ca649881a771da12e", "name": "CreateKeypairsCleanupTests-d34bd80b-2dab-4258-bd6c-583ca2f422fc", "fingerprint": "12:69:6a:b2:1a:24:95:44:2b:10:f4:32:d3:5f:dd:7a"}} 2018-08-12 08:11:17,408 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-157fcf2a-6da0-481a-9e3a-7787dfcd5881 2018-08-12 08:11:17,420 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsCleanupTests-d34bd80b-2dab-4258-bd6c-583ca2f422fc.pub 2018-08-12 08:11:17,420 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsCleanupTests-d34bd80b-2dab-4258-bd6c-583ca2f422fc 2018-08-12 08:11:17,420 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsCleanupTests-d34bd80b-2dab-4258-bd6c-583ca2f422fc 2018-08-12 08:11:17,422 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/os-keypairs/CreateKeypairsCleanupTests-d34bd80b-2dab-4258-bd6c-583ca2f422fc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a00ed8ca929e4996bc2977ac1eb38310eb71c638" 2018-08-12 08:11:17,455 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 08: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 x-openstack-request-id: req-1b102c54-2a64-42b2-91f7-fbfa9284c454 x-compute-request-id: req-1b102c54-2a64-42b2-91f7-fbfa9284c454 Content-Length: 0 Content-Type: application/json 2018-08-12 08:11:17,456 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/CreateKeypairsCleanupTests-d34bd80b-2dab-4258-bd6c-583ca2f422fc used request id req-1b102c54-2a64-42b2-91f7-fbfa9284c454 2018-08-12 08:11:17,456 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateKeypairsCleanupTests-d34bd80b-2dab-4258-bd6c-583ca2f422fc.pub] 2018-08-12 08:11:17,456 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateKeypairsCleanupTests-d34bd80b-2dab-4258-bd6c-583ca2f422fc] 2018-08-12 08:11:17,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:11:17,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:11:17,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:11:17,458 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:11:17,458 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:11:17,462 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4dec599ee710cd0468e7d83455d03678ebd889d" 2018-08-12 08:11:17,731 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 43135 X-Openstack-Request-Id: req-bd929883-2b72-4848-b692-ab4cd881a84c Date: Sun, 12 Aug 2018 08:11:17 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "created_at": "2018-08-12T06:59:44Z", "updated_at": "2018-08-12T06:59:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "1d7fd960-7865-4453-aecc-8d399b4fad21", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "66820d8a-b785-4b18-bd67-500221c8e4f9", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "74fc7638-a322-4841-8c47-06d36174a200", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "8eaa09ec-8419-4582-9312-1e527afe6e4b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}], "revision_number": 4, "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "created_at": "2018-08-12T05:12:34Z", "updated_at": "2018-08-12T05:12:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "709513d2-af7d-4d0b-bd3c-604fed75a711", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "aa346066-e46f-44f2-94be-2884aa998a19", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "c15f7b93-e56c-4afa-867d-2acb286d4b7b", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "cb0ef83f-5f70-4a80-ad35-431ca9df551e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}], "revision_number": 4, "project_id": "fa5a7fe6ee54472ba01638877aade8e3", "id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ea65becf30e54b27aa96a449698a435e", "created_at": "2018-08-12T05:10:35Z", "updated_at": "2018-08-12T05:10:35Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "30ad280c-f302-4cd4-a438-5139917b56f9", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "76115c4c-887d-4f0a-83e2-486e4b39c713", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "8ab14937-4c08-4d43-8a9a-662e622cc643", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "ee757a03-5662-4273-9c3e-6212e7afb48f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}], "revision_number": 4, "project_id": "ea65becf30e54b27aa96a449698a435e", "id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "created_at": "2018-08-12T06:20:09Z", "updated_at": "2018-08-12T06:20:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "1123b8f2-75ac-4a26-b9b2-a96da97408e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "2ddd2b93-e080-48cd-9a50-f5fe8a82ad0c", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "cd1bae62-0aea-4438-b4c3-50a69ae6f855", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "e398e01e-ceea-46d1-9534-b929808c4a5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}], "revision_number": 4, "project_id": "ff7abd7bb61f4f2889831e932d65dc2e", "id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "created_at": "2018-08-12T05:34:57Z", "updated_at": "2018-08-12T05:34:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "208a1c1e-f5f8-49c7-9a25-d07e68b1541f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "27bfd867-e607-4bf8-9de8-60682d3f771d", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "49360e1f-6fd3-4f35-b339-24cea95773ee", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "60f631a9-d305-4920-9631-d0543e2ac64f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}], "revision_number": 4, "project_id": "3a85ceae958d4d9fba68847e7df67db8", "id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "created_at": "2018-08-12T05:34:40Z", "updated_at": "2018-08-12T05:34:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "2192c259-363e-4768-ae73-e75837ad63b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "3f87ddc5-f84d-41dc-8215-847724782569", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "7d89f6da-ea78-49dd-9115-f9ad23b250bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "9ec4497d-0f65-44db-9be9-7b3042e4a584", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}], "revision_number": 4, "project_id": "85517fcf1c6247e699fdcdd42ecc8c79", "id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "created_at": "2018-08-12T05:16:02Z", "updated_at": "2018-08-12T05:16:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "1ecacd8c-c1c7-4a66-9871-406a69323b43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "3cc1750c-e0e7-4902-b6f3-494a161b832e", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "d719a7a4-8c99-44ed-8c12-6bf071890203", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "fe7421b5-d577-41da-8c78-62f3c07eda92", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}], "revision_number": 4, "project_id": "a267b9a156244bb192691cff6e5f74fe", "id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "315a428116f24d9fbb826b37080a918e", "created_at": "2018-08-12T05:11:31Z", "updated_at": "2018-08-12T05:11:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "5e52886a-1dc3-4a81-a55d-f388dc4fd1a1", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "678e32e4-d64c-448a-a4ab-e253ab94ae90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "a8da1539-e3ad-4f90-b2df-3dc1f09d228a", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "b73d5cc9-0205-4658-bb1f-61a042c0ab8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}], "revision_number": 4, "project_id": "315a428116f24d9fbb826b37080a918e", "id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-12T05:08:01Z", "updated_at": "2018-08-12T05:08:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:01Z", "revision_number": 0, "id": "0fb05d03-1117-45d0-930c-b6d4c96ef102", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "4faaab33-5788-4bbd-85b8-0fb44d41413a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "96d0c5a0-5c67-421b-8fc8-2b46d77e5db3", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "dd78519b-4bc5-4e8e-ad0f-58089dd69347", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "11a46741b7954b959fd7764109c047b6", "created_at": "2018-08-12T05:34:51Z", "updated_at": "2018-08-12T05:34:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "0b67bf3c-2289-43bb-ab6c-7d25ec32a279", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "51f3f833-337a-42bd-a8d5-742ea8d6c226", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "571fd0b5-ef90-408d-af33-aafb517b8993", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "944ba823-fb9c-496e-a66e-bb426bb14a8d", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}], "revision_number": 4, "project_id": "11a46741b7954b959fd7764109c047b6", "id": "90af9782-8112-4257-801d-ee5115d226ba", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "created_at": "2018-08-12T05:34:26Z", "updated_at": "2018-08-12T05:34:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "2ee1f63a-807c-4d6a-85ee-dd784f6b8c3f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5dec3ec2-2add-47dd-8618-90659dcf3885", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5ea0dc3e-49d0-43f0-94e9-f6443527d14c", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "fbfaca22-7e3e-4128-8973-43e439b77c28", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}], "revision_number": 4, "project_id": "3c01cd58055c44ecaef39f7e625c2258", "id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "521007c1818145639e93ceb270559219", "created_at": "2018-08-12T05:13:27Z", "updated_at": "2018-08-12T05:13:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "5e7fede5-b0f2-47d8-95c3-516cdfc7f9de", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "8fd0e36f-c6c4-4f64-ba97-40439e614448", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "db7d79de-1dfc-4138-945f-91e74cdc266b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "e87f2cff-ff3e-4b6d-aaf0-7f0eb0ab9f05", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}], "revision_number": 4, "project_id": "521007c1818145639e93ceb270559219", "id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "created_at": "2018-08-12T05:08:18Z", "updated_at": "2018-08-12T05:08:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "3c67be40-bf74-4f97-9693-d93ce73a23b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "6112d869-2fc6-4a25-a13c-3d55cd7206c0", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "bdf21c56-453e-482e-9cba-3c55abcb0339", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "c8e92c39-38cc-4f48-be9c-5f0912e6a725", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}], "revision_number": 4, "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "created_at": "2018-08-12T05:04:23Z", "updated_at": "2018-08-12T05:04:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "280546d9-8ad1-4283-abfc-15ee9b1736c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "58bce125-f2ca-4a6d-b9ca-4e6cf5c0f7a5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "69275b9a-cfb5-482c-a9c4-8ffc79adf2c7", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "6d747f3a-3764-469a-a645-f977585c5aac", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}], "revision_number": 4, "project_id": "310f5853751a4c968f3eeb0a3d99a0a8", "id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "created_at": "2018-08-12T05:34:42Z", "updated_at": "2018-08-12T05:34:42Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "199582e8-25aa-457a-aa7c-6d8413ca4464", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "234f3609-4454-448f-919d-c8143c7cd764", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "c1061460-71a2-49a9-a04b-9fa33eeb17ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "d21ac532-51d8-4d6b-8300-7bac216759bf", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}], "revision_number": 4, "project_id": "9f6c1a272706419c9a74b0893b2890e8", "id": "d6739716-c693-460c-89c6-e7c8c48f8245", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "created_at": "2018-08-12T05:34:54Z", "updated_at": "2018-08-12T05:34:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "0633a05a-ee7d-4476-a56b-75d011b22f77", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "6cc1b9f8-73db-47a3-a0e0-3c96c43f34da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "90d99a6b-e94f-4fd8-a10c-f19dd8954c13", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "e843c139-af2a-4d2c-a24f-59f7b10ff72e", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}], "revision_number": 4, "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "created_at": "2018-08-12T05:09:07Z", "updated_at": "2018-08-12T05:09:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "5495e168-f505-4d74-ae6d-387f0bf533c2", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "6fd19b8b-3062-456e-81ba-3ff37fe43429", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8ca59d25-485c-46ce-939c-2e4a468caeac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8f190846-50a0-42b9-b571-390809b752b1", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}], "revision_number": 4, "project_id": "fa9ca6d7608b4d7d87ce97331679a481", "id": "edcd9b17-9416-4c25-823c-060c435e18d7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "created_at": "2018-08-12T05:34:52Z", "updated_at": "2018-08-12T05:34:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "2c7e484e-6ec5-4a95-8c9c-66d294c0c27e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "70c74258-3c2c-4efc-87e0-079c26ee3417", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "b70382fa-082e-4c2b-abc8-87490fa50b11", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "c3628e02-b4b6-42c9-8751-c1a2d3c19caa", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}], "revision_number": 4, "project_id": "87db863ba6e348b0a5ddcb67053db9d1", "id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "name": "default"}]} 2018-08-12 08:11:17,732 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-bd929883-2b72-4848-b692-ab4cd881a84c 2018-08-12 08:11:17,740 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4dec599ee710cd0468e7d83455d03678ebd889d" 2018-08-12 08:11:17,831 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:11:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-12d0f8ac-da6e-4c7a-84c2-a382d5998d7a Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 5fe28c13d4d74ba2be8d019ac1ea6363.", "code": 404, "title": "Not Found"}} 2018-08-12 08:11:17,831 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 used request id req-12d0f8ac-da6e-4c7a-84c2-a382d5998d7a 2018-08-12 08:11:17,831 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:11:17,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4dec599ee710cd0468e7d83455d03678ebd889d" 2018-08-12 08:11:17,921 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:11:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-be8c12c0-00cd-4ddd-89c2-b1a417e2a13c Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa5a7fe6ee54472ba01638877aade8e3.", "code": 404, "title": "Not Found"}} 2018-08-12 08:11:17,922 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 used request id req-be8c12c0-00cd-4ddd-89c2-b1a417e2a13c 2018-08-12 08:11:17,922 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:11:17,925 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4dec599ee710cd0468e7d83455d03678ebd889d" 2018-08-12 08:11:18,020 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:11:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-46363c68-8ad3-44ca-a83e-2a374feebbb4 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ea65becf30e54b27aa96a449698a435e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:11:18,020 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e used request id req-46363c68-8ad3-44ca-a83e-2a374feebbb4 2018-08-12 08:11:18,020 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:11:18,024 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4dec599ee710cd0468e7d83455d03678ebd889d" 2018-08-12 08:11:18,116 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:11:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5c4065db-6da7-4b38-943e-3ee611b5fe2e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ff7abd7bb61f4f2889831e932d65dc2e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:11:18,117 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e used request id req-5c4065db-6da7-4b38-943e-3ee611b5fe2e 2018-08-12 08:11:18,117 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:11:18,120 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4dec599ee710cd0468e7d83455d03678ebd889d" 2018-08-12 08:11:18,208 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:11:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3d7dbfbf-9f7b-4e78-ac44-6163db3080f4 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3a85ceae958d4d9fba68847e7df67db8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:11:18,208 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 used request id req-3d7dbfbf-9f7b-4e78-ac44-6163db3080f4 2018-08-12 08:11:18,208 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:11:18,212 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4dec599ee710cd0468e7d83455d03678ebd889d" 2018-08-12 08:11:18,305 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:11:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4534ae40-66da-4817-9003-9882d839bb12 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 85517fcf1c6247e699fdcdd42ecc8c79.", "code": 404, "title": "Not Found"}} 2018-08-12 08:11:18,305 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 used request id req-4534ae40-66da-4817-9003-9882d839bb12 2018-08-12 08:11:18,305 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:11:18,309 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4dec599ee710cd0468e7d83455d03678ebd889d" 2018-08-12 08:11:18,404 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:11:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2df0092f-6bae-4db1-bcf9-4ec4c2ee805e Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}} 2018-08-12 08:11:18,404 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe used request id req-2df0092f-6bae-4db1-bcf9-4ec4c2ee805e 2018-08-12 08:11:18,408 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4dec599ee710cd0468e7d83455d03678ebd889d" 2018-08-12 08:11:18,493 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:11:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-61009a21-bb64-47c7-b606-b1b7fa39704c Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 315a428116f24d9fbb826b37080a918e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:11:18,494 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e used request id req-61009a21-bb64-47c7-b606-b1b7fa39704c 2018-08-12 08:11:18,494 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:11:18,497 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4dec599ee710cd0468e7d83455d03678ebd889d" 2018-08-12 08:11:18,588 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:11:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f4188849-a3f2-4cf2-ba16-0665cf35cb88 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 11a46741b7954b959fd7764109c047b6.", "code": 404, "title": "Not Found"}} 2018-08-12 08:11:18,588 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 used request id req-f4188849-a3f2-4cf2-ba16-0665cf35cb88 2018-08-12 08:11:18,589 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:11:18,592 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4dec599ee710cd0468e7d83455d03678ebd889d" 2018-08-12 08:11:18,680 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:11:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c3e05b92-8232-4e45-baa9-218cc4cb7060 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3c01cd58055c44ecaef39f7e625c2258.", "code": 404, "title": "Not Found"}} 2018-08-12 08:11:18,680 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 used request id req-c3e05b92-8232-4e45-baa9-218cc4cb7060 2018-08-12 08:11:18,681 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:11:18,684 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4dec599ee710cd0468e7d83455d03678ebd889d" 2018-08-12 08:11:18,767 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:11:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1cee26b3-8862-46b1-8eb0-bdb0ea3d0a8c Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 521007c1818145639e93ceb270559219.", "code": 404, "title": "Not Found"}} 2018-08-12 08:11:18,767 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 used request id req-1cee26b3-8862-46b1-8eb0-bdb0ea3d0a8c 2018-08-12 08:11:18,767 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:11:18,771 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4dec599ee710cd0468e7d83455d03678ebd889d" 2018-08-12 08:11:18,863 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:11:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-489537a8-7430-434b-9246-f9be04404048 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e18fcc7fc10a4fd0b20234f8520d0aab.", "code": 404, "title": "Not Found"}} 2018-08-12 08:11:18,863 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab used request id req-489537a8-7430-434b-9246-f9be04404048 2018-08-12 08:11:18,863 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:11:18,867 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4dec599ee710cd0468e7d83455d03678ebd889d" 2018-08-12 08:11:18,959 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:11:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0527418a-bb24-4c68-b8a1-2a8f931be2e9 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "310f5853751a4c968f3eeb0a3d99a0a8", "name": "service"}} 2018-08-12 08:11:18,960 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 used request id req-0527418a-bb24-4c68-b8a1-2a8f931be2e9 2018-08-12 08:11:18,963 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4dec599ee710cd0468e7d83455d03678ebd889d" 2018-08-12 08:11:19,047 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:11:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f70a8d87-f239-47e3-8d4f-9a4b52e34d74 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9f6c1a272706419c9a74b0893b2890e8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:11:19,047 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 used request id req-f70a8d87-f239-47e3-8d4f-9a4b52e34d74 2018-08-12 08:11:19,047 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:11:19,050 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/34cb7327fcfc4b52a63b4b8c0ea4a54d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4dec599ee710cd0468e7d83455d03678ebd889d" 2018-08-12 08:11:19,144 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:11:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0e9ce67e-952e-43f4-af53-1be0b41fe32c Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 34cb7327fcfc4b52a63b4b8c0ea4a54d.", "code": 404, "title": "Not Found"}} 2018-08-12 08:11:19,145 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/34cb7327fcfc4b52a63b4b8c0ea4a54d used request id req-0e9ce67e-952e-43f4-af53-1be0b41fe32c 2018-08-12 08:11:19,145 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:11:19,148 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa9ca6d7608b4d7d87ce97331679a481 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4dec599ee710cd0468e7d83455d03678ebd889d" 2018-08-12 08:11:19,238 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:11:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-67cb4489-abd4-4315-bce6-b45888ca5ca4 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa9ca6d7608b4d7d87ce97331679a481.", "code": 404, "title": "Not Found"}} 2018-08-12 08:11:19,238 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa9ca6d7608b4d7d87ce97331679a481 used request id req-67cb4489-abd4-4315-bce6-b45888ca5ca4 2018-08-12 08:11:19,238 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:11:19,242 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/87db863ba6e348b0a5ddcb67053db9d1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4dec599ee710cd0468e7d83455d03678ebd889d" 2018-08-12 08:11:19,324 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:11:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-584c99ca-13b2-4bd0-994e-941184913a65 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87db863ba6e348b0a5ddcb67053db9d1.", "code": 404, "title": "Not Found"}} 2018-08-12 08:11:19,324 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/87db863ba6e348b0a5ddcb67053db9d1 used request id req-584c99ca-13b2-4bd0-994e-941184913a65 2018-08-12 08:11:19,324 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:11:19,325 - keystone_utils - INFO - Deleting project with name - CreateKeypairsCleanupTests-7a0a85ac-132c-437-proj 2018-08-12 08:11:19,328 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/b17e07a7363849b1a4cbab716865bd7e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4dec599ee710cd0468e7d83455d03678ebd889d" 2018-08-12 08:11:19,551 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:11:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d9654964-16a1-44ea-832d-36eda69f9ff0 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 08:11:19,551 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/b17e07a7363849b1a4cbab716865bd7e used request id req-d9654964-16a1-44ea-832d-36eda69f9ff0 2018-08-12 08:11:19,552 - keystone_utils - INFO - Deleting role with name - CreateKeypairsCleanupTests-7a0a85ac-132c-437-proj-role 2018-08-12 08:11:19,555 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/3062f8704ebe43a39a575fbe3c71e2fb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4dec599ee710cd0468e7d83455d03678ebd889d" 2018-08-12 08:11:19,671 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:11:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-485cb0f6-bceb-4a7a-9517-9ee140b8801a 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 08:11:19,671 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/3062f8704ebe43a39a575fbe3c71e2fb used request id req-485cb0f6-bceb-4a7a-9517-9ee140b8801a 2018-08-12 08:11:19,675 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4dec599ee710cd0468e7d83455d03678ebd889d" 2018-08-12 08:11:19,757 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:11:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-48d60aea-6fcf-4924-a832-0bbb37193163 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:11:19,757 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-48d60aea-6fcf-4924-a832-0bbb37193163 2018-08-12 08:11:19,758 - keystone_utils - INFO - Deleting user with name - CreateKeypairsCleanupTests-7a0a85ac-132c-437-user 2018-08-12 08:11:19,761 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/d2873243cdec4d1ca649881a771da12e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acdeaf96009a010ab8106d282abc60150f25dddd" 2018-08-12 08:11:19,876 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:11:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1d948b44-1d26-458f-8e72-274336a20e34 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 08:11:19,876 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/d2873243cdec4d1ca649881a771da12e used request id req-1d948b44-1d26-458f-8e72-274336a20e34 2018-08-12 08:11:19,878 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:11:20,276 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:11:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["x1AkxUzrQBS1CVS35a--hA"], "issued_at": "2018-08-12T08:11:20.000000Z"}} 2018-08-12 08:11:20,276 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}5147f2638ccac6c8fdbf2a124a99ec0295dad811" 2018-08-12 08:11:20,360 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:11:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2cfeb9a4-a6d0-4496-8c67-900d49598619 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:11:20,360 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-2cfeb9a4-a6d0-4496-8c67-900d49598619 2018-08-12 08:11:20,361 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:11:20,362 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:11:20,759 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:11:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["ETObEFMiTrKiMl3cyeJRVg"], "issued_at": "2018-08-12T08:11:20.000000Z"}} 2018-08-12 08:11:20,760 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}8cf24a0d4cecb8d4b3581622e62df887f71234de" 2018-08-12 08:11:20,847 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:11:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-13955ec8-a30d-457c-908e-e0ae895b6a24 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:11:20,847 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-13955ec8-a30d-457c-908e-e0ae895b6a24 2018-08-12 08:11:20,851 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:11:20,857 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:11:20 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:11:20,857 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-49d1a722-b0d2-418-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cf24a0d4cecb8d4b3581622e62df887f71234de" 2018-08-12 08:11:20,948 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:11:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-555c48a6-c89f-43f3-8766-786e466f587a Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-49d1a722-b0d2-418-proj", "previous": null, "next": null}, "projects": []} 2018-08-12 08:11:20,948 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-49d1a722-b0d2-418-proj used request id req-555c48a6-c89f-43f3-8766-786e466f587a 2018-08-12 08:11:20,952 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cf24a0d4cecb8d4b3581622e62df887f71234de" 2018-08-12 08:11:21,050 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:11:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a1c60c30-26c8-4443-ade8-4f69c500914a Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:11:21,050 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-a1c60c30-26c8-4443-ade8-4f69c500914a 2018-08-12 08:11:21,054 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cf24a0d4cecb8d4b3581622e62df887f71234de" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateKeypairsCleanupTests-49d1a722-b0d2-418-proj"}}' 2018-08-12 08:11:21,168 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:11:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4f43ec68-a56b-41d1-86ce-e8e1ee31d93a Content-Length: 323 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/8d7af7b13a514afbbb1619e2d4ed8e88"}, "tags": [], "enabled": true, "id": "8d7af7b13a514afbbb1619e2d4ed8e88", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsCleanupTests-49d1a722-b0d2-418-proj"}} 2018-08-12 08:11:21,168 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-4f43ec68-a56b-41d1-86ce-e8e1ee31d93a 2018-08-12 08:11:21,169 - keystone_utils - INFO - Created project with name - CreateKeypairsCleanupTests-49d1a722-b0d2-418-proj 2018-08-12 08:11:21,169 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:11:21,170 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:11:21,573 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:11:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["JxRf7WC4Styo0_SvwIx8LA"], "issued_at": "2018-08-12T08:11:21.000000Z"}} 2018-08-12 08:11:21,574 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}d1ccd3bef8e4306d5dc9bcca9e49eb22bfd4df7b" 2018-08-12 08:11:21,658 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:11:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd36e6a7-2e67-4001-9e91-58060b32fa34 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:11:21,658 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-dd36e6a7-2e67-4001-9e91-58060b32fa34 2018-08-12 08:11:21,662 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:11:21,668 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:11:21 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:11:21,669 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1ccd3bef8e4306d5dc9bcca9e49eb22bfd4df7b" 2018-08-12 08:11:21,774 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:11:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-344a7386-52e9-4ac9-9c54-d4f884d5feb0 Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/105a247548624314b9228f85f6325f0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105a247548624314b9228f85f6325f0b", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/1c5de0eaa44543f08da6ad63a51594ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c5de0eaa44543f08da6ad63a51594ff", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/1d127b5b832547a88a547c116dfdd65b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d127b5b832547a88a547c116dfdd65b", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/1d5cfc170d624ce4ae53ae0507c8d517"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d5cfc170d624ce4ae53ae0507c8d517", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/2421820b75eb4d3ebd02830378d1377b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2421820b75eb4d3ebd02830378d1377b", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/40bd8ee54ecf44868cc83cede652c396"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40bd8ee54ecf44868cc83cede652c396", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/4f32fb8153854c4c9f5094b42b523f80"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f32fb8153854c4c9f5094b42b523f80", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7066130d08fb4db7bf4ab468de53933b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7066130d08fb4db7bf4ab468de53933b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/8d0898a83bcf4521bbc11501d5d7ac89"}, "domain_id": "1eec97585bde483292ece28ee11f4b8d", "enabled": true, "options": {}, "id": "8d0898a83bcf4521bbc11501d5d7ac89", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/9defcced327d476f8a3beab718a13da3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9defcced327d476f8a3beab718a13da3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/b80ee4f6992446e0879624dd436e99a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b80ee4f6992446e0879624dd436e99a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b86fd3e011324d398fcdb6f095a20a9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b86fd3e011324d398fcdb6f095a20a9d", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1701d2754064b5cadf765ea0806f9b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1701d2754064b5cadf765ea0806f9b2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/db4e7b8d76d549faa502716565c733dd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db4e7b8d76d549faa502716565c733dd", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-12 08:11:21,775 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-344a7386-52e9-4ac9-9c54-d4f884d5feb0 2018-08-12 08:11:21,779 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateKeypairsCleanupTests-49d1a722-b0d2-418-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1ccd3bef8e4306d5dc9bcca9e49eb22bfd4df7b" 2018-08-12 08:11:21,869 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:11:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0f2fb94b-db15-4d44-963a-6bcc1eeff010 Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateKeypairsCleanupTests-49d1a722-b0d2-418-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/8d7af7b13a514afbbb1619e2d4ed8e88"}, "tags": [], "enabled": true, "id": "8d7af7b13a514afbbb1619e2d4ed8e88", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsCleanupTests-49d1a722-b0d2-418-proj"}]} 2018-08-12 08:11:21,869 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateKeypairsCleanupTests-49d1a722-b0d2-418-proj used request id req-0f2fb94b-db15-4d44-963a-6bcc1eeff010 2018-08-12 08:11:21,873 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1ccd3bef8e4306d5dc9bcca9e49eb22bfd4df7b" 2018-08-12 08:11:21,962 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:11:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-86411379-9492-4334-9152-083eaf28f51d Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:11:21,962 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-86411379-9492-4334-9152-083eaf28f51d 2018-08-12 08:11:22,270 - keystone_utils - INFO - Created user with name - CreateKeypairsCleanupTests-49d1a722-b0d2-418-user 2018-08-12 08:11:22,270 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:11:22,274 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cf24a0d4cecb8d4b3581622e62df887f71234de" 2018-08-12 08:11:22,369 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:11:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-488c5a75-39cd-424b-ba07-a7848513e20f Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:11:22,370 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-488c5a75-39cd-424b-ba07-a7848513e20f 2018-08-12 08:11:22,373 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cf24a0d4cecb8d4b3581622e62df887f71234de" -d '{"role": {"name": "CreateKeypairsCleanupTests-49d1a722-b0d2-418-proj-role"}}' 2018-08-12 08:11:22,467 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:11:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9a7e115a-973d-4855-8ac5-17a3711b61f2 Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "60d2323ff2bc4b6f88f705ab53098d9d", "links": {"self": "http://172.30.9.21:5000/v3/roles/60d2323ff2bc4b6f88f705ab53098d9d"}, "name": "CreateKeypairsCleanupTests-49d1a722-b0d2-418-proj-role"}} 2018-08-12 08:11:22,468 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-9a7e115a-973d-4855-8ac5-17a3711b61f2 2018-08-12 08:11:22,468 - keystone_utils - INFO - Created role with name - CreateKeypairsCleanupTests-49d1a722-b0d2-418-proj-role 2018-08-12 08:11:22,471 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/60d2323ff2bc4b6f88f705ab53098d9d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cf24a0d4cecb8d4b3581622e62df887f71234de" 2018-08-12 08:11:22,566 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:11:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-56077d78-6097-47ef-b9d1-117bac13921a Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "60d2323ff2bc4b6f88f705ab53098d9d", "links": {"self": "http://172.30.9.21:5000/v3/roles/60d2323ff2bc4b6f88f705ab53098d9d"}, "name": "CreateKeypairsCleanupTests-49d1a722-b0d2-418-proj-role"}} 2018-08-12 08:11:22,566 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/60d2323ff2bc4b6f88f705ab53098d9d used request id req-56077d78-6097-47ef-b9d1-117bac13921a 2018-08-12 08:11:22,567 - keystone_utils - INFO - Granting role CreateKeypairsCleanupTests-49d1a722-b0d2-418-proj-role to project CreateKeypairsCleanupTests-49d1a722-b0d2-418-proj 2018-08-12 08:11:22,570 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/8d7af7b13a514afbbb1619e2d4ed8e88/users/f3cc391b9ad54023906668c5e808443c/roles/60d2323ff2bc4b6f88f705ab53098d9d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cf24a0d4cecb8d4b3581622e62df887f71234de" 2018-08-12 08:11:22,697 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:11:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d1240355-e429-42d7-903a-644d41fc8826 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 08:11:22,697 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/8d7af7b13a514afbbb1619e2d4ed8e88/users/f3cc391b9ad54023906668c5e808443c/roles/60d2323ff2bc4b6f88f705ab53098d9d used request id req-d1240355-e429-42d7-903a-644d41fc8826 2018-08-12 08:11:22,698 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-12 08:11:22,699 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:11:22,700 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:11:23,089 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "60d2323ff2bc4b6f88f705ab53098d9d", "name": "CreateKeypairsCleanupTests-49d1a722-b0d2-418-proj-role"}], "expires_at": "2018-08-12T09:11:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8d7af7b13a514afbbb1619e2d4ed8e88", "name": "CreateKeypairsCleanupTests-49d1a722-b0d2-418-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/8d7af7b13a514afbbb1619e2d4ed8e88", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/8d7af7b13a514afbbb1619e2d4ed8e88", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/8d7af7b13a514afbbb1619e2d4ed8e88", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_8d7af7b13a514afbbb1619e2d4ed8e88", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_8d7af7b13a514afbbb1619e2d4ed8e88", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/8d7af7b13a514afbbb1619e2d4ed8e88", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/8d7af7b13a514afbbb1619e2d4ed8e88", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/8d7af7b13a514afbbb1619e2d4ed8e88", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/8d7af7b13a514afbbb1619e2d4ed8e88", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/8d7af7b13a514afbbb1619e2d4ed8e88", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/8d7af7b13a514afbbb1619e2d4ed8e88", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/8d7af7b13a514afbbb1619e2d4ed8e88", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/8d7af7b13a514afbbb1619e2d4ed8e88", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/8d7af7b13a514afbbb1619e2d4ed8e88", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsCleanupTests-49d1a722-b0d2-418-user", "id": "f3cc391b9ad54023906668c5e808443c"}, "audit_ids": ["Rn4_4C8ESdCZ4UUVj8lTlA"], "issued_at": "2018-08-12T08:11:23.000000Z"}} 2018-08-12 08:11:23,089 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}9157dbb03105fc581ae5f463d033bb0674968321" 2018-08-12 08:11:23,181 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:11:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-17cfba24-281a-428e-97e1-22acb2dc9ebf Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:11:23,181 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-17cfba24-281a-428e-97e1-22acb2dc9ebf 2018-08-12 08:11:23,182 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-12 08:11:23,187 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9157dbb03105fc581ae5f463d033bb0674968321" 2018-08-12 08:11:23,372 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08: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-fce35fd6-300d-4949-b3e1-f91318922dc8 x-compute-request-id: req-fce35fd6-300d-4949-b3e1-f91318922dc8 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-08-12 08:11:23,372 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-fce35fd6-300d-4949-b3e1-f91318922dc8 2018-08-12 08:11:23,373 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsCleanupTests-bb920cb9-4f31-4ae3-b2ed-9f4419e4cf6f... 2018-08-12 08:11:23,373 - OpenStackKeypair - INFO - Creating new keypair 2018-08-12 08:11:23,423 - nova_utils - INFO - Creating keypair with name - CreateKeypairsCleanupTests-bb920cb9-4f31-4ae3-b2ed-9f4419e4cf6f 2018-08-12 08:11:23,425 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9157dbb03105fc581ae5f463d033bb0674968321" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQC9h5QWr4MAXmU9/tJ60id62OoAA3O3T8ZVLNBfSUT+cVbNitJmbvXjjJYL8O0kzZpYStsoNoNtPRdE03QkkUgZktVtnQKHbKiq4EfDvqB7Cv9C4PK+2KMT8fR7GpWo5o/T/9Y5E6Lh/+OtWC1VVatQIHL2WOiWhkXhlkgfEhK4kQ==", "name": "CreateKeypairsCleanupTests-bb920cb9-4f31-4ae3-b2ed-9f4419e4cf6f"}}' 2018-08-12 08:11:23,480 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08: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-2ceea3c5-ea83-4eec-b20c-d216a0630877 x-compute-request-id: req-2ceea3c5-ea83-4eec-b20c-d216a0630877 Content-Encoding: gzip Content-Length: 371 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQC9h5QWr4MAXmU9/tJ60id62OoAA3O3T8ZVLNBfSUT+cVbNitJmbvXjjJYL8O0kzZpYStsoNoNtPRdE03QkkUgZktVtnQKHbKiq4EfDvqB7Cv9C4PK+2KMT8fR7GpWo5o/T/9Y5E6Lh/+OtWC1VVatQIHL2WOiWhkXhlkgfEhK4kQ==", "user_id": "f3cc391b9ad54023906668c5e808443c", "name": "CreateKeypairsCleanupTests-bb920cb9-4f31-4ae3-b2ed-9f4419e4cf6f", "fingerprint": "7d:5f:ef:6f:bb:e8:ce:3b:5b:c3:79:50:f9:21:f5:6d"}} 2018-08-12 08:11:23,480 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-2ceea3c5-ea83-4eec-b20c-d216a0630877 2018-08-12 08:11:23,482 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsCleanupTests-bb920cb9-4f31-4ae3-b2ed-9f4419e4cf6f.pub 2018-08-12 08:11:23,483 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsCleanupTests-bb920cb9-4f31-4ae3-b2ed-9f4419e4cf6f 2018-08-12 08:11:23,483 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsCleanupTests-bb920cb9-4f31-4ae3-b2ed-9f4419e4cf6f 2018-08-12 08:11:23,485 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/os-keypairs/CreateKeypairsCleanupTests-bb920cb9-4f31-4ae3-b2ed-9f4419e4cf6f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9157dbb03105fc581ae5f463d033bb0674968321" 2018-08-12 08:11:23,546 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 08: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-2069a442-e43f-4740-8d43-3eca46cb49ed x-compute-request-id: req-2069a442-e43f-4740-8d43-3eca46cb49ed Content-Length: 0 Content-Type: application/json 2018-08-12 08:11:23,546 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/CreateKeypairsCleanupTests-bb920cb9-4f31-4ae3-b2ed-9f4419e4cf6f used request id req-2069a442-e43f-4740-8d43-3eca46cb49ed 2018-08-12 08:11:23,548 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:11:23,548 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:11:23,548 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:11:23,548 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:11:23,548 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:11:23,554 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cf24a0d4cecb8d4b3581622e62df887f71234de" 2018-08-12 08:11:23,816 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 43135 X-Openstack-Request-Id: req-62101fd7-7242-4b72-84a9-1cb16b7e0ac4 Date: Sun, 12 Aug 2018 08:11:23 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "created_at": "2018-08-12T06:59:44Z", "updated_at": "2018-08-12T06:59:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "1d7fd960-7865-4453-aecc-8d399b4fad21", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "66820d8a-b785-4b18-bd67-500221c8e4f9", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "74fc7638-a322-4841-8c47-06d36174a200", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "8eaa09ec-8419-4582-9312-1e527afe6e4b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}], "revision_number": 4, "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "created_at": "2018-08-12T05:12:34Z", "updated_at": "2018-08-12T05:12:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "709513d2-af7d-4d0b-bd3c-604fed75a711", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "aa346066-e46f-44f2-94be-2884aa998a19", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "c15f7b93-e56c-4afa-867d-2acb286d4b7b", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "cb0ef83f-5f70-4a80-ad35-431ca9df551e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}], "revision_number": 4, "project_id": "fa5a7fe6ee54472ba01638877aade8e3", "id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ea65becf30e54b27aa96a449698a435e", "created_at": "2018-08-12T05:10:35Z", "updated_at": "2018-08-12T05:10:35Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "30ad280c-f302-4cd4-a438-5139917b56f9", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "76115c4c-887d-4f0a-83e2-486e4b39c713", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "8ab14937-4c08-4d43-8a9a-662e622cc643", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "ee757a03-5662-4273-9c3e-6212e7afb48f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}], "revision_number": 4, "project_id": "ea65becf30e54b27aa96a449698a435e", "id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "created_at": "2018-08-12T06:20:09Z", "updated_at": "2018-08-12T06:20:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "1123b8f2-75ac-4a26-b9b2-a96da97408e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "2ddd2b93-e080-48cd-9a50-f5fe8a82ad0c", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "cd1bae62-0aea-4438-b4c3-50a69ae6f855", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "e398e01e-ceea-46d1-9534-b929808c4a5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}], "revision_number": 4, "project_id": "ff7abd7bb61f4f2889831e932d65dc2e", "id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "created_at": "2018-08-12T05:34:57Z", "updated_at": "2018-08-12T05:34:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "208a1c1e-f5f8-49c7-9a25-d07e68b1541f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "27bfd867-e607-4bf8-9de8-60682d3f771d", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "49360e1f-6fd3-4f35-b339-24cea95773ee", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "60f631a9-d305-4920-9631-d0543e2ac64f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}], "revision_number": 4, "project_id": "3a85ceae958d4d9fba68847e7df67db8", "id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "created_at": "2018-08-12T05:34:40Z", "updated_at": "2018-08-12T05:34:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "2192c259-363e-4768-ae73-e75837ad63b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "3f87ddc5-f84d-41dc-8215-847724782569", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "7d89f6da-ea78-49dd-9115-f9ad23b250bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "9ec4497d-0f65-44db-9be9-7b3042e4a584", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}], "revision_number": 4, "project_id": "85517fcf1c6247e699fdcdd42ecc8c79", "id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "created_at": "2018-08-12T05:16:02Z", "updated_at": "2018-08-12T05:16:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "1ecacd8c-c1c7-4a66-9871-406a69323b43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "3cc1750c-e0e7-4902-b6f3-494a161b832e", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "d719a7a4-8c99-44ed-8c12-6bf071890203", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "fe7421b5-d577-41da-8c78-62f3c07eda92", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}], "revision_number": 4, "project_id": "a267b9a156244bb192691cff6e5f74fe", "id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "315a428116f24d9fbb826b37080a918e", "created_at": "2018-08-12T05:11:31Z", "updated_at": "2018-08-12T05:11:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "5e52886a-1dc3-4a81-a55d-f388dc4fd1a1", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "678e32e4-d64c-448a-a4ab-e253ab94ae90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "a8da1539-e3ad-4f90-b2df-3dc1f09d228a", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "b73d5cc9-0205-4658-bb1f-61a042c0ab8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}], "revision_number": 4, "project_id": "315a428116f24d9fbb826b37080a918e", "id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-12T05:08:01Z", "updated_at": "2018-08-12T05:08:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:01Z", "revision_number": 0, "id": "0fb05d03-1117-45d0-930c-b6d4c96ef102", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "4faaab33-5788-4bbd-85b8-0fb44d41413a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "96d0c5a0-5c67-421b-8fc8-2b46d77e5db3", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "dd78519b-4bc5-4e8e-ad0f-58089dd69347", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "11a46741b7954b959fd7764109c047b6", "created_at": "2018-08-12T05:34:51Z", "updated_at": "2018-08-12T05:34:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "0b67bf3c-2289-43bb-ab6c-7d25ec32a279", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "51f3f833-337a-42bd-a8d5-742ea8d6c226", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "571fd0b5-ef90-408d-af33-aafb517b8993", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "944ba823-fb9c-496e-a66e-bb426bb14a8d", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}], "revision_number": 4, "project_id": "11a46741b7954b959fd7764109c047b6", "id": "90af9782-8112-4257-801d-ee5115d226ba", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "created_at": "2018-08-12T05:34:26Z", "updated_at": "2018-08-12T05:34:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "2ee1f63a-807c-4d6a-85ee-dd784f6b8c3f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5dec3ec2-2add-47dd-8618-90659dcf3885", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5ea0dc3e-49d0-43f0-94e9-f6443527d14c", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "fbfaca22-7e3e-4128-8973-43e439b77c28", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}], "revision_number": 4, "project_id": "3c01cd58055c44ecaef39f7e625c2258", "id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "521007c1818145639e93ceb270559219", "created_at": "2018-08-12T05:13:27Z", "updated_at": "2018-08-12T05:13:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "5e7fede5-b0f2-47d8-95c3-516cdfc7f9de", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "8fd0e36f-c6c4-4f64-ba97-40439e614448", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "db7d79de-1dfc-4138-945f-91e74cdc266b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "e87f2cff-ff3e-4b6d-aaf0-7f0eb0ab9f05", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}], "revision_number": 4, "project_id": "521007c1818145639e93ceb270559219", "id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "created_at": "2018-08-12T05:08:18Z", "updated_at": "2018-08-12T05:08:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "3c67be40-bf74-4f97-9693-d93ce73a23b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "6112d869-2fc6-4a25-a13c-3d55cd7206c0", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "bdf21c56-453e-482e-9cba-3c55abcb0339", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "c8e92c39-38cc-4f48-be9c-5f0912e6a725", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}], "revision_number": 4, "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "created_at": "2018-08-12T05:04:23Z", "updated_at": "2018-08-12T05:04:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "280546d9-8ad1-4283-abfc-15ee9b1736c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "58bce125-f2ca-4a6d-b9ca-4e6cf5c0f7a5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "69275b9a-cfb5-482c-a9c4-8ffc79adf2c7", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "6d747f3a-3764-469a-a645-f977585c5aac", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}], "revision_number": 4, "project_id": "310f5853751a4c968f3eeb0a3d99a0a8", "id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "created_at": "2018-08-12T05:34:42Z", "updated_at": "2018-08-12T05:34:42Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "199582e8-25aa-457a-aa7c-6d8413ca4464", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "234f3609-4454-448f-919d-c8143c7cd764", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "c1061460-71a2-49a9-a04b-9fa33eeb17ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "d21ac532-51d8-4d6b-8300-7bac216759bf", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}], "revision_number": 4, "project_id": "9f6c1a272706419c9a74b0893b2890e8", "id": "d6739716-c693-460c-89c6-e7c8c48f8245", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "created_at": "2018-08-12T05:34:54Z", "updated_at": "2018-08-12T05:34:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "0633a05a-ee7d-4476-a56b-75d011b22f77", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "6cc1b9f8-73db-47a3-a0e0-3c96c43f34da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "90d99a6b-e94f-4fd8-a10c-f19dd8954c13", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "e843c139-af2a-4d2c-a24f-59f7b10ff72e", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}], "revision_number": 4, "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "created_at": "2018-08-12T05:09:07Z", "updated_at": "2018-08-12T05:09:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "5495e168-f505-4d74-ae6d-387f0bf533c2", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "6fd19b8b-3062-456e-81ba-3ff37fe43429", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8ca59d25-485c-46ce-939c-2e4a468caeac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8f190846-50a0-42b9-b571-390809b752b1", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}], "revision_number": 4, "project_id": "fa9ca6d7608b4d7d87ce97331679a481", "id": "edcd9b17-9416-4c25-823c-060c435e18d7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "created_at": "2018-08-12T05:34:52Z", "updated_at": "2018-08-12T05:34:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "2c7e484e-6ec5-4a95-8c9c-66d294c0c27e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "70c74258-3c2c-4efc-87e0-079c26ee3417", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "b70382fa-082e-4c2b-abc8-87490fa50b11", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "c3628e02-b4b6-42c9-8751-c1a2d3c19caa", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}], "revision_number": 4, "project_id": "87db863ba6e348b0a5ddcb67053db9d1", "id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "name": "default"}]} 2018-08-12 08:11:23,817 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-62101fd7-7242-4b72-84a9-1cb16b7e0ac4 2018-08-12 08:11:23,825 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cf24a0d4cecb8d4b3581622e62df887f71234de" 2018-08-12 08:11:23,916 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:11:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e53779e0-557f-4284-b0df-915878da3def Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 5fe28c13d4d74ba2be8d019ac1ea6363.", "code": 404, "title": "Not Found"}} 2018-08-12 08:11:23,916 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 used request id req-e53779e0-557f-4284-b0df-915878da3def 2018-08-12 08:11:23,916 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:11:23,919 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cf24a0d4cecb8d4b3581622e62df887f71234de" 2018-08-12 08:11:24,007 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:11:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bdce8f48-19fe-4269-b952-3d437619dfdf Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa5a7fe6ee54472ba01638877aade8e3.", "code": 404, "title": "Not Found"}} 2018-08-12 08:11:24,008 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 used request id req-bdce8f48-19fe-4269-b952-3d437619dfdf 2018-08-12 08:11:24,008 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:11:24,011 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cf24a0d4cecb8d4b3581622e62df887f71234de" 2018-08-12 08:11:24,104 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:11:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d0cbb5a8-856f-4cc1-986e-775ef924a26a Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ea65becf30e54b27aa96a449698a435e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:11:24,104 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e used request id req-d0cbb5a8-856f-4cc1-986e-775ef924a26a 2018-08-12 08:11:24,104 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:11:24,108 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cf24a0d4cecb8d4b3581622e62df887f71234de" 2018-08-12 08:11:24,197 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:11:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c08a0024-42ce-4fb6-919e-d41e15ad8a51 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ff7abd7bb61f4f2889831e932d65dc2e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:11:24,197 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e used request id req-c08a0024-42ce-4fb6-919e-d41e15ad8a51 2018-08-12 08:11:24,198 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:11:24,201 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cf24a0d4cecb8d4b3581622e62df887f71234de" 2018-08-12 08:11:24,288 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:11:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b6c6f2a9-958c-4181-bb74-9c510ff75e05 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3a85ceae958d4d9fba68847e7df67db8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:11:24,288 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 used request id req-b6c6f2a9-958c-4181-bb74-9c510ff75e05 2018-08-12 08:11:24,288 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:11:24,291 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cf24a0d4cecb8d4b3581622e62df887f71234de" 2018-08-12 08:11:24,382 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:11:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ffa3d26c-a05d-4c01-8111-1a7007a81e75 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 85517fcf1c6247e699fdcdd42ecc8c79.", "code": 404, "title": "Not Found"}} 2018-08-12 08:11:24,382 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 used request id req-ffa3d26c-a05d-4c01-8111-1a7007a81e75 2018-08-12 08:11:24,382 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:11:24,386 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cf24a0d4cecb8d4b3581622e62df887f71234de" 2018-08-12 08:11:24,487 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:11:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-99e42638-a3fe-4c7e-8627-4a2b1523d706 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}} 2018-08-12 08:11:24,487 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe used request id req-99e42638-a3fe-4c7e-8627-4a2b1523d706 2018-08-12 08:11:24,491 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cf24a0d4cecb8d4b3581622e62df887f71234de" 2018-08-12 08:11:24,574 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:11:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f915eaf8-8246-4b89-9424-da361258ebec Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 315a428116f24d9fbb826b37080a918e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:11:24,574 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e used request id req-f915eaf8-8246-4b89-9424-da361258ebec 2018-08-12 08:11:24,574 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:11:24,578 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cf24a0d4cecb8d4b3581622e62df887f71234de" 2018-08-12 08:11:24,676 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:11:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b8ab8b4e-5925-4253-9b12-add898509e75 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 11a46741b7954b959fd7764109c047b6.", "code": 404, "title": "Not Found"}} 2018-08-12 08:11:24,676 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 used request id req-b8ab8b4e-5925-4253-9b12-add898509e75 2018-08-12 08:11:24,677 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:11:24,680 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cf24a0d4cecb8d4b3581622e62df887f71234de" 2018-08-12 08:11:24,773 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:11:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e517d69f-38b7-4909-8d8f-a948a8cea059 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3c01cd58055c44ecaef39f7e625c2258.", "code": 404, "title": "Not Found"}} 2018-08-12 08:11:24,773 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 used request id req-e517d69f-38b7-4909-8d8f-a948a8cea059 2018-08-12 08:11:24,774 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:11:24,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cf24a0d4cecb8d4b3581622e62df887f71234de" 2018-08-12 08:11:24,864 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:11:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bdf28a49-f037-4b2e-abef-805a54d22cd9 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 521007c1818145639e93ceb270559219.", "code": 404, "title": "Not Found"}} 2018-08-12 08:11:24,864 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 used request id req-bdf28a49-f037-4b2e-abef-805a54d22cd9 2018-08-12 08:11:24,864 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:11:24,867 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cf24a0d4cecb8d4b3581622e62df887f71234de" 2018-08-12 08:11:24,962 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:11:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-14c88a4e-b2f9-4404-bf60-6f3b3dc3cc87 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e18fcc7fc10a4fd0b20234f8520d0aab.", "code": 404, "title": "Not Found"}} 2018-08-12 08:11:24,962 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab used request id req-14c88a4e-b2f9-4404-bf60-6f3b3dc3cc87 2018-08-12 08:11:24,963 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:11:24,966 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cf24a0d4cecb8d4b3581622e62df887f71234de" 2018-08-12 08:11:25,064 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:11:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f17f2d9d-db1a-4254-8a43-4bcd728aeed0 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "310f5853751a4c968f3eeb0a3d99a0a8", "name": "service"}} 2018-08-12 08:11:25,064 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 used request id req-f17f2d9d-db1a-4254-8a43-4bcd728aeed0 2018-08-12 08:11:25,067 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cf24a0d4cecb8d4b3581622e62df887f71234de" 2018-08-12 08:11:25,152 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:11:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fc94804c-9553-44bb-a9e3-980e6c3b36f8 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9f6c1a272706419c9a74b0893b2890e8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:11:25,152 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 used request id req-fc94804c-9553-44bb-a9e3-980e6c3b36f8 2018-08-12 08:11:25,152 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:11:25,156 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/34cb7327fcfc4b52a63b4b8c0ea4a54d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cf24a0d4cecb8d4b3581622e62df887f71234de" 2018-08-12 08:11:25,247 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:11:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8930c007-e9e8-4878-9389-624f8f49b445 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 34cb7327fcfc4b52a63b4b8c0ea4a54d.", "code": 404, "title": "Not Found"}} 2018-08-12 08:11:25,248 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/34cb7327fcfc4b52a63b4b8c0ea4a54d used request id req-8930c007-e9e8-4878-9389-624f8f49b445 2018-08-12 08:11:25,248 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:11:25,251 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa9ca6d7608b4d7d87ce97331679a481 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cf24a0d4cecb8d4b3581622e62df887f71234de" 2018-08-12 08:11:25,345 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:11:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1160158a-7039-4871-87ae-5bc4e99f213a Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa9ca6d7608b4d7d87ce97331679a481.", "code": 404, "title": "Not Found"}} 2018-08-12 08:11:25,346 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa9ca6d7608b4d7d87ce97331679a481 used request id req-1160158a-7039-4871-87ae-5bc4e99f213a 2018-08-12 08:11:25,346 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:11:25,349 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/87db863ba6e348b0a5ddcb67053db9d1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cf24a0d4cecb8d4b3581622e62df887f71234de" 2018-08-12 08:11:25,434 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:11:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-36ba9cae-7b27-49cd-b1b1-3b6d344bac9b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87db863ba6e348b0a5ddcb67053db9d1.", "code": 404, "title": "Not Found"}} 2018-08-12 08:11:25,435 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/87db863ba6e348b0a5ddcb67053db9d1 used request id req-36ba9cae-7b27-49cd-b1b1-3b6d344bac9b 2018-08-12 08:11:25,435 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:11:25,436 - keystone_utils - INFO - Deleting project with name - CreateKeypairsCleanupTests-49d1a722-b0d2-418-proj 2018-08-12 08:11:25,439 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/8d7af7b13a514afbbb1619e2d4ed8e88 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cf24a0d4cecb8d4b3581622e62df887f71234de" 2018-08-12 08:11:25,677 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:11:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ed13a7e1-cbf8-4573-96e0-216b9aa672c5 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 08:11:25,677 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/8d7af7b13a514afbbb1619e2d4ed8e88 used request id req-ed13a7e1-cbf8-4573-96e0-216b9aa672c5 2018-08-12 08:11:25,677 - keystone_utils - INFO - Deleting role with name - CreateKeypairsCleanupTests-49d1a722-b0d2-418-proj-role 2018-08-12 08:11:25,681 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/60d2323ff2bc4b6f88f705ab53098d9d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cf24a0d4cecb8d4b3581622e62df887f71234de" 2018-08-12 08:11:25,803 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:11:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2d1d3e29-2c5e-4125-9acf-a79cbb798257 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 08:11:25,803 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/60d2323ff2bc4b6f88f705ab53098d9d used request id req-2d1d3e29-2c5e-4125-9acf-a79cbb798257 2018-08-12 08:11:25,807 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cf24a0d4cecb8d4b3581622e62df887f71234de" 2018-08-12 08:11:25,894 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:11:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-74cf3a5c-18c3-48fd-9e97-01287dc50d22 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:11:25,894 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-74cf3a5c-18c3-48fd-9e97-01287dc50d22 2018-08-12 08:11:25,895 - keystone_utils - INFO - Deleting user with name - CreateKeypairsCleanupTests-49d1a722-b0d2-418-user 2018-08-12 08:11:25,898 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/f3cc391b9ad54023906668c5e808443c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1ccd3bef8e4306d5dc9bcca9e49eb22bfd4df7b" 2018-08-12 08:11:26,086 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:11:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-eb89892e-709b-4643-899b-f0082fc92b56 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 08:11:26,086 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/f3cc391b9ad54023906668c5e808443c used request id req-eb89892e-709b-4643-899b-f0082fc92b56 2018-08-12 08:11:26,087 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:11:26,480 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:11:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["kCx0YcUgT2qimdgaP6V64A"], "issued_at": "2018-08-12T08:11:26.000000Z"}} 2018-08-12 08:11:26,480 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}2cb71e6580c5b7f31d98b5666e5988b9b68f6306" 2018-08-12 08:11:26,563 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:11:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-47b51db4-91cf-42e5-9453-e5eec9e60f64 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:11:26,563 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-47b51db4-91cf-42e5-9453-e5eec9e60f64 2018-08-12 08:11:26,564 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:11:26,565 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:11:26,963 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:11:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["7S4CN4lOSbCw2CYB1EABrg"], "issued_at": "2018-08-12T08:11:26.000000Z"}} 2018-08-12 08:11:26,963 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}8b51dcc112644886e879eae9e652c5c7db536815" 2018-08-12 08:11:27,056 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:11:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-724241c7-e7e8-4e6a-9588-69b5094d65b3 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:11:27,056 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-724241c7-e7e8-4e6a-9588-69b5094d65b3 2018-08-12 08:11:27,060 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:11:27,065 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:11:27 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:11:27,066 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-e301e94e-a06d-406-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b51dcc112644886e879eae9e652c5c7db536815" 2018-08-12 08:11:27,156 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:11:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-73aeedb6-fc0c-487e-b124-4a6d0fa6073b Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-e301e94e-a06d-406-proj", "previous": null, "next": null}, "projects": []} 2018-08-12 08:11:27,156 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-e301e94e-a06d-406-proj used request id req-73aeedb6-fc0c-487e-b124-4a6d0fa6073b 2018-08-12 08:11:27,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b51dcc112644886e879eae9e652c5c7db536815" 2018-08-12 08:11:27,254 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:11:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-66cb83b5-3920-466d-87f4-d15080c4f57a Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:11:27,254 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-66cb83b5-3920-466d-87f4-d15080c4f57a 2018-08-12 08:11:27,258 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b51dcc112644886e879eae9e652c5c7db536815" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateNetworkSuccessTests-e301e94e-a06d-406-proj"}}' 2018-08-12 08:11:27,371 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:11:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f7eed224-accc-49e4-a544-59afd664048f Content-Length: 322 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/8172e88e9403404a80d906e28909ffdc"}, "tags": [], "enabled": true, "id": "8172e88e9403404a80d906e28909ffdc", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-e301e94e-a06d-406-proj"}} 2018-08-12 08:11:27,372 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-f7eed224-accc-49e4-a544-59afd664048f 2018-08-12 08:11:27,372 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-e301e94e-a06d-406-proj 2018-08-12 08:11:27,372 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:11:27,373 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:11:27,778 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:11:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["PcvizeXQR06f9RnkYDcIRA"], "issued_at": "2018-08-12T08:11:27.000000Z"}} 2018-08-12 08:11:27,779 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}7b45524d2f0eac99d62602656646b1f921af6ff3" 2018-08-12 08:11:27,870 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:11:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d8ad6c2c-bb94-47b3-871c-3ecb1ffd06de Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:11:27,870 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-d8ad6c2c-bb94-47b3-871c-3ecb1ffd06de 2018-08-12 08:11:27,874 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:11:27,880 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:11:27 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:11:27,881 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b45524d2f0eac99d62602656646b1f921af6ff3" 2018-08-12 08:11:27,992 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:11:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fa24591d-25ef-4b52-ad53-fef4ad0af26c Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/105a247548624314b9228f85f6325f0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105a247548624314b9228f85f6325f0b", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/1c5de0eaa44543f08da6ad63a51594ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c5de0eaa44543f08da6ad63a51594ff", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/1d127b5b832547a88a547c116dfdd65b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d127b5b832547a88a547c116dfdd65b", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/1d5cfc170d624ce4ae53ae0507c8d517"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d5cfc170d624ce4ae53ae0507c8d517", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/2421820b75eb4d3ebd02830378d1377b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2421820b75eb4d3ebd02830378d1377b", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/40bd8ee54ecf44868cc83cede652c396"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40bd8ee54ecf44868cc83cede652c396", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/4f32fb8153854c4c9f5094b42b523f80"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f32fb8153854c4c9f5094b42b523f80", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7066130d08fb4db7bf4ab468de53933b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7066130d08fb4db7bf4ab468de53933b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/8d0898a83bcf4521bbc11501d5d7ac89"}, "domain_id": "1eec97585bde483292ece28ee11f4b8d", "enabled": true, "options": {}, "id": "8d0898a83bcf4521bbc11501d5d7ac89", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/9defcced327d476f8a3beab718a13da3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9defcced327d476f8a3beab718a13da3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/b80ee4f6992446e0879624dd436e99a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b80ee4f6992446e0879624dd436e99a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b86fd3e011324d398fcdb6f095a20a9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b86fd3e011324d398fcdb6f095a20a9d", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1701d2754064b5cadf765ea0806f9b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1701d2754064b5cadf765ea0806f9b2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/db4e7b8d76d549faa502716565c733dd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db4e7b8d76d549faa502716565c733dd", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-12 08:11:27,993 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-fa24591d-25ef-4b52-ad53-fef4ad0af26c 2018-08-12 08:11:27,996 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateNetworkSuccessTests-e301e94e-a06d-406-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b45524d2f0eac99d62602656646b1f921af6ff3" 2018-08-12 08:11:28,093 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:11:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6d015f8e-b954-485d-8824-5ba31e73bc01 Content-Encoding: gzip Content-Length: 258 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateNetworkSuccessTests-e301e94e-a06d-406-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/8172e88e9403404a80d906e28909ffdc"}, "tags": [], "enabled": true, "id": "8172e88e9403404a80d906e28909ffdc", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-e301e94e-a06d-406-proj"}]} 2018-08-12 08:11:28,094 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateNetworkSuccessTests-e301e94e-a06d-406-proj used request id req-6d015f8e-b954-485d-8824-5ba31e73bc01 2018-08-12 08:11:28,097 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b45524d2f0eac99d62602656646b1f921af6ff3" 2018-08-12 08:11:28,182 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:11:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9a46b6fd-f86a-423f-a559-0779b1445904 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:11:28,183 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-9a46b6fd-f86a-423f-a559-0779b1445904 2018-08-12 08:11:28,570 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-e301e94e-a06d-406-user 2018-08-12 08:11:28,570 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:11:28,574 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b51dcc112644886e879eae9e652c5c7db536815" 2018-08-12 08:11:28,668 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:11:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7423a29c-165b-4992-af40-e976f2444a86 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:11:28,668 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-7423a29c-165b-4992-af40-e976f2444a86 2018-08-12 08:11:28,672 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b51dcc112644886e879eae9e652c5c7db536815" -d '{"role": {"name": "CreateNetworkSuccessTests-e301e94e-a06d-406-proj-role"}}' 2018-08-12 08:11:28,773 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:11:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a54db081-37f9-4b64-8ed5-411c7cbd992c Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "33b11abb543a48e098c9d75ebacfc6e7", "links": {"self": "http://172.30.9.21:5000/v3/roles/33b11abb543a48e098c9d75ebacfc6e7"}, "name": "CreateNetworkSuccessTests-e301e94e-a06d-406-proj-role"}} 2018-08-12 08:11:28,773 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-a54db081-37f9-4b64-8ed5-411c7cbd992c 2018-08-12 08:11:28,774 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-e301e94e-a06d-406-proj-role 2018-08-12 08:11:28,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/33b11abb543a48e098c9d75ebacfc6e7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b51dcc112644886e879eae9e652c5c7db536815" 2018-08-12 08:11:28,862 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:11:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e78c29db-62ee-45cb-bf9c-472dd5b06108 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "33b11abb543a48e098c9d75ebacfc6e7", "links": {"self": "http://172.30.9.21:5000/v3/roles/33b11abb543a48e098c9d75ebacfc6e7"}, "name": "CreateNetworkSuccessTests-e301e94e-a06d-406-proj-role"}} 2018-08-12 08:11:28,862 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/33b11abb543a48e098c9d75ebacfc6e7 used request id req-e78c29db-62ee-45cb-bf9c-472dd5b06108 2018-08-12 08:11:28,862 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-e301e94e-a06d-406-proj-role to project CreateNetworkSuccessTests-e301e94e-a06d-406-proj 2018-08-12 08:11:28,865 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/8172e88e9403404a80d906e28909ffdc/users/41578185e5bc4e09895befbc5011f272/roles/33b11abb543a48e098c9d75ebacfc6e7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b51dcc112644886e879eae9e652c5c7db536815" 2018-08-12 08:11:29,003 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:11:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-189691ac-add6-4071-ade2-9fe315927df3 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 08:11:29,003 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/8172e88e9403404a80d906e28909ffdc/users/41578185e5bc4e09895befbc5011f272/roles/33b11abb543a48e098c9d75ebacfc6e7 used request id req-189691ac-add6-4071-ade2-9fe315927df3 2018-08-12 08:11:29,004 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:11:29,004 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:11:29,004 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:11:29,005 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:11:29,005 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:11:29,006 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:11:29,007 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:11:29,399 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33b11abb543a48e098c9d75ebacfc6e7", "name": "CreateNetworkSuccessTests-e301e94e-a06d-406-proj-role"}], "expires_at": "2018-08-12T09:11:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8172e88e9403404a80d906e28909ffdc", "name": "CreateNetworkSuccessTests-e301e94e-a06d-406-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/8172e88e9403404a80d906e28909ffdc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/8172e88e9403404a80d906e28909ffdc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/8172e88e9403404a80d906e28909ffdc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_8172e88e9403404a80d906e28909ffdc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_8172e88e9403404a80d906e28909ffdc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/8172e88e9403404a80d906e28909ffdc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/8172e88e9403404a80d906e28909ffdc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/8172e88e9403404a80d906e28909ffdc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/8172e88e9403404a80d906e28909ffdc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/8172e88e9403404a80d906e28909ffdc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/8172e88e9403404a80d906e28909ffdc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/8172e88e9403404a80d906e28909ffdc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/8172e88e9403404a80d906e28909ffdc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/8172e88e9403404a80d906e28909ffdc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-e301e94e-a06d-406-user", "id": "41578185e5bc4e09895befbc5011f272"}, "audit_ids": ["-u8719ZJQyaghaK7bIlU0Q"], "issued_at": "2018-08-12T08:11:29.000000Z"}} 2018-08-12 08:11:29,400 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}f193bf59d16a7dc6599d2379d6e95bfcf4055480" 2018-08-12 08:11:29,494 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:11:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-06faea6f-3a7f-405f-b43a-7ce94c97357e Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:11:29,494 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-06faea6f-3a7f-405f-b43a-7ce94c97357e 2018-08-12 08:11:29,495 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:11:29,495 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:11:29,496 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:11:29,496 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:11:29,496 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:11:29,502 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateNetworkSuccessTests-91571599-46dd-40af-a85f-650804482775-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f193bf59d16a7dc6599d2379d6e95bfcf4055480" 2018-08-12 08:11:29,706 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-3b82e198-3636-4ee2-94ea-a7423dee97c7 Date: Sun, 12 Aug 2018 08:11:29 GMT RESP BODY: {"networks":[]} 2018-08-12 08:11:29,706 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateNetworkSuccessTests-91571599-46dd-40af-a85f-650804482775-pub-net used request id req-3b82e198-3636-4ee2-94ea-a7423dee97c7 2018-08-12 08:11:29,706 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-91571599-46dd-40af-a85f-650804482775-pub-net 2018-08-12 08:11:29,709 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f193bf59d16a7dc6599d2379d6e95bfcf4055480" -d '{"network": {"mtu": 999, "name": "CreateNetworkSuccessTests-91571599-46dd-40af-a85f-650804482775-pub-net", "admin_state_up": true}}' 2018-08-12 08:11:30,316 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 606 X-Openstack-Request-Id: req-714dd45a-48e4-40ed-b1dd-ca5fabcb1542 Date: Sun, 12 Aug 2018 08:11:30 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"8172e88e9403404a80d906e28909ffdc","created_at":"2018-08-12T08:11:30Z","tags":[],"ipv6_address_scope":null,"mtu":999,"updated_at":"2018-08-12T08:11:30Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"8172e88e9403404a80d906e28909ffdc","id":"f426a933-006b-4437-bab7-86ff15102b52","name":"CreateNetworkSuccessTests-91571599-46dd-40af-a85f-650804482775-pub-net"}} 2018-08-12 08:11:30,316 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-714dd45a-48e4-40ed-b1dd-ca5fabcb1542 2018-08-12 08:11:30,322 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=f426a933-006b-4437-bab7-86ff15102b52 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f193bf59d16a7dc6599d2379d6e95bfcf4055480" 2018-08-12 08:11:30,584 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-fec1e0b4-cc17-403f-818a-b45d2343ca9d Date: Sun, 12 Aug 2018 08:11:30 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-12T08:11:30Z","tenant_id":"8172e88e9403404a80d906e28909ffdc","created_at":"2018-08-12T08:11:30Z","tags":[],"ipv6_address_scope":null,"mtu":999,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"8172e88e9403404a80d906e28909ffdc","id":"f426a933-006b-4437-bab7-86ff15102b52","name":"CreateNetworkSuccessTests-91571599-46dd-40af-a85f-650804482775-pub-net"}]} 2018-08-12 08:11:30,584 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=f426a933-006b-4437-bab7-86ff15102b52 used request id req-fec1e0b4-cc17-403f-818a-b45d2343ca9d 2018-08-12 08:11:30,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=f426a933-006b-4437-bab7-86ff15102b52 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f193bf59d16a7dc6599d2379d6e95bfcf4055480" 2018-08-12 08:11:30,795 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-31cd8599-cb3b-45f8-b072-a1ba2ddda3eb Date: Sun, 12 Aug 2018 08:11:30 GMT RESP BODY: {"subnets":[]} 2018-08-12 08:11:30,795 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=f426a933-006b-4437-bab7-86ff15102b52 used request id req-31cd8599-cb3b-45f8-b072-a1ba2ddda3eb 2018-08-12 08:11:30,796 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-91571599-46dd-40af-a85f-650804482775-pub-subnet 2018-08-12 08:11:30,800 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f193bf59d16a7dc6599d2379d6e95bfcf4055480" -d '{"subnets": [{"ip_version": 4, "network_id": "f426a933-006b-4437-bab7-86ff15102b52", "cidr": "10.55.1.0/24", "name": "CreateNetworkSuccessTests-91571599-46dd-40af-a85f-650804482775-pub-subnet"}]}' 2018-08-12 08:11:31,748 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-c2a7b9f7-3cfd-44f5-9749-b64e1c944fa2 Date: Sun, 12 Aug 2018 08:11:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f426a933-006b-4437-bab7-86ff15102b52","tenant_id":"8172e88e9403404a80d906e28909ffdc","created_at":"2018-08-12T08:11:31Z","dns_nameservers":[],"updated_at":"2018-08-12T08:11:31Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"8172e88e9403404a80d906e28909ffdc","id":"0758abcc-b8d8-4db7-bc0a-5fa9d8c14631","subnetpool_id":null,"name":"CreateNetworkSuccessTests-91571599-46dd-40af-a85f-650804482775-pub-subnet"}]} 2018-08-12 08:11:31,748 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-c2a7b9f7-3cfd-44f5-9749-b64e1c944fa2 2018-08-12 08:11:31,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=f426a933-006b-4437-bab7-86ff15102b52 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f193bf59d16a7dc6599d2379d6e95bfcf4055480" 2018-08-12 08:11:32,059 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 634 X-Openstack-Request-Id: req-4c74fae4-f998-49bd-918c-170ceecb0d0d Date: Sun, 12 Aug 2018 08:11:32 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":["0758abcc-b8d8-4db7-bc0a-5fa9d8c14631"],"updated_at":"2018-08-12T08:11:31Z","tenant_id":"8172e88e9403404a80d906e28909ffdc","created_at":"2018-08-12T08:11:30Z","tags":[],"ipv6_address_scope":null,"mtu":999,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"8172e88e9403404a80d906e28909ffdc","id":"f426a933-006b-4437-bab7-86ff15102b52","name":"CreateNetworkSuccessTests-91571599-46dd-40af-a85f-650804482775-pub-net"}]} 2018-08-12 08:11:32,059 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=f426a933-006b-4437-bab7-86ff15102b52 used request id req-4c74fae4-f998-49bd-918c-170ceecb0d0d 2018-08-12 08:11:32,066 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=f426a933-006b-4437-bab7-86ff15102b52 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f193bf59d16a7dc6599d2379d6e95bfcf4055480" 2018-08-12 08:11:32,119 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-db7bc2f6-9894-4c25-a476-d57b501cc6cf Date: Sun, 12 Aug 2018 08:11:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f426a933-006b-4437-bab7-86ff15102b52","tenant_id":"8172e88e9403404a80d906e28909ffdc","created_at":"2018-08-12T08:11:31Z","dns_nameservers":[],"updated_at":"2018-08-12T08:11:31Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"8172e88e9403404a80d906e28909ffdc","id":"0758abcc-b8d8-4db7-bc0a-5fa9d8c14631","subnetpool_id":null,"name":"CreateNetworkSuccessTests-91571599-46dd-40af-a85f-650804482775-pub-subnet"}]} 2018-08-12 08:11:32,119 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=f426a933-006b-4437-bab7-86ff15102b52 used request id req-db7bc2f6-9894-4c25-a476-d57b501cc6cf 2018-08-12 08:11:32,120 - OpenStackNetwork - DEBUG - Network [f426a933-006b-4437-bab7-86ff15102b52] created successfully 2018-08-12 08:11:32,120 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:11:32,517 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33b11abb543a48e098c9d75ebacfc6e7", "name": "CreateNetworkSuccessTests-e301e94e-a06d-406-proj-role"}], "expires_at": "2018-08-12T09:11:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8172e88e9403404a80d906e28909ffdc", "name": "CreateNetworkSuccessTests-e301e94e-a06d-406-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/8172e88e9403404a80d906e28909ffdc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/8172e88e9403404a80d906e28909ffdc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/8172e88e9403404a80d906e28909ffdc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_8172e88e9403404a80d906e28909ffdc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_8172e88e9403404a80d906e28909ffdc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/8172e88e9403404a80d906e28909ffdc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/8172e88e9403404a80d906e28909ffdc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/8172e88e9403404a80d906e28909ffdc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/8172e88e9403404a80d906e28909ffdc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/8172e88e9403404a80d906e28909ffdc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/8172e88e9403404a80d906e28909ffdc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/8172e88e9403404a80d906e28909ffdc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/8172e88e9403404a80d906e28909ffdc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/8172e88e9403404a80d906e28909ffdc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-e301e94e-a06d-406-user", "id": "41578185e5bc4e09895befbc5011f272"}, "audit_ids": ["itsZthpCREmchrHO8Aqwww"], "issued_at": "2018-08-12T08:11:32.000000Z"}} 2018-08-12 08:11:32,523 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateNetworkSuccessTests-91571599-46dd-40af-a85f-650804482775-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2bcb47193b4f4e4bc5ad1d189f7f45f3908d3a2" 2018-08-12 08:11:32,843 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 634 X-Openstack-Request-Id: req-77636f91-3f27-4a07-b3a5-d6b1955ed77e Date: Sun, 12 Aug 2018 08:11:32 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":["0758abcc-b8d8-4db7-bc0a-5fa9d8c14631"],"updated_at":"2018-08-12T08:11:31Z","tenant_id":"8172e88e9403404a80d906e28909ffdc","created_at":"2018-08-12T08:11:30Z","tags":[],"ipv6_address_scope":null,"mtu":999,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"8172e88e9403404a80d906e28909ffdc","id":"f426a933-006b-4437-bab7-86ff15102b52","name":"CreateNetworkSuccessTests-91571599-46dd-40af-a85f-650804482775-pub-net"}]} 2018-08-12 08:11:32,844 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateNetworkSuccessTests-91571599-46dd-40af-a85f-650804482775-pub-net used request id req-77636f91-3f27-4a07-b3a5-d6b1955ed77e 2018-08-12 08:11:32,847 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:11:32,852 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:11:32 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:11:32,853 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/8172e88e9403404a80d906e28909ffdc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cb71e6580c5b7f31d98b5666e5988b9b68f6306" 2018-08-12 08:11:32,944 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:11:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e17d6c8d-dadd-47be-87a5-f6ba16d07a51 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/8172e88e9403404a80d906e28909ffdc"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "8172e88e9403404a80d906e28909ffdc", "name": "CreateNetworkSuccessTests-e301e94e-a06d-406-proj"}} 2018-08-12 08:11:32,944 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/8172e88e9403404a80d906e28909ffdc used request id req-e17d6c8d-dadd-47be-87a5-f6ba16d07a51 2018-08-12 08:11:32,949 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=f426a933-006b-4437-bab7-86ff15102b52 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2bcb47193b4f4e4bc5ad1d189f7f45f3908d3a2" 2018-08-12 08:11:33,186 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-19bdb9f4-75e5-481b-9e68-ce1db8249c38 Date: Sun, 12 Aug 2018 08:11:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f426a933-006b-4437-bab7-86ff15102b52","tenant_id":"8172e88e9403404a80d906e28909ffdc","created_at":"2018-08-12T08:11:31Z","dns_nameservers":[],"updated_at":"2018-08-12T08:11:31Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"8172e88e9403404a80d906e28909ffdc","id":"0758abcc-b8d8-4db7-bc0a-5fa9d8c14631","subnetpool_id":null,"name":"CreateNetworkSuccessTests-91571599-46dd-40af-a85f-650804482775-pub-subnet"}]} 2018-08-12 08:11:33,187 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=f426a933-006b-4437-bab7-86ff15102b52 used request id req-19bdb9f4-75e5-481b-9e68-ce1db8249c38 2018-08-12 08:11:33,187 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-91571599-46dd-40af-a85f-650804482775-pub-subnet 2018-08-12 08:11:33,187 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-91571599-46dd-40af-a85f-650804482775-pub-subnet 2018-08-12 08:11:33,190 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/0758abcc-b8d8-4db7-bc0a-5fa9d8c14631 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2bcb47193b4f4e4bc5ad1d189f7f45f3908d3a2" 2018-08-12 08:11:36,061 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-4cc1db22-d9fa-4494-8761-2603ddda1321 Date: Sun, 12 Aug 2018 08:11:36 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:11:36,061 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/0758abcc-b8d8-4db7-bc0a-5fa9d8c14631 used request id req-4cc1db22-d9fa-4494-8761-2603ddda1321 2018-08-12 08:11:36,061 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-91571599-46dd-40af-a85f-650804482775-pub-net 2018-08-12 08:11:36,066 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/f426a933-006b-4437-bab7-86ff15102b52 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2bcb47193b4f4e4bc5ad1d189f7f45f3908d3a2" 2018-08-12 08:11:37,945 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-6df6aa11-d38a-4b3d-b8c0-cc870b31cc6f Date: Sun, 12 Aug 2018 08:11:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:11:37,945 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/f426a933-006b-4437-bab7-86ff15102b52 used request id req-6df6aa11-d38a-4b3d-b8c0-cc870b31cc6f 2018-08-12 08:11:37,950 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateNetworkSuccessTests-91571599-46dd-40af-a85f-650804482775-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2bcb47193b4f4e4bc5ad1d189f7f45f3908d3a2" 2018-08-12 08:11:38,140 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-68e9542d-ea13-4a13-b195-d44f2934c28c Date: Sun, 12 Aug 2018 08:11:38 GMT RESP BODY: {"networks":[]} 2018-08-12 08:11:38,140 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateNetworkSuccessTests-91571599-46dd-40af-a85f-650804482775-pub-net used request id req-68e9542d-ea13-4a13-b195-d44f2934c28c 2018-08-12 08:11:38,140 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-91571599-46dd-40af-a85f-650804482775-pub-subnet 2018-08-12 08:11:38,140 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-91571599-46dd-40af-a85f-650804482775-pub-subnet 2018-08-12 08:11:38,145 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/0758abcc-b8d8-4db7-bc0a-5fa9d8c14631 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f193bf59d16a7dc6599d2379d6e95bfcf4055480" 2018-08-12 08:11:38,176 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 136 X-Openstack-Request-Id: req-8f1fc706-9ec7-4811-8f4b-c98c936313bf Date: Sun, 12 Aug 2018 08:11:38 GMT RESP BODY: {"NeutronError": {"message": "Subnet 0758abcc-b8d8-4db7-bc0a-5fa9d8c14631 could not be found.", "type": "SubnetNotFound", "detail": ""}} 2018-08-12 08:11:38,176 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/0758abcc-b8d8-4db7-bc0a-5fa9d8c14631 used request id req-8f1fc706-9ec7-4811-8f4b-c98c936313bf 2018-08-12 08:11:38,177 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Subnet 0758abcc-b8d8-4db7-bc0a-5fa9d8c14631 could not be found.", "type": "SubnetNotFound", "detail": ""}} 2018-08-12 08:11:38,177 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-91571599-46dd-40af-a85f-650804482775-pub-net 2018-08-12 08:11:38,181 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/f426a933-006b-4437-bab7-86ff15102b52 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f193bf59d16a7dc6599d2379d6e95bfcf4055480" 2018-08-12 08:11:38,378 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 138 X-Openstack-Request-Id: req-997b67b6-86b4-441f-bc5e-9f2acedc6b79 Date: Sun, 12 Aug 2018 08:11:38 GMT RESP BODY: {"NeutronError": {"message": "Network f426a933-006b-4437-bab7-86ff15102b52 could not be found.", "type": "NetworkNotFound", "detail": ""}} 2018-08-12 08:11:38,379 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/f426a933-006b-4437-bab7-86ff15102b52 used request id req-997b67b6-86b4-441f-bc5e-9f2acedc6b79 2018-08-12 08:11:38,379 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Network f426a933-006b-4437-bab7-86ff15102b52 could not be found.", "type": "NetworkNotFound", "detail": ""}} 2018-08-12 08:11:38,380 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:11:38,380 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:11:38,381 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:11:38,381 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:11:38,381 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:11:38,387 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b51dcc112644886e879eae9e652c5c7db536815" 2018-08-12 08:11:38,662 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 45548 X-Openstack-Request-Id: req-4f0be2cd-f2fb-4db4-bba5-0bf55552484d Date: Sun, 12 Aug 2018 08:11:38 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "created_at": "2018-08-12T06:59:44Z", "updated_at": "2018-08-12T06:59:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "1d7fd960-7865-4453-aecc-8d399b4fad21", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "66820d8a-b785-4b18-bd67-500221c8e4f9", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "74fc7638-a322-4841-8c47-06d36174a200", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "8eaa09ec-8419-4582-9312-1e527afe6e4b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}], "revision_number": 4, "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "created_at": "2018-08-12T05:12:34Z", "updated_at": "2018-08-12T05:12:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "709513d2-af7d-4d0b-bd3c-604fed75a711", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "aa346066-e46f-44f2-94be-2884aa998a19", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "c15f7b93-e56c-4afa-867d-2acb286d4b7b", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "cb0ef83f-5f70-4a80-ad35-431ca9df551e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}], "revision_number": 4, "project_id": "fa5a7fe6ee54472ba01638877aade8e3", "id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8172e88e9403404a80d906e28909ffdc", "created_at": "2018-08-12T08:11:29Z", "updated_at": "2018-08-12T08:11:29Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:11:29Z", "revision_number": 0, "id": "0714cc5d-e80e-4f72-b124-10998ac8bd5c", "remote_group_id": "1a911a5f-c500-494f-bf06-dbd337288190", "remote_ip_prefix": null, "created_at": "2018-08-12T08:11:29Z", "security_group_id": "1a911a5f-c500-494f-bf06-dbd337288190", "tenant_id": "8172e88e9403404a80d906e28909ffdc", "port_range_min": null, "ethertype": "IPv4", "project_id": "8172e88e9403404a80d906e28909ffdc"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:11:29Z", "revision_number": 0, "id": "5dbafff2-a31b-45a1-9b6a-9665598ce71f", "remote_group_id": "1a911a5f-c500-494f-bf06-dbd337288190", "remote_ip_prefix": null, "created_at": "2018-08-12T08:11:29Z", "security_group_id": "1a911a5f-c500-494f-bf06-dbd337288190", "tenant_id": "8172e88e9403404a80d906e28909ffdc", "port_range_min": null, "ethertype": "IPv6", "project_id": "8172e88e9403404a80d906e28909ffdc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:11:29Z", "revision_number": 0, "id": "9d4fb206-ac9b-42d7-8e37-01795a46b9df", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:11:29Z", "security_group_id": "1a911a5f-c500-494f-bf06-dbd337288190", "tenant_id": "8172e88e9403404a80d906e28909ffdc", "port_range_min": null, "ethertype": "IPv6", "project_id": "8172e88e9403404a80d906e28909ffdc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:11:29Z", "revision_number": 0, "id": "f7de69a4-1581-4b36-9613-1e79dcf3a3bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:11:29Z", "security_group_id": "1a911a5f-c500-494f-bf06-dbd337288190", "tenant_id": "8172e88e9403404a80d906e28909ffdc", "port_range_min": null, "ethertype": "IPv4", "project_id": "8172e88e9403404a80d906e28909ffdc"}], "revision_number": 4, "project_id": "8172e88e9403404a80d906e28909ffdc", "id": "1a911a5f-c500-494f-bf06-dbd337288190", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ea65becf30e54b27aa96a449698a435e", "created_at": "2018-08-12T05:10:35Z", "updated_at": "2018-08-12T05:10:35Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "30ad280c-f302-4cd4-a438-5139917b56f9", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "76115c4c-887d-4f0a-83e2-486e4b39c713", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "8ab14937-4c08-4d43-8a9a-662e622cc643", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "ee757a03-5662-4273-9c3e-6212e7afb48f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}], "revision_number": 4, "project_id": "ea65becf30e54b27aa96a449698a435e", "id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "created_at": "2018-08-12T06:20:09Z", "updated_at": "2018-08-12T06:20:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "1123b8f2-75ac-4a26-b9b2-a96da97408e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "2ddd2b93-e080-48cd-9a50-f5fe8a82ad0c", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "cd1bae62-0aea-4438-b4c3-50a69ae6f855", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "e398e01e-ceea-46d1-9534-b929808c4a5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}], "revision_number": 4, "project_id": "ff7abd7bb61f4f2889831e932d65dc2e", "id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "created_at": "2018-08-12T05:34:57Z", "updated_at": "2018-08-12T05:34:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "208a1c1e-f5f8-49c7-9a25-d07e68b1541f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "27bfd867-e607-4bf8-9de8-60682d3f771d", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "49360e1f-6fd3-4f35-b339-24cea95773ee", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "60f631a9-d305-4920-9631-d0543e2ac64f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}], "revision_number": 4, "project_id": "3a85ceae958d4d9fba68847e7df67db8", "id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "created_at": "2018-08-12T05:34:40Z", "updated_at": "2018-08-12T05:34:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "2192c259-363e-4768-ae73-e75837ad63b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "3f87ddc5-f84d-41dc-8215-847724782569", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "7d89f6da-ea78-49dd-9115-f9ad23b250bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "9ec4497d-0f65-44db-9be9-7b3042e4a584", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}], "revision_number": 4, "project_id": "85517fcf1c6247e699fdcdd42ecc8c79", "id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "created_at": "2018-08-12T05:16:02Z", "updated_at": "2018-08-12T05:16:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "1ecacd8c-c1c7-4a66-9871-406a69323b43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "3cc1750c-e0e7-4902-b6f3-494a161b832e", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "d719a7a4-8c99-44ed-8c12-6bf071890203", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "fe7421b5-d577-41da-8c78-62f3c07eda92", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}], "revision_number": 4, "project_id": "a267b9a156244bb192691cff6e5f74fe", "id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "315a428116f24d9fbb826b37080a918e", "created_at": "2018-08-12T05:11:31Z", "updated_at": "2018-08-12T05:11:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "5e52886a-1dc3-4a81-a55d-f388dc4fd1a1", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "678e32e4-d64c-448a-a4ab-e253ab94ae90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "a8da1539-e3ad-4f90-b2df-3dc1f09d228a", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "b73d5cc9-0205-4658-bb1f-61a042c0ab8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}], "revision_number": 4, "project_id": "315a428116f24d9fbb826b37080a918e", "id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-12T05:08:01Z", "updated_at": "2018-08-12T05:08:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:01Z", "revision_number": 0, "id": "0fb05d03-1117-45d0-930c-b6d4c96ef102", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "4faaab33-5788-4bbd-85b8-0fb44d41413a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "96d0c5a0-5c67-421b-8fc8-2b46d77e5db3", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "dd78519b-4bc5-4e8e-ad0f-58089dd69347", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "11a46741b7954b959fd7764109c047b6", "created_at": "2018-08-12T05:34:51Z", "updated_at": "2018-08-12T05:34:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "0b67bf3c-2289-43bb-ab6c-7d25ec32a279", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "51f3f833-337a-42bd-a8d5-742ea8d6c226", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "571fd0b5-ef90-408d-af33-aafb517b8993", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "944ba823-fb9c-496e-a66e-bb426bb14a8d", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}], "revision_number": 4, "project_id": "11a46741b7954b959fd7764109c047b6", "id": "90af9782-8112-4257-801d-ee5115d226ba", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "created_at": "2018-08-12T05:34:26Z", "updated_at": "2018-08-12T05:34:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "2ee1f63a-807c-4d6a-85ee-dd784f6b8c3f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5dec3ec2-2add-47dd-8618-90659dcf3885", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5ea0dc3e-49d0-43f0-94e9-f6443527d14c", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "fbfaca22-7e3e-4128-8973-43e439b77c28", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}], "revision_number": 4, "project_id": "3c01cd58055c44ecaef39f7e625c2258", "id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "521007c1818145639e93ceb270559219", "created_at": "2018-08-12T05:13:27Z", "updated_at": "2018-08-12T05:13:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "5e7fede5-b0f2-47d8-95c3-516cdfc7f9de", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "8fd0e36f-c6c4-4f64-ba97-40439e614448", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "db7d79de-1dfc-4138-945f-91e74cdc266b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "e87f2cff-ff3e-4b6d-aaf0-7f0eb0ab9f05", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}], "revision_number": 4, "project_id": "521007c1818145639e93ceb270559219", "id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "created_at": "2018-08-12T05:08:18Z", "updated_at": "2018-08-12T05:08:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "3c67be40-bf74-4f97-9693-d93ce73a23b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "6112d869-2fc6-4a25-a13c-3d55cd7206c0", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "bdf21c56-453e-482e-9cba-3c55abcb0339", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "c8e92c39-38cc-4f48-be9c-5f0912e6a725", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}], "revision_number": 4, "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "created_at": "2018-08-12T05:04:23Z", "updated_at": "2018-08-12T05:04:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "280546d9-8ad1-4283-abfc-15ee9b1736c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "58bce125-f2ca-4a6d-b9ca-4e6cf5c0f7a5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "69275b9a-cfb5-482c-a9c4-8ffc79adf2c7", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "6d747f3a-3764-469a-a645-f977585c5aac", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}], "revision_number": 4, "project_id": "310f5853751a4c968f3eeb0a3d99a0a8", "id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "created_at": "2018-08-12T05:34:42Z", "updated_at": "2018-08-12T05:34:42Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "199582e8-25aa-457a-aa7c-6d8413ca4464", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "234f3609-4454-448f-919d-c8143c7cd764", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "c1061460-71a2-49a9-a04b-9fa33eeb17ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "d21ac532-51d8-4d6b-8300-7bac216759bf", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}], "revision_number": 4, "project_id": "9f6c1a272706419c9a74b0893b2890e8", "id": "d6739716-c693-460c-89c6-e7c8c48f8245", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "created_at": "2018-08-12T05:34:54Z", "updated_at": "2018-08-12T05:34:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "0633a05a-ee7d-4476-a56b-75d011b22f77", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "6cc1b9f8-73db-47a3-a0e0-3c96c43f34da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "90d99a6b-e94f-4fd8-a10c-f19dd8954c13", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "e843c139-af2a-4d2c-a24f-59f7b10ff72e", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}], "revision_number": 4, "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "created_at": "2018-08-12T05:09:07Z", "updated_at": "2018-08-12T05:09:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "5495e168-f505-4d74-ae6d-387f0bf533c2", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "6fd19b8b-3062-456e-81ba-3ff37fe43429", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8ca59d25-485c-46ce-939c-2e4a468caeac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8f190846-50a0-42b9-b571-390809b752b1", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}], "revision_number": 4, "project_id": "fa9ca6d7608b4d7d87ce97331679a481", "id": "edcd9b17-9416-4c25-823c-060c435e18d7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "created_at": "2018-08-12T05:34:52Z", "updated_at": "2018-08-12T05:34:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "2c7e484e-6ec5-4a95-8c9c-66d294c0c27e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "70c74258-3c2c-4efc-87e0-079c26ee3417", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "b70382fa-082e-4c2b-abc8-87490fa50b11", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "c3628e02-b4b6-42c9-8751-c1a2d3c19caa", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}], "revision_number": 4, "project_id": "87db863ba6e348b0a5ddcb67053db9d1", "id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "name": "default"}]} 2018-08-12 08:11:38,663 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-4f0be2cd-f2fb-4db4-bba5-0bf55552484d 2018-08-12 08:11:38,671 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b51dcc112644886e879eae9e652c5c7db536815" 2018-08-12 08:11:38,765 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:11:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a79b9eca-e741-4519-9675-58037531c7d0 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 5fe28c13d4d74ba2be8d019ac1ea6363.", "code": 404, "title": "Not Found"}} 2018-08-12 08:11:38,766 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 used request id req-a79b9eca-e741-4519-9675-58037531c7d0 2018-08-12 08:11:38,766 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:11:38,769 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b51dcc112644886e879eae9e652c5c7db536815" 2018-08-12 08:11:38,857 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:11:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-29ded6c0-c64f-47bf-b8c6-cbb7830d5287 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa5a7fe6ee54472ba01638877aade8e3.", "code": 404, "title": "Not Found"}} 2018-08-12 08:11:38,857 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 used request id req-29ded6c0-c64f-47bf-b8c6-cbb7830d5287 2018-08-12 08:11:38,858 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:11:38,861 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/8172e88e9403404a80d906e28909ffdc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b51dcc112644886e879eae9e652c5c7db536815" 2018-08-12 08:11:38,957 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:11:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-386b3902-f00f-484b-ac3d-7e6d0c8aa392 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/8172e88e9403404a80d906e28909ffdc"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "8172e88e9403404a80d906e28909ffdc", "name": "CreateNetworkSuccessTests-e301e94e-a06d-406-proj"}} 2018-08-12 08:11:38,958 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/8172e88e9403404a80d906e28909ffdc used request id req-386b3902-f00f-484b-ac3d-7e6d0c8aa392 2018-08-12 08:11:38,958 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1a911a5f-c500-494f-bf06-dbd337288190 2018-08-12 08:11:38,963 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=1a911a5f-c500-494f-bf06-dbd337288190 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b51dcc112644886e879eae9e652c5c7db536815" 2018-08-12 08:11:39,156 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-b2ff9aa2-48ce-49e4-ad50-0cae2a149d12 Date: Sun, 12 Aug 2018 08:11:39 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "1a911a5f-c500-494f-bf06-dbd337288190", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:11:29Z", "security_group_id": "1a911a5f-c500-494f-bf06-dbd337288190", "port_range_min": null, "revision_number": 0, "tenant_id": "8172e88e9403404a80d906e28909ffdc", "created_at": "2018-08-12T08:11:29Z", "project_id": "8172e88e9403404a80d906e28909ffdc", "id": "0714cc5d-e80e-4f72-b124-10998ac8bd5c"}, {"remote_group_id": "1a911a5f-c500-494f-bf06-dbd337288190", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:11:29Z", "security_group_id": "1a911a5f-c500-494f-bf06-dbd337288190", "port_range_min": null, "revision_number": 0, "tenant_id": "8172e88e9403404a80d906e28909ffdc", "created_at": "2018-08-12T08:11:29Z", "project_id": "8172e88e9403404a80d906e28909ffdc", "id": "5dbafff2-a31b-45a1-9b6a-9665598ce71f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:11:29Z", "security_group_id": "1a911a5f-c500-494f-bf06-dbd337288190", "port_range_min": null, "revision_number": 0, "tenant_id": "8172e88e9403404a80d906e28909ffdc", "created_at": "2018-08-12T08:11:29Z", "project_id": "8172e88e9403404a80d906e28909ffdc", "id": "9d4fb206-ac9b-42d7-8e37-01795a46b9df"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:11:29Z", "security_group_id": "1a911a5f-c500-494f-bf06-dbd337288190", "port_range_min": null, "revision_number": 0, "tenant_id": "8172e88e9403404a80d906e28909ffdc", "created_at": "2018-08-12T08:11:29Z", "project_id": "8172e88e9403404a80d906e28909ffdc", "id": "f7de69a4-1581-4b36-9613-1e79dcf3a3bd"}]} 2018-08-12 08:11:39,156 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=1a911a5f-c500-494f-bf06-dbd337288190 used request id req-b2ff9aa2-48ce-49e4-ad50-0cae2a149d12 2018-08-12 08:11:39,157 - neutron_utils - INFO - Deleting security group with name - default 2018-08-12 08:11:39,162 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/1a911a5f-c500-494f-bf06-dbd337288190 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b51dcc112644886e879eae9e652c5c7db536815" 2018-08-12 08:11:39,512 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-93b3aa35-f731-43d5-a5c9-293773e32153 Content-Length: 0 Date: Sun, 12 Aug 2018 08:11:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:11:39,512 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/1a911a5f-c500-494f-bf06-dbd337288190 used request id req-93b3aa35-f731-43d5-a5c9-293773e32153 2018-08-12 08:11:39,513 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-e301e94e-a06d-406-proj 2018-08-12 08:11:39,516 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/8172e88e9403404a80d906e28909ffdc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b51dcc112644886e879eae9e652c5c7db536815" 2018-08-12 08:11:39,845 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:11:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4018e4ee-94c0-403e-bf88-12e70ae4a25b 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 08:11:39,845 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/8172e88e9403404a80d906e28909ffdc used request id req-4018e4ee-94c0-403e-bf88-12e70ae4a25b 2018-08-12 08:11:39,845 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-e301e94e-a06d-406-proj-role 2018-08-12 08:11:39,849 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/33b11abb543a48e098c9d75ebacfc6e7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b51dcc112644886e879eae9e652c5c7db536815" 2018-08-12 08:11:39,970 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:11:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2ea2e7e2-e3ec-4a67-9639-a620ee472f95 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 08:11:39,970 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/33b11abb543a48e098c9d75ebacfc6e7 used request id req-2ea2e7e2-e3ec-4a67-9639-a620ee472f95 2018-08-12 08:11:39,974 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b51dcc112644886e879eae9e652c5c7db536815" 2018-08-12 08:11:40,068 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:11:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3505523f-e3e5-4887-91b6-20961b8fdb72 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:11:40,068 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-3505523f-e3e5-4887-91b6-20961b8fdb72 2018-08-12 08:11:40,069 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-e301e94e-a06d-406-user 2018-08-12 08:11:40,072 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/41578185e5bc4e09895befbc5011f272 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b45524d2f0eac99d62602656646b1f921af6ff3" 2018-08-12 08:11:40,259 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:11:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-07e7c1d5-3b24-440e-9553-80cda73f9319 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 08:11:40,259 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/41578185e5bc4e09895befbc5011f272 used request id req-07e7c1d5-3b24-440e-9553-80cda73f9319 2018-08-12 08:11:40,261 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:11:40,645 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:11:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["O3LTzf1dR-GSwJWokv9FrA"], "issued_at": "2018-08-12T08:11:40.000000Z"}} 2018-08-12 08:11:40,645 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}c6fed374454f9da7b4b0f87ac5f621d1fa2501de" 2018-08-12 08:11:40,735 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:11:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8ed108de-a1c5-43b1-9286-27d16622e6d4 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:11:40,735 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-8ed108de-a1c5-43b1-9286-27d16622e6d4 2018-08-12 08:11:40,736 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:11:40,737 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:11:41,137 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:11:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["zFmSm6fcTXWxslNChctwcA"], "issued_at": "2018-08-12T08:11:41.000000Z"}} 2018-08-12 08:11:41,137 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}6734936e2cc1efc6638b98b9553b0e3228ceabb7" 2018-08-12 08:11:41,220 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:11:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6901331a-5e55-4812-b02e-b28cfec32c5e Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:11:41,221 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-6901331a-5e55-4812-b02e-b28cfec32c5e 2018-08-12 08:11:41,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:11:41,230 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:11:41 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:11:41,231 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-4f8e7ef0-7cbc-472-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6734936e2cc1efc6638b98b9553b0e3228ceabb7" 2018-08-12 08:11:41,324 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:11:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2cb23198-aa80-4ae4-9040-c1f853e291d1 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-4f8e7ef0-7cbc-472-proj", "previous": null, "next": null}, "projects": []} 2018-08-12 08:11:41,324 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-4f8e7ef0-7cbc-472-proj used request id req-2cb23198-aa80-4ae4-9040-c1f853e291d1 2018-08-12 08:11:41,328 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6734936e2cc1efc6638b98b9553b0e3228ceabb7" 2018-08-12 08:11:41,421 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:11:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dc7ae763-ebe7-44ed-9dba-940b6dad4027 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:11:41,422 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-dc7ae763-ebe7-44ed-9dba-940b6dad4027 2018-08-12 08:11:41,425 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6734936e2cc1efc6638b98b9553b0e3228ceabb7" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateNetworkSuccessTests-4f8e7ef0-7cbc-472-proj"}}' 2018-08-12 08:11:41,665 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:11:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a6e03927-b214-4199-9cfa-499beb468b1c Content-Length: 322 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/d818350ab0e048d5a71707a5dd483755"}, "tags": [], "enabled": true, "id": "d818350ab0e048d5a71707a5dd483755", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-4f8e7ef0-7cbc-472-proj"}} 2018-08-12 08:11:41,665 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-a6e03927-b214-4199-9cfa-499beb468b1c 2018-08-12 08:11:41,666 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-4f8e7ef0-7cbc-472-proj 2018-08-12 08:11:41,666 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:11:41,667 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:11:42,067 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:11:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["EHUMRsx5QyeOOznqfzie3g"], "issued_at": "2018-08-12T08:11:42.000000Z"}} 2018-08-12 08:11:42,068 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}a52cce1299ccfaa6504218b523b10b2a8d280726" 2018-08-12 08:11:42,150 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:11:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c4c93b55-d885-4daa-acbe-c2501e395600 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:11:42,151 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-c4c93b55-d885-4daa-acbe-c2501e395600 2018-08-12 08:11:42,155 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:11:42,160 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:11:42 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:11:42,161 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a52cce1299ccfaa6504218b523b10b2a8d280726" 2018-08-12 08:11:42,273 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:11:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a3561118-0691-4ba1-b112-fe907ad6651b Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/105a247548624314b9228f85f6325f0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105a247548624314b9228f85f6325f0b", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/1c5de0eaa44543f08da6ad63a51594ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c5de0eaa44543f08da6ad63a51594ff", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/1d127b5b832547a88a547c116dfdd65b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d127b5b832547a88a547c116dfdd65b", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/1d5cfc170d624ce4ae53ae0507c8d517"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d5cfc170d624ce4ae53ae0507c8d517", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/2421820b75eb4d3ebd02830378d1377b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2421820b75eb4d3ebd02830378d1377b", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/40bd8ee54ecf44868cc83cede652c396"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40bd8ee54ecf44868cc83cede652c396", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/4f32fb8153854c4c9f5094b42b523f80"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f32fb8153854c4c9f5094b42b523f80", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7066130d08fb4db7bf4ab468de53933b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7066130d08fb4db7bf4ab468de53933b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/8d0898a83bcf4521bbc11501d5d7ac89"}, "domain_id": "1eec97585bde483292ece28ee11f4b8d", "enabled": true, "options": {}, "id": "8d0898a83bcf4521bbc11501d5d7ac89", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/9defcced327d476f8a3beab718a13da3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9defcced327d476f8a3beab718a13da3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/b80ee4f6992446e0879624dd436e99a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b80ee4f6992446e0879624dd436e99a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b86fd3e011324d398fcdb6f095a20a9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b86fd3e011324d398fcdb6f095a20a9d", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1701d2754064b5cadf765ea0806f9b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1701d2754064b5cadf765ea0806f9b2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/db4e7b8d76d549faa502716565c733dd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db4e7b8d76d549faa502716565c733dd", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-12 08:11:42,273 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-a3561118-0691-4ba1-b112-fe907ad6651b 2018-08-12 08:11:42,277 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateNetworkSuccessTests-4f8e7ef0-7cbc-472-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a52cce1299ccfaa6504218b523b10b2a8d280726" 2018-08-12 08:11:42,368 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:11:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9cb3c861-2c58-4c54-8e5a-25e0e277a817 Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateNetworkSuccessTests-4f8e7ef0-7cbc-472-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/d818350ab0e048d5a71707a5dd483755"}, "tags": [], "enabled": true, "id": "d818350ab0e048d5a71707a5dd483755", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-4f8e7ef0-7cbc-472-proj"}]} 2018-08-12 08:11:42,368 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateNetworkSuccessTests-4f8e7ef0-7cbc-472-proj used request id req-9cb3c861-2c58-4c54-8e5a-25e0e277a817 2018-08-12 08:11:42,371 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a52cce1299ccfaa6504218b523b10b2a8d280726" 2018-08-12 08:11:42,472 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:11:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-abe0956e-a9fb-4b87-a1ab-6f237fb9f2d5 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:11:42,472 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-abe0956e-a9fb-4b87-a1ab-6f237fb9f2d5 2018-08-12 08:11:42,845 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-4f8e7ef0-7cbc-472-user 2018-08-12 08:11:42,845 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:11:42,850 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6734936e2cc1efc6638b98b9553b0e3228ceabb7" 2018-08-12 08:11:43,035 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:11:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2f36f8c1-1f16-4308-88d2-bb25b7a7c8b2 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:11:43,035 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-2f36f8c1-1f16-4308-88d2-bb25b7a7c8b2 2018-08-12 08:11:43,039 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6734936e2cc1efc6638b98b9553b0e3228ceabb7" -d '{"role": {"name": "CreateNetworkSuccessTests-4f8e7ef0-7cbc-472-proj-role"}}' 2018-08-12 08:11:43,156 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:11:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bfbd1eb2-50bf-48af-8f4a-03947f575eb9 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "e82193d0e85f4ca28a5b186c2942c729", "links": {"self": "http://172.30.9.21:5000/v3/roles/e82193d0e85f4ca28a5b186c2942c729"}, "name": "CreateNetworkSuccessTests-4f8e7ef0-7cbc-472-proj-role"}} 2018-08-12 08:11:43,156 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-bfbd1eb2-50bf-48af-8f4a-03947f575eb9 2018-08-12 08:11:43,156 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-4f8e7ef0-7cbc-472-proj-role 2018-08-12 08:11:43,158 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/e82193d0e85f4ca28a5b186c2942c729 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6734936e2cc1efc6638b98b9553b0e3228ceabb7" 2018-08-12 08:11:43,250 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:11:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-83654cdd-8a12-44b4-9a73-c79bb6e78b77 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "e82193d0e85f4ca28a5b186c2942c729", "links": {"self": "http://172.30.9.21:5000/v3/roles/e82193d0e85f4ca28a5b186c2942c729"}, "name": "CreateNetworkSuccessTests-4f8e7ef0-7cbc-472-proj-role"}} 2018-08-12 08:11:43,250 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/e82193d0e85f4ca28a5b186c2942c729 used request id req-83654cdd-8a12-44b4-9a73-c79bb6e78b77 2018-08-12 08:11:43,250 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-4f8e7ef0-7cbc-472-proj-role to project CreateNetworkSuccessTests-4f8e7ef0-7cbc-472-proj 2018-08-12 08:11:43,253 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/d818350ab0e048d5a71707a5dd483755/users/c88a56405dda4e7abd550fdb95e3571d/roles/e82193d0e85f4ca28a5b186c2942c729 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6734936e2cc1efc6638b98b9553b0e3228ceabb7" 2018-08-12 08:11:43,380 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:11:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-97a98395-7812-4c8d-8025-9d61bf876356 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 08:11:43,380 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/d818350ab0e048d5a71707a5dd483755/users/c88a56405dda4e7abd550fdb95e3571d/roles/e82193d0e85f4ca28a5b186c2942c729 used request id req-97a98395-7812-4c8d-8025-9d61bf876356 2018-08-12 08:11:43,380 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:11:43,380 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:11:43,380 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:11:43,380 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:11:43,381 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:11:43,382 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:11:43,382 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:11:43,781 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:11:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["UBy8a0HgQ5uyFvzeCQUABQ"], "issued_at": "2018-08-12T08:11:43.000000Z"}} 2018-08-12 08:11:43,782 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}9694d4b2ad381b04356fd7f42c2248a0438b4641" 2018-08-12 08:11:43,871 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:11:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-612a6ceb-0da3-4267-bea4-791623349985 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:11:43,871 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-612a6ceb-0da3-4267-bea4-791623349985 2018-08-12 08:11:43,873 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:11:43,873 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:11:43,873 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:11:43,873 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:11:43,873 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:11:43,880 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateNetworkSuccessTests-e9a8be77-3f5f-4242-9763-fba69d76c87e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9694d4b2ad381b04356fd7f42c2248a0438b4641" 2018-08-12 08:11:44,088 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-55ddaff0-40b8-4949-b5fc-8847d2bdbe45 Date: Sun, 12 Aug 2018 08:11:44 GMT RESP BODY: {"networks":[]} 2018-08-12 08:11:44,088 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateNetworkSuccessTests-e9a8be77-3f5f-4242-9763-fba69d76c87e-pub-net used request id req-55ddaff0-40b8-4949-b5fc-8847d2bdbe45 2018-08-12 08:11:44,089 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-e9a8be77-3f5f-4242-9763-fba69d76c87e-pub-net 2018-08-12 08:11:44,089 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:11:44,090 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:11:44,477 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:11:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["Qa0BzhEWSaWw_npwssfhoA"], "issued_at": "2018-08-12T08:11:44.000000Z"}} 2018-08-12 08:11:44,478 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}5350d0c297b2b440884b12e485feeea7e1da313b" 2018-08-12 08:11:44,568 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:11:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d86edeb-d3c5-4852-b125-bf90de1f652c Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:11:44,568 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-8d86edeb-d3c5-4852-b125-bf90de1f652c 2018-08-12 08:11:44,572 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:11:44,578 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:11:44 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:11:44,578 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateNetworkSuccessTests-4f8e7ef0-7cbc-472-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5350d0c297b2b440884b12e485feeea7e1da313b" 2018-08-12 08:11:44,667 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:11:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e01eb85-d37d-4485-9b67-b9e5beb326a2 Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateNetworkSuccessTests-4f8e7ef0-7cbc-472-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/d818350ab0e048d5a71707a5dd483755"}, "tags": [], "enabled": true, "id": "d818350ab0e048d5a71707a5dd483755", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-4f8e7ef0-7cbc-472-proj"}]} 2018-08-12 08:11:44,667 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateNetworkSuccessTests-4f8e7ef0-7cbc-472-proj used request id req-0e01eb85-d37d-4485-9b67-b9e5beb326a2 2018-08-12 08:11:44,673 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9694d4b2ad381b04356fd7f42c2248a0438b4641" -d '{"network": {"tenant_id": "d818350ab0e048d5a71707a5dd483755", "mtu": 999, "name": "CreateNetworkSuccessTests-e9a8be77-3f5f-4242-9763-fba69d76c87e-pub-net", "admin_state_up": true}}' 2018-08-12 08:11:45,281 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-c467dc5b-43bf-4878-a701-5cd16a4cee3a Date: Sun, 12 Aug 2018 08:11:45 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"befca894-58ce-43d4-b505-382b9b1df7a3","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"d818350ab0e048d5a71707a5dd483755","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T08:11:45Z","is_default":false,"provider:segmentation_id":33,"name":"CreateNetworkSuccessTests-e9a8be77-3f5f-4242-9763-fba69d76c87e-pub-net","admin_state_up":true,"tenant_id":"d818350ab0e048d5a71707a5dd483755","created_at":"2018-08-12T08:11:45Z","mtu":999}} 2018-08-12 08:11:45,281 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-c467dc5b-43bf-4878-a701-5cd16a4cee3a 2018-08-12 08:11:45,286 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=befca894-58ce-43d4-b505-382b9b1df7a3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9694d4b2ad381b04356fd7f42c2248a0438b4641" 2018-08-12 08:11:45,539 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-c6de5686-30c0-4f65-90fb-6208aa6c219e Date: Sun, 12 Aug 2018 08:11:45 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":999,"id":"befca894-58ce-43d4-b505-382b9b1df7a3","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"d818350ab0e048d5a71707a5dd483755","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T08:11:45Z","provider:segmentation_id":33,"name":"CreateNetworkSuccessTests-e9a8be77-3f5f-4242-9763-fba69d76c87e-pub-net","admin_state_up":true,"tenant_id":"d818350ab0e048d5a71707a5dd483755","created_at":"2018-08-12T08:11:45Z","provider:network_type":"vxlan"}]} 2018-08-12 08:11:45,539 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=befca894-58ce-43d4-b505-382b9b1df7a3 used request id req-c6de5686-30c0-4f65-90fb-6208aa6c219e 2018-08-12 08:11:45,545 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=befca894-58ce-43d4-b505-382b9b1df7a3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9694d4b2ad381b04356fd7f42c2248a0438b4641" 2018-08-12 08:11:45,789 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-5eee8716-45e9-4ca9-b473-fa71a00fb19d Date: Sun, 12 Aug 2018 08:11:45 GMT RESP BODY: {"subnets":[]} 2018-08-12 08:11:45,789 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=befca894-58ce-43d4-b505-382b9b1df7a3 used request id req-5eee8716-45e9-4ca9-b473-fa71a00fb19d 2018-08-12 08:11:45,790 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:11:45,791 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:11:46,181 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:11:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["Km5kqzKoTc6HZMrXbsfAcQ"], "issued_at": "2018-08-12T08:11:46.000000Z"}} 2018-08-12 08:11:46,181 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}cf533321d4f81eaf0983f5ac426c55feb470a7e1" 2018-08-12 08:11:46,278 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:11:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e36ef9b9-76fd-4250-ad47-d1c81e6d2df3 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:11:46,278 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-e36ef9b9-76fd-4250-ad47-d1c81e6d2df3 2018-08-12 08:11:46,283 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:11:46,287 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:11:46 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:11:46,288 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateNetworkSuccessTests-4f8e7ef0-7cbc-472-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf533321d4f81eaf0983f5ac426c55feb470a7e1" 2018-08-12 08:11:46,308 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:11:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1fd983fb-bb6e-4552-a95a-8700aae302ff Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateNetworkSuccessTests-4f8e7ef0-7cbc-472-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/d818350ab0e048d5a71707a5dd483755"}, "tags": [], "enabled": true, "id": "d818350ab0e048d5a71707a5dd483755", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-4f8e7ef0-7cbc-472-proj"}]} 2018-08-12 08:11:46,308 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateNetworkSuccessTests-4f8e7ef0-7cbc-472-proj used request id req-1fd983fb-bb6e-4552-a95a-8700aae302ff 2018-08-12 08:11:46,308 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-e9a8be77-3f5f-4242-9763-fba69d76c87e-pub-subnet 2018-08-12 08:11:46,313 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9694d4b2ad381b04356fd7f42c2248a0438b4641" -d '{"subnets": [{"ip_version": 4, "network_id": "befca894-58ce-43d4-b505-382b9b1df7a3", "cidr": "10.55.1.0/24", "name": "CreateNetworkSuccessTests-e9a8be77-3f5f-4242-9763-fba69d76c87e-pub-subnet", "tenant_id": "d818350ab0e048d5a71707a5dd483755"}]}' 2018-08-12 08:11:47,138 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-9f57b3ce-e64c-4188-900b-28c974b8a974 Date: Sun, 12 Aug 2018 08:11:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"befca894-58ce-43d4-b505-382b9b1df7a3","tenant_id":"d818350ab0e048d5a71707a5dd483755","created_at":"2018-08-12T08:11:46Z","dns_nameservers":[],"updated_at":"2018-08-12T08:11:46Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"d818350ab0e048d5a71707a5dd483755","id":"1d7b5d14-7405-4a42-9b96-9b7e1fa99526","subnetpool_id":null,"name":"CreateNetworkSuccessTests-e9a8be77-3f5f-4242-9763-fba69d76c87e-pub-subnet"}]} 2018-08-12 08:11:47,138 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-9f57b3ce-e64c-4188-900b-28c974b8a974 2018-08-12 08:11:47,144 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=befca894-58ce-43d4-b505-382b9b1df7a3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9694d4b2ad381b04356fd7f42c2248a0438b4641" 2018-08-12 08:11:47,393 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-cf771a37-efb7-41ba-95ec-99c2f7f56499 Date: Sun, 12 Aug 2018 08:11:47 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":999,"id":"befca894-58ce-43d4-b505-382b9b1df7a3","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d818350ab0e048d5a71707a5dd483755","status":"ACTIVE","subnets":["1d7b5d14-7405-4a42-9b96-9b7e1fa99526"],"description":"","tags":[],"updated_at":"2018-08-12T08:11:46Z","provider:segmentation_id":33,"name":"CreateNetworkSuccessTests-e9a8be77-3f5f-4242-9763-fba69d76c87e-pub-net","admin_state_up":true,"tenant_id":"d818350ab0e048d5a71707a5dd483755","created_at":"2018-08-12T08:11:45Z","provider:network_type":"vxlan"}]} 2018-08-12 08:11:47,394 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=befca894-58ce-43d4-b505-382b9b1df7a3 used request id req-cf771a37-efb7-41ba-95ec-99c2f7f56499 2018-08-12 08:11:47,399 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=befca894-58ce-43d4-b505-382b9b1df7a3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9694d4b2ad381b04356fd7f42c2248a0438b4641" 2018-08-12 08:11:47,451 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-555a9e3e-d646-48d9-9dea-d942b98fc80c Date: Sun, 12 Aug 2018 08:11:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"befca894-58ce-43d4-b505-382b9b1df7a3","tenant_id":"d818350ab0e048d5a71707a5dd483755","created_at":"2018-08-12T08:11:46Z","dns_nameservers":[],"updated_at":"2018-08-12T08:11:46Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"d818350ab0e048d5a71707a5dd483755","id":"1d7b5d14-7405-4a42-9b96-9b7e1fa99526","subnetpool_id":null,"name":"CreateNetworkSuccessTests-e9a8be77-3f5f-4242-9763-fba69d76c87e-pub-subnet"}]} 2018-08-12 08:11:47,451 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=befca894-58ce-43d4-b505-382b9b1df7a3 used request id req-555a9e3e-d646-48d9-9dea-d942b98fc80c 2018-08-12 08:11:47,452 - OpenStackNetwork - DEBUG - Network [befca894-58ce-43d4-b505-382b9b1df7a3] created successfully 2018-08-12 08:11:47,452 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:11:47,872 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e82193d0e85f4ca28a5b186c2942c729", "name": "CreateNetworkSuccessTests-4f8e7ef0-7cbc-472-proj-role"}], "expires_at": "2018-08-12T09:11:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d818350ab0e048d5a71707a5dd483755", "name": "CreateNetworkSuccessTests-4f8e7ef0-7cbc-472-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/d818350ab0e048d5a71707a5dd483755", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/d818350ab0e048d5a71707a5dd483755", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/d818350ab0e048d5a71707a5dd483755", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_d818350ab0e048d5a71707a5dd483755", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_d818350ab0e048d5a71707a5dd483755", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/d818350ab0e048d5a71707a5dd483755", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/d818350ab0e048d5a71707a5dd483755", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/d818350ab0e048d5a71707a5dd483755", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/d818350ab0e048d5a71707a5dd483755", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/d818350ab0e048d5a71707a5dd483755", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/d818350ab0e048d5a71707a5dd483755", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/d818350ab0e048d5a71707a5dd483755", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/d818350ab0e048d5a71707a5dd483755", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/d818350ab0e048d5a71707a5dd483755", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-4f8e7ef0-7cbc-472-user", "id": "c88a56405dda4e7abd550fdb95e3571d"}, "audit_ids": ["V7IKEdJoQeSwhLwRXUK0qQ"], "issued_at": "2018-08-12T08:11:47.000000Z"}} 2018-08-12 08:11:47,878 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateNetworkSuccessTests-e9a8be77-3f5f-4242-9763-fba69d76c87e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88435c5c4f47df137a777edcc304f69c3422e255" 2018-08-12 08:11:48,170 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 634 X-Openstack-Request-Id: req-4c71e684-69a7-48de-a094-6582b749505a Date: Sun, 12 Aug 2018 08:11:48 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":["1d7b5d14-7405-4a42-9b96-9b7e1fa99526"],"updated_at":"2018-08-12T08:11:46Z","tenant_id":"d818350ab0e048d5a71707a5dd483755","created_at":"2018-08-12T08:11:45Z","tags":[],"ipv6_address_scope":null,"mtu":999,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"d818350ab0e048d5a71707a5dd483755","id":"befca894-58ce-43d4-b505-382b9b1df7a3","name":"CreateNetworkSuccessTests-e9a8be77-3f5f-4242-9763-fba69d76c87e-pub-net"}]} 2018-08-12 08:11:48,170 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateNetworkSuccessTests-e9a8be77-3f5f-4242-9763-fba69d76c87e-pub-net used request id req-4c71e684-69a7-48de-a094-6582b749505a 2018-08-12 08:11:48,174 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:11:48,179 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:11:48 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:11:48,180 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/d818350ab0e048d5a71707a5dd483755 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6fed374454f9da7b4b0f87ac5f621d1fa2501de" 2018-08-12 08:11:48,274 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:11:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ad71b2bf-d8ce-4686-9bc0-0e25aded102b Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/d818350ab0e048d5a71707a5dd483755"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "d818350ab0e048d5a71707a5dd483755", "name": "CreateNetworkSuccessTests-4f8e7ef0-7cbc-472-proj"}} 2018-08-12 08:11:48,274 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/d818350ab0e048d5a71707a5dd483755 used request id req-ad71b2bf-d8ce-4686-9bc0-0e25aded102b 2018-08-12 08:11:48,279 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=befca894-58ce-43d4-b505-382b9b1df7a3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88435c5c4f47df137a777edcc304f69c3422e255" 2018-08-12 08:11:48,510 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-07178a1d-a47e-4e06-b355-f59477a1a7b6 Date: Sun, 12 Aug 2018 08:11:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"befca894-58ce-43d4-b505-382b9b1df7a3","tenant_id":"d818350ab0e048d5a71707a5dd483755","created_at":"2018-08-12T08:11:46Z","dns_nameservers":[],"updated_at":"2018-08-12T08:11:46Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"d818350ab0e048d5a71707a5dd483755","id":"1d7b5d14-7405-4a42-9b96-9b7e1fa99526","subnetpool_id":null,"name":"CreateNetworkSuccessTests-e9a8be77-3f5f-4242-9763-fba69d76c87e-pub-subnet"}]} 2018-08-12 08:11:48,511 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=befca894-58ce-43d4-b505-382b9b1df7a3 used request id req-07178a1d-a47e-4e06-b355-f59477a1a7b6 2018-08-12 08:11:48,511 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:11:48,512 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:11:48,914 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e82193d0e85f4ca28a5b186c2942c729", "name": "CreateNetworkSuccessTests-4f8e7ef0-7cbc-472-proj-role"}], "expires_at": "2018-08-12T09:11:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d818350ab0e048d5a71707a5dd483755", "name": "CreateNetworkSuccessTests-4f8e7ef0-7cbc-472-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/d818350ab0e048d5a71707a5dd483755", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/d818350ab0e048d5a71707a5dd483755", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/d818350ab0e048d5a71707a5dd483755", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_d818350ab0e048d5a71707a5dd483755", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_d818350ab0e048d5a71707a5dd483755", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/d818350ab0e048d5a71707a5dd483755", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/d818350ab0e048d5a71707a5dd483755", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/d818350ab0e048d5a71707a5dd483755", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/d818350ab0e048d5a71707a5dd483755", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/d818350ab0e048d5a71707a5dd483755", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/d818350ab0e048d5a71707a5dd483755", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/d818350ab0e048d5a71707a5dd483755", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/d818350ab0e048d5a71707a5dd483755", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/d818350ab0e048d5a71707a5dd483755", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-4f8e7ef0-7cbc-472-user", "id": "c88a56405dda4e7abd550fdb95e3571d"}, "audit_ids": ["mESNNU7mR9qXBlxFtA9NUQ"], "issued_at": "2018-08-12T08:11:48.000000Z"}} 2018-08-12 08:11:48,914 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}a776905203ecd1f347c112d619bb575f3a4e28fb" 2018-08-12 08:11:48,999 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:11:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a2b90d05-31a0-4800-9cdd-ac7709f28b7f Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:11:49,000 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-a2b90d05-31a0-4800-9cdd-ac7709f28b7f 2018-08-12 08:11:49,001 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:11:49,001 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:11:49,001 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:11:49,001 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:11:49,001 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:11:49,008 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateNetworkSuccessTests-e9a8be77-3f5f-4242-9763-fba69d76c87e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a776905203ecd1f347c112d619bb575f3a4e28fb" 2018-08-12 08:11:49,271 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 634 X-Openstack-Request-Id: req-b6d03127-7d56-480d-ad73-278a785fc15a Date: Sun, 12 Aug 2018 08: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":["1d7b5d14-7405-4a42-9b96-9b7e1fa99526"],"updated_at":"2018-08-12T08:11:46Z","tenant_id":"d818350ab0e048d5a71707a5dd483755","created_at":"2018-08-12T08:11:45Z","tags":[],"ipv6_address_scope":null,"mtu":999,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"d818350ab0e048d5a71707a5dd483755","id":"befca894-58ce-43d4-b505-382b9b1df7a3","name":"CreateNetworkSuccessTests-e9a8be77-3f5f-4242-9763-fba69d76c87e-pub-net"}]} 2018-08-12 08:11:49,271 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateNetworkSuccessTests-e9a8be77-3f5f-4242-9763-fba69d76c87e-pub-net used request id req-b6d03127-7d56-480d-ad73-278a785fc15a 2018-08-12 08:11:49,274 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:11:49,280 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:11:49 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:11:49,281 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/d818350ab0e048d5a71707a5dd483755 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a776905203ecd1f347c112d619bb575f3a4e28fb" 2018-08-12 08:11:49,371 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:11:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bb396b99-d128-4acc-bf96-7dd66618d989 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/d818350ab0e048d5a71707a5dd483755"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "d818350ab0e048d5a71707a5dd483755", "name": "CreateNetworkSuccessTests-4f8e7ef0-7cbc-472-proj"}} 2018-08-12 08:11:49,371 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/d818350ab0e048d5a71707a5dd483755 used request id req-bb396b99-d128-4acc-bf96-7dd66618d989 2018-08-12 08:11:49,376 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=befca894-58ce-43d4-b505-382b9b1df7a3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a776905203ecd1f347c112d619bb575f3a4e28fb" 2018-08-12 08:11:49,608 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-c829193e-bc06-438e-aa74-ca022a40905e Date: Sun, 12 Aug 2018 08:11:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"befca894-58ce-43d4-b505-382b9b1df7a3","tenant_id":"d818350ab0e048d5a71707a5dd483755","created_at":"2018-08-12T08:11:46Z","dns_nameservers":[],"updated_at":"2018-08-12T08:11:46Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"d818350ab0e048d5a71707a5dd483755","id":"1d7b5d14-7405-4a42-9b96-9b7e1fa99526","subnetpool_id":null,"name":"CreateNetworkSuccessTests-e9a8be77-3f5f-4242-9763-fba69d76c87e-pub-subnet"}]} 2018-08-12 08:11:49,608 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=befca894-58ce-43d4-b505-382b9b1df7a3 used request id req-c829193e-bc06-438e-aa74-ca022a40905e 2018-08-12 08:11:49,609 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:11:49,610 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:11:49,994 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:11:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["M5EQt5kQRrqONK1scTm8tQ"], "issued_at": "2018-08-12T08:11:49.000000Z"}} 2018-08-12 08:11:49,995 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}9a53b09066297ad68012146768d94394c7e544c7" 2018-08-12 08:11:50,081 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:11:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d6b2ac6d-b333-4ea9-bb7c-aa1cc3318954 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:11:50,082 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-d6b2ac6d-b333-4ea9-bb7c-aa1cc3318954 2018-08-12 08:11:50,083 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:11:50,083 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:11:50,083 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:11:50,083 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:11:50,083 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:11:50,090 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=CreateNetworkSuccessTests-e9a8be77-3f5f-4242-9763-fba69d76c87e-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a53b09066297ad68012146768d94394c7e544c7" 2018-08-12 08:11:50,372 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-69c34d5b-5429-4c56-b849-de566eee331c Date: Sun, 12 Aug 2018 08:11:50 GMT RESP BODY: {"routers": []} 2018-08-12 08:11:50,372 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=CreateNetworkSuccessTests-e9a8be77-3f5f-4242-9763-fba69d76c87e-pub-router&admin_state_up=True used request id req-69c34d5b-5429-4c56-b849-de566eee331c 2018-08-12 08:11:50,373 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:11:50,374 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:11:50,777 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:11:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["Plua3S06Rn-SiK_vyEN-2w"], "issued_at": "2018-08-12T08:11:50.000000Z"}} 2018-08-12 08:11:50,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}64367e80d5f45d6f0ae4d0864ce6757799a2ed3d" 2018-08-12 08:11:50,858 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:11:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3f6c926c-39c2-4fa3-9fc2-55fc0ca849e5 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:11:50,858 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-3f6c926c-39c2-4fa3-9fc2-55fc0ca849e5 2018-08-12 08:11:50,862 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:11:50,867 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:11:50 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:11:50,868 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateNetworkSuccessTests-4f8e7ef0-7cbc-472-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64367e80d5f45d6f0ae4d0864ce6757799a2ed3d" 2018-08-12 08:11:50,960 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:11:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aae67ce3-31bb-4bce-85d0-4c5a39761299 Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateNetworkSuccessTests-4f8e7ef0-7cbc-472-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/d818350ab0e048d5a71707a5dd483755"}, "tags": [], "enabled": true, "id": "d818350ab0e048d5a71707a5dd483755", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-4f8e7ef0-7cbc-472-proj"}]} 2018-08-12 08:11:50,960 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateNetworkSuccessTests-4f8e7ef0-7cbc-472-proj used request id req-aae67ce3-31bb-4bce-85d0-4c5a39761299 2018-08-12 08:11:50,966 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a53b09066297ad68012146768d94394c7e544c7" 2018-08-12 08:11:51,448 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-cfe747d6-2b95-47f5-bc1f-d51487a23d03 Date: Sun, 12 Aug 2018 08:11:51 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":7,"port_security_enabled":true,"mtu":1500,"id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"310f5853751a4c968f3eeb0a3d99a0a8","status":"ACTIVE","subnets":["ec788992-fa73-45cc-a7d9-6d44542124c2"],"description":"","tags":[],"updated_at":"2018-08-12T05:35:20Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"310f5853751a4c968f3eeb0a3d99a0a8","created_at":"2018-08-12T05:04:23Z","provider:network_type":"flat"}]} 2018-08-12 08:11:51,448 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=external used request id req-cfe747d6-2b95-47f5-bc1f-d51487a23d03 2018-08-12 08:11:51,453 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=03886690-4630-4c4c-9ccb-7eedaa9b1fd3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a53b09066297ad68012146768d94394c7e544c7" 2018-08-12 08:11:51,671 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-a1943dc0-fbd4-48e7-b5fc-5522f433585d Date: Sun, 12 Aug 2018 08:11:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","tenant_id":"310f5853751a4c968f3eeb0a3d99a0a8","created_at":"2018-08-12T05:04:31Z","dns_nameservers":[],"updated_at":"2018-08-12T05:04:31Z","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":"310f5853751a4c968f3eeb0a3d99a0a8","id":"ec788992-fa73-45cc-a7d9-6d44542124c2","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-12 08:11:51,671 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=03886690-4630-4c4c-9ccb-7eedaa9b1fd3 used request id req-a1943dc0-fbd4-48e7-b5fc-5522f433585d 2018-08-12 08:11:51,672 - neutron_utils - INFO - Creating router with name - CreateNetworkSuccessTests-e9a8be77-3f5f-4242-9763-fba69d76c87e-pub-router 2018-08-12 08:11:51,677 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a53b09066297ad68012146768d94394c7e544c7" -d '{"router": {"external_gateway_info": {"network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3"}, "tenant_id": "d818350ab0e048d5a71707a5dd483755", "name": "CreateNetworkSuccessTests-e9a8be77-3f5f-4242-9763-fba69d76c87e-pub-router", "admin_state_up": true}}' 2018-08-12 08:11:53,168 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 662 X-Openstack-Request-Id: req-31362ec3-76b4-4ff3-94cc-ba5cfab42cbe Date: Sun, 12 Aug 2018 08:11:53 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ec788992-fa73-45cc-a7d9-6d44542124c2", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "d818350ab0e048d5a71707a5dd483755", "created_at": "2018-08-12T08:11:51Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-12T08:11:52Z", "revision_number": 2, "routes": [], "project_id": "d818350ab0e048d5a71707a5dd483755", "id": "d03ca0c7-0b62-4760-8f22-db987b4e5807", "name": "CreateNetworkSuccessTests-e9a8be77-3f5f-4242-9763-fba69d76c87e-pub-router"}} 2018-08-12 08:11:53,169 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers used request id req-31362ec3-76b4-4ff3-94cc-ba5cfab42cbe 2018-08-12 08:11:53,174 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=d03ca0c7-0b62-4760-8f22-db987b4e5807 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a53b09066297ad68012146768d94394c7e544c7" 2018-08-12 08:11:53,430 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-825f50df-1672-449e-9d7b-029c2740ccb1 Date: Sun, 12 Aug 2018 08:11:53 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:11:52Z","device_owner":"network:router_gateway","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ec788992-fa73-45cc-a7d9-6d44542124c2","ip_address":"172.30.9.201"}],"id":"7ada7a6f-2b2a-4a4d-a3d9-49fe4a0a6fd8","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:a0:0c:b7","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"d03ca0c7-0b62-4760-8f22-db987b4e5807","name":"","admin_state_up":true,"network_id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","tenant_id":"","created_at":"2018-08-12T08:11:52Z","binding:vnic_type":"normal"}]} 2018-08-12 08:11:53,430 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=d03ca0c7-0b62-4760-8f22-db987b4e5807 used request id req-825f50df-1672-449e-9d7b-029c2740ccb1 2018-08-12 08:11:53,435 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/ec788992-fa73-45cc-a7d9-6d44542124c2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a53b09066297ad68012146768d94394c7e544c7" 2018-08-12 08:11:53,650 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-e04f786c-1a90-459a-a372-aa65058b5f67 Date: Sun, 12 Aug 2018 08:11:53 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","tenant_id":"310f5853751a4c968f3eeb0a3d99a0a8","created_at":"2018-08-12T05:04:31Z","dns_nameservers":[],"updated_at":"2018-08-12T05:04:31Z","gateway_ip":"172.30.9.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"172.30.9.0/24","project_id":"310f5853751a4c968f3eeb0a3d99a0a8","id":"ec788992-fa73-45cc-a7d9-6d44542124c2","subnetpool_id":null,"name":"external-subnet"}} 2018-08-12 08:11:53,650 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/ec788992-fa73-45cc-a7d9-6d44542124c2 used request id req-e04f786c-1a90-459a-a372-aa65058b5f67 2018-08-12 08:11:53,655 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateNetworkSuccessTests-e9a8be77-3f5f-4242-9763-fba69d76c87e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a53b09066297ad68012146768d94394c7e544c7" 2018-08-12 08:11:53,903 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-661d65fe-5405-4afd-a5c8-2b40fbe8abce Date: Sun, 12 Aug 2018 08:11:53 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":999,"id":"befca894-58ce-43d4-b505-382b9b1df7a3","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d818350ab0e048d5a71707a5dd483755","status":"ACTIVE","subnets":["1d7b5d14-7405-4a42-9b96-9b7e1fa99526"],"description":"","tags":[],"updated_at":"2018-08-12T08:11:46Z","provider:segmentation_id":33,"name":"CreateNetworkSuccessTests-e9a8be77-3f5f-4242-9763-fba69d76c87e-pub-net","admin_state_up":true,"tenant_id":"d818350ab0e048d5a71707a5dd483755","created_at":"2018-08-12T08:11:45Z","provider:network_type":"vxlan"}]} 2018-08-12 08:11:53,903 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateNetworkSuccessTests-e9a8be77-3f5f-4242-9763-fba69d76c87e-pub-net used request id req-661d65fe-5405-4afd-a5c8-2b40fbe8abce 2018-08-12 08:11:53,906 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:11:53,911 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:11:53 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:11:53,912 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/d818350ab0e048d5a71707a5dd483755 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a53b09066297ad68012146768d94394c7e544c7" 2018-08-12 08:11:54,095 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:11:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8066e889-7271-49a4-a7dd-b67de0664ae1 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/d818350ab0e048d5a71707a5dd483755"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "d818350ab0e048d5a71707a5dd483755", "name": "CreateNetworkSuccessTests-4f8e7ef0-7cbc-472-proj"}} 2018-08-12 08:11:54,095 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/d818350ab0e048d5a71707a5dd483755 used request id req-8066e889-7271-49a4-a7dd-b67de0664ae1 2018-08-12 08:11:54,101 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=befca894-58ce-43d4-b505-382b9b1df7a3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a53b09066297ad68012146768d94394c7e544c7" 2018-08-12 08:11:54,326 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-7262e92d-cb71-4245-ac4d-d275319e7fb1 Date: Sun, 12 Aug 2018 08:11:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"befca894-58ce-43d4-b505-382b9b1df7a3","tenant_id":"d818350ab0e048d5a71707a5dd483755","created_at":"2018-08-12T08:11:46Z","dns_nameservers":[],"updated_at":"2018-08-12T08:11:46Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"d818350ab0e048d5a71707a5dd483755","id":"1d7b5d14-7405-4a42-9b96-9b7e1fa99526","subnetpool_id":null,"name":"CreateNetworkSuccessTests-e9a8be77-3f5f-4242-9763-fba69d76c87e-pub-subnet"}]} 2018-08-12 08:11:54,326 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=befca894-58ce-43d4-b505-382b9b1df7a3 used request id req-7262e92d-cb71-4245-ac4d-d275319e7fb1 2018-08-12 08:11:54,331 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=befca894-58ce-43d4-b505-382b9b1df7a3&name=CreateNetworkSuccessTests-e9a8be77-3f5f-4242-9763-fba69d76c87e-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a53b09066297ad68012146768d94394c7e544c7" 2018-08-12 08:11:54,377 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-4c2089fa-982f-4868-953a-da622c1fbf59 Date: Sun, 12 Aug 2018 08:11:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"befca894-58ce-43d4-b505-382b9b1df7a3","tenant_id":"d818350ab0e048d5a71707a5dd483755","created_at":"2018-08-12T08:11:46Z","dns_nameservers":[],"updated_at":"2018-08-12T08:11:46Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"d818350ab0e048d5a71707a5dd483755","id":"1d7b5d14-7405-4a42-9b96-9b7e1fa99526","subnetpool_id":null,"name":"CreateNetworkSuccessTests-e9a8be77-3f5f-4242-9763-fba69d76c87e-pub-subnet"}]} 2018-08-12 08:11:54,377 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=befca894-58ce-43d4-b505-382b9b1df7a3&name=CreateNetworkSuccessTests-e9a8be77-3f5f-4242-9763-fba69d76c87e-pub-subnet used request id req-4c2089fa-982f-4868-953a-da622c1fbf59 2018-08-12 08:11:54,377 - OpenStackNetwork - DEBUG - Adding router to subnet... 2018-08-12 08:11:54,378 - neutron_utils - INFO - Adding interface to router with name CreateNetworkSuccessTests-e9a8be77-3f5f-4242-9763-fba69d76c87e-pub-router 2018-08-12 08:11:54,383 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9696/v2.0/routers/d03ca0c7-0b62-4760-8f22-db987b4e5807/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a53b09066297ad68012146768d94394c7e544c7" -d '{"subnet_id": "1d7b5d14-7405-4a42-9b96-9b7e1fa99526"}' 2018-08-12 08:11:55,986 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-d410e15f-4111-45da-ba9c-b1dfff8fbfc4 Date: Sun, 12 Aug 2018 08:11:55 GMT RESP BODY: {"network_id": "befca894-58ce-43d4-b505-382b9b1df7a3", "tenant_id": "d818350ab0e048d5a71707a5dd483755", "subnet_id": "1d7b5d14-7405-4a42-9b96-9b7e1fa99526", "subnet_ids": ["1d7b5d14-7405-4a42-9b96-9b7e1fa99526"], "port_id": "85b7e3c4-682b-4329-a982-72de9d92039d", "id": "d03ca0c7-0b62-4760-8f22-db987b4e5807"} 2018-08-12 08:11:55,986 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/d03ca0c7-0b62-4760-8f22-db987b4e5807/add_router_interface used request id req-d410e15f-4111-45da-ba9c-b1dfff8fbfc4 2018-08-12 08:11:55,992 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers/d03ca0c7-0b62-4760-8f22-db987b4e5807 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a53b09066297ad68012146768d94394c7e544c7" 2018-08-12 08:11:56,273 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 662 X-Openstack-Request-Id: req-342f8572-46da-4480-b204-2aa4bf5ad172 Date: Sun, 12 Aug 2018 08:11:56 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ec788992-fa73-45cc-a7d9-6d44542124c2", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "d818350ab0e048d5a71707a5dd483755", "created_at": "2018-08-12T08:11:51Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-12T08:11:55Z", "revision_number": 3, "routes": [], "project_id": "d818350ab0e048d5a71707a5dd483755", "id": "d03ca0c7-0b62-4760-8f22-db987b4e5807", "name": "CreateNetworkSuccessTests-e9a8be77-3f5f-4242-9763-fba69d76c87e-pub-router"}} 2018-08-12 08:11:56,273 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers/d03ca0c7-0b62-4760-8f22-db987b4e5807 used request id req-342f8572-46da-4480-b204-2aa4bf5ad172 2018-08-12 08:11:56,278 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=d03ca0c7-0b62-4760-8f22-db987b4e5807 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a53b09066297ad68012146768d94394c7e544c7" 2018-08-12 08:11:56,594 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1554 X-Openstack-Request-Id: req-99d65cec-7d90-491c-af17-731bbec8e795 Date: Sun, 12 Aug 2018 08:11:56 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:11:52Z","device_owner":"network:router_gateway","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ec788992-fa73-45cc-a7d9-6d44542124c2","ip_address":"172.30.9.201"}],"id":"7ada7a6f-2b2a-4a4d-a3d9-49fe4a0a6fd8","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:a0:0c:b7","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"d03ca0c7-0b62-4760-8f22-db987b4e5807","name":"","admin_state_up":true,"network_id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","tenant_id":"","created_at":"2018-08-12T08:11:52Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:11:55Z","device_owner":"network:router_interface","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"1d7b5d14-7405-4a42-9b96-9b7e1fa99526","ip_address":"10.55.1.1"}],"id":"85b7e3c4-682b-4329-a982-72de9d92039d","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:95:8f:c6","project_id":"d818350ab0e048d5a71707a5dd483755","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"d03ca0c7-0b62-4760-8f22-db987b4e5807","name":"","admin_state_up":true,"network_id":"befca894-58ce-43d4-b505-382b9b1df7a3","tenant_id":"d818350ab0e048d5a71707a5dd483755","created_at":"2018-08-12T08:11:54Z","binding:vnic_type":"normal"}]} 2018-08-12 08:11:56,594 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=d03ca0c7-0b62-4760-8f22-db987b4e5807 used request id req-99d65cec-7d90-491c-af17-731bbec8e795 2018-08-12 08:11:56,599 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/ec788992-fa73-45cc-a7d9-6d44542124c2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a53b09066297ad68012146768d94394c7e544c7" 2018-08-12 08:11:56,647 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-ad02fd9f-3747-4563-b55f-89a364a52f32 Date: Sun, 12 Aug 2018 08:11:56 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","tenant_id":"310f5853751a4c968f3eeb0a3d99a0a8","created_at":"2018-08-12T05:04:31Z","dns_nameservers":[],"updated_at":"2018-08-12T05:04:31Z","gateway_ip":"172.30.9.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"172.30.9.0/24","project_id":"310f5853751a4c968f3eeb0a3d99a0a8","id":"ec788992-fa73-45cc-a7d9-6d44542124c2","subnetpool_id":null,"name":"external-subnet"}} 2018-08-12 08:11:56,647 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/ec788992-fa73-45cc-a7d9-6d44542124c2 used request id req-ad02fd9f-3747-4563-b55f-89a364a52f32 2018-08-12 08:11:56,651 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/1d7b5d14-7405-4a42-9b96-9b7e1fa99526 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a53b09066297ad68012146768d94394c7e544c7" 2018-08-12 08:11:56,864 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 672 X-Openstack-Request-Id: req-5d7f81b4-59bc-4fa5-9eff-c41d929667b6 Date: Sun, 12 Aug 2018 08:11:56 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"befca894-58ce-43d4-b505-382b9b1df7a3","tenant_id":"d818350ab0e048d5a71707a5dd483755","created_at":"2018-08-12T08:11:46Z","dns_nameservers":[],"updated_at":"2018-08-12T08:11:46Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"d818350ab0e048d5a71707a5dd483755","id":"1d7b5d14-7405-4a42-9b96-9b7e1fa99526","subnetpool_id":null,"name":"CreateNetworkSuccessTests-e9a8be77-3f5f-4242-9763-fba69d76c87e-pub-subnet"}} 2018-08-12 08:11:56,864 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/1d7b5d14-7405-4a42-9b96-9b7e1fa99526 used request id req-5d7f81b4-59bc-4fa5-9eff-c41d929667b6 2018-08-12 08:11:56,869 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=CreateNetworkSuccessTests-e9a8be77-3f5f-4242-9763-fba69d76c87e-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88435c5c4f47df137a777edcc304f69c3422e255" 2018-08-12 08:11:57,563 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 643 X-Openstack-Request-Id: req-165b0036-3b26-485f-b720-f4a1e00a857c Date: Sun, 12 Aug 2018 08:11:57 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ec788992-fa73-45cc-a7d9-6d44542124c2", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "d818350ab0e048d5a71707a5dd483755", "created_at": "2018-08-12T08:11:51Z", "admin_state_up": true, "updated_at": "2018-08-12T08:11:55Z", "revision_number": 3, "routes": [], "project_id": "d818350ab0e048d5a71707a5dd483755", "id": "d03ca0c7-0b62-4760-8f22-db987b4e5807", "name": "CreateNetworkSuccessTests-e9a8be77-3f5f-4242-9763-fba69d76c87e-pub-router"}]} 2018-08-12 08:11:57,564 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=CreateNetworkSuccessTests-e9a8be77-3f5f-4242-9763-fba69d76c87e-pub-router&admin_state_up=True used request id req-165b0036-3b26-485f-b720-f4a1e00a857c 2018-08-12 08:11:57,568 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/d818350ab0e048d5a71707a5dd483755 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6fed374454f9da7b4b0f87ac5f621d1fa2501de" 2018-08-12 08:11:57,662 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:11:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0762ce80-3f94-447a-a9d1-2c9686d41570 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/d818350ab0e048d5a71707a5dd483755"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "d818350ab0e048d5a71707a5dd483755", "name": "CreateNetworkSuccessTests-4f8e7ef0-7cbc-472-proj"}} 2018-08-12 08:11:57,662 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/d818350ab0e048d5a71707a5dd483755 used request id req-0762ce80-3f94-447a-a9d1-2c9686d41570 2018-08-12 08:11:57,667 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=d03ca0c7-0b62-4760-8f22-db987b4e5807 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88435c5c4f47df137a777edcc304f69c3422e255" 2018-08-12 08:11:57,876 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 718 X-Openstack-Request-Id: req-80606ed9-db7e-4b97-989e-66682e73c57c Date: Sun, 12 Aug 2018 08:11:57 GMT RESP BODY: {"ports":[{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"befca894-58ce-43d4-b505-382b9b1df7a3","tenant_id":"d818350ab0e048d5a71707a5dd483755","created_at":"2018-08-12T08:11:54Z","admin_state_up":true,"updated_at":"2018-08-12T08:11:55Z","binding:vnic_type":"normal","device_id":"d03ca0c7-0b62-4760-8f22-db987b4e5807","device_owner":"network:router_interface","revision_number":6,"mac_address":"fa:16:3e:95:8f:c6","id":"85b7e3c4-682b-4329-a982-72de9d92039d","port_security_enabled":false,"project_id":"d818350ab0e048d5a71707a5dd483755","fixed_ips":[{"subnet_id":"1d7b5d14-7405-4a42-9b96-9b7e1fa99526","ip_address":"10.55.1.1"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-12 08:11:57,876 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=d03ca0c7-0b62-4760-8f22-db987b4e5807 used request id req-80606ed9-db7e-4b97-989e-66682e73c57c 2018-08-12 08:11:57,879 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/1d7b5d14-7405-4a42-9b96-9b7e1fa99526 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88435c5c4f47df137a777edcc304f69c3422e255" 2018-08-12 08:11:58,183 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 672 X-Openstack-Request-Id: req-c8f34223-e50e-489e-8c65-0d8c184192ba Date: Sun, 12 Aug 2018 08:11:58 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"befca894-58ce-43d4-b505-382b9b1df7a3","tenant_id":"d818350ab0e048d5a71707a5dd483755","created_at":"2018-08-12T08:11:46Z","dns_nameservers":[],"updated_at":"2018-08-12T08:11:46Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"d818350ab0e048d5a71707a5dd483755","id":"1d7b5d14-7405-4a42-9b96-9b7e1fa99526","subnetpool_id":null,"name":"CreateNetworkSuccessTests-e9a8be77-3f5f-4242-9763-fba69d76c87e-pub-subnet"}} 2018-08-12 08:11:58,183 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/1d7b5d14-7405-4a42-9b96-9b7e1fa99526 used request id req-c8f34223-e50e-489e-8c65-0d8c184192ba 2018-08-12 08:11:58,184 - OpenStackNetwork - INFO - Removing router interface from router CreateNetworkSuccessTests-e9a8be77-3f5f-4242-9763-fba69d76c87e-pub-router and subnet CreateNetworkSuccessTests-e9a8be77-3f5f-4242-9763-fba69d76c87e-pub-subnet 2018-08-12 08:11:58,184 - neutron_utils - INFO - Removing router interface from router named CreateNetworkSuccessTests-e9a8be77-3f5f-4242-9763-fba69d76c87e-pub-router 2018-08-12 08:11:58,189 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9696/v2.0/routers/d03ca0c7-0b62-4760-8f22-db987b4e5807/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a53b09066297ad68012146768d94394c7e544c7" -d '{"subnet_id": "1d7b5d14-7405-4a42-9b96-9b7e1fa99526"}' 2018-08-12 08:11:59,682 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-a1ac345f-8337-4127-98d1-ebd2b56a1476 Date: Sun, 12 Aug 2018 08:11:59 GMT RESP BODY: {"network_id": "befca894-58ce-43d4-b505-382b9b1df7a3", "tenant_id": "d818350ab0e048d5a71707a5dd483755", "subnet_id": "1d7b5d14-7405-4a42-9b96-9b7e1fa99526", "subnet_ids": ["1d7b5d14-7405-4a42-9b96-9b7e1fa99526"], "port_id": "85b7e3c4-682b-4329-a982-72de9d92039d", "id": "d03ca0c7-0b62-4760-8f22-db987b4e5807"} 2018-08-12 08:11:59,682 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/d03ca0c7-0b62-4760-8f22-db987b4e5807/remove_router_interface used request id req-a1ac345f-8337-4127-98d1-ebd2b56a1476 2018-08-12 08:11:59,683 - OpenStackNetwork - INFO - Removing router CreateNetworkSuccessTests-e9a8be77-3f5f-4242-9763-fba69d76c87e-pub-router 2018-08-12 08:11:59,683 - neutron_utils - INFO - Deleting router with name - CreateNetworkSuccessTests-e9a8be77-3f5f-4242-9763-fba69d76c87e-pub-router 2018-08-12 08:11:59,688 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/routers/d03ca0c7-0b62-4760-8f22-db987b4e5807 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a53b09066297ad68012146768d94394c7e544c7" 2018-08-12 08:12:01,316 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-82b24035-8209-4627-ace4-5b34d6570956 Content-Length: 0 Date: Sun, 12 Aug 2018 08:12:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:12:01,317 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/d03ca0c7-0b62-4760-8f22-db987b4e5807 used request id req-82b24035-8209-4627-ace4-5b34d6570956 2018-08-12 08:12:01,317 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-e9a8be77-3f5f-4242-9763-fba69d76c87e-pub-subnet 2018-08-12 08:12:01,317 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-e9a8be77-3f5f-4242-9763-fba69d76c87e-pub-subnet 2018-08-12 08:12:01,322 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/1d7b5d14-7405-4a42-9b96-9b7e1fa99526 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9694d4b2ad381b04356fd7f42c2248a0438b4641" 2018-08-12 08:12:03,748 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-97f68caf-7ae4-48a2-9d6f-1048575a53b4 Date: Sun, 12 Aug 2018 08:12:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:12:03,748 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/1d7b5d14-7405-4a42-9b96-9b7e1fa99526 used request id req-97f68caf-7ae4-48a2-9d6f-1048575a53b4 2018-08-12 08:12:03,748 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-e9a8be77-3f5f-4242-9763-fba69d76c87e-pub-net 2018-08-12 08:12:03,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/befca894-58ce-43d4-b505-382b9b1df7a3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9694d4b2ad381b04356fd7f42c2248a0438b4641" 2018-08-12 08:12:05,224 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-cf88cfec-7289-4a40-b76c-b964f6185af7 Date: Sun, 12 Aug 2018 08:12:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:12:05,224 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/befca894-58ce-43d4-b505-382b9b1df7a3 used request id req-cf88cfec-7289-4a40-b76c-b964f6185af7 2018-08-12 08:12:05,225 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:12:05,226 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:12:05,226 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:12:05,226 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:12:05,226 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:12:05,233 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6734936e2cc1efc6638b98b9553b0e3228ceabb7" 2018-08-12 08:12:05,593 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 45548 X-Openstack-Request-Id: req-f1d703d7-221f-48e6-89b1-8248008cb1c9 Date: Sun, 12 Aug 2018 08:12:05 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "created_at": "2018-08-12T06:59:44Z", "updated_at": "2018-08-12T06:59:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "1d7fd960-7865-4453-aecc-8d399b4fad21", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "66820d8a-b785-4b18-bd67-500221c8e4f9", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "74fc7638-a322-4841-8c47-06d36174a200", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "8eaa09ec-8419-4582-9312-1e527afe6e4b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}], "revision_number": 4, "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "created_at": "2018-08-12T05:12:34Z", "updated_at": "2018-08-12T05:12:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "709513d2-af7d-4d0b-bd3c-604fed75a711", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "aa346066-e46f-44f2-94be-2884aa998a19", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "c15f7b93-e56c-4afa-867d-2acb286d4b7b", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "cb0ef83f-5f70-4a80-ad35-431ca9df551e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}], "revision_number": 4, "project_id": "fa5a7fe6ee54472ba01638877aade8e3", "id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d818350ab0e048d5a71707a5dd483755", "created_at": "2018-08-12T08:11:44Z", "updated_at": "2018-08-12T08:11:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:11:44Z", "revision_number": 0, "id": "1bbc1bfc-3d4a-4481-9a9a-8d0865ddc67f", "remote_group_id": "2a8a695b-d005-4158-b986-54d0367197a2", "remote_ip_prefix": null, "created_at": "2018-08-12T08:11:44Z", "security_group_id": "2a8a695b-d005-4158-b986-54d0367197a2", "tenant_id": "d818350ab0e048d5a71707a5dd483755", "port_range_min": null, "ethertype": "IPv4", "project_id": "d818350ab0e048d5a71707a5dd483755"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:11:44Z", "revision_number": 0, "id": "7dee3b5f-77a3-4736-9fa6-97a87e958e06", "remote_group_id": "2a8a695b-d005-4158-b986-54d0367197a2", "remote_ip_prefix": null, "created_at": "2018-08-12T08:11:44Z", "security_group_id": "2a8a695b-d005-4158-b986-54d0367197a2", "tenant_id": "d818350ab0e048d5a71707a5dd483755", "port_range_min": null, "ethertype": "IPv6", "project_id": "d818350ab0e048d5a71707a5dd483755"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:11:44Z", "revision_number": 0, "id": "8d13d124-225d-4169-a63d-d9365d03dc16", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:11:44Z", "security_group_id": "2a8a695b-d005-4158-b986-54d0367197a2", "tenant_id": "d818350ab0e048d5a71707a5dd483755", "port_range_min": null, "ethertype": "IPv6", "project_id": "d818350ab0e048d5a71707a5dd483755"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:11:44Z", "revision_number": 0, "id": "eb3e51a5-75c8-41cc-aefe-725c213311cf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:11:44Z", "security_group_id": "2a8a695b-d005-4158-b986-54d0367197a2", "tenant_id": "d818350ab0e048d5a71707a5dd483755", "port_range_min": null, "ethertype": "IPv4", "project_id": "d818350ab0e048d5a71707a5dd483755"}], "revision_number": 4, "project_id": "d818350ab0e048d5a71707a5dd483755", "id": "2a8a695b-d005-4158-b986-54d0367197a2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ea65becf30e54b27aa96a449698a435e", "created_at": "2018-08-12T05:10:35Z", "updated_at": "2018-08-12T05:10:35Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "30ad280c-f302-4cd4-a438-5139917b56f9", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "76115c4c-887d-4f0a-83e2-486e4b39c713", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "8ab14937-4c08-4d43-8a9a-662e622cc643", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "ee757a03-5662-4273-9c3e-6212e7afb48f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}], "revision_number": 4, "project_id": "ea65becf30e54b27aa96a449698a435e", "id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "created_at": "2018-08-12T06:20:09Z", "updated_at": "2018-08-12T06:20:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "1123b8f2-75ac-4a26-b9b2-a96da97408e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "2ddd2b93-e080-48cd-9a50-f5fe8a82ad0c", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "cd1bae62-0aea-4438-b4c3-50a69ae6f855", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "e398e01e-ceea-46d1-9534-b929808c4a5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}], "revision_number": 4, "project_id": "ff7abd7bb61f4f2889831e932d65dc2e", "id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "created_at": "2018-08-12T05:34:57Z", "updated_at": "2018-08-12T05:34:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "208a1c1e-f5f8-49c7-9a25-d07e68b1541f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "27bfd867-e607-4bf8-9de8-60682d3f771d", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "49360e1f-6fd3-4f35-b339-24cea95773ee", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "60f631a9-d305-4920-9631-d0543e2ac64f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}], "revision_number": 4, "project_id": "3a85ceae958d4d9fba68847e7df67db8", "id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "created_at": "2018-08-12T05:34:40Z", "updated_at": "2018-08-12T05:34:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "2192c259-363e-4768-ae73-e75837ad63b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "3f87ddc5-f84d-41dc-8215-847724782569", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "7d89f6da-ea78-49dd-9115-f9ad23b250bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "9ec4497d-0f65-44db-9be9-7b3042e4a584", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}], "revision_number": 4, "project_id": "85517fcf1c6247e699fdcdd42ecc8c79", "id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "created_at": "2018-08-12T05:16:02Z", "updated_at": "2018-08-12T05:16:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "1ecacd8c-c1c7-4a66-9871-406a69323b43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "3cc1750c-e0e7-4902-b6f3-494a161b832e", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "d719a7a4-8c99-44ed-8c12-6bf071890203", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "fe7421b5-d577-41da-8c78-62f3c07eda92", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}], "revision_number": 4, "project_id": "a267b9a156244bb192691cff6e5f74fe", "id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "315a428116f24d9fbb826b37080a918e", "created_at": "2018-08-12T05:11:31Z", "updated_at": "2018-08-12T05:11:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "5e52886a-1dc3-4a81-a55d-f388dc4fd1a1", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "678e32e4-d64c-448a-a4ab-e253ab94ae90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "a8da1539-e3ad-4f90-b2df-3dc1f09d228a", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "b73d5cc9-0205-4658-bb1f-61a042c0ab8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}], "revision_number": 4, "project_id": "315a428116f24d9fbb826b37080a918e", "id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-12T05:08:01Z", "updated_at": "2018-08-12T05:08:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:01Z", "revision_number": 0, "id": "0fb05d03-1117-45d0-930c-b6d4c96ef102", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "4faaab33-5788-4bbd-85b8-0fb44d41413a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "96d0c5a0-5c67-421b-8fc8-2b46d77e5db3", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "dd78519b-4bc5-4e8e-ad0f-58089dd69347", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "11a46741b7954b959fd7764109c047b6", "created_at": "2018-08-12T05:34:51Z", "updated_at": "2018-08-12T05:34:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "0b67bf3c-2289-43bb-ab6c-7d25ec32a279", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "51f3f833-337a-42bd-a8d5-742ea8d6c226", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "571fd0b5-ef90-408d-af33-aafb517b8993", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "944ba823-fb9c-496e-a66e-bb426bb14a8d", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}], "revision_number": 4, "project_id": "11a46741b7954b959fd7764109c047b6", "id": "90af9782-8112-4257-801d-ee5115d226ba", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "created_at": "2018-08-12T05:34:26Z", "updated_at": "2018-08-12T05:34:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "2ee1f63a-807c-4d6a-85ee-dd784f6b8c3f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5dec3ec2-2add-47dd-8618-90659dcf3885", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5ea0dc3e-49d0-43f0-94e9-f6443527d14c", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "fbfaca22-7e3e-4128-8973-43e439b77c28", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}], "revision_number": 4, "project_id": "3c01cd58055c44ecaef39f7e625c2258", "id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "521007c1818145639e93ceb270559219", "created_at": "2018-08-12T05:13:27Z", "updated_at": "2018-08-12T05:13:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "5e7fede5-b0f2-47d8-95c3-516cdfc7f9de", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "8fd0e36f-c6c4-4f64-ba97-40439e614448", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "db7d79de-1dfc-4138-945f-91e74cdc266b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "e87f2cff-ff3e-4b6d-aaf0-7f0eb0ab9f05", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}], "revision_number": 4, "project_id": "521007c1818145639e93ceb270559219", "id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "created_at": "2018-08-12T05:08:18Z", "updated_at": "2018-08-12T05:08:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "3c67be40-bf74-4f97-9693-d93ce73a23b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "6112d869-2fc6-4a25-a13c-3d55cd7206c0", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "bdf21c56-453e-482e-9cba-3c55abcb0339", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "c8e92c39-38cc-4f48-be9c-5f0912e6a725", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}], "revision_number": 4, "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "created_at": "2018-08-12T05:04:23Z", "updated_at": "2018-08-12T05:04:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "280546d9-8ad1-4283-abfc-15ee9b1736c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "58bce125-f2ca-4a6d-b9ca-4e6cf5c0f7a5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "69275b9a-cfb5-482c-a9c4-8ffc79adf2c7", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "6d747f3a-3764-469a-a645-f977585c5aac", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}], "revision_number": 4, "project_id": "310f5853751a4c968f3eeb0a3d99a0a8", "id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "created_at": "2018-08-12T05:34:42Z", "updated_at": "2018-08-12T05:34:42Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "199582e8-25aa-457a-aa7c-6d8413ca4464", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "234f3609-4454-448f-919d-c8143c7cd764", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "c1061460-71a2-49a9-a04b-9fa33eeb17ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "d21ac532-51d8-4d6b-8300-7bac216759bf", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}], "revision_number": 4, "project_id": "9f6c1a272706419c9a74b0893b2890e8", "id": "d6739716-c693-460c-89c6-e7c8c48f8245", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "created_at": "2018-08-12T05:34:54Z", "updated_at": "2018-08-12T05:34:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "0633a05a-ee7d-4476-a56b-75d011b22f77", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "6cc1b9f8-73db-47a3-a0e0-3c96c43f34da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "90d99a6b-e94f-4fd8-a10c-f19dd8954c13", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "e843c139-af2a-4d2c-a24f-59f7b10ff72e", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}], "revision_number": 4, "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "created_at": "2018-08-12T05:09:07Z", "updated_at": "2018-08-12T05:09:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "5495e168-f505-4d74-ae6d-387f0bf533c2", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "6fd19b8b-3062-456e-81ba-3ff37fe43429", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8ca59d25-485c-46ce-939c-2e4a468caeac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8f190846-50a0-42b9-b571-390809b752b1", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}], "revision_number": 4, "project_id": "fa9ca6d7608b4d7d87ce97331679a481", "id": "edcd9b17-9416-4c25-823c-060c435e18d7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "created_at": "2018-08-12T05:34:52Z", "updated_at": "2018-08-12T05:34:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "2c7e484e-6ec5-4a95-8c9c-66d294c0c27e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "70c74258-3c2c-4efc-87e0-079c26ee3417", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "b70382fa-082e-4c2b-abc8-87490fa50b11", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "c3628e02-b4b6-42c9-8751-c1a2d3c19caa", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}], "revision_number": 4, "project_id": "87db863ba6e348b0a5ddcb67053db9d1", "id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "name": "default"}]} 2018-08-12 08:12:05,594 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-f1d703d7-221f-48e6-89b1-8248008cb1c9 2018-08-12 08:12:05,604 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6734936e2cc1efc6638b98b9553b0e3228ceabb7" 2018-08-12 08:12:05,690 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:12:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a8f1baef-c230-480e-ae66-e25bf266b556 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 5fe28c13d4d74ba2be8d019ac1ea6363.", "code": 404, "title": "Not Found"}} 2018-08-12 08:12:05,690 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 used request id req-a8f1baef-c230-480e-ae66-e25bf266b556 2018-08-12 08:12:05,691 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:12:05,694 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6734936e2cc1efc6638b98b9553b0e3228ceabb7" 2018-08-12 08:12:05,784 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:12:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-57895b9c-6482-4b66-8b7c-ed8de68a279d Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa5a7fe6ee54472ba01638877aade8e3.", "code": 404, "title": "Not Found"}} 2018-08-12 08:12:05,785 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 used request id req-57895b9c-6482-4b66-8b7c-ed8de68a279d 2018-08-12 08:12:05,785 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:12:05,788 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/d818350ab0e048d5a71707a5dd483755 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6734936e2cc1efc6638b98b9553b0e3228ceabb7" 2018-08-12 08:12:05,811 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:12:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d05a94e5-b72b-4d52-a57d-342ceb1778a5 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/d818350ab0e048d5a71707a5dd483755"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "d818350ab0e048d5a71707a5dd483755", "name": "CreateNetworkSuccessTests-4f8e7ef0-7cbc-472-proj"}} 2018-08-12 08:12:05,812 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/d818350ab0e048d5a71707a5dd483755 used request id req-d05a94e5-b72b-4d52-a57d-342ceb1778a5 2018-08-12 08:12:05,812 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2a8a695b-d005-4158-b986-54d0367197a2 2018-08-12 08:12:05,816 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=2a8a695b-d005-4158-b986-54d0367197a2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6734936e2cc1efc6638b98b9553b0e3228ceabb7" 2018-08-12 08:12:06,005 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-685c28e0-f75f-4b11-8431-7ba339cad66a Date: Sun, 12 Aug 2018 08:12:05 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "2a8a695b-d005-4158-b986-54d0367197a2", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:11:44Z", "security_group_id": "2a8a695b-d005-4158-b986-54d0367197a2", "port_range_min": null, "revision_number": 0, "tenant_id": "d818350ab0e048d5a71707a5dd483755", "created_at": "2018-08-12T08:11:44Z", "project_id": "d818350ab0e048d5a71707a5dd483755", "id": "1bbc1bfc-3d4a-4481-9a9a-8d0865ddc67f"}, {"remote_group_id": "2a8a695b-d005-4158-b986-54d0367197a2", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:11:44Z", "security_group_id": "2a8a695b-d005-4158-b986-54d0367197a2", "port_range_min": null, "revision_number": 0, "tenant_id": "d818350ab0e048d5a71707a5dd483755", "created_at": "2018-08-12T08:11:44Z", "project_id": "d818350ab0e048d5a71707a5dd483755", "id": "7dee3b5f-77a3-4736-9fa6-97a87e958e06"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:11:44Z", "security_group_id": "2a8a695b-d005-4158-b986-54d0367197a2", "port_range_min": null, "revision_number": 0, "tenant_id": "d818350ab0e048d5a71707a5dd483755", "created_at": "2018-08-12T08:11:44Z", "project_id": "d818350ab0e048d5a71707a5dd483755", "id": "8d13d124-225d-4169-a63d-d9365d03dc16"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:11:44Z", "security_group_id": "2a8a695b-d005-4158-b986-54d0367197a2", "port_range_min": null, "revision_number": 0, "tenant_id": "d818350ab0e048d5a71707a5dd483755", "created_at": "2018-08-12T08:11:44Z", "project_id": "d818350ab0e048d5a71707a5dd483755", "id": "eb3e51a5-75c8-41cc-aefe-725c213311cf"}]} 2018-08-12 08:12:06,005 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=2a8a695b-d005-4158-b986-54d0367197a2 used request id req-685c28e0-f75f-4b11-8431-7ba339cad66a 2018-08-12 08:12:06,006 - neutron_utils - INFO - Deleting security group with name - default 2018-08-12 08:12:06,011 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/2a8a695b-d005-4158-b986-54d0367197a2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6734936e2cc1efc6638b98b9553b0e3228ceabb7" 2018-08-12 08:12:06,350 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-cb8f8a25-f7c1-4a6b-8511-0092177148b4 Content-Length: 0 Date: Sun, 12 Aug 2018 08:12:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:12:06,350 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/2a8a695b-d005-4158-b986-54d0367197a2 used request id req-cb8f8a25-f7c1-4a6b-8511-0092177148b4 2018-08-12 08:12:06,350 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-4f8e7ef0-7cbc-472-proj 2018-08-12 08:12:06,353 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/d818350ab0e048d5a71707a5dd483755 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6734936e2cc1efc6638b98b9553b0e3228ceabb7" 2018-08-12 08:12:06,683 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:12:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c72b01b5-961a-4d9b-8ec8-920c4aba0a26 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 08:12:06,684 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/d818350ab0e048d5a71707a5dd483755 used request id req-c72b01b5-961a-4d9b-8ec8-920c4aba0a26 2018-08-12 08:12:06,684 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-4f8e7ef0-7cbc-472-proj-role 2018-08-12 08:12:06,688 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/e82193d0e85f4ca28a5b186c2942c729 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6734936e2cc1efc6638b98b9553b0e3228ceabb7" 2018-08-12 08:12:06,808 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:12:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ec394fa1-1c3e-487c-b09e-a1fa6a20b066 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 08:12:06,809 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/e82193d0e85f4ca28a5b186c2942c729 used request id req-ec394fa1-1c3e-487c-b09e-a1fa6a20b066 2018-08-12 08:12:06,812 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6734936e2cc1efc6638b98b9553b0e3228ceabb7" 2018-08-12 08:12:06,923 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:12:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ab25e71d-e8a5-45cc-94b9-7d2cc729e46d Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:12:06,923 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-ab25e71d-e8a5-45cc-94b9-7d2cc729e46d 2018-08-12 08:12:06,924 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-4f8e7ef0-7cbc-472-user 2018-08-12 08:12:06,927 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/c88a56405dda4e7abd550fdb95e3571d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a52cce1299ccfaa6504218b523b10b2a8d280726" 2018-08-12 08:12:07,127 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:12:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1a742d9b-7601-4b67-b9d4-162472aebc29 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 08:12:07,127 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/c88a56405dda4e7abd550fdb95e3571d used request id req-1a742d9b-7601-4b67-b9d4-162472aebc29 2018-08-12 08:12:07,129 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:12:07,532 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:12:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["8CACTevuQA2BTD9baLgQaw"], "issued_at": "2018-08-12T08:12:07.000000Z"}} 2018-08-12 08:12:07,533 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}31c0dfcbd2f1a5bfbbca0df4fe791a582c456c9b" 2018-08-12 08:12:07,619 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:12:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8cdb7882-e740-4cd8-8561-819b20548c17 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:12:07,619 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-8cdb7882-e740-4cd8-8561-819b20548c17 2018-08-12 08:12:07,620 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:12:07,621 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:12:08,011 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:12:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["W3lV8AVMS3WmI1Ujko_i3Q"], "issued_at": "2018-08-12T08:12:08.000000Z"}} 2018-08-12 08:12:08,011 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}810b12c55a007681e8bf9440c874fcaa0a268e16" 2018-08-12 08:12:08,093 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:12:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-44de0261-b88e-41b7-9ab7-803c105897d9 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:12:08,093 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-44de0261-b88e-41b7-9ab7-803c105897d9 2018-08-12 08:12:08,098 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:12:08,103 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:12:08 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:12:08,104 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-cdf912c8-3fcb-42f-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}810b12c55a007681e8bf9440c874fcaa0a268e16" 2018-08-12 08:12:08,188 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:12:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-722d0652-6424-448d-a845-a91805af902a Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-cdf912c8-3fcb-42f-proj", "previous": null, "next": null}, "projects": []} 2018-08-12 08:12:08,189 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-cdf912c8-3fcb-42f-proj used request id req-722d0652-6424-448d-a845-a91805af902a 2018-08-12 08:12:08,192 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}810b12c55a007681e8bf9440c874fcaa0a268e16" 2018-08-12 08:12:08,284 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:12:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-02bbc3b6-4c63-4775-941f-3e2f8a1f75f7 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:12:08,284 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-02bbc3b6-4c63-4775-941f-3e2f8a1f75f7 2018-08-12 08:12:08,288 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}810b12c55a007681e8bf9440c874fcaa0a268e16" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateNetworkSuccessTests-cdf912c8-3fcb-42f-proj"}}' 2018-08-12 08:12:08,421 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:12:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-aad55cd6-2f5b-4103-af0b-eb0ee3a24fcb Content-Length: 322 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/25614517f3a04d709573ee8cc18a86dc"}, "tags": [], "enabled": true, "id": "25614517f3a04d709573ee8cc18a86dc", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-cdf912c8-3fcb-42f-proj"}} 2018-08-12 08:12:08,421 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-aad55cd6-2f5b-4103-af0b-eb0ee3a24fcb 2018-08-12 08:12:08,421 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-cdf912c8-3fcb-42f-proj 2018-08-12 08:12:08,421 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:12:08,422 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:12:08,820 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:12:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["rOen8hx5SAeXFFiCezy9LQ"], "issued_at": "2018-08-12T08:12:08.000000Z"}} 2018-08-12 08:12:08,821 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}f86051beaa82a651d22e44ad38b5920b74a8665a" 2018-08-12 08:12:08,924 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:12:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fee8c75b-62da-46a7-ba35-96acd702c5d5 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:12:08,924 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-fee8c75b-62da-46a7-ba35-96acd702c5d5 2018-08-12 08:12:08,928 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:12:08,933 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:12:08 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:12:08,934 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f86051beaa82a651d22e44ad38b5920b74a8665a" 2018-08-12 08:12:09,036 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:12:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-139adef4-9c9b-4edd-86fd-6d6821b19934 Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/105a247548624314b9228f85f6325f0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105a247548624314b9228f85f6325f0b", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/1c5de0eaa44543f08da6ad63a51594ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c5de0eaa44543f08da6ad63a51594ff", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/1d127b5b832547a88a547c116dfdd65b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d127b5b832547a88a547c116dfdd65b", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/1d5cfc170d624ce4ae53ae0507c8d517"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d5cfc170d624ce4ae53ae0507c8d517", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/2421820b75eb4d3ebd02830378d1377b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2421820b75eb4d3ebd02830378d1377b", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/40bd8ee54ecf44868cc83cede652c396"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40bd8ee54ecf44868cc83cede652c396", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/4f32fb8153854c4c9f5094b42b523f80"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f32fb8153854c4c9f5094b42b523f80", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7066130d08fb4db7bf4ab468de53933b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7066130d08fb4db7bf4ab468de53933b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/8d0898a83bcf4521bbc11501d5d7ac89"}, "domain_id": "1eec97585bde483292ece28ee11f4b8d", "enabled": true, "options": {}, "id": "8d0898a83bcf4521bbc11501d5d7ac89", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/9defcced327d476f8a3beab718a13da3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9defcced327d476f8a3beab718a13da3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/b80ee4f6992446e0879624dd436e99a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b80ee4f6992446e0879624dd436e99a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b86fd3e011324d398fcdb6f095a20a9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b86fd3e011324d398fcdb6f095a20a9d", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1701d2754064b5cadf765ea0806f9b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1701d2754064b5cadf765ea0806f9b2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/db4e7b8d76d549faa502716565c733dd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db4e7b8d76d549faa502716565c733dd", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-12 08:12:09,036 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-139adef4-9c9b-4edd-86fd-6d6821b19934 2018-08-12 08:12:09,040 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateNetworkSuccessTests-cdf912c8-3fcb-42f-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f86051beaa82a651d22e44ad38b5920b74a8665a" 2018-08-12 08:12:09,060 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:12:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-58d15e69-14b1-4440-bb3e-4271d9330e40 Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateNetworkSuccessTests-cdf912c8-3fcb-42f-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/25614517f3a04d709573ee8cc18a86dc"}, "tags": [], "enabled": true, "id": "25614517f3a04d709573ee8cc18a86dc", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-cdf912c8-3fcb-42f-proj"}]} 2018-08-12 08:12:09,060 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateNetworkSuccessTests-cdf912c8-3fcb-42f-proj used request id req-58d15e69-14b1-4440-bb3e-4271d9330e40 2018-08-12 08:12:09,064 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f86051beaa82a651d22e44ad38b5920b74a8665a" 2018-08-12 08:12:09,160 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:12:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-12394b56-6264-4f4f-8bce-a1530d8b1f2a Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:12:09,161 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-12394b56-6264-4f4f-8bce-a1530d8b1f2a 2018-08-12 08:12:09,557 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-cdf912c8-3fcb-42f-user 2018-08-12 08:12:09,558 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:12:09,568 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}810b12c55a007681e8bf9440c874fcaa0a268e16" 2018-08-12 08:12:09,660 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:12:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c6e5c8c7-8ddf-434d-9f30-3e4b15780627 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:12:09,660 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-c6e5c8c7-8ddf-434d-9f30-3e4b15780627 2018-08-12 08:12:09,664 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}810b12c55a007681e8bf9440c874fcaa0a268e16" -d '{"role": {"name": "CreateNetworkSuccessTests-cdf912c8-3fcb-42f-proj-role"}}' 2018-08-12 08:12:09,791 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:12:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b7280b4a-4e3d-43dd-8067-b59548096346 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "76f7cbeeb3094c619f8c128e338fff9b", "links": {"self": "http://172.30.9.21:5000/v3/roles/76f7cbeeb3094c619f8c128e338fff9b"}, "name": "CreateNetworkSuccessTests-cdf912c8-3fcb-42f-proj-role"}} 2018-08-12 08:12:09,792 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-b7280b4a-4e3d-43dd-8067-b59548096346 2018-08-12 08:12:09,792 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-cdf912c8-3fcb-42f-proj-role 2018-08-12 08:12:09,795 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/76f7cbeeb3094c619f8c128e338fff9b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}810b12c55a007681e8bf9440c874fcaa0a268e16" 2018-08-12 08:12:09,881 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:12:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-568dbe1b-448c-4a7a-bf3b-4d97f9bb7c88 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "76f7cbeeb3094c619f8c128e338fff9b", "links": {"self": "http://172.30.9.21:5000/v3/roles/76f7cbeeb3094c619f8c128e338fff9b"}, "name": "CreateNetworkSuccessTests-cdf912c8-3fcb-42f-proj-role"}} 2018-08-12 08:12:09,882 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/76f7cbeeb3094c619f8c128e338fff9b used request id req-568dbe1b-448c-4a7a-bf3b-4d97f9bb7c88 2018-08-12 08:12:09,882 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-cdf912c8-3fcb-42f-proj-role to project CreateNetworkSuccessTests-cdf912c8-3fcb-42f-proj 2018-08-12 08:12:09,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/25614517f3a04d709573ee8cc18a86dc/users/a3dbfe83aa0d4c458a0473c80911b77e/roles/76f7cbeeb3094c619f8c128e338fff9b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}810b12c55a007681e8bf9440c874fcaa0a268e16" 2018-08-12 08:12:10,009 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:12:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4f58db03-4170-49da-a254-3f8111b31779 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 08:12:10,009 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/25614517f3a04d709573ee8cc18a86dc/users/a3dbfe83aa0d4c458a0473c80911b77e/roles/76f7cbeeb3094c619f8c128e338fff9b used request id req-4f58db03-4170-49da-a254-3f8111b31779 2018-08-12 08:12:10,010 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:12:10,010 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:12:10,010 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:12:10,010 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:12:10,011 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:12:10,012 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:12:10,013 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:12:10,414 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:12:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["uSSj88C8SEiaGAeke4YHWQ"], "issued_at": "2018-08-12T08:12:10.000000Z"}} 2018-08-12 08:12:10,415 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}41ec9740f4f07f1bb25378b6994fbd36d6580a49" 2018-08-12 08:12:10,506 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:12:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-10f2787d-0d22-4d97-8b07-ad613a1e872d Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:12:10,507 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-10f2787d-0d22-4d97-8b07-ad613a1e872d 2018-08-12 08:12:10,508 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:12:10,508 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:12:10,508 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:12:10,508 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:12:10,508 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:12:10,517 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateNetworkSuccessTests-56f9394a-9f9e-4fb8-870b-1d7049279748-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41ec9740f4f07f1bb25378b6994fbd36d6580a49" 2018-08-12 08:12:10,713 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-954de4ed-3774-4afc-a2d8-a862d7212696 Date: Sun, 12 Aug 2018 08:12:10 GMT RESP BODY: {"networks":[]} 2018-08-12 08:12:10,713 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateNetworkSuccessTests-56f9394a-9f9e-4fb8-870b-1d7049279748-pub-net used request id req-954de4ed-3774-4afc-a2d8-a862d7212696 2018-08-12 08:12:10,714 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-56f9394a-9f9e-4fb8-870b-1d7049279748-pub-net 2018-08-12 08:12:10,714 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:12:10,715 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:12:11,109 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:12:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["ImW8tdfUQ3yg6p9-lwWxzQ"], "issued_at": "2018-08-12T08:12:11.000000Z"}} 2018-08-12 08:12:11,110 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}31c808a2c5daa6513349fddc43c5f4744bfba296" 2018-08-12 08:12:11,201 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:12:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9984f80e-59c6-4706-9bf4-31dca57bbe77 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:12:11,201 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-9984f80e-59c6-4706-9bf4-31dca57bbe77 2018-08-12 08:12:11,205 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:12:11,210 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:12:11 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:12:11,211 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateNetworkSuccessTests-cdf912c8-3fcb-42f-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31c808a2c5daa6513349fddc43c5f4744bfba296" 2018-08-12 08:12:11,302 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:12:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d71643c0-c973-447f-9509-945ba4299722 Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateNetworkSuccessTests-cdf912c8-3fcb-42f-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/25614517f3a04d709573ee8cc18a86dc"}, "tags": [], "enabled": true, "id": "25614517f3a04d709573ee8cc18a86dc", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-cdf912c8-3fcb-42f-proj"}]} 2018-08-12 08:12:11,303 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateNetworkSuccessTests-cdf912c8-3fcb-42f-proj used request id req-d71643c0-c973-447f-9509-945ba4299722 2018-08-12 08:12:11,308 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41ec9740f4f07f1bb25378b6994fbd36d6580a49" -d '{"network": {"tenant_id": "25614517f3a04d709573ee8cc18a86dc", "mtu": 999, "name": "CreateNetworkSuccessTests-56f9394a-9f9e-4fb8-870b-1d7049279748-pub-net", "admin_state_up": true}}' 2018-08-12 08:12:11,975 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-126dee43-9fc7-48a4-a8ea-001b446db964 Date: Sun, 12 Aug 2018 08:12:11 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"dfabd826-35be-4d15-9c54-5fabb2d84de9","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"25614517f3a04d709573ee8cc18a86dc","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T08:12:11Z","is_default":false,"provider:segmentation_id":93,"name":"CreateNetworkSuccessTests-56f9394a-9f9e-4fb8-870b-1d7049279748-pub-net","admin_state_up":true,"tenant_id":"25614517f3a04d709573ee8cc18a86dc","created_at":"2018-08-12T08:12:11Z","mtu":999}} 2018-08-12 08:12:11,975 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-126dee43-9fc7-48a4-a8ea-001b446db964 2018-08-12 08:12:11,981 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=dfabd826-35be-4d15-9c54-5fabb2d84de9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41ec9740f4f07f1bb25378b6994fbd36d6580a49" 2018-08-12 08:12:12,226 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-3b73a0d8-4836-4307-b723-82b21a2c7dfe Date: Sun, 12 Aug 2018 08:12:12 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":999,"id":"dfabd826-35be-4d15-9c54-5fabb2d84de9","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"25614517f3a04d709573ee8cc18a86dc","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T08:12:11Z","provider:segmentation_id":93,"name":"CreateNetworkSuccessTests-56f9394a-9f9e-4fb8-870b-1d7049279748-pub-net","admin_state_up":true,"tenant_id":"25614517f3a04d709573ee8cc18a86dc","created_at":"2018-08-12T08:12:11Z","provider:network_type":"vxlan"}]} 2018-08-12 08:12:12,226 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=dfabd826-35be-4d15-9c54-5fabb2d84de9 used request id req-3b73a0d8-4836-4307-b723-82b21a2c7dfe 2018-08-12 08:12:12,231 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=dfabd826-35be-4d15-9c54-5fabb2d84de9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41ec9740f4f07f1bb25378b6994fbd36d6580a49" 2018-08-12 08:12:12,529 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-ab79ba5d-deaa-40b9-ac6a-51af4e8aa58f Date: Sun, 12 Aug 2018 08:12:12 GMT RESP BODY: {"subnets":[]} 2018-08-12 08:12:12,529 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=dfabd826-35be-4d15-9c54-5fabb2d84de9 used request id req-ab79ba5d-deaa-40b9-ac6a-51af4e8aa58f 2018-08-12 08:12:12,530 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:12:12,531 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:12:12,929 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:12:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["U2EeN1tXSDym-WZ7IQkWDQ"], "issued_at": "2018-08-12T08:12:12.000000Z"}} 2018-08-12 08:12:12,930 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}1eb095476b080e06ca6e49346e3c0cfd8c8ad9e5" 2018-08-12 08:12:13,012 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:12:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1f26d20f-7c7c-4340-bd55-b728138388bc Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:12:13,012 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-1f26d20f-7c7c-4340-bd55-b728138388bc 2018-08-12 08:12:13,016 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:12:13,022 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:12:13 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:12:13,023 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateNetworkSuccessTests-cdf912c8-3fcb-42f-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1eb095476b080e06ca6e49346e3c0cfd8c8ad9e5" 2018-08-12 08:12:13,117 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:12:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1baaafb8-1fb9-477e-83c1-2cf7a84ae3ea Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateNetworkSuccessTests-cdf912c8-3fcb-42f-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/25614517f3a04d709573ee8cc18a86dc"}, "tags": [], "enabled": true, "id": "25614517f3a04d709573ee8cc18a86dc", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-cdf912c8-3fcb-42f-proj"}]} 2018-08-12 08:12:13,117 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateNetworkSuccessTests-cdf912c8-3fcb-42f-proj used request id req-1baaafb8-1fb9-477e-83c1-2cf7a84ae3ea 2018-08-12 08:12:13,118 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-56f9394a-9f9e-4fb8-870b-1d7049279748-pub-subnet 2018-08-12 08:12:13,124 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41ec9740f4f07f1bb25378b6994fbd36d6580a49" -d '{"subnets": [{"ip_version": 4, "network_id": "dfabd826-35be-4d15-9c54-5fabb2d84de9", "cidr": "10.55.1.0/24", "name": "CreateNetworkSuccessTests-56f9394a-9f9e-4fb8-870b-1d7049279748-pub-subnet", "tenant_id": "25614517f3a04d709573ee8cc18a86dc"}]}' 2018-08-12 08:12:14,023 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-489bdce7-d5a2-47cb-89e1-e2ac0a1577a1 Date: Sun, 12 Aug 2018 08:12:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"dfabd826-35be-4d15-9c54-5fabb2d84de9","tenant_id":"25614517f3a04d709573ee8cc18a86dc","created_at":"2018-08-12T08:12:13Z","dns_nameservers":[],"updated_at":"2018-08-12T08:12:13Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"25614517f3a04d709573ee8cc18a86dc","id":"820298db-5228-4df1-a5d6-de8505ef5bc7","subnetpool_id":null,"name":"CreateNetworkSuccessTests-56f9394a-9f9e-4fb8-870b-1d7049279748-pub-subnet"}]} 2018-08-12 08:12:14,024 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-489bdce7-d5a2-47cb-89e1-e2ac0a1577a1 2018-08-12 08:12:14,029 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=dfabd826-35be-4d15-9c54-5fabb2d84de9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41ec9740f4f07f1bb25378b6994fbd36d6580a49" 2018-08-12 08:12:14,302 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-501b4f61-e6d9-4c22-bae5-d1aa18bcb4c3 Date: Sun, 12 Aug 2018 08:12:14 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":999,"id":"dfabd826-35be-4d15-9c54-5fabb2d84de9","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"25614517f3a04d709573ee8cc18a86dc","status":"ACTIVE","subnets":["820298db-5228-4df1-a5d6-de8505ef5bc7"],"description":"","tags":[],"updated_at":"2018-08-12T08:12:13Z","provider:segmentation_id":93,"name":"CreateNetworkSuccessTests-56f9394a-9f9e-4fb8-870b-1d7049279748-pub-net","admin_state_up":true,"tenant_id":"25614517f3a04d709573ee8cc18a86dc","created_at":"2018-08-12T08:12:11Z","provider:network_type":"vxlan"}]} 2018-08-12 08:12:14,302 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=dfabd826-35be-4d15-9c54-5fabb2d84de9 used request id req-501b4f61-e6d9-4c22-bae5-d1aa18bcb4c3 2018-08-12 08:12:14,308 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=dfabd826-35be-4d15-9c54-5fabb2d84de9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41ec9740f4f07f1bb25378b6994fbd36d6580a49" 2018-08-12 08:12:14,542 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-554ccdb3-9030-4ee2-be6c-5206dd4bf61a Date: Sun, 12 Aug 2018 08:12:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"dfabd826-35be-4d15-9c54-5fabb2d84de9","tenant_id":"25614517f3a04d709573ee8cc18a86dc","created_at":"2018-08-12T08:12:13Z","dns_nameservers":[],"updated_at":"2018-08-12T08:12:13Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"25614517f3a04d709573ee8cc18a86dc","id":"820298db-5228-4df1-a5d6-de8505ef5bc7","subnetpool_id":null,"name":"CreateNetworkSuccessTests-56f9394a-9f9e-4fb8-870b-1d7049279748-pub-subnet"}]} 2018-08-12 08:12:14,542 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=dfabd826-35be-4d15-9c54-5fabb2d84de9 used request id req-554ccdb3-9030-4ee2-be6c-5206dd4bf61a 2018-08-12 08:12:14,542 - OpenStackNetwork - DEBUG - Network [dfabd826-35be-4d15-9c54-5fabb2d84de9] created successfully 2018-08-12 08:12:14,543 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:12:14,930 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "76f7cbeeb3094c619f8c128e338fff9b", "name": "CreateNetworkSuccessTests-cdf912c8-3fcb-42f-proj-role"}], "expires_at": "2018-08-12T09:12:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "25614517f3a04d709573ee8cc18a86dc", "name": "CreateNetworkSuccessTests-cdf912c8-3fcb-42f-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/25614517f3a04d709573ee8cc18a86dc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/25614517f3a04d709573ee8cc18a86dc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/25614517f3a04d709573ee8cc18a86dc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_25614517f3a04d709573ee8cc18a86dc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_25614517f3a04d709573ee8cc18a86dc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/25614517f3a04d709573ee8cc18a86dc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/25614517f3a04d709573ee8cc18a86dc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/25614517f3a04d709573ee8cc18a86dc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/25614517f3a04d709573ee8cc18a86dc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/25614517f3a04d709573ee8cc18a86dc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/25614517f3a04d709573ee8cc18a86dc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/25614517f3a04d709573ee8cc18a86dc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/25614517f3a04d709573ee8cc18a86dc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/25614517f3a04d709573ee8cc18a86dc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-cdf912c8-3fcb-42f-user", "id": "a3dbfe83aa0d4c458a0473c80911b77e"}, "audit_ids": ["EN-Y3aqnT2OovRyTpC3TqA"], "issued_at": "2018-08-12T08:12:14.000000Z"}} 2018-08-12 08:12:14,935 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateNetworkSuccessTests-56f9394a-9f9e-4fb8-870b-1d7049279748-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}318ecd51681a128925e612d13f77130f23dece4a" 2018-08-12 08:12:15,210 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 634 X-Openstack-Request-Id: req-e8bd1e26-0217-4958-95d7-8291b1ad028b Date: Sun, 12 Aug 2018 08:12: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":["820298db-5228-4df1-a5d6-de8505ef5bc7"],"updated_at":"2018-08-12T08:12:13Z","tenant_id":"25614517f3a04d709573ee8cc18a86dc","created_at":"2018-08-12T08:12:11Z","tags":[],"ipv6_address_scope":null,"mtu":999,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"25614517f3a04d709573ee8cc18a86dc","id":"dfabd826-35be-4d15-9c54-5fabb2d84de9","name":"CreateNetworkSuccessTests-56f9394a-9f9e-4fb8-870b-1d7049279748-pub-net"}]} 2018-08-12 08:12:15,210 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateNetworkSuccessTests-56f9394a-9f9e-4fb8-870b-1d7049279748-pub-net used request id req-e8bd1e26-0217-4958-95d7-8291b1ad028b 2018-08-12 08:12:15,213 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:12:15,219 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:12:15 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:12:15,220 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/25614517f3a04d709573ee8cc18a86dc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31c0dfcbd2f1a5bfbbca0df4fe791a582c456c9b" 2018-08-12 08:12:15,239 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:12:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bceea1aa-f130-47cb-a42b-0a1acfb0580c Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/25614517f3a04d709573ee8cc18a86dc"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "25614517f3a04d709573ee8cc18a86dc", "name": "CreateNetworkSuccessTests-cdf912c8-3fcb-42f-proj"}} 2018-08-12 08:12:15,239 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/25614517f3a04d709573ee8cc18a86dc used request id req-bceea1aa-f130-47cb-a42b-0a1acfb0580c 2018-08-12 08:12:15,244 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=dfabd826-35be-4d15-9c54-5fabb2d84de9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}318ecd51681a128925e612d13f77130f23dece4a" 2018-08-12 08:12:15,461 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-9b9aa36d-e7a6-47ab-9b49-2b807d2bc364 Date: Sun, 12 Aug 2018 08:12:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"dfabd826-35be-4d15-9c54-5fabb2d84de9","tenant_id":"25614517f3a04d709573ee8cc18a86dc","created_at":"2018-08-12T08:12:13Z","dns_nameservers":[],"updated_at":"2018-08-12T08:12:13Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"25614517f3a04d709573ee8cc18a86dc","id":"820298db-5228-4df1-a5d6-de8505ef5bc7","subnetpool_id":null,"name":"CreateNetworkSuccessTests-56f9394a-9f9e-4fb8-870b-1d7049279748-pub-subnet"}]} 2018-08-12 08:12:15,461 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=dfabd826-35be-4d15-9c54-5fabb2d84de9 used request id req-9b9aa36d-e7a6-47ab-9b49-2b807d2bc364 2018-08-12 08:12:15,461 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:12:15,462 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:12:15,854 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:12:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["3lK1SctYREmrfGo8anP7Hw"], "issued_at": "2018-08-12T08:12:15.000000Z"}} 2018-08-12 08:12:15,855 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}d29917aaee72540fd82e97669904afdaacf7627b" 2018-08-12 08:12:15,941 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:12:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5396b638-a1d0-4b9b-9c4c-446c14f750dd Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:12:15,941 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-5396b638-a1d0-4b9b-9c4c-446c14f750dd 2018-08-12 08:12:15,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:12:15,943 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:12:15,943 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:12:15,943 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:12:15,943 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:12:15,950 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=CreateNetworkSuccessTests-56f9394a-9f9e-4fb8-870b-1d7049279748-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d29917aaee72540fd82e97669904afdaacf7627b" 2018-08-12 08:12:16,176 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-b801a363-463e-4f24-84eb-ead5e5d70e42 Date: Sun, 12 Aug 2018 08:12:16 GMT RESP BODY: {"routers": []} 2018-08-12 08:12:16,176 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=CreateNetworkSuccessTests-56f9394a-9f9e-4fb8-870b-1d7049279748-pub-router&admin_state_up=True used request id req-b801a363-463e-4f24-84eb-ead5e5d70e42 2018-08-12 08:12:16,177 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:12:16,177 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:12:16,573 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:12:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["JPSiMXVPTb-nYu9DpSZ3BQ"], "issued_at": "2018-08-12T08:12:16.000000Z"}} 2018-08-12 08:12:16,573 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}abc6437f7282932c36385cb72a6f0406a4264ca6" 2018-08-12 08:12:16,587 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:12:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9422f4d3-5aa1-4bae-afae-573ac5c7e01b Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:12:16,587 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-9422f4d3-5aa1-4bae-afae-573ac5c7e01b 2018-08-12 08:12:16,591 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:12:16,595 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:12:16 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:12:16,596 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateNetworkSuccessTests-cdf912c8-3fcb-42f-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abc6437f7282932c36385cb72a6f0406a4264ca6" 2018-08-12 08:12:16,617 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:12:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6164f55e-8da0-4d83-8136-45872b0862a2 Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateNetworkSuccessTests-cdf912c8-3fcb-42f-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/25614517f3a04d709573ee8cc18a86dc"}, "tags": [], "enabled": true, "id": "25614517f3a04d709573ee8cc18a86dc", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-cdf912c8-3fcb-42f-proj"}]} 2018-08-12 08:12:16,617 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateNetworkSuccessTests-cdf912c8-3fcb-42f-proj used request id req-6164f55e-8da0-4d83-8136-45872b0862a2 2018-08-12 08:12:16,621 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d29917aaee72540fd82e97669904afdaacf7627b" 2018-08-12 08:12:16,880 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-d9ed76bb-7c54-40f5-9625-52af27a70836 Date: Sun, 12 Aug 2018 08:12:16 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":7,"port_security_enabled":true,"mtu":1500,"id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"310f5853751a4c968f3eeb0a3d99a0a8","status":"ACTIVE","subnets":["ec788992-fa73-45cc-a7d9-6d44542124c2"],"description":"","tags":[],"updated_at":"2018-08-12T05:35:20Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"310f5853751a4c968f3eeb0a3d99a0a8","created_at":"2018-08-12T05:04:23Z","provider:network_type":"flat"}]} 2018-08-12 08:12:16,880 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=external used request id req-d9ed76bb-7c54-40f5-9625-52af27a70836 2018-08-12 08:12:16,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=03886690-4630-4c4c-9ccb-7eedaa9b1fd3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d29917aaee72540fd82e97669904afdaacf7627b" 2018-08-12 08:12:17,111 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-32054882-bfb7-47b1-ac8a-d96728e16e37 Date: Sun, 12 Aug 2018 08:12:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","tenant_id":"310f5853751a4c968f3eeb0a3d99a0a8","created_at":"2018-08-12T05:04:31Z","dns_nameservers":[],"updated_at":"2018-08-12T05:04:31Z","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":"310f5853751a4c968f3eeb0a3d99a0a8","id":"ec788992-fa73-45cc-a7d9-6d44542124c2","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-12 08:12:17,111 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=03886690-4630-4c4c-9ccb-7eedaa9b1fd3 used request id req-32054882-bfb7-47b1-ac8a-d96728e16e37 2018-08-12 08:12:17,112 - neutron_utils - INFO - Creating router with name - CreateNetworkSuccessTests-56f9394a-9f9e-4fb8-870b-1d7049279748-pub-router 2018-08-12 08:12:17,116 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d29917aaee72540fd82e97669904afdaacf7627b" -d '{"router": {"external_gateway_info": {"network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3"}, "tenant_id": "25614517f3a04d709573ee8cc18a86dc", "name": "CreateNetworkSuccessTests-56f9394a-9f9e-4fb8-870b-1d7049279748-pub-router", "admin_state_up": true}}' 2018-08-12 08:12:18,516 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 662 X-Openstack-Request-Id: req-87a52846-2127-4a66-a0e1-d948995374b0 Date: Sun, 12 Aug 2018 08:12:18 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ec788992-fa73-45cc-a7d9-6d44542124c2", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "25614517f3a04d709573ee8cc18a86dc", "created_at": "2018-08-12T08:12:17Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-12T08:12:18Z", "revision_number": 2, "routes": [], "project_id": "25614517f3a04d709573ee8cc18a86dc", "id": "68da6039-f631-484b-97e9-748028b68043", "name": "CreateNetworkSuccessTests-56f9394a-9f9e-4fb8-870b-1d7049279748-pub-router"}} 2018-08-12 08:12:18,516 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers used request id req-87a52846-2127-4a66-a0e1-d948995374b0 2018-08-12 08:12:18,521 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=68da6039-f631-484b-97e9-748028b68043 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d29917aaee72540fd82e97669904afdaacf7627b" 2018-08-12 08:12:18,738 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-6f4a440c-9baa-46cc-9811-7d21f5bf2f76 Date: Sun, 12 Aug 2018 08:12:18 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:12:17Z","device_owner":"network:router_gateway","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ec788992-fa73-45cc-a7d9-6d44542124c2","ip_address":"172.30.9.200"}],"id":"b243ef9d-1e54-4735-8d56-6577541d0bd4","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:48:52:af","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"68da6039-f631-484b-97e9-748028b68043","name":"","admin_state_up":true,"network_id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","tenant_id":"","created_at":"2018-08-12T08:12:17Z","binding:vnic_type":"normal"}]} 2018-08-12 08:12:18,738 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=68da6039-f631-484b-97e9-748028b68043 used request id req-6f4a440c-9baa-46cc-9811-7d21f5bf2f76 2018-08-12 08:12:18,744 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/ec788992-fa73-45cc-a7d9-6d44542124c2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d29917aaee72540fd82e97669904afdaacf7627b" 2018-08-12 08:12:18,946 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-a221b5e2-f149-42d1-b74a-2b73109c5b01 Date: Sun, 12 Aug 2018 08:12:18 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","tenant_id":"310f5853751a4c968f3eeb0a3d99a0a8","created_at":"2018-08-12T05:04:31Z","dns_nameservers":[],"updated_at":"2018-08-12T05:04:31Z","gateway_ip":"172.30.9.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"172.30.9.0/24","project_id":"310f5853751a4c968f3eeb0a3d99a0a8","id":"ec788992-fa73-45cc-a7d9-6d44542124c2","subnetpool_id":null,"name":"external-subnet"}} 2018-08-12 08:12:18,947 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/ec788992-fa73-45cc-a7d9-6d44542124c2 used request id req-a221b5e2-f149-42d1-b74a-2b73109c5b01 2018-08-12 08:12:18,951 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateNetworkSuccessTests-56f9394a-9f9e-4fb8-870b-1d7049279748-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d29917aaee72540fd82e97669904afdaacf7627b" 2018-08-12 08:12:19,034 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-e907b1b2-6e88-47c7-be62-d2c351b8cfaa Date: Sun, 12 Aug 2018 08:12:19 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":999,"id":"dfabd826-35be-4d15-9c54-5fabb2d84de9","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"25614517f3a04d709573ee8cc18a86dc","status":"ACTIVE","subnets":["820298db-5228-4df1-a5d6-de8505ef5bc7"],"description":"","tags":[],"updated_at":"2018-08-12T08:12:13Z","provider:segmentation_id":93,"name":"CreateNetworkSuccessTests-56f9394a-9f9e-4fb8-870b-1d7049279748-pub-net","admin_state_up":true,"tenant_id":"25614517f3a04d709573ee8cc18a86dc","created_at":"2018-08-12T08:12:11Z","provider:network_type":"vxlan"}]} 2018-08-12 08:12:19,034 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateNetworkSuccessTests-56f9394a-9f9e-4fb8-870b-1d7049279748-pub-net used request id req-e907b1b2-6e88-47c7-be62-d2c351b8cfaa 2018-08-12 08:12:19,037 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:12:19,041 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:12:19 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:12:19,042 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/25614517f3a04d709573ee8cc18a86dc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d29917aaee72540fd82e97669904afdaacf7627b" 2018-08-12 08:12:19,133 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:12:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c2ea04df-2b30-4441-b383-afb2f3784f3c Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/25614517f3a04d709573ee8cc18a86dc"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "25614517f3a04d709573ee8cc18a86dc", "name": "CreateNetworkSuccessTests-cdf912c8-3fcb-42f-proj"}} 2018-08-12 08:12:19,134 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/25614517f3a04d709573ee8cc18a86dc used request id req-c2ea04df-2b30-4441-b383-afb2f3784f3c 2018-08-12 08:12:19,139 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=dfabd826-35be-4d15-9c54-5fabb2d84de9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d29917aaee72540fd82e97669904afdaacf7627b" 2018-08-12 08:12:19,338 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-b08176cc-905b-4301-9f88-a3974956e531 Date: Sun, 12 Aug 2018 08:12:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"dfabd826-35be-4d15-9c54-5fabb2d84de9","tenant_id":"25614517f3a04d709573ee8cc18a86dc","created_at":"2018-08-12T08:12:13Z","dns_nameservers":[],"updated_at":"2018-08-12T08:12:13Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"25614517f3a04d709573ee8cc18a86dc","id":"820298db-5228-4df1-a5d6-de8505ef5bc7","subnetpool_id":null,"name":"CreateNetworkSuccessTests-56f9394a-9f9e-4fb8-870b-1d7049279748-pub-subnet"}]} 2018-08-12 08:12:19,339 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=dfabd826-35be-4d15-9c54-5fabb2d84de9 used request id req-b08176cc-905b-4301-9f88-a3974956e531 2018-08-12 08:12:19,342 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=dfabd826-35be-4d15-9c54-5fabb2d84de9&name=CreateNetworkSuccessTests-56f9394a-9f9e-4fb8-870b-1d7049279748-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d29917aaee72540fd82e97669904afdaacf7627b" 2018-08-12 08:12:19,390 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-a0b216c5-fa92-4e61-b6d2-b81a99de3557 Date: Sun, 12 Aug 2018 08:12:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"dfabd826-35be-4d15-9c54-5fabb2d84de9","tenant_id":"25614517f3a04d709573ee8cc18a86dc","created_at":"2018-08-12T08:12:13Z","dns_nameservers":[],"updated_at":"2018-08-12T08:12:13Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"25614517f3a04d709573ee8cc18a86dc","id":"820298db-5228-4df1-a5d6-de8505ef5bc7","subnetpool_id":null,"name":"CreateNetworkSuccessTests-56f9394a-9f9e-4fb8-870b-1d7049279748-pub-subnet"}]} 2018-08-12 08:12:19,390 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=dfabd826-35be-4d15-9c54-5fabb2d84de9&name=CreateNetworkSuccessTests-56f9394a-9f9e-4fb8-870b-1d7049279748-pub-subnet used request id req-a0b216c5-fa92-4e61-b6d2-b81a99de3557 2018-08-12 08:12:19,390 - OpenStackNetwork - DEBUG - Adding router to subnet... 2018-08-12 08:12:19,390 - neutron_utils - INFO - Adding interface to router with name CreateNetworkSuccessTests-56f9394a-9f9e-4fb8-870b-1d7049279748-pub-router 2018-08-12 08:12:19,394 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9696/v2.0/routers/68da6039-f631-484b-97e9-748028b68043/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d29917aaee72540fd82e97669904afdaacf7627b" -d '{"subnet_id": "820298db-5228-4df1-a5d6-de8505ef5bc7"}' 2018-08-12 08:12:20,985 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-196c0da8-de22-492f-8072-82563d4b2e61 Date: Sun, 12 Aug 2018 08:12:20 GMT RESP BODY: {"network_id": "dfabd826-35be-4d15-9c54-5fabb2d84de9", "tenant_id": "25614517f3a04d709573ee8cc18a86dc", "subnet_id": "820298db-5228-4df1-a5d6-de8505ef5bc7", "subnet_ids": ["820298db-5228-4df1-a5d6-de8505ef5bc7"], "port_id": "eccf396e-e956-4829-82f5-ded8cf6d9e04", "id": "68da6039-f631-484b-97e9-748028b68043"} 2018-08-12 08:12:20,985 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/68da6039-f631-484b-97e9-748028b68043/add_router_interface used request id req-196c0da8-de22-492f-8072-82563d4b2e61 2018-08-12 08:12:20,990 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers/68da6039-f631-484b-97e9-748028b68043 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d29917aaee72540fd82e97669904afdaacf7627b" 2018-08-12 08:12:21,274 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 662 X-Openstack-Request-Id: req-67532a7b-3e0f-4a71-ba50-4fb74ffadf0f Date: Sun, 12 Aug 2018 08:12:21 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ec788992-fa73-45cc-a7d9-6d44542124c2", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "25614517f3a04d709573ee8cc18a86dc", "created_at": "2018-08-12T08:12:17Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-12T08:12:20Z", "revision_number": 3, "routes": [], "project_id": "25614517f3a04d709573ee8cc18a86dc", "id": "68da6039-f631-484b-97e9-748028b68043", "name": "CreateNetworkSuccessTests-56f9394a-9f9e-4fb8-870b-1d7049279748-pub-router"}} 2018-08-12 08:12:21,274 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers/68da6039-f631-484b-97e9-748028b68043 used request id req-67532a7b-3e0f-4a71-ba50-4fb74ffadf0f 2018-08-12 08:12:21,279 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=68da6039-f631-484b-97e9-748028b68043 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d29917aaee72540fd82e97669904afdaacf7627b" 2018-08-12 08:12:21,500 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1554 X-Openstack-Request-Id: req-1260c71e-a3d0-41fb-bca5-b321ca977b03 Date: Sun, 12 Aug 2018 08:12:21 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:12:17Z","device_owner":"network:router_gateway","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ec788992-fa73-45cc-a7d9-6d44542124c2","ip_address":"172.30.9.200"}],"id":"b243ef9d-1e54-4735-8d56-6577541d0bd4","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:48:52:af","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"68da6039-f631-484b-97e9-748028b68043","name":"","admin_state_up":true,"network_id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","tenant_id":"","created_at":"2018-08-12T08:12:17Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:12:20Z","device_owner":"network:router_interface","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"820298db-5228-4df1-a5d6-de8505ef5bc7","ip_address":"10.55.1.1"}],"id":"eccf396e-e956-4829-82f5-ded8cf6d9e04","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:ff:24:5a","project_id":"25614517f3a04d709573ee8cc18a86dc","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"68da6039-f631-484b-97e9-748028b68043","name":"","admin_state_up":true,"network_id":"dfabd826-35be-4d15-9c54-5fabb2d84de9","tenant_id":"25614517f3a04d709573ee8cc18a86dc","created_at":"2018-08-12T08:12:19Z","binding:vnic_type":"normal"}]} 2018-08-12 08:12:21,500 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=68da6039-f631-484b-97e9-748028b68043 used request id req-1260c71e-a3d0-41fb-bca5-b321ca977b03 2018-08-12 08:12:21,505 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/ec788992-fa73-45cc-a7d9-6d44542124c2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d29917aaee72540fd82e97669904afdaacf7627b" 2018-08-12 08:12:21,727 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-260ce843-86d8-4f5f-8e22-770658dd6c5b Date: Sun, 12 Aug 2018 08:12:21 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","tenant_id":"310f5853751a4c968f3eeb0a3d99a0a8","created_at":"2018-08-12T05:04:31Z","dns_nameservers":[],"updated_at":"2018-08-12T05:04:31Z","gateway_ip":"172.30.9.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"172.30.9.0/24","project_id":"310f5853751a4c968f3eeb0a3d99a0a8","id":"ec788992-fa73-45cc-a7d9-6d44542124c2","subnetpool_id":null,"name":"external-subnet"}} 2018-08-12 08:12:21,727 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/ec788992-fa73-45cc-a7d9-6d44542124c2 used request id req-260ce843-86d8-4f5f-8e22-770658dd6c5b 2018-08-12 08:12:21,731 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/820298db-5228-4df1-a5d6-de8505ef5bc7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d29917aaee72540fd82e97669904afdaacf7627b" 2018-08-12 08:12:21,774 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 672 X-Openstack-Request-Id: req-35e169a9-5882-4316-a10a-ae8c6c9e880b Date: Sun, 12 Aug 2018 08:12:21 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"dfabd826-35be-4d15-9c54-5fabb2d84de9","tenant_id":"25614517f3a04d709573ee8cc18a86dc","created_at":"2018-08-12T08:12:13Z","dns_nameservers":[],"updated_at":"2018-08-12T08:12:13Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"25614517f3a04d709573ee8cc18a86dc","id":"820298db-5228-4df1-a5d6-de8505ef5bc7","subnetpool_id":null,"name":"CreateNetworkSuccessTests-56f9394a-9f9e-4fb8-870b-1d7049279748-pub-subnet"}} 2018-08-12 08:12:21,774 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/820298db-5228-4df1-a5d6-de8505ef5bc7 used request id req-35e169a9-5882-4316-a10a-ae8c6c9e880b 2018-08-12 08:12:21,778 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=CreateNetworkSuccessTests-56f9394a-9f9e-4fb8-870b-1d7049279748-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}318ecd51681a128925e612d13f77130f23dece4a" 2018-08-12 08:12:21,897 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 643 X-Openstack-Request-Id: req-e2b7d3cd-f9c2-4f71-8793-5e79472d9fec Date: Sun, 12 Aug 2018 08:12:21 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ec788992-fa73-45cc-a7d9-6d44542124c2", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "25614517f3a04d709573ee8cc18a86dc", "created_at": "2018-08-12T08:12:17Z", "admin_state_up": true, "updated_at": "2018-08-12T08:12:20Z", "revision_number": 3, "routes": [], "project_id": "25614517f3a04d709573ee8cc18a86dc", "id": "68da6039-f631-484b-97e9-748028b68043", "name": "CreateNetworkSuccessTests-56f9394a-9f9e-4fb8-870b-1d7049279748-pub-router"}]} 2018-08-12 08:12:21,897 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=CreateNetworkSuccessTests-56f9394a-9f9e-4fb8-870b-1d7049279748-pub-router&admin_state_up=True used request id req-e2b7d3cd-f9c2-4f71-8793-5e79472d9fec 2018-08-12 08:12:21,901 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/25614517f3a04d709573ee8cc18a86dc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31c0dfcbd2f1a5bfbbca0df4fe791a582c456c9b" 2018-08-12 08:12:21,998 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:12:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-807c20c9-213b-4b70-81f5-0cea0dfe2c8a Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/25614517f3a04d709573ee8cc18a86dc"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "25614517f3a04d709573ee8cc18a86dc", "name": "CreateNetworkSuccessTests-cdf912c8-3fcb-42f-proj"}} 2018-08-12 08:12:21,998 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/25614517f3a04d709573ee8cc18a86dc used request id req-807c20c9-213b-4b70-81f5-0cea0dfe2c8a 2018-08-12 08:12:22,005 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=68da6039-f631-484b-97e9-748028b68043 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}318ecd51681a128925e612d13f77130f23dece4a" 2018-08-12 08:12:22,238 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 718 X-Openstack-Request-Id: req-3ac79acb-985f-40a1-a503-679822ad5e09 Date: Sun, 12 Aug 2018 08:12:22 GMT RESP BODY: {"ports":[{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"dfabd826-35be-4d15-9c54-5fabb2d84de9","tenant_id":"25614517f3a04d709573ee8cc18a86dc","created_at":"2018-08-12T08:12:19Z","admin_state_up":true,"updated_at":"2018-08-12T08:12:20Z","binding:vnic_type":"normal","device_id":"68da6039-f631-484b-97e9-748028b68043","device_owner":"network:router_interface","revision_number":6,"mac_address":"fa:16:3e:ff:24:5a","id":"eccf396e-e956-4829-82f5-ded8cf6d9e04","port_security_enabled":false,"project_id":"25614517f3a04d709573ee8cc18a86dc","fixed_ips":[{"subnet_id":"820298db-5228-4df1-a5d6-de8505ef5bc7","ip_address":"10.55.1.1"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-12 08:12:22,239 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=68da6039-f631-484b-97e9-748028b68043 used request id req-3ac79acb-985f-40a1-a503-679822ad5e09 2018-08-12 08:12:22,244 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/820298db-5228-4df1-a5d6-de8505ef5bc7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}318ecd51681a128925e612d13f77130f23dece4a" 2018-08-12 08:12:22,467 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 672 X-Openstack-Request-Id: req-680772a6-a8ff-4582-9d7d-3fe509a60f76 Date: Sun, 12 Aug 2018 08:12:22 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"dfabd826-35be-4d15-9c54-5fabb2d84de9","tenant_id":"25614517f3a04d709573ee8cc18a86dc","created_at":"2018-08-12T08:12:13Z","dns_nameservers":[],"updated_at":"2018-08-12T08:12:13Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"25614517f3a04d709573ee8cc18a86dc","id":"820298db-5228-4df1-a5d6-de8505ef5bc7","subnetpool_id":null,"name":"CreateNetworkSuccessTests-56f9394a-9f9e-4fb8-870b-1d7049279748-pub-subnet"}} 2018-08-12 08:12:22,467 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/820298db-5228-4df1-a5d6-de8505ef5bc7 used request id req-680772a6-a8ff-4582-9d7d-3fe509a60f76 2018-08-12 08:12:22,468 - OpenStackNetwork - INFO - Removing router interface from router CreateNetworkSuccessTests-56f9394a-9f9e-4fb8-870b-1d7049279748-pub-router and subnet CreateNetworkSuccessTests-56f9394a-9f9e-4fb8-870b-1d7049279748-pub-subnet 2018-08-12 08:12:22,468 - neutron_utils - INFO - Removing router interface from router named CreateNetworkSuccessTests-56f9394a-9f9e-4fb8-870b-1d7049279748-pub-router 2018-08-12 08:12:22,472 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9696/v2.0/routers/68da6039-f631-484b-97e9-748028b68043/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d29917aaee72540fd82e97669904afdaacf7627b" -d '{"subnet_id": "820298db-5228-4df1-a5d6-de8505ef5bc7"}' 2018-08-12 08:12:23,957 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-c2be213e-c303-43c5-a335-1b6f1e79fe3f Date: Sun, 12 Aug 2018 08:12:23 GMT RESP BODY: {"network_id": "dfabd826-35be-4d15-9c54-5fabb2d84de9", "tenant_id": "25614517f3a04d709573ee8cc18a86dc", "subnet_id": "820298db-5228-4df1-a5d6-de8505ef5bc7", "subnet_ids": ["820298db-5228-4df1-a5d6-de8505ef5bc7"], "port_id": "eccf396e-e956-4829-82f5-ded8cf6d9e04", "id": "68da6039-f631-484b-97e9-748028b68043"} 2018-08-12 08:12:23,957 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/68da6039-f631-484b-97e9-748028b68043/remove_router_interface used request id req-c2be213e-c303-43c5-a335-1b6f1e79fe3f 2018-08-12 08:12:23,958 - OpenStackNetwork - INFO - Removing router CreateNetworkSuccessTests-56f9394a-9f9e-4fb8-870b-1d7049279748-pub-router 2018-08-12 08:12:23,958 - neutron_utils - INFO - Deleting router with name - CreateNetworkSuccessTests-56f9394a-9f9e-4fb8-870b-1d7049279748-pub-router 2018-08-12 08:12:23,963 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/routers/68da6039-f631-484b-97e9-748028b68043 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d29917aaee72540fd82e97669904afdaacf7627b" 2018-08-12 08:12:25,509 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1fa126d8-6114-41aa-b524-7c240fb9e064 Content-Length: 0 Date: Sun, 12 Aug 2018 08:12:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:12:25,509 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/68da6039-f631-484b-97e9-748028b68043 used request id req-1fa126d8-6114-41aa-b524-7c240fb9e064 2018-08-12 08:12:25,510 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-56f9394a-9f9e-4fb8-870b-1d7049279748-pub-subnet 2018-08-12 08:12:25,510 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-56f9394a-9f9e-4fb8-870b-1d7049279748-pub-subnet 2018-08-12 08:12:25,515 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/820298db-5228-4df1-a5d6-de8505ef5bc7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41ec9740f4f07f1bb25378b6994fbd36d6580a49" 2018-08-12 08:12:27,829 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d163549a-4db5-449e-af5c-9b7e2e69d520 Date: Sun, 12 Aug 2018 08:12:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:12:27,830 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/820298db-5228-4df1-a5d6-de8505ef5bc7 used request id req-d163549a-4db5-449e-af5c-9b7e2e69d520 2018-08-12 08:12:27,830 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-56f9394a-9f9e-4fb8-870b-1d7049279748-pub-net 2018-08-12 08:12:27,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/dfabd826-35be-4d15-9c54-5fabb2d84de9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41ec9740f4f07f1bb25378b6994fbd36d6580a49" 2018-08-12 08:12:29,770 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-8fc47c70-6aa3-4761-9830-745f093ae377 Date: Sun, 12 Aug 2018 08:12:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:12:29,770 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/dfabd826-35be-4d15-9c54-5fabb2d84de9 used request id req-8fc47c70-6aa3-4761-9830-745f093ae377 2018-08-12 08:12:29,771 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:12:29,771 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:12:29,771 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:12:29,772 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:12:29,772 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:12:29,779 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}810b12c55a007681e8bf9440c874fcaa0a268e16" 2018-08-12 08:12:30,057 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 45548 X-Openstack-Request-Id: req-cadc250e-1628-402e-8231-89df861c398f Date: Sun, 12 Aug 2018 08:12:30 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "created_at": "2018-08-12T06:59:44Z", "updated_at": "2018-08-12T06:59:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "1d7fd960-7865-4453-aecc-8d399b4fad21", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "66820d8a-b785-4b18-bd67-500221c8e4f9", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "74fc7638-a322-4841-8c47-06d36174a200", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "8eaa09ec-8419-4582-9312-1e527afe6e4b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}], "revision_number": 4, "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "created_at": "2018-08-12T05:12:34Z", "updated_at": "2018-08-12T05:12:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "709513d2-af7d-4d0b-bd3c-604fed75a711", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "aa346066-e46f-44f2-94be-2884aa998a19", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "c15f7b93-e56c-4afa-867d-2acb286d4b7b", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "cb0ef83f-5f70-4a80-ad35-431ca9df551e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}], "revision_number": 4, "project_id": "fa5a7fe6ee54472ba01638877aade8e3", "id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ea65becf30e54b27aa96a449698a435e", "created_at": "2018-08-12T05:10:35Z", "updated_at": "2018-08-12T05:10:35Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "30ad280c-f302-4cd4-a438-5139917b56f9", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "76115c4c-887d-4f0a-83e2-486e4b39c713", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "8ab14937-4c08-4d43-8a9a-662e622cc643", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "ee757a03-5662-4273-9c3e-6212e7afb48f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}], "revision_number": 4, "project_id": "ea65becf30e54b27aa96a449698a435e", "id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "created_at": "2018-08-12T06:20:09Z", "updated_at": "2018-08-12T06:20:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "1123b8f2-75ac-4a26-b9b2-a96da97408e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "2ddd2b93-e080-48cd-9a50-f5fe8a82ad0c", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "cd1bae62-0aea-4438-b4c3-50a69ae6f855", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "e398e01e-ceea-46d1-9534-b929808c4a5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}], "revision_number": 4, "project_id": "ff7abd7bb61f4f2889831e932d65dc2e", "id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "created_at": "2018-08-12T05:34:57Z", "updated_at": "2018-08-12T05:34:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "208a1c1e-f5f8-49c7-9a25-d07e68b1541f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "27bfd867-e607-4bf8-9de8-60682d3f771d", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "49360e1f-6fd3-4f35-b339-24cea95773ee", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "60f631a9-d305-4920-9631-d0543e2ac64f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}], "revision_number": 4, "project_id": "3a85ceae958d4d9fba68847e7df67db8", "id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "created_at": "2018-08-12T05:34:40Z", "updated_at": "2018-08-12T05:34:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "2192c259-363e-4768-ae73-e75837ad63b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "3f87ddc5-f84d-41dc-8215-847724782569", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "7d89f6da-ea78-49dd-9115-f9ad23b250bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "9ec4497d-0f65-44db-9be9-7b3042e4a584", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}], "revision_number": 4, "project_id": "85517fcf1c6247e699fdcdd42ecc8c79", "id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "created_at": "2018-08-12T05:16:02Z", "updated_at": "2018-08-12T05:16:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "1ecacd8c-c1c7-4a66-9871-406a69323b43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "3cc1750c-e0e7-4902-b6f3-494a161b832e", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "d719a7a4-8c99-44ed-8c12-6bf071890203", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "fe7421b5-d577-41da-8c78-62f3c07eda92", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}], "revision_number": 4, "project_id": "a267b9a156244bb192691cff6e5f74fe", "id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "315a428116f24d9fbb826b37080a918e", "created_at": "2018-08-12T05:11:31Z", "updated_at": "2018-08-12T05:11:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "5e52886a-1dc3-4a81-a55d-f388dc4fd1a1", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "678e32e4-d64c-448a-a4ab-e253ab94ae90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "a8da1539-e3ad-4f90-b2df-3dc1f09d228a", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "b73d5cc9-0205-4658-bb1f-61a042c0ab8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}], "revision_number": 4, "project_id": "315a428116f24d9fbb826b37080a918e", "id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-12T05:08:01Z", "updated_at": "2018-08-12T05:08:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:01Z", "revision_number": 0, "id": "0fb05d03-1117-45d0-930c-b6d4c96ef102", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "4faaab33-5788-4bbd-85b8-0fb44d41413a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "96d0c5a0-5c67-421b-8fc8-2b46d77e5db3", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "dd78519b-4bc5-4e8e-ad0f-58089dd69347", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "11a46741b7954b959fd7764109c047b6", "created_at": "2018-08-12T05:34:51Z", "updated_at": "2018-08-12T05:34:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "0b67bf3c-2289-43bb-ab6c-7d25ec32a279", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "51f3f833-337a-42bd-a8d5-742ea8d6c226", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "571fd0b5-ef90-408d-af33-aafb517b8993", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "944ba823-fb9c-496e-a66e-bb426bb14a8d", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}], "revision_number": 4, "project_id": "11a46741b7954b959fd7764109c047b6", "id": "90af9782-8112-4257-801d-ee5115d226ba", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "created_at": "2018-08-12T05:34:26Z", "updated_at": "2018-08-12T05:34:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "2ee1f63a-807c-4d6a-85ee-dd784f6b8c3f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5dec3ec2-2add-47dd-8618-90659dcf3885", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5ea0dc3e-49d0-43f0-94e9-f6443527d14c", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "fbfaca22-7e3e-4128-8973-43e439b77c28", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}], "revision_number": 4, "project_id": "3c01cd58055c44ecaef39f7e625c2258", "id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "521007c1818145639e93ceb270559219", "created_at": "2018-08-12T05:13:27Z", "updated_at": "2018-08-12T05:13:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "5e7fede5-b0f2-47d8-95c3-516cdfc7f9de", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "8fd0e36f-c6c4-4f64-ba97-40439e614448", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "db7d79de-1dfc-4138-945f-91e74cdc266b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "e87f2cff-ff3e-4b6d-aaf0-7f0eb0ab9f05", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}], "revision_number": 4, "project_id": "521007c1818145639e93ceb270559219", "id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "created_at": "2018-08-12T05:08:18Z", "updated_at": "2018-08-12T05:08:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "3c67be40-bf74-4f97-9693-d93ce73a23b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "6112d869-2fc6-4a25-a13c-3d55cd7206c0", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "bdf21c56-453e-482e-9cba-3c55abcb0339", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "c8e92c39-38cc-4f48-be9c-5f0912e6a725", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}], "revision_number": 4, "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "created_at": "2018-08-12T05:04:23Z", "updated_at": "2018-08-12T05:04:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "280546d9-8ad1-4283-abfc-15ee9b1736c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "58bce125-f2ca-4a6d-b9ca-4e6cf5c0f7a5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "69275b9a-cfb5-482c-a9c4-8ffc79adf2c7", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "6d747f3a-3764-469a-a645-f977585c5aac", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}], "revision_number": 4, "project_id": "310f5853751a4c968f3eeb0a3d99a0a8", "id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "25614517f3a04d709573ee8cc18a86dc", "created_at": "2018-08-12T08:12:11Z", "updated_at": "2018-08-12T08:12:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:12:11Z", "revision_number": 0, "id": "41f5304d-94f6-47bb-9cb5-37ee75923d9e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:12:11Z", "security_group_id": "d5f9539b-3ee4-4756-96dd-eb54f37230f5", "tenant_id": "25614517f3a04d709573ee8cc18a86dc", "port_range_min": null, "ethertype": "IPv4", "project_id": "25614517f3a04d709573ee8cc18a86dc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:12:11Z", "revision_number": 0, "id": "70cbbe34-e822-4043-9544-28f1cf8c9a66", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:12:11Z", "security_group_id": "d5f9539b-3ee4-4756-96dd-eb54f37230f5", "tenant_id": "25614517f3a04d709573ee8cc18a86dc", "port_range_min": null, "ethertype": "IPv6", "project_id": "25614517f3a04d709573ee8cc18a86dc"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:12:11Z", "revision_number": 0, "id": "7b5a2f00-b7d1-472a-9750-192e4a4e260c", "remote_group_id": "d5f9539b-3ee4-4756-96dd-eb54f37230f5", "remote_ip_prefix": null, "created_at": "2018-08-12T08:12:11Z", "security_group_id": "d5f9539b-3ee4-4756-96dd-eb54f37230f5", "tenant_id": "25614517f3a04d709573ee8cc18a86dc", "port_range_min": null, "ethertype": "IPv6", "project_id": "25614517f3a04d709573ee8cc18a86dc"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:12:11Z", "revision_number": 0, "id": "b704000d-8c5b-4598-a922-263f22b6d045", "remote_group_id": "d5f9539b-3ee4-4756-96dd-eb54f37230f5", "remote_ip_prefix": null, "created_at": "2018-08-12T08:12:11Z", "security_group_id": "d5f9539b-3ee4-4756-96dd-eb54f37230f5", "tenant_id": "25614517f3a04d709573ee8cc18a86dc", "port_range_min": null, "ethertype": "IPv4", "project_id": "25614517f3a04d709573ee8cc18a86dc"}], "revision_number": 4, "project_id": "25614517f3a04d709573ee8cc18a86dc", "id": "d5f9539b-3ee4-4756-96dd-eb54f37230f5", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "created_at": "2018-08-12T05:34:42Z", "updated_at": "2018-08-12T05:34:42Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "199582e8-25aa-457a-aa7c-6d8413ca4464", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "234f3609-4454-448f-919d-c8143c7cd764", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "c1061460-71a2-49a9-a04b-9fa33eeb17ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "d21ac532-51d8-4d6b-8300-7bac216759bf", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}], "revision_number": 4, "project_id": "9f6c1a272706419c9a74b0893b2890e8", "id": "d6739716-c693-460c-89c6-e7c8c48f8245", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "created_at": "2018-08-12T05:34:54Z", "updated_at": "2018-08-12T05:34:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "0633a05a-ee7d-4476-a56b-75d011b22f77", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "6cc1b9f8-73db-47a3-a0e0-3c96c43f34da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "90d99a6b-e94f-4fd8-a10c-f19dd8954c13", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "e843c139-af2a-4d2c-a24f-59f7b10ff72e", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}], "revision_number": 4, "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "created_at": "2018-08-12T05:09:07Z", "updated_at": "2018-08-12T05:09:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "5495e168-f505-4d74-ae6d-387f0bf533c2", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "6fd19b8b-3062-456e-81ba-3ff37fe43429", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8ca59d25-485c-46ce-939c-2e4a468caeac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8f190846-50a0-42b9-b571-390809b752b1", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}], "revision_number": 4, "project_id": "fa9ca6d7608b4d7d87ce97331679a481", "id": "edcd9b17-9416-4c25-823c-060c435e18d7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "created_at": "2018-08-12T05:34:52Z", "updated_at": "2018-08-12T05:34:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "2c7e484e-6ec5-4a95-8c9c-66d294c0c27e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "70c74258-3c2c-4efc-87e0-079c26ee3417", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "b70382fa-082e-4c2b-abc8-87490fa50b11", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "c3628e02-b4b6-42c9-8751-c1a2d3c19caa", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}], "revision_number": 4, "project_id": "87db863ba6e348b0a5ddcb67053db9d1", "id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "name": "default"}]} 2018-08-12 08:12:30,058 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-cadc250e-1628-402e-8231-89df861c398f 2018-08-12 08:12:30,066 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}810b12c55a007681e8bf9440c874fcaa0a268e16" 2018-08-12 08:12:30,086 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:12:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7b849d65-3687-4852-9175-d23479c2e2a3 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 5fe28c13d4d74ba2be8d019ac1ea6363.", "code": 404, "title": "Not Found"}} 2018-08-12 08:12:30,086 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 used request id req-7b849d65-3687-4852-9175-d23479c2e2a3 2018-08-12 08:12:30,086 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:12:30,089 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}810b12c55a007681e8bf9440c874fcaa0a268e16" 2018-08-12 08:12:30,181 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:12:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-61c43eb1-b9c3-424d-8928-66b875074c3b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa5a7fe6ee54472ba01638877aade8e3.", "code": 404, "title": "Not Found"}} 2018-08-12 08:12:30,181 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 used request id req-61c43eb1-b9c3-424d-8928-66b875074c3b 2018-08-12 08:12:30,181 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:12:30,185 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}810b12c55a007681e8bf9440c874fcaa0a268e16" 2018-08-12 08:12:30,278 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:12:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6bd5de22-5c47-422f-9d27-f5bbff44102c Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ea65becf30e54b27aa96a449698a435e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:12:30,278 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e used request id req-6bd5de22-5c47-422f-9d27-f5bbff44102c 2018-08-12 08:12:30,278 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:12:30,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}810b12c55a007681e8bf9440c874fcaa0a268e16" 2018-08-12 08:12:30,365 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:12:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5331a8ad-99f8-47ee-834a-fb64af8693c9 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ff7abd7bb61f4f2889831e932d65dc2e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:12:30,365 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e used request id req-5331a8ad-99f8-47ee-834a-fb64af8693c9 2018-08-12 08:12:30,365 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:12:30,369 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}810b12c55a007681e8bf9440c874fcaa0a268e16" 2018-08-12 08:12:30,462 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:12:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-494377c6-2831-4e53-a470-a20c2bfca902 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3a85ceae958d4d9fba68847e7df67db8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:12:30,462 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 used request id req-494377c6-2831-4e53-a470-a20c2bfca902 2018-08-12 08:12:30,462 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:12:30,466 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}810b12c55a007681e8bf9440c874fcaa0a268e16" 2018-08-12 08:12:30,560 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:12:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0b8ae914-bcf8-414b-86c6-8ab093cf4d40 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 85517fcf1c6247e699fdcdd42ecc8c79.", "code": 404, "title": "Not Found"}} 2018-08-12 08:12:30,560 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 used request id req-0b8ae914-bcf8-414b-86c6-8ab093cf4d40 2018-08-12 08:12:30,560 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:12:30,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}810b12c55a007681e8bf9440c874fcaa0a268e16" 2018-08-12 08:12:30,653 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:12:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-98249d91-0cb2-4980-8d27-a461c9283d7a Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}} 2018-08-12 08:12:30,653 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe used request id req-98249d91-0cb2-4980-8d27-a461c9283d7a 2018-08-12 08:12:30,657 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}810b12c55a007681e8bf9440c874fcaa0a268e16" 2018-08-12 08:12:30,749 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:12:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1897fbb9-94b0-45c2-a676-a783d48a246a Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 315a428116f24d9fbb826b37080a918e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:12:30,749 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e used request id req-1897fbb9-94b0-45c2-a676-a783d48a246a 2018-08-12 08:12:30,749 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:12:30,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}810b12c55a007681e8bf9440c874fcaa0a268e16" 2018-08-12 08:12:30,848 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:12:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3159046e-8a51-4a73-b5eb-a1e92dd21596 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 11a46741b7954b959fd7764109c047b6.", "code": 404, "title": "Not Found"}} 2018-08-12 08:12:30,848 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 used request id req-3159046e-8a51-4a73-b5eb-a1e92dd21596 2018-08-12 08:12:30,848 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:12:30,851 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}810b12c55a007681e8bf9440c874fcaa0a268e16" 2018-08-12 08:12:30,940 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:12:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-95c8c2c6-c986-4e67-adde-6cfecc34eef9 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3c01cd58055c44ecaef39f7e625c2258.", "code": 404, "title": "Not Found"}} 2018-08-12 08:12:30,940 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 used request id req-95c8c2c6-c986-4e67-adde-6cfecc34eef9 2018-08-12 08:12:30,941 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:12:30,944 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}810b12c55a007681e8bf9440c874fcaa0a268e16" 2018-08-12 08:12:31,037 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:12:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1f41cac1-9ce5-4c0e-af9f-4890efa1ffb5 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 521007c1818145639e93ceb270559219.", "code": 404, "title": "Not Found"}} 2018-08-12 08:12:31,037 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 used request id req-1f41cac1-9ce5-4c0e-af9f-4890efa1ffb5 2018-08-12 08:12:31,037 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:12:31,041 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}810b12c55a007681e8bf9440c874fcaa0a268e16" 2018-08-12 08:12:31,133 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:12:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-90aa1662-ef9a-40a2-8ca6-7f475fc99004 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e18fcc7fc10a4fd0b20234f8520d0aab.", "code": 404, "title": "Not Found"}} 2018-08-12 08:12:31,134 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab used request id req-90aa1662-ef9a-40a2-8ca6-7f475fc99004 2018-08-12 08:12:31,134 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:12:31,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}810b12c55a007681e8bf9440c874fcaa0a268e16" 2018-08-12 08:12:31,231 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:12:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-43ba23ad-8c7f-44af-921b-add9ff395874 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "310f5853751a4c968f3eeb0a3d99a0a8", "name": "service"}} 2018-08-12 08:12:31,232 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 used request id req-43ba23ad-8c7f-44af-921b-add9ff395874 2018-08-12 08:12:31,236 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/25614517f3a04d709573ee8cc18a86dc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}810b12c55a007681e8bf9440c874fcaa0a268e16" 2018-08-12 08:12:31,331 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:12:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6a9b3579-d3d0-44aa-9501-32080915c047 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/25614517f3a04d709573ee8cc18a86dc"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "25614517f3a04d709573ee8cc18a86dc", "name": "CreateNetworkSuccessTests-cdf912c8-3fcb-42f-proj"}} 2018-08-12 08:12:31,331 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/25614517f3a04d709573ee8cc18a86dc used request id req-6a9b3579-d3d0-44aa-9501-32080915c047 2018-08-12 08:12:31,332 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d5f9539b-3ee4-4756-96dd-eb54f37230f5 2018-08-12 08:12:31,337 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=d5f9539b-3ee4-4756-96dd-eb54f37230f5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}810b12c55a007681e8bf9440c874fcaa0a268e16" 2018-08-12 08:12:31,529 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-efb41fd8-e4b0-4308-962e-8a7c2b3db74a Date: Sun, 12 Aug 2018 08:12:31 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:12:11Z", "security_group_id": "d5f9539b-3ee4-4756-96dd-eb54f37230f5", "port_range_min": null, "revision_number": 0, "tenant_id": "25614517f3a04d709573ee8cc18a86dc", "created_at": "2018-08-12T08:12:11Z", "project_id": "25614517f3a04d709573ee8cc18a86dc", "id": "41f5304d-94f6-47bb-9cb5-37ee75923d9e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:12:11Z", "security_group_id": "d5f9539b-3ee4-4756-96dd-eb54f37230f5", "port_range_min": null, "revision_number": 0, "tenant_id": "25614517f3a04d709573ee8cc18a86dc", "created_at": "2018-08-12T08:12:11Z", "project_id": "25614517f3a04d709573ee8cc18a86dc", "id": "70cbbe34-e822-4043-9544-28f1cf8c9a66"}, {"remote_group_id": "d5f9539b-3ee4-4756-96dd-eb54f37230f5", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:12:11Z", "security_group_id": "d5f9539b-3ee4-4756-96dd-eb54f37230f5", "port_range_min": null, "revision_number": 0, "tenant_id": "25614517f3a04d709573ee8cc18a86dc", "created_at": "2018-08-12T08:12:11Z", "project_id": "25614517f3a04d709573ee8cc18a86dc", "id": "7b5a2f00-b7d1-472a-9750-192e4a4e260c"}, {"remote_group_id": "d5f9539b-3ee4-4756-96dd-eb54f37230f5", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:12:11Z", "security_group_id": "d5f9539b-3ee4-4756-96dd-eb54f37230f5", "port_range_min": null, "revision_number": 0, "tenant_id": "25614517f3a04d709573ee8cc18a86dc", "created_at": "2018-08-12T08:12:11Z", "project_id": "25614517f3a04d709573ee8cc18a86dc", "id": "b704000d-8c5b-4598-a922-263f22b6d045"}]} 2018-08-12 08:12:31,530 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=d5f9539b-3ee4-4756-96dd-eb54f37230f5 used request id req-efb41fd8-e4b0-4308-962e-8a7c2b3db74a 2018-08-12 08:12:31,531 - neutron_utils - INFO - Deleting security group with name - default 2018-08-12 08:12:31,536 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/d5f9539b-3ee4-4756-96dd-eb54f37230f5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}810b12c55a007681e8bf9440c874fcaa0a268e16" 2018-08-12 08:12:31,926 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-88db3f15-9076-4fc9-b53c-ffafa7d7cffe Content-Length: 0 Date: Sun, 12 Aug 2018 08:12:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:12:31,926 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/d5f9539b-3ee4-4756-96dd-eb54f37230f5 used request id req-88db3f15-9076-4fc9-b53c-ffafa7d7cffe 2018-08-12 08:12:31,927 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-cdf912c8-3fcb-42f-proj 2018-08-12 08:12:31,930 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/25614517f3a04d709573ee8cc18a86dc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}810b12c55a007681e8bf9440c874fcaa0a268e16" 2018-08-12 08:12:32,276 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:12:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e5dded98-4457-4cf5-bbcd-425c6616c36c 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 08:12:32,276 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/25614517f3a04d709573ee8cc18a86dc used request id req-e5dded98-4457-4cf5-bbcd-425c6616c36c 2018-08-12 08:12:32,276 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-cdf912c8-3fcb-42f-proj-role 2018-08-12 08:12:32,280 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/76f7cbeeb3094c619f8c128e338fff9b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}810b12c55a007681e8bf9440c874fcaa0a268e16" 2018-08-12 08:12:32,390 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:12:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cf1ed57d-eebe-44be-9333-e78c18843bd7 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 08:12:32,390 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/76f7cbeeb3094c619f8c128e338fff9b used request id req-cf1ed57d-eebe-44be-9333-e78c18843bd7 2018-08-12 08:12:32,394 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}810b12c55a007681e8bf9440c874fcaa0a268e16" 2018-08-12 08:12:32,489 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:12:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ddba0eb8-4cd0-4f5f-a67e-5bdb46d46814 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:12:32,489 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-ddba0eb8-4cd0-4f5f-a67e-5bdb46d46814 2018-08-12 08:12:32,490 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-cdf912c8-3fcb-42f-user 2018-08-12 08:12:32,493 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/a3dbfe83aa0d4c458a0473c80911b77e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f86051beaa82a651d22e44ad38b5920b74a8665a" 2018-08-12 08:12:33,158 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:12:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8f3de55c-d3f8-4f81-99d2-1fe64298d259 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 08:12:33,158 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/a3dbfe83aa0d4c458a0473c80911b77e used request id req-8f3de55c-d3f8-4f81-99d2-1fe64298d259 2018-08-12 08:12:33,160 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:12:33,548 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:12:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["dq1NRZS7RUWG58CKzr0d2g"], "issued_at": "2018-08-12T08:12:33.000000Z"}} 2018-08-12 08:12:33,549 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}22e959eabf3003c3d15b95fba015b74961fdee32" 2018-08-12 08:12:33,632 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:12:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-422befb8-f1b2-4200-ac8e-38da50db500d Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:12:33,632 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-422befb8-f1b2-4200-ac8e-38da50db500d 2018-08-12 08:12:33,634 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:12:33,635 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:12:34,052 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:12:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["TQGYUHABT12JTJ8i4PobaQ"], "issued_at": "2018-08-12T08:12:34.000000Z"}} 2018-08-12 08:12:34,053 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}17c631d43c89237f0c028562c0bc54a82cfc3e00" 2018-08-12 08:12:34,129 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:12:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-793d0e09-700b-4cf0-865a-6bbd00cc4dc7 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:12:34,129 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-793d0e09-700b-4cf0-865a-6bbd00cc4dc7 2018-08-12 08:12:34,133 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:12:34,138 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:12:34 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:12:34,139 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-0d488a7f-f056-4c3-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17c631d43c89237f0c028562c0bc54a82cfc3e00" 2018-08-12 08:12:34,232 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:12:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b68889f1-972f-4e40-8932-28a4118bc2bd Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-0d488a7f-f056-4c3-proj", "previous": null, "next": null}, "projects": []} 2018-08-12 08:12:34,232 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-0d488a7f-f056-4c3-proj used request id req-b68889f1-972f-4e40-8932-28a4118bc2bd 2018-08-12 08:12:34,235 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17c631d43c89237f0c028562c0bc54a82cfc3e00" 2018-08-12 08:12:34,323 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:12:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-57f94a99-f1db-4950-a6e0-1128d09efad4 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:12:34,323 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-57f94a99-f1db-4950-a6e0-1128d09efad4 2018-08-12 08:12:34,327 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17c631d43c89237f0c028562c0bc54a82cfc3e00" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateNetworkSuccessTests-0d488a7f-f056-4c3-proj"}}' 2018-08-12 08:12:34,468 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:12:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-10e25d5f-b0c4-4028-8127-78f926891c0e Content-Length: 322 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/4fc25dde45e641058b56958d5d88f38e"}, "tags": [], "enabled": true, "id": "4fc25dde45e641058b56958d5d88f38e", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-0d488a7f-f056-4c3-proj"}} 2018-08-12 08:12:34,468 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-10e25d5f-b0c4-4028-8127-78f926891c0e 2018-08-12 08:12:34,468 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-0d488a7f-f056-4c3-proj 2018-08-12 08:12:34,469 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:12:34,469 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:12:34,872 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:12:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["YS6hKd70TSe-6cdLjzABeg"], "issued_at": "2018-08-12T08:12:34.000000Z"}} 2018-08-12 08:12:34,873 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}20a9ed7f76b29d54f3b03056e9a55b51d961c483" 2018-08-12 08:12:34,955 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:12:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f8266eda-2ac0-4ba3-917f-f833c82c15bb Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:12:34,955 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-f8266eda-2ac0-4ba3-917f-f833c82c15bb 2018-08-12 08:12:34,959 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:12:34,964 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:12:34 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:12:34,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20a9ed7f76b29d54f3b03056e9a55b51d961c483" 2018-08-12 08:12:35,068 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:12:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-39bbb444-99c9-4ae6-a968-a7c09c9787ea Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/105a247548624314b9228f85f6325f0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105a247548624314b9228f85f6325f0b", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/1c5de0eaa44543f08da6ad63a51594ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c5de0eaa44543f08da6ad63a51594ff", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/1d127b5b832547a88a547c116dfdd65b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d127b5b832547a88a547c116dfdd65b", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/1d5cfc170d624ce4ae53ae0507c8d517"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d5cfc170d624ce4ae53ae0507c8d517", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/2421820b75eb4d3ebd02830378d1377b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2421820b75eb4d3ebd02830378d1377b", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/40bd8ee54ecf44868cc83cede652c396"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40bd8ee54ecf44868cc83cede652c396", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/4f32fb8153854c4c9f5094b42b523f80"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f32fb8153854c4c9f5094b42b523f80", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7066130d08fb4db7bf4ab468de53933b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7066130d08fb4db7bf4ab468de53933b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/8d0898a83bcf4521bbc11501d5d7ac89"}, "domain_id": "1eec97585bde483292ece28ee11f4b8d", "enabled": true, "options": {}, "id": "8d0898a83bcf4521bbc11501d5d7ac89", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/9defcced327d476f8a3beab718a13da3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9defcced327d476f8a3beab718a13da3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/b80ee4f6992446e0879624dd436e99a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b80ee4f6992446e0879624dd436e99a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b86fd3e011324d398fcdb6f095a20a9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b86fd3e011324d398fcdb6f095a20a9d", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1701d2754064b5cadf765ea0806f9b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1701d2754064b5cadf765ea0806f9b2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/db4e7b8d76d549faa502716565c733dd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db4e7b8d76d549faa502716565c733dd", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-12 08:12:35,069 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-39bbb444-99c9-4ae6-a968-a7c09c9787ea 2018-08-12 08:12:35,073 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateNetworkSuccessTests-0d488a7f-f056-4c3-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20a9ed7f76b29d54f3b03056e9a55b51d961c483" 2018-08-12 08:12:35,160 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:12:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-71d1cf9a-b760-42a3-a700-73fb760b0571 Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateNetworkSuccessTests-0d488a7f-f056-4c3-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/4fc25dde45e641058b56958d5d88f38e"}, "tags": [], "enabled": true, "id": "4fc25dde45e641058b56958d5d88f38e", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-0d488a7f-f056-4c3-proj"}]} 2018-08-12 08:12:35,160 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateNetworkSuccessTests-0d488a7f-f056-4c3-proj used request id req-71d1cf9a-b760-42a3-a700-73fb760b0571 2018-08-12 08:12:35,166 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20a9ed7f76b29d54f3b03056e9a55b51d961c483" 2018-08-12 08:12:35,259 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:12:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-07f75f67-7ead-450d-87cd-27d0d695c45d Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:12:35,259 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-07f75f67-7ead-450d-87cd-27d0d695c45d 2018-08-12 08:12:35,571 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-0d488a7f-f056-4c3-user 2018-08-12 08:12:35,571 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:12:35,575 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17c631d43c89237f0c028562c0bc54a82cfc3e00" 2018-08-12 08:12:35,669 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:12:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-357f7438-fc09-45e2-9b4b-ecb47b1ae807 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:12:35,670 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-357f7438-fc09-45e2-9b4b-ecb47b1ae807 2018-08-12 08:12:35,673 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17c631d43c89237f0c028562c0bc54a82cfc3e00" -d '{"role": {"name": "CreateNetworkSuccessTests-0d488a7f-f056-4c3-proj-role"}}' 2018-08-12 08:12:35,797 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:12:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9438a55b-dee9-4a4d-9227-ef9fd9a7bee2 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "3ccd3dc5d46f415fbcde422411de864c", "links": {"self": "http://172.30.9.21:5000/v3/roles/3ccd3dc5d46f415fbcde422411de864c"}, "name": "CreateNetworkSuccessTests-0d488a7f-f056-4c3-proj-role"}} 2018-08-12 08:12:35,797 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-9438a55b-dee9-4a4d-9227-ef9fd9a7bee2 2018-08-12 08:12:35,797 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-0d488a7f-f056-4c3-proj-role 2018-08-12 08:12:35,800 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/3ccd3dc5d46f415fbcde422411de864c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17c631d43c89237f0c028562c0bc54a82cfc3e00" 2018-08-12 08:12:35,890 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:12:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-efd8b4a7-2fa4-4d61-8845-4090fdb2d6e1 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "3ccd3dc5d46f415fbcde422411de864c", "links": {"self": "http://172.30.9.21:5000/v3/roles/3ccd3dc5d46f415fbcde422411de864c"}, "name": "CreateNetworkSuccessTests-0d488a7f-f056-4c3-proj-role"}} 2018-08-12 08:12:35,890 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/3ccd3dc5d46f415fbcde422411de864c used request id req-efd8b4a7-2fa4-4d61-8845-4090fdb2d6e1 2018-08-12 08:12:35,891 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-0d488a7f-f056-4c3-proj-role to project CreateNetworkSuccessTests-0d488a7f-f056-4c3-proj 2018-08-12 08:12:35,894 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/4fc25dde45e641058b56958d5d88f38e/users/721c089c56c04059b33ad65ac58566bc/roles/3ccd3dc5d46f415fbcde422411de864c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17c631d43c89237f0c028562c0bc54a82cfc3e00" 2018-08-12 08:12:36,021 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:12:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d61a7a0e-092c-49fd-b2b6-b56ed927365a 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 08:12:36,022 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/4fc25dde45e641058b56958d5d88f38e/users/721c089c56c04059b33ad65ac58566bc/roles/3ccd3dc5d46f415fbcde422411de864c used request id req-d61a7a0e-092c-49fd-b2b6-b56ed927365a 2018-08-12 08:12:36,022 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:12:36,022 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:12:36,023 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:12:36,023 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:12:36,023 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:12:36,024 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:12:36,025 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:12:36,424 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3ccd3dc5d46f415fbcde422411de864c", "name": "CreateNetworkSuccessTests-0d488a7f-f056-4c3-proj-role"}], "expires_at": "2018-08-12T09:12:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4fc25dde45e641058b56958d5d88f38e", "name": "CreateNetworkSuccessTests-0d488a7f-f056-4c3-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/4fc25dde45e641058b56958d5d88f38e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/4fc25dde45e641058b56958d5d88f38e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/4fc25dde45e641058b56958d5d88f38e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_4fc25dde45e641058b56958d5d88f38e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_4fc25dde45e641058b56958d5d88f38e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/4fc25dde45e641058b56958d5d88f38e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/4fc25dde45e641058b56958d5d88f38e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/4fc25dde45e641058b56958d5d88f38e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/4fc25dde45e641058b56958d5d88f38e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/4fc25dde45e641058b56958d5d88f38e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/4fc25dde45e641058b56958d5d88f38e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/4fc25dde45e641058b56958d5d88f38e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/4fc25dde45e641058b56958d5d88f38e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/4fc25dde45e641058b56958d5d88f38e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-0d488a7f-f056-4c3-user", "id": "721c089c56c04059b33ad65ac58566bc"}, "audit_ids": ["Pqq6QUOlSsu9zXBGw-qQcg"], "issued_at": "2018-08-12T08:12:36.000000Z"}} 2018-08-12 08:12:36,425 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}8eaa76a3cd2d5b599d73173d233c08f801e656b6" 2018-08-12 08:12:36,515 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:12:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dc764441-0082-4eea-ae95-73e0a53a80e3 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:12:36,515 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-dc764441-0082-4eea-ae95-73e0a53a80e3 2018-08-12 08:12:36,516 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:12:36,516 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:12:36,517 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:12:36,517 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:12:36,517 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:12:36,523 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateNetworkSuccessTests-1c61c3c7-4b61-4ff5-b9a4-18cf427376c5-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8eaa76a3cd2d5b599d73173d233c08f801e656b6" 2018-08-12 08:12:36,717 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-fbb36bae-1131-428e-94cb-b370aa3d836f Date: Sun, 12 Aug 2018 08:12:36 GMT RESP BODY: {"networks":[]} 2018-08-12 08:12:36,717 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateNetworkSuccessTests-1c61c3c7-4b61-4ff5-b9a4-18cf427376c5-pub-net used request id req-fbb36bae-1131-428e-94cb-b370aa3d836f 2018-08-12 08:12:36,717 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-1c61c3c7-4b61-4ff5-b9a4-18cf427376c5-pub-net 2018-08-12 08:12:36,722 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8eaa76a3cd2d5b599d73173d233c08f801e656b6" -d '{"network": {"mtu": 999, "name": "CreateNetworkSuccessTests-1c61c3c7-4b61-4ff5-b9a4-18cf427376c5-pub-net", "admin_state_up": true}}' 2018-08-12 08:12:37,418 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 606 X-Openstack-Request-Id: req-e27148b0-ee4a-408b-971a-9279681d495f Date: Sun, 12 Aug 2018 08:12:37 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"4fc25dde45e641058b56958d5d88f38e","created_at":"2018-08-12T08:12:37Z","tags":[],"ipv6_address_scope":null,"mtu":999,"updated_at":"2018-08-12T08:12:37Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"4fc25dde45e641058b56958d5d88f38e","id":"7a9d2836-cb9c-40cd-9d6d-e98e793263d7","name":"CreateNetworkSuccessTests-1c61c3c7-4b61-4ff5-b9a4-18cf427376c5-pub-net"}} 2018-08-12 08:12:37,418 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-e27148b0-ee4a-408b-971a-9279681d495f 2018-08-12 08:12:37,423 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=7a9d2836-cb9c-40cd-9d6d-e98e793263d7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8eaa76a3cd2d5b599d73173d233c08f801e656b6" 2018-08-12 08:12:37,682 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-acbf3a87-863c-474c-82a3-65e555163fd1 Date: Sun, 12 Aug 2018 08:12:37 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-12T08:12:37Z","tenant_id":"4fc25dde45e641058b56958d5d88f38e","created_at":"2018-08-12T08:12:37Z","tags":[],"ipv6_address_scope":null,"mtu":999,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"4fc25dde45e641058b56958d5d88f38e","id":"7a9d2836-cb9c-40cd-9d6d-e98e793263d7","name":"CreateNetworkSuccessTests-1c61c3c7-4b61-4ff5-b9a4-18cf427376c5-pub-net"}]} 2018-08-12 08:12:37,682 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=7a9d2836-cb9c-40cd-9d6d-e98e793263d7 used request id req-acbf3a87-863c-474c-82a3-65e555163fd1 2018-08-12 08:12:37,688 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=7a9d2836-cb9c-40cd-9d6d-e98e793263d7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8eaa76a3cd2d5b599d73173d233c08f801e656b6" 2018-08-12 08:12:37,883 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-917938f1-1a31-4456-a3b1-8a39df645be3 Date: Sun, 12 Aug 2018 08:12:37 GMT RESP BODY: {"subnets":[]} 2018-08-12 08:12:37,883 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=7a9d2836-cb9c-40cd-9d6d-e98e793263d7 used request id req-917938f1-1a31-4456-a3b1-8a39df645be3 2018-08-12 08:12:37,884 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-1c61c3c7-4b61-4ff5-b9a4-18cf427376c5-pub-subnet 2018-08-12 08:12:37,889 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8eaa76a3cd2d5b599d73173d233c08f801e656b6" -d '{"subnets": [{"ip_version": 4, "network_id": "7a9d2836-cb9c-40cd-9d6d-e98e793263d7", "cidr": "10.55.1.0/24", "name": "CreateNetworkSuccessTests-1c61c3c7-4b61-4ff5-b9a4-18cf427376c5-pub-subnet"}]}' 2018-08-12 08:12:38,747 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-f9470a0a-cd5e-4cfe-ab71-73cc6fe87d32 Date: Sun, 12 Aug 2018 08:12:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7a9d2836-cb9c-40cd-9d6d-e98e793263d7","tenant_id":"4fc25dde45e641058b56958d5d88f38e","created_at":"2018-08-12T08:12:38Z","dns_nameservers":[],"updated_at":"2018-08-12T08:12:38Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"4fc25dde45e641058b56958d5d88f38e","id":"a6fe4b5e-636c-4338-9987-a4ee43e10a63","subnetpool_id":null,"name":"CreateNetworkSuccessTests-1c61c3c7-4b61-4ff5-b9a4-18cf427376c5-pub-subnet"}]} 2018-08-12 08:12:38,747 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-f9470a0a-cd5e-4cfe-ab71-73cc6fe87d32 2018-08-12 08:12:38,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=7a9d2836-cb9c-40cd-9d6d-e98e793263d7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8eaa76a3cd2d5b599d73173d233c08f801e656b6" 2018-08-12 08:12:39,024 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 634 X-Openstack-Request-Id: req-764b876a-f8f1-4d5e-8554-f2012328e7b6 Date: Sun, 12 Aug 2018 08:12:39 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["a6fe4b5e-636c-4338-9987-a4ee43e10a63"],"updated_at":"2018-08-12T08:12:38Z","tenant_id":"4fc25dde45e641058b56958d5d88f38e","created_at":"2018-08-12T08:12:37Z","tags":[],"ipv6_address_scope":null,"mtu":999,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"4fc25dde45e641058b56958d5d88f38e","id":"7a9d2836-cb9c-40cd-9d6d-e98e793263d7","name":"CreateNetworkSuccessTests-1c61c3c7-4b61-4ff5-b9a4-18cf427376c5-pub-net"}]} 2018-08-12 08:12:39,024 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=7a9d2836-cb9c-40cd-9d6d-e98e793263d7 used request id req-764b876a-f8f1-4d5e-8554-f2012328e7b6 2018-08-12 08:12:39,030 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=7a9d2836-cb9c-40cd-9d6d-e98e793263d7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8eaa76a3cd2d5b599d73173d233c08f801e656b6" 2018-08-12 08:12:39,260 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-384c9bb1-0d34-4d6b-81cb-171a6f51efc5 Date: Sun, 12 Aug 2018 08:12:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7a9d2836-cb9c-40cd-9d6d-e98e793263d7","tenant_id":"4fc25dde45e641058b56958d5d88f38e","created_at":"2018-08-12T08:12:38Z","dns_nameservers":[],"updated_at":"2018-08-12T08:12:38Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"4fc25dde45e641058b56958d5d88f38e","id":"a6fe4b5e-636c-4338-9987-a4ee43e10a63","subnetpool_id":null,"name":"CreateNetworkSuccessTests-1c61c3c7-4b61-4ff5-b9a4-18cf427376c5-pub-subnet"}]} 2018-08-12 08:12:39,261 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=7a9d2836-cb9c-40cd-9d6d-e98e793263d7 used request id req-384c9bb1-0d34-4d6b-81cb-171a6f51efc5 2018-08-12 08:12:39,261 - OpenStackNetwork - DEBUG - Network [7a9d2836-cb9c-40cd-9d6d-e98e793263d7] created successfully 2018-08-12 08:12:39,261 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:12:39,262 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:12:39,654 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3ccd3dc5d46f415fbcde422411de864c", "name": "CreateNetworkSuccessTests-0d488a7f-f056-4c3-proj-role"}], "expires_at": "2018-08-12T09:12:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4fc25dde45e641058b56958d5d88f38e", "name": "CreateNetworkSuccessTests-0d488a7f-f056-4c3-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/4fc25dde45e641058b56958d5d88f38e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/4fc25dde45e641058b56958d5d88f38e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/4fc25dde45e641058b56958d5d88f38e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_4fc25dde45e641058b56958d5d88f38e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_4fc25dde45e641058b56958d5d88f38e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/4fc25dde45e641058b56958d5d88f38e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/4fc25dde45e641058b56958d5d88f38e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/4fc25dde45e641058b56958d5d88f38e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/4fc25dde45e641058b56958d5d88f38e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/4fc25dde45e641058b56958d5d88f38e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/4fc25dde45e641058b56958d5d88f38e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/4fc25dde45e641058b56958d5d88f38e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/4fc25dde45e641058b56958d5d88f38e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/4fc25dde45e641058b56958d5d88f38e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-0d488a7f-f056-4c3-user", "id": "721c089c56c04059b33ad65ac58566bc"}, "audit_ids": ["O6YPWXxCTh2dYxta9VO3Mg"], "issued_at": "2018-08-12T08:12:39.000000Z"}} 2018-08-12 08:12:39,655 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}c788c6c90ed0037c87e42bd01e8622aec9904868" 2018-08-12 08:12:39,733 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:12:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7aaa4200-8e49-4b80-838b-84bfb0525c01 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:12:39,734 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-7aaa4200-8e49-4b80-838b-84bfb0525c01 2018-08-12 08:12:39,735 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:12:39,735 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:12:39,735 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:12:39,735 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:12:39,735 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:12:39,742 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=CreateNetworkSuccessTests-1c61c3c7-4b61-4ff5-b9a4-18cf427376c5-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c788c6c90ed0037c87e42bd01e8622aec9904868" 2018-08-12 08:12:39,964 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-819b5935-3220-413d-9fb4-08afecd6f45b Date: Sun, 12 Aug 2018 08:12:39 GMT RESP BODY: {"routers": []} 2018-08-12 08:12:39,965 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=CreateNetworkSuccessTests-1c61c3c7-4b61-4ff5-b9a4-18cf427376c5-pub-router&admin_state_up=True used request id req-819b5935-3220-413d-9fb4-08afecd6f45b 2018-08-12 08:12:39,965 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:12:39,966 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:12:40,365 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3ccd3dc5d46f415fbcde422411de864c", "name": "CreateNetworkSuccessTests-0d488a7f-f056-4c3-proj-role"}], "expires_at": "2018-08-12T09:12:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4fc25dde45e641058b56958d5d88f38e", "name": "CreateNetworkSuccessTests-0d488a7f-f056-4c3-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/4fc25dde45e641058b56958d5d88f38e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/4fc25dde45e641058b56958d5d88f38e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/4fc25dde45e641058b56958d5d88f38e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_4fc25dde45e641058b56958d5d88f38e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_4fc25dde45e641058b56958d5d88f38e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/4fc25dde45e641058b56958d5d88f38e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/4fc25dde45e641058b56958d5d88f38e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/4fc25dde45e641058b56958d5d88f38e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/4fc25dde45e641058b56958d5d88f38e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/4fc25dde45e641058b56958d5d88f38e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/4fc25dde45e641058b56958d5d88f38e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/4fc25dde45e641058b56958d5d88f38e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/4fc25dde45e641058b56958d5d88f38e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/4fc25dde45e641058b56958d5d88f38e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-0d488a7f-f056-4c3-user", "id": "721c089c56c04059b33ad65ac58566bc"}, "audit_ids": ["cNWRTYS0TEifLpjo_Rd-YQ"], "issued_at": "2018-08-12T08:12:40.000000Z"}} 2018-08-12 08:12:40,366 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}ccc9b71bca4645f92df194b3e9cae6d1dd6d22f8" 2018-08-12 08:12:40,431 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:12:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-175c59c5-ab17-45fa-9cc3-eb215879b3ed Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:12:40,431 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-175c59c5-ab17-45fa-9cc3-eb215879b3ed 2018-08-12 08:12:40,437 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c788c6c90ed0037c87e42bd01e8622aec9904868" 2018-08-12 08:12:40,717 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-f55463df-0255-4822-bd2f-5df96d57044c Date: Sun, 12 Aug 2018 08:12:40 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ec788992-fa73-45cc-a7d9-6d44542124c2"],"updated_at":"2018-08-12T05:35:20Z","tenant_id":"310f5853751a4c968f3eeb0a3d99a0a8","created_at":"2018-08-12T05:04:23Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":7,"admin_state_up":true,"shared":false,"project_id":"310f5853751a4c968f3eeb0a3d99a0a8","id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","name":"external"}]} 2018-08-12 08:12:40,718 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=external used request id req-f55463df-0255-4822-bd2f-5df96d57044c 2018-08-12 08:12:40,723 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=03886690-4630-4c4c-9ccb-7eedaa9b1fd3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c788c6c90ed0037c87e42bd01e8622aec9904868" 2018-08-12 08:12:40,919 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-ea3a5771-03b1-44fb-95d9-949eef713737 Date: Sun, 12 Aug 2018 08:12:40 GMT RESP BODY: {"subnets":[]} 2018-08-12 08:12:40,919 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=03886690-4630-4c4c-9ccb-7eedaa9b1fd3 used request id req-ea3a5771-03b1-44fb-95d9-949eef713737 2018-08-12 08:12:40,920 - neutron_utils - INFO - Creating router with name - CreateNetworkSuccessTests-1c61c3c7-4b61-4ff5-b9a4-18cf427376c5-pub-router 2018-08-12 08:12:40,925 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c788c6c90ed0037c87e42bd01e8622aec9904868" -d '{"router": {"external_gateway_info": {"network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3"}, "name": "CreateNetworkSuccessTests-1c61c3c7-4b61-4ff5-b9a4-18cf427376c5-pub-router", "admin_state_up": true}}' 2018-08-12 08:12:42,349 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 640 X-Openstack-Request-Id: req-43dd71b9-dbe6-41a8-9416-571df0224735 Date: Sun, 12 Aug 2018 08:12:42 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ec788992-fa73-45cc-a7d9-6d44542124c2", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "4fc25dde45e641058b56958d5d88f38e", "created_at": "2018-08-12T08:12:41Z", "admin_state_up": true, "updated_at": "2018-08-12T08:12:42Z", "revision_number": 2, "routes": [], "project_id": "4fc25dde45e641058b56958d5d88f38e", "id": "ad6d3201-8794-436d-a5c5-0b60d3ad9d63", "name": "CreateNetworkSuccessTests-1c61c3c7-4b61-4ff5-b9a4-18cf427376c5-pub-router"}} 2018-08-12 08:12:42,350 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers used request id req-43dd71b9-dbe6-41a8-9416-571df0224735 2018-08-12 08:12:42,355 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=ad6d3201-8794-436d-a5c5-0b60d3ad9d63 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c788c6c90ed0037c87e42bd01e8622aec9904868" 2018-08-12 08:12:42,388 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-be847028-5716-4ded-a9ad-17260c8e6da0 Date: Sun, 12 Aug 2018 08:12:42 GMT RESP BODY: {"ports":[]} 2018-08-12 08:12:42,388 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=ad6d3201-8794-436d-a5c5-0b60d3ad9d63 used request id req-be847028-5716-4ded-a9ad-17260c8e6da0 2018-08-12 08:12:42,393 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateNetworkSuccessTests-1c61c3c7-4b61-4ff5-b9a4-18cf427376c5-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c788c6c90ed0037c87e42bd01e8622aec9904868" 2018-08-12 08:12:42,513 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 634 X-Openstack-Request-Id: req-e5bd2e00-6ced-47eb-9fc4-b52f88beba8f Date: Sun, 12 Aug 2018 08:12:42 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":["a6fe4b5e-636c-4338-9987-a4ee43e10a63"],"updated_at":"2018-08-12T08:12:38Z","tenant_id":"4fc25dde45e641058b56958d5d88f38e","created_at":"2018-08-12T08:12:37Z","tags":[],"ipv6_address_scope":null,"mtu":999,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"4fc25dde45e641058b56958d5d88f38e","id":"7a9d2836-cb9c-40cd-9d6d-e98e793263d7","name":"CreateNetworkSuccessTests-1c61c3c7-4b61-4ff5-b9a4-18cf427376c5-pub-net"}]} 2018-08-12 08:12:42,513 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateNetworkSuccessTests-1c61c3c7-4b61-4ff5-b9a4-18cf427376c5-pub-net used request id req-e5bd2e00-6ced-47eb-9fc4-b52f88beba8f 2018-08-12 08:12:42,517 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:12:42,524 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:12:42 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:12:42,525 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/4fc25dde45e641058b56958d5d88f38e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c788c6c90ed0037c87e42bd01e8622aec9904868" 2018-08-12 08:12:42,620 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:12:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-568b90ef-3bfb-48bb-a531-bd370bf02bd6 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/4fc25dde45e641058b56958d5d88f38e"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "4fc25dde45e641058b56958d5d88f38e", "name": "CreateNetworkSuccessTests-0d488a7f-f056-4c3-proj"}} 2018-08-12 08:12:42,620 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/4fc25dde45e641058b56958d5d88f38e used request id req-568b90ef-3bfb-48bb-a531-bd370bf02bd6 2018-08-12 08:12:42,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=7a9d2836-cb9c-40cd-9d6d-e98e793263d7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c788c6c90ed0037c87e42bd01e8622aec9904868" 2018-08-12 08:12:42,840 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-9cee1da9-de96-4921-82cd-6519979c981b Date: Sun, 12 Aug 2018 08:12:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7a9d2836-cb9c-40cd-9d6d-e98e793263d7","tenant_id":"4fc25dde45e641058b56958d5d88f38e","created_at":"2018-08-12T08:12:38Z","dns_nameservers":[],"updated_at":"2018-08-12T08:12:38Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"4fc25dde45e641058b56958d5d88f38e","id":"a6fe4b5e-636c-4338-9987-a4ee43e10a63","subnetpool_id":null,"name":"CreateNetworkSuccessTests-1c61c3c7-4b61-4ff5-b9a4-18cf427376c5-pub-subnet"}]} 2018-08-12 08:12:42,840 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=7a9d2836-cb9c-40cd-9d6d-e98e793263d7 used request id req-9cee1da9-de96-4921-82cd-6519979c981b 2018-08-12 08:12:42,845 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=7a9d2836-cb9c-40cd-9d6d-e98e793263d7&name=CreateNetworkSuccessTests-1c61c3c7-4b61-4ff5-b9a4-18cf427376c5-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c788c6c90ed0037c87e42bd01e8622aec9904868" 2018-08-12 08:12:43,073 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-e7f60179-d705-4b30-a5f5-239f455c069f Date: Sun, 12 Aug 2018 08:12:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7a9d2836-cb9c-40cd-9d6d-e98e793263d7","tenant_id":"4fc25dde45e641058b56958d5d88f38e","created_at":"2018-08-12T08:12:38Z","dns_nameservers":[],"updated_at":"2018-08-12T08:12:38Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"4fc25dde45e641058b56958d5d88f38e","id":"a6fe4b5e-636c-4338-9987-a4ee43e10a63","subnetpool_id":null,"name":"CreateNetworkSuccessTests-1c61c3c7-4b61-4ff5-b9a4-18cf427376c5-pub-subnet"}]} 2018-08-12 08:12:43,074 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=7a9d2836-cb9c-40cd-9d6d-e98e793263d7&name=CreateNetworkSuccessTests-1c61c3c7-4b61-4ff5-b9a4-18cf427376c5-pub-subnet used request id req-e7f60179-d705-4b30-a5f5-239f455c069f 2018-08-12 08:12:43,074 - OpenStackNetwork - DEBUG - Adding router to subnet... 2018-08-12 08:12:43,074 - neutron_utils - INFO - Adding interface to router with name CreateNetworkSuccessTests-1c61c3c7-4b61-4ff5-b9a4-18cf427376c5-pub-router 2018-08-12 08:12:43,079 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9696/v2.0/routers/ad6d3201-8794-436d-a5c5-0b60d3ad9d63/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c788c6c90ed0037c87e42bd01e8622aec9904868" -d '{"subnet_id": "a6fe4b5e-636c-4338-9987-a4ee43e10a63"}' 2018-08-12 08:12:45,204 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-ad5619d1-716d-40ed-99fa-89705b9b3130 Date: Sun, 12 Aug 2018 08:12:45 GMT RESP BODY: {"network_id": "7a9d2836-cb9c-40cd-9d6d-e98e793263d7", "tenant_id": "4fc25dde45e641058b56958d5d88f38e", "subnet_id": "a6fe4b5e-636c-4338-9987-a4ee43e10a63", "subnet_ids": ["a6fe4b5e-636c-4338-9987-a4ee43e10a63"], "port_id": "76b98e83-9d8f-4b91-965a-715621de4cfe", "id": "ad6d3201-8794-436d-a5c5-0b60d3ad9d63"} 2018-08-12 08:12:45,204 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/ad6d3201-8794-436d-a5c5-0b60d3ad9d63/add_router_interface used request id req-ad5619d1-716d-40ed-99fa-89705b9b3130 2018-08-12 08:12:45,209 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers/ad6d3201-8794-436d-a5c5-0b60d3ad9d63 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c788c6c90ed0037c87e42bd01e8622aec9904868" 2018-08-12 08:12:45,322 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 640 X-Openstack-Request-Id: req-327548ce-d132-440e-b99b-1f2414ed2cbe Date: Sun, 12 Aug 2018 08:12:45 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ec788992-fa73-45cc-a7d9-6d44542124c2", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "4fc25dde45e641058b56958d5d88f38e", "created_at": "2018-08-12T08:12:41Z", "admin_state_up": true, "updated_at": "2018-08-12T08:12:44Z", "revision_number": 3, "routes": [], "project_id": "4fc25dde45e641058b56958d5d88f38e", "id": "ad6d3201-8794-436d-a5c5-0b60d3ad9d63", "name": "CreateNetworkSuccessTests-1c61c3c7-4b61-4ff5-b9a4-18cf427376c5-pub-router"}} 2018-08-12 08:12:45,322 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers/ad6d3201-8794-436d-a5c5-0b60d3ad9d63 used request id req-327548ce-d132-440e-b99b-1f2414ed2cbe 2018-08-12 08:12:45,328 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=ad6d3201-8794-436d-a5c5-0b60d3ad9d63 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c788c6c90ed0037c87e42bd01e8622aec9904868" 2018-08-12 08:12:45,554 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 718 X-Openstack-Request-Id: req-f16b0996-c8d7-4ec3-bfe9-48208d4c8bab Date: Sun, 12 Aug 2018 08:12:45 GMT RESP BODY: {"ports":[{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"7a9d2836-cb9c-40cd-9d6d-e98e793263d7","tenant_id":"4fc25dde45e641058b56958d5d88f38e","created_at":"2018-08-12T08:12:44Z","admin_state_up":true,"updated_at":"2018-08-12T08:12:44Z","binding:vnic_type":"normal","device_id":"ad6d3201-8794-436d-a5c5-0b60d3ad9d63","device_owner":"network:router_interface","revision_number":6,"mac_address":"fa:16:3e:64:32:fe","id":"76b98e83-9d8f-4b91-965a-715621de4cfe","port_security_enabled":false,"project_id":"4fc25dde45e641058b56958d5d88f38e","fixed_ips":[{"subnet_id":"a6fe4b5e-636c-4338-9987-a4ee43e10a63","ip_address":"10.55.1.1"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-12 08:12:45,554 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=ad6d3201-8794-436d-a5c5-0b60d3ad9d63 used request id req-f16b0996-c8d7-4ec3-bfe9-48208d4c8bab 2018-08-12 08:12:45,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/a6fe4b5e-636c-4338-9987-a4ee43e10a63 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c788c6c90ed0037c87e42bd01e8622aec9904868" 2018-08-12 08:12:45,811 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 672 X-Openstack-Request-Id: req-4c6cbe0f-46aa-4dde-8cc3-50d2790c4396 Date: Sun, 12 Aug 2018 08:12:45 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7a9d2836-cb9c-40cd-9d6d-e98e793263d7","tenant_id":"4fc25dde45e641058b56958d5d88f38e","created_at":"2018-08-12T08:12:38Z","dns_nameservers":[],"updated_at":"2018-08-12T08:12:38Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"4fc25dde45e641058b56958d5d88f38e","id":"a6fe4b5e-636c-4338-9987-a4ee43e10a63","subnetpool_id":null,"name":"CreateNetworkSuccessTests-1c61c3c7-4b61-4ff5-b9a4-18cf427376c5-pub-subnet"}} 2018-08-12 08:12:45,811 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/a6fe4b5e-636c-4338-9987-a4ee43e10a63 used request id req-4c6cbe0f-46aa-4dde-8cc3-50d2790c4396 2018-08-12 08:12:45,812 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:12:46,198 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3ccd3dc5d46f415fbcde422411de864c", "name": "CreateNetworkSuccessTests-0d488a7f-f056-4c3-proj-role"}], "expires_at": "2018-08-12T09:12:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4fc25dde45e641058b56958d5d88f38e", "name": "CreateNetworkSuccessTests-0d488a7f-f056-4c3-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/4fc25dde45e641058b56958d5d88f38e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/4fc25dde45e641058b56958d5d88f38e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/4fc25dde45e641058b56958d5d88f38e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_4fc25dde45e641058b56958d5d88f38e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_4fc25dde45e641058b56958d5d88f38e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/4fc25dde45e641058b56958d5d88f38e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/4fc25dde45e641058b56958d5d88f38e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/4fc25dde45e641058b56958d5d88f38e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/4fc25dde45e641058b56958d5d88f38e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/4fc25dde45e641058b56958d5d88f38e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/4fc25dde45e641058b56958d5d88f38e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/4fc25dde45e641058b56958d5d88f38e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/4fc25dde45e641058b56958d5d88f38e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/4fc25dde45e641058b56958d5d88f38e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-0d488a7f-f056-4c3-user", "id": "721c089c56c04059b33ad65ac58566bc"}, "audit_ids": ["Hk6-IKnsQh-B0Lio33K08Q"], "issued_at": "2018-08-12T08:12:46.000000Z"}} 2018-08-12 08:12:46,203 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateNetworkSuccessTests-1c61c3c7-4b61-4ff5-b9a4-18cf427376c5-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00b9c427728b1d1b88b709b528cfc26f01d1a369" 2018-08-12 08:12:46,469 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 634 X-Openstack-Request-Id: req-f3c00e98-1de0-4141-b332-8a07ea991e2e Date: Sun, 12 Aug 2018 08:12:46 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":["a6fe4b5e-636c-4338-9987-a4ee43e10a63"],"updated_at":"2018-08-12T08:12:38Z","tenant_id":"4fc25dde45e641058b56958d5d88f38e","created_at":"2018-08-12T08:12:37Z","tags":[],"ipv6_address_scope":null,"mtu":999,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"4fc25dde45e641058b56958d5d88f38e","id":"7a9d2836-cb9c-40cd-9d6d-e98e793263d7","name":"CreateNetworkSuccessTests-1c61c3c7-4b61-4ff5-b9a4-18cf427376c5-pub-net"}]} 2018-08-12 08:12:46,470 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateNetworkSuccessTests-1c61c3c7-4b61-4ff5-b9a4-18cf427376c5-pub-net used request id req-f3c00e98-1de0-4141-b332-8a07ea991e2e 2018-08-12 08:12:46,473 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:12:46,478 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:12:46 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:12:46,480 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/4fc25dde45e641058b56958d5d88f38e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22e959eabf3003c3d15b95fba015b74961fdee32" 2018-08-12 08:12:46,574 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:12:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1fb268ee-0372-4ef3-bb6c-7c750e47385c Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/4fc25dde45e641058b56958d5d88f38e"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "4fc25dde45e641058b56958d5d88f38e", "name": "CreateNetworkSuccessTests-0d488a7f-f056-4c3-proj"}} 2018-08-12 08:12:46,574 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/4fc25dde45e641058b56958d5d88f38e used request id req-1fb268ee-0372-4ef3-bb6c-7c750e47385c 2018-08-12 08:12:46,580 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=7a9d2836-cb9c-40cd-9d6d-e98e793263d7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00b9c427728b1d1b88b709b528cfc26f01d1a369" 2018-08-12 08:12:46,802 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-68807e68-cdd3-4277-9e1e-ce25945fe8dd Date: Sun, 12 Aug 2018 08:12:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7a9d2836-cb9c-40cd-9d6d-e98e793263d7","tenant_id":"4fc25dde45e641058b56958d5d88f38e","created_at":"2018-08-12T08:12:38Z","dns_nameservers":[],"updated_at":"2018-08-12T08:12:38Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"4fc25dde45e641058b56958d5d88f38e","id":"a6fe4b5e-636c-4338-9987-a4ee43e10a63","subnetpool_id":null,"name":"CreateNetworkSuccessTests-1c61c3c7-4b61-4ff5-b9a4-18cf427376c5-pub-subnet"}]} 2018-08-12 08:12:46,802 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=7a9d2836-cb9c-40cd-9d6d-e98e793263d7 used request id req-68807e68-cdd3-4277-9e1e-ce25945fe8dd 2018-08-12 08:12:46,807 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=7a9d2836-cb9c-40cd-9d6d-e98e793263d7&name=CreateNetworkSuccessTests-1c61c3c7-4b61-4ff5-b9a4-18cf427376c5-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00b9c427728b1d1b88b709b528cfc26f01d1a369" 2018-08-12 08:12:47,024 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-614a6a76-5f29-407a-97ec-ac75290aeb0a Date: Sun, 12 Aug 2018 08:12:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7a9d2836-cb9c-40cd-9d6d-e98e793263d7","tenant_id":"4fc25dde45e641058b56958d5d88f38e","created_at":"2018-08-12T08:12:38Z","dns_nameservers":[],"updated_at":"2018-08-12T08:12:38Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"4fc25dde45e641058b56958d5d88f38e","id":"a6fe4b5e-636c-4338-9987-a4ee43e10a63","subnetpool_id":null,"name":"CreateNetworkSuccessTests-1c61c3c7-4b61-4ff5-b9a4-18cf427376c5-pub-subnet"}]} 2018-08-12 08:12:47,024 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=7a9d2836-cb9c-40cd-9d6d-e98e793263d7&name=CreateNetworkSuccessTests-1c61c3c7-4b61-4ff5-b9a4-18cf427376c5-pub-subnet used request id req-614a6a76-5f29-407a-97ec-ac75290aeb0a 2018-08-12 08:12:47,029 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=CreateNetworkSuccessTests-1c61c3c7-4b61-4ff5-b9a4-18cf427376c5-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00b9c427728b1d1b88b709b528cfc26f01d1a369" 2018-08-12 08:12:47,539 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 643 X-Openstack-Request-Id: req-a35d3d04-7e5e-4f19-9d4f-cb2c76e9a287 Date: Sun, 12 Aug 2018 08:12:47 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ec788992-fa73-45cc-a7d9-6d44542124c2", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "4fc25dde45e641058b56958d5d88f38e", "created_at": "2018-08-12T08:12:41Z", "admin_state_up": true, "updated_at": "2018-08-12T08:12:44Z", "revision_number": 3, "routes": [], "project_id": "4fc25dde45e641058b56958d5d88f38e", "id": "ad6d3201-8794-436d-a5c5-0b60d3ad9d63", "name": "CreateNetworkSuccessTests-1c61c3c7-4b61-4ff5-b9a4-18cf427376c5-pub-router"}]} 2018-08-12 08:12:47,540 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=CreateNetworkSuccessTests-1c61c3c7-4b61-4ff5-b9a4-18cf427376c5-pub-router used request id req-a35d3d04-7e5e-4f19-9d4f-cb2c76e9a287 2018-08-12 08:12:47,543 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/4fc25dde45e641058b56958d5d88f38e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22e959eabf3003c3d15b95fba015b74961fdee32" 2018-08-12 08:12:47,634 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:12:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-29927caa-c2f5-40e4-8e7e-3ff9a6a94897 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/4fc25dde45e641058b56958d5d88f38e"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "4fc25dde45e641058b56958d5d88f38e", "name": "CreateNetworkSuccessTests-0d488a7f-f056-4c3-proj"}} 2018-08-12 08:12:47,634 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/4fc25dde45e641058b56958d5d88f38e used request id req-29927caa-c2f5-40e4-8e7e-3ff9a6a94897 2018-08-12 08:12:47,639 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=ad6d3201-8794-436d-a5c5-0b60d3ad9d63 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00b9c427728b1d1b88b709b528cfc26f01d1a369" 2018-08-12 08:12:47,871 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 718 X-Openstack-Request-Id: req-fed7f999-8d92-405c-80ae-9e75d58aaa92 Date: Sun, 12 Aug 2018 08:12:47 GMT RESP BODY: {"ports":[{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"7a9d2836-cb9c-40cd-9d6d-e98e793263d7","tenant_id":"4fc25dde45e641058b56958d5d88f38e","created_at":"2018-08-12T08:12:44Z","admin_state_up":true,"updated_at":"2018-08-12T08:12:44Z","binding:vnic_type":"normal","device_id":"ad6d3201-8794-436d-a5c5-0b60d3ad9d63","device_owner":"network:router_interface","revision_number":6,"mac_address":"fa:16:3e:64:32:fe","id":"76b98e83-9d8f-4b91-965a-715621de4cfe","port_security_enabled":false,"project_id":"4fc25dde45e641058b56958d5d88f38e","fixed_ips":[{"subnet_id":"a6fe4b5e-636c-4338-9987-a4ee43e10a63","ip_address":"10.55.1.1"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-12 08:12:47,871 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=ad6d3201-8794-436d-a5c5-0b60d3ad9d63 used request id req-fed7f999-8d92-405c-80ae-9e75d58aaa92 2018-08-12 08:12:47,877 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/a6fe4b5e-636c-4338-9987-a4ee43e10a63 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00b9c427728b1d1b88b709b528cfc26f01d1a369" 2018-08-12 08:12:48,096 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 672 X-Openstack-Request-Id: req-b1e35305-c368-4c65-9c6f-b4dafd2e17e9 Date: Sun, 12 Aug 2018 08:12:48 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7a9d2836-cb9c-40cd-9d6d-e98e793263d7","tenant_id":"4fc25dde45e641058b56958d5d88f38e","created_at":"2018-08-12T08:12:38Z","dns_nameservers":[],"updated_at":"2018-08-12T08:12:38Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"4fc25dde45e641058b56958d5d88f38e","id":"a6fe4b5e-636c-4338-9987-a4ee43e10a63","subnetpool_id":null,"name":"CreateNetworkSuccessTests-1c61c3c7-4b61-4ff5-b9a4-18cf427376c5-pub-subnet"}} 2018-08-12 08:12:48,096 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/a6fe4b5e-636c-4338-9987-a4ee43e10a63 used request id req-b1e35305-c368-4c65-9c6f-b4dafd2e17e9 2018-08-12 08:12:48,097 - OpenStackNetwork - INFO - Removing router interface from router CreateNetworkSuccessTests-1c61c3c7-4b61-4ff5-b9a4-18cf427376c5-pub-router and subnet CreateNetworkSuccessTests-1c61c3c7-4b61-4ff5-b9a4-18cf427376c5-pub-subnet 2018-08-12 08:12:48,097 - neutron_utils - INFO - Removing router interface from router named CreateNetworkSuccessTests-1c61c3c7-4b61-4ff5-b9a4-18cf427376c5-pub-router 2018-08-12 08:12:48,102 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9696/v2.0/routers/ad6d3201-8794-436d-a5c5-0b60d3ad9d63/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c788c6c90ed0037c87e42bd01e8622aec9904868" -d '{"subnet_id": "a6fe4b5e-636c-4338-9987-a4ee43e10a63"}' 2018-08-12 08:12:49,600 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-9fdbec48-10bf-4499-948d-ed96a866bbb2 Date: Sun, 12 Aug 2018 08:12:49 GMT RESP BODY: {"network_id": "7a9d2836-cb9c-40cd-9d6d-e98e793263d7", "tenant_id": "4fc25dde45e641058b56958d5d88f38e", "subnet_id": "a6fe4b5e-636c-4338-9987-a4ee43e10a63", "subnet_ids": ["a6fe4b5e-636c-4338-9987-a4ee43e10a63"], "port_id": "76b98e83-9d8f-4b91-965a-715621de4cfe", "id": "ad6d3201-8794-436d-a5c5-0b60d3ad9d63"} 2018-08-12 08:12:49,600 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/ad6d3201-8794-436d-a5c5-0b60d3ad9d63/remove_router_interface used request id req-9fdbec48-10bf-4499-948d-ed96a866bbb2 2018-08-12 08:12:49,601 - OpenStackNetwork - INFO - Removing router CreateNetworkSuccessTests-1c61c3c7-4b61-4ff5-b9a4-18cf427376c5-pub-router 2018-08-12 08:12:49,601 - neutron_utils - INFO - Deleting router with name - CreateNetworkSuccessTests-1c61c3c7-4b61-4ff5-b9a4-18cf427376c5-pub-router 2018-08-12 08:12:49,606 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/routers/ad6d3201-8794-436d-a5c5-0b60d3ad9d63 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c788c6c90ed0037c87e42bd01e8622aec9904868" 2018-08-12 08:12:51,239 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-8482d6f4-6f13-4153-ae97-5cbe2c86538d Content-Length: 0 Date: Sun, 12 Aug 2018 08:12:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:12:51,239 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/ad6d3201-8794-436d-a5c5-0b60d3ad9d63 used request id req-8482d6f4-6f13-4153-ae97-5cbe2c86538d 2018-08-12 08:12:51,240 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-1c61c3c7-4b61-4ff5-b9a4-18cf427376c5-pub-subnet 2018-08-12 08:12:51,240 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-1c61c3c7-4b61-4ff5-b9a4-18cf427376c5-pub-subnet 2018-08-12 08:12:51,246 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/a6fe4b5e-636c-4338-9987-a4ee43e10a63 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8eaa76a3cd2d5b599d73173d233c08f801e656b6" 2018-08-12 08:12:53,739 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3f13db64-5d2c-4f99-9abf-0939dfbd1bc5 Date: Sun, 12 Aug 2018 08:12:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:12:53,739 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/a6fe4b5e-636c-4338-9987-a4ee43e10a63 used request id req-3f13db64-5d2c-4f99-9abf-0939dfbd1bc5 2018-08-12 08:12:53,739 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-1c61c3c7-4b61-4ff5-b9a4-18cf427376c5-pub-net 2018-08-12 08:12:53,745 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/7a9d2836-cb9c-40cd-9d6d-e98e793263d7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8eaa76a3cd2d5b599d73173d233c08f801e656b6" 2018-08-12 08:12:55,866 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-54dfeac6-d728-4189-b362-4b827c7414e7 Date: Sun, 12 Aug 2018 08:12:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:12:55,866 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/7a9d2836-cb9c-40cd-9d6d-e98e793263d7 used request id req-54dfeac6-d728-4189-b362-4b827c7414e7 2018-08-12 08:12:55,867 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:12:55,868 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:12:55,868 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:12:55,868 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:12:55,868 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:12:55,875 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17c631d43c89237f0c028562c0bc54a82cfc3e00" 2018-08-12 08:12:56,235 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 45548 X-Openstack-Request-Id: req-31a631a1-a2f8-4c8a-9373-8257cd0b9dd5 Date: Sun, 12 Aug 2018 08:12:56 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "created_at": "2018-08-12T06:59:44Z", "updated_at": "2018-08-12T06:59:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "1d7fd960-7865-4453-aecc-8d399b4fad21", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "66820d8a-b785-4b18-bd67-500221c8e4f9", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "74fc7638-a322-4841-8c47-06d36174a200", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "8eaa09ec-8419-4582-9312-1e527afe6e4b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}], "revision_number": 4, "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "created_at": "2018-08-12T05:12:34Z", "updated_at": "2018-08-12T05:12:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "709513d2-af7d-4d0b-bd3c-604fed75a711", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "aa346066-e46f-44f2-94be-2884aa998a19", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "c15f7b93-e56c-4afa-867d-2acb286d4b7b", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "cb0ef83f-5f70-4a80-ad35-431ca9df551e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}], "revision_number": 4, "project_id": "fa5a7fe6ee54472ba01638877aade8e3", "id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ea65becf30e54b27aa96a449698a435e", "created_at": "2018-08-12T05:10:35Z", "updated_at": "2018-08-12T05:10:35Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "30ad280c-f302-4cd4-a438-5139917b56f9", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "76115c4c-887d-4f0a-83e2-486e4b39c713", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "8ab14937-4c08-4d43-8a9a-662e622cc643", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "ee757a03-5662-4273-9c3e-6212e7afb48f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}], "revision_number": 4, "project_id": "ea65becf30e54b27aa96a449698a435e", "id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "created_at": "2018-08-12T06:20:09Z", "updated_at": "2018-08-12T06:20:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "1123b8f2-75ac-4a26-b9b2-a96da97408e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "2ddd2b93-e080-48cd-9a50-f5fe8a82ad0c", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "cd1bae62-0aea-4438-b4c3-50a69ae6f855", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "e398e01e-ceea-46d1-9534-b929808c4a5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}], "revision_number": 4, "project_id": "ff7abd7bb61f4f2889831e932d65dc2e", "id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "created_at": "2018-08-12T05:34:57Z", "updated_at": "2018-08-12T05:34:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "208a1c1e-f5f8-49c7-9a25-d07e68b1541f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "27bfd867-e607-4bf8-9de8-60682d3f771d", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "49360e1f-6fd3-4f35-b339-24cea95773ee", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "60f631a9-d305-4920-9631-d0543e2ac64f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}], "revision_number": 4, "project_id": "3a85ceae958d4d9fba68847e7df67db8", "id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "created_at": "2018-08-12T05:34:40Z", "updated_at": "2018-08-12T05:34:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "2192c259-363e-4768-ae73-e75837ad63b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "3f87ddc5-f84d-41dc-8215-847724782569", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "7d89f6da-ea78-49dd-9115-f9ad23b250bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "9ec4497d-0f65-44db-9be9-7b3042e4a584", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}], "revision_number": 4, "project_id": "85517fcf1c6247e699fdcdd42ecc8c79", "id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "created_at": "2018-08-12T05:16:02Z", "updated_at": "2018-08-12T05:16:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "1ecacd8c-c1c7-4a66-9871-406a69323b43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "3cc1750c-e0e7-4902-b6f3-494a161b832e", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "d719a7a4-8c99-44ed-8c12-6bf071890203", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "fe7421b5-d577-41da-8c78-62f3c07eda92", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}], "revision_number": 4, "project_id": "a267b9a156244bb192691cff6e5f74fe", "id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "315a428116f24d9fbb826b37080a918e", "created_at": "2018-08-12T05:11:31Z", "updated_at": "2018-08-12T05:11:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "5e52886a-1dc3-4a81-a55d-f388dc4fd1a1", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "678e32e4-d64c-448a-a4ab-e253ab94ae90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "a8da1539-e3ad-4f90-b2df-3dc1f09d228a", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "b73d5cc9-0205-4658-bb1f-61a042c0ab8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}], "revision_number": 4, "project_id": "315a428116f24d9fbb826b37080a918e", "id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-12T05:08:01Z", "updated_at": "2018-08-12T05:08:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:01Z", "revision_number": 0, "id": "0fb05d03-1117-45d0-930c-b6d4c96ef102", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "4faaab33-5788-4bbd-85b8-0fb44d41413a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "96d0c5a0-5c67-421b-8fc8-2b46d77e5db3", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "dd78519b-4bc5-4e8e-ad0f-58089dd69347", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "11a46741b7954b959fd7764109c047b6", "created_at": "2018-08-12T05:34:51Z", "updated_at": "2018-08-12T05:34:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "0b67bf3c-2289-43bb-ab6c-7d25ec32a279", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "51f3f833-337a-42bd-a8d5-742ea8d6c226", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "571fd0b5-ef90-408d-af33-aafb517b8993", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "944ba823-fb9c-496e-a66e-bb426bb14a8d", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}], "revision_number": 4, "project_id": "11a46741b7954b959fd7764109c047b6", "id": "90af9782-8112-4257-801d-ee5115d226ba", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "created_at": "2018-08-12T05:34:26Z", "updated_at": "2018-08-12T05:34:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "2ee1f63a-807c-4d6a-85ee-dd784f6b8c3f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5dec3ec2-2add-47dd-8618-90659dcf3885", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5ea0dc3e-49d0-43f0-94e9-f6443527d14c", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "fbfaca22-7e3e-4128-8973-43e439b77c28", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}], "revision_number": 4, "project_id": "3c01cd58055c44ecaef39f7e625c2258", "id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "521007c1818145639e93ceb270559219", "created_at": "2018-08-12T05:13:27Z", "updated_at": "2018-08-12T05:13:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "5e7fede5-b0f2-47d8-95c3-516cdfc7f9de", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "8fd0e36f-c6c4-4f64-ba97-40439e614448", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "db7d79de-1dfc-4138-945f-91e74cdc266b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "e87f2cff-ff3e-4b6d-aaf0-7f0eb0ab9f05", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}], "revision_number": 4, "project_id": "521007c1818145639e93ceb270559219", "id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "created_at": "2018-08-12T05:08:18Z", "updated_at": "2018-08-12T05:08:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "3c67be40-bf74-4f97-9693-d93ce73a23b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "6112d869-2fc6-4a25-a13c-3d55cd7206c0", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "bdf21c56-453e-482e-9cba-3c55abcb0339", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "c8e92c39-38cc-4f48-be9c-5f0912e6a725", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}], "revision_number": 4, "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "created_at": "2018-08-12T05:04:23Z", "updated_at": "2018-08-12T05:04:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "280546d9-8ad1-4283-abfc-15ee9b1736c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "58bce125-f2ca-4a6d-b9ca-4e6cf5c0f7a5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "69275b9a-cfb5-482c-a9c4-8ffc79adf2c7", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "6d747f3a-3764-469a-a645-f977585c5aac", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}], "revision_number": 4, "project_id": "310f5853751a4c968f3eeb0a3d99a0a8", "id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "created_at": "2018-08-12T05:34:42Z", "updated_at": "2018-08-12T05:34:42Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "199582e8-25aa-457a-aa7c-6d8413ca4464", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "234f3609-4454-448f-919d-c8143c7cd764", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "c1061460-71a2-49a9-a04b-9fa33eeb17ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "d21ac532-51d8-4d6b-8300-7bac216759bf", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}], "revision_number": 4, "project_id": "9f6c1a272706419c9a74b0893b2890e8", "id": "d6739716-c693-460c-89c6-e7c8c48f8245", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "created_at": "2018-08-12T05:34:54Z", "updated_at": "2018-08-12T05:34:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "0633a05a-ee7d-4476-a56b-75d011b22f77", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "6cc1b9f8-73db-47a3-a0e0-3c96c43f34da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "90d99a6b-e94f-4fd8-a10c-f19dd8954c13", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "e843c139-af2a-4d2c-a24f-59f7b10ff72e", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}], "revision_number": 4, "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "created_at": "2018-08-12T05:09:07Z", "updated_at": "2018-08-12T05:09:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "5495e168-f505-4d74-ae6d-387f0bf533c2", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "6fd19b8b-3062-456e-81ba-3ff37fe43429", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8ca59d25-485c-46ce-939c-2e4a468caeac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8f190846-50a0-42b9-b571-390809b752b1", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}], "revision_number": 4, "project_id": "fa9ca6d7608b4d7d87ce97331679a481", "id": "edcd9b17-9416-4c25-823c-060c435e18d7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "created_at": "2018-08-12T05:34:52Z", "updated_at": "2018-08-12T05:34:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "2c7e484e-6ec5-4a95-8c9c-66d294c0c27e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "70c74258-3c2c-4efc-87e0-079c26ee3417", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "b70382fa-082e-4c2b-abc8-87490fa50b11", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "c3628e02-b4b6-42c9-8751-c1a2d3c19caa", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}], "revision_number": 4, "project_id": "87db863ba6e348b0a5ddcb67053db9d1", "id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4fc25dde45e641058b56958d5d88f38e", "created_at": "2018-08-12T08:12:36Z", "updated_at": "2018-08-12T08:12:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:12:37Z", "revision_number": 0, "id": "23d16ef7-4533-4260-a06e-a4ec7db1cd5c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:12:37Z", "security_group_id": "fc960691-9de5-45ec-8694-e971119c3c03", "tenant_id": "4fc25dde45e641058b56958d5d88f38e", "port_range_min": null, "ethertype": "IPv4", "project_id": "4fc25dde45e641058b56958d5d88f38e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:12:37Z", "revision_number": 0, "id": "28586c42-c13c-4262-b769-b6e2dad00738", "remote_group_id": "fc960691-9de5-45ec-8694-e971119c3c03", "remote_ip_prefix": null, "created_at": "2018-08-12T08:12:37Z", "security_group_id": "fc960691-9de5-45ec-8694-e971119c3c03", "tenant_id": "4fc25dde45e641058b56958d5d88f38e", "port_range_min": null, "ethertype": "IPv6", "project_id": "4fc25dde45e641058b56958d5d88f38e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:12:37Z", "revision_number": 0, "id": "37bc5092-bcbe-4c51-809d-ae53b1c72775", "remote_group_id": "fc960691-9de5-45ec-8694-e971119c3c03", "remote_ip_prefix": null, "created_at": "2018-08-12T08:12:37Z", "security_group_id": "fc960691-9de5-45ec-8694-e971119c3c03", "tenant_id": "4fc25dde45e641058b56958d5d88f38e", "port_range_min": null, "ethertype": "IPv4", "project_id": "4fc25dde45e641058b56958d5d88f38e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:12:37Z", "revision_number": 0, "id": "f9a61d30-f710-4a0e-a75c-f10b76ae664c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:12:37Z", "security_group_id": "fc960691-9de5-45ec-8694-e971119c3c03", "tenant_id": "4fc25dde45e641058b56958d5d88f38e", "port_range_min": null, "ethertype": "IPv6", "project_id": "4fc25dde45e641058b56958d5d88f38e"}], "revision_number": 4, "project_id": "4fc25dde45e641058b56958d5d88f38e", "id": "fc960691-9de5-45ec-8694-e971119c3c03", "name": "default"}]} 2018-08-12 08:12:56,236 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-31a631a1-a2f8-4c8a-9373-8257cd0b9dd5 2018-08-12 08:12:56,243 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17c631d43c89237f0c028562c0bc54a82cfc3e00" 2018-08-12 08:12:56,336 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:12:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bcb59390-9c2d-4f83-94a1-85b18aca3ba4 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 5fe28c13d4d74ba2be8d019ac1ea6363.", "code": 404, "title": "Not Found"}} 2018-08-12 08:12:56,336 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 used request id req-bcb59390-9c2d-4f83-94a1-85b18aca3ba4 2018-08-12 08:12:56,336 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:12:56,340 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17c631d43c89237f0c028562c0bc54a82cfc3e00" 2018-08-12 08:12:56,433 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:12:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-76078840-a8d3-441e-b892-92bce606dc6f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa5a7fe6ee54472ba01638877aade8e3.", "code": 404, "title": "Not Found"}} 2018-08-12 08:12:56,434 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 used request id req-76078840-a8d3-441e-b892-92bce606dc6f 2018-08-12 08:12:56,434 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:12:56,437 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17c631d43c89237f0c028562c0bc54a82cfc3e00" 2018-08-12 08:12:56,522 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:12:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7289bb2f-ecc9-4a75-a9b8-c02d716e948c Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ea65becf30e54b27aa96a449698a435e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:12:56,522 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e used request id req-7289bb2f-ecc9-4a75-a9b8-c02d716e948c 2018-08-12 08:12:56,523 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:12:56,526 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17c631d43c89237f0c028562c0bc54a82cfc3e00" 2018-08-12 08:12:56,627 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:12:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a0152b7a-5467-44ad-9072-af99d44d482a Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ff7abd7bb61f4f2889831e932d65dc2e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:12:56,627 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e used request id req-a0152b7a-5467-44ad-9072-af99d44d482a 2018-08-12 08:12:56,628 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:12:56,631 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17c631d43c89237f0c028562c0bc54a82cfc3e00" 2018-08-12 08:12:56,731 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:12:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b3ce5370-3fc9-4dbd-a32e-7b73691c27cc Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3a85ceae958d4d9fba68847e7df67db8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:12:56,731 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 used request id req-b3ce5370-3fc9-4dbd-a32e-7b73691c27cc 2018-08-12 08:12:56,731 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:12:56,735 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17c631d43c89237f0c028562c0bc54a82cfc3e00" 2018-08-12 08:12:56,821 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:12:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b0dccbb5-17cc-48a9-bf09-b0ba5e36dd61 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 85517fcf1c6247e699fdcdd42ecc8c79.", "code": 404, "title": "Not Found"}} 2018-08-12 08:12:56,821 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 used request id req-b0dccbb5-17cc-48a9-bf09-b0ba5e36dd61 2018-08-12 08:12:56,821 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:12:56,825 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17c631d43c89237f0c028562c0bc54a82cfc3e00" 2018-08-12 08:12:56,927 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:12:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-64212e24-eaba-448a-bea2-74533a542815 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}} 2018-08-12 08:12:56,927 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe used request id req-64212e24-eaba-448a-bea2-74533a542815 2018-08-12 08:12:56,931 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17c631d43c89237f0c028562c0bc54a82cfc3e00" 2018-08-12 08:12:57,021 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:12:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b427d852-2c82-41d9-83f0-451d325595be Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 315a428116f24d9fbb826b37080a918e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:12:57,021 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e used request id req-b427d852-2c82-41d9-83f0-451d325595be 2018-08-12 08:12:57,021 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:12:57,025 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17c631d43c89237f0c028562c0bc54a82cfc3e00" 2018-08-12 08:12:57,113 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:12:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a316514d-c4b1-4508-b91f-9313e749d2b5 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 11a46741b7954b959fd7764109c047b6.", "code": 404, "title": "Not Found"}} 2018-08-12 08:12:57,113 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 used request id req-a316514d-c4b1-4508-b91f-9313e749d2b5 2018-08-12 08:12:57,113 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:12:57,117 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17c631d43c89237f0c028562c0bc54a82cfc3e00" 2018-08-12 08:12:57,216 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:12:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-223dde4a-41ed-4c60-8cce-7857a32ece4d Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3c01cd58055c44ecaef39f7e625c2258.", "code": 404, "title": "Not Found"}} 2018-08-12 08:12:57,216 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 used request id req-223dde4a-41ed-4c60-8cce-7857a32ece4d 2018-08-12 08:12:57,216 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:12:57,220 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17c631d43c89237f0c028562c0bc54a82cfc3e00" 2018-08-12 08:12:57,315 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:12:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9fb2569c-af8c-412e-b22b-8d226c40ef83 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 521007c1818145639e93ceb270559219.", "code": 404, "title": "Not Found"}} 2018-08-12 08:12:57,315 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 used request id req-9fb2569c-af8c-412e-b22b-8d226c40ef83 2018-08-12 08:12:57,315 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:12:57,319 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17c631d43c89237f0c028562c0bc54a82cfc3e00" 2018-08-12 08:12:57,406 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:12:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a92f19d1-fac7-4c0f-bff2-4e69fd346a10 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e18fcc7fc10a4fd0b20234f8520d0aab.", "code": 404, "title": "Not Found"}} 2018-08-12 08:12:57,406 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab used request id req-a92f19d1-fac7-4c0f-bff2-4e69fd346a10 2018-08-12 08:12:57,406 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:12:57,410 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17c631d43c89237f0c028562c0bc54a82cfc3e00" 2018-08-12 08:12:57,510 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:12:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6164008c-31f2-4fa2-bcff-9262bd8072ae Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "310f5853751a4c968f3eeb0a3d99a0a8", "name": "service"}} 2018-08-12 08:12:57,511 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 used request id req-6164008c-31f2-4fa2-bcff-9262bd8072ae 2018-08-12 08:12:57,514 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17c631d43c89237f0c028562c0bc54a82cfc3e00" 2018-08-12 08:12:57,603 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:12:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-51052358-a3f2-41bd-8f7d-7f8b902f8e0c Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9f6c1a272706419c9a74b0893b2890e8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:12:57,604 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 used request id req-51052358-a3f2-41bd-8f7d-7f8b902f8e0c 2018-08-12 08:12:57,604 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:12:57,607 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/34cb7327fcfc4b52a63b4b8c0ea4a54d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17c631d43c89237f0c028562c0bc54a82cfc3e00" 2018-08-12 08:12:57,693 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:12:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4940dc31-ef68-4522-921a-9db4abae0a5a Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 34cb7327fcfc4b52a63b4b8c0ea4a54d.", "code": 404, "title": "Not Found"}} 2018-08-12 08:12:57,693 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/34cb7327fcfc4b52a63b4b8c0ea4a54d used request id req-4940dc31-ef68-4522-921a-9db4abae0a5a 2018-08-12 08:12:57,694 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:12:57,698 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa9ca6d7608b4d7d87ce97331679a481 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17c631d43c89237f0c028562c0bc54a82cfc3e00" 2018-08-12 08:12:57,794 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:12:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5b85302d-38d0-4efc-b196-0790313d293d Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa9ca6d7608b4d7d87ce97331679a481.", "code": 404, "title": "Not Found"}} 2018-08-12 08:12:57,794 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa9ca6d7608b4d7d87ce97331679a481 used request id req-5b85302d-38d0-4efc-b196-0790313d293d 2018-08-12 08:12:57,794 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:12:57,797 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/87db863ba6e348b0a5ddcb67053db9d1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17c631d43c89237f0c028562c0bc54a82cfc3e00" 2018-08-12 08:12:57,886 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:12:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a765fa05-ddcd-4611-8417-65571f38ae03 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87db863ba6e348b0a5ddcb67053db9d1.", "code": 404, "title": "Not Found"}} 2018-08-12 08:12:57,887 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/87db863ba6e348b0a5ddcb67053db9d1 used request id req-a765fa05-ddcd-4611-8417-65571f38ae03 2018-08-12 08:12:57,887 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:12:57,890 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/4fc25dde45e641058b56958d5d88f38e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17c631d43c89237f0c028562c0bc54a82cfc3e00" 2018-08-12 08:12:57,978 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:12:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d551130b-4e15-49f7-8b0c-89b79fe586b3 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/4fc25dde45e641058b56958d5d88f38e"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "4fc25dde45e641058b56958d5d88f38e", "name": "CreateNetworkSuccessTests-0d488a7f-f056-4c3-proj"}} 2018-08-12 08:12:57,979 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/4fc25dde45e641058b56958d5d88f38e used request id req-d551130b-4e15-49f7-8b0c-89b79fe586b3 2018-08-12 08:12:57,979 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - fc960691-9de5-45ec-8694-e971119c3c03 2018-08-12 08:12:57,984 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=fc960691-9de5-45ec-8694-e971119c3c03 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17c631d43c89237f0c028562c0bc54a82cfc3e00" 2018-08-12 08:12:58,186 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-685f38d7-8f84-45bd-a754-272fb11767da Date: Sun, 12 Aug 2018 08:12:58 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:12:37Z", "security_group_id": "fc960691-9de5-45ec-8694-e971119c3c03", "port_range_min": null, "revision_number": 0, "tenant_id": "4fc25dde45e641058b56958d5d88f38e", "created_at": "2018-08-12T08:12:37Z", "project_id": "4fc25dde45e641058b56958d5d88f38e", "id": "23d16ef7-4533-4260-a06e-a4ec7db1cd5c"}, {"remote_group_id": "fc960691-9de5-45ec-8694-e971119c3c03", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:12:37Z", "security_group_id": "fc960691-9de5-45ec-8694-e971119c3c03", "port_range_min": null, "revision_number": 0, "tenant_id": "4fc25dde45e641058b56958d5d88f38e", "created_at": "2018-08-12T08:12:37Z", "project_id": "4fc25dde45e641058b56958d5d88f38e", "id": "28586c42-c13c-4262-b769-b6e2dad00738"}, {"remote_group_id": "fc960691-9de5-45ec-8694-e971119c3c03", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:12:37Z", "security_group_id": "fc960691-9de5-45ec-8694-e971119c3c03", "port_range_min": null, "revision_number": 0, "tenant_id": "4fc25dde45e641058b56958d5d88f38e", "created_at": "2018-08-12T08:12:37Z", "project_id": "4fc25dde45e641058b56958d5d88f38e", "id": "37bc5092-bcbe-4c51-809d-ae53b1c72775"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:12:37Z", "security_group_id": "fc960691-9de5-45ec-8694-e971119c3c03", "port_range_min": null, "revision_number": 0, "tenant_id": "4fc25dde45e641058b56958d5d88f38e", "created_at": "2018-08-12T08:12:37Z", "project_id": "4fc25dde45e641058b56958d5d88f38e", "id": "f9a61d30-f710-4a0e-a75c-f10b76ae664c"}]} 2018-08-12 08:12:58,186 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=fc960691-9de5-45ec-8694-e971119c3c03 used request id req-685f38d7-8f84-45bd-a754-272fb11767da 2018-08-12 08:12:58,187 - neutron_utils - INFO - Deleting security group with name - default 2018-08-12 08:12:58,192 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/fc960691-9de5-45ec-8694-e971119c3c03 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17c631d43c89237f0c028562c0bc54a82cfc3e00" 2018-08-12 08:12:58,527 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b9117148-b311-4206-a731-22f36305e8a4 Content-Length: 0 Date: Sun, 12 Aug 2018 08:12:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:12:58,527 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/fc960691-9de5-45ec-8694-e971119c3c03 used request id req-b9117148-b311-4206-a731-22f36305e8a4 2018-08-12 08:12:58,528 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-0d488a7f-f056-4c3-proj 2018-08-12 08:12:58,532 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/4fc25dde45e641058b56958d5d88f38e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17c631d43c89237f0c028562c0bc54a82cfc3e00" 2018-08-12 08:12:58,852 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:12:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f26eb22f-87b2-4662-8298-0b5a92833d56 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 08:12:58,852 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/4fc25dde45e641058b56958d5d88f38e used request id req-f26eb22f-87b2-4662-8298-0b5a92833d56 2018-08-12 08:12:58,852 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-0d488a7f-f056-4c3-proj-role 2018-08-12 08:12:58,856 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/3ccd3dc5d46f415fbcde422411de864c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17c631d43c89237f0c028562c0bc54a82cfc3e00" 2018-08-12 08:12:58,970 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:12:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-08860214-d5df-42a7-850d-aba91913953c 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 08:12:58,970 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/3ccd3dc5d46f415fbcde422411de864c used request id req-08860214-d5df-42a7-850d-aba91913953c 2018-08-12 08:12:58,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17c631d43c89237f0c028562c0bc54a82cfc3e00" 2018-08-12 08:12:59,081 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:12:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01c5ae90-e0d3-40f4-8276-a9fe9a631625 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:12:59,082 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-01c5ae90-e0d3-40f4-8276-a9fe9a631625 2018-08-12 08:12:59,082 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-0d488a7f-f056-4c3-user 2018-08-12 08:12:59,086 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/721c089c56c04059b33ad65ac58566bc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20a9ed7f76b29d54f3b03056e9a55b51d961c483" 2018-08-12 08:12:59,267 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:12:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-41c55b32-3276-4748-b7fe-8ff5b221405e 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 08:12:59,267 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/721c089c56c04059b33ad65ac58566bc used request id req-41c55b32-3276-4748-b7fe-8ff5b221405e 2018-08-12 08:12:59,269 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:12:59,675 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:12:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["wZk8QaAGS02lK5w93fQZYA"], "issued_at": "2018-08-12T08:12:59.000000Z"}} 2018-08-12 08:12:59,676 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}cf26455dc93ad51daabd0656948fbd9763a50f07" 2018-08-12 08:12:59,761 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:12:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ac15cfba-f993-4cd1-a917-9b1fe3a1bd2a Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:12:59,761 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-ac15cfba-f993-4cd1-a917-9b1fe3a1bd2a 2018-08-12 08:12:59,763 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:12:59,764 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:13:00,169 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:13:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["tRXUg9VsRtyoj3MrcSHR0A"], "issued_at": "2018-08-12T08:13:00.000000Z"}} 2018-08-12 08:13:00,170 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}5ec103aa73db20b3b7a5f0e1f843f346c5bfbe17" 2018-08-12 08:13:00,259 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:13:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e1a963be-61fe-42e2-8b22-22c5489abb54 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:13:00,259 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-e1a963be-61fe-42e2-8b22-22c5489abb54 2018-08-12 08:13:00,263 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:13:00,268 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:13:00 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:13:00,268 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-e4424f57-96ca-445-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ec103aa73db20b3b7a5f0e1f843f346c5bfbe17" 2018-08-12 08:13:00,360 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:13:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e5ebaf38-dcdc-4cc6-9b82-bc0634301496 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-e4424f57-96ca-445-proj", "previous": null, "next": null}, "projects": []} 2018-08-12 08:13:00,360 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-e4424f57-96ca-445-proj used request id req-e5ebaf38-dcdc-4cc6-9b82-bc0634301496 2018-08-12 08:13:00,364 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ec103aa73db20b3b7a5f0e1f843f346c5bfbe17" 2018-08-12 08:13:00,385 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:13:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9f552fb2-6d1b-4ae7-ba6b-4358a877e44e Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:13:00,385 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-9f552fb2-6d1b-4ae7-ba6b-4358a877e44e 2018-08-12 08:13:00,388 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ec103aa73db20b3b7a5f0e1f843f346c5bfbe17" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateNetworkSuccessTests-e4424f57-96ca-445-proj"}}' 2018-08-12 08:13:00,509 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:13:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-52ff8668-449f-43bf-a4ea-6050ae15ef13 Content-Length: 322 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/8ba39d7356c345b8a11e8dba01ef1854"}, "tags": [], "enabled": true, "id": "8ba39d7356c345b8a11e8dba01ef1854", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-e4424f57-96ca-445-proj"}} 2018-08-12 08:13:00,509 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-52ff8668-449f-43bf-a4ea-6050ae15ef13 2018-08-12 08:13:00,509 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-e4424f57-96ca-445-proj 2018-08-12 08:13:00,509 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:13:00,510 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:13:00,903 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:13:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["qZD4Qzo3SoWMqpvoHYSrSg"], "issued_at": "2018-08-12T08:13:00.000000Z"}} 2018-08-12 08:13:00,903 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}48a667356595f320f639484937bf8787e9c4a190" 2018-08-12 08:13:00,988 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:13:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9addf7a9-0bc2-4c24-bd89-112edfcea3ac Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:13:00,989 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-9addf7a9-0bc2-4c24-bd89-112edfcea3ac 2018-08-12 08:13:00,993 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:13:00,998 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:13:00 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:13:00,999 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48a667356595f320f639484937bf8787e9c4a190" 2018-08-12 08:13:01,109 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:13:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8691413e-c1f5-4316-b083-0690f4815643 Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/105a247548624314b9228f85f6325f0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105a247548624314b9228f85f6325f0b", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/1c5de0eaa44543f08da6ad63a51594ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c5de0eaa44543f08da6ad63a51594ff", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/1d127b5b832547a88a547c116dfdd65b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d127b5b832547a88a547c116dfdd65b", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/1d5cfc170d624ce4ae53ae0507c8d517"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d5cfc170d624ce4ae53ae0507c8d517", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/2421820b75eb4d3ebd02830378d1377b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2421820b75eb4d3ebd02830378d1377b", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/40bd8ee54ecf44868cc83cede652c396"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40bd8ee54ecf44868cc83cede652c396", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/4f32fb8153854c4c9f5094b42b523f80"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f32fb8153854c4c9f5094b42b523f80", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7066130d08fb4db7bf4ab468de53933b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7066130d08fb4db7bf4ab468de53933b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/8d0898a83bcf4521bbc11501d5d7ac89"}, "domain_id": "1eec97585bde483292ece28ee11f4b8d", "enabled": true, "options": {}, "id": "8d0898a83bcf4521bbc11501d5d7ac89", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/9defcced327d476f8a3beab718a13da3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9defcced327d476f8a3beab718a13da3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/b80ee4f6992446e0879624dd436e99a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b80ee4f6992446e0879624dd436e99a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b86fd3e011324d398fcdb6f095a20a9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b86fd3e011324d398fcdb6f095a20a9d", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1701d2754064b5cadf765ea0806f9b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1701d2754064b5cadf765ea0806f9b2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/db4e7b8d76d549faa502716565c733dd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db4e7b8d76d549faa502716565c733dd", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-12 08:13:01,109 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-8691413e-c1f5-4316-b083-0690f4815643 2018-08-12 08:13:01,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateNetworkSuccessTests-e4424f57-96ca-445-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48a667356595f320f639484937bf8787e9c4a190" 2018-08-12 08:13:01,207 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:13:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-97a022c9-f87b-4376-81cf-20168938cf6a Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateNetworkSuccessTests-e4424f57-96ca-445-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/8ba39d7356c345b8a11e8dba01ef1854"}, "tags": [], "enabled": true, "id": "8ba39d7356c345b8a11e8dba01ef1854", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-e4424f57-96ca-445-proj"}]} 2018-08-12 08:13:01,207 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateNetworkSuccessTests-e4424f57-96ca-445-proj used request id req-97a022c9-f87b-4376-81cf-20168938cf6a 2018-08-12 08:13:01,211 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48a667356595f320f639484937bf8787e9c4a190" 2018-08-12 08:13:01,298 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:13:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a7e35ee5-26e4-4aaf-ab98-c38574475f6e Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:13:01,298 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-a7e35ee5-26e4-4aaf-ab98-c38574475f6e 2018-08-12 08:13:01,689 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-e4424f57-96ca-445-user 2018-08-12 08:13:01,690 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:13:01,695 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ec103aa73db20b3b7a5f0e1f843f346c5bfbe17" 2018-08-12 08:13:01,789 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:13:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-efdde8e0-8591-4dd3-acf5-c405be6a7ded Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:13:01,789 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-efdde8e0-8591-4dd3-acf5-c405be6a7ded 2018-08-12 08:13:01,793 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ec103aa73db20b3b7a5f0e1f843f346c5bfbe17" -d '{"role": {"name": "CreateNetworkSuccessTests-e4424f57-96ca-445-proj-role"}}' 2018-08-12 08:13:01,997 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:13:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-25a5eea5-2116-4e5d-af2d-166b0e007ae8 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "bc7780ef7ed74523949205908d2d828d", "links": {"self": "http://172.30.9.21:5000/v3/roles/bc7780ef7ed74523949205908d2d828d"}, "name": "CreateNetworkSuccessTests-e4424f57-96ca-445-proj-role"}} 2018-08-12 08:13:01,997 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-25a5eea5-2116-4e5d-af2d-166b0e007ae8 2018-08-12 08:13:01,998 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-e4424f57-96ca-445-proj-role 2018-08-12 08:13:02,001 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/bc7780ef7ed74523949205908d2d828d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ec103aa73db20b3b7a5f0e1f843f346c5bfbe17" 2018-08-12 08:13:02,020 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:13:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-613994dc-e99a-4180-802f-2248ab49863e Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "bc7780ef7ed74523949205908d2d828d", "links": {"self": "http://172.30.9.21:5000/v3/roles/bc7780ef7ed74523949205908d2d828d"}, "name": "CreateNetworkSuccessTests-e4424f57-96ca-445-proj-role"}} 2018-08-12 08:13:02,020 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/bc7780ef7ed74523949205908d2d828d used request id req-613994dc-e99a-4180-802f-2248ab49863e 2018-08-12 08:13:02,020 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-e4424f57-96ca-445-proj-role to project CreateNetworkSuccessTests-e4424f57-96ca-445-proj 2018-08-12 08:13:02,023 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/8ba39d7356c345b8a11e8dba01ef1854/users/5907db55a5144e9f8a17606bf2dab17f/roles/bc7780ef7ed74523949205908d2d828d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ec103aa73db20b3b7a5f0e1f843f346c5bfbe17" 2018-08-12 08:13:02,159 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:13:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5f3f28ce-3370-4c68-9126-a650d5fdc24d 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 08:13:02,160 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/8ba39d7356c345b8a11e8dba01ef1854/users/5907db55a5144e9f8a17606bf2dab17f/roles/bc7780ef7ed74523949205908d2d828d used request id req-5f3f28ce-3370-4c68-9126-a650d5fdc24d 2018-08-12 08:13:02,160 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:13:02,160 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:13:02,161 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:13:02,161 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:13:02,161 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:13:02,162 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:13:02,163 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:13:02,558 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "bc7780ef7ed74523949205908d2d828d", "name": "CreateNetworkSuccessTests-e4424f57-96ca-445-proj-role"}], "expires_at": "2018-08-12T09:13:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8ba39d7356c345b8a11e8dba01ef1854", "name": "CreateNetworkSuccessTests-e4424f57-96ca-445-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/8ba39d7356c345b8a11e8dba01ef1854", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/8ba39d7356c345b8a11e8dba01ef1854", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/8ba39d7356c345b8a11e8dba01ef1854", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_8ba39d7356c345b8a11e8dba01ef1854", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_8ba39d7356c345b8a11e8dba01ef1854", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/8ba39d7356c345b8a11e8dba01ef1854", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/8ba39d7356c345b8a11e8dba01ef1854", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/8ba39d7356c345b8a11e8dba01ef1854", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/8ba39d7356c345b8a11e8dba01ef1854", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/8ba39d7356c345b8a11e8dba01ef1854", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/8ba39d7356c345b8a11e8dba01ef1854", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/8ba39d7356c345b8a11e8dba01ef1854", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/8ba39d7356c345b8a11e8dba01ef1854", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/8ba39d7356c345b8a11e8dba01ef1854", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-e4424f57-96ca-445-user", "id": "5907db55a5144e9f8a17606bf2dab17f"}, "audit_ids": ["0v3GT7y1SyizaW8LE3-0iw"], "issued_at": "2018-08-12T08:13:02.000000Z"}} 2018-08-12 08:13:02,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}dc6d555e4b6a6cbba7dcd9885f1aafd143da8844" 2018-08-12 08:13:02,646 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:13:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-80dc386a-87c8-4857-9ffc-fd041e3917ed Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:13:02,646 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-80dc386a-87c8-4857-9ffc-fd041e3917ed 2018-08-12 08:13:02,648 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:13:02,648 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:13:02,648 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:13:02,648 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:13:02,648 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:13:02,655 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateNetworkSuccessTests-3b6e2a95-53e1-4481-a2aa-c92e786e066c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc6d555e4b6a6cbba7dcd9885f1aafd143da8844" 2018-08-12 08:13:02,860 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-18c97dbb-0206-476e-a28a-0a5c0b2842ce Date: Sun, 12 Aug 2018 08:13:02 GMT RESP BODY: {"networks":[]} 2018-08-12 08:13:02,860 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateNetworkSuccessTests-3b6e2a95-53e1-4481-a2aa-c92e786e066c-pub-net used request id req-18c97dbb-0206-476e-a28a-0a5c0b2842ce 2018-08-12 08:13:02,860 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-3b6e2a95-53e1-4481-a2aa-c92e786e066c-pub-net 2018-08-12 08:13:02,867 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc6d555e4b6a6cbba7dcd9885f1aafd143da8844" -d '{"network": {"mtu": 999, "name": "CreateNetworkSuccessTests-3b6e2a95-53e1-4481-a2aa-c92e786e066c-pub-net", "admin_state_up": true}}' 2018-08-12 08:13:03,544 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 606 X-Openstack-Request-Id: req-e77e23cf-70ad-4d0a-a701-c611f3ead6dc Date: Sun, 12 Aug 2018 08:13:03 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"8ba39d7356c345b8a11e8dba01ef1854","created_at":"2018-08-12T08:13:03Z","tags":[],"ipv6_address_scope":null,"mtu":999,"updated_at":"2018-08-12T08:13:03Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"8ba39d7356c345b8a11e8dba01ef1854","id":"74b71efd-e7e5-4c78-b352-7e2d8868fb2d","name":"CreateNetworkSuccessTests-3b6e2a95-53e1-4481-a2aa-c92e786e066c-pub-net"}} 2018-08-12 08:13:03,544 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-e77e23cf-70ad-4d0a-a701-c611f3ead6dc 2018-08-12 08:13:03,548 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=74b71efd-e7e5-4c78-b352-7e2d8868fb2d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc6d555e4b6a6cbba7dcd9885f1aafd143da8844" 2018-08-12 08:13:04,045 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-403c09bb-3aae-431a-a3f3-dd96c6a90371 Date: Sun, 12 Aug 2018 08:13: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-12T08:13:03Z","tenant_id":"8ba39d7356c345b8a11e8dba01ef1854","created_at":"2018-08-12T08:13:03Z","tags":[],"ipv6_address_scope":null,"mtu":999,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"8ba39d7356c345b8a11e8dba01ef1854","id":"74b71efd-e7e5-4c78-b352-7e2d8868fb2d","name":"CreateNetworkSuccessTests-3b6e2a95-53e1-4481-a2aa-c92e786e066c-pub-net"}]} 2018-08-12 08:13:04,045 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=74b71efd-e7e5-4c78-b352-7e2d8868fb2d used request id req-403c09bb-3aae-431a-a3f3-dd96c6a90371 2018-08-12 08:13:04,051 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=74b71efd-e7e5-4c78-b352-7e2d8868fb2d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc6d555e4b6a6cbba7dcd9885f1aafd143da8844" 2018-08-12 08:13:04,259 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-6a8afba1-0787-48a4-bcc0-2c1986194b77 Date: Sun, 12 Aug 2018 08:13:04 GMT RESP BODY: {"subnets":[]} 2018-08-12 08:13:04,260 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=74b71efd-e7e5-4c78-b352-7e2d8868fb2d used request id req-6a8afba1-0787-48a4-bcc0-2c1986194b77 2018-08-12 08:13:04,260 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-3b6e2a95-53e1-4481-a2aa-c92e786e066c-pub-subnet 2018-08-12 08:13:04,265 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc6d555e4b6a6cbba7dcd9885f1aafd143da8844" -d '{"subnets": [{"ip_version": 4, "network_id": "74b71efd-e7e5-4c78-b352-7e2d8868fb2d", "cidr": "10.55.1.0/24", "name": "CreateNetworkSuccessTests-3b6e2a95-53e1-4481-a2aa-c92e786e066c-pub-subnet"}]}' 2018-08-12 08:13:05,053 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-42538006-47cb-40c9-800f-9f1b5dfcd894 Date: Sun, 12 Aug 2018 08:13:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"74b71efd-e7e5-4c78-b352-7e2d8868fb2d","tenant_id":"8ba39d7356c345b8a11e8dba01ef1854","created_at":"2018-08-12T08:13:04Z","dns_nameservers":[],"updated_at":"2018-08-12T08:13:04Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"8ba39d7356c345b8a11e8dba01ef1854","id":"38b8154a-dae7-497d-87f3-8e50201f1edc","subnetpool_id":null,"name":"CreateNetworkSuccessTests-3b6e2a95-53e1-4481-a2aa-c92e786e066c-pub-subnet"}]} 2018-08-12 08:13:05,053 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-42538006-47cb-40c9-800f-9f1b5dfcd894 2018-08-12 08:13:05,058 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=74b71efd-e7e5-4c78-b352-7e2d8868fb2d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc6d555e4b6a6cbba7dcd9885f1aafd143da8844" 2018-08-12 08:13:05,321 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 634 X-Openstack-Request-Id: req-5e67b34a-d967-4b83-8fe0-521d875c918a Date: Sun, 12 Aug 2018 08:13:05 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["38b8154a-dae7-497d-87f3-8e50201f1edc"],"updated_at":"2018-08-12T08:13:04Z","tenant_id":"8ba39d7356c345b8a11e8dba01ef1854","created_at":"2018-08-12T08:13:03Z","tags":[],"ipv6_address_scope":null,"mtu":999,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"8ba39d7356c345b8a11e8dba01ef1854","id":"74b71efd-e7e5-4c78-b352-7e2d8868fb2d","name":"CreateNetworkSuccessTests-3b6e2a95-53e1-4481-a2aa-c92e786e066c-pub-net"}]} 2018-08-12 08:13:05,321 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=74b71efd-e7e5-4c78-b352-7e2d8868fb2d used request id req-5e67b34a-d967-4b83-8fe0-521d875c918a 2018-08-12 08:13:05,326 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=74b71efd-e7e5-4c78-b352-7e2d8868fb2d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc6d555e4b6a6cbba7dcd9885f1aafd143da8844" 2018-08-12 08:13:05,377 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-31455e9f-29a3-4c3f-af69-ebad8329718f Date: Sun, 12 Aug 2018 08:13:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"74b71efd-e7e5-4c78-b352-7e2d8868fb2d","tenant_id":"8ba39d7356c345b8a11e8dba01ef1854","created_at":"2018-08-12T08:13:04Z","dns_nameservers":[],"updated_at":"2018-08-12T08:13:04Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"8ba39d7356c345b8a11e8dba01ef1854","id":"38b8154a-dae7-497d-87f3-8e50201f1edc","subnetpool_id":null,"name":"CreateNetworkSuccessTests-3b6e2a95-53e1-4481-a2aa-c92e786e066c-pub-subnet"}]} 2018-08-12 08:13:05,377 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=74b71efd-e7e5-4c78-b352-7e2d8868fb2d used request id req-31455e9f-29a3-4c3f-af69-ebad8329718f 2018-08-12 08:13:05,378 - OpenStackNetwork - DEBUG - Network [74b71efd-e7e5-4c78-b352-7e2d8868fb2d] created successfully 2018-08-12 08:13:05,378 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:13:05,783 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "bc7780ef7ed74523949205908d2d828d", "name": "CreateNetworkSuccessTests-e4424f57-96ca-445-proj-role"}], "expires_at": "2018-08-12T09:13:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8ba39d7356c345b8a11e8dba01ef1854", "name": "CreateNetworkSuccessTests-e4424f57-96ca-445-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/8ba39d7356c345b8a11e8dba01ef1854", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/8ba39d7356c345b8a11e8dba01ef1854", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/8ba39d7356c345b8a11e8dba01ef1854", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_8ba39d7356c345b8a11e8dba01ef1854", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_8ba39d7356c345b8a11e8dba01ef1854", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/8ba39d7356c345b8a11e8dba01ef1854", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/8ba39d7356c345b8a11e8dba01ef1854", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/8ba39d7356c345b8a11e8dba01ef1854", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/8ba39d7356c345b8a11e8dba01ef1854", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/8ba39d7356c345b8a11e8dba01ef1854", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/8ba39d7356c345b8a11e8dba01ef1854", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/8ba39d7356c345b8a11e8dba01ef1854", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/8ba39d7356c345b8a11e8dba01ef1854", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/8ba39d7356c345b8a11e8dba01ef1854", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-e4424f57-96ca-445-user", "id": "5907db55a5144e9f8a17606bf2dab17f"}, "audit_ids": ["Hsk1o2onQoaw6YwAL0sw7A"], "issued_at": "2018-08-12T08:13:05.000000Z"}} 2018-08-12 08:13:05,787 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateNetworkSuccessTests-3b6e2a95-53e1-4481-a2aa-c92e786e066c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0a586fb936552705fbc242aa86cd28f3866ff07" 2018-08-12 08:13:06,137 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 634 X-Openstack-Request-Id: req-19c610a7-6aff-4910-aabb-abf6689946dd Date: Sun, 12 Aug 2018 08:13:06 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":["38b8154a-dae7-497d-87f3-8e50201f1edc"],"updated_at":"2018-08-12T08:13:04Z","tenant_id":"8ba39d7356c345b8a11e8dba01ef1854","created_at":"2018-08-12T08:13:03Z","tags":[],"ipv6_address_scope":null,"mtu":999,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"8ba39d7356c345b8a11e8dba01ef1854","id":"74b71efd-e7e5-4c78-b352-7e2d8868fb2d","name":"CreateNetworkSuccessTests-3b6e2a95-53e1-4481-a2aa-c92e786e066c-pub-net"}]} 2018-08-12 08:13:06,137 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateNetworkSuccessTests-3b6e2a95-53e1-4481-a2aa-c92e786e066c-pub-net used request id req-19c610a7-6aff-4910-aabb-abf6689946dd 2018-08-12 08:13:06,141 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:13:06,146 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:13:06 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:13:06,147 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/8ba39d7356c345b8a11e8dba01ef1854 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf26455dc93ad51daabd0656948fbd9763a50f07" 2018-08-12 08:13:06,241 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:13:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cf900431-26dd-4d17-850e-abb4f6495d19 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/8ba39d7356c345b8a11e8dba01ef1854"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "8ba39d7356c345b8a11e8dba01ef1854", "name": "CreateNetworkSuccessTests-e4424f57-96ca-445-proj"}} 2018-08-12 08:13:06,241 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/8ba39d7356c345b8a11e8dba01ef1854 used request id req-cf900431-26dd-4d17-850e-abb4f6495d19 2018-08-12 08:13:06,246 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=74b71efd-e7e5-4c78-b352-7e2d8868fb2d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0a586fb936552705fbc242aa86cd28f3866ff07" 2018-08-12 08:13:06,482 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-0af2f8ab-a78b-4b49-9bc8-47e618273dde Date: Sun, 12 Aug 2018 08:13:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"74b71efd-e7e5-4c78-b352-7e2d8868fb2d","tenant_id":"8ba39d7356c345b8a11e8dba01ef1854","created_at":"2018-08-12T08:13:04Z","dns_nameservers":[],"updated_at":"2018-08-12T08:13:04Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"8ba39d7356c345b8a11e8dba01ef1854","id":"38b8154a-dae7-497d-87f3-8e50201f1edc","subnetpool_id":null,"name":"CreateNetworkSuccessTests-3b6e2a95-53e1-4481-a2aa-c92e786e066c-pub-subnet"}]} 2018-08-12 08:13:06,483 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=74b71efd-e7e5-4c78-b352-7e2d8868fb2d used request id req-0af2f8ab-a78b-4b49-9bc8-47e618273dde 2018-08-12 08:13:06,488 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=74b71efd-e7e5-4c78-b352-7e2d8868fb2d&name=CreateNetworkSuccessTests-3b6e2a95-53e1-4481-a2aa-c92e786e066c-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0a586fb936552705fbc242aa86cd28f3866ff07" 2018-08-12 08:13:06,705 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-9b0bd12f-2443-4745-8e46-d6d5ec4f8bf5 Date: Sun, 12 Aug 2018 08:13:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"74b71efd-e7e5-4c78-b352-7e2d8868fb2d","tenant_id":"8ba39d7356c345b8a11e8dba01ef1854","created_at":"2018-08-12T08:13:04Z","dns_nameservers":[],"updated_at":"2018-08-12T08:13:04Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"8ba39d7356c345b8a11e8dba01ef1854","id":"38b8154a-dae7-497d-87f3-8e50201f1edc","subnetpool_id":null,"name":"CreateNetworkSuccessTests-3b6e2a95-53e1-4481-a2aa-c92e786e066c-pub-subnet"}]} 2018-08-12 08:13:06,705 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=74b71efd-e7e5-4c78-b352-7e2d8868fb2d&name=CreateNetworkSuccessTests-3b6e2a95-53e1-4481-a2aa-c92e786e066c-pub-subnet used request id req-9b0bd12f-2443-4745-8e46-d6d5ec4f8bf5 2018-08-12 08:13:06,706 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-3b6e2a95-53e1-4481-a2aa-c92e786e066c-pub-subnet 2018-08-12 08:13:06,706 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-3b6e2a95-53e1-4481-a2aa-c92e786e066c-pub-subnet 2018-08-12 08:13:06,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/38b8154a-dae7-497d-87f3-8e50201f1edc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc6d555e4b6a6cbba7dcd9885f1aafd143da8844" 2018-08-12 08:13:09,344 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f5aee8ef-3b72-41a5-bbae-dace29adf531 Date: Sun, 12 Aug 2018 08:13:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:13:09,344 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/38b8154a-dae7-497d-87f3-8e50201f1edc used request id req-f5aee8ef-3b72-41a5-bbae-dace29adf531 2018-08-12 08:13:09,344 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-3b6e2a95-53e1-4481-a2aa-c92e786e066c-pub-net 2018-08-12 08:13:09,348 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/74b71efd-e7e5-4c78-b352-7e2d8868fb2d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc6d555e4b6a6cbba7dcd9885f1aafd143da8844" 2018-08-12 08:13:11,384 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-57b3e2ee-3f3b-4a59-8c9e-ddf8bd396286 Date: Sun, 12 Aug 2018 08:13:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:13:11,384 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/74b71efd-e7e5-4c78-b352-7e2d8868fb2d used request id req-57b3e2ee-3f3b-4a59-8c9e-ddf8bd396286 2018-08-12 08:13:11,384 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:13:11,385 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:13:11,385 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:13:11,385 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:13:11,385 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:13:11,388 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ec103aa73db20b3b7a5f0e1f843f346c5bfbe17" 2018-08-12 08:13:11,655 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 45548 X-Openstack-Request-Id: req-9fd7446f-3c5d-4ff3-900a-01cccc9f9c6d Date: Sun, 12 Aug 2018 08:13:11 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "created_at": "2018-08-12T06:59:44Z", "updated_at": "2018-08-12T06:59:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "1d7fd960-7865-4453-aecc-8d399b4fad21", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "66820d8a-b785-4b18-bd67-500221c8e4f9", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "74fc7638-a322-4841-8c47-06d36174a200", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "8eaa09ec-8419-4582-9312-1e527afe6e4b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}], "revision_number": 4, "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "created_at": "2018-08-12T05:12:34Z", "updated_at": "2018-08-12T05:12:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "709513d2-af7d-4d0b-bd3c-604fed75a711", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "aa346066-e46f-44f2-94be-2884aa998a19", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "c15f7b93-e56c-4afa-867d-2acb286d4b7b", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "cb0ef83f-5f70-4a80-ad35-431ca9df551e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}], "revision_number": 4, "project_id": "fa5a7fe6ee54472ba01638877aade8e3", "id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ea65becf30e54b27aa96a449698a435e", "created_at": "2018-08-12T05:10:35Z", "updated_at": "2018-08-12T05:10:35Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "30ad280c-f302-4cd4-a438-5139917b56f9", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "76115c4c-887d-4f0a-83e2-486e4b39c713", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "8ab14937-4c08-4d43-8a9a-662e622cc643", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "ee757a03-5662-4273-9c3e-6212e7afb48f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}], "revision_number": 4, "project_id": "ea65becf30e54b27aa96a449698a435e", "id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "created_at": "2018-08-12T06:20:09Z", "updated_at": "2018-08-12T06:20:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "1123b8f2-75ac-4a26-b9b2-a96da97408e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "2ddd2b93-e080-48cd-9a50-f5fe8a82ad0c", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "cd1bae62-0aea-4438-b4c3-50a69ae6f855", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "e398e01e-ceea-46d1-9534-b929808c4a5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}], "revision_number": 4, "project_id": "ff7abd7bb61f4f2889831e932d65dc2e", "id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "created_at": "2018-08-12T05:34:57Z", "updated_at": "2018-08-12T05:34:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "208a1c1e-f5f8-49c7-9a25-d07e68b1541f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "27bfd867-e607-4bf8-9de8-60682d3f771d", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "49360e1f-6fd3-4f35-b339-24cea95773ee", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "60f631a9-d305-4920-9631-d0543e2ac64f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}], "revision_number": 4, "project_id": "3a85ceae958d4d9fba68847e7df67db8", "id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "created_at": "2018-08-12T05:34:40Z", "updated_at": "2018-08-12T05:34:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "2192c259-363e-4768-ae73-e75837ad63b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "3f87ddc5-f84d-41dc-8215-847724782569", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "7d89f6da-ea78-49dd-9115-f9ad23b250bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "9ec4497d-0f65-44db-9be9-7b3042e4a584", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}], "revision_number": 4, "project_id": "85517fcf1c6247e699fdcdd42ecc8c79", "id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "created_at": "2018-08-12T05:16:02Z", "updated_at": "2018-08-12T05:16:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "1ecacd8c-c1c7-4a66-9871-406a69323b43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "3cc1750c-e0e7-4902-b6f3-494a161b832e", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "d719a7a4-8c99-44ed-8c12-6bf071890203", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "fe7421b5-d577-41da-8c78-62f3c07eda92", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}], "revision_number": 4, "project_id": "a267b9a156244bb192691cff6e5f74fe", "id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "315a428116f24d9fbb826b37080a918e", "created_at": "2018-08-12T05:11:31Z", "updated_at": "2018-08-12T05:11:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "5e52886a-1dc3-4a81-a55d-f388dc4fd1a1", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "678e32e4-d64c-448a-a4ab-e253ab94ae90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "a8da1539-e3ad-4f90-b2df-3dc1f09d228a", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "b73d5cc9-0205-4658-bb1f-61a042c0ab8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}], "revision_number": 4, "project_id": "315a428116f24d9fbb826b37080a918e", "id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-12T05:08:01Z", "updated_at": "2018-08-12T05:08:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:01Z", "revision_number": 0, "id": "0fb05d03-1117-45d0-930c-b6d4c96ef102", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "4faaab33-5788-4bbd-85b8-0fb44d41413a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "96d0c5a0-5c67-421b-8fc8-2b46d77e5db3", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "dd78519b-4bc5-4e8e-ad0f-58089dd69347", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8ba39d7356c345b8a11e8dba01ef1854", "created_at": "2018-08-12T08:13:03Z", "updated_at": "2018-08-12T08:13:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:13:03Z", "revision_number": 0, "id": "55a24fb3-ed11-4e35-8db0-6efbd7e17a2e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:13:03Z", "security_group_id": "89b0b8e6-e001-47d0-a787-9e3344ccff89", "tenant_id": "8ba39d7356c345b8a11e8dba01ef1854", "port_range_min": null, "ethertype": "IPv6", "project_id": "8ba39d7356c345b8a11e8dba01ef1854"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:13:03Z", "revision_number": 0, "id": "7af5e3f0-9255-47eb-b63f-8b3800d102d5", "remote_group_id": "89b0b8e6-e001-47d0-a787-9e3344ccff89", "remote_ip_prefix": null, "created_at": "2018-08-12T08:13:03Z", "security_group_id": "89b0b8e6-e001-47d0-a787-9e3344ccff89", "tenant_id": "8ba39d7356c345b8a11e8dba01ef1854", "port_range_min": null, "ethertype": "IPv6", "project_id": "8ba39d7356c345b8a11e8dba01ef1854"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:13:03Z", "revision_number": 0, "id": "a8aba0da-e5d8-400e-ab68-2f74c6558bfe", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:13:03Z", "security_group_id": "89b0b8e6-e001-47d0-a787-9e3344ccff89", "tenant_id": "8ba39d7356c345b8a11e8dba01ef1854", "port_range_min": null, "ethertype": "IPv4", "project_id": "8ba39d7356c345b8a11e8dba01ef1854"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:13:03Z", "revision_number": 0, "id": "d875604c-4e84-41d1-bf0e-926365f90c70", "remote_group_id": "89b0b8e6-e001-47d0-a787-9e3344ccff89", "remote_ip_prefix": null, "created_at": "2018-08-12T08:13:03Z", "security_group_id": "89b0b8e6-e001-47d0-a787-9e3344ccff89", "tenant_id": "8ba39d7356c345b8a11e8dba01ef1854", "port_range_min": null, "ethertype": "IPv4", "project_id": "8ba39d7356c345b8a11e8dba01ef1854"}], "revision_number": 4, "project_id": "8ba39d7356c345b8a11e8dba01ef1854", "id": "89b0b8e6-e001-47d0-a787-9e3344ccff89", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "11a46741b7954b959fd7764109c047b6", "created_at": "2018-08-12T05:34:51Z", "updated_at": "2018-08-12T05:34:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "0b67bf3c-2289-43bb-ab6c-7d25ec32a279", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "51f3f833-337a-42bd-a8d5-742ea8d6c226", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "571fd0b5-ef90-408d-af33-aafb517b8993", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "944ba823-fb9c-496e-a66e-bb426bb14a8d", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}], "revision_number": 4, "project_id": "11a46741b7954b959fd7764109c047b6", "id": "90af9782-8112-4257-801d-ee5115d226ba", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "created_at": "2018-08-12T05:34:26Z", "updated_at": "2018-08-12T05:34:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "2ee1f63a-807c-4d6a-85ee-dd784f6b8c3f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5dec3ec2-2add-47dd-8618-90659dcf3885", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5ea0dc3e-49d0-43f0-94e9-f6443527d14c", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "fbfaca22-7e3e-4128-8973-43e439b77c28", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}], "revision_number": 4, "project_id": "3c01cd58055c44ecaef39f7e625c2258", "id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "521007c1818145639e93ceb270559219", "created_at": "2018-08-12T05:13:27Z", "updated_at": "2018-08-12T05:13:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "5e7fede5-b0f2-47d8-95c3-516cdfc7f9de", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "8fd0e36f-c6c4-4f64-ba97-40439e614448", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "db7d79de-1dfc-4138-945f-91e74cdc266b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "e87f2cff-ff3e-4b6d-aaf0-7f0eb0ab9f05", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}], "revision_number": 4, "project_id": "521007c1818145639e93ceb270559219", "id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "created_at": "2018-08-12T05:08:18Z", "updated_at": "2018-08-12T05:08:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "3c67be40-bf74-4f97-9693-d93ce73a23b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "6112d869-2fc6-4a25-a13c-3d55cd7206c0", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "bdf21c56-453e-482e-9cba-3c55abcb0339", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "c8e92c39-38cc-4f48-be9c-5f0912e6a725", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}], "revision_number": 4, "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "created_at": "2018-08-12T05:04:23Z", "updated_at": "2018-08-12T05:04:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "280546d9-8ad1-4283-abfc-15ee9b1736c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "58bce125-f2ca-4a6d-b9ca-4e6cf5c0f7a5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "69275b9a-cfb5-482c-a9c4-8ffc79adf2c7", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "6d747f3a-3764-469a-a645-f977585c5aac", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}], "revision_number": 4, "project_id": "310f5853751a4c968f3eeb0a3d99a0a8", "id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "created_at": "2018-08-12T05:34:42Z", "updated_at": "2018-08-12T05:34:42Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "199582e8-25aa-457a-aa7c-6d8413ca4464", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "234f3609-4454-448f-919d-c8143c7cd764", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "c1061460-71a2-49a9-a04b-9fa33eeb17ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "d21ac532-51d8-4d6b-8300-7bac216759bf", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}], "revision_number": 4, "project_id": "9f6c1a272706419c9a74b0893b2890e8", "id": "d6739716-c693-460c-89c6-e7c8c48f8245", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "created_at": "2018-08-12T05:34:54Z", "updated_at": "2018-08-12T05:34:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "0633a05a-ee7d-4476-a56b-75d011b22f77", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "6cc1b9f8-73db-47a3-a0e0-3c96c43f34da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "90d99a6b-e94f-4fd8-a10c-f19dd8954c13", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "e843c139-af2a-4d2c-a24f-59f7b10ff72e", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}], "revision_number": 4, "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "created_at": "2018-08-12T05:09:07Z", "updated_at": "2018-08-12T05:09:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "5495e168-f505-4d74-ae6d-387f0bf533c2", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "6fd19b8b-3062-456e-81ba-3ff37fe43429", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8ca59d25-485c-46ce-939c-2e4a468caeac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8f190846-50a0-42b9-b571-390809b752b1", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}], "revision_number": 4, "project_id": "fa9ca6d7608b4d7d87ce97331679a481", "id": "edcd9b17-9416-4c25-823c-060c435e18d7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "created_at": "2018-08-12T05:34:52Z", "updated_at": "2018-08-12T05:34:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "2c7e484e-6ec5-4a95-8c9c-66d294c0c27e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "70c74258-3c2c-4efc-87e0-079c26ee3417", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "b70382fa-082e-4c2b-abc8-87490fa50b11", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "c3628e02-b4b6-42c9-8751-c1a2d3c19caa", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}], "revision_number": 4, "project_id": "87db863ba6e348b0a5ddcb67053db9d1", "id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "name": "default"}]} 2018-08-12 08:13:11,656 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-9fd7446f-3c5d-4ff3-900a-01cccc9f9c6d 2018-08-12 08:13:11,665 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ec103aa73db20b3b7a5f0e1f843f346c5bfbe17" 2018-08-12 08:13:11,755 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:13:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b49e8d42-7bc6-4353-93df-3fd21c819ba6 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 5fe28c13d4d74ba2be8d019ac1ea6363.", "code": 404, "title": "Not Found"}} 2018-08-12 08:13:11,755 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 used request id req-b49e8d42-7bc6-4353-93df-3fd21c819ba6 2018-08-12 08:13:11,755 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:13:11,758 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ec103aa73db20b3b7a5f0e1f843f346c5bfbe17" 2018-08-12 08:13:11,843 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:13:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-08c81a4b-2515-4816-84ee-5c171e7533f9 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa5a7fe6ee54472ba01638877aade8e3.", "code": 404, "title": "Not Found"}} 2018-08-12 08:13:11,843 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 used request id req-08c81a4b-2515-4816-84ee-5c171e7533f9 2018-08-12 08:13:11,843 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:13:11,847 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ec103aa73db20b3b7a5f0e1f843f346c5bfbe17" 2018-08-12 08:13:11,944 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:13:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ff6f19aa-04a4-4c01-b8d3-4a3f779e70e8 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ea65becf30e54b27aa96a449698a435e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:13:11,945 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e used request id req-ff6f19aa-04a4-4c01-b8d3-4a3f779e70e8 2018-08-12 08:13:11,945 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:13:11,949 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ec103aa73db20b3b7a5f0e1f843f346c5bfbe17" 2018-08-12 08:13:12,042 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:13:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f0254eff-f251-40d6-8b22-e50adad29854 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ff7abd7bb61f4f2889831e932d65dc2e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:13:12,042 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e used request id req-f0254eff-f251-40d6-8b22-e50adad29854 2018-08-12 08:13:12,042 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:13:12,045 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ec103aa73db20b3b7a5f0e1f843f346c5bfbe17" 2018-08-12 08:13:12,134 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:13:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0c7ff1fd-c887-4238-a556-3ffe2d71afff Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3a85ceae958d4d9fba68847e7df67db8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:13:12,134 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 used request id req-0c7ff1fd-c887-4238-a556-3ffe2d71afff 2018-08-12 08:13:12,134 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:13:12,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ec103aa73db20b3b7a5f0e1f843f346c5bfbe17" 2018-08-12 08:13:12,229 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:13:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-08f98022-dbdf-46eb-9b44-f861614e7490 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 85517fcf1c6247e699fdcdd42ecc8c79.", "code": 404, "title": "Not Found"}} 2018-08-12 08:13:12,229 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 used request id req-08f98022-dbdf-46eb-9b44-f861614e7490 2018-08-12 08:13:12,230 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:13:12,233 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ec103aa73db20b3b7a5f0e1f843f346c5bfbe17" 2018-08-12 08:13:12,322 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:13:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0b4e27f9-5cb2-432e-8fbd-729a1f60d6e9 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}} 2018-08-12 08:13:12,323 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe used request id req-0b4e27f9-5cb2-432e-8fbd-729a1f60d6e9 2018-08-12 08:13:12,326 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ec103aa73db20b3b7a5f0e1f843f346c5bfbe17" 2018-08-12 08:13:12,513 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:13:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1945bf78-f321-4b3b-80fe-c008d3c584d0 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 315a428116f24d9fbb826b37080a918e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:13:12,514 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e used request id req-1945bf78-f321-4b3b-80fe-c008d3c584d0 2018-08-12 08:13:12,514 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:13:12,517 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/8ba39d7356c345b8a11e8dba01ef1854 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ec103aa73db20b3b7a5f0e1f843f346c5bfbe17" 2018-08-12 08:13:12,609 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:13:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cfaa68b3-68af-43eb-93f4-b9635d54bcc5 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/8ba39d7356c345b8a11e8dba01ef1854"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "8ba39d7356c345b8a11e8dba01ef1854", "name": "CreateNetworkSuccessTests-e4424f57-96ca-445-proj"}} 2018-08-12 08:13:12,609 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/8ba39d7356c345b8a11e8dba01ef1854 used request id req-cfaa68b3-68af-43eb-93f4-b9635d54bcc5 2018-08-12 08:13:12,610 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 89b0b8e6-e001-47d0-a787-9e3344ccff89 2018-08-12 08:13:12,615 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=89b0b8e6-e001-47d0-a787-9e3344ccff89 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ec103aa73db20b3b7a5f0e1f843f346c5bfbe17" 2018-08-12 08:13:12,807 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-69508f02-fa36-4409-9eae-da8e1b8b9220 Date: Sun, 12 Aug 2018 08:13:12 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-12T08:13:03Z", "security_group_id": "89b0b8e6-e001-47d0-a787-9e3344ccff89", "port_range_min": null, "revision_number": 0, "tenant_id": "8ba39d7356c345b8a11e8dba01ef1854", "created_at": "2018-08-12T08:13:03Z", "project_id": "8ba39d7356c345b8a11e8dba01ef1854", "id": "55a24fb3-ed11-4e35-8db0-6efbd7e17a2e"}, {"remote_group_id": "89b0b8e6-e001-47d0-a787-9e3344ccff89", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:13:03Z", "security_group_id": "89b0b8e6-e001-47d0-a787-9e3344ccff89", "port_range_min": null, "revision_number": 0, "tenant_id": "8ba39d7356c345b8a11e8dba01ef1854", "created_at": "2018-08-12T08:13:03Z", "project_id": "8ba39d7356c345b8a11e8dba01ef1854", "id": "7af5e3f0-9255-47eb-b63f-8b3800d102d5"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:13:03Z", "security_group_id": "89b0b8e6-e001-47d0-a787-9e3344ccff89", "port_range_min": null, "revision_number": 0, "tenant_id": "8ba39d7356c345b8a11e8dba01ef1854", "created_at": "2018-08-12T08:13:03Z", "project_id": "8ba39d7356c345b8a11e8dba01ef1854", "id": "a8aba0da-e5d8-400e-ab68-2f74c6558bfe"}, {"remote_group_id": "89b0b8e6-e001-47d0-a787-9e3344ccff89", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:13:03Z", "security_group_id": "89b0b8e6-e001-47d0-a787-9e3344ccff89", "port_range_min": null, "revision_number": 0, "tenant_id": "8ba39d7356c345b8a11e8dba01ef1854", "created_at": "2018-08-12T08:13:03Z", "project_id": "8ba39d7356c345b8a11e8dba01ef1854", "id": "d875604c-4e84-41d1-bf0e-926365f90c70"}]} 2018-08-12 08:13:12,807 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=89b0b8e6-e001-47d0-a787-9e3344ccff89 used request id req-69508f02-fa36-4409-9eae-da8e1b8b9220 2018-08-12 08:13:12,808 - neutron_utils - INFO - Deleting security group with name - default 2018-08-12 08:13:12,813 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/89b0b8e6-e001-47d0-a787-9e3344ccff89 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ec103aa73db20b3b7a5f0e1f843f346c5bfbe17" 2018-08-12 08:13:13,194 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e2d7b445-d2ec-42aa-bbee-88d80d5cfdca Content-Length: 0 Date: Sun, 12 Aug 2018 08:13:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:13:13,194 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/89b0b8e6-e001-47d0-a787-9e3344ccff89 used request id req-e2d7b445-d2ec-42aa-bbee-88d80d5cfdca 2018-08-12 08:13:13,195 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-e4424f57-96ca-445-proj 2018-08-12 08:13:13,199 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/8ba39d7356c345b8a11e8dba01ef1854 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ec103aa73db20b3b7a5f0e1f843f346c5bfbe17" 2018-08-12 08:13:13,486 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:13:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-98ebb1ac-0fc5-4b28-8e92-13a1575d7a7a 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 08:13:13,486 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/8ba39d7356c345b8a11e8dba01ef1854 used request id req-98ebb1ac-0fc5-4b28-8e92-13a1575d7a7a 2018-08-12 08:13:13,487 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-e4424f57-96ca-445-proj-role 2018-08-12 08:13:13,491 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/bc7780ef7ed74523949205908d2d828d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ec103aa73db20b3b7a5f0e1f843f346c5bfbe17" 2018-08-12 08:13:13,618 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:13:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-894f99b5-1546-4539-85bd-f036215b6fa0 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 08:13:13,618 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/bc7780ef7ed74523949205908d2d828d used request id req-894f99b5-1546-4539-85bd-f036215b6fa0 2018-08-12 08:13:13,621 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ec103aa73db20b3b7a5f0e1f843f346c5bfbe17" 2018-08-12 08:13:13,718 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:13:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c6fbaa0f-7524-46b9-812d-14764989f64d Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:13:13,718 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-c6fbaa0f-7524-46b9-812d-14764989f64d 2018-08-12 08:13:13,719 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-e4424f57-96ca-445-user 2018-08-12 08:13:13,723 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/5907db55a5144e9f8a17606bf2dab17f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48a667356595f320f639484937bf8787e9c4a190" 2018-08-12 08:13:13,932 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:13:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ae84407e-820b-4ada-afe3-3bf9452c4f3b 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 08:13:13,932 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/5907db55a5144e9f8a17606bf2dab17f used request id req-ae84407e-820b-4ada-afe3-3bf9452c4f3b 2018-08-12 08:13:13,934 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:13:14,320 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:13:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["mH0oOW66Thao85FKucr4UA"], "issued_at": "2018-08-12T08:13:14.000000Z"}} 2018-08-12 08:13:14,321 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}2a52ea1c9466d3331c0af856a6c035866fbf6c3b" 2018-08-12 08:13:14,407 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:13:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0168f478-14e4-4cef-a7e4-14aa6fa8f7a9 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:13:14,407 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-0168f478-14e4-4cef-a7e4-14aa6fa8f7a9 2018-08-12 08:13:14,409 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:13:14,409 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:13:14,815 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:13:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["IIK749V9T9G953DNyDYjyg"], "issued_at": "2018-08-12T08:13:14.000000Z"}} 2018-08-12 08:13:14,816 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}6538231ac632051ebfcfbdc205f2ab3a496e8175" 2018-08-12 08:13:14,906 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:13:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-59bccd69-b1bb-4141-9e58-e39f98a94f8b Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:13:14,906 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-59bccd69-b1bb-4141-9e58-e39f98a94f8b 2018-08-12 08:13:14,910 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:13:14,916 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:13:14 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:13:14,917 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-33ce7431-6f65-442-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6538231ac632051ebfcfbdc205f2ab3a496e8175" 2018-08-12 08:13:15,009 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:13:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b35346d-95bb-4856-a9e2-9c9d8ab8d10a Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-33ce7431-6f65-442-proj", "previous": null, "next": null}, "projects": []} 2018-08-12 08:13:15,009 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-33ce7431-6f65-442-proj used request id req-4b35346d-95bb-4856-a9e2-9c9d8ab8d10a 2018-08-12 08:13:15,013 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6538231ac632051ebfcfbdc205f2ab3a496e8175" 2018-08-12 08:13:15,104 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:13:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f403a1b1-f23f-4b8d-9a7c-3df4e061007e Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:13:15,104 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-f403a1b1-f23f-4b8d-9a7c-3df4e061007e 2018-08-12 08:13:15,108 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6538231ac632051ebfcfbdc205f2ab3a496e8175" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateNetworkSuccessTests-33ce7431-6f65-442-proj"}}' 2018-08-12 08:13:15,252 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:13:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7a9c5ba1-b0bb-4442-870a-0dde34a8fd4a Content-Length: 322 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/97a9c3a5456c4e13b98ef01537eaafd0"}, "tags": [], "enabled": true, "id": "97a9c3a5456c4e13b98ef01537eaafd0", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-33ce7431-6f65-442-proj"}} 2018-08-12 08:13:15,252 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-7a9c5ba1-b0bb-4442-870a-0dde34a8fd4a 2018-08-12 08:13:15,253 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-33ce7431-6f65-442-proj 2018-08-12 08:13:15,253 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:13:15,254 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:13:15,654 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:13:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["x2clEEo_RhSMAGQlAozbWw"], "issued_at": "2018-08-12T08:13:15.000000Z"}} 2018-08-12 08:13:15,655 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}c7f3bd42cca42b7be60818695383a0a43749f330" 2018-08-12 08:13:15,742 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:13:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe528b49-37b4-40dd-9f42-908eb8cd8297 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:13:15,742 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-fe528b49-37b4-40dd-9f42-908eb8cd8297 2018-08-12 08:13:15,746 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:13:15,751 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:13:15 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:13:15,752 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7f3bd42cca42b7be60818695383a0a43749f330" 2018-08-12 08:13:15,791 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:13:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-08e783b0-7cba-4ff1-88a4-2c985b8f71b5 Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/105a247548624314b9228f85f6325f0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105a247548624314b9228f85f6325f0b", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/1c5de0eaa44543f08da6ad63a51594ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c5de0eaa44543f08da6ad63a51594ff", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/1d127b5b832547a88a547c116dfdd65b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d127b5b832547a88a547c116dfdd65b", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/1d5cfc170d624ce4ae53ae0507c8d517"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d5cfc170d624ce4ae53ae0507c8d517", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/2421820b75eb4d3ebd02830378d1377b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2421820b75eb4d3ebd02830378d1377b", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/40bd8ee54ecf44868cc83cede652c396"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40bd8ee54ecf44868cc83cede652c396", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/4f32fb8153854c4c9f5094b42b523f80"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f32fb8153854c4c9f5094b42b523f80", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7066130d08fb4db7bf4ab468de53933b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7066130d08fb4db7bf4ab468de53933b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/8d0898a83bcf4521bbc11501d5d7ac89"}, "domain_id": "1eec97585bde483292ece28ee11f4b8d", "enabled": true, "options": {}, "id": "8d0898a83bcf4521bbc11501d5d7ac89", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/9defcced327d476f8a3beab718a13da3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9defcced327d476f8a3beab718a13da3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/b80ee4f6992446e0879624dd436e99a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b80ee4f6992446e0879624dd436e99a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b86fd3e011324d398fcdb6f095a20a9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b86fd3e011324d398fcdb6f095a20a9d", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1701d2754064b5cadf765ea0806f9b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1701d2754064b5cadf765ea0806f9b2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/db4e7b8d76d549faa502716565c733dd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db4e7b8d76d549faa502716565c733dd", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-12 08:13:15,791 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-08e783b0-7cba-4ff1-88a4-2c985b8f71b5 2018-08-12 08:13:15,794 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateNetworkSuccessTests-33ce7431-6f65-442-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7f3bd42cca42b7be60818695383a0a43749f330" 2018-08-12 08:13:15,886 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:13:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b1390874-3761-422a-a600-9504d7b29c28 Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateNetworkSuccessTests-33ce7431-6f65-442-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/97a9c3a5456c4e13b98ef01537eaafd0"}, "tags": [], "enabled": true, "id": "97a9c3a5456c4e13b98ef01537eaafd0", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-33ce7431-6f65-442-proj"}]} 2018-08-12 08:13:15,886 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateNetworkSuccessTests-33ce7431-6f65-442-proj used request id req-b1390874-3761-422a-a600-9504d7b29c28 2018-08-12 08:13:15,890 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7f3bd42cca42b7be60818695383a0a43749f330" 2018-08-12 08:13:15,988 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:13:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4f6dbb70-305e-4408-b9b1-9989c4651a89 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:13:15,989 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-4f6dbb70-305e-4408-b9b1-9989c4651a89 2018-08-12 08:13:16,371 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-33ce7431-6f65-442-user 2018-08-12 08:13:16,372 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:13:16,376 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6538231ac632051ebfcfbdc205f2ab3a496e8175" 2018-08-12 08:13:16,465 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:13:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-75308cb5-a7af-4f2f-aa68-46815b2d92ba Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:13:16,466 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-75308cb5-a7af-4f2f-aa68-46815b2d92ba 2018-08-12 08:13:16,469 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6538231ac632051ebfcfbdc205f2ab3a496e8175" -d '{"role": {"name": "CreateNetworkSuccessTests-33ce7431-6f65-442-proj-role"}}' 2018-08-12 08:13:16,582 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:13:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9c3c7ece-22f1-4115-b365-924bb3d3da92 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "ab53dd76d5e740b3af8d214588fb8cee", "links": {"self": "http://172.30.9.21:5000/v3/roles/ab53dd76d5e740b3af8d214588fb8cee"}, "name": "CreateNetworkSuccessTests-33ce7431-6f65-442-proj-role"}} 2018-08-12 08:13:16,582 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-9c3c7ece-22f1-4115-b365-924bb3d3da92 2018-08-12 08:13:16,583 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-33ce7431-6f65-442-proj-role 2018-08-12 08:13:16,586 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/ab53dd76d5e740b3af8d214588fb8cee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6538231ac632051ebfcfbdc205f2ab3a496e8175" 2018-08-12 08:13:16,679 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:13:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-712e2382-fea0-42d4-ac48-e99d8a408a25 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "ab53dd76d5e740b3af8d214588fb8cee", "links": {"self": "http://172.30.9.21:5000/v3/roles/ab53dd76d5e740b3af8d214588fb8cee"}, "name": "CreateNetworkSuccessTests-33ce7431-6f65-442-proj-role"}} 2018-08-12 08:13:16,679 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/ab53dd76d5e740b3af8d214588fb8cee used request id req-712e2382-fea0-42d4-ac48-e99d8a408a25 2018-08-12 08:13:16,679 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-33ce7431-6f65-442-proj-role to project CreateNetworkSuccessTests-33ce7431-6f65-442-proj 2018-08-12 08:13:16,683 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/97a9c3a5456c4e13b98ef01537eaafd0/users/df975d8907d040ec94ae7cb09374b8e2/roles/ab53dd76d5e740b3af8d214588fb8cee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6538231ac632051ebfcfbdc205f2ab3a496e8175" 2018-08-12 08:13:16,824 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:13:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-081d7b2e-707c-40ef-8f91-7d88259782ce 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 08:13:16,824 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/97a9c3a5456c4e13b98ef01537eaafd0/users/df975d8907d040ec94ae7cb09374b8e2/roles/ab53dd76d5e740b3af8d214588fb8cee used request id req-081d7b2e-707c-40ef-8f91-7d88259782ce 2018-08-12 08:13:16,825 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:13:16,825 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:13:16,825 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:13:16,825 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:13:16,826 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:13:16,827 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:13:16,828 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:13:17,233 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ab53dd76d5e740b3af8d214588fb8cee", "name": "CreateNetworkSuccessTests-33ce7431-6f65-442-proj-role"}], "expires_at": "2018-08-12T09:13:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "97a9c3a5456c4e13b98ef01537eaafd0", "name": "CreateNetworkSuccessTests-33ce7431-6f65-442-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/97a9c3a5456c4e13b98ef01537eaafd0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/97a9c3a5456c4e13b98ef01537eaafd0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/97a9c3a5456c4e13b98ef01537eaafd0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_97a9c3a5456c4e13b98ef01537eaafd0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_97a9c3a5456c4e13b98ef01537eaafd0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/97a9c3a5456c4e13b98ef01537eaafd0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/97a9c3a5456c4e13b98ef01537eaafd0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/97a9c3a5456c4e13b98ef01537eaafd0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/97a9c3a5456c4e13b98ef01537eaafd0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/97a9c3a5456c4e13b98ef01537eaafd0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/97a9c3a5456c4e13b98ef01537eaafd0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/97a9c3a5456c4e13b98ef01537eaafd0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/97a9c3a5456c4e13b98ef01537eaafd0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/97a9c3a5456c4e13b98ef01537eaafd0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-33ce7431-6f65-442-user", "id": "df975d8907d040ec94ae7cb09374b8e2"}, "audit_ids": ["f13aai8_RRyqN-gZT52urA"], "issued_at": "2018-08-12T08:13:17.000000Z"}} 2018-08-12 08:13:17,234 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}4934ab11bd7edac35cb9e4520b7590a866073d6f" 2018-08-12 08:13:17,322 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:13:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e8236e3-b947-40c2-b768-f5c725fd3ff3 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:13:17,323 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-0e8236e3-b947-40c2-b768-f5c725fd3ff3 2018-08-12 08:13:17,324 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:13:17,324 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:13:17,324 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:13:17,324 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:13:17,325 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:13:17,331 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateNetworkSuccessTests-3529cbb6-1de8-4797-aa0f-cbd77618abfd-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4934ab11bd7edac35cb9e4520b7590a866073d6f" 2018-08-12 08:13:17,518 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-bf588c3b-dad7-4723-a63d-420962816edc Date: Sun, 12 Aug 2018 08:13:17 GMT RESP BODY: {"networks":[]} 2018-08-12 08:13:17,518 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateNetworkSuccessTests-3529cbb6-1de8-4797-aa0f-cbd77618abfd-pub-net used request id req-bf588c3b-dad7-4723-a63d-420962816edc 2018-08-12 08:13:17,519 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-3529cbb6-1de8-4797-aa0f-cbd77618abfd-pub-net 2018-08-12 08:13:17,524 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4934ab11bd7edac35cb9e4520b7590a866073d6f" -d '{"network": {"mtu": 999, "name": "CreateNetworkSuccessTests-3529cbb6-1de8-4797-aa0f-cbd77618abfd-pub-net", "admin_state_up": true}}' 2018-08-12 08:13:18,358 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 606 X-Openstack-Request-Id: req-2ca0f720-1ede-482e-82f6-189d1f784443 Date: Sun, 12 Aug 2018 08:13:18 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"97a9c3a5456c4e13b98ef01537eaafd0","created_at":"2018-08-12T08:13:17Z","tags":[],"ipv6_address_scope":null,"mtu":999,"updated_at":"2018-08-12T08:13:17Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"97a9c3a5456c4e13b98ef01537eaafd0","id":"de9b1123-a03d-4eba-ab13-e0a3ffc7d815","name":"CreateNetworkSuccessTests-3529cbb6-1de8-4797-aa0f-cbd77618abfd-pub-net"}} 2018-08-12 08:13:18,359 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-2ca0f720-1ede-482e-82f6-189d1f784443 2018-08-12 08:13:18,364 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=de9b1123-a03d-4eba-ab13-e0a3ffc7d815 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4934ab11bd7edac35cb9e4520b7590a866073d6f" 2018-08-12 08:13:18,621 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-04a1dd17-16cd-4811-9f2b-c08df4f314e2 Date: Sun, 12 Aug 2018 08:13:18 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-12T08:13:17Z","tenant_id":"97a9c3a5456c4e13b98ef01537eaafd0","created_at":"2018-08-12T08:13:17Z","tags":[],"ipv6_address_scope":null,"mtu":999,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"97a9c3a5456c4e13b98ef01537eaafd0","id":"de9b1123-a03d-4eba-ab13-e0a3ffc7d815","name":"CreateNetworkSuccessTests-3529cbb6-1de8-4797-aa0f-cbd77618abfd-pub-net"}]} 2018-08-12 08:13:18,621 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=de9b1123-a03d-4eba-ab13-e0a3ffc7d815 used request id req-04a1dd17-16cd-4811-9f2b-c08df4f314e2 2018-08-12 08:13:18,626 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=de9b1123-a03d-4eba-ab13-e0a3ffc7d815 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4934ab11bd7edac35cb9e4520b7590a866073d6f" 2018-08-12 08:13:18,837 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-a294a4f5-6c76-424b-a9d7-294bcbad8dab Date: Sun, 12 Aug 2018 08:13:18 GMT RESP BODY: {"subnets":[]} 2018-08-12 08:13:18,837 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=de9b1123-a03d-4eba-ab13-e0a3ffc7d815 used request id req-a294a4f5-6c76-424b-a9d7-294bcbad8dab 2018-08-12 08:13:18,838 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-3529cbb6-1de8-4797-aa0f-cbd77618abfd-pub-subnet 2018-08-12 08:13:18,843 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4934ab11bd7edac35cb9e4520b7590a866073d6f" -d '{"subnets": [{"ip_version": 4, "network_id": "de9b1123-a03d-4eba-ab13-e0a3ffc7d815", "cidr": "10.55.1.0/24", "name": "CreateNetworkSuccessTests-3529cbb6-1de8-4797-aa0f-cbd77618abfd-pub-subnet"}]}' 2018-08-12 08:13:19,610 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-2f5cc8ce-bbf1-47bf-8bb0-76243fe1700b Date: Sun, 12 Aug 2018 08:13:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"de9b1123-a03d-4eba-ab13-e0a3ffc7d815","tenant_id":"97a9c3a5456c4e13b98ef01537eaafd0","created_at":"2018-08-12T08:13:19Z","dns_nameservers":[],"updated_at":"2018-08-12T08:13:19Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"97a9c3a5456c4e13b98ef01537eaafd0","id":"61ea1f13-944b-4c29-9f83-cf2b5cd99006","subnetpool_id":null,"name":"CreateNetworkSuccessTests-3529cbb6-1de8-4797-aa0f-cbd77618abfd-pub-subnet"}]} 2018-08-12 08:13:19,610 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-2f5cc8ce-bbf1-47bf-8bb0-76243fe1700b 2018-08-12 08:13:19,616 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=de9b1123-a03d-4eba-ab13-e0a3ffc7d815 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4934ab11bd7edac35cb9e4520b7590a866073d6f" 2018-08-12 08:13:19,737 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 634 X-Openstack-Request-Id: req-a28eeb93-31bb-4d16-a5ec-e1e1717f6265 Date: Sun, 12 Aug 2018 08:13:19 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":["61ea1f13-944b-4c29-9f83-cf2b5cd99006"],"updated_at":"2018-08-12T08:13:19Z","tenant_id":"97a9c3a5456c4e13b98ef01537eaafd0","created_at":"2018-08-12T08:13:17Z","tags":[],"ipv6_address_scope":null,"mtu":999,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"97a9c3a5456c4e13b98ef01537eaafd0","id":"de9b1123-a03d-4eba-ab13-e0a3ffc7d815","name":"CreateNetworkSuccessTests-3529cbb6-1de8-4797-aa0f-cbd77618abfd-pub-net"}]} 2018-08-12 08:13:19,737 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=de9b1123-a03d-4eba-ab13-e0a3ffc7d815 used request id req-a28eeb93-31bb-4d16-a5ec-e1e1717f6265 2018-08-12 08:13:19,743 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=de9b1123-a03d-4eba-ab13-e0a3ffc7d815 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4934ab11bd7edac35cb9e4520b7590a866073d6f" 2018-08-12 08:13:19,964 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-16cfa676-80e3-4b9d-ac0a-4cbb5b4fef0b Date: Sun, 12 Aug 2018 08:13:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"de9b1123-a03d-4eba-ab13-e0a3ffc7d815","tenant_id":"97a9c3a5456c4e13b98ef01537eaafd0","created_at":"2018-08-12T08:13:19Z","dns_nameservers":[],"updated_at":"2018-08-12T08:13:19Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"97a9c3a5456c4e13b98ef01537eaafd0","id":"61ea1f13-944b-4c29-9f83-cf2b5cd99006","subnetpool_id":null,"name":"CreateNetworkSuccessTests-3529cbb6-1de8-4797-aa0f-cbd77618abfd-pub-subnet"}]} 2018-08-12 08:13:19,964 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=de9b1123-a03d-4eba-ab13-e0a3ffc7d815 used request id req-16cfa676-80e3-4b9d-ac0a-4cbb5b4fef0b 2018-08-12 08:13:19,965 - OpenStackNetwork - DEBUG - Network [de9b1123-a03d-4eba-ab13-e0a3ffc7d815] created successfully 2018-08-12 08:13:19,965 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:13:19,966 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:13:20,366 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ab53dd76d5e740b3af8d214588fb8cee", "name": "CreateNetworkSuccessTests-33ce7431-6f65-442-proj-role"}], "expires_at": "2018-08-12T09:13:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "97a9c3a5456c4e13b98ef01537eaafd0", "name": "CreateNetworkSuccessTests-33ce7431-6f65-442-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/97a9c3a5456c4e13b98ef01537eaafd0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/97a9c3a5456c4e13b98ef01537eaafd0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/97a9c3a5456c4e13b98ef01537eaafd0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_97a9c3a5456c4e13b98ef01537eaafd0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_97a9c3a5456c4e13b98ef01537eaafd0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/97a9c3a5456c4e13b98ef01537eaafd0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/97a9c3a5456c4e13b98ef01537eaafd0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/97a9c3a5456c4e13b98ef01537eaafd0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/97a9c3a5456c4e13b98ef01537eaafd0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/97a9c3a5456c4e13b98ef01537eaafd0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/97a9c3a5456c4e13b98ef01537eaafd0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/97a9c3a5456c4e13b98ef01537eaafd0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/97a9c3a5456c4e13b98ef01537eaafd0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/97a9c3a5456c4e13b98ef01537eaafd0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-33ce7431-6f65-442-user", "id": "df975d8907d040ec94ae7cb09374b8e2"}, "audit_ids": ["7kS2VWndT-uJpD2wSBuLLg"], "issued_at": "2018-08-12T08:13:20.000000Z"}} 2018-08-12 08:13:20,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}e7f82ea8e0c0b778ae843da65394d31d60dcba7d" 2018-08-12 08:13:20,379 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:13:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-71ff8a2f-0bcb-4bda-bd9e-88535738ec73 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:13:20,379 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-71ff8a2f-0bcb-4bda-bd9e-88535738ec73 2018-08-12 08:13:20,380 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:13:20,381 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:13:20,381 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:13:20,381 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:13:20,381 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:13:20,388 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateNetworkSuccessTests-3529cbb6-1de8-4797-aa0f-cbd77618abfd-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7f82ea8e0c0b778ae843da65394d31d60dcba7d" 2018-08-12 08:13:20,669 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 634 X-Openstack-Request-Id: req-d36b6966-2c02-4fc0-aadd-72d373dfaebc Date: Sun, 12 Aug 2018 08:13:20 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":["61ea1f13-944b-4c29-9f83-cf2b5cd99006"],"updated_at":"2018-08-12T08:13:19Z","tenant_id":"97a9c3a5456c4e13b98ef01537eaafd0","created_at":"2018-08-12T08:13:17Z","tags":[],"ipv6_address_scope":null,"mtu":999,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"97a9c3a5456c4e13b98ef01537eaafd0","id":"de9b1123-a03d-4eba-ab13-e0a3ffc7d815","name":"CreateNetworkSuccessTests-3529cbb6-1de8-4797-aa0f-cbd77618abfd-pub-net"}]} 2018-08-12 08:13:20,669 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateNetworkSuccessTests-3529cbb6-1de8-4797-aa0f-cbd77618abfd-pub-net used request id req-d36b6966-2c02-4fc0-aadd-72d373dfaebc 2018-08-12 08:13:20,673 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:13:20,678 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:13:20 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:13:20,679 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/97a9c3a5456c4e13b98ef01537eaafd0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7f82ea8e0c0b778ae843da65394d31d60dcba7d" 2018-08-12 08:13:20,774 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:13:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fa0681f4-ae75-4e28-be46-33ebf09baaa6 Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/97a9c3a5456c4e13b98ef01537eaafd0"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "97a9c3a5456c4e13b98ef01537eaafd0", "name": "CreateNetworkSuccessTests-33ce7431-6f65-442-proj"}} 2018-08-12 08:13:20,774 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/97a9c3a5456c4e13b98ef01537eaafd0 used request id req-fa0681f4-ae75-4e28-be46-33ebf09baaa6 2018-08-12 08:13:20,779 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=de9b1123-a03d-4eba-ab13-e0a3ffc7d815 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7f82ea8e0c0b778ae843da65394d31d60dcba7d" 2018-08-12 08:13:21,010 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-5a3fe6f3-c92f-417e-9331-17c5c687b812 Date: Sun, 12 Aug 2018 08:13:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"de9b1123-a03d-4eba-ab13-e0a3ffc7d815","tenant_id":"97a9c3a5456c4e13b98ef01537eaafd0","created_at":"2018-08-12T08:13:19Z","dns_nameservers":[],"updated_at":"2018-08-12T08:13:19Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"97a9c3a5456c4e13b98ef01537eaafd0","id":"61ea1f13-944b-4c29-9f83-cf2b5cd99006","subnetpool_id":null,"name":"CreateNetworkSuccessTests-3529cbb6-1de8-4797-aa0f-cbd77618abfd-pub-subnet"}]} 2018-08-12 08:13:21,010 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=de9b1123-a03d-4eba-ab13-e0a3ffc7d815 used request id req-5a3fe6f3-c92f-417e-9331-17c5c687b812 2018-08-12 08:13:21,011 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-3529cbb6-1de8-4797-aa0f-cbd77618abfd-pub-subnet 2018-08-12 08:13:21,011 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-3529cbb6-1de8-4797-aa0f-cbd77618abfd-pub-subnet 2018-08-12 08:13:21,015 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/61ea1f13-944b-4c29-9f83-cf2b5cd99006 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4934ab11bd7edac35cb9e4520b7590a866073d6f" 2018-08-12 08:13:23,657 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-421d7b53-6ec7-428f-88df-8fd89c179729 Date: Sun, 12 Aug 2018 08:13:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:13:23,657 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/61ea1f13-944b-4c29-9f83-cf2b5cd99006 used request id req-421d7b53-6ec7-428f-88df-8fd89c179729 2018-08-12 08:13:23,658 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-3529cbb6-1de8-4797-aa0f-cbd77618abfd-pub-net 2018-08-12 08:13:23,663 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/de9b1123-a03d-4eba-ab13-e0a3ffc7d815 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4934ab11bd7edac35cb9e4520b7590a866073d6f" 2018-08-12 08:13:25,960 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d9370111-ff53-4667-8b33-9538482b8a40 Date: Sun, 12 Aug 2018 08:13:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:13:25,960 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/de9b1123-a03d-4eba-ab13-e0a3ffc7d815 used request id req-d9370111-ff53-4667-8b33-9538482b8a40 2018-08-12 08:13:25,961 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:13:25,961 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:13:25,962 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:13:25,962 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:13:25,962 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:13:25,968 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6538231ac632051ebfcfbdc205f2ab3a496e8175" 2018-08-12 08:13:26,237 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 45548 X-Openstack-Request-Id: req-a9a57b99-79ef-41c9-bbf2-82b75cba441a Date: Sun, 12 Aug 2018 08:13:26 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "created_at": "2018-08-12T06:59:44Z", "updated_at": "2018-08-12T06:59:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "1d7fd960-7865-4453-aecc-8d399b4fad21", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "66820d8a-b785-4b18-bd67-500221c8e4f9", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "74fc7638-a322-4841-8c47-06d36174a200", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "8eaa09ec-8419-4582-9312-1e527afe6e4b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}], "revision_number": 4, "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "created_at": "2018-08-12T05:12:34Z", "updated_at": "2018-08-12T05:12:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "709513d2-af7d-4d0b-bd3c-604fed75a711", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "aa346066-e46f-44f2-94be-2884aa998a19", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "c15f7b93-e56c-4afa-867d-2acb286d4b7b", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "cb0ef83f-5f70-4a80-ad35-431ca9df551e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}], "revision_number": 4, "project_id": "fa5a7fe6ee54472ba01638877aade8e3", "id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ea65becf30e54b27aa96a449698a435e", "created_at": "2018-08-12T05:10:35Z", "updated_at": "2018-08-12T05:10:35Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "30ad280c-f302-4cd4-a438-5139917b56f9", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "76115c4c-887d-4f0a-83e2-486e4b39c713", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "8ab14937-4c08-4d43-8a9a-662e622cc643", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "ee757a03-5662-4273-9c3e-6212e7afb48f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}], "revision_number": 4, "project_id": "ea65becf30e54b27aa96a449698a435e", "id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "created_at": "2018-08-12T06:20:09Z", "updated_at": "2018-08-12T06:20:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "1123b8f2-75ac-4a26-b9b2-a96da97408e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "2ddd2b93-e080-48cd-9a50-f5fe8a82ad0c", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "cd1bae62-0aea-4438-b4c3-50a69ae6f855", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "e398e01e-ceea-46d1-9534-b929808c4a5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}], "revision_number": 4, "project_id": "ff7abd7bb61f4f2889831e932d65dc2e", "id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "created_at": "2018-08-12T05:34:57Z", "updated_at": "2018-08-12T05:34:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "208a1c1e-f5f8-49c7-9a25-d07e68b1541f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "27bfd867-e607-4bf8-9de8-60682d3f771d", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "49360e1f-6fd3-4f35-b339-24cea95773ee", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "60f631a9-d305-4920-9631-d0543e2ac64f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}], "revision_number": 4, "project_id": "3a85ceae958d4d9fba68847e7df67db8", "id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "created_at": "2018-08-12T05:34:40Z", "updated_at": "2018-08-12T05:34:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "2192c259-363e-4768-ae73-e75837ad63b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "3f87ddc5-f84d-41dc-8215-847724782569", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "7d89f6da-ea78-49dd-9115-f9ad23b250bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "9ec4497d-0f65-44db-9be9-7b3042e4a584", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}], "revision_number": 4, "project_id": "85517fcf1c6247e699fdcdd42ecc8c79", "id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "created_at": "2018-08-12T05:16:02Z", "updated_at": "2018-08-12T05:16:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "1ecacd8c-c1c7-4a66-9871-406a69323b43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "3cc1750c-e0e7-4902-b6f3-494a161b832e", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "d719a7a4-8c99-44ed-8c12-6bf071890203", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "fe7421b5-d577-41da-8c78-62f3c07eda92", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}], "revision_number": 4, "project_id": "a267b9a156244bb192691cff6e5f74fe", "id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "315a428116f24d9fbb826b37080a918e", "created_at": "2018-08-12T05:11:31Z", "updated_at": "2018-08-12T05:11:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "5e52886a-1dc3-4a81-a55d-f388dc4fd1a1", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "678e32e4-d64c-448a-a4ab-e253ab94ae90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "a8da1539-e3ad-4f90-b2df-3dc1f09d228a", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "b73d5cc9-0205-4658-bb1f-61a042c0ab8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}], "revision_number": 4, "project_id": "315a428116f24d9fbb826b37080a918e", "id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-12T05:08:01Z", "updated_at": "2018-08-12T05:08:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:01Z", "revision_number": 0, "id": "0fb05d03-1117-45d0-930c-b6d4c96ef102", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "4faaab33-5788-4bbd-85b8-0fb44d41413a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "96d0c5a0-5c67-421b-8fc8-2b46d77e5db3", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "dd78519b-4bc5-4e8e-ad0f-58089dd69347", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "11a46741b7954b959fd7764109c047b6", "created_at": "2018-08-12T05:34:51Z", "updated_at": "2018-08-12T05:34:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "0b67bf3c-2289-43bb-ab6c-7d25ec32a279", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "51f3f833-337a-42bd-a8d5-742ea8d6c226", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "571fd0b5-ef90-408d-af33-aafb517b8993", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "944ba823-fb9c-496e-a66e-bb426bb14a8d", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}], "revision_number": 4, "project_id": "11a46741b7954b959fd7764109c047b6", "id": "90af9782-8112-4257-801d-ee5115d226ba", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "created_at": "2018-08-12T05:34:26Z", "updated_at": "2018-08-12T05:34:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "2ee1f63a-807c-4d6a-85ee-dd784f6b8c3f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5dec3ec2-2add-47dd-8618-90659dcf3885", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5ea0dc3e-49d0-43f0-94e9-f6443527d14c", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "fbfaca22-7e3e-4128-8973-43e439b77c28", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}], "revision_number": 4, "project_id": "3c01cd58055c44ecaef39f7e625c2258", "id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "521007c1818145639e93ceb270559219", "created_at": "2018-08-12T05:13:27Z", "updated_at": "2018-08-12T05:13:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "5e7fede5-b0f2-47d8-95c3-516cdfc7f9de", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "8fd0e36f-c6c4-4f64-ba97-40439e614448", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "db7d79de-1dfc-4138-945f-91e74cdc266b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "e87f2cff-ff3e-4b6d-aaf0-7f0eb0ab9f05", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}], "revision_number": 4, "project_id": "521007c1818145639e93ceb270559219", "id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "created_at": "2018-08-12T05:08:18Z", "updated_at": "2018-08-12T05:08:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "3c67be40-bf74-4f97-9693-d93ce73a23b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "6112d869-2fc6-4a25-a13c-3d55cd7206c0", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "bdf21c56-453e-482e-9cba-3c55abcb0339", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "c8e92c39-38cc-4f48-be9c-5f0912e6a725", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}], "revision_number": 4, "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "created_at": "2018-08-12T05:04:23Z", "updated_at": "2018-08-12T05:04:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "280546d9-8ad1-4283-abfc-15ee9b1736c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "58bce125-f2ca-4a6d-b9ca-4e6cf5c0f7a5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "69275b9a-cfb5-482c-a9c4-8ffc79adf2c7", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "6d747f3a-3764-469a-a645-f977585c5aac", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}], "revision_number": 4, "project_id": "310f5853751a4c968f3eeb0a3d99a0a8", "id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "created_at": "2018-08-12T05:34:42Z", "updated_at": "2018-08-12T05:34:42Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "199582e8-25aa-457a-aa7c-6d8413ca4464", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "234f3609-4454-448f-919d-c8143c7cd764", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "c1061460-71a2-49a9-a04b-9fa33eeb17ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "d21ac532-51d8-4d6b-8300-7bac216759bf", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}], "revision_number": 4, "project_id": "9f6c1a272706419c9a74b0893b2890e8", "id": "d6739716-c693-460c-89c6-e7c8c48f8245", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "created_at": "2018-08-12T05:34:54Z", "updated_at": "2018-08-12T05:34:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "0633a05a-ee7d-4476-a56b-75d011b22f77", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "6cc1b9f8-73db-47a3-a0e0-3c96c43f34da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "90d99a6b-e94f-4fd8-a10c-f19dd8954c13", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "e843c139-af2a-4d2c-a24f-59f7b10ff72e", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}], "revision_number": 4, "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "created_at": "2018-08-12T05:09:07Z", "updated_at": "2018-08-12T05:09:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "5495e168-f505-4d74-ae6d-387f0bf533c2", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "6fd19b8b-3062-456e-81ba-3ff37fe43429", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8ca59d25-485c-46ce-939c-2e4a468caeac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8f190846-50a0-42b9-b571-390809b752b1", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}], "revision_number": 4, "project_id": "fa9ca6d7608b4d7d87ce97331679a481", "id": "edcd9b17-9416-4c25-823c-060c435e18d7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "created_at": "2018-08-12T05:34:52Z", "updated_at": "2018-08-12T05:34:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "2c7e484e-6ec5-4a95-8c9c-66d294c0c27e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "70c74258-3c2c-4efc-87e0-079c26ee3417", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "b70382fa-082e-4c2b-abc8-87490fa50b11", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "c3628e02-b4b6-42c9-8751-c1a2d3c19caa", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}], "revision_number": 4, "project_id": "87db863ba6e348b0a5ddcb67053db9d1", "id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "97a9c3a5456c4e13b98ef01537eaafd0", "created_at": "2018-08-12T08:13:17Z", "updated_at": "2018-08-12T08:13:17Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:13:17Z", "revision_number": 0, "id": "05948136-7984-4493-98ad-d7c3efd14a23", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:13:17Z", "security_group_id": "ffafd7d7-cd1f-4388-9c11-ac7b05132c91", "tenant_id": "97a9c3a5456c4e13b98ef01537eaafd0", "port_range_min": null, "ethertype": "IPv4", "project_id": "97a9c3a5456c4e13b98ef01537eaafd0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:13:17Z", "revision_number": 0, "id": "068c9fa4-087e-437b-b0c3-45541a7428ce", "remote_group_id": "ffafd7d7-cd1f-4388-9c11-ac7b05132c91", "remote_ip_prefix": null, "created_at": "2018-08-12T08:13:17Z", "security_group_id": "ffafd7d7-cd1f-4388-9c11-ac7b05132c91", "tenant_id": "97a9c3a5456c4e13b98ef01537eaafd0", "port_range_min": null, "ethertype": "IPv6", "project_id": "97a9c3a5456c4e13b98ef01537eaafd0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:13:17Z", "revision_number": 0, "id": "e5597323-36fe-492c-a12c-1e893602e44c", "remote_group_id": "ffafd7d7-cd1f-4388-9c11-ac7b05132c91", "remote_ip_prefix": null, "created_at": "2018-08-12T08:13:17Z", "security_group_id": "ffafd7d7-cd1f-4388-9c11-ac7b05132c91", "tenant_id": "97a9c3a5456c4e13b98ef01537eaafd0", "port_range_min": null, "ethertype": "IPv4", "project_id": "97a9c3a5456c4e13b98ef01537eaafd0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:13:17Z", "revision_number": 0, "id": "f090e153-36b9-4295-8e75-650fcc72e5ed", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:13:17Z", "security_group_id": "ffafd7d7-cd1f-4388-9c11-ac7b05132c91", "tenant_id": "97a9c3a5456c4e13b98ef01537eaafd0", "port_range_min": null, "ethertype": "IPv6", "project_id": "97a9c3a5456c4e13b98ef01537eaafd0"}], "revision_number": 4, "project_id": "97a9c3a5456c4e13b98ef01537eaafd0", "id": "ffafd7d7-cd1f-4388-9c11-ac7b05132c91", "name": "default"}]} 2018-08-12 08:13:26,239 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-a9a57b99-79ef-41c9-bbf2-82b75cba441a 2018-08-12 08:13:26,246 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6538231ac632051ebfcfbdc205f2ab3a496e8175" 2018-08-12 08:13:26,339 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:13:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9c7a72e7-24c3-4f60-85ac-a44ecd12d450 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 5fe28c13d4d74ba2be8d019ac1ea6363.", "code": 404, "title": "Not Found"}} 2018-08-12 08:13:26,339 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 used request id req-9c7a72e7-24c3-4f60-85ac-a44ecd12d450 2018-08-12 08:13:26,339 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:13:26,343 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6538231ac632051ebfcfbdc205f2ab3a496e8175" 2018-08-12 08:13:26,433 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:13:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4e20eae4-a60a-43b7-b052-c182c46dd5bb Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa5a7fe6ee54472ba01638877aade8e3.", "code": 404, "title": "Not Found"}} 2018-08-12 08:13:26,433 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 used request id req-4e20eae4-a60a-43b7-b052-c182c46dd5bb 2018-08-12 08:13:26,433 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:13:26,437 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6538231ac632051ebfcfbdc205f2ab3a496e8175" 2018-08-12 08:13:26,524 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:13:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0e94147a-9e52-4ae6-b694-70bad4b253ba Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ea65becf30e54b27aa96a449698a435e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:13:26,524 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e used request id req-0e94147a-9e52-4ae6-b694-70bad4b253ba 2018-08-12 08:13:26,524 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:13:26,528 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6538231ac632051ebfcfbdc205f2ab3a496e8175" 2018-08-12 08:13:26,640 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:13:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-509d8de7-3aa4-45dc-bc2a-faf21b4a91bd Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ff7abd7bb61f4f2889831e932d65dc2e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:13:26,640 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e used request id req-509d8de7-3aa4-45dc-bc2a-faf21b4a91bd 2018-08-12 08:13:26,640 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:13:26,644 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6538231ac632051ebfcfbdc205f2ab3a496e8175" 2018-08-12 08:13:26,735 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:13:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7a383f82-206b-48b3-a7a3-c377dd5d2f8f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3a85ceae958d4d9fba68847e7df67db8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:13:26,735 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 used request id req-7a383f82-206b-48b3-a7a3-c377dd5d2f8f 2018-08-12 08:13:26,735 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:13:26,739 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6538231ac632051ebfcfbdc205f2ab3a496e8175" 2018-08-12 08:13:26,830 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:13:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-44aae0b5-91fb-4993-b273-d0343d79cb1a Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 85517fcf1c6247e699fdcdd42ecc8c79.", "code": 404, "title": "Not Found"}} 2018-08-12 08:13:26,830 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 used request id req-44aae0b5-91fb-4993-b273-d0343d79cb1a 2018-08-12 08:13:26,831 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:13:26,834 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6538231ac632051ebfcfbdc205f2ab3a496e8175" 2018-08-12 08:13:26,933 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:13:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2fa44577-c606-4da3-b741-1e2ea9c7b551 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}} 2018-08-12 08:13:26,933 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe used request id req-2fa44577-c606-4da3-b741-1e2ea9c7b551 2018-08-12 08:13:26,937 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6538231ac632051ebfcfbdc205f2ab3a496e8175" 2018-08-12 08:13:27,028 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:13:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-30ed59ec-7f8a-463b-9c04-32656398ef25 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 315a428116f24d9fbb826b37080a918e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:13:27,028 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e used request id req-30ed59ec-7f8a-463b-9c04-32656398ef25 2018-08-12 08:13:27,028 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:13:27,032 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6538231ac632051ebfcfbdc205f2ab3a496e8175" 2018-08-12 08:13:27,117 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:13:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-85d24daf-33f4-428d-8c6a-34a5eb951d97 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 11a46741b7954b959fd7764109c047b6.", "code": 404, "title": "Not Found"}} 2018-08-12 08:13:27,117 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 used request id req-85d24daf-33f4-428d-8c6a-34a5eb951d97 2018-08-12 08:13:27,117 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:13:27,121 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6538231ac632051ebfcfbdc205f2ab3a496e8175" 2018-08-12 08:13:27,210 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:13:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-38407f01-0e9c-409a-b56b-e933353bfeb1 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3c01cd58055c44ecaef39f7e625c2258.", "code": 404, "title": "Not Found"}} 2018-08-12 08:13:27,210 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 used request id req-38407f01-0e9c-409a-b56b-e933353bfeb1 2018-08-12 08:13:27,210 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:13:27,214 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6538231ac632051ebfcfbdc205f2ab3a496e8175" 2018-08-12 08:13:27,300 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:13:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fb5832cd-8e38-4e59-bd5c-97c09cbc36c7 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 521007c1818145639e93ceb270559219.", "code": 404, "title": "Not Found"}} 2018-08-12 08:13:27,300 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 used request id req-fb5832cd-8e38-4e59-bd5c-97c09cbc36c7 2018-08-12 08:13:27,300 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:13:27,303 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6538231ac632051ebfcfbdc205f2ab3a496e8175" 2018-08-12 08:13:27,386 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:13:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c38d71be-95eb-4fef-a204-aeea7b466c88 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e18fcc7fc10a4fd0b20234f8520d0aab.", "code": 404, "title": "Not Found"}} 2018-08-12 08:13:27,387 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab used request id req-c38d71be-95eb-4fef-a204-aeea7b466c88 2018-08-12 08:13:27,387 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:13:27,390 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6538231ac632051ebfcfbdc205f2ab3a496e8175" 2018-08-12 08:13:27,484 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:13:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-130d3bfb-3986-405e-a3c1-2c12733dcb05 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "310f5853751a4c968f3eeb0a3d99a0a8", "name": "service"}} 2018-08-12 08:13:27,484 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 used request id req-130d3bfb-3986-405e-a3c1-2c12733dcb05 2018-08-12 08:13:27,488 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6538231ac632051ebfcfbdc205f2ab3a496e8175" 2018-08-12 08:13:27,674 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:13:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f7dd7d9d-f8ac-44bf-82c8-961fb6844610 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9f6c1a272706419c9a74b0893b2890e8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:13:27,675 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 used request id req-f7dd7d9d-f8ac-44bf-82c8-961fb6844610 2018-08-12 08:13:27,675 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:13:27,678 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/34cb7327fcfc4b52a63b4b8c0ea4a54d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6538231ac632051ebfcfbdc205f2ab3a496e8175" 2018-08-12 08:13:27,763 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:13:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b8e9861d-a7bb-4e49-9e90-351c1099e6e3 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 34cb7327fcfc4b52a63b4b8c0ea4a54d.", "code": 404, "title": "Not Found"}} 2018-08-12 08:13:27,763 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/34cb7327fcfc4b52a63b4b8c0ea4a54d used request id req-b8e9861d-a7bb-4e49-9e90-351c1099e6e3 2018-08-12 08:13:27,763 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:13:27,767 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa9ca6d7608b4d7d87ce97331679a481 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6538231ac632051ebfcfbdc205f2ab3a496e8175" 2018-08-12 08:13:27,868 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:13:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-30995727-aabc-4d46-8a54-306d1e377e66 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa9ca6d7608b4d7d87ce97331679a481.", "code": 404, "title": "Not Found"}} 2018-08-12 08:13:27,868 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa9ca6d7608b4d7d87ce97331679a481 used request id req-30995727-aabc-4d46-8a54-306d1e377e66 2018-08-12 08:13:27,868 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:13:27,872 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/87db863ba6e348b0a5ddcb67053db9d1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6538231ac632051ebfcfbdc205f2ab3a496e8175" 2018-08-12 08:13:27,962 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:13:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-60ee51e6-ca56-439b-9a53-d2da70947cb0 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87db863ba6e348b0a5ddcb67053db9d1.", "code": 404, "title": "Not Found"}} 2018-08-12 08:13:27,963 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/87db863ba6e348b0a5ddcb67053db9d1 used request id req-60ee51e6-ca56-439b-9a53-d2da70947cb0 2018-08-12 08:13:27,963 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:13:27,966 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/97a9c3a5456c4e13b98ef01537eaafd0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6538231ac632051ebfcfbdc205f2ab3a496e8175" 2018-08-12 08:13:28,055 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:13:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cbfc123d-27c2-42a7-9249-2588748347fd Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/97a9c3a5456c4e13b98ef01537eaafd0"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "97a9c3a5456c4e13b98ef01537eaafd0", "name": "CreateNetworkSuccessTests-33ce7431-6f65-442-proj"}} 2018-08-12 08:13:28,055 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/97a9c3a5456c4e13b98ef01537eaafd0 used request id req-cbfc123d-27c2-42a7-9249-2588748347fd 2018-08-12 08:13:28,055 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ffafd7d7-cd1f-4388-9c11-ac7b05132c91 2018-08-12 08:13:28,060 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=ffafd7d7-cd1f-4388-9c11-ac7b05132c91 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6538231ac632051ebfcfbdc205f2ab3a496e8175" 2018-08-12 08:13:28,244 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-ca393b7b-df8d-4b9c-8512-7085ec4d248c Date: Sun, 12 Aug 2018 08:13:28 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:13:17Z", "security_group_id": "ffafd7d7-cd1f-4388-9c11-ac7b05132c91", "port_range_min": null, "revision_number": 0, "tenant_id": "97a9c3a5456c4e13b98ef01537eaafd0", "created_at": "2018-08-12T08:13:17Z", "project_id": "97a9c3a5456c4e13b98ef01537eaafd0", "id": "05948136-7984-4493-98ad-d7c3efd14a23"}, {"remote_group_id": "ffafd7d7-cd1f-4388-9c11-ac7b05132c91", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:13:17Z", "security_group_id": "ffafd7d7-cd1f-4388-9c11-ac7b05132c91", "port_range_min": null, "revision_number": 0, "tenant_id": "97a9c3a5456c4e13b98ef01537eaafd0", "created_at": "2018-08-12T08:13:17Z", "project_id": "97a9c3a5456c4e13b98ef01537eaafd0", "id": "068c9fa4-087e-437b-b0c3-45541a7428ce"}, {"remote_group_id": "ffafd7d7-cd1f-4388-9c11-ac7b05132c91", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:13:17Z", "security_group_id": "ffafd7d7-cd1f-4388-9c11-ac7b05132c91", "port_range_min": null, "revision_number": 0, "tenant_id": "97a9c3a5456c4e13b98ef01537eaafd0", "created_at": "2018-08-12T08:13:17Z", "project_id": "97a9c3a5456c4e13b98ef01537eaafd0", "id": "e5597323-36fe-492c-a12c-1e893602e44c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:13:17Z", "security_group_id": "ffafd7d7-cd1f-4388-9c11-ac7b05132c91", "port_range_min": null, "revision_number": 0, "tenant_id": "97a9c3a5456c4e13b98ef01537eaafd0", "created_at": "2018-08-12T08:13:17Z", "project_id": "97a9c3a5456c4e13b98ef01537eaafd0", "id": "f090e153-36b9-4295-8e75-650fcc72e5ed"}]} 2018-08-12 08:13:28,244 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=ffafd7d7-cd1f-4388-9c11-ac7b05132c91 used request id req-ca393b7b-df8d-4b9c-8512-7085ec4d248c 2018-08-12 08:13:28,245 - neutron_utils - INFO - Deleting security group with name - default 2018-08-12 08:13:28,250 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/ffafd7d7-cd1f-4388-9c11-ac7b05132c91 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6538231ac632051ebfcfbdc205f2ab3a496e8175" 2018-08-12 08:13:28,613 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9fa64d7a-9711-43b9-b175-2b040f4063a0 Content-Length: 0 Date: Sun, 12 Aug 2018 08:13:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:13:28,613 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/ffafd7d7-cd1f-4388-9c11-ac7b05132c91 used request id req-9fa64d7a-9711-43b9-b175-2b040f4063a0 2018-08-12 08:13:28,614 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-33ce7431-6f65-442-proj 2018-08-12 08:13:28,618 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/97a9c3a5456c4e13b98ef01537eaafd0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6538231ac632051ebfcfbdc205f2ab3a496e8175" 2018-08-12 08:13:28,960 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:13:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0ccff811-1ef8-45aa-ab82-218efc3d1f68 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 08:13:28,960 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/97a9c3a5456c4e13b98ef01537eaafd0 used request id req-0ccff811-1ef8-45aa-ab82-218efc3d1f68 2018-08-12 08:13:28,961 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-33ce7431-6f65-442-proj-role 2018-08-12 08:13:28,964 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/ab53dd76d5e740b3af8d214588fb8cee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6538231ac632051ebfcfbdc205f2ab3a496e8175" 2018-08-12 08:13:29,085 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:13:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-668e4596-aa05-4fbc-9d57-5ec951792e25 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 08:13:29,085 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/ab53dd76d5e740b3af8d214588fb8cee used request id req-668e4596-aa05-4fbc-9d57-5ec951792e25 2018-08-12 08:13:29,089 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6538231ac632051ebfcfbdc205f2ab3a496e8175" 2018-08-12 08:13:29,174 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:13:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-12d26bd6-03ce-45a3-ad54-09f2b763b7e4 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:13:29,174 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-12d26bd6-03ce-45a3-ad54-09f2b763b7e4 2018-08-12 08:13:29,175 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-33ce7431-6f65-442-user 2018-08-12 08:13:29,178 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/df975d8907d040ec94ae7cb09374b8e2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7f3bd42cca42b7be60818695383a0a43749f330" 2018-08-12 08:13:29,404 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:13:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4d7eda76-7f34-494a-9238-dfa064e4d7ca 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 08:13:29,404 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/df975d8907d040ec94ae7cb09374b8e2 used request id req-4d7eda76-7f34-494a-9238-dfa064e4d7ca 2018-08-12 08:13:29,405 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:13:29,809 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:13:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["QMMu-vouTzm0UiIfydeJpg"], "issued_at": "2018-08-12T08:13:29.000000Z"}} 2018-08-12 08:13:29,809 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}1270de2c91cf854d78de4891f196ea268b002754" 2018-08-12 08:13:29,889 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:13:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5d2c286e-6441-451c-8824-2e7fe1d83957 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:13:29,889 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-5d2c286e-6441-451c-8824-2e7fe1d83957 2018-08-12 08:13:29,890 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:13:29,891 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:13:30,311 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:13:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["ac0LJ2MvQcGaotEUVBRoRA"], "issued_at": "2018-08-12T08:13:30.000000Z"}} 2018-08-12 08:13:30,311 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}33d8940a69e3998a0f2fdfdc037303020e800107" 2018-08-12 08:13:30,399 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:13:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-488fca78-dbfd-4d76-ae92-5cb9f3be9ab3 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:13:30,399 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-488fca78-dbfd-4d76-ae92-5cb9f3be9ab3 2018-08-12 08:13:30,403 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:13:30,409 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:13:30 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:13:30,410 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-789ac677-c197-494-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33d8940a69e3998a0f2fdfdc037303020e800107" 2018-08-12 08:13:30,503 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:13:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-77790b39-e59b-4211-acb3-dbc5f518a443 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-789ac677-c197-494-proj", "previous": null, "next": null}, "projects": []} 2018-08-12 08:13:30,503 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-789ac677-c197-494-proj used request id req-77790b39-e59b-4211-acb3-dbc5f518a443 2018-08-12 08:13:30,506 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33d8940a69e3998a0f2fdfdc037303020e800107" 2018-08-12 08:13:30,528 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:13:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eea17fa6-c5f3-4815-8699-853284607efb Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:13:30,528 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-eea17fa6-c5f3-4815-8699-853284607efb 2018-08-12 08:13:30,531 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33d8940a69e3998a0f2fdfdc037303020e800107" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterSuccessTests-789ac677-c197-494-proj"}}' 2018-08-12 08:13:30,678 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:13:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1ea6cd1b-10b3-4c00-acf9-2e1ed843f2a4 Content-Length: 321 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/bbf4ea8d051843499b8112c03e3ec6fc"}, "tags": [], "enabled": true, "id": "bbf4ea8d051843499b8112c03e3ec6fc", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-789ac677-c197-494-proj"}} 2018-08-12 08:13:30,678 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-1ea6cd1b-10b3-4c00-acf9-2e1ed843f2a4 2018-08-12 08:13:30,678 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-789ac677-c197-494-proj 2018-08-12 08:13:30,679 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:13:30,679 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:13:31,078 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:13:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["LNzKYKedRkqILlbXb8f1fQ"], "issued_at": "2018-08-12T08:13:31.000000Z"}} 2018-08-12 08:13:31,078 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}cd515a02d6b20abcb3d4f550ab39bdf93e0251c4" 2018-08-12 08:13:31,170 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:13:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-96de6f51-0096-4fa2-a54a-1d84cf53f959 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:13:31,170 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-96de6f51-0096-4fa2-a54a-1d84cf53f959 2018-08-12 08:13:31,174 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:13:31,179 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:13:31 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:13:31,180 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd515a02d6b20abcb3d4f550ab39bdf93e0251c4" 2018-08-12 08:13:31,294 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:13:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7621ccb6-3fcd-4db9-914f-725c3c780e40 Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/105a247548624314b9228f85f6325f0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105a247548624314b9228f85f6325f0b", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/1c5de0eaa44543f08da6ad63a51594ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c5de0eaa44543f08da6ad63a51594ff", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/1d127b5b832547a88a547c116dfdd65b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d127b5b832547a88a547c116dfdd65b", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/1d5cfc170d624ce4ae53ae0507c8d517"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d5cfc170d624ce4ae53ae0507c8d517", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/2421820b75eb4d3ebd02830378d1377b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2421820b75eb4d3ebd02830378d1377b", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/40bd8ee54ecf44868cc83cede652c396"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40bd8ee54ecf44868cc83cede652c396", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/4f32fb8153854c4c9f5094b42b523f80"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f32fb8153854c4c9f5094b42b523f80", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7066130d08fb4db7bf4ab468de53933b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7066130d08fb4db7bf4ab468de53933b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/8d0898a83bcf4521bbc11501d5d7ac89"}, "domain_id": "1eec97585bde483292ece28ee11f4b8d", "enabled": true, "options": {}, "id": "8d0898a83bcf4521bbc11501d5d7ac89", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/9defcced327d476f8a3beab718a13da3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9defcced327d476f8a3beab718a13da3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/b80ee4f6992446e0879624dd436e99a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b80ee4f6992446e0879624dd436e99a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b86fd3e011324d398fcdb6f095a20a9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b86fd3e011324d398fcdb6f095a20a9d", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1701d2754064b5cadf765ea0806f9b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1701d2754064b5cadf765ea0806f9b2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/db4e7b8d76d549faa502716565c733dd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db4e7b8d76d549faa502716565c733dd", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-12 08:13:31,294 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-7621ccb6-3fcd-4db9-914f-725c3c780e40 2018-08-12 08:13:31,297 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateRouterSuccessTests-789ac677-c197-494-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd515a02d6b20abcb3d4f550ab39bdf93e0251c4" 2018-08-12 08:13:31,390 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:13:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dc3e4975-6ccc-49aa-8704-28e0eeaaae9e Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateRouterSuccessTests-789ac677-c197-494-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/bbf4ea8d051843499b8112c03e3ec6fc"}, "tags": [], "enabled": true, "id": "bbf4ea8d051843499b8112c03e3ec6fc", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-789ac677-c197-494-proj"}]} 2018-08-12 08:13:31,390 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateRouterSuccessTests-789ac677-c197-494-proj used request id req-dc3e4975-6ccc-49aa-8704-28e0eeaaae9e 2018-08-12 08:13:31,393 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd515a02d6b20abcb3d4f550ab39bdf93e0251c4" 2018-08-12 08:13:31,483 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:13:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f6f096b9-a2e3-4364-aea0-3fa3fc1d5cb4 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:13:31,483 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-f6f096b9-a2e3-4364-aea0-3fa3fc1d5cb4 2018-08-12 08:13:31,804 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-789ac677-c197-494-user 2018-08-12 08:13:31,804 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:13:31,808 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33d8940a69e3998a0f2fdfdc037303020e800107" 2018-08-12 08:13:31,899 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:13:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4ad1d581-18c4-4e6b-8624-ee5bd2679cf5 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:13:31,899 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-4ad1d581-18c4-4e6b-8624-ee5bd2679cf5 2018-08-12 08:13:31,903 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33d8940a69e3998a0f2fdfdc037303020e800107" -d '{"role": {"name": "CreateRouterSuccessTests-789ac677-c197-494-proj-role"}}' 2018-08-12 08:13:32,006 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:13:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9e647d9c-91e2-4d00-ad2a-1f561f04c087 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "2f1b8c6beff84945b99c14dfc655b4b8", "links": {"self": "http://172.30.9.21:5000/v3/roles/2f1b8c6beff84945b99c14dfc655b4b8"}, "name": "CreateRouterSuccessTests-789ac677-c197-494-proj-role"}} 2018-08-12 08:13:32,007 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-9e647d9c-91e2-4d00-ad2a-1f561f04c087 2018-08-12 08:13:32,007 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-789ac677-c197-494-proj-role 2018-08-12 08:13:32,010 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/2f1b8c6beff84945b99c14dfc655b4b8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33d8940a69e3998a0f2fdfdc037303020e800107" 2018-08-12 08:13:32,108 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:13:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-349ad2a7-398d-41b4-b86b-987ac8ddef25 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "2f1b8c6beff84945b99c14dfc655b4b8", "links": {"self": "http://172.30.9.21:5000/v3/roles/2f1b8c6beff84945b99c14dfc655b4b8"}, "name": "CreateRouterSuccessTests-789ac677-c197-494-proj-role"}} 2018-08-12 08:13:32,108 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/2f1b8c6beff84945b99c14dfc655b4b8 used request id req-349ad2a7-398d-41b4-b86b-987ac8ddef25 2018-08-12 08:13:32,108 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-789ac677-c197-494-proj-role to project CreateRouterSuccessTests-789ac677-c197-494-proj 2018-08-12 08:13:32,112 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/bbf4ea8d051843499b8112c03e3ec6fc/users/07d91acb606b46789b3e841443a0f00f/roles/2f1b8c6beff84945b99c14dfc655b4b8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33d8940a69e3998a0f2fdfdc037303020e800107" 2018-08-12 08:13:32,261 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:13:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4af75662-ea0b-46b5-8c83-0adadf8c8eb2 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 08:13:32,261 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/bbf4ea8d051843499b8112c03e3ec6fc/users/07d91acb606b46789b3e841443a0f00f/roles/2f1b8c6beff84945b99c14dfc655b4b8 used request id req-4af75662-ea0b-46b5-8c83-0adadf8c8eb2 2018-08-12 08:13:32,261 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:13:32,262 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:13:32,262 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:13:32,262 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:13:32,262 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:13:32,263 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:13:32,264 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:13:32,651 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2f1b8c6beff84945b99c14dfc655b4b8", "name": "CreateRouterSuccessTests-789ac677-c197-494-proj-role"}], "expires_at": "2018-08-12T09:13:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bbf4ea8d051843499b8112c03e3ec6fc", "name": "CreateRouterSuccessTests-789ac677-c197-494-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/bbf4ea8d051843499b8112c03e3ec6fc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/bbf4ea8d051843499b8112c03e3ec6fc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/bbf4ea8d051843499b8112c03e3ec6fc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_bbf4ea8d051843499b8112c03e3ec6fc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_bbf4ea8d051843499b8112c03e3ec6fc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/bbf4ea8d051843499b8112c03e3ec6fc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/bbf4ea8d051843499b8112c03e3ec6fc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/bbf4ea8d051843499b8112c03e3ec6fc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/bbf4ea8d051843499b8112c03e3ec6fc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/bbf4ea8d051843499b8112c03e3ec6fc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/bbf4ea8d051843499b8112c03e3ec6fc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/bbf4ea8d051843499b8112c03e3ec6fc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/bbf4ea8d051843499b8112c03e3ec6fc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/bbf4ea8d051843499b8112c03e3ec6fc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-789ac677-c197-494-user", "id": "07d91acb606b46789b3e841443a0f00f"}, "audit_ids": ["Iz2cmBGjRHqcSCyEvF-gFQ"], "issued_at": "2018-08-12T08:13:32.000000Z"}} 2018-08-12 08:13:32,652 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}8b3541def185ea543acad3361432fefc83cf2c83" 2018-08-12 08:13:32,746 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:13:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-86242e90-7b91-4c17-b510-9de8ede8564e Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:13:32,746 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-86242e90-7b91-4c17-b510-9de8ede8564e 2018-08-12 08:13:32,747 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:13:32,747 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:13:32,747 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:13:32,748 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:13:32,748 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:13:32,754 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=CreateRouterSuccessTests-33437a8b-09d4-464d-ae08-829a17325e98-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b3541def185ea543acad3361432fefc83cf2c83" 2018-08-12 08:13:32,965 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-5f927da5-86af-4cc5-921d-39b12ac5ca37 Date: Sun, 12 Aug 2018 08:13:32 GMT RESP BODY: {"routers": []} 2018-08-12 08:13:32,965 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=CreateRouterSuccessTests-33437a8b-09d4-464d-ae08-829a17325e98-pub-router&admin_state_up=True used request id req-5f927da5-86af-4cc5-921d-39b12ac5ca37 2018-08-12 08:13:32,965 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:13:32,966 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:13:33,368 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2f1b8c6beff84945b99c14dfc655b4b8", "name": "CreateRouterSuccessTests-789ac677-c197-494-proj-role"}], "expires_at": "2018-08-12T09:13:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bbf4ea8d051843499b8112c03e3ec6fc", "name": "CreateRouterSuccessTests-789ac677-c197-494-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/bbf4ea8d051843499b8112c03e3ec6fc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/bbf4ea8d051843499b8112c03e3ec6fc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/bbf4ea8d051843499b8112c03e3ec6fc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_bbf4ea8d051843499b8112c03e3ec6fc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_bbf4ea8d051843499b8112c03e3ec6fc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/bbf4ea8d051843499b8112c03e3ec6fc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/bbf4ea8d051843499b8112c03e3ec6fc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/bbf4ea8d051843499b8112c03e3ec6fc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/bbf4ea8d051843499b8112c03e3ec6fc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/bbf4ea8d051843499b8112c03e3ec6fc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/bbf4ea8d051843499b8112c03e3ec6fc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/bbf4ea8d051843499b8112c03e3ec6fc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/bbf4ea8d051843499b8112c03e3ec6fc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/bbf4ea8d051843499b8112c03e3ec6fc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-789ac677-c197-494-user", "id": "07d91acb606b46789b3e841443a0f00f"}, "audit_ids": ["icRHzCFgS8Oy1V_OIbF75Q"], "issued_at": "2018-08-12T08:13:33.000000Z"}} 2018-08-12 08:13:33,369 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}e65a91a64809508aaec01135f61a0dc3eb28d7d3" 2018-08-12 08:13:33,447 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:13:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d49a98cf-ced6-4e3b-bc1a-8c73e80824ec Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:13:33,447 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-d49a98cf-ced6-4e3b-bc1a-8c73e80824ec 2018-08-12 08:13:33,453 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b3541def185ea543acad3361432fefc83cf2c83" 2018-08-12 08:13:33,725 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-8eb20ca0-109c-4d54-9a36-834c60243b79 Date: Sun, 12 Aug 2018 08:13:33 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ec788992-fa73-45cc-a7d9-6d44542124c2"],"updated_at":"2018-08-12T05:35:20Z","tenant_id":"310f5853751a4c968f3eeb0a3d99a0a8","created_at":"2018-08-12T05:04:23Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":7,"admin_state_up":true,"shared":false,"project_id":"310f5853751a4c968f3eeb0a3d99a0a8","id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","name":"external"}]} 2018-08-12 08:13:33,725 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=external used request id req-8eb20ca0-109c-4d54-9a36-834c60243b79 2018-08-12 08:13:33,730 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=03886690-4630-4c4c-9ccb-7eedaa9b1fd3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b3541def185ea543acad3361432fefc83cf2c83" 2018-08-12 08:13:33,927 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-3af149e6-fc89-4823-9c3c-ed71a9b4f63a Date: Sun, 12 Aug 2018 08:13:33 GMT RESP BODY: {"subnets":[]} 2018-08-12 08:13:33,928 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=03886690-4630-4c4c-9ccb-7eedaa9b1fd3 used request id req-3af149e6-fc89-4823-9c3c-ed71a9b4f63a 2018-08-12 08:13:33,928 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-33437a8b-09d4-464d-ae08-829a17325e98-pub-router 2018-08-12 08:13:33,933 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b3541def185ea543acad3361432fefc83cf2c83" -d '{"router": {"external_gateway_info": {"network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3"}, "name": "CreateRouterSuccessTests-33437a8b-09d4-464d-ae08-829a17325e98-pub-router", "admin_state_up": true}}' 2018-08-12 08:13:35,432 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 639 X-Openstack-Request-Id: req-6d2ac698-1fea-4e7d-84bd-be7e6173ce63 Date: Sun, 12 Aug 2018 08:13:35 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ec788992-fa73-45cc-a7d9-6d44542124c2", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "bbf4ea8d051843499b8112c03e3ec6fc", "created_at": "2018-08-12T08:13:34Z", "admin_state_up": true, "updated_at": "2018-08-12T08:13:34Z", "revision_number": 2, "routes": [], "project_id": "bbf4ea8d051843499b8112c03e3ec6fc", "id": "99690b5e-5e4f-408d-bd89-d117aede602a", "name": "CreateRouterSuccessTests-33437a8b-09d4-464d-ae08-829a17325e98-pub-router"}} 2018-08-12 08:13:35,432 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers used request id req-6d2ac698-1fea-4e7d-84bd-be7e6173ce63 2018-08-12 08:13:35,437 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=99690b5e-5e4f-408d-bd89-d117aede602a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b3541def185ea543acad3361432fefc83cf2c83" 2018-08-12 08:13:35,641 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-127793ea-9c9d-4f6b-ac49-fc8ee88a2d69 Date: Sun, 12 Aug 2018 08:13:35 GMT RESP BODY: {"ports":[]} 2018-08-12 08:13:35,642 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=99690b5e-5e4f-408d-bd89-d117aede602a used request id req-127793ea-9c9d-4f6b-ac49-fc8ee88a2d69 2018-08-12 08:13:35,647 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers/99690b5e-5e4f-408d-bd89-d117aede602a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b3541def185ea543acad3361432fefc83cf2c83" 2018-08-12 08:13:35,976 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 639 X-Openstack-Request-Id: req-f70e67d9-9aae-4cde-b858-d8b14e7ef54f Date: Sun, 12 Aug 2018 08:13:35 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ec788992-fa73-45cc-a7d9-6d44542124c2", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "bbf4ea8d051843499b8112c03e3ec6fc", "created_at": "2018-08-12T08:13:34Z", "admin_state_up": true, "updated_at": "2018-08-12T08:13:34Z", "revision_number": 2, "routes": [], "project_id": "bbf4ea8d051843499b8112c03e3ec6fc", "id": "99690b5e-5e4f-408d-bd89-d117aede602a", "name": "CreateRouterSuccessTests-33437a8b-09d4-464d-ae08-829a17325e98-pub-router"}} 2018-08-12 08:13:35,976 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers/99690b5e-5e4f-408d-bd89-d117aede602a used request id req-f70e67d9-9aae-4cde-b858-d8b14e7ef54f 2018-08-12 08:13:35,981 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=99690b5e-5e4f-408d-bd89-d117aede602a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b3541def185ea543acad3361432fefc83cf2c83" 2018-08-12 08:13:36,174 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-e927b5ca-bf1d-4d06-900d-b4f2386d26e7 Date: Sun, 12 Aug 2018 08:13:36 GMT RESP BODY: {"ports":[]} 2018-08-12 08:13:36,175 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=99690b5e-5e4f-408d-bd89-d117aede602a used request id req-e927b5ca-bf1d-4d06-900d-b4f2386d26e7 2018-08-12 08:13:36,175 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:13:36,572 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2f1b8c6beff84945b99c14dfc655b4b8", "name": "CreateRouterSuccessTests-789ac677-c197-494-proj-role"}], "expires_at": "2018-08-12T09:13:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bbf4ea8d051843499b8112c03e3ec6fc", "name": "CreateRouterSuccessTests-789ac677-c197-494-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/bbf4ea8d051843499b8112c03e3ec6fc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/bbf4ea8d051843499b8112c03e3ec6fc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/bbf4ea8d051843499b8112c03e3ec6fc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_bbf4ea8d051843499b8112c03e3ec6fc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_bbf4ea8d051843499b8112c03e3ec6fc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/bbf4ea8d051843499b8112c03e3ec6fc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/bbf4ea8d051843499b8112c03e3ec6fc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/bbf4ea8d051843499b8112c03e3ec6fc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/bbf4ea8d051843499b8112c03e3ec6fc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/bbf4ea8d051843499b8112c03e3ec6fc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/bbf4ea8d051843499b8112c03e3ec6fc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/bbf4ea8d051843499b8112c03e3ec6fc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/bbf4ea8d051843499b8112c03e3ec6fc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/bbf4ea8d051843499b8112c03e3ec6fc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-789ac677-c197-494-user", "id": "07d91acb606b46789b3e841443a0f00f"}, "audit_ids": ["ihicDCxgRU-n82YBEoNkFg"], "issued_at": "2018-08-12T08:13:36.000000Z"}} 2018-08-12 08:13:36,577 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=CreateRouterSuccessTests-33437a8b-09d4-464d-ae08-829a17325e98-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad28bd621f1bc15b49fb6ac8b3df7a33d3270994" 2018-08-12 08:13:36,879 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-faecc0df-af2b-45d6-a6a1-8fae455256d3 Date: Sun, 12 Aug 2018 08:13:36 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ec788992-fa73-45cc-a7d9-6d44542124c2", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "bbf4ea8d051843499b8112c03e3ec6fc", "created_at": "2018-08-12T08:13:34Z", "admin_state_up": true, "updated_at": "2018-08-12T08:13:34Z", "revision_number": 2, "routes": [], "project_id": "bbf4ea8d051843499b8112c03e3ec6fc", "id": "99690b5e-5e4f-408d-bd89-d117aede602a", "name": "CreateRouterSuccessTests-33437a8b-09d4-464d-ae08-829a17325e98-pub-router"}]} 2018-08-12 08:13:36,879 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=CreateRouterSuccessTests-33437a8b-09d4-464d-ae08-829a17325e98-pub-router&admin_state_up=True used request id req-faecc0df-af2b-45d6-a6a1-8fae455256d3 2018-08-12 08:13:36,882 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:13:36,888 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:13:36 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:13:36,889 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/bbf4ea8d051843499b8112c03e3ec6fc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1270de2c91cf854d78de4891f196ea268b002754" 2018-08-12 08:13:36,983 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:13:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-85aad696-9be0-438f-ae8d-d2402e8d83fb Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/bbf4ea8d051843499b8112c03e3ec6fc"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "bbf4ea8d051843499b8112c03e3ec6fc", "name": "CreateRouterSuccessTests-789ac677-c197-494-proj"}} 2018-08-12 08:13:36,983 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/bbf4ea8d051843499b8112c03e3ec6fc used request id req-85aad696-9be0-438f-ae8d-d2402e8d83fb 2018-08-12 08:13:36,988 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=99690b5e-5e4f-408d-bd89-d117aede602a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad28bd621f1bc15b49fb6ac8b3df7a33d3270994" 2018-08-12 08:13:37,198 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-39ca271a-efb7-48b3-ace6-ab8a65141365 Date: Sun, 12 Aug 2018 08:13:37 GMT RESP BODY: {"ports":[]} 2018-08-12 08:13:37,198 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=99690b5e-5e4f-408d-bd89-d117aede602a used request id req-39ca271a-efb7-48b3-ace6-ab8a65141365 2018-08-12 08:13:37,199 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-33437a8b-09d4-464d-ae08-829a17325e98-pub-router 2018-08-12 08:13:37,204 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/routers/99690b5e-5e4f-408d-bd89-d117aede602a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad28bd621f1bc15b49fb6ac8b3df7a33d3270994" 2018-08-12 08:13:38,624 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d141d6c5-0dff-47cc-93f4-5db1b9e71622 Content-Length: 0 Date: Sun, 12 Aug 2018 08:13:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:13:38,624 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/99690b5e-5e4f-408d-bd89-d117aede602a used request id req-d141d6c5-0dff-47cc-93f4-5db1b9e71622 2018-08-12 08:13:38,629 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=CreateRouterSuccessTests-33437a8b-09d4-464d-ae08-829a17325e98-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad28bd621f1bc15b49fb6ac8b3df7a33d3270994" 2018-08-12 08:13:38,858 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-949b8537-fea7-4286-ae87-8cc7bfbe0e7a Date: Sun, 12 Aug 2018 08:13:38 GMT RESP BODY: {"routers": []} 2018-08-12 08:13:38,858 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=CreateRouterSuccessTests-33437a8b-09d4-464d-ae08-829a17325e98-pub-router&admin_state_up=True used request id req-949b8537-fea7-4286-ae87-8cc7bfbe0e7a 2018-08-12 08:13:38,858 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-33437a8b-09d4-464d-ae08-829a17325e98-pub-router 2018-08-12 08:13:38,859 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-33437a8b-09d4-464d-ae08-829a17325e98-pub-router 2018-08-12 08:13:38,864 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/routers/99690b5e-5e4f-408d-bd89-d117aede602a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b3541def185ea543acad3361432fefc83cf2c83" 2018-08-12 08:13:39,089 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 135 X-Openstack-Request-Id: req-94f518de-ef9d-4010-8aef-fedea885a639 Date: Sun, 12 Aug 2018 08:13:39 GMT RESP BODY: {"NeutronError": {"message": "Router 99690b5e-5e4f-408d-bd89-d117aede602a could not be found", "type": "RouterNotFound", "detail": ""}} 2018-08-12 08:13:39,089 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/99690b5e-5e4f-408d-bd89-d117aede602a used request id req-94f518de-ef9d-4010-8aef-fedea885a639 2018-08-12 08:13:39,090 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Router 99690b5e-5e4f-408d-bd89-d117aede602a could not be found", "type": "RouterNotFound", "detail": ""}} 2018-08-12 08:13:39,091 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:13:39,091 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:13:39,091 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:13:39,091 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:13:39,091 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:13:39,097 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33d8940a69e3998a0f2fdfdc037303020e800107" 2018-08-12 08:13:39,351 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 43135 X-Openstack-Request-Id: req-b8142ce1-a746-45d7-b03f-6c03cc5da6bf Date: Sun, 12 Aug 2018 08:13:39 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "created_at": "2018-08-12T06:59:44Z", "updated_at": "2018-08-12T06:59:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "1d7fd960-7865-4453-aecc-8d399b4fad21", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "66820d8a-b785-4b18-bd67-500221c8e4f9", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "74fc7638-a322-4841-8c47-06d36174a200", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "8eaa09ec-8419-4582-9312-1e527afe6e4b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}], "revision_number": 4, "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "created_at": "2018-08-12T05:12:34Z", "updated_at": "2018-08-12T05:12:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "709513d2-af7d-4d0b-bd3c-604fed75a711", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "aa346066-e46f-44f2-94be-2884aa998a19", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "c15f7b93-e56c-4afa-867d-2acb286d4b7b", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "cb0ef83f-5f70-4a80-ad35-431ca9df551e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}], "revision_number": 4, "project_id": "fa5a7fe6ee54472ba01638877aade8e3", "id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ea65becf30e54b27aa96a449698a435e", "created_at": "2018-08-12T05:10:35Z", "updated_at": "2018-08-12T05:10:35Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "30ad280c-f302-4cd4-a438-5139917b56f9", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "76115c4c-887d-4f0a-83e2-486e4b39c713", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "8ab14937-4c08-4d43-8a9a-662e622cc643", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "ee757a03-5662-4273-9c3e-6212e7afb48f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}], "revision_number": 4, "project_id": "ea65becf30e54b27aa96a449698a435e", "id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "created_at": "2018-08-12T06:20:09Z", "updated_at": "2018-08-12T06:20:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "1123b8f2-75ac-4a26-b9b2-a96da97408e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "2ddd2b93-e080-48cd-9a50-f5fe8a82ad0c", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "cd1bae62-0aea-4438-b4c3-50a69ae6f855", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "e398e01e-ceea-46d1-9534-b929808c4a5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}], "revision_number": 4, "project_id": "ff7abd7bb61f4f2889831e932d65dc2e", "id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "created_at": "2018-08-12T05:34:57Z", "updated_at": "2018-08-12T05:34:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "208a1c1e-f5f8-49c7-9a25-d07e68b1541f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "27bfd867-e607-4bf8-9de8-60682d3f771d", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "49360e1f-6fd3-4f35-b339-24cea95773ee", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "60f631a9-d305-4920-9631-d0543e2ac64f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}], "revision_number": 4, "project_id": "3a85ceae958d4d9fba68847e7df67db8", "id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "created_at": "2018-08-12T05:34:40Z", "updated_at": "2018-08-12T05:34:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "2192c259-363e-4768-ae73-e75837ad63b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "3f87ddc5-f84d-41dc-8215-847724782569", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "7d89f6da-ea78-49dd-9115-f9ad23b250bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "9ec4497d-0f65-44db-9be9-7b3042e4a584", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}], "revision_number": 4, "project_id": "85517fcf1c6247e699fdcdd42ecc8c79", "id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "created_at": "2018-08-12T05:16:02Z", "updated_at": "2018-08-12T05:16:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "1ecacd8c-c1c7-4a66-9871-406a69323b43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "3cc1750c-e0e7-4902-b6f3-494a161b832e", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "d719a7a4-8c99-44ed-8c12-6bf071890203", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "fe7421b5-d577-41da-8c78-62f3c07eda92", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}], "revision_number": 4, "project_id": "a267b9a156244bb192691cff6e5f74fe", "id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "315a428116f24d9fbb826b37080a918e", "created_at": "2018-08-12T05:11:31Z", "updated_at": "2018-08-12T05:11:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "5e52886a-1dc3-4a81-a55d-f388dc4fd1a1", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "678e32e4-d64c-448a-a4ab-e253ab94ae90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "a8da1539-e3ad-4f90-b2df-3dc1f09d228a", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "b73d5cc9-0205-4658-bb1f-61a042c0ab8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}], "revision_number": 4, "project_id": "315a428116f24d9fbb826b37080a918e", "id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-12T05:08:01Z", "updated_at": "2018-08-12T05:08:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:01Z", "revision_number": 0, "id": "0fb05d03-1117-45d0-930c-b6d4c96ef102", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "4faaab33-5788-4bbd-85b8-0fb44d41413a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "96d0c5a0-5c67-421b-8fc8-2b46d77e5db3", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "dd78519b-4bc5-4e8e-ad0f-58089dd69347", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "11a46741b7954b959fd7764109c047b6", "created_at": "2018-08-12T05:34:51Z", "updated_at": "2018-08-12T05:34:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "0b67bf3c-2289-43bb-ab6c-7d25ec32a279", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "51f3f833-337a-42bd-a8d5-742ea8d6c226", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "571fd0b5-ef90-408d-af33-aafb517b8993", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "944ba823-fb9c-496e-a66e-bb426bb14a8d", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}], "revision_number": 4, "project_id": "11a46741b7954b959fd7764109c047b6", "id": "90af9782-8112-4257-801d-ee5115d226ba", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "created_at": "2018-08-12T05:34:26Z", "updated_at": "2018-08-12T05:34:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "2ee1f63a-807c-4d6a-85ee-dd784f6b8c3f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5dec3ec2-2add-47dd-8618-90659dcf3885", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5ea0dc3e-49d0-43f0-94e9-f6443527d14c", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "fbfaca22-7e3e-4128-8973-43e439b77c28", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}], "revision_number": 4, "project_id": "3c01cd58055c44ecaef39f7e625c2258", "id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "521007c1818145639e93ceb270559219", "created_at": "2018-08-12T05:13:27Z", "updated_at": "2018-08-12T05:13:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "5e7fede5-b0f2-47d8-95c3-516cdfc7f9de", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "8fd0e36f-c6c4-4f64-ba97-40439e614448", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "db7d79de-1dfc-4138-945f-91e74cdc266b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "e87f2cff-ff3e-4b6d-aaf0-7f0eb0ab9f05", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}], "revision_number": 4, "project_id": "521007c1818145639e93ceb270559219", "id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "created_at": "2018-08-12T05:08:18Z", "updated_at": "2018-08-12T05:08:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "3c67be40-bf74-4f97-9693-d93ce73a23b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "6112d869-2fc6-4a25-a13c-3d55cd7206c0", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "bdf21c56-453e-482e-9cba-3c55abcb0339", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "c8e92c39-38cc-4f48-be9c-5f0912e6a725", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}], "revision_number": 4, "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "created_at": "2018-08-12T05:04:23Z", "updated_at": "2018-08-12T05:04:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "280546d9-8ad1-4283-abfc-15ee9b1736c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "58bce125-f2ca-4a6d-b9ca-4e6cf5c0f7a5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "69275b9a-cfb5-482c-a9c4-8ffc79adf2c7", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "6d747f3a-3764-469a-a645-f977585c5aac", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}], "revision_number": 4, "project_id": "310f5853751a4c968f3eeb0a3d99a0a8", "id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "created_at": "2018-08-12T05:34:42Z", "updated_at": "2018-08-12T05:34:42Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "199582e8-25aa-457a-aa7c-6d8413ca4464", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "234f3609-4454-448f-919d-c8143c7cd764", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "c1061460-71a2-49a9-a04b-9fa33eeb17ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "d21ac532-51d8-4d6b-8300-7bac216759bf", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}], "revision_number": 4, "project_id": "9f6c1a272706419c9a74b0893b2890e8", "id": "d6739716-c693-460c-89c6-e7c8c48f8245", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "created_at": "2018-08-12T05:34:54Z", "updated_at": "2018-08-12T05:34:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "0633a05a-ee7d-4476-a56b-75d011b22f77", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "6cc1b9f8-73db-47a3-a0e0-3c96c43f34da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "90d99a6b-e94f-4fd8-a10c-f19dd8954c13", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "e843c139-af2a-4d2c-a24f-59f7b10ff72e", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}], "revision_number": 4, "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "created_at": "2018-08-12T05:09:07Z", "updated_at": "2018-08-12T05:09:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "5495e168-f505-4d74-ae6d-387f0bf533c2", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "6fd19b8b-3062-456e-81ba-3ff37fe43429", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8ca59d25-485c-46ce-939c-2e4a468caeac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8f190846-50a0-42b9-b571-390809b752b1", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}], "revision_number": 4, "project_id": "fa9ca6d7608b4d7d87ce97331679a481", "id": "edcd9b17-9416-4c25-823c-060c435e18d7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "created_at": "2018-08-12T05:34:52Z", "updated_at": "2018-08-12T05:34:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "2c7e484e-6ec5-4a95-8c9c-66d294c0c27e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "70c74258-3c2c-4efc-87e0-079c26ee3417", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "b70382fa-082e-4c2b-abc8-87490fa50b11", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "c3628e02-b4b6-42c9-8751-c1a2d3c19caa", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}], "revision_number": 4, "project_id": "87db863ba6e348b0a5ddcb67053db9d1", "id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "name": "default"}]} 2018-08-12 08:13:39,352 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-b8142ce1-a746-45d7-b03f-6c03cc5da6bf 2018-08-12 08:13:39,359 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33d8940a69e3998a0f2fdfdc037303020e800107" 2018-08-12 08:13:39,446 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:13:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-aeb78cda-8630-4c4a-94b9-d6d641a17744 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 5fe28c13d4d74ba2be8d019ac1ea6363.", "code": 404, "title": "Not Found"}} 2018-08-12 08:13:39,446 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 used request id req-aeb78cda-8630-4c4a-94b9-d6d641a17744 2018-08-12 08:13:39,447 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:13:39,450 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33d8940a69e3998a0f2fdfdc037303020e800107" 2018-08-12 08:13:39,542 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:13:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-de156d2c-9f16-432b-a297-aff693709509 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa5a7fe6ee54472ba01638877aade8e3.", "code": 404, "title": "Not Found"}} 2018-08-12 08:13:39,542 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 used request id req-de156d2c-9f16-432b-a297-aff693709509 2018-08-12 08:13:39,542 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:13:39,545 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33d8940a69e3998a0f2fdfdc037303020e800107" 2018-08-12 08:13:39,627 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:13:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e5420839-f2e4-4110-b304-d3f23f5b7a52 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ea65becf30e54b27aa96a449698a435e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:13:39,627 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e used request id req-e5420839-f2e4-4110-b304-d3f23f5b7a52 2018-08-12 08:13:39,627 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:13:39,630 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33d8940a69e3998a0f2fdfdc037303020e800107" 2018-08-12 08:13:39,720 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:13:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9f434ea0-0f71-4717-a156-2433d0d72c8a Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ff7abd7bb61f4f2889831e932d65dc2e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:13:39,720 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e used request id req-9f434ea0-0f71-4717-a156-2433d0d72c8a 2018-08-12 08:13:39,720 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:13:39,724 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33d8940a69e3998a0f2fdfdc037303020e800107" 2018-08-12 08:13:39,814 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:13:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dc4b301d-f4d6-4f1a-8dd3-561aee8ebe67 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3a85ceae958d4d9fba68847e7df67db8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:13:39,814 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 used request id req-dc4b301d-f4d6-4f1a-8dd3-561aee8ebe67 2018-08-12 08:13:39,814 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:13:39,818 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33d8940a69e3998a0f2fdfdc037303020e800107" 2018-08-12 08:13:39,901 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:13:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c49b85a9-5d14-4fe5-bb2c-bede335e26b1 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 85517fcf1c6247e699fdcdd42ecc8c79.", "code": 404, "title": "Not Found"}} 2018-08-12 08:13:39,901 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 used request id req-c49b85a9-5d14-4fe5-bb2c-bede335e26b1 2018-08-12 08:13:39,901 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:13:39,905 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33d8940a69e3998a0f2fdfdc037303020e800107" 2018-08-12 08:13:39,999 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:13:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e0b1cd9-f7ac-4585-9f1e-74ea5bdab521 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}} 2018-08-12 08:13:40,000 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe used request id req-1e0b1cd9-f7ac-4585-9f1e-74ea5bdab521 2018-08-12 08:13:40,003 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33d8940a69e3998a0f2fdfdc037303020e800107" 2018-08-12 08:13:40,095 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:13:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-94782509-783a-4f03-8afc-1f2a40f8218d Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 315a428116f24d9fbb826b37080a918e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:13:40,096 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e used request id req-94782509-783a-4f03-8afc-1f2a40f8218d 2018-08-12 08:13:40,096 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:13:40,099 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33d8940a69e3998a0f2fdfdc037303020e800107" 2018-08-12 08:13:40,184 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:13:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-227f5bbe-52e1-4e7c-86f7-ccfc82f6f6e9 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 11a46741b7954b959fd7764109c047b6.", "code": 404, "title": "Not Found"}} 2018-08-12 08:13:40,184 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 used request id req-227f5bbe-52e1-4e7c-86f7-ccfc82f6f6e9 2018-08-12 08:13:40,184 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:13:40,188 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33d8940a69e3998a0f2fdfdc037303020e800107" 2018-08-12 08:13:40,278 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:13:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e9281bf0-708e-47ce-92d8-aa68e018ad97 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3c01cd58055c44ecaef39f7e625c2258.", "code": 404, "title": "Not Found"}} 2018-08-12 08:13:40,278 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 used request id req-e9281bf0-708e-47ce-92d8-aa68e018ad97 2018-08-12 08:13:40,278 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:13:40,281 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33d8940a69e3998a0f2fdfdc037303020e800107" 2018-08-12 08:13:40,367 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:13:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f2bcb92f-e094-4b19-991d-7fc8713e1cf9 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 521007c1818145639e93ceb270559219.", "code": 404, "title": "Not Found"}} 2018-08-12 08:13:40,367 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 used request id req-f2bcb92f-e094-4b19-991d-7fc8713e1cf9 2018-08-12 08:13:40,367 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:13:40,370 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33d8940a69e3998a0f2fdfdc037303020e800107" 2018-08-12 08:13:40,455 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:13:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9655dc32-5ca3-4baa-877a-ccc854961d02 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e18fcc7fc10a4fd0b20234f8520d0aab.", "code": 404, "title": "Not Found"}} 2018-08-12 08:13:40,455 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab used request id req-9655dc32-5ca3-4baa-877a-ccc854961d02 2018-08-12 08:13:40,455 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:13:40,459 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33d8940a69e3998a0f2fdfdc037303020e800107" 2018-08-12 08:13:40,549 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:13:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1866fdb0-0cd4-45f6-8a55-a87cf00bc5d4 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "310f5853751a4c968f3eeb0a3d99a0a8", "name": "service"}} 2018-08-12 08:13:40,550 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 used request id req-1866fdb0-0cd4-45f6-8a55-a87cf00bc5d4 2018-08-12 08:13:40,553 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33d8940a69e3998a0f2fdfdc037303020e800107" 2018-08-12 08:13:40,643 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:13:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1f86fab9-a7c3-4be3-885a-9399f28fb7f8 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9f6c1a272706419c9a74b0893b2890e8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:13:40,643 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 used request id req-1f86fab9-a7c3-4be3-885a-9399f28fb7f8 2018-08-12 08:13:40,643 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:13:40,647 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/34cb7327fcfc4b52a63b4b8c0ea4a54d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33d8940a69e3998a0f2fdfdc037303020e800107" 2018-08-12 08:13:40,733 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:13:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7d698180-9b1c-45af-ab52-a8fc00339a3b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 34cb7327fcfc4b52a63b4b8c0ea4a54d.", "code": 404, "title": "Not Found"}} 2018-08-12 08:13:40,733 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/34cb7327fcfc4b52a63b4b8c0ea4a54d used request id req-7d698180-9b1c-45af-ab52-a8fc00339a3b 2018-08-12 08:13:40,733 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:13:40,737 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa9ca6d7608b4d7d87ce97331679a481 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33d8940a69e3998a0f2fdfdc037303020e800107" 2018-08-12 08:13:40,828 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:13:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2eb2f846-9900-4695-bab7-963f85eb19f9 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa9ca6d7608b4d7d87ce97331679a481.", "code": 404, "title": "Not Found"}} 2018-08-12 08:13:40,828 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa9ca6d7608b4d7d87ce97331679a481 used request id req-2eb2f846-9900-4695-bab7-963f85eb19f9 2018-08-12 08:13:40,828 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:13:40,831 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/87db863ba6e348b0a5ddcb67053db9d1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33d8940a69e3998a0f2fdfdc037303020e800107" 2018-08-12 08:13:40,923 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:13:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-de5b402c-ee81-4ead-a445-ef215d8ba367 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87db863ba6e348b0a5ddcb67053db9d1.", "code": 404, "title": "Not Found"}} 2018-08-12 08:13:40,923 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/87db863ba6e348b0a5ddcb67053db9d1 used request id req-de5b402c-ee81-4ead-a445-ef215d8ba367 2018-08-12 08:13:40,924 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:13:40,925 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-789ac677-c197-494-proj 2018-08-12 08:13:40,928 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/bbf4ea8d051843499b8112c03e3ec6fc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33d8940a69e3998a0f2fdfdc037303020e800107" 2018-08-12 08:13:41,168 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:13:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-130d9154-6c98-4828-91f5-8d0bb6636bac 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 08:13:41,169 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/bbf4ea8d051843499b8112c03e3ec6fc used request id req-130d9154-6c98-4828-91f5-8d0bb6636bac 2018-08-12 08:13:41,169 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-789ac677-c197-494-proj-role 2018-08-12 08:13:41,172 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/2f1b8c6beff84945b99c14dfc655b4b8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33d8940a69e3998a0f2fdfdc037303020e800107" 2018-08-12 08:13:41,288 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:13:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ddf894ee-c4b3-47b1-ae80-3bf88afa958d 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 08:13:41,288 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/2f1b8c6beff84945b99c14dfc655b4b8 used request id req-ddf894ee-c4b3-47b1-ae80-3bf88afa958d 2018-08-12 08:13:41,291 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33d8940a69e3998a0f2fdfdc037303020e800107" 2018-08-12 08:13:41,384 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:13:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-85e688d7-6ff4-44d1-a833-fed8ebcbf45a Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:13:41,384 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-85e688d7-6ff4-44d1-a833-fed8ebcbf45a 2018-08-12 08:13:41,385 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-789ac677-c197-494-user 2018-08-12 08:13:41,388 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/07d91acb606b46789b3e841443a0f00f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd515a02d6b20abcb3d4f550ab39bdf93e0251c4" 2018-08-12 08:13:41,595 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:13:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d922b604-311b-498c-a378-474934990839 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 08:13:41,595 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/07d91acb606b46789b3e841443a0f00f used request id req-d922b604-311b-498c-a378-474934990839 2018-08-12 08:13:41,597 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:13:42,002 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:13:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["q5oSbsQ5RG-obR5wIL-SAQ"], "issued_at": "2018-08-12T08:13:42.000000Z"}} 2018-08-12 08:13:42,003 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}2747e98c94b81463813810507ab686030db1cdb0" 2018-08-12 08:13:42,098 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:13:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c83d3abd-df29-48cf-933a-932251fe4c02 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:13:42,098 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-c83d3abd-df29-48cf-933a-932251fe4c02 2018-08-12 08:13:42,100 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:13:42,100 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:13:42,492 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:13:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["V7oR1xs3QgCnrSzTkUbwEw"], "issued_at": "2018-08-12T08:13:42.000000Z"}} 2018-08-12 08:13:42,493 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}3f43f42aaf45dfd35abbeb08eb1a9153166c07a0" 2018-08-12 08:13:42,578 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:13:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3763e575-9729-4062-b3c9-c93a140ac31a Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:13:42,578 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-3763e575-9729-4062-b3c9-c93a140ac31a 2018-08-12 08:13:42,583 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:13:42,589 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:13:42 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:13:42,590 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-90296ab3-aa21-4eb-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f43f42aaf45dfd35abbeb08eb1a9153166c07a0" 2018-08-12 08:13:42,684 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:13:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e5a4daad-68d1-4607-afd4-371905d94a05 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-90296ab3-aa21-4eb-proj", "previous": null, "next": null}, "projects": []} 2018-08-12 08:13:42,684 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-90296ab3-aa21-4eb-proj used request id req-e5a4daad-68d1-4607-afd4-371905d94a05 2018-08-12 08:13:42,688 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f43f42aaf45dfd35abbeb08eb1a9153166c07a0" 2018-08-12 08:13:42,783 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:13:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-18c70cd8-d3bf-4c9a-b972-bef3c8c38e0a Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:13:42,783 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-18c70cd8-d3bf-4c9a-b972-bef3c8c38e0a 2018-08-12 08:13:42,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f43f42aaf45dfd35abbeb08eb1a9153166c07a0" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterSuccessTests-90296ab3-aa21-4eb-proj"}}' 2018-08-12 08:13:42,923 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:13:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1714a4f8-3754-486c-bacc-34ff668d26e7 Content-Length: 321 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/9de15e042a164c79a383f04d8ca56944"}, "tags": [], "enabled": true, "id": "9de15e042a164c79a383f04d8ca56944", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-90296ab3-aa21-4eb-proj"}} 2018-08-12 08:13:42,923 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-1714a4f8-3754-486c-bacc-34ff668d26e7 2018-08-12 08:13:42,923 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-90296ab3-aa21-4eb-proj 2018-08-12 08:13:42,924 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:13:42,924 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:13:43,309 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:13:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["fxW-_l-IRMioKII5FrqGZQ"], "issued_at": "2018-08-12T08:13:43.000000Z"}} 2018-08-12 08:13:43,309 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}530519f41458eeadcac0d484ceecc7d78b180a4b" 2018-08-12 08:13:43,403 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:13:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7bd47f31-f839-49ff-af6e-27b82d428862 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:13:43,403 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-7bd47f31-f839-49ff-af6e-27b82d428862 2018-08-12 08:13:43,407 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:13:43,413 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:13:43 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:13:43,414 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}530519f41458eeadcac0d484ceecc7d78b180a4b" 2018-08-12 08:13:43,516 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:13:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0ee691d4-982f-47c1-8547-657b3d5b2450 Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/105a247548624314b9228f85f6325f0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105a247548624314b9228f85f6325f0b", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/1c5de0eaa44543f08da6ad63a51594ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c5de0eaa44543f08da6ad63a51594ff", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/1d127b5b832547a88a547c116dfdd65b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d127b5b832547a88a547c116dfdd65b", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/1d5cfc170d624ce4ae53ae0507c8d517"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d5cfc170d624ce4ae53ae0507c8d517", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/2421820b75eb4d3ebd02830378d1377b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2421820b75eb4d3ebd02830378d1377b", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/40bd8ee54ecf44868cc83cede652c396"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40bd8ee54ecf44868cc83cede652c396", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/4f32fb8153854c4c9f5094b42b523f80"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f32fb8153854c4c9f5094b42b523f80", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7066130d08fb4db7bf4ab468de53933b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7066130d08fb4db7bf4ab468de53933b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/8d0898a83bcf4521bbc11501d5d7ac89"}, "domain_id": "1eec97585bde483292ece28ee11f4b8d", "enabled": true, "options": {}, "id": "8d0898a83bcf4521bbc11501d5d7ac89", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/9defcced327d476f8a3beab718a13da3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9defcced327d476f8a3beab718a13da3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/b80ee4f6992446e0879624dd436e99a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b80ee4f6992446e0879624dd436e99a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b86fd3e011324d398fcdb6f095a20a9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b86fd3e011324d398fcdb6f095a20a9d", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1701d2754064b5cadf765ea0806f9b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1701d2754064b5cadf765ea0806f9b2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/db4e7b8d76d549faa502716565c733dd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db4e7b8d76d549faa502716565c733dd", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-12 08:13:43,516 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-0ee691d4-982f-47c1-8547-657b3d5b2450 2018-08-12 08:13:43,520 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateRouterSuccessTests-90296ab3-aa21-4eb-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}530519f41458eeadcac0d484ceecc7d78b180a4b" 2018-08-12 08:13:43,621 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:13:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f740d41e-1f4d-43cf-8aa3-2a44f8a9031c Content-Encoding: gzip Content-Length: 260 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateRouterSuccessTests-90296ab3-aa21-4eb-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/9de15e042a164c79a383f04d8ca56944"}, "tags": [], "enabled": true, "id": "9de15e042a164c79a383f04d8ca56944", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-90296ab3-aa21-4eb-proj"}]} 2018-08-12 08:13:43,621 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateRouterSuccessTests-90296ab3-aa21-4eb-proj used request id req-f740d41e-1f4d-43cf-8aa3-2a44f8a9031c 2018-08-12 08:13:43,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}530519f41458eeadcac0d484ceecc7d78b180a4b" 2018-08-12 08:13:43,723 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:13:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d03b5815-cdb8-47fb-bb6e-84c9f1c6b759 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:13:43,723 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-d03b5815-cdb8-47fb-bb6e-84c9f1c6b759 2018-08-12 08:13:44,097 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-90296ab3-aa21-4eb-user 2018-08-12 08:13:44,097 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:13:44,101 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f43f42aaf45dfd35abbeb08eb1a9153166c07a0" 2018-08-12 08:13:44,196 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:13:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-98e0463f-38d1-45e4-b645-f1c31dec31ce Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:13:44,196 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-98e0463f-38d1-45e4-b645-f1c31dec31ce 2018-08-12 08:13:44,200 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f43f42aaf45dfd35abbeb08eb1a9153166c07a0" -d '{"role": {"name": "CreateRouterSuccessTests-90296ab3-aa21-4eb-proj-role"}}' 2018-08-12 08:13:44,318 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:13:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b2ead49b-70de-4ad1-9329-3636d426defa Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "c1a0ee7c29d24c89932a2e2b226c07af", "links": {"self": "http://172.30.9.21:5000/v3/roles/c1a0ee7c29d24c89932a2e2b226c07af"}, "name": "CreateRouterSuccessTests-90296ab3-aa21-4eb-proj-role"}} 2018-08-12 08:13:44,318 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-b2ead49b-70de-4ad1-9329-3636d426defa 2018-08-12 08:13:44,319 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-90296ab3-aa21-4eb-proj-role 2018-08-12 08:13:44,322 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/c1a0ee7c29d24c89932a2e2b226c07af -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f43f42aaf45dfd35abbeb08eb1a9153166c07a0" 2018-08-12 08:13:44,408 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:13:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4d759aed-ae49-4bc9-bcc2-d155491da0f8 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "c1a0ee7c29d24c89932a2e2b226c07af", "links": {"self": "http://172.30.9.21:5000/v3/roles/c1a0ee7c29d24c89932a2e2b226c07af"}, "name": "CreateRouterSuccessTests-90296ab3-aa21-4eb-proj-role"}} 2018-08-12 08:13:44,408 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/c1a0ee7c29d24c89932a2e2b226c07af used request id req-4d759aed-ae49-4bc9-bcc2-d155491da0f8 2018-08-12 08:13:44,409 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-90296ab3-aa21-4eb-proj-role to project CreateRouterSuccessTests-90296ab3-aa21-4eb-proj 2018-08-12 08:13:44,412 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/9de15e042a164c79a383f04d8ca56944/users/290c1a5461714369863671bd989901c9/roles/c1a0ee7c29d24c89932a2e2b226c07af -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f43f42aaf45dfd35abbeb08eb1a9153166c07a0" 2018-08-12 08:13:44,477 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:13:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-241a53f1-7d63-409e-b356-e50867007d40 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 08:13:44,477 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/9de15e042a164c79a383f04d8ca56944/users/290c1a5461714369863671bd989901c9/roles/c1a0ee7c29d24c89932a2e2b226c07af used request id req-241a53f1-7d63-409e-b356-e50867007d40 2018-08-12 08:13:44,477 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:13:44,478 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:13:44,478 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:13:44,478 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:13:44,478 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:13:44,479 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:13:44,480 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:13:44,877 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c1a0ee7c29d24c89932a2e2b226c07af", "name": "CreateRouterSuccessTests-90296ab3-aa21-4eb-proj-role"}], "expires_at": "2018-08-12T09:13:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9de15e042a164c79a383f04d8ca56944", "name": "CreateRouterSuccessTests-90296ab3-aa21-4eb-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/9de15e042a164c79a383f04d8ca56944", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/9de15e042a164c79a383f04d8ca56944", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/9de15e042a164c79a383f04d8ca56944", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_9de15e042a164c79a383f04d8ca56944", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_9de15e042a164c79a383f04d8ca56944", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/9de15e042a164c79a383f04d8ca56944", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/9de15e042a164c79a383f04d8ca56944", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/9de15e042a164c79a383f04d8ca56944", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/9de15e042a164c79a383f04d8ca56944", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/9de15e042a164c79a383f04d8ca56944", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/9de15e042a164c79a383f04d8ca56944", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/9de15e042a164c79a383f04d8ca56944", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/9de15e042a164c79a383f04d8ca56944", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/9de15e042a164c79a383f04d8ca56944", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-90296ab3-aa21-4eb-user", "id": "290c1a5461714369863671bd989901c9"}, "audit_ids": ["9IGlKwAPSaGcZnczCAYJhQ"], "issued_at": "2018-08-12T08:13:44.000000Z"}} 2018-08-12 08:13:44,878 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}4d2d54d6c95e7b5c9b0e4a6c6b292dac87c1318b" 2018-08-12 08:13:44,960 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:13:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3f027552-6f53-46d9-a15e-06089be9b5e6 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:13:44,960 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-3f027552-6f53-46d9-a15e-06089be9b5e6 2018-08-12 08:13:44,961 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:13:44,961 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:13:44,961 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:13:44,961 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:13:44,962 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:13:44,968 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=CreateRouterSuccessTests-fa198eda-ba0b-44e2-a4ee-a3b01742042a-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d2d54d6c95e7b5c9b0e4a6c6b292dac87c1318b" 2018-08-12 08:13:45,187 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-1921f2c6-7f1b-463e-b73f-b8399f380325 Date: Sun, 12 Aug 2018 08:13:45 GMT RESP BODY: {"routers": []} 2018-08-12 08:13:45,187 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=CreateRouterSuccessTests-fa198eda-ba0b-44e2-a4ee-a3b01742042a-pub-router&admin_state_up=True used request id req-1921f2c6-7f1b-463e-b73f-b8399f380325 2018-08-12 08:13:45,188 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:13:45,189 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:13:45,587 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c1a0ee7c29d24c89932a2e2b226c07af", "name": "CreateRouterSuccessTests-90296ab3-aa21-4eb-proj-role"}], "expires_at": "2018-08-12T09:13:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9de15e042a164c79a383f04d8ca56944", "name": "CreateRouterSuccessTests-90296ab3-aa21-4eb-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/9de15e042a164c79a383f04d8ca56944", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/9de15e042a164c79a383f04d8ca56944", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/9de15e042a164c79a383f04d8ca56944", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_9de15e042a164c79a383f04d8ca56944", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_9de15e042a164c79a383f04d8ca56944", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/9de15e042a164c79a383f04d8ca56944", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/9de15e042a164c79a383f04d8ca56944", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/9de15e042a164c79a383f04d8ca56944", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/9de15e042a164c79a383f04d8ca56944", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/9de15e042a164c79a383f04d8ca56944", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/9de15e042a164c79a383f04d8ca56944", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/9de15e042a164c79a383f04d8ca56944", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/9de15e042a164c79a383f04d8ca56944", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/9de15e042a164c79a383f04d8ca56944", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-90296ab3-aa21-4eb-user", "id": "290c1a5461714369863671bd989901c9"}, "audit_ids": ["UfN6L1hKSGqSPcKPKCDLWA"], "issued_at": "2018-08-12T08:13:45.000000Z"}} 2018-08-12 08:13:45,587 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}f8149d46f5cc7189f718568564747af5ded01c27" 2018-08-12 08:13:45,673 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:13:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-91d339fa-0239-47d6-8b0d-75f9609598ef Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:13:45,673 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-91d339fa-0239-47d6-8b0d-75f9609598ef 2018-08-12 08:13:45,675 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-fa198eda-ba0b-44e2-a4ee-a3b01742042a-pub-router 2018-08-12 08:13:45,679 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d2d54d6c95e7b5c9b0e4a6c6b292dac87c1318b" -d '{"router": {"name": "CreateRouterSuccessTests-fa198eda-ba0b-44e2-a4ee-a3b01742042a-pub-router", "admin_state_up": true}}' 2018-08-12 08:13:46,003 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 459 X-Openstack-Request-Id: req-0de36e66-0595-4ec2-96d7-64dc15f7529d Date: Sun, 12 Aug 2018 08:13:46 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "9de15e042a164c79a383f04d8ca56944", "created_at": "2018-08-12T08:13:45Z", "admin_state_up": true, "updated_at": "2018-08-12T08:13:45Z", "revision_number": 0, "routes": [], "project_id": "9de15e042a164c79a383f04d8ca56944", "id": "2126d054-c6c7-4327-9f32-f4ba32c97c94", "name": "CreateRouterSuccessTests-fa198eda-ba0b-44e2-a4ee-a3b01742042a-pub-router"}} 2018-08-12 08:13:46,003 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers used request id req-0de36e66-0595-4ec2-96d7-64dc15f7529d 2018-08-12 08:13:46,008 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=2126d054-c6c7-4327-9f32-f4ba32c97c94 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d2d54d6c95e7b5c9b0e4a6c6b292dac87c1318b" 2018-08-12 08:13:46,211 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-0b1275ce-7a41-4a70-b740-7b75ea245fee Date: Sun, 12 Aug 2018 08:13:46 GMT RESP BODY: {"ports":[]} 2018-08-12 08:13:46,212 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=2126d054-c6c7-4327-9f32-f4ba32c97c94 used request id req-0b1275ce-7a41-4a70-b740-7b75ea245fee 2018-08-12 08:13:46,217 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers/2126d054-c6c7-4327-9f32-f4ba32c97c94 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d2d54d6c95e7b5c9b0e4a6c6b292dac87c1318b" 2018-08-12 08:13:46,488 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 459 X-Openstack-Request-Id: req-50fac35a-e10d-4efd-8d12-8b06a2f0b27b Date: Sun, 12 Aug 2018 08:13:46 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "9de15e042a164c79a383f04d8ca56944", "created_at": "2018-08-12T08:13:45Z", "admin_state_up": true, "updated_at": "2018-08-12T08:13:45Z", "revision_number": 0, "routes": [], "project_id": "9de15e042a164c79a383f04d8ca56944", "id": "2126d054-c6c7-4327-9f32-f4ba32c97c94", "name": "CreateRouterSuccessTests-fa198eda-ba0b-44e2-a4ee-a3b01742042a-pub-router"}} 2018-08-12 08:13:46,488 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers/2126d054-c6c7-4327-9f32-f4ba32c97c94 used request id req-50fac35a-e10d-4efd-8d12-8b06a2f0b27b 2018-08-12 08:13:46,493 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=2126d054-c6c7-4327-9f32-f4ba32c97c94 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d2d54d6c95e7b5c9b0e4a6c6b292dac87c1318b" 2018-08-12 08:13:46,700 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-d7713c5e-e2a6-4416-a138-bfbf3fe04961 Date: Sun, 12 Aug 2018 08:13:46 GMT RESP BODY: {"ports":[]} 2018-08-12 08:13:46,700 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=2126d054-c6c7-4327-9f32-f4ba32c97c94 used request id req-d7713c5e-e2a6-4416-a138-bfbf3fe04961 2018-08-12 08:13:46,701 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:13:47,087 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c1a0ee7c29d24c89932a2e2b226c07af", "name": "CreateRouterSuccessTests-90296ab3-aa21-4eb-proj-role"}], "expires_at": "2018-08-12T09:13:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9de15e042a164c79a383f04d8ca56944", "name": "CreateRouterSuccessTests-90296ab3-aa21-4eb-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/9de15e042a164c79a383f04d8ca56944", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/9de15e042a164c79a383f04d8ca56944", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/9de15e042a164c79a383f04d8ca56944", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_9de15e042a164c79a383f04d8ca56944", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_9de15e042a164c79a383f04d8ca56944", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/9de15e042a164c79a383f04d8ca56944", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/9de15e042a164c79a383f04d8ca56944", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/9de15e042a164c79a383f04d8ca56944", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/9de15e042a164c79a383f04d8ca56944", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/9de15e042a164c79a383f04d8ca56944", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/9de15e042a164c79a383f04d8ca56944", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/9de15e042a164c79a383f04d8ca56944", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/9de15e042a164c79a383f04d8ca56944", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/9de15e042a164c79a383f04d8ca56944", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-90296ab3-aa21-4eb-user", "id": "290c1a5461714369863671bd989901c9"}, "audit_ids": ["o2gDPuDcSCm8s0DLY8kw3w"], "issued_at": "2018-08-12T08:13:47.000000Z"}} 2018-08-12 08:13:47,092 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=CreateRouterSuccessTests-fa198eda-ba0b-44e2-a4ee-a3b01742042a-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f55043b226888c68e827f5053a39de1343c9e19e" 2018-08-12 08:13:47,441 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 462 X-Openstack-Request-Id: req-b8866ce4-8a23-4241-ab06-bb5f6afe7323 Date: Sun, 12 Aug 2018 08:13:47 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "9de15e042a164c79a383f04d8ca56944", "created_at": "2018-08-12T08:13:45Z", "admin_state_up": true, "updated_at": "2018-08-12T08:13:45Z", "revision_number": 0, "routes": [], "project_id": "9de15e042a164c79a383f04d8ca56944", "id": "2126d054-c6c7-4327-9f32-f4ba32c97c94", "name": "CreateRouterSuccessTests-fa198eda-ba0b-44e2-a4ee-a3b01742042a-pub-router"}]} 2018-08-12 08:13:47,441 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=CreateRouterSuccessTests-fa198eda-ba0b-44e2-a4ee-a3b01742042a-pub-router&admin_state_up=True used request id req-b8866ce4-8a23-4241-ab06-bb5f6afe7323 2018-08-12 08:13:47,445 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:13:47,450 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:13:47 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:13:47,451 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/9de15e042a164c79a383f04d8ca56944 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2747e98c94b81463813810507ab686030db1cdb0" 2018-08-12 08:13:47,542 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:13:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d578a560-55e9-4143-8626-83be96c82cf6 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/9de15e042a164c79a383f04d8ca56944"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "9de15e042a164c79a383f04d8ca56944", "name": "CreateRouterSuccessTests-90296ab3-aa21-4eb-proj"}} 2018-08-12 08:13:47,542 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/9de15e042a164c79a383f04d8ca56944 used request id req-d578a560-55e9-4143-8626-83be96c82cf6 2018-08-12 08:13:47,546 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=2126d054-c6c7-4327-9f32-f4ba32c97c94 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f55043b226888c68e827f5053a39de1343c9e19e" 2018-08-12 08:13:47,744 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-3c45f391-f85f-4735-9513-950b1be12b45 Date: Sun, 12 Aug 2018 08:13:47 GMT RESP BODY: {"ports":[]} 2018-08-12 08:13:47,744 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=2126d054-c6c7-4327-9f32-f4ba32c97c94 used request id req-3c45f391-f85f-4735-9513-950b1be12b45 2018-08-12 08:13:47,745 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-fa198eda-ba0b-44e2-a4ee-a3b01742042a-pub-router 2018-08-12 08:13:47,745 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-fa198eda-ba0b-44e2-a4ee-a3b01742042a-pub-router 2018-08-12 08:13:47,750 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/routers/2126d054-c6c7-4327-9f32-f4ba32c97c94 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d2d54d6c95e7b5c9b0e4a6c6b292dac87c1318b" 2018-08-12 08:13:48,156 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e095faf9-de6f-4bc0-a90d-95d7604cde47 Content-Length: 0 Date: Sun, 12 Aug 2018 08:13:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:13:48,156 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/2126d054-c6c7-4327-9f32-f4ba32c97c94 used request id req-e095faf9-de6f-4bc0-a90d-95d7604cde47 2018-08-12 08:13:48,157 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:13:48,157 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:13:48,157 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:13:48,158 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:13:48,158 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:13:48,164 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f43f42aaf45dfd35abbeb08eb1a9153166c07a0" 2018-08-12 08:13:48,431 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 43135 X-Openstack-Request-Id: req-20790b67-b2a2-4dae-9e4c-76e635eec20c Date: Sun, 12 Aug 2018 08:13:48 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "created_at": "2018-08-12T06:59:44Z", "updated_at": "2018-08-12T06:59:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "1d7fd960-7865-4453-aecc-8d399b4fad21", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "66820d8a-b785-4b18-bd67-500221c8e4f9", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "74fc7638-a322-4841-8c47-06d36174a200", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "8eaa09ec-8419-4582-9312-1e527afe6e4b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}], "revision_number": 4, "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "created_at": "2018-08-12T05:12:34Z", "updated_at": "2018-08-12T05:12:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "709513d2-af7d-4d0b-bd3c-604fed75a711", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "aa346066-e46f-44f2-94be-2884aa998a19", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "c15f7b93-e56c-4afa-867d-2acb286d4b7b", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "cb0ef83f-5f70-4a80-ad35-431ca9df551e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}], "revision_number": 4, "project_id": "fa5a7fe6ee54472ba01638877aade8e3", "id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ea65becf30e54b27aa96a449698a435e", "created_at": "2018-08-12T05:10:35Z", "updated_at": "2018-08-12T05:10:35Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "30ad280c-f302-4cd4-a438-5139917b56f9", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "76115c4c-887d-4f0a-83e2-486e4b39c713", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "8ab14937-4c08-4d43-8a9a-662e622cc643", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "ee757a03-5662-4273-9c3e-6212e7afb48f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}], "revision_number": 4, "project_id": "ea65becf30e54b27aa96a449698a435e", "id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "created_at": "2018-08-12T06:20:09Z", "updated_at": "2018-08-12T06:20:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "1123b8f2-75ac-4a26-b9b2-a96da97408e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "2ddd2b93-e080-48cd-9a50-f5fe8a82ad0c", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "cd1bae62-0aea-4438-b4c3-50a69ae6f855", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "e398e01e-ceea-46d1-9534-b929808c4a5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}], "revision_number": 4, "project_id": "ff7abd7bb61f4f2889831e932d65dc2e", "id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "created_at": "2018-08-12T05:34:57Z", "updated_at": "2018-08-12T05:34:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "208a1c1e-f5f8-49c7-9a25-d07e68b1541f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "27bfd867-e607-4bf8-9de8-60682d3f771d", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "49360e1f-6fd3-4f35-b339-24cea95773ee", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "60f631a9-d305-4920-9631-d0543e2ac64f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}], "revision_number": 4, "project_id": "3a85ceae958d4d9fba68847e7df67db8", "id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "created_at": "2018-08-12T05:34:40Z", "updated_at": "2018-08-12T05:34:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "2192c259-363e-4768-ae73-e75837ad63b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "3f87ddc5-f84d-41dc-8215-847724782569", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "7d89f6da-ea78-49dd-9115-f9ad23b250bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "9ec4497d-0f65-44db-9be9-7b3042e4a584", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}], "revision_number": 4, "project_id": "85517fcf1c6247e699fdcdd42ecc8c79", "id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "created_at": "2018-08-12T05:16:02Z", "updated_at": "2018-08-12T05:16:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "1ecacd8c-c1c7-4a66-9871-406a69323b43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "3cc1750c-e0e7-4902-b6f3-494a161b832e", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "d719a7a4-8c99-44ed-8c12-6bf071890203", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "fe7421b5-d577-41da-8c78-62f3c07eda92", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}], "revision_number": 4, "project_id": "a267b9a156244bb192691cff6e5f74fe", "id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "315a428116f24d9fbb826b37080a918e", "created_at": "2018-08-12T05:11:31Z", "updated_at": "2018-08-12T05:11:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "5e52886a-1dc3-4a81-a55d-f388dc4fd1a1", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "678e32e4-d64c-448a-a4ab-e253ab94ae90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "a8da1539-e3ad-4f90-b2df-3dc1f09d228a", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "b73d5cc9-0205-4658-bb1f-61a042c0ab8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}], "revision_number": 4, "project_id": "315a428116f24d9fbb826b37080a918e", "id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-12T05:08:01Z", "updated_at": "2018-08-12T05:08:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:01Z", "revision_number": 0, "id": "0fb05d03-1117-45d0-930c-b6d4c96ef102", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "4faaab33-5788-4bbd-85b8-0fb44d41413a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "96d0c5a0-5c67-421b-8fc8-2b46d77e5db3", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "dd78519b-4bc5-4e8e-ad0f-58089dd69347", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "11a46741b7954b959fd7764109c047b6", "created_at": "2018-08-12T05:34:51Z", "updated_at": "2018-08-12T05:34:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "0b67bf3c-2289-43bb-ab6c-7d25ec32a279", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "51f3f833-337a-42bd-a8d5-742ea8d6c226", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "571fd0b5-ef90-408d-af33-aafb517b8993", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "944ba823-fb9c-496e-a66e-bb426bb14a8d", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}], "revision_number": 4, "project_id": "11a46741b7954b959fd7764109c047b6", "id": "90af9782-8112-4257-801d-ee5115d226ba", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "created_at": "2018-08-12T05:34:26Z", "updated_at": "2018-08-12T05:34:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "2ee1f63a-807c-4d6a-85ee-dd784f6b8c3f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5dec3ec2-2add-47dd-8618-90659dcf3885", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5ea0dc3e-49d0-43f0-94e9-f6443527d14c", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "fbfaca22-7e3e-4128-8973-43e439b77c28", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}], "revision_number": 4, "project_id": "3c01cd58055c44ecaef39f7e625c2258", "id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "521007c1818145639e93ceb270559219", "created_at": "2018-08-12T05:13:27Z", "updated_at": "2018-08-12T05:13:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "5e7fede5-b0f2-47d8-95c3-516cdfc7f9de", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "8fd0e36f-c6c4-4f64-ba97-40439e614448", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "db7d79de-1dfc-4138-945f-91e74cdc266b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "e87f2cff-ff3e-4b6d-aaf0-7f0eb0ab9f05", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}], "revision_number": 4, "project_id": "521007c1818145639e93ceb270559219", "id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "created_at": "2018-08-12T05:08:18Z", "updated_at": "2018-08-12T05:08:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "3c67be40-bf74-4f97-9693-d93ce73a23b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "6112d869-2fc6-4a25-a13c-3d55cd7206c0", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "bdf21c56-453e-482e-9cba-3c55abcb0339", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "c8e92c39-38cc-4f48-be9c-5f0912e6a725", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}], "revision_number": 4, "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "created_at": "2018-08-12T05:04:23Z", "updated_at": "2018-08-12T05:04:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "280546d9-8ad1-4283-abfc-15ee9b1736c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "58bce125-f2ca-4a6d-b9ca-4e6cf5c0f7a5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "69275b9a-cfb5-482c-a9c4-8ffc79adf2c7", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "6d747f3a-3764-469a-a645-f977585c5aac", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}], "revision_number": 4, "project_id": "310f5853751a4c968f3eeb0a3d99a0a8", "id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "created_at": "2018-08-12T05:34:42Z", "updated_at": "2018-08-12T05:34:42Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "199582e8-25aa-457a-aa7c-6d8413ca4464", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "234f3609-4454-448f-919d-c8143c7cd764", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "c1061460-71a2-49a9-a04b-9fa33eeb17ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "d21ac532-51d8-4d6b-8300-7bac216759bf", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}], "revision_number": 4, "project_id": "9f6c1a272706419c9a74b0893b2890e8", "id": "d6739716-c693-460c-89c6-e7c8c48f8245", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "created_at": "2018-08-12T05:34:54Z", "updated_at": "2018-08-12T05:34:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "0633a05a-ee7d-4476-a56b-75d011b22f77", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "6cc1b9f8-73db-47a3-a0e0-3c96c43f34da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "90d99a6b-e94f-4fd8-a10c-f19dd8954c13", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "e843c139-af2a-4d2c-a24f-59f7b10ff72e", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}], "revision_number": 4, "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "created_at": "2018-08-12T05:09:07Z", "updated_at": "2018-08-12T05:09:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "5495e168-f505-4d74-ae6d-387f0bf533c2", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "6fd19b8b-3062-456e-81ba-3ff37fe43429", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8ca59d25-485c-46ce-939c-2e4a468caeac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8f190846-50a0-42b9-b571-390809b752b1", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}], "revision_number": 4, "project_id": "fa9ca6d7608b4d7d87ce97331679a481", "id": "edcd9b17-9416-4c25-823c-060c435e18d7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "created_at": "2018-08-12T05:34:52Z", "updated_at": "2018-08-12T05:34:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "2c7e484e-6ec5-4a95-8c9c-66d294c0c27e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "70c74258-3c2c-4efc-87e0-079c26ee3417", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "b70382fa-082e-4c2b-abc8-87490fa50b11", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "c3628e02-b4b6-42c9-8751-c1a2d3c19caa", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}], "revision_number": 4, "project_id": "87db863ba6e348b0a5ddcb67053db9d1", "id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "name": "default"}]} 2018-08-12 08:13:48,432 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-20790b67-b2a2-4dae-9e4c-76e635eec20c 2018-08-12 08:13:48,440 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f43f42aaf45dfd35abbeb08eb1a9153166c07a0" 2018-08-12 08:13:48,526 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:13:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9ef663cf-8f53-43b8-b208-25d72bf3a06c Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 5fe28c13d4d74ba2be8d019ac1ea6363.", "code": 404, "title": "Not Found"}} 2018-08-12 08:13:48,526 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 used request id req-9ef663cf-8f53-43b8-b208-25d72bf3a06c 2018-08-12 08:13:48,526 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:13:48,530 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f43f42aaf45dfd35abbeb08eb1a9153166c07a0" 2018-08-12 08:13:48,625 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:13:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-283c39b5-ef19-4dbf-a3b7-571f761d1737 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa5a7fe6ee54472ba01638877aade8e3.", "code": 404, "title": "Not Found"}} 2018-08-12 08:13:48,625 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 used request id req-283c39b5-ef19-4dbf-a3b7-571f761d1737 2018-08-12 08:13:48,625 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:13:48,628 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f43f42aaf45dfd35abbeb08eb1a9153166c07a0" 2018-08-12 08:13:48,728 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:13:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-24091682-6af4-4945-af6c-a5ec316205d1 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ea65becf30e54b27aa96a449698a435e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:13:48,728 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e used request id req-24091682-6af4-4945-af6c-a5ec316205d1 2018-08-12 08:13:48,728 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:13:48,732 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f43f42aaf45dfd35abbeb08eb1a9153166c07a0" 2018-08-12 08:13:48,816 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:13:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3bf31c27-0e07-479e-b2fc-9bc3cc670b42 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ff7abd7bb61f4f2889831e932d65dc2e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:13:48,816 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e used request id req-3bf31c27-0e07-479e-b2fc-9bc3cc670b42 2018-08-12 08:13:48,816 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:13:48,819 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f43f42aaf45dfd35abbeb08eb1a9153166c07a0" 2018-08-12 08:13:48,909 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:13:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b431113b-fb61-415f-be65-40351eb9960a Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3a85ceae958d4d9fba68847e7df67db8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:13:48,909 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 used request id req-b431113b-fb61-415f-be65-40351eb9960a 2018-08-12 08:13:48,910 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:13:48,913 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f43f42aaf45dfd35abbeb08eb1a9153166c07a0" 2018-08-12 08:13:49,002 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:13:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4cab03f0-7281-43d5-b4f4-f39a8ffaa83f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 85517fcf1c6247e699fdcdd42ecc8c79.", "code": 404, "title": "Not Found"}} 2018-08-12 08:13:49,002 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 used request id req-4cab03f0-7281-43d5-b4f4-f39a8ffaa83f 2018-08-12 08:13:49,002 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:13:49,006 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f43f42aaf45dfd35abbeb08eb1a9153166c07a0" 2018-08-12 08:13:49,095 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:13:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-50769d8d-abae-4775-8866-fb1f2fbfe1ff Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}} 2018-08-12 08:13:49,095 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe used request id req-50769d8d-abae-4775-8866-fb1f2fbfe1ff 2018-08-12 08:13:49,099 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f43f42aaf45dfd35abbeb08eb1a9153166c07a0" 2018-08-12 08:13:49,196 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:13:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-963efc02-b209-4afb-9a8b-a7d0c71f64f5 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 315a428116f24d9fbb826b37080a918e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:13:49,196 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e used request id req-963efc02-b209-4afb-9a8b-a7d0c71f64f5 2018-08-12 08:13:49,197 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:13:49,200 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f43f42aaf45dfd35abbeb08eb1a9153166c07a0" 2018-08-12 08:13:49,295 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:13:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c8533c6b-61b0-48fa-889b-7a9eb2c8479b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 11a46741b7954b959fd7764109c047b6.", "code": 404, "title": "Not Found"}} 2018-08-12 08:13:49,295 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 used request id req-c8533c6b-61b0-48fa-889b-7a9eb2c8479b 2018-08-12 08:13:49,295 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:13:49,298 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f43f42aaf45dfd35abbeb08eb1a9153166c07a0" 2018-08-12 08:13:49,383 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:13:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1fed925e-3d60-4458-81d4-9359b315ace2 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3c01cd58055c44ecaef39f7e625c2258.", "code": 404, "title": "Not Found"}} 2018-08-12 08:13:49,383 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 used request id req-1fed925e-3d60-4458-81d4-9359b315ace2 2018-08-12 08:13:49,383 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:13:49,387 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f43f42aaf45dfd35abbeb08eb1a9153166c07a0" 2018-08-12 08:13:49,481 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:13:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c763710d-8e88-4563-9212-90e2c227c3ff Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 521007c1818145639e93ceb270559219.", "code": 404, "title": "Not Found"}} 2018-08-12 08:13:49,481 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 used request id req-c763710d-8e88-4563-9212-90e2c227c3ff 2018-08-12 08:13:49,481 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:13:49,485 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f43f42aaf45dfd35abbeb08eb1a9153166c07a0" 2018-08-12 08:13:49,577 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:13:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b4b5f990-c99d-4e39-a092-b0ac7fae6c64 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e18fcc7fc10a4fd0b20234f8520d0aab.", "code": 404, "title": "Not Found"}} 2018-08-12 08:13:49,577 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab used request id req-b4b5f990-c99d-4e39-a092-b0ac7fae6c64 2018-08-12 08:13:49,578 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:13:49,582 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f43f42aaf45dfd35abbeb08eb1a9153166c07a0" 2018-08-12 08:13:49,670 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:13:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-931b7095-a680-4f09-83d8-8f378f98aa1f Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "310f5853751a4c968f3eeb0a3d99a0a8", "name": "service"}} 2018-08-12 08:13:49,670 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 used request id req-931b7095-a680-4f09-83d8-8f378f98aa1f 2018-08-12 08:13:49,674 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f43f42aaf45dfd35abbeb08eb1a9153166c07a0" 2018-08-12 08:13:49,761 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:13:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-24340ced-381a-4ef2-8bbe-b382e0c88a89 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9f6c1a272706419c9a74b0893b2890e8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:13:49,761 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 used request id req-24340ced-381a-4ef2-8bbe-b382e0c88a89 2018-08-12 08:13:49,762 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:13:49,765 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/34cb7327fcfc4b52a63b4b8c0ea4a54d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f43f42aaf45dfd35abbeb08eb1a9153166c07a0" 2018-08-12 08:13:49,953 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:13:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ab77cbbf-f475-4c81-988a-08196219f884 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 34cb7327fcfc4b52a63b4b8c0ea4a54d.", "code": 404, "title": "Not Found"}} 2018-08-12 08:13:49,954 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/34cb7327fcfc4b52a63b4b8c0ea4a54d used request id req-ab77cbbf-f475-4c81-988a-08196219f884 2018-08-12 08:13:49,954 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:13:49,957 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa9ca6d7608b4d7d87ce97331679a481 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f43f42aaf45dfd35abbeb08eb1a9153166c07a0" 2018-08-12 08:13:50,038 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:13:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-33cda156-ae0d-4df4-96e0-798cd8ca8b8e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa9ca6d7608b4d7d87ce97331679a481.", "code": 404, "title": "Not Found"}} 2018-08-12 08:13:50,039 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa9ca6d7608b4d7d87ce97331679a481 used request id req-33cda156-ae0d-4df4-96e0-798cd8ca8b8e 2018-08-12 08:13:50,039 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:13:50,042 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/87db863ba6e348b0a5ddcb67053db9d1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f43f42aaf45dfd35abbeb08eb1a9153166c07a0" 2018-08-12 08:13:50,135 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:13:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-997ba45a-673d-41a7-9aa7-1deb8725eb2f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87db863ba6e348b0a5ddcb67053db9d1.", "code": 404, "title": "Not Found"}} 2018-08-12 08:13:50,135 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/87db863ba6e348b0a5ddcb67053db9d1 used request id req-997ba45a-673d-41a7-9aa7-1deb8725eb2f 2018-08-12 08:13:50,135 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:13:50,136 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-90296ab3-aa21-4eb-proj 2018-08-12 08:13:50,140 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/9de15e042a164c79a383f04d8ca56944 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f43f42aaf45dfd35abbeb08eb1a9153166c07a0" 2018-08-12 08:13:50,360 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:13:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-802fec1f-1926-48a2-a274-5d205511fa27 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 08:13:50,360 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/9de15e042a164c79a383f04d8ca56944 used request id req-802fec1f-1926-48a2-a274-5d205511fa27 2018-08-12 08:13:50,360 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-90296ab3-aa21-4eb-proj-role 2018-08-12 08:13:50,363 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/c1a0ee7c29d24c89932a2e2b226c07af -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f43f42aaf45dfd35abbeb08eb1a9153166c07a0" 2018-08-12 08:13:50,473 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:13:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-05512d60-314d-4fd3-abd1-339a9ee9f524 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 08:13:50,474 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/c1a0ee7c29d24c89932a2e2b226c07af used request id req-05512d60-314d-4fd3-abd1-339a9ee9f524 2018-08-12 08:13:50,477 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f43f42aaf45dfd35abbeb08eb1a9153166c07a0" 2018-08-12 08:13:50,567 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:13:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7a9e660c-13bc-463d-8f92-32ee79553dd3 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:13:50,567 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-7a9e660c-13bc-463d-8f92-32ee79553dd3 2018-08-12 08:13:50,568 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-90296ab3-aa21-4eb-user 2018-08-12 08:13:50,571 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/290c1a5461714369863671bd989901c9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}530519f41458eeadcac0d484ceecc7d78b180a4b" 2018-08-12 08:13:50,764 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:13:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7056a343-8c9e-4ec2-bc0b-7cfa6f24890e 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 08:13:50,764 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/290c1a5461714369863671bd989901c9 used request id req-7056a343-8c9e-4ec2-bc0b-7cfa6f24890e 2018-08-12 08:13:50,766 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:13:51,154 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:13:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["Z5RKpKjhRyGecmHtnm7svA"], "issued_at": "2018-08-12T08:13:51.000000Z"}} 2018-08-12 08:13:51,155 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}2b384755971769e566a2dfca28fdba09e369cb44" 2018-08-12 08:13:51,247 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:13:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5508b355-2e32-46d2-936e-458f516ad284 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:13:51,247 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-5508b355-2e32-46d2-936e-458f516ad284 2018-08-12 08:13:51,248 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:13:51,249 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:13:51,659 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:13:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["E21i7i-TSbiSNxheFconAw"], "issued_at": "2018-08-12T08:13:51.000000Z"}} 2018-08-12 08:13:51,660 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}26383cc9427ab721667ce9e2c5567347c235e7cd" 2018-08-12 08:13:51,746 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:13:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-10580e02-598d-4d4b-8308-9f180dff6076 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:13:51,746 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-10580e02-598d-4d4b-8308-9f180dff6076 2018-08-12 08:13:51,750 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:13:51,756 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:13:51 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:13:51,757 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-4f59a650-6bf4-4b1-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26383cc9427ab721667ce9e2c5567347c235e7cd" 2018-08-12 08:13:51,850 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:13:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b244876d-ddaf-4183-b948-59c438734b5e Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-4f59a650-6bf4-4b1-proj", "previous": null, "next": null}, "projects": []} 2018-08-12 08:13:51,850 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-4f59a650-6bf4-4b1-proj used request id req-b244876d-ddaf-4183-b948-59c438734b5e 2018-08-12 08:13:51,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26383cc9427ab721667ce9e2c5567347c235e7cd" 2018-08-12 08:13:51,934 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:13:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af6c51a2-b2aa-477b-83cc-97496afca6ba Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:13:51,934 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-af6c51a2-b2aa-477b-83cc-97496afca6ba 2018-08-12 08:13:51,938 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26383cc9427ab721667ce9e2c5567347c235e7cd" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterSuccessTests-4f59a650-6bf4-4b1-proj"}}' 2018-08-12 08:13:52,066 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:13:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d8c04411-d47a-448f-bff6-d7b6c142900d Content-Length: 321 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/762f646bbc8344fab168ab7ba3a23096"}, "tags": [], "enabled": true, "id": "762f646bbc8344fab168ab7ba3a23096", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-4f59a650-6bf4-4b1-proj"}} 2018-08-12 08:13:52,067 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-d8c04411-d47a-448f-bff6-d7b6c142900d 2018-08-12 08:13:52,067 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-4f59a650-6bf4-4b1-proj 2018-08-12 08:13:52,067 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:13:52,068 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:13:52,464 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:13:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["eSo0MxC4TSCdjOaj-iaaBQ"], "issued_at": "2018-08-12T08:13:52.000000Z"}} 2018-08-12 08:13:52,465 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}9b3e95df373a349e031bc0486e19cec7440678be" 2018-08-12 08:13:52,548 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:13:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-16c62b13-7732-455c-a615-9b141f49161a Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:13:52,548 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-16c62b13-7732-455c-a615-9b141f49161a 2018-08-12 08:13:52,551 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:13:52,556 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:13:52 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:13:52,557 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b3e95df373a349e031bc0486e19cec7440678be" 2018-08-12 08:13:52,670 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:13:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c6bf907d-1caf-40c8-b37a-97dad94b6692 Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/105a247548624314b9228f85f6325f0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105a247548624314b9228f85f6325f0b", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/1c5de0eaa44543f08da6ad63a51594ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c5de0eaa44543f08da6ad63a51594ff", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/1d127b5b832547a88a547c116dfdd65b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d127b5b832547a88a547c116dfdd65b", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/1d5cfc170d624ce4ae53ae0507c8d517"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d5cfc170d624ce4ae53ae0507c8d517", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/2421820b75eb4d3ebd02830378d1377b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2421820b75eb4d3ebd02830378d1377b", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/40bd8ee54ecf44868cc83cede652c396"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40bd8ee54ecf44868cc83cede652c396", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/4f32fb8153854c4c9f5094b42b523f80"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f32fb8153854c4c9f5094b42b523f80", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7066130d08fb4db7bf4ab468de53933b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7066130d08fb4db7bf4ab468de53933b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/8d0898a83bcf4521bbc11501d5d7ac89"}, "domain_id": "1eec97585bde483292ece28ee11f4b8d", "enabled": true, "options": {}, "id": "8d0898a83bcf4521bbc11501d5d7ac89", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/9defcced327d476f8a3beab718a13da3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9defcced327d476f8a3beab718a13da3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/b80ee4f6992446e0879624dd436e99a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b80ee4f6992446e0879624dd436e99a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b86fd3e011324d398fcdb6f095a20a9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b86fd3e011324d398fcdb6f095a20a9d", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1701d2754064b5cadf765ea0806f9b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1701d2754064b5cadf765ea0806f9b2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/db4e7b8d76d549faa502716565c733dd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db4e7b8d76d549faa502716565c733dd", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-12 08:13:52,670 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-c6bf907d-1caf-40c8-b37a-97dad94b6692 2018-08-12 08:13:52,674 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateRouterSuccessTests-4f59a650-6bf4-4b1-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b3e95df373a349e031bc0486e19cec7440678be" 2018-08-12 08:13:52,764 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:13:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a8ad4e8a-ad4f-4848-8e08-2e7e2491c04c Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateRouterSuccessTests-4f59a650-6bf4-4b1-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/762f646bbc8344fab168ab7ba3a23096"}, "tags": [], "enabled": true, "id": "762f646bbc8344fab168ab7ba3a23096", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-4f59a650-6bf4-4b1-proj"}]} 2018-08-12 08:13:52,764 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateRouterSuccessTests-4f59a650-6bf4-4b1-proj used request id req-a8ad4e8a-ad4f-4848-8e08-2e7e2491c04c 2018-08-12 08:13:52,768 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b3e95df373a349e031bc0486e19cec7440678be" 2018-08-12 08:13:52,867 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:13:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6f3979e7-0902-4ff6-8672-6d1e6466ae6f Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:13:52,867 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-6f3979e7-0902-4ff6-8672-6d1e6466ae6f 2018-08-12 08:13:53,253 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-4f59a650-6bf4-4b1-user 2018-08-12 08:13:53,253 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:13:53,259 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26383cc9427ab721667ce9e2c5567347c235e7cd" 2018-08-12 08:13:53,350 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:13:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0f2e9c49-ea82-44ef-906e-119489cf8d81 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:13:53,350 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-0f2e9c49-ea82-44ef-906e-119489cf8d81 2018-08-12 08:13:53,353 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26383cc9427ab721667ce9e2c5567347c235e7cd" -d '{"role": {"name": "CreateRouterSuccessTests-4f59a650-6bf4-4b1-proj-role"}}' 2018-08-12 08:13:53,462 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:13:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-25a9e38b-2cbf-49a6-a8d6-d073559bc145 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "b5cde51f337d4c9aaa154103489cf4d7", "links": {"self": "http://172.30.9.21:5000/v3/roles/b5cde51f337d4c9aaa154103489cf4d7"}, "name": "CreateRouterSuccessTests-4f59a650-6bf4-4b1-proj-role"}} 2018-08-12 08:13:53,462 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-25a9e38b-2cbf-49a6-a8d6-d073559bc145 2018-08-12 08:13:53,462 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-4f59a650-6bf4-4b1-proj-role 2018-08-12 08:13:53,466 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/b5cde51f337d4c9aaa154103489cf4d7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26383cc9427ab721667ce9e2c5567347c235e7cd" 2018-08-12 08:13:53,559 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:13:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d9493f7-d1dc-4c41-b665-8b3fa04bdf2e Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "b5cde51f337d4c9aaa154103489cf4d7", "links": {"self": "http://172.30.9.21:5000/v3/roles/b5cde51f337d4c9aaa154103489cf4d7"}, "name": "CreateRouterSuccessTests-4f59a650-6bf4-4b1-proj-role"}} 2018-08-12 08:13:53,559 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/b5cde51f337d4c9aaa154103489cf4d7 used request id req-8d9493f7-d1dc-4c41-b665-8b3fa04bdf2e 2018-08-12 08:13:53,560 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-4f59a650-6bf4-4b1-proj-role to project CreateRouterSuccessTests-4f59a650-6bf4-4b1-proj 2018-08-12 08:13:53,563 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/762f646bbc8344fab168ab7ba3a23096/users/99f1008fc6a44e48a7179140b55237bf/roles/b5cde51f337d4c9aaa154103489cf4d7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26383cc9427ab721667ce9e2c5567347c235e7cd" 2018-08-12 08:13:53,698 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:13:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5309e5a0-4e93-44bb-92cd-a5a7e943f3c6 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 08:13:53,698 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/762f646bbc8344fab168ab7ba3a23096/users/99f1008fc6a44e48a7179140b55237bf/roles/b5cde51f337d4c9aaa154103489cf4d7 used request id req-5309e5a0-4e93-44bb-92cd-a5a7e943f3c6 2018-08-12 08:13:53,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:13:53,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:13:53,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:13:53,700 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:13:53,700 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:13:53,701 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:13:53,702 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:13:54,095 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b5cde51f337d4c9aaa154103489cf4d7", "name": "CreateRouterSuccessTests-4f59a650-6bf4-4b1-proj-role"}], "expires_at": "2018-08-12T09:13:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "762f646bbc8344fab168ab7ba3a23096", "name": "CreateRouterSuccessTests-4f59a650-6bf4-4b1-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/762f646bbc8344fab168ab7ba3a23096", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/762f646bbc8344fab168ab7ba3a23096", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/762f646bbc8344fab168ab7ba3a23096", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_762f646bbc8344fab168ab7ba3a23096", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_762f646bbc8344fab168ab7ba3a23096", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/762f646bbc8344fab168ab7ba3a23096", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/762f646bbc8344fab168ab7ba3a23096", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/762f646bbc8344fab168ab7ba3a23096", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/762f646bbc8344fab168ab7ba3a23096", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/762f646bbc8344fab168ab7ba3a23096", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/762f646bbc8344fab168ab7ba3a23096", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/762f646bbc8344fab168ab7ba3a23096", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/762f646bbc8344fab168ab7ba3a23096", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/762f646bbc8344fab168ab7ba3a23096", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-4f59a650-6bf4-4b1-user", "id": "99f1008fc6a44e48a7179140b55237bf"}, "audit_ids": ["qM14GP-jTh-X9hav1n2BlA"], "issued_at": "2018-08-12T08:13:54.000000Z"}} 2018-08-12 08:13:54,095 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}544154612a63046d00fe2de8980ee703abeedb57" 2018-08-12 08:13:54,188 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:13:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-11b5d0ec-4006-492c-be5e-0977aca07aa1 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:13:54,188 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-11b5d0ec-4006-492c-be5e-0977aca07aa1 2018-08-12 08:13:54,189 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:13:54,190 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:13:54,190 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:13:54,190 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:13:54,190 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:13:54,197 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=CreateRouterSuccessTests-ad7ee0b8-1af6-49c8-bfe5-b397d120b0f1-pub-router&admin_state_up=False -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}544154612a63046d00fe2de8980ee703abeedb57" 2018-08-12 08:13:54,603 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-11772dd5-8419-4560-a0f0-ce16d1b53bde Date: Sun, 12 Aug 2018 08:13:54 GMT RESP BODY: {"routers": []} 2018-08-12 08:13:54,603 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=CreateRouterSuccessTests-ad7ee0b8-1af6-49c8-bfe5-b397d120b0f1-pub-router&admin_state_up=False used request id req-11772dd5-8419-4560-a0f0-ce16d1b53bde 2018-08-12 08:13:54,603 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:13:54,604 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:13:54,998 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b5cde51f337d4c9aaa154103489cf4d7", "name": "CreateRouterSuccessTests-4f59a650-6bf4-4b1-proj-role"}], "expires_at": "2018-08-12T09:13:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "762f646bbc8344fab168ab7ba3a23096", "name": "CreateRouterSuccessTests-4f59a650-6bf4-4b1-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/762f646bbc8344fab168ab7ba3a23096", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/762f646bbc8344fab168ab7ba3a23096", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/762f646bbc8344fab168ab7ba3a23096", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_762f646bbc8344fab168ab7ba3a23096", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_762f646bbc8344fab168ab7ba3a23096", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/762f646bbc8344fab168ab7ba3a23096", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/762f646bbc8344fab168ab7ba3a23096", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/762f646bbc8344fab168ab7ba3a23096", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/762f646bbc8344fab168ab7ba3a23096", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/762f646bbc8344fab168ab7ba3a23096", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/762f646bbc8344fab168ab7ba3a23096", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/762f646bbc8344fab168ab7ba3a23096", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/762f646bbc8344fab168ab7ba3a23096", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/762f646bbc8344fab168ab7ba3a23096", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-4f59a650-6bf4-4b1-user", "id": "99f1008fc6a44e48a7179140b55237bf"}, "audit_ids": ["1xObO-RyRlqr5FLcBvvBFA"], "issued_at": "2018-08-12T08:13:54.000000Z"}} 2018-08-12 08:13:54,998 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}cb031835474f9e5370bab6f376bc4da280576fe5" 2018-08-12 08:13:55,119 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:13:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-71192b17-3e39-4317-8292-2a8b0af1c1c5 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:13:55,119 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-71192b17-3e39-4317-8292-2a8b0af1c1c5 2018-08-12 08:13:55,121 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-ad7ee0b8-1af6-49c8-bfe5-b397d120b0f1-pub-router 2018-08-12 08:13:55,126 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}544154612a63046d00fe2de8980ee703abeedb57" -d '{"router": {"name": "CreateRouterSuccessTests-ad7ee0b8-1af6-49c8-bfe5-b397d120b0f1-pub-router", "admin_state_up": false}}' 2018-08-12 08:13:55,451 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 460 X-Openstack-Request-Id: req-0b6d0fbc-0a4e-44e6-80be-b0b338800605 Date: Sun, 12 Aug 2018 08:13:55 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "762f646bbc8344fab168ab7ba3a23096", "created_at": "2018-08-12T08:13:55Z", "admin_state_up": false, "updated_at": "2018-08-12T08:13:55Z", "revision_number": 0, "routes": [], "project_id": "762f646bbc8344fab168ab7ba3a23096", "id": "9480136d-a719-4cd4-886a-96a301a0bd7c", "name": "CreateRouterSuccessTests-ad7ee0b8-1af6-49c8-bfe5-b397d120b0f1-pub-router"}} 2018-08-12 08:13:55,451 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers used request id req-0b6d0fbc-0a4e-44e6-80be-b0b338800605 2018-08-12 08:13:55,456 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=9480136d-a719-4cd4-886a-96a301a0bd7c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}544154612a63046d00fe2de8980ee703abeedb57" 2018-08-12 08:13:55,666 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-93102760-3d56-4a65-900f-3db9baad2728 Date: Sun, 12 Aug 2018 08:13:55 GMT RESP BODY: {"ports":[]} 2018-08-12 08:13:55,666 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=9480136d-a719-4cd4-886a-96a301a0bd7c used request id req-93102760-3d56-4a65-900f-3db9baad2728 2018-08-12 08:13:55,671 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers/9480136d-a719-4cd4-886a-96a301a0bd7c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}544154612a63046d00fe2de8980ee703abeedb57" 2018-08-12 08:13:55,935 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 460 X-Openstack-Request-Id: req-9601539d-b872-446b-858f-b8565f403b0a Date: Sun, 12 Aug 2018 08:13:55 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "762f646bbc8344fab168ab7ba3a23096", "created_at": "2018-08-12T08:13:55Z", "admin_state_up": false, "updated_at": "2018-08-12T08:13:55Z", "revision_number": 0, "routes": [], "project_id": "762f646bbc8344fab168ab7ba3a23096", "id": "9480136d-a719-4cd4-886a-96a301a0bd7c", "name": "CreateRouterSuccessTests-ad7ee0b8-1af6-49c8-bfe5-b397d120b0f1-pub-router"}} 2018-08-12 08:13:55,935 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers/9480136d-a719-4cd4-886a-96a301a0bd7c used request id req-9601539d-b872-446b-858f-b8565f403b0a 2018-08-12 08:13:55,941 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=9480136d-a719-4cd4-886a-96a301a0bd7c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}544154612a63046d00fe2de8980ee703abeedb57" 2018-08-12 08:13:56,147 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-845244df-c13d-45d2-aee7-b6641b65172e Date: Sun, 12 Aug 2018 08:13:56 GMT RESP BODY: {"ports":[]} 2018-08-12 08:13:56,147 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=9480136d-a719-4cd4-886a-96a301a0bd7c used request id req-845244df-c13d-45d2-aee7-b6641b65172e 2018-08-12 08:13:56,148 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:13:56,544 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b5cde51f337d4c9aaa154103489cf4d7", "name": "CreateRouterSuccessTests-4f59a650-6bf4-4b1-proj-role"}], "expires_at": "2018-08-12T09:13:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "762f646bbc8344fab168ab7ba3a23096", "name": "CreateRouterSuccessTests-4f59a650-6bf4-4b1-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/762f646bbc8344fab168ab7ba3a23096", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/762f646bbc8344fab168ab7ba3a23096", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/762f646bbc8344fab168ab7ba3a23096", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_762f646bbc8344fab168ab7ba3a23096", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_762f646bbc8344fab168ab7ba3a23096", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/762f646bbc8344fab168ab7ba3a23096", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/762f646bbc8344fab168ab7ba3a23096", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/762f646bbc8344fab168ab7ba3a23096", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/762f646bbc8344fab168ab7ba3a23096", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/762f646bbc8344fab168ab7ba3a23096", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/762f646bbc8344fab168ab7ba3a23096", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/762f646bbc8344fab168ab7ba3a23096", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/762f646bbc8344fab168ab7ba3a23096", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/762f646bbc8344fab168ab7ba3a23096", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-4f59a650-6bf4-4b1-user", "id": "99f1008fc6a44e48a7179140b55237bf"}, "audit_ids": ["QpbmfJGRTlKoE3yStqsjEA"], "issued_at": "2018-08-12T08:13:56.000000Z"}} 2018-08-12 08:13:56,549 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=CreateRouterSuccessTests-ad7ee0b8-1af6-49c8-bfe5-b397d120b0f1-pub-router&admin_state_up=False -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4600b2c7005f20f07b4f21e7ed90d5438303d7e" 2018-08-12 08:13:57,033 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 463 X-Openstack-Request-Id: req-54ca68d9-7ba7-4516-b10f-cb51ebd15094 Date: Sun, 12 Aug 2018 08:13:57 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "762f646bbc8344fab168ab7ba3a23096", "created_at": "2018-08-12T08:13:55Z", "admin_state_up": false, "updated_at": "2018-08-12T08:13:55Z", "revision_number": 0, "routes": [], "project_id": "762f646bbc8344fab168ab7ba3a23096", "id": "9480136d-a719-4cd4-886a-96a301a0bd7c", "name": "CreateRouterSuccessTests-ad7ee0b8-1af6-49c8-bfe5-b397d120b0f1-pub-router"}]} 2018-08-12 08:13:57,033 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=CreateRouterSuccessTests-ad7ee0b8-1af6-49c8-bfe5-b397d120b0f1-pub-router&admin_state_up=False used request id req-54ca68d9-7ba7-4516-b10f-cb51ebd15094 2018-08-12 08:13:57,036 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:13:57,041 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:13:57 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:13:57,042 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/762f646bbc8344fab168ab7ba3a23096 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b384755971769e566a2dfca28fdba09e369cb44" 2018-08-12 08:13:57,139 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:13:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-33eec4ad-9cdc-4f9e-bc35-a037c176faf9 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/762f646bbc8344fab168ab7ba3a23096"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "762f646bbc8344fab168ab7ba3a23096", "name": "CreateRouterSuccessTests-4f59a650-6bf4-4b1-proj"}} 2018-08-12 08:13:57,139 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/762f646bbc8344fab168ab7ba3a23096 used request id req-33eec4ad-9cdc-4f9e-bc35-a037c176faf9 2018-08-12 08:13:57,144 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=9480136d-a719-4cd4-886a-96a301a0bd7c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4600b2c7005f20f07b4f21e7ed90d5438303d7e" 2018-08-12 08:13:57,337 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-8610ecd2-22e9-4998-a9eb-8c01bb60452b Date: Sun, 12 Aug 2018 08:13:57 GMT RESP BODY: {"ports":[]} 2018-08-12 08:13:57,337 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=9480136d-a719-4cd4-886a-96a301a0bd7c used request id req-8610ecd2-22e9-4998-a9eb-8c01bb60452b 2018-08-12 08:13:57,338 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-ad7ee0b8-1af6-49c8-bfe5-b397d120b0f1-pub-router 2018-08-12 08:13:57,338 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-ad7ee0b8-1af6-49c8-bfe5-b397d120b0f1-pub-router 2018-08-12 08:13:57,343 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/routers/9480136d-a719-4cd4-886a-96a301a0bd7c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}544154612a63046d00fe2de8980ee703abeedb57" 2018-08-12 08:13:57,962 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e9ae0f16-40c7-4e70-9043-6c32414d19c3 Content-Length: 0 Date: Sun, 12 Aug 2018 08:13:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:13:57,962 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/9480136d-a719-4cd4-886a-96a301a0bd7c used request id req-e9ae0f16-40c7-4e70-9043-6c32414d19c3 2018-08-12 08:13:57,963 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:13:57,963 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:13:57,963 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:13:57,963 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:13:57,964 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:13:57,970 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26383cc9427ab721667ce9e2c5567347c235e7cd" 2018-08-12 08:13:58,267 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 43135 X-Openstack-Request-Id: req-6b26fc7e-2675-4d94-89b7-cbef07746c5f Date: Sun, 12 Aug 2018 08:13:58 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "created_at": "2018-08-12T06:59:44Z", "updated_at": "2018-08-12T06:59:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "1d7fd960-7865-4453-aecc-8d399b4fad21", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "66820d8a-b785-4b18-bd67-500221c8e4f9", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "74fc7638-a322-4841-8c47-06d36174a200", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "8eaa09ec-8419-4582-9312-1e527afe6e4b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}], "revision_number": 4, "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "created_at": "2018-08-12T05:12:34Z", "updated_at": "2018-08-12T05:12:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "709513d2-af7d-4d0b-bd3c-604fed75a711", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "aa346066-e46f-44f2-94be-2884aa998a19", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "c15f7b93-e56c-4afa-867d-2acb286d4b7b", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "cb0ef83f-5f70-4a80-ad35-431ca9df551e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}], "revision_number": 4, "project_id": "fa5a7fe6ee54472ba01638877aade8e3", "id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ea65becf30e54b27aa96a449698a435e", "created_at": "2018-08-12T05:10:35Z", "updated_at": "2018-08-12T05:10:35Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "30ad280c-f302-4cd4-a438-5139917b56f9", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "76115c4c-887d-4f0a-83e2-486e4b39c713", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "8ab14937-4c08-4d43-8a9a-662e622cc643", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "ee757a03-5662-4273-9c3e-6212e7afb48f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}], "revision_number": 4, "project_id": "ea65becf30e54b27aa96a449698a435e", "id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "created_at": "2018-08-12T06:20:09Z", "updated_at": "2018-08-12T06:20:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "1123b8f2-75ac-4a26-b9b2-a96da97408e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "2ddd2b93-e080-48cd-9a50-f5fe8a82ad0c", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "cd1bae62-0aea-4438-b4c3-50a69ae6f855", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "e398e01e-ceea-46d1-9534-b929808c4a5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}], "revision_number": 4, "project_id": "ff7abd7bb61f4f2889831e932d65dc2e", "id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "created_at": "2018-08-12T05:34:57Z", "updated_at": "2018-08-12T05:34:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "208a1c1e-f5f8-49c7-9a25-d07e68b1541f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "27bfd867-e607-4bf8-9de8-60682d3f771d", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "49360e1f-6fd3-4f35-b339-24cea95773ee", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "60f631a9-d305-4920-9631-d0543e2ac64f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}], "revision_number": 4, "project_id": "3a85ceae958d4d9fba68847e7df67db8", "id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "created_at": "2018-08-12T05:34:40Z", "updated_at": "2018-08-12T05:34:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "2192c259-363e-4768-ae73-e75837ad63b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "3f87ddc5-f84d-41dc-8215-847724782569", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "7d89f6da-ea78-49dd-9115-f9ad23b250bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "9ec4497d-0f65-44db-9be9-7b3042e4a584", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}], "revision_number": 4, "project_id": "85517fcf1c6247e699fdcdd42ecc8c79", "id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "created_at": "2018-08-12T05:16:02Z", "updated_at": "2018-08-12T05:16:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "1ecacd8c-c1c7-4a66-9871-406a69323b43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "3cc1750c-e0e7-4902-b6f3-494a161b832e", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "d719a7a4-8c99-44ed-8c12-6bf071890203", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "fe7421b5-d577-41da-8c78-62f3c07eda92", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}], "revision_number": 4, "project_id": "a267b9a156244bb192691cff6e5f74fe", "id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "315a428116f24d9fbb826b37080a918e", "created_at": "2018-08-12T05:11:31Z", "updated_at": "2018-08-12T05:11:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "5e52886a-1dc3-4a81-a55d-f388dc4fd1a1", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "678e32e4-d64c-448a-a4ab-e253ab94ae90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "a8da1539-e3ad-4f90-b2df-3dc1f09d228a", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "b73d5cc9-0205-4658-bb1f-61a042c0ab8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}], "revision_number": 4, "project_id": "315a428116f24d9fbb826b37080a918e", "id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-12T05:08:01Z", "updated_at": "2018-08-12T05:08:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:01Z", "revision_number": 0, "id": "0fb05d03-1117-45d0-930c-b6d4c96ef102", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "4faaab33-5788-4bbd-85b8-0fb44d41413a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "96d0c5a0-5c67-421b-8fc8-2b46d77e5db3", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "dd78519b-4bc5-4e8e-ad0f-58089dd69347", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "11a46741b7954b959fd7764109c047b6", "created_at": "2018-08-12T05:34:51Z", "updated_at": "2018-08-12T05:34:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "0b67bf3c-2289-43bb-ab6c-7d25ec32a279", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "51f3f833-337a-42bd-a8d5-742ea8d6c226", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "571fd0b5-ef90-408d-af33-aafb517b8993", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "944ba823-fb9c-496e-a66e-bb426bb14a8d", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}], "revision_number": 4, "project_id": "11a46741b7954b959fd7764109c047b6", "id": "90af9782-8112-4257-801d-ee5115d226ba", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "created_at": "2018-08-12T05:34:26Z", "updated_at": "2018-08-12T05:34:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "2ee1f63a-807c-4d6a-85ee-dd784f6b8c3f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5dec3ec2-2add-47dd-8618-90659dcf3885", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5ea0dc3e-49d0-43f0-94e9-f6443527d14c", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "fbfaca22-7e3e-4128-8973-43e439b77c28", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}], "revision_number": 4, "project_id": "3c01cd58055c44ecaef39f7e625c2258", "id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "521007c1818145639e93ceb270559219", "created_at": "2018-08-12T05:13:27Z", "updated_at": "2018-08-12T05:13:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "5e7fede5-b0f2-47d8-95c3-516cdfc7f9de", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "8fd0e36f-c6c4-4f64-ba97-40439e614448", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "db7d79de-1dfc-4138-945f-91e74cdc266b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "e87f2cff-ff3e-4b6d-aaf0-7f0eb0ab9f05", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}], "revision_number": 4, "project_id": "521007c1818145639e93ceb270559219", "id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "created_at": "2018-08-12T05:08:18Z", "updated_at": "2018-08-12T05:08:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "3c67be40-bf74-4f97-9693-d93ce73a23b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "6112d869-2fc6-4a25-a13c-3d55cd7206c0", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "bdf21c56-453e-482e-9cba-3c55abcb0339", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "c8e92c39-38cc-4f48-be9c-5f0912e6a725", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}], "revision_number": 4, "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "created_at": "2018-08-12T05:04:23Z", "updated_at": "2018-08-12T05:04:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "280546d9-8ad1-4283-abfc-15ee9b1736c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "58bce125-f2ca-4a6d-b9ca-4e6cf5c0f7a5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "69275b9a-cfb5-482c-a9c4-8ffc79adf2c7", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "6d747f3a-3764-469a-a645-f977585c5aac", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}], "revision_number": 4, "project_id": "310f5853751a4c968f3eeb0a3d99a0a8", "id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "created_at": "2018-08-12T05:34:42Z", "updated_at": "2018-08-12T05:34:42Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "199582e8-25aa-457a-aa7c-6d8413ca4464", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "234f3609-4454-448f-919d-c8143c7cd764", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "c1061460-71a2-49a9-a04b-9fa33eeb17ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "d21ac532-51d8-4d6b-8300-7bac216759bf", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}], "revision_number": 4, "project_id": "9f6c1a272706419c9a74b0893b2890e8", "id": "d6739716-c693-460c-89c6-e7c8c48f8245", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "created_at": "2018-08-12T05:34:54Z", "updated_at": "2018-08-12T05:34:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "0633a05a-ee7d-4476-a56b-75d011b22f77", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "6cc1b9f8-73db-47a3-a0e0-3c96c43f34da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "90d99a6b-e94f-4fd8-a10c-f19dd8954c13", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "e843c139-af2a-4d2c-a24f-59f7b10ff72e", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}], "revision_number": 4, "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "created_at": "2018-08-12T05:09:07Z", "updated_at": "2018-08-12T05:09:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "5495e168-f505-4d74-ae6d-387f0bf533c2", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "6fd19b8b-3062-456e-81ba-3ff37fe43429", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8ca59d25-485c-46ce-939c-2e4a468caeac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8f190846-50a0-42b9-b571-390809b752b1", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}], "revision_number": 4, "project_id": "fa9ca6d7608b4d7d87ce97331679a481", "id": "edcd9b17-9416-4c25-823c-060c435e18d7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "created_at": "2018-08-12T05:34:52Z", "updated_at": "2018-08-12T05:34:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "2c7e484e-6ec5-4a95-8c9c-66d294c0c27e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "70c74258-3c2c-4efc-87e0-079c26ee3417", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "b70382fa-082e-4c2b-abc8-87490fa50b11", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "c3628e02-b4b6-42c9-8751-c1a2d3c19caa", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}], "revision_number": 4, "project_id": "87db863ba6e348b0a5ddcb67053db9d1", "id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "name": "default"}]} 2018-08-12 08:13:58,268 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-6b26fc7e-2675-4d94-89b7-cbef07746c5f 2018-08-12 08:13:58,275 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26383cc9427ab721667ce9e2c5567347c235e7cd" 2018-08-12 08:13:58,365 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:13:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-66a874ff-18af-49bc-8e43-77487e518a4f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 5fe28c13d4d74ba2be8d019ac1ea6363.", "code": 404, "title": "Not Found"}} 2018-08-12 08:13:58,365 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 used request id req-66a874ff-18af-49bc-8e43-77487e518a4f 2018-08-12 08:13:58,366 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:13:58,369 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26383cc9427ab721667ce9e2c5567347c235e7cd" 2018-08-12 08:13:58,466 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:13:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a10df0f7-08d5-4379-8854-5c6ffec04f85 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa5a7fe6ee54472ba01638877aade8e3.", "code": 404, "title": "Not Found"}} 2018-08-12 08:13:58,466 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 used request id req-a10df0f7-08d5-4379-8854-5c6ffec04f85 2018-08-12 08:13:58,466 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:13:58,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26383cc9427ab721667ce9e2c5567347c235e7cd" 2018-08-12 08:13:58,560 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:13:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e45874d0-4ef9-4975-8345-ea6d4514aac5 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ea65becf30e54b27aa96a449698a435e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:13:58,560 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e used request id req-e45874d0-4ef9-4975-8345-ea6d4514aac5 2018-08-12 08:13:58,560 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:13:58,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26383cc9427ab721667ce9e2c5567347c235e7cd" 2018-08-12 08:13:58,650 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:13:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-539d56bd-42a5-4abd-9f31-885a6a8e9edf Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ff7abd7bb61f4f2889831e932d65dc2e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:13:58,650 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e used request id req-539d56bd-42a5-4abd-9f31-885a6a8e9edf 2018-08-12 08:13:58,650 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:13:58,654 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26383cc9427ab721667ce9e2c5567347c235e7cd" 2018-08-12 08:13:58,737 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:13:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-179db17b-4752-499d-afd2-8314ec7f4d5e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3a85ceae958d4d9fba68847e7df67db8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:13:58,737 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 used request id req-179db17b-4752-499d-afd2-8314ec7f4d5e 2018-08-12 08:13:58,737 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:13:58,741 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26383cc9427ab721667ce9e2c5567347c235e7cd" 2018-08-12 08:13:58,855 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:13:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7718236d-a0a1-4665-864f-92ee73cb1b83 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 85517fcf1c6247e699fdcdd42ecc8c79.", "code": 404, "title": "Not Found"}} 2018-08-12 08:13:58,855 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 used request id req-7718236d-a0a1-4665-864f-92ee73cb1b83 2018-08-12 08:13:58,855 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:13:58,859 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26383cc9427ab721667ce9e2c5567347c235e7cd" 2018-08-12 08:13:58,953 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:13:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b842b14-71d1-494e-8e1f-c50663ee113e Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}} 2018-08-12 08:13:58,953 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe used request id req-4b842b14-71d1-494e-8e1f-c50663ee113e 2018-08-12 08:13:58,957 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26383cc9427ab721667ce9e2c5567347c235e7cd" 2018-08-12 08:13:59,042 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:13:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f4d38e52-2d09-428a-9005-106bfc981dce Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 315a428116f24d9fbb826b37080a918e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:13:59,042 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e used request id req-f4d38e52-2d09-428a-9005-106bfc981dce 2018-08-12 08:13:59,042 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:13:59,045 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26383cc9427ab721667ce9e2c5567347c235e7cd" 2018-08-12 08:13:59,141 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:13:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b9632d72-6702-4335-a9af-a5caf876393c Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 11a46741b7954b959fd7764109c047b6.", "code": 404, "title": "Not Found"}} 2018-08-12 08:13:59,141 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 used request id req-b9632d72-6702-4335-a9af-a5caf876393c 2018-08-12 08:13:59,141 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:13:59,145 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26383cc9427ab721667ce9e2c5567347c235e7cd" 2018-08-12 08:13:59,233 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:13:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-90171067-bac3-45dc-9e46-8aec6aff4505 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3c01cd58055c44ecaef39f7e625c2258.", "code": 404, "title": "Not Found"}} 2018-08-12 08:13:59,233 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 used request id req-90171067-bac3-45dc-9e46-8aec6aff4505 2018-08-12 08:13:59,233 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:13:59,237 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26383cc9427ab721667ce9e2c5567347c235e7cd" 2018-08-12 08:13:59,322 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:13:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-42ae4d76-2016-4c40-b33e-2e98351416ec Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 521007c1818145639e93ceb270559219.", "code": 404, "title": "Not Found"}} 2018-08-12 08:13:59,322 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 used request id req-42ae4d76-2016-4c40-b33e-2e98351416ec 2018-08-12 08:13:59,322 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:13:59,326 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26383cc9427ab721667ce9e2c5567347c235e7cd" 2018-08-12 08:13:59,417 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:13:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-30afa1ff-5928-42e6-bedc-44dfdab142d4 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e18fcc7fc10a4fd0b20234f8520d0aab.", "code": 404, "title": "Not Found"}} 2018-08-12 08:13:59,417 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab used request id req-30afa1ff-5928-42e6-bedc-44dfdab142d4 2018-08-12 08:13:59,417 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:13:59,421 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26383cc9427ab721667ce9e2c5567347c235e7cd" 2018-08-12 08:13:59,510 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:13:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2729159a-d05b-4cee-be38-9a545c6e0cfe Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "310f5853751a4c968f3eeb0a3d99a0a8", "name": "service"}} 2018-08-12 08:13:59,510 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 used request id req-2729159a-d05b-4cee-be38-9a545c6e0cfe 2018-08-12 08:13:59,514 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26383cc9427ab721667ce9e2c5567347c235e7cd" 2018-08-12 08:13:59,604 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:13:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4acbf280-7528-4892-92ae-169b1203a699 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9f6c1a272706419c9a74b0893b2890e8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:13:59,605 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 used request id req-4acbf280-7528-4892-92ae-169b1203a699 2018-08-12 08:13:59,605 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:13:59,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/34cb7327fcfc4b52a63b4b8c0ea4a54d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26383cc9427ab721667ce9e2c5567347c235e7cd" 2018-08-12 08:13:59,714 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:13:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ee437000-1fbe-4a70-b192-89e8714b5c4b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 34cb7327fcfc4b52a63b4b8c0ea4a54d.", "code": 404, "title": "Not Found"}} 2018-08-12 08:13:59,714 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/34cb7327fcfc4b52a63b4b8c0ea4a54d used request id req-ee437000-1fbe-4a70-b192-89e8714b5c4b 2018-08-12 08:13:59,715 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:13:59,718 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa9ca6d7608b4d7d87ce97331679a481 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26383cc9427ab721667ce9e2c5567347c235e7cd" 2018-08-12 08:13:59,810 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:13:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3a84b62b-a4ca-4387-b73b-1f92c3dde029 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa9ca6d7608b4d7d87ce97331679a481.", "code": 404, "title": "Not Found"}} 2018-08-12 08:13:59,810 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa9ca6d7608b4d7d87ce97331679a481 used request id req-3a84b62b-a4ca-4387-b73b-1f92c3dde029 2018-08-12 08:13:59,810 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:13:59,813 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/87db863ba6e348b0a5ddcb67053db9d1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26383cc9427ab721667ce9e2c5567347c235e7cd" 2018-08-12 08:13:59,901 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:13:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5d67f582-8436-473d-bf42-93482bdc9056 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87db863ba6e348b0a5ddcb67053db9d1.", "code": 404, "title": "Not Found"}} 2018-08-12 08:13:59,901 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/87db863ba6e348b0a5ddcb67053db9d1 used request id req-5d67f582-8436-473d-bf42-93482bdc9056 2018-08-12 08:13:59,902 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:13:59,903 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-4f59a650-6bf4-4b1-proj 2018-08-12 08:13:59,906 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/762f646bbc8344fab168ab7ba3a23096 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26383cc9427ab721667ce9e2c5567347c235e7cd" 2018-08-12 08:14:00,222 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:13:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-deb1e8cd-00e5-4cda-bba1-446073c29108 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 08:14:00,222 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/762f646bbc8344fab168ab7ba3a23096 used request id req-deb1e8cd-00e5-4cda-bba1-446073c29108 2018-08-12 08:14:00,223 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-4f59a650-6bf4-4b1-proj-role 2018-08-12 08:14:00,226 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/b5cde51f337d4c9aaa154103489cf4d7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26383cc9427ab721667ce9e2c5567347c235e7cd" 2018-08-12 08:14:00,396 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:14:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7c03e141-4d70-46b6-9d1a-220828b69dcd 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 08:14:00,397 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/b5cde51f337d4c9aaa154103489cf4d7 used request id req-7c03e141-4d70-46b6-9d1a-220828b69dcd 2018-08-12 08:14:00,400 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26383cc9427ab721667ce9e2c5567347c235e7cd" 2018-08-12 08:14:00,484 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:14:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-06bd2828-8f95-403e-9c40-d210058b2545 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:14:00,485 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-06bd2828-8f95-403e-9c40-d210058b2545 2018-08-12 08:14:00,485 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-4f59a650-6bf4-4b1-user 2018-08-12 08:14:00,489 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/99f1008fc6a44e48a7179140b55237bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b3e95df373a349e031bc0486e19cec7440678be" 2018-08-12 08:14:00,691 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:14:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bc53de56-5ceb-41de-bf07-082d3dafc9ff 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 08:14:00,692 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/99f1008fc6a44e48a7179140b55237bf used request id req-bc53de56-5ceb-41de-bf07-082d3dafc9ff 2018-08-12 08:14:00,693 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:14:01,095 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:14:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["ScOpfbVhQ82aMtJenFsckg"], "issued_at": "2018-08-12T08:14:01.000000Z"}} 2018-08-12 08:14:01,096 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}5aac5166bbf4780aba0fc1b47f073c0d88b4498e" 2018-08-12 08:14:01,176 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:14:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6649b581-4bf9-46af-b0f8-12de67f0c3b1 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:14:01,176 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-6649b581-4bf9-46af-b0f8-12de67f0c3b1 2018-08-12 08:14:01,178 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:14:01,178 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:14:01,602 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:14:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["GNByVyGoTGeCNXKaKefpaA"], "issued_at": "2018-08-12T08:14:01.000000Z"}} 2018-08-12 08:14:01,602 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}53785fc9f55bcf6fcb829233c5675074269fef2b" 2018-08-12 08:14:01,687 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:14:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d5770bab-aa1a-471f-9235-900376fdfbf4 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:14:01,687 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-d5770bab-aa1a-471f-9235-900376fdfbf4 2018-08-12 08:14:01,691 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:14:01,697 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:14:01 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:14:01,698 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-ccc962cd-6a7b-42f-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53785fc9f55bcf6fcb829233c5675074269fef2b" 2018-08-12 08:14:01,791 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:14:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fde712a5-5913-4384-b161-b3d3e040e63b Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-ccc962cd-6a7b-42f-proj", "previous": null, "next": null}, "projects": []} 2018-08-12 08:14:01,791 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-ccc962cd-6a7b-42f-proj used request id req-fde712a5-5913-4384-b161-b3d3e040e63b 2018-08-12 08:14:01,794 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53785fc9f55bcf6fcb829233c5675074269fef2b" 2018-08-12 08:14:01,890 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:14:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e7dcac7-46c3-40cb-8b29-d1d3bb5395ca Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:14:01,890 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-4e7dcac7-46c3-40cb-8b29-d1d3bb5395ca 2018-08-12 08:14:01,894 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53785fc9f55bcf6fcb829233c5675074269fef2b" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterSuccessTests-ccc962cd-6a7b-42f-proj"}}' 2018-08-12 08:14:02,031 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:14:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-105b1eef-ef91-4b35-bca7-50ddae9c1fd4 Content-Length: 321 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/e8bb2da2829f42228179025c5e59dd30"}, "tags": [], "enabled": true, "id": "e8bb2da2829f42228179025c5e59dd30", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-ccc962cd-6a7b-42f-proj"}} 2018-08-12 08:14:02,031 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-105b1eef-ef91-4b35-bca7-50ddae9c1fd4 2018-08-12 08:14:02,032 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-ccc962cd-6a7b-42f-proj 2018-08-12 08:14:02,032 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:14:02,032 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:14:02,455 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:14:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["LbEmGYcZQaucTPrzsc8Zlw"], "issued_at": "2018-08-12T08:14:02.000000Z"}} 2018-08-12 08:14:02,456 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}0e75714c89cd53a440739461072cb36897773793" 2018-08-12 08:14:02,470 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:14:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-70525da4-76dd-4e38-8819-8bd88b99767c Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:14:02,470 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-70525da4-76dd-4e38-8819-8bd88b99767c 2018-08-12 08:14:02,474 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:14:02,479 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:14:02 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:14:02,480 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e75714c89cd53a440739461072cb36897773793" 2018-08-12 08:14:02,592 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:14:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-67ef5ce6-578d-4326-ad94-ae4450ef70b7 Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/105a247548624314b9228f85f6325f0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105a247548624314b9228f85f6325f0b", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/1c5de0eaa44543f08da6ad63a51594ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c5de0eaa44543f08da6ad63a51594ff", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/1d127b5b832547a88a547c116dfdd65b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d127b5b832547a88a547c116dfdd65b", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/1d5cfc170d624ce4ae53ae0507c8d517"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d5cfc170d624ce4ae53ae0507c8d517", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/2421820b75eb4d3ebd02830378d1377b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2421820b75eb4d3ebd02830378d1377b", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/40bd8ee54ecf44868cc83cede652c396"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40bd8ee54ecf44868cc83cede652c396", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/4f32fb8153854c4c9f5094b42b523f80"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f32fb8153854c4c9f5094b42b523f80", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7066130d08fb4db7bf4ab468de53933b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7066130d08fb4db7bf4ab468de53933b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/8d0898a83bcf4521bbc11501d5d7ac89"}, "domain_id": "1eec97585bde483292ece28ee11f4b8d", "enabled": true, "options": {}, "id": "8d0898a83bcf4521bbc11501d5d7ac89", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/9defcced327d476f8a3beab718a13da3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9defcced327d476f8a3beab718a13da3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/b80ee4f6992446e0879624dd436e99a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b80ee4f6992446e0879624dd436e99a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b86fd3e011324d398fcdb6f095a20a9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b86fd3e011324d398fcdb6f095a20a9d", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1701d2754064b5cadf765ea0806f9b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1701d2754064b5cadf765ea0806f9b2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/db4e7b8d76d549faa502716565c733dd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db4e7b8d76d549faa502716565c733dd", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-12 08:14:02,592 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-67ef5ce6-578d-4326-ad94-ae4450ef70b7 2018-08-12 08:14:02,596 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateRouterSuccessTests-ccc962cd-6a7b-42f-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e75714c89cd53a440739461072cb36897773793" 2018-08-12 08:14:02,696 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:14:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f9197864-2458-40bb-b77d-f71c38c77216 Content-Encoding: gzip Content-Length: 260 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateRouterSuccessTests-ccc962cd-6a7b-42f-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/e8bb2da2829f42228179025c5e59dd30"}, "tags": [], "enabled": true, "id": "e8bb2da2829f42228179025c5e59dd30", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-ccc962cd-6a7b-42f-proj"}]} 2018-08-12 08:14:02,696 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateRouterSuccessTests-ccc962cd-6a7b-42f-proj used request id req-f9197864-2458-40bb-b77d-f71c38c77216 2018-08-12 08:14:02,700 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e75714c89cd53a440739461072cb36897773793" 2018-08-12 08:14:02,790 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:14:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bb9f0b0e-a099-4d29-b02a-abb10fcd076c Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:14:02,790 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-bb9f0b0e-a099-4d29-b02a-abb10fcd076c 2018-08-12 08:14:03,162 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-ccc962cd-6a7b-42f-user 2018-08-12 08:14:03,163 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:14:03,167 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53785fc9f55bcf6fcb829233c5675074269fef2b" 2018-08-12 08:14:03,259 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:14:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-08635543-9153-478d-8e6f-894874d23726 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:14:03,259 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-08635543-9153-478d-8e6f-894874d23726 2018-08-12 08:14:03,263 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53785fc9f55bcf6fcb829233c5675074269fef2b" -d '{"role": {"name": "CreateRouterSuccessTests-ccc962cd-6a7b-42f-proj-role"}}' 2018-08-12 08:14:03,366 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:14:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4f6e7471-bcbb-4b08-abb4-adba98eda464 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "3e9ad39290da4042bcf7afaec789d45d", "links": {"self": "http://172.30.9.21:5000/v3/roles/3e9ad39290da4042bcf7afaec789d45d"}, "name": "CreateRouterSuccessTests-ccc962cd-6a7b-42f-proj-role"}} 2018-08-12 08:14:03,367 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-4f6e7471-bcbb-4b08-abb4-adba98eda464 2018-08-12 08:14:03,367 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-ccc962cd-6a7b-42f-proj-role 2018-08-12 08:14:03,370 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/3e9ad39290da4042bcf7afaec789d45d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53785fc9f55bcf6fcb829233c5675074269fef2b" 2018-08-12 08:14:03,476 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:14:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d3c09e6a-1ff6-4165-b9f1-415900c6fcdb Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "3e9ad39290da4042bcf7afaec789d45d", "links": {"self": "http://172.30.9.21:5000/v3/roles/3e9ad39290da4042bcf7afaec789d45d"}, "name": "CreateRouterSuccessTests-ccc962cd-6a7b-42f-proj-role"}} 2018-08-12 08:14:03,476 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/3e9ad39290da4042bcf7afaec789d45d used request id req-d3c09e6a-1ff6-4165-b9f1-415900c6fcdb 2018-08-12 08:14:03,477 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-ccc962cd-6a7b-42f-proj-role to project CreateRouterSuccessTests-ccc962cd-6a7b-42f-proj 2018-08-12 08:14:03,480 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/e8bb2da2829f42228179025c5e59dd30/users/48d6285761db4b06b6ed9c046c34e437/roles/3e9ad39290da4042bcf7afaec789d45d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53785fc9f55bcf6fcb829233c5675074269fef2b" 2018-08-12 08:14:03,615 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:14:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ed608f4f-f9ff-4083-93d4-8be574eb3041 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 08:14:03,615 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/e8bb2da2829f42228179025c5e59dd30/users/48d6285761db4b06b6ed9c046c34e437/roles/3e9ad39290da4042bcf7afaec789d45d used request id req-ed608f4f-f9ff-4083-93d4-8be574eb3041 2018-08-12 08:14:03,615 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:14:03,616 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:14:03,616 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:14:03,616 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:14:03,616 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:14:03,617 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:14:03,618 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:14:04,011 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:14:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["EXtQGgnHRfydv0T2aw0-pA"], "issued_at": "2018-08-12T08:14:04.000000Z"}} 2018-08-12 08:14:04,012 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}f5a1297734cdcb5ac89bd5f8212da0d07551f9da" 2018-08-12 08:14:04,101 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:14:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-42a638d5-f48d-4a18-b423-642893b4f05b Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:14:04,101 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-42a638d5-f48d-4a18-b423-642893b4f05b 2018-08-12 08:14:04,102 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:14:04,103 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:14:04,103 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:14:04,103 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:14:04,103 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:14:04,110 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=CreateRouterSuccessTests-37f4fd8e-529f-45ee-8bce-43d7ff72bd0c-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5a1297734cdcb5ac89bd5f8212da0d07551f9da" 2018-08-12 08:14:04,337 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-c52bc1f5-d285-41d7-8879-0dea68705f3a Date: Sun, 12 Aug 2018 08:14:04 GMT RESP BODY: {"routers": []} 2018-08-12 08:14:04,337 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=CreateRouterSuccessTests-37f4fd8e-529f-45ee-8bce-43d7ff72bd0c-pub-router&admin_state_up=True used request id req-c52bc1f5-d285-41d7-8879-0dea68705f3a 2018-08-12 08:14:04,338 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:14:04,338 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:14:04,741 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:14:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["NWb3ezpaSUSdipLJmJFPQg"], "issued_at": "2018-08-12T08:14:04.000000Z"}} 2018-08-12 08:14:04,742 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}ace7b57570a20dce9d906a34777c9cbb6203f4b3" 2018-08-12 08:14:04,831 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:14:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2e9e5bf5-50f5-4b59-835a-20573dcd9fd5 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:14:04,831 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-2e9e5bf5-50f5-4b59-835a-20573dcd9fd5 2018-08-12 08:14:04,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:14:04,840 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:14:04 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:14:04,841 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateRouterSuccessTests-ccc962cd-6a7b-42f-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ace7b57570a20dce9d906a34777c9cbb6203f4b3" 2018-08-12 08:14:04,935 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:14:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d75ca070-c52b-464e-afd8-b78b50f46c07 Content-Encoding: gzip Content-Length: 260 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateRouterSuccessTests-ccc962cd-6a7b-42f-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/e8bb2da2829f42228179025c5e59dd30"}, "tags": [], "enabled": true, "id": "e8bb2da2829f42228179025c5e59dd30", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-ccc962cd-6a7b-42f-proj"}]} 2018-08-12 08:14:04,936 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateRouterSuccessTests-ccc962cd-6a7b-42f-proj used request id req-d75ca070-c52b-464e-afd8-b78b50f46c07 2018-08-12 08:14:04,941 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5a1297734cdcb5ac89bd5f8212da0d07551f9da" 2018-08-12 08:14:05,375 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-95f7edb6-2eec-4f00-a2fe-8df42a32e899 Date: Sun, 12 Aug 2018 08:14:05 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":7,"port_security_enabled":true,"mtu":1500,"id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"310f5853751a4c968f3eeb0a3d99a0a8","status":"ACTIVE","subnets":["ec788992-fa73-45cc-a7d9-6d44542124c2"],"description":"","tags":[],"updated_at":"2018-08-12T05:35:20Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"310f5853751a4c968f3eeb0a3d99a0a8","created_at":"2018-08-12T05:04:23Z","provider:network_type":"flat"}]} 2018-08-12 08:14:05,375 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=external used request id req-95f7edb6-2eec-4f00-a2fe-8df42a32e899 2018-08-12 08:14:05,380 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=03886690-4630-4c4c-9ccb-7eedaa9b1fd3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5a1297734cdcb5ac89bd5f8212da0d07551f9da" 2018-08-12 08:14:05,596 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-df266b55-644c-4af7-8c4d-08d2f44c04b4 Date: Sun, 12 Aug 2018 08:14:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","tenant_id":"310f5853751a4c968f3eeb0a3d99a0a8","created_at":"2018-08-12T05:04:31Z","dns_nameservers":[],"updated_at":"2018-08-12T05:04:31Z","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":"310f5853751a4c968f3eeb0a3d99a0a8","id":"ec788992-fa73-45cc-a7d9-6d44542124c2","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-12 08:14:05,596 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=03886690-4630-4c4c-9ccb-7eedaa9b1fd3 used request id req-df266b55-644c-4af7-8c4d-08d2f44c04b4 2018-08-12 08:14:05,597 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-37f4fd8e-529f-45ee-8bce-43d7ff72bd0c-pub-router 2018-08-12 08:14:05,602 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5a1297734cdcb5ac89bd5f8212da0d07551f9da" -d '{"router": {"external_gateway_info": {"network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3"}, "tenant_id": "e8bb2da2829f42228179025c5e59dd30", "name": "CreateRouterSuccessTests-37f4fd8e-529f-45ee-8bce-43d7ff72bd0c-pub-router", "admin_state_up": true}}' 2018-08-12 08:14:06,853 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 661 X-Openstack-Request-Id: req-75a26e14-d407-48e9-8c5f-b163118c00c8 Date: Sun, 12 Aug 2018 08:14:06 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ec788992-fa73-45cc-a7d9-6d44542124c2", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "e8bb2da2829f42228179025c5e59dd30", "created_at": "2018-08-12T08:14:05Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-12T08:14:06Z", "revision_number": 2, "routes": [], "project_id": "e8bb2da2829f42228179025c5e59dd30", "id": "25c13461-da0e-41ed-87f5-bb2c986095a8", "name": "CreateRouterSuccessTests-37f4fd8e-529f-45ee-8bce-43d7ff72bd0c-pub-router"}} 2018-08-12 08:14:06,853 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers used request id req-75a26e14-d407-48e9-8c5f-b163118c00c8 2018-08-12 08:14:06,859 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=25c13461-da0e-41ed-87f5-bb2c986095a8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5a1297734cdcb5ac89bd5f8212da0d07551f9da" 2018-08-12 08:14:07,068 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-d6b63316-3df2-445b-9c14-4ac815dd18c1 Date: Sun, 12 Aug 2018 08:14:07 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:14:06Z","device_owner":"network:router_gateway","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ec788992-fa73-45cc-a7d9-6d44542124c2","ip_address":"172.30.9.201"}],"id":"ed8a2f09-5ba8-46bc-8e7d-36763e7a9ad8","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:4a:cb:4d","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"25c13461-da0e-41ed-87f5-bb2c986095a8","name":"","admin_state_up":true,"network_id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","tenant_id":"","created_at":"2018-08-12T08:14:06Z","binding:vnic_type":"normal"}]} 2018-08-12 08:14:07,068 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=25c13461-da0e-41ed-87f5-bb2c986095a8 used request id req-d6b63316-3df2-445b-9c14-4ac815dd18c1 2018-08-12 08:14:07,074 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/ec788992-fa73-45cc-a7d9-6d44542124c2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5a1297734cdcb5ac89bd5f8212da0d07551f9da" 2018-08-12 08:14:07,286 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-742a5416-ede0-4aa8-b4c7-9c19a348a712 Date: Sun, 12 Aug 2018 08:14:07 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","tenant_id":"310f5853751a4c968f3eeb0a3d99a0a8","created_at":"2018-08-12T05:04:31Z","dns_nameservers":[],"updated_at":"2018-08-12T05:04:31Z","gateway_ip":"172.30.9.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"172.30.9.0/24","project_id":"310f5853751a4c968f3eeb0a3d99a0a8","id":"ec788992-fa73-45cc-a7d9-6d44542124c2","subnetpool_id":null,"name":"external-subnet"}} 2018-08-12 08:14:07,286 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/ec788992-fa73-45cc-a7d9-6d44542124c2 used request id req-742a5416-ede0-4aa8-b4c7-9c19a348a712 2018-08-12 08:14:07,291 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers/25c13461-da0e-41ed-87f5-bb2c986095a8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5a1297734cdcb5ac89bd5f8212da0d07551f9da" 2018-08-12 08:14:07,592 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 661 X-Openstack-Request-Id: req-33cf3716-72f8-4724-af58-bf6fb019942a Date: Sun, 12 Aug 2018 08:14:07 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ec788992-fa73-45cc-a7d9-6d44542124c2", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "e8bb2da2829f42228179025c5e59dd30", "created_at": "2018-08-12T08:14:05Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-12T08:14:06Z", "revision_number": 2, "routes": [], "project_id": "e8bb2da2829f42228179025c5e59dd30", "id": "25c13461-da0e-41ed-87f5-bb2c986095a8", "name": "CreateRouterSuccessTests-37f4fd8e-529f-45ee-8bce-43d7ff72bd0c-pub-router"}} 2018-08-12 08:14:07,592 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers/25c13461-da0e-41ed-87f5-bb2c986095a8 used request id req-33cf3716-72f8-4724-af58-bf6fb019942a 2018-08-12 08:14:07,597 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=25c13461-da0e-41ed-87f5-bb2c986095a8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5a1297734cdcb5ac89bd5f8212da0d07551f9da" 2018-08-12 08:14:07,816 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-1ce8b850-0e2a-428c-b492-2d7344837a1a Date: Sun, 12 Aug 2018 08:14:07 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:14:06Z","device_owner":"network:router_gateway","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ec788992-fa73-45cc-a7d9-6d44542124c2","ip_address":"172.30.9.201"}],"id":"ed8a2f09-5ba8-46bc-8e7d-36763e7a9ad8","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:4a:cb:4d","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"25c13461-da0e-41ed-87f5-bb2c986095a8","name":"","admin_state_up":true,"network_id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","tenant_id":"","created_at":"2018-08-12T08:14:06Z","binding:vnic_type":"normal"}]} 2018-08-12 08:14:07,816 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=25c13461-da0e-41ed-87f5-bb2c986095a8 used request id req-1ce8b850-0e2a-428c-b492-2d7344837a1a 2018-08-12 08:14:07,821 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/ec788992-fa73-45cc-a7d9-6d44542124c2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5a1297734cdcb5ac89bd5f8212da0d07551f9da" 2018-08-12 08:14:07,865 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-95c0590b-5c90-46b2-9f98-23eae0810757 Date: Sun, 12 Aug 2018 08:14:07 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","tenant_id":"310f5853751a4c968f3eeb0a3d99a0a8","created_at":"2018-08-12T05:04:31Z","dns_nameservers":[],"updated_at":"2018-08-12T05:04:31Z","gateway_ip":"172.30.9.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"172.30.9.0/24","project_id":"310f5853751a4c968f3eeb0a3d99a0a8","id":"ec788992-fa73-45cc-a7d9-6d44542124c2","subnetpool_id":null,"name":"external-subnet"}} 2018-08-12 08:14:07,865 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/ec788992-fa73-45cc-a7d9-6d44542124c2 used request id req-95c0590b-5c90-46b2-9f98-23eae0810757 2018-08-12 08:14:07,866 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:14:08,358 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3e9ad39290da4042bcf7afaec789d45d", "name": "CreateRouterSuccessTests-ccc962cd-6a7b-42f-proj-role"}], "expires_at": "2018-08-12T09:14:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8bb2da2829f42228179025c5e59dd30", "name": "CreateRouterSuccessTests-ccc962cd-6a7b-42f-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e8bb2da2829f42228179025c5e59dd30", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/e8bb2da2829f42228179025c5e59dd30", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/e8bb2da2829f42228179025c5e59dd30", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_e8bb2da2829f42228179025c5e59dd30", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_e8bb2da2829f42228179025c5e59dd30", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8bb2da2829f42228179025c5e59dd30", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/e8bb2da2829f42228179025c5e59dd30", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/e8bb2da2829f42228179025c5e59dd30", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/e8bb2da2829f42228179025c5e59dd30", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/e8bb2da2829f42228179025c5e59dd30", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/e8bb2da2829f42228179025c5e59dd30", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8bb2da2829f42228179025c5e59dd30", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/e8bb2da2829f42228179025c5e59dd30", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/e8bb2da2829f42228179025c5e59dd30", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-ccc962cd-6a7b-42f-user", "id": "48d6285761db4b06b6ed9c046c34e437"}, "audit_ids": ["qIUvdw87SzCiBha5UMRWXg"], "issued_at": "2018-08-12T08:14:08.000000Z"}} 2018-08-12 08:14:08,364 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=CreateRouterSuccessTests-37f4fd8e-529f-45ee-8bce-43d7ff72bd0c-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0d38bc79c51d21d00b6282bb2bd8d9adf381763" 2018-08-12 08:14:08,687 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-88dec27c-b4b4-48c6-aa65-9aaeadc3c037 Date: Sun, 12 Aug 2018 08:14:08 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ec788992-fa73-45cc-a7d9-6d44542124c2", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "e8bb2da2829f42228179025c5e59dd30", "created_at": "2018-08-12T08:14:05Z", "admin_state_up": true, "updated_at": "2018-08-12T08:14:06Z", "revision_number": 2, "routes": [], "project_id": "e8bb2da2829f42228179025c5e59dd30", "id": "25c13461-da0e-41ed-87f5-bb2c986095a8", "name": "CreateRouterSuccessTests-37f4fd8e-529f-45ee-8bce-43d7ff72bd0c-pub-router"}]} 2018-08-12 08:14:08,687 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=CreateRouterSuccessTests-37f4fd8e-529f-45ee-8bce-43d7ff72bd0c-pub-router&admin_state_up=True used request id req-88dec27c-b4b4-48c6-aa65-9aaeadc3c037 2018-08-12 08:14:08,690 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:14:08,695 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:14:08 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:14:08,696 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e8bb2da2829f42228179025c5e59dd30 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5aac5166bbf4780aba0fc1b47f073c0d88b4498e" 2018-08-12 08:14:08,718 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:14:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-397b789c-2ec9-4911-a04f-af7eb2992739 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/e8bb2da2829f42228179025c5e59dd30"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "e8bb2da2829f42228179025c5e59dd30", "name": "CreateRouterSuccessTests-ccc962cd-6a7b-42f-proj"}} 2018-08-12 08:14:08,718 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e8bb2da2829f42228179025c5e59dd30 used request id req-397b789c-2ec9-4911-a04f-af7eb2992739 2018-08-12 08:14:08,723 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=25c13461-da0e-41ed-87f5-bb2c986095a8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0d38bc79c51d21d00b6282bb2bd8d9adf381763" 2018-08-12 08:14:08,914 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-6b3d37f4-c701-401d-9f8c-b4a02c033fbd Date: Sun, 12 Aug 2018 08:14:08 GMT RESP BODY: {"ports":[]} 2018-08-12 08:14:08,914 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=25c13461-da0e-41ed-87f5-bb2c986095a8 used request id req-6b3d37f4-c701-401d-9f8c-b4a02c033fbd 2018-08-12 08:14:08,919 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=03886690-4630-4c4c-9ccb-7eedaa9b1fd3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0d38bc79c51d21d00b6282bb2bd8d9adf381763" 2018-08-12 08:14:09,189 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-a40a84dd-8aa5-4d0f-a03b-d4f9385ccc21 Date: Sun, 12 Aug 2018 08:14:09 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ec788992-fa73-45cc-a7d9-6d44542124c2"],"updated_at":"2018-08-12T05:35:20Z","tenant_id":"310f5853751a4c968f3eeb0a3d99a0a8","created_at":"2018-08-12T05:04:23Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":7,"admin_state_up":true,"shared":false,"project_id":"310f5853751a4c968f3eeb0a3d99a0a8","id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","name":"external"}]} 2018-08-12 08:14:09,189 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=03886690-4630-4c4c-9ccb-7eedaa9b1fd3 used request id req-a40a84dd-8aa5-4d0f-a03b-d4f9385ccc21 2018-08-12 08:14:09,194 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=03886690-4630-4c4c-9ccb-7eedaa9b1fd3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0d38bc79c51d21d00b6282bb2bd8d9adf381763" 2018-08-12 08:14:09,407 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-ca035dab-42cd-4993-bc15-61a6e0f89ef1 Date: Sun, 12 Aug 2018 08:14:09 GMT RESP BODY: {"subnets":[]} 2018-08-12 08:14:09,408 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=03886690-4630-4c4c-9ccb-7eedaa9b1fd3 used request id req-ca035dab-42cd-4993-bc15-61a6e0f89ef1 2018-08-12 08:14:09,408 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-37f4fd8e-529f-45ee-8bce-43d7ff72bd0c-pub-router 2018-08-12 08:14:09,408 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-37f4fd8e-529f-45ee-8bce-43d7ff72bd0c-pub-router 2018-08-12 08:14:09,413 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/routers/25c13461-da0e-41ed-87f5-bb2c986095a8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5a1297734cdcb5ac89bd5f8212da0d07551f9da" 2018-08-12 08:14:10,863 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7dd49078-7abf-4586-9477-9d84c4826049 Content-Length: 0 Date: Sun, 12 Aug 2018 08:14:10 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:14:10,863 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/25c13461-da0e-41ed-87f5-bb2c986095a8 used request id req-7dd49078-7abf-4586-9477-9d84c4826049 2018-08-12 08:14:10,864 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:14:10,864 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:14:10,864 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:14:10,865 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:14:10,865 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:14:10,871 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53785fc9f55bcf6fcb829233c5675074269fef2b" 2018-08-12 08:14:11,120 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 43135 X-Openstack-Request-Id: req-bad5d67d-a48c-43f1-87b5-85ab66e42a75 Date: Sun, 12 Aug 2018 08:14:11 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "created_at": "2018-08-12T06:59:44Z", "updated_at": "2018-08-12T06:59:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "1d7fd960-7865-4453-aecc-8d399b4fad21", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "66820d8a-b785-4b18-bd67-500221c8e4f9", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "74fc7638-a322-4841-8c47-06d36174a200", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "8eaa09ec-8419-4582-9312-1e527afe6e4b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}], "revision_number": 4, "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "created_at": "2018-08-12T05:12:34Z", "updated_at": "2018-08-12T05:12:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "709513d2-af7d-4d0b-bd3c-604fed75a711", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "aa346066-e46f-44f2-94be-2884aa998a19", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "c15f7b93-e56c-4afa-867d-2acb286d4b7b", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "cb0ef83f-5f70-4a80-ad35-431ca9df551e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}], "revision_number": 4, "project_id": "fa5a7fe6ee54472ba01638877aade8e3", "id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ea65becf30e54b27aa96a449698a435e", "created_at": "2018-08-12T05:10:35Z", "updated_at": "2018-08-12T05:10:35Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "30ad280c-f302-4cd4-a438-5139917b56f9", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "76115c4c-887d-4f0a-83e2-486e4b39c713", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "8ab14937-4c08-4d43-8a9a-662e622cc643", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "ee757a03-5662-4273-9c3e-6212e7afb48f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}], "revision_number": 4, "project_id": "ea65becf30e54b27aa96a449698a435e", "id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "created_at": "2018-08-12T06:20:09Z", "updated_at": "2018-08-12T06:20:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "1123b8f2-75ac-4a26-b9b2-a96da97408e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "2ddd2b93-e080-48cd-9a50-f5fe8a82ad0c", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "cd1bae62-0aea-4438-b4c3-50a69ae6f855", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "e398e01e-ceea-46d1-9534-b929808c4a5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}], "revision_number": 4, "project_id": "ff7abd7bb61f4f2889831e932d65dc2e", "id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "created_at": "2018-08-12T05:34:57Z", "updated_at": "2018-08-12T05:34:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "208a1c1e-f5f8-49c7-9a25-d07e68b1541f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "27bfd867-e607-4bf8-9de8-60682d3f771d", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "49360e1f-6fd3-4f35-b339-24cea95773ee", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "60f631a9-d305-4920-9631-d0543e2ac64f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}], "revision_number": 4, "project_id": "3a85ceae958d4d9fba68847e7df67db8", "id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "created_at": "2018-08-12T05:34:40Z", "updated_at": "2018-08-12T05:34:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "2192c259-363e-4768-ae73-e75837ad63b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "3f87ddc5-f84d-41dc-8215-847724782569", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "7d89f6da-ea78-49dd-9115-f9ad23b250bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "9ec4497d-0f65-44db-9be9-7b3042e4a584", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}], "revision_number": 4, "project_id": "85517fcf1c6247e699fdcdd42ecc8c79", "id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "created_at": "2018-08-12T05:16:02Z", "updated_at": "2018-08-12T05:16:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "1ecacd8c-c1c7-4a66-9871-406a69323b43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "3cc1750c-e0e7-4902-b6f3-494a161b832e", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "d719a7a4-8c99-44ed-8c12-6bf071890203", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "fe7421b5-d577-41da-8c78-62f3c07eda92", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}], "revision_number": 4, "project_id": "a267b9a156244bb192691cff6e5f74fe", "id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "315a428116f24d9fbb826b37080a918e", "created_at": "2018-08-12T05:11:31Z", "updated_at": "2018-08-12T05:11:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "5e52886a-1dc3-4a81-a55d-f388dc4fd1a1", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "678e32e4-d64c-448a-a4ab-e253ab94ae90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "a8da1539-e3ad-4f90-b2df-3dc1f09d228a", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "b73d5cc9-0205-4658-bb1f-61a042c0ab8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}], "revision_number": 4, "project_id": "315a428116f24d9fbb826b37080a918e", "id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-12T05:08:01Z", "updated_at": "2018-08-12T05:08:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:01Z", "revision_number": 0, "id": "0fb05d03-1117-45d0-930c-b6d4c96ef102", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "4faaab33-5788-4bbd-85b8-0fb44d41413a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "96d0c5a0-5c67-421b-8fc8-2b46d77e5db3", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "dd78519b-4bc5-4e8e-ad0f-58089dd69347", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "11a46741b7954b959fd7764109c047b6", "created_at": "2018-08-12T05:34:51Z", "updated_at": "2018-08-12T05:34:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "0b67bf3c-2289-43bb-ab6c-7d25ec32a279", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "51f3f833-337a-42bd-a8d5-742ea8d6c226", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "571fd0b5-ef90-408d-af33-aafb517b8993", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "944ba823-fb9c-496e-a66e-bb426bb14a8d", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}], "revision_number": 4, "project_id": "11a46741b7954b959fd7764109c047b6", "id": "90af9782-8112-4257-801d-ee5115d226ba", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "created_at": "2018-08-12T05:34:26Z", "updated_at": "2018-08-12T05:34:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "2ee1f63a-807c-4d6a-85ee-dd784f6b8c3f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5dec3ec2-2add-47dd-8618-90659dcf3885", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5ea0dc3e-49d0-43f0-94e9-f6443527d14c", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "fbfaca22-7e3e-4128-8973-43e439b77c28", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}], "revision_number": 4, "project_id": "3c01cd58055c44ecaef39f7e625c2258", "id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "521007c1818145639e93ceb270559219", "created_at": "2018-08-12T05:13:27Z", "updated_at": "2018-08-12T05:13:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "5e7fede5-b0f2-47d8-95c3-516cdfc7f9de", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "8fd0e36f-c6c4-4f64-ba97-40439e614448", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "db7d79de-1dfc-4138-945f-91e74cdc266b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "e87f2cff-ff3e-4b6d-aaf0-7f0eb0ab9f05", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}], "revision_number": 4, "project_id": "521007c1818145639e93ceb270559219", "id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "created_at": "2018-08-12T05:08:18Z", "updated_at": "2018-08-12T05:08:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "3c67be40-bf74-4f97-9693-d93ce73a23b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "6112d869-2fc6-4a25-a13c-3d55cd7206c0", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "bdf21c56-453e-482e-9cba-3c55abcb0339", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "c8e92c39-38cc-4f48-be9c-5f0912e6a725", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}], "revision_number": 4, "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "created_at": "2018-08-12T05:04:23Z", "updated_at": "2018-08-12T05:04:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "280546d9-8ad1-4283-abfc-15ee9b1736c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "58bce125-f2ca-4a6d-b9ca-4e6cf5c0f7a5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "69275b9a-cfb5-482c-a9c4-8ffc79adf2c7", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "6d747f3a-3764-469a-a645-f977585c5aac", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}], "revision_number": 4, "project_id": "310f5853751a4c968f3eeb0a3d99a0a8", "id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "created_at": "2018-08-12T05:34:42Z", "updated_at": "2018-08-12T05:34:42Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "199582e8-25aa-457a-aa7c-6d8413ca4464", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "234f3609-4454-448f-919d-c8143c7cd764", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "c1061460-71a2-49a9-a04b-9fa33eeb17ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "d21ac532-51d8-4d6b-8300-7bac216759bf", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}], "revision_number": 4, "project_id": "9f6c1a272706419c9a74b0893b2890e8", "id": "d6739716-c693-460c-89c6-e7c8c48f8245", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "created_at": "2018-08-12T05:34:54Z", "updated_at": "2018-08-12T05:34:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "0633a05a-ee7d-4476-a56b-75d011b22f77", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "6cc1b9f8-73db-47a3-a0e0-3c96c43f34da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "90d99a6b-e94f-4fd8-a10c-f19dd8954c13", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "e843c139-af2a-4d2c-a24f-59f7b10ff72e", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}], "revision_number": 4, "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "created_at": "2018-08-12T05:09:07Z", "updated_at": "2018-08-12T05:09:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "5495e168-f505-4d74-ae6d-387f0bf533c2", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "6fd19b8b-3062-456e-81ba-3ff37fe43429", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8ca59d25-485c-46ce-939c-2e4a468caeac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8f190846-50a0-42b9-b571-390809b752b1", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}], "revision_number": 4, "project_id": "fa9ca6d7608b4d7d87ce97331679a481", "id": "edcd9b17-9416-4c25-823c-060c435e18d7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "created_at": "2018-08-12T05:34:52Z", "updated_at": "2018-08-12T05:34:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "2c7e484e-6ec5-4a95-8c9c-66d294c0c27e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "70c74258-3c2c-4efc-87e0-079c26ee3417", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "b70382fa-082e-4c2b-abc8-87490fa50b11", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "c3628e02-b4b6-42c9-8751-c1a2d3c19caa", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}], "revision_number": 4, "project_id": "87db863ba6e348b0a5ddcb67053db9d1", "id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "name": "default"}]} 2018-08-12 08:14:11,121 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-bad5d67d-a48c-43f1-87b5-85ab66e42a75 2018-08-12 08:14:11,129 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53785fc9f55bcf6fcb829233c5675074269fef2b" 2018-08-12 08:14:11,146 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:14:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-631652fe-0df6-4fa0-ad95-5e264bb3da6a Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 5fe28c13d4d74ba2be8d019ac1ea6363.", "code": 404, "title": "Not Found"}} 2018-08-12 08:14:11,146 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 used request id req-631652fe-0df6-4fa0-ad95-5e264bb3da6a 2018-08-12 08:14:11,146 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:14:11,150 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53785fc9f55bcf6fcb829233c5675074269fef2b" 2018-08-12 08:14:11,250 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:14:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8fbfcebb-6fad-4134-a7fd-b75c2d9ec8cd Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa5a7fe6ee54472ba01638877aade8e3.", "code": 404, "title": "Not Found"}} 2018-08-12 08:14:11,251 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 used request id req-8fbfcebb-6fad-4134-a7fd-b75c2d9ec8cd 2018-08-12 08:14:11,251 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:14:11,254 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53785fc9f55bcf6fcb829233c5675074269fef2b" 2018-08-12 08:14:11,349 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:14:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c164f2f0-a173-4a6c-bda4-003ea9ba8077 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ea65becf30e54b27aa96a449698a435e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:14:11,350 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e used request id req-c164f2f0-a173-4a6c-bda4-003ea9ba8077 2018-08-12 08:14:11,350 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:14:11,353 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53785fc9f55bcf6fcb829233c5675074269fef2b" 2018-08-12 08:14:11,438 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:14:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b2a35d33-f9a2-4ad8-b0cc-f87e4526dcf9 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ff7abd7bb61f4f2889831e932d65dc2e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:14:11,438 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e used request id req-b2a35d33-f9a2-4ad8-b0cc-f87e4526dcf9 2018-08-12 08:14:11,438 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:14:11,442 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53785fc9f55bcf6fcb829233c5675074269fef2b" 2018-08-12 08:14:11,531 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:14:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-952a97a1-bfea-4a1e-861b-c22b52ace722 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3a85ceae958d4d9fba68847e7df67db8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:14:11,531 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 used request id req-952a97a1-bfea-4a1e-861b-c22b52ace722 2018-08-12 08:14:11,532 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:14:11,535 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53785fc9f55bcf6fcb829233c5675074269fef2b" 2018-08-12 08:14:11,622 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:14:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-806cd7f9-0efd-48d5-8cb8-0f593ca1e4c4 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 85517fcf1c6247e699fdcdd42ecc8c79.", "code": 404, "title": "Not Found"}} 2018-08-12 08:14:11,623 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 used request id req-806cd7f9-0efd-48d5-8cb8-0f593ca1e4c4 2018-08-12 08:14:11,623 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:14:11,626 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53785fc9f55bcf6fcb829233c5675074269fef2b" 2018-08-12 08:14:11,718 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:14:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d4b5345c-82c7-430b-9d8b-88135750c73c Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}} 2018-08-12 08:14:11,718 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe used request id req-d4b5345c-82c7-430b-9d8b-88135750c73c 2018-08-12 08:14:11,722 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53785fc9f55bcf6fcb829233c5675074269fef2b" 2018-08-12 08:14:11,815 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:14:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-88f068ab-246f-4207-8e20-15893a3a10ca Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 315a428116f24d9fbb826b37080a918e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:14:11,815 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e used request id req-88f068ab-246f-4207-8e20-15893a3a10ca 2018-08-12 08:14:11,816 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:14:11,819 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53785fc9f55bcf6fcb829233c5675074269fef2b" 2018-08-12 08:14:11,908 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:14:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3b744cbc-7739-4c54-9e81-98fb1d450ea5 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 11a46741b7954b959fd7764109c047b6.", "code": 404, "title": "Not Found"}} 2018-08-12 08:14:11,909 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 used request id req-3b744cbc-7739-4c54-9e81-98fb1d450ea5 2018-08-12 08:14:11,909 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:14:11,912 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53785fc9f55bcf6fcb829233c5675074269fef2b" 2018-08-12 08:14:11,993 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:14:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-11db636a-0f5e-4887-a203-ec160c9136cc Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3c01cd58055c44ecaef39f7e625c2258.", "code": 404, "title": "Not Found"}} 2018-08-12 08:14:11,993 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 used request id req-11db636a-0f5e-4887-a203-ec160c9136cc 2018-08-12 08:14:11,993 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:14:11,997 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53785fc9f55bcf6fcb829233c5675074269fef2b" 2018-08-12 08:14:12,088 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:14:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7a295b40-8bd3-4120-8a61-4c683a76f4b0 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 521007c1818145639e93ceb270559219.", "code": 404, "title": "Not Found"}} 2018-08-12 08:14:12,088 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 used request id req-7a295b40-8bd3-4120-8a61-4c683a76f4b0 2018-08-12 08:14:12,088 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:14:12,092 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53785fc9f55bcf6fcb829233c5675074269fef2b" 2018-08-12 08:14:12,183 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:14:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-186856db-1015-4c72-8d92-d9c43b631af6 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e18fcc7fc10a4fd0b20234f8520d0aab.", "code": 404, "title": "Not Found"}} 2018-08-12 08:14:12,184 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab used request id req-186856db-1015-4c72-8d92-d9c43b631af6 2018-08-12 08:14:12,184 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:14:12,187 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53785fc9f55bcf6fcb829233c5675074269fef2b" 2018-08-12 08:14:12,403 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:14:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4495aebb-acd7-4959-b289-b1fb5e5c4292 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "310f5853751a4c968f3eeb0a3d99a0a8", "name": "service"}} 2018-08-12 08:14:12,403 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 used request id req-4495aebb-acd7-4959-b289-b1fb5e5c4292 2018-08-12 08:14:12,406 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53785fc9f55bcf6fcb829233c5675074269fef2b" 2018-08-12 08:14:12,496 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:14:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7d71abe7-9856-4c4c-a3b6-37e56e2cf372 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9f6c1a272706419c9a74b0893b2890e8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:14:12,497 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 used request id req-7d71abe7-9856-4c4c-a3b6-37e56e2cf372 2018-08-12 08:14:12,497 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:14:12,500 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/34cb7327fcfc4b52a63b4b8c0ea4a54d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53785fc9f55bcf6fcb829233c5675074269fef2b" 2018-08-12 08:14:12,592 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:14:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d11ad924-e4fc-42b4-8777-ac71f563349e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 34cb7327fcfc4b52a63b4b8c0ea4a54d.", "code": 404, "title": "Not Found"}} 2018-08-12 08:14:12,592 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/34cb7327fcfc4b52a63b4b8c0ea4a54d used request id req-d11ad924-e4fc-42b4-8777-ac71f563349e 2018-08-12 08:14:12,593 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:14:12,596 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa9ca6d7608b4d7d87ce97331679a481 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53785fc9f55bcf6fcb829233c5675074269fef2b" 2018-08-12 08:14:12,680 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:14:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-aa15b65a-3706-4484-874f-8de223c53e60 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa9ca6d7608b4d7d87ce97331679a481.", "code": 404, "title": "Not Found"}} 2018-08-12 08:14:12,680 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa9ca6d7608b4d7d87ce97331679a481 used request id req-aa15b65a-3706-4484-874f-8de223c53e60 2018-08-12 08:14:12,680 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:14:12,684 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/87db863ba6e348b0a5ddcb67053db9d1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53785fc9f55bcf6fcb829233c5675074269fef2b" 2018-08-12 08:14:12,777 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:14:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-36624f1a-9b11-49ca-bc8c-c4839819b5d8 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87db863ba6e348b0a5ddcb67053db9d1.", "code": 404, "title": "Not Found"}} 2018-08-12 08:14:12,777 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/87db863ba6e348b0a5ddcb67053db9d1 used request id req-36624f1a-9b11-49ca-bc8c-c4839819b5d8 2018-08-12 08:14:12,777 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:14:12,778 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-ccc962cd-6a7b-42f-proj 2018-08-12 08:14:12,781 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/e8bb2da2829f42228179025c5e59dd30 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53785fc9f55bcf6fcb829233c5675074269fef2b" 2018-08-12 08:14:13,001 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:14:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9c4793e1-6d7a-4086-bb54-90badfe69f72 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 08:14:13,001 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/e8bb2da2829f42228179025c5e59dd30 used request id req-9c4793e1-6d7a-4086-bb54-90badfe69f72 2018-08-12 08:14:13,001 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-ccc962cd-6a7b-42f-proj-role 2018-08-12 08:14:13,004 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/3e9ad39290da4042bcf7afaec789d45d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53785fc9f55bcf6fcb829233c5675074269fef2b" 2018-08-12 08:14:13,115 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:14:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-585ba6fc-d1b4-4f22-bc5b-61857bf6ace0 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 08:14:13,115 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/3e9ad39290da4042bcf7afaec789d45d used request id req-585ba6fc-d1b4-4f22-bc5b-61857bf6ace0 2018-08-12 08:14:13,119 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53785fc9f55bcf6fcb829233c5675074269fef2b" 2018-08-12 08:14:13,209 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:14:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-906205f1-9a44-4de7-ad0c-9ef330b91f19 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:14:13,209 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-906205f1-9a44-4de7-ad0c-9ef330b91f19 2018-08-12 08:14:13,210 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-ccc962cd-6a7b-42f-user 2018-08-12 08:14:13,214 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/48d6285761db4b06b6ed9c046c34e437 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e75714c89cd53a440739461072cb36897773793" 2018-08-12 08:14:13,395 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:14:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0b855e44-c0c1-4c03-8c80-5cd4555d94f3 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 08:14:13,395 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/48d6285761db4b06b6ed9c046c34e437 used request id req-0b855e44-c0c1-4c03-8c80-5cd4555d94f3 2018-08-12 08:14:13,397 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:14:13,784 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:14:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["GV6wusvERfy_mtPji7W5YQ"], "issued_at": "2018-08-12T08:14:13.000000Z"}} 2018-08-12 08:14:13,785 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}8598f670f34943ca807212f8d54d07ab214f11e2" 2018-08-12 08:14:13,875 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:14:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e16bb7b5-4dd4-436a-8884-a8645dfb7ed5 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:14:13,875 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-e16bb7b5-4dd4-436a-8884-a8645dfb7ed5 2018-08-12 08:14:13,876 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:14:13,877 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:14:14,278 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:14:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["tZWIPy7nRtqP7KpaqEmIZQ"], "issued_at": "2018-08-12T08:14:14.000000Z"}} 2018-08-12 08:14:14,279 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}69c46f7f51aef65d8758e31c56b0cebb96f05ccb" 2018-08-12 08:14:14,359 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:14:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-18063d4c-c7cb-46a2-9ee3-598be4b66e0e Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:14:14,360 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-18063d4c-c7cb-46a2-9ee3-598be4b66e0e 2018-08-12 08:14:14,364 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:14:14,369 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:14:14 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:14:14,370 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-ad089692-815a-474-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69c46f7f51aef65d8758e31c56b0cebb96f05ccb" 2018-08-12 08:14:14,457 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:14:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fbbe3deb-69e5-4602-a9b3-c094f72ca8c0 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-ad089692-815a-474-proj", "previous": null, "next": null}, "projects": []} 2018-08-12 08:14:14,458 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-ad089692-815a-474-proj used request id req-fbbe3deb-69e5-4602-a9b3-c094f72ca8c0 2018-08-12 08:14:14,461 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69c46f7f51aef65d8758e31c56b0cebb96f05ccb" 2018-08-12 08:14:14,549 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:14:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-27cf7e50-76fe-4bbe-bec3-6aed9a8d0da6 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:14:14,549 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-27cf7e50-76fe-4bbe-bec3-6aed9a8d0da6 2018-08-12 08:14:14,553 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69c46f7f51aef65d8758e31c56b0cebb96f05ccb" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterSuccessTests-ad089692-815a-474-proj"}}' 2018-08-12 08:14:14,696 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:14:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ee5eeb7d-13d6-4e94-af8a-cde41b470f4b Content-Length: 321 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/5f82e2795bb64302ba7ed98a0d50c972"}, "tags": [], "enabled": true, "id": "5f82e2795bb64302ba7ed98a0d50c972", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-ad089692-815a-474-proj"}} 2018-08-12 08:14:14,696 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-ee5eeb7d-13d6-4e94-af8a-cde41b470f4b 2018-08-12 08:14:14,696 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-ad089692-815a-474-proj 2018-08-12 08:14:14,696 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:14:14,697 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:14:15,097 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:14:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["2HcrHTzHTTKR4gSPPnsEvw"], "issued_at": "2018-08-12T08:14:15.000000Z"}} 2018-08-12 08:14:15,098 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}67a227ed3920e16911d2c4d6c113482bea761ac8" 2018-08-12 08:14:15,196 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:14:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be5bd34b-132b-410d-96e8-0fa7ea85384a Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:14:15,196 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-be5bd34b-132b-410d-96e8-0fa7ea85384a 2018-08-12 08:14:15,200 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:14:15,205 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:14:15 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:14:15,206 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67a227ed3920e16911d2c4d6c113482bea761ac8" 2018-08-12 08:14:15,316 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:14:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-76df9acc-35cc-4fe3-b402-be0036064640 Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/105a247548624314b9228f85f6325f0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105a247548624314b9228f85f6325f0b", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/1c5de0eaa44543f08da6ad63a51594ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c5de0eaa44543f08da6ad63a51594ff", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/1d127b5b832547a88a547c116dfdd65b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d127b5b832547a88a547c116dfdd65b", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/1d5cfc170d624ce4ae53ae0507c8d517"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d5cfc170d624ce4ae53ae0507c8d517", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/2421820b75eb4d3ebd02830378d1377b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2421820b75eb4d3ebd02830378d1377b", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/40bd8ee54ecf44868cc83cede652c396"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40bd8ee54ecf44868cc83cede652c396", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/4f32fb8153854c4c9f5094b42b523f80"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f32fb8153854c4c9f5094b42b523f80", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7066130d08fb4db7bf4ab468de53933b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7066130d08fb4db7bf4ab468de53933b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/8d0898a83bcf4521bbc11501d5d7ac89"}, "domain_id": "1eec97585bde483292ece28ee11f4b8d", "enabled": true, "options": {}, "id": "8d0898a83bcf4521bbc11501d5d7ac89", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/9defcced327d476f8a3beab718a13da3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9defcced327d476f8a3beab718a13da3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/b80ee4f6992446e0879624dd436e99a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b80ee4f6992446e0879624dd436e99a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b86fd3e011324d398fcdb6f095a20a9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b86fd3e011324d398fcdb6f095a20a9d", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1701d2754064b5cadf765ea0806f9b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1701d2754064b5cadf765ea0806f9b2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/db4e7b8d76d549faa502716565c733dd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db4e7b8d76d549faa502716565c733dd", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-12 08:14:15,317 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-76df9acc-35cc-4fe3-b402-be0036064640 2018-08-12 08:14:15,320 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateRouterSuccessTests-ad089692-815a-474-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67a227ed3920e16911d2c4d6c113482bea761ac8" 2018-08-12 08:14:15,408 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:14:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4f48e314-7082-4d49-a17a-9a5d6e6e3ad9 Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateRouterSuccessTests-ad089692-815a-474-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/5f82e2795bb64302ba7ed98a0d50c972"}, "tags": [], "enabled": true, "id": "5f82e2795bb64302ba7ed98a0d50c972", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-ad089692-815a-474-proj"}]} 2018-08-12 08:14:15,408 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateRouterSuccessTests-ad089692-815a-474-proj used request id req-4f48e314-7082-4d49-a17a-9a5d6e6e3ad9 2018-08-12 08:14:15,412 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67a227ed3920e16911d2c4d6c113482bea761ac8" 2018-08-12 08:14:15,506 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:14:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-18562d54-ee60-4a95-9d50-a18edc7433f0 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:14:15,506 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-18562d54-ee60-4a95-9d50-a18edc7433f0 2018-08-12 08:14:15,900 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-ad089692-815a-474-user 2018-08-12 08:14:15,900 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:14:15,904 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69c46f7f51aef65d8758e31c56b0cebb96f05ccb" 2018-08-12 08:14:15,994 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:14:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a71140e9-c39d-4c91-ba54-bed97bdf3068 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:14:15,994 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-a71140e9-c39d-4c91-ba54-bed97bdf3068 2018-08-12 08:14:15,998 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69c46f7f51aef65d8758e31c56b0cebb96f05ccb" -d '{"role": {"name": "CreateRouterSuccessTests-ad089692-815a-474-proj-role"}}' 2018-08-12 08:14:16,103 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:14:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2455420a-6353-48a4-913b-2c08cfae670b Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "bf2ed175771b4509813125de2f757332", "links": {"self": "http://172.30.9.21:5000/v3/roles/bf2ed175771b4509813125de2f757332"}, "name": "CreateRouterSuccessTests-ad089692-815a-474-proj-role"}} 2018-08-12 08:14:16,103 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-2455420a-6353-48a4-913b-2c08cfae670b 2018-08-12 08:14:16,103 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-ad089692-815a-474-proj-role 2018-08-12 08:14:16,107 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/bf2ed175771b4509813125de2f757332 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69c46f7f51aef65d8758e31c56b0cebb96f05ccb" 2018-08-12 08:14:16,122 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:14:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-605d0787-a787-42b8-ac5a-a2ee005e527a Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "bf2ed175771b4509813125de2f757332", "links": {"self": "http://172.30.9.21:5000/v3/roles/bf2ed175771b4509813125de2f757332"}, "name": "CreateRouterSuccessTests-ad089692-815a-474-proj-role"}} 2018-08-12 08:14:16,123 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/bf2ed175771b4509813125de2f757332 used request id req-605d0787-a787-42b8-ac5a-a2ee005e527a 2018-08-12 08:14:16,123 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-ad089692-815a-474-proj-role to project CreateRouterSuccessTests-ad089692-815a-474-proj 2018-08-12 08:14:16,126 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/5f82e2795bb64302ba7ed98a0d50c972/users/e89a8189e2004ca18c321c55e552c816/roles/bf2ed175771b4509813125de2f757332 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69c46f7f51aef65d8758e31c56b0cebb96f05ccb" 2018-08-12 08:14:16,249 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:14:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b250f24b-76de-4fcf-a0b1-1afc31409a69 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 08:14:16,249 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/5f82e2795bb64302ba7ed98a0d50c972/users/e89a8189e2004ca18c321c55e552c816/roles/bf2ed175771b4509813125de2f757332 used request id req-b250f24b-76de-4fcf-a0b1-1afc31409a69 2018-08-12 08:14:16,250 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:14:16,250 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:14:16,250 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:14:16,250 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:14:16,250 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:14:16,252 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:14:16,253 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:14:16,659 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "bf2ed175771b4509813125de2f757332", "name": "CreateRouterSuccessTests-ad089692-815a-474-proj-role"}], "expires_at": "2018-08-12T09:14:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5f82e2795bb64302ba7ed98a0d50c972", "name": "CreateRouterSuccessTests-ad089692-815a-474-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/5f82e2795bb64302ba7ed98a0d50c972", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/5f82e2795bb64302ba7ed98a0d50c972", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/5f82e2795bb64302ba7ed98a0d50c972", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_5f82e2795bb64302ba7ed98a0d50c972", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_5f82e2795bb64302ba7ed98a0d50c972", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/5f82e2795bb64302ba7ed98a0d50c972", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/5f82e2795bb64302ba7ed98a0d50c972", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/5f82e2795bb64302ba7ed98a0d50c972", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/5f82e2795bb64302ba7ed98a0d50c972", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/5f82e2795bb64302ba7ed98a0d50c972", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/5f82e2795bb64302ba7ed98a0d50c972", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/5f82e2795bb64302ba7ed98a0d50c972", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/5f82e2795bb64302ba7ed98a0d50c972", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/5f82e2795bb64302ba7ed98a0d50c972", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-ad089692-815a-474-user", "id": "e89a8189e2004ca18c321c55e552c816"}, "audit_ids": ["zExygpYdS2u6NX9rRyRTFQ"], "issued_at": "2018-08-12T08:14:16.000000Z"}} 2018-08-12 08:14:16,660 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}d9f9d185b618da9cdb8ac32a2395c75e3a5bdeb1" 2018-08-12 08:14:16,750 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:14:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-03e538ab-31d8-4695-9e54-1df56e210f8d Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:14:16,750 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-03e538ab-31d8-4695-9e54-1df56e210f8d 2018-08-12 08:14:16,751 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:14:16,752 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:14:16,752 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:14:16,752 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:14:16,752 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:14:16,758 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateRouterSuccessTests-74cb2f19-0a05-46d3-8452-ef4f9cef3610-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9f9d185b618da9cdb8ac32a2395c75e3a5bdeb1" 2018-08-12 08:14:16,955 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-78738ca8-d5e9-4943-b458-b1a70fb941b8 Date: Sun, 12 Aug 2018 08:14:16 GMT RESP BODY: {"networks":[]} 2018-08-12 08:14:16,955 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateRouterSuccessTests-74cb2f19-0a05-46d3-8452-ef4f9cef3610-pub-net1 used request id req-78738ca8-d5e9-4943-b458-b1a70fb941b8 2018-08-12 08:14:16,956 - neutron_utils - INFO - Creating network with name CreateRouterSuccessTests-74cb2f19-0a05-46d3-8452-ef4f9cef3610-pub-net1 2018-08-12 08:14:16,961 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9f9d185b618da9cdb8ac32a2395c75e3a5bdeb1" -d '{"network": {"name": "CreateRouterSuccessTests-74cb2f19-0a05-46d3-8452-ef4f9cef3610-pub-net1", "admin_state_up": true}}' 2018-08-12 08:14:17,838 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 607 X-Openstack-Request-Id: req-c3ff9b78-1901-40e3-a780-104bde1c7d4f Date: Sun, 12 Aug 2018 08:14:17 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"5f82e2795bb64302ba7ed98a0d50c972","created_at":"2018-08-12T08:14:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T08:14:17Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"5f82e2795bb64302ba7ed98a0d50c972","id":"f81636f4-b7e8-4fa6-9cfc-5d771a0c078d","name":"CreateRouterSuccessTests-74cb2f19-0a05-46d3-8452-ef4f9cef3610-pub-net1"}} 2018-08-12 08:14:17,838 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-c3ff9b78-1901-40e3-a780-104bde1c7d4f 2018-08-12 08:14:17,843 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=f81636f4-b7e8-4fa6-9cfc-5d771a0c078d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9f9d185b618da9cdb8ac32a2395c75e3a5bdeb1" 2018-08-12 08:14:18,095 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 591 X-Openstack-Request-Id: req-f93ce70c-a341-48ab-9da3-2da30a54e1a5 Date: Sun, 12 Aug 2018 08:14:18 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-12T08:14:17Z","tenant_id":"5f82e2795bb64302ba7ed98a0d50c972","created_at":"2018-08-12T08:14:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"5f82e2795bb64302ba7ed98a0d50c972","id":"f81636f4-b7e8-4fa6-9cfc-5d771a0c078d","name":"CreateRouterSuccessTests-74cb2f19-0a05-46d3-8452-ef4f9cef3610-pub-net1"}]} 2018-08-12 08:14:18,095 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=f81636f4-b7e8-4fa6-9cfc-5d771a0c078d used request id req-f93ce70c-a341-48ab-9da3-2da30a54e1a5 2018-08-12 08:14:18,101 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=f81636f4-b7e8-4fa6-9cfc-5d771a0c078d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9f9d185b618da9cdb8ac32a2395c75e3a5bdeb1" 2018-08-12 08:14:18,308 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-3184713f-a1d0-459d-af80-88e5e1124a22 Date: Sun, 12 Aug 2018 08:14:18 GMT RESP BODY: {"subnets":[]} 2018-08-12 08:14:18,308 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=f81636f4-b7e8-4fa6-9cfc-5d771a0c078d used request id req-3184713f-a1d0-459d-af80-88e5e1124a22 2018-08-12 08:14:18,308 - neutron_utils - INFO - Creating subnet with name CreateRouterSuccessTests-74cb2f19-0a05-46d3-8452-ef4f9cef3610-pub-subnet1 2018-08-12 08:14:18,313 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9f9d185b618da9cdb8ac32a2395c75e3a5bdeb1" -d '{"subnets": [{"ip_version": 4, "network_id": "f81636f4-b7e8-4fa6-9cfc-5d771a0c078d", "cidr": "10.200.201.0/24", "gateway_ip": "10.200.201.1", "name": "CreateRouterSuccessTests-74cb2f19-0a05-46d3-8452-ef4f9cef3610-pub-subnet1"}]}' 2018-08-12 08:14:19,092 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-f84e13bb-e528-4570-8bdb-61165795e6d9 Date: Sun, 12 Aug 2018 08:14:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f81636f4-b7e8-4fa6-9cfc-5d771a0c078d","tenant_id":"5f82e2795bb64302ba7ed98a0d50c972","created_at":"2018-08-12T08:14:18Z","dns_nameservers":[],"updated_at":"2018-08-12T08:14:18Z","gateway_ip":"10.200.201.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.200.201.0/24","project_id":"5f82e2795bb64302ba7ed98a0d50c972","id":"65dea92d-79b4-45d0-a712-93331a0a4635","subnetpool_id":null,"name":"CreateRouterSuccessTests-74cb2f19-0a05-46d3-8452-ef4f9cef3610-pub-subnet1"}]} 2018-08-12 08:14:19,092 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-f84e13bb-e528-4570-8bdb-61165795e6d9 2018-08-12 08:14:19,098 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=f81636f4-b7e8-4fa6-9cfc-5d771a0c078d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9f9d185b618da9cdb8ac32a2395c75e3a5bdeb1" 2018-08-12 08:14:19,200 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-4f5344f7-bfb9-4e24-8e21-851d00ca6c33 Date: Sun, 12 Aug 2018 08:14:19 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":["65dea92d-79b4-45d0-a712-93331a0a4635"],"updated_at":"2018-08-12T08:14:18Z","tenant_id":"5f82e2795bb64302ba7ed98a0d50c972","created_at":"2018-08-12T08:14:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"5f82e2795bb64302ba7ed98a0d50c972","id":"f81636f4-b7e8-4fa6-9cfc-5d771a0c078d","name":"CreateRouterSuccessTests-74cb2f19-0a05-46d3-8452-ef4f9cef3610-pub-net1"}]} 2018-08-12 08:14:19,200 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=f81636f4-b7e8-4fa6-9cfc-5d771a0c078d used request id req-4f5344f7-bfb9-4e24-8e21-851d00ca6c33 2018-08-12 08:14:19,205 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=f81636f4-b7e8-4fa6-9cfc-5d771a0c078d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9f9d185b618da9cdb8ac32a2395c75e3a5bdeb1" 2018-08-12 08:14:19,414 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-8ddca3a8-a0f3-491b-8c23-e904073bf5ff Date: Sun, 12 Aug 2018 08:14:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f81636f4-b7e8-4fa6-9cfc-5d771a0c078d","tenant_id":"5f82e2795bb64302ba7ed98a0d50c972","created_at":"2018-08-12T08:14:18Z","dns_nameservers":[],"updated_at":"2018-08-12T08:14:18Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"5f82e2795bb64302ba7ed98a0d50c972","id":"65dea92d-79b4-45d0-a712-93331a0a4635","subnetpool_id":null,"name":"CreateRouterSuccessTests-74cb2f19-0a05-46d3-8452-ef4f9cef3610-pub-subnet1"}]} 2018-08-12 08:14:19,414 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=f81636f4-b7e8-4fa6-9cfc-5d771a0c078d used request id req-8ddca3a8-a0f3-491b-8c23-e904073bf5ff 2018-08-12 08:14:19,415 - OpenStackNetwork - DEBUG - Network [f81636f4-b7e8-4fa6-9cfc-5d771a0c078d] created successfully 2018-08-12 08:14:19,415 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:14:19,416 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:14:19,812 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "bf2ed175771b4509813125de2f757332", "name": "CreateRouterSuccessTests-ad089692-815a-474-proj-role"}], "expires_at": "2018-08-12T09:14:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5f82e2795bb64302ba7ed98a0d50c972", "name": "CreateRouterSuccessTests-ad089692-815a-474-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/5f82e2795bb64302ba7ed98a0d50c972", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/5f82e2795bb64302ba7ed98a0d50c972", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/5f82e2795bb64302ba7ed98a0d50c972", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_5f82e2795bb64302ba7ed98a0d50c972", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_5f82e2795bb64302ba7ed98a0d50c972", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/5f82e2795bb64302ba7ed98a0d50c972", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/5f82e2795bb64302ba7ed98a0d50c972", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/5f82e2795bb64302ba7ed98a0d50c972", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/5f82e2795bb64302ba7ed98a0d50c972", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/5f82e2795bb64302ba7ed98a0d50c972", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/5f82e2795bb64302ba7ed98a0d50c972", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/5f82e2795bb64302ba7ed98a0d50c972", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/5f82e2795bb64302ba7ed98a0d50c972", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/5f82e2795bb64302ba7ed98a0d50c972", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-ad089692-815a-474-user", "id": "e89a8189e2004ca18c321c55e552c816"}, "audit_ids": ["RWkTCwTjQZCoYJAtIa8Fkg"], "issued_at": "2018-08-12T08:14:19.000000Z"}} 2018-08-12 08:14:19,813 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}e3a0cd2a63174e9603160e8724ebbd489d1e8a63" 2018-08-12 08:14:19,898 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:14:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c0a474b1-dab7-4857-a58e-f24366b4aa0e Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:14:19,898 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-c0a474b1-dab7-4857-a58e-f24366b4aa0e 2018-08-12 08:14:19,900 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:14:19,900 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:14:19,900 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:14:19,900 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:14:19,900 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:14:19,907 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=CreateRouterSuccessTests-74cb2f19-0a05-46d3-8452-ef4f9cef3610-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3a0cd2a63174e9603160e8724ebbd489d1e8a63" 2018-08-12 08:14:20,137 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-f23ff7f8-ef50-4dc0-905e-fff99714d478 Date: Sun, 12 Aug 2018 08:14:20 GMT RESP BODY: {"routers": []} 2018-08-12 08:14:20,137 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=CreateRouterSuccessTests-74cb2f19-0a05-46d3-8452-ef4f9cef3610-pub-router&admin_state_up=True used request id req-f23ff7f8-ef50-4dc0-905e-fff99714d478 2018-08-12 08:14:20,137 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:14:20,138 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:14:20,533 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "bf2ed175771b4509813125de2f757332", "name": "CreateRouterSuccessTests-ad089692-815a-474-proj-role"}], "expires_at": "2018-08-12T09:14:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5f82e2795bb64302ba7ed98a0d50c972", "name": "CreateRouterSuccessTests-ad089692-815a-474-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/5f82e2795bb64302ba7ed98a0d50c972", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/5f82e2795bb64302ba7ed98a0d50c972", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/5f82e2795bb64302ba7ed98a0d50c972", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_5f82e2795bb64302ba7ed98a0d50c972", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_5f82e2795bb64302ba7ed98a0d50c972", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/5f82e2795bb64302ba7ed98a0d50c972", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/5f82e2795bb64302ba7ed98a0d50c972", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/5f82e2795bb64302ba7ed98a0d50c972", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/5f82e2795bb64302ba7ed98a0d50c972", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/5f82e2795bb64302ba7ed98a0d50c972", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/5f82e2795bb64302ba7ed98a0d50c972", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/5f82e2795bb64302ba7ed98a0d50c972", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/5f82e2795bb64302ba7ed98a0d50c972", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/5f82e2795bb64302ba7ed98a0d50c972", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-ad089692-815a-474-user", "id": "e89a8189e2004ca18c321c55e552c816"}, "audit_ids": ["HsEFI-VjToa9FKGh9fr9xA"], "issued_at": "2018-08-12T08:14:20.000000Z"}} 2018-08-12 08:14:20,534 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}e6797db3ce4b5396d9c803cae60ec244cac7b17e" 2018-08-12 08:14:20,615 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:14:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0ba82d05-0dcb-4246-853e-eb944b00bf9c Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:14:20,615 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-0ba82d05-0dcb-4246-853e-eb944b00bf9c 2018-08-12 08:14:20,622 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3a0cd2a63174e9603160e8724ebbd489d1e8a63" 2018-08-12 08:14:20,891 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-6b54a732-06ee-4ff2-9357-755e40256407 Date: Sun, 12 Aug 2018 08:14:20 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ec788992-fa73-45cc-a7d9-6d44542124c2"],"updated_at":"2018-08-12T05:35:20Z","tenant_id":"310f5853751a4c968f3eeb0a3d99a0a8","created_at":"2018-08-12T05:04:23Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":7,"admin_state_up":true,"shared":false,"project_id":"310f5853751a4c968f3eeb0a3d99a0a8","id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","name":"external"}]} 2018-08-12 08:14:20,891 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=external used request id req-6b54a732-06ee-4ff2-9357-755e40256407 2018-08-12 08:14:20,896 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=03886690-4630-4c4c-9ccb-7eedaa9b1fd3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3a0cd2a63174e9603160e8724ebbd489d1e8a63" 2018-08-12 08:14:21,083 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-54e4aecd-e620-4ea9-88a4-732d1b5ec3ae Date: Sun, 12 Aug 2018 08:14:21 GMT RESP BODY: {"subnets":[]} 2018-08-12 08:14:21,083 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=03886690-4630-4c4c-9ccb-7eedaa9b1fd3 used request id req-54e4aecd-e620-4ea9-88a4-732d1b5ec3ae 2018-08-12 08:14:21,084 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-74cb2f19-0a05-46d3-8452-ef4f9cef3610-pub-router 2018-08-12 08:14:21,089 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3a0cd2a63174e9603160e8724ebbd489d1e8a63" -d '{"router": {"external_gateway_info": {"network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3"}, "name": "CreateRouterSuccessTests-74cb2f19-0a05-46d3-8452-ef4f9cef3610-pub-router", "admin_state_up": true}}' 2018-08-12 08:14:22,540 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 639 X-Openstack-Request-Id: req-fe782259-026a-4ad6-bb7e-2aae5e8d3b0f Date: Sun, 12 Aug 2018 08:14:22 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ec788992-fa73-45cc-a7d9-6d44542124c2", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "5f82e2795bb64302ba7ed98a0d50c972", "created_at": "2018-08-12T08:14:21Z", "admin_state_up": true, "updated_at": "2018-08-12T08:14:22Z", "revision_number": 2, "routes": [], "project_id": "5f82e2795bb64302ba7ed98a0d50c972", "id": "6ee219aa-5c65-400a-a565-195011417989", "name": "CreateRouterSuccessTests-74cb2f19-0a05-46d3-8452-ef4f9cef3610-pub-router"}} 2018-08-12 08:14:22,540 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers used request id req-fe782259-026a-4ad6-bb7e-2aae5e8d3b0f 2018-08-12 08:14:22,546 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=6ee219aa-5c65-400a-a565-195011417989 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3a0cd2a63174e9603160e8724ebbd489d1e8a63" 2018-08-12 08:14:22,753 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-66a15c78-29e7-488d-8ffc-089e175dc8cd Date: Sun, 12 Aug 2018 08:14:22 GMT RESP BODY: {"ports":[]} 2018-08-12 08:14:22,753 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=6ee219aa-5c65-400a-a565-195011417989 used request id req-66a15c78-29e7-488d-8ffc-089e175dc8cd 2018-08-12 08:14:22,760 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateRouterSuccessTests-74cb2f19-0a05-46d3-8452-ef4f9cef3610-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3a0cd2a63174e9603160e8724ebbd489d1e8a63" 2018-08-12 08:14:23,043 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-7c868cc0-ac69-4fea-89f2-46f26c70935b Date: Sun, 12 Aug 2018 08:14:23 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["65dea92d-79b4-45d0-a712-93331a0a4635"],"updated_at":"2018-08-12T08:14:18Z","tenant_id":"5f82e2795bb64302ba7ed98a0d50c972","created_at":"2018-08-12T08:14:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"5f82e2795bb64302ba7ed98a0d50c972","id":"f81636f4-b7e8-4fa6-9cfc-5d771a0c078d","name":"CreateRouterSuccessTests-74cb2f19-0a05-46d3-8452-ef4f9cef3610-pub-net1"}]} 2018-08-12 08:14:23,043 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateRouterSuccessTests-74cb2f19-0a05-46d3-8452-ef4f9cef3610-pub-net1 used request id req-7c868cc0-ac69-4fea-89f2-46f26c70935b 2018-08-12 08:14:23,048 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=f81636f4-b7e8-4fa6-9cfc-5d771a0c078d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3a0cd2a63174e9603160e8724ebbd489d1e8a63" 2018-08-12 08:14:23,319 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-e38f0a1d-42a5-4a81-8166-12111c6d3f02 Date: Sun, 12 Aug 2018 08:14:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f81636f4-b7e8-4fa6-9cfc-5d771a0c078d","tenant_id":"5f82e2795bb64302ba7ed98a0d50c972","created_at":"2018-08-12T08:14:18Z","dns_nameservers":[],"updated_at":"2018-08-12T08:14:18Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"5f82e2795bb64302ba7ed98a0d50c972","id":"65dea92d-79b4-45d0-a712-93331a0a4635","subnetpool_id":null,"name":"CreateRouterSuccessTests-74cb2f19-0a05-46d3-8452-ef4f9cef3610-pub-subnet1"}]} 2018-08-12 08:14:23,319 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=f81636f4-b7e8-4fa6-9cfc-5d771a0c078d used request id req-e38f0a1d-42a5-4a81-8166-12111c6d3f02 2018-08-12 08:14:23,325 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateRouterSuccessTests-74cb2f19-0a05-46d3-8452-ef4f9cef3610-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3a0cd2a63174e9603160e8724ebbd489d1e8a63" 2018-08-12 08:14:23,596 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-13397b4d-2106-4230-8c4a-c7a2bd4e1d04 Date: Sun, 12 Aug 2018 08:14:23 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["65dea92d-79b4-45d0-a712-93331a0a4635"],"updated_at":"2018-08-12T08:14:18Z","tenant_id":"5f82e2795bb64302ba7ed98a0d50c972","created_at":"2018-08-12T08:14:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"5f82e2795bb64302ba7ed98a0d50c972","id":"f81636f4-b7e8-4fa6-9cfc-5d771a0c078d","name":"CreateRouterSuccessTests-74cb2f19-0a05-46d3-8452-ef4f9cef3610-pub-net1"}]} 2018-08-12 08:14:23,596 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateRouterSuccessTests-74cb2f19-0a05-46d3-8452-ef4f9cef3610-pub-net1 used request id req-13397b4d-2106-4230-8c4a-c7a2bd4e1d04 2018-08-12 08:14:23,599 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:14:23,604 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:14:23 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:14:23,605 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/5f82e2795bb64302ba7ed98a0d50c972 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3a0cd2a63174e9603160e8724ebbd489d1e8a63" 2018-08-12 08:14:23,696 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:14:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e3196620-99aa-4d64-ac01-916abdc2227c Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/5f82e2795bb64302ba7ed98a0d50c972"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "5f82e2795bb64302ba7ed98a0d50c972", "name": "CreateRouterSuccessTests-ad089692-815a-474-proj"}} 2018-08-12 08:14:23,696 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/5f82e2795bb64302ba7ed98a0d50c972 used request id req-e3196620-99aa-4d64-ac01-916abdc2227c 2018-08-12 08:14:23,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=f81636f4-b7e8-4fa6-9cfc-5d771a0c078d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3a0cd2a63174e9603160e8724ebbd489d1e8a63" 2018-08-12 08:14:23,751 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-7c075515-f5ba-4a41-ac3f-5c621562b065 Date: Sun, 12 Aug 2018 08:14:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f81636f4-b7e8-4fa6-9cfc-5d771a0c078d","tenant_id":"5f82e2795bb64302ba7ed98a0d50c972","created_at":"2018-08-12T08:14:18Z","dns_nameservers":[],"updated_at":"2018-08-12T08:14:18Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"5f82e2795bb64302ba7ed98a0d50c972","id":"65dea92d-79b4-45d0-a712-93331a0a4635","subnetpool_id":null,"name":"CreateRouterSuccessTests-74cb2f19-0a05-46d3-8452-ef4f9cef3610-pub-subnet1"}]} 2018-08-12 08:14:23,751 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=f81636f4-b7e8-4fa6-9cfc-5d771a0c078d used request id req-7c075515-f5ba-4a41-ac3f-5c621562b065 2018-08-12 08:14:23,756 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=f81636f4-b7e8-4fa6-9cfc-5d771a0c078d&name=CreateRouterSuccessTests-74cb2f19-0a05-46d3-8452-ef4f9cef3610-port1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3a0cd2a63174e9603160e8724ebbd489d1e8a63" 2018-08-12 08:14:24,078 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-5e0a13d0-e0b7-4da9-b6fd-2f1b29e113f5 Date: Sun, 12 Aug 2018 08:14:24 GMT RESP BODY: {"ports":[]} 2018-08-12 08:14:24,078 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=f81636f4-b7e8-4fa6-9cfc-5d771a0c078d&name=CreateRouterSuccessTests-74cb2f19-0a05-46d3-8452-ef4f9cef3610-port1&admin_state_up=True used request id req-5e0a13d0-e0b7-4da9-b6fd-2f1b29e113f5 2018-08-12 08:14:24,078 - OpenStackNetwork - INFO - Retrieved port CreateRouterSuccessTests-74cb2f19-0a05-46d3-8452-ef4f9cef3610-port1 for router - CreateRouterSuccessTests-74cb2f19-0a05-46d3-8452-ef4f9cef3610-pub-router 2018-08-12 08:14:24,078 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:14:24,079 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:14:24,477 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "bf2ed175771b4509813125de2f757332", "name": "CreateRouterSuccessTests-ad089692-815a-474-proj-role"}], "expires_at": "2018-08-12T09:14:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5f82e2795bb64302ba7ed98a0d50c972", "name": "CreateRouterSuccessTests-ad089692-815a-474-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/5f82e2795bb64302ba7ed98a0d50c972", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/5f82e2795bb64302ba7ed98a0d50c972", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/5f82e2795bb64302ba7ed98a0d50c972", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_5f82e2795bb64302ba7ed98a0d50c972", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_5f82e2795bb64302ba7ed98a0d50c972", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/5f82e2795bb64302ba7ed98a0d50c972", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/5f82e2795bb64302ba7ed98a0d50c972", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/5f82e2795bb64302ba7ed98a0d50c972", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/5f82e2795bb64302ba7ed98a0d50c972", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/5f82e2795bb64302ba7ed98a0d50c972", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/5f82e2795bb64302ba7ed98a0d50c972", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/5f82e2795bb64302ba7ed98a0d50c972", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/5f82e2795bb64302ba7ed98a0d50c972", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/5f82e2795bb64302ba7ed98a0d50c972", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-ad089692-815a-474-user", "id": "e89a8189e2004ca18c321c55e552c816"}, "audit_ids": ["_kpS3UN8RYWkt_jtSn0ppw"], "issued_at": "2018-08-12T08:14:24.000000Z"}} 2018-08-12 08:14:24,478 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}ef1bd6aefbc7ee34f0d484ce9a9b3ee849aea8ce" 2018-08-12 08:14:24,572 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:14:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e72221a-62ea-4443-8350-3c5d3a9192b4 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:14:24,572 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-1e72221a-62ea-4443-8350-3c5d3a9192b4 2018-08-12 08:14:24,578 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateRouterSuccessTests-74cb2f19-0a05-46d3-8452-ef4f9cef3610-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3a0cd2a63174e9603160e8724ebbd489d1e8a63" 2018-08-12 08:14:24,873 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-ba74d445-d820-4051-9d9e-49c4ba6e7057 Date: Sun, 12 Aug 2018 08:14:24 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":["65dea92d-79b4-45d0-a712-93331a0a4635"],"updated_at":"2018-08-12T08:14:18Z","tenant_id":"5f82e2795bb64302ba7ed98a0d50c972","created_at":"2018-08-12T08:14:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"5f82e2795bb64302ba7ed98a0d50c972","id":"f81636f4-b7e8-4fa6-9cfc-5d771a0c078d","name":"CreateRouterSuccessTests-74cb2f19-0a05-46d3-8452-ef4f9cef3610-pub-net1"}]} 2018-08-12 08:14:24,873 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateRouterSuccessTests-74cb2f19-0a05-46d3-8452-ef4f9cef3610-pub-net1 used request id req-ba74d445-d820-4051-9d9e-49c4ba6e7057 2018-08-12 08:14:24,879 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=f81636f4-b7e8-4fa6-9cfc-5d771a0c078d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3a0cd2a63174e9603160e8724ebbd489d1e8a63" 2018-08-12 08:14:24,928 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-3b4ed6b2-7bb0-4401-8205-06d7d56dab1f Date: Sun, 12 Aug 2018 08:14:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f81636f4-b7e8-4fa6-9cfc-5d771a0c078d","tenant_id":"5f82e2795bb64302ba7ed98a0d50c972","created_at":"2018-08-12T08:14:18Z","dns_nameservers":[],"updated_at":"2018-08-12T08:14:18Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"5f82e2795bb64302ba7ed98a0d50c972","id":"65dea92d-79b4-45d0-a712-93331a0a4635","subnetpool_id":null,"name":"CreateRouterSuccessTests-74cb2f19-0a05-46d3-8452-ef4f9cef3610-pub-subnet1"}]} 2018-08-12 08:14:24,928 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=f81636f4-b7e8-4fa6-9cfc-5d771a0c078d used request id req-3b4ed6b2-7bb0-4401-8205-06d7d56dab1f 2018-08-12 08:14:24,934 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateRouterSuccessTests-74cb2f19-0a05-46d3-8452-ef4f9cef3610-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3a0cd2a63174e9603160e8724ebbd489d1e8a63" 2018-08-12 08:14:25,036 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-fc93cb15-8150-40c2-806b-7db2a0865e8c Date: Sun, 12 Aug 2018 08:14:25 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":["65dea92d-79b4-45d0-a712-93331a0a4635"],"updated_at":"2018-08-12T08:14:18Z","tenant_id":"5f82e2795bb64302ba7ed98a0d50c972","created_at":"2018-08-12T08:14:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"5f82e2795bb64302ba7ed98a0d50c972","id":"f81636f4-b7e8-4fa6-9cfc-5d771a0c078d","name":"CreateRouterSuccessTests-74cb2f19-0a05-46d3-8452-ef4f9cef3610-pub-net1"}]} 2018-08-12 08:14:25,036 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateRouterSuccessTests-74cb2f19-0a05-46d3-8452-ef4f9cef3610-pub-net1 used request id req-fc93cb15-8150-40c2-806b-7db2a0865e8c 2018-08-12 08:14:25,039 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:14:25,044 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:14:25 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:14:25,045 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/5f82e2795bb64302ba7ed98a0d50c972 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef1bd6aefbc7ee34f0d484ce9a9b3ee849aea8ce" 2018-08-12 08:14:25,142 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:14:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-85454935-e3b9-464f-beb0-9e3012c634e1 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/5f82e2795bb64302ba7ed98a0d50c972"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "5f82e2795bb64302ba7ed98a0d50c972", "name": "CreateRouterSuccessTests-ad089692-815a-474-proj"}} 2018-08-12 08:14:25,142 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/5f82e2795bb64302ba7ed98a0d50c972 used request id req-85454935-e3b9-464f-beb0-9e3012c634e1 2018-08-12 08:14:25,147 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=f81636f4-b7e8-4fa6-9cfc-5d771a0c078d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3a0cd2a63174e9603160e8724ebbd489d1e8a63" 2018-08-12 08:14:25,363 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-8e595d2c-5fa1-4944-bf6e-19a500f65e5c Date: Sun, 12 Aug 2018 08:14:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f81636f4-b7e8-4fa6-9cfc-5d771a0c078d","tenant_id":"5f82e2795bb64302ba7ed98a0d50c972","created_at":"2018-08-12T08:14:18Z","dns_nameservers":[],"updated_at":"2018-08-12T08:14:18Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"5f82e2795bb64302ba7ed98a0d50c972","id":"65dea92d-79b4-45d0-a712-93331a0a4635","subnetpool_id":null,"name":"CreateRouterSuccessTests-74cb2f19-0a05-46d3-8452-ef4f9cef3610-pub-subnet1"}]} 2018-08-12 08:14:25,364 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=f81636f4-b7e8-4fa6-9cfc-5d771a0c078d used request id req-8e595d2c-5fa1-4944-bf6e-19a500f65e5c 2018-08-12 08:14:25,369 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=f81636f4-b7e8-4fa6-9cfc-5d771a0c078d&name=CreateRouterSuccessTests-74cb2f19-0a05-46d3-8452-ef4f9cef3610-pub-subnet1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3a0cd2a63174e9603160e8724ebbd489d1e8a63" 2018-08-12 08:14:25,417 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-af5ab132-3660-4ccc-a621-88cbe5d980c9 Date: Sun, 12 Aug 2018 08:14:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f81636f4-b7e8-4fa6-9cfc-5d771a0c078d","tenant_id":"5f82e2795bb64302ba7ed98a0d50c972","created_at":"2018-08-12T08:14:18Z","dns_nameservers":[],"updated_at":"2018-08-12T08:14:18Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"5f82e2795bb64302ba7ed98a0d50c972","id":"65dea92d-79b4-45d0-a712-93331a0a4635","subnetpool_id":null,"name":"CreateRouterSuccessTests-74cb2f19-0a05-46d3-8452-ef4f9cef3610-pub-subnet1"}]} 2018-08-12 08:14:25,417 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=f81636f4-b7e8-4fa6-9cfc-5d771a0c078d&name=CreateRouterSuccessTests-74cb2f19-0a05-46d3-8452-ef4f9cef3610-pub-subnet1 used request id req-af5ab132-3660-4ccc-a621-88cbe5d980c9 2018-08-12 08:14:25,418 - neutron_utils - INFO - Creating port for network with name - CreateRouterSuccessTests-74cb2f19-0a05-46d3-8452-ef4f9cef3610-pub-net1 2018-08-12 08:14:25,423 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3a0cd2a63174e9603160e8724ebbd489d1e8a63" -d '{"port": {"network_id": "f81636f4-b7e8-4fa6-9cfc-5d771a0c078d", "fixed_ips": [{"subnet_id": "65dea92d-79b4-45d0-a712-93331a0a4635", "ip_address": "10.200.201.1"}], "name": "CreateRouterSuccessTests-74cb2f19-0a05-46d3-8452-ef4f9cef3610-port1", "admin_state_up": true}}' 2018-08-12 08:14:26,186 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 762 X-Openstack-Request-Id: req-9ac9a75e-5d5b-4161-9b01-7b3baba0c3ca Date: Sun, 12 Aug 2018 08:14:26 GMT RESP BODY: {"port":{"status":"DOWN","created_at":"2018-08-12T08:14:25Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"f81636f4-b7e8-4fa6-9cfc-5d771a0c078d","tenant_id":"5f82e2795bb64302ba7ed98a0d50c972","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T08:14:25Z","name":"CreateRouterSuccessTests-74cb2f19-0a05-46d3-8452-ef4f9cef3610-port1","device_owner":"","revision_number":6,"mac_address":"fa:16:3e:6d:60:2b","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"5f82e2795bb64302ba7ed98a0d50c972","fixed_ips":[{"subnet_id":"65dea92d-79b4-45d0-a712-93331a0a4635","ip_address":"10.200.201.1"}],"id":"eed81d2c-24d4-4ee1-a2b1-32a06126b801","security_groups":["a1257877-d405-41ca-9263-684882dbb8bc"],"device_id":""}} 2018-08-12 08:14:26,186 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/ports used request id req-9ac9a75e-5d5b-4161-9b01-7b3baba0c3ca 2018-08-12 08:14:26,187 - OpenStackNetwork - INFO - Created port CreateRouterSuccessTests-74cb2f19-0a05-46d3-8452-ef4f9cef3610-port1 for router - CreateRouterSuccessTests-74cb2f19-0a05-46d3-8452-ef4f9cef3610-pub-router 2018-08-12 08:14:26,187 - neutron_utils - INFO - Adding interface to router with name CreateRouterSuccessTests-74cb2f19-0a05-46d3-8452-ef4f9cef3610-pub-router 2018-08-12 08:14:26,192 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9696/v2.0/routers/6ee219aa-5c65-400a-a565-195011417989/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3a0cd2a63174e9603160e8724ebbd489d1e8a63" -d '{"port_id": "eed81d2c-24d4-4ee1-a2b1-32a06126b801"}' 2018-08-12 08:14:28,056 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-ee5b8375-025c-4731-95b4-37e6f0881f86 Date: Sun, 12 Aug 2018 08:14:28 GMT RESP BODY: {"network_id": "f81636f4-b7e8-4fa6-9cfc-5d771a0c078d", "tenant_id": "5f82e2795bb64302ba7ed98a0d50c972", "subnet_id": "65dea92d-79b4-45d0-a712-93331a0a4635", "subnet_ids": ["65dea92d-79b4-45d0-a712-93331a0a4635"], "port_id": "eed81d2c-24d4-4ee1-a2b1-32a06126b801", "id": "6ee219aa-5c65-400a-a565-195011417989"} 2018-08-12 08:14:28,056 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/6ee219aa-5c65-400a-a565-195011417989/add_router_interface used request id req-ee5b8375-025c-4731-95b4-37e6f0881f86 2018-08-12 08:14:28,061 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers/6ee219aa-5c65-400a-a565-195011417989 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3a0cd2a63174e9603160e8724ebbd489d1e8a63" 2018-08-12 08:14:28,454 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 639 X-Openstack-Request-Id: req-5f338ab2-91e5-42fb-9194-133012977178 Date: Sun, 12 Aug 2018 08:14:28 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ec788992-fa73-45cc-a7d9-6d44542124c2", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "5f82e2795bb64302ba7ed98a0d50c972", "created_at": "2018-08-12T08:14:21Z", "admin_state_up": true, "updated_at": "2018-08-12T08:14:27Z", "revision_number": 3, "routes": [], "project_id": "5f82e2795bb64302ba7ed98a0d50c972", "id": "6ee219aa-5c65-400a-a565-195011417989", "name": "CreateRouterSuccessTests-74cb2f19-0a05-46d3-8452-ef4f9cef3610-pub-router"}} 2018-08-12 08:14:28,454 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers/6ee219aa-5c65-400a-a565-195011417989 used request id req-5f338ab2-91e5-42fb-9194-133012977178 2018-08-12 08:14:28,459 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=6ee219aa-5c65-400a-a565-195011417989 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3a0cd2a63174e9603160e8724ebbd489d1e8a63" 2018-08-12 08:14:28,686 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 826 X-Openstack-Request-Id: req-7f71d125-ddbd-4623-8fb4-7bf65a4723f0 Date: Sun, 12 Aug 2018 08:14:28 GMT RESP BODY: {"ports":[{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"f81636f4-b7e8-4fa6-9cfc-5d771a0c078d","tenant_id":"5f82e2795bb64302ba7ed98a0d50c972","created_at":"2018-08-12T08:14:25Z","admin_state_up":true,"updated_at":"2018-08-12T08:14:27Z","binding:vnic_type":"normal","device_id":"6ee219aa-5c65-400a-a565-195011417989","device_owner":"network:router_interface","revision_number":10,"mac_address":"fa:16:3e:6d:60:2b","id":"eed81d2c-24d4-4ee1-a2b1-32a06126b801","port_security_enabled":true,"project_id":"5f82e2795bb64302ba7ed98a0d50c972","fixed_ips":[{"subnet_id":"65dea92d-79b4-45d0-a712-93331a0a4635","ip_address":"10.200.201.1"}],"extra_dhcp_opts":[],"security_groups":["a1257877-d405-41ca-9263-684882dbb8bc"],"name":"CreateRouterSuccessTests-74cb2f19-0a05-46d3-8452-ef4f9cef3610-port1"}]} 2018-08-12 08:14:28,687 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=6ee219aa-5c65-400a-a565-195011417989 used request id req-7f71d125-ddbd-4623-8fb4-7bf65a4723f0 2018-08-12 08:14:28,691 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/65dea92d-79b4-45d0-a712-93331a0a4635 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3a0cd2a63174e9603160e8724ebbd489d1e8a63" 2018-08-12 08:14:28,924 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-f816615e-07bc-49bb-9404-e09fae60a20b Date: Sun, 12 Aug 2018 08:14:28 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f81636f4-b7e8-4fa6-9cfc-5d771a0c078d","tenant_id":"5f82e2795bb64302ba7ed98a0d50c972","created_at":"2018-08-12T08:14:18Z","dns_nameservers":[],"updated_at":"2018-08-12T08:14:18Z","gateway_ip":"10.200.201.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.200.201.0/24","project_id":"5f82e2795bb64302ba7ed98a0d50c972","id":"65dea92d-79b4-45d0-a712-93331a0a4635","subnetpool_id":null,"name":"CreateRouterSuccessTests-74cb2f19-0a05-46d3-8452-ef4f9cef3610-pub-subnet1"}} 2018-08-12 08:14:28,924 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/65dea92d-79b4-45d0-a712-93331a0a4635 used request id req-f816615e-07bc-49bb-9404-e09fae60a20b 2018-08-12 08:14:28,925 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:14:29,330 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "bf2ed175771b4509813125de2f757332", "name": "CreateRouterSuccessTests-ad089692-815a-474-proj-role"}], "expires_at": "2018-08-12T09:14:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5f82e2795bb64302ba7ed98a0d50c972", "name": "CreateRouterSuccessTests-ad089692-815a-474-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/5f82e2795bb64302ba7ed98a0d50c972", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/5f82e2795bb64302ba7ed98a0d50c972", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/5f82e2795bb64302ba7ed98a0d50c972", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_5f82e2795bb64302ba7ed98a0d50c972", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_5f82e2795bb64302ba7ed98a0d50c972", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/5f82e2795bb64302ba7ed98a0d50c972", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/5f82e2795bb64302ba7ed98a0d50c972", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/5f82e2795bb64302ba7ed98a0d50c972", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/5f82e2795bb64302ba7ed98a0d50c972", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/5f82e2795bb64302ba7ed98a0d50c972", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/5f82e2795bb64302ba7ed98a0d50c972", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/5f82e2795bb64302ba7ed98a0d50c972", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/5f82e2795bb64302ba7ed98a0d50c972", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/5f82e2795bb64302ba7ed98a0d50c972", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-ad089692-815a-474-user", "id": "e89a8189e2004ca18c321c55e552c816"}, "audit_ids": ["x0hDvI2dQT-hNQM_sw3C-g"], "issued_at": "2018-08-12T08:14:29.000000Z"}} 2018-08-12 08:14:29,335 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=CreateRouterSuccessTests-74cb2f19-0a05-46d3-8452-ef4f9cef3610-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ae9bff4c706dce91a5723e9af30ec334beaf4cc" 2018-08-12 08:14:29,612 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-f4e234cb-6df7-4fe9-bedd-b676f20901a3 Date: Sun, 12 Aug 2018 08:14:29 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ec788992-fa73-45cc-a7d9-6d44542124c2", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "5f82e2795bb64302ba7ed98a0d50c972", "created_at": "2018-08-12T08:14:21Z", "admin_state_up": true, "updated_at": "2018-08-12T08:14:27Z", "revision_number": 3, "routes": [], "project_id": "5f82e2795bb64302ba7ed98a0d50c972", "id": "6ee219aa-5c65-400a-a565-195011417989", "name": "CreateRouterSuccessTests-74cb2f19-0a05-46d3-8452-ef4f9cef3610-pub-router"}]} 2018-08-12 08:14:29,612 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=CreateRouterSuccessTests-74cb2f19-0a05-46d3-8452-ef4f9cef3610-pub-router&admin_state_up=True used request id req-f4e234cb-6df7-4fe9-bedd-b676f20901a3 2018-08-12 08:14:29,615 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:14:29,621 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:14:29 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:14:29,622 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/5f82e2795bb64302ba7ed98a0d50c972 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8598f670f34943ca807212f8d54d07ab214f11e2" 2018-08-12 08:14:29,711 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:14:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-930610e2-3ef6-4182-a981-0fbcd3fd4da9 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/5f82e2795bb64302ba7ed98a0d50c972"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "5f82e2795bb64302ba7ed98a0d50c972", "name": "CreateRouterSuccessTests-ad089692-815a-474-proj"}} 2018-08-12 08:14:29,711 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/5f82e2795bb64302ba7ed98a0d50c972 used request id req-930610e2-3ef6-4182-a981-0fbcd3fd4da9 2018-08-12 08:14:29,717 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=6ee219aa-5c65-400a-a565-195011417989 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ae9bff4c706dce91a5723e9af30ec334beaf4cc" 2018-08-12 08:14:29,939 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 826 X-Openstack-Request-Id: req-6c67e769-3bc4-4002-8301-f6d82c1c5d16 Date: Sun, 12 Aug 2018 08:14:29 GMT RESP BODY: {"ports":[{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"f81636f4-b7e8-4fa6-9cfc-5d771a0c078d","tenant_id":"5f82e2795bb64302ba7ed98a0d50c972","created_at":"2018-08-12T08:14:25Z","admin_state_up":true,"updated_at":"2018-08-12T08:14:27Z","binding:vnic_type":"normal","device_id":"6ee219aa-5c65-400a-a565-195011417989","device_owner":"network:router_interface","revision_number":10,"mac_address":"fa:16:3e:6d:60:2b","id":"eed81d2c-24d4-4ee1-a2b1-32a06126b801","port_security_enabled":true,"project_id":"5f82e2795bb64302ba7ed98a0d50c972","fixed_ips":[{"subnet_id":"65dea92d-79b4-45d0-a712-93331a0a4635","ip_address":"10.200.201.1"}],"extra_dhcp_opts":[],"security_groups":["a1257877-d405-41ca-9263-684882dbb8bc"],"name":"CreateRouterSuccessTests-74cb2f19-0a05-46d3-8452-ef4f9cef3610-port1"}]} 2018-08-12 08:14:29,939 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=6ee219aa-5c65-400a-a565-195011417989 used request id req-6c67e769-3bc4-4002-8301-f6d82c1c5d16 2018-08-12 08:14:29,944 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/65dea92d-79b4-45d0-a712-93331a0a4635 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ae9bff4c706dce91a5723e9af30ec334beaf4cc" 2018-08-12 08:14:30,167 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-86b3fee9-82be-4274-a157-7db9698fb682 Date: Sun, 12 Aug 2018 08:14:30 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f81636f4-b7e8-4fa6-9cfc-5d771a0c078d","tenant_id":"5f82e2795bb64302ba7ed98a0d50c972","created_at":"2018-08-12T08:14:18Z","dns_nameservers":[],"updated_at":"2018-08-12T08:14:18Z","gateway_ip":"10.200.201.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.200.201.0/24","project_id":"5f82e2795bb64302ba7ed98a0d50c972","id":"65dea92d-79b4-45d0-a712-93331a0a4635","subnetpool_id":null,"name":"CreateRouterSuccessTests-74cb2f19-0a05-46d3-8452-ef4f9cef3610-pub-subnet1"}} 2018-08-12 08:14:30,167 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/65dea92d-79b4-45d0-a712-93331a0a4635 used request id req-86b3fee9-82be-4274-a157-7db9698fb682 2018-08-12 08:14:30,172 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=03886690-4630-4c4c-9ccb-7eedaa9b1fd3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ae9bff4c706dce91a5723e9af30ec334beaf4cc" 2018-08-12 08:14:30,437 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-bbcad3b3-9b95-418b-a249-abad05883e33 Date: Sun, 12 Aug 2018 08:14: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":["ec788992-fa73-45cc-a7d9-6d44542124c2"],"updated_at":"2018-08-12T05:35:20Z","tenant_id":"310f5853751a4c968f3eeb0a3d99a0a8","created_at":"2018-08-12T05:04:23Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":7,"admin_state_up":true,"shared":false,"project_id":"310f5853751a4c968f3eeb0a3d99a0a8","id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","name":"external"}]} 2018-08-12 08:14:30,437 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=03886690-4630-4c4c-9ccb-7eedaa9b1fd3 used request id req-bbcad3b3-9b95-418b-a249-abad05883e33 2018-08-12 08:14:30,442 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=03886690-4630-4c4c-9ccb-7eedaa9b1fd3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ae9bff4c706dce91a5723e9af30ec334beaf4cc" 2018-08-12 08:14:30,633 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-e8aa4914-9628-4d9a-be98-f25cde26b1c4 Date: Sun, 12 Aug 2018 08:14:30 GMT RESP BODY: {"subnets":[]} 2018-08-12 08:14:30,633 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=03886690-4630-4c4c-9ccb-7eedaa9b1fd3 used request id req-e8aa4914-9628-4d9a-be98-f25cde26b1c4 2018-08-12 08:14:30,638 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=f81636f4-b7e8-4fa6-9cfc-5d771a0c078d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ae9bff4c706dce91a5723e9af30ec334beaf4cc" 2018-08-12 08:14:30,843 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-e723ebc7-407a-4ebc-80e1-ab9e604c1a74 Date: Sun, 12 Aug 2018 08:14:30 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":["65dea92d-79b4-45d0-a712-93331a0a4635"],"updated_at":"2018-08-12T08:14:18Z","tenant_id":"5f82e2795bb64302ba7ed98a0d50c972","created_at":"2018-08-12T08:14:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"5f82e2795bb64302ba7ed98a0d50c972","id":"f81636f4-b7e8-4fa6-9cfc-5d771a0c078d","name":"CreateRouterSuccessTests-74cb2f19-0a05-46d3-8452-ef4f9cef3610-pub-net1"}]} 2018-08-12 08:14:30,843 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=f81636f4-b7e8-4fa6-9cfc-5d771a0c078d used request id req-e723ebc7-407a-4ebc-80e1-ab9e604c1a74 2018-08-12 08:14:30,848 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=f81636f4-b7e8-4fa6-9cfc-5d771a0c078d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ae9bff4c706dce91a5723e9af30ec334beaf4cc" 2018-08-12 08:14:31,073 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-8b768dfb-d405-44ae-bdd1-2c5b61558c56 Date: Sun, 12 Aug 2018 08:14:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f81636f4-b7e8-4fa6-9cfc-5d771a0c078d","tenant_id":"5f82e2795bb64302ba7ed98a0d50c972","created_at":"2018-08-12T08:14:18Z","dns_nameservers":[],"updated_at":"2018-08-12T08:14:18Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"5f82e2795bb64302ba7ed98a0d50c972","id":"65dea92d-79b4-45d0-a712-93331a0a4635","subnetpool_id":null,"name":"CreateRouterSuccessTests-74cb2f19-0a05-46d3-8452-ef4f9cef3610-pub-subnet1"}]} 2018-08-12 08:14:31,073 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=f81636f4-b7e8-4fa6-9cfc-5d771a0c078d used request id req-8b768dfb-d405-44ae-bdd1-2c5b61558c56 2018-08-12 08:14:31,079 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=f81636f4-b7e8-4fa6-9cfc-5d771a0c078d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ae9bff4c706dce91a5723e9af30ec334beaf4cc" 2018-08-12 08:14:31,327 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3049 X-Openstack-Request-Id: req-4c4777f4-1885-4c9b-a7d6-5501240d3f72 Date: Sun, 12 Aug 2018 08:14:31 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"f81636f4-b7e8-4fa6-9cfc-5d771a0c078d","tenant_id":"5f82e2795bb64302ba7ed98a0d50c972","created_at":"2018-08-12T08:14:19Z","admin_state_up":true,"updated_at":"2018-08-12T08:14:21Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-f81636f4-b7e8-4fa6-9cfc-5d771a0c078d","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:a1:62:17","id":"44a01074-f000-4f74-9953-4c516d2c56c5","port_security_enabled":false,"project_id":"5f82e2795bb64302ba7ed98a0d50c972","fixed_ips":[{"subnet_id":"65dea92d-79b4-45d0-a712-93331a0a4635","ip_address":"10.200.201.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"f81636f4-b7e8-4fa6-9cfc-5d771a0c078d","tenant_id":"5f82e2795bb64302ba7ed98a0d50c972","created_at":"2018-08-12T08:14:19Z","admin_state_up":true,"updated_at":"2018-08-12T08:14:22Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-f81636f4-b7e8-4fa6-9cfc-5d771a0c078d","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:a0:6c:57","id":"53d60f4f-2cf3-451b-867c-3a33e2c25066","port_security_enabled":false,"project_id":"5f82e2795bb64302ba7ed98a0d50c972","fixed_ips":[{"subnet_id":"65dea92d-79b4-45d0-a712-93331a0a4635","ip_address":"10.200.201.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"f81636f4-b7e8-4fa6-9cfc-5d771a0c078d","tenant_id":"5f82e2795bb64302ba7ed98a0d50c972","created_at":"2018-08-12T08:14:20Z","admin_state_up":true,"updated_at":"2018-08-12T08:14:23Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-f81636f4-b7e8-4fa6-9cfc-5d771a0c078d","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:fa:5e:a4","id":"af87ac7e-8cc1-4c6d-bf10-d5d54f5d6105","port_security_enabled":false,"project_id":"5f82e2795bb64302ba7ed98a0d50c972","fixed_ips":[{"subnet_id":"65dea92d-79b4-45d0-a712-93331a0a4635","ip_address":"10.200.201.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"f81636f4-b7e8-4fa6-9cfc-5d771a0c078d","tenant_id":"5f82e2795bb64302ba7ed98a0d50c972","created_at":"2018-08-12T08:14:25Z","admin_state_up":true,"updated_at":"2018-08-12T08:14:27Z","binding:vnic_type":"normal","device_id":"6ee219aa-5c65-400a-a565-195011417989","device_owner":"network:router_interface","revision_number":10,"mac_address":"fa:16:3e:6d:60:2b","id":"eed81d2c-24d4-4ee1-a2b1-32a06126b801","port_security_enabled":true,"project_id":"5f82e2795bb64302ba7ed98a0d50c972","fixed_ips":[{"subnet_id":"65dea92d-79b4-45d0-a712-93331a0a4635","ip_address":"10.200.201.1"}],"extra_dhcp_opts":[],"security_groups":["a1257877-d405-41ca-9263-684882dbb8bc"],"name":"CreateRouterSuccessTests-74cb2f19-0a05-46d3-8452-ef4f9cef3610-port1"}]} 2018-08-12 08:14:31,328 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=f81636f4-b7e8-4fa6-9cfc-5d771a0c078d used request id req-4c4777f4-1885-4c9b-a7d6-5501240d3f72 2018-08-12 08:14:31,333 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/65dea92d-79b4-45d0-a712-93331a0a4635 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ae9bff4c706dce91a5723e9af30ec334beaf4cc" 2018-08-12 08:14:31,561 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-23cb160d-913a-4eee-957f-41aeebdccdca Date: Sun, 12 Aug 2018 08:14:31 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f81636f4-b7e8-4fa6-9cfc-5d771a0c078d","tenant_id":"5f82e2795bb64302ba7ed98a0d50c972","created_at":"2018-08-12T08:14:18Z","dns_nameservers":[],"updated_at":"2018-08-12T08:14:18Z","gateway_ip":"10.200.201.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.200.201.0/24","project_id":"5f82e2795bb64302ba7ed98a0d50c972","id":"65dea92d-79b4-45d0-a712-93331a0a4635","subnetpool_id":null,"name":"CreateRouterSuccessTests-74cb2f19-0a05-46d3-8452-ef4f9cef3610-pub-subnet1"}} 2018-08-12 08:14:31,561 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/65dea92d-79b4-45d0-a712-93331a0a4635 used request id req-23cb160d-913a-4eee-957f-41aeebdccdca 2018-08-12 08:14:31,567 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=f81636f4-b7e8-4fa6-9cfc-5d771a0c078d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ae9bff4c706dce91a5723e9af30ec334beaf4cc" 2018-08-12 08:14:31,772 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-6c73b383-beea-468b-9f80-d11deab6ebd4 Date: Sun, 12 Aug 2018 08:14:31 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":["65dea92d-79b4-45d0-a712-93331a0a4635"],"updated_at":"2018-08-12T08:14:18Z","tenant_id":"5f82e2795bb64302ba7ed98a0d50c972","created_at":"2018-08-12T08:14:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"5f82e2795bb64302ba7ed98a0d50c972","id":"f81636f4-b7e8-4fa6-9cfc-5d771a0c078d","name":"CreateRouterSuccessTests-74cb2f19-0a05-46d3-8452-ef4f9cef3610-pub-net1"}]} 2018-08-12 08:14:31,772 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=f81636f4-b7e8-4fa6-9cfc-5d771a0c078d used request id req-6c73b383-beea-468b-9f80-d11deab6ebd4 2018-08-12 08:14:31,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=f81636f4-b7e8-4fa6-9cfc-5d771a0c078d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ae9bff4c706dce91a5723e9af30ec334beaf4cc" 2018-08-12 08:14:31,994 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-d0a7102d-88d3-4143-bc74-0fe5140e11e8 Date: Sun, 12 Aug 2018 08:14:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f81636f4-b7e8-4fa6-9cfc-5d771a0c078d","tenant_id":"5f82e2795bb64302ba7ed98a0d50c972","created_at":"2018-08-12T08:14:18Z","dns_nameservers":[],"updated_at":"2018-08-12T08:14:18Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"5f82e2795bb64302ba7ed98a0d50c972","id":"65dea92d-79b4-45d0-a712-93331a0a4635","subnetpool_id":null,"name":"CreateRouterSuccessTests-74cb2f19-0a05-46d3-8452-ef4f9cef3610-pub-subnet1"}]} 2018-08-12 08:14:31,994 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=f81636f4-b7e8-4fa6-9cfc-5d771a0c078d used request id req-d0a7102d-88d3-4143-bc74-0fe5140e11e8 2018-08-12 08:14:31,995 - OpenStackNetwork - INFO - Removing router interface from router CreateRouterSuccessTests-74cb2f19-0a05-46d3-8452-ef4f9cef3610-pub-router and port CreateRouterSuccessTests-74cb2f19-0a05-46d3-8452-ef4f9cef3610-port1 2018-08-12 08:14:31,995 - neutron_utils - INFO - Removing router interface from router named CreateRouterSuccessTests-74cb2f19-0a05-46d3-8452-ef4f9cef3610-pub-router 2018-08-12 08:14:32,000 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9696/v2.0/routers/6ee219aa-5c65-400a-a565-195011417989/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3a0cd2a63174e9603160e8724ebbd489d1e8a63" -d '{"port_id": "eed81d2c-24d4-4ee1-a2b1-32a06126b801"}' 2018-08-12 08:14:33,419 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-2bb9f1b6-0cda-465b-a6ea-939bdf159488 Date: Sun, 12 Aug 2018 08:14:33 GMT RESP BODY: {"network_id": "f81636f4-b7e8-4fa6-9cfc-5d771a0c078d", "tenant_id": "5f82e2795bb64302ba7ed98a0d50c972", "subnet_id": "65dea92d-79b4-45d0-a712-93331a0a4635", "subnet_ids": ["65dea92d-79b4-45d0-a712-93331a0a4635"], "port_id": "eed81d2c-24d4-4ee1-a2b1-32a06126b801", "id": "6ee219aa-5c65-400a-a565-195011417989"} 2018-08-12 08:14:33,419 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/6ee219aa-5c65-400a-a565-195011417989/remove_router_interface used request id req-2bb9f1b6-0cda-465b-a6ea-939bdf159488 2018-08-12 08:14:33,419 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-74cb2f19-0a05-46d3-8452-ef4f9cef3610-pub-router 2018-08-12 08:14:33,419 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-74cb2f19-0a05-46d3-8452-ef4f9cef3610-pub-router 2018-08-12 08:14:33,424 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/routers/6ee219aa-5c65-400a-a565-195011417989 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3a0cd2a63174e9603160e8724ebbd489d1e8a63" 2018-08-12 08:14:34,823 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-31a076b7-9885-46db-b29e-72b1124c8b23 Content-Length: 0 Date: Sun, 12 Aug 2018 08:14:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:14:34,823 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/6ee219aa-5c65-400a-a565-195011417989 used request id req-31a076b7-9885-46db-b29e-72b1124c8b23 2018-08-12 08:14:34,824 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-74cb2f19-0a05-46d3-8452-ef4f9cef3610-pub-subnet1 2018-08-12 08:14:34,824 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-74cb2f19-0a05-46d3-8452-ef4f9cef3610-pub-subnet1 2018-08-12 08:14:34,830 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/65dea92d-79b4-45d0-a712-93331a0a4635 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9f9d185b618da9cdb8ac32a2395c75e3a5bdeb1" 2018-08-12 08:14:37,223 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9c728573-2311-4865-b536-42866d650378 Date: Sun, 12 Aug 2018 08:14:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:14:37,223 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/65dea92d-79b4-45d0-a712-93331a0a4635 used request id req-9c728573-2311-4865-b536-42866d650378 2018-08-12 08:14:37,224 - neutron_utils - INFO - Deleting network with name CreateRouterSuccessTests-74cb2f19-0a05-46d3-8452-ef4f9cef3610-pub-net1 2018-08-12 08:14:37,229 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/f81636f4-b7e8-4fa6-9cfc-5d771a0c078d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9f9d185b618da9cdb8ac32a2395c75e3a5bdeb1" 2018-08-12 08:14:38,711 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-7b061aa6-53ef-46ed-9396-226527ef4103 Date: Sun, 12 Aug 2018 08:14:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:14:38,711 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/f81636f4-b7e8-4fa6-9cfc-5d771a0c078d used request id req-7b061aa6-53ef-46ed-9396-226527ef4103 2018-08-12 08:14:38,712 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:14:38,712 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:14:38,712 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:14:38,712 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:14:38,712 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:14:38,716 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69c46f7f51aef65d8758e31c56b0cebb96f05ccb" 2018-08-12 08:14:38,975 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 45548 X-Openstack-Request-Id: req-0b1bc045-1812-41e3-94ec-21f5f20c3dc1 Date: Sun, 12 Aug 2018 08:14:38 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "created_at": "2018-08-12T06:59:44Z", "updated_at": "2018-08-12T06:59:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "1d7fd960-7865-4453-aecc-8d399b4fad21", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "66820d8a-b785-4b18-bd67-500221c8e4f9", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "74fc7638-a322-4841-8c47-06d36174a200", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "8eaa09ec-8419-4582-9312-1e527afe6e4b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}], "revision_number": 4, "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "created_at": "2018-08-12T05:12:34Z", "updated_at": "2018-08-12T05:12:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "709513d2-af7d-4d0b-bd3c-604fed75a711", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "aa346066-e46f-44f2-94be-2884aa998a19", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "c15f7b93-e56c-4afa-867d-2acb286d4b7b", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "cb0ef83f-5f70-4a80-ad35-431ca9df551e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}], "revision_number": 4, "project_id": "fa5a7fe6ee54472ba01638877aade8e3", "id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ea65becf30e54b27aa96a449698a435e", "created_at": "2018-08-12T05:10:35Z", "updated_at": "2018-08-12T05:10:35Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "30ad280c-f302-4cd4-a438-5139917b56f9", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "76115c4c-887d-4f0a-83e2-486e4b39c713", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "8ab14937-4c08-4d43-8a9a-662e622cc643", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "ee757a03-5662-4273-9c3e-6212e7afb48f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}], "revision_number": 4, "project_id": "ea65becf30e54b27aa96a449698a435e", "id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "created_at": "2018-08-12T06:20:09Z", "updated_at": "2018-08-12T06:20:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "1123b8f2-75ac-4a26-b9b2-a96da97408e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "2ddd2b93-e080-48cd-9a50-f5fe8a82ad0c", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "cd1bae62-0aea-4438-b4c3-50a69ae6f855", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "e398e01e-ceea-46d1-9534-b929808c4a5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}], "revision_number": 4, "project_id": "ff7abd7bb61f4f2889831e932d65dc2e", "id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "created_at": "2018-08-12T05:34:57Z", "updated_at": "2018-08-12T05:34:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "208a1c1e-f5f8-49c7-9a25-d07e68b1541f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "27bfd867-e607-4bf8-9de8-60682d3f771d", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "49360e1f-6fd3-4f35-b339-24cea95773ee", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "60f631a9-d305-4920-9631-d0543e2ac64f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}], "revision_number": 4, "project_id": "3a85ceae958d4d9fba68847e7df67db8", "id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "created_at": "2018-08-12T05:34:40Z", "updated_at": "2018-08-12T05:34:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "2192c259-363e-4768-ae73-e75837ad63b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "3f87ddc5-f84d-41dc-8215-847724782569", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "7d89f6da-ea78-49dd-9115-f9ad23b250bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "9ec4497d-0f65-44db-9be9-7b3042e4a584", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}], "revision_number": 4, "project_id": "85517fcf1c6247e699fdcdd42ecc8c79", "id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "created_at": "2018-08-12T05:16:02Z", "updated_at": "2018-08-12T05:16:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "1ecacd8c-c1c7-4a66-9871-406a69323b43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "3cc1750c-e0e7-4902-b6f3-494a161b832e", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "d719a7a4-8c99-44ed-8c12-6bf071890203", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "fe7421b5-d577-41da-8c78-62f3c07eda92", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}], "revision_number": 4, "project_id": "a267b9a156244bb192691cff6e5f74fe", "id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "315a428116f24d9fbb826b37080a918e", "created_at": "2018-08-12T05:11:31Z", "updated_at": "2018-08-12T05:11:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "5e52886a-1dc3-4a81-a55d-f388dc4fd1a1", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "678e32e4-d64c-448a-a4ab-e253ab94ae90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "a8da1539-e3ad-4f90-b2df-3dc1f09d228a", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "b73d5cc9-0205-4658-bb1f-61a042c0ab8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}], "revision_number": 4, "project_id": "315a428116f24d9fbb826b37080a918e", "id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-12T05:08:01Z", "updated_at": "2018-08-12T05:08:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:01Z", "revision_number": 0, "id": "0fb05d03-1117-45d0-930c-b6d4c96ef102", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "4faaab33-5788-4bbd-85b8-0fb44d41413a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "96d0c5a0-5c67-421b-8fc8-2b46d77e5db3", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "dd78519b-4bc5-4e8e-ad0f-58089dd69347", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "11a46741b7954b959fd7764109c047b6", "created_at": "2018-08-12T05:34:51Z", "updated_at": "2018-08-12T05:34:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "0b67bf3c-2289-43bb-ab6c-7d25ec32a279", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "51f3f833-337a-42bd-a8d5-742ea8d6c226", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "571fd0b5-ef90-408d-af33-aafb517b8993", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "944ba823-fb9c-496e-a66e-bb426bb14a8d", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}], "revision_number": 4, "project_id": "11a46741b7954b959fd7764109c047b6", "id": "90af9782-8112-4257-801d-ee5115d226ba", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5f82e2795bb64302ba7ed98a0d50c972", "created_at": "2018-08-12T08:14:17Z", "updated_at": "2018-08-12T08:14:17Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:14:17Z", "revision_number": 0, "id": "49cfc797-8b89-485a-bf20-7aa8771d2458", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:14:17Z", "security_group_id": "a1257877-d405-41ca-9263-684882dbb8bc", "tenant_id": "5f82e2795bb64302ba7ed98a0d50c972", "port_range_min": null, "ethertype": "IPv6", "project_id": "5f82e2795bb64302ba7ed98a0d50c972"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:14:17Z", "revision_number": 0, "id": "6713a66c-6fde-4a0c-9257-8fbed0e69610", "remote_group_id": "a1257877-d405-41ca-9263-684882dbb8bc", "remote_ip_prefix": null, "created_at": "2018-08-12T08:14:17Z", "security_group_id": "a1257877-d405-41ca-9263-684882dbb8bc", "tenant_id": "5f82e2795bb64302ba7ed98a0d50c972", "port_range_min": null, "ethertype": "IPv6", "project_id": "5f82e2795bb64302ba7ed98a0d50c972"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:14:17Z", "revision_number": 0, "id": "977cd172-f6b6-4a3f-ba42-47ae3653fa5e", "remote_group_id": "a1257877-d405-41ca-9263-684882dbb8bc", "remote_ip_prefix": null, "created_at": "2018-08-12T08:14:17Z", "security_group_id": "a1257877-d405-41ca-9263-684882dbb8bc", "tenant_id": "5f82e2795bb64302ba7ed98a0d50c972", "port_range_min": null, "ethertype": "IPv4", "project_id": "5f82e2795bb64302ba7ed98a0d50c972"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:14:17Z", "revision_number": 0, "id": "a0bc187f-0be6-43b4-9056-c6e7638d9b1b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:14:17Z", "security_group_id": "a1257877-d405-41ca-9263-684882dbb8bc", "tenant_id": "5f82e2795bb64302ba7ed98a0d50c972", "port_range_min": null, "ethertype": "IPv4", "project_id": "5f82e2795bb64302ba7ed98a0d50c972"}], "revision_number": 4, "project_id": "5f82e2795bb64302ba7ed98a0d50c972", "id": "a1257877-d405-41ca-9263-684882dbb8bc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "created_at": "2018-08-12T05:34:26Z", "updated_at": "2018-08-12T05:34:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "2ee1f63a-807c-4d6a-85ee-dd784f6b8c3f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5dec3ec2-2add-47dd-8618-90659dcf3885", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5ea0dc3e-49d0-43f0-94e9-f6443527d14c", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "fbfaca22-7e3e-4128-8973-43e439b77c28", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}], "revision_number": 4, "project_id": "3c01cd58055c44ecaef39f7e625c2258", "id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "521007c1818145639e93ceb270559219", "created_at": "2018-08-12T05:13:27Z", "updated_at": "2018-08-12T05:13:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "5e7fede5-b0f2-47d8-95c3-516cdfc7f9de", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "8fd0e36f-c6c4-4f64-ba97-40439e614448", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "db7d79de-1dfc-4138-945f-91e74cdc266b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "e87f2cff-ff3e-4b6d-aaf0-7f0eb0ab9f05", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}], "revision_number": 4, "project_id": "521007c1818145639e93ceb270559219", "id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "created_at": "2018-08-12T05:08:18Z", "updated_at": "2018-08-12T05:08:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "3c67be40-bf74-4f97-9693-d93ce73a23b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "6112d869-2fc6-4a25-a13c-3d55cd7206c0", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "bdf21c56-453e-482e-9cba-3c55abcb0339", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "c8e92c39-38cc-4f48-be9c-5f0912e6a725", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}], "revision_number": 4, "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "created_at": "2018-08-12T05:04:23Z", "updated_at": "2018-08-12T05:04:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "280546d9-8ad1-4283-abfc-15ee9b1736c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "58bce125-f2ca-4a6d-b9ca-4e6cf5c0f7a5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "69275b9a-cfb5-482c-a9c4-8ffc79adf2c7", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "6d747f3a-3764-469a-a645-f977585c5aac", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}], "revision_number": 4, "project_id": "310f5853751a4c968f3eeb0a3d99a0a8", "id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "created_at": "2018-08-12T05:34:42Z", "updated_at": "2018-08-12T05:34:42Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "199582e8-25aa-457a-aa7c-6d8413ca4464", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "234f3609-4454-448f-919d-c8143c7cd764", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "c1061460-71a2-49a9-a04b-9fa33eeb17ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "d21ac532-51d8-4d6b-8300-7bac216759bf", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}], "revision_number": 4, "project_id": "9f6c1a272706419c9a74b0893b2890e8", "id": "d6739716-c693-460c-89c6-e7c8c48f8245", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "created_at": "2018-08-12T05:34:54Z", "updated_at": "2018-08-12T05:34:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "0633a05a-ee7d-4476-a56b-75d011b22f77", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "6cc1b9f8-73db-47a3-a0e0-3c96c43f34da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "90d99a6b-e94f-4fd8-a10c-f19dd8954c13", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "e843c139-af2a-4d2c-a24f-59f7b10ff72e", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}], "revision_number": 4, "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "created_at": "2018-08-12T05:09:07Z", "updated_at": "2018-08-12T05:09:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "5495e168-f505-4d74-ae6d-387f0bf533c2", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "6fd19b8b-3062-456e-81ba-3ff37fe43429", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8ca59d25-485c-46ce-939c-2e4a468caeac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8f190846-50a0-42b9-b571-390809b752b1", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}], "revision_number": 4, "project_id": "fa9ca6d7608b4d7d87ce97331679a481", "id": "edcd9b17-9416-4c25-823c-060c435e18d7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "created_at": "2018-08-12T05:34:52Z", "updated_at": "2018-08-12T05:34:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "2c7e484e-6ec5-4a95-8c9c-66d294c0c27e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "70c74258-3c2c-4efc-87e0-079c26ee3417", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "b70382fa-082e-4c2b-abc8-87490fa50b11", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "c3628e02-b4b6-42c9-8751-c1a2d3c19caa", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}], "revision_number": 4, "project_id": "87db863ba6e348b0a5ddcb67053db9d1", "id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "name": "default"}]} 2018-08-12 08:14:38,976 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-0b1bc045-1812-41e3-94ec-21f5f20c3dc1 2018-08-12 08:14:38,984 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69c46f7f51aef65d8758e31c56b0cebb96f05ccb" 2018-08-12 08:14:39,077 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:14:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-440075bc-79dc-4f7e-9d2e-998b4fcc1c64 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 5fe28c13d4d74ba2be8d019ac1ea6363.", "code": 404, "title": "Not Found"}} 2018-08-12 08:14:39,077 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 used request id req-440075bc-79dc-4f7e-9d2e-998b4fcc1c64 2018-08-12 08:14:39,078 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:14:39,081 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69c46f7f51aef65d8758e31c56b0cebb96f05ccb" 2018-08-12 08:14:39,170 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:14:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3dbaf7cf-60a2-4f40-8784-3b433dcdf9d6 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa5a7fe6ee54472ba01638877aade8e3.", "code": 404, "title": "Not Found"}} 2018-08-12 08:14:39,170 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 used request id req-3dbaf7cf-60a2-4f40-8784-3b433dcdf9d6 2018-08-12 08:14:39,170 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:14:39,174 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69c46f7f51aef65d8758e31c56b0cebb96f05ccb" 2018-08-12 08:14:39,258 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:14:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a3d22529-0fdd-4a25-b80f-01a7c7181204 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ea65becf30e54b27aa96a449698a435e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:14:39,258 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e used request id req-a3d22529-0fdd-4a25-b80f-01a7c7181204 2018-08-12 08:14:39,258 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:14:39,261 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69c46f7f51aef65d8758e31c56b0cebb96f05ccb" 2018-08-12 08:14:39,352 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:14:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-44f9f8f2-27d1-42df-8fed-a9213afe4747 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ff7abd7bb61f4f2889831e932d65dc2e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:14:39,352 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e used request id req-44f9f8f2-27d1-42df-8fed-a9213afe4747 2018-08-12 08:14:39,352 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:14:39,355 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69c46f7f51aef65d8758e31c56b0cebb96f05ccb" 2018-08-12 08:14:39,447 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:14:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0c663b73-5050-4b5a-a051-2bbff35e3541 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3a85ceae958d4d9fba68847e7df67db8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:14:39,447 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 used request id req-0c663b73-5050-4b5a-a051-2bbff35e3541 2018-08-12 08:14:39,447 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:14:39,451 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69c46f7f51aef65d8758e31c56b0cebb96f05ccb" 2018-08-12 08:14:39,538 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:14:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e19b243e-728f-4fd8-b18d-e235c340b1bb Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 85517fcf1c6247e699fdcdd42ecc8c79.", "code": 404, "title": "Not Found"}} 2018-08-12 08:14:39,539 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 used request id req-e19b243e-728f-4fd8-b18d-e235c340b1bb 2018-08-12 08:14:39,539 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:14:39,543 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69c46f7f51aef65d8758e31c56b0cebb96f05ccb" 2018-08-12 08:14:39,661 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:14:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9d48b8cf-31f6-44fe-bb7f-02a7678fd857 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}} 2018-08-12 08:14:39,662 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe used request id req-9d48b8cf-31f6-44fe-bb7f-02a7678fd857 2018-08-12 08:14:39,665 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69c46f7f51aef65d8758e31c56b0cebb96f05ccb" 2018-08-12 08:14:39,758 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:14:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b8657f27-b7e5-475b-8aa6-0b2179d0bb60 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 315a428116f24d9fbb826b37080a918e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:14:39,758 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e used request id req-b8657f27-b7e5-475b-8aa6-0b2179d0bb60 2018-08-12 08:14:39,758 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:14:39,762 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69c46f7f51aef65d8758e31c56b0cebb96f05ccb" 2018-08-12 08:14:39,846 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:14:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4098bca0-8fbd-44a1-995e-9b4f9d2f68ac Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 11a46741b7954b959fd7764109c047b6.", "code": 404, "title": "Not Found"}} 2018-08-12 08:14:39,846 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 used request id req-4098bca0-8fbd-44a1-995e-9b4f9d2f68ac 2018-08-12 08:14:39,846 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:14:39,850 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/5f82e2795bb64302ba7ed98a0d50c972 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69c46f7f51aef65d8758e31c56b0cebb96f05ccb" 2018-08-12 08:14:39,947 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:14:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-02407b8e-df29-4eec-821b-5e86b8614d77 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/5f82e2795bb64302ba7ed98a0d50c972"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "5f82e2795bb64302ba7ed98a0d50c972", "name": "CreateRouterSuccessTests-ad089692-815a-474-proj"}} 2018-08-12 08:14:39,947 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/5f82e2795bb64302ba7ed98a0d50c972 used request id req-02407b8e-df29-4eec-821b-5e86b8614d77 2018-08-12 08:14:39,948 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a1257877-d405-41ca-9263-684882dbb8bc 2018-08-12 08:14:39,953 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=a1257877-d405-41ca-9263-684882dbb8bc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69c46f7f51aef65d8758e31c56b0cebb96f05ccb" 2018-08-12 08:14:40,150 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-a61510ba-203c-4cd3-a2f0-f2a9a6aa528d Date: Sun, 12 Aug 2018 08:14:40 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:14:17Z", "security_group_id": "a1257877-d405-41ca-9263-684882dbb8bc", "port_range_min": null, "revision_number": 0, "tenant_id": "5f82e2795bb64302ba7ed98a0d50c972", "created_at": "2018-08-12T08:14:17Z", "project_id": "5f82e2795bb64302ba7ed98a0d50c972", "id": "49cfc797-8b89-485a-bf20-7aa8771d2458"}, {"remote_group_id": "a1257877-d405-41ca-9263-684882dbb8bc", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:14:17Z", "security_group_id": "a1257877-d405-41ca-9263-684882dbb8bc", "port_range_min": null, "revision_number": 0, "tenant_id": "5f82e2795bb64302ba7ed98a0d50c972", "created_at": "2018-08-12T08:14:17Z", "project_id": "5f82e2795bb64302ba7ed98a0d50c972", "id": "6713a66c-6fde-4a0c-9257-8fbed0e69610"}, {"remote_group_id": "a1257877-d405-41ca-9263-684882dbb8bc", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:14:17Z", "security_group_id": "a1257877-d405-41ca-9263-684882dbb8bc", "port_range_min": null, "revision_number": 0, "tenant_id": "5f82e2795bb64302ba7ed98a0d50c972", "created_at": "2018-08-12T08:14:17Z", "project_id": "5f82e2795bb64302ba7ed98a0d50c972", "id": "977cd172-f6b6-4a3f-ba42-47ae3653fa5e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:14:17Z", "security_group_id": "a1257877-d405-41ca-9263-684882dbb8bc", "port_range_min": null, "revision_number": 0, "tenant_id": "5f82e2795bb64302ba7ed98a0d50c972", "created_at": "2018-08-12T08:14:17Z", "project_id": "5f82e2795bb64302ba7ed98a0d50c972", "id": "a0bc187f-0be6-43b4-9056-c6e7638d9b1b"}]} 2018-08-12 08:14:40,151 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=a1257877-d405-41ca-9263-684882dbb8bc used request id req-a61510ba-203c-4cd3-a2f0-f2a9a6aa528d 2018-08-12 08:14:40,152 - neutron_utils - INFO - Deleting security group with name - default 2018-08-12 08:14:40,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/a1257877-d405-41ca-9263-684882dbb8bc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69c46f7f51aef65d8758e31c56b0cebb96f05ccb" 2018-08-12 08:14:40,523 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-8196e9d7-adae-4f43-a832-c1b292743bc2 Content-Length: 0 Date: Sun, 12 Aug 2018 08:14:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:14:40,524 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/a1257877-d405-41ca-9263-684882dbb8bc used request id req-8196e9d7-adae-4f43-a832-c1b292743bc2 2018-08-12 08:14:40,524 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-ad089692-815a-474-proj 2018-08-12 08:14:40,528 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/5f82e2795bb64302ba7ed98a0d50c972 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69c46f7f51aef65d8758e31c56b0cebb96f05ccb" 2018-08-12 08:14:40,899 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:14:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-79c82421-9039-4bba-b208-ff21ce3cd4db 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 08:14:40,899 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/5f82e2795bb64302ba7ed98a0d50c972 used request id req-79c82421-9039-4bba-b208-ff21ce3cd4db 2018-08-12 08:14:40,900 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-ad089692-815a-474-proj-role 2018-08-12 08:14:40,903 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/bf2ed175771b4509813125de2f757332 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69c46f7f51aef65d8758e31c56b0cebb96f05ccb" 2018-08-12 08:14:41,019 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:14:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5289aaaf-cda0-4e35-9834-55057a8865da 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 08:14:41,019 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/bf2ed175771b4509813125de2f757332 used request id req-5289aaaf-cda0-4e35-9834-55057a8865da 2018-08-12 08:14:41,022 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69c46f7f51aef65d8758e31c56b0cebb96f05ccb" 2018-08-12 08:14:41,113 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:14:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2345b7ae-3006-495f-8742-4c8d0b00df06 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:14:41,113 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-2345b7ae-3006-495f-8742-4c8d0b00df06 2018-08-12 08:14:41,114 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-ad089692-815a-474-user 2018-08-12 08:14:41,117 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/e89a8189e2004ca18c321c55e552c816 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67a227ed3920e16911d2c4d6c113482bea761ac8" 2018-08-12 08:14:41,340 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:14:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-23665dc9-b204-4e49-a33d-fb045b0ae020 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 08:14:41,340 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/e89a8189e2004ca18c321c55e552c816 used request id req-23665dc9-b204-4e49-a33d-fb045b0ae020 2018-08-12 08:14:41,342 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:14:41,733 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:14:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["W01sUE2YRsiYpzXXTW_I0Q"], "issued_at": "2018-08-12T08:14:41.000000Z"}} 2018-08-12 08:14:41,733 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}2abfdcf536bd9bf747fd9229ed54656bc2fce7bd" 2018-08-12 08:14:41,820 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:14:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d4216fa8-54f7-45cd-b610-60587b591408 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:14:41,820 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-d4216fa8-54f7-45cd-b610-60587b591408 2018-08-12 08:14:41,821 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:14:41,822 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:14:42,228 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:14:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["EvFRBxIjQvCMs95uWvyhUA"], "issued_at": "2018-08-12T08:14:42.000000Z"}} 2018-08-12 08:14:42,229 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}22ce124172419706141ac8de673658f8bcd9c6b7" 2018-08-12 08:14:42,312 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:14:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2cd185fb-741a-4d3a-92fe-1b2fb1bce40c Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:14:42,313 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-2cd185fb-741a-4d3a-92fe-1b2fb1bce40c 2018-08-12 08:14:42,317 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:14:42,322 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:14:42 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:14:42,323 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-4f5460bc-ac74-42a-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22ce124172419706141ac8de673658f8bcd9c6b7" 2018-08-12 08:14:42,414 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:14:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1caf2d68-252f-440e-888c-0101b7b72330 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-4f5460bc-ac74-42a-proj", "previous": null, "next": null}, "projects": []} 2018-08-12 08:14:42,415 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-4f5460bc-ac74-42a-proj used request id req-1caf2d68-252f-440e-888c-0101b7b72330 2018-08-12 08:14:42,418 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22ce124172419706141ac8de673658f8bcd9c6b7" 2018-08-12 08:14:42,510 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:14:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5f9cb75c-bf7b-4ea7-90b2-835163c2b52d Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:14:42,510 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-5f9cb75c-bf7b-4ea7-90b2-835163c2b52d 2018-08-12 08:14:42,514 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22ce124172419706141ac8de673658f8bcd9c6b7" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterSuccessTests-4f5460bc-ac74-42a-proj"}}' 2018-08-12 08:14:42,738 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:14:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dc1d4d06-3eb1-4d2e-8572-23950331e898 Content-Length: 321 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/912f852185ef49deb302c29b47d76fe0"}, "tags": [], "enabled": true, "id": "912f852185ef49deb302c29b47d76fe0", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-4f5460bc-ac74-42a-proj"}} 2018-08-12 08:14:42,738 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-dc1d4d06-3eb1-4d2e-8572-23950331e898 2018-08-12 08:14:42,739 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-4f5460bc-ac74-42a-proj 2018-08-12 08:14:42,739 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:14:42,739 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:14:43,131 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:14:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["WlfkoCGDSXyAh_Ly3jG6_g"], "issued_at": "2018-08-12T08:14:43.000000Z"}} 2018-08-12 08:14:43,132 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}4a6febfb99c9ed347ba356141900bd2a13f7c142" 2018-08-12 08:14:43,215 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:14:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-594efc88-457a-4853-baf9-5dcffda0f2aa Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:14:43,215 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-594efc88-457a-4853-baf9-5dcffda0f2aa 2018-08-12 08:14:43,219 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:14:43,224 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:14:43 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:14:43,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a6febfb99c9ed347ba356141900bd2a13f7c142" 2018-08-12 08:14:43,335 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:14:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7006dead-6b4b-490c-afd7-111fe367c92a Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/105a247548624314b9228f85f6325f0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105a247548624314b9228f85f6325f0b", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/1c5de0eaa44543f08da6ad63a51594ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c5de0eaa44543f08da6ad63a51594ff", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/1d127b5b832547a88a547c116dfdd65b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d127b5b832547a88a547c116dfdd65b", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/1d5cfc170d624ce4ae53ae0507c8d517"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d5cfc170d624ce4ae53ae0507c8d517", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/2421820b75eb4d3ebd02830378d1377b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2421820b75eb4d3ebd02830378d1377b", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/40bd8ee54ecf44868cc83cede652c396"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40bd8ee54ecf44868cc83cede652c396", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/4f32fb8153854c4c9f5094b42b523f80"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f32fb8153854c4c9f5094b42b523f80", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7066130d08fb4db7bf4ab468de53933b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7066130d08fb4db7bf4ab468de53933b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/8d0898a83bcf4521bbc11501d5d7ac89"}, "domain_id": "1eec97585bde483292ece28ee11f4b8d", "enabled": true, "options": {}, "id": "8d0898a83bcf4521bbc11501d5d7ac89", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/9defcced327d476f8a3beab718a13da3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9defcced327d476f8a3beab718a13da3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/b80ee4f6992446e0879624dd436e99a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b80ee4f6992446e0879624dd436e99a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b86fd3e011324d398fcdb6f095a20a9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b86fd3e011324d398fcdb6f095a20a9d", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1701d2754064b5cadf765ea0806f9b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1701d2754064b5cadf765ea0806f9b2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/db4e7b8d76d549faa502716565c733dd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db4e7b8d76d549faa502716565c733dd", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-12 08:14:43,336 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-7006dead-6b4b-490c-afd7-111fe367c92a 2018-08-12 08:14:43,340 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateRouterSuccessTests-4f5460bc-ac74-42a-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a6febfb99c9ed347ba356141900bd2a13f7c142" 2018-08-12 08:14:43,428 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:14:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e1e6a151-fb5e-46f8-bcb0-520cab487070 Content-Encoding: gzip Content-Length: 260 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateRouterSuccessTests-4f5460bc-ac74-42a-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/912f852185ef49deb302c29b47d76fe0"}, "tags": [], "enabled": true, "id": "912f852185ef49deb302c29b47d76fe0", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-4f5460bc-ac74-42a-proj"}]} 2018-08-12 08:14:43,428 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateRouterSuccessTests-4f5460bc-ac74-42a-proj used request id req-e1e6a151-fb5e-46f8-bcb0-520cab487070 2018-08-12 08:14:43,431 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a6febfb99c9ed347ba356141900bd2a13f7c142" 2018-08-12 08:14:43,529 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:14:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5827c437-9f80-4036-8eed-f45d24abc372 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:14:43,530 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-5827c437-9f80-4036-8eed-f45d24abc372 2018-08-12 08:14:43,905 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-4f5460bc-ac74-42a-user 2018-08-12 08:14:43,905 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:14:43,910 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22ce124172419706141ac8de673658f8bcd9c6b7" 2018-08-12 08:14:43,997 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:14:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be05227e-714c-4c43-b2d6-81ba5cb50e08 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:14:43,997 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-be05227e-714c-4c43-b2d6-81ba5cb50e08 2018-08-12 08:14:44,001 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22ce124172419706141ac8de673658f8bcd9c6b7" -d '{"role": {"name": "CreateRouterSuccessTests-4f5460bc-ac74-42a-proj-role"}}' 2018-08-12 08:14:44,121 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:14:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cbda4a22-e8f0-41b3-979b-7b6a072b500f Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "64df7f5e9e2a4273bc80929ed8ee8d50", "links": {"self": "http://172.30.9.21:5000/v3/roles/64df7f5e9e2a4273bc80929ed8ee8d50"}, "name": "CreateRouterSuccessTests-4f5460bc-ac74-42a-proj-role"}} 2018-08-12 08:14:44,121 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-cbda4a22-e8f0-41b3-979b-7b6a072b500f 2018-08-12 08:14:44,121 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-4f5460bc-ac74-42a-proj-role 2018-08-12 08:14:44,125 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/64df7f5e9e2a4273bc80929ed8ee8d50 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22ce124172419706141ac8de673658f8bcd9c6b7" 2018-08-12 08:14:44,141 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:14:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-855844cd-0302-411e-8a66-67534d1632df Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "64df7f5e9e2a4273bc80929ed8ee8d50", "links": {"self": "http://172.30.9.21:5000/v3/roles/64df7f5e9e2a4273bc80929ed8ee8d50"}, "name": "CreateRouterSuccessTests-4f5460bc-ac74-42a-proj-role"}} 2018-08-12 08:14:44,141 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/64df7f5e9e2a4273bc80929ed8ee8d50 used request id req-855844cd-0302-411e-8a66-67534d1632df 2018-08-12 08:14:44,142 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-4f5460bc-ac74-42a-proj-role to project CreateRouterSuccessTests-4f5460bc-ac74-42a-proj 2018-08-12 08:14:44,145 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/912f852185ef49deb302c29b47d76fe0/users/79e3298cbd1446548032c7068f492f3b/roles/64df7f5e9e2a4273bc80929ed8ee8d50 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22ce124172419706141ac8de673658f8bcd9c6b7" 2018-08-12 08:14:44,273 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:14:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b8f7640d-0b30-46b6-a28c-b853446b31a5 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 08:14:44,273 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/912f852185ef49deb302c29b47d76fe0/users/79e3298cbd1446548032c7068f492f3b/roles/64df7f5e9e2a4273bc80929ed8ee8d50 used request id req-b8f7640d-0b30-46b6-a28c-b853446b31a5 2018-08-12 08:14:44,273 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:14:44,274 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:14:44,274 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:14:44,274 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:14:44,274 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:14:44,275 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:14:44,276 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:14:44,700 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:14:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["UbrVxqglTX24Ht53jOd3gg"], "issued_at": "2018-08-12T08:14:44.000000Z"}} 2018-08-12 08:14:44,700 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}52b21df0f9dbd78f4825097c415d6ba1f7ba1f2f" 2018-08-12 08:14:44,713 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:14:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc240b25-9485-44b1-82ce-ded06bda4315 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:14:44,713 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-cc240b25-9485-44b1-82ce-ded06bda4315 2018-08-12 08:14:44,714 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:14:44,714 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:14:44,714 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:14:44,714 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:14:44,714 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:14:44,720 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=CreateRouterSuccessTests-6328b7d2-744a-48f0-b738-e054e4e6f12c-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52b21df0f9dbd78f4825097c415d6ba1f7ba1f2f" 2018-08-12 08:14:44,930 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-a07b0264-f871-4211-96d8-baebaeb4b977 Date: Sun, 12 Aug 2018 08:14:44 GMT RESP BODY: {"routers": []} 2018-08-12 08:14:44,930 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=CreateRouterSuccessTests-6328b7d2-744a-48f0-b738-e054e4e6f12c-pub-router&admin_state_up=True used request id req-a07b0264-f871-4211-96d8-baebaeb4b977 2018-08-12 08:14:44,931 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:14:44,932 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:14:45,319 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:14:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["tI1YXAE5R8iIhC6ddOuceA"], "issued_at": "2018-08-12T08:14:45.000000Z"}} 2018-08-12 08:14:45,319 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}39451d9c6f562d275a74f4689b2c99b3bb4020d1" 2018-08-12 08:14:45,408 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:14:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d00bc698-faba-4e12-bac6-9557afafc9fc Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:14:45,408 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-d00bc698-faba-4e12-bac6-9557afafc9fc 2018-08-12 08:14:45,412 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:14:45,418 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:14:45 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:14:45,419 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateRouterSuccessTests-4f5460bc-ac74-42a-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39451d9c6f562d275a74f4689b2c99b3bb4020d1" 2018-08-12 08:14:45,510 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:14:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-703d333c-e7ef-4d5c-9f91-4163e98f2066 Content-Encoding: gzip Content-Length: 260 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateRouterSuccessTests-4f5460bc-ac74-42a-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/912f852185ef49deb302c29b47d76fe0"}, "tags": [], "enabled": true, "id": "912f852185ef49deb302c29b47d76fe0", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-4f5460bc-ac74-42a-proj"}]} 2018-08-12 08:14:45,510 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateRouterSuccessTests-4f5460bc-ac74-42a-proj used request id req-703d333c-e7ef-4d5c-9f91-4163e98f2066 2018-08-12 08:14:45,515 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52b21df0f9dbd78f4825097c415d6ba1f7ba1f2f" 2018-08-12 08:14:45,778 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-93f1b08a-ce39-415d-b5e1-04af0506fc8f Date: Sun, 12 Aug 2018 08:14:45 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":7,"port_security_enabled":true,"mtu":1500,"id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"310f5853751a4c968f3eeb0a3d99a0a8","status":"ACTIVE","subnets":["ec788992-fa73-45cc-a7d9-6d44542124c2"],"description":"","tags":[],"updated_at":"2018-08-12T05:35:20Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"310f5853751a4c968f3eeb0a3d99a0a8","created_at":"2018-08-12T05:04:23Z","provider:network_type":"flat"}]} 2018-08-12 08:14:45,778 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=external used request id req-93f1b08a-ce39-415d-b5e1-04af0506fc8f 2018-08-12 08:14:45,783 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=03886690-4630-4c4c-9ccb-7eedaa9b1fd3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52b21df0f9dbd78f4825097c415d6ba1f7ba1f2f" 2018-08-12 08:14:46,087 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-a80a6edc-ad82-4f6f-93a8-eca1f9ef4b64 Date: Sun, 12 Aug 2018 08:14:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","tenant_id":"310f5853751a4c968f3eeb0a3d99a0a8","created_at":"2018-08-12T05:04:31Z","dns_nameservers":[],"updated_at":"2018-08-12T05:04:31Z","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":"310f5853751a4c968f3eeb0a3d99a0a8","id":"ec788992-fa73-45cc-a7d9-6d44542124c2","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-12 08:14:46,087 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=03886690-4630-4c4c-9ccb-7eedaa9b1fd3 used request id req-a80a6edc-ad82-4f6f-93a8-eca1f9ef4b64 2018-08-12 08:14:46,088 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-6328b7d2-744a-48f0-b738-e054e4e6f12c-pub-router 2018-08-12 08:14:46,093 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52b21df0f9dbd78f4825097c415d6ba1f7ba1f2f" -d '{"router": {"external_gateway_info": {"network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3"}, "tenant_id": "912f852185ef49deb302c29b47d76fe0", "name": "CreateRouterSuccessTests-6328b7d2-744a-48f0-b738-e054e4e6f12c-pub-router", "admin_state_up": true}}' 2018-08-12 08:14:47,270 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 661 X-Openstack-Request-Id: req-b462c5b7-e181-4df0-adf2-b51eb5970735 Date: Sun, 12 Aug 2018 08:14:47 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ec788992-fa73-45cc-a7d9-6d44542124c2", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "912f852185ef49deb302c29b47d76fe0", "created_at": "2018-08-12T08:14:46Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-12T08:14:46Z", "revision_number": 2, "routes": [], "project_id": "912f852185ef49deb302c29b47d76fe0", "id": "311bbc8e-4f8f-4931-81d5-656de09ebc73", "name": "CreateRouterSuccessTests-6328b7d2-744a-48f0-b738-e054e4e6f12c-pub-router"}} 2018-08-12 08:14:47,271 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers used request id req-b462c5b7-e181-4df0-adf2-b51eb5970735 2018-08-12 08:14:47,276 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=311bbc8e-4f8f-4931-81d5-656de09ebc73 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52b21df0f9dbd78f4825097c415d6ba1f7ba1f2f" 2018-08-12 08:14:47,496 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-9c1ce35b-9e89-4349-a4f5-4489a6e85926 Date: Sun, 12 Aug 2018 08:14:47 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:14:46Z","device_owner":"network:router_gateway","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ec788992-fa73-45cc-a7d9-6d44542124c2","ip_address":"172.30.9.200"}],"id":"830af39f-2163-49d7-a161-d3f635dab90d","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:30:f9:6a","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"311bbc8e-4f8f-4931-81d5-656de09ebc73","name":"","admin_state_up":true,"network_id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","tenant_id":"","created_at":"2018-08-12T08:14:46Z","binding:vnic_type":"normal"}]} 2018-08-12 08:14:47,496 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=311bbc8e-4f8f-4931-81d5-656de09ebc73 used request id req-9c1ce35b-9e89-4349-a4f5-4489a6e85926 2018-08-12 08:14:47,502 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/ec788992-fa73-45cc-a7d9-6d44542124c2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52b21df0f9dbd78f4825097c415d6ba1f7ba1f2f" 2018-08-12 08:14:47,710 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-83ad47fd-632a-494d-bf6f-99f53e293820 Date: Sun, 12 Aug 2018 08:14:47 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","tenant_id":"310f5853751a4c968f3eeb0a3d99a0a8","created_at":"2018-08-12T05:04:31Z","dns_nameservers":[],"updated_at":"2018-08-12T05:04:31Z","gateway_ip":"172.30.9.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"172.30.9.0/24","project_id":"310f5853751a4c968f3eeb0a3d99a0a8","id":"ec788992-fa73-45cc-a7d9-6d44542124c2","subnetpool_id":null,"name":"external-subnet"}} 2018-08-12 08:14:47,711 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/ec788992-fa73-45cc-a7d9-6d44542124c2 used request id req-83ad47fd-632a-494d-bf6f-99f53e293820 2018-08-12 08:14:47,716 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers/311bbc8e-4f8f-4931-81d5-656de09ebc73 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52b21df0f9dbd78f4825097c415d6ba1f7ba1f2f" 2018-08-12 08:14:48,015 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 661 X-Openstack-Request-Id: req-ba62aa5e-d169-4262-99e5-4bba4ed4ff1f Date: Sun, 12 Aug 2018 08:14:48 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ec788992-fa73-45cc-a7d9-6d44542124c2", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "912f852185ef49deb302c29b47d76fe0", "created_at": "2018-08-12T08:14:46Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-12T08:14:46Z", "revision_number": 2, "routes": [], "project_id": "912f852185ef49deb302c29b47d76fe0", "id": "311bbc8e-4f8f-4931-81d5-656de09ebc73", "name": "CreateRouterSuccessTests-6328b7d2-744a-48f0-b738-e054e4e6f12c-pub-router"}} 2018-08-12 08:14:48,016 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers/311bbc8e-4f8f-4931-81d5-656de09ebc73 used request id req-ba62aa5e-d169-4262-99e5-4bba4ed4ff1f 2018-08-12 08:14:48,021 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=311bbc8e-4f8f-4931-81d5-656de09ebc73 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52b21df0f9dbd78f4825097c415d6ba1f7ba1f2f" 2018-08-12 08:14:48,229 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-938eefc2-b6b1-4540-8d55-3d0b90427163 Date: Sun, 12 Aug 2018 08:14:48 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:14:46Z","device_owner":"network:router_gateway","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ec788992-fa73-45cc-a7d9-6d44542124c2","ip_address":"172.30.9.200"}],"id":"830af39f-2163-49d7-a161-d3f635dab90d","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:30:f9:6a","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"311bbc8e-4f8f-4931-81d5-656de09ebc73","name":"","admin_state_up":true,"network_id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","tenant_id":"","created_at":"2018-08-12T08:14:46Z","binding:vnic_type":"normal"}]} 2018-08-12 08:14:48,229 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=311bbc8e-4f8f-4931-81d5-656de09ebc73 used request id req-938eefc2-b6b1-4540-8d55-3d0b90427163 2018-08-12 08:14:48,235 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/ec788992-fa73-45cc-a7d9-6d44542124c2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52b21df0f9dbd78f4825097c415d6ba1f7ba1f2f" 2018-08-12 08:14:48,482 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-cf5aaaa3-83c1-49c3-9427-a9bc8bd665ca Date: Sun, 12 Aug 2018 08:14:48 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","tenant_id":"310f5853751a4c968f3eeb0a3d99a0a8","created_at":"2018-08-12T05:04:31Z","dns_nameservers":[],"updated_at":"2018-08-12T05:04:31Z","gateway_ip":"172.30.9.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"172.30.9.0/24","project_id":"310f5853751a4c968f3eeb0a3d99a0a8","id":"ec788992-fa73-45cc-a7d9-6d44542124c2","subnetpool_id":null,"name":"external-subnet"}} 2018-08-12 08:14:48,482 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/ec788992-fa73-45cc-a7d9-6d44542124c2 used request id req-cf5aaaa3-83c1-49c3-9427-a9bc8bd665ca 2018-08-12 08:14:48,483 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:14:48,889 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "64df7f5e9e2a4273bc80929ed8ee8d50", "name": "CreateRouterSuccessTests-4f5460bc-ac74-42a-proj-role"}], "expires_at": "2018-08-12T09:14:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "912f852185ef49deb302c29b47d76fe0", "name": "CreateRouterSuccessTests-4f5460bc-ac74-42a-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/912f852185ef49deb302c29b47d76fe0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/912f852185ef49deb302c29b47d76fe0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/912f852185ef49deb302c29b47d76fe0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_912f852185ef49deb302c29b47d76fe0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_912f852185ef49deb302c29b47d76fe0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/912f852185ef49deb302c29b47d76fe0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/912f852185ef49deb302c29b47d76fe0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/912f852185ef49deb302c29b47d76fe0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/912f852185ef49deb302c29b47d76fe0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/912f852185ef49deb302c29b47d76fe0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/912f852185ef49deb302c29b47d76fe0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/912f852185ef49deb302c29b47d76fe0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/912f852185ef49deb302c29b47d76fe0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/912f852185ef49deb302c29b47d76fe0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-4f5460bc-ac74-42a-user", "id": "79e3298cbd1446548032c7068f492f3b"}, "audit_ids": ["y7cSH16bRWiYGG_t_CLDXA"], "issued_at": "2018-08-12T08:14:48.000000Z"}} 2018-08-12 08:14:48,894 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=CreateRouterSuccessTests-6328b7d2-744a-48f0-b738-e054e4e6f12c-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77c61931fb600ec5a5db458903b2e86ce312513b" 2018-08-12 08:14:49,185 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-e3bcf427-ea9c-42ce-a4bc-89d9db57ed7a Date: Sun, 12 Aug 2018 08:14:49 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ec788992-fa73-45cc-a7d9-6d44542124c2", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "912f852185ef49deb302c29b47d76fe0", "created_at": "2018-08-12T08:14:46Z", "admin_state_up": true, "updated_at": "2018-08-12T08:14:46Z", "revision_number": 2, "routes": [], "project_id": "912f852185ef49deb302c29b47d76fe0", "id": "311bbc8e-4f8f-4931-81d5-656de09ebc73", "name": "CreateRouterSuccessTests-6328b7d2-744a-48f0-b738-e054e4e6f12c-pub-router"}]} 2018-08-12 08:14:49,185 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=CreateRouterSuccessTests-6328b7d2-744a-48f0-b738-e054e4e6f12c-pub-router&admin_state_up=True used request id req-e3bcf427-ea9c-42ce-a4bc-89d9db57ed7a 2018-08-12 08:14:49,189 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:14:49,194 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:14:49 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:14:49,195 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/912f852185ef49deb302c29b47d76fe0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2abfdcf536bd9bf747fd9229ed54656bc2fce7bd" 2018-08-12 08:14:49,285 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:14:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b3c13ae3-cb09-4531-a15c-efae9c12de60 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/912f852185ef49deb302c29b47d76fe0"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "912f852185ef49deb302c29b47d76fe0", "name": "CreateRouterSuccessTests-4f5460bc-ac74-42a-proj"}} 2018-08-12 08:14:49,285 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/912f852185ef49deb302c29b47d76fe0 used request id req-b3c13ae3-cb09-4531-a15c-efae9c12de60 2018-08-12 08:14:49,290 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=311bbc8e-4f8f-4931-81d5-656de09ebc73 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77c61931fb600ec5a5db458903b2e86ce312513b" 2018-08-12 08:14:49,472 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-c57bb75e-e637-41cd-812e-f1c827854600 Date: Sun, 12 Aug 2018 08:14:49 GMT RESP BODY: {"ports":[]} 2018-08-12 08:14:49,472 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=311bbc8e-4f8f-4931-81d5-656de09ebc73 used request id req-c57bb75e-e637-41cd-812e-f1c827854600 2018-08-12 08:14:49,478 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=03886690-4630-4c4c-9ccb-7eedaa9b1fd3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77c61931fb600ec5a5db458903b2e86ce312513b" 2018-08-12 08:14:49,749 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-d1313e40-da19-4066-b569-ac2befea40c4 Date: Sun, 12 Aug 2018 08:14:49 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ec788992-fa73-45cc-a7d9-6d44542124c2"],"updated_at":"2018-08-12T05:35:20Z","tenant_id":"310f5853751a4c968f3eeb0a3d99a0a8","created_at":"2018-08-12T05:04:23Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":7,"admin_state_up":true,"shared":false,"project_id":"310f5853751a4c968f3eeb0a3d99a0a8","id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","name":"external"}]} 2018-08-12 08:14:49,750 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=03886690-4630-4c4c-9ccb-7eedaa9b1fd3 used request id req-d1313e40-da19-4066-b569-ac2befea40c4 2018-08-12 08:14:49,755 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=03886690-4630-4c4c-9ccb-7eedaa9b1fd3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77c61931fb600ec5a5db458903b2e86ce312513b" 2018-08-12 08:14:50,152 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-3bee172c-981d-42aa-83c5-6aea1d8d0986 Date: Sun, 12 Aug 2018 08:14:50 GMT RESP BODY: {"subnets":[]} 2018-08-12 08:14:50,153 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=03886690-4630-4c4c-9ccb-7eedaa9b1fd3 used request id req-3bee172c-981d-42aa-83c5-6aea1d8d0986 2018-08-12 08:14:50,153 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-6328b7d2-744a-48f0-b738-e054e4e6f12c-pub-router 2018-08-12 08:14:50,153 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-6328b7d2-744a-48f0-b738-e054e4e6f12c-pub-router 2018-08-12 08:14:50,158 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/routers/311bbc8e-4f8f-4931-81d5-656de09ebc73 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52b21df0f9dbd78f4825097c415d6ba1f7ba1f2f" 2018-08-12 08:14:51,687 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b860b11b-9d82-4bf0-9666-19303a985bc3 Content-Length: 0 Date: Sun, 12 Aug 2018 08:14:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:14:51,688 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/311bbc8e-4f8f-4931-81d5-656de09ebc73 used request id req-b860b11b-9d82-4bf0-9666-19303a985bc3 2018-08-12 08:14:51,688 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:14:51,689 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:14:51,689 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:14:51,689 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:14:51,689 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:14:51,696 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22ce124172419706141ac8de673658f8bcd9c6b7" 2018-08-12 08:14:51,949 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 43135 X-Openstack-Request-Id: req-3b6decca-924d-4a86-a2d9-18f4ab80371c Date: Sun, 12 Aug 2018 08:14:51 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "created_at": "2018-08-12T06:59:44Z", "updated_at": "2018-08-12T06:59:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "1d7fd960-7865-4453-aecc-8d399b4fad21", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "66820d8a-b785-4b18-bd67-500221c8e4f9", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "74fc7638-a322-4841-8c47-06d36174a200", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "8eaa09ec-8419-4582-9312-1e527afe6e4b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}], "revision_number": 4, "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "created_at": "2018-08-12T05:12:34Z", "updated_at": "2018-08-12T05:12:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "709513d2-af7d-4d0b-bd3c-604fed75a711", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "aa346066-e46f-44f2-94be-2884aa998a19", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "c15f7b93-e56c-4afa-867d-2acb286d4b7b", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "cb0ef83f-5f70-4a80-ad35-431ca9df551e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}], "revision_number": 4, "project_id": "fa5a7fe6ee54472ba01638877aade8e3", "id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ea65becf30e54b27aa96a449698a435e", "created_at": "2018-08-12T05:10:35Z", "updated_at": "2018-08-12T05:10:35Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "30ad280c-f302-4cd4-a438-5139917b56f9", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "76115c4c-887d-4f0a-83e2-486e4b39c713", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "8ab14937-4c08-4d43-8a9a-662e622cc643", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "ee757a03-5662-4273-9c3e-6212e7afb48f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}], "revision_number": 4, "project_id": "ea65becf30e54b27aa96a449698a435e", "id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "created_at": "2018-08-12T06:20:09Z", "updated_at": "2018-08-12T06:20:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "1123b8f2-75ac-4a26-b9b2-a96da97408e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "2ddd2b93-e080-48cd-9a50-f5fe8a82ad0c", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "cd1bae62-0aea-4438-b4c3-50a69ae6f855", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "e398e01e-ceea-46d1-9534-b929808c4a5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}], "revision_number": 4, "project_id": "ff7abd7bb61f4f2889831e932d65dc2e", "id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "created_at": "2018-08-12T05:34:57Z", "updated_at": "2018-08-12T05:34:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "208a1c1e-f5f8-49c7-9a25-d07e68b1541f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "27bfd867-e607-4bf8-9de8-60682d3f771d", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "49360e1f-6fd3-4f35-b339-24cea95773ee", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "60f631a9-d305-4920-9631-d0543e2ac64f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}], "revision_number": 4, "project_id": "3a85ceae958d4d9fba68847e7df67db8", "id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "created_at": "2018-08-12T05:34:40Z", "updated_at": "2018-08-12T05:34:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "2192c259-363e-4768-ae73-e75837ad63b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "3f87ddc5-f84d-41dc-8215-847724782569", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "7d89f6da-ea78-49dd-9115-f9ad23b250bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "9ec4497d-0f65-44db-9be9-7b3042e4a584", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}], "revision_number": 4, "project_id": "85517fcf1c6247e699fdcdd42ecc8c79", "id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "created_at": "2018-08-12T05:16:02Z", "updated_at": "2018-08-12T05:16:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "1ecacd8c-c1c7-4a66-9871-406a69323b43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "3cc1750c-e0e7-4902-b6f3-494a161b832e", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "d719a7a4-8c99-44ed-8c12-6bf071890203", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "fe7421b5-d577-41da-8c78-62f3c07eda92", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}], "revision_number": 4, "project_id": "a267b9a156244bb192691cff6e5f74fe", "id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "315a428116f24d9fbb826b37080a918e", "created_at": "2018-08-12T05:11:31Z", "updated_at": "2018-08-12T05:11:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "5e52886a-1dc3-4a81-a55d-f388dc4fd1a1", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "678e32e4-d64c-448a-a4ab-e253ab94ae90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "a8da1539-e3ad-4f90-b2df-3dc1f09d228a", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "b73d5cc9-0205-4658-bb1f-61a042c0ab8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}], "revision_number": 4, "project_id": "315a428116f24d9fbb826b37080a918e", "id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-12T05:08:01Z", "updated_at": "2018-08-12T05:08:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:01Z", "revision_number": 0, "id": "0fb05d03-1117-45d0-930c-b6d4c96ef102", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "4faaab33-5788-4bbd-85b8-0fb44d41413a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "96d0c5a0-5c67-421b-8fc8-2b46d77e5db3", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "dd78519b-4bc5-4e8e-ad0f-58089dd69347", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "11a46741b7954b959fd7764109c047b6", "created_at": "2018-08-12T05:34:51Z", "updated_at": "2018-08-12T05:34:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "0b67bf3c-2289-43bb-ab6c-7d25ec32a279", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "51f3f833-337a-42bd-a8d5-742ea8d6c226", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "571fd0b5-ef90-408d-af33-aafb517b8993", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "944ba823-fb9c-496e-a66e-bb426bb14a8d", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}], "revision_number": 4, "project_id": "11a46741b7954b959fd7764109c047b6", "id": "90af9782-8112-4257-801d-ee5115d226ba", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "created_at": "2018-08-12T05:34:26Z", "updated_at": "2018-08-12T05:34:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "2ee1f63a-807c-4d6a-85ee-dd784f6b8c3f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5dec3ec2-2add-47dd-8618-90659dcf3885", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5ea0dc3e-49d0-43f0-94e9-f6443527d14c", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "fbfaca22-7e3e-4128-8973-43e439b77c28", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}], "revision_number": 4, "project_id": "3c01cd58055c44ecaef39f7e625c2258", "id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "521007c1818145639e93ceb270559219", "created_at": "2018-08-12T05:13:27Z", "updated_at": "2018-08-12T05:13:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "5e7fede5-b0f2-47d8-95c3-516cdfc7f9de", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "8fd0e36f-c6c4-4f64-ba97-40439e614448", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "db7d79de-1dfc-4138-945f-91e74cdc266b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "e87f2cff-ff3e-4b6d-aaf0-7f0eb0ab9f05", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}], "revision_number": 4, "project_id": "521007c1818145639e93ceb270559219", "id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "created_at": "2018-08-12T05:08:18Z", "updated_at": "2018-08-12T05:08:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "3c67be40-bf74-4f97-9693-d93ce73a23b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "6112d869-2fc6-4a25-a13c-3d55cd7206c0", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "bdf21c56-453e-482e-9cba-3c55abcb0339", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "c8e92c39-38cc-4f48-be9c-5f0912e6a725", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}], "revision_number": 4, "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "created_at": "2018-08-12T05:04:23Z", "updated_at": "2018-08-12T05:04:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "280546d9-8ad1-4283-abfc-15ee9b1736c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "58bce125-f2ca-4a6d-b9ca-4e6cf5c0f7a5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "69275b9a-cfb5-482c-a9c4-8ffc79adf2c7", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "6d747f3a-3764-469a-a645-f977585c5aac", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}], "revision_number": 4, "project_id": "310f5853751a4c968f3eeb0a3d99a0a8", "id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "created_at": "2018-08-12T05:34:42Z", "updated_at": "2018-08-12T05:34:42Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "199582e8-25aa-457a-aa7c-6d8413ca4464", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "234f3609-4454-448f-919d-c8143c7cd764", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "c1061460-71a2-49a9-a04b-9fa33eeb17ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "d21ac532-51d8-4d6b-8300-7bac216759bf", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}], "revision_number": 4, "project_id": "9f6c1a272706419c9a74b0893b2890e8", "id": "d6739716-c693-460c-89c6-e7c8c48f8245", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "created_at": "2018-08-12T05:34:54Z", "updated_at": "2018-08-12T05:34:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "0633a05a-ee7d-4476-a56b-75d011b22f77", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "6cc1b9f8-73db-47a3-a0e0-3c96c43f34da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "90d99a6b-e94f-4fd8-a10c-f19dd8954c13", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "e843c139-af2a-4d2c-a24f-59f7b10ff72e", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}], "revision_number": 4, "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "created_at": "2018-08-12T05:09:07Z", "updated_at": "2018-08-12T05:09:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "5495e168-f505-4d74-ae6d-387f0bf533c2", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "6fd19b8b-3062-456e-81ba-3ff37fe43429", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8ca59d25-485c-46ce-939c-2e4a468caeac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8f190846-50a0-42b9-b571-390809b752b1", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}], "revision_number": 4, "project_id": "fa9ca6d7608b4d7d87ce97331679a481", "id": "edcd9b17-9416-4c25-823c-060c435e18d7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "created_at": "2018-08-12T05:34:52Z", "updated_at": "2018-08-12T05:34:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "2c7e484e-6ec5-4a95-8c9c-66d294c0c27e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "70c74258-3c2c-4efc-87e0-079c26ee3417", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "b70382fa-082e-4c2b-abc8-87490fa50b11", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "c3628e02-b4b6-42c9-8751-c1a2d3c19caa", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}], "revision_number": 4, "project_id": "87db863ba6e348b0a5ddcb67053db9d1", "id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "name": "default"}]} 2018-08-12 08:14:51,950 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-3b6decca-924d-4a86-a2d9-18f4ab80371c 2018-08-12 08:14:51,958 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22ce124172419706141ac8de673658f8bcd9c6b7" 2018-08-12 08:14:52,051 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:14:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-55ff52d3-8b99-448d-85c3-873168cda7e6 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 5fe28c13d4d74ba2be8d019ac1ea6363.", "code": 404, "title": "Not Found"}} 2018-08-12 08:14:52,052 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 used request id req-55ff52d3-8b99-448d-85c3-873168cda7e6 2018-08-12 08:14:52,052 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:14:52,055 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22ce124172419706141ac8de673658f8bcd9c6b7" 2018-08-12 08:14:52,156 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:14:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-34ca2b07-f3a5-4efb-b202-27c93f698856 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa5a7fe6ee54472ba01638877aade8e3.", "code": 404, "title": "Not Found"}} 2018-08-12 08:14:52,157 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 used request id req-34ca2b07-f3a5-4efb-b202-27c93f698856 2018-08-12 08:14:52,157 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:14:52,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22ce124172419706141ac8de673658f8bcd9c6b7" 2018-08-12 08:14:52,247 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:14:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-80524709-7034-4765-bb75-89498dab402b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ea65becf30e54b27aa96a449698a435e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:14:52,247 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e used request id req-80524709-7034-4765-bb75-89498dab402b 2018-08-12 08:14:52,247 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:14:52,251 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22ce124172419706141ac8de673658f8bcd9c6b7" 2018-08-12 08:14:52,343 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:14:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a38cfec8-6aac-4025-9af7-66d9eabb4a53 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ff7abd7bb61f4f2889831e932d65dc2e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:14:52,343 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e used request id req-a38cfec8-6aac-4025-9af7-66d9eabb4a53 2018-08-12 08:14:52,343 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:14:52,347 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22ce124172419706141ac8de673658f8bcd9c6b7" 2018-08-12 08:14:52,444 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:14:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7836b21d-3057-4a0f-8c80-05491ff5ff23 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3a85ceae958d4d9fba68847e7df67db8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:14:52,445 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 used request id req-7836b21d-3057-4a0f-8c80-05491ff5ff23 2018-08-12 08:14:52,445 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:14:52,448 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22ce124172419706141ac8de673658f8bcd9c6b7" 2018-08-12 08:14:52,535 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:14:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fea5505f-6c3f-4cc7-8f1f-8f0603cdc63c Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 85517fcf1c6247e699fdcdd42ecc8c79.", "code": 404, "title": "Not Found"}} 2018-08-12 08:14:52,535 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 used request id req-fea5505f-6c3f-4cc7-8f1f-8f0603cdc63c 2018-08-12 08:14:52,535 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:14:52,539 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22ce124172419706141ac8de673658f8bcd9c6b7" 2018-08-12 08:14:52,629 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:14:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-44a6a721-10b3-4a8f-961d-060d50b95ef0 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}} 2018-08-12 08:14:52,630 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe used request id req-44a6a721-10b3-4a8f-961d-060d50b95ef0 2018-08-12 08:14:52,633 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22ce124172419706141ac8de673658f8bcd9c6b7" 2018-08-12 08:14:52,817 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:14:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1d33788b-29bc-4d76-a559-42a1ba96bf27 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 315a428116f24d9fbb826b37080a918e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:14:52,817 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e used request id req-1d33788b-29bc-4d76-a559-42a1ba96bf27 2018-08-12 08:14:52,817 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:14:52,821 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22ce124172419706141ac8de673658f8bcd9c6b7" 2018-08-12 08:14:52,908 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:14:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1a9abb4c-358c-499b-b03d-058fe58189d0 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 11a46741b7954b959fd7764109c047b6.", "code": 404, "title": "Not Found"}} 2018-08-12 08:14:52,908 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 used request id req-1a9abb4c-358c-499b-b03d-058fe58189d0 2018-08-12 08:14:52,908 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:14:52,912 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22ce124172419706141ac8de673658f8bcd9c6b7" 2018-08-12 08:14:53,029 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:14:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dfcf1d56-3dbb-4611-8da6-7fa0be581f6c Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3c01cd58055c44ecaef39f7e625c2258.", "code": 404, "title": "Not Found"}} 2018-08-12 08:14:53,029 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 used request id req-dfcf1d56-3dbb-4611-8da6-7fa0be581f6c 2018-08-12 08:14:53,030 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:14:53,033 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22ce124172419706141ac8de673658f8bcd9c6b7" 2018-08-12 08:14:53,127 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:14:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c9d6025d-e408-40eb-b682-dc3c6e5065d5 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 521007c1818145639e93ceb270559219.", "code": 404, "title": "Not Found"}} 2018-08-12 08:14:53,127 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 used request id req-c9d6025d-e408-40eb-b682-dc3c6e5065d5 2018-08-12 08:14:53,127 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:14:53,131 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22ce124172419706141ac8de673658f8bcd9c6b7" 2018-08-12 08:14:53,218 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:14:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b415d65a-6010-4d3a-9889-3be8ac9a9486 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e18fcc7fc10a4fd0b20234f8520d0aab.", "code": 404, "title": "Not Found"}} 2018-08-12 08:14:53,218 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab used request id req-b415d65a-6010-4d3a-9889-3be8ac9a9486 2018-08-12 08:14:53,218 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:14:53,222 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22ce124172419706141ac8de673658f8bcd9c6b7" 2018-08-12 08:14:53,316 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:14:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ed761538-7049-4913-961b-3ccdeb61807f Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "310f5853751a4c968f3eeb0a3d99a0a8", "name": "service"}} 2018-08-12 08:14:53,316 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 used request id req-ed761538-7049-4913-961b-3ccdeb61807f 2018-08-12 08:14:53,321 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22ce124172419706141ac8de673658f8bcd9c6b7" 2018-08-12 08:14:53,409 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:14:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-66757b6a-6a09-47cb-879f-c0cdb7313df6 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9f6c1a272706419c9a74b0893b2890e8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:14:53,410 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 used request id req-66757b6a-6a09-47cb-879f-c0cdb7313df6 2018-08-12 08:14:53,410 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:14:53,413 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/34cb7327fcfc4b52a63b4b8c0ea4a54d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22ce124172419706141ac8de673658f8bcd9c6b7" 2018-08-12 08:14:53,499 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:14:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c18ab16b-9d35-4dfe-b826-c9e504b2a545 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 34cb7327fcfc4b52a63b4b8c0ea4a54d.", "code": 404, "title": "Not Found"}} 2018-08-12 08:14:53,499 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/34cb7327fcfc4b52a63b4b8c0ea4a54d used request id req-c18ab16b-9d35-4dfe-b826-c9e504b2a545 2018-08-12 08:14:53,499 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:14:53,503 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa9ca6d7608b4d7d87ce97331679a481 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22ce124172419706141ac8de673658f8bcd9c6b7" 2018-08-12 08:14:53,594 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:14:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-492e040b-e4a2-4504-8b0e-cecedcf4441f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa9ca6d7608b4d7d87ce97331679a481.", "code": 404, "title": "Not Found"}} 2018-08-12 08:14:53,594 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa9ca6d7608b4d7d87ce97331679a481 used request id req-492e040b-e4a2-4504-8b0e-cecedcf4441f 2018-08-12 08:14:53,595 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:14:53,598 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/87db863ba6e348b0a5ddcb67053db9d1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22ce124172419706141ac8de673658f8bcd9c6b7" 2018-08-12 08:14:53,689 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:14:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cd79df20-f89b-409e-8917-f654ac77a16b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87db863ba6e348b0a5ddcb67053db9d1.", "code": 404, "title": "Not Found"}} 2018-08-12 08:14:53,689 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/87db863ba6e348b0a5ddcb67053db9d1 used request id req-cd79df20-f89b-409e-8917-f654ac77a16b 2018-08-12 08:14:53,690 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:14:53,691 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-4f5460bc-ac74-42a-proj 2018-08-12 08:14:53,694 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/912f852185ef49deb302c29b47d76fe0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22ce124172419706141ac8de673658f8bcd9c6b7" 2018-08-12 08:14:53,929 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:14:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-aec35f0a-281f-4183-aca8-96733e2a71c1 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 08:14:53,929 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/912f852185ef49deb302c29b47d76fe0 used request id req-aec35f0a-281f-4183-aca8-96733e2a71c1 2018-08-12 08:14:53,929 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-4f5460bc-ac74-42a-proj-role 2018-08-12 08:14:53,933 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/64df7f5e9e2a4273bc80929ed8ee8d50 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22ce124172419706141ac8de673658f8bcd9c6b7" 2018-08-12 08:14:54,132 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:14:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fb995928-dd95-4a4c-b9a3-c6d82d7968bc 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 08:14:54,133 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/64df7f5e9e2a4273bc80929ed8ee8d50 used request id req-fb995928-dd95-4a4c-b9a3-c6d82d7968bc 2018-08-12 08:14:54,136 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22ce124172419706141ac8de673658f8bcd9c6b7" 2018-08-12 08:14:54,234 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:14:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2bef11bc-e992-460c-b37e-e6d9bec22eaa Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:14:54,234 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-2bef11bc-e992-460c-b37e-e6d9bec22eaa 2018-08-12 08:14:54,234 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-4f5460bc-ac74-42a-user 2018-08-12 08:14:54,238 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/79e3298cbd1446548032c7068f492f3b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a6febfb99c9ed347ba356141900bd2a13f7c142" 2018-08-12 08:14:54,427 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:14:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-54381c6d-4e18-447e-8a92-f1dba7cdd34a 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 08:14:54,428 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/79e3298cbd1446548032c7068f492f3b used request id req-54381c6d-4e18-447e-8a92-f1dba7cdd34a 2018-08-12 08:14:54,429 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:14:54,828 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:14:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["Ug-g-2x9QCWG8pUxoN9T9A"], "issued_at": "2018-08-12T08:14:54.000000Z"}} 2018-08-12 08:14:54,829 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}ab4ddbd0675fc3ab887d21ad126c08b175a17d22" 2018-08-12 08:14:54,924 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:14:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e3252b40-4c23-4537-8925-44c7ac72cdb4 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:14:54,924 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-e3252b40-4c23-4537-8925-44c7ac72cdb4 2018-08-12 08:14:54,925 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:14:54,926 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:14:55,314 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:14:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["DTwci1SESo-xo2KO9F1KUQ"], "issued_at": "2018-08-12T08:14:55.000000Z"}} 2018-08-12 08:14:55,315 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}5daba75fe6d97a911944f0379a20de7c9e248d8c" 2018-08-12 08:14:55,404 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:14:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-61c623b8-93a6-477f-83aa-268a0f850843 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:14:55,404 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-61c623b8-93a6-477f-83aa-268a0f850843 2018-08-12 08:14:55,408 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:14:55,414 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:14:55 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:14:55,415 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-acd69cc0-2de7-4ef-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5daba75fe6d97a911944f0379a20de7c9e248d8c" 2018-08-12 08:14:55,506 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:14:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e27c6f2e-de70-4dcc-8e26-85e667681bb2 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-acd69cc0-2de7-4ef-proj", "previous": null, "next": null}, "projects": []} 2018-08-12 08:14:55,506 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-acd69cc0-2de7-4ef-proj used request id req-e27c6f2e-de70-4dcc-8e26-85e667681bb2 2018-08-12 08:14:55,510 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5daba75fe6d97a911944f0379a20de7c9e248d8c" 2018-08-12 08:14:55,600 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:14:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5473600c-4727-4275-96eb-181795805941 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:14:55,601 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-5473600c-4727-4275-96eb-181795805941 2018-08-12 08:14:55,604 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5daba75fe6d97a911944f0379a20de7c9e248d8c" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterSuccessTests-acd69cc0-2de7-4ef-proj"}}' 2018-08-12 08:14:55,737 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:14:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-92d5c92f-d5bb-40fd-9cb3-6092f5088fb7 Content-Length: 321 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/4906158ab5dd4f05a3ba67aba6cdec38"}, "tags": [], "enabled": true, "id": "4906158ab5dd4f05a3ba67aba6cdec38", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-acd69cc0-2de7-4ef-proj"}} 2018-08-12 08:14:55,738 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-92d5c92f-d5bb-40fd-9cb3-6092f5088fb7 2018-08-12 08:14:55,738 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-acd69cc0-2de7-4ef-proj 2018-08-12 08:14:55,738 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:14:55,739 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:14:56,129 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:14:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["I7yZ27BtRgKOAjGONO_uOQ"], "issued_at": "2018-08-12T08:14:56.000000Z"}} 2018-08-12 08:14:56,129 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}3bab8aeb3472dfa10f8b13e81354342dccfc7b56" 2018-08-12 08:14:56,142 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:14:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-49d56c95-4a6e-457c-b9e7-2399ed292971 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:14:56,142 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-49d56c95-4a6e-457c-b9e7-2399ed292971 2018-08-12 08:14:56,146 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:14:56,152 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:14:56 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:14:56,152 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3bab8aeb3472dfa10f8b13e81354342dccfc7b56" 2018-08-12 08:14:56,188 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:14:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6b08db80-c07f-41ec-b290-8901b5569477 Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/105a247548624314b9228f85f6325f0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105a247548624314b9228f85f6325f0b", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/1c5de0eaa44543f08da6ad63a51594ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c5de0eaa44543f08da6ad63a51594ff", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/1d127b5b832547a88a547c116dfdd65b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d127b5b832547a88a547c116dfdd65b", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/1d5cfc170d624ce4ae53ae0507c8d517"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d5cfc170d624ce4ae53ae0507c8d517", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/2421820b75eb4d3ebd02830378d1377b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2421820b75eb4d3ebd02830378d1377b", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/40bd8ee54ecf44868cc83cede652c396"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40bd8ee54ecf44868cc83cede652c396", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/4f32fb8153854c4c9f5094b42b523f80"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f32fb8153854c4c9f5094b42b523f80", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7066130d08fb4db7bf4ab468de53933b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7066130d08fb4db7bf4ab468de53933b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/8d0898a83bcf4521bbc11501d5d7ac89"}, "domain_id": "1eec97585bde483292ece28ee11f4b8d", "enabled": true, "options": {}, "id": "8d0898a83bcf4521bbc11501d5d7ac89", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/9defcced327d476f8a3beab718a13da3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9defcced327d476f8a3beab718a13da3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/b80ee4f6992446e0879624dd436e99a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b80ee4f6992446e0879624dd436e99a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b86fd3e011324d398fcdb6f095a20a9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b86fd3e011324d398fcdb6f095a20a9d", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1701d2754064b5cadf765ea0806f9b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1701d2754064b5cadf765ea0806f9b2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/db4e7b8d76d549faa502716565c733dd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db4e7b8d76d549faa502716565c733dd", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-12 08:14:56,188 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-6b08db80-c07f-41ec-b290-8901b5569477 2018-08-12 08:14:56,192 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateRouterSuccessTests-acd69cc0-2de7-4ef-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3bab8aeb3472dfa10f8b13e81354342dccfc7b56" 2018-08-12 08:14:56,288 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:14:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-954e1ee7-1003-4d8c-9af6-3992026fbc01 Content-Encoding: gzip Content-Length: 258 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateRouterSuccessTests-acd69cc0-2de7-4ef-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/4906158ab5dd4f05a3ba67aba6cdec38"}, "tags": [], "enabled": true, "id": "4906158ab5dd4f05a3ba67aba6cdec38", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-acd69cc0-2de7-4ef-proj"}]} 2018-08-12 08:14:56,288 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateRouterSuccessTests-acd69cc0-2de7-4ef-proj used request id req-954e1ee7-1003-4d8c-9af6-3992026fbc01 2018-08-12 08:14:56,291 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3bab8aeb3472dfa10f8b13e81354342dccfc7b56" 2018-08-12 08:14:56,399 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:14:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-734cbce3-ffea-4657-9da3-1f7bdf901a35 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:14:56,399 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-734cbce3-ffea-4657-9da3-1f7bdf901a35 2018-08-12 08:14:56,774 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-acd69cc0-2de7-4ef-user 2018-08-12 08:14:56,774 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:14:56,780 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5daba75fe6d97a911944f0379a20de7c9e248d8c" 2018-08-12 08:14:56,868 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:14:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7afae918-e7e2-458b-8845-e0764799e264 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:14:56,868 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-7afae918-e7e2-458b-8845-e0764799e264 2018-08-12 08:14:56,872 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5daba75fe6d97a911944f0379a20de7c9e248d8c" -d '{"role": {"name": "CreateRouterSuccessTests-acd69cc0-2de7-4ef-proj-role"}}' 2018-08-12 08:14:56,989 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:14:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-83f35996-e090-433d-9e99-e5aa10efa2b0 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "59c7eb848a694ca0a0bca989e6143ab3", "links": {"self": "http://172.30.9.21:5000/v3/roles/59c7eb848a694ca0a0bca989e6143ab3"}, "name": "CreateRouterSuccessTests-acd69cc0-2de7-4ef-proj-role"}} 2018-08-12 08:14:56,989 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-83f35996-e090-433d-9e99-e5aa10efa2b0 2018-08-12 08:14:56,989 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-acd69cc0-2de7-4ef-proj-role 2018-08-12 08:14:56,993 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/59c7eb848a694ca0a0bca989e6143ab3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5daba75fe6d97a911944f0379a20de7c9e248d8c" 2018-08-12 08:14:57,078 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:14:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-41acbbbc-ad1f-4385-8e77-9c97d65f07d9 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "59c7eb848a694ca0a0bca989e6143ab3", "links": {"self": "http://172.30.9.21:5000/v3/roles/59c7eb848a694ca0a0bca989e6143ab3"}, "name": "CreateRouterSuccessTests-acd69cc0-2de7-4ef-proj-role"}} 2018-08-12 08:14:57,078 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/59c7eb848a694ca0a0bca989e6143ab3 used request id req-41acbbbc-ad1f-4385-8e77-9c97d65f07d9 2018-08-12 08:14:57,079 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-acd69cc0-2de7-4ef-proj-role to project CreateRouterSuccessTests-acd69cc0-2de7-4ef-proj 2018-08-12 08:14:57,082 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/4906158ab5dd4f05a3ba67aba6cdec38/users/05db68bd70dd4267bc94366a166dd785/roles/59c7eb848a694ca0a0bca989e6143ab3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5daba75fe6d97a911944f0379a20de7c9e248d8c" 2018-08-12 08:14:57,214 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:14:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-311d7e4f-2dbc-405a-b3e8-2139046b674f 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 08:14:57,214 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/4906158ab5dd4f05a3ba67aba6cdec38/users/05db68bd70dd4267bc94366a166dd785/roles/59c7eb848a694ca0a0bca989e6143ab3 used request id req-311d7e4f-2dbc-405a-b3e8-2139046b674f 2018-08-12 08:14:57,214 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:14:57,215 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:14:57,215 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:14:57,215 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:14:57,215 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:14:57,216 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:14:57,217 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:14:57,727 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "59c7eb848a694ca0a0bca989e6143ab3", "name": "CreateRouterSuccessTests-acd69cc0-2de7-4ef-proj-role"}], "expires_at": "2018-08-12T09:14:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4906158ab5dd4f05a3ba67aba6cdec38", "name": "CreateRouterSuccessTests-acd69cc0-2de7-4ef-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/4906158ab5dd4f05a3ba67aba6cdec38", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/4906158ab5dd4f05a3ba67aba6cdec38", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/4906158ab5dd4f05a3ba67aba6cdec38", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_4906158ab5dd4f05a3ba67aba6cdec38", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_4906158ab5dd4f05a3ba67aba6cdec38", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/4906158ab5dd4f05a3ba67aba6cdec38", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/4906158ab5dd4f05a3ba67aba6cdec38", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/4906158ab5dd4f05a3ba67aba6cdec38", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/4906158ab5dd4f05a3ba67aba6cdec38", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/4906158ab5dd4f05a3ba67aba6cdec38", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/4906158ab5dd4f05a3ba67aba6cdec38", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/4906158ab5dd4f05a3ba67aba6cdec38", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/4906158ab5dd4f05a3ba67aba6cdec38", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/4906158ab5dd4f05a3ba67aba6cdec38", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-acd69cc0-2de7-4ef-user", "id": "05db68bd70dd4267bc94366a166dd785"}, "audit_ids": ["Pd14LC4hRyCcAcBZ7SZQ4w"], "issued_at": "2018-08-12T08:14:57.000000Z"}} 2018-08-12 08:14:57,727 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}89e2164d55c0a499820a3e4bc08642077b92105d" 2018-08-12 08:14:57,807 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:14:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c4a25c31-2361-4fe5-b10c-595710a79e93 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:14:57,808 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-c4a25c31-2361-4fe5-b10c-595710a79e93 2018-08-12 08:14:57,809 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:14:57,809 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:14:57,809 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:14:57,809 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:14:57,809 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:14:57,816 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89e2164d55c0a499820a3e4bc08642077b92105d" 2018-08-12 08:14:58,000 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-bc85efb1-62ad-4bb3-b92b-15cd9b03c3b0 Date: Sun, 12 Aug 2018 08:14:58 GMT RESP BODY: {"networks":[]} 2018-08-12 08:14:58,000 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-pub-net1 used request id req-bc85efb1-62ad-4bb3-b92b-15cd9b03c3b0 2018-08-12 08:14:58,001 - neutron_utils - INFO - Creating network with name CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-pub-net1 2018-08-12 08:14:58,006 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89e2164d55c0a499820a3e4bc08642077b92105d" -d '{"network": {"name": "CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-pub-net1", "admin_state_up": true}}' 2018-08-12 08:14:58,880 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 607 X-Openstack-Request-Id: req-3048baab-09ba-4cc1-9c8c-9c82e37aaad7 Date: Sun, 12 Aug 2018 08:14:58 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"4906158ab5dd4f05a3ba67aba6cdec38","created_at":"2018-08-12T08:14:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T08:14:58Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"4906158ab5dd4f05a3ba67aba6cdec38","id":"ed0c8499-6cfb-4e6a-87b4-7a218fda1e47","name":"CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-pub-net1"}} 2018-08-12 08:14:58,881 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-3048baab-09ba-4cc1-9c8c-9c82e37aaad7 2018-08-12 08:14:58,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=ed0c8499-6cfb-4e6a-87b4-7a218fda1e47 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89e2164d55c0a499820a3e4bc08642077b92105d" 2018-08-12 08:14:59,144 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 591 X-Openstack-Request-Id: req-e1f27115-f515-463b-bb22-b225ba9521d7 Date: Sun, 12 Aug 2018 08:14: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-12T08:14:58Z","tenant_id":"4906158ab5dd4f05a3ba67aba6cdec38","created_at":"2018-08-12T08:14:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"4906158ab5dd4f05a3ba67aba6cdec38","id":"ed0c8499-6cfb-4e6a-87b4-7a218fda1e47","name":"CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-pub-net1"}]} 2018-08-12 08:14:59,144 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=ed0c8499-6cfb-4e6a-87b4-7a218fda1e47 used request id req-e1f27115-f515-463b-bb22-b225ba9521d7 2018-08-12 08:14:59,150 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=ed0c8499-6cfb-4e6a-87b4-7a218fda1e47 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89e2164d55c0a499820a3e4bc08642077b92105d" 2018-08-12 08:14:59,430 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-6f2a6ea5-13fb-42e6-9a48-4385cb0ba42c Date: Sun, 12 Aug 2018 08:14:59 GMT RESP BODY: {"subnets":[]} 2018-08-12 08:14:59,430 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=ed0c8499-6cfb-4e6a-87b4-7a218fda1e47 used request id req-6f2a6ea5-13fb-42e6-9a48-4385cb0ba42c 2018-08-12 08:14:59,431 - neutron_utils - INFO - Creating subnet with name CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-pub-subnet1 2018-08-12 08:14:59,436 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89e2164d55c0a499820a3e4bc08642077b92105d" -d '{"subnets": [{"ip_version": 4, "network_id": "ed0c8499-6cfb-4e6a-87b4-7a218fda1e47", "cidr": "10.200.201.0/24", "gateway_ip": "10.200.201.1", "name": "CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-pub-subnet1"}]}' 2018-08-12 08:15:00,514 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-96af90fb-7f40-4ccc-92d0-01b5111004f1 Date: Sun, 12 Aug 2018 08:15:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ed0c8499-6cfb-4e6a-87b4-7a218fda1e47","tenant_id":"4906158ab5dd4f05a3ba67aba6cdec38","created_at":"2018-08-12T08:14:59Z","dns_nameservers":[],"updated_at":"2018-08-12T08:14:59Z","gateway_ip":"10.200.201.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.200.201.0/24","project_id":"4906158ab5dd4f05a3ba67aba6cdec38","id":"82b0247b-b780-4aba-b0f2-9472453e428c","subnetpool_id":null,"name":"CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-pub-subnet1"}]} 2018-08-12 08:15:00,514 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-96af90fb-7f40-4ccc-92d0-01b5111004f1 2018-08-12 08:15:00,519 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=ed0c8499-6cfb-4e6a-87b4-7a218fda1e47 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89e2164d55c0a499820a3e4bc08642077b92105d" 2018-08-12 08:15:00,789 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-2931cb80-7433-4365-9183-477a35be3407 Date: Sun, 12 Aug 2018 08:15:00 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":["82b0247b-b780-4aba-b0f2-9472453e428c"],"updated_at":"2018-08-12T08:14:59Z","tenant_id":"4906158ab5dd4f05a3ba67aba6cdec38","created_at":"2018-08-12T08:14:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"4906158ab5dd4f05a3ba67aba6cdec38","id":"ed0c8499-6cfb-4e6a-87b4-7a218fda1e47","name":"CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-pub-net1"}]} 2018-08-12 08:15:00,789 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=ed0c8499-6cfb-4e6a-87b4-7a218fda1e47 used request id req-2931cb80-7433-4365-9183-477a35be3407 2018-08-12 08:15:00,794 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=ed0c8499-6cfb-4e6a-87b4-7a218fda1e47 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89e2164d55c0a499820a3e4bc08642077b92105d" 2018-08-12 08:15:01,198 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-3a0d9032-5b9e-4f82-8f1a-b360fbb9dfff Date: Sun, 12 Aug 2018 08:15:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ed0c8499-6cfb-4e6a-87b4-7a218fda1e47","tenant_id":"4906158ab5dd4f05a3ba67aba6cdec38","created_at":"2018-08-12T08:14:59Z","dns_nameservers":[],"updated_at":"2018-08-12T08:14:59Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"4906158ab5dd4f05a3ba67aba6cdec38","id":"82b0247b-b780-4aba-b0f2-9472453e428c","subnetpool_id":null,"name":"CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-pub-subnet1"}]} 2018-08-12 08:15:01,198 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=ed0c8499-6cfb-4e6a-87b4-7a218fda1e47 used request id req-3a0d9032-5b9e-4f82-8f1a-b360fbb9dfff 2018-08-12 08:15:01,199 - OpenStackNetwork - DEBUG - Network [ed0c8499-6cfb-4e6a-87b4-7a218fda1e47] created successfully 2018-08-12 08:15:01,199 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:15:01,200 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:15:01,598 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "59c7eb848a694ca0a0bca989e6143ab3", "name": "CreateRouterSuccessTests-acd69cc0-2de7-4ef-proj-role"}], "expires_at": "2018-08-12T09:15:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4906158ab5dd4f05a3ba67aba6cdec38", "name": "CreateRouterSuccessTests-acd69cc0-2de7-4ef-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/4906158ab5dd4f05a3ba67aba6cdec38", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/4906158ab5dd4f05a3ba67aba6cdec38", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/4906158ab5dd4f05a3ba67aba6cdec38", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_4906158ab5dd4f05a3ba67aba6cdec38", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_4906158ab5dd4f05a3ba67aba6cdec38", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/4906158ab5dd4f05a3ba67aba6cdec38", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/4906158ab5dd4f05a3ba67aba6cdec38", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/4906158ab5dd4f05a3ba67aba6cdec38", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/4906158ab5dd4f05a3ba67aba6cdec38", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/4906158ab5dd4f05a3ba67aba6cdec38", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/4906158ab5dd4f05a3ba67aba6cdec38", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/4906158ab5dd4f05a3ba67aba6cdec38", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/4906158ab5dd4f05a3ba67aba6cdec38", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/4906158ab5dd4f05a3ba67aba6cdec38", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-acd69cc0-2de7-4ef-user", "id": "05db68bd70dd4267bc94366a166dd785"}, "audit_ids": ["03D0WQcBS-mrA-Lw8Yn0TQ"], "issued_at": "2018-08-12T08:15:01.000000Z"}} 2018-08-12 08:15:01,599 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}10a5b0c076e6ba1ac96b77475e21df30326cb57c" 2018-08-12 08:15:01,683 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:15:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-25925a9c-4fe6-41e0-9a99-183bd038a162 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:15:01,684 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-25925a9c-4fe6-41e0-9a99-183bd038a162 2018-08-12 08:15:01,685 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:15:01,685 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:15:01,685 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:15:01,685 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:15:01,685 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:15:01,692 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-pub-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10a5b0c076e6ba1ac96b77475e21df30326cb57c" 2018-08-12 08:15:01,895 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-ab9012da-d46e-4ef2-862d-9da5da2b9f96 Date: Sun, 12 Aug 2018 08:15:01 GMT RESP BODY: {"networks":[]} 2018-08-12 08:15:01,896 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-pub-net2 used request id req-ab9012da-d46e-4ef2-862d-9da5da2b9f96 2018-08-12 08:15:01,896 - neutron_utils - INFO - Creating network with name CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-pub-net2 2018-08-12 08:15:01,901 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10a5b0c076e6ba1ac96b77475e21df30326cb57c" -d '{"network": {"name": "CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-pub-net2", "admin_state_up": true}}' 2018-08-12 08:15:02,652 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 607 X-Openstack-Request-Id: req-88d792d5-d6c2-4222-a2f8-e1b9ec511922 Date: Sun, 12 Aug 2018 08:15:02 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"4906158ab5dd4f05a3ba67aba6cdec38","created_at":"2018-08-12T08:15:02Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T08:15:02Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"4906158ab5dd4f05a3ba67aba6cdec38","id":"ed6f2e66-8365-4488-b104-526f85839dda","name":"CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-pub-net2"}} 2018-08-12 08:15:02,652 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-88d792d5-d6c2-4222-a2f8-e1b9ec511922 2018-08-12 08:15:02,657 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=ed6f2e66-8365-4488-b104-526f85839dda -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10a5b0c076e6ba1ac96b77475e21df30326cb57c" 2018-08-12 08:15:02,921 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 591 X-Openstack-Request-Id: req-179c744b-b902-4f97-a30c-e6891bf71fbe Date: Sun, 12 Aug 2018 08:15:02 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-12T08:15:02Z","tenant_id":"4906158ab5dd4f05a3ba67aba6cdec38","created_at":"2018-08-12T08:15:02Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"4906158ab5dd4f05a3ba67aba6cdec38","id":"ed6f2e66-8365-4488-b104-526f85839dda","name":"CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-pub-net2"}]} 2018-08-12 08:15:02,922 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=ed6f2e66-8365-4488-b104-526f85839dda used request id req-179c744b-b902-4f97-a30c-e6891bf71fbe 2018-08-12 08:15:02,927 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=ed6f2e66-8365-4488-b104-526f85839dda -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10a5b0c076e6ba1ac96b77475e21df30326cb57c" 2018-08-12 08:15:03,158 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-78229636-9a8d-4140-a1cf-13ad4e3ad694 Date: Sun, 12 Aug 2018 08:15:03 GMT RESP BODY: {"subnets":[]} 2018-08-12 08:15:03,158 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=ed6f2e66-8365-4488-b104-526f85839dda used request id req-78229636-9a8d-4140-a1cf-13ad4e3ad694 2018-08-12 08:15:03,158 - neutron_utils - INFO - Creating subnet with name CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-pub-subnet2 2018-08-12 08:15:03,163 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10a5b0c076e6ba1ac96b77475e21df30326cb57c" -d '{"subnets": [{"ip_version": 4, "network_id": "ed6f2e66-8365-4488-b104-526f85839dda", "cidr": "10.200.202.0/24", "gateway_ip": "10.200.202.1", "name": "CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-pub-subnet2"}]}' 2018-08-12 08:15:04,508 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-089b6c14-4a2d-4289-a369-18abc9d32254 Date: Sun, 12 Aug 2018 08:15:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ed6f2e66-8365-4488-b104-526f85839dda","tenant_id":"4906158ab5dd4f05a3ba67aba6cdec38","created_at":"2018-08-12T08:15:04Z","dns_nameservers":[],"updated_at":"2018-08-12T08:15:04Z","gateway_ip":"10.200.202.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.202.2","end":"10.200.202.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.200.202.0/24","project_id":"4906158ab5dd4f05a3ba67aba6cdec38","id":"747aeb1c-7fb4-41e2-b5c7-bb55bc907164","subnetpool_id":null,"name":"CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-pub-subnet2"}]} 2018-08-12 08:15:04,508 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-089b6c14-4a2d-4289-a369-18abc9d32254 2018-08-12 08:15:04,514 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=ed6f2e66-8365-4488-b104-526f85839dda -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10a5b0c076e6ba1ac96b77475e21df30326cb57c" 2018-08-12 08:15:04,612 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-12cbe251-f4fb-4fb3-b5a3-fb350fcc5f9d Date: Sun, 12 Aug 2018 08:15:04 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":["747aeb1c-7fb4-41e2-b5c7-bb55bc907164"],"updated_at":"2018-08-12T08:15:04Z","tenant_id":"4906158ab5dd4f05a3ba67aba6cdec38","created_at":"2018-08-12T08:15:02Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"4906158ab5dd4f05a3ba67aba6cdec38","id":"ed6f2e66-8365-4488-b104-526f85839dda","name":"CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-pub-net2"}]} 2018-08-12 08:15:04,613 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=ed6f2e66-8365-4488-b104-526f85839dda used request id req-12cbe251-f4fb-4fb3-b5a3-fb350fcc5f9d 2018-08-12 08:15:04,618 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=ed6f2e66-8365-4488-b104-526f85839dda -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10a5b0c076e6ba1ac96b77475e21df30326cb57c" 2018-08-12 08:15:04,818 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-f100860c-4f6a-4bf2-84e0-6f8ab2f4fae6 Date: Sun, 12 Aug 2018 08:15:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ed6f2e66-8365-4488-b104-526f85839dda","tenant_id":"4906158ab5dd4f05a3ba67aba6cdec38","created_at":"2018-08-12T08:15:04Z","dns_nameservers":[],"updated_at":"2018-08-12T08:15:04Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.202.2","end":"10.200.202.254"}],"gateway_ip":"10.200.202.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.202.0/24","project_id":"4906158ab5dd4f05a3ba67aba6cdec38","id":"747aeb1c-7fb4-41e2-b5c7-bb55bc907164","subnetpool_id":null,"name":"CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-pub-subnet2"}]} 2018-08-12 08:15:04,818 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=ed6f2e66-8365-4488-b104-526f85839dda used request id req-f100860c-4f6a-4bf2-84e0-6f8ab2f4fae6 2018-08-12 08:15:04,818 - OpenStackNetwork - DEBUG - Network [ed6f2e66-8365-4488-b104-526f85839dda] created successfully 2018-08-12 08:15:04,819 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:15:04,819 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:15:05,204 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "59c7eb848a694ca0a0bca989e6143ab3", "name": "CreateRouterSuccessTests-acd69cc0-2de7-4ef-proj-role"}], "expires_at": "2018-08-12T09:15:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4906158ab5dd4f05a3ba67aba6cdec38", "name": "CreateRouterSuccessTests-acd69cc0-2de7-4ef-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/4906158ab5dd4f05a3ba67aba6cdec38", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/4906158ab5dd4f05a3ba67aba6cdec38", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/4906158ab5dd4f05a3ba67aba6cdec38", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_4906158ab5dd4f05a3ba67aba6cdec38", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_4906158ab5dd4f05a3ba67aba6cdec38", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/4906158ab5dd4f05a3ba67aba6cdec38", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/4906158ab5dd4f05a3ba67aba6cdec38", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/4906158ab5dd4f05a3ba67aba6cdec38", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/4906158ab5dd4f05a3ba67aba6cdec38", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/4906158ab5dd4f05a3ba67aba6cdec38", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/4906158ab5dd4f05a3ba67aba6cdec38", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/4906158ab5dd4f05a3ba67aba6cdec38", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/4906158ab5dd4f05a3ba67aba6cdec38", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/4906158ab5dd4f05a3ba67aba6cdec38", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-acd69cc0-2de7-4ef-user", "id": "05db68bd70dd4267bc94366a166dd785"}, "audit_ids": ["D2LLooCUQBKpP6qr0niswA"], "issued_at": "2018-08-12T08:15:05.000000Z"}} 2018-08-12 08:15:05,205 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}f3f5af12330f6c4a022850107500747e32a66d5c" 2018-08-12 08:15:05,315 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:15:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0c3b9a86-28a2-4909-bde5-712107ff816c Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:15:05,315 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-0c3b9a86-28a2-4909-bde5-712107ff816c 2018-08-12 08:15:05,316 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:15:05,317 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:15:05,317 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:15:05,317 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:15:05,317 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:15:05,324 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3f5af12330f6c4a022850107500747e32a66d5c" 2018-08-12 08:15:05,537 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-88c34e0a-f443-46c8-93ae-a2391c53f6d8 Date: Sun, 12 Aug 2018 08:15:05 GMT RESP BODY: {"routers": []} 2018-08-12 08:15:05,538 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-pub-router&admin_state_up=True used request id req-88c34e0a-f443-46c8-93ae-a2391c53f6d8 2018-08-12 08:15:05,538 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:15:05,539 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:15:05,944 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "59c7eb848a694ca0a0bca989e6143ab3", "name": "CreateRouterSuccessTests-acd69cc0-2de7-4ef-proj-role"}], "expires_at": "2018-08-12T09:15:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4906158ab5dd4f05a3ba67aba6cdec38", "name": "CreateRouterSuccessTests-acd69cc0-2de7-4ef-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/4906158ab5dd4f05a3ba67aba6cdec38", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/4906158ab5dd4f05a3ba67aba6cdec38", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/4906158ab5dd4f05a3ba67aba6cdec38", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_4906158ab5dd4f05a3ba67aba6cdec38", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_4906158ab5dd4f05a3ba67aba6cdec38", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/4906158ab5dd4f05a3ba67aba6cdec38", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/4906158ab5dd4f05a3ba67aba6cdec38", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/4906158ab5dd4f05a3ba67aba6cdec38", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/4906158ab5dd4f05a3ba67aba6cdec38", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/4906158ab5dd4f05a3ba67aba6cdec38", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/4906158ab5dd4f05a3ba67aba6cdec38", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/4906158ab5dd4f05a3ba67aba6cdec38", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/4906158ab5dd4f05a3ba67aba6cdec38", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/4906158ab5dd4f05a3ba67aba6cdec38", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-acd69cc0-2de7-4ef-user", "id": "05db68bd70dd4267bc94366a166dd785"}, "audit_ids": ["8w9b3SdyQeKlzzFWTgqslw"], "issued_at": "2018-08-12T08:15:05.000000Z"}} 2018-08-12 08:15:05,944 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}fec034234e232a3f34cb08272196f396486b8d7d" 2018-08-12 08:15:06,026 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:15:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-978afb90-c9f8-49f3-9b00-56c8fc3ad71c Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:15:06,026 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-978afb90-c9f8-49f3-9b00-56c8fc3ad71c 2018-08-12 08:15:06,027 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-pub-router 2018-08-12 08:15:06,032 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3f5af12330f6c4a022850107500747e32a66d5c" -d '{"router": {"name": "CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-pub-router", "admin_state_up": true}}' 2018-08-12 08:15:06,397 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 459 X-Openstack-Request-Id: req-378cf994-6586-4b68-9ffb-813b289ae8a3 Date: Sun, 12 Aug 2018 08:15:06 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "4906158ab5dd4f05a3ba67aba6cdec38", "created_at": "2018-08-12T08:15:06Z", "admin_state_up": true, "updated_at": "2018-08-12T08:15:06Z", "revision_number": 0, "routes": [], "project_id": "4906158ab5dd4f05a3ba67aba6cdec38", "id": "29585b4d-c3bc-4825-a996-119614d712c6", "name": "CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-pub-router"}} 2018-08-12 08:15:06,397 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers used request id req-378cf994-6586-4b68-9ffb-813b289ae8a3 2018-08-12 08:15:06,402 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=29585b4d-c3bc-4825-a996-119614d712c6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3f5af12330f6c4a022850107500747e32a66d5c" 2018-08-12 08:15:06,593 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-06e6bb25-3c5e-490c-8d73-5ea23d15c5d6 Date: Sun, 12 Aug 2018 08:15:06 GMT RESP BODY: {"ports":[]} 2018-08-12 08:15:06,593 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=29585b4d-c3bc-4825-a996-119614d712c6 used request id req-06e6bb25-3c5e-490c-8d73-5ea23d15c5d6 2018-08-12 08:15:06,599 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3f5af12330f6c4a022850107500747e32a66d5c" 2018-08-12 08:15:06,973 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-4cac0b13-9f3f-4c9c-8770-9e7ed71cf43e Date: Sun, 12 Aug 2018 08:15:06 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":["82b0247b-b780-4aba-b0f2-9472453e428c"],"updated_at":"2018-08-12T08:14:59Z","tenant_id":"4906158ab5dd4f05a3ba67aba6cdec38","created_at":"2018-08-12T08:14:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"4906158ab5dd4f05a3ba67aba6cdec38","id":"ed0c8499-6cfb-4e6a-87b4-7a218fda1e47","name":"CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-pub-net1"}]} 2018-08-12 08:15:06,974 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-pub-net1 used request id req-4cac0b13-9f3f-4c9c-8770-9e7ed71cf43e 2018-08-12 08:15:06,979 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=ed0c8499-6cfb-4e6a-87b4-7a218fda1e47 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3f5af12330f6c4a022850107500747e32a66d5c" 2018-08-12 08:15:07,235 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-29a4f087-b989-48e0-bd3b-7f7b39f4a9e6 Date: Sun, 12 Aug 2018 08:15:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ed0c8499-6cfb-4e6a-87b4-7a218fda1e47","tenant_id":"4906158ab5dd4f05a3ba67aba6cdec38","created_at":"2018-08-12T08:14:59Z","dns_nameservers":[],"updated_at":"2018-08-12T08:14:59Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"4906158ab5dd4f05a3ba67aba6cdec38","id":"82b0247b-b780-4aba-b0f2-9472453e428c","subnetpool_id":null,"name":"CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-pub-subnet1"}]} 2018-08-12 08:15:07,236 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=ed0c8499-6cfb-4e6a-87b4-7a218fda1e47 used request id req-29a4f087-b989-48e0-bd3b-7f7b39f4a9e6 2018-08-12 08:15:07,241 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3f5af12330f6c4a022850107500747e32a66d5c" 2018-08-12 08:15:07,655 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-c84a757e-03d9-4040-a5e3-86337beb8367 Date: Sun, 12 Aug 2018 08:15:07 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":["82b0247b-b780-4aba-b0f2-9472453e428c"],"updated_at":"2018-08-12T08:14:59Z","tenant_id":"4906158ab5dd4f05a3ba67aba6cdec38","created_at":"2018-08-12T08:14:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"4906158ab5dd4f05a3ba67aba6cdec38","id":"ed0c8499-6cfb-4e6a-87b4-7a218fda1e47","name":"CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-pub-net1"}]} 2018-08-12 08:15:07,656 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-pub-net1 used request id req-c84a757e-03d9-4040-a5e3-86337beb8367 2018-08-12 08:15:07,659 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:15:07,664 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:15:07 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:15:07,665 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/4906158ab5dd4f05a3ba67aba6cdec38 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3f5af12330f6c4a022850107500747e32a66d5c" 2018-08-12 08:15:07,754 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:15:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-31763a78-4b1e-46f5-89ed-2d8195f59dda Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/4906158ab5dd4f05a3ba67aba6cdec38"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "4906158ab5dd4f05a3ba67aba6cdec38", "name": "CreateRouterSuccessTests-acd69cc0-2de7-4ef-proj"}} 2018-08-12 08:15:07,755 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/4906158ab5dd4f05a3ba67aba6cdec38 used request id req-31763a78-4b1e-46f5-89ed-2d8195f59dda 2018-08-12 08:15:07,760 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=ed0c8499-6cfb-4e6a-87b4-7a218fda1e47 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3f5af12330f6c4a022850107500747e32a66d5c" 2018-08-12 08:15:08,066 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-59169ca1-2b7d-47a0-af6d-730bf5f95df2 Date: Sun, 12 Aug 2018 08:15:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ed0c8499-6cfb-4e6a-87b4-7a218fda1e47","tenant_id":"4906158ab5dd4f05a3ba67aba6cdec38","created_at":"2018-08-12T08:14:59Z","dns_nameservers":[],"updated_at":"2018-08-12T08:14:59Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"4906158ab5dd4f05a3ba67aba6cdec38","id":"82b0247b-b780-4aba-b0f2-9472453e428c","subnetpool_id":null,"name":"CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-pub-subnet1"}]} 2018-08-12 08:15:08,066 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=ed0c8499-6cfb-4e6a-87b4-7a218fda1e47 used request id req-59169ca1-2b7d-47a0-af6d-730bf5f95df2 2018-08-12 08:15:08,072 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=ed0c8499-6cfb-4e6a-87b4-7a218fda1e47&name=CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-port1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3f5af12330f6c4a022850107500747e32a66d5c" 2018-08-12 08:15:08,267 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-6abfe67d-1c68-498e-bc61-b1e93cfe264c Date: Sun, 12 Aug 2018 08:15:08 GMT RESP BODY: {"ports":[]} 2018-08-12 08:15:08,267 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=ed0c8499-6cfb-4e6a-87b4-7a218fda1e47&name=CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-port1&admin_state_up=True used request id req-6abfe67d-1c68-498e-bc61-b1e93cfe264c 2018-08-12 08:15:08,268 - OpenStackNetwork - INFO - Retrieved port CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-port1 for router - CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-pub-router 2018-08-12 08:15:08,268 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:15:08,269 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:15:08,661 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "59c7eb848a694ca0a0bca989e6143ab3", "name": "CreateRouterSuccessTests-acd69cc0-2de7-4ef-proj-role"}], "expires_at": "2018-08-12T09:15:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4906158ab5dd4f05a3ba67aba6cdec38", "name": "CreateRouterSuccessTests-acd69cc0-2de7-4ef-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/4906158ab5dd4f05a3ba67aba6cdec38", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/4906158ab5dd4f05a3ba67aba6cdec38", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/4906158ab5dd4f05a3ba67aba6cdec38", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_4906158ab5dd4f05a3ba67aba6cdec38", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_4906158ab5dd4f05a3ba67aba6cdec38", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/4906158ab5dd4f05a3ba67aba6cdec38", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/4906158ab5dd4f05a3ba67aba6cdec38", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/4906158ab5dd4f05a3ba67aba6cdec38", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/4906158ab5dd4f05a3ba67aba6cdec38", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/4906158ab5dd4f05a3ba67aba6cdec38", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/4906158ab5dd4f05a3ba67aba6cdec38", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/4906158ab5dd4f05a3ba67aba6cdec38", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/4906158ab5dd4f05a3ba67aba6cdec38", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/4906158ab5dd4f05a3ba67aba6cdec38", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-acd69cc0-2de7-4ef-user", "id": "05db68bd70dd4267bc94366a166dd785"}, "audit_ids": ["Xj3joze-QNerMnyQODJOXQ"], "issued_at": "2018-08-12T08:15:08.000000Z"}} 2018-08-12 08:15:08,662 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}eb3090c3029d64a0975f3f33fb0954c68bd2de50" 2018-08-12 08:15:08,726 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:15:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-91e8ef65-cb3c-4673-bf52-b9922ab73914 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:15:08,726 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-91e8ef65-cb3c-4673-bf52-b9922ab73914 2018-08-12 08:15:08,732 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3f5af12330f6c4a022850107500747e32a66d5c" 2018-08-12 08:15:08,845 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-80257afa-350b-4d1e-b56c-b09a6630ef4c Date: Sun, 12 Aug 2018 08:15:08 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":["82b0247b-b780-4aba-b0f2-9472453e428c"],"updated_at":"2018-08-12T08:14:59Z","tenant_id":"4906158ab5dd4f05a3ba67aba6cdec38","created_at":"2018-08-12T08:14:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"4906158ab5dd4f05a3ba67aba6cdec38","id":"ed0c8499-6cfb-4e6a-87b4-7a218fda1e47","name":"CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-pub-net1"}]} 2018-08-12 08:15:08,845 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-pub-net1 used request id req-80257afa-350b-4d1e-b56c-b09a6630ef4c 2018-08-12 08:15:08,851 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=ed0c8499-6cfb-4e6a-87b4-7a218fda1e47 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3f5af12330f6c4a022850107500747e32a66d5c" 2018-08-12 08:15:08,899 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-a12ebf54-7d74-4e50-8e6d-c4857bba8cdb Date: Sun, 12 Aug 2018 08:15:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ed0c8499-6cfb-4e6a-87b4-7a218fda1e47","tenant_id":"4906158ab5dd4f05a3ba67aba6cdec38","created_at":"2018-08-12T08:14:59Z","dns_nameservers":[],"updated_at":"2018-08-12T08:14:59Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"4906158ab5dd4f05a3ba67aba6cdec38","id":"82b0247b-b780-4aba-b0f2-9472453e428c","subnetpool_id":null,"name":"CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-pub-subnet1"}]} 2018-08-12 08:15:08,899 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=ed0c8499-6cfb-4e6a-87b4-7a218fda1e47 used request id req-a12ebf54-7d74-4e50-8e6d-c4857bba8cdb 2018-08-12 08:15:08,904 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3f5af12330f6c4a022850107500747e32a66d5c" 2018-08-12 08:15:09,005 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-5d755297-3a70-4f79-94f9-7589029aff59 Date: Sun, 12 Aug 2018 08:15:09 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":["82b0247b-b780-4aba-b0f2-9472453e428c"],"updated_at":"2018-08-12T08:14:59Z","tenant_id":"4906158ab5dd4f05a3ba67aba6cdec38","created_at":"2018-08-12T08:14:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"4906158ab5dd4f05a3ba67aba6cdec38","id":"ed0c8499-6cfb-4e6a-87b4-7a218fda1e47","name":"CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-pub-net1"}]} 2018-08-12 08:15:09,006 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-pub-net1 used request id req-5d755297-3a70-4f79-94f9-7589029aff59 2018-08-12 08:15:09,009 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:15:09,014 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:15:09 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:15:09,015 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/4906158ab5dd4f05a3ba67aba6cdec38 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb3090c3029d64a0975f3f33fb0954c68bd2de50" 2018-08-12 08:15:09,112 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:15:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c7ec0fd4-6592-4dae-973a-b30847a81416 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/4906158ab5dd4f05a3ba67aba6cdec38"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "4906158ab5dd4f05a3ba67aba6cdec38", "name": "CreateRouterSuccessTests-acd69cc0-2de7-4ef-proj"}} 2018-08-12 08:15:09,112 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/4906158ab5dd4f05a3ba67aba6cdec38 used request id req-c7ec0fd4-6592-4dae-973a-b30847a81416 2018-08-12 08:15:09,117 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=ed0c8499-6cfb-4e6a-87b4-7a218fda1e47 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3f5af12330f6c4a022850107500747e32a66d5c" 2018-08-12 08:15:09,329 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-e0b3b844-f337-4183-aee8-7aac8dd34fa4 Date: Sun, 12 Aug 2018 08:15:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ed0c8499-6cfb-4e6a-87b4-7a218fda1e47","tenant_id":"4906158ab5dd4f05a3ba67aba6cdec38","created_at":"2018-08-12T08:14:59Z","dns_nameservers":[],"updated_at":"2018-08-12T08:14:59Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"4906158ab5dd4f05a3ba67aba6cdec38","id":"82b0247b-b780-4aba-b0f2-9472453e428c","subnetpool_id":null,"name":"CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-pub-subnet1"}]} 2018-08-12 08:15:09,330 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=ed0c8499-6cfb-4e6a-87b4-7a218fda1e47 used request id req-e0b3b844-f337-4183-aee8-7aac8dd34fa4 2018-08-12 08:15:09,335 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=ed0c8499-6cfb-4e6a-87b4-7a218fda1e47&name=CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-pub-subnet1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3f5af12330f6c4a022850107500747e32a66d5c" 2018-08-12 08:15:09,752 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-01abc30c-d326-4952-bdd1-f5409f3177c4 Date: Sun, 12 Aug 2018 08:15:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ed0c8499-6cfb-4e6a-87b4-7a218fda1e47","tenant_id":"4906158ab5dd4f05a3ba67aba6cdec38","created_at":"2018-08-12T08:14:59Z","dns_nameservers":[],"updated_at":"2018-08-12T08:14:59Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"4906158ab5dd4f05a3ba67aba6cdec38","id":"82b0247b-b780-4aba-b0f2-9472453e428c","subnetpool_id":null,"name":"CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-pub-subnet1"}]} 2018-08-12 08:15:09,752 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=ed0c8499-6cfb-4e6a-87b4-7a218fda1e47&name=CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-pub-subnet1 used request id req-01abc30c-d326-4952-bdd1-f5409f3177c4 2018-08-12 08:15:09,753 - neutron_utils - INFO - Creating port for network with name - CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-pub-net1 2018-08-12 08:15:09,758 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3f5af12330f6c4a022850107500747e32a66d5c" -d '{"port": {"network_id": "ed0c8499-6cfb-4e6a-87b4-7a218fda1e47", "fixed_ips": [{"subnet_id": "82b0247b-b780-4aba-b0f2-9472453e428c", "ip_address": "10.200.201.1"}], "name": "CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-port1", "admin_state_up": true}}' 2018-08-12 08:15:10,909 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 762 X-Openstack-Request-Id: req-70222706-1f64-472c-8076-843f83714b50 Date: Sun, 12 Aug 2018 08:15:10 GMT RESP BODY: {"port":{"status":"DOWN","created_at":"2018-08-12T08:15:10Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"ed0c8499-6cfb-4e6a-87b4-7a218fda1e47","tenant_id":"4906158ab5dd4f05a3ba67aba6cdec38","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T08:15:10Z","name":"CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-port1","device_owner":"","revision_number":6,"mac_address":"fa:16:3e:c5:d7:25","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"4906158ab5dd4f05a3ba67aba6cdec38","fixed_ips":[{"subnet_id":"82b0247b-b780-4aba-b0f2-9472453e428c","ip_address":"10.200.201.1"}],"id":"5e7f6df2-cbb0-4884-b912-d848778882a6","security_groups":["fc5b56fa-5034-4dab-8946-9c66cf8ab100"],"device_id":""}} 2018-08-12 08:15:10,909 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/ports used request id req-70222706-1f64-472c-8076-843f83714b50 2018-08-12 08:15:10,910 - OpenStackNetwork - INFO - Created port CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-port1 for router - CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-pub-router 2018-08-12 08:15:10,910 - neutron_utils - INFO - Adding interface to router with name CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-pub-router 2018-08-12 08:15:10,915 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9696/v2.0/routers/29585b4d-c3bc-4825-a996-119614d712c6/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3f5af12330f6c4a022850107500747e32a66d5c" -d '{"port_id": "5e7f6df2-cbb0-4884-b912-d848778882a6"}' 2018-08-12 08:15:12,961 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-34cd6f05-4116-4bac-95a3-9406e9adef08 Date: Sun, 12 Aug 2018 08:15:12 GMT RESP BODY: {"network_id": "ed0c8499-6cfb-4e6a-87b4-7a218fda1e47", "tenant_id": "4906158ab5dd4f05a3ba67aba6cdec38", "subnet_id": "82b0247b-b780-4aba-b0f2-9472453e428c", "subnet_ids": ["82b0247b-b780-4aba-b0f2-9472453e428c"], "port_id": "5e7f6df2-cbb0-4884-b912-d848778882a6", "id": "29585b4d-c3bc-4825-a996-119614d712c6"} 2018-08-12 08:15:12,961 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/29585b4d-c3bc-4825-a996-119614d712c6/add_router_interface used request id req-34cd6f05-4116-4bac-95a3-9406e9adef08 2018-08-12 08:15:12,966 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-pub-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3f5af12330f6c4a022850107500747e32a66d5c" 2018-08-12 08:15:13,416 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-759f2c7c-279f-4cc7-aae5-2ae0f0c983f9 Date: Sun, 12 Aug 2018 08:15:13 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":["747aeb1c-7fb4-41e2-b5c7-bb55bc907164"],"updated_at":"2018-08-12T08:15:04Z","tenant_id":"4906158ab5dd4f05a3ba67aba6cdec38","created_at":"2018-08-12T08:15:02Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"4906158ab5dd4f05a3ba67aba6cdec38","id":"ed6f2e66-8365-4488-b104-526f85839dda","name":"CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-pub-net2"}]} 2018-08-12 08:15:13,416 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-pub-net2 used request id req-759f2c7c-279f-4cc7-aae5-2ae0f0c983f9 2018-08-12 08:15:13,421 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=ed6f2e66-8365-4488-b104-526f85839dda -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3f5af12330f6c4a022850107500747e32a66d5c" 2018-08-12 08:15:13,667 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-bd7067fc-2499-4b53-8507-50f68ed275c3 Date: Sun, 12 Aug 2018 08:15:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ed6f2e66-8365-4488-b104-526f85839dda","tenant_id":"4906158ab5dd4f05a3ba67aba6cdec38","created_at":"2018-08-12T08:15:04Z","dns_nameservers":[],"updated_at":"2018-08-12T08:15:04Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.202.2","end":"10.200.202.254"}],"gateway_ip":"10.200.202.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.202.0/24","project_id":"4906158ab5dd4f05a3ba67aba6cdec38","id":"747aeb1c-7fb4-41e2-b5c7-bb55bc907164","subnetpool_id":null,"name":"CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-pub-subnet2"}]} 2018-08-12 08:15:13,667 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=ed6f2e66-8365-4488-b104-526f85839dda used request id req-bd7067fc-2499-4b53-8507-50f68ed275c3 2018-08-12 08:15:13,673 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-pub-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3f5af12330f6c4a022850107500747e32a66d5c" 2018-08-12 08:15:13,825 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-c5c895d8-e563-4874-b577-d734a6f92bf1 Date: Sun, 12 Aug 2018 08:15:13 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":["747aeb1c-7fb4-41e2-b5c7-bb55bc907164"],"updated_at":"2018-08-12T08:15:04Z","tenant_id":"4906158ab5dd4f05a3ba67aba6cdec38","created_at":"2018-08-12T08:15:02Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"4906158ab5dd4f05a3ba67aba6cdec38","id":"ed6f2e66-8365-4488-b104-526f85839dda","name":"CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-pub-net2"}]} 2018-08-12 08:15:13,826 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-pub-net2 used request id req-c5c895d8-e563-4874-b577-d734a6f92bf1 2018-08-12 08:15:13,830 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/4906158ab5dd4f05a3ba67aba6cdec38 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3f5af12330f6c4a022850107500747e32a66d5c" 2018-08-12 08:15:13,922 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:15:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-36596dda-8eb0-4d7f-a891-43f9834b9a4b Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/4906158ab5dd4f05a3ba67aba6cdec38"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "4906158ab5dd4f05a3ba67aba6cdec38", "name": "CreateRouterSuccessTests-acd69cc0-2de7-4ef-proj"}} 2018-08-12 08:15:13,922 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/4906158ab5dd4f05a3ba67aba6cdec38 used request id req-36596dda-8eb0-4d7f-a891-43f9834b9a4b 2018-08-12 08:15:13,927 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=ed6f2e66-8365-4488-b104-526f85839dda -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3f5af12330f6c4a022850107500747e32a66d5c" 2018-08-12 08:15:13,980 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-4738e7f1-724e-4e15-a4af-853a205ee2e8 Date: Sun, 12 Aug 2018 08:15:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ed6f2e66-8365-4488-b104-526f85839dda","tenant_id":"4906158ab5dd4f05a3ba67aba6cdec38","created_at":"2018-08-12T08:15:04Z","dns_nameservers":[],"updated_at":"2018-08-12T08:15:04Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.202.2","end":"10.200.202.254"}],"gateway_ip":"10.200.202.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.202.0/24","project_id":"4906158ab5dd4f05a3ba67aba6cdec38","id":"747aeb1c-7fb4-41e2-b5c7-bb55bc907164","subnetpool_id":null,"name":"CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-pub-subnet2"}]} 2018-08-12 08:15:13,980 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=ed6f2e66-8365-4488-b104-526f85839dda used request id req-4738e7f1-724e-4e15-a4af-853a205ee2e8 2018-08-12 08:15:13,986 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=ed6f2e66-8365-4488-b104-526f85839dda&name=CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-port2&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3f5af12330f6c4a022850107500747e32a66d5c" 2018-08-12 08:15:14,169 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-60d4ad31-3bb5-4a58-ad22-7564407dfe3c Date: Sun, 12 Aug 2018 08:15:14 GMT RESP BODY: {"ports":[]} 2018-08-12 08:15:14,170 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=ed6f2e66-8365-4488-b104-526f85839dda&name=CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-port2&admin_state_up=True used request id req-60d4ad31-3bb5-4a58-ad22-7564407dfe3c 2018-08-12 08:15:14,170 - OpenStackNetwork - INFO - Retrieved port CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-port2 for router - CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-pub-router 2018-08-12 08:15:14,170 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:15:14,171 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:15:14,566 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "59c7eb848a694ca0a0bca989e6143ab3", "name": "CreateRouterSuccessTests-acd69cc0-2de7-4ef-proj-role"}], "expires_at": "2018-08-12T09:15:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4906158ab5dd4f05a3ba67aba6cdec38", "name": "CreateRouterSuccessTests-acd69cc0-2de7-4ef-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/4906158ab5dd4f05a3ba67aba6cdec38", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/4906158ab5dd4f05a3ba67aba6cdec38", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/4906158ab5dd4f05a3ba67aba6cdec38", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_4906158ab5dd4f05a3ba67aba6cdec38", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_4906158ab5dd4f05a3ba67aba6cdec38", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/4906158ab5dd4f05a3ba67aba6cdec38", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/4906158ab5dd4f05a3ba67aba6cdec38", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/4906158ab5dd4f05a3ba67aba6cdec38", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/4906158ab5dd4f05a3ba67aba6cdec38", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/4906158ab5dd4f05a3ba67aba6cdec38", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/4906158ab5dd4f05a3ba67aba6cdec38", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/4906158ab5dd4f05a3ba67aba6cdec38", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/4906158ab5dd4f05a3ba67aba6cdec38", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/4906158ab5dd4f05a3ba67aba6cdec38", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-acd69cc0-2de7-4ef-user", "id": "05db68bd70dd4267bc94366a166dd785"}, "audit_ids": ["_Iai2RigT6qyU8Wb9YPmrw"], "issued_at": "2018-08-12T08:15:14.000000Z"}} 2018-08-12 08:15:14,566 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}8eb7ac46122c3bda83c3f989dd99e58294c63697" 2018-08-12 08:15:14,649 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:15:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4a421d60-b40d-4092-9eb1-30eafac78e65 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:15:14,649 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-4a421d60-b40d-4092-9eb1-30eafac78e65 2018-08-12 08:15:14,656 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-pub-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3f5af12330f6c4a022850107500747e32a66d5c" 2018-08-12 08:15:14,781 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-6645a18a-2f5c-4013-b9ea-13eb414a2945 Date: Sun, 12 Aug 2018 08:15:14 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":["747aeb1c-7fb4-41e2-b5c7-bb55bc907164"],"updated_at":"2018-08-12T08:15:04Z","tenant_id":"4906158ab5dd4f05a3ba67aba6cdec38","created_at":"2018-08-12T08:15:02Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"4906158ab5dd4f05a3ba67aba6cdec38","id":"ed6f2e66-8365-4488-b104-526f85839dda","name":"CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-pub-net2"}]} 2018-08-12 08:15:14,781 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-pub-net2 used request id req-6645a18a-2f5c-4013-b9ea-13eb414a2945 2018-08-12 08:15:14,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=ed6f2e66-8365-4488-b104-526f85839dda -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3f5af12330f6c4a022850107500747e32a66d5c" 2018-08-12 08:15:15,025 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-8e12bcb1-5319-4d37-9e30-cb75d1e1d250 Date: Sun, 12 Aug 2018 08:15:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ed6f2e66-8365-4488-b104-526f85839dda","tenant_id":"4906158ab5dd4f05a3ba67aba6cdec38","created_at":"2018-08-12T08:15:04Z","dns_nameservers":[],"updated_at":"2018-08-12T08:15:04Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.202.2","end":"10.200.202.254"}],"gateway_ip":"10.200.202.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.202.0/24","project_id":"4906158ab5dd4f05a3ba67aba6cdec38","id":"747aeb1c-7fb4-41e2-b5c7-bb55bc907164","subnetpool_id":null,"name":"CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-pub-subnet2"}]} 2018-08-12 08:15:15,025 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=ed6f2e66-8365-4488-b104-526f85839dda used request id req-8e12bcb1-5319-4d37-9e30-cb75d1e1d250 2018-08-12 08:15:15,031 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-pub-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3f5af12330f6c4a022850107500747e32a66d5c" 2018-08-12 08:15:15,135 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-a10c285d-341a-4b33-8836-b3794af1e733 Date: Sun, 12 Aug 2018 08:15: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":["747aeb1c-7fb4-41e2-b5c7-bb55bc907164"],"updated_at":"2018-08-12T08:15:04Z","tenant_id":"4906158ab5dd4f05a3ba67aba6cdec38","created_at":"2018-08-12T08:15:02Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"4906158ab5dd4f05a3ba67aba6cdec38","id":"ed6f2e66-8365-4488-b104-526f85839dda","name":"CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-pub-net2"}]} 2018-08-12 08:15:15,135 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-pub-net2 used request id req-a10c285d-341a-4b33-8836-b3794af1e733 2018-08-12 08:15:15,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:15:15,144 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:15:15 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:15:15,145 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/4906158ab5dd4f05a3ba67aba6cdec38 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8eb7ac46122c3bda83c3f989dd99e58294c63697" 2018-08-12 08:15:15,239 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:15:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0a156c08-2e69-4023-bce6-c3df04f6d5c3 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/4906158ab5dd4f05a3ba67aba6cdec38"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "4906158ab5dd4f05a3ba67aba6cdec38", "name": "CreateRouterSuccessTests-acd69cc0-2de7-4ef-proj"}} 2018-08-12 08:15:15,239 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/4906158ab5dd4f05a3ba67aba6cdec38 used request id req-0a156c08-2e69-4023-bce6-c3df04f6d5c3 2018-08-12 08:15:15,245 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=ed6f2e66-8365-4488-b104-526f85839dda -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3f5af12330f6c4a022850107500747e32a66d5c" 2018-08-12 08:15:15,502 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-2fe54bb0-516c-4d42-b181-25201bbcd842 Date: Sun, 12 Aug 2018 08:15:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ed6f2e66-8365-4488-b104-526f85839dda","tenant_id":"4906158ab5dd4f05a3ba67aba6cdec38","created_at":"2018-08-12T08:15:04Z","dns_nameservers":[],"updated_at":"2018-08-12T08:15:04Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.202.2","end":"10.200.202.254"}],"gateway_ip":"10.200.202.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.202.0/24","project_id":"4906158ab5dd4f05a3ba67aba6cdec38","id":"747aeb1c-7fb4-41e2-b5c7-bb55bc907164","subnetpool_id":null,"name":"CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-pub-subnet2"}]} 2018-08-12 08:15:15,502 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=ed6f2e66-8365-4488-b104-526f85839dda used request id req-2fe54bb0-516c-4d42-b181-25201bbcd842 2018-08-12 08:15:15,508 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=ed6f2e66-8365-4488-b104-526f85839dda&name=CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-pub-subnet2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3f5af12330f6c4a022850107500747e32a66d5c" 2018-08-12 08:15:15,714 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-30e567c1-2f06-4085-a095-d9be923bdf69 Date: Sun, 12 Aug 2018 08:15:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ed6f2e66-8365-4488-b104-526f85839dda","tenant_id":"4906158ab5dd4f05a3ba67aba6cdec38","created_at":"2018-08-12T08:15:04Z","dns_nameservers":[],"updated_at":"2018-08-12T08:15:04Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.202.2","end":"10.200.202.254"}],"gateway_ip":"10.200.202.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.202.0/24","project_id":"4906158ab5dd4f05a3ba67aba6cdec38","id":"747aeb1c-7fb4-41e2-b5c7-bb55bc907164","subnetpool_id":null,"name":"CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-pub-subnet2"}]} 2018-08-12 08:15:15,714 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=ed6f2e66-8365-4488-b104-526f85839dda&name=CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-pub-subnet2 used request id req-30e567c1-2f06-4085-a095-d9be923bdf69 2018-08-12 08:15:15,715 - neutron_utils - INFO - Creating port for network with name - CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-pub-net2 2018-08-12 08:15:15,720 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3f5af12330f6c4a022850107500747e32a66d5c" -d '{"port": {"network_id": "ed6f2e66-8365-4488-b104-526f85839dda", "fixed_ips": [{"subnet_id": "747aeb1c-7fb4-41e2-b5c7-bb55bc907164", "ip_address": "10.200.202.1"}], "name": "CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-port2", "admin_state_up": true}}' 2018-08-12 08:15:16,454 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 762 X-Openstack-Request-Id: req-ad0c1101-e061-407e-9ff6-05c5fd2e3766 Date: Sun, 12 Aug 2018 08:15:16 GMT RESP BODY: {"port":{"status":"DOWN","created_at":"2018-08-12T08:15:15Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"ed6f2e66-8365-4488-b104-526f85839dda","tenant_id":"4906158ab5dd4f05a3ba67aba6cdec38","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T08:15:16Z","name":"CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-port2","device_owner":"","revision_number":6,"mac_address":"fa:16:3e:7c:7c:9d","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"4906158ab5dd4f05a3ba67aba6cdec38","fixed_ips":[{"subnet_id":"747aeb1c-7fb4-41e2-b5c7-bb55bc907164","ip_address":"10.200.202.1"}],"id":"2f560e34-1580-4d23-88a4-548b9e8a6880","security_groups":["fc5b56fa-5034-4dab-8946-9c66cf8ab100"],"device_id":""}} 2018-08-12 08:15:16,454 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/ports used request id req-ad0c1101-e061-407e-9ff6-05c5fd2e3766 2018-08-12 08:15:16,455 - OpenStackNetwork - INFO - Created port CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-port2 for router - CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-pub-router 2018-08-12 08:15:16,455 - neutron_utils - INFO - Adding interface to router with name CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-pub-router 2018-08-12 08:15:16,460 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9696/v2.0/routers/29585b4d-c3bc-4825-a996-119614d712c6/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3f5af12330f6c4a022850107500747e32a66d5c" -d '{"port_id": "2f560e34-1580-4d23-88a4-548b9e8a6880"}' 2018-08-12 08:15:18,310 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-3ada24ef-ee1b-4a79-a3b5-11854c20fa5f Date: Sun, 12 Aug 2018 08:15:18 GMT RESP BODY: {"network_id": "ed6f2e66-8365-4488-b104-526f85839dda", "tenant_id": "4906158ab5dd4f05a3ba67aba6cdec38", "subnet_id": "747aeb1c-7fb4-41e2-b5c7-bb55bc907164", "subnet_ids": ["747aeb1c-7fb4-41e2-b5c7-bb55bc907164"], "port_id": "2f560e34-1580-4d23-88a4-548b9e8a6880", "id": "29585b4d-c3bc-4825-a996-119614d712c6"} 2018-08-12 08:15:18,310 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/29585b4d-c3bc-4825-a996-119614d712c6/add_router_interface used request id req-3ada24ef-ee1b-4a79-a3b5-11854c20fa5f 2018-08-12 08:15:18,315 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers/29585b4d-c3bc-4825-a996-119614d712c6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3f5af12330f6c4a022850107500747e32a66d5c" 2018-08-12 08:15:18,674 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 459 X-Openstack-Request-Id: req-c894118e-04e7-42fb-aade-b906de950821 Date: Sun, 12 Aug 2018 08:15:18 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "4906158ab5dd4f05a3ba67aba6cdec38", "created_at": "2018-08-12T08:15:06Z", "admin_state_up": true, "updated_at": "2018-08-12T08:15:17Z", "revision_number": 2, "routes": [], "project_id": "4906158ab5dd4f05a3ba67aba6cdec38", "id": "29585b4d-c3bc-4825-a996-119614d712c6", "name": "CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-pub-router"}} 2018-08-12 08:15:18,674 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers/29585b4d-c3bc-4825-a996-119614d712c6 used request id req-c894118e-04e7-42fb-aade-b906de950821 2018-08-12 08:15:18,679 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=29585b4d-c3bc-4825-a996-119614d712c6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3f5af12330f6c4a022850107500747e32a66d5c" 2018-08-12 08:15:18,747 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1641 X-Openstack-Request-Id: req-95c2b06c-2ee6-456e-a870-eb43c981f213 Date: Sun, 12 Aug 2018 08:15:18 GMT RESP BODY: {"ports":[{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"ed6f2e66-8365-4488-b104-526f85839dda","tenant_id":"4906158ab5dd4f05a3ba67aba6cdec38","created_at":"2018-08-12T08:15:15Z","admin_state_up":true,"updated_at":"2018-08-12T08:15:18Z","binding:vnic_type":"normal","device_id":"29585b4d-c3bc-4825-a996-119614d712c6","device_owner":"network:router_interface","revision_number":10,"mac_address":"fa:16:3e:7c:7c:9d","id":"2f560e34-1580-4d23-88a4-548b9e8a6880","port_security_enabled":true,"project_id":"4906158ab5dd4f05a3ba67aba6cdec38","fixed_ips":[{"subnet_id":"747aeb1c-7fb4-41e2-b5c7-bb55bc907164","ip_address":"10.200.202.1"}],"extra_dhcp_opts":[],"security_groups":["fc5b56fa-5034-4dab-8946-9c66cf8ab100"],"name":"CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-port2"},{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"ed0c8499-6cfb-4e6a-87b4-7a218fda1e47","tenant_id":"4906158ab5dd4f05a3ba67aba6cdec38","created_at":"2018-08-12T08:15:10Z","admin_state_up":true,"updated_at":"2018-08-12T08:15:12Z","binding:vnic_type":"normal","device_id":"29585b4d-c3bc-4825-a996-119614d712c6","device_owner":"network:router_interface","revision_number":10,"mac_address":"fa:16:3e:c5:d7:25","id":"5e7f6df2-cbb0-4884-b912-d848778882a6","port_security_enabled":true,"project_id":"4906158ab5dd4f05a3ba67aba6cdec38","fixed_ips":[{"subnet_id":"82b0247b-b780-4aba-b0f2-9472453e428c","ip_address":"10.200.201.1"}],"extra_dhcp_opts":[],"security_groups":["fc5b56fa-5034-4dab-8946-9c66cf8ab100"],"name":"CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-port1"}]} 2018-08-12 08:15:18,747 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=29585b4d-c3bc-4825-a996-119614d712c6 used request id req-95c2b06c-2ee6-456e-a870-eb43c981f213 2018-08-12 08:15:18,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/82b0247b-b780-4aba-b0f2-9472453e428c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3f5af12330f6c4a022850107500747e32a66d5c" 2018-08-12 08:15:18,803 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-1eb64011-1f11-4f7e-b114-e1dd42fd9dc9 Date: Sun, 12 Aug 2018 08:15:18 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ed0c8499-6cfb-4e6a-87b4-7a218fda1e47","tenant_id":"4906158ab5dd4f05a3ba67aba6cdec38","created_at":"2018-08-12T08:14:59Z","dns_nameservers":[],"updated_at":"2018-08-12T08:14:59Z","gateway_ip":"10.200.201.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.200.201.0/24","project_id":"4906158ab5dd4f05a3ba67aba6cdec38","id":"82b0247b-b780-4aba-b0f2-9472453e428c","subnetpool_id":null,"name":"CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-pub-subnet1"}} 2018-08-12 08:15:18,803 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/82b0247b-b780-4aba-b0f2-9472453e428c used request id req-1eb64011-1f11-4f7e-b114-e1dd42fd9dc9 2018-08-12 08:15:18,808 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/747aeb1c-7fb4-41e2-b5c7-bb55bc907164 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3f5af12330f6c4a022850107500747e32a66d5c" 2018-08-12 08:15:18,857 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-2179b171-9616-4fda-84a7-8b47af14d3fe Date: Sun, 12 Aug 2018 08:15:18 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ed6f2e66-8365-4488-b104-526f85839dda","tenant_id":"4906158ab5dd4f05a3ba67aba6cdec38","created_at":"2018-08-12T08:15:04Z","dns_nameservers":[],"updated_at":"2018-08-12T08:15:04Z","gateway_ip":"10.200.202.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.202.2","end":"10.200.202.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.200.202.0/24","project_id":"4906158ab5dd4f05a3ba67aba6cdec38","id":"747aeb1c-7fb4-41e2-b5c7-bb55bc907164","subnetpool_id":null,"name":"CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-pub-subnet2"}} 2018-08-12 08:15:18,857 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/747aeb1c-7fb4-41e2-b5c7-bb55bc907164 used request id req-2179b171-9616-4fda-84a7-8b47af14d3fe 2018-08-12 08:15:18,857 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:15:19,242 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "59c7eb848a694ca0a0bca989e6143ab3", "name": "CreateRouterSuccessTests-acd69cc0-2de7-4ef-proj-role"}], "expires_at": "2018-08-12T09:15:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4906158ab5dd4f05a3ba67aba6cdec38", "name": "CreateRouterSuccessTests-acd69cc0-2de7-4ef-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/4906158ab5dd4f05a3ba67aba6cdec38", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/4906158ab5dd4f05a3ba67aba6cdec38", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/4906158ab5dd4f05a3ba67aba6cdec38", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_4906158ab5dd4f05a3ba67aba6cdec38", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_4906158ab5dd4f05a3ba67aba6cdec38", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/4906158ab5dd4f05a3ba67aba6cdec38", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/4906158ab5dd4f05a3ba67aba6cdec38", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/4906158ab5dd4f05a3ba67aba6cdec38", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/4906158ab5dd4f05a3ba67aba6cdec38", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/4906158ab5dd4f05a3ba67aba6cdec38", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/4906158ab5dd4f05a3ba67aba6cdec38", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/4906158ab5dd4f05a3ba67aba6cdec38", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/4906158ab5dd4f05a3ba67aba6cdec38", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/4906158ab5dd4f05a3ba67aba6cdec38", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-acd69cc0-2de7-4ef-user", "id": "05db68bd70dd4267bc94366a166dd785"}, "audit_ids": ["WqjM5eCEQmiwm8wfhIiADg"], "issued_at": "2018-08-12T08:15:19.000000Z"}} 2018-08-12 08:15:19,247 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e218a60acc1124d65297733b9d170636ef52bbe9" 2018-08-12 08:15:19,530 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 462 X-Openstack-Request-Id: req-7dedb267-afd2-4b72-9b3a-23d05400005d Date: Sun, 12 Aug 2018 08:15:19 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "4906158ab5dd4f05a3ba67aba6cdec38", "created_at": "2018-08-12T08:15:06Z", "admin_state_up": true, "updated_at": "2018-08-12T08:15:17Z", "revision_number": 2, "routes": [], "project_id": "4906158ab5dd4f05a3ba67aba6cdec38", "id": "29585b4d-c3bc-4825-a996-119614d712c6", "name": "CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-pub-router"}]} 2018-08-12 08:15:19,530 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-pub-router&admin_state_up=True used request id req-7dedb267-afd2-4b72-9b3a-23d05400005d 2018-08-12 08:15:19,533 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:15:19,539 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:15:19 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:15:19,540 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/4906158ab5dd4f05a3ba67aba6cdec38 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab4ddbd0675fc3ab887d21ad126c08b175a17d22" 2018-08-12 08:15:19,630 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:15:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-777a92c9-3284-4581-b33b-12a77251a2fe Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/4906158ab5dd4f05a3ba67aba6cdec38"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "4906158ab5dd4f05a3ba67aba6cdec38", "name": "CreateRouterSuccessTests-acd69cc0-2de7-4ef-proj"}} 2018-08-12 08:15:19,630 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/4906158ab5dd4f05a3ba67aba6cdec38 used request id req-777a92c9-3284-4581-b33b-12a77251a2fe 2018-08-12 08:15:19,635 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=29585b4d-c3bc-4825-a996-119614d712c6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e218a60acc1124d65297733b9d170636ef52bbe9" 2018-08-12 08:15:19,898 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1641 X-Openstack-Request-Id: req-265d6195-78bc-40a5-b77c-2c36e26f0633 Date: Sun, 12 Aug 2018 08:15:19 GMT RESP BODY: {"ports":[{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"ed6f2e66-8365-4488-b104-526f85839dda","tenant_id":"4906158ab5dd4f05a3ba67aba6cdec38","created_at":"2018-08-12T08:15:15Z","admin_state_up":true,"updated_at":"2018-08-12T08:15:18Z","binding:vnic_type":"normal","device_id":"29585b4d-c3bc-4825-a996-119614d712c6","device_owner":"network:router_interface","revision_number":10,"mac_address":"fa:16:3e:7c:7c:9d","id":"2f560e34-1580-4d23-88a4-548b9e8a6880","port_security_enabled":true,"project_id":"4906158ab5dd4f05a3ba67aba6cdec38","fixed_ips":[{"subnet_id":"747aeb1c-7fb4-41e2-b5c7-bb55bc907164","ip_address":"10.200.202.1"}],"extra_dhcp_opts":[],"security_groups":["fc5b56fa-5034-4dab-8946-9c66cf8ab100"],"name":"CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-port2"},{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"ed0c8499-6cfb-4e6a-87b4-7a218fda1e47","tenant_id":"4906158ab5dd4f05a3ba67aba6cdec38","created_at":"2018-08-12T08:15:10Z","admin_state_up":true,"updated_at":"2018-08-12T08:15:12Z","binding:vnic_type":"normal","device_id":"29585b4d-c3bc-4825-a996-119614d712c6","device_owner":"network:router_interface","revision_number":10,"mac_address":"fa:16:3e:c5:d7:25","id":"5e7f6df2-cbb0-4884-b912-d848778882a6","port_security_enabled":true,"project_id":"4906158ab5dd4f05a3ba67aba6cdec38","fixed_ips":[{"subnet_id":"82b0247b-b780-4aba-b0f2-9472453e428c","ip_address":"10.200.201.1"}],"extra_dhcp_opts":[],"security_groups":["fc5b56fa-5034-4dab-8946-9c66cf8ab100"],"name":"CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-port1"}]} 2018-08-12 08:15:19,899 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=29585b4d-c3bc-4825-a996-119614d712c6 used request id req-265d6195-78bc-40a5-b77c-2c36e26f0633 2018-08-12 08:15:19,904 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/82b0247b-b780-4aba-b0f2-9472453e428c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e218a60acc1124d65297733b9d170636ef52bbe9" 2018-08-12 08:15:20,108 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-2cdf8765-b6dd-4234-9afd-cbaec4126ca0 Date: Sun, 12 Aug 2018 08:15:20 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ed0c8499-6cfb-4e6a-87b4-7a218fda1e47","tenant_id":"4906158ab5dd4f05a3ba67aba6cdec38","created_at":"2018-08-12T08:14:59Z","dns_nameservers":[],"updated_at":"2018-08-12T08:14:59Z","gateway_ip":"10.200.201.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.200.201.0/24","project_id":"4906158ab5dd4f05a3ba67aba6cdec38","id":"82b0247b-b780-4aba-b0f2-9472453e428c","subnetpool_id":null,"name":"CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-pub-subnet1"}} 2018-08-12 08:15:20,109 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/82b0247b-b780-4aba-b0f2-9472453e428c used request id req-2cdf8765-b6dd-4234-9afd-cbaec4126ca0 2018-08-12 08:15:20,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/747aeb1c-7fb4-41e2-b5c7-bb55bc907164 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e218a60acc1124d65297733b9d170636ef52bbe9" 2018-08-12 08:15:20,325 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-f0261adf-f149-4ff8-bf67-8a860e60e104 Date: Sun, 12 Aug 2018 08:15:20 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ed6f2e66-8365-4488-b104-526f85839dda","tenant_id":"4906158ab5dd4f05a3ba67aba6cdec38","created_at":"2018-08-12T08:15:04Z","dns_nameservers":[],"updated_at":"2018-08-12T08:15:04Z","gateway_ip":"10.200.202.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.202.2","end":"10.200.202.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.200.202.0/24","project_id":"4906158ab5dd4f05a3ba67aba6cdec38","id":"747aeb1c-7fb4-41e2-b5c7-bb55bc907164","subnetpool_id":null,"name":"CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-pub-subnet2"}} 2018-08-12 08:15:20,325 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/747aeb1c-7fb4-41e2-b5c7-bb55bc907164 used request id req-f0261adf-f149-4ff8-bf67-8a860e60e104 2018-08-12 08:15:20,326 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:15:20,327 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:15:20,714 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "59c7eb848a694ca0a0bca989e6143ab3", "name": "CreateRouterSuccessTests-acd69cc0-2de7-4ef-proj-role"}], "expires_at": "2018-08-12T09:15:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4906158ab5dd4f05a3ba67aba6cdec38", "name": "CreateRouterSuccessTests-acd69cc0-2de7-4ef-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/4906158ab5dd4f05a3ba67aba6cdec38", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/4906158ab5dd4f05a3ba67aba6cdec38", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/4906158ab5dd4f05a3ba67aba6cdec38", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_4906158ab5dd4f05a3ba67aba6cdec38", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_4906158ab5dd4f05a3ba67aba6cdec38", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/4906158ab5dd4f05a3ba67aba6cdec38", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/4906158ab5dd4f05a3ba67aba6cdec38", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/4906158ab5dd4f05a3ba67aba6cdec38", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/4906158ab5dd4f05a3ba67aba6cdec38", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/4906158ab5dd4f05a3ba67aba6cdec38", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/4906158ab5dd4f05a3ba67aba6cdec38", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/4906158ab5dd4f05a3ba67aba6cdec38", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/4906158ab5dd4f05a3ba67aba6cdec38", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/4906158ab5dd4f05a3ba67aba6cdec38", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-acd69cc0-2de7-4ef-user", "id": "05db68bd70dd4267bc94366a166dd785"}, "audit_ids": ["jiVNQ5elT0Wobk5BgtYNhA"], "issued_at": "2018-08-12T08:15:20.000000Z"}} 2018-08-12 08:15:20,714 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}af8142e64010e3283208a0e1bbd0b8ec9ea41f69" 2018-08-12 08:15:20,799 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:15:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dadf78bd-002a-46cc-8423-a490d1c78842 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:15:20,799 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-dadf78bd-002a-46cc-8423-a490d1c78842 2018-08-12 08:15:20,800 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:15:20,801 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:15:20,801 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:15:20,801 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:15:20,801 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:15:20,807 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af8142e64010e3283208a0e1bbd0b8ec9ea41f69" 2018-08-12 08:15:21,335 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 462 X-Openstack-Request-Id: req-b3dcbbad-4d99-4a7b-952e-c0ad3b3ad2a7 Date: Sun, 12 Aug 2018 08:15:21 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "4906158ab5dd4f05a3ba67aba6cdec38", "created_at": "2018-08-12T08:15:06Z", "admin_state_up": true, "updated_at": "2018-08-12T08:15:17Z", "revision_number": 2, "routes": [], "project_id": "4906158ab5dd4f05a3ba67aba6cdec38", "id": "29585b4d-c3bc-4825-a996-119614d712c6", "name": "CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-pub-router"}]} 2018-08-12 08:15:21,335 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-pub-router&admin_state_up=True used request id req-b3dcbbad-4d99-4a7b-952e-c0ad3b3ad2a7 2018-08-12 08:15:21,339 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:15:21,344 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:15:21 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:15:21,345 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/4906158ab5dd4f05a3ba67aba6cdec38 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af8142e64010e3283208a0e1bbd0b8ec9ea41f69" 2018-08-12 08:15:21,435 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:15:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1d26ca39-bb21-49c8-944f-b84d944adf0a Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/4906158ab5dd4f05a3ba67aba6cdec38"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "4906158ab5dd4f05a3ba67aba6cdec38", "name": "CreateRouterSuccessTests-acd69cc0-2de7-4ef-proj"}} 2018-08-12 08:15:21,435 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/4906158ab5dd4f05a3ba67aba6cdec38 used request id req-1d26ca39-bb21-49c8-944f-b84d944adf0a 2018-08-12 08:15:21,441 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=29585b4d-c3bc-4825-a996-119614d712c6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af8142e64010e3283208a0e1bbd0b8ec9ea41f69" 2018-08-12 08:15:21,676 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1641 X-Openstack-Request-Id: req-9b31bf7c-21de-4723-b057-2e45d9a59a10 Date: Sun, 12 Aug 2018 08:15:21 GMT RESP BODY: {"ports":[{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"ed6f2e66-8365-4488-b104-526f85839dda","tenant_id":"4906158ab5dd4f05a3ba67aba6cdec38","created_at":"2018-08-12T08:15:15Z","admin_state_up":true,"updated_at":"2018-08-12T08:15:18Z","binding:vnic_type":"normal","device_id":"29585b4d-c3bc-4825-a996-119614d712c6","device_owner":"network:router_interface","revision_number":10,"mac_address":"fa:16:3e:7c:7c:9d","id":"2f560e34-1580-4d23-88a4-548b9e8a6880","port_security_enabled":true,"project_id":"4906158ab5dd4f05a3ba67aba6cdec38","fixed_ips":[{"subnet_id":"747aeb1c-7fb4-41e2-b5c7-bb55bc907164","ip_address":"10.200.202.1"}],"extra_dhcp_opts":[],"security_groups":["fc5b56fa-5034-4dab-8946-9c66cf8ab100"],"name":"CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-port2"},{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"ed0c8499-6cfb-4e6a-87b4-7a218fda1e47","tenant_id":"4906158ab5dd4f05a3ba67aba6cdec38","created_at":"2018-08-12T08:15:10Z","admin_state_up":true,"updated_at":"2018-08-12T08:15:12Z","binding:vnic_type":"normal","device_id":"29585b4d-c3bc-4825-a996-119614d712c6","device_owner":"network:router_interface","revision_number":10,"mac_address":"fa:16:3e:c5:d7:25","id":"5e7f6df2-cbb0-4884-b912-d848778882a6","port_security_enabled":true,"project_id":"4906158ab5dd4f05a3ba67aba6cdec38","fixed_ips":[{"subnet_id":"82b0247b-b780-4aba-b0f2-9472453e428c","ip_address":"10.200.201.1"}],"extra_dhcp_opts":[],"security_groups":["fc5b56fa-5034-4dab-8946-9c66cf8ab100"],"name":"CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-port1"}]} 2018-08-12 08:15:21,677 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=29585b4d-c3bc-4825-a996-119614d712c6 used request id req-9b31bf7c-21de-4723-b057-2e45d9a59a10 2018-08-12 08:15:21,682 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/82b0247b-b780-4aba-b0f2-9472453e428c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af8142e64010e3283208a0e1bbd0b8ec9ea41f69" 2018-08-12 08:15:21,918 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-4d0587fa-9072-4fa5-ada5-a9fdbfc53929 Date: Sun, 12 Aug 2018 08:15:21 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ed0c8499-6cfb-4e6a-87b4-7a218fda1e47","tenant_id":"4906158ab5dd4f05a3ba67aba6cdec38","created_at":"2018-08-12T08:14:59Z","dns_nameservers":[],"updated_at":"2018-08-12T08:14:59Z","gateway_ip":"10.200.201.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.200.201.0/24","project_id":"4906158ab5dd4f05a3ba67aba6cdec38","id":"82b0247b-b780-4aba-b0f2-9472453e428c","subnetpool_id":null,"name":"CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-pub-subnet1"}} 2018-08-12 08:15:21,918 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/82b0247b-b780-4aba-b0f2-9472453e428c used request id req-4d0587fa-9072-4fa5-ada5-a9fdbfc53929 2018-08-12 08:15:21,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/747aeb1c-7fb4-41e2-b5c7-bb55bc907164 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af8142e64010e3283208a0e1bbd0b8ec9ea41f69" 2018-08-12 08:15:22,338 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-b93f9da5-2cfe-4b81-a3df-9ff856e6d789 Date: Sun, 12 Aug 2018 08:15:22 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ed6f2e66-8365-4488-b104-526f85839dda","tenant_id":"4906158ab5dd4f05a3ba67aba6cdec38","created_at":"2018-08-12T08:15:04Z","dns_nameservers":[],"updated_at":"2018-08-12T08:15:04Z","gateway_ip":"10.200.202.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.202.2","end":"10.200.202.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.200.202.0/24","project_id":"4906158ab5dd4f05a3ba67aba6cdec38","id":"747aeb1c-7fb4-41e2-b5c7-bb55bc907164","subnetpool_id":null,"name":"CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-pub-subnet2"}} 2018-08-12 08:15:22,338 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/747aeb1c-7fb4-41e2-b5c7-bb55bc907164 used request id req-b93f9da5-2cfe-4b81-a3df-9ff856e6d789 2018-08-12 08:15:22,344 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af8142e64010e3283208a0e1bbd0b8ec9ea41f69" 2018-08-12 08:15:22,607 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-ba2a3f8f-703e-4319-af0e-e30f3ff0cc77 Date: Sun, 12 Aug 2018 08:15: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":["82b0247b-b780-4aba-b0f2-9472453e428c"],"updated_at":"2018-08-12T08:14:59Z","tenant_id":"4906158ab5dd4f05a3ba67aba6cdec38","created_at":"2018-08-12T08:14:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"4906158ab5dd4f05a3ba67aba6cdec38","id":"ed0c8499-6cfb-4e6a-87b4-7a218fda1e47","name":"CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-pub-net1"}]} 2018-08-12 08:15:22,607 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-pub-net1 used request id req-ba2a3f8f-703e-4319-af0e-e30f3ff0cc77 2018-08-12 08:15:22,612 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=ed0c8499-6cfb-4e6a-87b4-7a218fda1e47 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af8142e64010e3283208a0e1bbd0b8ec9ea41f69" 2018-08-12 08:15:22,829 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-445de4cf-8d67-4a06-81f1-9d1fd31f37ee Date: Sun, 12 Aug 2018 08:15:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ed0c8499-6cfb-4e6a-87b4-7a218fda1e47","tenant_id":"4906158ab5dd4f05a3ba67aba6cdec38","created_at":"2018-08-12T08:14:59Z","dns_nameservers":[],"updated_at":"2018-08-12T08:14:59Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"4906158ab5dd4f05a3ba67aba6cdec38","id":"82b0247b-b780-4aba-b0f2-9472453e428c","subnetpool_id":null,"name":"CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-pub-subnet1"}]} 2018-08-12 08:15:22,829 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=ed0c8499-6cfb-4e6a-87b4-7a218fda1e47 used request id req-445de4cf-8d67-4a06-81f1-9d1fd31f37ee 2018-08-12 08:15:22,834 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af8142e64010e3283208a0e1bbd0b8ec9ea41f69" 2018-08-12 08:15:23,105 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-92f5ac34-977e-43b1-aa1e-6745abbaa5b5 Date: Sun, 12 Aug 2018 08:15:23 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["82b0247b-b780-4aba-b0f2-9472453e428c"],"updated_at":"2018-08-12T08:14:59Z","tenant_id":"4906158ab5dd4f05a3ba67aba6cdec38","created_at":"2018-08-12T08:14:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"4906158ab5dd4f05a3ba67aba6cdec38","id":"ed0c8499-6cfb-4e6a-87b4-7a218fda1e47","name":"CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-pub-net1"}]} 2018-08-12 08:15:23,105 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-pub-net1 used request id req-92f5ac34-977e-43b1-aa1e-6745abbaa5b5 2018-08-12 08:15:23,109 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/4906158ab5dd4f05a3ba67aba6cdec38 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af8142e64010e3283208a0e1bbd0b8ec9ea41f69" 2018-08-12 08:15:23,282 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:15:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-129be9f0-05ed-42d2-b3d7-cc8d5f6d75d5 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/4906158ab5dd4f05a3ba67aba6cdec38"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "4906158ab5dd4f05a3ba67aba6cdec38", "name": "CreateRouterSuccessTests-acd69cc0-2de7-4ef-proj"}} 2018-08-12 08:15:23,282 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/4906158ab5dd4f05a3ba67aba6cdec38 used request id req-129be9f0-05ed-42d2-b3d7-cc8d5f6d75d5 2018-08-12 08:15:23,287 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=ed0c8499-6cfb-4e6a-87b4-7a218fda1e47 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af8142e64010e3283208a0e1bbd0b8ec9ea41f69" 2018-08-12 08:15:23,678 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-b457f1d5-4157-4e53-86f8-531d019a45ec Date: Sun, 12 Aug 2018 08:15:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ed0c8499-6cfb-4e6a-87b4-7a218fda1e47","tenant_id":"4906158ab5dd4f05a3ba67aba6cdec38","created_at":"2018-08-12T08:14:59Z","dns_nameservers":[],"updated_at":"2018-08-12T08:14:59Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"4906158ab5dd4f05a3ba67aba6cdec38","id":"82b0247b-b780-4aba-b0f2-9472453e428c","subnetpool_id":null,"name":"CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-pub-subnet1"}]} 2018-08-12 08:15:23,678 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=ed0c8499-6cfb-4e6a-87b4-7a218fda1e47 used request id req-b457f1d5-4157-4e53-86f8-531d019a45ec 2018-08-12 08:15:23,683 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=ed0c8499-6cfb-4e6a-87b4-7a218fda1e47&name=CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-port1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af8142e64010e3283208a0e1bbd0b8ec9ea41f69" 2018-08-12 08:15:23,742 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 826 X-Openstack-Request-Id: req-b0a4997e-c706-4f8d-b666-471ce0364271 Date: Sun, 12 Aug 2018 08:15:23 GMT RESP BODY: {"ports":[{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"ed0c8499-6cfb-4e6a-87b4-7a218fda1e47","tenant_id":"4906158ab5dd4f05a3ba67aba6cdec38","created_at":"2018-08-12T08:15:10Z","admin_state_up":true,"updated_at":"2018-08-12T08:15:12Z","binding:vnic_type":"normal","device_id":"29585b4d-c3bc-4825-a996-119614d712c6","device_owner":"network:router_interface","revision_number":10,"mac_address":"fa:16:3e:c5:d7:25","id":"5e7f6df2-cbb0-4884-b912-d848778882a6","port_security_enabled":true,"project_id":"4906158ab5dd4f05a3ba67aba6cdec38","fixed_ips":[{"subnet_id":"82b0247b-b780-4aba-b0f2-9472453e428c","ip_address":"10.200.201.1"}],"extra_dhcp_opts":[],"security_groups":["fc5b56fa-5034-4dab-8946-9c66cf8ab100"],"name":"CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-port1"}]} 2018-08-12 08:15:23,742 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=ed0c8499-6cfb-4e6a-87b4-7a218fda1e47&name=CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-port1&admin_state_up=True used request id req-b0a4997e-c706-4f8d-b666-471ce0364271 2018-08-12 08:15:23,746 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/4906158ab5dd4f05a3ba67aba6cdec38 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af8142e64010e3283208a0e1bbd0b8ec9ea41f69" 2018-08-12 08:15:23,835 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:15:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d468e0b9-40e8-45b0-9f95-c867b37847f6 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/4906158ab5dd4f05a3ba67aba6cdec38"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "4906158ab5dd4f05a3ba67aba6cdec38", "name": "CreateRouterSuccessTests-acd69cc0-2de7-4ef-proj"}} 2018-08-12 08:15:23,836 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/4906158ab5dd4f05a3ba67aba6cdec38 used request id req-d468e0b9-40e8-45b0-9f95-c867b37847f6 2018-08-12 08:15:23,841 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-pub-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af8142e64010e3283208a0e1bbd0b8ec9ea41f69" 2018-08-12 08:15:24,123 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-57cd7e9c-7000-4213-8f6f-6eef98529185 Date: Sun, 12 Aug 2018 08:15:24 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":["747aeb1c-7fb4-41e2-b5c7-bb55bc907164"],"updated_at":"2018-08-12T08:15:04Z","tenant_id":"4906158ab5dd4f05a3ba67aba6cdec38","created_at":"2018-08-12T08:15:02Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"4906158ab5dd4f05a3ba67aba6cdec38","id":"ed6f2e66-8365-4488-b104-526f85839dda","name":"CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-pub-net2"}]} 2018-08-12 08:15:24,123 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-pub-net2 used request id req-57cd7e9c-7000-4213-8f6f-6eef98529185 2018-08-12 08:15:24,128 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=ed6f2e66-8365-4488-b104-526f85839dda -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af8142e64010e3283208a0e1bbd0b8ec9ea41f69" 2018-08-12 08:15:24,357 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-755e6c06-ddb8-4010-a40b-eede11c707c8 Date: Sun, 12 Aug 2018 08:15:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ed6f2e66-8365-4488-b104-526f85839dda","tenant_id":"4906158ab5dd4f05a3ba67aba6cdec38","created_at":"2018-08-12T08:15:04Z","dns_nameservers":[],"updated_at":"2018-08-12T08:15:04Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.202.2","end":"10.200.202.254"}],"gateway_ip":"10.200.202.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.202.0/24","project_id":"4906158ab5dd4f05a3ba67aba6cdec38","id":"747aeb1c-7fb4-41e2-b5c7-bb55bc907164","subnetpool_id":null,"name":"CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-pub-subnet2"}]} 2018-08-12 08:15:24,357 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=ed6f2e66-8365-4488-b104-526f85839dda used request id req-755e6c06-ddb8-4010-a40b-eede11c707c8 2018-08-12 08:15:24,362 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-pub-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af8142e64010e3283208a0e1bbd0b8ec9ea41f69" 2018-08-12 08:15:24,464 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-b79bb6b6-7fe4-465e-8313-3e215e2b79ca Date: Sun, 12 Aug 2018 08:15:24 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":["747aeb1c-7fb4-41e2-b5c7-bb55bc907164"],"updated_at":"2018-08-12T08:15:04Z","tenant_id":"4906158ab5dd4f05a3ba67aba6cdec38","created_at":"2018-08-12T08:15:02Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"4906158ab5dd4f05a3ba67aba6cdec38","id":"ed6f2e66-8365-4488-b104-526f85839dda","name":"CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-pub-net2"}]} 2018-08-12 08:15:24,464 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-pub-net2 used request id req-b79bb6b6-7fe4-465e-8313-3e215e2b79ca 2018-08-12 08:15:24,468 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/4906158ab5dd4f05a3ba67aba6cdec38 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af8142e64010e3283208a0e1bbd0b8ec9ea41f69" 2018-08-12 08:15:24,559 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:15:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a1774af1-1f56-4672-88ef-f8b8c923ebdf Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/4906158ab5dd4f05a3ba67aba6cdec38"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "4906158ab5dd4f05a3ba67aba6cdec38", "name": "CreateRouterSuccessTests-acd69cc0-2de7-4ef-proj"}} 2018-08-12 08:15:24,559 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/4906158ab5dd4f05a3ba67aba6cdec38 used request id req-a1774af1-1f56-4672-88ef-f8b8c923ebdf 2018-08-12 08:15:24,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=ed6f2e66-8365-4488-b104-526f85839dda -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af8142e64010e3283208a0e1bbd0b8ec9ea41f69" 2018-08-12 08:15:24,803 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-8685a243-9038-4fc2-b677-3e5acf28c0fa Date: Sun, 12 Aug 2018 08:15:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ed6f2e66-8365-4488-b104-526f85839dda","tenant_id":"4906158ab5dd4f05a3ba67aba6cdec38","created_at":"2018-08-12T08:15:04Z","dns_nameservers":[],"updated_at":"2018-08-12T08:15:04Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.202.2","end":"10.200.202.254"}],"gateway_ip":"10.200.202.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.202.0/24","project_id":"4906158ab5dd4f05a3ba67aba6cdec38","id":"747aeb1c-7fb4-41e2-b5c7-bb55bc907164","subnetpool_id":null,"name":"CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-pub-subnet2"}]} 2018-08-12 08:15:24,803 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=ed6f2e66-8365-4488-b104-526f85839dda used request id req-8685a243-9038-4fc2-b677-3e5acf28c0fa 2018-08-12 08:15:24,808 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=ed6f2e66-8365-4488-b104-526f85839dda&name=CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-port2&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af8142e64010e3283208a0e1bbd0b8ec9ea41f69" 2018-08-12 08:15:25,033 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 826 X-Openstack-Request-Id: req-64f7a9a3-0a21-4736-87c1-6c1c245cdcdc Date: Sun, 12 Aug 2018 08:15:25 GMT RESP BODY: {"ports":[{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"ed6f2e66-8365-4488-b104-526f85839dda","tenant_id":"4906158ab5dd4f05a3ba67aba6cdec38","created_at":"2018-08-12T08:15:15Z","admin_state_up":true,"updated_at":"2018-08-12T08:15:18Z","binding:vnic_type":"normal","device_id":"29585b4d-c3bc-4825-a996-119614d712c6","device_owner":"network:router_interface","revision_number":10,"mac_address":"fa:16:3e:7c:7c:9d","id":"2f560e34-1580-4d23-88a4-548b9e8a6880","port_security_enabled":true,"project_id":"4906158ab5dd4f05a3ba67aba6cdec38","fixed_ips":[{"subnet_id":"747aeb1c-7fb4-41e2-b5c7-bb55bc907164","ip_address":"10.200.202.1"}],"extra_dhcp_opts":[],"security_groups":["fc5b56fa-5034-4dab-8946-9c66cf8ab100"],"name":"CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-port2"}]} 2018-08-12 08:15:25,033 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=ed6f2e66-8365-4488-b104-526f85839dda&name=CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-port2&admin_state_up=True used request id req-64f7a9a3-0a21-4736-87c1-6c1c245cdcdc 2018-08-12 08:15:25,037 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/4906158ab5dd4f05a3ba67aba6cdec38 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af8142e64010e3283208a0e1bbd0b8ec9ea41f69" 2018-08-12 08:15:25,137 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:15:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d0fc3fa0-c661-4293-b914-683368b15406 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/4906158ab5dd4f05a3ba67aba6cdec38"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "4906158ab5dd4f05a3ba67aba6cdec38", "name": "CreateRouterSuccessTests-acd69cc0-2de7-4ef-proj"}} 2018-08-12 08:15:25,138 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/4906158ab5dd4f05a3ba67aba6cdec38 used request id req-d0fc3fa0-c661-4293-b914-683368b15406 2018-08-12 08:15:25,143 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers/29585b4d-c3bc-4825-a996-119614d712c6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af8142e64010e3283208a0e1bbd0b8ec9ea41f69" 2018-08-12 08:15:25,434 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 459 X-Openstack-Request-Id: req-6a66aff5-4562-4798-8086-e5940d2247ed Date: Sun, 12 Aug 2018 08:15:25 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "4906158ab5dd4f05a3ba67aba6cdec38", "created_at": "2018-08-12T08:15:06Z", "admin_state_up": true, "updated_at": "2018-08-12T08:15:17Z", "revision_number": 2, "routes": [], "project_id": "4906158ab5dd4f05a3ba67aba6cdec38", "id": "29585b4d-c3bc-4825-a996-119614d712c6", "name": "CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-pub-router"}} 2018-08-12 08:15:25,434 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers/29585b4d-c3bc-4825-a996-119614d712c6 used request id req-6a66aff5-4562-4798-8086-e5940d2247ed 2018-08-12 08:15:25,439 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=29585b4d-c3bc-4825-a996-119614d712c6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af8142e64010e3283208a0e1bbd0b8ec9ea41f69" 2018-08-12 08:15:25,512 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1641 X-Openstack-Request-Id: req-828295d6-00c1-41cb-8614-65e266c2788a Date: Sun, 12 Aug 2018 08:15:25 GMT RESP BODY: {"ports":[{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"ed6f2e66-8365-4488-b104-526f85839dda","tenant_id":"4906158ab5dd4f05a3ba67aba6cdec38","created_at":"2018-08-12T08:15:15Z","admin_state_up":true,"updated_at":"2018-08-12T08:15:18Z","binding:vnic_type":"normal","device_id":"29585b4d-c3bc-4825-a996-119614d712c6","device_owner":"network:router_interface","revision_number":10,"mac_address":"fa:16:3e:7c:7c:9d","id":"2f560e34-1580-4d23-88a4-548b9e8a6880","port_security_enabled":true,"project_id":"4906158ab5dd4f05a3ba67aba6cdec38","fixed_ips":[{"subnet_id":"747aeb1c-7fb4-41e2-b5c7-bb55bc907164","ip_address":"10.200.202.1"}],"extra_dhcp_opts":[],"security_groups":["fc5b56fa-5034-4dab-8946-9c66cf8ab100"],"name":"CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-port2"},{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"ed0c8499-6cfb-4e6a-87b4-7a218fda1e47","tenant_id":"4906158ab5dd4f05a3ba67aba6cdec38","created_at":"2018-08-12T08:15:10Z","admin_state_up":true,"updated_at":"2018-08-12T08:15:12Z","binding:vnic_type":"normal","device_id":"29585b4d-c3bc-4825-a996-119614d712c6","device_owner":"network:router_interface","revision_number":10,"mac_address":"fa:16:3e:c5:d7:25","id":"5e7f6df2-cbb0-4884-b912-d848778882a6","port_security_enabled":true,"project_id":"4906158ab5dd4f05a3ba67aba6cdec38","fixed_ips":[{"subnet_id":"82b0247b-b780-4aba-b0f2-9472453e428c","ip_address":"10.200.201.1"}],"extra_dhcp_opts":[],"security_groups":["fc5b56fa-5034-4dab-8946-9c66cf8ab100"],"name":"CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-port1"}]} 2018-08-12 08:15:25,513 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=29585b4d-c3bc-4825-a996-119614d712c6 used request id req-828295d6-00c1-41cb-8614-65e266c2788a 2018-08-12 08:15:25,518 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/82b0247b-b780-4aba-b0f2-9472453e428c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af8142e64010e3283208a0e1bbd0b8ec9ea41f69" 2018-08-12 08:15:25,737 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-208b2b36-eed9-40cd-865a-538c488bc285 Date: Sun, 12 Aug 2018 08:15:25 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ed0c8499-6cfb-4e6a-87b4-7a218fda1e47","tenant_id":"4906158ab5dd4f05a3ba67aba6cdec38","created_at":"2018-08-12T08:14:59Z","dns_nameservers":[],"updated_at":"2018-08-12T08:14:59Z","gateway_ip":"10.200.201.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.200.201.0/24","project_id":"4906158ab5dd4f05a3ba67aba6cdec38","id":"82b0247b-b780-4aba-b0f2-9472453e428c","subnetpool_id":null,"name":"CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-pub-subnet1"}} 2018-08-12 08:15:25,738 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/82b0247b-b780-4aba-b0f2-9472453e428c used request id req-208b2b36-eed9-40cd-865a-538c488bc285 2018-08-12 08:15:25,742 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/747aeb1c-7fb4-41e2-b5c7-bb55bc907164 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af8142e64010e3283208a0e1bbd0b8ec9ea41f69" 2018-08-12 08:15:25,966 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-18a37c5c-4ec7-482b-85ea-6d5e78c274b4 Date: Sun, 12 Aug 2018 08:15:25 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ed6f2e66-8365-4488-b104-526f85839dda","tenant_id":"4906158ab5dd4f05a3ba67aba6cdec38","created_at":"2018-08-12T08:15:04Z","dns_nameservers":[],"updated_at":"2018-08-12T08:15:04Z","gateway_ip":"10.200.202.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.202.2","end":"10.200.202.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.200.202.0/24","project_id":"4906158ab5dd4f05a3ba67aba6cdec38","id":"747aeb1c-7fb4-41e2-b5c7-bb55bc907164","subnetpool_id":null,"name":"CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-pub-subnet2"}} 2018-08-12 08:15:25,966 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/747aeb1c-7fb4-41e2-b5c7-bb55bc907164 used request id req-18a37c5c-4ec7-482b-85ea-6d5e78c274b4 2018-08-12 08:15:25,972 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=ed0c8499-6cfb-4e6a-87b4-7a218fda1e47 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e218a60acc1124d65297733b9d170636ef52bbe9" 2018-08-12 08:15:26,252 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-c4e84765-d9a5-4948-8bc9-d65e1e150614 Date: Sun, 12 Aug 2018 08:15:26 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["82b0247b-b780-4aba-b0f2-9472453e428c"],"updated_at":"2018-08-12T08:14:59Z","tenant_id":"4906158ab5dd4f05a3ba67aba6cdec38","created_at":"2018-08-12T08:14:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"4906158ab5dd4f05a3ba67aba6cdec38","id":"ed0c8499-6cfb-4e6a-87b4-7a218fda1e47","name":"CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-pub-net1"}]} 2018-08-12 08:15:26,252 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=ed0c8499-6cfb-4e6a-87b4-7a218fda1e47 used request id req-c4e84765-d9a5-4948-8bc9-d65e1e150614 2018-08-12 08:15:26,257 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=ed0c8499-6cfb-4e6a-87b4-7a218fda1e47 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e218a60acc1124d65297733b9d170636ef52bbe9" 2018-08-12 08:15:26,494 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-7ff00252-9858-41c5-afa4-3c3a35ffc3a3 Date: Sun, 12 Aug 2018 08:15:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ed0c8499-6cfb-4e6a-87b4-7a218fda1e47","tenant_id":"4906158ab5dd4f05a3ba67aba6cdec38","created_at":"2018-08-12T08:14:59Z","dns_nameservers":[],"updated_at":"2018-08-12T08:14:59Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"4906158ab5dd4f05a3ba67aba6cdec38","id":"82b0247b-b780-4aba-b0f2-9472453e428c","subnetpool_id":null,"name":"CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-pub-subnet1"}]} 2018-08-12 08:15:26,494 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=ed0c8499-6cfb-4e6a-87b4-7a218fda1e47 used request id req-7ff00252-9858-41c5-afa4-3c3a35ffc3a3 2018-08-12 08:15:26,500 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=ed0c8499-6cfb-4e6a-87b4-7a218fda1e47 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e218a60acc1124d65297733b9d170636ef52bbe9" 2018-08-12 08:15:26,827 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3049 X-Openstack-Request-Id: req-013ef48c-f5ce-4cbf-958f-9a389e325225 Date: Sun, 12 Aug 2018 08:15:26 GMT RESP BODY: {"ports":[{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"ed0c8499-6cfb-4e6a-87b4-7a218fda1e47","tenant_id":"4906158ab5dd4f05a3ba67aba6cdec38","created_at":"2018-08-12T08:15:10Z","admin_state_up":true,"updated_at":"2018-08-12T08:15:12Z","binding:vnic_type":"normal","device_id":"29585b4d-c3bc-4825-a996-119614d712c6","device_owner":"network:router_interface","revision_number":10,"mac_address":"fa:16:3e:c5:d7:25","id":"5e7f6df2-cbb0-4884-b912-d848778882a6","port_security_enabled":true,"project_id":"4906158ab5dd4f05a3ba67aba6cdec38","fixed_ips":[{"subnet_id":"82b0247b-b780-4aba-b0f2-9472453e428c","ip_address":"10.200.201.1"}],"extra_dhcp_opts":[],"security_groups":["fc5b56fa-5034-4dab-8946-9c66cf8ab100"],"name":"CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-port1"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"ed0c8499-6cfb-4e6a-87b4-7a218fda1e47","tenant_id":"4906158ab5dd4f05a3ba67aba6cdec38","created_at":"2018-08-12T08:15:00Z","admin_state_up":true,"updated_at":"2018-08-12T08:15:03Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-ed0c8499-6cfb-4e6a-87b4-7a218fda1e47","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:fd:76:db","id":"899efb57-6e31-4297-b6f5-b68eb462901a","port_security_enabled":false,"project_id":"4906158ab5dd4f05a3ba67aba6cdec38","fixed_ips":[{"subnet_id":"82b0247b-b780-4aba-b0f2-9472453e428c","ip_address":"10.200.201.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"ed0c8499-6cfb-4e6a-87b4-7a218fda1e47","tenant_id":"4906158ab5dd4f05a3ba67aba6cdec38","created_at":"2018-08-12T08:15:02Z","admin_state_up":true,"updated_at":"2018-08-12T08:15:05Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-ed0c8499-6cfb-4e6a-87b4-7a218fda1e47","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:19:3e:32","id":"a0af36d7-d862-4ce2-bffb-021ec0f0a229","port_security_enabled":false,"project_id":"4906158ab5dd4f05a3ba67aba6cdec38","fixed_ips":[{"subnet_id":"82b0247b-b780-4aba-b0f2-9472453e428c","ip_address":"10.200.201.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"ed0c8499-6cfb-4e6a-87b4-7a218fda1e47","tenant_id":"4906158ab5dd4f05a3ba67aba6cdec38","created_at":"2018-08-12T08:15:01Z","admin_state_up":true,"updated_at":"2018-08-12T08:15:04Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-ed0c8499-6cfb-4e6a-87b4-7a218fda1e47","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:4b:84:3b","id":"da1ce5ac-e436-4918-8c9f-0d2a5ad622b4","port_security_enabled":false,"project_id":"4906158ab5dd4f05a3ba67aba6cdec38","fixed_ips":[{"subnet_id":"82b0247b-b780-4aba-b0f2-9472453e428c","ip_address":"10.200.201.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-12 08:15:26,827 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=ed0c8499-6cfb-4e6a-87b4-7a218fda1e47 used request id req-013ef48c-f5ce-4cbf-958f-9a389e325225 2018-08-12 08:15:26,833 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=ed6f2e66-8365-4488-b104-526f85839dda -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e218a60acc1124d65297733b9d170636ef52bbe9" 2018-08-12 08:15:27,119 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-17b8b3fe-561e-42d9-ad8c-af8b072136fb Date: Sun, 12 Aug 2018 08:15:27 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":["747aeb1c-7fb4-41e2-b5c7-bb55bc907164"],"updated_at":"2018-08-12T08:15:04Z","tenant_id":"4906158ab5dd4f05a3ba67aba6cdec38","created_at":"2018-08-12T08:15:02Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"4906158ab5dd4f05a3ba67aba6cdec38","id":"ed6f2e66-8365-4488-b104-526f85839dda","name":"CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-pub-net2"}]} 2018-08-12 08:15:27,119 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=ed6f2e66-8365-4488-b104-526f85839dda used request id req-17b8b3fe-561e-42d9-ad8c-af8b072136fb 2018-08-12 08:15:27,125 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=ed6f2e66-8365-4488-b104-526f85839dda -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e218a60acc1124d65297733b9d170636ef52bbe9" 2018-08-12 08:15:27,342 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-70781c85-d8c4-4fad-b920-3eab6ac0743e Date: Sun, 12 Aug 2018 08:15:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ed6f2e66-8365-4488-b104-526f85839dda","tenant_id":"4906158ab5dd4f05a3ba67aba6cdec38","created_at":"2018-08-12T08:15:04Z","dns_nameservers":[],"updated_at":"2018-08-12T08:15:04Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.202.2","end":"10.200.202.254"}],"gateway_ip":"10.200.202.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.202.0/24","project_id":"4906158ab5dd4f05a3ba67aba6cdec38","id":"747aeb1c-7fb4-41e2-b5c7-bb55bc907164","subnetpool_id":null,"name":"CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-pub-subnet2"}]} 2018-08-12 08:15:27,342 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=ed6f2e66-8365-4488-b104-526f85839dda used request id req-70781c85-d8c4-4fad-b920-3eab6ac0743e 2018-08-12 08:15:27,348 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=ed6f2e66-8365-4488-b104-526f85839dda -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e218a60acc1124d65297733b9d170636ef52bbe9" 2018-08-12 08:15:27,450 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3049 X-Openstack-Request-Id: req-d5e2ec2c-696e-4b25-a584-e01088572b79 Date: Sun, 12 Aug 2018 08:15:27 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"ed6f2e66-8365-4488-b104-526f85839dda","tenant_id":"4906158ab5dd4f05a3ba67aba6cdec38","created_at":"2018-08-12T08:15:04Z","admin_state_up":true,"updated_at":"2018-08-12T08:15:07Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-ed6f2e66-8365-4488-b104-526f85839dda","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:2c:cd:06","id":"15299a79-3db7-46c0-892f-3d02525ac627","port_security_enabled":false,"project_id":"4906158ab5dd4f05a3ba67aba6cdec38","fixed_ips":[{"subnet_id":"747aeb1c-7fb4-41e2-b5c7-bb55bc907164","ip_address":"10.200.202.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"ed6f2e66-8365-4488-b104-526f85839dda","tenant_id":"4906158ab5dd4f05a3ba67aba6cdec38","created_at":"2018-08-12T08:15:15Z","admin_state_up":true,"updated_at":"2018-08-12T08:15:18Z","binding:vnic_type":"normal","device_id":"29585b4d-c3bc-4825-a996-119614d712c6","device_owner":"network:router_interface","revision_number":10,"mac_address":"fa:16:3e:7c:7c:9d","id":"2f560e34-1580-4d23-88a4-548b9e8a6880","port_security_enabled":true,"project_id":"4906158ab5dd4f05a3ba67aba6cdec38","fixed_ips":[{"subnet_id":"747aeb1c-7fb4-41e2-b5c7-bb55bc907164","ip_address":"10.200.202.1"}],"extra_dhcp_opts":[],"security_groups":["fc5b56fa-5034-4dab-8946-9c66cf8ab100"],"name":"CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-port2"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"ed6f2e66-8365-4488-b104-526f85839dda","tenant_id":"4906158ab5dd4f05a3ba67aba6cdec38","created_at":"2018-08-12T08:15:05Z","admin_state_up":true,"updated_at":"2018-08-12T08:15:08Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-ed6f2e66-8365-4488-b104-526f85839dda","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:2c:29:b6","id":"8a2176f3-69f6-4560-b9c6-12366d096bf8","port_security_enabled":false,"project_id":"4906158ab5dd4f05a3ba67aba6cdec38","fixed_ips":[{"subnet_id":"747aeb1c-7fb4-41e2-b5c7-bb55bc907164","ip_address":"10.200.202.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"ed6f2e66-8365-4488-b104-526f85839dda","tenant_id":"4906158ab5dd4f05a3ba67aba6cdec38","created_at":"2018-08-12T08:15:05Z","admin_state_up":true,"updated_at":"2018-08-12T08:15:07Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-ed6f2e66-8365-4488-b104-526f85839dda","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:f4:d2:1a","id":"da25f568-f884-4681-95e3-3e2b13188b59","port_security_enabled":false,"project_id":"4906158ab5dd4f05a3ba67aba6cdec38","fixed_ips":[{"subnet_id":"747aeb1c-7fb4-41e2-b5c7-bb55bc907164","ip_address":"10.200.202.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-12 08:15:27,450 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=ed6f2e66-8365-4488-b104-526f85839dda used request id req-d5e2ec2c-696e-4b25-a584-e01088572b79 2018-08-12 08:15:27,456 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/82b0247b-b780-4aba-b0f2-9472453e428c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e218a60acc1124d65297733b9d170636ef52bbe9" 2018-08-12 08:15:27,521 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-b14890a4-2de8-461f-b109-537aaa793d32 Date: Sun, 12 Aug 2018 08:15:27 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ed0c8499-6cfb-4e6a-87b4-7a218fda1e47","tenant_id":"4906158ab5dd4f05a3ba67aba6cdec38","created_at":"2018-08-12T08:14:59Z","dns_nameservers":[],"updated_at":"2018-08-12T08:14:59Z","gateway_ip":"10.200.201.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.200.201.0/24","project_id":"4906158ab5dd4f05a3ba67aba6cdec38","id":"82b0247b-b780-4aba-b0f2-9472453e428c","subnetpool_id":null,"name":"CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-pub-subnet1"}} 2018-08-12 08:15:27,521 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/82b0247b-b780-4aba-b0f2-9472453e428c used request id req-b14890a4-2de8-461f-b109-537aaa793d32 2018-08-12 08:15:27,526 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=ed0c8499-6cfb-4e6a-87b4-7a218fda1e47 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e218a60acc1124d65297733b9d170636ef52bbe9" 2018-08-12 08:15:27,627 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-0d20eed5-fa85-4c87-bf41-b73a2951f717 Date: Sun, 12 Aug 2018 08:15:27 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":["82b0247b-b780-4aba-b0f2-9472453e428c"],"updated_at":"2018-08-12T08:14:59Z","tenant_id":"4906158ab5dd4f05a3ba67aba6cdec38","created_at":"2018-08-12T08:14:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"4906158ab5dd4f05a3ba67aba6cdec38","id":"ed0c8499-6cfb-4e6a-87b4-7a218fda1e47","name":"CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-pub-net1"}]} 2018-08-12 08:15:27,627 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=ed0c8499-6cfb-4e6a-87b4-7a218fda1e47 used request id req-0d20eed5-fa85-4c87-bf41-b73a2951f717 2018-08-12 08:15:27,632 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=ed0c8499-6cfb-4e6a-87b4-7a218fda1e47 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e218a60acc1124d65297733b9d170636ef52bbe9" 2018-08-12 08:15:27,867 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-90803de7-5356-4795-8b2a-75a97666b883 Date: Sun, 12 Aug 2018 08:15:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ed0c8499-6cfb-4e6a-87b4-7a218fda1e47","tenant_id":"4906158ab5dd4f05a3ba67aba6cdec38","created_at":"2018-08-12T08:14:59Z","dns_nameservers":[],"updated_at":"2018-08-12T08:14:59Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"4906158ab5dd4f05a3ba67aba6cdec38","id":"82b0247b-b780-4aba-b0f2-9472453e428c","subnetpool_id":null,"name":"CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-pub-subnet1"}]} 2018-08-12 08:15:27,867 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=ed0c8499-6cfb-4e6a-87b4-7a218fda1e47 used request id req-90803de7-5356-4795-8b2a-75a97666b883 2018-08-12 08:15:27,872 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/747aeb1c-7fb4-41e2-b5c7-bb55bc907164 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e218a60acc1124d65297733b9d170636ef52bbe9" 2018-08-12 08:15:28,093 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-3ac21462-c797-4e09-9090-ba58b68c3878 Date: Sun, 12 Aug 2018 08:15:28 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ed6f2e66-8365-4488-b104-526f85839dda","tenant_id":"4906158ab5dd4f05a3ba67aba6cdec38","created_at":"2018-08-12T08:15:04Z","dns_nameservers":[],"updated_at":"2018-08-12T08:15:04Z","gateway_ip":"10.200.202.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.202.2","end":"10.200.202.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.200.202.0/24","project_id":"4906158ab5dd4f05a3ba67aba6cdec38","id":"747aeb1c-7fb4-41e2-b5c7-bb55bc907164","subnetpool_id":null,"name":"CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-pub-subnet2"}} 2018-08-12 08:15:28,093 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/747aeb1c-7fb4-41e2-b5c7-bb55bc907164 used request id req-3ac21462-c797-4e09-9090-ba58b68c3878 2018-08-12 08:15:28,098 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=ed6f2e66-8365-4488-b104-526f85839dda -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e218a60acc1124d65297733b9d170636ef52bbe9" 2018-08-12 08:15:28,384 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-0a95627e-4bfa-4555-a6d6-b1396cb64c14 Date: Sun, 12 Aug 2018 08:15: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":["747aeb1c-7fb4-41e2-b5c7-bb55bc907164"],"updated_at":"2018-08-12T08:15:04Z","tenant_id":"4906158ab5dd4f05a3ba67aba6cdec38","created_at":"2018-08-12T08:15:02Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"4906158ab5dd4f05a3ba67aba6cdec38","id":"ed6f2e66-8365-4488-b104-526f85839dda","name":"CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-pub-net2"}]} 2018-08-12 08:15:28,384 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=ed6f2e66-8365-4488-b104-526f85839dda used request id req-0a95627e-4bfa-4555-a6d6-b1396cb64c14 2018-08-12 08:15:28,389 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=ed6f2e66-8365-4488-b104-526f85839dda -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e218a60acc1124d65297733b9d170636ef52bbe9" 2018-08-12 08:15:28,606 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-a6e9e57d-ba43-412b-aceb-8aca689f7b89 Date: Sun, 12 Aug 2018 08:15:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ed6f2e66-8365-4488-b104-526f85839dda","tenant_id":"4906158ab5dd4f05a3ba67aba6cdec38","created_at":"2018-08-12T08:15:04Z","dns_nameservers":[],"updated_at":"2018-08-12T08:15:04Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.202.2","end":"10.200.202.254"}],"gateway_ip":"10.200.202.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.202.0/24","project_id":"4906158ab5dd4f05a3ba67aba6cdec38","id":"747aeb1c-7fb4-41e2-b5c7-bb55bc907164","subnetpool_id":null,"name":"CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-pub-subnet2"}]} 2018-08-12 08:15:28,606 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=ed6f2e66-8365-4488-b104-526f85839dda used request id req-a6e9e57d-ba43-412b-aceb-8aca689f7b89 2018-08-12 08:15:28,607 - OpenStackNetwork - INFO - Removing router interface from router CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-pub-router and port CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-port1 2018-08-12 08:15:28,607 - neutron_utils - INFO - Removing router interface from router named CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-pub-router 2018-08-12 08:15:28,612 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9696/v2.0/routers/29585b4d-c3bc-4825-a996-119614d712c6/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3f5af12330f6c4a022850107500747e32a66d5c" -d '{"port_id": "5e7f6df2-cbb0-4884-b912-d848778882a6"}' 2018-08-12 08:15:30,173 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-733c0289-53f9-475c-848c-8ba3bea1524d Date: Sun, 12 Aug 2018 08:15:30 GMT RESP BODY: {"network_id": "ed0c8499-6cfb-4e6a-87b4-7a218fda1e47", "tenant_id": "4906158ab5dd4f05a3ba67aba6cdec38", "subnet_id": "82b0247b-b780-4aba-b0f2-9472453e428c", "subnet_ids": ["82b0247b-b780-4aba-b0f2-9472453e428c"], "port_id": "5e7f6df2-cbb0-4884-b912-d848778882a6", "id": "29585b4d-c3bc-4825-a996-119614d712c6"} 2018-08-12 08:15:30,174 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/29585b4d-c3bc-4825-a996-119614d712c6/remove_router_interface used request id req-733c0289-53f9-475c-848c-8ba3bea1524d 2018-08-12 08:15:30,174 - OpenStackNetwork - INFO - Removing router interface from router CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-pub-router and port CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-port2 2018-08-12 08:15:30,174 - neutron_utils - INFO - Removing router interface from router named CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-pub-router 2018-08-12 08:15:30,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9696/v2.0/routers/29585b4d-c3bc-4825-a996-119614d712c6/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3f5af12330f6c4a022850107500747e32a66d5c" -d '{"port_id": "2f560e34-1580-4d23-88a4-548b9e8a6880"}' 2018-08-12 08:15:31,512 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-e9b38b3e-94e3-4488-8ce6-410d53410d09 Date: Sun, 12 Aug 2018 08:15:31 GMT RESP BODY: {"network_id": "ed6f2e66-8365-4488-b104-526f85839dda", "tenant_id": "4906158ab5dd4f05a3ba67aba6cdec38", "subnet_id": "747aeb1c-7fb4-41e2-b5c7-bb55bc907164", "subnet_ids": ["747aeb1c-7fb4-41e2-b5c7-bb55bc907164"], "port_id": "2f560e34-1580-4d23-88a4-548b9e8a6880", "id": "29585b4d-c3bc-4825-a996-119614d712c6"} 2018-08-12 08:15:31,512 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/29585b4d-c3bc-4825-a996-119614d712c6/remove_router_interface used request id req-e9b38b3e-94e3-4488-8ce6-410d53410d09 2018-08-12 08:15:31,513 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-pub-router 2018-08-12 08:15:31,513 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-pub-router 2018-08-12 08:15:31,518 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/routers/29585b4d-c3bc-4825-a996-119614d712c6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3f5af12330f6c4a022850107500747e32a66d5c" 2018-08-12 08:15:31,947 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c74ea747-3682-48a6-a202-b7af1969ac53 Content-Length: 0 Date: Sun, 12 Aug 2018 08:15:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:15:31,947 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/29585b4d-c3bc-4825-a996-119614d712c6 used request id req-c74ea747-3682-48a6-a202-b7af1969ac53 2018-08-12 08:15:31,948 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-pub-subnet1 2018-08-12 08:15:31,948 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-pub-subnet1 2018-08-12 08:15:31,952 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/82b0247b-b780-4aba-b0f2-9472453e428c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89e2164d55c0a499820a3e4bc08642077b92105d" 2018-08-12 08:15:34,520 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a2369010-62f7-4368-94ed-84fb20b06c7f Date: Sun, 12 Aug 2018 08:15:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:15:34,521 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/82b0247b-b780-4aba-b0f2-9472453e428c used request id req-a2369010-62f7-4368-94ed-84fb20b06c7f 2018-08-12 08:15:34,521 - neutron_utils - INFO - Deleting network with name CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-pub-net1 2018-08-12 08:15:34,525 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/ed0c8499-6cfb-4e6a-87b4-7a218fda1e47 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89e2164d55c0a499820a3e4bc08642077b92105d" 2018-08-12 08:15:35,855 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-fc7f010f-56d5-4c4b-876c-a7b508751d0c Date: Sun, 12 Aug 2018 08:15:35 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:15:35,856 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/ed0c8499-6cfb-4e6a-87b4-7a218fda1e47 used request id req-fc7f010f-56d5-4c4b-876c-a7b508751d0c 2018-08-12 08:15:35,856 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-pub-subnet2 2018-08-12 08:15:35,857 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-pub-subnet2 2018-08-12 08:15:35,861 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/747aeb1c-7fb4-41e2-b5c7-bb55bc907164 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10a5b0c076e6ba1ac96b77475e21df30326cb57c" 2018-08-12 08:15:38,321 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-fde4a29b-a63b-486e-b4ab-e19112fa689d Date: Sun, 12 Aug 2018 08:15:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:15:38,321 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/747aeb1c-7fb4-41e2-b5c7-bb55bc907164 used request id req-fde4a29b-a63b-486e-b4ab-e19112fa689d 2018-08-12 08:15:38,321 - neutron_utils - INFO - Deleting network with name CreateRouterSuccessTests-839c3b13-91d6-4751-b7c7-e5495f8cea54-pub-net2 2018-08-12 08:15:38,327 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/ed6f2e66-8365-4488-b104-526f85839dda -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10a5b0c076e6ba1ac96b77475e21df30326cb57c" 2018-08-12 08:15:39,801 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-caae498d-91f6-4ec6-b964-ead7494be374 Date: Sun, 12 Aug 2018 08:15:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:15:39,801 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/ed6f2e66-8365-4488-b104-526f85839dda used request id req-caae498d-91f6-4ec6-b964-ead7494be374 2018-08-12 08:15:39,802 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:15:39,802 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:15:39,803 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:15:39,803 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:15:39,803 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:15:39,809 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5daba75fe6d97a911944f0379a20de7c9e248d8c" 2018-08-12 08:15:40,081 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 45548 X-Openstack-Request-Id: req-acdf1db4-980e-4df7-8b9c-da14e0d89f85 Date: Sun, 12 Aug 2018 08:15:40 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "created_at": "2018-08-12T06:59:44Z", "updated_at": "2018-08-12T06:59:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "1d7fd960-7865-4453-aecc-8d399b4fad21", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "66820d8a-b785-4b18-bd67-500221c8e4f9", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "74fc7638-a322-4841-8c47-06d36174a200", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "8eaa09ec-8419-4582-9312-1e527afe6e4b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}], "revision_number": 4, "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "created_at": "2018-08-12T05:12:34Z", "updated_at": "2018-08-12T05:12:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "709513d2-af7d-4d0b-bd3c-604fed75a711", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "aa346066-e46f-44f2-94be-2884aa998a19", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "c15f7b93-e56c-4afa-867d-2acb286d4b7b", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "cb0ef83f-5f70-4a80-ad35-431ca9df551e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}], "revision_number": 4, "project_id": "fa5a7fe6ee54472ba01638877aade8e3", "id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ea65becf30e54b27aa96a449698a435e", "created_at": "2018-08-12T05:10:35Z", "updated_at": "2018-08-12T05:10:35Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "30ad280c-f302-4cd4-a438-5139917b56f9", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "76115c4c-887d-4f0a-83e2-486e4b39c713", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "8ab14937-4c08-4d43-8a9a-662e622cc643", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "ee757a03-5662-4273-9c3e-6212e7afb48f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}], "revision_number": 4, "project_id": "ea65becf30e54b27aa96a449698a435e", "id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "created_at": "2018-08-12T06:20:09Z", "updated_at": "2018-08-12T06:20:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "1123b8f2-75ac-4a26-b9b2-a96da97408e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "2ddd2b93-e080-48cd-9a50-f5fe8a82ad0c", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "cd1bae62-0aea-4438-b4c3-50a69ae6f855", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "e398e01e-ceea-46d1-9534-b929808c4a5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}], "revision_number": 4, "project_id": "ff7abd7bb61f4f2889831e932d65dc2e", "id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "created_at": "2018-08-12T05:34:57Z", "updated_at": "2018-08-12T05:34:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "208a1c1e-f5f8-49c7-9a25-d07e68b1541f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "27bfd867-e607-4bf8-9de8-60682d3f771d", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "49360e1f-6fd3-4f35-b339-24cea95773ee", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "60f631a9-d305-4920-9631-d0543e2ac64f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}], "revision_number": 4, "project_id": "3a85ceae958d4d9fba68847e7df67db8", "id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "created_at": "2018-08-12T05:34:40Z", "updated_at": "2018-08-12T05:34:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "2192c259-363e-4768-ae73-e75837ad63b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "3f87ddc5-f84d-41dc-8215-847724782569", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "7d89f6da-ea78-49dd-9115-f9ad23b250bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "9ec4497d-0f65-44db-9be9-7b3042e4a584", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}], "revision_number": 4, "project_id": "85517fcf1c6247e699fdcdd42ecc8c79", "id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "created_at": "2018-08-12T05:16:02Z", "updated_at": "2018-08-12T05:16:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "1ecacd8c-c1c7-4a66-9871-406a69323b43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "3cc1750c-e0e7-4902-b6f3-494a161b832e", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "d719a7a4-8c99-44ed-8c12-6bf071890203", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "fe7421b5-d577-41da-8c78-62f3c07eda92", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}], "revision_number": 4, "project_id": "a267b9a156244bb192691cff6e5f74fe", "id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "315a428116f24d9fbb826b37080a918e", "created_at": "2018-08-12T05:11:31Z", "updated_at": "2018-08-12T05:11:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "5e52886a-1dc3-4a81-a55d-f388dc4fd1a1", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "678e32e4-d64c-448a-a4ab-e253ab94ae90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "a8da1539-e3ad-4f90-b2df-3dc1f09d228a", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "b73d5cc9-0205-4658-bb1f-61a042c0ab8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}], "revision_number": 4, "project_id": "315a428116f24d9fbb826b37080a918e", "id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-12T05:08:01Z", "updated_at": "2018-08-12T05:08:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:01Z", "revision_number": 0, "id": "0fb05d03-1117-45d0-930c-b6d4c96ef102", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "4faaab33-5788-4bbd-85b8-0fb44d41413a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "96d0c5a0-5c67-421b-8fc8-2b46d77e5db3", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "dd78519b-4bc5-4e8e-ad0f-58089dd69347", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "11a46741b7954b959fd7764109c047b6", "created_at": "2018-08-12T05:34:51Z", "updated_at": "2018-08-12T05:34:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "0b67bf3c-2289-43bb-ab6c-7d25ec32a279", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "51f3f833-337a-42bd-a8d5-742ea8d6c226", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "571fd0b5-ef90-408d-af33-aafb517b8993", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "944ba823-fb9c-496e-a66e-bb426bb14a8d", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}], "revision_number": 4, "project_id": "11a46741b7954b959fd7764109c047b6", "id": "90af9782-8112-4257-801d-ee5115d226ba", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "created_at": "2018-08-12T05:34:26Z", "updated_at": "2018-08-12T05:34:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "2ee1f63a-807c-4d6a-85ee-dd784f6b8c3f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5dec3ec2-2add-47dd-8618-90659dcf3885", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5ea0dc3e-49d0-43f0-94e9-f6443527d14c", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "fbfaca22-7e3e-4128-8973-43e439b77c28", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}], "revision_number": 4, "project_id": "3c01cd58055c44ecaef39f7e625c2258", "id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "521007c1818145639e93ceb270559219", "created_at": "2018-08-12T05:13:27Z", "updated_at": "2018-08-12T05:13:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "5e7fede5-b0f2-47d8-95c3-516cdfc7f9de", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "8fd0e36f-c6c4-4f64-ba97-40439e614448", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "db7d79de-1dfc-4138-945f-91e74cdc266b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "e87f2cff-ff3e-4b6d-aaf0-7f0eb0ab9f05", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}], "revision_number": 4, "project_id": "521007c1818145639e93ceb270559219", "id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "created_at": "2018-08-12T05:08:18Z", "updated_at": "2018-08-12T05:08:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "3c67be40-bf74-4f97-9693-d93ce73a23b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "6112d869-2fc6-4a25-a13c-3d55cd7206c0", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "bdf21c56-453e-482e-9cba-3c55abcb0339", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "c8e92c39-38cc-4f48-be9c-5f0912e6a725", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}], "revision_number": 4, "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "created_at": "2018-08-12T05:04:23Z", "updated_at": "2018-08-12T05:04:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "280546d9-8ad1-4283-abfc-15ee9b1736c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "58bce125-f2ca-4a6d-b9ca-4e6cf5c0f7a5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "69275b9a-cfb5-482c-a9c4-8ffc79adf2c7", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "6d747f3a-3764-469a-a645-f977585c5aac", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}], "revision_number": 4, "project_id": "310f5853751a4c968f3eeb0a3d99a0a8", "id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "created_at": "2018-08-12T05:34:42Z", "updated_at": "2018-08-12T05:34:42Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "199582e8-25aa-457a-aa7c-6d8413ca4464", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "234f3609-4454-448f-919d-c8143c7cd764", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "c1061460-71a2-49a9-a04b-9fa33eeb17ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "d21ac532-51d8-4d6b-8300-7bac216759bf", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}], "revision_number": 4, "project_id": "9f6c1a272706419c9a74b0893b2890e8", "id": "d6739716-c693-460c-89c6-e7c8c48f8245", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "created_at": "2018-08-12T05:34:54Z", "updated_at": "2018-08-12T05:34:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "0633a05a-ee7d-4476-a56b-75d011b22f77", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "6cc1b9f8-73db-47a3-a0e0-3c96c43f34da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "90d99a6b-e94f-4fd8-a10c-f19dd8954c13", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "e843c139-af2a-4d2c-a24f-59f7b10ff72e", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}], "revision_number": 4, "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "created_at": "2018-08-12T05:09:07Z", "updated_at": "2018-08-12T05:09:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "5495e168-f505-4d74-ae6d-387f0bf533c2", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "6fd19b8b-3062-456e-81ba-3ff37fe43429", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8ca59d25-485c-46ce-939c-2e4a468caeac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8f190846-50a0-42b9-b571-390809b752b1", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}], "revision_number": 4, "project_id": "fa9ca6d7608b4d7d87ce97331679a481", "id": "edcd9b17-9416-4c25-823c-060c435e18d7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "created_at": "2018-08-12T05:34:52Z", "updated_at": "2018-08-12T05:34:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "2c7e484e-6ec5-4a95-8c9c-66d294c0c27e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "70c74258-3c2c-4efc-87e0-079c26ee3417", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "b70382fa-082e-4c2b-abc8-87490fa50b11", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "c3628e02-b4b6-42c9-8751-c1a2d3c19caa", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}], "revision_number": 4, "project_id": "87db863ba6e348b0a5ddcb67053db9d1", "id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4906158ab5dd4f05a3ba67aba6cdec38", "created_at": "2018-08-12T08:14:58Z", "updated_at": "2018-08-12T08:14:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:14:58Z", "revision_number": 0, "id": "1022983a-bf78-43c1-9112-97b41deaff8e", "remote_group_id": "fc5b56fa-5034-4dab-8946-9c66cf8ab100", "remote_ip_prefix": null, "created_at": "2018-08-12T08:14:58Z", "security_group_id": "fc5b56fa-5034-4dab-8946-9c66cf8ab100", "tenant_id": "4906158ab5dd4f05a3ba67aba6cdec38", "port_range_min": null, "ethertype": "IPv6", "project_id": "4906158ab5dd4f05a3ba67aba6cdec38"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:14:58Z", "revision_number": 0, "id": "8581771e-585f-4aa7-91d4-828f74e5caa6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:14:58Z", "security_group_id": "fc5b56fa-5034-4dab-8946-9c66cf8ab100", "tenant_id": "4906158ab5dd4f05a3ba67aba6cdec38", "port_range_min": null, "ethertype": "IPv4", "project_id": "4906158ab5dd4f05a3ba67aba6cdec38"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:14:58Z", "revision_number": 0, "id": "8709d13f-d3f2-413a-814a-6e3a1cd1370f", "remote_group_id": "fc5b56fa-5034-4dab-8946-9c66cf8ab100", "remote_ip_prefix": null, "created_at": "2018-08-12T08:14:58Z", "security_group_id": "fc5b56fa-5034-4dab-8946-9c66cf8ab100", "tenant_id": "4906158ab5dd4f05a3ba67aba6cdec38", "port_range_min": null, "ethertype": "IPv4", "project_id": "4906158ab5dd4f05a3ba67aba6cdec38"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:14:58Z", "revision_number": 0, "id": "bbaffdc6-b2a3-48fd-8252-2c22473c7594", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:14:58Z", "security_group_id": "fc5b56fa-5034-4dab-8946-9c66cf8ab100", "tenant_id": "4906158ab5dd4f05a3ba67aba6cdec38", "port_range_min": null, "ethertype": "IPv6", "project_id": "4906158ab5dd4f05a3ba67aba6cdec38"}], "revision_number": 4, "project_id": "4906158ab5dd4f05a3ba67aba6cdec38", "id": "fc5b56fa-5034-4dab-8946-9c66cf8ab100", "name": "default"}]} 2018-08-12 08:15:40,083 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-acdf1db4-980e-4df7-8b9c-da14e0d89f85 2018-08-12 08:15:40,092 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5daba75fe6d97a911944f0379a20de7c9e248d8c" 2018-08-12 08:15:40,181 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:15:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-aac601dd-fe14-4e19-afe8-b2f372d8f555 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 5fe28c13d4d74ba2be8d019ac1ea6363.", "code": 404, "title": "Not Found"}} 2018-08-12 08:15:40,181 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 used request id req-aac601dd-fe14-4e19-afe8-b2f372d8f555 2018-08-12 08:15:40,181 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:15:40,185 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5daba75fe6d97a911944f0379a20de7c9e248d8c" 2018-08-12 08:15:40,272 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:15:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dad736dd-8b7e-4787-8899-a71582b1862e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa5a7fe6ee54472ba01638877aade8e3.", "code": 404, "title": "Not Found"}} 2018-08-12 08:15:40,272 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 used request id req-dad736dd-8b7e-4787-8899-a71582b1862e 2018-08-12 08:15:40,273 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:15:40,276 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5daba75fe6d97a911944f0379a20de7c9e248d8c" 2018-08-12 08:15:40,368 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:15:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e35393e5-d8f9-4c43-a4ea-12499104b190 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ea65becf30e54b27aa96a449698a435e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:15:40,368 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e used request id req-e35393e5-d8f9-4c43-a4ea-12499104b190 2018-08-12 08:15:40,368 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:15:40,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5daba75fe6d97a911944f0379a20de7c9e248d8c" 2018-08-12 08:15:40,542 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:15:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-40b71a40-990e-4e19-a521-e4a66a93cd31 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ff7abd7bb61f4f2889831e932d65dc2e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:15:40,542 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e used request id req-40b71a40-990e-4e19-a521-e4a66a93cd31 2018-08-12 08:15:40,542 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:15:40,545 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5daba75fe6d97a911944f0379a20de7c9e248d8c" 2018-08-12 08:15:40,633 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:15:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-716b7792-263d-4478-af4b-e70b800c042b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3a85ceae958d4d9fba68847e7df67db8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:15:40,634 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 used request id req-716b7792-263d-4478-af4b-e70b800c042b 2018-08-12 08:15:40,634 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:15:40,637 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5daba75fe6d97a911944f0379a20de7c9e248d8c" 2018-08-12 08:15:40,727 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:15:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cfa26be0-eb2c-4b55-b5c7-b780d80739c7 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 85517fcf1c6247e699fdcdd42ecc8c79.", "code": 404, "title": "Not Found"}} 2018-08-12 08:15:40,727 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 used request id req-cfa26be0-eb2c-4b55-b5c7-b780d80739c7 2018-08-12 08:15:40,727 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:15:40,729 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5daba75fe6d97a911944f0379a20de7c9e248d8c" 2018-08-12 08:15:40,828 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:15:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dbf1bc98-a593-4747-be95-3e7349ae83ed Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}} 2018-08-12 08:15:40,828 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe used request id req-dbf1bc98-a593-4747-be95-3e7349ae83ed 2018-08-12 08:15:40,832 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5daba75fe6d97a911944f0379a20de7c9e248d8c" 2018-08-12 08:15:40,917 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:15:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1c3e7036-9cc3-47bc-bdc2-7ad52aaf1f64 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 315a428116f24d9fbb826b37080a918e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:15:40,917 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e used request id req-1c3e7036-9cc3-47bc-bdc2-7ad52aaf1f64 2018-08-12 08:15:40,917 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:15:40,920 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5daba75fe6d97a911944f0379a20de7c9e248d8c" 2018-08-12 08:15:41,009 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:15:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a416eff8-653e-40cc-8c75-1858ce7f30f3 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 11a46741b7954b959fd7764109c047b6.", "code": 404, "title": "Not Found"}} 2018-08-12 08:15:41,009 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 used request id req-a416eff8-653e-40cc-8c75-1858ce7f30f3 2018-08-12 08:15:41,009 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:15:41,012 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5daba75fe6d97a911944f0379a20de7c9e248d8c" 2018-08-12 08:15:41,103 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:15:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fa0782a9-5f94-421f-9755-8d80ef636e9a Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3c01cd58055c44ecaef39f7e625c2258.", "code": 404, "title": "Not Found"}} 2018-08-12 08:15:41,103 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 used request id req-fa0782a9-5f94-421f-9755-8d80ef636e9a 2018-08-12 08:15:41,103 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:15:41,104 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5daba75fe6d97a911944f0379a20de7c9e248d8c" 2018-08-12 08:15:41,189 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:15:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0333369e-34f9-47df-b281-97e851ccd85d Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 521007c1818145639e93ceb270559219.", "code": 404, "title": "Not Found"}} 2018-08-12 08:15:41,189 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 used request id req-0333369e-34f9-47df-b281-97e851ccd85d 2018-08-12 08:15:41,189 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:15:41,192 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5daba75fe6d97a911944f0379a20de7c9e248d8c" 2018-08-12 08:15:41,280 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:15:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2d2993e5-d0a2-4715-a115-e94a8ca1ad23 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e18fcc7fc10a4fd0b20234f8520d0aab.", "code": 404, "title": "Not Found"}} 2018-08-12 08:15:41,280 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab used request id req-2d2993e5-d0a2-4715-a115-e94a8ca1ad23 2018-08-12 08:15:41,280 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:15:41,284 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5daba75fe6d97a911944f0379a20de7c9e248d8c" 2018-08-12 08:15:41,378 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:15:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-723db52e-8c2e-4a48-b37e-562faab4f8df Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "310f5853751a4c968f3eeb0a3d99a0a8", "name": "service"}} 2018-08-12 08:15:41,379 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 used request id req-723db52e-8c2e-4a48-b37e-562faab4f8df 2018-08-12 08:15:41,383 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5daba75fe6d97a911944f0379a20de7c9e248d8c" 2018-08-12 08:15:41,467 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:15:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c02c1fff-cca9-444f-a045-241a660495d0 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9f6c1a272706419c9a74b0893b2890e8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:15:41,467 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 used request id req-c02c1fff-cca9-444f-a045-241a660495d0 2018-08-12 08:15:41,467 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:15:41,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/34cb7327fcfc4b52a63b4b8c0ea4a54d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5daba75fe6d97a911944f0379a20de7c9e248d8c" 2018-08-12 08:15:41,559 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:15:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a9821bd8-24d9-4133-9ab2-43773ec6acff Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 34cb7327fcfc4b52a63b4b8c0ea4a54d.", "code": 404, "title": "Not Found"}} 2018-08-12 08:15:41,559 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/34cb7327fcfc4b52a63b4b8c0ea4a54d used request id req-a9821bd8-24d9-4133-9ab2-43773ec6acff 2018-08-12 08:15:41,560 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:15:41,563 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa9ca6d7608b4d7d87ce97331679a481 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5daba75fe6d97a911944f0379a20de7c9e248d8c" 2018-08-12 08:15:41,654 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:15:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b8691ad0-d6d9-46ab-9d24-aca32b93f4dd Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa9ca6d7608b4d7d87ce97331679a481.", "code": 404, "title": "Not Found"}} 2018-08-12 08:15:41,655 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa9ca6d7608b4d7d87ce97331679a481 used request id req-b8691ad0-d6d9-46ab-9d24-aca32b93f4dd 2018-08-12 08:15:41,655 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:15:41,657 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/87db863ba6e348b0a5ddcb67053db9d1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5daba75fe6d97a911944f0379a20de7c9e248d8c" 2018-08-12 08:15:41,746 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:15:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-21595b60-7cbf-4631-a2ea-116f76dc41ef Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87db863ba6e348b0a5ddcb67053db9d1.", "code": 404, "title": "Not Found"}} 2018-08-12 08:15:41,746 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/87db863ba6e348b0a5ddcb67053db9d1 used request id req-21595b60-7cbf-4631-a2ea-116f76dc41ef 2018-08-12 08:15:41,747 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:15:41,749 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/4906158ab5dd4f05a3ba67aba6cdec38 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5daba75fe6d97a911944f0379a20de7c9e248d8c" 2018-08-12 08:15:41,840 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:15:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-59c23bae-f142-4a52-bc3f-0a51f2889ca8 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/4906158ab5dd4f05a3ba67aba6cdec38"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "4906158ab5dd4f05a3ba67aba6cdec38", "name": "CreateRouterSuccessTests-acd69cc0-2de7-4ef-proj"}} 2018-08-12 08:15:41,840 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/4906158ab5dd4f05a3ba67aba6cdec38 used request id req-59c23bae-f142-4a52-bc3f-0a51f2889ca8 2018-08-12 08:15:41,841 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - fc5b56fa-5034-4dab-8946-9c66cf8ab100 2018-08-12 08:15:41,846 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=fc5b56fa-5034-4dab-8946-9c66cf8ab100 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5daba75fe6d97a911944f0379a20de7c9e248d8c" 2018-08-12 08:15:42,031 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-6cccb700-193d-4635-9ae3-e240411983e6 Date: Sun, 12 Aug 2018 08:15:42 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "fc5b56fa-5034-4dab-8946-9c66cf8ab100", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:14:58Z", "security_group_id": "fc5b56fa-5034-4dab-8946-9c66cf8ab100", "port_range_min": null, "revision_number": 0, "tenant_id": "4906158ab5dd4f05a3ba67aba6cdec38", "created_at": "2018-08-12T08:14:58Z", "project_id": "4906158ab5dd4f05a3ba67aba6cdec38", "id": "1022983a-bf78-43c1-9112-97b41deaff8e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:14:58Z", "security_group_id": "fc5b56fa-5034-4dab-8946-9c66cf8ab100", "port_range_min": null, "revision_number": 0, "tenant_id": "4906158ab5dd4f05a3ba67aba6cdec38", "created_at": "2018-08-12T08:14:58Z", "project_id": "4906158ab5dd4f05a3ba67aba6cdec38", "id": "8581771e-585f-4aa7-91d4-828f74e5caa6"}, {"remote_group_id": "fc5b56fa-5034-4dab-8946-9c66cf8ab100", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:14:58Z", "security_group_id": "fc5b56fa-5034-4dab-8946-9c66cf8ab100", "port_range_min": null, "revision_number": 0, "tenant_id": "4906158ab5dd4f05a3ba67aba6cdec38", "created_at": "2018-08-12T08:14:58Z", "project_id": "4906158ab5dd4f05a3ba67aba6cdec38", "id": "8709d13f-d3f2-413a-814a-6e3a1cd1370f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:14:58Z", "security_group_id": "fc5b56fa-5034-4dab-8946-9c66cf8ab100", "port_range_min": null, "revision_number": 0, "tenant_id": "4906158ab5dd4f05a3ba67aba6cdec38", "created_at": "2018-08-12T08:14:58Z", "project_id": "4906158ab5dd4f05a3ba67aba6cdec38", "id": "bbaffdc6-b2a3-48fd-8252-2c22473c7594"}]} 2018-08-12 08:15:42,031 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=fc5b56fa-5034-4dab-8946-9c66cf8ab100 used request id req-6cccb700-193d-4635-9ae3-e240411983e6 2018-08-12 08:15:42,032 - neutron_utils - INFO - Deleting security group with name - default 2018-08-12 08:15:42,037 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/fc5b56fa-5034-4dab-8946-9c66cf8ab100 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5daba75fe6d97a911944f0379a20de7c9e248d8c" 2018-08-12 08:15:42,408 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-91db3f3f-efd7-4bc5-a4ec-80e7b0cbe6cd Content-Length: 0 Date: Sun, 12 Aug 2018 08:15:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:15:42,408 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/fc5b56fa-5034-4dab-8946-9c66cf8ab100 used request id req-91db3f3f-efd7-4bc5-a4ec-80e7b0cbe6cd 2018-08-12 08:15:42,409 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-acd69cc0-2de7-4ef-proj 2018-08-12 08:15:42,413 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/4906158ab5dd4f05a3ba67aba6cdec38 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5daba75fe6d97a911944f0379a20de7c9e248d8c" 2018-08-12 08:15:42,737 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:15:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1cb9adf2-6b45-4843-bb81-31ac7b35c620 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 08:15:42,738 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/4906158ab5dd4f05a3ba67aba6cdec38 used request id req-1cb9adf2-6b45-4843-bb81-31ac7b35c620 2018-08-12 08:15:42,738 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-acd69cc0-2de7-4ef-proj-role 2018-08-12 08:15:42,742 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/59c7eb848a694ca0a0bca989e6143ab3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5daba75fe6d97a911944f0379a20de7c9e248d8c" 2018-08-12 08:15:42,857 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:15:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0495a5bd-629f-4ef6-9040-1418f54e5877 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 08:15:42,857 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/59c7eb848a694ca0a0bca989e6143ab3 used request id req-0495a5bd-629f-4ef6-9040-1418f54e5877 2018-08-12 08:15:42,861 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5daba75fe6d97a911944f0379a20de7c9e248d8c" 2018-08-12 08:15:42,952 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:15:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bf04f1c4-2330-424f-8e7d-1c87e5c0d31e Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:15:42,952 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-bf04f1c4-2330-424f-8e7d-1c87e5c0d31e 2018-08-12 08:15:42,952 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-acd69cc0-2de7-4ef-user 2018-08-12 08:15:42,956 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/05db68bd70dd4267bc94366a166dd785 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3bab8aeb3472dfa10f8b13e81354342dccfc7b56" 2018-08-12 08:15:43,153 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:15:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1597c6b8-2344-473b-b073-01219e25e6f4 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 08:15:43,153 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/05db68bd70dd4267bc94366a166dd785 used request id req-1597c6b8-2344-473b-b073-01219e25e6f4 2018-08-12 08:15:43,155 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:15:43,541 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:15:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["3KCyEjDGQKmccTcQrytUqA"], "issued_at": "2018-08-12T08:15:43.000000Z"}} 2018-08-12 08:15:43,541 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}34bf5b4f278759cda709428053d248cd8ead9384" 2018-08-12 08:15:43,630 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:15:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-806b87d6-1f7a-4c37-8079-b454a27ab4de Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:15:43,630 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-806b87d6-1f7a-4c37-8079-b454a27ab4de 2018-08-12 08:15:43,632 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:15:43,633 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:15:44,028 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:15:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["PzIu6iqeQwK1T6KhBm09Tg"], "issued_at": "2018-08-12T08:15:44.000000Z"}} 2018-08-12 08:15:44,029 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}f13dc180aa38d7bf5150bc19cbac3c7145985e14" 2018-08-12 08:15:44,119 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:15:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-16cb43e1-63e9-40be-8047-2df2c6f25a68 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:15:44,119 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-16cb43e1-63e9-40be-8047-2df2c6f25a68 2018-08-12 08:15:44,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:15:44,129 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:15:44 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:15:44,130 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-fd18ee96-258b-494-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f13dc180aa38d7bf5150bc19cbac3c7145985e14" 2018-08-12 08:15:44,223 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:15:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-84b02090-aebb-42cc-b236-93720237437b Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-fd18ee96-258b-494-proj", "previous": null, "next": null}, "projects": []} 2018-08-12 08:15:44,223 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-fd18ee96-258b-494-proj used request id req-84b02090-aebb-42cc-b236-93720237437b 2018-08-12 08:15:44,227 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f13dc180aa38d7bf5150bc19cbac3c7145985e14" 2018-08-12 08:15:44,322 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:15:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-faf94be6-e1ba-417e-8753-b6d2ec5f14e9 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:15:44,322 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-faf94be6-e1ba-417e-8753-b6d2ec5f14e9 2018-08-12 08:15:44,326 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f13dc180aa38d7bf5150bc19cbac3c7145985e14" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterSuccessTests-fd18ee96-258b-494-proj"}}' 2018-08-12 08:15:44,468 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:15:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e09318a5-5214-4cba-a8c5-71aa1f3456ba Content-Length: 321 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/edec93b066ae4ea194da42bada4395cf"}, "tags": [], "enabled": true, "id": "edec93b066ae4ea194da42bada4395cf", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-fd18ee96-258b-494-proj"}} 2018-08-12 08:15:44,469 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-e09318a5-5214-4cba-a8c5-71aa1f3456ba 2018-08-12 08:15:44,469 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-fd18ee96-258b-494-proj 2018-08-12 08:15:44,469 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:15:44,470 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:15:44,867 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:15:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["ti3dQVPNQcqfi3_tk0Wnrw"], "issued_at": "2018-08-12T08:15:44.000000Z"}} 2018-08-12 08:15:44,868 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}3e37befcaf7d3995deea370b728d7c94c48869be" 2018-08-12 08:15:44,948 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:15:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-debf7f28-b1a6-4f75-93c5-8974b9cca4d6 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:15:44,948 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-debf7f28-b1a6-4f75-93c5-8974b9cca4d6 2018-08-12 08:15:44,951 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:15:44,956 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:15:44 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:15:44,957 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e37befcaf7d3995deea370b728d7c94c48869be" 2018-08-12 08:15:45,064 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:15:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0fea710e-56ba-4dc3-a052-096332cafd11 Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/105a247548624314b9228f85f6325f0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105a247548624314b9228f85f6325f0b", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/1c5de0eaa44543f08da6ad63a51594ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c5de0eaa44543f08da6ad63a51594ff", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/1d127b5b832547a88a547c116dfdd65b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d127b5b832547a88a547c116dfdd65b", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/1d5cfc170d624ce4ae53ae0507c8d517"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d5cfc170d624ce4ae53ae0507c8d517", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/2421820b75eb4d3ebd02830378d1377b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2421820b75eb4d3ebd02830378d1377b", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/40bd8ee54ecf44868cc83cede652c396"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40bd8ee54ecf44868cc83cede652c396", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/4f32fb8153854c4c9f5094b42b523f80"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f32fb8153854c4c9f5094b42b523f80", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7066130d08fb4db7bf4ab468de53933b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7066130d08fb4db7bf4ab468de53933b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/8d0898a83bcf4521bbc11501d5d7ac89"}, "domain_id": "1eec97585bde483292ece28ee11f4b8d", "enabled": true, "options": {}, "id": "8d0898a83bcf4521bbc11501d5d7ac89", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/9defcced327d476f8a3beab718a13da3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9defcced327d476f8a3beab718a13da3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/b80ee4f6992446e0879624dd436e99a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b80ee4f6992446e0879624dd436e99a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b86fd3e011324d398fcdb6f095a20a9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b86fd3e011324d398fcdb6f095a20a9d", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1701d2754064b5cadf765ea0806f9b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1701d2754064b5cadf765ea0806f9b2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/db4e7b8d76d549faa502716565c733dd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db4e7b8d76d549faa502716565c733dd", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-12 08:15:45,064 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-0fea710e-56ba-4dc3-a052-096332cafd11 2018-08-12 08:15:45,068 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateRouterSuccessTests-fd18ee96-258b-494-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e37befcaf7d3995deea370b728d7c94c48869be" 2018-08-12 08:15:45,156 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:15:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bfad8e1e-e094-419e-b1a7-b132d80455e9 Content-Encoding: gzip Content-Length: 257 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateRouterSuccessTests-fd18ee96-258b-494-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/edec93b066ae4ea194da42bada4395cf"}, "tags": [], "enabled": true, "id": "edec93b066ae4ea194da42bada4395cf", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-fd18ee96-258b-494-proj"}]} 2018-08-12 08:15:45,156 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateRouterSuccessTests-fd18ee96-258b-494-proj used request id req-bfad8e1e-e094-419e-b1a7-b132d80455e9 2018-08-12 08:15:45,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e37befcaf7d3995deea370b728d7c94c48869be" 2018-08-12 08:15:45,254 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:15:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-451d7891-1514-4859-8a15-e7c42b32a444 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:15:45,254 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-451d7891-1514-4859-8a15-e7c42b32a444 2018-08-12 08:15:45,636 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-fd18ee96-258b-494-user 2018-08-12 08:15:45,636 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:15:45,640 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f13dc180aa38d7bf5150bc19cbac3c7145985e14" 2018-08-12 08:15:45,733 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:15:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ecce13d2-83f9-40fc-ae7e-fc3ca35c6eef Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:15:45,734 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-ecce13d2-83f9-40fc-ae7e-fc3ca35c6eef 2018-08-12 08:15:45,737 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f13dc180aa38d7bf5150bc19cbac3c7145985e14" -d '{"role": {"name": "CreateRouterSuccessTests-fd18ee96-258b-494-proj-role"}}' 2018-08-12 08:15:45,863 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:15:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c5e8f316-5da1-4504-9f37-a68b16eb8230 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "e95fc4f5e1d9435399191af5f5e47fc1", "links": {"self": "http://172.30.9.21:5000/v3/roles/e95fc4f5e1d9435399191af5f5e47fc1"}, "name": "CreateRouterSuccessTests-fd18ee96-258b-494-proj-role"}} 2018-08-12 08:15:45,863 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-c5e8f316-5da1-4504-9f37-a68b16eb8230 2018-08-12 08:15:45,864 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-fd18ee96-258b-494-proj-role 2018-08-12 08:15:45,867 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/e95fc4f5e1d9435399191af5f5e47fc1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f13dc180aa38d7bf5150bc19cbac3c7145985e14" 2018-08-12 08:15:45,961 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:15:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-69015377-9458-4c9d-9839-63b493d1fceb Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "e95fc4f5e1d9435399191af5f5e47fc1", "links": {"self": "http://172.30.9.21:5000/v3/roles/e95fc4f5e1d9435399191af5f5e47fc1"}, "name": "CreateRouterSuccessTests-fd18ee96-258b-494-proj-role"}} 2018-08-12 08:15:45,961 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/e95fc4f5e1d9435399191af5f5e47fc1 used request id req-69015377-9458-4c9d-9839-63b493d1fceb 2018-08-12 08:15:45,962 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-fd18ee96-258b-494-proj-role to project CreateRouterSuccessTests-fd18ee96-258b-494-proj 2018-08-12 08:15:45,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/edec93b066ae4ea194da42bada4395cf/users/bf8ebba16fe5415d8a3c30d9279c119f/roles/e95fc4f5e1d9435399191af5f5e47fc1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f13dc180aa38d7bf5150bc19cbac3c7145985e14" 2018-08-12 08:15:46,093 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:15:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3eb130bd-e981-4eb5-9d09-7da09853c454 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 08:15:46,093 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/edec93b066ae4ea194da42bada4395cf/users/bf8ebba16fe5415d8a3c30d9279c119f/roles/e95fc4f5e1d9435399191af5f5e47fc1 used request id req-3eb130bd-e981-4eb5-9d09-7da09853c454 2018-08-12 08:15:46,093 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:15:46,093 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:15:46,093 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:15:46,093 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:15:46,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:15:46,094 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:15:46,095 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:15:46,495 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e95fc4f5e1d9435399191af5f5e47fc1", "name": "CreateRouterSuccessTests-fd18ee96-258b-494-proj-role"}], "expires_at": "2018-08-12T09:15:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "edec93b066ae4ea194da42bada4395cf", "name": "CreateRouterSuccessTests-fd18ee96-258b-494-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/edec93b066ae4ea194da42bada4395cf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/edec93b066ae4ea194da42bada4395cf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/edec93b066ae4ea194da42bada4395cf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_edec93b066ae4ea194da42bada4395cf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_edec93b066ae4ea194da42bada4395cf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/edec93b066ae4ea194da42bada4395cf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/edec93b066ae4ea194da42bada4395cf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/edec93b066ae4ea194da42bada4395cf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/edec93b066ae4ea194da42bada4395cf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/edec93b066ae4ea194da42bada4395cf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/edec93b066ae4ea194da42bada4395cf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/edec93b066ae4ea194da42bada4395cf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/edec93b066ae4ea194da42bada4395cf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/edec93b066ae4ea194da42bada4395cf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-fd18ee96-258b-494-user", "id": "bf8ebba16fe5415d8a3c30d9279c119f"}, "audit_ids": ["CG9q5LolQd2FB43OYJegiQ"], "issued_at": "2018-08-12T08:15:46.000000Z"}} 2018-08-12 08:15:46,496 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}b573843a35a411e89f64fe00e396e190f70d3362" 2018-08-12 08:15:46,577 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:15:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-08584981-ebcc-4d97-ae86-a08c9f02cc44 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:15:46,578 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-08584981-ebcc-4d97-ae86-a08c9f02cc44 2018-08-12 08:15:46,579 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:15:46,579 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:15:46,579 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:15:46,579 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:15:46,579 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:15:46,584 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=CreateRouterSuccessTests-febe1b73-a092-4d10-af15-2022a62b5689-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b573843a35a411e89f64fe00e396e190f70d3362" 2018-08-12 08:15:46,791 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-35f71723-dcba-4571-9662-260ea098c2a5 Date: Sun, 12 Aug 2018 08:15:46 GMT RESP BODY: {"routers": []} 2018-08-12 08:15:46,791 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=CreateRouterSuccessTests-febe1b73-a092-4d10-af15-2022a62b5689-pub-router&admin_state_up=True used request id req-35f71723-dcba-4571-9662-260ea098c2a5 2018-08-12 08:15:46,791 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:15:46,792 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:15:47,177 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e95fc4f5e1d9435399191af5f5e47fc1", "name": "CreateRouterSuccessTests-fd18ee96-258b-494-proj-role"}], "expires_at": "2018-08-12T09:15:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "edec93b066ae4ea194da42bada4395cf", "name": "CreateRouterSuccessTests-fd18ee96-258b-494-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/edec93b066ae4ea194da42bada4395cf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/edec93b066ae4ea194da42bada4395cf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/edec93b066ae4ea194da42bada4395cf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_edec93b066ae4ea194da42bada4395cf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_edec93b066ae4ea194da42bada4395cf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/edec93b066ae4ea194da42bada4395cf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/edec93b066ae4ea194da42bada4395cf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/edec93b066ae4ea194da42bada4395cf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/edec93b066ae4ea194da42bada4395cf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/edec93b066ae4ea194da42bada4395cf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/edec93b066ae4ea194da42bada4395cf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/edec93b066ae4ea194da42bada4395cf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/edec93b066ae4ea194da42bada4395cf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/edec93b066ae4ea194da42bada4395cf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-fd18ee96-258b-494-user", "id": "bf8ebba16fe5415d8a3c30d9279c119f"}, "audit_ids": ["OhHA1kiHRtKCB7lCwGHxBQ"], "issued_at": "2018-08-12T08:15:47.000000Z"}} 2018-08-12 08:15:47,177 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}0de17d3b1ea6118586cd050c9ce029b34bc0db2d" 2018-08-12 08:15:47,269 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:15:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be47c183-1510-4691-a0ca-da75970a883a Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:15:47,270 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-be47c183-1510-4691-a0ca-da75970a883a 2018-08-12 08:15:47,275 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b573843a35a411e89f64fe00e396e190f70d3362" 2018-08-12 08:15:47,539 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-160938d4-35b6-44eb-966b-184b831da83b Date: Sun, 12 Aug 2018 08:15:47 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ec788992-fa73-45cc-a7d9-6d44542124c2"],"updated_at":"2018-08-12T05:35:20Z","tenant_id":"310f5853751a4c968f3eeb0a3d99a0a8","created_at":"2018-08-12T05:04:23Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":7,"admin_state_up":true,"shared":false,"project_id":"310f5853751a4c968f3eeb0a3d99a0a8","id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","name":"external"}]} 2018-08-12 08:15:47,539 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=external used request id req-160938d4-35b6-44eb-966b-184b831da83b 2018-08-12 08:15:47,546 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=03886690-4630-4c4c-9ccb-7eedaa9b1fd3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b573843a35a411e89f64fe00e396e190f70d3362" 2018-08-12 08:15:47,745 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-d88f7574-fc69-4d02-975d-a1948fb2ba7b Date: Sun, 12 Aug 2018 08:15:47 GMT RESP BODY: {"subnets":[]} 2018-08-12 08:15:47,745 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=03886690-4630-4c4c-9ccb-7eedaa9b1fd3 used request id req-d88f7574-fc69-4d02-975d-a1948fb2ba7b 2018-08-12 08:15:47,746 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-febe1b73-a092-4d10-af15-2022a62b5689-pub-router 2018-08-12 08:15:47,751 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b573843a35a411e89f64fe00e396e190f70d3362" -d '{"router": {"external_gateway_info": {"network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3"}, "name": "CreateRouterSuccessTests-febe1b73-a092-4d10-af15-2022a62b5689-pub-router", "admin_state_up": true}}' 2018-08-12 08:15:49,151 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 639 X-Openstack-Request-Id: req-59514c85-7269-415e-9ee0-2f8ab36c2797 Date: Sun, 12 Aug 2018 08:15:49 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ec788992-fa73-45cc-a7d9-6d44542124c2", "ip_address": "172.30.9.207"}]}, "description": "", "tags": [], "tenant_id": "edec93b066ae4ea194da42bada4395cf", "created_at": "2018-08-12T08:15:47Z", "admin_state_up": true, "updated_at": "2018-08-12T08:15:48Z", "revision_number": 2, "routes": [], "project_id": "edec93b066ae4ea194da42bada4395cf", "id": "57c74ea8-a7b6-4e70-9627-77f81acb3fcf", "name": "CreateRouterSuccessTests-febe1b73-a092-4d10-af15-2022a62b5689-pub-router"}} 2018-08-12 08:15:49,151 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers used request id req-59514c85-7269-415e-9ee0-2f8ab36c2797 2018-08-12 08:15:49,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=57c74ea8-a7b6-4e70-9627-77f81acb3fcf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b573843a35a411e89f64fe00e396e190f70d3362" 2018-08-12 08:15:49,360 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-55d54e61-8539-4b0a-a98f-dd056f73d049 Date: Sun, 12 Aug 2018 08:15:49 GMT RESP BODY: {"ports":[]} 2018-08-12 08:15:49,361 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=57c74ea8-a7b6-4e70-9627-77f81acb3fcf used request id req-55d54e61-8539-4b0a-a98f-dd056f73d049 2018-08-12 08:15:49,366 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers/57c74ea8-a7b6-4e70-9627-77f81acb3fcf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b573843a35a411e89f64fe00e396e190f70d3362" 2018-08-12 08:15:49,637 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 639 X-Openstack-Request-Id: req-ab20c799-7c0b-4ea3-bbb7-0ba3da396c5f Date: Sun, 12 Aug 2018 08:15:49 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ec788992-fa73-45cc-a7d9-6d44542124c2", "ip_address": "172.30.9.207"}]}, "description": "", "tags": [], "tenant_id": "edec93b066ae4ea194da42bada4395cf", "created_at": "2018-08-12T08:15:47Z", "admin_state_up": true, "updated_at": "2018-08-12T08:15:48Z", "revision_number": 2, "routes": [], "project_id": "edec93b066ae4ea194da42bada4395cf", "id": "57c74ea8-a7b6-4e70-9627-77f81acb3fcf", "name": "CreateRouterSuccessTests-febe1b73-a092-4d10-af15-2022a62b5689-pub-router"}} 2018-08-12 08:15:49,638 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers/57c74ea8-a7b6-4e70-9627-77f81acb3fcf used request id req-ab20c799-7c0b-4ea3-bbb7-0ba3da396c5f 2018-08-12 08:15:49,643 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=57c74ea8-a7b6-4e70-9627-77f81acb3fcf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b573843a35a411e89f64fe00e396e190f70d3362" 2018-08-12 08:15:49,848 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-18cbdf39-b61c-4efd-a728-6e435f47092e Date: Sun, 12 Aug 2018 08:15:49 GMT RESP BODY: {"ports":[]} 2018-08-12 08:15:49,848 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=57c74ea8-a7b6-4e70-9627-77f81acb3fcf used request id req-18cbdf39-b61c-4efd-a728-6e435f47092e 2018-08-12 08:15:49,848 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:15:50,247 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e95fc4f5e1d9435399191af5f5e47fc1", "name": "CreateRouterSuccessTests-fd18ee96-258b-494-proj-role"}], "expires_at": "2018-08-12T09:15:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "edec93b066ae4ea194da42bada4395cf", "name": "CreateRouterSuccessTests-fd18ee96-258b-494-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/edec93b066ae4ea194da42bada4395cf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/edec93b066ae4ea194da42bada4395cf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/edec93b066ae4ea194da42bada4395cf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_edec93b066ae4ea194da42bada4395cf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_edec93b066ae4ea194da42bada4395cf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/edec93b066ae4ea194da42bada4395cf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/edec93b066ae4ea194da42bada4395cf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/edec93b066ae4ea194da42bada4395cf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/edec93b066ae4ea194da42bada4395cf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/edec93b066ae4ea194da42bada4395cf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/edec93b066ae4ea194da42bada4395cf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/edec93b066ae4ea194da42bada4395cf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/edec93b066ae4ea194da42bada4395cf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/edec93b066ae4ea194da42bada4395cf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-fd18ee96-258b-494-user", "id": "bf8ebba16fe5415d8a3c30d9279c119f"}, "audit_ids": ["PcguUvGoQF2fUJnavFSBAA"], "issued_at": "2018-08-12T08:15:50.000000Z"}} 2018-08-12 08:15:50,252 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=CreateRouterSuccessTests-febe1b73-a092-4d10-af15-2022a62b5689-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c62e0449ec6d68642dfb16a63779f3681bda0aa5" 2018-08-12 08:15:50,534 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-665f5e41-7978-4d09-9c5b-6abd58ef4b7f Date: Sun, 12 Aug 2018 08:15:50 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ec788992-fa73-45cc-a7d9-6d44542124c2", "ip_address": "172.30.9.207"}]}, "description": "", "tags": [], "tenant_id": "edec93b066ae4ea194da42bada4395cf", "created_at": "2018-08-12T08:15:47Z", "admin_state_up": true, "updated_at": "2018-08-12T08:15:48Z", "revision_number": 2, "routes": [], "project_id": "edec93b066ae4ea194da42bada4395cf", "id": "57c74ea8-a7b6-4e70-9627-77f81acb3fcf", "name": "CreateRouterSuccessTests-febe1b73-a092-4d10-af15-2022a62b5689-pub-router"}]} 2018-08-12 08:15:50,534 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=CreateRouterSuccessTests-febe1b73-a092-4d10-af15-2022a62b5689-pub-router&admin_state_up=True used request id req-665f5e41-7978-4d09-9c5b-6abd58ef4b7f 2018-08-12 08:15:50,537 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:15:50,542 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:15:50 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:15:50,543 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/edec93b066ae4ea194da42bada4395cf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34bf5b4f278759cda709428053d248cd8ead9384" 2018-08-12 08:15:50,638 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:15:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a3770a8d-908b-4d36-8e1a-b5a5b530d900 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/edec93b066ae4ea194da42bada4395cf"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "edec93b066ae4ea194da42bada4395cf", "name": "CreateRouterSuccessTests-fd18ee96-258b-494-proj"}} 2018-08-12 08:15:50,638 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/edec93b066ae4ea194da42bada4395cf used request id req-a3770a8d-908b-4d36-8e1a-b5a5b530d900 2018-08-12 08:15:50,643 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=57c74ea8-a7b6-4e70-9627-77f81acb3fcf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c62e0449ec6d68642dfb16a63779f3681bda0aa5" 2018-08-12 08:15:50,871 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-d2eac8c8-bb04-473a-9935-10bf2fc4e68b Date: Sun, 12 Aug 2018 08:15:50 GMT RESP BODY: {"ports":[]} 2018-08-12 08:15:50,871 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=57c74ea8-a7b6-4e70-9627-77f81acb3fcf used request id req-d2eac8c8-bb04-473a-9935-10bf2fc4e68b 2018-08-12 08:15:50,876 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=03886690-4630-4c4c-9ccb-7eedaa9b1fd3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c62e0449ec6d68642dfb16a63779f3681bda0aa5" 2018-08-12 08:15:51,237 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-dd9e908f-6f72-4d75-af86-625d3e8b32ee Date: Sun, 12 Aug 2018 08:15:51 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ec788992-fa73-45cc-a7d9-6d44542124c2"],"updated_at":"2018-08-12T05:35:20Z","tenant_id":"310f5853751a4c968f3eeb0a3d99a0a8","created_at":"2018-08-12T05:04:23Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":7,"admin_state_up":true,"shared":false,"project_id":"310f5853751a4c968f3eeb0a3d99a0a8","id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","name":"external"}]} 2018-08-12 08:15:51,238 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=03886690-4630-4c4c-9ccb-7eedaa9b1fd3 used request id req-dd9e908f-6f72-4d75-af86-625d3e8b32ee 2018-08-12 08:15:51,243 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=03886690-4630-4c4c-9ccb-7eedaa9b1fd3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c62e0449ec6d68642dfb16a63779f3681bda0aa5" 2018-08-12 08:15:51,437 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-0dbd5443-f392-411a-ae26-044309918a0f Date: Sun, 12 Aug 2018 08:15:51 GMT RESP BODY: {"subnets":[]} 2018-08-12 08:15:51,437 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=03886690-4630-4c4c-9ccb-7eedaa9b1fd3 used request id req-0dbd5443-f392-411a-ae26-044309918a0f 2018-08-12 08:15:51,437 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-febe1b73-a092-4d10-af15-2022a62b5689-pub-router 2018-08-12 08:15:51,437 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-febe1b73-a092-4d10-af15-2022a62b5689-pub-router 2018-08-12 08:15:51,442 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/routers/57c74ea8-a7b6-4e70-9627-77f81acb3fcf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b573843a35a411e89f64fe00e396e190f70d3362" 2018-08-12 08:15:52,978 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-551c499f-f27f-4a6d-b82f-af317296da95 Content-Length: 0 Date: Sun, 12 Aug 2018 08:15:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:15:52,978 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/57c74ea8-a7b6-4e70-9627-77f81acb3fcf used request id req-551c499f-f27f-4a6d-b82f-af317296da95 2018-08-12 08:15:52,979 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:15:52,979 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:15:52,979 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:15:52,979 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:15:52,980 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:15:52,986 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f13dc180aa38d7bf5150bc19cbac3c7145985e14" 2018-08-12 08:15:53,271 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 43135 X-Openstack-Request-Id: req-94a8473f-b09c-46d5-81c0-07e132d8ce8c Date: Sun, 12 Aug 2018 08:15:53 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "created_at": "2018-08-12T06:59:44Z", "updated_at": "2018-08-12T06:59:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "1d7fd960-7865-4453-aecc-8d399b4fad21", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "66820d8a-b785-4b18-bd67-500221c8e4f9", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "74fc7638-a322-4841-8c47-06d36174a200", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "8eaa09ec-8419-4582-9312-1e527afe6e4b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}], "revision_number": 4, "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "created_at": "2018-08-12T05:12:34Z", "updated_at": "2018-08-12T05:12:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "709513d2-af7d-4d0b-bd3c-604fed75a711", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "aa346066-e46f-44f2-94be-2884aa998a19", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "c15f7b93-e56c-4afa-867d-2acb286d4b7b", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "cb0ef83f-5f70-4a80-ad35-431ca9df551e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}], "revision_number": 4, "project_id": "fa5a7fe6ee54472ba01638877aade8e3", "id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ea65becf30e54b27aa96a449698a435e", "created_at": "2018-08-12T05:10:35Z", "updated_at": "2018-08-12T05:10:35Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "30ad280c-f302-4cd4-a438-5139917b56f9", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "76115c4c-887d-4f0a-83e2-486e4b39c713", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "8ab14937-4c08-4d43-8a9a-662e622cc643", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "ee757a03-5662-4273-9c3e-6212e7afb48f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}], "revision_number": 4, "project_id": "ea65becf30e54b27aa96a449698a435e", "id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "created_at": "2018-08-12T06:20:09Z", "updated_at": "2018-08-12T06:20:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "1123b8f2-75ac-4a26-b9b2-a96da97408e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "2ddd2b93-e080-48cd-9a50-f5fe8a82ad0c", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "cd1bae62-0aea-4438-b4c3-50a69ae6f855", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "e398e01e-ceea-46d1-9534-b929808c4a5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}], "revision_number": 4, "project_id": "ff7abd7bb61f4f2889831e932d65dc2e", "id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "created_at": "2018-08-12T05:34:57Z", "updated_at": "2018-08-12T05:34:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "208a1c1e-f5f8-49c7-9a25-d07e68b1541f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "27bfd867-e607-4bf8-9de8-60682d3f771d", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "49360e1f-6fd3-4f35-b339-24cea95773ee", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "60f631a9-d305-4920-9631-d0543e2ac64f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}], "revision_number": 4, "project_id": "3a85ceae958d4d9fba68847e7df67db8", "id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "created_at": "2018-08-12T05:34:40Z", "updated_at": "2018-08-12T05:34:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "2192c259-363e-4768-ae73-e75837ad63b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "3f87ddc5-f84d-41dc-8215-847724782569", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "7d89f6da-ea78-49dd-9115-f9ad23b250bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "9ec4497d-0f65-44db-9be9-7b3042e4a584", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}], "revision_number": 4, "project_id": "85517fcf1c6247e699fdcdd42ecc8c79", "id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "created_at": "2018-08-12T05:16:02Z", "updated_at": "2018-08-12T05:16:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "1ecacd8c-c1c7-4a66-9871-406a69323b43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "3cc1750c-e0e7-4902-b6f3-494a161b832e", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "d719a7a4-8c99-44ed-8c12-6bf071890203", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "fe7421b5-d577-41da-8c78-62f3c07eda92", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}], "revision_number": 4, "project_id": "a267b9a156244bb192691cff6e5f74fe", "id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "315a428116f24d9fbb826b37080a918e", "created_at": "2018-08-12T05:11:31Z", "updated_at": "2018-08-12T05:11:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "5e52886a-1dc3-4a81-a55d-f388dc4fd1a1", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "678e32e4-d64c-448a-a4ab-e253ab94ae90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "a8da1539-e3ad-4f90-b2df-3dc1f09d228a", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "b73d5cc9-0205-4658-bb1f-61a042c0ab8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}], "revision_number": 4, "project_id": "315a428116f24d9fbb826b37080a918e", "id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-12T05:08:01Z", "updated_at": "2018-08-12T05:08:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:01Z", "revision_number": 0, "id": "0fb05d03-1117-45d0-930c-b6d4c96ef102", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "4faaab33-5788-4bbd-85b8-0fb44d41413a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "96d0c5a0-5c67-421b-8fc8-2b46d77e5db3", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "dd78519b-4bc5-4e8e-ad0f-58089dd69347", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "11a46741b7954b959fd7764109c047b6", "created_at": "2018-08-12T05:34:51Z", "updated_at": "2018-08-12T05:34:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "0b67bf3c-2289-43bb-ab6c-7d25ec32a279", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "51f3f833-337a-42bd-a8d5-742ea8d6c226", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "571fd0b5-ef90-408d-af33-aafb517b8993", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "944ba823-fb9c-496e-a66e-bb426bb14a8d", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}], "revision_number": 4, "project_id": "11a46741b7954b959fd7764109c047b6", "id": "90af9782-8112-4257-801d-ee5115d226ba", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "created_at": "2018-08-12T05:34:26Z", "updated_at": "2018-08-12T05:34:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "2ee1f63a-807c-4d6a-85ee-dd784f6b8c3f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5dec3ec2-2add-47dd-8618-90659dcf3885", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5ea0dc3e-49d0-43f0-94e9-f6443527d14c", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "fbfaca22-7e3e-4128-8973-43e439b77c28", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}], "revision_number": 4, "project_id": "3c01cd58055c44ecaef39f7e625c2258", "id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "521007c1818145639e93ceb270559219", "created_at": "2018-08-12T05:13:27Z", "updated_at": "2018-08-12T05:13:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "5e7fede5-b0f2-47d8-95c3-516cdfc7f9de", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "8fd0e36f-c6c4-4f64-ba97-40439e614448", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "db7d79de-1dfc-4138-945f-91e74cdc266b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "e87f2cff-ff3e-4b6d-aaf0-7f0eb0ab9f05", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}], "revision_number": 4, "project_id": "521007c1818145639e93ceb270559219", "id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "created_at": "2018-08-12T05:08:18Z", "updated_at": "2018-08-12T05:08:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "3c67be40-bf74-4f97-9693-d93ce73a23b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "6112d869-2fc6-4a25-a13c-3d55cd7206c0", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "bdf21c56-453e-482e-9cba-3c55abcb0339", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "c8e92c39-38cc-4f48-be9c-5f0912e6a725", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}], "revision_number": 4, "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "created_at": "2018-08-12T05:04:23Z", "updated_at": "2018-08-12T05:04:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "280546d9-8ad1-4283-abfc-15ee9b1736c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "58bce125-f2ca-4a6d-b9ca-4e6cf5c0f7a5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "69275b9a-cfb5-482c-a9c4-8ffc79adf2c7", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "6d747f3a-3764-469a-a645-f977585c5aac", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}], "revision_number": 4, "project_id": "310f5853751a4c968f3eeb0a3d99a0a8", "id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "created_at": "2018-08-12T05:34:42Z", "updated_at": "2018-08-12T05:34:42Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "199582e8-25aa-457a-aa7c-6d8413ca4464", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "234f3609-4454-448f-919d-c8143c7cd764", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "c1061460-71a2-49a9-a04b-9fa33eeb17ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "d21ac532-51d8-4d6b-8300-7bac216759bf", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}], "revision_number": 4, "project_id": "9f6c1a272706419c9a74b0893b2890e8", "id": "d6739716-c693-460c-89c6-e7c8c48f8245", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "created_at": "2018-08-12T05:34:54Z", "updated_at": "2018-08-12T05:34:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "0633a05a-ee7d-4476-a56b-75d011b22f77", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "6cc1b9f8-73db-47a3-a0e0-3c96c43f34da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "90d99a6b-e94f-4fd8-a10c-f19dd8954c13", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "e843c139-af2a-4d2c-a24f-59f7b10ff72e", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}], "revision_number": 4, "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "created_at": "2018-08-12T05:09:07Z", "updated_at": "2018-08-12T05:09:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "5495e168-f505-4d74-ae6d-387f0bf533c2", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "6fd19b8b-3062-456e-81ba-3ff37fe43429", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8ca59d25-485c-46ce-939c-2e4a468caeac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8f190846-50a0-42b9-b571-390809b752b1", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}], "revision_number": 4, "project_id": "fa9ca6d7608b4d7d87ce97331679a481", "id": "edcd9b17-9416-4c25-823c-060c435e18d7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "created_at": "2018-08-12T05:34:52Z", "updated_at": "2018-08-12T05:34:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "2c7e484e-6ec5-4a95-8c9c-66d294c0c27e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "70c74258-3c2c-4efc-87e0-079c26ee3417", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "b70382fa-082e-4c2b-abc8-87490fa50b11", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "c3628e02-b4b6-42c9-8751-c1a2d3c19caa", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}], "revision_number": 4, "project_id": "87db863ba6e348b0a5ddcb67053db9d1", "id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "name": "default"}]} 2018-08-12 08:15:53,272 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-94a8473f-b09c-46d5-81c0-07e132d8ce8c 2018-08-12 08:15:53,279 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f13dc180aa38d7bf5150bc19cbac3c7145985e14" 2018-08-12 08:15:53,369 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:15:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f14264fa-cb2b-4313-8872-9200e7018112 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 5fe28c13d4d74ba2be8d019ac1ea6363.", "code": 404, "title": "Not Found"}} 2018-08-12 08:15:53,369 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 used request id req-f14264fa-cb2b-4313-8872-9200e7018112 2018-08-12 08:15:53,369 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:15:53,373 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f13dc180aa38d7bf5150bc19cbac3c7145985e14" 2018-08-12 08:15:53,460 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:15:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fcdf985e-44c1-4120-9940-0442fcd79367 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa5a7fe6ee54472ba01638877aade8e3.", "code": 404, "title": "Not Found"}} 2018-08-12 08:15:53,461 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 used request id req-fcdf985e-44c1-4120-9940-0442fcd79367 2018-08-12 08:15:53,461 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:15:53,464 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f13dc180aa38d7bf5150bc19cbac3c7145985e14" 2018-08-12 08:15:53,560 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:15:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4e906e30-c6da-4bc1-a2ba-aa31fab96d82 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ea65becf30e54b27aa96a449698a435e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:15:53,560 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e used request id req-4e906e30-c6da-4bc1-a2ba-aa31fab96d82 2018-08-12 08:15:53,560 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:15:53,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f13dc180aa38d7bf5150bc19cbac3c7145985e14" 2018-08-12 08:15:53,656 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:15:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-82ca0d0f-186f-4048-9acd-8a8aa0d2a901 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ff7abd7bb61f4f2889831e932d65dc2e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:15:53,657 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e used request id req-82ca0d0f-186f-4048-9acd-8a8aa0d2a901 2018-08-12 08:15:53,657 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:15:53,660 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f13dc180aa38d7bf5150bc19cbac3c7145985e14" 2018-08-12 08:15:53,740 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:15:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f3455b57-0871-4a0a-90e1-12840db81511 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3a85ceae958d4d9fba68847e7df67db8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:15:53,741 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 used request id req-f3455b57-0871-4a0a-90e1-12840db81511 2018-08-12 08:15:53,741 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:15:53,744 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f13dc180aa38d7bf5150bc19cbac3c7145985e14" 2018-08-12 08:15:53,838 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:15:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e6e5f54a-f719-4595-8cb2-719d7889a552 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 85517fcf1c6247e699fdcdd42ecc8c79.", "code": 404, "title": "Not Found"}} 2018-08-12 08:15:53,839 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 used request id req-e6e5f54a-f719-4595-8cb2-719d7889a552 2018-08-12 08:15:53,839 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:15:53,843 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f13dc180aa38d7bf5150bc19cbac3c7145985e14" 2018-08-12 08:15:53,928 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:15:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-664cec7a-fcf9-4c5d-aed9-a3e14facce58 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}} 2018-08-12 08:15:53,928 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe used request id req-664cec7a-fcf9-4c5d-aed9-a3e14facce58 2018-08-12 08:15:53,931 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f13dc180aa38d7bf5150bc19cbac3c7145985e14" 2018-08-12 08:15:54,017 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:15:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5357f0df-138a-4557-ab0f-aab0b64c9f83 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 315a428116f24d9fbb826b37080a918e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:15:54,017 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e used request id req-5357f0df-138a-4557-ab0f-aab0b64c9f83 2018-08-12 08:15:54,017 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:15:54,021 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f13dc180aa38d7bf5150bc19cbac3c7145985e14" 2018-08-12 08:15:54,143 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:15:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2f3f04f5-d60b-411d-aa0f-7a8fce5c30ae Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 11a46741b7954b959fd7764109c047b6.", "code": 404, "title": "Not Found"}} 2018-08-12 08:15:54,144 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 used request id req-2f3f04f5-d60b-411d-aa0f-7a8fce5c30ae 2018-08-12 08:15:54,144 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:15:54,147 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f13dc180aa38d7bf5150bc19cbac3c7145985e14" 2018-08-12 08:15:54,240 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:15:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5c1aa784-4070-418e-a31e-eeadb3f40b76 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3c01cd58055c44ecaef39f7e625c2258.", "code": 404, "title": "Not Found"}} 2018-08-12 08:15:54,240 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 used request id req-5c1aa784-4070-418e-a31e-eeadb3f40b76 2018-08-12 08:15:54,240 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:15:54,244 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f13dc180aa38d7bf5150bc19cbac3c7145985e14" 2018-08-12 08:15:54,330 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:15:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5a5554d5-6f2a-4011-a62e-f071125ed587 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 521007c1818145639e93ceb270559219.", "code": 404, "title": "Not Found"}} 2018-08-12 08:15:54,330 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 used request id req-5a5554d5-6f2a-4011-a62e-f071125ed587 2018-08-12 08:15:54,330 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:15:54,334 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f13dc180aa38d7bf5150bc19cbac3c7145985e14" 2018-08-12 08:15:54,427 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:15:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e85c9aeb-7254-4ac0-bfc6-5fa798561bfc Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e18fcc7fc10a4fd0b20234f8520d0aab.", "code": 404, "title": "Not Found"}} 2018-08-12 08:15:54,427 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab used request id req-e85c9aeb-7254-4ac0-bfc6-5fa798561bfc 2018-08-12 08:15:54,428 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:15:54,431 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f13dc180aa38d7bf5150bc19cbac3c7145985e14" 2018-08-12 08:15:54,527 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:15:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6c803e2c-db4d-4960-b044-21bb414e0ee5 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "310f5853751a4c968f3eeb0a3d99a0a8", "name": "service"}} 2018-08-12 08:15:54,527 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 used request id req-6c803e2c-db4d-4960-b044-21bb414e0ee5 2018-08-12 08:15:54,531 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f13dc180aa38d7bf5150bc19cbac3c7145985e14" 2018-08-12 08:15:54,617 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:15:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3ff4c757-4881-43cb-8328-c0cb1a4326fc Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9f6c1a272706419c9a74b0893b2890e8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:15:54,617 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 used request id req-3ff4c757-4881-43cb-8328-c0cb1a4326fc 2018-08-12 08:15:54,617 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:15:54,621 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/34cb7327fcfc4b52a63b4b8c0ea4a54d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f13dc180aa38d7bf5150bc19cbac3c7145985e14" 2018-08-12 08:15:54,714 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:15:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-eaf7f0ab-b5c0-43b8-9ea0-4f426300391a Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 34cb7327fcfc4b52a63b4b8c0ea4a54d.", "code": 404, "title": "Not Found"}} 2018-08-12 08:15:54,714 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/34cb7327fcfc4b52a63b4b8c0ea4a54d used request id req-eaf7f0ab-b5c0-43b8-9ea0-4f426300391a 2018-08-12 08:15:54,715 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:15:54,718 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa9ca6d7608b4d7d87ce97331679a481 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f13dc180aa38d7bf5150bc19cbac3c7145985e14" 2018-08-12 08:15:54,807 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:15:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4f2e1643-38f0-4af1-8e19-474eac1f1a57 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa9ca6d7608b4d7d87ce97331679a481.", "code": 404, "title": "Not Found"}} 2018-08-12 08:15:54,807 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa9ca6d7608b4d7d87ce97331679a481 used request id req-4f2e1643-38f0-4af1-8e19-474eac1f1a57 2018-08-12 08:15:54,808 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:15:54,812 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/87db863ba6e348b0a5ddcb67053db9d1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f13dc180aa38d7bf5150bc19cbac3c7145985e14" 2018-08-12 08:15:54,897 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:15:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-62cd0723-3bdd-44ee-98d1-02e81f429600 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87db863ba6e348b0a5ddcb67053db9d1.", "code": 404, "title": "Not Found"}} 2018-08-12 08:15:54,897 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/87db863ba6e348b0a5ddcb67053db9d1 used request id req-62cd0723-3bdd-44ee-98d1-02e81f429600 2018-08-12 08:15:54,898 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:15:54,898 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-fd18ee96-258b-494-proj 2018-08-12 08:15:54,902 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/edec93b066ae4ea194da42bada4395cf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f13dc180aa38d7bf5150bc19cbac3c7145985e14" 2018-08-12 08:15:55,169 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:15:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-732f1009-8be4-4fc7-b1ff-394765af09c7 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 08:15:55,169 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/edec93b066ae4ea194da42bada4395cf used request id req-732f1009-8be4-4fc7-b1ff-394765af09c7 2018-08-12 08:15:55,169 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-fd18ee96-258b-494-proj-role 2018-08-12 08:15:55,173 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/e95fc4f5e1d9435399191af5f5e47fc1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f13dc180aa38d7bf5150bc19cbac3c7145985e14" 2018-08-12 08:15:55,288 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:15:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-74a14ef0-8333-4147-8a1d-c6d3e762a7ce 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 08:15:55,288 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/e95fc4f5e1d9435399191af5f5e47fc1 used request id req-74a14ef0-8333-4147-8a1d-c6d3e762a7ce 2018-08-12 08:15:55,292 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f13dc180aa38d7bf5150bc19cbac3c7145985e14" 2018-08-12 08:15:55,380 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:15:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7f800f59-843d-48c4-b90f-0a0885e4f5f9 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:15:55,380 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-7f800f59-843d-48c4-b90f-0a0885e4f5f9 2018-08-12 08:15:55,381 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-fd18ee96-258b-494-user 2018-08-12 08:15:55,384 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/bf8ebba16fe5415d8a3c30d9279c119f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e37befcaf7d3995deea370b728d7c94c48869be" 2018-08-12 08:15:55,596 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:15:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4b9ae127-c87b-43b1-bd48-0ea79fc5b849 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 08:15:55,596 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/bf8ebba16fe5415d8a3c30d9279c119f used request id req-4b9ae127-c87b-43b1-bd48-0ea79fc5b849 2018-08-12 08:15:55,598 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:15:55,995 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:15:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["NLat81nSThaxN0rdKKY0Aw"], "issued_at": "2018-08-12T08:15:55.000000Z"}} 2018-08-12 08:15:55,996 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}4ad08030b8b036fcc75cdea4699b2958f291e504" 2018-08-12 08:15:56,079 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:15:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7f1ef45d-24d0-4125-b924-c73b18de2b00 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:15:56,079 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-7f1ef45d-24d0-4125-b924-c73b18de2b00 2018-08-12 08:15:56,081 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:15:56,081 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:15:56,479 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:15:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["Pl0E6I1MTLWfAnxVXSMN5w"], "issued_at": "2018-08-12T08:15:56.000000Z"}} 2018-08-12 08:15:56,480 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}131fd3ac501d32d59bbfdf0f3cd7257e72f4ae06" 2018-08-12 08:15:56,566 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:15:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8a2a7d45-0701-4d26-9659-bdd4c5ed57bd Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:15:56,566 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-8a2a7d45-0701-4d26-9659-bdd4c5ed57bd 2018-08-12 08:15:56,570 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:15:56,576 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:15:56 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:15:56,576 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-64b3e3bd-99fe-477-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}131fd3ac501d32d59bbfdf0f3cd7257e72f4ae06" 2018-08-12 08:15:56,665 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:15:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d8332c77-dbbd-4f7f-89a2-7dcbafc812b3 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-64b3e3bd-99fe-477-proj", "previous": null, "next": null}, "projects": []} 2018-08-12 08:15:56,665 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-64b3e3bd-99fe-477-proj used request id req-d8332c77-dbbd-4f7f-89a2-7dcbafc812b3 2018-08-12 08:15:56,668 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}131fd3ac501d32d59bbfdf0f3cd7257e72f4ae06" 2018-08-12 08:15:56,763 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:15:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-45d11227-1ded-454b-a789-cccfdd5635bb Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:15:56,764 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-45d11227-1ded-454b-a789-cccfdd5635bb 2018-08-12 08:15:56,768 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}131fd3ac501d32d59bbfdf0f3cd7257e72f4ae06" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterSuccessTests-64b3e3bd-99fe-477-proj"}}' 2018-08-12 08:15:56,888 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:15:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-755df317-0a81-45f0-85cf-8a132961ce40 Content-Length: 321 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/86ec7cc8608d4fc2985c19b72e38125c"}, "tags": [], "enabled": true, "id": "86ec7cc8608d4fc2985c19b72e38125c", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-64b3e3bd-99fe-477-proj"}} 2018-08-12 08:15:56,888 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-755df317-0a81-45f0-85cf-8a132961ce40 2018-08-12 08:15:56,889 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-64b3e3bd-99fe-477-proj 2018-08-12 08:15:56,889 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:15:56,890 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:15:57,286 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:15:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["OfB9mNL_RxmDSEJDm_0rjQ"], "issued_at": "2018-08-12T08:15:57.000000Z"}} 2018-08-12 08:15:57,287 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}c829aaa82b78f3c33bd3c94772e72c84ba1643b6" 2018-08-12 08:15:57,300 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:15:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-98dde6ec-2e5b-4270-a6c6-bef96b88f8ba Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:15:57,300 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-98dde6ec-2e5b-4270-a6c6-bef96b88f8ba 2018-08-12 08:15:57,303 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:15:57,308 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:15:57 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:15:57,309 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c829aaa82b78f3c33bd3c94772e72c84ba1643b6" 2018-08-12 08:15:57,425 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:15:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bcf0efd7-09c3-4c8c-973e-d9a6a852d910 Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/105a247548624314b9228f85f6325f0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105a247548624314b9228f85f6325f0b", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/1c5de0eaa44543f08da6ad63a51594ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c5de0eaa44543f08da6ad63a51594ff", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/1d127b5b832547a88a547c116dfdd65b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d127b5b832547a88a547c116dfdd65b", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/1d5cfc170d624ce4ae53ae0507c8d517"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d5cfc170d624ce4ae53ae0507c8d517", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/2421820b75eb4d3ebd02830378d1377b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2421820b75eb4d3ebd02830378d1377b", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/40bd8ee54ecf44868cc83cede652c396"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40bd8ee54ecf44868cc83cede652c396", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/4f32fb8153854c4c9f5094b42b523f80"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f32fb8153854c4c9f5094b42b523f80", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7066130d08fb4db7bf4ab468de53933b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7066130d08fb4db7bf4ab468de53933b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/8d0898a83bcf4521bbc11501d5d7ac89"}, "domain_id": "1eec97585bde483292ece28ee11f4b8d", "enabled": true, "options": {}, "id": "8d0898a83bcf4521bbc11501d5d7ac89", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/9defcced327d476f8a3beab718a13da3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9defcced327d476f8a3beab718a13da3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/b80ee4f6992446e0879624dd436e99a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b80ee4f6992446e0879624dd436e99a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b86fd3e011324d398fcdb6f095a20a9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b86fd3e011324d398fcdb6f095a20a9d", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1701d2754064b5cadf765ea0806f9b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1701d2754064b5cadf765ea0806f9b2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/db4e7b8d76d549faa502716565c733dd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db4e7b8d76d549faa502716565c733dd", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-12 08:15:57,425 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-bcf0efd7-09c3-4c8c-973e-d9a6a852d910 2018-08-12 08:15:57,429 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateRouterSuccessTests-64b3e3bd-99fe-477-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c829aaa82b78f3c33bd3c94772e72c84ba1643b6" 2018-08-12 08:15:57,531 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:15:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ab5e734-da49-430b-9fae-fbe01b79ee09 Content-Encoding: gzip Content-Length: 258 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateRouterSuccessTests-64b3e3bd-99fe-477-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/86ec7cc8608d4fc2985c19b72e38125c"}, "tags": [], "enabled": true, "id": "86ec7cc8608d4fc2985c19b72e38125c", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-64b3e3bd-99fe-477-proj"}]} 2018-08-12 08:15:57,531 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateRouterSuccessTests-64b3e3bd-99fe-477-proj used request id req-1ab5e734-da49-430b-9fae-fbe01b79ee09 2018-08-12 08:15:57,535 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c829aaa82b78f3c33bd3c94772e72c84ba1643b6" 2018-08-12 08:15:57,624 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:15:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5bb539b8-ea48-47f9-9402-bbded22a13ff Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:15:57,624 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-5bb539b8-ea48-47f9-9402-bbded22a13ff 2018-08-12 08:15:58,001 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-64b3e3bd-99fe-477-user 2018-08-12 08:15:58,001 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:15:58,006 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}131fd3ac501d32d59bbfdf0f3cd7257e72f4ae06" 2018-08-12 08:15:58,107 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:15:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9c9483d6-27f6-4213-869e-9cd05f8656ea Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:15:58,107 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-9c9483d6-27f6-4213-869e-9cd05f8656ea 2018-08-12 08:15:58,111 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}131fd3ac501d32d59bbfdf0f3cd7257e72f4ae06" -d '{"role": {"name": "CreateRouterSuccessTests-64b3e3bd-99fe-477-proj-role"}}' 2018-08-12 08:15:58,217 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:15:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d7ec4a1e-ffc7-4cf9-bba4-6f9ad67f3aa8 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "386365eb4b6f4e1fa5a25587ce8fba9f", "links": {"self": "http://172.30.9.21:5000/v3/roles/386365eb4b6f4e1fa5a25587ce8fba9f"}, "name": "CreateRouterSuccessTests-64b3e3bd-99fe-477-proj-role"}} 2018-08-12 08:15:58,217 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-d7ec4a1e-ffc7-4cf9-bba4-6f9ad67f3aa8 2018-08-12 08:15:58,218 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-64b3e3bd-99fe-477-proj-role 2018-08-12 08:15:58,221 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/386365eb4b6f4e1fa5a25587ce8fba9f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}131fd3ac501d32d59bbfdf0f3cd7257e72f4ae06" 2018-08-12 08:15:58,237 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:15:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-92ad0316-1dd0-4580-9243-771bd68e2ad2 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "386365eb4b6f4e1fa5a25587ce8fba9f", "links": {"self": "http://172.30.9.21:5000/v3/roles/386365eb4b6f4e1fa5a25587ce8fba9f"}, "name": "CreateRouterSuccessTests-64b3e3bd-99fe-477-proj-role"}} 2018-08-12 08:15:58,237 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/386365eb4b6f4e1fa5a25587ce8fba9f used request id req-92ad0316-1dd0-4580-9243-771bd68e2ad2 2018-08-12 08:15:58,238 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-64b3e3bd-99fe-477-proj-role to project CreateRouterSuccessTests-64b3e3bd-99fe-477-proj 2018-08-12 08:15:58,241 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/86ec7cc8608d4fc2985c19b72e38125c/users/5a0fb7449da64c9dba56820dad476f93/roles/386365eb4b6f4e1fa5a25587ce8fba9f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}131fd3ac501d32d59bbfdf0f3cd7257e72f4ae06" 2018-08-12 08:15:58,376 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:15:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b7e1aea4-209b-492c-a292-fb56cfcb999e 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 08:15:58,376 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/86ec7cc8608d4fc2985c19b72e38125c/users/5a0fb7449da64c9dba56820dad476f93/roles/386365eb4b6f4e1fa5a25587ce8fba9f used request id req-b7e1aea4-209b-492c-a292-fb56cfcb999e 2018-08-12 08:15:58,377 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:15:58,377 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:15:58,377 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:15:58,377 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:15:58,377 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:15:58,379 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:15:58,380 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:15:58,769 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:15:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["28R3CGC0Q7uKdCUOc9TpPQ"], "issued_at": "2018-08-12T08:15:58.000000Z"}} 2018-08-12 08:15:58,770 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}a90df91070ae2ae52c38570443d8824f55b6dd69" 2018-08-12 08:15:58,783 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:15:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2d461df7-a1ae-4cb4-b9aa-7a8a3fc4579f Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:15:58,784 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-2d461df7-a1ae-4cb4-b9aa-7a8a3fc4579f 2018-08-12 08:15:58,785 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:15:58,785 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:15:58,785 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:15:58,785 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:15:58,785 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:15:58,791 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=CreateRouterSuccessTests-edf3d0e6-5bf9-4f62-bceb-c170b5ed2731-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a90df91070ae2ae52c38570443d8824f55b6dd69" 2018-08-12 08:15:59,000 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-3fa45ab9-70d0-40d2-b14e-ed23548bd30e Date: Sun, 12 Aug 2018 08:15:59 GMT RESP BODY: {"routers": []} 2018-08-12 08:15:59,000 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=CreateRouterSuccessTests-edf3d0e6-5bf9-4f62-bceb-c170b5ed2731-pub-router&admin_state_up=True used request id req-3fa45ab9-70d0-40d2-b14e-ed23548bd30e 2018-08-12 08:15:59,000 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:15:59,001 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:15:59,408 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:15:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["CWu-Ra6_S4-dw-awqkNP-A"], "issued_at": "2018-08-12T08:15:59.000000Z"}} 2018-08-12 08:15:59,409 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}e4c6bac4b57cf7dfab1dc7d6277c3162390cc80d" 2018-08-12 08:15:59,571 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:15:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d3ae2f2f-bb2e-41a4-aa91-6772273dbe42 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:15:59,572 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-d3ae2f2f-bb2e-41a4-aa91-6772273dbe42 2018-08-12 08:15:59,573 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-edf3d0e6-5bf9-4f62-bceb-c170b5ed2731-pub-router 2018-08-12 08:15:59,578 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a90df91070ae2ae52c38570443d8824f55b6dd69" -d '{"router": {"name": "CreateRouterSuccessTests-edf3d0e6-5bf9-4f62-bceb-c170b5ed2731-pub-router", "admin_state_up": true}}' 2018-08-12 08:15:59,935 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 481 X-Openstack-Request-Id: req-60905767-c491-4c30-82fd-6f8b53a3a85b Date: Sun, 12 Aug 2018 08:15:59 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "created_at": "2018-08-12T08:15:59Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-12T08:15:59Z", "revision_number": 0, "routes": [], "project_id": "a267b9a156244bb192691cff6e5f74fe", "id": "dba6084f-8b76-413c-b539-96787cff463a", "name": "CreateRouterSuccessTests-edf3d0e6-5bf9-4f62-bceb-c170b5ed2731-pub-router"}} 2018-08-12 08:15:59,936 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers used request id req-60905767-c491-4c30-82fd-6f8b53a3a85b 2018-08-12 08:15:59,941 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=dba6084f-8b76-413c-b539-96787cff463a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a90df91070ae2ae52c38570443d8824f55b6dd69" 2018-08-12 08:16:00,146 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-d9d70766-7928-4c96-8e3d-de11745d056b Date: Sun, 12 Aug 2018 08:16:00 GMT RESP BODY: {"ports":[]} 2018-08-12 08:16:00,146 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=dba6084f-8b76-413c-b539-96787cff463a used request id req-d9d70766-7928-4c96-8e3d-de11745d056b 2018-08-12 08:16:00,151 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a90df91070ae2ae52c38570443d8824f55b6dd69" 2018-08-12 08:16:00,406 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-730730f6-1558-46d3-baa2-dfd4bd65bbae Date: Sun, 12 Aug 2018 08:16:00 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":7,"port_security_enabled":true,"mtu":1500,"id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"310f5853751a4c968f3eeb0a3d99a0a8","status":"ACTIVE","subnets":["ec788992-fa73-45cc-a7d9-6d44542124c2"],"description":"","tags":[],"updated_at":"2018-08-12T05:35:20Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"310f5853751a4c968f3eeb0a3d99a0a8","created_at":"2018-08-12T05:04:23Z","provider:network_type":"flat"}]} 2018-08-12 08:16:00,406 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=external used request id req-730730f6-1558-46d3-baa2-dfd4bd65bbae 2018-08-12 08:16:00,411 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=03886690-4630-4c4c-9ccb-7eedaa9b1fd3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a90df91070ae2ae52c38570443d8824f55b6dd69" 2018-08-12 08:16:00,629 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-2ebf1c12-9b9f-4cfc-9370-581aa64ef567 Date: Sun, 12 Aug 2018 08:16:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","tenant_id":"310f5853751a4c968f3eeb0a3d99a0a8","created_at":"2018-08-12T05:04:31Z","dns_nameservers":[],"updated_at":"2018-08-12T05:04:31Z","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":"310f5853751a4c968f3eeb0a3d99a0a8","id":"ec788992-fa73-45cc-a7d9-6d44542124c2","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-12 08:16:00,630 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=03886690-4630-4c4c-9ccb-7eedaa9b1fd3 used request id req-2ebf1c12-9b9f-4cfc-9370-581aa64ef567 2018-08-12 08:16:00,639 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=03886690-4630-4c4c-9ccb-7eedaa9b1fd3&name=CreateRouterSuccessTests-edf3d0e6-5bf9-4f62-bceb-c170b5ed2731-port1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a90df91070ae2ae52c38570443d8824f55b6dd69" 2018-08-12 08:16:00,848 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-b110084c-3795-4828-90fd-d304a7e59d08 Date: Sun, 12 Aug 2018 08:16:00 GMT RESP BODY: {"ports":[]} 2018-08-12 08:16:00,848 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=03886690-4630-4c4c-9ccb-7eedaa9b1fd3&name=CreateRouterSuccessTests-edf3d0e6-5bf9-4f62-bceb-c170b5ed2731-port1&admin_state_up=True used request id req-b110084c-3795-4828-90fd-d304a7e59d08 2018-08-12 08:16:00,848 - OpenStackNetwork - INFO - Retrieved port CreateRouterSuccessTests-edf3d0e6-5bf9-4f62-bceb-c170b5ed2731-port1 for router - CreateRouterSuccessTests-edf3d0e6-5bf9-4f62-bceb-c170b5ed2731-pub-router 2018-08-12 08:16:00,848 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:16:00,849 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:16:01,242 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:16:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["gmVhA4g_QD-a3iW58wN3NA"], "issued_at": "2018-08-12T08:16:01.000000Z"}} 2018-08-12 08:16:01,242 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}ea6143b50d84647a159b7a67781beebcc8529564" 2018-08-12 08:16:01,329 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:16:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-608cb7db-acb7-4491-8141-8b916a8df8fe Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:16:01,329 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-608cb7db-acb7-4491-8141-8b916a8df8fe 2018-08-12 08:16:01,335 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a90df91070ae2ae52c38570443d8824f55b6dd69" 2018-08-12 08:16:01,589 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-8e4017df-8ed7-46a7-9dd3-6d4ec2c521f4 Date: Sun, 12 Aug 2018 08:16:01 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":7,"port_security_enabled":true,"mtu":1500,"id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"310f5853751a4c968f3eeb0a3d99a0a8","status":"ACTIVE","subnets":["ec788992-fa73-45cc-a7d9-6d44542124c2"],"description":"","tags":[],"updated_at":"2018-08-12T05:35:20Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"310f5853751a4c968f3eeb0a3d99a0a8","created_at":"2018-08-12T05:04:23Z","provider:network_type":"flat"}]} 2018-08-12 08:16:01,589 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=external used request id req-8e4017df-8ed7-46a7-9dd3-6d4ec2c521f4 2018-08-12 08:16:01,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=03886690-4630-4c4c-9ccb-7eedaa9b1fd3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a90df91070ae2ae52c38570443d8824f55b6dd69" 2018-08-12 08:16:01,818 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-00a4e0b1-71b9-4bf5-bc03-2be2f8446de3 Date: Sun, 12 Aug 2018 08:16:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","tenant_id":"310f5853751a4c968f3eeb0a3d99a0a8","created_at":"2018-08-12T05:04:31Z","dns_nameservers":[],"updated_at":"2018-08-12T05:04:31Z","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":"310f5853751a4c968f3eeb0a3d99a0a8","id":"ec788992-fa73-45cc-a7d9-6d44542124c2","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-12 08:16:01,818 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=03886690-4630-4c4c-9ccb-7eedaa9b1fd3 used request id req-00a4e0b1-71b9-4bf5-bc03-2be2f8446de3 2018-08-12 08:16:01,819 - neutron_utils - INFO - Creating port for network with name - external 2018-08-12 08:16:01,824 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a90df91070ae2ae52c38570443d8824f55b6dd69" -d '{"port": {"network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "name": "CreateRouterSuccessTests-edf3d0e6-5bf9-4f62-bceb-c170b5ed2731-port1", "admin_state_up": true}}' 2018-08-12 08:16:02,430 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 858 X-Openstack-Request-Id: req-ed961961-a9aa-401e-87d2-a3b8df09752a Date: Sun, 12 Aug 2018 08:16:02 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:16:02Z","device_owner":"","revision_number":6,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"ec788992-fa73-45cc-a7d9-6d44542124c2","ip_address":"172.30.9.203"}],"id":"2f1b01de-49be-4732-b13b-56f7c03bc85b","security_groups":["5f66b959-9187-4391-aafa-4c9cd7dd156e"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:99:f6:8e","project_id":"a267b9a156244bb192691cff6e5f74fe","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"CreateRouterSuccessTests-edf3d0e6-5bf9-4f62-bceb-c170b5ed2731-port1","admin_state_up":true,"network_id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:16:01Z","binding:vnic_type":"normal"}} 2018-08-12 08:16:02,430 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/ports used request id req-ed961961-a9aa-401e-87d2-a3b8df09752a 2018-08-12 08:16:02,431 - OpenStackNetwork - INFO - Created port CreateRouterSuccessTests-edf3d0e6-5bf9-4f62-bceb-c170b5ed2731-port1 for router - CreateRouterSuccessTests-edf3d0e6-5bf9-4f62-bceb-c170b5ed2731-pub-router 2018-08-12 08:16:02,431 - neutron_utils - INFO - Adding interface to router with name CreateRouterSuccessTests-edf3d0e6-5bf9-4f62-bceb-c170b5ed2731-pub-router 2018-08-12 08:16:02,436 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9696/v2.0/routers/dba6084f-8b76-413c-b539-96787cff463a/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a90df91070ae2ae52c38570443d8824f55b6dd69" -d '{"port_id": "2f1b01de-49be-4732-b13b-56f7c03bc85b"}' 2018-08-12 08:16:04,387 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-c3552c61-c18c-4f59-bba4-a0cc0bfcabbf Date: Sun, 12 Aug 2018 08:16:04 GMT RESP BODY: {"network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "subnet_id": "ec788992-fa73-45cc-a7d9-6d44542124c2", "subnet_ids": ["ec788992-fa73-45cc-a7d9-6d44542124c2"], "port_id": "2f1b01de-49be-4732-b13b-56f7c03bc85b", "id": "dba6084f-8b76-413c-b539-96787cff463a"} 2018-08-12 08:16:04,387 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/dba6084f-8b76-413c-b539-96787cff463a/add_router_interface used request id req-c3552c61-c18c-4f59-bba4-a0cc0bfcabbf 2018-08-12 08:16:04,392 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers/dba6084f-8b76-413c-b539-96787cff463a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a90df91070ae2ae52c38570443d8824f55b6dd69" 2018-08-12 08:16:04,835 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 481 X-Openstack-Request-Id: req-ec9d12c5-8652-4b62-8f94-6e4326f108d9 Date: Sun, 12 Aug 2018 08:16:04 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "created_at": "2018-08-12T08:15:59Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-12T08:16:03Z", "revision_number": 1, "routes": [], "project_id": "a267b9a156244bb192691cff6e5f74fe", "id": "dba6084f-8b76-413c-b539-96787cff463a", "name": "CreateRouterSuccessTests-edf3d0e6-5bf9-4f62-bceb-c170b5ed2731-pub-router"}} 2018-08-12 08:16:04,836 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers/dba6084f-8b76-413c-b539-96787cff463a used request id req-ec9d12c5-8652-4b62-8f94-6e4326f108d9 2018-08-12 08:16:04,841 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=dba6084f-8b76-413c-b539-96787cff463a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a90df91070ae2ae52c38570443d8824f55b6dd69" 2018-08-12 08:16:05,056 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 922 X-Openstack-Request-Id: req-aa0a4e76-33f3-4504-8874-4541d0134ae1 Date: Sun, 12 Aug 2018 08:16:05 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:16:04Z","device_owner":"network:router_interface","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"ec788992-fa73-45cc-a7d9-6d44542124c2","ip_address":"172.30.9.203"}],"id":"2f1b01de-49be-4732-b13b-56f7c03bc85b","security_groups":["5f66b959-9187-4391-aafa-4c9cd7dd156e"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:99:f6:8e","project_id":"a267b9a156244bb192691cff6e5f74fe","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"dba6084f-8b76-413c-b539-96787cff463a","name":"CreateRouterSuccessTests-edf3d0e6-5bf9-4f62-bceb-c170b5ed2731-port1","admin_state_up":true,"network_id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:16:01Z","binding:vnic_type":"normal"}]} 2018-08-12 08:16:05,057 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=dba6084f-8b76-413c-b539-96787cff463a used request id req-aa0a4e76-33f3-4504-8874-4541d0134ae1 2018-08-12 08:16:05,061 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/ec788992-fa73-45cc-a7d9-6d44542124c2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a90df91070ae2ae52c38570443d8824f55b6dd69" 2018-08-12 08:16:05,113 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-15050921-f2b0-4202-bb39-a2d0ddd0fe07 Date: Sun, 12 Aug 2018 08:16:05 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","tenant_id":"310f5853751a4c968f3eeb0a3d99a0a8","created_at":"2018-08-12T05:04:31Z","dns_nameservers":[],"updated_at":"2018-08-12T05:04:31Z","gateway_ip":"172.30.9.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"172.30.9.0/24","project_id":"310f5853751a4c968f3eeb0a3d99a0a8","id":"ec788992-fa73-45cc-a7d9-6d44542124c2","subnetpool_id":null,"name":"external-subnet"}} 2018-08-12 08:16:05,114 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/ec788992-fa73-45cc-a7d9-6d44542124c2 used request id req-15050921-f2b0-4202-bb39-a2d0ddd0fe07 2018-08-12 08:16:05,114 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:16:05,114 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:16:05,114 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:16:05,115 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:16:05,115 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:16:05,116 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}4ad08030b8b036fcc75cdea4699b2958f291e504" 2018-08-12 08:16:05,197 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:16:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f161cb18-496a-4698-a314-e60c353d2421 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:16:05,198 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-f161cb18-496a-4698-a314-e60c353d2421 2018-08-12 08:16:05,204 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=CreateRouterSuccessTests-edf3d0e6-5bf9-4f62-bceb-c170b5ed2731-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ad08030b8b036fcc75cdea4699b2958f291e504" 2018-08-12 08:16:05,497 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 484 X-Openstack-Request-Id: req-cdfb037f-2acd-41c6-8cd1-4751e496d417 Date: Sun, 12 Aug 2018 08:16:05 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "created_at": "2018-08-12T08:15:59Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-12T08:16:03Z", "revision_number": 1, "routes": [], "project_id": "a267b9a156244bb192691cff6e5f74fe", "id": "dba6084f-8b76-413c-b539-96787cff463a", "name": "CreateRouterSuccessTests-edf3d0e6-5bf9-4f62-bceb-c170b5ed2731-pub-router"}]} 2018-08-12 08:16:05,498 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=CreateRouterSuccessTests-edf3d0e6-5bf9-4f62-bceb-c170b5ed2731-pub-router&admin_state_up=True used request id req-cdfb037f-2acd-41c6-8cd1-4751e496d417 2018-08-12 08:16:05,501 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:16:05,506 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:16:05 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:16:05,507 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ad08030b8b036fcc75cdea4699b2958f291e504" 2018-08-12 08:16:05,602 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:16:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-51432a52-3df0-48f4-b2da-6d48e04a38e1 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}} 2018-08-12 08:16:05,603 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe used request id req-51432a52-3df0-48f4-b2da-6d48e04a38e1 2018-08-12 08:16:05,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=dba6084f-8b76-413c-b539-96787cff463a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ad08030b8b036fcc75cdea4699b2958f291e504" 2018-08-12 08:16:05,833 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 922 X-Openstack-Request-Id: req-f571ade8-0e9a-4700-9a45-f0d1552e664e Date: Sun, 12 Aug 2018 08:16:05 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:16:04Z","device_owner":"network:router_interface","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"ec788992-fa73-45cc-a7d9-6d44542124c2","ip_address":"172.30.9.203"}],"id":"2f1b01de-49be-4732-b13b-56f7c03bc85b","security_groups":["5f66b959-9187-4391-aafa-4c9cd7dd156e"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:99:f6:8e","project_id":"a267b9a156244bb192691cff6e5f74fe","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"dba6084f-8b76-413c-b539-96787cff463a","name":"CreateRouterSuccessTests-edf3d0e6-5bf9-4f62-bceb-c170b5ed2731-port1","admin_state_up":true,"network_id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:16:01Z","binding:vnic_type":"normal"}]} 2018-08-12 08:16:05,833 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=dba6084f-8b76-413c-b539-96787cff463a used request id req-f571ade8-0e9a-4700-9a45-f0d1552e664e 2018-08-12 08:16:05,838 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/ec788992-fa73-45cc-a7d9-6d44542124c2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ad08030b8b036fcc75cdea4699b2958f291e504" 2018-08-12 08:16:06,053 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-dfaff52a-ae33-4d23-8c75-c48bb93e9c95 Date: Sun, 12 Aug 2018 08:16:06 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","tenant_id":"310f5853751a4c968f3eeb0a3d99a0a8","created_at":"2018-08-12T05:04:31Z","dns_nameservers":[],"updated_at":"2018-08-12T05:04:31Z","gateway_ip":"172.30.9.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"172.30.9.0/24","project_id":"310f5853751a4c968f3eeb0a3d99a0a8","id":"ec788992-fa73-45cc-a7d9-6d44542124c2","subnetpool_id":null,"name":"external-subnet"}} 2018-08-12 08:16:06,053 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/ec788992-fa73-45cc-a7d9-6d44542124c2 used request id req-dfaff52a-ae33-4d23-8c75-c48bb93e9c95 2018-08-12 08:16:06,058 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ad08030b8b036fcc75cdea4699b2958f291e504" 2018-08-12 08:16:06,323 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-57064a1d-2d09-4480-980d-934799ffca3a Date: Sun, 12 Aug 2018 08:16:06 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":7,"port_security_enabled":true,"mtu":1500,"id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"310f5853751a4c968f3eeb0a3d99a0a8","status":"ACTIVE","subnets":["ec788992-fa73-45cc-a7d9-6d44542124c2"],"description":"","tags":[],"updated_at":"2018-08-12T05:35:20Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"310f5853751a4c968f3eeb0a3d99a0a8","created_at":"2018-08-12T05:04:23Z","provider:network_type":"flat"}]} 2018-08-12 08:16:06,323 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=external used request id req-57064a1d-2d09-4480-980d-934799ffca3a 2018-08-12 08:16:06,329 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=03886690-4630-4c4c-9ccb-7eedaa9b1fd3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ad08030b8b036fcc75cdea4699b2958f291e504" 2018-08-12 08:16:06,556 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-20226149-2285-421c-8aad-81eacd11d57d Date: Sun, 12 Aug 2018 08:16:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","tenant_id":"310f5853751a4c968f3eeb0a3d99a0a8","created_at":"2018-08-12T05:04:31Z","dns_nameservers":[],"updated_at":"2018-08-12T05:04:31Z","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":"310f5853751a4c968f3eeb0a3d99a0a8","id":"ec788992-fa73-45cc-a7d9-6d44542124c2","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-12 08:16:06,556 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=03886690-4630-4c4c-9ccb-7eedaa9b1fd3 used request id req-20226149-2285-421c-8aad-81eacd11d57d 2018-08-12 08:16:06,556 - OpenStackNetwork - INFO - Removing router interface from router CreateRouterSuccessTests-edf3d0e6-5bf9-4f62-bceb-c170b5ed2731-pub-router and port CreateRouterSuccessTests-edf3d0e6-5bf9-4f62-bceb-c170b5ed2731-port1 2018-08-12 08:16:06,557 - neutron_utils - INFO - Removing router interface from router named CreateRouterSuccessTests-edf3d0e6-5bf9-4f62-bceb-c170b5ed2731-pub-router 2018-08-12 08:16:06,562 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9696/v2.0/routers/dba6084f-8b76-413c-b539-96787cff463a/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a90df91070ae2ae52c38570443d8824f55b6dd69" -d '{"port_id": "2f1b01de-49be-4732-b13b-56f7c03bc85b"}' 2018-08-12 08:16:07,926 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-e1ee75ea-f04d-4896-a8be-a60016540184 Date: Sun, 12 Aug 2018 08:16:07 GMT RESP BODY: {"network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "subnet_id": "ec788992-fa73-45cc-a7d9-6d44542124c2", "subnet_ids": ["ec788992-fa73-45cc-a7d9-6d44542124c2"], "port_id": "2f1b01de-49be-4732-b13b-56f7c03bc85b", "id": "dba6084f-8b76-413c-b539-96787cff463a"} 2018-08-12 08:16:07,927 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/dba6084f-8b76-413c-b539-96787cff463a/remove_router_interface used request id req-e1ee75ea-f04d-4896-a8be-a60016540184 2018-08-12 08:16:07,927 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-edf3d0e6-5bf9-4f62-bceb-c170b5ed2731-pub-router 2018-08-12 08:16:07,927 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-edf3d0e6-5bf9-4f62-bceb-c170b5ed2731-pub-router 2018-08-12 08:16:07,932 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/routers/dba6084f-8b76-413c-b539-96787cff463a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a90df91070ae2ae52c38570443d8824f55b6dd69" 2018-08-12 08:16:08,367 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-098d666e-ffa0-4978-8df7-ba0f7dbd7eff Content-Length: 0 Date: Sun, 12 Aug 2018 08:16:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:16:08,367 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/dba6084f-8b76-413c-b539-96787cff463a used request id req-098d666e-ffa0-4978-8df7-ba0f7dbd7eff 2018-08-12 08:16:08,368 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:16:08,368 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:16:08,368 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:16:08,368 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:16:08,369 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:16:08,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}131fd3ac501d32d59bbfdf0f3cd7257e72f4ae06" 2018-08-12 08:16:08,652 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 43135 X-Openstack-Request-Id: req-0b2405d3-2927-4ac4-a16b-7d961f695973 Date: Sun, 12 Aug 2018 08:16:08 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "created_at": "2018-08-12T06:59:44Z", "updated_at": "2018-08-12T06:59:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "1d7fd960-7865-4453-aecc-8d399b4fad21", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "66820d8a-b785-4b18-bd67-500221c8e4f9", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "74fc7638-a322-4841-8c47-06d36174a200", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "8eaa09ec-8419-4582-9312-1e527afe6e4b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}], "revision_number": 4, "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "created_at": "2018-08-12T05:12:34Z", "updated_at": "2018-08-12T05:12:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "709513d2-af7d-4d0b-bd3c-604fed75a711", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "aa346066-e46f-44f2-94be-2884aa998a19", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "c15f7b93-e56c-4afa-867d-2acb286d4b7b", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "cb0ef83f-5f70-4a80-ad35-431ca9df551e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}], "revision_number": 4, "project_id": "fa5a7fe6ee54472ba01638877aade8e3", "id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ea65becf30e54b27aa96a449698a435e", "created_at": "2018-08-12T05:10:35Z", "updated_at": "2018-08-12T05:10:35Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "30ad280c-f302-4cd4-a438-5139917b56f9", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "76115c4c-887d-4f0a-83e2-486e4b39c713", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "8ab14937-4c08-4d43-8a9a-662e622cc643", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "ee757a03-5662-4273-9c3e-6212e7afb48f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}], "revision_number": 4, "project_id": "ea65becf30e54b27aa96a449698a435e", "id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "created_at": "2018-08-12T06:20:09Z", "updated_at": "2018-08-12T06:20:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "1123b8f2-75ac-4a26-b9b2-a96da97408e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "2ddd2b93-e080-48cd-9a50-f5fe8a82ad0c", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "cd1bae62-0aea-4438-b4c3-50a69ae6f855", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "e398e01e-ceea-46d1-9534-b929808c4a5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}], "revision_number": 4, "project_id": "ff7abd7bb61f4f2889831e932d65dc2e", "id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "created_at": "2018-08-12T05:34:57Z", "updated_at": "2018-08-12T05:34:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "208a1c1e-f5f8-49c7-9a25-d07e68b1541f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "27bfd867-e607-4bf8-9de8-60682d3f771d", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "49360e1f-6fd3-4f35-b339-24cea95773ee", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "60f631a9-d305-4920-9631-d0543e2ac64f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}], "revision_number": 4, "project_id": "3a85ceae958d4d9fba68847e7df67db8", "id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "created_at": "2018-08-12T05:34:40Z", "updated_at": "2018-08-12T05:34:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "2192c259-363e-4768-ae73-e75837ad63b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "3f87ddc5-f84d-41dc-8215-847724782569", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "7d89f6da-ea78-49dd-9115-f9ad23b250bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "9ec4497d-0f65-44db-9be9-7b3042e4a584", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}], "revision_number": 4, "project_id": "85517fcf1c6247e699fdcdd42ecc8c79", "id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "created_at": "2018-08-12T05:16:02Z", "updated_at": "2018-08-12T05:16:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "1ecacd8c-c1c7-4a66-9871-406a69323b43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "3cc1750c-e0e7-4902-b6f3-494a161b832e", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "d719a7a4-8c99-44ed-8c12-6bf071890203", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "fe7421b5-d577-41da-8c78-62f3c07eda92", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}], "revision_number": 4, "project_id": "a267b9a156244bb192691cff6e5f74fe", "id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "315a428116f24d9fbb826b37080a918e", "created_at": "2018-08-12T05:11:31Z", "updated_at": "2018-08-12T05:11:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "5e52886a-1dc3-4a81-a55d-f388dc4fd1a1", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "678e32e4-d64c-448a-a4ab-e253ab94ae90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "a8da1539-e3ad-4f90-b2df-3dc1f09d228a", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "b73d5cc9-0205-4658-bb1f-61a042c0ab8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}], "revision_number": 4, "project_id": "315a428116f24d9fbb826b37080a918e", "id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-12T05:08:01Z", "updated_at": "2018-08-12T05:08:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:01Z", "revision_number": 0, "id": "0fb05d03-1117-45d0-930c-b6d4c96ef102", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "4faaab33-5788-4bbd-85b8-0fb44d41413a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "96d0c5a0-5c67-421b-8fc8-2b46d77e5db3", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "dd78519b-4bc5-4e8e-ad0f-58089dd69347", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "11a46741b7954b959fd7764109c047b6", "created_at": "2018-08-12T05:34:51Z", "updated_at": "2018-08-12T05:34:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "0b67bf3c-2289-43bb-ab6c-7d25ec32a279", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "51f3f833-337a-42bd-a8d5-742ea8d6c226", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "571fd0b5-ef90-408d-af33-aafb517b8993", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "944ba823-fb9c-496e-a66e-bb426bb14a8d", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}], "revision_number": 4, "project_id": "11a46741b7954b959fd7764109c047b6", "id": "90af9782-8112-4257-801d-ee5115d226ba", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "created_at": "2018-08-12T05:34:26Z", "updated_at": "2018-08-12T05:34:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "2ee1f63a-807c-4d6a-85ee-dd784f6b8c3f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5dec3ec2-2add-47dd-8618-90659dcf3885", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5ea0dc3e-49d0-43f0-94e9-f6443527d14c", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "fbfaca22-7e3e-4128-8973-43e439b77c28", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}], "revision_number": 4, "project_id": "3c01cd58055c44ecaef39f7e625c2258", "id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "521007c1818145639e93ceb270559219", "created_at": "2018-08-12T05:13:27Z", "updated_at": "2018-08-12T05:13:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "5e7fede5-b0f2-47d8-95c3-516cdfc7f9de", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "8fd0e36f-c6c4-4f64-ba97-40439e614448", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "db7d79de-1dfc-4138-945f-91e74cdc266b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "e87f2cff-ff3e-4b6d-aaf0-7f0eb0ab9f05", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}], "revision_number": 4, "project_id": "521007c1818145639e93ceb270559219", "id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "created_at": "2018-08-12T05:08:18Z", "updated_at": "2018-08-12T05:08:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "3c67be40-bf74-4f97-9693-d93ce73a23b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "6112d869-2fc6-4a25-a13c-3d55cd7206c0", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "bdf21c56-453e-482e-9cba-3c55abcb0339", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "c8e92c39-38cc-4f48-be9c-5f0912e6a725", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}], "revision_number": 4, "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "created_at": "2018-08-12T05:04:23Z", "updated_at": "2018-08-12T05:04:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "280546d9-8ad1-4283-abfc-15ee9b1736c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "58bce125-f2ca-4a6d-b9ca-4e6cf5c0f7a5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "69275b9a-cfb5-482c-a9c4-8ffc79adf2c7", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "6d747f3a-3764-469a-a645-f977585c5aac", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}], "revision_number": 4, "project_id": "310f5853751a4c968f3eeb0a3d99a0a8", "id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "created_at": "2018-08-12T05:34:42Z", "updated_at": "2018-08-12T05:34:42Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "199582e8-25aa-457a-aa7c-6d8413ca4464", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "234f3609-4454-448f-919d-c8143c7cd764", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "c1061460-71a2-49a9-a04b-9fa33eeb17ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "d21ac532-51d8-4d6b-8300-7bac216759bf", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}], "revision_number": 4, "project_id": "9f6c1a272706419c9a74b0893b2890e8", "id": "d6739716-c693-460c-89c6-e7c8c48f8245", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "created_at": "2018-08-12T05:34:54Z", "updated_at": "2018-08-12T05:34:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "0633a05a-ee7d-4476-a56b-75d011b22f77", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "6cc1b9f8-73db-47a3-a0e0-3c96c43f34da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "90d99a6b-e94f-4fd8-a10c-f19dd8954c13", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "e843c139-af2a-4d2c-a24f-59f7b10ff72e", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}], "revision_number": 4, "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "created_at": "2018-08-12T05:09:07Z", "updated_at": "2018-08-12T05:09:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "5495e168-f505-4d74-ae6d-387f0bf533c2", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "6fd19b8b-3062-456e-81ba-3ff37fe43429", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8ca59d25-485c-46ce-939c-2e4a468caeac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8f190846-50a0-42b9-b571-390809b752b1", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}], "revision_number": 4, "project_id": "fa9ca6d7608b4d7d87ce97331679a481", "id": "edcd9b17-9416-4c25-823c-060c435e18d7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "created_at": "2018-08-12T05:34:52Z", "updated_at": "2018-08-12T05:34:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "2c7e484e-6ec5-4a95-8c9c-66d294c0c27e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "70c74258-3c2c-4efc-87e0-079c26ee3417", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "b70382fa-082e-4c2b-abc8-87490fa50b11", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "c3628e02-b4b6-42c9-8751-c1a2d3c19caa", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}], "revision_number": 4, "project_id": "87db863ba6e348b0a5ddcb67053db9d1", "id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "name": "default"}]} 2018-08-12 08:16:08,653 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-0b2405d3-2927-4ac4-a16b-7d961f695973 2018-08-12 08:16:08,661 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}131fd3ac501d32d59bbfdf0f3cd7257e72f4ae06" 2018-08-12 08:16:08,755 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:16:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-587e6b92-7e50-4628-a23c-5895937fd95a Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 5fe28c13d4d74ba2be8d019ac1ea6363.", "code": 404, "title": "Not Found"}} 2018-08-12 08:16:08,755 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 used request id req-587e6b92-7e50-4628-a23c-5895937fd95a 2018-08-12 08:16:08,756 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:16:08,759 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}131fd3ac501d32d59bbfdf0f3cd7257e72f4ae06" 2018-08-12 08:16:08,851 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:16:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-377da6d5-7785-4c07-b0ed-3b925fd4cbf1 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa5a7fe6ee54472ba01638877aade8e3.", "code": 404, "title": "Not Found"}} 2018-08-12 08:16:08,851 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 used request id req-377da6d5-7785-4c07-b0ed-3b925fd4cbf1 2018-08-12 08:16:08,852 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:16:08,855 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}131fd3ac501d32d59bbfdf0f3cd7257e72f4ae06" 2018-08-12 08:16:08,950 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:16:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-70830fe9-604b-48f1-8cc5-377137d4537c Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ea65becf30e54b27aa96a449698a435e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:16:08,950 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e used request id req-70830fe9-604b-48f1-8cc5-377137d4537c 2018-08-12 08:16:08,950 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:16:08,954 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}131fd3ac501d32d59bbfdf0f3cd7257e72f4ae06" 2018-08-12 08:16:09,038 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:16:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4600c27c-f203-4f12-9a46-a92ce4c097c3 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ff7abd7bb61f4f2889831e932d65dc2e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:16:09,038 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e used request id req-4600c27c-f203-4f12-9a46-a92ce4c097c3 2018-08-12 08:16:09,038 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:16:09,041 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}131fd3ac501d32d59bbfdf0f3cd7257e72f4ae06" 2018-08-12 08:16:09,058 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:16:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4fd46a26-eb3b-4ddc-92d3-21787ce02358 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3a85ceae958d4d9fba68847e7df67db8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:16:09,058 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 used request id req-4fd46a26-eb3b-4ddc-92d3-21787ce02358 2018-08-12 08:16:09,058 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:16:09,062 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}131fd3ac501d32d59bbfdf0f3cd7257e72f4ae06" 2018-08-12 08:16:09,156 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:16:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-374882d7-abc0-406f-af0f-cd5b95eb2073 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 85517fcf1c6247e699fdcdd42ecc8c79.", "code": 404, "title": "Not Found"}} 2018-08-12 08:16:09,156 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 used request id req-374882d7-abc0-406f-af0f-cd5b95eb2073 2018-08-12 08:16:09,156 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:16:09,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}131fd3ac501d32d59bbfdf0f3cd7257e72f4ae06" 2018-08-12 08:16:09,246 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:16:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2f52e83f-b9dc-4471-81ae-1b18392cacc2 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}} 2018-08-12 08:16:09,246 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe used request id req-2f52e83f-b9dc-4471-81ae-1b18392cacc2 2018-08-12 08:16:09,250 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}131fd3ac501d32d59bbfdf0f3cd7257e72f4ae06" 2018-08-12 08:16:09,344 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:16:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cc52735e-8b92-492b-a07c-73442aeaa439 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 315a428116f24d9fbb826b37080a918e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:16:09,344 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e used request id req-cc52735e-8b92-492b-a07c-73442aeaa439 2018-08-12 08:16:09,344 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:16:09,348 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}131fd3ac501d32d59bbfdf0f3cd7257e72f4ae06" 2018-08-12 08:16:09,434 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:16:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e2af6987-d1d2-454b-b98f-1e6298a636c6 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 11a46741b7954b959fd7764109c047b6.", "code": 404, "title": "Not Found"}} 2018-08-12 08:16:09,434 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 used request id req-e2af6987-d1d2-454b-b98f-1e6298a636c6 2018-08-12 08:16:09,434 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:16:09,438 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}131fd3ac501d32d59bbfdf0f3cd7257e72f4ae06" 2018-08-12 08:16:09,622 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:16:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e023b07b-6387-4616-944c-dd1be39cd40c Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3c01cd58055c44ecaef39f7e625c2258.", "code": 404, "title": "Not Found"}} 2018-08-12 08:16:09,622 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 used request id req-e023b07b-6387-4616-944c-dd1be39cd40c 2018-08-12 08:16:09,622 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:16:09,626 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}131fd3ac501d32d59bbfdf0f3cd7257e72f4ae06" 2018-08-12 08:16:09,719 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:16:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a8c785cd-8267-40ea-9c18-1d47e0965a88 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 521007c1818145639e93ceb270559219.", "code": 404, "title": "Not Found"}} 2018-08-12 08:16:09,719 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 used request id req-a8c785cd-8267-40ea-9c18-1d47e0965a88 2018-08-12 08:16:09,720 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:16:09,723 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}131fd3ac501d32d59bbfdf0f3cd7257e72f4ae06" 2018-08-12 08:16:09,814 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:16:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-eba466aa-efcf-485b-a0ab-ae51ae0ce4e9 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e18fcc7fc10a4fd0b20234f8520d0aab.", "code": 404, "title": "Not Found"}} 2018-08-12 08:16:09,814 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab used request id req-eba466aa-efcf-485b-a0ab-ae51ae0ce4e9 2018-08-12 08:16:09,814 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:16:09,818 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}131fd3ac501d32d59bbfdf0f3cd7257e72f4ae06" 2018-08-12 08:16:09,908 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:16:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2d829589-58ef-4710-a4a4-83d21073a35c Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "310f5853751a4c968f3eeb0a3d99a0a8", "name": "service"}} 2018-08-12 08:16:09,908 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 used request id req-2d829589-58ef-4710-a4a4-83d21073a35c 2018-08-12 08:16:09,912 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}131fd3ac501d32d59bbfdf0f3cd7257e72f4ae06" 2018-08-12 08:16:10,005 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:16:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cc3a3839-2161-4349-9e83-f324d3b5b2c8 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9f6c1a272706419c9a74b0893b2890e8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:16:10,005 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 used request id req-cc3a3839-2161-4349-9e83-f324d3b5b2c8 2018-08-12 08:16:10,006 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:16:10,009 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/34cb7327fcfc4b52a63b4b8c0ea4a54d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}131fd3ac501d32d59bbfdf0f3cd7257e72f4ae06" 2018-08-12 08:16:10,103 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:16:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a43310ef-2706-4bae-b631-cf993b105d7e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 34cb7327fcfc4b52a63b4b8c0ea4a54d.", "code": 404, "title": "Not Found"}} 2018-08-12 08:16:10,103 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/34cb7327fcfc4b52a63b4b8c0ea4a54d used request id req-a43310ef-2706-4bae-b631-cf993b105d7e 2018-08-12 08:16:10,103 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:16:10,107 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa9ca6d7608b4d7d87ce97331679a481 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}131fd3ac501d32d59bbfdf0f3cd7257e72f4ae06" 2018-08-12 08:16:10,201 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:16:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a0ccce69-8029-4cdd-ba99-3cb36e47972c Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa9ca6d7608b4d7d87ce97331679a481.", "code": 404, "title": "Not Found"}} 2018-08-12 08:16:10,201 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa9ca6d7608b4d7d87ce97331679a481 used request id req-a0ccce69-8029-4cdd-ba99-3cb36e47972c 2018-08-12 08:16:10,202 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:16:10,205 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/87db863ba6e348b0a5ddcb67053db9d1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}131fd3ac501d32d59bbfdf0f3cd7257e72f4ae06" 2018-08-12 08:16:10,297 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:16:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1e9a14cf-9da3-4b75-86bd-f5154d00abd2 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87db863ba6e348b0a5ddcb67053db9d1.", "code": 404, "title": "Not Found"}} 2018-08-12 08:16:10,298 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/87db863ba6e348b0a5ddcb67053db9d1 used request id req-1e9a14cf-9da3-4b75-86bd-f5154d00abd2 2018-08-12 08:16:10,298 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:16:10,299 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-64b3e3bd-99fe-477-proj 2018-08-12 08:16:10,302 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/86ec7cc8608d4fc2985c19b72e38125c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}131fd3ac501d32d59bbfdf0f3cd7257e72f4ae06" 2018-08-12 08:16:10,515 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:16:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0dc787b7-14c1-4a0f-82de-10ff4ef71957 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 08:16:10,516 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/86ec7cc8608d4fc2985c19b72e38125c used request id req-0dc787b7-14c1-4a0f-82de-10ff4ef71957 2018-08-12 08:16:10,516 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-64b3e3bd-99fe-477-proj-role 2018-08-12 08:16:10,519 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/386365eb4b6f4e1fa5a25587ce8fba9f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}131fd3ac501d32d59bbfdf0f3cd7257e72f4ae06" 2018-08-12 08:16:10,629 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:16:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9d941990-78fb-4696-bdfc-3b664c386ba3 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 08:16:10,630 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/386365eb4b6f4e1fa5a25587ce8fba9f used request id req-9d941990-78fb-4696-bdfc-3b664c386ba3 2018-08-12 08:16:10,633 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}131fd3ac501d32d59bbfdf0f3cd7257e72f4ae06" 2018-08-12 08:16:10,727 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:16:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ddad7d4c-c01d-4966-b5f4-21115c000b61 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:16:10,727 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-ddad7d4c-c01d-4966-b5f4-21115c000b61 2018-08-12 08:16:10,728 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-64b3e3bd-99fe-477-user 2018-08-12 08:16:10,732 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/5a0fb7449da64c9dba56820dad476f93 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c829aaa82b78f3c33bd3c94772e72c84ba1643b6" 2018-08-12 08:16:10,920 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:16:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1a257ae6-106c-4ef4-b968-b2758e6b9db9 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 08:16:10,920 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/5a0fb7449da64c9dba56820dad476f93 used request id req-1a257ae6-106c-4ef4-b968-b2758e6b9db9 2018-08-12 08:16:10,922 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:16:11,305 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:16:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["j1jDJuu2T4yzj07rlL-fuA"], "issued_at": "2018-08-12T08:16:11.000000Z"}} 2018-08-12 08:16:11,306 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}319f168abb4684faf9fe96c3cd566019f7e9b281" 2018-08-12 08:16:11,393 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:16:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-baf85808-c72f-4596-b021-f6b241dc87e0 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:16:11,393 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-baf85808-c72f-4596-b021-f6b241dc87e0 2018-08-12 08:16:11,394 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:16:11,395 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:16:11,793 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:16:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["-HDxqiTlQMyBPiua9sgKWA"], "issued_at": "2018-08-12T08:16:11.000000Z"}} 2018-08-12 08:16:11,794 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}bae942057f3cc3917d96d0fbe98af2d51425d5e3" 2018-08-12 08:16:11,876 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:16:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3017c4c6-7867-44d7-bb07-225a356e378c Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:16:11,877 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-3017c4c6-7867-44d7-bb07-225a356e378c 2018-08-12 08:16:11,881 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:16:11,886 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:16:11 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:16:11,887 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-00f3ac98-dc98-478-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bae942057f3cc3917d96d0fbe98af2d51425d5e3" 2018-08-12 08:16:11,980 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:16:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6b23ed04-4c93-442d-8ba9-33e4d9eeda05 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-00f3ac98-dc98-478-proj", "previous": null, "next": null}, "projects": []} 2018-08-12 08:16:11,980 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-00f3ac98-dc98-478-proj used request id req-6b23ed04-4c93-442d-8ba9-33e4d9eeda05 2018-08-12 08:16:11,984 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bae942057f3cc3917d96d0fbe98af2d51425d5e3" 2018-08-12 08:16:12,074 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:16:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-39b2e075-e171-49ec-af5d-7ba51311f925 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:16:12,074 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-39b2e075-e171-49ec-af5d-7ba51311f925 2018-08-12 08:16:12,077 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bae942057f3cc3917d96d0fbe98af2d51425d5e3" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterSuccessTests-00f3ac98-dc98-478-proj"}}' 2018-08-12 08:16:12,198 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:16:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-80a48770-d734-4488-abcb-c8cdc9e636ae Content-Length: 321 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/11e452d0646e44ec944fcc79960f6d7e"}, "tags": [], "enabled": true, "id": "11e452d0646e44ec944fcc79960f6d7e", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-00f3ac98-dc98-478-proj"}} 2018-08-12 08:16:12,199 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-80a48770-d734-4488-abcb-c8cdc9e636ae 2018-08-12 08:16:12,199 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-00f3ac98-dc98-478-proj 2018-08-12 08:16:12,199 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:16:12,200 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:16:12,588 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:16:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["SDAr-i6DRM6gliWs0jLpNw"], "issued_at": "2018-08-12T08:16:12.000000Z"}} 2018-08-12 08:16:12,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}e4297246f5d9d9d4703c77767d54f636df165d62" 2018-08-12 08:16:12,669 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:16:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3ac79f64-bb35-4990-a894-f64f0b35572e Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:16:12,670 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-3ac79f64-bb35-4990-a894-f64f0b35572e 2018-08-12 08:16:12,673 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:16:12,679 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:16:12 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:16:12,680 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4297246f5d9d9d4703c77767d54f636df165d62" 2018-08-12 08:16:12,786 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:16:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fddd923b-93ff-409e-aa89-35ef776509de Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/105a247548624314b9228f85f6325f0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105a247548624314b9228f85f6325f0b", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/1c5de0eaa44543f08da6ad63a51594ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c5de0eaa44543f08da6ad63a51594ff", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/1d127b5b832547a88a547c116dfdd65b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d127b5b832547a88a547c116dfdd65b", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/1d5cfc170d624ce4ae53ae0507c8d517"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d5cfc170d624ce4ae53ae0507c8d517", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/2421820b75eb4d3ebd02830378d1377b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2421820b75eb4d3ebd02830378d1377b", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/40bd8ee54ecf44868cc83cede652c396"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40bd8ee54ecf44868cc83cede652c396", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/4f32fb8153854c4c9f5094b42b523f80"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f32fb8153854c4c9f5094b42b523f80", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7066130d08fb4db7bf4ab468de53933b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7066130d08fb4db7bf4ab468de53933b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/8d0898a83bcf4521bbc11501d5d7ac89"}, "domain_id": "1eec97585bde483292ece28ee11f4b8d", "enabled": true, "options": {}, "id": "8d0898a83bcf4521bbc11501d5d7ac89", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/9defcced327d476f8a3beab718a13da3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9defcced327d476f8a3beab718a13da3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/b80ee4f6992446e0879624dd436e99a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b80ee4f6992446e0879624dd436e99a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b86fd3e011324d398fcdb6f095a20a9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b86fd3e011324d398fcdb6f095a20a9d", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1701d2754064b5cadf765ea0806f9b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1701d2754064b5cadf765ea0806f9b2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/db4e7b8d76d549faa502716565c733dd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db4e7b8d76d549faa502716565c733dd", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-12 08:16:12,787 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-fddd923b-93ff-409e-aa89-35ef776509de 2018-08-12 08:16:12,790 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateRouterSuccessTests-00f3ac98-dc98-478-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4297246f5d9d9d4703c77767d54f636df165d62" 2018-08-12 08:16:12,882 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:16:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3d36636d-c4f8-422d-9b37-0407288c2026 Content-Encoding: gzip Content-Length: 258 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateRouterSuccessTests-00f3ac98-dc98-478-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/11e452d0646e44ec944fcc79960f6d7e"}, "tags": [], "enabled": true, "id": "11e452d0646e44ec944fcc79960f6d7e", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-00f3ac98-dc98-478-proj"}]} 2018-08-12 08:16:12,882 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateRouterSuccessTests-00f3ac98-dc98-478-proj used request id req-3d36636d-c4f8-422d-9b37-0407288c2026 2018-08-12 08:16:12,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4297246f5d9d9d4703c77767d54f636df165d62" 2018-08-12 08:16:12,983 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:16:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1743f398-2189-4164-b095-c2e900d8aff4 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:16:12,983 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-1743f398-2189-4164-b095-c2e900d8aff4 2018-08-12 08:16:13,379 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-00f3ac98-dc98-478-user 2018-08-12 08:16:13,379 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:16:13,383 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bae942057f3cc3917d96d0fbe98af2d51425d5e3" 2018-08-12 08:16:13,476 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:16:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-49fa9283-20df-43e0-856a-e3a9dff3f60e Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:16:13,476 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-49fa9283-20df-43e0-856a-e3a9dff3f60e 2018-08-12 08:16:13,479 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bae942057f3cc3917d96d0fbe98af2d51425d5e3" -d '{"role": {"name": "CreateRouterSuccessTests-00f3ac98-dc98-478-proj-role"}}' 2018-08-12 08:16:13,591 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:16:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8787eecc-8fb8-44b2-9f47-df0177ad0ec9 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "0a4c3c8993034dbcb32bbf0bfd934741", "links": {"self": "http://172.30.9.21:5000/v3/roles/0a4c3c8993034dbcb32bbf0bfd934741"}, "name": "CreateRouterSuccessTests-00f3ac98-dc98-478-proj-role"}} 2018-08-12 08:16:13,591 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-8787eecc-8fb8-44b2-9f47-df0177ad0ec9 2018-08-12 08:16:13,592 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-00f3ac98-dc98-478-proj-role 2018-08-12 08:16:13,595 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/0a4c3c8993034dbcb32bbf0bfd934741 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bae942057f3cc3917d96d0fbe98af2d51425d5e3" 2018-08-12 08:16:13,688 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:16:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d75f0ed9-0f29-4a3d-87d4-f9643b7a086d Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "0a4c3c8993034dbcb32bbf0bfd934741", "links": {"self": "http://172.30.9.21:5000/v3/roles/0a4c3c8993034dbcb32bbf0bfd934741"}, "name": "CreateRouterSuccessTests-00f3ac98-dc98-478-proj-role"}} 2018-08-12 08:16:13,688 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/0a4c3c8993034dbcb32bbf0bfd934741 used request id req-d75f0ed9-0f29-4a3d-87d4-f9643b7a086d 2018-08-12 08:16:13,688 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-00f3ac98-dc98-478-proj-role to project CreateRouterSuccessTests-00f3ac98-dc98-478-proj 2018-08-12 08:16:13,692 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/11e452d0646e44ec944fcc79960f6d7e/users/5fa3dfaa39084141bf890bc87014f137/roles/0a4c3c8993034dbcb32bbf0bfd934741 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bae942057f3cc3917d96d0fbe98af2d51425d5e3" 2018-08-12 08:16:13,824 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:16:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7db8d5f4-154e-4d92-a76c-75191f0ef4c5 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 08:16:13,825 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/11e452d0646e44ec944fcc79960f6d7e/users/5fa3dfaa39084141bf890bc87014f137/roles/0a4c3c8993034dbcb32bbf0bfd934741 used request id req-7db8d5f4-154e-4d92-a76c-75191f0ef4c5 2018-08-12 08:16:13,825 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:16:13,825 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:16:13,825 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:16:13,826 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:16:13,826 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:16:13,827 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:16:13,828 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:16:14,224 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0a4c3c8993034dbcb32bbf0bfd934741", "name": "CreateRouterSuccessTests-00f3ac98-dc98-478-proj-role"}], "expires_at": "2018-08-12T09:16:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "11e452d0646e44ec944fcc79960f6d7e", "name": "CreateRouterSuccessTests-00f3ac98-dc98-478-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/11e452d0646e44ec944fcc79960f6d7e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/11e452d0646e44ec944fcc79960f6d7e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/11e452d0646e44ec944fcc79960f6d7e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_11e452d0646e44ec944fcc79960f6d7e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_11e452d0646e44ec944fcc79960f6d7e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/11e452d0646e44ec944fcc79960f6d7e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/11e452d0646e44ec944fcc79960f6d7e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/11e452d0646e44ec944fcc79960f6d7e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/11e452d0646e44ec944fcc79960f6d7e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/11e452d0646e44ec944fcc79960f6d7e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/11e452d0646e44ec944fcc79960f6d7e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/11e452d0646e44ec944fcc79960f6d7e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/11e452d0646e44ec944fcc79960f6d7e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/11e452d0646e44ec944fcc79960f6d7e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-00f3ac98-dc98-478-user", "id": "5fa3dfaa39084141bf890bc87014f137"}, "audit_ids": ["js3zayq3T5ifvgEBMIGrnA"], "issued_at": "2018-08-12T08:16:14.000000Z"}} 2018-08-12 08:16:14,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}cd9737a45a80593503fbd4e3f8fd901831418e28" 2018-08-12 08:16:14,313 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:16:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fa1937e2-da6b-4444-b991-0e19ba1a0f94 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:16:14,314 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-fa1937e2-da6b-4444-b991-0e19ba1a0f94 2018-08-12 08:16:14,315 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:16:14,315 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:16:14,315 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:16:14,315 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:16:14,315 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:16:14,323 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateRouterSuccessTests-097710b3-b48a-41a7-ae0b-04034f765840-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd9737a45a80593503fbd4e3f8fd901831418e28" 2018-08-12 08:16:14,507 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-af7b99df-869d-4ca0-b49c-e7dec310debe Date: Sun, 12 Aug 2018 08:16:14 GMT RESP BODY: {"networks":[]} 2018-08-12 08:16:14,507 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateRouterSuccessTests-097710b3-b48a-41a7-ae0b-04034f765840-pub-net1 used request id req-af7b99df-869d-4ca0-b49c-e7dec310debe 2018-08-12 08:16:14,507 - neutron_utils - INFO - Creating network with name CreateRouterSuccessTests-097710b3-b48a-41a7-ae0b-04034f765840-pub-net1 2018-08-12 08:16:14,512 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd9737a45a80593503fbd4e3f8fd901831418e28" -d '{"network": {"name": "CreateRouterSuccessTests-097710b3-b48a-41a7-ae0b-04034f765840-pub-net1", "admin_state_up": true}}' 2018-08-12 08:16:15,269 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 607 X-Openstack-Request-Id: req-a9149a96-5a20-4fbd-880d-2d820a633edb Date: Sun, 12 Aug 2018 08:16:15 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"11e452d0646e44ec944fcc79960f6d7e","created_at":"2018-08-12T08:16:14Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T08:16:15Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"11e452d0646e44ec944fcc79960f6d7e","id":"e1999a68-0f63-4ce3-a583-d5ac432f22d6","name":"CreateRouterSuccessTests-097710b3-b48a-41a7-ae0b-04034f765840-pub-net1"}} 2018-08-12 08:16:15,269 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-a9149a96-5a20-4fbd-880d-2d820a633edb 2018-08-12 08:16:15,274 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=e1999a68-0f63-4ce3-a583-d5ac432f22d6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd9737a45a80593503fbd4e3f8fd901831418e28" 2018-08-12 08:16:15,527 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 591 X-Openstack-Request-Id: req-5a6a1872-efb5-4522-9936-ba8460e6a60d Date: Sun, 12 Aug 2018 08:16:15 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-12T08:16:15Z","tenant_id":"11e452d0646e44ec944fcc79960f6d7e","created_at":"2018-08-12T08:16:14Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"11e452d0646e44ec944fcc79960f6d7e","id":"e1999a68-0f63-4ce3-a583-d5ac432f22d6","name":"CreateRouterSuccessTests-097710b3-b48a-41a7-ae0b-04034f765840-pub-net1"}]} 2018-08-12 08:16:15,527 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=e1999a68-0f63-4ce3-a583-d5ac432f22d6 used request id req-5a6a1872-efb5-4522-9936-ba8460e6a60d 2018-08-12 08:16:15,532 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=e1999a68-0f63-4ce3-a583-d5ac432f22d6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd9737a45a80593503fbd4e3f8fd901831418e28" 2018-08-12 08:16:15,724 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-5df1fdf3-10c4-4835-8235-b5d1b1ebbd23 Date: Sun, 12 Aug 2018 08:16:15 GMT RESP BODY: {"subnets":[]} 2018-08-12 08:16:15,725 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=e1999a68-0f63-4ce3-a583-d5ac432f22d6 used request id req-5df1fdf3-10c4-4835-8235-b5d1b1ebbd23 2018-08-12 08:16:15,725 - neutron_utils - INFO - Creating subnet with name CreateRouterSuccessTests-097710b3-b48a-41a7-ae0b-04034f765840-pub-subnet1 2018-08-12 08:16:15,730 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd9737a45a80593503fbd4e3f8fd901831418e28" -d '{"subnets": [{"ip_version": 4, "network_id": "e1999a68-0f63-4ce3-a583-d5ac432f22d6", "cidr": "10.200.201.0/24", "gateway_ip": "10.200.201.1", "name": "CreateRouterSuccessTests-097710b3-b48a-41a7-ae0b-04034f765840-pub-subnet1"}]}' 2018-08-12 08:16:16,550 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-8b498850-613f-46a9-8898-80e35c210acc Date: Sun, 12 Aug 2018 08:16:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e1999a68-0f63-4ce3-a583-d5ac432f22d6","tenant_id":"11e452d0646e44ec944fcc79960f6d7e","created_at":"2018-08-12T08:16:16Z","dns_nameservers":[],"updated_at":"2018-08-12T08:16:16Z","gateway_ip":"10.200.201.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.200.201.0/24","project_id":"11e452d0646e44ec944fcc79960f6d7e","id":"620033cf-bc19-43a3-b0a3-673fec2ed4be","subnetpool_id":null,"name":"CreateRouterSuccessTests-097710b3-b48a-41a7-ae0b-04034f765840-pub-subnet1"}]} 2018-08-12 08:16:16,551 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-8b498850-613f-46a9-8898-80e35c210acc 2018-08-12 08:16:16,556 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=e1999a68-0f63-4ce3-a583-d5ac432f22d6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd9737a45a80593503fbd4e3f8fd901831418e28" 2018-08-12 08:16:16,897 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-c640cb3a-55ca-4663-aeff-d6b3cfcd3b39 Date: Sun, 12 Aug 2018 08:16:16 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":["620033cf-bc19-43a3-b0a3-673fec2ed4be"],"updated_at":"2018-08-12T08:16:16Z","tenant_id":"11e452d0646e44ec944fcc79960f6d7e","created_at":"2018-08-12T08:16:14Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"11e452d0646e44ec944fcc79960f6d7e","id":"e1999a68-0f63-4ce3-a583-d5ac432f22d6","name":"CreateRouterSuccessTests-097710b3-b48a-41a7-ae0b-04034f765840-pub-net1"}]} 2018-08-12 08:16:16,898 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=e1999a68-0f63-4ce3-a583-d5ac432f22d6 used request id req-c640cb3a-55ca-4663-aeff-d6b3cfcd3b39 2018-08-12 08:16:16,902 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=e1999a68-0f63-4ce3-a583-d5ac432f22d6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd9737a45a80593503fbd4e3f8fd901831418e28" 2018-08-12 08:16:17,143 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-aa8eaccd-cad4-42b2-b92b-993ef2dd279a Date: Sun, 12 Aug 2018 08:16:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e1999a68-0f63-4ce3-a583-d5ac432f22d6","tenant_id":"11e452d0646e44ec944fcc79960f6d7e","created_at":"2018-08-12T08:16:16Z","dns_nameservers":[],"updated_at":"2018-08-12T08:16:16Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"11e452d0646e44ec944fcc79960f6d7e","id":"620033cf-bc19-43a3-b0a3-673fec2ed4be","subnetpool_id":null,"name":"CreateRouterSuccessTests-097710b3-b48a-41a7-ae0b-04034f765840-pub-subnet1"}]} 2018-08-12 08:16:17,143 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=e1999a68-0f63-4ce3-a583-d5ac432f22d6 used request id req-aa8eaccd-cad4-42b2-b92b-993ef2dd279a 2018-08-12 08:16:17,144 - OpenStackNetwork - DEBUG - Network [e1999a68-0f63-4ce3-a583-d5ac432f22d6] created successfully 2018-08-12 08:16:17,144 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:16:17,145 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:16:17,561 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0a4c3c8993034dbcb32bbf0bfd934741", "name": "CreateRouterSuccessTests-00f3ac98-dc98-478-proj-role"}], "expires_at": "2018-08-12T09:16:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "11e452d0646e44ec944fcc79960f6d7e", "name": "CreateRouterSuccessTests-00f3ac98-dc98-478-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/11e452d0646e44ec944fcc79960f6d7e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/11e452d0646e44ec944fcc79960f6d7e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/11e452d0646e44ec944fcc79960f6d7e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_11e452d0646e44ec944fcc79960f6d7e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_11e452d0646e44ec944fcc79960f6d7e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/11e452d0646e44ec944fcc79960f6d7e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/11e452d0646e44ec944fcc79960f6d7e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/11e452d0646e44ec944fcc79960f6d7e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/11e452d0646e44ec944fcc79960f6d7e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/11e452d0646e44ec944fcc79960f6d7e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/11e452d0646e44ec944fcc79960f6d7e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/11e452d0646e44ec944fcc79960f6d7e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/11e452d0646e44ec944fcc79960f6d7e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/11e452d0646e44ec944fcc79960f6d7e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-00f3ac98-dc98-478-user", "id": "5fa3dfaa39084141bf890bc87014f137"}, "audit_ids": ["X4rhs8EqQii1AJuHkpGfCw"], "issued_at": "2018-08-12T08:16:17.000000Z"}} 2018-08-12 08:16:17,562 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}d39033fe6c2eecc4e4829449eeeed9ca6a4c62be" 2018-08-12 08:16:17,648 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:16:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e0f926db-db85-4815-bf70-3ce67bdef320 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:16:17,649 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-e0f926db-db85-4815-bf70-3ce67bdef320 2018-08-12 08:16:17,650 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:16:17,650 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:16:17,650 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:16:17,650 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:16:17,650 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:16:17,657 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=CreateRouterSuccessTests-097710b3-b48a-41a7-ae0b-04034f765840-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d39033fe6c2eecc4e4829449eeeed9ca6a4c62be" 2018-08-12 08:16:17,869 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-dda813f7-5674-4641-b142-dd85863e863f Date: Sun, 12 Aug 2018 08:16:17 GMT RESP BODY: {"routers": []} 2018-08-12 08:16:17,870 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=CreateRouterSuccessTests-097710b3-b48a-41a7-ae0b-04034f765840-pub-router&admin_state_up=True used request id req-dda813f7-5674-4641-b142-dd85863e863f 2018-08-12 08:16:17,870 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:16:17,871 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:16:18,272 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0a4c3c8993034dbcb32bbf0bfd934741", "name": "CreateRouterSuccessTests-00f3ac98-dc98-478-proj-role"}], "expires_at": "2018-08-12T09:16:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "11e452d0646e44ec944fcc79960f6d7e", "name": "CreateRouterSuccessTests-00f3ac98-dc98-478-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/11e452d0646e44ec944fcc79960f6d7e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/11e452d0646e44ec944fcc79960f6d7e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/11e452d0646e44ec944fcc79960f6d7e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_11e452d0646e44ec944fcc79960f6d7e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_11e452d0646e44ec944fcc79960f6d7e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/11e452d0646e44ec944fcc79960f6d7e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/11e452d0646e44ec944fcc79960f6d7e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/11e452d0646e44ec944fcc79960f6d7e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/11e452d0646e44ec944fcc79960f6d7e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/11e452d0646e44ec944fcc79960f6d7e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/11e452d0646e44ec944fcc79960f6d7e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/11e452d0646e44ec944fcc79960f6d7e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/11e452d0646e44ec944fcc79960f6d7e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/11e452d0646e44ec944fcc79960f6d7e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-00f3ac98-dc98-478-user", "id": "5fa3dfaa39084141bf890bc87014f137"}, "audit_ids": ["hS0wi0oMQmCeZNumwEKbyQ"], "issued_at": "2018-08-12T08:16:18.000000Z"}} 2018-08-12 08:16:18,272 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}412e5eacceea9a45acac7d35d22d9b6edb2e5f63" 2018-08-12 08:16:18,361 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:16:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6d0d3d70-cc60-4637-b23a-92e33db29e76 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:16:18,362 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-6d0d3d70-cc60-4637-b23a-92e33db29e76 2018-08-12 08:16:18,368 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d39033fe6c2eecc4e4829449eeeed9ca6a4c62be" 2018-08-12 08:16:18,647 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-26a1f0cb-eafa-4121-b123-b292c64db01c Date: Sun, 12 Aug 2018 08:16:18 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ec788992-fa73-45cc-a7d9-6d44542124c2"],"updated_at":"2018-08-12T05:35:20Z","tenant_id":"310f5853751a4c968f3eeb0a3d99a0a8","created_at":"2018-08-12T05:04:23Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":7,"admin_state_up":true,"shared":false,"project_id":"310f5853751a4c968f3eeb0a3d99a0a8","id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","name":"external"}]} 2018-08-12 08:16:18,647 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=external used request id req-26a1f0cb-eafa-4121-b123-b292c64db01c 2018-08-12 08:16:18,652 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=03886690-4630-4c4c-9ccb-7eedaa9b1fd3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d39033fe6c2eecc4e4829449eeeed9ca6a4c62be" 2018-08-12 08:16:18,931 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-058d4e4f-91e9-4d93-a2ed-692401e0ead8 Date: Sun, 12 Aug 2018 08:16:18 GMT RESP BODY: {"subnets":[]} 2018-08-12 08:16:18,931 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=03886690-4630-4c4c-9ccb-7eedaa9b1fd3 used request id req-058d4e4f-91e9-4d93-a2ed-692401e0ead8 2018-08-12 08:16:18,932 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-097710b3-b48a-41a7-ae0b-04034f765840-pub-router 2018-08-12 08:16:18,937 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d39033fe6c2eecc4e4829449eeeed9ca6a4c62be" -d '{"router": {"external_gateway_info": {"network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3"}, "name": "CreateRouterSuccessTests-097710b3-b48a-41a7-ae0b-04034f765840-pub-router", "admin_state_up": true}}' 2018-08-12 08:16:20,295 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 639 X-Openstack-Request-Id: req-9bd761aa-c015-4231-b57b-a0489fa5db00 Date: Sun, 12 Aug 2018 08:16:20 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ec788992-fa73-45cc-a7d9-6d44542124c2", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "11e452d0646e44ec944fcc79960f6d7e", "created_at": "2018-08-12T08:16:19Z", "admin_state_up": true, "updated_at": "2018-08-12T08:16:20Z", "revision_number": 2, "routes": [], "project_id": "11e452d0646e44ec944fcc79960f6d7e", "id": "8c69e2a1-b0d3-4cba-ab5d-88db23be839f", "name": "CreateRouterSuccessTests-097710b3-b48a-41a7-ae0b-04034f765840-pub-router"}} 2018-08-12 08:16:20,295 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers used request id req-9bd761aa-c015-4231-b57b-a0489fa5db00 2018-08-12 08:16:20,300 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=8c69e2a1-b0d3-4cba-ab5d-88db23be839f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d39033fe6c2eecc4e4829449eeeed9ca6a4c62be" 2018-08-12 08:16:20,523 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-16a4a3c5-258c-495d-b3ff-640f7964a219 Date: Sun, 12 Aug 2018 08:16:20 GMT RESP BODY: {"ports":[]} 2018-08-12 08:16:20,524 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=8c69e2a1-b0d3-4cba-ab5d-88db23be839f used request id req-16a4a3c5-258c-495d-b3ff-640f7964a219 2018-08-12 08:16:20,528 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?name=CreateRouterSuccessTests-097710b3-b48a-41a7-ae0b-04034f765840-pub-subnet1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d39033fe6c2eecc4e4829449eeeed9ca6a4c62be" 2018-08-12 08:16:20,738 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-da362fc9-9356-4afe-888b-7254af011526 Date: Sun, 12 Aug 2018 08:16:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e1999a68-0f63-4ce3-a583-d5ac432f22d6","tenant_id":"11e452d0646e44ec944fcc79960f6d7e","created_at":"2018-08-12T08:16:16Z","dns_nameservers":[],"updated_at":"2018-08-12T08:16:16Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"11e452d0646e44ec944fcc79960f6d7e","id":"620033cf-bc19-43a3-b0a3-673fec2ed4be","subnetpool_id":null,"name":"CreateRouterSuccessTests-097710b3-b48a-41a7-ae0b-04034f765840-pub-subnet1"}]} 2018-08-12 08:16:20,738 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?name=CreateRouterSuccessTests-097710b3-b48a-41a7-ae0b-04034f765840-pub-subnet1 used request id req-da362fc9-9356-4afe-888b-7254af011526 2018-08-12 08:16:20,741 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:16:20,746 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:16:20 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:16:20,747 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/11e452d0646e44ec944fcc79960f6d7e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d39033fe6c2eecc4e4829449eeeed9ca6a4c62be" 2018-08-12 08:16:20,841 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:16:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a15da757-8c97-4e55-8595-6d983fabac1c Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/11e452d0646e44ec944fcc79960f6d7e"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "11e452d0646e44ec944fcc79960f6d7e", "name": "CreateRouterSuccessTests-00f3ac98-dc98-478-proj"}} 2018-08-12 08:16:20,841 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/11e452d0646e44ec944fcc79960f6d7e used request id req-a15da757-8c97-4e55-8595-6d983fabac1c 2018-08-12 08:16:20,842 - OpenStackNetwork - DEBUG - Adding router to subnet... 2018-08-12 08:16:20,842 - neutron_utils - INFO - Adding interface to router with name CreateRouterSuccessTests-097710b3-b48a-41a7-ae0b-04034f765840-pub-router 2018-08-12 08:16:20,847 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9696/v2.0/routers/8c69e2a1-b0d3-4cba-ab5d-88db23be839f/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d39033fe6c2eecc4e4829449eeeed9ca6a4c62be" -d '{"subnet_id": "620033cf-bc19-43a3-b0a3-673fec2ed4be"}' 2018-08-12 08:16:23,003 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-6d61c637-e52c-4071-aeed-47ab1d4d2fec Date: Sun, 12 Aug 2018 08:16:23 GMT RESP BODY: {"network_id": "e1999a68-0f63-4ce3-a583-d5ac432f22d6", "tenant_id": "11e452d0646e44ec944fcc79960f6d7e", "subnet_id": "620033cf-bc19-43a3-b0a3-673fec2ed4be", "subnet_ids": ["620033cf-bc19-43a3-b0a3-673fec2ed4be"], "port_id": "23dbf0b4-059c-4ab4-991d-cbe5067f5df5", "id": "8c69e2a1-b0d3-4cba-ab5d-88db23be839f"} 2018-08-12 08:16:23,004 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/8c69e2a1-b0d3-4cba-ab5d-88db23be839f/add_router_interface used request id req-6d61c637-e52c-4071-aeed-47ab1d4d2fec 2018-08-12 08:16:23,008 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers/8c69e2a1-b0d3-4cba-ab5d-88db23be839f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d39033fe6c2eecc4e4829449eeeed9ca6a4c62be" 2018-08-12 08:16:23,293 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 639 X-Openstack-Request-Id: req-b0c74715-4699-450e-a032-681c7b1576c6 Date: Sun, 12 Aug 2018 08:16:23 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ec788992-fa73-45cc-a7d9-6d44542124c2", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "11e452d0646e44ec944fcc79960f6d7e", "created_at": "2018-08-12T08:16:19Z", "admin_state_up": true, "updated_at": "2018-08-12T08:16:22Z", "revision_number": 3, "routes": [], "project_id": "11e452d0646e44ec944fcc79960f6d7e", "id": "8c69e2a1-b0d3-4cba-ab5d-88db23be839f", "name": "CreateRouterSuccessTests-097710b3-b48a-41a7-ae0b-04034f765840-pub-router"}} 2018-08-12 08:16:23,294 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers/8c69e2a1-b0d3-4cba-ab5d-88db23be839f used request id req-b0c74715-4699-450e-a032-681c7b1576c6 2018-08-12 08:16:23,298 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=8c69e2a1-b0d3-4cba-ab5d-88db23be839f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d39033fe6c2eecc4e4829449eeeed9ca6a4c62be" 2018-08-12 08:16:23,511 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-fc0fa585-081f-4eb0-be7e-899e662f4177 Date: Sun, 12 Aug 2018 08:16:23 GMT RESP BODY: {"ports":[{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"e1999a68-0f63-4ce3-a583-d5ac432f22d6","tenant_id":"11e452d0646e44ec944fcc79960f6d7e","created_at":"2018-08-12T08:16:21Z","admin_state_up":true,"updated_at":"2018-08-12T08:16:22Z","binding:vnic_type":"normal","device_id":"8c69e2a1-b0d3-4cba-ab5d-88db23be839f","device_owner":"network:router_interface","revision_number":6,"mac_address":"fa:16:3e:c2:92:1f","id":"23dbf0b4-059c-4ab4-991d-cbe5067f5df5","port_security_enabled":false,"project_id":"11e452d0646e44ec944fcc79960f6d7e","fixed_ips":[{"subnet_id":"620033cf-bc19-43a3-b0a3-673fec2ed4be","ip_address":"10.200.201.1"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-12 08:16:23,512 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=8c69e2a1-b0d3-4cba-ab5d-88db23be839f used request id req-fc0fa585-081f-4eb0-be7e-899e662f4177 2018-08-12 08:16:23,517 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/620033cf-bc19-43a3-b0a3-673fec2ed4be -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d39033fe6c2eecc4e4829449eeeed9ca6a4c62be" 2018-08-12 08:16:23,737 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-992e6dae-87f2-4f26-916f-92a7f0f25647 Date: Sun, 12 Aug 2018 08:16:23 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e1999a68-0f63-4ce3-a583-d5ac432f22d6","tenant_id":"11e452d0646e44ec944fcc79960f6d7e","created_at":"2018-08-12T08:16:16Z","dns_nameservers":[],"updated_at":"2018-08-12T08:16:16Z","gateway_ip":"10.200.201.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.200.201.0/24","project_id":"11e452d0646e44ec944fcc79960f6d7e","id":"620033cf-bc19-43a3-b0a3-673fec2ed4be","subnetpool_id":null,"name":"CreateRouterSuccessTests-097710b3-b48a-41a7-ae0b-04034f765840-pub-subnet1"}} 2018-08-12 08:16:23,737 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/620033cf-bc19-43a3-b0a3-673fec2ed4be used request id req-992e6dae-87f2-4f26-916f-92a7f0f25647 2018-08-12 08:16:23,738 - OpenStackNetwork - INFO - Removing router interface from router CreateRouterSuccessTests-097710b3-b48a-41a7-ae0b-04034f765840-pub-router and subnet CreateRouterSuccessTests-097710b3-b48a-41a7-ae0b-04034f765840-pub-subnet1 2018-08-12 08:16:23,738 - neutron_utils - INFO - Removing router interface from router named CreateRouterSuccessTests-097710b3-b48a-41a7-ae0b-04034f765840-pub-router 2018-08-12 08:16:23,743 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9696/v2.0/routers/8c69e2a1-b0d3-4cba-ab5d-88db23be839f/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d39033fe6c2eecc4e4829449eeeed9ca6a4c62be" -d '{"subnet_id": "620033cf-bc19-43a3-b0a3-673fec2ed4be"}' 2018-08-12 08:16:25,323 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-127bfb7c-e13f-4db7-8f2e-db16a7fb0498 Date: Sun, 12 Aug 2018 08:16:25 GMT RESP BODY: {"network_id": "e1999a68-0f63-4ce3-a583-d5ac432f22d6", "tenant_id": "11e452d0646e44ec944fcc79960f6d7e", "subnet_id": "620033cf-bc19-43a3-b0a3-673fec2ed4be", "subnet_ids": ["620033cf-bc19-43a3-b0a3-673fec2ed4be"], "port_id": "23dbf0b4-059c-4ab4-991d-cbe5067f5df5", "id": "8c69e2a1-b0d3-4cba-ab5d-88db23be839f"} 2018-08-12 08:16:25,323 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/8c69e2a1-b0d3-4cba-ab5d-88db23be839f/remove_router_interface used request id req-127bfb7c-e13f-4db7-8f2e-db16a7fb0498 2018-08-12 08:16:25,323 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-097710b3-b48a-41a7-ae0b-04034f765840-pub-router 2018-08-12 08:16:25,323 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-097710b3-b48a-41a7-ae0b-04034f765840-pub-router 2018-08-12 08:16:25,328 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/routers/8c69e2a1-b0d3-4cba-ab5d-88db23be839f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d39033fe6c2eecc4e4829449eeeed9ca6a4c62be" 2018-08-12 08:16:26,805 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ed8aba01-7fb2-4c1a-8dee-5c9dd74edb09 Content-Length: 0 Date: Sun, 12 Aug 2018 08:16:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:16:26,805 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/8c69e2a1-b0d3-4cba-ab5d-88db23be839f used request id req-ed8aba01-7fb2-4c1a-8dee-5c9dd74edb09 2018-08-12 08:16:26,805 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-097710b3-b48a-41a7-ae0b-04034f765840-pub-subnet1 2018-08-12 08:16:26,806 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-097710b3-b48a-41a7-ae0b-04034f765840-pub-subnet1 2018-08-12 08:16:26,810 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/620033cf-bc19-43a3-b0a3-673fec2ed4be -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd9737a45a80593503fbd4e3f8fd901831418e28" 2018-08-12 08:16:29,478 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3086354b-1b4a-4344-9a0f-5543961766d8 Date: Sun, 12 Aug 2018 08:16:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:16:29,479 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/620033cf-bc19-43a3-b0a3-673fec2ed4be used request id req-3086354b-1b4a-4344-9a0f-5543961766d8 2018-08-12 08:16:29,479 - neutron_utils - INFO - Deleting network with name CreateRouterSuccessTests-097710b3-b48a-41a7-ae0b-04034f765840-pub-net1 2018-08-12 08:16:29,483 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/e1999a68-0f63-4ce3-a583-d5ac432f22d6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd9737a45a80593503fbd4e3f8fd901831418e28" 2018-08-12 08:16:31,045 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-21c9ab6a-5465-4ab1-9286-3221d7d8e9ea Date: Sun, 12 Aug 2018 08:16:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:16:31,046 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/e1999a68-0f63-4ce3-a583-d5ac432f22d6 used request id req-21c9ab6a-5465-4ab1-9286-3221d7d8e9ea 2018-08-12 08:16:31,046 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:16:31,046 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:16:31,047 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:16:31,047 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:16:31,047 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:16:31,052 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bae942057f3cc3917d96d0fbe98af2d51425d5e3" 2018-08-12 08:16:31,398 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 45548 X-Openstack-Request-Id: req-fbc004fc-259b-4172-88f8-79480d739c9a Date: Sun, 12 Aug 2018 08:16:31 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "created_at": "2018-08-12T06:59:44Z", "updated_at": "2018-08-12T06:59:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "1d7fd960-7865-4453-aecc-8d399b4fad21", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "66820d8a-b785-4b18-bd67-500221c8e4f9", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "74fc7638-a322-4841-8c47-06d36174a200", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "8eaa09ec-8419-4582-9312-1e527afe6e4b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}], "revision_number": 4, "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "created_at": "2018-08-12T05:12:34Z", "updated_at": "2018-08-12T05:12:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "709513d2-af7d-4d0b-bd3c-604fed75a711", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "aa346066-e46f-44f2-94be-2884aa998a19", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "c15f7b93-e56c-4afa-867d-2acb286d4b7b", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "cb0ef83f-5f70-4a80-ad35-431ca9df551e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}], "revision_number": 4, "project_id": "fa5a7fe6ee54472ba01638877aade8e3", "id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "11e452d0646e44ec944fcc79960f6d7e", "created_at": "2018-08-12T08:16:14Z", "updated_at": "2018-08-12T08:16:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:16:14Z", "revision_number": 0, "id": "2b4243c9-8c2f-4cc3-922e-df07ebe73b5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:16:14Z", "security_group_id": "297f46d3-96a4-4da1-95a1-84b9c309b79b", "tenant_id": "11e452d0646e44ec944fcc79960f6d7e", "port_range_min": null, "ethertype": "IPv6", "project_id": "11e452d0646e44ec944fcc79960f6d7e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:16:14Z", "revision_number": 0, "id": "758bfbe4-acd7-48bc-be57-35baa8b6bd8e", "remote_group_id": "297f46d3-96a4-4da1-95a1-84b9c309b79b", "remote_ip_prefix": null, "created_at": "2018-08-12T08:16:14Z", "security_group_id": "297f46d3-96a4-4da1-95a1-84b9c309b79b", "tenant_id": "11e452d0646e44ec944fcc79960f6d7e", "port_range_min": null, "ethertype": "IPv4", "project_id": "11e452d0646e44ec944fcc79960f6d7e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:16:14Z", "revision_number": 0, "id": "b76c02d2-e2c4-4b50-adb3-86c4bd7e2be4", "remote_group_id": "297f46d3-96a4-4da1-95a1-84b9c309b79b", "remote_ip_prefix": null, "created_at": "2018-08-12T08:16:14Z", "security_group_id": "297f46d3-96a4-4da1-95a1-84b9c309b79b", "tenant_id": "11e452d0646e44ec944fcc79960f6d7e", "port_range_min": null, "ethertype": "IPv6", "project_id": "11e452d0646e44ec944fcc79960f6d7e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:16:14Z", "revision_number": 0, "id": "f3331b64-702e-4da8-9d59-607ece880652", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:16:14Z", "security_group_id": "297f46d3-96a4-4da1-95a1-84b9c309b79b", "tenant_id": "11e452d0646e44ec944fcc79960f6d7e", "port_range_min": null, "ethertype": "IPv4", "project_id": "11e452d0646e44ec944fcc79960f6d7e"}], "revision_number": 4, "project_id": "11e452d0646e44ec944fcc79960f6d7e", "id": "297f46d3-96a4-4da1-95a1-84b9c309b79b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ea65becf30e54b27aa96a449698a435e", "created_at": "2018-08-12T05:10:35Z", "updated_at": "2018-08-12T05:10:35Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "30ad280c-f302-4cd4-a438-5139917b56f9", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "76115c4c-887d-4f0a-83e2-486e4b39c713", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "8ab14937-4c08-4d43-8a9a-662e622cc643", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "ee757a03-5662-4273-9c3e-6212e7afb48f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}], "revision_number": 4, "project_id": "ea65becf30e54b27aa96a449698a435e", "id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "created_at": "2018-08-12T06:20:09Z", "updated_at": "2018-08-12T06:20:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "1123b8f2-75ac-4a26-b9b2-a96da97408e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "2ddd2b93-e080-48cd-9a50-f5fe8a82ad0c", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "cd1bae62-0aea-4438-b4c3-50a69ae6f855", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "e398e01e-ceea-46d1-9534-b929808c4a5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}], "revision_number": 4, "project_id": "ff7abd7bb61f4f2889831e932d65dc2e", "id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "created_at": "2018-08-12T05:34:57Z", "updated_at": "2018-08-12T05:34:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "208a1c1e-f5f8-49c7-9a25-d07e68b1541f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "27bfd867-e607-4bf8-9de8-60682d3f771d", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "49360e1f-6fd3-4f35-b339-24cea95773ee", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "60f631a9-d305-4920-9631-d0543e2ac64f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}], "revision_number": 4, "project_id": "3a85ceae958d4d9fba68847e7df67db8", "id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "created_at": "2018-08-12T05:34:40Z", "updated_at": "2018-08-12T05:34:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "2192c259-363e-4768-ae73-e75837ad63b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "3f87ddc5-f84d-41dc-8215-847724782569", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "7d89f6da-ea78-49dd-9115-f9ad23b250bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "9ec4497d-0f65-44db-9be9-7b3042e4a584", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}], "revision_number": 4, "project_id": "85517fcf1c6247e699fdcdd42ecc8c79", "id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "created_at": "2018-08-12T05:16:02Z", "updated_at": "2018-08-12T05:16:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "1ecacd8c-c1c7-4a66-9871-406a69323b43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "3cc1750c-e0e7-4902-b6f3-494a161b832e", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "d719a7a4-8c99-44ed-8c12-6bf071890203", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "fe7421b5-d577-41da-8c78-62f3c07eda92", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}], "revision_number": 4, "project_id": "a267b9a156244bb192691cff6e5f74fe", "id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "315a428116f24d9fbb826b37080a918e", "created_at": "2018-08-12T05:11:31Z", "updated_at": "2018-08-12T05:11:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "5e52886a-1dc3-4a81-a55d-f388dc4fd1a1", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "678e32e4-d64c-448a-a4ab-e253ab94ae90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "a8da1539-e3ad-4f90-b2df-3dc1f09d228a", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "b73d5cc9-0205-4658-bb1f-61a042c0ab8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}], "revision_number": 4, "project_id": "315a428116f24d9fbb826b37080a918e", "id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-12T05:08:01Z", "updated_at": "2018-08-12T05:08:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:01Z", "revision_number": 0, "id": "0fb05d03-1117-45d0-930c-b6d4c96ef102", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "4faaab33-5788-4bbd-85b8-0fb44d41413a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "96d0c5a0-5c67-421b-8fc8-2b46d77e5db3", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "dd78519b-4bc5-4e8e-ad0f-58089dd69347", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "11a46741b7954b959fd7764109c047b6", "created_at": "2018-08-12T05:34:51Z", "updated_at": "2018-08-12T05:34:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "0b67bf3c-2289-43bb-ab6c-7d25ec32a279", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "51f3f833-337a-42bd-a8d5-742ea8d6c226", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "571fd0b5-ef90-408d-af33-aafb517b8993", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "944ba823-fb9c-496e-a66e-bb426bb14a8d", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}], "revision_number": 4, "project_id": "11a46741b7954b959fd7764109c047b6", "id": "90af9782-8112-4257-801d-ee5115d226ba", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "created_at": "2018-08-12T05:34:26Z", "updated_at": "2018-08-12T05:34:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "2ee1f63a-807c-4d6a-85ee-dd784f6b8c3f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5dec3ec2-2add-47dd-8618-90659dcf3885", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5ea0dc3e-49d0-43f0-94e9-f6443527d14c", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "fbfaca22-7e3e-4128-8973-43e439b77c28", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}], "revision_number": 4, "project_id": "3c01cd58055c44ecaef39f7e625c2258", "id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "521007c1818145639e93ceb270559219", "created_at": "2018-08-12T05:13:27Z", "updated_at": "2018-08-12T05:13:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "5e7fede5-b0f2-47d8-95c3-516cdfc7f9de", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "8fd0e36f-c6c4-4f64-ba97-40439e614448", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "db7d79de-1dfc-4138-945f-91e74cdc266b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "e87f2cff-ff3e-4b6d-aaf0-7f0eb0ab9f05", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}], "revision_number": 4, "project_id": "521007c1818145639e93ceb270559219", "id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "created_at": "2018-08-12T05:08:18Z", "updated_at": "2018-08-12T05:08:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "3c67be40-bf74-4f97-9693-d93ce73a23b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "6112d869-2fc6-4a25-a13c-3d55cd7206c0", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "bdf21c56-453e-482e-9cba-3c55abcb0339", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "c8e92c39-38cc-4f48-be9c-5f0912e6a725", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}], "revision_number": 4, "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "created_at": "2018-08-12T05:04:23Z", "updated_at": "2018-08-12T05:04:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "280546d9-8ad1-4283-abfc-15ee9b1736c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "58bce125-f2ca-4a6d-b9ca-4e6cf5c0f7a5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "69275b9a-cfb5-482c-a9c4-8ffc79adf2c7", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "6d747f3a-3764-469a-a645-f977585c5aac", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}], "revision_number": 4, "project_id": "310f5853751a4c968f3eeb0a3d99a0a8", "id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "created_at": "2018-08-12T05:34:42Z", "updated_at": "2018-08-12T05:34:42Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "199582e8-25aa-457a-aa7c-6d8413ca4464", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "234f3609-4454-448f-919d-c8143c7cd764", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "c1061460-71a2-49a9-a04b-9fa33eeb17ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "d21ac532-51d8-4d6b-8300-7bac216759bf", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}], "revision_number": 4, "project_id": "9f6c1a272706419c9a74b0893b2890e8", "id": "d6739716-c693-460c-89c6-e7c8c48f8245", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "created_at": "2018-08-12T05:34:54Z", "updated_at": "2018-08-12T05:34:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "0633a05a-ee7d-4476-a56b-75d011b22f77", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "6cc1b9f8-73db-47a3-a0e0-3c96c43f34da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "90d99a6b-e94f-4fd8-a10c-f19dd8954c13", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "e843c139-af2a-4d2c-a24f-59f7b10ff72e", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}], "revision_number": 4, "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "created_at": "2018-08-12T05:09:07Z", "updated_at": "2018-08-12T05:09:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "5495e168-f505-4d74-ae6d-387f0bf533c2", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "6fd19b8b-3062-456e-81ba-3ff37fe43429", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8ca59d25-485c-46ce-939c-2e4a468caeac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8f190846-50a0-42b9-b571-390809b752b1", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}], "revision_number": 4, "project_id": "fa9ca6d7608b4d7d87ce97331679a481", "id": "edcd9b17-9416-4c25-823c-060c435e18d7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "created_at": "2018-08-12T05:34:52Z", "updated_at": "2018-08-12T05:34:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "2c7e484e-6ec5-4a95-8c9c-66d294c0c27e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "70c74258-3c2c-4efc-87e0-079c26ee3417", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "b70382fa-082e-4c2b-abc8-87490fa50b11", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "c3628e02-b4b6-42c9-8751-c1a2d3c19caa", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}], "revision_number": 4, "project_id": "87db863ba6e348b0a5ddcb67053db9d1", "id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "name": "default"}]} 2018-08-12 08:16:31,399 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-fbc004fc-259b-4172-88f8-79480d739c9a 2018-08-12 08:16:31,404 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bae942057f3cc3917d96d0fbe98af2d51425d5e3" 2018-08-12 08:16:31,486 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:16:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c970e729-71e8-481c-b09a-fb9c3190b0c2 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 5fe28c13d4d74ba2be8d019ac1ea6363.", "code": 404, "title": "Not Found"}} 2018-08-12 08:16:31,486 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 used request id req-c970e729-71e8-481c-b09a-fb9c3190b0c2 2018-08-12 08:16:31,486 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:16:31,488 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bae942057f3cc3917d96d0fbe98af2d51425d5e3" 2018-08-12 08:16:31,577 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:16:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2e504f6e-ee98-4d13-b15b-2c2ef1043e56 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa5a7fe6ee54472ba01638877aade8e3.", "code": 404, "title": "Not Found"}} 2018-08-12 08:16:31,577 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 used request id req-2e504f6e-ee98-4d13-b15b-2c2ef1043e56 2018-08-12 08:16:31,577 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:16:31,581 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/11e452d0646e44ec944fcc79960f6d7e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bae942057f3cc3917d96d0fbe98af2d51425d5e3" 2018-08-12 08:16:31,670 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:16:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6fd76d65-90b2-4d8d-94e5-a464bf7df525 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/11e452d0646e44ec944fcc79960f6d7e"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "11e452d0646e44ec944fcc79960f6d7e", "name": "CreateRouterSuccessTests-00f3ac98-dc98-478-proj"}} 2018-08-12 08:16:31,671 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/11e452d0646e44ec944fcc79960f6d7e used request id req-6fd76d65-90b2-4d8d-94e5-a464bf7df525 2018-08-12 08:16:31,671 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 297f46d3-96a4-4da1-95a1-84b9c309b79b 2018-08-12 08:16:31,676 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=297f46d3-96a4-4da1-95a1-84b9c309b79b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bae942057f3cc3917d96d0fbe98af2d51425d5e3" 2018-08-12 08:16:31,855 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-41dc3324-ce1d-4694-adaa-5e6f2a21f14c Date: Sun, 12 Aug 2018 08:16:31 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-12T08:16:14Z", "security_group_id": "297f46d3-96a4-4da1-95a1-84b9c309b79b", "port_range_min": null, "revision_number": 0, "tenant_id": "11e452d0646e44ec944fcc79960f6d7e", "created_at": "2018-08-12T08:16:14Z", "project_id": "11e452d0646e44ec944fcc79960f6d7e", "id": "2b4243c9-8c2f-4cc3-922e-df07ebe73b5f"}, {"remote_group_id": "297f46d3-96a4-4da1-95a1-84b9c309b79b", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:16:14Z", "security_group_id": "297f46d3-96a4-4da1-95a1-84b9c309b79b", "port_range_min": null, "revision_number": 0, "tenant_id": "11e452d0646e44ec944fcc79960f6d7e", "created_at": "2018-08-12T08:16:14Z", "project_id": "11e452d0646e44ec944fcc79960f6d7e", "id": "758bfbe4-acd7-48bc-be57-35baa8b6bd8e"}, {"remote_group_id": "297f46d3-96a4-4da1-95a1-84b9c309b79b", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:16:14Z", "security_group_id": "297f46d3-96a4-4da1-95a1-84b9c309b79b", "port_range_min": null, "revision_number": 0, "tenant_id": "11e452d0646e44ec944fcc79960f6d7e", "created_at": "2018-08-12T08:16:14Z", "project_id": "11e452d0646e44ec944fcc79960f6d7e", "id": "b76c02d2-e2c4-4b50-adb3-86c4bd7e2be4"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:16:14Z", "security_group_id": "297f46d3-96a4-4da1-95a1-84b9c309b79b", "port_range_min": null, "revision_number": 0, "tenant_id": "11e452d0646e44ec944fcc79960f6d7e", "created_at": "2018-08-12T08:16:14Z", "project_id": "11e452d0646e44ec944fcc79960f6d7e", "id": "f3331b64-702e-4da8-9d59-607ece880652"}]} 2018-08-12 08:16:31,855 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=297f46d3-96a4-4da1-95a1-84b9c309b79b used request id req-41dc3324-ce1d-4694-adaa-5e6f2a21f14c 2018-08-12 08:16:31,856 - neutron_utils - INFO - Deleting security group with name - default 2018-08-12 08:16:31,861 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/297f46d3-96a4-4da1-95a1-84b9c309b79b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bae942057f3cc3917d96d0fbe98af2d51425d5e3" 2018-08-12 08:16:32,229 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d07c7e2d-76c3-4a34-814d-c14563366232 Content-Length: 0 Date: Sun, 12 Aug 2018 08:16:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:16:32,230 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/297f46d3-96a4-4da1-95a1-84b9c309b79b used request id req-d07c7e2d-76c3-4a34-814d-c14563366232 2018-08-12 08:16:32,230 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-00f3ac98-dc98-478-proj 2018-08-12 08:16:32,234 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/11e452d0646e44ec944fcc79960f6d7e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bae942057f3cc3917d96d0fbe98af2d51425d5e3" 2018-08-12 08:16:32,606 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:16:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-74436f8d-a1d0-4482-b985-00c2ff3cbefc 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 08:16:32,606 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/11e452d0646e44ec944fcc79960f6d7e used request id req-74436f8d-a1d0-4482-b985-00c2ff3cbefc 2018-08-12 08:16:32,606 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-00f3ac98-dc98-478-proj-role 2018-08-12 08:16:32,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/0a4c3c8993034dbcb32bbf0bfd934741 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bae942057f3cc3917d96d0fbe98af2d51425d5e3" 2018-08-12 08:16:32,750 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:16:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-88a11d18-7b96-4a9a-980b-d6341949a4e6 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 08:16:32,750 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/0a4c3c8993034dbcb32bbf0bfd934741 used request id req-88a11d18-7b96-4a9a-980b-d6341949a4e6 2018-08-12 08:16:32,754 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bae942057f3cc3917d96d0fbe98af2d51425d5e3" 2018-08-12 08:16:32,856 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:16:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b8c0b3d6-3b08-472d-8fd1-9cc3c688070e Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:16:32,857 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-b8c0b3d6-3b08-472d-8fd1-9cc3c688070e 2018-08-12 08:16:32,857 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-00f3ac98-dc98-478-user 2018-08-12 08:16:32,861 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/5fa3dfaa39084141bf890bc87014f137 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4297246f5d9d9d4703c77767d54f636df165d62" 2018-08-12 08:16:33,031 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:16:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-79514618-1c8d-4b42-99eb-df88fff3217d 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 08:16:33,032 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/5fa3dfaa39084141bf890bc87014f137 used request id req-79514618-1c8d-4b42-99eb-df88fff3217d 2018-08-12 08:16:33,033 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:16:33,534 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:16:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["wE3KAcTuRuy7DM1nQ34IhA"], "issued_at": "2018-08-12T08:16:33.000000Z"}} 2018-08-12 08:16:33,535 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}9c49d2370350bd281f5b0de31d9ec06b1ae09ccb" 2018-08-12 08:16:33,622 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:16:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-03c0615e-7928-4402-9b84-7e3688287067 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:16:33,622 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-03c0615e-7928-4402-9b84-7e3688287067 2018-08-12 08:16:33,623 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:16:33,624 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:16:34,014 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:16:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["-6zlnS1yTOSLyl15VxP4Hg"], "issued_at": "2018-08-12T08:16:34.000000Z"}} 2018-08-12 08:16:34,015 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}460ad3e056f4026d323e655428666bb01fc9936d" 2018-08-12 08:16:34,107 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:16:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1a54ba0a-6899-4069-a5f3-44a1b4ab72c9 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:16:34,107 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-1a54ba0a-6899-4069-a5f3-44a1b4ab72c9 2018-08-12 08:16:34,111 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:16:34,116 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:16:34 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:16:34,117 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-61faf74e-60ad-460-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}460ad3e056f4026d323e655428666bb01fc9936d" 2018-08-12 08:16:34,204 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:16:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5c44dfb5-2614-4177-9bf3-0167cbd95ed5 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-61faf74e-60ad-460-proj", "previous": null, "next": null}, "projects": []} 2018-08-12 08:16:34,205 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-61faf74e-60ad-460-proj used request id req-5c44dfb5-2614-4177-9bf3-0167cbd95ed5 2018-08-12 08:16:34,208 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}460ad3e056f4026d323e655428666bb01fc9936d" 2018-08-12 08:16:34,305 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:16:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b8d7328e-0948-4802-ad81-4f18faae7add Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:16:34,305 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-b8d7328e-0948-4802-ad81-4f18faae7add 2018-08-12 08:16:34,309 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}460ad3e056f4026d323e655428666bb01fc9936d" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterSuccessTests-61faf74e-60ad-460-proj"}}' 2018-08-12 08:16:34,444 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:16:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-78f3ed96-ed42-4e20-955a-4dde1787af65 Content-Length: 321 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/0c2de0cd604946dca7722faf296a2545"}, "tags": [], "enabled": true, "id": "0c2de0cd604946dca7722faf296a2545", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-61faf74e-60ad-460-proj"}} 2018-08-12 08:16:34,444 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-78f3ed96-ed42-4e20-955a-4dde1787af65 2018-08-12 08:16:34,445 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-61faf74e-60ad-460-proj 2018-08-12 08:16:34,445 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:16:34,446 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:16:34,836 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:16:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["JLwusg8WTkyr8r3yewuh4A"], "issued_at": "2018-08-12T08:16:34.000000Z"}} 2018-08-12 08:16:34,836 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}d396abe30c0852bee89eb1c1be831a0c4f3e6bed" 2018-08-12 08:16:34,923 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:16:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8ab17ac5-656d-4190-bf61-e95b7616d888 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:16:34,924 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-8ab17ac5-656d-4190-bf61-e95b7616d888 2018-08-12 08:16:34,928 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:16:34,933 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:16:34 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:16:34,934 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d396abe30c0852bee89eb1c1be831a0c4f3e6bed" 2018-08-12 08:16:35,039 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:16:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b1bb4564-d9ba-4656-bcc5-901dd97c4ca7 Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/105a247548624314b9228f85f6325f0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105a247548624314b9228f85f6325f0b", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/1c5de0eaa44543f08da6ad63a51594ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c5de0eaa44543f08da6ad63a51594ff", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/1d127b5b832547a88a547c116dfdd65b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d127b5b832547a88a547c116dfdd65b", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/1d5cfc170d624ce4ae53ae0507c8d517"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d5cfc170d624ce4ae53ae0507c8d517", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/2421820b75eb4d3ebd02830378d1377b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2421820b75eb4d3ebd02830378d1377b", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/40bd8ee54ecf44868cc83cede652c396"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40bd8ee54ecf44868cc83cede652c396", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/4f32fb8153854c4c9f5094b42b523f80"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f32fb8153854c4c9f5094b42b523f80", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7066130d08fb4db7bf4ab468de53933b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7066130d08fb4db7bf4ab468de53933b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/8d0898a83bcf4521bbc11501d5d7ac89"}, "domain_id": "1eec97585bde483292ece28ee11f4b8d", "enabled": true, "options": {}, "id": "8d0898a83bcf4521bbc11501d5d7ac89", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/9defcced327d476f8a3beab718a13da3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9defcced327d476f8a3beab718a13da3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/b80ee4f6992446e0879624dd436e99a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b80ee4f6992446e0879624dd436e99a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b86fd3e011324d398fcdb6f095a20a9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b86fd3e011324d398fcdb6f095a20a9d", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1701d2754064b5cadf765ea0806f9b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1701d2754064b5cadf765ea0806f9b2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/db4e7b8d76d549faa502716565c733dd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db4e7b8d76d549faa502716565c733dd", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-12 08:16:35,039 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-b1bb4564-d9ba-4656-bcc5-901dd97c4ca7 2018-08-12 08:16:35,043 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateRouterSuccessTests-61faf74e-60ad-460-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d396abe30c0852bee89eb1c1be831a0c4f3e6bed" 2018-08-12 08:16:35,139 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:16:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-21d05a98-3bab-4e4b-933e-91004f5e9c9b Content-Encoding: gzip Content-Length: 259 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateRouterSuccessTests-61faf74e-60ad-460-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/0c2de0cd604946dca7722faf296a2545"}, "tags": [], "enabled": true, "id": "0c2de0cd604946dca7722faf296a2545", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-61faf74e-60ad-460-proj"}]} 2018-08-12 08:16:35,139 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateRouterSuccessTests-61faf74e-60ad-460-proj used request id req-21d05a98-3bab-4e4b-933e-91004f5e9c9b 2018-08-12 08:16:35,142 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d396abe30c0852bee89eb1c1be831a0c4f3e6bed" 2018-08-12 08:16:35,237 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:16:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-49e8c851-ef76-42dd-86e0-5b4558f80b10 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:16:35,237 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-49e8c851-ef76-42dd-86e0-5b4558f80b10 2018-08-12 08:16:35,558 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-61faf74e-60ad-460-user 2018-08-12 08:16:35,558 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:16:35,562 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}460ad3e056f4026d323e655428666bb01fc9936d" 2018-08-12 08:16:35,651 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:16:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f3f283c5-504a-4eae-aed9-706a83d7db0e Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:16:35,652 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-f3f283c5-504a-4eae-aed9-706a83d7db0e 2018-08-12 08:16:35,655 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}460ad3e056f4026d323e655428666bb01fc9936d" -d '{"role": {"name": "CreateRouterSuccessTests-61faf74e-60ad-460-proj-role"}}' 2018-08-12 08:16:35,755 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:16:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-96f0d674-2b31-4a5b-ba21-5d34ac4e4747 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "7077ac1e2ec04f37965eb591c9a8c9dc", "links": {"self": "http://172.30.9.21:5000/v3/roles/7077ac1e2ec04f37965eb591c9a8c9dc"}, "name": "CreateRouterSuccessTests-61faf74e-60ad-460-proj-role"}} 2018-08-12 08:16:35,755 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-96f0d674-2b31-4a5b-ba21-5d34ac4e4747 2018-08-12 08:16:35,756 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-61faf74e-60ad-460-proj-role 2018-08-12 08:16:35,759 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/7077ac1e2ec04f37965eb591c9a8c9dc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}460ad3e056f4026d323e655428666bb01fc9936d" 2018-08-12 08:16:35,782 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:16:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc0d5cff-65f3-464a-afeb-6a47355485e0 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "7077ac1e2ec04f37965eb591c9a8c9dc", "links": {"self": "http://172.30.9.21:5000/v3/roles/7077ac1e2ec04f37965eb591c9a8c9dc"}, "name": "CreateRouterSuccessTests-61faf74e-60ad-460-proj-role"}} 2018-08-12 08:16:35,782 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/7077ac1e2ec04f37965eb591c9a8c9dc used request id req-fc0d5cff-65f3-464a-afeb-6a47355485e0 2018-08-12 08:16:35,783 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-61faf74e-60ad-460-proj-role to project CreateRouterSuccessTests-61faf74e-60ad-460-proj 2018-08-12 08:16:35,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/0c2de0cd604946dca7722faf296a2545/users/cff1809c9f6c40d4ba9bee4a1640339f/roles/7077ac1e2ec04f37965eb591c9a8c9dc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}460ad3e056f4026d323e655428666bb01fc9936d" 2018-08-12 08:16:35,920 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:16:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5cdedb45-c43c-40a4-bc67-65821ff28a0c 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 08:16:35,920 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/0c2de0cd604946dca7722faf296a2545/users/cff1809c9f6c40d4ba9bee4a1640339f/roles/7077ac1e2ec04f37965eb591c9a8c9dc used request id req-5cdedb45-c43c-40a4-bc67-65821ff28a0c 2018-08-12 08:16:35,921 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:16:35,921 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:16:35,921 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:16:35,922 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:16:35,922 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:16:35,923 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:16:35,924 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:16:36,324 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:16:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["TbgyvvEzSNuote3t9IoDWA"], "issued_at": "2018-08-12T08:16:36.000000Z"}} 2018-08-12 08:16:36,325 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}501fc24081a8ebb22cf2e66365a468408eda041e" 2018-08-12 08:16:36,405 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:16:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0edd0439-1ffc-4ffc-beea-cb61506ebe49 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:16:36,405 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-0edd0439-1ffc-4ffc-beea-cb61506ebe49 2018-08-12 08:16:36,406 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:16:36,407 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:16:36,407 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:16:36,407 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:16:36,407 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:16:36,413 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateRouterSuccessTests-c1533e46-4ffc-42f0-bcb1-afec8fcc4e92-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}501fc24081a8ebb22cf2e66365a468408eda041e" 2018-08-12 08:16:36,596 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-7b0a88dc-8361-43fd-8884-0f64e4f85de1 Date: Sun, 12 Aug 2018 08:16:36 GMT RESP BODY: {"networks":[]} 2018-08-12 08:16:36,596 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateRouterSuccessTests-c1533e46-4ffc-42f0-bcb1-afec8fcc4e92-pub-net1 used request id req-7b0a88dc-8361-43fd-8884-0f64e4f85de1 2018-08-12 08:16:36,597 - neutron_utils - INFO - Creating network with name CreateRouterSuccessTests-c1533e46-4ffc-42f0-bcb1-afec8fcc4e92-pub-net1 2018-08-12 08:16:36,602 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}501fc24081a8ebb22cf2e66365a468408eda041e" -d '{"network": {"name": "CreateRouterSuccessTests-c1533e46-4ffc-42f0-bcb1-afec8fcc4e92-pub-net1", "admin_state_up": true}}' 2018-08-12 08:16:37,143 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 702 X-Openstack-Request-Id: req-6bf112d0-647f-421a-9dd0-27568cf04e0b Date: Sun, 12 Aug 2018 08:16:37 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"c09163b1-e1ed-4db3-914b-c35d7e97a9d4","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"a267b9a156244bb192691cff6e5f74fe","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T08:16:36Z","is_default":false,"provider:segmentation_id":85,"name":"CreateRouterSuccessTests-c1533e46-4ffc-42f0-bcb1-afec8fcc4e92-pub-net1","admin_state_up":true,"tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:16:36Z","mtu":1450}} 2018-08-12 08:16:37,143 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-6bf112d0-647f-421a-9dd0-27568cf04e0b 2018-08-12 08:16:37,149 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=c09163b1-e1ed-4db3-914b-c35d7e97a9d4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}501fc24081a8ebb22cf2e66365a468408eda041e" 2018-08-12 08:16:37,392 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 686 X-Openstack-Request-Id: req-2d8b2327-dcf8-4d0b-a830-f2c1416a9233 Date: Sun, 12 Aug 2018 08:16:37 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"c09163b1-e1ed-4db3-914b-c35d7e97a9d4","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"a267b9a156244bb192691cff6e5f74fe","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T08:16:36Z","provider:segmentation_id":85,"name":"CreateRouterSuccessTests-c1533e46-4ffc-42f0-bcb1-afec8fcc4e92-pub-net1","admin_state_up":true,"tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:16:36Z","provider:network_type":"vxlan"}]} 2018-08-12 08:16:37,392 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=c09163b1-e1ed-4db3-914b-c35d7e97a9d4 used request id req-2d8b2327-dcf8-4d0b-a830-f2c1416a9233 2018-08-12 08:16:37,397 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=c09163b1-e1ed-4db3-914b-c35d7e97a9d4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}501fc24081a8ebb22cf2e66365a468408eda041e" 2018-08-12 08:16:37,590 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-131cc122-194f-47c9-8027-5ca1b5166ef9 Date: Sun, 12 Aug 2018 08:16:37 GMT RESP BODY: {"subnets":[]} 2018-08-12 08:16:37,590 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=c09163b1-e1ed-4db3-914b-c35d7e97a9d4 used request id req-131cc122-194f-47c9-8027-5ca1b5166ef9 2018-08-12 08:16:37,591 - neutron_utils - INFO - Creating subnet with name CreateRouterSuccessTests-c1533e46-4ffc-42f0-bcb1-afec8fcc4e92-pub-subnet1 2018-08-12 08:16:37,595 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}501fc24081a8ebb22cf2e66365a468408eda041e" -d '{"subnets": [{"ip_version": 4, "network_id": "c09163b1-e1ed-4db3-914b-c35d7e97a9d4", "cidr": "10.200.201.0/24", "gateway_ip": "10.200.201.1", "name": "CreateRouterSuccessTests-c1533e46-4ffc-42f0-bcb1-afec8fcc4e92-pub-subnet1"}]}' 2018-08-12 08:16:38,298 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-cc922b2b-286b-49d0-a7d7-024e4b8c27e5 Date: Sun, 12 Aug 2018 08:16:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c09163b1-e1ed-4db3-914b-c35d7e97a9d4","tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:16:37Z","dns_nameservers":[],"updated_at":"2018-08-12T08:16:37Z","gateway_ip":"10.200.201.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.200.201.0/24","project_id":"a267b9a156244bb192691cff6e5f74fe","id":"0f54e860-4eb2-4496-8fb9-5ead96a1fe85","subnetpool_id":null,"name":"CreateRouterSuccessTests-c1533e46-4ffc-42f0-bcb1-afec8fcc4e92-pub-subnet1"}]} 2018-08-12 08:16:38,299 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-cc922b2b-286b-49d0-a7d7-024e4b8c27e5 2018-08-12 08:16:38,304 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=c09163b1-e1ed-4db3-914b-c35d7e97a9d4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}501fc24081a8ebb22cf2e66365a468408eda041e" 2018-08-12 08:16:38,572 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 730 X-Openstack-Request-Id: req-b8f89090-686d-404d-98cf-aca933ea190d Date: Sun, 12 Aug 2018 08:16:38 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"c09163b1-e1ed-4db3-914b-c35d7e97a9d4","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a267b9a156244bb192691cff6e5f74fe","status":"ACTIVE","subnets":["0f54e860-4eb2-4496-8fb9-5ead96a1fe85"],"description":"","tags":[],"updated_at":"2018-08-12T08:16:37Z","provider:segmentation_id":85,"name":"CreateRouterSuccessTests-c1533e46-4ffc-42f0-bcb1-afec8fcc4e92-pub-net1","admin_state_up":true,"tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:16:36Z","provider:network_type":"vxlan"}]} 2018-08-12 08:16:38,572 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=c09163b1-e1ed-4db3-914b-c35d7e97a9d4 used request id req-b8f89090-686d-404d-98cf-aca933ea190d 2018-08-12 08:16:38,577 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=c09163b1-e1ed-4db3-914b-c35d7e97a9d4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}501fc24081a8ebb22cf2e66365a468408eda041e" 2018-08-12 08:16:38,799 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-d450dcbc-ee30-4f8e-8487-e15f53b60560 Date: Sun, 12 Aug 2018 08:16:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c09163b1-e1ed-4db3-914b-c35d7e97a9d4","tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:16:37Z","dns_nameservers":[],"updated_at":"2018-08-12T08:16:37Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"a267b9a156244bb192691cff6e5f74fe","id":"0f54e860-4eb2-4496-8fb9-5ead96a1fe85","subnetpool_id":null,"name":"CreateRouterSuccessTests-c1533e46-4ffc-42f0-bcb1-afec8fcc4e92-pub-subnet1"}]} 2018-08-12 08:16:38,799 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=c09163b1-e1ed-4db3-914b-c35d7e97a9d4 used request id req-d450dcbc-ee30-4f8e-8487-e15f53b60560 2018-08-12 08:16:38,800 - OpenStackNetwork - DEBUG - Network [c09163b1-e1ed-4db3-914b-c35d7e97a9d4] created successfully 2018-08-12 08:16:38,800 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:16:38,801 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:16:39,199 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7077ac1e2ec04f37965eb591c9a8c9dc", "name": "CreateRouterSuccessTests-61faf74e-60ad-460-proj-role"}], "expires_at": "2018-08-12T09:16:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0c2de0cd604946dca7722faf296a2545", "name": "CreateRouterSuccessTests-61faf74e-60ad-460-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/0c2de0cd604946dca7722faf296a2545", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/0c2de0cd604946dca7722faf296a2545", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/0c2de0cd604946dca7722faf296a2545", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_0c2de0cd604946dca7722faf296a2545", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_0c2de0cd604946dca7722faf296a2545", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/0c2de0cd604946dca7722faf296a2545", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/0c2de0cd604946dca7722faf296a2545", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/0c2de0cd604946dca7722faf296a2545", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/0c2de0cd604946dca7722faf296a2545", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/0c2de0cd604946dca7722faf296a2545", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/0c2de0cd604946dca7722faf296a2545", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/0c2de0cd604946dca7722faf296a2545", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/0c2de0cd604946dca7722faf296a2545", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/0c2de0cd604946dca7722faf296a2545", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-61faf74e-60ad-460-user", "id": "cff1809c9f6c40d4ba9bee4a1640339f"}, "audit_ids": ["uYACrTZGSuW5BGltGZ3p4A"], "issued_at": "2018-08-12T08:16:39.000000Z"}} 2018-08-12 08:16:39,199 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}f26f511be609a16fe03050a105d90287d9b5315a" 2018-08-12 08:16:39,281 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:16:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-513951f0-8088-470f-9c8f-950619813e4d Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:16:39,281 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-513951f0-8088-470f-9c8f-950619813e4d 2018-08-12 08:16:39,282 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:16:39,282 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:16:39,282 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:16:39,282 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:16:39,283 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:16:39,288 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=CreateRouterSuccessTests-c1533e46-4ffc-42f0-bcb1-afec8fcc4e92-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f26f511be609a16fe03050a105d90287d9b5315a" 2018-08-12 08:16:39,507 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-45f2b964-6d2c-4bb5-9705-386315e37830 Date: Sun, 12 Aug 2018 08:16:39 GMT RESP BODY: {"routers": []} 2018-08-12 08:16:39,507 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=CreateRouterSuccessTests-c1533e46-4ffc-42f0-bcb1-afec8fcc4e92-pub-router&admin_state_up=True used request id req-45f2b964-6d2c-4bb5-9705-386315e37830 2018-08-12 08:16:39,507 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:16:39,508 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:16:39,917 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7077ac1e2ec04f37965eb591c9a8c9dc", "name": "CreateRouterSuccessTests-61faf74e-60ad-460-proj-role"}], "expires_at": "2018-08-12T09:16:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0c2de0cd604946dca7722faf296a2545", "name": "CreateRouterSuccessTests-61faf74e-60ad-460-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/0c2de0cd604946dca7722faf296a2545", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/0c2de0cd604946dca7722faf296a2545", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/0c2de0cd604946dca7722faf296a2545", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_0c2de0cd604946dca7722faf296a2545", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_0c2de0cd604946dca7722faf296a2545", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/0c2de0cd604946dca7722faf296a2545", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/0c2de0cd604946dca7722faf296a2545", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/0c2de0cd604946dca7722faf296a2545", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/0c2de0cd604946dca7722faf296a2545", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/0c2de0cd604946dca7722faf296a2545", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/0c2de0cd604946dca7722faf296a2545", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/0c2de0cd604946dca7722faf296a2545", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/0c2de0cd604946dca7722faf296a2545", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/0c2de0cd604946dca7722faf296a2545", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-61faf74e-60ad-460-user", "id": "cff1809c9f6c40d4ba9bee4a1640339f"}, "audit_ids": ["NVdO2O64Ta2I5sBORRxMzg"], "issued_at": "2018-08-12T08:16:39.000000Z"}} 2018-08-12 08:16:39,918 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}fc53e1d688e9126c7290b32b2a31bfed005b4593" 2018-08-12 08:16:40,086 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:16:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-200dc302-9dee-42b3-b34f-a255014255ee Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:16:40,086 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-200dc302-9dee-42b3-b34f-a255014255ee 2018-08-12 08:16:40,091 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f26f511be609a16fe03050a105d90287d9b5315a" 2018-08-12 08:16:40,365 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-b264e209-0bf8-403a-ba18-6398e50e0458 Date: Sun, 12 Aug 2018 08:16:40 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ec788992-fa73-45cc-a7d9-6d44542124c2"],"updated_at":"2018-08-12T05:35:20Z","tenant_id":"310f5853751a4c968f3eeb0a3d99a0a8","created_at":"2018-08-12T05:04:23Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":7,"admin_state_up":true,"shared":false,"project_id":"310f5853751a4c968f3eeb0a3d99a0a8","id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","name":"external"}]} 2018-08-12 08:16:40,365 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=external used request id req-b264e209-0bf8-403a-ba18-6398e50e0458 2018-08-12 08:16:40,370 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=03886690-4630-4c4c-9ccb-7eedaa9b1fd3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f26f511be609a16fe03050a105d90287d9b5315a" 2018-08-12 08:16:40,582 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-213646fb-39a5-492c-9bb4-ea9bd200e6a2 Date: Sun, 12 Aug 2018 08:16:40 GMT RESP BODY: {"subnets":[]} 2018-08-12 08:16:40,583 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=03886690-4630-4c4c-9ccb-7eedaa9b1fd3 used request id req-213646fb-39a5-492c-9bb4-ea9bd200e6a2 2018-08-12 08:16:40,583 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-c1533e46-4ffc-42f0-bcb1-afec8fcc4e92-pub-router 2018-08-12 08:16:40,588 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f26f511be609a16fe03050a105d90287d9b5315a" -d '{"router": {"external_gateway_info": {"network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3"}, "name": "CreateRouterSuccessTests-c1533e46-4ffc-42f0-bcb1-afec8fcc4e92-pub-router", "admin_state_up": true}}' 2018-08-12 08:16:42,067 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 639 X-Openstack-Request-Id: req-0d4b14b9-018b-4660-b9cc-a4556f0e5494 Date: Sun, 12 Aug 2018 08:16:42 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ec788992-fa73-45cc-a7d9-6d44542124c2", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "0c2de0cd604946dca7722faf296a2545", "created_at": "2018-08-12T08:16:40Z", "admin_state_up": true, "updated_at": "2018-08-12T08:16:41Z", "revision_number": 2, "routes": [], "project_id": "0c2de0cd604946dca7722faf296a2545", "id": "e28f6f21-dd2b-4714-9ced-ecf4105a086b", "name": "CreateRouterSuccessTests-c1533e46-4ffc-42f0-bcb1-afec8fcc4e92-pub-router"}} 2018-08-12 08:16:42,067 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers used request id req-0d4b14b9-018b-4660-b9cc-a4556f0e5494 2018-08-12 08:16:42,072 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=e28f6f21-dd2b-4714-9ced-ecf4105a086b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f26f511be609a16fe03050a105d90287d9b5315a" 2018-08-12 08:16:42,282 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-788d6f69-6724-4106-9e51-a57713b3ba0d Date: Sun, 12 Aug 2018 08:16:42 GMT RESP BODY: {"ports":[]} 2018-08-12 08:16:42,283 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=e28f6f21-dd2b-4714-9ced-ecf4105a086b used request id req-788d6f69-6724-4106-9e51-a57713b3ba0d 2018-08-12 08:16:42,288 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?name=CreateRouterSuccessTests-c1533e46-4ffc-42f0-bcb1-afec8fcc4e92-pub-subnet1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f26f511be609a16fe03050a105d90287d9b5315a" 2018-08-12 08:16:42,481 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-49db981e-a15f-41f7-861b-561262506c4a Date: Sun, 12 Aug 2018 08:16:42 GMT RESP BODY: {"subnets":[]} 2018-08-12 08:16:42,481 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?name=CreateRouterSuccessTests-c1533e46-4ffc-42f0-bcb1-afec8fcc4e92-pub-subnet1 used request id req-49db981e-a15f-41f7-861b-561262506c4a 2018-08-12 08:16:42,482 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-c1533e46-4ffc-42f0-bcb1-afec8fcc4e92-pub-router 2018-08-12 08:16:42,482 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-c1533e46-4ffc-42f0-bcb1-afec8fcc4e92-pub-router 2018-08-12 08:16:42,487 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/routers/e28f6f21-dd2b-4714-9ced-ecf4105a086b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f26f511be609a16fe03050a105d90287d9b5315a" 2018-08-12 08:16:43,846 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-62664a74-7418-4546-af31-ab8d56c86e9e Content-Length: 0 Date: Sun, 12 Aug 2018 08:16:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:16:43,846 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/e28f6f21-dd2b-4714-9ced-ecf4105a086b used request id req-62664a74-7418-4546-af31-ab8d56c86e9e 2018-08-12 08:16:43,847 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-c1533e46-4ffc-42f0-bcb1-afec8fcc4e92-pub-subnet1 2018-08-12 08:16:43,847 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-c1533e46-4ffc-42f0-bcb1-afec8fcc4e92-pub-subnet1 2018-08-12 08:16:43,852 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/0f54e860-4eb2-4496-8fb9-5ead96a1fe85 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}501fc24081a8ebb22cf2e66365a468408eda041e" 2018-08-12 08:16:46,262 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-6c668d8f-22ed-47a4-bad8-6b3b0dc344fd Date: Sun, 12 Aug 2018 08:16:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:16:46,262 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/0f54e860-4eb2-4496-8fb9-5ead96a1fe85 used request id req-6c668d8f-22ed-47a4-bad8-6b3b0dc344fd 2018-08-12 08:16:46,263 - neutron_utils - INFO - Deleting network with name CreateRouterSuccessTests-c1533e46-4ffc-42f0-bcb1-afec8fcc4e92-pub-net1 2018-08-12 08:16:46,268 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/c09163b1-e1ed-4db3-914b-c35d7e97a9d4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}501fc24081a8ebb22cf2e66365a468408eda041e" 2018-08-12 08:16:47,698 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-666dba98-e756-4218-afcb-596274016af3 Date: Sun, 12 Aug 2018 08:16:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:16:47,698 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/c09163b1-e1ed-4db3-914b-c35d7e97a9d4 used request id req-666dba98-e756-4218-afcb-596274016af3 2018-08-12 08:16:47,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:16:47,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:16:47,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:16:47,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:16:47,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:16:47,706 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}460ad3e056f4026d323e655428666bb01fc9936d" 2018-08-12 08:16:48,005 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 43135 X-Openstack-Request-Id: req-fb79bd58-8e6c-476c-ac4c-5ae950284fd8 Date: Sun, 12 Aug 2018 08:16:48 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "created_at": "2018-08-12T06:59:44Z", "updated_at": "2018-08-12T06:59:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "1d7fd960-7865-4453-aecc-8d399b4fad21", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "66820d8a-b785-4b18-bd67-500221c8e4f9", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "74fc7638-a322-4841-8c47-06d36174a200", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "8eaa09ec-8419-4582-9312-1e527afe6e4b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}], "revision_number": 4, "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "created_at": "2018-08-12T05:12:34Z", "updated_at": "2018-08-12T05:12:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "709513d2-af7d-4d0b-bd3c-604fed75a711", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "aa346066-e46f-44f2-94be-2884aa998a19", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "c15f7b93-e56c-4afa-867d-2acb286d4b7b", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "cb0ef83f-5f70-4a80-ad35-431ca9df551e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}], "revision_number": 4, "project_id": "fa5a7fe6ee54472ba01638877aade8e3", "id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ea65becf30e54b27aa96a449698a435e", "created_at": "2018-08-12T05:10:35Z", "updated_at": "2018-08-12T05:10:35Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "30ad280c-f302-4cd4-a438-5139917b56f9", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "76115c4c-887d-4f0a-83e2-486e4b39c713", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "8ab14937-4c08-4d43-8a9a-662e622cc643", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "ee757a03-5662-4273-9c3e-6212e7afb48f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}], "revision_number": 4, "project_id": "ea65becf30e54b27aa96a449698a435e", "id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "created_at": "2018-08-12T06:20:09Z", "updated_at": "2018-08-12T06:20:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "1123b8f2-75ac-4a26-b9b2-a96da97408e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "2ddd2b93-e080-48cd-9a50-f5fe8a82ad0c", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "cd1bae62-0aea-4438-b4c3-50a69ae6f855", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "e398e01e-ceea-46d1-9534-b929808c4a5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}], "revision_number": 4, "project_id": "ff7abd7bb61f4f2889831e932d65dc2e", "id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "created_at": "2018-08-12T05:34:57Z", "updated_at": "2018-08-12T05:34:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "208a1c1e-f5f8-49c7-9a25-d07e68b1541f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "27bfd867-e607-4bf8-9de8-60682d3f771d", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "49360e1f-6fd3-4f35-b339-24cea95773ee", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "60f631a9-d305-4920-9631-d0543e2ac64f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}], "revision_number": 4, "project_id": "3a85ceae958d4d9fba68847e7df67db8", "id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "created_at": "2018-08-12T05:34:40Z", "updated_at": "2018-08-12T05:34:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "2192c259-363e-4768-ae73-e75837ad63b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "3f87ddc5-f84d-41dc-8215-847724782569", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "7d89f6da-ea78-49dd-9115-f9ad23b250bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "9ec4497d-0f65-44db-9be9-7b3042e4a584", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}], "revision_number": 4, "project_id": "85517fcf1c6247e699fdcdd42ecc8c79", "id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "created_at": "2018-08-12T05:16:02Z", "updated_at": "2018-08-12T05:16:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "1ecacd8c-c1c7-4a66-9871-406a69323b43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "3cc1750c-e0e7-4902-b6f3-494a161b832e", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "d719a7a4-8c99-44ed-8c12-6bf071890203", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "fe7421b5-d577-41da-8c78-62f3c07eda92", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}], "revision_number": 4, "project_id": "a267b9a156244bb192691cff6e5f74fe", "id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "315a428116f24d9fbb826b37080a918e", "created_at": "2018-08-12T05:11:31Z", "updated_at": "2018-08-12T05:11:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "5e52886a-1dc3-4a81-a55d-f388dc4fd1a1", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "678e32e4-d64c-448a-a4ab-e253ab94ae90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "a8da1539-e3ad-4f90-b2df-3dc1f09d228a", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "b73d5cc9-0205-4658-bb1f-61a042c0ab8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}], "revision_number": 4, "project_id": "315a428116f24d9fbb826b37080a918e", "id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-12T05:08:01Z", "updated_at": "2018-08-12T05:08:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:01Z", "revision_number": 0, "id": "0fb05d03-1117-45d0-930c-b6d4c96ef102", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "4faaab33-5788-4bbd-85b8-0fb44d41413a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "96d0c5a0-5c67-421b-8fc8-2b46d77e5db3", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "dd78519b-4bc5-4e8e-ad0f-58089dd69347", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "11a46741b7954b959fd7764109c047b6", "created_at": "2018-08-12T05:34:51Z", "updated_at": "2018-08-12T05:34:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "0b67bf3c-2289-43bb-ab6c-7d25ec32a279", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "51f3f833-337a-42bd-a8d5-742ea8d6c226", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "571fd0b5-ef90-408d-af33-aafb517b8993", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "944ba823-fb9c-496e-a66e-bb426bb14a8d", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}], "revision_number": 4, "project_id": "11a46741b7954b959fd7764109c047b6", "id": "90af9782-8112-4257-801d-ee5115d226ba", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "created_at": "2018-08-12T05:34:26Z", "updated_at": "2018-08-12T05:34:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "2ee1f63a-807c-4d6a-85ee-dd784f6b8c3f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5dec3ec2-2add-47dd-8618-90659dcf3885", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5ea0dc3e-49d0-43f0-94e9-f6443527d14c", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "fbfaca22-7e3e-4128-8973-43e439b77c28", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}], "revision_number": 4, "project_id": "3c01cd58055c44ecaef39f7e625c2258", "id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "521007c1818145639e93ceb270559219", "created_at": "2018-08-12T05:13:27Z", "updated_at": "2018-08-12T05:13:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "5e7fede5-b0f2-47d8-95c3-516cdfc7f9de", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "8fd0e36f-c6c4-4f64-ba97-40439e614448", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "db7d79de-1dfc-4138-945f-91e74cdc266b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "e87f2cff-ff3e-4b6d-aaf0-7f0eb0ab9f05", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}], "revision_number": 4, "project_id": "521007c1818145639e93ceb270559219", "id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "created_at": "2018-08-12T05:08:18Z", "updated_at": "2018-08-12T05:08:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "3c67be40-bf74-4f97-9693-d93ce73a23b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "6112d869-2fc6-4a25-a13c-3d55cd7206c0", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "bdf21c56-453e-482e-9cba-3c55abcb0339", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "c8e92c39-38cc-4f48-be9c-5f0912e6a725", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}], "revision_number": 4, "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "created_at": "2018-08-12T05:04:23Z", "updated_at": "2018-08-12T05:04:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "280546d9-8ad1-4283-abfc-15ee9b1736c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "58bce125-f2ca-4a6d-b9ca-4e6cf5c0f7a5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "69275b9a-cfb5-482c-a9c4-8ffc79adf2c7", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "6d747f3a-3764-469a-a645-f977585c5aac", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}], "revision_number": 4, "project_id": "310f5853751a4c968f3eeb0a3d99a0a8", "id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "created_at": "2018-08-12T05:34:42Z", "updated_at": "2018-08-12T05:34:42Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "199582e8-25aa-457a-aa7c-6d8413ca4464", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "234f3609-4454-448f-919d-c8143c7cd764", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "c1061460-71a2-49a9-a04b-9fa33eeb17ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "d21ac532-51d8-4d6b-8300-7bac216759bf", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}], "revision_number": 4, "project_id": "9f6c1a272706419c9a74b0893b2890e8", "id": "d6739716-c693-460c-89c6-e7c8c48f8245", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "created_at": "2018-08-12T05:34:54Z", "updated_at": "2018-08-12T05:34:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "0633a05a-ee7d-4476-a56b-75d011b22f77", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "6cc1b9f8-73db-47a3-a0e0-3c96c43f34da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "90d99a6b-e94f-4fd8-a10c-f19dd8954c13", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "e843c139-af2a-4d2c-a24f-59f7b10ff72e", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}], "revision_number": 4, "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "created_at": "2018-08-12T05:09:07Z", "updated_at": "2018-08-12T05:09:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "5495e168-f505-4d74-ae6d-387f0bf533c2", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "6fd19b8b-3062-456e-81ba-3ff37fe43429", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8ca59d25-485c-46ce-939c-2e4a468caeac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8f190846-50a0-42b9-b571-390809b752b1", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}], "revision_number": 4, "project_id": "fa9ca6d7608b4d7d87ce97331679a481", "id": "edcd9b17-9416-4c25-823c-060c435e18d7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "created_at": "2018-08-12T05:34:52Z", "updated_at": "2018-08-12T05:34:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "2c7e484e-6ec5-4a95-8c9c-66d294c0c27e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "70c74258-3c2c-4efc-87e0-079c26ee3417", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "b70382fa-082e-4c2b-abc8-87490fa50b11", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "c3628e02-b4b6-42c9-8751-c1a2d3c19caa", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}], "revision_number": 4, "project_id": "87db863ba6e348b0a5ddcb67053db9d1", "id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "name": "default"}]} 2018-08-12 08:16:48,006 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-fb79bd58-8e6c-476c-ac4c-5ae950284fd8 2018-08-12 08:16:48,013 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}460ad3e056f4026d323e655428666bb01fc9936d" 2018-08-12 08:16:48,111 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:16:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4902cc90-0c6d-436f-8e5b-589d83a7000e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 5fe28c13d4d74ba2be8d019ac1ea6363.", "code": 404, "title": "Not Found"}} 2018-08-12 08:16:48,111 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 used request id req-4902cc90-0c6d-436f-8e5b-589d83a7000e 2018-08-12 08:16:48,111 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:16:48,115 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}460ad3e056f4026d323e655428666bb01fc9936d" 2018-08-12 08:16:48,202 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:16:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-db7d68ab-f5a9-4dfb-a6ec-cb939875374d Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa5a7fe6ee54472ba01638877aade8e3.", "code": 404, "title": "Not Found"}} 2018-08-12 08:16:48,202 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 used request id req-db7d68ab-f5a9-4dfb-a6ec-cb939875374d 2018-08-12 08:16:48,202 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:16:48,206 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}460ad3e056f4026d323e655428666bb01fc9936d" 2018-08-12 08:16:48,291 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:16:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0d515b0e-2623-4772-9568-1f9dfb02bf8d Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ea65becf30e54b27aa96a449698a435e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:16:48,291 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e used request id req-0d515b0e-2623-4772-9568-1f9dfb02bf8d 2018-08-12 08:16:48,291 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:16:48,295 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}460ad3e056f4026d323e655428666bb01fc9936d" 2018-08-12 08:16:48,381 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:16:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ec0e3779-7e9f-41e1-8399-d633c7c43b28 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ff7abd7bb61f4f2889831e932d65dc2e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:16:48,382 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e used request id req-ec0e3779-7e9f-41e1-8399-d633c7c43b28 2018-08-12 08:16:48,382 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:16:48,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}460ad3e056f4026d323e655428666bb01fc9936d" 2018-08-12 08:16:48,478 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:16:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0b611f88-0ca2-4fb6-885f-7d70c4f66287 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3a85ceae958d4d9fba68847e7df67db8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:16:48,478 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 used request id req-0b611f88-0ca2-4fb6-885f-7d70c4f66287 2018-08-12 08:16:48,478 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:16:48,481 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}460ad3e056f4026d323e655428666bb01fc9936d" 2018-08-12 08:16:48,571 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:16:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-813d3098-302b-43fb-9af0-8b2c4d208550 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 85517fcf1c6247e699fdcdd42ecc8c79.", "code": 404, "title": "Not Found"}} 2018-08-12 08:16:48,571 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 used request id req-813d3098-302b-43fb-9af0-8b2c4d208550 2018-08-12 08:16:48,571 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:16:48,575 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}460ad3e056f4026d323e655428666bb01fc9936d" 2018-08-12 08:16:48,672 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:16:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d7ccfbf4-50b5-4623-9f6d-96633a971ead Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}} 2018-08-12 08:16:48,672 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe used request id req-d7ccfbf4-50b5-4623-9f6d-96633a971ead 2018-08-12 08:16:48,677 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}460ad3e056f4026d323e655428666bb01fc9936d" 2018-08-12 08:16:48,782 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:16:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c162c3ff-e3a5-419d-a871-b5ec566fe97b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 315a428116f24d9fbb826b37080a918e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:16:48,783 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e used request id req-c162c3ff-e3a5-419d-a871-b5ec566fe97b 2018-08-12 08:16:48,783 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:16:48,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}460ad3e056f4026d323e655428666bb01fc9936d" 2018-08-12 08:16:48,877 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:16:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a4e2d335-5617-4416-aadf-5a80246aca84 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 11a46741b7954b959fd7764109c047b6.", "code": 404, "title": "Not Found"}} 2018-08-12 08:16:48,877 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 used request id req-a4e2d335-5617-4416-aadf-5a80246aca84 2018-08-12 08:16:48,877 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:16:48,881 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}460ad3e056f4026d323e655428666bb01fc9936d" 2018-08-12 08:16:48,972 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:16:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7dcbc3d9-be4b-4cf6-8a56-c948b6194aee Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3c01cd58055c44ecaef39f7e625c2258.", "code": 404, "title": "Not Found"}} 2018-08-12 08:16:48,973 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 used request id req-7dcbc3d9-be4b-4cf6-8a56-c948b6194aee 2018-08-12 08:16:48,973 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:16:48,976 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}460ad3e056f4026d323e655428666bb01fc9936d" 2018-08-12 08:16:49,061 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:16:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ad0821a2-b7c0-4424-a99f-3a4c9434c305 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 521007c1818145639e93ceb270559219.", "code": 404, "title": "Not Found"}} 2018-08-12 08:16:49,061 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 used request id req-ad0821a2-b7c0-4424-a99f-3a4c9434c305 2018-08-12 08:16:49,061 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:16:49,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}460ad3e056f4026d323e655428666bb01fc9936d" 2018-08-12 08:16:49,158 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:16:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-eb850ffc-ef12-4729-8117-c5075dc5214f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e18fcc7fc10a4fd0b20234f8520d0aab.", "code": 404, "title": "Not Found"}} 2018-08-12 08:16:49,158 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab used request id req-eb850ffc-ef12-4729-8117-c5075dc5214f 2018-08-12 08:16:49,158 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:16:49,162 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}460ad3e056f4026d323e655428666bb01fc9936d" 2018-08-12 08:16:49,254 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:16:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-893dfd55-1556-4a0a-b561-d1999f025d4e Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "310f5853751a4c968f3eeb0a3d99a0a8", "name": "service"}} 2018-08-12 08:16:49,254 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 used request id req-893dfd55-1556-4a0a-b561-d1999f025d4e 2018-08-12 08:16:49,258 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}460ad3e056f4026d323e655428666bb01fc9936d" 2018-08-12 08:16:49,348 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:16:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3de91d7e-ed6d-409a-b838-8ace99d4e90b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9f6c1a272706419c9a74b0893b2890e8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:16:49,348 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 used request id req-3de91d7e-ed6d-409a-b838-8ace99d4e90b 2018-08-12 08:16:49,348 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:16:49,352 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/34cb7327fcfc4b52a63b4b8c0ea4a54d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}460ad3e056f4026d323e655428666bb01fc9936d" 2018-08-12 08:16:49,449 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:16:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dc84950a-7082-4aff-93a1-cd2915c7cd93 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 34cb7327fcfc4b52a63b4b8c0ea4a54d.", "code": 404, "title": "Not Found"}} 2018-08-12 08:16:49,449 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/34cb7327fcfc4b52a63b4b8c0ea4a54d used request id req-dc84950a-7082-4aff-93a1-cd2915c7cd93 2018-08-12 08:16:49,449 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:16:49,452 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa9ca6d7608b4d7d87ce97331679a481 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}460ad3e056f4026d323e655428666bb01fc9936d" 2018-08-12 08:16:49,546 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:16:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5f8687c9-5326-44f8-90e9-813be95e05cd Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa9ca6d7608b4d7d87ce97331679a481.", "code": 404, "title": "Not Found"}} 2018-08-12 08:16:49,547 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa9ca6d7608b4d7d87ce97331679a481 used request id req-5f8687c9-5326-44f8-90e9-813be95e05cd 2018-08-12 08:16:49,547 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:16:49,550 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/87db863ba6e348b0a5ddcb67053db9d1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}460ad3e056f4026d323e655428666bb01fc9936d" 2018-08-12 08:16:49,634 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:16:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-548b3404-c80e-4c58-9e66-a362c40323d9 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87db863ba6e348b0a5ddcb67053db9d1.", "code": 404, "title": "Not Found"}} 2018-08-12 08:16:49,634 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/87db863ba6e348b0a5ddcb67053db9d1 used request id req-548b3404-c80e-4c58-9e66-a362c40323d9 2018-08-12 08:16:49,635 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:16:49,636 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-61faf74e-60ad-460-proj 2018-08-12 08:16:49,639 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/0c2de0cd604946dca7722faf296a2545 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}460ad3e056f4026d323e655428666bb01fc9936d" 2018-08-12 08:16:49,881 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:16:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-11451f4b-0c06-4f1d-a4fd-327052b9cf8e 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 08:16:49,881 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/0c2de0cd604946dca7722faf296a2545 used request id req-11451f4b-0c06-4f1d-a4fd-327052b9cf8e 2018-08-12 08:16:49,881 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-61faf74e-60ad-460-proj-role 2018-08-12 08:16:49,885 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/7077ac1e2ec04f37965eb591c9a8c9dc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}460ad3e056f4026d323e655428666bb01fc9936d" 2018-08-12 08:16:50,001 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:16:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a0c77f9c-acba-497a-a4b9-b0b035bbb637 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 08:16:50,001 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/7077ac1e2ec04f37965eb591c9a8c9dc used request id req-a0c77f9c-acba-497a-a4b9-b0b035bbb637 2018-08-12 08:16:50,005 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}460ad3e056f4026d323e655428666bb01fc9936d" 2018-08-12 08:16:50,089 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:16:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b2dff125-20c4-480b-9313-572b16109ee8 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:16:50,090 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-b2dff125-20c4-480b-9313-572b16109ee8 2018-08-12 08:16:50,090 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-61faf74e-60ad-460-user 2018-08-12 08:16:50,094 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/cff1809c9f6c40d4ba9bee4a1640339f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d396abe30c0852bee89eb1c1be831a0c4f3e6bed" 2018-08-12 08:16:50,327 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:16:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5724b42f-1de4-444e-be53-20771445a6d5 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 08:16:50,327 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/cff1809c9f6c40d4ba9bee4a1640339f used request id req-5724b42f-1de4-444e-be53-20771445a6d5 2018-08-12 08:16:50,328 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:16:50,724 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:16:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["DWEe9mWPQHWyXA2NU8scZA"], "issued_at": "2018-08-12T08:16:50.000000Z"}} 2018-08-12 08:16:50,724 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}ba99a4163110c39d25370d3b929e141e0ad4bef6" 2018-08-12 08:16:50,806 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:16:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6a6969ad-d77e-486c-bff6-6cf080471e0a Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:16:50,806 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-6a6969ad-d77e-486c-bff6-6cf080471e0a 2018-08-12 08:16:50,808 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:16:50,809 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:16:51,206 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:16:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["bxvHPWcxRj-xqpPl72i8Lw"], "issued_at": "2018-08-12T08:16:51.000000Z"}} 2018-08-12 08:16:51,207 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}e4fa2e34c523c4d2f9757a98317a6c30a9aa961c" 2018-08-12 08:16:51,298 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:16:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e5368601-fefa-496b-815e-0ab019c518f8 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:16:51,298 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-e5368601-fefa-496b-815e-0ab019c518f8 2018-08-12 08:16:51,302 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:16:51,308 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:16:51 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:16:51,308 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterNegativeTests-b3875fc0-2d9c-404-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4fa2e34c523c4d2f9757a98317a6c30a9aa961c" 2018-08-12 08:16:51,501 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:16:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e3b8cf6-c0a0-4e2b-84bd-df5afc5d4be5 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterNegativeTests-b3875fc0-2d9c-404-proj", "previous": null, "next": null}, "projects": []} 2018-08-12 08:16:51,501 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterNegativeTests-b3875fc0-2d9c-404-proj used request id req-1e3b8cf6-c0a0-4e2b-84bd-df5afc5d4be5 2018-08-12 08:16:51,504 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4fa2e34c523c4d2f9757a98317a6c30a9aa961c" 2018-08-12 08:16:51,603 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:16:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a2752be0-6c36-4022-915d-80f1978d6977 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:16:51,604 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-a2752be0-6c36-4022-915d-80f1978d6977 2018-08-12 08:16:51,607 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4fa2e34c523c4d2f9757a98317a6c30a9aa961c" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterNegativeTests-b3875fc0-2d9c-404-proj"}}' 2018-08-12 08:16:51,732 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:16:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c283bcc6-dda3-4230-ae9b-3ddc33001d12 Content-Length: 322 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c27650cc17c7425e85650af84ec1c58a"}, "tags": [], "enabled": true, "id": "c27650cc17c7425e85650af84ec1c58a", "parent_id": "default", "domain_id": "default", "name": "CreateRouterNegativeTests-b3875fc0-2d9c-404-proj"}} 2018-08-12 08:16:51,732 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-c283bcc6-dda3-4230-ae9b-3ddc33001d12 2018-08-12 08:16:51,732 - keystone_utils - INFO - Created project with name - CreateRouterNegativeTests-b3875fc0-2d9c-404-proj 2018-08-12 08:16:51,733 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:16:51,733 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:16:52,130 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:16:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["H-nAMm2MSsyntF6Yhv1g7A"], "issued_at": "2018-08-12T08:16:52.000000Z"}} 2018-08-12 08:16:52,131 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}f1971e97d34b2fbccfe4d8834a37e88b1173d689" 2018-08-12 08:16:52,222 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:16:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-afe3ae0b-98ff-4293-92e2-4e8b533a149b Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:16:52,222 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-afe3ae0b-98ff-4293-92e2-4e8b533a149b 2018-08-12 08:16:52,226 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:16:52,232 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:16:52 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:16:52,233 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1971e97d34b2fbccfe4d8834a37e88b1173d689" 2018-08-12 08:16:52,344 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:16:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9bda1ef8-d982-4134-a9df-31c31f8cc2f4 Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/105a247548624314b9228f85f6325f0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105a247548624314b9228f85f6325f0b", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/1c5de0eaa44543f08da6ad63a51594ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c5de0eaa44543f08da6ad63a51594ff", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/1d127b5b832547a88a547c116dfdd65b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d127b5b832547a88a547c116dfdd65b", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/1d5cfc170d624ce4ae53ae0507c8d517"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d5cfc170d624ce4ae53ae0507c8d517", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/2421820b75eb4d3ebd02830378d1377b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2421820b75eb4d3ebd02830378d1377b", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/40bd8ee54ecf44868cc83cede652c396"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40bd8ee54ecf44868cc83cede652c396", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/4f32fb8153854c4c9f5094b42b523f80"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f32fb8153854c4c9f5094b42b523f80", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7066130d08fb4db7bf4ab468de53933b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7066130d08fb4db7bf4ab468de53933b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/8d0898a83bcf4521bbc11501d5d7ac89"}, "domain_id": "1eec97585bde483292ece28ee11f4b8d", "enabled": true, "options": {}, "id": "8d0898a83bcf4521bbc11501d5d7ac89", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/9defcced327d476f8a3beab718a13da3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9defcced327d476f8a3beab718a13da3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/b80ee4f6992446e0879624dd436e99a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b80ee4f6992446e0879624dd436e99a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b86fd3e011324d398fcdb6f095a20a9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b86fd3e011324d398fcdb6f095a20a9d", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1701d2754064b5cadf765ea0806f9b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1701d2754064b5cadf765ea0806f9b2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/db4e7b8d76d549faa502716565c733dd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db4e7b8d76d549faa502716565c733dd", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-12 08:16:52,344 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-9bda1ef8-d982-4134-a9df-31c31f8cc2f4 2018-08-12 08:16:52,348 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateRouterNegativeTests-b3875fc0-2d9c-404-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1971e97d34b2fbccfe4d8834a37e88b1173d689" 2018-08-12 08:16:52,439 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:16:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0701af84-0848-497c-b6c0-08e17082f47a Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateRouterNegativeTests-b3875fc0-2d9c-404-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c27650cc17c7425e85650af84ec1c58a"}, "tags": [], "enabled": true, "id": "c27650cc17c7425e85650af84ec1c58a", "parent_id": "default", "domain_id": "default", "name": "CreateRouterNegativeTests-b3875fc0-2d9c-404-proj"}]} 2018-08-12 08:16:52,439 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateRouterNegativeTests-b3875fc0-2d9c-404-proj used request id req-0701af84-0848-497c-b6c0-08e17082f47a 2018-08-12 08:16:52,443 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1971e97d34b2fbccfe4d8834a37e88b1173d689" 2018-08-12 08:16:52,533 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:16:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b5f6d638-3c7f-46f7-9060-790726a9ca73 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:16:52,533 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-b5f6d638-3c7f-46f7-9060-790726a9ca73 2018-08-12 08:16:52,930 - keystone_utils - INFO - Created user with name - CreateRouterNegativeTests-b3875fc0-2d9c-404-user 2018-08-12 08:16:52,930 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:16:52,934 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4fa2e34c523c4d2f9757a98317a6c30a9aa961c" 2018-08-12 08:16:52,951 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:16:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd557a11-b8f8-490d-b70d-5c1165bd3444 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:16:52,952 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-dd557a11-b8f8-490d-b70d-5c1165bd3444 2018-08-12 08:16:52,955 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4fa2e34c523c4d2f9757a98317a6c30a9aa961c" -d '{"role": {"name": "CreateRouterNegativeTests-b3875fc0-2d9c-404-proj-role"}}' 2018-08-12 08:16:53,151 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:16:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-37ead945-28fc-4377-8d49-b05b952df297 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "46f4980a5fc543e3a2ee3dee36d10922", "links": {"self": "http://172.30.9.21:5000/v3/roles/46f4980a5fc543e3a2ee3dee36d10922"}, "name": "CreateRouterNegativeTests-b3875fc0-2d9c-404-proj-role"}} 2018-08-12 08:16:53,151 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-37ead945-28fc-4377-8d49-b05b952df297 2018-08-12 08:16:53,151 - keystone_utils - INFO - Created role with name - CreateRouterNegativeTests-b3875fc0-2d9c-404-proj-role 2018-08-12 08:16:53,155 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/46f4980a5fc543e3a2ee3dee36d10922 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4fa2e34c523c4d2f9757a98317a6c30a9aa961c" 2018-08-12 08:16:53,249 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:16:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-31a0e4fa-458b-4e6f-868a-f9cff7cb26a9 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "46f4980a5fc543e3a2ee3dee36d10922", "links": {"self": "http://172.30.9.21:5000/v3/roles/46f4980a5fc543e3a2ee3dee36d10922"}, "name": "CreateRouterNegativeTests-b3875fc0-2d9c-404-proj-role"}} 2018-08-12 08:16:53,250 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/46f4980a5fc543e3a2ee3dee36d10922 used request id req-31a0e4fa-458b-4e6f-868a-f9cff7cb26a9 2018-08-12 08:16:53,250 - keystone_utils - INFO - Granting role CreateRouterNegativeTests-b3875fc0-2d9c-404-proj-role to project CreateRouterNegativeTests-b3875fc0-2d9c-404-proj 2018-08-12 08:16:53,253 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/c27650cc17c7425e85650af84ec1c58a/users/0c4a312bb70646dbbdd830f51240f99d/roles/46f4980a5fc543e3a2ee3dee36d10922 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4fa2e34c523c4d2f9757a98317a6c30a9aa961c" 2018-08-12 08:16:53,388 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:16:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7b011492-4289-4b19-acd1-442fed0ff328 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 08:16:53,388 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/c27650cc17c7425e85650af84ec1c58a/users/0c4a312bb70646dbbdd830f51240f99d/roles/46f4980a5fc543e3a2ee3dee36d10922 used request id req-7b011492-4289-4b19-acd1-442fed0ff328 2018-08-12 08:16:53,389 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:16:53,389 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:16:53,868 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:16:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["rav1dxZ2QmyTCMLKRF6Umw"], "issued_at": "2018-08-12T08:16:53.000000Z"}} 2018-08-12 08:16:53,869 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}a68309cabd97830cf7f7fc89a5a28a9c5d2c42b2" 2018-08-12 08:16:53,960 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:16:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3dc20915-f58c-44b6-8445-501e5580379f Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:16:53,960 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-3dc20915-f58c-44b6-8445-501e5580379f 2018-08-12 08:16:53,961 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:16:53,961 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:16:53,962 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:16:53,962 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:16:53,962 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:16:53,969 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateRouterNegativeTests-087cf11f-52a5-4d3e-b7ee-47043eb1729a-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a68309cabd97830cf7f7fc89a5a28a9c5d2c42b2" 2018-08-12 08:16:54,164 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-b4c7d59b-69e4-4542-828c-a1deff67a017 Date: Sun, 12 Aug 2018 08:16:54 GMT RESP BODY: {"networks":[]} 2018-08-12 08:16:54,164 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateRouterNegativeTests-087cf11f-52a5-4d3e-b7ee-47043eb1729a-pub-net1 used request id req-b4c7d59b-69e4-4542-828c-a1deff67a017 2018-08-12 08:16:54,164 - neutron_utils - INFO - Creating network with name CreateRouterNegativeTests-087cf11f-52a5-4d3e-b7ee-47043eb1729a-pub-net1 2018-08-12 08:16:54,169 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a68309cabd97830cf7f7fc89a5a28a9c5d2c42b2" -d '{"network": {"name": "CreateRouterNegativeTests-087cf11f-52a5-4d3e-b7ee-47043eb1729a-pub-net1", "admin_state_up": true}}' 2018-08-12 08:16:54,592 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 703 X-Openstack-Request-Id: req-dd0802cd-82a9-4f46-8287-5a4a46d2a016 Date: Sun, 12 Aug 2018 08:16:54 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"c9f8385a-28a3-438a-bf94-a5e6c2203483","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"a267b9a156244bb192691cff6e5f74fe","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T08:16:54Z","is_default":false,"provider:segmentation_id":74,"name":"CreateRouterNegativeTests-087cf11f-52a5-4d3e-b7ee-47043eb1729a-pub-net1","admin_state_up":true,"tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:16:54Z","mtu":1450}} 2018-08-12 08:16:54,593 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-dd0802cd-82a9-4f46-8287-5a4a46d2a016 2018-08-12 08:16:54,598 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=c9f8385a-28a3-438a-bf94-a5e6c2203483 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a68309cabd97830cf7f7fc89a5a28a9c5d2c42b2" 2018-08-12 08:16:54,850 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-f5f5b0e7-b06e-4c87-a569-60365aad9f44 Date: Sun, 12 Aug 2018 08:16:54 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"c9f8385a-28a3-438a-bf94-a5e6c2203483","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"a267b9a156244bb192691cff6e5f74fe","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T08:16:54Z","provider:segmentation_id":74,"name":"CreateRouterNegativeTests-087cf11f-52a5-4d3e-b7ee-47043eb1729a-pub-net1","admin_state_up":true,"tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:16:54Z","provider:network_type":"vxlan"}]} 2018-08-12 08:16:54,850 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=c9f8385a-28a3-438a-bf94-a5e6c2203483 used request id req-f5f5b0e7-b06e-4c87-a569-60365aad9f44 2018-08-12 08:16:54,855 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=c9f8385a-28a3-438a-bf94-a5e6c2203483 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a68309cabd97830cf7f7fc89a5a28a9c5d2c42b2" 2018-08-12 08:16:55,184 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-809f810d-c062-4d0b-b2fb-60e6d4e7c6f5 Date: Sun, 12 Aug 2018 08:16:55 GMT RESP BODY: {"subnets":[]} 2018-08-12 08:16:55,184 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=c9f8385a-28a3-438a-bf94-a5e6c2203483 used request id req-809f810d-c062-4d0b-b2fb-60e6d4e7c6f5 2018-08-12 08:16:55,184 - neutron_utils - INFO - Creating subnet with name CreateRouterNegativeTests-087cf11f-52a5-4d3e-b7ee-47043eb1729a-pub-subnet1 2018-08-12 08:16:55,189 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a68309cabd97830cf7f7fc89a5a28a9c5d2c42b2" -d '{"subnets": [{"ip_version": 4, "network_id": "c9f8385a-28a3-438a-bf94-a5e6c2203483", "cidr": "10.200.201.0/24", "gateway_ip": "10.200.201.1", "name": "CreateRouterNegativeTests-087cf11f-52a5-4d3e-b7ee-47043eb1729a-pub-subnet1"}]}' 2018-08-12 08:16:56,043 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 688 X-Openstack-Request-Id: req-3ba6aaab-142f-4115-be70-da909aaf4b07 Date: Sun, 12 Aug 2018 08:16:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c9f8385a-28a3-438a-bf94-a5e6c2203483","tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:16:55Z","dns_nameservers":[],"updated_at":"2018-08-12T08:16:55Z","gateway_ip":"10.200.201.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.200.201.0/24","project_id":"a267b9a156244bb192691cff6e5f74fe","id":"eb19a0c6-b3dd-453a-b311-c1eda5bacd56","subnetpool_id":null,"name":"CreateRouterNegativeTests-087cf11f-52a5-4d3e-b7ee-47043eb1729a-pub-subnet1"}]} 2018-08-12 08:16:56,043 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-3ba6aaab-142f-4115-be70-da909aaf4b07 2018-08-12 08:16:56,048 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=c9f8385a-28a3-438a-bf94-a5e6c2203483 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a68309cabd97830cf7f7fc89a5a28a9c5d2c42b2" 2018-08-12 08:16:56,300 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 731 X-Openstack-Request-Id: req-dc86cec1-53df-4a78-8281-5eb708d33556 Date: Sun, 12 Aug 2018 08:16:56 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"c9f8385a-28a3-438a-bf94-a5e6c2203483","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a267b9a156244bb192691cff6e5f74fe","status":"ACTIVE","subnets":["eb19a0c6-b3dd-453a-b311-c1eda5bacd56"],"description":"","tags":[],"updated_at":"2018-08-12T08:16:55Z","provider:segmentation_id":74,"name":"CreateRouterNegativeTests-087cf11f-52a5-4d3e-b7ee-47043eb1729a-pub-net1","admin_state_up":true,"tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:16:54Z","provider:network_type":"vxlan"}]} 2018-08-12 08:16:56,300 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=c9f8385a-28a3-438a-bf94-a5e6c2203483 used request id req-dc86cec1-53df-4a78-8281-5eb708d33556 2018-08-12 08:16:56,306 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=c9f8385a-28a3-438a-bf94-a5e6c2203483 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a68309cabd97830cf7f7fc89a5a28a9c5d2c42b2" 2018-08-12 08:16:56,538 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 688 X-Openstack-Request-Id: req-d032290b-b5ff-4257-95f0-361a1d6d219d Date: Sun, 12 Aug 2018 08:16:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c9f8385a-28a3-438a-bf94-a5e6c2203483","tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:16:55Z","dns_nameservers":[],"updated_at":"2018-08-12T08:16:55Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"a267b9a156244bb192691cff6e5f74fe","id":"eb19a0c6-b3dd-453a-b311-c1eda5bacd56","subnetpool_id":null,"name":"CreateRouterNegativeTests-087cf11f-52a5-4d3e-b7ee-47043eb1729a-pub-subnet1"}]} 2018-08-12 08:16:56,538 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=c9f8385a-28a3-438a-bf94-a5e6c2203483 used request id req-d032290b-b5ff-4257-95f0-361a1d6d219d 2018-08-12 08:16:56,539 - OpenStackNetwork - DEBUG - Network [c9f8385a-28a3-438a-bf94-a5e6c2203483] created successfully 2018-08-12 08:16:56,539 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:16:56,540 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:16:56,952 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "46f4980a5fc543e3a2ee3dee36d10922", "name": "CreateRouterNegativeTests-b3875fc0-2d9c-404-proj-role"}], "expires_at": "2018-08-12T09:16:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c27650cc17c7425e85650af84ec1c58a", "name": "CreateRouterNegativeTests-b3875fc0-2d9c-404-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/c27650cc17c7425e85650af84ec1c58a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/c27650cc17c7425e85650af84ec1c58a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/c27650cc17c7425e85650af84ec1c58a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_c27650cc17c7425e85650af84ec1c58a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_c27650cc17c7425e85650af84ec1c58a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/c27650cc17c7425e85650af84ec1c58a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/c27650cc17c7425e85650af84ec1c58a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/c27650cc17c7425e85650af84ec1c58a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/c27650cc17c7425e85650af84ec1c58a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/c27650cc17c7425e85650af84ec1c58a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/c27650cc17c7425e85650af84ec1c58a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/c27650cc17c7425e85650af84ec1c58a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/c27650cc17c7425e85650af84ec1c58a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/c27650cc17c7425e85650af84ec1c58a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterNegativeTests-b3875fc0-2d9c-404-user", "id": "0c4a312bb70646dbbdd830f51240f99d"}, "audit_ids": ["hjhV6EmtR-mOHWQm9D9noQ"], "issued_at": "2018-08-12T08:16:56.000000Z"}} 2018-08-12 08:16:56,953 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}5a7010bb9de4d95da4bfd738cc57d291f4ab7ca7" 2018-08-12 08:16:57,029 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:16:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bba7d900-508a-4505-ba6c-db6b7d83cc19 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:16:57,030 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-bba7d900-508a-4505-ba6c-db6b7d83cc19 2018-08-12 08:16:57,031 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:16:57,031 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:16:57,031 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:16:57,031 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:16:57,031 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:16:57,039 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=CreateRouterNegativeTests-087cf11f-52a5-4d3e-b7ee-47043eb1729a-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a7010bb9de4d95da4bfd738cc57d291f4ab7ca7" 2018-08-12 08:16:57,273 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-5b29daa6-d6b6-40e8-a14b-b21b1e505ca8 Date: Sun, 12 Aug 2018 08:16:57 GMT RESP BODY: {"routers": []} 2018-08-12 08:16:57,273 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=CreateRouterNegativeTests-087cf11f-52a5-4d3e-b7ee-47043eb1729a-pub-router&admin_state_up=True used request id req-5b29daa6-d6b6-40e8-a14b-b21b1e505ca8 2018-08-12 08:16:57,274 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:16:57,274 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:16:57,677 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "46f4980a5fc543e3a2ee3dee36d10922", "name": "CreateRouterNegativeTests-b3875fc0-2d9c-404-proj-role"}], "expires_at": "2018-08-12T09:16:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c27650cc17c7425e85650af84ec1c58a", "name": "CreateRouterNegativeTests-b3875fc0-2d9c-404-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/c27650cc17c7425e85650af84ec1c58a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/c27650cc17c7425e85650af84ec1c58a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/c27650cc17c7425e85650af84ec1c58a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_c27650cc17c7425e85650af84ec1c58a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_c27650cc17c7425e85650af84ec1c58a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/c27650cc17c7425e85650af84ec1c58a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/c27650cc17c7425e85650af84ec1c58a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/c27650cc17c7425e85650af84ec1c58a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/c27650cc17c7425e85650af84ec1c58a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/c27650cc17c7425e85650af84ec1c58a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/c27650cc17c7425e85650af84ec1c58a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/c27650cc17c7425e85650af84ec1c58a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/c27650cc17c7425e85650af84ec1c58a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/c27650cc17c7425e85650af84ec1c58a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterNegativeTests-b3875fc0-2d9c-404-user", "id": "0c4a312bb70646dbbdd830f51240f99d"}, "audit_ids": ["wWTyvuN-Swey1Zu9ZdgqFw"], "issued_at": "2018-08-12T08:16:57.000000Z"}} 2018-08-12 08:16:57,678 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}395d976f5b822f746a166ead3a455f01c27c8a22" 2018-08-12 08:16:57,782 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:16:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e70bcec-e5da-4f1a-b676-4b44d11fe927 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:16:57,782 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-4e70bcec-e5da-4f1a-b676-4b44d11fe927 2018-08-12 08:16:57,788 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a7010bb9de4d95da4bfd738cc57d291f4ab7ca7" 2018-08-12 08:16:58,050 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-0be3e612-a563-4ae2-b614-b69470381dcc Date: Sun, 12 Aug 2018 08:16:58 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ec788992-fa73-45cc-a7d9-6d44542124c2"],"updated_at":"2018-08-12T05:35:20Z","tenant_id":"310f5853751a4c968f3eeb0a3d99a0a8","created_at":"2018-08-12T05:04:23Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":7,"admin_state_up":true,"shared":false,"project_id":"310f5853751a4c968f3eeb0a3d99a0a8","id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","name":"external"}]} 2018-08-12 08:16:58,050 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=external used request id req-0be3e612-a563-4ae2-b614-b69470381dcc 2018-08-12 08:16:58,055 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=03886690-4630-4c4c-9ccb-7eedaa9b1fd3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a7010bb9de4d95da4bfd738cc57d291f4ab7ca7" 2018-08-12 08:16:58,255 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-877f8dbd-9216-477a-a4af-a3c103e8c522 Date: Sun, 12 Aug 2018 08:16:58 GMT RESP BODY: {"subnets":[]} 2018-08-12 08:16:58,255 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=03886690-4630-4c4c-9ccb-7eedaa9b1fd3 used request id req-877f8dbd-9216-477a-a4af-a3c103e8c522 2018-08-12 08:16:58,256 - neutron_utils - INFO - Creating router with name - CreateRouterNegativeTests-087cf11f-52a5-4d3e-b7ee-47043eb1729a-pub-router 2018-08-12 08:16:58,261 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a7010bb9de4d95da4bfd738cc57d291f4ab7ca7" -d '{"router": {"external_gateway_info": {"network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3"}, "name": "CreateRouterNegativeTests-087cf11f-52a5-4d3e-b7ee-47043eb1729a-pub-router", "admin_state_up": true}}' 2018-08-12 08:16:59,720 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 640 X-Openstack-Request-Id: req-4bd70899-4009-4515-965a-2b44b8712442 Date: Sun, 12 Aug 2018 08:16:59 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ec788992-fa73-45cc-a7d9-6d44542124c2", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "c27650cc17c7425e85650af84ec1c58a", "created_at": "2018-08-12T08:16:58Z", "admin_state_up": true, "updated_at": "2018-08-12T08:16:59Z", "revision_number": 2, "routes": [], "project_id": "c27650cc17c7425e85650af84ec1c58a", "id": "51d0126a-ae38-41e2-9b83-9268ec4cba8b", "name": "CreateRouterNegativeTests-087cf11f-52a5-4d3e-b7ee-47043eb1729a-pub-router"}} 2018-08-12 08:16:59,721 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers used request id req-4bd70899-4009-4515-965a-2b44b8712442 2018-08-12 08:16:59,726 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=51d0126a-ae38-41e2-9b83-9268ec4cba8b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a7010bb9de4d95da4bfd738cc57d291f4ab7ca7" 2018-08-12 08:16:59,757 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-1ecc77d1-0f1d-4138-be4b-fd438d01aeef Date: Sun, 12 Aug 2018 08:16:59 GMT RESP BODY: {"ports":[]} 2018-08-12 08:16:59,757 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=51d0126a-ae38-41e2-9b83-9268ec4cba8b used request id req-1ecc77d1-0f1d-4138-be4b-fd438d01aeef 2018-08-12 08:16:59,762 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateRouterNegativeTests-087cf11f-52a5-4d3e-b7ee-47043eb1729a-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a7010bb9de4d95da4bfd738cc57d291f4ab7ca7" 2018-08-12 08:16:59,950 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-abaab3a8-bdbc-4a81-9690-c28cf2bb9e02 Date: Sun, 12 Aug 2018 08:16:59 GMT RESP BODY: {"networks":[]} 2018-08-12 08:16:59,950 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateRouterNegativeTests-087cf11f-52a5-4d3e-b7ee-47043eb1729a-pub-net1 used request id req-abaab3a8-bdbc-4a81-9690-c28cf2bb9e02 2018-08-12 08:16:59,955 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?name=CreateRouterNegativeTests-087cf11f-52a5-4d3e-b7ee-47043eb1729a-port1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a7010bb9de4d95da4bfd738cc57d291f4ab7ca7" 2018-08-12 08:17:00,176 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-897d60b2-261c-43fa-a2d1-77c5c8652e2e Date: Sun, 12 Aug 2018 08:17:00 GMT RESP BODY: {"ports":[]} 2018-08-12 08:17:00,177 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?name=CreateRouterNegativeTests-087cf11f-52a5-4d3e-b7ee-47043eb1729a-port1&admin_state_up=True used request id req-897d60b2-261c-43fa-a2d1-77c5c8652e2e 2018-08-12 08:17:00,177 - OpenStackNetwork - INFO - Retrieved port CreateRouterNegativeTests-087cf11f-52a5-4d3e-b7ee-47043eb1729a-port1 for router - CreateRouterNegativeTests-087cf11f-52a5-4d3e-b7ee-47043eb1729a-pub-router 2018-08-12 08:17:00,177 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:17:00,178 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:17:00,567 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "46f4980a5fc543e3a2ee3dee36d10922", "name": "CreateRouterNegativeTests-b3875fc0-2d9c-404-proj-role"}], "expires_at": "2018-08-12T09:17:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c27650cc17c7425e85650af84ec1c58a", "name": "CreateRouterNegativeTests-b3875fc0-2d9c-404-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/c27650cc17c7425e85650af84ec1c58a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/c27650cc17c7425e85650af84ec1c58a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/c27650cc17c7425e85650af84ec1c58a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_c27650cc17c7425e85650af84ec1c58a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_c27650cc17c7425e85650af84ec1c58a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/c27650cc17c7425e85650af84ec1c58a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/c27650cc17c7425e85650af84ec1c58a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/c27650cc17c7425e85650af84ec1c58a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/c27650cc17c7425e85650af84ec1c58a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/c27650cc17c7425e85650af84ec1c58a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/c27650cc17c7425e85650af84ec1c58a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/c27650cc17c7425e85650af84ec1c58a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/c27650cc17c7425e85650af84ec1c58a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/c27650cc17c7425e85650af84ec1c58a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterNegativeTests-b3875fc0-2d9c-404-user", "id": "0c4a312bb70646dbbdd830f51240f99d"}, "audit_ids": ["yqBpkZ3-QGq0VcfPfuvByA"], "issued_at": "2018-08-12T08:17:00.000000Z"}} 2018-08-12 08:17:00,568 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}f3bc287abe51ba4993915ea363b8a40371db2498" 2018-08-12 08:17:00,748 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:17:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-32b07f66-23f7-427b-8f7c-3f125632a894 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:17:00,748 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-32b07f66-23f7-427b-8f7c-3f125632a894 2018-08-12 08:17:00,897 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateRouterNegativeTests-087cf11f-52a5-4d3e-b7ee-47043eb1729a-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a7010bb9de4d95da4bfd738cc57d291f4ab7ca7" 2018-08-12 08:17:01,092 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-31b47aa5-d3f1-4645-a27d-e3333b5d9fbd Date: Sun, 12 Aug 2018 08:17:01 GMT RESP BODY: {"networks":[]} 2018-08-12 08:17:01,092 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateRouterNegativeTests-087cf11f-52a5-4d3e-b7ee-47043eb1729a-pub-net1 used request id req-31b47aa5-d3f1-4645-a27d-e3333b5d9fbd 2018-08-12 08:17:01,093 - OpenStackNetwork - INFO - Removing router CreateRouterNegativeTests-087cf11f-52a5-4d3e-b7ee-47043eb1729a-pub-router 2018-08-12 08:17:01,093 - neutron_utils - INFO - Deleting router with name - CreateRouterNegativeTests-087cf11f-52a5-4d3e-b7ee-47043eb1729a-pub-router 2018-08-12 08:17:01,100 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/routers/51d0126a-ae38-41e2-9b83-9268ec4cba8b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a7010bb9de4d95da4bfd738cc57d291f4ab7ca7" 2018-08-12 08:17:02,541 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e7f1c660-1c2d-4c40-ac9f-501a14764ffe Content-Length: 0 Date: Sun, 12 Aug 2018 08:17:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:17:02,541 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/51d0126a-ae38-41e2-9b83-9268ec4cba8b used request id req-e7f1c660-1c2d-4c40-ac9f-501a14764ffe 2018-08-12 08:17:02,542 - neutron_utils - INFO - Deleting subnet with name CreateRouterNegativeTests-087cf11f-52a5-4d3e-b7ee-47043eb1729a-pub-subnet1 2018-08-12 08:17:02,542 - neutron_utils - INFO - Deleting subnet with name CreateRouterNegativeTests-087cf11f-52a5-4d3e-b7ee-47043eb1729a-pub-subnet1 2018-08-12 08:17:02,547 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/eb19a0c6-b3dd-453a-b311-c1eda5bacd56 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a68309cabd97830cf7f7fc89a5a28a9c5d2c42b2" 2018-08-12 08:17:05,110 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e2c97f22-8887-414d-ac94-211cff0c1019 Date: Sun, 12 Aug 2018 08:17:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:17:05,110 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/eb19a0c6-b3dd-453a-b311-c1eda5bacd56 used request id req-e2c97f22-8887-414d-ac94-211cff0c1019 2018-08-12 08:17:05,111 - neutron_utils - INFO - Deleting network with name CreateRouterNegativeTests-087cf11f-52a5-4d3e-b7ee-47043eb1729a-pub-net1 2018-08-12 08:17:05,115 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/c9f8385a-28a3-438a-bf94-a5e6c2203483 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a68309cabd97830cf7f7fc89a5a28a9c5d2c42b2" 2018-08-12 08:17:06,492 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e5ee81d5-cc6c-4f0a-a906-c46281423590 Date: Sun, 12 Aug 2018 08:17:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:17:06,492 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/c9f8385a-28a3-438a-bf94-a5e6c2203483 used request id req-e5ee81d5-cc6c-4f0a-a906-c46281423590 2018-08-12 08:17:06,493 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:17:06,494 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:17:06,494 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:17:06,494 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:17:06,494 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:17:06,500 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4fa2e34c523c4d2f9757a98317a6c30a9aa961c" 2018-08-12 08:17:06,762 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 43135 X-Openstack-Request-Id: req-eb04f50a-3692-4722-9b31-cb9f316de489 Date: Sun, 12 Aug 2018 08:17:06 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "created_at": "2018-08-12T06:59:44Z", "updated_at": "2018-08-12T06:59:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "1d7fd960-7865-4453-aecc-8d399b4fad21", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "66820d8a-b785-4b18-bd67-500221c8e4f9", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "74fc7638-a322-4841-8c47-06d36174a200", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "8eaa09ec-8419-4582-9312-1e527afe6e4b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}], "revision_number": 4, "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "created_at": "2018-08-12T05:12:34Z", "updated_at": "2018-08-12T05:12:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "709513d2-af7d-4d0b-bd3c-604fed75a711", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "aa346066-e46f-44f2-94be-2884aa998a19", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "c15f7b93-e56c-4afa-867d-2acb286d4b7b", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "cb0ef83f-5f70-4a80-ad35-431ca9df551e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}], "revision_number": 4, "project_id": "fa5a7fe6ee54472ba01638877aade8e3", "id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ea65becf30e54b27aa96a449698a435e", "created_at": "2018-08-12T05:10:35Z", "updated_at": "2018-08-12T05:10:35Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "30ad280c-f302-4cd4-a438-5139917b56f9", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "76115c4c-887d-4f0a-83e2-486e4b39c713", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "8ab14937-4c08-4d43-8a9a-662e622cc643", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "ee757a03-5662-4273-9c3e-6212e7afb48f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}], "revision_number": 4, "project_id": "ea65becf30e54b27aa96a449698a435e", "id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "created_at": "2018-08-12T06:20:09Z", "updated_at": "2018-08-12T06:20:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "1123b8f2-75ac-4a26-b9b2-a96da97408e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "2ddd2b93-e080-48cd-9a50-f5fe8a82ad0c", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "cd1bae62-0aea-4438-b4c3-50a69ae6f855", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "e398e01e-ceea-46d1-9534-b929808c4a5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}], "revision_number": 4, "project_id": "ff7abd7bb61f4f2889831e932d65dc2e", "id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "created_at": "2018-08-12T05:34:57Z", "updated_at": "2018-08-12T05:34:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "208a1c1e-f5f8-49c7-9a25-d07e68b1541f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "27bfd867-e607-4bf8-9de8-60682d3f771d", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "49360e1f-6fd3-4f35-b339-24cea95773ee", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "60f631a9-d305-4920-9631-d0543e2ac64f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}], "revision_number": 4, "project_id": "3a85ceae958d4d9fba68847e7df67db8", "id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "created_at": "2018-08-12T05:34:40Z", "updated_at": "2018-08-12T05:34:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "2192c259-363e-4768-ae73-e75837ad63b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "3f87ddc5-f84d-41dc-8215-847724782569", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "7d89f6da-ea78-49dd-9115-f9ad23b250bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "9ec4497d-0f65-44db-9be9-7b3042e4a584", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}], "revision_number": 4, "project_id": "85517fcf1c6247e699fdcdd42ecc8c79", "id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "created_at": "2018-08-12T05:16:02Z", "updated_at": "2018-08-12T05:16:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "1ecacd8c-c1c7-4a66-9871-406a69323b43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "3cc1750c-e0e7-4902-b6f3-494a161b832e", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "d719a7a4-8c99-44ed-8c12-6bf071890203", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "fe7421b5-d577-41da-8c78-62f3c07eda92", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}], "revision_number": 4, "project_id": "a267b9a156244bb192691cff6e5f74fe", "id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "315a428116f24d9fbb826b37080a918e", "created_at": "2018-08-12T05:11:31Z", "updated_at": "2018-08-12T05:11:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "5e52886a-1dc3-4a81-a55d-f388dc4fd1a1", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "678e32e4-d64c-448a-a4ab-e253ab94ae90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "a8da1539-e3ad-4f90-b2df-3dc1f09d228a", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "b73d5cc9-0205-4658-bb1f-61a042c0ab8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}], "revision_number": 4, "project_id": "315a428116f24d9fbb826b37080a918e", "id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-12T05:08:01Z", "updated_at": "2018-08-12T05:08:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:01Z", "revision_number": 0, "id": "0fb05d03-1117-45d0-930c-b6d4c96ef102", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "4faaab33-5788-4bbd-85b8-0fb44d41413a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "96d0c5a0-5c67-421b-8fc8-2b46d77e5db3", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "dd78519b-4bc5-4e8e-ad0f-58089dd69347", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "11a46741b7954b959fd7764109c047b6", "created_at": "2018-08-12T05:34:51Z", "updated_at": "2018-08-12T05:34:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "0b67bf3c-2289-43bb-ab6c-7d25ec32a279", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "51f3f833-337a-42bd-a8d5-742ea8d6c226", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "571fd0b5-ef90-408d-af33-aafb517b8993", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "944ba823-fb9c-496e-a66e-bb426bb14a8d", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}], "revision_number": 4, "project_id": "11a46741b7954b959fd7764109c047b6", "id": "90af9782-8112-4257-801d-ee5115d226ba", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "created_at": "2018-08-12T05:34:26Z", "updated_at": "2018-08-12T05:34:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "2ee1f63a-807c-4d6a-85ee-dd784f6b8c3f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5dec3ec2-2add-47dd-8618-90659dcf3885", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5ea0dc3e-49d0-43f0-94e9-f6443527d14c", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "fbfaca22-7e3e-4128-8973-43e439b77c28", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}], "revision_number": 4, "project_id": "3c01cd58055c44ecaef39f7e625c2258", "id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "521007c1818145639e93ceb270559219", "created_at": "2018-08-12T05:13:27Z", "updated_at": "2018-08-12T05:13:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "5e7fede5-b0f2-47d8-95c3-516cdfc7f9de", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "8fd0e36f-c6c4-4f64-ba97-40439e614448", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "db7d79de-1dfc-4138-945f-91e74cdc266b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "e87f2cff-ff3e-4b6d-aaf0-7f0eb0ab9f05", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}], "revision_number": 4, "project_id": "521007c1818145639e93ceb270559219", "id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "created_at": "2018-08-12T05:08:18Z", "updated_at": "2018-08-12T05:08:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "3c67be40-bf74-4f97-9693-d93ce73a23b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "6112d869-2fc6-4a25-a13c-3d55cd7206c0", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "bdf21c56-453e-482e-9cba-3c55abcb0339", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "c8e92c39-38cc-4f48-be9c-5f0912e6a725", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}], "revision_number": 4, "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "created_at": "2018-08-12T05:04:23Z", "updated_at": "2018-08-12T05:04:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "280546d9-8ad1-4283-abfc-15ee9b1736c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "58bce125-f2ca-4a6d-b9ca-4e6cf5c0f7a5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "69275b9a-cfb5-482c-a9c4-8ffc79adf2c7", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "6d747f3a-3764-469a-a645-f977585c5aac", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}], "revision_number": 4, "project_id": "310f5853751a4c968f3eeb0a3d99a0a8", "id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "created_at": "2018-08-12T05:34:42Z", "updated_at": "2018-08-12T05:34:42Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "199582e8-25aa-457a-aa7c-6d8413ca4464", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "234f3609-4454-448f-919d-c8143c7cd764", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "c1061460-71a2-49a9-a04b-9fa33eeb17ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "d21ac532-51d8-4d6b-8300-7bac216759bf", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}], "revision_number": 4, "project_id": "9f6c1a272706419c9a74b0893b2890e8", "id": "d6739716-c693-460c-89c6-e7c8c48f8245", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "created_at": "2018-08-12T05:34:54Z", "updated_at": "2018-08-12T05:34:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "0633a05a-ee7d-4476-a56b-75d011b22f77", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "6cc1b9f8-73db-47a3-a0e0-3c96c43f34da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "90d99a6b-e94f-4fd8-a10c-f19dd8954c13", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "e843c139-af2a-4d2c-a24f-59f7b10ff72e", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}], "revision_number": 4, "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "created_at": "2018-08-12T05:09:07Z", "updated_at": "2018-08-12T05:09:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "5495e168-f505-4d74-ae6d-387f0bf533c2", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "6fd19b8b-3062-456e-81ba-3ff37fe43429", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8ca59d25-485c-46ce-939c-2e4a468caeac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8f190846-50a0-42b9-b571-390809b752b1", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}], "revision_number": 4, "project_id": "fa9ca6d7608b4d7d87ce97331679a481", "id": "edcd9b17-9416-4c25-823c-060c435e18d7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "created_at": "2018-08-12T05:34:52Z", "updated_at": "2018-08-12T05:34:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "2c7e484e-6ec5-4a95-8c9c-66d294c0c27e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "70c74258-3c2c-4efc-87e0-079c26ee3417", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "b70382fa-082e-4c2b-abc8-87490fa50b11", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "c3628e02-b4b6-42c9-8751-c1a2d3c19caa", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}], "revision_number": 4, "project_id": "87db863ba6e348b0a5ddcb67053db9d1", "id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "name": "default"}]} 2018-08-12 08:17:06,763 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-eb04f50a-3692-4722-9b31-cb9f316de489 2018-08-12 08:17:06,771 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4fa2e34c523c4d2f9757a98317a6c30a9aa961c" 2018-08-12 08:17:06,872 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:17:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9838a4ed-0641-4c5f-b48c-7961223df009 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 5fe28c13d4d74ba2be8d019ac1ea6363.", "code": 404, "title": "Not Found"}} 2018-08-12 08:17:06,872 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 used request id req-9838a4ed-0641-4c5f-b48c-7961223df009 2018-08-12 08:17:06,872 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:17:06,876 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4fa2e34c523c4d2f9757a98317a6c30a9aa961c" 2018-08-12 08:17:06,960 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:17:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0ee9f7c9-8793-48bf-a2b9-0a646298002e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa5a7fe6ee54472ba01638877aade8e3.", "code": 404, "title": "Not Found"}} 2018-08-12 08:17:06,960 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 used request id req-0ee9f7c9-8793-48bf-a2b9-0a646298002e 2018-08-12 08:17:06,961 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:17:06,964 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4fa2e34c523c4d2f9757a98317a6c30a9aa961c" 2018-08-12 08:17:07,058 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:17:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1b9544a5-7bed-4452-b6e4-18eb196bd26b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ea65becf30e54b27aa96a449698a435e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:17:07,058 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e used request id req-1b9544a5-7bed-4452-b6e4-18eb196bd26b 2018-08-12 08:17:07,058 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:17:07,062 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4fa2e34c523c4d2f9757a98317a6c30a9aa961c" 2018-08-12 08:17:07,159 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:17:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4be4db9a-4030-4816-be33-fb1ec68f8809 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ff7abd7bb61f4f2889831e932d65dc2e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:17:07,159 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e used request id req-4be4db9a-4030-4816-be33-fb1ec68f8809 2018-08-12 08:17:07,159 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:17:07,163 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4fa2e34c523c4d2f9757a98317a6c30a9aa961c" 2018-08-12 08:17:07,247 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:17:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8c344170-7b8a-4a45-b8d4-718b3c89ade7 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3a85ceae958d4d9fba68847e7df67db8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:17:07,247 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 used request id req-8c344170-7b8a-4a45-b8d4-718b3c89ade7 2018-08-12 08:17:07,248 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:17:07,251 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4fa2e34c523c4d2f9757a98317a6c30a9aa961c" 2018-08-12 08:17:07,343 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:17:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b2b1d401-ba30-4531-9b64-bc13c8294b42 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 85517fcf1c6247e699fdcdd42ecc8c79.", "code": 404, "title": "Not Found"}} 2018-08-12 08:17:07,343 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 used request id req-b2b1d401-ba30-4531-9b64-bc13c8294b42 2018-08-12 08:17:07,344 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:17:07,347 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4fa2e34c523c4d2f9757a98317a6c30a9aa961c" 2018-08-12 08:17:07,439 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:17:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b8c6f162-6305-4200-adc6-3a14236e728a Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}} 2018-08-12 08:17:07,439 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe used request id req-b8c6f162-6305-4200-adc6-3a14236e728a 2018-08-12 08:17:07,443 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4fa2e34c523c4d2f9757a98317a6c30a9aa961c" 2018-08-12 08:17:07,529 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:17:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-86ce576f-dfa8-4655-9b9d-e07cce71e6fb Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 315a428116f24d9fbb826b37080a918e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:17:07,529 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e used request id req-86ce576f-dfa8-4655-9b9d-e07cce71e6fb 2018-08-12 08:17:07,529 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:17:07,533 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4fa2e34c523c4d2f9757a98317a6c30a9aa961c" 2018-08-12 08:17:07,624 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:17:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3a5edd77-ab12-466b-8771-30c23bdb3f54 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 11a46741b7954b959fd7764109c047b6.", "code": 404, "title": "Not Found"}} 2018-08-12 08:17:07,624 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 used request id req-3a5edd77-ab12-466b-8771-30c23bdb3f54 2018-08-12 08:17:07,625 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:17:07,628 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4fa2e34c523c4d2f9757a98317a6c30a9aa961c" 2018-08-12 08:17:07,718 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:17:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a13f5924-be61-45f2-8fb7-9c091a288917 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3c01cd58055c44ecaef39f7e625c2258.", "code": 404, "title": "Not Found"}} 2018-08-12 08:17:07,718 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 used request id req-a13f5924-be61-45f2-8fb7-9c091a288917 2018-08-12 08:17:07,719 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:17:07,722 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4fa2e34c523c4d2f9757a98317a6c30a9aa961c" 2018-08-12 08:17:07,806 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:17:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fc0e5c10-94a5-4331-a951-0d7c696496a0 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 521007c1818145639e93ceb270559219.", "code": 404, "title": "Not Found"}} 2018-08-12 08:17:07,806 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 used request id req-fc0e5c10-94a5-4331-a951-0d7c696496a0 2018-08-12 08:17:07,806 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:17:07,810 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4fa2e34c523c4d2f9757a98317a6c30a9aa961c" 2018-08-12 08:17:07,900 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:17:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c95d3c08-a272-4562-b931-f60c7090ed28 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e18fcc7fc10a4fd0b20234f8520d0aab.", "code": 404, "title": "Not Found"}} 2018-08-12 08:17:07,901 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab used request id req-c95d3c08-a272-4562-b931-f60c7090ed28 2018-08-12 08:17:07,901 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:17:07,904 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4fa2e34c523c4d2f9757a98317a6c30a9aa961c" 2018-08-12 08:17:08,000 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:17:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-70e38a55-0cbb-4d5c-bbeb-fe7b49df34d2 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "310f5853751a4c968f3eeb0a3d99a0a8", "name": "service"}} 2018-08-12 08:17:08,000 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 used request id req-70e38a55-0cbb-4d5c-bbeb-fe7b49df34d2 2018-08-12 08:17:08,004 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4fa2e34c523c4d2f9757a98317a6c30a9aa961c" 2018-08-12 08:17:08,088 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:17:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-70382324-a706-4644-b357-4baae3a93377 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9f6c1a272706419c9a74b0893b2890e8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:17:08,088 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 used request id req-70382324-a706-4644-b357-4baae3a93377 2018-08-12 08:17:08,088 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:17:08,092 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/34cb7327fcfc4b52a63b4b8c0ea4a54d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4fa2e34c523c4d2f9757a98317a6c30a9aa961c" 2018-08-12 08:17:08,206 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:17:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-92d9da3c-9046-41f8-8aa7-dc372275cd5f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 34cb7327fcfc4b52a63b4b8c0ea4a54d.", "code": 404, "title": "Not Found"}} 2018-08-12 08:17:08,206 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/34cb7327fcfc4b52a63b4b8c0ea4a54d used request id req-92d9da3c-9046-41f8-8aa7-dc372275cd5f 2018-08-12 08:17:08,207 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:17:08,210 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa9ca6d7608b4d7d87ce97331679a481 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4fa2e34c523c4d2f9757a98317a6c30a9aa961c" 2018-08-12 08:17:08,300 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:17:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c12ebfc2-bd93-4eec-95cc-5502b9f25bea Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa9ca6d7608b4d7d87ce97331679a481.", "code": 404, "title": "Not Found"}} 2018-08-12 08:17:08,300 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa9ca6d7608b4d7d87ce97331679a481 used request id req-c12ebfc2-bd93-4eec-95cc-5502b9f25bea 2018-08-12 08:17:08,300 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:17:08,304 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/87db863ba6e348b0a5ddcb67053db9d1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4fa2e34c523c4d2f9757a98317a6c30a9aa961c" 2018-08-12 08:17:08,386 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:17:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-652e1808-1311-4118-a8e8-bf4647ecb87d Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87db863ba6e348b0a5ddcb67053db9d1.", "code": 404, "title": "Not Found"}} 2018-08-12 08:17:08,386 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/87db863ba6e348b0a5ddcb67053db9d1 used request id req-652e1808-1311-4118-a8e8-bf4647ecb87d 2018-08-12 08:17:08,387 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:17:08,388 - keystone_utils - INFO - Deleting project with name - CreateRouterNegativeTests-b3875fc0-2d9c-404-proj 2018-08-12 08:17:08,391 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/c27650cc17c7425e85650af84ec1c58a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4fa2e34c523c4d2f9757a98317a6c30a9aa961c" 2018-08-12 08:17:08,629 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:17:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bb641776-4048-47a1-97c9-2371e106b8de 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 08:17:08,630 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/c27650cc17c7425e85650af84ec1c58a used request id req-bb641776-4048-47a1-97c9-2371e106b8de 2018-08-12 08:17:08,630 - keystone_utils - INFO - Deleting role with name - CreateRouterNegativeTests-b3875fc0-2d9c-404-proj-role 2018-08-12 08:17:08,633 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/46f4980a5fc543e3a2ee3dee36d10922 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4fa2e34c523c4d2f9757a98317a6c30a9aa961c" 2018-08-12 08:17:08,749 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:17:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ff4eaa36-07dd-4e24-afc1-cbc64b6c6b75 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 08:17:08,750 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/46f4980a5fc543e3a2ee3dee36d10922 used request id req-ff4eaa36-07dd-4e24-afc1-cbc64b6c6b75 2018-08-12 08:17:08,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4fa2e34c523c4d2f9757a98317a6c30a9aa961c" 2018-08-12 08:17:08,839 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:17:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-872dde68-cbdc-4726-9ad1-8b0d7705fd75 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:17:08,840 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-872dde68-cbdc-4726-9ad1-8b0d7705fd75 2018-08-12 08:17:08,840 - keystone_utils - INFO - Deleting user with name - CreateRouterNegativeTests-b3875fc0-2d9c-404-user 2018-08-12 08:17:08,844 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/0c4a312bb70646dbbdd830f51240f99d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1971e97d34b2fbccfe4d8834a37e88b1173d689" 2018-08-12 08:17:09,039 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:17:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-02fb3824-148f-4640-930b-9602cc058c8c 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 08:17:09,040 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/0c4a312bb70646dbbdd830f51240f99d used request id req-02fb3824-148f-4640-930b-9602cc058c8c 2018-08-12 08:17:09,041 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:17:09,463 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:17:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["iaw5NkDvR7ubdwQLP675jw"], "issued_at": "2018-08-12T08:17:09.000000Z"}} 2018-08-12 08:17:09,464 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}13d822f1223bc2039825e1b2715e495334279fe5" 2018-08-12 08:17:09,546 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:17:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3b881d07-f1ec-4238-a6e9-de864e97e547 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:17:09,546 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-3b881d07-f1ec-4238-a6e9-de864e97e547 2018-08-12 08:17:09,548 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:17:09,548 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:17:09,948 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:17:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["7wmYLESLRLOtlgp6kolq2g"], "issued_at": "2018-08-12T08:17:09.000000Z"}} 2018-08-12 08:17:09,948 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}4cd8a5a0dcfbb26c20a7ef8dc334d686b00bf583" 2018-08-12 08:17:10,035 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:17:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-52ceb068-def9-4495-ae59-77ae24041ec0 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:17:10,036 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-52ceb068-def9-4495-ae59-77ae24041ec0 2018-08-12 08:17:10,039 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:17:10,044 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:17:10 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:17:10,045 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterNegativeTests-b92b06aa-df52-4de-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cd8a5a0dcfbb26c20a7ef8dc334d686b00bf583" 2018-08-12 08:17:10,135 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:17:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8527ff47-bf75-4c2d-a5d8-3970a3b8be26 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterNegativeTests-b92b06aa-df52-4de-proj", "previous": null, "next": null}, "projects": []} 2018-08-12 08:17:10,135 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterNegativeTests-b92b06aa-df52-4de-proj used request id req-8527ff47-bf75-4c2d-a5d8-3970a3b8be26 2018-08-12 08:17:10,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cd8a5a0dcfbb26c20a7ef8dc334d686b00bf583" 2018-08-12 08:17:10,233 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:17:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-da248c58-bfc7-4337-bc11-190e0bccf161 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:17:10,234 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-da248c58-bfc7-4337-bc11-190e0bccf161 2018-08-12 08:17:10,237 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cd8a5a0dcfbb26c20a7ef8dc334d686b00bf583" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterNegativeTests-b92b06aa-df52-4de-proj"}}' 2018-08-12 08:17:10,373 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:17:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bb394787-14c2-4d5c-95f0-90af111e174b Content-Length: 322 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/d73d2ced2cd946d28e8bb95dfc338c39"}, "tags": [], "enabled": true, "id": "d73d2ced2cd946d28e8bb95dfc338c39", "parent_id": "default", "domain_id": "default", "name": "CreateRouterNegativeTests-b92b06aa-df52-4de-proj"}} 2018-08-12 08:17:10,373 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-bb394787-14c2-4d5c-95f0-90af111e174b 2018-08-12 08:17:10,373 - keystone_utils - INFO - Created project with name - CreateRouterNegativeTests-b92b06aa-df52-4de-proj 2018-08-12 08:17:10,374 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:17:10,375 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:17:10,772 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:17:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["ixU-YbN_TPSNz4ckYgkaDw"], "issued_at": "2018-08-12T08:17:10.000000Z"}} 2018-08-12 08:17:10,773 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}e201567d7f92185f0f9b0180202eaa815bcbd6b6" 2018-08-12 08:17:10,860 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:17:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9bf0f1df-7383-4f1b-b8e2-a5294a29fa35 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:17:10,860 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-9bf0f1df-7383-4f1b-b8e2-a5294a29fa35 2018-08-12 08:17:10,864 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:17:10,869 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:17:10 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:17:10,870 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e201567d7f92185f0f9b0180202eaa815bcbd6b6" 2018-08-12 08:17:10,982 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:17:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0429a3f4-0cde-43d4-a7f1-22515c846a9c Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/105a247548624314b9228f85f6325f0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105a247548624314b9228f85f6325f0b", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/1c5de0eaa44543f08da6ad63a51594ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c5de0eaa44543f08da6ad63a51594ff", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/1d127b5b832547a88a547c116dfdd65b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d127b5b832547a88a547c116dfdd65b", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/1d5cfc170d624ce4ae53ae0507c8d517"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d5cfc170d624ce4ae53ae0507c8d517", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/2421820b75eb4d3ebd02830378d1377b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2421820b75eb4d3ebd02830378d1377b", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/40bd8ee54ecf44868cc83cede652c396"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40bd8ee54ecf44868cc83cede652c396", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/4f32fb8153854c4c9f5094b42b523f80"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f32fb8153854c4c9f5094b42b523f80", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7066130d08fb4db7bf4ab468de53933b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7066130d08fb4db7bf4ab468de53933b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/8d0898a83bcf4521bbc11501d5d7ac89"}, "domain_id": "1eec97585bde483292ece28ee11f4b8d", "enabled": true, "options": {}, "id": "8d0898a83bcf4521bbc11501d5d7ac89", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/9defcced327d476f8a3beab718a13da3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9defcced327d476f8a3beab718a13da3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/b80ee4f6992446e0879624dd436e99a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b80ee4f6992446e0879624dd436e99a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b86fd3e011324d398fcdb6f095a20a9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b86fd3e011324d398fcdb6f095a20a9d", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1701d2754064b5cadf765ea0806f9b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1701d2754064b5cadf765ea0806f9b2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/db4e7b8d76d549faa502716565c733dd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db4e7b8d76d549faa502716565c733dd", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-12 08:17:10,982 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-0429a3f4-0cde-43d4-a7f1-22515c846a9c 2018-08-12 08:17:10,986 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateRouterNegativeTests-b92b06aa-df52-4de-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e201567d7f92185f0f9b0180202eaa815bcbd6b6" 2018-08-12 08:17:11,076 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:17:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ace76595-d7b4-456c-a026-0013ebbdd94d Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateRouterNegativeTests-b92b06aa-df52-4de-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/d73d2ced2cd946d28e8bb95dfc338c39"}, "tags": [], "enabled": true, "id": "d73d2ced2cd946d28e8bb95dfc338c39", "parent_id": "default", "domain_id": "default", "name": "CreateRouterNegativeTests-b92b06aa-df52-4de-proj"}]} 2018-08-12 08:17:11,076 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateRouterNegativeTests-b92b06aa-df52-4de-proj used request id req-ace76595-d7b4-456c-a026-0013ebbdd94d 2018-08-12 08:17:11,079 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e201567d7f92185f0f9b0180202eaa815bcbd6b6" 2018-08-12 08:17:11,170 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:17:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a8c87426-b0a0-4810-a9b2-b1403c497944 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:17:11,170 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-a8c87426-b0a0-4810-a9b2-b1403c497944 2018-08-12 08:17:11,553 - keystone_utils - INFO - Created user with name - CreateRouterNegativeTests-b92b06aa-df52-4de-user 2018-08-12 08:17:11,553 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:17:11,557 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cd8a5a0dcfbb26c20a7ef8dc334d686b00bf583" 2018-08-12 08:17:11,647 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:17:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-92be01bc-b9bd-4f9b-8636-d929162f4e8f Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:17:11,647 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-92be01bc-b9bd-4f9b-8636-d929162f4e8f 2018-08-12 08:17:11,651 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cd8a5a0dcfbb26c20a7ef8dc334d686b00bf583" -d '{"role": {"name": "CreateRouterNegativeTests-b92b06aa-df52-4de-proj-role"}}' 2018-08-12 08:17:11,780 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:17:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-03c4dc83-b9a1-49ec-88ed-44c916cef05d Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "36dc1e5bc77b42668e463fec32fe93ca", "links": {"self": "http://172.30.9.21:5000/v3/roles/36dc1e5bc77b42668e463fec32fe93ca"}, "name": "CreateRouterNegativeTests-b92b06aa-df52-4de-proj-role"}} 2018-08-12 08:17:11,780 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-03c4dc83-b9a1-49ec-88ed-44c916cef05d 2018-08-12 08:17:11,780 - keystone_utils - INFO - Created role with name - CreateRouterNegativeTests-b92b06aa-df52-4de-proj-role 2018-08-12 08:17:11,784 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/36dc1e5bc77b42668e463fec32fe93ca -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cd8a5a0dcfbb26c20a7ef8dc334d686b00bf583" 2018-08-12 08:17:11,875 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:17:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7e04022a-7403-47f9-8a9b-b97c0bd769a2 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "36dc1e5bc77b42668e463fec32fe93ca", "links": {"self": "http://172.30.9.21:5000/v3/roles/36dc1e5bc77b42668e463fec32fe93ca"}, "name": "CreateRouterNegativeTests-b92b06aa-df52-4de-proj-role"}} 2018-08-12 08:17:11,876 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/36dc1e5bc77b42668e463fec32fe93ca used request id req-7e04022a-7403-47f9-8a9b-b97c0bd769a2 2018-08-12 08:17:11,876 - keystone_utils - INFO - Granting role CreateRouterNegativeTests-b92b06aa-df52-4de-proj-role to project CreateRouterNegativeTests-b92b06aa-df52-4de-proj 2018-08-12 08:17:11,879 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/d73d2ced2cd946d28e8bb95dfc338c39/users/6e4eb60b43fb4b828fa35934e0430f00/roles/36dc1e5bc77b42668e463fec32fe93ca -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cd8a5a0dcfbb26c20a7ef8dc334d686b00bf583" 2018-08-12 08:17:12,016 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:17:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3370c5a5-3cf5-4155-b42b-086f939e58ad 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 08:17:12,016 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/d73d2ced2cd946d28e8bb95dfc338c39/users/6e4eb60b43fb4b828fa35934e0430f00/roles/36dc1e5bc77b42668e463fec32fe93ca used request id req-3370c5a5-3cf5-4155-b42b-086f939e58ad 2018-08-12 08:17:12,017 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:17:12,018 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:17:12,408 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "36dc1e5bc77b42668e463fec32fe93ca", "name": "CreateRouterNegativeTests-b92b06aa-df52-4de-proj-role"}], "expires_at": "2018-08-12T09:17:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d73d2ced2cd946d28e8bb95dfc338c39", "name": "CreateRouterNegativeTests-b92b06aa-df52-4de-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/d73d2ced2cd946d28e8bb95dfc338c39", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/d73d2ced2cd946d28e8bb95dfc338c39", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/d73d2ced2cd946d28e8bb95dfc338c39", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_d73d2ced2cd946d28e8bb95dfc338c39", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_d73d2ced2cd946d28e8bb95dfc338c39", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/d73d2ced2cd946d28e8bb95dfc338c39", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/d73d2ced2cd946d28e8bb95dfc338c39", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/d73d2ced2cd946d28e8bb95dfc338c39", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/d73d2ced2cd946d28e8bb95dfc338c39", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/d73d2ced2cd946d28e8bb95dfc338c39", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/d73d2ced2cd946d28e8bb95dfc338c39", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/d73d2ced2cd946d28e8bb95dfc338c39", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/d73d2ced2cd946d28e8bb95dfc338c39", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/d73d2ced2cd946d28e8bb95dfc338c39", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterNegativeTests-b92b06aa-df52-4de-user", "id": "6e4eb60b43fb4b828fa35934e0430f00"}, "audit_ids": ["4v-uVfxfRqapjf0d6hDKfg"], "issued_at": "2018-08-12T08:17:12.000000Z"}} 2018-08-12 08:17:12,409 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}598bb21303cdb6cbe3e99bd9d5d872054a50ee55" 2018-08-12 08:17:12,496 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:17:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3969ba91-e470-4eb0-9da3-2962252b04c4 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:17:12,496 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-3969ba91-e470-4eb0-9da3-2962252b04c4 2018-08-12 08:17:12,497 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:17:12,498 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:17:12,498 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:17:12,498 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:17:12,498 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:17:12,505 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=CreateRouterNegativeTests-e0ce7c76-787a-4f10-b341-39423f5762eb-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}598bb21303cdb6cbe3e99bd9d5d872054a50ee55" 2018-08-12 08:17:12,716 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-93c2dddf-1079-4fbb-8089-04a03eadc197 Date: Sun, 12 Aug 2018 08:17:12 GMT RESP BODY: {"routers": []} 2018-08-12 08:17:12,717 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=CreateRouterNegativeTests-e0ce7c76-787a-4f10-b341-39423f5762eb-pub-router&admin_state_up=True used request id req-93c2dddf-1079-4fbb-8089-04a03eadc197 2018-08-12 08:17:12,717 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:17:12,718 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:17:13,117 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "36dc1e5bc77b42668e463fec32fe93ca", "name": "CreateRouterNegativeTests-b92b06aa-df52-4de-proj-role"}], "expires_at": "2018-08-12T09:17:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d73d2ced2cd946d28e8bb95dfc338c39", "name": "CreateRouterNegativeTests-b92b06aa-df52-4de-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/d73d2ced2cd946d28e8bb95dfc338c39", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/d73d2ced2cd946d28e8bb95dfc338c39", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/d73d2ced2cd946d28e8bb95dfc338c39", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_d73d2ced2cd946d28e8bb95dfc338c39", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_d73d2ced2cd946d28e8bb95dfc338c39", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/d73d2ced2cd946d28e8bb95dfc338c39", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/d73d2ced2cd946d28e8bb95dfc338c39", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/d73d2ced2cd946d28e8bb95dfc338c39", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/d73d2ced2cd946d28e8bb95dfc338c39", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/d73d2ced2cd946d28e8bb95dfc338c39", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/d73d2ced2cd946d28e8bb95dfc338c39", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/d73d2ced2cd946d28e8bb95dfc338c39", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/d73d2ced2cd946d28e8bb95dfc338c39", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/d73d2ced2cd946d28e8bb95dfc338c39", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterNegativeTests-b92b06aa-df52-4de-user", "id": "6e4eb60b43fb4b828fa35934e0430f00"}, "audit_ids": ["Wja5QsayRRKbz2Mz-IbzTw"], "issued_at": "2018-08-12T08:17:13.000000Z"}} 2018-08-12 08:17:13,118 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}301d8f1168b0e266585030a3fff71d5db2450ea5" 2018-08-12 08:17:13,200 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:17:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e9127c26-36da-4ec3-a070-3fd6d724c5e6 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:17:13,201 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-e9127c26-36da-4ec3-a070-3fd6d724c5e6 2018-08-12 08:17:13,206 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=Invalid_name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}598bb21303cdb6cbe3e99bd9d5d872054a50ee55" 2018-08-12 08:17:13,411 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-e32ea2dc-c3d0-456c-a957-af1c35a63793 Date: Sun, 12 Aug 2018 08:17:13 GMT RESP BODY: {"networks":[]} 2018-08-12 08:17:13,411 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=Invalid_name used request id req-e32ea2dc-c3d0-456c-a957-af1c35a63793 2018-08-12 08:17:13,413 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:17:13,413 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:17:13,413 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:17:13,413 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:17:13,413 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:17:13,420 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cd8a5a0dcfbb26c20a7ef8dc334d686b00bf583" 2018-08-12 08:17:13,682 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 43135 X-Openstack-Request-Id: req-39ec6929-48ed-4d49-91ab-2b9ea5123b56 Date: Sun, 12 Aug 2018 08:17:13 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "created_at": "2018-08-12T06:59:44Z", "updated_at": "2018-08-12T06:59:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "1d7fd960-7865-4453-aecc-8d399b4fad21", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "66820d8a-b785-4b18-bd67-500221c8e4f9", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "74fc7638-a322-4841-8c47-06d36174a200", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "8eaa09ec-8419-4582-9312-1e527afe6e4b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}], "revision_number": 4, "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "created_at": "2018-08-12T05:12:34Z", "updated_at": "2018-08-12T05:12:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "709513d2-af7d-4d0b-bd3c-604fed75a711", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "aa346066-e46f-44f2-94be-2884aa998a19", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "c15f7b93-e56c-4afa-867d-2acb286d4b7b", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "cb0ef83f-5f70-4a80-ad35-431ca9df551e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}], "revision_number": 4, "project_id": "fa5a7fe6ee54472ba01638877aade8e3", "id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ea65becf30e54b27aa96a449698a435e", "created_at": "2018-08-12T05:10:35Z", "updated_at": "2018-08-12T05:10:35Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "30ad280c-f302-4cd4-a438-5139917b56f9", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "76115c4c-887d-4f0a-83e2-486e4b39c713", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "8ab14937-4c08-4d43-8a9a-662e622cc643", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "ee757a03-5662-4273-9c3e-6212e7afb48f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}], "revision_number": 4, "project_id": "ea65becf30e54b27aa96a449698a435e", "id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "created_at": "2018-08-12T06:20:09Z", "updated_at": "2018-08-12T06:20:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "1123b8f2-75ac-4a26-b9b2-a96da97408e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "2ddd2b93-e080-48cd-9a50-f5fe8a82ad0c", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "cd1bae62-0aea-4438-b4c3-50a69ae6f855", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "e398e01e-ceea-46d1-9534-b929808c4a5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}], "revision_number": 4, "project_id": "ff7abd7bb61f4f2889831e932d65dc2e", "id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "created_at": "2018-08-12T05:34:57Z", "updated_at": "2018-08-12T05:34:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "208a1c1e-f5f8-49c7-9a25-d07e68b1541f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "27bfd867-e607-4bf8-9de8-60682d3f771d", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "49360e1f-6fd3-4f35-b339-24cea95773ee", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "60f631a9-d305-4920-9631-d0543e2ac64f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}], "revision_number": 4, "project_id": "3a85ceae958d4d9fba68847e7df67db8", "id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "created_at": "2018-08-12T05:34:40Z", "updated_at": "2018-08-12T05:34:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "2192c259-363e-4768-ae73-e75837ad63b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "3f87ddc5-f84d-41dc-8215-847724782569", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "7d89f6da-ea78-49dd-9115-f9ad23b250bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "9ec4497d-0f65-44db-9be9-7b3042e4a584", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}], "revision_number": 4, "project_id": "85517fcf1c6247e699fdcdd42ecc8c79", "id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "created_at": "2018-08-12T05:16:02Z", "updated_at": "2018-08-12T05:16:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "1ecacd8c-c1c7-4a66-9871-406a69323b43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "3cc1750c-e0e7-4902-b6f3-494a161b832e", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "d719a7a4-8c99-44ed-8c12-6bf071890203", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "fe7421b5-d577-41da-8c78-62f3c07eda92", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}], "revision_number": 4, "project_id": "a267b9a156244bb192691cff6e5f74fe", "id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "315a428116f24d9fbb826b37080a918e", "created_at": "2018-08-12T05:11:31Z", "updated_at": "2018-08-12T05:11:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "5e52886a-1dc3-4a81-a55d-f388dc4fd1a1", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "678e32e4-d64c-448a-a4ab-e253ab94ae90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "a8da1539-e3ad-4f90-b2df-3dc1f09d228a", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "b73d5cc9-0205-4658-bb1f-61a042c0ab8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}], "revision_number": 4, "project_id": "315a428116f24d9fbb826b37080a918e", "id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-12T05:08:01Z", "updated_at": "2018-08-12T05:08:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:01Z", "revision_number": 0, "id": "0fb05d03-1117-45d0-930c-b6d4c96ef102", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "4faaab33-5788-4bbd-85b8-0fb44d41413a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "96d0c5a0-5c67-421b-8fc8-2b46d77e5db3", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "dd78519b-4bc5-4e8e-ad0f-58089dd69347", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "11a46741b7954b959fd7764109c047b6", "created_at": "2018-08-12T05:34:51Z", "updated_at": "2018-08-12T05:34:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "0b67bf3c-2289-43bb-ab6c-7d25ec32a279", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "51f3f833-337a-42bd-a8d5-742ea8d6c226", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "571fd0b5-ef90-408d-af33-aafb517b8993", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "944ba823-fb9c-496e-a66e-bb426bb14a8d", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}], "revision_number": 4, "project_id": "11a46741b7954b959fd7764109c047b6", "id": "90af9782-8112-4257-801d-ee5115d226ba", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "created_at": "2018-08-12T05:34:26Z", "updated_at": "2018-08-12T05:34:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "2ee1f63a-807c-4d6a-85ee-dd784f6b8c3f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5dec3ec2-2add-47dd-8618-90659dcf3885", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5ea0dc3e-49d0-43f0-94e9-f6443527d14c", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "fbfaca22-7e3e-4128-8973-43e439b77c28", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}], "revision_number": 4, "project_id": "3c01cd58055c44ecaef39f7e625c2258", "id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "521007c1818145639e93ceb270559219", "created_at": "2018-08-12T05:13:27Z", "updated_at": "2018-08-12T05:13:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "5e7fede5-b0f2-47d8-95c3-516cdfc7f9de", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "8fd0e36f-c6c4-4f64-ba97-40439e614448", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "db7d79de-1dfc-4138-945f-91e74cdc266b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "e87f2cff-ff3e-4b6d-aaf0-7f0eb0ab9f05", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}], "revision_number": 4, "project_id": "521007c1818145639e93ceb270559219", "id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "created_at": "2018-08-12T05:08:18Z", "updated_at": "2018-08-12T05:08:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "3c67be40-bf74-4f97-9693-d93ce73a23b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "6112d869-2fc6-4a25-a13c-3d55cd7206c0", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "bdf21c56-453e-482e-9cba-3c55abcb0339", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "c8e92c39-38cc-4f48-be9c-5f0912e6a725", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}], "revision_number": 4, "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "created_at": "2018-08-12T05:04:23Z", "updated_at": "2018-08-12T05:04:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "280546d9-8ad1-4283-abfc-15ee9b1736c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "58bce125-f2ca-4a6d-b9ca-4e6cf5c0f7a5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "69275b9a-cfb5-482c-a9c4-8ffc79adf2c7", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "6d747f3a-3764-469a-a645-f977585c5aac", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}], "revision_number": 4, "project_id": "310f5853751a4c968f3eeb0a3d99a0a8", "id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "created_at": "2018-08-12T05:34:42Z", "updated_at": "2018-08-12T05:34:42Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "199582e8-25aa-457a-aa7c-6d8413ca4464", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "234f3609-4454-448f-919d-c8143c7cd764", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "c1061460-71a2-49a9-a04b-9fa33eeb17ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "d21ac532-51d8-4d6b-8300-7bac216759bf", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}], "revision_number": 4, "project_id": "9f6c1a272706419c9a74b0893b2890e8", "id": "d6739716-c693-460c-89c6-e7c8c48f8245", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "created_at": "2018-08-12T05:34:54Z", "updated_at": "2018-08-12T05:34:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "0633a05a-ee7d-4476-a56b-75d011b22f77", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "6cc1b9f8-73db-47a3-a0e0-3c96c43f34da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "90d99a6b-e94f-4fd8-a10c-f19dd8954c13", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "e843c139-af2a-4d2c-a24f-59f7b10ff72e", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}], "revision_number": 4, "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "created_at": "2018-08-12T05:09:07Z", "updated_at": "2018-08-12T05:09:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "5495e168-f505-4d74-ae6d-387f0bf533c2", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "6fd19b8b-3062-456e-81ba-3ff37fe43429", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8ca59d25-485c-46ce-939c-2e4a468caeac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8f190846-50a0-42b9-b571-390809b752b1", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}], "revision_number": 4, "project_id": "fa9ca6d7608b4d7d87ce97331679a481", "id": "edcd9b17-9416-4c25-823c-060c435e18d7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "created_at": "2018-08-12T05:34:52Z", "updated_at": "2018-08-12T05:34:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "2c7e484e-6ec5-4a95-8c9c-66d294c0c27e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "70c74258-3c2c-4efc-87e0-079c26ee3417", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "b70382fa-082e-4c2b-abc8-87490fa50b11", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "c3628e02-b4b6-42c9-8751-c1a2d3c19caa", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}], "revision_number": 4, "project_id": "87db863ba6e348b0a5ddcb67053db9d1", "id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "name": "default"}]} 2018-08-12 08:17:13,683 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-39ec6929-48ed-4d49-91ab-2b9ea5123b56 2018-08-12 08:17:13,691 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cd8a5a0dcfbb26c20a7ef8dc334d686b00bf583" 2018-08-12 08:17:13,823 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:17:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-415b3a22-d120-40c2-a80b-13a8d7d0cbfd Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 5fe28c13d4d74ba2be8d019ac1ea6363.", "code": 404, "title": "Not Found"}} 2018-08-12 08:17:13,823 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 used request id req-415b3a22-d120-40c2-a80b-13a8d7d0cbfd 2018-08-12 08:17:13,823 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:17:13,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cd8a5a0dcfbb26c20a7ef8dc334d686b00bf583" 2018-08-12 08:17:13,920 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:17:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-81e50ea8-c8bc-47ab-ac8c-6607fa9e3c7e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa5a7fe6ee54472ba01638877aade8e3.", "code": 404, "title": "Not Found"}} 2018-08-12 08:17:13,920 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 used request id req-81e50ea8-c8bc-47ab-ac8c-6607fa9e3c7e 2018-08-12 08:17:13,920 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:17:13,924 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cd8a5a0dcfbb26c20a7ef8dc334d686b00bf583" 2018-08-12 08:17:14,008 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:17:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dcd5e7a1-4de9-41ce-a8cb-b0a83ad0119c Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ea65becf30e54b27aa96a449698a435e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:17:14,008 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e used request id req-dcd5e7a1-4de9-41ce-a8cb-b0a83ad0119c 2018-08-12 08:17:14,008 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:17:14,012 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cd8a5a0dcfbb26c20a7ef8dc334d686b00bf583" 2018-08-12 08:17:14,104 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:17:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-effe064c-3e08-4abb-9b00-767c5738d511 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ff7abd7bb61f4f2889831e932d65dc2e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:17:14,104 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e used request id req-effe064c-3e08-4abb-9b00-767c5738d511 2018-08-12 08:17:14,105 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:17:14,108 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cd8a5a0dcfbb26c20a7ef8dc334d686b00bf583" 2018-08-12 08:17:14,210 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:17:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a5e6fefa-52c3-4a83-91c0-4598cdf10eed Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3a85ceae958d4d9fba68847e7df67db8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:17:14,210 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 used request id req-a5e6fefa-52c3-4a83-91c0-4598cdf10eed 2018-08-12 08:17:14,210 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:17:14,213 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cd8a5a0dcfbb26c20a7ef8dc334d686b00bf583" 2018-08-12 08:17:14,302 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:17:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-331ba733-2b58-4235-bc31-c888d4a8123f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 85517fcf1c6247e699fdcdd42ecc8c79.", "code": 404, "title": "Not Found"}} 2018-08-12 08:17:14,302 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 used request id req-331ba733-2b58-4235-bc31-c888d4a8123f 2018-08-12 08:17:14,302 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:17:14,306 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cd8a5a0dcfbb26c20a7ef8dc334d686b00bf583" 2018-08-12 08:17:14,399 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:17:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-803cee97-0280-40d9-a0c5-da43394fc103 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}} 2018-08-12 08:17:14,400 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe used request id req-803cee97-0280-40d9-a0c5-da43394fc103 2018-08-12 08:17:14,403 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cd8a5a0dcfbb26c20a7ef8dc334d686b00bf583" 2018-08-12 08:17:14,497 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:17:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-65d555ba-5a4f-4acc-94c2-ee80be85ab37 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 315a428116f24d9fbb826b37080a918e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:17:14,497 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e used request id req-65d555ba-5a4f-4acc-94c2-ee80be85ab37 2018-08-12 08:17:14,497 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:17:14,501 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cd8a5a0dcfbb26c20a7ef8dc334d686b00bf583" 2018-08-12 08:17:14,596 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:17:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8e37cf66-3c4f-4cb1-bb19-461a9b176991 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 11a46741b7954b959fd7764109c047b6.", "code": 404, "title": "Not Found"}} 2018-08-12 08:17:14,596 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 used request id req-8e37cf66-3c4f-4cb1-bb19-461a9b176991 2018-08-12 08:17:14,596 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:17:14,600 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cd8a5a0dcfbb26c20a7ef8dc334d686b00bf583" 2018-08-12 08:17:14,693 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:17:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b02f0fb0-dd73-4219-99b6-6db548d0bfa8 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3c01cd58055c44ecaef39f7e625c2258.", "code": 404, "title": "Not Found"}} 2018-08-12 08:17:14,693 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 used request id req-b02f0fb0-dd73-4219-99b6-6db548d0bfa8 2018-08-12 08:17:14,694 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:17:14,697 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cd8a5a0dcfbb26c20a7ef8dc334d686b00bf583" 2018-08-12 08:17:14,784 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:17:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-59b31929-70b8-4510-aece-8f74702c8a52 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 521007c1818145639e93ceb270559219.", "code": 404, "title": "Not Found"}} 2018-08-12 08:17:14,784 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 used request id req-59b31929-70b8-4510-aece-8f74702c8a52 2018-08-12 08:17:14,784 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:17:14,788 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cd8a5a0dcfbb26c20a7ef8dc334d686b00bf583" 2018-08-12 08:17:14,872 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:17:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e5a765d7-c994-4e6e-985c-faac86742a9a Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e18fcc7fc10a4fd0b20234f8520d0aab.", "code": 404, "title": "Not Found"}} 2018-08-12 08:17:14,872 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab used request id req-e5a765d7-c994-4e6e-985c-faac86742a9a 2018-08-12 08:17:14,872 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:17:14,876 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cd8a5a0dcfbb26c20a7ef8dc334d686b00bf583" 2018-08-12 08:17:14,970 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:17:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd1a5996-7c65-4b93-8007-54bd58d16c5f Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "310f5853751a4c968f3eeb0a3d99a0a8", "name": "service"}} 2018-08-12 08:17:14,970 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 used request id req-dd1a5996-7c65-4b93-8007-54bd58d16c5f 2018-08-12 08:17:14,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cd8a5a0dcfbb26c20a7ef8dc334d686b00bf583" 2018-08-12 08:17:15,069 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:17:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fc4ec5b0-064f-435a-926f-1a927e832560 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9f6c1a272706419c9a74b0893b2890e8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:17:15,069 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 used request id req-fc4ec5b0-064f-435a-926f-1a927e832560 2018-08-12 08:17:15,069 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:17:15,073 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/34cb7327fcfc4b52a63b4b8c0ea4a54d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cd8a5a0dcfbb26c20a7ef8dc334d686b00bf583" 2018-08-12 08:17:15,160 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:17:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9a0c19b1-e4b1-48f4-ac1e-b15acbeb5e95 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 34cb7327fcfc4b52a63b4b8c0ea4a54d.", "code": 404, "title": "Not Found"}} 2018-08-12 08:17:15,160 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/34cb7327fcfc4b52a63b4b8c0ea4a54d used request id req-9a0c19b1-e4b1-48f4-ac1e-b15acbeb5e95 2018-08-12 08:17:15,161 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:17:15,164 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa9ca6d7608b4d7d87ce97331679a481 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cd8a5a0dcfbb26c20a7ef8dc334d686b00bf583" 2018-08-12 08:17:15,255 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:17:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f7c5bf74-8eec-48ba-a5ef-e987524dbde4 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa9ca6d7608b4d7d87ce97331679a481.", "code": 404, "title": "Not Found"}} 2018-08-12 08:17:15,255 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa9ca6d7608b4d7d87ce97331679a481 used request id req-f7c5bf74-8eec-48ba-a5ef-e987524dbde4 2018-08-12 08:17:15,255 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:17:15,259 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/87db863ba6e348b0a5ddcb67053db9d1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cd8a5a0dcfbb26c20a7ef8dc334d686b00bf583" 2018-08-12 08:17:15,351 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:17:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2d4e5f55-d028-4e0e-b411-64d081ea14c9 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87db863ba6e348b0a5ddcb67053db9d1.", "code": 404, "title": "Not Found"}} 2018-08-12 08:17:15,351 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/87db863ba6e348b0a5ddcb67053db9d1 used request id req-2d4e5f55-d028-4e0e-b411-64d081ea14c9 2018-08-12 08:17:15,351 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:17:15,352 - keystone_utils - INFO - Deleting project with name - CreateRouterNegativeTests-b92b06aa-df52-4de-proj 2018-08-12 08:17:15,356 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/d73d2ced2cd946d28e8bb95dfc338c39 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cd8a5a0dcfbb26c20a7ef8dc334d686b00bf583" 2018-08-12 08:17:15,576 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:17:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cb6973c3-9ac0-4d25-a30b-8a985c5e21e8 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 08:17:15,576 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/d73d2ced2cd946d28e8bb95dfc338c39 used request id req-cb6973c3-9ac0-4d25-a30b-8a985c5e21e8 2018-08-12 08:17:15,576 - keystone_utils - INFO - Deleting role with name - CreateRouterNegativeTests-b92b06aa-df52-4de-proj-role 2018-08-12 08:17:15,579 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/36dc1e5bc77b42668e463fec32fe93ca -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cd8a5a0dcfbb26c20a7ef8dc334d686b00bf583" 2018-08-12 08:17:15,630 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:17:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-62e1f013-438d-4ea9-ae96-b4458dc7a7e4 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 08:17:15,630 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/36dc1e5bc77b42668e463fec32fe93ca used request id req-62e1f013-438d-4ea9-ae96-b4458dc7a7e4 2018-08-12 08:17:15,633 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cd8a5a0dcfbb26c20a7ef8dc334d686b00bf583" 2018-08-12 08:17:15,727 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:17:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e751cc8b-48f5-4886-971a-71d104949884 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:17:15,727 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-e751cc8b-48f5-4886-971a-71d104949884 2018-08-12 08:17:15,727 - keystone_utils - INFO - Deleting user with name - CreateRouterNegativeTests-b92b06aa-df52-4de-user 2018-08-12 08:17:15,731 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/6e4eb60b43fb4b828fa35934e0430f00 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e201567d7f92185f0f9b0180202eaa815bcbd6b6" 2018-08-12 08:17:15,951 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:17:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-41c07210-218d-4b89-af76-1e8c972b5c61 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 08:17:15,951 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/6e4eb60b43fb4b828fa35934e0430f00 used request id req-41c07210-218d-4b89-af76-1e8c972b5c61 2018-08-12 08:17:15,952 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:17:16,353 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:17:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["bBi5PFL1SWyLfH8V4DadcA"], "issued_at": "2018-08-12T08:17:16.000000Z"}} 2018-08-12 08:17:16,354 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}9f564c47f4edc4c586a92c49d10da4ddd9ba57bf" 2018-08-12 08:17:16,440 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:17:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f3809ab8-0f95-4c02-a931-c357bbb132fb Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:17:16,441 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-f3809ab8-0f95-4c02-a931-c357bbb132fb 2018-08-12 08:17:16,442 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:17:16,443 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:17:16,831 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:17:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["67haGMj0RxC_ylO4pcU8cA"], "issued_at": "2018-08-12T08:17:16.000000Z"}} 2018-08-12 08:17:16,831 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}19a55909d5801f03c7217f04d6e25302e2f7b1a5" 2018-08-12 08:17:16,920 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:17:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2b7467f6-0a43-4bff-9481-843574064a1a Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:17:16,920 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-2b7467f6-0a43-4bff-9481-843574064a1a 2018-08-12 08:17:16,924 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:17:16,929 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:17:16 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:17:16,930 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterNegativeTests-88d4a940-1328-4cc-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19a55909d5801f03c7217f04d6e25302e2f7b1a5" 2018-08-12 08:17:17,017 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:17:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8b0bce38-b537-4eee-b28e-b38c4d540137 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterNegativeTests-88d4a940-1328-4cc-proj", "previous": null, "next": null}, "projects": []} 2018-08-12 08:17:17,017 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterNegativeTests-88d4a940-1328-4cc-proj used request id req-8b0bce38-b537-4eee-b28e-b38c4d540137 2018-08-12 08:17:17,021 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19a55909d5801f03c7217f04d6e25302e2f7b1a5" 2018-08-12 08:17:17,110 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:17:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aae418c4-182d-42a8-8448-9d3d09b40a8e Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:17:17,110 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-aae418c4-182d-42a8-8448-9d3d09b40a8e 2018-08-12 08:17:17,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19a55909d5801f03c7217f04d6e25302e2f7b1a5" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterNegativeTests-88d4a940-1328-4cc-proj"}}' 2018-08-12 08:17:17,241 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:17:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4c75a14a-69f2-4054-9a8e-3557ecebb9cd Content-Length: 322 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/31c32c55f0824b86a967cd9b00e49190"}, "tags": [], "enabled": true, "id": "31c32c55f0824b86a967cd9b00e49190", "parent_id": "default", "domain_id": "default", "name": "CreateRouterNegativeTests-88d4a940-1328-4cc-proj"}} 2018-08-12 08:17:17,241 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-4c75a14a-69f2-4054-9a8e-3557ecebb9cd 2018-08-12 08:17:17,242 - keystone_utils - INFO - Created project with name - CreateRouterNegativeTests-88d4a940-1328-4cc-proj 2018-08-12 08:17:17,242 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:17:17,243 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:17:17,634 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:17:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["Pa7HWmzgQuS8DhX9vfEMFw"], "issued_at": "2018-08-12T08:17:17.000000Z"}} 2018-08-12 08:17:17,635 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}734461f4b870a7510964f8b35a17b66240505c22" 2018-08-12 08:17:17,648 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:17:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-67db8203-0137-43e1-a464-42ad608e974d Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:17:17,648 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-67db8203-0137-43e1-a464-42ad608e974d 2018-08-12 08:17:17,652 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:17:17,658 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:17:17 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:17:17,659 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}734461f4b870a7510964f8b35a17b66240505c22" 2018-08-12 08:17:17,771 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:17:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5e6701a7-2ff8-4ed0-9611-7ea89bd61c87 Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/105a247548624314b9228f85f6325f0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105a247548624314b9228f85f6325f0b", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/1c5de0eaa44543f08da6ad63a51594ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c5de0eaa44543f08da6ad63a51594ff", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/1d127b5b832547a88a547c116dfdd65b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d127b5b832547a88a547c116dfdd65b", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/1d5cfc170d624ce4ae53ae0507c8d517"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d5cfc170d624ce4ae53ae0507c8d517", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/2421820b75eb4d3ebd02830378d1377b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2421820b75eb4d3ebd02830378d1377b", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/40bd8ee54ecf44868cc83cede652c396"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40bd8ee54ecf44868cc83cede652c396", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/4f32fb8153854c4c9f5094b42b523f80"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f32fb8153854c4c9f5094b42b523f80", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7066130d08fb4db7bf4ab468de53933b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7066130d08fb4db7bf4ab468de53933b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/8d0898a83bcf4521bbc11501d5d7ac89"}, "domain_id": "1eec97585bde483292ece28ee11f4b8d", "enabled": true, "options": {}, "id": "8d0898a83bcf4521bbc11501d5d7ac89", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/9defcced327d476f8a3beab718a13da3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9defcced327d476f8a3beab718a13da3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/b80ee4f6992446e0879624dd436e99a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b80ee4f6992446e0879624dd436e99a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b86fd3e011324d398fcdb6f095a20a9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b86fd3e011324d398fcdb6f095a20a9d", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1701d2754064b5cadf765ea0806f9b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1701d2754064b5cadf765ea0806f9b2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/db4e7b8d76d549faa502716565c733dd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db4e7b8d76d549faa502716565c733dd", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-12 08:17:17,772 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-5e6701a7-2ff8-4ed0-9611-7ea89bd61c87 2018-08-12 08:17:17,776 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateRouterNegativeTests-88d4a940-1328-4cc-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}734461f4b870a7510964f8b35a17b66240505c22" 2018-08-12 08:17:17,870 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:17:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ab2c3350-3e00-44f3-8ee4-8e8479809ef0 Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateRouterNegativeTests-88d4a940-1328-4cc-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/31c32c55f0824b86a967cd9b00e49190"}, "tags": [], "enabled": true, "id": "31c32c55f0824b86a967cd9b00e49190", "parent_id": "default", "domain_id": "default", "name": "CreateRouterNegativeTests-88d4a940-1328-4cc-proj"}]} 2018-08-12 08:17:17,870 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateRouterNegativeTests-88d4a940-1328-4cc-proj used request id req-ab2c3350-3e00-44f3-8ee4-8e8479809ef0 2018-08-12 08:17:17,874 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}734461f4b870a7510964f8b35a17b66240505c22" 2018-08-12 08:17:17,969 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:17:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2e6e26a6-dc57-4318-916a-5a03cba57818 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:17:17,969 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-2e6e26a6-dc57-4318-916a-5a03cba57818 2018-08-12 08:17:18,337 - keystone_utils - INFO - Created user with name - CreateRouterNegativeTests-88d4a940-1328-4cc-user 2018-08-12 08:17:18,337 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:17:18,341 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19a55909d5801f03c7217f04d6e25302e2f7b1a5" 2018-08-12 08:17:18,430 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:17:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-071edf29-9282-44d8-af04-3d2c8afe4099 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:17:18,430 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-071edf29-9282-44d8-af04-3d2c8afe4099 2018-08-12 08:17:18,434 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19a55909d5801f03c7217f04d6e25302e2f7b1a5" -d '{"role": {"name": "CreateRouterNegativeTests-88d4a940-1328-4cc-proj-role"}}' 2018-08-12 08:17:18,547 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:17:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cef9fba1-8af6-46c6-9dbb-6a51ca37c67f Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "f1beb3a85f48481e85c70e3c08a812a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/f1beb3a85f48481e85c70e3c08a812a5"}, "name": "CreateRouterNegativeTests-88d4a940-1328-4cc-proj-role"}} 2018-08-12 08:17:18,547 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-cef9fba1-8af6-46c6-9dbb-6a51ca37c67f 2018-08-12 08:17:18,547 - keystone_utils - INFO - Created role with name - CreateRouterNegativeTests-88d4a940-1328-4cc-proj-role 2018-08-12 08:17:18,550 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/f1beb3a85f48481e85c70e3c08a812a5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19a55909d5801f03c7217f04d6e25302e2f7b1a5" 2018-08-12 08:17:18,638 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:17:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ee3d37f8-1095-4308-804e-6661fc236902 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "f1beb3a85f48481e85c70e3c08a812a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/f1beb3a85f48481e85c70e3c08a812a5"}, "name": "CreateRouterNegativeTests-88d4a940-1328-4cc-proj-role"}} 2018-08-12 08:17:18,638 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/f1beb3a85f48481e85c70e3c08a812a5 used request id req-ee3d37f8-1095-4308-804e-6661fc236902 2018-08-12 08:17:18,638 - keystone_utils - INFO - Granting role CreateRouterNegativeTests-88d4a940-1328-4cc-proj-role to project CreateRouterNegativeTests-88d4a940-1328-4cc-proj 2018-08-12 08:17:18,642 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/31c32c55f0824b86a967cd9b00e49190/users/796b444ae7e94d68889d1b74ece6f631/roles/f1beb3a85f48481e85c70e3c08a812a5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19a55909d5801f03c7217f04d6e25302e2f7b1a5" 2018-08-12 08:17:18,795 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:17:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-73ad1e88-23cd-40cc-a6d2-87bb733a5cb7 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 08:17:18,795 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/31c32c55f0824b86a967cd9b00e49190/users/796b444ae7e94d68889d1b74ece6f631/roles/f1beb3a85f48481e85c70e3c08a812a5 used request id req-73ad1e88-23cd-40cc-a6d2-87bb733a5cb7 2018-08-12 08:17:18,796 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:17:18,796 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:17:18,796 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:17:18,796 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:17:18,796 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:17:18,802 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19a55909d5801f03c7217f04d6e25302e2f7b1a5" 2018-08-12 08:17:19,059 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 43135 X-Openstack-Request-Id: req-e7ddb5c8-2de7-4831-bdac-32bc459bc87e Date: Sun, 12 Aug 2018 08:17:19 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "created_at": "2018-08-12T06:59:44Z", "updated_at": "2018-08-12T06:59:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "1d7fd960-7865-4453-aecc-8d399b4fad21", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "66820d8a-b785-4b18-bd67-500221c8e4f9", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "74fc7638-a322-4841-8c47-06d36174a200", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "8eaa09ec-8419-4582-9312-1e527afe6e4b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}], "revision_number": 4, "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "created_at": "2018-08-12T05:12:34Z", "updated_at": "2018-08-12T05:12:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "709513d2-af7d-4d0b-bd3c-604fed75a711", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "aa346066-e46f-44f2-94be-2884aa998a19", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "c15f7b93-e56c-4afa-867d-2acb286d4b7b", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "cb0ef83f-5f70-4a80-ad35-431ca9df551e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}], "revision_number": 4, "project_id": "fa5a7fe6ee54472ba01638877aade8e3", "id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ea65becf30e54b27aa96a449698a435e", "created_at": "2018-08-12T05:10:35Z", "updated_at": "2018-08-12T05:10:35Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "30ad280c-f302-4cd4-a438-5139917b56f9", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "76115c4c-887d-4f0a-83e2-486e4b39c713", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "8ab14937-4c08-4d43-8a9a-662e622cc643", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "ee757a03-5662-4273-9c3e-6212e7afb48f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}], "revision_number": 4, "project_id": "ea65becf30e54b27aa96a449698a435e", "id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "created_at": "2018-08-12T06:20:09Z", "updated_at": "2018-08-12T06:20:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "1123b8f2-75ac-4a26-b9b2-a96da97408e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "2ddd2b93-e080-48cd-9a50-f5fe8a82ad0c", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "cd1bae62-0aea-4438-b4c3-50a69ae6f855", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "e398e01e-ceea-46d1-9534-b929808c4a5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}], "revision_number": 4, "project_id": "ff7abd7bb61f4f2889831e932d65dc2e", "id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "created_at": "2018-08-12T05:34:57Z", "updated_at": "2018-08-12T05:34:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "208a1c1e-f5f8-49c7-9a25-d07e68b1541f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "27bfd867-e607-4bf8-9de8-60682d3f771d", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "49360e1f-6fd3-4f35-b339-24cea95773ee", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "60f631a9-d305-4920-9631-d0543e2ac64f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}], "revision_number": 4, "project_id": "3a85ceae958d4d9fba68847e7df67db8", "id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "created_at": "2018-08-12T05:34:40Z", "updated_at": "2018-08-12T05:34:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "2192c259-363e-4768-ae73-e75837ad63b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "3f87ddc5-f84d-41dc-8215-847724782569", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "7d89f6da-ea78-49dd-9115-f9ad23b250bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "9ec4497d-0f65-44db-9be9-7b3042e4a584", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}], "revision_number": 4, "project_id": "85517fcf1c6247e699fdcdd42ecc8c79", "id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "created_at": "2018-08-12T05:16:02Z", "updated_at": "2018-08-12T05:16:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "1ecacd8c-c1c7-4a66-9871-406a69323b43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "3cc1750c-e0e7-4902-b6f3-494a161b832e", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "d719a7a4-8c99-44ed-8c12-6bf071890203", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "fe7421b5-d577-41da-8c78-62f3c07eda92", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}], "revision_number": 4, "project_id": "a267b9a156244bb192691cff6e5f74fe", "id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "315a428116f24d9fbb826b37080a918e", "created_at": "2018-08-12T05:11:31Z", "updated_at": "2018-08-12T05:11:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "5e52886a-1dc3-4a81-a55d-f388dc4fd1a1", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "678e32e4-d64c-448a-a4ab-e253ab94ae90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "a8da1539-e3ad-4f90-b2df-3dc1f09d228a", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "b73d5cc9-0205-4658-bb1f-61a042c0ab8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}], "revision_number": 4, "project_id": "315a428116f24d9fbb826b37080a918e", "id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-12T05:08:01Z", "updated_at": "2018-08-12T05:08:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:01Z", "revision_number": 0, "id": "0fb05d03-1117-45d0-930c-b6d4c96ef102", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "4faaab33-5788-4bbd-85b8-0fb44d41413a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "96d0c5a0-5c67-421b-8fc8-2b46d77e5db3", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "dd78519b-4bc5-4e8e-ad0f-58089dd69347", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "11a46741b7954b959fd7764109c047b6", "created_at": "2018-08-12T05:34:51Z", "updated_at": "2018-08-12T05:34:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "0b67bf3c-2289-43bb-ab6c-7d25ec32a279", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "51f3f833-337a-42bd-a8d5-742ea8d6c226", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "571fd0b5-ef90-408d-af33-aafb517b8993", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "944ba823-fb9c-496e-a66e-bb426bb14a8d", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}], "revision_number": 4, "project_id": "11a46741b7954b959fd7764109c047b6", "id": "90af9782-8112-4257-801d-ee5115d226ba", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "created_at": "2018-08-12T05:34:26Z", "updated_at": "2018-08-12T05:34:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "2ee1f63a-807c-4d6a-85ee-dd784f6b8c3f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5dec3ec2-2add-47dd-8618-90659dcf3885", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5ea0dc3e-49d0-43f0-94e9-f6443527d14c", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "fbfaca22-7e3e-4128-8973-43e439b77c28", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}], "revision_number": 4, "project_id": "3c01cd58055c44ecaef39f7e625c2258", "id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "521007c1818145639e93ceb270559219", "created_at": "2018-08-12T05:13:27Z", "updated_at": "2018-08-12T05:13:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "5e7fede5-b0f2-47d8-95c3-516cdfc7f9de", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "8fd0e36f-c6c4-4f64-ba97-40439e614448", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "db7d79de-1dfc-4138-945f-91e74cdc266b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "e87f2cff-ff3e-4b6d-aaf0-7f0eb0ab9f05", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}], "revision_number": 4, "project_id": "521007c1818145639e93ceb270559219", "id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "created_at": "2018-08-12T05:08:18Z", "updated_at": "2018-08-12T05:08:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "3c67be40-bf74-4f97-9693-d93ce73a23b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "6112d869-2fc6-4a25-a13c-3d55cd7206c0", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "bdf21c56-453e-482e-9cba-3c55abcb0339", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "c8e92c39-38cc-4f48-be9c-5f0912e6a725", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}], "revision_number": 4, "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "created_at": "2018-08-12T05:04:23Z", "updated_at": "2018-08-12T05:04:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "280546d9-8ad1-4283-abfc-15ee9b1736c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "58bce125-f2ca-4a6d-b9ca-4e6cf5c0f7a5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "69275b9a-cfb5-482c-a9c4-8ffc79adf2c7", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "6d747f3a-3764-469a-a645-f977585c5aac", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}], "revision_number": 4, "project_id": "310f5853751a4c968f3eeb0a3d99a0a8", "id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "created_at": "2018-08-12T05:34:42Z", "updated_at": "2018-08-12T05:34:42Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "199582e8-25aa-457a-aa7c-6d8413ca4464", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "234f3609-4454-448f-919d-c8143c7cd764", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "c1061460-71a2-49a9-a04b-9fa33eeb17ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "d21ac532-51d8-4d6b-8300-7bac216759bf", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}], "revision_number": 4, "project_id": "9f6c1a272706419c9a74b0893b2890e8", "id": "d6739716-c693-460c-89c6-e7c8c48f8245", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "created_at": "2018-08-12T05:34:54Z", "updated_at": "2018-08-12T05:34:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "0633a05a-ee7d-4476-a56b-75d011b22f77", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "6cc1b9f8-73db-47a3-a0e0-3c96c43f34da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "90d99a6b-e94f-4fd8-a10c-f19dd8954c13", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "e843c139-af2a-4d2c-a24f-59f7b10ff72e", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}], "revision_number": 4, "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "created_at": "2018-08-12T05:09:07Z", "updated_at": "2018-08-12T05:09:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "5495e168-f505-4d74-ae6d-387f0bf533c2", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "6fd19b8b-3062-456e-81ba-3ff37fe43429", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8ca59d25-485c-46ce-939c-2e4a468caeac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8f190846-50a0-42b9-b571-390809b752b1", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}], "revision_number": 4, "project_id": "fa9ca6d7608b4d7d87ce97331679a481", "id": "edcd9b17-9416-4c25-823c-060c435e18d7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "created_at": "2018-08-12T05:34:52Z", "updated_at": "2018-08-12T05:34:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "2c7e484e-6ec5-4a95-8c9c-66d294c0c27e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "70c74258-3c2c-4efc-87e0-079c26ee3417", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "b70382fa-082e-4c2b-abc8-87490fa50b11", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "c3628e02-b4b6-42c9-8751-c1a2d3c19caa", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}], "revision_number": 4, "project_id": "87db863ba6e348b0a5ddcb67053db9d1", "id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "name": "default"}]} 2018-08-12 08:17:19,060 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-e7ddb5c8-2de7-4831-bdac-32bc459bc87e 2018-08-12 08:17:19,068 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19a55909d5801f03c7217f04d6e25302e2f7b1a5" 2018-08-12 08:17:19,159 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:17:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-05b41af7-f7ab-404f-b8cd-8e60d46eb321 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 5fe28c13d4d74ba2be8d019ac1ea6363.", "code": 404, "title": "Not Found"}} 2018-08-12 08:17:19,159 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 used request id req-05b41af7-f7ab-404f-b8cd-8e60d46eb321 2018-08-12 08:17:19,159 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:17:19,163 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19a55909d5801f03c7217f04d6e25302e2f7b1a5" 2018-08-12 08:17:19,243 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:17:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0d487f07-b137-4b00-9882-931a9b91ac1a Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa5a7fe6ee54472ba01638877aade8e3.", "code": 404, "title": "Not Found"}} 2018-08-12 08:17:19,243 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 used request id req-0d487f07-b137-4b00-9882-931a9b91ac1a 2018-08-12 08:17:19,244 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:17:19,247 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19a55909d5801f03c7217f04d6e25302e2f7b1a5" 2018-08-12 08:17:19,342 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:17:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f3a93167-e776-4652-a7aa-883e618483b5 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ea65becf30e54b27aa96a449698a435e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:17:19,342 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e used request id req-f3a93167-e776-4652-a7aa-883e618483b5 2018-08-12 08:17:19,343 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:17:19,346 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19a55909d5801f03c7217f04d6e25302e2f7b1a5" 2018-08-12 08:17:19,434 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:17:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-07f488f5-f4b7-4ab3-bd06-3fb76cb7fe53 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ff7abd7bb61f4f2889831e932d65dc2e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:17:19,434 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e used request id req-07f488f5-f4b7-4ab3-bd06-3fb76cb7fe53 2018-08-12 08:17:19,434 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:17:19,438 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19a55909d5801f03c7217f04d6e25302e2f7b1a5" 2018-08-12 08:17:19,522 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:17:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-caff12db-2ea3-4905-915e-39a1f2ef83dd Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3a85ceae958d4d9fba68847e7df67db8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:17:19,522 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 used request id req-caff12db-2ea3-4905-915e-39a1f2ef83dd 2018-08-12 08:17:19,522 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:17:19,526 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19a55909d5801f03c7217f04d6e25302e2f7b1a5" 2018-08-12 08:17:19,618 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:17:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5901e78e-fcab-41cb-b26e-d1e45513af4f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 85517fcf1c6247e699fdcdd42ecc8c79.", "code": 404, "title": "Not Found"}} 2018-08-12 08:17:19,618 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 used request id req-5901e78e-fcab-41cb-b26e-d1e45513af4f 2018-08-12 08:17:19,618 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:17:19,622 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19a55909d5801f03c7217f04d6e25302e2f7b1a5" 2018-08-12 08:17:19,714 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:17:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f7187f4b-a9d3-4813-9649-7e60e03fbb24 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}} 2018-08-12 08:17:19,715 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe used request id req-f7187f4b-a9d3-4813-9649-7e60e03fbb24 2018-08-12 08:17:19,718 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19a55909d5801f03c7217f04d6e25302e2f7b1a5" 2018-08-12 08:17:19,804 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:17:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0fb6e3e5-0143-4f95-ae60-56473fe289eb Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 315a428116f24d9fbb826b37080a918e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:17:19,804 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e used request id req-0fb6e3e5-0143-4f95-ae60-56473fe289eb 2018-08-12 08:17:19,805 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:17:19,808 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19a55909d5801f03c7217f04d6e25302e2f7b1a5" 2018-08-12 08:17:19,901 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:17:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b9077276-7c17-46d7-b73d-0487019a6ce2 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 11a46741b7954b959fd7764109c047b6.", "code": 404, "title": "Not Found"}} 2018-08-12 08:17:19,902 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 used request id req-b9077276-7c17-46d7-b73d-0487019a6ce2 2018-08-12 08:17:19,902 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:17:19,905 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19a55909d5801f03c7217f04d6e25302e2f7b1a5" 2018-08-12 08:17:19,996 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:17:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b636f667-d8ca-41fc-89ae-092bf5466cac Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3c01cd58055c44ecaef39f7e625c2258.", "code": 404, "title": "Not Found"}} 2018-08-12 08:17:19,997 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 used request id req-b636f667-d8ca-41fc-89ae-092bf5466cac 2018-08-12 08:17:19,997 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:17:20,000 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19a55909d5801f03c7217f04d6e25302e2f7b1a5" 2018-08-12 08:17:20,084 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:17:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-779eecee-ccf0-4129-af11-cc5c04f1424d Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 521007c1818145639e93ceb270559219.", "code": 404, "title": "Not Found"}} 2018-08-12 08:17:20,084 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 used request id req-779eecee-ccf0-4129-af11-cc5c04f1424d 2018-08-12 08:17:20,084 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:17:20,088 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19a55909d5801f03c7217f04d6e25302e2f7b1a5" 2018-08-12 08:17:20,180 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:17:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e722ea64-1095-4585-9775-0f92a2cc72c9 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e18fcc7fc10a4fd0b20234f8520d0aab.", "code": 404, "title": "Not Found"}} 2018-08-12 08:17:20,180 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab used request id req-e722ea64-1095-4585-9775-0f92a2cc72c9 2018-08-12 08:17:20,181 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:17:20,184 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19a55909d5801f03c7217f04d6e25302e2f7b1a5" 2018-08-12 08:17:20,277 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:17:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f68080ff-03a9-48b9-8176-0b908b521d79 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "310f5853751a4c968f3eeb0a3d99a0a8", "name": "service"}} 2018-08-12 08:17:20,277 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 used request id req-f68080ff-03a9-48b9-8176-0b908b521d79 2018-08-12 08:17:20,281 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19a55909d5801f03c7217f04d6e25302e2f7b1a5" 2018-08-12 08:17:20,297 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:17:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-87fd3296-cc03-448d-aef4-21134560b3f7 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9f6c1a272706419c9a74b0893b2890e8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:17:20,298 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 used request id req-87fd3296-cc03-448d-aef4-21134560b3f7 2018-08-12 08:17:20,298 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:17:20,301 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/34cb7327fcfc4b52a63b4b8c0ea4a54d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19a55909d5801f03c7217f04d6e25302e2f7b1a5" 2018-08-12 08:17:20,391 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:17:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f80e54b9-bf97-4968-b8ee-9462fb10faa2 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 34cb7327fcfc4b52a63b4b8c0ea4a54d.", "code": 404, "title": "Not Found"}} 2018-08-12 08:17:20,392 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/34cb7327fcfc4b52a63b4b8c0ea4a54d used request id req-f80e54b9-bf97-4968-b8ee-9462fb10faa2 2018-08-12 08:17:20,392 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:17:20,395 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa9ca6d7608b4d7d87ce97331679a481 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19a55909d5801f03c7217f04d6e25302e2f7b1a5" 2018-08-12 08:17:20,485 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:17:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5cce82fc-c838-46e0-92ac-e2c3ed5c1733 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa9ca6d7608b4d7d87ce97331679a481.", "code": 404, "title": "Not Found"}} 2018-08-12 08:17:20,485 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa9ca6d7608b4d7d87ce97331679a481 used request id req-5cce82fc-c838-46e0-92ac-e2c3ed5c1733 2018-08-12 08:17:20,485 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:17:20,489 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/87db863ba6e348b0a5ddcb67053db9d1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19a55909d5801f03c7217f04d6e25302e2f7b1a5" 2018-08-12 08:17:20,576 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:17:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dd481ff9-ad4a-4bea-9a9c-74f6ed7eb109 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87db863ba6e348b0a5ddcb67053db9d1.", "code": 404, "title": "Not Found"}} 2018-08-12 08:17:20,576 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/87db863ba6e348b0a5ddcb67053db9d1 used request id req-dd481ff9-ad4a-4bea-9a9c-74f6ed7eb109 2018-08-12 08:17:20,576 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:17:20,577 - keystone_utils - INFO - Deleting project with name - CreateRouterNegativeTests-88d4a940-1328-4cc-proj 2018-08-12 08:17:20,582 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/31c32c55f0824b86a967cd9b00e49190 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19a55909d5801f03c7217f04d6e25302e2f7b1a5" 2018-08-12 08:17:20,852 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:17:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3697a24d-87a3-4ab2-a7cc-42a2dc7d49b8 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 08:17:20,852 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/31c32c55f0824b86a967cd9b00e49190 used request id req-3697a24d-87a3-4ab2-a7cc-42a2dc7d49b8 2018-08-12 08:17:20,852 - keystone_utils - INFO - Deleting role with name - CreateRouterNegativeTests-88d4a940-1328-4cc-proj-role 2018-08-12 08:17:20,856 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/f1beb3a85f48481e85c70e3c08a812a5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19a55909d5801f03c7217f04d6e25302e2f7b1a5" 2018-08-12 08:17:20,971 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:17:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4c8ef3f3-b27c-4b17-be04-a86a3ba1c299 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 08:17:20,972 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/f1beb3a85f48481e85c70e3c08a812a5 used request id req-4c8ef3f3-b27c-4b17-be04-a86a3ba1c299 2018-08-12 08:17:20,976 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19a55909d5801f03c7217f04d6e25302e2f7b1a5" 2018-08-12 08:17:21,155 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:17:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ebaa79ed-2ad0-4e11-b2a3-70b3de505e82 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:17:21,155 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-ebaa79ed-2ad0-4e11-b2a3-70b3de505e82 2018-08-12 08:17:21,156 - keystone_utils - INFO - Deleting user with name - CreateRouterNegativeTests-88d4a940-1328-4cc-user 2018-08-12 08:17:21,159 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/796b444ae7e94d68889d1b74ece6f631 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}734461f4b870a7510964f8b35a17b66240505c22" 2018-08-12 08:17:21,346 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:17:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-78d03933-29fb-4023-84d8-fac6fd260380 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 08:17:21,346 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/796b444ae7e94d68889d1b74ece6f631 used request id req-78d03933-29fb-4023-84d8-fac6fd260380 2018-08-12 08:17:21,347 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:17:21,745 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:17:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["MZ5JBMZDT1epT705yA3rIA"], "issued_at": "2018-08-12T08:17:21.000000Z"}} 2018-08-12 08:17:21,745 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}90ae4183ad92d96dbd725e2595b82a1d36cd4702" 2018-08-12 08:17:21,829 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:17:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8ea931e7-8c8f-4de1-940d-8b3fd68e65f8 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:17:21,829 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-8ea931e7-8c8f-4de1-940d-8b3fd68e65f8 2018-08-12 08:17:21,830 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:17:21,831 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:17:22,227 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:17:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["4CmE3tzHTFme4q5kNLbsyg"], "issued_at": "2018-08-12T08:17:22.000000Z"}} 2018-08-12 08:17:22,227 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}743b884b4b862849b12d2b934ad09b3be971df44" 2018-08-12 08:17:22,318 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:17:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5b8a53b9-d58a-4714-91e5-0e11c1904ad0 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:17:22,318 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-5b8a53b9-d58a-4714-91e5-0e11c1904ad0 2018-08-12 08:17:22,323 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:17:22,328 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:17:22 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:17:22,329 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateQoSTests-adc5fd91-4ce3-419-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}743b884b4b862849b12d2b934ad09b3be971df44" 2018-08-12 08:17:22,425 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:17:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0c618f98-d6d3-498e-a894-452ff6ac792a Content-Encoding: gzip Content-Length: 173 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateQoSTests-adc5fd91-4ce3-419-proj", "previous": null, "next": null}, "projects": []} 2018-08-12 08:17:22,425 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateQoSTests-adc5fd91-4ce3-419-proj used request id req-0c618f98-d6d3-498e-a894-452ff6ac792a 2018-08-12 08:17:22,429 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}743b884b4b862849b12d2b934ad09b3be971df44" 2018-08-12 08:17:22,522 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:17:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3c4fd327-225f-417a-b348-250222402eba Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:17:22,522 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-3c4fd327-225f-417a-b348-250222402eba 2018-08-12 08:17:22,525 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}743b884b4b862849b12d2b934ad09b3be971df44" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateQoSTests-adc5fd91-4ce3-419-proj"}}' 2018-08-12 08:17:22,642 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:17:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a7c40bba-2f66-4430-8fae-12a6afcbc56a Content-Length: 311 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/8e5815c0c36f4a4db79dbe7ffd0d7a5d"}, "tags": [], "enabled": true, "id": "8e5815c0c36f4a4db79dbe7ffd0d7a5d", "parent_id": "default", "domain_id": "default", "name": "CreateQoSTests-adc5fd91-4ce3-419-proj"}} 2018-08-12 08:17:22,642 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-a7c40bba-2f66-4430-8fae-12a6afcbc56a 2018-08-12 08:17:22,642 - keystone_utils - INFO - Created project with name - CreateQoSTests-adc5fd91-4ce3-419-proj 2018-08-12 08:17:22,643 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:17:22,644 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:17:23,048 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:17:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["0Fn_RkusTrO7A-xXJsCtlw"], "issued_at": "2018-08-12T08:17:23.000000Z"}} 2018-08-12 08:17:23,049 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}b11930dd08bf2a135d0856952751a609c73d2edb" 2018-08-12 08:17:23,136 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:17:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b7160ab2-5046-4e55-b3d9-d64cbc16f089 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:17:23,136 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-b7160ab2-5046-4e55-b3d9-d64cbc16f089 2018-08-12 08:17:23,142 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:17:23,148 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:17:23 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:17:23,148 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b11930dd08bf2a135d0856952751a609c73d2edb" 2018-08-12 08:17:23,257 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:17:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d82490d9-3254-48bd-b895-84aa5025e973 Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/105a247548624314b9228f85f6325f0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105a247548624314b9228f85f6325f0b", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/1c5de0eaa44543f08da6ad63a51594ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c5de0eaa44543f08da6ad63a51594ff", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/1d127b5b832547a88a547c116dfdd65b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d127b5b832547a88a547c116dfdd65b", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/1d5cfc170d624ce4ae53ae0507c8d517"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d5cfc170d624ce4ae53ae0507c8d517", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/2421820b75eb4d3ebd02830378d1377b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2421820b75eb4d3ebd02830378d1377b", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/40bd8ee54ecf44868cc83cede652c396"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40bd8ee54ecf44868cc83cede652c396", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/4f32fb8153854c4c9f5094b42b523f80"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f32fb8153854c4c9f5094b42b523f80", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7066130d08fb4db7bf4ab468de53933b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7066130d08fb4db7bf4ab468de53933b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/8d0898a83bcf4521bbc11501d5d7ac89"}, "domain_id": "1eec97585bde483292ece28ee11f4b8d", "enabled": true, "options": {}, "id": "8d0898a83bcf4521bbc11501d5d7ac89", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/9defcced327d476f8a3beab718a13da3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9defcced327d476f8a3beab718a13da3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/b80ee4f6992446e0879624dd436e99a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b80ee4f6992446e0879624dd436e99a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b86fd3e011324d398fcdb6f095a20a9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b86fd3e011324d398fcdb6f095a20a9d", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1701d2754064b5cadf765ea0806f9b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1701d2754064b5cadf765ea0806f9b2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/db4e7b8d76d549faa502716565c733dd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db4e7b8d76d549faa502716565c733dd", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-12 08:17:23,257 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-d82490d9-3254-48bd-b895-84aa5025e973 2018-08-12 08:17:23,261 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateQoSTests-adc5fd91-4ce3-419-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b11930dd08bf2a135d0856952751a609c73d2edb" 2018-08-12 08:17:23,351 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:17:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a63f3403-1e0f-4ce7-84c0-ad6b03d9bf81 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateQoSTests-adc5fd91-4ce3-419-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/8e5815c0c36f4a4db79dbe7ffd0d7a5d"}, "tags": [], "enabled": true, "id": "8e5815c0c36f4a4db79dbe7ffd0d7a5d", "parent_id": "default", "domain_id": "default", "name": "CreateQoSTests-adc5fd91-4ce3-419-proj"}]} 2018-08-12 08:17:23,351 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateQoSTests-adc5fd91-4ce3-419-proj used request id req-a63f3403-1e0f-4ce7-84c0-ad6b03d9bf81 2018-08-12 08:17:23,355 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b11930dd08bf2a135d0856952751a609c73d2edb" 2018-08-12 08:17:23,441 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:17:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-400b7e08-0356-4cfc-87fa-2476b1f7e2be Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:17:23,441 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-400b7e08-0356-4cfc-87fa-2476b1f7e2be 2018-08-12 08:17:23,827 - keystone_utils - INFO - Created user with name - CreateQoSTests-adc5fd91-4ce3-419-user 2018-08-12 08:17:23,827 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:17:23,829 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}743b884b4b862849b12d2b934ad09b3be971df44" 2018-08-12 08:17:23,845 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:17:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3f68f09b-f139-43a0-a0c7-95603170124d Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:17:23,846 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-3f68f09b-f139-43a0-a0c7-95603170124d 2018-08-12 08:17:23,849 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}743b884b4b862849b12d2b934ad09b3be971df44" -d '{"role": {"name": "CreateQoSTests-adc5fd91-4ce3-419-proj-role"}}' 2018-08-12 08:17:23,965 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:17:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b03e8f17-f45b-47f1-b5d5-2d9ec5aabeb2 Content-Length: 213 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "2433d10ea599434586f5e9d6f1174e73", "links": {"self": "http://172.30.9.21:5000/v3/roles/2433d10ea599434586f5e9d6f1174e73"}, "name": "CreateQoSTests-adc5fd91-4ce3-419-proj-role"}} 2018-08-12 08:17:23,965 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-b03e8f17-f45b-47f1-b5d5-2d9ec5aabeb2 2018-08-12 08:17:23,965 - keystone_utils - INFO - Created role with name - CreateQoSTests-adc5fd91-4ce3-419-proj-role 2018-08-12 08:17:23,969 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/2433d10ea599434586f5e9d6f1174e73 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}743b884b4b862849b12d2b934ad09b3be971df44" 2018-08-12 08:17:24,063 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:17:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2037b128-6285-4dce-9840-12d46e1a9b56 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "2433d10ea599434586f5e9d6f1174e73", "links": {"self": "http://172.30.9.21:5000/v3/roles/2433d10ea599434586f5e9d6f1174e73"}, "name": "CreateQoSTests-adc5fd91-4ce3-419-proj-role"}} 2018-08-12 08:17:24,063 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/2433d10ea599434586f5e9d6f1174e73 used request id req-2037b128-6285-4dce-9840-12d46e1a9b56 2018-08-12 08:17:24,063 - keystone_utils - INFO - Granting role CreateQoSTests-adc5fd91-4ce3-419-proj-role to project CreateQoSTests-adc5fd91-4ce3-419-proj 2018-08-12 08:17:24,067 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/8e5815c0c36f4a4db79dbe7ffd0d7a5d/users/fb2915d0383d443b809f38b5b38fbcfb/roles/2433d10ea599434586f5e9d6f1174e73 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}743b884b4b862849b12d2b934ad09b3be971df44" 2018-08-12 08:17:24,203 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:17:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b82f3cfd-0c9f-40fb-ae54-d5420cc3e170 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 08:17:24,203 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/8e5815c0c36f4a4db79dbe7ffd0d7a5d/users/fb2915d0383d443b809f38b5b38fbcfb/roles/2433d10ea599434586f5e9d6f1174e73 used request id req-b82f3cfd-0c9f-40fb-ae54-d5420cc3e170 2018-08-12 08:17:24,223 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:17:24,224 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:17:24,612 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:17:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["u5Wse6-HSHuBGHq713xYHw"], "issued_at": "2018-08-12T08:17:24.000000Z"}} 2018-08-12 08:17:24,613 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}cd731ee6321f6b3c8be1dca82707d77a726d6bc5" 2018-08-12 08:17:24,628 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:17:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bbd6a0b5-be27-4247-9a5b-3a6c785b374d Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:17:24,628 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-bbd6a0b5-be27-4247-9a5b-3a6c785b374d 2018-08-12 08:17:24,633 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/qos-specs -H "OpenStack-API-Version: volume 3.5" -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd731ee6321f6b3c8be1dca82707d77a726d6bc5" 2018-08-12 08:17:25,236 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:17:24 GMT Server: Apache x-compute-request-id: req-48bb2b8d-7809-4244-92ea-f189a7b2b3e2 OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version x-openstack-request-id: req-48bb2b8d-7809-4244-92ea-f189a7b2b3e2 Content-Length: 17 Content-Type: application/json RESP BODY: {"qos_specs": []} 2018-08-12 08:17:25,236 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/qos-specs used request id req-48bb2b8d-7809-4244-92ea-f189a7b2b3e2 2018-08-12 08:17:25,238 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/qos-specs -H "Accept: application/json" -H "User-Agent: python-cinderclient" -H "OpenStack-API-Version: volume 3.5" -H "X-Auth-Token: {SHA1}cd731ee6321f6b3c8be1dca82707d77a726d6bc5" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-48bb2b8d-7809-4244-92ea-f189a7b2b3e2" -d '{"qos_specs": {"consumer": "both", "name": "CreateQoSTests-6622320f-90bf-4534-bf13-40ee932da56a"}}' 2018-08-12 08:17:25,855 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:17:25 GMT Server: Apache x-compute-request-id: req-b297701d-3a4e-4e1d-9516-003aa621d3ea OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-b297701d-3a4e-4e1d-9516-003aa621d3ea Content-Encoding: gzip Content-Length: 237 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {}, "consumer": "both", "id": "4e5c44ec-69d6-4f60-a676-61b41ae62e2f", "name": "CreateQoSTests-6622320f-90bf-4534-bf13-40ee932da56a"}, "links": [{"href": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/qos-specs/4e5c44ec-69d6-4f60-a676-61b41ae62e2f", "rel": "self"}, {"href": "http://172.30.9.21:8776/a267b9a156244bb192691cff6e5f74fe/qos-specs/4e5c44ec-69d6-4f60-a676-61b41ae62e2f", "rel": "bookmark"}]} 2018-08-12 08:17:25,855 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/qos-specs used request id req-b297701d-3a4e-4e1d-9516-003aa621d3ea 2018-08-12 08:17:25,856 - create_qos - INFO - Created qos with name - CreateQoSTests-6622320f-90bf-4534-bf13-40ee932da56a 2018-08-12 08:17:25,859 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/qos-specs -H "OpenStack-API-Version: volume 3.5" -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90ae4183ad92d96dbd725e2595b82a1d36cd4702" 2018-08-12 08:17:26,449 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:17:25 GMT Server: Apache x-compute-request-id: req-ce78a32d-f52c-4040-a2ac-10c13b0b471f OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-ce78a32d-f52c-4040-a2ac-10c13b0b471f Content-Encoding: gzip Content-Length: 149 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {}, "consumer": "both", "id": "4e5c44ec-69d6-4f60-a676-61b41ae62e2f", "name": "CreateQoSTests-6622320f-90bf-4534-bf13-40ee932da56a"}]} 2018-08-12 08:17:26,449 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/qos-specs used request id req-ce78a32d-f52c-4040-a2ac-10c13b0b471f 2018-08-12 08:17:26,450 - cinder_utils - INFO - Deleting QoS named - CreateQoSTests-6622320f-90bf-4534-bf13-40ee932da56a 2018-08-12 08:17:26,453 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/qos-specs/4e5c44ec-69d6-4f60-a676-61b41ae62e2f?force=False -H "OpenStack-API-Version: volume 3.5" -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ce78a32d-f52c-4040-a2ac-10c13b0b471f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90ae4183ad92d96dbd725e2595b82a1d36cd4702" 2018-08-12 08:17:27,086 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 08:17:26 GMT Server: Apache OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version x-openstack-request-id: req-8a1b3589-c41e-473f-a8ca-e154838307a7 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 08:17:27,087 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/qos-specs/4e5c44ec-69d6-4f60-a676-61b41ae62e2f?force=False used request id req-8a1b3589-c41e-473f-a8ca-e154838307a7 2018-08-12 08:17:27,090 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/qos-specs -H "OpenStack-API-Version: volume 3.5" -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ce78a32d-f52c-4040-a2ac-10c13b0b471f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90ae4183ad92d96dbd725e2595b82a1d36cd4702" 2018-08-12 08:17:27,680 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:17:27 GMT Server: Apache x-compute-request-id: req-122a3998-646f-4db4-815d-992737158b48 OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version x-openstack-request-id: req-122a3998-646f-4db4-815d-992737158b48 Content-Length: 17 Content-Type: application/json RESP BODY: {"qos_specs": []} 2018-08-12 08:17:27,680 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/qos-specs used request id req-122a3998-646f-4db4-815d-992737158b48 2018-08-12 08:17:27,681 - cinder_utils - INFO - Deleting QoS named - CreateQoSTests-6622320f-90bf-4534-bf13-40ee932da56a 2018-08-12 08:17:27,684 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/qos-specs/4e5c44ec-69d6-4f60-a676-61b41ae62e2f?force=False -H "OpenStack-API-Version: volume 3.5" -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-48bb2b8d-7809-4244-92ea-f189a7b2b3e2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd731ee6321f6b3c8be1dca82707d77a726d6bc5" 2018-08-12 08:17:28,275 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:17:27 GMT Server: Apache OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version x-compute-request-id: req-c16726b1-517f-4ba2-98fa-4a6796b5c5c8 x-openstack-request-id: req-c16726b1-517f-4ba2-98fa-4a6796b5c5c8 Content-Length: 100 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "No such QoS spec 4e5c44ec-69d6-4f60-a676-61b41ae62e2f.", "code": 404}} 2018-08-12 08:17:28,275 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/qos-specs/4e5c44ec-69d6-4f60-a676-61b41ae62e2f?force=False used request id req-c16726b1-517f-4ba2-98fa-4a6796b5c5c8 2018-08-12 08:17:28,276 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:17:28,276 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:17:28,277 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:17:28,277 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:17:28,277 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:17:28,283 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}743b884b4b862849b12d2b934ad09b3be971df44" 2018-08-12 08:17:28,544 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 43135 X-Openstack-Request-Id: req-edc45fd9-0ecd-4c4a-bfca-5de61f629ed0 Date: Sun, 12 Aug 2018 08:17:28 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "created_at": "2018-08-12T06:59:44Z", "updated_at": "2018-08-12T06:59:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "1d7fd960-7865-4453-aecc-8d399b4fad21", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "66820d8a-b785-4b18-bd67-500221c8e4f9", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "74fc7638-a322-4841-8c47-06d36174a200", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "8eaa09ec-8419-4582-9312-1e527afe6e4b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}], "revision_number": 4, "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "created_at": "2018-08-12T05:12:34Z", "updated_at": "2018-08-12T05:12:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "709513d2-af7d-4d0b-bd3c-604fed75a711", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "aa346066-e46f-44f2-94be-2884aa998a19", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "c15f7b93-e56c-4afa-867d-2acb286d4b7b", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "cb0ef83f-5f70-4a80-ad35-431ca9df551e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}], "revision_number": 4, "project_id": "fa5a7fe6ee54472ba01638877aade8e3", "id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ea65becf30e54b27aa96a449698a435e", "created_at": "2018-08-12T05:10:35Z", "updated_at": "2018-08-12T05:10:35Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "30ad280c-f302-4cd4-a438-5139917b56f9", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "76115c4c-887d-4f0a-83e2-486e4b39c713", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "8ab14937-4c08-4d43-8a9a-662e622cc643", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "ee757a03-5662-4273-9c3e-6212e7afb48f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}], "revision_number": 4, "project_id": "ea65becf30e54b27aa96a449698a435e", "id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "created_at": "2018-08-12T06:20:09Z", "updated_at": "2018-08-12T06:20:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "1123b8f2-75ac-4a26-b9b2-a96da97408e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "2ddd2b93-e080-48cd-9a50-f5fe8a82ad0c", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "cd1bae62-0aea-4438-b4c3-50a69ae6f855", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "e398e01e-ceea-46d1-9534-b929808c4a5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}], "revision_number": 4, "project_id": "ff7abd7bb61f4f2889831e932d65dc2e", "id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "created_at": "2018-08-12T05:34:57Z", "updated_at": "2018-08-12T05:34:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "208a1c1e-f5f8-49c7-9a25-d07e68b1541f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "27bfd867-e607-4bf8-9de8-60682d3f771d", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "49360e1f-6fd3-4f35-b339-24cea95773ee", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "60f631a9-d305-4920-9631-d0543e2ac64f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}], "revision_number": 4, "project_id": "3a85ceae958d4d9fba68847e7df67db8", "id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "created_at": "2018-08-12T05:34:40Z", "updated_at": "2018-08-12T05:34:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "2192c259-363e-4768-ae73-e75837ad63b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "3f87ddc5-f84d-41dc-8215-847724782569", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "7d89f6da-ea78-49dd-9115-f9ad23b250bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "9ec4497d-0f65-44db-9be9-7b3042e4a584", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}], "revision_number": 4, "project_id": "85517fcf1c6247e699fdcdd42ecc8c79", "id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "created_at": "2018-08-12T05:16:02Z", "updated_at": "2018-08-12T05:16:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "1ecacd8c-c1c7-4a66-9871-406a69323b43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "3cc1750c-e0e7-4902-b6f3-494a161b832e", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "d719a7a4-8c99-44ed-8c12-6bf071890203", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "fe7421b5-d577-41da-8c78-62f3c07eda92", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}], "revision_number": 4, "project_id": "a267b9a156244bb192691cff6e5f74fe", "id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "315a428116f24d9fbb826b37080a918e", "created_at": "2018-08-12T05:11:31Z", "updated_at": "2018-08-12T05:11:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "5e52886a-1dc3-4a81-a55d-f388dc4fd1a1", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "678e32e4-d64c-448a-a4ab-e253ab94ae90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "a8da1539-e3ad-4f90-b2df-3dc1f09d228a", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "b73d5cc9-0205-4658-bb1f-61a042c0ab8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}], "revision_number": 4, "project_id": "315a428116f24d9fbb826b37080a918e", "id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-12T05:08:01Z", "updated_at": "2018-08-12T05:08:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:01Z", "revision_number": 0, "id": "0fb05d03-1117-45d0-930c-b6d4c96ef102", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "4faaab33-5788-4bbd-85b8-0fb44d41413a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "96d0c5a0-5c67-421b-8fc8-2b46d77e5db3", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "dd78519b-4bc5-4e8e-ad0f-58089dd69347", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "11a46741b7954b959fd7764109c047b6", "created_at": "2018-08-12T05:34:51Z", "updated_at": "2018-08-12T05:34:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "0b67bf3c-2289-43bb-ab6c-7d25ec32a279", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "51f3f833-337a-42bd-a8d5-742ea8d6c226", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "571fd0b5-ef90-408d-af33-aafb517b8993", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "944ba823-fb9c-496e-a66e-bb426bb14a8d", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}], "revision_number": 4, "project_id": "11a46741b7954b959fd7764109c047b6", "id": "90af9782-8112-4257-801d-ee5115d226ba", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "created_at": "2018-08-12T05:34:26Z", "updated_at": "2018-08-12T05:34:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "2ee1f63a-807c-4d6a-85ee-dd784f6b8c3f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5dec3ec2-2add-47dd-8618-90659dcf3885", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5ea0dc3e-49d0-43f0-94e9-f6443527d14c", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "fbfaca22-7e3e-4128-8973-43e439b77c28", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}], "revision_number": 4, "project_id": "3c01cd58055c44ecaef39f7e625c2258", "id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "521007c1818145639e93ceb270559219", "created_at": "2018-08-12T05:13:27Z", "updated_at": "2018-08-12T05:13:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "5e7fede5-b0f2-47d8-95c3-516cdfc7f9de", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "8fd0e36f-c6c4-4f64-ba97-40439e614448", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "db7d79de-1dfc-4138-945f-91e74cdc266b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "e87f2cff-ff3e-4b6d-aaf0-7f0eb0ab9f05", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}], "revision_number": 4, "project_id": "521007c1818145639e93ceb270559219", "id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "created_at": "2018-08-12T05:08:18Z", "updated_at": "2018-08-12T05:08:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "3c67be40-bf74-4f97-9693-d93ce73a23b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "6112d869-2fc6-4a25-a13c-3d55cd7206c0", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "bdf21c56-453e-482e-9cba-3c55abcb0339", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "c8e92c39-38cc-4f48-be9c-5f0912e6a725", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}], "revision_number": 4, "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "created_at": "2018-08-12T05:04:23Z", "updated_at": "2018-08-12T05:04:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "280546d9-8ad1-4283-abfc-15ee9b1736c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "58bce125-f2ca-4a6d-b9ca-4e6cf5c0f7a5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "69275b9a-cfb5-482c-a9c4-8ffc79adf2c7", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "6d747f3a-3764-469a-a645-f977585c5aac", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}], "revision_number": 4, "project_id": "310f5853751a4c968f3eeb0a3d99a0a8", "id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "created_at": "2018-08-12T05:34:42Z", "updated_at": "2018-08-12T05:34:42Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "199582e8-25aa-457a-aa7c-6d8413ca4464", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "234f3609-4454-448f-919d-c8143c7cd764", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "c1061460-71a2-49a9-a04b-9fa33eeb17ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "d21ac532-51d8-4d6b-8300-7bac216759bf", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}], "revision_number": 4, "project_id": "9f6c1a272706419c9a74b0893b2890e8", "id": "d6739716-c693-460c-89c6-e7c8c48f8245", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "created_at": "2018-08-12T05:34:54Z", "updated_at": "2018-08-12T05:34:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "0633a05a-ee7d-4476-a56b-75d011b22f77", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "6cc1b9f8-73db-47a3-a0e0-3c96c43f34da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "90d99a6b-e94f-4fd8-a10c-f19dd8954c13", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "e843c139-af2a-4d2c-a24f-59f7b10ff72e", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}], "revision_number": 4, "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "created_at": "2018-08-12T05:09:07Z", "updated_at": "2018-08-12T05:09:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "5495e168-f505-4d74-ae6d-387f0bf533c2", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "6fd19b8b-3062-456e-81ba-3ff37fe43429", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8ca59d25-485c-46ce-939c-2e4a468caeac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8f190846-50a0-42b9-b571-390809b752b1", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}], "revision_number": 4, "project_id": "fa9ca6d7608b4d7d87ce97331679a481", "id": "edcd9b17-9416-4c25-823c-060c435e18d7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "created_at": "2018-08-12T05:34:52Z", "updated_at": "2018-08-12T05:34:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "2c7e484e-6ec5-4a95-8c9c-66d294c0c27e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "70c74258-3c2c-4efc-87e0-079c26ee3417", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "b70382fa-082e-4c2b-abc8-87490fa50b11", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "c3628e02-b4b6-42c9-8751-c1a2d3c19caa", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}], "revision_number": 4, "project_id": "87db863ba6e348b0a5ddcb67053db9d1", "id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "name": "default"}]} 2018-08-12 08:17:28,545 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-edc45fd9-0ecd-4c4a-bfca-5de61f629ed0 2018-08-12 08:17:28,553 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}743b884b4b862849b12d2b934ad09b3be971df44" 2018-08-12 08:17:28,647 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:17:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-29fa266b-2ab6-4515-8b9c-469c4b360cca Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 5fe28c13d4d74ba2be8d019ac1ea6363.", "code": 404, "title": "Not Found"}} 2018-08-12 08:17:28,647 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 used request id req-29fa266b-2ab6-4515-8b9c-469c4b360cca 2018-08-12 08:17:28,648 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:17:28,651 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}743b884b4b862849b12d2b934ad09b3be971df44" 2018-08-12 08:17:28,728 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:17:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f2fad990-4d64-4bd2-8bab-68e89855c316 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa5a7fe6ee54472ba01638877aade8e3.", "code": 404, "title": "Not Found"}} 2018-08-12 08:17:28,728 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 used request id req-f2fad990-4d64-4bd2-8bab-68e89855c316 2018-08-12 08:17:28,728 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:17:28,732 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}743b884b4b862849b12d2b934ad09b3be971df44" 2018-08-12 08:17:28,807 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:17:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d53268a5-59d0-4c67-8beb-1b165f614799 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ea65becf30e54b27aa96a449698a435e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:17:28,807 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e used request id req-d53268a5-59d0-4c67-8beb-1b165f614799 2018-08-12 08:17:28,807 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:17:28,811 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}743b884b4b862849b12d2b934ad09b3be971df44" 2018-08-12 08:17:28,903 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:17:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-84263d4f-f467-4b20-8a33-eefca1e4d9bc Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ff7abd7bb61f4f2889831e932d65dc2e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:17:28,904 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e used request id req-84263d4f-f467-4b20-8a33-eefca1e4d9bc 2018-08-12 08:17:28,904 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:17:28,908 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}743b884b4b862849b12d2b934ad09b3be971df44" 2018-08-12 08:17:28,993 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:17:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-18eb2711-925c-483c-905b-07487cb30a3c Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3a85ceae958d4d9fba68847e7df67db8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:17:28,993 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 used request id req-18eb2711-925c-483c-905b-07487cb30a3c 2018-08-12 08:17:28,993 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:17:28,997 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}743b884b4b862849b12d2b934ad09b3be971df44" 2018-08-12 08:17:29,084 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:17:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-189cb4a3-6cb5-4da2-811d-a40b9b96888b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 85517fcf1c6247e699fdcdd42ecc8c79.", "code": 404, "title": "Not Found"}} 2018-08-12 08:17:29,084 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 used request id req-189cb4a3-6cb5-4da2-811d-a40b9b96888b 2018-08-12 08:17:29,084 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:17:29,087 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}743b884b4b862849b12d2b934ad09b3be971df44" 2018-08-12 08:17:29,181 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:17:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6d16926b-6a09-452a-8b05-94b29fd9b72b Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}} 2018-08-12 08:17:29,181 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe used request id req-6d16926b-6a09-452a-8b05-94b29fd9b72b 2018-08-12 08:17:29,185 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}743b884b4b862849b12d2b934ad09b3be971df44" 2018-08-12 08:17:29,270 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:17:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-54beaa68-b9f7-4479-a54b-3dfcd0a9b7c8 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 315a428116f24d9fbb826b37080a918e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:17:29,270 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e used request id req-54beaa68-b9f7-4479-a54b-3dfcd0a9b7c8 2018-08-12 08:17:29,271 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:17:29,274 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}743b884b4b862849b12d2b934ad09b3be971df44" 2018-08-12 08:17:29,365 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:17:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c07ef231-c249-4598-abd4-d9e430c76c64 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 11a46741b7954b959fd7764109c047b6.", "code": 404, "title": "Not Found"}} 2018-08-12 08:17:29,365 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 used request id req-c07ef231-c249-4598-abd4-d9e430c76c64 2018-08-12 08:17:29,365 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:17:29,368 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}743b884b4b862849b12d2b934ad09b3be971df44" 2018-08-12 08:17:29,459 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:17:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0f8ba31a-84ab-448f-9a82-9372288e0c38 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3c01cd58055c44ecaef39f7e625c2258.", "code": 404, "title": "Not Found"}} 2018-08-12 08:17:29,459 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 used request id req-0f8ba31a-84ab-448f-9a82-9372288e0c38 2018-08-12 08:17:29,459 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:17:29,463 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}743b884b4b862849b12d2b934ad09b3be971df44" 2018-08-12 08:17:29,548 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:17:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0028ca12-a014-4944-8900-3012109e84ad Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 521007c1818145639e93ceb270559219.", "code": 404, "title": "Not Found"}} 2018-08-12 08:17:29,548 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 used request id req-0028ca12-a014-4944-8900-3012109e84ad 2018-08-12 08:17:29,548 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:17:29,551 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}743b884b4b862849b12d2b934ad09b3be971df44" 2018-08-12 08:17:29,634 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:17:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-61072daf-afec-45d6-8b36-f314a0eb487c Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e18fcc7fc10a4fd0b20234f8520d0aab.", "code": 404, "title": "Not Found"}} 2018-08-12 08:17:29,634 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab used request id req-61072daf-afec-45d6-8b36-f314a0eb487c 2018-08-12 08:17:29,634 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:17:29,638 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}743b884b4b862849b12d2b934ad09b3be971df44" 2018-08-12 08:17:29,735 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:17:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ddadaa78-6558-4e6a-8b9f-4d02f461075f Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "310f5853751a4c968f3eeb0a3d99a0a8", "name": "service"}} 2018-08-12 08:17:29,735 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 used request id req-ddadaa78-6558-4e6a-8b9f-4d02f461075f 2018-08-12 08:17:29,739 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}743b884b4b862849b12d2b934ad09b3be971df44" 2018-08-12 08:17:29,823 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:17:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0aebcd9e-745a-4e9d-87a3-0f435969d268 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9f6c1a272706419c9a74b0893b2890e8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:17:29,824 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 used request id req-0aebcd9e-745a-4e9d-87a3-0f435969d268 2018-08-12 08:17:29,824 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:17:29,828 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/34cb7327fcfc4b52a63b4b8c0ea4a54d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}743b884b4b862849b12d2b934ad09b3be971df44" 2018-08-12 08:17:29,917 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:17:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-15f2d05d-a1be-44b1-959d-a60afe59456f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 34cb7327fcfc4b52a63b4b8c0ea4a54d.", "code": 404, "title": "Not Found"}} 2018-08-12 08:17:29,917 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/34cb7327fcfc4b52a63b4b8c0ea4a54d used request id req-15f2d05d-a1be-44b1-959d-a60afe59456f 2018-08-12 08:17:29,917 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:17:29,921 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa9ca6d7608b4d7d87ce97331679a481 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}743b884b4b862849b12d2b934ad09b3be971df44" 2018-08-12 08:17:30,013 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:17:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-701a90a8-839e-44c6-b97d-508152b3bc38 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa9ca6d7608b4d7d87ce97331679a481.", "code": 404, "title": "Not Found"}} 2018-08-12 08:17:30,013 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa9ca6d7608b4d7d87ce97331679a481 used request id req-701a90a8-839e-44c6-b97d-508152b3bc38 2018-08-12 08:17:30,013 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:17:30,017 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/87db863ba6e348b0a5ddcb67053db9d1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}743b884b4b862849b12d2b934ad09b3be971df44" 2018-08-12 08:17:30,104 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:17:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-967cee93-310f-4d50-8203-f0cd1c3cc56b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87db863ba6e348b0a5ddcb67053db9d1.", "code": 404, "title": "Not Found"}} 2018-08-12 08:17:30,104 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/87db863ba6e348b0a5ddcb67053db9d1 used request id req-967cee93-310f-4d50-8203-f0cd1c3cc56b 2018-08-12 08:17:30,105 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:17:30,105 - keystone_utils - INFO - Deleting project with name - CreateQoSTests-adc5fd91-4ce3-419-proj 2018-08-12 08:17:30,109 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/8e5815c0c36f4a4db79dbe7ffd0d7a5d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}743b884b4b862849b12d2b934ad09b3be971df44" 2018-08-12 08:17:30,444 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:17:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c7eb606d-4e7f-43c6-8158-3338b34022f2 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 08:17:30,444 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/8e5815c0c36f4a4db79dbe7ffd0d7a5d used request id req-c7eb606d-4e7f-43c6-8158-3338b34022f2 2018-08-12 08:17:30,445 - keystone_utils - INFO - Deleting role with name - CreateQoSTests-adc5fd91-4ce3-419-proj-role 2018-08-12 08:17:30,448 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/2433d10ea599434586f5e9d6f1174e73 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}743b884b4b862849b12d2b934ad09b3be971df44" 2018-08-12 08:17:30,569 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:17:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a3d4238a-7a29-4e32-9eac-c96dcc722ac3 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 08:17:30,570 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/2433d10ea599434586f5e9d6f1174e73 used request id req-a3d4238a-7a29-4e32-9eac-c96dcc722ac3 2018-08-12 08:17:30,572 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}743b884b4b862849b12d2b934ad09b3be971df44" 2018-08-12 08:17:30,661 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:17:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-158260b3-b09f-47bd-ae62-8a6a343c38e9 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:17:30,661 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-158260b3-b09f-47bd-ae62-8a6a343c38e9 2018-08-12 08:17:30,662 - keystone_utils - INFO - Deleting user with name - CreateQoSTests-adc5fd91-4ce3-419-user 2018-08-12 08:17:30,666 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/fb2915d0383d443b809f38b5b38fbcfb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b11930dd08bf2a135d0856952751a609c73d2edb" 2018-08-12 08:17:30,848 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:17:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cf434e87-00a7-4643-9d90-644e63ab8828 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 08:17:30,848 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/fb2915d0383d443b809f38b5b38fbcfb used request id req-cf434e87-00a7-4643-9d90-644e63ab8828 2018-08-12 08:17:30,850 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:17:31,247 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:17:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["ADGuDcECTBiDwJCulIVtrQ"], "issued_at": "2018-08-12T08:17:31.000000Z"}} 2018-08-12 08:17:31,248 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}8a2ea52aa773798475c8ba4a17caf3aabe192d9d" 2018-08-12 08:17:31,328 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:17:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ffbadc03-a046-47fc-a378-0258ad6df45e Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:17:31,329 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-ffbadc03-a046-47fc-a378-0258ad6df45e 2018-08-12 08:17:31,330 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:17:31,331 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:17:31,728 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:17:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["dKys-Mc6TDCr6PCUm73X_A"], "issued_at": "2018-08-12T08:17:31.000000Z"}} 2018-08-12 08:17:31,728 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}80f11fbbd1cc9b9c769585fc26eec8477b8a911f" 2018-08-12 08:17:31,820 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:17:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-429076dd-80a3-4594-aa9c-538cf9e12d9b Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:17:31,820 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-429076dd-80a3-4594-aa9c-538cf9e12d9b 2018-08-12 08:17:31,824 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:17:31,830 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:17:31 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:17:31,831 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateQoSTests-12958046-3d55-424-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80f11fbbd1cc9b9c769585fc26eec8477b8a911f" 2018-08-12 08:17:31,924 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:17:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-892e3b3d-0dcb-4e30-97cb-96bf139aa825 Content-Encoding: gzip Content-Length: 173 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateQoSTests-12958046-3d55-424-proj", "previous": null, "next": null}, "projects": []} 2018-08-12 08:17:31,924 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateQoSTests-12958046-3d55-424-proj used request id req-892e3b3d-0dcb-4e30-97cb-96bf139aa825 2018-08-12 08:17:31,928 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80f11fbbd1cc9b9c769585fc26eec8477b8a911f" 2018-08-12 08:17:32,023 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:17:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aa42f505-beef-4099-810f-4fbf2f2bdd73 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:17:32,023 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-aa42f505-beef-4099-810f-4fbf2f2bdd73 2018-08-12 08:17:32,027 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80f11fbbd1cc9b9c769585fc26eec8477b8a911f" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateQoSTests-12958046-3d55-424-proj"}}' 2018-08-12 08:17:32,150 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:17:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0add3f99-5b46-4830-aef6-53e17a8b97fe Content-Length: 311 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/a4d367f8f379478fad8ab2d97f7aad6e"}, "tags": [], "enabled": true, "id": "a4d367f8f379478fad8ab2d97f7aad6e", "parent_id": "default", "domain_id": "default", "name": "CreateQoSTests-12958046-3d55-424-proj"}} 2018-08-12 08:17:32,151 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-0add3f99-5b46-4830-aef6-53e17a8b97fe 2018-08-12 08:17:32,151 - keystone_utils - INFO - Created project with name - CreateQoSTests-12958046-3d55-424-proj 2018-08-12 08:17:32,151 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:17:32,152 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:17:32,553 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:17:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["w__JttYoQZuWVWmNv4ssRQ"], "issued_at": "2018-08-12T08:17:32.000000Z"}} 2018-08-12 08:17:32,554 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}867c99b5b3b3a55c2c54f5c0d46d283215e61ec8" 2018-08-12 08:17:32,641 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:17:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-395042cc-0b28-4e3c-afe2-44987fa72136 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:17:32,641 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-395042cc-0b28-4e3c-afe2-44987fa72136 2018-08-12 08:17:32,645 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:17:32,650 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:17:32 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:17:32,651 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}867c99b5b3b3a55c2c54f5c0d46d283215e61ec8" 2018-08-12 08:17:32,763 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:17:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2eea7cdc-3123-40bc-8674-7251959a1cdf Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/105a247548624314b9228f85f6325f0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105a247548624314b9228f85f6325f0b", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/1c5de0eaa44543f08da6ad63a51594ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c5de0eaa44543f08da6ad63a51594ff", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/1d127b5b832547a88a547c116dfdd65b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d127b5b832547a88a547c116dfdd65b", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/1d5cfc170d624ce4ae53ae0507c8d517"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d5cfc170d624ce4ae53ae0507c8d517", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/2421820b75eb4d3ebd02830378d1377b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2421820b75eb4d3ebd02830378d1377b", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/40bd8ee54ecf44868cc83cede652c396"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40bd8ee54ecf44868cc83cede652c396", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/4f32fb8153854c4c9f5094b42b523f80"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f32fb8153854c4c9f5094b42b523f80", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7066130d08fb4db7bf4ab468de53933b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7066130d08fb4db7bf4ab468de53933b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/8d0898a83bcf4521bbc11501d5d7ac89"}, "domain_id": "1eec97585bde483292ece28ee11f4b8d", "enabled": true, "options": {}, "id": "8d0898a83bcf4521bbc11501d5d7ac89", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/9defcced327d476f8a3beab718a13da3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9defcced327d476f8a3beab718a13da3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/b80ee4f6992446e0879624dd436e99a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b80ee4f6992446e0879624dd436e99a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b86fd3e011324d398fcdb6f095a20a9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b86fd3e011324d398fcdb6f095a20a9d", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1701d2754064b5cadf765ea0806f9b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1701d2754064b5cadf765ea0806f9b2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/db4e7b8d76d549faa502716565c733dd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db4e7b8d76d549faa502716565c733dd", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-12 08:17:32,763 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-2eea7cdc-3123-40bc-8674-7251959a1cdf 2018-08-12 08:17:32,767 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateQoSTests-12958046-3d55-424-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}867c99b5b3b3a55c2c54f5c0d46d283215e61ec8" 2018-08-12 08:17:32,860 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:17:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-25edd80c-0d64-425d-b9de-adbceade1f6b Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateQoSTests-12958046-3d55-424-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/a4d367f8f379478fad8ab2d97f7aad6e"}, "tags": [], "enabled": true, "id": "a4d367f8f379478fad8ab2d97f7aad6e", "parent_id": "default", "domain_id": "default", "name": "CreateQoSTests-12958046-3d55-424-proj"}]} 2018-08-12 08:17:32,861 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateQoSTests-12958046-3d55-424-proj used request id req-25edd80c-0d64-425d-b9de-adbceade1f6b 2018-08-12 08:17:32,865 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}867c99b5b3b3a55c2c54f5c0d46d283215e61ec8" 2018-08-12 08:17:32,957 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:17:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-00bb8e3a-6ca3-446c-893b-3527db2b6725 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:17:32,957 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-00bb8e3a-6ca3-446c-893b-3527db2b6725 2018-08-12 08:17:33,342 - keystone_utils - INFO - Created user with name - CreateQoSTests-12958046-3d55-424-user 2018-08-12 08:17:33,343 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:17:33,346 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80f11fbbd1cc9b9c769585fc26eec8477b8a911f" 2018-08-12 08:17:33,455 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:17:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-101051e9-9839-49dc-abaf-7aca7acc4490 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:17:33,456 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-101051e9-9839-49dc-abaf-7aca7acc4490 2018-08-12 08:17:33,459 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80f11fbbd1cc9b9c769585fc26eec8477b8a911f" -d '{"role": {"name": "CreateQoSTests-12958046-3d55-424-proj-role"}}' 2018-08-12 08:17:33,703 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:17:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cb875557-c2d6-4ffa-afe0-7c78f7aaffca Content-Length: 213 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "fe136df3c35d4c8f816798d8c3d67e9e", "links": {"self": "http://172.30.9.21:5000/v3/roles/fe136df3c35d4c8f816798d8c3d67e9e"}, "name": "CreateQoSTests-12958046-3d55-424-proj-role"}} 2018-08-12 08:17:33,703 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-cb875557-c2d6-4ffa-afe0-7c78f7aaffca 2018-08-12 08:17:33,703 - keystone_utils - INFO - Created role with name - CreateQoSTests-12958046-3d55-424-proj-role 2018-08-12 08:17:33,707 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/fe136df3c35d4c8f816798d8c3d67e9e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80f11fbbd1cc9b9c769585fc26eec8477b8a911f" 2018-08-12 08:17:33,795 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:17:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-374a12e2-aea9-4b3a-b3f9-e791fc1e22ac Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "fe136df3c35d4c8f816798d8c3d67e9e", "links": {"self": "http://172.30.9.21:5000/v3/roles/fe136df3c35d4c8f816798d8c3d67e9e"}, "name": "CreateQoSTests-12958046-3d55-424-proj-role"}} 2018-08-12 08:17:33,795 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/fe136df3c35d4c8f816798d8c3d67e9e used request id req-374a12e2-aea9-4b3a-b3f9-e791fc1e22ac 2018-08-12 08:17:33,795 - keystone_utils - INFO - Granting role CreateQoSTests-12958046-3d55-424-proj-role to project CreateQoSTests-12958046-3d55-424-proj 2018-08-12 08:17:33,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/a4d367f8f379478fad8ab2d97f7aad6e/users/287b19cf09c3401d94b4b189fe961d3c/roles/fe136df3c35d4c8f816798d8c3d67e9e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80f11fbbd1cc9b9c769585fc26eec8477b8a911f" 2018-08-12 08:17:33,926 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:17:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-076d2cf9-7942-4649-94f5-fc58653770b4 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 08:17:33,926 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/a4d367f8f379478fad8ab2d97f7aad6e/users/287b19cf09c3401d94b4b189fe961d3c/roles/fe136df3c35d4c8f816798d8c3d67e9e used request id req-076d2cf9-7942-4649-94f5-fc58653770b4 2018-08-12 08:17:33,928 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:17:33,929 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:17:34,316 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:17:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["qEQ27RNKTbS_0x0mUrlrow"], "issued_at": "2018-08-12T08:17:34.000000Z"}} 2018-08-12 08:17:34,316 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}2301010e24030a277ff0f602c800fcb55bedc941" 2018-08-12 08:17:34,405 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:17:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b02912b-7967-4396-8dee-b8d346ee387d Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:17:34,405 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-4b02912b-7967-4396-8dee-b8d346ee387d 2018-08-12 08:17:34,411 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/qos-specs -H "OpenStack-API-Version: volume 3.5" -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2301010e24030a277ff0f602c800fcb55bedc941" 2018-08-12 08:17:35,006 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:17:34 GMT Server: Apache x-compute-request-id: req-9c23568c-cf12-41b7-8b36-71fe0b73466b OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version x-openstack-request-id: req-9c23568c-cf12-41b7-8b36-71fe0b73466b Content-Length: 17 Content-Type: application/json RESP BODY: {"qos_specs": []} 2018-08-12 08:17:35,007 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/qos-specs used request id req-9c23568c-cf12-41b7-8b36-71fe0b73466b 2018-08-12 08:17:35,010 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/qos-specs -H "Accept: application/json" -H "User-Agent: python-cinderclient" -H "OpenStack-API-Version: volume 3.5" -H "X-Auth-Token: {SHA1}2301010e24030a277ff0f602c800fcb55bedc941" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-9c23568c-cf12-41b7-8b36-71fe0b73466b" -d '{"qos_specs": {"consumer": "both", "name": "CreateQoSTests-f8c63c21-1d80-44a2-bf83-3163cbfc132d"}}' 2018-08-12 08:17:35,609 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:17:35 GMT Server: Apache x-compute-request-id: req-22162c69-8ef5-40da-8163-1f7e627fa809 OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-22162c69-8ef5-40da-8163-1f7e627fa809 Content-Encoding: gzip Content-Length: 237 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {}, "consumer": "both", "id": "b0cc74b7-db61-46d7-9eef-6c0d131142e5", "name": "CreateQoSTests-f8c63c21-1d80-44a2-bf83-3163cbfc132d"}, "links": [{"href": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/qos-specs/b0cc74b7-db61-46d7-9eef-6c0d131142e5", "rel": "self"}, {"href": "http://172.30.9.21:8776/a267b9a156244bb192691cff6e5f74fe/qos-specs/b0cc74b7-db61-46d7-9eef-6c0d131142e5", "rel": "bookmark"}]} 2018-08-12 08:17:35,609 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/qos-specs used request id req-22162c69-8ef5-40da-8163-1f7e627fa809 2018-08-12 08:17:35,610 - create_qos - INFO - Created qos with name - CreateQoSTests-f8c63c21-1d80-44a2-bf83-3163cbfc132d 2018-08-12 08:17:35,613 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/qos-specs -H "OpenStack-API-Version: volume 3.5" -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a2ea52aa773798475c8ba4a17caf3aabe192d9d" 2018-08-12 08:17:36,212 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:17:35 GMT Server: Apache x-compute-request-id: req-5f4031ed-a2a9-4385-bcca-2eccf24f0153 OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-5f4031ed-a2a9-4385-bcca-2eccf24f0153 Content-Encoding: gzip Content-Length: 149 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {}, "consumer": "both", "id": "b0cc74b7-db61-46d7-9eef-6c0d131142e5", "name": "CreateQoSTests-f8c63c21-1d80-44a2-bf83-3163cbfc132d"}]} 2018-08-12 08:17:36,212 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/qos-specs used request id req-5f4031ed-a2a9-4385-bcca-2eccf24f0153 2018-08-12 08:17:36,213 - cinder_utils - INFO - Deleting QoS named - CreateQoSTests-f8c63c21-1d80-44a2-bf83-3163cbfc132d 2018-08-12 08:17:36,216 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/qos-specs/b0cc74b7-db61-46d7-9eef-6c0d131142e5?force=False -H "OpenStack-API-Version: volume 3.5" -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-9c23568c-cf12-41b7-8b36-71fe0b73466b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2301010e24030a277ff0f602c800fcb55bedc941" 2018-08-12 08:17:36,858 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 08:17:36 GMT Server: Apache OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version x-openstack-request-id: req-ce52ceca-b244-4e87-8bbe-b2ace712d88b 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 08:17:36,859 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/qos-specs/b0cc74b7-db61-46d7-9eef-6c0d131142e5?force=False used request id req-ce52ceca-b244-4e87-8bbe-b2ace712d88b 2018-08-12 08:17:36,860 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:17:36,860 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:17:36,860 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:17:36,860 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:17:36,860 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:17:36,867 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80f11fbbd1cc9b9c769585fc26eec8477b8a911f" 2018-08-12 08:17:37,123 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 43135 X-Openstack-Request-Id: req-cfa5aa96-24bb-4fa6-bd7e-8a769597c67b Date: Sun, 12 Aug 2018 08:17:37 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "created_at": "2018-08-12T06:59:44Z", "updated_at": "2018-08-12T06:59:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "1d7fd960-7865-4453-aecc-8d399b4fad21", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "66820d8a-b785-4b18-bd67-500221c8e4f9", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "74fc7638-a322-4841-8c47-06d36174a200", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "8eaa09ec-8419-4582-9312-1e527afe6e4b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}], "revision_number": 4, "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "created_at": "2018-08-12T05:12:34Z", "updated_at": "2018-08-12T05:12:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "709513d2-af7d-4d0b-bd3c-604fed75a711", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "aa346066-e46f-44f2-94be-2884aa998a19", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "c15f7b93-e56c-4afa-867d-2acb286d4b7b", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "cb0ef83f-5f70-4a80-ad35-431ca9df551e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}], "revision_number": 4, "project_id": "fa5a7fe6ee54472ba01638877aade8e3", "id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ea65becf30e54b27aa96a449698a435e", "created_at": "2018-08-12T05:10:35Z", "updated_at": "2018-08-12T05:10:35Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "30ad280c-f302-4cd4-a438-5139917b56f9", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "76115c4c-887d-4f0a-83e2-486e4b39c713", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "8ab14937-4c08-4d43-8a9a-662e622cc643", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "ee757a03-5662-4273-9c3e-6212e7afb48f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}], "revision_number": 4, "project_id": "ea65becf30e54b27aa96a449698a435e", "id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "created_at": "2018-08-12T06:20:09Z", "updated_at": "2018-08-12T06:20:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "1123b8f2-75ac-4a26-b9b2-a96da97408e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "2ddd2b93-e080-48cd-9a50-f5fe8a82ad0c", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "cd1bae62-0aea-4438-b4c3-50a69ae6f855", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "e398e01e-ceea-46d1-9534-b929808c4a5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}], "revision_number": 4, "project_id": "ff7abd7bb61f4f2889831e932d65dc2e", "id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "created_at": "2018-08-12T05:34:57Z", "updated_at": "2018-08-12T05:34:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "208a1c1e-f5f8-49c7-9a25-d07e68b1541f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "27bfd867-e607-4bf8-9de8-60682d3f771d", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "49360e1f-6fd3-4f35-b339-24cea95773ee", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "60f631a9-d305-4920-9631-d0543e2ac64f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}], "revision_number": 4, "project_id": "3a85ceae958d4d9fba68847e7df67db8", "id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "created_at": "2018-08-12T05:34:40Z", "updated_at": "2018-08-12T05:34:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "2192c259-363e-4768-ae73-e75837ad63b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "3f87ddc5-f84d-41dc-8215-847724782569", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "7d89f6da-ea78-49dd-9115-f9ad23b250bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "9ec4497d-0f65-44db-9be9-7b3042e4a584", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}], "revision_number": 4, "project_id": "85517fcf1c6247e699fdcdd42ecc8c79", "id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "created_at": "2018-08-12T05:16:02Z", "updated_at": "2018-08-12T05:16:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "1ecacd8c-c1c7-4a66-9871-406a69323b43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "3cc1750c-e0e7-4902-b6f3-494a161b832e", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "d719a7a4-8c99-44ed-8c12-6bf071890203", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "fe7421b5-d577-41da-8c78-62f3c07eda92", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}], "revision_number": 4, "project_id": "a267b9a156244bb192691cff6e5f74fe", "id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "315a428116f24d9fbb826b37080a918e", "created_at": "2018-08-12T05:11:31Z", "updated_at": "2018-08-12T05:11:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "5e52886a-1dc3-4a81-a55d-f388dc4fd1a1", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "678e32e4-d64c-448a-a4ab-e253ab94ae90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "a8da1539-e3ad-4f90-b2df-3dc1f09d228a", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "b73d5cc9-0205-4658-bb1f-61a042c0ab8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}], "revision_number": 4, "project_id": "315a428116f24d9fbb826b37080a918e", "id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-12T05:08:01Z", "updated_at": "2018-08-12T05:08:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:01Z", "revision_number": 0, "id": "0fb05d03-1117-45d0-930c-b6d4c96ef102", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "4faaab33-5788-4bbd-85b8-0fb44d41413a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "96d0c5a0-5c67-421b-8fc8-2b46d77e5db3", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "dd78519b-4bc5-4e8e-ad0f-58089dd69347", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "11a46741b7954b959fd7764109c047b6", "created_at": "2018-08-12T05:34:51Z", "updated_at": "2018-08-12T05:34:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "0b67bf3c-2289-43bb-ab6c-7d25ec32a279", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "51f3f833-337a-42bd-a8d5-742ea8d6c226", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "571fd0b5-ef90-408d-af33-aafb517b8993", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "944ba823-fb9c-496e-a66e-bb426bb14a8d", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}], "revision_number": 4, "project_id": "11a46741b7954b959fd7764109c047b6", "id": "90af9782-8112-4257-801d-ee5115d226ba", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "created_at": "2018-08-12T05:34:26Z", "updated_at": "2018-08-12T05:34:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "2ee1f63a-807c-4d6a-85ee-dd784f6b8c3f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5dec3ec2-2add-47dd-8618-90659dcf3885", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5ea0dc3e-49d0-43f0-94e9-f6443527d14c", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "fbfaca22-7e3e-4128-8973-43e439b77c28", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}], "revision_number": 4, "project_id": "3c01cd58055c44ecaef39f7e625c2258", "id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "521007c1818145639e93ceb270559219", "created_at": "2018-08-12T05:13:27Z", "updated_at": "2018-08-12T05:13:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "5e7fede5-b0f2-47d8-95c3-516cdfc7f9de", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "8fd0e36f-c6c4-4f64-ba97-40439e614448", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "db7d79de-1dfc-4138-945f-91e74cdc266b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "e87f2cff-ff3e-4b6d-aaf0-7f0eb0ab9f05", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}], "revision_number": 4, "project_id": "521007c1818145639e93ceb270559219", "id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "created_at": "2018-08-12T05:08:18Z", "updated_at": "2018-08-12T05:08:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "3c67be40-bf74-4f97-9693-d93ce73a23b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "6112d869-2fc6-4a25-a13c-3d55cd7206c0", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "bdf21c56-453e-482e-9cba-3c55abcb0339", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "c8e92c39-38cc-4f48-be9c-5f0912e6a725", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}], "revision_number": 4, "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "created_at": "2018-08-12T05:04:23Z", "updated_at": "2018-08-12T05:04:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "280546d9-8ad1-4283-abfc-15ee9b1736c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "58bce125-f2ca-4a6d-b9ca-4e6cf5c0f7a5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "69275b9a-cfb5-482c-a9c4-8ffc79adf2c7", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "6d747f3a-3764-469a-a645-f977585c5aac", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}], "revision_number": 4, "project_id": "310f5853751a4c968f3eeb0a3d99a0a8", "id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "created_at": "2018-08-12T05:34:42Z", "updated_at": "2018-08-12T05:34:42Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "199582e8-25aa-457a-aa7c-6d8413ca4464", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "234f3609-4454-448f-919d-c8143c7cd764", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "c1061460-71a2-49a9-a04b-9fa33eeb17ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "d21ac532-51d8-4d6b-8300-7bac216759bf", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}], "revision_number": 4, "project_id": "9f6c1a272706419c9a74b0893b2890e8", "id": "d6739716-c693-460c-89c6-e7c8c48f8245", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "created_at": "2018-08-12T05:34:54Z", "updated_at": "2018-08-12T05:34:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "0633a05a-ee7d-4476-a56b-75d011b22f77", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "6cc1b9f8-73db-47a3-a0e0-3c96c43f34da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "90d99a6b-e94f-4fd8-a10c-f19dd8954c13", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "e843c139-af2a-4d2c-a24f-59f7b10ff72e", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}], "revision_number": 4, "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "created_at": "2018-08-12T05:09:07Z", "updated_at": "2018-08-12T05:09:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "5495e168-f505-4d74-ae6d-387f0bf533c2", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "6fd19b8b-3062-456e-81ba-3ff37fe43429", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8ca59d25-485c-46ce-939c-2e4a468caeac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8f190846-50a0-42b9-b571-390809b752b1", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}], "revision_number": 4, "project_id": "fa9ca6d7608b4d7d87ce97331679a481", "id": "edcd9b17-9416-4c25-823c-060c435e18d7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "created_at": "2018-08-12T05:34:52Z", "updated_at": "2018-08-12T05:34:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "2c7e484e-6ec5-4a95-8c9c-66d294c0c27e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "70c74258-3c2c-4efc-87e0-079c26ee3417", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "b70382fa-082e-4c2b-abc8-87490fa50b11", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "c3628e02-b4b6-42c9-8751-c1a2d3c19caa", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}], "revision_number": 4, "project_id": "87db863ba6e348b0a5ddcb67053db9d1", "id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "name": "default"}]} 2018-08-12 08:17:37,124 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-cfa5aa96-24bb-4fa6-bd7e-8a769597c67b 2018-08-12 08:17:37,132 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80f11fbbd1cc9b9c769585fc26eec8477b8a911f" 2018-08-12 08:17:37,228 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:17:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8b058b80-5cde-490b-a854-37d24bd42be9 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 5fe28c13d4d74ba2be8d019ac1ea6363.", "code": 404, "title": "Not Found"}} 2018-08-12 08:17:37,228 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 used request id req-8b058b80-5cde-490b-a854-37d24bd42be9 2018-08-12 08:17:37,228 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:17:37,232 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80f11fbbd1cc9b9c769585fc26eec8477b8a911f" 2018-08-12 08:17:37,315 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:17:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f44681d4-944f-4783-97e5-c6c4ccece016 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa5a7fe6ee54472ba01638877aade8e3.", "code": 404, "title": "Not Found"}} 2018-08-12 08:17:37,316 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 used request id req-f44681d4-944f-4783-97e5-c6c4ccece016 2018-08-12 08:17:37,316 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:17:37,319 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80f11fbbd1cc9b9c769585fc26eec8477b8a911f" 2018-08-12 08:17:37,413 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:17:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d5170451-244e-4e5f-b060-3cd7a2e001ca Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ea65becf30e54b27aa96a449698a435e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:17:37,413 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e used request id req-d5170451-244e-4e5f-b060-3cd7a2e001ca 2018-08-12 08:17:37,413 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:17:37,417 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80f11fbbd1cc9b9c769585fc26eec8477b8a911f" 2018-08-12 08:17:37,507 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:17:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5dc9a160-685c-47dd-b180-b13ef2402bda Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ff7abd7bb61f4f2889831e932d65dc2e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:17:37,507 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e used request id req-5dc9a160-685c-47dd-b180-b13ef2402bda 2018-08-12 08:17:37,507 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:17:37,511 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80f11fbbd1cc9b9c769585fc26eec8477b8a911f" 2018-08-12 08:17:37,594 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:17:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-626181ff-d059-48b7-84dc-312d7cf075a7 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3a85ceae958d4d9fba68847e7df67db8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:17:37,595 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 used request id req-626181ff-d059-48b7-84dc-312d7cf075a7 2018-08-12 08:17:37,595 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:17:37,598 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80f11fbbd1cc9b9c769585fc26eec8477b8a911f" 2018-08-12 08:17:37,688 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:17:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-65721742-5bf4-42a7-b37d-c9d08c349938 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 85517fcf1c6247e699fdcdd42ecc8c79.", "code": 404, "title": "Not Found"}} 2018-08-12 08:17:37,688 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 used request id req-65721742-5bf4-42a7-b37d-c9d08c349938 2018-08-12 08:17:37,688 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:17:37,692 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80f11fbbd1cc9b9c769585fc26eec8477b8a911f" 2018-08-12 08:17:37,791 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:17:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-18fd6492-11ad-44f5-a255-9a8733ff9005 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}} 2018-08-12 08:17:37,791 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe used request id req-18fd6492-11ad-44f5-a255-9a8733ff9005 2018-08-12 08:17:37,795 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80f11fbbd1cc9b9c769585fc26eec8477b8a911f" 2018-08-12 08:17:37,880 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:17:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0a52a634-d91e-4434-860d-b561af740109 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 315a428116f24d9fbb826b37080a918e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:17:37,880 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e used request id req-0a52a634-d91e-4434-860d-b561af740109 2018-08-12 08:17:37,880 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:17:37,884 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80f11fbbd1cc9b9c769585fc26eec8477b8a911f" 2018-08-12 08:17:37,973 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:17:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-acd09183-74f4-45e0-835f-9d136c55c156 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 11a46741b7954b959fd7764109c047b6.", "code": 404, "title": "Not Found"}} 2018-08-12 08:17:37,973 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 used request id req-acd09183-74f4-45e0-835f-9d136c55c156 2018-08-12 08:17:37,973 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:17:37,976 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80f11fbbd1cc9b9c769585fc26eec8477b8a911f" 2018-08-12 08:17:38,058 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:17:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bd1597c7-11d1-422a-a4d4-2e1f43ad226e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3c01cd58055c44ecaef39f7e625c2258.", "code": 404, "title": "Not Found"}} 2018-08-12 08:17:38,058 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 used request id req-bd1597c7-11d1-422a-a4d4-2e1f43ad226e 2018-08-12 08:17:38,058 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:17:38,062 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80f11fbbd1cc9b9c769585fc26eec8477b8a911f" 2018-08-12 08:17:38,147 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:17:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3f8396f9-eb29-4631-adf1-eaa63e767d43 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 521007c1818145639e93ceb270559219.", "code": 404, "title": "Not Found"}} 2018-08-12 08:17:38,147 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 used request id req-3f8396f9-eb29-4631-adf1-eaa63e767d43 2018-08-12 08:17:38,148 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:17:38,151 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80f11fbbd1cc9b9c769585fc26eec8477b8a911f" 2018-08-12 08:17:38,242 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:17:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-047889e2-0f9e-43cf-be9c-818ac01c3cac Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e18fcc7fc10a4fd0b20234f8520d0aab.", "code": 404, "title": "Not Found"}} 2018-08-12 08:17:38,242 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab used request id req-047889e2-0f9e-43cf-be9c-818ac01c3cac 2018-08-12 08:17:38,242 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:17:38,246 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80f11fbbd1cc9b9c769585fc26eec8477b8a911f" 2018-08-12 08:17:38,349 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:17:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4d9618af-5b6f-46c1-92eb-77af1d3eb599 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "310f5853751a4c968f3eeb0a3d99a0a8", "name": "service"}} 2018-08-12 08:17:38,349 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 used request id req-4d9618af-5b6f-46c1-92eb-77af1d3eb599 2018-08-12 08:17:38,353 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80f11fbbd1cc9b9c769585fc26eec8477b8a911f" 2018-08-12 08:17:38,437 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:17:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4d59758d-2c4a-40ff-afea-45d92f39e1db Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9f6c1a272706419c9a74b0893b2890e8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:17:38,437 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 used request id req-4d59758d-2c4a-40ff-afea-45d92f39e1db 2018-08-12 08:17:38,438 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:17:38,441 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/34cb7327fcfc4b52a63b4b8c0ea4a54d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80f11fbbd1cc9b9c769585fc26eec8477b8a911f" 2018-08-12 08:17:38,535 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:17:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8d1f7cb8-2708-4ddb-8b5e-3cf761dccd78 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 34cb7327fcfc4b52a63b4b8c0ea4a54d.", "code": 404, "title": "Not Found"}} 2018-08-12 08:17:38,535 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/34cb7327fcfc4b52a63b4b8c0ea4a54d used request id req-8d1f7cb8-2708-4ddb-8b5e-3cf761dccd78 2018-08-12 08:17:38,536 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:17:38,539 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa9ca6d7608b4d7d87ce97331679a481 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80f11fbbd1cc9b9c769585fc26eec8477b8a911f" 2018-08-12 08:17:38,630 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:17:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4631b9dc-5036-4b62-95e2-edbceb2cc80d Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa9ca6d7608b4d7d87ce97331679a481.", "code": 404, "title": "Not Found"}} 2018-08-12 08:17:38,631 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa9ca6d7608b4d7d87ce97331679a481 used request id req-4631b9dc-5036-4b62-95e2-edbceb2cc80d 2018-08-12 08:17:38,631 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:17:38,634 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/87db863ba6e348b0a5ddcb67053db9d1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80f11fbbd1cc9b9c769585fc26eec8477b8a911f" 2018-08-12 08:17:38,720 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:17:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2ff9583f-ebe5-4eb0-b44e-7f58f67192c3 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87db863ba6e348b0a5ddcb67053db9d1.", "code": 404, "title": "Not Found"}} 2018-08-12 08:17:38,720 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/87db863ba6e348b0a5ddcb67053db9d1 used request id req-2ff9583f-ebe5-4eb0-b44e-7f58f67192c3 2018-08-12 08:17:38,720 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:17:38,721 - keystone_utils - INFO - Deleting project with name - CreateQoSTests-12958046-3d55-424-proj 2018-08-12 08:17:38,725 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/a4d367f8f379478fad8ab2d97f7aad6e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80f11fbbd1cc9b9c769585fc26eec8477b8a911f" 2018-08-12 08:17:39,007 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:17:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ed7fea40-6cfb-4626-883b-6d5226af212b 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 08:17:39,007 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/a4d367f8f379478fad8ab2d97f7aad6e used request id req-ed7fea40-6cfb-4626-883b-6d5226af212b 2018-08-12 08:17:39,007 - keystone_utils - INFO - Deleting role with name - CreateQoSTests-12958046-3d55-424-proj-role 2018-08-12 08:17:39,011 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/fe136df3c35d4c8f816798d8c3d67e9e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80f11fbbd1cc9b9c769585fc26eec8477b8a911f" 2018-08-12 08:17:39,127 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:17:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4c1d3228-a422-4b88-8868-f492ce9f64ea 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 08:17:39,127 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/fe136df3c35d4c8f816798d8c3d67e9e used request id req-4c1d3228-a422-4b88-8868-f492ce9f64ea 2018-08-12 08:17:39,131 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80f11fbbd1cc9b9c769585fc26eec8477b8a911f" 2018-08-12 08:17:39,301 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:17:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c1c3c2e4-0f30-4ee0-96b3-386acc925be1 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:17:39,302 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-c1c3c2e4-0f30-4ee0-96b3-386acc925be1 2018-08-12 08:17:39,302 - keystone_utils - INFO - Deleting user with name - CreateQoSTests-12958046-3d55-424-user 2018-08-12 08:17:39,306 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/287b19cf09c3401d94b4b189fe961d3c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}867c99b5b3b3a55c2c54f5c0d46d283215e61ec8" 2018-08-12 08:17:39,489 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:17:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-42613cfa-cb2b-4a22-b434-19d1f67180f2 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 08:17:39,490 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/287b19cf09c3401d94b4b189fe961d3c used request id req-42613cfa-cb2b-4a22-b434-19d1f67180f2 2018-08-12 08:17:39,491 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:17:39,896 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:17:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["siEKzicYS6a4FA10FKDHrw"], "issued_at": "2018-08-12T08:17:39.000000Z"}} 2018-08-12 08:17:39,897 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}a4c64054cb00c542a72dfebf8ae9c2c9d8a30425" 2018-08-12 08:17:39,909 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:17:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0568c081-25ca-4cd0-9626-400c692694f3 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:17:39,909 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-0568c081-25ca-4cd0-9626-400c692694f3 2018-08-12 08:17:39,911 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:17:39,911 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:17:40,312 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:17:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["jPsFqfzeTbenb5a9Otg17w"], "issued_at": "2018-08-12T08:17:40.000000Z"}} 2018-08-12 08:17:40,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}d6095defc51aebada500121c54f15299a0280f06" 2018-08-12 08:17:40,408 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:17:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eccaab3e-cfed-4910-b7ce-14328a015222 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:17:40,408 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-eccaab3e-cfed-4910-b7ce-14328a015222 2018-08-12 08:17:40,412 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:17:40,417 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:17:40 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:17:40,418 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateQoSTests-e8ea1789-15d9-44c-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6095defc51aebada500121c54f15299a0280f06" 2018-08-12 08:17:40,617 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:17:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c5664051-ff2a-4feb-96a0-27bb956b25aa Content-Encoding: gzip Content-Length: 173 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateQoSTests-e8ea1789-15d9-44c-proj", "previous": null, "next": null}, "projects": []} 2018-08-12 08:17:40,617 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateQoSTests-e8ea1789-15d9-44c-proj used request id req-c5664051-ff2a-4feb-96a0-27bb956b25aa 2018-08-12 08:17:40,621 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6095defc51aebada500121c54f15299a0280f06" 2018-08-12 08:17:40,641 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:17:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-72ef6bb2-9d18-44ec-9773-a98f93a98295 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:17:40,641 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-72ef6bb2-9d18-44ec-9773-a98f93a98295 2018-08-12 08:17:40,645 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6095defc51aebada500121c54f15299a0280f06" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateQoSTests-e8ea1789-15d9-44c-proj"}}' 2018-08-12 08:17:40,762 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:17:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a57e73ee-713a-45f1-9728-c06d45647f82 Content-Length: 311 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/98f67a31f03d40ef92f284ce7da74721"}, "tags": [], "enabled": true, "id": "98f67a31f03d40ef92f284ce7da74721", "parent_id": "default", "domain_id": "default", "name": "CreateQoSTests-e8ea1789-15d9-44c-proj"}} 2018-08-12 08:17:40,763 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-a57e73ee-713a-45f1-9728-c06d45647f82 2018-08-12 08:17:40,763 - keystone_utils - INFO - Created project with name - CreateQoSTests-e8ea1789-15d9-44c-proj 2018-08-12 08:17:40,763 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:17:40,764 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:17:41,160 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:17:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["vujMIrI9S9m4lkEpjmHJyA"], "issued_at": "2018-08-12T08:17:41.000000Z"}} 2018-08-12 08:17:41,161 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}2e199371f4a5e4f5a50626752f58c10eca58c4ef" 2018-08-12 08:17:41,250 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:17:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f3ca72e6-a80f-4a4b-b99a-8c9e5cba3d0d Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:17:41,250 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-f3ca72e6-a80f-4a4b-b99a-8c9e5cba3d0d 2018-08-12 08:17:41,254 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:17:41,259 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:17:41 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:17:41,260 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e199371f4a5e4f5a50626752f58c10eca58c4ef" 2018-08-12 08:17:41,369 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:17:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e8e964c9-724c-4d7d-8534-62df921dc160 Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/105a247548624314b9228f85f6325f0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105a247548624314b9228f85f6325f0b", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/1c5de0eaa44543f08da6ad63a51594ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c5de0eaa44543f08da6ad63a51594ff", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/1d127b5b832547a88a547c116dfdd65b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d127b5b832547a88a547c116dfdd65b", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/1d5cfc170d624ce4ae53ae0507c8d517"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d5cfc170d624ce4ae53ae0507c8d517", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/2421820b75eb4d3ebd02830378d1377b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2421820b75eb4d3ebd02830378d1377b", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/40bd8ee54ecf44868cc83cede652c396"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40bd8ee54ecf44868cc83cede652c396", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/4f32fb8153854c4c9f5094b42b523f80"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f32fb8153854c4c9f5094b42b523f80", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7066130d08fb4db7bf4ab468de53933b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7066130d08fb4db7bf4ab468de53933b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/8d0898a83bcf4521bbc11501d5d7ac89"}, "domain_id": "1eec97585bde483292ece28ee11f4b8d", "enabled": true, "options": {}, "id": "8d0898a83bcf4521bbc11501d5d7ac89", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/9defcced327d476f8a3beab718a13da3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9defcced327d476f8a3beab718a13da3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/b80ee4f6992446e0879624dd436e99a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b80ee4f6992446e0879624dd436e99a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b86fd3e011324d398fcdb6f095a20a9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b86fd3e011324d398fcdb6f095a20a9d", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1701d2754064b5cadf765ea0806f9b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1701d2754064b5cadf765ea0806f9b2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/db4e7b8d76d549faa502716565c733dd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db4e7b8d76d549faa502716565c733dd", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-12 08:17:41,370 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-e8e964c9-724c-4d7d-8534-62df921dc160 2018-08-12 08:17:41,373 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateQoSTests-e8ea1789-15d9-44c-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e199371f4a5e4f5a50626752f58c10eca58c4ef" 2018-08-12 08:17:41,470 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:17:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a64ce092-930a-4e2b-9167-361fb060e960 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateQoSTests-e8ea1789-15d9-44c-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/98f67a31f03d40ef92f284ce7da74721"}, "tags": [], "enabled": true, "id": "98f67a31f03d40ef92f284ce7da74721", "parent_id": "default", "domain_id": "default", "name": "CreateQoSTests-e8ea1789-15d9-44c-proj"}]} 2018-08-12 08:17:41,470 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateQoSTests-e8ea1789-15d9-44c-proj used request id req-a64ce092-930a-4e2b-9167-361fb060e960 2018-08-12 08:17:41,474 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e199371f4a5e4f5a50626752f58c10eca58c4ef" 2018-08-12 08:17:41,562 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:17:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-716a207e-8e0d-4662-be84-d43d34c5f918 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:17:41,563 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-716a207e-8e0d-4662-be84-d43d34c5f918 2018-08-12 08:17:41,863 - keystone_utils - INFO - Created user with name - CreateQoSTests-e8ea1789-15d9-44c-user 2018-08-12 08:17:41,864 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:17:41,868 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6095defc51aebada500121c54f15299a0280f06" 2018-08-12 08:17:41,960 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:17:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c622e781-ed0c-4ead-bd0c-9f0e37c7fd8a Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:17:41,960 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-c622e781-ed0c-4ead-bd0c-9f0e37c7fd8a 2018-08-12 08:17:41,963 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6095defc51aebada500121c54f15299a0280f06" -d '{"role": {"name": "CreateQoSTests-e8ea1789-15d9-44c-proj-role"}}' 2018-08-12 08:17:42,067 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:17:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8d08bf9b-c572-4e57-aeee-638a2871b4eb Content-Length: 213 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "4a072adca1c74d05b7338898379ca2bb", "links": {"self": "http://172.30.9.21:5000/v3/roles/4a072adca1c74d05b7338898379ca2bb"}, "name": "CreateQoSTests-e8ea1789-15d9-44c-proj-role"}} 2018-08-12 08:17:42,067 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-8d08bf9b-c572-4e57-aeee-638a2871b4eb 2018-08-12 08:17:42,067 - keystone_utils - INFO - Created role with name - CreateQoSTests-e8ea1789-15d9-44c-proj-role 2018-08-12 08:17:42,071 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/4a072adca1c74d05b7338898379ca2bb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6095defc51aebada500121c54f15299a0280f06" 2018-08-12 08:17:42,258 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:17:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7dd01add-91e1-4d40-bdd1-15c22ce535a9 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "4a072adca1c74d05b7338898379ca2bb", "links": {"self": "http://172.30.9.21:5000/v3/roles/4a072adca1c74d05b7338898379ca2bb"}, "name": "CreateQoSTests-e8ea1789-15d9-44c-proj-role"}} 2018-08-12 08:17:42,258 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/4a072adca1c74d05b7338898379ca2bb used request id req-7dd01add-91e1-4d40-bdd1-15c22ce535a9 2018-08-12 08:17:42,258 - keystone_utils - INFO - Granting role CreateQoSTests-e8ea1789-15d9-44c-proj-role to project CreateQoSTests-e8ea1789-15d9-44c-proj 2018-08-12 08:17:42,262 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/98f67a31f03d40ef92f284ce7da74721/users/1264645808404d3d871e6e9ce4b3d414/roles/4a072adca1c74d05b7338898379ca2bb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6095defc51aebada500121c54f15299a0280f06" 2018-08-12 08:17:42,399 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:17:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dfa3a304-f636-4c4b-b039-f537d8b553bd 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 08:17:42,400 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/98f67a31f03d40ef92f284ce7da74721/users/1264645808404d3d871e6e9ce4b3d414/roles/4a072adca1c74d05b7338898379ca2bb used request id req-dfa3a304-f636-4c4b-b039-f537d8b553bd 2018-08-12 08:17:42,402 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:17:42,403 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:17:42,791 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:17:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["pyDmyxETQbqLB74kzAwZPQ"], "issued_at": "2018-08-12T08:17:42.000000Z"}} 2018-08-12 08:17:42,792 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}5fa33dcfa37dca91596c6160dcd7df75b5bc124a" 2018-08-12 08:17:42,805 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:17:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ba3ec29c-7647-4c5f-9c92-6b597bfaa0eb Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:17:42,805 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-ba3ec29c-7647-4c5f-9c92-6b597bfaa0eb 2018-08-12 08:17:42,810 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/qos-specs -H "OpenStack-API-Version: volume 3.5" -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fa33dcfa37dca91596c6160dcd7df75b5bc124a" 2018-08-12 08:17:43,397 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:17:42 GMT Server: Apache x-compute-request-id: req-5e1724a8-63f0-4e98-9916-bea1a36321b5 OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version x-openstack-request-id: req-5e1724a8-63f0-4e98-9916-bea1a36321b5 Content-Length: 17 Content-Type: application/json RESP BODY: {"qos_specs": []} 2018-08-12 08:17:43,397 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/qos-specs used request id req-5e1724a8-63f0-4e98-9916-bea1a36321b5 2018-08-12 08:17:43,401 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/qos-specs -H "Accept: application/json" -H "User-Agent: python-cinderclient" -H "OpenStack-API-Version: volume 3.5" -H "X-Auth-Token: {SHA1}5fa33dcfa37dca91596c6160dcd7df75b5bc124a" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-5e1724a8-63f0-4e98-9916-bea1a36321b5" -d '{"qos_specs": {"consumer": "both", "name": "CreateQoSTests-a15914b8-d079-4ab9-81c2-12dce3ebafb9"}}' 2018-08-12 08:17:44,027 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:17:43 GMT Server: Apache x-compute-request-id: req-8bf14295-de7a-4aa2-98c8-86c556e932c6 OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-8bf14295-de7a-4aa2-98c8-86c556e932c6 Content-Encoding: gzip Content-Length: 238 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {}, "consumer": "both", "id": "b7fcaedf-a0bb-4e24-94fa-60149bb12e7a", "name": "CreateQoSTests-a15914b8-d079-4ab9-81c2-12dce3ebafb9"}, "links": [{"href": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/qos-specs/b7fcaedf-a0bb-4e24-94fa-60149bb12e7a", "rel": "self"}, {"href": "http://172.30.9.21:8776/a267b9a156244bb192691cff6e5f74fe/qos-specs/b7fcaedf-a0bb-4e24-94fa-60149bb12e7a", "rel": "bookmark"}]} 2018-08-12 08:17:44,027 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/qos-specs used request id req-8bf14295-de7a-4aa2-98c8-86c556e932c6 2018-08-12 08:17:44,028 - create_qos - INFO - Created qos with name - CreateQoSTests-a15914b8-d079-4ab9-81c2-12dce3ebafb9 2018-08-12 08:17:44,030 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/qos-specs -H "OpenStack-API-Version: volume 3.5" -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4c64054cb00c542a72dfebf8ae9c2c9d8a30425" 2018-08-12 08:17:44,216 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:17:44 GMT Server: Apache x-compute-request-id: req-e0f1c5ca-86c7-4652-a6f5-c8aac3a33abe OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e0f1c5ca-86c7-4652-a6f5-c8aac3a33abe Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {}, "consumer": "both", "id": "b7fcaedf-a0bb-4e24-94fa-60149bb12e7a", "name": "CreateQoSTests-a15914b8-d079-4ab9-81c2-12dce3ebafb9"}]} 2018-08-12 08:17:44,216 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/qos-specs used request id req-e0f1c5ca-86c7-4652-a6f5-c8aac3a33abe 2018-08-12 08:17:44,217 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:17:44,218 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:17:44,613 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:17:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["qqlsnxB-QzWGj8SKk1qoTA"], "issued_at": "2018-08-12T08:17:44.000000Z"}} 2018-08-12 08:17:44,614 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}ee676556e75c19594d5105b5e4b06adcc194572b" 2018-08-12 08:17:44,694 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:17:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bf1877de-757c-47f5-b09e-21974b110414 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:17:44,694 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-bf1877de-757c-47f5-b09e-21974b110414 2018-08-12 08:17:44,700 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/qos-specs -H "OpenStack-API-Version: volume 3.5" -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee676556e75c19594d5105b5e4b06adcc194572b" 2018-08-12 08:17:45,288 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:17:44 GMT Server: Apache x-compute-request-id: req-7698567c-f5d5-4090-b74a-33d450e6cf0b OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-7698567c-f5d5-4090-b74a-33d450e6cf0b Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {}, "consumer": "both", "id": "b7fcaedf-a0bb-4e24-94fa-60149bb12e7a", "name": "CreateQoSTests-a15914b8-d079-4ab9-81c2-12dce3ebafb9"}]} 2018-08-12 08:17:45,288 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/qos-specs used request id req-7698567c-f5d5-4090-b74a-33d450e6cf0b 2018-08-12 08:17:45,289 - cinder_utils - INFO - Deleting QoS named - CreateQoSTests-a15914b8-d079-4ab9-81c2-12dce3ebafb9 2018-08-12 08:17:45,292 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/qos-specs/b7fcaedf-a0bb-4e24-94fa-60149bb12e7a?force=False -H "OpenStack-API-Version: volume 3.5" -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-5e1724a8-63f0-4e98-9916-bea1a36321b5" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fa33dcfa37dca91596c6160dcd7df75b5bc124a" 2018-08-12 08:17:45,925 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 08:17:45 GMT Server: Apache OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version x-openstack-request-id: req-207768f6-eb2b-49d6-a090-83623d5ed786 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 08:17:45,925 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/qos-specs/b7fcaedf-a0bb-4e24-94fa-60149bb12e7a?force=False used request id req-207768f6-eb2b-49d6-a090-83623d5ed786 2018-08-12 08:17:45,926 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:17:45,926 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:17:45,926 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:17:45,926 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:17:45,926 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:17:45,933 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6095defc51aebada500121c54f15299a0280f06" 2018-08-12 08:17:46,187 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 43135 X-Openstack-Request-Id: req-6dc6f60e-81fa-4562-b4a7-3f3f4df677d0 Date: Sun, 12 Aug 2018 08:17:46 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "created_at": "2018-08-12T06:59:44Z", "updated_at": "2018-08-12T06:59:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "1d7fd960-7865-4453-aecc-8d399b4fad21", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "66820d8a-b785-4b18-bd67-500221c8e4f9", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "74fc7638-a322-4841-8c47-06d36174a200", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "8eaa09ec-8419-4582-9312-1e527afe6e4b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}], "revision_number": 4, "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "created_at": "2018-08-12T05:12:34Z", "updated_at": "2018-08-12T05:12:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "709513d2-af7d-4d0b-bd3c-604fed75a711", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "aa346066-e46f-44f2-94be-2884aa998a19", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "c15f7b93-e56c-4afa-867d-2acb286d4b7b", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "cb0ef83f-5f70-4a80-ad35-431ca9df551e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}], "revision_number": 4, "project_id": "fa5a7fe6ee54472ba01638877aade8e3", "id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ea65becf30e54b27aa96a449698a435e", "created_at": "2018-08-12T05:10:35Z", "updated_at": "2018-08-12T05:10:35Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "30ad280c-f302-4cd4-a438-5139917b56f9", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "76115c4c-887d-4f0a-83e2-486e4b39c713", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "8ab14937-4c08-4d43-8a9a-662e622cc643", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "ee757a03-5662-4273-9c3e-6212e7afb48f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}], "revision_number": 4, "project_id": "ea65becf30e54b27aa96a449698a435e", "id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "created_at": "2018-08-12T06:20:09Z", "updated_at": "2018-08-12T06:20:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "1123b8f2-75ac-4a26-b9b2-a96da97408e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "2ddd2b93-e080-48cd-9a50-f5fe8a82ad0c", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "cd1bae62-0aea-4438-b4c3-50a69ae6f855", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "e398e01e-ceea-46d1-9534-b929808c4a5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}], "revision_number": 4, "project_id": "ff7abd7bb61f4f2889831e932d65dc2e", "id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "created_at": "2018-08-12T05:34:57Z", "updated_at": "2018-08-12T05:34:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "208a1c1e-f5f8-49c7-9a25-d07e68b1541f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "27bfd867-e607-4bf8-9de8-60682d3f771d", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "49360e1f-6fd3-4f35-b339-24cea95773ee", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "60f631a9-d305-4920-9631-d0543e2ac64f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}], "revision_number": 4, "project_id": "3a85ceae958d4d9fba68847e7df67db8", "id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "created_at": "2018-08-12T05:34:40Z", "updated_at": "2018-08-12T05:34:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "2192c259-363e-4768-ae73-e75837ad63b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "3f87ddc5-f84d-41dc-8215-847724782569", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "7d89f6da-ea78-49dd-9115-f9ad23b250bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "9ec4497d-0f65-44db-9be9-7b3042e4a584", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}], "revision_number": 4, "project_id": "85517fcf1c6247e699fdcdd42ecc8c79", "id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "created_at": "2018-08-12T05:16:02Z", "updated_at": "2018-08-12T05:16:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "1ecacd8c-c1c7-4a66-9871-406a69323b43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "3cc1750c-e0e7-4902-b6f3-494a161b832e", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "d719a7a4-8c99-44ed-8c12-6bf071890203", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "fe7421b5-d577-41da-8c78-62f3c07eda92", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}], "revision_number": 4, "project_id": "a267b9a156244bb192691cff6e5f74fe", "id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "315a428116f24d9fbb826b37080a918e", "created_at": "2018-08-12T05:11:31Z", "updated_at": "2018-08-12T05:11:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "5e52886a-1dc3-4a81-a55d-f388dc4fd1a1", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "678e32e4-d64c-448a-a4ab-e253ab94ae90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "a8da1539-e3ad-4f90-b2df-3dc1f09d228a", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "b73d5cc9-0205-4658-bb1f-61a042c0ab8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}], "revision_number": 4, "project_id": "315a428116f24d9fbb826b37080a918e", "id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-12T05:08:01Z", "updated_at": "2018-08-12T05:08:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:01Z", "revision_number": 0, "id": "0fb05d03-1117-45d0-930c-b6d4c96ef102", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "4faaab33-5788-4bbd-85b8-0fb44d41413a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "96d0c5a0-5c67-421b-8fc8-2b46d77e5db3", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "dd78519b-4bc5-4e8e-ad0f-58089dd69347", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "11a46741b7954b959fd7764109c047b6", "created_at": "2018-08-12T05:34:51Z", "updated_at": "2018-08-12T05:34:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "0b67bf3c-2289-43bb-ab6c-7d25ec32a279", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "51f3f833-337a-42bd-a8d5-742ea8d6c226", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "571fd0b5-ef90-408d-af33-aafb517b8993", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "944ba823-fb9c-496e-a66e-bb426bb14a8d", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}], "revision_number": 4, "project_id": "11a46741b7954b959fd7764109c047b6", "id": "90af9782-8112-4257-801d-ee5115d226ba", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "created_at": "2018-08-12T05:34:26Z", "updated_at": "2018-08-12T05:34:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "2ee1f63a-807c-4d6a-85ee-dd784f6b8c3f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5dec3ec2-2add-47dd-8618-90659dcf3885", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5ea0dc3e-49d0-43f0-94e9-f6443527d14c", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "fbfaca22-7e3e-4128-8973-43e439b77c28", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}], "revision_number": 4, "project_id": "3c01cd58055c44ecaef39f7e625c2258", "id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "521007c1818145639e93ceb270559219", "created_at": "2018-08-12T05:13:27Z", "updated_at": "2018-08-12T05:13:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "5e7fede5-b0f2-47d8-95c3-516cdfc7f9de", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "8fd0e36f-c6c4-4f64-ba97-40439e614448", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "db7d79de-1dfc-4138-945f-91e74cdc266b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "e87f2cff-ff3e-4b6d-aaf0-7f0eb0ab9f05", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}], "revision_number": 4, "project_id": "521007c1818145639e93ceb270559219", "id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "created_at": "2018-08-12T05:08:18Z", "updated_at": "2018-08-12T05:08:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "3c67be40-bf74-4f97-9693-d93ce73a23b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "6112d869-2fc6-4a25-a13c-3d55cd7206c0", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "bdf21c56-453e-482e-9cba-3c55abcb0339", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "c8e92c39-38cc-4f48-be9c-5f0912e6a725", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}], "revision_number": 4, "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "created_at": "2018-08-12T05:04:23Z", "updated_at": "2018-08-12T05:04:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "280546d9-8ad1-4283-abfc-15ee9b1736c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "58bce125-f2ca-4a6d-b9ca-4e6cf5c0f7a5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "69275b9a-cfb5-482c-a9c4-8ffc79adf2c7", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "6d747f3a-3764-469a-a645-f977585c5aac", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}], "revision_number": 4, "project_id": "310f5853751a4c968f3eeb0a3d99a0a8", "id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "created_at": "2018-08-12T05:34:42Z", "updated_at": "2018-08-12T05:34:42Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "199582e8-25aa-457a-aa7c-6d8413ca4464", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "234f3609-4454-448f-919d-c8143c7cd764", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "c1061460-71a2-49a9-a04b-9fa33eeb17ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "d21ac532-51d8-4d6b-8300-7bac216759bf", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}], "revision_number": 4, "project_id": "9f6c1a272706419c9a74b0893b2890e8", "id": "d6739716-c693-460c-89c6-e7c8c48f8245", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "created_at": "2018-08-12T05:34:54Z", "updated_at": "2018-08-12T05:34:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "0633a05a-ee7d-4476-a56b-75d011b22f77", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "6cc1b9f8-73db-47a3-a0e0-3c96c43f34da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "90d99a6b-e94f-4fd8-a10c-f19dd8954c13", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "e843c139-af2a-4d2c-a24f-59f7b10ff72e", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}], "revision_number": 4, "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "created_at": "2018-08-12T05:09:07Z", "updated_at": "2018-08-12T05:09:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "5495e168-f505-4d74-ae6d-387f0bf533c2", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "6fd19b8b-3062-456e-81ba-3ff37fe43429", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8ca59d25-485c-46ce-939c-2e4a468caeac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8f190846-50a0-42b9-b571-390809b752b1", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}], "revision_number": 4, "project_id": "fa9ca6d7608b4d7d87ce97331679a481", "id": "edcd9b17-9416-4c25-823c-060c435e18d7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "created_at": "2018-08-12T05:34:52Z", "updated_at": "2018-08-12T05:34:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "2c7e484e-6ec5-4a95-8c9c-66d294c0c27e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "70c74258-3c2c-4efc-87e0-079c26ee3417", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "b70382fa-082e-4c2b-abc8-87490fa50b11", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "c3628e02-b4b6-42c9-8751-c1a2d3c19caa", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}], "revision_number": 4, "project_id": "87db863ba6e348b0a5ddcb67053db9d1", "id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "name": "default"}]} 2018-08-12 08:17:46,188 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-6dc6f60e-81fa-4562-b4a7-3f3f4df677d0 2018-08-12 08:17:46,197 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6095defc51aebada500121c54f15299a0280f06" 2018-08-12 08:17:46,287 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:17:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d4cb4219-7499-4708-938c-020df9b216bb Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 5fe28c13d4d74ba2be8d019ac1ea6363.", "code": 404, "title": "Not Found"}} 2018-08-12 08:17:46,288 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 used request id req-d4cb4219-7499-4708-938c-020df9b216bb 2018-08-12 08:17:46,288 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:17:46,291 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6095defc51aebada500121c54f15299a0280f06" 2018-08-12 08:17:46,382 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:17:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-371c4cdf-7819-4ee0-b336-4581f16d0c3f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa5a7fe6ee54472ba01638877aade8e3.", "code": 404, "title": "Not Found"}} 2018-08-12 08:17:46,382 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 used request id req-371c4cdf-7819-4ee0-b336-4581f16d0c3f 2018-08-12 08:17:46,382 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:17:46,386 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6095defc51aebada500121c54f15299a0280f06" 2018-08-12 08:17:46,474 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:17:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4e0ffb1d-1613-4cf9-b2ee-7361fc8e5603 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ea65becf30e54b27aa96a449698a435e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:17:46,474 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e used request id req-4e0ffb1d-1613-4cf9-b2ee-7361fc8e5603 2018-08-12 08:17:46,475 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:17:46,478 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6095defc51aebada500121c54f15299a0280f06" 2018-08-12 08:17:46,575 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:17:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-626588a2-5543-4c1b-bfb9-a607e6c770a9 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ff7abd7bb61f4f2889831e932d65dc2e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:17:46,575 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e used request id req-626588a2-5543-4c1b-bfb9-a607e6c770a9 2018-08-12 08:17:46,575 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:17:46,579 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6095defc51aebada500121c54f15299a0280f06" 2018-08-12 08:17:46,596 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:17:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-03433776-9cc7-4d04-bd1e-56757c1b26c8 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3a85ceae958d4d9fba68847e7df67db8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:17:46,597 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 used request id req-03433776-9cc7-4d04-bd1e-56757c1b26c8 2018-08-12 08:17:46,597 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:17:46,600 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6095defc51aebada500121c54f15299a0280f06" 2018-08-12 08:17:46,686 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:17:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ae22161a-b6cb-4850-85c0-cc679ef85e58 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 85517fcf1c6247e699fdcdd42ecc8c79.", "code": 404, "title": "Not Found"}} 2018-08-12 08:17:46,686 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 used request id req-ae22161a-b6cb-4850-85c0-cc679ef85e58 2018-08-12 08:17:46,686 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:17:46,690 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6095defc51aebada500121c54f15299a0280f06" 2018-08-12 08:17:46,786 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:17:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-160ee83e-dad0-4ecb-9eaa-fb77bc4876da Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}} 2018-08-12 08:17:46,786 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe used request id req-160ee83e-dad0-4ecb-9eaa-fb77bc4876da 2018-08-12 08:17:46,790 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6095defc51aebada500121c54f15299a0280f06" 2018-08-12 08:17:46,883 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:17:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7ed88555-b662-4f9a-8e72-e7eb12277123 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 315a428116f24d9fbb826b37080a918e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:17:46,883 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e used request id req-7ed88555-b662-4f9a-8e72-e7eb12277123 2018-08-12 08:17:46,883 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:17:46,887 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6095defc51aebada500121c54f15299a0280f06" 2018-08-12 08:17:46,975 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:17:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5312e10c-e3d2-4661-9fe7-b7e4c66331b5 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 11a46741b7954b959fd7764109c047b6.", "code": 404, "title": "Not Found"}} 2018-08-12 08:17:46,975 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 used request id req-5312e10c-e3d2-4661-9fe7-b7e4c66331b5 2018-08-12 08:17:46,975 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:17:46,979 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6095defc51aebada500121c54f15299a0280f06" 2018-08-12 08:17:47,070 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:17:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4dab936b-2de5-4cfc-b09e-22dcde5a9d4d Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3c01cd58055c44ecaef39f7e625c2258.", "code": 404, "title": "Not Found"}} 2018-08-12 08:17:47,070 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 used request id req-4dab936b-2de5-4cfc-b09e-22dcde5a9d4d 2018-08-12 08:17:47,070 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:17:47,073 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6095defc51aebada500121c54f15299a0280f06" 2018-08-12 08:17:47,163 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:17:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-722e8387-cd92-489e-9978-93eb838e25d4 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 521007c1818145639e93ceb270559219.", "code": 404, "title": "Not Found"}} 2018-08-12 08:17:47,163 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 used request id req-722e8387-cd92-489e-9978-93eb838e25d4 2018-08-12 08:17:47,163 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:17:47,167 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6095defc51aebada500121c54f15299a0280f06" 2018-08-12 08:17:47,253 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:17:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3b4166cb-0525-428f-8f77-3d6ed35e86e0 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e18fcc7fc10a4fd0b20234f8520d0aab.", "code": 404, "title": "Not Found"}} 2018-08-12 08:17:47,253 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab used request id req-3b4166cb-0525-428f-8f77-3d6ed35e86e0 2018-08-12 08:17:47,253 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:17:47,257 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6095defc51aebada500121c54f15299a0280f06" 2018-08-12 08:17:47,350 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:17:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d81deba2-1177-4c5b-817f-752de4288fdc Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "310f5853751a4c968f3eeb0a3d99a0a8", "name": "service"}} 2018-08-12 08:17:47,350 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 used request id req-d81deba2-1177-4c5b-817f-752de4288fdc 2018-08-12 08:17:47,354 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6095defc51aebada500121c54f15299a0280f06" 2018-08-12 08:17:47,443 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:17:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-730b5636-94af-4eb1-8884-99047f17fdf4 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9f6c1a272706419c9a74b0893b2890e8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:17:47,443 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 used request id req-730b5636-94af-4eb1-8884-99047f17fdf4 2018-08-12 08:17:47,443 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:17:47,447 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/34cb7327fcfc4b52a63b4b8c0ea4a54d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6095defc51aebada500121c54f15299a0280f06" 2018-08-12 08:17:47,539 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:17:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-43e808b8-e469-4ba9-a1b4-7f39cbbf17b8 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 34cb7327fcfc4b52a63b4b8c0ea4a54d.", "code": 404, "title": "Not Found"}} 2018-08-12 08:17:47,539 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/34cb7327fcfc4b52a63b4b8c0ea4a54d used request id req-43e808b8-e469-4ba9-a1b4-7f39cbbf17b8 2018-08-12 08:17:47,539 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:17:47,543 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa9ca6d7608b4d7d87ce97331679a481 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6095defc51aebada500121c54f15299a0280f06" 2018-08-12 08:17:47,627 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:17:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-685b7620-eaff-4395-bb87-4b036cd9030d Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa9ca6d7608b4d7d87ce97331679a481.", "code": 404, "title": "Not Found"}} 2018-08-12 08:17:47,627 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa9ca6d7608b4d7d87ce97331679a481 used request id req-685b7620-eaff-4395-bb87-4b036cd9030d 2018-08-12 08:17:47,627 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:17:47,631 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/87db863ba6e348b0a5ddcb67053db9d1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6095defc51aebada500121c54f15299a0280f06" 2018-08-12 08:17:47,719 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:17:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-72cb28ed-2e7d-4c96-b92d-0396aea7df00 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87db863ba6e348b0a5ddcb67053db9d1.", "code": 404, "title": "Not Found"}} 2018-08-12 08:17:47,720 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/87db863ba6e348b0a5ddcb67053db9d1 used request id req-72cb28ed-2e7d-4c96-b92d-0396aea7df00 2018-08-12 08:17:47,720 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:17:47,721 - keystone_utils - INFO - Deleting project with name - CreateQoSTests-e8ea1789-15d9-44c-proj 2018-08-12 08:17:47,724 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/98f67a31f03d40ef92f284ce7da74721 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6095defc51aebada500121c54f15299a0280f06" 2018-08-12 08:17:47,989 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:17:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e70a2cf8-3272-4091-a56c-2d7b1beb36ea 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 08:17:47,989 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/98f67a31f03d40ef92f284ce7da74721 used request id req-e70a2cf8-3272-4091-a56c-2d7b1beb36ea 2018-08-12 08:17:47,989 - keystone_utils - INFO - Deleting role with name - CreateQoSTests-e8ea1789-15d9-44c-proj-role 2018-08-12 08:17:47,993 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/4a072adca1c74d05b7338898379ca2bb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6095defc51aebada500121c54f15299a0280f06" 2018-08-12 08:17:48,103 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:17:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c1e916ee-7c0a-4164-b561-2870be738f24 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 08:17:48,103 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/4a072adca1c74d05b7338898379ca2bb used request id req-c1e916ee-7c0a-4164-b561-2870be738f24 2018-08-12 08:17:48,107 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6095defc51aebada500121c54f15299a0280f06" 2018-08-12 08:17:48,200 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:17:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4a925af6-5a73-4cde-91e0-6c0c2e68334b Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:17:48,200 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-4a925af6-5a73-4cde-91e0-6c0c2e68334b 2018-08-12 08:17:48,201 - keystone_utils - INFO - Deleting user with name - CreateQoSTests-e8ea1789-15d9-44c-user 2018-08-12 08:17:48,205 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/1264645808404d3d871e6e9ce4b3d414 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e199371f4a5e4f5a50626752f58c10eca58c4ef" 2018-08-12 08:17:48,383 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:17:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bac25649-7dcb-4f99-8c9f-034554bd2f67 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 08:17:48,383 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/1264645808404d3d871e6e9ce4b3d414 used request id req-bac25649-7dcb-4f99-8c9f-034554bd2f67 2018-08-12 08:17:48,385 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:17:48,792 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:17:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["VJdXPdxhTACCjg5lj4HNPg"], "issued_at": "2018-08-12T08:17:48.000000Z"}} 2018-08-12 08:17:48,792 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}83788e5bc36a973cbdf9444c540226b4c084f9c7" 2018-08-12 08:17:48,878 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:17:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-142e6261-e5fb-48dc-ae61-aa878387cb98 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:17:48,879 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-142e6261-e5fb-48dc-ae61-aa878387cb98 2018-08-12 08:17:48,880 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:17:48,881 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:17:49,266 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:17:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["JeBapP73S_iHcC6VEcvwFA"], "issued_at": "2018-08-12T08:17:49.000000Z"}} 2018-08-12 08:17:49,267 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}9b2846c863a6c9f86a824d6071e9841f383d1c76" 2018-08-12 08:17:49,351 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:17:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-746a0277-a6f7-470c-84c6-51c08bdf9e91 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:17:49,351 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-746a0277-a6f7-470c-84c6-51c08bdf9e91 2018-08-12 08:17:49,356 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:17:49,361 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:17:49 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:17:49,362 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeTypeSuccessTests-ad403ca5-ae59-479-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b2846c863a6c9f86a824d6071e9841f383d1c76" 2018-08-12 08:17:49,449 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:17:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b8f0419f-3f1b-4fbc-87c2-0c60a20e7606 Content-Encoding: gzip Content-Length: 184 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeTypeSuccessTests-ad403ca5-ae59-479-proj", "previous": null, "next": null}, "projects": []} 2018-08-12 08:17:49,449 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeTypeSuccessTests-ad403ca5-ae59-479-proj used request id req-b8f0419f-3f1b-4fbc-87c2-0c60a20e7606 2018-08-12 08:17:49,453 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b2846c863a6c9f86a824d6071e9841f383d1c76" 2018-08-12 08:17:49,544 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:17:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-09688ea7-1af7-4010-a5aa-b95360c40545 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:17:49,544 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-09688ea7-1af7-4010-a5aa-b95360c40545 2018-08-12 08:17:49,548 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b2846c863a6c9f86a824d6071e9841f383d1c76" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSimpleVolumeTypeSuccessTests-ad403ca5-ae59-479-proj"}}' 2018-08-12 08:17:49,672 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:17:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5f8df094-c665-4390-8ecc-1237afa7b786 Content-Length: 331 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/ed7b8dc177ed42f2a76088fdcc03ab0e"}, "tags": [], "enabled": true, "id": "ed7b8dc177ed42f2a76088fdcc03ab0e", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeTypeSuccessTests-ad403ca5-ae59-479-proj"}} 2018-08-12 08:17:49,672 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-5f8df094-c665-4390-8ecc-1237afa7b786 2018-08-12 08:17:49,672 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeTypeSuccessTests-ad403ca5-ae59-479-proj 2018-08-12 08:17:49,672 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:17:49,673 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:17:50,060 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:17:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["dzAp3PjrT8eJmr-HPkPE6Q"], "issued_at": "2018-08-12T08:17:50.000000Z"}} 2018-08-12 08:17:50,061 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}84e8467d38eb4f7333941bbb0bc539f65d16ccac" 2018-08-12 08:17:50,146 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:17:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2f26dda2-0eaf-4c3c-8357-171b05777f77 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:17:50,146 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-2f26dda2-0eaf-4c3c-8357-171b05777f77 2018-08-12 08:17:50,150 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:17:50,155 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:17:50 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:17:50,156 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84e8467d38eb4f7333941bbb0bc539f65d16ccac" 2018-08-12 08:17:50,264 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:17:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-18b57bdf-e92d-4982-af91-416a98707996 Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/105a247548624314b9228f85f6325f0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105a247548624314b9228f85f6325f0b", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/1c5de0eaa44543f08da6ad63a51594ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c5de0eaa44543f08da6ad63a51594ff", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/1d127b5b832547a88a547c116dfdd65b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d127b5b832547a88a547c116dfdd65b", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/1d5cfc170d624ce4ae53ae0507c8d517"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d5cfc170d624ce4ae53ae0507c8d517", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/2421820b75eb4d3ebd02830378d1377b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2421820b75eb4d3ebd02830378d1377b", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/40bd8ee54ecf44868cc83cede652c396"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40bd8ee54ecf44868cc83cede652c396", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/4f32fb8153854c4c9f5094b42b523f80"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f32fb8153854c4c9f5094b42b523f80", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7066130d08fb4db7bf4ab468de53933b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7066130d08fb4db7bf4ab468de53933b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/8d0898a83bcf4521bbc11501d5d7ac89"}, "domain_id": "1eec97585bde483292ece28ee11f4b8d", "enabled": true, "options": {}, "id": "8d0898a83bcf4521bbc11501d5d7ac89", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/9defcced327d476f8a3beab718a13da3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9defcced327d476f8a3beab718a13da3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/b80ee4f6992446e0879624dd436e99a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b80ee4f6992446e0879624dd436e99a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b86fd3e011324d398fcdb6f095a20a9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b86fd3e011324d398fcdb6f095a20a9d", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1701d2754064b5cadf765ea0806f9b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1701d2754064b5cadf765ea0806f9b2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/db4e7b8d76d549faa502716565c733dd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db4e7b8d76d549faa502716565c733dd", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-12 08:17:50,264 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-18b57bdf-e92d-4982-af91-416a98707996 2018-08-12 08:17:50,268 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateSimpleVolumeTypeSuccessTests-ad403ca5-ae59-479-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84e8467d38eb4f7333941bbb0bc539f65d16ccac" 2018-08-12 08:17:50,362 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:17:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-04ab65a4-8c5f-48b0-b011-6b0be59f0c93 Content-Encoding: gzip Content-Length: 266 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateSimpleVolumeTypeSuccessTests-ad403ca5-ae59-479-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/ed7b8dc177ed42f2a76088fdcc03ab0e"}, "tags": [], "enabled": true, "id": "ed7b8dc177ed42f2a76088fdcc03ab0e", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeTypeSuccessTests-ad403ca5-ae59-479-proj"}]} 2018-08-12 08:17:50,363 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateSimpleVolumeTypeSuccessTests-ad403ca5-ae59-479-proj used request id req-04ab65a4-8c5f-48b0-b011-6b0be59f0c93 2018-08-12 08:17:50,366 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84e8467d38eb4f7333941bbb0bc539f65d16ccac" 2018-08-12 08:17:50,459 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:17:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-74639edb-3eed-4e96-b844-ad63400953bc Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:17:50,460 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-74639edb-3eed-4e96-b844-ad63400953bc 2018-08-12 08:17:50,828 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeTypeSuccessTests-ad403ca5-ae59-479-user 2018-08-12 08:17:50,829 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:17:50,833 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b2846c863a6c9f86a824d6071e9841f383d1c76" 2018-08-12 08:17:50,922 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:17:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c61d795b-3ff8-48aa-a2cd-3af2bce5156b Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:17:50,922 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-c61d795b-3ff8-48aa-a2cd-3af2bce5156b 2018-08-12 08:17:50,926 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b2846c863a6c9f86a824d6071e9841f383d1c76" -d '{"role": {"name": "CreateSimpleVolumeTypeSuccessTests-ad403ca5-ae59-479-proj-role"}}' 2018-08-12 08:17:51,031 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:17:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8fc5ecd0-baa0-47f3-ae96-315b1d9546e8 Content-Length: 233 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "96f6dbf297894eb0a2e89425c406c4bc", "links": {"self": "http://172.30.9.21:5000/v3/roles/96f6dbf297894eb0a2e89425c406c4bc"}, "name": "CreateSimpleVolumeTypeSuccessTests-ad403ca5-ae59-479-proj-role"}} 2018-08-12 08:17:51,031 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-8fc5ecd0-baa0-47f3-ae96-315b1d9546e8 2018-08-12 08:17:51,032 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeTypeSuccessTests-ad403ca5-ae59-479-proj-role 2018-08-12 08:17:51,035 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/96f6dbf297894eb0a2e89425c406c4bc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b2846c863a6c9f86a824d6071e9841f383d1c76" 2018-08-12 08:17:51,051 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:17:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-073865fd-bb8c-48e2-b010-f4129fae6857 Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "96f6dbf297894eb0a2e89425c406c4bc", "links": {"self": "http://172.30.9.21:5000/v3/roles/96f6dbf297894eb0a2e89425c406c4bc"}, "name": "CreateSimpleVolumeTypeSuccessTests-ad403ca5-ae59-479-proj-role"}} 2018-08-12 08:17:51,051 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/96f6dbf297894eb0a2e89425c406c4bc used request id req-073865fd-bb8c-48e2-b010-f4129fae6857 2018-08-12 08:17:51,051 - keystone_utils - INFO - Granting role CreateSimpleVolumeTypeSuccessTests-ad403ca5-ae59-479-proj-role to project CreateSimpleVolumeTypeSuccessTests-ad403ca5-ae59-479-proj 2018-08-12 08:17:51,054 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/ed7b8dc177ed42f2a76088fdcc03ab0e/users/5d3dd0824c6f4d21a09b222582c3e8ba/roles/96f6dbf297894eb0a2e89425c406c4bc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b2846c863a6c9f86a824d6071e9841f383d1c76" 2018-08-12 08:17:51,190 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:17:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5567f180-0b9e-403e-9d9d-58bc67ff5ff8 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 08:17:51,190 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/ed7b8dc177ed42f2a76088fdcc03ab0e/users/5d3dd0824c6f4d21a09b222582c3e8ba/roles/96f6dbf297894eb0a2e89425c406c4bc used request id req-5567f180-0b9e-403e-9d9d-58bc67ff5ff8 2018-08-12 08:17:51,192 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:17:51,193 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:17:51,677 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:17:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["-estSDc8QNWPsngxg-yngw"], "issued_at": "2018-08-12T08:17:51.000000Z"}} 2018-08-12 08:17:51,678 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}7c2d1a5f4f205b4ffc2d23164cea5bbf49a833e9" 2018-08-12 08:17:51,758 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:17:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-67060a08-c488-426f-a878-e657f24c8b0b Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:17:51,759 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-67060a08-c488-426f-a878-e657f24c8b0b 2018-08-12 08:17:51,764 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/types?is_public=None -H "OpenStack-API-Version: volume 3.5" -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c2d1a5f4f205b4ffc2d23164cea5bbf49a833e9" 2018-08-12 08:17:52,356 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:17:51 GMT Server: Apache x-compute-request-id: req-51443803-9300-41da-aac1-d2d13556805f OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version x-openstack-request-id: req-51443803-9300-41da-aac1-d2d13556805f Content-Length: 20 Content-Type: application/json RESP BODY: {"volume_types": []} 2018-08-12 08:17:52,357 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/types?is_public=None used request id req-51443803-9300-41da-aac1-d2d13556805f 2018-08-12 08:17:52,360 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/types -H "Accept: application/json" -H "User-Agent: python-cinderclient" -H "OpenStack-API-Version: volume 3.5" -H "X-Auth-Token: {SHA1}7c2d1a5f4f205b4ffc2d23164cea5bbf49a833e9" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-51443803-9300-41da-aac1-d2d13556805f" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CreateSimpleVolumeTypeSuccessTests-aefe7bd0-188a-482a-bcb3-1a223dad8c69", "description": null}}' 2018-08-12 08:17:52,601 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:17:52 GMT Server: Apache x-compute-request-id: req-4d045886-1011-422a-a1b5-83a019dd9ee8 OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-4d045886-1011-422a-a1b5-83a019dd9ee8 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateSimpleVolumeTypeSuccessTests-aefe7bd0-188a-482a-bcb3-1a223dad8c69", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "d0f5327b-58b7-491c-a13c-78f613cc48bf", "description": null}} 2018-08-12 08:17:52,601 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/types used request id req-4d045886-1011-422a-a1b5-83a019dd9ee8 2018-08-12 08:17:52,602 - create_volume_type - INFO - Created volume type with name - CreateSimpleVolumeTypeSuccessTests-aefe7bd0-188a-482a-bcb3-1a223dad8c69 2018-08-12 08:17:52,605 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/types?is_public=None -H "OpenStack-API-Version: volume 3.5" -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83788e5bc36a973cbdf9444c540226b4c084f9c7" 2018-08-12 08:17:52,800 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:17:52 GMT Server: Apache x-compute-request-id: req-9602085c-6882-42cb-a01c-3be1bc08ba1a OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-9602085c-6882-42cb-a01c-3be1bc08ba1a Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"volume_types": [{"name": "CreateSimpleVolumeTypeSuccessTests-aefe7bd0-188a-482a-bcb3-1a223dad8c69", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "d0f5327b-58b7-491c-a13c-78f613cc48bf", "description": null}]} 2018-08-12 08:17:52,800 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/types?is_public=None used request id req-9602085c-6882-42cb-a01c-3be1bc08ba1a 2018-08-12 08:17:52,803 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/types/d0f5327b-58b7-491c-a13c-78f613cc48bf -H "OpenStack-API-Version: volume 3.5" -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-9602085c-6882-42cb-a01c-3be1bc08ba1a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83788e5bc36a973cbdf9444c540226b4c084f9c7" 2018-08-12 08:17:53,401 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:17:52 GMT Server: Apache x-compute-request-id: req-8a64d3b6-8432-48a0-b7e3-8b6ba35904b5 OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-8a64d3b6-8432-48a0-b7e3-8b6ba35904b5 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateSimpleVolumeTypeSuccessTests-aefe7bd0-188a-482a-bcb3-1a223dad8c69", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "d0f5327b-58b7-491c-a13c-78f613cc48bf", "description": null}} 2018-08-12 08:17:53,401 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/types/d0f5327b-58b7-491c-a13c-78f613cc48bf used request id req-8a64d3b6-8432-48a0-b7e3-8b6ba35904b5 2018-08-12 08:17:53,404 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/types/d0f5327b-58b7-491c-a13c-78f613cc48bf/encryption -H "OpenStack-API-Version: volume 3.5" -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-9602085c-6882-42cb-a01c-3be1bc08ba1a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83788e5bc36a973cbdf9444c540226b4c084f9c7" 2018-08-12 08:17:53,991 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:17:53 GMT Server: Apache x-compute-request-id: req-ac3a181b-4272-420d-9ec8-6e1a5d921669 OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version x-openstack-request-id: req-ac3a181b-4272-420d-9ec8-6e1a5d921669 Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-08-12 08:17:53,991 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/types/d0f5327b-58b7-491c-a13c-78f613cc48bf/encryption used request id req-ac3a181b-4272-420d-9ec8-6e1a5d921669 2018-08-12 08:17:53,992 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeTypeSuccessTests-aefe7bd0-188a-482a-bcb3-1a223dad8c69 2018-08-12 08:17:53,994 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/types/d0f5327b-58b7-491c-a13c-78f613cc48bf -H "OpenStack-API-Version: volume 3.5" -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-9602085c-6882-42cb-a01c-3be1bc08ba1a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83788e5bc36a973cbdf9444c540226b4c084f9c7" 2018-08-12 08:17:54,613 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 08:17:54 GMT Server: Apache OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version x-openstack-request-id: req-e4a944ff-3372-40bb-83cd-f5676ec72268 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 08:17:54,613 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/types/d0f5327b-58b7-491c-a13c-78f613cc48bf used request id req-e4a944ff-3372-40bb-83cd-f5676ec72268 2018-08-12 08:17:54,616 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/types?is_public=None -H "OpenStack-API-Version: volume 3.5" -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-9602085c-6882-42cb-a01c-3be1bc08ba1a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83788e5bc36a973cbdf9444c540226b4c084f9c7" 2018-08-12 08:17:55,214 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:17:54 GMT Server: Apache x-compute-request-id: req-a9740097-2941-46ef-8f6a-bd141007219a OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version x-openstack-request-id: req-a9740097-2941-46ef-8f6a-bd141007219a Content-Length: 20 Content-Type: application/json RESP BODY: {"volume_types": []} 2018-08-12 08:17:55,214 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/types?is_public=None used request id req-a9740097-2941-46ef-8f6a-bd141007219a 2018-08-12 08:17:55,214 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeTypeSuccessTests-aefe7bd0-188a-482a-bcb3-1a223dad8c69 2018-08-12 08:17:55,217 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/types/d0f5327b-58b7-491c-a13c-78f613cc48bf -H "OpenStack-API-Version: volume 3.5" -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-51443803-9300-41da-aac1-d2d13556805f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c2d1a5f4f205b4ffc2d23164cea5bbf49a833e9" 2018-08-12 08:17:55,798 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:17:55 GMT Server: Apache OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version x-compute-request-id: req-c0e18ae1-dc37-4e37-8870-b0f2eb89bf23 x-openstack-request-id: req-c0e18ae1-dc37-4e37-8870-b0f2eb89bf23 Content-Length: 114 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume type d0f5327b-58b7-491c-a13c-78f613cc48bf could not be found.", "code": 404}} 2018-08-12 08:17:55,798 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/types/d0f5327b-58b7-491c-a13c-78f613cc48bf used request id req-c0e18ae1-dc37-4e37-8870-b0f2eb89bf23 2018-08-12 08:17:55,799 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:17:55,799 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:17:55,799 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:17:55,800 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:17:55,800 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:17:55,806 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b2846c863a6c9f86a824d6071e9841f383d1c76" 2018-08-12 08:17:56,059 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 43135 X-Openstack-Request-Id: req-3202c971-cad9-426b-8639-c71c73a68dda Date: Sun, 12 Aug 2018 08:17:56 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "created_at": "2018-08-12T06:59:44Z", "updated_at": "2018-08-12T06:59:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "1d7fd960-7865-4453-aecc-8d399b4fad21", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "66820d8a-b785-4b18-bd67-500221c8e4f9", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "74fc7638-a322-4841-8c47-06d36174a200", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "8eaa09ec-8419-4582-9312-1e527afe6e4b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}], "revision_number": 4, "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "created_at": "2018-08-12T05:12:34Z", "updated_at": "2018-08-12T05:12:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "709513d2-af7d-4d0b-bd3c-604fed75a711", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "aa346066-e46f-44f2-94be-2884aa998a19", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "c15f7b93-e56c-4afa-867d-2acb286d4b7b", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "cb0ef83f-5f70-4a80-ad35-431ca9df551e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}], "revision_number": 4, "project_id": "fa5a7fe6ee54472ba01638877aade8e3", "id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ea65becf30e54b27aa96a449698a435e", "created_at": "2018-08-12T05:10:35Z", "updated_at": "2018-08-12T05:10:35Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "30ad280c-f302-4cd4-a438-5139917b56f9", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "76115c4c-887d-4f0a-83e2-486e4b39c713", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "8ab14937-4c08-4d43-8a9a-662e622cc643", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "ee757a03-5662-4273-9c3e-6212e7afb48f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}], "revision_number": 4, "project_id": "ea65becf30e54b27aa96a449698a435e", "id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "created_at": "2018-08-12T06:20:09Z", "updated_at": "2018-08-12T06:20:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "1123b8f2-75ac-4a26-b9b2-a96da97408e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "2ddd2b93-e080-48cd-9a50-f5fe8a82ad0c", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "cd1bae62-0aea-4438-b4c3-50a69ae6f855", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "e398e01e-ceea-46d1-9534-b929808c4a5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}], "revision_number": 4, "project_id": "ff7abd7bb61f4f2889831e932d65dc2e", "id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "created_at": "2018-08-12T05:34:57Z", "updated_at": "2018-08-12T05:34:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "208a1c1e-f5f8-49c7-9a25-d07e68b1541f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "27bfd867-e607-4bf8-9de8-60682d3f771d", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "49360e1f-6fd3-4f35-b339-24cea95773ee", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "60f631a9-d305-4920-9631-d0543e2ac64f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}], "revision_number": 4, "project_id": "3a85ceae958d4d9fba68847e7df67db8", "id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "created_at": "2018-08-12T05:34:40Z", "updated_at": "2018-08-12T05:34:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "2192c259-363e-4768-ae73-e75837ad63b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "3f87ddc5-f84d-41dc-8215-847724782569", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "7d89f6da-ea78-49dd-9115-f9ad23b250bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "9ec4497d-0f65-44db-9be9-7b3042e4a584", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}], "revision_number": 4, "project_id": "85517fcf1c6247e699fdcdd42ecc8c79", "id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "created_at": "2018-08-12T05:16:02Z", "updated_at": "2018-08-12T05:16:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "1ecacd8c-c1c7-4a66-9871-406a69323b43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "3cc1750c-e0e7-4902-b6f3-494a161b832e", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "d719a7a4-8c99-44ed-8c12-6bf071890203", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "fe7421b5-d577-41da-8c78-62f3c07eda92", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}], "revision_number": 4, "project_id": "a267b9a156244bb192691cff6e5f74fe", "id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "315a428116f24d9fbb826b37080a918e", "created_at": "2018-08-12T05:11:31Z", "updated_at": "2018-08-12T05:11:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "5e52886a-1dc3-4a81-a55d-f388dc4fd1a1", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "678e32e4-d64c-448a-a4ab-e253ab94ae90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "a8da1539-e3ad-4f90-b2df-3dc1f09d228a", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "b73d5cc9-0205-4658-bb1f-61a042c0ab8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}], "revision_number": 4, "project_id": "315a428116f24d9fbb826b37080a918e", "id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-12T05:08:01Z", "updated_at": "2018-08-12T05:08:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:01Z", "revision_number": 0, "id": "0fb05d03-1117-45d0-930c-b6d4c96ef102", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "4faaab33-5788-4bbd-85b8-0fb44d41413a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "96d0c5a0-5c67-421b-8fc8-2b46d77e5db3", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "dd78519b-4bc5-4e8e-ad0f-58089dd69347", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "11a46741b7954b959fd7764109c047b6", "created_at": "2018-08-12T05:34:51Z", "updated_at": "2018-08-12T05:34:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "0b67bf3c-2289-43bb-ab6c-7d25ec32a279", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "51f3f833-337a-42bd-a8d5-742ea8d6c226", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "571fd0b5-ef90-408d-af33-aafb517b8993", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "944ba823-fb9c-496e-a66e-bb426bb14a8d", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}], "revision_number": 4, "project_id": "11a46741b7954b959fd7764109c047b6", "id": "90af9782-8112-4257-801d-ee5115d226ba", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "created_at": "2018-08-12T05:34:26Z", "updated_at": "2018-08-12T05:34:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "2ee1f63a-807c-4d6a-85ee-dd784f6b8c3f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5dec3ec2-2add-47dd-8618-90659dcf3885", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5ea0dc3e-49d0-43f0-94e9-f6443527d14c", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "fbfaca22-7e3e-4128-8973-43e439b77c28", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}], "revision_number": 4, "project_id": "3c01cd58055c44ecaef39f7e625c2258", "id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "521007c1818145639e93ceb270559219", "created_at": "2018-08-12T05:13:27Z", "updated_at": "2018-08-12T05:13:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "5e7fede5-b0f2-47d8-95c3-516cdfc7f9de", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "8fd0e36f-c6c4-4f64-ba97-40439e614448", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "db7d79de-1dfc-4138-945f-91e74cdc266b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "e87f2cff-ff3e-4b6d-aaf0-7f0eb0ab9f05", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}], "revision_number": 4, "project_id": "521007c1818145639e93ceb270559219", "id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "created_at": "2018-08-12T05:08:18Z", "updated_at": "2018-08-12T05:08:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "3c67be40-bf74-4f97-9693-d93ce73a23b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "6112d869-2fc6-4a25-a13c-3d55cd7206c0", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "bdf21c56-453e-482e-9cba-3c55abcb0339", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "c8e92c39-38cc-4f48-be9c-5f0912e6a725", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}], "revision_number": 4, "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "created_at": "2018-08-12T05:04:23Z", "updated_at": "2018-08-12T05:04:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "280546d9-8ad1-4283-abfc-15ee9b1736c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "58bce125-f2ca-4a6d-b9ca-4e6cf5c0f7a5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "69275b9a-cfb5-482c-a9c4-8ffc79adf2c7", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "6d747f3a-3764-469a-a645-f977585c5aac", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}], "revision_number": 4, "project_id": "310f5853751a4c968f3eeb0a3d99a0a8", "id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "created_at": "2018-08-12T05:34:42Z", "updated_at": "2018-08-12T05:34:42Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "199582e8-25aa-457a-aa7c-6d8413ca4464", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "234f3609-4454-448f-919d-c8143c7cd764", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "c1061460-71a2-49a9-a04b-9fa33eeb17ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "d21ac532-51d8-4d6b-8300-7bac216759bf", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}], "revision_number": 4, "project_id": "9f6c1a272706419c9a74b0893b2890e8", "id": "d6739716-c693-460c-89c6-e7c8c48f8245", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "created_at": "2018-08-12T05:34:54Z", "updated_at": "2018-08-12T05:34:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "0633a05a-ee7d-4476-a56b-75d011b22f77", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "6cc1b9f8-73db-47a3-a0e0-3c96c43f34da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "90d99a6b-e94f-4fd8-a10c-f19dd8954c13", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "e843c139-af2a-4d2c-a24f-59f7b10ff72e", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}], "revision_number": 4, "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "created_at": "2018-08-12T05:09:07Z", "updated_at": "2018-08-12T05:09:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "5495e168-f505-4d74-ae6d-387f0bf533c2", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "6fd19b8b-3062-456e-81ba-3ff37fe43429", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8ca59d25-485c-46ce-939c-2e4a468caeac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8f190846-50a0-42b9-b571-390809b752b1", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}], "revision_number": 4, "project_id": "fa9ca6d7608b4d7d87ce97331679a481", "id": "edcd9b17-9416-4c25-823c-060c435e18d7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "created_at": "2018-08-12T05:34:52Z", "updated_at": "2018-08-12T05:34:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "2c7e484e-6ec5-4a95-8c9c-66d294c0c27e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "70c74258-3c2c-4efc-87e0-079c26ee3417", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "b70382fa-082e-4c2b-abc8-87490fa50b11", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "c3628e02-b4b6-42c9-8751-c1a2d3c19caa", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}], "revision_number": 4, "project_id": "87db863ba6e348b0a5ddcb67053db9d1", "id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "name": "default"}]} 2018-08-12 08:17:56,060 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-3202c971-cad9-426b-8639-c71c73a68dda 2018-08-12 08:17:56,068 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b2846c863a6c9f86a824d6071e9841f383d1c76" 2018-08-12 08:17:56,157 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:17:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d92d5b1a-3f7d-4673-a7ef-5364068a7968 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 5fe28c13d4d74ba2be8d019ac1ea6363.", "code": 404, "title": "Not Found"}} 2018-08-12 08:17:56,157 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 used request id req-d92d5b1a-3f7d-4673-a7ef-5364068a7968 2018-08-12 08:17:56,158 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:17:56,161 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b2846c863a6c9f86a824d6071e9841f383d1c76" 2018-08-12 08:17:56,258 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:17:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b0daffb4-b14b-4cdf-afb0-7626e867c216 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa5a7fe6ee54472ba01638877aade8e3.", "code": 404, "title": "Not Found"}} 2018-08-12 08:17:56,258 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 used request id req-b0daffb4-b14b-4cdf-afb0-7626e867c216 2018-08-12 08:17:56,258 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:17:56,262 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b2846c863a6c9f86a824d6071e9841f383d1c76" 2018-08-12 08:17:56,350 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:17:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4fb94fe4-1124-4036-a986-451d38216a79 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ea65becf30e54b27aa96a449698a435e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:17:56,350 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e used request id req-4fb94fe4-1124-4036-a986-451d38216a79 2018-08-12 08:17:56,350 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:17:56,354 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b2846c863a6c9f86a824d6071e9841f383d1c76" 2018-08-12 08:17:56,445 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:17:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5bcc49a3-db97-4cbe-aa27-cce76e8b6a77 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ff7abd7bb61f4f2889831e932d65dc2e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:17:56,445 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e used request id req-5bcc49a3-db97-4cbe-aa27-cce76e8b6a77 2018-08-12 08:17:56,445 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:17:56,449 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b2846c863a6c9f86a824d6071e9841f383d1c76" 2018-08-12 08:17:56,546 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:17:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-95b25acb-307e-4bad-9cdd-1c8d6c6b41fe Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3a85ceae958d4d9fba68847e7df67db8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:17:56,546 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 used request id req-95b25acb-307e-4bad-9cdd-1c8d6c6b41fe 2018-08-12 08:17:56,546 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:17:56,550 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b2846c863a6c9f86a824d6071e9841f383d1c76" 2018-08-12 08:17:56,635 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:17:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-83aa1c78-e872-4728-be82-45b0adf5b6d7 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 85517fcf1c6247e699fdcdd42ecc8c79.", "code": 404, "title": "Not Found"}} 2018-08-12 08:17:56,636 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 used request id req-83aa1c78-e872-4728-be82-45b0adf5b6d7 2018-08-12 08:17:56,636 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:17:56,639 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b2846c863a6c9f86a824d6071e9841f383d1c76" 2018-08-12 08:17:56,736 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:17:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-679cc56a-8bab-4cf0-9553-8919a56e8a78 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}} 2018-08-12 08:17:56,736 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe used request id req-679cc56a-8bab-4cf0-9553-8919a56e8a78 2018-08-12 08:17:56,740 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b2846c863a6c9f86a824d6071e9841f383d1c76" 2018-08-12 08:17:56,826 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:17:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c27ee55b-290f-4cbc-b289-bc7c23db1a74 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 315a428116f24d9fbb826b37080a918e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:17:56,826 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e used request id req-c27ee55b-290f-4cbc-b289-bc7c23db1a74 2018-08-12 08:17:56,826 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:17:56,830 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b2846c863a6c9f86a824d6071e9841f383d1c76" 2018-08-12 08:17:56,914 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:17:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-07eee6f4-1708-4ba7-8e5e-0c3cb3628220 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 11a46741b7954b959fd7764109c047b6.", "code": 404, "title": "Not Found"}} 2018-08-12 08:17:56,914 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 used request id req-07eee6f4-1708-4ba7-8e5e-0c3cb3628220 2018-08-12 08:17:56,914 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:17:56,918 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b2846c863a6c9f86a824d6071e9841f383d1c76" 2018-08-12 08:17:57,001 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:17:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b136f215-d4b6-4baa-92f6-9eaafc650d72 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3c01cd58055c44ecaef39f7e625c2258.", "code": 404, "title": "Not Found"}} 2018-08-12 08:17:57,002 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 used request id req-b136f215-d4b6-4baa-92f6-9eaafc650d72 2018-08-12 08:17:57,002 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:17:57,005 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b2846c863a6c9f86a824d6071e9841f383d1c76" 2018-08-12 08:17:57,096 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:17:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6a7d5770-6f4f-4a59-9264-c25ad885ef29 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 521007c1818145639e93ceb270559219.", "code": 404, "title": "Not Found"}} 2018-08-12 08:17:57,097 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 used request id req-6a7d5770-6f4f-4a59-9264-c25ad885ef29 2018-08-12 08:17:57,097 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:17:57,100 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b2846c863a6c9f86a824d6071e9841f383d1c76" 2018-08-12 08:17:57,186 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:17:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e48ae21c-e38c-4146-8e28-e2d54a4db7db Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e18fcc7fc10a4fd0b20234f8520d0aab.", "code": 404, "title": "Not Found"}} 2018-08-12 08:17:57,186 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab used request id req-e48ae21c-e38c-4146-8e28-e2d54a4db7db 2018-08-12 08:17:57,186 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:17:57,190 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b2846c863a6c9f86a824d6071e9841f383d1c76" 2018-08-12 08:17:57,283 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:17:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e23172ab-48af-478d-8939-15a5f283c032 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "310f5853751a4c968f3eeb0a3d99a0a8", "name": "service"}} 2018-08-12 08:17:57,283 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 used request id req-e23172ab-48af-478d-8939-15a5f283c032 2018-08-12 08:17:57,287 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b2846c863a6c9f86a824d6071e9841f383d1c76" 2018-08-12 08:17:57,378 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:17:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-664033e6-d82a-4210-9e9e-a29fcce7b7d0 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9f6c1a272706419c9a74b0893b2890e8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:17:57,379 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 used request id req-664033e6-d82a-4210-9e9e-a29fcce7b7d0 2018-08-12 08:17:57,379 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:17:57,382 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/34cb7327fcfc4b52a63b4b8c0ea4a54d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b2846c863a6c9f86a824d6071e9841f383d1c76" 2018-08-12 08:17:57,469 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:17:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f40360e9-c955-48a0-afff-f598eedc3529 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 34cb7327fcfc4b52a63b4b8c0ea4a54d.", "code": 404, "title": "Not Found"}} 2018-08-12 08:17:57,469 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/34cb7327fcfc4b52a63b4b8c0ea4a54d used request id req-f40360e9-c955-48a0-afff-f598eedc3529 2018-08-12 08:17:57,469 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:17:57,473 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa9ca6d7608b4d7d87ce97331679a481 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b2846c863a6c9f86a824d6071e9841f383d1c76" 2018-08-12 08:17:57,574 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:17:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c52f67fa-15e3-43da-a18b-cee2a1936154 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa9ca6d7608b4d7d87ce97331679a481.", "code": 404, "title": "Not Found"}} 2018-08-12 08:17:57,574 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa9ca6d7608b4d7d87ce97331679a481 used request id req-c52f67fa-15e3-43da-a18b-cee2a1936154 2018-08-12 08:17:57,575 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:17:57,579 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/87db863ba6e348b0a5ddcb67053db9d1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b2846c863a6c9f86a824d6071e9841f383d1c76" 2018-08-12 08:17:57,671 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:17:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ba788847-9c11-4e48-a3ab-4652cd92c63a Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87db863ba6e348b0a5ddcb67053db9d1.", "code": 404, "title": "Not Found"}} 2018-08-12 08:17:57,671 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/87db863ba6e348b0a5ddcb67053db9d1 used request id req-ba788847-9c11-4e48-a3ab-4652cd92c63a 2018-08-12 08:17:57,672 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:17:57,672 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeTypeSuccessTests-ad403ca5-ae59-479-proj 2018-08-12 08:17:57,676 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/ed7b8dc177ed42f2a76088fdcc03ab0e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b2846c863a6c9f86a824d6071e9841f383d1c76" 2018-08-12 08:17:57,903 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:17:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-30bbf27a-7424-4d59-8653-0d5f3b873cfd 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 08:17:57,904 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/ed7b8dc177ed42f2a76088fdcc03ab0e used request id req-30bbf27a-7424-4d59-8653-0d5f3b873cfd 2018-08-12 08:17:57,904 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeTypeSuccessTests-ad403ca5-ae59-479-proj-role 2018-08-12 08:17:57,907 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/96f6dbf297894eb0a2e89425c406c4bc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b2846c863a6c9f86a824d6071e9841f383d1c76" 2018-08-12 08:17:58,055 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:17:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8805e3c1-efce-4f02-8787-69cb8bc4b5b5 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 08:17:58,056 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/96f6dbf297894eb0a2e89425c406c4bc used request id req-8805e3c1-efce-4f02-8787-69cb8bc4b5b5 2018-08-12 08:17:58,059 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b2846c863a6c9f86a824d6071e9841f383d1c76" 2018-08-12 08:17:58,155 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:17:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c670dc7d-2622-4d45-b2f0-b86f7afe333c Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:17:58,155 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-c670dc7d-2622-4d45-b2f0-b86f7afe333c 2018-08-12 08:17:58,156 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeTypeSuccessTests-ad403ca5-ae59-479-user 2018-08-12 08:17:58,159 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/5d3dd0824c6f4d21a09b222582c3e8ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84e8467d38eb4f7333941bbb0bc539f65d16ccac" 2018-08-12 08:17:58,332 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:17:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d8c15b00-519a-43f7-a130-ec7373edd68d 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 08:17:58,333 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/5d3dd0824c6f4d21a09b222582c3e8ba used request id req-d8c15b00-519a-43f7-a130-ec7373edd68d 2018-08-12 08:17:58,334 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:17:58,734 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:17:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["eNkFFW0dSei2hEh1WWPKDw"], "issued_at": "2018-08-12T08:17:58.000000Z"}} 2018-08-12 08:17:58,735 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}69ff5eb4496da3ccdc02b72b2326381730b8b368" 2018-08-12 08:17:58,916 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:17:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-66ae7308-8f80-4c63-a1fc-d50c4ca31cd1 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:17:58,917 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-66ae7308-8f80-4c63-a1fc-d50c4ca31cd1 2018-08-12 08:17:58,918 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:17:58,919 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:17:59,390 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:17:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["njlh-WgiSkmEeFmma4iA8Q"], "issued_at": "2018-08-12T08:17:59.000000Z"}} 2018-08-12 08:17:59,391 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}fa704a1145cd34d1f7513b2952dadbf3e070626f" 2018-08-12 08:17:59,465 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:17:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-76045461-6abe-4d5e-a4d1-65e38ed94638 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:17:59,465 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-76045461-6abe-4d5e-a4d1-65e38ed94638 2018-08-12 08:17:59,469 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:17:59,475 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:17:59 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:17:59,476 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeTypeSuccessTests-4f55f525-f08e-4fb-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa704a1145cd34d1f7513b2952dadbf3e070626f" 2018-08-12 08:17:59,566 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:17:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-05a34a77-a8cc-42df-840c-d78597ecebdc Content-Encoding: gzip Content-Length: 184 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeTypeSuccessTests-4f55f525-f08e-4fb-proj", "previous": null, "next": null}, "projects": []} 2018-08-12 08:17:59,566 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeTypeSuccessTests-4f55f525-f08e-4fb-proj used request id req-05a34a77-a8cc-42df-840c-d78597ecebdc 2018-08-12 08:17:59,570 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa704a1145cd34d1f7513b2952dadbf3e070626f" 2018-08-12 08:17:59,662 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:17:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-80779e3f-4882-459b-b22e-8e8f8ff7f4f3 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:17:59,662 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-80779e3f-4882-459b-b22e-8e8f8ff7f4f3 2018-08-12 08:17:59,666 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa704a1145cd34d1f7513b2952dadbf3e070626f" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSimpleVolumeTypeSuccessTests-4f55f525-f08e-4fb-proj"}}' 2018-08-12 08:17:59,822 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:17:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3ee10d54-b2ef-4359-bc11-a57390144d25 Content-Length: 331 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/60dea034c39042f9861642cdb0961bc6"}, "tags": [], "enabled": true, "id": "60dea034c39042f9861642cdb0961bc6", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeTypeSuccessTests-4f55f525-f08e-4fb-proj"}} 2018-08-12 08:17:59,822 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-3ee10d54-b2ef-4359-bc11-a57390144d25 2018-08-12 08:17:59,822 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeTypeSuccessTests-4f55f525-f08e-4fb-proj 2018-08-12 08:17:59,822 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:17:59,823 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:18:00,216 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:18:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["xqE4RxfiRgKKxgOvOhCmVQ"], "issued_at": "2018-08-12T08:18:00.000000Z"}} 2018-08-12 08:18:00,217 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}ae687c6ba450942682b20c85f6963566502a16e1" 2018-08-12 08:18:00,305 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:18:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f1525460-c021-4d82-8bc6-7ec3acef39e4 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:18:00,305 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-f1525460-c021-4d82-8bc6-7ec3acef39e4 2018-08-12 08:18:00,309 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:18:00,314 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:18:00 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:18:00,315 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae687c6ba450942682b20c85f6963566502a16e1" 2018-08-12 08:18:00,419 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:18:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-075fed52-813a-41b1-9921-698c1367d941 Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/105a247548624314b9228f85f6325f0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105a247548624314b9228f85f6325f0b", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/1c5de0eaa44543f08da6ad63a51594ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c5de0eaa44543f08da6ad63a51594ff", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/1d127b5b832547a88a547c116dfdd65b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d127b5b832547a88a547c116dfdd65b", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/1d5cfc170d624ce4ae53ae0507c8d517"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d5cfc170d624ce4ae53ae0507c8d517", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/2421820b75eb4d3ebd02830378d1377b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2421820b75eb4d3ebd02830378d1377b", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/40bd8ee54ecf44868cc83cede652c396"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40bd8ee54ecf44868cc83cede652c396", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/4f32fb8153854c4c9f5094b42b523f80"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f32fb8153854c4c9f5094b42b523f80", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7066130d08fb4db7bf4ab468de53933b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7066130d08fb4db7bf4ab468de53933b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/8d0898a83bcf4521bbc11501d5d7ac89"}, "domain_id": "1eec97585bde483292ece28ee11f4b8d", "enabled": true, "options": {}, "id": "8d0898a83bcf4521bbc11501d5d7ac89", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/9defcced327d476f8a3beab718a13da3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9defcced327d476f8a3beab718a13da3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/b80ee4f6992446e0879624dd436e99a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b80ee4f6992446e0879624dd436e99a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b86fd3e011324d398fcdb6f095a20a9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b86fd3e011324d398fcdb6f095a20a9d", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1701d2754064b5cadf765ea0806f9b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1701d2754064b5cadf765ea0806f9b2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/db4e7b8d76d549faa502716565c733dd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db4e7b8d76d549faa502716565c733dd", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-12 08:18:00,419 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-075fed52-813a-41b1-9921-698c1367d941 2018-08-12 08:18:00,423 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateSimpleVolumeTypeSuccessTests-4f55f525-f08e-4fb-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae687c6ba450942682b20c85f6963566502a16e1" 2018-08-12 08:18:00,444 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:18:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b5707692-ae26-4083-925a-e5aeb519de13 Content-Encoding: gzip Content-Length: 266 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateSimpleVolumeTypeSuccessTests-4f55f525-f08e-4fb-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/60dea034c39042f9861642cdb0961bc6"}, "tags": [], "enabled": true, "id": "60dea034c39042f9861642cdb0961bc6", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeTypeSuccessTests-4f55f525-f08e-4fb-proj"}]} 2018-08-12 08:18:00,445 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateSimpleVolumeTypeSuccessTests-4f55f525-f08e-4fb-proj used request id req-b5707692-ae26-4083-925a-e5aeb519de13 2018-08-12 08:18:00,448 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae687c6ba450942682b20c85f6963566502a16e1" 2018-08-12 08:18:00,550 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:18:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b4c5eaa8-92ea-4272-a668-7b1134377e1d Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:18:00,550 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-b4c5eaa8-92ea-4272-a668-7b1134377e1d 2018-08-12 08:18:00,930 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeTypeSuccessTests-4f55f525-f08e-4fb-user 2018-08-12 08:18:00,930 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:18:00,935 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa704a1145cd34d1f7513b2952dadbf3e070626f" 2018-08-12 08:18:01,029 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:18:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0c135456-b2cf-4779-b0e3-7fa06fb47078 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:18:01,029 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-0c135456-b2cf-4779-b0e3-7fa06fb47078 2018-08-12 08:18:01,032 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa704a1145cd34d1f7513b2952dadbf3e070626f" -d '{"role": {"name": "CreateSimpleVolumeTypeSuccessTests-4f55f525-f08e-4fb-proj-role"}}' 2018-08-12 08:18:01,139 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:18:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e0fa80f6-cc0d-4764-953c-b82e52c98433 Content-Length: 233 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "f19d74c1b5a5440ca03ac0da3c766fdb", "links": {"self": "http://172.30.9.21:5000/v3/roles/f19d74c1b5a5440ca03ac0da3c766fdb"}, "name": "CreateSimpleVolumeTypeSuccessTests-4f55f525-f08e-4fb-proj-role"}} 2018-08-12 08:18:01,139 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-e0fa80f6-cc0d-4764-953c-b82e52c98433 2018-08-12 08:18:01,140 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeTypeSuccessTests-4f55f525-f08e-4fb-proj-role 2018-08-12 08:18:01,143 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/f19d74c1b5a5440ca03ac0da3c766fdb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa704a1145cd34d1f7513b2952dadbf3e070626f" 2018-08-12 08:18:01,163 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:18:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8bf064ea-bbd8-4708-9034-066eeb2b3eef Content-Encoding: gzip Content-Length: 186 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "f19d74c1b5a5440ca03ac0da3c766fdb", "links": {"self": "http://172.30.9.21:5000/v3/roles/f19d74c1b5a5440ca03ac0da3c766fdb"}, "name": "CreateSimpleVolumeTypeSuccessTests-4f55f525-f08e-4fb-proj-role"}} 2018-08-12 08:18:01,163 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/f19d74c1b5a5440ca03ac0da3c766fdb used request id req-8bf064ea-bbd8-4708-9034-066eeb2b3eef 2018-08-12 08:18:01,163 - keystone_utils - INFO - Granting role CreateSimpleVolumeTypeSuccessTests-4f55f525-f08e-4fb-proj-role to project CreateSimpleVolumeTypeSuccessTests-4f55f525-f08e-4fb-proj 2018-08-12 08:18:01,166 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/60dea034c39042f9861642cdb0961bc6/users/16990212d44e4ad0b9d4e474cfc17da9/roles/f19d74c1b5a5440ca03ac0da3c766fdb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa704a1145cd34d1f7513b2952dadbf3e070626f" 2018-08-12 08:18:01,298 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:18:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9dd7c021-2191-4b2c-b04e-a19eb5644693 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 08:18:01,298 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/60dea034c39042f9861642cdb0961bc6/users/16990212d44e4ad0b9d4e474cfc17da9/roles/f19d74c1b5a5440ca03ac0da3c766fdb used request id req-9dd7c021-2191-4b2c-b04e-a19eb5644693 2018-08-12 08:18:01,301 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:18:01,303 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:18:01,703 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:18:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["963dIguOSg290XR6yKa6Bg"], "issued_at": "2018-08-12T08:18:01.000000Z"}} 2018-08-12 08:18:01,703 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}4528780458ba674ac36c7616e30c4f70cd09c5be" 2018-08-12 08:18:01,784 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:18:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eee637c0-5913-4e20-a919-13fdcfe43f0c Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:18:01,784 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-eee637c0-5913-4e20-a919-13fdcfe43f0c 2018-08-12 08:18:01,789 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/types?is_public=None -H "OpenStack-API-Version: volume 3.5" -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4528780458ba674ac36c7616e30c4f70cd09c5be" 2018-08-12 08:18:01,983 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:18:01 GMT Server: Apache x-compute-request-id: req-e373ebd9-127e-4ff3-87c4-15dbb7756907 OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version x-openstack-request-id: req-e373ebd9-127e-4ff3-87c4-15dbb7756907 Content-Length: 20 Content-Type: application/json RESP BODY: {"volume_types": []} 2018-08-12 08:18:01,984 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/types?is_public=None used request id req-e373ebd9-127e-4ff3-87c4-15dbb7756907 2018-08-12 08:18:01,987 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/types -H "Accept: application/json" -H "User-Agent: python-cinderclient" -H "OpenStack-API-Version: volume 3.5" -H "X-Auth-Token: {SHA1}4528780458ba674ac36c7616e30c4f70cd09c5be" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-e373ebd9-127e-4ff3-87c4-15dbb7756907" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CreateSimpleVolumeTypeSuccessTests-8fdf32e6-6b3e-4bf4-867f-7e936bf3f803", "description": null}}' 2018-08-12 08:18:02,629 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:18:01 GMT Server: Apache x-compute-request-id: req-dd188f12-12ff-40c7-b568-eea85ef1d6ea OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-dd188f12-12ff-40c7-b568-eea85ef1d6ea Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateSimpleVolumeTypeSuccessTests-8fdf32e6-6b3e-4bf4-867f-7e936bf3f803", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "c6fcdd1d-a25d-4f3b-96bf-0ddeb04ba70a", "description": null}} 2018-08-12 08:18:02,629 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/types used request id req-dd188f12-12ff-40c7-b568-eea85ef1d6ea 2018-08-12 08:18:02,630 - create_volume_type - INFO - Created volume type with name - CreateSimpleVolumeTypeSuccessTests-8fdf32e6-6b3e-4bf4-867f-7e936bf3f803 2018-08-12 08:18:02,633 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/types?is_public=None -H "OpenStack-API-Version: volume 3.5" -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69ff5eb4496da3ccdc02b72b2326381730b8b368" 2018-08-12 08:18:02,816 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:18:02 GMT Server: Apache x-compute-request-id: req-27b4a691-4d79-4c7f-aa63-c2c4a868476a OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-27b4a691-4d79-4c7f-aa63-c2c4a868476a Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"volume_types": [{"name": "CreateSimpleVolumeTypeSuccessTests-8fdf32e6-6b3e-4bf4-867f-7e936bf3f803", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "c6fcdd1d-a25d-4f3b-96bf-0ddeb04ba70a", "description": null}]} 2018-08-12 08:18:02,816 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/types?is_public=None used request id req-27b4a691-4d79-4c7f-aa63-c2c4a868476a 2018-08-12 08:18:02,820 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/types/c6fcdd1d-a25d-4f3b-96bf-0ddeb04ba70a -H "OpenStack-API-Version: volume 3.5" -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-27b4a691-4d79-4c7f-aa63-c2c4a868476a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69ff5eb4496da3ccdc02b72b2326381730b8b368" 2018-08-12 08:18:03,014 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:18:02 GMT Server: Apache x-compute-request-id: req-0090f0f7-ad55-4024-96e7-17e14e8968cc OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-0090f0f7-ad55-4024-96e7-17e14e8968cc Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateSimpleVolumeTypeSuccessTests-8fdf32e6-6b3e-4bf4-867f-7e936bf3f803", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "c6fcdd1d-a25d-4f3b-96bf-0ddeb04ba70a", "description": null}} 2018-08-12 08:18:03,014 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/types/c6fcdd1d-a25d-4f3b-96bf-0ddeb04ba70a used request id req-0090f0f7-ad55-4024-96e7-17e14e8968cc 2018-08-12 08:18:03,017 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/types/c6fcdd1d-a25d-4f3b-96bf-0ddeb04ba70a/encryption -H "OpenStack-API-Version: volume 3.5" -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-27b4a691-4d79-4c7f-aa63-c2c4a868476a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69ff5eb4496da3ccdc02b72b2326381730b8b368" 2018-08-12 08:18:03,223 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:18:03 GMT Server: Apache x-compute-request-id: req-951a5c48-819a-431e-85c7-5a7f18ca79ff OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version x-openstack-request-id: req-951a5c48-819a-431e-85c7-5a7f18ca79ff Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-08-12 08:18:03,224 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/types/c6fcdd1d-a25d-4f3b-96bf-0ddeb04ba70a/encryption used request id req-951a5c48-819a-431e-85c7-5a7f18ca79ff 2018-08-12 08:18:03,224 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:18:03,225 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:18:03,620 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:18:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["zRJ0iBZZSXuROOtG0CZr0Q"], "issued_at": "2018-08-12T08:18:03.000000Z"}} 2018-08-12 08:18:03,621 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}7ced613655703b8c04b024a7e117eff63d1c538e" 2018-08-12 08:18:03,717 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:18:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-94c6f718-3e50-4a2e-81ff-107b9b9a79fd Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:18:03,717 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-94c6f718-3e50-4a2e-81ff-107b9b9a79fd 2018-08-12 08:18:03,722 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/types?is_public=None -H "OpenStack-API-Version: volume 3.5" -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ced613655703b8c04b024a7e117eff63d1c538e" 2018-08-12 08:18:04,303 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:18:03 GMT Server: Apache x-compute-request-id: req-3d997872-e661-4396-b7dd-f82a2283544d OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-3d997872-e661-4396-b7dd-f82a2283544d Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"volume_types": [{"name": "CreateSimpleVolumeTypeSuccessTests-8fdf32e6-6b3e-4bf4-867f-7e936bf3f803", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "c6fcdd1d-a25d-4f3b-96bf-0ddeb04ba70a", "description": null}]} 2018-08-12 08:18:04,303 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/types?is_public=None used request id req-3d997872-e661-4396-b7dd-f82a2283544d 2018-08-12 08:18:04,306 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/types/c6fcdd1d-a25d-4f3b-96bf-0ddeb04ba70a -H "OpenStack-API-Version: volume 3.5" -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3d997872-e661-4396-b7dd-f82a2283544d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ced613655703b8c04b024a7e117eff63d1c538e" 2018-08-12 08:18:04,892 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:18:04 GMT Server: Apache x-compute-request-id: req-5039e7b9-87a6-448c-a183-2886ee72bac7 OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-5039e7b9-87a6-448c-a183-2886ee72bac7 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateSimpleVolumeTypeSuccessTests-8fdf32e6-6b3e-4bf4-867f-7e936bf3f803", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "c6fcdd1d-a25d-4f3b-96bf-0ddeb04ba70a", "description": null}} 2018-08-12 08:18:04,892 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/types/c6fcdd1d-a25d-4f3b-96bf-0ddeb04ba70a used request id req-5039e7b9-87a6-448c-a183-2886ee72bac7 2018-08-12 08:18:04,895 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/types/c6fcdd1d-a25d-4f3b-96bf-0ddeb04ba70a/encryption -H "OpenStack-API-Version: volume 3.5" -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3d997872-e661-4396-b7dd-f82a2283544d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ced613655703b8c04b024a7e117eff63d1c538e" 2018-08-12 08:18:05,090 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:18:04 GMT Server: Apache x-compute-request-id: req-b73fb12d-771d-4d3c-905a-56fbb749b558 OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version x-openstack-request-id: req-b73fb12d-771d-4d3c-905a-56fbb749b558 Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-08-12 08:18:05,090 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/types/c6fcdd1d-a25d-4f3b-96bf-0ddeb04ba70a/encryption used request id req-b73fb12d-771d-4d3c-905a-56fbb749b558 2018-08-12 08:18:05,090 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeTypeSuccessTests-8fdf32e6-6b3e-4bf4-867f-7e936bf3f803 2018-08-12 08:18:05,093 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/types/c6fcdd1d-a25d-4f3b-96bf-0ddeb04ba70a -H "OpenStack-API-Version: volume 3.5" -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-e373ebd9-127e-4ff3-87c4-15dbb7756907" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4528780458ba674ac36c7616e30c4f70cd09c5be" 2018-08-12 08:18:05,709 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 08:18:05 GMT Server: Apache OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version x-openstack-request-id: req-4936bc1e-8e69-4148-ba14-8cfaf51b5c0f 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 08:18:05,709 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/types/c6fcdd1d-a25d-4f3b-96bf-0ddeb04ba70a used request id req-4936bc1e-8e69-4148-ba14-8cfaf51b5c0f 2018-08-12 08:18:05,710 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:18:05,710 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:18:05,711 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:18:05,711 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:18:05,711 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:18:05,717 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa704a1145cd34d1f7513b2952dadbf3e070626f" 2018-08-12 08:18:05,989 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 43135 X-Openstack-Request-Id: req-97df00c8-6bbe-4ff2-996b-9774a65cf322 Date: Sun, 12 Aug 2018 08:18:05 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "created_at": "2018-08-12T06:59:44Z", "updated_at": "2018-08-12T06:59:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "1d7fd960-7865-4453-aecc-8d399b4fad21", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "66820d8a-b785-4b18-bd67-500221c8e4f9", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "74fc7638-a322-4841-8c47-06d36174a200", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "8eaa09ec-8419-4582-9312-1e527afe6e4b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}], "revision_number": 4, "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "created_at": "2018-08-12T05:12:34Z", "updated_at": "2018-08-12T05:12:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "709513d2-af7d-4d0b-bd3c-604fed75a711", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "aa346066-e46f-44f2-94be-2884aa998a19", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "c15f7b93-e56c-4afa-867d-2acb286d4b7b", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "cb0ef83f-5f70-4a80-ad35-431ca9df551e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}], "revision_number": 4, "project_id": "fa5a7fe6ee54472ba01638877aade8e3", "id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ea65becf30e54b27aa96a449698a435e", "created_at": "2018-08-12T05:10:35Z", "updated_at": "2018-08-12T05:10:35Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "30ad280c-f302-4cd4-a438-5139917b56f9", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "76115c4c-887d-4f0a-83e2-486e4b39c713", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "8ab14937-4c08-4d43-8a9a-662e622cc643", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "ee757a03-5662-4273-9c3e-6212e7afb48f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}], "revision_number": 4, "project_id": "ea65becf30e54b27aa96a449698a435e", "id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "created_at": "2018-08-12T06:20:09Z", "updated_at": "2018-08-12T06:20:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "1123b8f2-75ac-4a26-b9b2-a96da97408e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "2ddd2b93-e080-48cd-9a50-f5fe8a82ad0c", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "cd1bae62-0aea-4438-b4c3-50a69ae6f855", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "e398e01e-ceea-46d1-9534-b929808c4a5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}], "revision_number": 4, "project_id": "ff7abd7bb61f4f2889831e932d65dc2e", "id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "created_at": "2018-08-12T05:34:57Z", "updated_at": "2018-08-12T05:34:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "208a1c1e-f5f8-49c7-9a25-d07e68b1541f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "27bfd867-e607-4bf8-9de8-60682d3f771d", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "49360e1f-6fd3-4f35-b339-24cea95773ee", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "60f631a9-d305-4920-9631-d0543e2ac64f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}], "revision_number": 4, "project_id": "3a85ceae958d4d9fba68847e7df67db8", "id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "created_at": "2018-08-12T05:34:40Z", "updated_at": "2018-08-12T05:34:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "2192c259-363e-4768-ae73-e75837ad63b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "3f87ddc5-f84d-41dc-8215-847724782569", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "7d89f6da-ea78-49dd-9115-f9ad23b250bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "9ec4497d-0f65-44db-9be9-7b3042e4a584", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}], "revision_number": 4, "project_id": "85517fcf1c6247e699fdcdd42ecc8c79", "id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "created_at": "2018-08-12T05:16:02Z", "updated_at": "2018-08-12T05:16:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "1ecacd8c-c1c7-4a66-9871-406a69323b43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "3cc1750c-e0e7-4902-b6f3-494a161b832e", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "d719a7a4-8c99-44ed-8c12-6bf071890203", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "fe7421b5-d577-41da-8c78-62f3c07eda92", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}], "revision_number": 4, "project_id": "a267b9a156244bb192691cff6e5f74fe", "id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "315a428116f24d9fbb826b37080a918e", "created_at": "2018-08-12T05:11:31Z", "updated_at": "2018-08-12T05:11:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "5e52886a-1dc3-4a81-a55d-f388dc4fd1a1", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "678e32e4-d64c-448a-a4ab-e253ab94ae90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "a8da1539-e3ad-4f90-b2df-3dc1f09d228a", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "b73d5cc9-0205-4658-bb1f-61a042c0ab8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}], "revision_number": 4, "project_id": "315a428116f24d9fbb826b37080a918e", "id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-12T05:08:01Z", "updated_at": "2018-08-12T05:08:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:01Z", "revision_number": 0, "id": "0fb05d03-1117-45d0-930c-b6d4c96ef102", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "4faaab33-5788-4bbd-85b8-0fb44d41413a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "96d0c5a0-5c67-421b-8fc8-2b46d77e5db3", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "dd78519b-4bc5-4e8e-ad0f-58089dd69347", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "11a46741b7954b959fd7764109c047b6", "created_at": "2018-08-12T05:34:51Z", "updated_at": "2018-08-12T05:34:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "0b67bf3c-2289-43bb-ab6c-7d25ec32a279", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "51f3f833-337a-42bd-a8d5-742ea8d6c226", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "571fd0b5-ef90-408d-af33-aafb517b8993", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "944ba823-fb9c-496e-a66e-bb426bb14a8d", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}], "revision_number": 4, "project_id": "11a46741b7954b959fd7764109c047b6", "id": "90af9782-8112-4257-801d-ee5115d226ba", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "created_at": "2018-08-12T05:34:26Z", "updated_at": "2018-08-12T05:34:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "2ee1f63a-807c-4d6a-85ee-dd784f6b8c3f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5dec3ec2-2add-47dd-8618-90659dcf3885", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5ea0dc3e-49d0-43f0-94e9-f6443527d14c", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "fbfaca22-7e3e-4128-8973-43e439b77c28", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}], "revision_number": 4, "project_id": "3c01cd58055c44ecaef39f7e625c2258", "id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "521007c1818145639e93ceb270559219", "created_at": "2018-08-12T05:13:27Z", "updated_at": "2018-08-12T05:13:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "5e7fede5-b0f2-47d8-95c3-516cdfc7f9de", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "8fd0e36f-c6c4-4f64-ba97-40439e614448", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "db7d79de-1dfc-4138-945f-91e74cdc266b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "e87f2cff-ff3e-4b6d-aaf0-7f0eb0ab9f05", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}], "revision_number": 4, "project_id": "521007c1818145639e93ceb270559219", "id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "created_at": "2018-08-12T05:08:18Z", "updated_at": "2018-08-12T05:08:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "3c67be40-bf74-4f97-9693-d93ce73a23b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "6112d869-2fc6-4a25-a13c-3d55cd7206c0", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "bdf21c56-453e-482e-9cba-3c55abcb0339", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "c8e92c39-38cc-4f48-be9c-5f0912e6a725", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}], "revision_number": 4, "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "created_at": "2018-08-12T05:04:23Z", "updated_at": "2018-08-12T05:04:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "280546d9-8ad1-4283-abfc-15ee9b1736c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "58bce125-f2ca-4a6d-b9ca-4e6cf5c0f7a5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "69275b9a-cfb5-482c-a9c4-8ffc79adf2c7", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "6d747f3a-3764-469a-a645-f977585c5aac", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}], "revision_number": 4, "project_id": "310f5853751a4c968f3eeb0a3d99a0a8", "id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "created_at": "2018-08-12T05:34:42Z", "updated_at": "2018-08-12T05:34:42Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "199582e8-25aa-457a-aa7c-6d8413ca4464", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "234f3609-4454-448f-919d-c8143c7cd764", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "c1061460-71a2-49a9-a04b-9fa33eeb17ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "d21ac532-51d8-4d6b-8300-7bac216759bf", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}], "revision_number": 4, "project_id": "9f6c1a272706419c9a74b0893b2890e8", "id": "d6739716-c693-460c-89c6-e7c8c48f8245", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "created_at": "2018-08-12T05:34:54Z", "updated_at": "2018-08-12T05:34:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "0633a05a-ee7d-4476-a56b-75d011b22f77", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "6cc1b9f8-73db-47a3-a0e0-3c96c43f34da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "90d99a6b-e94f-4fd8-a10c-f19dd8954c13", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "e843c139-af2a-4d2c-a24f-59f7b10ff72e", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}], "revision_number": 4, "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "created_at": "2018-08-12T05:09:07Z", "updated_at": "2018-08-12T05:09:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "5495e168-f505-4d74-ae6d-387f0bf533c2", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "6fd19b8b-3062-456e-81ba-3ff37fe43429", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8ca59d25-485c-46ce-939c-2e4a468caeac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8f190846-50a0-42b9-b571-390809b752b1", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}], "revision_number": 4, "project_id": "fa9ca6d7608b4d7d87ce97331679a481", "id": "edcd9b17-9416-4c25-823c-060c435e18d7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "created_at": "2018-08-12T05:34:52Z", "updated_at": "2018-08-12T05:34:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "2c7e484e-6ec5-4a95-8c9c-66d294c0c27e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "70c74258-3c2c-4efc-87e0-079c26ee3417", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "b70382fa-082e-4c2b-abc8-87490fa50b11", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "c3628e02-b4b6-42c9-8751-c1a2d3c19caa", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}], "revision_number": 4, "project_id": "87db863ba6e348b0a5ddcb67053db9d1", "id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "name": "default"}]} 2018-08-12 08:18:05,990 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-97df00c8-6bbe-4ff2-996b-9774a65cf322 2018-08-12 08:18:05,998 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa704a1145cd34d1f7513b2952dadbf3e070626f" 2018-08-12 08:18:06,084 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:18:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c9874d4d-a664-48a8-a706-66676cf545c5 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 5fe28c13d4d74ba2be8d019ac1ea6363.", "code": 404, "title": "Not Found"}} 2018-08-12 08:18:06,084 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 used request id req-c9874d4d-a664-48a8-a706-66676cf545c5 2018-08-12 08:18:06,084 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:18:06,088 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa704a1145cd34d1f7513b2952dadbf3e070626f" 2018-08-12 08:18:06,180 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:18:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cdbc3b1c-12dc-41f1-9b2a-1df8f746c80b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa5a7fe6ee54472ba01638877aade8e3.", "code": 404, "title": "Not Found"}} 2018-08-12 08:18:06,180 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 used request id req-cdbc3b1c-12dc-41f1-9b2a-1df8f746c80b 2018-08-12 08:18:06,180 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:18:06,184 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa704a1145cd34d1f7513b2952dadbf3e070626f" 2018-08-12 08:18:06,292 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:18:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-996b0cc8-7ac3-4e1d-810e-be7ccd1a83da Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ea65becf30e54b27aa96a449698a435e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:18:06,293 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e used request id req-996b0cc8-7ac3-4e1d-810e-be7ccd1a83da 2018-08-12 08:18:06,293 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:18:06,296 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa704a1145cd34d1f7513b2952dadbf3e070626f" 2018-08-12 08:18:06,381 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:18:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-35b171fd-7d31-410a-8589-7c25fe45ab22 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ff7abd7bb61f4f2889831e932d65dc2e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:18:06,381 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e used request id req-35b171fd-7d31-410a-8589-7c25fe45ab22 2018-08-12 08:18:06,381 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:18:06,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa704a1145cd34d1f7513b2952dadbf3e070626f" 2018-08-12 08:18:06,479 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:18:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e3e8fa5b-18df-4865-a129-9fcf7afe163a Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3a85ceae958d4d9fba68847e7df67db8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:18:06,479 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 used request id req-e3e8fa5b-18df-4865-a129-9fcf7afe163a 2018-08-12 08:18:06,480 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:18:06,483 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa704a1145cd34d1f7513b2952dadbf3e070626f" 2018-08-12 08:18:06,577 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:18:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0846bbb1-b793-4ed2-8ca9-b5d2bd04f510 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 85517fcf1c6247e699fdcdd42ecc8c79.", "code": 404, "title": "Not Found"}} 2018-08-12 08:18:06,577 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 used request id req-0846bbb1-b793-4ed2-8ca9-b5d2bd04f510 2018-08-12 08:18:06,577 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:18:06,581 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa704a1145cd34d1f7513b2952dadbf3e070626f" 2018-08-12 08:18:06,674 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:18:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc42ef7c-ab5b-4dac-b4e0-1a3d253bca98 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}} 2018-08-12 08:18:06,674 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe used request id req-fc42ef7c-ab5b-4dac-b4e0-1a3d253bca98 2018-08-12 08:18:06,678 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa704a1145cd34d1f7513b2952dadbf3e070626f" 2018-08-12 08:18:06,762 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:18:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6beeeadd-dc91-43a6-95d9-8068beb79562 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 315a428116f24d9fbb826b37080a918e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:18:06,762 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e used request id req-6beeeadd-dc91-43a6-95d9-8068beb79562 2018-08-12 08:18:06,762 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:18:06,765 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa704a1145cd34d1f7513b2952dadbf3e070626f" 2018-08-12 08:18:06,864 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:18:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f8fc4d40-1d63-4b2f-a118-d4c095aad382 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 11a46741b7954b959fd7764109c047b6.", "code": 404, "title": "Not Found"}} 2018-08-12 08:18:06,864 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 used request id req-f8fc4d40-1d63-4b2f-a118-d4c095aad382 2018-08-12 08:18:06,864 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:18:06,867 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa704a1145cd34d1f7513b2952dadbf3e070626f" 2018-08-12 08:18:06,950 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:18:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-608c8c55-f24e-40ec-81c4-1219b68d910f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3c01cd58055c44ecaef39f7e625c2258.", "code": 404, "title": "Not Found"}} 2018-08-12 08:18:06,950 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 used request id req-608c8c55-f24e-40ec-81c4-1219b68d910f 2018-08-12 08:18:06,950 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:18:06,953 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa704a1145cd34d1f7513b2952dadbf3e070626f" 2018-08-12 08:18:07,048 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:18:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c6e567d9-9b1a-44ba-9a99-9c63180c692a Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 521007c1818145639e93ceb270559219.", "code": 404, "title": "Not Found"}} 2018-08-12 08:18:07,048 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 used request id req-c6e567d9-9b1a-44ba-9a99-9c63180c692a 2018-08-12 08:18:07,048 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:18:07,052 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa704a1145cd34d1f7513b2952dadbf3e070626f" 2018-08-12 08:18:07,146 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:18:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e7e32ec6-4a1a-48e5-8151-f13afe4428ae Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e18fcc7fc10a4fd0b20234f8520d0aab.", "code": 404, "title": "Not Found"}} 2018-08-12 08:18:07,146 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab used request id req-e7e32ec6-4a1a-48e5-8151-f13afe4428ae 2018-08-12 08:18:07,146 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:18:07,150 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa704a1145cd34d1f7513b2952dadbf3e070626f" 2018-08-12 08:18:07,239 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:18:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-141361d8-5bcf-4390-82b3-57239583261e Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "310f5853751a4c968f3eeb0a3d99a0a8", "name": "service"}} 2018-08-12 08:18:07,239 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 used request id req-141361d8-5bcf-4390-82b3-57239583261e 2018-08-12 08:18:07,243 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa704a1145cd34d1f7513b2952dadbf3e070626f" 2018-08-12 08:18:07,334 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:18:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-54c106c6-03fd-48c2-a456-6dbd3843b919 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9f6c1a272706419c9a74b0893b2890e8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:18:07,334 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 used request id req-54c106c6-03fd-48c2-a456-6dbd3843b919 2018-08-12 08:18:07,334 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:18:07,338 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/34cb7327fcfc4b52a63b4b8c0ea4a54d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa704a1145cd34d1f7513b2952dadbf3e070626f" 2018-08-12 08:18:07,432 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:18:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ea591023-0baa-49ea-aafa-b08e6b4ce052 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 34cb7327fcfc4b52a63b4b8c0ea4a54d.", "code": 404, "title": "Not Found"}} 2018-08-12 08:18:07,432 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/34cb7327fcfc4b52a63b4b8c0ea4a54d used request id req-ea591023-0baa-49ea-aafa-b08e6b4ce052 2018-08-12 08:18:07,432 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:18:07,436 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa9ca6d7608b4d7d87ce97331679a481 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa704a1145cd34d1f7513b2952dadbf3e070626f" 2018-08-12 08:18:07,523 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:18:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a42b596b-cda1-4f45-bf2d-68c1acbc2200 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa9ca6d7608b4d7d87ce97331679a481.", "code": 404, "title": "Not Found"}} 2018-08-12 08:18:07,524 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa9ca6d7608b4d7d87ce97331679a481 used request id req-a42b596b-cda1-4f45-bf2d-68c1acbc2200 2018-08-12 08:18:07,524 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:18:07,527 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/87db863ba6e348b0a5ddcb67053db9d1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa704a1145cd34d1f7513b2952dadbf3e070626f" 2018-08-12 08:18:07,618 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:18:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a7ce11b3-2084-44ba-bece-b066425825df Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87db863ba6e348b0a5ddcb67053db9d1.", "code": 404, "title": "Not Found"}} 2018-08-12 08:18:07,618 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/87db863ba6e348b0a5ddcb67053db9d1 used request id req-a7ce11b3-2084-44ba-bece-b066425825df 2018-08-12 08:18:07,619 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:18:07,620 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeTypeSuccessTests-4f55f525-f08e-4fb-proj 2018-08-12 08:18:07,623 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/60dea034c39042f9861642cdb0961bc6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa704a1145cd34d1f7513b2952dadbf3e070626f" 2018-08-12 08:18:07,869 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:18:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-35f2b804-06b5-4165-858a-e35b347ad311 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 08:18:07,869 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/60dea034c39042f9861642cdb0961bc6 used request id req-35f2b804-06b5-4165-858a-e35b347ad311 2018-08-12 08:18:07,869 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeTypeSuccessTests-4f55f525-f08e-4fb-proj-role 2018-08-12 08:18:07,872 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/f19d74c1b5a5440ca03ac0da3c766fdb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa704a1145cd34d1f7513b2952dadbf3e070626f" 2018-08-12 08:18:07,989 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:18:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-37c43193-2c68-4acd-80b4-b7f0e9b4ef43 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 08:18:07,989 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/f19d74c1b5a5440ca03ac0da3c766fdb used request id req-37c43193-2c68-4acd-80b4-b7f0e9b4ef43 2018-08-12 08:18:07,993 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa704a1145cd34d1f7513b2952dadbf3e070626f" 2018-08-12 08:18:08,086 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:18:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0ef4046b-4022-4b9b-8757-25968293495e Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:18:08,087 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-0ef4046b-4022-4b9b-8757-25968293495e 2018-08-12 08:18:08,087 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeTypeSuccessTests-4f55f525-f08e-4fb-user 2018-08-12 08:18:08,091 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/16990212d44e4ad0b9d4e474cfc17da9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae687c6ba450942682b20c85f6963566502a16e1" 2018-08-12 08:18:08,285 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:18:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3127d501-ad8b-4d31-ab72-b6250538836b 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 08:18:08,285 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/16990212d44e4ad0b9d4e474cfc17da9 used request id req-3127d501-ad8b-4d31-ab72-b6250538836b 2018-08-12 08:18:08,286 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:18:08,675 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:18:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["bTEYZcBLSWqh4NiQ8YOd_A"], "issued_at": "2018-08-12T08:18:08.000000Z"}} 2018-08-12 08:18:08,675 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}3ba78a6deff86241f47f52c373e0cb48d0317788" 2018-08-12 08:18:08,765 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:18:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c77a2ce3-6b45-4112-b545-ba35f946310a Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:18:08,765 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-c77a2ce3-6b45-4112-b545-ba35f946310a 2018-08-12 08:18:08,766 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:18:08,767 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:18:09,162 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:18:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["Uq0e0_GRSEqR2xsuU9rT5w"], "issued_at": "2018-08-12T08:18:09.000000Z"}} 2018-08-12 08:18:09,163 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}c76e26248db54f2563c49938d5688ad66b06c781" 2018-08-12 08:18:09,243 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:18:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f5d7bef4-fd28-4da0-a363-719abba78358 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:18:09,244 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-f5d7bef4-fd28-4da0-a363-719abba78358 2018-08-12 08:18:09,249 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:18:09,254 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:18:09 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:18:09,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeTypeSuccessTests-690006b5-b60a-475-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c76e26248db54f2563c49938d5688ad66b06c781" 2018-08-12 08:18:09,440 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:18:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f4cdeeea-e86b-4f13-8f3f-e9d1b8a607bc Content-Encoding: gzip Content-Length: 186 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeTypeSuccessTests-690006b5-b60a-475-proj", "previous": null, "next": null}, "projects": []} 2018-08-12 08:18:09,440 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeTypeSuccessTests-690006b5-b60a-475-proj used request id req-f4cdeeea-e86b-4f13-8f3f-e9d1b8a607bc 2018-08-12 08:18:09,444 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c76e26248db54f2563c49938d5688ad66b06c781" 2018-08-12 08:18:09,533 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:18:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-17420d35-ec17-4cc0-ac57-3dfe7c1d710b Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:18:09,534 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-17420d35-ec17-4cc0-ac57-3dfe7c1d710b 2018-08-12 08:18:09,537 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c76e26248db54f2563c49938d5688ad66b06c781" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSimpleVolumeTypeSuccessTests-690006b5-b60a-475-proj"}}' 2018-08-12 08:18:09,666 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:18:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7fc2ce6b-25d9-4539-b4b7-2dff2976d78a Content-Length: 331 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/02b734c310a54aba819c0ada4157592e"}, "tags": [], "enabled": true, "id": "02b734c310a54aba819c0ada4157592e", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeTypeSuccessTests-690006b5-b60a-475-proj"}} 2018-08-12 08:18:09,666 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-7fc2ce6b-25d9-4539-b4b7-2dff2976d78a 2018-08-12 08:18:09,666 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeTypeSuccessTests-690006b5-b60a-475-proj 2018-08-12 08:18:09,667 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:18:09,667 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:18:10,066 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:18:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["rh8n6RwGRAWJW1Ioe61iVQ"], "issued_at": "2018-08-12T08:18:10.000000Z"}} 2018-08-12 08:18:10,067 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}ef700022461247d6e59de417eca3434a20984a3b" 2018-08-12 08:18:10,149 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:18:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-108b5c05-d60f-4146-acb0-1523e1b892b4 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:18:10,149 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-108b5c05-d60f-4146-acb0-1523e1b892b4 2018-08-12 08:18:10,153 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:18:10,158 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:18:10 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:18:10,159 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef700022461247d6e59de417eca3434a20984a3b" 2018-08-12 08:18:10,269 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:18:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-093e5673-9bc9-4c39-9b73-c446e856a70d Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/105a247548624314b9228f85f6325f0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105a247548624314b9228f85f6325f0b", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/1c5de0eaa44543f08da6ad63a51594ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c5de0eaa44543f08da6ad63a51594ff", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/1d127b5b832547a88a547c116dfdd65b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d127b5b832547a88a547c116dfdd65b", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/1d5cfc170d624ce4ae53ae0507c8d517"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d5cfc170d624ce4ae53ae0507c8d517", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/2421820b75eb4d3ebd02830378d1377b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2421820b75eb4d3ebd02830378d1377b", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/40bd8ee54ecf44868cc83cede652c396"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40bd8ee54ecf44868cc83cede652c396", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/4f32fb8153854c4c9f5094b42b523f80"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f32fb8153854c4c9f5094b42b523f80", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7066130d08fb4db7bf4ab468de53933b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7066130d08fb4db7bf4ab468de53933b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/8d0898a83bcf4521bbc11501d5d7ac89"}, "domain_id": "1eec97585bde483292ece28ee11f4b8d", "enabled": true, "options": {}, "id": "8d0898a83bcf4521bbc11501d5d7ac89", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/9defcced327d476f8a3beab718a13da3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9defcced327d476f8a3beab718a13da3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/b80ee4f6992446e0879624dd436e99a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b80ee4f6992446e0879624dd436e99a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b86fd3e011324d398fcdb6f095a20a9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b86fd3e011324d398fcdb6f095a20a9d", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1701d2754064b5cadf765ea0806f9b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1701d2754064b5cadf765ea0806f9b2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/db4e7b8d76d549faa502716565c733dd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db4e7b8d76d549faa502716565c733dd", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-12 08:18:10,269 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-093e5673-9bc9-4c39-9b73-c446e856a70d 2018-08-12 08:18:10,273 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateSimpleVolumeTypeSuccessTests-690006b5-b60a-475-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef700022461247d6e59de417eca3434a20984a3b" 2018-08-12 08:18:10,362 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:18:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8eceefef-34f0-4de8-8707-66e0b2e4dbd1 Content-Encoding: gzip Content-Length: 267 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateSimpleVolumeTypeSuccessTests-690006b5-b60a-475-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/02b734c310a54aba819c0ada4157592e"}, "tags": [], "enabled": true, "id": "02b734c310a54aba819c0ada4157592e", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeTypeSuccessTests-690006b5-b60a-475-proj"}]} 2018-08-12 08:18:10,362 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateSimpleVolumeTypeSuccessTests-690006b5-b60a-475-proj used request id req-8eceefef-34f0-4de8-8707-66e0b2e4dbd1 2018-08-12 08:18:10,366 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef700022461247d6e59de417eca3434a20984a3b" 2018-08-12 08:18:10,457 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:18:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-60797081-4d18-453e-b500-54bb17497f4c Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:18:10,457 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-60797081-4d18-453e-b500-54bb17497f4c 2018-08-12 08:18:10,840 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeTypeSuccessTests-690006b5-b60a-475-user 2018-08-12 08:18:10,840 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:18:10,845 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c76e26248db54f2563c49938d5688ad66b06c781" 2018-08-12 08:18:10,931 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:18:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-44c7279f-1f6a-4831-823e-b5d929159adf Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:18:10,931 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-44c7279f-1f6a-4831-823e-b5d929159adf 2018-08-12 08:18:10,935 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c76e26248db54f2563c49938d5688ad66b06c781" -d '{"role": {"name": "CreateSimpleVolumeTypeSuccessTests-690006b5-b60a-475-proj-role"}}' 2018-08-12 08:18:10,983 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:18:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-296995af-ea4d-49d2-b50a-d075d53381ab Content-Length: 233 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "2c9b978b9b37436f84c6979e092d4279", "links": {"self": "http://172.30.9.21:5000/v3/roles/2c9b978b9b37436f84c6979e092d4279"}, "name": "CreateSimpleVolumeTypeSuccessTests-690006b5-b60a-475-proj-role"}} 2018-08-12 08:18:10,984 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-296995af-ea4d-49d2-b50a-d075d53381ab 2018-08-12 08:18:10,984 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeTypeSuccessTests-690006b5-b60a-475-proj-role 2018-08-12 08:18:10,987 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/2c9b978b9b37436f84c6979e092d4279 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c76e26248db54f2563c49938d5688ad66b06c781" 2018-08-12 08:18:11,079 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:18:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bd495644-7af7-496e-a5ec-01543664c246 Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "2c9b978b9b37436f84c6979e092d4279", "links": {"self": "http://172.30.9.21:5000/v3/roles/2c9b978b9b37436f84c6979e092d4279"}, "name": "CreateSimpleVolumeTypeSuccessTests-690006b5-b60a-475-proj-role"}} 2018-08-12 08:18:11,079 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/2c9b978b9b37436f84c6979e092d4279 used request id req-bd495644-7af7-496e-a5ec-01543664c246 2018-08-12 08:18:11,079 - keystone_utils - INFO - Granting role CreateSimpleVolumeTypeSuccessTests-690006b5-b60a-475-proj-role to project CreateSimpleVolumeTypeSuccessTests-690006b5-b60a-475-proj 2018-08-12 08:18:11,083 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/02b734c310a54aba819c0ada4157592e/users/d74a7298b0db4dca8dbe8b9932f2c474/roles/2c9b978b9b37436f84c6979e092d4279 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c76e26248db54f2563c49938d5688ad66b06c781" 2018-08-12 08:18:11,214 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:18:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-72f603e9-e8ea-4bc6-b964-a20e59062b61 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 08:18:11,215 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/02b734c310a54aba819c0ada4157592e/users/d74a7298b0db4dca8dbe8b9932f2c474/roles/2c9b978b9b37436f84c6979e092d4279 used request id req-72f603e9-e8ea-4bc6-b964-a20e59062b61 2018-08-12 08:18:11,217 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:18:11,217 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:18:11,608 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:18:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["zLvyi7M3RD-aQ8GmC6WrJA"], "issued_at": "2018-08-12T08:18:11.000000Z"}} 2018-08-12 08:18:11,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}dc12b07b247305ff249548b5252076fcd0c089b8" 2018-08-12 08:18:11,695 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:18:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5ca5bb60-edac-4ee8-a39d-b238411a8690 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:18:11,695 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-5ca5bb60-edac-4ee8-a39d-b238411a8690 2018-08-12 08:18:11,700 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/types?is_public=None -H "OpenStack-API-Version: volume 3.5" -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc12b07b247305ff249548b5252076fcd0c089b8" 2018-08-12 08:18:12,446 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:18:11 GMT Server: Apache x-compute-request-id: req-34486816-b0e5-483e-8089-95d6b2a71cdb OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version x-openstack-request-id: req-34486816-b0e5-483e-8089-95d6b2a71cdb Content-Length: 20 Content-Type: application/json RESP BODY: {"volume_types": []} 2018-08-12 08:18:12,446 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/types?is_public=None used request id req-34486816-b0e5-483e-8089-95d6b2a71cdb 2018-08-12 08:18:12,450 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/types -H "Accept: application/json" -H "User-Agent: python-cinderclient" -H "OpenStack-API-Version: volume 3.5" -H "X-Auth-Token: {SHA1}dc12b07b247305ff249548b5252076fcd0c089b8" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-34486816-b0e5-483e-8089-95d6b2a71cdb" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CreateSimpleVolumeTypeSuccessTests-fb47494e-57a4-4ea6-8c50-8dece2452015", "description": null}}' 2018-08-12 08:18:12,673 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:18:12 GMT Server: Apache x-compute-request-id: req-da8c1aaa-7af3-4244-9c53-f62f1f9096e7 OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-da8c1aaa-7af3-4244-9c53-f62f1f9096e7 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateSimpleVolumeTypeSuccessTests-fb47494e-57a4-4ea6-8c50-8dece2452015", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "03a9dc23-7ef0-489d-9074-85c95f744bec", "description": null}} 2018-08-12 08:18:12,674 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/types used request id req-da8c1aaa-7af3-4244-9c53-f62f1f9096e7 2018-08-12 08:18:12,674 - create_volume_type - INFO - Created volume type with name - CreateSimpleVolumeTypeSuccessTests-fb47494e-57a4-4ea6-8c50-8dece2452015 2018-08-12 08:18:12,677 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/types?is_public=None -H "OpenStack-API-Version: volume 3.5" -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ba78a6deff86241f47f52c373e0cb48d0317788" 2018-08-12 08:18:13,277 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:18:12 GMT Server: Apache x-compute-request-id: req-ed1d3062-107a-4b20-8a7a-7fe15d102b0d OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-ed1d3062-107a-4b20-8a7a-7fe15d102b0d Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"volume_types": [{"name": "CreateSimpleVolumeTypeSuccessTests-fb47494e-57a4-4ea6-8c50-8dece2452015", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "03a9dc23-7ef0-489d-9074-85c95f744bec", "description": null}]} 2018-08-12 08:18:13,277 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/types?is_public=None used request id req-ed1d3062-107a-4b20-8a7a-7fe15d102b0d 2018-08-12 08:18:13,280 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/types/03a9dc23-7ef0-489d-9074-85c95f744bec -H "OpenStack-API-Version: volume 3.5" -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ed1d3062-107a-4b20-8a7a-7fe15d102b0d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ba78a6deff86241f47f52c373e0cb48d0317788" 2018-08-12 08:18:13,462 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:18:13 GMT Server: Apache x-compute-request-id: req-220daa82-c1c1-431d-a3a4-7ac3077ba9e6 OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-220daa82-c1c1-431d-a3a4-7ac3077ba9e6 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateSimpleVolumeTypeSuccessTests-fb47494e-57a4-4ea6-8c50-8dece2452015", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "03a9dc23-7ef0-489d-9074-85c95f744bec", "description": null}} 2018-08-12 08:18:13,462 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/types/03a9dc23-7ef0-489d-9074-85c95f744bec used request id req-220daa82-c1c1-431d-a3a4-7ac3077ba9e6 2018-08-12 08:18:13,465 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/types/03a9dc23-7ef0-489d-9074-85c95f744bec/encryption -H "OpenStack-API-Version: volume 3.5" -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ed1d3062-107a-4b20-8a7a-7fe15d102b0d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ba78a6deff86241f47f52c373e0cb48d0317788" 2018-08-12 08:18:13,659 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:18:13 GMT Server: Apache x-compute-request-id: req-872f89d3-d432-4250-b7c3-890a3788bf72 OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version x-openstack-request-id: req-872f89d3-d432-4250-b7c3-890a3788bf72 Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-08-12 08:18:13,659 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/types/03a9dc23-7ef0-489d-9074-85c95f744bec/encryption used request id req-872f89d3-d432-4250-b7c3-890a3788bf72 2018-08-12 08:18:13,662 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/types/03a9dc23-7ef0-489d-9074-85c95f744bec -H "OpenStack-API-Version: volume 3.5" -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ed1d3062-107a-4b20-8a7a-7fe15d102b0d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ba78a6deff86241f47f52c373e0cb48d0317788" 2018-08-12 08:18:14,244 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:18:13 GMT Server: Apache x-compute-request-id: req-e6cd9a77-6e7a-4d86-bf5b-731c6ea88911 OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e6cd9a77-6e7a-4d86-bf5b-731c6ea88911 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateSimpleVolumeTypeSuccessTests-fb47494e-57a4-4ea6-8c50-8dece2452015", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "03a9dc23-7ef0-489d-9074-85c95f744bec", "description": null}} 2018-08-12 08:18:14,244 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/types/03a9dc23-7ef0-489d-9074-85c95f744bec used request id req-e6cd9a77-6e7a-4d86-bf5b-731c6ea88911 2018-08-12 08:18:14,247 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/types/03a9dc23-7ef0-489d-9074-85c95f744bec -H "OpenStack-API-Version: volume 3.5" -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ed1d3062-107a-4b20-8a7a-7fe15d102b0d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ba78a6deff86241f47f52c373e0cb48d0317788" 2018-08-12 08:18:14,429 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:18:14 GMT Server: Apache x-compute-request-id: req-683ed4f5-c69b-449e-ba5c-7329803b30ab OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-683ed4f5-c69b-449e-ba5c-7329803b30ab Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateSimpleVolumeTypeSuccessTests-fb47494e-57a4-4ea6-8c50-8dece2452015", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "03a9dc23-7ef0-489d-9074-85c95f744bec", "description": null}} 2018-08-12 08:18:14,429 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/types/03a9dc23-7ef0-489d-9074-85c95f744bec used request id req-683ed4f5-c69b-449e-ba5c-7329803b30ab 2018-08-12 08:18:14,432 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/types/03a9dc23-7ef0-489d-9074-85c95f744bec/encryption -H "OpenStack-API-Version: volume 3.5" -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ed1d3062-107a-4b20-8a7a-7fe15d102b0d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ba78a6deff86241f47f52c373e0cb48d0317788" 2018-08-12 08:18:15,030 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:18:14 GMT Server: Apache x-compute-request-id: req-9edf0807-6529-4b7f-a0fd-f0583f9c8984 OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version x-openstack-request-id: req-9edf0807-6529-4b7f-a0fd-f0583f9c8984 Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-08-12 08:18:15,030 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/types/03a9dc23-7ef0-489d-9074-85c95f744bec/encryption used request id req-9edf0807-6529-4b7f-a0fd-f0583f9c8984 2018-08-12 08:18:15,030 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeTypeSuccessTests-fb47494e-57a4-4ea6-8c50-8dece2452015 2018-08-12 08:18:15,033 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/types/03a9dc23-7ef0-489d-9074-85c95f744bec -H "OpenStack-API-Version: volume 3.5" -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-34486816-b0e5-483e-8089-95d6b2a71cdb" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc12b07b247305ff249548b5252076fcd0c089b8" 2018-08-12 08:18:15,265 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 08:18:15 GMT Server: Apache OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version x-openstack-request-id: req-553489d3-b3cc-4adf-b2fc-94197488ecb6 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 08:18:15,265 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/types/03a9dc23-7ef0-489d-9074-85c95f744bec used request id req-553489d3-b3cc-4adf-b2fc-94197488ecb6 2018-08-12 08:18:15,266 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:18:15,266 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:18:15,267 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:18:15,267 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:18:15,267 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:18:15,273 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c76e26248db54f2563c49938d5688ad66b06c781" 2018-08-12 08:18:15,531 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 43135 X-Openstack-Request-Id: req-2a5bd25d-c1ef-4649-88d5-b7157ca7a4f2 Date: Sun, 12 Aug 2018 08:18:15 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "created_at": "2018-08-12T06:59:44Z", "updated_at": "2018-08-12T06:59:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "1d7fd960-7865-4453-aecc-8d399b4fad21", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "66820d8a-b785-4b18-bd67-500221c8e4f9", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "74fc7638-a322-4841-8c47-06d36174a200", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "8eaa09ec-8419-4582-9312-1e527afe6e4b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}], "revision_number": 4, "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "created_at": "2018-08-12T05:12:34Z", "updated_at": "2018-08-12T05:12:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "709513d2-af7d-4d0b-bd3c-604fed75a711", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "aa346066-e46f-44f2-94be-2884aa998a19", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "c15f7b93-e56c-4afa-867d-2acb286d4b7b", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "cb0ef83f-5f70-4a80-ad35-431ca9df551e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}], "revision_number": 4, "project_id": "fa5a7fe6ee54472ba01638877aade8e3", "id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ea65becf30e54b27aa96a449698a435e", "created_at": "2018-08-12T05:10:35Z", "updated_at": "2018-08-12T05:10:35Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "30ad280c-f302-4cd4-a438-5139917b56f9", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "76115c4c-887d-4f0a-83e2-486e4b39c713", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "8ab14937-4c08-4d43-8a9a-662e622cc643", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "ee757a03-5662-4273-9c3e-6212e7afb48f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}], "revision_number": 4, "project_id": "ea65becf30e54b27aa96a449698a435e", "id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "created_at": "2018-08-12T06:20:09Z", "updated_at": "2018-08-12T06:20:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "1123b8f2-75ac-4a26-b9b2-a96da97408e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "2ddd2b93-e080-48cd-9a50-f5fe8a82ad0c", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "cd1bae62-0aea-4438-b4c3-50a69ae6f855", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "e398e01e-ceea-46d1-9534-b929808c4a5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}], "revision_number": 4, "project_id": "ff7abd7bb61f4f2889831e932d65dc2e", "id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "created_at": "2018-08-12T05:34:57Z", "updated_at": "2018-08-12T05:34:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "208a1c1e-f5f8-49c7-9a25-d07e68b1541f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "27bfd867-e607-4bf8-9de8-60682d3f771d", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "49360e1f-6fd3-4f35-b339-24cea95773ee", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "60f631a9-d305-4920-9631-d0543e2ac64f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}], "revision_number": 4, "project_id": "3a85ceae958d4d9fba68847e7df67db8", "id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "created_at": "2018-08-12T05:34:40Z", "updated_at": "2018-08-12T05:34:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "2192c259-363e-4768-ae73-e75837ad63b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "3f87ddc5-f84d-41dc-8215-847724782569", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "7d89f6da-ea78-49dd-9115-f9ad23b250bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "9ec4497d-0f65-44db-9be9-7b3042e4a584", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}], "revision_number": 4, "project_id": "85517fcf1c6247e699fdcdd42ecc8c79", "id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "created_at": "2018-08-12T05:16:02Z", "updated_at": "2018-08-12T05:16:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "1ecacd8c-c1c7-4a66-9871-406a69323b43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "3cc1750c-e0e7-4902-b6f3-494a161b832e", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "d719a7a4-8c99-44ed-8c12-6bf071890203", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "fe7421b5-d577-41da-8c78-62f3c07eda92", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}], "revision_number": 4, "project_id": "a267b9a156244bb192691cff6e5f74fe", "id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "315a428116f24d9fbb826b37080a918e", "created_at": "2018-08-12T05:11:31Z", "updated_at": "2018-08-12T05:11:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "5e52886a-1dc3-4a81-a55d-f388dc4fd1a1", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "678e32e4-d64c-448a-a4ab-e253ab94ae90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "a8da1539-e3ad-4f90-b2df-3dc1f09d228a", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "b73d5cc9-0205-4658-bb1f-61a042c0ab8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}], "revision_number": 4, "project_id": "315a428116f24d9fbb826b37080a918e", "id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-12T05:08:01Z", "updated_at": "2018-08-12T05:08:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:01Z", "revision_number": 0, "id": "0fb05d03-1117-45d0-930c-b6d4c96ef102", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "4faaab33-5788-4bbd-85b8-0fb44d41413a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "96d0c5a0-5c67-421b-8fc8-2b46d77e5db3", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "dd78519b-4bc5-4e8e-ad0f-58089dd69347", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "11a46741b7954b959fd7764109c047b6", "created_at": "2018-08-12T05:34:51Z", "updated_at": "2018-08-12T05:34:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "0b67bf3c-2289-43bb-ab6c-7d25ec32a279", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "51f3f833-337a-42bd-a8d5-742ea8d6c226", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "571fd0b5-ef90-408d-af33-aafb517b8993", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "944ba823-fb9c-496e-a66e-bb426bb14a8d", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}], "revision_number": 4, "project_id": "11a46741b7954b959fd7764109c047b6", "id": "90af9782-8112-4257-801d-ee5115d226ba", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "created_at": "2018-08-12T05:34:26Z", "updated_at": "2018-08-12T05:34:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "2ee1f63a-807c-4d6a-85ee-dd784f6b8c3f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5dec3ec2-2add-47dd-8618-90659dcf3885", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5ea0dc3e-49d0-43f0-94e9-f6443527d14c", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "fbfaca22-7e3e-4128-8973-43e439b77c28", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}], "revision_number": 4, "project_id": "3c01cd58055c44ecaef39f7e625c2258", "id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "521007c1818145639e93ceb270559219", "created_at": "2018-08-12T05:13:27Z", "updated_at": "2018-08-12T05:13:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "5e7fede5-b0f2-47d8-95c3-516cdfc7f9de", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "8fd0e36f-c6c4-4f64-ba97-40439e614448", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "db7d79de-1dfc-4138-945f-91e74cdc266b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "e87f2cff-ff3e-4b6d-aaf0-7f0eb0ab9f05", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}], "revision_number": 4, "project_id": "521007c1818145639e93ceb270559219", "id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "created_at": "2018-08-12T05:08:18Z", "updated_at": "2018-08-12T05:08:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "3c67be40-bf74-4f97-9693-d93ce73a23b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "6112d869-2fc6-4a25-a13c-3d55cd7206c0", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "bdf21c56-453e-482e-9cba-3c55abcb0339", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "c8e92c39-38cc-4f48-be9c-5f0912e6a725", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}], "revision_number": 4, "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "created_at": "2018-08-12T05:04:23Z", "updated_at": "2018-08-12T05:04:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "280546d9-8ad1-4283-abfc-15ee9b1736c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "58bce125-f2ca-4a6d-b9ca-4e6cf5c0f7a5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "69275b9a-cfb5-482c-a9c4-8ffc79adf2c7", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "6d747f3a-3764-469a-a645-f977585c5aac", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}], "revision_number": 4, "project_id": "310f5853751a4c968f3eeb0a3d99a0a8", "id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "created_at": "2018-08-12T05:34:42Z", "updated_at": "2018-08-12T05:34:42Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "199582e8-25aa-457a-aa7c-6d8413ca4464", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "234f3609-4454-448f-919d-c8143c7cd764", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "c1061460-71a2-49a9-a04b-9fa33eeb17ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "d21ac532-51d8-4d6b-8300-7bac216759bf", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}], "revision_number": 4, "project_id": "9f6c1a272706419c9a74b0893b2890e8", "id": "d6739716-c693-460c-89c6-e7c8c48f8245", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "created_at": "2018-08-12T05:34:54Z", "updated_at": "2018-08-12T05:34:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "0633a05a-ee7d-4476-a56b-75d011b22f77", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "6cc1b9f8-73db-47a3-a0e0-3c96c43f34da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "90d99a6b-e94f-4fd8-a10c-f19dd8954c13", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "e843c139-af2a-4d2c-a24f-59f7b10ff72e", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}], "revision_number": 4, "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "created_at": "2018-08-12T05:09:07Z", "updated_at": "2018-08-12T05:09:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "5495e168-f505-4d74-ae6d-387f0bf533c2", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "6fd19b8b-3062-456e-81ba-3ff37fe43429", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8ca59d25-485c-46ce-939c-2e4a468caeac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8f190846-50a0-42b9-b571-390809b752b1", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}], "revision_number": 4, "project_id": "fa9ca6d7608b4d7d87ce97331679a481", "id": "edcd9b17-9416-4c25-823c-060c435e18d7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "created_at": "2018-08-12T05:34:52Z", "updated_at": "2018-08-12T05:34:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "2c7e484e-6ec5-4a95-8c9c-66d294c0c27e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "70c74258-3c2c-4efc-87e0-079c26ee3417", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "b70382fa-082e-4c2b-abc8-87490fa50b11", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "c3628e02-b4b6-42c9-8751-c1a2d3c19caa", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}], "revision_number": 4, "project_id": "87db863ba6e348b0a5ddcb67053db9d1", "id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "name": "default"}]} 2018-08-12 08:18:15,532 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-2a5bd25d-c1ef-4649-88d5-b7157ca7a4f2 2018-08-12 08:18:15,540 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c76e26248db54f2563c49938d5688ad66b06c781" 2018-08-12 08:18:15,624 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:18:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-18d31454-2824-4840-bd15-39f75ba2ea2c Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 5fe28c13d4d74ba2be8d019ac1ea6363.", "code": 404, "title": "Not Found"}} 2018-08-12 08:18:15,624 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 used request id req-18d31454-2824-4840-bd15-39f75ba2ea2c 2018-08-12 08:18:15,624 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:18:15,628 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c76e26248db54f2563c49938d5688ad66b06c781" 2018-08-12 08:18:15,712 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:18:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a78224f1-8ff1-4128-830a-4b33193b4b60 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa5a7fe6ee54472ba01638877aade8e3.", "code": 404, "title": "Not Found"}} 2018-08-12 08:18:15,712 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 used request id req-a78224f1-8ff1-4128-830a-4b33193b4b60 2018-08-12 08:18:15,713 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:18:15,716 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c76e26248db54f2563c49938d5688ad66b06c781" 2018-08-12 08:18:15,809 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:18:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-893f2b74-b272-46f2-9e97-ac2461dc11fc Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ea65becf30e54b27aa96a449698a435e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:18:15,809 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e used request id req-893f2b74-b272-46f2-9e97-ac2461dc11fc 2018-08-12 08:18:15,809 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:18:15,813 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c76e26248db54f2563c49938d5688ad66b06c781" 2018-08-12 08:18:15,901 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:18:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f344e572-6702-48ad-adb5-65f9b92794f1 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ff7abd7bb61f4f2889831e932d65dc2e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:18:15,901 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e used request id req-f344e572-6702-48ad-adb5-65f9b92794f1 2018-08-12 08:18:15,901 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:18:15,905 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c76e26248db54f2563c49938d5688ad66b06c781" 2018-08-12 08:18:15,997 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:18:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a721f4be-a616-4edf-a095-8949e9a1fba6 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3a85ceae958d4d9fba68847e7df67db8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:18:15,998 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 used request id req-a721f4be-a616-4edf-a095-8949e9a1fba6 2018-08-12 08:18:15,998 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:18:16,001 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c76e26248db54f2563c49938d5688ad66b06c781" 2018-08-12 08:18:16,096 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:18:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-39440cdb-e733-4a37-a864-27406e3b0b04 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 85517fcf1c6247e699fdcdd42ecc8c79.", "code": 404, "title": "Not Found"}} 2018-08-12 08:18:16,096 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 used request id req-39440cdb-e733-4a37-a864-27406e3b0b04 2018-08-12 08:18:16,096 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:18:16,099 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c76e26248db54f2563c49938d5688ad66b06c781" 2018-08-12 08:18:16,189 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:18:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e948dc7a-b8c3-4aa2-816e-4c4a722f0c7f Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}} 2018-08-12 08:18:16,189 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe used request id req-e948dc7a-b8c3-4aa2-816e-4c4a722f0c7f 2018-08-12 08:18:16,193 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c76e26248db54f2563c49938d5688ad66b06c781" 2018-08-12 08:18:16,277 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:18:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-67506d4c-8658-4e91-8829-fc1d93cb314a Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 315a428116f24d9fbb826b37080a918e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:18:16,277 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e used request id req-67506d4c-8658-4e91-8829-fc1d93cb314a 2018-08-12 08:18:16,277 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:18:16,281 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c76e26248db54f2563c49938d5688ad66b06c781" 2018-08-12 08:18:16,364 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:18:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a7ec5cfe-67de-42b2-aea6-4937a5da9f83 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 11a46741b7954b959fd7764109c047b6.", "code": 404, "title": "Not Found"}} 2018-08-12 08:18:16,364 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 used request id req-a7ec5cfe-67de-42b2-aea6-4937a5da9f83 2018-08-12 08:18:16,364 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:18:16,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c76e26248db54f2563c49938d5688ad66b06c781" 2018-08-12 08:18:16,448 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:18:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f517d9c4-191b-4672-b374-cc4a83b33094 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3c01cd58055c44ecaef39f7e625c2258.", "code": 404, "title": "Not Found"}} 2018-08-12 08:18:16,448 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 used request id req-f517d9c4-191b-4672-b374-cc4a83b33094 2018-08-12 08:18:16,449 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:18:16,452 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c76e26248db54f2563c49938d5688ad66b06c781" 2018-08-12 08:18:16,539 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:18:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-58262cdc-5932-486d-bb62-2956c8ce59d8 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 521007c1818145639e93ceb270559219.", "code": 404, "title": "Not Found"}} 2018-08-12 08:18:16,539 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 used request id req-58262cdc-5932-486d-bb62-2956c8ce59d8 2018-08-12 08:18:16,539 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:18:16,542 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c76e26248db54f2563c49938d5688ad66b06c781" 2018-08-12 08:18:16,629 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:18:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3ab912ff-9c1d-4592-b0d9-4cd479603ab2 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e18fcc7fc10a4fd0b20234f8520d0aab.", "code": 404, "title": "Not Found"}} 2018-08-12 08:18:16,629 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab used request id req-3ab912ff-9c1d-4592-b0d9-4cd479603ab2 2018-08-12 08:18:16,630 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:18:16,633 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c76e26248db54f2563c49938d5688ad66b06c781" 2018-08-12 08:18:16,724 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:18:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-46d06506-5090-4a96-b032-3b06e608b6d4 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "310f5853751a4c968f3eeb0a3d99a0a8", "name": "service"}} 2018-08-12 08:18:16,724 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 used request id req-46d06506-5090-4a96-b032-3b06e608b6d4 2018-08-12 08:18:16,728 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c76e26248db54f2563c49938d5688ad66b06c781" 2018-08-12 08:18:16,819 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:18:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a1f53723-0cdf-4be8-90f7-4b45651c14e2 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9f6c1a272706419c9a74b0893b2890e8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:18:16,819 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 used request id req-a1f53723-0cdf-4be8-90f7-4b45651c14e2 2018-08-12 08:18:16,820 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:18:16,823 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/34cb7327fcfc4b52a63b4b8c0ea4a54d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c76e26248db54f2563c49938d5688ad66b06c781" 2018-08-12 08:18:16,914 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:18:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-90e9a622-e1e9-4a05-98ca-36c0367238a4 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 34cb7327fcfc4b52a63b4b8c0ea4a54d.", "code": 404, "title": "Not Found"}} 2018-08-12 08:18:16,914 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/34cb7327fcfc4b52a63b4b8c0ea4a54d used request id req-90e9a622-e1e9-4a05-98ca-36c0367238a4 2018-08-12 08:18:16,914 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:18:16,918 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa9ca6d7608b4d7d87ce97331679a481 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c76e26248db54f2563c49938d5688ad66b06c781" 2018-08-12 08:18:17,001 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:18:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8f866940-5a2f-4b31-a98d-6dcd5c1cc687 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa9ca6d7608b4d7d87ce97331679a481.", "code": 404, "title": "Not Found"}} 2018-08-12 08:18:17,001 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa9ca6d7608b4d7d87ce97331679a481 used request id req-8f866940-5a2f-4b31-a98d-6dcd5c1cc687 2018-08-12 08:18:17,001 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:18:17,005 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/87db863ba6e348b0a5ddcb67053db9d1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c76e26248db54f2563c49938d5688ad66b06c781" 2018-08-12 08:18:17,097 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:18:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c737bcae-e440-4d21-8019-5ac57d4d5617 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87db863ba6e348b0a5ddcb67053db9d1.", "code": 404, "title": "Not Found"}} 2018-08-12 08:18:17,097 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/87db863ba6e348b0a5ddcb67053db9d1 used request id req-c737bcae-e440-4d21-8019-5ac57d4d5617 2018-08-12 08:18:17,097 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:18:17,098 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeTypeSuccessTests-690006b5-b60a-475-proj 2018-08-12 08:18:17,101 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/02b734c310a54aba819c0ada4157592e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c76e26248db54f2563c49938d5688ad66b06c781" 2018-08-12 08:18:17,432 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:18:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-98059941-7631-48d4-8800-ba2191151d6a 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 08:18:17,432 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/02b734c310a54aba819c0ada4157592e used request id req-98059941-7631-48d4-8800-ba2191151d6a 2018-08-12 08:18:17,433 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeTypeSuccessTests-690006b5-b60a-475-proj-role 2018-08-12 08:18:17,436 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/2c9b978b9b37436f84c6979e092d4279 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c76e26248db54f2563c49938d5688ad66b06c781" 2018-08-12 08:18:17,552 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:18:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b3d6ebec-d655-41df-85dd-aa6fdd38eaf2 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 08:18:17,552 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/2c9b978b9b37436f84c6979e092d4279 used request id req-b3d6ebec-d655-41df-85dd-aa6fdd38eaf2 2018-08-12 08:18:17,556 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c76e26248db54f2563c49938d5688ad66b06c781" 2018-08-12 08:18:17,649 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:18:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-889df758-8971-4d26-ad6a-eadcc9a22977 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:18:17,650 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-889df758-8971-4d26-ad6a-eadcc9a22977 2018-08-12 08:18:17,650 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeTypeSuccessTests-690006b5-b60a-475-user 2018-08-12 08:18:17,654 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/d74a7298b0db4dca8dbe8b9932f2c474 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef700022461247d6e59de417eca3434a20984a3b" 2018-08-12 08:18:17,841 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:18:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b5f9e3a8-d989-4b6b-80d7-e826dbe66857 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 08:18:17,841 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/d74a7298b0db4dca8dbe8b9932f2c474 used request id req-b5f9e3a8-d989-4b6b-80d7-e826dbe66857 2018-08-12 08:18:17,843 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:18:18,239 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:18:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["33u_QB0FRoyT58z8uvv-Lw"], "issued_at": "2018-08-12T08:18:18.000000Z"}} 2018-08-12 08:18:18,240 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}416c5613c422e947eaa92d0e3c719816d23bc01d" 2018-08-12 08:18:18,333 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:18:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-218e700f-1826-4a10-84b8-106e222fe958 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:18:18,333 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-218e700f-1826-4a10-84b8-106e222fe958 2018-08-12 08:18:18,335 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:18:18,336 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:18:18,735 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:18:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["6r5LXtgxSVy6qUaDnvaiKA"], "issued_at": "2018-08-12T08:18:18.000000Z"}} 2018-08-12 08:18:18,735 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}92aa0c529f452831a78cdd8f0d5375164872df73" 2018-08-12 08:18:18,817 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:18:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a49099d5-0224-4b15-9c1f-62b58dd93633 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:18:18,818 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-a49099d5-0224-4b15-9c1f-62b58dd93633 2018-08-12 08:18:18,822 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:18:18,827 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:18:18 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:18:18,828 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeTypeComplexTests-0e56c094-7ac5-49d-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92aa0c529f452831a78cdd8f0d5375164872df73" 2018-08-12 08:18:18,920 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:18:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3d8852db-611e-4096-912e-2e201aef2773 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeTypeComplexTests-0e56c094-7ac5-49d-proj", "previous": null, "next": null}, "projects": []} 2018-08-12 08:18:18,920 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeTypeComplexTests-0e56c094-7ac5-49d-proj used request id req-3d8852db-611e-4096-912e-2e201aef2773 2018-08-12 08:18:18,924 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92aa0c529f452831a78cdd8f0d5375164872df73" 2018-08-12 08:18:19,110 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:18:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c04effa6-113a-4274-8dd2-0ef9b9d9ee06 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:18:19,110 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-c04effa6-113a-4274-8dd2-0ef9b9d9ee06 2018-08-12 08:18:19,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92aa0c529f452831a78cdd8f0d5375164872df73" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateVolumeTypeComplexTests-0e56c094-7ac5-49d-proj"}}' 2018-08-12 08:18:19,247 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:18:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5a660067-f86e-4825-89ec-75d19fcc4a4b Content-Length: 325 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/847f8a59bba94db8a7b2792754f9b730"}, "tags": [], "enabled": true, "id": "847f8a59bba94db8a7b2792754f9b730", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeTypeComplexTests-0e56c094-7ac5-49d-proj"}} 2018-08-12 08:18:19,247 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-5a660067-f86e-4825-89ec-75d19fcc4a4b 2018-08-12 08:18:19,248 - keystone_utils - INFO - Created project with name - CreateVolumeTypeComplexTests-0e56c094-7ac5-49d-proj 2018-08-12 08:18:19,248 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:18:19,249 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:18:19,650 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:18:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["2qWdy1vkQm6AvxCwMpPgDA"], "issued_at": "2018-08-12T08:18:19.000000Z"}} 2018-08-12 08:18:19,651 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}f97d706da172bbffbcaa98c8d0b4d84431db5d75" 2018-08-12 08:18:19,726 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:18:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-93ef5861-b72e-41b1-9f05-37b901a14f05 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:18:19,727 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-93ef5861-b72e-41b1-9f05-37b901a14f05 2018-08-12 08:18:19,731 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:18:19,736 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:18:19 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:18:19,737 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f97d706da172bbffbcaa98c8d0b4d84431db5d75" 2018-08-12 08:18:19,775 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:18:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-74afbccb-fc9c-43a1-b369-1cf1c2eee29e Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/105a247548624314b9228f85f6325f0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105a247548624314b9228f85f6325f0b", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/1c5de0eaa44543f08da6ad63a51594ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c5de0eaa44543f08da6ad63a51594ff", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/1d127b5b832547a88a547c116dfdd65b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d127b5b832547a88a547c116dfdd65b", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/1d5cfc170d624ce4ae53ae0507c8d517"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d5cfc170d624ce4ae53ae0507c8d517", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/2421820b75eb4d3ebd02830378d1377b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2421820b75eb4d3ebd02830378d1377b", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/40bd8ee54ecf44868cc83cede652c396"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40bd8ee54ecf44868cc83cede652c396", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/4f32fb8153854c4c9f5094b42b523f80"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f32fb8153854c4c9f5094b42b523f80", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7066130d08fb4db7bf4ab468de53933b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7066130d08fb4db7bf4ab468de53933b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/8d0898a83bcf4521bbc11501d5d7ac89"}, "domain_id": "1eec97585bde483292ece28ee11f4b8d", "enabled": true, "options": {}, "id": "8d0898a83bcf4521bbc11501d5d7ac89", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/9defcced327d476f8a3beab718a13da3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9defcced327d476f8a3beab718a13da3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/b80ee4f6992446e0879624dd436e99a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b80ee4f6992446e0879624dd436e99a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b86fd3e011324d398fcdb6f095a20a9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b86fd3e011324d398fcdb6f095a20a9d", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1701d2754064b5cadf765ea0806f9b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1701d2754064b5cadf765ea0806f9b2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/db4e7b8d76d549faa502716565c733dd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db4e7b8d76d549faa502716565c733dd", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-12 08:18:19,775 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-74afbccb-fc9c-43a1-b369-1cf1c2eee29e 2018-08-12 08:18:19,778 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateVolumeTypeComplexTests-0e56c094-7ac5-49d-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f97d706da172bbffbcaa98c8d0b4d84431db5d75" 2018-08-12 08:18:19,866 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:18:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bccaff73-7ae0-48a3-90df-0450d500c307 Content-Encoding: gzip Content-Length: 264 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateVolumeTypeComplexTests-0e56c094-7ac5-49d-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/847f8a59bba94db8a7b2792754f9b730"}, "tags": [], "enabled": true, "id": "847f8a59bba94db8a7b2792754f9b730", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeTypeComplexTests-0e56c094-7ac5-49d-proj"}]} 2018-08-12 08:18:19,866 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateVolumeTypeComplexTests-0e56c094-7ac5-49d-proj used request id req-bccaff73-7ae0-48a3-90df-0450d500c307 2018-08-12 08:18:19,870 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f97d706da172bbffbcaa98c8d0b4d84431db5d75" 2018-08-12 08:18:19,966 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:18:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d145eb3d-2cc5-47a5-8186-8b689d0369f8 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:18:19,966 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-d145eb3d-2cc5-47a5-8186-8b689d0369f8 2018-08-12 08:18:20,343 - keystone_utils - INFO - Created user with name - CreateVolumeTypeComplexTests-0e56c094-7ac5-49d-user 2018-08-12 08:18:20,343 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:18:20,347 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92aa0c529f452831a78cdd8f0d5375164872df73" 2018-08-12 08:18:20,434 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:18:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7e836169-1463-4ad5-aa0b-ec61a6d3b665 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:18:20,435 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-7e836169-1463-4ad5-aa0b-ec61a6d3b665 2018-08-12 08:18:20,438 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92aa0c529f452831a78cdd8f0d5375164872df73" -d '{"role": {"name": "CreateVolumeTypeComplexTests-0e56c094-7ac5-49d-proj-role"}}' 2018-08-12 08:18:20,546 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:18:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-369846d4-5e54-485e-a99c-e3082915d574 Content-Length: 227 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "8f13f4f62c47484e97ae17c1405b9f1a", "links": {"self": "http://172.30.9.21:5000/v3/roles/8f13f4f62c47484e97ae17c1405b9f1a"}, "name": "CreateVolumeTypeComplexTests-0e56c094-7ac5-49d-proj-role"}} 2018-08-12 08:18:20,546 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-369846d4-5e54-485e-a99c-e3082915d574 2018-08-12 08:18:20,547 - keystone_utils - INFO - Created role with name - CreateVolumeTypeComplexTests-0e56c094-7ac5-49d-proj-role 2018-08-12 08:18:20,550 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/8f13f4f62c47484e97ae17c1405b9f1a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92aa0c529f452831a78cdd8f0d5375164872df73" 2018-08-12 08:18:20,642 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:18:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7f123e31-31e4-474b-b3aa-ea23200b250a Content-Encoding: gzip Content-Length: 182 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "8f13f4f62c47484e97ae17c1405b9f1a", "links": {"self": "http://172.30.9.21:5000/v3/roles/8f13f4f62c47484e97ae17c1405b9f1a"}, "name": "CreateVolumeTypeComplexTests-0e56c094-7ac5-49d-proj-role"}} 2018-08-12 08:18:20,642 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/8f13f4f62c47484e97ae17c1405b9f1a used request id req-7f123e31-31e4-474b-b3aa-ea23200b250a 2018-08-12 08:18:20,643 - keystone_utils - INFO - Granting role CreateVolumeTypeComplexTests-0e56c094-7ac5-49d-proj-role to project CreateVolumeTypeComplexTests-0e56c094-7ac5-49d-proj 2018-08-12 08:18:20,646 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/847f8a59bba94db8a7b2792754f9b730/users/19826359692a4d628ec35e275dc54cb1/roles/8f13f4f62c47484e97ae17c1405b9f1a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92aa0c529f452831a78cdd8f0d5375164872df73" 2018-08-12 08:18:20,806 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:18:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e4b5a8e9-50a9-4c42-a4b2-9aacb4d26ef8 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 08:18:20,807 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/847f8a59bba94db8a7b2792754f9b730/users/19826359692a4d628ec35e275dc54cb1/roles/8f13f4f62c47484e97ae17c1405b9f1a used request id req-e4b5a8e9-50a9-4c42-a4b2-9aacb4d26ef8 2018-08-12 08:18:20,809 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:18:20,810 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:18:21,206 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:18:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["z04GggxxTnabmycC7PE1xw"], "issued_at": "2018-08-12T08:18:21.000000Z"}} 2018-08-12 08:18:21,207 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}46603f9ffb9b0774cad7cedde8134e140d773398" 2018-08-12 08:18:21,303 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:18:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d035ad6e-d3b0-41ae-84d8-fb77353e5c73 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:18:21,303 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-d035ad6e-d3b0-41ae-84d8-fb77353e5c73 2018-08-12 08:18:21,308 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/qos-specs -H "OpenStack-API-Version: volume 3.5" -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46603f9ffb9b0774cad7cedde8134e140d773398" 2018-08-12 08:18:21,908 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:18:21 GMT Server: Apache x-compute-request-id: req-37378cd9-cc88-434a-8afb-eef8a1c9369e OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version x-openstack-request-id: req-37378cd9-cc88-434a-8afb-eef8a1c9369e Content-Length: 17 Content-Type: application/json RESP BODY: {"qos_specs": []} 2018-08-12 08:18:21,908 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/qos-specs used request id req-37378cd9-cc88-434a-8afb-eef8a1c9369e 2018-08-12 08:18:21,911 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/qos-specs -H "Accept: application/json" -H "User-Agent: python-cinderclient" -H "OpenStack-API-Version: volume 3.5" -H "X-Auth-Token: {SHA1}46603f9ffb9b0774cad7cedde8134e140d773398" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-37378cd9-cc88-434a-8afb-eef8a1c9369e" -d '{"qos_specs": {"consumer": "both", "name": "CreateVolumeTypeComplexTests-e24faa9e-0fbe-4476-b605-e1c84f2a4c89-qos-spec"}}' 2018-08-12 08:18:22,218 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:18:21 GMT Server: Apache x-compute-request-id: req-b030f81c-4095-41a9-a695-d3f1cc593515 OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-b030f81c-4095-41a9-a695-d3f1cc593515 Content-Encoding: gzip Content-Length: 251 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {}, "consumer": "both", "id": "5c48a9a1-9202-4938-a3ef-17b2f68855eb", "name": "CreateVolumeTypeComplexTests-e24faa9e-0fbe-4476-b605-e1c84f2a4c89-qos-spec"}, "links": [{"href": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/qos-specs/5c48a9a1-9202-4938-a3ef-17b2f68855eb", "rel": "self"}, {"href": "http://172.30.9.21:8776/a267b9a156244bb192691cff6e5f74fe/qos-specs/5c48a9a1-9202-4938-a3ef-17b2f68855eb", "rel": "bookmark"}]} 2018-08-12 08:18:22,218 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/qos-specs used request id req-b030f81c-4095-41a9-a695-d3f1cc593515 2018-08-12 08:18:22,219 - create_qos - INFO - Created qos with name - CreateVolumeTypeComplexTests-e24faa9e-0fbe-4476-b605-e1c84f2a4c89-qos-spec 2018-08-12 08:18:22,219 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:18:22,220 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:18:22,607 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:18:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["Evb4oeJMRQmuXcfCKHOmQw"], "issued_at": "2018-08-12T08:18:22.000000Z"}} 2018-08-12 08:18:22,607 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}c6fd9bc88cb97cb4299beb8a66a2d404d1d905fe" 2018-08-12 08:18:22,693 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:18:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a3ee6c7a-d2a8-43d8-b2fd-f3e14ac11c99 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:18:22,694 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-a3ee6c7a-d2a8-43d8-b2fd-f3e14ac11c99 2018-08-12 08:18:22,699 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/types?is_public=None -H "OpenStack-API-Version: volume 3.5" -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6fd9bc88cb97cb4299beb8a66a2d404d1d905fe" 2018-08-12 08:18:22,882 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:18:22 GMT Server: Apache x-compute-request-id: req-e2671430-b9c7-4384-b368-457872e0b52b OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version x-openstack-request-id: req-e2671430-b9c7-4384-b368-457872e0b52b Content-Length: 20 Content-Type: application/json RESP BODY: {"volume_types": []} 2018-08-12 08:18:22,882 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/types?is_public=None used request id req-e2671430-b9c7-4384-b368-457872e0b52b 2018-08-12 08:18:22,886 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/types -H "Accept: application/json" -H "User-Agent: python-cinderclient" -H "OpenStack-API-Version: volume 3.5" -H "X-Auth-Token: {SHA1}c6fd9bc88cb97cb4299beb8a66a2d404d1d905fe" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-e2671430-b9c7-4384-b368-457872e0b52b" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CreateVolumeTypeComplexTests-e24faa9e-0fbe-4476-b605-e1c84f2a4c89-vol_type", "description": null}}' 2018-08-12 08:18:23,130 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:18:22 GMT Server: Apache x-compute-request-id: req-ee467edd-ba3d-4ac5-905d-53c8e8c5e909 OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-ee467edd-ba3d-4ac5-905d-53c8e8c5e909 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateVolumeTypeComplexTests-e24faa9e-0fbe-4476-b605-e1c84f2a4c89-vol_type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "9e3e18a7-bea0-41c5-b8ed-487bdf8b957c", "description": null}} 2018-08-12 08:18:23,130 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/types used request id req-ee467edd-ba3d-4ac5-905d-53c8e8c5e909 2018-08-12 08:18:23,134 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/types/9e3e18a7-bea0-41c5-b8ed-487bdf8b957c/encryption -H "Accept: application/json" -H "User-Agent: python-cinderclient" -H "OpenStack-API-Version: volume 3.5" -H "X-Auth-Token: {SHA1}c6fd9bc88cb97cb4299beb8a66a2d404d1d905fe" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-e2671430-b9c7-4384-b368-457872e0b52b" -d '{"encryption": {"control_location": "back-end", "provider_class": "bar", "name": "foo", "provider": "bar"}}' 2018-08-12 08:18:23,368 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:18:23 GMT Server: Apache x-compute-request-id: req-059944ca-4cee-4813-9cb2-ed703a29b87e OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-059944ca-4cee-4813-9cb2-ed703a29b87e Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"encryption": {"volume_type_id": "9e3e18a7-bea0-41c5-b8ed-487bdf8b957c", "name": "foo", "control_location": "back-end", "encryption_id": "060f093a-c4cd-4ecd-bd23-8786e653e758", "provider": "bar", "provider_class": "bar"}} 2018-08-12 08:18:23,368 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/types/9e3e18a7-bea0-41c5-b8ed-487bdf8b957c/encryption used request id req-059944ca-4cee-4813-9cb2-ed703a29b87e 2018-08-12 08:18:23,369 - create_volume_type - INFO - Created volume type with name - CreateVolumeTypeComplexTests-e24faa9e-0fbe-4476-b605-e1c84f2a4c89-vol_type 2018-08-12 08:18:23,371 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/types/9e3e18a7-bea0-41c5-b8ed-487bdf8b957c -H "OpenStack-API-Version: volume 3.5" -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}416c5613c422e947eaa92d0e3c719816d23bc01d" 2018-08-12 08:18:23,956 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:18:23 GMT Server: Apache x-compute-request-id: req-676f63ca-dee3-4b74-8a92-7f63b7555eb8 OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-676f63ca-dee3-4b74-8a92-7f63b7555eb8 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateVolumeTypeComplexTests-e24faa9e-0fbe-4476-b605-e1c84f2a4c89-vol_type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "9e3e18a7-bea0-41c5-b8ed-487bdf8b957c", "description": null}} 2018-08-12 08:18:23,956 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/types/9e3e18a7-bea0-41c5-b8ed-487bdf8b957c used request id req-676f63ca-dee3-4b74-8a92-7f63b7555eb8 2018-08-12 08:18:23,959 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/types/9e3e18a7-bea0-41c5-b8ed-487bdf8b957c -H "OpenStack-API-Version: volume 3.5" -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-676f63ca-dee3-4b74-8a92-7f63b7555eb8" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}416c5613c422e947eaa92d0e3c719816d23bc01d" 2018-08-12 08:18:24,152 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:18:23 GMT Server: Apache x-compute-request-id: req-da95c019-a309-44c6-ab05-7a65e13752c3 OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-da95c019-a309-44c6-ab05-7a65e13752c3 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateVolumeTypeComplexTests-e24faa9e-0fbe-4476-b605-e1c84f2a4c89-vol_type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "9e3e18a7-bea0-41c5-b8ed-487bdf8b957c", "description": null}} 2018-08-12 08:18:24,152 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/types/9e3e18a7-bea0-41c5-b8ed-487bdf8b957c used request id req-da95c019-a309-44c6-ab05-7a65e13752c3 2018-08-12 08:18:24,155 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/types/9e3e18a7-bea0-41c5-b8ed-487bdf8b957c/encryption -H "OpenStack-API-Version: volume 3.5" -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-676f63ca-dee3-4b74-8a92-7f63b7555eb8" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}416c5613c422e947eaa92d0e3c719816d23bc01d" 2018-08-12 08:18:24,344 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:18:24 GMT Server: Apache x-compute-request-id: req-a589f3b8-843a-41ae-99dc-f89e68477cbf OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-a589f3b8-843a-41ae-99dc-f89e68477cbf Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"volume_type_id": "9e3e18a7-bea0-41c5-b8ed-487bdf8b957c", "control_location": "back-end", "deleted": false, "created_at": "2018-08-12T08:18:23.000000", "updated_at": null, "encryption_id": "060f093a-c4cd-4ecd-bd23-8786e653e758", "key_size": null, "provider": "bar", "deleted_at": null, "cipher": null} 2018-08-12 08:18:24,344 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/types/9e3e18a7-bea0-41c5-b8ed-487bdf8b957c/encryption used request id req-a589f3b8-843a-41ae-99dc-f89e68477cbf 2018-08-12 08:18:24,345 - cinder_utils - INFO - Deleting volume named - CreateVolumeTypeComplexTests-e24faa9e-0fbe-4476-b605-e1c84f2a4c89-vol_type 2018-08-12 08:18:24,347 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/types/9e3e18a7-bea0-41c5-b8ed-487bdf8b957c -H "OpenStack-API-Version: volume 3.5" -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-e2671430-b9c7-4384-b368-457872e0b52b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6fd9bc88cb97cb4299beb8a66a2d404d1d905fe" 2018-08-12 08:18:24,588 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 08:18:24 GMT Server: Apache OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version x-openstack-request-id: req-0183114e-7908-4c44-a27e-f2cedb68e1a5 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 08:18:24,589 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/types/9e3e18a7-bea0-41c5-b8ed-487bdf8b957c used request id req-0183114e-7908-4c44-a27e-f2cedb68e1a5 2018-08-12 08:18:24,589 - cinder_utils - INFO - Deleting QoS named - CreateVolumeTypeComplexTests-e24faa9e-0fbe-4476-b605-e1c84f2a4c89-qos-spec 2018-08-12 08:18:24,592 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/qos-specs/5c48a9a1-9202-4938-a3ef-17b2f68855eb?force=False -H "OpenStack-API-Version: volume 3.5" -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-37378cd9-cc88-434a-8afb-eef8a1c9369e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46603f9ffb9b0774cad7cedde8134e140d773398" 2018-08-12 08:18:24,810 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 08:18:24 GMT Server: Apache OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version x-openstack-request-id: req-2d137772-0004-4dff-89a1-9c125cbb512b 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 08:18:24,810 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/qos-specs/5c48a9a1-9202-4938-a3ef-17b2f68855eb?force=False used request id req-2d137772-0004-4dff-89a1-9c125cbb512b 2018-08-12 08:18:24,811 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:18:24,812 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:18:24,812 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:18:24,812 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:18:24,812 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:18:24,818 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92aa0c529f452831a78cdd8f0d5375164872df73" 2018-08-12 08:18:25,089 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 43135 X-Openstack-Request-Id: req-69611a0b-fa0f-4c94-82cb-cf9b1fadeed8 Date: Sun, 12 Aug 2018 08:18:25 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "created_at": "2018-08-12T06:59:44Z", "updated_at": "2018-08-12T06:59:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "1d7fd960-7865-4453-aecc-8d399b4fad21", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "66820d8a-b785-4b18-bd67-500221c8e4f9", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "74fc7638-a322-4841-8c47-06d36174a200", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "8eaa09ec-8419-4582-9312-1e527afe6e4b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}], "revision_number": 4, "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "created_at": "2018-08-12T05:12:34Z", "updated_at": "2018-08-12T05:12:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "709513d2-af7d-4d0b-bd3c-604fed75a711", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "aa346066-e46f-44f2-94be-2884aa998a19", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "c15f7b93-e56c-4afa-867d-2acb286d4b7b", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "cb0ef83f-5f70-4a80-ad35-431ca9df551e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}], "revision_number": 4, "project_id": "fa5a7fe6ee54472ba01638877aade8e3", "id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ea65becf30e54b27aa96a449698a435e", "created_at": "2018-08-12T05:10:35Z", "updated_at": "2018-08-12T05:10:35Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "30ad280c-f302-4cd4-a438-5139917b56f9", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "76115c4c-887d-4f0a-83e2-486e4b39c713", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "8ab14937-4c08-4d43-8a9a-662e622cc643", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "ee757a03-5662-4273-9c3e-6212e7afb48f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}], "revision_number": 4, "project_id": "ea65becf30e54b27aa96a449698a435e", "id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "created_at": "2018-08-12T06:20:09Z", "updated_at": "2018-08-12T06:20:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "1123b8f2-75ac-4a26-b9b2-a96da97408e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "2ddd2b93-e080-48cd-9a50-f5fe8a82ad0c", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "cd1bae62-0aea-4438-b4c3-50a69ae6f855", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "e398e01e-ceea-46d1-9534-b929808c4a5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}], "revision_number": 4, "project_id": "ff7abd7bb61f4f2889831e932d65dc2e", "id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "created_at": "2018-08-12T05:34:57Z", "updated_at": "2018-08-12T05:34:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "208a1c1e-f5f8-49c7-9a25-d07e68b1541f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "27bfd867-e607-4bf8-9de8-60682d3f771d", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "49360e1f-6fd3-4f35-b339-24cea95773ee", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "60f631a9-d305-4920-9631-d0543e2ac64f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}], "revision_number": 4, "project_id": "3a85ceae958d4d9fba68847e7df67db8", "id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "created_at": "2018-08-12T05:34:40Z", "updated_at": "2018-08-12T05:34:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "2192c259-363e-4768-ae73-e75837ad63b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "3f87ddc5-f84d-41dc-8215-847724782569", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "7d89f6da-ea78-49dd-9115-f9ad23b250bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "9ec4497d-0f65-44db-9be9-7b3042e4a584", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}], "revision_number": 4, "project_id": "85517fcf1c6247e699fdcdd42ecc8c79", "id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "created_at": "2018-08-12T05:16:02Z", "updated_at": "2018-08-12T05:16:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "1ecacd8c-c1c7-4a66-9871-406a69323b43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "3cc1750c-e0e7-4902-b6f3-494a161b832e", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "d719a7a4-8c99-44ed-8c12-6bf071890203", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "fe7421b5-d577-41da-8c78-62f3c07eda92", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}], "revision_number": 4, "project_id": "a267b9a156244bb192691cff6e5f74fe", "id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "315a428116f24d9fbb826b37080a918e", "created_at": "2018-08-12T05:11:31Z", "updated_at": "2018-08-12T05:11:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "5e52886a-1dc3-4a81-a55d-f388dc4fd1a1", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "678e32e4-d64c-448a-a4ab-e253ab94ae90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "a8da1539-e3ad-4f90-b2df-3dc1f09d228a", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "b73d5cc9-0205-4658-bb1f-61a042c0ab8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}], "revision_number": 4, "project_id": "315a428116f24d9fbb826b37080a918e", "id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-12T05:08:01Z", "updated_at": "2018-08-12T05:08:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:01Z", "revision_number": 0, "id": "0fb05d03-1117-45d0-930c-b6d4c96ef102", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "4faaab33-5788-4bbd-85b8-0fb44d41413a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "96d0c5a0-5c67-421b-8fc8-2b46d77e5db3", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "dd78519b-4bc5-4e8e-ad0f-58089dd69347", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "11a46741b7954b959fd7764109c047b6", "created_at": "2018-08-12T05:34:51Z", "updated_at": "2018-08-12T05:34:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "0b67bf3c-2289-43bb-ab6c-7d25ec32a279", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "51f3f833-337a-42bd-a8d5-742ea8d6c226", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "571fd0b5-ef90-408d-af33-aafb517b8993", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "944ba823-fb9c-496e-a66e-bb426bb14a8d", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}], "revision_number": 4, "project_id": "11a46741b7954b959fd7764109c047b6", "id": "90af9782-8112-4257-801d-ee5115d226ba", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "created_at": "2018-08-12T05:34:26Z", "updated_at": "2018-08-12T05:34:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "2ee1f63a-807c-4d6a-85ee-dd784f6b8c3f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5dec3ec2-2add-47dd-8618-90659dcf3885", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5ea0dc3e-49d0-43f0-94e9-f6443527d14c", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "fbfaca22-7e3e-4128-8973-43e439b77c28", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}], "revision_number": 4, "project_id": "3c01cd58055c44ecaef39f7e625c2258", "id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "521007c1818145639e93ceb270559219", "created_at": "2018-08-12T05:13:27Z", "updated_at": "2018-08-12T05:13:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "5e7fede5-b0f2-47d8-95c3-516cdfc7f9de", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "8fd0e36f-c6c4-4f64-ba97-40439e614448", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "db7d79de-1dfc-4138-945f-91e74cdc266b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "e87f2cff-ff3e-4b6d-aaf0-7f0eb0ab9f05", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}], "revision_number": 4, "project_id": "521007c1818145639e93ceb270559219", "id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "created_at": "2018-08-12T05:08:18Z", "updated_at": "2018-08-12T05:08:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "3c67be40-bf74-4f97-9693-d93ce73a23b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "6112d869-2fc6-4a25-a13c-3d55cd7206c0", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "bdf21c56-453e-482e-9cba-3c55abcb0339", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "c8e92c39-38cc-4f48-be9c-5f0912e6a725", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}], "revision_number": 4, "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "created_at": "2018-08-12T05:04:23Z", "updated_at": "2018-08-12T05:04:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "280546d9-8ad1-4283-abfc-15ee9b1736c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "58bce125-f2ca-4a6d-b9ca-4e6cf5c0f7a5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "69275b9a-cfb5-482c-a9c4-8ffc79adf2c7", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "6d747f3a-3764-469a-a645-f977585c5aac", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}], "revision_number": 4, "project_id": "310f5853751a4c968f3eeb0a3d99a0a8", "id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "created_at": "2018-08-12T05:34:42Z", "updated_at": "2018-08-12T05:34:42Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "199582e8-25aa-457a-aa7c-6d8413ca4464", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "234f3609-4454-448f-919d-c8143c7cd764", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "c1061460-71a2-49a9-a04b-9fa33eeb17ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "d21ac532-51d8-4d6b-8300-7bac216759bf", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}], "revision_number": 4, "project_id": "9f6c1a272706419c9a74b0893b2890e8", "id": "d6739716-c693-460c-89c6-e7c8c48f8245", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "created_at": "2018-08-12T05:34:54Z", "updated_at": "2018-08-12T05:34:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "0633a05a-ee7d-4476-a56b-75d011b22f77", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "6cc1b9f8-73db-47a3-a0e0-3c96c43f34da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "90d99a6b-e94f-4fd8-a10c-f19dd8954c13", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "e843c139-af2a-4d2c-a24f-59f7b10ff72e", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}], "revision_number": 4, "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "created_at": "2018-08-12T05:09:07Z", "updated_at": "2018-08-12T05:09:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "5495e168-f505-4d74-ae6d-387f0bf533c2", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "6fd19b8b-3062-456e-81ba-3ff37fe43429", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8ca59d25-485c-46ce-939c-2e4a468caeac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8f190846-50a0-42b9-b571-390809b752b1", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}], "revision_number": 4, "project_id": "fa9ca6d7608b4d7d87ce97331679a481", "id": "edcd9b17-9416-4c25-823c-060c435e18d7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "created_at": "2018-08-12T05:34:52Z", "updated_at": "2018-08-12T05:34:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "2c7e484e-6ec5-4a95-8c9c-66d294c0c27e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "70c74258-3c2c-4efc-87e0-079c26ee3417", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "b70382fa-082e-4c2b-abc8-87490fa50b11", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "c3628e02-b4b6-42c9-8751-c1a2d3c19caa", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}], "revision_number": 4, "project_id": "87db863ba6e348b0a5ddcb67053db9d1", "id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "name": "default"}]} 2018-08-12 08:18:25,090 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-69611a0b-fa0f-4c94-82cb-cf9b1fadeed8 2018-08-12 08:18:25,098 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92aa0c529f452831a78cdd8f0d5375164872df73" 2018-08-12 08:18:25,189 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:18:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9e9f31ae-5a32-4390-9594-38d55436356d Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 5fe28c13d4d74ba2be8d019ac1ea6363.", "code": 404, "title": "Not Found"}} 2018-08-12 08:18:25,189 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 used request id req-9e9f31ae-5a32-4390-9594-38d55436356d 2018-08-12 08:18:25,189 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:18:25,193 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92aa0c529f452831a78cdd8f0d5375164872df73" 2018-08-12 08:18:25,287 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:18:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c29833b7-b28e-477e-ad61-19b3ecc544ea Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa5a7fe6ee54472ba01638877aade8e3.", "code": 404, "title": "Not Found"}} 2018-08-12 08:18:25,287 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 used request id req-c29833b7-b28e-477e-ad61-19b3ecc544ea 2018-08-12 08:18:25,288 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:18:25,291 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92aa0c529f452831a78cdd8f0d5375164872df73" 2018-08-12 08:18:25,381 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:18:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-661380ad-234f-4382-8b9d-7acdc6948550 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ea65becf30e54b27aa96a449698a435e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:18:25,381 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e used request id req-661380ad-234f-4382-8b9d-7acdc6948550 2018-08-12 08:18:25,381 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:18:25,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92aa0c529f452831a78cdd8f0d5375164872df73" 2018-08-12 08:18:25,465 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:18:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-db1e8e69-8121-4249-a915-3fa0ae6d4ed1 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ff7abd7bb61f4f2889831e932d65dc2e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:18:25,465 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e used request id req-db1e8e69-8121-4249-a915-3fa0ae6d4ed1 2018-08-12 08:18:25,465 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:18:25,469 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92aa0c529f452831a78cdd8f0d5375164872df73" 2018-08-12 08:18:25,556 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:18:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bdb481c0-fd92-434e-9636-1a3ad86837e6 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3a85ceae958d4d9fba68847e7df67db8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:18:25,556 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 used request id req-bdb481c0-fd92-434e-9636-1a3ad86837e6 2018-08-12 08:18:25,557 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:18:25,560 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92aa0c529f452831a78cdd8f0d5375164872df73" 2018-08-12 08:18:25,652 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:18:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-97f17b88-a4fc-4559-b974-5ea6b4e92986 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 85517fcf1c6247e699fdcdd42ecc8c79.", "code": 404, "title": "Not Found"}} 2018-08-12 08:18:25,652 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 used request id req-97f17b88-a4fc-4559-b974-5ea6b4e92986 2018-08-12 08:18:25,652 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:18:25,656 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92aa0c529f452831a78cdd8f0d5375164872df73" 2018-08-12 08:18:25,748 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:18:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0ac64166-aeba-4290-aa1a-5c3d7cd4f941 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}} 2018-08-12 08:18:25,748 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe used request id req-0ac64166-aeba-4290-aa1a-5c3d7cd4f941 2018-08-12 08:18:25,752 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92aa0c529f452831a78cdd8f0d5375164872df73" 2018-08-12 08:18:25,840 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:18:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3eff9d56-7e14-48ad-8721-4c98b29d30d8 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 315a428116f24d9fbb826b37080a918e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:18:25,840 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e used request id req-3eff9d56-7e14-48ad-8721-4c98b29d30d8 2018-08-12 08:18:25,840 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:18:25,844 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92aa0c529f452831a78cdd8f0d5375164872df73" 2018-08-12 08:18:25,935 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:18:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0754a9d2-f3da-4e41-b2bc-8de774391509 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 11a46741b7954b959fd7764109c047b6.", "code": 404, "title": "Not Found"}} 2018-08-12 08:18:25,935 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 used request id req-0754a9d2-f3da-4e41-b2bc-8de774391509 2018-08-12 08:18:25,935 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:18:25,939 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92aa0c529f452831a78cdd8f0d5375164872df73" 2018-08-12 08:18:26,030 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:18:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7a55f6c5-49a0-4ff1-bfc7-43aa101e8f6c Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3c01cd58055c44ecaef39f7e625c2258.", "code": 404, "title": "Not Found"}} 2018-08-12 08:18:26,030 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 used request id req-7a55f6c5-49a0-4ff1-bfc7-43aa101e8f6c 2018-08-12 08:18:26,030 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:18:26,033 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92aa0c529f452831a78cdd8f0d5375164872df73" 2018-08-12 08:18:26,122 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:18:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f2f061fc-e768-461c-8e8d-012b8e80e3c0 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 521007c1818145639e93ceb270559219.", "code": 404, "title": "Not Found"}} 2018-08-12 08:18:26,122 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 used request id req-f2f061fc-e768-461c-8e8d-012b8e80e3c0 2018-08-12 08:18:26,122 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:18:26,126 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92aa0c529f452831a78cdd8f0d5375164872df73" 2018-08-12 08:18:26,213 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:18:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ee47975a-dfd2-4f86-bd08-4b50e1601139 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e18fcc7fc10a4fd0b20234f8520d0aab.", "code": 404, "title": "Not Found"}} 2018-08-12 08:18:26,213 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab used request id req-ee47975a-dfd2-4f86-bd08-4b50e1601139 2018-08-12 08:18:26,214 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:18:26,217 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92aa0c529f452831a78cdd8f0d5375164872df73" 2018-08-12 08:18:26,311 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:18:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8922cdae-a2c5-41a9-9151-97d6572aa46e Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "310f5853751a4c968f3eeb0a3d99a0a8", "name": "service"}} 2018-08-12 08:18:26,311 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 used request id req-8922cdae-a2c5-41a9-9151-97d6572aa46e 2018-08-12 08:18:26,315 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92aa0c529f452831a78cdd8f0d5375164872df73" 2018-08-12 08:18:26,402 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:18:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-89f2d1ce-4ee0-4f09-881a-e99871f88de4 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9f6c1a272706419c9a74b0893b2890e8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:18:26,402 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 used request id req-89f2d1ce-4ee0-4f09-881a-e99871f88de4 2018-08-12 08:18:26,403 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:18:26,406 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/34cb7327fcfc4b52a63b4b8c0ea4a54d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92aa0c529f452831a78cdd8f0d5375164872df73" 2018-08-12 08:18:26,486 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:18:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a6a3f640-012e-42fa-9b25-6804d844252f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 34cb7327fcfc4b52a63b4b8c0ea4a54d.", "code": 404, "title": "Not Found"}} 2018-08-12 08:18:26,486 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/34cb7327fcfc4b52a63b4b8c0ea4a54d used request id req-a6a3f640-012e-42fa-9b25-6804d844252f 2018-08-12 08:18:26,486 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:18:26,490 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa9ca6d7608b4d7d87ce97331679a481 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92aa0c529f452831a78cdd8f0d5375164872df73" 2018-08-12 08:18:26,586 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:18:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d93cf1df-dfa4-44bf-a0e5-7945ec7cc54a Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa9ca6d7608b4d7d87ce97331679a481.", "code": 404, "title": "Not Found"}} 2018-08-12 08:18:26,586 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa9ca6d7608b4d7d87ce97331679a481 used request id req-d93cf1df-dfa4-44bf-a0e5-7945ec7cc54a 2018-08-12 08:18:26,586 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:18:26,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/87db863ba6e348b0a5ddcb67053db9d1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92aa0c529f452831a78cdd8f0d5375164872df73" 2018-08-12 08:18:26,678 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:18:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bef030ef-175b-438d-9c3e-88912f93f12f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87db863ba6e348b0a5ddcb67053db9d1.", "code": 404, "title": "Not Found"}} 2018-08-12 08:18:26,678 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/87db863ba6e348b0a5ddcb67053db9d1 used request id req-bef030ef-175b-438d-9c3e-88912f93f12f 2018-08-12 08:18:26,678 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:18:26,679 - keystone_utils - INFO - Deleting project with name - CreateVolumeTypeComplexTests-0e56c094-7ac5-49d-proj 2018-08-12 08:18:26,683 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/847f8a59bba94db8a7b2792754f9b730 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92aa0c529f452831a78cdd8f0d5375164872df73" 2018-08-12 08:18:26,905 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:18:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-62fdf50d-6687-47a2-a862-a440df85cbf7 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 08:18:26,906 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/847f8a59bba94db8a7b2792754f9b730 used request id req-62fdf50d-6687-47a2-a862-a440df85cbf7 2018-08-12 08:18:26,906 - keystone_utils - INFO - Deleting role with name - CreateVolumeTypeComplexTests-0e56c094-7ac5-49d-proj-role 2018-08-12 08:18:26,909 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/8f13f4f62c47484e97ae17c1405b9f1a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92aa0c529f452831a78cdd8f0d5375164872df73" 2018-08-12 08:18:27,019 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:18:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8ce5cbe5-6c17-4469-bf17-b603d55c4d9a 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 08:18:27,019 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/8f13f4f62c47484e97ae17c1405b9f1a used request id req-8ce5cbe5-6c17-4469-bf17-b603d55c4d9a 2018-08-12 08:18:27,023 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92aa0c529f452831a78cdd8f0d5375164872df73" 2018-08-12 08:18:27,112 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:18:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c57a3eae-df67-4846-ad28-390cf48b4b78 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:18:27,113 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-c57a3eae-df67-4846-ad28-390cf48b4b78 2018-08-12 08:18:27,113 - keystone_utils - INFO - Deleting user with name - CreateVolumeTypeComplexTests-0e56c094-7ac5-49d-user 2018-08-12 08:18:27,117 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/19826359692a4d628ec35e275dc54cb1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f97d706da172bbffbcaa98c8d0b4d84431db5d75" 2018-08-12 08:18:27,291 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:18:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-934ba7bf-f90a-4716-aadf-d28974544d1b 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 08:18:27,291 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/19826359692a4d628ec35e275dc54cb1 used request id req-934ba7bf-f90a-4716-aadf-d28974544d1b 2018-08-12 08:18:27,292 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:18:27,688 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:18:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["Lv3UV9B7TtCfdowkzcUVzw"], "issued_at": "2018-08-12T08:18:27.000000Z"}} 2018-08-12 08:18:27,689 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}a544d2831a36853c9ebd77537dd459cb0a81a1fa" 2018-08-12 08:18:27,772 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:18:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e26e87d6-1093-4161-bed2-d70b86c2a4de Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:18:27,772 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-e26e87d6-1093-4161-bed2-d70b86c2a4de 2018-08-12 08:18:27,774 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:18:27,774 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:18:28,172 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:18:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["9q5o_K1ZSqeqkOQoVAT2oQ"], "issued_at": "2018-08-12T08:18:28.000000Z"}} 2018-08-12 08:18:28,172 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}bd885a81852bc30bb5ef88d6db85330a54430e22" 2018-08-12 08:18:28,261 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:18:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-28c27ba1-dd94-48c8-bc5e-bbe1a6c036d7 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:18:28,262 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-28c27ba1-dd94-48c8-bc5e-bbe1a6c036d7 2018-08-12 08:18:28,265 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:18:28,271 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:18:28 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:18:28,272 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeTypeComplexTests-d452c640-d5be-4b6-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd885a81852bc30bb5ef88d6db85330a54430e22" 2018-08-12 08:18:28,290 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:18:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dfb2a59f-83f2-4bd1-8c93-53368ec91928 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeTypeComplexTests-d452c640-d5be-4b6-proj", "previous": null, "next": null}, "projects": []} 2018-08-12 08:18:28,290 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeTypeComplexTests-d452c640-d5be-4b6-proj used request id req-dfb2a59f-83f2-4bd1-8c93-53368ec91928 2018-08-12 08:18:28,293 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd885a81852bc30bb5ef88d6db85330a54430e22" 2018-08-12 08:18:28,388 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:18:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3457e594-c4c3-4d45-b5d4-4f1f32688c3b Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:18:28,388 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-3457e594-c4c3-4d45-b5d4-4f1f32688c3b 2018-08-12 08:18:28,392 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd885a81852bc30bb5ef88d6db85330a54430e22" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateVolumeTypeComplexTests-d452c640-d5be-4b6-proj"}}' 2018-08-12 08:18:28,504 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:18:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ba70582e-26c4-4080-a5bc-b216e9e0b314 Content-Length: 325 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/74c775db76f9442babcd53f2c1bcaf2e"}, "tags": [], "enabled": true, "id": "74c775db76f9442babcd53f2c1bcaf2e", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeTypeComplexTests-d452c640-d5be-4b6-proj"}} 2018-08-12 08:18:28,505 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-ba70582e-26c4-4080-a5bc-b216e9e0b314 2018-08-12 08:18:28,505 - keystone_utils - INFO - Created project with name - CreateVolumeTypeComplexTests-d452c640-d5be-4b6-proj 2018-08-12 08:18:28,505 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:18:28,506 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:18:28,903 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:18:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["eJtKbFTKQc-LK4eP11H6og"], "issued_at": "2018-08-12T08:18:28.000000Z"}} 2018-08-12 08:18:28,903 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}7e8b6778477f43fea2bb432e6ff3f40e9c408a47" 2018-08-12 08:18:28,993 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:18:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6d1b7b38-c974-4e39-9058-8cb5f3fdcb6d Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:18:28,993 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-6d1b7b38-c974-4e39-9058-8cb5f3fdcb6d 2018-08-12 08:18:28,998 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:18:29,003 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:18:28 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:18:29,004 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e8b6778477f43fea2bb432e6ff3f40e9c408a47" 2018-08-12 08:18:29,113 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:18:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-418c1b41-f1d8-4e02-93ac-b9de3d236315 Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/105a247548624314b9228f85f6325f0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105a247548624314b9228f85f6325f0b", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/1c5de0eaa44543f08da6ad63a51594ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c5de0eaa44543f08da6ad63a51594ff", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/1d127b5b832547a88a547c116dfdd65b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d127b5b832547a88a547c116dfdd65b", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/1d5cfc170d624ce4ae53ae0507c8d517"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d5cfc170d624ce4ae53ae0507c8d517", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/2421820b75eb4d3ebd02830378d1377b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2421820b75eb4d3ebd02830378d1377b", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/40bd8ee54ecf44868cc83cede652c396"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40bd8ee54ecf44868cc83cede652c396", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/4f32fb8153854c4c9f5094b42b523f80"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f32fb8153854c4c9f5094b42b523f80", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7066130d08fb4db7bf4ab468de53933b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7066130d08fb4db7bf4ab468de53933b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/8d0898a83bcf4521bbc11501d5d7ac89"}, "domain_id": "1eec97585bde483292ece28ee11f4b8d", "enabled": true, "options": {}, "id": "8d0898a83bcf4521bbc11501d5d7ac89", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/9defcced327d476f8a3beab718a13da3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9defcced327d476f8a3beab718a13da3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/b80ee4f6992446e0879624dd436e99a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b80ee4f6992446e0879624dd436e99a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b86fd3e011324d398fcdb6f095a20a9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b86fd3e011324d398fcdb6f095a20a9d", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1701d2754064b5cadf765ea0806f9b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1701d2754064b5cadf765ea0806f9b2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/db4e7b8d76d549faa502716565c733dd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db4e7b8d76d549faa502716565c733dd", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-12 08:18:29,114 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-418c1b41-f1d8-4e02-93ac-b9de3d236315 2018-08-12 08:18:29,118 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateVolumeTypeComplexTests-d452c640-d5be-4b6-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e8b6778477f43fea2bb432e6ff3f40e9c408a47" 2018-08-12 08:18:29,211 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:18:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1c7a9891-6063-4219-a8bf-faf655389d6f Content-Encoding: gzip Content-Length: 263 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateVolumeTypeComplexTests-d452c640-d5be-4b6-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/74c775db76f9442babcd53f2c1bcaf2e"}, "tags": [], "enabled": true, "id": "74c775db76f9442babcd53f2c1bcaf2e", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeTypeComplexTests-d452c640-d5be-4b6-proj"}]} 2018-08-12 08:18:29,212 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateVolumeTypeComplexTests-d452c640-d5be-4b6-proj used request id req-1c7a9891-6063-4219-a8bf-faf655389d6f 2018-08-12 08:18:29,215 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e8b6778477f43fea2bb432e6ff3f40e9c408a47" 2018-08-12 08:18:29,302 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:18:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5f34cfb3-ebbe-4b99-8a10-c53960e82d99 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:18:29,302 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-5f34cfb3-ebbe-4b99-8a10-c53960e82d99 2018-08-12 08:18:29,678 - keystone_utils - INFO - Created user with name - CreateVolumeTypeComplexTests-d452c640-d5be-4b6-user 2018-08-12 08:18:29,678 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:18:29,683 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd885a81852bc30bb5ef88d6db85330a54430e22" 2018-08-12 08:18:29,784 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:18:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3acb53ae-4e39-4e74-9a0c-0129b9e1b896 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:18:29,784 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-3acb53ae-4e39-4e74-9a0c-0129b9e1b896 2018-08-12 08:18:29,788 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd885a81852bc30bb5ef88d6db85330a54430e22" -d '{"role": {"name": "CreateVolumeTypeComplexTests-d452c640-d5be-4b6-proj-role"}}' 2018-08-12 08:18:29,894 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:18:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-aa4d2bb1-98ce-4b2e-a3d7-fe09ef8cf6d6 Content-Length: 227 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "21eb238e48f74db38db2243f82619f91", "links": {"self": "http://172.30.9.21:5000/v3/roles/21eb238e48f74db38db2243f82619f91"}, "name": "CreateVolumeTypeComplexTests-d452c640-d5be-4b6-proj-role"}} 2018-08-12 08:18:29,894 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-aa4d2bb1-98ce-4b2e-a3d7-fe09ef8cf6d6 2018-08-12 08:18:29,894 - keystone_utils - INFO - Created role with name - CreateVolumeTypeComplexTests-d452c640-d5be-4b6-proj-role 2018-08-12 08:18:29,898 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/21eb238e48f74db38db2243f82619f91 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd885a81852bc30bb5ef88d6db85330a54430e22" 2018-08-12 08:18:30,030 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:18:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6dfe0747-d475-48a8-a798-d4b3089b61ac Content-Encoding: gzip Content-Length: 182 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "21eb238e48f74db38db2243f82619f91", "links": {"self": "http://172.30.9.21:5000/v3/roles/21eb238e48f74db38db2243f82619f91"}, "name": "CreateVolumeTypeComplexTests-d452c640-d5be-4b6-proj-role"}} 2018-08-12 08:18:30,031 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/21eb238e48f74db38db2243f82619f91 used request id req-6dfe0747-d475-48a8-a798-d4b3089b61ac 2018-08-12 08:18:30,031 - keystone_utils - INFO - Granting role CreateVolumeTypeComplexTests-d452c640-d5be-4b6-proj-role to project CreateVolumeTypeComplexTests-d452c640-d5be-4b6-proj 2018-08-12 08:18:30,034 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/74c775db76f9442babcd53f2c1bcaf2e/users/9decac245eeb408c84129e8d7019f269/roles/21eb238e48f74db38db2243f82619f91 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd885a81852bc30bb5ef88d6db85330a54430e22" 2018-08-12 08:18:30,172 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:18:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6101a670-6276-4b6a-a90b-2931d9bb0685 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 08:18:30,172 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/74c775db76f9442babcd53f2c1bcaf2e/users/9decac245eeb408c84129e8d7019f269/roles/21eb238e48f74db38db2243f82619f91 used request id req-6101a670-6276-4b6a-a90b-2931d9bb0685 2018-08-12 08:18:30,174 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:18:30,175 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:18:30,576 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:18:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["KySjPXLBR2ykv63ZYgvAaw"], "issued_at": "2018-08-12T08:18:30.000000Z"}} 2018-08-12 08:18:30,577 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}edd9bb3512f7f54d369b503d907a9e77895ed7b4" 2018-08-12 08:18:30,664 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:18:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-12e05c6d-ad60-47fb-bb8d-c3f5a2e784a3 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:18:30,665 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-12e05c6d-ad60-47fb-bb8d-c3f5a2e784a3 2018-08-12 08:18:30,670 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/qos-specs -H "OpenStack-API-Version: volume 3.5" -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}edd9bb3512f7f54d369b503d907a9e77895ed7b4" 2018-08-12 08:18:30,858 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:18:30 GMT Server: Apache x-compute-request-id: req-2ae861fb-0f28-4e0b-b566-4b5d26d06ec1 OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version x-openstack-request-id: req-2ae861fb-0f28-4e0b-b566-4b5d26d06ec1 Content-Length: 17 Content-Type: application/json RESP BODY: {"qos_specs": []} 2018-08-12 08:18:30,858 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/qos-specs used request id req-2ae861fb-0f28-4e0b-b566-4b5d26d06ec1 2018-08-12 08:18:30,862 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/qos-specs -H "Accept: application/json" -H "User-Agent: python-cinderclient" -H "OpenStack-API-Version: volume 3.5" -H "X-Auth-Token: {SHA1}edd9bb3512f7f54d369b503d907a9e77895ed7b4" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-2ae861fb-0f28-4e0b-b566-4b5d26d06ec1" -d '{"qos_specs": {"consumer": "both", "name": "CreateVolumeTypeComplexTests-c81f48f1-107f-4c54-bdcd-a0eeb59c2d22-qos-spec"}}' 2018-08-12 08:18:31,177 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:18:30 GMT Server: Apache x-compute-request-id: req-7a7c8d5e-8092-40ad-b5b9-73d4e33bb627 OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-7a7c8d5e-8092-40ad-b5b9-73d4e33bb627 Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {}, "consumer": "both", "id": "f7f93d86-0858-4831-a6cc-b20279bbed42", "name": "CreateVolumeTypeComplexTests-c81f48f1-107f-4c54-bdcd-a0eeb59c2d22-qos-spec"}, "links": [{"href": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/qos-specs/f7f93d86-0858-4831-a6cc-b20279bbed42", "rel": "self"}, {"href": "http://172.30.9.21:8776/a267b9a156244bb192691cff6e5f74fe/qos-specs/f7f93d86-0858-4831-a6cc-b20279bbed42", "rel": "bookmark"}]} 2018-08-12 08:18:31,178 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/qos-specs used request id req-7a7c8d5e-8092-40ad-b5b9-73d4e33bb627 2018-08-12 08:18:31,178 - create_qos - INFO - Created qos with name - CreateVolumeTypeComplexTests-c81f48f1-107f-4c54-bdcd-a0eeb59c2d22-qos-spec 2018-08-12 08:18:31,178 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:18:31,179 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:18:31,571 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:18:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["N8tByPC_T-yrcCuvbz8SQQ"], "issued_at": "2018-08-12T08:18:31.000000Z"}} 2018-08-12 08:18:31,572 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}970347c1cba083ad837b94ee75731ceaa84029c1" 2018-08-12 08:18:31,589 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:18:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1f83383f-dc37-41b4-b1d8-0a4073ba8d74 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:18:31,589 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-1f83383f-dc37-41b4-b1d8-0a4073ba8d74 2018-08-12 08:18:31,594 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/types?is_public=None -H "OpenStack-API-Version: volume 3.5" -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}970347c1cba083ad837b94ee75731ceaa84029c1" 2018-08-12 08:18:31,872 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:18:31 GMT Server: Apache x-compute-request-id: req-ef1c7bd8-533c-41d9-aceb-b78816c942b7 OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version x-openstack-request-id: req-ef1c7bd8-533c-41d9-aceb-b78816c942b7 Content-Length: 20 Content-Type: application/json RESP BODY: {"volume_types": []} 2018-08-12 08:18:31,873 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/types?is_public=None used request id req-ef1c7bd8-533c-41d9-aceb-b78816c942b7 2018-08-12 08:18:31,876 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/types -H "Accept: application/json" -H "User-Agent: python-cinderclient" -H "OpenStack-API-Version: volume 3.5" -H "X-Auth-Token: {SHA1}970347c1cba083ad837b94ee75731ceaa84029c1" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-ef1c7bd8-533c-41d9-aceb-b78816c942b7" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CreateVolumeTypeComplexTests-c81f48f1-107f-4c54-bdcd-a0eeb59c2d22-vol_type", "description": null}}' 2018-08-12 08:18:32,505 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:18:31 GMT Server: Apache x-compute-request-id: req-bab77280-c3c8-4730-91fe-843326daefe2 OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-bab77280-c3c8-4730-91fe-843326daefe2 Content-Encoding: gzip Content-Length: 196 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateVolumeTypeComplexTests-c81f48f1-107f-4c54-bdcd-a0eeb59c2d22-vol_type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "fff2e3f5-3d8c-4c1a-af21-61d6d84fb813", "description": null}} 2018-08-12 08:18:32,505 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/types used request id req-bab77280-c3c8-4730-91fe-843326daefe2 2018-08-12 08:18:32,508 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/qos-specs -H "OpenStack-API-Version: volume 3.5" -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ef1c7bd8-533c-41d9-aceb-b78816c942b7" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}970347c1cba083ad837b94ee75731ceaa84029c1" 2018-08-12 08:18:32,703 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:18:32 GMT Server: Apache x-compute-request-id: req-02d174be-4138-4ae2-b62b-5ded2992fffc OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-02d174be-4138-4ae2-b62b-5ded2992fffc Content-Encoding: gzip Content-Length: 168 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {}, "consumer": "both", "id": "f7f93d86-0858-4831-a6cc-b20279bbed42", "name": "CreateVolumeTypeComplexTests-c81f48f1-107f-4c54-bdcd-a0eeb59c2d22-qos-spec"}]} 2018-08-12 08:18:32,703 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/qos-specs used request id req-02d174be-4138-4ae2-b62b-5ded2992fffc 2018-08-12 08:18:32,707 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/qos-specs/f7f93d86-0858-4831-a6cc-b20279bbed42/associate?vol_type_id=fff2e3f5-3d8c-4c1a-af21-61d6d84fb813 -H "OpenStack-API-Version: volume 3.5" -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ef1c7bd8-533c-41d9-aceb-b78816c942b7" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}970347c1cba083ad837b94ee75731ceaa84029c1" 2018-08-12 08:18:33,344 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 08:18:32 GMT Server: Apache OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version x-openstack-request-id: req-99dd880a-3091-40fc-847d-eb993e08f129 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 08:18:33,344 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/qos-specs/f7f93d86-0858-4831-a6cc-b20279bbed42/associate?vol_type_id=fff2e3f5-3d8c-4c1a-af21-61d6d84fb813 used request id req-99dd880a-3091-40fc-847d-eb993e08f129 2018-08-12 08:18:33,344 - create_volume_type - INFO - Created volume type with name - CreateVolumeTypeComplexTests-c81f48f1-107f-4c54-bdcd-a0eeb59c2d22-vol_type 2018-08-12 08:18:33,347 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/types/fff2e3f5-3d8c-4c1a-af21-61d6d84fb813 -H "OpenStack-API-Version: volume 3.5" -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a544d2831a36853c9ebd77537dd459cb0a81a1fa" 2018-08-12 08:18:33,553 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:18:33 GMT Server: Apache x-compute-request-id: req-172f3700-f672-48d1-8f72-f9ecab58500c OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-172f3700-f672-48d1-8f72-f9ecab58500c Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateVolumeTypeComplexTests-c81f48f1-107f-4c54-bdcd-a0eeb59c2d22-vol_type", "qos_specs_id": "f7f93d86-0858-4831-a6cc-b20279bbed42", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "fff2e3f5-3d8c-4c1a-af21-61d6d84fb813", "description": null}} 2018-08-12 08:18:33,553 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/types/fff2e3f5-3d8c-4c1a-af21-61d6d84fb813 used request id req-172f3700-f672-48d1-8f72-f9ecab58500c 2018-08-12 08:18:33,556 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/types/fff2e3f5-3d8c-4c1a-af21-61d6d84fb813 -H "OpenStack-API-Version: volume 3.5" -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-172f3700-f672-48d1-8f72-f9ecab58500c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a544d2831a36853c9ebd77537dd459cb0a81a1fa" 2018-08-12 08:18:33,747 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:18:33 GMT Server: Apache x-compute-request-id: req-4d9f6878-8047-4dda-b730-e06659392d0f OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-4d9f6878-8047-4dda-b730-e06659392d0f Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateVolumeTypeComplexTests-c81f48f1-107f-4c54-bdcd-a0eeb59c2d22-vol_type", "qos_specs_id": "f7f93d86-0858-4831-a6cc-b20279bbed42", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "fff2e3f5-3d8c-4c1a-af21-61d6d84fb813", "description": null}} 2018-08-12 08:18:33,748 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/types/fff2e3f5-3d8c-4c1a-af21-61d6d84fb813 used request id req-4d9f6878-8047-4dda-b730-e06659392d0f 2018-08-12 08:18:33,750 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/types/fff2e3f5-3d8c-4c1a-af21-61d6d84fb813/encryption -H "OpenStack-API-Version: volume 3.5" -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-172f3700-f672-48d1-8f72-f9ecab58500c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a544d2831a36853c9ebd77537dd459cb0a81a1fa" 2018-08-12 08:18:33,946 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:18:33 GMT Server: Apache x-compute-request-id: req-f12cb7af-c0fe-4373-8bd9-117c13fee10b OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version x-openstack-request-id: req-f12cb7af-c0fe-4373-8bd9-117c13fee10b Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-08-12 08:18:33,947 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/types/fff2e3f5-3d8c-4c1a-af21-61d6d84fb813/encryption used request id req-f12cb7af-c0fe-4373-8bd9-117c13fee10b 2018-08-12 08:18:33,950 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/qos-specs/f7f93d86-0858-4831-a6cc-b20279bbed42 -H "OpenStack-API-Version: volume 3.5" -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-172f3700-f672-48d1-8f72-f9ecab58500c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a544d2831a36853c9ebd77537dd459cb0a81a1fa" 2018-08-12 08:18:34,124 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:18:33 GMT Server: Apache x-compute-request-id: req-204ce232-39c8-49ef-b3f4-d55771a9c9c2 OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-204ce232-39c8-49ef-b3f4-d55771a9c9c2 Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {}, "consumer": "both", "id": "f7f93d86-0858-4831-a6cc-b20279bbed42", "name": "CreateVolumeTypeComplexTests-c81f48f1-107f-4c54-bdcd-a0eeb59c2d22-qos-spec"}, "links": [{"href": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/qos-specs/f7f93d86-0858-4831-a6cc-b20279bbed42", "rel": "self"}, {"href": "http://172.30.9.21:8776/a267b9a156244bb192691cff6e5f74fe/qos-specs/f7f93d86-0858-4831-a6cc-b20279bbed42", "rel": "bookmark"}]} 2018-08-12 08:18:34,124 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/qos-specs/f7f93d86-0858-4831-a6cc-b20279bbed42 used request id req-204ce232-39c8-49ef-b3f4-d55771a9c9c2 2018-08-12 08:18:34,125 - cinder_utils - INFO - Deleting volume named - CreateVolumeTypeComplexTests-c81f48f1-107f-4c54-bdcd-a0eeb59c2d22-vol_type 2018-08-12 08:18:34,127 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/types/fff2e3f5-3d8c-4c1a-af21-61d6d84fb813 -H "OpenStack-API-Version: volume 3.5" -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ef1c7bd8-533c-41d9-aceb-b78816c942b7" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}970347c1cba083ad837b94ee75731ceaa84029c1" 2018-08-12 08:18:34,361 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 08:18:34 GMT Server: Apache OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version x-openstack-request-id: req-86f8ec1e-7b68-4df0-8437-50ea42a732ef 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 08:18:34,361 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/types/fff2e3f5-3d8c-4c1a-af21-61d6d84fb813 used request id req-86f8ec1e-7b68-4df0-8437-50ea42a732ef 2018-08-12 08:18:34,362 - cinder_utils - INFO - Deleting QoS named - CreateVolumeTypeComplexTests-c81f48f1-107f-4c54-bdcd-a0eeb59c2d22-qos-spec 2018-08-12 08:18:34,365 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/qos-specs/f7f93d86-0858-4831-a6cc-b20279bbed42?force=False -H "OpenStack-API-Version: volume 3.5" -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-2ae861fb-0f28-4e0b-b566-4b5d26d06ec1" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}edd9bb3512f7f54d369b503d907a9e77895ed7b4" 2018-08-12 08:18:34,583 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 08:18:34 GMT Server: Apache OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version x-openstack-request-id: req-6d848d2b-26de-4fed-9028-2e7960959d35 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 08:18:34,583 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/qos-specs/f7f93d86-0858-4831-a6cc-b20279bbed42?force=False used request id req-6d848d2b-26de-4fed-9028-2e7960959d35 2018-08-12 08:18:34,584 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:18:34,584 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:18:34,584 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:18:34,584 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:18:34,584 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:18:34,591 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd885a81852bc30bb5ef88d6db85330a54430e22" 2018-08-12 08:18:34,865 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 43135 X-Openstack-Request-Id: req-622e063c-f248-40cd-9ab2-be40f44828c2 Date: Sun, 12 Aug 2018 08:18:34 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "created_at": "2018-08-12T06:59:44Z", "updated_at": "2018-08-12T06:59:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "1d7fd960-7865-4453-aecc-8d399b4fad21", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "66820d8a-b785-4b18-bd67-500221c8e4f9", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "74fc7638-a322-4841-8c47-06d36174a200", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "8eaa09ec-8419-4582-9312-1e527afe6e4b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}], "revision_number": 4, "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "created_at": "2018-08-12T05:12:34Z", "updated_at": "2018-08-12T05:12:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "709513d2-af7d-4d0b-bd3c-604fed75a711", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "aa346066-e46f-44f2-94be-2884aa998a19", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "c15f7b93-e56c-4afa-867d-2acb286d4b7b", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "cb0ef83f-5f70-4a80-ad35-431ca9df551e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}], "revision_number": 4, "project_id": "fa5a7fe6ee54472ba01638877aade8e3", "id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ea65becf30e54b27aa96a449698a435e", "created_at": "2018-08-12T05:10:35Z", "updated_at": "2018-08-12T05:10:35Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "30ad280c-f302-4cd4-a438-5139917b56f9", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "76115c4c-887d-4f0a-83e2-486e4b39c713", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "8ab14937-4c08-4d43-8a9a-662e622cc643", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "ee757a03-5662-4273-9c3e-6212e7afb48f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}], "revision_number": 4, "project_id": "ea65becf30e54b27aa96a449698a435e", "id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "created_at": "2018-08-12T06:20:09Z", "updated_at": "2018-08-12T06:20:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "1123b8f2-75ac-4a26-b9b2-a96da97408e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "2ddd2b93-e080-48cd-9a50-f5fe8a82ad0c", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "cd1bae62-0aea-4438-b4c3-50a69ae6f855", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "e398e01e-ceea-46d1-9534-b929808c4a5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}], "revision_number": 4, "project_id": "ff7abd7bb61f4f2889831e932d65dc2e", "id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "created_at": "2018-08-12T05:34:57Z", "updated_at": "2018-08-12T05:34:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "208a1c1e-f5f8-49c7-9a25-d07e68b1541f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "27bfd867-e607-4bf8-9de8-60682d3f771d", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "49360e1f-6fd3-4f35-b339-24cea95773ee", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "60f631a9-d305-4920-9631-d0543e2ac64f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}], "revision_number": 4, "project_id": "3a85ceae958d4d9fba68847e7df67db8", "id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "created_at": "2018-08-12T05:34:40Z", "updated_at": "2018-08-12T05:34:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "2192c259-363e-4768-ae73-e75837ad63b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "3f87ddc5-f84d-41dc-8215-847724782569", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "7d89f6da-ea78-49dd-9115-f9ad23b250bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "9ec4497d-0f65-44db-9be9-7b3042e4a584", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}], "revision_number": 4, "project_id": "85517fcf1c6247e699fdcdd42ecc8c79", "id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "created_at": "2018-08-12T05:16:02Z", "updated_at": "2018-08-12T05:16:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "1ecacd8c-c1c7-4a66-9871-406a69323b43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "3cc1750c-e0e7-4902-b6f3-494a161b832e", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "d719a7a4-8c99-44ed-8c12-6bf071890203", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "fe7421b5-d577-41da-8c78-62f3c07eda92", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}], "revision_number": 4, "project_id": "a267b9a156244bb192691cff6e5f74fe", "id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "315a428116f24d9fbb826b37080a918e", "created_at": "2018-08-12T05:11:31Z", "updated_at": "2018-08-12T05:11:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "5e52886a-1dc3-4a81-a55d-f388dc4fd1a1", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "678e32e4-d64c-448a-a4ab-e253ab94ae90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "a8da1539-e3ad-4f90-b2df-3dc1f09d228a", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "b73d5cc9-0205-4658-bb1f-61a042c0ab8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}], "revision_number": 4, "project_id": "315a428116f24d9fbb826b37080a918e", "id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-12T05:08:01Z", "updated_at": "2018-08-12T05:08:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:01Z", "revision_number": 0, "id": "0fb05d03-1117-45d0-930c-b6d4c96ef102", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "4faaab33-5788-4bbd-85b8-0fb44d41413a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "96d0c5a0-5c67-421b-8fc8-2b46d77e5db3", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "dd78519b-4bc5-4e8e-ad0f-58089dd69347", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "11a46741b7954b959fd7764109c047b6", "created_at": "2018-08-12T05:34:51Z", "updated_at": "2018-08-12T05:34:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "0b67bf3c-2289-43bb-ab6c-7d25ec32a279", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "51f3f833-337a-42bd-a8d5-742ea8d6c226", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "571fd0b5-ef90-408d-af33-aafb517b8993", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "944ba823-fb9c-496e-a66e-bb426bb14a8d", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}], "revision_number": 4, "project_id": "11a46741b7954b959fd7764109c047b6", "id": "90af9782-8112-4257-801d-ee5115d226ba", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "created_at": "2018-08-12T05:34:26Z", "updated_at": "2018-08-12T05:34:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "2ee1f63a-807c-4d6a-85ee-dd784f6b8c3f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5dec3ec2-2add-47dd-8618-90659dcf3885", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5ea0dc3e-49d0-43f0-94e9-f6443527d14c", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "fbfaca22-7e3e-4128-8973-43e439b77c28", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}], "revision_number": 4, "project_id": "3c01cd58055c44ecaef39f7e625c2258", "id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "521007c1818145639e93ceb270559219", "created_at": "2018-08-12T05:13:27Z", "updated_at": "2018-08-12T05:13:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "5e7fede5-b0f2-47d8-95c3-516cdfc7f9de", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "8fd0e36f-c6c4-4f64-ba97-40439e614448", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "db7d79de-1dfc-4138-945f-91e74cdc266b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "e87f2cff-ff3e-4b6d-aaf0-7f0eb0ab9f05", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}], "revision_number": 4, "project_id": "521007c1818145639e93ceb270559219", "id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "created_at": "2018-08-12T05:08:18Z", "updated_at": "2018-08-12T05:08:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "3c67be40-bf74-4f97-9693-d93ce73a23b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "6112d869-2fc6-4a25-a13c-3d55cd7206c0", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "bdf21c56-453e-482e-9cba-3c55abcb0339", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "c8e92c39-38cc-4f48-be9c-5f0912e6a725", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}], "revision_number": 4, "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "created_at": "2018-08-12T05:04:23Z", "updated_at": "2018-08-12T05:04:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "280546d9-8ad1-4283-abfc-15ee9b1736c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "58bce125-f2ca-4a6d-b9ca-4e6cf5c0f7a5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "69275b9a-cfb5-482c-a9c4-8ffc79adf2c7", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "6d747f3a-3764-469a-a645-f977585c5aac", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}], "revision_number": 4, "project_id": "310f5853751a4c968f3eeb0a3d99a0a8", "id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "created_at": "2018-08-12T05:34:42Z", "updated_at": "2018-08-12T05:34:42Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "199582e8-25aa-457a-aa7c-6d8413ca4464", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "234f3609-4454-448f-919d-c8143c7cd764", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "c1061460-71a2-49a9-a04b-9fa33eeb17ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "d21ac532-51d8-4d6b-8300-7bac216759bf", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}], "revision_number": 4, "project_id": "9f6c1a272706419c9a74b0893b2890e8", "id": "d6739716-c693-460c-89c6-e7c8c48f8245", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "created_at": "2018-08-12T05:34:54Z", "updated_at": "2018-08-12T05:34:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "0633a05a-ee7d-4476-a56b-75d011b22f77", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "6cc1b9f8-73db-47a3-a0e0-3c96c43f34da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "90d99a6b-e94f-4fd8-a10c-f19dd8954c13", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "e843c139-af2a-4d2c-a24f-59f7b10ff72e", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}], "revision_number": 4, "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "created_at": "2018-08-12T05:09:07Z", "updated_at": "2018-08-12T05:09:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "5495e168-f505-4d74-ae6d-387f0bf533c2", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "6fd19b8b-3062-456e-81ba-3ff37fe43429", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8ca59d25-485c-46ce-939c-2e4a468caeac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8f190846-50a0-42b9-b571-390809b752b1", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}], "revision_number": 4, "project_id": "fa9ca6d7608b4d7d87ce97331679a481", "id": "edcd9b17-9416-4c25-823c-060c435e18d7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "created_at": "2018-08-12T05:34:52Z", "updated_at": "2018-08-12T05:34:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "2c7e484e-6ec5-4a95-8c9c-66d294c0c27e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "70c74258-3c2c-4efc-87e0-079c26ee3417", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "b70382fa-082e-4c2b-abc8-87490fa50b11", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "c3628e02-b4b6-42c9-8751-c1a2d3c19caa", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}], "revision_number": 4, "project_id": "87db863ba6e348b0a5ddcb67053db9d1", "id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "name": "default"}]} 2018-08-12 08:18:34,867 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-622e063c-f248-40cd-9ab2-be40f44828c2 2018-08-12 08:18:34,874 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd885a81852bc30bb5ef88d6db85330a54430e22" 2018-08-12 08:18:34,969 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:18:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-29617566-0d48-4ac7-a7d4-2c70b8a42161 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 5fe28c13d4d74ba2be8d019ac1ea6363.", "code": 404, "title": "Not Found"}} 2018-08-12 08:18:34,969 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 used request id req-29617566-0d48-4ac7-a7d4-2c70b8a42161 2018-08-12 08:18:34,969 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:18:34,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd885a81852bc30bb5ef88d6db85330a54430e22" 2018-08-12 08:18:35,064 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:18:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-acb29d13-08d4-4f09-981a-4f232146c626 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa5a7fe6ee54472ba01638877aade8e3.", "code": 404, "title": "Not Found"}} 2018-08-12 08:18:35,064 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 used request id req-acb29d13-08d4-4f09-981a-4f232146c626 2018-08-12 08:18:35,064 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:18:35,067 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd885a81852bc30bb5ef88d6db85330a54430e22" 2018-08-12 08:18:35,153 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:18:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9145b2a9-b55a-4139-851b-e1a448d2ffcf Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ea65becf30e54b27aa96a449698a435e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:18:35,153 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e used request id req-9145b2a9-b55a-4139-851b-e1a448d2ffcf 2018-08-12 08:18:35,153 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:18:35,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd885a81852bc30bb5ef88d6db85330a54430e22" 2018-08-12 08:18:35,245 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:18:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5ac5c244-0121-4951-9fba-ac5f095923e5 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ff7abd7bb61f4f2889831e932d65dc2e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:18:35,245 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e used request id req-5ac5c244-0121-4951-9fba-ac5f095923e5 2018-08-12 08:18:35,245 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:18:35,248 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd885a81852bc30bb5ef88d6db85330a54430e22" 2018-08-12 08:18:35,271 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:18:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f1657e82-9f93-419f-a813-a510a37429ce Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3a85ceae958d4d9fba68847e7df67db8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:18:35,272 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 used request id req-f1657e82-9f93-419f-a813-a510a37429ce 2018-08-12 08:18:35,272 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:18:35,275 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd885a81852bc30bb5ef88d6db85330a54430e22" 2018-08-12 08:18:35,368 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:18:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dbebfca5-0192-4e04-bbd8-9dd0f5692c92 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 85517fcf1c6247e699fdcdd42ecc8c79.", "code": 404, "title": "Not Found"}} 2018-08-12 08:18:35,368 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 used request id req-dbebfca5-0192-4e04-bbd8-9dd0f5692c92 2018-08-12 08:18:35,368 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:18:35,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd885a81852bc30bb5ef88d6db85330a54430e22" 2018-08-12 08:18:35,467 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:18:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4d8e7e2c-2811-431c-a208-8e726276aa50 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}} 2018-08-12 08:18:35,467 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe used request id req-4d8e7e2c-2811-431c-a208-8e726276aa50 2018-08-12 08:18:35,471 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd885a81852bc30bb5ef88d6db85330a54430e22" 2018-08-12 08:18:35,571 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:18:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-256a3bd1-263d-4998-8ded-87a83b0bf129 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 315a428116f24d9fbb826b37080a918e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:18:35,572 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e used request id req-256a3bd1-263d-4998-8ded-87a83b0bf129 2018-08-12 08:18:35,572 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:18:35,575 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd885a81852bc30bb5ef88d6db85330a54430e22" 2018-08-12 08:18:35,663 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:18:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0e03df9d-e633-4c38-ad2e-0900584a6265 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 11a46741b7954b959fd7764109c047b6.", "code": 404, "title": "Not Found"}} 2018-08-12 08:18:35,663 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 used request id req-0e03df9d-e633-4c38-ad2e-0900584a6265 2018-08-12 08:18:35,663 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:18:35,667 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd885a81852bc30bb5ef88d6db85330a54430e22" 2018-08-12 08:18:35,756 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:18:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-00c01a15-101b-4d17-848a-bd11e8e09c31 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3c01cd58055c44ecaef39f7e625c2258.", "code": 404, "title": "Not Found"}} 2018-08-12 08:18:35,757 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 used request id req-00c01a15-101b-4d17-848a-bd11e8e09c31 2018-08-12 08:18:35,757 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:18:35,760 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd885a81852bc30bb5ef88d6db85330a54430e22" 2018-08-12 08:18:35,848 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:18:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-92a3bb1a-f568-4e01-aa07-6443da237ffa Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 521007c1818145639e93ceb270559219.", "code": 404, "title": "Not Found"}} 2018-08-12 08:18:35,848 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 used request id req-92a3bb1a-f568-4e01-aa07-6443da237ffa 2018-08-12 08:18:35,848 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:18:35,851 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd885a81852bc30bb5ef88d6db85330a54430e22" 2018-08-12 08:18:35,937 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:18:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2be2f616-2330-47e5-a823-c33de528bfdc Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e18fcc7fc10a4fd0b20234f8520d0aab.", "code": 404, "title": "Not Found"}} 2018-08-12 08:18:35,937 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab used request id req-2be2f616-2330-47e5-a823-c33de528bfdc 2018-08-12 08:18:35,937 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:18:35,941 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd885a81852bc30bb5ef88d6db85330a54430e22" 2018-08-12 08:18:36,020 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:18:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2d0d34c5-cac8-4bcf-9fce-02269040e73c Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "310f5853751a4c968f3eeb0a3d99a0a8", "name": "service"}} 2018-08-12 08:18:36,021 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 used request id req-2d0d34c5-cac8-4bcf-9fce-02269040e73c 2018-08-12 08:18:36,024 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd885a81852bc30bb5ef88d6db85330a54430e22" 2018-08-12 08:18:36,115 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:18:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fcd7a245-eecd-4881-8ed2-3c4385c9e3fb Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9f6c1a272706419c9a74b0893b2890e8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:18:36,115 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 used request id req-fcd7a245-eecd-4881-8ed2-3c4385c9e3fb 2018-08-12 08:18:36,115 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:18:36,119 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/34cb7327fcfc4b52a63b4b8c0ea4a54d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd885a81852bc30bb5ef88d6db85330a54430e22" 2018-08-12 08:18:36,205 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:18:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5b98a6dc-888d-48d1-bf54-3eae8b9c4daa Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 34cb7327fcfc4b52a63b4b8c0ea4a54d.", "code": 404, "title": "Not Found"}} 2018-08-12 08:18:36,205 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/34cb7327fcfc4b52a63b4b8c0ea4a54d used request id req-5b98a6dc-888d-48d1-bf54-3eae8b9c4daa 2018-08-12 08:18:36,206 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:18:36,209 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa9ca6d7608b4d7d87ce97331679a481 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd885a81852bc30bb5ef88d6db85330a54430e22" 2018-08-12 08:18:36,300 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:18:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bbb2b655-c39b-4654-a052-0789485ea778 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa9ca6d7608b4d7d87ce97331679a481.", "code": 404, "title": "Not Found"}} 2018-08-12 08:18:36,300 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa9ca6d7608b4d7d87ce97331679a481 used request id req-bbb2b655-c39b-4654-a052-0789485ea778 2018-08-12 08:18:36,300 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:18:36,304 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/87db863ba6e348b0a5ddcb67053db9d1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd885a81852bc30bb5ef88d6db85330a54430e22" 2018-08-12 08:18:36,396 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:18:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-853f21d6-fb70-42d8-b94b-03377229575d Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87db863ba6e348b0a5ddcb67053db9d1.", "code": 404, "title": "Not Found"}} 2018-08-12 08:18:36,396 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/87db863ba6e348b0a5ddcb67053db9d1 used request id req-853f21d6-fb70-42d8-b94b-03377229575d 2018-08-12 08:18:36,397 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:18:36,398 - keystone_utils - INFO - Deleting project with name - CreateVolumeTypeComplexTests-d452c640-d5be-4b6-proj 2018-08-12 08:18:36,401 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/74c775db76f9442babcd53f2c1bcaf2e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd885a81852bc30bb5ef88d6db85330a54430e22" 2018-08-12 08:18:36,624 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:18:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-af73603b-d850-4296-848b-0829bb192dfb 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 08:18:36,624 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/74c775db76f9442babcd53f2c1bcaf2e used request id req-af73603b-d850-4296-848b-0829bb192dfb 2018-08-12 08:18:36,625 - keystone_utils - INFO - Deleting role with name - CreateVolumeTypeComplexTests-d452c640-d5be-4b6-proj-role 2018-08-12 08:18:36,628 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/21eb238e48f74db38db2243f82619f91 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd885a81852bc30bb5ef88d6db85330a54430e22" 2018-08-12 08:18:36,744 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:18:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4890d84a-f8fe-464e-aca3-13a62c793d26 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 08:18:36,744 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/21eb238e48f74db38db2243f82619f91 used request id req-4890d84a-f8fe-464e-aca3-13a62c793d26 2018-08-12 08:18:36,748 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd885a81852bc30bb5ef88d6db85330a54430e22" 2018-08-12 08:18:36,838 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:18:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cd7ac234-374a-4704-8bd4-58331e766e16 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:18:36,838 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-cd7ac234-374a-4704-8bd4-58331e766e16 2018-08-12 08:18:36,839 - keystone_utils - INFO - Deleting user with name - CreateVolumeTypeComplexTests-d452c640-d5be-4b6-user 2018-08-12 08:18:36,843 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/9decac245eeb408c84129e8d7019f269 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e8b6778477f43fea2bb432e6ff3f40e9c408a47" 2018-08-12 08:18:37,021 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:18:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-87477743-b182-4964-ae98-673468ebd809 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 08:18:37,021 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/9decac245eeb408c84129e8d7019f269 used request id req-87477743-b182-4964-ae98-673468ebd809 2018-08-12 08:18:37,023 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:18:37,418 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:18:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["wnx5sln2SHqBX-4pukopuQ"], "issued_at": "2018-08-12T08:18:37.000000Z"}} 2018-08-12 08:18:37,419 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}ba43894feedfae61d8047ef03417844ea28317dc" 2018-08-12 08:18:37,505 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:18:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3e578be7-ae40-4e12-928d-8217e270a866 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:18:37,505 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-3e578be7-ae40-4e12-928d-8217e270a866 2018-08-12 08:18:37,506 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:18:37,507 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:18:37,909 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:18:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["bYh7W51kSnScFk9Q21cJ-g"], "issued_at": "2018-08-12T08:18:37.000000Z"}} 2018-08-12 08:18:37,909 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}815f8423ddef9a722ba491ca2ef2d17c4a703255" 2018-08-12 08:18:37,995 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:18:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0709e2b2-f189-4dfc-b1d8-9be0abb2dcc7 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:18:37,995 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-0709e2b2-f189-4dfc-b1d8-9be0abb2dcc7 2018-08-12 08:18:38,000 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:18:38,006 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:18:38 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:18:38,006 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeTypeComplexTests-560f2c95-bffd-42c-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}815f8423ddef9a722ba491ca2ef2d17c4a703255" 2018-08-12 08:18:38,092 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:18:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7e154ecc-ba10-41c6-b440-660adde8b74c Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeTypeComplexTests-560f2c95-bffd-42c-proj", "previous": null, "next": null}, "projects": []} 2018-08-12 08:18:38,093 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeTypeComplexTests-560f2c95-bffd-42c-proj used request id req-7e154ecc-ba10-41c6-b440-660adde8b74c 2018-08-12 08:18:38,096 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}815f8423ddef9a722ba491ca2ef2d17c4a703255" 2018-08-12 08:18:38,190 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:18:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-11cd0352-a9f2-4780-a9fd-8509ddfa7468 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:18:38,190 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-11cd0352-a9f2-4780-a9fd-8509ddfa7468 2018-08-12 08:18:38,194 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}815f8423ddef9a722ba491ca2ef2d17c4a703255" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateVolumeTypeComplexTests-560f2c95-bffd-42c-proj"}}' 2018-08-12 08:18:38,318 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:18:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ea02074c-43f5-431e-8d6e-73f49857ef1c Content-Length: 325 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/39f6997f82584a7ca219365a33e00f20"}, "tags": [], "enabled": true, "id": "39f6997f82584a7ca219365a33e00f20", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeTypeComplexTests-560f2c95-bffd-42c-proj"}} 2018-08-12 08:18:38,319 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-ea02074c-43f5-431e-8d6e-73f49857ef1c 2018-08-12 08:18:38,319 - keystone_utils - INFO - Created project with name - CreateVolumeTypeComplexTests-560f2c95-bffd-42c-proj 2018-08-12 08:18:38,319 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:18:38,320 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:18:38,710 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:18:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["API8Jmy4Q5-8FlaCGC024Q"], "issued_at": "2018-08-12T08:18:38.000000Z"}} 2018-08-12 08:18:38,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}f73578d781fce34d3783dfde8c2eb6c588ccc637" 2018-08-12 08:18:38,799 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:18:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d27c84e8-d210-4200-9771-93cf5ee755a4 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:18:38,799 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-d27c84e8-d210-4200-9771-93cf5ee755a4 2018-08-12 08:18:38,803 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:18:38,808 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:18:38 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:18:38,809 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f73578d781fce34d3783dfde8c2eb6c588ccc637" 2018-08-12 08:18:38,914 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:18:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f9746199-53e5-4987-97fa-ecabe73de5a6 Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/105a247548624314b9228f85f6325f0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105a247548624314b9228f85f6325f0b", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/1c5de0eaa44543f08da6ad63a51594ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c5de0eaa44543f08da6ad63a51594ff", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/1d127b5b832547a88a547c116dfdd65b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d127b5b832547a88a547c116dfdd65b", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/1d5cfc170d624ce4ae53ae0507c8d517"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d5cfc170d624ce4ae53ae0507c8d517", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/2421820b75eb4d3ebd02830378d1377b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2421820b75eb4d3ebd02830378d1377b", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/40bd8ee54ecf44868cc83cede652c396"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40bd8ee54ecf44868cc83cede652c396", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/4f32fb8153854c4c9f5094b42b523f80"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f32fb8153854c4c9f5094b42b523f80", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7066130d08fb4db7bf4ab468de53933b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7066130d08fb4db7bf4ab468de53933b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/8d0898a83bcf4521bbc11501d5d7ac89"}, "domain_id": "1eec97585bde483292ece28ee11f4b8d", "enabled": true, "options": {}, "id": "8d0898a83bcf4521bbc11501d5d7ac89", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/9defcced327d476f8a3beab718a13da3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9defcced327d476f8a3beab718a13da3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/b80ee4f6992446e0879624dd436e99a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b80ee4f6992446e0879624dd436e99a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b86fd3e011324d398fcdb6f095a20a9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b86fd3e011324d398fcdb6f095a20a9d", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1701d2754064b5cadf765ea0806f9b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1701d2754064b5cadf765ea0806f9b2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/db4e7b8d76d549faa502716565c733dd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db4e7b8d76d549faa502716565c733dd", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-12 08:18:38,914 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-f9746199-53e5-4987-97fa-ecabe73de5a6 2018-08-12 08:18:38,918 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateVolumeTypeComplexTests-560f2c95-bffd-42c-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f73578d781fce34d3783dfde8c2eb6c588ccc637" 2018-08-12 08:18:39,014 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:18:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f419d66e-a7ff-48d6-9271-01708887cb71 Content-Encoding: gzip Content-Length: 264 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateVolumeTypeComplexTests-560f2c95-bffd-42c-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/39f6997f82584a7ca219365a33e00f20"}, "tags": [], "enabled": true, "id": "39f6997f82584a7ca219365a33e00f20", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeTypeComplexTests-560f2c95-bffd-42c-proj"}]} 2018-08-12 08:18:39,014 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateVolumeTypeComplexTests-560f2c95-bffd-42c-proj used request id req-f419d66e-a7ff-48d6-9271-01708887cb71 2018-08-12 08:18:39,018 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f73578d781fce34d3783dfde8c2eb6c588ccc637" 2018-08-12 08:18:39,115 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:18:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-652aef00-65f9-487c-8066-643eaf8add55 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:18:39,115 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-652aef00-65f9-487c-8066-643eaf8add55 2018-08-12 08:18:39,480 - keystone_utils - INFO - Created user with name - CreateVolumeTypeComplexTests-560f2c95-bffd-42c-user 2018-08-12 08:18:39,480 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:18:39,485 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}815f8423ddef9a722ba491ca2ef2d17c4a703255" 2018-08-12 08:18:39,581 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:18:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f39bed87-cf1f-4ceb-9446-d37cce68148c Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:18:39,582 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-f39bed87-cf1f-4ceb-9446-d37cce68148c 2018-08-12 08:18:39,585 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}815f8423ddef9a722ba491ca2ef2d17c4a703255" -d '{"role": {"name": "CreateVolumeTypeComplexTests-560f2c95-bffd-42c-proj-role"}}' 2018-08-12 08:18:39,696 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:18:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c4920817-93fa-4d4c-a78b-f073b1f20534 Content-Length: 227 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "33275c4a538740cfa18bfeba01eb6118", "links": {"self": "http://172.30.9.21:5000/v3/roles/33275c4a538740cfa18bfeba01eb6118"}, "name": "CreateVolumeTypeComplexTests-560f2c95-bffd-42c-proj-role"}} 2018-08-12 08:18:39,696 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-c4920817-93fa-4d4c-a78b-f073b1f20534 2018-08-12 08:18:39,696 - keystone_utils - INFO - Created role with name - CreateVolumeTypeComplexTests-560f2c95-bffd-42c-proj-role 2018-08-12 08:18:39,700 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/33275c4a538740cfa18bfeba01eb6118 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}815f8423ddef9a722ba491ca2ef2d17c4a703255" 2018-08-12 08:18:39,791 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:18:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c05fa21a-3b60-4834-9482-daf209fa281c Content-Encoding: gzip Content-Length: 182 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "33275c4a538740cfa18bfeba01eb6118", "links": {"self": "http://172.30.9.21:5000/v3/roles/33275c4a538740cfa18bfeba01eb6118"}, "name": "CreateVolumeTypeComplexTests-560f2c95-bffd-42c-proj-role"}} 2018-08-12 08:18:39,792 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/33275c4a538740cfa18bfeba01eb6118 used request id req-c05fa21a-3b60-4834-9482-daf209fa281c 2018-08-12 08:18:39,792 - keystone_utils - INFO - Granting role CreateVolumeTypeComplexTests-560f2c95-bffd-42c-proj-role to project CreateVolumeTypeComplexTests-560f2c95-bffd-42c-proj 2018-08-12 08:18:39,795 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/39f6997f82584a7ca219365a33e00f20/users/31d394faf0904ae1b358fb23eb49745b/roles/33275c4a538740cfa18bfeba01eb6118 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}815f8423ddef9a722ba491ca2ef2d17c4a703255" 2018-08-12 08:18:39,927 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:18:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-682b0e25-75a3-4c81-a076-f128697a62d4 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 08:18:39,927 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/39f6997f82584a7ca219365a33e00f20/users/31d394faf0904ae1b358fb23eb49745b/roles/33275c4a538740cfa18bfeba01eb6118 used request id req-682b0e25-75a3-4c81-a076-f128697a62d4 2018-08-12 08:18:39,929 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:18:39,930 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:18:40,327 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:18:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["ocRnDHamTROfq7DQqHl8pw"], "issued_at": "2018-08-12T08:18:40.000000Z"}} 2018-08-12 08:18:40,328 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}540f85e58d7114a0ebe64dd40577a4aeea32eb65" 2018-08-12 08:18:40,408 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:18:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-24b617e2-1b44-4637-b650-1ec052763e34 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:18:40,408 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-24b617e2-1b44-4637-b650-1ec052763e34 2018-08-12 08:18:40,414 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/qos-specs -H "OpenStack-API-Version: volume 3.5" -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}540f85e58d7114a0ebe64dd40577a4aeea32eb65" 2018-08-12 08:18:40,597 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:18:40 GMT Server: Apache x-compute-request-id: req-76f03b36-925b-48c6-8a79-663060bfb466 OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version x-openstack-request-id: req-76f03b36-925b-48c6-8a79-663060bfb466 Content-Length: 17 Content-Type: application/json RESP BODY: {"qos_specs": []} 2018-08-12 08:18:40,597 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/qos-specs used request id req-76f03b36-925b-48c6-8a79-663060bfb466 2018-08-12 08:18:40,601 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/qos-specs -H "Accept: application/json" -H "User-Agent: python-cinderclient" -H "OpenStack-API-Version: volume 3.5" -H "X-Auth-Token: {SHA1}540f85e58d7114a0ebe64dd40577a4aeea32eb65" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-76f03b36-925b-48c6-8a79-663060bfb466" -d '{"qos_specs": {"consumer": "both", "name": "CreateVolumeTypeComplexTests-5b087cfa-f909-4c78-89b4-e59133266bfe-qos-spec"}}' 2018-08-12 08:18:40,805 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:18:40 GMT Server: Apache x-compute-request-id: req-2c159477-09f4-4b96-94e8-995c72bd290f OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-2c159477-09f4-4b96-94e8-995c72bd290f Content-Encoding: gzip Content-Length: 251 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {}, "consumer": "both", "id": "ef5d1ed5-180c-4b38-b91b-0c67f2e27bdd", "name": "CreateVolumeTypeComplexTests-5b087cfa-f909-4c78-89b4-e59133266bfe-qos-spec"}, "links": [{"href": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/qos-specs/ef5d1ed5-180c-4b38-b91b-0c67f2e27bdd", "rel": "self"}, {"href": "http://172.30.9.21:8776/a267b9a156244bb192691cff6e5f74fe/qos-specs/ef5d1ed5-180c-4b38-b91b-0c67f2e27bdd", "rel": "bookmark"}]} 2018-08-12 08:18:40,805 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/qos-specs used request id req-2c159477-09f4-4b96-94e8-995c72bd290f 2018-08-12 08:18:40,806 - create_qos - INFO - Created qos with name - CreateVolumeTypeComplexTests-5b087cfa-f909-4c78-89b4-e59133266bfe-qos-spec 2018-08-12 08:18:40,806 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:18:40,807 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:18:41,201 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:18:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["SLMCYp70TZKtATUlffHzUg"], "issued_at": "2018-08-12T08:18:41.000000Z"}} 2018-08-12 08:18:41,202 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}8d5a14d3bbaa40cf0e928ad97039738b1d7aae63" 2018-08-12 08:18:41,288 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:18:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-52375098-a263-48d3-ba27-4e41d24496f6 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:18:41,288 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-52375098-a263-48d3-ba27-4e41d24496f6 2018-08-12 08:18:41,293 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/types?is_public=None -H "OpenStack-API-Version: volume 3.5" -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d5a14d3bbaa40cf0e928ad97039738b1d7aae63" 2018-08-12 08:18:41,887 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:18:41 GMT Server: Apache x-compute-request-id: req-f3cd312a-6eb2-4b39-b76a-4d813766b60b OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version x-openstack-request-id: req-f3cd312a-6eb2-4b39-b76a-4d813766b60b Content-Length: 20 Content-Type: application/json RESP BODY: {"volume_types": []} 2018-08-12 08:18:41,888 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/types?is_public=None used request id req-f3cd312a-6eb2-4b39-b76a-4d813766b60b 2018-08-12 08:18:41,891 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/types -H "Accept: application/json" -H "User-Agent: python-cinderclient" -H "OpenStack-API-Version: volume 3.5" -H "X-Auth-Token: {SHA1}8d5a14d3bbaa40cf0e928ad97039738b1d7aae63" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-f3cd312a-6eb2-4b39-b76a-4d813766b60b" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CreateVolumeTypeComplexTests-5b087cfa-f909-4c78-89b4-e59133266bfe-vol_type", "description": null}}' 2018-08-12 08:18:42,107 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:18:41 GMT Server: Apache x-compute-request-id: req-a5e3ca09-ee81-4a40-bc39-d040fbbf4eb2 OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-a5e3ca09-ee81-4a40-bc39-d040fbbf4eb2 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateVolumeTypeComplexTests-5b087cfa-f909-4c78-89b4-e59133266bfe-vol_type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "6e304511-a99c-44fe-855a-1978ece1ee17", "description": null}} 2018-08-12 08:18:42,108 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/types used request id req-a5e3ca09-ee81-4a40-bc39-d040fbbf4eb2 2018-08-12 08:18:42,111 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/types/6e304511-a99c-44fe-855a-1978ece1ee17/encryption -H "Accept: application/json" -H "User-Agent: python-cinderclient" -H "OpenStack-API-Version: volume 3.5" -H "X-Auth-Token: {SHA1}8d5a14d3bbaa40cf0e928ad97039738b1d7aae63" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-f3cd312a-6eb2-4b39-b76a-4d813766b60b" -d '{"encryption": {"control_location": "back-end", "provider_class": "bar", "name": "foo", "provider": "bar"}}' 2018-08-12 08:18:42,434 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:18:42 GMT Server: Apache x-compute-request-id: req-8f4038bc-a8b5-436f-967e-079c344c4a27 OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-8f4038bc-a8b5-436f-967e-079c344c4a27 Content-Encoding: gzip Content-Length: 168 Content-Type: application/json RESP BODY: {"encryption": {"volume_type_id": "6e304511-a99c-44fe-855a-1978ece1ee17", "name": "foo", "control_location": "back-end", "encryption_id": "8eea8d40-d451-4ade-8cd8-ab512db71efd", "provider": "bar", "provider_class": "bar"}} 2018-08-12 08:18:42,434 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/types/6e304511-a99c-44fe-855a-1978ece1ee17/encryption used request id req-8f4038bc-a8b5-436f-967e-079c344c4a27 2018-08-12 08:18:42,437 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/qos-specs -H "OpenStack-API-Version: volume 3.5" -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f3cd312a-6eb2-4b39-b76a-4d813766b60b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d5a14d3bbaa40cf0e928ad97039738b1d7aae63" 2018-08-12 08:18:43,025 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:18:42 GMT Server: Apache x-compute-request-id: req-e241f8e4-c2e5-4131-b89a-aab0fd6dde00 OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e241f8e4-c2e5-4131-b89a-aab0fd6dde00 Content-Encoding: gzip Content-Length: 168 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {}, "consumer": "both", "id": "ef5d1ed5-180c-4b38-b91b-0c67f2e27bdd", "name": "CreateVolumeTypeComplexTests-5b087cfa-f909-4c78-89b4-e59133266bfe-qos-spec"}]} 2018-08-12 08:18:43,025 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/qos-specs used request id req-e241f8e4-c2e5-4131-b89a-aab0fd6dde00 2018-08-12 08:18:43,029 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/qos-specs/ef5d1ed5-180c-4b38-b91b-0c67f2e27bdd/associate?vol_type_id=6e304511-a99c-44fe-855a-1978ece1ee17 -H "OpenStack-API-Version: volume 3.5" -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f3cd312a-6eb2-4b39-b76a-4d813766b60b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d5a14d3bbaa40cf0e928ad97039738b1d7aae63" 2018-08-12 08:18:43,325 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 08:18:43 GMT Server: Apache OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version x-openstack-request-id: req-fa37715d-ada1-4f3d-a2ba-ddd6eeb14889 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 08:18:43,325 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/qos-specs/ef5d1ed5-180c-4b38-b91b-0c67f2e27bdd/associate?vol_type_id=6e304511-a99c-44fe-855a-1978ece1ee17 used request id req-fa37715d-ada1-4f3d-a2ba-ddd6eeb14889 2018-08-12 08:18:43,326 - create_volume_type - INFO - Created volume type with name - CreateVolumeTypeComplexTests-5b087cfa-f909-4c78-89b4-e59133266bfe-vol_type 2018-08-12 08:18:43,329 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/types/6e304511-a99c-44fe-855a-1978ece1ee17 -H "OpenStack-API-Version: volume 3.5" -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba43894feedfae61d8047ef03417844ea28317dc" 2018-08-12 08:18:43,524 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:18:43 GMT Server: Apache x-compute-request-id: req-3f1a2bc2-700e-482e-b062-f26378d5bbb4 OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-3f1a2bc2-700e-482e-b062-f26378d5bbb4 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateVolumeTypeComplexTests-5b087cfa-f909-4c78-89b4-e59133266bfe-vol_type", "qos_specs_id": "ef5d1ed5-180c-4b38-b91b-0c67f2e27bdd", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "6e304511-a99c-44fe-855a-1978ece1ee17", "description": null}} 2018-08-12 08:18:43,525 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/types/6e304511-a99c-44fe-855a-1978ece1ee17 used request id req-3f1a2bc2-700e-482e-b062-f26378d5bbb4 2018-08-12 08:18:43,527 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/types/6e304511-a99c-44fe-855a-1978ece1ee17 -H "OpenStack-API-Version: volume 3.5" -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3f1a2bc2-700e-482e-b062-f26378d5bbb4" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba43894feedfae61d8047ef03417844ea28317dc" 2018-08-12 08:18:43,724 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:18:43 GMT Server: Apache x-compute-request-id: req-6af831cb-1165-41eb-92d4-59a6ac75836f OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-6af831cb-1165-41eb-92d4-59a6ac75836f Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateVolumeTypeComplexTests-5b087cfa-f909-4c78-89b4-e59133266bfe-vol_type", "qos_specs_id": "ef5d1ed5-180c-4b38-b91b-0c67f2e27bdd", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "6e304511-a99c-44fe-855a-1978ece1ee17", "description": null}} 2018-08-12 08:18:43,724 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/types/6e304511-a99c-44fe-855a-1978ece1ee17 used request id req-6af831cb-1165-41eb-92d4-59a6ac75836f 2018-08-12 08:18:43,727 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/types/6e304511-a99c-44fe-855a-1978ece1ee17/encryption -H "OpenStack-API-Version: volume 3.5" -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3f1a2bc2-700e-482e-b062-f26378d5bbb4" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba43894feedfae61d8047ef03417844ea28317dc" 2018-08-12 08:18:43,919 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:18:43 GMT Server: Apache x-compute-request-id: req-b5d2303c-07d3-4617-a872-d42ecfe39e5c OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-b5d2303c-07d3-4617-a872-d42ecfe39e5c Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"volume_type_id": "6e304511-a99c-44fe-855a-1978ece1ee17", "control_location": "back-end", "deleted": false, "created_at": "2018-08-12T08:18:42.000000", "updated_at": null, "encryption_id": "8eea8d40-d451-4ade-8cd8-ab512db71efd", "key_size": null, "provider": "bar", "deleted_at": null, "cipher": null} 2018-08-12 08:18:43,920 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/types/6e304511-a99c-44fe-855a-1978ece1ee17/encryption used request id req-b5d2303c-07d3-4617-a872-d42ecfe39e5c 2018-08-12 08:18:43,923 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/qos-specs/ef5d1ed5-180c-4b38-b91b-0c67f2e27bdd -H "OpenStack-API-Version: volume 3.5" -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3f1a2bc2-700e-482e-b062-f26378d5bbb4" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba43894feedfae61d8047ef03417844ea28317dc" 2018-08-12 08:18:44,116 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:18:43 GMT Server: Apache x-compute-request-id: req-651d0e51-cbd9-4d71-bcec-4eaf8c7e8e45 OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-651d0e51-cbd9-4d71-bcec-4eaf8c7e8e45 Content-Encoding: gzip Content-Length: 251 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {}, "consumer": "both", "id": "ef5d1ed5-180c-4b38-b91b-0c67f2e27bdd", "name": "CreateVolumeTypeComplexTests-5b087cfa-f909-4c78-89b4-e59133266bfe-qos-spec"}, "links": [{"href": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/qos-specs/ef5d1ed5-180c-4b38-b91b-0c67f2e27bdd", "rel": "self"}, {"href": "http://172.30.9.21:8776/a267b9a156244bb192691cff6e5f74fe/qos-specs/ef5d1ed5-180c-4b38-b91b-0c67f2e27bdd", "rel": "bookmark"}]} 2018-08-12 08:18:44,116 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/qos-specs/ef5d1ed5-180c-4b38-b91b-0c67f2e27bdd used request id req-651d0e51-cbd9-4d71-bcec-4eaf8c7e8e45 2018-08-12 08:18:44,117 - cinder_utils - INFO - Deleting volume named - CreateVolumeTypeComplexTests-5b087cfa-f909-4c78-89b4-e59133266bfe-vol_type 2018-08-12 08:18:44,119 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/types/6e304511-a99c-44fe-855a-1978ece1ee17 -H "OpenStack-API-Version: volume 3.5" -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f3cd312a-6eb2-4b39-b76a-4d813766b60b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d5a14d3bbaa40cf0e928ad97039738b1d7aae63" 2018-08-12 08:18:44,363 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 08:18:44 GMT Server: Apache OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version x-openstack-request-id: req-5f285fba-7512-4d47-8aa3-440e0b312360 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 08:18:44,363 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/types/6e304511-a99c-44fe-855a-1978ece1ee17 used request id req-5f285fba-7512-4d47-8aa3-440e0b312360 2018-08-12 08:18:44,364 - cinder_utils - INFO - Deleting QoS named - CreateVolumeTypeComplexTests-5b087cfa-f909-4c78-89b4-e59133266bfe-qos-spec 2018-08-12 08:18:44,367 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/qos-specs/ef5d1ed5-180c-4b38-b91b-0c67f2e27bdd?force=False -H "OpenStack-API-Version: volume 3.5" -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-76f03b36-925b-48c6-8a79-663060bfb466" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}540f85e58d7114a0ebe64dd40577a4aeea32eb65" 2018-08-12 08:18:44,583 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 08:18:44 GMT Server: Apache OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version x-openstack-request-id: req-d48c30e2-0443-4ca6-9300-0f09b219d4ce 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 08:18:44,583 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/qos-specs/ef5d1ed5-180c-4b38-b91b-0c67f2e27bdd?force=False used request id req-d48c30e2-0443-4ca6-9300-0f09b219d4ce 2018-08-12 08:18:44,584 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:18:44,584 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:18:44,584 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:18:44,585 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:18:44,585 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:18:44,591 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}815f8423ddef9a722ba491ca2ef2d17c4a703255" 2018-08-12 08:18:45,046 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 43135 X-Openstack-Request-Id: req-7126effe-b5af-4db0-b288-b5d19a678fb2 Date: Sun, 12 Aug 2018 08:18:45 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "created_at": "2018-08-12T06:59:44Z", "updated_at": "2018-08-12T06:59:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "1d7fd960-7865-4453-aecc-8d399b4fad21", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "66820d8a-b785-4b18-bd67-500221c8e4f9", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "74fc7638-a322-4841-8c47-06d36174a200", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "8eaa09ec-8419-4582-9312-1e527afe6e4b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}], "revision_number": 4, "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "created_at": "2018-08-12T05:12:34Z", "updated_at": "2018-08-12T05:12:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "709513d2-af7d-4d0b-bd3c-604fed75a711", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "aa346066-e46f-44f2-94be-2884aa998a19", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "c15f7b93-e56c-4afa-867d-2acb286d4b7b", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "cb0ef83f-5f70-4a80-ad35-431ca9df551e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}], "revision_number": 4, "project_id": "fa5a7fe6ee54472ba01638877aade8e3", "id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ea65becf30e54b27aa96a449698a435e", "created_at": "2018-08-12T05:10:35Z", "updated_at": "2018-08-12T05:10:35Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "30ad280c-f302-4cd4-a438-5139917b56f9", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "76115c4c-887d-4f0a-83e2-486e4b39c713", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "8ab14937-4c08-4d43-8a9a-662e622cc643", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "ee757a03-5662-4273-9c3e-6212e7afb48f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}], "revision_number": 4, "project_id": "ea65becf30e54b27aa96a449698a435e", "id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "created_at": "2018-08-12T06:20:09Z", "updated_at": "2018-08-12T06:20:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "1123b8f2-75ac-4a26-b9b2-a96da97408e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "2ddd2b93-e080-48cd-9a50-f5fe8a82ad0c", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "cd1bae62-0aea-4438-b4c3-50a69ae6f855", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "e398e01e-ceea-46d1-9534-b929808c4a5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}], "revision_number": 4, "project_id": "ff7abd7bb61f4f2889831e932d65dc2e", "id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "created_at": "2018-08-12T05:34:57Z", "updated_at": "2018-08-12T05:34:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "208a1c1e-f5f8-49c7-9a25-d07e68b1541f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "27bfd867-e607-4bf8-9de8-60682d3f771d", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "49360e1f-6fd3-4f35-b339-24cea95773ee", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "60f631a9-d305-4920-9631-d0543e2ac64f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}], "revision_number": 4, "project_id": "3a85ceae958d4d9fba68847e7df67db8", "id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "created_at": "2018-08-12T05:34:40Z", "updated_at": "2018-08-12T05:34:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "2192c259-363e-4768-ae73-e75837ad63b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "3f87ddc5-f84d-41dc-8215-847724782569", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "7d89f6da-ea78-49dd-9115-f9ad23b250bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "9ec4497d-0f65-44db-9be9-7b3042e4a584", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}], "revision_number": 4, "project_id": "85517fcf1c6247e699fdcdd42ecc8c79", "id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "created_at": "2018-08-12T05:16:02Z", "updated_at": "2018-08-12T05:16:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "1ecacd8c-c1c7-4a66-9871-406a69323b43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "3cc1750c-e0e7-4902-b6f3-494a161b832e", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "d719a7a4-8c99-44ed-8c12-6bf071890203", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "fe7421b5-d577-41da-8c78-62f3c07eda92", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}], "revision_number": 4, "project_id": "a267b9a156244bb192691cff6e5f74fe", "id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "315a428116f24d9fbb826b37080a918e", "created_at": "2018-08-12T05:11:31Z", "updated_at": "2018-08-12T05:11:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "5e52886a-1dc3-4a81-a55d-f388dc4fd1a1", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "678e32e4-d64c-448a-a4ab-e253ab94ae90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "a8da1539-e3ad-4f90-b2df-3dc1f09d228a", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "b73d5cc9-0205-4658-bb1f-61a042c0ab8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}], "revision_number": 4, "project_id": "315a428116f24d9fbb826b37080a918e", "id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-12T05:08:01Z", "updated_at": "2018-08-12T05:08:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:01Z", "revision_number": 0, "id": "0fb05d03-1117-45d0-930c-b6d4c96ef102", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "4faaab33-5788-4bbd-85b8-0fb44d41413a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "96d0c5a0-5c67-421b-8fc8-2b46d77e5db3", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "dd78519b-4bc5-4e8e-ad0f-58089dd69347", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "11a46741b7954b959fd7764109c047b6", "created_at": "2018-08-12T05:34:51Z", "updated_at": "2018-08-12T05:34:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "0b67bf3c-2289-43bb-ab6c-7d25ec32a279", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "51f3f833-337a-42bd-a8d5-742ea8d6c226", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "571fd0b5-ef90-408d-af33-aafb517b8993", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "944ba823-fb9c-496e-a66e-bb426bb14a8d", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}], "revision_number": 4, "project_id": "11a46741b7954b959fd7764109c047b6", "id": "90af9782-8112-4257-801d-ee5115d226ba", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "created_at": "2018-08-12T05:34:26Z", "updated_at": "2018-08-12T05:34:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "2ee1f63a-807c-4d6a-85ee-dd784f6b8c3f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5dec3ec2-2add-47dd-8618-90659dcf3885", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5ea0dc3e-49d0-43f0-94e9-f6443527d14c", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "fbfaca22-7e3e-4128-8973-43e439b77c28", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}], "revision_number": 4, "project_id": "3c01cd58055c44ecaef39f7e625c2258", "id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "521007c1818145639e93ceb270559219", "created_at": "2018-08-12T05:13:27Z", "updated_at": "2018-08-12T05:13:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "5e7fede5-b0f2-47d8-95c3-516cdfc7f9de", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "8fd0e36f-c6c4-4f64-ba97-40439e614448", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "db7d79de-1dfc-4138-945f-91e74cdc266b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "e87f2cff-ff3e-4b6d-aaf0-7f0eb0ab9f05", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}], "revision_number": 4, "project_id": "521007c1818145639e93ceb270559219", "id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "created_at": "2018-08-12T05:08:18Z", "updated_at": "2018-08-12T05:08:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "3c67be40-bf74-4f97-9693-d93ce73a23b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "6112d869-2fc6-4a25-a13c-3d55cd7206c0", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "bdf21c56-453e-482e-9cba-3c55abcb0339", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "c8e92c39-38cc-4f48-be9c-5f0912e6a725", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}], "revision_number": 4, "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "created_at": "2018-08-12T05:04:23Z", "updated_at": "2018-08-12T05:04:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "280546d9-8ad1-4283-abfc-15ee9b1736c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "58bce125-f2ca-4a6d-b9ca-4e6cf5c0f7a5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "69275b9a-cfb5-482c-a9c4-8ffc79adf2c7", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "6d747f3a-3764-469a-a645-f977585c5aac", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}], "revision_number": 4, "project_id": "310f5853751a4c968f3eeb0a3d99a0a8", "id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "created_at": "2018-08-12T05:34:42Z", "updated_at": "2018-08-12T05:34:42Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "199582e8-25aa-457a-aa7c-6d8413ca4464", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "234f3609-4454-448f-919d-c8143c7cd764", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "c1061460-71a2-49a9-a04b-9fa33eeb17ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "d21ac532-51d8-4d6b-8300-7bac216759bf", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}], "revision_number": 4, "project_id": "9f6c1a272706419c9a74b0893b2890e8", "id": "d6739716-c693-460c-89c6-e7c8c48f8245", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "created_at": "2018-08-12T05:34:54Z", "updated_at": "2018-08-12T05:34:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "0633a05a-ee7d-4476-a56b-75d011b22f77", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "6cc1b9f8-73db-47a3-a0e0-3c96c43f34da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "90d99a6b-e94f-4fd8-a10c-f19dd8954c13", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "e843c139-af2a-4d2c-a24f-59f7b10ff72e", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}], "revision_number": 4, "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "created_at": "2018-08-12T05:09:07Z", "updated_at": "2018-08-12T05:09:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "5495e168-f505-4d74-ae6d-387f0bf533c2", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "6fd19b8b-3062-456e-81ba-3ff37fe43429", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8ca59d25-485c-46ce-939c-2e4a468caeac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8f190846-50a0-42b9-b571-390809b752b1", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}], "revision_number": 4, "project_id": "fa9ca6d7608b4d7d87ce97331679a481", "id": "edcd9b17-9416-4c25-823c-060c435e18d7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "created_at": "2018-08-12T05:34:52Z", "updated_at": "2018-08-12T05:34:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "2c7e484e-6ec5-4a95-8c9c-66d294c0c27e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "70c74258-3c2c-4efc-87e0-079c26ee3417", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "b70382fa-082e-4c2b-abc8-87490fa50b11", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "c3628e02-b4b6-42c9-8751-c1a2d3c19caa", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}], "revision_number": 4, "project_id": "87db863ba6e348b0a5ddcb67053db9d1", "id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "name": "default"}]} 2018-08-12 08:18:45,047 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-7126effe-b5af-4db0-b288-b5d19a678fb2 2018-08-12 08:18:45,055 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}815f8423ddef9a722ba491ca2ef2d17c4a703255" 2018-08-12 08:18:45,140 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:18:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ad5cdc22-2d0f-4707-948f-04fbde52948d Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 5fe28c13d4d74ba2be8d019ac1ea6363.", "code": 404, "title": "Not Found"}} 2018-08-12 08:18:45,140 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 used request id req-ad5cdc22-2d0f-4707-948f-04fbde52948d 2018-08-12 08:18:45,140 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:18:45,144 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}815f8423ddef9a722ba491ca2ef2d17c4a703255" 2018-08-12 08:18:45,234 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:18:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ba9e7152-8f30-4b33-8201-f509bd1c3bf1 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa5a7fe6ee54472ba01638877aade8e3.", "code": 404, "title": "Not Found"}} 2018-08-12 08:18:45,234 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 used request id req-ba9e7152-8f30-4b33-8201-f509bd1c3bf1 2018-08-12 08:18:45,234 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:18:45,238 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}815f8423ddef9a722ba491ca2ef2d17c4a703255" 2018-08-12 08:18:45,331 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:18:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-30833009-27b2-4079-94ac-ea07d65fcfd2 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ea65becf30e54b27aa96a449698a435e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:18:45,331 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e used request id req-30833009-27b2-4079-94ac-ea07d65fcfd2 2018-08-12 08:18:45,331 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:18:45,335 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}815f8423ddef9a722ba491ca2ef2d17c4a703255" 2018-08-12 08:18:45,420 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:18:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ac10652d-3dac-4c21-b28c-2d6f3cc93f37 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ff7abd7bb61f4f2889831e932d65dc2e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:18:45,420 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e used request id req-ac10652d-3dac-4c21-b28c-2d6f3cc93f37 2018-08-12 08:18:45,420 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:18:45,424 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}815f8423ddef9a722ba491ca2ef2d17c4a703255" 2018-08-12 08:18:45,517 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:18:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ddc6047e-39ac-40c9-8b7e-e2c72457fd99 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3a85ceae958d4d9fba68847e7df67db8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:18:45,517 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 used request id req-ddc6047e-39ac-40c9-8b7e-e2c72457fd99 2018-08-12 08:18:45,518 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:18:45,521 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}815f8423ddef9a722ba491ca2ef2d17c4a703255" 2018-08-12 08:18:45,613 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:18:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3ff17bb5-8732-43f9-b2fb-5bde85b5a445 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 85517fcf1c6247e699fdcdd42ecc8c79.", "code": 404, "title": "Not Found"}} 2018-08-12 08:18:45,613 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 used request id req-3ff17bb5-8732-43f9-b2fb-5bde85b5a445 2018-08-12 08:18:45,613 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:18:45,618 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}815f8423ddef9a722ba491ca2ef2d17c4a703255" 2018-08-12 08:18:45,708 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:18:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c0b96f5c-bb76-446e-a357-693702431d82 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}} 2018-08-12 08:18:45,708 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe used request id req-c0b96f5c-bb76-446e-a357-693702431d82 2018-08-12 08:18:45,712 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}815f8423ddef9a722ba491ca2ef2d17c4a703255" 2018-08-12 08:18:45,804 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:18:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-720bd8fe-ccb2-49ed-a951-d1179dd75ea7 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 315a428116f24d9fbb826b37080a918e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:18:45,805 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e used request id req-720bd8fe-ccb2-49ed-a951-d1179dd75ea7 2018-08-12 08:18:45,805 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:18:45,808 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}815f8423ddef9a722ba491ca2ef2d17c4a703255" 2018-08-12 08:18:45,900 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:18:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9547cd08-56a7-4f6f-a72b-6b122ab076f8 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 11a46741b7954b959fd7764109c047b6.", "code": 404, "title": "Not Found"}} 2018-08-12 08:18:45,901 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 used request id req-9547cd08-56a7-4f6f-a72b-6b122ab076f8 2018-08-12 08:18:45,901 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:18:45,904 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}815f8423ddef9a722ba491ca2ef2d17c4a703255" 2018-08-12 08:18:45,994 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:18:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-265e8c91-18ef-44bb-977a-e4f995d46971 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3c01cd58055c44ecaef39f7e625c2258.", "code": 404, "title": "Not Found"}} 2018-08-12 08:18:45,994 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 used request id req-265e8c91-18ef-44bb-977a-e4f995d46971 2018-08-12 08:18:45,994 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:18:45,998 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}815f8423ddef9a722ba491ca2ef2d17c4a703255" 2018-08-12 08:18:46,086 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:18:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-648558bb-3a16-4e69-866a-38b0186f3027 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 521007c1818145639e93ceb270559219.", "code": 404, "title": "Not Found"}} 2018-08-12 08:18:46,087 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 used request id req-648558bb-3a16-4e69-866a-38b0186f3027 2018-08-12 08:18:46,087 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:18:46,090 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}815f8423ddef9a722ba491ca2ef2d17c4a703255" 2018-08-12 08:18:46,184 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:18:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-37a1b743-6f93-4f5a-9438-0e76b026acd0 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e18fcc7fc10a4fd0b20234f8520d0aab.", "code": 404, "title": "Not Found"}} 2018-08-12 08:18:46,184 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab used request id req-37a1b743-6f93-4f5a-9438-0e76b026acd0 2018-08-12 08:18:46,184 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:18:46,188 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}815f8423ddef9a722ba491ca2ef2d17c4a703255" 2018-08-12 08:18:46,275 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:18:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8ab5745c-b92c-4984-a580-ed08ada7044d Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "310f5853751a4c968f3eeb0a3d99a0a8", "name": "service"}} 2018-08-12 08:18:46,275 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 used request id req-8ab5745c-b92c-4984-a580-ed08ada7044d 2018-08-12 08:18:46,278 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}815f8423ddef9a722ba491ca2ef2d17c4a703255" 2018-08-12 08:18:46,368 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:18:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dcbad849-c0b8-4b6c-8fbd-a564aaefd0c9 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9f6c1a272706419c9a74b0893b2890e8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:18:46,368 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 used request id req-dcbad849-c0b8-4b6c-8fbd-a564aaefd0c9 2018-08-12 08:18:46,368 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:18:46,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/34cb7327fcfc4b52a63b4b8c0ea4a54d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}815f8423ddef9a722ba491ca2ef2d17c4a703255" 2018-08-12 08:18:46,463 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:18:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ef7a0248-aebd-47d0-9863-4e4a305d1d2b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 34cb7327fcfc4b52a63b4b8c0ea4a54d.", "code": 404, "title": "Not Found"}} 2018-08-12 08:18:46,463 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/34cb7327fcfc4b52a63b4b8c0ea4a54d used request id req-ef7a0248-aebd-47d0-9863-4e4a305d1d2b 2018-08-12 08:18:46,463 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:18:46,466 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa9ca6d7608b4d7d87ce97331679a481 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}815f8423ddef9a722ba491ca2ef2d17c4a703255" 2018-08-12 08:18:46,552 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:18:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7621bc70-6323-4ac4-9fea-b1da9197da46 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa9ca6d7608b4d7d87ce97331679a481.", "code": 404, "title": "Not Found"}} 2018-08-12 08:18:46,552 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa9ca6d7608b4d7d87ce97331679a481 used request id req-7621bc70-6323-4ac4-9fea-b1da9197da46 2018-08-12 08:18:46,553 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:18:46,556 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/87db863ba6e348b0a5ddcb67053db9d1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}815f8423ddef9a722ba491ca2ef2d17c4a703255" 2018-08-12 08:18:46,645 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:18:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-35507e41-6724-4974-b62f-5d6b742cf800 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87db863ba6e348b0a5ddcb67053db9d1.", "code": 404, "title": "Not Found"}} 2018-08-12 08:18:46,646 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/87db863ba6e348b0a5ddcb67053db9d1 used request id req-35507e41-6724-4974-b62f-5d6b742cf800 2018-08-12 08:18:46,646 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:18:46,647 - keystone_utils - INFO - Deleting project with name - CreateVolumeTypeComplexTests-560f2c95-bffd-42c-proj 2018-08-12 08:18:46,650 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/39f6997f82584a7ca219365a33e00f20 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}815f8423ddef9a722ba491ca2ef2d17c4a703255" 2018-08-12 08:18:46,893 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:18:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1b928687-51cb-44b2-8508-b993e69952e8 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 08:18:46,893 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/39f6997f82584a7ca219365a33e00f20 used request id req-1b928687-51cb-44b2-8508-b993e69952e8 2018-08-12 08:18:46,894 - keystone_utils - INFO - Deleting role with name - CreateVolumeTypeComplexTests-560f2c95-bffd-42c-proj-role 2018-08-12 08:18:46,897 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/33275c4a538740cfa18bfeba01eb6118 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}815f8423ddef9a722ba491ca2ef2d17c4a703255" 2018-08-12 08:18:47,007 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:18:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-95e9bd23-8bc2-4e23-a54d-b7617008f70c 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 08:18:47,007 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/33275c4a538740cfa18bfeba01eb6118 used request id req-95e9bd23-8bc2-4e23-a54d-b7617008f70c 2018-08-12 08:18:47,010 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}815f8423ddef9a722ba491ca2ef2d17c4a703255" 2018-08-12 08:18:47,108 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:18:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b7950a00-e37f-43d2-b544-8c9c59c076c7 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:18:47,108 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-b7950a00-e37f-43d2-b544-8c9c59c076c7 2018-08-12 08:18:47,108 - keystone_utils - INFO - Deleting user with name - CreateVolumeTypeComplexTests-560f2c95-bffd-42c-user 2018-08-12 08:18:47,112 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/31d394faf0904ae1b358fb23eb49745b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f73578d781fce34d3783dfde8c2eb6c588ccc637" 2018-08-12 08:18:47,296 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:18:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ac046347-048c-4358-989e-78cd6385c4ef 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 08:18:47,296 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/31d394faf0904ae1b358fb23eb49745b used request id req-ac046347-048c-4358-989e-78cd6385c4ef 2018-08-12 08:18:47,298 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:18:47,688 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:18:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["2ewrSsSOROapjHQRCI3nCA"], "issued_at": "2018-08-12T08:18:47.000000Z"}} 2018-08-12 08:18:47,689 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}7e0ffcb2914b3e231f3f9d3fbefa32bfa895ccc9" 2018-08-12 08:18:47,701 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:18:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f1c8848b-a9fa-49a7-8f57-23549b902c92 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:18:47,702 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-f1c8848b-a9fa-49a7-8f57-23549b902c92 2018-08-12 08:18:47,703 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:18:47,704 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:18:48,099 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:18:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["B683nl3bSPWHAsUufIOQMw"], "issued_at": "2018-08-12T08:18:48.000000Z"}} 2018-08-12 08:18:48,099 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}a908b5908c7ae4347b31e7e51165588731018182" 2018-08-12 08:18:48,180 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:18:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-356441c6-044a-4fe0-a2fd-bf2e748c6382 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:18:48,180 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-356441c6-044a-4fe0-a2fd-bf2e748c6382 2018-08-12 08:18:48,185 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:18:48,190 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:18:48 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:18:48,191 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeSuccessTests-4402b284-8647-4d5-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a908b5908c7ae4347b31e7e51165588731018182" 2018-08-12 08:18:48,283 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:18:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9d42807e-8c41-4a42-9fbd-136aea417917 Content-Encoding: gzip Content-Length: 184 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeSuccessTests-4402b284-8647-4d5-proj", "previous": null, "next": null}, "projects": []} 2018-08-12 08:18:48,283 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeSuccessTests-4402b284-8647-4d5-proj used request id req-9d42807e-8c41-4a42-9fbd-136aea417917 2018-08-12 08:18:48,286 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a908b5908c7ae4347b31e7e51165588731018182" 2018-08-12 08:18:48,378 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:18:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e872383f-52f0-4f12-a23c-11d2cc7df883 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:18:48,379 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-e872383f-52f0-4f12-a23c-11d2cc7df883 2018-08-12 08:18:48,383 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a908b5908c7ae4347b31e7e51165588731018182" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-4402b284-8647-4d5-proj"}}' 2018-08-12 08:18:48,498 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:18:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-05880aa5-6f84-44f5-bd88-5bbd62a1eaf7 Content-Length: 327 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/303bf7d0ce0b48fbbb315f90d3fa0a9f"}, "tags": [], "enabled": true, "id": "303bf7d0ce0b48fbbb315f90d3fa0a9f", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-4402b284-8647-4d5-proj"}} 2018-08-12 08:18:48,499 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-05880aa5-6f84-44f5-bd88-5bbd62a1eaf7 2018-08-12 08:18:48,499 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeSuccessTests-4402b284-8647-4d5-proj 2018-08-12 08:18:48,499 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:18:48,500 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:18:48,903 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:18:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["Ywb6Qs5TSVeXHL4rsn1CWQ"], "issued_at": "2018-08-12T08:18:48.000000Z"}} 2018-08-12 08:18:48,903 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}abdbf1172fde71b455f3333db5f129b3646c1ea2" 2018-08-12 08:18:48,984 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:18:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e43ec65-9af3-4172-bc2b-a1de6cd24d0b Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:18:48,984 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-1e43ec65-9af3-4172-bc2b-a1de6cd24d0b 2018-08-12 08:18:48,988 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:18:48,993 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:18:48 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:18:48,994 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abdbf1172fde71b455f3333db5f129b3646c1ea2" 2018-08-12 08:18:49,195 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:18:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-155df646-b7ef-4d08-8004-fb652c26843e Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/105a247548624314b9228f85f6325f0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105a247548624314b9228f85f6325f0b", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/1c5de0eaa44543f08da6ad63a51594ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c5de0eaa44543f08da6ad63a51594ff", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/1d127b5b832547a88a547c116dfdd65b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d127b5b832547a88a547c116dfdd65b", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/1d5cfc170d624ce4ae53ae0507c8d517"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d5cfc170d624ce4ae53ae0507c8d517", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/2421820b75eb4d3ebd02830378d1377b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2421820b75eb4d3ebd02830378d1377b", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/40bd8ee54ecf44868cc83cede652c396"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40bd8ee54ecf44868cc83cede652c396", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/4f32fb8153854c4c9f5094b42b523f80"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f32fb8153854c4c9f5094b42b523f80", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7066130d08fb4db7bf4ab468de53933b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7066130d08fb4db7bf4ab468de53933b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/8d0898a83bcf4521bbc11501d5d7ac89"}, "domain_id": "1eec97585bde483292ece28ee11f4b8d", "enabled": true, "options": {}, "id": "8d0898a83bcf4521bbc11501d5d7ac89", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/9defcced327d476f8a3beab718a13da3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9defcced327d476f8a3beab718a13da3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/b80ee4f6992446e0879624dd436e99a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b80ee4f6992446e0879624dd436e99a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b86fd3e011324d398fcdb6f095a20a9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b86fd3e011324d398fcdb6f095a20a9d", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1701d2754064b5cadf765ea0806f9b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1701d2754064b5cadf765ea0806f9b2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/db4e7b8d76d549faa502716565c733dd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db4e7b8d76d549faa502716565c733dd", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-12 08:18:49,195 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-155df646-b7ef-4d08-8004-fb652c26843e 2018-08-12 08:18:49,199 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateSimpleVolumeSuccessTests-4402b284-8647-4d5-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abdbf1172fde71b455f3333db5f129b3646c1ea2" 2018-08-12 08:18:49,286 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:18:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b5a989ee-794f-44f9-bbae-9c3aa2d5aba8 Content-Encoding: gzip Content-Length: 265 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateSimpleVolumeSuccessTests-4402b284-8647-4d5-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/303bf7d0ce0b48fbbb315f90d3fa0a9f"}, "tags": [], "enabled": true, "id": "303bf7d0ce0b48fbbb315f90d3fa0a9f", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-4402b284-8647-4d5-proj"}]} 2018-08-12 08:18:49,286 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateSimpleVolumeSuccessTests-4402b284-8647-4d5-proj used request id req-b5a989ee-794f-44f9-bbae-9c3aa2d5aba8 2018-08-12 08:18:49,289 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abdbf1172fde71b455f3333db5f129b3646c1ea2" 2018-08-12 08:18:49,392 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:18:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1be34836-a681-4b8c-8847-9718acab0022 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:18:49,393 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-1be34836-a681-4b8c-8847-9718acab0022 2018-08-12 08:18:49,768 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeSuccessTests-4402b284-8647-4d5-user 2018-08-12 08:18:49,769 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:18:49,773 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a908b5908c7ae4347b31e7e51165588731018182" 2018-08-12 08:18:49,861 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:18:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3a133bcc-cd5d-4c86-99fc-dd89033a06bc Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:18:49,861 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-3a133bcc-cd5d-4c86-99fc-dd89033a06bc 2018-08-12 08:18:49,865 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a908b5908c7ae4347b31e7e51165588731018182" -d '{"role": {"name": "CreateSimpleVolumeSuccessTests-4402b284-8647-4d5-proj-role"}}' 2018-08-12 08:18:49,977 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:18:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f0f1d531-3b55-4982-829c-4b0c219647f1 Content-Length: 229 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "08e58d9ab7ff4740a70891efae57becb", "links": {"self": "http://172.30.9.21:5000/v3/roles/08e58d9ab7ff4740a70891efae57becb"}, "name": "CreateSimpleVolumeSuccessTests-4402b284-8647-4d5-proj-role"}} 2018-08-12 08:18:49,978 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-f0f1d531-3b55-4982-829c-4b0c219647f1 2018-08-12 08:18:49,978 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeSuccessTests-4402b284-8647-4d5-proj-role 2018-08-12 08:18:49,982 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/08e58d9ab7ff4740a70891efae57becb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a908b5908c7ae4347b31e7e51165588731018182" 2018-08-12 08:18:50,075 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:18:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ce1c583-1e0f-48bd-a2c1-b6c21cded733 Content-Encoding: gzip Content-Length: 183 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "08e58d9ab7ff4740a70891efae57becb", "links": {"self": "http://172.30.9.21:5000/v3/roles/08e58d9ab7ff4740a70891efae57becb"}, "name": "CreateSimpleVolumeSuccessTests-4402b284-8647-4d5-proj-role"}} 2018-08-12 08:18:50,075 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/08e58d9ab7ff4740a70891efae57becb used request id req-6ce1c583-1e0f-48bd-a2c1-b6c21cded733 2018-08-12 08:18:50,076 - keystone_utils - INFO - Granting role CreateSimpleVolumeSuccessTests-4402b284-8647-4d5-proj-role to project CreateSimpleVolumeSuccessTests-4402b284-8647-4d5-proj 2018-08-12 08:18:50,079 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/303bf7d0ce0b48fbbb315f90d3fa0a9f/users/b72a05e5781f4a2bb7ec12ee32b44a3f/roles/08e58d9ab7ff4740a70891efae57becb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a908b5908c7ae4347b31e7e51165588731018182" 2018-08-12 08:18:50,201 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:18:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d80d3403-bba5-4dbb-b699-91626d6e5bb6 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 08:18:50,202 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/303bf7d0ce0b48fbbb315f90d3fa0a9f/users/b72a05e5781f4a2bb7ec12ee32b44a3f/roles/08e58d9ab7ff4740a70891efae57becb used request id req-d80d3403-bba5-4dbb-b699-91626d6e5bb6 2018-08-12 08:18:50,204 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:18:50,598 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "08e58d9ab7ff4740a70891efae57becb", "name": "CreateSimpleVolumeSuccessTests-4402b284-8647-4d5-proj-role"}], "expires_at": "2018-08-12T09:18:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "303bf7d0ce0b48fbbb315f90d3fa0a9f", "name": "CreateSimpleVolumeSuccessTests-4402b284-8647-4d5-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/303bf7d0ce0b48fbbb315f90d3fa0a9f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/303bf7d0ce0b48fbbb315f90d3fa0a9f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/303bf7d0ce0b48fbbb315f90d3fa0a9f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_303bf7d0ce0b48fbbb315f90d3fa0a9f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_303bf7d0ce0b48fbbb315f90d3fa0a9f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/303bf7d0ce0b48fbbb315f90d3fa0a9f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/303bf7d0ce0b48fbbb315f90d3fa0a9f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/303bf7d0ce0b48fbbb315f90d3fa0a9f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/303bf7d0ce0b48fbbb315f90d3fa0a9f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/303bf7d0ce0b48fbbb315f90d3fa0a9f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/303bf7d0ce0b48fbbb315f90d3fa0a9f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/303bf7d0ce0b48fbbb315f90d3fa0a9f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/303bf7d0ce0b48fbbb315f90d3fa0a9f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/303bf7d0ce0b48fbbb315f90d3fa0a9f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSimpleVolumeSuccessTests-4402b284-8647-4d5-user", "id": "b72a05e5781f4a2bb7ec12ee32b44a3f"}, "audit_ids": ["3OzGH2CGTYCC8E2h97EIqQ"], "issued_at": "2018-08-12T08:18:50.000000Z"}} 2018-08-12 08:18:50,598 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}babbe90501d98b0267745bd29c0e8a0cff892880" 2018-08-12 08:18:50,682 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:18:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a0dbe674-11cb-40b7-ac0b-284113c526b0 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:18:50,682 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-a0dbe674-11cb-40b7-ac0b-284113c526b0 2018-08-12 08:18:50,683 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:18:50,684 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:18:51,073 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "08e58d9ab7ff4740a70891efae57becb", "name": "CreateSimpleVolumeSuccessTests-4402b284-8647-4d5-proj-role"}], "expires_at": "2018-08-12T09:18:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "303bf7d0ce0b48fbbb315f90d3fa0a9f", "name": "CreateSimpleVolumeSuccessTests-4402b284-8647-4d5-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/303bf7d0ce0b48fbbb315f90d3fa0a9f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/303bf7d0ce0b48fbbb315f90d3fa0a9f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/303bf7d0ce0b48fbbb315f90d3fa0a9f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_303bf7d0ce0b48fbbb315f90d3fa0a9f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_303bf7d0ce0b48fbbb315f90d3fa0a9f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/303bf7d0ce0b48fbbb315f90d3fa0a9f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/303bf7d0ce0b48fbbb315f90d3fa0a9f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/303bf7d0ce0b48fbbb315f90d3fa0a9f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/303bf7d0ce0b48fbbb315f90d3fa0a9f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/303bf7d0ce0b48fbbb315f90d3fa0a9f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/303bf7d0ce0b48fbbb315f90d3fa0a9f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/303bf7d0ce0b48fbbb315f90d3fa0a9f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/303bf7d0ce0b48fbbb315f90d3fa0a9f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/303bf7d0ce0b48fbbb315f90d3fa0a9f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSimpleVolumeSuccessTests-4402b284-8647-4d5-user", "id": "b72a05e5781f4a2bb7ec12ee32b44a3f"}, "audit_ids": ["VC7shHgJT-WXBmYcfOi_Kw"], "issued_at": "2018-08-12T08:18:51.000000Z"}} 2018-08-12 08:18:51,073 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}c7b12941d9bc78aa5d4e1185b51d6a7859f5df16" 2018-08-12 08:18:51,162 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:18:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1fd22e2a-f261-41f3-9a9b-6b4f3265ff80 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:18:51,162 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-1fd22e2a-f261-41f3-9a9b-6b4f3265ff80 2018-08-12 08:18:51,167 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/303bf7d0ce0b48fbbb315f90d3fa0a9f/volumes/detail -H "OpenStack-API-Version: volume 3.5" -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7b12941d9bc78aa5d4e1185b51d6a7859f5df16" 2018-08-12 08:18:51,382 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:18:51 GMT Server: Apache x-compute-request-id: req-bdf00e0b-8f5d-43ac-afb2-18fdc0a5fe5a OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version x-openstack-request-id: req-bdf00e0b-8f5d-43ac-afb2-18fdc0a5fe5a Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-08-12 08:18:51,383 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/303bf7d0ce0b48fbbb315f90d3fa0a9f/volumes/detail used request id req-bdf00e0b-8f5d-43ac-afb2-18fdc0a5fe5a 2018-08-12 08:18:51,386 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8776/v3/303bf7d0ce0b48fbbb315f90d3fa0a9f/volumes -H "Accept: application/json" -H "User-Agent: python-cinderclient" -H "OpenStack-API-Version: volume 3.5" -H "X-Auth-Token: {SHA1}c7b12941d9bc78aa5d4e1185b51d6a7859f5df16" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-bdf00e0b-8f5d-43ac-afb2-18fdc0a5fe5a" -d '{"volume": {"status": "creating", "backup_id": null, "user_id": null, "name": "CreateSimpleVolumeSuccessTests-ff60f03d-d3dc-40cd-9870-0edc837332d6", "imageRef": null, "availability_zone": null, "description": null, "multiattach": false, "attach_status": "detached", "volume_type": null, "metadata": {}, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "project_id": null, "source_replica": null, "size": 1}}' 2018-08-12 08:18:51,816 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 08:18:51 GMT Server: Apache x-compute-request-id: req-0f080554-d82d-46f6-aef1-6ce99b25ffd6 OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version x-openstack-request-id: req-0f080554-d82d-46f6-aef1-6ce99b25ffd6 Content-Length: 828 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "b72a05e5781f4a2bb7ec12ee32b44a3f", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/303bf7d0ce0b48fbbb315f90d3fa0a9f/volumes/e10dd47e-5761-4524-9a6e-ff51b2f856f2", "rel": "self"}, {"href": "http://172.30.9.21:8776/303bf7d0ce0b48fbbb315f90d3fa0a9f/volumes/e10dd47e-5761-4524-9a6e-ff51b2f856f2", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-12T08:18:51.000000", "description": null, "updated_at": null, "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-ff60f03d-d3dc-40cd-9870-0edc837332d6", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "e10dd47e-5761-4524-9a6e-ff51b2f856f2", "size": 1}} 2018-08-12 08:18:51,816 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/303bf7d0ce0b48fbbb315f90d3fa0a9f/volumes used request id req-0f080554-d82d-46f6-aef1-6ce99b25ffd6 2018-08-12 08:18:51,820 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/303bf7d0ce0b48fbbb315f90d3fa0a9f/volumes/e10dd47e-5761-4524-9a6e-ff51b2f856f2 -H "OpenStack-API-Version: volume 3.5" -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-bdf00e0b-8f5d-43ac-afb2-18fdc0a5fe5a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7b12941d9bc78aa5d4e1185b51d6a7859f5df16" 2018-08-12 08:18:52,051 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:18:51 GMT Server: Apache x-compute-request-id: req-d3448ab7-b50c-4be4-8609-6ff1ff831051 OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d3448ab7-b50c-4be4-8609-6ff1ff831051 Content-Encoding: gzip Content-Length: 462 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "b72a05e5781f4a2bb7ec12ee32b44a3f", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/303bf7d0ce0b48fbbb315f90d3fa0a9f/volumes/e10dd47e-5761-4524-9a6e-ff51b2f856f2", "rel": "self"}, {"href": "http://172.30.9.21:8776/303bf7d0ce0b48fbbb315f90d3fa0a9f/volumes/e10dd47e-5761-4524-9a6e-ff51b2f856f2", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-12T08:18:51.000000", "description": null, "os-vol-tenant-attr:tenant_id": "303bf7d0ce0b48fbbb315f90d3fa0a9f", "updated_at": "2018-08-12T08:18:51.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-ff60f03d-d3dc-40cd-9870-0edc837332d6", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "e10dd47e-5761-4524-9a6e-ff51b2f856f2", "size": 1}} 2018-08-12 08:18:52,052 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/303bf7d0ce0b48fbbb315f90d3fa0a9f/volumes/e10dd47e-5761-4524-9a6e-ff51b2f856f2 used request id req-d3448ab7-b50c-4be4-8609-6ff1ff831051 2018-08-12 08:18:52,052 - create_volume - INFO - Created volume with name - CreateSimpleVolumeSuccessTests-ff60f03d-d3dc-40cd-9870-0edc837332d6 2018-08-12 08:18:52,055 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/303bf7d0ce0b48fbbb315f90d3fa0a9f/volumes/e10dd47e-5761-4524-9a6e-ff51b2f856f2 -H "OpenStack-API-Version: volume 3.5" -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-bdf00e0b-8f5d-43ac-afb2-18fdc0a5fe5a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7b12941d9bc78aa5d4e1185b51d6a7859f5df16" 2018-08-12 08:18:52,358 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:18:52 GMT Server: Apache x-compute-request-id: req-e86f354c-3931-4a46-a691-b9bc12b280b2 OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e86f354c-3931-4a46-a691-b9bc12b280b2 Content-Encoding: gzip Content-Length: 466 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "b72a05e5781f4a2bb7ec12ee32b44a3f", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/303bf7d0ce0b48fbbb315f90d3fa0a9f/volumes/e10dd47e-5761-4524-9a6e-ff51b2f856f2", "rel": "self"}, {"href": "http://172.30.9.21:8776/303bf7d0ce0b48fbbb315f90d3fa0a9f/volumes/e10dd47e-5761-4524-9a6e-ff51b2f856f2", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-12T08:18:51.000000", "description": null, "os-vol-tenant-attr:tenant_id": "303bf7d0ce0b48fbbb315f90d3fa0a9f", "updated_at": "2018-08-12T08:18:52.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-ff60f03d-d3dc-40cd-9870-0edc837332d6", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "e10dd47e-5761-4524-9a6e-ff51b2f856f2", "size": 1}} 2018-08-12 08:18:52,358 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/303bf7d0ce0b48fbbb315f90d3fa0a9f/volumes/e10dd47e-5761-4524-9a6e-ff51b2f856f2 used request id req-e86f354c-3931-4a46-a691-b9bc12b280b2 2018-08-12 08:18:52,358 - create_volume - DEBUG - Instance status is - available 2018-08-12 08:18:52,359 - create_volume - DEBUG - Volume is active with name - CreateSimpleVolumeSuccessTests-ff60f03d-d3dc-40cd-9870-0edc837332d6 2018-08-12 08:18:52,359 - create_volume - INFO - Volume is now active with name - CreateSimpleVolumeSuccessTests-ff60f03d-d3dc-40cd-9870-0edc837332d6 2018-08-12 08:18:52,361 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/303bf7d0ce0b48fbbb315f90d3fa0a9f/volumes/detail -H "OpenStack-API-Version: volume 3.5" -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}babbe90501d98b0267745bd29c0e8a0cff892880" 2018-08-12 08:18:52,590 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:18:52 GMT Server: Apache x-compute-request-id: req-9a123272-99c4-4332-91c6-f5ad40b75e21 OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-9a123272-99c4-4332-91c6-f5ad40b75e21 Content-Encoding: gzip Content-Length: 463 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "b72a05e5781f4a2bb7ec12ee32b44a3f", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/303bf7d0ce0b48fbbb315f90d3fa0a9f/volumes/e10dd47e-5761-4524-9a6e-ff51b2f856f2", "rel": "self"}, {"href": "http://172.30.9.21:8776/303bf7d0ce0b48fbbb315f90d3fa0a9f/volumes/e10dd47e-5761-4524-9a6e-ff51b2f856f2", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-12T08:18:51.000000", "description": null, "os-vol-tenant-attr:tenant_id": "303bf7d0ce0b48fbbb315f90d3fa0a9f", "updated_at": "2018-08-12T08:18:52.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-ff60f03d-d3dc-40cd-9870-0edc837332d6", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "e10dd47e-5761-4524-9a6e-ff51b2f856f2", "size": 1}]} 2018-08-12 08:18:52,590 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/303bf7d0ce0b48fbbb315f90d3fa0a9f/volumes/detail used request id req-9a123272-99c4-4332-91c6-f5ad40b75e21 2018-08-12 08:18:52,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:18:52,601 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:18:52 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:18:52,602 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/303bf7d0ce0b48fbbb315f90d3fa0a9f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}babbe90501d98b0267745bd29c0e8a0cff892880" 2018-08-12 08:18:52,690 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:18:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f9af5a04-fa5a-4e4f-b7b8-ea13747e1990 Content-Encoding: gzip Content-Length: 232 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/303bf7d0ce0b48fbbb315f90d3fa0a9f"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "303bf7d0ce0b48fbbb315f90d3fa0a9f", "name": "CreateSimpleVolumeSuccessTests-4402b284-8647-4d5-proj"}} 2018-08-12 08:18:52,690 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/303bf7d0ce0b48fbbb315f90d3fa0a9f used request id req-f9af5a04-fa5a-4e4f-b7b8-ea13747e1990 2018-08-12 08:18:52,693 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/303bf7d0ce0b48fbbb315f90d3fa0a9f/volumes/e10dd47e-5761-4524-9a6e-ff51b2f856f2 -H "OpenStack-API-Version: volume 3.5" -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-bdf00e0b-8f5d-43ac-afb2-18fdc0a5fe5a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7b12941d9bc78aa5d4e1185b51d6a7859f5df16" 2018-08-12 08:18:52,915 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:18:52 GMT Server: Apache x-compute-request-id: req-4a50749f-8c42-4d31-80d7-2e19457ab881 OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-4a50749f-8c42-4d31-80d7-2e19457ab881 Content-Encoding: gzip Content-Length: 466 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "b72a05e5781f4a2bb7ec12ee32b44a3f", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/303bf7d0ce0b48fbbb315f90d3fa0a9f/volumes/e10dd47e-5761-4524-9a6e-ff51b2f856f2", "rel": "self"}, {"href": "http://172.30.9.21:8776/303bf7d0ce0b48fbbb315f90d3fa0a9f/volumes/e10dd47e-5761-4524-9a6e-ff51b2f856f2", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-12T08:18:51.000000", "description": null, "os-vol-tenant-attr:tenant_id": "303bf7d0ce0b48fbbb315f90d3fa0a9f", "updated_at": "2018-08-12T08:18:52.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-ff60f03d-d3dc-40cd-9870-0edc837332d6", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "e10dd47e-5761-4524-9a6e-ff51b2f856f2", "size": 1}} 2018-08-12 08:18:52,915 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/303bf7d0ce0b48fbbb315f90d3fa0a9f/volumes/e10dd47e-5761-4524-9a6e-ff51b2f856f2 used request id req-4a50749f-8c42-4d31-80d7-2e19457ab881 2018-08-12 08:18:52,915 - create_volume - DEBUG - Instance status is - available 2018-08-12 08:18:52,916 - create_volume - DEBUG - Volume is active with name - CreateSimpleVolumeSuccessTests-ff60f03d-d3dc-40cd-9870-0edc837332d6 2018-08-12 08:18:52,916 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeSuccessTests-ff60f03d-d3dc-40cd-9870-0edc837332d6 2018-08-12 08:18:52,918 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8776/v3/303bf7d0ce0b48fbbb315f90d3fa0a9f/volumes/e10dd47e-5761-4524-9a6e-ff51b2f856f2 -H "OpenStack-API-Version: volume 3.5" -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-bdf00e0b-8f5d-43ac-afb2-18fdc0a5fe5a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7b12941d9bc78aa5d4e1185b51d6a7859f5df16" 2018-08-12 08:18:53,002 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 08:18:52 GMT Server: Apache OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version x-openstack-request-id: req-11c5d348-5db3-4261-8206-62e3cad0819e 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 08:18:53,002 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.21:8776/v3/303bf7d0ce0b48fbbb315f90d3fa0a9f/volumes/e10dd47e-5761-4524-9a6e-ff51b2f856f2 used request id req-11c5d348-5db3-4261-8206-62e3cad0819e 2018-08-12 08:18:53,005 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/303bf7d0ce0b48fbbb315f90d3fa0a9f/volumes/e10dd47e-5761-4524-9a6e-ff51b2f856f2 -H "OpenStack-API-Version: volume 3.5" -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-bdf00e0b-8f5d-43ac-afb2-18fdc0a5fe5a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7b12941d9bc78aa5d4e1185b51d6a7859f5df16" 2018-08-12 08:18:53,241 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:18:53 GMT Server: Apache x-compute-request-id: req-c0840bb3-a7e6-4083-a6c5-f775a25c28b4 OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c0840bb3-a7e6-4083-a6c5-f775a25c28b4 Content-Encoding: gzip Content-Length: 467 Content-Type: application/json RESP BODY: {"volume": {"status": "deleting", "user_id": "b72a05e5781f4a2bb7ec12ee32b44a3f", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/303bf7d0ce0b48fbbb315f90d3fa0a9f/volumes/e10dd47e-5761-4524-9a6e-ff51b2f856f2", "rel": "self"}, {"href": "http://172.30.9.21:8776/303bf7d0ce0b48fbbb315f90d3fa0a9f/volumes/e10dd47e-5761-4524-9a6e-ff51b2f856f2", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-12T08:18:51.000000", "description": null, "os-vol-tenant-attr:tenant_id": "303bf7d0ce0b48fbbb315f90d3fa0a9f", "updated_at": "2018-08-12T08:18:52.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-ff60f03d-d3dc-40cd-9870-0edc837332d6", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "e10dd47e-5761-4524-9a6e-ff51b2f856f2", "size": 1}} 2018-08-12 08:18:53,241 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/303bf7d0ce0b48fbbb315f90d3fa0a9f/volumes/e10dd47e-5761-4524-9a6e-ff51b2f856f2 used request id req-c0840bb3-a7e6-4083-a6c5-f775a25c28b4 2018-08-12 08:18:53,241 - create_volume - DEBUG - Instance status is - deleting 2018-08-12 08:18:53,241 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-08-12 08:18:56,245 - create_volume - DEBUG - Volume status query timeout in 56.7579278946 2018-08-12 08:18:56,248 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/303bf7d0ce0b48fbbb315f90d3fa0a9f/volumes/e10dd47e-5761-4524-9a6e-ff51b2f856f2 -H "OpenStack-API-Version: volume 3.5" -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-bdf00e0b-8f5d-43ac-afb2-18fdc0a5fe5a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7b12941d9bc78aa5d4e1185b51d6a7859f5df16" 2018-08-12 08:18:56,453 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:18:56 GMT Server: Apache OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version x-compute-request-id: req-46b133e5-8a5e-48b6-a9b0-9baeac03bd84 x-openstack-request-id: req-46b133e5-8a5e-48b6-a9b0-9baeac03bd84 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume e10dd47e-5761-4524-9a6e-ff51b2f856f2 could not be found.", "code": 404}} 2018-08-12 08:18:56,453 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/303bf7d0ce0b48fbbb315f90d3fa0a9f/volumes/e10dd47e-5761-4524-9a6e-ff51b2f856f2 used request id req-46b133e5-8a5e-48b6-a9b0-9baeac03bd84 2018-08-12 08:18:56,453 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume e10dd47e-5761-4524-9a6e-ff51b2f856f2 could not be found. (HTTP 404) (Request-ID: req-46b133e5-8a5e-48b6-a9b0-9baeac03bd84) 2018-08-12 08:18:56,453 - create_volume - INFO - Volume has been properly deleted with name - CreateSimpleVolumeSuccessTests-ff60f03d-d3dc-40cd-9870-0edc837332d6 2018-08-12 08:18:56,457 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/303bf7d0ce0b48fbbb315f90d3fa0a9f/volumes/detail -H "OpenStack-API-Version: volume 3.5" -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-9a123272-99c4-4332-91c6-f5ad40b75e21" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}babbe90501d98b0267745bd29c0e8a0cff892880" 2018-08-12 08:18:56,668 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:18:56 GMT Server: Apache x-compute-request-id: req-aaa16493-2fd7-4c9f-8fe1-a2b705903806 OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version x-openstack-request-id: req-aaa16493-2fd7-4c9f-8fe1-a2b705903806 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-08-12 08:18:56,668 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/303bf7d0ce0b48fbbb315f90d3fa0a9f/volumes/detail used request id req-aaa16493-2fd7-4c9f-8fe1-a2b705903806 2018-08-12 08:18:56,669 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:18:56,669 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:18:56,669 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:18:56,669 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:18:56,669 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:18:56,676 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a908b5908c7ae4347b31e7e51165588731018182" 2018-08-12 08:18:56,942 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 43135 X-Openstack-Request-Id: req-5300601e-9697-407d-bda3-0960d71e24c7 Date: Sun, 12 Aug 2018 08:18:56 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "created_at": "2018-08-12T06:59:44Z", "updated_at": "2018-08-12T06:59:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "1d7fd960-7865-4453-aecc-8d399b4fad21", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "66820d8a-b785-4b18-bd67-500221c8e4f9", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "74fc7638-a322-4841-8c47-06d36174a200", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "8eaa09ec-8419-4582-9312-1e527afe6e4b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}], "revision_number": 4, "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "created_at": "2018-08-12T05:12:34Z", "updated_at": "2018-08-12T05:12:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "709513d2-af7d-4d0b-bd3c-604fed75a711", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "aa346066-e46f-44f2-94be-2884aa998a19", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "c15f7b93-e56c-4afa-867d-2acb286d4b7b", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "cb0ef83f-5f70-4a80-ad35-431ca9df551e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}], "revision_number": 4, "project_id": "fa5a7fe6ee54472ba01638877aade8e3", "id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ea65becf30e54b27aa96a449698a435e", "created_at": "2018-08-12T05:10:35Z", "updated_at": "2018-08-12T05:10:35Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "30ad280c-f302-4cd4-a438-5139917b56f9", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "76115c4c-887d-4f0a-83e2-486e4b39c713", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "8ab14937-4c08-4d43-8a9a-662e622cc643", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "ee757a03-5662-4273-9c3e-6212e7afb48f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}], "revision_number": 4, "project_id": "ea65becf30e54b27aa96a449698a435e", "id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "created_at": "2018-08-12T06:20:09Z", "updated_at": "2018-08-12T06:20:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "1123b8f2-75ac-4a26-b9b2-a96da97408e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "2ddd2b93-e080-48cd-9a50-f5fe8a82ad0c", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "cd1bae62-0aea-4438-b4c3-50a69ae6f855", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "e398e01e-ceea-46d1-9534-b929808c4a5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}], "revision_number": 4, "project_id": "ff7abd7bb61f4f2889831e932d65dc2e", "id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "created_at": "2018-08-12T05:34:57Z", "updated_at": "2018-08-12T05:34:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "208a1c1e-f5f8-49c7-9a25-d07e68b1541f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "27bfd867-e607-4bf8-9de8-60682d3f771d", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "49360e1f-6fd3-4f35-b339-24cea95773ee", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "60f631a9-d305-4920-9631-d0543e2ac64f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}], "revision_number": 4, "project_id": "3a85ceae958d4d9fba68847e7df67db8", "id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "created_at": "2018-08-12T05:34:40Z", "updated_at": "2018-08-12T05:34:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "2192c259-363e-4768-ae73-e75837ad63b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "3f87ddc5-f84d-41dc-8215-847724782569", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "7d89f6da-ea78-49dd-9115-f9ad23b250bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "9ec4497d-0f65-44db-9be9-7b3042e4a584", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}], "revision_number": 4, "project_id": "85517fcf1c6247e699fdcdd42ecc8c79", "id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "created_at": "2018-08-12T05:16:02Z", "updated_at": "2018-08-12T05:16:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "1ecacd8c-c1c7-4a66-9871-406a69323b43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "3cc1750c-e0e7-4902-b6f3-494a161b832e", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "d719a7a4-8c99-44ed-8c12-6bf071890203", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "fe7421b5-d577-41da-8c78-62f3c07eda92", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}], "revision_number": 4, "project_id": "a267b9a156244bb192691cff6e5f74fe", "id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "315a428116f24d9fbb826b37080a918e", "created_at": "2018-08-12T05:11:31Z", "updated_at": "2018-08-12T05:11:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "5e52886a-1dc3-4a81-a55d-f388dc4fd1a1", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "678e32e4-d64c-448a-a4ab-e253ab94ae90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "a8da1539-e3ad-4f90-b2df-3dc1f09d228a", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "b73d5cc9-0205-4658-bb1f-61a042c0ab8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}], "revision_number": 4, "project_id": "315a428116f24d9fbb826b37080a918e", "id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-12T05:08:01Z", "updated_at": "2018-08-12T05:08:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:01Z", "revision_number": 0, "id": "0fb05d03-1117-45d0-930c-b6d4c96ef102", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "4faaab33-5788-4bbd-85b8-0fb44d41413a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "96d0c5a0-5c67-421b-8fc8-2b46d77e5db3", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "dd78519b-4bc5-4e8e-ad0f-58089dd69347", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "11a46741b7954b959fd7764109c047b6", "created_at": "2018-08-12T05:34:51Z", "updated_at": "2018-08-12T05:34:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "0b67bf3c-2289-43bb-ab6c-7d25ec32a279", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "51f3f833-337a-42bd-a8d5-742ea8d6c226", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "571fd0b5-ef90-408d-af33-aafb517b8993", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "944ba823-fb9c-496e-a66e-bb426bb14a8d", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}], "revision_number": 4, "project_id": "11a46741b7954b959fd7764109c047b6", "id": "90af9782-8112-4257-801d-ee5115d226ba", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "created_at": "2018-08-12T05:34:26Z", "updated_at": "2018-08-12T05:34:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "2ee1f63a-807c-4d6a-85ee-dd784f6b8c3f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5dec3ec2-2add-47dd-8618-90659dcf3885", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5ea0dc3e-49d0-43f0-94e9-f6443527d14c", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "fbfaca22-7e3e-4128-8973-43e439b77c28", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}], "revision_number": 4, "project_id": "3c01cd58055c44ecaef39f7e625c2258", "id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "521007c1818145639e93ceb270559219", "created_at": "2018-08-12T05:13:27Z", "updated_at": "2018-08-12T05:13:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "5e7fede5-b0f2-47d8-95c3-516cdfc7f9de", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "8fd0e36f-c6c4-4f64-ba97-40439e614448", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "db7d79de-1dfc-4138-945f-91e74cdc266b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "e87f2cff-ff3e-4b6d-aaf0-7f0eb0ab9f05", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}], "revision_number": 4, "project_id": "521007c1818145639e93ceb270559219", "id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "created_at": "2018-08-12T05:08:18Z", "updated_at": "2018-08-12T05:08:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "3c67be40-bf74-4f97-9693-d93ce73a23b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "6112d869-2fc6-4a25-a13c-3d55cd7206c0", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "bdf21c56-453e-482e-9cba-3c55abcb0339", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "c8e92c39-38cc-4f48-be9c-5f0912e6a725", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}], "revision_number": 4, "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "created_at": "2018-08-12T05:04:23Z", "updated_at": "2018-08-12T05:04:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "280546d9-8ad1-4283-abfc-15ee9b1736c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "58bce125-f2ca-4a6d-b9ca-4e6cf5c0f7a5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "69275b9a-cfb5-482c-a9c4-8ffc79adf2c7", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "6d747f3a-3764-469a-a645-f977585c5aac", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}], "revision_number": 4, "project_id": "310f5853751a4c968f3eeb0a3d99a0a8", "id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "created_at": "2018-08-12T05:34:42Z", "updated_at": "2018-08-12T05:34:42Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "199582e8-25aa-457a-aa7c-6d8413ca4464", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "234f3609-4454-448f-919d-c8143c7cd764", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "c1061460-71a2-49a9-a04b-9fa33eeb17ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "d21ac532-51d8-4d6b-8300-7bac216759bf", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}], "revision_number": 4, "project_id": "9f6c1a272706419c9a74b0893b2890e8", "id": "d6739716-c693-460c-89c6-e7c8c48f8245", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "created_at": "2018-08-12T05:34:54Z", "updated_at": "2018-08-12T05:34:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "0633a05a-ee7d-4476-a56b-75d011b22f77", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "6cc1b9f8-73db-47a3-a0e0-3c96c43f34da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "90d99a6b-e94f-4fd8-a10c-f19dd8954c13", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "e843c139-af2a-4d2c-a24f-59f7b10ff72e", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}], "revision_number": 4, "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "created_at": "2018-08-12T05:09:07Z", "updated_at": "2018-08-12T05:09:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "5495e168-f505-4d74-ae6d-387f0bf533c2", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "6fd19b8b-3062-456e-81ba-3ff37fe43429", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8ca59d25-485c-46ce-939c-2e4a468caeac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8f190846-50a0-42b9-b571-390809b752b1", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}], "revision_number": 4, "project_id": "fa9ca6d7608b4d7d87ce97331679a481", "id": "edcd9b17-9416-4c25-823c-060c435e18d7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "created_at": "2018-08-12T05:34:52Z", "updated_at": "2018-08-12T05:34:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "2c7e484e-6ec5-4a95-8c9c-66d294c0c27e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "70c74258-3c2c-4efc-87e0-079c26ee3417", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "b70382fa-082e-4c2b-abc8-87490fa50b11", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "c3628e02-b4b6-42c9-8751-c1a2d3c19caa", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}], "revision_number": 4, "project_id": "87db863ba6e348b0a5ddcb67053db9d1", "id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "name": "default"}]} 2018-08-12 08:18:56,943 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-5300601e-9697-407d-bda3-0960d71e24c7 2018-08-12 08:18:56,951 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a908b5908c7ae4347b31e7e51165588731018182" 2018-08-12 08:18:57,043 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:18:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-99eb9a6d-a90b-43a8-891f-33eb5f312481 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 5fe28c13d4d74ba2be8d019ac1ea6363.", "code": 404, "title": "Not Found"}} 2018-08-12 08:18:57,043 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 used request id req-99eb9a6d-a90b-43a8-891f-33eb5f312481 2018-08-12 08:18:57,043 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:18:57,047 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a908b5908c7ae4347b31e7e51165588731018182" 2018-08-12 08:18:57,140 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:18:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-732c170d-0241-4684-ae57-687aa74023b4 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa5a7fe6ee54472ba01638877aade8e3.", "code": 404, "title": "Not Found"}} 2018-08-12 08:18:57,140 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 used request id req-732c170d-0241-4684-ae57-687aa74023b4 2018-08-12 08:18:57,141 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:18:57,144 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a908b5908c7ae4347b31e7e51165588731018182" 2018-08-12 08:18:57,230 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:18:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-33c999ad-d586-4b5e-89f7-6997ad98fcc5 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ea65becf30e54b27aa96a449698a435e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:18:57,230 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e used request id req-33c999ad-d586-4b5e-89f7-6997ad98fcc5 2018-08-12 08:18:57,230 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:18:57,234 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a908b5908c7ae4347b31e7e51165588731018182" 2018-08-12 08:18:57,327 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:18:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6da44a8d-d343-4dc5-88ed-4ad88e4d4fb7 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ff7abd7bb61f4f2889831e932d65dc2e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:18:57,327 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e used request id req-6da44a8d-d343-4dc5-88ed-4ad88e4d4fb7 2018-08-12 08:18:57,328 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:18:57,332 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a908b5908c7ae4347b31e7e51165588731018182" 2018-08-12 08:18:57,426 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:18:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-224728a6-e78d-43cd-a1c2-8df20175cd1d Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3a85ceae958d4d9fba68847e7df67db8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:18:57,426 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 used request id req-224728a6-e78d-43cd-a1c2-8df20175cd1d 2018-08-12 08:18:57,426 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:18:57,430 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a908b5908c7ae4347b31e7e51165588731018182" 2018-08-12 08:18:57,517 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:18:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e8613a9a-1822-4020-9034-33b0032d6575 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 85517fcf1c6247e699fdcdd42ecc8c79.", "code": 404, "title": "Not Found"}} 2018-08-12 08:18:57,517 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 used request id req-e8613a9a-1822-4020-9034-33b0032d6575 2018-08-12 08:18:57,518 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:18:57,521 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a908b5908c7ae4347b31e7e51165588731018182" 2018-08-12 08:18:57,613 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:18:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f66c491a-4129-4b23-9166-8ae5e71d285b Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}} 2018-08-12 08:18:57,613 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe used request id req-f66c491a-4129-4b23-9166-8ae5e71d285b 2018-08-12 08:18:57,616 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a908b5908c7ae4347b31e7e51165588731018182" 2018-08-12 08:18:57,707 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:18:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-67994215-934e-41c6-ab8e-5b11d3c6ca97 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 315a428116f24d9fbb826b37080a918e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:18:57,708 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e used request id req-67994215-934e-41c6-ab8e-5b11d3c6ca97 2018-08-12 08:18:57,708 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:18:57,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a908b5908c7ae4347b31e7e51165588731018182" 2018-08-12 08:18:57,799 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:18:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-60d6dab9-860e-4443-96b1-14331d82fa56 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 11a46741b7954b959fd7764109c047b6.", "code": 404, "title": "Not Found"}} 2018-08-12 08:18:57,800 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 used request id req-60d6dab9-860e-4443-96b1-14331d82fa56 2018-08-12 08:18:57,800 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:18:57,803 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a908b5908c7ae4347b31e7e51165588731018182" 2018-08-12 08:18:57,896 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:18:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f4d20d3f-afd6-4968-bbcd-8e72879cd7f9 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3c01cd58055c44ecaef39f7e625c2258.", "code": 404, "title": "Not Found"}} 2018-08-12 08:18:57,896 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 used request id req-f4d20d3f-afd6-4968-bbcd-8e72879cd7f9 2018-08-12 08:18:57,896 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:18:57,900 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a908b5908c7ae4347b31e7e51165588731018182" 2018-08-12 08:18:57,993 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:18:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-af67b764-da73-4c94-8e0f-b48feb7cf543 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 521007c1818145639e93ceb270559219.", "code": 404, "title": "Not Found"}} 2018-08-12 08:18:57,993 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 used request id req-af67b764-da73-4c94-8e0f-b48feb7cf543 2018-08-12 08:18:57,993 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:18:57,997 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a908b5908c7ae4347b31e7e51165588731018182" 2018-08-12 08:18:58,083 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:18:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a34bf174-8ffc-454c-91d0-4b7f82475e43 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e18fcc7fc10a4fd0b20234f8520d0aab.", "code": 404, "title": "Not Found"}} 2018-08-12 08:18:58,083 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab used request id req-a34bf174-8ffc-454c-91d0-4b7f82475e43 2018-08-12 08:18:58,083 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:18:58,086 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a908b5908c7ae4347b31e7e51165588731018182" 2018-08-12 08:18:58,181 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:18:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-504be6e4-7e22-4d97-b2f6-ae5f1c4b46f3 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "310f5853751a4c968f3eeb0a3d99a0a8", "name": "service"}} 2018-08-12 08:18:58,181 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 used request id req-504be6e4-7e22-4d97-b2f6-ae5f1c4b46f3 2018-08-12 08:18:58,185 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a908b5908c7ae4347b31e7e51165588731018182" 2018-08-12 08:18:58,276 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:18:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fa84285d-8d3f-42f0-84fb-68d86d86847d Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9f6c1a272706419c9a74b0893b2890e8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:18:58,276 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 used request id req-fa84285d-8d3f-42f0-84fb-68d86d86847d 2018-08-12 08:18:58,277 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:18:58,280 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/34cb7327fcfc4b52a63b4b8c0ea4a54d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a908b5908c7ae4347b31e7e51165588731018182" 2018-08-12 08:18:58,366 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:18:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-41075529-df3f-42ef-84d6-697fa8ff4a83 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 34cb7327fcfc4b52a63b4b8c0ea4a54d.", "code": 404, "title": "Not Found"}} 2018-08-12 08:18:58,366 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/34cb7327fcfc4b52a63b4b8c0ea4a54d used request id req-41075529-df3f-42ef-84d6-697fa8ff4a83 2018-08-12 08:18:58,366 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:18:58,370 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa9ca6d7608b4d7d87ce97331679a481 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a908b5908c7ae4347b31e7e51165588731018182" 2018-08-12 08:18:58,463 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:18:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2611c9f5-f31b-415a-be5d-f8f3e0ced3d1 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa9ca6d7608b4d7d87ce97331679a481.", "code": 404, "title": "Not Found"}} 2018-08-12 08:18:58,463 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa9ca6d7608b4d7d87ce97331679a481 used request id req-2611c9f5-f31b-415a-be5d-f8f3e0ced3d1 2018-08-12 08:18:58,463 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:18:58,467 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/87db863ba6e348b0a5ddcb67053db9d1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a908b5908c7ae4347b31e7e51165588731018182" 2018-08-12 08:18:58,641 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:18:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ec868a31-6dc1-44ea-b275-2c5cb083c04e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87db863ba6e348b0a5ddcb67053db9d1.", "code": 404, "title": "Not Found"}} 2018-08-12 08:18:58,642 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/87db863ba6e348b0a5ddcb67053db9d1 used request id req-ec868a31-6dc1-44ea-b275-2c5cb083c04e 2018-08-12 08:18:58,642 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:18:58,643 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeSuccessTests-4402b284-8647-4d5-proj 2018-08-12 08:18:58,646 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/303bf7d0ce0b48fbbb315f90d3fa0a9f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a908b5908c7ae4347b31e7e51165588731018182" 2018-08-12 08:18:58,893 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:18:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-27a84f74-c6e9-4afd-ae4e-059ddad64e64 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 08:18:58,893 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/303bf7d0ce0b48fbbb315f90d3fa0a9f used request id req-27a84f74-c6e9-4afd-ae4e-059ddad64e64 2018-08-12 08:18:58,894 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeSuccessTests-4402b284-8647-4d5-proj-role 2018-08-12 08:18:58,897 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/08e58d9ab7ff4740a70891efae57becb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a908b5908c7ae4347b31e7e51165588731018182" 2018-08-12 08:18:59,026 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:18:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-83979620-c686-4bb6-8a10-3b744a37b608 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 08:18:59,026 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/08e58d9ab7ff4740a70891efae57becb used request id req-83979620-c686-4bb6-8a10-3b744a37b608 2018-08-12 08:18:59,029 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a908b5908c7ae4347b31e7e51165588731018182" 2018-08-12 08:18:59,123 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:18:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cd6708ae-7fbb-4226-8424-fc9224ca1e02 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:18:59,123 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-cd6708ae-7fbb-4226-8424-fc9224ca1e02 2018-08-12 08:18:59,124 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeSuccessTests-4402b284-8647-4d5-user 2018-08-12 08:18:59,127 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/b72a05e5781f4a2bb7ec12ee32b44a3f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abdbf1172fde71b455f3333db5f129b3646c1ea2" 2018-08-12 08:18:59,314 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:18:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c489cf65-35a2-40ca-a41a-226c527f8ce0 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 08:18:59,314 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/b72a05e5781f4a2bb7ec12ee32b44a3f used request id req-c489cf65-35a2-40ca-a41a-226c527f8ce0 2018-08-12 08:18:59,316 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:18:59,710 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:18:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["xkgRUo-XSf6uJdQ8hZ28Og"], "issued_at": "2018-08-12T08:18:59.000000Z"}} 2018-08-12 08:18:59,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}54308e2963a8109adf1c12f7c6c80618150737fe" 2018-08-12 08:18:59,798 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:18:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-25fd2797-3c97-4998-b8e9-f84425e93e20 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:18:59,798 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-25fd2797-3c97-4998-b8e9-f84425e93e20 2018-08-12 08:18:59,799 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:18:59,800 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:19:00,185 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:19:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["9CucEHtDSU6wAsajN_hXqQ"], "issued_at": "2018-08-12T08:19:00.000000Z"}} 2018-08-12 08:19:00,186 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}e2fbc7ac58a3b370c1f05cef3e94ca0fcf89f1ef" 2018-08-12 08:19:00,268 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:19:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f922abcc-656e-4aca-ad26-0c54bcfe6502 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:19:00,268 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-f922abcc-656e-4aca-ad26-0c54bcfe6502 2018-08-12 08:19:00,273 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:19:00,278 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:19:00 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:19:00,278 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeSuccessTests-9418067d-5456-4ad-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2fbc7ac58a3b370c1f05cef3e94ca0fcf89f1ef" 2018-08-12 08:19:00,369 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:19:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8bf6537e-f4ef-4b57-9f0c-1b00f1b0fb14 Content-Encoding: gzip Content-Length: 184 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeSuccessTests-9418067d-5456-4ad-proj", "previous": null, "next": null}, "projects": []} 2018-08-12 08:19:00,369 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeSuccessTests-9418067d-5456-4ad-proj used request id req-8bf6537e-f4ef-4b57-9f0c-1b00f1b0fb14 2018-08-12 08:19:00,373 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2fbc7ac58a3b370c1f05cef3e94ca0fcf89f1ef" 2018-08-12 08:19:00,467 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:19:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd22c8b5-688d-487d-bcb1-6ee76b9d616c Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:19:00,468 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-dd22c8b5-688d-487d-bcb1-6ee76b9d616c 2018-08-12 08:19:00,471 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2fbc7ac58a3b370c1f05cef3e94ca0fcf89f1ef" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-9418067d-5456-4ad-proj"}}' 2018-08-12 08:19:00,606 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:19:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-318297a4-bd74-44d6-9b02-397ffcdce3b9 Content-Length: 327 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/15f38dc24710423d940038617d99fab3"}, "tags": [], "enabled": true, "id": "15f38dc24710423d940038617d99fab3", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-9418067d-5456-4ad-proj"}} 2018-08-12 08:19:00,606 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-318297a4-bd74-44d6-9b02-397ffcdce3b9 2018-08-12 08:19:00,607 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeSuccessTests-9418067d-5456-4ad-proj 2018-08-12 08:19:00,607 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:19:00,608 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:19:01,004 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:19:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["yLBulDV-Ry-JLiidVUy6Vw"], "issued_at": "2018-08-12T08:19:00.000000Z"}} 2018-08-12 08:19:01,005 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}3a3ba379023db94a320989686584dc7c2c28b5ac" 2018-08-12 08:19:01,089 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:19:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7fc082d5-89a3-4be0-8e9f-fc84215bfe6a Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:19:01,089 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-7fc082d5-89a3-4be0-8e9f-fc84215bfe6a 2018-08-12 08:19:01,093 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:19:01,098 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:19:01 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:19:01,099 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a3ba379023db94a320989686584dc7c2c28b5ac" 2018-08-12 08:19:01,205 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:19:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3f755c0d-58a5-43f6-9cd2-f6a375bcf820 Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/105a247548624314b9228f85f6325f0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105a247548624314b9228f85f6325f0b", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/1c5de0eaa44543f08da6ad63a51594ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c5de0eaa44543f08da6ad63a51594ff", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/1d127b5b832547a88a547c116dfdd65b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d127b5b832547a88a547c116dfdd65b", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/1d5cfc170d624ce4ae53ae0507c8d517"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d5cfc170d624ce4ae53ae0507c8d517", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/2421820b75eb4d3ebd02830378d1377b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2421820b75eb4d3ebd02830378d1377b", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/40bd8ee54ecf44868cc83cede652c396"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40bd8ee54ecf44868cc83cede652c396", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/4f32fb8153854c4c9f5094b42b523f80"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f32fb8153854c4c9f5094b42b523f80", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7066130d08fb4db7bf4ab468de53933b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7066130d08fb4db7bf4ab468de53933b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/8d0898a83bcf4521bbc11501d5d7ac89"}, "domain_id": "1eec97585bde483292ece28ee11f4b8d", "enabled": true, "options": {}, "id": "8d0898a83bcf4521bbc11501d5d7ac89", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/9defcced327d476f8a3beab718a13da3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9defcced327d476f8a3beab718a13da3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/b80ee4f6992446e0879624dd436e99a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b80ee4f6992446e0879624dd436e99a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b86fd3e011324d398fcdb6f095a20a9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b86fd3e011324d398fcdb6f095a20a9d", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1701d2754064b5cadf765ea0806f9b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1701d2754064b5cadf765ea0806f9b2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/db4e7b8d76d549faa502716565c733dd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db4e7b8d76d549faa502716565c733dd", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-12 08:19:01,205 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-3f755c0d-58a5-43f6-9cd2-f6a375bcf820 2018-08-12 08:19:01,209 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateSimpleVolumeSuccessTests-9418067d-5456-4ad-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a3ba379023db94a320989686584dc7c2c28b5ac" 2018-08-12 08:19:01,304 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:19:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7eb1620c-33f6-4e32-acbc-593f776ed8dc Content-Encoding: gzip Content-Length: 265 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateSimpleVolumeSuccessTests-9418067d-5456-4ad-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/15f38dc24710423d940038617d99fab3"}, "tags": [], "enabled": true, "id": "15f38dc24710423d940038617d99fab3", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-9418067d-5456-4ad-proj"}]} 2018-08-12 08:19:01,304 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateSimpleVolumeSuccessTests-9418067d-5456-4ad-proj used request id req-7eb1620c-33f6-4e32-acbc-593f776ed8dc 2018-08-12 08:19:01,308 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a3ba379023db94a320989686584dc7c2c28b5ac" 2018-08-12 08:19:01,408 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:19:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ec20583-e23b-4f06-a07b-58e9faf4b46f Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:19:01,408 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-6ec20583-e23b-4f06-a07b-58e9faf4b46f 2018-08-12 08:19:01,798 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeSuccessTests-9418067d-5456-4ad-user 2018-08-12 08:19:01,798 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:19:01,802 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2fbc7ac58a3b370c1f05cef3e94ca0fcf89f1ef" 2018-08-12 08:19:01,892 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:19:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b4aad16-24aa-4b29-89a4-05e274bb0344 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:19:01,892 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-4b4aad16-24aa-4b29-89a4-05e274bb0344 2018-08-12 08:19:01,896 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2fbc7ac58a3b370c1f05cef3e94ca0fcf89f1ef" -d '{"role": {"name": "CreateSimpleVolumeSuccessTests-9418067d-5456-4ad-proj-role"}}' 2018-08-12 08:19:02,019 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:19:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c4253d44-439b-4d4c-98c7-2d8b358f383c Content-Length: 229 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "d42f92f0b2c741719bba9ec3a9657d45", "links": {"self": "http://172.30.9.21:5000/v3/roles/d42f92f0b2c741719bba9ec3a9657d45"}, "name": "CreateSimpleVolumeSuccessTests-9418067d-5456-4ad-proj-role"}} 2018-08-12 08:19:02,020 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-c4253d44-439b-4d4c-98c7-2d8b358f383c 2018-08-12 08:19:02,020 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeSuccessTests-9418067d-5456-4ad-proj-role 2018-08-12 08:19:02,023 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/d42f92f0b2c741719bba9ec3a9657d45 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2fbc7ac58a3b370c1f05cef3e94ca0fcf89f1ef" 2018-08-12 08:19:02,109 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:19:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b30bfd0d-62ea-45fb-990e-5385a8a75d9c Content-Encoding: gzip Content-Length: 183 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "d42f92f0b2c741719bba9ec3a9657d45", "links": {"self": "http://172.30.9.21:5000/v3/roles/d42f92f0b2c741719bba9ec3a9657d45"}, "name": "CreateSimpleVolumeSuccessTests-9418067d-5456-4ad-proj-role"}} 2018-08-12 08:19:02,109 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/d42f92f0b2c741719bba9ec3a9657d45 used request id req-b30bfd0d-62ea-45fb-990e-5385a8a75d9c 2018-08-12 08:19:02,109 - keystone_utils - INFO - Granting role CreateSimpleVolumeSuccessTests-9418067d-5456-4ad-proj-role to project CreateSimpleVolumeSuccessTests-9418067d-5456-4ad-proj 2018-08-12 08:19:02,113 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/15f38dc24710423d940038617d99fab3/users/97f88e5b041049928a35d2e4ff1370b5/roles/d42f92f0b2c741719bba9ec3a9657d45 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2fbc7ac58a3b370c1f05cef3e94ca0fcf89f1ef" 2018-08-12 08:19:02,256 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:19:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5fa42b78-5069-423d-b2bb-f18aeafe6df8 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 08:19:02,256 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/15f38dc24710423d940038617d99fab3/users/97f88e5b041049928a35d2e4ff1370b5/roles/d42f92f0b2c741719bba9ec3a9657d45 used request id req-5fa42b78-5069-423d-b2bb-f18aeafe6df8 2018-08-12 08:19:02,258 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:19:02,654 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d42f92f0b2c741719bba9ec3a9657d45", "name": "CreateSimpleVolumeSuccessTests-9418067d-5456-4ad-proj-role"}], "expires_at": "2018-08-12T09:19:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "15f38dc24710423d940038617d99fab3", "name": "CreateSimpleVolumeSuccessTests-9418067d-5456-4ad-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/15f38dc24710423d940038617d99fab3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/15f38dc24710423d940038617d99fab3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/15f38dc24710423d940038617d99fab3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_15f38dc24710423d940038617d99fab3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_15f38dc24710423d940038617d99fab3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/15f38dc24710423d940038617d99fab3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/15f38dc24710423d940038617d99fab3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/15f38dc24710423d940038617d99fab3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/15f38dc24710423d940038617d99fab3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/15f38dc24710423d940038617d99fab3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/15f38dc24710423d940038617d99fab3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/15f38dc24710423d940038617d99fab3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/15f38dc24710423d940038617d99fab3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/15f38dc24710423d940038617d99fab3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSimpleVolumeSuccessTests-9418067d-5456-4ad-user", "id": "97f88e5b041049928a35d2e4ff1370b5"}, "audit_ids": ["JFEvz2qASGislLRiFW2qLw"], "issued_at": "2018-08-12T08:19:02.000000Z"}} 2018-08-12 08:19:02,654 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}cc8d28d17762e99b163a0d3348a559a91ffd0182" 2018-08-12 08:19:02,736 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:19:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7ec22b83-5931-4607-9e37-53b0ab334506 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:19:02,736 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-7ec22b83-5931-4607-9e37-53b0ab334506 2018-08-12 08:19:02,737 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:19:02,738 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:19:03,143 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d42f92f0b2c741719bba9ec3a9657d45", "name": "CreateSimpleVolumeSuccessTests-9418067d-5456-4ad-proj-role"}], "expires_at": "2018-08-12T09:19:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "15f38dc24710423d940038617d99fab3", "name": "CreateSimpleVolumeSuccessTests-9418067d-5456-4ad-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/15f38dc24710423d940038617d99fab3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/15f38dc24710423d940038617d99fab3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/15f38dc24710423d940038617d99fab3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_15f38dc24710423d940038617d99fab3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_15f38dc24710423d940038617d99fab3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/15f38dc24710423d940038617d99fab3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/15f38dc24710423d940038617d99fab3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/15f38dc24710423d940038617d99fab3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/15f38dc24710423d940038617d99fab3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/15f38dc24710423d940038617d99fab3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/15f38dc24710423d940038617d99fab3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/15f38dc24710423d940038617d99fab3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/15f38dc24710423d940038617d99fab3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/15f38dc24710423d940038617d99fab3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSimpleVolumeSuccessTests-9418067d-5456-4ad-user", "id": "97f88e5b041049928a35d2e4ff1370b5"}, "audit_ids": ["p_LcRqS-Tp6UUtwhDr1lpw"], "issued_at": "2018-08-12T08:19:03.000000Z"}} 2018-08-12 08:19:03,144 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}acd2c0d9385b8e5b63b2baafcd48abef0cb6743c" 2018-08-12 08:19:03,236 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:19:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e859fe87-6119-40bb-8555-bb3969b8b15e Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:19:03,236 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-e859fe87-6119-40bb-8555-bb3969b8b15e 2018-08-12 08:19:03,240 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/15f38dc24710423d940038617d99fab3/volumes/detail -H "OpenStack-API-Version: volume 3.5" -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acd2c0d9385b8e5b63b2baafcd48abef0cb6743c" 2018-08-12 08:19:03,472 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:19:03 GMT Server: Apache x-compute-request-id: req-4461b872-1b82-4e57-81bc-8f1ab76f9d56 OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version x-openstack-request-id: req-4461b872-1b82-4e57-81bc-8f1ab76f9d56 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-08-12 08:19:03,472 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/15f38dc24710423d940038617d99fab3/volumes/detail used request id req-4461b872-1b82-4e57-81bc-8f1ab76f9d56 2018-08-12 08:19:03,476 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8776/v3/15f38dc24710423d940038617d99fab3/volumes -H "Accept: application/json" -H "User-Agent: python-cinderclient" -H "OpenStack-API-Version: volume 3.5" -H "X-Auth-Token: {SHA1}acd2c0d9385b8e5b63b2baafcd48abef0cb6743c" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-4461b872-1b82-4e57-81bc-8f1ab76f9d56" -d '{"volume": {"status": "creating", "backup_id": null, "user_id": null, "name": "CreateSimpleVolumeSuccessTests-a877d359-9368-472b-bb67-bd55fae75abc", "imageRef": null, "availability_zone": null, "description": null, "multiattach": false, "attach_status": "detached", "volume_type": null, "metadata": {}, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "project_id": null, "source_replica": null, "size": 1}}' 2018-08-12 08:19:03,996 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 08:19:03 GMT Server: Apache x-compute-request-id: req-a9469a46-3fce-4569-9eaa-0d206d2c338d OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version x-openstack-request-id: req-a9469a46-3fce-4569-9eaa-0d206d2c338d Content-Length: 828 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "97f88e5b041049928a35d2e4ff1370b5", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/15f38dc24710423d940038617d99fab3/volumes/7dc8b453-eac7-4eb7-832c-1ecd9d53ddba", "rel": "self"}, {"href": "http://172.30.9.21:8776/15f38dc24710423d940038617d99fab3/volumes/7dc8b453-eac7-4eb7-832c-1ecd9d53ddba", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-12T08:19:03.000000", "description": null, "updated_at": null, "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-a877d359-9368-472b-bb67-bd55fae75abc", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "7dc8b453-eac7-4eb7-832c-1ecd9d53ddba", "size": 1}} 2018-08-12 08:19:03,996 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/15f38dc24710423d940038617d99fab3/volumes used request id req-a9469a46-3fce-4569-9eaa-0d206d2c338d 2018-08-12 08:19:04,000 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/15f38dc24710423d940038617d99fab3/volumes/7dc8b453-eac7-4eb7-832c-1ecd9d53ddba -H "OpenStack-API-Version: volume 3.5" -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-4461b872-1b82-4e57-81bc-8f1ab76f9d56" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acd2c0d9385b8e5b63b2baafcd48abef0cb6743c" 2018-08-12 08:19:04,253 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:19:03 GMT Server: Apache x-compute-request-id: req-f9a1589e-b6a3-47f4-83b3-163da9b4e422 OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-f9a1589e-b6a3-47f4-83b3-163da9b4e422 Content-Encoding: gzip Content-Length: 467 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "97f88e5b041049928a35d2e4ff1370b5", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/15f38dc24710423d940038617d99fab3/volumes/7dc8b453-eac7-4eb7-832c-1ecd9d53ddba", "rel": "self"}, {"href": "http://172.30.9.21:8776/15f38dc24710423d940038617d99fab3/volumes/7dc8b453-eac7-4eb7-832c-1ecd9d53ddba", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-12T08:19:03.000000", "description": null, "os-vol-tenant-attr:tenant_id": "15f38dc24710423d940038617d99fab3", "updated_at": "2018-08-12T08:19:04.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-a877d359-9368-472b-bb67-bd55fae75abc", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "7dc8b453-eac7-4eb7-832c-1ecd9d53ddba", "size": 1}} 2018-08-12 08:19:04,254 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/15f38dc24710423d940038617d99fab3/volumes/7dc8b453-eac7-4eb7-832c-1ecd9d53ddba used request id req-f9a1589e-b6a3-47f4-83b3-163da9b4e422 2018-08-12 08:19:04,254 - create_volume - INFO - Created volume with name - CreateSimpleVolumeSuccessTests-a877d359-9368-472b-bb67-bd55fae75abc 2018-08-12 08:19:04,256 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/15f38dc24710423d940038617d99fab3/volumes/7dc8b453-eac7-4eb7-832c-1ecd9d53ddba -H "OpenStack-API-Version: volume 3.5" -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-4461b872-1b82-4e57-81bc-8f1ab76f9d56" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acd2c0d9385b8e5b63b2baafcd48abef0cb6743c" 2018-08-12 08:19:04,570 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:19:04 GMT Server: Apache x-compute-request-id: req-8c12366d-0578-4c29-9c4f-04e2b2f15523 OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-8c12366d-0578-4c29-9c4f-04e2b2f15523 Content-Encoding: gzip Content-Length: 466 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "97f88e5b041049928a35d2e4ff1370b5", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/15f38dc24710423d940038617d99fab3/volumes/7dc8b453-eac7-4eb7-832c-1ecd9d53ddba", "rel": "self"}, {"href": "http://172.30.9.21:8776/15f38dc24710423d940038617d99fab3/volumes/7dc8b453-eac7-4eb7-832c-1ecd9d53ddba", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-12T08:19:03.000000", "description": null, "os-vol-tenant-attr:tenant_id": "15f38dc24710423d940038617d99fab3", "updated_at": "2018-08-12T08:19:04.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-a877d359-9368-472b-bb67-bd55fae75abc", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "7dc8b453-eac7-4eb7-832c-1ecd9d53ddba", "size": 1}} 2018-08-12 08:19:04,570 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/15f38dc24710423d940038617d99fab3/volumes/7dc8b453-eac7-4eb7-832c-1ecd9d53ddba used request id req-8c12366d-0578-4c29-9c4f-04e2b2f15523 2018-08-12 08:19:04,570 - create_volume - DEBUG - Instance status is - available 2018-08-12 08:19:04,570 - create_volume - DEBUG - Volume is active with name - CreateSimpleVolumeSuccessTests-a877d359-9368-472b-bb67-bd55fae75abc 2018-08-12 08:19:04,570 - create_volume - INFO - Volume is now active with name - CreateSimpleVolumeSuccessTests-a877d359-9368-472b-bb67-bd55fae75abc 2018-08-12 08:19:04,573 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/15f38dc24710423d940038617d99fab3/volumes/detail -H "OpenStack-API-Version: volume 3.5" -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc8d28d17762e99b163a0d3348a559a91ffd0182" 2018-08-12 08:19:04,812 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:19:04 GMT Server: Apache x-compute-request-id: req-d52c065b-989f-4862-8ef4-11d4b8e287bf OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d52c065b-989f-4862-8ef4-11d4b8e287bf Content-Encoding: gzip Content-Length: 463 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "97f88e5b041049928a35d2e4ff1370b5", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/15f38dc24710423d940038617d99fab3/volumes/7dc8b453-eac7-4eb7-832c-1ecd9d53ddba", "rel": "self"}, {"href": "http://172.30.9.21:8776/15f38dc24710423d940038617d99fab3/volumes/7dc8b453-eac7-4eb7-832c-1ecd9d53ddba", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-12T08:19:03.000000", "description": null, "os-vol-tenant-attr:tenant_id": "15f38dc24710423d940038617d99fab3", "updated_at": "2018-08-12T08:19:04.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-a877d359-9368-472b-bb67-bd55fae75abc", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "7dc8b453-eac7-4eb7-832c-1ecd9d53ddba", "size": 1}]} 2018-08-12 08:19:04,812 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/15f38dc24710423d940038617d99fab3/volumes/detail used request id req-d52c065b-989f-4862-8ef4-11d4b8e287bf 2018-08-12 08:19:04,816 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:19:04,821 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:19:04 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:19:04,822 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/15f38dc24710423d940038617d99fab3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc8d28d17762e99b163a0d3348a559a91ffd0182" 2018-08-12 08:19:04,915 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:19:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-db6dfa4c-bc59-4535-afc8-2936853c308c Content-Encoding: gzip Content-Length: 232 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/15f38dc24710423d940038617d99fab3"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "15f38dc24710423d940038617d99fab3", "name": "CreateSimpleVolumeSuccessTests-9418067d-5456-4ad-proj"}} 2018-08-12 08:19:04,915 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/15f38dc24710423d940038617d99fab3 used request id req-db6dfa4c-bc59-4535-afc8-2936853c308c 2018-08-12 08:19:04,915 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:19:04,916 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:19:05,318 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d42f92f0b2c741719bba9ec3a9657d45", "name": "CreateSimpleVolumeSuccessTests-9418067d-5456-4ad-proj-role"}], "expires_at": "2018-08-12T09:19:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "15f38dc24710423d940038617d99fab3", "name": "CreateSimpleVolumeSuccessTests-9418067d-5456-4ad-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/15f38dc24710423d940038617d99fab3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/15f38dc24710423d940038617d99fab3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/15f38dc24710423d940038617d99fab3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_15f38dc24710423d940038617d99fab3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_15f38dc24710423d940038617d99fab3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/15f38dc24710423d940038617d99fab3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/15f38dc24710423d940038617d99fab3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/15f38dc24710423d940038617d99fab3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/15f38dc24710423d940038617d99fab3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/15f38dc24710423d940038617d99fab3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/15f38dc24710423d940038617d99fab3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/15f38dc24710423d940038617d99fab3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/15f38dc24710423d940038617d99fab3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/15f38dc24710423d940038617d99fab3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSimpleVolumeSuccessTests-9418067d-5456-4ad-user", "id": "97f88e5b041049928a35d2e4ff1370b5"}, "audit_ids": ["ue8iyuKqTtWvsr5e0sM_4Q"], "issued_at": "2018-08-12T08:19:05.000000Z"}} 2018-08-12 08:19:05,318 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}e78c5df823f4a6b13ca8aa21fee068cb76536ee8" 2018-08-12 08:19:05,403 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:19:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-56c42772-986e-46f5-b512-097712b79701 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:19:05,404 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-56c42772-986e-46f5-b512-097712b79701 2018-08-12 08:19:05,409 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/15f38dc24710423d940038617d99fab3/volumes/detail -H "OpenStack-API-Version: volume 3.5" -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e78c5df823f4a6b13ca8aa21fee068cb76536ee8" 2018-08-12 08:19:05,643 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:19:05 GMT Server: Apache x-compute-request-id: req-d828bd65-7e35-469c-9475-5dddebb65e04 OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d828bd65-7e35-469c-9475-5dddebb65e04 Content-Encoding: gzip Content-Length: 463 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "97f88e5b041049928a35d2e4ff1370b5", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/15f38dc24710423d940038617d99fab3/volumes/7dc8b453-eac7-4eb7-832c-1ecd9d53ddba", "rel": "self"}, {"href": "http://172.30.9.21:8776/15f38dc24710423d940038617d99fab3/volumes/7dc8b453-eac7-4eb7-832c-1ecd9d53ddba", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-12T08:19:03.000000", "description": null, "os-vol-tenant-attr:tenant_id": "15f38dc24710423d940038617d99fab3", "updated_at": "2018-08-12T08:19:04.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-a877d359-9368-472b-bb67-bd55fae75abc", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "7dc8b453-eac7-4eb7-832c-1ecd9d53ddba", "size": 1}]} 2018-08-12 08:19:05,643 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/15f38dc24710423d940038617d99fab3/volumes/detail used request id req-d828bd65-7e35-469c-9475-5dddebb65e04 2018-08-12 08:19:05,646 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:19:05,651 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:19:05 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:19:05,652 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/15f38dc24710423d940038617d99fab3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e78c5df823f4a6b13ca8aa21fee068cb76536ee8" 2018-08-12 08:19:05,750 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:19:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e845a011-baed-4275-b686-55e88367d1d8 Content-Encoding: gzip Content-Length: 232 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/15f38dc24710423d940038617d99fab3"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "15f38dc24710423d940038617d99fab3", "name": "CreateSimpleVolumeSuccessTests-9418067d-5456-4ad-proj"}} 2018-08-12 08:19:05,750 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/15f38dc24710423d940038617d99fab3 used request id req-e845a011-baed-4275-b686-55e88367d1d8 2018-08-12 08:19:05,750 - create_volume - INFO - Did not create volume due to cleanup mode 2018-08-12 08:19:05,753 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/15f38dc24710423d940038617d99fab3/volumes/7dc8b453-eac7-4eb7-832c-1ecd9d53ddba -H "OpenStack-API-Version: volume 3.5" -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-4461b872-1b82-4e57-81bc-8f1ab76f9d56" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acd2c0d9385b8e5b63b2baafcd48abef0cb6743c" 2018-08-12 08:19:05,977 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:19:05 GMT Server: Apache x-compute-request-id: req-3a56ae27-f736-42f2-81a7-7ad59512aa72 OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-3a56ae27-f736-42f2-81a7-7ad59512aa72 Content-Encoding: gzip Content-Length: 466 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "97f88e5b041049928a35d2e4ff1370b5", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/15f38dc24710423d940038617d99fab3/volumes/7dc8b453-eac7-4eb7-832c-1ecd9d53ddba", "rel": "self"}, {"href": "http://172.30.9.21:8776/15f38dc24710423d940038617d99fab3/volumes/7dc8b453-eac7-4eb7-832c-1ecd9d53ddba", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-12T08:19:03.000000", "description": null, "os-vol-tenant-attr:tenant_id": "15f38dc24710423d940038617d99fab3", "updated_at": "2018-08-12T08:19:04.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-a877d359-9368-472b-bb67-bd55fae75abc", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "7dc8b453-eac7-4eb7-832c-1ecd9d53ddba", "size": 1}} 2018-08-12 08:19:05,977 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/15f38dc24710423d940038617d99fab3/volumes/7dc8b453-eac7-4eb7-832c-1ecd9d53ddba used request id req-3a56ae27-f736-42f2-81a7-7ad59512aa72 2018-08-12 08:19:05,977 - create_volume - DEBUG - Instance status is - available 2018-08-12 08:19:05,977 - create_volume - DEBUG - Volume is active with name - CreateSimpleVolumeSuccessTests-a877d359-9368-472b-bb67-bd55fae75abc 2018-08-12 08:19:05,977 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeSuccessTests-a877d359-9368-472b-bb67-bd55fae75abc 2018-08-12 08:19:05,980 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8776/v3/15f38dc24710423d940038617d99fab3/volumes/7dc8b453-eac7-4eb7-832c-1ecd9d53ddba -H "OpenStack-API-Version: volume 3.5" -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-4461b872-1b82-4e57-81bc-8f1ab76f9d56" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acd2c0d9385b8e5b63b2baafcd48abef0cb6743c" 2018-08-12 08:19:06,230 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 08:19:05 GMT Server: Apache OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version x-openstack-request-id: req-1617d539-b555-406c-9315-da3214648111 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 08:19:06,230 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.21:8776/v3/15f38dc24710423d940038617d99fab3/volumes/7dc8b453-eac7-4eb7-832c-1ecd9d53ddba used request id req-1617d539-b555-406c-9315-da3214648111 2018-08-12 08:19:06,233 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/15f38dc24710423d940038617d99fab3/volumes/7dc8b453-eac7-4eb7-832c-1ecd9d53ddba -H "OpenStack-API-Version: volume 3.5" -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-4461b872-1b82-4e57-81bc-8f1ab76f9d56" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acd2c0d9385b8e5b63b2baafcd48abef0cb6743c" 2018-08-12 08:19:06,451 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:19:06 GMT Server: Apache x-compute-request-id: req-9da2690f-ffd9-498e-8b4c-0d860e89f51b OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-9da2690f-ffd9-498e-8b4c-0d860e89f51b Content-Encoding: gzip Content-Length: 468 Content-Type: application/json RESP BODY: {"volume": {"status": "deleting", "user_id": "97f88e5b041049928a35d2e4ff1370b5", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/15f38dc24710423d940038617d99fab3/volumes/7dc8b453-eac7-4eb7-832c-1ecd9d53ddba", "rel": "self"}, {"href": "http://172.30.9.21:8776/15f38dc24710423d940038617d99fab3/volumes/7dc8b453-eac7-4eb7-832c-1ecd9d53ddba", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-12T08:19:03.000000", "description": null, "os-vol-tenant-attr:tenant_id": "15f38dc24710423d940038617d99fab3", "updated_at": "2018-08-12T08:19:06.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-a877d359-9368-472b-bb67-bd55fae75abc", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "7dc8b453-eac7-4eb7-832c-1ecd9d53ddba", "size": 1}} 2018-08-12 08:19:06,451 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/15f38dc24710423d940038617d99fab3/volumes/7dc8b453-eac7-4eb7-832c-1ecd9d53ddba used request id req-9da2690f-ffd9-498e-8b4c-0d860e89f51b 2018-08-12 08:19:06,451 - create_volume - DEBUG - Instance status is - deleting 2018-08-12 08:19:06,451 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-08-12 08:19:09,455 - create_volume - DEBUG - Volume status query timeout in 56.7760820389 2018-08-12 08:19:09,458 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/15f38dc24710423d940038617d99fab3/volumes/7dc8b453-eac7-4eb7-832c-1ecd9d53ddba -H "OpenStack-API-Version: volume 3.5" -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-4461b872-1b82-4e57-81bc-8f1ab76f9d56" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acd2c0d9385b8e5b63b2baafcd48abef0cb6743c" 2018-08-12 08:19:09,499 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:19:09 GMT Server: Apache OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version x-compute-request-id: req-a18a23bc-6e31-4e06-9678-e87ecbdbcf25 x-openstack-request-id: req-a18a23bc-6e31-4e06-9678-e87ecbdbcf25 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 7dc8b453-eac7-4eb7-832c-1ecd9d53ddba could not be found.", "code": 404}} 2018-08-12 08:19:09,499 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/15f38dc24710423d940038617d99fab3/volumes/7dc8b453-eac7-4eb7-832c-1ecd9d53ddba used request id req-a18a23bc-6e31-4e06-9678-e87ecbdbcf25 2018-08-12 08:19:09,499 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume 7dc8b453-eac7-4eb7-832c-1ecd9d53ddba could not be found. (HTTP 404) (Request-ID: req-a18a23bc-6e31-4e06-9678-e87ecbdbcf25) 2018-08-12 08:19:09,499 - create_volume - INFO - Volume has been properly deleted with name - CreateSimpleVolumeSuccessTests-a877d359-9368-472b-bb67-bd55fae75abc 2018-08-12 08:19:09,500 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:19:09,500 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:19:09,501 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:19:09,501 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:19:09,501 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:19:09,507 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2fbc7ac58a3b370c1f05cef3e94ca0fcf89f1ef" 2018-08-12 08:19:09,766 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 43135 X-Openstack-Request-Id: req-49a5177b-505b-4538-9ccc-81507e901251 Date: Sun, 12 Aug 2018 08:19:09 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "created_at": "2018-08-12T06:59:44Z", "updated_at": "2018-08-12T06:59:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "1d7fd960-7865-4453-aecc-8d399b4fad21", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "66820d8a-b785-4b18-bd67-500221c8e4f9", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "74fc7638-a322-4841-8c47-06d36174a200", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "8eaa09ec-8419-4582-9312-1e527afe6e4b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}], "revision_number": 4, "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "created_at": "2018-08-12T05:12:34Z", "updated_at": "2018-08-12T05:12:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "709513d2-af7d-4d0b-bd3c-604fed75a711", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "aa346066-e46f-44f2-94be-2884aa998a19", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "c15f7b93-e56c-4afa-867d-2acb286d4b7b", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "cb0ef83f-5f70-4a80-ad35-431ca9df551e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}], "revision_number": 4, "project_id": "fa5a7fe6ee54472ba01638877aade8e3", "id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ea65becf30e54b27aa96a449698a435e", "created_at": "2018-08-12T05:10:35Z", "updated_at": "2018-08-12T05:10:35Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "30ad280c-f302-4cd4-a438-5139917b56f9", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "76115c4c-887d-4f0a-83e2-486e4b39c713", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "8ab14937-4c08-4d43-8a9a-662e622cc643", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "ee757a03-5662-4273-9c3e-6212e7afb48f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}], "revision_number": 4, "project_id": "ea65becf30e54b27aa96a449698a435e", "id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "created_at": "2018-08-12T06:20:09Z", "updated_at": "2018-08-12T06:20:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "1123b8f2-75ac-4a26-b9b2-a96da97408e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "2ddd2b93-e080-48cd-9a50-f5fe8a82ad0c", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "cd1bae62-0aea-4438-b4c3-50a69ae6f855", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "e398e01e-ceea-46d1-9534-b929808c4a5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}], "revision_number": 4, "project_id": "ff7abd7bb61f4f2889831e932d65dc2e", "id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "created_at": "2018-08-12T05:34:57Z", "updated_at": "2018-08-12T05:34:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "208a1c1e-f5f8-49c7-9a25-d07e68b1541f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "27bfd867-e607-4bf8-9de8-60682d3f771d", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "49360e1f-6fd3-4f35-b339-24cea95773ee", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "60f631a9-d305-4920-9631-d0543e2ac64f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}], "revision_number": 4, "project_id": "3a85ceae958d4d9fba68847e7df67db8", "id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "created_at": "2018-08-12T05:34:40Z", "updated_at": "2018-08-12T05:34:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "2192c259-363e-4768-ae73-e75837ad63b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "3f87ddc5-f84d-41dc-8215-847724782569", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "7d89f6da-ea78-49dd-9115-f9ad23b250bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "9ec4497d-0f65-44db-9be9-7b3042e4a584", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}], "revision_number": 4, "project_id": "85517fcf1c6247e699fdcdd42ecc8c79", "id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "created_at": "2018-08-12T05:16:02Z", "updated_at": "2018-08-12T05:16:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "1ecacd8c-c1c7-4a66-9871-406a69323b43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "3cc1750c-e0e7-4902-b6f3-494a161b832e", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "d719a7a4-8c99-44ed-8c12-6bf071890203", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "fe7421b5-d577-41da-8c78-62f3c07eda92", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}], "revision_number": 4, "project_id": "a267b9a156244bb192691cff6e5f74fe", "id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "315a428116f24d9fbb826b37080a918e", "created_at": "2018-08-12T05:11:31Z", "updated_at": "2018-08-12T05:11:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "5e52886a-1dc3-4a81-a55d-f388dc4fd1a1", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "678e32e4-d64c-448a-a4ab-e253ab94ae90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "a8da1539-e3ad-4f90-b2df-3dc1f09d228a", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "b73d5cc9-0205-4658-bb1f-61a042c0ab8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}], "revision_number": 4, "project_id": "315a428116f24d9fbb826b37080a918e", "id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-12T05:08:01Z", "updated_at": "2018-08-12T05:08:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:01Z", "revision_number": 0, "id": "0fb05d03-1117-45d0-930c-b6d4c96ef102", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "4faaab33-5788-4bbd-85b8-0fb44d41413a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "96d0c5a0-5c67-421b-8fc8-2b46d77e5db3", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "dd78519b-4bc5-4e8e-ad0f-58089dd69347", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "11a46741b7954b959fd7764109c047b6", "created_at": "2018-08-12T05:34:51Z", "updated_at": "2018-08-12T05:34:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "0b67bf3c-2289-43bb-ab6c-7d25ec32a279", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "51f3f833-337a-42bd-a8d5-742ea8d6c226", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "571fd0b5-ef90-408d-af33-aafb517b8993", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "944ba823-fb9c-496e-a66e-bb426bb14a8d", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}], "revision_number": 4, "project_id": "11a46741b7954b959fd7764109c047b6", "id": "90af9782-8112-4257-801d-ee5115d226ba", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "created_at": "2018-08-12T05:34:26Z", "updated_at": "2018-08-12T05:34:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "2ee1f63a-807c-4d6a-85ee-dd784f6b8c3f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5dec3ec2-2add-47dd-8618-90659dcf3885", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5ea0dc3e-49d0-43f0-94e9-f6443527d14c", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "fbfaca22-7e3e-4128-8973-43e439b77c28", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}], "revision_number": 4, "project_id": "3c01cd58055c44ecaef39f7e625c2258", "id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "521007c1818145639e93ceb270559219", "created_at": "2018-08-12T05:13:27Z", "updated_at": "2018-08-12T05:13:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "5e7fede5-b0f2-47d8-95c3-516cdfc7f9de", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "8fd0e36f-c6c4-4f64-ba97-40439e614448", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "db7d79de-1dfc-4138-945f-91e74cdc266b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "e87f2cff-ff3e-4b6d-aaf0-7f0eb0ab9f05", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}], "revision_number": 4, "project_id": "521007c1818145639e93ceb270559219", "id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "created_at": "2018-08-12T05:08:18Z", "updated_at": "2018-08-12T05:08:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "3c67be40-bf74-4f97-9693-d93ce73a23b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "6112d869-2fc6-4a25-a13c-3d55cd7206c0", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "bdf21c56-453e-482e-9cba-3c55abcb0339", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "c8e92c39-38cc-4f48-be9c-5f0912e6a725", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}], "revision_number": 4, "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "created_at": "2018-08-12T05:04:23Z", "updated_at": "2018-08-12T05:04:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "280546d9-8ad1-4283-abfc-15ee9b1736c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "58bce125-f2ca-4a6d-b9ca-4e6cf5c0f7a5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "69275b9a-cfb5-482c-a9c4-8ffc79adf2c7", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "6d747f3a-3764-469a-a645-f977585c5aac", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}], "revision_number": 4, "project_id": "310f5853751a4c968f3eeb0a3d99a0a8", "id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "created_at": "2018-08-12T05:34:42Z", "updated_at": "2018-08-12T05:34:42Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "199582e8-25aa-457a-aa7c-6d8413ca4464", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "234f3609-4454-448f-919d-c8143c7cd764", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "c1061460-71a2-49a9-a04b-9fa33eeb17ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "d21ac532-51d8-4d6b-8300-7bac216759bf", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}], "revision_number": 4, "project_id": "9f6c1a272706419c9a74b0893b2890e8", "id": "d6739716-c693-460c-89c6-e7c8c48f8245", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "created_at": "2018-08-12T05:34:54Z", "updated_at": "2018-08-12T05:34:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "0633a05a-ee7d-4476-a56b-75d011b22f77", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "6cc1b9f8-73db-47a3-a0e0-3c96c43f34da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "90d99a6b-e94f-4fd8-a10c-f19dd8954c13", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "e843c139-af2a-4d2c-a24f-59f7b10ff72e", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}], "revision_number": 4, "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "created_at": "2018-08-12T05:09:07Z", "updated_at": "2018-08-12T05:09:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "5495e168-f505-4d74-ae6d-387f0bf533c2", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "6fd19b8b-3062-456e-81ba-3ff37fe43429", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8ca59d25-485c-46ce-939c-2e4a468caeac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8f190846-50a0-42b9-b571-390809b752b1", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}], "revision_number": 4, "project_id": "fa9ca6d7608b4d7d87ce97331679a481", "id": "edcd9b17-9416-4c25-823c-060c435e18d7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "created_at": "2018-08-12T05:34:52Z", "updated_at": "2018-08-12T05:34:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "2c7e484e-6ec5-4a95-8c9c-66d294c0c27e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "70c74258-3c2c-4efc-87e0-079c26ee3417", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "b70382fa-082e-4c2b-abc8-87490fa50b11", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "c3628e02-b4b6-42c9-8751-c1a2d3c19caa", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}], "revision_number": 4, "project_id": "87db863ba6e348b0a5ddcb67053db9d1", "id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "name": "default"}]} 2018-08-12 08:19:09,767 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-49a5177b-505b-4538-9ccc-81507e901251 2018-08-12 08:19:09,774 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2fbc7ac58a3b370c1f05cef3e94ca0fcf89f1ef" 2018-08-12 08:19:09,858 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:19:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-14399966-4296-4927-970c-537355fe53a3 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 5fe28c13d4d74ba2be8d019ac1ea6363.", "code": 404, "title": "Not Found"}} 2018-08-12 08:19:09,858 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 used request id req-14399966-4296-4927-970c-537355fe53a3 2018-08-12 08:19:09,858 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:19:09,861 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2fbc7ac58a3b370c1f05cef3e94ca0fcf89f1ef" 2018-08-12 08:19:09,963 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:19:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e9215b57-c9d3-4c82-b0b4-f2bbc3587e0e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa5a7fe6ee54472ba01638877aade8e3.", "code": 404, "title": "Not Found"}} 2018-08-12 08:19:09,963 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 used request id req-e9215b57-c9d3-4c82-b0b4-f2bbc3587e0e 2018-08-12 08:19:09,963 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:19:09,967 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2fbc7ac58a3b370c1f05cef3e94ca0fcf89f1ef" 2018-08-12 08:19:10,068 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:19:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1ee722cc-a007-422d-a59f-ea3a115ba898 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ea65becf30e54b27aa96a449698a435e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:19:10,069 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e used request id req-1ee722cc-a007-422d-a59f-ea3a115ba898 2018-08-12 08:19:10,069 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:19:10,072 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2fbc7ac58a3b370c1f05cef3e94ca0fcf89f1ef" 2018-08-12 08:19:10,158 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:19:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-662295bc-ce2d-430d-ab9b-8745a29ab788 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ff7abd7bb61f4f2889831e932d65dc2e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:19:10,158 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e used request id req-662295bc-ce2d-430d-ab9b-8745a29ab788 2018-08-12 08:19:10,159 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:19:10,162 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2fbc7ac58a3b370c1f05cef3e94ca0fcf89f1ef" 2018-08-12 08:19:10,252 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:19:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-585d0423-036f-4853-9806-a8796e5bbc6d Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3a85ceae958d4d9fba68847e7df67db8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:19:10,253 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 used request id req-585d0423-036f-4853-9806-a8796e5bbc6d 2018-08-12 08:19:10,253 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:19:10,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2fbc7ac58a3b370c1f05cef3e94ca0fcf89f1ef" 2018-08-12 08:19:10,346 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:19:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7f2e3213-220a-4ecf-909a-e111cb31ad7d Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 85517fcf1c6247e699fdcdd42ecc8c79.", "code": 404, "title": "Not Found"}} 2018-08-12 08:19:10,346 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 used request id req-7f2e3213-220a-4ecf-909a-e111cb31ad7d 2018-08-12 08:19:10,346 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:19:10,349 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2fbc7ac58a3b370c1f05cef3e94ca0fcf89f1ef" 2018-08-12 08:19:10,437 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:19:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7213455d-0d9e-4276-a8c9-c81a6b517365 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}} 2018-08-12 08:19:10,437 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe used request id req-7213455d-0d9e-4276-a8c9-c81a6b517365 2018-08-12 08:19:10,441 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2fbc7ac58a3b370c1f05cef3e94ca0fcf89f1ef" 2018-08-12 08:19:10,532 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:19:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a93d31dd-da70-4296-8b26-7d02314221c3 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 315a428116f24d9fbb826b37080a918e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:19:10,532 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e used request id req-a93d31dd-da70-4296-8b26-7d02314221c3 2018-08-12 08:19:10,532 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:19:10,535 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2fbc7ac58a3b370c1f05cef3e94ca0fcf89f1ef" 2018-08-12 08:19:10,626 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:19:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fcdc533e-e18b-47c4-8047-8cddb0e7910a Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 11a46741b7954b959fd7764109c047b6.", "code": 404, "title": "Not Found"}} 2018-08-12 08:19:10,626 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 used request id req-fcdc533e-e18b-47c4-8047-8cddb0e7910a 2018-08-12 08:19:10,627 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:19:10,630 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2fbc7ac58a3b370c1f05cef3e94ca0fcf89f1ef" 2018-08-12 08:19:10,721 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:19:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-64ff6f51-15b3-4679-a570-9a4765b16d65 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3c01cd58055c44ecaef39f7e625c2258.", "code": 404, "title": "Not Found"}} 2018-08-12 08:19:10,721 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 used request id req-64ff6f51-15b3-4679-a570-9a4765b16d65 2018-08-12 08:19:10,722 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:19:10,725 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2fbc7ac58a3b370c1f05cef3e94ca0fcf89f1ef" 2018-08-12 08:19:10,817 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:19:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bd8f0a50-c089-4376-9725-f27e6df8c132 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 521007c1818145639e93ceb270559219.", "code": 404, "title": "Not Found"}} 2018-08-12 08:19:10,817 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 used request id req-bd8f0a50-c089-4376-9725-f27e6df8c132 2018-08-12 08:19:10,817 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:19:10,821 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2fbc7ac58a3b370c1f05cef3e94ca0fcf89f1ef" 2018-08-12 08:19:10,914 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:19:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5ce20037-76f8-46c2-a42b-4623283c2b51 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e18fcc7fc10a4fd0b20234f8520d0aab.", "code": 404, "title": "Not Found"}} 2018-08-12 08:19:10,914 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab used request id req-5ce20037-76f8-46c2-a42b-4623283c2b51 2018-08-12 08:19:10,914 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:19:10,918 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2fbc7ac58a3b370c1f05cef3e94ca0fcf89f1ef" 2018-08-12 08:19:11,005 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:19:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2e52cf02-003f-405a-86f6-18ce53a69493 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "310f5853751a4c968f3eeb0a3d99a0a8", "name": "service"}} 2018-08-12 08:19:11,005 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 used request id req-2e52cf02-003f-405a-86f6-18ce53a69493 2018-08-12 08:19:11,009 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2fbc7ac58a3b370c1f05cef3e94ca0fcf89f1ef" 2018-08-12 08:19:11,102 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:19:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d5cedd9c-7373-48f9-9de8-87ea7cf1f4a5 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9f6c1a272706419c9a74b0893b2890e8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:19:11,103 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 used request id req-d5cedd9c-7373-48f9-9de8-87ea7cf1f4a5 2018-08-12 08:19:11,103 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:19:11,106 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/34cb7327fcfc4b52a63b4b8c0ea4a54d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2fbc7ac58a3b370c1f05cef3e94ca0fcf89f1ef" 2018-08-12 08:19:11,198 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:19:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8ea6665d-f55c-4f87-a862-bdb4078b796c Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 34cb7327fcfc4b52a63b4b8c0ea4a54d.", "code": 404, "title": "Not Found"}} 2018-08-12 08:19:11,198 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/34cb7327fcfc4b52a63b4b8c0ea4a54d used request id req-8ea6665d-f55c-4f87-a862-bdb4078b796c 2018-08-12 08:19:11,199 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:19:11,202 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa9ca6d7608b4d7d87ce97331679a481 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2fbc7ac58a3b370c1f05cef3e94ca0fcf89f1ef" 2018-08-12 08:19:11,292 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:19:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c0279665-7e57-4081-bb68-d085a9dc7d9b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa9ca6d7608b4d7d87ce97331679a481.", "code": 404, "title": "Not Found"}} 2018-08-12 08:19:11,293 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa9ca6d7608b4d7d87ce97331679a481 used request id req-c0279665-7e57-4081-bb68-d085a9dc7d9b 2018-08-12 08:19:11,293 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:19:11,296 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/87db863ba6e348b0a5ddcb67053db9d1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2fbc7ac58a3b370c1f05cef3e94ca0fcf89f1ef" 2018-08-12 08:19:11,387 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:19:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c73e9db7-df0e-48e1-a30e-02cc1afbb129 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87db863ba6e348b0a5ddcb67053db9d1.", "code": 404, "title": "Not Found"}} 2018-08-12 08:19:11,388 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/87db863ba6e348b0a5ddcb67053db9d1 used request id req-c73e9db7-df0e-48e1-a30e-02cc1afbb129 2018-08-12 08:19:11,388 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:19:11,389 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeSuccessTests-9418067d-5456-4ad-proj 2018-08-12 08:19:11,391 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/15f38dc24710423d940038617d99fab3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2fbc7ac58a3b370c1f05cef3e94ca0fcf89f1ef" 2018-08-12 08:19:11,606 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:19:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-03a91dbc-aa2c-4ddd-8240-e346b120bb79 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 08:19:11,606 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/15f38dc24710423d940038617d99fab3 used request id req-03a91dbc-aa2c-4ddd-8240-e346b120bb79 2018-08-12 08:19:11,606 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeSuccessTests-9418067d-5456-4ad-proj-role 2018-08-12 08:19:11,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/d42f92f0b2c741719bba9ec3a9657d45 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2fbc7ac58a3b370c1f05cef3e94ca0fcf89f1ef" 2018-08-12 08:19:11,720 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:19:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0b3d9070-1a59-4cf6-ab5e-22a7aacf93d3 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 08:19:11,720 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/d42f92f0b2c741719bba9ec3a9657d45 used request id req-0b3d9070-1a59-4cf6-ab5e-22a7aacf93d3 2018-08-12 08:19:11,723 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2fbc7ac58a3b370c1f05cef3e94ca0fcf89f1ef" 2018-08-12 08:19:11,808 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:19:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-96b2fa16-efb7-43c5-a394-44d314541baf Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:19:11,809 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-96b2fa16-efb7-43c5-a394-44d314541baf 2018-08-12 08:19:11,809 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeSuccessTests-9418067d-5456-4ad-user 2018-08-12 08:19:11,813 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/97f88e5b041049928a35d2e4ff1370b5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a3ba379023db94a320989686584dc7c2c28b5ac" 2018-08-12 08:19:12,002 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:19:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b19f5b9e-5d5a-4c1e-8466-f9a4ea1a5444 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 08:19:12,002 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/97f88e5b041049928a35d2e4ff1370b5 used request id req-b19f5b9e-5d5a-4c1e-8466-f9a4ea1a5444 2018-08-12 08:19:12,004 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:19:12,393 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:19:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["Nvaa4bldQzqLVMKSts-8pA"], "issued_at": "2018-08-12T08:19:12.000000Z"}} 2018-08-12 08:19:12,394 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}0fba595bb093f76acec50ef2f76de50f2ae5caa4" 2018-08-12 08:19:12,482 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:19:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cd6d9581-9ace-402d-b09d-6eb07f6178b9 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:19:12,482 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-cd6d9581-9ace-402d-b09d-6eb07f6178b9 2018-08-12 08:19:12,483 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:19:12,484 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:19:12,872 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:19:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["qommEwiOSZWUexEHgIIL1g"], "issued_at": "2018-08-12T08:19:12.000000Z"}} 2018-08-12 08:19:12,873 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}c52aa68b2ca26fe5dd6f63b031f2b0152e31f97d" 2018-08-12 08:19:12,954 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:19:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5c7a9147-dfbd-4be1-b783-b4ea69d0ad97 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:19:12,954 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-5c7a9147-dfbd-4be1-b783-b4ea69d0ad97 2018-08-12 08:19:12,958 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:19:12,963 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:19:12 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:19:12,964 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeSuccessTests-3a78ed5a-20ee-44c-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c52aa68b2ca26fe5dd6f63b031f2b0152e31f97d" 2018-08-12 08:19:13,059 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:19:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bd1e1eb4-8539-4493-bf66-389423e452a2 Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeSuccessTests-3a78ed5a-20ee-44c-proj", "previous": null, "next": null}, "projects": []} 2018-08-12 08:19:13,059 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeSuccessTests-3a78ed5a-20ee-44c-proj used request id req-bd1e1eb4-8539-4493-bf66-389423e452a2 2018-08-12 08:19:13,063 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c52aa68b2ca26fe5dd6f63b031f2b0152e31f97d" 2018-08-12 08:19:13,161 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:19:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d425a7c8-2058-443b-93ac-e237ca91c754 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:19:13,161 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-d425a7c8-2058-443b-93ac-e237ca91c754 2018-08-12 08:19:13,164 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c52aa68b2ca26fe5dd6f63b031f2b0152e31f97d" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-3a78ed5a-20ee-44c-proj"}}' 2018-08-12 08:19:13,289 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:19:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7e4264da-e744-4bef-822b-2eea2d3dba7e Content-Length: 327 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c8a8e235e51d471c87b35987acfee5ee"}, "tags": [], "enabled": true, "id": "c8a8e235e51d471c87b35987acfee5ee", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-3a78ed5a-20ee-44c-proj"}} 2018-08-12 08:19:13,289 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-7e4264da-e744-4bef-822b-2eea2d3dba7e 2018-08-12 08:19:13,289 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeSuccessTests-3a78ed5a-20ee-44c-proj 2018-08-12 08:19:13,289 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:19:13,290 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:19:13,683 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:19:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["kGjIdfOPQjSg6xTHYr0XRQ"], "issued_at": "2018-08-12T08:19:13.000000Z"}} 2018-08-12 08:19:13,683 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}5148b3a25791bb467a2db6a5fe770812e8d0beb0" 2018-08-12 08:19:13,766 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:19:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c8f24961-a948-4042-84e4-eb2caa71b318 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:19:13,766 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-c8f24961-a948-4042-84e4-eb2caa71b318 2018-08-12 08:19:13,770 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:19:13,776 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:19:13 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:19:13,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5148b3a25791bb467a2db6a5fe770812e8d0beb0" 2018-08-12 08:19:13,886 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:19:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c7e13ac-fb8c-4618-9fc6-df15e209335a Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/105a247548624314b9228f85f6325f0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105a247548624314b9228f85f6325f0b", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/1c5de0eaa44543f08da6ad63a51594ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c5de0eaa44543f08da6ad63a51594ff", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/1d127b5b832547a88a547c116dfdd65b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d127b5b832547a88a547c116dfdd65b", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/1d5cfc170d624ce4ae53ae0507c8d517"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d5cfc170d624ce4ae53ae0507c8d517", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/2421820b75eb4d3ebd02830378d1377b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2421820b75eb4d3ebd02830378d1377b", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/40bd8ee54ecf44868cc83cede652c396"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40bd8ee54ecf44868cc83cede652c396", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/4f32fb8153854c4c9f5094b42b523f80"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f32fb8153854c4c9f5094b42b523f80", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7066130d08fb4db7bf4ab468de53933b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7066130d08fb4db7bf4ab468de53933b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/8d0898a83bcf4521bbc11501d5d7ac89"}, "domain_id": "1eec97585bde483292ece28ee11f4b8d", "enabled": true, "options": {}, "id": "8d0898a83bcf4521bbc11501d5d7ac89", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/9defcced327d476f8a3beab718a13da3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9defcced327d476f8a3beab718a13da3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/b80ee4f6992446e0879624dd436e99a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b80ee4f6992446e0879624dd436e99a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b86fd3e011324d398fcdb6f095a20a9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b86fd3e011324d398fcdb6f095a20a9d", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1701d2754064b5cadf765ea0806f9b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1701d2754064b5cadf765ea0806f9b2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/db4e7b8d76d549faa502716565c733dd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db4e7b8d76d549faa502716565c733dd", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-12 08:19:13,886 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-7c7e13ac-fb8c-4618-9fc6-df15e209335a 2018-08-12 08:19:13,890 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateSimpleVolumeSuccessTests-3a78ed5a-20ee-44c-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5148b3a25791bb467a2db6a5fe770812e8d0beb0" 2018-08-12 08:19:13,910 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:19:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e92daa45-b475-4767-a3b0-7d8f865f9dfd Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateSimpleVolumeSuccessTests-3a78ed5a-20ee-44c-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c8a8e235e51d471c87b35987acfee5ee"}, "tags": [], "enabled": true, "id": "c8a8e235e51d471c87b35987acfee5ee", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-3a78ed5a-20ee-44c-proj"}]} 2018-08-12 08:19:13,911 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateSimpleVolumeSuccessTests-3a78ed5a-20ee-44c-proj used request id req-e92daa45-b475-4767-a3b0-7d8f865f9dfd 2018-08-12 08:19:13,914 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5148b3a25791bb467a2db6a5fe770812e8d0beb0" 2018-08-12 08:19:14,008 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:19:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2e59d8d3-b407-4f3f-bd23-ad2432129fdb Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:19:14,008 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-2e59d8d3-b407-4f3f-bd23-ad2432129fdb 2018-08-12 08:19:14,307 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeSuccessTests-3a78ed5a-20ee-44c-user 2018-08-12 08:19:14,307 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:19:14,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c52aa68b2ca26fe5dd6f63b031f2b0152e31f97d" 2018-08-12 08:19:14,399 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:19:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9c00c42f-2254-44da-a4c3-746f4c314bb7 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:19:14,399 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-9c00c42f-2254-44da-a4c3-746f4c314bb7 2018-08-12 08:19:14,403 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c52aa68b2ca26fe5dd6f63b031f2b0152e31f97d" -d '{"role": {"name": "CreateSimpleVolumeSuccessTests-3a78ed5a-20ee-44c-proj-role"}}' 2018-08-12 08:19:14,510 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:19:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-636e7245-e636-4a3c-9e95-698375cded1a Content-Length: 229 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "bf4db24c8a7b42149378af2e3d586af2", "links": {"self": "http://172.30.9.21:5000/v3/roles/bf4db24c8a7b42149378af2e3d586af2"}, "name": "CreateSimpleVolumeSuccessTests-3a78ed5a-20ee-44c-proj-role"}} 2018-08-12 08:19:14,510 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-636e7245-e636-4a3c-9e95-698375cded1a 2018-08-12 08:19:14,511 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeSuccessTests-3a78ed5a-20ee-44c-proj-role 2018-08-12 08:19:14,514 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/bf4db24c8a7b42149378af2e3d586af2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c52aa68b2ca26fe5dd6f63b031f2b0152e31f97d" 2018-08-12 08:19:14,608 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:19:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c95273db-b0c5-4194-9f3f-cbcbbcc30650 Content-Encoding: gzip Content-Length: 182 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "bf4db24c8a7b42149378af2e3d586af2", "links": {"self": "http://172.30.9.21:5000/v3/roles/bf4db24c8a7b42149378af2e3d586af2"}, "name": "CreateSimpleVolumeSuccessTests-3a78ed5a-20ee-44c-proj-role"}} 2018-08-12 08:19:14,609 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/bf4db24c8a7b42149378af2e3d586af2 used request id req-c95273db-b0c5-4194-9f3f-cbcbbcc30650 2018-08-12 08:19:14,609 - keystone_utils - INFO - Granting role CreateSimpleVolumeSuccessTests-3a78ed5a-20ee-44c-proj-role to project CreateSimpleVolumeSuccessTests-3a78ed5a-20ee-44c-proj 2018-08-12 08:19:14,612 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/c8a8e235e51d471c87b35987acfee5ee/users/728ae3dff17b4c21a3c18b5dcbf7938d/roles/bf4db24c8a7b42149378af2e3d586af2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c52aa68b2ca26fe5dd6f63b031f2b0152e31f97d" 2018-08-12 08:19:14,753 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:19:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c389cb50-94bb-402e-86fe-2f361aeda2a7 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 08:19:14,753 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/c8a8e235e51d471c87b35987acfee5ee/users/728ae3dff17b4c21a3c18b5dcbf7938d/roles/bf4db24c8a7b42149378af2e3d586af2 used request id req-c389cb50-94bb-402e-86fe-2f361aeda2a7 2018-08-12 08:19:14,756 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:19:15,164 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "bf4db24c8a7b42149378af2e3d586af2", "name": "CreateSimpleVolumeSuccessTests-3a78ed5a-20ee-44c-proj-role"}], "expires_at": "2018-08-12T09:19:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8a8e235e51d471c87b35987acfee5ee", "name": "CreateSimpleVolumeSuccessTests-3a78ed5a-20ee-44c-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/c8a8e235e51d471c87b35987acfee5ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/c8a8e235e51d471c87b35987acfee5ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/c8a8e235e51d471c87b35987acfee5ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_c8a8e235e51d471c87b35987acfee5ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_c8a8e235e51d471c87b35987acfee5ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/c8a8e235e51d471c87b35987acfee5ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/c8a8e235e51d471c87b35987acfee5ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/c8a8e235e51d471c87b35987acfee5ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/c8a8e235e51d471c87b35987acfee5ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/c8a8e235e51d471c87b35987acfee5ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/c8a8e235e51d471c87b35987acfee5ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/c8a8e235e51d471c87b35987acfee5ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/c8a8e235e51d471c87b35987acfee5ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/c8a8e235e51d471c87b35987acfee5ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSimpleVolumeSuccessTests-3a78ed5a-20ee-44c-user", "id": "728ae3dff17b4c21a3c18b5dcbf7938d"}, "audit_ids": ["RCNIx1URRsi61cnEHMDgXw"], "issued_at": "2018-08-12T08:19:15.000000Z"}} 2018-08-12 08:19:15,164 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}fd7b0e18b3e56332af44a6908af82aff65dc6924" 2018-08-12 08:19:15,252 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:19:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fcd328d1-ba66-44f9-a8e1-f3335ef141e6 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:19:15,253 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-fcd328d1-ba66-44f9-a8e1-f3335ef141e6 2018-08-12 08:19:15,254 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:19:15,255 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:19:15,645 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "bf4db24c8a7b42149378af2e3d586af2", "name": "CreateSimpleVolumeSuccessTests-3a78ed5a-20ee-44c-proj-role"}], "expires_at": "2018-08-12T09:19:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8a8e235e51d471c87b35987acfee5ee", "name": "CreateSimpleVolumeSuccessTests-3a78ed5a-20ee-44c-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/c8a8e235e51d471c87b35987acfee5ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/c8a8e235e51d471c87b35987acfee5ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/c8a8e235e51d471c87b35987acfee5ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_c8a8e235e51d471c87b35987acfee5ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_c8a8e235e51d471c87b35987acfee5ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/c8a8e235e51d471c87b35987acfee5ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/c8a8e235e51d471c87b35987acfee5ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/c8a8e235e51d471c87b35987acfee5ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/c8a8e235e51d471c87b35987acfee5ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/c8a8e235e51d471c87b35987acfee5ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/c8a8e235e51d471c87b35987acfee5ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/c8a8e235e51d471c87b35987acfee5ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/c8a8e235e51d471c87b35987acfee5ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/c8a8e235e51d471c87b35987acfee5ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSimpleVolumeSuccessTests-3a78ed5a-20ee-44c-user", "id": "728ae3dff17b4c21a3c18b5dcbf7938d"}, "audit_ids": ["LelpOL5cS8W3UauplUvtdQ"], "issued_at": "2018-08-12T08:19:15.000000Z"}} 2018-08-12 08:19:15,646 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}644a83a1ad44644412b8db30d51e08106b963852" 2018-08-12 08:19:15,732 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:19:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6c306361-c2b6-4310-a51b-07ff6204595a Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:19:15,732 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-6c306361-c2b6-4310-a51b-07ff6204595a 2018-08-12 08:19:15,738 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/c8a8e235e51d471c87b35987acfee5ee/volumes/detail -H "OpenStack-API-Version: volume 3.5" -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}644a83a1ad44644412b8db30d51e08106b963852" 2018-08-12 08:19:16,077 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:19:15 GMT Server: Apache x-compute-request-id: req-0dafbe2d-4c04-448f-989d-c69295f3cf05 OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version x-openstack-request-id: req-0dafbe2d-4c04-448f-989d-c69295f3cf05 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-08-12 08:19:16,078 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/c8a8e235e51d471c87b35987acfee5ee/volumes/detail used request id req-0dafbe2d-4c04-448f-989d-c69295f3cf05 2018-08-12 08:19:16,081 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8776/v3/c8a8e235e51d471c87b35987acfee5ee/volumes -H "Accept: application/json" -H "User-Agent: python-cinderclient" -H "OpenStack-API-Version: volume 3.5" -H "X-Auth-Token: {SHA1}644a83a1ad44644412b8db30d51e08106b963852" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-0dafbe2d-4c04-448f-989d-c69295f3cf05" -d '{"volume": {"status": "creating", "backup_id": null, "user_id": null, "name": "CreateSimpleVolumeSuccessTests-af2b7de3-b863-41d6-8265-a76741bab229", "imageRef": null, "availability_zone": null, "description": null, "multiattach": false, "attach_status": "detached", "volume_type": null, "metadata": {}, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "project_id": null, "source_replica": null, "size": 1}}' 2018-08-12 08:19:16,459 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 08:19:16 GMT Server: Apache x-compute-request-id: req-6c4f355a-1c66-4581-b96e-7085b98d5f81 OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version x-openstack-request-id: req-6c4f355a-1c66-4581-b96e-7085b98d5f81 Content-Length: 828 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "728ae3dff17b4c21a3c18b5dcbf7938d", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/c8a8e235e51d471c87b35987acfee5ee/volumes/9a714382-c78a-4482-b83e-6cb2d52489ba", "rel": "self"}, {"href": "http://172.30.9.21:8776/c8a8e235e51d471c87b35987acfee5ee/volumes/9a714382-c78a-4482-b83e-6cb2d52489ba", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-12T08:19:16.000000", "description": null, "updated_at": null, "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-af2b7de3-b863-41d6-8265-a76741bab229", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "9a714382-c78a-4482-b83e-6cb2d52489ba", "size": 1}} 2018-08-12 08:19:16,459 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/c8a8e235e51d471c87b35987acfee5ee/volumes used request id req-6c4f355a-1c66-4581-b96e-7085b98d5f81 2018-08-12 08:19:16,463 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/c8a8e235e51d471c87b35987acfee5ee/volumes/9a714382-c78a-4482-b83e-6cb2d52489ba -H "OpenStack-API-Version: volume 3.5" -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-0dafbe2d-4c04-448f-989d-c69295f3cf05" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}644a83a1ad44644412b8db30d51e08106b963852" 2018-08-12 08:19:16,685 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:19:16 GMT Server: Apache x-compute-request-id: req-b64e7c5e-18de-4a23-a545-5e7b2e92c61b OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-b64e7c5e-18de-4a23-a545-5e7b2e92c61b Content-Encoding: gzip Content-Length: 460 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "728ae3dff17b4c21a3c18b5dcbf7938d", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/c8a8e235e51d471c87b35987acfee5ee/volumes/9a714382-c78a-4482-b83e-6cb2d52489ba", "rel": "self"}, {"href": "http://172.30.9.21:8776/c8a8e235e51d471c87b35987acfee5ee/volumes/9a714382-c78a-4482-b83e-6cb2d52489ba", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-12T08:19:16.000000", "description": null, "os-vol-tenant-attr:tenant_id": "c8a8e235e51d471c87b35987acfee5ee", "updated_at": "2018-08-12T08:19:16.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-af2b7de3-b863-41d6-8265-a76741bab229", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "9a714382-c78a-4482-b83e-6cb2d52489ba", "size": 1}} 2018-08-12 08:19:16,685 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/c8a8e235e51d471c87b35987acfee5ee/volumes/9a714382-c78a-4482-b83e-6cb2d52489ba used request id req-b64e7c5e-18de-4a23-a545-5e7b2e92c61b 2018-08-12 08:19:16,685 - create_volume - INFO - Created volume with name - CreateSimpleVolumeSuccessTests-af2b7de3-b863-41d6-8265-a76741bab229 2018-08-12 08:19:16,688 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/c8a8e235e51d471c87b35987acfee5ee/volumes/9a714382-c78a-4482-b83e-6cb2d52489ba -H "OpenStack-API-Version: volume 3.5" -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-0dafbe2d-4c04-448f-989d-c69295f3cf05" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}644a83a1ad44644412b8db30d51e08106b963852" 2018-08-12 08:19:16,926 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:19:16 GMT Server: Apache x-compute-request-id: req-0c13d6de-dd30-4c29-ab15-b1d086cfac1e OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-0c13d6de-dd30-4c29-ab15-b1d086cfac1e Content-Encoding: gzip Content-Length: 460 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "728ae3dff17b4c21a3c18b5dcbf7938d", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/c8a8e235e51d471c87b35987acfee5ee/volumes/9a714382-c78a-4482-b83e-6cb2d52489ba", "rel": "self"}, {"href": "http://172.30.9.21:8776/c8a8e235e51d471c87b35987acfee5ee/volumes/9a714382-c78a-4482-b83e-6cb2d52489ba", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-12T08:19:16.000000", "description": null, "os-vol-tenant-attr:tenant_id": "c8a8e235e51d471c87b35987acfee5ee", "updated_at": "2018-08-12T08:19:16.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-af2b7de3-b863-41d6-8265-a76741bab229", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "9a714382-c78a-4482-b83e-6cb2d52489ba", "size": 1}} 2018-08-12 08:19:16,926 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/c8a8e235e51d471c87b35987acfee5ee/volumes/9a714382-c78a-4482-b83e-6cb2d52489ba used request id req-0c13d6de-dd30-4c29-ab15-b1d086cfac1e 2018-08-12 08:19:16,927 - create_volume - DEBUG - Instance status is - available 2018-08-12 08:19:16,927 - create_volume - DEBUG - Volume is active with name - CreateSimpleVolumeSuccessTests-af2b7de3-b863-41d6-8265-a76741bab229 2018-08-12 08:19:16,927 - create_volume - INFO - Volume is now active with name - CreateSimpleVolumeSuccessTests-af2b7de3-b863-41d6-8265-a76741bab229 2018-08-12 08:19:16,930 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/c8a8e235e51d471c87b35987acfee5ee/volumes/detail -H "OpenStack-API-Version: volume 3.5" -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd7b0e18b3e56332af44a6908af82aff65dc6924" 2018-08-12 08:19:17,172 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:19:16 GMT Server: Apache x-compute-request-id: req-1d1db7ec-c207-4df3-b3be-207b01f5a5ff OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-1d1db7ec-c207-4df3-b3be-207b01f5a5ff Content-Encoding: gzip Content-Length: 457 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "728ae3dff17b4c21a3c18b5dcbf7938d", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/c8a8e235e51d471c87b35987acfee5ee/volumes/9a714382-c78a-4482-b83e-6cb2d52489ba", "rel": "self"}, {"href": "http://172.30.9.21:8776/c8a8e235e51d471c87b35987acfee5ee/volumes/9a714382-c78a-4482-b83e-6cb2d52489ba", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-12T08:19:16.000000", "description": null, "os-vol-tenant-attr:tenant_id": "c8a8e235e51d471c87b35987acfee5ee", "updated_at": "2018-08-12T08:19:16.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-af2b7de3-b863-41d6-8265-a76741bab229", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "9a714382-c78a-4482-b83e-6cb2d52489ba", "size": 1}]} 2018-08-12 08:19:17,173 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/c8a8e235e51d471c87b35987acfee5ee/volumes/detail used request id req-1d1db7ec-c207-4df3-b3be-207b01f5a5ff 2018-08-12 08:19:17,176 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:19:17,182 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:19:17 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:19:17,183 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c8a8e235e51d471c87b35987acfee5ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd7b0e18b3e56332af44a6908af82aff65dc6924" 2018-08-12 08:19:17,273 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:19:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f17c8084-b7a4-484d-8ca2-24717c6d39b4 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c8a8e235e51d471c87b35987acfee5ee"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "c8a8e235e51d471c87b35987acfee5ee", "name": "CreateSimpleVolumeSuccessTests-3a78ed5a-20ee-44c-proj"}} 2018-08-12 08:19:17,273 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c8a8e235e51d471c87b35987acfee5ee used request id req-f17c8084-b7a4-484d-8ca2-24717c6d39b4 2018-08-12 08:19:17,276 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/c8a8e235e51d471c87b35987acfee5ee/volumes/9a714382-c78a-4482-b83e-6cb2d52489ba -H "OpenStack-API-Version: volume 3.5" -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-0dafbe2d-4c04-448f-989d-c69295f3cf05" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}644a83a1ad44644412b8db30d51e08106b963852" 2018-08-12 08:19:17,501 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:19:17 GMT Server: Apache x-compute-request-id: req-a395235d-5416-424c-b3f9-5802c3ebe1ab OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-a395235d-5416-424c-b3f9-5802c3ebe1ab Content-Encoding: gzip Content-Length: 460 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "728ae3dff17b4c21a3c18b5dcbf7938d", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/c8a8e235e51d471c87b35987acfee5ee/volumes/9a714382-c78a-4482-b83e-6cb2d52489ba", "rel": "self"}, {"href": "http://172.30.9.21:8776/c8a8e235e51d471c87b35987acfee5ee/volumes/9a714382-c78a-4482-b83e-6cb2d52489ba", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-12T08:19:16.000000", "description": null, "os-vol-tenant-attr:tenant_id": "c8a8e235e51d471c87b35987acfee5ee", "updated_at": "2018-08-12T08:19:16.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-af2b7de3-b863-41d6-8265-a76741bab229", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "9a714382-c78a-4482-b83e-6cb2d52489ba", "size": 1}} 2018-08-12 08:19:17,501 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/c8a8e235e51d471c87b35987acfee5ee/volumes/9a714382-c78a-4482-b83e-6cb2d52489ba used request id req-a395235d-5416-424c-b3f9-5802c3ebe1ab 2018-08-12 08:19:17,501 - create_volume - DEBUG - Instance status is - available 2018-08-12 08:19:17,502 - create_volume - DEBUG - Volume is active with name - CreateSimpleVolumeSuccessTests-af2b7de3-b863-41d6-8265-a76741bab229 2018-08-12 08:19:17,502 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeSuccessTests-af2b7de3-b863-41d6-8265-a76741bab229 2018-08-12 08:19:17,505 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8776/v3/c8a8e235e51d471c87b35987acfee5ee/volumes/9a714382-c78a-4482-b83e-6cb2d52489ba -H "OpenStack-API-Version: volume 3.5" -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-0dafbe2d-4c04-448f-989d-c69295f3cf05" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}644a83a1ad44644412b8db30d51e08106b963852" 2018-08-12 08:19:17,757 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 08:19:17 GMT Server: Apache OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version x-openstack-request-id: req-00dc49bd-4264-4356-97dc-bac5347c995f 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 08:19:17,757 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.21:8776/v3/c8a8e235e51d471c87b35987acfee5ee/volumes/9a714382-c78a-4482-b83e-6cb2d52489ba used request id req-00dc49bd-4264-4356-97dc-bac5347c995f 2018-08-12 08:19:17,760 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/c8a8e235e51d471c87b35987acfee5ee/volumes/9a714382-c78a-4482-b83e-6cb2d52489ba -H "OpenStack-API-Version: volume 3.5" -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-0dafbe2d-4c04-448f-989d-c69295f3cf05" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}644a83a1ad44644412b8db30d51e08106b963852" 2018-08-12 08:19:17,969 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:19:17 GMT Server: Apache OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version x-compute-request-id: req-0a036139-fe76-4480-b573-24cefd101794 x-openstack-request-id: req-0a036139-fe76-4480-b573-24cefd101794 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 9a714382-c78a-4482-b83e-6cb2d52489ba could not be found.", "code": 404}} 2018-08-12 08:19:17,969 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/c8a8e235e51d471c87b35987acfee5ee/volumes/9a714382-c78a-4482-b83e-6cb2d52489ba used request id req-0a036139-fe76-4480-b573-24cefd101794 2018-08-12 08:19:17,969 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume 9a714382-c78a-4482-b83e-6cb2d52489ba could not be found. (HTTP 404) (Request-ID: req-0a036139-fe76-4480-b573-24cefd101794) 2018-08-12 08:19:17,970 - create_volume - INFO - Volume has been properly deleted with name - CreateSimpleVolumeSuccessTests-af2b7de3-b863-41d6-8265-a76741bab229 2018-08-12 08:19:17,971 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:19:17,971 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:19:17,971 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:19:17,971 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:19:17,971 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:19:17,978 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c52aa68b2ca26fe5dd6f63b031f2b0152e31f97d" 2018-08-12 08:19:18,421 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 43135 X-Openstack-Request-Id: req-c260a91f-d459-4b32-b759-e799da1e6911 Date: Sun, 12 Aug 2018 08:19:18 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "created_at": "2018-08-12T06:59:44Z", "updated_at": "2018-08-12T06:59:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "1d7fd960-7865-4453-aecc-8d399b4fad21", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "66820d8a-b785-4b18-bd67-500221c8e4f9", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "74fc7638-a322-4841-8c47-06d36174a200", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "8eaa09ec-8419-4582-9312-1e527afe6e4b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}], "revision_number": 4, "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "created_at": "2018-08-12T05:12:34Z", "updated_at": "2018-08-12T05:12:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "709513d2-af7d-4d0b-bd3c-604fed75a711", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "aa346066-e46f-44f2-94be-2884aa998a19", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "c15f7b93-e56c-4afa-867d-2acb286d4b7b", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "cb0ef83f-5f70-4a80-ad35-431ca9df551e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}], "revision_number": 4, "project_id": "fa5a7fe6ee54472ba01638877aade8e3", "id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ea65becf30e54b27aa96a449698a435e", "created_at": "2018-08-12T05:10:35Z", "updated_at": "2018-08-12T05:10:35Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "30ad280c-f302-4cd4-a438-5139917b56f9", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "76115c4c-887d-4f0a-83e2-486e4b39c713", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "8ab14937-4c08-4d43-8a9a-662e622cc643", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "ee757a03-5662-4273-9c3e-6212e7afb48f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}], "revision_number": 4, "project_id": "ea65becf30e54b27aa96a449698a435e", "id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "created_at": "2018-08-12T06:20:09Z", "updated_at": "2018-08-12T06:20:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "1123b8f2-75ac-4a26-b9b2-a96da97408e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "2ddd2b93-e080-48cd-9a50-f5fe8a82ad0c", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "cd1bae62-0aea-4438-b4c3-50a69ae6f855", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "e398e01e-ceea-46d1-9534-b929808c4a5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}], "revision_number": 4, "project_id": "ff7abd7bb61f4f2889831e932d65dc2e", "id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "created_at": "2018-08-12T05:34:57Z", "updated_at": "2018-08-12T05:34:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "208a1c1e-f5f8-49c7-9a25-d07e68b1541f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "27bfd867-e607-4bf8-9de8-60682d3f771d", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "49360e1f-6fd3-4f35-b339-24cea95773ee", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "60f631a9-d305-4920-9631-d0543e2ac64f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}], "revision_number": 4, "project_id": "3a85ceae958d4d9fba68847e7df67db8", "id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "created_at": "2018-08-12T05:34:40Z", "updated_at": "2018-08-12T05:34:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "2192c259-363e-4768-ae73-e75837ad63b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "3f87ddc5-f84d-41dc-8215-847724782569", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "7d89f6da-ea78-49dd-9115-f9ad23b250bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "9ec4497d-0f65-44db-9be9-7b3042e4a584", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}], "revision_number": 4, "project_id": "85517fcf1c6247e699fdcdd42ecc8c79", "id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "created_at": "2018-08-12T05:16:02Z", "updated_at": "2018-08-12T05:16:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "1ecacd8c-c1c7-4a66-9871-406a69323b43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "3cc1750c-e0e7-4902-b6f3-494a161b832e", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "d719a7a4-8c99-44ed-8c12-6bf071890203", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "fe7421b5-d577-41da-8c78-62f3c07eda92", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}], "revision_number": 4, "project_id": "a267b9a156244bb192691cff6e5f74fe", "id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "315a428116f24d9fbb826b37080a918e", "created_at": "2018-08-12T05:11:31Z", "updated_at": "2018-08-12T05:11:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "5e52886a-1dc3-4a81-a55d-f388dc4fd1a1", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "678e32e4-d64c-448a-a4ab-e253ab94ae90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "a8da1539-e3ad-4f90-b2df-3dc1f09d228a", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "b73d5cc9-0205-4658-bb1f-61a042c0ab8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}], "revision_number": 4, "project_id": "315a428116f24d9fbb826b37080a918e", "id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-12T05:08:01Z", "updated_at": "2018-08-12T05:08:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:01Z", "revision_number": 0, "id": "0fb05d03-1117-45d0-930c-b6d4c96ef102", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "4faaab33-5788-4bbd-85b8-0fb44d41413a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "96d0c5a0-5c67-421b-8fc8-2b46d77e5db3", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "dd78519b-4bc5-4e8e-ad0f-58089dd69347", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "11a46741b7954b959fd7764109c047b6", "created_at": "2018-08-12T05:34:51Z", "updated_at": "2018-08-12T05:34:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "0b67bf3c-2289-43bb-ab6c-7d25ec32a279", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "51f3f833-337a-42bd-a8d5-742ea8d6c226", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "571fd0b5-ef90-408d-af33-aafb517b8993", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "944ba823-fb9c-496e-a66e-bb426bb14a8d", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}], "revision_number": 4, "project_id": "11a46741b7954b959fd7764109c047b6", "id": "90af9782-8112-4257-801d-ee5115d226ba", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "created_at": "2018-08-12T05:34:26Z", "updated_at": "2018-08-12T05:34:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "2ee1f63a-807c-4d6a-85ee-dd784f6b8c3f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5dec3ec2-2add-47dd-8618-90659dcf3885", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5ea0dc3e-49d0-43f0-94e9-f6443527d14c", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "fbfaca22-7e3e-4128-8973-43e439b77c28", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}], "revision_number": 4, "project_id": "3c01cd58055c44ecaef39f7e625c2258", "id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "521007c1818145639e93ceb270559219", "created_at": "2018-08-12T05:13:27Z", "updated_at": "2018-08-12T05:13:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "5e7fede5-b0f2-47d8-95c3-516cdfc7f9de", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "8fd0e36f-c6c4-4f64-ba97-40439e614448", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "db7d79de-1dfc-4138-945f-91e74cdc266b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "e87f2cff-ff3e-4b6d-aaf0-7f0eb0ab9f05", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}], "revision_number": 4, "project_id": "521007c1818145639e93ceb270559219", "id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "created_at": "2018-08-12T05:08:18Z", "updated_at": "2018-08-12T05:08:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "3c67be40-bf74-4f97-9693-d93ce73a23b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "6112d869-2fc6-4a25-a13c-3d55cd7206c0", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "bdf21c56-453e-482e-9cba-3c55abcb0339", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "c8e92c39-38cc-4f48-be9c-5f0912e6a725", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}], "revision_number": 4, "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "created_at": "2018-08-12T05:04:23Z", "updated_at": "2018-08-12T05:04:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "280546d9-8ad1-4283-abfc-15ee9b1736c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "58bce125-f2ca-4a6d-b9ca-4e6cf5c0f7a5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "69275b9a-cfb5-482c-a9c4-8ffc79adf2c7", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "6d747f3a-3764-469a-a645-f977585c5aac", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}], "revision_number": 4, "project_id": "310f5853751a4c968f3eeb0a3d99a0a8", "id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "created_at": "2018-08-12T05:34:42Z", "updated_at": "2018-08-12T05:34:42Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "199582e8-25aa-457a-aa7c-6d8413ca4464", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "234f3609-4454-448f-919d-c8143c7cd764", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "c1061460-71a2-49a9-a04b-9fa33eeb17ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "d21ac532-51d8-4d6b-8300-7bac216759bf", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}], "revision_number": 4, "project_id": "9f6c1a272706419c9a74b0893b2890e8", "id": "d6739716-c693-460c-89c6-e7c8c48f8245", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "created_at": "2018-08-12T05:34:54Z", "updated_at": "2018-08-12T05:34:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "0633a05a-ee7d-4476-a56b-75d011b22f77", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "6cc1b9f8-73db-47a3-a0e0-3c96c43f34da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "90d99a6b-e94f-4fd8-a10c-f19dd8954c13", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "e843c139-af2a-4d2c-a24f-59f7b10ff72e", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}], "revision_number": 4, "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "created_at": "2018-08-12T05:09:07Z", "updated_at": "2018-08-12T05:09:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "5495e168-f505-4d74-ae6d-387f0bf533c2", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "6fd19b8b-3062-456e-81ba-3ff37fe43429", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8ca59d25-485c-46ce-939c-2e4a468caeac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8f190846-50a0-42b9-b571-390809b752b1", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}], "revision_number": 4, "project_id": "fa9ca6d7608b4d7d87ce97331679a481", "id": "edcd9b17-9416-4c25-823c-060c435e18d7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "created_at": "2018-08-12T05:34:52Z", "updated_at": "2018-08-12T05:34:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "2c7e484e-6ec5-4a95-8c9c-66d294c0c27e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "70c74258-3c2c-4efc-87e0-079c26ee3417", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "b70382fa-082e-4c2b-abc8-87490fa50b11", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "c3628e02-b4b6-42c9-8751-c1a2d3c19caa", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}], "revision_number": 4, "project_id": "87db863ba6e348b0a5ddcb67053db9d1", "id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "name": "default"}]} 2018-08-12 08:19:18,422 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-c260a91f-d459-4b32-b759-e799da1e6911 2018-08-12 08:19:18,430 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c52aa68b2ca26fe5dd6f63b031f2b0152e31f97d" 2018-08-12 08:19:18,525 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:19:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-277ddf04-9ff4-4152-ab49-422857df27d4 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 5fe28c13d4d74ba2be8d019ac1ea6363.", "code": 404, "title": "Not Found"}} 2018-08-12 08:19:18,526 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 used request id req-277ddf04-9ff4-4152-ab49-422857df27d4 2018-08-12 08:19:18,526 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:19:18,529 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c52aa68b2ca26fe5dd6f63b031f2b0152e31f97d" 2018-08-12 08:19:18,621 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:19:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-30d79cbb-ed71-415b-8f52-cca29169e7e9 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa5a7fe6ee54472ba01638877aade8e3.", "code": 404, "title": "Not Found"}} 2018-08-12 08:19:18,621 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 used request id req-30d79cbb-ed71-415b-8f52-cca29169e7e9 2018-08-12 08:19:18,622 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:19:18,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c52aa68b2ca26fe5dd6f63b031f2b0152e31f97d" 2018-08-12 08:19:18,707 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:19:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c854a066-c1ff-4232-873e-f5513b5e5b39 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ea65becf30e54b27aa96a449698a435e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:19:18,707 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e used request id req-c854a066-c1ff-4232-873e-f5513b5e5b39 2018-08-12 08:19:18,708 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:19:18,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c52aa68b2ca26fe5dd6f63b031f2b0152e31f97d" 2018-08-12 08:19:18,805 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:19:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bb3b1a41-5840-440e-b150-76b5da6d5b59 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ff7abd7bb61f4f2889831e932d65dc2e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:19:18,806 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e used request id req-bb3b1a41-5840-440e-b150-76b5da6d5b59 2018-08-12 08:19:18,806 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:19:18,809 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c52aa68b2ca26fe5dd6f63b031f2b0152e31f97d" 2018-08-12 08:19:18,903 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:19:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-47d70cbd-2af9-42e0-be97-1a5ec31dc4cf Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3a85ceae958d4d9fba68847e7df67db8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:19:18,903 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 used request id req-47d70cbd-2af9-42e0-be97-1a5ec31dc4cf 2018-08-12 08:19:18,904 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:19:18,907 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c52aa68b2ca26fe5dd6f63b031f2b0152e31f97d" 2018-08-12 08:19:18,993 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:19:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9ab99fc7-09cf-4a73-b574-379ad4e824ea Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 85517fcf1c6247e699fdcdd42ecc8c79.", "code": 404, "title": "Not Found"}} 2018-08-12 08:19:18,993 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 used request id req-9ab99fc7-09cf-4a73-b574-379ad4e824ea 2018-08-12 08:19:18,993 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:19:18,997 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c52aa68b2ca26fe5dd6f63b031f2b0152e31f97d" 2018-08-12 08:19:19,094 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:19:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7fad7f6c-5b72-4d53-9f05-39141d81c811 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}} 2018-08-12 08:19:19,094 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe used request id req-7fad7f6c-5b72-4d53-9f05-39141d81c811 2018-08-12 08:19:19,097 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c52aa68b2ca26fe5dd6f63b031f2b0152e31f97d" 2018-08-12 08:19:19,279 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:19:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a34795fd-a170-4f4f-af13-0399a79b0dc3 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 315a428116f24d9fbb826b37080a918e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:19:19,279 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e used request id req-a34795fd-a170-4f4f-af13-0399a79b0dc3 2018-08-12 08:19:19,279 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:19:19,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c52aa68b2ca26fe5dd6f63b031f2b0152e31f97d" 2018-08-12 08:19:19,371 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:19:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-88b607fb-5307-4614-b840-234530a90e2e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 11a46741b7954b959fd7764109c047b6.", "code": 404, "title": "Not Found"}} 2018-08-12 08:19:19,371 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 used request id req-88b607fb-5307-4614-b840-234530a90e2e 2018-08-12 08:19:19,371 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:19:19,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c52aa68b2ca26fe5dd6f63b031f2b0152e31f97d" 2018-08-12 08:19:19,466 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:19:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bd71f638-5d87-4d00-b80a-1c8dbd47f2f7 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3c01cd58055c44ecaef39f7e625c2258.", "code": 404, "title": "Not Found"}} 2018-08-12 08:19:19,467 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 used request id req-bd71f638-5d87-4d00-b80a-1c8dbd47f2f7 2018-08-12 08:19:19,467 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:19:19,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c52aa68b2ca26fe5dd6f63b031f2b0152e31f97d" 2018-08-12 08:19:19,562 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:19:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-28d9f78a-a0da-414d-b71d-87aaabadaee6 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 521007c1818145639e93ceb270559219.", "code": 404, "title": "Not Found"}} 2018-08-12 08:19:19,562 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 used request id req-28d9f78a-a0da-414d-b71d-87aaabadaee6 2018-08-12 08:19:19,562 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:19:19,566 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c52aa68b2ca26fe5dd6f63b031f2b0152e31f97d" 2018-08-12 08:19:19,654 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:19:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1fe81875-481f-4796-9813-45f0fb851768 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e18fcc7fc10a4fd0b20234f8520d0aab.", "code": 404, "title": "Not Found"}} 2018-08-12 08:19:19,655 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab used request id req-1fe81875-481f-4796-9813-45f0fb851768 2018-08-12 08:19:19,655 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:19:19,658 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c52aa68b2ca26fe5dd6f63b031f2b0152e31f97d" 2018-08-12 08:19:19,752 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:19:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-91931646-da43-4eff-94b8-64cd40b5fe6e Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "310f5853751a4c968f3eeb0a3d99a0a8", "name": "service"}} 2018-08-12 08:19:19,752 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 used request id req-91931646-da43-4eff-94b8-64cd40b5fe6e 2018-08-12 08:19:19,758 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c52aa68b2ca26fe5dd6f63b031f2b0152e31f97d" 2018-08-12 08:19:19,858 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:19:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f3617215-2f02-45fb-b4eb-33e0875c82ad Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9f6c1a272706419c9a74b0893b2890e8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:19:19,858 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 used request id req-f3617215-2f02-45fb-b4eb-33e0875c82ad 2018-08-12 08:19:19,858 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:19:19,862 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/34cb7327fcfc4b52a63b4b8c0ea4a54d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c52aa68b2ca26fe5dd6f63b031f2b0152e31f97d" 2018-08-12 08:19:19,944 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:19:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e91ccc2b-5270-48f2-8f48-bac32459702f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 34cb7327fcfc4b52a63b4b8c0ea4a54d.", "code": 404, "title": "Not Found"}} 2018-08-12 08:19:19,944 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/34cb7327fcfc4b52a63b4b8c0ea4a54d used request id req-e91ccc2b-5270-48f2-8f48-bac32459702f 2018-08-12 08:19:19,945 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:19:19,948 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa9ca6d7608b4d7d87ce97331679a481 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c52aa68b2ca26fe5dd6f63b031f2b0152e31f97d" 2018-08-12 08:19:20,037 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:19:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c3bb9843-5a6c-4b0c-8ce8-a38cf81278a2 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa9ca6d7608b4d7d87ce97331679a481.", "code": 404, "title": "Not Found"}} 2018-08-12 08:19:20,038 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa9ca6d7608b4d7d87ce97331679a481 used request id req-c3bb9843-5a6c-4b0c-8ce8-a38cf81278a2 2018-08-12 08:19:20,038 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:19:20,041 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/87db863ba6e348b0a5ddcb67053db9d1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c52aa68b2ca26fe5dd6f63b031f2b0152e31f97d" 2018-08-12 08:19:20,133 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:19:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3c2e5e2d-9d31-45ab-8772-25ad56fda98a Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87db863ba6e348b0a5ddcb67053db9d1.", "code": 404, "title": "Not Found"}} 2018-08-12 08:19:20,133 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/87db863ba6e348b0a5ddcb67053db9d1 used request id req-3c2e5e2d-9d31-45ab-8772-25ad56fda98a 2018-08-12 08:19:20,133 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:19:20,134 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeSuccessTests-3a78ed5a-20ee-44c-proj 2018-08-12 08:19:20,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/c8a8e235e51d471c87b35987acfee5ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c52aa68b2ca26fe5dd6f63b031f2b0152e31f97d" 2018-08-12 08:19:20,456 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:19:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ebd99001-e806-4774-b69f-c1774fa07a35 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 08:19:20,457 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/c8a8e235e51d471c87b35987acfee5ee used request id req-ebd99001-e806-4774-b69f-c1774fa07a35 2018-08-12 08:19:20,457 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeSuccessTests-3a78ed5a-20ee-44c-proj-role 2018-08-12 08:19:20,461 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/bf4db24c8a7b42149378af2e3d586af2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c52aa68b2ca26fe5dd6f63b031f2b0152e31f97d" 2018-08-12 08:19:20,576 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:19:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3e2646e6-c18e-4852-b6d4-f362890a190d 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 08:19:20,576 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/bf4db24c8a7b42149378af2e3d586af2 used request id req-3e2646e6-c18e-4852-b6d4-f362890a190d 2018-08-12 08:19:20,580 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c52aa68b2ca26fe5dd6f63b031f2b0152e31f97d" 2018-08-12 08:19:20,676 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:19:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-257da7f2-fa9f-4f34-931b-e8b4f8cfcbd1 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:19:20,676 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-257da7f2-fa9f-4f34-931b-e8b4f8cfcbd1 2018-08-12 08:19:20,677 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeSuccessTests-3a78ed5a-20ee-44c-user 2018-08-12 08:19:20,680 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/728ae3dff17b4c21a3c18b5dcbf7938d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5148b3a25791bb467a2db6a5fe770812e8d0beb0" 2018-08-12 08:19:20,865 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:19:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-13015e8b-cf56-482f-b642-3f975d2b6eb9 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 08:19:20,865 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/728ae3dff17b4c21a3c18b5dcbf7938d used request id req-13015e8b-cf56-482f-b642-3f975d2b6eb9 2018-08-12 08:19:20,867 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:19:21,264 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:19:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["MXg0EEzyQs-EyIH44pbXQw"], "issued_at": "2018-08-12T08:19:21.000000Z"}} 2018-08-12 08:19:21,264 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}1a4196b9c64e8e7f4ef7898b0083413ed0b2d362" 2018-08-12 08:19:21,355 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:19:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1acf5636-dc25-4d24-b5e6-075be68ccf69 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:19:21,356 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-1acf5636-dc25-4d24-b5e6-075be68ccf69 2018-08-12 08:19:21,357 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:19:21,358 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:19:21,746 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:19:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["_4-LT-lsTjim9Yd-uh0sIQ"], "issued_at": "2018-08-12T08:19:21.000000Z"}} 2018-08-12 08:19:21,747 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}3675a09f3848580c8aa5b22c8402ec89892f73cc" 2018-08-12 08:19:21,835 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:19:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d482fb0f-244f-44fc-939d-ac6b5acbe338 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:19:21,835 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-d482fb0f-244f-44fc-939d-ac6b5acbe338 2018-08-12 08:19:21,840 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:19:21,846 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:19:21 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:19:21,847 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeFailureTests-2ee4fa55-22bf-451-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3675a09f3848580c8aa5b22c8402ec89892f73cc" 2018-08-12 08:19:21,935 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:19:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8dc88230-9477-4976-82e2-ef5935757615 Content-Encoding: gzip Content-Length: 182 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeFailureTests-2ee4fa55-22bf-451-proj", "previous": null, "next": null}, "projects": []} 2018-08-12 08:19:21,935 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeFailureTests-2ee4fa55-22bf-451-proj used request id req-8dc88230-9477-4976-82e2-ef5935757615 2018-08-12 08:19:21,939 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3675a09f3848580c8aa5b22c8402ec89892f73cc" 2018-08-12 08:19:22,032 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:19:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7fdee52e-3b21-4c7e-8f44-da80c1c84117 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:19:22,033 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-7fdee52e-3b21-4c7e-8f44-da80c1c84117 2018-08-12 08:19:22,036 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3675a09f3848580c8aa5b22c8402ec89892f73cc" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSimpleVolumeFailureTests-2ee4fa55-22bf-451-proj"}}' 2018-08-12 08:19:22,164 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:19:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6baeabd0-4be4-4767-b6d0-1db48f7c6390 Content-Length: 327 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/4c26104618b848f1b8258d606ea9f715"}, "tags": [], "enabled": true, "id": "4c26104618b848f1b8258d606ea9f715", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeFailureTests-2ee4fa55-22bf-451-proj"}} 2018-08-12 08:19:22,165 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-6baeabd0-4be4-4767-b6d0-1db48f7c6390 2018-08-12 08:19:22,165 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeFailureTests-2ee4fa55-22bf-451-proj 2018-08-12 08:19:22,165 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:19:22,166 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:19:22,552 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:19:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["CpGWumTySCaftVfwXRERbA"], "issued_at": "2018-08-12T08:19:22.000000Z"}} 2018-08-12 08:19:22,553 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}465aa37d01d8a842327c6d0e14af9e6b3c39d718" 2018-08-12 08:19:22,566 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:19:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9e32297b-6a67-4c04-8785-601984b01c7b Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:19:22,566 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-9e32297b-6a67-4c04-8785-601984b01c7b 2018-08-12 08:19:22,570 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:19:22,574 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:19:22 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:19:22,575 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}465aa37d01d8a842327c6d0e14af9e6b3c39d718" 2018-08-12 08:19:22,678 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:19:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0dbf4171-e026-4133-ab95-6704d3532900 Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/105a247548624314b9228f85f6325f0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105a247548624314b9228f85f6325f0b", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/1c5de0eaa44543f08da6ad63a51594ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c5de0eaa44543f08da6ad63a51594ff", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/1d127b5b832547a88a547c116dfdd65b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d127b5b832547a88a547c116dfdd65b", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/1d5cfc170d624ce4ae53ae0507c8d517"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d5cfc170d624ce4ae53ae0507c8d517", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/2421820b75eb4d3ebd02830378d1377b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2421820b75eb4d3ebd02830378d1377b", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/40bd8ee54ecf44868cc83cede652c396"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40bd8ee54ecf44868cc83cede652c396", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/4f32fb8153854c4c9f5094b42b523f80"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f32fb8153854c4c9f5094b42b523f80", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7066130d08fb4db7bf4ab468de53933b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7066130d08fb4db7bf4ab468de53933b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/8d0898a83bcf4521bbc11501d5d7ac89"}, "domain_id": "1eec97585bde483292ece28ee11f4b8d", "enabled": true, "options": {}, "id": "8d0898a83bcf4521bbc11501d5d7ac89", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/9defcced327d476f8a3beab718a13da3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9defcced327d476f8a3beab718a13da3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/b80ee4f6992446e0879624dd436e99a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b80ee4f6992446e0879624dd436e99a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b86fd3e011324d398fcdb6f095a20a9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b86fd3e011324d398fcdb6f095a20a9d", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1701d2754064b5cadf765ea0806f9b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1701d2754064b5cadf765ea0806f9b2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/db4e7b8d76d549faa502716565c733dd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db4e7b8d76d549faa502716565c733dd", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-12 08:19:22,678 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-0dbf4171-e026-4133-ab95-6704d3532900 2018-08-12 08:19:22,682 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateSimpleVolumeFailureTests-2ee4fa55-22bf-451-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}465aa37d01d8a842327c6d0e14af9e6b3c39d718" 2018-08-12 08:19:22,778 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:19:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d8616d35-bd82-40da-a124-9f741ce43ad3 Content-Encoding: gzip Content-Length: 266 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateSimpleVolumeFailureTests-2ee4fa55-22bf-451-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/4c26104618b848f1b8258d606ea9f715"}, "tags": [], "enabled": true, "id": "4c26104618b848f1b8258d606ea9f715", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeFailureTests-2ee4fa55-22bf-451-proj"}]} 2018-08-12 08:19:22,779 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateSimpleVolumeFailureTests-2ee4fa55-22bf-451-proj used request id req-d8616d35-bd82-40da-a124-9f741ce43ad3 2018-08-12 08:19:22,782 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}465aa37d01d8a842327c6d0e14af9e6b3c39d718" 2018-08-12 08:19:22,877 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:19:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-42ac2b64-3184-4bc5-a17e-7c112e11bed1 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:19:22,877 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-42ac2b64-3184-4bc5-a17e-7c112e11bed1 2018-08-12 08:19:23,248 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeFailureTests-2ee4fa55-22bf-451-user 2018-08-12 08:19:23,248 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:19:23,253 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3675a09f3848580c8aa5b22c8402ec89892f73cc" 2018-08-12 08:19:23,349 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:19:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cee64851-f7db-4516-989f-8c0df5348b3b Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:19:23,349 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-cee64851-f7db-4516-989f-8c0df5348b3b 2018-08-12 08:19:23,353 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3675a09f3848580c8aa5b22c8402ec89892f73cc" -d '{"role": {"name": "CreateSimpleVolumeFailureTests-2ee4fa55-22bf-451-proj-role"}}' 2018-08-12 08:19:23,457 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:19:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5f05bdf0-599b-4404-8454-b7f522c98268 Content-Length: 229 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "0282a3c1b2104830b8b43c2cff39a729", "links": {"self": "http://172.30.9.21:5000/v3/roles/0282a3c1b2104830b8b43c2cff39a729"}, "name": "CreateSimpleVolumeFailureTests-2ee4fa55-22bf-451-proj-role"}} 2018-08-12 08:19:23,457 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-5f05bdf0-599b-4404-8454-b7f522c98268 2018-08-12 08:19:23,457 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeFailureTests-2ee4fa55-22bf-451-proj-role 2018-08-12 08:19:23,461 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/0282a3c1b2104830b8b43c2cff39a729 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3675a09f3848580c8aa5b22c8402ec89892f73cc" 2018-08-12 08:19:23,547 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:19:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e9d1c654-7699-432a-ba08-1d1af733de48 Content-Encoding: gzip Content-Length: 184 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "0282a3c1b2104830b8b43c2cff39a729", "links": {"self": "http://172.30.9.21:5000/v3/roles/0282a3c1b2104830b8b43c2cff39a729"}, "name": "CreateSimpleVolumeFailureTests-2ee4fa55-22bf-451-proj-role"}} 2018-08-12 08:19:23,547 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/0282a3c1b2104830b8b43c2cff39a729 used request id req-e9d1c654-7699-432a-ba08-1d1af733de48 2018-08-12 08:19:23,548 - keystone_utils - INFO - Granting role CreateSimpleVolumeFailureTests-2ee4fa55-22bf-451-proj-role to project CreateSimpleVolumeFailureTests-2ee4fa55-22bf-451-proj 2018-08-12 08:19:23,551 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/4c26104618b848f1b8258d606ea9f715/users/685de6c612b64d4a88beee49ba74494b/roles/0282a3c1b2104830b8b43c2cff39a729 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3675a09f3848580c8aa5b22c8402ec89892f73cc" 2018-08-12 08:19:23,683 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:19:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e9504c0f-7ac8-4d81-9647-da877b82bf16 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 08:19:23,683 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/4c26104618b848f1b8258d606ea9f715/users/685de6c612b64d4a88beee49ba74494b/roles/0282a3c1b2104830b8b43c2cff39a729 used request id req-e9504c0f-7ac8-4d81-9647-da877b82bf16 2018-08-12 08:19:23,685 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:19:23,686 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:19:24,085 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0282a3c1b2104830b8b43c2cff39a729", "name": "CreateSimpleVolumeFailureTests-2ee4fa55-22bf-451-proj-role"}], "expires_at": "2018-08-12T09:19:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4c26104618b848f1b8258d606ea9f715", "name": "CreateSimpleVolumeFailureTests-2ee4fa55-22bf-451-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/4c26104618b848f1b8258d606ea9f715", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/4c26104618b848f1b8258d606ea9f715", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/4c26104618b848f1b8258d606ea9f715", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_4c26104618b848f1b8258d606ea9f715", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_4c26104618b848f1b8258d606ea9f715", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/4c26104618b848f1b8258d606ea9f715", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/4c26104618b848f1b8258d606ea9f715", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/4c26104618b848f1b8258d606ea9f715", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/4c26104618b848f1b8258d606ea9f715", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/4c26104618b848f1b8258d606ea9f715", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/4c26104618b848f1b8258d606ea9f715", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/4c26104618b848f1b8258d606ea9f715", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/4c26104618b848f1b8258d606ea9f715", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/4c26104618b848f1b8258d606ea9f715", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSimpleVolumeFailureTests-2ee4fa55-22bf-451-user", "id": "685de6c612b64d4a88beee49ba74494b"}, "audit_ids": ["g_CMvMdzQPqEOPWxdVCNYQ"], "issued_at": "2018-08-12T08:19:24.000000Z"}} 2018-08-12 08:19:24,086 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}e562a094c64c375c0a9c6c8a95d9d78dcc17cd0c" 2018-08-12 08:19:24,167 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:19:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-93d172ae-a9ba-4cc1-b0a7-cfcb72ac3a56 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:19:24,167 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-93d172ae-a9ba-4cc1-b0a7-cfcb72ac3a56 2018-08-12 08:19:24,172 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/4c26104618b848f1b8258d606ea9f715/volumes/detail -H "OpenStack-API-Version: volume 3.5" -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e562a094c64c375c0a9c6c8a95d9d78dcc17cd0c" 2018-08-12 08:19:24,384 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:19:24 GMT Server: Apache x-compute-request-id: req-4b662488-feb0-428e-ad3c-b5d6c3840af9 OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version x-openstack-request-id: req-4b662488-feb0-428e-ad3c-b5d6c3840af9 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-08-12 08:19:24,384 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/4c26104618b848f1b8258d606ea9f715/volumes/detail used request id req-4b662488-feb0-428e-ad3c-b5d6c3840af9 2018-08-12 08:19:24,387 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8776/v3/4c26104618b848f1b8258d606ea9f715/volumes -H "Accept: application/json" -H "User-Agent: python-cinderclient" -H "OpenStack-API-Version: volume 3.5" -H "X-Auth-Token: {SHA1}e562a094c64c375c0a9c6c8a95d9d78dcc17cd0c" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-4b662488-feb0-428e-ad3c-b5d6c3840af9" -d '{"volume": {"status": "creating", "backup_id": null, "user_id": null, "name": "CreateSimpleVolumeFailureTests-36127c44-fff8-4c28-842f-523c3db89a05", "imageRef": "foo", "availability_zone": null, "description": null, "multiattach": false, "attach_status": "detached", "volume_type": null, "metadata": {}, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "project_id": null, "source_replica": null, "size": 1}}' 2018-08-12 08:19:24,862 - cinderclient.v3.client - DEBUG - RESP: [400] Date: Sun, 12 Aug 2018 08:19:24 GMT Server: Apache OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version x-compute-request-id: req-f40facc6-0596-41dd-a493-7dcde3d81be5 x-openstack-request-id: req-f40facc6-0596-41dd-a493-7dcde3d81be5 Content-Length: 105 Content-Type: application/json RESP BODY: {"badRequest": {"message": "Invalid image identifier or unable to access requested image.", "code": 400}} 2018-08-12 08:19:24,862 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/4c26104618b848f1b8258d606ea9f715/volumes used request id req-f40facc6-0596-41dd-a493-7dcde3d81be5 2018-08-12 08:19:24,863 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:19:24,863 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:19:24,864 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:19:24,864 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:19:24,864 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:19:24,870 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3675a09f3848580c8aa5b22c8402ec89892f73cc" 2018-08-12 08:19:25,132 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 43135 X-Openstack-Request-Id: req-5c7e7c3c-7f76-45a1-8b10-7ab50118da3f Date: Sun, 12 Aug 2018 08:19:25 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "created_at": "2018-08-12T06:59:44Z", "updated_at": "2018-08-12T06:59:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "1d7fd960-7865-4453-aecc-8d399b4fad21", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "66820d8a-b785-4b18-bd67-500221c8e4f9", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "74fc7638-a322-4841-8c47-06d36174a200", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "8eaa09ec-8419-4582-9312-1e527afe6e4b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}], "revision_number": 4, "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "created_at": "2018-08-12T05:12:34Z", "updated_at": "2018-08-12T05:12:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "709513d2-af7d-4d0b-bd3c-604fed75a711", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "aa346066-e46f-44f2-94be-2884aa998a19", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "c15f7b93-e56c-4afa-867d-2acb286d4b7b", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "cb0ef83f-5f70-4a80-ad35-431ca9df551e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}], "revision_number": 4, "project_id": "fa5a7fe6ee54472ba01638877aade8e3", "id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ea65becf30e54b27aa96a449698a435e", "created_at": "2018-08-12T05:10:35Z", "updated_at": "2018-08-12T05:10:35Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "30ad280c-f302-4cd4-a438-5139917b56f9", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "76115c4c-887d-4f0a-83e2-486e4b39c713", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "8ab14937-4c08-4d43-8a9a-662e622cc643", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "ee757a03-5662-4273-9c3e-6212e7afb48f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}], "revision_number": 4, "project_id": "ea65becf30e54b27aa96a449698a435e", "id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "created_at": "2018-08-12T06:20:09Z", "updated_at": "2018-08-12T06:20:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "1123b8f2-75ac-4a26-b9b2-a96da97408e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "2ddd2b93-e080-48cd-9a50-f5fe8a82ad0c", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "cd1bae62-0aea-4438-b4c3-50a69ae6f855", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "e398e01e-ceea-46d1-9534-b929808c4a5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}], "revision_number": 4, "project_id": "ff7abd7bb61f4f2889831e932d65dc2e", "id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "created_at": "2018-08-12T05:34:57Z", "updated_at": "2018-08-12T05:34:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "208a1c1e-f5f8-49c7-9a25-d07e68b1541f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "27bfd867-e607-4bf8-9de8-60682d3f771d", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "49360e1f-6fd3-4f35-b339-24cea95773ee", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "60f631a9-d305-4920-9631-d0543e2ac64f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}], "revision_number": 4, "project_id": "3a85ceae958d4d9fba68847e7df67db8", "id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "created_at": "2018-08-12T05:34:40Z", "updated_at": "2018-08-12T05:34:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "2192c259-363e-4768-ae73-e75837ad63b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "3f87ddc5-f84d-41dc-8215-847724782569", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "7d89f6da-ea78-49dd-9115-f9ad23b250bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "9ec4497d-0f65-44db-9be9-7b3042e4a584", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}], "revision_number": 4, "project_id": "85517fcf1c6247e699fdcdd42ecc8c79", "id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "created_at": "2018-08-12T05:16:02Z", "updated_at": "2018-08-12T05:16:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "1ecacd8c-c1c7-4a66-9871-406a69323b43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "3cc1750c-e0e7-4902-b6f3-494a161b832e", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "d719a7a4-8c99-44ed-8c12-6bf071890203", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "fe7421b5-d577-41da-8c78-62f3c07eda92", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}], "revision_number": 4, "project_id": "a267b9a156244bb192691cff6e5f74fe", "id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "315a428116f24d9fbb826b37080a918e", "created_at": "2018-08-12T05:11:31Z", "updated_at": "2018-08-12T05:11:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "5e52886a-1dc3-4a81-a55d-f388dc4fd1a1", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "678e32e4-d64c-448a-a4ab-e253ab94ae90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "a8da1539-e3ad-4f90-b2df-3dc1f09d228a", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "b73d5cc9-0205-4658-bb1f-61a042c0ab8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}], "revision_number": 4, "project_id": "315a428116f24d9fbb826b37080a918e", "id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-12T05:08:01Z", "updated_at": "2018-08-12T05:08:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:01Z", "revision_number": 0, "id": "0fb05d03-1117-45d0-930c-b6d4c96ef102", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "4faaab33-5788-4bbd-85b8-0fb44d41413a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "96d0c5a0-5c67-421b-8fc8-2b46d77e5db3", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "dd78519b-4bc5-4e8e-ad0f-58089dd69347", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "11a46741b7954b959fd7764109c047b6", "created_at": "2018-08-12T05:34:51Z", "updated_at": "2018-08-12T05:34:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "0b67bf3c-2289-43bb-ab6c-7d25ec32a279", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "51f3f833-337a-42bd-a8d5-742ea8d6c226", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "571fd0b5-ef90-408d-af33-aafb517b8993", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "944ba823-fb9c-496e-a66e-bb426bb14a8d", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}], "revision_number": 4, "project_id": "11a46741b7954b959fd7764109c047b6", "id": "90af9782-8112-4257-801d-ee5115d226ba", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "created_at": "2018-08-12T05:34:26Z", "updated_at": "2018-08-12T05:34:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "2ee1f63a-807c-4d6a-85ee-dd784f6b8c3f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5dec3ec2-2add-47dd-8618-90659dcf3885", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5ea0dc3e-49d0-43f0-94e9-f6443527d14c", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "fbfaca22-7e3e-4128-8973-43e439b77c28", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}], "revision_number": 4, "project_id": "3c01cd58055c44ecaef39f7e625c2258", "id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "521007c1818145639e93ceb270559219", "created_at": "2018-08-12T05:13:27Z", "updated_at": "2018-08-12T05:13:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "5e7fede5-b0f2-47d8-95c3-516cdfc7f9de", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "8fd0e36f-c6c4-4f64-ba97-40439e614448", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "db7d79de-1dfc-4138-945f-91e74cdc266b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "e87f2cff-ff3e-4b6d-aaf0-7f0eb0ab9f05", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}], "revision_number": 4, "project_id": "521007c1818145639e93ceb270559219", "id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "created_at": "2018-08-12T05:08:18Z", "updated_at": "2018-08-12T05:08:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "3c67be40-bf74-4f97-9693-d93ce73a23b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "6112d869-2fc6-4a25-a13c-3d55cd7206c0", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "bdf21c56-453e-482e-9cba-3c55abcb0339", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "c8e92c39-38cc-4f48-be9c-5f0912e6a725", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}], "revision_number": 4, "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "created_at": "2018-08-12T05:04:23Z", "updated_at": "2018-08-12T05:04:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "280546d9-8ad1-4283-abfc-15ee9b1736c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "58bce125-f2ca-4a6d-b9ca-4e6cf5c0f7a5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "69275b9a-cfb5-482c-a9c4-8ffc79adf2c7", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "6d747f3a-3764-469a-a645-f977585c5aac", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}], "revision_number": 4, "project_id": "310f5853751a4c968f3eeb0a3d99a0a8", "id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "created_at": "2018-08-12T05:34:42Z", "updated_at": "2018-08-12T05:34:42Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "199582e8-25aa-457a-aa7c-6d8413ca4464", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "234f3609-4454-448f-919d-c8143c7cd764", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "c1061460-71a2-49a9-a04b-9fa33eeb17ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "d21ac532-51d8-4d6b-8300-7bac216759bf", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}], "revision_number": 4, "project_id": "9f6c1a272706419c9a74b0893b2890e8", "id": "d6739716-c693-460c-89c6-e7c8c48f8245", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "created_at": "2018-08-12T05:34:54Z", "updated_at": "2018-08-12T05:34:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "0633a05a-ee7d-4476-a56b-75d011b22f77", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "6cc1b9f8-73db-47a3-a0e0-3c96c43f34da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "90d99a6b-e94f-4fd8-a10c-f19dd8954c13", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "e843c139-af2a-4d2c-a24f-59f7b10ff72e", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}], "revision_number": 4, "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "created_at": "2018-08-12T05:09:07Z", "updated_at": "2018-08-12T05:09:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "5495e168-f505-4d74-ae6d-387f0bf533c2", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "6fd19b8b-3062-456e-81ba-3ff37fe43429", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8ca59d25-485c-46ce-939c-2e4a468caeac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8f190846-50a0-42b9-b571-390809b752b1", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}], "revision_number": 4, "project_id": "fa9ca6d7608b4d7d87ce97331679a481", "id": "edcd9b17-9416-4c25-823c-060c435e18d7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "created_at": "2018-08-12T05:34:52Z", "updated_at": "2018-08-12T05:34:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "2c7e484e-6ec5-4a95-8c9c-66d294c0c27e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "70c74258-3c2c-4efc-87e0-079c26ee3417", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "b70382fa-082e-4c2b-abc8-87490fa50b11", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "c3628e02-b4b6-42c9-8751-c1a2d3c19caa", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}], "revision_number": 4, "project_id": "87db863ba6e348b0a5ddcb67053db9d1", "id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "name": "default"}]} 2018-08-12 08:19:25,133 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-5c7e7c3c-7f76-45a1-8b10-7ab50118da3f 2018-08-12 08:19:25,141 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3675a09f3848580c8aa5b22c8402ec89892f73cc" 2018-08-12 08:19:25,229 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:19:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a23db968-5268-4161-bf03-031fd05f0511 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 5fe28c13d4d74ba2be8d019ac1ea6363.", "code": 404, "title": "Not Found"}} 2018-08-12 08:19:25,229 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 used request id req-a23db968-5268-4161-bf03-031fd05f0511 2018-08-12 08:19:25,229 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:19:25,233 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3675a09f3848580c8aa5b22c8402ec89892f73cc" 2018-08-12 08:19:25,327 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:19:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bf66a9c9-373a-4f1b-b6ef-6e4704f6b03e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa5a7fe6ee54472ba01638877aade8e3.", "code": 404, "title": "Not Found"}} 2018-08-12 08:19:25,327 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 used request id req-bf66a9c9-373a-4f1b-b6ef-6e4704f6b03e 2018-08-12 08:19:25,327 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:19:25,331 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3675a09f3848580c8aa5b22c8402ec89892f73cc" 2018-08-12 08:19:25,420 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:19:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-815940bc-8412-4b83-bd51-f2a987c1a100 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ea65becf30e54b27aa96a449698a435e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:19:25,420 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e used request id req-815940bc-8412-4b83-bd51-f2a987c1a100 2018-08-12 08:19:25,420 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:19:25,424 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3675a09f3848580c8aa5b22c8402ec89892f73cc" 2018-08-12 08:19:25,516 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:19:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bff656ae-7039-430f-9eab-85e94bc1133e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ff7abd7bb61f4f2889831e932d65dc2e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:19:25,516 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e used request id req-bff656ae-7039-430f-9eab-85e94bc1133e 2018-08-12 08:19:25,516 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:19:25,520 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3675a09f3848580c8aa5b22c8402ec89892f73cc" 2018-08-12 08:19:25,616 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:19:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7a734b05-d592-42af-af66-38eae31ac741 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3a85ceae958d4d9fba68847e7df67db8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:19:25,616 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 used request id req-7a734b05-d592-42af-af66-38eae31ac741 2018-08-12 08:19:25,616 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:19:25,619 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3675a09f3848580c8aa5b22c8402ec89892f73cc" 2018-08-12 08:19:25,706 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:19:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0df08878-5952-43e1-91f0-90854efb85cf Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 85517fcf1c6247e699fdcdd42ecc8c79.", "code": 404, "title": "Not Found"}} 2018-08-12 08:19:25,706 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 used request id req-0df08878-5952-43e1-91f0-90854efb85cf 2018-08-12 08:19:25,706 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:19:25,709 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3675a09f3848580c8aa5b22c8402ec89892f73cc" 2018-08-12 08:19:25,805 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:19:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b8eaf43f-a545-47b0-bd47-b679fc7ddd56 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}} 2018-08-12 08:19:25,805 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe used request id req-b8eaf43f-a545-47b0-bd47-b679fc7ddd56 2018-08-12 08:19:25,808 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3675a09f3848580c8aa5b22c8402ec89892f73cc" 2018-08-12 08:19:25,902 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:19:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c3770d4a-b2a4-4e52-9c91-4b6fd0fe7eb1 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 315a428116f24d9fbb826b37080a918e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:19:25,902 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e used request id req-c3770d4a-b2a4-4e52-9c91-4b6fd0fe7eb1 2018-08-12 08:19:25,903 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:19:25,906 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3675a09f3848580c8aa5b22c8402ec89892f73cc" 2018-08-12 08:19:25,992 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:19:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-33aee138-cb34-4b3b-9ec4-5d73b231440b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 11a46741b7954b959fd7764109c047b6.", "code": 404, "title": "Not Found"}} 2018-08-12 08:19:25,992 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 used request id req-33aee138-cb34-4b3b-9ec4-5d73b231440b 2018-08-12 08:19:25,992 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:19:25,996 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3675a09f3848580c8aa5b22c8402ec89892f73cc" 2018-08-12 08:19:26,084 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:19:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-84f1dcbd-a473-4a6f-a19e-418cf8a8cacc Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3c01cd58055c44ecaef39f7e625c2258.", "code": 404, "title": "Not Found"}} 2018-08-12 08:19:26,085 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 used request id req-84f1dcbd-a473-4a6f-a19e-418cf8a8cacc 2018-08-12 08:19:26,085 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:19:26,088 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3675a09f3848580c8aa5b22c8402ec89892f73cc" 2018-08-12 08:19:26,179 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:19:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4e334637-a690-4025-9bea-c6d404fa582d Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 521007c1818145639e93ceb270559219.", "code": 404, "title": "Not Found"}} 2018-08-12 08:19:26,180 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 used request id req-4e334637-a690-4025-9bea-c6d404fa582d 2018-08-12 08:19:26,180 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:19:26,182 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3675a09f3848580c8aa5b22c8402ec89892f73cc" 2018-08-12 08:19:26,197 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:19:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ae6f6acb-4816-47c5-b809-0afade665723 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e18fcc7fc10a4fd0b20234f8520d0aab.", "code": 404, "title": "Not Found"}} 2018-08-12 08:19:26,197 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab used request id req-ae6f6acb-4816-47c5-b809-0afade665723 2018-08-12 08:19:26,197 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:19:26,199 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3675a09f3848580c8aa5b22c8402ec89892f73cc" 2018-08-12 08:19:26,288 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:19:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-57fa8cee-709f-4e50-9d21-424ad202d24c Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "310f5853751a4c968f3eeb0a3d99a0a8", "name": "service"}} 2018-08-12 08:19:26,288 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 used request id req-57fa8cee-709f-4e50-9d21-424ad202d24c 2018-08-12 08:19:26,291 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3675a09f3848580c8aa5b22c8402ec89892f73cc" 2018-08-12 08:19:26,383 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:19:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f8bcd98e-fd50-446a-b1e7-273a6ce39b2b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9f6c1a272706419c9a74b0893b2890e8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:19:26,383 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 used request id req-f8bcd98e-fd50-446a-b1e7-273a6ce39b2b 2018-08-12 08:19:26,383 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:19:26,387 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/34cb7327fcfc4b52a63b4b8c0ea4a54d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3675a09f3848580c8aa5b22c8402ec89892f73cc" 2018-08-12 08:19:26,470 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:19:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6a20c840-dc3d-4be2-9933-d62712fba2af Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 34cb7327fcfc4b52a63b4b8c0ea4a54d.", "code": 404, "title": "Not Found"}} 2018-08-12 08:19:26,471 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/34cb7327fcfc4b52a63b4b8c0ea4a54d used request id req-6a20c840-dc3d-4be2-9933-d62712fba2af 2018-08-12 08:19:26,471 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:19:26,474 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa9ca6d7608b4d7d87ce97331679a481 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3675a09f3848580c8aa5b22c8402ec89892f73cc" 2018-08-12 08:19:26,566 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:19:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-893f69a9-2e64-4783-8993-c4e3788e44a9 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa9ca6d7608b4d7d87ce97331679a481.", "code": 404, "title": "Not Found"}} 2018-08-12 08:19:26,566 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa9ca6d7608b4d7d87ce97331679a481 used request id req-893f69a9-2e64-4783-8993-c4e3788e44a9 2018-08-12 08:19:26,566 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:19:26,569 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/87db863ba6e348b0a5ddcb67053db9d1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3675a09f3848580c8aa5b22c8402ec89892f73cc" 2018-08-12 08:19:26,658 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:19:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e7100d5e-43ad-4553-89ca-532621a53ffd Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87db863ba6e348b0a5ddcb67053db9d1.", "code": 404, "title": "Not Found"}} 2018-08-12 08:19:26,658 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/87db863ba6e348b0a5ddcb67053db9d1 used request id req-e7100d5e-43ad-4553-89ca-532621a53ffd 2018-08-12 08:19:26,659 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:19:26,660 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeFailureTests-2ee4fa55-22bf-451-proj 2018-08-12 08:19:26,663 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/4c26104618b848f1b8258d606ea9f715 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3675a09f3848580c8aa5b22c8402ec89892f73cc" 2018-08-12 08:19:26,888 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:19:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-48daa76e-dbc3-4536-9bc0-53b791d996f0 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 08:19:26,888 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/4c26104618b848f1b8258d606ea9f715 used request id req-48daa76e-dbc3-4536-9bc0-53b791d996f0 2018-08-12 08:19:26,889 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeFailureTests-2ee4fa55-22bf-451-proj-role 2018-08-12 08:19:26,894 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/0282a3c1b2104830b8b43c2cff39a729 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3675a09f3848580c8aa5b22c8402ec89892f73cc" 2018-08-12 08:19:27,013 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:19:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ce0f49c6-0314-44ba-a785-207cc8790d7a 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 08:19:27,013 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/0282a3c1b2104830b8b43c2cff39a729 used request id req-ce0f49c6-0314-44ba-a785-207cc8790d7a 2018-08-12 08:19:27,017 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3675a09f3848580c8aa5b22c8402ec89892f73cc" 2018-08-12 08:19:27,120 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:19:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5fc3ad20-5fe6-4fe8-b7bb-aea8d8ee6186 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:19:27,120 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-5fc3ad20-5fe6-4fe8-b7bb-aea8d8ee6186 2018-08-12 08:19:27,121 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeFailureTests-2ee4fa55-22bf-451-user 2018-08-12 08:19:27,124 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/685de6c612b64d4a88beee49ba74494b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}465aa37d01d8a842327c6d0e14af9e6b3c39d718" 2018-08-12 08:19:27,295 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:19:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d35d9c3f-c7f6-4b19-a308-4de8ab2701ab 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 08:19:27,296 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/685de6c612b64d4a88beee49ba74494b used request id req-d35d9c3f-c7f6-4b19-a308-4de8ab2701ab 2018-08-12 08:19:27,297 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:19:27,694 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:19:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["9FDMp5xfTj-rviC8H3rwBA"], "issued_at": "2018-08-12T08:19:27.000000Z"}} 2018-08-12 08:19:27,695 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}463bf2dd4501c2b31ba438abfe5d30b78961fa63" 2018-08-12 08:19:27,783 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:19:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f7c46504-e74c-49d0-8f0b-47699cbf2750 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:19:27,783 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-f7c46504-e74c-49d0-8f0b-47699cbf2750 2018-08-12 08:19:27,784 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:19:27,785 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:19:28,173 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:19:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["_NOtKnLjQJCbV6n8Lmvb5g"], "issued_at": "2018-08-12T08:19:28.000000Z"}} 2018-08-12 08:19:28,173 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}e94ae1d5e80e966e482b0415675f4fa312f001d0" 2018-08-12 08:19:28,267 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:19:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-271550b4-ec6a-4785-bf11-6bf4e62c4ca2 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:19:28,268 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-271550b4-ec6a-4785-bf11-6bf4e62c4ca2 2018-08-12 08:19:28,272 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:19:28,278 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:19:28 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:19:28,279 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeFailureTests-3eb9be06-cc19-4fc-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e94ae1d5e80e966e482b0415675f4fa312f001d0" 2018-08-12 08:19:28,367 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:19:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f4271358-c665-4100-bec7-e4fc0af06f3f Content-Encoding: gzip Content-Length: 183 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeFailureTests-3eb9be06-cc19-4fc-proj", "previous": null, "next": null}, "projects": []} 2018-08-12 08:19:28,367 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeFailureTests-3eb9be06-cc19-4fc-proj used request id req-f4271358-c665-4100-bec7-e4fc0af06f3f 2018-08-12 08:19:28,371 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e94ae1d5e80e966e482b0415675f4fa312f001d0" 2018-08-12 08:19:28,466 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:19:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4870a262-4b8f-4e0a-89c4-198273a89368 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:19:28,466 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-4870a262-4b8f-4e0a-89c4-198273a89368 2018-08-12 08:19:28,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e94ae1d5e80e966e482b0415675f4fa312f001d0" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSimpleVolumeFailureTests-3eb9be06-cc19-4fc-proj"}}' 2018-08-12 08:19:28,619 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:19:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2431dea5-db75-48aa-9a99-9676d7eda361 Content-Length: 327 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/28b41e184da54370ae73fd800727bf0d"}, "tags": [], "enabled": true, "id": "28b41e184da54370ae73fd800727bf0d", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeFailureTests-3eb9be06-cc19-4fc-proj"}} 2018-08-12 08:19:28,619 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-2431dea5-db75-48aa-9a99-9676d7eda361 2018-08-12 08:19:28,619 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeFailureTests-3eb9be06-cc19-4fc-proj 2018-08-12 08:19:28,619 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:19:28,620 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:19:29,014 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:19:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["Cv0lHVbMQTe6v26HUMvD7Q"], "issued_at": "2018-08-12T08:19:29.000000Z"}} 2018-08-12 08:19:29,015 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}0f50deee3327a622818531af611b834e54b3027f" 2018-08-12 08:19:29,238 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:19:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b9b57f1b-b272-4305-8acc-57a0854fdaf8 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:19:29,238 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-b9b57f1b-b272-4305-8acc-57a0854fdaf8 2018-08-12 08:19:29,242 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:19:29,249 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:19:29 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:19:29,250 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f50deee3327a622818531af611b834e54b3027f" 2018-08-12 08:19:29,354 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:19:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-73a74236-c36f-46f8-b17b-a2f856738809 Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/105a247548624314b9228f85f6325f0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105a247548624314b9228f85f6325f0b", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/1c5de0eaa44543f08da6ad63a51594ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c5de0eaa44543f08da6ad63a51594ff", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/1d127b5b832547a88a547c116dfdd65b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d127b5b832547a88a547c116dfdd65b", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/1d5cfc170d624ce4ae53ae0507c8d517"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d5cfc170d624ce4ae53ae0507c8d517", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/2421820b75eb4d3ebd02830378d1377b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2421820b75eb4d3ebd02830378d1377b", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/40bd8ee54ecf44868cc83cede652c396"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40bd8ee54ecf44868cc83cede652c396", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/4f32fb8153854c4c9f5094b42b523f80"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f32fb8153854c4c9f5094b42b523f80", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7066130d08fb4db7bf4ab468de53933b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7066130d08fb4db7bf4ab468de53933b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/8d0898a83bcf4521bbc11501d5d7ac89"}, "domain_id": "1eec97585bde483292ece28ee11f4b8d", "enabled": true, "options": {}, "id": "8d0898a83bcf4521bbc11501d5d7ac89", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/9defcced327d476f8a3beab718a13da3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9defcced327d476f8a3beab718a13da3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/b80ee4f6992446e0879624dd436e99a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b80ee4f6992446e0879624dd436e99a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b86fd3e011324d398fcdb6f095a20a9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b86fd3e011324d398fcdb6f095a20a9d", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1701d2754064b5cadf765ea0806f9b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1701d2754064b5cadf765ea0806f9b2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/db4e7b8d76d549faa502716565c733dd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db4e7b8d76d549faa502716565c733dd", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-12 08:19:29,354 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-73a74236-c36f-46f8-b17b-a2f856738809 2018-08-12 08:19:29,358 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateSimpleVolumeFailureTests-3eb9be06-cc19-4fc-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f50deee3327a622818531af611b834e54b3027f" 2018-08-12 08:19:29,453 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:19:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2e63a2ca-e890-4305-a969-884b3491bc55 Content-Encoding: gzip Content-Length: 266 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateSimpleVolumeFailureTests-3eb9be06-cc19-4fc-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/28b41e184da54370ae73fd800727bf0d"}, "tags": [], "enabled": true, "id": "28b41e184da54370ae73fd800727bf0d", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeFailureTests-3eb9be06-cc19-4fc-proj"}]} 2018-08-12 08:19:29,453 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateSimpleVolumeFailureTests-3eb9be06-cc19-4fc-proj used request id req-2e63a2ca-e890-4305-a969-884b3491bc55 2018-08-12 08:19:29,457 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f50deee3327a622818531af611b834e54b3027f" 2018-08-12 08:19:29,556 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:19:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-69e12eae-159c-406d-a2af-cb15a774a8a5 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:19:29,556 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-69e12eae-159c-406d-a2af-cb15a774a8a5 2018-08-12 08:19:29,930 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeFailureTests-3eb9be06-cc19-4fc-user 2018-08-12 08:19:29,930 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:19:29,934 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e94ae1d5e80e966e482b0415675f4fa312f001d0" 2018-08-12 08:19:30,029 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:19:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-58d8f758-c7c6-40e0-89ca-7a3a69a208da Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:19:30,030 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-58d8f758-c7c6-40e0-89ca-7a3a69a208da 2018-08-12 08:19:30,033 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e94ae1d5e80e966e482b0415675f4fa312f001d0" -d '{"role": {"name": "CreateSimpleVolumeFailureTests-3eb9be06-cc19-4fc-proj-role"}}' 2018-08-12 08:19:30,134 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:19:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-224ae42c-ac97-4570-8cfb-68ce76165ee6 Content-Length: 229 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "e6e3f2970e3d41b3894071671fcf9085", "links": {"self": "http://172.30.9.21:5000/v3/roles/e6e3f2970e3d41b3894071671fcf9085"}, "name": "CreateSimpleVolumeFailureTests-3eb9be06-cc19-4fc-proj-role"}} 2018-08-12 08:19:30,134 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-224ae42c-ac97-4570-8cfb-68ce76165ee6 2018-08-12 08:19:30,134 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeFailureTests-3eb9be06-cc19-4fc-proj-role 2018-08-12 08:19:30,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/e6e3f2970e3d41b3894071671fcf9085 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e94ae1d5e80e966e482b0415675f4fa312f001d0" 2018-08-12 08:19:30,224 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:19:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-05bc0adf-8010-40a9-bdec-38632f9ce257 Content-Encoding: gzip Content-Length: 184 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "e6e3f2970e3d41b3894071671fcf9085", "links": {"self": "http://172.30.9.21:5000/v3/roles/e6e3f2970e3d41b3894071671fcf9085"}, "name": "CreateSimpleVolumeFailureTests-3eb9be06-cc19-4fc-proj-role"}} 2018-08-12 08:19:30,224 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/e6e3f2970e3d41b3894071671fcf9085 used request id req-05bc0adf-8010-40a9-bdec-38632f9ce257 2018-08-12 08:19:30,225 - keystone_utils - INFO - Granting role CreateSimpleVolumeFailureTests-3eb9be06-cc19-4fc-proj-role to project CreateSimpleVolumeFailureTests-3eb9be06-cc19-4fc-proj 2018-08-12 08:19:30,228 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/28b41e184da54370ae73fd800727bf0d/users/cf4bfc78e35e45fca31cf4c740de9fba/roles/e6e3f2970e3d41b3894071671fcf9085 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e94ae1d5e80e966e482b0415675f4fa312f001d0" 2018-08-12 08:19:30,358 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:19:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f5c3f7e3-6b32-4ea6-ab13-8b889c6793bb 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 08:19:30,358 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/28b41e184da54370ae73fd800727bf0d/users/cf4bfc78e35e45fca31cf4c740de9fba/roles/e6e3f2970e3d41b3894071671fcf9085 used request id req-f5c3f7e3-6b32-4ea6-ab13-8b889c6793bb 2018-08-12 08:19:30,360 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:19:30,361 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:19:30,759 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e6e3f2970e3d41b3894071671fcf9085", "name": "CreateSimpleVolumeFailureTests-3eb9be06-cc19-4fc-proj-role"}], "expires_at": "2018-08-12T09:19:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "28b41e184da54370ae73fd800727bf0d", "name": "CreateSimpleVolumeFailureTests-3eb9be06-cc19-4fc-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/28b41e184da54370ae73fd800727bf0d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/28b41e184da54370ae73fd800727bf0d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/28b41e184da54370ae73fd800727bf0d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_28b41e184da54370ae73fd800727bf0d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_28b41e184da54370ae73fd800727bf0d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/28b41e184da54370ae73fd800727bf0d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/28b41e184da54370ae73fd800727bf0d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/28b41e184da54370ae73fd800727bf0d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/28b41e184da54370ae73fd800727bf0d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/28b41e184da54370ae73fd800727bf0d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/28b41e184da54370ae73fd800727bf0d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/28b41e184da54370ae73fd800727bf0d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/28b41e184da54370ae73fd800727bf0d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/28b41e184da54370ae73fd800727bf0d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSimpleVolumeFailureTests-3eb9be06-cc19-4fc-user", "id": "cf4bfc78e35e45fca31cf4c740de9fba"}, "audit_ids": ["hwiTms7vRmKHlPYU9umZvA"], "issued_at": "2018-08-12T08:19:30.000000Z"}} 2018-08-12 08:19:30,759 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}72418e0bf5696af0fc6a28ee02eab0a723d7b6eb" 2018-08-12 08:19:30,842 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:19:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-615999a9-8ec4-4d12-9289-54b0a174db28 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:19:30,842 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-615999a9-8ec4-4d12-9289-54b0a174db28 2018-08-12 08:19:30,848 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/28b41e184da54370ae73fd800727bf0d/volumes/detail -H "OpenStack-API-Version: volume 3.5" -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72418e0bf5696af0fc6a28ee02eab0a723d7b6eb" 2018-08-12 08:19:31,075 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:19:30 GMT Server: Apache x-compute-request-id: req-f8b2875b-74c2-4bbd-b2ce-56940b6457bb OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version x-openstack-request-id: req-f8b2875b-74c2-4bbd-b2ce-56940b6457bb Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-08-12 08:19:31,075 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/28b41e184da54370ae73fd800727bf0d/volumes/detail used request id req-f8b2875b-74c2-4bbd-b2ce-56940b6457bb 2018-08-12 08:19:31,078 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8776/v3/28b41e184da54370ae73fd800727bf0d/volumes -H "Accept: application/json" -H "User-Agent: python-cinderclient" -H "OpenStack-API-Version: volume 3.5" -H "X-Auth-Token: {SHA1}72418e0bf5696af0fc6a28ee02eab0a723d7b6eb" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-f8b2875b-74c2-4bbd-b2ce-56940b6457bb" -d '{"volume": {"status": "creating", "backup_id": null, "user_id": null, "name": "CreateSimpleVolumeFailureTests-4dab24ec-7f7d-49c7-9ee2-268fe6d22536", "imageRef": null, "availability_zone": null, "description": null, "multiattach": false, "attach_status": "detached", "volume_type": null, "metadata": {}, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "project_id": null, "source_replica": null, "size": -1}}' 2018-08-12 08:19:31,270 - cinderclient.v3.client - DEBUG - RESP: [400] Date: Sun, 12 Aug 2018 08:19:31 GMT Server: Apache OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version x-compute-request-id: req-affa451a-e7ce-484e-89d4-1daebbad673b x-openstack-request-id: req-affa451a-e7ce-484e-89d4-1daebbad673b Content-Length: 218 Content-Type: application/json RESP BODY: {"badRequest": {"message": "Invalid input received: Invalid volume size provided for create request: -1 (size argument must be an integer (or string representation of an integer) and greater than zero).", "code": 400}} 2018-08-12 08:19:31,270 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/28b41e184da54370ae73fd800727bf0d/volumes used request id req-affa451a-e7ce-484e-89d4-1daebbad673b 2018-08-12 08:19:31,271 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:19:31,271 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:19:31,271 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:19:31,272 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:19:31,272 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:19:31,278 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e94ae1d5e80e966e482b0415675f4fa312f001d0" 2018-08-12 08:19:31,534 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 43135 X-Openstack-Request-Id: req-801e3960-cd74-4500-875c-4f2d3f87a42d Date: Sun, 12 Aug 2018 08:19:31 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "created_at": "2018-08-12T06:59:44Z", "updated_at": "2018-08-12T06:59:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "1d7fd960-7865-4453-aecc-8d399b4fad21", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "66820d8a-b785-4b18-bd67-500221c8e4f9", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "74fc7638-a322-4841-8c47-06d36174a200", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "8eaa09ec-8419-4582-9312-1e527afe6e4b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}], "revision_number": 4, "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "created_at": "2018-08-12T05:12:34Z", "updated_at": "2018-08-12T05:12:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "709513d2-af7d-4d0b-bd3c-604fed75a711", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "aa346066-e46f-44f2-94be-2884aa998a19", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "c15f7b93-e56c-4afa-867d-2acb286d4b7b", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "cb0ef83f-5f70-4a80-ad35-431ca9df551e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}], "revision_number": 4, "project_id": "fa5a7fe6ee54472ba01638877aade8e3", "id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ea65becf30e54b27aa96a449698a435e", "created_at": "2018-08-12T05:10:35Z", "updated_at": "2018-08-12T05:10:35Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "30ad280c-f302-4cd4-a438-5139917b56f9", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "76115c4c-887d-4f0a-83e2-486e4b39c713", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "8ab14937-4c08-4d43-8a9a-662e622cc643", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "ee757a03-5662-4273-9c3e-6212e7afb48f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}], "revision_number": 4, "project_id": "ea65becf30e54b27aa96a449698a435e", "id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "created_at": "2018-08-12T06:20:09Z", "updated_at": "2018-08-12T06:20:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "1123b8f2-75ac-4a26-b9b2-a96da97408e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "2ddd2b93-e080-48cd-9a50-f5fe8a82ad0c", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "cd1bae62-0aea-4438-b4c3-50a69ae6f855", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "e398e01e-ceea-46d1-9534-b929808c4a5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}], "revision_number": 4, "project_id": "ff7abd7bb61f4f2889831e932d65dc2e", "id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "created_at": "2018-08-12T05:34:57Z", "updated_at": "2018-08-12T05:34:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "208a1c1e-f5f8-49c7-9a25-d07e68b1541f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "27bfd867-e607-4bf8-9de8-60682d3f771d", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "49360e1f-6fd3-4f35-b339-24cea95773ee", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "60f631a9-d305-4920-9631-d0543e2ac64f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}], "revision_number": 4, "project_id": "3a85ceae958d4d9fba68847e7df67db8", "id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "created_at": "2018-08-12T05:34:40Z", "updated_at": "2018-08-12T05:34:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "2192c259-363e-4768-ae73-e75837ad63b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "3f87ddc5-f84d-41dc-8215-847724782569", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "7d89f6da-ea78-49dd-9115-f9ad23b250bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "9ec4497d-0f65-44db-9be9-7b3042e4a584", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}], "revision_number": 4, "project_id": "85517fcf1c6247e699fdcdd42ecc8c79", "id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "created_at": "2018-08-12T05:16:02Z", "updated_at": "2018-08-12T05:16:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "1ecacd8c-c1c7-4a66-9871-406a69323b43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "3cc1750c-e0e7-4902-b6f3-494a161b832e", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "d719a7a4-8c99-44ed-8c12-6bf071890203", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "fe7421b5-d577-41da-8c78-62f3c07eda92", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}], "revision_number": 4, "project_id": "a267b9a156244bb192691cff6e5f74fe", "id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "315a428116f24d9fbb826b37080a918e", "created_at": "2018-08-12T05:11:31Z", "updated_at": "2018-08-12T05:11:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "5e52886a-1dc3-4a81-a55d-f388dc4fd1a1", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "678e32e4-d64c-448a-a4ab-e253ab94ae90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "a8da1539-e3ad-4f90-b2df-3dc1f09d228a", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "b73d5cc9-0205-4658-bb1f-61a042c0ab8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}], "revision_number": 4, "project_id": "315a428116f24d9fbb826b37080a918e", "id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-12T05:08:01Z", "updated_at": "2018-08-12T05:08:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:01Z", "revision_number": 0, "id": "0fb05d03-1117-45d0-930c-b6d4c96ef102", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "4faaab33-5788-4bbd-85b8-0fb44d41413a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "96d0c5a0-5c67-421b-8fc8-2b46d77e5db3", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "dd78519b-4bc5-4e8e-ad0f-58089dd69347", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "11a46741b7954b959fd7764109c047b6", "created_at": "2018-08-12T05:34:51Z", "updated_at": "2018-08-12T05:34:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "0b67bf3c-2289-43bb-ab6c-7d25ec32a279", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "51f3f833-337a-42bd-a8d5-742ea8d6c226", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "571fd0b5-ef90-408d-af33-aafb517b8993", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "944ba823-fb9c-496e-a66e-bb426bb14a8d", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}], "revision_number": 4, "project_id": "11a46741b7954b959fd7764109c047b6", "id": "90af9782-8112-4257-801d-ee5115d226ba", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "created_at": "2018-08-12T05:34:26Z", "updated_at": "2018-08-12T05:34:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "2ee1f63a-807c-4d6a-85ee-dd784f6b8c3f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5dec3ec2-2add-47dd-8618-90659dcf3885", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5ea0dc3e-49d0-43f0-94e9-f6443527d14c", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "fbfaca22-7e3e-4128-8973-43e439b77c28", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}], "revision_number": 4, "project_id": "3c01cd58055c44ecaef39f7e625c2258", "id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "521007c1818145639e93ceb270559219", "created_at": "2018-08-12T05:13:27Z", "updated_at": "2018-08-12T05:13:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "5e7fede5-b0f2-47d8-95c3-516cdfc7f9de", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "8fd0e36f-c6c4-4f64-ba97-40439e614448", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "db7d79de-1dfc-4138-945f-91e74cdc266b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "e87f2cff-ff3e-4b6d-aaf0-7f0eb0ab9f05", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}], "revision_number": 4, "project_id": "521007c1818145639e93ceb270559219", "id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "created_at": "2018-08-12T05:08:18Z", "updated_at": "2018-08-12T05:08:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "3c67be40-bf74-4f97-9693-d93ce73a23b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "6112d869-2fc6-4a25-a13c-3d55cd7206c0", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "bdf21c56-453e-482e-9cba-3c55abcb0339", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "c8e92c39-38cc-4f48-be9c-5f0912e6a725", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}], "revision_number": 4, "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "created_at": "2018-08-12T05:04:23Z", "updated_at": "2018-08-12T05:04:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "280546d9-8ad1-4283-abfc-15ee9b1736c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "58bce125-f2ca-4a6d-b9ca-4e6cf5c0f7a5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "69275b9a-cfb5-482c-a9c4-8ffc79adf2c7", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "6d747f3a-3764-469a-a645-f977585c5aac", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}], "revision_number": 4, "project_id": "310f5853751a4c968f3eeb0a3d99a0a8", "id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "created_at": "2018-08-12T05:34:42Z", "updated_at": "2018-08-12T05:34:42Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "199582e8-25aa-457a-aa7c-6d8413ca4464", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "234f3609-4454-448f-919d-c8143c7cd764", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "c1061460-71a2-49a9-a04b-9fa33eeb17ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "d21ac532-51d8-4d6b-8300-7bac216759bf", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}], "revision_number": 4, "project_id": "9f6c1a272706419c9a74b0893b2890e8", "id": "d6739716-c693-460c-89c6-e7c8c48f8245", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "created_at": "2018-08-12T05:34:54Z", "updated_at": "2018-08-12T05:34:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "0633a05a-ee7d-4476-a56b-75d011b22f77", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "6cc1b9f8-73db-47a3-a0e0-3c96c43f34da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "90d99a6b-e94f-4fd8-a10c-f19dd8954c13", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "e843c139-af2a-4d2c-a24f-59f7b10ff72e", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}], "revision_number": 4, "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "created_at": "2018-08-12T05:09:07Z", "updated_at": "2018-08-12T05:09:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "5495e168-f505-4d74-ae6d-387f0bf533c2", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "6fd19b8b-3062-456e-81ba-3ff37fe43429", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8ca59d25-485c-46ce-939c-2e4a468caeac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8f190846-50a0-42b9-b571-390809b752b1", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}], "revision_number": 4, "project_id": "fa9ca6d7608b4d7d87ce97331679a481", "id": "edcd9b17-9416-4c25-823c-060c435e18d7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "created_at": "2018-08-12T05:34:52Z", "updated_at": "2018-08-12T05:34:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "2c7e484e-6ec5-4a95-8c9c-66d294c0c27e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "70c74258-3c2c-4efc-87e0-079c26ee3417", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "b70382fa-082e-4c2b-abc8-87490fa50b11", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "c3628e02-b4b6-42c9-8751-c1a2d3c19caa", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}], "revision_number": 4, "project_id": "87db863ba6e348b0a5ddcb67053db9d1", "id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "name": "default"}]} 2018-08-12 08:19:31,535 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-801e3960-cd74-4500-875c-4f2d3f87a42d 2018-08-12 08:19:31,543 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e94ae1d5e80e966e482b0415675f4fa312f001d0" 2018-08-12 08:19:31,633 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:19:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c1c4878a-5f97-49f8-a735-f1ac9679204f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 5fe28c13d4d74ba2be8d019ac1ea6363.", "code": 404, "title": "Not Found"}} 2018-08-12 08:19:31,633 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 used request id req-c1c4878a-5f97-49f8-a735-f1ac9679204f 2018-08-12 08:19:31,633 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:19:31,636 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e94ae1d5e80e966e482b0415675f4fa312f001d0" 2018-08-12 08:19:31,737 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:19:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-665ee827-2c74-4d73-a229-076fa29f30dc Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa5a7fe6ee54472ba01638877aade8e3.", "code": 404, "title": "Not Found"}} 2018-08-12 08:19:31,738 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 used request id req-665ee827-2c74-4d73-a229-076fa29f30dc 2018-08-12 08:19:31,738 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:19:31,742 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e94ae1d5e80e966e482b0415675f4fa312f001d0" 2018-08-12 08:19:31,828 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:19:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a563543c-26c2-4c33-86e2-574a0ba352c2 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ea65becf30e54b27aa96a449698a435e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:19:31,828 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e used request id req-a563543c-26c2-4c33-86e2-574a0ba352c2 2018-08-12 08:19:31,829 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:19:31,832 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e94ae1d5e80e966e482b0415675f4fa312f001d0" 2018-08-12 08:19:31,920 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:19:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ee39fa17-18c3-4d3b-89e2-c957ab3991a2 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ff7abd7bb61f4f2889831e932d65dc2e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:19:31,920 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e used request id req-ee39fa17-18c3-4d3b-89e2-c957ab3991a2 2018-08-12 08:19:31,921 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:19:31,924 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e94ae1d5e80e966e482b0415675f4fa312f001d0" 2018-08-12 08:19:32,012 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:19:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f3d7e6f7-ddbb-46c0-90df-5c75392e2b6d Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3a85ceae958d4d9fba68847e7df67db8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:19:32,012 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 used request id req-f3d7e6f7-ddbb-46c0-90df-5c75392e2b6d 2018-08-12 08:19:32,013 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:19:32,017 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e94ae1d5e80e966e482b0415675f4fa312f001d0" 2018-08-12 08:19:32,034 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:19:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c4626882-1198-4688-933f-f82f8dd3af7e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 85517fcf1c6247e699fdcdd42ecc8c79.", "code": 404, "title": "Not Found"}} 2018-08-12 08:19:32,035 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 used request id req-c4626882-1198-4688-933f-f82f8dd3af7e 2018-08-12 08:19:32,035 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:19:32,038 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e94ae1d5e80e966e482b0415675f4fa312f001d0" 2018-08-12 08:19:32,133 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:19:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0b477c9f-fe1b-4aed-8644-a2880349e97c Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}} 2018-08-12 08:19:32,133 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe used request id req-0b477c9f-fe1b-4aed-8644-a2880349e97c 2018-08-12 08:19:32,136 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e94ae1d5e80e966e482b0415675f4fa312f001d0" 2018-08-12 08:19:32,218 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:19:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-35b32061-2155-4ba3-9a8d-9637c6b9df02 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 315a428116f24d9fbb826b37080a918e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:19:32,218 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e used request id req-35b32061-2155-4ba3-9a8d-9637c6b9df02 2018-08-12 08:19:32,218 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:19:32,222 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e94ae1d5e80e966e482b0415675f4fa312f001d0" 2018-08-12 08:19:32,306 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:19:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ef397191-9277-471c-9c4c-840345375ee9 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 11a46741b7954b959fd7764109c047b6.", "code": 404, "title": "Not Found"}} 2018-08-12 08:19:32,306 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 used request id req-ef397191-9277-471c-9c4c-840345375ee9 2018-08-12 08:19:32,306 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:19:32,310 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e94ae1d5e80e966e482b0415675f4fa312f001d0" 2018-08-12 08:19:32,401 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:19:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2791aee6-527e-4a76-8f43-1da60408c598 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3c01cd58055c44ecaef39f7e625c2258.", "code": 404, "title": "Not Found"}} 2018-08-12 08:19:32,402 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 used request id req-2791aee6-527e-4a76-8f43-1da60408c598 2018-08-12 08:19:32,402 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:19:32,405 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e94ae1d5e80e966e482b0415675f4fa312f001d0" 2018-08-12 08:19:32,498 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:19:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0e560c22-f0ac-4417-bc51-e03269529e95 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 521007c1818145639e93ceb270559219.", "code": 404, "title": "Not Found"}} 2018-08-12 08:19:32,498 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 used request id req-0e560c22-f0ac-4417-bc51-e03269529e95 2018-08-12 08:19:32,498 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:19:32,502 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e94ae1d5e80e966e482b0415675f4fa312f001d0" 2018-08-12 08:19:32,587 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:19:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-60865118-fc4e-498b-a165-cbccd89d4aeb Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e18fcc7fc10a4fd0b20234f8520d0aab.", "code": 404, "title": "Not Found"}} 2018-08-12 08:19:32,587 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab used request id req-60865118-fc4e-498b-a165-cbccd89d4aeb 2018-08-12 08:19:32,587 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:19:32,591 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e94ae1d5e80e966e482b0415675f4fa312f001d0" 2018-08-12 08:19:32,682 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:19:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a5966398-bb54-4a30-a8f7-5984f69b6446 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "310f5853751a4c968f3eeb0a3d99a0a8", "name": "service"}} 2018-08-12 08:19:32,682 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 used request id req-a5966398-bb54-4a30-a8f7-5984f69b6446 2018-08-12 08:19:32,686 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e94ae1d5e80e966e482b0415675f4fa312f001d0" 2018-08-12 08:19:32,782 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:19:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-33e15b28-1019-4d47-b455-0a868facebe1 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9f6c1a272706419c9a74b0893b2890e8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:19:32,782 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 used request id req-33e15b28-1019-4d47-b455-0a868facebe1 2018-08-12 08:19:32,783 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:19:32,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/34cb7327fcfc4b52a63b4b8c0ea4a54d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e94ae1d5e80e966e482b0415675f4fa312f001d0" 2018-08-12 08:19:32,871 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:19:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7598a7f1-a886-435e-92a3-b6be48694895 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 34cb7327fcfc4b52a63b4b8c0ea4a54d.", "code": 404, "title": "Not Found"}} 2018-08-12 08:19:32,871 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/34cb7327fcfc4b52a63b4b8c0ea4a54d used request id req-7598a7f1-a886-435e-92a3-b6be48694895 2018-08-12 08:19:32,871 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:19:32,875 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa9ca6d7608b4d7d87ce97331679a481 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e94ae1d5e80e966e482b0415675f4fa312f001d0" 2018-08-12 08:19:32,969 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:19:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-13d75956-fe33-42e7-b166-ac11b885b3c3 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa9ca6d7608b4d7d87ce97331679a481.", "code": 404, "title": "Not Found"}} 2018-08-12 08:19:32,970 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa9ca6d7608b4d7d87ce97331679a481 used request id req-13d75956-fe33-42e7-b166-ac11b885b3c3 2018-08-12 08:19:32,970 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:19:32,974 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/87db863ba6e348b0a5ddcb67053db9d1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e94ae1d5e80e966e482b0415675f4fa312f001d0" 2018-08-12 08:19:33,068 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:19:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1220d957-7184-4aba-97f7-e032ec394325 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87db863ba6e348b0a5ddcb67053db9d1.", "code": 404, "title": "Not Found"}} 2018-08-12 08:19:33,069 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/87db863ba6e348b0a5ddcb67053db9d1 used request id req-1220d957-7184-4aba-97f7-e032ec394325 2018-08-12 08:19:33,069 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:19:33,070 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeFailureTests-3eb9be06-cc19-4fc-proj 2018-08-12 08:19:33,074 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/28b41e184da54370ae73fd800727bf0d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e94ae1d5e80e966e482b0415675f4fa312f001d0" 2018-08-12 08:19:33,307 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:19:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e2be3508-3887-498c-a673-e4030ad53fab 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 08:19:33,307 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/28b41e184da54370ae73fd800727bf0d used request id req-e2be3508-3887-498c-a673-e4030ad53fab 2018-08-12 08:19:33,307 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeFailureTests-3eb9be06-cc19-4fc-proj-role 2018-08-12 08:19:33,311 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/e6e3f2970e3d41b3894071671fcf9085 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e94ae1d5e80e966e482b0415675f4fa312f001d0" 2018-08-12 08:19:33,427 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:19:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a51ffaa9-d28d-4559-a7b3-20b6fcb97eff 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 08:19:33,427 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/e6e3f2970e3d41b3894071671fcf9085 used request id req-a51ffaa9-d28d-4559-a7b3-20b6fcb97eff 2018-08-12 08:19:33,430 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e94ae1d5e80e966e482b0415675f4fa312f001d0" 2018-08-12 08:19:33,525 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:19:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5837972e-7cd3-4dd7-ba26-f8b0f77e940b Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:19:33,525 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-5837972e-7cd3-4dd7-ba26-f8b0f77e940b 2018-08-12 08:19:33,526 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeFailureTests-3eb9be06-cc19-4fc-user 2018-08-12 08:19:33,529 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/cf4bfc78e35e45fca31cf4c740de9fba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f50deee3327a622818531af611b834e54b3027f" 2018-08-12 08:19:33,708 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:19:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-88503e38-6d99-48d8-aca2-f41e9bbf5b13 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 08:19:33,709 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/cf4bfc78e35e45fca31cf4c740de9fba used request id req-88503e38-6d99-48d8-aca2-f41e9bbf5b13 2018-08-12 08:19:33,710 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:19:34,102 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:19:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["xE8C5EoXQ2OEL2yOUbGVaQ"], "issued_at": "2018-08-12T08:19:34.000000Z"}} 2018-08-12 08:19:34,103 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}d6b6c3b54f2f08c4942392d9fb25d3017b5ad55f" 2018-08-12 08:19:34,202 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:19:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f168941d-3f92-4e8f-82d3-4662ff0a4a29 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:19:34,202 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-f168941d-3f92-4e8f-82d3-4662ff0a4a29 2018-08-12 08:19:34,204 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:19:34,205 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:19:34,605 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:19:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["j934gxNZTFC7hhOmEcp5Kw"], "issued_at": "2018-08-12T08:19:34.000000Z"}} 2018-08-12 08:19:34,606 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}d432354a13d7f1ab326833a4771f3cab6cab4f01" 2018-08-12 08:19:34,699 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:19:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c63fd053-f81b-4352-aa51-64a51b144d7d Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:19:34,700 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-c63fd053-f81b-4352-aa51-64a51b144d7d 2018-08-12 08:19:34,705 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:19:34,710 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:19:34 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:19:34,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeFailureTests-e3e1d486-e129-425-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d432354a13d7f1ab326833a4771f3cab6cab4f01" 2018-08-12 08:19:34,800 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:19:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-245a86a1-c9e1-44bc-b4c4-3bb1493b74cb Content-Encoding: gzip Content-Length: 182 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeFailureTests-e3e1d486-e129-425-proj", "previous": null, "next": null}, "projects": []} 2018-08-12 08:19:34,801 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeFailureTests-e3e1d486-e129-425-proj used request id req-245a86a1-c9e1-44bc-b4c4-3bb1493b74cb 2018-08-12 08:19:34,804 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d432354a13d7f1ab326833a4771f3cab6cab4f01" 2018-08-12 08:19:34,897 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:19:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-243932e1-f3cb-4cbd-b40c-91b9d1a49a70 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:19:34,897 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-243932e1-f3cb-4cbd-b40c-91b9d1a49a70 2018-08-12 08:19:34,901 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d432354a13d7f1ab326833a4771f3cab6cab4f01" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSimpleVolumeFailureTests-e3e1d486-e129-425-proj"}}' 2018-08-12 08:19:35,032 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:19:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8f993544-8bf5-48ea-aa62-4ed94a5ea241 Content-Length: 327 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/f1df48ea2c194877a66aaab0b370a83e"}, "tags": [], "enabled": true, "id": "f1df48ea2c194877a66aaab0b370a83e", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeFailureTests-e3e1d486-e129-425-proj"}} 2018-08-12 08:19:35,032 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-8f993544-8bf5-48ea-aa62-4ed94a5ea241 2018-08-12 08:19:35,032 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeFailureTests-e3e1d486-e129-425-proj 2018-08-12 08:19:35,032 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:19:35,033 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:19:35,426 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:19:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["Ui5Q45U1QIW4HJ6im0yuQQ"], "issued_at": "2018-08-12T08:19:35.000000Z"}} 2018-08-12 08:19:35,426 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}1aa2f60a116b70cd75e101c160d975752e296004" 2018-08-12 08:19:35,516 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:19:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-013a7e23-3fd0-4ba6-9011-f820bad33a38 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:19:35,517 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-013a7e23-3fd0-4ba6-9011-f820bad33a38 2018-08-12 08:19:35,520 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:19:35,524 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:19:35 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:19:35,525 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1aa2f60a116b70cd75e101c160d975752e296004" 2018-08-12 08:19:35,627 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:19:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-31172a40-8e4a-4e74-abd2-b55c40db7dae Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/105a247548624314b9228f85f6325f0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105a247548624314b9228f85f6325f0b", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/1c5de0eaa44543f08da6ad63a51594ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c5de0eaa44543f08da6ad63a51594ff", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/1d127b5b832547a88a547c116dfdd65b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d127b5b832547a88a547c116dfdd65b", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/1d5cfc170d624ce4ae53ae0507c8d517"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d5cfc170d624ce4ae53ae0507c8d517", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/2421820b75eb4d3ebd02830378d1377b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2421820b75eb4d3ebd02830378d1377b", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/40bd8ee54ecf44868cc83cede652c396"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40bd8ee54ecf44868cc83cede652c396", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/4f32fb8153854c4c9f5094b42b523f80"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f32fb8153854c4c9f5094b42b523f80", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7066130d08fb4db7bf4ab468de53933b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7066130d08fb4db7bf4ab468de53933b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/8d0898a83bcf4521bbc11501d5d7ac89"}, "domain_id": "1eec97585bde483292ece28ee11f4b8d", "enabled": true, "options": {}, "id": "8d0898a83bcf4521bbc11501d5d7ac89", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/9defcced327d476f8a3beab718a13da3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9defcced327d476f8a3beab718a13da3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/b80ee4f6992446e0879624dd436e99a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b80ee4f6992446e0879624dd436e99a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b86fd3e011324d398fcdb6f095a20a9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b86fd3e011324d398fcdb6f095a20a9d", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1701d2754064b5cadf765ea0806f9b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1701d2754064b5cadf765ea0806f9b2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/db4e7b8d76d549faa502716565c733dd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db4e7b8d76d549faa502716565c733dd", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-12 08:19:35,628 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-31172a40-8e4a-4e74-abd2-b55c40db7dae 2018-08-12 08:19:35,632 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateSimpleVolumeFailureTests-e3e1d486-e129-425-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1aa2f60a116b70cd75e101c160d975752e296004" 2018-08-12 08:19:35,725 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:19:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3f7c03b8-a76e-4443-acaa-42d68fa6defa Content-Encoding: gzip Content-Length: 265 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateSimpleVolumeFailureTests-e3e1d486-e129-425-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/f1df48ea2c194877a66aaab0b370a83e"}, "tags": [], "enabled": true, "id": "f1df48ea2c194877a66aaab0b370a83e", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeFailureTests-e3e1d486-e129-425-proj"}]} 2018-08-12 08:19:35,725 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateSimpleVolumeFailureTests-e3e1d486-e129-425-proj used request id req-3f7c03b8-a76e-4443-acaa-42d68fa6defa 2018-08-12 08:19:35,729 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1aa2f60a116b70cd75e101c160d975752e296004" 2018-08-12 08:19:35,823 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:19:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d006821e-81c9-450e-966b-30f78e83a95b Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:19:35,823 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-d006821e-81c9-450e-966b-30f78e83a95b 2018-08-12 08:19:36,205 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeFailureTests-e3e1d486-e129-425-user 2018-08-12 08:19:36,206 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:19:36,210 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d432354a13d7f1ab326833a4771f3cab6cab4f01" 2018-08-12 08:19:36,295 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:19:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f16d627b-7b12-48f9-821a-b23b598c020d Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:19:36,295 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-f16d627b-7b12-48f9-821a-b23b598c020d 2018-08-12 08:19:36,297 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d432354a13d7f1ab326833a4771f3cab6cab4f01" -d '{"role": {"name": "CreateSimpleVolumeFailureTests-e3e1d486-e129-425-proj-role"}}' 2018-08-12 08:19:36,403 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:19:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-14afb10e-e577-4656-b851-df364166d5b5 Content-Length: 229 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "4438a75bc021417085068370173ff849", "links": {"self": "http://172.30.9.21:5000/v3/roles/4438a75bc021417085068370173ff849"}, "name": "CreateSimpleVolumeFailureTests-e3e1d486-e129-425-proj-role"}} 2018-08-12 08:19:36,403 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-14afb10e-e577-4656-b851-df364166d5b5 2018-08-12 08:19:36,403 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeFailureTests-e3e1d486-e129-425-proj-role 2018-08-12 08:19:36,405 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/4438a75bc021417085068370173ff849 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d432354a13d7f1ab326833a4771f3cab6cab4f01" 2018-08-12 08:19:36,500 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:19:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c6878731-f9ac-4007-81b2-47a4dcdb0967 Content-Encoding: gzip Content-Length: 183 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "4438a75bc021417085068370173ff849", "links": {"self": "http://172.30.9.21:5000/v3/roles/4438a75bc021417085068370173ff849"}, "name": "CreateSimpleVolumeFailureTests-e3e1d486-e129-425-proj-role"}} 2018-08-12 08:19:36,501 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/4438a75bc021417085068370173ff849 used request id req-c6878731-f9ac-4007-81b2-47a4dcdb0967 2018-08-12 08:19:36,501 - keystone_utils - INFO - Granting role CreateSimpleVolumeFailureTests-e3e1d486-e129-425-proj-role to project CreateSimpleVolumeFailureTests-e3e1d486-e129-425-proj 2018-08-12 08:19:36,504 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/f1df48ea2c194877a66aaab0b370a83e/users/4a25d4d51dd4424183d5dd5f170999d2/roles/4438a75bc021417085068370173ff849 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d432354a13d7f1ab326833a4771f3cab6cab4f01" 2018-08-12 08:19:36,561 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:19:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1d7a5f05-09cb-4756-904a-292c1893110e 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 08:19:36,562 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/f1df48ea2c194877a66aaab0b370a83e/users/4a25d4d51dd4424183d5dd5f170999d2/roles/4438a75bc021417085068370173ff849 used request id req-1d7a5f05-09cb-4756-904a-292c1893110e 2018-08-12 08:19:36,563 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:19:36,564 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:19:36,959 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4438a75bc021417085068370173ff849", "name": "CreateSimpleVolumeFailureTests-e3e1d486-e129-425-proj-role"}], "expires_at": "2018-08-12T09:19:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f1df48ea2c194877a66aaab0b370a83e", "name": "CreateSimpleVolumeFailureTests-e3e1d486-e129-425-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/f1df48ea2c194877a66aaab0b370a83e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/f1df48ea2c194877a66aaab0b370a83e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/f1df48ea2c194877a66aaab0b370a83e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_f1df48ea2c194877a66aaab0b370a83e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_f1df48ea2c194877a66aaab0b370a83e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/f1df48ea2c194877a66aaab0b370a83e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/f1df48ea2c194877a66aaab0b370a83e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/f1df48ea2c194877a66aaab0b370a83e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/f1df48ea2c194877a66aaab0b370a83e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/f1df48ea2c194877a66aaab0b370a83e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/f1df48ea2c194877a66aaab0b370a83e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f1df48ea2c194877a66aaab0b370a83e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/f1df48ea2c194877a66aaab0b370a83e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/f1df48ea2c194877a66aaab0b370a83e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSimpleVolumeFailureTests-e3e1d486-e129-425-user", "id": "4a25d4d51dd4424183d5dd5f170999d2"}, "audit_ids": ["OW-O16tOT_CSIPlKzsWSnQ"], "issued_at": "2018-08-12T08:19:36.000000Z"}} 2018-08-12 08:19:36,959 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}3096907ef238abe1a3cfbd6771aa97bd1a3e3daa" 2018-08-12 08:19:37,041 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:19:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-52897089-d68e-495d-9055-2cc22000f1bd Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:19:37,041 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-52897089-d68e-495d-9055-2cc22000f1bd 2018-08-12 08:19:37,046 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/f1df48ea2c194877a66aaab0b370a83e/volumes/detail -H "OpenStack-API-Version: volume 3.5" -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3096907ef238abe1a3cfbd6771aa97bd1a3e3daa" 2018-08-12 08:19:37,653 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:19:37 GMT Server: Apache x-compute-request-id: req-fdadd252-1c9b-4097-9458-40d6180dd586 OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version x-openstack-request-id: req-fdadd252-1c9b-4097-9458-40d6180dd586 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-08-12 08:19:37,653 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/f1df48ea2c194877a66aaab0b370a83e/volumes/detail used request id req-fdadd252-1c9b-4097-9458-40d6180dd586 2018-08-12 08:19:37,657 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8776/v3/f1df48ea2c194877a66aaab0b370a83e/volumes -H "Accept: application/json" -H "User-Agent: python-cinderclient" -H "OpenStack-API-Version: volume 3.5" -H "X-Auth-Token: {SHA1}3096907ef238abe1a3cfbd6771aa97bd1a3e3daa" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-fdadd252-1c9b-4097-9458-40d6180dd586" -d '{"volume": {"status": "creating", "backup_id": null, "user_id": null, "name": "CreateSimpleVolumeFailureTests-bf28b6c9-1673-4b02-b73f-ab325ed041fa", "imageRef": null, "availability_zone": null, "description": null, "multiattach": false, "attach_status": "detached", "volume_type": "foo", "metadata": {}, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "project_id": null, "source_replica": null, "size": 1}}' 2018-08-12 08:19:37,829 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:19:37 GMT Server: Apache OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version x-compute-request-id: req-4221c2b9-735a-4c09-9619-cef86cab9bc4 x-openstack-request-id: req-4221c2b9-735a-4c09-9619-cef86cab9bc4 Content-Length: 91 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume type with name foo could not be found.", "code": 404}} 2018-08-12 08:19:37,829 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/f1df48ea2c194877a66aaab0b370a83e/volumes used request id req-4221c2b9-735a-4c09-9619-cef86cab9bc4 2018-08-12 08:19:37,830 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:19:37,830 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:19:37,830 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:19:37,831 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:19:37,831 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:19:37,837 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d432354a13d7f1ab326833a4771f3cab6cab4f01" 2018-08-12 08:19:38,027 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 43135 X-Openstack-Request-Id: req-51715f3e-04d7-43c2-92e0-c3d4e2827a37 Date: Sun, 12 Aug 2018 08:19:38 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "created_at": "2018-08-12T06:59:44Z", "updated_at": "2018-08-12T06:59:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "1d7fd960-7865-4453-aecc-8d399b4fad21", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "66820d8a-b785-4b18-bd67-500221c8e4f9", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "74fc7638-a322-4841-8c47-06d36174a200", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "8eaa09ec-8419-4582-9312-1e527afe6e4b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}], "revision_number": 4, "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "created_at": "2018-08-12T05:12:34Z", "updated_at": "2018-08-12T05:12:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "709513d2-af7d-4d0b-bd3c-604fed75a711", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "aa346066-e46f-44f2-94be-2884aa998a19", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "c15f7b93-e56c-4afa-867d-2acb286d4b7b", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "cb0ef83f-5f70-4a80-ad35-431ca9df551e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}], "revision_number": 4, "project_id": "fa5a7fe6ee54472ba01638877aade8e3", "id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ea65becf30e54b27aa96a449698a435e", "created_at": "2018-08-12T05:10:35Z", "updated_at": "2018-08-12T05:10:35Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "30ad280c-f302-4cd4-a438-5139917b56f9", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "76115c4c-887d-4f0a-83e2-486e4b39c713", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "8ab14937-4c08-4d43-8a9a-662e622cc643", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "ee757a03-5662-4273-9c3e-6212e7afb48f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}], "revision_number": 4, "project_id": "ea65becf30e54b27aa96a449698a435e", "id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "created_at": "2018-08-12T06:20:09Z", "updated_at": "2018-08-12T06:20:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "1123b8f2-75ac-4a26-b9b2-a96da97408e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "2ddd2b93-e080-48cd-9a50-f5fe8a82ad0c", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "cd1bae62-0aea-4438-b4c3-50a69ae6f855", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "e398e01e-ceea-46d1-9534-b929808c4a5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}], "revision_number": 4, "project_id": "ff7abd7bb61f4f2889831e932d65dc2e", "id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "created_at": "2018-08-12T05:34:57Z", "updated_at": "2018-08-12T05:34:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "208a1c1e-f5f8-49c7-9a25-d07e68b1541f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "27bfd867-e607-4bf8-9de8-60682d3f771d", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "49360e1f-6fd3-4f35-b339-24cea95773ee", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "60f631a9-d305-4920-9631-d0543e2ac64f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}], "revision_number": 4, "project_id": "3a85ceae958d4d9fba68847e7df67db8", "id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "created_at": "2018-08-12T05:34:40Z", "updated_at": "2018-08-12T05:34:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "2192c259-363e-4768-ae73-e75837ad63b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "3f87ddc5-f84d-41dc-8215-847724782569", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "7d89f6da-ea78-49dd-9115-f9ad23b250bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "9ec4497d-0f65-44db-9be9-7b3042e4a584", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}], "revision_number": 4, "project_id": "85517fcf1c6247e699fdcdd42ecc8c79", "id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "created_at": "2018-08-12T05:16:02Z", "updated_at": "2018-08-12T05:16:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "1ecacd8c-c1c7-4a66-9871-406a69323b43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "3cc1750c-e0e7-4902-b6f3-494a161b832e", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "d719a7a4-8c99-44ed-8c12-6bf071890203", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "fe7421b5-d577-41da-8c78-62f3c07eda92", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}], "revision_number": 4, "project_id": "a267b9a156244bb192691cff6e5f74fe", "id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "315a428116f24d9fbb826b37080a918e", "created_at": "2018-08-12T05:11:31Z", "updated_at": "2018-08-12T05:11:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "5e52886a-1dc3-4a81-a55d-f388dc4fd1a1", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "678e32e4-d64c-448a-a4ab-e253ab94ae90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "a8da1539-e3ad-4f90-b2df-3dc1f09d228a", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "b73d5cc9-0205-4658-bb1f-61a042c0ab8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}], "revision_number": 4, "project_id": "315a428116f24d9fbb826b37080a918e", "id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-12T05:08:01Z", "updated_at": "2018-08-12T05:08:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:01Z", "revision_number": 0, "id": "0fb05d03-1117-45d0-930c-b6d4c96ef102", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "4faaab33-5788-4bbd-85b8-0fb44d41413a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "96d0c5a0-5c67-421b-8fc8-2b46d77e5db3", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "dd78519b-4bc5-4e8e-ad0f-58089dd69347", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "11a46741b7954b959fd7764109c047b6", "created_at": "2018-08-12T05:34:51Z", "updated_at": "2018-08-12T05:34:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "0b67bf3c-2289-43bb-ab6c-7d25ec32a279", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "51f3f833-337a-42bd-a8d5-742ea8d6c226", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "571fd0b5-ef90-408d-af33-aafb517b8993", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "944ba823-fb9c-496e-a66e-bb426bb14a8d", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}], "revision_number": 4, "project_id": "11a46741b7954b959fd7764109c047b6", "id": "90af9782-8112-4257-801d-ee5115d226ba", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "created_at": "2018-08-12T05:34:26Z", "updated_at": "2018-08-12T05:34:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "2ee1f63a-807c-4d6a-85ee-dd784f6b8c3f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5dec3ec2-2add-47dd-8618-90659dcf3885", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5ea0dc3e-49d0-43f0-94e9-f6443527d14c", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "fbfaca22-7e3e-4128-8973-43e439b77c28", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}], "revision_number": 4, "project_id": "3c01cd58055c44ecaef39f7e625c2258", "id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "521007c1818145639e93ceb270559219", "created_at": "2018-08-12T05:13:27Z", "updated_at": "2018-08-12T05:13:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "5e7fede5-b0f2-47d8-95c3-516cdfc7f9de", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "8fd0e36f-c6c4-4f64-ba97-40439e614448", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "db7d79de-1dfc-4138-945f-91e74cdc266b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "e87f2cff-ff3e-4b6d-aaf0-7f0eb0ab9f05", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}], "revision_number": 4, "project_id": "521007c1818145639e93ceb270559219", "id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "created_at": "2018-08-12T05:08:18Z", "updated_at": "2018-08-12T05:08:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "3c67be40-bf74-4f97-9693-d93ce73a23b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "6112d869-2fc6-4a25-a13c-3d55cd7206c0", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "bdf21c56-453e-482e-9cba-3c55abcb0339", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "c8e92c39-38cc-4f48-be9c-5f0912e6a725", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}], "revision_number": 4, "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "created_at": "2018-08-12T05:04:23Z", "updated_at": "2018-08-12T05:04:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "280546d9-8ad1-4283-abfc-15ee9b1736c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "58bce125-f2ca-4a6d-b9ca-4e6cf5c0f7a5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "69275b9a-cfb5-482c-a9c4-8ffc79adf2c7", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "6d747f3a-3764-469a-a645-f977585c5aac", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}], "revision_number": 4, "project_id": "310f5853751a4c968f3eeb0a3d99a0a8", "id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "created_at": "2018-08-12T05:34:42Z", "updated_at": "2018-08-12T05:34:42Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "199582e8-25aa-457a-aa7c-6d8413ca4464", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "234f3609-4454-448f-919d-c8143c7cd764", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "c1061460-71a2-49a9-a04b-9fa33eeb17ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "d21ac532-51d8-4d6b-8300-7bac216759bf", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}], "revision_number": 4, "project_id": "9f6c1a272706419c9a74b0893b2890e8", "id": "d6739716-c693-460c-89c6-e7c8c48f8245", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "created_at": "2018-08-12T05:34:54Z", "updated_at": "2018-08-12T05:34:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "0633a05a-ee7d-4476-a56b-75d011b22f77", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "6cc1b9f8-73db-47a3-a0e0-3c96c43f34da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "90d99a6b-e94f-4fd8-a10c-f19dd8954c13", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "e843c139-af2a-4d2c-a24f-59f7b10ff72e", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}], "revision_number": 4, "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "created_at": "2018-08-12T05:09:07Z", "updated_at": "2018-08-12T05:09:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "5495e168-f505-4d74-ae6d-387f0bf533c2", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "6fd19b8b-3062-456e-81ba-3ff37fe43429", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8ca59d25-485c-46ce-939c-2e4a468caeac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8f190846-50a0-42b9-b571-390809b752b1", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}], "revision_number": 4, "project_id": "fa9ca6d7608b4d7d87ce97331679a481", "id": "edcd9b17-9416-4c25-823c-060c435e18d7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "created_at": "2018-08-12T05:34:52Z", "updated_at": "2018-08-12T05:34:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "2c7e484e-6ec5-4a95-8c9c-66d294c0c27e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "70c74258-3c2c-4efc-87e0-079c26ee3417", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "b70382fa-082e-4c2b-abc8-87490fa50b11", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "c3628e02-b4b6-42c9-8751-c1a2d3c19caa", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}], "revision_number": 4, "project_id": "87db863ba6e348b0a5ddcb67053db9d1", "id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "name": "default"}]} 2018-08-12 08:19:38,028 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-51715f3e-04d7-43c2-92e0-c3d4e2827a37 2018-08-12 08:19:38,034 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d432354a13d7f1ab326833a4771f3cab6cab4f01" 2018-08-12 08:19:38,123 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:19:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ff64a563-6114-427a-b1f3-32ee8ca7cdc6 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 5fe28c13d4d74ba2be8d019ac1ea6363.", "code": 404, "title": "Not Found"}} 2018-08-12 08:19:38,123 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 used request id req-ff64a563-6114-427a-b1f3-32ee8ca7cdc6 2018-08-12 08:19:38,123 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:19:38,127 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d432354a13d7f1ab326833a4771f3cab6cab4f01" 2018-08-12 08:19:38,218 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:19:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8eafdfbe-2535-4827-9d71-3178d2aa1da5 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa5a7fe6ee54472ba01638877aade8e3.", "code": 404, "title": "Not Found"}} 2018-08-12 08:19:38,218 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 used request id req-8eafdfbe-2535-4827-9d71-3178d2aa1da5 2018-08-12 08:19:38,218 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:19:38,222 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d432354a13d7f1ab326833a4771f3cab6cab4f01" 2018-08-12 08:19:38,308 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:19:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cd989170-61e5-4ac7-863a-e1629b9010d9 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ea65becf30e54b27aa96a449698a435e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:19:38,308 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e used request id req-cd989170-61e5-4ac7-863a-e1629b9010d9 2018-08-12 08:19:38,308 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:19:38,311 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d432354a13d7f1ab326833a4771f3cab6cab4f01" 2018-08-12 08:19:38,396 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:19:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0cf77d3b-ac2e-4f68-a317-2be94bdf8c34 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ff7abd7bb61f4f2889831e932d65dc2e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:19:38,396 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e used request id req-0cf77d3b-ac2e-4f68-a317-2be94bdf8c34 2018-08-12 08:19:38,396 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:19:38,398 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d432354a13d7f1ab326833a4771f3cab6cab4f01" 2018-08-12 08:19:38,490 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:19:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9383e510-8428-49bd-9b80-c1d0f74f7fc6 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3a85ceae958d4d9fba68847e7df67db8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:19:38,491 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 used request id req-9383e510-8428-49bd-9b80-c1d0f74f7fc6 2018-08-12 08:19:38,491 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:19:38,494 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d432354a13d7f1ab326833a4771f3cab6cab4f01" 2018-08-12 08:19:38,579 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:19:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6aebdfea-5385-45d1-9a85-f08714743741 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 85517fcf1c6247e699fdcdd42ecc8c79.", "code": 404, "title": "Not Found"}} 2018-08-12 08:19:38,579 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 used request id req-6aebdfea-5385-45d1-9a85-f08714743741 2018-08-12 08:19:38,580 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:19:38,583 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d432354a13d7f1ab326833a4771f3cab6cab4f01" 2018-08-12 08:19:38,676 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:19:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-004829a5-5a7a-443a-b32c-df3c58e9538e Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}} 2018-08-12 08:19:38,676 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe used request id req-004829a5-5a7a-443a-b32c-df3c58e9538e 2018-08-12 08:19:38,680 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d432354a13d7f1ab326833a4771f3cab6cab4f01" 2018-08-12 08:19:38,764 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:19:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4a47eacc-9e97-47d0-8b75-08376be47b62 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 315a428116f24d9fbb826b37080a918e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:19:38,765 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e used request id req-4a47eacc-9e97-47d0-8b75-08376be47b62 2018-08-12 08:19:38,765 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:19:38,767 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d432354a13d7f1ab326833a4771f3cab6cab4f01" 2018-08-12 08:19:38,782 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:19:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d412c8dd-9b07-4467-a46e-bd04b110e941 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 11a46741b7954b959fd7764109c047b6.", "code": 404, "title": "Not Found"}} 2018-08-12 08:19:38,782 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 used request id req-d412c8dd-9b07-4467-a46e-bd04b110e941 2018-08-12 08:19:38,783 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:19:38,785 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d432354a13d7f1ab326833a4771f3cab6cab4f01" 2018-08-12 08:19:38,875 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:19:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6c413785-4046-456d-97c4-3478f16d1b6d Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3c01cd58055c44ecaef39f7e625c2258.", "code": 404, "title": "Not Found"}} 2018-08-12 08:19:38,875 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 used request id req-6c413785-4046-456d-97c4-3478f16d1b6d 2018-08-12 08:19:38,875 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:19:38,877 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d432354a13d7f1ab326833a4771f3cab6cab4f01" 2018-08-12 08:19:38,969 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:19:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-27f93cff-d4a5-43a7-a2d0-1dc8c0ef9af4 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 521007c1818145639e93ceb270559219.", "code": 404, "title": "Not Found"}} 2018-08-12 08:19:38,969 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 used request id req-27f93cff-d4a5-43a7-a2d0-1dc8c0ef9af4 2018-08-12 08:19:38,969 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:19:38,971 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d432354a13d7f1ab326833a4771f3cab6cab4f01" 2018-08-12 08:19:39,056 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:19:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0e23089c-aa7d-43f1-be84-1d61047bbf52 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e18fcc7fc10a4fd0b20234f8520d0aab.", "code": 404, "title": "Not Found"}} 2018-08-12 08:19:39,056 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab used request id req-0e23089c-aa7d-43f1-be84-1d61047bbf52 2018-08-12 08:19:39,056 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:19:39,057 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d432354a13d7f1ab326833a4771f3cab6cab4f01" 2018-08-12 08:19:39,150 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:19:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2062d7c5-35cf-439c-9b85-36f4be0835e4 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "310f5853751a4c968f3eeb0a3d99a0a8", "name": "service"}} 2018-08-12 08:19:39,151 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 used request id req-2062d7c5-35cf-439c-9b85-36f4be0835e4 2018-08-12 08:19:39,154 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d432354a13d7f1ab326833a4771f3cab6cab4f01" 2018-08-12 08:19:39,245 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:19:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2d3a5bbc-875a-4f33-ace5-94428dddf4be Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9f6c1a272706419c9a74b0893b2890e8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:19:39,245 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 used request id req-2d3a5bbc-875a-4f33-ace5-94428dddf4be 2018-08-12 08:19:39,245 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:19:39,249 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/34cb7327fcfc4b52a63b4b8c0ea4a54d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d432354a13d7f1ab326833a4771f3cab6cab4f01" 2018-08-12 08:19:39,335 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:19:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1a353a4b-eb49-4450-a051-a3c6857af2b6 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 34cb7327fcfc4b52a63b4b8c0ea4a54d.", "code": 404, "title": "Not Found"}} 2018-08-12 08:19:39,336 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/34cb7327fcfc4b52a63b4b8c0ea4a54d used request id req-1a353a4b-eb49-4450-a051-a3c6857af2b6 2018-08-12 08:19:39,336 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:19:39,338 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa9ca6d7608b4d7d87ce97331679a481 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d432354a13d7f1ab326833a4771f3cab6cab4f01" 2018-08-12 08:19:39,432 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:19:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1cfece73-2c81-4055-9cfa-8f7d4dc3617e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa9ca6d7608b4d7d87ce97331679a481.", "code": 404, "title": "Not Found"}} 2018-08-12 08:19:39,432 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa9ca6d7608b4d7d87ce97331679a481 used request id req-1cfece73-2c81-4055-9cfa-8f7d4dc3617e 2018-08-12 08:19:39,432 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:19:39,437 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/87db863ba6e348b0a5ddcb67053db9d1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d432354a13d7f1ab326833a4771f3cab6cab4f01" 2018-08-12 08:19:39,527 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:19:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-83a0864b-c2c1-4887-8fb1-5226fe8ec203 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87db863ba6e348b0a5ddcb67053db9d1.", "code": 404, "title": "Not Found"}} 2018-08-12 08:19:39,527 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/87db863ba6e348b0a5ddcb67053db9d1 used request id req-83a0864b-c2c1-4887-8fb1-5226fe8ec203 2018-08-12 08:19:39,527 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:19:39,528 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeFailureTests-e3e1d486-e129-425-proj 2018-08-12 08:19:39,531 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/f1df48ea2c194877a66aaab0b370a83e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d432354a13d7f1ab326833a4771f3cab6cab4f01" 2018-08-12 08:19:39,750 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:19:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d39091ef-0d09-41a1-8d20-61a5678dedf0 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 08:19:39,750 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/f1df48ea2c194877a66aaab0b370a83e used request id req-d39091ef-0d09-41a1-8d20-61a5678dedf0 2018-08-12 08:19:39,750 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeFailureTests-e3e1d486-e129-425-proj-role 2018-08-12 08:19:39,752 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/4438a75bc021417085068370173ff849 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d432354a13d7f1ab326833a4771f3cab6cab4f01" 2018-08-12 08:19:39,863 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:19:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-63d44baf-9bf6-4bbe-a193-35bc67910cfa 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 08:19:39,864 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/4438a75bc021417085068370173ff849 used request id req-63d44baf-9bf6-4bbe-a193-35bc67910cfa 2018-08-12 08:19:39,866 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d432354a13d7f1ab326833a4771f3cab6cab4f01" 2018-08-12 08:19:39,958 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:19:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-75e98c19-120b-4c99-89fa-e5b352c23e38 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:19:39,959 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-75e98c19-120b-4c99-89fa-e5b352c23e38 2018-08-12 08:19:39,959 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeFailureTests-e3e1d486-e129-425-user 2018-08-12 08:19:39,962 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/4a25d4d51dd4424183d5dd5f170999d2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1aa2f60a116b70cd75e101c160d975752e296004" 2018-08-12 08:19:40,134 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:19:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c09d7ef2-fc5c-440a-8c7a-528d11fb2e37 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 08:19:40,134 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/4a25d4d51dd4424183d5dd5f170999d2 used request id req-c09d7ef2-fc5c-440a-8c7a-528d11fb2e37 2018-08-12 08:19:40,136 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:19:40,550 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:19:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["IiTfigCoTMWOebHSqWuUUQ"], "issued_at": "2018-08-12T08:19:40.000000Z"}} 2018-08-12 08:19:40,551 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}24444c2bd2bea82b54107f5fc8f3ae0524c35cee" 2018-08-12 08:19:40,641 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:19:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3f8e3092-203f-4c9e-922c-0cda0ad57742 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:19:40,641 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-3f8e3092-203f-4c9e-922c-0cda0ad57742 2018-08-12 08:19:40,642 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:19:40,643 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:19:41,030 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:19:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["0bm8gzLxTJq5OZ2u7QpU0A"], "issued_at": "2018-08-12T08:19:41.000000Z"}} 2018-08-12 08:19:41,031 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}fca6b1e1a2bf972b2159e49be8a3e1d0dad1bc51" 2018-08-12 08:19:41,117 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:19:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ff2d68d9-df47-480d-b464-6e181ba136c2 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:19:41,118 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-ff2d68d9-df47-480d-b464-6e181ba136c2 2018-08-12 08:19:41,122 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:19:41,126 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:19:41 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:19:41,127 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithTypeTests-d80273bd-afcb-471-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fca6b1e1a2bf972b2159e49be8a3e1d0dad1bc51" 2018-08-12 08:19:41,218 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:19:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d5030ea-5ffa-472c-8439-58f372b2b0c4 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithTypeTests-d80273bd-afcb-471-proj", "previous": null, "next": null}, "projects": []} 2018-08-12 08:19:41,218 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithTypeTests-d80273bd-afcb-471-proj used request id req-8d5030ea-5ffa-472c-8439-58f372b2b0c4 2018-08-12 08:19:41,220 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fca6b1e1a2bf972b2159e49be8a3e1d0dad1bc51" 2018-08-12 08:19:41,314 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:19:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4696a9f2-dcfd-4e3f-b587-83c0e7778ce2 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:19:41,314 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-4696a9f2-dcfd-4e3f-b587-83c0e7778ce2 2018-08-12 08:19:41,318 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fca6b1e1a2bf972b2159e49be8a3e1d0dad1bc51" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateVolumeWithTypeTests-d80273bd-afcb-471-proj"}}' 2018-08-12 08:19:41,451 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:19:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d6907f7a-c80d-4b11-b995-ef899728cd6e Content-Length: 322 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/20327d03b3404d379ea4700d6c81276c"}, "tags": [], "enabled": true, "id": "20327d03b3404d379ea4700d6c81276c", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeWithTypeTests-d80273bd-afcb-471-proj"}} 2018-08-12 08:19:41,452 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-d6907f7a-c80d-4b11-b995-ef899728cd6e 2018-08-12 08:19:41,452 - keystone_utils - INFO - Created project with name - CreateVolumeWithTypeTests-d80273bd-afcb-471-proj 2018-08-12 08:19:41,452 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:19:41,453 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:19:41,938 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:19:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["R1rfJWeSQIWCpDiLNuRDHw"], "issued_at": "2018-08-12T08:19:41.000000Z"}} 2018-08-12 08:19:41,939 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}381b097fe80b407615ff984b9a8beeae7f5935b1" 2018-08-12 08:19:42,025 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:19:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-99efc30f-b7b3-4aaa-982e-00af12388584 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:19:42,025 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-99efc30f-b7b3-4aaa-982e-00af12388584 2018-08-12 08:19:42,030 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:19:42,035 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:19:42 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:19:42,036 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}381b097fe80b407615ff984b9a8beeae7f5935b1" 2018-08-12 08:19:42,140 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:19:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7cfd3422-4b75-449d-a613-9119f1c98d9e Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/105a247548624314b9228f85f6325f0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105a247548624314b9228f85f6325f0b", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/1c5de0eaa44543f08da6ad63a51594ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c5de0eaa44543f08da6ad63a51594ff", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/1d127b5b832547a88a547c116dfdd65b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d127b5b832547a88a547c116dfdd65b", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/1d5cfc170d624ce4ae53ae0507c8d517"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d5cfc170d624ce4ae53ae0507c8d517", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/2421820b75eb4d3ebd02830378d1377b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2421820b75eb4d3ebd02830378d1377b", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/40bd8ee54ecf44868cc83cede652c396"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40bd8ee54ecf44868cc83cede652c396", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/4f32fb8153854c4c9f5094b42b523f80"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f32fb8153854c4c9f5094b42b523f80", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7066130d08fb4db7bf4ab468de53933b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7066130d08fb4db7bf4ab468de53933b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/8d0898a83bcf4521bbc11501d5d7ac89"}, "domain_id": "1eec97585bde483292ece28ee11f4b8d", "enabled": true, "options": {}, "id": "8d0898a83bcf4521bbc11501d5d7ac89", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/9defcced327d476f8a3beab718a13da3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9defcced327d476f8a3beab718a13da3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/b80ee4f6992446e0879624dd436e99a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b80ee4f6992446e0879624dd436e99a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b86fd3e011324d398fcdb6f095a20a9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b86fd3e011324d398fcdb6f095a20a9d", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1701d2754064b5cadf765ea0806f9b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1701d2754064b5cadf765ea0806f9b2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/db4e7b8d76d549faa502716565c733dd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db4e7b8d76d549faa502716565c733dd", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-12 08:19:42,140 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-7cfd3422-4b75-449d-a613-9119f1c98d9e 2018-08-12 08:19:42,145 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateVolumeWithTypeTests-d80273bd-afcb-471-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}381b097fe80b407615ff984b9a8beeae7f5935b1" 2018-08-12 08:19:42,238 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:19:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aba25796-ebb9-4dd9-9e80-d75f15bab965 Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateVolumeWithTypeTests-d80273bd-afcb-471-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/20327d03b3404d379ea4700d6c81276c"}, "tags": [], "enabled": true, "id": "20327d03b3404d379ea4700d6c81276c", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeWithTypeTests-d80273bd-afcb-471-proj"}]} 2018-08-12 08:19:42,239 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateVolumeWithTypeTests-d80273bd-afcb-471-proj used request id req-aba25796-ebb9-4dd9-9e80-d75f15bab965 2018-08-12 08:19:42,242 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}381b097fe80b407615ff984b9a8beeae7f5935b1" 2018-08-12 08:19:42,338 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:19:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-faa76db8-45de-45e8-a111-563419f9e7c0 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:19:42,339 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-faa76db8-45de-45e8-a111-563419f9e7c0 2018-08-12 08:19:42,715 - keystone_utils - INFO - Created user with name - CreateVolumeWithTypeTests-d80273bd-afcb-471-user 2018-08-12 08:19:42,715 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:19:42,718 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fca6b1e1a2bf972b2159e49be8a3e1d0dad1bc51" 2018-08-12 08:19:42,809 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:19:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e7b395c6-eb63-4d7d-a0f2-ef93183c82c1 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:19:42,809 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-e7b395c6-eb63-4d7d-a0f2-ef93183c82c1 2018-08-12 08:19:42,813 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fca6b1e1a2bf972b2159e49be8a3e1d0dad1bc51" -d '{"role": {"name": "CreateVolumeWithTypeTests-d80273bd-afcb-471-proj-role"}}' 2018-08-12 08:19:42,924 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:19:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b2c17294-0f6e-4da2-8a95-0bc4146047c9 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "25b05ae1472847a69ee9ba9923265d8b", "links": {"self": "http://172.30.9.21:5000/v3/roles/25b05ae1472847a69ee9ba9923265d8b"}, "name": "CreateVolumeWithTypeTests-d80273bd-afcb-471-proj-role"}} 2018-08-12 08:19:42,924 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-b2c17294-0f6e-4da2-8a95-0bc4146047c9 2018-08-12 08:19:42,925 - keystone_utils - INFO - Created role with name - CreateVolumeWithTypeTests-d80273bd-afcb-471-proj-role 2018-08-12 08:19:42,928 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/25b05ae1472847a69ee9ba9923265d8b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fca6b1e1a2bf972b2159e49be8a3e1d0dad1bc51" 2018-08-12 08:19:42,946 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:19:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-39f65e88-e91e-4262-a28e-9cbf999fea33 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "25b05ae1472847a69ee9ba9923265d8b", "links": {"self": "http://172.30.9.21:5000/v3/roles/25b05ae1472847a69ee9ba9923265d8b"}, "name": "CreateVolumeWithTypeTests-d80273bd-afcb-471-proj-role"}} 2018-08-12 08:19:42,946 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/25b05ae1472847a69ee9ba9923265d8b used request id req-39f65e88-e91e-4262-a28e-9cbf999fea33 2018-08-12 08:19:42,946 - keystone_utils - INFO - Granting role CreateVolumeWithTypeTests-d80273bd-afcb-471-proj-role to project CreateVolumeWithTypeTests-d80273bd-afcb-471-proj 2018-08-12 08:19:42,950 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/20327d03b3404d379ea4700d6c81276c/users/f032e7f052e24a43b7037a18e731e5d2/roles/25b05ae1472847a69ee9ba9923265d8b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fca6b1e1a2bf972b2159e49be8a3e1d0dad1bc51" 2018-08-12 08:19:43,082 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:19:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1aed7fb7-f9e4-4fc8-9333-80279e54af21 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 08:19:43,082 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/20327d03b3404d379ea4700d6c81276c/users/f032e7f052e24a43b7037a18e731e5d2/roles/25b05ae1472847a69ee9ba9923265d8b used request id req-1aed7fb7-f9e4-4fc8-9333-80279e54af21 2018-08-12 08:19:43,083 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:19:43,084 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:19:43,485 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:19:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["gmECkTMcSYKbddf7Er9Vqg"], "issued_at": "2018-08-12T08:19:43.000000Z"}} 2018-08-12 08:19:43,486 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}d2c390dd0053f568276efcff97fa1d3aac18eb0e" 2018-08-12 08:19:43,568 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:19:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9f7c587a-fcf1-4ef5-8d68-e45078ad0b76 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:19:43,568 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-9f7c587a-fcf1-4ef5-8d68-e45078ad0b76 2018-08-12 08:19:43,574 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/types?is_public=None -H "OpenStack-API-Version: volume 3.5" -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2c390dd0053f568276efcff97fa1d3aac18eb0e" 2018-08-12 08:19:43,766 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:19:43 GMT Server: Apache x-compute-request-id: req-9f79ccdd-ad71-470f-991b-b332517c38be OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version x-openstack-request-id: req-9f79ccdd-ad71-470f-991b-b332517c38be Content-Length: 20 Content-Type: application/json RESP BODY: {"volume_types": []} 2018-08-12 08:19:43,766 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/types?is_public=None used request id req-9f79ccdd-ad71-470f-991b-b332517c38be 2018-08-12 08:19:43,769 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/types -H "Accept: application/json" -H "User-Agent: python-cinderclient" -H "OpenStack-API-Version: volume 3.5" -H "X-Auth-Token: {SHA1}d2c390dd0053f568276efcff97fa1d3aac18eb0e" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-9f79ccdd-ad71-470f-991b-b332517c38be" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CreateVolumeWithTypeTests-15da562c-b5f6-4502-a486-a70a8bc082cc-vol-type", "description": null}}' 2018-08-12 08:19:43,995 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:19:43 GMT Server: Apache x-compute-request-id: req-e0a33bb6-9e0e-4d73-933b-0dc8e97938a0 OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e0a33bb6-9e0e-4d73-933b-0dc8e97938a0 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateVolumeWithTypeTests-15da562c-b5f6-4502-a486-a70a8bc082cc-vol-type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "bc53ad3f-3927-405f-99a5-165fbbeed61f", "description": null}} 2018-08-12 08:19:43,995 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/types used request id req-e0a33bb6-9e0e-4d73-933b-0dc8e97938a0 2018-08-12 08:19:43,996 - create_volume_type - INFO - Created volume type with name - CreateVolumeWithTypeTests-15da562c-b5f6-4502-a486-a70a8bc082cc-vol-type 2018-08-12 08:19:43,996 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:19:43,997 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:19:44,396 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "25b05ae1472847a69ee9ba9923265d8b", "name": "CreateVolumeWithTypeTests-d80273bd-afcb-471-proj-role"}], "expires_at": "2018-08-12T09:19:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "20327d03b3404d379ea4700d6c81276c", "name": "CreateVolumeWithTypeTests-d80273bd-afcb-471-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/20327d03b3404d379ea4700d6c81276c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/20327d03b3404d379ea4700d6c81276c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/20327d03b3404d379ea4700d6c81276c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_20327d03b3404d379ea4700d6c81276c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_20327d03b3404d379ea4700d6c81276c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/20327d03b3404d379ea4700d6c81276c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/20327d03b3404d379ea4700d6c81276c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/20327d03b3404d379ea4700d6c81276c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/20327d03b3404d379ea4700d6c81276c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/20327d03b3404d379ea4700d6c81276c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/20327d03b3404d379ea4700d6c81276c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/20327d03b3404d379ea4700d6c81276c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/20327d03b3404d379ea4700d6c81276c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/20327d03b3404d379ea4700d6c81276c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateVolumeWithTypeTests-d80273bd-afcb-471-user", "id": "f032e7f052e24a43b7037a18e731e5d2"}, "audit_ids": ["4jHqIYhWTdOeH-yyhYkOxw"], "issued_at": "2018-08-12T08:19:44.000000Z"}} 2018-08-12 08:19:44,396 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}ca601252c7cfc53c656c67c90e27df5aed981ff8" 2018-08-12 08:19:44,492 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:19:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-19ed4822-9722-4feb-a939-9161645033a0 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:19:44,492 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-19ed4822-9722-4feb-a939-9161645033a0 2018-08-12 08:19:44,498 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/20327d03b3404d379ea4700d6c81276c/volumes/detail -H "OpenStack-API-Version: volume 3.5" -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca601252c7cfc53c656c67c90e27df5aed981ff8" 2018-08-12 08:19:44,804 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:19:44 GMT Server: Apache x-compute-request-id: req-66043cfb-e79a-4964-99e1-d150a497135f OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version x-openstack-request-id: req-66043cfb-e79a-4964-99e1-d150a497135f Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-08-12 08:19:44,804 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/20327d03b3404d379ea4700d6c81276c/volumes/detail used request id req-66043cfb-e79a-4964-99e1-d150a497135f 2018-08-12 08:19:44,808 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8776/v3/20327d03b3404d379ea4700d6c81276c/volumes -H "Accept: application/json" -H "User-Agent: python-cinderclient" -H "OpenStack-API-Version: volume 3.5" -H "X-Auth-Token: {SHA1}ca601252c7cfc53c656c67c90e27df5aed981ff8" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-66043cfb-e79a-4964-99e1-d150a497135f" -d '{"volume": {"status": "creating", "backup_id": null, "user_id": null, "name": "CreateVolumeWithTypeTests-15da562c-b5f6-4502-a486-a70a8bc082cc-vol", "imageRef": null, "availability_zone": null, "description": null, "multiattach": false, "attach_status": "detached", "volume_type": "foo", "metadata": {}, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "project_id": null, "source_replica": null, "size": 1}}' 2018-08-12 08:19:45,009 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:19:44 GMT Server: Apache OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version x-compute-request-id: req-0083596f-5363-4646-a360-e662683ba4d3 x-openstack-request-id: req-0083596f-5363-4646-a360-e662683ba4d3 Content-Length: 91 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume type with name foo could not be found.", "code": 404}} 2018-08-12 08:19:45,009 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/20327d03b3404d379ea4700d6c81276c/volumes used request id req-0083596f-5363-4646-a360-e662683ba4d3 2018-08-12 08:19:45,010 - cinder_utils - INFO - Deleting volume named - CreateVolumeWithTypeTests-15da562c-b5f6-4502-a486-a70a8bc082cc-vol-type 2018-08-12 08:19:45,013 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/types/bc53ad3f-3927-405f-99a5-165fbbeed61f -H "OpenStack-API-Version: volume 3.5" -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-9f79ccdd-ad71-470f-991b-b332517c38be" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2c390dd0053f568276efcff97fa1d3aac18eb0e" 2018-08-12 08:19:45,230 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 08:19:45 GMT Server: Apache OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version x-openstack-request-id: req-33d1701b-dde5-4664-8f0e-5e9fb391c439 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 08:19:45,230 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/types/bc53ad3f-3927-405f-99a5-165fbbeed61f used request id req-33d1701b-dde5-4664-8f0e-5e9fb391c439 2018-08-12 08:19:45,232 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:19:45,232 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:19:45,232 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:19:45,232 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:19:45,233 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:19:45,239 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fca6b1e1a2bf972b2159e49be8a3e1d0dad1bc51" 2018-08-12 08:19:45,505 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 43135 X-Openstack-Request-Id: req-33247b77-8593-4214-a0ae-cdd38e49c6a1 Date: Sun, 12 Aug 2018 08:19:45 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "created_at": "2018-08-12T06:59:44Z", "updated_at": "2018-08-12T06:59:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "1d7fd960-7865-4453-aecc-8d399b4fad21", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "66820d8a-b785-4b18-bd67-500221c8e4f9", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "74fc7638-a322-4841-8c47-06d36174a200", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "8eaa09ec-8419-4582-9312-1e527afe6e4b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}], "revision_number": 4, "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "created_at": "2018-08-12T05:12:34Z", "updated_at": "2018-08-12T05:12:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "709513d2-af7d-4d0b-bd3c-604fed75a711", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "aa346066-e46f-44f2-94be-2884aa998a19", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "c15f7b93-e56c-4afa-867d-2acb286d4b7b", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "cb0ef83f-5f70-4a80-ad35-431ca9df551e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}], "revision_number": 4, "project_id": "fa5a7fe6ee54472ba01638877aade8e3", "id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ea65becf30e54b27aa96a449698a435e", "created_at": "2018-08-12T05:10:35Z", "updated_at": "2018-08-12T05:10:35Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "30ad280c-f302-4cd4-a438-5139917b56f9", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "76115c4c-887d-4f0a-83e2-486e4b39c713", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "8ab14937-4c08-4d43-8a9a-662e622cc643", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "ee757a03-5662-4273-9c3e-6212e7afb48f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}], "revision_number": 4, "project_id": "ea65becf30e54b27aa96a449698a435e", "id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "created_at": "2018-08-12T06:20:09Z", "updated_at": "2018-08-12T06:20:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "1123b8f2-75ac-4a26-b9b2-a96da97408e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "2ddd2b93-e080-48cd-9a50-f5fe8a82ad0c", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "cd1bae62-0aea-4438-b4c3-50a69ae6f855", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "e398e01e-ceea-46d1-9534-b929808c4a5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}], "revision_number": 4, "project_id": "ff7abd7bb61f4f2889831e932d65dc2e", "id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "created_at": "2018-08-12T05:34:57Z", "updated_at": "2018-08-12T05:34:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "208a1c1e-f5f8-49c7-9a25-d07e68b1541f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "27bfd867-e607-4bf8-9de8-60682d3f771d", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "49360e1f-6fd3-4f35-b339-24cea95773ee", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "60f631a9-d305-4920-9631-d0543e2ac64f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}], "revision_number": 4, "project_id": "3a85ceae958d4d9fba68847e7df67db8", "id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "created_at": "2018-08-12T05:34:40Z", "updated_at": "2018-08-12T05:34:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "2192c259-363e-4768-ae73-e75837ad63b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "3f87ddc5-f84d-41dc-8215-847724782569", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "7d89f6da-ea78-49dd-9115-f9ad23b250bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "9ec4497d-0f65-44db-9be9-7b3042e4a584", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}], "revision_number": 4, "project_id": "85517fcf1c6247e699fdcdd42ecc8c79", "id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "created_at": "2018-08-12T05:16:02Z", "updated_at": "2018-08-12T05:16:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "1ecacd8c-c1c7-4a66-9871-406a69323b43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "3cc1750c-e0e7-4902-b6f3-494a161b832e", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "d719a7a4-8c99-44ed-8c12-6bf071890203", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "fe7421b5-d577-41da-8c78-62f3c07eda92", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}], "revision_number": 4, "project_id": "a267b9a156244bb192691cff6e5f74fe", "id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "315a428116f24d9fbb826b37080a918e", "created_at": "2018-08-12T05:11:31Z", "updated_at": "2018-08-12T05:11:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "5e52886a-1dc3-4a81-a55d-f388dc4fd1a1", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "678e32e4-d64c-448a-a4ab-e253ab94ae90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "a8da1539-e3ad-4f90-b2df-3dc1f09d228a", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "b73d5cc9-0205-4658-bb1f-61a042c0ab8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}], "revision_number": 4, "project_id": "315a428116f24d9fbb826b37080a918e", "id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-12T05:08:01Z", "updated_at": "2018-08-12T05:08:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:01Z", "revision_number": 0, "id": "0fb05d03-1117-45d0-930c-b6d4c96ef102", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "4faaab33-5788-4bbd-85b8-0fb44d41413a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "96d0c5a0-5c67-421b-8fc8-2b46d77e5db3", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "dd78519b-4bc5-4e8e-ad0f-58089dd69347", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "11a46741b7954b959fd7764109c047b6", "created_at": "2018-08-12T05:34:51Z", "updated_at": "2018-08-12T05:34:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "0b67bf3c-2289-43bb-ab6c-7d25ec32a279", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "51f3f833-337a-42bd-a8d5-742ea8d6c226", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "571fd0b5-ef90-408d-af33-aafb517b8993", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "944ba823-fb9c-496e-a66e-bb426bb14a8d", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}], "revision_number": 4, "project_id": "11a46741b7954b959fd7764109c047b6", "id": "90af9782-8112-4257-801d-ee5115d226ba", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "created_at": "2018-08-12T05:34:26Z", "updated_at": "2018-08-12T05:34:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "2ee1f63a-807c-4d6a-85ee-dd784f6b8c3f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5dec3ec2-2add-47dd-8618-90659dcf3885", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5ea0dc3e-49d0-43f0-94e9-f6443527d14c", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "fbfaca22-7e3e-4128-8973-43e439b77c28", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}], "revision_number": 4, "project_id": "3c01cd58055c44ecaef39f7e625c2258", "id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "521007c1818145639e93ceb270559219", "created_at": "2018-08-12T05:13:27Z", "updated_at": "2018-08-12T05:13:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "5e7fede5-b0f2-47d8-95c3-516cdfc7f9de", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "8fd0e36f-c6c4-4f64-ba97-40439e614448", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "db7d79de-1dfc-4138-945f-91e74cdc266b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "e87f2cff-ff3e-4b6d-aaf0-7f0eb0ab9f05", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}], "revision_number": 4, "project_id": "521007c1818145639e93ceb270559219", "id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "created_at": "2018-08-12T05:08:18Z", "updated_at": "2018-08-12T05:08:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "3c67be40-bf74-4f97-9693-d93ce73a23b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "6112d869-2fc6-4a25-a13c-3d55cd7206c0", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "bdf21c56-453e-482e-9cba-3c55abcb0339", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "c8e92c39-38cc-4f48-be9c-5f0912e6a725", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}], "revision_number": 4, "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "created_at": "2018-08-12T05:04:23Z", "updated_at": "2018-08-12T05:04:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "280546d9-8ad1-4283-abfc-15ee9b1736c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "58bce125-f2ca-4a6d-b9ca-4e6cf5c0f7a5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "69275b9a-cfb5-482c-a9c4-8ffc79adf2c7", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "6d747f3a-3764-469a-a645-f977585c5aac", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}], "revision_number": 4, "project_id": "310f5853751a4c968f3eeb0a3d99a0a8", "id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "created_at": "2018-08-12T05:34:42Z", "updated_at": "2018-08-12T05:34:42Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "199582e8-25aa-457a-aa7c-6d8413ca4464", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "234f3609-4454-448f-919d-c8143c7cd764", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "c1061460-71a2-49a9-a04b-9fa33eeb17ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "d21ac532-51d8-4d6b-8300-7bac216759bf", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}], "revision_number": 4, "project_id": "9f6c1a272706419c9a74b0893b2890e8", "id": "d6739716-c693-460c-89c6-e7c8c48f8245", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "created_at": "2018-08-12T05:34:54Z", "updated_at": "2018-08-12T05:34:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "0633a05a-ee7d-4476-a56b-75d011b22f77", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "6cc1b9f8-73db-47a3-a0e0-3c96c43f34da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "90d99a6b-e94f-4fd8-a10c-f19dd8954c13", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "e843c139-af2a-4d2c-a24f-59f7b10ff72e", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}], "revision_number": 4, "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "created_at": "2018-08-12T05:09:07Z", "updated_at": "2018-08-12T05:09:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "5495e168-f505-4d74-ae6d-387f0bf533c2", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "6fd19b8b-3062-456e-81ba-3ff37fe43429", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8ca59d25-485c-46ce-939c-2e4a468caeac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8f190846-50a0-42b9-b571-390809b752b1", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}], "revision_number": 4, "project_id": "fa9ca6d7608b4d7d87ce97331679a481", "id": "edcd9b17-9416-4c25-823c-060c435e18d7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "created_at": "2018-08-12T05:34:52Z", "updated_at": "2018-08-12T05:34:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "2c7e484e-6ec5-4a95-8c9c-66d294c0c27e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "70c74258-3c2c-4efc-87e0-079c26ee3417", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "b70382fa-082e-4c2b-abc8-87490fa50b11", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "c3628e02-b4b6-42c9-8751-c1a2d3c19caa", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}], "revision_number": 4, "project_id": "87db863ba6e348b0a5ddcb67053db9d1", "id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "name": "default"}]} 2018-08-12 08:19:45,506 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-33247b77-8593-4214-a0ae-cdd38e49c6a1 2018-08-12 08:19:45,514 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fca6b1e1a2bf972b2159e49be8a3e1d0dad1bc51" 2018-08-12 08:19:45,598 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:19:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f15603cd-dca1-4187-b75d-8385e2604336 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 5fe28c13d4d74ba2be8d019ac1ea6363.", "code": 404, "title": "Not Found"}} 2018-08-12 08:19:45,598 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 used request id req-f15603cd-dca1-4187-b75d-8385e2604336 2018-08-12 08:19:45,599 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:19:45,602 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fca6b1e1a2bf972b2159e49be8a3e1d0dad1bc51" 2018-08-12 08:19:45,620 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:19:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2dd743ee-0249-4954-b645-14706021f2fe Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa5a7fe6ee54472ba01638877aade8e3.", "code": 404, "title": "Not Found"}} 2018-08-12 08:19:45,620 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 used request id req-2dd743ee-0249-4954-b645-14706021f2fe 2018-08-12 08:19:45,620 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:19:45,623 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fca6b1e1a2bf972b2159e49be8a3e1d0dad1bc51" 2018-08-12 08:19:45,714 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:19:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0bb02ea9-52a2-41df-b7d3-573a4fd5c42d Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ea65becf30e54b27aa96a449698a435e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:19:45,715 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e used request id req-0bb02ea9-52a2-41df-b7d3-573a4fd5c42d 2018-08-12 08:19:45,715 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:19:45,718 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fca6b1e1a2bf972b2159e49be8a3e1d0dad1bc51" 2018-08-12 08:19:45,804 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:19:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-97902082-c43f-46f5-86c5-7fae86e93aeb Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ff7abd7bb61f4f2889831e932d65dc2e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:19:45,804 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e used request id req-97902082-c43f-46f5-86c5-7fae86e93aeb 2018-08-12 08:19:45,804 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:19:45,807 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fca6b1e1a2bf972b2159e49be8a3e1d0dad1bc51" 2018-08-12 08:19:45,900 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:19:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a9a866a0-cfe2-4d70-821f-809c2972b9e3 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3a85ceae958d4d9fba68847e7df67db8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:19:45,900 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 used request id req-a9a866a0-cfe2-4d70-821f-809c2972b9e3 2018-08-12 08:19:45,901 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:19:45,904 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fca6b1e1a2bf972b2159e49be8a3e1d0dad1bc51" 2018-08-12 08:19:45,998 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:19:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0b045e92-0848-4fdc-9286-681f38a00744 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 85517fcf1c6247e699fdcdd42ecc8c79.", "code": 404, "title": "Not Found"}} 2018-08-12 08:19:45,998 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 used request id req-0b045e92-0848-4fdc-9286-681f38a00744 2018-08-12 08:19:45,998 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:19:46,002 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fca6b1e1a2bf972b2159e49be8a3e1d0dad1bc51" 2018-08-12 08:19:46,091 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:19:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a55580cc-bbb6-4c33-87ba-8e804915c8d3 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}} 2018-08-12 08:19:46,091 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe used request id req-a55580cc-bbb6-4c33-87ba-8e804915c8d3 2018-08-12 08:19:46,095 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fca6b1e1a2bf972b2159e49be8a3e1d0dad1bc51" 2018-08-12 08:19:46,187 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:19:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ff24e52e-6f6a-4c02-b7d4-f9a5dfe84951 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 315a428116f24d9fbb826b37080a918e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:19:46,187 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e used request id req-ff24e52e-6f6a-4c02-b7d4-f9a5dfe84951 2018-08-12 08:19:46,187 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:19:46,191 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fca6b1e1a2bf972b2159e49be8a3e1d0dad1bc51" 2018-08-12 08:19:46,282 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:19:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5d282847-1699-48dc-a81c-3c07701be93c Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 11a46741b7954b959fd7764109c047b6.", "code": 404, "title": "Not Found"}} 2018-08-12 08:19:46,282 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 used request id req-5d282847-1699-48dc-a81c-3c07701be93c 2018-08-12 08:19:46,282 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:19:46,286 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fca6b1e1a2bf972b2159e49be8a3e1d0dad1bc51" 2018-08-12 08:19:46,371 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:19:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f3c37432-d3f8-4b7e-b602-52c81de2120b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3c01cd58055c44ecaef39f7e625c2258.", "code": 404, "title": "Not Found"}} 2018-08-12 08:19:46,371 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 used request id req-f3c37432-d3f8-4b7e-b602-52c81de2120b 2018-08-12 08:19:46,371 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:19:46,375 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fca6b1e1a2bf972b2159e49be8a3e1d0dad1bc51" 2018-08-12 08:19:46,469 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:19:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-89e3ea09-ef06-4bd1-9fed-868df704d32f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 521007c1818145639e93ceb270559219.", "code": 404, "title": "Not Found"}} 2018-08-12 08:19:46,470 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 used request id req-89e3ea09-ef06-4bd1-9fed-868df704d32f 2018-08-12 08:19:46,470 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:19:46,473 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fca6b1e1a2bf972b2159e49be8a3e1d0dad1bc51" 2018-08-12 08:19:46,563 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:19:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-64c9e382-1253-4992-a9a0-3b7a6d335112 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e18fcc7fc10a4fd0b20234f8520d0aab.", "code": 404, "title": "Not Found"}} 2018-08-12 08:19:46,563 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab used request id req-64c9e382-1253-4992-a9a0-3b7a6d335112 2018-08-12 08:19:46,563 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:19:46,567 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fca6b1e1a2bf972b2159e49be8a3e1d0dad1bc51" 2018-08-12 08:19:46,656 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:19:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ea5f3e52-9516-430e-8342-b74b0185a864 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "310f5853751a4c968f3eeb0a3d99a0a8", "name": "service"}} 2018-08-12 08:19:46,656 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 used request id req-ea5f3e52-9516-430e-8342-b74b0185a864 2018-08-12 08:19:46,660 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fca6b1e1a2bf972b2159e49be8a3e1d0dad1bc51" 2018-08-12 08:19:46,758 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:19:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-582a3e98-47d4-4898-8666-8d2b098ffb60 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9f6c1a272706419c9a74b0893b2890e8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:19:46,759 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 used request id req-582a3e98-47d4-4898-8666-8d2b098ffb60 2018-08-12 08:19:46,759 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:19:46,762 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/34cb7327fcfc4b52a63b4b8c0ea4a54d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fca6b1e1a2bf972b2159e49be8a3e1d0dad1bc51" 2018-08-12 08:19:46,857 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:19:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0ab472f8-cb67-4ce3-95eb-764ea2112cae Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 34cb7327fcfc4b52a63b4b8c0ea4a54d.", "code": 404, "title": "Not Found"}} 2018-08-12 08:19:46,857 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/34cb7327fcfc4b52a63b4b8c0ea4a54d used request id req-0ab472f8-cb67-4ce3-95eb-764ea2112cae 2018-08-12 08:19:46,858 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:19:46,861 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa9ca6d7608b4d7d87ce97331679a481 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fca6b1e1a2bf972b2159e49be8a3e1d0dad1bc51" 2018-08-12 08:19:46,943 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:19:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b62e3d45-cc97-417e-8ad2-e2ca0456cc54 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa9ca6d7608b4d7d87ce97331679a481.", "code": 404, "title": "Not Found"}} 2018-08-12 08:19:46,943 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa9ca6d7608b4d7d87ce97331679a481 used request id req-b62e3d45-cc97-417e-8ad2-e2ca0456cc54 2018-08-12 08:19:46,944 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:19:46,947 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/87db863ba6e348b0a5ddcb67053db9d1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fca6b1e1a2bf972b2159e49be8a3e1d0dad1bc51" 2018-08-12 08:19:47,040 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:19:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6167c1ac-364d-47ec-bb20-bc23b11989f4 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87db863ba6e348b0a5ddcb67053db9d1.", "code": 404, "title": "Not Found"}} 2018-08-12 08:19:47,040 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/87db863ba6e348b0a5ddcb67053db9d1 used request id req-6167c1ac-364d-47ec-bb20-bc23b11989f4 2018-08-12 08:19:47,041 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:19:47,042 - keystone_utils - INFO - Deleting project with name - CreateVolumeWithTypeTests-d80273bd-afcb-471-proj 2018-08-12 08:19:47,045 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/20327d03b3404d379ea4700d6c81276c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fca6b1e1a2bf972b2159e49be8a3e1d0dad1bc51" 2018-08-12 08:19:47,265 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:19:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-169eae8d-ba52-430d-8631-216ac0ebf73e 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 08:19:47,265 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/20327d03b3404d379ea4700d6c81276c used request id req-169eae8d-ba52-430d-8631-216ac0ebf73e 2018-08-12 08:19:47,265 - keystone_utils - INFO - Deleting role with name - CreateVolumeWithTypeTests-d80273bd-afcb-471-proj-role 2018-08-12 08:19:47,269 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/25b05ae1472847a69ee9ba9923265d8b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fca6b1e1a2bf972b2159e49be8a3e1d0dad1bc51" 2018-08-12 08:19:47,372 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:19:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-97f518c1-3f73-4205-b47d-d4ee6e3ab72a 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 08:19:47,372 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/25b05ae1472847a69ee9ba9923265d8b used request id req-97f518c1-3f73-4205-b47d-d4ee6e3ab72a 2018-08-12 08:19:47,376 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fca6b1e1a2bf972b2159e49be8a3e1d0dad1bc51" 2018-08-12 08:19:47,467 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:19:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ee82cd8a-a640-47c7-a22c-779dbb0e5fb7 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:19:47,468 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-ee82cd8a-a640-47c7-a22c-779dbb0e5fb7 2018-08-12 08:19:47,468 - keystone_utils - INFO - Deleting user with name - CreateVolumeWithTypeTests-d80273bd-afcb-471-user 2018-08-12 08:19:47,472 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/f032e7f052e24a43b7037a18e731e5d2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}381b097fe80b407615ff984b9a8beeae7f5935b1" 2018-08-12 08:19:47,656 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:19:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1329c51f-f3ce-413a-9206-ac3cc2027162 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 08:19:47,656 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/f032e7f052e24a43b7037a18e731e5d2 used request id req-1329c51f-f3ce-413a-9206-ac3cc2027162 2018-08-12 08:19:47,657 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:19:48,044 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:19:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["6Bn7RvNVTiKguEqcDYysFg"], "issued_at": "2018-08-12T08:19:48.000000Z"}} 2018-08-12 08:19:48,045 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}40801ffd607e8c5a0ce92ccd2b34f47ea455e91a" 2018-08-12 08:19:48,135 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:19:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5de913b3-ea49-4705-83f4-c76fb0c685e8 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:19:48,135 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-5de913b3-ea49-4705-83f4-c76fb0c685e8 2018-08-12 08:19:48,136 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:19:48,137 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:19:48,541 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:19:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["BoyMX73oTM6go85lArjwBA"], "issued_at": "2018-08-12T08:19:48.000000Z"}} 2018-08-12 08:19:48,542 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}4e5d8fc8b6c7e4ae5cf7ad7fd5eb63f33d7f2f53" 2018-08-12 08:19:48,631 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:19:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-904377b3-57ad-4053-af0b-e7691a8a65fc Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:19:48,631 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-904377b3-57ad-4053-af0b-e7691a8a65fc 2018-08-12 08:19:48,635 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:19:48,640 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:19:48 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:19:48,641 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithTypeTests-71310fe7-7af9-428-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e5d8fc8b6c7e4ae5cf7ad7fd5eb63f33d7f2f53" 2018-08-12 08:19:48,735 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:19:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-87e84cb4-57bb-4e34-b52a-27f40d6fde18 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithTypeTests-71310fe7-7af9-428-proj", "previous": null, "next": null}, "projects": []} 2018-08-12 08:19:48,735 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithTypeTests-71310fe7-7af9-428-proj used request id req-87e84cb4-57bb-4e34-b52a-27f40d6fde18 2018-08-12 08:19:48,739 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e5d8fc8b6c7e4ae5cf7ad7fd5eb63f33d7f2f53" 2018-08-12 08:19:48,830 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:19:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e3aaeb54-0ed3-437e-ad2c-576097ff0e80 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:19:48,830 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-e3aaeb54-0ed3-437e-ad2c-576097ff0e80 2018-08-12 08:19:48,834 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e5d8fc8b6c7e4ae5cf7ad7fd5eb63f33d7f2f53" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateVolumeWithTypeTests-71310fe7-7af9-428-proj"}}' 2018-08-12 08:19:48,959 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:19:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c0c2f84b-b6e9-4992-8ca6-beb724cc3c8e Content-Length: 322 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/21fe2c1592e1486ba0362ef2ae5d2774"}, "tags": [], "enabled": true, "id": "21fe2c1592e1486ba0362ef2ae5d2774", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeWithTypeTests-71310fe7-7af9-428-proj"}} 2018-08-12 08:19:48,960 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-c0c2f84b-b6e9-4992-8ca6-beb724cc3c8e 2018-08-12 08:19:48,960 - keystone_utils - INFO - Created project with name - CreateVolumeWithTypeTests-71310fe7-7af9-428-proj 2018-08-12 08:19:48,960 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:19:48,961 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:19:49,359 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:19:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["60q614j_SYWNu3b-dFpLdA"], "issued_at": "2018-08-12T08:19:49.000000Z"}} 2018-08-12 08:19:49,360 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}a3b61a0d51103b321d74c48ee3648a7bbabd1d28" 2018-08-12 08:19:49,441 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:19:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-98aac673-1eeb-435b-9eaa-1a87add878fe Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:19:49,441 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-98aac673-1eeb-435b-9eaa-1a87add878fe 2018-08-12 08:19:49,445 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:19:49,450 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:19:49 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:19:49,451 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3b61a0d51103b321d74c48ee3648a7bbabd1d28" 2018-08-12 08:19:49,562 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:19:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ebad4fd-4f51-4e96-805b-3f00b4f0f16e Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/105a247548624314b9228f85f6325f0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105a247548624314b9228f85f6325f0b", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/1c5de0eaa44543f08da6ad63a51594ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c5de0eaa44543f08da6ad63a51594ff", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/1d127b5b832547a88a547c116dfdd65b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d127b5b832547a88a547c116dfdd65b", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/1d5cfc170d624ce4ae53ae0507c8d517"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d5cfc170d624ce4ae53ae0507c8d517", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/2421820b75eb4d3ebd02830378d1377b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2421820b75eb4d3ebd02830378d1377b", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/40bd8ee54ecf44868cc83cede652c396"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40bd8ee54ecf44868cc83cede652c396", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/4f32fb8153854c4c9f5094b42b523f80"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f32fb8153854c4c9f5094b42b523f80", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7066130d08fb4db7bf4ab468de53933b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7066130d08fb4db7bf4ab468de53933b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/8d0898a83bcf4521bbc11501d5d7ac89"}, "domain_id": "1eec97585bde483292ece28ee11f4b8d", "enabled": true, "options": {}, "id": "8d0898a83bcf4521bbc11501d5d7ac89", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/9defcced327d476f8a3beab718a13da3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9defcced327d476f8a3beab718a13da3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/b80ee4f6992446e0879624dd436e99a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b80ee4f6992446e0879624dd436e99a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b86fd3e011324d398fcdb6f095a20a9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b86fd3e011324d398fcdb6f095a20a9d", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1701d2754064b5cadf765ea0806f9b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1701d2754064b5cadf765ea0806f9b2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/db4e7b8d76d549faa502716565c733dd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db4e7b8d76d549faa502716565c733dd", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-12 08:19:49,562 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-1ebad4fd-4f51-4e96-805b-3f00b4f0f16e 2018-08-12 08:19:49,566 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateVolumeWithTypeTests-71310fe7-7af9-428-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3b61a0d51103b321d74c48ee3648a7bbabd1d28" 2018-08-12 08:19:49,586 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:19:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8af2fbd6-47f5-45df-8beb-ce07ec11a56c Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateVolumeWithTypeTests-71310fe7-7af9-428-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/21fe2c1592e1486ba0362ef2ae5d2774"}, "tags": [], "enabled": true, "id": "21fe2c1592e1486ba0362ef2ae5d2774", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeWithTypeTests-71310fe7-7af9-428-proj"}]} 2018-08-12 08:19:49,586 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateVolumeWithTypeTests-71310fe7-7af9-428-proj used request id req-8af2fbd6-47f5-45df-8beb-ce07ec11a56c 2018-08-12 08:19:49,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3b61a0d51103b321d74c48ee3648a7bbabd1d28" 2018-08-12 08:19:49,684 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:19:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4c91667a-c0df-4e1a-bbb5-cb697bcb924b Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:19:49,684 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-4c91667a-c0df-4e1a-bbb5-cb697bcb924b 2018-08-12 08:19:50,002 - keystone_utils - INFO - Created user with name - CreateVolumeWithTypeTests-71310fe7-7af9-428-user 2018-08-12 08:19:50,002 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:19:50,006 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e5d8fc8b6c7e4ae5cf7ad7fd5eb63f33d7f2f53" 2018-08-12 08:19:50,094 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:19:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bdaa0817-01c6-449d-948f-b7f22ac55c43 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:19:50,094 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-bdaa0817-01c6-449d-948f-b7f22ac55c43 2018-08-12 08:19:50,098 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e5d8fc8b6c7e4ae5cf7ad7fd5eb63f33d7f2f53" -d '{"role": {"name": "CreateVolumeWithTypeTests-71310fe7-7af9-428-proj-role"}}' 2018-08-12 08:19:50,205 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:19:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4e12f1de-5511-4b6e-a367-2f484dc8d28c Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "41c83670fa6c4fee809cd7d7d3ac9628", "links": {"self": "http://172.30.9.21:5000/v3/roles/41c83670fa6c4fee809cd7d7d3ac9628"}, "name": "CreateVolumeWithTypeTests-71310fe7-7af9-428-proj-role"}} 2018-08-12 08:19:50,205 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-4e12f1de-5511-4b6e-a367-2f484dc8d28c 2018-08-12 08:19:50,206 - keystone_utils - INFO - Created role with name - CreateVolumeWithTypeTests-71310fe7-7af9-428-proj-role 2018-08-12 08:19:50,209 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/41c83670fa6c4fee809cd7d7d3ac9628 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e5d8fc8b6c7e4ae5cf7ad7fd5eb63f33d7f2f53" 2018-08-12 08:19:50,305 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:19:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-375792b2-93c5-4bba-b54e-4cbc49393ade Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "41c83670fa6c4fee809cd7d7d3ac9628", "links": {"self": "http://172.30.9.21:5000/v3/roles/41c83670fa6c4fee809cd7d7d3ac9628"}, "name": "CreateVolumeWithTypeTests-71310fe7-7af9-428-proj-role"}} 2018-08-12 08:19:50,305 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/41c83670fa6c4fee809cd7d7d3ac9628 used request id req-375792b2-93c5-4bba-b54e-4cbc49393ade 2018-08-12 08:19:50,306 - keystone_utils - INFO - Granting role CreateVolumeWithTypeTests-71310fe7-7af9-428-proj-role to project CreateVolumeWithTypeTests-71310fe7-7af9-428-proj 2018-08-12 08:19:50,309 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/21fe2c1592e1486ba0362ef2ae5d2774/users/d656d5b7bec045b782ad577595444a8f/roles/41c83670fa6c4fee809cd7d7d3ac9628 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e5d8fc8b6c7e4ae5cf7ad7fd5eb63f33d7f2f53" 2018-08-12 08:19:50,442 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:19:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b98715b1-8ac9-417f-ae97-2c6fbb8c2ff7 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 08:19:50,443 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/21fe2c1592e1486ba0362ef2ae5d2774/users/d656d5b7bec045b782ad577595444a8f/roles/41c83670fa6c4fee809cd7d7d3ac9628 used request id req-b98715b1-8ac9-417f-ae97-2c6fbb8c2ff7 2018-08-12 08:19:50,443 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:19:50,444 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:19:50,839 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:19:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["0vBBG2tWQUap2bS6fWURLw"], "issued_at": "2018-08-12T08:19:50.000000Z"}} 2018-08-12 08:19:50,840 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}30174636ab0bd2131c7fb95caf8945464d44fadf" 2018-08-12 08:19:50,931 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:19:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f6bc8c7f-f0ea-43a7-98b0-e302678c350b Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:19:50,931 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-f6bc8c7f-f0ea-43a7-98b0-e302678c350b 2018-08-12 08:19:50,936 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/types?is_public=None -H "OpenStack-API-Version: volume 3.5" -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30174636ab0bd2131c7fb95caf8945464d44fadf" 2018-08-12 08:19:51,136 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:19:50 GMT Server: Apache x-compute-request-id: req-d3194638-2743-4968-8864-a09bf26eea29 OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version x-openstack-request-id: req-d3194638-2743-4968-8864-a09bf26eea29 Content-Length: 20 Content-Type: application/json RESP BODY: {"volume_types": []} 2018-08-12 08:19:51,136 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/types?is_public=None used request id req-d3194638-2743-4968-8864-a09bf26eea29 2018-08-12 08:19:51,140 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/types -H "Accept: application/json" -H "User-Agent: python-cinderclient" -H "OpenStack-API-Version: volume 3.5" -H "X-Auth-Token: {SHA1}30174636ab0bd2131c7fb95caf8945464d44fadf" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-d3194638-2743-4968-8864-a09bf26eea29" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CreateVolumeWithTypeTests-d0b0ade6-8bac-4abc-8155-03c2ede1de2e-vol-type", "description": null}}' 2018-08-12 08:19:51,441 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:19:51 GMT Server: Apache x-compute-request-id: req-81692c18-614f-45ea-ab6b-a0865e041e4e OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-81692c18-614f-45ea-ab6b-a0865e041e4e Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateVolumeWithTypeTests-d0b0ade6-8bac-4abc-8155-03c2ede1de2e-vol-type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "fe88473b-b617-4df4-ad64-a3ce2fd17b94", "description": null}} 2018-08-12 08:19:51,441 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/types used request id req-81692c18-614f-45ea-ab6b-a0865e041e4e 2018-08-12 08:19:51,442 - create_volume_type - INFO - Created volume type with name - CreateVolumeWithTypeTests-d0b0ade6-8bac-4abc-8155-03c2ede1de2e-vol-type 2018-08-12 08:19:51,442 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:19:51,443 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:19:51,838 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:19:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["b9cenA5UQWm9ud4cPLqyBg"], "issued_at": "2018-08-12T08:19:51.000000Z"}} 2018-08-12 08:19:51,838 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}179447307857394d17fc4b255200f19584a6030d" 2018-08-12 08:19:51,925 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:19:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3311adba-9569-40e6-b61a-8a2c3dab56bd Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:19:51,926 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-3311adba-9569-40e6-b61a-8a2c3dab56bd 2018-08-12 08:19:51,931 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/volumes/detail -H "OpenStack-API-Version: volume 3.5" -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}179447307857394d17fc4b255200f19584a6030d" 2018-08-12 08:19:52,137 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:19:51 GMT Server: Apache x-compute-request-id: req-1f8b8bab-5f41-40a0-b200-3e9492ac318c OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version x-openstack-request-id: req-1f8b8bab-5f41-40a0-b200-3e9492ac318c Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-08-12 08:19:52,138 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/volumes/detail used request id req-1f8b8bab-5f41-40a0-b200-3e9492ac318c 2018-08-12 08:19:52,141 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/volumes -H "Accept: application/json" -H "User-Agent: python-cinderclient" -H "OpenStack-API-Version: volume 3.5" -H "X-Auth-Token: {SHA1}179447307857394d17fc4b255200f19584a6030d" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-1f8b8bab-5f41-40a0-b200-3e9492ac318c" -d '{"volume": {"status": "creating", "backup_id": null, "user_id": null, "name": "CreateVolumeWithTypeTests-d0b0ade6-8bac-4abc-8155-03c2ede1de2e-vol", "imageRef": null, "availability_zone": null, "description": null, "multiattach": false, "attach_status": "detached", "volume_type": "CreateVolumeWithTypeTests-d0b0ade6-8bac-4abc-8155-03c2ede1de2e-vol-type", "metadata": {}, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "project_id": null, "source_replica": null, "size": 1}}' 2018-08-12 08:19:52,757 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 08:19:52 GMT Server: Apache x-compute-request-id: req-57f50359-dd37-44fe-b59c-25d0ff7ac19c OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version x-openstack-request-id: req-57f50359-dd37-44fe-b59c-25d0ff7ac19c Content-Length: 922 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "4f32fb8153854c4c9f5094b42b523f80", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/volumes/e6c8b903-49b4-4800-a33e-a8fcc40c3819", "rel": "self"}, {"href": "http://172.30.9.21:8776/a267b9a156244bb192691cff6e5f74fe/volumes/e6c8b903-49b4-4800-a33e-a8fcc40c3819", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-12T08:19:52.000000", "description": null, "updated_at": null, "volume_type": "CreateVolumeWithTypeTests-d0b0ade6-8bac-4abc-8155-03c2ede1de2e-vol-type", "name": "CreateVolumeWithTypeTests-d0b0ade6-8bac-4abc-8155-03c2ede1de2e-vol", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "e6c8b903-49b4-4800-a33e-a8fcc40c3819", "size": 1}} 2018-08-12 08:19:52,757 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/volumes used request id req-57f50359-dd37-44fe-b59c-25d0ff7ac19c 2018-08-12 08:19:52,760 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/volumes/e6c8b903-49b4-4800-a33e-a8fcc40c3819 -H "OpenStack-API-Version: volume 3.5" -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-1f8b8bab-5f41-40a0-b200-3e9492ac318c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}179447307857394d17fc4b255200f19584a6030d" 2018-08-12 08:19:52,987 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:19:52 GMT Server: Apache x-compute-request-id: req-da8162f5-febf-4592-a0f6-4fc55f42196a OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-da8162f5-febf-4592-a0f6-4fc55f42196a Content-Encoding: gzip Content-Length: 521 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/volumes/e6c8b903-49b4-4800-a33e-a8fcc40c3819", "rel": "self"}, {"href": "http://172.30.9.21:8776/a267b9a156244bb192691cff6e5f74fe/volumes/e6c8b903-49b4-4800-a33e-a8fcc40c3819", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-08-12T08:19:52.000000", "replication_status": null, "snapshot_id": null, "id": "e6c8b903-49b4-4800-a33e-a8fcc40c3819", "size": 1, "user_id": "4f32fb8153854c4c9f5094b42b523f80", "os-vol-tenant-attr:tenant_id": "a267b9a156244bb192691cff6e5f74fe", "os-vol-mig-status-attr:migstat": null, "metadata": {}, "status": "creating", "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "os-vol-mig-status-attr:name_id": null, "name": "CreateVolumeWithTypeTests-d0b0ade6-8bac-4abc-8155-03c2ede1de2e-vol", "bootable": "false", "created_at": "2018-08-12T08:19:52.000000", "volume_type": "CreateVolumeWithTypeTests-d0b0ade6-8bac-4abc-8155-03c2ede1de2e-vol-type"}} 2018-08-12 08:19:52,988 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/volumes/e6c8b903-49b4-4800-a33e-a8fcc40c3819 used request id req-da8162f5-febf-4592-a0f6-4fc55f42196a 2018-08-12 08:19:52,988 - create_volume - INFO - Created volume with name - CreateVolumeWithTypeTests-d0b0ade6-8bac-4abc-8155-03c2ede1de2e-vol 2018-08-12 08:19:52,991 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/volumes/e6c8b903-49b4-4800-a33e-a8fcc40c3819 -H "OpenStack-API-Version: volume 3.5" -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-1f8b8bab-5f41-40a0-b200-3e9492ac318c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}179447307857394d17fc4b255200f19584a6030d" 2018-08-12 08:19:53,222 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:19:52 GMT Server: Apache x-compute-request-id: req-839df5f3-070d-4af3-b12f-499615bab991 OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-839df5f3-070d-4af3-b12f-499615bab991 Content-Encoding: gzip Content-Length: 519 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/volumes/e6c8b903-49b4-4800-a33e-a8fcc40c3819", "rel": "self"}, {"href": "http://172.30.9.21:8776/a267b9a156244bb192691cff6e5f74fe/volumes/e6c8b903-49b4-4800-a33e-a8fcc40c3819", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-08-12T08:19:52.000000", "replication_status": null, "snapshot_id": null, "id": "e6c8b903-49b4-4800-a33e-a8fcc40c3819", "size": 1, "user_id": "4f32fb8153854c4c9f5094b42b523f80", "os-vol-tenant-attr:tenant_id": "a267b9a156244bb192691cff6e5f74fe", "os-vol-mig-status-attr:migstat": null, "metadata": {}, "status": "available", "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "os-vol-mig-status-attr:name_id": null, "name": "CreateVolumeWithTypeTests-d0b0ade6-8bac-4abc-8155-03c2ede1de2e-vol", "bootable": "false", "created_at": "2018-08-12T08:19:52.000000", "volume_type": "CreateVolumeWithTypeTests-d0b0ade6-8bac-4abc-8155-03c2ede1de2e-vol-type"}} 2018-08-12 08:19:53,222 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/volumes/e6c8b903-49b4-4800-a33e-a8fcc40c3819 used request id req-839df5f3-070d-4af3-b12f-499615bab991 2018-08-12 08:19:53,223 - create_volume - DEBUG - Instance status is - available 2018-08-12 08:19:53,223 - create_volume - DEBUG - Volume is active with name - CreateVolumeWithTypeTests-d0b0ade6-8bac-4abc-8155-03c2ede1de2e-vol 2018-08-12 08:19:53,223 - create_volume - INFO - Volume is now active with name - CreateVolumeWithTypeTests-d0b0ade6-8bac-4abc-8155-03c2ede1de2e-vol 2018-08-12 08:19:53,226 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/volumes/e6c8b903-49b4-4800-a33e-a8fcc40c3819 -H "OpenStack-API-Version: volume 3.5" -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-1f8b8bab-5f41-40a0-b200-3e9492ac318c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}179447307857394d17fc4b255200f19584a6030d" 2018-08-12 08:19:53,450 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:19:53 GMT Server: Apache x-compute-request-id: req-c5be050e-a944-42e6-baad-ebae18304472 OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c5be050e-a944-42e6-baad-ebae18304472 Content-Encoding: gzip Content-Length: 519 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/volumes/e6c8b903-49b4-4800-a33e-a8fcc40c3819", "rel": "self"}, {"href": "http://172.30.9.21:8776/a267b9a156244bb192691cff6e5f74fe/volumes/e6c8b903-49b4-4800-a33e-a8fcc40c3819", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-08-12T08:19:52.000000", "replication_status": null, "snapshot_id": null, "id": "e6c8b903-49b4-4800-a33e-a8fcc40c3819", "size": 1, "user_id": "4f32fb8153854c4c9f5094b42b523f80", "os-vol-tenant-attr:tenant_id": "a267b9a156244bb192691cff6e5f74fe", "os-vol-mig-status-attr:migstat": null, "metadata": {}, "status": "available", "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "os-vol-mig-status-attr:name_id": null, "name": "CreateVolumeWithTypeTests-d0b0ade6-8bac-4abc-8155-03c2ede1de2e-vol", "bootable": "false", "created_at": "2018-08-12T08:19:52.000000", "volume_type": "CreateVolumeWithTypeTests-d0b0ade6-8bac-4abc-8155-03c2ede1de2e-vol-type"}} 2018-08-12 08:19:53,450 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/volumes/e6c8b903-49b4-4800-a33e-a8fcc40c3819 used request id req-c5be050e-a944-42e6-baad-ebae18304472 2018-08-12 08:19:53,451 - create_volume - DEBUG - Instance status is - available 2018-08-12 08:19:53,451 - create_volume - DEBUG - Volume is active with name - CreateVolumeWithTypeTests-d0b0ade6-8bac-4abc-8155-03c2ede1de2e-vol 2018-08-12 08:19:53,451 - cinder_utils - INFO - Deleting volume named - CreateVolumeWithTypeTests-d0b0ade6-8bac-4abc-8155-03c2ede1de2e-vol 2018-08-12 08:19:53,454 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/volumes/e6c8b903-49b4-4800-a33e-a8fcc40c3819 -H "OpenStack-API-Version: volume 3.5" -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-1f8b8bab-5f41-40a0-b200-3e9492ac318c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}179447307857394d17fc4b255200f19584a6030d" 2018-08-12 08:19:53,708 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 08:19:53 GMT Server: Apache OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version x-openstack-request-id: req-8d176cfe-7a9d-4c6c-8efd-250f764ae9ff 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 08:19:53,708 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/volumes/e6c8b903-49b4-4800-a33e-a8fcc40c3819 used request id req-8d176cfe-7a9d-4c6c-8efd-250f764ae9ff 2018-08-12 08:19:53,711 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/volumes/e6c8b903-49b4-4800-a33e-a8fcc40c3819 -H "OpenStack-API-Version: volume 3.5" -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-1f8b8bab-5f41-40a0-b200-3e9492ac318c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}179447307857394d17fc4b255200f19584a6030d" 2018-08-12 08:19:54,323 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:19:53 GMT Server: Apache OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version x-compute-request-id: req-702c6257-ac4f-4991-b501-aaccf8fac38f x-openstack-request-id: req-702c6257-ac4f-4991-b501-aaccf8fac38f Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume e6c8b903-49b4-4800-a33e-a8fcc40c3819 could not be found.", "code": 404}} 2018-08-12 08:19:54,323 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/volumes/e6c8b903-49b4-4800-a33e-a8fcc40c3819 used request id req-702c6257-ac4f-4991-b501-aaccf8fac38f 2018-08-12 08:19:54,323 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume e6c8b903-49b4-4800-a33e-a8fcc40c3819 could not be found. (HTTP 404) (Request-ID: req-702c6257-ac4f-4991-b501-aaccf8fac38f) 2018-08-12 08:19:54,324 - create_volume - INFO - Volume has been properly deleted with name - CreateVolumeWithTypeTests-d0b0ade6-8bac-4abc-8155-03c2ede1de2e-vol 2018-08-12 08:19:54,324 - cinder_utils - INFO - Deleting volume named - CreateVolumeWithTypeTests-d0b0ade6-8bac-4abc-8155-03c2ede1de2e-vol-type 2018-08-12 08:19:54,327 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/types/fe88473b-b617-4df4-ad64-a3ce2fd17b94 -H "OpenStack-API-Version: volume 3.5" -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d3194638-2743-4968-8864-a09bf26eea29" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30174636ab0bd2131c7fb95caf8945464d44fadf" 2018-08-12 08:19:54,554 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 08:19:54 GMT Server: Apache OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version x-openstack-request-id: req-2c38e238-e3a7-4950-9724-e3092069e48c 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 08:19:54,554 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe/types/fe88473b-b617-4df4-ad64-a3ce2fd17b94 used request id req-2c38e238-e3a7-4950-9724-e3092069e48c 2018-08-12 08:19:54,555 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:19:54,555 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:19:54,555 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:19:54,555 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:19:54,556 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:19:54,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e5d8fc8b6c7e4ae5cf7ad7fd5eb63f33d7f2f53" 2018-08-12 08:19:54,827 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 43135 X-Openstack-Request-Id: req-76b75889-6d88-4521-a969-86624e6319f1 Date: Sun, 12 Aug 2018 08:19:54 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "created_at": "2018-08-12T06:59:44Z", "updated_at": "2018-08-12T06:59:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "1d7fd960-7865-4453-aecc-8d399b4fad21", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "66820d8a-b785-4b18-bd67-500221c8e4f9", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "74fc7638-a322-4841-8c47-06d36174a200", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "8eaa09ec-8419-4582-9312-1e527afe6e4b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}], "revision_number": 4, "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "created_at": "2018-08-12T05:12:34Z", "updated_at": "2018-08-12T05:12:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "709513d2-af7d-4d0b-bd3c-604fed75a711", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "aa346066-e46f-44f2-94be-2884aa998a19", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "c15f7b93-e56c-4afa-867d-2acb286d4b7b", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "cb0ef83f-5f70-4a80-ad35-431ca9df551e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}], "revision_number": 4, "project_id": "fa5a7fe6ee54472ba01638877aade8e3", "id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ea65becf30e54b27aa96a449698a435e", "created_at": "2018-08-12T05:10:35Z", "updated_at": "2018-08-12T05:10:35Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "30ad280c-f302-4cd4-a438-5139917b56f9", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "76115c4c-887d-4f0a-83e2-486e4b39c713", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "8ab14937-4c08-4d43-8a9a-662e622cc643", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "ee757a03-5662-4273-9c3e-6212e7afb48f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}], "revision_number": 4, "project_id": "ea65becf30e54b27aa96a449698a435e", "id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "created_at": "2018-08-12T06:20:09Z", "updated_at": "2018-08-12T06:20:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "1123b8f2-75ac-4a26-b9b2-a96da97408e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "2ddd2b93-e080-48cd-9a50-f5fe8a82ad0c", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "cd1bae62-0aea-4438-b4c3-50a69ae6f855", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "e398e01e-ceea-46d1-9534-b929808c4a5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}], "revision_number": 4, "project_id": "ff7abd7bb61f4f2889831e932d65dc2e", "id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "created_at": "2018-08-12T05:34:57Z", "updated_at": "2018-08-12T05:34:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "208a1c1e-f5f8-49c7-9a25-d07e68b1541f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "27bfd867-e607-4bf8-9de8-60682d3f771d", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "49360e1f-6fd3-4f35-b339-24cea95773ee", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "60f631a9-d305-4920-9631-d0543e2ac64f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}], "revision_number": 4, "project_id": "3a85ceae958d4d9fba68847e7df67db8", "id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "created_at": "2018-08-12T05:34:40Z", "updated_at": "2018-08-12T05:34:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "2192c259-363e-4768-ae73-e75837ad63b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "3f87ddc5-f84d-41dc-8215-847724782569", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "7d89f6da-ea78-49dd-9115-f9ad23b250bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "9ec4497d-0f65-44db-9be9-7b3042e4a584", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}], "revision_number": 4, "project_id": "85517fcf1c6247e699fdcdd42ecc8c79", "id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "created_at": "2018-08-12T05:16:02Z", "updated_at": "2018-08-12T05:16:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "1ecacd8c-c1c7-4a66-9871-406a69323b43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "3cc1750c-e0e7-4902-b6f3-494a161b832e", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "d719a7a4-8c99-44ed-8c12-6bf071890203", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "fe7421b5-d577-41da-8c78-62f3c07eda92", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}], "revision_number": 4, "project_id": "a267b9a156244bb192691cff6e5f74fe", "id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "315a428116f24d9fbb826b37080a918e", "created_at": "2018-08-12T05:11:31Z", "updated_at": "2018-08-12T05:11:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "5e52886a-1dc3-4a81-a55d-f388dc4fd1a1", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "678e32e4-d64c-448a-a4ab-e253ab94ae90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "a8da1539-e3ad-4f90-b2df-3dc1f09d228a", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "b73d5cc9-0205-4658-bb1f-61a042c0ab8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}], "revision_number": 4, "project_id": "315a428116f24d9fbb826b37080a918e", "id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-12T05:08:01Z", "updated_at": "2018-08-12T05:08:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:01Z", "revision_number": 0, "id": "0fb05d03-1117-45d0-930c-b6d4c96ef102", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "4faaab33-5788-4bbd-85b8-0fb44d41413a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "96d0c5a0-5c67-421b-8fc8-2b46d77e5db3", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "dd78519b-4bc5-4e8e-ad0f-58089dd69347", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "11a46741b7954b959fd7764109c047b6", "created_at": "2018-08-12T05:34:51Z", "updated_at": "2018-08-12T05:34:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "0b67bf3c-2289-43bb-ab6c-7d25ec32a279", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "51f3f833-337a-42bd-a8d5-742ea8d6c226", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "571fd0b5-ef90-408d-af33-aafb517b8993", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "944ba823-fb9c-496e-a66e-bb426bb14a8d", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}], "revision_number": 4, "project_id": "11a46741b7954b959fd7764109c047b6", "id": "90af9782-8112-4257-801d-ee5115d226ba", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "created_at": "2018-08-12T05:34:26Z", "updated_at": "2018-08-12T05:34:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "2ee1f63a-807c-4d6a-85ee-dd784f6b8c3f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5dec3ec2-2add-47dd-8618-90659dcf3885", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5ea0dc3e-49d0-43f0-94e9-f6443527d14c", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "fbfaca22-7e3e-4128-8973-43e439b77c28", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}], "revision_number": 4, "project_id": "3c01cd58055c44ecaef39f7e625c2258", "id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "521007c1818145639e93ceb270559219", "created_at": "2018-08-12T05:13:27Z", "updated_at": "2018-08-12T05:13:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "5e7fede5-b0f2-47d8-95c3-516cdfc7f9de", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "8fd0e36f-c6c4-4f64-ba97-40439e614448", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "db7d79de-1dfc-4138-945f-91e74cdc266b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "e87f2cff-ff3e-4b6d-aaf0-7f0eb0ab9f05", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}], "revision_number": 4, "project_id": "521007c1818145639e93ceb270559219", "id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "created_at": "2018-08-12T05:08:18Z", "updated_at": "2018-08-12T05:08:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "3c67be40-bf74-4f97-9693-d93ce73a23b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "6112d869-2fc6-4a25-a13c-3d55cd7206c0", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "bdf21c56-453e-482e-9cba-3c55abcb0339", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "c8e92c39-38cc-4f48-be9c-5f0912e6a725", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}], "revision_number": 4, "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "created_at": "2018-08-12T05:04:23Z", "updated_at": "2018-08-12T05:04:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "280546d9-8ad1-4283-abfc-15ee9b1736c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "58bce125-f2ca-4a6d-b9ca-4e6cf5c0f7a5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "69275b9a-cfb5-482c-a9c4-8ffc79adf2c7", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "6d747f3a-3764-469a-a645-f977585c5aac", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}], "revision_number": 4, "project_id": "310f5853751a4c968f3eeb0a3d99a0a8", "id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "created_at": "2018-08-12T05:34:42Z", "updated_at": "2018-08-12T05:34:42Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "199582e8-25aa-457a-aa7c-6d8413ca4464", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "234f3609-4454-448f-919d-c8143c7cd764", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "c1061460-71a2-49a9-a04b-9fa33eeb17ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "d21ac532-51d8-4d6b-8300-7bac216759bf", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}], "revision_number": 4, "project_id": "9f6c1a272706419c9a74b0893b2890e8", "id": "d6739716-c693-460c-89c6-e7c8c48f8245", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "created_at": "2018-08-12T05:34:54Z", "updated_at": "2018-08-12T05:34:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "0633a05a-ee7d-4476-a56b-75d011b22f77", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "6cc1b9f8-73db-47a3-a0e0-3c96c43f34da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "90d99a6b-e94f-4fd8-a10c-f19dd8954c13", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "e843c139-af2a-4d2c-a24f-59f7b10ff72e", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}], "revision_number": 4, "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "created_at": "2018-08-12T05:09:07Z", "updated_at": "2018-08-12T05:09:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "5495e168-f505-4d74-ae6d-387f0bf533c2", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "6fd19b8b-3062-456e-81ba-3ff37fe43429", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8ca59d25-485c-46ce-939c-2e4a468caeac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8f190846-50a0-42b9-b571-390809b752b1", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}], "revision_number": 4, "project_id": "fa9ca6d7608b4d7d87ce97331679a481", "id": "edcd9b17-9416-4c25-823c-060c435e18d7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "created_at": "2018-08-12T05:34:52Z", "updated_at": "2018-08-12T05:34:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "2c7e484e-6ec5-4a95-8c9c-66d294c0c27e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "70c74258-3c2c-4efc-87e0-079c26ee3417", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "b70382fa-082e-4c2b-abc8-87490fa50b11", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "c3628e02-b4b6-42c9-8751-c1a2d3c19caa", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}], "revision_number": 4, "project_id": "87db863ba6e348b0a5ddcb67053db9d1", "id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "name": "default"}]} 2018-08-12 08:19:54,828 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-76b75889-6d88-4521-a969-86624e6319f1 2018-08-12 08:19:54,836 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e5d8fc8b6c7e4ae5cf7ad7fd5eb63f33d7f2f53" 2018-08-12 08:19:54,928 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:19:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b2e25584-10c6-48c3-b3dc-1bd33ebdc144 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 5fe28c13d4d74ba2be8d019ac1ea6363.", "code": 404, "title": "Not Found"}} 2018-08-12 08:19:54,928 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 used request id req-b2e25584-10c6-48c3-b3dc-1bd33ebdc144 2018-08-12 08:19:54,928 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:19:54,932 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e5d8fc8b6c7e4ae5cf7ad7fd5eb63f33d7f2f53" 2018-08-12 08:19:55,015 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:19:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b7faa0b1-289a-4f18-bceb-3537b221b71d Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa5a7fe6ee54472ba01638877aade8e3.", "code": 404, "title": "Not Found"}} 2018-08-12 08:19:55,015 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 used request id req-b7faa0b1-289a-4f18-bceb-3537b221b71d 2018-08-12 08:19:55,015 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:19:55,019 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e5d8fc8b6c7e4ae5cf7ad7fd5eb63f33d7f2f53" 2018-08-12 08:19:55,117 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:19:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e740d46c-658c-44cf-b978-8bea5d6c90c5 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ea65becf30e54b27aa96a449698a435e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:19:55,117 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e used request id req-e740d46c-658c-44cf-b978-8bea5d6c90c5 2018-08-12 08:19:55,117 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:19:55,121 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e5d8fc8b6c7e4ae5cf7ad7fd5eb63f33d7f2f53" 2018-08-12 08:19:55,216 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:19:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b430ec67-6e5e-421d-a900-ee15353be85e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ff7abd7bb61f4f2889831e932d65dc2e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:19:55,216 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e used request id req-b430ec67-6e5e-421d-a900-ee15353be85e 2018-08-12 08:19:55,216 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:19:55,220 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e5d8fc8b6c7e4ae5cf7ad7fd5eb63f33d7f2f53" 2018-08-12 08:19:55,306 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:19:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f7d063c5-ec27-49cd-b9c9-788b7d75881e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3a85ceae958d4d9fba68847e7df67db8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:19:55,306 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 used request id req-f7d063c5-ec27-49cd-b9c9-788b7d75881e 2018-08-12 08:19:55,307 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:19:55,310 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e5d8fc8b6c7e4ae5cf7ad7fd5eb63f33d7f2f53" 2018-08-12 08:19:55,407 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:19:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bcaa6bc0-47ba-4aa0-bbec-e3e0e77d2324 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 85517fcf1c6247e699fdcdd42ecc8c79.", "code": 404, "title": "Not Found"}} 2018-08-12 08:19:55,407 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 used request id req-bcaa6bc0-47ba-4aa0-bbec-e3e0e77d2324 2018-08-12 08:19:55,407 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:19:55,411 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e5d8fc8b6c7e4ae5cf7ad7fd5eb63f33d7f2f53" 2018-08-12 08:19:55,507 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:19:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b2c2dd79-13fb-45ee-9b36-d7a7802e9c97 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}} 2018-08-12 08:19:55,508 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe used request id req-b2c2dd79-13fb-45ee-9b36-d7a7802e9c97 2018-08-12 08:19:55,511 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e5d8fc8b6c7e4ae5cf7ad7fd5eb63f33d7f2f53" 2018-08-12 08:19:55,607 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:19:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8c18cd07-b8bf-48ea-97af-f27956176bd0 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 315a428116f24d9fbb826b37080a918e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:19:55,607 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e used request id req-8c18cd07-b8bf-48ea-97af-f27956176bd0 2018-08-12 08:19:55,607 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:19:55,610 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e5d8fc8b6c7e4ae5cf7ad7fd5eb63f33d7f2f53" 2018-08-12 08:19:55,701 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:19:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d4bfeb9d-4c7c-4e97-a5d6-d24e81d1514e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 11a46741b7954b959fd7764109c047b6.", "code": 404, "title": "Not Found"}} 2018-08-12 08:19:55,702 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 used request id req-d4bfeb9d-4c7c-4e97-a5d6-d24e81d1514e 2018-08-12 08:19:55,702 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:19:55,705 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e5d8fc8b6c7e4ae5cf7ad7fd5eb63f33d7f2f53" 2018-08-12 08:19:55,796 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:19:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1f33a1c5-bde9-47fa-83ab-7e3bb76a9015 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3c01cd58055c44ecaef39f7e625c2258.", "code": 404, "title": "Not Found"}} 2018-08-12 08:19:55,796 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 used request id req-1f33a1c5-bde9-47fa-83ab-7e3bb76a9015 2018-08-12 08:19:55,796 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:19:55,799 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e5d8fc8b6c7e4ae5cf7ad7fd5eb63f33d7f2f53" 2018-08-12 08:19:55,970 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:19:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5c86071a-85fb-4996-b33a-25be2b5648f0 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 521007c1818145639e93ceb270559219.", "code": 404, "title": "Not Found"}} 2018-08-12 08:19:55,970 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 used request id req-5c86071a-85fb-4996-b33a-25be2b5648f0 2018-08-12 08:19:55,970 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:19:55,974 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e5d8fc8b6c7e4ae5cf7ad7fd5eb63f33d7f2f53" 2018-08-12 08:19:56,071 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:19:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-78e5bd40-0048-46c1-bd8d-c5b6b919d8bb Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e18fcc7fc10a4fd0b20234f8520d0aab.", "code": 404, "title": "Not Found"}} 2018-08-12 08:19:56,071 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab used request id req-78e5bd40-0048-46c1-bd8d-c5b6b919d8bb 2018-08-12 08:19:56,071 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:19:56,075 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e5d8fc8b6c7e4ae5cf7ad7fd5eb63f33d7f2f53" 2018-08-12 08:19:56,169 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:19:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9ee90898-f6b1-4e02-918d-d808c285e1e9 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "310f5853751a4c968f3eeb0a3d99a0a8", "name": "service"}} 2018-08-12 08:19:56,169 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 used request id req-9ee90898-f6b1-4e02-918d-d808c285e1e9 2018-08-12 08:19:56,173 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e5d8fc8b6c7e4ae5cf7ad7fd5eb63f33d7f2f53" 2018-08-12 08:19:56,257 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:19:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-23142622-b09d-42b2-85d9-0d78dc66a2a8 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9f6c1a272706419c9a74b0893b2890e8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:19:56,257 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 used request id req-23142622-b09d-42b2-85d9-0d78dc66a2a8 2018-08-12 08:19:56,258 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:19:56,261 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/34cb7327fcfc4b52a63b4b8c0ea4a54d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e5d8fc8b6c7e4ae5cf7ad7fd5eb63f33d7f2f53" 2018-08-12 08:19:56,351 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:19:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a176f242-40ba-49e3-89da-922783cbeeea Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 34cb7327fcfc4b52a63b4b8c0ea4a54d.", "code": 404, "title": "Not Found"}} 2018-08-12 08:19:56,351 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/34cb7327fcfc4b52a63b4b8c0ea4a54d used request id req-a176f242-40ba-49e3-89da-922783cbeeea 2018-08-12 08:19:56,351 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:19:56,355 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa9ca6d7608b4d7d87ce97331679a481 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e5d8fc8b6c7e4ae5cf7ad7fd5eb63f33d7f2f53" 2018-08-12 08:19:56,370 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:19:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4c1b241e-96ea-4ac9-b30b-a0c78546b10a Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa9ca6d7608b4d7d87ce97331679a481.", "code": 404, "title": "Not Found"}} 2018-08-12 08:19:56,371 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa9ca6d7608b4d7d87ce97331679a481 used request id req-4c1b241e-96ea-4ac9-b30b-a0c78546b10a 2018-08-12 08:19:56,371 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:19:56,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/87db863ba6e348b0a5ddcb67053db9d1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e5d8fc8b6c7e4ae5cf7ad7fd5eb63f33d7f2f53" 2018-08-12 08:19:56,465 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:19:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-77449cc0-b3f6-4512-8e61-ef1e153c0c4b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87db863ba6e348b0a5ddcb67053db9d1.", "code": 404, "title": "Not Found"}} 2018-08-12 08:19:56,465 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/87db863ba6e348b0a5ddcb67053db9d1 used request id req-77449cc0-b3f6-4512-8e61-ef1e153c0c4b 2018-08-12 08:19:56,465 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:19:56,466 - keystone_utils - INFO - Deleting project with name - CreateVolumeWithTypeTests-71310fe7-7af9-428-proj 2018-08-12 08:19:56,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/21fe2c1592e1486ba0362ef2ae5d2774 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e5d8fc8b6c7e4ae5cf7ad7fd5eb63f33d7f2f53" 2018-08-12 08:19:56,702 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:19:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-164b80fd-e227-47af-b7a0-66fc6953ab13 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 08:19:56,702 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/21fe2c1592e1486ba0362ef2ae5d2774 used request id req-164b80fd-e227-47af-b7a0-66fc6953ab13 2018-08-12 08:19:56,702 - keystone_utils - INFO - Deleting role with name - CreateVolumeWithTypeTests-71310fe7-7af9-428-proj-role 2018-08-12 08:19:56,705 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/41c83670fa6c4fee809cd7d7d3ac9628 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e5d8fc8b6c7e4ae5cf7ad7fd5eb63f33d7f2f53" 2018-08-12 08:19:56,834 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:19:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f1fdc4b9-5029-47a3-a62d-093cc61b66d2 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 08:19:56,834 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/41c83670fa6c4fee809cd7d7d3ac9628 used request id req-f1fdc4b9-5029-47a3-a62d-093cc61b66d2 2018-08-12 08:19:56,838 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e5d8fc8b6c7e4ae5cf7ad7fd5eb63f33d7f2f53" 2018-08-12 08:19:56,925 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:19:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d39a9170-c183-41e0-ae74-afe6aae59b2e Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:19:56,925 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-d39a9170-c183-41e0-ae74-afe6aae59b2e 2018-08-12 08:19:56,926 - keystone_utils - INFO - Deleting user with name - CreateVolumeWithTypeTests-71310fe7-7af9-428-user 2018-08-12 08:19:56,929 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/d656d5b7bec045b782ad577595444a8f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3b61a0d51103b321d74c48ee3648a7bbabd1d28" 2018-08-12 08:19:57,111 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:19:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f9d8757b-95bb-40f9-b42d-18f1454eb26c 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 08:19:57,112 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/d656d5b7bec045b782ad577595444a8f used request id req-f9d8757b-95bb-40f9-b42d-18f1454eb26c 2018-08-12 08:19:57,113 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:19:57,512 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:19:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["i_ie2gXmTraptXsK07mOdg"], "issued_at": "2018-08-12T08:19:57.000000Z"}} 2018-08-12 08:19:57,513 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}f5c267e1570ea3dbb19e7fd22dc0aa8bf069edd5" 2018-08-12 08:19:57,593 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:19:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-195a1b53-0144-41af-9347-9a825daa6c0a Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:19:57,593 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-195a1b53-0144-41af-9347-9a825daa6c0a 2018-08-12 08:19:57,594 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:19:57,595 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:19:58,002 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:19:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["Lj8NXF_BTwet-9iLKuyK0w"], "issued_at": "2018-08-12T08:19:58.000000Z"}} 2018-08-12 08:19:58,002 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}8c18b221b40fc83a9a21a706cf4de82747f6b4ae" 2018-08-12 08:19:58,100 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:19:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b6b1667e-df7d-453b-8606-3d6072a6fa63 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:19:58,100 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-b6b1667e-df7d-453b-8606-3d6072a6fa63 2018-08-12 08:19:58,105 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:19:58,110 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:19:58 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:19:58,111 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithImageTests-cdffa9d8-53a5-404-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c18b221b40fc83a9a21a706cf4de82747f6b4ae" 2018-08-12 08:19:58,209 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:19:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-da068e0a-31f9-4c17-9089-bb3784f0e41b Content-Encoding: gzip Content-Length: 182 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithImageTests-cdffa9d8-53a5-404-proj", "previous": null, "next": null}, "projects": []} 2018-08-12 08:19:58,209 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithImageTests-cdffa9d8-53a5-404-proj used request id req-da068e0a-31f9-4c17-9089-bb3784f0e41b 2018-08-12 08:19:58,213 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c18b221b40fc83a9a21a706cf4de82747f6b4ae" 2018-08-12 08:19:58,308 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:19:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2887fda1-b254-4ca7-9905-c4948410deb8 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:19:58,308 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-2887fda1-b254-4ca7-9905-c4948410deb8 2018-08-12 08:19:58,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c18b221b40fc83a9a21a706cf4de82747f6b4ae" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateVolumeWithImageTests-cdffa9d8-53a5-404-proj"}}' 2018-08-12 08:19:58,439 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:19:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-89e24084-b743-4930-944b-c5be944f9a7b Content-Length: 323 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/9e0d1aec4eff486681cb4b053ede1fb4"}, "tags": [], "enabled": true, "id": "9e0d1aec4eff486681cb4b053ede1fb4", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeWithImageTests-cdffa9d8-53a5-404-proj"}} 2018-08-12 08:19:58,439 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-89e24084-b743-4930-944b-c5be944f9a7b 2018-08-12 08:19:58,439 - keystone_utils - INFO - Created project with name - CreateVolumeWithImageTests-cdffa9d8-53a5-404-proj 2018-08-12 08:19:58,439 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:19:58,440 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:19:58,854 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:19:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["kMopaxwRRQKWqfNXrlSPbg"], "issued_at": "2018-08-12T08:19:58.000000Z"}} 2018-08-12 08:19:58,855 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}3cf00f2976943ac53b16af18ace44a18ffe28b41" 2018-08-12 08:19:58,868 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:19:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-62d39946-54a6-44ba-8aa2-d6ae6d51bf15 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:19:58,868 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-62d39946-54a6-44ba-8aa2-d6ae6d51bf15 2018-08-12 08:19:58,872 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:19:58,877 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:19:58 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:19:58,878 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cf00f2976943ac53b16af18ace44a18ffe28b41" 2018-08-12 08:19:58,912 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:19:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5120b08f-83c0-49a5-aff3-7be2d62317a3 Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/105a247548624314b9228f85f6325f0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105a247548624314b9228f85f6325f0b", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/1c5de0eaa44543f08da6ad63a51594ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c5de0eaa44543f08da6ad63a51594ff", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/1d127b5b832547a88a547c116dfdd65b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d127b5b832547a88a547c116dfdd65b", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/1d5cfc170d624ce4ae53ae0507c8d517"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d5cfc170d624ce4ae53ae0507c8d517", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/2421820b75eb4d3ebd02830378d1377b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2421820b75eb4d3ebd02830378d1377b", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/40bd8ee54ecf44868cc83cede652c396"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40bd8ee54ecf44868cc83cede652c396", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/4f32fb8153854c4c9f5094b42b523f80"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f32fb8153854c4c9f5094b42b523f80", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7066130d08fb4db7bf4ab468de53933b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7066130d08fb4db7bf4ab468de53933b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/8d0898a83bcf4521bbc11501d5d7ac89"}, "domain_id": "1eec97585bde483292ece28ee11f4b8d", "enabled": true, "options": {}, "id": "8d0898a83bcf4521bbc11501d5d7ac89", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/9defcced327d476f8a3beab718a13da3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9defcced327d476f8a3beab718a13da3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/b80ee4f6992446e0879624dd436e99a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b80ee4f6992446e0879624dd436e99a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b86fd3e011324d398fcdb6f095a20a9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b86fd3e011324d398fcdb6f095a20a9d", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1701d2754064b5cadf765ea0806f9b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1701d2754064b5cadf765ea0806f9b2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/db4e7b8d76d549faa502716565c733dd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db4e7b8d76d549faa502716565c733dd", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-12 08:19:58,912 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-5120b08f-83c0-49a5-aff3-7be2d62317a3 2018-08-12 08:19:58,916 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateVolumeWithImageTests-cdffa9d8-53a5-404-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cf00f2976943ac53b16af18ace44a18ffe28b41" 2018-08-12 08:19:59,010 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:19:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8c69488a-73c5-43b3-91e4-fe70d749cc4d Content-Encoding: gzip Content-Length: 263 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateVolumeWithImageTests-cdffa9d8-53a5-404-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/9e0d1aec4eff486681cb4b053ede1fb4"}, "tags": [], "enabled": true, "id": "9e0d1aec4eff486681cb4b053ede1fb4", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeWithImageTests-cdffa9d8-53a5-404-proj"}]} 2018-08-12 08:19:59,011 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateVolumeWithImageTests-cdffa9d8-53a5-404-proj used request id req-8c69488a-73c5-43b3-91e4-fe70d749cc4d 2018-08-12 08:19:59,014 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cf00f2976943ac53b16af18ace44a18ffe28b41" 2018-08-12 08:19:59,103 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:19:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a0161c5-8cb0-44e6-8e41-c4e73bdccc45 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:19:59,104 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-5a0161c5-8cb0-44e6-8e41-c4e73bdccc45 2018-08-12 08:19:59,445 - keystone_utils - INFO - Created user with name - CreateVolumeWithImageTests-cdffa9d8-53a5-404-user 2018-08-12 08:19:59,445 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:19:59,449 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c18b221b40fc83a9a21a706cf4de82747f6b4ae" 2018-08-12 08:19:59,544 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:19:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc3b1b56-af56-4af7-8769-2c1af9925e8e Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:19:59,544 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-fc3b1b56-af56-4af7-8769-2c1af9925e8e 2018-08-12 08:19:59,548 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c18b221b40fc83a9a21a706cf4de82747f6b4ae" -d '{"role": {"name": "CreateVolumeWithImageTests-cdffa9d8-53a5-404-proj-role"}}' 2018-08-12 08:19:59,655 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:19:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c468bf02-df2f-459e-a582-3ef2c74eeb30 Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "83d2f54080d24ded90bf5e5c6d8deb76", "links": {"self": "http://172.30.9.21:5000/v3/roles/83d2f54080d24ded90bf5e5c6d8deb76"}, "name": "CreateVolumeWithImageTests-cdffa9d8-53a5-404-proj-role"}} 2018-08-12 08:19:59,655 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-c468bf02-df2f-459e-a582-3ef2c74eeb30 2018-08-12 08:19:59,655 - keystone_utils - INFO - Created role with name - CreateVolumeWithImageTests-cdffa9d8-53a5-404-proj-role 2018-08-12 08:19:59,658 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/83d2f54080d24ded90bf5e5c6d8deb76 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c18b221b40fc83a9a21a706cf4de82747f6b4ae" 2018-08-12 08:19:59,750 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:19:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-610661dd-8782-40db-b7c2-5822963fb21e Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "83d2f54080d24ded90bf5e5c6d8deb76", "links": {"self": "http://172.30.9.21:5000/v3/roles/83d2f54080d24ded90bf5e5c6d8deb76"}, "name": "CreateVolumeWithImageTests-cdffa9d8-53a5-404-proj-role"}} 2018-08-12 08:19:59,750 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/83d2f54080d24ded90bf5e5c6d8deb76 used request id req-610661dd-8782-40db-b7c2-5822963fb21e 2018-08-12 08:19:59,750 - keystone_utils - INFO - Granting role CreateVolumeWithImageTests-cdffa9d8-53a5-404-proj-role to project CreateVolumeWithImageTests-cdffa9d8-53a5-404-proj 2018-08-12 08:19:59,754 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/9e0d1aec4eff486681cb4b053ede1fb4/users/1fd6627fef054a7480f71d1b5956965a/roles/83d2f54080d24ded90bf5e5c6d8deb76 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c18b221b40fc83a9a21a706cf4de82747f6b4ae" 2018-08-12 08:19:59,909 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:19:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-41163ca6-2172-4690-8296-9420904878bc 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 08:19:59,909 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/9e0d1aec4eff486681cb4b053ede1fb4/users/1fd6627fef054a7480f71d1b5956965a/roles/83d2f54080d24ded90bf5e5c6d8deb76 used request id req-41163ca6-2172-4690-8296-9420904878bc 2018-08-12 08:19:59,911 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-08-12 08:19:59,912 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:19:59,913 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:20:00,299 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "83d2f54080d24ded90bf5e5c6d8deb76", "name": "CreateVolumeWithImageTests-cdffa9d8-53a5-404-proj-role"}], "expires_at": "2018-08-12T09:20:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9e0d1aec4eff486681cb4b053ede1fb4", "name": "CreateVolumeWithImageTests-cdffa9d8-53a5-404-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/9e0d1aec4eff486681cb4b053ede1fb4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/9e0d1aec4eff486681cb4b053ede1fb4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/9e0d1aec4eff486681cb4b053ede1fb4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_9e0d1aec4eff486681cb4b053ede1fb4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_9e0d1aec4eff486681cb4b053ede1fb4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/9e0d1aec4eff486681cb4b053ede1fb4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/9e0d1aec4eff486681cb4b053ede1fb4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/9e0d1aec4eff486681cb4b053ede1fb4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/9e0d1aec4eff486681cb4b053ede1fb4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/9e0d1aec4eff486681cb4b053ede1fb4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/9e0d1aec4eff486681cb4b053ede1fb4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/9e0d1aec4eff486681cb4b053ede1fb4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/9e0d1aec4eff486681cb4b053ede1fb4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/9e0d1aec4eff486681cb4b053ede1fb4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateVolumeWithImageTests-cdffa9d8-53a5-404-user", "id": "1fd6627fef054a7480f71d1b5956965a"}, "audit_ids": ["VxHqpkUtTwmWAwTBqDBNNA"], "issued_at": "2018-08-12T08:20:00.000000Z"}} 2018-08-12 08:20:00,300 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}88885fba28e4f2eae3761dd56c54190e13e43225" 2018-08-12 08:20:00,387 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:20:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-54f9d958-69da-423b-b8f9-7c3f932f7e30 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:20:00,387 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-54f9d958-69da-423b-b8f9-7c3f932f7e30 2018-08-12 08:20:00,392 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateVolumeWithImageTests-b985d390-fe5e-4b0e-b53a-b0ee0c4940a6-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}88885fba28e4f2eae3761dd56c54190e13e43225" 2018-08-12 08:20:00,590 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 171 Content-Type: application/json X-Openstack-Request-Id: req-d30faf69-4ed4-46e1-8f32-6686c83f9787 Date: Sun, 12 Aug 2018 08:20:00 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateVolumeWithImageTests-b985d390-fe5e-4b0e-b53a-b0ee0c4940a6-image"} 2018-08-12 08:20:00,590 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateVolumeWithImageTests-b985d390-fe5e-4b0e-b53a-b0ee0c4940a6-image used request id req-d30faf69-4ed4-46e1-8f32-6686c83f9787 2018-08-12 08:20:00,593 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}88885fba28e4f2eae3761dd56c54190e13e43225" 2018-08-12 08:20:00,882 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-539af794-d007-4983-a118-46ccbd876624 Date: Sun, 12 Aug 2018 08:20:00 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"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}, "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}, "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"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "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"}, "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"}, "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}, "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}, "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"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "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}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-12 08:20:00,882 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-539af794-d007-4983-a118-46ccbd876624 2018-08-12 08:20:00,913 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}88885fba28e4f2eae3761dd56c54190e13e43225" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateVolumeWithImageTests-b985d390-fe5e-4b0e-b53a-b0ee0c4940a6-image"}' 2018-08-12 08:20:01,126 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 630 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/210bb497-7e37-4664-904b-75bf0178c5a3 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-636e373b-2153-4316-ab93-54ef6bdc171e Date: Sun, 12 Aug 2018 08:20:01 GMT RESP BODY: {"status": "queued", "name": "CreateVolumeWithImageTests-b985d390-fe5e-4b0e-b53a-b0ee0c4940a6-image", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:20:01Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-08-12T08:20:01Z", "visibility": "shared", "locations": [], "self": "/v2/images/210bb497-7e37-4664-904b-75bf0178c5a3", "min_disk": 0, "protected": false, "id": "210bb497-7e37-4664-904b-75bf0178c5a3", "file": "/v2/images/210bb497-7e37-4664-904b-75bf0178c5a3/file", "checksum": null, "owner": "9e0d1aec4eff486681cb4b053ede1fb4", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-12 08:20:01,126 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-636e373b-2153-4316-ab93-54ef6bdc171e 2018-08-12 08:20:01,136 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/210bb497-7e37-4664-904b-75bf0178c5a3/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}88885fba28e4f2eae3761dd56c54190e13e43225" -d '' 2018-08-12 08:20:02,030 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-75c1cb69-6b37-496e-b859-0f68f2b9f9cf Date: Sun, 12 Aug 2018 08:20: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 08:20:02,030 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/210bb497-7e37-4664-904b-75bf0178c5a3/file used request id req-75c1cb69-6b37-496e-b859-0f68f2b9f9cf 2018-08-12 08:20:02,030 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-12 08:20:02,034 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/210bb497-7e37-4664-904b-75bf0178c5a3 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}88885fba28e4f2eae3761dd56c54190e13e43225" 2018-08-12 08:20:02,223 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-d08028cd-cb4e-4dd7-b2ec-852d03dee3d8 Date: Sun, 12 Aug 2018 08:20:02 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateVolumeWithImageTests-b985d390-fe5e-4b0e-b53a-b0ee0c4940a6-image", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:20:01Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-12T08:20:01Z", "visibility": "shared", "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/210bb497-7e37-4664-904b-75bf0178c5a3/snap", "metadata": {}}], "self": "/v2/images/210bb497-7e37-4664-904b-75bf0178c5a3", "min_disk": 0, "protected": false, "id": "210bb497-7e37-4664-904b-75bf0178c5a3", "file": "/v2/images/210bb497-7e37-4664-904b-75bf0178c5a3/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "9e0d1aec4eff486681cb4b053ede1fb4", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/210bb497-7e37-4664-904b-75bf0178c5a3/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-12 08:20:02,223 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/210bb497-7e37-4664-904b-75bf0178c5a3 used request id req-d08028cd-cb4e-4dd7-b2ec-852d03dee3d8 2018-08-12 08:20:02,226 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}88885fba28e4f2eae3761dd56c54190e13e43225" 2018-08-12 08:20:02,407 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-b4947e18-b336-42df-b7b5-51ba40c58969 Date: Sun, 12 Aug 2018 08:20:02 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"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}, "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}, "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"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "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"}, "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"}, "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}, "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}, "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"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "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}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-12 08:20:02,408 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-b4947e18-b336-42df-b7b5-51ba40c58969 2018-08-12 08:20:02,411 - create_image - INFO - Created image with name - CreateVolumeWithImageTests-b985d390-fe5e-4b0e-b53a-b0ee0c4940a6-image 2018-08-12 08:20:02,413 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/210bb497-7e37-4664-904b-75bf0178c5a3 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}88885fba28e4f2eae3761dd56c54190e13e43225" 2018-08-12 08:20:02,587 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-bcc8d1ca-90dd-4774-9c91-9d4418094654 Date: Sun, 12 Aug 2018 08:20:02 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateVolumeWithImageTests-b985d390-fe5e-4b0e-b53a-b0ee0c4940a6-image", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:20:01Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-12T08:20:01Z", "visibility": "shared", "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/210bb497-7e37-4664-904b-75bf0178c5a3/snap", "metadata": {}}], "self": "/v2/images/210bb497-7e37-4664-904b-75bf0178c5a3", "min_disk": 0, "protected": false, "id": "210bb497-7e37-4664-904b-75bf0178c5a3", "file": "/v2/images/210bb497-7e37-4664-904b-75bf0178c5a3/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "9e0d1aec4eff486681cb4b053ede1fb4", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/210bb497-7e37-4664-904b-75bf0178c5a3/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-12 08:20:02,587 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/210bb497-7e37-4664-904b-75bf0178c5a3 used request id req-bcc8d1ca-90dd-4774-9c91-9d4418094654 2018-08-12 08:20:02,588 - create_image - DEBUG - Instance status is - active 2018-08-12 08:20:02,588 - create_image - DEBUG - Image is active with name - CreateVolumeWithImageTests-b985d390-fe5e-4b0e-b53a-b0ee0c4940a6-image 2018-08-12 08:20:02,588 - create_image - INFO - Image is now active with name - CreateVolumeWithImageTests-b985d390-fe5e-4b0e-b53a-b0ee0c4940a6-image 2018-08-12 08:20:02,588 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:20:02,589 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:20:03,018 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "83d2f54080d24ded90bf5e5c6d8deb76", "name": "CreateVolumeWithImageTests-cdffa9d8-53a5-404-proj-role"}], "expires_at": "2018-08-12T09:20:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9e0d1aec4eff486681cb4b053ede1fb4", "name": "CreateVolumeWithImageTests-cdffa9d8-53a5-404-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/9e0d1aec4eff486681cb4b053ede1fb4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/9e0d1aec4eff486681cb4b053ede1fb4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/9e0d1aec4eff486681cb4b053ede1fb4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_9e0d1aec4eff486681cb4b053ede1fb4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_9e0d1aec4eff486681cb4b053ede1fb4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/9e0d1aec4eff486681cb4b053ede1fb4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/9e0d1aec4eff486681cb4b053ede1fb4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/9e0d1aec4eff486681cb4b053ede1fb4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/9e0d1aec4eff486681cb4b053ede1fb4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/9e0d1aec4eff486681cb4b053ede1fb4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/9e0d1aec4eff486681cb4b053ede1fb4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/9e0d1aec4eff486681cb4b053ede1fb4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/9e0d1aec4eff486681cb4b053ede1fb4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/9e0d1aec4eff486681cb4b053ede1fb4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateVolumeWithImageTests-cdffa9d8-53a5-404-user", "id": "1fd6627fef054a7480f71d1b5956965a"}, "audit_ids": ["kBa59eRQTc-gS_6uYam9QA"], "issued_at": "2018-08-12T08:20:03.000000Z"}} 2018-08-12 08:20:03,019 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}903979268c942e7edee40d138beb439eaf9152ad" 2018-08-12 08:20:03,032 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:20:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-88c2e597-6794-4176-b7a1-530dbc8176c3 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:20:03,032 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-88c2e597-6794-4176-b7a1-530dbc8176c3 2018-08-12 08:20:03,038 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/9e0d1aec4eff486681cb4b053ede1fb4/volumes/detail -H "OpenStack-API-Version: volume 3.5" -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}903979268c942e7edee40d138beb439eaf9152ad" 2018-08-12 08:20:03,273 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:20:03 GMT Server: Apache x-compute-request-id: req-b0539b8d-4360-487d-8c77-53ade0685996 OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version x-openstack-request-id: req-b0539b8d-4360-487d-8c77-53ade0685996 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-08-12 08:20:03,273 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/9e0d1aec4eff486681cb4b053ede1fb4/volumes/detail used request id req-b0539b8d-4360-487d-8c77-53ade0685996 2018-08-12 08:20:03,276 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8776/v3/9e0d1aec4eff486681cb4b053ede1fb4/volumes -H "Accept: application/json" -H "User-Agent: python-cinderclient" -H "OpenStack-API-Version: volume 3.5" -H "X-Auth-Token: {SHA1}903979268c942e7edee40d138beb439eaf9152ad" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-b0539b8d-4360-487d-8c77-53ade0685996" -d '{"volume": {"status": "creating", "backup_id": null, "user_id": null, "name": "CreateVolumeWithImageTests-b985d390-fe5e-4b0e-b53a-b0ee0c4940a6-vol", "imageRef": "foo", "availability_zone": null, "description": null, "multiattach": false, "attach_status": "detached", "volume_type": null, "metadata": {}, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "project_id": null, "source_replica": null, "size": 1}}' 2018-08-12 08:20:03,771 - cinderclient.v3.client - DEBUG - RESP: [400] Date: Sun, 12 Aug 2018 08:20:03 GMT Server: Apache OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version x-compute-request-id: req-4130d26b-91f0-4684-8bed-23aff00e9b55 x-openstack-request-id: req-4130d26b-91f0-4684-8bed-23aff00e9b55 Content-Length: 105 Content-Type: application/json RESP BODY: {"badRequest": {"message": "Invalid image identifier or unable to access requested image.", "code": 400}} 2018-08-12 08:20:03,772 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/9e0d1aec4eff486681cb4b053ede1fb4/volumes used request id req-4130d26b-91f0-4684-8bed-23aff00e9b55 2018-08-12 08:20:03,772 - glance_utils - INFO - Deleting image named - CreateVolumeWithImageTests-b985d390-fe5e-4b0e-b53a-b0ee0c4940a6-image 2018-08-12 08:20:03,775 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/210bb497-7e37-4664-904b-75bf0178c5a3 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}88885fba28e4f2eae3761dd56c54190e13e43225" 2018-08-12 08:20:04,763 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-66796fcb-4882-476f-b7d7-384a1414e71d Date: Sun, 12 Aug 2018 08:20: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 08:20:04,763 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/210bb497-7e37-4664-904b-75bf0178c5a3 used request id req-66796fcb-4882-476f-b7d7-384a1414e71d 2018-08-12 08:20:04,764 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:20:04,764 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:20:04,764 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:20:04,765 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:20:04,765 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:20:04,771 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c18b221b40fc83a9a21a706cf4de82747f6b4ae" 2018-08-12 08:20:05,038 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 43135 X-Openstack-Request-Id: req-d32fffef-bff1-422c-8358-22928ba9fbf2 Date: Sun, 12 Aug 2018 08:20:05 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "created_at": "2018-08-12T06:59:44Z", "updated_at": "2018-08-12T06:59:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "1d7fd960-7865-4453-aecc-8d399b4fad21", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "66820d8a-b785-4b18-bd67-500221c8e4f9", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "74fc7638-a322-4841-8c47-06d36174a200", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "8eaa09ec-8419-4582-9312-1e527afe6e4b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}], "revision_number": 4, "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "created_at": "2018-08-12T05:12:34Z", "updated_at": "2018-08-12T05:12:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "709513d2-af7d-4d0b-bd3c-604fed75a711", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "aa346066-e46f-44f2-94be-2884aa998a19", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "c15f7b93-e56c-4afa-867d-2acb286d4b7b", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "cb0ef83f-5f70-4a80-ad35-431ca9df551e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}], "revision_number": 4, "project_id": "fa5a7fe6ee54472ba01638877aade8e3", "id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ea65becf30e54b27aa96a449698a435e", "created_at": "2018-08-12T05:10:35Z", "updated_at": "2018-08-12T05:10:35Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "30ad280c-f302-4cd4-a438-5139917b56f9", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "76115c4c-887d-4f0a-83e2-486e4b39c713", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "8ab14937-4c08-4d43-8a9a-662e622cc643", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "ee757a03-5662-4273-9c3e-6212e7afb48f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}], "revision_number": 4, "project_id": "ea65becf30e54b27aa96a449698a435e", "id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "created_at": "2018-08-12T06:20:09Z", "updated_at": "2018-08-12T06:20:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "1123b8f2-75ac-4a26-b9b2-a96da97408e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "2ddd2b93-e080-48cd-9a50-f5fe8a82ad0c", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "cd1bae62-0aea-4438-b4c3-50a69ae6f855", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "e398e01e-ceea-46d1-9534-b929808c4a5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}], "revision_number": 4, "project_id": "ff7abd7bb61f4f2889831e932d65dc2e", "id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "created_at": "2018-08-12T05:34:57Z", "updated_at": "2018-08-12T05:34:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "208a1c1e-f5f8-49c7-9a25-d07e68b1541f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "27bfd867-e607-4bf8-9de8-60682d3f771d", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "49360e1f-6fd3-4f35-b339-24cea95773ee", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "60f631a9-d305-4920-9631-d0543e2ac64f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}], "revision_number": 4, "project_id": "3a85ceae958d4d9fba68847e7df67db8", "id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "created_at": "2018-08-12T05:34:40Z", "updated_at": "2018-08-12T05:34:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "2192c259-363e-4768-ae73-e75837ad63b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "3f87ddc5-f84d-41dc-8215-847724782569", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "7d89f6da-ea78-49dd-9115-f9ad23b250bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "9ec4497d-0f65-44db-9be9-7b3042e4a584", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}], "revision_number": 4, "project_id": "85517fcf1c6247e699fdcdd42ecc8c79", "id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "created_at": "2018-08-12T05:16:02Z", "updated_at": "2018-08-12T05:16:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "1ecacd8c-c1c7-4a66-9871-406a69323b43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "3cc1750c-e0e7-4902-b6f3-494a161b832e", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "d719a7a4-8c99-44ed-8c12-6bf071890203", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "fe7421b5-d577-41da-8c78-62f3c07eda92", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}], "revision_number": 4, "project_id": "a267b9a156244bb192691cff6e5f74fe", "id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "315a428116f24d9fbb826b37080a918e", "created_at": "2018-08-12T05:11:31Z", "updated_at": "2018-08-12T05:11:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "5e52886a-1dc3-4a81-a55d-f388dc4fd1a1", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "678e32e4-d64c-448a-a4ab-e253ab94ae90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "a8da1539-e3ad-4f90-b2df-3dc1f09d228a", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "b73d5cc9-0205-4658-bb1f-61a042c0ab8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}], "revision_number": 4, "project_id": "315a428116f24d9fbb826b37080a918e", "id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-12T05:08:01Z", "updated_at": "2018-08-12T05:08:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:01Z", "revision_number": 0, "id": "0fb05d03-1117-45d0-930c-b6d4c96ef102", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "4faaab33-5788-4bbd-85b8-0fb44d41413a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "96d0c5a0-5c67-421b-8fc8-2b46d77e5db3", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "dd78519b-4bc5-4e8e-ad0f-58089dd69347", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "11a46741b7954b959fd7764109c047b6", "created_at": "2018-08-12T05:34:51Z", "updated_at": "2018-08-12T05:34:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "0b67bf3c-2289-43bb-ab6c-7d25ec32a279", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "51f3f833-337a-42bd-a8d5-742ea8d6c226", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "571fd0b5-ef90-408d-af33-aafb517b8993", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "944ba823-fb9c-496e-a66e-bb426bb14a8d", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}], "revision_number": 4, "project_id": "11a46741b7954b959fd7764109c047b6", "id": "90af9782-8112-4257-801d-ee5115d226ba", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "created_at": "2018-08-12T05:34:26Z", "updated_at": "2018-08-12T05:34:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "2ee1f63a-807c-4d6a-85ee-dd784f6b8c3f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5dec3ec2-2add-47dd-8618-90659dcf3885", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5ea0dc3e-49d0-43f0-94e9-f6443527d14c", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "fbfaca22-7e3e-4128-8973-43e439b77c28", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}], "revision_number": 4, "project_id": "3c01cd58055c44ecaef39f7e625c2258", "id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "521007c1818145639e93ceb270559219", "created_at": "2018-08-12T05:13:27Z", "updated_at": "2018-08-12T05:13:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "5e7fede5-b0f2-47d8-95c3-516cdfc7f9de", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "8fd0e36f-c6c4-4f64-ba97-40439e614448", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "db7d79de-1dfc-4138-945f-91e74cdc266b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "e87f2cff-ff3e-4b6d-aaf0-7f0eb0ab9f05", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}], "revision_number": 4, "project_id": "521007c1818145639e93ceb270559219", "id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "created_at": "2018-08-12T05:08:18Z", "updated_at": "2018-08-12T05:08:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "3c67be40-bf74-4f97-9693-d93ce73a23b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "6112d869-2fc6-4a25-a13c-3d55cd7206c0", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "bdf21c56-453e-482e-9cba-3c55abcb0339", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "c8e92c39-38cc-4f48-be9c-5f0912e6a725", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}], "revision_number": 4, "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "created_at": "2018-08-12T05:04:23Z", "updated_at": "2018-08-12T05:04:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "280546d9-8ad1-4283-abfc-15ee9b1736c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "58bce125-f2ca-4a6d-b9ca-4e6cf5c0f7a5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "69275b9a-cfb5-482c-a9c4-8ffc79adf2c7", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "6d747f3a-3764-469a-a645-f977585c5aac", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}], "revision_number": 4, "project_id": "310f5853751a4c968f3eeb0a3d99a0a8", "id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "created_at": "2018-08-12T05:34:42Z", "updated_at": "2018-08-12T05:34:42Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "199582e8-25aa-457a-aa7c-6d8413ca4464", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "234f3609-4454-448f-919d-c8143c7cd764", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "c1061460-71a2-49a9-a04b-9fa33eeb17ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "d21ac532-51d8-4d6b-8300-7bac216759bf", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}], "revision_number": 4, "project_id": "9f6c1a272706419c9a74b0893b2890e8", "id": "d6739716-c693-460c-89c6-e7c8c48f8245", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "created_at": "2018-08-12T05:34:54Z", "updated_at": "2018-08-12T05:34:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "0633a05a-ee7d-4476-a56b-75d011b22f77", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "6cc1b9f8-73db-47a3-a0e0-3c96c43f34da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "90d99a6b-e94f-4fd8-a10c-f19dd8954c13", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "e843c139-af2a-4d2c-a24f-59f7b10ff72e", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}], "revision_number": 4, "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "created_at": "2018-08-12T05:09:07Z", "updated_at": "2018-08-12T05:09:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "5495e168-f505-4d74-ae6d-387f0bf533c2", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "6fd19b8b-3062-456e-81ba-3ff37fe43429", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8ca59d25-485c-46ce-939c-2e4a468caeac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8f190846-50a0-42b9-b571-390809b752b1", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}], "revision_number": 4, "project_id": "fa9ca6d7608b4d7d87ce97331679a481", "id": "edcd9b17-9416-4c25-823c-060c435e18d7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "created_at": "2018-08-12T05:34:52Z", "updated_at": "2018-08-12T05:34:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "2c7e484e-6ec5-4a95-8c9c-66d294c0c27e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "70c74258-3c2c-4efc-87e0-079c26ee3417", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "b70382fa-082e-4c2b-abc8-87490fa50b11", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "c3628e02-b4b6-42c9-8751-c1a2d3c19caa", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}], "revision_number": 4, "project_id": "87db863ba6e348b0a5ddcb67053db9d1", "id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "name": "default"}]} 2018-08-12 08:20:05,039 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-d32fffef-bff1-422c-8358-22928ba9fbf2 2018-08-12 08:20:05,047 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c18b221b40fc83a9a21a706cf4de82747f6b4ae" 2018-08-12 08:20:05,133 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:20:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-06d55776-f352-48bc-986d-559a1258cfbe Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 5fe28c13d4d74ba2be8d019ac1ea6363.", "code": 404, "title": "Not Found"}} 2018-08-12 08:20:05,134 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 used request id req-06d55776-f352-48bc-986d-559a1258cfbe 2018-08-12 08:20:05,134 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:20:05,137 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c18b221b40fc83a9a21a706cf4de82747f6b4ae" 2018-08-12 08:20:05,230 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:20:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e003e40a-c215-4b6c-a6ee-cc684d11e507 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa5a7fe6ee54472ba01638877aade8e3.", "code": 404, "title": "Not Found"}} 2018-08-12 08:20:05,230 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 used request id req-e003e40a-c215-4b6c-a6ee-cc684d11e507 2018-08-12 08:20:05,230 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:20:05,234 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c18b221b40fc83a9a21a706cf4de82747f6b4ae" 2018-08-12 08:20:05,318 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:20:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9a5193e3-b0aa-482f-b93d-9cb0cc84e502 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ea65becf30e54b27aa96a449698a435e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:20:05,318 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e used request id req-9a5193e3-b0aa-482f-b93d-9cb0cc84e502 2018-08-12 08:20:05,318 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:20:05,322 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c18b221b40fc83a9a21a706cf4de82747f6b4ae" 2018-08-12 08:20:05,413 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:20:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-19fb2fca-3b11-4397-aa9e-40d276b8d0c9 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ff7abd7bb61f4f2889831e932d65dc2e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:20:05,413 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e used request id req-19fb2fca-3b11-4397-aa9e-40d276b8d0c9 2018-08-12 08:20:05,413 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:20:05,417 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c18b221b40fc83a9a21a706cf4de82747f6b4ae" 2018-08-12 08:20:05,510 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:20:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-348758ca-2542-41a9-8d58-58bdf9fed772 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3a85ceae958d4d9fba68847e7df67db8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:20:05,510 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 used request id req-348758ca-2542-41a9-8d58-58bdf9fed772 2018-08-12 08:20:05,511 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:20:05,514 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c18b221b40fc83a9a21a706cf4de82747f6b4ae" 2018-08-12 08:20:05,603 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:20:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8ea74553-7ad3-44fb-86e4-2568e7f8d588 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 85517fcf1c6247e699fdcdd42ecc8c79.", "code": 404, "title": "Not Found"}} 2018-08-12 08:20:05,603 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 used request id req-8ea74553-7ad3-44fb-86e4-2568e7f8d588 2018-08-12 08:20:05,603 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:20:05,607 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c18b221b40fc83a9a21a706cf4de82747f6b4ae" 2018-08-12 08:20:05,705 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:20:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fff01802-71f9-4cf6-a886-67b1effbfd62 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}} 2018-08-12 08:20:05,705 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe used request id req-fff01802-71f9-4cf6-a886-67b1effbfd62 2018-08-12 08:20:05,710 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c18b221b40fc83a9a21a706cf4de82747f6b4ae" 2018-08-12 08:20:05,805 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:20:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-933d8088-76b4-4752-aebf-c62b316fa388 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 315a428116f24d9fbb826b37080a918e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:20:05,805 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e used request id req-933d8088-76b4-4752-aebf-c62b316fa388 2018-08-12 08:20:05,805 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:20:05,809 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c18b221b40fc83a9a21a706cf4de82747f6b4ae" 2018-08-12 08:20:05,893 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:20:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fde5d903-bfe9-4d09-8ca8-814f42a8d126 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 11a46741b7954b959fd7764109c047b6.", "code": 404, "title": "Not Found"}} 2018-08-12 08:20:05,893 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 used request id req-fde5d903-bfe9-4d09-8ca8-814f42a8d126 2018-08-12 08:20:05,894 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:20:05,897 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c18b221b40fc83a9a21a706cf4de82747f6b4ae" 2018-08-12 08:20:05,987 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:20:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1c286e07-695d-4205-8eee-12b0bc19d957 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3c01cd58055c44ecaef39f7e625c2258.", "code": 404, "title": "Not Found"}} 2018-08-12 08:20:05,987 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 used request id req-1c286e07-695d-4205-8eee-12b0bc19d957 2018-08-12 08:20:05,987 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:20:05,991 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c18b221b40fc83a9a21a706cf4de82747f6b4ae" 2018-08-12 08:20:06,091 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:20:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-daef382e-7072-407a-ab6e-b430c98e5cd9 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 521007c1818145639e93ceb270559219.", "code": 404, "title": "Not Found"}} 2018-08-12 08:20:06,091 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 used request id req-daef382e-7072-407a-ab6e-b430c98e5cd9 2018-08-12 08:20:06,091 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:20:06,095 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c18b221b40fc83a9a21a706cf4de82747f6b4ae" 2018-08-12 08:20:06,180 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:20:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2936334e-4a46-46cc-a421-e2b6c5028a8e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e18fcc7fc10a4fd0b20234f8520d0aab.", "code": 404, "title": "Not Found"}} 2018-08-12 08:20:06,180 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab used request id req-2936334e-4a46-46cc-a421-e2b6c5028a8e 2018-08-12 08:20:06,180 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:20:06,184 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c18b221b40fc83a9a21a706cf4de82747f6b4ae" 2018-08-12 08:20:06,278 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:20:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-50eb1745-c47a-4047-b571-e0ecffa6e79b Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "310f5853751a4c968f3eeb0a3d99a0a8", "name": "service"}} 2018-08-12 08:20:06,279 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 used request id req-50eb1745-c47a-4047-b571-e0ecffa6e79b 2018-08-12 08:20:06,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c18b221b40fc83a9a21a706cf4de82747f6b4ae" 2018-08-12 08:20:06,366 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:20:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-18193890-c565-4d7c-92bb-903c0bf7ffa3 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9f6c1a272706419c9a74b0893b2890e8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:20:06,366 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 used request id req-18193890-c565-4d7c-92bb-903c0bf7ffa3 2018-08-12 08:20:06,366 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:20:06,370 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/34cb7327fcfc4b52a63b4b8c0ea4a54d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c18b221b40fc83a9a21a706cf4de82747f6b4ae" 2018-08-12 08:20:06,458 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:20:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a97bf5ad-2a0c-4fa3-9c3e-c5564686a19a Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 34cb7327fcfc4b52a63b4b8c0ea4a54d.", "code": 404, "title": "Not Found"}} 2018-08-12 08:20:06,459 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/34cb7327fcfc4b52a63b4b8c0ea4a54d used request id req-a97bf5ad-2a0c-4fa3-9c3e-c5564686a19a 2018-08-12 08:20:06,459 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:20:06,462 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa9ca6d7608b4d7d87ce97331679a481 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c18b221b40fc83a9a21a706cf4de82747f6b4ae" 2018-08-12 08:20:06,553 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:20:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-148963a7-c2cd-4b84-b88d-cc613023f340 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa9ca6d7608b4d7d87ce97331679a481.", "code": 404, "title": "Not Found"}} 2018-08-12 08:20:06,553 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa9ca6d7608b4d7d87ce97331679a481 used request id req-148963a7-c2cd-4b84-b88d-cc613023f340 2018-08-12 08:20:06,553 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:20:06,556 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/87db863ba6e348b0a5ddcb67053db9d1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c18b221b40fc83a9a21a706cf4de82747f6b4ae" 2018-08-12 08:20:06,647 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:20:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f7d07463-8e7f-4fd9-8ba9-cea3446788a7 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87db863ba6e348b0a5ddcb67053db9d1.", "code": 404, "title": "Not Found"}} 2018-08-12 08:20:06,647 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/87db863ba6e348b0a5ddcb67053db9d1 used request id req-f7d07463-8e7f-4fd9-8ba9-cea3446788a7 2018-08-12 08:20:06,648 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:20:06,649 - keystone_utils - INFO - Deleting project with name - CreateVolumeWithImageTests-cdffa9d8-53a5-404-proj 2018-08-12 08:20:06,652 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/9e0d1aec4eff486681cb4b053ede1fb4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c18b221b40fc83a9a21a706cf4de82747f6b4ae" 2018-08-12 08:20:06,870 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:20:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d5539bbc-3c0c-4878-bb8e-cfdf33aece39 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 08:20:06,870 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/9e0d1aec4eff486681cb4b053ede1fb4 used request id req-d5539bbc-3c0c-4878-bb8e-cfdf33aece39 2018-08-12 08:20:06,870 - keystone_utils - INFO - Deleting role with name - CreateVolumeWithImageTests-cdffa9d8-53a5-404-proj-role 2018-08-12 08:20:06,873 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/83d2f54080d24ded90bf5e5c6d8deb76 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c18b221b40fc83a9a21a706cf4de82747f6b4ae" 2018-08-12 08:20:07,019 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:20:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4944f985-8ab3-400b-b11c-2c8c237aa5e4 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 08:20:07,019 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/83d2f54080d24ded90bf5e5c6d8deb76 used request id req-4944f985-8ab3-400b-b11c-2c8c237aa5e4 2018-08-12 08:20:07,023 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c18b221b40fc83a9a21a706cf4de82747f6b4ae" 2018-08-12 08:20:07,121 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:20:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a694314d-f116-453b-9c61-fe1331b9ea98 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:20:07,122 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-a694314d-f116-453b-9c61-fe1331b9ea98 2018-08-12 08:20:07,122 - keystone_utils - INFO - Deleting user with name - CreateVolumeWithImageTests-cdffa9d8-53a5-404-user 2018-08-12 08:20:07,126 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/1fd6627fef054a7480f71d1b5956965a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cf00f2976943ac53b16af18ace44a18ffe28b41" 2018-08-12 08:20:07,302 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:20:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-937371ef-1728-495b-a6db-b17d5f0e6421 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 08:20:07,302 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/1fd6627fef054a7480f71d1b5956965a used request id req-937371ef-1728-495b-a6db-b17d5f0e6421 2018-08-12 08:20:07,303 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:20:07,783 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:20:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["6Xxp-Yt3QOahzo6gXaEYNQ"], "issued_at": "2018-08-12T08:20:07.000000Z"}} 2018-08-12 08:20:07,784 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}4c25b0f46e7b8ddbca8641cb8100ba7980d69d7d" 2018-08-12 08:20:07,874 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:20:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-921ea9d9-efd3-4cbf-82a1-9748a1e45348 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:20:07,874 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-921ea9d9-efd3-4cbf-82a1-9748a1e45348 2018-08-12 08:20:07,876 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:20:07,877 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:20:08,269 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:20:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["y7CwK5oKSBivloEo4jJXGA"], "issued_at": "2018-08-12T08:20:08.000000Z"}} 2018-08-12 08:20:08,270 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}f84ef8ddff564744cec1055459800b2daaa041f9" 2018-08-12 08:20:08,361 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:20:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-de5b8307-d1de-4927-b247-b4b9ff7fabee Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:20:08,361 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-de5b8307-d1de-4927-b247-b4b9ff7fabee 2018-08-12 08:20:08,366 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:20:08,371 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:20:08 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:20:08,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithImageTests-a7fa05e8-b585-437-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f84ef8ddff564744cec1055459800b2daaa041f9" 2018-08-12 08:20:08,471 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:20:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-749c8757-2f33-49e3-892c-6544ec14b9fe Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithImageTests-a7fa05e8-b585-437-proj", "previous": null, "next": null}, "projects": []} 2018-08-12 08:20:08,471 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithImageTests-a7fa05e8-b585-437-proj used request id req-749c8757-2f33-49e3-892c-6544ec14b9fe 2018-08-12 08:20:08,474 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f84ef8ddff564744cec1055459800b2daaa041f9" 2018-08-12 08:20:08,572 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:20:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-db70383d-8a91-4d12-9264-bc639fce6a18 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:20:08,573 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-db70383d-8a91-4d12-9264-bc639fce6a18 2018-08-12 08:20:08,576 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f84ef8ddff564744cec1055459800b2daaa041f9" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateVolumeWithImageTests-a7fa05e8-b585-437-proj"}}' 2018-08-12 08:20:08,708 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:20:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0996a7b9-bfcd-4974-a464-f207777dd953 Content-Length: 323 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/24fc12b73b9345819fa296dcce8d85d1"}, "tags": [], "enabled": true, "id": "24fc12b73b9345819fa296dcce8d85d1", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeWithImageTests-a7fa05e8-b585-437-proj"}} 2018-08-12 08:20:08,708 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-0996a7b9-bfcd-4974-a464-f207777dd953 2018-08-12 08:20:08,709 - keystone_utils - INFO - Created project with name - CreateVolumeWithImageTests-a7fa05e8-b585-437-proj 2018-08-12 08:20:08,709 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:20:08,710 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:20:09,101 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:20:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["eqLcDPzsTDOQ6ZjcUJ-8nQ"], "issued_at": "2018-08-12T08:20:09.000000Z"}} 2018-08-12 08:20:09,101 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}4864c3887e751d6ba7a34a1e86b0a5e8449d0012" 2018-08-12 08:20:09,193 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:20:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a68b53bb-a341-4428-8171-c4d7656ff6d9 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:20:09,193 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-a68b53bb-a341-4428-8171-c4d7656ff6d9 2018-08-12 08:20:09,197 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:20:09,202 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:20:09 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:20:09,203 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4864c3887e751d6ba7a34a1e86b0a5e8449d0012" 2018-08-12 08:20:09,239 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:20:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-679dfd64-8e0b-4540-823b-c88763f3152d Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/105a247548624314b9228f85f6325f0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105a247548624314b9228f85f6325f0b", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/1c5de0eaa44543f08da6ad63a51594ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c5de0eaa44543f08da6ad63a51594ff", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/1d127b5b832547a88a547c116dfdd65b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d127b5b832547a88a547c116dfdd65b", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/1d5cfc170d624ce4ae53ae0507c8d517"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d5cfc170d624ce4ae53ae0507c8d517", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/2421820b75eb4d3ebd02830378d1377b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2421820b75eb4d3ebd02830378d1377b", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/40bd8ee54ecf44868cc83cede652c396"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40bd8ee54ecf44868cc83cede652c396", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/4f32fb8153854c4c9f5094b42b523f80"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f32fb8153854c4c9f5094b42b523f80", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7066130d08fb4db7bf4ab468de53933b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7066130d08fb4db7bf4ab468de53933b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/8d0898a83bcf4521bbc11501d5d7ac89"}, "domain_id": "1eec97585bde483292ece28ee11f4b8d", "enabled": true, "options": {}, "id": "8d0898a83bcf4521bbc11501d5d7ac89", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/9defcced327d476f8a3beab718a13da3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9defcced327d476f8a3beab718a13da3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/b80ee4f6992446e0879624dd436e99a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b80ee4f6992446e0879624dd436e99a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b86fd3e011324d398fcdb6f095a20a9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b86fd3e011324d398fcdb6f095a20a9d", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1701d2754064b5cadf765ea0806f9b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1701d2754064b5cadf765ea0806f9b2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/db4e7b8d76d549faa502716565c733dd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db4e7b8d76d549faa502716565c733dd", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-12 08:20:09,239 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-679dfd64-8e0b-4540-823b-c88763f3152d 2018-08-12 08:20:09,242 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateVolumeWithImageTests-a7fa05e8-b585-437-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4864c3887e751d6ba7a34a1e86b0a5e8449d0012" 2018-08-12 08:20:09,337 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:20:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d35c15fe-7c89-46c9-8657-ba8a56f17411 Content-Encoding: gzip Content-Length: 263 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateVolumeWithImageTests-a7fa05e8-b585-437-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/24fc12b73b9345819fa296dcce8d85d1"}, "tags": [], "enabled": true, "id": "24fc12b73b9345819fa296dcce8d85d1", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeWithImageTests-a7fa05e8-b585-437-proj"}]} 2018-08-12 08:20:09,337 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateVolumeWithImageTests-a7fa05e8-b585-437-proj used request id req-d35c15fe-7c89-46c9-8657-ba8a56f17411 2018-08-12 08:20:09,341 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4864c3887e751d6ba7a34a1e86b0a5e8449d0012" 2018-08-12 08:20:09,437 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:20:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6eff40c9-f1f2-4cd2-a7a3-c61a85895b46 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:20:09,437 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-6eff40c9-f1f2-4cd2-a7a3-c61a85895b46 2018-08-12 08:20:09,804 - keystone_utils - INFO - Created user with name - CreateVolumeWithImageTests-a7fa05e8-b585-437-user 2018-08-12 08:20:09,804 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:20:09,808 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f84ef8ddff564744cec1055459800b2daaa041f9" 2018-08-12 08:20:09,991 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:20:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5ec166b9-70b9-4e25-8628-7b6c24565ae3 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:20:09,992 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-5ec166b9-70b9-4e25-8628-7b6c24565ae3 2018-08-12 08:20:09,995 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f84ef8ddff564744cec1055459800b2daaa041f9" -d '{"role": {"name": "CreateVolumeWithImageTests-a7fa05e8-b585-437-proj-role"}}' 2018-08-12 08:20:10,109 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:20:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c698381f-aa30-4014-accc-baab39c97500 Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "fdef4f77a28a4fdea63dc846f2d3cab0", "links": {"self": "http://172.30.9.21:5000/v3/roles/fdef4f77a28a4fdea63dc846f2d3cab0"}, "name": "CreateVolumeWithImageTests-a7fa05e8-b585-437-proj-role"}} 2018-08-12 08:20:10,110 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-c698381f-aa30-4014-accc-baab39c97500 2018-08-12 08:20:10,110 - keystone_utils - INFO - Created role with name - CreateVolumeWithImageTests-a7fa05e8-b585-437-proj-role 2018-08-12 08:20:10,113 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/fdef4f77a28a4fdea63dc846f2d3cab0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f84ef8ddff564744cec1055459800b2daaa041f9" 2018-08-12 08:20:10,283 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:20:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-518f58a9-9515-46b0-a852-314f531d1b68 Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "fdef4f77a28a4fdea63dc846f2d3cab0", "links": {"self": "http://172.30.9.21:5000/v3/roles/fdef4f77a28a4fdea63dc846f2d3cab0"}, "name": "CreateVolumeWithImageTests-a7fa05e8-b585-437-proj-role"}} 2018-08-12 08:20:10,283 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/fdef4f77a28a4fdea63dc846f2d3cab0 used request id req-518f58a9-9515-46b0-a852-314f531d1b68 2018-08-12 08:20:10,284 - keystone_utils - INFO - Granting role CreateVolumeWithImageTests-a7fa05e8-b585-437-proj-role to project CreateVolumeWithImageTests-a7fa05e8-b585-437-proj 2018-08-12 08:20:10,287 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/24fc12b73b9345819fa296dcce8d85d1/users/941b49723ef7427aad9259dc163cc53b/roles/fdef4f77a28a4fdea63dc846f2d3cab0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f84ef8ddff564744cec1055459800b2daaa041f9" 2018-08-12 08:20:10,424 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:20:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-44e67ce4-9c14-4bae-b2ed-dfcc413265fe 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 08:20:10,424 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/24fc12b73b9345819fa296dcce8d85d1/users/941b49723ef7427aad9259dc163cc53b/roles/fdef4f77a28a4fdea63dc846f2d3cab0 used request id req-44e67ce4-9c14-4bae-b2ed-dfcc413265fe 2018-08-12 08:20:10,426 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-08-12 08:20:10,427 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:20:10,427 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:20:10,825 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fdef4f77a28a4fdea63dc846f2d3cab0", "name": "CreateVolumeWithImageTests-a7fa05e8-b585-437-proj-role"}], "expires_at": "2018-08-12T09:20:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "24fc12b73b9345819fa296dcce8d85d1", "name": "CreateVolumeWithImageTests-a7fa05e8-b585-437-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/24fc12b73b9345819fa296dcce8d85d1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/24fc12b73b9345819fa296dcce8d85d1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/24fc12b73b9345819fa296dcce8d85d1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_24fc12b73b9345819fa296dcce8d85d1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_24fc12b73b9345819fa296dcce8d85d1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/24fc12b73b9345819fa296dcce8d85d1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/24fc12b73b9345819fa296dcce8d85d1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/24fc12b73b9345819fa296dcce8d85d1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/24fc12b73b9345819fa296dcce8d85d1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/24fc12b73b9345819fa296dcce8d85d1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/24fc12b73b9345819fa296dcce8d85d1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/24fc12b73b9345819fa296dcce8d85d1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/24fc12b73b9345819fa296dcce8d85d1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/24fc12b73b9345819fa296dcce8d85d1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateVolumeWithImageTests-a7fa05e8-b585-437-user", "id": "941b49723ef7427aad9259dc163cc53b"}, "audit_ids": ["KPPRbVbRRHqniSDF-nptPA"], "issued_at": "2018-08-12T08:20:10.000000Z"}} 2018-08-12 08:20:10,826 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}3f53933ca1ee1e054917e008f7c480f382272602" 2018-08-12 08:20:10,912 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:20:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-88c38790-4715-43fb-aaff-e324b06b54a2 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:20:10,912 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-88c38790-4715-43fb-aaff-e324b06b54a2 2018-08-12 08:20:10,917 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateVolumeWithImageTests-fc55866f-831c-4c93-8ad4-68e928a15e74-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3f53933ca1ee1e054917e008f7c480f382272602" 2018-08-12 08:20:11,126 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 171 Content-Type: application/json X-Openstack-Request-Id: req-0653cf97-93bf-4e62-93bf-429a88d1ede4 Date: Sun, 12 Aug 2018 08:20:11 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateVolumeWithImageTests-fc55866f-831c-4c93-8ad4-68e928a15e74-image"} 2018-08-12 08:20:11,126 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateVolumeWithImageTests-fc55866f-831c-4c93-8ad4-68e928a15e74-image used request id req-0653cf97-93bf-4e62-93bf-429a88d1ede4 2018-08-12 08:20:11,129 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3f53933ca1ee1e054917e008f7c480f382272602" 2018-08-12 08:20:11,286 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-f6240644-54a7-4f59-8d13-c5fc420bad8b Date: Sun, 12 Aug 2018 08:20:11 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"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}, "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}, "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"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "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"}, "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"}, "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}, "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}, "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"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "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}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-12 08:20:11,286 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-f6240644-54a7-4f59-8d13-c5fc420bad8b 2018-08-12 08:20:11,315 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3f53933ca1ee1e054917e008f7c480f382272602" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateVolumeWithImageTests-fc55866f-831c-4c93-8ad4-68e928a15e74-image"}' 2018-08-12 08:20:11,543 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 630 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/b2b4eea8-eda3-4436-b29b-63502de9e029 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-2f7793be-af86-4800-a561-9894c7852b0b Date: Sun, 12 Aug 2018 08:20:11 GMT RESP BODY: {"status": "queued", "name": "CreateVolumeWithImageTests-fc55866f-831c-4c93-8ad4-68e928a15e74-image", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:20:11Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-08-12T08:20:11Z", "visibility": "shared", "locations": [], "self": "/v2/images/b2b4eea8-eda3-4436-b29b-63502de9e029", "min_disk": 0, "protected": false, "id": "b2b4eea8-eda3-4436-b29b-63502de9e029", "file": "/v2/images/b2b4eea8-eda3-4436-b29b-63502de9e029/file", "checksum": null, "owner": "24fc12b73b9345819fa296dcce8d85d1", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-12 08:20:11,544 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-2f7793be-af86-4800-a561-9894c7852b0b 2018-08-12 08:20:11,554 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/b2b4eea8-eda3-4436-b29b-63502de9e029/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3f53933ca1ee1e054917e008f7c480f382272602" -d '' 2018-08-12 08:20:12,164 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-1828bbbd-ef47-4be7-b4b1-009e86c09f3c Date: Sun, 12 Aug 2018 08:20: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 08:20:12,164 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/b2b4eea8-eda3-4436-b29b-63502de9e029/file used request id req-1828bbbd-ef47-4be7-b4b1-009e86c09f3c 2018-08-12 08:20:12,165 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-12 08:20:12,168 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/b2b4eea8-eda3-4436-b29b-63502de9e029 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3f53933ca1ee1e054917e008f7c480f382272602" 2018-08-12 08:20:12,184 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-83d507fb-14d7-4363-8d27-e164bdacd09b Date: Sun, 12 Aug 2018 08:20:12 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateVolumeWithImageTests-fc55866f-831c-4c93-8ad4-68e928a15e74-image", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:20:11Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-12T08:20:12Z", "visibility": "shared", "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/b2b4eea8-eda3-4436-b29b-63502de9e029/snap", "metadata": {}}], "self": "/v2/images/b2b4eea8-eda3-4436-b29b-63502de9e029", "min_disk": 0, "protected": false, "id": "b2b4eea8-eda3-4436-b29b-63502de9e029", "file": "/v2/images/b2b4eea8-eda3-4436-b29b-63502de9e029/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "24fc12b73b9345819fa296dcce8d85d1", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/b2b4eea8-eda3-4436-b29b-63502de9e029/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-12 08:20:12,185 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/b2b4eea8-eda3-4436-b29b-63502de9e029 used request id req-83d507fb-14d7-4363-8d27-e164bdacd09b 2018-08-12 08:20:12,187 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3f53933ca1ee1e054917e008f7c480f382272602" 2018-08-12 08:20:12,356 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-b062faed-0528-4000-b47f-ad2cdfd5a781 Date: Sun, 12 Aug 2018 08:20:12 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"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}, "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}, "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"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "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"}, "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"}, "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}, "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}, "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"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "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}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-12 08:20:12,356 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-b062faed-0528-4000-b47f-ad2cdfd5a781 2018-08-12 08:20:12,359 - create_image - INFO - Created image with name - CreateVolumeWithImageTests-fc55866f-831c-4c93-8ad4-68e928a15e74-image 2018-08-12 08:20:12,362 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/b2b4eea8-eda3-4436-b29b-63502de9e029 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3f53933ca1ee1e054917e008f7c480f382272602" 2018-08-12 08:20:12,556 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-0b5f6000-89d0-4ef2-86d5-f99d82ca8bad Date: Sun, 12 Aug 2018 08:20:12 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateVolumeWithImageTests-fc55866f-831c-4c93-8ad4-68e928a15e74-image", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:20:11Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-12T08:20:12Z", "visibility": "shared", "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/b2b4eea8-eda3-4436-b29b-63502de9e029/snap", "metadata": {}}], "self": "/v2/images/b2b4eea8-eda3-4436-b29b-63502de9e029", "min_disk": 0, "protected": false, "id": "b2b4eea8-eda3-4436-b29b-63502de9e029", "file": "/v2/images/b2b4eea8-eda3-4436-b29b-63502de9e029/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "24fc12b73b9345819fa296dcce8d85d1", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/b2b4eea8-eda3-4436-b29b-63502de9e029/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-12 08:20:12,556 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/b2b4eea8-eda3-4436-b29b-63502de9e029 used request id req-0b5f6000-89d0-4ef2-86d5-f99d82ca8bad 2018-08-12 08:20:12,557 - create_image - DEBUG - Instance status is - active 2018-08-12 08:20:12,557 - create_image - DEBUG - Image is active with name - CreateVolumeWithImageTests-fc55866f-831c-4c93-8ad4-68e928a15e74-image 2018-08-12 08:20:12,557 - create_image - INFO - Image is now active with name - CreateVolumeWithImageTests-fc55866f-831c-4c93-8ad4-68e928a15e74-image 2018-08-12 08:20:12,557 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:20:12,558 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:20:12,952 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fdef4f77a28a4fdea63dc846f2d3cab0", "name": "CreateVolumeWithImageTests-a7fa05e8-b585-437-proj-role"}], "expires_at": "2018-08-12T09:20:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "24fc12b73b9345819fa296dcce8d85d1", "name": "CreateVolumeWithImageTests-a7fa05e8-b585-437-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/24fc12b73b9345819fa296dcce8d85d1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/24fc12b73b9345819fa296dcce8d85d1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/24fc12b73b9345819fa296dcce8d85d1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_24fc12b73b9345819fa296dcce8d85d1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_24fc12b73b9345819fa296dcce8d85d1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/24fc12b73b9345819fa296dcce8d85d1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/24fc12b73b9345819fa296dcce8d85d1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/24fc12b73b9345819fa296dcce8d85d1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/24fc12b73b9345819fa296dcce8d85d1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/24fc12b73b9345819fa296dcce8d85d1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/24fc12b73b9345819fa296dcce8d85d1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/24fc12b73b9345819fa296dcce8d85d1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/24fc12b73b9345819fa296dcce8d85d1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/24fc12b73b9345819fa296dcce8d85d1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateVolumeWithImageTests-a7fa05e8-b585-437-user", "id": "941b49723ef7427aad9259dc163cc53b"}, "audit_ids": ["wSpMQaCJRMupX_9j65dhBg"], "issued_at": "2018-08-12T08:20:12.000000Z"}} 2018-08-12 08:20:12,952 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}3948e9ebafc691676f48db1c50300223caf46b2b" 2018-08-12 08:20:13,040 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:20:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-45ebed64-4075-4e17-92b8-0e8f55b66f6d Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:20:13,040 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-45ebed64-4075-4e17-92b8-0e8f55b66f6d 2018-08-12 08:20:13,046 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/24fc12b73b9345819fa296dcce8d85d1/volumes/detail -H "OpenStack-API-Version: volume 3.5" -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3948e9ebafc691676f48db1c50300223caf46b2b" 2018-08-12 08:20:13,263 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:20:13 GMT Server: Apache x-compute-request-id: req-dca814c1-e974-414d-ad7c-c8d899cd3d94 OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version x-openstack-request-id: req-dca814c1-e974-414d-ad7c-c8d899cd3d94 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-08-12 08:20:13,263 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/24fc12b73b9345819fa296dcce8d85d1/volumes/detail used request id req-dca814c1-e974-414d-ad7c-c8d899cd3d94 2018-08-12 08:20:13,267 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8776/v3/24fc12b73b9345819fa296dcce8d85d1/volumes -H "Accept: application/json" -H "User-Agent: python-cinderclient" -H "OpenStack-API-Version: volume 3.5" -H "X-Auth-Token: {SHA1}3948e9ebafc691676f48db1c50300223caf46b2b" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-dca814c1-e974-414d-ad7c-c8d899cd3d94" -d '{"volume": {"status": "creating", "backup_id": null, "user_id": null, "name": "CreateVolumeWithImageTests-fc55866f-831c-4c93-8ad4-68e928a15e74-vol", "imageRef": "CreateVolumeWithImageTests-fc55866f-831c-4c93-8ad4-68e928a15e74-image", "availability_zone": null, "description": null, "multiattach": false, "attach_status": "detached", "volume_type": null, "metadata": {}, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "project_id": null, "source_replica": null, "size": 1}}' 2018-08-12 08:20:15,319 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 08:20:13 GMT Server: Apache x-compute-request-id: req-52c46c16-33c0-4822-bad0-6e5eca4b91c0 OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version x-openstack-request-id: req-52c46c16-33c0-4822-bad0-6e5eca4b91c0 Content-Length: 828 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "941b49723ef7427aad9259dc163cc53b", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/24fc12b73b9345819fa296dcce8d85d1/volumes/62e7c26f-a2ef-4503-b40e-5e8279a48638", "rel": "self"}, {"href": "http://172.30.9.21:8776/24fc12b73b9345819fa296dcce8d85d1/volumes/62e7c26f-a2ef-4503-b40e-5e8279a48638", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-12T08:20:15.000000", "description": null, "updated_at": null, "volume_type": null, "name": "CreateVolumeWithImageTests-fc55866f-831c-4c93-8ad4-68e928a15e74-vol", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "62e7c26f-a2ef-4503-b40e-5e8279a48638", "size": 1}} 2018-08-12 08:20:15,320 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/24fc12b73b9345819fa296dcce8d85d1/volumes used request id req-52c46c16-33c0-4822-bad0-6e5eca4b91c0 2018-08-12 08:20:15,323 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/24fc12b73b9345819fa296dcce8d85d1/volumes/62e7c26f-a2ef-4503-b40e-5e8279a48638 -H "OpenStack-API-Version: volume 3.5" -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-dca814c1-e974-414d-ad7c-c8d899cd3d94" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3948e9ebafc691676f48db1c50300223caf46b2b" 2018-08-12 08:20:15,535 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:20:15 GMT Server: Apache x-compute-request-id: req-2d2cfa18-10c9-41c5-9040-d17839b5ab7f OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-2d2cfa18-10c9-41c5-9040-d17839b5ab7f Content-Encoding: gzip Content-Length: 463 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "941b49723ef7427aad9259dc163cc53b", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/24fc12b73b9345819fa296dcce8d85d1/volumes/62e7c26f-a2ef-4503-b40e-5e8279a48638", "rel": "self"}, {"href": "http://172.30.9.21:8776/24fc12b73b9345819fa296dcce8d85d1/volumes/62e7c26f-a2ef-4503-b40e-5e8279a48638", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-12T08:20:15.000000", "description": null, "os-vol-tenant-attr:tenant_id": "24fc12b73b9345819fa296dcce8d85d1", "updated_at": "2018-08-12T08:20:15.000000", "volume_type": null, "name": "CreateVolumeWithImageTests-fc55866f-831c-4c93-8ad4-68e928a15e74-vol", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "62e7c26f-a2ef-4503-b40e-5e8279a48638", "size": 1}} 2018-08-12 08:20:15,536 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/24fc12b73b9345819fa296dcce8d85d1/volumes/62e7c26f-a2ef-4503-b40e-5e8279a48638 used request id req-2d2cfa18-10c9-41c5-9040-d17839b5ab7f 2018-08-12 08:20:15,536 - create_volume - INFO - Created volume with name - CreateVolumeWithImageTests-fc55866f-831c-4c93-8ad4-68e928a15e74-vol 2018-08-12 08:20:15,539 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/24fc12b73b9345819fa296dcce8d85d1/volumes/62e7c26f-a2ef-4503-b40e-5e8279a48638 -H "OpenStack-API-Version: volume 3.5" -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-dca814c1-e974-414d-ad7c-c8d899cd3d94" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3948e9ebafc691676f48db1c50300223caf46b2b" 2018-08-12 08:20:15,762 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:20:15 GMT Server: Apache x-compute-request-id: req-1f44ff42-7482-4593-b26c-042c7659fb23 OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-1f44ff42-7482-4593-b26c-042c7659fb23 Content-Encoding: gzip Content-Length: 463 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "941b49723ef7427aad9259dc163cc53b", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/24fc12b73b9345819fa296dcce8d85d1/volumes/62e7c26f-a2ef-4503-b40e-5e8279a48638", "rel": "self"}, {"href": "http://172.30.9.21:8776/24fc12b73b9345819fa296dcce8d85d1/volumes/62e7c26f-a2ef-4503-b40e-5e8279a48638", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-12T08:20:15.000000", "description": null, "os-vol-tenant-attr:tenant_id": "24fc12b73b9345819fa296dcce8d85d1", "updated_at": "2018-08-12T08:20:15.000000", "volume_type": null, "name": "CreateVolumeWithImageTests-fc55866f-831c-4c93-8ad4-68e928a15e74-vol", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "62e7c26f-a2ef-4503-b40e-5e8279a48638", "size": 1}} 2018-08-12 08:20:15,763 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/24fc12b73b9345819fa296dcce8d85d1/volumes/62e7c26f-a2ef-4503-b40e-5e8279a48638 used request id req-1f44ff42-7482-4593-b26c-042c7659fb23 2018-08-12 08:20:15,763 - create_volume - DEBUG - Instance status is - creating 2018-08-12 08:20:15,763 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-08-12 08:20:18,766 - create_volume - DEBUG - Volume status query timeout in 296.769868135 2018-08-12 08:20:18,769 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/24fc12b73b9345819fa296dcce8d85d1/volumes/62e7c26f-a2ef-4503-b40e-5e8279a48638 -H "OpenStack-API-Version: volume 3.5" -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-dca814c1-e974-414d-ad7c-c8d899cd3d94" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3948e9ebafc691676f48db1c50300223caf46b2b" 2018-08-12 08:20:18,989 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:20:18 GMT Server: Apache x-compute-request-id: req-b4d3e2c3-6166-4774-a269-43de1c93030a OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-b4d3e2c3-6166-4774-a269-43de1c93030a Content-Encoding: gzip Content-Length: 472 Content-Type: application/json RESP BODY: {"volume": {"status": "downloading", "user_id": "941b49723ef7427aad9259dc163cc53b", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/24fc12b73b9345819fa296dcce8d85d1/volumes/62e7c26f-a2ef-4503-b40e-5e8279a48638", "rel": "self"}, {"href": "http://172.30.9.21:8776/24fc12b73b9345819fa296dcce8d85d1/volumes/62e7c26f-a2ef-4503-b40e-5e8279a48638", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-12T08:20:15.000000", "description": null, "os-vol-tenant-attr:tenant_id": "24fc12b73b9345819fa296dcce8d85d1", "updated_at": "2018-08-12T08:20:17.000000", "volume_type": null, "name": "CreateVolumeWithImageTests-fc55866f-831c-4c93-8ad4-68e928a15e74-vol", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "62e7c26f-a2ef-4503-b40e-5e8279a48638", "size": 1}} 2018-08-12 08:20:18,990 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/24fc12b73b9345819fa296dcce8d85d1/volumes/62e7c26f-a2ef-4503-b40e-5e8279a48638 used request id req-b4d3e2c3-6166-4774-a269-43de1c93030a 2018-08-12 08:20:18,990 - create_volume - DEBUG - Instance status is - downloading 2018-08-12 08:20:18,990 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-08-12 08:20:21,993 - create_volume - DEBUG - Volume status query timeout in 293.542822123 2018-08-12 08:20:21,996 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/24fc12b73b9345819fa296dcce8d85d1/volumes/62e7c26f-a2ef-4503-b40e-5e8279a48638 -H "OpenStack-API-Version: volume 3.5" -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-dca814c1-e974-414d-ad7c-c8d899cd3d94" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3948e9ebafc691676f48db1c50300223caf46b2b" 2018-08-12 08:20:22,241 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:20:22 GMT Server: Apache x-compute-request-id: req-bb56f71a-9b34-4dfd-b5a0-5fd1531d29b0 OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-bb56f71a-9b34-4dfd-b5a0-5fd1531d29b0 Content-Encoding: gzip Content-Length: 598 Content-Type: application/json RESP BODY: {"volume": {"attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/24fc12b73b9345819fa296dcce8d85d1/volumes/62e7c26f-a2ef-4503-b40e-5e8279a48638", "rel": "self"}, {"href": "http://172.30.9.21:8776/24fc12b73b9345819fa296dcce8d85d1/volumes/62e7c26f-a2ef-4503-b40e-5e8279a48638", "rel": "bookmark"}], "availability_zone": "nova", "encrypted": false, "updated_at": "2018-08-12T08:20:19.000000", "replication_status": null, "snapshot_id": null, "id": "62e7c26f-a2ef-4503-b40e-5e8279a48638", "size": 1, "user_id": "941b49723ef7427aad9259dc163cc53b", "os-vol-tenant-attr:tenant_id": "24fc12b73b9345819fa296dcce8d85d1", "metadata": {}, "status": "available", "volume_image_metadata": {"checksum": "443b7623e27ecf03dc9e01ee93f67afe", "min_ram": "0", "disk_format": "qcow2", "image_name": "CreateVolumeWithImageTests-fc55866f-831c-4c93-8ad4-68e928a15e74-image", "image_id": "b2b4eea8-eda3-4436-b29b-63502de9e029", "container_format": "bare", "min_disk": "0", "size": "12716032"}, "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "name": "CreateVolumeWithImageTests-fc55866f-831c-4c93-8ad4-68e928a15e74-vol", "bootable": "true", "created_at": "2018-08-12T08:20:15.000000", "volume_type": null}} 2018-08-12 08:20:22,241 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/24fc12b73b9345819fa296dcce8d85d1/volumes/62e7c26f-a2ef-4503-b40e-5e8279a48638 used request id req-bb56f71a-9b34-4dfd-b5a0-5fd1531d29b0 2018-08-12 08:20:22,242 - create_volume - DEBUG - Instance status is - available 2018-08-12 08:20:22,242 - create_volume - DEBUG - Volume is active with name - CreateVolumeWithImageTests-fc55866f-831c-4c93-8ad4-68e928a15e74-vol 2018-08-12 08:20:22,242 - create_volume - INFO - Volume is now active with name - CreateVolumeWithImageTests-fc55866f-831c-4c93-8ad4-68e928a15e74-vol 2018-08-12 08:20:22,245 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/24fc12b73b9345819fa296dcce8d85d1/volumes/62e7c26f-a2ef-4503-b40e-5e8279a48638 -H "OpenStack-API-Version: volume 3.5" -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-dca814c1-e974-414d-ad7c-c8d899cd3d94" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3948e9ebafc691676f48db1c50300223caf46b2b" 2018-08-12 08:20:22,465 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:20:22 GMT Server: Apache x-compute-request-id: req-9adc9147-a7d6-4ef6-b842-72c5992a0c94 OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-9adc9147-a7d6-4ef6-b842-72c5992a0c94 Content-Encoding: gzip Content-Length: 598 Content-Type: application/json RESP BODY: {"volume": {"attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/24fc12b73b9345819fa296dcce8d85d1/volumes/62e7c26f-a2ef-4503-b40e-5e8279a48638", "rel": "self"}, {"href": "http://172.30.9.21:8776/24fc12b73b9345819fa296dcce8d85d1/volumes/62e7c26f-a2ef-4503-b40e-5e8279a48638", "rel": "bookmark"}], "availability_zone": "nova", "encrypted": false, "updated_at": "2018-08-12T08:20:19.000000", "replication_status": null, "snapshot_id": null, "id": "62e7c26f-a2ef-4503-b40e-5e8279a48638", "size": 1, "user_id": "941b49723ef7427aad9259dc163cc53b", "os-vol-tenant-attr:tenant_id": "24fc12b73b9345819fa296dcce8d85d1", "metadata": {}, "status": "available", "volume_image_metadata": {"checksum": "443b7623e27ecf03dc9e01ee93f67afe", "min_ram": "0", "disk_format": "qcow2", "image_name": "CreateVolumeWithImageTests-fc55866f-831c-4c93-8ad4-68e928a15e74-image", "image_id": "b2b4eea8-eda3-4436-b29b-63502de9e029", "container_format": "bare", "min_disk": "0", "size": "12716032"}, "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "name": "CreateVolumeWithImageTests-fc55866f-831c-4c93-8ad4-68e928a15e74-vol", "bootable": "true", "created_at": "2018-08-12T08:20:15.000000", "volume_type": null}} 2018-08-12 08:20:22,466 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/24fc12b73b9345819fa296dcce8d85d1/volumes/62e7c26f-a2ef-4503-b40e-5e8279a48638 used request id req-9adc9147-a7d6-4ef6-b842-72c5992a0c94 2018-08-12 08:20:22,466 - create_volume - DEBUG - Instance status is - available 2018-08-12 08:20:22,466 - create_volume - DEBUG - Volume is active with name - CreateVolumeWithImageTests-fc55866f-831c-4c93-8ad4-68e928a15e74-vol 2018-08-12 08:20:22,466 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:20:22,850 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fdef4f77a28a4fdea63dc846f2d3cab0", "name": "CreateVolumeWithImageTests-a7fa05e8-b585-437-proj-role"}], "expires_at": "2018-08-12T09:20:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "24fc12b73b9345819fa296dcce8d85d1", "name": "CreateVolumeWithImageTests-a7fa05e8-b585-437-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/24fc12b73b9345819fa296dcce8d85d1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/24fc12b73b9345819fa296dcce8d85d1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/24fc12b73b9345819fa296dcce8d85d1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_24fc12b73b9345819fa296dcce8d85d1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_24fc12b73b9345819fa296dcce8d85d1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/24fc12b73b9345819fa296dcce8d85d1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/24fc12b73b9345819fa296dcce8d85d1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/24fc12b73b9345819fa296dcce8d85d1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/24fc12b73b9345819fa296dcce8d85d1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/24fc12b73b9345819fa296dcce8d85d1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/24fc12b73b9345819fa296dcce8d85d1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/24fc12b73b9345819fa296dcce8d85d1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/24fc12b73b9345819fa296dcce8d85d1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/24fc12b73b9345819fa296dcce8d85d1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateVolumeWithImageTests-a7fa05e8-b585-437-user", "id": "941b49723ef7427aad9259dc163cc53b"}, "audit_ids": ["tZby_kSlSyuz2swVeQTt9w"], "issued_at": "2018-08-12T08:20:22.000000Z"}} 2018-08-12 08:20:22,853 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/24fc12b73b9345819fa296dcce8d85d1/volumes/62e7c26f-a2ef-4503-b40e-5e8279a48638 -H "OpenStack-API-Version: volume 3.5" -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66af39f9e53470bd780a179adc5346006da4f0b7" 2018-08-12 08:20:23,092 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:20:22 GMT Server: Apache x-compute-request-id: req-f8a05d73-e1d6-4cc4-b44c-7e0f11aa0b45 OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-f8a05d73-e1d6-4cc4-b44c-7e0f11aa0b45 Content-Encoding: gzip Content-Length: 598 Content-Type: application/json RESP BODY: {"volume": {"attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/24fc12b73b9345819fa296dcce8d85d1/volumes/62e7c26f-a2ef-4503-b40e-5e8279a48638", "rel": "self"}, {"href": "http://172.30.9.21:8776/24fc12b73b9345819fa296dcce8d85d1/volumes/62e7c26f-a2ef-4503-b40e-5e8279a48638", "rel": "bookmark"}], "availability_zone": "nova", "encrypted": false, "updated_at": "2018-08-12T08:20:19.000000", "replication_status": null, "snapshot_id": null, "id": "62e7c26f-a2ef-4503-b40e-5e8279a48638", "size": 1, "user_id": "941b49723ef7427aad9259dc163cc53b", "os-vol-tenant-attr:tenant_id": "24fc12b73b9345819fa296dcce8d85d1", "metadata": {}, "status": "available", "volume_image_metadata": {"checksum": "443b7623e27ecf03dc9e01ee93f67afe", "min_ram": "0", "disk_format": "qcow2", "image_name": "CreateVolumeWithImageTests-fc55866f-831c-4c93-8ad4-68e928a15e74-image", "image_id": "b2b4eea8-eda3-4436-b29b-63502de9e029", "container_format": "bare", "min_disk": "0", "size": "12716032"}, "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "name": "CreateVolumeWithImageTests-fc55866f-831c-4c93-8ad4-68e928a15e74-vol", "bootable": "true", "created_at": "2018-08-12T08:20:15.000000", "volume_type": null}} 2018-08-12 08:20:23,092 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/24fc12b73b9345819fa296dcce8d85d1/volumes/62e7c26f-a2ef-4503-b40e-5e8279a48638 used request id req-f8a05d73-e1d6-4cc4-b44c-7e0f11aa0b45 2018-08-12 08:20:23,095 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/24fc12b73b9345819fa296dcce8d85d1/volumes/62e7c26f-a2ef-4503-b40e-5e8279a48638 -H "OpenStack-API-Version: volume 3.5" -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-dca814c1-e974-414d-ad7c-c8d899cd3d94" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3948e9ebafc691676f48db1c50300223caf46b2b" 2018-08-12 08:20:23,324 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:20:23 GMT Server: Apache x-compute-request-id: req-7f858c96-108a-4b85-ac8f-059c3582c2fe OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-7f858c96-108a-4b85-ac8f-059c3582c2fe Content-Encoding: gzip Content-Length: 598 Content-Type: application/json RESP BODY: {"volume": {"attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/24fc12b73b9345819fa296dcce8d85d1/volumes/62e7c26f-a2ef-4503-b40e-5e8279a48638", "rel": "self"}, {"href": "http://172.30.9.21:8776/24fc12b73b9345819fa296dcce8d85d1/volumes/62e7c26f-a2ef-4503-b40e-5e8279a48638", "rel": "bookmark"}], "availability_zone": "nova", "encrypted": false, "updated_at": "2018-08-12T08:20:19.000000", "replication_status": null, "snapshot_id": null, "id": "62e7c26f-a2ef-4503-b40e-5e8279a48638", "size": 1, "user_id": "941b49723ef7427aad9259dc163cc53b", "os-vol-tenant-attr:tenant_id": "24fc12b73b9345819fa296dcce8d85d1", "metadata": {}, "status": "available", "volume_image_metadata": {"checksum": "443b7623e27ecf03dc9e01ee93f67afe", "min_ram": "0", "disk_format": "qcow2", "image_name": "CreateVolumeWithImageTests-fc55866f-831c-4c93-8ad4-68e928a15e74-image", "image_id": "b2b4eea8-eda3-4436-b29b-63502de9e029", "container_format": "bare", "min_disk": "0", "size": "12716032"}, "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "name": "CreateVolumeWithImageTests-fc55866f-831c-4c93-8ad4-68e928a15e74-vol", "bootable": "true", "created_at": "2018-08-12T08:20:15.000000", "volume_type": null}} 2018-08-12 08:20:23,324 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/24fc12b73b9345819fa296dcce8d85d1/volumes/62e7c26f-a2ef-4503-b40e-5e8279a48638 used request id req-7f858c96-108a-4b85-ac8f-059c3582c2fe 2018-08-12 08:20:23,324 - create_volume - DEBUG - Instance status is - available 2018-08-12 08:20:23,325 - create_volume - DEBUG - Volume is active with name - CreateVolumeWithImageTests-fc55866f-831c-4c93-8ad4-68e928a15e74-vol 2018-08-12 08:20:23,325 - cinder_utils - INFO - Deleting volume named - CreateVolumeWithImageTests-fc55866f-831c-4c93-8ad4-68e928a15e74-vol 2018-08-12 08:20:23,327 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8776/v3/24fc12b73b9345819fa296dcce8d85d1/volumes/62e7c26f-a2ef-4503-b40e-5e8279a48638 -H "OpenStack-API-Version: volume 3.5" -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-dca814c1-e974-414d-ad7c-c8d899cd3d94" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3948e9ebafc691676f48db1c50300223caf46b2b" 2018-08-12 08:20:23,494 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 08:20:23 GMT Server: Apache OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version x-openstack-request-id: req-6c44d532-586a-4a93-b140-e65f0223bf24 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 08:20:23,494 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.21:8776/v3/24fc12b73b9345819fa296dcce8d85d1/volumes/62e7c26f-a2ef-4503-b40e-5e8279a48638 used request id req-6c44d532-586a-4a93-b140-e65f0223bf24 2018-08-12 08:20:23,497 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/24fc12b73b9345819fa296dcce8d85d1/volumes/62e7c26f-a2ef-4503-b40e-5e8279a48638 -H "OpenStack-API-Version: volume 3.5" -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-dca814c1-e974-414d-ad7c-c8d899cd3d94" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3948e9ebafc691676f48db1c50300223caf46b2b" 2018-08-12 08:20:23,714 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:20:23 GMT Server: Apache x-compute-request-id: req-f50fc893-b736-48dd-932c-20356ff3186a OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-f50fc893-b736-48dd-932c-20356ff3186a Content-Encoding: gzip Content-Length: 470 Content-Type: application/json RESP BODY: {"volume": {"status": "deleting", "user_id": "941b49723ef7427aad9259dc163cc53b", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/24fc12b73b9345819fa296dcce8d85d1/volumes/62e7c26f-a2ef-4503-b40e-5e8279a48638", "rel": "self"}, {"href": "http://172.30.9.21:8776/24fc12b73b9345819fa296dcce8d85d1/volumes/62e7c26f-a2ef-4503-b40e-5e8279a48638", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2018-08-12T08:20:15.000000", "description": null, "os-vol-tenant-attr:tenant_id": "24fc12b73b9345819fa296dcce8d85d1", "updated_at": "2018-08-12T08:20:23.000000", "volume_type": null, "name": "CreateVolumeWithImageTests-fc55866f-831c-4c93-8ad4-68e928a15e74-vol", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "62e7c26f-a2ef-4503-b40e-5e8279a48638", "size": 1}} 2018-08-12 08:20:23,714 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/24fc12b73b9345819fa296dcce8d85d1/volumes/62e7c26f-a2ef-4503-b40e-5e8279a48638 used request id req-f50fc893-b736-48dd-932c-20356ff3186a 2018-08-12 08:20:23,714 - create_volume - DEBUG - Instance status is - deleting 2018-08-12 08:20:23,714 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-08-12 08:20:26,718 - create_volume - DEBUG - Volume status query timeout in 56.7769329548 2018-08-12 08:20:26,720 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/24fc12b73b9345819fa296dcce8d85d1/volumes/62e7c26f-a2ef-4503-b40e-5e8279a48638 -H "OpenStack-API-Version: volume 3.5" -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-dca814c1-e974-414d-ad7c-c8d899cd3d94" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3948e9ebafc691676f48db1c50300223caf46b2b" 2018-08-12 08:20:26,918 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:20:26 GMT Server: Apache OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version x-compute-request-id: req-d336e018-13a5-410d-9b21-d55b9594f669 x-openstack-request-id: req-d336e018-13a5-410d-9b21-d55b9594f669 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 62e7c26f-a2ef-4503-b40e-5e8279a48638 could not be found.", "code": 404}} 2018-08-12 08:20:26,918 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/24fc12b73b9345819fa296dcce8d85d1/volumes/62e7c26f-a2ef-4503-b40e-5e8279a48638 used request id req-d336e018-13a5-410d-9b21-d55b9594f669 2018-08-12 08:20:26,918 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume 62e7c26f-a2ef-4503-b40e-5e8279a48638 could not be found. (HTTP 404) (Request-ID: req-d336e018-13a5-410d-9b21-d55b9594f669) 2018-08-12 08:20:26,918 - create_volume - INFO - Volume has been properly deleted with name - CreateVolumeWithImageTests-fc55866f-831c-4c93-8ad4-68e928a15e74-vol 2018-08-12 08:20:26,919 - glance_utils - INFO - Deleting image named - CreateVolumeWithImageTests-fc55866f-831c-4c93-8ad4-68e928a15e74-image 2018-08-12 08:20:26,922 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/b2b4eea8-eda3-4436-b29b-63502de9e029 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3f53933ca1ee1e054917e008f7c480f382272602" 2018-08-12 08:20:28,062 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-68f540a9-77bf-4bf4-8f9f-7c4d312ce7ef Date: Sun, 12 Aug 2018 08:20:28 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-12 08:20:28,062 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/b2b4eea8-eda3-4436-b29b-63502de9e029 used request id req-68f540a9-77bf-4bf4-8f9f-7c4d312ce7ef 2018-08-12 08:20:28,063 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:20:28,063 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:20:28,064 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:20:28,064 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:20:28,064 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:20:28,070 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f84ef8ddff564744cec1055459800b2daaa041f9" 2018-08-12 08:20:28,324 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 43135 X-Openstack-Request-Id: req-b35dec5e-c6d1-4fbe-8b28-12d7675797df Date: Sun, 12 Aug 2018 08:20:28 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "created_at": "2018-08-12T06:59:44Z", "updated_at": "2018-08-12T06:59:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "1d7fd960-7865-4453-aecc-8d399b4fad21", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "66820d8a-b785-4b18-bd67-500221c8e4f9", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "74fc7638-a322-4841-8c47-06d36174a200", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "8eaa09ec-8419-4582-9312-1e527afe6e4b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}], "revision_number": 4, "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "created_at": "2018-08-12T05:12:34Z", "updated_at": "2018-08-12T05:12:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "709513d2-af7d-4d0b-bd3c-604fed75a711", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "aa346066-e46f-44f2-94be-2884aa998a19", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "c15f7b93-e56c-4afa-867d-2acb286d4b7b", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "cb0ef83f-5f70-4a80-ad35-431ca9df551e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}], "revision_number": 4, "project_id": "fa5a7fe6ee54472ba01638877aade8e3", "id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ea65becf30e54b27aa96a449698a435e", "created_at": "2018-08-12T05:10:35Z", "updated_at": "2018-08-12T05:10:35Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "30ad280c-f302-4cd4-a438-5139917b56f9", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "76115c4c-887d-4f0a-83e2-486e4b39c713", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "8ab14937-4c08-4d43-8a9a-662e622cc643", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "ee757a03-5662-4273-9c3e-6212e7afb48f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}], "revision_number": 4, "project_id": "ea65becf30e54b27aa96a449698a435e", "id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "created_at": "2018-08-12T06:20:09Z", "updated_at": "2018-08-12T06:20:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "1123b8f2-75ac-4a26-b9b2-a96da97408e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "2ddd2b93-e080-48cd-9a50-f5fe8a82ad0c", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "cd1bae62-0aea-4438-b4c3-50a69ae6f855", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "e398e01e-ceea-46d1-9534-b929808c4a5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}], "revision_number": 4, "project_id": "ff7abd7bb61f4f2889831e932d65dc2e", "id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "created_at": "2018-08-12T05:34:57Z", "updated_at": "2018-08-12T05:34:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "208a1c1e-f5f8-49c7-9a25-d07e68b1541f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "27bfd867-e607-4bf8-9de8-60682d3f771d", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "49360e1f-6fd3-4f35-b339-24cea95773ee", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "60f631a9-d305-4920-9631-d0543e2ac64f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}], "revision_number": 4, "project_id": "3a85ceae958d4d9fba68847e7df67db8", "id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "created_at": "2018-08-12T05:34:40Z", "updated_at": "2018-08-12T05:34:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "2192c259-363e-4768-ae73-e75837ad63b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "3f87ddc5-f84d-41dc-8215-847724782569", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "7d89f6da-ea78-49dd-9115-f9ad23b250bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "9ec4497d-0f65-44db-9be9-7b3042e4a584", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}], "revision_number": 4, "project_id": "85517fcf1c6247e699fdcdd42ecc8c79", "id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "created_at": "2018-08-12T05:16:02Z", "updated_at": "2018-08-12T05:16:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "1ecacd8c-c1c7-4a66-9871-406a69323b43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "3cc1750c-e0e7-4902-b6f3-494a161b832e", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "d719a7a4-8c99-44ed-8c12-6bf071890203", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "fe7421b5-d577-41da-8c78-62f3c07eda92", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}], "revision_number": 4, "project_id": "a267b9a156244bb192691cff6e5f74fe", "id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "315a428116f24d9fbb826b37080a918e", "created_at": "2018-08-12T05:11:31Z", "updated_at": "2018-08-12T05:11:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "5e52886a-1dc3-4a81-a55d-f388dc4fd1a1", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "678e32e4-d64c-448a-a4ab-e253ab94ae90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "a8da1539-e3ad-4f90-b2df-3dc1f09d228a", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "b73d5cc9-0205-4658-bb1f-61a042c0ab8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}], "revision_number": 4, "project_id": "315a428116f24d9fbb826b37080a918e", "id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-12T05:08:01Z", "updated_at": "2018-08-12T05:08:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:01Z", "revision_number": 0, "id": "0fb05d03-1117-45d0-930c-b6d4c96ef102", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "4faaab33-5788-4bbd-85b8-0fb44d41413a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "96d0c5a0-5c67-421b-8fc8-2b46d77e5db3", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "dd78519b-4bc5-4e8e-ad0f-58089dd69347", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "11a46741b7954b959fd7764109c047b6", "created_at": "2018-08-12T05:34:51Z", "updated_at": "2018-08-12T05:34:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "0b67bf3c-2289-43bb-ab6c-7d25ec32a279", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "51f3f833-337a-42bd-a8d5-742ea8d6c226", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "571fd0b5-ef90-408d-af33-aafb517b8993", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "944ba823-fb9c-496e-a66e-bb426bb14a8d", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}], "revision_number": 4, "project_id": "11a46741b7954b959fd7764109c047b6", "id": "90af9782-8112-4257-801d-ee5115d226ba", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "created_at": "2018-08-12T05:34:26Z", "updated_at": "2018-08-12T05:34:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "2ee1f63a-807c-4d6a-85ee-dd784f6b8c3f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5dec3ec2-2add-47dd-8618-90659dcf3885", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5ea0dc3e-49d0-43f0-94e9-f6443527d14c", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "fbfaca22-7e3e-4128-8973-43e439b77c28", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}], "revision_number": 4, "project_id": "3c01cd58055c44ecaef39f7e625c2258", "id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "521007c1818145639e93ceb270559219", "created_at": "2018-08-12T05:13:27Z", "updated_at": "2018-08-12T05:13:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "5e7fede5-b0f2-47d8-95c3-516cdfc7f9de", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "8fd0e36f-c6c4-4f64-ba97-40439e614448", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "db7d79de-1dfc-4138-945f-91e74cdc266b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "e87f2cff-ff3e-4b6d-aaf0-7f0eb0ab9f05", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}], "revision_number": 4, "project_id": "521007c1818145639e93ceb270559219", "id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "created_at": "2018-08-12T05:08:18Z", "updated_at": "2018-08-12T05:08:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "3c67be40-bf74-4f97-9693-d93ce73a23b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "6112d869-2fc6-4a25-a13c-3d55cd7206c0", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "bdf21c56-453e-482e-9cba-3c55abcb0339", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "c8e92c39-38cc-4f48-be9c-5f0912e6a725", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}], "revision_number": 4, "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "created_at": "2018-08-12T05:04:23Z", "updated_at": "2018-08-12T05:04:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "280546d9-8ad1-4283-abfc-15ee9b1736c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "58bce125-f2ca-4a6d-b9ca-4e6cf5c0f7a5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "69275b9a-cfb5-482c-a9c4-8ffc79adf2c7", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "6d747f3a-3764-469a-a645-f977585c5aac", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}], "revision_number": 4, "project_id": "310f5853751a4c968f3eeb0a3d99a0a8", "id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "created_at": "2018-08-12T05:34:42Z", "updated_at": "2018-08-12T05:34:42Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "199582e8-25aa-457a-aa7c-6d8413ca4464", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "234f3609-4454-448f-919d-c8143c7cd764", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "c1061460-71a2-49a9-a04b-9fa33eeb17ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "d21ac532-51d8-4d6b-8300-7bac216759bf", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}], "revision_number": 4, "project_id": "9f6c1a272706419c9a74b0893b2890e8", "id": "d6739716-c693-460c-89c6-e7c8c48f8245", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "created_at": "2018-08-12T05:34:54Z", "updated_at": "2018-08-12T05:34:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "0633a05a-ee7d-4476-a56b-75d011b22f77", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "6cc1b9f8-73db-47a3-a0e0-3c96c43f34da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "90d99a6b-e94f-4fd8-a10c-f19dd8954c13", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "e843c139-af2a-4d2c-a24f-59f7b10ff72e", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}], "revision_number": 4, "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "created_at": "2018-08-12T05:09:07Z", "updated_at": "2018-08-12T05:09:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "5495e168-f505-4d74-ae6d-387f0bf533c2", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "6fd19b8b-3062-456e-81ba-3ff37fe43429", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8ca59d25-485c-46ce-939c-2e4a468caeac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8f190846-50a0-42b9-b571-390809b752b1", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}], "revision_number": 4, "project_id": "fa9ca6d7608b4d7d87ce97331679a481", "id": "edcd9b17-9416-4c25-823c-060c435e18d7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "created_at": "2018-08-12T05:34:52Z", "updated_at": "2018-08-12T05:34:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "2c7e484e-6ec5-4a95-8c9c-66d294c0c27e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "70c74258-3c2c-4efc-87e0-079c26ee3417", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "b70382fa-082e-4c2b-abc8-87490fa50b11", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "c3628e02-b4b6-42c9-8751-c1a2d3c19caa", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}], "revision_number": 4, "project_id": "87db863ba6e348b0a5ddcb67053db9d1", "id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "name": "default"}]} 2018-08-12 08:20:28,325 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-b35dec5e-c6d1-4fbe-8b28-12d7675797df 2018-08-12 08:20:28,333 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f84ef8ddff564744cec1055459800b2daaa041f9" 2018-08-12 08:20:28,420 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:20:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2f20a400-b207-47aa-a8e4-13b1e1cac865 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 5fe28c13d4d74ba2be8d019ac1ea6363.", "code": 404, "title": "Not Found"}} 2018-08-12 08:20:28,420 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 used request id req-2f20a400-b207-47aa-a8e4-13b1e1cac865 2018-08-12 08:20:28,421 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:20:28,424 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f84ef8ddff564744cec1055459800b2daaa041f9" 2018-08-12 08:20:28,516 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:20:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-723014b5-e533-40b8-82c1-2009ecc15833 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa5a7fe6ee54472ba01638877aade8e3.", "code": 404, "title": "Not Found"}} 2018-08-12 08:20:28,516 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 used request id req-723014b5-e533-40b8-82c1-2009ecc15833 2018-08-12 08:20:28,516 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:20:28,519 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f84ef8ddff564744cec1055459800b2daaa041f9" 2018-08-12 08:20:28,617 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:20:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1ad9546c-8160-420a-8229-c66fa0f8eb10 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ea65becf30e54b27aa96a449698a435e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:20:28,617 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e used request id req-1ad9546c-8160-420a-8229-c66fa0f8eb10 2018-08-12 08:20:28,617 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:20:28,621 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f84ef8ddff564744cec1055459800b2daaa041f9" 2018-08-12 08:20:28,710 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:20:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2524f95c-5ffa-466b-949a-c379d9681516 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ff7abd7bb61f4f2889831e932d65dc2e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:20:28,710 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e used request id req-2524f95c-5ffa-466b-949a-c379d9681516 2018-08-12 08:20:28,711 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:20:28,714 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f84ef8ddff564744cec1055459800b2daaa041f9" 2018-08-12 08:20:28,889 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:20:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9ea2de52-4bfc-405c-a703-dd7169fe30f1 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3a85ceae958d4d9fba68847e7df67db8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:20:28,889 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 used request id req-9ea2de52-4bfc-405c-a703-dd7169fe30f1 2018-08-12 08:20:28,889 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:20:28,893 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f84ef8ddff564744cec1055459800b2daaa041f9" 2018-08-12 08:20:28,979 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:20:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-06594702-1412-4812-8540-424f61cb20ac Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 85517fcf1c6247e699fdcdd42ecc8c79.", "code": 404, "title": "Not Found"}} 2018-08-12 08:20:28,979 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 used request id req-06594702-1412-4812-8540-424f61cb20ac 2018-08-12 08:20:28,979 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:20:28,983 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f84ef8ddff564744cec1055459800b2daaa041f9" 2018-08-12 08:20:29,079 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:20:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7726da0f-e0c4-4fe9-abcb-bb40404616f1 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}} 2018-08-12 08:20:29,079 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe used request id req-7726da0f-e0c4-4fe9-abcb-bb40404616f1 2018-08-12 08:20:29,083 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f84ef8ddff564744cec1055459800b2daaa041f9" 2018-08-12 08:20:29,172 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:20:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dcd27c01-8269-4b6a-a285-7030080159c5 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 315a428116f24d9fbb826b37080a918e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:20:29,172 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e used request id req-dcd27c01-8269-4b6a-a285-7030080159c5 2018-08-12 08:20:29,172 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:20:29,176 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f84ef8ddff564744cec1055459800b2daaa041f9" 2018-08-12 08:20:29,264 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:20:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-128937ae-d35b-477d-8ea9-4bbe26507564 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 11a46741b7954b959fd7764109c047b6.", "code": 404, "title": "Not Found"}} 2018-08-12 08:20:29,264 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 used request id req-128937ae-d35b-477d-8ea9-4bbe26507564 2018-08-12 08:20:29,264 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:20:29,268 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f84ef8ddff564744cec1055459800b2daaa041f9" 2018-08-12 08:20:29,357 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:20:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-87e3f965-6bba-428f-8424-ebe46a69bbc0 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3c01cd58055c44ecaef39f7e625c2258.", "code": 404, "title": "Not Found"}} 2018-08-12 08:20:29,357 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 used request id req-87e3f965-6bba-428f-8424-ebe46a69bbc0 2018-08-12 08:20:29,357 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:20:29,361 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f84ef8ddff564744cec1055459800b2daaa041f9" 2018-08-12 08:20:29,457 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:20:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-319c3b23-24ab-4619-9dd6-0b00a3f8b2eb Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 521007c1818145639e93ceb270559219.", "code": 404, "title": "Not Found"}} 2018-08-12 08:20:29,457 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 used request id req-319c3b23-24ab-4619-9dd6-0b00a3f8b2eb 2018-08-12 08:20:29,458 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:20:29,461 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f84ef8ddff564744cec1055459800b2daaa041f9" 2018-08-12 08:20:29,546 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:20:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1bf6ce04-893f-4a45-bf8f-b37fecd31420 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e18fcc7fc10a4fd0b20234f8520d0aab.", "code": 404, "title": "Not Found"}} 2018-08-12 08:20:29,546 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab used request id req-1bf6ce04-893f-4a45-bf8f-b37fecd31420 2018-08-12 08:20:29,546 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:20:29,550 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f84ef8ddff564744cec1055459800b2daaa041f9" 2018-08-12 08:20:29,643 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:20:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cb688eec-50b9-46f2-a568-a651bbe2615f Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "310f5853751a4c968f3eeb0a3d99a0a8", "name": "service"}} 2018-08-12 08:20:29,644 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 used request id req-cb688eec-50b9-46f2-a568-a651bbe2615f 2018-08-12 08:20:29,647 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f84ef8ddff564744cec1055459800b2daaa041f9" 2018-08-12 08:20:29,739 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:20:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c7c72c87-7e59-48bb-a6ec-e64947b462af Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9f6c1a272706419c9a74b0893b2890e8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:20:29,740 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 used request id req-c7c72c87-7e59-48bb-a6ec-e64947b462af 2018-08-12 08:20:29,740 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:20:29,743 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/34cb7327fcfc4b52a63b4b8c0ea4a54d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f84ef8ddff564744cec1055459800b2daaa041f9" 2018-08-12 08:20:29,831 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:20:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4145b4fc-14ab-415b-97ae-617145a9c092 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 34cb7327fcfc4b52a63b4b8c0ea4a54d.", "code": 404, "title": "Not Found"}} 2018-08-12 08:20:29,831 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/34cb7327fcfc4b52a63b4b8c0ea4a54d used request id req-4145b4fc-14ab-415b-97ae-617145a9c092 2018-08-12 08:20:29,831 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:20:29,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa9ca6d7608b4d7d87ce97331679a481 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f84ef8ddff564744cec1055459800b2daaa041f9" 2018-08-12 08:20:29,926 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:20:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d07c4a23-0df6-4b5f-b355-0e2daa3782fb Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa9ca6d7608b4d7d87ce97331679a481.", "code": 404, "title": "Not Found"}} 2018-08-12 08:20:29,926 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa9ca6d7608b4d7d87ce97331679a481 used request id req-d07c4a23-0df6-4b5f-b355-0e2daa3782fb 2018-08-12 08:20:29,926 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:20:29,930 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/87db863ba6e348b0a5ddcb67053db9d1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f84ef8ddff564744cec1055459800b2daaa041f9" 2018-08-12 08:20:30,022 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:20:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b001bb82-efb9-432a-9197-84cae1f57bb1 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87db863ba6e348b0a5ddcb67053db9d1.", "code": 404, "title": "Not Found"}} 2018-08-12 08:20:30,022 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/87db863ba6e348b0a5ddcb67053db9d1 used request id req-b001bb82-efb9-432a-9197-84cae1f57bb1 2018-08-12 08:20:30,022 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:20:30,023 - keystone_utils - INFO - Deleting project with name - CreateVolumeWithImageTests-a7fa05e8-b585-437-proj 2018-08-12 08:20:30,027 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/24fc12b73b9345819fa296dcce8d85d1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f84ef8ddff564744cec1055459800b2daaa041f9" 2018-08-12 08:20:30,253 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:20:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9336ee9a-f683-4897-b02c-355db1e136b2 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 08:20:30,253 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/24fc12b73b9345819fa296dcce8d85d1 used request id req-9336ee9a-f683-4897-b02c-355db1e136b2 2018-08-12 08:20:30,253 - keystone_utils - INFO - Deleting role with name - CreateVolumeWithImageTests-a7fa05e8-b585-437-proj-role 2018-08-12 08:20:30,257 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/fdef4f77a28a4fdea63dc846f2d3cab0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f84ef8ddff564744cec1055459800b2daaa041f9" 2018-08-12 08:20:30,372 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:20:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2cfce1dc-bfd3-4fc7-aed6-853bd0502591 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 08:20:30,373 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/fdef4f77a28a4fdea63dc846f2d3cab0 used request id req-2cfce1dc-bfd3-4fc7-aed6-853bd0502591 2018-08-12 08:20:30,376 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f84ef8ddff564744cec1055459800b2daaa041f9" 2018-08-12 08:20:30,469 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:20:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bcd5a032-2267-465a-8d65-515273834014 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:20:30,469 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-bcd5a032-2267-465a-8d65-515273834014 2018-08-12 08:20:30,469 - keystone_utils - INFO - Deleting user with name - CreateVolumeWithImageTests-a7fa05e8-b585-437-user 2018-08-12 08:20:30,473 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/941b49723ef7427aad9259dc163cc53b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4864c3887e751d6ba7a34a1e86b0a5e8449d0012" 2018-08-12 08:20:30,638 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:20:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d3327901-b087-4c11-aa4c-23bef041df6d 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 08:20:30,638 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/941b49723ef7427aad9259dc163cc53b used request id req-d3327901-b087-4c11-aa4c-23bef041df6d 2018-08-12 08:20:30,640 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:20:31,043 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:20:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["9tcnNg5ASpiyO2imTlbylw"], "issued_at": "2018-08-12T08:20:31.000000Z"}} 2018-08-12 08:20:31,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}b0c78a7abbad5e4d3698c7431950929e39a87266" 2018-08-12 08:20:31,137 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:20:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a6c449a-eea1-4bd2-906d-9565303de07e Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:20:31,137 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-5a6c449a-eea1-4bd2-906d-9565303de07e 2018-08-12 08:20:31,139 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:20:31,140 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:20:31,528 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:20:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["-0uMJA-HRQyKtfHmNEQNZw"], "issued_at": "2018-08-12T08:20:31.000000Z"}} 2018-08-12 08:20:31,528 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}94f0af1fc7067dbbf27647a0700f2f1a347ee9ae" 2018-08-12 08:20:31,613 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:20:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b7785838-362c-4dde-9d75-7cadba097c6b Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:20:31,614 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-b7785838-362c-4dde-9d75-7cadba097c6b 2018-08-12 08:20:31,618 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:20:31,626 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:20:31 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:20:31,626 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=SimpleHealthCheck-5513aa59-50ca-4b1-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94f0af1fc7067dbbf27647a0700f2f1a347ee9ae" 2018-08-12 08:20:31,713 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:20:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cfc2eb42-defe-4db0-8813-bd465b4ba341 Content-Encoding: gzip Content-Length: 174 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=SimpleHealthCheck-5513aa59-50ca-4b1-proj", "previous": null, "next": null}, "projects": []} 2018-08-12 08:20:31,713 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=SimpleHealthCheck-5513aa59-50ca-4b1-proj used request id req-cfc2eb42-defe-4db0-8813-bd465b4ba341 2018-08-12 08:20:31,717 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94f0af1fc7067dbbf27647a0700f2f1a347ee9ae" 2018-08-12 08:20:31,811 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:20:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f602c240-10c0-44d5-9200-77435fab08e0 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:20:31,811 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-f602c240-10c0-44d5-9200-77435fab08e0 2018-08-12 08:20:31,815 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94f0af1fc7067dbbf27647a0700f2f1a347ee9ae" -d '{"project": {"enabled": true, "domain_id": "default", "name": "SimpleHealthCheck-5513aa59-50ca-4b1-proj"}}' 2018-08-12 08:20:31,948 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:20:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6261201b-5eb8-4515-8070-6dd8cc1f6336 Content-Length: 314 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/ec757c672de7450f91323007b0eb62b1"}, "tags": [], "enabled": true, "id": "ec757c672de7450f91323007b0eb62b1", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-5513aa59-50ca-4b1-proj"}} 2018-08-12 08:20:31,948 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-6261201b-5eb8-4515-8070-6dd8cc1f6336 2018-08-12 08:20:31,949 - keystone_utils - INFO - Created project with name - SimpleHealthCheck-5513aa59-50ca-4b1-proj 2018-08-12 08:20:31,949 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:20:31,950 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:20:32,340 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:20:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["7Nb9rWDSSVazRbwH5Hip2g"], "issued_at": "2018-08-12T08:20:32.000000Z"}} 2018-08-12 08:20:32,340 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}7d1944a38c92a953901689bc6f21f19c5d7f22e6" 2018-08-12 08:20:32,428 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:20:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f6474e9d-bbdc-4310-b9b1-194dd7ff0dca Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:20:32,428 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-f6474e9d-bbdc-4310-b9b1-194dd7ff0dca 2018-08-12 08:20:32,432 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:20:32,438 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:20:32 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:20:32,439 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d1944a38c92a953901689bc6f21f19c5d7f22e6" 2018-08-12 08:20:32,475 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:20:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3a0c29aa-312a-400c-afc8-b8d101a3deaa Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/105a247548624314b9228f85f6325f0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105a247548624314b9228f85f6325f0b", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/1c5de0eaa44543f08da6ad63a51594ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c5de0eaa44543f08da6ad63a51594ff", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/1d127b5b832547a88a547c116dfdd65b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d127b5b832547a88a547c116dfdd65b", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/1d5cfc170d624ce4ae53ae0507c8d517"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d5cfc170d624ce4ae53ae0507c8d517", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/2421820b75eb4d3ebd02830378d1377b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2421820b75eb4d3ebd02830378d1377b", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/40bd8ee54ecf44868cc83cede652c396"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40bd8ee54ecf44868cc83cede652c396", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/4f32fb8153854c4c9f5094b42b523f80"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f32fb8153854c4c9f5094b42b523f80", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7066130d08fb4db7bf4ab468de53933b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7066130d08fb4db7bf4ab468de53933b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/8d0898a83bcf4521bbc11501d5d7ac89"}, "domain_id": "1eec97585bde483292ece28ee11f4b8d", "enabled": true, "options": {}, "id": "8d0898a83bcf4521bbc11501d5d7ac89", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/9defcced327d476f8a3beab718a13da3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9defcced327d476f8a3beab718a13da3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/b80ee4f6992446e0879624dd436e99a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b80ee4f6992446e0879624dd436e99a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b86fd3e011324d398fcdb6f095a20a9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b86fd3e011324d398fcdb6f095a20a9d", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1701d2754064b5cadf765ea0806f9b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1701d2754064b5cadf765ea0806f9b2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/db4e7b8d76d549faa502716565c733dd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db4e7b8d76d549faa502716565c733dd", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-12 08:20:32,476 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-3a0c29aa-312a-400c-afc8-b8d101a3deaa 2018-08-12 08:20:32,479 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=SimpleHealthCheck-5513aa59-50ca-4b1-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d1944a38c92a953901689bc6f21f19c5d7f22e6" 2018-08-12 08:20:32,576 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:20:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-52a7f61f-2c1e-4972-abd9-e6400aeb71ac Content-Encoding: gzip Content-Length: 256 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=SimpleHealthCheck-5513aa59-50ca-4b1-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/ec757c672de7450f91323007b0eb62b1"}, "tags": [], "enabled": true, "id": "ec757c672de7450f91323007b0eb62b1", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-5513aa59-50ca-4b1-proj"}]} 2018-08-12 08:20:32,576 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=SimpleHealthCheck-5513aa59-50ca-4b1-proj used request id req-52a7f61f-2c1e-4972-abd9-e6400aeb71ac 2018-08-12 08:20:32,580 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d1944a38c92a953901689bc6f21f19c5d7f22e6" 2018-08-12 08:20:32,689 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:20:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1a0b1e0d-48e1-4a97-8345-2c1f64b94dbf Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:20:32,689 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-1a0b1e0d-48e1-4a97-8345-2c1f64b94dbf 2018-08-12 08:20:33,068 - keystone_utils - INFO - Created user with name - SimpleHealthCheck-5513aa59-50ca-4b1-user 2018-08-12 08:20:33,069 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:20:33,073 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94f0af1fc7067dbbf27647a0700f2f1a347ee9ae" 2018-08-12 08:20:33,163 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:20:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-95c1ed08-a611-49b9-9ae2-81c67d406c75 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:20:33,164 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-95c1ed08-a611-49b9-9ae2-81c67d406c75 2018-08-12 08:20:33,167 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94f0af1fc7067dbbf27647a0700f2f1a347ee9ae" -d '{"role": {"name": "SimpleHealthCheck-5513aa59-50ca-4b1-proj-role"}}' 2018-08-12 08:20:33,289 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:20:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-258b5abd-31e4-43c0-8622-6d5405aec5ac Content-Length: 216 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "579f977d99434253bb2980f8c0186eb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/579f977d99434253bb2980f8c0186eb3"}, "name": "SimpleHealthCheck-5513aa59-50ca-4b1-proj-role"}} 2018-08-12 08:20:33,289 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-258b5abd-31e4-43c0-8622-6d5405aec5ac 2018-08-12 08:20:33,289 - keystone_utils - INFO - Created role with name - SimpleHealthCheck-5513aa59-50ca-4b1-proj-role 2018-08-12 08:20:33,293 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/579f977d99434253bb2980f8c0186eb3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94f0af1fc7067dbbf27647a0700f2f1a347ee9ae" 2018-08-12 08:20:33,379 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:20:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-592897a7-83c7-4be6-9d6c-e9e2d36d6f14 Content-Encoding: gzip Content-Length: 174 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "579f977d99434253bb2980f8c0186eb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/579f977d99434253bb2980f8c0186eb3"}, "name": "SimpleHealthCheck-5513aa59-50ca-4b1-proj-role"}} 2018-08-12 08:20:33,380 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/579f977d99434253bb2980f8c0186eb3 used request id req-592897a7-83c7-4be6-9d6c-e9e2d36d6f14 2018-08-12 08:20:33,380 - keystone_utils - INFO - Granting role SimpleHealthCheck-5513aa59-50ca-4b1-proj-role to project SimpleHealthCheck-5513aa59-50ca-4b1-proj 2018-08-12 08:20:33,384 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/ec757c672de7450f91323007b0eb62b1/users/fbb201a0fb5d4849b2f2eee851ebbb52/roles/579f977d99434253bb2980f8c0186eb3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94f0af1fc7067dbbf27647a0700f2f1a347ee9ae" 2018-08-12 08:20:33,520 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:20:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4fd409e8-4704-4b31-a600-a4ffa2d0e247 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 08:20:33,520 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/ec757c672de7450f91323007b0eb62b1/users/fbb201a0fb5d4849b2f2eee851ebbb52/roles/579f977d99434253bb2980f8c0186eb3 used request id req-4fd409e8-4704-4b31-a600-a4ffa2d0e247 2018-08-12 08:20:33,520 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-12 08:20:33,522 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-08-12 08:20:33,522 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:20:33,523 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:20:33,914 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "579f977d99434253bb2980f8c0186eb3", "name": "SimpleHealthCheck-5513aa59-50ca-4b1-proj-role"}], "expires_at": "2018-08-12T09:20:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ec757c672de7450f91323007b0eb62b1", "name": "SimpleHealthCheck-5513aa59-50ca-4b1-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/ec757c672de7450f91323007b0eb62b1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/ec757c672de7450f91323007b0eb62b1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/ec757c672de7450f91323007b0eb62b1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_ec757c672de7450f91323007b0eb62b1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_ec757c672de7450f91323007b0eb62b1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/ec757c672de7450f91323007b0eb62b1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/ec757c672de7450f91323007b0eb62b1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/ec757c672de7450f91323007b0eb62b1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/ec757c672de7450f91323007b0eb62b1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/ec757c672de7450f91323007b0eb62b1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/ec757c672de7450f91323007b0eb62b1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/ec757c672de7450f91323007b0eb62b1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/ec757c672de7450f91323007b0eb62b1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/ec757c672de7450f91323007b0eb62b1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "SimpleHealthCheck-5513aa59-50ca-4b1-user", "id": "fbb201a0fb5d4849b2f2eee851ebbb52"}, "audit_ids": ["1Aav-h-YQo2wdOJmyTuhfA"], "issued_at": "2018-08-12T08:20:33.000000Z"}} 2018-08-12 08:20:33,915 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}92c11f51b2a65465495469ce2864c9a97101cafb" 2018-08-12 08:20:33,989 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:20:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-671fc092-dcaa-4349-828a-a89c5b1c7d39 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:20:33,989 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-671fc092-dcaa-4349-828a-a89c5b1c7d39 2018-08-12 08:20:33,993 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=SimpleHealthCheck-6b28c62b-f190-4868-8ed6-f086268bc625-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}92c11f51b2a65465495469ce2864c9a97101cafb" 2018-08-12 08:20:34,185 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 162 Content-Type: application/json X-Openstack-Request-Id: req-9dd1f400-aa69-4444-bc48-95b5f1ee1780 Date: Sun, 12 Aug 2018 08:20:34 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=SimpleHealthCheck-6b28c62b-f190-4868-8ed6-f086268bc625-image"} 2018-08-12 08:20:34,186 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=SimpleHealthCheck-6b28c62b-f190-4868-8ed6-f086268bc625-image used request id req-9dd1f400-aa69-4444-bc48-95b5f1ee1780 2018-08-12 08:20:34,189 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}92c11f51b2a65465495469ce2864c9a97101cafb" 2018-08-12 08:20:34,374 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-bd290429-78af-4802-b7f5-cda7c91c8436 Date: Sun, 12 Aug 2018 08:20:34 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"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}, "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}, "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"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "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"}, "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"}, "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}, "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}, "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"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "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}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-12 08:20:34,374 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-bd290429-78af-4802-b7f5-cda7c91c8436 2018-08-12 08:20:34,402 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}92c11f51b2a65465495469ce2864c9a97101cafb" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "SimpleHealthCheck-6b28c62b-f190-4868-8ed6-f086268bc625-image"}' 2018-08-12 08:20:34,627 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 621 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/a473de93-4b7a-4515-9239-20dbfb060134 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-b07d58e4-56a7-40a3-a1f4-8534a75c611b Date: Sun, 12 Aug 2018 08:20:34 GMT RESP BODY: {"status": "queued", "name": "SimpleHealthCheck-6b28c62b-f190-4868-8ed6-f086268bc625-image", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:20:34Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-08-12T08:20:34Z", "visibility": "shared", "locations": [], "self": "/v2/images/a473de93-4b7a-4515-9239-20dbfb060134", "min_disk": 0, "protected": false, "id": "a473de93-4b7a-4515-9239-20dbfb060134", "file": "/v2/images/a473de93-4b7a-4515-9239-20dbfb060134/file", "checksum": null, "owner": "ec757c672de7450f91323007b0eb62b1", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-12 08:20:34,627 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-b07d58e4-56a7-40a3-a1f4-8534a75c611b 2018-08-12 08:20:34,637 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/a473de93-4b7a-4515-9239-20dbfb060134/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}92c11f51b2a65465495469ce2864c9a97101cafb" -d '' 2018-08-12 08:20:36,022 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-2b8b74dd-ab63-45de-a7b7-c4e149fbfce0 Date: Sun, 12 Aug 2018 08:20: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 08:20:36,022 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/a473de93-4b7a-4515-9239-20dbfb060134/file used request id req-2b8b74dd-ab63-45de-a7b7-c4e149fbfce0 2018-08-12 08:20:36,022 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-12 08:20:36,026 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/a473de93-4b7a-4515-9239-20dbfb060134 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}92c11f51b2a65465495469ce2864c9a97101cafb" 2018-08-12 08:20:36,219 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-01094621-89c8-49e3-8c38-4e5755842e4e Date: Sun, 12 Aug 2018 08:20:36 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "SimpleHealthCheck-6b28c62b-f190-4868-8ed6-f086268bc625-image", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:20:34Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-12T08:20:35Z", "visibility": "shared", "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/a473de93-4b7a-4515-9239-20dbfb060134/snap", "metadata": {}}], "self": "/v2/images/a473de93-4b7a-4515-9239-20dbfb060134", "min_disk": 0, "protected": false, "id": "a473de93-4b7a-4515-9239-20dbfb060134", "file": "/v2/images/a473de93-4b7a-4515-9239-20dbfb060134/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "ec757c672de7450f91323007b0eb62b1", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/a473de93-4b7a-4515-9239-20dbfb060134/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-12 08:20:36,219 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/a473de93-4b7a-4515-9239-20dbfb060134 used request id req-01094621-89c8-49e3-8c38-4e5755842e4e 2018-08-12 08:20:36,222 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}92c11f51b2a65465495469ce2864c9a97101cafb" 2018-08-12 08:20:36,394 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-d8c6ed04-cfe1-4d8c-b1a6-1e5c3a82c198 Date: Sun, 12 Aug 2018 08:20:36 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"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}, "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}, "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"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "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"}, "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"}, "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}, "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}, "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"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "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}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-12 08:20:36,395 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-d8c6ed04-cfe1-4d8c-b1a6-1e5c3a82c198 2018-08-12 08:20:36,398 - create_image - INFO - Created image with name - SimpleHealthCheck-6b28c62b-f190-4868-8ed6-f086268bc625-image 2018-08-12 08:20:36,400 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/a473de93-4b7a-4515-9239-20dbfb060134 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}92c11f51b2a65465495469ce2864c9a97101cafb" 2018-08-12 08:20:36,594 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-918d58d8-d0f2-43e2-9163-567fd06903eb Date: Sun, 12 Aug 2018 08:20:36 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "SimpleHealthCheck-6b28c62b-f190-4868-8ed6-f086268bc625-image", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:20:34Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-12T08:20:35Z", "visibility": "shared", "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/a473de93-4b7a-4515-9239-20dbfb060134/snap", "metadata": {}}], "self": "/v2/images/a473de93-4b7a-4515-9239-20dbfb060134", "min_disk": 0, "protected": false, "id": "a473de93-4b7a-4515-9239-20dbfb060134", "file": "/v2/images/a473de93-4b7a-4515-9239-20dbfb060134/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "ec757c672de7450f91323007b0eb62b1", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/a473de93-4b7a-4515-9239-20dbfb060134/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-12 08:20:36,594 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/a473de93-4b7a-4515-9239-20dbfb060134 used request id req-918d58d8-d0f2-43e2-9163-567fd06903eb 2018-08-12 08:20:36,595 - create_image - DEBUG - Instance status is - active 2018-08-12 08:20:36,595 - create_image - DEBUG - Image is active with name - SimpleHealthCheck-6b28c62b-f190-4868-8ed6-f086268bc625-image 2018-08-12 08:20:36,595 - create_image - INFO - Image is now active with name - SimpleHealthCheck-6b28c62b-f190-4868-8ed6-f086268bc625-image 2018-08-12 08:20:36,596 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:20:36,596 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:20:36,985 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "579f977d99434253bb2980f8c0186eb3", "name": "SimpleHealthCheck-5513aa59-50ca-4b1-proj-role"}], "expires_at": "2018-08-12T09:20:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ec757c672de7450f91323007b0eb62b1", "name": "SimpleHealthCheck-5513aa59-50ca-4b1-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/ec757c672de7450f91323007b0eb62b1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/ec757c672de7450f91323007b0eb62b1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/ec757c672de7450f91323007b0eb62b1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_ec757c672de7450f91323007b0eb62b1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_ec757c672de7450f91323007b0eb62b1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/ec757c672de7450f91323007b0eb62b1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/ec757c672de7450f91323007b0eb62b1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/ec757c672de7450f91323007b0eb62b1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/ec757c672de7450f91323007b0eb62b1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/ec757c672de7450f91323007b0eb62b1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/ec757c672de7450f91323007b0eb62b1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/ec757c672de7450f91323007b0eb62b1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/ec757c672de7450f91323007b0eb62b1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/ec757c672de7450f91323007b0eb62b1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "SimpleHealthCheck-5513aa59-50ca-4b1-user", "id": "fbb201a0fb5d4849b2f2eee851ebbb52"}, "audit_ids": ["AcfR_T20TMqeeI6Up1q9NQ"], "issued_at": "2018-08-12T08:20:36.000000Z"}} 2018-08-12 08:20:36,986 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}0f9e55c2fc79e4373e19ba06ee08276d9cf0e301" 2018-08-12 08:20:37,072 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:20:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-94a47972-9d86-4013-8def-b814b5c2cf9a Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:20:37,072 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-94a47972-9d86-4013-8def-b814b5c2cf9a 2018-08-12 08:20:37,073 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:20:37,073 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:20:37,073 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:20:37,074 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:20:37,074 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:20:37,080 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=SimpleHealthCheck-6b28c62b-f190-4868-8ed6-f086268bc625-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f9e55c2fc79e4373e19ba06ee08276d9cf0e301" 2018-08-12 08:20:37,291 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-18dc6437-c3f5-413b-b464-ef322898455f Date: Sun, 12 Aug 2018 08:20:37 GMT RESP BODY: {"networks":[]} 2018-08-12 08:20:37,291 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=SimpleHealthCheck-6b28c62b-f190-4868-8ed6-f086268bc625-priv-net used request id req-18dc6437-c3f5-413b-b464-ef322898455f 2018-08-12 08:20:37,291 - neutron_utils - INFO - Creating network with name SimpleHealthCheck-6b28c62b-f190-4868-8ed6-f086268bc625-priv-net 2018-08-12 08:20:37,296 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f9e55c2fc79e4373e19ba06ee08276d9cf0e301" -d '{"network": {"name": "SimpleHealthCheck-6b28c62b-f190-4868-8ed6-f086268bc625-priv-net", "admin_state_up": true}}' 2018-08-12 08:20:38,131 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 600 X-Openstack-Request-Id: req-02855d59-3cc9-448f-aaee-61a577fe651e Date: Sun, 12 Aug 2018 08:20:38 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"ec757c672de7450f91323007b0eb62b1","created_at":"2018-08-12T08:20:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T08:20:37Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"ec757c672de7450f91323007b0eb62b1","id":"8c9fe2cb-260d-4344-bcd0-d34fabc18d19","name":"SimpleHealthCheck-6b28c62b-f190-4868-8ed6-f086268bc625-priv-net"}} 2018-08-12 08:20:38,132 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-02855d59-3cc9-448f-aaee-61a577fe651e 2018-08-12 08:20:38,137 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=8c9fe2cb-260d-4344-bcd0-d34fabc18d19 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f9e55c2fc79e4373e19ba06ee08276d9cf0e301" 2018-08-12 08:20:38,377 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 584 X-Openstack-Request-Id: req-adb8d698-1536-430c-a8f3-99810adea67e Date: Sun, 12 Aug 2018 08:20:38 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-12T08:20:37Z","tenant_id":"ec757c672de7450f91323007b0eb62b1","created_at":"2018-08-12T08:20:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"ec757c672de7450f91323007b0eb62b1","id":"8c9fe2cb-260d-4344-bcd0-d34fabc18d19","name":"SimpleHealthCheck-6b28c62b-f190-4868-8ed6-f086268bc625-priv-net"}]} 2018-08-12 08:20:38,377 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=8c9fe2cb-260d-4344-bcd0-d34fabc18d19 used request id req-adb8d698-1536-430c-a8f3-99810adea67e 2018-08-12 08:20:38,383 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=8c9fe2cb-260d-4344-bcd0-d34fabc18d19 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f9e55c2fc79e4373e19ba06ee08276d9cf0e301" 2018-08-12 08:20:38,412 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-0c1ed1fd-6191-4517-9406-43c23c4e3d5a Date: Sun, 12 Aug 2018 08:20:38 GMT RESP BODY: {"subnets":[]} 2018-08-12 08:20:38,412 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=8c9fe2cb-260d-4344-bcd0-d34fabc18d19 used request id req-0c1ed1fd-6191-4517-9406-43c23c4e3d5a 2018-08-12 08:20:38,412 - neutron_utils - INFO - Creating subnet with name SimpleHealthCheck-6b28c62b-f190-4868-8ed6-f086268bc625-priv-subnet 2018-08-12 08:20:38,417 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f9e55c2fc79e4373e19ba06ee08276d9cf0e301" -d '{"subnets": [{"ip_version": 4, "network_id": "8c9fe2cb-260d-4344-bcd0-d34fabc18d19", "cidr": "10.55.0.0/24", "name": "SimpleHealthCheck-6b28c62b-f190-4868-8ed6-f086268bc625-priv-subnet"}]}' 2018-08-12 08:20:39,233 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-07f59c12-9f06-40cf-8dcf-2e96bcc810f8 Date: Sun, 12 Aug 2018 08:20:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8c9fe2cb-260d-4344-bcd0-d34fabc18d19","tenant_id":"ec757c672de7450f91323007b0eb62b1","created_at":"2018-08-12T08:20:38Z","dns_nameservers":[],"updated_at":"2018-08-12T08:20:38Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"ec757c672de7450f91323007b0eb62b1","id":"68117e70-e42d-4204-b2a1-7121d981d613","subnetpool_id":null,"name":"SimpleHealthCheck-6b28c62b-f190-4868-8ed6-f086268bc625-priv-subnet"}]} 2018-08-12 08:20:39,233 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-07f59c12-9f06-40cf-8dcf-2e96bcc810f8 2018-08-12 08:20:39,239 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=8c9fe2cb-260d-4344-bcd0-d34fabc18d19 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f9e55c2fc79e4373e19ba06ee08276d9cf0e301" 2018-08-12 08:20:39,506 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-aad5ea07-fcd5-4a91-9ad1-c5a05b65dd13 Date: Sun, 12 Aug 2018 08:20:39 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["68117e70-e42d-4204-b2a1-7121d981d613"],"updated_at":"2018-08-12T08:20:38Z","tenant_id":"ec757c672de7450f91323007b0eb62b1","created_at":"2018-08-12T08:20:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"ec757c672de7450f91323007b0eb62b1","id":"8c9fe2cb-260d-4344-bcd0-d34fabc18d19","name":"SimpleHealthCheck-6b28c62b-f190-4868-8ed6-f086268bc625-priv-net"}]} 2018-08-12 08:20:39,506 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=8c9fe2cb-260d-4344-bcd0-d34fabc18d19 used request id req-aad5ea07-fcd5-4a91-9ad1-c5a05b65dd13 2018-08-12 08:20:39,512 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=8c9fe2cb-260d-4344-bcd0-d34fabc18d19 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f9e55c2fc79e4373e19ba06ee08276d9cf0e301" 2018-08-12 08:20:39,729 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-b953482d-2dfe-4e94-af55-c6ff2351d02a Date: Sun, 12 Aug 2018 08:20:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8c9fe2cb-260d-4344-bcd0-d34fabc18d19","tenant_id":"ec757c672de7450f91323007b0eb62b1","created_at":"2018-08-12T08:20:38Z","dns_nameservers":[],"updated_at":"2018-08-12T08:20:38Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"ec757c672de7450f91323007b0eb62b1","id":"68117e70-e42d-4204-b2a1-7121d981d613","subnetpool_id":null,"name":"SimpleHealthCheck-6b28c62b-f190-4868-8ed6-f086268bc625-priv-subnet"}]} 2018-08-12 08:20:39,729 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=8c9fe2cb-260d-4344-bcd0-d34fabc18d19 used request id req-b953482d-2dfe-4e94-af55-c6ff2351d02a 2018-08-12 08:20:39,729 - OpenStackNetwork - DEBUG - Network [8c9fe2cb-260d-4344-bcd0-d34fabc18d19] created successfully 2018-08-12 08:20:39,730 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:20:39,730 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:20:40,140 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:20:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["c_NPqs0TRK6vHlfM4-aFNQ"], "issued_at": "2018-08-12T08:20:40.000000Z"}} 2018-08-12 08:20:40,140 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}c59e27c46c698c3edbdd82b0ad17db179c373e97" 2018-08-12 08:20:40,228 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:20:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2ab0c4cf-1ec5-4010-92fc-e381aa669fd8 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:20:40,228 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-2ab0c4cf-1ec5-4010-92fc-e381aa669fd8 2018-08-12 08:20:40,229 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-12 08:20:40,235 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c59e27c46c698c3edbdd82b0ad17db179c373e97" 2018-08-12 08:20:40,430 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:20: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-a09461a1-d004-425a-a219-c9cf1c326977 x-compute-request-id: req-a09461a1-d004-425a-a219-c9cf1c326977 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-08-12 08:20:40,430 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-a09461a1-d004-425a-a219-c9cf1c326977 2018-08-12 08:20:40,434 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c59e27c46c698c3edbdd82b0ad17db179c373e97" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "SimpleHealthCheck-6b28c62b-f190-4868-8ed6-f086268bc625-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-08-12 08:20:40,485 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:20: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-d3771fa6-d1ea-4c5d-a9ff-a15494485b8f x-compute-request-id: req-d3771fa6-d1ea-4c5d-a9ff-a15494485b8f Content-Encoding: gzip Content-Length: 318 Content-Type: application/json RESP BODY: {"flavor": {"name": "SimpleHealthCheck-6b28c62b-f190-4868-8ed6-f086268bc625-flavor-name", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/12801a65-99f8-4487-82f4-18488194cd2e", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/12801a65-99f8-4487-82f4-18488194cd2e", "rel": "bookmark"}], "ram": 256, "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": "12801a65-99f8-4487-82f4-18488194cd2e"}} 2018-08-12 08:20:40,485 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-d3771fa6-d1ea-4c5d-a9ff-a15494485b8f 2018-08-12 08:20:40,486 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:20:40,486 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:20:40,880 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "579f977d99434253bb2980f8c0186eb3", "name": "SimpleHealthCheck-5513aa59-50ca-4b1-proj-role"}], "expires_at": "2018-08-12T09:20:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ec757c672de7450f91323007b0eb62b1", "name": "SimpleHealthCheck-5513aa59-50ca-4b1-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/ec757c672de7450f91323007b0eb62b1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/ec757c672de7450f91323007b0eb62b1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/ec757c672de7450f91323007b0eb62b1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_ec757c672de7450f91323007b0eb62b1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_ec757c672de7450f91323007b0eb62b1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/ec757c672de7450f91323007b0eb62b1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/ec757c672de7450f91323007b0eb62b1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/ec757c672de7450f91323007b0eb62b1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/ec757c672de7450f91323007b0eb62b1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/ec757c672de7450f91323007b0eb62b1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/ec757c672de7450f91323007b0eb62b1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/ec757c672de7450f91323007b0eb62b1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/ec757c672de7450f91323007b0eb62b1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/ec757c672de7450f91323007b0eb62b1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "SimpleHealthCheck-5513aa59-50ca-4b1-user", "id": "fbb201a0fb5d4849b2f2eee851ebbb52"}, "audit_ids": ["ebpUu7DtTAKXZRnRR37gjg"], "issued_at": "2018-08-12T08:20:40.000000Z"}} 2018-08-12 08:20:40,880 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}54099203423b6fb541862c73f316e91bcdbd9e22" 2018-08-12 08:20:40,969 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:20:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-75b5bc11-7924-478f-9664-a379191f2c8b Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:20:40,969 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-75b5bc11-7924-478f-9664-a379191f2c8b 2018-08-12 08:20:40,970 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-12 08:20:40,972 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:20:40,972 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:20:40,972 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:20:40,972 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:20:40,972 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:20:40,974 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}54099203423b6fb541862c73f316e91bcdbd9e22" 2018-08-12 08:20:41,061 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:20:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-72319ade-dacc-4b14-8149-c03bb94d27f2 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:20:41,061 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-72319ade-dacc-4b14-8149-c03bb94d27f2 2018-08-12 08:20:41,069 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=SimpleHealthCheck-6b28c62b-f190-4868-8ed6-f086268bc625-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54099203423b6fb541862c73f316e91bcdbd9e22" 2018-08-12 08:20:41,340 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-3d856e38-f5bd-48d0-b40a-5bb16fe85d4b Date: Sun, 12 Aug 2018 08:20:41 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":["68117e70-e42d-4204-b2a1-7121d981d613"],"updated_at":"2018-08-12T08:20:38Z","tenant_id":"ec757c672de7450f91323007b0eb62b1","created_at":"2018-08-12T08:20:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"ec757c672de7450f91323007b0eb62b1","id":"8c9fe2cb-260d-4344-bcd0-d34fabc18d19","name":"SimpleHealthCheck-6b28c62b-f190-4868-8ed6-f086268bc625-priv-net"}]} 2018-08-12 08:20:41,341 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=SimpleHealthCheck-6b28c62b-f190-4868-8ed6-f086268bc625-priv-net used request id req-3d856e38-f5bd-48d0-b40a-5bb16fe85d4b 2018-08-12 08:20:41,346 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=8c9fe2cb-260d-4344-bcd0-d34fabc18d19 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54099203423b6fb541862c73f316e91bcdbd9e22" 2018-08-12 08:20:41,560 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-920d2c7a-d5d0-4a53-ba04-297b4c47ee15 Date: Sun, 12 Aug 2018 08:20:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8c9fe2cb-260d-4344-bcd0-d34fabc18d19","tenant_id":"ec757c672de7450f91323007b0eb62b1","created_at":"2018-08-12T08:20:38Z","dns_nameservers":[],"updated_at":"2018-08-12T08:20:38Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"ec757c672de7450f91323007b0eb62b1","id":"68117e70-e42d-4204-b2a1-7121d981d613","subnetpool_id":null,"name":"SimpleHealthCheck-6b28c62b-f190-4868-8ed6-f086268bc625-priv-subnet"}]} 2018-08-12 08:20:41,560 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=8c9fe2cb-260d-4344-bcd0-d34fabc18d19 used request id req-920d2c7a-d5d0-4a53-ba04-297b4c47ee15 2018-08-12 08:20:41,566 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=SimpleHealthCheck-6b28c62b-f190-4868-8ed6-f086268bc625-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54099203423b6fb541862c73f316e91bcdbd9e22" 2018-08-12 08:20:41,855 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-3867162d-9ef7-44c8-8841-527174226e25 Date: Sun, 12 Aug 2018 08:20:41 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":["68117e70-e42d-4204-b2a1-7121d981d613"],"updated_at":"2018-08-12T08:20:38Z","tenant_id":"ec757c672de7450f91323007b0eb62b1","created_at":"2018-08-12T08:20:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"ec757c672de7450f91323007b0eb62b1","id":"8c9fe2cb-260d-4344-bcd0-d34fabc18d19","name":"SimpleHealthCheck-6b28c62b-f190-4868-8ed6-f086268bc625-priv-net"}]} 2018-08-12 08:20:41,855 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=SimpleHealthCheck-6b28c62b-f190-4868-8ed6-f086268bc625-priv-net used request id req-3867162d-9ef7-44c8-8841-527174226e25 2018-08-12 08:20:41,859 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:20:41,864 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:20:41 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:20:41,865 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ec757c672de7450f91323007b0eb62b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54099203423b6fb541862c73f316e91bcdbd9e22" 2018-08-12 08:20:41,953 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:20:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd5eade4-564b-47c9-a2b8-ef7dc2a8762c Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/ec757c672de7450f91323007b0eb62b1"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "ec757c672de7450f91323007b0eb62b1", "name": "SimpleHealthCheck-5513aa59-50ca-4b1-proj"}} 2018-08-12 08:20:41,953 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ec757c672de7450f91323007b0eb62b1 used request id req-dd5eade4-564b-47c9-a2b8-ef7dc2a8762c 2018-08-12 08:20:41,958 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=8c9fe2cb-260d-4344-bcd0-d34fabc18d19 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54099203423b6fb541862c73f316e91bcdbd9e22" 2018-08-12 08:20:42,340 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-b3df7d19-87d7-442f-8dc9-e6fdae05867e Date: Sun, 12 Aug 2018 08:20:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8c9fe2cb-260d-4344-bcd0-d34fabc18d19","tenant_id":"ec757c672de7450f91323007b0eb62b1","created_at":"2018-08-12T08:20:38Z","dns_nameservers":[],"updated_at":"2018-08-12T08:20:38Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"ec757c672de7450f91323007b0eb62b1","id":"68117e70-e42d-4204-b2a1-7121d981d613","subnetpool_id":null,"name":"SimpleHealthCheck-6b28c62b-f190-4868-8ed6-f086268bc625-priv-subnet"}]} 2018-08-12 08:20:42,340 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=8c9fe2cb-260d-4344-bcd0-d34fabc18d19 used request id req-b3df7d19-87d7-442f-8dc9-e6fdae05867e 2018-08-12 08:20:42,346 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=8c9fe2cb-260d-4344-bcd0-d34fabc18d19&name=SimpleHealthCheck-6b28c62b-f190-4868-8ed6-f086268bc625port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54099203423b6fb541862c73f316e91bcdbd9e22" 2018-08-12 08:20:42,569 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-3f39a266-3750-4da2-93f8-4c4e0ec184d8 Date: Sun, 12 Aug 2018 08:20:42 GMT RESP BODY: {"ports":[]} 2018-08-12 08:20:42,569 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=8c9fe2cb-260d-4344-bcd0-d34fabc18d19&name=SimpleHealthCheck-6b28c62b-f190-4868-8ed6-f086268bc625port-1&admin_state_up=True used request id req-3f39a266-3750-4da2-93f8-4c4e0ec184d8 2018-08-12 08:20:42,572 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/detail?name=SimpleHealthCheck-6b28c62b-f190-4868-8ed6-f086268bc625-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54099203423b6fb541862c73f316e91bcdbd9e22" 2018-08-12 08:20:43,230 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:20: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-cc6ac9e7-9523-444f-a2ed-9449bf6899a7 x-compute-request-id: req-cc6ac9e7-9523-444f-a2ed-9449bf6899a7 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-12 08:20:43,231 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail?name=SimpleHealthCheck-6b28c62b-f190-4868-8ed6-f086268bc625-inst used request id req-cc6ac9e7-9523-444f-a2ed-9449bf6899a7 2018-08-12 08:20:43,236 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=SimpleHealthCheck-6b28c62b-f190-4868-8ed6-f086268bc625-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54099203423b6fb541862c73f316e91bcdbd9e22" 2018-08-12 08:20:43,496 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-dd37c8ae-1ffa-4866-9287-c11fccfc995c Date: Sun, 12 Aug 2018 08:20:43 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["68117e70-e42d-4204-b2a1-7121d981d613"],"updated_at":"2018-08-12T08:20:38Z","tenant_id":"ec757c672de7450f91323007b0eb62b1","created_at":"2018-08-12T08:20:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"ec757c672de7450f91323007b0eb62b1","id":"8c9fe2cb-260d-4344-bcd0-d34fabc18d19","name":"SimpleHealthCheck-6b28c62b-f190-4868-8ed6-f086268bc625-priv-net"}]} 2018-08-12 08:20:43,496 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=SimpleHealthCheck-6b28c62b-f190-4868-8ed6-f086268bc625-priv-net used request id req-dd37c8ae-1ffa-4866-9287-c11fccfc995c 2018-08-12 08:20:43,502 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=8c9fe2cb-260d-4344-bcd0-d34fabc18d19 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54099203423b6fb541862c73f316e91bcdbd9e22" 2018-08-12 08:20:43,748 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-090d27a5-f975-4700-bf09-8fcf66bc4991 Date: Sun, 12 Aug 2018 08:20:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8c9fe2cb-260d-4344-bcd0-d34fabc18d19","tenant_id":"ec757c672de7450f91323007b0eb62b1","created_at":"2018-08-12T08:20:38Z","dns_nameservers":[],"updated_at":"2018-08-12T08:20:38Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"ec757c672de7450f91323007b0eb62b1","id":"68117e70-e42d-4204-b2a1-7121d981d613","subnetpool_id":null,"name":"SimpleHealthCheck-6b28c62b-f190-4868-8ed6-f086268bc625-priv-subnet"}]} 2018-08-12 08:20:43,749 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=8c9fe2cb-260d-4344-bcd0-d34fabc18d19 used request id req-090d27a5-f975-4700-bf09-8fcf66bc4991 2018-08-12 08:20:43,754 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=SimpleHealthCheck-6b28c62b-f190-4868-8ed6-f086268bc625-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54099203423b6fb541862c73f316e91bcdbd9e22" 2018-08-12 08:20:44,027 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-fcd60b6a-434c-4d1c-912e-e10d67f4f9af Date: Sun, 12 Aug 2018 08:20:44 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":["68117e70-e42d-4204-b2a1-7121d981d613"],"updated_at":"2018-08-12T08:20:38Z","tenant_id":"ec757c672de7450f91323007b0eb62b1","created_at":"2018-08-12T08:20:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"ec757c672de7450f91323007b0eb62b1","id":"8c9fe2cb-260d-4344-bcd0-d34fabc18d19","name":"SimpleHealthCheck-6b28c62b-f190-4868-8ed6-f086268bc625-priv-net"}]} 2018-08-12 08:20:44,028 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=SimpleHealthCheck-6b28c62b-f190-4868-8ed6-f086268bc625-priv-net used request id req-fcd60b6a-434c-4d1c-912e-e10d67f4f9af 2018-08-12 08:20:44,032 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ec757c672de7450f91323007b0eb62b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54099203423b6fb541862c73f316e91bcdbd9e22" 2018-08-12 08:20:44,125 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:20:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-97e6bd8a-0ebb-47c7-824b-c72ea7062d5e Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/ec757c672de7450f91323007b0eb62b1"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "ec757c672de7450f91323007b0eb62b1", "name": "SimpleHealthCheck-5513aa59-50ca-4b1-proj"}} 2018-08-12 08:20:44,125 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ec757c672de7450f91323007b0eb62b1 used request id req-97e6bd8a-0ebb-47c7-824b-c72ea7062d5e 2018-08-12 08:20:44,130 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=8c9fe2cb-260d-4344-bcd0-d34fabc18d19 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54099203423b6fb541862c73f316e91bcdbd9e22" 2018-08-12 08:20:44,360 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-b8f31943-0321-4b35-9f47-3978a51423e1 Date: Sun, 12 Aug 2018 08:20:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8c9fe2cb-260d-4344-bcd0-d34fabc18d19","tenant_id":"ec757c672de7450f91323007b0eb62b1","created_at":"2018-08-12T08:20:38Z","dns_nameservers":[],"updated_at":"2018-08-12T08:20:38Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"ec757c672de7450f91323007b0eb62b1","id":"68117e70-e42d-4204-b2a1-7121d981d613","subnetpool_id":null,"name":"SimpleHealthCheck-6b28c62b-f190-4868-8ed6-f086268bc625-priv-subnet"}]} 2018-08-12 08:20:44,360 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=8c9fe2cb-260d-4344-bcd0-d34fabc18d19 used request id req-b8f31943-0321-4b35-9f47-3978a51423e1 2018-08-12 08:20:44,366 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=8c9fe2cb-260d-4344-bcd0-d34fabc18d19&name=SimpleHealthCheck-6b28c62b-f190-4868-8ed6-f086268bc625port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54099203423b6fb541862c73f316e91bcdbd9e22" 2018-08-12 08:20:44,579 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-f90444fb-d9ea-47bd-a1df-804dd678ddd5 Date: Sun, 12 Aug 2018 08:20:44 GMT RESP BODY: {"ports":[]} 2018-08-12 08:20:44,579 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=8c9fe2cb-260d-4344-bcd0-d34fabc18d19&name=SimpleHealthCheck-6b28c62b-f190-4868-8ed6-f086268bc625port-1&admin_state_up=True used request id req-f90444fb-d9ea-47bd-a1df-804dd678ddd5 2018-08-12 08:20:44,579 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:20:44,580 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:20:44,983 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "579f977d99434253bb2980f8c0186eb3", "name": "SimpleHealthCheck-5513aa59-50ca-4b1-proj-role"}], "expires_at": "2018-08-12T09:20:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ec757c672de7450f91323007b0eb62b1", "name": "SimpleHealthCheck-5513aa59-50ca-4b1-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/ec757c672de7450f91323007b0eb62b1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/ec757c672de7450f91323007b0eb62b1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/ec757c672de7450f91323007b0eb62b1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_ec757c672de7450f91323007b0eb62b1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_ec757c672de7450f91323007b0eb62b1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/ec757c672de7450f91323007b0eb62b1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/ec757c672de7450f91323007b0eb62b1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/ec757c672de7450f91323007b0eb62b1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/ec757c672de7450f91323007b0eb62b1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/ec757c672de7450f91323007b0eb62b1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/ec757c672de7450f91323007b0eb62b1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/ec757c672de7450f91323007b0eb62b1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/ec757c672de7450f91323007b0eb62b1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/ec757c672de7450f91323007b0eb62b1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "SimpleHealthCheck-5513aa59-50ca-4b1-user", "id": "fbb201a0fb5d4849b2f2eee851ebbb52"}, "audit_ids": ["PcwBK4mfRa6dObvFXvNJ6Q"], "issued_at": "2018-08-12T08:20:44.000000Z"}} 2018-08-12 08:20:44,984 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}e6fa541023eb37e9c965cb775b0fa051c184af84" 2018-08-12 08:20:45,075 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:20:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-96c38efe-fdb8-4aaa-b9d2-fe1838acf15b Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:20:45,075 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-96c38efe-fdb8-4aaa-b9d2-fe1838acf15b 2018-08-12 08:20:45,081 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=SimpleHealthCheck-6b28c62b-f190-4868-8ed6-f086268bc625-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54099203423b6fb541862c73f316e91bcdbd9e22" 2018-08-12 08:20:45,189 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-05269fb7-822a-439d-942c-efdf01ee6ff3 Date: Sun, 12 Aug 2018 08:20:45 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":["68117e70-e42d-4204-b2a1-7121d981d613"],"updated_at":"2018-08-12T08:20:38Z","tenant_id":"ec757c672de7450f91323007b0eb62b1","created_at":"2018-08-12T08:20:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"ec757c672de7450f91323007b0eb62b1","id":"8c9fe2cb-260d-4344-bcd0-d34fabc18d19","name":"SimpleHealthCheck-6b28c62b-f190-4868-8ed6-f086268bc625-priv-net"}]} 2018-08-12 08:20:45,189 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=SimpleHealthCheck-6b28c62b-f190-4868-8ed6-f086268bc625-priv-net used request id req-05269fb7-822a-439d-942c-efdf01ee6ff3 2018-08-12 08:20:45,194 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=8c9fe2cb-260d-4344-bcd0-d34fabc18d19 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54099203423b6fb541862c73f316e91bcdbd9e22" 2018-08-12 08:20:45,416 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-a3460206-4fe6-4fb7-8414-8c08f3c0596c Date: Sun, 12 Aug 2018 08:20:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8c9fe2cb-260d-4344-bcd0-d34fabc18d19","tenant_id":"ec757c672de7450f91323007b0eb62b1","created_at":"2018-08-12T08:20:38Z","dns_nameservers":[],"updated_at":"2018-08-12T08:20:38Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"ec757c672de7450f91323007b0eb62b1","id":"68117e70-e42d-4204-b2a1-7121d981d613","subnetpool_id":null,"name":"SimpleHealthCheck-6b28c62b-f190-4868-8ed6-f086268bc625-priv-subnet"}]} 2018-08-12 08:20:45,416 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=8c9fe2cb-260d-4344-bcd0-d34fabc18d19 used request id req-a3460206-4fe6-4fb7-8414-8c08f3c0596c 2018-08-12 08:20:45,422 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=SimpleHealthCheck-6b28c62b-f190-4868-8ed6-f086268bc625-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54099203423b6fb541862c73f316e91bcdbd9e22" 2018-08-12 08:20:45,523 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-6addd64a-c49f-422e-a49b-92bd5550f4c9 Date: Sun, 12 Aug 2018 08:20:45 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":["68117e70-e42d-4204-b2a1-7121d981d613"],"updated_at":"2018-08-12T08:20:38Z","tenant_id":"ec757c672de7450f91323007b0eb62b1","created_at":"2018-08-12T08:20:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"ec757c672de7450f91323007b0eb62b1","id":"8c9fe2cb-260d-4344-bcd0-d34fabc18d19","name":"SimpleHealthCheck-6b28c62b-f190-4868-8ed6-f086268bc625-priv-net"}]} 2018-08-12 08:20:45,523 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=SimpleHealthCheck-6b28c62b-f190-4868-8ed6-f086268bc625-priv-net used request id req-6addd64a-c49f-422e-a49b-92bd5550f4c9 2018-08-12 08:20:45,527 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:20:45,532 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:20:45 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:20:45,533 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ec757c672de7450f91323007b0eb62b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6fa541023eb37e9c965cb775b0fa051c184af84" 2018-08-12 08:20:45,626 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:20:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-457b8987-fa48-4e52-96f1-488d9d338cbd Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/ec757c672de7450f91323007b0eb62b1"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "ec757c672de7450f91323007b0eb62b1", "name": "SimpleHealthCheck-5513aa59-50ca-4b1-proj"}} 2018-08-12 08:20:45,626 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ec757c672de7450f91323007b0eb62b1 used request id req-457b8987-fa48-4e52-96f1-488d9d338cbd 2018-08-12 08:20:45,631 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=8c9fe2cb-260d-4344-bcd0-d34fabc18d19 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54099203423b6fb541862c73f316e91bcdbd9e22" 2018-08-12 08:20:45,684 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-4938a47c-29a7-42e1-910c-ed6b989ffc04 Date: Sun, 12 Aug 2018 08:20:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8c9fe2cb-260d-4344-bcd0-d34fabc18d19","tenant_id":"ec757c672de7450f91323007b0eb62b1","created_at":"2018-08-12T08:20:38Z","dns_nameservers":[],"updated_at":"2018-08-12T08:20:38Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"ec757c672de7450f91323007b0eb62b1","id":"68117e70-e42d-4204-b2a1-7121d981d613","subnetpool_id":null,"name":"SimpleHealthCheck-6b28c62b-f190-4868-8ed6-f086268bc625-priv-subnet"}]} 2018-08-12 08:20:45,684 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=8c9fe2cb-260d-4344-bcd0-d34fabc18d19 used request id req-4938a47c-29a7-42e1-910c-ed6b989ffc04 2018-08-12 08:20:45,685 - neutron_utils - INFO - Creating port for network with name - SimpleHealthCheck-6b28c62b-f190-4868-8ed6-f086268bc625-priv-net 2018-08-12 08:20:45,690 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54099203423b6fb541862c73f316e91bcdbd9e22" -d '{"port": {"network_id": "8c9fe2cb-260d-4344-bcd0-d34fabc18d19", "name": "SimpleHealthCheck-6b28c62b-f190-4868-8ed6-f086268bc625port-1", "admin_state_up": true}}' 2018-08-12 08:20:46,485 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 752 X-Openstack-Request-Id: req-10b784d8-527b-482b-b32f-e1435243b602 Date: Sun, 12 Aug 2018 08:20:46 GMT RESP BODY: {"port":{"status":"DOWN","created_at":"2018-08-12T08:20:45Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"8c9fe2cb-260d-4344-bcd0-d34fabc18d19","tenant_id":"ec757c672de7450f91323007b0eb62b1","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T08:20:46Z","name":"SimpleHealthCheck-6b28c62b-f190-4868-8ed6-f086268bc625port-1","device_owner":"","revision_number":6,"mac_address":"fa:16:3e:f1:36:40","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"ec757c672de7450f91323007b0eb62b1","fixed_ips":[{"subnet_id":"68117e70-e42d-4204-b2a1-7121d981d613","ip_address":"10.55.0.6"}],"id":"5bca55a0-aca8-451b-a506-b3656d3d8972","security_groups":["1442ec68-a24b-4f3f-8f13-1b9a26412275"],"device_id":""}} 2018-08-12 08:20:46,485 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/ports used request id req-10b784d8-527b-482b-b32f-e1435243b602 2018-08-12 08:20:46,490 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=SimpleHealthCheck-6b28c62b-f190-4868-8ed6-f086268bc625-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54099203423b6fb541862c73f316e91bcdbd9e22" 2018-08-12 08:20:46,591 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-cc4fc200-de6c-4a3f-9b59-19259b9dece3 Date: Sun, 12 Aug 2018 08:20:46 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":["68117e70-e42d-4204-b2a1-7121d981d613"],"updated_at":"2018-08-12T08:20:38Z","tenant_id":"ec757c672de7450f91323007b0eb62b1","created_at":"2018-08-12T08:20:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"ec757c672de7450f91323007b0eb62b1","id":"8c9fe2cb-260d-4344-bcd0-d34fabc18d19","name":"SimpleHealthCheck-6b28c62b-f190-4868-8ed6-f086268bc625-priv-net"}]} 2018-08-12 08:20:46,591 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=SimpleHealthCheck-6b28c62b-f190-4868-8ed6-f086268bc625-priv-net used request id req-cc4fc200-de6c-4a3f-9b59-19259b9dece3 2018-08-12 08:20:46,596 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=8c9fe2cb-260d-4344-bcd0-d34fabc18d19 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54099203423b6fb541862c73f316e91bcdbd9e22" 2018-08-12 08:20:46,648 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-c42106a5-b0ba-4765-af38-138896f37fe9 Date: Sun, 12 Aug 2018 08:20:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8c9fe2cb-260d-4344-bcd0-d34fabc18d19","tenant_id":"ec757c672de7450f91323007b0eb62b1","created_at":"2018-08-12T08:20:38Z","dns_nameservers":[],"updated_at":"2018-08-12T08:20:38Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"ec757c672de7450f91323007b0eb62b1","id":"68117e70-e42d-4204-b2a1-7121d981d613","subnetpool_id":null,"name":"SimpleHealthCheck-6b28c62b-f190-4868-8ed6-f086268bc625-priv-subnet"}]} 2018-08-12 08:20:46,649 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=8c9fe2cb-260d-4344-bcd0-d34fabc18d19 used request id req-c42106a5-b0ba-4765-af38-138896f37fe9 2018-08-12 08:20:46,654 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=SimpleHealthCheck-6b28c62b-f190-4868-8ed6-f086268bc625-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54099203423b6fb541862c73f316e91bcdbd9e22" 2018-08-12 08:20:46,923 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-3d52b571-bc7f-45bd-b132-a08b92f7ad4f Date: Sun, 12 Aug 2018 08:20:46 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":["68117e70-e42d-4204-b2a1-7121d981d613"],"updated_at":"2018-08-12T08:20:38Z","tenant_id":"ec757c672de7450f91323007b0eb62b1","created_at":"2018-08-12T08:20:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"ec757c672de7450f91323007b0eb62b1","id":"8c9fe2cb-260d-4344-bcd0-d34fabc18d19","name":"SimpleHealthCheck-6b28c62b-f190-4868-8ed6-f086268bc625-priv-net"}]} 2018-08-12 08:20:46,923 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=SimpleHealthCheck-6b28c62b-f190-4868-8ed6-f086268bc625-priv-net used request id req-3d52b571-bc7f-45bd-b132-a08b92f7ad4f 2018-08-12 08:20:46,927 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ec757c672de7450f91323007b0eb62b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54099203423b6fb541862c73f316e91bcdbd9e22" 2018-08-12 08:20:47,015 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:20:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-727c24a6-f0a3-4485-a321-eb6584782625 Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/ec757c672de7450f91323007b0eb62b1"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "ec757c672de7450f91323007b0eb62b1", "name": "SimpleHealthCheck-5513aa59-50ca-4b1-proj"}} 2018-08-12 08:20:47,015 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ec757c672de7450f91323007b0eb62b1 used request id req-727c24a6-f0a3-4485-a321-eb6584782625 2018-08-12 08:20:47,021 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=8c9fe2cb-260d-4344-bcd0-d34fabc18d19 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54099203423b6fb541862c73f316e91bcdbd9e22" 2018-08-12 08:20:47,245 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-91dade75-28b6-4d1a-979a-d1fd5fae1cdd Date: Sun, 12 Aug 2018 08:20:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8c9fe2cb-260d-4344-bcd0-d34fabc18d19","tenant_id":"ec757c672de7450f91323007b0eb62b1","created_at":"2018-08-12T08:20:38Z","dns_nameservers":[],"updated_at":"2018-08-12T08:20:38Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"ec757c672de7450f91323007b0eb62b1","id":"68117e70-e42d-4204-b2a1-7121d981d613","subnetpool_id":null,"name":"SimpleHealthCheck-6b28c62b-f190-4868-8ed6-f086268bc625-priv-subnet"}]} 2018-08-12 08:20:47,245 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=8c9fe2cb-260d-4344-bcd0-d34fabc18d19 used request id req-91dade75-28b6-4d1a-979a-d1fd5fae1cdd 2018-08-12 08:20:47,250 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=8c9fe2cb-260d-4344-bcd0-d34fabc18d19&name=SimpleHealthCheck-6b28c62b-f190-4868-8ed6-f086268bc625port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54099203423b6fb541862c73f316e91bcdbd9e22" 2018-08-12 08:20:47,483 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 755 X-Openstack-Request-Id: req-ca607221-2fab-47cb-a110-58c39a671c24 Date: Sun, 12 Aug 2018 08:20:47 GMT RESP BODY: {"ports":[{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"8c9fe2cb-260d-4344-bcd0-d34fabc18d19","tenant_id":"ec757c672de7450f91323007b0eb62b1","created_at":"2018-08-12T08:20:45Z","admin_state_up":true,"updated_at":"2018-08-12T08:20:46Z","binding:vnic_type":"normal","device_id":"","device_owner":"","revision_number":6,"mac_address":"fa:16:3e:f1:36:40","id":"5bca55a0-aca8-451b-a506-b3656d3d8972","port_security_enabled":true,"project_id":"ec757c672de7450f91323007b0eb62b1","fixed_ips":[{"subnet_id":"68117e70-e42d-4204-b2a1-7121d981d613","ip_address":"10.55.0.6"}],"extra_dhcp_opts":[],"security_groups":["1442ec68-a24b-4f3f-8f13-1b9a26412275"],"name":"SimpleHealthCheck-6b28c62b-f190-4868-8ed6-f086268bc625port-1"}]} 2018-08-12 08:20:47,483 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=8c9fe2cb-260d-4344-bcd0-d34fabc18d19&name=SimpleHealthCheck-6b28c62b-f190-4868-8ed6-f086268bc625port-1&admin_state_up=True used request id req-ca607221-2fab-47cb-a110-58c39a671c24 2018-08-12 08:20:47,487 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ec757c672de7450f91323007b0eb62b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54099203423b6fb541862c73f316e91bcdbd9e22" 2018-08-12 08:20:47,582 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:20:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-09fe2ab4-8226-4f6c-9c84-170c64aeabac Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/ec757c672de7450f91323007b0eb62b1"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "ec757c672de7450f91323007b0eb62b1", "name": "SimpleHealthCheck-5513aa59-50ca-4b1-proj"}} 2018-08-12 08:20:47,582 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ec757c672de7450f91323007b0eb62b1 used request id req-09fe2ab4-8226-4f6c-9c84-170c64aeabac 2018-08-12 08:20:47,582 - nova_utils - INFO - Creating VM with name - SimpleHealthCheck-6b28c62b-f190-4868-8ed6-f086268bc625-inst 2018-08-12 08:20:47,586 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54099203423b6fb541862c73f316e91bcdbd9e22" 2018-08-12 08:20:47,611 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:20: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-3bbae69a-2e54-4903-8c5e-faea23ee48cf x-compute-request-id: req-3bbae69a-2e54-4903-8c5e-faea23ee48cf Content-Encoding: gzip Content-Length: 201 Content-Type: application/json RESP BODY: {"flavors": [{"id": "12801a65-99f8-4487-82f4-18488194cd2e", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/12801a65-99f8-4487-82f4-18488194cd2e", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/12801a65-99f8-4487-82f4-18488194cd2e", "rel": "bookmark"}], "name": "SimpleHealthCheck-6b28c62b-f190-4868-8ed6-f086268bc625-flavor-name"}]} 2018-08-12 08:20:47,611 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-3bbae69a-2e54-4903-8c5e-faea23ee48cf 2018-08-12 08:20:47,615 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors/12801a65-99f8-4487-82f4-18488194cd2e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54099203423b6fb541862c73f316e91bcdbd9e22" 2018-08-12 08:20:47,642 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:20: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-d8748143-35c1-449d-af29-ac4e57dd9811 x-compute-request-id: req-d8748143-35c1-449d-af29-ac4e57dd9811 Content-Encoding: gzip Content-Length: 318 Content-Type: application/json RESP BODY: {"flavor": {"name": "SimpleHealthCheck-6b28c62b-f190-4868-8ed6-f086268bc625-flavor-name", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/12801a65-99f8-4487-82f4-18488194cd2e", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/12801a65-99f8-4487-82f4-18488194cd2e", "rel": "bookmark"}], "ram": 256, "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": "12801a65-99f8-4487-82f4-18488194cd2e"}} 2018-08-12 08:20:47,643 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/12801a65-99f8-4487-82f4-18488194cd2e used request id req-d8748143-35c1-449d-af29-ac4e57dd9811 2018-08-12 08:20:47,646 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=SimpleHealthCheck-6b28c62b-f190-4868-8ed6-f086268bc625-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}54099203423b6fb541862c73f316e91bcdbd9e22" 2018-08-12 08:20:47,840 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1044 Content-Type: application/json X-Openstack-Request-Id: req-0fc03870-66f0-4f8a-85a9-a3bb0d4b4505 Date: Sun, 12 Aug 2018 08:20:47 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "SimpleHealthCheck-6b28c62b-f190-4868-8ed6-f086268bc625-image", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:20:34Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-12T08:20:35Z", "visibility": "shared", "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/a473de93-4b7a-4515-9239-20dbfb060134/snap", "metadata": {}}], "self": "/v2/images/a473de93-4b7a-4515-9239-20dbfb060134", "min_disk": 0, "protected": false, "id": "a473de93-4b7a-4515-9239-20dbfb060134", "file": "/v2/images/a473de93-4b7a-4515-9239-20dbfb060134/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "ec757c672de7450f91323007b0eb62b1", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/a473de93-4b7a-4515-9239-20dbfb060134/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=SimpleHealthCheck-6b28c62b-f190-4868-8ed6-f086268bc625-image"} 2018-08-12 08:20:47,840 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=SimpleHealthCheck-6b28c62b-f190-4868-8ed6-f086268bc625-image used request id req-0fc03870-66f0-4f8a-85a9-a3bb0d4b4505 2018-08-12 08:20:47,843 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}54099203423b6fb541862c73f316e91bcdbd9e22" 2018-08-12 08:20:48,109 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-75687791-bc40-47b6-92f1-8dc7216b1f19 Date: Sun, 12 Aug 2018 08:20:48 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"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}, "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}, "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"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "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"}, "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"}, "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}, "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}, "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"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "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}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-12 08:20:48,109 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-75687791-bc40-47b6-92f1-8dc7216b1f19 2018-08-12 08:20:48,115 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54099203423b6fb541862c73f316e91bcdbd9e22" -d '{"server": {"name": "SimpleHealthCheck-6b28c62b-f190-4868-8ed6-f086268bc625-inst", "imageRef": "a473de93-4b7a-4515-9239-20dbfb060134", "flavorRef": "12801a65-99f8-4487-82f4-18488194cd2e", "max_count": 1, "min_count": 1, "networks": [{"port": "5bca55a0-aca8-451b-a506-b3656d3d8972"}]}}' 2018-08-12 08:20:50,586 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 08:20: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-3ea61755-4c93-4c84-9a21-c6dd0504f388 x-compute-request-id: req-3ea61755-4c93-4c84-9a21-c6dd0504f388 Content-Length: 374 location: http://172.30.9.21:8774/v2.1/servers/1266f75d-9c09-470d-afd9-0c037b0e27d4 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "1266f75d-9c09-470d-afd9-0c037b0e27d4", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/1266f75d-9c09-470d-afd9-0c037b0e27d4", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1266f75d-9c09-470d-afd9-0c037b0e27d4", "rel": "bookmark"}], "adminPass": "K3RcsJ4s8Eqv"}} 2018-08-12 08:20:50,586 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-3ea61755-4c93-4c84-9a21-c6dd0504f388 2018-08-12 08:20:50,590 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/1266f75d-9c09-470d-afd9-0c037b0e27d4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54099203423b6fb541862c73f316e91bcdbd9e22" 2018-08-12 08:20:51,237 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:20: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-8a4fa0b0-3baf-4d99-b4c7-a88299a37ba1 x-compute-request-id: req-8a4fa0b0-3baf-4d99-b4c7-a88299a37ba1 Content-Encoding: gzip Content-Length: 607 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/1266f75d-9c09-470d-afd9-0c037b0e27d4", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1266f75d-9c09-470d-afd9-0c037b0e27d4", "rel": "bookmark"}], "image": {"id": "a473de93-4b7a-4515-9239-20dbfb060134", "links": [{"href": "http://172.30.9.21:8774/images/a473de93-4b7a-4515-9239-20dbfb060134", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "12801a65-99f8-4487-82f4-18488194cd2e", "links": [{"href": "http://172.30.9.21:8774/flavors/12801a65-99f8-4487-82f4-18488194cd2e", "rel": "bookmark"}]}, "id": "1266f75d-9c09-470d-afd9-0c037b0e27d4", "user_id": "fbb201a0fb5d4849b2f2eee851ebbb52", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:20:50Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-6b28c62b-f190-4868-8ed6-f086268bc625-inst", "created": "2018-08-12T08:20:50Z", "tenant_id": "ec757c672de7450f91323007b0eb62b1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:20:51,237 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/1266f75d-9c09-470d-afd9-0c037b0e27d4 used request id req-8a4fa0b0-3baf-4d99-b4c7-a88299a37ba1 2018-08-12 08:20:51,238 - create_instance - INFO - Created instance with name - SimpleHealthCheck-6b28c62b-f190-4868-8ed6-f086268bc625-inst 2018-08-12 08:20:51,241 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/1266f75d-9c09-470d-afd9-0c037b0e27d4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54099203423b6fb541862c73f316e91bcdbd9e22" 2018-08-12 08:20:51,739 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:20: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-8afb6798-b79b-4db4-ba53-efa8e12c29f5 x-compute-request-id: req-8afb6798-b79b-4db4-ba53-efa8e12c29f5 Content-Encoding: gzip Content-Length: 610 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/1266f75d-9c09-470d-afd9-0c037b0e27d4", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1266f75d-9c09-470d-afd9-0c037b0e27d4", "rel": "bookmark"}], "image": {"id": "a473de93-4b7a-4515-9239-20dbfb060134", "links": [{"href": "http://172.30.9.21:8774/images/a473de93-4b7a-4515-9239-20dbfb060134", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "12801a65-99f8-4487-82f4-18488194cd2e", "links": [{"href": "http://172.30.9.21:8774/flavors/12801a65-99f8-4487-82f4-18488194cd2e", "rel": "bookmark"}]}, "id": "1266f75d-9c09-470d-afd9-0c037b0e27d4", "user_id": "fbb201a0fb5d4849b2f2eee851ebbb52", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:20:51Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-6b28c62b-f190-4868-8ed6-f086268bc625-inst", "created": "2018-08-12T08:20:50Z", "tenant_id": "ec757c672de7450f91323007b0eb62b1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:20:51,739 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/1266f75d-9c09-470d-afd9-0c037b0e27d4 used request id req-8afb6798-b79b-4db4-ba53-efa8e12c29f5 2018-08-12 08:20:51,740 - create_instance - DEBUG - Instance status [SimpleHealthCheck-6b28c62b-f190-4868-8ed6-f086268bc625-inst] is - BUILD 2018-08-12 08:20:51,740 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-12 08:20:54,743 - create_instance - DEBUG - VM status query timeout in 896.494829893 2018-08-12 08:20:54,746 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/1266f75d-9c09-470d-afd9-0c037b0e27d4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54099203423b6fb541862c73f316e91bcdbd9e22" 2018-08-12 08:20:55,627 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:20: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-e8d822c7-124e-4dc0-a45b-89e0b267a70c x-compute-request-id: req-e8d822c7-124e-4dc0-a45b-89e0b267a70c Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/1266f75d-9c09-470d-afd9-0c037b0e27d4", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1266f75d-9c09-470d-afd9-0c037b0e27d4", "rel": "bookmark"}], "image": {"id": "a473de93-4b7a-4515-9239-20dbfb060134", "links": [{"href": "http://172.30.9.21:8774/images/a473de93-4b7a-4515-9239-20dbfb060134", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "12801a65-99f8-4487-82f4-18488194cd2e", "links": [{"href": "http://172.30.9.21:8774/flavors/12801a65-99f8-4487-82f4-18488194cd2e", "rel": "bookmark"}]}, "id": "1266f75d-9c09-470d-afd9-0c037b0e27d4", "security_groups": [{"name": "default"}], "user_id": "fbb201a0fb5d4849b2f2eee851ebbb52", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:20:54Z", "hostId": "9c603602d00a61fa4b9f9c7cf74b287857af871c6870decb800ca019", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-6b28c62b-f190-4868-8ed6-f086268bc625-inst", "created": "2018-08-12T08:20:50Z", "tenant_id": "ec757c672de7450f91323007b0eb62b1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:20:55,627 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/1266f75d-9c09-470d-afd9-0c037b0e27d4 used request id req-e8d822c7-124e-4dc0-a45b-89e0b267a70c 2018-08-12 08:20:55,628 - create_instance - DEBUG - Instance status [SimpleHealthCheck-6b28c62b-f190-4868-8ed6-f086268bc625-inst] is - BUILD 2018-08-12 08:20:55,628 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-12 08:20:58,631 - create_instance - DEBUG - VM status query timeout in 892.607141018 2018-08-12 08:20:58,634 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/1266f75d-9c09-470d-afd9-0c037b0e27d4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54099203423b6fb541862c73f316e91bcdbd9e22" 2018-08-12 08:20:59,929 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:20: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-c23b82ef-73fd-4e9a-beb4-57492e007562 x-compute-request-id: req-c23b82ef-73fd-4e9a-beb4-57492e007562 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/1266f75d-9c09-470d-afd9-0c037b0e27d4", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1266f75d-9c09-470d-afd9-0c037b0e27d4", "rel": "bookmark"}], "image": {"id": "a473de93-4b7a-4515-9239-20dbfb060134", "links": [{"href": "http://172.30.9.21:8774/images/a473de93-4b7a-4515-9239-20dbfb060134", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "12801a65-99f8-4487-82f4-18488194cd2e", "links": [{"href": "http://172.30.9.21:8774/flavors/12801a65-99f8-4487-82f4-18488194cd2e", "rel": "bookmark"}]}, "id": "1266f75d-9c09-470d-afd9-0c037b0e27d4", "security_groups": [{"name": "default"}], "user_id": "fbb201a0fb5d4849b2f2eee851ebbb52", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:20:54Z", "hostId": "9c603602d00a61fa4b9f9c7cf74b287857af871c6870decb800ca019", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-6b28c62b-f190-4868-8ed6-f086268bc625-inst", "created": "2018-08-12T08:20:50Z", "tenant_id": "ec757c672de7450f91323007b0eb62b1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:20:59,929 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/1266f75d-9c09-470d-afd9-0c037b0e27d4 used request id req-c23b82ef-73fd-4e9a-beb4-57492e007562 2018-08-12 08:20:59,929 - create_instance - DEBUG - Instance status [SimpleHealthCheck-6b28c62b-f190-4868-8ed6-f086268bc625-inst] is - BUILD 2018-08-12 08:20:59,929 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-12 08:21:02,933 - create_instance - DEBUG - VM status query timeout in 888.305372 2018-08-12 08:21:02,935 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/1266f75d-9c09-470d-afd9-0c037b0e27d4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54099203423b6fb541862c73f316e91bcdbd9e22" 2018-08-12 08:21:04,013 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:21: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-990d6ca4-c7ec-48ad-aeef-743205851fff x-compute-request-id: req-990d6ca4-c7ec-48ad-aeef-743205851fff Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-6b28c62b-f190-4868-8ed6-f086268bc625-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:36:40", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/1266f75d-9c09-470d-afd9-0c037b0e27d4", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1266f75d-9c09-470d-afd9-0c037b0e27d4", "rel": "bookmark"}], "image": {"id": "a473de93-4b7a-4515-9239-20dbfb060134", "links": [{"href": "http://172.30.9.21:8774/images/a473de93-4b7a-4515-9239-20dbfb060134", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:20:59.000000", "flavor": {"id": "12801a65-99f8-4487-82f4-18488194cd2e", "links": [{"href": "http://172.30.9.21:8774/flavors/12801a65-99f8-4487-82f4-18488194cd2e", "rel": "bookmark"}]}, "id": "1266f75d-9c09-470d-afd9-0c037b0e27d4", "security_groups": [{"name": "default"}], "user_id": "fbb201a0fb5d4849b2f2eee851ebbb52", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:20:59Z", "hostId": "9c603602d00a61fa4b9f9c7cf74b287857af871c6870decb800ca019", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-6b28c62b-f190-4868-8ed6-f086268bc625-inst", "created": "2018-08-12T08:20:50Z", "tenant_id": "ec757c672de7450f91323007b0eb62b1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:21:04,013 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/1266f75d-9c09-470d-afd9-0c037b0e27d4 used request id req-990d6ca4-c7ec-48ad-aeef-743205851fff 2018-08-12 08:21:04,014 - create_instance - DEBUG - Instance status [SimpleHealthCheck-6b28c62b-f190-4868-8ed6-f086268bc625-inst] is - ACTIVE 2018-08-12 08:21:04,014 - create_instance - INFO - VM is - ACTIVE 2018-08-12 08:21:04,016 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/1266f75d-9c09-470d-afd9-0c037b0e27d4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54099203423b6fb541862c73f316e91bcdbd9e22" 2018-08-12 08:21:05,125 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:21: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-69a00fac-eed9-4ffa-9f90-8c019e09acb8 x-compute-request-id: req-69a00fac-eed9-4ffa-9f90-8c019e09acb8 Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-6b28c62b-f190-4868-8ed6-f086268bc625-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:36:40", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/1266f75d-9c09-470d-afd9-0c037b0e27d4", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1266f75d-9c09-470d-afd9-0c037b0e27d4", "rel": "bookmark"}], "image": {"id": "a473de93-4b7a-4515-9239-20dbfb060134", "links": [{"href": "http://172.30.9.21:8774/images/a473de93-4b7a-4515-9239-20dbfb060134", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:20:59.000000", "flavor": {"id": "12801a65-99f8-4487-82f4-18488194cd2e", "links": [{"href": "http://172.30.9.21:8774/flavors/12801a65-99f8-4487-82f4-18488194cd2e", "rel": "bookmark"}]}, "id": "1266f75d-9c09-470d-afd9-0c037b0e27d4", "security_groups": [{"name": "default"}], "user_id": "fbb201a0fb5d4849b2f2eee851ebbb52", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:20:59Z", "hostId": "9c603602d00a61fa4b9f9c7cf74b287857af871c6870decb800ca019", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-6b28c62b-f190-4868-8ed6-f086268bc625-inst", "created": "2018-08-12T08:20:50Z", "tenant_id": "ec757c672de7450f91323007b0eb62b1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:21:05,125 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/1266f75d-9c09-470d-afd9-0c037b0e27d4 used request id req-69a00fac-eed9-4ffa-9f90-8c019e09acb8 2018-08-12 08:21:05,131 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=SimpleHealthCheck-6b28c62b-f190-4868-8ed6-f086268bc625-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54099203423b6fb541862c73f316e91bcdbd9e22" 2018-08-12 08:21:05,398 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-5b7e3dd6-1189-4161-bfb0-97cc007a8ae6 Date: Sun, 12 Aug 2018 08:21:05 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["68117e70-e42d-4204-b2a1-7121d981d613"],"updated_at":"2018-08-12T08:20:38Z","tenant_id":"ec757c672de7450f91323007b0eb62b1","created_at":"2018-08-12T08:20:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"ec757c672de7450f91323007b0eb62b1","id":"8c9fe2cb-260d-4344-bcd0-d34fabc18d19","name":"SimpleHealthCheck-6b28c62b-f190-4868-8ed6-f086268bc625-priv-net"}]} 2018-08-12 08:21:05,399 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=SimpleHealthCheck-6b28c62b-f190-4868-8ed6-f086268bc625-priv-net used request id req-5b7e3dd6-1189-4161-bfb0-97cc007a8ae6 2018-08-12 08:21:05,403 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ec757c672de7450f91323007b0eb62b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54099203423b6fb541862c73f316e91bcdbd9e22" 2018-08-12 08:21:05,501 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:21:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-41a80332-cc3a-4d73-9e18-cbd1a2dc7de6 Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/ec757c672de7450f91323007b0eb62b1"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "ec757c672de7450f91323007b0eb62b1", "name": "SimpleHealthCheck-5513aa59-50ca-4b1-proj"}} 2018-08-12 08:21:05,501 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ec757c672de7450f91323007b0eb62b1 used request id req-41a80332-cc3a-4d73-9e18-cbd1a2dc7de6 2018-08-12 08:21:05,506 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=8c9fe2cb-260d-4344-bcd0-d34fabc18d19 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54099203423b6fb541862c73f316e91bcdbd9e22" 2018-08-12 08:21:05,555 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-c44b5eb7-cc57-446c-96a7-82bc3d0c7e2e Date: Sun, 12 Aug 2018 08:21:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8c9fe2cb-260d-4344-bcd0-d34fabc18d19","tenant_id":"ec757c672de7450f91323007b0eb62b1","created_at":"2018-08-12T08:20:38Z","dns_nameservers":[],"updated_at":"2018-08-12T08:20:38Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"ec757c672de7450f91323007b0eb62b1","id":"68117e70-e42d-4204-b2a1-7121d981d613","subnetpool_id":null,"name":"SimpleHealthCheck-6b28c62b-f190-4868-8ed6-f086268bc625-priv-subnet"}]} 2018-08-12 08:21:05,555 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=8c9fe2cb-260d-4344-bcd0-d34fabc18d19 used request id req-c44b5eb7-cc57-446c-96a7-82bc3d0c7e2e 2018-08-12 08:21:05,560 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=8c9fe2cb-260d-4344-bcd0-d34fabc18d19 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54099203423b6fb541862c73f316e91bcdbd9e22" 2018-08-12 08:21:05,662 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3020 X-Openstack-Request-Id: req-2fd09dd7-671f-45c4-b80c-76f30054806d Date: Sun, 12 Aug 2018 08:21:05 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"8c9fe2cb-260d-4344-bcd0-d34fabc18d19","tenant_id":"ec757c672de7450f91323007b0eb62b1","created_at":"2018-08-12T08:20:40Z","admin_state_up":true,"updated_at":"2018-08-12T08:20:43Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-8c9fe2cb-260d-4344-bcd0-d34fabc18d19","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:71:c8:a1","id":"0ecdfe73-9e37-42a7-8ef7-5a8ed1595aef","port_security_enabled":false,"project_id":"ec757c672de7450f91323007b0eb62b1","fixed_ips":[{"subnet_id":"68117e70-e42d-4204-b2a1-7121d981d613","ip_address":"10.55.0.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"8c9fe2cb-260d-4344-bcd0-d34fabc18d19","tenant_id":"ec757c672de7450f91323007b0eb62b1","created_at":"2018-08-12T08:20:45Z","admin_state_up":true,"updated_at":"2018-08-12T08:20:58Z","binding:vnic_type":"normal","device_id":"1266f75d-9c09-470d-afd9-0c037b0e27d4","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:f1:36:40","id":"5bca55a0-aca8-451b-a506-b3656d3d8972","port_security_enabled":true,"project_id":"ec757c672de7450f91323007b0eb62b1","fixed_ips":[{"subnet_id":"68117e70-e42d-4204-b2a1-7121d981d613","ip_address":"10.55.0.6"}],"extra_dhcp_opts":[],"security_groups":["1442ec68-a24b-4f3f-8f13-1b9a26412275"],"name":"SimpleHealthCheck-6b28c62b-f190-4868-8ed6-f086268bc625port-1"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"8c9fe2cb-260d-4344-bcd0-d34fabc18d19","tenant_id":"ec757c672de7450f91323007b0eb62b1","created_at":"2018-08-12T08:20:39Z","admin_state_up":true,"updated_at":"2018-08-12T08:20:42Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-8c9fe2cb-260d-4344-bcd0-d34fabc18d19","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:d9:2e:96","id":"bbb4820f-a9aa-4d07-b0fc-4b5da776c6a0","port_security_enabled":false,"project_id":"ec757c672de7450f91323007b0eb62b1","fixed_ips":[{"subnet_id":"68117e70-e42d-4204-b2a1-7121d981d613","ip_address":"10.55.0.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"8c9fe2cb-260d-4344-bcd0-d34fabc18d19","tenant_id":"ec757c672de7450f91323007b0eb62b1","created_at":"2018-08-12T08:20:39Z","admin_state_up":true,"updated_at":"2018-08-12T08:20:42Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-8c9fe2cb-260d-4344-bcd0-d34fabc18d19","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:56:da:96","id":"d91e7d67-4a5e-41e9-9600-7ea258342ed7","port_security_enabled":false,"project_id":"ec757c672de7450f91323007b0eb62b1","fixed_ips":[{"subnet_id":"68117e70-e42d-4204-b2a1-7121d981d613","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-12 08:21:05,662 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=8c9fe2cb-260d-4344-bcd0-d34fabc18d19 used request id req-2fd09dd7-671f-45c4-b80c-76f30054806d 2018-08-12 08:21:05,663 - create_instance_tests - INFO - Looking for IP 10.55.0.6 in the console log 2018-08-12 08:21:05,665 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/1266f75d-9c09-470d-afd9-0c037b0e27d4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54099203423b6fb541862c73f316e91bcdbd9e22" 2018-08-12 08:21:06,572 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:21: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-cddd5e35-e12d-4a1a-9313-6442b6f6687d x-compute-request-id: req-cddd5e35-e12d-4a1a-9313-6442b6f6687d Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-6b28c62b-f190-4868-8ed6-f086268bc625-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:36:40", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/1266f75d-9c09-470d-afd9-0c037b0e27d4", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1266f75d-9c09-470d-afd9-0c037b0e27d4", "rel": "bookmark"}], "image": {"id": "a473de93-4b7a-4515-9239-20dbfb060134", "links": [{"href": "http://172.30.9.21:8774/images/a473de93-4b7a-4515-9239-20dbfb060134", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:20:59.000000", "flavor": {"id": "12801a65-99f8-4487-82f4-18488194cd2e", "links": [{"href": "http://172.30.9.21:8774/flavors/12801a65-99f8-4487-82f4-18488194cd2e", "rel": "bookmark"}]}, "id": "1266f75d-9c09-470d-afd9-0c037b0e27d4", "security_groups": [{"name": "default"}], "user_id": "fbb201a0fb5d4849b2f2eee851ebbb52", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:20:59Z", "hostId": "9c603602d00a61fa4b9f9c7cf74b287857af871c6870decb800ca019", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-6b28c62b-f190-4868-8ed6-f086268bc625-inst", "created": "2018-08-12T08:20:50Z", "tenant_id": "ec757c672de7450f91323007b0eb62b1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:21:06,573 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/1266f75d-9c09-470d-afd9-0c037b0e27d4 used request id req-cddd5e35-e12d-4a1a-9313-6442b6f6687d 2018-08-12 08:21:06,576 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers/1266f75d-9c09-470d-afd9-0c037b0e27d4/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54099203423b6fb541862c73f316e91bcdbd9e22" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 08:21:06,691 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:21: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-197f1399-8a20-45ac-96af-ffb05c35102d x-compute-request-id: req-197f1399-8a20-45ac-96af-ffb05c35102d Content-Encoding: gzip Content-Length: 9407 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-0x000000000ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] 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 = 0xffdc 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 0x0fb16000-0x0ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000000FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000000FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000000FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000000FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 490517478 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-0x000000000ffdbfff]\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-0x000000000ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff]\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 0x10000000-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 @ffff88000f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr f80d940\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: 64357\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: 1024 (order: 1, 8192 bytes)\n[ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K 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.147216] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.149090] pid_max: default: 32768 minimum: 301\n[ 0.150108] ACPI: Core revision 20150930\n[ 0.151589] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153071] Security Framework initialized\n[ 0.154001] Yama: becoming mindful.\n[ 0.154834] AppArmor: AppArmor initialized\n[ 0.155792] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.157260] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.158716] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.160074] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.161654] Initializing cgroup subsys io\n[ 0.162581] Initializing cgroup subsys memory\n[ 0.163555] Initializing cgroup subsys devices\n[ 0.164539] Initializing cgroup subsys freezer\n[ 0.165516] Initializing cgroup subsys net_cls\n[ 0.166519] Initializing cgroup subsys perf_event\n[ 0.167550] Initializing cgroup subsys net_prio\n[ 0.168554] Initializing cgroup subsys hugetlb\n[ 0.169545] Initializing cgroup subsys pids\n[ 0.170532] CPU: Physical Processor ID: 0\n[ 0.172125] mce: CPU supports 10 MCE banks\n[ 0.173075] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.174220] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.190072] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.196325] ftrace: allocating 31920 entries in 125 pages\n[ 0.221185] smpboot: Max logical packages: 1\n[ 0.222064] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.223531] x2apic enabled\n[ 0.224374] Switched APIC routing to physical x2apic.\n[ 0.226119] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.227365] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.229521] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.231493] KVM setup paravirtual spinlock\n[ 0.232877] x86: Booted up 1 node, 1 CPUs\n[ 0.233768] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.235297] devtmpfs: initialized\n[ 0.237100] evm: security.selinux\n[ 0.237870] evm: security.SMACK64\n[ 0.238626] evm: security.SMACK64EXEC\n[ 0.239446] evm: security.SMACK64TRANSMUTE\n[ 0.240341] evm: security.SMACK64MMAP\n[ 0.241165] evm: security.ima\n[ 0.241864] evm: security.capability\n[ 0.242743] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.244805] pinctrl core: initialized pinctrl subsystem\n[ 0.246015] RTC time: 8:21:00, date: 08/12/18\n[ 0.247075] NET: Registered protocol family 16\n[ 0.248153] cpuidle: using governor ladder\n[ 0.249095] cpuidle: using governor menu\n[ 0.249995] PCCT header not found.\n[ 0.250819] ACPI: bus type PCI registered\n[ 0.251707] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.253095] PCI: Using configuration type 1 for base access\n[ 0.254971] ACPI: Added _OSI(Module Device)\n[ 0.255936] ACPI: Added _OSI(Processor Device)\n[ 0.256917] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.257952] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.259842] ACPI: Interpreter enabled\n[ 0.260707] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.262808] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.264894] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.266970] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.269009] ACPI: (supports S0 S5)\n[ 0.269789] ACPI: Using IOAPIC for interrupt routing\n[ 0.270858] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.274125] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.275406] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.276801] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.278143] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.280651] acpiphp: Slot [3] registered\n[ 0.281568] acpiphp: Slot [4] registered\n[ 0.282463] acpiphp: Slot [5] registered\n[ 0.283358] acpiphp: Slot [6] registered\n[ 0.284238] acpiphp: Slot [7] registered\n[ 0.285125] acpiphp: Slot [8] registered\n[ 0.286040] acpiphp: Slot [9] registered\n[ 0.286951] acpiphp: Slot [10] registered\n[ 0.287852] acpiphp: Slot [11] registered\n[ 0.288751] acpiphp: Slot [12] registered\n[ 0.289647] acpiphp: Slot [13] registered\n[ 0.290573] acpiphp: Slot [14] registered\n[ 0.291496] acpiphp: Slot [15] registered\n[ 0.302369] acpiphp: Slot [16] registered\n[ 0.303272] acpiphp: Slot [17] registered\n[ 0.304169] acpiphp: Slot [18] registered\n[ 0.305065] acpiphp: Slot [19] registered\n[ 0.305963] acpiphp: Slot [20] registered\n[ 0.306862] acpiphp: Slot [21] registered\n[ 0.307758] acpiphp: Slot [22] registered\n[ 0.308648] acpiphp: Slot [23] registered\n[ 0.309546] acpiphp: Slot [24] registered\n[ 0.310503] acpiphp: Slot [25] registered\n[ 0.311430] acpiphp: Slot [26] registered\n[ 0.312325] acpiphp: Slot [27] registered\n[ 0.313221] acpiphp: Slot [28] registered\n[ 0.314104] acpiphp: Slot [29] registered\n[ 0.315002] acpiphp: Slot [30] registered\n[ 0.315902] acpiphp: Slot [31] registered\n[ 0.316794] PCI host bridge to bus 0000:00\n[ 0.317691] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.319048] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.320453] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.322091] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.323697] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.325333] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.328700] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.330137] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.331460] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.332889] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.336550] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.338363] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356996] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359076] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360633] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.362218] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.363648] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365066] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366498] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367723] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369490] vgaarb: loaded\n[ 0.370151] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371493] SCSI subsystem initialized\n[ 0.372484] ACPI: bus type USB registered\n[ 0.373404] usbcore: registered new interface driver usbfs\n[ 0.374559] usbcore: registered new interface driver hub\n[ 0.375679] usbcore: registered new device driver usb\n[ 0.376889] PCI: Using ACPI for IRQ routing\n[ 0.378084] NetLabel: Initializing\n[ 0.378873] NetLabel: domain hash size = 128\n[ 0.379818] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380880] NetLabel: unlabeled traffic allowed by default\n[ 0.382145] clocksource: Switched to clocksource kvm-clock\n[ 0.390096] AppArmor: AppArmor Filesystem Enabled\n[ 0.391168] pnp: PnP ACPI init\n[ 0.392161] pnp: PnP ACPI: found 5 devices\n[ 0.398463] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.400418] NET: Registered protocol family 2\n[ 0.401574] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.403018] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.404337] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.405666] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.406914] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408243] NET: Registered protocol family 1\n[ 0.409213] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.410439] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.411647] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.425684] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.440024] Trying to unpack rootfs image as initramfs...\n[ 0.495768] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.497563] Scanning for low memory corruption every 60 seconds\n[ 0.499056] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.500376] audit: initializing netlink subsys (disabled)\n[ 0.501507] audit: type=2000 audit(1534062060.231:1): initialized\n[ 0.502998] Initialise system trusted keyring\n[ 0.504043] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.505348] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.507569] zbud: loaded\n[ 0.508345] VFS: Disk quotas dquot_6.6.0\n[ 0.509239] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.510865] fuse init (API version 7.23)\n[ 0.511785] Key type big_key registered\n[ 0.512591] Allocating IMA MOK and blacklist keyrings.\n[ 0.513851] Key type asymmetric registered\n[ 0.514695] Asymmetric key parser 'x509' registered\n[ 0.515668] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517158] io scheduler noop registered\n[ 0.517963] io scheduler deadline registered (default)\n[ 0.518965] io scheduler cfq registered\n[ 0.519820] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.520865] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522136] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.523600] ACPI: Power Button [PWRF]\n[ 0.524457] GHES: HEST is not enabled!\n[ 0.538134] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.565939] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.568136] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.594541] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.597096] Linux agpgart interface v0.103\n[ 0.600023] brd: module loaded\n[ 0.601715] loop: module loaded\n[ 0.606220] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.607691] GPT:90111 != 20971519\n[ 0.608384] GPT:Alternate GPT header not at the end of the disk.\n[ 0.609487] GPT:90111 != 20971519\n[ 0.610194] GPT: Use GNU Parted to correct GPT errors.\n[ 0.611182] vda: vda1 vda15\n[ 0.612648] scsi host0: ata_piix\n[ 0.613444] scsi host1: ata_piix\n[ 0.614188] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.615421] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.616913] libphy: Fixed MDIO Bus: probed\n[ 0.617743] tun: Universal TUN/TAP device driver, 1.6\n[ 0.618703] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.621141] PPP generic driver version 2.4.2\n[ 0.622072] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.623307] ehci-pci: EHCI PCI platform driver\n[ 0.624197] ehci-platform: EHCI generic platform driver\n[ 0.625205] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.626352] ohci-pci: OHCI PCI platform driver\n[ 0.627242] ohci-platform: OHCI generic platform driver\n[ 0.628244] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.642452] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.643484] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.644959] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.645989] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.647162] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.648407] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.649840] usb usb1: Product: UHCI Host Controller\n[ 0.650781] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.651932] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.652927] hub 1-0:1.0: USB hub found\n[ 0.653728] hub 1-0:1.0: 2 ports detected\n[ 0.654689] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.656848] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.657821] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.658885] mousedev: PS/2 mouse device common for all mice\n[ 0.660190] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.662083] rtc_cmos 00:00: RTC can wake from S4\n[ 0.663325] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.664532] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.665740] i2c /dev entries driver\n[ 0.666533] device-mapper: uevent: version 1.0.3\n[ 0.667509] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.669162] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.670620] NET: Registered protocol family 10\n[ 0.671780] NET: Registered protocol family 17\n[ 0.672699] Key type dns_resolver registered\n[ 0.673716] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.674841] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.676685] registered taskstats version 1\n[ 0.677541] Loading compiled-in X.509 certificates\n[ 0.679037] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.680941] zswap: loaded using pool lzo/zbud\n[ 0.682622] Key type trusted registered\n[ 0.684414] Key type encrypted registered\n[ 0.685261] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.686325] ima: No TPM chip found, activating TPM-bypass!\n[ 0.687381] evm: HMAC attrs: 0x1\n[ 0.688380] Magic number: 14:582:371\n[ 0.689249] rtc_cmos 00:00: setting system clock to 2018-08-12 08:21:00 UTC (1534062060)\n[ 0.690909] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.692043] EDD information not available.\n[ 0.775493] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.787311] Write protecting the kernel read-only data: 14336k\n[ 0.789493] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791362] 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.91\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.131515] 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 10.55.0.6...\nLease of 10.55.0.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.55.0.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.01. iid=i-00000083\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=20953055,end=20971487\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: 236MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 10737418240 \nvda1 253:1 10727964160 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC4Eu493LdfGL/9eQ8/jJNxxDEn/Uf4gAJnaTviTU22YIi6G5677HLqf6fN+vMniSKmkuhqpOsYbkX2GzcrcQwvUP22+Zu9eIVcvfDjj/WTjOa98ADVAAOTUdcYBqrcrWDHd8oZNno/zL+t3bLsy3nMGir+KCr3gdFbVgrQZ7nsdw/aoDBB5CtKQeZ419tQ3wwwej6S0ZV6CXaQYXDNPOOSyGbarixgzhf7z2derK9V66TBtVqjnjuPuI3XxW4bAjvpMr59qDdY134OxCFVriX1U2HrMd71wOIEg9cU8RtJhut43PyyzuOQVZMWJTlRjWEj74Nvme0VESrXol/2Sku1 root@simplehealthcheck-6b28c62b-f190-4868-8ed6-f086268bc625-inst\nssh-dss AAAAB3NzaC1kc3MAAACBAOi+sD21fmMWWkeL0Lmbi3W3HunX5vNOIOTnophSuQqRo8q/HEdyQ4BnRYq1NFks1o5c68bcumSNUbZ2R71jR/pYW/Oa5s/0IMFTdaQkT5jUSRF+0+T3bwkM3tRLAvYSoG/XBumxH/odmvKQGEGVryBW+Ozwj1t/8mKsJ8ssyTE7AAAAFQCSvCQcBIWKmtplu5BdJCR4gpcvFwAAAIEA0BY63kwO1UtO3J6B5krBzmw60rM9dmYXdtCOfqCvG5z6uaR0XjRb3Bd7G5u9gIPcr0bZNeCkvaPWaXMW+pAJyQCMQ8I/4MVviP/CvgpQdA7L2Y3cUIIE7qvc7pmU77iQcMD69a5QvObLZUJy2s2FO9TwDMgla10JfliCGDCDhlYAAACAQ0XDfBrNDCdKfal/tnQTRMQTo1uXADbQooCPJYu6tbo6Uu1pKcspCAgNEtLLNo060r/dpJAiwjFmgsiLYDiMwnaz3FDvNHfb0jqpcpauqy/ufGROZcl6y62h3AEvIPfd9BvAUx470pcy7OWo3gvWyQ+E8n1NnFCsKIXpzp5bsJU= root@simplehealthcheck-6b28c62b-f190-4868-8ed6-f086268bc625-inst\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.55.0.6,24,fe80::f816:3eff:fef1:3640/64,\nip-route:default via 10.55.0.1 dev eth0 \nip-route:10.55.0.0/24 dev eth0 src 10.55.0.6 \nip-route:169.254.169.254 via 10.55.0.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-00000083\nname: N/A\navailability-zone: nova\nlocal-hostname: simplehealthcheck-6b28c62b-f190-4868-8ed6-f086268bc625-inst\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.69 ===\n"} 2018-08-12 08:21:06,692 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/1266f75d-9c09-470d-afd9-0c037b0e27d4/action used request id req-197f1399-8a20-45ac-96af-ffb05c35102d 2018-08-12 08:21:06,693 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-08-12 08:21:06,693 - create_instance_tests - DEBUG - Full console output - [ 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-0x000000000ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] 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 = 0xffdc 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 0x0fb16000-0x0ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000000FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000000FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000000FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000000FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 490517478 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-0x000000000ffdbfff] [ 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-0x000000000ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff] [ 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 0x10000000-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 @ffff88000f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr f80d940 [ 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: 64357 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes) [ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K 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.147216] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.149090] pid_max: default: 32768 minimum: 301 [ 0.150108] ACPI: Core revision 20150930 [ 0.151589] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.153071] Security Framework initialized [ 0.154001] Yama: becoming mindful. [ 0.154834] AppArmor: AppArmor initialized [ 0.155792] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.157260] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.158716] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.160074] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.161654] Initializing cgroup subsys io [ 0.162581] Initializing cgroup subsys memory [ 0.163555] Initializing cgroup subsys devices [ 0.164539] Initializing cgroup subsys freezer [ 0.165516] Initializing cgroup subsys net_cls [ 0.166519] Initializing cgroup subsys perf_event [ 0.167550] Initializing cgroup subsys net_prio [ 0.168554] Initializing cgroup subsys hugetlb [ 0.169545] Initializing cgroup subsys pids [ 0.170532] CPU: Physical Processor ID: 0 [ 0.172125] mce: CPU supports 10 MCE banks [ 0.173075] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.174220] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.190072] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.196325] ftrace: allocating 31920 entries in 125 pages [ 0.221185] smpboot: Max logical packages: 1 [ 0.222064] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.223531] x2apic enabled [ 0.224374] Switched APIC routing to physical x2apic. [ 0.226119] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.227365] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.229521] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.231493] KVM setup paravirtual spinlock [ 0.232877] x86: Booted up 1 node, 1 CPUs [ 0.233768] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.235297] devtmpfs: initialized [ 0.237100] evm: security.selinux [ 0.237870] evm: security.SMACK64 [ 0.238626] evm: security.SMACK64EXEC [ 0.239446] evm: security.SMACK64TRANSMUTE [ 0.240341] evm: security.SMACK64MMAP [ 0.241165] evm: security.ima [ 0.241864] evm: security.capability [ 0.242743] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.244805] pinctrl core: initialized pinctrl subsystem [ 0.246015] RTC time: 8:21:00, date: 08/12/18 [ 0.247075] NET: Registered protocol family 16 [ 0.248153] cpuidle: using governor ladder [ 0.249095] cpuidle: using governor menu [ 0.249995] PCCT header not found. [ 0.250819] ACPI: bus type PCI registered [ 0.251707] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.253095] PCI: Using configuration type 1 for base access [ 0.254971] ACPI: Added _OSI(Module Device) [ 0.255936] ACPI: Added _OSI(Processor Device) [ 0.256917] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.257952] ACPI: Added _OSI(Processor Aggregator Device) [ 0.259842] ACPI: Interpreter enabled [ 0.260707] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.262808] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.264894] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.266970] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.269009] ACPI: (supports S0 S5) [ 0.269789] ACPI: Using IOAPIC for interrupt routing [ 0.270858] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.274125] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.275406] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.276801] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.278143] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.280651] acpiphp: Slot [3] registered [ 0.281568] acpiphp: Slot [4] registered [ 0.282463] acpiphp: Slot [5] registered [ 0.283358] acpiphp: Slot [6] registered [ 0.284238] acpiphp: Slot [7] registered [ 0.285125] acpiphp: Slot [8] registered [ 0.286040] acpiphp: Slot [9] registered [ 0.286951] acpiphp: Slot [10] registered [ 0.287852] acpiphp: Slot [11] registered [ 0.288751] acpiphp: Slot [12] registered [ 0.289647] acpiphp: Slot [13] registered [ 0.290573] acpiphp: Slot [14] registered [ 0.291496] acpiphp: Slot [15] registered [ 0.302369] acpiphp: Slot [16] registered [ 0.303272] acpiphp: Slot [17] registered [ 0.304169] acpiphp: Slot [18] registered [ 0.305065] acpiphp: Slot [19] registered [ 0.305963] acpiphp: Slot [20] registered [ 0.306862] acpiphp: Slot [21] registered [ 0.307758] acpiphp: Slot [22] registered [ 0.308648] acpiphp: Slot [23] registered [ 0.309546] acpiphp: Slot [24] registered [ 0.310503] acpiphp: Slot [25] registered [ 0.311430] acpiphp: Slot [26] registered [ 0.312325] acpiphp: Slot [27] registered [ 0.313221] acpiphp: Slot [28] registered [ 0.314104] acpiphp: Slot [29] registered [ 0.315002] acpiphp: Slot [30] registered [ 0.315902] acpiphp: Slot [31] registered [ 0.316794] PCI host bridge to bus 0000:00 [ 0.317691] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.319048] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.320453] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.322091] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.323697] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.325333] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.328700] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.330137] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.331460] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.332889] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.336550] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.338363] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.356996] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.359076] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.360633] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.362218] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.363648] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.365066] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.366498] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.367723] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.369490] vgaarb: loaded [ 0.370151] vgaarb: bridge control possible 0000:00:02.0 [ 0.371493] SCSI subsystem initialized [ 0.372484] ACPI: bus type USB registered [ 0.373404] usbcore: registered new interface driver usbfs [ 0.374559] usbcore: registered new interface driver hub [ 0.375679] usbcore: registered new device driver usb [ 0.376889] PCI: Using ACPI for IRQ routing [ 0.378084] NetLabel: Initializing [ 0.378873] NetLabel: domain hash size = 128 [ 0.379818] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380880] NetLabel: unlabeled traffic allowed by default [ 0.382145] clocksource: Switched to clocksource kvm-clock [ 0.390096] AppArmor: AppArmor Filesystem Enabled [ 0.391168] pnp: PnP ACPI init [ 0.392161] pnp: PnP ACPI: found 5 devices [ 0.398463] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.400418] NET: Registered protocol family 2 [ 0.401574] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.403018] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.404337] TCP: Hash tables configured (established 2048 bind 2048) [ 0.405666] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.406914] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.408243] NET: Registered protocol family 1 [ 0.409213] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.410439] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.411647] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.425684] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.440024] Trying to unpack rootfs image as initramfs... [ 0.495768] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.497563] Scanning for low memory corruption every 60 seconds [ 0.499056] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.500376] audit: initializing netlink subsys (disabled) [ 0.501507] audit: type=2000 audit(1534062060.231:1): initialized [ 0.502998] Initialise system trusted keyring [ 0.504043] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.505348] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.507569] zbud: loaded [ 0.508345] VFS: Disk quotas dquot_6.6.0 [ 0.509239] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.510865] fuse init (API version 7.23) [ 0.511785] Key type big_key registered [ 0.512591] Allocating IMA MOK and blacklist keyrings. [ 0.513851] Key type asymmetric registered [ 0.514695] Asymmetric key parser 'x509' registered [ 0.515668] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.517158] io scheduler noop registered [ 0.517963] io scheduler deadline registered (default) [ 0.518965] io scheduler cfq registered [ 0.519820] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.520865] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.522136] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.523600] ACPI: Power Button [PWRF] [ 0.524457] GHES: HEST is not enabled! [ 0.538134] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.565939] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.568136] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.594541] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.597096] Linux agpgart interface v0.103 [ 0.600023] brd: module loaded [ 0.601715] loop: module loaded [ 0.606220] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.607691] GPT:90111 != 20971519 [ 0.608384] GPT:Alternate GPT header not at the end of the disk. [ 0.609487] GPT:90111 != 20971519 [ 0.610194] GPT: Use GNU Parted to correct GPT errors. [ 0.611182] vda: vda1 vda15 [ 0.612648] scsi host0: ata_piix [ 0.613444] scsi host1: ata_piix [ 0.614188] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.615421] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.616913] libphy: Fixed MDIO Bus: probed [ 0.617743] tun: Universal TUN/TAP device driver, 1.6 [ 0.618703] tun: (C) 1999-2004 Max Krasnyansky [ 0.621141] PPP generic driver version 2.4.2 [ 0.622072] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.623307] ehci-pci: EHCI PCI platform driver [ 0.624197] ehci-platform: EHCI generic platform driver [ 0.625205] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.626352] ohci-pci: OHCI PCI platform driver [ 0.627242] ohci-platform: OHCI generic platform driver [ 0.628244] uhci_hcd: USB Universal Host Controller Interface driver [ 0.642452] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.643484] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.644959] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.645989] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.647162] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.648407] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.649840] usb usb1: Product: UHCI Host Controller [ 0.650781] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.651932] usb usb1: SerialNumber: 0000:00:01.2 [ 0.652927] hub 1-0:1.0: USB hub found [ 0.653728] hub 1-0:1.0: 2 ports detected [ 0.654689] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.656848] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.657821] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.658885] mousedev: PS/2 mouse device common for all mice [ 0.660190] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.662083] rtc_cmos 00:00: RTC can wake from S4 [ 0.663325] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.664532] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.665740] i2c /dev entries driver [ 0.666533] device-mapper: uevent: version 1.0.3 [ 0.667509] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.669162] ledtrig-cpu: registered to indicate activity on CPUs [ 0.670620] NET: Registered protocol family 10 [ 0.671780] NET: Registered protocol family 17 [ 0.672699] Key type dns_resolver registered [ 0.673716] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.674841] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.676685] registered taskstats version 1 [ 0.677541] Loading compiled-in X.509 certificates [ 0.679037] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.680941] zswap: loaded using pool lzo/zbud [ 0.682622] Key type trusted registered [ 0.684414] Key type encrypted registered [ 0.685261] AppArmor: AppArmor sha1 policy hashing enabled [ 0.686325] ima: No TPM chip found, activating TPM-bypass! [ 0.687381] evm: HMAC attrs: 0x1 [ 0.688380] Magic number: 14:582:371 [ 0.689249] rtc_cmos 00:00: setting system clock to 2018-08-12 08:21:00 UTC (1534062060) [ 0.690909] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.692043] EDD information not available. [ 0.775493] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.787311] Write protecting the kernel read-only data: 14336k [ 0.789493] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.791362] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.91 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.131515] 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.55.0.6... Lease of 10.55.0.6 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "10.55.0.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.01. iid=i-00000083 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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=20953055,end=20971487 /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: 236MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 10737418240 vda1 253:1 10727964160 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC4Eu493LdfGL/9eQ8/jJNxxDEn/Uf4gAJnaTviTU22YIi6G5677HLqf6fN+vMniSKmkuhqpOsYbkX2GzcrcQwvUP22+Zu9eIVcvfDjj/WTjOa98ADVAAOTUdcYBqrcrWDHd8oZNno/zL+t3bLsy3nMGir+KCr3gdFbVgrQZ7nsdw/aoDBB5CtKQeZ419tQ3wwwej6S0ZV6CXaQYXDNPOOSyGbarixgzhf7z2derK9V66TBtVqjnjuPuI3XxW4bAjvpMr59qDdY134OxCFVriX1U2HrMd71wOIEg9cU8RtJhut43PyyzuOQVZMWJTlRjWEj74Nvme0VESrXol/2Sku1 root@simplehealthcheck-6b28c62b-f190-4868-8ed6-f086268bc625-inst ssh-dss AAAAB3NzaC1kc3MAAACBAOi+sD21fmMWWkeL0Lmbi3W3HunX5vNOIOTnophSuQqRo8q/HEdyQ4BnRYq1NFks1o5c68bcumSNUbZ2R71jR/pYW/Oa5s/0IMFTdaQkT5jUSRF+0+T3bwkM3tRLAvYSoG/XBumxH/odmvKQGEGVryBW+Ozwj1t/8mKsJ8ssyTE7AAAAFQCSvCQcBIWKmtplu5BdJCR4gpcvFwAAAIEA0BY63kwO1UtO3J6B5krBzmw60rM9dmYXdtCOfqCvG5z6uaR0XjRb3Bd7G5u9gIPcr0bZNeCkvaPWaXMW+pAJyQCMQ8I/4MVviP/CvgpQdA7L2Y3cUIIE7qvc7pmU77iQcMD69a5QvObLZUJy2s2FO9TwDMgla10JfliCGDCDhlYAAACAQ0XDfBrNDCdKfal/tnQTRMQTo1uXADbQooCPJYu6tbo6Uu1pKcspCAgNEtLLNo060r/dpJAiwjFmgsiLYDiMwnaz3FDvNHfb0jqpcpauqy/ufGROZcl6y62h3AEvIPfd9BvAUx470pcy7OWo3gvWyQ+E8n1NnFCsKIXpzp5bsJU= root@simplehealthcheck-6b28c62b-f190-4868-8ed6-f086268bc625-inst -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,10.55.0.6,24,fe80::f816:3eff:fef1:3640/64, ip-route:default via 10.55.0.1 dev eth0 ip-route:10.55.0.0/24 dev eth0 src 10.55.0.6 ip-route:169.254.169.254 via 10.55.0.3 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-00000083 name: N/A availability-zone: nova local-hostname: simplehealthcheck-6b28c62b-f190-4868-8ed6-f086268bc625-inst launch-index: 0 === cirros: current=0.4.0 uptime=3.69 === 2018-08-12 08:21:06,694 - create_instance - INFO - Deleting Port with ID - 5bca55a0-aca8-451b-a506-b3656d3d8972 2018-08-12 08:21:06,694 - neutron_utils - INFO - Deleting port with name SimpleHealthCheck-6b28c62b-f190-4868-8ed6-f086268bc625port-1 2018-08-12 08:21:06,699 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/ports/5bca55a0-aca8-451b-a506-b3656d3d8972 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54099203423b6fb541862c73f316e91bcdbd9e22" 2018-08-12 08:21:07,343 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-60673c96-81e3-484e-9260-379848895af3 Date: Sun, 12 Aug 2018 08:21:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:21:07,343 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/ports/5bca55a0-aca8-451b-a506-b3656d3d8972 used request id req-60673c96-81e3-484e-9260-379848895af3 2018-08-12 08:21:07,344 - create_instance - INFO - Deleting VM instance - SimpleHealthCheck-6b28c62b-f190-4868-8ed6-f086268bc625-inst 2018-08-12 08:21:07,346 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/servers/1266f75d-9c09-470d-afd9-0c037b0e27d4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54099203423b6fb541862c73f316e91bcdbd9e22" 2018-08-12 08:21:07,549 - novaclient.v2.client - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:21: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-4dfea973-1924-4735-87b4-352f3b0289e2 x-compute-request-id: req-4dfea973-1924-4735-87b4-352f3b0289e2 Content-Type: application/json 2018-08-12 08:21:07,549 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/1266f75d-9c09-470d-afd9-0c037b0e27d4 used request id req-4dfea973-1924-4735-87b4-352f3b0289e2 2018-08-12 08:21:07,549 - create_instance - INFO - Checking deletion status 2018-08-12 08:21:07,552 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/1266f75d-9c09-470d-afd9-0c037b0e27d4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54099203423b6fb541862c73f316e91bcdbd9e22" 2018-08-12 08:21:07,817 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:21: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-8f052d62-f8cd-40c0-83f0-4c60ba609f05 x-compute-request-id: req-8f052d62-f8cd-40c0-83f0-4c60ba609f05 Content-Encoding: gzip Content-Length: 735 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"SimpleHealthCheck-6b28c62b-f190-4868-8ed6-f086268bc625-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:36:40", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/1266f75d-9c09-470d-afd9-0c037b0e27d4", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1266f75d-9c09-470d-afd9-0c037b0e27d4", "rel": "bookmark"}], "image": {"id": "a473de93-4b7a-4515-9239-20dbfb060134", "links": [{"href": "http://172.30.9.21:8774/images/a473de93-4b7a-4515-9239-20dbfb060134", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:20:59.000000", "flavor": {"id": "12801a65-99f8-4487-82f4-18488194cd2e", "links": [{"href": "http://172.30.9.21:8774/flavors/12801a65-99f8-4487-82f4-18488194cd2e", "rel": "bookmark"}]}, "id": "1266f75d-9c09-470d-afd9-0c037b0e27d4", "user_id": "fbb201a0fb5d4849b2f2eee851ebbb52", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:21:07Z", "hostId": "9c603602d00a61fa4b9f9c7cf74b287857af871c6870decb800ca019", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-6b28c62b-f190-4868-8ed6-f086268bc625-inst", "created": "2018-08-12T08:20:50Z", "tenant_id": "ec757c672de7450f91323007b0eb62b1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:21:07,817 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/1266f75d-9c09-470d-afd9-0c037b0e27d4 used request id req-8f052d62-f8cd-40c0-83f0-4c60ba609f05 2018-08-12 08:21:07,817 - create_instance - DEBUG - Instance status [SimpleHealthCheck-6b28c62b-f190-4868-8ed6-f086268bc625-inst] is - ACTIVE 2018-08-12 08:21:07,818 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-12 08:21:10,821 - create_instance - DEBUG - VM status query timeout in 296.728495121 2018-08-12 08:21:10,824 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/1266f75d-9c09-470d-afd9-0c037b0e27d4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54099203423b6fb541862c73f316e91bcdbd9e22" 2018-08-12 08:21:10,873 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:21: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-4547fa55-a4a8-48b6-9d11-964d072f0e29 x-compute-request-id: req-4547fa55-a4a8-48b6-9d11-964d072f0e29 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 1266f75d-9c09-470d-afd9-0c037b0e27d4 could not be found.", "code": 404}} 2018-08-12 08:21:10,873 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/1266f75d-9c09-470d-afd9-0c037b0e27d4 used request id req-4547fa55-a4a8-48b6-9d11-964d072f0e29 2018-08-12 08:21:10,874 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 1266f75d-9c09-470d-afd9-0c037b0e27d4 could not be found. (HTTP 404) (Request-ID: req-4547fa55-a4a8-48b6-9d11-964d072f0e29) 2018-08-12 08:21:10,874 - create_instance - INFO - VM has been properly deleted VM with name - SimpleHealthCheck-6b28c62b-f190-4868-8ed6-f086268bc625-inst 2018-08-12 08:21:10,875 - neutron_utils - INFO - Deleting subnet with name SimpleHealthCheck-6b28c62b-f190-4868-8ed6-f086268bc625-priv-subnet 2018-08-12 08:21:10,875 - neutron_utils - INFO - Deleting subnet with name SimpleHealthCheck-6b28c62b-f190-4868-8ed6-f086268bc625-priv-subnet 2018-08-12 08:21:10,880 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/68117e70-e42d-4204-b2a1-7121d981d613 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f9e55c2fc79e4373e19ba06ee08276d9cf0e301" 2018-08-12 08:21:13,341 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-02bfba1b-a566-4041-8bb9-9817acff53e2 Date: Sun, 12 Aug 2018 08:21:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:21:13,341 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/68117e70-e42d-4204-b2a1-7121d981d613 used request id req-02bfba1b-a566-4041-8bb9-9817acff53e2 2018-08-12 08:21:13,342 - neutron_utils - INFO - Deleting network with name SimpleHealthCheck-6b28c62b-f190-4868-8ed6-f086268bc625-priv-net 2018-08-12 08:21:13,347 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/8c9fe2cb-260d-4344-bcd0-d34fabc18d19 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f9e55c2fc79e4373e19ba06ee08276d9cf0e301" 2018-08-12 08:21:14,835 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-90fa2704-4e09-495b-9df0-91e172cfbe32 Date: Sun, 12 Aug 2018 08:21:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:21:14,835 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/8c9fe2cb-260d-4344-bcd0-d34fabc18d19 used request id req-90fa2704-4e09-495b-9df0-91e172cfbe32 2018-08-12 08:21:14,838 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/flavors/12801a65-99f8-4487-82f4-18488194cd2e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c59e27c46c698c3edbdd82b0ad17db179c373e97" 2018-08-12 08:21:14,911 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 08:21: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-a03e1d8b-7f7a-4d87-ae21-94de0aa26831 x-compute-request-id: req-a03e1d8b-7f7a-4d87-ae21-94de0aa26831 Content-Length: 0 Content-Type: application/json 2018-08-12 08:21:14,911 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/12801a65-99f8-4487-82f4-18488194cd2e used request id req-a03e1d8b-7f7a-4d87-ae21-94de0aa26831 2018-08-12 08:21:14,912 - glance_utils - INFO - Deleting image named - SimpleHealthCheck-6b28c62b-f190-4868-8ed6-f086268bc625-image 2018-08-12 08:21:14,915 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/a473de93-4b7a-4515-9239-20dbfb060134 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}92c11f51b2a65465495469ce2864c9a97101cafb" 2018-08-12 08:21:16,164 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-0bd6276c-e05f-42ab-8ffb-23ccc5d61d17 Date: Sun, 12 Aug 2018 08:21: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 08:21:16,164 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/a473de93-4b7a-4515-9239-20dbfb060134 used request id req-0bd6276c-e05f-42ab-8ffb-23ccc5d61d17 2018-08-12 08:21:16,165 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:21:16,166 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:21:16,166 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:21:16,166 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:21:16,166 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:21:16,173 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94f0af1fc7067dbbf27647a0700f2f1a347ee9ae" 2018-08-12 08:21:16,447 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 45548 X-Openstack-Request-Id: req-d6aea82f-8331-4356-bedd-e5e4f0076d54 Date: Sun, 12 Aug 2018 08:21:16 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ec757c672de7450f91323007b0eb62b1", "created_at": "2018-08-12T08:20:37Z", "updated_at": "2018-08-12T08:20:37Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:20:37Z", "revision_number": 0, "id": "88ad8bda-8a75-4276-a411-cb8af07e659d", "remote_group_id": "1442ec68-a24b-4f3f-8f13-1b9a26412275", "remote_ip_prefix": null, "created_at": "2018-08-12T08:20:37Z", "security_group_id": "1442ec68-a24b-4f3f-8f13-1b9a26412275", "tenant_id": "ec757c672de7450f91323007b0eb62b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec757c672de7450f91323007b0eb62b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:20:37Z", "revision_number": 0, "id": "d085f12d-a28d-41c4-96fd-0050ff5dc4b1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:20:37Z", "security_group_id": "1442ec68-a24b-4f3f-8f13-1b9a26412275", "tenant_id": "ec757c672de7450f91323007b0eb62b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec757c672de7450f91323007b0eb62b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:20:37Z", "revision_number": 0, "id": "f047b55b-96c3-4cab-b786-d71fe24dd763", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:20:37Z", "security_group_id": "1442ec68-a24b-4f3f-8f13-1b9a26412275", "tenant_id": "ec757c672de7450f91323007b0eb62b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec757c672de7450f91323007b0eb62b1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:20:37Z", "revision_number": 0, "id": "f446441d-8250-4570-a7f3-b1cab2d3954d", "remote_group_id": "1442ec68-a24b-4f3f-8f13-1b9a26412275", "remote_ip_prefix": null, "created_at": "2018-08-12T08:20:37Z", "security_group_id": "1442ec68-a24b-4f3f-8f13-1b9a26412275", "tenant_id": "ec757c672de7450f91323007b0eb62b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec757c672de7450f91323007b0eb62b1"}], "revision_number": 4, "project_id": "ec757c672de7450f91323007b0eb62b1", "id": "1442ec68-a24b-4f3f-8f13-1b9a26412275", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "created_at": "2018-08-12T06:59:44Z", "updated_at": "2018-08-12T06:59:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "1d7fd960-7865-4453-aecc-8d399b4fad21", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "66820d8a-b785-4b18-bd67-500221c8e4f9", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "74fc7638-a322-4841-8c47-06d36174a200", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "8eaa09ec-8419-4582-9312-1e527afe6e4b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}], "revision_number": 4, "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "created_at": "2018-08-12T05:12:34Z", "updated_at": "2018-08-12T05:12:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "709513d2-af7d-4d0b-bd3c-604fed75a711", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "aa346066-e46f-44f2-94be-2884aa998a19", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "c15f7b93-e56c-4afa-867d-2acb286d4b7b", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "cb0ef83f-5f70-4a80-ad35-431ca9df551e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}], "revision_number": 4, "project_id": "fa5a7fe6ee54472ba01638877aade8e3", "id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ea65becf30e54b27aa96a449698a435e", "created_at": "2018-08-12T05:10:35Z", "updated_at": "2018-08-12T05:10:35Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "30ad280c-f302-4cd4-a438-5139917b56f9", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "76115c4c-887d-4f0a-83e2-486e4b39c713", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "8ab14937-4c08-4d43-8a9a-662e622cc643", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "ee757a03-5662-4273-9c3e-6212e7afb48f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}], "revision_number": 4, "project_id": "ea65becf30e54b27aa96a449698a435e", "id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "created_at": "2018-08-12T06:20:09Z", "updated_at": "2018-08-12T06:20:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "1123b8f2-75ac-4a26-b9b2-a96da97408e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "2ddd2b93-e080-48cd-9a50-f5fe8a82ad0c", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "cd1bae62-0aea-4438-b4c3-50a69ae6f855", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "e398e01e-ceea-46d1-9534-b929808c4a5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}], "revision_number": 4, "project_id": "ff7abd7bb61f4f2889831e932d65dc2e", "id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "created_at": "2018-08-12T05:34:57Z", "updated_at": "2018-08-12T05:34:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "208a1c1e-f5f8-49c7-9a25-d07e68b1541f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "27bfd867-e607-4bf8-9de8-60682d3f771d", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "49360e1f-6fd3-4f35-b339-24cea95773ee", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "60f631a9-d305-4920-9631-d0543e2ac64f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}], "revision_number": 4, "project_id": "3a85ceae958d4d9fba68847e7df67db8", "id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "created_at": "2018-08-12T05:34:40Z", "updated_at": "2018-08-12T05:34:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "2192c259-363e-4768-ae73-e75837ad63b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "3f87ddc5-f84d-41dc-8215-847724782569", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "7d89f6da-ea78-49dd-9115-f9ad23b250bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "9ec4497d-0f65-44db-9be9-7b3042e4a584", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}], "revision_number": 4, "project_id": "85517fcf1c6247e699fdcdd42ecc8c79", "id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "created_at": "2018-08-12T05:16:02Z", "updated_at": "2018-08-12T05:16:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "1ecacd8c-c1c7-4a66-9871-406a69323b43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "3cc1750c-e0e7-4902-b6f3-494a161b832e", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "d719a7a4-8c99-44ed-8c12-6bf071890203", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "fe7421b5-d577-41da-8c78-62f3c07eda92", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}], "revision_number": 4, "project_id": "a267b9a156244bb192691cff6e5f74fe", "id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "315a428116f24d9fbb826b37080a918e", "created_at": "2018-08-12T05:11:31Z", "updated_at": "2018-08-12T05:11:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "5e52886a-1dc3-4a81-a55d-f388dc4fd1a1", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "678e32e4-d64c-448a-a4ab-e253ab94ae90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "a8da1539-e3ad-4f90-b2df-3dc1f09d228a", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "b73d5cc9-0205-4658-bb1f-61a042c0ab8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}], "revision_number": 4, "project_id": "315a428116f24d9fbb826b37080a918e", "id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-12T05:08:01Z", "updated_at": "2018-08-12T05:08:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:01Z", "revision_number": 0, "id": "0fb05d03-1117-45d0-930c-b6d4c96ef102", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "4faaab33-5788-4bbd-85b8-0fb44d41413a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "96d0c5a0-5c67-421b-8fc8-2b46d77e5db3", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "dd78519b-4bc5-4e8e-ad0f-58089dd69347", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "11a46741b7954b959fd7764109c047b6", "created_at": "2018-08-12T05:34:51Z", "updated_at": "2018-08-12T05:34:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "0b67bf3c-2289-43bb-ab6c-7d25ec32a279", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "51f3f833-337a-42bd-a8d5-742ea8d6c226", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "571fd0b5-ef90-408d-af33-aafb517b8993", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "944ba823-fb9c-496e-a66e-bb426bb14a8d", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}], "revision_number": 4, "project_id": "11a46741b7954b959fd7764109c047b6", "id": "90af9782-8112-4257-801d-ee5115d226ba", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "created_at": "2018-08-12T05:34:26Z", "updated_at": "2018-08-12T05:34:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "2ee1f63a-807c-4d6a-85ee-dd784f6b8c3f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5dec3ec2-2add-47dd-8618-90659dcf3885", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5ea0dc3e-49d0-43f0-94e9-f6443527d14c", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "fbfaca22-7e3e-4128-8973-43e439b77c28", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}], "revision_number": 4, "project_id": "3c01cd58055c44ecaef39f7e625c2258", "id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "521007c1818145639e93ceb270559219", "created_at": "2018-08-12T05:13:27Z", "updated_at": "2018-08-12T05:13:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "5e7fede5-b0f2-47d8-95c3-516cdfc7f9de", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "8fd0e36f-c6c4-4f64-ba97-40439e614448", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "db7d79de-1dfc-4138-945f-91e74cdc266b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "e87f2cff-ff3e-4b6d-aaf0-7f0eb0ab9f05", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}], "revision_number": 4, "project_id": "521007c1818145639e93ceb270559219", "id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "created_at": "2018-08-12T05:08:18Z", "updated_at": "2018-08-12T05:08:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "3c67be40-bf74-4f97-9693-d93ce73a23b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "6112d869-2fc6-4a25-a13c-3d55cd7206c0", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "bdf21c56-453e-482e-9cba-3c55abcb0339", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "c8e92c39-38cc-4f48-be9c-5f0912e6a725", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}], "revision_number": 4, "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "created_at": "2018-08-12T05:04:23Z", "updated_at": "2018-08-12T05:04:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "280546d9-8ad1-4283-abfc-15ee9b1736c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "58bce125-f2ca-4a6d-b9ca-4e6cf5c0f7a5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "69275b9a-cfb5-482c-a9c4-8ffc79adf2c7", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "6d747f3a-3764-469a-a645-f977585c5aac", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}], "revision_number": 4, "project_id": "310f5853751a4c968f3eeb0a3d99a0a8", "id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "created_at": "2018-08-12T05:34:42Z", "updated_at": "2018-08-12T05:34:42Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "199582e8-25aa-457a-aa7c-6d8413ca4464", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "234f3609-4454-448f-919d-c8143c7cd764", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "c1061460-71a2-49a9-a04b-9fa33eeb17ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "d21ac532-51d8-4d6b-8300-7bac216759bf", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}], "revision_number": 4, "project_id": "9f6c1a272706419c9a74b0893b2890e8", "id": "d6739716-c693-460c-89c6-e7c8c48f8245", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "created_at": "2018-08-12T05:34:54Z", "updated_at": "2018-08-12T05:34:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "0633a05a-ee7d-4476-a56b-75d011b22f77", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "6cc1b9f8-73db-47a3-a0e0-3c96c43f34da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "90d99a6b-e94f-4fd8-a10c-f19dd8954c13", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "e843c139-af2a-4d2c-a24f-59f7b10ff72e", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}], "revision_number": 4, "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "created_at": "2018-08-12T05:09:07Z", "updated_at": "2018-08-12T05:09:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "5495e168-f505-4d74-ae6d-387f0bf533c2", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "6fd19b8b-3062-456e-81ba-3ff37fe43429", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8ca59d25-485c-46ce-939c-2e4a468caeac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8f190846-50a0-42b9-b571-390809b752b1", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}], "revision_number": 4, "project_id": "fa9ca6d7608b4d7d87ce97331679a481", "id": "edcd9b17-9416-4c25-823c-060c435e18d7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "created_at": "2018-08-12T05:34:52Z", "updated_at": "2018-08-12T05:34:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "2c7e484e-6ec5-4a95-8c9c-66d294c0c27e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "70c74258-3c2c-4efc-87e0-079c26ee3417", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "b70382fa-082e-4c2b-abc8-87490fa50b11", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "c3628e02-b4b6-42c9-8751-c1a2d3c19caa", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}], "revision_number": 4, "project_id": "87db863ba6e348b0a5ddcb67053db9d1", "id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "name": "default"}]} 2018-08-12 08:21:16,448 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-d6aea82f-8331-4356-bedd-e5e4f0076d54 2018-08-12 08:21:16,456 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ec757c672de7450f91323007b0eb62b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94f0af1fc7067dbbf27647a0700f2f1a347ee9ae" 2018-08-12 08:21:16,545 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:21:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3889485e-8774-4cb9-8606-d00b3c320168 Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/ec757c672de7450f91323007b0eb62b1"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "ec757c672de7450f91323007b0eb62b1", "name": "SimpleHealthCheck-5513aa59-50ca-4b1-proj"}} 2018-08-12 08:21:16,545 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ec757c672de7450f91323007b0eb62b1 used request id req-3889485e-8774-4cb9-8606-d00b3c320168 2018-08-12 08:21:16,545 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1442ec68-a24b-4f3f-8f13-1b9a26412275 2018-08-12 08:21:16,550 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=1442ec68-a24b-4f3f-8f13-1b9a26412275 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94f0af1fc7067dbbf27647a0700f2f1a347ee9ae" 2018-08-12 08:21:16,743 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-e7f9e27b-8b05-4e6c-a833-bf085a694df7 Date: Sun, 12 Aug 2018 08:21:16 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "1442ec68-a24b-4f3f-8f13-1b9a26412275", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:20:37Z", "security_group_id": "1442ec68-a24b-4f3f-8f13-1b9a26412275", "port_range_min": null, "revision_number": 0, "tenant_id": "ec757c672de7450f91323007b0eb62b1", "created_at": "2018-08-12T08:20:37Z", "project_id": "ec757c672de7450f91323007b0eb62b1", "id": "88ad8bda-8a75-4276-a411-cb8af07e659d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:20:37Z", "security_group_id": "1442ec68-a24b-4f3f-8f13-1b9a26412275", "port_range_min": null, "revision_number": 0, "tenant_id": "ec757c672de7450f91323007b0eb62b1", "created_at": "2018-08-12T08:20:37Z", "project_id": "ec757c672de7450f91323007b0eb62b1", "id": "d085f12d-a28d-41c4-96fd-0050ff5dc4b1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:20:37Z", "security_group_id": "1442ec68-a24b-4f3f-8f13-1b9a26412275", "port_range_min": null, "revision_number": 0, "tenant_id": "ec757c672de7450f91323007b0eb62b1", "created_at": "2018-08-12T08:20:37Z", "project_id": "ec757c672de7450f91323007b0eb62b1", "id": "f047b55b-96c3-4cab-b786-d71fe24dd763"}, {"remote_group_id": "1442ec68-a24b-4f3f-8f13-1b9a26412275", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:20:37Z", "security_group_id": "1442ec68-a24b-4f3f-8f13-1b9a26412275", "port_range_min": null, "revision_number": 0, "tenant_id": "ec757c672de7450f91323007b0eb62b1", "created_at": "2018-08-12T08:20:37Z", "project_id": "ec757c672de7450f91323007b0eb62b1", "id": "f446441d-8250-4570-a7f3-b1cab2d3954d"}]} 2018-08-12 08:21:16,743 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=1442ec68-a24b-4f3f-8f13-1b9a26412275 used request id req-e7f9e27b-8b05-4e6c-a833-bf085a694df7 2018-08-12 08:21:16,744 - neutron_utils - INFO - Deleting security group with name - default 2018-08-12 08:21:16,749 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/1442ec68-a24b-4f3f-8f13-1b9a26412275 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94f0af1fc7067dbbf27647a0700f2f1a347ee9ae" 2018-08-12 08:21:17,158 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2d7e7302-9dca-43aa-80f4-04330c5be3ef Content-Length: 0 Date: Sun, 12 Aug 2018 08:21:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:21:17,158 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/1442ec68-a24b-4f3f-8f13-1b9a26412275 used request id req-2d7e7302-9dca-43aa-80f4-04330c5be3ef 2018-08-12 08:21:17,159 - keystone_utils - INFO - Deleting project with name - SimpleHealthCheck-5513aa59-50ca-4b1-proj 2018-08-12 08:21:17,162 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/ec757c672de7450f91323007b0eb62b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94f0af1fc7067dbbf27647a0700f2f1a347ee9ae" 2018-08-12 08:21:17,421 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:21:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8c2ae739-c564-473f-af47-6f692b5c513c 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 08:21:17,421 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/ec757c672de7450f91323007b0eb62b1 used request id req-8c2ae739-c564-473f-af47-6f692b5c513c 2018-08-12 08:21:17,421 - keystone_utils - INFO - Deleting role with name - SimpleHealthCheck-5513aa59-50ca-4b1-proj-role 2018-08-12 08:21:17,424 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/579f977d99434253bb2980f8c0186eb3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94f0af1fc7067dbbf27647a0700f2f1a347ee9ae" 2018-08-12 08:21:17,534 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:21:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-39eea7a0-86ec-41aa-b729-fb0ac4f98fda 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 08:21:17,534 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/579f977d99434253bb2980f8c0186eb3 used request id req-39eea7a0-86ec-41aa-b729-fb0ac4f98fda 2018-08-12 08:21:17,538 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94f0af1fc7067dbbf27647a0700f2f1a347ee9ae" 2018-08-12 08:21:17,627 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:21:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-42b92ae2-cdc8-46e2-8d7a-7f49ac6e1554 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:21:17,627 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-42b92ae2-cdc8-46e2-8d7a-7f49ac6e1554 2018-08-12 08:21:17,628 - keystone_utils - INFO - Deleting user with name - SimpleHealthCheck-5513aa59-50ca-4b1-user 2018-08-12 08:21:17,632 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/fbb201a0fb5d4849b2f2eee851ebbb52 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d1944a38c92a953901689bc6f21f19c5d7f22e6" 2018-08-12 08:21:17,856 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:21:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7b231d0e-f651-4ed4-a6a3-f3f1d241478f 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 08:21:17,856 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/fbb201a0fb5d4849b2f2eee851ebbb52 used request id req-7b231d0e-f651-4ed4-a6a3-f3f1d241478f 2018-08-12 08:21:17,857 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:21:18,258 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:21:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["P1lmrmK6TgC1Jo2gjbXnPg"], "issued_at": "2018-08-12T08:21:18.000000Z"}} 2018-08-12 08:21:18,259 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}560bb7d3337413802045837422f8b10d2f732ebb" 2018-08-12 08:21:18,347 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:21:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0495abc3-a57b-4e5d-b944-4d7bb2828614 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:21:18,347 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-0495abc3-a57b-4e5d-b944-4d7bb2828614 2018-08-12 08:21:18,348 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:21:18,349 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:21:18,747 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:21:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["75l7L4jpTauQDxvbWAoMRQ"], "issued_at": "2018-08-12T08:21:18.000000Z"}} 2018-08-12 08:21:18,748 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}cea6f1a1366d15d36e8eb060f5a3808fa7555b59" 2018-08-12 08:21:18,840 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:21:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a542e56-3aca-44d9-9d67-3627590b6efb Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:21:18,841 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-2a542e56-3aca-44d9-9d67-3627590b6efb 2018-08-12 08:21:18,845 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:21:18,850 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:21:18 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:21:18,851 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceTwoNetTests-21065378-3e98-449-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cea6f1a1366d15d36e8eb060f5a3808fa7555b59" 2018-08-12 08:21:18,943 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:21:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af147354-4304-4470-9ed3-bcb7c4aff4d1 Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceTwoNetTests-21065378-3e98-449-proj", "previous": null, "next": null}, "projects": []} 2018-08-12 08:21:18,943 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceTwoNetTests-21065378-3e98-449-proj used request id req-af147354-4304-4470-9ed3-bcb7c4aff4d1 2018-08-12 08:21:18,947 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cea6f1a1366d15d36e8eb060f5a3808fa7555b59" 2018-08-12 08:21:19,042 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:21:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6f021e6f-07e7-4834-bc01-abed41fb44d8 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:21:19,042 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-6f021e6f-07e7-4834-bc01-abed41fb44d8 2018-08-12 08:21:19,046 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cea6f1a1366d15d36e8eb060f5a3808fa7555b59" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceTwoNetTests-21065378-3e98-449-proj"}}' 2018-08-12 08:21:19,170 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:21:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4e1246cd-7e14-4844-b2ff-10c7efeb683a Content-Length: 322 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/2fc410f605b04591be5effbe1da705fa"}, "tags": [], "enabled": true, "id": "2fc410f605b04591be5effbe1da705fa", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-21065378-3e98-449-proj"}} 2018-08-12 08:21:19,170 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-4e1246cd-7e14-4844-b2ff-10c7efeb683a 2018-08-12 08:21:19,170 - keystone_utils - INFO - Created project with name - CreateInstanceTwoNetTests-21065378-3e98-449-proj 2018-08-12 08:21:19,170 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:21:19,171 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:21:19,569 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:21:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["8uOuSaO6SUeFML3FT53BSQ"], "issued_at": "2018-08-12T08:21:19.000000Z"}} 2018-08-12 08:21:19,570 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}3867cacd3ec3b801bc4bdc0d43d582836a9143f9" 2018-08-12 08:21:19,660 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:21:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef1a059e-7cb5-474d-9d9f-a7efd0f0143b Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:21:19,660 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-ef1a059e-7cb5-474d-9d9f-a7efd0f0143b 2018-08-12 08:21:19,665 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:21:19,670 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:21:19 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:21:19,671 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3867cacd3ec3b801bc4bdc0d43d582836a9143f9" 2018-08-12 08:21:19,706 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:21:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-de73f7f1-1dca-4978-b5c9-8e97e0461464 Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/105a247548624314b9228f85f6325f0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105a247548624314b9228f85f6325f0b", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/1c5de0eaa44543f08da6ad63a51594ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c5de0eaa44543f08da6ad63a51594ff", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/1d127b5b832547a88a547c116dfdd65b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d127b5b832547a88a547c116dfdd65b", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/1d5cfc170d624ce4ae53ae0507c8d517"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d5cfc170d624ce4ae53ae0507c8d517", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/2421820b75eb4d3ebd02830378d1377b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2421820b75eb4d3ebd02830378d1377b", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/40bd8ee54ecf44868cc83cede652c396"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40bd8ee54ecf44868cc83cede652c396", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/4f32fb8153854c4c9f5094b42b523f80"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f32fb8153854c4c9f5094b42b523f80", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7066130d08fb4db7bf4ab468de53933b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7066130d08fb4db7bf4ab468de53933b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/8d0898a83bcf4521bbc11501d5d7ac89"}, "domain_id": "1eec97585bde483292ece28ee11f4b8d", "enabled": true, "options": {}, "id": "8d0898a83bcf4521bbc11501d5d7ac89", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/9defcced327d476f8a3beab718a13da3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9defcced327d476f8a3beab718a13da3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/b80ee4f6992446e0879624dd436e99a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b80ee4f6992446e0879624dd436e99a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b86fd3e011324d398fcdb6f095a20a9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b86fd3e011324d398fcdb6f095a20a9d", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1701d2754064b5cadf765ea0806f9b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1701d2754064b5cadf765ea0806f9b2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/db4e7b8d76d549faa502716565c733dd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db4e7b8d76d549faa502716565c733dd", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-12 08:21:19,707 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-de73f7f1-1dca-4978-b5c9-8e97e0461464 2018-08-12 08:21:19,710 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateInstanceTwoNetTests-21065378-3e98-449-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3867cacd3ec3b801bc4bdc0d43d582836a9143f9" 2018-08-12 08:21:19,730 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:21:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-16ad66d0-5230-491c-8cbb-770929cf5a1b Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateInstanceTwoNetTests-21065378-3e98-449-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/2fc410f605b04591be5effbe1da705fa"}, "tags": [], "enabled": true, "id": "2fc410f605b04591be5effbe1da705fa", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-21065378-3e98-449-proj"}]} 2018-08-12 08:21:19,730 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateInstanceTwoNetTests-21065378-3e98-449-proj used request id req-16ad66d0-5230-491c-8cbb-770929cf5a1b 2018-08-12 08:21:19,734 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3867cacd3ec3b801bc4bdc0d43d582836a9143f9" 2018-08-12 08:21:19,831 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:21:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b7762eae-2c80-42fa-a2cd-6f0e0648b22c Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:21:19,832 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-b7762eae-2c80-42fa-a2cd-6f0e0648b22c 2018-08-12 08:21:20,308 - keystone_utils - INFO - Created user with name - CreateInstanceTwoNetTests-21065378-3e98-449-user 2018-08-12 08:21:20,308 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:21:20,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cea6f1a1366d15d36e8eb060f5a3808fa7555b59" 2018-08-12 08:21:20,404 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:21:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a69c7aba-dbc0-4243-b83a-894a7ad05887 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:21:20,404 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-a69c7aba-dbc0-4243-b83a-894a7ad05887 2018-08-12 08:21:20,407 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cea6f1a1366d15d36e8eb060f5a3808fa7555b59" -d '{"role": {"name": "CreateInstanceTwoNetTests-21065378-3e98-449-proj-role"}}' 2018-08-12 08:21:20,523 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:21:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d3e99b4b-8096-43e9-86d6-e579980ffd75 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "ca08932b377f42fb9f88d2109043579c", "links": {"self": "http://172.30.9.21:5000/v3/roles/ca08932b377f42fb9f88d2109043579c"}, "name": "CreateInstanceTwoNetTests-21065378-3e98-449-proj-role"}} 2018-08-12 08:21:20,523 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-d3e99b4b-8096-43e9-86d6-e579980ffd75 2018-08-12 08:21:20,523 - keystone_utils - INFO - Created role with name - CreateInstanceTwoNetTests-21065378-3e98-449-proj-role 2018-08-12 08:21:20,527 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/ca08932b377f42fb9f88d2109043579c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cea6f1a1366d15d36e8eb060f5a3808fa7555b59" 2018-08-12 08:21:20,634 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:21:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bba23f32-6264-47ea-a4a0-a4a7ce0df22e Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "ca08932b377f42fb9f88d2109043579c", "links": {"self": "http://172.30.9.21:5000/v3/roles/ca08932b377f42fb9f88d2109043579c"}, "name": "CreateInstanceTwoNetTests-21065378-3e98-449-proj-role"}} 2018-08-12 08:21:20,634 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/ca08932b377f42fb9f88d2109043579c used request id req-bba23f32-6264-47ea-a4a0-a4a7ce0df22e 2018-08-12 08:21:20,634 - keystone_utils - INFO - Granting role CreateInstanceTwoNetTests-21065378-3e98-449-proj-role to project CreateInstanceTwoNetTests-21065378-3e98-449-proj 2018-08-12 08:21:20,638 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/2fc410f605b04591be5effbe1da705fa/users/cc77846c4df3473fb8019140c3162575/roles/ca08932b377f42fb9f88d2109043579c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cea6f1a1366d15d36e8eb060f5a3808fa7555b59" 2018-08-12 08:21:20,771 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:21:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8f8e958b-2ed7-46f4-9e4a-ca4e3bfc3fb2 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 08:21:20,771 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/2fc410f605b04591be5effbe1da705fa/users/cc77846c4df3473fb8019140c3162575/roles/ca08932b377f42fb9f88d2109043579c used request id req-8f8e958b-2ed7-46f4-9e4a-ca4e3bfc3fb2 2018-08-12 08:21:20,772 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-12 08:21:20,773 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-08-12 08:21:20,773 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:21:20,774 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:21:21,163 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ca08932b377f42fb9f88d2109043579c", "name": "CreateInstanceTwoNetTests-21065378-3e98-449-proj-role"}], "expires_at": "2018-08-12T09:21:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2fc410f605b04591be5effbe1da705fa", "name": "CreateInstanceTwoNetTests-21065378-3e98-449-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/2fc410f605b04591be5effbe1da705fa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/2fc410f605b04591be5effbe1da705fa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/2fc410f605b04591be5effbe1da705fa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_2fc410f605b04591be5effbe1da705fa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_2fc410f605b04591be5effbe1da705fa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/2fc410f605b04591be5effbe1da705fa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/2fc410f605b04591be5effbe1da705fa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/2fc410f605b04591be5effbe1da705fa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/2fc410f605b04591be5effbe1da705fa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/2fc410f605b04591be5effbe1da705fa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/2fc410f605b04591be5effbe1da705fa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/2fc410f605b04591be5effbe1da705fa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/2fc410f605b04591be5effbe1da705fa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/2fc410f605b04591be5effbe1da705fa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-21065378-3e98-449-user", "id": "cc77846c4df3473fb8019140c3162575"}, "audit_ids": ["3RoTaoP5TwWyiNNMMdkcWg"], "issued_at": "2018-08-12T08:21:21.000000Z"}} 2018-08-12 08:21:21,164 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}1b73ec43a887d075771830a655c2820e42e7c671" 2018-08-12 08:21:21,244 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:21:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aca6d1c6-26da-4c72-8b17-1c785cc92cfe Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:21:21,244 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-aca6d1c6-26da-4c72-8b17-1c785cc92cfe 2018-08-12 08:21:21,248 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceTwoNetTests-bf77678e-6d39-4076-a9e8-14e4b04efcf5 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1b73ec43a887d075771830a655c2820e42e7c671" 2018-08-12 08:21:21,442 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 164 Content-Type: application/json X-Openstack-Request-Id: req-39928a23-f1c1-4778-bc21-dce71084b526 Date: Sun, 12 Aug 2018 08:21:21 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceTwoNetTests-bf77678e-6d39-4076-a9e8-14e4b04efcf5"} 2018-08-12 08:21:21,443 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceTwoNetTests-bf77678e-6d39-4076-a9e8-14e4b04efcf5 used request id req-39928a23-f1c1-4778-bc21-dce71084b526 2018-08-12 08:21:21,446 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1b73ec43a887d075771830a655c2820e42e7c671" 2018-08-12 08:21:21,611 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-4035b69b-c678-4fc0-857a-6bfd1ec3ef0e Date: Sun, 12 Aug 2018 08:21:21 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"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}, "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}, "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"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "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"}, "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"}, "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}, "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}, "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"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "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}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-12 08:21:21,612 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-4035b69b-c678-4fc0-857a-6bfd1ec3ef0e 2018-08-12 08:21:21,641 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}1b73ec43a887d075771830a655c2820e42e7c671" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceTwoNetTests-bf77678e-6d39-4076-a9e8-14e4b04efcf5"}' 2018-08-12 08:21:21,857 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 623 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/7a3c0020-4bf2-4fa8-a544-a8314ac04ae4 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-b2c20174-3f58-4e03-9dd9-65beb654e4e1 Date: Sun, 12 Aug 2018 08:21:21 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceTwoNetTests-bf77678e-6d39-4076-a9e8-14e4b04efcf5", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:21:21Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-08-12T08:21:21Z", "visibility": "shared", "locations": [], "self": "/v2/images/7a3c0020-4bf2-4fa8-a544-a8314ac04ae4", "min_disk": 0, "protected": false, "id": "7a3c0020-4bf2-4fa8-a544-a8314ac04ae4", "file": "/v2/images/7a3c0020-4bf2-4fa8-a544-a8314ac04ae4/file", "checksum": null, "owner": "2fc410f605b04591be5effbe1da705fa", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-12 08:21:21,857 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-b2c20174-3f58-4e03-9dd9-65beb654e4e1 2018-08-12 08:21:21,867 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/7a3c0020-4bf2-4fa8-a544-a8314ac04ae4/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1b73ec43a887d075771830a655c2820e42e7c671" -d '' 2018-08-12 08:21:22,419 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d4ccfe24-ebb7-4e1f-89e1-63ae2e4e15d8 Date: Sun, 12 Aug 2018 08:21:22 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-12 08:21:22,420 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/7a3c0020-4bf2-4fa8-a544-a8314ac04ae4/file used request id req-d4ccfe24-ebb7-4e1f-89e1-63ae2e4e15d8 2018-08-12 08:21:22,420 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-12 08:21:22,423 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/7a3c0020-4bf2-4fa8-a544-a8314ac04ae4 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1b73ec43a887d075771830a655c2820e42e7c671" 2018-08-12 08:21:22,618 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 884 Content-Type: application/json X-Openstack-Request-Id: req-6682a27d-2aae-4c66-a81e-3fdf89cc9120 Date: Sun, 12 Aug 2018 08:21:22 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceTwoNetTests-bf77678e-6d39-4076-a9e8-14e4b04efcf5", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:21:21Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-12T08:21:22Z", "visibility": "shared", "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/7a3c0020-4bf2-4fa8-a544-a8314ac04ae4/snap", "metadata": {}}], "self": "/v2/images/7a3c0020-4bf2-4fa8-a544-a8314ac04ae4", "min_disk": 0, "protected": false, "id": "7a3c0020-4bf2-4fa8-a544-a8314ac04ae4", "file": "/v2/images/7a3c0020-4bf2-4fa8-a544-a8314ac04ae4/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "2fc410f605b04591be5effbe1da705fa", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/7a3c0020-4bf2-4fa8-a544-a8314ac04ae4/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-12 08:21:22,618 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/7a3c0020-4bf2-4fa8-a544-a8314ac04ae4 used request id req-6682a27d-2aae-4c66-a81e-3fdf89cc9120 2018-08-12 08:21:22,621 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1b73ec43a887d075771830a655c2820e42e7c671" 2018-08-12 08:21:22,795 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-9f77c724-9728-4eb3-8088-b5281aca9963 Date: Sun, 12 Aug 2018 08:21:22 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"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}, "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}, "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"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "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"}, "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"}, "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}, "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}, "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"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "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}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-12 08:21:22,795 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-9f77c724-9728-4eb3-8088-b5281aca9963 2018-08-12 08:21:22,798 - create_image - INFO - Created image with name - CreateInstanceTwoNetTests-bf77678e-6d39-4076-a9e8-14e4b04efcf5 2018-08-12 08:21:22,800 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/7a3c0020-4bf2-4fa8-a544-a8314ac04ae4 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1b73ec43a887d075771830a655c2820e42e7c671" 2018-08-12 08:21:22,995 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 884 Content-Type: application/json X-Openstack-Request-Id: req-7c68b709-52d2-4cf4-a89c-33c28364717b Date: Sun, 12 Aug 2018 08:21:22 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceTwoNetTests-bf77678e-6d39-4076-a9e8-14e4b04efcf5", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:21:21Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-12T08:21:22Z", "visibility": "shared", "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/7a3c0020-4bf2-4fa8-a544-a8314ac04ae4/snap", "metadata": {}}], "self": "/v2/images/7a3c0020-4bf2-4fa8-a544-a8314ac04ae4", "min_disk": 0, "protected": false, "id": "7a3c0020-4bf2-4fa8-a544-a8314ac04ae4", "file": "/v2/images/7a3c0020-4bf2-4fa8-a544-a8314ac04ae4/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "2fc410f605b04591be5effbe1da705fa", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/7a3c0020-4bf2-4fa8-a544-a8314ac04ae4/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-12 08:21:22,995 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/7a3c0020-4bf2-4fa8-a544-a8314ac04ae4 used request id req-7c68b709-52d2-4cf4-a89c-33c28364717b 2018-08-12 08:21:22,996 - create_image - DEBUG - Instance status is - active 2018-08-12 08:21:22,996 - create_image - DEBUG - Image is active with name - CreateInstanceTwoNetTests-bf77678e-6d39-4076-a9e8-14e4b04efcf5 2018-08-12 08:21:22,996 - create_image - INFO - Image is now active with name - CreateInstanceTwoNetTests-bf77678e-6d39-4076-a9e8-14e4b04efcf5 2018-08-12 08:21:22,996 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:21:22,997 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:21:23,392 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ca08932b377f42fb9f88d2109043579c", "name": "CreateInstanceTwoNetTests-21065378-3e98-449-proj-role"}], "expires_at": "2018-08-12T09:21:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2fc410f605b04591be5effbe1da705fa", "name": "CreateInstanceTwoNetTests-21065378-3e98-449-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/2fc410f605b04591be5effbe1da705fa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/2fc410f605b04591be5effbe1da705fa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/2fc410f605b04591be5effbe1da705fa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_2fc410f605b04591be5effbe1da705fa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_2fc410f605b04591be5effbe1da705fa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/2fc410f605b04591be5effbe1da705fa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/2fc410f605b04591be5effbe1da705fa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/2fc410f605b04591be5effbe1da705fa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/2fc410f605b04591be5effbe1da705fa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/2fc410f605b04591be5effbe1da705fa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/2fc410f605b04591be5effbe1da705fa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/2fc410f605b04591be5effbe1da705fa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/2fc410f605b04591be5effbe1da705fa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/2fc410f605b04591be5effbe1da705fa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-21065378-3e98-449-user", "id": "cc77846c4df3473fb8019140c3162575"}, "audit_ids": ["Otx0JZhEQxKYEpjMzucgXg"], "issued_at": "2018-08-12T08:21:23.000000Z"}} 2018-08-12 08:21:23,393 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}96a760f33417823d729107b52978e640b0ad2a99" 2018-08-12 08:21:23,481 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:21:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb7658d2-cf1f-4fa6-badd-a46ca3843bef Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:21:23,481 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-eb7658d2-cf1f-4fa6-badd-a46ca3843bef 2018-08-12 08:21:23,482 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:21:23,482 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:21:23,482 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:21:23,483 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:21:23,483 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:21:23,490 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96a760f33417823d729107b52978e640b0ad2a99" 2018-08-12 08:21:23,684 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-ca9345b9-73fa-4911-9f7f-113042288049 Date: Sun, 12 Aug 2018 08:21:23 GMT RESP BODY: {"networks":[]} 2018-08-12 08:21:23,684 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-net1 used request id req-ca9345b9-73fa-4911-9f7f-113042288049 2018-08-12 08:21:23,684 - neutron_utils - INFO - Creating network with name CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-net1 2018-08-12 08:21:23,689 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96a760f33417823d729107b52978e640b0ad2a99" -d '{"network": {"name": "CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-net1", "admin_state_up": true}}' 2018-08-12 08:21:24,359 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 604 X-Openstack-Request-Id: req-0883de82-5a03-4495-beb0-fc311111b215 Date: Sun, 12 Aug 2018 08:21:24 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"2fc410f605b04591be5effbe1da705fa","created_at":"2018-08-12T08:21:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T08:21:24Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"2fc410f605b04591be5effbe1da705fa","id":"f631d83b-a663-48f5-a5d2-455ac0465b0d","name":"CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-net1"}} 2018-08-12 08:21:24,359 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-0883de82-5a03-4495-beb0-fc311111b215 2018-08-12 08:21:24,364 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=f631d83b-a663-48f5-a5d2-455ac0465b0d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96a760f33417823d729107b52978e640b0ad2a99" 2018-08-12 08:21:24,619 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 588 X-Openstack-Request-Id: req-5f5d0a85-198a-4321-beb3-641c511d4794 Date: Sun, 12 Aug 2018 08:21:24 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-12T08:21:24Z","tenant_id":"2fc410f605b04591be5effbe1da705fa","created_at":"2018-08-12T08:21:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"2fc410f605b04591be5effbe1da705fa","id":"f631d83b-a663-48f5-a5d2-455ac0465b0d","name":"CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-net1"}]} 2018-08-12 08:21:24,620 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=f631d83b-a663-48f5-a5d2-455ac0465b0d used request id req-5f5d0a85-198a-4321-beb3-641c511d4794 2018-08-12 08:21:24,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=f631d83b-a663-48f5-a5d2-455ac0465b0d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96a760f33417823d729107b52978e640b0ad2a99" 2018-08-12 08:21:24,655 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-feceae62-2f1d-4d8a-b6e0-1a6b40d607da Date: Sun, 12 Aug 2018 08:21:24 GMT RESP BODY: {"subnets":[]} 2018-08-12 08:21:24,655 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=f631d83b-a663-48f5-a5d2-455ac0465b0d used request id req-feceae62-2f1d-4d8a-b6e0-1a6b40d607da 2018-08-12 08:21:24,656 - neutron_utils - INFO - Creating subnet with name CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-subnet1 2018-08-12 08:21:24,661 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96a760f33417823d729107b52978e640b0ad2a99" -d '{"subnets": [{"ip_version": 4, "network_id": "f631d83b-a663-48f5-a5d2-455ac0465b0d", "cidr": "10.200.201.0/24", "gateway_ip": "10.200.201.1", "name": "CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-subnet1"}]}' 2018-08-12 08:21:25,461 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-efcd84b6-3b7a-4de0-93bf-d1b87fd9d664 Date: Sun, 12 Aug 2018 08:21:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f631d83b-a663-48f5-a5d2-455ac0465b0d","tenant_id":"2fc410f605b04591be5effbe1da705fa","created_at":"2018-08-12T08:21:25Z","dns_nameservers":[],"updated_at":"2018-08-12T08:21:25Z","gateway_ip":"10.200.201.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.200.201.0/24","project_id":"2fc410f605b04591be5effbe1da705fa","id":"e4e57ca0-35f5-41c1-9872-db7bf10b6941","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-subnet1"}]} 2018-08-12 08:21:25,462 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-efcd84b6-3b7a-4de0-93bf-d1b87fd9d664 2018-08-12 08:21:25,467 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=f631d83b-a663-48f5-a5d2-455ac0465b0d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96a760f33417823d729107b52978e640b0ad2a99" 2018-08-12 08:21:25,768 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 632 X-Openstack-Request-Id: req-cb4771be-ea2b-4eb0-8e47-4bbb6ba2bd17 Date: Sun, 12 Aug 2018 08:21:25 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":["e4e57ca0-35f5-41c1-9872-db7bf10b6941"],"updated_at":"2018-08-12T08:21:25Z","tenant_id":"2fc410f605b04591be5effbe1da705fa","created_at":"2018-08-12T08:21:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"2fc410f605b04591be5effbe1da705fa","id":"f631d83b-a663-48f5-a5d2-455ac0465b0d","name":"CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-net1"}]} 2018-08-12 08:21:25,768 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=f631d83b-a663-48f5-a5d2-455ac0465b0d used request id req-cb4771be-ea2b-4eb0-8e47-4bbb6ba2bd17 2018-08-12 08:21:25,772 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=f631d83b-a663-48f5-a5d2-455ac0465b0d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96a760f33417823d729107b52978e640b0ad2a99" 2018-08-12 08:21:25,982 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-c5eb6096-de1a-4ec6-b538-8643ea748358 Date: Sun, 12 Aug 2018 08:21:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f631d83b-a663-48f5-a5d2-455ac0465b0d","tenant_id":"2fc410f605b04591be5effbe1da705fa","created_at":"2018-08-12T08:21:25Z","dns_nameservers":[],"updated_at":"2018-08-12T08:21:25Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"2fc410f605b04591be5effbe1da705fa","id":"e4e57ca0-35f5-41c1-9872-db7bf10b6941","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-subnet1"}]} 2018-08-12 08:21:25,982 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=f631d83b-a663-48f5-a5d2-455ac0465b0d used request id req-c5eb6096-de1a-4ec6-b538-8643ea748358 2018-08-12 08:21:25,983 - OpenStackNetwork - DEBUG - Network [f631d83b-a663-48f5-a5d2-455ac0465b0d] created successfully 2018-08-12 08:21:25,983 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:21:25,984 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:21:26,375 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ca08932b377f42fb9f88d2109043579c", "name": "CreateInstanceTwoNetTests-21065378-3e98-449-proj-role"}], "expires_at": "2018-08-12T09:21:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2fc410f605b04591be5effbe1da705fa", "name": "CreateInstanceTwoNetTests-21065378-3e98-449-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/2fc410f605b04591be5effbe1da705fa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/2fc410f605b04591be5effbe1da705fa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/2fc410f605b04591be5effbe1da705fa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_2fc410f605b04591be5effbe1da705fa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_2fc410f605b04591be5effbe1da705fa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/2fc410f605b04591be5effbe1da705fa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/2fc410f605b04591be5effbe1da705fa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/2fc410f605b04591be5effbe1da705fa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/2fc410f605b04591be5effbe1da705fa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/2fc410f605b04591be5effbe1da705fa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/2fc410f605b04591be5effbe1da705fa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/2fc410f605b04591be5effbe1da705fa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/2fc410f605b04591be5effbe1da705fa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/2fc410f605b04591be5effbe1da705fa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-21065378-3e98-449-user", "id": "cc77846c4df3473fb8019140c3162575"}, "audit_ids": ["JRydcEBlRj2COHl2QRAdvw"], "issued_at": "2018-08-12T08:21:26.000000Z"}} 2018-08-12 08:21:26,375 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}5a84b487ce29bd76d698f0b79d28e2c524bc2373" 2018-08-12 08:21:26,459 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:21:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-98ad8f7c-bcc8-4130-97c4-546b1bcd12bb Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:21:26,460 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-98ad8f7c-bcc8-4130-97c4-546b1bcd12bb 2018-08-12 08:21:26,461 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:21:26,461 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:21:26,461 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:21:26,461 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:21:26,461 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:21:26,468 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a84b487ce29bd76d698f0b79d28e2c524bc2373" 2018-08-12 08:21:26,664 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-558373c8-c8dd-43e7-891d-d639d717f2b6 Date: Sun, 12 Aug 2018 08:21:26 GMT RESP BODY: {"networks":[]} 2018-08-12 08:21:26,664 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-net2 used request id req-558373c8-c8dd-43e7-891d-d639d717f2b6 2018-08-12 08:21:26,665 - neutron_utils - INFO - Creating network with name CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-net2 2018-08-12 08:21:26,670 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a84b487ce29bd76d698f0b79d28e2c524bc2373" -d '{"network": {"name": "CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-net2", "admin_state_up": true}}' 2018-08-12 08:21:27,125 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 604 X-Openstack-Request-Id: req-281a9e38-63ca-4599-86f6-de5d9354903c Date: Sun, 12 Aug 2018 08:21:27 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"2fc410f605b04591be5effbe1da705fa","created_at":"2018-08-12T08:21:26Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T08:21:26Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"2fc410f605b04591be5effbe1da705fa","id":"e41365e9-dc15-4a00-b85d-200dcc4fb2db","name":"CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-net2"}} 2018-08-12 08:21:27,125 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-281a9e38-63ca-4599-86f6-de5d9354903c 2018-08-12 08:21:27,131 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=e41365e9-dc15-4a00-b85d-200dcc4fb2db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a84b487ce29bd76d698f0b79d28e2c524bc2373" 2018-08-12 08:21:27,389 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 588 X-Openstack-Request-Id: req-bd8e5a56-f466-46e4-ab10-9b78f1e363d9 Date: Sun, 12 Aug 2018 08:21:27 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-12T08:21:26Z","tenant_id":"2fc410f605b04591be5effbe1da705fa","created_at":"2018-08-12T08:21:26Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"2fc410f605b04591be5effbe1da705fa","id":"e41365e9-dc15-4a00-b85d-200dcc4fb2db","name":"CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-net2"}]} 2018-08-12 08:21:27,389 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=e41365e9-dc15-4a00-b85d-200dcc4fb2db used request id req-bd8e5a56-f466-46e4-ab10-9b78f1e363d9 2018-08-12 08:21:27,394 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=e41365e9-dc15-4a00-b85d-200dcc4fb2db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a84b487ce29bd76d698f0b79d28e2c524bc2373" 2018-08-12 08:21:27,610 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-60718b93-cb9b-4c79-9570-fe91fc46953d Date: Sun, 12 Aug 2018 08:21:27 GMT RESP BODY: {"subnets":[]} 2018-08-12 08:21:27,610 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=e41365e9-dc15-4a00-b85d-200dcc4fb2db used request id req-60718b93-cb9b-4c79-9570-fe91fc46953d 2018-08-12 08:21:27,611 - neutron_utils - INFO - Creating subnet with name CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-subnet2 2018-08-12 08:21:27,615 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a84b487ce29bd76d698f0b79d28e2c524bc2373" -d '{"subnets": [{"ip_version": 4, "network_id": "e41365e9-dc15-4a00-b85d-200dcc4fb2db", "cidr": "10.200.202.0/24", "gateway_ip": "10.200.202.1", "name": "CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-subnet2"}]}' 2018-08-12 08:21:28,678 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-b15a03ba-777a-42db-8d80-14261af82be9 Date: Sun, 12 Aug 2018 08:21:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e41365e9-dc15-4a00-b85d-200dcc4fb2db","tenant_id":"2fc410f605b04591be5effbe1da705fa","created_at":"2018-08-12T08:21:28Z","dns_nameservers":[],"updated_at":"2018-08-12T08:21:28Z","gateway_ip":"10.200.202.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.202.2","end":"10.200.202.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.200.202.0/24","project_id":"2fc410f605b04591be5effbe1da705fa","id":"18d57032-15d9-4609-b879-48b7657965ae","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-subnet2"}]} 2018-08-12 08:21:28,678 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-b15a03ba-777a-42db-8d80-14261af82be9 2018-08-12 08:21:28,683 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=e41365e9-dc15-4a00-b85d-200dcc4fb2db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a84b487ce29bd76d698f0b79d28e2c524bc2373" 2018-08-12 08:21:28,977 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 632 X-Openstack-Request-Id: req-319b39dc-d536-4209-80e3-7413817a996e Date: Sun, 12 Aug 2018 08:21: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":["18d57032-15d9-4609-b879-48b7657965ae"],"updated_at":"2018-08-12T08:21:28Z","tenant_id":"2fc410f605b04591be5effbe1da705fa","created_at":"2018-08-12T08:21:26Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"2fc410f605b04591be5effbe1da705fa","id":"e41365e9-dc15-4a00-b85d-200dcc4fb2db","name":"CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-net2"}]} 2018-08-12 08:21:28,977 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=e41365e9-dc15-4a00-b85d-200dcc4fb2db used request id req-319b39dc-d536-4209-80e3-7413817a996e 2018-08-12 08:21:28,983 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=e41365e9-dc15-4a00-b85d-200dcc4fb2db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a84b487ce29bd76d698f0b79d28e2c524bc2373" 2018-08-12 08:21:29,205 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-5fe2676d-827b-4cce-9b28-d2bad683e28d Date: Sun, 12 Aug 2018 08:21:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e41365e9-dc15-4a00-b85d-200dcc4fb2db","tenant_id":"2fc410f605b04591be5effbe1da705fa","created_at":"2018-08-12T08:21:28Z","dns_nameservers":[],"updated_at":"2018-08-12T08:21:28Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.202.2","end":"10.200.202.254"}],"gateway_ip":"10.200.202.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.202.0/24","project_id":"2fc410f605b04591be5effbe1da705fa","id":"18d57032-15d9-4609-b879-48b7657965ae","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-subnet2"}]} 2018-08-12 08:21:29,205 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=e41365e9-dc15-4a00-b85d-200dcc4fb2db used request id req-5fe2676d-827b-4cce-9b28-d2bad683e28d 2018-08-12 08:21:29,206 - OpenStackNetwork - DEBUG - Network [e41365e9-dc15-4a00-b85d-200dcc4fb2db] created successfully 2018-08-12 08:21:29,206 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:21:29,207 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:21:29,597 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ca08932b377f42fb9f88d2109043579c", "name": "CreateInstanceTwoNetTests-21065378-3e98-449-proj-role"}], "expires_at": "2018-08-12T09:21:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2fc410f605b04591be5effbe1da705fa", "name": "CreateInstanceTwoNetTests-21065378-3e98-449-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/2fc410f605b04591be5effbe1da705fa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/2fc410f605b04591be5effbe1da705fa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/2fc410f605b04591be5effbe1da705fa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_2fc410f605b04591be5effbe1da705fa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_2fc410f605b04591be5effbe1da705fa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/2fc410f605b04591be5effbe1da705fa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/2fc410f605b04591be5effbe1da705fa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/2fc410f605b04591be5effbe1da705fa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/2fc410f605b04591be5effbe1da705fa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/2fc410f605b04591be5effbe1da705fa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/2fc410f605b04591be5effbe1da705fa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/2fc410f605b04591be5effbe1da705fa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/2fc410f605b04591be5effbe1da705fa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/2fc410f605b04591be5effbe1da705fa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-21065378-3e98-449-user", "id": "cc77846c4df3473fb8019140c3162575"}, "audit_ids": ["R6vaXmRpQtmRxWYfkq5w6A"], "issued_at": "2018-08-12T08:21:29.000000Z"}} 2018-08-12 08:21:29,598 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}d29fe88d100af811be04c9fd83fc661fb7f45f6a" 2018-08-12 08:21:29,705 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:21:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-84a2692d-42bc-4279-b9bb-937a0d67cf62 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:21:29,705 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-84a2692d-42bc-4279-b9bb-937a0d67cf62 2018-08-12 08:21:29,706 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:21:29,707 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:21:29,707 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:21:29,707 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:21:29,707 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:21:29,713 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d29fe88d100af811be04c9fd83fc661fb7f45f6a" 2018-08-12 08:21:29,928 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-8fb1dc26-1512-4b3d-aa1d-6e7405879f86 Date: Sun, 12 Aug 2018 08:21:29 GMT RESP BODY: {"routers": []} 2018-08-12 08:21:29,928 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-pub-router&admin_state_up=True used request id req-8fb1dc26-1512-4b3d-aa1d-6e7405879f86 2018-08-12 08:21:29,929 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:21:29,929 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:21:30,331 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ca08932b377f42fb9f88d2109043579c", "name": "CreateInstanceTwoNetTests-21065378-3e98-449-proj-role"}], "expires_at": "2018-08-12T09:21:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2fc410f605b04591be5effbe1da705fa", "name": "CreateInstanceTwoNetTests-21065378-3e98-449-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/2fc410f605b04591be5effbe1da705fa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/2fc410f605b04591be5effbe1da705fa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/2fc410f605b04591be5effbe1da705fa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_2fc410f605b04591be5effbe1da705fa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_2fc410f605b04591be5effbe1da705fa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/2fc410f605b04591be5effbe1da705fa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/2fc410f605b04591be5effbe1da705fa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/2fc410f605b04591be5effbe1da705fa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/2fc410f605b04591be5effbe1da705fa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/2fc410f605b04591be5effbe1da705fa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/2fc410f605b04591be5effbe1da705fa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/2fc410f605b04591be5effbe1da705fa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/2fc410f605b04591be5effbe1da705fa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/2fc410f605b04591be5effbe1da705fa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-21065378-3e98-449-user", "id": "cc77846c4df3473fb8019140c3162575"}, "audit_ids": ["9UsCHMmzSDyk3up7tsKHGA"], "issued_at": "2018-08-12T08:21:30.000000Z"}} 2018-08-12 08:21:30,332 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}cc597126d21d50806ef484053bf88eeb24cde58a" 2018-08-12 08:21:30,415 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:21:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-11319c0e-0ee3-42eb-a26d-683801c4816b Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:21:30,416 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-11319c0e-0ee3-42eb-a26d-683801c4816b 2018-08-12 08:21:30,417 - neutron_utils - INFO - Creating router with name - CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-pub-router 2018-08-12 08:21:30,422 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d29fe88d100af811be04c9fd83fc661fb7f45f6a" -d '{"router": {"name": "CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-pub-router", "admin_state_up": true}}' 2018-08-12 08:21:30,781 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 460 X-Openstack-Request-Id: req-ed95fc46-e7f4-43b6-bf3b-05bf23aabf1e Date: Sun, 12 Aug 2018 08:21:30 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "2fc410f605b04591be5effbe1da705fa", "created_at": "2018-08-12T08:21:30Z", "admin_state_up": true, "updated_at": "2018-08-12T08:21:30Z", "revision_number": 0, "routes": [], "project_id": "2fc410f605b04591be5effbe1da705fa", "id": "efb11703-0646-4ed9-90ce-a9738dfd4e5d", "name": "CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-pub-router"}} 2018-08-12 08:21:30,781 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers used request id req-ed95fc46-e7f4-43b6-bf3b-05bf23aabf1e 2018-08-12 08:21:30,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=efb11703-0646-4ed9-90ce-a9738dfd4e5d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d29fe88d100af811be04c9fd83fc661fb7f45f6a" 2018-08-12 08:21:30,994 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-d987ccc0-ede8-44dc-9f15-25e6a6db6b2c Date: Sun, 12 Aug 2018 08:21:30 GMT RESP BODY: {"ports":[]} 2018-08-12 08:21:30,994 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=efb11703-0646-4ed9-90ce-a9738dfd4e5d used request id req-d987ccc0-ede8-44dc-9f15-25e6a6db6b2c 2018-08-12 08:21:30,999 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d29fe88d100af811be04c9fd83fc661fb7f45f6a" 2018-08-12 08:21:31,265 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 632 X-Openstack-Request-Id: req-1fe034b3-8788-49c5-8124-d7dfa23809e9 Date: Sun, 12 Aug 2018 08:21:31 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":["e4e57ca0-35f5-41c1-9872-db7bf10b6941"],"updated_at":"2018-08-12T08:21:25Z","tenant_id":"2fc410f605b04591be5effbe1da705fa","created_at":"2018-08-12T08:21:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"2fc410f605b04591be5effbe1da705fa","id":"f631d83b-a663-48f5-a5d2-455ac0465b0d","name":"CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-net1"}]} 2018-08-12 08:21:31,265 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-net1 used request id req-1fe034b3-8788-49c5-8124-d7dfa23809e9 2018-08-12 08:21:31,271 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=f631d83b-a663-48f5-a5d2-455ac0465b0d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d29fe88d100af811be04c9fd83fc661fb7f45f6a" 2018-08-12 08:21:31,489 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-c5677776-baed-4ccf-a40c-7c25eb9b134c Date: Sun, 12 Aug 2018 08:21:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f631d83b-a663-48f5-a5d2-455ac0465b0d","tenant_id":"2fc410f605b04591be5effbe1da705fa","created_at":"2018-08-12T08:21:25Z","dns_nameservers":[],"updated_at":"2018-08-12T08:21:25Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"2fc410f605b04591be5effbe1da705fa","id":"e4e57ca0-35f5-41c1-9872-db7bf10b6941","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-subnet1"}]} 2018-08-12 08:21:31,489 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=f631d83b-a663-48f5-a5d2-455ac0465b0d used request id req-c5677776-baed-4ccf-a40c-7c25eb9b134c 2018-08-12 08:21:31,492 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d29fe88d100af811be04c9fd83fc661fb7f45f6a" 2018-08-12 08:21:31,594 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 632 X-Openstack-Request-Id: req-b2a9b1c4-0e30-49ef-9312-43e362a68366 Date: Sun, 12 Aug 2018 08:21:31 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":["e4e57ca0-35f5-41c1-9872-db7bf10b6941"],"updated_at":"2018-08-12T08:21:25Z","tenant_id":"2fc410f605b04591be5effbe1da705fa","created_at":"2018-08-12T08:21:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"2fc410f605b04591be5effbe1da705fa","id":"f631d83b-a663-48f5-a5d2-455ac0465b0d","name":"CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-net1"}]} 2018-08-12 08:21:31,594 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-net1 used request id req-b2a9b1c4-0e30-49ef-9312-43e362a68366 2018-08-12 08:21:31,597 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:21:31,602 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:21:31 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:21:31,604 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/2fc410f605b04591be5effbe1da705fa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d29fe88d100af811be04c9fd83fc661fb7f45f6a" 2018-08-12 08:21:31,699 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:21:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-628562d9-12eb-4a20-8dd6-af25d70db241 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/2fc410f605b04591be5effbe1da705fa"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "2fc410f605b04591be5effbe1da705fa", "name": "CreateInstanceTwoNetTests-21065378-3e98-449-proj"}} 2018-08-12 08:21:31,700 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/2fc410f605b04591be5effbe1da705fa used request id req-628562d9-12eb-4a20-8dd6-af25d70db241 2018-08-12 08:21:31,705 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=f631d83b-a663-48f5-a5d2-455ac0465b0d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d29fe88d100af811be04c9fd83fc661fb7f45f6a" 2018-08-12 08:21:31,926 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-d98b1b07-e593-417c-81b3-860a20605a81 Date: Sun, 12 Aug 2018 08:21:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f631d83b-a663-48f5-a5d2-455ac0465b0d","tenant_id":"2fc410f605b04591be5effbe1da705fa","created_at":"2018-08-12T08:21:25Z","dns_nameservers":[],"updated_at":"2018-08-12T08:21:25Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"2fc410f605b04591be5effbe1da705fa","id":"e4e57ca0-35f5-41c1-9872-db7bf10b6941","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-subnet1"}]} 2018-08-12 08:21:31,926 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=f631d83b-a663-48f5-a5d2-455ac0465b0d used request id req-d98b1b07-e593-417c-81b3-860a20605a81 2018-08-12 08:21:31,931 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=f631d83b-a663-48f5-a5d2-455ac0465b0d&name=CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-router-port1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d29fe88d100af811be04c9fd83fc661fb7f45f6a" 2018-08-12 08:21:32,172 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-3435f68d-54da-4bcb-974d-3ee9f9ee648c Date: Sun, 12 Aug 2018 08:21:32 GMT RESP BODY: {"ports":[]} 2018-08-12 08:21:32,172 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=f631d83b-a663-48f5-a5d2-455ac0465b0d&name=CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-router-port1&admin_state_up=True used request id req-3435f68d-54da-4bcb-974d-3ee9f9ee648c 2018-08-12 08:21:32,173 - OpenStackNetwork - INFO - Retrieved port CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-router-port1 for router - CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-pub-router 2018-08-12 08:21:32,173 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:21:32,174 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:21:32,563 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ca08932b377f42fb9f88d2109043579c", "name": "CreateInstanceTwoNetTests-21065378-3e98-449-proj-role"}], "expires_at": "2018-08-12T09:21:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2fc410f605b04591be5effbe1da705fa", "name": "CreateInstanceTwoNetTests-21065378-3e98-449-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/2fc410f605b04591be5effbe1da705fa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/2fc410f605b04591be5effbe1da705fa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/2fc410f605b04591be5effbe1da705fa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_2fc410f605b04591be5effbe1da705fa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_2fc410f605b04591be5effbe1da705fa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/2fc410f605b04591be5effbe1da705fa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/2fc410f605b04591be5effbe1da705fa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/2fc410f605b04591be5effbe1da705fa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/2fc410f605b04591be5effbe1da705fa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/2fc410f605b04591be5effbe1da705fa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/2fc410f605b04591be5effbe1da705fa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/2fc410f605b04591be5effbe1da705fa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/2fc410f605b04591be5effbe1da705fa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/2fc410f605b04591be5effbe1da705fa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-21065378-3e98-449-user", "id": "cc77846c4df3473fb8019140c3162575"}, "audit_ids": ["kyyJtAXbQCGSscG242Gb8g"], "issued_at": "2018-08-12T08:21:32.000000Z"}} 2018-08-12 08:21:32,563 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}97dc77be9356c55829df33e676a584f334f15333" 2018-08-12 08:21:32,652 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:21:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ec46fe9b-147c-4dd3-b5f7-9e4c3257b62d Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:21:32,652 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-ec46fe9b-147c-4dd3-b5f7-9e4c3257b62d 2018-08-12 08:21:32,659 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d29fe88d100af811be04c9fd83fc661fb7f45f6a" 2018-08-12 08:21:33,029 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 632 X-Openstack-Request-Id: req-d046895a-7722-464b-9392-0cc9a6d34497 Date: Sun, 12 Aug 2018 08:21: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":["e4e57ca0-35f5-41c1-9872-db7bf10b6941"],"updated_at":"2018-08-12T08:21:25Z","tenant_id":"2fc410f605b04591be5effbe1da705fa","created_at":"2018-08-12T08:21:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"2fc410f605b04591be5effbe1da705fa","id":"f631d83b-a663-48f5-a5d2-455ac0465b0d","name":"CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-net1"}]} 2018-08-12 08:21:33,029 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-net1 used request id req-d046895a-7722-464b-9392-0cc9a6d34497 2018-08-12 08:21:33,034 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=f631d83b-a663-48f5-a5d2-455ac0465b0d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d29fe88d100af811be04c9fd83fc661fb7f45f6a" 2018-08-12 08:21:33,090 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-d90d280a-9b30-46a2-b02a-aa191d627da6 Date: Sun, 12 Aug 2018 08:21:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f631d83b-a663-48f5-a5d2-455ac0465b0d","tenant_id":"2fc410f605b04591be5effbe1da705fa","created_at":"2018-08-12T08:21:25Z","dns_nameservers":[],"updated_at":"2018-08-12T08:21:25Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"2fc410f605b04591be5effbe1da705fa","id":"e4e57ca0-35f5-41c1-9872-db7bf10b6941","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-subnet1"}]} 2018-08-12 08:21:33,091 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=f631d83b-a663-48f5-a5d2-455ac0465b0d used request id req-d90d280a-9b30-46a2-b02a-aa191d627da6 2018-08-12 08:21:33,095 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d29fe88d100af811be04c9fd83fc661fb7f45f6a" 2018-08-12 08:21:33,373 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 632 X-Openstack-Request-Id: req-bb8aee49-97c1-4c35-98e8-0a62eb2618f6 Date: Sun, 12 Aug 2018 08:21: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":["e4e57ca0-35f5-41c1-9872-db7bf10b6941"],"updated_at":"2018-08-12T08:21:25Z","tenant_id":"2fc410f605b04591be5effbe1da705fa","created_at":"2018-08-12T08:21:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"2fc410f605b04591be5effbe1da705fa","id":"f631d83b-a663-48f5-a5d2-455ac0465b0d","name":"CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-net1"}]} 2018-08-12 08:21:33,373 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-net1 used request id req-bb8aee49-97c1-4c35-98e8-0a62eb2618f6 2018-08-12 08:21:33,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:21:33,378 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:21:33 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:21:33,378 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/2fc410f605b04591be5effbe1da705fa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97dc77be9356c55829df33e676a584f334f15333" 2018-08-12 08:21:33,467 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:21:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e46a7ac3-c6d0-4421-a875-b6ece2d3f86b Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/2fc410f605b04591be5effbe1da705fa"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "2fc410f605b04591be5effbe1da705fa", "name": "CreateInstanceTwoNetTests-21065378-3e98-449-proj"}} 2018-08-12 08:21:33,467 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/2fc410f605b04591be5effbe1da705fa used request id req-e46a7ac3-c6d0-4421-a875-b6ece2d3f86b 2018-08-12 08:21:33,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=f631d83b-a663-48f5-a5d2-455ac0465b0d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d29fe88d100af811be04c9fd83fc661fb7f45f6a" 2018-08-12 08:21:33,517 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-fe008b33-b60d-4d52-8a1e-f17f8481edfe Date: Sun, 12 Aug 2018 08:21:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f631d83b-a663-48f5-a5d2-455ac0465b0d","tenant_id":"2fc410f605b04591be5effbe1da705fa","created_at":"2018-08-12T08:21:25Z","dns_nameservers":[],"updated_at":"2018-08-12T08:21:25Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"2fc410f605b04591be5effbe1da705fa","id":"e4e57ca0-35f5-41c1-9872-db7bf10b6941","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-subnet1"}]} 2018-08-12 08:21:33,517 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=f631d83b-a663-48f5-a5d2-455ac0465b0d used request id req-fe008b33-b60d-4d52-8a1e-f17f8481edfe 2018-08-12 08:21:33,520 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=f631d83b-a663-48f5-a5d2-455ac0465b0d&name=CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-subnet1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d29fe88d100af811be04c9fd83fc661fb7f45f6a" 2018-08-12 08:21:33,847 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-2fe41c28-52fc-4968-9456-67d3cf5aa490 Date: Sun, 12 Aug 2018 08:21:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f631d83b-a663-48f5-a5d2-455ac0465b0d","tenant_id":"2fc410f605b04591be5effbe1da705fa","created_at":"2018-08-12T08:21:25Z","dns_nameservers":[],"updated_at":"2018-08-12T08:21:25Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"2fc410f605b04591be5effbe1da705fa","id":"e4e57ca0-35f5-41c1-9872-db7bf10b6941","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-subnet1"}]} 2018-08-12 08:21:33,847 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=f631d83b-a663-48f5-a5d2-455ac0465b0d&name=CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-subnet1 used request id req-2fe41c28-52fc-4968-9456-67d3cf5aa490 2018-08-12 08:21:33,847 - neutron_utils - INFO - Creating port for network with name - CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-net1 2018-08-12 08:21:33,852 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d29fe88d100af811be04c9fd83fc661fb7f45f6a" -d '{"port": {"network_id": "f631d83b-a663-48f5-a5d2-455ac0465b0d", "fixed_ips": [{"subnet_id": "e4e57ca0-35f5-41c1-9872-db7bf10b6941", "ip_address": "10.200.201.1"}], "name": "CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-router-port1", "admin_state_up": true}}' 2018-08-12 08:21:35,216 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 770 X-Openstack-Request-Id: req-f0c4a0c2-2f8f-4267-b47b-43a623b7d2e3 Date: Sun, 12 Aug 2018 08:21:35 GMT RESP BODY: {"port":{"status":"DOWN","created_at":"2018-08-12T08:21:34Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"f631d83b-a663-48f5-a5d2-455ac0465b0d","tenant_id":"2fc410f605b04591be5effbe1da705fa","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T08:21:34Z","name":"CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-router-port1","device_owner":"","revision_number":6,"mac_address":"fa:16:3e:c1:d3:6a","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"2fc410f605b04591be5effbe1da705fa","fixed_ips":[{"subnet_id":"e4e57ca0-35f5-41c1-9872-db7bf10b6941","ip_address":"10.200.201.1"}],"id":"afb19ca7-b5e0-458b-b4c6-e1b1a56939ac","security_groups":["c328508f-6c74-4ee2-b846-b448af973066"],"device_id":""}} 2018-08-12 08:21:35,216 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/ports used request id req-f0c4a0c2-2f8f-4267-b47b-43a623b7d2e3 2018-08-12 08:21:35,217 - OpenStackNetwork - INFO - Created port CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-router-port1 for router - CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-pub-router 2018-08-12 08:21:35,217 - neutron_utils - INFO - Adding interface to router with name CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-pub-router 2018-08-12 08:21:35,222 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9696/v2.0/routers/efb11703-0646-4ed9-90ce-a9738dfd4e5d/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d29fe88d100af811be04c9fd83fc661fb7f45f6a" -d '{"port_id": "afb19ca7-b5e0-458b-b4c6-e1b1a56939ac"}' 2018-08-12 08:21:37,076 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-5705dbfe-eb34-4466-83ed-86d0cb85653f Date: Sun, 12 Aug 2018 08:21:37 GMT RESP BODY: {"network_id": "f631d83b-a663-48f5-a5d2-455ac0465b0d", "tenant_id": "2fc410f605b04591be5effbe1da705fa", "subnet_id": "e4e57ca0-35f5-41c1-9872-db7bf10b6941", "subnet_ids": ["e4e57ca0-35f5-41c1-9872-db7bf10b6941"], "port_id": "afb19ca7-b5e0-458b-b4c6-e1b1a56939ac", "id": "efb11703-0646-4ed9-90ce-a9738dfd4e5d"} 2018-08-12 08:21:37,076 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/efb11703-0646-4ed9-90ce-a9738dfd4e5d/add_router_interface used request id req-5705dbfe-eb34-4466-83ed-86d0cb85653f 2018-08-12 08:21:37,082 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d29fe88d100af811be04c9fd83fc661fb7f45f6a" 2018-08-12 08:21:37,192 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 632 X-Openstack-Request-Id: req-02dd4a27-bceb-404a-9710-9bccb2b12147 Date: Sun, 12 Aug 2018 08:21:37 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":["18d57032-15d9-4609-b879-48b7657965ae"],"updated_at":"2018-08-12T08:21:28Z","tenant_id":"2fc410f605b04591be5effbe1da705fa","created_at":"2018-08-12T08:21:26Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"2fc410f605b04591be5effbe1da705fa","id":"e41365e9-dc15-4a00-b85d-200dcc4fb2db","name":"CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-net2"}]} 2018-08-12 08:21:37,192 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-net2 used request id req-02dd4a27-bceb-404a-9710-9bccb2b12147 2018-08-12 08:21:37,197 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=e41365e9-dc15-4a00-b85d-200dcc4fb2db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d29fe88d100af811be04c9fd83fc661fb7f45f6a" 2018-08-12 08:21:37,408 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-81fd4190-703e-44d7-a750-4a2d9cc00885 Date: Sun, 12 Aug 2018 08:21:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e41365e9-dc15-4a00-b85d-200dcc4fb2db","tenant_id":"2fc410f605b04591be5effbe1da705fa","created_at":"2018-08-12T08:21:28Z","dns_nameservers":[],"updated_at":"2018-08-12T08:21:28Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.202.2","end":"10.200.202.254"}],"gateway_ip":"10.200.202.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.202.0/24","project_id":"2fc410f605b04591be5effbe1da705fa","id":"18d57032-15d9-4609-b879-48b7657965ae","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-subnet2"}]} 2018-08-12 08:21:37,408 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=e41365e9-dc15-4a00-b85d-200dcc4fb2db used request id req-81fd4190-703e-44d7-a750-4a2d9cc00885 2018-08-12 08:21:37,413 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d29fe88d100af811be04c9fd83fc661fb7f45f6a" 2018-08-12 08:21:37,713 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 632 X-Openstack-Request-Id: req-643f2c9e-dbb1-4a80-8524-11f1ed10b700 Date: Sun, 12 Aug 2018 08:21:37 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":["18d57032-15d9-4609-b879-48b7657965ae"],"updated_at":"2018-08-12T08:21:28Z","tenant_id":"2fc410f605b04591be5effbe1da705fa","created_at":"2018-08-12T08:21:26Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"2fc410f605b04591be5effbe1da705fa","id":"e41365e9-dc15-4a00-b85d-200dcc4fb2db","name":"CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-net2"}]} 2018-08-12 08:21:37,713 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-net2 used request id req-643f2c9e-dbb1-4a80-8524-11f1ed10b700 2018-08-12 08:21:37,717 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/2fc410f605b04591be5effbe1da705fa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d29fe88d100af811be04c9fd83fc661fb7f45f6a" 2018-08-12 08:21:37,809 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:21:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5098a598-50de-49d3-b8f1-e10c6667312e Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/2fc410f605b04591be5effbe1da705fa"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "2fc410f605b04591be5effbe1da705fa", "name": "CreateInstanceTwoNetTests-21065378-3e98-449-proj"}} 2018-08-12 08:21:37,809 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/2fc410f605b04591be5effbe1da705fa used request id req-5098a598-50de-49d3-b8f1-e10c6667312e 2018-08-12 08:21:37,813 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=e41365e9-dc15-4a00-b85d-200dcc4fb2db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d29fe88d100af811be04c9fd83fc661fb7f45f6a" 2018-08-12 08:21:38,029 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-77a6bb63-77ac-4574-a64f-d638a117fce4 Date: Sun, 12 Aug 2018 08:21:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e41365e9-dc15-4a00-b85d-200dcc4fb2db","tenant_id":"2fc410f605b04591be5effbe1da705fa","created_at":"2018-08-12T08:21:28Z","dns_nameservers":[],"updated_at":"2018-08-12T08:21:28Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.202.2","end":"10.200.202.254"}],"gateway_ip":"10.200.202.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.202.0/24","project_id":"2fc410f605b04591be5effbe1da705fa","id":"18d57032-15d9-4609-b879-48b7657965ae","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-subnet2"}]} 2018-08-12 08:21:38,029 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=e41365e9-dc15-4a00-b85d-200dcc4fb2db used request id req-77a6bb63-77ac-4574-a64f-d638a117fce4 2018-08-12 08:21:38,036 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=e41365e9-dc15-4a00-b85d-200dcc4fb2db&name=CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-router-port2&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d29fe88d100af811be04c9fd83fc661fb7f45f6a" 2018-08-12 08:21:38,312 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-b634bde7-0a49-4f41-bc62-79a5d2ac103c Date: Sun, 12 Aug 2018 08:21:38 GMT RESP BODY: {"ports":[]} 2018-08-12 08:21:38,312 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=e41365e9-dc15-4a00-b85d-200dcc4fb2db&name=CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-router-port2&admin_state_up=True used request id req-b634bde7-0a49-4f41-bc62-79a5d2ac103c 2018-08-12 08:21:38,313 - OpenStackNetwork - INFO - Retrieved port CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-router-port2 for router - CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-pub-router 2018-08-12 08:21:38,313 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:21:38,314 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:21:38,711 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ca08932b377f42fb9f88d2109043579c", "name": "CreateInstanceTwoNetTests-21065378-3e98-449-proj-role"}], "expires_at": "2018-08-12T09:21:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2fc410f605b04591be5effbe1da705fa", "name": "CreateInstanceTwoNetTests-21065378-3e98-449-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/2fc410f605b04591be5effbe1da705fa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/2fc410f605b04591be5effbe1da705fa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/2fc410f605b04591be5effbe1da705fa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_2fc410f605b04591be5effbe1da705fa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_2fc410f605b04591be5effbe1da705fa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/2fc410f605b04591be5effbe1da705fa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/2fc410f605b04591be5effbe1da705fa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/2fc410f605b04591be5effbe1da705fa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/2fc410f605b04591be5effbe1da705fa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/2fc410f605b04591be5effbe1da705fa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/2fc410f605b04591be5effbe1da705fa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/2fc410f605b04591be5effbe1da705fa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/2fc410f605b04591be5effbe1da705fa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/2fc410f605b04591be5effbe1da705fa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-21065378-3e98-449-user", "id": "cc77846c4df3473fb8019140c3162575"}, "audit_ids": ["rNyo8-iqT7OpkCANvAEXBQ"], "issued_at": "2018-08-12T08:21:38.000000Z"}} 2018-08-12 08:21:38,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}5ba7e16ce64ab6bb4cc75ca1c89f7e3669a2ac02" 2018-08-12 08:21:38,793 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:21:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6035675f-6a62-42c1-a6c2-d0ec131ec6b2 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:21:38,793 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-6035675f-6a62-42c1-a6c2-d0ec131ec6b2 2018-08-12 08:21:38,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d29fe88d100af811be04c9fd83fc661fb7f45f6a" 2018-08-12 08:21:39,072 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 632 X-Openstack-Request-Id: req-3ccb47a6-cab7-4771-a4d3-a9b6932a316e Date: Sun, 12 Aug 2018 08:21:39 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["18d57032-15d9-4609-b879-48b7657965ae"],"updated_at":"2018-08-12T08:21:28Z","tenant_id":"2fc410f605b04591be5effbe1da705fa","created_at":"2018-08-12T08:21:26Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"2fc410f605b04591be5effbe1da705fa","id":"e41365e9-dc15-4a00-b85d-200dcc4fb2db","name":"CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-net2"}]} 2018-08-12 08:21:39,072 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-net2 used request id req-3ccb47a6-cab7-4771-a4d3-a9b6932a316e 2018-08-12 08:21:39,078 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=e41365e9-dc15-4a00-b85d-200dcc4fb2db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d29fe88d100af811be04c9fd83fc661fb7f45f6a" 2018-08-12 08:21:39,129 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-9ecc6913-672f-4f97-9d30-95df62f9f519 Date: Sun, 12 Aug 2018 08:21:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e41365e9-dc15-4a00-b85d-200dcc4fb2db","tenant_id":"2fc410f605b04591be5effbe1da705fa","created_at":"2018-08-12T08:21:28Z","dns_nameservers":[],"updated_at":"2018-08-12T08:21:28Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.202.2","end":"10.200.202.254"}],"gateway_ip":"10.200.202.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.202.0/24","project_id":"2fc410f605b04591be5effbe1da705fa","id":"18d57032-15d9-4609-b879-48b7657965ae","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-subnet2"}]} 2018-08-12 08:21:39,130 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=e41365e9-dc15-4a00-b85d-200dcc4fb2db used request id req-9ecc6913-672f-4f97-9d30-95df62f9f519 2018-08-12 08:21:39,133 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d29fe88d100af811be04c9fd83fc661fb7f45f6a" 2018-08-12 08:21:39,236 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 632 X-Openstack-Request-Id: req-1b6d1d4e-e557-4ae5-8c21-aeda7441fa76 Date: Sun, 12 Aug 2018 08:21:39 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["18d57032-15d9-4609-b879-48b7657965ae"],"updated_at":"2018-08-12T08:21:28Z","tenant_id":"2fc410f605b04591be5effbe1da705fa","created_at":"2018-08-12T08:21:26Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"2fc410f605b04591be5effbe1da705fa","id":"e41365e9-dc15-4a00-b85d-200dcc4fb2db","name":"CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-net2"}]} 2018-08-12 08:21:39,236 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-net2 used request id req-1b6d1d4e-e557-4ae5-8c21-aeda7441fa76 2018-08-12 08:21:39,238 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:21:39,243 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:21:39 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:21:39,244 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/2fc410f605b04591be5effbe1da705fa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ba7e16ce64ab6bb4cc75ca1c89f7e3669a2ac02" 2018-08-12 08:21:39,338 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:21:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-821e600f-bcac-4f2b-b47a-d0a0c718a6b5 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/2fc410f605b04591be5effbe1da705fa"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "2fc410f605b04591be5effbe1da705fa", "name": "CreateInstanceTwoNetTests-21065378-3e98-449-proj"}} 2018-08-12 08:21:39,338 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/2fc410f605b04591be5effbe1da705fa used request id req-821e600f-bcac-4f2b-b47a-d0a0c718a6b5 2018-08-12 08:21:39,343 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=e41365e9-dc15-4a00-b85d-200dcc4fb2db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d29fe88d100af811be04c9fd83fc661fb7f45f6a" 2018-08-12 08:21:39,558 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-4645bae7-ea3b-4856-aa50-05e3d5caf111 Date: Sun, 12 Aug 2018 08:21:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e41365e9-dc15-4a00-b85d-200dcc4fb2db","tenant_id":"2fc410f605b04591be5effbe1da705fa","created_at":"2018-08-12T08:21:28Z","dns_nameservers":[],"updated_at":"2018-08-12T08:21:28Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.202.2","end":"10.200.202.254"}],"gateway_ip":"10.200.202.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.202.0/24","project_id":"2fc410f605b04591be5effbe1da705fa","id":"18d57032-15d9-4609-b879-48b7657965ae","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-subnet2"}]} 2018-08-12 08:21:39,558 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=e41365e9-dc15-4a00-b85d-200dcc4fb2db used request id req-4645bae7-ea3b-4856-aa50-05e3d5caf111 2018-08-12 08:21:39,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=e41365e9-dc15-4a00-b85d-200dcc4fb2db&name=CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-subnet2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d29fe88d100af811be04c9fd83fc661fb7f45f6a" 2018-08-12 08:21:39,790 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-1a84651e-09ab-43b8-9419-6ea90fcde106 Date: Sun, 12 Aug 2018 08:21:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e41365e9-dc15-4a00-b85d-200dcc4fb2db","tenant_id":"2fc410f605b04591be5effbe1da705fa","created_at":"2018-08-12T08:21:28Z","dns_nameservers":[],"updated_at":"2018-08-12T08:21:28Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.202.2","end":"10.200.202.254"}],"gateway_ip":"10.200.202.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.202.0/24","project_id":"2fc410f605b04591be5effbe1da705fa","id":"18d57032-15d9-4609-b879-48b7657965ae","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-subnet2"}]} 2018-08-12 08:21:39,790 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=e41365e9-dc15-4a00-b85d-200dcc4fb2db&name=CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-subnet2 used request id req-1a84651e-09ab-43b8-9419-6ea90fcde106 2018-08-12 08:21:39,790 - neutron_utils - INFO - Creating port for network with name - CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-net2 2018-08-12 08:21:39,795 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d29fe88d100af811be04c9fd83fc661fb7f45f6a" -d '{"port": {"network_id": "e41365e9-dc15-4a00-b85d-200dcc4fb2db", "fixed_ips": [{"subnet_id": "18d57032-15d9-4609-b879-48b7657965ae", "ip_address": "10.200.202.1"}], "name": "CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-router-port2", "admin_state_up": true}}' 2018-08-12 08:21:40,697 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 770 X-Openstack-Request-Id: req-4114861a-8f4d-4f7b-b4e8-aebc07ad5614 Date: Sun, 12 Aug 2018 08:21:40 GMT RESP BODY: {"port":{"status":"DOWN","created_at":"2018-08-12T08:21:40Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"e41365e9-dc15-4a00-b85d-200dcc4fb2db","tenant_id":"2fc410f605b04591be5effbe1da705fa","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T08:21:40Z","name":"CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-router-port2","device_owner":"","revision_number":6,"mac_address":"fa:16:3e:36:9f:f7","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"2fc410f605b04591be5effbe1da705fa","fixed_ips":[{"subnet_id":"18d57032-15d9-4609-b879-48b7657965ae","ip_address":"10.200.202.1"}],"id":"210c4f72-f735-42cd-9f21-03c7e02b3b22","security_groups":["c328508f-6c74-4ee2-b846-b448af973066"],"device_id":""}} 2018-08-12 08:21:40,697 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/ports used request id req-4114861a-8f4d-4f7b-b4e8-aebc07ad5614 2018-08-12 08:21:40,697 - OpenStackNetwork - INFO - Created port CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-router-port2 for router - CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-pub-router 2018-08-12 08:21:40,697 - neutron_utils - INFO - Adding interface to router with name CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-pub-router 2018-08-12 08:21:40,703 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9696/v2.0/routers/efb11703-0646-4ed9-90ce-a9738dfd4e5d/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d29fe88d100af811be04c9fd83fc661fb7f45f6a" -d '{"port_id": "210c4f72-f735-42cd-9f21-03c7e02b3b22"}' 2018-08-12 08:21:42,723 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-f5f696d0-a3ae-49b8-91cb-3f8f238c6452 Date: Sun, 12 Aug 2018 08:21:42 GMT RESP BODY: {"network_id": "e41365e9-dc15-4a00-b85d-200dcc4fb2db", "tenant_id": "2fc410f605b04591be5effbe1da705fa", "subnet_id": "18d57032-15d9-4609-b879-48b7657965ae", "subnet_ids": ["18d57032-15d9-4609-b879-48b7657965ae"], "port_id": "210c4f72-f735-42cd-9f21-03c7e02b3b22", "id": "efb11703-0646-4ed9-90ce-a9738dfd4e5d"} 2018-08-12 08:21:42,724 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/efb11703-0646-4ed9-90ce-a9738dfd4e5d/add_router_interface used request id req-f5f696d0-a3ae-49b8-91cb-3f8f238c6452 2018-08-12 08:21:42,729 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers/efb11703-0646-4ed9-90ce-a9738dfd4e5d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d29fe88d100af811be04c9fd83fc661fb7f45f6a" 2018-08-12 08:21:43,218 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 460 X-Openstack-Request-Id: req-83d57377-6f94-4382-b175-9131f33580f3 Date: Sun, 12 Aug 2018 08:21:43 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "2fc410f605b04591be5effbe1da705fa", "created_at": "2018-08-12T08:21:30Z", "admin_state_up": true, "updated_at": "2018-08-12T08:21:42Z", "revision_number": 2, "routes": [], "project_id": "2fc410f605b04591be5effbe1da705fa", "id": "efb11703-0646-4ed9-90ce-a9738dfd4e5d", "name": "CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-pub-router"}} 2018-08-12 08:21:43,219 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers/efb11703-0646-4ed9-90ce-a9738dfd4e5d used request id req-83d57377-6f94-4382-b175-9131f33580f3 2018-08-12 08:21:43,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=efb11703-0646-4ed9-90ce-a9738dfd4e5d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d29fe88d100af811be04c9fd83fc661fb7f45f6a" 2018-08-12 08:21:43,477 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1657 X-Openstack-Request-Id: req-820f1643-7447-47f6-a493-ab12c9578d97 Date: Sun, 12 Aug 2018 08:21:43 GMT RESP BODY: {"ports":[{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"e41365e9-dc15-4a00-b85d-200dcc4fb2db","tenant_id":"2fc410f605b04591be5effbe1da705fa","created_at":"2018-08-12T08:21:40Z","admin_state_up":true,"updated_at":"2018-08-12T08:21:42Z","binding:vnic_type":"normal","device_id":"efb11703-0646-4ed9-90ce-a9738dfd4e5d","device_owner":"network:router_interface","revision_number":10,"mac_address":"fa:16:3e:36:9f:f7","id":"210c4f72-f735-42cd-9f21-03c7e02b3b22","port_security_enabled":true,"project_id":"2fc410f605b04591be5effbe1da705fa","fixed_ips":[{"subnet_id":"18d57032-15d9-4609-b879-48b7657965ae","ip_address":"10.200.202.1"}],"extra_dhcp_opts":[],"security_groups":["c328508f-6c74-4ee2-b846-b448af973066"],"name":"CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-router-port2"},{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"f631d83b-a663-48f5-a5d2-455ac0465b0d","tenant_id":"2fc410f605b04591be5effbe1da705fa","created_at":"2018-08-12T08:21:34Z","admin_state_up":true,"updated_at":"2018-08-12T08:21:36Z","binding:vnic_type":"normal","device_id":"efb11703-0646-4ed9-90ce-a9738dfd4e5d","device_owner":"network:router_interface","revision_number":10,"mac_address":"fa:16:3e:c1:d3:6a","id":"afb19ca7-b5e0-458b-b4c6-e1b1a56939ac","port_security_enabled":true,"project_id":"2fc410f605b04591be5effbe1da705fa","fixed_ips":[{"subnet_id":"e4e57ca0-35f5-41c1-9872-db7bf10b6941","ip_address":"10.200.201.1"}],"extra_dhcp_opts":[],"security_groups":["c328508f-6c74-4ee2-b846-b448af973066"],"name":"CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-router-port1"}]} 2018-08-12 08:21:43,477 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=efb11703-0646-4ed9-90ce-a9738dfd4e5d used request id req-820f1643-7447-47f6-a493-ab12c9578d97 2018-08-12 08:21:43,482 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/e4e57ca0-35f5-41c1-9872-db7bf10b6941 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d29fe88d100af811be04c9fd83fc661fb7f45f6a" 2018-08-12 08:21:43,532 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 681 X-Openstack-Request-Id: req-fca4bc51-30b8-478b-b519-9d5526b72415 Date: Sun, 12 Aug 2018 08:21:43 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f631d83b-a663-48f5-a5d2-455ac0465b0d","tenant_id":"2fc410f605b04591be5effbe1da705fa","created_at":"2018-08-12T08:21:25Z","dns_nameservers":[],"updated_at":"2018-08-12T08:21:25Z","gateway_ip":"10.200.201.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.200.201.0/24","project_id":"2fc410f605b04591be5effbe1da705fa","id":"e4e57ca0-35f5-41c1-9872-db7bf10b6941","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-subnet1"}} 2018-08-12 08:21:43,533 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/e4e57ca0-35f5-41c1-9872-db7bf10b6941 used request id req-fca4bc51-30b8-478b-b519-9d5526b72415 2018-08-12 08:21:43,537 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/18d57032-15d9-4609-b879-48b7657965ae -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d29fe88d100af811be04c9fd83fc661fb7f45f6a" 2018-08-12 08:21:43,622 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 681 X-Openstack-Request-Id: req-40657697-63e1-4835-bd59-db2c7bdf4300 Date: Sun, 12 Aug 2018 08:21:43 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e41365e9-dc15-4a00-b85d-200dcc4fb2db","tenant_id":"2fc410f605b04591be5effbe1da705fa","created_at":"2018-08-12T08:21:28Z","dns_nameservers":[],"updated_at":"2018-08-12T08:21:28Z","gateway_ip":"10.200.202.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.202.2","end":"10.200.202.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.200.202.0/24","project_id":"2fc410f605b04591be5effbe1da705fa","id":"18d57032-15d9-4609-b879-48b7657965ae","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-subnet2"}} 2018-08-12 08:21:43,622 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/18d57032-15d9-4609-b879-48b7657965ae used request id req-40657697-63e1-4835-bd59-db2c7bdf4300 2018-08-12 08:21:43,623 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:21:43,624 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:21:44,019 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:21:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["Qgs56-fjRxG6b0Il0sjd5g"], "issued_at": "2018-08-12T08:21:44.000000Z"}} 2018-08-12 08:21:44,020 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}d1a722be2dd0d241fb7da6924630581b90dee865" 2018-08-12 08:21:44,106 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:21:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0a4ad54b-011e-42c4-b5eb-bdb3bd8edb75 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:21:44,106 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-0a4ad54b-011e-42c4-b5eb-bdb3bd8edb75 2018-08-12 08:21:44,107 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-12 08:21:44,112 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1a722be2dd0d241fb7da6924630581b90dee865" 2018-08-12 08:21:44,298 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:21: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-23dc3059-c9eb-4d5e-a251-e6eae28a7e00 x-compute-request-id: req-23dc3059-c9eb-4d5e-a251-e6eae28a7e00 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-08-12 08:21:44,299 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-23dc3059-c9eb-4d5e-a251-e6eae28a7e00 2018-08-12 08:21:44,302 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1a722be2dd0d241fb7da6924630581b90dee865" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 512, "id": null, "swap": 0}}' 2018-08-12 08:21:44,359 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:21: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-a8863412-71a5-4930-98e5-ae8afa82f7bf x-compute-request-id: req-a8863412-71a5-4930-98e5-ae8afa82f7bf Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-flavor-name", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/9f6e86d7-04b8-4766-811a-cfb1975a4afc", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/9f6e86d7-04b8-4766-811a-cfb1975a4afc", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": "9f6e86d7-04b8-4766-811a-cfb1975a4afc"}} 2018-08-12 08:21:44,359 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-a8863412-71a5-4930-98e5-ae8afa82f7bf 2018-08-12 08:21:44,360 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:21:44,361 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:21:44,753 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ca08932b377f42fb9f88d2109043579c", "name": "CreateInstanceTwoNetTests-21065378-3e98-449-proj-role"}], "expires_at": "2018-08-12T09:21:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2fc410f605b04591be5effbe1da705fa", "name": "CreateInstanceTwoNetTests-21065378-3e98-449-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/2fc410f605b04591be5effbe1da705fa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/2fc410f605b04591be5effbe1da705fa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/2fc410f605b04591be5effbe1da705fa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_2fc410f605b04591be5effbe1da705fa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_2fc410f605b04591be5effbe1da705fa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/2fc410f605b04591be5effbe1da705fa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/2fc410f605b04591be5effbe1da705fa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/2fc410f605b04591be5effbe1da705fa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/2fc410f605b04591be5effbe1da705fa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/2fc410f605b04591be5effbe1da705fa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/2fc410f605b04591be5effbe1da705fa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/2fc410f605b04591be5effbe1da705fa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/2fc410f605b04591be5effbe1da705fa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/2fc410f605b04591be5effbe1da705fa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-21065378-3e98-449-user", "id": "cc77846c4df3473fb8019140c3162575"}, "audit_ids": ["1jephyaNQXOJb8-LzMjg5A"], "issued_at": "2018-08-12T08:21:44.000000Z"}} 2018-08-12 08:21:44,754 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}ff664f9b97a4e9c6c28f8a716cb0cd0f636b550d" 2018-08-12 08:21:44,834 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:21:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5ecb1730-5143-46c5-99ca-bb76b8c2c9e9 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:21:44,834 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-5ecb1730-5143-46c5-99ca-bb76b8c2c9e9 2018-08-12 08:21:44,835 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:21:44,835 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:21:44,836 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:21:44,836 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:21:44,836 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:21:44,843 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff664f9b97a4e9c6c28f8a716cb0cd0f636b550d" 2018-08-12 08:21:45,054 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-9b3b90ca-5804-4251-808a-bb19de13648d Date: Sun, 12 Aug 2018 08:21:45 GMT RESP BODY: {"security_groups": []} 2018-08-12 08:21:45,054 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-sec-grp used request id req-9b3b90ca-5804-4251-808a-bb19de13648d 2018-08-12 08:21:45,055 - OpenStackSecurityGroup - INFO - Creating security group CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-sec-grp... 2018-08-12 08:21:45,055 - neutron_utils - INFO - Creating security group with name - CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-sec-grp 2018-08-12 08:21:45,060 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff664f9b97a4e9c6c28f8a716cb0cd0f636b550d" -d '{"security_group": {"name": "CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-sec-grp"}}' 2018-08-12 08:21:45,439 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1402 X-Openstack-Request-Id: req-407fed94-b695-4254-b4c3-d96dbdbaa084 Date: Sun, 12 Aug 2018 08:21:45 GMT RESP BODY: {"security_group": {"description": "", "tags": [], "tenant_id": "2fc410f605b04591be5effbe1da705fa", "created_at": "2018-08-12T08:21:45Z", "updated_at": "2018-08-12T08:21:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:21:45Z", "revision_number": 0, "id": "a0aa5c88-0279-423f-b9db-ecf31883e0fa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:21:45Z", "security_group_id": "71c01da6-7d68-4b2b-abd6-c8cc9a1050cf", "tenant_id": "2fc410f605b04591be5effbe1da705fa", "port_range_min": null, "ethertype": "IPv4", "project_id": "2fc410f605b04591be5effbe1da705fa"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:21:45Z", "revision_number": 0, "id": "d9f44975-9daf-4d6f-b0a5-7d9f3ec82e83", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:21:45Z", "security_group_id": "71c01da6-7d68-4b2b-abd6-c8cc9a1050cf", "tenant_id": "2fc410f605b04591be5effbe1da705fa", "port_range_min": null, "ethertype": "IPv6", "project_id": "2fc410f605b04591be5effbe1da705fa"}], "revision_number": 2, "project_id": "2fc410f605b04591be5effbe1da705fa", "id": "71c01da6-7d68-4b2b-abd6-c8cc9a1050cf", "name": "CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-sec-grp"}} 2018-08-12 08:21:45,439 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups used request id req-407fed94-b695-4254-b4c3-d96dbdbaa084 2018-08-12 08:21:45,440 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 71c01da6-7d68-4b2b-abd6-c8cc9a1050cf 2018-08-12 08:21:45,445 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=71c01da6-7d68-4b2b-abd6-c8cc9a1050cf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff664f9b97a4e9c6c28f8a716cb0cd0f636b550d" 2018-08-12 08:21:45,636 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-813f6540-e456-4bcf-ad43-eb06b962daa1 Date: Sun, 12 Aug 2018 08:21:45 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:21:45Z", "security_group_id": "71c01da6-7d68-4b2b-abd6-c8cc9a1050cf", "port_range_min": null, "revision_number": 0, "tenant_id": "2fc410f605b04591be5effbe1da705fa", "created_at": "2018-08-12T08:21:45Z", "project_id": "2fc410f605b04591be5effbe1da705fa", "id": "a0aa5c88-0279-423f-b9db-ecf31883e0fa"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:21:45Z", "security_group_id": "71c01da6-7d68-4b2b-abd6-c8cc9a1050cf", "port_range_min": null, "revision_number": 0, "tenant_id": "2fc410f605b04591be5effbe1da705fa", "created_at": "2018-08-12T08:21:45Z", "project_id": "2fc410f605b04591be5effbe1da705fa", "id": "d9f44975-9daf-4d6f-b0a5-7d9f3ec82e83"}]} 2018-08-12 08:21:45,636 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=71c01da6-7d68-4b2b-abd6-c8cc9a1050cf used request id req-813f6540-e456-4bcf-ad43-eb06b962daa1 2018-08-12 08:21:45,637 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 71c01da6-7d68-4b2b-abd6-c8cc9a1050cf 2018-08-12 08:21:45,642 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=71c01da6-7d68-4b2b-abd6-c8cc9a1050cf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff664f9b97a4e9c6c28f8a716cb0cd0f636b550d" 2018-08-12 08:21:45,668 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-927cdfd7-de38-458f-a422-73c72588b28e Date: Sun, 12 Aug 2018 08:21:45 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:21:45Z", "security_group_id": "71c01da6-7d68-4b2b-abd6-c8cc9a1050cf", "port_range_min": null, "revision_number": 0, "tenant_id": "2fc410f605b04591be5effbe1da705fa", "created_at": "2018-08-12T08:21:45Z", "project_id": "2fc410f605b04591be5effbe1da705fa", "id": "a0aa5c88-0279-423f-b9db-ecf31883e0fa"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:21:45Z", "security_group_id": "71c01da6-7d68-4b2b-abd6-c8cc9a1050cf", "port_range_min": null, "revision_number": 0, "tenant_id": "2fc410f605b04591be5effbe1da705fa", "created_at": "2018-08-12T08:21:45Z", "project_id": "2fc410f605b04591be5effbe1da705fa", "id": "d9f44975-9daf-4d6f-b0a5-7d9f3ec82e83"}]} 2018-08-12 08:21:45,668 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=71c01da6-7d68-4b2b-abd6-c8cc9a1050cf used request id req-927cdfd7-de38-458f-a422-73c72588b28e 2018-08-12 08:21:45,669 - neutron_utils - INFO - Retrieving security group with ID - 71c01da6-7d68-4b2b-abd6-c8cc9a1050cf 2018-08-12 08:21:45,675 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=71c01da6-7d68-4b2b-abd6-c8cc9a1050cf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff664f9b97a4e9c6c28f8a716cb0cd0f636b550d" 2018-08-12 08:21:45,754 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1405 X-Openstack-Request-Id: req-88e3d1ae-454e-494c-9447-6c0a0d1051f1 Date: Sun, 12 Aug 2018 08:21:45 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "2fc410f605b04591be5effbe1da705fa", "created_at": "2018-08-12T08:21:45Z", "updated_at": "2018-08-12T08:21:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:21:45Z", "revision_number": 0, "id": "a0aa5c88-0279-423f-b9db-ecf31883e0fa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:21:45Z", "security_group_id": "71c01da6-7d68-4b2b-abd6-c8cc9a1050cf", "tenant_id": "2fc410f605b04591be5effbe1da705fa", "port_range_min": null, "ethertype": "IPv4", "project_id": "2fc410f605b04591be5effbe1da705fa"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:21:45Z", "revision_number": 0, "id": "d9f44975-9daf-4d6f-b0a5-7d9f3ec82e83", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:21:45Z", "security_group_id": "71c01da6-7d68-4b2b-abd6-c8cc9a1050cf", "tenant_id": "2fc410f605b04591be5effbe1da705fa", "port_range_min": null, "ethertype": "IPv6", "project_id": "2fc410f605b04591be5effbe1da705fa"}], "revision_number": 2, "project_id": "2fc410f605b04591be5effbe1da705fa", "id": "71c01da6-7d68-4b2b-abd6-c8cc9a1050cf", "name": "CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-sec-grp"}]} 2018-08-12 08:21:45,755 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=71c01da6-7d68-4b2b-abd6-c8cc9a1050cf used request id req-88e3d1ae-454e-494c-9447-6c0a0d1051f1 2018-08-12 08:21:45,755 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 71c01da6-7d68-4b2b-abd6-c8cc9a1050cf 2018-08-12 08:21:45,760 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=71c01da6-7d68-4b2b-abd6-c8cc9a1050cf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff664f9b97a4e9c6c28f8a716cb0cd0f636b550d" 2018-08-12 08:21:45,957 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-160d319b-ba50-4d86-8f71-529b09444874 Date: Sun, 12 Aug 2018 08:21:45 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:21:45Z", "security_group_id": "71c01da6-7d68-4b2b-abd6-c8cc9a1050cf", "port_range_min": null, "revision_number": 0, "tenant_id": "2fc410f605b04591be5effbe1da705fa", "created_at": "2018-08-12T08:21:45Z", "project_id": "2fc410f605b04591be5effbe1da705fa", "id": "a0aa5c88-0279-423f-b9db-ecf31883e0fa"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:21:45Z", "security_group_id": "71c01da6-7d68-4b2b-abd6-c8cc9a1050cf", "port_range_min": null, "revision_number": 0, "tenant_id": "2fc410f605b04591be5effbe1da705fa", "created_at": "2018-08-12T08:21:45Z", "project_id": "2fc410f605b04591be5effbe1da705fa", "id": "d9f44975-9daf-4d6f-b0a5-7d9f3ec82e83"}]} 2018-08-12 08:21:45,958 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=71c01da6-7d68-4b2b-abd6-c8cc9a1050cf used request id req-160d319b-ba50-4d86-8f71-529b09444874 2018-08-12 08:21:45,958 - neutron_utils - INFO - Retrieving security group with ID - 71c01da6-7d68-4b2b-abd6-c8cc9a1050cf 2018-08-12 08:21:45,963 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=71c01da6-7d68-4b2b-abd6-c8cc9a1050cf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff664f9b97a4e9c6c28f8a716cb0cd0f636b550d" 2018-08-12 08:21:46,008 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1405 X-Openstack-Request-Id: req-44f85fd0-9d4c-4c8d-89f6-7800dc85a96c Date: Sun, 12 Aug 2018 08:21:45 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "2fc410f605b04591be5effbe1da705fa", "created_at": "2018-08-12T08:21:45Z", "updated_at": "2018-08-12T08:21:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:21:45Z", "revision_number": 0, "id": "a0aa5c88-0279-423f-b9db-ecf31883e0fa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:21:45Z", "security_group_id": "71c01da6-7d68-4b2b-abd6-c8cc9a1050cf", "tenant_id": "2fc410f605b04591be5effbe1da705fa", "port_range_min": null, "ethertype": "IPv4", "project_id": "2fc410f605b04591be5effbe1da705fa"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:21:45Z", "revision_number": 0, "id": "d9f44975-9daf-4d6f-b0a5-7d9f3ec82e83", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:21:45Z", "security_group_id": "71c01da6-7d68-4b2b-abd6-c8cc9a1050cf", "tenant_id": "2fc410f605b04591be5effbe1da705fa", "port_range_min": null, "ethertype": "IPv6", "project_id": "2fc410f605b04591be5effbe1da705fa"}], "revision_number": 2, "project_id": "2fc410f605b04591be5effbe1da705fa", "id": "71c01da6-7d68-4b2b-abd6-c8cc9a1050cf", "name": "CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-sec-grp"}]} 2018-08-12 08:21:46,008 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=71c01da6-7d68-4b2b-abd6-c8cc9a1050cf used request id req-44f85fd0-9d4c-4c8d-89f6-7800dc85a96c 2018-08-12 08:21:46,008 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 71c01da6-7d68-4b2b-abd6-c8cc9a1050cf 2018-08-12 08:21:46,012 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=71c01da6-7d68-4b2b-abd6-c8cc9a1050cf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff664f9b97a4e9c6c28f8a716cb0cd0f636b550d" 2018-08-12 08:21:46,090 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-e2948488-47d8-406b-8f2c-6e206efa114d Date: Sun, 12 Aug 2018 08:21:46 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:21:45Z", "security_group_id": "71c01da6-7d68-4b2b-abd6-c8cc9a1050cf", "port_range_min": null, "revision_number": 0, "tenant_id": "2fc410f605b04591be5effbe1da705fa", "created_at": "2018-08-12T08:21:45Z", "project_id": "2fc410f605b04591be5effbe1da705fa", "id": "a0aa5c88-0279-423f-b9db-ecf31883e0fa"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:21:45Z", "security_group_id": "71c01da6-7d68-4b2b-abd6-c8cc9a1050cf", "port_range_min": null, "revision_number": 0, "tenant_id": "2fc410f605b04591be5effbe1da705fa", "created_at": "2018-08-12T08:21:45Z", "project_id": "2fc410f605b04591be5effbe1da705fa", "id": "d9f44975-9daf-4d6f-b0a5-7d9f3ec82e83"}]} 2018-08-12 08:21:46,090 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=71c01da6-7d68-4b2b-abd6-c8cc9a1050cf used request id req-e2948488-47d8-406b-8f2c-6e206efa114d 2018-08-12 08:21:46,091 - neutron_utils - INFO - Creating security group to security group - CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-sec-grp 2018-08-12 08:21:46,096 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff664f9b97a4e9c6c28f8a716cb0cd0f636b550d" 2018-08-12 08:21:46,144 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1405 X-Openstack-Request-Id: req-813841e6-1d0e-4751-a7e9-4862ee5dfdb8 Date: Sun, 12 Aug 2018 08:21:46 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "2fc410f605b04591be5effbe1da705fa", "created_at": "2018-08-12T08:21:45Z", "updated_at": "2018-08-12T08:21:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:21:45Z", "revision_number": 0, "id": "a0aa5c88-0279-423f-b9db-ecf31883e0fa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:21:45Z", "security_group_id": "71c01da6-7d68-4b2b-abd6-c8cc9a1050cf", "tenant_id": "2fc410f605b04591be5effbe1da705fa", "port_range_min": null, "ethertype": "IPv4", "project_id": "2fc410f605b04591be5effbe1da705fa"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:21:45Z", "revision_number": 0, "id": "d9f44975-9daf-4d6f-b0a5-7d9f3ec82e83", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:21:45Z", "security_group_id": "71c01da6-7d68-4b2b-abd6-c8cc9a1050cf", "tenant_id": "2fc410f605b04591be5effbe1da705fa", "port_range_min": null, "ethertype": "IPv6", "project_id": "2fc410f605b04591be5effbe1da705fa"}], "revision_number": 2, "project_id": "2fc410f605b04591be5effbe1da705fa", "id": "71c01da6-7d68-4b2b-abd6-c8cc9a1050cf", "name": "CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-sec-grp"}]} 2018-08-12 08:21:46,144 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-sec-grp used request id req-813841e6-1d0e-4751-a7e9-4862ee5dfdb8 2018-08-12 08:21:46,146 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:21:46,151 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:21:46 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:21:46,151 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/2fc410f605b04591be5effbe1da705fa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff664f9b97a4e9c6c28f8a716cb0cd0f636b550d" 2018-08-12 08:21:46,243 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:21:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-550b1d05-c652-412d-8508-99dad31e1456 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/2fc410f605b04591be5effbe1da705fa"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "2fc410f605b04591be5effbe1da705fa", "name": "CreateInstanceTwoNetTests-21065378-3e98-449-proj"}} 2018-08-12 08:21:46,243 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/2fc410f605b04591be5effbe1da705fa used request id req-550b1d05-c652-412d-8508-99dad31e1456 2018-08-12 08:21:46,244 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 71c01da6-7d68-4b2b-abd6-c8cc9a1050cf 2018-08-12 08:21:46,249 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=71c01da6-7d68-4b2b-abd6-c8cc9a1050cf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff664f9b97a4e9c6c28f8a716cb0cd0f636b550d" 2018-08-12 08:21:46,445 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-165ef4bf-abc8-4980-8792-03b5427a774b Date: Sun, 12 Aug 2018 08:21:46 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:21:45Z", "security_group_id": "71c01da6-7d68-4b2b-abd6-c8cc9a1050cf", "port_range_min": null, "revision_number": 0, "tenant_id": "2fc410f605b04591be5effbe1da705fa", "created_at": "2018-08-12T08:21:45Z", "project_id": "2fc410f605b04591be5effbe1da705fa", "id": "a0aa5c88-0279-423f-b9db-ecf31883e0fa"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:21:45Z", "security_group_id": "71c01da6-7d68-4b2b-abd6-c8cc9a1050cf", "port_range_min": null, "revision_number": 0, "tenant_id": "2fc410f605b04591be5effbe1da705fa", "created_at": "2018-08-12T08:21:45Z", "project_id": "2fc410f605b04591be5effbe1da705fa", "id": "d9f44975-9daf-4d6f-b0a5-7d9f3ec82e83"}]} 2018-08-12 08:21:46,445 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=71c01da6-7d68-4b2b-abd6-c8cc9a1050cf used request id req-165ef4bf-abc8-4980-8792-03b5427a774b 2018-08-12 08:21:46,451 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21: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}ff664f9b97a4e9c6c28f8a716cb0cd0f636b550d" -d '{"security_group_rule": {"direction": "ingress", "protocol": 1, "security_group_id": "71c01da6-7d68-4b2b-abd6-c8cc9a1050cf"}}' 2018-08-12 08:21:46,822 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-9866f716-2e69-4b98-b21d-18a7b0000475 Date: Sun, 12 Aug 2018 08:21:46 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:21:46Z", "security_group_id": "71c01da6-7d68-4b2b-abd6-c8cc9a1050cf", "port_range_min": null, "revision_number": 0, "tenant_id": "2fc410f605b04591be5effbe1da705fa", "created_at": "2018-08-12T08:21:46Z", "project_id": "2fc410f605b04591be5effbe1da705fa", "id": "67c750ab-2a3d-42e1-b148-b43615152cac"}} 2018-08-12 08:21:46,822 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules used request id req-9866f716-2e69-4b98-b21d-18a7b0000475 2018-08-12 08:21:46,822 - neutron_utils - INFO - Creating security group to security group - CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-sec-grp 2018-08-12 08:21:46,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff664f9b97a4e9c6c28f8a716cb0cd0f636b550d" 2018-08-12 08:21:47,049 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1903 X-Openstack-Request-Id: req-baf2a8a4-9c5e-4432-86b6-1dec79a43c9d Date: Sun, 12 Aug 2018 08:21:47 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "2fc410f605b04591be5effbe1da705fa", "created_at": "2018-08-12T08:21:45Z", "updated_at": "2018-08-12T08:21:46Z", "security_group_rules": [{"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:21:46Z", "revision_number": 0, "id": "67c750ab-2a3d-42e1-b148-b43615152cac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:21:46Z", "security_group_id": "71c01da6-7d68-4b2b-abd6-c8cc9a1050cf", "tenant_id": "2fc410f605b04591be5effbe1da705fa", "port_range_min": null, "ethertype": "IPv4", "project_id": "2fc410f605b04591be5effbe1da705fa"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:21:45Z", "revision_number": 0, "id": "a0aa5c88-0279-423f-b9db-ecf31883e0fa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:21:45Z", "security_group_id": "71c01da6-7d68-4b2b-abd6-c8cc9a1050cf", "tenant_id": "2fc410f605b04591be5effbe1da705fa", "port_range_min": null, "ethertype": "IPv4", "project_id": "2fc410f605b04591be5effbe1da705fa"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:21:45Z", "revision_number": 0, "id": "d9f44975-9daf-4d6f-b0a5-7d9f3ec82e83", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:21:45Z", "security_group_id": "71c01da6-7d68-4b2b-abd6-c8cc9a1050cf", "tenant_id": "2fc410f605b04591be5effbe1da705fa", "port_range_min": null, "ethertype": "IPv6", "project_id": "2fc410f605b04591be5effbe1da705fa"}], "revision_number": 3, "project_id": "2fc410f605b04591be5effbe1da705fa", "id": "71c01da6-7d68-4b2b-abd6-c8cc9a1050cf", "name": "CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-sec-grp"}]} 2018-08-12 08:21:47,049 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-sec-grp used request id req-baf2a8a4-9c5e-4432-86b6-1dec79a43c9d 2018-08-12 08:21:47,052 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/2fc410f605b04591be5effbe1da705fa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff664f9b97a4e9c6c28f8a716cb0cd0f636b550d" 2018-08-12 08:21:47,141 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:21:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c2993ed0-2c21-4441-b0da-6ef90afd6a05 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/2fc410f605b04591be5effbe1da705fa"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "2fc410f605b04591be5effbe1da705fa", "name": "CreateInstanceTwoNetTests-21065378-3e98-449-proj"}} 2018-08-12 08:21:47,142 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/2fc410f605b04591be5effbe1da705fa used request id req-c2993ed0-2c21-4441-b0da-6ef90afd6a05 2018-08-12 08:21:47,142 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 71c01da6-7d68-4b2b-abd6-c8cc9a1050cf 2018-08-12 08:21:47,147 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=71c01da6-7d68-4b2b-abd6-c8cc9a1050cf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff664f9b97a4e9c6c28f8a716cb0cd0f636b550d" 2018-08-12 08:21:47,339 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1488 X-Openstack-Request-Id: req-56d789b7-103d-4626-9e6e-b988c4d6b719 Date: Sun, 12 Aug 2018 08:21:47 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:21:46Z", "security_group_id": "71c01da6-7d68-4b2b-abd6-c8cc9a1050cf", "port_range_min": null, "revision_number": 0, "tenant_id": "2fc410f605b04591be5effbe1da705fa", "created_at": "2018-08-12T08:21:46Z", "project_id": "2fc410f605b04591be5effbe1da705fa", "id": "67c750ab-2a3d-42e1-b148-b43615152cac"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:21:45Z", "security_group_id": "71c01da6-7d68-4b2b-abd6-c8cc9a1050cf", "port_range_min": null, "revision_number": 0, "tenant_id": "2fc410f605b04591be5effbe1da705fa", "created_at": "2018-08-12T08:21:45Z", "project_id": "2fc410f605b04591be5effbe1da705fa", "id": "a0aa5c88-0279-423f-b9db-ecf31883e0fa"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:21:45Z", "security_group_id": "71c01da6-7d68-4b2b-abd6-c8cc9a1050cf", "port_range_min": null, "revision_number": 0, "tenant_id": "2fc410f605b04591be5effbe1da705fa", "created_at": "2018-08-12T08:21:45Z", "project_id": "2fc410f605b04591be5effbe1da705fa", "id": "d9f44975-9daf-4d6f-b0a5-7d9f3ec82e83"}]} 2018-08-12 08:21:47,340 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=71c01da6-7d68-4b2b-abd6-c8cc9a1050cf used request id req-56d789b7-103d-4626-9e6e-b988c4d6b719 2018-08-12 08:21:47,345 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21: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}ff664f9b97a4e9c6c28f8a716cb0cd0f636b550d" -d '{"security_group_rule": {"direction": "egress", "protocol": 1, "security_group_id": "71c01da6-7d68-4b2b-abd6-c8cc9a1050cf"}}' 2018-08-12 08:21:47,720 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 508 X-Openstack-Request-Id: req-fa8b7597-c1a0-486e-96c0-4fcb26dd073c Date: Sun, 12 Aug 2018 08:21:47 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:21:47Z", "security_group_id": "71c01da6-7d68-4b2b-abd6-c8cc9a1050cf", "port_range_min": null, "revision_number": 0, "tenant_id": "2fc410f605b04591be5effbe1da705fa", "created_at": "2018-08-12T08:21:47Z", "project_id": "2fc410f605b04591be5effbe1da705fa", "id": "e6bcb174-23d9-4bfd-a6e5-6048c3d11a3c"}} 2018-08-12 08:21:47,720 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules used request id req-fa8b7597-c1a0-486e-96c0-4fcb26dd073c 2018-08-12 08:21:47,721 - neutron_utils - INFO - Retrieving security group with ID - 71c01da6-7d68-4b2b-abd6-c8cc9a1050cf 2018-08-12 08:21:47,726 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=71c01da6-7d68-4b2b-abd6-c8cc9a1050cf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff664f9b97a4e9c6c28f8a716cb0cd0f636b550d" 2018-08-12 08:21:47,964 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2400 X-Openstack-Request-Id: req-19824e71-03d7-46fd-8c19-f8dae7d27fd6 Date: Sun, 12 Aug 2018 08:21:47 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "2fc410f605b04591be5effbe1da705fa", "created_at": "2018-08-12T08:21:45Z", "updated_at": "2018-08-12T08:21:47Z", "security_group_rules": [{"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:21:46Z", "revision_number": 0, "id": "67c750ab-2a3d-42e1-b148-b43615152cac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:21:46Z", "security_group_id": "71c01da6-7d68-4b2b-abd6-c8cc9a1050cf", "tenant_id": "2fc410f605b04591be5effbe1da705fa", "port_range_min": null, "ethertype": "IPv4", "project_id": "2fc410f605b04591be5effbe1da705fa"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:21:45Z", "revision_number": 0, "id": "a0aa5c88-0279-423f-b9db-ecf31883e0fa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:21:45Z", "security_group_id": "71c01da6-7d68-4b2b-abd6-c8cc9a1050cf", "tenant_id": "2fc410f605b04591be5effbe1da705fa", "port_range_min": null, "ethertype": "IPv4", "project_id": "2fc410f605b04591be5effbe1da705fa"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:21:45Z", "revision_number": 0, "id": "d9f44975-9daf-4d6f-b0a5-7d9f3ec82e83", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:21:45Z", "security_group_id": "71c01da6-7d68-4b2b-abd6-c8cc9a1050cf", "tenant_id": "2fc410f605b04591be5effbe1da705fa", "port_range_min": null, "ethertype": "IPv6", "project_id": "2fc410f605b04591be5effbe1da705fa"}, {"direction": "egress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:21:47Z", "revision_number": 0, "id": "e6bcb174-23d9-4bfd-a6e5-6048c3d11a3c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:21:47Z", "security_group_id": "71c01da6-7d68-4b2b-abd6-c8cc9a1050cf", "tenant_id": "2fc410f605b04591be5effbe1da705fa", "port_range_min": null, "ethertype": "IPv4", "project_id": "2fc410f605b04591be5effbe1da705fa"}], "revision_number": 4, "project_id": "2fc410f605b04591be5effbe1da705fa", "id": "71c01da6-7d68-4b2b-abd6-c8cc9a1050cf", "name": "CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-sec-grp"}]} 2018-08-12 08:21:47,964 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=71c01da6-7d68-4b2b-abd6-c8cc9a1050cf used request id req-19824e71-03d7-46fd-8c19-f8dae7d27fd6 2018-08-12 08:21:47,965 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 71c01da6-7d68-4b2b-abd6-c8cc9a1050cf 2018-08-12 08:21:47,970 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=71c01da6-7d68-4b2b-abd6-c8cc9a1050cf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff664f9b97a4e9c6c28f8a716cb0cd0f636b550d" 2018-08-12 08:21:48,004 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1973 X-Openstack-Request-Id: req-2697f2e5-b2a9-42c8-9f5b-8b1da86aed17 Date: Sun, 12 Aug 2018 08:21:47 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:21:46Z", "security_group_id": "71c01da6-7d68-4b2b-abd6-c8cc9a1050cf", "port_range_min": null, "revision_number": 0, "tenant_id": "2fc410f605b04591be5effbe1da705fa", "created_at": "2018-08-12T08:21:46Z", "project_id": "2fc410f605b04591be5effbe1da705fa", "id": "67c750ab-2a3d-42e1-b148-b43615152cac"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:21:45Z", "security_group_id": "71c01da6-7d68-4b2b-abd6-c8cc9a1050cf", "port_range_min": null, "revision_number": 0, "tenant_id": "2fc410f605b04591be5effbe1da705fa", "created_at": "2018-08-12T08:21:45Z", "project_id": "2fc410f605b04591be5effbe1da705fa", "id": "a0aa5c88-0279-423f-b9db-ecf31883e0fa"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:21:45Z", "security_group_id": "71c01da6-7d68-4b2b-abd6-c8cc9a1050cf", "port_range_min": null, "revision_number": 0, "tenant_id": "2fc410f605b04591be5effbe1da705fa", "created_at": "2018-08-12T08:21:45Z", "project_id": "2fc410f605b04591be5effbe1da705fa", "id": "d9f44975-9daf-4d6f-b0a5-7d9f3ec82e83"}, {"remote_group_id": null, "direction": "egress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:21:47Z", "security_group_id": "71c01da6-7d68-4b2b-abd6-c8cc9a1050cf", "port_range_min": null, "revision_number": 0, "tenant_id": "2fc410f605b04591be5effbe1da705fa", "created_at": "2018-08-12T08:21:47Z", "project_id": "2fc410f605b04591be5effbe1da705fa", "id": "e6bcb174-23d9-4bfd-a6e5-6048c3d11a3c"}]} 2018-08-12 08:21:48,004 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=71c01da6-7d68-4b2b-abd6-c8cc9a1050cf used request id req-2697f2e5-b2a9-42c8-9f5b-8b1da86aed17 2018-08-12 08:21:48,005 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:21:48,006 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:21:48,399 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ca08932b377f42fb9f88d2109043579c", "name": "CreateInstanceTwoNetTests-21065378-3e98-449-proj-role"}], "expires_at": "2018-08-12T09:21:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2fc410f605b04591be5effbe1da705fa", "name": "CreateInstanceTwoNetTests-21065378-3e98-449-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/2fc410f605b04591be5effbe1da705fa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/2fc410f605b04591be5effbe1da705fa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/2fc410f605b04591be5effbe1da705fa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_2fc410f605b04591be5effbe1da705fa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_2fc410f605b04591be5effbe1da705fa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/2fc410f605b04591be5effbe1da705fa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/2fc410f605b04591be5effbe1da705fa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/2fc410f605b04591be5effbe1da705fa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/2fc410f605b04591be5effbe1da705fa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/2fc410f605b04591be5effbe1da705fa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/2fc410f605b04591be5effbe1da705fa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/2fc410f605b04591be5effbe1da705fa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/2fc410f605b04591be5effbe1da705fa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/2fc410f605b04591be5effbe1da705fa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-21065378-3e98-449-user", "id": "cc77846c4df3473fb8019140c3162575"}, "audit_ids": ["Pz5UGXMQQg6AYlw1xEaJnw"], "issued_at": "2018-08-12T08:21:48.000000Z"}} 2018-08-12 08:21:48,400 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}bf285d3467ea79844934a9fc6b4ae93a790920c7" 2018-08-12 08:21:48,484 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:21:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1037bc73-4633-421b-ba49-99e24d552078 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:21:48,484 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-1037bc73-4633-421b-ba49-99e24d552078 2018-08-12 08:21:48,485 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-12 08:21:48,486 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:21:48,487 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:21:48,487 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:21:48,487 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:21:48,487 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:21:48,489 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}bf285d3467ea79844934a9fc6b4ae93a790920c7" 2018-08-12 08:21:48,573 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:21:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-29664821-b7b2-4605-bfdb-0b49b67b8029 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:21:48,573 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-29664821-b7b2-4605-bfdb-0b49b67b8029 2018-08-12 08:21:48,582 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf285d3467ea79844934a9fc6b4ae93a790920c7" 2018-08-12 08:21:48,848 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 632 X-Openstack-Request-Id: req-c439d340-b25e-47a7-8bef-2d1aa4b6d74c Date: Sun, 12 Aug 2018 08:21:48 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":["e4e57ca0-35f5-41c1-9872-db7bf10b6941"],"updated_at":"2018-08-12T08:21:25Z","tenant_id":"2fc410f605b04591be5effbe1da705fa","created_at":"2018-08-12T08:21:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"2fc410f605b04591be5effbe1da705fa","id":"f631d83b-a663-48f5-a5d2-455ac0465b0d","name":"CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-net1"}]} 2018-08-12 08:21:48,848 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-net1 used request id req-c439d340-b25e-47a7-8bef-2d1aa4b6d74c 2018-08-12 08:21:48,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=f631d83b-a663-48f5-a5d2-455ac0465b0d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf285d3467ea79844934a9fc6b4ae93a790920c7" 2018-08-12 08:21:49,064 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-eb92c7fa-385d-4be6-bd3b-0d9834068f0a Date: Sun, 12 Aug 2018 08:21:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f631d83b-a663-48f5-a5d2-455ac0465b0d","tenant_id":"2fc410f605b04591be5effbe1da705fa","created_at":"2018-08-12T08:21:25Z","dns_nameservers":[],"updated_at":"2018-08-12T08:21:25Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"2fc410f605b04591be5effbe1da705fa","id":"e4e57ca0-35f5-41c1-9872-db7bf10b6941","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-subnet1"}]} 2018-08-12 08:21:49,064 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=f631d83b-a663-48f5-a5d2-455ac0465b0d used request id req-eb92c7fa-385d-4be6-bd3b-0d9834068f0a 2018-08-12 08:21:49,069 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf285d3467ea79844934a9fc6b4ae93a790920c7" 2018-08-12 08:21:49,345 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 632 X-Openstack-Request-Id: req-13f8316b-a0ca-4dc0-8701-69d5e02499f5 Date: Sun, 12 Aug 2018 08:21: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":["e4e57ca0-35f5-41c1-9872-db7bf10b6941"],"updated_at":"2018-08-12T08:21:25Z","tenant_id":"2fc410f605b04591be5effbe1da705fa","created_at":"2018-08-12T08:21:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"2fc410f605b04591be5effbe1da705fa","id":"f631d83b-a663-48f5-a5d2-455ac0465b0d","name":"CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-net1"}]} 2018-08-12 08:21:49,345 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-net1 used request id req-13f8316b-a0ca-4dc0-8701-69d5e02499f5 2018-08-12 08:21:49,349 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:21:49,354 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:21:49 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:21:49,355 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/2fc410f605b04591be5effbe1da705fa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf285d3467ea79844934a9fc6b4ae93a790920c7" 2018-08-12 08:21:49,375 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:21:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f2f55866-071e-4b47-9b51-6d396baba9b1 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/2fc410f605b04591be5effbe1da705fa"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "2fc410f605b04591be5effbe1da705fa", "name": "CreateInstanceTwoNetTests-21065378-3e98-449-proj"}} 2018-08-12 08:21:49,375 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/2fc410f605b04591be5effbe1da705fa used request id req-f2f55866-071e-4b47-9b51-6d396baba9b1 2018-08-12 08:21:49,380 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=f631d83b-a663-48f5-a5d2-455ac0465b0d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf285d3467ea79844934a9fc6b4ae93a790920c7" 2018-08-12 08:21:49,617 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-3e419166-efca-4a8f-a106-bfecaba4d491 Date: Sun, 12 Aug 2018 08:21:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f631d83b-a663-48f5-a5d2-455ac0465b0d","tenant_id":"2fc410f605b04591be5effbe1da705fa","created_at":"2018-08-12T08:21:25Z","dns_nameservers":[],"updated_at":"2018-08-12T08:21:25Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"2fc410f605b04591be5effbe1da705fa","id":"e4e57ca0-35f5-41c1-9872-db7bf10b6941","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-subnet1"}]} 2018-08-12 08:21:49,617 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=f631d83b-a663-48f5-a5d2-455ac0465b0d used request id req-3e419166-efca-4a8f-a106-bfecaba4d491 2018-08-12 08:21:49,622 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=f631d83b-a663-48f5-a5d2-455ac0465b0d&name=CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-vm1-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf285d3467ea79844934a9fc6b4ae93a790920c7" 2018-08-12 08:21:49,811 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-50522e59-2677-4829-98b5-738bbd1bd570 Date: Sun, 12 Aug 2018 08:21:49 GMT RESP BODY: {"ports":[]} 2018-08-12 08:21:49,812 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=f631d83b-a663-48f5-a5d2-455ac0465b0d&name=CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-vm1-port&admin_state_up=True used request id req-50522e59-2677-4829-98b5-738bbd1bd570 2018-08-12 08:21:49,815 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-inst1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf285d3467ea79844934a9fc6b4ae93a790920c7" 2018-08-12 08:21:50,466 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:21: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-7bbe7e9a-18e0-438b-a047-af1aa3f26ade x-compute-request-id: req-7bbe7e9a-18e0-438b-a047-af1aa3f26ade Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-12 08:21:50,466 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-inst1 used request id req-7bbe7e9a-18e0-438b-a047-af1aa3f26ade 2018-08-12 08:21:50,471 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf285d3467ea79844934a9fc6b4ae93a790920c7" 2018-08-12 08:21:50,734 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 632 X-Openstack-Request-Id: req-758eca9f-465c-4208-93c4-221566ef04da Date: Sun, 12 Aug 2018 08:21:50 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":["e4e57ca0-35f5-41c1-9872-db7bf10b6941"],"updated_at":"2018-08-12T08:21:25Z","tenant_id":"2fc410f605b04591be5effbe1da705fa","created_at":"2018-08-12T08:21:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"2fc410f605b04591be5effbe1da705fa","id":"f631d83b-a663-48f5-a5d2-455ac0465b0d","name":"CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-net1"}]} 2018-08-12 08:21:50,735 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-net1 used request id req-758eca9f-465c-4208-93c4-221566ef04da 2018-08-12 08:21:50,740 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=f631d83b-a663-48f5-a5d2-455ac0465b0d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf285d3467ea79844934a9fc6b4ae93a790920c7" 2018-08-12 08:21:50,968 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-2aa45540-b233-4cf7-b378-ab54a20cf0b2 Date: Sun, 12 Aug 2018 08:21:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f631d83b-a663-48f5-a5d2-455ac0465b0d","tenant_id":"2fc410f605b04591be5effbe1da705fa","created_at":"2018-08-12T08:21:25Z","dns_nameservers":[],"updated_at":"2018-08-12T08:21:25Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"2fc410f605b04591be5effbe1da705fa","id":"e4e57ca0-35f5-41c1-9872-db7bf10b6941","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-subnet1"}]} 2018-08-12 08:21:50,968 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=f631d83b-a663-48f5-a5d2-455ac0465b0d used request id req-2aa45540-b233-4cf7-b378-ab54a20cf0b2 2018-08-12 08:21:50,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf285d3467ea79844934a9fc6b4ae93a790920c7" 2018-08-12 08:21:51,335 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 632 X-Openstack-Request-Id: req-4ab04c52-4b1f-47ee-929f-5e260fa6a2bf Date: Sun, 12 Aug 2018 08:21:51 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":["e4e57ca0-35f5-41c1-9872-db7bf10b6941"],"updated_at":"2018-08-12T08:21:25Z","tenant_id":"2fc410f605b04591be5effbe1da705fa","created_at":"2018-08-12T08:21:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"2fc410f605b04591be5effbe1da705fa","id":"f631d83b-a663-48f5-a5d2-455ac0465b0d","name":"CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-net1"}]} 2018-08-12 08:21:51,336 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-net1 used request id req-4ab04c52-4b1f-47ee-929f-5e260fa6a2bf 2018-08-12 08:21:51,339 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/2fc410f605b04591be5effbe1da705fa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf285d3467ea79844934a9fc6b4ae93a790920c7" 2018-08-12 08:21:51,430 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:21:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a15ccfb4-136e-4ae6-9d9e-2485e46cc951 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/2fc410f605b04591be5effbe1da705fa"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "2fc410f605b04591be5effbe1da705fa", "name": "CreateInstanceTwoNetTests-21065378-3e98-449-proj"}} 2018-08-12 08:21:51,431 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/2fc410f605b04591be5effbe1da705fa used request id req-a15ccfb4-136e-4ae6-9d9e-2485e46cc951 2018-08-12 08:21:51,435 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=f631d83b-a663-48f5-a5d2-455ac0465b0d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf285d3467ea79844934a9fc6b4ae93a790920c7" 2018-08-12 08:21:51,650 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-295a7774-40ff-4f28-9dd7-bb30c38ae638 Date: Sun, 12 Aug 2018 08:21:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f631d83b-a663-48f5-a5d2-455ac0465b0d","tenant_id":"2fc410f605b04591be5effbe1da705fa","created_at":"2018-08-12T08:21:25Z","dns_nameservers":[],"updated_at":"2018-08-12T08:21:25Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"2fc410f605b04591be5effbe1da705fa","id":"e4e57ca0-35f5-41c1-9872-db7bf10b6941","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-subnet1"}]} 2018-08-12 08:21:51,650 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=f631d83b-a663-48f5-a5d2-455ac0465b0d used request id req-295a7774-40ff-4f28-9dd7-bb30c38ae638 2018-08-12 08:21:51,655 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=f631d83b-a663-48f5-a5d2-455ac0465b0d&name=CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-vm1-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf285d3467ea79844934a9fc6b4ae93a790920c7" 2018-08-12 08:21:51,868 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-314a999e-b05e-47ba-ae06-b14ea7251148 Date: Sun, 12 Aug 2018 08:21:51 GMT RESP BODY: {"ports":[]} 2018-08-12 08:21:51,868 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=f631d83b-a663-48f5-a5d2-455ac0465b0d&name=CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-vm1-port&admin_state_up=True used request id req-314a999e-b05e-47ba-ae06-b14ea7251148 2018-08-12 08:21:51,868 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:21:51,869 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:21:52,266 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ca08932b377f42fb9f88d2109043579c", "name": "CreateInstanceTwoNetTests-21065378-3e98-449-proj-role"}], "expires_at": "2018-08-12T09:21:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2fc410f605b04591be5effbe1da705fa", "name": "CreateInstanceTwoNetTests-21065378-3e98-449-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/2fc410f605b04591be5effbe1da705fa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/2fc410f605b04591be5effbe1da705fa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/2fc410f605b04591be5effbe1da705fa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_2fc410f605b04591be5effbe1da705fa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_2fc410f605b04591be5effbe1da705fa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/2fc410f605b04591be5effbe1da705fa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/2fc410f605b04591be5effbe1da705fa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/2fc410f605b04591be5effbe1da705fa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/2fc410f605b04591be5effbe1da705fa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/2fc410f605b04591be5effbe1da705fa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/2fc410f605b04591be5effbe1da705fa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/2fc410f605b04591be5effbe1da705fa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/2fc410f605b04591be5effbe1da705fa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/2fc410f605b04591be5effbe1da705fa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-21065378-3e98-449-user", "id": "cc77846c4df3473fb8019140c3162575"}, "audit_ids": ["DJsJVjeVRfqZln-2PpU1ZQ"], "issued_at": "2018-08-12T08:21:52.000000Z"}} 2018-08-12 08:21:52,266 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}8c48a7af55ef0a71f674bd0d8414acf4a86de2f1" 2018-08-12 08:21:52,355 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:21:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9b7edcde-f0f1-4c45-b8fd-01d387176eb1 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:21:52,355 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-9b7edcde-f0f1-4c45-b8fd-01d387176eb1 2018-08-12 08:21:52,361 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf285d3467ea79844934a9fc6b4ae93a790920c7" 2018-08-12 08:21:52,647 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 632 X-Openstack-Request-Id: req-101b02d2-9ba4-4fb0-97d8-d3dc2c85a2d2 Date: Sun, 12 Aug 2018 08:21: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":["e4e57ca0-35f5-41c1-9872-db7bf10b6941"],"updated_at":"2018-08-12T08:21:25Z","tenant_id":"2fc410f605b04591be5effbe1da705fa","created_at":"2018-08-12T08:21:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"2fc410f605b04591be5effbe1da705fa","id":"f631d83b-a663-48f5-a5d2-455ac0465b0d","name":"CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-net1"}]} 2018-08-12 08:21:52,648 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-net1 used request id req-101b02d2-9ba4-4fb0-97d8-d3dc2c85a2d2 2018-08-12 08:21:52,653 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=f631d83b-a663-48f5-a5d2-455ac0465b0d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf285d3467ea79844934a9fc6b4ae93a790920c7" 2018-08-12 08:21:52,855 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-314c4719-847e-4259-b2d9-f2a332e7b4ce Date: Sun, 12 Aug 2018 08:21:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f631d83b-a663-48f5-a5d2-455ac0465b0d","tenant_id":"2fc410f605b04591be5effbe1da705fa","created_at":"2018-08-12T08:21:25Z","dns_nameservers":[],"updated_at":"2018-08-12T08:21:25Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"2fc410f605b04591be5effbe1da705fa","id":"e4e57ca0-35f5-41c1-9872-db7bf10b6941","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-subnet1"}]} 2018-08-12 08:21:52,855 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=f631d83b-a663-48f5-a5d2-455ac0465b0d used request id req-314c4719-847e-4259-b2d9-f2a332e7b4ce 2018-08-12 08:21:52,861 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf285d3467ea79844934a9fc6b4ae93a790920c7" 2018-08-12 08:21:52,963 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 632 X-Openstack-Request-Id: req-2f4d73eb-463b-4b65-9544-fd76f464b612 Date: Sun, 12 Aug 2018 08:21: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":["e4e57ca0-35f5-41c1-9872-db7bf10b6941"],"updated_at":"2018-08-12T08:21:25Z","tenant_id":"2fc410f605b04591be5effbe1da705fa","created_at":"2018-08-12T08:21:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"2fc410f605b04591be5effbe1da705fa","id":"f631d83b-a663-48f5-a5d2-455ac0465b0d","name":"CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-net1"}]} 2018-08-12 08:21:52,964 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-net1 used request id req-2f4d73eb-463b-4b65-9544-fd76f464b612 2018-08-12 08:21:52,967 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:21:52,972 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:21:52 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:21:52,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/2fc410f605b04591be5effbe1da705fa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c48a7af55ef0a71f674bd0d8414acf4a86de2f1" 2018-08-12 08:21:53,073 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:21:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c2c2d8cf-f579-4eef-b769-5f9db87f6440 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/2fc410f605b04591be5effbe1da705fa"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "2fc410f605b04591be5effbe1da705fa", "name": "CreateInstanceTwoNetTests-21065378-3e98-449-proj"}} 2018-08-12 08:21:53,073 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/2fc410f605b04591be5effbe1da705fa used request id req-c2c2d8cf-f579-4eef-b769-5f9db87f6440 2018-08-12 08:21:53,078 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=f631d83b-a663-48f5-a5d2-455ac0465b0d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf285d3467ea79844934a9fc6b4ae93a790920c7" 2018-08-12 08:21:53,127 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-0f3b37a9-a2c9-418e-b138-c315b9b18f4d Date: Sun, 12 Aug 2018 08:21:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f631d83b-a663-48f5-a5d2-455ac0465b0d","tenant_id":"2fc410f605b04591be5effbe1da705fa","created_at":"2018-08-12T08:21:25Z","dns_nameservers":[],"updated_at":"2018-08-12T08:21:25Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"2fc410f605b04591be5effbe1da705fa","id":"e4e57ca0-35f5-41c1-9872-db7bf10b6941","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-subnet1"}]} 2018-08-12 08:21:53,127 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=f631d83b-a663-48f5-a5d2-455ac0465b0d used request id req-0f3b37a9-a2c9-418e-b138-c315b9b18f4d 2018-08-12 08:21:53,133 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=f631d83b-a663-48f5-a5d2-455ac0465b0d&name=CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-subnet1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf285d3467ea79844934a9fc6b4ae93a790920c7" 2018-08-12 08:21:53,192 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-9a9b149d-44ff-4a5e-a0f4-e9bfe90c759f Date: Sun, 12 Aug 2018 08:21:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f631d83b-a663-48f5-a5d2-455ac0465b0d","tenant_id":"2fc410f605b04591be5effbe1da705fa","created_at":"2018-08-12T08:21:25Z","dns_nameservers":[],"updated_at":"2018-08-12T08:21:25Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"2fc410f605b04591be5effbe1da705fa","id":"e4e57ca0-35f5-41c1-9872-db7bf10b6941","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-subnet1"}]} 2018-08-12 08:21:53,193 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=f631d83b-a663-48f5-a5d2-455ac0465b0d&name=CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-subnet1 used request id req-9a9b149d-44ff-4a5e-a0f4-e9bfe90c759f 2018-08-12 08:21:53,193 - neutron_utils - INFO - Creating port for network with name - CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-net1 2018-08-12 08:21:53,198 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf285d3467ea79844934a9fc6b4ae93a790920c7" -d '{"port": {"network_id": "f631d83b-a663-48f5-a5d2-455ac0465b0d", "fixed_ips": [{"subnet_id": "e4e57ca0-35f5-41c1-9872-db7bf10b6941", "ip_address": "10.200.201.5"}], "name": "CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-vm1-port", "admin_state_up": true}}' 2018-08-12 08:21:54,144 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 766 X-Openstack-Request-Id: req-7b27cf12-3a8b-4040-a43b-14e1d4966570 Date: Sun, 12 Aug 2018 08:21:54 GMT RESP BODY: {"port":{"status":"DOWN","created_at":"2018-08-12T08:21:53Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"f631d83b-a663-48f5-a5d2-455ac0465b0d","tenant_id":"2fc410f605b04591be5effbe1da705fa","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T08:21:53Z","name":"CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-vm1-port","device_owner":"","revision_number":6,"mac_address":"fa:16:3e:10:1d:b1","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"2fc410f605b04591be5effbe1da705fa","fixed_ips":[{"subnet_id":"e4e57ca0-35f5-41c1-9872-db7bf10b6941","ip_address":"10.200.201.5"}],"id":"5b2b3480-2723-4cb9-86d1-f8423697664f","security_groups":["c328508f-6c74-4ee2-b846-b448af973066"],"device_id":""}} 2018-08-12 08:21:54,144 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/ports used request id req-7b27cf12-3a8b-4040-a43b-14e1d4966570 2018-08-12 08:21:54,149 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf285d3467ea79844934a9fc6b4ae93a790920c7" 2018-08-12 08:21:54,253 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 632 X-Openstack-Request-Id: req-c28b4e1a-f2c3-43bc-80be-3f7613c51cb7 Date: Sun, 12 Aug 2018 08:21:54 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":["e4e57ca0-35f5-41c1-9872-db7bf10b6941"],"updated_at":"2018-08-12T08:21:25Z","tenant_id":"2fc410f605b04591be5effbe1da705fa","created_at":"2018-08-12T08:21:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"2fc410f605b04591be5effbe1da705fa","id":"f631d83b-a663-48f5-a5d2-455ac0465b0d","name":"CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-net1"}]} 2018-08-12 08:21:54,253 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-net1 used request id req-c28b4e1a-f2c3-43bc-80be-3f7613c51cb7 2018-08-12 08:21:54,258 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=f631d83b-a663-48f5-a5d2-455ac0465b0d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf285d3467ea79844934a9fc6b4ae93a790920c7" 2018-08-12 08:21:54,310 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-4f01f5d7-d10d-4fc6-824e-84fbfb2db17a Date: Sun, 12 Aug 2018 08:21:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f631d83b-a663-48f5-a5d2-455ac0465b0d","tenant_id":"2fc410f605b04591be5effbe1da705fa","created_at":"2018-08-12T08:21:25Z","dns_nameservers":[],"updated_at":"2018-08-12T08:21:25Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"2fc410f605b04591be5effbe1da705fa","id":"e4e57ca0-35f5-41c1-9872-db7bf10b6941","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-subnet1"}]} 2018-08-12 08:21:54,311 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=f631d83b-a663-48f5-a5d2-455ac0465b0d used request id req-4f01f5d7-d10d-4fc6-824e-84fbfb2db17a 2018-08-12 08:21:54,315 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf285d3467ea79844934a9fc6b4ae93a790920c7" 2018-08-12 08:21:54,417 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 632 X-Openstack-Request-Id: req-75d0d851-68e8-4e28-9717-23f7b31a6533 Date: Sun, 12 Aug 2018 08:21:54 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":["e4e57ca0-35f5-41c1-9872-db7bf10b6941"],"updated_at":"2018-08-12T08:21:25Z","tenant_id":"2fc410f605b04591be5effbe1da705fa","created_at":"2018-08-12T08:21:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"2fc410f605b04591be5effbe1da705fa","id":"f631d83b-a663-48f5-a5d2-455ac0465b0d","name":"CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-net1"}]} 2018-08-12 08:21:54,417 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-net1 used request id req-75d0d851-68e8-4e28-9717-23f7b31a6533 2018-08-12 08:21:54,421 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/2fc410f605b04591be5effbe1da705fa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf285d3467ea79844934a9fc6b4ae93a790920c7" 2018-08-12 08:21:54,517 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:21:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5dd5025b-3251-4ecd-9ecf-fa74dd221a93 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/2fc410f605b04591be5effbe1da705fa"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "2fc410f605b04591be5effbe1da705fa", "name": "CreateInstanceTwoNetTests-21065378-3e98-449-proj"}} 2018-08-12 08:21:54,518 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/2fc410f605b04591be5effbe1da705fa used request id req-5dd5025b-3251-4ecd-9ecf-fa74dd221a93 2018-08-12 08:21:54,523 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=f631d83b-a663-48f5-a5d2-455ac0465b0d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf285d3467ea79844934a9fc6b4ae93a790920c7" 2018-08-12 08:21:54,745 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-ef0de72c-5926-416b-996b-a15439df8bee Date: Sun, 12 Aug 2018 08:21:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f631d83b-a663-48f5-a5d2-455ac0465b0d","tenant_id":"2fc410f605b04591be5effbe1da705fa","created_at":"2018-08-12T08:21:25Z","dns_nameservers":[],"updated_at":"2018-08-12T08:21:25Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"2fc410f605b04591be5effbe1da705fa","id":"e4e57ca0-35f5-41c1-9872-db7bf10b6941","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-subnet1"}]} 2018-08-12 08:21:54,745 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=f631d83b-a663-48f5-a5d2-455ac0465b0d used request id req-ef0de72c-5926-416b-996b-a15439df8bee 2018-08-12 08:21:54,750 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=f631d83b-a663-48f5-a5d2-455ac0465b0d&name=CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-vm1-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf285d3467ea79844934a9fc6b4ae93a790920c7" 2018-08-12 08:21:54,972 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 769 X-Openstack-Request-Id: req-e8bc0348-1487-4bdc-82d0-677788150999 Date: Sun, 12 Aug 2018 08:21:54 GMT RESP BODY: {"ports":[{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"f631d83b-a663-48f5-a5d2-455ac0465b0d","tenant_id":"2fc410f605b04591be5effbe1da705fa","created_at":"2018-08-12T08:21:53Z","admin_state_up":true,"updated_at":"2018-08-12T08:21:53Z","binding:vnic_type":"normal","device_id":"","device_owner":"","revision_number":6,"mac_address":"fa:16:3e:10:1d:b1","id":"5b2b3480-2723-4cb9-86d1-f8423697664f","port_security_enabled":true,"project_id":"2fc410f605b04591be5effbe1da705fa","fixed_ips":[{"subnet_id":"e4e57ca0-35f5-41c1-9872-db7bf10b6941","ip_address":"10.200.201.5"}],"extra_dhcp_opts":[],"security_groups":["c328508f-6c74-4ee2-b846-b448af973066"],"name":"CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-vm1-port"}]} 2018-08-12 08:21:54,973 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=f631d83b-a663-48f5-a5d2-455ac0465b0d&name=CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-vm1-port&admin_state_up=True used request id req-e8bc0348-1487-4bdc-82d0-677788150999 2018-08-12 08:21:54,976 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/2fc410f605b04591be5effbe1da705fa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf285d3467ea79844934a9fc6b4ae93a790920c7" 2018-08-12 08:21:55,065 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:21:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-85f9e076-574a-47a2-9272-5e2739ddf4de Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/2fc410f605b04591be5effbe1da705fa"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "2fc410f605b04591be5effbe1da705fa", "name": "CreateInstanceTwoNetTests-21065378-3e98-449-proj"}} 2018-08-12 08:21:55,065 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/2fc410f605b04591be5effbe1da705fa used request id req-85f9e076-574a-47a2-9272-5e2739ddf4de 2018-08-12 08:21:55,065 - nova_utils - INFO - Creating VM with name - CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-inst1 2018-08-12 08:21:55,068 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf285d3467ea79844934a9fc6b4ae93a790920c7" 2018-08-12 08:21:55,094 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:21: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-114bc6bd-5263-429e-ac61-f416007a6af1 x-compute-request-id: req-114bc6bd-5263-429e-ac61-f416007a6af1 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"flavors": [{"id": "9f6e86d7-04b8-4766-811a-cfb1975a4afc", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/9f6e86d7-04b8-4766-811a-cfb1975a4afc", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/9f6e86d7-04b8-4766-811a-cfb1975a4afc", "rel": "bookmark"}], "name": "CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-flavor-name"}]} 2018-08-12 08:21:55,094 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-114bc6bd-5263-429e-ac61-f416007a6af1 2018-08-12 08:21:55,097 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors/9f6e86d7-04b8-4766-811a-cfb1975a4afc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf285d3467ea79844934a9fc6b4ae93a790920c7" 2018-08-12 08:21:55,119 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:21: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-abf844e3-d5fe-4317-94af-7c7ccb8b8c84 x-compute-request-id: req-abf844e3-d5fe-4317-94af-7c7ccb8b8c84 Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-flavor-name", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/9f6e86d7-04b8-4766-811a-cfb1975a4afc", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/9f6e86d7-04b8-4766-811a-cfb1975a4afc", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": "9f6e86d7-04b8-4766-811a-cfb1975a4afc"}} 2018-08-12 08:21:55,119 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/9f6e86d7-04b8-4766-811a-cfb1975a4afc used request id req-abf844e3-d5fe-4317-94af-7c7ccb8b8c84 2018-08-12 08:21:55,122 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceTwoNetTests-bf77678e-6d39-4076-a9e8-14e4b04efcf5 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bf285d3467ea79844934a9fc6b4ae93a790920c7" 2018-08-12 08:21:55,336 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1048 Content-Type: application/json X-Openstack-Request-Id: req-fdbc89f6-08d6-4138-ac68-866ab901d206 Date: Sun, 12 Aug 2018 08:21:55 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceTwoNetTests-bf77678e-6d39-4076-a9e8-14e4b04efcf5", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:21:21Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-12T08:21:22Z", "visibility": "shared", "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/7a3c0020-4bf2-4fa8-a544-a8314ac04ae4/snap", "metadata": {}}], "self": "/v2/images/7a3c0020-4bf2-4fa8-a544-a8314ac04ae4", "min_disk": 0, "protected": false, "id": "7a3c0020-4bf2-4fa8-a544-a8314ac04ae4", "file": "/v2/images/7a3c0020-4bf2-4fa8-a544-a8314ac04ae4/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "2fc410f605b04591be5effbe1da705fa", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/7a3c0020-4bf2-4fa8-a544-a8314ac04ae4/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceTwoNetTests-bf77678e-6d39-4076-a9e8-14e4b04efcf5"} 2018-08-12 08:21:55,337 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceTwoNetTests-bf77678e-6d39-4076-a9e8-14e4b04efcf5 used request id req-fdbc89f6-08d6-4138-ac68-866ab901d206 2018-08-12 08:21:55,342 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bf285d3467ea79844934a9fc6b4ae93a790920c7" 2018-08-12 08:21:55,530 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-a2b45392-d1a2-4afa-81e8-b45abe75f2ae Date: Sun, 12 Aug 2018 08:21:55 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"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}, "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}, "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"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "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"}, "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"}, "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}, "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}, "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"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "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}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-12 08:21:55,530 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-a2b45392-d1a2-4afa-81e8-b45abe75f2ae 2018-08-12 08:21:55,536 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf285d3467ea79844934a9fc6b4ae93a790920c7" -d '{"server": {"name": "CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-inst1", "imageRef": "7a3c0020-4bf2-4fa8-a544-a8314ac04ae4", "flavorRef": "9f6e86d7-04b8-4766-811a-cfb1975a4afc", "user_data": "IyEvYmluL3NoCgp3aGlsZSB0cnVlOyBkbwogcGluZyAtYyAxIDEwLjIwMC4yMDIuNSAyPiYxID4vZGV2L251bGwKIFJFUz0kPwogaWYgWyAiWiRSRVMiID0gIlowIiBdIDsgdGhlbgogIGVjaG8gJ3ZQaW5nIE9LJwogIGJyZWFrCiBlbHNlCiAgZWNobyAndlBpbmcgS08nCiBmaQogc2xlZXAgMQpkb25lCgo=", "max_count": 1, "min_count": 1, "networks": [{"port": "5b2b3480-2723-4cb9-86d1-f8423697664f"}], "security_groups": [{"name": "CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-sec-grp"}]}}' 2018-08-12 08:21:57,676 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 08:21: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-41eaa85d-d3ae-4e36-ae05-cea05e43009c x-compute-request-id: req-41eaa85d-d3ae-4e36-ae05-cea05e43009c Content-Length: 437 location: http://172.30.9.21:8774/v2.1/servers/d6163fef-3829-43af-a71a-23f3f9dcb861 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-sec-grp"}], "OS-DCF:diskConfig": "MANUAL", "id": "d6163fef-3829-43af-a71a-23f3f9dcb861", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/d6163fef-3829-43af-a71a-23f3f9dcb861", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/d6163fef-3829-43af-a71a-23f3f9dcb861", "rel": "bookmark"}], "adminPass": "jD97MaSYwZU9"}} 2018-08-12 08:21:57,677 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-41eaa85d-d3ae-4e36-ae05-cea05e43009c 2018-08-12 08:21:57,680 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/d6163fef-3829-43af-a71a-23f3f9dcb861 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf285d3467ea79844934a9fc6b4ae93a790920c7" 2018-08-12 08:21:58,098 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:21: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-ffce1e02-f90d-4efb-99b2-edd24b444eea x-compute-request-id: req-ffce1e02-f90d-4efb-99b2-edd24b444eea 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.21:8774/v2.1/servers/d6163fef-3829-43af-a71a-23f3f9dcb861", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/d6163fef-3829-43af-a71a-23f3f9dcb861", "rel": "bookmark"}], "image": {"id": "7a3c0020-4bf2-4fa8-a544-a8314ac04ae4", "links": [{"href": "http://172.30.9.21:8774/images/7a3c0020-4bf2-4fa8-a544-a8314ac04ae4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9f6e86d7-04b8-4766-811a-cfb1975a4afc", "links": [{"href": "http://172.30.9.21:8774/flavors/9f6e86d7-04b8-4766-811a-cfb1975a4afc", "rel": "bookmark"}]}, "id": "d6163fef-3829-43af-a71a-23f3f9dcb861", "user_id": "cc77846c4df3473fb8019140c3162575", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:21:57Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-inst1", "created": "2018-08-12T08:21:57Z", "tenant_id": "2fc410f605b04591be5effbe1da705fa", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:21:58,098 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/d6163fef-3829-43af-a71a-23f3f9dcb861 used request id req-ffce1e02-f90d-4efb-99b2-edd24b444eea 2018-08-12 08:21:58,099 - create_instance - INFO - Created instance with name - CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-inst1 2018-08-12 08:21:58,102 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/d6163fef-3829-43af-a71a-23f3f9dcb861 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf285d3467ea79844934a9fc6b4ae93a790920c7" 2018-08-12 08:21:58,504 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:21: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-0523d0ba-9f93-491c-beab-d5a890d2e127 x-compute-request-id: req-0523d0ba-9f93-491c-beab-d5a890d2e127 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.21:8774/v2.1/servers/d6163fef-3829-43af-a71a-23f3f9dcb861", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/d6163fef-3829-43af-a71a-23f3f9dcb861", "rel": "bookmark"}], "image": {"id": "7a3c0020-4bf2-4fa8-a544-a8314ac04ae4", "links": [{"href": "http://172.30.9.21:8774/images/7a3c0020-4bf2-4fa8-a544-a8314ac04ae4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9f6e86d7-04b8-4766-811a-cfb1975a4afc", "links": [{"href": "http://172.30.9.21:8774/flavors/9f6e86d7-04b8-4766-811a-cfb1975a4afc", "rel": "bookmark"}]}, "id": "d6163fef-3829-43af-a71a-23f3f9dcb861", "user_id": "cc77846c4df3473fb8019140c3162575", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:21:58Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-inst1", "created": "2018-08-12T08:21:57Z", "tenant_id": "2fc410f605b04591be5effbe1da705fa", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:21:58,504 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/d6163fef-3829-43af-a71a-23f3f9dcb861 used request id req-0523d0ba-9f93-491c-beab-d5a890d2e127 2018-08-12 08:21:58,505 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-inst1] is - BUILD 2018-08-12 08:21:58,505 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-12 08:22:01,508 - create_instance - DEBUG - VM status query timeout in 896.591299057 2018-08-12 08:22:01,511 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/d6163fef-3829-43af-a71a-23f3f9dcb861 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf285d3467ea79844934a9fc6b4ae93a790920c7" 2018-08-12 08:22:01,792 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:22: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-c98c4aea-28e4-4517-82d0-5a25ebf32881 x-compute-request-id: req-c98c4aea-28e4-4517-82d0-5a25ebf32881 Content-Encoding: gzip Content-Length: 657 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/d6163fef-3829-43af-a71a-23f3f9dcb861", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/d6163fef-3829-43af-a71a-23f3f9dcb861", "rel": "bookmark"}], "image": {"id": "7a3c0020-4bf2-4fa8-a544-a8314ac04ae4", "links": [{"href": "http://172.30.9.21:8774/images/7a3c0020-4bf2-4fa8-a544-a8314ac04ae4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9f6e86d7-04b8-4766-811a-cfb1975a4afc", "links": [{"href": "http://172.30.9.21:8774/flavors/9f6e86d7-04b8-4766-811a-cfb1975a4afc", "rel": "bookmark"}]}, "id": "d6163fef-3829-43af-a71a-23f3f9dcb861", "user_id": "cc77846c4df3473fb8019140c3162575", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:22:00Z", "hostId": "9d4ec67e32edeb29e68c536284c68ea92f04f9c939c04ebc6849e39b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-inst1", "created": "2018-08-12T08:21:57Z", "tenant_id": "2fc410f605b04591be5effbe1da705fa", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:22:01,792 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/d6163fef-3829-43af-a71a-23f3f9dcb861 used request id req-c98c4aea-28e4-4517-82d0-5a25ebf32881 2018-08-12 08:22:01,792 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-inst1] is - BUILD 2018-08-12 08:22:01,793 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-12 08:22:04,796 - create_instance - DEBUG - VM status query timeout in 893.303452969 2018-08-12 08:22:04,798 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/d6163fef-3829-43af-a71a-23f3f9dcb861 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf285d3467ea79844934a9fc6b4ae93a790920c7" 2018-08-12 08:22:05,888 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:22: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-156d7d3a-e564-48bf-a532-1b9989132fa0 x-compute-request-id: req-156d7d3a-e564-48bf-a532-1b9989132fa0 Content-Encoding: gzip Content-Length: 681 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/d6163fef-3829-43af-a71a-23f3f9dcb861", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/d6163fef-3829-43af-a71a-23f3f9dcb861", "rel": "bookmark"}], "image": {"id": "7a3c0020-4bf2-4fa8-a544-a8314ac04ae4", "links": [{"href": "http://172.30.9.21:8774/images/7a3c0020-4bf2-4fa8-a544-a8314ac04ae4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9f6e86d7-04b8-4766-811a-cfb1975a4afc", "links": [{"href": "http://172.30.9.21:8774/flavors/9f6e86d7-04b8-4766-811a-cfb1975a4afc", "rel": "bookmark"}]}, "id": "d6163fef-3829-43af-a71a-23f3f9dcb861", "security_groups": [{"name": "default"}], "user_id": "cc77846c4df3473fb8019140c3162575", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:22:00Z", "hostId": "9d4ec67e32edeb29e68c536284c68ea92f04f9c939c04ebc6849e39b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-inst1", "created": "2018-08-12T08:21:57Z", "tenant_id": "2fc410f605b04591be5effbe1da705fa", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:22:05,888 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/d6163fef-3829-43af-a71a-23f3f9dcb861 used request id req-156d7d3a-e564-48bf-a532-1b9989132fa0 2018-08-12 08:22:05,888 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-inst1] is - BUILD 2018-08-12 08:22:05,889 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-12 08:22:08,889 - create_instance - DEBUG - VM status query timeout in 889.210036039 2018-08-12 08:22:08,892 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/d6163fef-3829-43af-a71a-23f3f9dcb861 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf285d3467ea79844934a9fc6b4ae93a790920c7" 2018-08-12 08:22:09,746 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:22: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-cf400698-0f73-45c4-8c1b-8cc4e84654f7 x-compute-request-id: req-cf400698-0f73-45c4-8c1b-8cc4e84654f7 Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-net1": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:10:1d:b1", "version": 4, "addr": "10.200.201.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/d6163fef-3829-43af-a71a-23f3f9dcb861", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/d6163fef-3829-43af-a71a-23f3f9dcb861", "rel": "bookmark"}], "image": {"id": "7a3c0020-4bf2-4fa8-a544-a8314ac04ae4", "links": [{"href": "http://172.30.9.21:8774/images/7a3c0020-4bf2-4fa8-a544-a8314ac04ae4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:22:05.000000", "flavor": {"id": "9f6e86d7-04b8-4766-811a-cfb1975a4afc", "links": [{"href": "http://172.30.9.21:8774/flavors/9f6e86d7-04b8-4766-811a-cfb1975a4afc", "rel": "bookmark"}]}, "id": "d6163fef-3829-43af-a71a-23f3f9dcb861", "security_groups": [{"name": "default"}], "user_id": "cc77846c4df3473fb8019140c3162575", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:22:05Z", "hostId": "9d4ec67e32edeb29e68c536284c68ea92f04f9c939c04ebc6849e39b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-inst1", "created": "2018-08-12T08:21:57Z", "tenant_id": "2fc410f605b04591be5effbe1da705fa", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:22:09,746 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/d6163fef-3829-43af-a71a-23f3f9dcb861 used request id req-cf400698-0f73-45c4-8c1b-8cc4e84654f7 2018-08-12 08:22:09,747 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-inst1] is - ACTIVE 2018-08-12 08:22:09,747 - create_instance - INFO - VM is - ACTIVE 2018-08-12 08:22:09,750 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/d6163fef-3829-43af-a71a-23f3f9dcb861 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf285d3467ea79844934a9fc6b4ae93a790920c7" 2018-08-12 08:22:10,286 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:22: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-4d66fb64-e93f-4877-b02e-874c2f40dcfb x-compute-request-id: req-4d66fb64-e93f-4877-b02e-874c2f40dcfb Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-net1": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:10:1d:b1", "version": 4, "addr": "10.200.201.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/d6163fef-3829-43af-a71a-23f3f9dcb861", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/d6163fef-3829-43af-a71a-23f3f9dcb861", "rel": "bookmark"}], "image": {"id": "7a3c0020-4bf2-4fa8-a544-a8314ac04ae4", "links": [{"href": "http://172.30.9.21:8774/images/7a3c0020-4bf2-4fa8-a544-a8314ac04ae4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:22:05.000000", "flavor": {"id": "9f6e86d7-04b8-4766-811a-cfb1975a4afc", "links": [{"href": "http://172.30.9.21:8774/flavors/9f6e86d7-04b8-4766-811a-cfb1975a4afc", "rel": "bookmark"}]}, "id": "d6163fef-3829-43af-a71a-23f3f9dcb861", "security_groups": [{"name": "default"}], "user_id": "cc77846c4df3473fb8019140c3162575", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:22:05Z", "hostId": "9d4ec67e32edeb29e68c536284c68ea92f04f9c939c04ebc6849e39b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-inst1", "created": "2018-08-12T08:21:57Z", "tenant_id": "2fc410f605b04591be5effbe1da705fa", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:22:10,286 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/d6163fef-3829-43af-a71a-23f3f9dcb861 used request id req-4d66fb64-e93f-4877-b02e-874c2f40dcfb 2018-08-12 08:22:10,291 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf285d3467ea79844934a9fc6b4ae93a790920c7" 2018-08-12 08:22:10,406 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 632 X-Openstack-Request-Id: req-684870df-97b3-4c22-b824-1e4851b0fbc8 Date: Sun, 12 Aug 2018 08:22:10 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":["e4e57ca0-35f5-41c1-9872-db7bf10b6941"],"updated_at":"2018-08-12T08:21:25Z","tenant_id":"2fc410f605b04591be5effbe1da705fa","created_at":"2018-08-12T08:21:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"2fc410f605b04591be5effbe1da705fa","id":"f631d83b-a663-48f5-a5d2-455ac0465b0d","name":"CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-net1"}]} 2018-08-12 08:22:10,406 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-net1 used request id req-684870df-97b3-4c22-b824-1e4851b0fbc8 2018-08-12 08:22:10,410 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/2fc410f605b04591be5effbe1da705fa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf285d3467ea79844934a9fc6b4ae93a790920c7" 2018-08-12 08:22:10,514 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:22:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1cb123df-7a5a-4585-8148-6771bbec3d68 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/2fc410f605b04591be5effbe1da705fa"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "2fc410f605b04591be5effbe1da705fa", "name": "CreateInstanceTwoNetTests-21065378-3e98-449-proj"}} 2018-08-12 08:22:10,514 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/2fc410f605b04591be5effbe1da705fa used request id req-1cb123df-7a5a-4585-8148-6771bbec3d68 2018-08-12 08:22:10,518 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=f631d83b-a663-48f5-a5d2-455ac0465b0d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf285d3467ea79844934a9fc6b4ae93a790920c7" 2018-08-12 08:22:10,584 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-d75e4015-699b-4bb0-be13-52e5d31b0256 Date: Sun, 12 Aug 2018 08:22:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f631d83b-a663-48f5-a5d2-455ac0465b0d","tenant_id":"2fc410f605b04591be5effbe1da705fa","created_at":"2018-08-12T08:21:25Z","dns_nameservers":[],"updated_at":"2018-08-12T08:21:25Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"2fc410f605b04591be5effbe1da705fa","id":"e4e57ca0-35f5-41c1-9872-db7bf10b6941","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-subnet1"}]} 2018-08-12 08:22:10,584 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=f631d83b-a663-48f5-a5d2-455ac0465b0d used request id req-d75e4015-699b-4bb0-be13-52e5d31b0256 2018-08-12 08:22:10,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=f631d83b-a663-48f5-a5d2-455ac0465b0d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf285d3467ea79844934a9fc6b4ae93a790920c7" 2018-08-12 08:22:10,692 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3866 X-Openstack-Request-Id: req-09dcbc36-5fe0-498b-aa13-0f492929c852 Date: Sun, 12 Aug 2018 08:22:10 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"f631d83b-a663-48f5-a5d2-455ac0465b0d","tenant_id":"2fc410f605b04591be5effbe1da705fa","created_at":"2018-08-12T08:21:26Z","admin_state_up":true,"updated_at":"2018-08-12T08:21:29Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-f631d83b-a663-48f5-a5d2-455ac0465b0d","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:38:10:97","id":"11738d99-1f59-4dad-b33d-76844e61cb41","port_security_enabled":false,"project_id":"2fc410f605b04591be5effbe1da705fa","fixed_ips":[{"subnet_id":"e4e57ca0-35f5-41c1-9872-db7bf10b6941","ip_address":"10.200.201.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"f631d83b-a663-48f5-a5d2-455ac0465b0d","tenant_id":"2fc410f605b04591be5effbe1da705fa","created_at":"2018-08-12T08:21:26Z","admin_state_up":true,"updated_at":"2018-08-12T08:21:29Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-f631d83b-a663-48f5-a5d2-455ac0465b0d","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:cf:8c:7a","id":"24fd60c6-b5d8-4dff-9929-61043a77fc64","port_security_enabled":false,"project_id":"2fc410f605b04591be5effbe1da705fa","fixed_ips":[{"subnet_id":"e4e57ca0-35f5-41c1-9872-db7bf10b6941","ip_address":"10.200.201.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"f631d83b-a663-48f5-a5d2-455ac0465b0d","tenant_id":"2fc410f605b04591be5effbe1da705fa","created_at":"2018-08-12T08:21:25Z","admin_state_up":true,"updated_at":"2018-08-12T08:21:28Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-f631d83b-a663-48f5-a5d2-455ac0465b0d","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:3b:96:06","id":"2b7b5dfd-040f-4a5d-98a0-9934b59c1382","port_security_enabled":false,"project_id":"2fc410f605b04591be5effbe1da705fa","fixed_ips":[{"subnet_id":"e4e57ca0-35f5-41c1-9872-db7bf10b6941","ip_address":"10.200.201.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"f631d83b-a663-48f5-a5d2-455ac0465b0d","tenant_id":"2fc410f605b04591be5effbe1da705fa","created_at":"2018-08-12T08:21:53Z","admin_state_up":true,"updated_at":"2018-08-12T08:22:05Z","binding:vnic_type":"normal","device_id":"d6163fef-3829-43af-a71a-23f3f9dcb861","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:10:1d:b1","id":"5b2b3480-2723-4cb9-86d1-f8423697664f","port_security_enabled":true,"project_id":"2fc410f605b04591be5effbe1da705fa","fixed_ips":[{"subnet_id":"e4e57ca0-35f5-41c1-9872-db7bf10b6941","ip_address":"10.200.201.5"}],"extra_dhcp_opts":[],"security_groups":["c328508f-6c74-4ee2-b846-b448af973066"],"name":"CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-vm1-port"},{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"f631d83b-a663-48f5-a5d2-455ac0465b0d","tenant_id":"2fc410f605b04591be5effbe1da705fa","created_at":"2018-08-12T08:21:34Z","admin_state_up":true,"updated_at":"2018-08-12T08:21:36Z","binding:vnic_type":"normal","device_id":"efb11703-0646-4ed9-90ce-a9738dfd4e5d","device_owner":"network:router_interface","revision_number":10,"mac_address":"fa:16:3e:c1:d3:6a","id":"afb19ca7-b5e0-458b-b4c6-e1b1a56939ac","port_security_enabled":true,"project_id":"2fc410f605b04591be5effbe1da705fa","fixed_ips":[{"subnet_id":"e4e57ca0-35f5-41c1-9872-db7bf10b6941","ip_address":"10.200.201.1"}],"extra_dhcp_opts":[],"security_groups":["c328508f-6c74-4ee2-b846-b448af973066"],"name":"CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-router-port1"}]} 2018-08-12 08:22:10,693 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=f631d83b-a663-48f5-a5d2-455ac0465b0d used request id req-09dcbc36-5fe0-498b-aa13-0f492929c852 2018-08-12 08:22:10,696 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/d6163fef-3829-43af-a71a-23f3f9dcb861 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf285d3467ea79844934a9fc6b4ae93a790920c7" 2018-08-12 08:22:11,237 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:22: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-523a87fd-c008-4e13-a5d7-9aa8ad2af9e0 x-compute-request-id: req-523a87fd-c008-4e13-a5d7-9aa8ad2af9e0 Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-net1": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:10:1d:b1", "version": 4, "addr": "10.200.201.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/d6163fef-3829-43af-a71a-23f3f9dcb861", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/d6163fef-3829-43af-a71a-23f3f9dcb861", "rel": "bookmark"}], "image": {"id": "7a3c0020-4bf2-4fa8-a544-a8314ac04ae4", "links": [{"href": "http://172.30.9.21:8774/images/7a3c0020-4bf2-4fa8-a544-a8314ac04ae4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:22:05.000000", "flavor": {"id": "9f6e86d7-04b8-4766-811a-cfb1975a4afc", "links": [{"href": "http://172.30.9.21:8774/flavors/9f6e86d7-04b8-4766-811a-cfb1975a4afc", "rel": "bookmark"}]}, "id": "d6163fef-3829-43af-a71a-23f3f9dcb861", "security_groups": [{"name": "default"}], "user_id": "cc77846c4df3473fb8019140c3162575", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:22:05Z", "hostId": "9d4ec67e32edeb29e68c536284c68ea92f04f9c939c04ebc6849e39b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-inst1", "created": "2018-08-12T08:21:57Z", "tenant_id": "2fc410f605b04591be5effbe1da705fa", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:22:11,237 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/d6163fef-3829-43af-a71a-23f3f9dcb861 used request id req-523a87fd-c008-4e13-a5d7-9aa8ad2af9e0 2018-08-12 08:22:11,238 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-inst1] is - ACTIVE 2018-08-12 08:22:11,238 - create_instance - INFO - VM is - ACTIVE 2018-08-12 08:22:11,241 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/d6163fef-3829-43af-a71a-23f3f9dcb861 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf285d3467ea79844934a9fc6b4ae93a790920c7" 2018-08-12 08:22:11,867 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:22: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-19ffeb35-31fd-4297-a7e0-b169aa274e5d x-compute-request-id: req-19ffeb35-31fd-4297-a7e0-b169aa274e5d Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-net1": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:10:1d:b1", "version": 4, "addr": "10.200.201.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/d6163fef-3829-43af-a71a-23f3f9dcb861", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/d6163fef-3829-43af-a71a-23f3f9dcb861", "rel": "bookmark"}], "image": {"id": "7a3c0020-4bf2-4fa8-a544-a8314ac04ae4", "links": [{"href": "http://172.30.9.21:8774/images/7a3c0020-4bf2-4fa8-a544-a8314ac04ae4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:22:05.000000", "flavor": {"id": "9f6e86d7-04b8-4766-811a-cfb1975a4afc", "links": [{"href": "http://172.30.9.21:8774/flavors/9f6e86d7-04b8-4766-811a-cfb1975a4afc", "rel": "bookmark"}]}, "id": "d6163fef-3829-43af-a71a-23f3f9dcb861", "security_groups": [{"name": "default"}], "user_id": "cc77846c4df3473fb8019140c3162575", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:22:05Z", "hostId": "9d4ec67e32edeb29e68c536284c68ea92f04f9c939c04ebc6849e39b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-inst1", "created": "2018-08-12T08:21:57Z", "tenant_id": "2fc410f605b04591be5effbe1da705fa", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:22:11,867 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/d6163fef-3829-43af-a71a-23f3f9dcb861 used request id req-19ffeb35-31fd-4297-a7e0-b169aa274e5d 2018-08-12 08:22:11,872 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf285d3467ea79844934a9fc6b4ae93a790920c7" 2018-08-12 08:22:11,974 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 632 X-Openstack-Request-Id: req-0305fa18-687a-411e-a450-0b1bbdb91eeb Date: Sun, 12 Aug 2018 08:22: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":["e4e57ca0-35f5-41c1-9872-db7bf10b6941"],"updated_at":"2018-08-12T08:21:25Z","tenant_id":"2fc410f605b04591be5effbe1da705fa","created_at":"2018-08-12T08:21:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"2fc410f605b04591be5effbe1da705fa","id":"f631d83b-a663-48f5-a5d2-455ac0465b0d","name":"CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-net1"}]} 2018-08-12 08:22:11,974 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-net1 used request id req-0305fa18-687a-411e-a450-0b1bbdb91eeb 2018-08-12 08:22:11,978 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/2fc410f605b04591be5effbe1da705fa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf285d3467ea79844934a9fc6b4ae93a790920c7" 2018-08-12 08:22:12,075 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:22:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-543b9f26-dfcc-4e27-b769-7939f1eb7c7f Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/2fc410f605b04591be5effbe1da705fa"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "2fc410f605b04591be5effbe1da705fa", "name": "CreateInstanceTwoNetTests-21065378-3e98-449-proj"}} 2018-08-12 08:22:12,075 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/2fc410f605b04591be5effbe1da705fa used request id req-543b9f26-dfcc-4e27-b769-7939f1eb7c7f 2018-08-12 08:22:12,079 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=f631d83b-a663-48f5-a5d2-455ac0465b0d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf285d3467ea79844934a9fc6b4ae93a790920c7" 2018-08-12 08:22:12,126 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-7f21e587-039d-49d3-a0e8-42fbe2a4c941 Date: Sun, 12 Aug 2018 08:22:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f631d83b-a663-48f5-a5d2-455ac0465b0d","tenant_id":"2fc410f605b04591be5effbe1da705fa","created_at":"2018-08-12T08:21:25Z","dns_nameservers":[],"updated_at":"2018-08-12T08:21:25Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"2fc410f605b04591be5effbe1da705fa","id":"e4e57ca0-35f5-41c1-9872-db7bf10b6941","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-subnet1"}]} 2018-08-12 08:22:12,126 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=f631d83b-a663-48f5-a5d2-455ac0465b0d used request id req-7f21e587-039d-49d3-a0e8-42fbe2a4c941 2018-08-12 08:22:12,130 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=f631d83b-a663-48f5-a5d2-455ac0465b0d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf285d3467ea79844934a9fc6b4ae93a790920c7" 2018-08-12 08:22:12,231 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3866 X-Openstack-Request-Id: req-52e51e5b-8a79-4f9e-83d4-769a81308a36 Date: Sun, 12 Aug 2018 08:22:12 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"f631d83b-a663-48f5-a5d2-455ac0465b0d","tenant_id":"2fc410f605b04591be5effbe1da705fa","created_at":"2018-08-12T08:21:26Z","admin_state_up":true,"updated_at":"2018-08-12T08:21:29Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-f631d83b-a663-48f5-a5d2-455ac0465b0d","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:38:10:97","id":"11738d99-1f59-4dad-b33d-76844e61cb41","port_security_enabled":false,"project_id":"2fc410f605b04591be5effbe1da705fa","fixed_ips":[{"subnet_id":"e4e57ca0-35f5-41c1-9872-db7bf10b6941","ip_address":"10.200.201.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"f631d83b-a663-48f5-a5d2-455ac0465b0d","tenant_id":"2fc410f605b04591be5effbe1da705fa","created_at":"2018-08-12T08:21:26Z","admin_state_up":true,"updated_at":"2018-08-12T08:21:29Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-f631d83b-a663-48f5-a5d2-455ac0465b0d","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:cf:8c:7a","id":"24fd60c6-b5d8-4dff-9929-61043a77fc64","port_security_enabled":false,"project_id":"2fc410f605b04591be5effbe1da705fa","fixed_ips":[{"subnet_id":"e4e57ca0-35f5-41c1-9872-db7bf10b6941","ip_address":"10.200.201.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"f631d83b-a663-48f5-a5d2-455ac0465b0d","tenant_id":"2fc410f605b04591be5effbe1da705fa","created_at":"2018-08-12T08:21:25Z","admin_state_up":true,"updated_at":"2018-08-12T08:21:28Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-f631d83b-a663-48f5-a5d2-455ac0465b0d","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:3b:96:06","id":"2b7b5dfd-040f-4a5d-98a0-9934b59c1382","port_security_enabled":false,"project_id":"2fc410f605b04591be5effbe1da705fa","fixed_ips":[{"subnet_id":"e4e57ca0-35f5-41c1-9872-db7bf10b6941","ip_address":"10.200.201.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"f631d83b-a663-48f5-a5d2-455ac0465b0d","tenant_id":"2fc410f605b04591be5effbe1da705fa","created_at":"2018-08-12T08:21:53Z","admin_state_up":true,"updated_at":"2018-08-12T08:22:05Z","binding:vnic_type":"normal","device_id":"d6163fef-3829-43af-a71a-23f3f9dcb861","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:10:1d:b1","id":"5b2b3480-2723-4cb9-86d1-f8423697664f","port_security_enabled":true,"project_id":"2fc410f605b04591be5effbe1da705fa","fixed_ips":[{"subnet_id":"e4e57ca0-35f5-41c1-9872-db7bf10b6941","ip_address":"10.200.201.5"}],"extra_dhcp_opts":[],"security_groups":["c328508f-6c74-4ee2-b846-b448af973066"],"name":"CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-vm1-port"},{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"f631d83b-a663-48f5-a5d2-455ac0465b0d","tenant_id":"2fc410f605b04591be5effbe1da705fa","created_at":"2018-08-12T08:21:34Z","admin_state_up":true,"updated_at":"2018-08-12T08:21:36Z","binding:vnic_type":"normal","device_id":"efb11703-0646-4ed9-90ce-a9738dfd4e5d","device_owner":"network:router_interface","revision_number":10,"mac_address":"fa:16:3e:c1:d3:6a","id":"afb19ca7-b5e0-458b-b4c6-e1b1a56939ac","port_security_enabled":true,"project_id":"2fc410f605b04591be5effbe1da705fa","fixed_ips":[{"subnet_id":"e4e57ca0-35f5-41c1-9872-db7bf10b6941","ip_address":"10.200.201.1"}],"extra_dhcp_opts":[],"security_groups":["c328508f-6c74-4ee2-b846-b448af973066"],"name":"CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-router-port1"}]} 2018-08-12 08:22:12,231 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=f631d83b-a663-48f5-a5d2-455ac0465b0d used request id req-52e51e5b-8a79-4f9e-83d4-769a81308a36 2018-08-12 08:22:12,233 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers/d6163fef-3829-43af-a71a-23f3f9dcb861/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf285d3467ea79844934a9fc6b4ae93a790920c7" -d '{"addSecurityGroup": {"name": "CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-sec-grp"}}' 2018-08-12 08:22:13,695 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 08:22: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-c1790e52-482d-453b-af8e-fb3feb18fb82 x-compute-request-id: req-c1790e52-482d-453b-af8e-fb3feb18fb82 Content-Length: 0 Content-Type: application/json 2018-08-12 08:22:13,695 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/d6163fef-3829-43af-a71a-23f3f9dcb861/action used request id req-c1790e52-482d-453b-af8e-fb3feb18fb82 2018-08-12 08:22:13,695 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:22:13,696 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:22:14,086 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ca08932b377f42fb9f88d2109043579c", "name": "CreateInstanceTwoNetTests-21065378-3e98-449-proj-role"}], "expires_at": "2018-08-12T09:22:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2fc410f605b04591be5effbe1da705fa", "name": "CreateInstanceTwoNetTests-21065378-3e98-449-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/2fc410f605b04591be5effbe1da705fa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/2fc410f605b04591be5effbe1da705fa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/2fc410f605b04591be5effbe1da705fa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_2fc410f605b04591be5effbe1da705fa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_2fc410f605b04591be5effbe1da705fa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/2fc410f605b04591be5effbe1da705fa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/2fc410f605b04591be5effbe1da705fa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/2fc410f605b04591be5effbe1da705fa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/2fc410f605b04591be5effbe1da705fa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/2fc410f605b04591be5effbe1da705fa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/2fc410f605b04591be5effbe1da705fa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/2fc410f605b04591be5effbe1da705fa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/2fc410f605b04591be5effbe1da705fa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/2fc410f605b04591be5effbe1da705fa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-21065378-3e98-449-user", "id": "cc77846c4df3473fb8019140c3162575"}, "audit_ids": ["1pvBPaJJSOqRaml31uqQEw"], "issued_at": "2018-08-12T08:22:14.000000Z"}} 2018-08-12 08:22:14,087 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}c5787562dedef5fe38fcd2fdbfd766ae0dfdd3a6" 2018-08-12 08:22:14,191 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:22:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-339d2ee8-42af-4869-8fc9-a2f395f56833 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:22:14,191 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-339d2ee8-42af-4869-8fc9-a2f395f56833 2018-08-12 08:22:14,192 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-12 08:22:14,194 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:22:14,194 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:22:14,194 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:22:14,194 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:22:14,194 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:22:14,196 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}c5787562dedef5fe38fcd2fdbfd766ae0dfdd3a6" 2018-08-12 08:22:14,281 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:22:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eeaeef88-7874-48ee-b6e8-bf097ff40f5c Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:22:14,281 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-eeaeef88-7874-48ee-b6e8-bf097ff40f5c 2018-08-12 08:22:14,289 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5787562dedef5fe38fcd2fdbfd766ae0dfdd3a6" 2018-08-12 08:22:14,544 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 632 X-Openstack-Request-Id: req-f9153fca-f6e4-406c-a759-266a96eed89a Date: Sun, 12 Aug 2018 08:22:14 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":["18d57032-15d9-4609-b879-48b7657965ae"],"updated_at":"2018-08-12T08:21:28Z","tenant_id":"2fc410f605b04591be5effbe1da705fa","created_at":"2018-08-12T08:21:26Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"2fc410f605b04591be5effbe1da705fa","id":"e41365e9-dc15-4a00-b85d-200dcc4fb2db","name":"CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-net2"}]} 2018-08-12 08:22:14,544 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-net2 used request id req-f9153fca-f6e4-406c-a759-266a96eed89a 2018-08-12 08:22:14,549 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=e41365e9-dc15-4a00-b85d-200dcc4fb2db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5787562dedef5fe38fcd2fdbfd766ae0dfdd3a6" 2018-08-12 08:22:14,773 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-f0215f96-482d-4e87-9605-698dfc9a1c99 Date: Sun, 12 Aug 2018 08:22:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e41365e9-dc15-4a00-b85d-200dcc4fb2db","tenant_id":"2fc410f605b04591be5effbe1da705fa","created_at":"2018-08-12T08:21:28Z","dns_nameservers":[],"updated_at":"2018-08-12T08:21:28Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.202.2","end":"10.200.202.254"}],"gateway_ip":"10.200.202.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.202.0/24","project_id":"2fc410f605b04591be5effbe1da705fa","id":"18d57032-15d9-4609-b879-48b7657965ae","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-subnet2"}]} 2018-08-12 08:22:14,773 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=e41365e9-dc15-4a00-b85d-200dcc4fb2db used request id req-f0215f96-482d-4e87-9605-698dfc9a1c99 2018-08-12 08:22:14,778 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5787562dedef5fe38fcd2fdbfd766ae0dfdd3a6" 2018-08-12 08:22:15,080 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 632 X-Openstack-Request-Id: req-863547ff-92cb-4d1a-b88b-1c3806c574b1 Date: Sun, 12 Aug 2018 08:22: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":["18d57032-15d9-4609-b879-48b7657965ae"],"updated_at":"2018-08-12T08:21:28Z","tenant_id":"2fc410f605b04591be5effbe1da705fa","created_at":"2018-08-12T08:21:26Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"2fc410f605b04591be5effbe1da705fa","id":"e41365e9-dc15-4a00-b85d-200dcc4fb2db","name":"CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-net2"}]} 2018-08-12 08:22:15,080 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-net2 used request id req-863547ff-92cb-4d1a-b88b-1c3806c574b1 2018-08-12 08:22:15,084 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:22:15,089 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:22:15 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:22:15,090 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/2fc410f605b04591be5effbe1da705fa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5787562dedef5fe38fcd2fdbfd766ae0dfdd3a6" 2018-08-12 08:22:15,185 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:22:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4ed9e111-9ca7-4cdc-91c5-3bed07f2b36a Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/2fc410f605b04591be5effbe1da705fa"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "2fc410f605b04591be5effbe1da705fa", "name": "CreateInstanceTwoNetTests-21065378-3e98-449-proj"}} 2018-08-12 08:22:15,185 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/2fc410f605b04591be5effbe1da705fa used request id req-4ed9e111-9ca7-4cdc-91c5-3bed07f2b36a 2018-08-12 08:22:15,191 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=e41365e9-dc15-4a00-b85d-200dcc4fb2db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5787562dedef5fe38fcd2fdbfd766ae0dfdd3a6" 2018-08-12 08:22:15,414 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-8f820ed0-77c8-4ce9-96df-6e558e291ea4 Date: Sun, 12 Aug 2018 08:22:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e41365e9-dc15-4a00-b85d-200dcc4fb2db","tenant_id":"2fc410f605b04591be5effbe1da705fa","created_at":"2018-08-12T08:21:28Z","dns_nameservers":[],"updated_at":"2018-08-12T08:21:28Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.202.2","end":"10.200.202.254"}],"gateway_ip":"10.200.202.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.202.0/24","project_id":"2fc410f605b04591be5effbe1da705fa","id":"18d57032-15d9-4609-b879-48b7657965ae","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-subnet2"}]} 2018-08-12 08:22:15,414 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=e41365e9-dc15-4a00-b85d-200dcc4fb2db used request id req-8f820ed0-77c8-4ce9-96df-6e558e291ea4 2018-08-12 08:22:15,422 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=e41365e9-dc15-4a00-b85d-200dcc4fb2db&name=CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-vm2-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5787562dedef5fe38fcd2fdbfd766ae0dfdd3a6" 2018-08-12 08:22:15,618 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-77517793-cace-4c54-9197-a945059c5d73 Date: Sun, 12 Aug 2018 08:22:15 GMT RESP BODY: {"ports":[]} 2018-08-12 08:22:15,618 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=e41365e9-dc15-4a00-b85d-200dcc4fb2db&name=CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-vm2-port&admin_state_up=True used request id req-77517793-cace-4c54-9197-a945059c5d73 2018-08-12 08:22:15,621 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-inst2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5787562dedef5fe38fcd2fdbfd766ae0dfdd3a6" 2018-08-12 08:22:15,898 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:22: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-6d416206-7913-44a6-a72b-06a5b5c8ebf9 x-compute-request-id: req-6d416206-7913-44a6-a72b-06a5b5c8ebf9 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-12 08:22:15,898 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-inst2 used request id req-6d416206-7913-44a6-a72b-06a5b5c8ebf9 2018-08-12 08:22:15,904 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5787562dedef5fe38fcd2fdbfd766ae0dfdd3a6" 2018-08-12 08:22:16,182 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 632 X-Openstack-Request-Id: req-9aecd320-75df-43d9-9712-43c455b9b47d Date: Sun, 12 Aug 2018 08:22:16 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":["18d57032-15d9-4609-b879-48b7657965ae"],"updated_at":"2018-08-12T08:21:28Z","tenant_id":"2fc410f605b04591be5effbe1da705fa","created_at":"2018-08-12T08:21:26Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"2fc410f605b04591be5effbe1da705fa","id":"e41365e9-dc15-4a00-b85d-200dcc4fb2db","name":"CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-net2"}]} 2018-08-12 08:22:16,182 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-net2 used request id req-9aecd320-75df-43d9-9712-43c455b9b47d 2018-08-12 08:22:16,187 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=e41365e9-dc15-4a00-b85d-200dcc4fb2db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5787562dedef5fe38fcd2fdbfd766ae0dfdd3a6" 2018-08-12 08:22:16,332 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-a493618b-31bb-490c-bfae-3e6aa352903e Date: Sun, 12 Aug 2018 08:22:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e41365e9-dc15-4a00-b85d-200dcc4fb2db","tenant_id":"2fc410f605b04591be5effbe1da705fa","created_at":"2018-08-12T08:21:28Z","dns_nameservers":[],"updated_at":"2018-08-12T08:21:28Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.202.2","end":"10.200.202.254"}],"gateway_ip":"10.200.202.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.202.0/24","project_id":"2fc410f605b04591be5effbe1da705fa","id":"18d57032-15d9-4609-b879-48b7657965ae","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-subnet2"}]} 2018-08-12 08:22:16,333 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=e41365e9-dc15-4a00-b85d-200dcc4fb2db used request id req-a493618b-31bb-490c-bfae-3e6aa352903e 2018-08-12 08:22:16,338 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5787562dedef5fe38fcd2fdbfd766ae0dfdd3a6" 2018-08-12 08:22:16,621 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 632 X-Openstack-Request-Id: req-7769dcee-5450-4477-bbc3-4c3a5687aac6 Date: Sun, 12 Aug 2018 08:22:16 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":["18d57032-15d9-4609-b879-48b7657965ae"],"updated_at":"2018-08-12T08:21:28Z","tenant_id":"2fc410f605b04591be5effbe1da705fa","created_at":"2018-08-12T08:21:26Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"2fc410f605b04591be5effbe1da705fa","id":"e41365e9-dc15-4a00-b85d-200dcc4fb2db","name":"CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-net2"}]} 2018-08-12 08:22:16,621 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-net2 used request id req-7769dcee-5450-4477-bbc3-4c3a5687aac6 2018-08-12 08:22:16,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/2fc410f605b04591be5effbe1da705fa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5787562dedef5fe38fcd2fdbfd766ae0dfdd3a6" 2018-08-12 08:22:16,719 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:22:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5d355060-7441-4771-bb1a-32f4aeff14df Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/2fc410f605b04591be5effbe1da705fa"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "2fc410f605b04591be5effbe1da705fa", "name": "CreateInstanceTwoNetTests-21065378-3e98-449-proj"}} 2018-08-12 08:22:16,719 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/2fc410f605b04591be5effbe1da705fa used request id req-5d355060-7441-4771-bb1a-32f4aeff14df 2018-08-12 08:22:16,724 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=e41365e9-dc15-4a00-b85d-200dcc4fb2db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5787562dedef5fe38fcd2fdbfd766ae0dfdd3a6" 2018-08-12 08:22:16,942 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-cb464480-08af-447b-842d-eb1e2828a4e1 Date: Sun, 12 Aug 2018 08:22:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e41365e9-dc15-4a00-b85d-200dcc4fb2db","tenant_id":"2fc410f605b04591be5effbe1da705fa","created_at":"2018-08-12T08:21:28Z","dns_nameservers":[],"updated_at":"2018-08-12T08:21:28Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.202.2","end":"10.200.202.254"}],"gateway_ip":"10.200.202.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.202.0/24","project_id":"2fc410f605b04591be5effbe1da705fa","id":"18d57032-15d9-4609-b879-48b7657965ae","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-subnet2"}]} 2018-08-12 08:22:16,942 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=e41365e9-dc15-4a00-b85d-200dcc4fb2db used request id req-cb464480-08af-447b-842d-eb1e2828a4e1 2018-08-12 08:22:16,947 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=e41365e9-dc15-4a00-b85d-200dcc4fb2db&name=CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-vm2-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5787562dedef5fe38fcd2fdbfd766ae0dfdd3a6" 2018-08-12 08:22:16,981 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-38b680bb-1c7e-449a-a5ab-709b27f6717a Date: Sun, 12 Aug 2018 08:22:16 GMT RESP BODY: {"ports":[]} 2018-08-12 08:22:16,981 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=e41365e9-dc15-4a00-b85d-200dcc4fb2db&name=CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-vm2-port&admin_state_up=True used request id req-38b680bb-1c7e-449a-a5ab-709b27f6717a 2018-08-12 08:22:16,981 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:22:16,982 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:22:17,379 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ca08932b377f42fb9f88d2109043579c", "name": "CreateInstanceTwoNetTests-21065378-3e98-449-proj-role"}], "expires_at": "2018-08-12T09:22:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2fc410f605b04591be5effbe1da705fa", "name": "CreateInstanceTwoNetTests-21065378-3e98-449-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/2fc410f605b04591be5effbe1da705fa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/2fc410f605b04591be5effbe1da705fa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/2fc410f605b04591be5effbe1da705fa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_2fc410f605b04591be5effbe1da705fa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_2fc410f605b04591be5effbe1da705fa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/2fc410f605b04591be5effbe1da705fa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/2fc410f605b04591be5effbe1da705fa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/2fc410f605b04591be5effbe1da705fa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/2fc410f605b04591be5effbe1da705fa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/2fc410f605b04591be5effbe1da705fa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/2fc410f605b04591be5effbe1da705fa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/2fc410f605b04591be5effbe1da705fa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/2fc410f605b04591be5effbe1da705fa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/2fc410f605b04591be5effbe1da705fa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-21065378-3e98-449-user", "id": "cc77846c4df3473fb8019140c3162575"}, "audit_ids": ["DidK9qqWQmWtiZY5fv2pAQ"], "issued_at": "2018-08-12T08:22:17.000000Z"}} 2018-08-12 08:22:17,380 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}bdf89b5741cb7064389de3296f34b59c0b4918fd" 2018-08-12 08:22:17,470 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:22:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e29dc05a-5a2c-44e5-9c38-e81c78725255 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:22:17,470 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-e29dc05a-5a2c-44e5-9c38-e81c78725255 2018-08-12 08:22:17,476 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5787562dedef5fe38fcd2fdbfd766ae0dfdd3a6" 2018-08-12 08:22:17,674 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 632 X-Openstack-Request-Id: req-6ce6d85e-2751-460f-b1a0-b94876e16357 Date: Sun, 12 Aug 2018 08:22:17 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":["18d57032-15d9-4609-b879-48b7657965ae"],"updated_at":"2018-08-12T08:21:28Z","tenant_id":"2fc410f605b04591be5effbe1da705fa","created_at":"2018-08-12T08:21:26Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"2fc410f605b04591be5effbe1da705fa","id":"e41365e9-dc15-4a00-b85d-200dcc4fb2db","name":"CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-net2"}]} 2018-08-12 08:22:17,674 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-net2 used request id req-6ce6d85e-2751-460f-b1a0-b94876e16357 2018-08-12 08:22:17,679 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=e41365e9-dc15-4a00-b85d-200dcc4fb2db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5787562dedef5fe38fcd2fdbfd766ae0dfdd3a6" 2018-08-12 08:22:17,732 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-d1e9bd5f-9c1f-4cd4-a6c3-d7b87b5ca490 Date: Sun, 12 Aug 2018 08:22:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e41365e9-dc15-4a00-b85d-200dcc4fb2db","tenant_id":"2fc410f605b04591be5effbe1da705fa","created_at":"2018-08-12T08:21:28Z","dns_nameservers":[],"updated_at":"2018-08-12T08:21:28Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.202.2","end":"10.200.202.254"}],"gateway_ip":"10.200.202.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.202.0/24","project_id":"2fc410f605b04591be5effbe1da705fa","id":"18d57032-15d9-4609-b879-48b7657965ae","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-subnet2"}]} 2018-08-12 08:22:17,733 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=e41365e9-dc15-4a00-b85d-200dcc4fb2db used request id req-d1e9bd5f-9c1f-4cd4-a6c3-d7b87b5ca490 2018-08-12 08:22:17,738 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5787562dedef5fe38fcd2fdbfd766ae0dfdd3a6" 2018-08-12 08:22:18,196 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 632 X-Openstack-Request-Id: req-4b4bcadd-6dba-4a6c-8b92-bbf425ee231d Date: Sun, 12 Aug 2018 08:22:18 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":["18d57032-15d9-4609-b879-48b7657965ae"],"updated_at":"2018-08-12T08:21:28Z","tenant_id":"2fc410f605b04591be5effbe1da705fa","created_at":"2018-08-12T08:21:26Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"2fc410f605b04591be5effbe1da705fa","id":"e41365e9-dc15-4a00-b85d-200dcc4fb2db","name":"CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-net2"}]} 2018-08-12 08:22:18,197 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-net2 used request id req-4b4bcadd-6dba-4a6c-8b92-bbf425ee231d 2018-08-12 08:22:18,200 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:22:18,205 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:22:18 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:22:18,206 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/2fc410f605b04591be5effbe1da705fa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bdf89b5741cb7064389de3296f34b59c0b4918fd" 2018-08-12 08:22:18,297 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:22:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-10529f54-1574-48e0-92dd-695a9c3aca42 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/2fc410f605b04591be5effbe1da705fa"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "2fc410f605b04591be5effbe1da705fa", "name": "CreateInstanceTwoNetTests-21065378-3e98-449-proj"}} 2018-08-12 08:22:18,297 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/2fc410f605b04591be5effbe1da705fa used request id req-10529f54-1574-48e0-92dd-695a9c3aca42 2018-08-12 08:22:18,302 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=e41365e9-dc15-4a00-b85d-200dcc4fb2db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5787562dedef5fe38fcd2fdbfd766ae0dfdd3a6" 2018-08-12 08:22:18,354 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-c2f8669a-2f92-4e36-8f6b-281ee685e0ca Date: Sun, 12 Aug 2018 08:22:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e41365e9-dc15-4a00-b85d-200dcc4fb2db","tenant_id":"2fc410f605b04591be5effbe1da705fa","created_at":"2018-08-12T08:21:28Z","dns_nameservers":[],"updated_at":"2018-08-12T08:21:28Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.202.2","end":"10.200.202.254"}],"gateway_ip":"10.200.202.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.202.0/24","project_id":"2fc410f605b04591be5effbe1da705fa","id":"18d57032-15d9-4609-b879-48b7657965ae","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-subnet2"}]} 2018-08-12 08:22:18,354 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=e41365e9-dc15-4a00-b85d-200dcc4fb2db used request id req-c2f8669a-2f92-4e36-8f6b-281ee685e0ca 2018-08-12 08:22:18,358 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=e41365e9-dc15-4a00-b85d-200dcc4fb2db&name=CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-subnet2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5787562dedef5fe38fcd2fdbfd766ae0dfdd3a6" 2018-08-12 08:22:18,582 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-41ac95f9-4ee6-4ee0-870f-2ed2f978eb28 Date: Sun, 12 Aug 2018 08:22:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e41365e9-dc15-4a00-b85d-200dcc4fb2db","tenant_id":"2fc410f605b04591be5effbe1da705fa","created_at":"2018-08-12T08:21:28Z","dns_nameservers":[],"updated_at":"2018-08-12T08:21:28Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.202.2","end":"10.200.202.254"}],"gateway_ip":"10.200.202.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.202.0/24","project_id":"2fc410f605b04591be5effbe1da705fa","id":"18d57032-15d9-4609-b879-48b7657965ae","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-subnet2"}]} 2018-08-12 08:22:18,582 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=e41365e9-dc15-4a00-b85d-200dcc4fb2db&name=CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-subnet2 used request id req-41ac95f9-4ee6-4ee0-870f-2ed2f978eb28 2018-08-12 08:22:18,583 - neutron_utils - INFO - Creating port for network with name - CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-net2 2018-08-12 08:22:18,588 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5787562dedef5fe38fcd2fdbfd766ae0dfdd3a6" -d '{"port": {"network_id": "e41365e9-dc15-4a00-b85d-200dcc4fb2db", "fixed_ips": [{"subnet_id": "18d57032-15d9-4609-b879-48b7657965ae", "ip_address": "10.200.202.5"}], "name": "CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-vm2-port", "admin_state_up": true}}' 2018-08-12 08:22:19,503 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 766 X-Openstack-Request-Id: req-4002f4e1-fce4-4088-b4a7-b123c5510c2c Date: Sun, 12 Aug 2018 08:22:19 GMT RESP BODY: {"port":{"status":"DOWN","created_at":"2018-08-12T08:22:18Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"e41365e9-dc15-4a00-b85d-200dcc4fb2db","tenant_id":"2fc410f605b04591be5effbe1da705fa","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T08:22:19Z","name":"CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-vm2-port","device_owner":"","revision_number":6,"mac_address":"fa:16:3e:79:b2:f4","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"2fc410f605b04591be5effbe1da705fa","fixed_ips":[{"subnet_id":"18d57032-15d9-4609-b879-48b7657965ae","ip_address":"10.200.202.5"}],"id":"a5cde3f3-d215-49de-83f4-cd9e61d65647","security_groups":["c328508f-6c74-4ee2-b846-b448af973066"],"device_id":""}} 2018-08-12 08:22:19,503 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/ports used request id req-4002f4e1-fce4-4088-b4a7-b123c5510c2c 2018-08-12 08:22:19,508 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5787562dedef5fe38fcd2fdbfd766ae0dfdd3a6" 2018-08-12 08:22:19,779 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 632 X-Openstack-Request-Id: req-1ed0ccc2-e3dc-47dd-b485-d38c9a35e09a Date: Sun, 12 Aug 2018 08:22:19 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":["18d57032-15d9-4609-b879-48b7657965ae"],"updated_at":"2018-08-12T08:21:28Z","tenant_id":"2fc410f605b04591be5effbe1da705fa","created_at":"2018-08-12T08:21:26Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"2fc410f605b04591be5effbe1da705fa","id":"e41365e9-dc15-4a00-b85d-200dcc4fb2db","name":"CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-net2"}]} 2018-08-12 08:22:19,779 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-net2 used request id req-1ed0ccc2-e3dc-47dd-b485-d38c9a35e09a 2018-08-12 08:22:19,784 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=e41365e9-dc15-4a00-b85d-200dcc4fb2db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5787562dedef5fe38fcd2fdbfd766ae0dfdd3a6" 2018-08-12 08:22:19,831 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-a82d376f-f634-4fb9-a2ce-8905b83afa24 Date: Sun, 12 Aug 2018 08:22:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e41365e9-dc15-4a00-b85d-200dcc4fb2db","tenant_id":"2fc410f605b04591be5effbe1da705fa","created_at":"2018-08-12T08:21:28Z","dns_nameservers":[],"updated_at":"2018-08-12T08:21:28Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.202.2","end":"10.200.202.254"}],"gateway_ip":"10.200.202.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.202.0/24","project_id":"2fc410f605b04591be5effbe1da705fa","id":"18d57032-15d9-4609-b879-48b7657965ae","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-subnet2"}]} 2018-08-12 08:22:19,831 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=e41365e9-dc15-4a00-b85d-200dcc4fb2db used request id req-a82d376f-f634-4fb9-a2ce-8905b83afa24 2018-08-12 08:22:19,836 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5787562dedef5fe38fcd2fdbfd766ae0dfdd3a6" 2018-08-12 08:22:20,120 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 632 X-Openstack-Request-Id: req-508fa866-e8d0-4783-8f08-2e4f21a39e0a Date: Sun, 12 Aug 2018 08:22:20 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":["18d57032-15d9-4609-b879-48b7657965ae"],"updated_at":"2018-08-12T08:21:28Z","tenant_id":"2fc410f605b04591be5effbe1da705fa","created_at":"2018-08-12T08:21:26Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"2fc410f605b04591be5effbe1da705fa","id":"e41365e9-dc15-4a00-b85d-200dcc4fb2db","name":"CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-net2"}]} 2018-08-12 08:22:20,121 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-net2 used request id req-508fa866-e8d0-4783-8f08-2e4f21a39e0a 2018-08-12 08:22:20,125 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/2fc410f605b04591be5effbe1da705fa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5787562dedef5fe38fcd2fdbfd766ae0dfdd3a6" 2018-08-12 08:22:20,219 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:22:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-04cd3165-30ce-4d8c-b440-f8a40aef1303 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/2fc410f605b04591be5effbe1da705fa"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "2fc410f605b04591be5effbe1da705fa", "name": "CreateInstanceTwoNetTests-21065378-3e98-449-proj"}} 2018-08-12 08:22:20,220 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/2fc410f605b04591be5effbe1da705fa used request id req-04cd3165-30ce-4d8c-b440-f8a40aef1303 2018-08-12 08:22:20,225 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=e41365e9-dc15-4a00-b85d-200dcc4fb2db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5787562dedef5fe38fcd2fdbfd766ae0dfdd3a6" 2018-08-12 08:22:20,273 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-ee574aa2-a4da-4d9d-810a-e2030d55b7f9 Date: Sun, 12 Aug 2018 08:22:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e41365e9-dc15-4a00-b85d-200dcc4fb2db","tenant_id":"2fc410f605b04591be5effbe1da705fa","created_at":"2018-08-12T08:21:28Z","dns_nameservers":[],"updated_at":"2018-08-12T08:21:28Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.202.2","end":"10.200.202.254"}],"gateway_ip":"10.200.202.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.202.0/24","project_id":"2fc410f605b04591be5effbe1da705fa","id":"18d57032-15d9-4609-b879-48b7657965ae","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-subnet2"}]} 2018-08-12 08:22:20,274 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=e41365e9-dc15-4a00-b85d-200dcc4fb2db used request id req-ee574aa2-a4da-4d9d-810a-e2030d55b7f9 2018-08-12 08:22:20,279 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=e41365e9-dc15-4a00-b85d-200dcc4fb2db&name=CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-vm2-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5787562dedef5fe38fcd2fdbfd766ae0dfdd3a6" 2018-08-12 08:22:20,498 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 769 X-Openstack-Request-Id: req-44c7c1c9-5c4a-49a5-b913-64993d0ccf5f Date: Sun, 12 Aug 2018 08:22:20 GMT RESP BODY: {"ports":[{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"e41365e9-dc15-4a00-b85d-200dcc4fb2db","tenant_id":"2fc410f605b04591be5effbe1da705fa","created_at":"2018-08-12T08:22:18Z","admin_state_up":true,"updated_at":"2018-08-12T08:22:19Z","binding:vnic_type":"normal","device_id":"","device_owner":"","revision_number":6,"mac_address":"fa:16:3e:79:b2:f4","id":"a5cde3f3-d215-49de-83f4-cd9e61d65647","port_security_enabled":true,"project_id":"2fc410f605b04591be5effbe1da705fa","fixed_ips":[{"subnet_id":"18d57032-15d9-4609-b879-48b7657965ae","ip_address":"10.200.202.5"}],"extra_dhcp_opts":[],"security_groups":["c328508f-6c74-4ee2-b846-b448af973066"],"name":"CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-vm2-port"}]} 2018-08-12 08:22:20,498 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=e41365e9-dc15-4a00-b85d-200dcc4fb2db&name=CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-vm2-port&admin_state_up=True used request id req-44c7c1c9-5c4a-49a5-b913-64993d0ccf5f 2018-08-12 08:22:20,501 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/2fc410f605b04591be5effbe1da705fa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5787562dedef5fe38fcd2fdbfd766ae0dfdd3a6" 2018-08-12 08:22:20,669 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:22:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e4b50368-e09f-473f-8395-09cbe53e6afb Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/2fc410f605b04591be5effbe1da705fa"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "2fc410f605b04591be5effbe1da705fa", "name": "CreateInstanceTwoNetTests-21065378-3e98-449-proj"}} 2018-08-12 08:22:20,669 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/2fc410f605b04591be5effbe1da705fa used request id req-e4b50368-e09f-473f-8395-09cbe53e6afb 2018-08-12 08:22:20,670 - nova_utils - INFO - Creating VM with name - CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-inst2 2018-08-12 08:22:20,673 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5787562dedef5fe38fcd2fdbfd766ae0dfdd3a6" 2018-08-12 08:22:20,694 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:22: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-f091c363-ca70-45dc-aed7-d5bc451c00ae x-compute-request-id: req-f091c363-ca70-45dc-aed7-d5bc451c00ae Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"flavors": [{"id": "9f6e86d7-04b8-4766-811a-cfb1975a4afc", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/9f6e86d7-04b8-4766-811a-cfb1975a4afc", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/9f6e86d7-04b8-4766-811a-cfb1975a4afc", "rel": "bookmark"}], "name": "CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-flavor-name"}]} 2018-08-12 08:22:20,694 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-f091c363-ca70-45dc-aed7-d5bc451c00ae 2018-08-12 08:22:20,698 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors/9f6e86d7-04b8-4766-811a-cfb1975a4afc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5787562dedef5fe38fcd2fdbfd766ae0dfdd3a6" 2018-08-12 08:22:20,725 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:22: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-3c443292-175a-4ac2-adb2-67127a3a7133 x-compute-request-id: req-3c443292-175a-4ac2-adb2-67127a3a7133 Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-flavor-name", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/9f6e86d7-04b8-4766-811a-cfb1975a4afc", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/9f6e86d7-04b8-4766-811a-cfb1975a4afc", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": "9f6e86d7-04b8-4766-811a-cfb1975a4afc"}} 2018-08-12 08:22:20,725 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/9f6e86d7-04b8-4766-811a-cfb1975a4afc used request id req-3c443292-175a-4ac2-adb2-67127a3a7133 2018-08-12 08:22:20,729 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceTwoNetTests-bf77678e-6d39-4076-a9e8-14e4b04efcf5 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c5787562dedef5fe38fcd2fdbfd766ae0dfdd3a6" 2018-08-12 08:22:20,933 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1048 Content-Type: application/json X-Openstack-Request-Id: req-eab5c1a2-9ed7-4b39-a87f-34b9f37e2b74 Date: Sun, 12 Aug 2018 08:22:20 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceTwoNetTests-bf77678e-6d39-4076-a9e8-14e4b04efcf5", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:21:21Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-12T08:21:22Z", "visibility": "shared", "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/7a3c0020-4bf2-4fa8-a544-a8314ac04ae4/snap", "metadata": {}}], "self": "/v2/images/7a3c0020-4bf2-4fa8-a544-a8314ac04ae4", "min_disk": 0, "protected": false, "id": "7a3c0020-4bf2-4fa8-a544-a8314ac04ae4", "file": "/v2/images/7a3c0020-4bf2-4fa8-a544-a8314ac04ae4/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "2fc410f605b04591be5effbe1da705fa", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/7a3c0020-4bf2-4fa8-a544-a8314ac04ae4/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceTwoNetTests-bf77678e-6d39-4076-a9e8-14e4b04efcf5"} 2018-08-12 08:22:20,933 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceTwoNetTests-bf77678e-6d39-4076-a9e8-14e4b04efcf5 used request id req-eab5c1a2-9ed7-4b39-a87f-34b9f37e2b74 2018-08-12 08:22:20,936 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c5787562dedef5fe38fcd2fdbfd766ae0dfdd3a6" 2018-08-12 08:22:21,121 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-6917df81-8de1-422b-8d23-db677ba66557 Date: Sun, 12 Aug 2018 08:22:21 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"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}, "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}, "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"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "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"}, "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"}, "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}, "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}, "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"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "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}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-12 08:22:21,122 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-6917df81-8de1-422b-8d23-db677ba66557 2018-08-12 08:22:21,127 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5787562dedef5fe38fcd2fdbfd766ae0dfdd3a6" -d '{"server": {"name": "CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-inst2", "imageRef": "7a3c0020-4bf2-4fa8-a544-a8314ac04ae4", "flavorRef": "9f6e86d7-04b8-4766-811a-cfb1975a4afc", "user_data": "IyEvYmluL3NoCgp3aGlsZSB0cnVlOyBkbwogcGluZyAtYyAxIDEwLjIwMC4yMDEuNSAyPiYxID4vZGV2L251bGwKIFJFUz0kPwogaWYgWyAiWiRSRVMiID0gIlowIiBdIDsgdGhlbgogIGVjaG8gJ3ZQaW5nIE9LJwogIGJyZWFrCiBlbHNlCiAgZWNobyAndlBpbmcgS08nCiBmaQogc2xlZXAgMQpkb25lCgo=", "max_count": 1, "min_count": 1, "networks": [{"port": "a5cde3f3-d215-49de-83f4-cd9e61d65647"}], "security_groups": [{"name": "CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-sec-grp"}]}}' 2018-08-12 08:22:23,567 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 08:22: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-dead1cf7-367a-47cb-90fc-28fe0e822ccf x-compute-request-id: req-dead1cf7-367a-47cb-90fc-28fe0e822ccf Content-Length: 437 location: http://172.30.9.21:8774/v2.1/servers/1cb0b154-19e2-4d58-b3b8-12f5294a79a4 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-sec-grp"}], "OS-DCF:diskConfig": "MANUAL", "id": "1cb0b154-19e2-4d58-b3b8-12f5294a79a4", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/1cb0b154-19e2-4d58-b3b8-12f5294a79a4", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1cb0b154-19e2-4d58-b3b8-12f5294a79a4", "rel": "bookmark"}], "adminPass": "pbECWsPsfcS5"}} 2018-08-12 08:22:23,567 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-dead1cf7-367a-47cb-90fc-28fe0e822ccf 2018-08-12 08:22:23,571 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/1cb0b154-19e2-4d58-b3b8-12f5294a79a4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5787562dedef5fe38fcd2fdbfd766ae0dfdd3a6" 2018-08-12 08:22:23,815 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:22: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-2c94cf05-6f08-48d2-ba84-a46e28323dde x-compute-request-id: req-2c94cf05-6f08-48d2-ba84-a46e28323dde 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.21:8774/v2.1/servers/1cb0b154-19e2-4d58-b3b8-12f5294a79a4", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1cb0b154-19e2-4d58-b3b8-12f5294a79a4", "rel": "bookmark"}], "image": {"id": "7a3c0020-4bf2-4fa8-a544-a8314ac04ae4", "links": [{"href": "http://172.30.9.21:8774/images/7a3c0020-4bf2-4fa8-a544-a8314ac04ae4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9f6e86d7-04b8-4766-811a-cfb1975a4afc", "links": [{"href": "http://172.30.9.21:8774/flavors/9f6e86d7-04b8-4766-811a-cfb1975a4afc", "rel": "bookmark"}]}, "id": "1cb0b154-19e2-4d58-b3b8-12f5294a79a4", "user_id": "cc77846c4df3473fb8019140c3162575", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:22:23Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-inst2", "created": "2018-08-12T08:22:23Z", "tenant_id": "2fc410f605b04591be5effbe1da705fa", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:22:23,816 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/1cb0b154-19e2-4d58-b3b8-12f5294a79a4 used request id req-2c94cf05-6f08-48d2-ba84-a46e28323dde 2018-08-12 08:22:23,816 - create_instance - INFO - Created instance with name - CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-inst2 2018-08-12 08:22:23,819 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/1cb0b154-19e2-4d58-b3b8-12f5294a79a4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5787562dedef5fe38fcd2fdbfd766ae0dfdd3a6" 2018-08-12 08:22:24,048 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:22: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-3225516a-6ad3-44a2-b88b-012e1a67f25a x-compute-request-id: req-3225516a-6ad3-44a2-b88b-012e1a67f25a 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.21:8774/v2.1/servers/1cb0b154-19e2-4d58-b3b8-12f5294a79a4", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1cb0b154-19e2-4d58-b3b8-12f5294a79a4", "rel": "bookmark"}], "image": {"id": "7a3c0020-4bf2-4fa8-a544-a8314ac04ae4", "links": [{"href": "http://172.30.9.21:8774/images/7a3c0020-4bf2-4fa8-a544-a8314ac04ae4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9f6e86d7-04b8-4766-811a-cfb1975a4afc", "links": [{"href": "http://172.30.9.21:8774/flavors/9f6e86d7-04b8-4766-811a-cfb1975a4afc", "rel": "bookmark"}]}, "id": "1cb0b154-19e2-4d58-b3b8-12f5294a79a4", "user_id": "cc77846c4df3473fb8019140c3162575", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:22:23Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-inst2", "created": "2018-08-12T08:22:23Z", "tenant_id": "2fc410f605b04591be5effbe1da705fa", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:22:24,048 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/1cb0b154-19e2-4d58-b3b8-12f5294a79a4 used request id req-3225516a-6ad3-44a2-b88b-012e1a67f25a 2018-08-12 08:22:24,048 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-inst2] is - BUILD 2018-08-12 08:22:24,049 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-12 08:22:27,052 - create_instance - DEBUG - VM status query timeout in 896.764588833 2018-08-12 08:22:27,054 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/1cb0b154-19e2-4d58-b3b8-12f5294a79a4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5787562dedef5fe38fcd2fdbfd766ae0dfdd3a6" 2018-08-12 08:22:27,762 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:22: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-d2523491-6d7d-4d58-a989-e7e18dc63c12 x-compute-request-id: req-d2523491-6d7d-4d58-a989-e7e18dc63c12 Content-Encoding: gzip Content-Length: 679 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/1cb0b154-19e2-4d58-b3b8-12f5294a79a4", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1cb0b154-19e2-4d58-b3b8-12f5294a79a4", "rel": "bookmark"}], "image": {"id": "7a3c0020-4bf2-4fa8-a544-a8314ac04ae4", "links": [{"href": "http://172.30.9.21:8774/images/7a3c0020-4bf2-4fa8-a544-a8314ac04ae4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9f6e86d7-04b8-4766-811a-cfb1975a4afc", "links": [{"href": "http://172.30.9.21:8774/flavors/9f6e86d7-04b8-4766-811a-cfb1975a4afc", "rel": "bookmark"}]}, "id": "1cb0b154-19e2-4d58-b3b8-12f5294a79a4", "security_groups": [{"name": "default"}], "user_id": "cc77846c4df3473fb8019140c3162575", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:22:26Z", "hostId": "9d4ec67e32edeb29e68c536284c68ea92f04f9c939c04ebc6849e39b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-inst2", "created": "2018-08-12T08:22:23Z", "tenant_id": "2fc410f605b04591be5effbe1da705fa", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:22:27,762 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/1cb0b154-19e2-4d58-b3b8-12f5294a79a4 used request id req-d2523491-6d7d-4d58-a989-e7e18dc63c12 2018-08-12 08:22:27,763 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-inst2] is - BUILD 2018-08-12 08:22:27,763 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-12 08:22:30,766 - create_instance - DEBUG - VM status query timeout in 893.050351858 2018-08-12 08:22:30,769 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/1cb0b154-19e2-4d58-b3b8-12f5294a79a4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5787562dedef5fe38fcd2fdbfd766ae0dfdd3a6" 2018-08-12 08:22:31,333 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:22: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-841cd107-c190-4396-b765-0cb151dc4fd9 x-compute-request-id: req-841cd107-c190-4396-b765-0cb151dc4fd9 Content-Encoding: gzip Content-Length: 752 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-net2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:79:b2:f4", "version": 4, "addr": "10.200.202.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/1cb0b154-19e2-4d58-b3b8-12f5294a79a4", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1cb0b154-19e2-4d58-b3b8-12f5294a79a4", "rel": "bookmark"}], "image": {"id": "7a3c0020-4bf2-4fa8-a544-a8314ac04ae4", "links": [{"href": "http://172.30.9.21:8774/images/7a3c0020-4bf2-4fa8-a544-a8314ac04ae4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:22:30.000000", "flavor": {"id": "9f6e86d7-04b8-4766-811a-cfb1975a4afc", "links": [{"href": "http://172.30.9.21:8774/flavors/9f6e86d7-04b8-4766-811a-cfb1975a4afc", "rel": "bookmark"}]}, "id": "1cb0b154-19e2-4d58-b3b8-12f5294a79a4", "security_groups": [{"name": "default"}], "user_id": "cc77846c4df3473fb8019140c3162575", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:22:30Z", "hostId": "9d4ec67e32edeb29e68c536284c68ea92f04f9c939c04ebc6849e39b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-inst2", "created": "2018-08-12T08:22:23Z", "tenant_id": "2fc410f605b04591be5effbe1da705fa", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:22:31,334 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/1cb0b154-19e2-4d58-b3b8-12f5294a79a4 used request id req-841cd107-c190-4396-b765-0cb151dc4fd9 2018-08-12 08:22:31,334 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-inst2] is - ACTIVE 2018-08-12 08:22:31,334 - create_instance - INFO - VM is - ACTIVE 2018-08-12 08:22:31,337 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/1cb0b154-19e2-4d58-b3b8-12f5294a79a4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5787562dedef5fe38fcd2fdbfd766ae0dfdd3a6" 2018-08-12 08:22:32,022 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:22: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-fa891b5b-9db8-4159-afe0-d1f0dbd8e910 x-compute-request-id: req-fa891b5b-9db8-4159-afe0-d1f0dbd8e910 Content-Encoding: gzip Content-Length: 752 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-net2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:79:b2:f4", "version": 4, "addr": "10.200.202.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/1cb0b154-19e2-4d58-b3b8-12f5294a79a4", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1cb0b154-19e2-4d58-b3b8-12f5294a79a4", "rel": "bookmark"}], "image": {"id": "7a3c0020-4bf2-4fa8-a544-a8314ac04ae4", "links": [{"href": "http://172.30.9.21:8774/images/7a3c0020-4bf2-4fa8-a544-a8314ac04ae4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:22:30.000000", "flavor": {"id": "9f6e86d7-04b8-4766-811a-cfb1975a4afc", "links": [{"href": "http://172.30.9.21:8774/flavors/9f6e86d7-04b8-4766-811a-cfb1975a4afc", "rel": "bookmark"}]}, "id": "1cb0b154-19e2-4d58-b3b8-12f5294a79a4", "security_groups": [{"name": "default"}], "user_id": "cc77846c4df3473fb8019140c3162575", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:22:30Z", "hostId": "9d4ec67e32edeb29e68c536284c68ea92f04f9c939c04ebc6849e39b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-inst2", "created": "2018-08-12T08:22:23Z", "tenant_id": "2fc410f605b04591be5effbe1da705fa", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:22:32,022 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/1cb0b154-19e2-4d58-b3b8-12f5294a79a4 used request id req-fa891b5b-9db8-4159-afe0-d1f0dbd8e910 2018-08-12 08:22:32,028 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5787562dedef5fe38fcd2fdbfd766ae0dfdd3a6" 2018-08-12 08:22:32,138 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 632 X-Openstack-Request-Id: req-5d6b481b-11cb-4018-a188-8ae549ea6c2d Date: Sun, 12 Aug 2018 08:22:32 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":["18d57032-15d9-4609-b879-48b7657965ae"],"updated_at":"2018-08-12T08:21:28Z","tenant_id":"2fc410f605b04591be5effbe1da705fa","created_at":"2018-08-12T08:21:26Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"2fc410f605b04591be5effbe1da705fa","id":"e41365e9-dc15-4a00-b85d-200dcc4fb2db","name":"CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-net2"}]} 2018-08-12 08:22:32,138 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-net2 used request id req-5d6b481b-11cb-4018-a188-8ae549ea6c2d 2018-08-12 08:22:32,142 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/2fc410f605b04591be5effbe1da705fa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5787562dedef5fe38fcd2fdbfd766ae0dfdd3a6" 2018-08-12 08:22:32,233 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:22:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-78853f6f-383c-40ca-8d2f-4202c5ecd616 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/2fc410f605b04591be5effbe1da705fa"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "2fc410f605b04591be5effbe1da705fa", "name": "CreateInstanceTwoNetTests-21065378-3e98-449-proj"}} 2018-08-12 08:22:32,233 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/2fc410f605b04591be5effbe1da705fa used request id req-78853f6f-383c-40ca-8d2f-4202c5ecd616 2018-08-12 08:22:32,238 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=e41365e9-dc15-4a00-b85d-200dcc4fb2db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5787562dedef5fe38fcd2fdbfd766ae0dfdd3a6" 2018-08-12 08:22:32,315 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-84da1f64-3207-499d-bd1f-971becaa5b24 Date: Sun, 12 Aug 2018 08:22:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e41365e9-dc15-4a00-b85d-200dcc4fb2db","tenant_id":"2fc410f605b04591be5effbe1da705fa","created_at":"2018-08-12T08:21:28Z","dns_nameservers":[],"updated_at":"2018-08-12T08:21:28Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.202.2","end":"10.200.202.254"}],"gateway_ip":"10.200.202.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.202.0/24","project_id":"2fc410f605b04591be5effbe1da705fa","id":"18d57032-15d9-4609-b879-48b7657965ae","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-subnet2"}]} 2018-08-12 08:22:32,315 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=e41365e9-dc15-4a00-b85d-200dcc4fb2db used request id req-84da1f64-3207-499d-bd1f-971becaa5b24 2018-08-12 08:22:32,321 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=e41365e9-dc15-4a00-b85d-200dcc4fb2db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5787562dedef5fe38fcd2fdbfd766ae0dfdd3a6" 2018-08-12 08:22:32,424 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3866 X-Openstack-Request-Id: req-9da3bf67-5cf2-4ecc-8f0c-cdfaca218165 Date: Sun, 12 Aug 2018 08:22:32 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"e41365e9-dc15-4a00-b85d-200dcc4fb2db","tenant_id":"2fc410f605b04591be5effbe1da705fa","created_at":"2018-08-12T08:21:30Z","admin_state_up":true,"updated_at":"2018-08-12T08:21:32Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-e41365e9-dc15-4a00-b85d-200dcc4fb2db","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:49:99:cd","id":"20345f22-be26-4c18-8228-7e9d7e311d5c","port_security_enabled":false,"project_id":"2fc410f605b04591be5effbe1da705fa","fixed_ips":[{"subnet_id":"18d57032-15d9-4609-b879-48b7657965ae","ip_address":"10.200.202.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"e41365e9-dc15-4a00-b85d-200dcc4fb2db","tenant_id":"2fc410f605b04591be5effbe1da705fa","created_at":"2018-08-12T08:21:40Z","admin_state_up":true,"updated_at":"2018-08-12T08:21:42Z","binding:vnic_type":"normal","device_id":"efb11703-0646-4ed9-90ce-a9738dfd4e5d","device_owner":"network:router_interface","revision_number":10,"mac_address":"fa:16:3e:36:9f:f7","id":"210c4f72-f735-42cd-9f21-03c7e02b3b22","port_security_enabled":true,"project_id":"2fc410f605b04591be5effbe1da705fa","fixed_ips":[{"subnet_id":"18d57032-15d9-4609-b879-48b7657965ae","ip_address":"10.200.202.1"}],"extra_dhcp_opts":[],"security_groups":["c328508f-6c74-4ee2-b846-b448af973066"],"name":"CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-router-port2"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"e41365e9-dc15-4a00-b85d-200dcc4fb2db","tenant_id":"2fc410f605b04591be5effbe1da705fa","created_at":"2018-08-12T08:21:28Z","admin_state_up":true,"updated_at":"2018-08-12T08:21:31Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-e41365e9-dc15-4a00-b85d-200dcc4fb2db","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:75:0f:d7","id":"3463e78e-311d-41ef-bf71-585ab0c7b50b","port_security_enabled":false,"project_id":"2fc410f605b04591be5effbe1da705fa","fixed_ips":[{"subnet_id":"18d57032-15d9-4609-b879-48b7657965ae","ip_address":"10.200.202.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"e41365e9-dc15-4a00-b85d-200dcc4fb2db","tenant_id":"2fc410f605b04591be5effbe1da705fa","created_at":"2018-08-12T08:21:29Z","admin_state_up":true,"updated_at":"2018-08-12T08:21:31Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-e41365e9-dc15-4a00-b85d-200dcc4fb2db","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:55:a8:7a","id":"402fcff9-94ab-482e-9dae-603a0adce54e","port_security_enabled":false,"project_id":"2fc410f605b04591be5effbe1da705fa","fixed_ips":[{"subnet_id":"18d57032-15d9-4609-b879-48b7657965ae","ip_address":"10.200.202.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"e41365e9-dc15-4a00-b85d-200dcc4fb2db","tenant_id":"2fc410f605b04591be5effbe1da705fa","created_at":"2018-08-12T08:22:18Z","admin_state_up":true,"updated_at":"2018-08-12T08:22:30Z","binding:vnic_type":"normal","device_id":"1cb0b154-19e2-4d58-b3b8-12f5294a79a4","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:79:b2:f4","id":"a5cde3f3-d215-49de-83f4-cd9e61d65647","port_security_enabled":true,"project_id":"2fc410f605b04591be5effbe1da705fa","fixed_ips":[{"subnet_id":"18d57032-15d9-4609-b879-48b7657965ae","ip_address":"10.200.202.5"}],"extra_dhcp_opts":[],"security_groups":["c328508f-6c74-4ee2-b846-b448af973066"],"name":"CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-vm2-port"}]} 2018-08-12 08:22:32,425 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=e41365e9-dc15-4a00-b85d-200dcc4fb2db used request id req-9da3bf67-5cf2-4ecc-8f0c-cdfaca218165 2018-08-12 08:22:32,428 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/1cb0b154-19e2-4d58-b3b8-12f5294a79a4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5787562dedef5fe38fcd2fdbfd766ae0dfdd3a6" 2018-08-12 08:22:33,104 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:22: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-de8371b9-95ca-43f0-b601-0b8fc7410f51 x-compute-request-id: req-de8371b9-95ca-43f0-b601-0b8fc7410f51 Content-Encoding: gzip Content-Length: 752 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-net2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:79:b2:f4", "version": 4, "addr": "10.200.202.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/1cb0b154-19e2-4d58-b3b8-12f5294a79a4", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1cb0b154-19e2-4d58-b3b8-12f5294a79a4", "rel": "bookmark"}], "image": {"id": "7a3c0020-4bf2-4fa8-a544-a8314ac04ae4", "links": [{"href": "http://172.30.9.21:8774/images/7a3c0020-4bf2-4fa8-a544-a8314ac04ae4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:22:30.000000", "flavor": {"id": "9f6e86d7-04b8-4766-811a-cfb1975a4afc", "links": [{"href": "http://172.30.9.21:8774/flavors/9f6e86d7-04b8-4766-811a-cfb1975a4afc", "rel": "bookmark"}]}, "id": "1cb0b154-19e2-4d58-b3b8-12f5294a79a4", "security_groups": [{"name": "default"}], "user_id": "cc77846c4df3473fb8019140c3162575", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:22:30Z", "hostId": "9d4ec67e32edeb29e68c536284c68ea92f04f9c939c04ebc6849e39b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-inst2", "created": "2018-08-12T08:22:23Z", "tenant_id": "2fc410f605b04591be5effbe1da705fa", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:22:33,104 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/1cb0b154-19e2-4d58-b3b8-12f5294a79a4 used request id req-de8371b9-95ca-43f0-b601-0b8fc7410f51 2018-08-12 08:22:33,105 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-inst2] is - ACTIVE 2018-08-12 08:22:33,105 - create_instance - INFO - VM is - ACTIVE 2018-08-12 08:22:33,107 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/1cb0b154-19e2-4d58-b3b8-12f5294a79a4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5787562dedef5fe38fcd2fdbfd766ae0dfdd3a6" 2018-08-12 08:22:33,560 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:22: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-964f4e58-1258-4179-8237-ccfbf93f583c x-compute-request-id: req-964f4e58-1258-4179-8237-ccfbf93f583c Content-Encoding: gzip Content-Length: 752 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-net2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:79:b2:f4", "version": 4, "addr": "10.200.202.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/1cb0b154-19e2-4d58-b3b8-12f5294a79a4", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1cb0b154-19e2-4d58-b3b8-12f5294a79a4", "rel": "bookmark"}], "image": {"id": "7a3c0020-4bf2-4fa8-a544-a8314ac04ae4", "links": [{"href": "http://172.30.9.21:8774/images/7a3c0020-4bf2-4fa8-a544-a8314ac04ae4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:22:30.000000", "flavor": {"id": "9f6e86d7-04b8-4766-811a-cfb1975a4afc", "links": [{"href": "http://172.30.9.21:8774/flavors/9f6e86d7-04b8-4766-811a-cfb1975a4afc", "rel": "bookmark"}]}, "id": "1cb0b154-19e2-4d58-b3b8-12f5294a79a4", "security_groups": [{"name": "default"}], "user_id": "cc77846c4df3473fb8019140c3162575", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:22:30Z", "hostId": "9d4ec67e32edeb29e68c536284c68ea92f04f9c939c04ebc6849e39b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-inst2", "created": "2018-08-12T08:22:23Z", "tenant_id": "2fc410f605b04591be5effbe1da705fa", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:22:33,560 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/1cb0b154-19e2-4d58-b3b8-12f5294a79a4 used request id req-964f4e58-1258-4179-8237-ccfbf93f583c 2018-08-12 08:22:33,565 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5787562dedef5fe38fcd2fdbfd766ae0dfdd3a6" 2018-08-12 08:22:33,693 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 632 X-Openstack-Request-Id: req-9c1a51c8-8aa7-46a2-af34-47654e2ee548 Date: Sun, 12 Aug 2018 08:22: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":["18d57032-15d9-4609-b879-48b7657965ae"],"updated_at":"2018-08-12T08:21:28Z","tenant_id":"2fc410f605b04591be5effbe1da705fa","created_at":"2018-08-12T08:21:26Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"2fc410f605b04591be5effbe1da705fa","id":"e41365e9-dc15-4a00-b85d-200dcc4fb2db","name":"CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-net2"}]} 2018-08-12 08:22:33,693 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-net2 used request id req-9c1a51c8-8aa7-46a2-af34-47654e2ee548 2018-08-12 08:22:33,697 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/2fc410f605b04591be5effbe1da705fa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5787562dedef5fe38fcd2fdbfd766ae0dfdd3a6" 2018-08-12 08:22:33,803 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:22:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0b1871fa-b5ce-47aa-ad24-e4a1cdd666f3 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/2fc410f605b04591be5effbe1da705fa"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "2fc410f605b04591be5effbe1da705fa", "name": "CreateInstanceTwoNetTests-21065378-3e98-449-proj"}} 2018-08-12 08:22:33,803 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/2fc410f605b04591be5effbe1da705fa used request id req-0b1871fa-b5ce-47aa-ad24-e4a1cdd666f3 2018-08-12 08:22:33,808 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=e41365e9-dc15-4a00-b85d-200dcc4fb2db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5787562dedef5fe38fcd2fdbfd766ae0dfdd3a6" 2018-08-12 08:22:33,855 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-edd6a695-621b-444a-b49a-388c63e09bb9 Date: Sun, 12 Aug 2018 08:22:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e41365e9-dc15-4a00-b85d-200dcc4fb2db","tenant_id":"2fc410f605b04591be5effbe1da705fa","created_at":"2018-08-12T08:21:28Z","dns_nameservers":[],"updated_at":"2018-08-12T08:21:28Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.202.2","end":"10.200.202.254"}],"gateway_ip":"10.200.202.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.202.0/24","project_id":"2fc410f605b04591be5effbe1da705fa","id":"18d57032-15d9-4609-b879-48b7657965ae","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-subnet2"}]} 2018-08-12 08:22:33,855 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=e41365e9-dc15-4a00-b85d-200dcc4fb2db used request id req-edd6a695-621b-444a-b49a-388c63e09bb9 2018-08-12 08:22:33,861 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=e41365e9-dc15-4a00-b85d-200dcc4fb2db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5787562dedef5fe38fcd2fdbfd766ae0dfdd3a6" 2018-08-12 08:22:33,960 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3866 X-Openstack-Request-Id: req-7500eb9e-8365-4408-9938-9e3a50d47acd Date: Sun, 12 Aug 2018 08:22:33 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"e41365e9-dc15-4a00-b85d-200dcc4fb2db","tenant_id":"2fc410f605b04591be5effbe1da705fa","created_at":"2018-08-12T08:21:30Z","admin_state_up":true,"updated_at":"2018-08-12T08:21:32Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-e41365e9-dc15-4a00-b85d-200dcc4fb2db","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:49:99:cd","id":"20345f22-be26-4c18-8228-7e9d7e311d5c","port_security_enabled":false,"project_id":"2fc410f605b04591be5effbe1da705fa","fixed_ips":[{"subnet_id":"18d57032-15d9-4609-b879-48b7657965ae","ip_address":"10.200.202.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"e41365e9-dc15-4a00-b85d-200dcc4fb2db","tenant_id":"2fc410f605b04591be5effbe1da705fa","created_at":"2018-08-12T08:21:40Z","admin_state_up":true,"updated_at":"2018-08-12T08:21:42Z","binding:vnic_type":"normal","device_id":"efb11703-0646-4ed9-90ce-a9738dfd4e5d","device_owner":"network:router_interface","revision_number":10,"mac_address":"fa:16:3e:36:9f:f7","id":"210c4f72-f735-42cd-9f21-03c7e02b3b22","port_security_enabled":true,"project_id":"2fc410f605b04591be5effbe1da705fa","fixed_ips":[{"subnet_id":"18d57032-15d9-4609-b879-48b7657965ae","ip_address":"10.200.202.1"}],"extra_dhcp_opts":[],"security_groups":["c328508f-6c74-4ee2-b846-b448af973066"],"name":"CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-router-port2"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"e41365e9-dc15-4a00-b85d-200dcc4fb2db","tenant_id":"2fc410f605b04591be5effbe1da705fa","created_at":"2018-08-12T08:21:28Z","admin_state_up":true,"updated_at":"2018-08-12T08:21:31Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-e41365e9-dc15-4a00-b85d-200dcc4fb2db","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:75:0f:d7","id":"3463e78e-311d-41ef-bf71-585ab0c7b50b","port_security_enabled":false,"project_id":"2fc410f605b04591be5effbe1da705fa","fixed_ips":[{"subnet_id":"18d57032-15d9-4609-b879-48b7657965ae","ip_address":"10.200.202.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"e41365e9-dc15-4a00-b85d-200dcc4fb2db","tenant_id":"2fc410f605b04591be5effbe1da705fa","created_at":"2018-08-12T08:21:29Z","admin_state_up":true,"updated_at":"2018-08-12T08:21:31Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-e41365e9-dc15-4a00-b85d-200dcc4fb2db","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:55:a8:7a","id":"402fcff9-94ab-482e-9dae-603a0adce54e","port_security_enabled":false,"project_id":"2fc410f605b04591be5effbe1da705fa","fixed_ips":[{"subnet_id":"18d57032-15d9-4609-b879-48b7657965ae","ip_address":"10.200.202.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"e41365e9-dc15-4a00-b85d-200dcc4fb2db","tenant_id":"2fc410f605b04591be5effbe1da705fa","created_at":"2018-08-12T08:22:18Z","admin_state_up":true,"updated_at":"2018-08-12T08:22:30Z","binding:vnic_type":"normal","device_id":"1cb0b154-19e2-4d58-b3b8-12f5294a79a4","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:79:b2:f4","id":"a5cde3f3-d215-49de-83f4-cd9e61d65647","port_security_enabled":true,"project_id":"2fc410f605b04591be5effbe1da705fa","fixed_ips":[{"subnet_id":"18d57032-15d9-4609-b879-48b7657965ae","ip_address":"10.200.202.5"}],"extra_dhcp_opts":[],"security_groups":["c328508f-6c74-4ee2-b846-b448af973066"],"name":"CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-vm2-port"}]} 2018-08-12 08:22:33,961 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=e41365e9-dc15-4a00-b85d-200dcc4fb2db used request id req-7500eb9e-8365-4408-9938-9e3a50d47acd 2018-08-12 08:22:33,964 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers/1cb0b154-19e2-4d58-b3b8-12f5294a79a4/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5787562dedef5fe38fcd2fdbfd766ae0dfdd3a6" -d '{"addSecurityGroup": {"name": "CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-sec-grp"}}' 2018-08-12 08:22:35,128 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 08:22: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-4226d660-d89e-4f18-aec6-da601f135241 x-compute-request-id: req-4226d660-d89e-4f18-aec6-da601f135241 Content-Length: 0 Content-Type: application/json 2018-08-12 08:22:35,128 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/1cb0b154-19e2-4d58-b3b8-12f5294a79a4/action used request id req-4226d660-d89e-4f18-aec6-da601f135241 2018-08-12 08:22:35,129 - create_instance_tests - INFO - Looking for IP 10.200.201.5 in the console log 2018-08-12 08:22:35,131 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/d6163fef-3829-43af-a71a-23f3f9dcb861 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf285d3467ea79844934a9fc6b4ae93a790920c7" 2018-08-12 08:22:35,648 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:22: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-0182f5a8-a1a1-4963-88a0-002036106533 x-compute-request-id: req-0182f5a8-a1a1-4963-88a0-002036106533 Content-Encoding: gzip Content-Length: 765 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-net1": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:10:1d:b1", "version": 4, "addr": "10.200.201.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/d6163fef-3829-43af-a71a-23f3f9dcb861", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/d6163fef-3829-43af-a71a-23f3f9dcb861", "rel": "bookmark"}], "image": {"id": "7a3c0020-4bf2-4fa8-a544-a8314ac04ae4", "links": [{"href": "http://172.30.9.21:8774/images/7a3c0020-4bf2-4fa8-a544-a8314ac04ae4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:22:05.000000", "flavor": {"id": "9f6e86d7-04b8-4766-811a-cfb1975a4afc", "links": [{"href": "http://172.30.9.21:8774/flavors/9f6e86d7-04b8-4766-811a-cfb1975a4afc", "rel": "bookmark"}]}, "id": "d6163fef-3829-43af-a71a-23f3f9dcb861", "security_groups": [{"name": "CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-sec-grp"}, {"name": "default"}], "user_id": "cc77846c4df3473fb8019140c3162575", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:22:05Z", "hostId": "9d4ec67e32edeb29e68c536284c68ea92f04f9c939c04ebc6849e39b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-inst1", "created": "2018-08-12T08:21:57Z", "tenant_id": "2fc410f605b04591be5effbe1da705fa", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:22:35,648 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/d6163fef-3829-43af-a71a-23f3f9dcb861 used request id req-0182f5a8-a1a1-4963-88a0-002036106533 2018-08-12 08:22:35,651 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers/d6163fef-3829-43af-a71a-23f3f9dcb861/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf285d3467ea79844934a9fc6b4ae93a790920c7" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 08:22:35,729 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:22: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-c8f9273b-1e63-4922-87fd-efd5fa73b5c9 x-compute-request-id: req-c8f9273b-1e63-4922-87fd-efd5fa73b5c9 Content-Encoding: gzip Content-Length: 8149 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f6390-0x000f639f] mapped at [ffff8800000f6390]\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 0x00000000000F60F0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE15D1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE145D 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1551 000080 (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 482957663 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 2 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:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u1048576\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: 491664K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 32088K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, 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=2.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2\n[ 0.000000] NR_IRQS:16640 nr_irqs:440 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.142554] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.144219] pid_max: default: 32768 minimum: 301\n[ 0.145121] ACPI: Core revision 20150930\n[ 0.146521] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.147849] Security Framework initialized\n[ 0.148672] Yama: becoming mindful.\n[ 0.149408] AppArmor: AppArmor initialized\n[ 0.150276] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.151629] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.152915] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154133] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155583] Initializing cgroup subsys io\n[ 0.156410] Initializing cgroup subsys memory\n[ 0.157273] Initializing cgroup subsys devices\n[ 0.158162] Initializing cgroup subsys freezer\n[ 0.159058] Initializing cgroup subsys net_cls\n[ 0.159931] Initializing cgroup subsys perf_event\n[ 0.160847] Initializing cgroup subsys net_prio\n[ 0.161753] Initializing cgroup subsys hugetlb\n[ 0.162627] Initializing cgroup subsys pids\n[ 0.163503] CPU: Physical Processor ID: 0\n[ 0.164993] mce: CPU supports 10 MCE banks\n[ 0.165864] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.166868] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169067] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175212] ftrace: allocating 31920 entries in 125 pages\n[ 0.200418] smpboot: Max logical packages: 2\n[ 0.201289] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202506] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.203864] x2apic enabled\n[ 0.204672] Switched APIC routing to physical x2apic.\n[ 0.206418] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207637] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209832] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.211787] KVM setup paravirtual spinlock\n[ 0.213222] x86: Booting SMP configuration:\n[ 0.214134] .... node #0, CPUs: #1\n[ 0.215030] kvm-clock: cpu 1, msr 0:1ffd3041, secondary cpu clock\n[ 0.236725] x86: Booted up 1 node, 2 CPUs\n[ 0.236727] KVM setup async PF for cpu 1\n[ 0.236730] kvm-stealtime: cpu 1, msr 1f90d940\n[ 0.239305] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.240826] devtmpfs: initialized\n[ 0.242560] evm: security.selinux\n[ 0.243256] evm: security.SMACK64\n[ 0.243950] evm: security.SMACK64EXEC\n[ 0.244695] evm: security.SMACK64TRANSMUTE\n[ 0.245505] evm: security.SMACK64MMAP\n[ 0.246250] evm: security.ima\n[ 0.246892] evm: security.capability\n[ 0.247747] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.249638] pinctrl core: initialized pinctrl subsystem\n[ 0.250744] RTC time: 8:22:06, date: 08/12/18\n[ 0.251743] NET: Registered protocol family 16\n[ 0.261648] cpuidle: using governor ladder\n[ 0.273674] cpuidle: using governor menu\n[ 0.274500] PCCT header not found.\n[ 0.275287] ACPI: bus type PCI registered\n[ 0.276102] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.277361] PCI: Using configuration type 1 for base access\n[ 0.290819] ACPI: Added _OSI(Module Device)\n[ 0.291674] ACPI: Added _OSI(Processor Device)\n[ 0.292536] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.293437] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.295423] ACPI: Interpreter enabled\n[ 0.296192] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.298045] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.299902] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.301754] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.303607] ACPI: (supports S0 S5)\n[ 0.304312] ACPI: Using IOAPIC for interrupt routing\n[ 0.305262] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.308657] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.309804] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.311040] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.312249] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.314511] acpiphp: Slot [3] registered\n[ 0.315317] acpiphp: Slot [4] registered\n[ 0.316130] acpiphp: Slot [5] registered\n[ 0.316941] acpiphp: Slot [6] registered\n[ 0.317744] acpiphp: Slot [7] registered\n[ 0.318546] acpiphp: Slot [8] registered\n[ 0.319343] acpiphp: Slot [9] registered\n[ 0.320142] acpiphp: Slot [10] registered\n[ 0.331000] acpiphp: Slot [11] registered\n[ 0.331826] acpiphp: Slot [12] registered\n[ 0.332640] acpiphp: Slot [13] registered\n[ 0.333452] acpiphp: Slot [14] registered\n[ 0.334262] acpiphp: Slot [15] registered\n[ 0.335083] acpiphp: Slot [16] registered\n[ 0.335912] acpiphp: Slot [17] registered\n[ 0.336727] acpiphp: Slot [18] registered\n[ 0.337537] acpiphp: Slot [19] registered\n[ 0.338348] acpiphp: Slot [20] registered\n[ 0.339170] acpiphp: Slot [21] registered\n[ 0.339985] acpiphp: Slot [22] registered\n[ 0.340801] acpiphp: Slot [23] registered\n[ 0.341615] acpiphp: Slot [24] registered\n[ 0.342428] acpiphp: Slot [25] registered\n[ 0.343242] acpiphp: Slot [26] registered\n[ 0.344062] acpiphp: Slot [27] registered\n[ 0.344878] acpiphp: Slot [28] registered\n[ 0.345691] acpiphp: Slot [29] registered\n[ 0.346501] acpiphp: Slot [30] registered\n[ 0.347314] acpiphp: Slot [31] registered\n[ 0.348128] PCI host bridge to bus 0000:00\n[ 0.348940] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.350153] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.351375] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.352829] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.354285] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.355767] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.359106] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.360396] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.361586] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.362855] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.366510] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.368032] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.387926] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.389857] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.391287] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.392709] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.394102] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.395424] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.396790] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.397855] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.399413] vgaarb: loaded\n[ 0.400013] vgaarb: bridge control possible 0000:00:02.0\n[ 0.401258] SCSI subsystem initialized\n[ 0.402216] ACPI: bus type USB registered\n[ 0.403050] usbcore: registered new interface driver usbfs\n[ 0.404091] usbcore: registered new interface driver hub\n[ 0.405121] usbcore: registered new device driver usb\n[ 0.406287] PCI: Using ACPI for IRQ routing\n[ 0.407431] NetLabel: Initializing\n[ 0.408154] NetLabel: domain hash size = 128\n[ 0.409014] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.409990] NetLabel: unlabeled traffic allowed by default\n[ 0.411178] clocksource: Switched to clocksource kvm-clock\n[ 0.419915] AppArmor: AppArmor Filesystem Enabled\n[ 0.420914] pnp: PnP ACPI init\n[ 0.421897] pnp: PnP ACPI: found 5 devices\n[ 0.428870] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.430599] NET: Registered protocol family 2\n[ 0.431702] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.433011] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.434228] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.435452] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.436544] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.437730] NET: Registered protocol family 1\n[ 0.438618] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.439732] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.440823] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.459566] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.478337] Trying to unpack rootfs image as initramfs...\n[ 0.535395] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.537102] Scanning for low memory corruption every 60 seconds\n[ 0.538514] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.539710] audit: initializing netlink subsys (disabled)\n[ 0.540772] audit: type=2000 audit(1534062126.678:1): initialized\n[ 0.542130] Initialise system trusted keyring\n[ 0.543130] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.544323] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.546629] zbud: loaded\n[ 0.547419] VFS: Disk quotas dquot_6.6.0\n[ 0.548265] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.549954] fuse init (API version 7.23)\n[ 0.550918] Key type big_key registered\n[ 0.551748] Allocating IMA MOK and blacklist keyrings.\n[ 0.553085] Key type asymmetric registered\n[ 0.553938] Asymmetric key parser 'x509' registered\n[ 0.554917] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.556464] io scheduler noop registered\n[ 0.557273] io scheduler deadline registered (default)\n[ 0.558287] io scheduler cfq registered\n[ 0.559154] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.560223] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.561541] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.563017] ACPI: Power Button [PWRF]\n[ 0.563945] GHES: HEST is not enabled!\n[ 0.582116] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.619052] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.621253] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.645385] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.647776] Linux agpgart interface v0.103\n[ 0.650782] brd: module loaded\n[ 0.652629] loop: module loaded\n[ 0.657020] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.658505] GPT:90111 != 20971519\n[ 0.659209] GPT:Alternate GPT header not at the end of the disk.\n[ 0.660322] GPT:90111 != 20971519\n[ 0.661020] GPT: Use GNU Parted to correct GPT errors.\n[ 0.662002] vda: vda1 vda15\n[ 0.663300] scsi host0: ata_piix\n[ 0.664145] scsi host1: ata_piix\n[ 0.664879] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.666113] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.667756] libphy: Fixed MDIO Bus: probed\n[ 0.668593] tun: Universal TUN/TAP device driver, 1.6\n[ 0.669558] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.671689] PPP generic driver version 2.4.2\n[ 0.672610] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.673830] ehci-pci: EHCI PCI platform driver\n[ 0.674720] ehci-platform: EHCI generic platform driver\n[ 0.675729] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.676879] ohci-pci: OHCI PCI platform driver\n[ 0.677780] ohci-platform: OHCI generic platform driver\n[ 0.678796] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.697499] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.698532] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.700016] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.701035] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.702193] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.703468] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.704925] usb usb1: Product: UHCI Host Controller\n[ 0.705879] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.707059] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.708065] hub 1-0:1.0: USB hub found\n[ 0.708880] hub 1-0:1.0: 2 ports detected\n[ 0.709838] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.712039] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.713025] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.714129] mousedev: PS/2 mouse device common for all mice\n[ 0.715353] rtc_cmos 00:00: RTC can wake from S4\n[ 0.716620] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.718357] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.719670] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.720895] i2c /dev entries driver\n[ 0.721687] device-mapper: uevent: version 1.0.3\n[ 0.722657] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.724320] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.725781] NET: Registered protocol family 10\n[ 0.726917] NET: Registered protocol family 17\n[ 0.727839] Key type dns_resolver registered\n[ 0.728852] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.729981] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.731118] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.732952] registered taskstats version 1\n[ 0.733816] Loading compiled-in X.509 certificates\n[ 0.735288] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.737182] zswap: loaded using pool lzo/zbud\n[ 0.738950] Key type trusted registered\n[ 0.740963] Key type encrypted registered\n[ 0.741807] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.742852] ima: No TPM chip found, activating TPM-bypass!\n[ 0.743937] evm: HMAC attrs: 0x1\n[ 0.755088] Magic number: 14:582:371\n[ 0.756040] rtc_cmos 00:00: setting system clock to 2018-08-12 08:22:06 UTC (1534062126)\n[ 0.757713] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.758854] EDD information not available.\n[ 0.824634] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.826240] Write protecting the kernel read-only data: 14336k\n[ 0.828394] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.830297] 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.892703] 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.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.200.201.5...\nLease of 10.200.201.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.200.201.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.95. iid=i-00000086\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=20953055,end=20971487\nvPing KO\n/dev/root resized successfully [took 15.34s]\nvPing KO\n"} 2018-08-12 08:22:35,730 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/d6163fef-3829-43af-a71a-23f3f9dcb861/action used request id req-c8f9273b-1e63-4922-87fd-efd5fa73b5c9 2018-08-12 08:22:35,731 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-08-12 08:22:35,732 - create_instance_tests - DEBUG - Full console output - [ 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 0x000f6390-0x000f639f] mapped at [ffff8800000f6390] [ 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 0x00000000000F60F0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE15D1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE145D 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1551 000080 (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 482957663 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 2 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:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u1048576 [ 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: 491664K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 32088K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, 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=2. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2 [ 0.000000] NR_IRQS:16640 nr_irqs:440 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.142554] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.144219] pid_max: default: 32768 minimum: 301 [ 0.145121] ACPI: Core revision 20150930 [ 0.146521] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.147849] Security Framework initialized [ 0.148672] Yama: becoming mindful. [ 0.149408] AppArmor: AppArmor initialized [ 0.150276] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.151629] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.152915] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.154133] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.155583] Initializing cgroup subsys io [ 0.156410] Initializing cgroup subsys memory [ 0.157273] Initializing cgroup subsys devices [ 0.158162] Initializing cgroup subsys freezer [ 0.159058] Initializing cgroup subsys net_cls [ 0.159931] Initializing cgroup subsys perf_event [ 0.160847] Initializing cgroup subsys net_prio [ 0.161753] Initializing cgroup subsys hugetlb [ 0.162627] Initializing cgroup subsys pids [ 0.163503] CPU: Physical Processor ID: 0 [ 0.164993] mce: CPU supports 10 MCE banks [ 0.165864] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.166868] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.169067] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.175212] ftrace: allocating 31920 entries in 125 pages [ 0.200418] smpboot: Max logical packages: 2 [ 0.201289] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.202506] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.203864] x2apic enabled [ 0.204672] Switched APIC routing to physical x2apic. [ 0.206418] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207637] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209832] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211787] KVM setup paravirtual spinlock [ 0.213222] x86: Booting SMP configuration: [ 0.214134] .... node #0, CPUs: #1 [ 0.215030] kvm-clock: cpu 1, msr 0:1ffd3041, secondary cpu clock [ 0.236725] x86: Booted up 1 node, 2 CPUs [ 0.236727] KVM setup async PF for cpu 1 [ 0.236730] kvm-stealtime: cpu 1, msr 1f90d940 [ 0.239305] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.240826] devtmpfs: initialized [ 0.242560] evm: security.selinux [ 0.243256] evm: security.SMACK64 [ 0.243950] evm: security.SMACK64EXEC [ 0.244695] evm: security.SMACK64TRANSMUTE [ 0.245505] evm: security.SMACK64MMAP [ 0.246250] evm: security.ima [ 0.246892] evm: security.capability [ 0.247747] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.249638] pinctrl core: initialized pinctrl subsystem [ 0.250744] RTC time: 8:22:06, date: 08/12/18 [ 0.251743] NET: Registered protocol family 16 [ 0.261648] cpuidle: using governor ladder [ 0.273674] cpuidle: using governor menu [ 0.274500] PCCT header not found. [ 0.275287] ACPI: bus type PCI registered [ 0.276102] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.277361] PCI: Using configuration type 1 for base access [ 0.290819] ACPI: Added _OSI(Module Device) [ 0.291674] ACPI: Added _OSI(Processor Device) [ 0.292536] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.293437] ACPI: Added _OSI(Processor Aggregator Device) [ 0.295423] ACPI: Interpreter enabled [ 0.296192] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.298045] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.299902] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.301754] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.303607] ACPI: (supports S0 S5) [ 0.304312] ACPI: Using IOAPIC for interrupt routing [ 0.305262] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.308657] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.309804] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.311040] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.312249] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.314511] acpiphp: Slot [3] registered [ 0.315317] acpiphp: Slot [4] registered [ 0.316130] acpiphp: Slot [5] registered [ 0.316941] acpiphp: Slot [6] registered [ 0.317744] acpiphp: Slot [7] registered [ 0.318546] acpiphp: Slot [8] registered [ 0.319343] acpiphp: Slot [9] registered [ 0.320142] acpiphp: Slot [10] registered [ 0.331000] acpiphp: Slot [11] registered [ 0.331826] acpiphp: Slot [12] registered [ 0.332640] acpiphp: Slot [13] registered [ 0.333452] acpiphp: Slot [14] registered [ 0.334262] acpiphp: Slot [15] registered [ 0.335083] acpiphp: Slot [16] registered [ 0.335912] acpiphp: Slot [17] registered [ 0.336727] acpiphp: Slot [18] registered [ 0.337537] acpiphp: Slot [19] registered [ 0.338348] acpiphp: Slot [20] registered [ 0.339170] acpiphp: Slot [21] registered [ 0.339985] acpiphp: Slot [22] registered [ 0.340801] acpiphp: Slot [23] registered [ 0.341615] acpiphp: Slot [24] registered [ 0.342428] acpiphp: Slot [25] registered [ 0.343242] acpiphp: Slot [26] registered [ 0.344062] acpiphp: Slot [27] registered [ 0.344878] acpiphp: Slot [28] registered [ 0.345691] acpiphp: Slot [29] registered [ 0.346501] acpiphp: Slot [30] registered [ 0.347314] acpiphp: Slot [31] registered [ 0.348128] PCI host bridge to bus 0000:00 [ 0.348940] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.350153] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.351375] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.352829] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.354285] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.355767] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.359106] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.360396] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.361586] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.362855] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.366510] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.368032] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.387926] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.389857] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.391287] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.392709] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.394102] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.395424] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.396790] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.397855] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.399413] vgaarb: loaded [ 0.400013] vgaarb: bridge control possible 0000:00:02.0 [ 0.401258] SCSI subsystem initialized [ 0.402216] ACPI: bus type USB registered [ 0.403050] usbcore: registered new interface driver usbfs [ 0.404091] usbcore: registered new interface driver hub [ 0.405121] usbcore: registered new device driver usb [ 0.406287] PCI: Using ACPI for IRQ routing [ 0.407431] NetLabel: Initializing [ 0.408154] NetLabel: domain hash size = 128 [ 0.409014] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.409990] NetLabel: unlabeled traffic allowed by default [ 0.411178] clocksource: Switched to clocksource kvm-clock [ 0.419915] AppArmor: AppArmor Filesystem Enabled [ 0.420914] pnp: PnP ACPI init [ 0.421897] pnp: PnP ACPI: found 5 devices [ 0.428870] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.430599] NET: Registered protocol family 2 [ 0.431702] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.433011] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.434228] TCP: Hash tables configured (established 4096 bind 4096) [ 0.435452] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.436544] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.437730] NET: Registered protocol family 1 [ 0.438618] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.439732] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.440823] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.459566] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.478337] Trying to unpack rootfs image as initramfs... [ 0.535395] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.537102] Scanning for low memory corruption every 60 seconds [ 0.538514] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.539710] audit: initializing netlink subsys (disabled) [ 0.540772] audit: type=2000 audit(1534062126.678:1): initialized [ 0.542130] Initialise system trusted keyring [ 0.543130] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.544323] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.546629] zbud: loaded [ 0.547419] VFS: Disk quotas dquot_6.6.0 [ 0.548265] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.549954] fuse init (API version 7.23) [ 0.550918] Key type big_key registered [ 0.551748] Allocating IMA MOK and blacklist keyrings. [ 0.553085] Key type asymmetric registered [ 0.553938] Asymmetric key parser 'x509' registered [ 0.554917] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.556464] io scheduler noop registered [ 0.557273] io scheduler deadline registered (default) [ 0.558287] io scheduler cfq registered [ 0.559154] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.560223] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.561541] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.563017] ACPI: Power Button [PWRF] [ 0.563945] GHES: HEST is not enabled! [ 0.582116] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.619052] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.621253] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.645385] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.647776] Linux agpgart interface v0.103 [ 0.650782] brd: module loaded [ 0.652629] loop: module loaded [ 0.657020] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.658505] GPT:90111 != 20971519 [ 0.659209] GPT:Alternate GPT header not at the end of the disk. [ 0.660322] GPT:90111 != 20971519 [ 0.661020] GPT: Use GNU Parted to correct GPT errors. [ 0.662002] vda: vda1 vda15 [ 0.663300] scsi host0: ata_piix [ 0.664145] scsi host1: ata_piix [ 0.664879] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.666113] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.667756] libphy: Fixed MDIO Bus: probed [ 0.668593] tun: Universal TUN/TAP device driver, 1.6 [ 0.669558] tun: (C) 1999-2004 Max Krasnyansky [ 0.671689] PPP generic driver version 2.4.2 [ 0.672610] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.673830] ehci-pci: EHCI PCI platform driver [ 0.674720] ehci-platform: EHCI generic platform driver [ 0.675729] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.676879] ohci-pci: OHCI PCI platform driver [ 0.677780] ohci-platform: OHCI generic platform driver [ 0.678796] uhci_hcd: USB Universal Host Controller Interface driver [ 0.697499] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.698532] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.700016] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.701035] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.702193] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.703468] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.704925] usb usb1: Product: UHCI Host Controller [ 0.705879] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.707059] usb usb1: SerialNumber: 0000:00:01.2 [ 0.708065] hub 1-0:1.0: USB hub found [ 0.708880] hub 1-0:1.0: 2 ports detected [ 0.709838] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.712039] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.713025] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.714129] mousedev: PS/2 mouse device common for all mice [ 0.715353] rtc_cmos 00:00: RTC can wake from S4 [ 0.716620] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.718357] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.719670] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.720895] i2c /dev entries driver [ 0.721687] device-mapper: uevent: version 1.0.3 [ 0.722657] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.724320] ledtrig-cpu: registered to indicate activity on CPUs [ 0.725781] NET: Registered protocol family 10 [ 0.726917] NET: Registered protocol family 17 [ 0.727839] Key type dns_resolver registered [ 0.728852] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.729981] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.731118] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.732952] registered taskstats version 1 [ 0.733816] Loading compiled-in X.509 certificates [ 0.735288] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.737182] zswap: loaded using pool lzo/zbud [ 0.738950] Key type trusted registered [ 0.740963] Key type encrypted registered [ 0.741807] AppArmor: AppArmor sha1 policy hashing enabled [ 0.742852] ima: No TPM chip found, activating TPM-bypass! [ 0.743937] evm: HMAC attrs: 0x1 [ 0.755088] Magic number: 14:582:371 [ 0.756040] rtc_cmos 00:00: setting system clock to 2018-08-12 08:22:06 UTC (1534062126) [ 0.757713] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.758854] EDD information not available. [ 0.824634] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.826240] Write protecting the kernel read-only data: 14336k [ 0.828394] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.830297] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.892703] 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.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 10.200.201.5... Lease of 10.200.201.5 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "10.200.201.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.95. iid=i-00000086 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=20953055,end=20971487 vPing KO /dev/root resized successfully [took 15.34s] vPing KO 2018-08-12 08:22:35,732 - create_instance_tests - INFO - Looking for IP 10.200.202.5 in the console log 2018-08-12 08:22:35,735 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/1cb0b154-19e2-4d58-b3b8-12f5294a79a4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5787562dedef5fe38fcd2fdbfd766ae0dfdd3a6" 2018-08-12 08:22:36,700 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:22: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-90ed37e6-a37a-4133-8d66-eca328758a51 x-compute-request-id: req-90ed37e6-a37a-4133-8d66-eca328758a51 Content-Encoding: gzip Content-Length: 762 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-net2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:79:b2:f4", "version": 4, "addr": "10.200.202.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/1cb0b154-19e2-4d58-b3b8-12f5294a79a4", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1cb0b154-19e2-4d58-b3b8-12f5294a79a4", "rel": "bookmark"}], "image": {"id": "7a3c0020-4bf2-4fa8-a544-a8314ac04ae4", "links": [{"href": "http://172.30.9.21:8774/images/7a3c0020-4bf2-4fa8-a544-a8314ac04ae4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:22:30.000000", "flavor": {"id": "9f6e86d7-04b8-4766-811a-cfb1975a4afc", "links": [{"href": "http://172.30.9.21:8774/flavors/9f6e86d7-04b8-4766-811a-cfb1975a4afc", "rel": "bookmark"}]}, "id": "1cb0b154-19e2-4d58-b3b8-12f5294a79a4", "security_groups": [{"name": "CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-sec-grp"}, {"name": "default"}], "user_id": "cc77846c4df3473fb8019140c3162575", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:22:30Z", "hostId": "9d4ec67e32edeb29e68c536284c68ea92f04f9c939c04ebc6849e39b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-inst2", "created": "2018-08-12T08:22:23Z", "tenant_id": "2fc410f605b04591be5effbe1da705fa", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:22:36,700 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/1cb0b154-19e2-4d58-b3b8-12f5294a79a4 used request id req-90ed37e6-a37a-4133-8d66-eca328758a51 2018-08-12 08:22:36,703 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers/1cb0b154-19e2-4d58-b3b8-12f5294a79a4/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5787562dedef5fe38fcd2fdbfd766ae0dfdd3a6" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 08:22:36,820 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:22: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-2a240a87-3e93-4e1e-a56c-b3f874bcd3b9 x-compute-request-id: req-2a240a87-3e93-4e1e-a56c-b3f874bcd3b9 Content-Encoding: gzip Content-Length: 9609 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 0x000f6390-0x000f639f] mapped at [ffff8800000f6390]\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 0x00000000000F60F0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE15D1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE145D 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1551 000080 (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 505394119 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 2 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:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u1048576\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: 491664K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 32088K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, 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=2.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2\n[ 0.000000] NR_IRQS:16640 nr_irqs:440 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.138407] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.140068] pid_max: default: 32768 minimum: 301\n[ 0.140962] ACPI: Core revision 20150930\n[ 0.142356] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143666] Security Framework initialized\n[ 0.144478] Yama: becoming mindful.\n[ 0.145212] AppArmor: AppArmor initialized\n[ 0.146089] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147424] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148707] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149923] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151348] Initializing cgroup subsys io\n[ 0.152157] Initializing cgroup subsys memory\n[ 0.153012] Initializing cgroup subsys devices\n[ 0.153891] Initializing cgroup subsys freezer\n[ 0.154757] Initializing cgroup subsys net_cls\n[ 0.155619] Initializing cgroup subsys perf_event\n[ 0.156531] Initializing cgroup subsys net_prio\n[ 0.157411] Initializing cgroup subsys hugetlb\n[ 0.158282] Initializing cgroup subsys pids\n[ 0.159156] CPU: Physical Processor ID: 0\n[ 0.160646] mce: CPU supports 10 MCE banks\n[ 0.161501] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.162512] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164713] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170866] ftrace: allocating 31920 entries in 125 pages\n[ 0.196112] smpboot: Max logical packages: 2\n[ 0.196974] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198182] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.199529] x2apic enabled\n[ 0.200339] Switched APIC routing to physical x2apic.\n[ 0.202088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203297] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205448] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207447] KVM setup paravirtual spinlock\n[ 0.208891] x86: Booting SMP configuration:\n[ 0.209793] .... node #0, CPUs: #1\n[ 0.210691] kvm-clock: cpu 1, msr 0:1ffd3041, secondary cpu clock\n[ 0.232939] x86: Booted up 1 node, 2 CPUs\n[ 0.232941] KVM setup async PF for cpu 1\n[ 0.232944] kvm-stealtime: cpu 1, msr 1f90d940\n[ 0.235529] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.237041] devtmpfs: initialized\n[ 0.238796] evm: security.selinux\n[ 0.239493] evm: security.SMACK64\n[ 0.240188] evm: security.SMACK64EXEC\n[ 0.240950] evm: security.SMACK64TRANSMUTE\n[ 0.241778] evm: security.SMACK64MMAP\n[ 0.242519] evm: security.ima\n[ 0.243158] evm: security.capability\n[ 0.243992] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.245870] pinctrl core: initialized pinctrl subsystem\n[ 0.246970] RTC time: 8:22:30, date: 08/12/18\n[ 0.247945] NET: Registered protocol family 16\n[ 0.257870] cpuidle: using governor ladder\n[ 0.269963] cpuidle: using governor menu\n[ 0.270785] PCCT header not found.\n[ 0.271558] ACPI: bus type PCI registered\n[ 0.272361] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.273623] PCI: Using configuration type 1 for base access\n[ 0.287045] ACPI: Added _OSI(Module Device)\n[ 0.287932] ACPI: Added _OSI(Processor Device)\n[ 0.288794] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.289706] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.291667] ACPI: Interpreter enabled\n[ 0.292438] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.294306] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.296157] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.298015] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.299858] ACPI: (supports S0 S5)\n[ 0.300563] ACPI: Using IOAPIC for interrupt routing\n[ 0.301519] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.304919] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.306067] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.307291] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.308481] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.310736] acpiphp: Slot [3] registered\n[ 0.311536] acpiphp: Slot [4] registered\n[ 0.312349] acpiphp: Slot [5] registered\n[ 0.313151] acpiphp: Slot [6] registered\n[ 0.313949] acpiphp: Slot [7] registered\n[ 0.314748] acpiphp: Slot [8] registered\n[ 0.315544] acpiphp: Slot [9] registered\n[ 0.316342] acpiphp: Slot [10] registered\n[ 0.327120] acpiphp: Slot [11] registered\n[ 0.327935] acpiphp: Slot [12] registered\n[ 0.328746] acpiphp: Slot [13] registered\n[ 0.329563] acpiphp: Slot [14] registered\n[ 0.330378] acpiphp: Slot [15] registered\n[ 0.331198] acpiphp: Slot [16] registered\n[ 0.332016] acpiphp: Slot [17] registered\n[ 0.332825] acpiphp: Slot [18] registered\n[ 0.333635] acpiphp: Slot [19] registered\n[ 0.334447] acpiphp: Slot [20] registered\n[ 0.335272] acpiphp: Slot [21] registered\n[ 0.336088] acpiphp: Slot [22] registered\n[ 0.336902] acpiphp: Slot [23] registered\n[ 0.337745] acpiphp: Slot [24] registered\n[ 0.338554] acpiphp: Slot [25] registered\n[ 0.339373] acpiphp: Slot [26] registered\n[ 0.340194] acpiphp: Slot [27] registered\n[ 0.341023] acpiphp: Slot [28] registered\n[ 0.341878] acpiphp: Slot [29] registered\n[ 0.342690] acpiphp: Slot [30] registered\n[ 0.343508] acpiphp: Slot [31] registered\n[ 0.344317] PCI host bridge to bus 0000:00\n[ 0.345126] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.346345] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.347574] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.349029] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.350489] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.351966] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.355396] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.356687] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.357874] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.359147] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.362725] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.364224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.382868] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.384353] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.386147] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.387585] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.388984] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.390302] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.391642] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.392707] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.394266] vgaarb: loaded\n[ 0.394871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.396114] SCSI subsystem initialized\n[ 0.397065] ACPI: bus type USB registered\n[ 0.397904] usbcore: registered new interface driver usbfs\n[ 0.398940] usbcore: registered new interface driver hub\n[ 0.399955] usbcore: registered new device driver usb\n[ 0.401109] PCI: Using ACPI for IRQ routing\n[ 0.402257] NetLabel: Initializing\n[ 0.402983] NetLabel: domain hash size = 128\n[ 0.403831] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.404788] NetLabel: unlabeled traffic allowed by default\n[ 0.405976] clocksource: Switched to clocksource kvm-clock\n[ 0.414713] AppArmor: AppArmor Filesystem Enabled\n[ 0.415693] pnp: PnP ACPI init\n[ 0.416673] pnp: PnP ACPI: found 5 devices\n[ 0.423684] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.425414] NET: Registered protocol family 2\n[ 0.426508] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.427803] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.429001] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.430194] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.431279] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.432451] NET: Registered protocol family 1\n[ 0.433328] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.434425] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.435501] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.454258] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.473017] Trying to unpack rootfs image as initramfs...\n[ 0.530764] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.533216] Scanning for low memory corruption every 60 seconds\n[ 0.535263] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.537065] audit: initializing netlink subsys (disabled)\n[ 0.538695] audit: type=2000 audit(1534062151.138:1): initialized\n[ 0.540649] Initialise system trusted keyring\n[ 0.542129] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.543917] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.546828] zbud: loaded\n[ 0.547859] VFS: Disk quotas dquot_6.6.0\n[ 0.549076] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.551444] fuse init (API version 7.23)\n[ 0.552753] Key type big_key registered\n[ 0.553918] Allocating IMA MOK and blacklist keyrings.\n[ 0.555736] Key type asymmetric registered\n[ 0.556952] Asymmetric key parser 'x509' registered\n[ 0.558411] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.560618] io scheduler noop registered\n[ 0.561790] io scheduler deadline registered (default)\n[ 0.563288] io scheduler cfq registered\n[ 0.564497] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.566081] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.567999] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.570145] ACPI: Power Button [PWRF]\n[ 0.571422] GHES: HEST is not enabled!\n[ 0.590784] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.629347] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.632139] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.656805] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.659915] Linux agpgart interface v0.103\n[ 0.663383] brd: module loaded\n[ 0.665592] loop: module loaded\n[ 0.670513] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.672683] GPT:90111 != 20971519\n[ 0.673695] GPT:Alternate GPT header not at the end of the disk.\n[ 0.675371] GPT:90111 != 20971519\n[ 0.676384] GPT: Use GNU Parted to correct GPT errors.\n[ 0.677847] vda: vda1 vda15\n[ 0.679472] scsi host0: ata_piix\n[ 0.680625] scsi host1: ata_piix\n[ 0.681670] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.683535] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.685816] libphy: Fixed MDIO Bus: probed\n[ 0.687051] tun: Universal TUN/TAP device driver, 1.6\n[ 0.688474] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.691148] PPP generic driver version 2.4.2\n[ 0.692428] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.694223] ehci-pci: EHCI PCI platform driver\n[ 0.695500] ehci-platform: EHCI generic platform driver\n[ 0.696966] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.698622] ohci-pci: OHCI PCI platform driver\n[ 0.699934] ohci-platform: OHCI generic platform driver\n[ 0.701382] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.720886] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.722420] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.724587] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.725694] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.726869] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.728110] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.729569] usb usb1: Product: UHCI Host Controller\n[ 0.730530] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.731703] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.732700] hub 1-0:1.0: USB hub found\n[ 0.733484] hub 1-0:1.0: 2 ports detected\n[ 0.734472] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.736640] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.737609] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.738699] mousedev: PS/2 mouse device common for all mice\n[ 0.739938] rtc_cmos 00:00: RTC can wake from S4\n[ 0.741223] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.742491] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.744235] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.745531] i2c /dev entries driver\n[ 0.746352] device-mapper: uevent: version 1.0.3\n[ 0.747337] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.748979] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.750462] NET: Registered protocol family 10\n[ 0.751614] NET: Registered protocol family 17\n[ 0.752523] Key type dns_resolver registered\n[ 0.753507] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.755003] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.756118] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.757914] registered taskstats version 1\n[ 0.758787] Loading compiled-in X.509 certificates\n[ 0.760244] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.762130] zswap: loaded using pool lzo/zbud\n[ 0.763882] Key type trusted registered\n[ 0.766028] Key type encrypted registered\n[ 0.766866] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.767904] ima: No TPM chip found, activating TPM-bypass!\n[ 0.768956] evm: HMAC attrs: 0x1\n[ 0.780045] Magic number: 14:582:371\n[ 0.780941] rtc_cmos 00:00: setting system clock to 2018-08-12 08:22:31 UTC (1534062151)\n[ 0.782620] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.783752] EDD information not available.\n[ 0.839372] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.840942] Write protecting the kernel read-only data: 14336k\n[ 0.843084] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.844955] 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\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.81\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.026997] 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.200.202.5...\nLease of 10.200.202.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.200.202.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.99. iid=i-00000089\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=20953055,end=20971487\nvPing OK\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 2 @ 3491.912 MHz\nCores/Sockets/Threads: 1/2/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 10737418240 \nvda1 253:1 10727964160 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCjCc6T6wBYxzQD603yJAizbfCyImYNImWHLQbzxbRPrIKJNen1yxITHBcABSF+HPE7ecFjLHhAZFlgV0uFP1LdXmhSdxGJl0r4egLUhU8qBPh1m9xh18C0BdFzrcG0NWJZHufurV0cV9o1TeYHyYQzlLYZ1hmLtHFFxd6k4x1R5NJ/+HLoH9OcI11f2urW9ZA8jizroVyldpX50nW/GIUtxktgbOT6b13w07Bh5e3mFrf3ybQ8Lec9u94QG79x6CkVKQlVDzu7fD2E7/qJbOizVDNQjijhxCCZbTfatuVWmkuc3fGpOcPKj7ig0leu9IWyApelVMihx34ZruNsjtOL root@createinstancetwonettests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5\nssh-dss AAAAB3NzaC1kc3MAAACBANYxagv2sEBdamhCDbIKQ47nOKG2MhiCbZNLi9xznVT2rThbhqSg7SAj4/CQGDslqJjMCVl4IvJZ8q7Ccqme8EWsy7hPsgWl9VKBLssh2Aq9KDd894r13JDctfVcW+ZYcQm1KjNrWuXmBSy04c4N7n1a4/FvljHS99doqX6sFKgPAAAAFQCzBPKrVTRx8n7pcabILWeIZHhmJQAAAIAlYOdVWWBSI2AcJgSsdiDZGeU0N8ljSotL5NvdMwmfVQC48099kTEYs57RwBk+dyGtcir6W5TUe/s31+wGKrPtyt2prUorKHuY2C7eWETaln/ljJk2WN5od2XHNQ7YfC0BQANMLhwqAk9VZCdPwzuS9jRJfNY61tB9U9xH0ZjgYgAAAIA9NORyRWoK9fXkZwXe32+1uhxWioOtNfc68feDYzofxk9J5x6AOAh2y6mieWJW2ifHIQHd5djseI0Mgmn0E9uOforS+Zv3elgn4gpehmxzNmNvXTKJvbHyAbgXrthad8/Rnr9ZO0w9bYMScbqrbdBYTIpy0E5IsbuHcSqWUKbYTA== root@createinstancetwonettests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.200.202.5,24,fe80::f816:3eff:fe79:b2f4/64,\nip-route:default via 10.200.202.1 dev eth0 \nip-route:10.200.202.0/24 dev eth0 src 10.200.202.5 \nip-route:169.254.169.254 via 10.200.202.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-00000089\nname: N/A\navailability-zone: nova\nlocal-hostname: createinstancetwonettests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.61 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncreateinstancetwonettests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5 login: "} 2018-08-12 08:22:36,821 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/1cb0b154-19e2-4d58-b3b8-12f5294a79a4/action used request id req-2a240a87-3e93-4e1e-a56c-b3f874bcd3b9 2018-08-12 08:22:36,822 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-08-12 08:22:36,822 - create_instance_tests - DEBUG - Full console output - [ 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 0x000f6390-0x000f639f] mapped at [ffff8800000f6390] [ 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 0x00000000000F60F0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE15D1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE145D 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1551 000080 (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 505394119 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 2 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:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u1048576 [ 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: 491664K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 32088K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, 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=2. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2 [ 0.000000] NR_IRQS:16640 nr_irqs:440 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.138407] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.140068] pid_max: default: 32768 minimum: 301 [ 0.140962] ACPI: Core revision 20150930 [ 0.142356] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.143666] Security Framework initialized [ 0.144478] Yama: becoming mindful. [ 0.145212] AppArmor: AppArmor initialized [ 0.146089] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.147424] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.148707] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149923] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151348] Initializing cgroup subsys io [ 0.152157] Initializing cgroup subsys memory [ 0.153012] Initializing cgroup subsys devices [ 0.153891] Initializing cgroup subsys freezer [ 0.154757] Initializing cgroup subsys net_cls [ 0.155619] Initializing cgroup subsys perf_event [ 0.156531] Initializing cgroup subsys net_prio [ 0.157411] Initializing cgroup subsys hugetlb [ 0.158282] Initializing cgroup subsys pids [ 0.159156] CPU: Physical Processor ID: 0 [ 0.160646] mce: CPU supports 10 MCE banks [ 0.161501] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.162512] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164713] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170866] ftrace: allocating 31920 entries in 125 pages [ 0.196112] smpboot: Max logical packages: 2 [ 0.196974] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198182] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.199529] x2apic enabled [ 0.200339] Switched APIC routing to physical x2apic. [ 0.202088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.203297] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.205448] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207447] KVM setup paravirtual spinlock [ 0.208891] x86: Booting SMP configuration: [ 0.209793] .... node #0, CPUs: #1 [ 0.210691] kvm-clock: cpu 1, msr 0:1ffd3041, secondary cpu clock [ 0.232939] x86: Booted up 1 node, 2 CPUs [ 0.232941] KVM setup async PF for cpu 1 [ 0.232944] kvm-stealtime: cpu 1, msr 1f90d940 [ 0.235529] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.237041] devtmpfs: initialized [ 0.238796] evm: security.selinux [ 0.239493] evm: security.SMACK64 [ 0.240188] evm: security.SMACK64EXEC [ 0.240950] evm: security.SMACK64TRANSMUTE [ 0.241778] evm: security.SMACK64MMAP [ 0.242519] evm: security.ima [ 0.243158] evm: security.capability [ 0.243992] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.245870] pinctrl core: initialized pinctrl subsystem [ 0.246970] RTC time: 8:22:30, date: 08/12/18 [ 0.247945] NET: Registered protocol family 16 [ 0.257870] cpuidle: using governor ladder [ 0.269963] cpuidle: using governor menu [ 0.270785] PCCT header not found. [ 0.271558] ACPI: bus type PCI registered [ 0.272361] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.273623] PCI: Using configuration type 1 for base access [ 0.287045] ACPI: Added _OSI(Module Device) [ 0.287932] ACPI: Added _OSI(Processor Device) [ 0.288794] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.289706] ACPI: Added _OSI(Processor Aggregator Device) [ 0.291667] ACPI: Interpreter enabled [ 0.292438] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.294306] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.296157] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.298015] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.299858] ACPI: (supports S0 S5) [ 0.300563] ACPI: Using IOAPIC for interrupt routing [ 0.301519] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.304919] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.306067] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.307291] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.308481] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.310736] acpiphp: Slot [3] registered [ 0.311536] acpiphp: Slot [4] registered [ 0.312349] acpiphp: Slot [5] registered [ 0.313151] acpiphp: Slot [6] registered [ 0.313949] acpiphp: Slot [7] registered [ 0.314748] acpiphp: Slot [8] registered [ 0.315544] acpiphp: Slot [9] registered [ 0.316342] acpiphp: Slot [10] registered [ 0.327120] acpiphp: Slot [11] registered [ 0.327935] acpiphp: Slot [12] registered [ 0.328746] acpiphp: Slot [13] registered [ 0.329563] acpiphp: Slot [14] registered [ 0.330378] acpiphp: Slot [15] registered [ 0.331198] acpiphp: Slot [16] registered [ 0.332016] acpiphp: Slot [17] registered [ 0.332825] acpiphp: Slot [18] registered [ 0.333635] acpiphp: Slot [19] registered [ 0.334447] acpiphp: Slot [20] registered [ 0.335272] acpiphp: Slot [21] registered [ 0.336088] acpiphp: Slot [22] registered [ 0.336902] acpiphp: Slot [23] registered [ 0.337745] acpiphp: Slot [24] registered [ 0.338554] acpiphp: Slot [25] registered [ 0.339373] acpiphp: Slot [26] registered [ 0.340194] acpiphp: Slot [27] registered [ 0.341023] acpiphp: Slot [28] registered [ 0.341878] acpiphp: Slot [29] registered [ 0.342690] acpiphp: Slot [30] registered [ 0.343508] acpiphp: Slot [31] registered [ 0.344317] PCI host bridge to bus 0000:00 [ 0.345126] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.346345] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.347574] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.349029] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.350489] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.351966] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.355396] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.356687] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.357874] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.359147] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.362725] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.364224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.382868] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.384353] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.386147] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.387585] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.388984] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.390302] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.391642] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.392707] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.394266] vgaarb: loaded [ 0.394871] vgaarb: bridge control possible 0000:00:02.0 [ 0.396114] SCSI subsystem initialized [ 0.397065] ACPI: bus type USB registered [ 0.397904] usbcore: registered new interface driver usbfs [ 0.398940] usbcore: registered new interface driver hub [ 0.399955] usbcore: registered new device driver usb [ 0.401109] PCI: Using ACPI for IRQ routing [ 0.402257] NetLabel: Initializing [ 0.402983] NetLabel: domain hash size = 128 [ 0.403831] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.404788] NetLabel: unlabeled traffic allowed by default [ 0.405976] clocksource: Switched to clocksource kvm-clock [ 0.414713] AppArmor: AppArmor Filesystem Enabled [ 0.415693] pnp: PnP ACPI init [ 0.416673] pnp: PnP ACPI: found 5 devices [ 0.423684] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.425414] NET: Registered protocol family 2 [ 0.426508] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.427803] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.429001] TCP: Hash tables configured (established 4096 bind 4096) [ 0.430194] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.431279] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.432451] NET: Registered protocol family 1 [ 0.433328] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.434425] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.435501] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.454258] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.473017] Trying to unpack rootfs image as initramfs... [ 0.530764] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.533216] Scanning for low memory corruption every 60 seconds [ 0.535263] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.537065] audit: initializing netlink subsys (disabled) [ 0.538695] audit: type=2000 audit(1534062151.138:1): initialized [ 0.540649] Initialise system trusted keyring [ 0.542129] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.543917] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.546828] zbud: loaded [ 0.547859] VFS: Disk quotas dquot_6.6.0 [ 0.549076] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.551444] fuse init (API version 7.23) [ 0.552753] Key type big_key registered [ 0.553918] Allocating IMA MOK and blacklist keyrings. [ 0.555736] Key type asymmetric registered [ 0.556952] Asymmetric key parser 'x509' registered [ 0.558411] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.560618] io scheduler noop registered [ 0.561790] io scheduler deadline registered (default) [ 0.563288] io scheduler cfq registered [ 0.564497] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.566081] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.567999] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.570145] ACPI: Power Button [PWRF] [ 0.571422] GHES: HEST is not enabled! [ 0.590784] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.629347] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.632139] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.656805] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.659915] Linux agpgart interface v0.103 [ 0.663383] brd: module loaded [ 0.665592] loop: module loaded [ 0.670513] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.672683] GPT:90111 != 20971519 [ 0.673695] GPT:Alternate GPT header not at the end of the disk. [ 0.675371] GPT:90111 != 20971519 [ 0.676384] GPT: Use GNU Parted to correct GPT errors. [ 0.677847] vda: vda1 vda15 [ 0.679472] scsi host0: ata_piix [ 0.680625] scsi host1: ata_piix [ 0.681670] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.683535] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.685816] libphy: Fixed MDIO Bus: probed [ 0.687051] tun: Universal TUN/TAP device driver, 1.6 [ 0.688474] tun: (C) 1999-2004 Max Krasnyansky [ 0.691148] PPP generic driver version 2.4.2 [ 0.692428] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.694223] ehci-pci: EHCI PCI platform driver [ 0.695500] ehci-platform: EHCI generic platform driver [ 0.696966] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.698622] ohci-pci: OHCI PCI platform driver [ 0.699934] ohci-platform: OHCI generic platform driver [ 0.701382] uhci_hcd: USB Universal Host Controller Interface driver [ 0.720886] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.722420] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.724587] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.725694] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.726869] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.728110] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.729569] usb usb1: Product: UHCI Host Controller [ 0.730530] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.731703] usb usb1: SerialNumber: 0000:00:01.2 [ 0.732700] hub 1-0:1.0: USB hub found [ 0.733484] hub 1-0:1.0: 2 ports detected [ 0.734472] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.736640] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.737609] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.738699] mousedev: PS/2 mouse device common for all mice [ 0.739938] rtc_cmos 00:00: RTC can wake from S4 [ 0.741223] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.742491] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.744235] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.745531] i2c /dev entries driver [ 0.746352] device-mapper: uevent: version 1.0.3 [ 0.747337] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.748979] ledtrig-cpu: registered to indicate activity on CPUs [ 0.750462] NET: Registered protocol family 10 [ 0.751614] NET: Registered protocol family 17 [ 0.752523] Key type dns_resolver registered [ 0.753507] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.755003] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.756118] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.757914] registered taskstats version 1 [ 0.758787] Loading compiled-in X.509 certificates [ 0.760244] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.762130] zswap: loaded using pool lzo/zbud [ 0.763882] Key type trusted registered [ 0.766028] Key type encrypted registered [ 0.766866] AppArmor: AppArmor sha1 policy hashing enabled [ 0.767904] ima: No TPM chip found, activating TPM-bypass! [ 0.768956] evm: HMAC attrs: 0x1 [ 0.780045] Magic number: 14:582:371 [ 0.780941] rtc_cmos 00:00: setting system clock to 2018-08-12 08:22:31 UTC (1534062151) [ 0.782620] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.783752] EDD information not available. [ 0.839372] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.840942] Write protecting the kernel read-only data: 14336k [ 0.843084] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.844955] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.66 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.81 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.026997] random: dd urandom read with 4 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 10.200.202.5... Lease of 10.200.202.5 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "10.200.202.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.99. iid=i-00000089 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=20953055,end=20971487 vPing OK === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 2 @ 3491.912 MHz Cores/Sockets/Threads: 1/2/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 10737418240 vda1 253:1 10727964160 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCjCc6T6wBYxzQD603yJAizbfCyImYNImWHLQbzxbRPrIKJNen1yxITHBcABSF+HPE7ecFjLHhAZFlgV0uFP1LdXmhSdxGJl0r4egLUhU8qBPh1m9xh18C0BdFzrcG0NWJZHufurV0cV9o1TeYHyYQzlLYZ1hmLtHFFxd6k4x1R5NJ/+HLoH9OcI11f2urW9ZA8jizroVyldpX50nW/GIUtxktgbOT6b13w07Bh5e3mFrf3ybQ8Lec9u94QG79x6CkVKQlVDzu7fD2E7/qJbOizVDNQjijhxCCZbTfatuVWmkuc3fGpOcPKj7ig0leu9IWyApelVMihx34ZruNsjtOL root@createinstancetwonettests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5 ssh-dss AAAAB3NzaC1kc3MAAACBANYxagv2sEBdamhCDbIKQ47nOKG2MhiCbZNLi9xznVT2rThbhqSg7SAj4/CQGDslqJjMCVl4IvJZ8q7Ccqme8EWsy7hPsgWl9VKBLssh2Aq9KDd894r13JDctfVcW+ZYcQm1KjNrWuXmBSy04c4N7n1a4/FvljHS99doqX6sFKgPAAAAFQCzBPKrVTRx8n7pcabILWeIZHhmJQAAAIAlYOdVWWBSI2AcJgSsdiDZGeU0N8ljSotL5NvdMwmfVQC48099kTEYs57RwBk+dyGtcir6W5TUe/s31+wGKrPtyt2prUorKHuY2C7eWETaln/ljJk2WN5od2XHNQ7YfC0BQANMLhwqAk9VZCdPwzuS9jRJfNY61tB9U9xH0ZjgYgAAAIA9NORyRWoK9fXkZwXe32+1uhxWioOtNfc68feDYzofxk9J5x6AOAh2y6mieWJW2ifHIQHd5djseI0Mgmn0E9uOforS+Zv3elgn4gpehmxzNmNvXTKJvbHyAbgXrthad8/Rnr9ZO0w9bYMScbqrbdBYTIpy0E5IsbuHcSqWUKbYTA== root@createinstancetwonettests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,10.200.202.5,24,fe80::f816:3eff:fe79:b2f4/64, ip-route:default via 10.200.202.1 dev eth0 ip-route:10.200.202.0/24 dev eth0 src 10.200.202.5 ip-route:169.254.169.254 via 10.200.202.3 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-00000089 name: N/A availability-zone: nova local-hostname: createinstancetwonettests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5 launch-index: 0 === cirros: current=0.4.0 uptime=2.61 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. createinstancetwonettests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5 login: 2018-08-12 08:22:37,827 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/d6163fef-3829-43af-a71a-23f3f9dcb861 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf285d3467ea79844934a9fc6b4ae93a790920c7" 2018-08-12 08:22:38,332 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:22: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-77ffd933-37bd-41b2-90ee-284908147c42 x-compute-request-id: req-77ffd933-37bd-41b2-90ee-284908147c42 Content-Encoding: gzip Content-Length: 765 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-net1": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:10:1d:b1", "version": 4, "addr": "10.200.201.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/d6163fef-3829-43af-a71a-23f3f9dcb861", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/d6163fef-3829-43af-a71a-23f3f9dcb861", "rel": "bookmark"}], "image": {"id": "7a3c0020-4bf2-4fa8-a544-a8314ac04ae4", "links": [{"href": "http://172.30.9.21:8774/images/7a3c0020-4bf2-4fa8-a544-a8314ac04ae4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:22:05.000000", "flavor": {"id": "9f6e86d7-04b8-4766-811a-cfb1975a4afc", "links": [{"href": "http://172.30.9.21:8774/flavors/9f6e86d7-04b8-4766-811a-cfb1975a4afc", "rel": "bookmark"}]}, "id": "d6163fef-3829-43af-a71a-23f3f9dcb861", "security_groups": [{"name": "CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-sec-grp"}, {"name": "default"}], "user_id": "cc77846c4df3473fb8019140c3162575", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:22:05Z", "hostId": "9d4ec67e32edeb29e68c536284c68ea92f04f9c939c04ebc6849e39b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-inst1", "created": "2018-08-12T08:21:57Z", "tenant_id": "2fc410f605b04591be5effbe1da705fa", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:22:38,332 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/d6163fef-3829-43af-a71a-23f3f9dcb861 used request id req-77ffd933-37bd-41b2-90ee-284908147c42 2018-08-12 08:22:38,335 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers/d6163fef-3829-43af-a71a-23f3f9dcb861/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf285d3467ea79844934a9fc6b4ae93a790920c7" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 08:22:38,440 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:22: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-2406352b-8c2a-477b-8518-6c6cb80d3ced x-compute-request-id: req-2406352b-8c2a-477b-8518-6c6cb80d3ced Content-Encoding: gzip Content-Length: 8149 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f6390-0x000f639f] mapped at [ffff8800000f6390]\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 0x00000000000F60F0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE15D1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE145D 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1551 000080 (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 482957663 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 2 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:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u1048576\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: 491664K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 32088K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, 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=2.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2\n[ 0.000000] NR_IRQS:16640 nr_irqs:440 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.142554] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.144219] pid_max: default: 32768 minimum: 301\n[ 0.145121] ACPI: Core revision 20150930\n[ 0.146521] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.147849] Security Framework initialized\n[ 0.148672] Yama: becoming mindful.\n[ 0.149408] AppArmor: AppArmor initialized\n[ 0.150276] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.151629] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.152915] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154133] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155583] Initializing cgroup subsys io\n[ 0.156410] Initializing cgroup subsys memory\n[ 0.157273] Initializing cgroup subsys devices\n[ 0.158162] Initializing cgroup subsys freezer\n[ 0.159058] Initializing cgroup subsys net_cls\n[ 0.159931] Initializing cgroup subsys perf_event\n[ 0.160847] Initializing cgroup subsys net_prio\n[ 0.161753] Initializing cgroup subsys hugetlb\n[ 0.162627] Initializing cgroup subsys pids\n[ 0.163503] CPU: Physical Processor ID: 0\n[ 0.164993] mce: CPU supports 10 MCE banks\n[ 0.165864] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.166868] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169067] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175212] ftrace: allocating 31920 entries in 125 pages\n[ 0.200418] smpboot: Max logical packages: 2\n[ 0.201289] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202506] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.203864] x2apic enabled\n[ 0.204672] Switched APIC routing to physical x2apic.\n[ 0.206418] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207637] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209832] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.211787] KVM setup paravirtual spinlock\n[ 0.213222] x86: Booting SMP configuration:\n[ 0.214134] .... node #0, CPUs: #1\n[ 0.215030] kvm-clock: cpu 1, msr 0:1ffd3041, secondary cpu clock\n[ 0.236725] x86: Booted up 1 node, 2 CPUs\n[ 0.236727] KVM setup async PF for cpu 1\n[ 0.236730] kvm-stealtime: cpu 1, msr 1f90d940\n[ 0.239305] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.240826] devtmpfs: initialized\n[ 0.242560] evm: security.selinux\n[ 0.243256] evm: security.SMACK64\n[ 0.243950] evm: security.SMACK64EXEC\n[ 0.244695] evm: security.SMACK64TRANSMUTE\n[ 0.245505] evm: security.SMACK64MMAP\n[ 0.246250] evm: security.ima\n[ 0.246892] evm: security.capability\n[ 0.247747] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.249638] pinctrl core: initialized pinctrl subsystem\n[ 0.250744] RTC time: 8:22:06, date: 08/12/18\n[ 0.251743] NET: Registered protocol family 16\n[ 0.261648] cpuidle: using governor ladder\n[ 0.273674] cpuidle: using governor menu\n[ 0.274500] PCCT header not found.\n[ 0.275287] ACPI: bus type PCI registered\n[ 0.276102] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.277361] PCI: Using configuration type 1 for base access\n[ 0.290819] ACPI: Added _OSI(Module Device)\n[ 0.291674] ACPI: Added _OSI(Processor Device)\n[ 0.292536] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.293437] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.295423] ACPI: Interpreter enabled\n[ 0.296192] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.298045] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.299902] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.301754] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.303607] ACPI: (supports S0 S5)\n[ 0.304312] ACPI: Using IOAPIC for interrupt routing\n[ 0.305262] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.308657] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.309804] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.311040] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.312249] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.314511] acpiphp: Slot [3] registered\n[ 0.315317] acpiphp: Slot [4] registered\n[ 0.316130] acpiphp: Slot [5] registered\n[ 0.316941] acpiphp: Slot [6] registered\n[ 0.317744] acpiphp: Slot [7] registered\n[ 0.318546] acpiphp: Slot [8] registered\n[ 0.319343] acpiphp: Slot [9] registered\n[ 0.320142] acpiphp: Slot [10] registered\n[ 0.331000] acpiphp: Slot [11] registered\n[ 0.331826] acpiphp: Slot [12] registered\n[ 0.332640] acpiphp: Slot [13] registered\n[ 0.333452] acpiphp: Slot [14] registered\n[ 0.334262] acpiphp: Slot [15] registered\n[ 0.335083] acpiphp: Slot [16] registered\n[ 0.335912] acpiphp: Slot [17] registered\n[ 0.336727] acpiphp: Slot [18] registered\n[ 0.337537] acpiphp: Slot [19] registered\n[ 0.338348] acpiphp: Slot [20] registered\n[ 0.339170] acpiphp: Slot [21] registered\n[ 0.339985] acpiphp: Slot [22] registered\n[ 0.340801] acpiphp: Slot [23] registered\n[ 0.341615] acpiphp: Slot [24] registered\n[ 0.342428] acpiphp: Slot [25] registered\n[ 0.343242] acpiphp: Slot [26] registered\n[ 0.344062] acpiphp: Slot [27] registered\n[ 0.344878] acpiphp: Slot [28] registered\n[ 0.345691] acpiphp: Slot [29] registered\n[ 0.346501] acpiphp: Slot [30] registered\n[ 0.347314] acpiphp: Slot [31] registered\n[ 0.348128] PCI host bridge to bus 0000:00\n[ 0.348940] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.350153] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.351375] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.352829] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.354285] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.355767] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.359106] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.360396] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.361586] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.362855] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.366510] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.368032] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.387926] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.389857] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.391287] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.392709] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.394102] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.395424] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.396790] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.397855] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.399413] vgaarb: loaded\n[ 0.400013] vgaarb: bridge control possible 0000:00:02.0\n[ 0.401258] SCSI subsystem initialized\n[ 0.402216] ACPI: bus type USB registered\n[ 0.403050] usbcore: registered new interface driver usbfs\n[ 0.404091] usbcore: registered new interface driver hub\n[ 0.405121] usbcore: registered new device driver usb\n[ 0.406287] PCI: Using ACPI for IRQ routing\n[ 0.407431] NetLabel: Initializing\n[ 0.408154] NetLabel: domain hash size = 128\n[ 0.409014] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.409990] NetLabel: unlabeled traffic allowed by default\n[ 0.411178] clocksource: Switched to clocksource kvm-clock\n[ 0.419915] AppArmor: AppArmor Filesystem Enabled\n[ 0.420914] pnp: PnP ACPI init\n[ 0.421897] pnp: PnP ACPI: found 5 devices\n[ 0.428870] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.430599] NET: Registered protocol family 2\n[ 0.431702] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.433011] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.434228] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.435452] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.436544] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.437730] NET: Registered protocol family 1\n[ 0.438618] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.439732] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.440823] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.459566] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.478337] Trying to unpack rootfs image as initramfs...\n[ 0.535395] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.537102] Scanning for low memory corruption every 60 seconds\n[ 0.538514] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.539710] audit: initializing netlink subsys (disabled)\n[ 0.540772] audit: type=2000 audit(1534062126.678:1): initialized\n[ 0.542130] Initialise system trusted keyring\n[ 0.543130] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.544323] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.546629] zbud: loaded\n[ 0.547419] VFS: Disk quotas dquot_6.6.0\n[ 0.548265] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.549954] fuse init (API version 7.23)\n[ 0.550918] Key type big_key registered\n[ 0.551748] Allocating IMA MOK and blacklist keyrings.\n[ 0.553085] Key type asymmetric registered\n[ 0.553938] Asymmetric key parser 'x509' registered\n[ 0.554917] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.556464] io scheduler noop registered\n[ 0.557273] io scheduler deadline registered (default)\n[ 0.558287] io scheduler cfq registered\n[ 0.559154] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.560223] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.561541] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.563017] ACPI: Power Button [PWRF]\n[ 0.563945] GHES: HEST is not enabled!\n[ 0.582116] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.619052] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.621253] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.645385] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.647776] Linux agpgart interface v0.103\n[ 0.650782] brd: module loaded\n[ 0.652629] loop: module loaded\n[ 0.657020] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.658505] GPT:90111 != 20971519\n[ 0.659209] GPT:Alternate GPT header not at the end of the disk.\n[ 0.660322] GPT:90111 != 20971519\n[ 0.661020] GPT: Use GNU Parted to correct GPT errors.\n[ 0.662002] vda: vda1 vda15\n[ 0.663300] scsi host0: ata_piix\n[ 0.664145] scsi host1: ata_piix\n[ 0.664879] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.666113] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.667756] libphy: Fixed MDIO Bus: probed\n[ 0.668593] tun: Universal TUN/TAP device driver, 1.6\n[ 0.669558] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.671689] PPP generic driver version 2.4.2\n[ 0.672610] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.673830] ehci-pci: EHCI PCI platform driver\n[ 0.674720] ehci-platform: EHCI generic platform driver\n[ 0.675729] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.676879] ohci-pci: OHCI PCI platform driver\n[ 0.677780] ohci-platform: OHCI generic platform driver\n[ 0.678796] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.697499] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.698532] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.700016] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.701035] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.702193] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.703468] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.704925] usb usb1: Product: UHCI Host Controller\n[ 0.705879] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.707059] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.708065] hub 1-0:1.0: USB hub found\n[ 0.708880] hub 1-0:1.0: 2 ports detected\n[ 0.709838] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.712039] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.713025] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.714129] mousedev: PS/2 mouse device common for all mice\n[ 0.715353] rtc_cmos 00:00: RTC can wake from S4\n[ 0.716620] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.718357] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.719670] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.720895] i2c /dev entries driver\n[ 0.721687] device-mapper: uevent: version 1.0.3\n[ 0.722657] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.724320] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.725781] NET: Registered protocol family 10\n[ 0.726917] NET: Registered protocol family 17\n[ 0.727839] Key type dns_resolver registered\n[ 0.728852] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.729981] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.731118] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.732952] registered taskstats version 1\n[ 0.733816] Loading compiled-in X.509 certificates\n[ 0.735288] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.737182] zswap: loaded using pool lzo/zbud\n[ 0.738950] Key type trusted registered\n[ 0.740963] Key type encrypted registered\n[ 0.741807] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.742852] ima: No TPM chip found, activating TPM-bypass!\n[ 0.743937] evm: HMAC attrs: 0x1\n[ 0.755088] Magic number: 14:582:371\n[ 0.756040] rtc_cmos 00:00: setting system clock to 2018-08-12 08:22:06 UTC (1534062126)\n[ 0.757713] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.758854] EDD information not available.\n[ 0.824634] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.826240] Write protecting the kernel read-only data: 14336k\n[ 0.828394] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.830297] 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.892703] 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.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.200.201.5...\nLease of 10.200.201.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.200.201.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.95. iid=i-00000086\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=20953055,end=20971487\nvPing KO\n/dev/root resized successfully [took 15.34s]\nvPing KO\n"} 2018-08-12 08:22:38,441 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/d6163fef-3829-43af-a71a-23f3f9dcb861/action used request id req-2406352b-8c2a-477b-8518-6c6cb80d3ced 2018-08-12 08:22:39,446 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/d6163fef-3829-43af-a71a-23f3f9dcb861 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf285d3467ea79844934a9fc6b4ae93a790920c7" 2018-08-12 08:22:40,199 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:22: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-e55b18ad-6e5b-4287-b383-3e22dd30ea0c x-compute-request-id: req-e55b18ad-6e5b-4287-b383-3e22dd30ea0c Content-Encoding: gzip Content-Length: 765 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-net1": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:10:1d:b1", "version": 4, "addr": "10.200.201.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/d6163fef-3829-43af-a71a-23f3f9dcb861", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/d6163fef-3829-43af-a71a-23f3f9dcb861", "rel": "bookmark"}], "image": {"id": "7a3c0020-4bf2-4fa8-a544-a8314ac04ae4", "links": [{"href": "http://172.30.9.21:8774/images/7a3c0020-4bf2-4fa8-a544-a8314ac04ae4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:22:05.000000", "flavor": {"id": "9f6e86d7-04b8-4766-811a-cfb1975a4afc", "links": [{"href": "http://172.30.9.21:8774/flavors/9f6e86d7-04b8-4766-811a-cfb1975a4afc", "rel": "bookmark"}]}, "id": "d6163fef-3829-43af-a71a-23f3f9dcb861", "security_groups": [{"name": "CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-sec-grp"}, {"name": "default"}], "user_id": "cc77846c4df3473fb8019140c3162575", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:22:05Z", "hostId": "9d4ec67e32edeb29e68c536284c68ea92f04f9c939c04ebc6849e39b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-inst1", "created": "2018-08-12T08:21:57Z", "tenant_id": "2fc410f605b04591be5effbe1da705fa", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:22:40,200 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/d6163fef-3829-43af-a71a-23f3f9dcb861 used request id req-e55b18ad-6e5b-4287-b383-3e22dd30ea0c 2018-08-12 08:22:40,203 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers/d6163fef-3829-43af-a71a-23f3f9dcb861/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf285d3467ea79844934a9fc6b4ae93a790920c7" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 08:22:40,271 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:22: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-ec8459d2-d13b-4c72-a1dc-05756c7824cf x-compute-request-id: req-ec8459d2-d13b-4c72-a1dc-05756c7824cf Content-Encoding: gzip Content-Length: 8149 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f6390-0x000f639f] mapped at [ffff8800000f6390]\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 0x00000000000F60F0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE15D1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE145D 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1551 000080 (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 482957663 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 2 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:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u1048576\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: 491664K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 32088K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, 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=2.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2\n[ 0.000000] NR_IRQS:16640 nr_irqs:440 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.142554] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.144219] pid_max: default: 32768 minimum: 301\n[ 0.145121] ACPI: Core revision 20150930\n[ 0.146521] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.147849] Security Framework initialized\n[ 0.148672] Yama: becoming mindful.\n[ 0.149408] AppArmor: AppArmor initialized\n[ 0.150276] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.151629] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.152915] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154133] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155583] Initializing cgroup subsys io\n[ 0.156410] Initializing cgroup subsys memory\n[ 0.157273] Initializing cgroup subsys devices\n[ 0.158162] Initializing cgroup subsys freezer\n[ 0.159058] Initializing cgroup subsys net_cls\n[ 0.159931] Initializing cgroup subsys perf_event\n[ 0.160847] Initializing cgroup subsys net_prio\n[ 0.161753] Initializing cgroup subsys hugetlb\n[ 0.162627] Initializing cgroup subsys pids\n[ 0.163503] CPU: Physical Processor ID: 0\n[ 0.164993] mce: CPU supports 10 MCE banks\n[ 0.165864] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.166868] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169067] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175212] ftrace: allocating 31920 entries in 125 pages\n[ 0.200418] smpboot: Max logical packages: 2\n[ 0.201289] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202506] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.203864] x2apic enabled\n[ 0.204672] Switched APIC routing to physical x2apic.\n[ 0.206418] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207637] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209832] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.211787] KVM setup paravirtual spinlock\n[ 0.213222] x86: Booting SMP configuration:\n[ 0.214134] .... node #0, CPUs: #1\n[ 0.215030] kvm-clock: cpu 1, msr 0:1ffd3041, secondary cpu clock\n[ 0.236725] x86: Booted up 1 node, 2 CPUs\n[ 0.236727] KVM setup async PF for cpu 1\n[ 0.236730] kvm-stealtime: cpu 1, msr 1f90d940\n[ 0.239305] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.240826] devtmpfs: initialized\n[ 0.242560] evm: security.selinux\n[ 0.243256] evm: security.SMACK64\n[ 0.243950] evm: security.SMACK64EXEC\n[ 0.244695] evm: security.SMACK64TRANSMUTE\n[ 0.245505] evm: security.SMACK64MMAP\n[ 0.246250] evm: security.ima\n[ 0.246892] evm: security.capability\n[ 0.247747] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.249638] pinctrl core: initialized pinctrl subsystem\n[ 0.250744] RTC time: 8:22:06, date: 08/12/18\n[ 0.251743] NET: Registered protocol family 16\n[ 0.261648] cpuidle: using governor ladder\n[ 0.273674] cpuidle: using governor menu\n[ 0.274500] PCCT header not found.\n[ 0.275287] ACPI: bus type PCI registered\n[ 0.276102] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.277361] PCI: Using configuration type 1 for base access\n[ 0.290819] ACPI: Added _OSI(Module Device)\n[ 0.291674] ACPI: Added _OSI(Processor Device)\n[ 0.292536] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.293437] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.295423] ACPI: Interpreter enabled\n[ 0.296192] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.298045] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.299902] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.301754] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.303607] ACPI: (supports S0 S5)\n[ 0.304312] ACPI: Using IOAPIC for interrupt routing\n[ 0.305262] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.308657] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.309804] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.311040] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.312249] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.314511] acpiphp: Slot [3] registered\n[ 0.315317] acpiphp: Slot [4] registered\n[ 0.316130] acpiphp: Slot [5] registered\n[ 0.316941] acpiphp: Slot [6] registered\n[ 0.317744] acpiphp: Slot [7] registered\n[ 0.318546] acpiphp: Slot [8] registered\n[ 0.319343] acpiphp: Slot [9] registered\n[ 0.320142] acpiphp: Slot [10] registered\n[ 0.331000] acpiphp: Slot [11] registered\n[ 0.331826] acpiphp: Slot [12] registered\n[ 0.332640] acpiphp: Slot [13] registered\n[ 0.333452] acpiphp: Slot [14] registered\n[ 0.334262] acpiphp: Slot [15] registered\n[ 0.335083] acpiphp: Slot [16] registered\n[ 0.335912] acpiphp: Slot [17] registered\n[ 0.336727] acpiphp: Slot [18] registered\n[ 0.337537] acpiphp: Slot [19] registered\n[ 0.338348] acpiphp: Slot [20] registered\n[ 0.339170] acpiphp: Slot [21] registered\n[ 0.339985] acpiphp: Slot [22] registered\n[ 0.340801] acpiphp: Slot [23] registered\n[ 0.341615] acpiphp: Slot [24] registered\n[ 0.342428] acpiphp: Slot [25] registered\n[ 0.343242] acpiphp: Slot [26] registered\n[ 0.344062] acpiphp: Slot [27] registered\n[ 0.344878] acpiphp: Slot [28] registered\n[ 0.345691] acpiphp: Slot [29] registered\n[ 0.346501] acpiphp: Slot [30] registered\n[ 0.347314] acpiphp: Slot [31] registered\n[ 0.348128] PCI host bridge to bus 0000:00\n[ 0.348940] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.350153] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.351375] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.352829] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.354285] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.355767] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.359106] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.360396] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.361586] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.362855] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.366510] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.368032] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.387926] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.389857] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.391287] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.392709] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.394102] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.395424] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.396790] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.397855] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.399413] vgaarb: loaded\n[ 0.400013] vgaarb: bridge control possible 0000:00:02.0\n[ 0.401258] SCSI subsystem initialized\n[ 0.402216] ACPI: bus type USB registered\n[ 0.403050] usbcore: registered new interface driver usbfs\n[ 0.404091] usbcore: registered new interface driver hub\n[ 0.405121] usbcore: registered new device driver usb\n[ 0.406287] PCI: Using ACPI for IRQ routing\n[ 0.407431] NetLabel: Initializing\n[ 0.408154] NetLabel: domain hash size = 128\n[ 0.409014] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.409990] NetLabel: unlabeled traffic allowed by default\n[ 0.411178] clocksource: Switched to clocksource kvm-clock\n[ 0.419915] AppArmor: AppArmor Filesystem Enabled\n[ 0.420914] pnp: PnP ACPI init\n[ 0.421897] pnp: PnP ACPI: found 5 devices\n[ 0.428870] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.430599] NET: Registered protocol family 2\n[ 0.431702] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.433011] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.434228] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.435452] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.436544] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.437730] NET: Registered protocol family 1\n[ 0.438618] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.439732] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.440823] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.459566] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.478337] Trying to unpack rootfs image as initramfs...\n[ 0.535395] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.537102] Scanning for low memory corruption every 60 seconds\n[ 0.538514] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.539710] audit: initializing netlink subsys (disabled)\n[ 0.540772] audit: type=2000 audit(1534062126.678:1): initialized\n[ 0.542130] Initialise system trusted keyring\n[ 0.543130] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.544323] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.546629] zbud: loaded\n[ 0.547419] VFS: Disk quotas dquot_6.6.0\n[ 0.548265] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.549954] fuse init (API version 7.23)\n[ 0.550918] Key type big_key registered\n[ 0.551748] Allocating IMA MOK and blacklist keyrings.\n[ 0.553085] Key type asymmetric registered\n[ 0.553938] Asymmetric key parser 'x509' registered\n[ 0.554917] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.556464] io scheduler noop registered\n[ 0.557273] io scheduler deadline registered (default)\n[ 0.558287] io scheduler cfq registered\n[ 0.559154] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.560223] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.561541] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.563017] ACPI: Power Button [PWRF]\n[ 0.563945] GHES: HEST is not enabled!\n[ 0.582116] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.619052] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.621253] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.645385] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.647776] Linux agpgart interface v0.103\n[ 0.650782] brd: module loaded\n[ 0.652629] loop: module loaded\n[ 0.657020] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.658505] GPT:90111 != 20971519\n[ 0.659209] GPT:Alternate GPT header not at the end of the disk.\n[ 0.660322] GPT:90111 != 20971519\n[ 0.661020] GPT: Use GNU Parted to correct GPT errors.\n[ 0.662002] vda: vda1 vda15\n[ 0.663300] scsi host0: ata_piix\n[ 0.664145] scsi host1: ata_piix\n[ 0.664879] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.666113] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.667756] libphy: Fixed MDIO Bus: probed\n[ 0.668593] tun: Universal TUN/TAP device driver, 1.6\n[ 0.669558] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.671689] PPP generic driver version 2.4.2\n[ 0.672610] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.673830] ehci-pci: EHCI PCI platform driver\n[ 0.674720] ehci-platform: EHCI generic platform driver\n[ 0.675729] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.676879] ohci-pci: OHCI PCI platform driver\n[ 0.677780] ohci-platform: OHCI generic platform driver\n[ 0.678796] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.697499] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.698532] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.700016] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.701035] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.702193] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.703468] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.704925] usb usb1: Product: UHCI Host Controller\n[ 0.705879] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.707059] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.708065] hub 1-0:1.0: USB hub found\n[ 0.708880] hub 1-0:1.0: 2 ports detected\n[ 0.709838] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.712039] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.713025] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.714129] mousedev: PS/2 mouse device common for all mice\n[ 0.715353] rtc_cmos 00:00: RTC can wake from S4\n[ 0.716620] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.718357] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.719670] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.720895] i2c /dev entries driver\n[ 0.721687] device-mapper: uevent: version 1.0.3\n[ 0.722657] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.724320] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.725781] NET: Registered protocol family 10\n[ 0.726917] NET: Registered protocol family 17\n[ 0.727839] Key type dns_resolver registered\n[ 0.728852] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.729981] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.731118] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.732952] registered taskstats version 1\n[ 0.733816] Loading compiled-in X.509 certificates\n[ 0.735288] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.737182] zswap: loaded using pool lzo/zbud\n[ 0.738950] Key type trusted registered\n[ 0.740963] Key type encrypted registered\n[ 0.741807] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.742852] ima: No TPM chip found, activating TPM-bypass!\n[ 0.743937] evm: HMAC attrs: 0x1\n[ 0.755088] Magic number: 14:582:371\n[ 0.756040] rtc_cmos 00:00: setting system clock to 2018-08-12 08:22:06 UTC (1534062126)\n[ 0.757713] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.758854] EDD information not available.\n[ 0.824634] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.826240] Write protecting the kernel read-only data: 14336k\n[ 0.828394] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.830297] 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.892703] 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.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.200.201.5...\nLease of 10.200.201.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.200.201.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.95. iid=i-00000086\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=20953055,end=20971487\nvPing KO\n/dev/root resized successfully [took 15.34s]\nvPing KO\n"} 2018-08-12 08:22:40,272 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/d6163fef-3829-43af-a71a-23f3f9dcb861/action used request id req-ec8459d2-d13b-4c72-a1dc-05756c7824cf 2018-08-12 08:22:41,277 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/d6163fef-3829-43af-a71a-23f3f9dcb861 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf285d3467ea79844934a9fc6b4ae93a790920c7" 2018-08-12 08:22:41,804 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:22: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-cdd0a209-a31a-4aa7-a84d-9855629586de x-compute-request-id: req-cdd0a209-a31a-4aa7-a84d-9855629586de Content-Encoding: gzip Content-Length: 765 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-net1": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:10:1d:b1", "version": 4, "addr": "10.200.201.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/d6163fef-3829-43af-a71a-23f3f9dcb861", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/d6163fef-3829-43af-a71a-23f3f9dcb861", "rel": "bookmark"}], "image": {"id": "7a3c0020-4bf2-4fa8-a544-a8314ac04ae4", "links": [{"href": "http://172.30.9.21:8774/images/7a3c0020-4bf2-4fa8-a544-a8314ac04ae4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:22:05.000000", "flavor": {"id": "9f6e86d7-04b8-4766-811a-cfb1975a4afc", "links": [{"href": "http://172.30.9.21:8774/flavors/9f6e86d7-04b8-4766-811a-cfb1975a4afc", "rel": "bookmark"}]}, "id": "d6163fef-3829-43af-a71a-23f3f9dcb861", "security_groups": [{"name": "CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-sec-grp"}, {"name": "default"}], "user_id": "cc77846c4df3473fb8019140c3162575", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:22:05Z", "hostId": "9d4ec67e32edeb29e68c536284c68ea92f04f9c939c04ebc6849e39b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-inst1", "created": "2018-08-12T08:21:57Z", "tenant_id": "2fc410f605b04591be5effbe1da705fa", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:22:41,805 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/d6163fef-3829-43af-a71a-23f3f9dcb861 used request id req-cdd0a209-a31a-4aa7-a84d-9855629586de 2018-08-12 08:22:41,807 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers/d6163fef-3829-43af-a71a-23f3f9dcb861/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf285d3467ea79844934a9fc6b4ae93a790920c7" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 08:22:41,876 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:22: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-433bc9d0-672d-4422-a6c9-2defb317b8ce x-compute-request-id: req-433bc9d0-672d-4422-a6c9-2defb317b8ce Content-Encoding: gzip Content-Length: 8151 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 0x000f6390-0x000f639f] mapped at [ffff8800000f6390]\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 0x00000000000F60F0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE15D1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE145D 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1551 000080 (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 482957663 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 2 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:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u1048576\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: 491664K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 32088K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, 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=2.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2\n[ 0.000000] NR_IRQS:16640 nr_irqs:440 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.142554] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.144219] pid_max: default: 32768 minimum: 301\n[ 0.145121] ACPI: Core revision 20150930\n[ 0.146521] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.147849] Security Framework initialized\n[ 0.148672] Yama: becoming mindful.\n[ 0.149408] AppArmor: AppArmor initialized\n[ 0.150276] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.151629] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.152915] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154133] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155583] Initializing cgroup subsys io\n[ 0.156410] Initializing cgroup subsys memory\n[ 0.157273] Initializing cgroup subsys devices\n[ 0.158162] Initializing cgroup subsys freezer\n[ 0.159058] Initializing cgroup subsys net_cls\n[ 0.159931] Initializing cgroup subsys perf_event\n[ 0.160847] Initializing cgroup subsys net_prio\n[ 0.161753] Initializing cgroup subsys hugetlb\n[ 0.162627] Initializing cgroup subsys pids\n[ 0.163503] CPU: Physical Processor ID: 0\n[ 0.164993] mce: CPU supports 10 MCE banks\n[ 0.165864] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.166868] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169067] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175212] ftrace: allocating 31920 entries in 125 pages\n[ 0.200418] smpboot: Max logical packages: 2\n[ 0.201289] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202506] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.203864] x2apic enabled\n[ 0.204672] Switched APIC routing to physical x2apic.\n[ 0.206418] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207637] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209832] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.211787] KVM setup paravirtual spinlock\n[ 0.213222] x86: Booting SMP configuration:\n[ 0.214134] .... node #0, CPUs: #1\n[ 0.215030] kvm-clock: cpu 1, msr 0:1ffd3041, secondary cpu clock\n[ 0.236725] x86: Booted up 1 node, 2 CPUs\n[ 0.236727] KVM setup async PF for cpu 1\n[ 0.236730] kvm-stealtime: cpu 1, msr 1f90d940\n[ 0.239305] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.240826] devtmpfs: initialized\n[ 0.242560] evm: security.selinux\n[ 0.243256] evm: security.SMACK64\n[ 0.243950] evm: security.SMACK64EXEC\n[ 0.244695] evm: security.SMACK64TRANSMUTE\n[ 0.245505] evm: security.SMACK64MMAP\n[ 0.246250] evm: security.ima\n[ 0.246892] evm: security.capability\n[ 0.247747] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.249638] pinctrl core: initialized pinctrl subsystem\n[ 0.250744] RTC time: 8:22:06, date: 08/12/18\n[ 0.251743] NET: Registered protocol family 16\n[ 0.261648] cpuidle: using governor ladder\n[ 0.273674] cpuidle: using governor menu\n[ 0.274500] PCCT header not found.\n[ 0.275287] ACPI: bus type PCI registered\n[ 0.276102] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.277361] PCI: Using configuration type 1 for base access\n[ 0.290819] ACPI: Added _OSI(Module Device)\n[ 0.291674] ACPI: Added _OSI(Processor Device)\n[ 0.292536] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.293437] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.295423] ACPI: Interpreter enabled\n[ 0.296192] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.298045] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.299902] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.301754] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.303607] ACPI: (supports S0 S5)\n[ 0.304312] ACPI: Using IOAPIC for interrupt routing\n[ 0.305262] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.308657] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.309804] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.311040] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.312249] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.314511] acpiphp: Slot [3] registered\n[ 0.315317] acpiphp: Slot [4] registered\n[ 0.316130] acpiphp: Slot [5] registered\n[ 0.316941] acpiphp: Slot [6] registered\n[ 0.317744] acpiphp: Slot [7] registered\n[ 0.318546] acpiphp: Slot [8] registered\n[ 0.319343] acpiphp: Slot [9] registered\n[ 0.320142] acpiphp: Slot [10] registered\n[ 0.331000] acpiphp: Slot [11] registered\n[ 0.331826] acpiphp: Slot [12] registered\n[ 0.332640] acpiphp: Slot [13] registered\n[ 0.333452] acpiphp: Slot [14] registered\n[ 0.334262] acpiphp: Slot [15] registered\n[ 0.335083] acpiphp: Slot [16] registered\n[ 0.335912] acpiphp: Slot [17] registered\n[ 0.336727] acpiphp: Slot [18] registered\n[ 0.337537] acpiphp: Slot [19] registered\n[ 0.338348] acpiphp: Slot [20] registered\n[ 0.339170] acpiphp: Slot [21] registered\n[ 0.339985] acpiphp: Slot [22] registered\n[ 0.340801] acpiphp: Slot [23] registered\n[ 0.341615] acpiphp: Slot [24] registered\n[ 0.342428] acpiphp: Slot [25] registered\n[ 0.343242] acpiphp: Slot [26] registered\n[ 0.344062] acpiphp: Slot [27] registered\n[ 0.344878] acpiphp: Slot [28] registered\n[ 0.345691] acpiphp: Slot [29] registered\n[ 0.346501] acpiphp: Slot [30] registered\n[ 0.347314] acpiphp: Slot [31] registered\n[ 0.348128] PCI host bridge to bus 0000:00\n[ 0.348940] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.350153] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.351375] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.352829] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.354285] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.355767] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.359106] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.360396] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.361586] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.362855] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.366510] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.368032] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.387926] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.389857] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.391287] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.392709] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.394102] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.395424] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.396790] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.397855] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.399413] vgaarb: loaded\n[ 0.400013] vgaarb: bridge control possible 0000:00:02.0\n[ 0.401258] SCSI subsystem initialized\n[ 0.402216] ACPI: bus type USB registered\n[ 0.403050] usbcore: registered new interface driver usbfs\n[ 0.404091] usbcore: registered new interface driver hub\n[ 0.405121] usbcore: registered new device driver usb\n[ 0.406287] PCI: Using ACPI for IRQ routing\n[ 0.407431] NetLabel: Initializing\n[ 0.408154] NetLabel: domain hash size = 128\n[ 0.409014] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.409990] NetLabel: unlabeled traffic allowed by default\n[ 0.411178] clocksource: Switched to clocksource kvm-clock\n[ 0.419915] AppArmor: AppArmor Filesystem Enabled\n[ 0.420914] pnp: PnP ACPI init\n[ 0.421897] pnp: PnP ACPI: found 5 devices\n[ 0.428870] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.430599] NET: Registered protocol family 2\n[ 0.431702] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.433011] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.434228] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.435452] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.436544] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.437730] NET: Registered protocol family 1\n[ 0.438618] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.439732] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.440823] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.459566] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.478337] Trying to unpack rootfs image as initramfs...\n[ 0.535395] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.537102] Scanning for low memory corruption every 60 seconds\n[ 0.538514] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.539710] audit: initializing netlink subsys (disabled)\n[ 0.540772] audit: type=2000 audit(1534062126.678:1): initialized\n[ 0.542130] Initialise system trusted keyring\n[ 0.543130] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.544323] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.546629] zbud: loaded\n[ 0.547419] VFS: Disk quotas dquot_6.6.0\n[ 0.548265] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.549954] fuse init (API version 7.23)\n[ 0.550918] Key type big_key registered\n[ 0.551748] Allocating IMA MOK and blacklist keyrings.\n[ 0.553085] Key type asymmetric registered\n[ 0.553938] Asymmetric key parser 'x509' registered\n[ 0.554917] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.556464] io scheduler noop registered\n[ 0.557273] io scheduler deadline registered (default)\n[ 0.558287] io scheduler cfq registered\n[ 0.559154] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.560223] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.561541] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.563017] ACPI: Power Button [PWRF]\n[ 0.563945] GHES: HEST is not enabled!\n[ 0.582116] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.619052] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.621253] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.645385] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.647776] Linux agpgart interface v0.103\n[ 0.650782] brd: module loaded\n[ 0.652629] loop: module loaded\n[ 0.657020] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.658505] GPT:90111 != 20971519\n[ 0.659209] GPT:Alternate GPT header not at the end of the disk.\n[ 0.660322] GPT:90111 != 20971519\n[ 0.661020] GPT: Use GNU Parted to correct GPT errors.\n[ 0.662002] vda: vda1 vda15\n[ 0.663300] scsi host0: ata_piix\n[ 0.664145] scsi host1: ata_piix\n[ 0.664879] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.666113] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.667756] libphy: Fixed MDIO Bus: probed\n[ 0.668593] tun: Universal TUN/TAP device driver, 1.6\n[ 0.669558] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.671689] PPP generic driver version 2.4.2\n[ 0.672610] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.673830] ehci-pci: EHCI PCI platform driver\n[ 0.674720] ehci-platform: EHCI generic platform driver\n[ 0.675729] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.676879] ohci-pci: OHCI PCI platform driver\n[ 0.677780] ohci-platform: OHCI generic platform driver\n[ 0.678796] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.697499] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.698532] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.700016] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.701035] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.702193] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.703468] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.704925] usb usb1: Product: UHCI Host Controller\n[ 0.705879] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.707059] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.708065] hub 1-0:1.0: USB hub found\n[ 0.708880] hub 1-0:1.0: 2 ports detected\n[ 0.709838] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.712039] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.713025] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.714129] mousedev: PS/2 mouse device common for all mice\n[ 0.715353] rtc_cmos 00:00: RTC can wake from S4\n[ 0.716620] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.718357] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.719670] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.720895] i2c /dev entries driver\n[ 0.721687] device-mapper: uevent: version 1.0.3\n[ 0.722657] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.724320] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.725781] NET: Registered protocol family 10\n[ 0.726917] NET: Registered protocol family 17\n[ 0.727839] Key type dns_resolver registered\n[ 0.728852] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.729981] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.731118] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.732952] registered taskstats version 1\n[ 0.733816] Loading compiled-in X.509 certificates\n[ 0.735288] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.737182] zswap: loaded using pool lzo/zbud\n[ 0.738950] Key type trusted registered\n[ 0.740963] Key type encrypted registered\n[ 0.741807] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.742852] ima: No TPM chip found, activating TPM-bypass!\n[ 0.743937] evm: HMAC attrs: 0x1\n[ 0.755088] Magic number: 14:582:371\n[ 0.756040] rtc_cmos 00:00: setting system clock to 2018-08-12 08:22:06 UTC (1534062126)\n[ 0.757713] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.758854] EDD information not available.\n[ 0.824634] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.826240] Write protecting the kernel read-only data: 14336k\n[ 0.828394] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.830297] 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.892703] 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.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.200.201.5...\nLease of 10.200.201.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.200.201.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.95. iid=i-00000086\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=20953055,end=20971487\nvPing KO\n/dev/root resized successfully [took 15.34s]\nvPing KO\nvPing KO\n"} 2018-08-12 08:22:41,877 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/d6163fef-3829-43af-a71a-23f3f9dcb861/action used request id req-433bc9d0-672d-4422-a6c9-2defb317b8ce 2018-08-12 08:22:42,882 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/d6163fef-3829-43af-a71a-23f3f9dcb861 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf285d3467ea79844934a9fc6b4ae93a790920c7" 2018-08-12 08:22:43,801 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:22: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-d29c14a4-2070-4257-aa40-dba85c586961 x-compute-request-id: req-d29c14a4-2070-4257-aa40-dba85c586961 Content-Encoding: gzip Content-Length: 765 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-net1": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:10:1d:b1", "version": 4, "addr": "10.200.201.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/d6163fef-3829-43af-a71a-23f3f9dcb861", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/d6163fef-3829-43af-a71a-23f3f9dcb861", "rel": "bookmark"}], "image": {"id": "7a3c0020-4bf2-4fa8-a544-a8314ac04ae4", "links": [{"href": "http://172.30.9.21:8774/images/7a3c0020-4bf2-4fa8-a544-a8314ac04ae4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:22:05.000000", "flavor": {"id": "9f6e86d7-04b8-4766-811a-cfb1975a4afc", "links": [{"href": "http://172.30.9.21:8774/flavors/9f6e86d7-04b8-4766-811a-cfb1975a4afc", "rel": "bookmark"}]}, "id": "d6163fef-3829-43af-a71a-23f3f9dcb861", "security_groups": [{"name": "CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-sec-grp"}, {"name": "default"}], "user_id": "cc77846c4df3473fb8019140c3162575", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:22:05Z", "hostId": "9d4ec67e32edeb29e68c536284c68ea92f04f9c939c04ebc6849e39b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-inst1", "created": "2018-08-12T08:21:57Z", "tenant_id": "2fc410f605b04591be5effbe1da705fa", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:22:43,801 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/d6163fef-3829-43af-a71a-23f3f9dcb861 used request id req-d29c14a4-2070-4257-aa40-dba85c586961 2018-08-12 08:22:43,804 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers/d6163fef-3829-43af-a71a-23f3f9dcb861/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf285d3467ea79844934a9fc6b4ae93a790920c7" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 08:22:43,873 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:22: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-07ba2517-6fa5-48d0-8fc7-fad6d5b758ac x-compute-request-id: req-07ba2517-6fa5-48d0-8fc7-fad6d5b758ac Content-Encoding: gzip Content-Length: 9664 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 0x000f6390-0x000f639f] mapped at [ffff8800000f6390]\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 0x00000000000F60F0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE15D1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE145D 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1551 000080 (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 482957663 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 2 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:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u1048576\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: 491664K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 32088K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, 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=2.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2\n[ 0.000000] NR_IRQS:16640 nr_irqs:440 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.142554] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.144219] pid_max: default: 32768 minimum: 301\n[ 0.145121] ACPI: Core revision 20150930\n[ 0.146521] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.147849] Security Framework initialized\n[ 0.148672] Yama: becoming mindful.\n[ 0.149408] AppArmor: AppArmor initialized\n[ 0.150276] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.151629] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.152915] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154133] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155583] Initializing cgroup subsys io\n[ 0.156410] Initializing cgroup subsys memory\n[ 0.157273] Initializing cgroup subsys devices\n[ 0.158162] Initializing cgroup subsys freezer\n[ 0.159058] Initializing cgroup subsys net_cls\n[ 0.159931] Initializing cgroup subsys perf_event\n[ 0.160847] Initializing cgroup subsys net_prio\n[ 0.161753] Initializing cgroup subsys hugetlb\n[ 0.162627] Initializing cgroup subsys pids\n[ 0.163503] CPU: Physical Processor ID: 0\n[ 0.164993] mce: CPU supports 10 MCE banks\n[ 0.165864] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.166868] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169067] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175212] ftrace: allocating 31920 entries in 125 pages\n[ 0.200418] smpboot: Max logical packages: 2\n[ 0.201289] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202506] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.203864] x2apic enabled\n[ 0.204672] Switched APIC routing to physical x2apic.\n[ 0.206418] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207637] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209832] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.211787] KVM setup paravirtual spinlock\n[ 0.213222] x86: Booting SMP configuration:\n[ 0.214134] .... node #0, CPUs: #1\n[ 0.215030] kvm-clock: cpu 1, msr 0:1ffd3041, secondary cpu clock\n[ 0.236725] x86: Booted up 1 node, 2 CPUs\n[ 0.236727] KVM setup async PF for cpu 1\n[ 0.236730] kvm-stealtime: cpu 1, msr 1f90d940\n[ 0.239305] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.240826] devtmpfs: initialized\n[ 0.242560] evm: security.selinux\n[ 0.243256] evm: security.SMACK64\n[ 0.243950] evm: security.SMACK64EXEC\n[ 0.244695] evm: security.SMACK64TRANSMUTE\n[ 0.245505] evm: security.SMACK64MMAP\n[ 0.246250] evm: security.ima\n[ 0.246892] evm: security.capability\n[ 0.247747] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.249638] pinctrl core: initialized pinctrl subsystem\n[ 0.250744] RTC time: 8:22:06, date: 08/12/18\n[ 0.251743] NET: Registered protocol family 16\n[ 0.261648] cpuidle: using governor ladder\n[ 0.273674] cpuidle: using governor menu\n[ 0.274500] PCCT header not found.\n[ 0.275287] ACPI: bus type PCI registered\n[ 0.276102] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.277361] PCI: Using configuration type 1 for base access\n[ 0.290819] ACPI: Added _OSI(Module Device)\n[ 0.291674] ACPI: Added _OSI(Processor Device)\n[ 0.292536] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.293437] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.295423] ACPI: Interpreter enabled\n[ 0.296192] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.298045] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.299902] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.301754] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.303607] ACPI: (supports S0 S5)\n[ 0.304312] ACPI: Using IOAPIC for interrupt routing\n[ 0.305262] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.308657] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.309804] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.311040] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.312249] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.314511] acpiphp: Slot [3] registered\n[ 0.315317] acpiphp: Slot [4] registered\n[ 0.316130] acpiphp: Slot [5] registered\n[ 0.316941] acpiphp: Slot [6] registered\n[ 0.317744] acpiphp: Slot [7] registered\n[ 0.318546] acpiphp: Slot [8] registered\n[ 0.319343] acpiphp: Slot [9] registered\n[ 0.320142] acpiphp: Slot [10] registered\n[ 0.331000] acpiphp: Slot [11] registered\n[ 0.331826] acpiphp: Slot [12] registered\n[ 0.332640] acpiphp: Slot [13] registered\n[ 0.333452] acpiphp: Slot [14] registered\n[ 0.334262] acpiphp: Slot [15] registered\n[ 0.335083] acpiphp: Slot [16] registered\n[ 0.335912] acpiphp: Slot [17] registered\n[ 0.336727] acpiphp: Slot [18] registered\n[ 0.337537] acpiphp: Slot [19] registered\n[ 0.338348] acpiphp: Slot [20] registered\n[ 0.339170] acpiphp: Slot [21] registered\n[ 0.339985] acpiphp: Slot [22] registered\n[ 0.340801] acpiphp: Slot [23] registered\n[ 0.341615] acpiphp: Slot [24] registered\n[ 0.342428] acpiphp: Slot [25] registered\n[ 0.343242] acpiphp: Slot [26] registered\n[ 0.344062] acpiphp: Slot [27] registered\n[ 0.344878] acpiphp: Slot [28] registered\n[ 0.345691] acpiphp: Slot [29] registered\n[ 0.346501] acpiphp: Slot [30] registered\n[ 0.347314] acpiphp: Slot [31] registered\n[ 0.348128] PCI host bridge to bus 0000:00\n[ 0.348940] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.350153] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.351375] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.352829] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.354285] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.355767] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.359106] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.360396] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.361586] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.362855] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.366510] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.368032] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.387926] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.389857] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.391287] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.392709] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.394102] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.395424] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.396790] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.397855] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.399413] vgaarb: loaded\n[ 0.400013] vgaarb: bridge control possible 0000:00:02.0\n[ 0.401258] SCSI subsystem initialized\n[ 0.402216] ACPI: bus type USB registered\n[ 0.403050] usbcore: registered new interface driver usbfs\n[ 0.404091] usbcore: registered new interface driver hub\n[ 0.405121] usbcore: registered new device driver usb\n[ 0.406287] PCI: Using ACPI for IRQ routing\n[ 0.407431] NetLabel: Initializing\n[ 0.408154] NetLabel: domain hash size = 128\n[ 0.409014] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.409990] NetLabel: unlabeled traffic allowed by default\n[ 0.411178] clocksource: Switched to clocksource kvm-clock\n[ 0.419915] AppArmor: AppArmor Filesystem Enabled\n[ 0.420914] pnp: PnP ACPI init\n[ 0.421897] pnp: PnP ACPI: found 5 devices\n[ 0.428870] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.430599] NET: Registered protocol family 2\n[ 0.431702] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.433011] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.434228] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.435452] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.436544] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.437730] NET: Registered protocol family 1\n[ 0.438618] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.439732] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.440823] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.459566] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.478337] Trying to unpack rootfs image as initramfs...\n[ 0.535395] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.537102] Scanning for low memory corruption every 60 seconds\n[ 0.538514] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.539710] audit: initializing netlink subsys (disabled)\n[ 0.540772] audit: type=2000 audit(1534062126.678:1): initialized\n[ 0.542130] Initialise system trusted keyring\n[ 0.543130] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.544323] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.546629] zbud: loaded\n[ 0.547419] VFS: Disk quotas dquot_6.6.0\n[ 0.548265] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.549954] fuse init (API version 7.23)\n[ 0.550918] Key type big_key registered\n[ 0.551748] Allocating IMA MOK and blacklist keyrings.\n[ 0.553085] Key type asymmetric registered\n[ 0.553938] Asymmetric key parser 'x509' registered\n[ 0.554917] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.556464] io scheduler noop registered\n[ 0.557273] io scheduler deadline registered (default)\n[ 0.558287] io scheduler cfq registered\n[ 0.559154] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.560223] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.561541] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.563017] ACPI: Power Button [PWRF]\n[ 0.563945] GHES: HEST is not enabled!\n[ 0.582116] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.619052] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.621253] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.645385] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.647776] Linux agpgart interface v0.103\n[ 0.650782] brd: module loaded\n[ 0.652629] loop: module loaded\n[ 0.657020] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.658505] GPT:90111 != 20971519\n[ 0.659209] GPT:Alternate GPT header not at the end of the disk.\n[ 0.660322] GPT:90111 != 20971519\n[ 0.661020] GPT: Use GNU Parted to correct GPT errors.\n[ 0.662002] vda: vda1 vda15\n[ 0.663300] scsi host0: ata_piix\n[ 0.664145] scsi host1: ata_piix\n[ 0.664879] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.666113] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.667756] libphy: Fixed MDIO Bus: probed\n[ 0.668593] tun: Universal TUN/TAP device driver, 1.6\n[ 0.669558] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.671689] PPP generic driver version 2.4.2\n[ 0.672610] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.673830] ehci-pci: EHCI PCI platform driver\n[ 0.674720] ehci-platform: EHCI generic platform driver\n[ 0.675729] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.676879] ohci-pci: OHCI PCI platform driver\n[ 0.677780] ohci-platform: OHCI generic platform driver\n[ 0.678796] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.697499] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.698532] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.700016] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.701035] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.702193] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.703468] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.704925] usb usb1: Product: UHCI Host Controller\n[ 0.705879] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.707059] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.708065] hub 1-0:1.0: USB hub found\n[ 0.708880] hub 1-0:1.0: 2 ports detected\n[ 0.709838] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.712039] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.713025] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.714129] mousedev: PS/2 mouse device common for all mice\n[ 0.715353] rtc_cmos 00:00: RTC can wake from S4\n[ 0.716620] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.718357] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.719670] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.720895] i2c /dev entries driver\n[ 0.721687] device-mapper: uevent: version 1.0.3\n[ 0.722657] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.724320] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.725781] NET: Registered protocol family 10\n[ 0.726917] NET: Registered protocol family 17\n[ 0.727839] Key type dns_resolver registered\n[ 0.728852] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.729981] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.731118] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.732952] registered taskstats version 1\n[ 0.733816] Loading compiled-in X.509 certificates\n[ 0.735288] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.737182] zswap: loaded using pool lzo/zbud\n[ 0.738950] Key type trusted registered\n[ 0.740963] Key type encrypted registered\n[ 0.741807] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.742852] ima: No TPM chip found, activating TPM-bypass!\n[ 0.743937] evm: HMAC attrs: 0x1\n[ 0.755088] Magic number: 14:582:371\n[ 0.756040] rtc_cmos 00:00: setting system clock to 2018-08-12 08:22:06 UTC (1534062126)\n[ 0.757713] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.758854] EDD information not available.\n[ 0.824634] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.826240] Write protecting the kernel read-only data: 14336k\n[ 0.828394] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.830297] 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.892703] 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.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.200.201.5...\nLease of 10.200.201.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.200.201.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.95. iid=i-00000086\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=20953055,end=20971487\nvPing KO\n/dev/root resized successfully [took 15.34s]\nvPing KO\nvPing KO\nvPing OK\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 2 @ 3491.912 MHz\nCores/Sockets/Threads: 1/2/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 10737418240 \nvda1 253:1 10727964160 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCP8Opn2PMizFOb/ZseXDSMLrxqDHu0Xc8BUBGGLtlUnsWhjL3sJgE7OrT01XfcpicYewdklSjQ1XCw80wsnZfj/HQ9zYSk4r7ULgTOfJLwK75YfrdtxuXKt0vWrnbnD2F6MMayRFztggTjDxgQusreHWtjpfjMuAtycol5Tpk6VAuJahAmuXtQYeNgC2cRNootMrvsLKw6JkZUCjwOQni/tn5WD0qBjtJrdlomgv14iRDVAbs4j7WOdW6XpIH55WTRUYScmrMnDMTH2nd5gUvy0CpcExK9LhA2PZdCIRAqxt9dheHUA/xt8WK1HGfwZOPf4RHIqC5tzCZYsBHPk5QJ root@createinstancetwonettests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5\nssh-dss AAAAB3NzaC1kc3MAAACBALu14I8gwwPNUQzxYf4PDKloqe5rSCD99vUd6wVuelDMOn+2IMEIyw2tmhnkjSaYdu7Iyz6G4Ub02zXfxeRFAuSO4q28JNXLh3/JiplPQL+F/JBcyEN7Jw9OoS4Kcl7n15iOddGZATTyd5adZ+8CnkjDySAKNytikSEnTHFpAmGJAAAAFQDLXhRLhJY3WErjT2HVe0dnd2OcdwAAAIEAtFAQUyH8Spwt37+SAeNTnw7TfZtoVQmujNbaUmp6esdbMgyjdvfwlK+n5dD6TesSEbf6Wt6EfWhRAPFFuRA+zXejwiSQG85mqm6kkbLQAT0rRFGtj6wz8px8Uk1R0hUH9i2zB/mGkl1zpeQoxkyk5lw7sddgbrYfhbNw0zIj3EYAAACBAKq3Tn2LZF4nA5tfuOa+OUFT/IKQMQOasknehQ3n4xyqLd9AimBQ6dkLruebPXpmMV8f5Hj96UREg5sZT1ZJXDzvudaUfqV9KRE/tSja9rbOEN7KKfVXo7RbWMtYV4Gx0KlzS6WfjY5gz6NMPzSPCuwFO1vsu7sZvbD0aECL7V78 root@createinstancetwonettests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.200.201.5,24,fe80::f816:3eff:fe10:1db1/64,\nip-route:default via 10.200.201.1 dev eth0 \nip-route:10.200.201.0/24 dev eth0 src 10.200.201.5 \nip-route:169.254.169.254 via 10.200.201.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-00000086\nname: N/A\navailability-zone: nova\nlocal-hostname: createinstancetwonettests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=35.97 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncreateinstancetwonettests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5 login: "} 2018-08-12 08:22:43,874 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/d6163fef-3829-43af-a71a-23f3f9dcb861/action used request id req-07ba2517-6fa5-48d0-8fc7-fad6d5b758ac 2018-08-12 08:22:44,879 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/1cb0b154-19e2-4d58-b3b8-12f5294a79a4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5787562dedef5fe38fcd2fdbfd766ae0dfdd3a6" 2018-08-12 08:22:45,414 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:22: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-25882ada-a762-4c82-8ab6-e5f55b7f0d24 x-compute-request-id: req-25882ada-a762-4c82-8ab6-e5f55b7f0d24 Content-Encoding: gzip Content-Length: 762 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-net2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:79:b2:f4", "version": 4, "addr": "10.200.202.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/1cb0b154-19e2-4d58-b3b8-12f5294a79a4", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1cb0b154-19e2-4d58-b3b8-12f5294a79a4", "rel": "bookmark"}], "image": {"id": "7a3c0020-4bf2-4fa8-a544-a8314ac04ae4", "links": [{"href": "http://172.30.9.21:8774/images/7a3c0020-4bf2-4fa8-a544-a8314ac04ae4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:22:30.000000", "flavor": {"id": "9f6e86d7-04b8-4766-811a-cfb1975a4afc", "links": [{"href": "http://172.30.9.21:8774/flavors/9f6e86d7-04b8-4766-811a-cfb1975a4afc", "rel": "bookmark"}]}, "id": "1cb0b154-19e2-4d58-b3b8-12f5294a79a4", "security_groups": [{"name": "CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-sec-grp"}, {"name": "default"}], "user_id": "cc77846c4df3473fb8019140c3162575", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:22:30Z", "hostId": "9d4ec67e32edeb29e68c536284c68ea92f04f9c939c04ebc6849e39b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-inst2", "created": "2018-08-12T08:22:23Z", "tenant_id": "2fc410f605b04591be5effbe1da705fa", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:22:45,414 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/1cb0b154-19e2-4d58-b3b8-12f5294a79a4 used request id req-25882ada-a762-4c82-8ab6-e5f55b7f0d24 2018-08-12 08:22:45,417 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers/1cb0b154-19e2-4d58-b3b8-12f5294a79a4/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5787562dedef5fe38fcd2fdbfd766ae0dfdd3a6" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 08:22:45,487 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:22: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-1e839cc8-854b-4213-9892-694861e1b2bd x-compute-request-id: req-1e839cc8-854b-4213-9892-694861e1b2bd Content-Encoding: gzip Content-Length: 9609 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 0x000f6390-0x000f639f] mapped at [ffff8800000f6390]\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 0x00000000000F60F0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE15D1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE145D 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1551 000080 (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 505394119 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 2 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:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u1048576\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: 491664K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 32088K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, 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=2.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2\n[ 0.000000] NR_IRQS:16640 nr_irqs:440 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.138407] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.140068] pid_max: default: 32768 minimum: 301\n[ 0.140962] ACPI: Core revision 20150930\n[ 0.142356] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143666] Security Framework initialized\n[ 0.144478] Yama: becoming mindful.\n[ 0.145212] AppArmor: AppArmor initialized\n[ 0.146089] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147424] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148707] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149923] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151348] Initializing cgroup subsys io\n[ 0.152157] Initializing cgroup subsys memory\n[ 0.153012] Initializing cgroup subsys devices\n[ 0.153891] Initializing cgroup subsys freezer\n[ 0.154757] Initializing cgroup subsys net_cls\n[ 0.155619] Initializing cgroup subsys perf_event\n[ 0.156531] Initializing cgroup subsys net_prio\n[ 0.157411] Initializing cgroup subsys hugetlb\n[ 0.158282] Initializing cgroup subsys pids\n[ 0.159156] CPU: Physical Processor ID: 0\n[ 0.160646] mce: CPU supports 10 MCE banks\n[ 0.161501] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.162512] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164713] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170866] ftrace: allocating 31920 entries in 125 pages\n[ 0.196112] smpboot: Max logical packages: 2\n[ 0.196974] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198182] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.199529] x2apic enabled\n[ 0.200339] Switched APIC routing to physical x2apic.\n[ 0.202088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203297] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205448] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207447] KVM setup paravirtual spinlock\n[ 0.208891] x86: Booting SMP configuration:\n[ 0.209793] .... node #0, CPUs: #1\n[ 0.210691] kvm-clock: cpu 1, msr 0:1ffd3041, secondary cpu clock\n[ 0.232939] x86: Booted up 1 node, 2 CPUs\n[ 0.232941] KVM setup async PF for cpu 1\n[ 0.232944] kvm-stealtime: cpu 1, msr 1f90d940\n[ 0.235529] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.237041] devtmpfs: initialized\n[ 0.238796] evm: security.selinux\n[ 0.239493] evm: security.SMACK64\n[ 0.240188] evm: security.SMACK64EXEC\n[ 0.240950] evm: security.SMACK64TRANSMUTE\n[ 0.241778] evm: security.SMACK64MMAP\n[ 0.242519] evm: security.ima\n[ 0.243158] evm: security.capability\n[ 0.243992] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.245870] pinctrl core: initialized pinctrl subsystem\n[ 0.246970] RTC time: 8:22:30, date: 08/12/18\n[ 0.247945] NET: Registered protocol family 16\n[ 0.257870] cpuidle: using governor ladder\n[ 0.269963] cpuidle: using governor menu\n[ 0.270785] PCCT header not found.\n[ 0.271558] ACPI: bus type PCI registered\n[ 0.272361] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.273623] PCI: Using configuration type 1 for base access\n[ 0.287045] ACPI: Added _OSI(Module Device)\n[ 0.287932] ACPI: Added _OSI(Processor Device)\n[ 0.288794] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.289706] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.291667] ACPI: Interpreter enabled\n[ 0.292438] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.294306] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.296157] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.298015] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.299858] ACPI: (supports S0 S5)\n[ 0.300563] ACPI: Using IOAPIC for interrupt routing\n[ 0.301519] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.304919] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.306067] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.307291] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.308481] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.310736] acpiphp: Slot [3] registered\n[ 0.311536] acpiphp: Slot [4] registered\n[ 0.312349] acpiphp: Slot [5] registered\n[ 0.313151] acpiphp: Slot [6] registered\n[ 0.313949] acpiphp: Slot [7] registered\n[ 0.314748] acpiphp: Slot [8] registered\n[ 0.315544] acpiphp: Slot [9] registered\n[ 0.316342] acpiphp: Slot [10] registered\n[ 0.327120] acpiphp: Slot [11] registered\n[ 0.327935] acpiphp: Slot [12] registered\n[ 0.328746] acpiphp: Slot [13] registered\n[ 0.329563] acpiphp: Slot [14] registered\n[ 0.330378] acpiphp: Slot [15] registered\n[ 0.331198] acpiphp: Slot [16] registered\n[ 0.332016] acpiphp: Slot [17] registered\n[ 0.332825] acpiphp: Slot [18] registered\n[ 0.333635] acpiphp: Slot [19] registered\n[ 0.334447] acpiphp: Slot [20] registered\n[ 0.335272] acpiphp: Slot [21] registered\n[ 0.336088] acpiphp: Slot [22] registered\n[ 0.336902] acpiphp: Slot [23] registered\n[ 0.337745] acpiphp: Slot [24] registered\n[ 0.338554] acpiphp: Slot [25] registered\n[ 0.339373] acpiphp: Slot [26] registered\n[ 0.340194] acpiphp: Slot [27] registered\n[ 0.341023] acpiphp: Slot [28] registered\n[ 0.341878] acpiphp: Slot [29] registered\n[ 0.342690] acpiphp: Slot [30] registered\n[ 0.343508] acpiphp: Slot [31] registered\n[ 0.344317] PCI host bridge to bus 0000:00\n[ 0.345126] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.346345] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.347574] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.349029] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.350489] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.351966] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.355396] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.356687] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.357874] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.359147] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.362725] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.364224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.382868] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.384353] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.386147] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.387585] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.388984] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.390302] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.391642] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.392707] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.394266] vgaarb: loaded\n[ 0.394871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.396114] SCSI subsystem initialized\n[ 0.397065] ACPI: bus type USB registered\n[ 0.397904] usbcore: registered new interface driver usbfs\n[ 0.398940] usbcore: registered new interface driver hub\n[ 0.399955] usbcore: registered new device driver usb\n[ 0.401109] PCI: Using ACPI for IRQ routing\n[ 0.402257] NetLabel: Initializing\n[ 0.402983] NetLabel: domain hash size = 128\n[ 0.403831] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.404788] NetLabel: unlabeled traffic allowed by default\n[ 0.405976] clocksource: Switched to clocksource kvm-clock\n[ 0.414713] AppArmor: AppArmor Filesystem Enabled\n[ 0.415693] pnp: PnP ACPI init\n[ 0.416673] pnp: PnP ACPI: found 5 devices\n[ 0.423684] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.425414] NET: Registered protocol family 2\n[ 0.426508] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.427803] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.429001] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.430194] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.431279] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.432451] NET: Registered protocol family 1\n[ 0.433328] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.434425] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.435501] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.454258] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.473017] Trying to unpack rootfs image as initramfs...\n[ 0.530764] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.533216] Scanning for low memory corruption every 60 seconds\n[ 0.535263] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.537065] audit: initializing netlink subsys (disabled)\n[ 0.538695] audit: type=2000 audit(1534062151.138:1): initialized\n[ 0.540649] Initialise system trusted keyring\n[ 0.542129] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.543917] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.546828] zbud: loaded\n[ 0.547859] VFS: Disk quotas dquot_6.6.0\n[ 0.549076] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.551444] fuse init (API version 7.23)\n[ 0.552753] Key type big_key registered\n[ 0.553918] Allocating IMA MOK and blacklist keyrings.\n[ 0.555736] Key type asymmetric registered\n[ 0.556952] Asymmetric key parser 'x509' registered\n[ 0.558411] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.560618] io scheduler noop registered\n[ 0.561790] io scheduler deadline registered (default)\n[ 0.563288] io scheduler cfq registered\n[ 0.564497] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.566081] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.567999] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.570145] ACPI: Power Button [PWRF]\n[ 0.571422] GHES: HEST is not enabled!\n[ 0.590784] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.629347] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.632139] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.656805] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.659915] Linux agpgart interface v0.103\n[ 0.663383] brd: module loaded\n[ 0.665592] loop: module loaded\n[ 0.670513] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.672683] GPT:90111 != 20971519\n[ 0.673695] GPT:Alternate GPT header not at the end of the disk.\n[ 0.675371] GPT:90111 != 20971519\n[ 0.676384] GPT: Use GNU Parted to correct GPT errors.\n[ 0.677847] vda: vda1 vda15\n[ 0.679472] scsi host0: ata_piix\n[ 0.680625] scsi host1: ata_piix\n[ 0.681670] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.683535] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.685816] libphy: Fixed MDIO Bus: probed\n[ 0.687051] tun: Universal TUN/TAP device driver, 1.6\n[ 0.688474] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.691148] PPP generic driver version 2.4.2\n[ 0.692428] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.694223] ehci-pci: EHCI PCI platform driver\n[ 0.695500] ehci-platform: EHCI generic platform driver\n[ 0.696966] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.698622] ohci-pci: OHCI PCI platform driver\n[ 0.699934] ohci-platform: OHCI generic platform driver\n[ 0.701382] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.720886] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.722420] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.724587] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.725694] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.726869] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.728110] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.729569] usb usb1: Product: UHCI Host Controller\n[ 0.730530] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.731703] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.732700] hub 1-0:1.0: USB hub found\n[ 0.733484] hub 1-0:1.0: 2 ports detected\n[ 0.734472] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.736640] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.737609] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.738699] mousedev: PS/2 mouse device common for all mice\n[ 0.739938] rtc_cmos 00:00: RTC can wake from S4\n[ 0.741223] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.742491] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.744235] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.745531] i2c /dev entries driver\n[ 0.746352] device-mapper: uevent: version 1.0.3\n[ 0.747337] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.748979] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.750462] NET: Registered protocol family 10\n[ 0.751614] NET: Registered protocol family 17\n[ 0.752523] Key type dns_resolver registered\n[ 0.753507] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.755003] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.756118] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.757914] registered taskstats version 1\n[ 0.758787] Loading compiled-in X.509 certificates\n[ 0.760244] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.762130] zswap: loaded using pool lzo/zbud\n[ 0.763882] Key type trusted registered\n[ 0.766028] Key type encrypted registered\n[ 0.766866] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.767904] ima: No TPM chip found, activating TPM-bypass!\n[ 0.768956] evm: HMAC attrs: 0x1\n[ 0.780045] Magic number: 14:582:371\n[ 0.780941] rtc_cmos 00:00: setting system clock to 2018-08-12 08:22:31 UTC (1534062151)\n[ 0.782620] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.783752] EDD information not available.\n[ 0.839372] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.840942] Write protecting the kernel read-only data: 14336k\n[ 0.843084] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.844955] 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\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.81\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.026997] 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.200.202.5...\nLease of 10.200.202.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.200.202.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.99. iid=i-00000089\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=20953055,end=20971487\nvPing OK\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 2 @ 3491.912 MHz\nCores/Sockets/Threads: 1/2/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 10737418240 \nvda1 253:1 10727964160 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCjCc6T6wBYxzQD603yJAizbfCyImYNImWHLQbzxbRPrIKJNen1yxITHBcABSF+HPE7ecFjLHhAZFlgV0uFP1LdXmhSdxGJl0r4egLUhU8qBPh1m9xh18C0BdFzrcG0NWJZHufurV0cV9o1TeYHyYQzlLYZ1hmLtHFFxd6k4x1R5NJ/+HLoH9OcI11f2urW9ZA8jizroVyldpX50nW/GIUtxktgbOT6b13w07Bh5e3mFrf3ybQ8Lec9u94QG79x6CkVKQlVDzu7fD2E7/qJbOizVDNQjijhxCCZbTfatuVWmkuc3fGpOcPKj7ig0leu9IWyApelVMihx34ZruNsjtOL root@createinstancetwonettests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5\nssh-dss AAAAB3NzaC1kc3MAAACBANYxagv2sEBdamhCDbIKQ47nOKG2MhiCbZNLi9xznVT2rThbhqSg7SAj4/CQGDslqJjMCVl4IvJZ8q7Ccqme8EWsy7hPsgWl9VKBLssh2Aq9KDd894r13JDctfVcW+ZYcQm1KjNrWuXmBSy04c4N7n1a4/FvljHS99doqX6sFKgPAAAAFQCzBPKrVTRx8n7pcabILWeIZHhmJQAAAIAlYOdVWWBSI2AcJgSsdiDZGeU0N8ljSotL5NvdMwmfVQC48099kTEYs57RwBk+dyGtcir6W5TUe/s31+wGKrPtyt2prUorKHuY2C7eWETaln/ljJk2WN5od2XHNQ7YfC0BQANMLhwqAk9VZCdPwzuS9jRJfNY61tB9U9xH0ZjgYgAAAIA9NORyRWoK9fXkZwXe32+1uhxWioOtNfc68feDYzofxk9J5x6AOAh2y6mieWJW2ifHIQHd5djseI0Mgmn0E9uOforS+Zv3elgn4gpehmxzNmNvXTKJvbHyAbgXrthad8/Rnr9ZO0w9bYMScbqrbdBYTIpy0E5IsbuHcSqWUKbYTA== root@createinstancetwonettests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.200.202.5,24,fe80::f816:3eff:fe79:b2f4/64,\nip-route:default via 10.200.202.1 dev eth0 \nip-route:10.200.202.0/24 dev eth0 src 10.200.202.5 \nip-route:169.254.169.254 via 10.200.202.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-00000089\nname: N/A\navailability-zone: nova\nlocal-hostname: createinstancetwonettests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.61 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncreateinstancetwonettests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5 login: "} 2018-08-12 08:22:45,488 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/1cb0b154-19e2-4d58-b3b8-12f5294a79a4/action used request id req-1e839cc8-854b-4213-9892-694861e1b2bd 2018-08-12 08:22:45,489 - create_instance - INFO - Deleting Port with ID - 5b2b3480-2723-4cb9-86d1-f8423697664f 2018-08-12 08:22:45,490 - neutron_utils - INFO - Deleting port with name CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-vm1-port 2018-08-12 08:22:45,495 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/ports/5b2b3480-2723-4cb9-86d1-f8423697664f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf285d3467ea79844934a9fc6b4ae93a790920c7" 2018-08-12 08:22:45,983 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b5d2cdd1-b002-4317-81e9-48bc789126ac Date: Sun, 12 Aug 2018 08:22:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:22:45,983 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/ports/5b2b3480-2723-4cb9-86d1-f8423697664f used request id req-b5d2cdd1-b002-4317-81e9-48bc789126ac 2018-08-12 08:22:45,984 - create_instance - INFO - Deleting VM instance - CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-inst1 2018-08-12 08:22:45,987 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/servers/d6163fef-3829-43af-a71a-23f3f9dcb861 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf285d3467ea79844934a9fc6b4ae93a790920c7" 2018-08-12 08:22:46,160 - novaclient.v2.client - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:22: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-523e65b1-94d2-4e4e-8563-26f07751e79b x-compute-request-id: req-523e65b1-94d2-4e4e-8563-26f07751e79b Content-Type: application/json 2018-08-12 08:22:46,160 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/d6163fef-3829-43af-a71a-23f3f9dcb861 used request id req-523e65b1-94d2-4e4e-8563-26f07751e79b 2018-08-12 08:22:46,160 - create_instance - INFO - Checking deletion status 2018-08-12 08:22:46,163 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/d6163fef-3829-43af-a71a-23f3f9dcb861 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf285d3467ea79844934a9fc6b4ae93a790920c7" 2018-08-12 08:22:46,608 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:22: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-fe7a303b-ec7b-4794-bc5a-404bcd279926 x-compute-request-id: req-fe7a303b-ec7b-4794-bc5a-404bcd279926 Content-Encoding: gzip Content-Length: 735 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-net1": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:10:1d:b1", "version": 4, "addr": "10.200.201.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/d6163fef-3829-43af-a71a-23f3f9dcb861", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/d6163fef-3829-43af-a71a-23f3f9dcb861", "rel": "bookmark"}], "image": {"id": "7a3c0020-4bf2-4fa8-a544-a8314ac04ae4", "links": [{"href": "http://172.30.9.21:8774/images/7a3c0020-4bf2-4fa8-a544-a8314ac04ae4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:22:05.000000", "flavor": {"id": "9f6e86d7-04b8-4766-811a-cfb1975a4afc", "links": [{"href": "http://172.30.9.21:8774/flavors/9f6e86d7-04b8-4766-811a-cfb1975a4afc", "rel": "bookmark"}]}, "id": "d6163fef-3829-43af-a71a-23f3f9dcb861", "user_id": "cc77846c4df3473fb8019140c3162575", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:22:46Z", "hostId": "9d4ec67e32edeb29e68c536284c68ea92f04f9c939c04ebc6849e39b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-inst1", "created": "2018-08-12T08:21:57Z", "tenant_id": "2fc410f605b04591be5effbe1da705fa", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:22:46,609 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/d6163fef-3829-43af-a71a-23f3f9dcb861 used request id req-fe7a303b-ec7b-4794-bc5a-404bcd279926 2018-08-12 08:22:46,609 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-inst1] is - ACTIVE 2018-08-12 08:22:46,609 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-12 08:22:49,612 - create_instance - DEBUG - VM status query timeout in 296.547956944 2018-08-12 08:22:49,615 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/d6163fef-3829-43af-a71a-23f3f9dcb861 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf285d3467ea79844934a9fc6b4ae93a790920c7" 2018-08-12 08:22:49,667 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:22: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-09e5c693-44e7-43a1-879e-53262839282c x-compute-request-id: req-09e5c693-44e7-43a1-879e-53262839282c Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance d6163fef-3829-43af-a71a-23f3f9dcb861 could not be found.", "code": 404}} 2018-08-12 08:22:49,667 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/d6163fef-3829-43af-a71a-23f3f9dcb861 used request id req-09e5c693-44e7-43a1-879e-53262839282c 2018-08-12 08:22:49,667 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance d6163fef-3829-43af-a71a-23f3f9dcb861 could not be found. (HTTP 404) (Request-ID: req-09e5c693-44e7-43a1-879e-53262839282c) 2018-08-12 08:22:49,667 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-inst1 2018-08-12 08:22:49,668 - create_instance - INFO - Deleting Port with ID - a5cde3f3-d215-49de-83f4-cd9e61d65647 2018-08-12 08:22:49,669 - neutron_utils - INFO - Deleting port with name CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-vm2-port 2018-08-12 08:22:49,674 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/ports/a5cde3f3-d215-49de-83f4-cd9e61d65647 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5787562dedef5fe38fcd2fdbfd766ae0dfdd3a6" 2018-08-12 08:22:50,447 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-0f2425f8-36bd-4e62-9141-e7d8ea71c0b4 Date: Sun, 12 Aug 2018 08:22:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:22:50,448 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/ports/a5cde3f3-d215-49de-83f4-cd9e61d65647 used request id req-0f2425f8-36bd-4e62-9141-e7d8ea71c0b4 2018-08-12 08:22:50,448 - create_instance - INFO - Deleting VM instance - CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-inst2 2018-08-12 08:22:50,451 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/servers/1cb0b154-19e2-4d58-b3b8-12f5294a79a4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5787562dedef5fe38fcd2fdbfd766ae0dfdd3a6" 2018-08-12 08:22:50,596 - novaclient.v2.client - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:22: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-5b3a6b85-2fc9-4de6-a7b4-68bfc6ee4f4c x-compute-request-id: req-5b3a6b85-2fc9-4de6-a7b4-68bfc6ee4f4c Content-Type: application/json 2018-08-12 08:22:50,597 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/1cb0b154-19e2-4d58-b3b8-12f5294a79a4 used request id req-5b3a6b85-2fc9-4de6-a7b4-68bfc6ee4f4c 2018-08-12 08:22:50,597 - create_instance - INFO - Checking deletion status 2018-08-12 08:22:50,600 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/1cb0b154-19e2-4d58-b3b8-12f5294a79a4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5787562dedef5fe38fcd2fdbfd766ae0dfdd3a6" 2018-08-12 08:22:50,920 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:22: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-0365636d-7fc6-474b-b4d2-408c18230625 x-compute-request-id: req-0365636d-7fc6-474b-b4d2-408c18230625 Content-Encoding: gzip Content-Length: 734 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-net2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:79:b2:f4", "version": 4, "addr": "10.200.202.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/1cb0b154-19e2-4d58-b3b8-12f5294a79a4", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1cb0b154-19e2-4d58-b3b8-12f5294a79a4", "rel": "bookmark"}], "image": {"id": "7a3c0020-4bf2-4fa8-a544-a8314ac04ae4", "links": [{"href": "http://172.30.9.21:8774/images/7a3c0020-4bf2-4fa8-a544-a8314ac04ae4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:22:30.000000", "flavor": {"id": "9f6e86d7-04b8-4766-811a-cfb1975a4afc", "links": [{"href": "http://172.30.9.21:8774/flavors/9f6e86d7-04b8-4766-811a-cfb1975a4afc", "rel": "bookmark"}]}, "id": "1cb0b154-19e2-4d58-b3b8-12f5294a79a4", "user_id": "cc77846c4df3473fb8019140c3162575", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:22:50Z", "hostId": "9d4ec67e32edeb29e68c536284c68ea92f04f9c939c04ebc6849e39b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-inst2", "created": "2018-08-12T08:22:23Z", "tenant_id": "2fc410f605b04591be5effbe1da705fa", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:22:50,920 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/1cb0b154-19e2-4d58-b3b8-12f5294a79a4 used request id req-0365636d-7fc6-474b-b4d2-408c18230625 2018-08-12 08:22:50,921 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-inst2] is - ACTIVE 2018-08-12 08:22:50,921 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-12 08:22:53,924 - create_instance - DEBUG - VM status query timeout in 296.673171997 2018-08-12 08:22:53,927 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/1cb0b154-19e2-4d58-b3b8-12f5294a79a4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5787562dedef5fe38fcd2fdbfd766ae0dfdd3a6" 2018-08-12 08:22:53,976 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:22: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-83f623cf-f001-40af-989d-9c165ee93627 x-compute-request-id: req-83f623cf-f001-40af-989d-9c165ee93627 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 1cb0b154-19e2-4d58-b3b8-12f5294a79a4 could not be found.", "code": 404}} 2018-08-12 08:22:53,976 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/1cb0b154-19e2-4d58-b3b8-12f5294a79a4 used request id req-83f623cf-f001-40af-989d-9c165ee93627 2018-08-12 08:22:53,977 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 1cb0b154-19e2-4d58-b3b8-12f5294a79a4 could not be found. (HTTP 404) (Request-ID: req-83f623cf-f001-40af-989d-9c165ee93627) 2018-08-12 08:22:53,977 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-inst2 2018-08-12 08:22:53,981 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/flavors/9f6e86d7-04b8-4766-811a-cfb1975a4afc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1a722be2dd0d241fb7da6924630581b90dee865" 2018-08-12 08:22:54,013 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 08:22: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-302c4863-b03b-4c3f-944f-609585b74890 x-compute-request-id: req-302c4863-b03b-4c3f-944f-609585b74890 Content-Length: 0 Content-Type: application/json 2018-08-12 08:22:54,013 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/9f6e86d7-04b8-4766-811a-cfb1975a4afc used request id req-302c4863-b03b-4c3f-944f-609585b74890 2018-08-12 08:22:54,014 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-pub-router and port CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-router-port1 2018-08-12 08:22:54,014 - neutron_utils - INFO - Removing router interface from router named CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-pub-router 2018-08-12 08:22:54,019 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9696/v2.0/routers/efb11703-0646-4ed9-90ce-a9738dfd4e5d/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d29fe88d100af811be04c9fd83fc661fb7f45f6a" -d '{"port_id": "afb19ca7-b5e0-458b-b4c6-e1b1a56939ac"}' 2018-08-12 08:22:55,443 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-f4f8f226-cf19-4fe2-a896-7964d013b076 Date: Sun, 12 Aug 2018 08:22:55 GMT RESP BODY: {"network_id": "f631d83b-a663-48f5-a5d2-455ac0465b0d", "tenant_id": "2fc410f605b04591be5effbe1da705fa", "subnet_id": "e4e57ca0-35f5-41c1-9872-db7bf10b6941", "subnet_ids": ["e4e57ca0-35f5-41c1-9872-db7bf10b6941"], "port_id": "afb19ca7-b5e0-458b-b4c6-e1b1a56939ac", "id": "efb11703-0646-4ed9-90ce-a9738dfd4e5d"} 2018-08-12 08:22:55,443 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/efb11703-0646-4ed9-90ce-a9738dfd4e5d/remove_router_interface used request id req-f4f8f226-cf19-4fe2-a896-7964d013b076 2018-08-12 08:22:55,444 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-pub-router and port CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-router-port2 2018-08-12 08:22:55,444 - neutron_utils - INFO - Removing router interface from router named CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-pub-router 2018-08-12 08:22:55,449 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9696/v2.0/routers/efb11703-0646-4ed9-90ce-a9738dfd4e5d/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d29fe88d100af811be04c9fd83fc661fb7f45f6a" -d '{"port_id": "210c4f72-f735-42cd-9f21-03c7e02b3b22"}' 2018-08-12 08:22:56,991 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-2b558765-8499-44f7-ae42-04afc9814cbe Date: Sun, 12 Aug 2018 08:22:56 GMT RESP BODY: {"network_id": "e41365e9-dc15-4a00-b85d-200dcc4fb2db", "tenant_id": "2fc410f605b04591be5effbe1da705fa", "subnet_id": "18d57032-15d9-4609-b879-48b7657965ae", "subnet_ids": ["18d57032-15d9-4609-b879-48b7657965ae"], "port_id": "210c4f72-f735-42cd-9f21-03c7e02b3b22", "id": "efb11703-0646-4ed9-90ce-a9738dfd4e5d"} 2018-08-12 08:22:56,991 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/efb11703-0646-4ed9-90ce-a9738dfd4e5d/remove_router_interface used request id req-2b558765-8499-44f7-ae42-04afc9814cbe 2018-08-12 08:22:56,991 - OpenStackNetwork - INFO - Removing router CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-pub-router 2018-08-12 08:22:56,992 - neutron_utils - INFO - Deleting router with name - CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-pub-router 2018-08-12 08:22:56,997 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/routers/efb11703-0646-4ed9-90ce-a9738dfd4e5d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d29fe88d100af811be04c9fd83fc661fb7f45f6a" 2018-08-12 08:22:57,667 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-200e7718-e996-4d83-ae0f-874a1a414da5 Content-Length: 0 Date: Sun, 12 Aug 2018 08:22:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:22:57,667 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/efb11703-0646-4ed9-90ce-a9738dfd4e5d used request id req-200e7718-e996-4d83-ae0f-874a1a414da5 2018-08-12 08:22:57,668 - neutron_utils - INFO - Deleting subnet with name CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-subnet1 2018-08-12 08:22:57,668 - neutron_utils - INFO - Deleting subnet with name CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-subnet1 2018-08-12 08:22:57,673 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/e4e57ca0-35f5-41c1-9872-db7bf10b6941 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96a760f33417823d729107b52978e640b0ad2a99" 2018-08-12 08:23:00,121 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f90a4719-d471-461f-8878-6ca733546b6f Date: Sun, 12 Aug 2018 08:23:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:23:00,121 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/e4e57ca0-35f5-41c1-9872-db7bf10b6941 used request id req-f90a4719-d471-461f-8878-6ca733546b6f 2018-08-12 08:23:00,121 - neutron_utils - INFO - Deleting network with name CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-net1 2018-08-12 08:23:00,127 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/f631d83b-a663-48f5-a5d2-455ac0465b0d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96a760f33417823d729107b52978e640b0ad2a99" 2018-08-12 08:23:02,234 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-46a51aff-99eb-40aa-8e12-79986bb1c469 Date: Sun, 12 Aug 2018 08:23:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:23:02,234 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/f631d83b-a663-48f5-a5d2-455ac0465b0d used request id req-46a51aff-99eb-40aa-8e12-79986bb1c469 2018-08-12 08:23:02,235 - neutron_utils - INFO - Deleting subnet with name CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-subnet2 2018-08-12 08:23:02,235 - neutron_utils - INFO - Deleting subnet with name CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-subnet2 2018-08-12 08:23:02,240 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/18d57032-15d9-4609-b879-48b7657965ae -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a84b487ce29bd76d698f0b79d28e2c524bc2373" 2018-08-12 08:23:04,887 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a29a13c1-97d7-4993-9187-2a4bfa1f62f8 Date: Sun, 12 Aug 2018 08:23:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:23:04,887 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/18d57032-15d9-4609-b879-48b7657965ae used request id req-a29a13c1-97d7-4993-9187-2a4bfa1f62f8 2018-08-12 08:23:04,887 - neutron_utils - INFO - Deleting network with name CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-net2 2018-08-12 08:23:04,893 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/e41365e9-dc15-4a00-b85d-200dcc4fb2db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a84b487ce29bd76d698f0b79d28e2c524bc2373" 2018-08-12 08:23:06,360 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-69ad8dee-5556-4882-884f-753fb3951666 Date: Sun, 12 Aug 2018 08:23:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:23:06,361 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/e41365e9-dc15-4a00-b85d-200dcc4fb2db used request id req-69ad8dee-5556-4882-884f-753fb3951666 2018-08-12 08:23:06,362 - neutron_utils - INFO - Deleting security group rule with ID - a0aa5c88-0279-423f-b9db-ecf31883e0fa 2018-08-12 08:23:06,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/a0aa5c88-0279-423f-b9db-ecf31883e0fa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff664f9b97a4e9c6c28f8a716cb0cd0f636b550d" 2018-08-12 08:23:06,670 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a3f155cd-153f-42b4-bbe2-571db18bb3a2 Content-Length: 0 Date: Sun, 12 Aug 2018 08:23:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:23:06,671 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/a0aa5c88-0279-423f-b9db-ecf31883e0fa used request id req-a3f155cd-153f-42b4-bbe2-571db18bb3a2 2018-08-12 08:23:06,671 - neutron_utils - INFO - Deleting security group rule with ID - 67c750ab-2a3d-42e1-b148-b43615152cac 2018-08-12 08:23:06,676 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/67c750ab-2a3d-42e1-b148-b43615152cac -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff664f9b97a4e9c6c28f8a716cb0cd0f636b550d" 2018-08-12 08:23:07,013 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-66eaaf09-c61e-4881-9cd7-85fa309a3993 Content-Length: 0 Date: Sun, 12 Aug 2018 08:23:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:23:07,013 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/67c750ab-2a3d-42e1-b148-b43615152cac used request id req-66eaaf09-c61e-4881-9cd7-85fa309a3993 2018-08-12 08:23:07,014 - neutron_utils - INFO - Deleting security group rule with ID - e6bcb174-23d9-4bfd-a6e5-6048c3d11a3c 2018-08-12 08:23:07,020 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/e6bcb174-23d9-4bfd-a6e5-6048c3d11a3c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff664f9b97a4e9c6c28f8a716cb0cd0f636b550d" 2018-08-12 08:23:07,297 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-27cb7d20-8bad-4e6a-ab1f-ff24bd745311 Content-Length: 0 Date: Sun, 12 Aug 2018 08:23:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:23:07,297 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/e6bcb174-23d9-4bfd-a6e5-6048c3d11a3c used request id req-27cb7d20-8bad-4e6a-ab1f-ff24bd745311 2018-08-12 08:23:07,297 - neutron_utils - INFO - Deleting security group rule with ID - d9f44975-9daf-4d6f-b0a5-7d9f3ec82e83 2018-08-12 08:23:07,302 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/d9f44975-9daf-4d6f-b0a5-7d9f3ec82e83 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff664f9b97a4e9c6c28f8a716cb0cd0f636b550d" 2018-08-12 08:23:07,607 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-5196b9e3-1877-4103-8786-914121cbce0e Content-Length: 0 Date: Sun, 12 Aug 2018 08:23:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:23:07,607 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/d9f44975-9daf-4d6f-b0a5-7d9f3ec82e83 used request id req-5196b9e3-1877-4103-8786-914121cbce0e 2018-08-12 08:23:07,607 - neutron_utils - INFO - Deleting security group with name - CreateInstanceTwoNetTests-8c18d4b3-6b55-48e5-b1eb-b1397c3af4f5-sec-grp 2018-08-12 08:23:07,612 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/71c01da6-7d68-4b2b-abd6-c8cc9a1050cf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff664f9b97a4e9c6c28f8a716cb0cd0f636b550d" 2018-08-12 08:23:07,978 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-83f3b4ff-9f03-4532-842f-42bc73174a9c Content-Length: 0 Date: Sun, 12 Aug 2018 08:23:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:23:07,978 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/71c01da6-7d68-4b2b-abd6-c8cc9a1050cf used request id req-83f3b4ff-9f03-4532-842f-42bc73174a9c 2018-08-12 08:23:07,979 - glance_utils - INFO - Deleting image named - CreateInstanceTwoNetTests-bf77678e-6d39-4076-a9e8-14e4b04efcf5 2018-08-12 08:23:07,981 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/7a3c0020-4bf2-4fa8-a544-a8314ac04ae4 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1b73ec43a887d075771830a655c2820e42e7c671" 2018-08-12 08:23:08,512 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-bca848b0-bb38-490b-8e96-e44ba3c7771b Date: Sun, 12 Aug 2018 08:23: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 08:23:08,512 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/7a3c0020-4bf2-4fa8-a544-a8314ac04ae4 used request id req-bca848b0-bb38-490b-8e96-e44ba3c7771b 2018-08-12 08:23:08,513 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:23:08,513 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:23:08,513 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:23:08,514 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:23:08,514 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:23:08,520 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cea6f1a1366d15d36e8eb060f5a3808fa7555b59" 2018-08-12 08:23:08,805 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 45548 X-Openstack-Request-Id: req-eaf75ce7-e6e6-4690-924e-4b9d78c34b70 Date: Sun, 12 Aug 2018 08:23:08 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "created_at": "2018-08-12T06:59:44Z", "updated_at": "2018-08-12T06:59:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "1d7fd960-7865-4453-aecc-8d399b4fad21", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "66820d8a-b785-4b18-bd67-500221c8e4f9", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "74fc7638-a322-4841-8c47-06d36174a200", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "8eaa09ec-8419-4582-9312-1e527afe6e4b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}], "revision_number": 4, "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "created_at": "2018-08-12T05:12:34Z", "updated_at": "2018-08-12T05:12:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "709513d2-af7d-4d0b-bd3c-604fed75a711", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "aa346066-e46f-44f2-94be-2884aa998a19", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "c15f7b93-e56c-4afa-867d-2acb286d4b7b", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "cb0ef83f-5f70-4a80-ad35-431ca9df551e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}], "revision_number": 4, "project_id": "fa5a7fe6ee54472ba01638877aade8e3", "id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ea65becf30e54b27aa96a449698a435e", "created_at": "2018-08-12T05:10:35Z", "updated_at": "2018-08-12T05:10:35Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "30ad280c-f302-4cd4-a438-5139917b56f9", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "76115c4c-887d-4f0a-83e2-486e4b39c713", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "8ab14937-4c08-4d43-8a9a-662e622cc643", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "ee757a03-5662-4273-9c3e-6212e7afb48f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}], "revision_number": 4, "project_id": "ea65becf30e54b27aa96a449698a435e", "id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "created_at": "2018-08-12T06:20:09Z", "updated_at": "2018-08-12T06:20:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "1123b8f2-75ac-4a26-b9b2-a96da97408e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "2ddd2b93-e080-48cd-9a50-f5fe8a82ad0c", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "cd1bae62-0aea-4438-b4c3-50a69ae6f855", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "e398e01e-ceea-46d1-9534-b929808c4a5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}], "revision_number": 4, "project_id": "ff7abd7bb61f4f2889831e932d65dc2e", "id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "created_at": "2018-08-12T05:34:57Z", "updated_at": "2018-08-12T05:34:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "208a1c1e-f5f8-49c7-9a25-d07e68b1541f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "27bfd867-e607-4bf8-9de8-60682d3f771d", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "49360e1f-6fd3-4f35-b339-24cea95773ee", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "60f631a9-d305-4920-9631-d0543e2ac64f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}], "revision_number": 4, "project_id": "3a85ceae958d4d9fba68847e7df67db8", "id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "created_at": "2018-08-12T05:34:40Z", "updated_at": "2018-08-12T05:34:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "2192c259-363e-4768-ae73-e75837ad63b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "3f87ddc5-f84d-41dc-8215-847724782569", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "7d89f6da-ea78-49dd-9115-f9ad23b250bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "9ec4497d-0f65-44db-9be9-7b3042e4a584", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}], "revision_number": 4, "project_id": "85517fcf1c6247e699fdcdd42ecc8c79", "id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "created_at": "2018-08-12T05:16:02Z", "updated_at": "2018-08-12T05:16:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "1ecacd8c-c1c7-4a66-9871-406a69323b43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "3cc1750c-e0e7-4902-b6f3-494a161b832e", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "d719a7a4-8c99-44ed-8c12-6bf071890203", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "fe7421b5-d577-41da-8c78-62f3c07eda92", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}], "revision_number": 4, "project_id": "a267b9a156244bb192691cff6e5f74fe", "id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "315a428116f24d9fbb826b37080a918e", "created_at": "2018-08-12T05:11:31Z", "updated_at": "2018-08-12T05:11:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "5e52886a-1dc3-4a81-a55d-f388dc4fd1a1", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "678e32e4-d64c-448a-a4ab-e253ab94ae90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "a8da1539-e3ad-4f90-b2df-3dc1f09d228a", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "b73d5cc9-0205-4658-bb1f-61a042c0ab8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}], "revision_number": 4, "project_id": "315a428116f24d9fbb826b37080a918e", "id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-12T05:08:01Z", "updated_at": "2018-08-12T05:08:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:01Z", "revision_number": 0, "id": "0fb05d03-1117-45d0-930c-b6d4c96ef102", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "4faaab33-5788-4bbd-85b8-0fb44d41413a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "96d0c5a0-5c67-421b-8fc8-2b46d77e5db3", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "dd78519b-4bc5-4e8e-ad0f-58089dd69347", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "11a46741b7954b959fd7764109c047b6", "created_at": "2018-08-12T05:34:51Z", "updated_at": "2018-08-12T05:34:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "0b67bf3c-2289-43bb-ab6c-7d25ec32a279", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "51f3f833-337a-42bd-a8d5-742ea8d6c226", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "571fd0b5-ef90-408d-af33-aafb517b8993", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "944ba823-fb9c-496e-a66e-bb426bb14a8d", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}], "revision_number": 4, "project_id": "11a46741b7954b959fd7764109c047b6", "id": "90af9782-8112-4257-801d-ee5115d226ba", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "created_at": "2018-08-12T05:34:26Z", "updated_at": "2018-08-12T05:34:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "2ee1f63a-807c-4d6a-85ee-dd784f6b8c3f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5dec3ec2-2add-47dd-8618-90659dcf3885", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5ea0dc3e-49d0-43f0-94e9-f6443527d14c", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "fbfaca22-7e3e-4128-8973-43e439b77c28", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}], "revision_number": 4, "project_id": "3c01cd58055c44ecaef39f7e625c2258", "id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "521007c1818145639e93ceb270559219", "created_at": "2018-08-12T05:13:27Z", "updated_at": "2018-08-12T05:13:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "5e7fede5-b0f2-47d8-95c3-516cdfc7f9de", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "8fd0e36f-c6c4-4f64-ba97-40439e614448", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "db7d79de-1dfc-4138-945f-91e74cdc266b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "e87f2cff-ff3e-4b6d-aaf0-7f0eb0ab9f05", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}], "revision_number": 4, "project_id": "521007c1818145639e93ceb270559219", "id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2fc410f605b04591be5effbe1da705fa", "created_at": "2018-08-12T08:21:23Z", "updated_at": "2018-08-12T08:21:24Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:21:23Z", "revision_number": 0, "id": "06889a7d-ea6b-45f8-9966-13c8a3d9a811", "remote_group_id": "c328508f-6c74-4ee2-b846-b448af973066", "remote_ip_prefix": null, "created_at": "2018-08-12T08:21:23Z", "security_group_id": "c328508f-6c74-4ee2-b846-b448af973066", "tenant_id": "2fc410f605b04591be5effbe1da705fa", "port_range_min": null, "ethertype": "IPv4", "project_id": "2fc410f605b04591be5effbe1da705fa"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:21:24Z", "revision_number": 0, "id": "15cfab89-938f-4b55-82dc-6c1c664f6dda", "remote_group_id": "c328508f-6c74-4ee2-b846-b448af973066", "remote_ip_prefix": null, "created_at": "2018-08-12T08:21:24Z", "security_group_id": "c328508f-6c74-4ee2-b846-b448af973066", "tenant_id": "2fc410f605b04591be5effbe1da705fa", "port_range_min": null, "ethertype": "IPv6", "project_id": "2fc410f605b04591be5effbe1da705fa"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:21:24Z", "revision_number": 0, "id": "17b98f19-edd4-4572-83ac-5fb2d47cdef0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:21:24Z", "security_group_id": "c328508f-6c74-4ee2-b846-b448af973066", "tenant_id": "2fc410f605b04591be5effbe1da705fa", "port_range_min": null, "ethertype": "IPv6", "project_id": "2fc410f605b04591be5effbe1da705fa"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:21:23Z", "revision_number": 0, "id": "8dd39a2e-8d82-4a11-9878-29d133876c1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:21:23Z", "security_group_id": "c328508f-6c74-4ee2-b846-b448af973066", "tenant_id": "2fc410f605b04591be5effbe1da705fa", "port_range_min": null, "ethertype": "IPv4", "project_id": "2fc410f605b04591be5effbe1da705fa"}], "revision_number": 4, "project_id": "2fc410f605b04591be5effbe1da705fa", "id": "c328508f-6c74-4ee2-b846-b448af973066", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "created_at": "2018-08-12T05:08:18Z", "updated_at": "2018-08-12T05:08:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "3c67be40-bf74-4f97-9693-d93ce73a23b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "6112d869-2fc6-4a25-a13c-3d55cd7206c0", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "bdf21c56-453e-482e-9cba-3c55abcb0339", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "c8e92c39-38cc-4f48-be9c-5f0912e6a725", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}], "revision_number": 4, "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "created_at": "2018-08-12T05:04:23Z", "updated_at": "2018-08-12T05:04:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "280546d9-8ad1-4283-abfc-15ee9b1736c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "58bce125-f2ca-4a6d-b9ca-4e6cf5c0f7a5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "69275b9a-cfb5-482c-a9c4-8ffc79adf2c7", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "6d747f3a-3764-469a-a645-f977585c5aac", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}], "revision_number": 4, "project_id": "310f5853751a4c968f3eeb0a3d99a0a8", "id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "created_at": "2018-08-12T05:34:42Z", "updated_at": "2018-08-12T05:34:42Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "199582e8-25aa-457a-aa7c-6d8413ca4464", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "234f3609-4454-448f-919d-c8143c7cd764", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "c1061460-71a2-49a9-a04b-9fa33eeb17ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "d21ac532-51d8-4d6b-8300-7bac216759bf", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}], "revision_number": 4, "project_id": "9f6c1a272706419c9a74b0893b2890e8", "id": "d6739716-c693-460c-89c6-e7c8c48f8245", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "created_at": "2018-08-12T05:34:54Z", "updated_at": "2018-08-12T05:34:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "0633a05a-ee7d-4476-a56b-75d011b22f77", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "6cc1b9f8-73db-47a3-a0e0-3c96c43f34da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "90d99a6b-e94f-4fd8-a10c-f19dd8954c13", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "e843c139-af2a-4d2c-a24f-59f7b10ff72e", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}], "revision_number": 4, "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "created_at": "2018-08-12T05:09:07Z", "updated_at": "2018-08-12T05:09:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "5495e168-f505-4d74-ae6d-387f0bf533c2", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "6fd19b8b-3062-456e-81ba-3ff37fe43429", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8ca59d25-485c-46ce-939c-2e4a468caeac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8f190846-50a0-42b9-b571-390809b752b1", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}], "revision_number": 4, "project_id": "fa9ca6d7608b4d7d87ce97331679a481", "id": "edcd9b17-9416-4c25-823c-060c435e18d7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "created_at": "2018-08-12T05:34:52Z", "updated_at": "2018-08-12T05:34:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "2c7e484e-6ec5-4a95-8c9c-66d294c0c27e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "70c74258-3c2c-4efc-87e0-079c26ee3417", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "b70382fa-082e-4c2b-abc8-87490fa50b11", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "c3628e02-b4b6-42c9-8751-c1a2d3c19caa", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}], "revision_number": 4, "project_id": "87db863ba6e348b0a5ddcb67053db9d1", "id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "name": "default"}]} 2018-08-12 08:23:08,807 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-eaf75ce7-e6e6-4690-924e-4b9d78c34b70 2018-08-12 08:23:08,814 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cea6f1a1366d15d36e8eb060f5a3808fa7555b59" 2018-08-12 08:23:08,908 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:23:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-09ddfd97-b143-47e2-b00b-3d414e2630c3 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 5fe28c13d4d74ba2be8d019ac1ea6363.", "code": 404, "title": "Not Found"}} 2018-08-12 08:23:08,908 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 used request id req-09ddfd97-b143-47e2-b00b-3d414e2630c3 2018-08-12 08:23:08,909 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:23:08,912 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cea6f1a1366d15d36e8eb060f5a3808fa7555b59" 2018-08-12 08:23:08,996 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:23:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ac68633a-50d3-499d-99a7-9e6bb14e7917 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa5a7fe6ee54472ba01638877aade8e3.", "code": 404, "title": "Not Found"}} 2018-08-12 08:23:08,996 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 used request id req-ac68633a-50d3-499d-99a7-9e6bb14e7917 2018-08-12 08:23:08,996 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:23:09,000 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cea6f1a1366d15d36e8eb060f5a3808fa7555b59" 2018-08-12 08:23:09,094 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:23:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fa6f08ab-72d3-4e87-9908-750a9e12b1a5 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ea65becf30e54b27aa96a449698a435e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:23:09,094 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e used request id req-fa6f08ab-72d3-4e87-9908-750a9e12b1a5 2018-08-12 08:23:09,095 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:23:09,098 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cea6f1a1366d15d36e8eb060f5a3808fa7555b59" 2018-08-12 08:23:09,196 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:23:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b292edbe-98af-4f76-9058-1efaa8bf6c8b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ff7abd7bb61f4f2889831e932d65dc2e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:23:09,196 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e used request id req-b292edbe-98af-4f76-9058-1efaa8bf6c8b 2018-08-12 08:23:09,196 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:23:09,200 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cea6f1a1366d15d36e8eb060f5a3808fa7555b59" 2018-08-12 08:23:09,285 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:23:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dc5daef0-f84b-4836-adba-507d7ec47328 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3a85ceae958d4d9fba68847e7df67db8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:23:09,285 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 used request id req-dc5daef0-f84b-4836-adba-507d7ec47328 2018-08-12 08:23:09,285 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:23:09,288 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cea6f1a1366d15d36e8eb060f5a3808fa7555b59" 2018-08-12 08:23:09,386 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:23:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3635718e-681e-46db-a1f4-4c196388b43f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 85517fcf1c6247e699fdcdd42ecc8c79.", "code": 404, "title": "Not Found"}} 2018-08-12 08:23:09,386 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 used request id req-3635718e-681e-46db-a1f4-4c196388b43f 2018-08-12 08:23:09,386 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:23:09,389 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cea6f1a1366d15d36e8eb060f5a3808fa7555b59" 2018-08-12 08:23:09,485 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:23:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-86d269f8-756a-401e-a4d6-31130f3b7783 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}} 2018-08-12 08:23:09,486 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe used request id req-86d269f8-756a-401e-a4d6-31130f3b7783 2018-08-12 08:23:09,489 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cea6f1a1366d15d36e8eb060f5a3808fa7555b59" 2018-08-12 08:23:09,582 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:23:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7c4c110e-edd5-43f2-b9c6-d50babe792f9 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 315a428116f24d9fbb826b37080a918e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:23:09,582 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e used request id req-7c4c110e-edd5-43f2-b9c6-d50babe792f9 2018-08-12 08:23:09,582 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:23:09,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cea6f1a1366d15d36e8eb060f5a3808fa7555b59" 2018-08-12 08:23:09,680 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:23:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7216794c-4e81-4d0c-8286-72e1b323dffe Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 11a46741b7954b959fd7764109c047b6.", "code": 404, "title": "Not Found"}} 2018-08-12 08:23:09,680 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 used request id req-7216794c-4e81-4d0c-8286-72e1b323dffe 2018-08-12 08:23:09,681 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:23:09,684 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cea6f1a1366d15d36e8eb060f5a3808fa7555b59" 2018-08-12 08:23:09,774 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:23:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-54c913da-0f94-4d98-8e1e-f7234b5c8b82 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3c01cd58055c44ecaef39f7e625c2258.", "code": 404, "title": "Not Found"}} 2018-08-12 08:23:09,774 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 used request id req-54c913da-0f94-4d98-8e1e-f7234b5c8b82 2018-08-12 08:23:09,774 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:23:09,778 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cea6f1a1366d15d36e8eb060f5a3808fa7555b59" 2018-08-12 08:23:09,866 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:23:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f27f27e6-0f3e-496a-aed5-e48f25ec2bd2 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 521007c1818145639e93ceb270559219.", "code": 404, "title": "Not Found"}} 2018-08-12 08:23:09,866 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 used request id req-f27f27e6-0f3e-496a-aed5-e48f25ec2bd2 2018-08-12 08:23:09,866 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:23:09,870 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/2fc410f605b04591be5effbe1da705fa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cea6f1a1366d15d36e8eb060f5a3808fa7555b59" 2018-08-12 08:23:09,964 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:23:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ab2212ac-c1e1-4774-ae56-e563c0d01b7c Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/2fc410f605b04591be5effbe1da705fa"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "2fc410f605b04591be5effbe1da705fa", "name": "CreateInstanceTwoNetTests-21065378-3e98-449-proj"}} 2018-08-12 08:23:09,964 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/2fc410f605b04591be5effbe1da705fa used request id req-ab2212ac-c1e1-4774-ae56-e563c0d01b7c 2018-08-12 08:23:09,965 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c328508f-6c74-4ee2-b846-b448af973066 2018-08-12 08:23:09,970 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=c328508f-6c74-4ee2-b846-b448af973066 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cea6f1a1366d15d36e8eb060f5a3808fa7555b59" 2018-08-12 08:23:10,175 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-bb96fb2b-0edf-4c7f-998d-6ec459aa2e2f Date: Sun, 12 Aug 2018 08:23:10 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "c328508f-6c74-4ee2-b846-b448af973066", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:21:23Z", "security_group_id": "c328508f-6c74-4ee2-b846-b448af973066", "port_range_min": null, "revision_number": 0, "tenant_id": "2fc410f605b04591be5effbe1da705fa", "created_at": "2018-08-12T08:21:23Z", "project_id": "2fc410f605b04591be5effbe1da705fa", "id": "06889a7d-ea6b-45f8-9966-13c8a3d9a811"}, {"remote_group_id": "c328508f-6c74-4ee2-b846-b448af973066", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:21:24Z", "security_group_id": "c328508f-6c74-4ee2-b846-b448af973066", "port_range_min": null, "revision_number": 0, "tenant_id": "2fc410f605b04591be5effbe1da705fa", "created_at": "2018-08-12T08:21:24Z", "project_id": "2fc410f605b04591be5effbe1da705fa", "id": "15cfab89-938f-4b55-82dc-6c1c664f6dda"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:21:24Z", "security_group_id": "c328508f-6c74-4ee2-b846-b448af973066", "port_range_min": null, "revision_number": 0, "tenant_id": "2fc410f605b04591be5effbe1da705fa", "created_at": "2018-08-12T08:21:24Z", "project_id": "2fc410f605b04591be5effbe1da705fa", "id": "17b98f19-edd4-4572-83ac-5fb2d47cdef0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:21:23Z", "security_group_id": "c328508f-6c74-4ee2-b846-b448af973066", "port_range_min": null, "revision_number": 0, "tenant_id": "2fc410f605b04591be5effbe1da705fa", "created_at": "2018-08-12T08:21:23Z", "project_id": "2fc410f605b04591be5effbe1da705fa", "id": "8dd39a2e-8d82-4a11-9878-29d133876c1d"}]} 2018-08-12 08:23:10,175 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=c328508f-6c74-4ee2-b846-b448af973066 used request id req-bb96fb2b-0edf-4c7f-998d-6ec459aa2e2f 2018-08-12 08:23:10,176 - neutron_utils - INFO - Deleting security group with name - default 2018-08-12 08:23:10,181 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/c328508f-6c74-4ee2-b846-b448af973066 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cea6f1a1366d15d36e8eb060f5a3808fa7555b59" 2018-08-12 08:23:10,547 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-4d25c479-cbe5-4a79-bd60-7c7aae8b437c Content-Length: 0 Date: Sun, 12 Aug 2018 08:23:10 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:23:10,547 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/c328508f-6c74-4ee2-b846-b448af973066 used request id req-4d25c479-cbe5-4a79-bd60-7c7aae8b437c 2018-08-12 08:23:10,548 - keystone_utils - INFO - Deleting project with name - CreateInstanceTwoNetTests-21065378-3e98-449-proj 2018-08-12 08:23:10,551 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/2fc410f605b04591be5effbe1da705fa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cea6f1a1366d15d36e8eb060f5a3808fa7555b59" 2018-08-12 08:23:10,804 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:23:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fb439d84-12f8-44ba-94d0-046bd6287883 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 08:23:10,804 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/2fc410f605b04591be5effbe1da705fa used request id req-fb439d84-12f8-44ba-94d0-046bd6287883 2018-08-12 08:23:10,804 - keystone_utils - INFO - Deleting role with name - CreateInstanceTwoNetTests-21065378-3e98-449-proj-role 2018-08-12 08:23:10,808 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/ca08932b377f42fb9f88d2109043579c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cea6f1a1366d15d36e8eb060f5a3808fa7555b59" 2018-08-12 08:23:10,936 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:23:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-89ed83fc-44b6-45b3-98fa-4c1ff902c58f 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 08:23:10,936 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/ca08932b377f42fb9f88d2109043579c used request id req-89ed83fc-44b6-45b3-98fa-4c1ff902c58f 2018-08-12 08:23:10,940 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cea6f1a1366d15d36e8eb060f5a3808fa7555b59" 2018-08-12 08:23:11,031 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:23:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-83a283dc-f7c2-4868-b9bc-6d74fbc86027 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:23:11,031 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-83a283dc-f7c2-4868-b9bc-6d74fbc86027 2018-08-12 08:23:11,032 - keystone_utils - INFO - Deleting user with name - CreateInstanceTwoNetTests-21065378-3e98-449-user 2018-08-12 08:23:11,036 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/cc77846c4df3473fb8019140c3162575 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3867cacd3ec3b801bc4bdc0d43d582836a9143f9" 2018-08-12 08:23:11,219 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:23:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6b02b807-a292-44d2-aa5f-b1e803a31160 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 08:23:11,220 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/cc77846c4df3473fb8019140c3162575 used request id req-6b02b807-a292-44d2-aa5f-b1e803a31160 2018-08-12 08:23:11,221 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:23:11,695 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:23:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["Gz9CVgngS_W_Q7ekR_yMkA"], "issued_at": "2018-08-12T08:23:11.000000Z"}} 2018-08-12 08:23:11,695 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}05933717a70b865bde152d8d1f704651cce9ff03" 2018-08-12 08:23:11,781 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:23:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0950bd1e-f210-43f2-b806-dd4edf7d7525 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:23:11,782 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-0950bd1e-f210-43f2-b806-dd4edf7d7525 2018-08-12 08:23:11,783 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:23:11,783 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:23:12,180 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:23:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["nsMoZ9D7SXCnzGanFunwiA"], "issued_at": "2018-08-12T08:23:12.000000Z"}} 2018-08-12 08:23:12,180 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}8441a7dc87ac631bc8b841bab57864f3e0f71bb2" 2018-08-12 08:23:12,263 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:23:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9fdc1c31-08c2-43bd-ae28-6c23f62c9748 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:23:12,263 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-9fdc1c31-08c2-43bd-ae28-6c23f62c9748 2018-08-12 08:23:12,268 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:23:12,274 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:23:12 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:23:12,274 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSimpleTests-2146ea92-c5e8-496-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8441a7dc87ac631bc8b841bab57864f3e0f71bb2" 2018-08-12 08:23:12,365 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:23:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-348ddae4-4689-44aa-a0d7-48106fb52790 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSimpleTests-2146ea92-c5e8-496-proj", "previous": null, "next": null}, "projects": []} 2018-08-12 08:23:12,365 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSimpleTests-2146ea92-c5e8-496-proj used request id req-348ddae4-4689-44aa-a0d7-48106fb52790 2018-08-12 08:23:12,369 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8441a7dc87ac631bc8b841bab57864f3e0f71bb2" 2018-08-12 08:23:12,460 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:23:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-577ba020-9af4-41a0-ae53-d9a29a251506 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:23:12,460 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-577ba020-9af4-41a0-ae53-d9a29a251506 2018-08-12 08:23:12,464 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8441a7dc87ac631bc8b841bab57864f3e0f71bb2" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceSimpleTests-2146ea92-c5e8-496-proj"}}' 2018-08-12 08:23:12,601 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:23:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cb9e9646-54b6-4b01-bfa7-1421ebd8a95b Content-Length: 322 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/42a1c269a7b5452bbf955c44bcf71a86"}, "tags": [], "enabled": true, "id": "42a1c269a7b5452bbf955c44bcf71a86", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSimpleTests-2146ea92-c5e8-496-proj"}} 2018-08-12 08:23:12,601 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-cb9e9646-54b6-4b01-bfa7-1421ebd8a95b 2018-08-12 08:23:12,601 - keystone_utils - INFO - Created project with name - CreateInstanceSimpleTests-2146ea92-c5e8-496-proj 2018-08-12 08:23:12,601 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:23:12,602 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:23:13,023 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:23:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["TwIQ8817T_K6L36TDN2eDw"], "issued_at": "2018-08-12T08:23:13.000000Z"}} 2018-08-12 08:23:13,024 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}3c893eb187f30fbbe3c4c4aab9c0975aded24fa6" 2018-08-12 08:23:13,106 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:23:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-67de5449-d2e3-4c1a-a435-ee111eb5a08a Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:23:13,107 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-67de5449-d2e3-4c1a-a435-ee111eb5a08a 2018-08-12 08:23:13,110 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:23:13,116 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:23:13 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:23:13,117 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c893eb187f30fbbe3c4c4aab9c0975aded24fa6" 2018-08-12 08:23:13,250 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:23:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-db4aceff-34fe-4e38-b7af-75235efb70cf Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/105a247548624314b9228f85f6325f0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105a247548624314b9228f85f6325f0b", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/1c5de0eaa44543f08da6ad63a51594ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c5de0eaa44543f08da6ad63a51594ff", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/1d127b5b832547a88a547c116dfdd65b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d127b5b832547a88a547c116dfdd65b", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/1d5cfc170d624ce4ae53ae0507c8d517"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d5cfc170d624ce4ae53ae0507c8d517", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/2421820b75eb4d3ebd02830378d1377b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2421820b75eb4d3ebd02830378d1377b", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/40bd8ee54ecf44868cc83cede652c396"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40bd8ee54ecf44868cc83cede652c396", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/4f32fb8153854c4c9f5094b42b523f80"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f32fb8153854c4c9f5094b42b523f80", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7066130d08fb4db7bf4ab468de53933b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7066130d08fb4db7bf4ab468de53933b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/8d0898a83bcf4521bbc11501d5d7ac89"}, "domain_id": "1eec97585bde483292ece28ee11f4b8d", "enabled": true, "options": {}, "id": "8d0898a83bcf4521bbc11501d5d7ac89", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/9defcced327d476f8a3beab718a13da3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9defcced327d476f8a3beab718a13da3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/b80ee4f6992446e0879624dd436e99a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b80ee4f6992446e0879624dd436e99a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b86fd3e011324d398fcdb6f095a20a9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b86fd3e011324d398fcdb6f095a20a9d", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1701d2754064b5cadf765ea0806f9b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1701d2754064b5cadf765ea0806f9b2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/db4e7b8d76d549faa502716565c733dd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db4e7b8d76d549faa502716565c733dd", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-12 08:23:13,251 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-db4aceff-34fe-4e38-b7af-75235efb70cf 2018-08-12 08:23:13,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateInstanceSimpleTests-2146ea92-c5e8-496-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c893eb187f30fbbe3c4c4aab9c0975aded24fa6" 2018-08-12 08:23:13,343 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:23:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6e3ed306-034b-4221-aabd-b08c538baec1 Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateInstanceSimpleTests-2146ea92-c5e8-496-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/42a1c269a7b5452bbf955c44bcf71a86"}, "tags": [], "enabled": true, "id": "42a1c269a7b5452bbf955c44bcf71a86", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSimpleTests-2146ea92-c5e8-496-proj"}]} 2018-08-12 08:23:13,344 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateInstanceSimpleTests-2146ea92-c5e8-496-proj used request id req-6e3ed306-034b-4221-aabd-b08c538baec1 2018-08-12 08:23:13,347 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c893eb187f30fbbe3c4c4aab9c0975aded24fa6" 2018-08-12 08:23:13,438 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:23:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-09833828-355c-4bed-9512-c8fb319b0bf7 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:23:13,438 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-09833828-355c-4bed-9512-c8fb319b0bf7 2018-08-12 08:23:13,840 - keystone_utils - INFO - Created user with name - CreateInstanceSimpleTests-2146ea92-c5e8-496-user 2018-08-12 08:23:13,840 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:23:13,845 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8441a7dc87ac631bc8b841bab57864f3e0f71bb2" 2018-08-12 08:23:13,933 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:23:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3e04c29f-cf53-4c72-9fd4-d7214178e3c3 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:23:13,933 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-3e04c29f-cf53-4c72-9fd4-d7214178e3c3 2018-08-12 08:23:13,937 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8441a7dc87ac631bc8b841bab57864f3e0f71bb2" -d '{"role": {"name": "CreateInstanceSimpleTests-2146ea92-c5e8-496-proj-role"}}' 2018-08-12 08:23:14,050 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:23:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3548eb3c-f1a8-4101-b8f3-f7beb5f70dfb Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "e7f96ab6013f44acb634320cbd8a19f1", "links": {"self": "http://172.30.9.21:5000/v3/roles/e7f96ab6013f44acb634320cbd8a19f1"}, "name": "CreateInstanceSimpleTests-2146ea92-c5e8-496-proj-role"}} 2018-08-12 08:23:14,050 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-3548eb3c-f1a8-4101-b8f3-f7beb5f70dfb 2018-08-12 08:23:14,051 - keystone_utils - INFO - Created role with name - CreateInstanceSimpleTests-2146ea92-c5e8-496-proj-role 2018-08-12 08:23:14,054 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/e7f96ab6013f44acb634320cbd8a19f1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8441a7dc87ac631bc8b841bab57864f3e0f71bb2" 2018-08-12 08:23:14,146 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:23:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fb49827a-9595-491c-a5c7-cc3969b0418f Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "e7f96ab6013f44acb634320cbd8a19f1", "links": {"self": "http://172.30.9.21:5000/v3/roles/e7f96ab6013f44acb634320cbd8a19f1"}, "name": "CreateInstanceSimpleTests-2146ea92-c5e8-496-proj-role"}} 2018-08-12 08:23:14,147 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/e7f96ab6013f44acb634320cbd8a19f1 used request id req-fb49827a-9595-491c-a5c7-cc3969b0418f 2018-08-12 08:23:14,147 - keystone_utils - INFO - Granting role CreateInstanceSimpleTests-2146ea92-c5e8-496-proj-role to project CreateInstanceSimpleTests-2146ea92-c5e8-496-proj 2018-08-12 08:23:14,150 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/42a1c269a7b5452bbf955c44bcf71a86/users/2c1f7a61cabf4da98460845f8ada5413/roles/e7f96ab6013f44acb634320cbd8a19f1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8441a7dc87ac631bc8b841bab57864f3e0f71bb2" 2018-08-12 08:23:14,323 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:23:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-50660b0e-7480-4d5c-b11e-a5d2afbdc489 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 08:23:14,323 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/42a1c269a7b5452bbf955c44bcf71a86/users/2c1f7a61cabf4da98460845f8ada5413/roles/e7f96ab6013f44acb634320cbd8a19f1 used request id req-50660b0e-7480-4d5c-b11e-a5d2afbdc489 2018-08-12 08:23:14,324 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-12 08:23:14,324 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:23:14,326 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:23:14,326 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:23:14,327 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:23:14,327 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:23:14,327 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:23:14,327 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:23:14,329 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-08-12 08:23:14,329 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:23:14,330 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:23:14,738 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7f96ab6013f44acb634320cbd8a19f1", "name": "CreateInstanceSimpleTests-2146ea92-c5e8-496-proj-role"}], "expires_at": "2018-08-12T09:23:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "42a1c269a7b5452bbf955c44bcf71a86", "name": "CreateInstanceSimpleTests-2146ea92-c5e8-496-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/42a1c269a7b5452bbf955c44bcf71a86", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/42a1c269a7b5452bbf955c44bcf71a86", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/42a1c269a7b5452bbf955c44bcf71a86", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_42a1c269a7b5452bbf955c44bcf71a86", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_42a1c269a7b5452bbf955c44bcf71a86", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/42a1c269a7b5452bbf955c44bcf71a86", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/42a1c269a7b5452bbf955c44bcf71a86", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/42a1c269a7b5452bbf955c44bcf71a86", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/42a1c269a7b5452bbf955c44bcf71a86", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/42a1c269a7b5452bbf955c44bcf71a86", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/42a1c269a7b5452bbf955c44bcf71a86", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/42a1c269a7b5452bbf955c44bcf71a86", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/42a1c269a7b5452bbf955c44bcf71a86", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/42a1c269a7b5452bbf955c44bcf71a86", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSimpleTests-2146ea92-c5e8-496-user", "id": "2c1f7a61cabf4da98460845f8ada5413"}, "audit_ids": ["9DuGzq0qTAiMTvl-1Tvqjw"], "issued_at": "2018-08-12T08:23:14.000000Z"}} 2018-08-12 08:23:14,739 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}b5dde03f319cf3a0e95d89035363a280e5d99391" 2018-08-12 08:23:14,828 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:23:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7e3235b4-2d3c-4a1a-9186-27df0d657674 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:23:14,828 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-7e3235b4-2d3c-4a1a-9186-27df0d657674 2018-08-12 08:23:14,831 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSimpleTests-349c9335-643b-4ec0-b2c6-29b9dc8a385f-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b5dde03f319cf3a0e95d89035363a280e5d99391" 2018-08-12 08:23:15,032 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 170 Content-Type: application/json X-Openstack-Request-Id: req-8d08b7aa-cdd6-447c-ad43-0088042e610e Date: Sun, 12 Aug 2018 08:23:15 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSimpleTests-349c9335-643b-4ec0-b2c6-29b9dc8a385f-image"} 2018-08-12 08:23:15,032 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSimpleTests-349c9335-643b-4ec0-b2c6-29b9dc8a385f-image used request id req-8d08b7aa-cdd6-447c-ad43-0088042e610e 2018-08-12 08:23:15,034 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b5dde03f319cf3a0e95d89035363a280e5d99391" 2018-08-12 08:23:15,223 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-1aafa215-ece2-47c7-b04a-299541eb4fd4 Date: Sun, 12 Aug 2018 08:23:15 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"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}, "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}, "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"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "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"}, "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"}, "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}, "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}, "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"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "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}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-12 08:23:15,223 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-1aafa215-ece2-47c7-b04a-299541eb4fd4 2018-08-12 08:23:15,253 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5dde03f319cf3a0e95d89035363a280e5d99391" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceSimpleTests-349c9335-643b-4ec0-b2c6-29b9dc8a385f-image"}' 2018-08-12 08:23:15,473 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 629 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/e1e5d2d4-4541-42c2-b1da-3a8455b533ee Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-d4480ad9-e618-470c-875c-6a97f3af3634 Date: Sun, 12 Aug 2018 08:23:15 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceSimpleTests-349c9335-643b-4ec0-b2c6-29b9dc8a385f-image", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:23:15Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-08-12T08:23:15Z", "visibility": "shared", "locations": [], "self": "/v2/images/e1e5d2d4-4541-42c2-b1da-3a8455b533ee", "min_disk": 0, "protected": false, "id": "e1e5d2d4-4541-42c2-b1da-3a8455b533ee", "file": "/v2/images/e1e5d2d4-4541-42c2-b1da-3a8455b533ee/file", "checksum": null, "owner": "42a1c269a7b5452bbf955c44bcf71a86", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-12 08:23:15,473 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-d4480ad9-e618-470c-875c-6a97f3af3634 2018-08-12 08:23:15,484 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/e1e5d2d4-4541-42c2-b1da-3a8455b533ee/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b5dde03f319cf3a0e95d89035363a280e5d99391" -d '' 2018-08-12 08:23:16,155 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-18c879dd-e136-4d4c-8877-6ad5d9040535 Date: Sun, 12 Aug 2018 08:23: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 08:23:16,155 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/e1e5d2d4-4541-42c2-b1da-3a8455b533ee/file used request id req-18c879dd-e136-4d4c-8877-6ad5d9040535 2018-08-12 08:23:16,156 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-12 08:23:16,158 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/e1e5d2d4-4541-42c2-b1da-3a8455b533ee -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b5dde03f319cf3a0e95d89035363a280e5d99391" 2018-08-12 08:23:16,357 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 890 Content-Type: application/json X-Openstack-Request-Id: req-fbd20f28-a208-4aee-ad99-9d91ce60f652 Date: Sun, 12 Aug 2018 08:23:16 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSimpleTests-349c9335-643b-4ec0-b2c6-29b9dc8a385f-image", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:23:15Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-12T08:23:16Z", "visibility": "shared", "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/e1e5d2d4-4541-42c2-b1da-3a8455b533ee/snap", "metadata": {}}], "self": "/v2/images/e1e5d2d4-4541-42c2-b1da-3a8455b533ee", "min_disk": 0, "protected": false, "id": "e1e5d2d4-4541-42c2-b1da-3a8455b533ee", "file": "/v2/images/e1e5d2d4-4541-42c2-b1da-3a8455b533ee/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "42a1c269a7b5452bbf955c44bcf71a86", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/e1e5d2d4-4541-42c2-b1da-3a8455b533ee/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-12 08:23:16,357 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/e1e5d2d4-4541-42c2-b1da-3a8455b533ee used request id req-fbd20f28-a208-4aee-ad99-9d91ce60f652 2018-08-12 08:23:16,360 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b5dde03f319cf3a0e95d89035363a280e5d99391" 2018-08-12 08:23:16,528 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-52172690-f976-4c26-8111-51b0bb6a790d Date: Sun, 12 Aug 2018 08:23:16 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"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}, "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}, "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"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "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"}, "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"}, "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}, "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}, "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"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "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}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-12 08:23:16,528 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-52172690-f976-4c26-8111-51b0bb6a790d 2018-08-12 08:23:16,531 - create_image - INFO - Created image with name - CreateInstanceSimpleTests-349c9335-643b-4ec0-b2c6-29b9dc8a385f-image 2018-08-12 08:23:16,534 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/e1e5d2d4-4541-42c2-b1da-3a8455b533ee -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b5dde03f319cf3a0e95d89035363a280e5d99391" 2018-08-12 08:23:16,722 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 890 Content-Type: application/json X-Openstack-Request-Id: req-7de015bf-6cf4-4b22-8941-ce58d5f7230f Date: Sun, 12 Aug 2018 08:23:16 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSimpleTests-349c9335-643b-4ec0-b2c6-29b9dc8a385f-image", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:23:15Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-12T08:23:16Z", "visibility": "shared", "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/e1e5d2d4-4541-42c2-b1da-3a8455b533ee/snap", "metadata": {}}], "self": "/v2/images/e1e5d2d4-4541-42c2-b1da-3a8455b533ee", "min_disk": 0, "protected": false, "id": "e1e5d2d4-4541-42c2-b1da-3a8455b533ee", "file": "/v2/images/e1e5d2d4-4541-42c2-b1da-3a8455b533ee/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "42a1c269a7b5452bbf955c44bcf71a86", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/e1e5d2d4-4541-42c2-b1da-3a8455b533ee/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-12 08:23:16,722 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/e1e5d2d4-4541-42c2-b1da-3a8455b533ee used request id req-7de015bf-6cf4-4b22-8941-ce58d5f7230f 2018-08-12 08:23:16,722 - create_image - DEBUG - Instance status is - active 2018-08-12 08:23:16,723 - create_image - DEBUG - Image is active with name - CreateInstanceSimpleTests-349c9335-643b-4ec0-b2c6-29b9dc8a385f-image 2018-08-12 08:23:16,723 - create_image - INFO - Image is now active with name - CreateInstanceSimpleTests-349c9335-643b-4ec0-b2c6-29b9dc8a385f-image 2018-08-12 08:23:16,723 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:23:16,724 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:23:17,115 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:23:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["sm6KuK1_TV-0Gm2WUvTRQw"], "issued_at": "2018-08-12T08:23:17.000000Z"}} 2018-08-12 08:23:17,116 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}e56023d761508871067e786fa08ef57d43bc3a10" 2018-08-12 08:23:17,207 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:23:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f85b449a-bdca-4974-b630-bfc32acff070 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:23:17,207 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-f85b449a-bdca-4974-b630-bfc32acff070 2018-08-12 08:23:17,208 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-12 08:23:17,213 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e56023d761508871067e786fa08ef57d43bc3a10" 2018-08-12 08:23:17,412 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:23: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-55736758-9625-4a6f-b502-cfd65b5090b0 x-compute-request-id: req-55736758-9625-4a6f-b502-cfd65b5090b0 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-08-12 08:23:17,412 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-55736758-9625-4a6f-b502-cfd65b5090b0 2018-08-12 08:23:17,415 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e56023d761508871067e786fa08ef57d43bc3a10" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstanceSimpleTests-349c9335-643b-4ec0-b2c6-29b9dc8a385f-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-08-12 08:23:17,474 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:23: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-1925ded7-88ed-437e-9d95-064b9795df75 x-compute-request-id: req-1925ded7-88ed-437e-9d95-064b9795df75 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateInstanceSimpleTests-349c9335-643b-4ec0-b2c6-29b9dc8a385f-flavor-name", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/b0f080b3-05ca-46f6-8c7c-e6298a1e2b39", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/b0f080b3-05ca-46f6-8c7c-e6298a1e2b39", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": "b0f080b3-05ca-46f6-8c7c-e6298a1e2b39"}} 2018-08-12 08:23:17,474 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-1925ded7-88ed-437e-9d95-064b9795df75 2018-08-12 08:23:17,475 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:23:17,476 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:23:17,976 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:23:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["k6A_D8QUR2mLkVp1t50reQ"], "issued_at": "2018-08-12T08:23:17.000000Z"}} 2018-08-12 08:23:17,977 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}e1cfb23fdb03008bbae85a863bed252b3c899aeb" 2018-08-12 08:23:18,058 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:23:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3368e04f-c6b4-4d82-a312-a799918d44b2 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:23:18,058 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-3368e04f-c6b4-4d82-a312-a799918d44b2 2018-08-12 08:23:18,059 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:23:18,060 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:23:18,060 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:23:18,060 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:23:18,060 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:23:18,067 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSimpleTests-349c9335-643b-4ec0-b2c6-29b9dc8a385f-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1cfb23fdb03008bbae85a863bed252b3c899aeb" 2018-08-12 08:23:18,252 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-a2d35f17-375e-4219-ac6f-c403b59d36ad Date: Sun, 12 Aug 2018 08:23:18 GMT RESP BODY: {"networks":[]} 2018-08-12 08:23:18,252 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSimpleTests-349c9335-643b-4ec0-b2c6-29b9dc8a385f-pub-net used request id req-a2d35f17-375e-4219-ac6f-c403b59d36ad 2018-08-12 08:23:18,253 - neutron_utils - INFO - Creating network with name CreateInstanceSimpleTests-349c9335-643b-4ec0-b2c6-29b9dc8a385f-pub-net 2018-08-12 08:23:18,258 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1cfb23fdb03008bbae85a863bed252b3c899aeb" -d '{"network": {"name": "CreateInstanceSimpleTests-349c9335-643b-4ec0-b2c6-29b9dc8a385f-pub-net", "admin_state_up": true}}' 2018-08-12 08:23:18,724 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 702 X-Openstack-Request-Id: req-ee238646-8155-449b-8cf7-2c7c697edb97 Date: Sun, 12 Aug 2018 08:23:18 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"3dc1f308-7f10-4182-884e-a040e96eddd6","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"a267b9a156244bb192691cff6e5f74fe","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T08:23:18Z","is_default":false,"provider:segmentation_id":79,"name":"CreateInstanceSimpleTests-349c9335-643b-4ec0-b2c6-29b9dc8a385f-pub-net","admin_state_up":true,"tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:23:18Z","mtu":1450}} 2018-08-12 08:23:18,725 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-ee238646-8155-449b-8cf7-2c7c697edb97 2018-08-12 08:23:18,730 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=3dc1f308-7f10-4182-884e-a040e96eddd6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1cfb23fdb03008bbae85a863bed252b3c899aeb" 2018-08-12 08:23:19,000 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 686 X-Openstack-Request-Id: req-7d0787c0-7c79-4f09-ad35-ebc9eee61d7d Date: Sun, 12 Aug 2018 08:23:19 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"3dc1f308-7f10-4182-884e-a040e96eddd6","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"a267b9a156244bb192691cff6e5f74fe","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T08:23:18Z","provider:segmentation_id":79,"name":"CreateInstanceSimpleTests-349c9335-643b-4ec0-b2c6-29b9dc8a385f-pub-net","admin_state_up":true,"tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:23:18Z","provider:network_type":"vxlan"}]} 2018-08-12 08:23:19,000 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=3dc1f308-7f10-4182-884e-a040e96eddd6 used request id req-7d0787c0-7c79-4f09-ad35-ebc9eee61d7d 2018-08-12 08:23:19,005 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=3dc1f308-7f10-4182-884e-a040e96eddd6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1cfb23fdb03008bbae85a863bed252b3c899aeb" 2018-08-12 08:23:19,208 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-54cafffd-a07a-48fa-839a-8420abb99ed0 Date: Sun, 12 Aug 2018 08:23:19 GMT RESP BODY: {"subnets":[]} 2018-08-12 08:23:19,208 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=3dc1f308-7f10-4182-884e-a040e96eddd6 used request id req-54cafffd-a07a-48fa-839a-8420abb99ed0 2018-08-12 08:23:19,208 - neutron_utils - INFO - Creating subnet with name CreateInstanceSimpleTests-349c9335-643b-4ec0-b2c6-29b9dc8a385f-pub-subnet 2018-08-12 08:23:19,213 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1cfb23fdb03008bbae85a863bed252b3c899aeb" -d '{"subnets": [{"ip_version": 4, "network_id": "3dc1f308-7f10-4182-884e-a040e96eddd6", "cidr": "10.55.0.0/24", "name": "CreateInstanceSimpleTests-349c9335-643b-4ec0-b2c6-29b9dc8a385f-pub-subnet"}]}' 2018-08-12 08:23:19,918 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-4fd1fe9b-4394-4ecd-a3dc-3a0ce86c1fe6 Date: Sun, 12 Aug 2018 08:23:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3dc1f308-7f10-4182-884e-a040e96eddd6","tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:23:19Z","dns_nameservers":[],"updated_at":"2018-08-12T08:23:19Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"a267b9a156244bb192691cff6e5f74fe","id":"03f6c430-faf6-4f7f-b47c-e0ce5b74eec6","subnetpool_id":null,"name":"CreateInstanceSimpleTests-349c9335-643b-4ec0-b2c6-29b9dc8a385f-pub-subnet"}]} 2018-08-12 08:23:19,918 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-4fd1fe9b-4394-4ecd-a3dc-3a0ce86c1fe6 2018-08-12 08:23:19,924 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=3dc1f308-7f10-4182-884e-a040e96eddd6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1cfb23fdb03008bbae85a863bed252b3c899aeb" 2018-08-12 08:23:20,237 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 730 X-Openstack-Request-Id: req-96897e84-d3bb-4c3f-86a0-b4d0aaf1ff6c Date: Sun, 12 Aug 2018 08:23:20 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"3dc1f308-7f10-4182-884e-a040e96eddd6","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a267b9a156244bb192691cff6e5f74fe","status":"ACTIVE","subnets":["03f6c430-faf6-4f7f-b47c-e0ce5b74eec6"],"description":"","tags":[],"updated_at":"2018-08-12T08:23:19Z","provider:segmentation_id":79,"name":"CreateInstanceSimpleTests-349c9335-643b-4ec0-b2c6-29b9dc8a385f-pub-net","admin_state_up":true,"tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:23:18Z","provider:network_type":"vxlan"}]} 2018-08-12 08:23:20,238 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=3dc1f308-7f10-4182-884e-a040e96eddd6 used request id req-96897e84-d3bb-4c3f-86a0-b4d0aaf1ff6c 2018-08-12 08:23:20,243 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=3dc1f308-7f10-4182-884e-a040e96eddd6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1cfb23fdb03008bbae85a863bed252b3c899aeb" 2018-08-12 08:23:20,543 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-704f0a3c-f786-4ef3-a716-dee22a2e850f Date: Sun, 12 Aug 2018 08:23:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3dc1f308-7f10-4182-884e-a040e96eddd6","tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:23:19Z","dns_nameservers":[],"updated_at":"2018-08-12T08:23:19Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"a267b9a156244bb192691cff6e5f74fe","id":"03f6c430-faf6-4f7f-b47c-e0ce5b74eec6","subnetpool_id":null,"name":"CreateInstanceSimpleTests-349c9335-643b-4ec0-b2c6-29b9dc8a385f-pub-subnet"}]} 2018-08-12 08:23:20,543 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=3dc1f308-7f10-4182-884e-a040e96eddd6 used request id req-704f0a3c-f786-4ef3-a716-dee22a2e850f 2018-08-12 08:23:20,543 - OpenStackNetwork - DEBUG - Network [3dc1f308-7f10-4182-884e-a040e96eddd6] created successfully 2018-08-12 08:23:20,544 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-12 08:23:20,544 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:23:20,545 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:23:20,546 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:23:20,546 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:23:20,547 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:23:20,547 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:23:20,547 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:23:20,548 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:23:20,549 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:23:20,947 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:23:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["SVdXBGEbQ96DG6p340WoXg"], "issued_at": "2018-08-12T08:23:20.000000Z"}} 2018-08-12 08:23:20,948 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}d3af44d78a8bf85a40f4f9c8a8e7733b2459e0ca" 2018-08-12 08:23:21,031 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:23:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-29d3e4af-dc38-4823-a34b-b01fa7415df3 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:23:21,031 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-29d3e4af-dc38-4823-a34b-b01fa7415df3 2018-08-12 08:23:21,032 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:23:21,033 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:23:21,421 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:23:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["PMOmRomhShuNR-7cLii6Jg"], "issued_at": "2018-08-12T08:23:21.000000Z"}} 2018-08-12 08:23:21,422 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}b683b09eb531523f777eed3b0aa45fb8697286da" 2018-08-12 08:23:21,516 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:23:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5db4c9e7-7411-4d7b-9d65-206b07227851 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:23:21,516 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-5db4c9e7-7411-4d7b-9d65-206b07227851 2018-08-12 08:23:21,517 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-12 08:23:21,518 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:23:21,518 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:23:21,519 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:23:21,519 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:23:21,519 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:23:21,521 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}b683b09eb531523f777eed3b0aa45fb8697286da" 2018-08-12 08:23:21,628 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:23:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-61e6658c-0864-4cca-8fe1-7a4cc3bdcb26 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:23:21,629 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-61e6658c-0864-4cca-8fe1-7a4cc3bdcb26 2018-08-12 08:23:21,636 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSimpleTests-349c9335-643b-4ec0-b2c6-29b9dc8a385f-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b683b09eb531523f777eed3b0aa45fb8697286da" 2018-08-12 08:23:21,892 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 730 X-Openstack-Request-Id: req-4a0dc576-91dc-4cf1-83df-dc986c135d37 Date: Sun, 12 Aug 2018 08:23:21 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"3dc1f308-7f10-4182-884e-a040e96eddd6","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a267b9a156244bb192691cff6e5f74fe","status":"ACTIVE","subnets":["03f6c430-faf6-4f7f-b47c-e0ce5b74eec6"],"description":"","tags":[],"updated_at":"2018-08-12T08:23:19Z","provider:segmentation_id":79,"name":"CreateInstanceSimpleTests-349c9335-643b-4ec0-b2c6-29b9dc8a385f-pub-net","admin_state_up":true,"tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:23:18Z","provider:network_type":"vxlan"}]} 2018-08-12 08:23:21,892 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSimpleTests-349c9335-643b-4ec0-b2c6-29b9dc8a385f-pub-net used request id req-4a0dc576-91dc-4cf1-83df-dc986c135d37 2018-08-12 08:23:21,897 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=3dc1f308-7f10-4182-884e-a040e96eddd6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b683b09eb531523f777eed3b0aa45fb8697286da" 2018-08-12 08:23:22,136 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-cfe1a5b6-09dc-4338-9882-1341af1ebc4d Date: Sun, 12 Aug 2018 08:23:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3dc1f308-7f10-4182-884e-a040e96eddd6","tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:23:19Z","dns_nameservers":[],"updated_at":"2018-08-12T08:23:19Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"a267b9a156244bb192691cff6e5f74fe","id":"03f6c430-faf6-4f7f-b47c-e0ce5b74eec6","subnetpool_id":null,"name":"CreateInstanceSimpleTests-349c9335-643b-4ec0-b2c6-29b9dc8a385f-pub-subnet"}]} 2018-08-12 08:23:22,136 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=3dc1f308-7f10-4182-884e-a040e96eddd6 used request id req-cfe1a5b6-09dc-4338-9882-1341af1ebc4d 2018-08-12 08:23:22,141 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSimpleTests-349c9335-643b-4ec0-b2c6-29b9dc8a385f-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b683b09eb531523f777eed3b0aa45fb8697286da" 2018-08-12 08:23:22,584 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 730 X-Openstack-Request-Id: req-aca87201-2091-4afa-97cb-e2b909e91ba9 Date: Sun, 12 Aug 2018 08:23:22 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"3dc1f308-7f10-4182-884e-a040e96eddd6","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a267b9a156244bb192691cff6e5f74fe","status":"ACTIVE","subnets":["03f6c430-faf6-4f7f-b47c-e0ce5b74eec6"],"description":"","tags":[],"updated_at":"2018-08-12T08:23:19Z","provider:segmentation_id":79,"name":"CreateInstanceSimpleTests-349c9335-643b-4ec0-b2c6-29b9dc8a385f-pub-net","admin_state_up":true,"tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:23:18Z","provider:network_type":"vxlan"}]} 2018-08-12 08:23:22,584 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSimpleTests-349c9335-643b-4ec0-b2c6-29b9dc8a385f-pub-net used request id req-aca87201-2091-4afa-97cb-e2b909e91ba9 2018-08-12 08:23:22,588 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:23:22,593 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:23:22 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:23:22,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b683b09eb531523f777eed3b0aa45fb8697286da" 2018-08-12 08:23:22,685 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:23:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-507825b1-0ff2-4c81-8e7c-ab1ec5b2cfee Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}} 2018-08-12 08:23:22,685 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe used request id req-507825b1-0ff2-4c81-8e7c-ab1ec5b2cfee 2018-08-12 08:23:22,691 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=3dc1f308-7f10-4182-884e-a040e96eddd6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b683b09eb531523f777eed3b0aa45fb8697286da" 2018-08-12 08:23:22,922 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-2cb387d8-0db2-4175-98ef-21b12b91b864 Date: Sun, 12 Aug 2018 08:23:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3dc1f308-7f10-4182-884e-a040e96eddd6","tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:23:19Z","dns_nameservers":[],"updated_at":"2018-08-12T08:23:19Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"a267b9a156244bb192691cff6e5f74fe","id":"03f6c430-faf6-4f7f-b47c-e0ce5b74eec6","subnetpool_id":null,"name":"CreateInstanceSimpleTests-349c9335-643b-4ec0-b2c6-29b9dc8a385f-pub-subnet"}]} 2018-08-12 08:23:22,922 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=3dc1f308-7f10-4182-884e-a040e96eddd6 used request id req-2cb387d8-0db2-4175-98ef-21b12b91b864 2018-08-12 08:23:22,926 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=3dc1f308-7f10-4182-884e-a040e96eddd6&name=CreateInstanceSimpleTests-349c9335-643b-4ec0-b2c6-29b9dc8a385f-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b683b09eb531523f777eed3b0aa45fb8697286da" 2018-08-12 08:23:23,122 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-e2b12574-b5f4-4699-8924-65087c0fe65c Date: Sun, 12 Aug 2018 08:23:23 GMT RESP BODY: {"ports":[]} 2018-08-12 08:23:23,122 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=3dc1f308-7f10-4182-884e-a040e96eddd6&name=CreateInstanceSimpleTests-349c9335-643b-4ec0-b2c6-29b9dc8a385f-port&admin_state_up=True used request id req-e2b12574-b5f4-4699-8924-65087c0fe65c 2018-08-12 08:23:23,125 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-349c9335-643b-4ec0-b2c6-29b9dc8a385f-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b683b09eb531523f777eed3b0aa45fb8697286da" 2018-08-12 08:23:23,365 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:23: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-f9f0dfea-2af6-4626-b24c-51c26df1b399 x-compute-request-id: req-f9f0dfea-2af6-4626-b24c-51c26df1b399 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-12 08:23:23,365 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-349c9335-643b-4ec0-b2c6-29b9dc8a385f-inst used request id req-f9f0dfea-2af6-4626-b24c-51c26df1b399 2018-08-12 08:23:23,371 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSimpleTests-349c9335-643b-4ec0-b2c6-29b9dc8a385f-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b683b09eb531523f777eed3b0aa45fb8697286da" 2018-08-12 08:23:23,464 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 730 X-Openstack-Request-Id: req-7a325a2b-3bfb-454e-84b1-cde55a29d298 Date: Sun, 12 Aug 2018 08:23:23 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"3dc1f308-7f10-4182-884e-a040e96eddd6","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a267b9a156244bb192691cff6e5f74fe","status":"ACTIVE","subnets":["03f6c430-faf6-4f7f-b47c-e0ce5b74eec6"],"description":"","tags":[],"updated_at":"2018-08-12T08:23:19Z","provider:segmentation_id":79,"name":"CreateInstanceSimpleTests-349c9335-643b-4ec0-b2c6-29b9dc8a385f-pub-net","admin_state_up":true,"tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:23:18Z","provider:network_type":"vxlan"}]} 2018-08-12 08:23:23,464 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSimpleTests-349c9335-643b-4ec0-b2c6-29b9dc8a385f-pub-net used request id req-7a325a2b-3bfb-454e-84b1-cde55a29d298 2018-08-12 08:23:23,469 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=3dc1f308-7f10-4182-884e-a040e96eddd6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b683b09eb531523f777eed3b0aa45fb8697286da" 2018-08-12 08:23:23,711 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-5a25ec39-ee89-4be2-8cc3-eea871918e68 Date: Sun, 12 Aug 2018 08:23:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3dc1f308-7f10-4182-884e-a040e96eddd6","tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:23:19Z","dns_nameservers":[],"updated_at":"2018-08-12T08:23:19Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"a267b9a156244bb192691cff6e5f74fe","id":"03f6c430-faf6-4f7f-b47c-e0ce5b74eec6","subnetpool_id":null,"name":"CreateInstanceSimpleTests-349c9335-643b-4ec0-b2c6-29b9dc8a385f-pub-subnet"}]} 2018-08-12 08:23:23,711 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=3dc1f308-7f10-4182-884e-a040e96eddd6 used request id req-5a25ec39-ee89-4be2-8cc3-eea871918e68 2018-08-12 08:23:23,716 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSimpleTests-349c9335-643b-4ec0-b2c6-29b9dc8a385f-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b683b09eb531523f777eed3b0aa45fb8697286da" 2018-08-12 08:23:23,985 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 730 X-Openstack-Request-Id: req-5f3fb1e6-20a4-4345-8d0f-10ccb51b9a97 Date: Sun, 12 Aug 2018 08:23:23 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"3dc1f308-7f10-4182-884e-a040e96eddd6","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a267b9a156244bb192691cff6e5f74fe","status":"ACTIVE","subnets":["03f6c430-faf6-4f7f-b47c-e0ce5b74eec6"],"description":"","tags":[],"updated_at":"2018-08-12T08:23:19Z","provider:segmentation_id":79,"name":"CreateInstanceSimpleTests-349c9335-643b-4ec0-b2c6-29b9dc8a385f-pub-net","admin_state_up":true,"tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:23:18Z","provider:network_type":"vxlan"}]} 2018-08-12 08:23:23,985 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSimpleTests-349c9335-643b-4ec0-b2c6-29b9dc8a385f-pub-net used request id req-5f3fb1e6-20a4-4345-8d0f-10ccb51b9a97 2018-08-12 08:23:23,990 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b683b09eb531523f777eed3b0aa45fb8697286da" 2018-08-12 08:23:24,108 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:23:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4c9a1bb7-3475-47c4-92d2-c41907e6b0a6 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}} 2018-08-12 08:23:24,109 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe used request id req-4c9a1bb7-3475-47c4-92d2-c41907e6b0a6 2018-08-12 08:23:24,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=3dc1f308-7f10-4182-884e-a040e96eddd6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b683b09eb531523f777eed3b0aa45fb8697286da" 2018-08-12 08:23:24,159 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-ff3e6787-aae1-4541-a547-fbb172f962df Date: Sun, 12 Aug 2018 08:23:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3dc1f308-7f10-4182-884e-a040e96eddd6","tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:23:19Z","dns_nameservers":[],"updated_at":"2018-08-12T08:23:19Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"a267b9a156244bb192691cff6e5f74fe","id":"03f6c430-faf6-4f7f-b47c-e0ce5b74eec6","subnetpool_id":null,"name":"CreateInstanceSimpleTests-349c9335-643b-4ec0-b2c6-29b9dc8a385f-pub-subnet"}]} 2018-08-12 08:23:24,159 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=3dc1f308-7f10-4182-884e-a040e96eddd6 used request id req-ff3e6787-aae1-4541-a547-fbb172f962df 2018-08-12 08:23:24,164 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=3dc1f308-7f10-4182-884e-a040e96eddd6&name=CreateInstanceSimpleTests-349c9335-643b-4ec0-b2c6-29b9dc8a385f-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b683b09eb531523f777eed3b0aa45fb8697286da" 2018-08-12 08:23:24,195 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-b71d2a32-a2ad-4a1a-83fd-8a01cdbca479 Date: Sun, 12 Aug 2018 08:23:24 GMT RESP BODY: {"ports":[]} 2018-08-12 08:23:24,195 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=3dc1f308-7f10-4182-884e-a040e96eddd6&name=CreateInstanceSimpleTests-349c9335-643b-4ec0-b2c6-29b9dc8a385f-port&admin_state_up=True used request id req-b71d2a32-a2ad-4a1a-83fd-8a01cdbca479 2018-08-12 08:23:24,195 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:23:24,196 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:23:24,588 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:23:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["5w4NQkGhTr25BVw_wr5WEA"], "issued_at": "2018-08-12T08:23:24.000000Z"}} 2018-08-12 08:23:24,588 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}844d18da2e3a4f6f846b5a85a88cbbc32c261b84" 2018-08-12 08:23:24,676 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:23:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-766dff5c-fe4d-4749-89de-5714702260b7 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:23:24,676 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-766dff5c-fe4d-4749-89de-5714702260b7 2018-08-12 08:23:24,682 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSimpleTests-349c9335-643b-4ec0-b2c6-29b9dc8a385f-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b683b09eb531523f777eed3b0aa45fb8697286da" 2018-08-12 08:23:24,943 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 730 X-Openstack-Request-Id: req-8a3181ee-6461-4eaa-913a-8416606eed07 Date: Sun, 12 Aug 2018 08:23:24 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"3dc1f308-7f10-4182-884e-a040e96eddd6","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a267b9a156244bb192691cff6e5f74fe","status":"ACTIVE","subnets":["03f6c430-faf6-4f7f-b47c-e0ce5b74eec6"],"description":"","tags":[],"updated_at":"2018-08-12T08:23:19Z","provider:segmentation_id":79,"name":"CreateInstanceSimpleTests-349c9335-643b-4ec0-b2c6-29b9dc8a385f-pub-net","admin_state_up":true,"tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:23:18Z","provider:network_type":"vxlan"}]} 2018-08-12 08:23:24,943 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSimpleTests-349c9335-643b-4ec0-b2c6-29b9dc8a385f-pub-net used request id req-8a3181ee-6461-4eaa-913a-8416606eed07 2018-08-12 08:23:24,949 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=3dc1f308-7f10-4182-884e-a040e96eddd6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b683b09eb531523f777eed3b0aa45fb8697286da" 2018-08-12 08:23:25,166 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-00bf5921-80af-4683-bf04-1bcaf51184e4 Date: Sun, 12 Aug 2018 08:23:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3dc1f308-7f10-4182-884e-a040e96eddd6","tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:23:19Z","dns_nameservers":[],"updated_at":"2018-08-12T08:23:19Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"a267b9a156244bb192691cff6e5f74fe","id":"03f6c430-faf6-4f7f-b47c-e0ce5b74eec6","subnetpool_id":null,"name":"CreateInstanceSimpleTests-349c9335-643b-4ec0-b2c6-29b9dc8a385f-pub-subnet"}]} 2018-08-12 08:23:25,167 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=3dc1f308-7f10-4182-884e-a040e96eddd6 used request id req-00bf5921-80af-4683-bf04-1bcaf51184e4 2018-08-12 08:23:25,172 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSimpleTests-349c9335-643b-4ec0-b2c6-29b9dc8a385f-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b683b09eb531523f777eed3b0aa45fb8697286da" 2018-08-12 08:23:25,621 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 730 X-Openstack-Request-Id: req-7fbe8291-2103-4754-93b4-c7cad8e31346 Date: Sun, 12 Aug 2018 08:23:25 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"3dc1f308-7f10-4182-884e-a040e96eddd6","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a267b9a156244bb192691cff6e5f74fe","status":"ACTIVE","subnets":["03f6c430-faf6-4f7f-b47c-e0ce5b74eec6"],"description":"","tags":[],"updated_at":"2018-08-12T08:23:19Z","provider:segmentation_id":79,"name":"CreateInstanceSimpleTests-349c9335-643b-4ec0-b2c6-29b9dc8a385f-pub-net","admin_state_up":true,"tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:23:18Z","provider:network_type":"vxlan"}]} 2018-08-12 08:23:25,621 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSimpleTests-349c9335-643b-4ec0-b2c6-29b9dc8a385f-pub-net used request id req-7fbe8291-2103-4754-93b4-c7cad8e31346 2018-08-12 08:23:25,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:23:25,631 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:23:25 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:23:25,632 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}844d18da2e3a4f6f846b5a85a88cbbc32c261b84" 2018-08-12 08:23:25,723 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:23:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e3ea0d6-1cf6-4d3d-9f01-6b2b03c17aff Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}} 2018-08-12 08:23:25,723 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe used request id req-1e3ea0d6-1cf6-4d3d-9f01-6b2b03c17aff 2018-08-12 08:23:25,728 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=3dc1f308-7f10-4182-884e-a040e96eddd6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b683b09eb531523f777eed3b0aa45fb8697286da" 2018-08-12 08:23:25,962 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-56508712-4235-4597-8253-284a8a5acc15 Date: Sun, 12 Aug 2018 08:23:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3dc1f308-7f10-4182-884e-a040e96eddd6","tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:23:19Z","dns_nameservers":[],"updated_at":"2018-08-12T08:23:19Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"a267b9a156244bb192691cff6e5f74fe","id":"03f6c430-faf6-4f7f-b47c-e0ce5b74eec6","subnetpool_id":null,"name":"CreateInstanceSimpleTests-349c9335-643b-4ec0-b2c6-29b9dc8a385f-pub-subnet"}]} 2018-08-12 08:23:25,962 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=3dc1f308-7f10-4182-884e-a040e96eddd6 used request id req-56508712-4235-4597-8253-284a8a5acc15 2018-08-12 08:23:25,963 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSimpleTests-349c9335-643b-4ec0-b2c6-29b9dc8a385f-pub-net 2018-08-12 08:23:25,967 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b683b09eb531523f777eed3b0aa45fb8697286da" -d '{"port": {"network_id": "3dc1f308-7f10-4182-884e-a040e96eddd6", "name": "CreateInstanceSimpleTests-349c9335-643b-4ec0-b2c6-29b9dc8a385f-port", "admin_state_up": true}}' 2018-08-12 08:23:27,031 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 856 X-Openstack-Request-Id: req-13d6e0a2-fb83-4620-b127-c46ca335f7e0 Date: Sun, 12 Aug 2018 08:23:27 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:23:26Z","device_owner":"","revision_number":6,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"03f6c430-faf6-4f7f-b47c-e0ce5b74eec6","ip_address":"10.55.0.15"}],"id":"4e8f3425-b300-4fb6-8faf-1e0d1fb89268","security_groups":["5f66b959-9187-4391-aafa-4c9cd7dd156e"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:20:e9:8e","project_id":"a267b9a156244bb192691cff6e5f74fe","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"CreateInstanceSimpleTests-349c9335-643b-4ec0-b2c6-29b9dc8a385f-port","admin_state_up":true,"network_id":"3dc1f308-7f10-4182-884e-a040e96eddd6","tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:23:26Z","binding:vnic_type":"normal"}} 2018-08-12 08:23:27,031 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/ports used request id req-13d6e0a2-fb83-4620-b127-c46ca335f7e0 2018-08-12 08:23:27,036 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSimpleTests-349c9335-643b-4ec0-b2c6-29b9dc8a385f-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b683b09eb531523f777eed3b0aa45fb8697286da" 2018-08-12 08:23:27,296 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 730 X-Openstack-Request-Id: req-5ff7b9e4-5449-4e78-b6e3-1f091347012b Date: Sun, 12 Aug 2018 08:23:27 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"3dc1f308-7f10-4182-884e-a040e96eddd6","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a267b9a156244bb192691cff6e5f74fe","status":"ACTIVE","subnets":["03f6c430-faf6-4f7f-b47c-e0ce5b74eec6"],"description":"","tags":[],"updated_at":"2018-08-12T08:23:19Z","provider:segmentation_id":79,"name":"CreateInstanceSimpleTests-349c9335-643b-4ec0-b2c6-29b9dc8a385f-pub-net","admin_state_up":true,"tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:23:18Z","provider:network_type":"vxlan"}]} 2018-08-12 08:23:27,297 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSimpleTests-349c9335-643b-4ec0-b2c6-29b9dc8a385f-pub-net used request id req-5ff7b9e4-5449-4e78-b6e3-1f091347012b 2018-08-12 08:23:27,302 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=3dc1f308-7f10-4182-884e-a040e96eddd6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b683b09eb531523f777eed3b0aa45fb8697286da" 2018-08-12 08:23:27,504 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-e06448a5-537d-4804-876d-561aa3901c2d Date: Sun, 12 Aug 2018 08:23:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3dc1f308-7f10-4182-884e-a040e96eddd6","tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:23:19Z","dns_nameservers":[],"updated_at":"2018-08-12T08:23:19Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"a267b9a156244bb192691cff6e5f74fe","id":"03f6c430-faf6-4f7f-b47c-e0ce5b74eec6","subnetpool_id":null,"name":"CreateInstanceSimpleTests-349c9335-643b-4ec0-b2c6-29b9dc8a385f-pub-subnet"}]} 2018-08-12 08:23:27,504 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=3dc1f308-7f10-4182-884e-a040e96eddd6 used request id req-e06448a5-537d-4804-876d-561aa3901c2d 2018-08-12 08:23:27,509 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSimpleTests-349c9335-643b-4ec0-b2c6-29b9dc8a385f-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b683b09eb531523f777eed3b0aa45fb8697286da" 2018-08-12 08:23:27,765 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 730 X-Openstack-Request-Id: req-33dbb196-e616-4a38-a0b7-6b4318040db8 Date: Sun, 12 Aug 2018 08:23:27 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"3dc1f308-7f10-4182-884e-a040e96eddd6","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a267b9a156244bb192691cff6e5f74fe","status":"ACTIVE","subnets":["03f6c430-faf6-4f7f-b47c-e0ce5b74eec6"],"description":"","tags":[],"updated_at":"2018-08-12T08:23:19Z","provider:segmentation_id":79,"name":"CreateInstanceSimpleTests-349c9335-643b-4ec0-b2c6-29b9dc8a385f-pub-net","admin_state_up":true,"tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:23:18Z","provider:network_type":"vxlan"}]} 2018-08-12 08:23:27,766 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSimpleTests-349c9335-643b-4ec0-b2c6-29b9dc8a385f-pub-net used request id req-33dbb196-e616-4a38-a0b7-6b4318040db8 2018-08-12 08:23:27,769 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b683b09eb531523f777eed3b0aa45fb8697286da" 2018-08-12 08:23:27,868 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:23:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd673aa8-0ff6-419d-ae87-0b6ef34257f5 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}} 2018-08-12 08:23:27,868 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe used request id req-dd673aa8-0ff6-419d-ae87-0b6ef34257f5 2018-08-12 08:23:27,873 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=3dc1f308-7f10-4182-884e-a040e96eddd6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b683b09eb531523f777eed3b0aa45fb8697286da" 2018-08-12 08:23:28,096 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-0f829574-e649-4b17-b1f4-862c5aaecbc8 Date: Sun, 12 Aug 2018 08:23:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3dc1f308-7f10-4182-884e-a040e96eddd6","tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:23:19Z","dns_nameservers":[],"updated_at":"2018-08-12T08:23:19Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"a267b9a156244bb192691cff6e5f74fe","id":"03f6c430-faf6-4f7f-b47c-e0ce5b74eec6","subnetpool_id":null,"name":"CreateInstanceSimpleTests-349c9335-643b-4ec0-b2c6-29b9dc8a385f-pub-subnet"}]} 2018-08-12 08:23:28,096 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=3dc1f308-7f10-4182-884e-a040e96eddd6 used request id req-0f829574-e649-4b17-b1f4-862c5aaecbc8 2018-08-12 08:23:28,102 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=3dc1f308-7f10-4182-884e-a040e96eddd6&name=CreateInstanceSimpleTests-349c9335-643b-4ec0-b2c6-29b9dc8a385f-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b683b09eb531523f777eed3b0aa45fb8697286da" 2018-08-12 08:23:28,312 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 859 X-Openstack-Request-Id: req-cf866485-4a6e-43f7-ad7f-1ac3e91599ef Date: Sun, 12 Aug 2018 08:23:28 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:23:26Z","device_owner":"","revision_number":6,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"03f6c430-faf6-4f7f-b47c-e0ce5b74eec6","ip_address":"10.55.0.15"}],"id":"4e8f3425-b300-4fb6-8faf-1e0d1fb89268","security_groups":["5f66b959-9187-4391-aafa-4c9cd7dd156e"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:20:e9:8e","project_id":"a267b9a156244bb192691cff6e5f74fe","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"CreateInstanceSimpleTests-349c9335-643b-4ec0-b2c6-29b9dc8a385f-port","admin_state_up":true,"network_id":"3dc1f308-7f10-4182-884e-a040e96eddd6","tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:23:26Z","binding:vnic_type":"normal"}]} 2018-08-12 08:23:28,312 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=3dc1f308-7f10-4182-884e-a040e96eddd6&name=CreateInstanceSimpleTests-349c9335-643b-4ec0-b2c6-29b9dc8a385f-port&admin_state_up=True used request id req-cf866485-4a6e-43f7-ad7f-1ac3e91599ef 2018-08-12 08:23:28,317 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b683b09eb531523f777eed3b0aa45fb8697286da" 2018-08-12 08:23:28,341 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:23:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-769910c2-e549-42d4-947d-0b89110a3a66 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}} 2018-08-12 08:23:28,341 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe used request id req-769910c2-e549-42d4-947d-0b89110a3a66 2018-08-12 08:23:28,342 - nova_utils - INFO - Creating VM with name - CreateInstanceSimpleTests-349c9335-643b-4ec0-b2c6-29b9dc8a385f-inst 2018-08-12 08:23:28,344 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b683b09eb531523f777eed3b0aa45fb8697286da" 2018-08-12 08:23:28,364 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:23: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-33c37a86-4759-49a4-b54b-4e7a3e882159 x-compute-request-id: req-33c37a86-4759-49a4-b54b-4e7a3e882159 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"flavors": [{"id": "b0f080b3-05ca-46f6-8c7c-e6298a1e2b39", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/b0f080b3-05ca-46f6-8c7c-e6298a1e2b39", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/b0f080b3-05ca-46f6-8c7c-e6298a1e2b39", "rel": "bookmark"}], "name": "CreateInstanceSimpleTests-349c9335-643b-4ec0-b2c6-29b9dc8a385f-flavor-name"}]} 2018-08-12 08:23:28,364 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-33c37a86-4759-49a4-b54b-4e7a3e882159 2018-08-12 08:23:28,368 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors/b0f080b3-05ca-46f6-8c7c-e6298a1e2b39 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b683b09eb531523f777eed3b0aa45fb8697286da" 2018-08-12 08:23:28,388 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:23: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-c1e695e6-a0c5-424f-9cd0-024b60141645 x-compute-request-id: req-c1e695e6-a0c5-424f-9cd0-024b60141645 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateInstanceSimpleTests-349c9335-643b-4ec0-b2c6-29b9dc8a385f-flavor-name", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/b0f080b3-05ca-46f6-8c7c-e6298a1e2b39", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/b0f080b3-05ca-46f6-8c7c-e6298a1e2b39", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": "b0f080b3-05ca-46f6-8c7c-e6298a1e2b39"}} 2018-08-12 08:23:28,388 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/b0f080b3-05ca-46f6-8c7c-e6298a1e2b39 used request id req-c1e695e6-a0c5-424f-9cd0-024b60141645 2018-08-12 08:23:28,390 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSimpleTests-349c9335-643b-4ec0-b2c6-29b9dc8a385f-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b683b09eb531523f777eed3b0aa45fb8697286da" 2018-08-12 08:23:28,576 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1060 Content-Type: application/json X-Openstack-Request-Id: req-20a36626-770e-4e38-8f3c-473de50d907b Date: Sun, 12 Aug 2018 08:23:28 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceSimpleTests-349c9335-643b-4ec0-b2c6-29b9dc8a385f-image", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:23:15Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-12T08:23:16Z", "visibility": "shared", "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/e1e5d2d4-4541-42c2-b1da-3a8455b533ee/snap", "metadata": {}}], "self": "/v2/images/e1e5d2d4-4541-42c2-b1da-3a8455b533ee", "min_disk": 0, "protected": false, "id": "e1e5d2d4-4541-42c2-b1da-3a8455b533ee", "file": "/v2/images/e1e5d2d4-4541-42c2-b1da-3a8455b533ee/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "42a1c269a7b5452bbf955c44bcf71a86", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/e1e5d2d4-4541-42c2-b1da-3a8455b533ee/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSimpleTests-349c9335-643b-4ec0-b2c6-29b9dc8a385f-image"} 2018-08-12 08:23:28,577 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSimpleTests-349c9335-643b-4ec0-b2c6-29b9dc8a385f-image used request id req-20a36626-770e-4e38-8f3c-473de50d907b 2018-08-12 08:23:28,579 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b683b09eb531523f777eed3b0aa45fb8697286da" 2018-08-12 08:23:28,762 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-2a6fa0ca-caf9-424b-b0fc-cd05535ad091 Date: Sun, 12 Aug 2018 08:23:28 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"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}, "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}, "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"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "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"}, "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"}, "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}, "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}, "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"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "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}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-12 08:23:28,763 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-2a6fa0ca-caf9-424b-b0fc-cd05535ad091 2018-08-12 08:23:28,767 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b683b09eb531523f777eed3b0aa45fb8697286da" -d '{"server": {"name": "CreateInstanceSimpleTests-349c9335-643b-4ec0-b2c6-29b9dc8a385f-inst", "imageRef": "e1e5d2d4-4541-42c2-b1da-3a8455b533ee", "flavorRef": "b0f080b3-05ca-46f6-8c7c-e6298a1e2b39", "max_count": 1, "min_count": 1, "networks": [{"port": "4e8f3425-b300-4fb6-8faf-1e0d1fb89268"}]}}' 2018-08-12 08:23:30,640 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 08:23: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-c1f579d0-1758-4310-bf57-5ff839274d2a x-compute-request-id: req-c1f579d0-1758-4310-bf57-5ff839274d2a Content-Length: 374 location: http://172.30.9.21:8774/v2.1/servers/789e3beb-615b-469e-9e04-809566f3a89a Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "789e3beb-615b-469e-9e04-809566f3a89a", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/789e3beb-615b-469e-9e04-809566f3a89a", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/789e3beb-615b-469e-9e04-809566f3a89a", "rel": "bookmark"}], "adminPass": "oBkr6uELeDLr"}} 2018-08-12 08:23:30,640 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-c1f579d0-1758-4310-bf57-5ff839274d2a 2018-08-12 08:23:30,644 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/789e3beb-615b-469e-9e04-809566f3a89a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b683b09eb531523f777eed3b0aa45fb8697286da" 2018-08-12 08:23:30,879 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:23: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-4dfa9931-cdec-4d3a-a929-dbe975e5ec4b x-compute-request-id: req-4dfa9931-cdec-4d3a-a929-dbe975e5ec4b Content-Encoding: gzip Content-Length: 648 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/789e3beb-615b-469e-9e04-809566f3a89a", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/789e3beb-615b-469e-9e04-809566f3a89a", "rel": "bookmark"}], "image": {"id": "e1e5d2d4-4541-42c2-b1da-3a8455b533ee", "links": [{"href": "http://172.30.9.21:8774/images/e1e5d2d4-4541-42c2-b1da-3a8455b533ee", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b0f080b3-05ca-46f6-8c7c-e6298a1e2b39", "links": [{"href": "http://172.30.9.21:8774/flavors/b0f080b3-05ca-46f6-8c7c-e6298a1e2b39", "rel": "bookmark"}]}, "id": "789e3beb-615b-469e-9e04-809566f3a89a", "user_id": "4f32fb8153854c4c9f5094b42b523f80", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:23:30Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "CreateInstanceSimpleTests-349c9335-643b-4ec0-b2c6-29b9dc8a385f-inst", "created": "2018-08-12T08:23:30Z", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:23:30,879 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/789e3beb-615b-469e-9e04-809566f3a89a used request id req-4dfa9931-cdec-4d3a-a929-dbe975e5ec4b 2018-08-12 08:23:30,879 - create_instance - INFO - Created instance with name - CreateInstanceSimpleTests-349c9335-643b-4ec0-b2c6-29b9dc8a385f-inst 2018-08-12 08:23:30,882 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/789e3beb-615b-469e-9e04-809566f3a89a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b683b09eb531523f777eed3b0aa45fb8697286da" 2018-08-12 08:23:31,280 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:23: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-6e275d7f-08ea-4b95-8fba-80075141f96b x-compute-request-id: req-6e275d7f-08ea-4b95-8fba-80075141f96b Content-Encoding: gzip Content-Length: 648 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/789e3beb-615b-469e-9e04-809566f3a89a", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/789e3beb-615b-469e-9e04-809566f3a89a", "rel": "bookmark"}], "image": {"id": "e1e5d2d4-4541-42c2-b1da-3a8455b533ee", "links": [{"href": "http://172.30.9.21:8774/images/e1e5d2d4-4541-42c2-b1da-3a8455b533ee", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b0f080b3-05ca-46f6-8c7c-e6298a1e2b39", "links": [{"href": "http://172.30.9.21:8774/flavors/b0f080b3-05ca-46f6-8c7c-e6298a1e2b39", "rel": "bookmark"}]}, "id": "789e3beb-615b-469e-9e04-809566f3a89a", "user_id": "4f32fb8153854c4c9f5094b42b523f80", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:23:30Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "CreateInstanceSimpleTests-349c9335-643b-4ec0-b2c6-29b9dc8a385f-inst", "created": "2018-08-12T08:23:30Z", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:23:31,280 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/789e3beb-615b-469e-9e04-809566f3a89a used request id req-6e275d7f-08ea-4b95-8fba-80075141f96b 2018-08-12 08:23:31,281 - create_instance - DEBUG - Instance status [CreateInstanceSimpleTests-349c9335-643b-4ec0-b2c6-29b9dc8a385f-inst] is - BUILD 2018-08-12 08:23:31,281 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-12 08:23:34,284 - create_instance - DEBUG - VM status query timeout in 896.595623016 2018-08-12 08:23:34,287 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/789e3beb-615b-469e-9e04-809566f3a89a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b683b09eb531523f777eed3b0aa45fb8697286da" 2018-08-12 08:23:35,249 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:23: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-66da802c-d141-4f29-87a9-bb11da8aa77f x-compute-request-id: req-66da802c-d141-4f29-87a9-bb11da8aa77f Content-Encoding: gzip Content-Length: 820 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"CreateInstanceSimpleTests-349c9335-643b-4ec0-b2c6-29b9dc8a385f-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:20:e9:8e", "version": 4, "addr": "10.55.0.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/789e3beb-615b-469e-9e04-809566f3a89a", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/789e3beb-615b-469e-9e04-809566f3a89a", "rel": "bookmark"}], "image": {"id": "e1e5d2d4-4541-42c2-b1da-3a8455b533ee", "links": [{"href": "http://172.30.9.21:8774/images/e1e5d2d4-4541-42c2-b1da-3a8455b533ee", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000092", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b0f080b3-05ca-46f6-8c7c-e6298a1e2b39", "links": [{"href": "http://172.30.9.21:8774/flavors/b0f080b3-05ca-46f6-8c7c-e6298a1e2b39", "rel": "bookmark"}]}, "id": "789e3beb-615b-469e-9e04-809566f3a89a", "security_groups": [{"name": "default"}], "user_id": "4f32fb8153854c4c9f5094b42b523f80", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:23:31Z", "hostId": "cafb59af8d48f73042f30fac6bb42c8c79efd8cb983bdadb9d75c9a9", "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": "CreateInstanceSimpleTests-349c9335-643b-4ec0-b2c6-29b9dc8a385f-inst", "created": "2018-08-12T08:23:30Z", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:23:35,250 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/789e3beb-615b-469e-9e04-809566f3a89a used request id req-66da802c-d141-4f29-87a9-bb11da8aa77f 2018-08-12 08:23:35,250 - create_instance - DEBUG - Instance status [CreateInstanceSimpleTests-349c9335-643b-4ec0-b2c6-29b9dc8a385f-inst] is - BUILD 2018-08-12 08:23:35,250 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-12 08:23:38,253 - create_instance - DEBUG - VM status query timeout in 892.626115799 2018-08-12 08:23:38,257 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/789e3beb-615b-469e-9e04-809566f3a89a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b683b09eb531523f777eed3b0aa45fb8697286da" 2018-08-12 08:23:39,069 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:23: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-ff368985-ea6f-40bb-89f8-a5b619b816c7 x-compute-request-id: req-ff368985-ea6f-40bb-89f8-a5b619b816c7 Content-Encoding: gzip Content-Length: 821 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSimpleTests-349c9335-643b-4ec0-b2c6-29b9dc8a385f-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:20:e9:8e", "version": 4, "addr": "10.55.0.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/789e3beb-615b-469e-9e04-809566f3a89a", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/789e3beb-615b-469e-9e04-809566f3a89a", "rel": "bookmark"}], "image": {"id": "e1e5d2d4-4541-42c2-b1da-3a8455b533ee", "links": [{"href": "http://172.30.9.21:8774/images/e1e5d2d4-4541-42c2-b1da-3a8455b533ee", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000092", "OS-SRV-USG:launched_at": "2018-08-12T08:23:36.000000", "flavor": {"id": "b0f080b3-05ca-46f6-8c7c-e6298a1e2b39", "links": [{"href": "http://172.30.9.21:8774/flavors/b0f080b3-05ca-46f6-8c7c-e6298a1e2b39", "rel": "bookmark"}]}, "id": "789e3beb-615b-469e-9e04-809566f3a89a", "security_groups": [{"name": "default"}], "user_id": "4f32fb8153854c4c9f5094b42b523f80", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:23:36Z", "hostId": "cafb59af8d48f73042f30fac6bb42c8c79efd8cb983bdadb9d75c9a9", "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": "CreateInstanceSimpleTests-349c9335-643b-4ec0-b2c6-29b9dc8a385f-inst", "created": "2018-08-12T08:23:30Z", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:23:39,070 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/789e3beb-615b-469e-9e04-809566f3a89a used request id req-ff368985-ea6f-40bb-89f8-a5b619b816c7 2018-08-12 08:23:39,070 - create_instance - DEBUG - Instance status [CreateInstanceSimpleTests-349c9335-643b-4ec0-b2c6-29b9dc8a385f-inst] is - ACTIVE 2018-08-12 08:23:39,070 - create_instance - INFO - VM is - ACTIVE 2018-08-12 08:23:39,073 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/789e3beb-615b-469e-9e04-809566f3a89a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b683b09eb531523f777eed3b0aa45fb8697286da" 2018-08-12 08:23:39,736 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:23: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-35f2b679-168c-44b2-aac6-92b90d2fddcb x-compute-request-id: req-35f2b679-168c-44b2-aac6-92b90d2fddcb Content-Encoding: gzip Content-Length: 821 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSimpleTests-349c9335-643b-4ec0-b2c6-29b9dc8a385f-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:20:e9:8e", "version": 4, "addr": "10.55.0.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/789e3beb-615b-469e-9e04-809566f3a89a", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/789e3beb-615b-469e-9e04-809566f3a89a", "rel": "bookmark"}], "image": {"id": "e1e5d2d4-4541-42c2-b1da-3a8455b533ee", "links": [{"href": "http://172.30.9.21:8774/images/e1e5d2d4-4541-42c2-b1da-3a8455b533ee", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000092", "OS-SRV-USG:launched_at": "2018-08-12T08:23:36.000000", "flavor": {"id": "b0f080b3-05ca-46f6-8c7c-e6298a1e2b39", "links": [{"href": "http://172.30.9.21:8774/flavors/b0f080b3-05ca-46f6-8c7c-e6298a1e2b39", "rel": "bookmark"}]}, "id": "789e3beb-615b-469e-9e04-809566f3a89a", "security_groups": [{"name": "default"}], "user_id": "4f32fb8153854c4c9f5094b42b523f80", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:23:36Z", "hostId": "cafb59af8d48f73042f30fac6bb42c8c79efd8cb983bdadb9d75c9a9", "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": "CreateInstanceSimpleTests-349c9335-643b-4ec0-b2c6-29b9dc8a385f-inst", "created": "2018-08-12T08:23:30Z", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:23:39,736 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/789e3beb-615b-469e-9e04-809566f3a89a used request id req-35f2b679-168c-44b2-aac6-92b90d2fddcb 2018-08-12 08:23:39,742 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSimpleTests-349c9335-643b-4ec0-b2c6-29b9dc8a385f-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b683b09eb531523f777eed3b0aa45fb8697286da" 2018-08-12 08:23:39,826 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 730 X-Openstack-Request-Id: req-b6e5d70b-cd7c-49e6-9d6d-bc4141a257c5 Date: Sun, 12 Aug 2018 08:23:39 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"3dc1f308-7f10-4182-884e-a040e96eddd6","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a267b9a156244bb192691cff6e5f74fe","status":"ACTIVE","subnets":["03f6c430-faf6-4f7f-b47c-e0ce5b74eec6"],"description":"","tags":[],"updated_at":"2018-08-12T08:23:19Z","provider:segmentation_id":79,"name":"CreateInstanceSimpleTests-349c9335-643b-4ec0-b2c6-29b9dc8a385f-pub-net","admin_state_up":true,"tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:23:18Z","provider:network_type":"vxlan"}]} 2018-08-12 08:23:39,826 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSimpleTests-349c9335-643b-4ec0-b2c6-29b9dc8a385f-pub-net used request id req-b6e5d70b-cd7c-49e6-9d6d-bc4141a257c5 2018-08-12 08:23:39,830 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b683b09eb531523f777eed3b0aa45fb8697286da" 2018-08-12 08:23:39,923 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:23:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-51024462-71ca-4f2c-b823-5a5777eb13e9 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}} 2018-08-12 08:23:39,924 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe used request id req-51024462-71ca-4f2c-b823-5a5777eb13e9 2018-08-12 08:23:39,929 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=3dc1f308-7f10-4182-884e-a040e96eddd6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b683b09eb531523f777eed3b0aa45fb8697286da" 2018-08-12 08:23:39,990 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-905967ca-eff1-466b-9cd1-b2f3d18e6c6b Date: Sun, 12 Aug 2018 08:23:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3dc1f308-7f10-4182-884e-a040e96eddd6","tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:23:19Z","dns_nameservers":[],"updated_at":"2018-08-12T08:23:19Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"a267b9a156244bb192691cff6e5f74fe","id":"03f6c430-faf6-4f7f-b47c-e0ce5b74eec6","subnetpool_id":null,"name":"CreateInstanceSimpleTests-349c9335-643b-4ec0-b2c6-29b9dc8a385f-pub-subnet"}]} 2018-08-12 08:23:39,990 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=3dc1f308-7f10-4182-884e-a040e96eddd6 used request id req-905967ca-eff1-466b-9cd1-b2f3d18e6c6b 2018-08-12 08:23:39,995 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=3dc1f308-7f10-4182-884e-a040e96eddd6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b683b09eb531523f777eed3b0aa45fb8697286da" 2018-08-12 08:23:40,045 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3533 X-Openstack-Request-Id: req-f51a9474-270e-4e60-a8ab-6a398098d5fa Date: Sun, 12 Aug 2018 08:23:40 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:23:36Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"03f6c430-faf6-4f7f-b47c-e0ce5b74eec6","ip_address":"10.55.0.15"}],"id":"4e8f3425-b300-4fb6-8faf-1e0d1fb89268","security_groups":["5f66b959-9187-4391-aafa-4c9cd7dd156e"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:20:e9:8e","project_id":"a267b9a156244bb192691cff6e5f74fe","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"789e3beb-615b-469e-9e04-809566f3a89a","name":"CreateInstanceSimpleTests-349c9335-643b-4ec0-b2c6-29b9dc8a385f-port","admin_state_up":true,"network_id":"3dc1f308-7f10-4182-884e-a040e96eddd6","tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:23:26Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:23:23Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"03f6c430-faf6-4f7f-b47c-e0ce5b74eec6","ip_address":"10.55.0.3"}],"id":"7d7db70e-956d-454b-a650-cf1821f709e3","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:cc:af:1a","project_id":"a267b9a156244bb192691cff6e5f74fe","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-3dc1f308-7f10-4182-884e-a040e96eddd6","name":"","admin_state_up":true,"network_id":"3dc1f308-7f10-4182-884e-a040e96eddd6","tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:23:20Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:23:24Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"03f6c430-faf6-4f7f-b47c-e0ce5b74eec6","ip_address":"10.55.0.4"}],"id":"d1ac5d61-3e27-4ae5-a9d5-aa23a9538234","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:12:df:7d","project_id":"a267b9a156244bb192691cff6e5f74fe","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-3dc1f308-7f10-4182-884e-a040e96eddd6","name":"","admin_state_up":true,"network_id":"3dc1f308-7f10-4182-884e-a040e96eddd6","tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:23:21Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:23:22Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"03f6c430-faf6-4f7f-b47c-e0ce5b74eec6","ip_address":"10.55.0.2"}],"id":"e411326d-b77a-4e06-a7a0-733ac30efad7","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f9:3b:58","project_id":"a267b9a156244bb192691cff6e5f74fe","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-3dc1f308-7f10-4182-884e-a040e96eddd6","name":"","admin_state_up":true,"network_id":"3dc1f308-7f10-4182-884e-a040e96eddd6","tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:23:20Z","binding:vnic_type":"normal"}]} 2018-08-12 08:23:40,046 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=3dc1f308-7f10-4182-884e-a040e96eddd6 used request id req-f51a9474-270e-4e60-a8ab-6a398098d5fa 2018-08-12 08:23:40,047 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:23:40,465 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:23:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["CVR_i9OtTHmOpqTvdC4Gfw"], "issued_at": "2018-08-12T08:23:40.000000Z"}} 2018-08-12 08:23:40,468 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-349c9335-643b-4ec0-b2c6-29b9dc8a385f-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cdbb829e8a93180071b8a488c6fc8741ed5666a" 2018-08-12 08:23:41,421 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:23: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-8fcd6f16-d3cb-48a4-a5a7-92c50970425f x-compute-request-id: req-8fcd6f16-d3cb-48a4-a5a7-92c50970425f Content-Encoding: gzip Content-Length: 819 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSimpleTests-349c9335-643b-4ec0-b2c6-29b9dc8a385f-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:20:e9:8e", "version": 4, "addr": "10.55.0.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/789e3beb-615b-469e-9e04-809566f3a89a", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/789e3beb-615b-469e-9e04-809566f3a89a", "rel": "bookmark"}], "image": {"id": "e1e5d2d4-4541-42c2-b1da-3a8455b533ee", "links": [{"href": "http://172.30.9.21:8774/images/e1e5d2d4-4541-42c2-b1da-3a8455b533ee", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000092", "OS-SRV-USG:launched_at": "2018-08-12T08:23:36.000000", "flavor": {"id": "b0f080b3-05ca-46f6-8c7c-e6298a1e2b39", "links": [{"href": "http://172.30.9.21:8774/flavors/b0f080b3-05ca-46f6-8c7c-e6298a1e2b39", "rel": "bookmark"}]}, "id": "789e3beb-615b-469e-9e04-809566f3a89a", "security_groups": [{"name": "default"}], "user_id": "4f32fb8153854c4c9f5094b42b523f80", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:23:36Z", "hostId": "cafb59af8d48f73042f30fac6bb42c8c79efd8cb983bdadb9d75c9a9", "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": "CreateInstanceSimpleTests-349c9335-643b-4ec0-b2c6-29b9dc8a385f-inst", "created": "2018-08-12T08:23:30Z", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 08:23:41,421 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-349c9335-643b-4ec0-b2c6-29b9dc8a385f-inst used request id req-8fcd6f16-d3cb-48a4-a5a7-92c50970425f 2018-08-12 08:23:41,422 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:23:41,821 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:23:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["2LAfdPD8S3O6sz42fRCFXA"], "issued_at": "2018-08-12T08:23:41.000000Z"}} 2018-08-12 08:23:41,826 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSimpleTests-349c9335-643b-4ec0-b2c6-29b9dc8a385f-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}daae2fe567152d26414c069016c365fccf02630e" 2018-08-12 08:23:42,083 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 730 X-Openstack-Request-Id: req-be358e17-c093-414a-a119-ed1236cb0255 Date: Sun, 12 Aug 2018 08:23:42 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"3dc1f308-7f10-4182-884e-a040e96eddd6","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a267b9a156244bb192691cff6e5f74fe","status":"ACTIVE","subnets":["03f6c430-faf6-4f7f-b47c-e0ce5b74eec6"],"description":"","tags":[],"updated_at":"2018-08-12T08:23:19Z","provider:segmentation_id":79,"name":"CreateInstanceSimpleTests-349c9335-643b-4ec0-b2c6-29b9dc8a385f-pub-net","admin_state_up":true,"tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:23:18Z","provider:network_type":"vxlan"}]} 2018-08-12 08:23:42,084 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSimpleTests-349c9335-643b-4ec0-b2c6-29b9dc8a385f-pub-net used request id req-be358e17-c093-414a-a119-ed1236cb0255 2018-08-12 08:23:42,090 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=3dc1f308-7f10-4182-884e-a040e96eddd6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}daae2fe567152d26414c069016c365fccf02630e" 2018-08-12 08:23:42,299 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-b2ad0114-28a3-470d-a784-efe3822a4adf Date: Sun, 12 Aug 2018 08:23:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3dc1f308-7f10-4182-884e-a040e96eddd6","tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:23:19Z","dns_nameservers":[],"updated_at":"2018-08-12T08:23:19Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"a267b9a156244bb192691cff6e5f74fe","id":"03f6c430-faf6-4f7f-b47c-e0ce5b74eec6","subnetpool_id":null,"name":"CreateInstanceSimpleTests-349c9335-643b-4ec0-b2c6-29b9dc8a385f-pub-subnet"}]} 2018-08-12 08:23:42,299 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=3dc1f308-7f10-4182-884e-a040e96eddd6 used request id req-b2ad0114-28a3-470d-a784-efe3822a4adf 2018-08-12 08:23:42,304 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=3dc1f308-7f10-4182-884e-a040e96eddd6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}daae2fe567152d26414c069016c365fccf02630e" 2018-08-12 08:23:42,519 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3533 X-Openstack-Request-Id: req-423109d7-c39b-485c-8316-95311c42830e Date: Sun, 12 Aug 2018 08:23:42 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:23:36Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"03f6c430-faf6-4f7f-b47c-e0ce5b74eec6","ip_address":"10.55.0.15"}],"id":"4e8f3425-b300-4fb6-8faf-1e0d1fb89268","security_groups":["5f66b959-9187-4391-aafa-4c9cd7dd156e"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:20:e9:8e","project_id":"a267b9a156244bb192691cff6e5f74fe","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"789e3beb-615b-469e-9e04-809566f3a89a","name":"CreateInstanceSimpleTests-349c9335-643b-4ec0-b2c6-29b9dc8a385f-port","admin_state_up":true,"network_id":"3dc1f308-7f10-4182-884e-a040e96eddd6","tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:23:26Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:23:23Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"03f6c430-faf6-4f7f-b47c-e0ce5b74eec6","ip_address":"10.55.0.3"}],"id":"7d7db70e-956d-454b-a650-cf1821f709e3","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:cc:af:1a","project_id":"a267b9a156244bb192691cff6e5f74fe","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-3dc1f308-7f10-4182-884e-a040e96eddd6","name":"","admin_state_up":true,"network_id":"3dc1f308-7f10-4182-884e-a040e96eddd6","tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:23:20Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:23:24Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"03f6c430-faf6-4f7f-b47c-e0ce5b74eec6","ip_address":"10.55.0.4"}],"id":"d1ac5d61-3e27-4ae5-a9d5-aa23a9538234","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:12:df:7d","project_id":"a267b9a156244bb192691cff6e5f74fe","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-3dc1f308-7f10-4182-884e-a040e96eddd6","name":"","admin_state_up":true,"network_id":"3dc1f308-7f10-4182-884e-a040e96eddd6","tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:23:21Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:23:22Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"03f6c430-faf6-4f7f-b47c-e0ce5b74eec6","ip_address":"10.55.0.2"}],"id":"e411326d-b77a-4e06-a7a0-733ac30efad7","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f9:3b:58","project_id":"a267b9a156244bb192691cff6e5f74fe","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-3dc1f308-7f10-4182-884e-a040e96eddd6","name":"","admin_state_up":true,"network_id":"3dc1f308-7f10-4182-884e-a040e96eddd6","tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:23:20Z","binding:vnic_type":"normal"}]} 2018-08-12 08:23:42,519 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=3dc1f308-7f10-4182-884e-a040e96eddd6 used request id req-423109d7-c39b-485c-8316-95311c42830e 2018-08-12 08:23:42,520 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:23:42,910 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7f96ab6013f44acb634320cbd8a19f1", "name": "CreateInstanceSimpleTests-2146ea92-c5e8-496-proj-role"}], "expires_at": "2018-08-12T09:23:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "42a1c269a7b5452bbf955c44bcf71a86", "name": "CreateInstanceSimpleTests-2146ea92-c5e8-496-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/42a1c269a7b5452bbf955c44bcf71a86", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/42a1c269a7b5452bbf955c44bcf71a86", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/42a1c269a7b5452bbf955c44bcf71a86", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_42a1c269a7b5452bbf955c44bcf71a86", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_42a1c269a7b5452bbf955c44bcf71a86", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/42a1c269a7b5452bbf955c44bcf71a86", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/42a1c269a7b5452bbf955c44bcf71a86", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/42a1c269a7b5452bbf955c44bcf71a86", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/42a1c269a7b5452bbf955c44bcf71a86", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/42a1c269a7b5452bbf955c44bcf71a86", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/42a1c269a7b5452bbf955c44bcf71a86", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/42a1c269a7b5452bbf955c44bcf71a86", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/42a1c269a7b5452bbf955c44bcf71a86", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/42a1c269a7b5452bbf955c44bcf71a86", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSimpleTests-2146ea92-c5e8-496-user", "id": "2c1f7a61cabf4da98460845f8ada5413"}, "audit_ids": ["m8CPFrWHS3qZS1iteZag1Q"], "issued_at": "2018-08-12T08:23:42.000000Z"}} 2018-08-12 08:23:42,913 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-349c9335-643b-4ec0-b2c6-29b9dc8a385f-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}590248147a96af852094408e3c0d5f8a6d3cbf26" 2018-08-12 08:23:43,098 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:23: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-f095a162-629e-4403-b6c0-f204010f5936 x-compute-request-id: req-f095a162-629e-4403-b6c0-f204010f5936 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-12 08:23:43,098 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-349c9335-643b-4ec0-b2c6-29b9dc8a385f-inst used request id req-f095a162-629e-4403-b6c0-f204010f5936 2018-08-12 08:23:43,102 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/789e3beb-615b-469e-9e04-809566f3a89a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b683b09eb531523f777eed3b0aa45fb8697286da" 2018-08-12 08:23:44,156 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:23: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-fa20efae-c317-4cd7-9a2b-4cb0e70bc688 x-compute-request-id: req-fa20efae-c317-4cd7-9a2b-4cb0e70bc688 Content-Encoding: gzip Content-Length: 821 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSimpleTests-349c9335-643b-4ec0-b2c6-29b9dc8a385f-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:20:e9:8e", "version": 4, "addr": "10.55.0.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/789e3beb-615b-469e-9e04-809566f3a89a", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/789e3beb-615b-469e-9e04-809566f3a89a", "rel": "bookmark"}], "image": {"id": "e1e5d2d4-4541-42c2-b1da-3a8455b533ee", "links": [{"href": "http://172.30.9.21:8774/images/e1e5d2d4-4541-42c2-b1da-3a8455b533ee", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000092", "OS-SRV-USG:launched_at": "2018-08-12T08:23:36.000000", "flavor": {"id": "b0f080b3-05ca-46f6-8c7c-e6298a1e2b39", "links": [{"href": "http://172.30.9.21:8774/flavors/b0f080b3-05ca-46f6-8c7c-e6298a1e2b39", "rel": "bookmark"}]}, "id": "789e3beb-615b-469e-9e04-809566f3a89a", "security_groups": [{"name": "default"}], "user_id": "4f32fb8153854c4c9f5094b42b523f80", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:23:36Z", "hostId": "cafb59af8d48f73042f30fac6bb42c8c79efd8cb983bdadb9d75c9a9", "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": "CreateInstanceSimpleTests-349c9335-643b-4ec0-b2c6-29b9dc8a385f-inst", "created": "2018-08-12T08:23:30Z", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:23:44,156 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/789e3beb-615b-469e-9e04-809566f3a89a used request id req-fa20efae-c317-4cd7-9a2b-4cb0e70bc688 2018-08-12 08:23:44,162 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSimpleTests-349c9335-643b-4ec0-b2c6-29b9dc8a385f-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b683b09eb531523f777eed3b0aa45fb8697286da" 2018-08-12 08:23:44,247 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 730 X-Openstack-Request-Id: req-d3d7a887-560e-4373-b5f8-2d1f087e2b85 Date: Sun, 12 Aug 2018 08:23:44 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"3dc1f308-7f10-4182-884e-a040e96eddd6","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a267b9a156244bb192691cff6e5f74fe","status":"ACTIVE","subnets":["03f6c430-faf6-4f7f-b47c-e0ce5b74eec6"],"description":"","tags":[],"updated_at":"2018-08-12T08:23:19Z","provider:segmentation_id":79,"name":"CreateInstanceSimpleTests-349c9335-643b-4ec0-b2c6-29b9dc8a385f-pub-net","admin_state_up":true,"tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:23:18Z","provider:network_type":"vxlan"}]} 2018-08-12 08:23:44,247 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSimpleTests-349c9335-643b-4ec0-b2c6-29b9dc8a385f-pub-net used request id req-d3d7a887-560e-4373-b5f8-2d1f087e2b85 2018-08-12 08:23:44,251 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b683b09eb531523f777eed3b0aa45fb8697286da" 2018-08-12 08:23:44,343 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:23:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ff18a1d2-5445-4fab-bf27-0ad8c0435d31 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}} 2018-08-12 08:23:44,343 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe used request id req-ff18a1d2-5445-4fab-bf27-0ad8c0435d31 2018-08-12 08:23:44,348 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=3dc1f308-7f10-4182-884e-a040e96eddd6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b683b09eb531523f777eed3b0aa45fb8697286da" 2018-08-12 08:23:44,398 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-a134000a-2329-4e5b-951c-2b0bacc9ca0f Date: Sun, 12 Aug 2018 08:23:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3dc1f308-7f10-4182-884e-a040e96eddd6","tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:23:19Z","dns_nameservers":[],"updated_at":"2018-08-12T08:23:19Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"a267b9a156244bb192691cff6e5f74fe","id":"03f6c430-faf6-4f7f-b47c-e0ce5b74eec6","subnetpool_id":null,"name":"CreateInstanceSimpleTests-349c9335-643b-4ec0-b2c6-29b9dc8a385f-pub-subnet"}]} 2018-08-12 08:23:44,399 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=3dc1f308-7f10-4182-884e-a040e96eddd6 used request id req-a134000a-2329-4e5b-951c-2b0bacc9ca0f 2018-08-12 08:23:44,404 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=3dc1f308-7f10-4182-884e-a040e96eddd6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b683b09eb531523f777eed3b0aa45fb8697286da" 2018-08-12 08:23:44,455 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3533 X-Openstack-Request-Id: req-c6148ff8-efdf-476b-bb1e-23dc982f1382 Date: Sun, 12 Aug 2018 08:23:44 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:23:36Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"03f6c430-faf6-4f7f-b47c-e0ce5b74eec6","ip_address":"10.55.0.15"}],"id":"4e8f3425-b300-4fb6-8faf-1e0d1fb89268","security_groups":["5f66b959-9187-4391-aafa-4c9cd7dd156e"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:20:e9:8e","project_id":"a267b9a156244bb192691cff6e5f74fe","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"789e3beb-615b-469e-9e04-809566f3a89a","name":"CreateInstanceSimpleTests-349c9335-643b-4ec0-b2c6-29b9dc8a385f-port","admin_state_up":true,"network_id":"3dc1f308-7f10-4182-884e-a040e96eddd6","tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:23:26Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:23:23Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"03f6c430-faf6-4f7f-b47c-e0ce5b74eec6","ip_address":"10.55.0.3"}],"id":"7d7db70e-956d-454b-a650-cf1821f709e3","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:cc:af:1a","project_id":"a267b9a156244bb192691cff6e5f74fe","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-3dc1f308-7f10-4182-884e-a040e96eddd6","name":"","admin_state_up":true,"network_id":"3dc1f308-7f10-4182-884e-a040e96eddd6","tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:23:20Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:23:24Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"03f6c430-faf6-4f7f-b47c-e0ce5b74eec6","ip_address":"10.55.0.4"}],"id":"d1ac5d61-3e27-4ae5-a9d5-aa23a9538234","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:12:df:7d","project_id":"a267b9a156244bb192691cff6e5f74fe","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-3dc1f308-7f10-4182-884e-a040e96eddd6","name":"","admin_state_up":true,"network_id":"3dc1f308-7f10-4182-884e-a040e96eddd6","tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:23:21Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:23:22Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"03f6c430-faf6-4f7f-b47c-e0ce5b74eec6","ip_address":"10.55.0.2"}],"id":"e411326d-b77a-4e06-a7a0-733ac30efad7","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f9:3b:58","project_id":"a267b9a156244bb192691cff6e5f74fe","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-3dc1f308-7f10-4182-884e-a040e96eddd6","name":"","admin_state_up":true,"network_id":"3dc1f308-7f10-4182-884e-a040e96eddd6","tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:23:20Z","binding:vnic_type":"normal"}]} 2018-08-12 08:23:44,455 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=3dc1f308-7f10-4182-884e-a040e96eddd6 used request id req-c6148ff8-efdf-476b-bb1e-23dc982f1382 2018-08-12 08:23:44,458 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/789e3beb-615b-469e-9e04-809566f3a89a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b683b09eb531523f777eed3b0aa45fb8697286da" 2018-08-12 08:23:45,068 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:23: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-75faf2ba-67bd-4bd4-a2a2-49bf5b5fb3ab x-compute-request-id: req-75faf2ba-67bd-4bd4-a2a2-49bf5b5fb3ab Content-Encoding: gzip Content-Length: 821 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSimpleTests-349c9335-643b-4ec0-b2c6-29b9dc8a385f-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:20:e9:8e", "version": 4, "addr": "10.55.0.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/789e3beb-615b-469e-9e04-809566f3a89a", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/789e3beb-615b-469e-9e04-809566f3a89a", "rel": "bookmark"}], "image": {"id": "e1e5d2d4-4541-42c2-b1da-3a8455b533ee", "links": [{"href": "http://172.30.9.21:8774/images/e1e5d2d4-4541-42c2-b1da-3a8455b533ee", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000092", "OS-SRV-USG:launched_at": "2018-08-12T08:23:36.000000", "flavor": {"id": "b0f080b3-05ca-46f6-8c7c-e6298a1e2b39", "links": [{"href": "http://172.30.9.21:8774/flavors/b0f080b3-05ca-46f6-8c7c-e6298a1e2b39", "rel": "bookmark"}]}, "id": "789e3beb-615b-469e-9e04-809566f3a89a", "security_groups": [{"name": "default"}], "user_id": "4f32fb8153854c4c9f5094b42b523f80", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:23:36Z", "hostId": "cafb59af8d48f73042f30fac6bb42c8c79efd8cb983bdadb9d75c9a9", "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": "CreateInstanceSimpleTests-349c9335-643b-4ec0-b2c6-29b9dc8a385f-inst", "created": "2018-08-12T08:23:30Z", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:23:45,068 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/789e3beb-615b-469e-9e04-809566f3a89a used request id req-75faf2ba-67bd-4bd4-a2a2-49bf5b5fb3ab 2018-08-12 08:23:45,073 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSimpleTests-349c9335-643b-4ec0-b2c6-29b9dc8a385f-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b683b09eb531523f777eed3b0aa45fb8697286da" 2018-08-12 08:23:45,166 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 730 X-Openstack-Request-Id: req-4ca71e5c-cfc8-4391-9ac0-a3e1781bc961 Date: Sun, 12 Aug 2018 08:23:45 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"3dc1f308-7f10-4182-884e-a040e96eddd6","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a267b9a156244bb192691cff6e5f74fe","status":"ACTIVE","subnets":["03f6c430-faf6-4f7f-b47c-e0ce5b74eec6"],"description":"","tags":[],"updated_at":"2018-08-12T08:23:19Z","provider:segmentation_id":79,"name":"CreateInstanceSimpleTests-349c9335-643b-4ec0-b2c6-29b9dc8a385f-pub-net","admin_state_up":true,"tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:23:18Z","provider:network_type":"vxlan"}]} 2018-08-12 08:23:45,167 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSimpleTests-349c9335-643b-4ec0-b2c6-29b9dc8a385f-pub-net used request id req-4ca71e5c-cfc8-4391-9ac0-a3e1781bc961 2018-08-12 08:23:45,170 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b683b09eb531523f777eed3b0aa45fb8697286da" 2018-08-12 08:23:45,267 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:23:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-20c98154-c211-4b79-8c08-375e53dd0d98 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}} 2018-08-12 08:23:45,268 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe used request id req-20c98154-c211-4b79-8c08-375e53dd0d98 2018-08-12 08:23:45,273 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=3dc1f308-7f10-4182-884e-a040e96eddd6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b683b09eb531523f777eed3b0aa45fb8697286da" 2018-08-12 08:23:45,315 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-38f89503-cb5a-4a2f-9a51-7e0b908b74e7 Date: Sun, 12 Aug 2018 08:23:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3dc1f308-7f10-4182-884e-a040e96eddd6","tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:23:19Z","dns_nameservers":[],"updated_at":"2018-08-12T08:23:19Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"a267b9a156244bb192691cff6e5f74fe","id":"03f6c430-faf6-4f7f-b47c-e0ce5b74eec6","subnetpool_id":null,"name":"CreateInstanceSimpleTests-349c9335-643b-4ec0-b2c6-29b9dc8a385f-pub-subnet"}]} 2018-08-12 08:23:45,315 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=3dc1f308-7f10-4182-884e-a040e96eddd6 used request id req-38f89503-cb5a-4a2f-9a51-7e0b908b74e7 2018-08-12 08:23:45,320 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=3dc1f308-7f10-4182-884e-a040e96eddd6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b683b09eb531523f777eed3b0aa45fb8697286da" 2018-08-12 08:23:45,367 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3533 X-Openstack-Request-Id: req-517d88f5-57d8-4de8-af66-5f3fe3a31c90 Date: Sun, 12 Aug 2018 08:23:45 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:23:36Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"03f6c430-faf6-4f7f-b47c-e0ce5b74eec6","ip_address":"10.55.0.15"}],"id":"4e8f3425-b300-4fb6-8faf-1e0d1fb89268","security_groups":["5f66b959-9187-4391-aafa-4c9cd7dd156e"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:20:e9:8e","project_id":"a267b9a156244bb192691cff6e5f74fe","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"789e3beb-615b-469e-9e04-809566f3a89a","name":"CreateInstanceSimpleTests-349c9335-643b-4ec0-b2c6-29b9dc8a385f-port","admin_state_up":true,"network_id":"3dc1f308-7f10-4182-884e-a040e96eddd6","tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:23:26Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:23:23Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"03f6c430-faf6-4f7f-b47c-e0ce5b74eec6","ip_address":"10.55.0.3"}],"id":"7d7db70e-956d-454b-a650-cf1821f709e3","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:cc:af:1a","project_id":"a267b9a156244bb192691cff6e5f74fe","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-3dc1f308-7f10-4182-884e-a040e96eddd6","name":"","admin_state_up":true,"network_id":"3dc1f308-7f10-4182-884e-a040e96eddd6","tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:23:20Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:23:24Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"03f6c430-faf6-4f7f-b47c-e0ce5b74eec6","ip_address":"10.55.0.4"}],"id":"d1ac5d61-3e27-4ae5-a9d5-aa23a9538234","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:12:df:7d","project_id":"a267b9a156244bb192691cff6e5f74fe","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-3dc1f308-7f10-4182-884e-a040e96eddd6","name":"","admin_state_up":true,"network_id":"3dc1f308-7f10-4182-884e-a040e96eddd6","tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:23:21Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:23:22Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"03f6c430-faf6-4f7f-b47c-e0ce5b74eec6","ip_address":"10.55.0.2"}],"id":"e411326d-b77a-4e06-a7a0-733ac30efad7","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f9:3b:58","project_id":"a267b9a156244bb192691cff6e5f74fe","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-3dc1f308-7f10-4182-884e-a040e96eddd6","name":"","admin_state_up":true,"network_id":"3dc1f308-7f10-4182-884e-a040e96eddd6","tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:23:20Z","binding:vnic_type":"normal"}]} 2018-08-12 08:23:45,367 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=3dc1f308-7f10-4182-884e-a040e96eddd6 used request id req-517d88f5-57d8-4de8-af66-5f3fe3a31c90 2018-08-12 08:23:45,369 - create_instance - INFO - Deleting Port with ID - 4e8f3425-b300-4fb6-8faf-1e0d1fb89268 2018-08-12 08:23:45,369 - neutron_utils - INFO - Deleting port with name CreateInstanceSimpleTests-349c9335-643b-4ec0-b2c6-29b9dc8a385f-port 2018-08-12 08:23:45,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/ports/4e8f3425-b300-4fb6-8faf-1e0d1fb89268 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b683b09eb531523f777eed3b0aa45fb8697286da" 2018-08-12 08:23:46,197 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3627bf41-0833-4285-82a8-e6399272cb36 Date: Sun, 12 Aug 2018 08:23:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:23:46,198 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/ports/4e8f3425-b300-4fb6-8faf-1e0d1fb89268 used request id req-3627bf41-0833-4285-82a8-e6399272cb36 2018-08-12 08:23:46,198 - create_instance - INFO - Deleting VM instance - CreateInstanceSimpleTests-349c9335-643b-4ec0-b2c6-29b9dc8a385f-inst 2018-08-12 08:23:46,201 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/servers/789e3beb-615b-469e-9e04-809566f3a89a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b683b09eb531523f777eed3b0aa45fb8697286da" 2018-08-12 08:23:46,406 - novaclient.v2.client - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:23: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-51188874-3b31-4c04-943c-1bb5e269f8b2 x-compute-request-id: req-51188874-3b31-4c04-943c-1bb5e269f8b2 Content-Type: application/json 2018-08-12 08:23:46,407 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/789e3beb-615b-469e-9e04-809566f3a89a used request id req-51188874-3b31-4c04-943c-1bb5e269f8b2 2018-08-12 08:23:46,407 - create_instance - INFO - Checking deletion status 2018-08-12 08:23:46,410 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/789e3beb-615b-469e-9e04-809566f3a89a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b683b09eb531523f777eed3b0aa45fb8697286da" 2018-08-12 08:23:46,510 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:23: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-2bcfd6f2-c81f-4b26-88ae-22b168e80e61 x-compute-request-id: req-2bcfd6f2-c81f-4b26-88ae-22b168e80e61 Content-Encoding: gzip Content-Length: 733 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/789e3beb-615b-469e-9e04-809566f3a89a", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/789e3beb-615b-469e-9e04-809566f3a89a", "rel": "bookmark"}], "image": {"id": "e1e5d2d4-4541-42c2-b1da-3a8455b533ee", "links": [{"href": "http://172.30.9.21:8774/images/e1e5d2d4-4541-42c2-b1da-3a8455b533ee", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000092", "OS-SRV-USG:launched_at": "2018-08-12T08:23:36.000000", "flavor": {"id": "b0f080b3-05ca-46f6-8c7c-e6298a1e2b39", "links": [{"href": "http://172.30.9.21:8774/flavors/b0f080b3-05ca-46f6-8c7c-e6298a1e2b39", "rel": "bookmark"}]}, "id": "789e3beb-615b-469e-9e04-809566f3a89a", "user_id": "4f32fb8153854c4c9f5094b42b523f80", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:23:46Z", "hostId": "cafb59af8d48f73042f30fac6bb42c8c79efd8cb983bdadb9d75c9a9", "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": "CreateInstanceSimpleTests-349c9335-643b-4ec0-b2c6-29b9dc8a385f-inst", "created": "2018-08-12T08:23:30Z", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:23:46,510 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/789e3beb-615b-469e-9e04-809566f3a89a used request id req-2bcfd6f2-c81f-4b26-88ae-22b168e80e61 2018-08-12 08:23:46,510 - create_instance - DEBUG - Instance status [CreateInstanceSimpleTests-349c9335-643b-4ec0-b2c6-29b9dc8a385f-inst] is - ACTIVE 2018-08-12 08:23:46,511 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-12 08:23:49,514 - create_instance - DEBUG - VM status query timeout in 296.893298864 2018-08-12 08:23:49,517 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/789e3beb-615b-469e-9e04-809566f3a89a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b683b09eb531523f777eed3b0aa45fb8697286da" 2018-08-12 08:23:49,954 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:23: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-d3b00d0b-4786-466d-b03c-644470ab9ced x-compute-request-id: req-d3b00d0b-4786-466d-b03c-644470ab9ced Content-Encoding: gzip Content-Length: 733 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/789e3beb-615b-469e-9e04-809566f3a89a", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/789e3beb-615b-469e-9e04-809566f3a89a", "rel": "bookmark"}], "image": {"id": "e1e5d2d4-4541-42c2-b1da-3a8455b533ee", "links": [{"href": "http://172.30.9.21:8774/images/e1e5d2d4-4541-42c2-b1da-3a8455b533ee", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000092", "OS-SRV-USG:launched_at": "2018-08-12T08:23:36.000000", "flavor": {"id": "b0f080b3-05ca-46f6-8c7c-e6298a1e2b39", "links": [{"href": "http://172.30.9.21:8774/flavors/b0f080b3-05ca-46f6-8c7c-e6298a1e2b39", "rel": "bookmark"}]}, "id": "789e3beb-615b-469e-9e04-809566f3a89a", "user_id": "4f32fb8153854c4c9f5094b42b523f80", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:23:46Z", "hostId": "cafb59af8d48f73042f30fac6bb42c8c79efd8cb983bdadb9d75c9a9", "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": "CreateInstanceSimpleTests-349c9335-643b-4ec0-b2c6-29b9dc8a385f-inst", "created": "2018-08-12T08:23:30Z", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:23:49,954 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/789e3beb-615b-469e-9e04-809566f3a89a used request id req-d3b00d0b-4786-466d-b03c-644470ab9ced 2018-08-12 08:23:49,955 - create_instance - DEBUG - Instance status [CreateInstanceSimpleTests-349c9335-643b-4ec0-b2c6-29b9dc8a385f-inst] is - ACTIVE 2018-08-12 08:23:49,955 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-12 08:23:52,958 - create_instance - DEBUG - VM status query timeout in 293.449105024 2018-08-12 08:23:52,961 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/789e3beb-615b-469e-9e04-809566f3a89a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b683b09eb531523f777eed3b0aa45fb8697286da" 2018-08-12 08:23:53,018 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:23: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-2c79bc0f-f947-473a-987b-9d3f7335efa6 x-compute-request-id: req-2c79bc0f-f947-473a-987b-9d3f7335efa6 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 789e3beb-615b-469e-9e04-809566f3a89a could not be found.", "code": 404}} 2018-08-12 08:23:53,018 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/789e3beb-615b-469e-9e04-809566f3a89a used request id req-2c79bc0f-f947-473a-987b-9d3f7335efa6 2018-08-12 08:23:53,019 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 789e3beb-615b-469e-9e04-809566f3a89a could not be found. (HTTP 404) (Request-ID: req-2c79bc0f-f947-473a-987b-9d3f7335efa6) 2018-08-12 08:23:53,019 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSimpleTests-349c9335-643b-4ec0-b2c6-29b9dc8a385f-inst 2018-08-12 08:23:53,023 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/flavors/b0f080b3-05ca-46f6-8c7c-e6298a1e2b39 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e56023d761508871067e786fa08ef57d43bc3a10" 2018-08-12 08:23:53,061 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 08:23: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-1ffbb827-b15c-497d-b2e0-22f7981091db x-compute-request-id: req-1ffbb827-b15c-497d-b2e0-22f7981091db Content-Length: 0 Content-Type: application/json 2018-08-12 08:23:53,061 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/b0f080b3-05ca-46f6-8c7c-e6298a1e2b39 used request id req-1ffbb827-b15c-497d-b2e0-22f7981091db 2018-08-12 08:23:53,062 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSimpleTests-349c9335-643b-4ec0-b2c6-29b9dc8a385f-pub-subnet 2018-08-12 08:23:53,062 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSimpleTests-349c9335-643b-4ec0-b2c6-29b9dc8a385f-pub-subnet 2018-08-12 08:23:53,067 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/03f6c430-faf6-4f7f-b47c-e0ce5b74eec6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1cfb23fdb03008bbae85a863bed252b3c899aeb" 2018-08-12 08:23:55,360 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-1f69bd24-28ba-4b3d-9493-82939f0a0290 Date: Sun, 12 Aug 2018 08:23:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:23:55,360 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/03f6c430-faf6-4f7f-b47c-e0ce5b74eec6 used request id req-1f69bd24-28ba-4b3d-9493-82939f0a0290 2018-08-12 08:23:55,361 - neutron_utils - INFO - Deleting network with name CreateInstanceSimpleTests-349c9335-643b-4ec0-b2c6-29b9dc8a385f-pub-net 2018-08-12 08:23:55,366 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/3dc1f308-7f10-4182-884e-a040e96eddd6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1cfb23fdb03008bbae85a863bed252b3c899aeb" 2018-08-12 08:23:56,984 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-6dd7c5ab-aff3-49c5-b771-c8e4a1ca9cf7 Date: Sun, 12 Aug 2018 08:23:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:23:56,984 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/3dc1f308-7f10-4182-884e-a040e96eddd6 used request id req-6dd7c5ab-aff3-49c5-b771-c8e4a1ca9cf7 2018-08-12 08:23:56,985 - glance_utils - INFO - Deleting image named - CreateInstanceSimpleTests-349c9335-643b-4ec0-b2c6-29b9dc8a385f-image 2018-08-12 08:23:56,988 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/e1e5d2d4-4541-42c2-b1da-3a8455b533ee -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b5dde03f319cf3a0e95d89035363a280e5d99391" 2018-08-12 08:23:58,230 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f8e375fa-113d-4877-8bec-f8086ed19aa3 Date: Sun, 12 Aug 2018 08:23: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 08:23:58,231 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/e1e5d2d4-4541-42c2-b1da-3a8455b533ee used request id req-f8e375fa-113d-4877-8bec-f8086ed19aa3 2018-08-12 08:23:58,232 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:23:58,232 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:23:58,232 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:23:58,232 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:23:58,232 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:23:58,237 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8441a7dc87ac631bc8b841bab57864f3e0f71bb2" 2018-08-12 08:23:58,512 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 43135 X-Openstack-Request-Id: req-3f5dbe0e-73ec-4980-ae7f-ef50a0e807e3 Date: Sun, 12 Aug 2018 08:23:58 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "created_at": "2018-08-12T06:59:44Z", "updated_at": "2018-08-12T06:59:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "1d7fd960-7865-4453-aecc-8d399b4fad21", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "66820d8a-b785-4b18-bd67-500221c8e4f9", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "74fc7638-a322-4841-8c47-06d36174a200", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "8eaa09ec-8419-4582-9312-1e527afe6e4b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}], "revision_number": 4, "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "created_at": "2018-08-12T05:12:34Z", "updated_at": "2018-08-12T05:12:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "709513d2-af7d-4d0b-bd3c-604fed75a711", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "aa346066-e46f-44f2-94be-2884aa998a19", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "c15f7b93-e56c-4afa-867d-2acb286d4b7b", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "cb0ef83f-5f70-4a80-ad35-431ca9df551e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}], "revision_number": 4, "project_id": "fa5a7fe6ee54472ba01638877aade8e3", "id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ea65becf30e54b27aa96a449698a435e", "created_at": "2018-08-12T05:10:35Z", "updated_at": "2018-08-12T05:10:35Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "30ad280c-f302-4cd4-a438-5139917b56f9", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "76115c4c-887d-4f0a-83e2-486e4b39c713", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "8ab14937-4c08-4d43-8a9a-662e622cc643", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "ee757a03-5662-4273-9c3e-6212e7afb48f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}], "revision_number": 4, "project_id": "ea65becf30e54b27aa96a449698a435e", "id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "created_at": "2018-08-12T06:20:09Z", "updated_at": "2018-08-12T06:20:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "1123b8f2-75ac-4a26-b9b2-a96da97408e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "2ddd2b93-e080-48cd-9a50-f5fe8a82ad0c", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "cd1bae62-0aea-4438-b4c3-50a69ae6f855", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "e398e01e-ceea-46d1-9534-b929808c4a5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}], "revision_number": 4, "project_id": "ff7abd7bb61f4f2889831e932d65dc2e", "id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "created_at": "2018-08-12T05:34:57Z", "updated_at": "2018-08-12T05:34:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "208a1c1e-f5f8-49c7-9a25-d07e68b1541f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "27bfd867-e607-4bf8-9de8-60682d3f771d", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "49360e1f-6fd3-4f35-b339-24cea95773ee", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "60f631a9-d305-4920-9631-d0543e2ac64f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}], "revision_number": 4, "project_id": "3a85ceae958d4d9fba68847e7df67db8", "id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "created_at": "2018-08-12T05:34:40Z", "updated_at": "2018-08-12T05:34:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "2192c259-363e-4768-ae73-e75837ad63b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "3f87ddc5-f84d-41dc-8215-847724782569", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "7d89f6da-ea78-49dd-9115-f9ad23b250bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "9ec4497d-0f65-44db-9be9-7b3042e4a584", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}], "revision_number": 4, "project_id": "85517fcf1c6247e699fdcdd42ecc8c79", "id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "created_at": "2018-08-12T05:16:02Z", "updated_at": "2018-08-12T05:16:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "1ecacd8c-c1c7-4a66-9871-406a69323b43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "3cc1750c-e0e7-4902-b6f3-494a161b832e", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "d719a7a4-8c99-44ed-8c12-6bf071890203", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "fe7421b5-d577-41da-8c78-62f3c07eda92", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}], "revision_number": 4, "project_id": "a267b9a156244bb192691cff6e5f74fe", "id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "315a428116f24d9fbb826b37080a918e", "created_at": "2018-08-12T05:11:31Z", "updated_at": "2018-08-12T05:11:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "5e52886a-1dc3-4a81-a55d-f388dc4fd1a1", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "678e32e4-d64c-448a-a4ab-e253ab94ae90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "a8da1539-e3ad-4f90-b2df-3dc1f09d228a", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "b73d5cc9-0205-4658-bb1f-61a042c0ab8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}], "revision_number": 4, "project_id": "315a428116f24d9fbb826b37080a918e", "id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-12T05:08:01Z", "updated_at": "2018-08-12T05:08:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:01Z", "revision_number": 0, "id": "0fb05d03-1117-45d0-930c-b6d4c96ef102", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "4faaab33-5788-4bbd-85b8-0fb44d41413a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "96d0c5a0-5c67-421b-8fc8-2b46d77e5db3", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "dd78519b-4bc5-4e8e-ad0f-58089dd69347", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "11a46741b7954b959fd7764109c047b6", "created_at": "2018-08-12T05:34:51Z", "updated_at": "2018-08-12T05:34:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "0b67bf3c-2289-43bb-ab6c-7d25ec32a279", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "51f3f833-337a-42bd-a8d5-742ea8d6c226", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "571fd0b5-ef90-408d-af33-aafb517b8993", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "944ba823-fb9c-496e-a66e-bb426bb14a8d", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}], "revision_number": 4, "project_id": "11a46741b7954b959fd7764109c047b6", "id": "90af9782-8112-4257-801d-ee5115d226ba", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "created_at": "2018-08-12T05:34:26Z", "updated_at": "2018-08-12T05:34:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "2ee1f63a-807c-4d6a-85ee-dd784f6b8c3f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5dec3ec2-2add-47dd-8618-90659dcf3885", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5ea0dc3e-49d0-43f0-94e9-f6443527d14c", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "fbfaca22-7e3e-4128-8973-43e439b77c28", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}], "revision_number": 4, "project_id": "3c01cd58055c44ecaef39f7e625c2258", "id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "521007c1818145639e93ceb270559219", "created_at": "2018-08-12T05:13:27Z", "updated_at": "2018-08-12T05:13:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "5e7fede5-b0f2-47d8-95c3-516cdfc7f9de", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "8fd0e36f-c6c4-4f64-ba97-40439e614448", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "db7d79de-1dfc-4138-945f-91e74cdc266b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "e87f2cff-ff3e-4b6d-aaf0-7f0eb0ab9f05", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}], "revision_number": 4, "project_id": "521007c1818145639e93ceb270559219", "id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "created_at": "2018-08-12T05:08:18Z", "updated_at": "2018-08-12T05:08:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "3c67be40-bf74-4f97-9693-d93ce73a23b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "6112d869-2fc6-4a25-a13c-3d55cd7206c0", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "bdf21c56-453e-482e-9cba-3c55abcb0339", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "c8e92c39-38cc-4f48-be9c-5f0912e6a725", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}], "revision_number": 4, "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "created_at": "2018-08-12T05:04:23Z", "updated_at": "2018-08-12T05:04:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "280546d9-8ad1-4283-abfc-15ee9b1736c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "58bce125-f2ca-4a6d-b9ca-4e6cf5c0f7a5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "69275b9a-cfb5-482c-a9c4-8ffc79adf2c7", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "6d747f3a-3764-469a-a645-f977585c5aac", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}], "revision_number": 4, "project_id": "310f5853751a4c968f3eeb0a3d99a0a8", "id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "created_at": "2018-08-12T05:34:42Z", "updated_at": "2018-08-12T05:34:42Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "199582e8-25aa-457a-aa7c-6d8413ca4464", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "234f3609-4454-448f-919d-c8143c7cd764", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "c1061460-71a2-49a9-a04b-9fa33eeb17ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "d21ac532-51d8-4d6b-8300-7bac216759bf", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}], "revision_number": 4, "project_id": "9f6c1a272706419c9a74b0893b2890e8", "id": "d6739716-c693-460c-89c6-e7c8c48f8245", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "created_at": "2018-08-12T05:34:54Z", "updated_at": "2018-08-12T05:34:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "0633a05a-ee7d-4476-a56b-75d011b22f77", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "6cc1b9f8-73db-47a3-a0e0-3c96c43f34da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "90d99a6b-e94f-4fd8-a10c-f19dd8954c13", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "e843c139-af2a-4d2c-a24f-59f7b10ff72e", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}], "revision_number": 4, "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "created_at": "2018-08-12T05:09:07Z", "updated_at": "2018-08-12T05:09:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "5495e168-f505-4d74-ae6d-387f0bf533c2", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "6fd19b8b-3062-456e-81ba-3ff37fe43429", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8ca59d25-485c-46ce-939c-2e4a468caeac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8f190846-50a0-42b9-b571-390809b752b1", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}], "revision_number": 4, "project_id": "fa9ca6d7608b4d7d87ce97331679a481", "id": "edcd9b17-9416-4c25-823c-060c435e18d7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "created_at": "2018-08-12T05:34:52Z", "updated_at": "2018-08-12T05:34:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "2c7e484e-6ec5-4a95-8c9c-66d294c0c27e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "70c74258-3c2c-4efc-87e0-079c26ee3417", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "b70382fa-082e-4c2b-abc8-87490fa50b11", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "c3628e02-b4b6-42c9-8751-c1a2d3c19caa", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}], "revision_number": 4, "project_id": "87db863ba6e348b0a5ddcb67053db9d1", "id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "name": "default"}]} 2018-08-12 08:23:58,513 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-3f5dbe0e-73ec-4980-ae7f-ef50a0e807e3 2018-08-12 08:23:58,522 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8441a7dc87ac631bc8b841bab57864f3e0f71bb2" 2018-08-12 08:23:58,608 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:23:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1b812167-cbd5-4330-a4b8-837803502e54 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 5fe28c13d4d74ba2be8d019ac1ea6363.", "code": 404, "title": "Not Found"}} 2018-08-12 08:23:58,608 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 used request id req-1b812167-cbd5-4330-a4b8-837803502e54 2018-08-12 08:23:58,608 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:23:58,612 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8441a7dc87ac631bc8b841bab57864f3e0f71bb2" 2018-08-12 08:23:58,705 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:23:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-00fa0e02-c8cc-41ba-9627-1dfafe345ed3 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa5a7fe6ee54472ba01638877aade8e3.", "code": 404, "title": "Not Found"}} 2018-08-12 08:23:58,705 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 used request id req-00fa0e02-c8cc-41ba-9627-1dfafe345ed3 2018-08-12 08:23:58,705 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:23:58,709 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8441a7dc87ac631bc8b841bab57864f3e0f71bb2" 2018-08-12 08:23:58,801 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:23:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5c39831a-91bc-44c8-bd5a-f53e478c0aa0 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ea65becf30e54b27aa96a449698a435e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:23:58,801 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e used request id req-5c39831a-91bc-44c8-bd5a-f53e478c0aa0 2018-08-12 08:23:58,801 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:23:58,804 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8441a7dc87ac631bc8b841bab57864f3e0f71bb2" 2018-08-12 08:23:58,892 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:23:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-24a1cfdb-97de-4cfa-88fc-9c395a6c412b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ff7abd7bb61f4f2889831e932d65dc2e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:23:58,892 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e used request id req-24a1cfdb-97de-4cfa-88fc-9c395a6c412b 2018-08-12 08:23:58,892 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:23:58,896 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8441a7dc87ac631bc8b841bab57864f3e0f71bb2" 2018-08-12 08:23:58,983 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:23:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-db215454-d564-4732-80b1-420674c863b1 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3a85ceae958d4d9fba68847e7df67db8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:23:58,983 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 used request id req-db215454-d564-4732-80b1-420674c863b1 2018-08-12 08:23:58,984 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:23:58,987 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8441a7dc87ac631bc8b841bab57864f3e0f71bb2" 2018-08-12 08:23:59,082 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:23:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-78b90fd9-9267-496f-bf9f-4857cfc85e7f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 85517fcf1c6247e699fdcdd42ecc8c79.", "code": 404, "title": "Not Found"}} 2018-08-12 08:23:59,082 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 used request id req-78b90fd9-9267-496f-bf9f-4857cfc85e7f 2018-08-12 08:23:59,082 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:23:59,086 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8441a7dc87ac631bc8b841bab57864f3e0f71bb2" 2018-08-12 08:23:59,174 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:23:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7b949613-ac49-4e68-b1b7-46d062065287 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}} 2018-08-12 08:23:59,174 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe used request id req-7b949613-ac49-4e68-b1b7-46d062065287 2018-08-12 08:23:59,178 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8441a7dc87ac631bc8b841bab57864f3e0f71bb2" 2018-08-12 08:23:59,270 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:23:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8121d775-5b07-4841-9cd3-cec194d8b1ce Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 315a428116f24d9fbb826b37080a918e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:23:59,270 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e used request id req-8121d775-5b07-4841-9cd3-cec194d8b1ce 2018-08-12 08:23:59,270 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:23:59,274 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8441a7dc87ac631bc8b841bab57864f3e0f71bb2" 2018-08-12 08:23:59,366 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:23:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7d5ea35e-1f1c-405a-b6eb-c96ad186dd3b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 11a46741b7954b959fd7764109c047b6.", "code": 404, "title": "Not Found"}} 2018-08-12 08:23:59,366 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 used request id req-7d5ea35e-1f1c-405a-b6eb-c96ad186dd3b 2018-08-12 08:23:59,366 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:23:59,370 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8441a7dc87ac631bc8b841bab57864f3e0f71bb2" 2018-08-12 08:23:59,455 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:23:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1a2ccd95-9d43-4520-a67b-9d8f06fb85e8 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3c01cd58055c44ecaef39f7e625c2258.", "code": 404, "title": "Not Found"}} 2018-08-12 08:23:59,455 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 used request id req-1a2ccd95-9d43-4520-a67b-9d8f06fb85e8 2018-08-12 08:23:59,455 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:23:59,458 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8441a7dc87ac631bc8b841bab57864f3e0f71bb2" 2018-08-12 08:23:59,550 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:23:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c85c2bdf-6668-4f38-aba8-1a95d73cfa32 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 521007c1818145639e93ceb270559219.", "code": 404, "title": "Not Found"}} 2018-08-12 08:23:59,550 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 used request id req-c85c2bdf-6668-4f38-aba8-1a95d73cfa32 2018-08-12 08:23:59,550 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:23:59,553 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8441a7dc87ac631bc8b841bab57864f3e0f71bb2" 2018-08-12 08:23:59,643 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:23:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3c810e14-35d2-48e7-ba7f-b4c3c27db476 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e18fcc7fc10a4fd0b20234f8520d0aab.", "code": 404, "title": "Not Found"}} 2018-08-12 08:23:59,644 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab used request id req-3c810e14-35d2-48e7-ba7f-b4c3c27db476 2018-08-12 08:23:59,644 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:23:59,647 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8441a7dc87ac631bc8b841bab57864f3e0f71bb2" 2018-08-12 08:23:59,737 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:23:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-540fc0f7-e75e-4786-879f-e4a8343ed5e9 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "310f5853751a4c968f3eeb0a3d99a0a8", "name": "service"}} 2018-08-12 08:23:59,737 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 used request id req-540fc0f7-e75e-4786-879f-e4a8343ed5e9 2018-08-12 08:23:59,741 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8441a7dc87ac631bc8b841bab57864f3e0f71bb2" 2018-08-12 08:23:59,837 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:23:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-733a5871-3e3b-4505-87bc-0f58aa8d40fd Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9f6c1a272706419c9a74b0893b2890e8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:23:59,837 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 used request id req-733a5871-3e3b-4505-87bc-0f58aa8d40fd 2018-08-12 08:23:59,837 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:23:59,841 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/34cb7327fcfc4b52a63b4b8c0ea4a54d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8441a7dc87ac631bc8b841bab57864f3e0f71bb2" 2018-08-12 08:23:59,931 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:23:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e74b4256-e79e-43ac-8841-26f3d9f2fb55 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 34cb7327fcfc4b52a63b4b8c0ea4a54d.", "code": 404, "title": "Not Found"}} 2018-08-12 08:23:59,931 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/34cb7327fcfc4b52a63b4b8c0ea4a54d used request id req-e74b4256-e79e-43ac-8841-26f3d9f2fb55 2018-08-12 08:23:59,931 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:23:59,935 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa9ca6d7608b4d7d87ce97331679a481 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8441a7dc87ac631bc8b841bab57864f3e0f71bb2" 2018-08-12 08:24:00,023 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:23:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e513835d-9641-47ce-9c6b-f1f0f2a17361 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa9ca6d7608b4d7d87ce97331679a481.", "code": 404, "title": "Not Found"}} 2018-08-12 08:24:00,023 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa9ca6d7608b4d7d87ce97331679a481 used request id req-e513835d-9641-47ce-9c6b-f1f0f2a17361 2018-08-12 08:24:00,023 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:24:00,027 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/87db863ba6e348b0a5ddcb67053db9d1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8441a7dc87ac631bc8b841bab57864f3e0f71bb2" 2018-08-12 08:24:00,117 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:24:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c7f002e9-d675-41b0-8dc7-0ddd189255e3 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87db863ba6e348b0a5ddcb67053db9d1.", "code": 404, "title": "Not Found"}} 2018-08-12 08:24:00,117 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/87db863ba6e348b0a5ddcb67053db9d1 used request id req-c7f002e9-d675-41b0-8dc7-0ddd189255e3 2018-08-12 08:24:00,117 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:24:00,118 - keystone_utils - INFO - Deleting project with name - CreateInstanceSimpleTests-2146ea92-c5e8-496-proj 2018-08-12 08:24:00,122 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/42a1c269a7b5452bbf955c44bcf71a86 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8441a7dc87ac631bc8b841bab57864f3e0f71bb2" 2018-08-12 08:24:00,470 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:24:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ec20ba3c-a127-4da0-b70d-a197368e61cc 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 08:24:00,470 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/42a1c269a7b5452bbf955c44bcf71a86 used request id req-ec20ba3c-a127-4da0-b70d-a197368e61cc 2018-08-12 08:24:00,470 - keystone_utils - INFO - Deleting role with name - CreateInstanceSimpleTests-2146ea92-c5e8-496-proj-role 2018-08-12 08:24:00,474 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/e7f96ab6013f44acb634320cbd8a19f1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8441a7dc87ac631bc8b841bab57864f3e0f71bb2" 2018-08-12 08:24:00,576 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:24:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b6f45f1d-56ee-4f43-a506-5b472f85a89a 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 08:24:00,577 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/e7f96ab6013f44acb634320cbd8a19f1 used request id req-b6f45f1d-56ee-4f43-a506-5b472f85a89a 2018-08-12 08:24:00,580 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8441a7dc87ac631bc8b841bab57864f3e0f71bb2" 2018-08-12 08:24:00,672 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:24:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01279772-43f8-4fc9-880b-cca6d2ca0d5c Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:24:00,672 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-01279772-43f8-4fc9-880b-cca6d2ca0d5c 2018-08-12 08:24:00,673 - keystone_utils - INFO - Deleting user with name - CreateInstanceSimpleTests-2146ea92-c5e8-496-user 2018-08-12 08:24:00,677 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/2c1f7a61cabf4da98460845f8ada5413 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c893eb187f30fbbe3c4c4aab9c0975aded24fa6" 2018-08-12 08:24:00,878 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:24:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-78b12825-bba8-4c40-8de7-4ac6ff8db17b 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 08:24:00,878 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/2c1f7a61cabf4da98460845f8ada5413 used request id req-78b12825-bba8-4c40-8de7-4ac6ff8db17b 2018-08-12 08:24:00,880 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:24:01,269 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:24:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["tnhRrdRdT0irutqV4zrzlQ"], "issued_at": "2018-08-12T08:24:01.000000Z"}} 2018-08-12 08:24:01,269 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}68f0dce9cf6c77698f452b530af490d3225d1320" 2018-08-12 08:24:01,361 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:24:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-139caa30-f1e1-4173-a492-5464e3464e0d Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:24:01,361 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-139caa30-f1e1-4173-a492-5464e3464e0d 2018-08-12 08:24:01,362 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:24:01,363 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:24:01,761 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:24:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["0Y8tgfUFQYe1JBBS25a9ZQ"], "issued_at": "2018-08-12T08:24:01.000000Z"}} 2018-08-12 08:24:01,762 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}065588e1775543161f2fe2640f46261f81c3ccb6" 2018-08-12 08:24:01,844 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:24:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fb3d1973-af47-44ca-9fb7-a3f171615b78 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:24:01,844 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-fb3d1973-af47-44ca-9fb7-a3f171615b78 2018-08-12 08:24:01,848 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:24:01,853 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:24:01 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:24:01,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSimpleTests-1eb49fe2-9471-44f-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}065588e1775543161f2fe2640f46261f81c3ccb6" 2018-08-12 08:24:01,946 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:24:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c5820ace-049d-4224-b094-91ce0ae3d3f7 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSimpleTests-1eb49fe2-9471-44f-proj", "previous": null, "next": null}, "projects": []} 2018-08-12 08:24:01,946 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSimpleTests-1eb49fe2-9471-44f-proj used request id req-c5820ace-049d-4224-b094-91ce0ae3d3f7 2018-08-12 08:24:01,949 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}065588e1775543161f2fe2640f46261f81c3ccb6" 2018-08-12 08:24:01,970 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:24:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-737f5e7f-ef2e-49ff-898f-ef82ec892ad7 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:24:01,970 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-737f5e7f-ef2e-49ff-898f-ef82ec892ad7 2018-08-12 08:24:01,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}065588e1775543161f2fe2640f46261f81c3ccb6" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceSimpleTests-1eb49fe2-9471-44f-proj"}}' 2018-08-12 08:24:02,110 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:24:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-45689956-2b00-43f1-bfe5-0280188940a0 Content-Length: 322 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/2ba7cf61e490464b9187c39dce7100a1"}, "tags": [], "enabled": true, "id": "2ba7cf61e490464b9187c39dce7100a1", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSimpleTests-1eb49fe2-9471-44f-proj"}} 2018-08-12 08:24:02,110 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-45689956-2b00-43f1-bfe5-0280188940a0 2018-08-12 08:24:02,111 - keystone_utils - INFO - Created project with name - CreateInstanceSimpleTests-1eb49fe2-9471-44f-proj 2018-08-12 08:24:02,111 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:24:02,111 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:24:02,508 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:24:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["DM2Y3RKbRlywca8iGushXw"], "issued_at": "2018-08-12T08:24:02.000000Z"}} 2018-08-12 08:24:02,509 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}7f382649baaa86ae47f2cd9f39fc61ec05d196d3" 2018-08-12 08:24:02,600 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:24:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-703d77c8-c002-439a-acab-0b7c442cb042 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:24:02,600 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-703d77c8-c002-439a-acab-0b7c442cb042 2018-08-12 08:24:02,604 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:24:02,609 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:24:02 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:24:02,610 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f382649baaa86ae47f2cd9f39fc61ec05d196d3" 2018-08-12 08:24:02,713 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:24:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-88b2d88d-4527-4042-bd37-6c31e45d8430 Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/105a247548624314b9228f85f6325f0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105a247548624314b9228f85f6325f0b", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/1c5de0eaa44543f08da6ad63a51594ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c5de0eaa44543f08da6ad63a51594ff", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/1d127b5b832547a88a547c116dfdd65b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d127b5b832547a88a547c116dfdd65b", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/1d5cfc170d624ce4ae53ae0507c8d517"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d5cfc170d624ce4ae53ae0507c8d517", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/2421820b75eb4d3ebd02830378d1377b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2421820b75eb4d3ebd02830378d1377b", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/40bd8ee54ecf44868cc83cede652c396"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40bd8ee54ecf44868cc83cede652c396", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/4f32fb8153854c4c9f5094b42b523f80"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f32fb8153854c4c9f5094b42b523f80", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7066130d08fb4db7bf4ab468de53933b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7066130d08fb4db7bf4ab468de53933b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/8d0898a83bcf4521bbc11501d5d7ac89"}, "domain_id": "1eec97585bde483292ece28ee11f4b8d", "enabled": true, "options": {}, "id": "8d0898a83bcf4521bbc11501d5d7ac89", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/9defcced327d476f8a3beab718a13da3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9defcced327d476f8a3beab718a13da3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/b80ee4f6992446e0879624dd436e99a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b80ee4f6992446e0879624dd436e99a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b86fd3e011324d398fcdb6f095a20a9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b86fd3e011324d398fcdb6f095a20a9d", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1701d2754064b5cadf765ea0806f9b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1701d2754064b5cadf765ea0806f9b2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/db4e7b8d76d549faa502716565c733dd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db4e7b8d76d549faa502716565c733dd", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-12 08:24:02,714 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-88b2d88d-4527-4042-bd37-6c31e45d8430 2018-08-12 08:24:02,717 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateInstanceSimpleTests-1eb49fe2-9471-44f-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f382649baaa86ae47f2cd9f39fc61ec05d196d3" 2018-08-12 08:24:02,806 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:24:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-88bf5ad2-4739-43ab-9527-18b1bc37beeb Content-Encoding: gzip Content-Length: 260 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateInstanceSimpleTests-1eb49fe2-9471-44f-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/2ba7cf61e490464b9187c39dce7100a1"}, "tags": [], "enabled": true, "id": "2ba7cf61e490464b9187c39dce7100a1", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSimpleTests-1eb49fe2-9471-44f-proj"}]} 2018-08-12 08:24:02,807 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateInstanceSimpleTests-1eb49fe2-9471-44f-proj used request id req-88bf5ad2-4739-43ab-9527-18b1bc37beeb 2018-08-12 08:24:02,810 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f382649baaa86ae47f2cd9f39fc61ec05d196d3" 2018-08-12 08:24:02,903 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:24:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-20f83ba2-efc7-49cc-864a-5e427d1fca17 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:24:02,904 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-20f83ba2-efc7-49cc-864a-5e427d1fca17 2018-08-12 08:24:03,314 - keystone_utils - INFO - Created user with name - CreateInstanceSimpleTests-1eb49fe2-9471-44f-user 2018-08-12 08:24:03,315 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:24:03,319 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}065588e1775543161f2fe2640f46261f81c3ccb6" 2018-08-12 08:24:03,415 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:24:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-214cddd6-c05b-4092-ac38-186cbb8102de Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:24:03,415 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-214cddd6-c05b-4092-ac38-186cbb8102de 2018-08-12 08:24:03,419 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}065588e1775543161f2fe2640f46261f81c3ccb6" -d '{"role": {"name": "CreateInstanceSimpleTests-1eb49fe2-9471-44f-proj-role"}}' 2018-08-12 08:24:03,535 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:24:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-874c6023-c1ab-429c-a6bf-0f64717e179b Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "45cbb7b3577441139ee53a2c7096289f", "links": {"self": "http://172.30.9.21:5000/v3/roles/45cbb7b3577441139ee53a2c7096289f"}, "name": "CreateInstanceSimpleTests-1eb49fe2-9471-44f-proj-role"}} 2018-08-12 08:24:03,535 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-874c6023-c1ab-429c-a6bf-0f64717e179b 2018-08-12 08:24:03,535 - keystone_utils - INFO - Created role with name - CreateInstanceSimpleTests-1eb49fe2-9471-44f-proj-role 2018-08-12 08:24:03,539 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/45cbb7b3577441139ee53a2c7096289f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}065588e1775543161f2fe2640f46261f81c3ccb6" 2018-08-12 08:24:03,556 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:24:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f1132635-1f4c-4afc-8c77-68e613d0574c Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "45cbb7b3577441139ee53a2c7096289f", "links": {"self": "http://172.30.9.21:5000/v3/roles/45cbb7b3577441139ee53a2c7096289f"}, "name": "CreateInstanceSimpleTests-1eb49fe2-9471-44f-proj-role"}} 2018-08-12 08:24:03,556 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/45cbb7b3577441139ee53a2c7096289f used request id req-f1132635-1f4c-4afc-8c77-68e613d0574c 2018-08-12 08:24:03,556 - keystone_utils - INFO - Granting role CreateInstanceSimpleTests-1eb49fe2-9471-44f-proj-role to project CreateInstanceSimpleTests-1eb49fe2-9471-44f-proj 2018-08-12 08:24:03,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/2ba7cf61e490464b9187c39dce7100a1/users/9eefa36efffd43dcb52ebc1995394c35/roles/45cbb7b3577441139ee53a2c7096289f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}065588e1775543161f2fe2640f46261f81c3ccb6" 2018-08-12 08:24:03,700 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:24:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dd47afae-fb09-491c-9860-a5fa4289a5eb 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 08:24:03,700 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/2ba7cf61e490464b9187c39dce7100a1/users/9eefa36efffd43dcb52ebc1995394c35/roles/45cbb7b3577441139ee53a2c7096289f used request id req-dd47afae-fb09-491c-9860-a5fa4289a5eb 2018-08-12 08:24:03,700 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-12 08:24:03,700 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:24:03,702 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:24:03,703 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:24:03,703 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:24:03,703 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:24:03,703 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:24:03,703 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:24:03,705 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-08-12 08:24:03,705 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:24:03,705 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:24:04,177 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "45cbb7b3577441139ee53a2c7096289f", "name": "CreateInstanceSimpleTests-1eb49fe2-9471-44f-proj-role"}], "expires_at": "2018-08-12T09:24:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2ba7cf61e490464b9187c39dce7100a1", "name": "CreateInstanceSimpleTests-1eb49fe2-9471-44f-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/2ba7cf61e490464b9187c39dce7100a1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/2ba7cf61e490464b9187c39dce7100a1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/2ba7cf61e490464b9187c39dce7100a1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_2ba7cf61e490464b9187c39dce7100a1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_2ba7cf61e490464b9187c39dce7100a1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/2ba7cf61e490464b9187c39dce7100a1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/2ba7cf61e490464b9187c39dce7100a1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/2ba7cf61e490464b9187c39dce7100a1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/2ba7cf61e490464b9187c39dce7100a1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/2ba7cf61e490464b9187c39dce7100a1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/2ba7cf61e490464b9187c39dce7100a1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/2ba7cf61e490464b9187c39dce7100a1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/2ba7cf61e490464b9187c39dce7100a1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/2ba7cf61e490464b9187c39dce7100a1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSimpleTests-1eb49fe2-9471-44f-user", "id": "9eefa36efffd43dcb52ebc1995394c35"}, "audit_ids": ["Zi_6ZF-CSO6V-Z_TZQyCFA"], "issued_at": "2018-08-12T08:24:04.000000Z"}} 2018-08-12 08:24:04,178 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}148ab46e247376187764e26eecfb1061caaeecd3" 2018-08-12 08:24:04,262 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:24:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5948a3eb-5f13-468d-924f-66070510fe99 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:24:04,263 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-5948a3eb-5f13-468d-924f-66070510fe99 2018-08-12 08:24:04,267 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSimpleTests-b655592b-3b7c-47c2-86ec-44ba29bf2c9a-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}148ab46e247376187764e26eecfb1061caaeecd3" 2018-08-12 08:24:04,469 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 170 Content-Type: application/json X-Openstack-Request-Id: req-00261f31-847f-4f9f-afaa-394c40c2945c Date: Sun, 12 Aug 2018 08:24:04 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSimpleTests-b655592b-3b7c-47c2-86ec-44ba29bf2c9a-image"} 2018-08-12 08:24:04,469 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSimpleTests-b655592b-3b7c-47c2-86ec-44ba29bf2c9a-image used request id req-00261f31-847f-4f9f-afaa-394c40c2945c 2018-08-12 08:24:04,473 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}148ab46e247376187764e26eecfb1061caaeecd3" 2018-08-12 08:24:04,661 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-2f2863e8-f8c6-4675-8bf8-ef87f10f2595 Date: Sun, 12 Aug 2018 08:24:04 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"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}, "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}, "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"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "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"}, "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"}, "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}, "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}, "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"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "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}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-12 08:24:04,661 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-2f2863e8-f8c6-4675-8bf8-ef87f10f2595 2018-08-12 08:24:04,696 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}148ab46e247376187764e26eecfb1061caaeecd3" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceSimpleTests-b655592b-3b7c-47c2-86ec-44ba29bf2c9a-image"}' 2018-08-12 08:24:04,993 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 629 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/129c75df-1786-4624-802c-32933b2c4e42 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-eeded65f-90c6-4788-b16a-d2b415e873c1 Date: Sun, 12 Aug 2018 08:24:04 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceSimpleTests-b655592b-3b7c-47c2-86ec-44ba29bf2c9a-image", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:24:04Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-08-12T08:24:04Z", "visibility": "shared", "locations": [], "self": "/v2/images/129c75df-1786-4624-802c-32933b2c4e42", "min_disk": 0, "protected": false, "id": "129c75df-1786-4624-802c-32933b2c4e42", "file": "/v2/images/129c75df-1786-4624-802c-32933b2c4e42/file", "checksum": null, "owner": "2ba7cf61e490464b9187c39dce7100a1", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-12 08:24:04,993 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-eeded65f-90c6-4788-b16a-d2b415e873c1 2018-08-12 08:24:05,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/129c75df-1786-4624-802c-32933b2c4e42/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}148ab46e247376187764e26eecfb1061caaeecd3" -d '' 2018-08-12 08:24:06,196 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e7217c79-4c7e-4e9c-9936-710dedfd1ae9 Date: Sun, 12 Aug 2018 08:24:06 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 08:24:06,197 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/129c75df-1786-4624-802c-32933b2c4e42/file used request id req-e7217c79-4c7e-4e9c-9936-710dedfd1ae9 2018-08-12 08:24:06,197 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-12 08:24:06,200 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/129c75df-1786-4624-802c-32933b2c4e42 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}148ab46e247376187764e26eecfb1061caaeecd3" 2018-08-12 08:24:06,387 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 890 Content-Type: application/json X-Openstack-Request-Id: req-d73ef395-50cd-42f3-9c58-73aef83c4360 Date: Sun, 12 Aug 2018 08:24:06 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSimpleTests-b655592b-3b7c-47c2-86ec-44ba29bf2c9a-image", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:24:04Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-12T08:24:06Z", "visibility": "shared", "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/129c75df-1786-4624-802c-32933b2c4e42/snap", "metadata": {}}], "self": "/v2/images/129c75df-1786-4624-802c-32933b2c4e42", "min_disk": 0, "protected": false, "id": "129c75df-1786-4624-802c-32933b2c4e42", "file": "/v2/images/129c75df-1786-4624-802c-32933b2c4e42/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "2ba7cf61e490464b9187c39dce7100a1", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/129c75df-1786-4624-802c-32933b2c4e42/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-12 08:24:06,387 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/129c75df-1786-4624-802c-32933b2c4e42 used request id req-d73ef395-50cd-42f3-9c58-73aef83c4360 2018-08-12 08:24:06,390 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}148ab46e247376187764e26eecfb1061caaeecd3" 2018-08-12 08:24:06,568 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-68dde7ab-5565-4328-a9b2-0cbd848ce79d Date: Sun, 12 Aug 2018 08:24:06 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"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}, "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}, "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"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "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"}, "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"}, "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}, "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}, "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"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "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}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-12 08:24:06,568 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-68dde7ab-5565-4328-a9b2-0cbd848ce79d 2018-08-12 08:24:06,571 - create_image - INFO - Created image with name - CreateInstanceSimpleTests-b655592b-3b7c-47c2-86ec-44ba29bf2c9a-image 2018-08-12 08:24:06,574 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/129c75df-1786-4624-802c-32933b2c4e42 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}148ab46e247376187764e26eecfb1061caaeecd3" 2018-08-12 08:24:06,591 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 890 Content-Type: application/json X-Openstack-Request-Id: req-289b7fa1-6f3f-4d32-884e-17b7a6bf5175 Date: Sun, 12 Aug 2018 08:24:06 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSimpleTests-b655592b-3b7c-47c2-86ec-44ba29bf2c9a-image", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:24:04Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-12T08:24:06Z", "visibility": "shared", "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/129c75df-1786-4624-802c-32933b2c4e42/snap", "metadata": {}}], "self": "/v2/images/129c75df-1786-4624-802c-32933b2c4e42", "min_disk": 0, "protected": false, "id": "129c75df-1786-4624-802c-32933b2c4e42", "file": "/v2/images/129c75df-1786-4624-802c-32933b2c4e42/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "2ba7cf61e490464b9187c39dce7100a1", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/129c75df-1786-4624-802c-32933b2c4e42/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-12 08:24:06,591 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/129c75df-1786-4624-802c-32933b2c4e42 used request id req-289b7fa1-6f3f-4d32-884e-17b7a6bf5175 2018-08-12 08:24:06,592 - create_image - DEBUG - Instance status is - active 2018-08-12 08:24:06,592 - create_image - DEBUG - Image is active with name - CreateInstanceSimpleTests-b655592b-3b7c-47c2-86ec-44ba29bf2c9a-image 2018-08-12 08:24:06,592 - create_image - INFO - Image is now active with name - CreateInstanceSimpleTests-b655592b-3b7c-47c2-86ec-44ba29bf2c9a-image 2018-08-12 08:24:06,592 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:24:06,593 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:24:06,980 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:24:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["dvCR37wCQgmKLPxisFEA0w"], "issued_at": "2018-08-12T08:24:06.000000Z"}} 2018-08-12 08:24:06,980 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}9be7bfe9dabfca67c4a714ad53816597a0f3da0a" 2018-08-12 08:24:07,071 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:24:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a579687a-a19d-414c-bf30-9a72a25331b5 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:24:07,071 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-a579687a-a19d-414c-bf30-9a72a25331b5 2018-08-12 08:24:07,072 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-12 08:24:07,077 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9be7bfe9dabfca67c4a714ad53816597a0f3da0a" 2018-08-12 08:24:07,264 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:24: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-e1bdf24f-f735-4a9a-adc6-d9063b87f183 x-compute-request-id: req-e1bdf24f-f735-4a9a-adc6-d9063b87f183 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-08-12 08:24:07,265 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-e1bdf24f-f735-4a9a-adc6-d9063b87f183 2018-08-12 08:24:07,268 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9be7bfe9dabfca67c4a714ad53816597a0f3da0a" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstanceSimpleTests-b655592b-3b7c-47c2-86ec-44ba29bf2c9a-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-08-12 08:24:07,360 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:24: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-ac32fc38-5f01-468a-8fd1-a3c821028c7f x-compute-request-id: req-ac32fc38-5f01-468a-8fd1-a3c821028c7f Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateInstanceSimpleTests-b655592b-3b7c-47c2-86ec-44ba29bf2c9a-flavor-name", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/5f341b6f-bba1-44d0-b9ef-097cd203734d", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/5f341b6f-bba1-44d0-b9ef-097cd203734d", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": "5f341b6f-bba1-44d0-b9ef-097cd203734d"}} 2018-08-12 08:24:07,361 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-ac32fc38-5f01-468a-8fd1-a3c821028c7f 2018-08-12 08:24:07,362 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:24:07,362 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:24:07,762 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "45cbb7b3577441139ee53a2c7096289f", "name": "CreateInstanceSimpleTests-1eb49fe2-9471-44f-proj-role"}], "expires_at": "2018-08-12T09:24:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2ba7cf61e490464b9187c39dce7100a1", "name": "CreateInstanceSimpleTests-1eb49fe2-9471-44f-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/2ba7cf61e490464b9187c39dce7100a1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/2ba7cf61e490464b9187c39dce7100a1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/2ba7cf61e490464b9187c39dce7100a1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_2ba7cf61e490464b9187c39dce7100a1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_2ba7cf61e490464b9187c39dce7100a1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/2ba7cf61e490464b9187c39dce7100a1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/2ba7cf61e490464b9187c39dce7100a1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/2ba7cf61e490464b9187c39dce7100a1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/2ba7cf61e490464b9187c39dce7100a1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/2ba7cf61e490464b9187c39dce7100a1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/2ba7cf61e490464b9187c39dce7100a1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/2ba7cf61e490464b9187c39dce7100a1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/2ba7cf61e490464b9187c39dce7100a1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/2ba7cf61e490464b9187c39dce7100a1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSimpleTests-1eb49fe2-9471-44f-user", "id": "9eefa36efffd43dcb52ebc1995394c35"}, "audit_ids": ["106qkpTATjW-kBbNt_f5xA"], "issued_at": "2018-08-12T08:24:07.000000Z"}} 2018-08-12 08:24:07,763 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}d1e54e404059e478bdffede776103dd58a950ae8" 2018-08-12 08:24:07,844 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:24:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-69eb4ff7-c30b-4c79-840d-fa95117004d7 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:24:07,844 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-69eb4ff7-c30b-4c79-840d-fa95117004d7 2018-08-12 08:24:07,845 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:24:07,845 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:24:07,845 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:24:07,846 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:24:07,846 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:24:07,852 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSimpleTests-b655592b-3b7c-47c2-86ec-44ba29bf2c9a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1e54e404059e478bdffede776103dd58a950ae8" 2018-08-12 08:24:08,050 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-03c6cf0b-be89-47e2-ae2a-f21146ade81b Date: Sun, 12 Aug 2018 08:24:08 GMT RESP BODY: {"networks":[]} 2018-08-12 08:24:08,050 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSimpleTests-b655592b-3b7c-47c2-86ec-44ba29bf2c9a-pub-net used request id req-03c6cf0b-be89-47e2-ae2a-f21146ade81b 2018-08-12 08:24:08,050 - neutron_utils - INFO - Creating network with name CreateInstanceSimpleTests-b655592b-3b7c-47c2-86ec-44ba29bf2c9a-pub-net 2018-08-12 08:24:08,055 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1e54e404059e478bdffede776103dd58a950ae8" -d '{"network": {"name": "CreateInstanceSimpleTests-b655592b-3b7c-47c2-86ec-44ba29bf2c9a-pub-net", "admin_state_up": true}}' 2018-08-12 08:24:08,689 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 607 X-Openstack-Request-Id: req-1d76cfc5-e9f3-413e-905f-1b70915fcfec Date: Sun, 12 Aug 2018 08:24:08 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"2ba7cf61e490464b9187c39dce7100a1","created_at":"2018-08-12T08:24:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T08:24:08Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"2ba7cf61e490464b9187c39dce7100a1","id":"6dfb3c05-6068-4d48-8dd1-8ce4caa2f30d","name":"CreateInstanceSimpleTests-b655592b-3b7c-47c2-86ec-44ba29bf2c9a-pub-net"}} 2018-08-12 08:24:08,690 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-1d76cfc5-e9f3-413e-905f-1b70915fcfec 2018-08-12 08:24:08,695 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=6dfb3c05-6068-4d48-8dd1-8ce4caa2f30d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1e54e404059e478bdffede776103dd58a950ae8" 2018-08-12 08:24:08,943 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 591 X-Openstack-Request-Id: req-8fc185c3-fcad-434c-a761-a65880f9da16 Date: Sun, 12 Aug 2018 08:24:08 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-12T08:24:08Z","tenant_id":"2ba7cf61e490464b9187c39dce7100a1","created_at":"2018-08-12T08:24:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"2ba7cf61e490464b9187c39dce7100a1","id":"6dfb3c05-6068-4d48-8dd1-8ce4caa2f30d","name":"CreateInstanceSimpleTests-b655592b-3b7c-47c2-86ec-44ba29bf2c9a-pub-net"}]} 2018-08-12 08:24:08,944 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=6dfb3c05-6068-4d48-8dd1-8ce4caa2f30d used request id req-8fc185c3-fcad-434c-a761-a65880f9da16 2018-08-12 08:24:08,949 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=6dfb3c05-6068-4d48-8dd1-8ce4caa2f30d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1e54e404059e478bdffede776103dd58a950ae8" 2018-08-12 08:24:09,249 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-3bcca372-78c7-404c-b052-501dc9ed125e Date: Sun, 12 Aug 2018 08:24:09 GMT RESP BODY: {"subnets":[]} 2018-08-12 08:24:09,249 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=6dfb3c05-6068-4d48-8dd1-8ce4caa2f30d used request id req-3bcca372-78c7-404c-b052-501dc9ed125e 2018-08-12 08:24:09,250 - neutron_utils - INFO - Creating subnet with name CreateInstanceSimpleTests-b655592b-3b7c-47c2-86ec-44ba29bf2c9a-pub-subnet 2018-08-12 08:24:09,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1e54e404059e478bdffede776103dd58a950ae8" -d '{"subnets": [{"ip_version": 4, "network_id": "6dfb3c05-6068-4d48-8dd1-8ce4caa2f30d", "cidr": "10.55.0.0/24", "name": "CreateInstanceSimpleTests-b655592b-3b7c-47c2-86ec-44ba29bf2c9a-pub-subnet"}]}' 2018-08-12 08:24:10,006 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-0defc52a-6a96-4de7-ab2c-cac90c25569b Date: Sun, 12 Aug 2018 08:24:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6dfb3c05-6068-4d48-8dd1-8ce4caa2f30d","tenant_id":"2ba7cf61e490464b9187c39dce7100a1","created_at":"2018-08-12T08:24:09Z","dns_nameservers":[],"updated_at":"2018-08-12T08:24:09Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"2ba7cf61e490464b9187c39dce7100a1","id":"1c91d1c4-b294-4745-9472-a5cac0870500","subnetpool_id":null,"name":"CreateInstanceSimpleTests-b655592b-3b7c-47c2-86ec-44ba29bf2c9a-pub-subnet"}]} 2018-08-12 08:24:10,006 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-0defc52a-6a96-4de7-ab2c-cac90c25569b 2018-08-12 08:24:10,012 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=6dfb3c05-6068-4d48-8dd1-8ce4caa2f30d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1e54e404059e478bdffede776103dd58a950ae8" 2018-08-12 08:24:10,114 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-a0179e4e-a62e-45fe-bf72-8d5c218e78e6 Date: Sun, 12 Aug 2018 08:24:10 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":["1c91d1c4-b294-4745-9472-a5cac0870500"],"updated_at":"2018-08-12T08:24:09Z","tenant_id":"2ba7cf61e490464b9187c39dce7100a1","created_at":"2018-08-12T08:24:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"2ba7cf61e490464b9187c39dce7100a1","id":"6dfb3c05-6068-4d48-8dd1-8ce4caa2f30d","name":"CreateInstanceSimpleTests-b655592b-3b7c-47c2-86ec-44ba29bf2c9a-pub-net"}]} 2018-08-12 08:24:10,115 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=6dfb3c05-6068-4d48-8dd1-8ce4caa2f30d used request id req-a0179e4e-a62e-45fe-bf72-8d5c218e78e6 2018-08-12 08:24:10,120 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=6dfb3c05-6068-4d48-8dd1-8ce4caa2f30d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1e54e404059e478bdffede776103dd58a950ae8" 2018-08-12 08:24:10,170 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-e0ffd216-2ac7-4da8-95b7-e353ae44c176 Date: Sun, 12 Aug 2018 08:24:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6dfb3c05-6068-4d48-8dd1-8ce4caa2f30d","tenant_id":"2ba7cf61e490464b9187c39dce7100a1","created_at":"2018-08-12T08:24:09Z","dns_nameservers":[],"updated_at":"2018-08-12T08:24:09Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"2ba7cf61e490464b9187c39dce7100a1","id":"1c91d1c4-b294-4745-9472-a5cac0870500","subnetpool_id":null,"name":"CreateInstanceSimpleTests-b655592b-3b7c-47c2-86ec-44ba29bf2c9a-pub-subnet"}]} 2018-08-12 08:24:10,171 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=6dfb3c05-6068-4d48-8dd1-8ce4caa2f30d used request id req-e0ffd216-2ac7-4da8-95b7-e353ae44c176 2018-08-12 08:24:10,171 - OpenStackNetwork - DEBUG - Network [6dfb3c05-6068-4d48-8dd1-8ce4caa2f30d] created successfully 2018-08-12 08:24:10,171 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:24:10,172 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:24:10,581 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "45cbb7b3577441139ee53a2c7096289f", "name": "CreateInstanceSimpleTests-1eb49fe2-9471-44f-proj-role"}], "expires_at": "2018-08-12T09:24:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2ba7cf61e490464b9187c39dce7100a1", "name": "CreateInstanceSimpleTests-1eb49fe2-9471-44f-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/2ba7cf61e490464b9187c39dce7100a1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/2ba7cf61e490464b9187c39dce7100a1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/2ba7cf61e490464b9187c39dce7100a1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_2ba7cf61e490464b9187c39dce7100a1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_2ba7cf61e490464b9187c39dce7100a1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/2ba7cf61e490464b9187c39dce7100a1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/2ba7cf61e490464b9187c39dce7100a1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/2ba7cf61e490464b9187c39dce7100a1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/2ba7cf61e490464b9187c39dce7100a1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/2ba7cf61e490464b9187c39dce7100a1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/2ba7cf61e490464b9187c39dce7100a1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/2ba7cf61e490464b9187c39dce7100a1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/2ba7cf61e490464b9187c39dce7100a1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/2ba7cf61e490464b9187c39dce7100a1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSimpleTests-1eb49fe2-9471-44f-user", "id": "9eefa36efffd43dcb52ebc1995394c35"}, "audit_ids": ["liL3ElSzTbmI8xAWsNgDFQ"], "issued_at": "2018-08-12T08:24:10.000000Z"}} 2018-08-12 08:24:10,582 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}c2a271c6a5ec229b4df4067723bdf7211f24614f" 2018-08-12 08:24:10,594 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:24:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ad73e49e-01d2-4864-a1c0-2b5ff8bbc696 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:24:10,594 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-ad73e49e-01d2-4864-a1c0-2b5ff8bbc696 2018-08-12 08:24:10,595 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-12 08:24:10,596 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:24:10,596 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:24:10,596 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:24:10,596 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:24:10,596 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:24:10,598 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}c2a271c6a5ec229b4df4067723bdf7211f24614f" 2018-08-12 08:24:10,682 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:24:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4ec59ec5-c184-4a1f-87c9-498b94dc7fce Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:24:10,682 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-4ec59ec5-c184-4a1f-87c9-498b94dc7fce 2018-08-12 08:24:10,690 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSimpleTests-b655592b-3b7c-47c2-86ec-44ba29bf2c9a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2a271c6a5ec229b4df4067723bdf7211f24614f" 2018-08-12 08:24:11,062 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-b436c246-6f46-4116-8c25-ac3725a27f2a Date: Sun, 12 Aug 2018 08:24: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":["1c91d1c4-b294-4745-9472-a5cac0870500"],"updated_at":"2018-08-12T08:24:09Z","tenant_id":"2ba7cf61e490464b9187c39dce7100a1","created_at":"2018-08-12T08:24:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"2ba7cf61e490464b9187c39dce7100a1","id":"6dfb3c05-6068-4d48-8dd1-8ce4caa2f30d","name":"CreateInstanceSimpleTests-b655592b-3b7c-47c2-86ec-44ba29bf2c9a-pub-net"}]} 2018-08-12 08:24:11,062 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSimpleTests-b655592b-3b7c-47c2-86ec-44ba29bf2c9a-pub-net used request id req-b436c246-6f46-4116-8c25-ac3725a27f2a 2018-08-12 08:24:11,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=6dfb3c05-6068-4d48-8dd1-8ce4caa2f30d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2a271c6a5ec229b4df4067723bdf7211f24614f" 2018-08-12 08:24:11,285 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-05ebc641-593e-4157-970e-df253de6f5e8 Date: Sun, 12 Aug 2018 08:24:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6dfb3c05-6068-4d48-8dd1-8ce4caa2f30d","tenant_id":"2ba7cf61e490464b9187c39dce7100a1","created_at":"2018-08-12T08:24:09Z","dns_nameservers":[],"updated_at":"2018-08-12T08:24:09Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"2ba7cf61e490464b9187c39dce7100a1","id":"1c91d1c4-b294-4745-9472-a5cac0870500","subnetpool_id":null,"name":"CreateInstanceSimpleTests-b655592b-3b7c-47c2-86ec-44ba29bf2c9a-pub-subnet"}]} 2018-08-12 08:24:11,285 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=6dfb3c05-6068-4d48-8dd1-8ce4caa2f30d used request id req-05ebc641-593e-4157-970e-df253de6f5e8 2018-08-12 08:24:11,290 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSimpleTests-b655592b-3b7c-47c2-86ec-44ba29bf2c9a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2a271c6a5ec229b4df4067723bdf7211f24614f" 2018-08-12 08:24:11,551 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-8b8221fe-1e43-4200-958e-a4f563ab86d1 Date: Sun, 12 Aug 2018 08:24: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":["1c91d1c4-b294-4745-9472-a5cac0870500"],"updated_at":"2018-08-12T08:24:09Z","tenant_id":"2ba7cf61e490464b9187c39dce7100a1","created_at":"2018-08-12T08:24:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"2ba7cf61e490464b9187c39dce7100a1","id":"6dfb3c05-6068-4d48-8dd1-8ce4caa2f30d","name":"CreateInstanceSimpleTests-b655592b-3b7c-47c2-86ec-44ba29bf2c9a-pub-net"}]} 2018-08-12 08:24:11,551 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSimpleTests-b655592b-3b7c-47c2-86ec-44ba29bf2c9a-pub-net used request id req-8b8221fe-1e43-4200-958e-a4f563ab86d1 2018-08-12 08:24:11,554 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:24:11,558 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:24:11 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:24:11,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/2ba7cf61e490464b9187c39dce7100a1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2a271c6a5ec229b4df4067723bdf7211f24614f" 2018-08-12 08:24:11,655 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:24:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8fed5131-481a-4744-98b7-af3caf4450c2 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/2ba7cf61e490464b9187c39dce7100a1"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "2ba7cf61e490464b9187c39dce7100a1", "name": "CreateInstanceSimpleTests-1eb49fe2-9471-44f-proj"}} 2018-08-12 08:24:11,655 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/2ba7cf61e490464b9187c39dce7100a1 used request id req-8fed5131-481a-4744-98b7-af3caf4450c2 2018-08-12 08:24:11,660 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=6dfb3c05-6068-4d48-8dd1-8ce4caa2f30d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2a271c6a5ec229b4df4067723bdf7211f24614f" 2018-08-12 08:24:11,889 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-faca9e2c-22f7-4194-aaf3-61ffe8b36853 Date: Sun, 12 Aug 2018 08:24:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6dfb3c05-6068-4d48-8dd1-8ce4caa2f30d","tenant_id":"2ba7cf61e490464b9187c39dce7100a1","created_at":"2018-08-12T08:24:09Z","dns_nameservers":[],"updated_at":"2018-08-12T08:24:09Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"2ba7cf61e490464b9187c39dce7100a1","id":"1c91d1c4-b294-4745-9472-a5cac0870500","subnetpool_id":null,"name":"CreateInstanceSimpleTests-b655592b-3b7c-47c2-86ec-44ba29bf2c9a-pub-subnet"}]} 2018-08-12 08:24:11,889 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=6dfb3c05-6068-4d48-8dd1-8ce4caa2f30d used request id req-faca9e2c-22f7-4194-aaf3-61ffe8b36853 2018-08-12 08:24:11,894 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=6dfb3c05-6068-4d48-8dd1-8ce4caa2f30d&name=CreateInstanceSimpleTests-b655592b-3b7c-47c2-86ec-44ba29bf2c9a-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2a271c6a5ec229b4df4067723bdf7211f24614f" 2018-08-12 08:24:12,124 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-8334d9c4-abd3-418c-9dca-02505624da4f Date: Sun, 12 Aug 2018 08:24:12 GMT RESP BODY: {"ports":[]} 2018-08-12 08:24:12,125 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=6dfb3c05-6068-4d48-8dd1-8ce4caa2f30d&name=CreateInstanceSimpleTests-b655592b-3b7c-47c2-86ec-44ba29bf2c9a-port&admin_state_up=True used request id req-8334d9c4-abd3-418c-9dca-02505624da4f 2018-08-12 08:24:12,126 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-b655592b-3b7c-47c2-86ec-44ba29bf2c9a-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2a271c6a5ec229b4df4067723bdf7211f24614f" 2018-08-12 08:24:12,362 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:24: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-361b71f5-0548-42f2-b2f1-0e7e7135e789 x-compute-request-id: req-361b71f5-0548-42f2-b2f1-0e7e7135e789 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-12 08:24:12,363 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-b655592b-3b7c-47c2-86ec-44ba29bf2c9a-inst used request id req-361b71f5-0548-42f2-b2f1-0e7e7135e789 2018-08-12 08:24:12,369 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSimpleTests-b655592b-3b7c-47c2-86ec-44ba29bf2c9a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2a271c6a5ec229b4df4067723bdf7211f24614f" 2018-08-12 08:24:12,651 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-75e8c2fa-7443-42ef-b399-3fbe89735b45 Date: Sun, 12 Aug 2018 08:24:12 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":["1c91d1c4-b294-4745-9472-a5cac0870500"],"updated_at":"2018-08-12T08:24:09Z","tenant_id":"2ba7cf61e490464b9187c39dce7100a1","created_at":"2018-08-12T08:24:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"2ba7cf61e490464b9187c39dce7100a1","id":"6dfb3c05-6068-4d48-8dd1-8ce4caa2f30d","name":"CreateInstanceSimpleTests-b655592b-3b7c-47c2-86ec-44ba29bf2c9a-pub-net"}]} 2018-08-12 08:24:12,651 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSimpleTests-b655592b-3b7c-47c2-86ec-44ba29bf2c9a-pub-net used request id req-75e8c2fa-7443-42ef-b399-3fbe89735b45 2018-08-12 08:24:12,657 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=6dfb3c05-6068-4d48-8dd1-8ce4caa2f30d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2a271c6a5ec229b4df4067723bdf7211f24614f" 2018-08-12 08:24:12,706 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-6dc10c80-41f3-4489-bbff-57da14814d3f Date: Sun, 12 Aug 2018 08:24:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6dfb3c05-6068-4d48-8dd1-8ce4caa2f30d","tenant_id":"2ba7cf61e490464b9187c39dce7100a1","created_at":"2018-08-12T08:24:09Z","dns_nameservers":[],"updated_at":"2018-08-12T08:24:09Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"2ba7cf61e490464b9187c39dce7100a1","id":"1c91d1c4-b294-4745-9472-a5cac0870500","subnetpool_id":null,"name":"CreateInstanceSimpleTests-b655592b-3b7c-47c2-86ec-44ba29bf2c9a-pub-subnet"}]} 2018-08-12 08:24:12,706 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=6dfb3c05-6068-4d48-8dd1-8ce4caa2f30d used request id req-6dc10c80-41f3-4489-bbff-57da14814d3f 2018-08-12 08:24:12,712 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSimpleTests-b655592b-3b7c-47c2-86ec-44ba29bf2c9a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2a271c6a5ec229b4df4067723bdf7211f24614f" 2018-08-12 08:24:13,150 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-f2a365be-d508-4f05-ad7e-7612524f4780 Date: Sun, 12 Aug 2018 08:24:13 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":["1c91d1c4-b294-4745-9472-a5cac0870500"],"updated_at":"2018-08-12T08:24:09Z","tenant_id":"2ba7cf61e490464b9187c39dce7100a1","created_at":"2018-08-12T08:24:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"2ba7cf61e490464b9187c39dce7100a1","id":"6dfb3c05-6068-4d48-8dd1-8ce4caa2f30d","name":"CreateInstanceSimpleTests-b655592b-3b7c-47c2-86ec-44ba29bf2c9a-pub-net"}]} 2018-08-12 08:24:13,150 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSimpleTests-b655592b-3b7c-47c2-86ec-44ba29bf2c9a-pub-net used request id req-f2a365be-d508-4f05-ad7e-7612524f4780 2018-08-12 08:24:13,154 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/2ba7cf61e490464b9187c39dce7100a1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2a271c6a5ec229b4df4067723bdf7211f24614f" 2018-08-12 08:24:13,251 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:24:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df3ea873-f113-4ef5-9087-53ea178aaffc Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/2ba7cf61e490464b9187c39dce7100a1"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "2ba7cf61e490464b9187c39dce7100a1", "name": "CreateInstanceSimpleTests-1eb49fe2-9471-44f-proj"}} 2018-08-12 08:24:13,252 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/2ba7cf61e490464b9187c39dce7100a1 used request id req-df3ea873-f113-4ef5-9087-53ea178aaffc 2018-08-12 08:24:13,257 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=6dfb3c05-6068-4d48-8dd1-8ce4caa2f30d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2a271c6a5ec229b4df4067723bdf7211f24614f" 2018-08-12 08:24:13,468 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-8af9c781-08b1-4e10-95df-af037d1188cd Date: Sun, 12 Aug 2018 08:24:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6dfb3c05-6068-4d48-8dd1-8ce4caa2f30d","tenant_id":"2ba7cf61e490464b9187c39dce7100a1","created_at":"2018-08-12T08:24:09Z","dns_nameservers":[],"updated_at":"2018-08-12T08:24:09Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"2ba7cf61e490464b9187c39dce7100a1","id":"1c91d1c4-b294-4745-9472-a5cac0870500","subnetpool_id":null,"name":"CreateInstanceSimpleTests-b655592b-3b7c-47c2-86ec-44ba29bf2c9a-pub-subnet"}]} 2018-08-12 08:24:13,468 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=6dfb3c05-6068-4d48-8dd1-8ce4caa2f30d used request id req-8af9c781-08b1-4e10-95df-af037d1188cd 2018-08-12 08:24:13,473 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=6dfb3c05-6068-4d48-8dd1-8ce4caa2f30d&name=CreateInstanceSimpleTests-b655592b-3b7c-47c2-86ec-44ba29bf2c9a-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2a271c6a5ec229b4df4067723bdf7211f24614f" 2018-08-12 08:24:13,675 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-aacbe4c8-edd3-4b97-b874-162f332af5e5 Date: Sun, 12 Aug 2018 08:24:13 GMT RESP BODY: {"ports":[]} 2018-08-12 08:24:13,675 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=6dfb3c05-6068-4d48-8dd1-8ce4caa2f30d&name=CreateInstanceSimpleTests-b655592b-3b7c-47c2-86ec-44ba29bf2c9a-port&admin_state_up=True used request id req-aacbe4c8-edd3-4b97-b874-162f332af5e5 2018-08-12 08:24:13,675 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:24:13,676 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:24:14,070 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "45cbb7b3577441139ee53a2c7096289f", "name": "CreateInstanceSimpleTests-1eb49fe2-9471-44f-proj-role"}], "expires_at": "2018-08-12T09:24:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2ba7cf61e490464b9187c39dce7100a1", "name": "CreateInstanceSimpleTests-1eb49fe2-9471-44f-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/2ba7cf61e490464b9187c39dce7100a1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/2ba7cf61e490464b9187c39dce7100a1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/2ba7cf61e490464b9187c39dce7100a1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_2ba7cf61e490464b9187c39dce7100a1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_2ba7cf61e490464b9187c39dce7100a1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/2ba7cf61e490464b9187c39dce7100a1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/2ba7cf61e490464b9187c39dce7100a1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/2ba7cf61e490464b9187c39dce7100a1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/2ba7cf61e490464b9187c39dce7100a1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/2ba7cf61e490464b9187c39dce7100a1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/2ba7cf61e490464b9187c39dce7100a1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/2ba7cf61e490464b9187c39dce7100a1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/2ba7cf61e490464b9187c39dce7100a1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/2ba7cf61e490464b9187c39dce7100a1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSimpleTests-1eb49fe2-9471-44f-user", "id": "9eefa36efffd43dcb52ebc1995394c35"}, "audit_ids": ["ceaNNw0ERGq3BYLEkJFUrQ"], "issued_at": "2018-08-12T08:24:14.000000Z"}} 2018-08-12 08:24:14,071 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}93d7053cf6e05c4756a965abd107412e8e1c976b" 2018-08-12 08:24:14,157 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:24:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb89f7ec-b970-491f-aea8-c27808afc3fc Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:24:14,158 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-eb89f7ec-b970-491f-aea8-c27808afc3fc 2018-08-12 08:24:14,164 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSimpleTests-b655592b-3b7c-47c2-86ec-44ba29bf2c9a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2a271c6a5ec229b4df4067723bdf7211f24614f" 2018-08-12 08:24:14,446 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-9700d105-521a-495e-9c63-021a3a917d5b Date: Sun, 12 Aug 2018 08:24:14 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":["1c91d1c4-b294-4745-9472-a5cac0870500"],"updated_at":"2018-08-12T08:24:09Z","tenant_id":"2ba7cf61e490464b9187c39dce7100a1","created_at":"2018-08-12T08:24:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"2ba7cf61e490464b9187c39dce7100a1","id":"6dfb3c05-6068-4d48-8dd1-8ce4caa2f30d","name":"CreateInstanceSimpleTests-b655592b-3b7c-47c2-86ec-44ba29bf2c9a-pub-net"}]} 2018-08-12 08:24:14,446 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSimpleTests-b655592b-3b7c-47c2-86ec-44ba29bf2c9a-pub-net used request id req-9700d105-521a-495e-9c63-021a3a917d5b 2018-08-12 08:24:14,451 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=6dfb3c05-6068-4d48-8dd1-8ce4caa2f30d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2a271c6a5ec229b4df4067723bdf7211f24614f" 2018-08-12 08:24:14,664 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-010196a5-482e-4624-8613-ac0a428dac6f Date: Sun, 12 Aug 2018 08:24:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6dfb3c05-6068-4d48-8dd1-8ce4caa2f30d","tenant_id":"2ba7cf61e490464b9187c39dce7100a1","created_at":"2018-08-12T08:24:09Z","dns_nameservers":[],"updated_at":"2018-08-12T08:24:09Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"2ba7cf61e490464b9187c39dce7100a1","id":"1c91d1c4-b294-4745-9472-a5cac0870500","subnetpool_id":null,"name":"CreateInstanceSimpleTests-b655592b-3b7c-47c2-86ec-44ba29bf2c9a-pub-subnet"}]} 2018-08-12 08:24:14,664 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=6dfb3c05-6068-4d48-8dd1-8ce4caa2f30d used request id req-010196a5-482e-4624-8613-ac0a428dac6f 2018-08-12 08:24:14,668 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSimpleTests-b655592b-3b7c-47c2-86ec-44ba29bf2c9a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2a271c6a5ec229b4df4067723bdf7211f24614f" 2018-08-12 08:24:14,936 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-3fbb4f02-ba57-4be6-b83e-76420ee12d7d Date: Sun, 12 Aug 2018 08:24:14 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":["1c91d1c4-b294-4745-9472-a5cac0870500"],"updated_at":"2018-08-12T08:24:09Z","tenant_id":"2ba7cf61e490464b9187c39dce7100a1","created_at":"2018-08-12T08:24:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"2ba7cf61e490464b9187c39dce7100a1","id":"6dfb3c05-6068-4d48-8dd1-8ce4caa2f30d","name":"CreateInstanceSimpleTests-b655592b-3b7c-47c2-86ec-44ba29bf2c9a-pub-net"}]} 2018-08-12 08:24:14,937 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSimpleTests-b655592b-3b7c-47c2-86ec-44ba29bf2c9a-pub-net used request id req-3fbb4f02-ba57-4be6-b83e-76420ee12d7d 2018-08-12 08:24:14,940 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:24:14,946 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:24:14 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:24:14,946 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/2ba7cf61e490464b9187c39dce7100a1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93d7053cf6e05c4756a965abd107412e8e1c976b" 2018-08-12 08:24:15,037 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:24:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2d064429-47ef-4d2d-b9c8-0ecd09605b5f Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/2ba7cf61e490464b9187c39dce7100a1"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "2ba7cf61e490464b9187c39dce7100a1", "name": "CreateInstanceSimpleTests-1eb49fe2-9471-44f-proj"}} 2018-08-12 08:24:15,037 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/2ba7cf61e490464b9187c39dce7100a1 used request id req-2d064429-47ef-4d2d-b9c8-0ecd09605b5f 2018-08-12 08:24:15,040 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=6dfb3c05-6068-4d48-8dd1-8ce4caa2f30d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2a271c6a5ec229b4df4067723bdf7211f24614f" 2018-08-12 08:24:15,268 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-676a02b1-1758-4347-bd32-0078783fc0bb Date: Sun, 12 Aug 2018 08:24:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6dfb3c05-6068-4d48-8dd1-8ce4caa2f30d","tenant_id":"2ba7cf61e490464b9187c39dce7100a1","created_at":"2018-08-12T08:24:09Z","dns_nameservers":[],"updated_at":"2018-08-12T08:24:09Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"2ba7cf61e490464b9187c39dce7100a1","id":"1c91d1c4-b294-4745-9472-a5cac0870500","subnetpool_id":null,"name":"CreateInstanceSimpleTests-b655592b-3b7c-47c2-86ec-44ba29bf2c9a-pub-subnet"}]} 2018-08-12 08:24:15,268 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=6dfb3c05-6068-4d48-8dd1-8ce4caa2f30d used request id req-676a02b1-1758-4347-bd32-0078783fc0bb 2018-08-12 08:24:15,270 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSimpleTests-b655592b-3b7c-47c2-86ec-44ba29bf2c9a-pub-net 2018-08-12 08:24:15,275 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2a271c6a5ec229b4df4067723bdf7211f24614f" -d '{"port": {"network_id": "6dfb3c05-6068-4d48-8dd1-8ce4caa2f30d", "name": "CreateInstanceSimpleTests-b655592b-3b7c-47c2-86ec-44ba29bf2c9a-port", "admin_state_up": true}}' 2018-08-12 08:24:16,074 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 760 X-Openstack-Request-Id: req-bb770e82-531b-4c59-8227-440a4520956e Date: Sun, 12 Aug 2018 08:24:16 GMT RESP BODY: {"port":{"status":"DOWN","created_at":"2018-08-12T08:24:15Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"6dfb3c05-6068-4d48-8dd1-8ce4caa2f30d","tenant_id":"2ba7cf61e490464b9187c39dce7100a1","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T08:24:15Z","name":"CreateInstanceSimpleTests-b655592b-3b7c-47c2-86ec-44ba29bf2c9a-port","device_owner":"","revision_number":6,"mac_address":"fa:16:3e:c2:9d:3a","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"2ba7cf61e490464b9187c39dce7100a1","fixed_ips":[{"subnet_id":"1c91d1c4-b294-4745-9472-a5cac0870500","ip_address":"10.55.0.11"}],"id":"8449ea68-938d-428f-8b42-5f7665046ee1","security_groups":["008477f6-e294-46d4-815d-85ebff03c8c3"],"device_id":""}} 2018-08-12 08:24:16,074 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/ports used request id req-bb770e82-531b-4c59-8227-440a4520956e 2018-08-12 08:24:16,080 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSimpleTests-b655592b-3b7c-47c2-86ec-44ba29bf2c9a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2a271c6a5ec229b4df4067723bdf7211f24614f" 2018-08-12 08:24:16,195 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-df9aff78-4251-4528-a2ee-c2d2d150277e Date: Sun, 12 Aug 2018 08:24:16 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":["1c91d1c4-b294-4745-9472-a5cac0870500"],"updated_at":"2018-08-12T08:24:09Z","tenant_id":"2ba7cf61e490464b9187c39dce7100a1","created_at":"2018-08-12T08:24:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"2ba7cf61e490464b9187c39dce7100a1","id":"6dfb3c05-6068-4d48-8dd1-8ce4caa2f30d","name":"CreateInstanceSimpleTests-b655592b-3b7c-47c2-86ec-44ba29bf2c9a-pub-net"}]} 2018-08-12 08:24:16,195 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSimpleTests-b655592b-3b7c-47c2-86ec-44ba29bf2c9a-pub-net used request id req-df9aff78-4251-4528-a2ee-c2d2d150277e 2018-08-12 08:24:16,200 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=6dfb3c05-6068-4d48-8dd1-8ce4caa2f30d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2a271c6a5ec229b4df4067723bdf7211f24614f" 2018-08-12 08:24:16,430 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-52e1e11c-e84b-43a1-9b35-d592546a9b7f Date: Sun, 12 Aug 2018 08:24:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6dfb3c05-6068-4d48-8dd1-8ce4caa2f30d","tenant_id":"2ba7cf61e490464b9187c39dce7100a1","created_at":"2018-08-12T08:24:09Z","dns_nameservers":[],"updated_at":"2018-08-12T08:24:09Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"2ba7cf61e490464b9187c39dce7100a1","id":"1c91d1c4-b294-4745-9472-a5cac0870500","subnetpool_id":null,"name":"CreateInstanceSimpleTests-b655592b-3b7c-47c2-86ec-44ba29bf2c9a-pub-subnet"}]} 2018-08-12 08:24:16,430 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=6dfb3c05-6068-4d48-8dd1-8ce4caa2f30d used request id req-52e1e11c-e84b-43a1-9b35-d592546a9b7f 2018-08-12 08:24:16,435 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSimpleTests-b655592b-3b7c-47c2-86ec-44ba29bf2c9a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2a271c6a5ec229b4df4067723bdf7211f24614f" 2018-08-12 08:24:16,560 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-908594d0-82e9-4959-a2e8-f61b674d7e91 Date: Sun, 12 Aug 2018 08:24:16 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":["1c91d1c4-b294-4745-9472-a5cac0870500"],"updated_at":"2018-08-12T08:24:09Z","tenant_id":"2ba7cf61e490464b9187c39dce7100a1","created_at":"2018-08-12T08:24:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"2ba7cf61e490464b9187c39dce7100a1","id":"6dfb3c05-6068-4d48-8dd1-8ce4caa2f30d","name":"CreateInstanceSimpleTests-b655592b-3b7c-47c2-86ec-44ba29bf2c9a-pub-net"}]} 2018-08-12 08:24:16,560 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSimpleTests-b655592b-3b7c-47c2-86ec-44ba29bf2c9a-pub-net used request id req-908594d0-82e9-4959-a2e8-f61b674d7e91 2018-08-12 08:24:16,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/2ba7cf61e490464b9187c39dce7100a1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2a271c6a5ec229b4df4067723bdf7211f24614f" 2018-08-12 08:24:16,669 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:24:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8ab9df15-6a7d-453a-99fe-ecccff0ed868 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/2ba7cf61e490464b9187c39dce7100a1"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "2ba7cf61e490464b9187c39dce7100a1", "name": "CreateInstanceSimpleTests-1eb49fe2-9471-44f-proj"}} 2018-08-12 08:24:16,670 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/2ba7cf61e490464b9187c39dce7100a1 used request id req-8ab9df15-6a7d-453a-99fe-ecccff0ed868 2018-08-12 08:24:16,675 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=6dfb3c05-6068-4d48-8dd1-8ce4caa2f30d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2a271c6a5ec229b4df4067723bdf7211f24614f" 2018-08-12 08:24:16,904 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-35c095fc-816d-46fa-833d-404ebe6c8ad2 Date: Sun, 12 Aug 2018 08:24:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6dfb3c05-6068-4d48-8dd1-8ce4caa2f30d","tenant_id":"2ba7cf61e490464b9187c39dce7100a1","created_at":"2018-08-12T08:24:09Z","dns_nameservers":[],"updated_at":"2018-08-12T08:24:09Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"2ba7cf61e490464b9187c39dce7100a1","id":"1c91d1c4-b294-4745-9472-a5cac0870500","subnetpool_id":null,"name":"CreateInstanceSimpleTests-b655592b-3b7c-47c2-86ec-44ba29bf2c9a-pub-subnet"}]} 2018-08-12 08:24:16,904 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=6dfb3c05-6068-4d48-8dd1-8ce4caa2f30d used request id req-35c095fc-816d-46fa-833d-404ebe6c8ad2 2018-08-12 08:24:16,909 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=6dfb3c05-6068-4d48-8dd1-8ce4caa2f30d&name=CreateInstanceSimpleTests-b655592b-3b7c-47c2-86ec-44ba29bf2c9a-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2a271c6a5ec229b4df4067723bdf7211f24614f" 2018-08-12 08:24:17,142 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 763 X-Openstack-Request-Id: req-e2b62234-86bb-4a18-8b63-8309a9c972ac Date: Sun, 12 Aug 2018 08:24:17 GMT RESP BODY: {"ports":[{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"6dfb3c05-6068-4d48-8dd1-8ce4caa2f30d","tenant_id":"2ba7cf61e490464b9187c39dce7100a1","created_at":"2018-08-12T08:24:15Z","admin_state_up":true,"updated_at":"2018-08-12T08:24:15Z","binding:vnic_type":"normal","device_id":"","device_owner":"","revision_number":6,"mac_address":"fa:16:3e:c2:9d:3a","id":"8449ea68-938d-428f-8b42-5f7665046ee1","port_security_enabled":true,"project_id":"2ba7cf61e490464b9187c39dce7100a1","fixed_ips":[{"subnet_id":"1c91d1c4-b294-4745-9472-a5cac0870500","ip_address":"10.55.0.11"}],"extra_dhcp_opts":[],"security_groups":["008477f6-e294-46d4-815d-85ebff03c8c3"],"name":"CreateInstanceSimpleTests-b655592b-3b7c-47c2-86ec-44ba29bf2c9a-port"}]} 2018-08-12 08:24:17,142 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=6dfb3c05-6068-4d48-8dd1-8ce4caa2f30d&name=CreateInstanceSimpleTests-b655592b-3b7c-47c2-86ec-44ba29bf2c9a-port&admin_state_up=True used request id req-e2b62234-86bb-4a18-8b63-8309a9c972ac 2018-08-12 08:24:17,146 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/2ba7cf61e490464b9187c39dce7100a1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2a271c6a5ec229b4df4067723bdf7211f24614f" 2018-08-12 08:24:17,237 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:24:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-62e37cf3-955e-443a-b76c-0788b81c6b5b Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/2ba7cf61e490464b9187c39dce7100a1"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "2ba7cf61e490464b9187c39dce7100a1", "name": "CreateInstanceSimpleTests-1eb49fe2-9471-44f-proj"}} 2018-08-12 08:24:17,237 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/2ba7cf61e490464b9187c39dce7100a1 used request id req-62e37cf3-955e-443a-b76c-0788b81c6b5b 2018-08-12 08:24:17,237 - nova_utils - INFO - Creating VM with name - CreateInstanceSimpleTests-b655592b-3b7c-47c2-86ec-44ba29bf2c9a-inst 2018-08-12 08:24:17,240 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2a271c6a5ec229b4df4067723bdf7211f24614f" 2018-08-12 08:24:17,262 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:24: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-72581761-56ec-475c-9528-60fc296bb538 x-compute-request-id: req-72581761-56ec-475c-9528-60fc296bb538 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"flavors": [{"id": "5f341b6f-bba1-44d0-b9ef-097cd203734d", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/5f341b6f-bba1-44d0-b9ef-097cd203734d", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/5f341b6f-bba1-44d0-b9ef-097cd203734d", "rel": "bookmark"}], "name": "CreateInstanceSimpleTests-b655592b-3b7c-47c2-86ec-44ba29bf2c9a-flavor-name"}]} 2018-08-12 08:24:17,262 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-72581761-56ec-475c-9528-60fc296bb538 2018-08-12 08:24:17,265 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors/5f341b6f-bba1-44d0-b9ef-097cd203734d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2a271c6a5ec229b4df4067723bdf7211f24614f" 2018-08-12 08:24:17,288 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:24: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-b014e4ad-0e70-49f6-94a9-22da0204d2f2 x-compute-request-id: req-b014e4ad-0e70-49f6-94a9-22da0204d2f2 Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateInstanceSimpleTests-b655592b-3b7c-47c2-86ec-44ba29bf2c9a-flavor-name", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/5f341b6f-bba1-44d0-b9ef-097cd203734d", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/5f341b6f-bba1-44d0-b9ef-097cd203734d", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": "5f341b6f-bba1-44d0-b9ef-097cd203734d"}} 2018-08-12 08:24:17,288 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/5f341b6f-bba1-44d0-b9ef-097cd203734d used request id req-b014e4ad-0e70-49f6-94a9-22da0204d2f2 2018-08-12 08:24:17,291 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSimpleTests-b655592b-3b7c-47c2-86ec-44ba29bf2c9a-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c2a271c6a5ec229b4df4067723bdf7211f24614f" 2018-08-12 08:24:17,491 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1060 Content-Type: application/json X-Openstack-Request-Id: req-c6b421d4-3c31-4aef-8d52-13c8c83be7d9 Date: Sun, 12 Aug 2018 08:24:17 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceSimpleTests-b655592b-3b7c-47c2-86ec-44ba29bf2c9a-image", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:24:04Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-12T08:24:06Z", "visibility": "shared", "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/129c75df-1786-4624-802c-32933b2c4e42/snap", "metadata": {}}], "self": "/v2/images/129c75df-1786-4624-802c-32933b2c4e42", "min_disk": 0, "protected": false, "id": "129c75df-1786-4624-802c-32933b2c4e42", "file": "/v2/images/129c75df-1786-4624-802c-32933b2c4e42/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "2ba7cf61e490464b9187c39dce7100a1", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/129c75df-1786-4624-802c-32933b2c4e42/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSimpleTests-b655592b-3b7c-47c2-86ec-44ba29bf2c9a-image"} 2018-08-12 08:24:17,491 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSimpleTests-b655592b-3b7c-47c2-86ec-44ba29bf2c9a-image used request id req-c6b421d4-3c31-4aef-8d52-13c8c83be7d9 2018-08-12 08:24:17,494 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c2a271c6a5ec229b4df4067723bdf7211f24614f" 2018-08-12 08:24:17,674 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-cfd61abe-7e19-4f40-98f5-6cd255c5c20c Date: Sun, 12 Aug 2018 08:24:17 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"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}, "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}, "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"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "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"}, "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"}, "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}, "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}, "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"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "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}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-12 08:24:17,674 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-cfd61abe-7e19-4f40-98f5-6cd255c5c20c 2018-08-12 08:24:17,680 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2a271c6a5ec229b4df4067723bdf7211f24614f" -d '{"server": {"name": "CreateInstanceSimpleTests-b655592b-3b7c-47c2-86ec-44ba29bf2c9a-inst", "imageRef": "129c75df-1786-4624-802c-32933b2c4e42", "flavorRef": "5f341b6f-bba1-44d0-b9ef-097cd203734d", "max_count": 1, "min_count": 1, "networks": [{"port": "8449ea68-938d-428f-8b42-5f7665046ee1"}]}}' 2018-08-12 08:24:19,519 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 08:24: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-1f9a563b-a36d-4637-b7c5-9b07b15eb428 x-compute-request-id: req-1f9a563b-a36d-4637-b7c5-9b07b15eb428 Content-Length: 374 location: http://172.30.9.21:8774/v2.1/servers/b5f6c47e-d0b6-4474-8250-9eebf06373ab Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "b5f6c47e-d0b6-4474-8250-9eebf06373ab", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/b5f6c47e-d0b6-4474-8250-9eebf06373ab", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/b5f6c47e-d0b6-4474-8250-9eebf06373ab", "rel": "bookmark"}], "adminPass": "yxiMW8uKqCMJ"}} 2018-08-12 08:24:19,520 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-1f9a563b-a36d-4637-b7c5-9b07b15eb428 2018-08-12 08:24:19,523 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/b5f6c47e-d0b6-4474-8250-9eebf06373ab -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2a271c6a5ec229b4df4067723bdf7211f24614f" 2018-08-12 08:24:19,931 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:24: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-fcdc6594-e5a0-4921-856a-66f922e601b4 x-compute-request-id: req-fcdc6594-e5a0-4921-856a-66f922e601b4 Content-Encoding: gzip Content-Length: 612 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/b5f6c47e-d0b6-4474-8250-9eebf06373ab", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/b5f6c47e-d0b6-4474-8250-9eebf06373ab", "rel": "bookmark"}], "image": {"id": "129c75df-1786-4624-802c-32933b2c4e42", "links": [{"href": "http://172.30.9.21:8774/images/129c75df-1786-4624-802c-32933b2c4e42", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5f341b6f-bba1-44d0-b9ef-097cd203734d", "links": [{"href": "http://172.30.9.21:8774/flavors/5f341b6f-bba1-44d0-b9ef-097cd203734d", "rel": "bookmark"}]}, "id": "b5f6c47e-d0b6-4474-8250-9eebf06373ab", "user_id": "9eefa36efffd43dcb52ebc1995394c35", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:24:19Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceSimpleTests-b655592b-3b7c-47c2-86ec-44ba29bf2c9a-inst", "created": "2018-08-12T08:24:19Z", "tenant_id": "2ba7cf61e490464b9187c39dce7100a1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:24:19,931 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/b5f6c47e-d0b6-4474-8250-9eebf06373ab used request id req-fcdc6594-e5a0-4921-856a-66f922e601b4 2018-08-12 08:24:19,931 - create_instance - INFO - Created instance with name - CreateInstanceSimpleTests-b655592b-3b7c-47c2-86ec-44ba29bf2c9a-inst 2018-08-12 08:24:19,934 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/b5f6c47e-d0b6-4474-8250-9eebf06373ab -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2a271c6a5ec229b4df4067723bdf7211f24614f" 2018-08-12 08:24:20,176 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:24: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-92e3c454-34c0-463e-970c-ead3d0b5a81e x-compute-request-id: req-92e3c454-34c0-463e-970c-ead3d0b5a81e Content-Encoding: gzip Content-Length: 612 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/b5f6c47e-d0b6-4474-8250-9eebf06373ab", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/b5f6c47e-d0b6-4474-8250-9eebf06373ab", "rel": "bookmark"}], "image": {"id": "129c75df-1786-4624-802c-32933b2c4e42", "links": [{"href": "http://172.30.9.21:8774/images/129c75df-1786-4624-802c-32933b2c4e42", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5f341b6f-bba1-44d0-b9ef-097cd203734d", "links": [{"href": "http://172.30.9.21:8774/flavors/5f341b6f-bba1-44d0-b9ef-097cd203734d", "rel": "bookmark"}]}, "id": "b5f6c47e-d0b6-4474-8250-9eebf06373ab", "user_id": "9eefa36efffd43dcb52ebc1995394c35", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:24:19Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceSimpleTests-b655592b-3b7c-47c2-86ec-44ba29bf2c9a-inst", "created": "2018-08-12T08:24:19Z", "tenant_id": "2ba7cf61e490464b9187c39dce7100a1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:24:20,176 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/b5f6c47e-d0b6-4474-8250-9eebf06373ab used request id req-92e3c454-34c0-463e-970c-ead3d0b5a81e 2018-08-12 08:24:20,177 - create_instance - DEBUG - Instance status [CreateInstanceSimpleTests-b655592b-3b7c-47c2-86ec-44ba29bf2c9a-inst] is - BUILD 2018-08-12 08:24:20,177 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-12 08:24:23,180 - create_instance - DEBUG - VM status query timeout in 896.751468897 2018-08-12 08:24:23,184 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/b5f6c47e-d0b6-4474-8250-9eebf06373ab -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2a271c6a5ec229b4df4067723bdf7211f24614f" 2018-08-12 08:24:23,858 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:24: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-64bda37b-8931-468e-b06a-cefdb8b714bb x-compute-request-id: req-64bda37b-8931-468e-b06a-cefdb8b714bb Content-Encoding: gzip Content-Length: 677 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/b5f6c47e-d0b6-4474-8250-9eebf06373ab", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/b5f6c47e-d0b6-4474-8250-9eebf06373ab", "rel": "bookmark"}], "image": {"id": "129c75df-1786-4624-802c-32933b2c4e42", "links": [{"href": "http://172.30.9.21:8774/images/129c75df-1786-4624-802c-32933b2c4e42", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5f341b6f-bba1-44d0-b9ef-097cd203734d", "links": [{"href": "http://172.30.9.21:8774/flavors/5f341b6f-bba1-44d0-b9ef-097cd203734d", "rel": "bookmark"}]}, "id": "b5f6c47e-d0b6-4474-8250-9eebf06373ab", "security_groups": [{"name": "default"}], "user_id": "9eefa36efffd43dcb52ebc1995394c35", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:24:20Z", "hostId": "341d45fddeebca1cde6d3cad6173274e198c17ce16919a3c650841ff", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceSimpleTests-b655592b-3b7c-47c2-86ec-44ba29bf2c9a-inst", "created": "2018-08-12T08:24:19Z", "tenant_id": "2ba7cf61e490464b9187c39dce7100a1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:24:23,859 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/b5f6c47e-d0b6-4474-8250-9eebf06373ab used request id req-64bda37b-8931-468e-b06a-cefdb8b714bb 2018-08-12 08:24:23,859 - create_instance - DEBUG - Instance status [CreateInstanceSimpleTests-b655592b-3b7c-47c2-86ec-44ba29bf2c9a-inst] is - BUILD 2018-08-12 08:24:23,859 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-12 08:24:26,863 - create_instance - DEBUG - VM status query timeout in 893.068929911 2018-08-12 08:24:26,865 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/b5f6c47e-d0b6-4474-8250-9eebf06373ab -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2a271c6a5ec229b4df4067723bdf7211f24614f" 2018-08-12 08:24:27,481 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:24: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-481f7270-b9f1-4a98-bdfd-e518d8b0e864 x-compute-request-id: req-481f7270-b9f1-4a98-bdfd-e518d8b0e864 Content-Encoding: gzip Content-Length: 753 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSimpleTests-b655592b-3b7c-47c2-86ec-44ba29bf2c9a-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c2:9d:3a", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/b5f6c47e-d0b6-4474-8250-9eebf06373ab", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/b5f6c47e-d0b6-4474-8250-9eebf06373ab", "rel": "bookmark"}], "image": {"id": "129c75df-1786-4624-802c-32933b2c4e42", "links": [{"href": "http://172.30.9.21:8774/images/129c75df-1786-4624-802c-32933b2c4e42", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:24:25.000000", "flavor": {"id": "5f341b6f-bba1-44d0-b9ef-097cd203734d", "links": [{"href": "http://172.30.9.21:8774/flavors/5f341b6f-bba1-44d0-b9ef-097cd203734d", "rel": "bookmark"}]}, "id": "b5f6c47e-d0b6-4474-8250-9eebf06373ab", "security_groups": [{"name": "default"}], "user_id": "9eefa36efffd43dcb52ebc1995394c35", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:24:25Z", "hostId": "341d45fddeebca1cde6d3cad6173274e198c17ce16919a3c650841ff", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceSimpleTests-b655592b-3b7c-47c2-86ec-44ba29bf2c9a-inst", "created": "2018-08-12T08:24:19Z", "tenant_id": "2ba7cf61e490464b9187c39dce7100a1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:24:27,481 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/b5f6c47e-d0b6-4474-8250-9eebf06373ab used request id req-481f7270-b9f1-4a98-bdfd-e518d8b0e864 2018-08-12 08:24:27,481 - create_instance - DEBUG - Instance status [CreateInstanceSimpleTests-b655592b-3b7c-47c2-86ec-44ba29bf2c9a-inst] is - ACTIVE 2018-08-12 08:24:27,482 - create_instance - INFO - VM is - ACTIVE 2018-08-12 08:24:27,484 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/b5f6c47e-d0b6-4474-8250-9eebf06373ab -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2a271c6a5ec229b4df4067723bdf7211f24614f" 2018-08-12 08:24:28,168 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:24: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-1208c199-17ff-4a4e-aa86-50e1d8e884ae x-compute-request-id: req-1208c199-17ff-4a4e-aa86-50e1d8e884ae Content-Encoding: gzip Content-Length: 753 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSimpleTests-b655592b-3b7c-47c2-86ec-44ba29bf2c9a-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c2:9d:3a", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/b5f6c47e-d0b6-4474-8250-9eebf06373ab", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/b5f6c47e-d0b6-4474-8250-9eebf06373ab", "rel": "bookmark"}], "image": {"id": "129c75df-1786-4624-802c-32933b2c4e42", "links": [{"href": "http://172.30.9.21:8774/images/129c75df-1786-4624-802c-32933b2c4e42", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:24:25.000000", "flavor": {"id": "5f341b6f-bba1-44d0-b9ef-097cd203734d", "links": [{"href": "http://172.30.9.21:8774/flavors/5f341b6f-bba1-44d0-b9ef-097cd203734d", "rel": "bookmark"}]}, "id": "b5f6c47e-d0b6-4474-8250-9eebf06373ab", "security_groups": [{"name": "default"}], "user_id": "9eefa36efffd43dcb52ebc1995394c35", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:24:25Z", "hostId": "341d45fddeebca1cde6d3cad6173274e198c17ce16919a3c650841ff", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceSimpleTests-b655592b-3b7c-47c2-86ec-44ba29bf2c9a-inst", "created": "2018-08-12T08:24:19Z", "tenant_id": "2ba7cf61e490464b9187c39dce7100a1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:24:28,168 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/b5f6c47e-d0b6-4474-8250-9eebf06373ab used request id req-1208c199-17ff-4a4e-aa86-50e1d8e884ae 2018-08-12 08:24:28,174 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSimpleTests-b655592b-3b7c-47c2-86ec-44ba29bf2c9a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2a271c6a5ec229b4df4067723bdf7211f24614f" 2018-08-12 08:24:28,276 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-d01903ea-cc15-4efb-bb69-7efc4212bad9 Date: Sun, 12 Aug 2018 08:24: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":["1c91d1c4-b294-4745-9472-a5cac0870500"],"updated_at":"2018-08-12T08:24:09Z","tenant_id":"2ba7cf61e490464b9187c39dce7100a1","created_at":"2018-08-12T08:24:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"2ba7cf61e490464b9187c39dce7100a1","id":"6dfb3c05-6068-4d48-8dd1-8ce4caa2f30d","name":"CreateInstanceSimpleTests-b655592b-3b7c-47c2-86ec-44ba29bf2c9a-pub-net"}]} 2018-08-12 08:24:28,277 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSimpleTests-b655592b-3b7c-47c2-86ec-44ba29bf2c9a-pub-net used request id req-d01903ea-cc15-4efb-bb69-7efc4212bad9 2018-08-12 08:24:28,281 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/2ba7cf61e490464b9187c39dce7100a1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2a271c6a5ec229b4df4067723bdf7211f24614f" 2018-08-12 08:24:28,386 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:24:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2f81f344-4632-4a0a-9e36-22f214ea3fe9 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/2ba7cf61e490464b9187c39dce7100a1"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "2ba7cf61e490464b9187c39dce7100a1", "name": "CreateInstanceSimpleTests-1eb49fe2-9471-44f-proj"}} 2018-08-12 08:24:28,386 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/2ba7cf61e490464b9187c39dce7100a1 used request id req-2f81f344-4632-4a0a-9e36-22f214ea3fe9 2018-08-12 08:24:28,391 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=6dfb3c05-6068-4d48-8dd1-8ce4caa2f30d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2a271c6a5ec229b4df4067723bdf7211f24614f" 2018-08-12 08:24:28,442 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-550668c4-3777-4410-b2da-c9b3fbe59943 Date: Sun, 12 Aug 2018 08:24:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6dfb3c05-6068-4d48-8dd1-8ce4caa2f30d","tenant_id":"2ba7cf61e490464b9187c39dce7100a1","created_at":"2018-08-12T08:24:09Z","dns_nameservers":[],"updated_at":"2018-08-12T08:24:09Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"2ba7cf61e490464b9187c39dce7100a1","id":"1c91d1c4-b294-4745-9472-a5cac0870500","subnetpool_id":null,"name":"CreateInstanceSimpleTests-b655592b-3b7c-47c2-86ec-44ba29bf2c9a-pub-subnet"}]} 2018-08-12 08:24:28,442 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=6dfb3c05-6068-4d48-8dd1-8ce4caa2f30d used request id req-550668c4-3777-4410-b2da-c9b3fbe59943 2018-08-12 08:24:28,447 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=6dfb3c05-6068-4d48-8dd1-8ce4caa2f30d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2a271c6a5ec229b4df4067723bdf7211f24614f" 2018-08-12 08:24:28,710 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3028 X-Openstack-Request-Id: req-ffb64f58-f5bd-44b9-8518-909845ffca64 Date: Sun, 12 Aug 2018 08:24:28 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"6dfb3c05-6068-4d48-8dd1-8ce4caa2f30d","tenant_id":"2ba7cf61e490464b9187c39dce7100a1","created_at":"2018-08-12T08:24:10Z","admin_state_up":true,"updated_at":"2018-08-12T08:24:13Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-6dfb3c05-6068-4d48-8dd1-8ce4caa2f30d","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:05:0e:3a","id":"57db2620-9a08-4152-9ccf-f82559ae54b4","port_security_enabled":false,"project_id":"2ba7cf61e490464b9187c39dce7100a1","fixed_ips":[{"subnet_id":"1c91d1c4-b294-4745-9472-a5cac0870500","ip_address":"10.55.0.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"6dfb3c05-6068-4d48-8dd1-8ce4caa2f30d","tenant_id":"2ba7cf61e490464b9187c39dce7100a1","created_at":"2018-08-12T08:24:15Z","admin_state_up":true,"updated_at":"2018-08-12T08:24:24Z","binding:vnic_type":"normal","device_id":"b5f6c47e-d0b6-4474-8250-9eebf06373ab","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:c2:9d:3a","id":"8449ea68-938d-428f-8b42-5f7665046ee1","port_security_enabled":true,"project_id":"2ba7cf61e490464b9187c39dce7100a1","fixed_ips":[{"subnet_id":"1c91d1c4-b294-4745-9472-a5cac0870500","ip_address":"10.55.0.11"}],"extra_dhcp_opts":[],"security_groups":["008477f6-e294-46d4-815d-85ebff03c8c3"],"name":"CreateInstanceSimpleTests-b655592b-3b7c-47c2-86ec-44ba29bf2c9a-port"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"6dfb3c05-6068-4d48-8dd1-8ce4caa2f30d","tenant_id":"2ba7cf61e490464b9187c39dce7100a1","created_at":"2018-08-12T08:24:11Z","admin_state_up":true,"updated_at":"2018-08-12T08:24:14Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-6dfb3c05-6068-4d48-8dd1-8ce4caa2f30d","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:72:bb:4f","id":"c7ce8ed0-0e74-4153-bf12-6cdab8d13400","port_security_enabled":false,"project_id":"2ba7cf61e490464b9187c39dce7100a1","fixed_ips":[{"subnet_id":"1c91d1c4-b294-4745-9472-a5cac0870500","ip_address":"10.55.0.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"6dfb3c05-6068-4d48-8dd1-8ce4caa2f30d","tenant_id":"2ba7cf61e490464b9187c39dce7100a1","created_at":"2018-08-12T08:24:10Z","admin_state_up":true,"updated_at":"2018-08-12T08:24:12Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-6dfb3c05-6068-4d48-8dd1-8ce4caa2f30d","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:78:39:a9","id":"f4aa902f-d48a-4b5c-8cd4-b1a2a2594d0f","port_security_enabled":false,"project_id":"2ba7cf61e490464b9187c39dce7100a1","fixed_ips":[{"subnet_id":"1c91d1c4-b294-4745-9472-a5cac0870500","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-12 08:24:28,710 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=6dfb3c05-6068-4d48-8dd1-8ce4caa2f30d used request id req-ffb64f58-f5bd-44b9-8518-909845ffca64 2018-08-12 08:24:28,711 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:24:29,104 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "45cbb7b3577441139ee53a2c7096289f", "name": "CreateInstanceSimpleTests-1eb49fe2-9471-44f-proj-role"}], "expires_at": "2018-08-12T09:24:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2ba7cf61e490464b9187c39dce7100a1", "name": "CreateInstanceSimpleTests-1eb49fe2-9471-44f-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/2ba7cf61e490464b9187c39dce7100a1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/2ba7cf61e490464b9187c39dce7100a1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/2ba7cf61e490464b9187c39dce7100a1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_2ba7cf61e490464b9187c39dce7100a1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_2ba7cf61e490464b9187c39dce7100a1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/2ba7cf61e490464b9187c39dce7100a1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/2ba7cf61e490464b9187c39dce7100a1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/2ba7cf61e490464b9187c39dce7100a1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/2ba7cf61e490464b9187c39dce7100a1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/2ba7cf61e490464b9187c39dce7100a1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/2ba7cf61e490464b9187c39dce7100a1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/2ba7cf61e490464b9187c39dce7100a1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/2ba7cf61e490464b9187c39dce7100a1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/2ba7cf61e490464b9187c39dce7100a1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSimpleTests-1eb49fe2-9471-44f-user", "id": "9eefa36efffd43dcb52ebc1995394c35"}, "audit_ids": ["L2XLwKcBRhCR_EcfqpvamQ"], "issued_at": "2018-08-12T08:24:29.000000Z"}} 2018-08-12 08:24:29,107 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-b655592b-3b7c-47c2-86ec-44ba29bf2c9a-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02f5d92c0babdc33979b6c22da435040bd872791" 2018-08-12 08:24:30,200 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:24: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-f6db3293-8595-45e6-89cc-83dd969b002a x-compute-request-id: req-f6db3293-8595-45e6-89cc-83dd969b002a Content-Encoding: gzip Content-Length: 752 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSimpleTests-b655592b-3b7c-47c2-86ec-44ba29bf2c9a-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c2:9d:3a", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/b5f6c47e-d0b6-4474-8250-9eebf06373ab", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/b5f6c47e-d0b6-4474-8250-9eebf06373ab", "rel": "bookmark"}], "image": {"id": "129c75df-1786-4624-802c-32933b2c4e42", "links": [{"href": "http://172.30.9.21:8774/images/129c75df-1786-4624-802c-32933b2c4e42", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:24:25.000000", "flavor": {"id": "5f341b6f-bba1-44d0-b9ef-097cd203734d", "links": [{"href": "http://172.30.9.21:8774/flavors/5f341b6f-bba1-44d0-b9ef-097cd203734d", "rel": "bookmark"}]}, "id": "b5f6c47e-d0b6-4474-8250-9eebf06373ab", "security_groups": [{"name": "default"}], "user_id": "9eefa36efffd43dcb52ebc1995394c35", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:24:25Z", "hostId": "341d45fddeebca1cde6d3cad6173274e198c17ce16919a3c650841ff", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceSimpleTests-b655592b-3b7c-47c2-86ec-44ba29bf2c9a-inst", "created": "2018-08-12T08:24:19Z", "tenant_id": "2ba7cf61e490464b9187c39dce7100a1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 08:24:30,200 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-b655592b-3b7c-47c2-86ec-44ba29bf2c9a-inst used request id req-f6db3293-8595-45e6-89cc-83dd969b002a 2018-08-12 08:24:30,201 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:24:30,693 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "45cbb7b3577441139ee53a2c7096289f", "name": "CreateInstanceSimpleTests-1eb49fe2-9471-44f-proj-role"}], "expires_at": "2018-08-12T09:24:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2ba7cf61e490464b9187c39dce7100a1", "name": "CreateInstanceSimpleTests-1eb49fe2-9471-44f-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/2ba7cf61e490464b9187c39dce7100a1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/2ba7cf61e490464b9187c39dce7100a1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/2ba7cf61e490464b9187c39dce7100a1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_2ba7cf61e490464b9187c39dce7100a1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_2ba7cf61e490464b9187c39dce7100a1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/2ba7cf61e490464b9187c39dce7100a1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/2ba7cf61e490464b9187c39dce7100a1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/2ba7cf61e490464b9187c39dce7100a1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/2ba7cf61e490464b9187c39dce7100a1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/2ba7cf61e490464b9187c39dce7100a1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/2ba7cf61e490464b9187c39dce7100a1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/2ba7cf61e490464b9187c39dce7100a1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/2ba7cf61e490464b9187c39dce7100a1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/2ba7cf61e490464b9187c39dce7100a1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSimpleTests-1eb49fe2-9471-44f-user", "id": "9eefa36efffd43dcb52ebc1995394c35"}, "audit_ids": ["FoEmcGJBR6SC-r6RMABipw"], "issued_at": "2018-08-12T08:24:30.000000Z"}} 2018-08-12 08:24:30,699 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSimpleTests-b655592b-3b7c-47c2-86ec-44ba29bf2c9a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05ba78aa1f51ba2faa4a3cfbd3032446b57d5286" 2018-08-12 08:24:30,969 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-aa330c42-94d2-46d5-b936-2ec0ed621679 Date: Sun, 12 Aug 2018 08:24:30 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":["1c91d1c4-b294-4745-9472-a5cac0870500"],"updated_at":"2018-08-12T08:24:09Z","tenant_id":"2ba7cf61e490464b9187c39dce7100a1","created_at":"2018-08-12T08:24:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"2ba7cf61e490464b9187c39dce7100a1","id":"6dfb3c05-6068-4d48-8dd1-8ce4caa2f30d","name":"CreateInstanceSimpleTests-b655592b-3b7c-47c2-86ec-44ba29bf2c9a-pub-net"}]} 2018-08-12 08:24:30,969 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSimpleTests-b655592b-3b7c-47c2-86ec-44ba29bf2c9a-pub-net used request id req-aa330c42-94d2-46d5-b936-2ec0ed621679 2018-08-12 08:24:30,975 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=6dfb3c05-6068-4d48-8dd1-8ce4caa2f30d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05ba78aa1f51ba2faa4a3cfbd3032446b57d5286" 2018-08-12 08:24:31,200 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-7a76f92c-9fd1-4d33-b71d-1811b86045c1 Date: Sun, 12 Aug 2018 08:24:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6dfb3c05-6068-4d48-8dd1-8ce4caa2f30d","tenant_id":"2ba7cf61e490464b9187c39dce7100a1","created_at":"2018-08-12T08:24:09Z","dns_nameservers":[],"updated_at":"2018-08-12T08:24:09Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"2ba7cf61e490464b9187c39dce7100a1","id":"1c91d1c4-b294-4745-9472-a5cac0870500","subnetpool_id":null,"name":"CreateInstanceSimpleTests-b655592b-3b7c-47c2-86ec-44ba29bf2c9a-pub-subnet"}]} 2018-08-12 08:24:31,200 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=6dfb3c05-6068-4d48-8dd1-8ce4caa2f30d used request id req-7a76f92c-9fd1-4d33-b71d-1811b86045c1 2018-08-12 08:24:31,205 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=6dfb3c05-6068-4d48-8dd1-8ce4caa2f30d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05ba78aa1f51ba2faa4a3cfbd3032446b57d5286" 2018-08-12 08:24:31,458 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3028 X-Openstack-Request-Id: req-47fb2f9c-65a6-4312-8268-b0e60bbbc0a0 Date: Sun, 12 Aug 2018 08:24:31 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"6dfb3c05-6068-4d48-8dd1-8ce4caa2f30d","tenant_id":"2ba7cf61e490464b9187c39dce7100a1","created_at":"2018-08-12T08:24:10Z","admin_state_up":true,"updated_at":"2018-08-12T08:24:13Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-6dfb3c05-6068-4d48-8dd1-8ce4caa2f30d","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:05:0e:3a","id":"57db2620-9a08-4152-9ccf-f82559ae54b4","port_security_enabled":false,"project_id":"2ba7cf61e490464b9187c39dce7100a1","fixed_ips":[{"subnet_id":"1c91d1c4-b294-4745-9472-a5cac0870500","ip_address":"10.55.0.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"6dfb3c05-6068-4d48-8dd1-8ce4caa2f30d","tenant_id":"2ba7cf61e490464b9187c39dce7100a1","created_at":"2018-08-12T08:24:15Z","admin_state_up":true,"updated_at":"2018-08-12T08:24:24Z","binding:vnic_type":"normal","device_id":"b5f6c47e-d0b6-4474-8250-9eebf06373ab","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:c2:9d:3a","id":"8449ea68-938d-428f-8b42-5f7665046ee1","port_security_enabled":true,"project_id":"2ba7cf61e490464b9187c39dce7100a1","fixed_ips":[{"subnet_id":"1c91d1c4-b294-4745-9472-a5cac0870500","ip_address":"10.55.0.11"}],"extra_dhcp_opts":[],"security_groups":["008477f6-e294-46d4-815d-85ebff03c8c3"],"name":"CreateInstanceSimpleTests-b655592b-3b7c-47c2-86ec-44ba29bf2c9a-port"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"6dfb3c05-6068-4d48-8dd1-8ce4caa2f30d","tenant_id":"2ba7cf61e490464b9187c39dce7100a1","created_at":"2018-08-12T08:24:11Z","admin_state_up":true,"updated_at":"2018-08-12T08:24:14Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-6dfb3c05-6068-4d48-8dd1-8ce4caa2f30d","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:72:bb:4f","id":"c7ce8ed0-0e74-4153-bf12-6cdab8d13400","port_security_enabled":false,"project_id":"2ba7cf61e490464b9187c39dce7100a1","fixed_ips":[{"subnet_id":"1c91d1c4-b294-4745-9472-a5cac0870500","ip_address":"10.55.0.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"6dfb3c05-6068-4d48-8dd1-8ce4caa2f30d","tenant_id":"2ba7cf61e490464b9187c39dce7100a1","created_at":"2018-08-12T08:24:10Z","admin_state_up":true,"updated_at":"2018-08-12T08:24:12Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-6dfb3c05-6068-4d48-8dd1-8ce4caa2f30d","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:78:39:a9","id":"f4aa902f-d48a-4b5c-8cd4-b1a2a2594d0f","port_security_enabled":false,"project_id":"2ba7cf61e490464b9187c39dce7100a1","fixed_ips":[{"subnet_id":"1c91d1c4-b294-4745-9472-a5cac0870500","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-12 08:24:31,459 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=6dfb3c05-6068-4d48-8dd1-8ce4caa2f30d used request id req-47fb2f9c-65a6-4312-8268-b0e60bbbc0a0 2018-08-12 08:24:31,462 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/b5f6c47e-d0b6-4474-8250-9eebf06373ab -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2a271c6a5ec229b4df4067723bdf7211f24614f" 2018-08-12 08:24:32,152 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:24: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-c2767675-2c32-4860-9efa-97b6afeb81df x-compute-request-id: req-c2767675-2c32-4860-9efa-97b6afeb81df Content-Encoding: gzip Content-Length: 753 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSimpleTests-b655592b-3b7c-47c2-86ec-44ba29bf2c9a-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c2:9d:3a", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/b5f6c47e-d0b6-4474-8250-9eebf06373ab", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/b5f6c47e-d0b6-4474-8250-9eebf06373ab", "rel": "bookmark"}], "image": {"id": "129c75df-1786-4624-802c-32933b2c4e42", "links": [{"href": "http://172.30.9.21:8774/images/129c75df-1786-4624-802c-32933b2c4e42", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:24:25.000000", "flavor": {"id": "5f341b6f-bba1-44d0-b9ef-097cd203734d", "links": [{"href": "http://172.30.9.21:8774/flavors/5f341b6f-bba1-44d0-b9ef-097cd203734d", "rel": "bookmark"}]}, "id": "b5f6c47e-d0b6-4474-8250-9eebf06373ab", "security_groups": [{"name": "default"}], "user_id": "9eefa36efffd43dcb52ebc1995394c35", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:24:25Z", "hostId": "341d45fddeebca1cde6d3cad6173274e198c17ce16919a3c650841ff", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceSimpleTests-b655592b-3b7c-47c2-86ec-44ba29bf2c9a-inst", "created": "2018-08-12T08:24:19Z", "tenant_id": "2ba7cf61e490464b9187c39dce7100a1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:24:32,152 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/b5f6c47e-d0b6-4474-8250-9eebf06373ab used request id req-c2767675-2c32-4860-9efa-97b6afeb81df 2018-08-12 08:24:32,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSimpleTests-b655592b-3b7c-47c2-86ec-44ba29bf2c9a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2a271c6a5ec229b4df4067723bdf7211f24614f" 2018-08-12 08:24:32,573 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-a445dc77-b0e4-44ec-892a-b04bcd2075d9 Date: Sun, 12 Aug 2018 08:24:32 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":["1c91d1c4-b294-4745-9472-a5cac0870500"],"updated_at":"2018-08-12T08:24:09Z","tenant_id":"2ba7cf61e490464b9187c39dce7100a1","created_at":"2018-08-12T08:24:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"2ba7cf61e490464b9187c39dce7100a1","id":"6dfb3c05-6068-4d48-8dd1-8ce4caa2f30d","name":"CreateInstanceSimpleTests-b655592b-3b7c-47c2-86ec-44ba29bf2c9a-pub-net"}]} 2018-08-12 08:24:32,573 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSimpleTests-b655592b-3b7c-47c2-86ec-44ba29bf2c9a-pub-net used request id req-a445dc77-b0e4-44ec-892a-b04bcd2075d9 2018-08-12 08:24:32,577 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/2ba7cf61e490464b9187c39dce7100a1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2a271c6a5ec229b4df4067723bdf7211f24614f" 2018-08-12 08:24:32,684 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:24:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-12dcbe89-ffa2-4709-a489-37e534f60c49 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/2ba7cf61e490464b9187c39dce7100a1"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "2ba7cf61e490464b9187c39dce7100a1", "name": "CreateInstanceSimpleTests-1eb49fe2-9471-44f-proj"}} 2018-08-12 08:24:32,684 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/2ba7cf61e490464b9187c39dce7100a1 used request id req-12dcbe89-ffa2-4709-a489-37e534f60c49 2018-08-12 08:24:32,689 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=6dfb3c05-6068-4d48-8dd1-8ce4caa2f30d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2a271c6a5ec229b4df4067723bdf7211f24614f" 2018-08-12 08:24:32,909 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-8a84942e-8594-4735-8551-385f3a85465e Date: Sun, 12 Aug 2018 08:24:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6dfb3c05-6068-4d48-8dd1-8ce4caa2f30d","tenant_id":"2ba7cf61e490464b9187c39dce7100a1","created_at":"2018-08-12T08:24:09Z","dns_nameservers":[],"updated_at":"2018-08-12T08:24:09Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"2ba7cf61e490464b9187c39dce7100a1","id":"1c91d1c4-b294-4745-9472-a5cac0870500","subnetpool_id":null,"name":"CreateInstanceSimpleTests-b655592b-3b7c-47c2-86ec-44ba29bf2c9a-pub-subnet"}]} 2018-08-12 08:24:32,909 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=6dfb3c05-6068-4d48-8dd1-8ce4caa2f30d used request id req-8a84942e-8594-4735-8551-385f3a85465e 2018-08-12 08:24:32,914 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=6dfb3c05-6068-4d48-8dd1-8ce4caa2f30d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2a271c6a5ec229b4df4067723bdf7211f24614f" 2018-08-12 08:24:33,008 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3028 X-Openstack-Request-Id: req-8be29241-343a-4d41-837d-19d3e69b8622 Date: Sun, 12 Aug 2018 08:24:32 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"6dfb3c05-6068-4d48-8dd1-8ce4caa2f30d","tenant_id":"2ba7cf61e490464b9187c39dce7100a1","created_at":"2018-08-12T08:24:10Z","admin_state_up":true,"updated_at":"2018-08-12T08:24:13Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-6dfb3c05-6068-4d48-8dd1-8ce4caa2f30d","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:05:0e:3a","id":"57db2620-9a08-4152-9ccf-f82559ae54b4","port_security_enabled":false,"project_id":"2ba7cf61e490464b9187c39dce7100a1","fixed_ips":[{"subnet_id":"1c91d1c4-b294-4745-9472-a5cac0870500","ip_address":"10.55.0.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"6dfb3c05-6068-4d48-8dd1-8ce4caa2f30d","tenant_id":"2ba7cf61e490464b9187c39dce7100a1","created_at":"2018-08-12T08:24:15Z","admin_state_up":true,"updated_at":"2018-08-12T08:24:24Z","binding:vnic_type":"normal","device_id":"b5f6c47e-d0b6-4474-8250-9eebf06373ab","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:c2:9d:3a","id":"8449ea68-938d-428f-8b42-5f7665046ee1","port_security_enabled":true,"project_id":"2ba7cf61e490464b9187c39dce7100a1","fixed_ips":[{"subnet_id":"1c91d1c4-b294-4745-9472-a5cac0870500","ip_address":"10.55.0.11"}],"extra_dhcp_opts":[],"security_groups":["008477f6-e294-46d4-815d-85ebff03c8c3"],"name":"CreateInstanceSimpleTests-b655592b-3b7c-47c2-86ec-44ba29bf2c9a-port"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"6dfb3c05-6068-4d48-8dd1-8ce4caa2f30d","tenant_id":"2ba7cf61e490464b9187c39dce7100a1","created_at":"2018-08-12T08:24:11Z","admin_state_up":true,"updated_at":"2018-08-12T08:24:14Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-6dfb3c05-6068-4d48-8dd1-8ce4caa2f30d","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:72:bb:4f","id":"c7ce8ed0-0e74-4153-bf12-6cdab8d13400","port_security_enabled":false,"project_id":"2ba7cf61e490464b9187c39dce7100a1","fixed_ips":[{"subnet_id":"1c91d1c4-b294-4745-9472-a5cac0870500","ip_address":"10.55.0.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"6dfb3c05-6068-4d48-8dd1-8ce4caa2f30d","tenant_id":"2ba7cf61e490464b9187c39dce7100a1","created_at":"2018-08-12T08:24:10Z","admin_state_up":true,"updated_at":"2018-08-12T08:24:12Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-6dfb3c05-6068-4d48-8dd1-8ce4caa2f30d","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:78:39:a9","id":"f4aa902f-d48a-4b5c-8cd4-b1a2a2594d0f","port_security_enabled":false,"project_id":"2ba7cf61e490464b9187c39dce7100a1","fixed_ips":[{"subnet_id":"1c91d1c4-b294-4745-9472-a5cac0870500","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-12 08:24:33,008 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=6dfb3c05-6068-4d48-8dd1-8ce4caa2f30d used request id req-8be29241-343a-4d41-837d-19d3e69b8622 2018-08-12 08:24:33,012 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/b5f6c47e-d0b6-4474-8250-9eebf06373ab -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2a271c6a5ec229b4df4067723bdf7211f24614f" 2018-08-12 08:24:33,543 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:24: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-332fb292-ef52-4733-8e5d-a7da37e3bbe4 x-compute-request-id: req-332fb292-ef52-4733-8e5d-a7da37e3bbe4 Content-Encoding: gzip Content-Length: 753 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSimpleTests-b655592b-3b7c-47c2-86ec-44ba29bf2c9a-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c2:9d:3a", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/b5f6c47e-d0b6-4474-8250-9eebf06373ab", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/b5f6c47e-d0b6-4474-8250-9eebf06373ab", "rel": "bookmark"}], "image": {"id": "129c75df-1786-4624-802c-32933b2c4e42", "links": [{"href": "http://172.30.9.21:8774/images/129c75df-1786-4624-802c-32933b2c4e42", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:24:25.000000", "flavor": {"id": "5f341b6f-bba1-44d0-b9ef-097cd203734d", "links": [{"href": "http://172.30.9.21:8774/flavors/5f341b6f-bba1-44d0-b9ef-097cd203734d", "rel": "bookmark"}]}, "id": "b5f6c47e-d0b6-4474-8250-9eebf06373ab", "security_groups": [{"name": "default"}], "user_id": "9eefa36efffd43dcb52ebc1995394c35", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:24:25Z", "hostId": "341d45fddeebca1cde6d3cad6173274e198c17ce16919a3c650841ff", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceSimpleTests-b655592b-3b7c-47c2-86ec-44ba29bf2c9a-inst", "created": "2018-08-12T08:24:19Z", "tenant_id": "2ba7cf61e490464b9187c39dce7100a1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:24:33,543 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/b5f6c47e-d0b6-4474-8250-9eebf06373ab used request id req-332fb292-ef52-4733-8e5d-a7da37e3bbe4 2018-08-12 08:24:33,547 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSimpleTests-b655592b-3b7c-47c2-86ec-44ba29bf2c9a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2a271c6a5ec229b4df4067723bdf7211f24614f" 2018-08-12 08:24:33,653 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-20ee7c54-2152-4f66-801b-12f3ec7fc6f3 Date: Sun, 12 Aug 2018 08:24: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":["1c91d1c4-b294-4745-9472-a5cac0870500"],"updated_at":"2018-08-12T08:24:09Z","tenant_id":"2ba7cf61e490464b9187c39dce7100a1","created_at":"2018-08-12T08:24:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"2ba7cf61e490464b9187c39dce7100a1","id":"6dfb3c05-6068-4d48-8dd1-8ce4caa2f30d","name":"CreateInstanceSimpleTests-b655592b-3b7c-47c2-86ec-44ba29bf2c9a-pub-net"}]} 2018-08-12 08:24:33,653 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSimpleTests-b655592b-3b7c-47c2-86ec-44ba29bf2c9a-pub-net used request id req-20ee7c54-2152-4f66-801b-12f3ec7fc6f3 2018-08-12 08:24:33,657 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/2ba7cf61e490464b9187c39dce7100a1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2a271c6a5ec229b4df4067723bdf7211f24614f" 2018-08-12 08:24:33,753 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:24:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a5afdcf-eadd-46b4-8eee-bec44c3bfe92 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/2ba7cf61e490464b9187c39dce7100a1"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "2ba7cf61e490464b9187c39dce7100a1", "name": "CreateInstanceSimpleTests-1eb49fe2-9471-44f-proj"}} 2018-08-12 08:24:33,753 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/2ba7cf61e490464b9187c39dce7100a1 used request id req-2a5afdcf-eadd-46b4-8eee-bec44c3bfe92 2018-08-12 08:24:33,758 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=6dfb3c05-6068-4d48-8dd1-8ce4caa2f30d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2a271c6a5ec229b4df4067723bdf7211f24614f" 2018-08-12 08:24:34,042 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-dbfdfda9-992b-40c7-bf53-25219fa424e9 Date: Sun, 12 Aug 2018 08:24:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6dfb3c05-6068-4d48-8dd1-8ce4caa2f30d","tenant_id":"2ba7cf61e490464b9187c39dce7100a1","created_at":"2018-08-12T08:24:09Z","dns_nameservers":[],"updated_at":"2018-08-12T08:24:09Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"2ba7cf61e490464b9187c39dce7100a1","id":"1c91d1c4-b294-4745-9472-a5cac0870500","subnetpool_id":null,"name":"CreateInstanceSimpleTests-b655592b-3b7c-47c2-86ec-44ba29bf2c9a-pub-subnet"}]} 2018-08-12 08:24:34,043 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=6dfb3c05-6068-4d48-8dd1-8ce4caa2f30d used request id req-dbfdfda9-992b-40c7-bf53-25219fa424e9 2018-08-12 08:24:34,048 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=6dfb3c05-6068-4d48-8dd1-8ce4caa2f30d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2a271c6a5ec229b4df4067723bdf7211f24614f" 2018-08-12 08:24:34,138 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3028 X-Openstack-Request-Id: req-26f86985-5f4f-4ad3-801c-0e637a2204cd Date: Sun, 12 Aug 2018 08:24:34 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"6dfb3c05-6068-4d48-8dd1-8ce4caa2f30d","tenant_id":"2ba7cf61e490464b9187c39dce7100a1","created_at":"2018-08-12T08:24:10Z","admin_state_up":true,"updated_at":"2018-08-12T08:24:13Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-6dfb3c05-6068-4d48-8dd1-8ce4caa2f30d","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:05:0e:3a","id":"57db2620-9a08-4152-9ccf-f82559ae54b4","port_security_enabled":false,"project_id":"2ba7cf61e490464b9187c39dce7100a1","fixed_ips":[{"subnet_id":"1c91d1c4-b294-4745-9472-a5cac0870500","ip_address":"10.55.0.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"6dfb3c05-6068-4d48-8dd1-8ce4caa2f30d","tenant_id":"2ba7cf61e490464b9187c39dce7100a1","created_at":"2018-08-12T08:24:15Z","admin_state_up":true,"updated_at":"2018-08-12T08:24:24Z","binding:vnic_type":"normal","device_id":"b5f6c47e-d0b6-4474-8250-9eebf06373ab","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:c2:9d:3a","id":"8449ea68-938d-428f-8b42-5f7665046ee1","port_security_enabled":true,"project_id":"2ba7cf61e490464b9187c39dce7100a1","fixed_ips":[{"subnet_id":"1c91d1c4-b294-4745-9472-a5cac0870500","ip_address":"10.55.0.11"}],"extra_dhcp_opts":[],"security_groups":["008477f6-e294-46d4-815d-85ebff03c8c3"],"name":"CreateInstanceSimpleTests-b655592b-3b7c-47c2-86ec-44ba29bf2c9a-port"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"6dfb3c05-6068-4d48-8dd1-8ce4caa2f30d","tenant_id":"2ba7cf61e490464b9187c39dce7100a1","created_at":"2018-08-12T08:24:11Z","admin_state_up":true,"updated_at":"2018-08-12T08:24:14Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-6dfb3c05-6068-4d48-8dd1-8ce4caa2f30d","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:72:bb:4f","id":"c7ce8ed0-0e74-4153-bf12-6cdab8d13400","port_security_enabled":false,"project_id":"2ba7cf61e490464b9187c39dce7100a1","fixed_ips":[{"subnet_id":"1c91d1c4-b294-4745-9472-a5cac0870500","ip_address":"10.55.0.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"6dfb3c05-6068-4d48-8dd1-8ce4caa2f30d","tenant_id":"2ba7cf61e490464b9187c39dce7100a1","created_at":"2018-08-12T08:24:10Z","admin_state_up":true,"updated_at":"2018-08-12T08:24:12Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-6dfb3c05-6068-4d48-8dd1-8ce4caa2f30d","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:78:39:a9","id":"f4aa902f-d48a-4b5c-8cd4-b1a2a2594d0f","port_security_enabled":false,"project_id":"2ba7cf61e490464b9187c39dce7100a1","fixed_ips":[{"subnet_id":"1c91d1c4-b294-4745-9472-a5cac0870500","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-12 08:24:34,138 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=6dfb3c05-6068-4d48-8dd1-8ce4caa2f30d used request id req-26f86985-5f4f-4ad3-801c-0e637a2204cd 2018-08-12 08:24:34,142 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/servers/b5f6c47e-d0b6-4474-8250-9eebf06373ab -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02f5d92c0babdc33979b6c22da435040bd872791" 2018-08-12 08:24:34,292 - novaclient.v2.client - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:24: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-dd9d45a8-5d1b-4b6e-a74c-8085ee207628 x-compute-request-id: req-dd9d45a8-5d1b-4b6e-a74c-8085ee207628 Content-Type: application/json 2018-08-12 08:24:34,292 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/b5f6c47e-d0b6-4474-8250-9eebf06373ab used request id req-dd9d45a8-5d1b-4b6e-a74c-8085ee207628 2018-08-12 08:24:34,295 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/b5f6c47e-d0b6-4474-8250-9eebf06373ab -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2a271c6a5ec229b4df4067723bdf7211f24614f" 2018-08-12 08:24:34,946 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:24: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-8e4a2989-4dab-471a-b99e-1b99eb01cf01 x-compute-request-id: req-8e4a2989-4dab-471a-b99e-1b99eb01cf01 Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"CreateInstanceSimpleTests-b655592b-3b7c-47c2-86ec-44ba29bf2c9a-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c2:9d:3a", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/b5f6c47e-d0b6-4474-8250-9eebf06373ab", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/b5f6c47e-d0b6-4474-8250-9eebf06373ab", "rel": "bookmark"}], "image": {"id": "129c75df-1786-4624-802c-32933b2c4e42", "links": [{"href": "http://172.30.9.21:8774/images/129c75df-1786-4624-802c-32933b2c4e42", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:24:25.000000", "flavor": {"id": "5f341b6f-bba1-44d0-b9ef-097cd203734d", "links": [{"href": "http://172.30.9.21:8774/flavors/5f341b6f-bba1-44d0-b9ef-097cd203734d", "rel": "bookmark"}]}, "id": "b5f6c47e-d0b6-4474-8250-9eebf06373ab", "security_groups": [{"name": "default"}], "user_id": "9eefa36efffd43dcb52ebc1995394c35", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:24:34Z", "hostId": "341d45fddeebca1cde6d3cad6173274e198c17ce16919a3c650841ff", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceSimpleTests-b655592b-3b7c-47c2-86ec-44ba29bf2c9a-inst", "created": "2018-08-12T08:24:19Z", "tenant_id": "2ba7cf61e490464b9187c39dce7100a1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:24:34,946 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/b5f6c47e-d0b6-4474-8250-9eebf06373ab used request id req-8e4a2989-4dab-471a-b99e-1b99eb01cf01 2018-08-12 08:24:34,946 - create_instance - DEBUG - Instance status [CreateInstanceSimpleTests-b655592b-3b7c-47c2-86ec-44ba29bf2c9a-inst] is - ACTIVE 2018-08-12 08:24:34,946 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-12 08:24:37,950 - create_instance - DEBUG - VM status query timeout in 296.343240976 2018-08-12 08:24:37,953 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/b5f6c47e-d0b6-4474-8250-9eebf06373ab -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2a271c6a5ec229b4df4067723bdf7211f24614f" 2018-08-12 08:24:37,997 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:24: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-620c2357-0975-44b4-891d-47cbcf097a6d x-compute-request-id: req-620c2357-0975-44b4-891d-47cbcf097a6d Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance b5f6c47e-d0b6-4474-8250-9eebf06373ab could not be found.", "code": 404}} 2018-08-12 08:24:37,997 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/b5f6c47e-d0b6-4474-8250-9eebf06373ab used request id req-620c2357-0975-44b4-891d-47cbcf097a6d 2018-08-12 08:24:37,998 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance b5f6c47e-d0b6-4474-8250-9eebf06373ab could not be found. (HTTP 404) (Request-ID: req-620c2357-0975-44b4-891d-47cbcf097a6d) 2018-08-12 08:24:38,001 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-b655592b-3b7c-47c2-86ec-44ba29bf2c9a-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02f5d92c0babdc33979b6c22da435040bd872791" 2018-08-12 08:24:38,077 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:24: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-9b571fb9-dba5-42b3-8a7c-b1c0dc68561e x-compute-request-id: req-9b571fb9-dba5-42b3-8a7c-b1c0dc68561e Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-12 08:24:38,078 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-b655592b-3b7c-47c2-86ec-44ba29bf2c9a-inst used request id req-9b571fb9-dba5-42b3-8a7c-b1c0dc68561e 2018-08-12 08:24:38,078 - create_instance - INFO - Deleting Port with ID - 8449ea68-938d-428f-8b42-5f7665046ee1 2018-08-12 08:24:38,078 - neutron_utils - INFO - Deleting port with name CreateInstanceSimpleTests-b655592b-3b7c-47c2-86ec-44ba29bf2c9a-port 2018-08-12 08:24:38,083 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/ports/8449ea68-938d-428f-8b42-5f7665046ee1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2a271c6a5ec229b4df4067723bdf7211f24614f" 2018-08-12 08:24:38,779 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-fbc81c1b-8713-4f51-9c7f-323284d205c7 Date: Sun, 12 Aug 2018 08:24:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:24:38,779 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/ports/8449ea68-938d-428f-8b42-5f7665046ee1 used request id req-fbc81c1b-8713-4f51-9c7f-323284d205c7 2018-08-12 08:24:38,779 - create_instance - INFO - Deleting VM instance - CreateInstanceSimpleTests-b655592b-3b7c-47c2-86ec-44ba29bf2c9a-inst 2018-08-12 08:24:38,782 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/servers/b5f6c47e-d0b6-4474-8250-9eebf06373ab -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2a271c6a5ec229b4df4067723bdf7211f24614f" 2018-08-12 08:24:38,827 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:24: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-922dc862-f1af-47fd-ab53-7a76edaa66ca x-compute-request-id: req-922dc862-f1af-47fd-ab53-7a76edaa66ca Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance b5f6c47e-d0b6-4474-8250-9eebf06373ab could not be found.", "code": 404}} 2018-08-12 08:24:38,827 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/b5f6c47e-d0b6-4474-8250-9eebf06373ab used request id req-922dc862-f1af-47fd-ab53-7a76edaa66ca 2018-08-12 08:24:38,827 - create_instance - WARNING - Instance already deleted - Instance b5f6c47e-d0b6-4474-8250-9eebf06373ab could not be found. (HTTP 404) (Request-ID: req-922dc862-f1af-47fd-ab53-7a76edaa66ca) 2018-08-12 08:24:38,828 - create_instance - INFO - Checking deletion status 2018-08-12 08:24:38,831 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/b5f6c47e-d0b6-4474-8250-9eebf06373ab -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2a271c6a5ec229b4df4067723bdf7211f24614f" 2018-08-12 08:24:38,877 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:24: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-3cea18c6-fb2c-45f5-a54d-ce987766a5c7 x-compute-request-id: req-3cea18c6-fb2c-45f5-a54d-ce987766a5c7 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance b5f6c47e-d0b6-4474-8250-9eebf06373ab could not be found.", "code": 404}} 2018-08-12 08:24:38,877 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/b5f6c47e-d0b6-4474-8250-9eebf06373ab used request id req-3cea18c6-fb2c-45f5-a54d-ce987766a5c7 2018-08-12 08:24:38,877 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance b5f6c47e-d0b6-4474-8250-9eebf06373ab could not be found. (HTTP 404) (Request-ID: req-3cea18c6-fb2c-45f5-a54d-ce987766a5c7) 2018-08-12 08:24:38,878 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSimpleTests-b655592b-3b7c-47c2-86ec-44ba29bf2c9a-inst 2018-08-12 08:24:38,881 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/flavors/5f341b6f-bba1-44d0-b9ef-097cd203734d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9be7bfe9dabfca67c4a714ad53816597a0f3da0a" 2018-08-12 08:24:38,911 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 08:24: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-4fd58b17-fb06-4687-8f50-23b6dfcd06c4 x-compute-request-id: req-4fd58b17-fb06-4687-8f50-23b6dfcd06c4 Content-Length: 0 Content-Type: application/json 2018-08-12 08:24:38,911 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/5f341b6f-bba1-44d0-b9ef-097cd203734d used request id req-4fd58b17-fb06-4687-8f50-23b6dfcd06c4 2018-08-12 08:24:38,912 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSimpleTests-b655592b-3b7c-47c2-86ec-44ba29bf2c9a-pub-subnet 2018-08-12 08:24:38,912 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSimpleTests-b655592b-3b7c-47c2-86ec-44ba29bf2c9a-pub-subnet 2018-08-12 08:24:38,917 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/1c91d1c4-b294-4745-9472-a5cac0870500 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1e54e404059e478bdffede776103dd58a950ae8" 2018-08-12 08:24:41,712 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d6d04c54-a4f1-43b6-9f91-e1e597a85d44 Date: Sun, 12 Aug 2018 08:24:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:24:41,713 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/1c91d1c4-b294-4745-9472-a5cac0870500 used request id req-d6d04c54-a4f1-43b6-9f91-e1e597a85d44 2018-08-12 08:24:41,713 - neutron_utils - INFO - Deleting network with name CreateInstanceSimpleTests-b655592b-3b7c-47c2-86ec-44ba29bf2c9a-pub-net 2018-08-12 08:24:41,718 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/6dfb3c05-6068-4d48-8dd1-8ce4caa2f30d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1e54e404059e478bdffede776103dd58a950ae8" 2018-08-12 08:24:42,960 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f1059431-c1bc-4b5e-9d0a-105244632edd Date: Sun, 12 Aug 2018 08:24:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:24:42,960 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/6dfb3c05-6068-4d48-8dd1-8ce4caa2f30d used request id req-f1059431-c1bc-4b5e-9d0a-105244632edd 2018-08-12 08:24:42,960 - glance_utils - INFO - Deleting image named - CreateInstanceSimpleTests-b655592b-3b7c-47c2-86ec-44ba29bf2c9a-image 2018-08-12 08:24:42,963 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/129c75df-1786-4624-802c-32933b2c4e42 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}148ab46e247376187764e26eecfb1061caaeecd3" 2018-08-12 08:24:44,379 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-58a870ce-36ac-4882-8d6b-041e305fd137 Date: Sun, 12 Aug 2018 08:24:44 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-12 08:24:44,379 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/129c75df-1786-4624-802c-32933b2c4e42 used request id req-58a870ce-36ac-4882-8d6b-041e305fd137 2018-08-12 08:24:44,380 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:24:44,380 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:24:44,381 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:24:44,381 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:24:44,381 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:24:44,387 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}065588e1775543161f2fe2640f46261f81c3ccb6" 2018-08-12 08:24:44,660 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 45548 X-Openstack-Request-Id: req-11f0e269-8554-47c2-b34f-cb078e861859 Date: Sun, 12 Aug 2018 08:24:44 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "2ba7cf61e490464b9187c39dce7100a1", "created_at": "2018-08-12T08:24:08Z", "updated_at": "2018-08-12T08:24:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:24:08Z", "revision_number": 0, "id": "26e9c336-f0b4-4e6c-b5a0-3404d5d41673", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:24:08Z", "security_group_id": "008477f6-e294-46d4-815d-85ebff03c8c3", "tenant_id": "2ba7cf61e490464b9187c39dce7100a1", "port_range_min": null, "ethertype": "IPv6", "project_id": "2ba7cf61e490464b9187c39dce7100a1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:24:08Z", "revision_number": 0, "id": "5f1723d9-b7fd-4266-b126-40e413dea32d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:24:08Z", "security_group_id": "008477f6-e294-46d4-815d-85ebff03c8c3", "tenant_id": "2ba7cf61e490464b9187c39dce7100a1", "port_range_min": null, "ethertype": "IPv4", "project_id": "2ba7cf61e490464b9187c39dce7100a1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:24:08Z", "revision_number": 0, "id": "817b79b5-97d0-4824-8ff2-32618deda162", "remote_group_id": "008477f6-e294-46d4-815d-85ebff03c8c3", "remote_ip_prefix": null, "created_at": "2018-08-12T08:24:08Z", "security_group_id": "008477f6-e294-46d4-815d-85ebff03c8c3", "tenant_id": "2ba7cf61e490464b9187c39dce7100a1", "port_range_min": null, "ethertype": "IPv4", "project_id": "2ba7cf61e490464b9187c39dce7100a1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:24:08Z", "revision_number": 0, "id": "d59ca0e2-022f-460e-bcc9-be95c38b0703", "remote_group_id": "008477f6-e294-46d4-815d-85ebff03c8c3", "remote_ip_prefix": null, "created_at": "2018-08-12T08:24:08Z", "security_group_id": "008477f6-e294-46d4-815d-85ebff03c8c3", "tenant_id": "2ba7cf61e490464b9187c39dce7100a1", "port_range_min": null, "ethertype": "IPv6", "project_id": "2ba7cf61e490464b9187c39dce7100a1"}], "revision_number": 4, "project_id": "2ba7cf61e490464b9187c39dce7100a1", "id": "008477f6-e294-46d4-815d-85ebff03c8c3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "created_at": "2018-08-12T06:59:44Z", "updated_at": "2018-08-12T06:59:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "1d7fd960-7865-4453-aecc-8d399b4fad21", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "66820d8a-b785-4b18-bd67-500221c8e4f9", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "74fc7638-a322-4841-8c47-06d36174a200", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "8eaa09ec-8419-4582-9312-1e527afe6e4b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}], "revision_number": 4, "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "created_at": "2018-08-12T05:12:34Z", "updated_at": "2018-08-12T05:12:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "709513d2-af7d-4d0b-bd3c-604fed75a711", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "aa346066-e46f-44f2-94be-2884aa998a19", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "c15f7b93-e56c-4afa-867d-2acb286d4b7b", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "cb0ef83f-5f70-4a80-ad35-431ca9df551e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}], "revision_number": 4, "project_id": "fa5a7fe6ee54472ba01638877aade8e3", "id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ea65becf30e54b27aa96a449698a435e", "created_at": "2018-08-12T05:10:35Z", "updated_at": "2018-08-12T05:10:35Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "30ad280c-f302-4cd4-a438-5139917b56f9", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "76115c4c-887d-4f0a-83e2-486e4b39c713", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "8ab14937-4c08-4d43-8a9a-662e622cc643", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "ee757a03-5662-4273-9c3e-6212e7afb48f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}], "revision_number": 4, "project_id": "ea65becf30e54b27aa96a449698a435e", "id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "created_at": "2018-08-12T06:20:09Z", "updated_at": "2018-08-12T06:20:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "1123b8f2-75ac-4a26-b9b2-a96da97408e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "2ddd2b93-e080-48cd-9a50-f5fe8a82ad0c", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "cd1bae62-0aea-4438-b4c3-50a69ae6f855", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "e398e01e-ceea-46d1-9534-b929808c4a5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}], "revision_number": 4, "project_id": "ff7abd7bb61f4f2889831e932d65dc2e", "id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "created_at": "2018-08-12T05:34:57Z", "updated_at": "2018-08-12T05:34:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "208a1c1e-f5f8-49c7-9a25-d07e68b1541f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "27bfd867-e607-4bf8-9de8-60682d3f771d", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "49360e1f-6fd3-4f35-b339-24cea95773ee", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "60f631a9-d305-4920-9631-d0543e2ac64f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}], "revision_number": 4, "project_id": "3a85ceae958d4d9fba68847e7df67db8", "id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "created_at": "2018-08-12T05:34:40Z", "updated_at": "2018-08-12T05:34:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "2192c259-363e-4768-ae73-e75837ad63b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "3f87ddc5-f84d-41dc-8215-847724782569", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "7d89f6da-ea78-49dd-9115-f9ad23b250bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "9ec4497d-0f65-44db-9be9-7b3042e4a584", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}], "revision_number": 4, "project_id": "85517fcf1c6247e699fdcdd42ecc8c79", "id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "created_at": "2018-08-12T05:16:02Z", "updated_at": "2018-08-12T05:16:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "1ecacd8c-c1c7-4a66-9871-406a69323b43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "3cc1750c-e0e7-4902-b6f3-494a161b832e", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "d719a7a4-8c99-44ed-8c12-6bf071890203", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "fe7421b5-d577-41da-8c78-62f3c07eda92", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}], "revision_number": 4, "project_id": "a267b9a156244bb192691cff6e5f74fe", "id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "315a428116f24d9fbb826b37080a918e", "created_at": "2018-08-12T05:11:31Z", "updated_at": "2018-08-12T05:11:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "5e52886a-1dc3-4a81-a55d-f388dc4fd1a1", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "678e32e4-d64c-448a-a4ab-e253ab94ae90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "a8da1539-e3ad-4f90-b2df-3dc1f09d228a", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "b73d5cc9-0205-4658-bb1f-61a042c0ab8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}], "revision_number": 4, "project_id": "315a428116f24d9fbb826b37080a918e", "id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-12T05:08:01Z", "updated_at": "2018-08-12T05:08:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:01Z", "revision_number": 0, "id": "0fb05d03-1117-45d0-930c-b6d4c96ef102", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "4faaab33-5788-4bbd-85b8-0fb44d41413a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "96d0c5a0-5c67-421b-8fc8-2b46d77e5db3", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "dd78519b-4bc5-4e8e-ad0f-58089dd69347", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "11a46741b7954b959fd7764109c047b6", "created_at": "2018-08-12T05:34:51Z", "updated_at": "2018-08-12T05:34:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "0b67bf3c-2289-43bb-ab6c-7d25ec32a279", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "51f3f833-337a-42bd-a8d5-742ea8d6c226", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "571fd0b5-ef90-408d-af33-aafb517b8993", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "944ba823-fb9c-496e-a66e-bb426bb14a8d", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}], "revision_number": 4, "project_id": "11a46741b7954b959fd7764109c047b6", "id": "90af9782-8112-4257-801d-ee5115d226ba", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "created_at": "2018-08-12T05:34:26Z", "updated_at": "2018-08-12T05:34:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "2ee1f63a-807c-4d6a-85ee-dd784f6b8c3f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5dec3ec2-2add-47dd-8618-90659dcf3885", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5ea0dc3e-49d0-43f0-94e9-f6443527d14c", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "fbfaca22-7e3e-4128-8973-43e439b77c28", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}], "revision_number": 4, "project_id": "3c01cd58055c44ecaef39f7e625c2258", "id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "521007c1818145639e93ceb270559219", "created_at": "2018-08-12T05:13:27Z", "updated_at": "2018-08-12T05:13:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "5e7fede5-b0f2-47d8-95c3-516cdfc7f9de", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "8fd0e36f-c6c4-4f64-ba97-40439e614448", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "db7d79de-1dfc-4138-945f-91e74cdc266b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "e87f2cff-ff3e-4b6d-aaf0-7f0eb0ab9f05", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}], "revision_number": 4, "project_id": "521007c1818145639e93ceb270559219", "id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "created_at": "2018-08-12T05:08:18Z", "updated_at": "2018-08-12T05:08:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "3c67be40-bf74-4f97-9693-d93ce73a23b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "6112d869-2fc6-4a25-a13c-3d55cd7206c0", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "bdf21c56-453e-482e-9cba-3c55abcb0339", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "c8e92c39-38cc-4f48-be9c-5f0912e6a725", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}], "revision_number": 4, "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "created_at": "2018-08-12T05:04:23Z", "updated_at": "2018-08-12T05:04:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "280546d9-8ad1-4283-abfc-15ee9b1736c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "58bce125-f2ca-4a6d-b9ca-4e6cf5c0f7a5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "69275b9a-cfb5-482c-a9c4-8ffc79adf2c7", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "6d747f3a-3764-469a-a645-f977585c5aac", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}], "revision_number": 4, "project_id": "310f5853751a4c968f3eeb0a3d99a0a8", "id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "created_at": "2018-08-12T05:34:42Z", "updated_at": "2018-08-12T05:34:42Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "199582e8-25aa-457a-aa7c-6d8413ca4464", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "234f3609-4454-448f-919d-c8143c7cd764", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "c1061460-71a2-49a9-a04b-9fa33eeb17ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "d21ac532-51d8-4d6b-8300-7bac216759bf", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}], "revision_number": 4, "project_id": "9f6c1a272706419c9a74b0893b2890e8", "id": "d6739716-c693-460c-89c6-e7c8c48f8245", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "created_at": "2018-08-12T05:34:54Z", "updated_at": "2018-08-12T05:34:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "0633a05a-ee7d-4476-a56b-75d011b22f77", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "6cc1b9f8-73db-47a3-a0e0-3c96c43f34da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "90d99a6b-e94f-4fd8-a10c-f19dd8954c13", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "e843c139-af2a-4d2c-a24f-59f7b10ff72e", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}], "revision_number": 4, "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "created_at": "2018-08-12T05:09:07Z", "updated_at": "2018-08-12T05:09:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "5495e168-f505-4d74-ae6d-387f0bf533c2", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "6fd19b8b-3062-456e-81ba-3ff37fe43429", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8ca59d25-485c-46ce-939c-2e4a468caeac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8f190846-50a0-42b9-b571-390809b752b1", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}], "revision_number": 4, "project_id": "fa9ca6d7608b4d7d87ce97331679a481", "id": "edcd9b17-9416-4c25-823c-060c435e18d7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "created_at": "2018-08-12T05:34:52Z", "updated_at": "2018-08-12T05:34:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "2c7e484e-6ec5-4a95-8c9c-66d294c0c27e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "70c74258-3c2c-4efc-87e0-079c26ee3417", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "b70382fa-082e-4c2b-abc8-87490fa50b11", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "c3628e02-b4b6-42c9-8751-c1a2d3c19caa", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}], "revision_number": 4, "project_id": "87db863ba6e348b0a5ddcb67053db9d1", "id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "name": "default"}]} 2018-08-12 08:24:44,661 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-11f0e269-8554-47c2-b34f-cb078e861859 2018-08-12 08:24:44,669 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/2ba7cf61e490464b9187c39dce7100a1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}065588e1775543161f2fe2640f46261f81c3ccb6" 2018-08-12 08:24:44,759 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:24:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-72b6133b-1137-4732-85e0-2cd6e36e2892 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/2ba7cf61e490464b9187c39dce7100a1"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "2ba7cf61e490464b9187c39dce7100a1", "name": "CreateInstanceSimpleTests-1eb49fe2-9471-44f-proj"}} 2018-08-12 08:24:44,759 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/2ba7cf61e490464b9187c39dce7100a1 used request id req-72b6133b-1137-4732-85e0-2cd6e36e2892 2018-08-12 08:24:44,759 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 008477f6-e294-46d4-815d-85ebff03c8c3 2018-08-12 08:24:44,764 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=008477f6-e294-46d4-815d-85ebff03c8c3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}065588e1775543161f2fe2640f46261f81c3ccb6" 2018-08-12 08:24:44,961 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-33179082-6515-4797-b22f-fefbe4d14e61 Date: Sun, 12 Aug 2018 08:24:44 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-12T08:24:08Z", "security_group_id": "008477f6-e294-46d4-815d-85ebff03c8c3", "port_range_min": null, "revision_number": 0, "tenant_id": "2ba7cf61e490464b9187c39dce7100a1", "created_at": "2018-08-12T08:24:08Z", "project_id": "2ba7cf61e490464b9187c39dce7100a1", "id": "26e9c336-f0b4-4e6c-b5a0-3404d5d41673"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:24:08Z", "security_group_id": "008477f6-e294-46d4-815d-85ebff03c8c3", "port_range_min": null, "revision_number": 0, "tenant_id": "2ba7cf61e490464b9187c39dce7100a1", "created_at": "2018-08-12T08:24:08Z", "project_id": "2ba7cf61e490464b9187c39dce7100a1", "id": "5f1723d9-b7fd-4266-b126-40e413dea32d"}, {"remote_group_id": "008477f6-e294-46d4-815d-85ebff03c8c3", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:24:08Z", "security_group_id": "008477f6-e294-46d4-815d-85ebff03c8c3", "port_range_min": null, "revision_number": 0, "tenant_id": "2ba7cf61e490464b9187c39dce7100a1", "created_at": "2018-08-12T08:24:08Z", "project_id": "2ba7cf61e490464b9187c39dce7100a1", "id": "817b79b5-97d0-4824-8ff2-32618deda162"}, {"remote_group_id": "008477f6-e294-46d4-815d-85ebff03c8c3", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:24:08Z", "security_group_id": "008477f6-e294-46d4-815d-85ebff03c8c3", "port_range_min": null, "revision_number": 0, "tenant_id": "2ba7cf61e490464b9187c39dce7100a1", "created_at": "2018-08-12T08:24:08Z", "project_id": "2ba7cf61e490464b9187c39dce7100a1", "id": "d59ca0e2-022f-460e-bcc9-be95c38b0703"}]} 2018-08-12 08:24:44,961 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=008477f6-e294-46d4-815d-85ebff03c8c3 used request id req-33179082-6515-4797-b22f-fefbe4d14e61 2018-08-12 08:24:44,962 - neutron_utils - INFO - Deleting security group with name - default 2018-08-12 08:24:44,967 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/008477f6-e294-46d4-815d-85ebff03c8c3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}065588e1775543161f2fe2640f46261f81c3ccb6" 2018-08-12 08:24:45,378 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-5d2d5de4-f112-4d0f-8371-081601fa1495 Content-Length: 0 Date: Sun, 12 Aug 2018 08:24:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:24:45,379 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/008477f6-e294-46d4-815d-85ebff03c8c3 used request id req-5d2d5de4-f112-4d0f-8371-081601fa1495 2018-08-12 08:24:45,379 - keystone_utils - INFO - Deleting project with name - CreateInstanceSimpleTests-1eb49fe2-9471-44f-proj 2018-08-12 08:24:45,383 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/2ba7cf61e490464b9187c39dce7100a1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}065588e1775543161f2fe2640f46261f81c3ccb6" 2018-08-12 08:24:45,702 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:24:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bbb24784-e1f8-402e-b238-00d4b29d4481 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 08:24:45,703 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/2ba7cf61e490464b9187c39dce7100a1 used request id req-bbb24784-e1f8-402e-b238-00d4b29d4481 2018-08-12 08:24:45,703 - keystone_utils - INFO - Deleting role with name - CreateInstanceSimpleTests-1eb49fe2-9471-44f-proj-role 2018-08-12 08:24:45,706 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/45cbb7b3577441139ee53a2c7096289f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}065588e1775543161f2fe2640f46261f81c3ccb6" 2018-08-12 08:24:45,828 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:24:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4a32b3f8-14b4-4672-9c4a-b74ca8468564 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 08:24:45,828 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/45cbb7b3577441139ee53a2c7096289f used request id req-4a32b3f8-14b4-4672-9c4a-b74ca8468564 2018-08-12 08:24:45,832 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}065588e1775543161f2fe2640f46261f81c3ccb6" 2018-08-12 08:24:45,919 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:24:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-882408fc-874f-4063-8be8-c3b5878ed21f Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:24:45,919 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-882408fc-874f-4063-8be8-c3b5878ed21f 2018-08-12 08:24:45,920 - keystone_utils - INFO - Deleting user with name - CreateInstanceSimpleTests-1eb49fe2-9471-44f-user 2018-08-12 08:24:45,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/9eefa36efffd43dcb52ebc1995394c35 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f382649baaa86ae47f2cd9f39fc61ec05d196d3" 2018-08-12 08:24:46,095 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:24:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6c4b4ef0-d814-470e-94de-f72552dc1d43 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 08:24:46,095 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/9eefa36efffd43dcb52ebc1995394c35 used request id req-6c4b4ef0-d814-470e-94de-f72552dc1d43 2018-08-12 08:24:46,096 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:24:46,488 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:24:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["jeGB637YRZW5dWFWjwfYtw"], "issued_at": "2018-08-12T08:24:46.000000Z"}} 2018-08-12 08:24:46,489 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}0b93bd36cf7b6852046358673b0cf498b407f82a" 2018-08-12 08:24:46,573 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:24:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f0f6b235-814c-40dd-b82d-81d827e1e043 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:24:46,573 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-f0f6b235-814c-40dd-b82d-81d827e1e043 2018-08-12 08:24:46,574 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:24:46,575 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:24:46,972 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:24:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["LjtLtUh3TA-nq_XXzr0OmQ"], "issued_at": "2018-08-12T08:24:46.000000Z"}} 2018-08-12 08:24:46,972 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}a54907f62a98f5b6f8857549fce741b0997aa0c0" 2018-08-12 08:24:47,060 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:24:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0366aaf1-00a0-41ea-b374-c284c361f0f2 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:24:47,060 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-0366aaf1-00a0-41ea-b374-c284c361f0f2 2018-08-12 08:24:47,064 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:24:47,069 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:24:47 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:24:47,070 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-8c2c8546-5eb3-4cf-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a54907f62a98f5b6f8857549fce741b0997aa0c0" 2018-08-12 08:24:47,161 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:24:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8935df12-2565-474e-8060-26c00a582547 Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-8c2c8546-5eb3-4cf-proj", "previous": null, "next": null}, "projects": []} 2018-08-12 08:24:47,161 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-8c2c8546-5eb3-4cf-proj used request id req-8935df12-2565-474e-8060-26c00a582547 2018-08-12 08:24:47,165 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a54907f62a98f5b6f8857549fce741b0997aa0c0" 2018-08-12 08:24:47,185 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:24:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5b168190-bb00-4fba-a033-b737acce5db0 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:24:47,185 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-5b168190-bb00-4fba-a033-b737acce5db0 2018-08-12 08:24:47,189 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a54907f62a98f5b6f8857549fce741b0997aa0c0" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstancePortManipulationTests-8c2c8546-5eb3-4cf-proj"}}' 2018-08-12 08:24:47,314 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:24:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ab736bc7-6d65-4bb4-981f-c050dd55f108 Content-Length: 332 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/a8b60f6634a344c3bc7fcdd7ced7d9cd"}, "tags": [], "enabled": true, "id": "a8b60f6634a344c3bc7fcdd7ced7d9cd", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-8c2c8546-5eb3-4cf-proj"}} 2018-08-12 08:24:47,314 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-ab736bc7-6d65-4bb4-981f-c050dd55f108 2018-08-12 08:24:47,315 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-8c2c8546-5eb3-4cf-proj 2018-08-12 08:24:47,315 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:24:47,316 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:24:47,716 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:24:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["dqGdaxFvRtmDrh0z2iJ3kw"], "issued_at": "2018-08-12T08:24:47.000000Z"}} 2018-08-12 08:24:47,716 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}b021a05d69a4a550a2d2b39525463c034d61ba0e" 2018-08-12 08:24:47,806 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:24:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9ffa53df-0faf-431e-97b0-1233a07fe5d1 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:24:47,806 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-9ffa53df-0faf-431e-97b0-1233a07fe5d1 2018-08-12 08:24:47,810 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:24:47,815 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:24:47 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:24:47,816 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b021a05d69a4a550a2d2b39525463c034d61ba0e" 2018-08-12 08:24:47,926 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:24:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b5160061-b4b4-4459-b5e3-5ae7fb042b2d Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/105a247548624314b9228f85f6325f0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105a247548624314b9228f85f6325f0b", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/1c5de0eaa44543f08da6ad63a51594ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c5de0eaa44543f08da6ad63a51594ff", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/1d127b5b832547a88a547c116dfdd65b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d127b5b832547a88a547c116dfdd65b", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/1d5cfc170d624ce4ae53ae0507c8d517"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d5cfc170d624ce4ae53ae0507c8d517", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/2421820b75eb4d3ebd02830378d1377b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2421820b75eb4d3ebd02830378d1377b", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/40bd8ee54ecf44868cc83cede652c396"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40bd8ee54ecf44868cc83cede652c396", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/4f32fb8153854c4c9f5094b42b523f80"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f32fb8153854c4c9f5094b42b523f80", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7066130d08fb4db7bf4ab468de53933b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7066130d08fb4db7bf4ab468de53933b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/8d0898a83bcf4521bbc11501d5d7ac89"}, "domain_id": "1eec97585bde483292ece28ee11f4b8d", "enabled": true, "options": {}, "id": "8d0898a83bcf4521bbc11501d5d7ac89", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/9defcced327d476f8a3beab718a13da3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9defcced327d476f8a3beab718a13da3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/b80ee4f6992446e0879624dd436e99a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b80ee4f6992446e0879624dd436e99a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b86fd3e011324d398fcdb6f095a20a9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b86fd3e011324d398fcdb6f095a20a9d", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1701d2754064b5cadf765ea0806f9b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1701d2754064b5cadf765ea0806f9b2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/db4e7b8d76d549faa502716565c733dd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db4e7b8d76d549faa502716565c733dd", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-12 08:24:47,926 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-b5160061-b4b4-4459-b5e3-5ae7fb042b2d 2018-08-12 08:24:47,930 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateInstancePortManipulationTests-8c2c8546-5eb3-4cf-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b021a05d69a4a550a2d2b39525463c034d61ba0e" 2018-08-12 08:24:48,024 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:24:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-963dcbb8-7975-4aff-9035-27bba3b7c09d Content-Encoding: gzip Content-Length: 267 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateInstancePortManipulationTests-8c2c8546-5eb3-4cf-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/a8b60f6634a344c3bc7fcdd7ced7d9cd"}, "tags": [], "enabled": true, "id": "a8b60f6634a344c3bc7fcdd7ced7d9cd", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-8c2c8546-5eb3-4cf-proj"}]} 2018-08-12 08:24:48,024 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateInstancePortManipulationTests-8c2c8546-5eb3-4cf-proj used request id req-963dcbb8-7975-4aff-9035-27bba3b7c09d 2018-08-12 08:24:48,028 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b021a05d69a4a550a2d2b39525463c034d61ba0e" 2018-08-12 08:24:48,118 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:24:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c43584ce-d993-4342-8822-d81994476395 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:24:48,119 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-c43584ce-d993-4342-8822-d81994476395 2018-08-12 08:24:48,499 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-8c2c8546-5eb3-4cf-user 2018-08-12 08:24:48,499 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:24:48,503 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a54907f62a98f5b6f8857549fce741b0997aa0c0" 2018-08-12 08:24:48,593 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:24:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3f2f478c-91ed-4af3-aafa-5c2420c76a4f Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:24:48,594 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-3f2f478c-91ed-4af3-aafa-5c2420c76a4f 2018-08-12 08:24:48,597 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a54907f62a98f5b6f8857549fce741b0997aa0c0" -d '{"role": {"name": "CreateInstancePortManipulationTests-8c2c8546-5eb3-4cf-proj-role"}}' 2018-08-12 08:24:48,715 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:24:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-79b329f3-709c-4d63-8fa3-174b83a459e3 Content-Length: 234 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "5944519dc08d4a6fad2fecaf8133f4de", "links": {"self": "http://172.30.9.21:5000/v3/roles/5944519dc08d4a6fad2fecaf8133f4de"}, "name": "CreateInstancePortManipulationTests-8c2c8546-5eb3-4cf-proj-role"}} 2018-08-12 08:24:48,715 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-79b329f3-709c-4d63-8fa3-174b83a459e3 2018-08-12 08:24:48,716 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-8c2c8546-5eb3-4cf-proj-role 2018-08-12 08:24:48,719 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/5944519dc08d4a6fad2fecaf8133f4de -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a54907f62a98f5b6f8857549fce741b0997aa0c0" 2018-08-12 08:24:48,811 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:24:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5e1c5777-b7ea-437d-b486-7ddc93584511 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "5944519dc08d4a6fad2fecaf8133f4de", "links": {"self": "http://172.30.9.21:5000/v3/roles/5944519dc08d4a6fad2fecaf8133f4de"}, "name": "CreateInstancePortManipulationTests-8c2c8546-5eb3-4cf-proj-role"}} 2018-08-12 08:24:48,811 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/5944519dc08d4a6fad2fecaf8133f4de used request id req-5e1c5777-b7ea-437d-b486-7ddc93584511 2018-08-12 08:24:48,812 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-8c2c8546-5eb3-4cf-proj-role to project CreateInstancePortManipulationTests-8c2c8546-5eb3-4cf-proj 2018-08-12 08:24:48,815 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/a8b60f6634a344c3bc7fcdd7ced7d9cd/users/2eacd71189ed48aab2d17b63c8609440/roles/5944519dc08d4a6fad2fecaf8133f4de -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a54907f62a98f5b6f8857549fce741b0997aa0c0" 2018-08-12 08:24:48,969 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:24:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-917b064d-92a8-4de2-8b3c-23aff6a7bbe0 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 08:24:48,969 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/a8b60f6634a344c3bc7fcdd7ced7d9cd/users/2eacd71189ed48aab2d17b63c8609440/roles/5944519dc08d4a6fad2fecaf8133f4de used request id req-917b064d-92a8-4de2-8b3c-23aff6a7bbe0 2018-08-12 08:24:48,970 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-08-12 08:24:48,970 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:24:48,971 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:24:49,359 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5944519dc08d4a6fad2fecaf8133f4de", "name": "CreateInstancePortManipulationTests-8c2c8546-5eb3-4cf-proj-role"}], "expires_at": "2018-08-12T09:24:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a8b60f6634a344c3bc7fcdd7ced7d9cd", "name": "CreateInstancePortManipulationTests-8c2c8546-5eb3-4cf-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a8b60f6634a344c3bc7fcdd7ced7d9cd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a8b60f6634a344c3bc7fcdd7ced7d9cd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a8b60f6634a344c3bc7fcdd7ced7d9cd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a8b60f6634a344c3bc7fcdd7ced7d9cd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a8b60f6634a344c3bc7fcdd7ced7d9cd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a8b60f6634a344c3bc7fcdd7ced7d9cd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a8b60f6634a344c3bc7fcdd7ced7d9cd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a8b60f6634a344c3bc7fcdd7ced7d9cd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a8b60f6634a344c3bc7fcdd7ced7d9cd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a8b60f6634a344c3bc7fcdd7ced7d9cd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a8b60f6634a344c3bc7fcdd7ced7d9cd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a8b60f6634a344c3bc7fcdd7ced7d9cd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a8b60f6634a344c3bc7fcdd7ced7d9cd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a8b60f6634a344c3bc7fcdd7ced7d9cd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-8c2c8546-5eb3-4cf-user", "id": "2eacd71189ed48aab2d17b63c8609440"}, "audit_ids": ["Oc6UJgZZQ0WVsI1F8ZxE7w"], "issued_at": "2018-08-12T08:24:49.000000Z"}} 2018-08-12 08:24:49,359 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}d74e4b83e91f225324b1e2758973aa3a4ec94a38" 2018-08-12 08:24:49,450 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:24:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e34cc968-8133-4755-97d5-9d02ef264add Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:24:49,451 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-e34cc968-8133-4755-97d5-9d02ef264add 2018-08-12 08:24:49,455 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-92a004ea-12f6-4fd3-88e2-c633033b72a6-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d74e4b83e91f225324b1e2758973aa3a4ec94a38" 2018-08-12 08:24:49,655 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 180 Content-Type: application/json X-Openstack-Request-Id: req-e9f8f982-0ddc-4280-8b1c-8e0e70baa5c3 Date: Sun, 12 Aug 2018 08:24:49 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-92a004ea-12f6-4fd3-88e2-c633033b72a6-image"} 2018-08-12 08:24:49,655 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-92a004ea-12f6-4fd3-88e2-c633033b72a6-image used request id req-e9f8f982-0ddc-4280-8b1c-8e0e70baa5c3 2018-08-12 08:24:49,658 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d74e4b83e91f225324b1e2758973aa3a4ec94a38" 2018-08-12 08:24:49,838 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-e44009a4-940e-45e7-914e-3190c8a18b00 Date: Sun, 12 Aug 2018 08:24:49 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"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}, "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}, "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"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "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"}, "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"}, "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}, "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}, "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"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "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}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-12 08:24:49,838 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-e44009a4-940e-45e7-914e-3190c8a18b00 2018-08-12 08:24:49,870 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d74e4b83e91f225324b1e2758973aa3a4ec94a38" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstancePortManipulationTests-92a004ea-12f6-4fd3-88e2-c633033b72a6-image"}' 2018-08-12 08:24:50,102 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 639 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/a2d90272-f6d8-4fcf-b435-a4b6ac67ce2f Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-c48daca6-fb18-43c6-9eac-09bdcda470f4 Date: Sun, 12 Aug 2018 08:24:50 GMT RESP BODY: {"status": "queued", "name": "CreateInstancePortManipulationTests-92a004ea-12f6-4fd3-88e2-c633033b72a6-image", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:24:50Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-08-12T08:24:50Z", "visibility": "shared", "locations": [], "self": "/v2/images/a2d90272-f6d8-4fcf-b435-a4b6ac67ce2f", "min_disk": 0, "protected": false, "id": "a2d90272-f6d8-4fcf-b435-a4b6ac67ce2f", "file": "/v2/images/a2d90272-f6d8-4fcf-b435-a4b6ac67ce2f/file", "checksum": null, "owner": "a8b60f6634a344c3bc7fcdd7ced7d9cd", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-12 08:24:50,102 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-c48daca6-fb18-43c6-9eac-09bdcda470f4 2018-08-12 08:24:50,112 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/a2d90272-f6d8-4fcf-b435-a4b6ac67ce2f/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d74e4b83e91f225324b1e2758973aa3a4ec94a38" -d '' 2018-08-12 08:24:50,707 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c15a8d0c-9eb2-4b33-87ef-e3b15f1812d7 Date: Sun, 12 Aug 2018 08:24: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 08:24:50,707 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/a2d90272-f6d8-4fcf-b435-a4b6ac67ce2f/file used request id req-c15a8d0c-9eb2-4b33-87ef-e3b15f1812d7 2018-08-12 08:24:50,707 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-12 08:24:50,710 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/a2d90272-f6d8-4fcf-b435-a4b6ac67ce2f -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d74e4b83e91f225324b1e2758973aa3a4ec94a38" 2018-08-12 08:24:50,903 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-f5b3665f-15b0-4744-a7f3-84aa6efa1f4b Date: Sun, 12 Aug 2018 08:24:50 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-92a004ea-12f6-4fd3-88e2-c633033b72a6-image", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:24:50Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-12T08:24:50Z", "visibility": "shared", "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/a2d90272-f6d8-4fcf-b435-a4b6ac67ce2f/snap", "metadata": {}}], "self": "/v2/images/a2d90272-f6d8-4fcf-b435-a4b6ac67ce2f", "min_disk": 0, "protected": false, "id": "a2d90272-f6d8-4fcf-b435-a4b6ac67ce2f", "file": "/v2/images/a2d90272-f6d8-4fcf-b435-a4b6ac67ce2f/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "a8b60f6634a344c3bc7fcdd7ced7d9cd", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/a2d90272-f6d8-4fcf-b435-a4b6ac67ce2f/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-12 08:24:50,903 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/a2d90272-f6d8-4fcf-b435-a4b6ac67ce2f used request id req-f5b3665f-15b0-4744-a7f3-84aa6efa1f4b 2018-08-12 08:24:50,907 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d74e4b83e91f225324b1e2758973aa3a4ec94a38" 2018-08-12 08:24:50,914 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-fac3ec66-33fe-4cad-984d-438e1032d4e0 Date: Sun, 12 Aug 2018 08:24:50 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"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}, "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}, "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"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "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"}, "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"}, "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}, "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}, "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"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "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}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-12 08:24:50,914 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-fac3ec66-33fe-4cad-984d-438e1032d4e0 2018-08-12 08:24:50,917 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-92a004ea-12f6-4fd3-88e2-c633033b72a6-image 2018-08-12 08:24:50,919 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/a2d90272-f6d8-4fcf-b435-a4b6ac67ce2f -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d74e4b83e91f225324b1e2758973aa3a4ec94a38" 2018-08-12 08:24:51,111 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-71b6b4a6-a0ff-438a-94ee-e5d9dc7c5194 Date: Sun, 12 Aug 2018 08:24:51 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-92a004ea-12f6-4fd3-88e2-c633033b72a6-image", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:24:50Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-12T08:24:50Z", "visibility": "shared", "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/a2d90272-f6d8-4fcf-b435-a4b6ac67ce2f/snap", "metadata": {}}], "self": "/v2/images/a2d90272-f6d8-4fcf-b435-a4b6ac67ce2f", "min_disk": 0, "protected": false, "id": "a2d90272-f6d8-4fcf-b435-a4b6ac67ce2f", "file": "/v2/images/a2d90272-f6d8-4fcf-b435-a4b6ac67ce2f/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "a8b60f6634a344c3bc7fcdd7ced7d9cd", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/a2d90272-f6d8-4fcf-b435-a4b6ac67ce2f/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-12 08:24:51,111 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/a2d90272-f6d8-4fcf-b435-a4b6ac67ce2f used request id req-71b6b4a6-a0ff-438a-94ee-e5d9dc7c5194 2018-08-12 08:24:51,112 - create_image - DEBUG - Instance status is - active 2018-08-12 08:24:51,112 - create_image - DEBUG - Image is active with name - CreateInstancePortManipulationTests-92a004ea-12f6-4fd3-88e2-c633033b72a6-image 2018-08-12 08:24:51,112 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-92a004ea-12f6-4fd3-88e2-c633033b72a6-image 2018-08-12 08:24:51,112 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:24:51,113 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:24:51,517 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5944519dc08d4a6fad2fecaf8133f4de", "name": "CreateInstancePortManipulationTests-8c2c8546-5eb3-4cf-proj-role"}], "expires_at": "2018-08-12T09:24:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a8b60f6634a344c3bc7fcdd7ced7d9cd", "name": "CreateInstancePortManipulationTests-8c2c8546-5eb3-4cf-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a8b60f6634a344c3bc7fcdd7ced7d9cd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a8b60f6634a344c3bc7fcdd7ced7d9cd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a8b60f6634a344c3bc7fcdd7ced7d9cd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a8b60f6634a344c3bc7fcdd7ced7d9cd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a8b60f6634a344c3bc7fcdd7ced7d9cd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a8b60f6634a344c3bc7fcdd7ced7d9cd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a8b60f6634a344c3bc7fcdd7ced7d9cd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a8b60f6634a344c3bc7fcdd7ced7d9cd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a8b60f6634a344c3bc7fcdd7ced7d9cd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a8b60f6634a344c3bc7fcdd7ced7d9cd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a8b60f6634a344c3bc7fcdd7ced7d9cd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a8b60f6634a344c3bc7fcdd7ced7d9cd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a8b60f6634a344c3bc7fcdd7ced7d9cd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a8b60f6634a344c3bc7fcdd7ced7d9cd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-8c2c8546-5eb3-4cf-user", "id": "2eacd71189ed48aab2d17b63c8609440"}, "audit_ids": ["nY_KFfQ7RtCiPVe36RRrAg"], "issued_at": "2018-08-12T08:24:51.000000Z"}} 2018-08-12 08:24:51,518 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}25bf1a9e253131ef9bb25be3cc94cde9eea89db6" 2018-08-12 08:24:51,599 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:24:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2feb668a-71eb-49b1-9f2a-54f227f4586d Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:24:51,599 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-2feb668a-71eb-49b1-9f2a-54f227f4586d 2018-08-12 08:24:51,601 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:24:51,601 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:24:51,601 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:24:51,601 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:24:51,601 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:24:51,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-92a004ea-12f6-4fd3-88e2-c633033b72a6-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25bf1a9e253131ef9bb25be3cc94cde9eea89db6" 2018-08-12 08:24:51,823 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-a90fb19b-3fdb-4ba0-82de-1d52be5c7c0f Date: Sun, 12 Aug 2018 08:24:51 GMT RESP BODY: {"networks":[]} 2018-08-12 08:24:51,823 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-92a004ea-12f6-4fd3-88e2-c633033b72a6-pub-net used request id req-a90fb19b-3fdb-4ba0-82de-1d52be5c7c0f 2018-08-12 08:24:51,824 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-92a004ea-12f6-4fd3-88e2-c633033b72a6-pub-net 2018-08-12 08:24:51,828 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25bf1a9e253131ef9bb25be3cc94cde9eea89db6" -d '{"network": {"name": "CreateInstancePortManipulationTests-92a004ea-12f6-4fd3-88e2-c633033b72a6-pub-net", "admin_state_up": true}}' 2018-08-12 08:24:52,557 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 617 X-Openstack-Request-Id: req-dddacc84-4331-4c44-acec-0f2e2aa0d2a8 Date: Sun, 12 Aug 2018 08:24:52 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"a8b60f6634a344c3bc7fcdd7ced7d9cd","created_at":"2018-08-12T08:24:52Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T08:24:52Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"a8b60f6634a344c3bc7fcdd7ced7d9cd","id":"20054cb6-3532-4230-8ca1-1e38b8931f9a","name":"CreateInstancePortManipulationTests-92a004ea-12f6-4fd3-88e2-c633033b72a6-pub-net"}} 2018-08-12 08:24:52,557 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-dddacc84-4331-4c44-acec-0f2e2aa0d2a8 2018-08-12 08:24:52,563 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=20054cb6-3532-4230-8ca1-1e38b8931f9a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25bf1a9e253131ef9bb25be3cc94cde9eea89db6" 2018-08-12 08:24:52,862 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 601 X-Openstack-Request-Id: req-0cf33d66-d960-4571-834e-492a614926c7 Date: Sun, 12 Aug 2018 08:24:52 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-12T08:24:52Z","tenant_id":"a8b60f6634a344c3bc7fcdd7ced7d9cd","created_at":"2018-08-12T08:24:52Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"a8b60f6634a344c3bc7fcdd7ced7d9cd","id":"20054cb6-3532-4230-8ca1-1e38b8931f9a","name":"CreateInstancePortManipulationTests-92a004ea-12f6-4fd3-88e2-c633033b72a6-pub-net"}]} 2018-08-12 08:24:52,863 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=20054cb6-3532-4230-8ca1-1e38b8931f9a used request id req-0cf33d66-d960-4571-834e-492a614926c7 2018-08-12 08:24:52,868 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=20054cb6-3532-4230-8ca1-1e38b8931f9a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25bf1a9e253131ef9bb25be3cc94cde9eea89db6" 2018-08-12 08:24:53,092 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-a8edbd8c-c2c7-4ab2-b76a-4f825e335b2b Date: Sun, 12 Aug 2018 08:24:53 GMT RESP BODY: {"subnets":[]} 2018-08-12 08:24:53,092 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=20054cb6-3532-4230-8ca1-1e38b8931f9a used request id req-a8edbd8c-c2c7-4ab2-b76a-4f825e335b2b 2018-08-12 08:24:53,093 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-92a004ea-12f6-4fd3-88e2-c633033b72a6-pub-subnet 2018-08-12 08:24:53,097 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25bf1a9e253131ef9bb25be3cc94cde9eea89db6" -d '{"subnets": [{"ip_version": 4, "network_id": "20054cb6-3532-4230-8ca1-1e38b8931f9a", "cidr": "10.55.0.0/24", "name": "CreateInstancePortManipulationTests-92a004ea-12f6-4fd3-88e2-c633033b72a6-pub-subnet"}]}' 2018-08-12 08:24:53,904 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-7b286170-b653-4ccf-af7a-7d2796786efa Date: Sun, 12 Aug 2018 08:24:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"20054cb6-3532-4230-8ca1-1e38b8931f9a","tenant_id":"a8b60f6634a344c3bc7fcdd7ced7d9cd","created_at":"2018-08-12T08:24:53Z","dns_nameservers":[],"updated_at":"2018-08-12T08:24:53Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"a8b60f6634a344c3bc7fcdd7ced7d9cd","id":"53b45092-6909-4db2-a3e3-74e1b81ae661","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-92a004ea-12f6-4fd3-88e2-c633033b72a6-pub-subnet"}]} 2018-08-12 08:24:53,905 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-7b286170-b653-4ccf-af7a-7d2796786efa 2018-08-12 08:24:53,910 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=20054cb6-3532-4230-8ca1-1e38b8931f9a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25bf1a9e253131ef9bb25be3cc94cde9eea89db6" 2018-08-12 08:24:54,194 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-4f836190-5dc6-42ce-be4c-e0f83c4df393 Date: Sun, 12 Aug 2018 08:24:54 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":["53b45092-6909-4db2-a3e3-74e1b81ae661"],"updated_at":"2018-08-12T08:24:53Z","tenant_id":"a8b60f6634a344c3bc7fcdd7ced7d9cd","created_at":"2018-08-12T08:24:52Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"a8b60f6634a344c3bc7fcdd7ced7d9cd","id":"20054cb6-3532-4230-8ca1-1e38b8931f9a","name":"CreateInstancePortManipulationTests-92a004ea-12f6-4fd3-88e2-c633033b72a6-pub-net"}]} 2018-08-12 08:24:54,195 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=20054cb6-3532-4230-8ca1-1e38b8931f9a used request id req-4f836190-5dc6-42ce-be4c-e0f83c4df393 2018-08-12 08:24:54,200 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=20054cb6-3532-4230-8ca1-1e38b8931f9a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25bf1a9e253131ef9bb25be3cc94cde9eea89db6" 2018-08-12 08:24:54,450 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-3200830f-d686-4933-add3-a8d2d65814b7 Date: Sun, 12 Aug 2018 08:24:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"20054cb6-3532-4230-8ca1-1e38b8931f9a","tenant_id":"a8b60f6634a344c3bc7fcdd7ced7d9cd","created_at":"2018-08-12T08:24:53Z","dns_nameservers":[],"updated_at":"2018-08-12T08:24:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"a8b60f6634a344c3bc7fcdd7ced7d9cd","id":"53b45092-6909-4db2-a3e3-74e1b81ae661","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-92a004ea-12f6-4fd3-88e2-c633033b72a6-pub-subnet"}]} 2018-08-12 08:24:54,450 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=20054cb6-3532-4230-8ca1-1e38b8931f9a used request id req-3200830f-d686-4933-add3-a8d2d65814b7 2018-08-12 08:24:54,450 - OpenStackNetwork - DEBUG - Network [20054cb6-3532-4230-8ca1-1e38b8931f9a] created successfully 2018-08-12 08:24:54,451 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:24:54,451 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:24:54,847 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:24:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["opHL7coKRGWSb3hKVNVGxQ"], "issued_at": "2018-08-12T08:24:54.000000Z"}} 2018-08-12 08:24:54,848 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}686e09247158e56b6db7646efabfc25cb6efe4ab" 2018-08-12 08:24:54,949 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:24:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c4e3cd69-fac8-4df6-8e90-ec6d48ca60e5 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:24:54,949 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-c4e3cd69-fac8-4df6-8e90-ec6d48ca60e5 2018-08-12 08:24:54,950 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-12 08:24:54,955 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}686e09247158e56b6db7646efabfc25cb6efe4ab" 2018-08-12 08:24:55,147 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:24: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-9c496cf6-725c-47af-8dc6-648ccf053290 x-compute-request-id: req-9c496cf6-725c-47af-8dc6-648ccf053290 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-08-12 08:24:55,148 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-9c496cf6-725c-47af-8dc6-648ccf053290 2018-08-12 08:24:55,151 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}686e09247158e56b6db7646efabfc25cb6efe4ab" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstancePortManipulationTests-92a004ea-12f6-4fd3-88e2-c633033b72a6-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-08-12 08:24:55,217 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:24: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-c31b808a-f2ce-4798-b958-2f9bd953177f x-compute-request-id: req-c31b808a-f2ce-4798-b958-2f9bd953177f Content-Encoding: gzip Content-Length: 332 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateInstancePortManipulationTests-92a004ea-12f6-4fd3-88e2-c633033b72a6-flavor-name", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/04c373b9-a0d9-4625-9dc9-32491c435178", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/04c373b9-a0d9-4625-9dc9-32491c435178", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": "04c373b9-a0d9-4625-9dc9-32491c435178"}} 2018-08-12 08:24:55,217 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-c31b808a-f2ce-4798-b958-2f9bd953177f 2018-08-12 08:24:55,218 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:24:55,219 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:24:55,618 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5944519dc08d4a6fad2fecaf8133f4de", "name": "CreateInstancePortManipulationTests-8c2c8546-5eb3-4cf-proj-role"}], "expires_at": "2018-08-12T09:24:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a8b60f6634a344c3bc7fcdd7ced7d9cd", "name": "CreateInstancePortManipulationTests-8c2c8546-5eb3-4cf-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a8b60f6634a344c3bc7fcdd7ced7d9cd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a8b60f6634a344c3bc7fcdd7ced7d9cd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a8b60f6634a344c3bc7fcdd7ced7d9cd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a8b60f6634a344c3bc7fcdd7ced7d9cd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a8b60f6634a344c3bc7fcdd7ced7d9cd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a8b60f6634a344c3bc7fcdd7ced7d9cd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a8b60f6634a344c3bc7fcdd7ced7d9cd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a8b60f6634a344c3bc7fcdd7ced7d9cd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a8b60f6634a344c3bc7fcdd7ced7d9cd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a8b60f6634a344c3bc7fcdd7ced7d9cd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a8b60f6634a344c3bc7fcdd7ced7d9cd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a8b60f6634a344c3bc7fcdd7ced7d9cd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a8b60f6634a344c3bc7fcdd7ced7d9cd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a8b60f6634a344c3bc7fcdd7ced7d9cd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-8c2c8546-5eb3-4cf-user", "id": "2eacd71189ed48aab2d17b63c8609440"}, "audit_ids": ["BZJHXBcdQP2owOV0uDbShQ"], "issued_at": "2018-08-12T08:24:55.000000Z"}} 2018-08-12 08:24:55,618 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}3444d97df5db00f533ab67ff849eee4f08cd39cd" 2018-08-12 08:24:55,723 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:24:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c182fc9d-0710-4ca5-bdff-50f093453c71 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:24:55,723 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-c182fc9d-0710-4ca5-bdff-50f093453c71 2018-08-12 08:24:55,725 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-12 08:24:55,726 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:24:55,726 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:24:55,726 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:24:55,727 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:24:55,727 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:24:55,729 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}3444d97df5db00f533ab67ff849eee4f08cd39cd" 2018-08-12 08:24:55,819 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:24:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc3fc62a-5a6e-412c-a590-de203ef989a0 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:24:55,819 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-fc3fc62a-5a6e-412c-a590-de203ef989a0 2018-08-12 08:24:55,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-92a004ea-12f6-4fd3-88e2-c633033b72a6-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3444d97df5db00f533ab67ff849eee4f08cd39cd" 2018-08-12 08:24:56,204 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-eaa892d8-482c-405a-9351-0fd13995cc62 Date: Sun, 12 Aug 2018 08:24: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":["53b45092-6909-4db2-a3e3-74e1b81ae661"],"updated_at":"2018-08-12T08:24:53Z","tenant_id":"a8b60f6634a344c3bc7fcdd7ced7d9cd","created_at":"2018-08-12T08:24:52Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"a8b60f6634a344c3bc7fcdd7ced7d9cd","id":"20054cb6-3532-4230-8ca1-1e38b8931f9a","name":"CreateInstancePortManipulationTests-92a004ea-12f6-4fd3-88e2-c633033b72a6-pub-net"}]} 2018-08-12 08:24:56,204 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-92a004ea-12f6-4fd3-88e2-c633033b72a6-pub-net used request id req-eaa892d8-482c-405a-9351-0fd13995cc62 2018-08-12 08:24:56,209 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=20054cb6-3532-4230-8ca1-1e38b8931f9a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3444d97df5db00f533ab67ff849eee4f08cd39cd" 2018-08-12 08:24:56,422 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-3397a5a6-a9fb-459d-94b2-b03d6105e4ac Date: Sun, 12 Aug 2018 08:24:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"20054cb6-3532-4230-8ca1-1e38b8931f9a","tenant_id":"a8b60f6634a344c3bc7fcdd7ced7d9cd","created_at":"2018-08-12T08:24:53Z","dns_nameservers":[],"updated_at":"2018-08-12T08:24:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"a8b60f6634a344c3bc7fcdd7ced7d9cd","id":"53b45092-6909-4db2-a3e3-74e1b81ae661","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-92a004ea-12f6-4fd3-88e2-c633033b72a6-pub-subnet"}]} 2018-08-12 08:24:56,422 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=20054cb6-3532-4230-8ca1-1e38b8931f9a used request id req-3397a5a6-a9fb-459d-94b2-b03d6105e4ac 2018-08-12 08:24:56,428 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-92a004ea-12f6-4fd3-88e2-c633033b72a6-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3444d97df5db00f533ab67ff849eee4f08cd39cd" 2018-08-12 08:24:56,875 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-c5ec1190-c752-4913-8feb-175cddacf438 Date: Sun, 12 Aug 2018 08:24: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":["53b45092-6909-4db2-a3e3-74e1b81ae661"],"updated_at":"2018-08-12T08:24:53Z","tenant_id":"a8b60f6634a344c3bc7fcdd7ced7d9cd","created_at":"2018-08-12T08:24:52Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"a8b60f6634a344c3bc7fcdd7ced7d9cd","id":"20054cb6-3532-4230-8ca1-1e38b8931f9a","name":"CreateInstancePortManipulationTests-92a004ea-12f6-4fd3-88e2-c633033b72a6-pub-net"}]} 2018-08-12 08:24:56,876 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-92a004ea-12f6-4fd3-88e2-c633033b72a6-pub-net used request id req-c5ec1190-c752-4913-8feb-175cddacf438 2018-08-12 08:24:56,879 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:24:56,884 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:24:56 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:24:56,885 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a8b60f6634a344c3bc7fcdd7ced7d9cd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3444d97df5db00f533ab67ff849eee4f08cd39cd" 2018-08-12 08:24:56,978 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:24:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b4e4a079-8dd3-417c-8b6e-fa83fbab62e8 Content-Encoding: gzip Content-Length: 235 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/a8b60f6634a344c3bc7fcdd7ced7d9cd"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a8b60f6634a344c3bc7fcdd7ced7d9cd", "name": "CreateInstancePortManipulationTests-8c2c8546-5eb3-4cf-proj"}} 2018-08-12 08:24:56,978 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a8b60f6634a344c3bc7fcdd7ced7d9cd used request id req-b4e4a079-8dd3-417c-8b6e-fa83fbab62e8 2018-08-12 08:24:56,983 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=20054cb6-3532-4230-8ca1-1e38b8931f9a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3444d97df5db00f533ab67ff849eee4f08cd39cd" 2018-08-12 08:24:57,288 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-90dda4a5-143e-4c29-b098-0fc2408840fa Date: Sun, 12 Aug 2018 08:24:57 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"20054cb6-3532-4230-8ca1-1e38b8931f9a","tenant_id":"a8b60f6634a344c3bc7fcdd7ced7d9cd","created_at":"2018-08-12T08:24:53Z","dns_nameservers":[],"updated_at":"2018-08-12T08:24:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"a8b60f6634a344c3bc7fcdd7ced7d9cd","id":"53b45092-6909-4db2-a3e3-74e1b81ae661","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-92a004ea-12f6-4fd3-88e2-c633033b72a6-pub-subnet"}]} 2018-08-12 08:24:57,288 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=20054cb6-3532-4230-8ca1-1e38b8931f9a used request id req-90dda4a5-143e-4c29-b098-0fc2408840fa 2018-08-12 08:24:57,292 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=20054cb6-3532-4230-8ca1-1e38b8931f9a&name=CreateInstancePortManipulationTests-92a004ea-12f6-4fd3-88e2-c633033b72a6port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3444d97df5db00f533ab67ff849eee4f08cd39cd" 2018-08-12 08:24:57,504 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-6aa6e4fd-3094-4071-bf59-92f1807d73b1 Date: Sun, 12 Aug 2018 08:24:57 GMT RESP BODY: {"ports":[]} 2018-08-12 08:24:57,504 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=20054cb6-3532-4230-8ca1-1e38b8931f9a&name=CreateInstancePortManipulationTests-92a004ea-12f6-4fd3-88e2-c633033b72a6port-1&admin_state_up=True used request id req-6aa6e4fd-3094-4071-bf59-92f1807d73b1 2018-08-12 08:24:57,507 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-92a004ea-12f6-4fd3-88e2-c633033b72a6-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3444d97df5db00f533ab67ff849eee4f08cd39cd" 2018-08-12 08:24:57,753 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:24:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-baf58922-ae4e-44e1-93fe-453dc7723f9a x-compute-request-id: req-baf58922-ae4e-44e1-93fe-453dc7723f9a Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-12 08:24:57,753 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-92a004ea-12f6-4fd3-88e2-c633033b72a6-inst used request id req-baf58922-ae4e-44e1-93fe-453dc7723f9a 2018-08-12 08:24:57,758 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-92a004ea-12f6-4fd3-88e2-c633033b72a6-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3444d97df5db00f533ab67ff849eee4f08cd39cd" 2018-08-12 08:24:58,035 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-fbdd9b5f-da2c-4235-b5b8-b9aa575f49a9 Date: Sun, 12 Aug 2018 08:24:58 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":["53b45092-6909-4db2-a3e3-74e1b81ae661"],"updated_at":"2018-08-12T08:24:53Z","tenant_id":"a8b60f6634a344c3bc7fcdd7ced7d9cd","created_at":"2018-08-12T08:24:52Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"a8b60f6634a344c3bc7fcdd7ced7d9cd","id":"20054cb6-3532-4230-8ca1-1e38b8931f9a","name":"CreateInstancePortManipulationTests-92a004ea-12f6-4fd3-88e2-c633033b72a6-pub-net"}]} 2018-08-12 08:24:58,035 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-92a004ea-12f6-4fd3-88e2-c633033b72a6-pub-net used request id req-fbdd9b5f-da2c-4235-b5b8-b9aa575f49a9 2018-08-12 08:24:58,040 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=20054cb6-3532-4230-8ca1-1e38b8931f9a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3444d97df5db00f533ab67ff849eee4f08cd39cd" 2018-08-12 08:24:58,259 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-a90fecd7-184b-463b-8e92-3e244e011fe5 Date: Sun, 12 Aug 2018 08:24:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"20054cb6-3532-4230-8ca1-1e38b8931f9a","tenant_id":"a8b60f6634a344c3bc7fcdd7ced7d9cd","created_at":"2018-08-12T08:24:53Z","dns_nameservers":[],"updated_at":"2018-08-12T08:24:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"a8b60f6634a344c3bc7fcdd7ced7d9cd","id":"53b45092-6909-4db2-a3e3-74e1b81ae661","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-92a004ea-12f6-4fd3-88e2-c633033b72a6-pub-subnet"}]} 2018-08-12 08:24:58,260 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=20054cb6-3532-4230-8ca1-1e38b8931f9a used request id req-a90fecd7-184b-463b-8e92-3e244e011fe5 2018-08-12 08:24:58,265 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-92a004ea-12f6-4fd3-88e2-c633033b72a6-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3444d97df5db00f533ab67ff849eee4f08cd39cd" 2018-08-12 08:24:58,536 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-a586718a-ea3c-41e2-87c8-ebc412b92212 Date: Sun, 12 Aug 2018 08:24:58 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":["53b45092-6909-4db2-a3e3-74e1b81ae661"],"updated_at":"2018-08-12T08:24:53Z","tenant_id":"a8b60f6634a344c3bc7fcdd7ced7d9cd","created_at":"2018-08-12T08:24:52Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"a8b60f6634a344c3bc7fcdd7ced7d9cd","id":"20054cb6-3532-4230-8ca1-1e38b8931f9a","name":"CreateInstancePortManipulationTests-92a004ea-12f6-4fd3-88e2-c633033b72a6-pub-net"}]} 2018-08-12 08:24:58,536 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-92a004ea-12f6-4fd3-88e2-c633033b72a6-pub-net used request id req-a586718a-ea3c-41e2-87c8-ebc412b92212 2018-08-12 08:24:58,540 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a8b60f6634a344c3bc7fcdd7ced7d9cd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3444d97df5db00f533ab67ff849eee4f08cd39cd" 2018-08-12 08:24:58,630 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:24:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9db6f6f1-9106-48a5-bfed-b04ba524ceb8 Content-Encoding: gzip Content-Length: 235 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/a8b60f6634a344c3bc7fcdd7ced7d9cd"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a8b60f6634a344c3bc7fcdd7ced7d9cd", "name": "CreateInstancePortManipulationTests-8c2c8546-5eb3-4cf-proj"}} 2018-08-12 08:24:58,630 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a8b60f6634a344c3bc7fcdd7ced7d9cd used request id req-9db6f6f1-9106-48a5-bfed-b04ba524ceb8 2018-08-12 08:24:58,635 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=20054cb6-3532-4230-8ca1-1e38b8931f9a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3444d97df5db00f533ab67ff849eee4f08cd39cd" 2018-08-12 08:24:58,852 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-23729391-60d0-4510-b46e-24279938c888 Date: Sun, 12 Aug 2018 08:24:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"20054cb6-3532-4230-8ca1-1e38b8931f9a","tenant_id":"a8b60f6634a344c3bc7fcdd7ced7d9cd","created_at":"2018-08-12T08:24:53Z","dns_nameservers":[],"updated_at":"2018-08-12T08:24:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"a8b60f6634a344c3bc7fcdd7ced7d9cd","id":"53b45092-6909-4db2-a3e3-74e1b81ae661","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-92a004ea-12f6-4fd3-88e2-c633033b72a6-pub-subnet"}]} 2018-08-12 08:24:58,852 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=20054cb6-3532-4230-8ca1-1e38b8931f9a used request id req-23729391-60d0-4510-b46e-24279938c888 2018-08-12 08:24:58,857 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=20054cb6-3532-4230-8ca1-1e38b8931f9a&name=CreateInstancePortManipulationTests-92a004ea-12f6-4fd3-88e2-c633033b72a6port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3444d97df5db00f533ab67ff849eee4f08cd39cd" 2018-08-12 08:24:59,064 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-77c80f04-0fe5-44bf-a16d-704005a75426 Date: Sun, 12 Aug 2018 08:24:59 GMT RESP BODY: {"ports":[]} 2018-08-12 08:24:59,064 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=20054cb6-3532-4230-8ca1-1e38b8931f9a&name=CreateInstancePortManipulationTests-92a004ea-12f6-4fd3-88e2-c633033b72a6port-1&admin_state_up=True used request id req-77c80f04-0fe5-44bf-a16d-704005a75426 2018-08-12 08:24:59,065 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:24:59,066 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:24:59,453 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5944519dc08d4a6fad2fecaf8133f4de", "name": "CreateInstancePortManipulationTests-8c2c8546-5eb3-4cf-proj-role"}], "expires_at": "2018-08-12T09:24:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a8b60f6634a344c3bc7fcdd7ced7d9cd", "name": "CreateInstancePortManipulationTests-8c2c8546-5eb3-4cf-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a8b60f6634a344c3bc7fcdd7ced7d9cd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a8b60f6634a344c3bc7fcdd7ced7d9cd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a8b60f6634a344c3bc7fcdd7ced7d9cd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a8b60f6634a344c3bc7fcdd7ced7d9cd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a8b60f6634a344c3bc7fcdd7ced7d9cd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a8b60f6634a344c3bc7fcdd7ced7d9cd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a8b60f6634a344c3bc7fcdd7ced7d9cd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a8b60f6634a344c3bc7fcdd7ced7d9cd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a8b60f6634a344c3bc7fcdd7ced7d9cd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a8b60f6634a344c3bc7fcdd7ced7d9cd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a8b60f6634a344c3bc7fcdd7ced7d9cd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a8b60f6634a344c3bc7fcdd7ced7d9cd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a8b60f6634a344c3bc7fcdd7ced7d9cd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a8b60f6634a344c3bc7fcdd7ced7d9cd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-8c2c8546-5eb3-4cf-user", "id": "2eacd71189ed48aab2d17b63c8609440"}, "audit_ids": ["GeU8oGDBSI2sLlV6woTcNg"], "issued_at": "2018-08-12T08:24:59.000000Z"}} 2018-08-12 08:24:59,454 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}6a9535c1c143cb12c59d410bda4db0e0a7dd3209" 2018-08-12 08:24:59,545 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:24:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-37e9289d-b919-4eae-ae5b-eea6455ba58d Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:24:59,545 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-37e9289d-b919-4eae-ae5b-eea6455ba58d 2018-08-12 08:24:59,550 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-92a004ea-12f6-4fd3-88e2-c633033b72a6-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3444d97df5db00f533ab67ff849eee4f08cd39cd" 2018-08-12 08:24:59,851 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-9ac000ce-8508-4d50-b3e1-8cbf2a7b5422 Date: Sun, 12 Aug 2018 08:24:59 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":["53b45092-6909-4db2-a3e3-74e1b81ae661"],"updated_at":"2018-08-12T08:24:53Z","tenant_id":"a8b60f6634a344c3bc7fcdd7ced7d9cd","created_at":"2018-08-12T08:24:52Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"a8b60f6634a344c3bc7fcdd7ced7d9cd","id":"20054cb6-3532-4230-8ca1-1e38b8931f9a","name":"CreateInstancePortManipulationTests-92a004ea-12f6-4fd3-88e2-c633033b72a6-pub-net"}]} 2018-08-12 08:24:59,851 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-92a004ea-12f6-4fd3-88e2-c633033b72a6-pub-net used request id req-9ac000ce-8508-4d50-b3e1-8cbf2a7b5422 2018-08-12 08:24:59,857 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=20054cb6-3532-4230-8ca1-1e38b8931f9a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3444d97df5db00f533ab67ff849eee4f08cd39cd" 2018-08-12 08:25:00,072 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-66253a96-034f-49eb-957c-9207f1284429 Date: Sun, 12 Aug 2018 08:25:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"20054cb6-3532-4230-8ca1-1e38b8931f9a","tenant_id":"a8b60f6634a344c3bc7fcdd7ced7d9cd","created_at":"2018-08-12T08:24:53Z","dns_nameservers":[],"updated_at":"2018-08-12T08:24:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"a8b60f6634a344c3bc7fcdd7ced7d9cd","id":"53b45092-6909-4db2-a3e3-74e1b81ae661","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-92a004ea-12f6-4fd3-88e2-c633033b72a6-pub-subnet"}]} 2018-08-12 08:25:00,072 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=20054cb6-3532-4230-8ca1-1e38b8931f9a used request id req-66253a96-034f-49eb-957c-9207f1284429 2018-08-12 08:25:00,077 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-92a004ea-12f6-4fd3-88e2-c633033b72a6-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3444d97df5db00f533ab67ff849eee4f08cd39cd" 2018-08-12 08:25:00,182 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-2169798b-65c3-45e9-8d82-e6267f5f7414 Date: Sun, 12 Aug 2018 08:25:00 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":["53b45092-6909-4db2-a3e3-74e1b81ae661"],"updated_at":"2018-08-12T08:24:53Z","tenant_id":"a8b60f6634a344c3bc7fcdd7ced7d9cd","created_at":"2018-08-12T08:24:52Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"a8b60f6634a344c3bc7fcdd7ced7d9cd","id":"20054cb6-3532-4230-8ca1-1e38b8931f9a","name":"CreateInstancePortManipulationTests-92a004ea-12f6-4fd3-88e2-c633033b72a6-pub-net"}]} 2018-08-12 08:25:00,182 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-92a004ea-12f6-4fd3-88e2-c633033b72a6-pub-net used request id req-2169798b-65c3-45e9-8d82-e6267f5f7414 2018-08-12 08:25:00,186 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:25:00,191 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:25:00 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:25:00,192 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a8b60f6634a344c3bc7fcdd7ced7d9cd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a9535c1c143cb12c59d410bda4db0e0a7dd3209" 2018-08-12 08:25:00,213 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:25:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b5777f4a-e3c3-482b-868f-b06659237aeb Content-Encoding: gzip Content-Length: 235 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/a8b60f6634a344c3bc7fcdd7ced7d9cd"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a8b60f6634a344c3bc7fcdd7ced7d9cd", "name": "CreateInstancePortManipulationTests-8c2c8546-5eb3-4cf-proj"}} 2018-08-12 08:25:00,213 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a8b60f6634a344c3bc7fcdd7ced7d9cd used request id req-b5777f4a-e3c3-482b-868f-b06659237aeb 2018-08-12 08:25:00,218 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=20054cb6-3532-4230-8ca1-1e38b8931f9a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3444d97df5db00f533ab67ff849eee4f08cd39cd" 2018-08-12 08:25:00,275 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-49655c7a-4cf2-4f6b-becf-abd131725049 Date: Sun, 12 Aug 2018 08:25:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"20054cb6-3532-4230-8ca1-1e38b8931f9a","tenant_id":"a8b60f6634a344c3bc7fcdd7ced7d9cd","created_at":"2018-08-12T08:24:53Z","dns_nameservers":[],"updated_at":"2018-08-12T08:24:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"a8b60f6634a344c3bc7fcdd7ced7d9cd","id":"53b45092-6909-4db2-a3e3-74e1b81ae661","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-92a004ea-12f6-4fd3-88e2-c633033b72a6-pub-subnet"}]} 2018-08-12 08:25:00,275 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=20054cb6-3532-4230-8ca1-1e38b8931f9a used request id req-49655c7a-4cf2-4f6b-becf-abd131725049 2018-08-12 08:25:00,276 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-92a004ea-12f6-4fd3-88e2-c633033b72a6-pub-net 2018-08-12 08:25:00,281 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3444d97df5db00f533ab67ff849eee4f08cd39cd" -d '{"port": {"network_id": "20054cb6-3532-4230-8ca1-1e38b8931f9a", "name": "CreateInstancePortManipulationTests-92a004ea-12f6-4fd3-88e2-c633033b72a6port-1", "allowed_address_pairs": [{"ip_address": "10.55.0.101", "mac_address": "0a:1b:2c:3d:4e:5f"}], "admin_state_up": true}}' 2018-08-12 08:25:01,329 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 832 X-Openstack-Request-Id: req-27271ee8-7332-4e93-9625-9cd579b2b0dc Date: Sun, 12 Aug 2018 08:25:01 GMT RESP BODY: {"port":{"status":"DOWN","created_at":"2018-08-12T08:25:00Z","description":"","allowed_address_pairs":[{"ip_address":"10.55.0.101","mac_address":"0a:1b:2c:3d:4e:5f"}],"tags":[],"network_id":"20054cb6-3532-4230-8ca1-1e38b8931f9a","tenant_id":"a8b60f6634a344c3bc7fcdd7ced7d9cd","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T08:25:01Z","name":"CreateInstancePortManipulationTests-92a004ea-12f6-4fd3-88e2-c633033b72a6port-1","device_owner":"","revision_number":6,"mac_address":"fa:16:3e:49:e1:c4","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"a8b60f6634a344c3bc7fcdd7ced7d9cd","fixed_ips":[{"subnet_id":"53b45092-6909-4db2-a3e3-74e1b81ae661","ip_address":"10.55.0.5"}],"id":"0752d391-ca31-45c1-9660-5c2461c02a60","security_groups":["3d3a7245-c241-46f5-8a16-fdb1b59006a2"],"device_id":""}} 2018-08-12 08:25:01,330 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/ports used request id req-27271ee8-7332-4e93-9625-9cd579b2b0dc 2018-08-12 08:25:01,335 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-92a004ea-12f6-4fd3-88e2-c633033b72a6-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3444d97df5db00f533ab67ff849eee4f08cd39cd" 2018-08-12 08:25:01,454 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-6d3d1441-df5b-4afd-894b-077cf81ebc51 Date: Sun, 12 Aug 2018 08:25:01 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":["53b45092-6909-4db2-a3e3-74e1b81ae661"],"updated_at":"2018-08-12T08:24:53Z","tenant_id":"a8b60f6634a344c3bc7fcdd7ced7d9cd","created_at":"2018-08-12T08:24:52Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"a8b60f6634a344c3bc7fcdd7ced7d9cd","id":"20054cb6-3532-4230-8ca1-1e38b8931f9a","name":"CreateInstancePortManipulationTests-92a004ea-12f6-4fd3-88e2-c633033b72a6-pub-net"}]} 2018-08-12 08:25:01,454 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-92a004ea-12f6-4fd3-88e2-c633033b72a6-pub-net used request id req-6d3d1441-df5b-4afd-894b-077cf81ebc51 2018-08-12 08:25:01,459 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=20054cb6-3532-4230-8ca1-1e38b8931f9a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3444d97df5db00f533ab67ff849eee4f08cd39cd" 2018-08-12 08:25:01,508 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-fb46dfa9-4cc4-4a62-ab96-5b4f91ea9188 Date: Sun, 12 Aug 2018 08:25:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"20054cb6-3532-4230-8ca1-1e38b8931f9a","tenant_id":"a8b60f6634a344c3bc7fcdd7ced7d9cd","created_at":"2018-08-12T08:24:53Z","dns_nameservers":[],"updated_at":"2018-08-12T08:24:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"a8b60f6634a344c3bc7fcdd7ced7d9cd","id":"53b45092-6909-4db2-a3e3-74e1b81ae661","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-92a004ea-12f6-4fd3-88e2-c633033b72a6-pub-subnet"}]} 2018-08-12 08:25:01,508 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=20054cb6-3532-4230-8ca1-1e38b8931f9a used request id req-fb46dfa9-4cc4-4a62-ab96-5b4f91ea9188 2018-08-12 08:25:01,513 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-92a004ea-12f6-4fd3-88e2-c633033b72a6-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3444d97df5db00f533ab67ff849eee4f08cd39cd" 2018-08-12 08:25:01,648 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-2c0c9d4c-d6f4-4b05-8f1c-cb39792d4d43 Date: Sun, 12 Aug 2018 08:25:01 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":["53b45092-6909-4db2-a3e3-74e1b81ae661"],"updated_at":"2018-08-12T08:24:53Z","tenant_id":"a8b60f6634a344c3bc7fcdd7ced7d9cd","created_at":"2018-08-12T08:24:52Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"a8b60f6634a344c3bc7fcdd7ced7d9cd","id":"20054cb6-3532-4230-8ca1-1e38b8931f9a","name":"CreateInstancePortManipulationTests-92a004ea-12f6-4fd3-88e2-c633033b72a6-pub-net"}]} 2018-08-12 08:25:01,648 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-92a004ea-12f6-4fd3-88e2-c633033b72a6-pub-net used request id req-2c0c9d4c-d6f4-4b05-8f1c-cb39792d4d43 2018-08-12 08:25:01,651 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a8b60f6634a344c3bc7fcdd7ced7d9cd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3444d97df5db00f533ab67ff849eee4f08cd39cd" 2018-08-12 08:25:01,843 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:25:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-746cbfb5-7312-4d48-987a-07bba41b193a Content-Encoding: gzip Content-Length: 235 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/a8b60f6634a344c3bc7fcdd7ced7d9cd"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a8b60f6634a344c3bc7fcdd7ced7d9cd", "name": "CreateInstancePortManipulationTests-8c2c8546-5eb3-4cf-proj"}} 2018-08-12 08:25:01,843 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a8b60f6634a344c3bc7fcdd7ced7d9cd used request id req-746cbfb5-7312-4d48-987a-07bba41b193a 2018-08-12 08:25:01,848 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=20054cb6-3532-4230-8ca1-1e38b8931f9a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3444d97df5db00f533ab67ff849eee4f08cd39cd" 2018-08-12 08:25:02,090 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-42ad906f-cfdb-4f1f-820b-3c47530d2f75 Date: Sun, 12 Aug 2018 08:25:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"20054cb6-3532-4230-8ca1-1e38b8931f9a","tenant_id":"a8b60f6634a344c3bc7fcdd7ced7d9cd","created_at":"2018-08-12T08:24:53Z","dns_nameservers":[],"updated_at":"2018-08-12T08:24:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"a8b60f6634a344c3bc7fcdd7ced7d9cd","id":"53b45092-6909-4db2-a3e3-74e1b81ae661","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-92a004ea-12f6-4fd3-88e2-c633033b72a6-pub-subnet"}]} 2018-08-12 08:25:02,090 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=20054cb6-3532-4230-8ca1-1e38b8931f9a used request id req-42ad906f-cfdb-4f1f-820b-3c47530d2f75 2018-08-12 08:25:02,096 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=20054cb6-3532-4230-8ca1-1e38b8931f9a&name=CreateInstancePortManipulationTests-92a004ea-12f6-4fd3-88e2-c633033b72a6port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3444d97df5db00f533ab67ff849eee4f08cd39cd" 2018-08-12 08:25:02,157 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 835 X-Openstack-Request-Id: req-8011768f-f989-43b6-9105-7dbcf3b7338b Date: Sun, 12 Aug 2018 08:25:02 GMT RESP BODY: {"ports":[{"status":"DOWN","description":"","allowed_address_pairs":[{"ip_address":"10.55.0.101","mac_address":"0a:1b:2c:3d:4e:5f"}],"tags":[],"network_id":"20054cb6-3532-4230-8ca1-1e38b8931f9a","tenant_id":"a8b60f6634a344c3bc7fcdd7ced7d9cd","created_at":"2018-08-12T08:25:00Z","admin_state_up":true,"updated_at":"2018-08-12T08:25:01Z","binding:vnic_type":"normal","device_id":"","device_owner":"","revision_number":6,"mac_address":"fa:16:3e:49:e1:c4","id":"0752d391-ca31-45c1-9660-5c2461c02a60","port_security_enabled":true,"project_id":"a8b60f6634a344c3bc7fcdd7ced7d9cd","fixed_ips":[{"subnet_id":"53b45092-6909-4db2-a3e3-74e1b81ae661","ip_address":"10.55.0.5"}],"extra_dhcp_opts":[],"security_groups":["3d3a7245-c241-46f5-8a16-fdb1b59006a2"],"name":"CreateInstancePortManipulationTests-92a004ea-12f6-4fd3-88e2-c633033b72a6port-1"}]} 2018-08-12 08:25:02,157 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=20054cb6-3532-4230-8ca1-1e38b8931f9a&name=CreateInstancePortManipulationTests-92a004ea-12f6-4fd3-88e2-c633033b72a6port-1&admin_state_up=True used request id req-8011768f-f989-43b6-9105-7dbcf3b7338b 2018-08-12 08:25:02,161 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a8b60f6634a344c3bc7fcdd7ced7d9cd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3444d97df5db00f533ab67ff849eee4f08cd39cd" 2018-08-12 08:25:02,254 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:25:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8b2fc35a-5bb3-4ac8-9ce4-5be0f5b6ea1e Content-Encoding: gzip Content-Length: 235 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/a8b60f6634a344c3bc7fcdd7ced7d9cd"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a8b60f6634a344c3bc7fcdd7ced7d9cd", "name": "CreateInstancePortManipulationTests-8c2c8546-5eb3-4cf-proj"}} 2018-08-12 08:25:02,254 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a8b60f6634a344c3bc7fcdd7ced7d9cd used request id req-8b2fc35a-5bb3-4ac8-9ce4-5be0f5b6ea1e 2018-08-12 08:25:02,254 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-92a004ea-12f6-4fd3-88e2-c633033b72a6-inst 2018-08-12 08:25:02,258 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3444d97df5db00f533ab67ff849eee4f08cd39cd" 2018-08-12 08:25:02,279 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:25: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-e5cb8f9d-1cea-4167-93c9-5fc5a038c24a x-compute-request-id: req-e5cb8f9d-1cea-4167-93c9-5fc5a038c24a Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"flavors": [{"id": "04c373b9-a0d9-4625-9dc9-32491c435178", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/04c373b9-a0d9-4625-9dc9-32491c435178", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/04c373b9-a0d9-4625-9dc9-32491c435178", "rel": "bookmark"}], "name": "CreateInstancePortManipulationTests-92a004ea-12f6-4fd3-88e2-c633033b72a6-flavor-name"}]} 2018-08-12 08:25:02,279 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-e5cb8f9d-1cea-4167-93c9-5fc5a038c24a 2018-08-12 08:25:02,283 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors/04c373b9-a0d9-4625-9dc9-32491c435178 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3444d97df5db00f533ab67ff849eee4f08cd39cd" 2018-08-12 08:25:02,303 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:25: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-87135f97-6ddd-4636-b39f-2814de407fa6 x-compute-request-id: req-87135f97-6ddd-4636-b39f-2814de407fa6 Content-Encoding: gzip Content-Length: 332 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateInstancePortManipulationTests-92a004ea-12f6-4fd3-88e2-c633033b72a6-flavor-name", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/04c373b9-a0d9-4625-9dc9-32491c435178", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/04c373b9-a0d9-4625-9dc9-32491c435178", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": "04c373b9-a0d9-4625-9dc9-32491c435178"}} 2018-08-12 08:25:02,304 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/04c373b9-a0d9-4625-9dc9-32491c435178 used request id req-87135f97-6ddd-4636-b39f-2814de407fa6 2018-08-12 08:25:02,307 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-92a004ea-12f6-4fd3-88e2-c633033b72a6-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3444d97df5db00f533ab67ff849eee4f08cd39cd" 2018-08-12 08:25:02,498 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1080 Content-Type: application/json X-Openstack-Request-Id: req-70070daf-d214-4b41-b11e-21a0a8f34b98 Date: Sun, 12 Aug 2018 08:25:02 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-92a004ea-12f6-4fd3-88e2-c633033b72a6-image", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:24:50Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-12T08:24:50Z", "visibility": "shared", "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/a2d90272-f6d8-4fcf-b435-a4b6ac67ce2f/snap", "metadata": {}}], "self": "/v2/images/a2d90272-f6d8-4fcf-b435-a4b6ac67ce2f", "min_disk": 0, "protected": false, "id": "a2d90272-f6d8-4fcf-b435-a4b6ac67ce2f", "file": "/v2/images/a2d90272-f6d8-4fcf-b435-a4b6ac67ce2f/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "a8b60f6634a344c3bc7fcdd7ced7d9cd", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/a2d90272-f6d8-4fcf-b435-a4b6ac67ce2f/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-92a004ea-12f6-4fd3-88e2-c633033b72a6-image"} 2018-08-12 08:25:02,498 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-92a004ea-12f6-4fd3-88e2-c633033b72a6-image used request id req-70070daf-d214-4b41-b11e-21a0a8f34b98 2018-08-12 08:25:02,501 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3444d97df5db00f533ab67ff849eee4f08cd39cd" 2018-08-12 08:25:02,670 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-d2522687-2621-4f6b-bc7d-fac0a6d95cad Date: Sun, 12 Aug 2018 08:25:02 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"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}, "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}, "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"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "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"}, "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"}, "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}, "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}, "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"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "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}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-12 08:25:02,670 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-d2522687-2621-4f6b-bc7d-fac0a6d95cad 2018-08-12 08:25:02,676 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3444d97df5db00f533ab67ff849eee4f08cd39cd" -d '{"server": {"name": "CreateInstancePortManipulationTests-92a004ea-12f6-4fd3-88e2-c633033b72a6-inst", "imageRef": "a2d90272-f6d8-4fcf-b435-a4b6ac67ce2f", "flavorRef": "04c373b9-a0d9-4625-9dc9-32491c435178", "max_count": 1, "min_count": 1, "networks": [{"port": "0752d391-ca31-45c1-9660-5c2461c02a60"}]}}' 2018-08-12 08:25:04,644 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 08:25: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-84fbde3c-65e0-4882-9745-b222ce4415a5 x-compute-request-id: req-84fbde3c-65e0-4882-9745-b222ce4415a5 Content-Length: 374 location: http://172.30.9.21:8774/v2.1/servers/e4576995-17a4-4cea-a996-75abfa588a8e Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "e4576995-17a4-4cea-a996-75abfa588a8e", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e4576995-17a4-4cea-a996-75abfa588a8e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e4576995-17a4-4cea-a996-75abfa588a8e", "rel": "bookmark"}], "adminPass": "wCcqaGPJN4Yg"}} 2018-08-12 08:25:04,645 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-84fbde3c-65e0-4882-9745-b222ce4415a5 2018-08-12 08:25:04,648 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/e4576995-17a4-4cea-a996-75abfa588a8e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3444d97df5db00f533ab67ff849eee4f08cd39cd" 2018-08-12 08:25:05,448 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08: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-b1846c75-be1b-4d51-9551-0255836e73ff x-compute-request-id: req-b1846c75-be1b-4d51-9551-0255836e73ff 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.21:8774/v2.1/servers/e4576995-17a4-4cea-a996-75abfa588a8e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e4576995-17a4-4cea-a996-75abfa588a8e", "rel": "bookmark"}], "image": {"id": "a2d90272-f6d8-4fcf-b435-a4b6ac67ce2f", "links": [{"href": "http://172.30.9.21:8774/images/a2d90272-f6d8-4fcf-b435-a4b6ac67ce2f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "04c373b9-a0d9-4625-9dc9-32491c435178", "links": [{"href": "http://172.30.9.21:8774/flavors/04c373b9-a0d9-4625-9dc9-32491c435178", "rel": "bookmark"}]}, "id": "e4576995-17a4-4cea-a996-75abfa588a8e", "user_id": "2eacd71189ed48aab2d17b63c8609440", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:25:04Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-92a004ea-12f6-4fd3-88e2-c633033b72a6-inst", "created": "2018-08-12T08:25:04Z", "tenant_id": "a8b60f6634a344c3bc7fcdd7ced7d9cd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:25:05,448 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/e4576995-17a4-4cea-a996-75abfa588a8e used request id req-b1846c75-be1b-4d51-9551-0255836e73ff 2018-08-12 08:25:05,448 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-92a004ea-12f6-4fd3-88e2-c633033b72a6-inst 2018-08-12 08:25:05,451 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/e4576995-17a4-4cea-a996-75abfa588a8e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3444d97df5db00f533ab67ff849eee4f08cd39cd" 2018-08-12 08:25:05,867 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:25: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-4896f75c-dce6-4ac7-a0e4-52ab432527d7 x-compute-request-id: req-4896f75c-dce6-4ac7-a0e4-52ab432527d7 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.21:8774/v2.1/servers/e4576995-17a4-4cea-a996-75abfa588a8e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e4576995-17a4-4cea-a996-75abfa588a8e", "rel": "bookmark"}], "image": {"id": "a2d90272-f6d8-4fcf-b435-a4b6ac67ce2f", "links": [{"href": "http://172.30.9.21:8774/images/a2d90272-f6d8-4fcf-b435-a4b6ac67ce2f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "04c373b9-a0d9-4625-9dc9-32491c435178", "links": [{"href": "http://172.30.9.21:8774/flavors/04c373b9-a0d9-4625-9dc9-32491c435178", "rel": "bookmark"}]}, "id": "e4576995-17a4-4cea-a996-75abfa588a8e", "user_id": "2eacd71189ed48aab2d17b63c8609440", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:25:05Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-92a004ea-12f6-4fd3-88e2-c633033b72a6-inst", "created": "2018-08-12T08:25:04Z", "tenant_id": "a8b60f6634a344c3bc7fcdd7ced7d9cd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:25:05,867 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/e4576995-17a4-4cea-a996-75abfa588a8e used request id req-4896f75c-dce6-4ac7-a0e4-52ab432527d7 2018-08-12 08:25:05,867 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-92a004ea-12f6-4fd3-88e2-c633033b72a6-inst] is - BUILD 2018-08-12 08:25:05,868 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-12 08:25:08,871 - create_instance - DEBUG - VM status query timeout in 896.577881098 2018-08-12 08:25:08,875 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/e4576995-17a4-4cea-a996-75abfa588a8e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3444d97df5db00f533ab67ff849eee4f08cd39cd" 2018-08-12 08:25:09,386 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:25: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-b24a5766-8686-4790-994a-730d8bcf8456 x-compute-request-id: req-b24a5766-8686-4790-994a-730d8bcf8456 Content-Encoding: gzip Content-Length: 684 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e4576995-17a4-4cea-a996-75abfa588a8e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e4576995-17a4-4cea-a996-75abfa588a8e", "rel": "bookmark"}], "image": {"id": "a2d90272-f6d8-4fcf-b435-a4b6ac67ce2f", "links": [{"href": "http://172.30.9.21:8774/images/a2d90272-f6d8-4fcf-b435-a4b6ac67ce2f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "04c373b9-a0d9-4625-9dc9-32491c435178", "links": [{"href": "http://172.30.9.21:8774/flavors/04c373b9-a0d9-4625-9dc9-32491c435178", "rel": "bookmark"}]}, "id": "e4576995-17a4-4cea-a996-75abfa588a8e", "security_groups": [{"name": "default"}], "user_id": "2eacd71189ed48aab2d17b63c8609440", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:25:06Z", "hostId": "3dc5c8686024e326df3460d62dbd206ee58908e523ad357087127d5f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-92a004ea-12f6-4fd3-88e2-c633033b72a6-inst", "created": "2018-08-12T08:25:04Z", "tenant_id": "a8b60f6634a344c3bc7fcdd7ced7d9cd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:25:09,387 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/e4576995-17a4-4cea-a996-75abfa588a8e used request id req-b24a5766-8686-4790-994a-730d8bcf8456 2018-08-12 08:25:09,387 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-92a004ea-12f6-4fd3-88e2-c633033b72a6-inst] is - BUILD 2018-08-12 08:25:09,387 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-12 08:25:12,390 - create_instance - DEBUG - VM status query timeout in 893.058319092 2018-08-12 08:25:12,393 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/e4576995-17a4-4cea-a996-75abfa588a8e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3444d97df5db00f533ab67ff849eee4f08cd39cd" 2018-08-12 08:25:12,908 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:25: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-676326fc-fb82-4b2e-8c65-d105f64774e7 x-compute-request-id: req-676326fc-fb82-4b2e-8c65-d105f64774e7 Content-Encoding: gzip Content-Length: 762 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-92a004ea-12f6-4fd3-88e2-c633033b72a6-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:49:e1:c4", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e4576995-17a4-4cea-a996-75abfa588a8e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e4576995-17a4-4cea-a996-75abfa588a8e", "rel": "bookmark"}], "image": {"id": "a2d90272-f6d8-4fcf-b435-a4b6ac67ce2f", "links": [{"href": "http://172.30.9.21:8774/images/a2d90272-f6d8-4fcf-b435-a4b6ac67ce2f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:25:10.000000", "flavor": {"id": "04c373b9-a0d9-4625-9dc9-32491c435178", "links": [{"href": "http://172.30.9.21:8774/flavors/04c373b9-a0d9-4625-9dc9-32491c435178", "rel": "bookmark"}]}, "id": "e4576995-17a4-4cea-a996-75abfa588a8e", "security_groups": [{"name": "default"}], "user_id": "2eacd71189ed48aab2d17b63c8609440", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:25:10Z", "hostId": "3dc5c8686024e326df3460d62dbd206ee58908e523ad357087127d5f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-92a004ea-12f6-4fd3-88e2-c633033b72a6-inst", "created": "2018-08-12T08:25:04Z", "tenant_id": "a8b60f6634a344c3bc7fcdd7ced7d9cd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:25:12,908 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/e4576995-17a4-4cea-a996-75abfa588a8e used request id req-676326fc-fb82-4b2e-8c65-d105f64774e7 2018-08-12 08:25:12,908 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-92a004ea-12f6-4fd3-88e2-c633033b72a6-inst] is - ACTIVE 2018-08-12 08:25:12,908 - create_instance - INFO - VM is - ACTIVE 2018-08-12 08:25:12,911 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/e4576995-17a4-4cea-a996-75abfa588a8e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3444d97df5db00f533ab67ff849eee4f08cd39cd" 2018-08-12 08:25:13,680 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:25: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-96b96b73-3f9f-4111-9712-93fa53b134a4 x-compute-request-id: req-96b96b73-3f9f-4111-9712-93fa53b134a4 Content-Encoding: gzip Content-Length: 762 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-92a004ea-12f6-4fd3-88e2-c633033b72a6-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:49:e1:c4", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e4576995-17a4-4cea-a996-75abfa588a8e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e4576995-17a4-4cea-a996-75abfa588a8e", "rel": "bookmark"}], "image": {"id": "a2d90272-f6d8-4fcf-b435-a4b6ac67ce2f", "links": [{"href": "http://172.30.9.21:8774/images/a2d90272-f6d8-4fcf-b435-a4b6ac67ce2f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:25:10.000000", "flavor": {"id": "04c373b9-a0d9-4625-9dc9-32491c435178", "links": [{"href": "http://172.30.9.21:8774/flavors/04c373b9-a0d9-4625-9dc9-32491c435178", "rel": "bookmark"}]}, "id": "e4576995-17a4-4cea-a996-75abfa588a8e", "security_groups": [{"name": "default"}], "user_id": "2eacd71189ed48aab2d17b63c8609440", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:25:10Z", "hostId": "3dc5c8686024e326df3460d62dbd206ee58908e523ad357087127d5f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-92a004ea-12f6-4fd3-88e2-c633033b72a6-inst", "created": "2018-08-12T08:25:04Z", "tenant_id": "a8b60f6634a344c3bc7fcdd7ced7d9cd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:25:13,681 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/e4576995-17a4-4cea-a996-75abfa588a8e used request id req-96b96b73-3f9f-4111-9712-93fa53b134a4 2018-08-12 08:25:13,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-92a004ea-12f6-4fd3-88e2-c633033b72a6-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3444d97df5db00f533ab67ff849eee4f08cd39cd" 2018-08-12 08:25:13,789 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-44219ca2-049b-4b3a-ba1f-69613c7fd6e5 Date: Sun, 12 Aug 2018 08:25:13 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":["53b45092-6909-4db2-a3e3-74e1b81ae661"],"updated_at":"2018-08-12T08:24:53Z","tenant_id":"a8b60f6634a344c3bc7fcdd7ced7d9cd","created_at":"2018-08-12T08:24:52Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"a8b60f6634a344c3bc7fcdd7ced7d9cd","id":"20054cb6-3532-4230-8ca1-1e38b8931f9a","name":"CreateInstancePortManipulationTests-92a004ea-12f6-4fd3-88e2-c633033b72a6-pub-net"}]} 2018-08-12 08:25:13,789 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-92a004ea-12f6-4fd3-88e2-c633033b72a6-pub-net used request id req-44219ca2-049b-4b3a-ba1f-69613c7fd6e5 2018-08-12 08:25:13,793 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a8b60f6634a344c3bc7fcdd7ced7d9cd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3444d97df5db00f533ab67ff849eee4f08cd39cd" 2018-08-12 08:25:13,901 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:25:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ad50b317-2e35-4a71-a8ce-f24c2c0b2c38 Content-Encoding: gzip Content-Length: 235 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/a8b60f6634a344c3bc7fcdd7ced7d9cd"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a8b60f6634a344c3bc7fcdd7ced7d9cd", "name": "CreateInstancePortManipulationTests-8c2c8546-5eb3-4cf-proj"}} 2018-08-12 08:25:13,901 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a8b60f6634a344c3bc7fcdd7ced7d9cd used request id req-ad50b317-2e35-4a71-a8ce-f24c2c0b2c38 2018-08-12 08:25:13,906 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=20054cb6-3532-4230-8ca1-1e38b8931f9a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3444d97df5db00f533ab67ff849eee4f08cd39cd" 2018-08-12 08:25:13,957 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-48eed369-c4a0-4006-96ee-b9bc4bdf5334 Date: Sun, 12 Aug 2018 08:25:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"20054cb6-3532-4230-8ca1-1e38b8931f9a","tenant_id":"a8b60f6634a344c3bc7fcdd7ced7d9cd","created_at":"2018-08-12T08:24:53Z","dns_nameservers":[],"updated_at":"2018-08-12T08:24:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"a8b60f6634a344c3bc7fcdd7ced7d9cd","id":"53b45092-6909-4db2-a3e3-74e1b81ae661","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-92a004ea-12f6-4fd3-88e2-c633033b72a6-pub-subnet"}]} 2018-08-12 08:25:13,957 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=20054cb6-3532-4230-8ca1-1e38b8931f9a used request id req-48eed369-c4a0-4006-96ee-b9bc4bdf5334 2018-08-12 08:25:13,962 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=20054cb6-3532-4230-8ca1-1e38b8931f9a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3444d97df5db00f533ab67ff849eee4f08cd39cd" 2018-08-12 08:25:14,223 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3100 X-Openstack-Request-Id: req-b7b3266f-0f5c-4e3d-821d-24ff098d2ccd Date: Sun, 12 Aug 2018 08:25:14 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[{"ip_address":"10.55.0.101","mac_address":"0a:1b:2c:3d:4e:5f"}],"tags":[],"network_id":"20054cb6-3532-4230-8ca1-1e38b8931f9a","tenant_id":"a8b60f6634a344c3bc7fcdd7ced7d9cd","created_at":"2018-08-12T08:25:00Z","admin_state_up":true,"updated_at":"2018-08-12T08:25:10Z","binding:vnic_type":"normal","device_id":"e4576995-17a4-4cea-a996-75abfa588a8e","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:49:e1:c4","id":"0752d391-ca31-45c1-9660-5c2461c02a60","port_security_enabled":true,"project_id":"a8b60f6634a344c3bc7fcdd7ced7d9cd","fixed_ips":[{"subnet_id":"53b45092-6909-4db2-a3e3-74e1b81ae661","ip_address":"10.55.0.5"}],"extra_dhcp_opts":[],"security_groups":["3d3a7245-c241-46f5-8a16-fdb1b59006a2"],"name":"CreateInstancePortManipulationTests-92a004ea-12f6-4fd3-88e2-c633033b72a6port-1"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"20054cb6-3532-4230-8ca1-1e38b8931f9a","tenant_id":"a8b60f6634a344c3bc7fcdd7ced7d9cd","created_at":"2018-08-12T08:24:54Z","admin_state_up":true,"updated_at":"2018-08-12T08:24:56Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-20054cb6-3532-4230-8ca1-1e38b8931f9a","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:6e:83:4b","id":"1f07f7b4-45e5-426a-8f2b-d9e14bfe40c6","port_security_enabled":false,"project_id":"a8b60f6634a344c3bc7fcdd7ced7d9cd","fixed_ips":[{"subnet_id":"53b45092-6909-4db2-a3e3-74e1b81ae661","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"20054cb6-3532-4230-8ca1-1e38b8931f9a","tenant_id":"a8b60f6634a344c3bc7fcdd7ced7d9cd","created_at":"2018-08-12T08:24:54Z","admin_state_up":true,"updated_at":"2018-08-12T08:24:57Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-20054cb6-3532-4230-8ca1-1e38b8931f9a","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:6a:c5:86","id":"25e6b611-3b52-45ee-aa90-c76006cae253","port_security_enabled":false,"project_id":"a8b60f6634a344c3bc7fcdd7ced7d9cd","fixed_ips":[{"subnet_id":"53b45092-6909-4db2-a3e3-74e1b81ae661","ip_address":"10.55.0.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"20054cb6-3532-4230-8ca1-1e38b8931f9a","tenant_id":"a8b60f6634a344c3bc7fcdd7ced7d9cd","created_at":"2018-08-12T08:24:55Z","admin_state_up":true,"updated_at":"2018-08-12T08:24:57Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-20054cb6-3532-4230-8ca1-1e38b8931f9a","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:7d:bf:b2","id":"a3a86075-0873-4809-9c18-a38224a61d34","port_security_enabled":false,"project_id":"a8b60f6634a344c3bc7fcdd7ced7d9cd","fixed_ips":[{"subnet_id":"53b45092-6909-4db2-a3e3-74e1b81ae661","ip_address":"10.55.0.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-12 08:25:14,224 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=20054cb6-3532-4230-8ca1-1e38b8931f9a used request id req-b7b3266f-0f5c-4e3d-821d-24ff098d2ccd 2018-08-12 08:25:14,225 - create_instance - INFO - Deleting Port with ID - 0752d391-ca31-45c1-9660-5c2461c02a60 2018-08-12 08:25:14,225 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-92a004ea-12f6-4fd3-88e2-c633033b72a6port-1 2018-08-12 08:25:14,230 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/ports/0752d391-ca31-45c1-9660-5c2461c02a60 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3444d97df5db00f533ab67ff849eee4f08cd39cd" 2018-08-12 08:25:14,911 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a158d4ff-7c98-4796-8101-fcc8dc2bd38e Date: Sun, 12 Aug 2018 08:25:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:25:14,911 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/ports/0752d391-ca31-45c1-9660-5c2461c02a60 used request id req-a158d4ff-7c98-4796-8101-fcc8dc2bd38e 2018-08-12 08:25:14,911 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-92a004ea-12f6-4fd3-88e2-c633033b72a6-inst 2018-08-12 08:25:14,914 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/servers/e4576995-17a4-4cea-a996-75abfa588a8e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3444d97df5db00f533ab67ff849eee4f08cd39cd" 2018-08-12 08:25:15,075 - novaclient.v2.client - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08: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-1ed9877e-19f8-450f-a555-5645955daa3f x-compute-request-id: req-1ed9877e-19f8-450f-a555-5645955daa3f Content-Type: application/json 2018-08-12 08:25:15,076 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/e4576995-17a4-4cea-a996-75abfa588a8e used request id req-1ed9877e-19f8-450f-a555-5645955daa3f 2018-08-12 08:25:15,076 - create_instance - INFO - Checking deletion status 2018-08-12 08:25:15,079 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/e4576995-17a4-4cea-a996-75abfa588a8e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3444d97df5db00f533ab67ff849eee4f08cd39cd" 2018-08-12 08:25:15,884 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:25: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-9b81f1ce-a04b-4f46-bbac-a76b13224aea x-compute-request-id: req-9b81f1ce-a04b-4f46-bbac-a76b13224aea Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e4576995-17a4-4cea-a996-75abfa588a8e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e4576995-17a4-4cea-a996-75abfa588a8e", "rel": "bookmark"}], "image": {"id": "a2d90272-f6d8-4fcf-b435-a4b6ac67ce2f", "links": [{"href": "http://172.30.9.21:8774/images/a2d90272-f6d8-4fcf-b435-a4b6ac67ce2f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:25:10.000000", "flavor": {"id": "04c373b9-a0d9-4625-9dc9-32491c435178", "links": [{"href": "http://172.30.9.21:8774/flavors/04c373b9-a0d9-4625-9dc9-32491c435178", "rel": "bookmark"}]}, "id": "e4576995-17a4-4cea-a996-75abfa588a8e", "user_id": "2eacd71189ed48aab2d17b63c8609440", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:25:14Z", "hostId": "3dc5c8686024e326df3460d62dbd206ee58908e523ad357087127d5f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-92a004ea-12f6-4fd3-88e2-c633033b72a6-inst", "created": "2018-08-12T08:25:04Z", "tenant_id": "a8b60f6634a344c3bc7fcdd7ced7d9cd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:25:15,884 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/e4576995-17a4-4cea-a996-75abfa588a8e used request id req-9b81f1ce-a04b-4f46-bbac-a76b13224aea 2018-08-12 08:25:15,884 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-92a004ea-12f6-4fd3-88e2-c633033b72a6-inst] is - ACTIVE 2018-08-12 08:25:15,884 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-12 08:25:18,888 - create_instance - DEBUG - VM status query timeout in 296.188632011 2018-08-12 08:25:18,890 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/e4576995-17a4-4cea-a996-75abfa588a8e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3444d97df5db00f533ab67ff849eee4f08cd39cd" 2018-08-12 08:25:19,159 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:25: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-ada7486f-c225-4585-bf53-7e2ee9556743 x-compute-request-id: req-ada7486f-c225-4585-bf53-7e2ee9556743 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e4576995-17a4-4cea-a996-75abfa588a8e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e4576995-17a4-4cea-a996-75abfa588a8e", "rel": "bookmark"}], "image": {"id": "a2d90272-f6d8-4fcf-b435-a4b6ac67ce2f", "links": [{"href": "http://172.30.9.21:8774/images/a2d90272-f6d8-4fcf-b435-a4b6ac67ce2f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:25:10.000000", "flavor": {"id": "04c373b9-a0d9-4625-9dc9-32491c435178", "links": [{"href": "http://172.30.9.21:8774/flavors/04c373b9-a0d9-4625-9dc9-32491c435178", "rel": "bookmark"}]}, "id": "e4576995-17a4-4cea-a996-75abfa588a8e", "user_id": "2eacd71189ed48aab2d17b63c8609440", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:25:18Z", "hostId": "3dc5c8686024e326df3460d62dbd206ee58908e523ad357087127d5f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-92a004ea-12f6-4fd3-88e2-c633033b72a6-inst", "created": "2018-08-12T08:25:04Z", "tenant_id": "a8b60f6634a344c3bc7fcdd7ced7d9cd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:25:19,159 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/e4576995-17a4-4cea-a996-75abfa588a8e used request id req-ada7486f-c225-4585-bf53-7e2ee9556743 2018-08-12 08:25:19,159 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-92a004ea-12f6-4fd3-88e2-c633033b72a6-inst] is - ACTIVE 2018-08-12 08:25:19,160 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-12 08:25:22,163 - create_instance - DEBUG - VM status query timeout in 292.913472891 2018-08-12 08:25:22,166 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/e4576995-17a4-4cea-a996-75abfa588a8e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3444d97df5db00f533ab67ff849eee4f08cd39cd" 2018-08-12 08:25:22,223 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:25: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-2e69d1a7-a819-4cdd-af9b-fab5ea9a04e3 x-compute-request-id: req-2e69d1a7-a819-4cdd-af9b-fab5ea9a04e3 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance e4576995-17a4-4cea-a996-75abfa588a8e could not be found.", "code": 404}} 2018-08-12 08:25:22,223 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/e4576995-17a4-4cea-a996-75abfa588a8e used request id req-2e69d1a7-a819-4cdd-af9b-fab5ea9a04e3 2018-08-12 08:25:22,223 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance e4576995-17a4-4cea-a996-75abfa588a8e could not be found. (HTTP 404) (Request-ID: req-2e69d1a7-a819-4cdd-af9b-fab5ea9a04e3) 2018-08-12 08:25:22,224 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-92a004ea-12f6-4fd3-88e2-c633033b72a6-inst 2018-08-12 08:25:22,227 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/flavors/04c373b9-a0d9-4625-9dc9-32491c435178 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}686e09247158e56b6db7646efabfc25cb6efe4ab" 2018-08-12 08:25:22,264 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 08:25: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-3a1a2ff9-d903-4cb9-9e77-ad4d4adc0d6b x-compute-request-id: req-3a1a2ff9-d903-4cb9-9e77-ad4d4adc0d6b Content-Length: 0 Content-Type: application/json 2018-08-12 08:25:22,264 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/04c373b9-a0d9-4625-9dc9-32491c435178 used request id req-3a1a2ff9-d903-4cb9-9e77-ad4d4adc0d6b 2018-08-12 08:25:22,265 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-92a004ea-12f6-4fd3-88e2-c633033b72a6-pub-subnet 2018-08-12 08:25:22,265 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-92a004ea-12f6-4fd3-88e2-c633033b72a6-pub-subnet 2018-08-12 08:25:22,270 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/53b45092-6909-4db2-a3e3-74e1b81ae661 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25bf1a9e253131ef9bb25be3cc94cde9eea89db6" 2018-08-12 08:25:24,755 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-64154086-a9a6-4e74-8308-86716059aafc Date: Sun, 12 Aug 2018 08:25:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:25:24,755 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/53b45092-6909-4db2-a3e3-74e1b81ae661 used request id req-64154086-a9a6-4e74-8308-86716059aafc 2018-08-12 08:25:24,755 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-92a004ea-12f6-4fd3-88e2-c633033b72a6-pub-net 2018-08-12 08:25:24,761 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/20054cb6-3532-4230-8ca1-1e38b8931f9a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25bf1a9e253131ef9bb25be3cc94cde9eea89db6" 2018-08-12 08:25:26,726 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-8f7d28b2-696e-4d45-b920-db940c764a37 Date: Sun, 12 Aug 2018 08:25:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:25:26,726 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/20054cb6-3532-4230-8ca1-1e38b8931f9a used request id req-8f7d28b2-696e-4d45-b920-db940c764a37 2018-08-12 08:25:26,727 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-92a004ea-12f6-4fd3-88e2-c633033b72a6-image 2018-08-12 08:25:26,730 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/a2d90272-f6d8-4fcf-b435-a4b6ac67ce2f -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d74e4b83e91f225324b1e2758973aa3a4ec94a38" 2018-08-12 08:25:27,278 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-5f8597f9-aba3-455e-84c6-29c0dfc01733 Date: Sun, 12 Aug 2018 08:25:27 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-12 08:25:27,279 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/a2d90272-f6d8-4fcf-b435-a4b6ac67ce2f used request id req-5f8597f9-aba3-455e-84c6-29c0dfc01733 2018-08-12 08:25:27,280 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:25:27,280 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:25:27,280 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:25:27,280 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:25:27,280 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:25:27,285 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a54907f62a98f5b6f8857549fce741b0997aa0c0" 2018-08-12 08:25:27,554 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 45548 X-Openstack-Request-Id: req-196bad89-787e-451e-90de-8eb114e5d861 Date: Sun, 12 Aug 2018 08:25:27 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "created_at": "2018-08-12T06:59:44Z", "updated_at": "2018-08-12T06:59:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "1d7fd960-7865-4453-aecc-8d399b4fad21", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "66820d8a-b785-4b18-bd67-500221c8e4f9", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "74fc7638-a322-4841-8c47-06d36174a200", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "8eaa09ec-8419-4582-9312-1e527afe6e4b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}], "revision_number": 4, "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "created_at": "2018-08-12T05:12:34Z", "updated_at": "2018-08-12T05:12:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "709513d2-af7d-4d0b-bd3c-604fed75a711", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "aa346066-e46f-44f2-94be-2884aa998a19", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "c15f7b93-e56c-4afa-867d-2acb286d4b7b", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "cb0ef83f-5f70-4a80-ad35-431ca9df551e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}], "revision_number": 4, "project_id": "fa5a7fe6ee54472ba01638877aade8e3", "id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ea65becf30e54b27aa96a449698a435e", "created_at": "2018-08-12T05:10:35Z", "updated_at": "2018-08-12T05:10:35Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "30ad280c-f302-4cd4-a438-5139917b56f9", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "76115c4c-887d-4f0a-83e2-486e4b39c713", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "8ab14937-4c08-4d43-8a9a-662e622cc643", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "ee757a03-5662-4273-9c3e-6212e7afb48f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}], "revision_number": 4, "project_id": "ea65becf30e54b27aa96a449698a435e", "id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a8b60f6634a344c3bc7fcdd7ced7d9cd", "created_at": "2018-08-12T08:24:52Z", "updated_at": "2018-08-12T08:24:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:24:52Z", "revision_number": 0, "id": "489cb0f3-f4fd-46ae-b824-6eb41599ef49", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:24:52Z", "security_group_id": "3d3a7245-c241-46f5-8a16-fdb1b59006a2", "tenant_id": "a8b60f6634a344c3bc7fcdd7ced7d9cd", "port_range_min": null, "ethertype": "IPv6", "project_id": "a8b60f6634a344c3bc7fcdd7ced7d9cd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:24:52Z", "revision_number": 0, "id": "5c402349-4fa2-4ab4-af7c-f65de3c27ebd", "remote_group_id": "3d3a7245-c241-46f5-8a16-fdb1b59006a2", "remote_ip_prefix": null, "created_at": "2018-08-12T08:24:52Z", "security_group_id": "3d3a7245-c241-46f5-8a16-fdb1b59006a2", "tenant_id": "a8b60f6634a344c3bc7fcdd7ced7d9cd", "port_range_min": null, "ethertype": "IPv4", "project_id": "a8b60f6634a344c3bc7fcdd7ced7d9cd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:24:52Z", "revision_number": 0, "id": "8a139322-038c-45e1-9346-b22129bbd299", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:24:52Z", "security_group_id": "3d3a7245-c241-46f5-8a16-fdb1b59006a2", "tenant_id": "a8b60f6634a344c3bc7fcdd7ced7d9cd", "port_range_min": null, "ethertype": "IPv4", "project_id": "a8b60f6634a344c3bc7fcdd7ced7d9cd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:24:52Z", "revision_number": 0, "id": "ea025195-646e-41f5-91aa-460f221fcc55", "remote_group_id": "3d3a7245-c241-46f5-8a16-fdb1b59006a2", "remote_ip_prefix": null, "created_at": "2018-08-12T08:24:52Z", "security_group_id": "3d3a7245-c241-46f5-8a16-fdb1b59006a2", "tenant_id": "a8b60f6634a344c3bc7fcdd7ced7d9cd", "port_range_min": null, "ethertype": "IPv6", "project_id": "a8b60f6634a344c3bc7fcdd7ced7d9cd"}], "revision_number": 4, "project_id": "a8b60f6634a344c3bc7fcdd7ced7d9cd", "id": "3d3a7245-c241-46f5-8a16-fdb1b59006a2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "created_at": "2018-08-12T06:20:09Z", "updated_at": "2018-08-12T06:20:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "1123b8f2-75ac-4a26-b9b2-a96da97408e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "2ddd2b93-e080-48cd-9a50-f5fe8a82ad0c", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "cd1bae62-0aea-4438-b4c3-50a69ae6f855", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "e398e01e-ceea-46d1-9534-b929808c4a5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}], "revision_number": 4, "project_id": "ff7abd7bb61f4f2889831e932d65dc2e", "id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "created_at": "2018-08-12T05:34:57Z", "updated_at": "2018-08-12T05:34:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "208a1c1e-f5f8-49c7-9a25-d07e68b1541f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "27bfd867-e607-4bf8-9de8-60682d3f771d", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "49360e1f-6fd3-4f35-b339-24cea95773ee", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "60f631a9-d305-4920-9631-d0543e2ac64f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}], "revision_number": 4, "project_id": "3a85ceae958d4d9fba68847e7df67db8", "id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "created_at": "2018-08-12T05:34:40Z", "updated_at": "2018-08-12T05:34:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "2192c259-363e-4768-ae73-e75837ad63b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "3f87ddc5-f84d-41dc-8215-847724782569", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "7d89f6da-ea78-49dd-9115-f9ad23b250bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "9ec4497d-0f65-44db-9be9-7b3042e4a584", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}], "revision_number": 4, "project_id": "85517fcf1c6247e699fdcdd42ecc8c79", "id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "created_at": "2018-08-12T05:16:02Z", "updated_at": "2018-08-12T05:16:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "1ecacd8c-c1c7-4a66-9871-406a69323b43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "3cc1750c-e0e7-4902-b6f3-494a161b832e", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "d719a7a4-8c99-44ed-8c12-6bf071890203", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "fe7421b5-d577-41da-8c78-62f3c07eda92", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}], "revision_number": 4, "project_id": "a267b9a156244bb192691cff6e5f74fe", "id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "315a428116f24d9fbb826b37080a918e", "created_at": "2018-08-12T05:11:31Z", "updated_at": "2018-08-12T05:11:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "5e52886a-1dc3-4a81-a55d-f388dc4fd1a1", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "678e32e4-d64c-448a-a4ab-e253ab94ae90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "a8da1539-e3ad-4f90-b2df-3dc1f09d228a", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "b73d5cc9-0205-4658-bb1f-61a042c0ab8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}], "revision_number": 4, "project_id": "315a428116f24d9fbb826b37080a918e", "id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-12T05:08:01Z", "updated_at": "2018-08-12T05:08:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:01Z", "revision_number": 0, "id": "0fb05d03-1117-45d0-930c-b6d4c96ef102", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "4faaab33-5788-4bbd-85b8-0fb44d41413a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "96d0c5a0-5c67-421b-8fc8-2b46d77e5db3", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "dd78519b-4bc5-4e8e-ad0f-58089dd69347", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "11a46741b7954b959fd7764109c047b6", "created_at": "2018-08-12T05:34:51Z", "updated_at": "2018-08-12T05:34:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "0b67bf3c-2289-43bb-ab6c-7d25ec32a279", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "51f3f833-337a-42bd-a8d5-742ea8d6c226", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "571fd0b5-ef90-408d-af33-aafb517b8993", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "944ba823-fb9c-496e-a66e-bb426bb14a8d", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}], "revision_number": 4, "project_id": "11a46741b7954b959fd7764109c047b6", "id": "90af9782-8112-4257-801d-ee5115d226ba", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "created_at": "2018-08-12T05:34:26Z", "updated_at": "2018-08-12T05:34:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "2ee1f63a-807c-4d6a-85ee-dd784f6b8c3f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5dec3ec2-2add-47dd-8618-90659dcf3885", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5ea0dc3e-49d0-43f0-94e9-f6443527d14c", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "fbfaca22-7e3e-4128-8973-43e439b77c28", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}], "revision_number": 4, "project_id": "3c01cd58055c44ecaef39f7e625c2258", "id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "521007c1818145639e93ceb270559219", "created_at": "2018-08-12T05:13:27Z", "updated_at": "2018-08-12T05:13:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "5e7fede5-b0f2-47d8-95c3-516cdfc7f9de", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "8fd0e36f-c6c4-4f64-ba97-40439e614448", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "db7d79de-1dfc-4138-945f-91e74cdc266b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "e87f2cff-ff3e-4b6d-aaf0-7f0eb0ab9f05", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}], "revision_number": 4, "project_id": "521007c1818145639e93ceb270559219", "id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "created_at": "2018-08-12T05:08:18Z", "updated_at": "2018-08-12T05:08:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "3c67be40-bf74-4f97-9693-d93ce73a23b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "6112d869-2fc6-4a25-a13c-3d55cd7206c0", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "bdf21c56-453e-482e-9cba-3c55abcb0339", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "c8e92c39-38cc-4f48-be9c-5f0912e6a725", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}], "revision_number": 4, "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "created_at": "2018-08-12T05:04:23Z", "updated_at": "2018-08-12T05:04:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "280546d9-8ad1-4283-abfc-15ee9b1736c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "58bce125-f2ca-4a6d-b9ca-4e6cf5c0f7a5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "69275b9a-cfb5-482c-a9c4-8ffc79adf2c7", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "6d747f3a-3764-469a-a645-f977585c5aac", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}], "revision_number": 4, "project_id": "310f5853751a4c968f3eeb0a3d99a0a8", "id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "created_at": "2018-08-12T05:34:42Z", "updated_at": "2018-08-12T05:34:42Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "199582e8-25aa-457a-aa7c-6d8413ca4464", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "234f3609-4454-448f-919d-c8143c7cd764", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "c1061460-71a2-49a9-a04b-9fa33eeb17ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "d21ac532-51d8-4d6b-8300-7bac216759bf", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}], "revision_number": 4, "project_id": "9f6c1a272706419c9a74b0893b2890e8", "id": "d6739716-c693-460c-89c6-e7c8c48f8245", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "created_at": "2018-08-12T05:34:54Z", "updated_at": "2018-08-12T05:34:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "0633a05a-ee7d-4476-a56b-75d011b22f77", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "6cc1b9f8-73db-47a3-a0e0-3c96c43f34da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "90d99a6b-e94f-4fd8-a10c-f19dd8954c13", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "e843c139-af2a-4d2c-a24f-59f7b10ff72e", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}], "revision_number": 4, "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "created_at": "2018-08-12T05:09:07Z", "updated_at": "2018-08-12T05:09:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "5495e168-f505-4d74-ae6d-387f0bf533c2", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "6fd19b8b-3062-456e-81ba-3ff37fe43429", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8ca59d25-485c-46ce-939c-2e4a468caeac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8f190846-50a0-42b9-b571-390809b752b1", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}], "revision_number": 4, "project_id": "fa9ca6d7608b4d7d87ce97331679a481", "id": "edcd9b17-9416-4c25-823c-060c435e18d7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "created_at": "2018-08-12T05:34:52Z", "updated_at": "2018-08-12T05:34:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "2c7e484e-6ec5-4a95-8c9c-66d294c0c27e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "70c74258-3c2c-4efc-87e0-079c26ee3417", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "b70382fa-082e-4c2b-abc8-87490fa50b11", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "c3628e02-b4b6-42c9-8751-c1a2d3c19caa", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}], "revision_number": 4, "project_id": "87db863ba6e348b0a5ddcb67053db9d1", "id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "name": "default"}]} 2018-08-12 08:25:27,555 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-196bad89-787e-451e-90de-8eb114e5d861 2018-08-12 08:25:27,562 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a54907f62a98f5b6f8857549fce741b0997aa0c0" 2018-08-12 08:25:27,658 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:25:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c61b0b8b-0227-4acf-a09f-b104fb57f5bb Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 5fe28c13d4d74ba2be8d019ac1ea6363.", "code": 404, "title": "Not Found"}} 2018-08-12 08:25:27,658 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 used request id req-c61b0b8b-0227-4acf-a09f-b104fb57f5bb 2018-08-12 08:25:27,658 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:25:27,662 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a54907f62a98f5b6f8857549fce741b0997aa0c0" 2018-08-12 08:25:27,754 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:25:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0f797eda-cfdf-44ba-a641-abc6058e00a4 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa5a7fe6ee54472ba01638877aade8e3.", "code": 404, "title": "Not Found"}} 2018-08-12 08:25:27,754 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 used request id req-0f797eda-cfdf-44ba-a641-abc6058e00a4 2018-08-12 08:25:27,755 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:25:27,758 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a54907f62a98f5b6f8857549fce741b0997aa0c0" 2018-08-12 08:25:27,844 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:25:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a9a10065-1968-40be-9dfa-4c944bcc7b7c Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ea65becf30e54b27aa96a449698a435e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:25:27,844 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e used request id req-a9a10065-1968-40be-9dfa-4c944bcc7b7c 2018-08-12 08:25:27,844 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:25:27,848 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a8b60f6634a344c3bc7fcdd7ced7d9cd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a54907f62a98f5b6f8857549fce741b0997aa0c0" 2018-08-12 08:25:27,941 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:25:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-50ca5594-9563-4e50-881a-dd7208f2540e Content-Encoding: gzip Content-Length: 235 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/a8b60f6634a344c3bc7fcdd7ced7d9cd"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a8b60f6634a344c3bc7fcdd7ced7d9cd", "name": "CreateInstancePortManipulationTests-8c2c8546-5eb3-4cf-proj"}} 2018-08-12 08:25:27,941 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a8b60f6634a344c3bc7fcdd7ced7d9cd used request id req-50ca5594-9563-4e50-881a-dd7208f2540e 2018-08-12 08:25:27,941 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3d3a7245-c241-46f5-8a16-fdb1b59006a2 2018-08-12 08:25:27,947 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=3d3a7245-c241-46f5-8a16-fdb1b59006a2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a54907f62a98f5b6f8857549fce741b0997aa0c0" 2018-08-12 08:25:28,129 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-b6002de7-b72e-4fd1-9d12-c3e0738b7d5f Date: Sun, 12 Aug 2018 08:25:28 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-12T08:24:52Z", "security_group_id": "3d3a7245-c241-46f5-8a16-fdb1b59006a2", "port_range_min": null, "revision_number": 0, "tenant_id": "a8b60f6634a344c3bc7fcdd7ced7d9cd", "created_at": "2018-08-12T08:24:52Z", "project_id": "a8b60f6634a344c3bc7fcdd7ced7d9cd", "id": "489cb0f3-f4fd-46ae-b824-6eb41599ef49"}, {"remote_group_id": "3d3a7245-c241-46f5-8a16-fdb1b59006a2", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:24:52Z", "security_group_id": "3d3a7245-c241-46f5-8a16-fdb1b59006a2", "port_range_min": null, "revision_number": 0, "tenant_id": "a8b60f6634a344c3bc7fcdd7ced7d9cd", "created_at": "2018-08-12T08:24:52Z", "project_id": "a8b60f6634a344c3bc7fcdd7ced7d9cd", "id": "5c402349-4fa2-4ab4-af7c-f65de3c27ebd"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:24:52Z", "security_group_id": "3d3a7245-c241-46f5-8a16-fdb1b59006a2", "port_range_min": null, "revision_number": 0, "tenant_id": "a8b60f6634a344c3bc7fcdd7ced7d9cd", "created_at": "2018-08-12T08:24:52Z", "project_id": "a8b60f6634a344c3bc7fcdd7ced7d9cd", "id": "8a139322-038c-45e1-9346-b22129bbd299"}, {"remote_group_id": "3d3a7245-c241-46f5-8a16-fdb1b59006a2", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:24:52Z", "security_group_id": "3d3a7245-c241-46f5-8a16-fdb1b59006a2", "port_range_min": null, "revision_number": 0, "tenant_id": "a8b60f6634a344c3bc7fcdd7ced7d9cd", "created_at": "2018-08-12T08:24:52Z", "project_id": "a8b60f6634a344c3bc7fcdd7ced7d9cd", "id": "ea025195-646e-41f5-91aa-460f221fcc55"}]} 2018-08-12 08:25:28,130 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=3d3a7245-c241-46f5-8a16-fdb1b59006a2 used request id req-b6002de7-b72e-4fd1-9d12-c3e0738b7d5f 2018-08-12 08:25:28,131 - neutron_utils - INFO - Deleting security group with name - default 2018-08-12 08:25:28,135 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/3d3a7245-c241-46f5-8a16-fdb1b59006a2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a54907f62a98f5b6f8857549fce741b0997aa0c0" 2018-08-12 08:25:28,476 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-90d29553-027d-4d33-8bca-f09bd68fd77c Content-Length: 0 Date: Sun, 12 Aug 2018 08:25:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:25:28,476 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/3d3a7245-c241-46f5-8a16-fdb1b59006a2 used request id req-90d29553-027d-4d33-8bca-f09bd68fd77c 2018-08-12 08:25:28,477 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-8c2c8546-5eb3-4cf-proj 2018-08-12 08:25:28,481 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/a8b60f6634a344c3bc7fcdd7ced7d9cd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a54907f62a98f5b6f8857549fce741b0997aa0c0" 2018-08-12 08:25:28,733 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:25:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-550400b4-8647-4789-9622-65b153e73f29 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 08:25:28,733 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/a8b60f6634a344c3bc7fcdd7ced7d9cd used request id req-550400b4-8647-4789-9622-65b153e73f29 2018-08-12 08:25:28,733 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-8c2c8546-5eb3-4cf-proj-role 2018-08-12 08:25:28,737 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/5944519dc08d4a6fad2fecaf8133f4de -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a54907f62a98f5b6f8857549fce741b0997aa0c0" 2018-08-12 08:25:28,846 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:25:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bb977f10-c7d2-47ad-ab1f-0977d096cb45 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 08:25:28,846 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/5944519dc08d4a6fad2fecaf8133f4de used request id req-bb977f10-c7d2-47ad-ab1f-0977d096cb45 2018-08-12 08:25:28,850 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a54907f62a98f5b6f8857549fce741b0997aa0c0" 2018-08-12 08:25:28,945 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:25:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a1512ebb-b5c0-4ff4-9e96-2b56b89bcdd3 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:25:28,945 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-a1512ebb-b5c0-4ff4-9e96-2b56b89bcdd3 2018-08-12 08:25:28,946 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-8c2c8546-5eb3-4cf-user 2018-08-12 08:25:28,950 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/2eacd71189ed48aab2d17b63c8609440 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b021a05d69a4a550a2d2b39525463c034d61ba0e" 2018-08-12 08:25:29,208 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:25:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7a96b3e5-5280-4db1-972f-cbf1d6c6fd80 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 08:25:29,208 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/2eacd71189ed48aab2d17b63c8609440 used request id req-7a96b3e5-5280-4db1-972f-cbf1d6c6fd80 2018-08-12 08:25:29,209 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:25:29,595 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:25:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["EeXGPFi8S4y-pCam1MkPhw"], "issued_at": "2018-08-12T08:25:29.000000Z"}} 2018-08-12 08:25:29,596 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}8ede42015e37ff6db4f435ed815109ddbfd025ae" 2018-08-12 08:25:29,683 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:25:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-03f49fe9-25e7-49b5-b2b0-9bae1ff9810a Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:25:29,684 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-03f49fe9-25e7-49b5-b2b0-9bae1ff9810a 2018-08-12 08:25:29,685 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:25:29,686 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:25:30,083 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:25:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["34NBlDqSTWOQ3htTByLmLQ"], "issued_at": "2018-08-12T08:25:30.000000Z"}} 2018-08-12 08:25:30,084 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}0f56deef1b7365cf2444528e7d67475a225349b1" 2018-08-12 08:25:30,171 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:25:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f0779542-d5d6-49d2-a2c2-29b9b4416495 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:25:30,171 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-f0779542-d5d6-49d2-a2c2-29b9b4416495 2018-08-12 08:25:30,176 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:25:30,181 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:25:30 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:25:30,182 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-03aac8f0-8c28-480-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f56deef1b7365cf2444528e7d67475a225349b1" 2018-08-12 08:25:30,284 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:25:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ce856f11-a3d0-43da-a618-41f9654c954b Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-03aac8f0-8c28-480-proj", "previous": null, "next": null}, "projects": []} 2018-08-12 08:25:30,284 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-03aac8f0-8c28-480-proj used request id req-ce856f11-a3d0-43da-a618-41f9654c954b 2018-08-12 08:25:30,288 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f56deef1b7365cf2444528e7d67475a225349b1" 2018-08-12 08:25:30,377 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:25:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-59c04aaf-2f40-455d-a902-9dd372e408ef Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:25:30,377 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-59c04aaf-2f40-455d-a902-9dd372e408ef 2018-08-12 08:25:30,380 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f56deef1b7365cf2444528e7d67475a225349b1" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstancePortManipulationTests-03aac8f0-8c28-480-proj"}}' 2018-08-12 08:25:30,523 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:25:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5e568039-2eea-4deb-87ca-3abcd3563a45 Content-Length: 332 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/72a8437ec4744ae696ffa281dd1bff30"}, "tags": [], "enabled": true, "id": "72a8437ec4744ae696ffa281dd1bff30", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-03aac8f0-8c28-480-proj"}} 2018-08-12 08:25:30,523 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-5e568039-2eea-4deb-87ca-3abcd3563a45 2018-08-12 08:25:30,524 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-03aac8f0-8c28-480-proj 2018-08-12 08:25:30,524 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:25:30,525 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:25:30,923 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:25:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["xoG_wa4tRNqXdjv7YJcwwA"], "issued_at": "2018-08-12T08:25:30.000000Z"}} 2018-08-12 08:25:30,924 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}40784a600e9f00aa830c6787bbd0bcacfd4fa867" 2018-08-12 08:25:31,007 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:25:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-49ddebd8-ed12-4468-8467-31a9b8c659ed Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:25:31,007 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-49ddebd8-ed12-4468-8467-31a9b8c659ed 2018-08-12 08:25:31,011 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:25:31,016 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:25:31 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:25:31,017 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40784a600e9f00aa830c6787bbd0bcacfd4fa867" 2018-08-12 08:25:31,129 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:25:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f80af511-a85c-4981-9148-f4e3699a219d Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/105a247548624314b9228f85f6325f0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105a247548624314b9228f85f6325f0b", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/1c5de0eaa44543f08da6ad63a51594ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c5de0eaa44543f08da6ad63a51594ff", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/1d127b5b832547a88a547c116dfdd65b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d127b5b832547a88a547c116dfdd65b", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/1d5cfc170d624ce4ae53ae0507c8d517"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d5cfc170d624ce4ae53ae0507c8d517", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/2421820b75eb4d3ebd02830378d1377b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2421820b75eb4d3ebd02830378d1377b", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/40bd8ee54ecf44868cc83cede652c396"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40bd8ee54ecf44868cc83cede652c396", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/4f32fb8153854c4c9f5094b42b523f80"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f32fb8153854c4c9f5094b42b523f80", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7066130d08fb4db7bf4ab468de53933b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7066130d08fb4db7bf4ab468de53933b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/8d0898a83bcf4521bbc11501d5d7ac89"}, "domain_id": "1eec97585bde483292ece28ee11f4b8d", "enabled": true, "options": {}, "id": "8d0898a83bcf4521bbc11501d5d7ac89", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/9defcced327d476f8a3beab718a13da3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9defcced327d476f8a3beab718a13da3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/b80ee4f6992446e0879624dd436e99a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b80ee4f6992446e0879624dd436e99a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b86fd3e011324d398fcdb6f095a20a9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b86fd3e011324d398fcdb6f095a20a9d", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1701d2754064b5cadf765ea0806f9b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1701d2754064b5cadf765ea0806f9b2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/db4e7b8d76d549faa502716565c733dd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db4e7b8d76d549faa502716565c733dd", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-12 08:25:31,129 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-f80af511-a85c-4981-9148-f4e3699a219d 2018-08-12 08:25:31,133 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateInstancePortManipulationTests-03aac8f0-8c28-480-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40784a600e9f00aa830c6787bbd0bcacfd4fa867" 2018-08-12 08:25:31,219 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:25:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a92e8c82-6642-44f9-a8f3-66b468e26f9c Content-Encoding: gzip Content-Length: 268 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateInstancePortManipulationTests-03aac8f0-8c28-480-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/72a8437ec4744ae696ffa281dd1bff30"}, "tags": [], "enabled": true, "id": "72a8437ec4744ae696ffa281dd1bff30", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-03aac8f0-8c28-480-proj"}]} 2018-08-12 08:25:31,219 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateInstancePortManipulationTests-03aac8f0-8c28-480-proj used request id req-a92e8c82-6642-44f9-a8f3-66b468e26f9c 2018-08-12 08:25:31,222 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40784a600e9f00aa830c6787bbd0bcacfd4fa867" 2018-08-12 08:25:31,322 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:25:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-126253f9-3143-4345-8272-2cd9d8c18a23 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:25:31,322 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-126253f9-3143-4345-8272-2cd9d8c18a23 2018-08-12 08:25:31,733 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-03aac8f0-8c28-480-user 2018-08-12 08:25:31,733 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:25:31,738 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f56deef1b7365cf2444528e7d67475a225349b1" 2018-08-12 08:25:31,822 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:25:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a17480b9-5c9c-4918-8f01-0821f3eab7cc Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:25:31,822 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-a17480b9-5c9c-4918-8f01-0821f3eab7cc 2018-08-12 08:25:31,826 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f56deef1b7365cf2444528e7d67475a225349b1" -d '{"role": {"name": "CreateInstancePortManipulationTests-03aac8f0-8c28-480-proj-role"}}' 2018-08-12 08:25:31,966 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:25:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-83338383-0462-40de-9b45-08c4c5c0263d Content-Length: 234 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "3951dd32eb454c83b0493f048f933f4b", "links": {"self": "http://172.30.9.21:5000/v3/roles/3951dd32eb454c83b0493f048f933f4b"}, "name": "CreateInstancePortManipulationTests-03aac8f0-8c28-480-proj-role"}} 2018-08-12 08:25:31,966 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-83338383-0462-40de-9b45-08c4c5c0263d 2018-08-12 08:25:31,967 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-03aac8f0-8c28-480-proj-role 2018-08-12 08:25:31,970 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/3951dd32eb454c83b0493f048f933f4b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f56deef1b7365cf2444528e7d67475a225349b1" 2018-08-12 08:25:31,988 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:25:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d2d0cc5b-dca6-4241-a953-265d0b7bce17 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "3951dd32eb454c83b0493f048f933f4b", "links": {"self": "http://172.30.9.21:5000/v3/roles/3951dd32eb454c83b0493f048f933f4b"}, "name": "CreateInstancePortManipulationTests-03aac8f0-8c28-480-proj-role"}} 2018-08-12 08:25:31,988 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/3951dd32eb454c83b0493f048f933f4b used request id req-d2d0cc5b-dca6-4241-a953-265d0b7bce17 2018-08-12 08:25:31,989 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-03aac8f0-8c28-480-proj-role to project CreateInstancePortManipulationTests-03aac8f0-8c28-480-proj 2018-08-12 08:25:31,992 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/72a8437ec4744ae696ffa281dd1bff30/users/d956451c286643de86184624efa3be5d/roles/3951dd32eb454c83b0493f048f933f4b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f56deef1b7365cf2444528e7d67475a225349b1" 2018-08-12 08:25:32,131 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:25:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-89bfae64-f408-4af8-8b12-98248e775986 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 08:25:32,131 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/72a8437ec4744ae696ffa281dd1bff30/users/d956451c286643de86184624efa3be5d/roles/3951dd32eb454c83b0493f048f933f4b used request id req-89bfae64-f408-4af8-8b12-98248e775986 2018-08-12 08:25:32,131 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-08-12 08:25:32,131 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:25:32,132 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:25:32,530 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3951dd32eb454c83b0493f048f933f4b", "name": "CreateInstancePortManipulationTests-03aac8f0-8c28-480-proj-role"}], "expires_at": "2018-08-12T09:25:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "72a8437ec4744ae696ffa281dd1bff30", "name": "CreateInstancePortManipulationTests-03aac8f0-8c28-480-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/72a8437ec4744ae696ffa281dd1bff30", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/72a8437ec4744ae696ffa281dd1bff30", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/72a8437ec4744ae696ffa281dd1bff30", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_72a8437ec4744ae696ffa281dd1bff30", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_72a8437ec4744ae696ffa281dd1bff30", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/72a8437ec4744ae696ffa281dd1bff30", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/72a8437ec4744ae696ffa281dd1bff30", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/72a8437ec4744ae696ffa281dd1bff30", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/72a8437ec4744ae696ffa281dd1bff30", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/72a8437ec4744ae696ffa281dd1bff30", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/72a8437ec4744ae696ffa281dd1bff30", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/72a8437ec4744ae696ffa281dd1bff30", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/72a8437ec4744ae696ffa281dd1bff30", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/72a8437ec4744ae696ffa281dd1bff30", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-03aac8f0-8c28-480-user", "id": "d956451c286643de86184624efa3be5d"}, "audit_ids": ["xGTI4kdJR7qMi4W_-eALrQ"], "issued_at": "2018-08-12T08:25:32.000000Z"}} 2018-08-12 08:25:32,531 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}dda5b867ad97ad64e45817f0f69ee588847f1580" 2018-08-12 08:25:32,620 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:25:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1908c95a-b1d7-4be3-b9e2-40dfa81b7b6a Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:25:32,620 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-1908c95a-b1d7-4be3-b9e2-40dfa81b7b6a 2018-08-12 08:25:32,624 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-21db32ff-8942-4d46-8674-afe493c9a545-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}dda5b867ad97ad64e45817f0f69ee588847f1580" 2018-08-12 08:25:32,817 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 180 Content-Type: application/json X-Openstack-Request-Id: req-b2a0b03f-e3f1-40f6-bf1d-ad906cc2fafe Date: Sun, 12 Aug 2018 08:25:32 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-21db32ff-8942-4d46-8674-afe493c9a545-image"} 2018-08-12 08:25:32,817 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-21db32ff-8942-4d46-8674-afe493c9a545-image used request id req-b2a0b03f-e3f1-40f6-bf1d-ad906cc2fafe 2018-08-12 08:25:32,820 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}dda5b867ad97ad64e45817f0f69ee588847f1580" 2018-08-12 08:25:33,091 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-ab6b13c4-b88e-4a11-9d8d-ce758cd29e43 Date: Sun, 12 Aug 2018 08:25:33 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"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}, "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}, "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"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "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"}, "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"}, "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}, "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}, "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"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "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}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-12 08:25:33,091 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-ab6b13c4-b88e-4a11-9d8d-ce758cd29e43 2018-08-12 08:25:33,122 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}dda5b867ad97ad64e45817f0f69ee588847f1580" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstancePortManipulationTests-21db32ff-8942-4d46-8674-afe493c9a545-image"}' 2018-08-12 08:25:33,346 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 639 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/80b9a45a-89c4-452d-90ec-86892997ff03 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-e1702334-b2e5-45ed-9af3-b218f841b64f Date: Sun, 12 Aug 2018 08:25:33 GMT RESP BODY: {"status": "queued", "name": "CreateInstancePortManipulationTests-21db32ff-8942-4d46-8674-afe493c9a545-image", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:25:33Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-08-12T08:25:33Z", "visibility": "shared", "locations": [], "self": "/v2/images/80b9a45a-89c4-452d-90ec-86892997ff03", "min_disk": 0, "protected": false, "id": "80b9a45a-89c4-452d-90ec-86892997ff03", "file": "/v2/images/80b9a45a-89c4-452d-90ec-86892997ff03/file", "checksum": null, "owner": "72a8437ec4744ae696ffa281dd1bff30", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-12 08:25:33,346 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-e1702334-b2e5-45ed-9af3-b218f841b64f 2018-08-12 08:25:33,356 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/80b9a45a-89c4-452d-90ec-86892997ff03/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}dda5b867ad97ad64e45817f0f69ee588847f1580" -d '' 2018-08-12 08:25:34,306 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d3d087e5-e1e6-4a95-a6dc-a0b4fc9344ba Date: Sun, 12 Aug 2018 08:25:34 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 08:25:34,306 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/80b9a45a-89c4-452d-90ec-86892997ff03/file used request id req-d3d087e5-e1e6-4a95-a6dc-a0b4fc9344ba 2018-08-12 08:25:34,307 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-12 08:25:34,310 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/80b9a45a-89c4-452d-90ec-86892997ff03 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}dda5b867ad97ad64e45817f0f69ee588847f1580" 2018-08-12 08:25:34,501 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-22684ca3-1121-4de4-ab0a-09e99787419f Date: Sun, 12 Aug 2018 08:25:34 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-21db32ff-8942-4d46-8674-afe493c9a545-image", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:25:33Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-12T08:25:34Z", "visibility": "shared", "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/80b9a45a-89c4-452d-90ec-86892997ff03/snap", "metadata": {}}], "self": "/v2/images/80b9a45a-89c4-452d-90ec-86892997ff03", "min_disk": 0, "protected": false, "id": "80b9a45a-89c4-452d-90ec-86892997ff03", "file": "/v2/images/80b9a45a-89c4-452d-90ec-86892997ff03/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "72a8437ec4744ae696ffa281dd1bff30", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/80b9a45a-89c4-452d-90ec-86892997ff03/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-12 08:25:34,501 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/80b9a45a-89c4-452d-90ec-86892997ff03 used request id req-22684ca3-1121-4de4-ab0a-09e99787419f 2018-08-12 08:25:34,504 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}dda5b867ad97ad64e45817f0f69ee588847f1580" 2018-08-12 08:25:34,675 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-991f39d0-c5e1-4bf5-a373-38be96cba1ad Date: Sun, 12 Aug 2018 08:25:34 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"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}, "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}, "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"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "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"}, "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"}, "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}, "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}, "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"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "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}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-12 08:25:34,675 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-991f39d0-c5e1-4bf5-a373-38be96cba1ad 2018-08-12 08:25:34,678 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-21db32ff-8942-4d46-8674-afe493c9a545-image 2018-08-12 08:25:34,681 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/80b9a45a-89c4-452d-90ec-86892997ff03 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}dda5b867ad97ad64e45817f0f69ee588847f1580" 2018-08-12 08:25:34,698 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-6051bdcf-f21a-4ee0-87f0-23f18c8966dc Date: Sun, 12 Aug 2018 08:25:34 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-21db32ff-8942-4d46-8674-afe493c9a545-image", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:25:33Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-12T08:25:34Z", "visibility": "shared", "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/80b9a45a-89c4-452d-90ec-86892997ff03/snap", "metadata": {}}], "self": "/v2/images/80b9a45a-89c4-452d-90ec-86892997ff03", "min_disk": 0, "protected": false, "id": "80b9a45a-89c4-452d-90ec-86892997ff03", "file": "/v2/images/80b9a45a-89c4-452d-90ec-86892997ff03/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "72a8437ec4744ae696ffa281dd1bff30", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/80b9a45a-89c4-452d-90ec-86892997ff03/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-12 08:25:34,698 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/80b9a45a-89c4-452d-90ec-86892997ff03 used request id req-6051bdcf-f21a-4ee0-87f0-23f18c8966dc 2018-08-12 08:25:34,699 - create_image - DEBUG - Instance status is - active 2018-08-12 08:25:34,699 - create_image - DEBUG - Image is active with name - CreateInstancePortManipulationTests-21db32ff-8942-4d46-8674-afe493c9a545-image 2018-08-12 08:25:34,699 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-21db32ff-8942-4d46-8674-afe493c9a545-image 2018-08-12 08:25:34,699 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:25:34,700 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:25:35,091 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3951dd32eb454c83b0493f048f933f4b", "name": "CreateInstancePortManipulationTests-03aac8f0-8c28-480-proj-role"}], "expires_at": "2018-08-12T09:25:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "72a8437ec4744ae696ffa281dd1bff30", "name": "CreateInstancePortManipulationTests-03aac8f0-8c28-480-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/72a8437ec4744ae696ffa281dd1bff30", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/72a8437ec4744ae696ffa281dd1bff30", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/72a8437ec4744ae696ffa281dd1bff30", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_72a8437ec4744ae696ffa281dd1bff30", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_72a8437ec4744ae696ffa281dd1bff30", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/72a8437ec4744ae696ffa281dd1bff30", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/72a8437ec4744ae696ffa281dd1bff30", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/72a8437ec4744ae696ffa281dd1bff30", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/72a8437ec4744ae696ffa281dd1bff30", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/72a8437ec4744ae696ffa281dd1bff30", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/72a8437ec4744ae696ffa281dd1bff30", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/72a8437ec4744ae696ffa281dd1bff30", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/72a8437ec4744ae696ffa281dd1bff30", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/72a8437ec4744ae696ffa281dd1bff30", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-03aac8f0-8c28-480-user", "id": "d956451c286643de86184624efa3be5d"}, "audit_ids": ["xbbu65DMTgWscDCC_6Bwpw"], "issued_at": "2018-08-12T08:25:35.000000Z"}} 2018-08-12 08:25:35,092 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}84b9aa95aa404dded11665c98f199010a0a4cd95" 2018-08-12 08:25:35,178 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:25:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-067fb0a5-098d-4a13-bc51-79f875d4c9af Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:25:35,178 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-067fb0a5-098d-4a13-bc51-79f875d4c9af 2018-08-12 08:25:35,180 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:25:35,180 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:25:35,180 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:25:35,180 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:25:35,180 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:25:35,189 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-21db32ff-8942-4d46-8674-afe493c9a545-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84b9aa95aa404dded11665c98f199010a0a4cd95" 2018-08-12 08:25:35,406 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-288f0308-0163-40d0-9c1f-3b7321b08d48 Date: Sun, 12 Aug 2018 08:25:35 GMT RESP BODY: {"networks":[]} 2018-08-12 08:25:35,406 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-21db32ff-8942-4d46-8674-afe493c9a545-pub-net used request id req-288f0308-0163-40d0-9c1f-3b7321b08d48 2018-08-12 08:25:35,406 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-21db32ff-8942-4d46-8674-afe493c9a545-pub-net 2018-08-12 08:25:35,411 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84b9aa95aa404dded11665c98f199010a0a4cd95" -d '{"network": {"name": "CreateInstancePortManipulationTests-21db32ff-8942-4d46-8674-afe493c9a545-pub-net", "admin_state_up": true}}' 2018-08-12 08:25:36,054 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 617 X-Openstack-Request-Id: req-e649bf3e-bfea-48ef-a475-8d59b3e84446 Date: Sun, 12 Aug 2018 08:25:36 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"72a8437ec4744ae696ffa281dd1bff30","created_at":"2018-08-12T08:25:35Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T08:25:35Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"72a8437ec4744ae696ffa281dd1bff30","id":"f287987d-c056-4b62-bf82-ebb49687d7d0","name":"CreateInstancePortManipulationTests-21db32ff-8942-4d46-8674-afe493c9a545-pub-net"}} 2018-08-12 08:25:36,054 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-e649bf3e-bfea-48ef-a475-8d59b3e84446 2018-08-12 08:25:36,059 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=f287987d-c056-4b62-bf82-ebb49687d7d0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84b9aa95aa404dded11665c98f199010a0a4cd95" 2018-08-12 08:25:36,304 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 601 X-Openstack-Request-Id: req-dd9b9f67-6136-49e5-a06c-c66a63b7a27f Date: Sun, 12 Aug 2018 08:25:36 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-12T08:25:35Z","tenant_id":"72a8437ec4744ae696ffa281dd1bff30","created_at":"2018-08-12T08:25:35Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"72a8437ec4744ae696ffa281dd1bff30","id":"f287987d-c056-4b62-bf82-ebb49687d7d0","name":"CreateInstancePortManipulationTests-21db32ff-8942-4d46-8674-afe493c9a545-pub-net"}]} 2018-08-12 08:25:36,304 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=f287987d-c056-4b62-bf82-ebb49687d7d0 used request id req-dd9b9f67-6136-49e5-a06c-c66a63b7a27f 2018-08-12 08:25:36,309 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=f287987d-c056-4b62-bf82-ebb49687d7d0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84b9aa95aa404dded11665c98f199010a0a4cd95" 2018-08-12 08:25:36,517 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-951b666d-44db-4471-979f-e8f2ceb28f5c Date: Sun, 12 Aug 2018 08:25:36 GMT RESP BODY: {"subnets":[]} 2018-08-12 08:25:36,517 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=f287987d-c056-4b62-bf82-ebb49687d7d0 used request id req-951b666d-44db-4471-979f-e8f2ceb28f5c 2018-08-12 08:25:36,518 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-21db32ff-8942-4d46-8674-afe493c9a545-pub-subnet 2018-08-12 08:25:36,523 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84b9aa95aa404dded11665c98f199010a0a4cd95" -d '{"subnets": [{"ip_version": 4, "network_id": "f287987d-c056-4b62-bf82-ebb49687d7d0", "cidr": "10.55.0.0/24", "name": "CreateInstancePortManipulationTests-21db32ff-8942-4d46-8674-afe493c9a545-pub-subnet"}]}' 2018-08-12 08:25:37,575 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-b6688d0c-ce31-4e75-b7ec-3da57a82aa33 Date: Sun, 12 Aug 2018 08:25:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f287987d-c056-4b62-bf82-ebb49687d7d0","tenant_id":"72a8437ec4744ae696ffa281dd1bff30","created_at":"2018-08-12T08:25:36Z","dns_nameservers":[],"updated_at":"2018-08-12T08:25:36Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"72a8437ec4744ae696ffa281dd1bff30","id":"d69da18c-b507-4e89-8d6d-1e81606b811d","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-21db32ff-8942-4d46-8674-afe493c9a545-pub-subnet"}]} 2018-08-12 08:25:37,575 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-b6688d0c-ce31-4e75-b7ec-3da57a82aa33 2018-08-12 08:25:37,580 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=f287987d-c056-4b62-bf82-ebb49687d7d0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84b9aa95aa404dded11665c98f199010a0a4cd95" 2018-08-12 08:25:37,906 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-ab86d9df-2595-42b8-892e-81e0a9265b0f Date: Sun, 12 Aug 2018 08:25:37 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":["d69da18c-b507-4e89-8d6d-1e81606b811d"],"updated_at":"2018-08-12T08:25:36Z","tenant_id":"72a8437ec4744ae696ffa281dd1bff30","created_at":"2018-08-12T08:25:35Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"72a8437ec4744ae696ffa281dd1bff30","id":"f287987d-c056-4b62-bf82-ebb49687d7d0","name":"CreateInstancePortManipulationTests-21db32ff-8942-4d46-8674-afe493c9a545-pub-net"}]} 2018-08-12 08:25:37,907 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=f287987d-c056-4b62-bf82-ebb49687d7d0 used request id req-ab86d9df-2595-42b8-892e-81e0a9265b0f 2018-08-12 08:25:37,912 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=f287987d-c056-4b62-bf82-ebb49687d7d0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84b9aa95aa404dded11665c98f199010a0a4cd95" 2018-08-12 08:25:38,117 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-aa01c0a6-8eea-4263-9eab-68be651ab34e Date: Sun, 12 Aug 2018 08:25:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f287987d-c056-4b62-bf82-ebb49687d7d0","tenant_id":"72a8437ec4744ae696ffa281dd1bff30","created_at":"2018-08-12T08:25:36Z","dns_nameservers":[],"updated_at":"2018-08-12T08:25:36Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"72a8437ec4744ae696ffa281dd1bff30","id":"d69da18c-b507-4e89-8d6d-1e81606b811d","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-21db32ff-8942-4d46-8674-afe493c9a545-pub-subnet"}]} 2018-08-12 08:25:38,118 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=f287987d-c056-4b62-bf82-ebb49687d7d0 used request id req-aa01c0a6-8eea-4263-9eab-68be651ab34e 2018-08-12 08:25:38,118 - OpenStackNetwork - DEBUG - Network [f287987d-c056-4b62-bf82-ebb49687d7d0] created successfully 2018-08-12 08:25:38,118 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:25:38,119 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:25:38,508 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:25:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["GB_1w8vGQ-6b5AuP-pDzCw"], "issued_at": "2018-08-12T08:25:38.000000Z"}} 2018-08-12 08:25:38,508 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}b054fd5121f352d9eb46c493ce944086fff49194" 2018-08-12 08:25:38,722 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:25:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-814fd494-e889-4d58-ad31-a631a00ee3af Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:25:38,722 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-814fd494-e889-4d58-ad31-a631a00ee3af 2018-08-12 08:25:38,723 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-12 08:25:38,728 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b054fd5121f352d9eb46c493ce944086fff49194" 2018-08-12 08:25:38,922 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:25: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-5a4866d1-7a85-4dc8-9c55-e4723c4ec9a9 x-compute-request-id: req-5a4866d1-7a85-4dc8-9c55-e4723c4ec9a9 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-08-12 08:25:38,922 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-5a4866d1-7a85-4dc8-9c55-e4723c4ec9a9 2018-08-12 08:25:38,925 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b054fd5121f352d9eb46c493ce944086fff49194" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstancePortManipulationTests-21db32ff-8942-4d46-8674-afe493c9a545-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-08-12 08:25:38,963 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:25: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-906cfad9-d104-4c89-975c-b0026d1f5fee x-compute-request-id: req-906cfad9-d104-4c89-975c-b0026d1f5fee Content-Encoding: gzip Content-Length: 332 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateInstancePortManipulationTests-21db32ff-8942-4d46-8674-afe493c9a545-flavor-name", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/e9b77060-531f-431b-9910-a8f1907f0dc2", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/e9b77060-531f-431b-9910-a8f1907f0dc2", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": "e9b77060-531f-431b-9910-a8f1907f0dc2"}} 2018-08-12 08:25:38,963 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-906cfad9-d104-4c89-975c-b0026d1f5fee 2018-08-12 08:25:38,964 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:25:38,965 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:25:39,383 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3951dd32eb454c83b0493f048f933f4b", "name": "CreateInstancePortManipulationTests-03aac8f0-8c28-480-proj-role"}], "expires_at": "2018-08-12T09:25:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "72a8437ec4744ae696ffa281dd1bff30", "name": "CreateInstancePortManipulationTests-03aac8f0-8c28-480-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/72a8437ec4744ae696ffa281dd1bff30", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/72a8437ec4744ae696ffa281dd1bff30", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/72a8437ec4744ae696ffa281dd1bff30", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_72a8437ec4744ae696ffa281dd1bff30", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_72a8437ec4744ae696ffa281dd1bff30", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/72a8437ec4744ae696ffa281dd1bff30", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/72a8437ec4744ae696ffa281dd1bff30", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/72a8437ec4744ae696ffa281dd1bff30", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/72a8437ec4744ae696ffa281dd1bff30", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/72a8437ec4744ae696ffa281dd1bff30", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/72a8437ec4744ae696ffa281dd1bff30", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/72a8437ec4744ae696ffa281dd1bff30", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/72a8437ec4744ae696ffa281dd1bff30", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/72a8437ec4744ae696ffa281dd1bff30", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-03aac8f0-8c28-480-user", "id": "d956451c286643de86184624efa3be5d"}, "audit_ids": ["OYUXBjqgTAui6jcFkYFj3Q"], "issued_at": "2018-08-12T08:25:39.000000Z"}} 2018-08-12 08:25:39,384 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}d43fbfe57bd24d7f58e7771e4a0c83c666505e89" 2018-08-12 08:25:39,470 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:25:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-987cc853-67a2-4016-8a5c-266dd0100c42 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:25:39,470 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-987cc853-67a2-4016-8a5c-266dd0100c42 2018-08-12 08:25:39,471 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-12 08:25:39,472 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:25:39,473 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:25:39,473 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:25:39,473 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:25:39,473 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:25:39,475 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}d43fbfe57bd24d7f58e7771e4a0c83c666505e89" 2018-08-12 08:25:39,488 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:25:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9cac8daf-eca4-4bf8-b83c-5037d68ce6b6 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:25:39,488 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-9cac8daf-eca4-4bf8-b83c-5037d68ce6b6 2018-08-12 08:25:39,495 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-21db32ff-8942-4d46-8674-afe493c9a545-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d43fbfe57bd24d7f58e7771e4a0c83c666505e89" 2018-08-12 08:25:39,770 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-ecfa84d9-d124-4573-a417-5d5f4af122fe Date: Sun, 12 Aug 2018 08:25:39 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["d69da18c-b507-4e89-8d6d-1e81606b811d"],"updated_at":"2018-08-12T08:25:36Z","tenant_id":"72a8437ec4744ae696ffa281dd1bff30","created_at":"2018-08-12T08:25:35Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"72a8437ec4744ae696ffa281dd1bff30","id":"f287987d-c056-4b62-bf82-ebb49687d7d0","name":"CreateInstancePortManipulationTests-21db32ff-8942-4d46-8674-afe493c9a545-pub-net"}]} 2018-08-12 08:25:39,770 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-21db32ff-8942-4d46-8674-afe493c9a545-pub-net used request id req-ecfa84d9-d124-4573-a417-5d5f4af122fe 2018-08-12 08:25:39,776 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=f287987d-c056-4b62-bf82-ebb49687d7d0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d43fbfe57bd24d7f58e7771e4a0c83c666505e89" 2018-08-12 08:25:39,987 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-e2ab9d28-0697-48ca-b9ce-4f7afcf52350 Date: Sun, 12 Aug 2018 08:25:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f287987d-c056-4b62-bf82-ebb49687d7d0","tenant_id":"72a8437ec4744ae696ffa281dd1bff30","created_at":"2018-08-12T08:25:36Z","dns_nameservers":[],"updated_at":"2018-08-12T08:25:36Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"72a8437ec4744ae696ffa281dd1bff30","id":"d69da18c-b507-4e89-8d6d-1e81606b811d","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-21db32ff-8942-4d46-8674-afe493c9a545-pub-subnet"}]} 2018-08-12 08:25:39,987 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=f287987d-c056-4b62-bf82-ebb49687d7d0 used request id req-e2ab9d28-0697-48ca-b9ce-4f7afcf52350 2018-08-12 08:25:39,993 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-21db32ff-8942-4d46-8674-afe493c9a545-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d43fbfe57bd24d7f58e7771e4a0c83c666505e89" 2018-08-12 08:25:40,267 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-36f5b088-103f-4a8e-9f2f-1bde93828bb8 Date: Sun, 12 Aug 2018 08:25: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":["d69da18c-b507-4e89-8d6d-1e81606b811d"],"updated_at":"2018-08-12T08:25:36Z","tenant_id":"72a8437ec4744ae696ffa281dd1bff30","created_at":"2018-08-12T08:25:35Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"72a8437ec4744ae696ffa281dd1bff30","id":"f287987d-c056-4b62-bf82-ebb49687d7d0","name":"CreateInstancePortManipulationTests-21db32ff-8942-4d46-8674-afe493c9a545-pub-net"}]} 2018-08-12 08:25:40,267 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-21db32ff-8942-4d46-8674-afe493c9a545-pub-net used request id req-36f5b088-103f-4a8e-9f2f-1bde93828bb8 2018-08-12 08:25:40,271 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:25:40,276 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:25:40 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:25:40,277 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/72a8437ec4744ae696ffa281dd1bff30 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d43fbfe57bd24d7f58e7771e4a0c83c666505e89" 2018-08-12 08:25:40,371 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:25:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-753fbd65-82f5-4638-8e19-ff6723345839 Content-Encoding: gzip Content-Length: 235 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/72a8437ec4744ae696ffa281dd1bff30"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "72a8437ec4744ae696ffa281dd1bff30", "name": "CreateInstancePortManipulationTests-03aac8f0-8c28-480-proj"}} 2018-08-12 08:25:40,371 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/72a8437ec4744ae696ffa281dd1bff30 used request id req-753fbd65-82f5-4638-8e19-ff6723345839 2018-08-12 08:25:40,376 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=f287987d-c056-4b62-bf82-ebb49687d7d0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d43fbfe57bd24d7f58e7771e4a0c83c666505e89" 2018-08-12 08:25:40,606 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-68da5e3b-2598-4663-a939-5395902e7b30 Date: Sun, 12 Aug 2018 08:25:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f287987d-c056-4b62-bf82-ebb49687d7d0","tenant_id":"72a8437ec4744ae696ffa281dd1bff30","created_at":"2018-08-12T08:25:36Z","dns_nameservers":[],"updated_at":"2018-08-12T08:25:36Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"72a8437ec4744ae696ffa281dd1bff30","id":"d69da18c-b507-4e89-8d6d-1e81606b811d","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-21db32ff-8942-4d46-8674-afe493c9a545-pub-subnet"}]} 2018-08-12 08:25:40,606 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=f287987d-c056-4b62-bf82-ebb49687d7d0 used request id req-68da5e3b-2598-4663-a939-5395902e7b30 2018-08-12 08:25:40,611 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=f287987d-c056-4b62-bf82-ebb49687d7d0&name=CreateInstancePortManipulationTests-21db32ff-8942-4d46-8674-afe493c9a545port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d43fbfe57bd24d7f58e7771e4a0c83c666505e89" 2018-08-12 08:25:40,818 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-fdac77f4-ee13-435d-a88d-90797e57ddaf Date: Sun, 12 Aug 2018 08:25:40 GMT RESP BODY: {"ports":[]} 2018-08-12 08:25:40,818 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=f287987d-c056-4b62-bf82-ebb49687d7d0&name=CreateInstancePortManipulationTests-21db32ff-8942-4d46-8674-afe493c9a545port-1&admin_state_up=True used request id req-fdac77f4-ee13-435d-a88d-90797e57ddaf 2018-08-12 08:25:40,821 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-21db32ff-8942-4d46-8674-afe493c9a545-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d43fbfe57bd24d7f58e7771e4a0c83c666505e89" 2018-08-12 08:25:41,074 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:25: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-0e01dec0-dd20-4984-9a42-55ccf3f159a6 x-compute-request-id: req-0e01dec0-dd20-4984-9a42-55ccf3f159a6 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-12 08:25:41,074 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-21db32ff-8942-4d46-8674-afe493c9a545-inst used request id req-0e01dec0-dd20-4984-9a42-55ccf3f159a6 2018-08-12 08:25:41,080 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-21db32ff-8942-4d46-8674-afe493c9a545-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d43fbfe57bd24d7f58e7771e4a0c83c666505e89" 2018-08-12 08:25:41,531 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-d80d21dd-e50d-493e-9c44-9fabe6298ed7 Date: Sun, 12 Aug 2018 08:25:41 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":["d69da18c-b507-4e89-8d6d-1e81606b811d"],"updated_at":"2018-08-12T08:25:36Z","tenant_id":"72a8437ec4744ae696ffa281dd1bff30","created_at":"2018-08-12T08:25:35Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"72a8437ec4744ae696ffa281dd1bff30","id":"f287987d-c056-4b62-bf82-ebb49687d7d0","name":"CreateInstancePortManipulationTests-21db32ff-8942-4d46-8674-afe493c9a545-pub-net"}]} 2018-08-12 08:25:41,532 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-21db32ff-8942-4d46-8674-afe493c9a545-pub-net used request id req-d80d21dd-e50d-493e-9c44-9fabe6298ed7 2018-08-12 08:25:41,537 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=f287987d-c056-4b62-bf82-ebb49687d7d0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d43fbfe57bd24d7f58e7771e4a0c83c666505e89" 2018-08-12 08:25:41,784 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-aee1315e-faad-4ca6-9c34-61f9d0f2baf7 Date: Sun, 12 Aug 2018 08:25:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f287987d-c056-4b62-bf82-ebb49687d7d0","tenant_id":"72a8437ec4744ae696ffa281dd1bff30","created_at":"2018-08-12T08:25:36Z","dns_nameservers":[],"updated_at":"2018-08-12T08:25:36Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"72a8437ec4744ae696ffa281dd1bff30","id":"d69da18c-b507-4e89-8d6d-1e81606b811d","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-21db32ff-8942-4d46-8674-afe493c9a545-pub-subnet"}]} 2018-08-12 08:25:41,784 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=f287987d-c056-4b62-bf82-ebb49687d7d0 used request id req-aee1315e-faad-4ca6-9c34-61f9d0f2baf7 2018-08-12 08:25:41,789 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-21db32ff-8942-4d46-8674-afe493c9a545-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d43fbfe57bd24d7f58e7771e4a0c83c666505e89" 2018-08-12 08:25:42,065 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-79f93815-52ca-4ffc-ad01-cbc292b2b2ce Date: Sun, 12 Aug 2018 08:25:42 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":["d69da18c-b507-4e89-8d6d-1e81606b811d"],"updated_at":"2018-08-12T08:25:36Z","tenant_id":"72a8437ec4744ae696ffa281dd1bff30","created_at":"2018-08-12T08:25:35Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"72a8437ec4744ae696ffa281dd1bff30","id":"f287987d-c056-4b62-bf82-ebb49687d7d0","name":"CreateInstancePortManipulationTests-21db32ff-8942-4d46-8674-afe493c9a545-pub-net"}]} 2018-08-12 08:25:42,065 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-21db32ff-8942-4d46-8674-afe493c9a545-pub-net used request id req-79f93815-52ca-4ffc-ad01-cbc292b2b2ce 2018-08-12 08:25:42,068 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/72a8437ec4744ae696ffa281dd1bff30 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d43fbfe57bd24d7f58e7771e4a0c83c666505e89" 2018-08-12 08:25:42,154 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:25:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b2e9ef4a-7a22-4d0f-812b-33b735fc49a6 Content-Encoding: gzip Content-Length: 235 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/72a8437ec4744ae696ffa281dd1bff30"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "72a8437ec4744ae696ffa281dd1bff30", "name": "CreateInstancePortManipulationTests-03aac8f0-8c28-480-proj"}} 2018-08-12 08:25:42,154 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/72a8437ec4744ae696ffa281dd1bff30 used request id req-b2e9ef4a-7a22-4d0f-812b-33b735fc49a6 2018-08-12 08:25:42,159 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=f287987d-c056-4b62-bf82-ebb49687d7d0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d43fbfe57bd24d7f58e7771e4a0c83c666505e89" 2018-08-12 08:25:42,206 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-0d935be3-ca23-499e-9f34-a5c9fa0b7463 Date: Sun, 12 Aug 2018 08:25:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f287987d-c056-4b62-bf82-ebb49687d7d0","tenant_id":"72a8437ec4744ae696ffa281dd1bff30","created_at":"2018-08-12T08:25:36Z","dns_nameservers":[],"updated_at":"2018-08-12T08:25:36Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"72a8437ec4744ae696ffa281dd1bff30","id":"d69da18c-b507-4e89-8d6d-1e81606b811d","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-21db32ff-8942-4d46-8674-afe493c9a545-pub-subnet"}]} 2018-08-12 08:25:42,206 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=f287987d-c056-4b62-bf82-ebb49687d7d0 used request id req-0d935be3-ca23-499e-9f34-a5c9fa0b7463 2018-08-12 08:25:42,212 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=f287987d-c056-4b62-bf82-ebb49687d7d0&name=CreateInstancePortManipulationTests-21db32ff-8942-4d46-8674-afe493c9a545port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d43fbfe57bd24d7f58e7771e4a0c83c666505e89" 2018-08-12 08:25:42,508 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-0eb540e7-a23c-4324-bf22-0949f5e2fb3a Date: Sun, 12 Aug 2018 08:25:42 GMT RESP BODY: {"ports":[]} 2018-08-12 08:25:42,508 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=f287987d-c056-4b62-bf82-ebb49687d7d0&name=CreateInstancePortManipulationTests-21db32ff-8942-4d46-8674-afe493c9a545port-1&admin_state_up=True used request id req-0eb540e7-a23c-4324-bf22-0949f5e2fb3a 2018-08-12 08:25:42,509 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:25:42,509 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:25:42,905 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3951dd32eb454c83b0493f048f933f4b", "name": "CreateInstancePortManipulationTests-03aac8f0-8c28-480-proj-role"}], "expires_at": "2018-08-12T09:25:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "72a8437ec4744ae696ffa281dd1bff30", "name": "CreateInstancePortManipulationTests-03aac8f0-8c28-480-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/72a8437ec4744ae696ffa281dd1bff30", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/72a8437ec4744ae696ffa281dd1bff30", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/72a8437ec4744ae696ffa281dd1bff30", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_72a8437ec4744ae696ffa281dd1bff30", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_72a8437ec4744ae696ffa281dd1bff30", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/72a8437ec4744ae696ffa281dd1bff30", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/72a8437ec4744ae696ffa281dd1bff30", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/72a8437ec4744ae696ffa281dd1bff30", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/72a8437ec4744ae696ffa281dd1bff30", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/72a8437ec4744ae696ffa281dd1bff30", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/72a8437ec4744ae696ffa281dd1bff30", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/72a8437ec4744ae696ffa281dd1bff30", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/72a8437ec4744ae696ffa281dd1bff30", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/72a8437ec4744ae696ffa281dd1bff30", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-03aac8f0-8c28-480-user", "id": "d956451c286643de86184624efa3be5d"}, "audit_ids": ["hLNsJT8_RN2pktAos8Wsqg"], "issued_at": "2018-08-12T08:25:42.000000Z"}} 2018-08-12 08:25:42,906 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}5fb90af3cb66459913caa9f242bd9e66b63111d9" 2018-08-12 08:25:42,995 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:25:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-17397aba-f760-42dd-bf0f-f0161c73cac4 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:25:42,995 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-17397aba-f760-42dd-bf0f-f0161c73cac4 2018-08-12 08:25:43,001 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-21db32ff-8942-4d46-8674-afe493c9a545-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d43fbfe57bd24d7f58e7771e4a0c83c666505e89" 2018-08-12 08:25:43,290 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-953922c0-318b-4b56-9a92-9a63df1e1931 Date: Sun, 12 Aug 2018 08:25:43 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["d69da18c-b507-4e89-8d6d-1e81606b811d"],"updated_at":"2018-08-12T08:25:36Z","tenant_id":"72a8437ec4744ae696ffa281dd1bff30","created_at":"2018-08-12T08:25:35Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"72a8437ec4744ae696ffa281dd1bff30","id":"f287987d-c056-4b62-bf82-ebb49687d7d0","name":"CreateInstancePortManipulationTests-21db32ff-8942-4d46-8674-afe493c9a545-pub-net"}]} 2018-08-12 08:25:43,290 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-21db32ff-8942-4d46-8674-afe493c9a545-pub-net used request id req-953922c0-318b-4b56-9a92-9a63df1e1931 2018-08-12 08:25:43,295 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=f287987d-c056-4b62-bf82-ebb49687d7d0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d43fbfe57bd24d7f58e7771e4a0c83c666505e89" 2018-08-12 08:25:43,529 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-de0035e0-a9e8-455f-b5d8-2ab699bb3bc1 Date: Sun, 12 Aug 2018 08:25:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f287987d-c056-4b62-bf82-ebb49687d7d0","tenant_id":"72a8437ec4744ae696ffa281dd1bff30","created_at":"2018-08-12T08:25:36Z","dns_nameservers":[],"updated_at":"2018-08-12T08:25:36Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"72a8437ec4744ae696ffa281dd1bff30","id":"d69da18c-b507-4e89-8d6d-1e81606b811d","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-21db32ff-8942-4d46-8674-afe493c9a545-pub-subnet"}]} 2018-08-12 08:25:43,529 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=f287987d-c056-4b62-bf82-ebb49687d7d0 used request id req-de0035e0-a9e8-455f-b5d8-2ab699bb3bc1 2018-08-12 08:25:43,534 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-21db32ff-8942-4d46-8674-afe493c9a545-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d43fbfe57bd24d7f58e7771e4a0c83c666505e89" 2018-08-12 08:25:43,640 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-2546278f-6c65-4000-abbc-d99d08805bb2 Date: Sun, 12 Aug 2018 08:25:43 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["d69da18c-b507-4e89-8d6d-1e81606b811d"],"updated_at":"2018-08-12T08:25:36Z","tenant_id":"72a8437ec4744ae696ffa281dd1bff30","created_at":"2018-08-12T08:25:35Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"72a8437ec4744ae696ffa281dd1bff30","id":"f287987d-c056-4b62-bf82-ebb49687d7d0","name":"CreateInstancePortManipulationTests-21db32ff-8942-4d46-8674-afe493c9a545-pub-net"}]} 2018-08-12 08:25:43,641 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-21db32ff-8942-4d46-8674-afe493c9a545-pub-net used request id req-2546278f-6c65-4000-abbc-d99d08805bb2 2018-08-12 08:25:43,644 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:25:43,649 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:25:43 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:25:43,650 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/72a8437ec4744ae696ffa281dd1bff30 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fb90af3cb66459913caa9f242bd9e66b63111d9" 2018-08-12 08:25:43,745 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:25:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7e712ac6-5b20-4df4-b440-a4c2c94031e2 Content-Encoding: gzip Content-Length: 235 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/72a8437ec4744ae696ffa281dd1bff30"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "72a8437ec4744ae696ffa281dd1bff30", "name": "CreateInstancePortManipulationTests-03aac8f0-8c28-480-proj"}} 2018-08-12 08:25:43,745 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/72a8437ec4744ae696ffa281dd1bff30 used request id req-7e712ac6-5b20-4df4-b440-a4c2c94031e2 2018-08-12 08:25:43,750 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=f287987d-c056-4b62-bf82-ebb49687d7d0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d43fbfe57bd24d7f58e7771e4a0c83c666505e89" 2018-08-12 08:25:43,956 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-05118acc-2ecf-46a4-964d-2ea0deddf4f7 Date: Sun, 12 Aug 2018 08:25:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f287987d-c056-4b62-bf82-ebb49687d7d0","tenant_id":"72a8437ec4744ae696ffa281dd1bff30","created_at":"2018-08-12T08:25:36Z","dns_nameservers":[],"updated_at":"2018-08-12T08:25:36Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"72a8437ec4744ae696ffa281dd1bff30","id":"d69da18c-b507-4e89-8d6d-1e81606b811d","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-21db32ff-8942-4d46-8674-afe493c9a545-pub-subnet"}]} 2018-08-12 08:25:43,957 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=f287987d-c056-4b62-bf82-ebb49687d7d0 used request id req-05118acc-2ecf-46a4-964d-2ea0deddf4f7 2018-08-12 08:25:43,958 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-21db32ff-8942-4d46-8674-afe493c9a545-pub-net 2018-08-12 08:25:43,963 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d43fbfe57bd24d7f58e7771e4a0c83c666505e89" -d '{"port": {"network_id": "f287987d-c056-4b62-bf82-ebb49687d7d0", "name": "CreateInstancePortManipulationTests-21db32ff-8942-4d46-8674-afe493c9a545port-1", "allowed_address_pairs": [{"ip_address": "foo", "mac_address": "0a:1b:2c:3d:4e:5f"}], "admin_state_up": true}}' 2018-08-12 08:25:43,975 - keystoneauth.session - DEBUG - RESP: [400] Content-Length: 104 Content-Type: application/json X-Openstack-Request-Id: req-01fdb242-2461-43b1-a7d3-5e16720bd1b8 Date: Sun, 12 Aug 2018 08:25:43 GMT RESP BODY: {"NeutronError": {"message": "'foo' is not a valid IP address", "type": "HTTPBadRequest", "detail": ""}} 2018-08-12 08:25:43,975 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/ports used request id req-01fdb242-2461-43b1-a7d3-5e16720bd1b8 2018-08-12 08:25:43,975 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "'foo' is not a valid IP address", "type": "HTTPBadRequest", "detail": ""}} 2018-08-12 08:25:43,979 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/flavors/e9b77060-531f-431b-9910-a8f1907f0dc2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b054fd5121f352d9eb46c493ce944086fff49194" 2018-08-12 08:25:44,025 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 08: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 x-openstack-request-id: req-bcdcd0ee-6966-438f-9431-7b278a21fb71 x-compute-request-id: req-bcdcd0ee-6966-438f-9431-7b278a21fb71 Content-Length: 0 Content-Type: application/json 2018-08-12 08:25:44,025 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/e9b77060-531f-431b-9910-a8f1907f0dc2 used request id req-bcdcd0ee-6966-438f-9431-7b278a21fb71 2018-08-12 08:25:44,026 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-21db32ff-8942-4d46-8674-afe493c9a545-pub-subnet 2018-08-12 08:25:44,026 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-21db32ff-8942-4d46-8674-afe493c9a545-pub-subnet 2018-08-12 08:25:44,031 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/d69da18c-b507-4e89-8d6d-1e81606b811d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84b9aa95aa404dded11665c98f199010a0a4cd95" 2018-08-12 08:25:46,698 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-8ef8088d-2be1-4f6c-9394-4eb30ddcb257 Date: Sun, 12 Aug 2018 08:25:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:25:46,698 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/d69da18c-b507-4e89-8d6d-1e81606b811d used request id req-8ef8088d-2be1-4f6c-9394-4eb30ddcb257 2018-08-12 08:25:46,699 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-21db32ff-8942-4d46-8674-afe493c9a545-pub-net 2018-08-12 08:25:46,704 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/f287987d-c056-4b62-bf82-ebb49687d7d0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84b9aa95aa404dded11665c98f199010a0a4cd95" 2018-08-12 08:25:48,907 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-67833209-9aae-4f99-b880-030bacd788a4 Date: Sun, 12 Aug 2018 08:25:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:25:48,908 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/f287987d-c056-4b62-bf82-ebb49687d7d0 used request id req-67833209-9aae-4f99-b880-030bacd788a4 2018-08-12 08:25:48,908 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-21db32ff-8942-4d46-8674-afe493c9a545-image 2018-08-12 08:25:48,911 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/80b9a45a-89c4-452d-90ec-86892997ff03 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}dda5b867ad97ad64e45817f0f69ee588847f1580" 2018-08-12 08:25:50,338 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-271f1395-360b-489d-ac7d-a0c1211cbf52 Date: Sun, 12 Aug 2018 08:25: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 08:25:50,338 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/80b9a45a-89c4-452d-90ec-86892997ff03 used request id req-271f1395-360b-489d-ac7d-a0c1211cbf52 2018-08-12 08:25:50,339 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:25:50,339 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:25:50,339 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:25:50,339 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:25:50,340 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:25:50,346 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f56deef1b7365cf2444528e7d67475a225349b1" 2018-08-12 08:25:50,610 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 45548 X-Openstack-Request-Id: req-1e7a4572-aab2-4493-99d6-17c8c9116b9a Date: Sun, 12 Aug 2018 08:25:50 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "created_at": "2018-08-12T06:59:44Z", "updated_at": "2018-08-12T06:59:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "1d7fd960-7865-4453-aecc-8d399b4fad21", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "66820d8a-b785-4b18-bd67-500221c8e4f9", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "74fc7638-a322-4841-8c47-06d36174a200", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "8eaa09ec-8419-4582-9312-1e527afe6e4b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}], "revision_number": 4, "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "created_at": "2018-08-12T05:12:34Z", "updated_at": "2018-08-12T05:12:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "709513d2-af7d-4d0b-bd3c-604fed75a711", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "aa346066-e46f-44f2-94be-2884aa998a19", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "c15f7b93-e56c-4afa-867d-2acb286d4b7b", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "cb0ef83f-5f70-4a80-ad35-431ca9df551e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}], "revision_number": 4, "project_id": "fa5a7fe6ee54472ba01638877aade8e3", "id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ea65becf30e54b27aa96a449698a435e", "created_at": "2018-08-12T05:10:35Z", "updated_at": "2018-08-12T05:10:35Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "30ad280c-f302-4cd4-a438-5139917b56f9", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "76115c4c-887d-4f0a-83e2-486e4b39c713", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "8ab14937-4c08-4d43-8a9a-662e622cc643", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "ee757a03-5662-4273-9c3e-6212e7afb48f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}], "revision_number": 4, "project_id": "ea65becf30e54b27aa96a449698a435e", "id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "created_at": "2018-08-12T06:20:09Z", "updated_at": "2018-08-12T06:20:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "1123b8f2-75ac-4a26-b9b2-a96da97408e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "2ddd2b93-e080-48cd-9a50-f5fe8a82ad0c", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "cd1bae62-0aea-4438-b4c3-50a69ae6f855", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "e398e01e-ceea-46d1-9534-b929808c4a5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}], "revision_number": 4, "project_id": "ff7abd7bb61f4f2889831e932d65dc2e", "id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "created_at": "2018-08-12T05:34:57Z", "updated_at": "2018-08-12T05:34:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "208a1c1e-f5f8-49c7-9a25-d07e68b1541f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "27bfd867-e607-4bf8-9de8-60682d3f771d", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "49360e1f-6fd3-4f35-b339-24cea95773ee", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "60f631a9-d305-4920-9631-d0543e2ac64f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}], "revision_number": 4, "project_id": "3a85ceae958d4d9fba68847e7df67db8", "id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "created_at": "2018-08-12T05:34:40Z", "updated_at": "2018-08-12T05:34:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "2192c259-363e-4768-ae73-e75837ad63b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "3f87ddc5-f84d-41dc-8215-847724782569", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "7d89f6da-ea78-49dd-9115-f9ad23b250bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "9ec4497d-0f65-44db-9be9-7b3042e4a584", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}], "revision_number": 4, "project_id": "85517fcf1c6247e699fdcdd42ecc8c79", "id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "created_at": "2018-08-12T05:16:02Z", "updated_at": "2018-08-12T05:16:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "1ecacd8c-c1c7-4a66-9871-406a69323b43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "3cc1750c-e0e7-4902-b6f3-494a161b832e", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "d719a7a4-8c99-44ed-8c12-6bf071890203", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "fe7421b5-d577-41da-8c78-62f3c07eda92", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}], "revision_number": 4, "project_id": "a267b9a156244bb192691cff6e5f74fe", "id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "315a428116f24d9fbb826b37080a918e", "created_at": "2018-08-12T05:11:31Z", "updated_at": "2018-08-12T05:11:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "5e52886a-1dc3-4a81-a55d-f388dc4fd1a1", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "678e32e4-d64c-448a-a4ab-e253ab94ae90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "a8da1539-e3ad-4f90-b2df-3dc1f09d228a", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "b73d5cc9-0205-4658-bb1f-61a042c0ab8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}], "revision_number": 4, "project_id": "315a428116f24d9fbb826b37080a918e", "id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-12T05:08:01Z", "updated_at": "2018-08-12T05:08:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:01Z", "revision_number": 0, "id": "0fb05d03-1117-45d0-930c-b6d4c96ef102", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "4faaab33-5788-4bbd-85b8-0fb44d41413a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "96d0c5a0-5c67-421b-8fc8-2b46d77e5db3", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "dd78519b-4bc5-4e8e-ad0f-58089dd69347", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "11a46741b7954b959fd7764109c047b6", "created_at": "2018-08-12T05:34:51Z", "updated_at": "2018-08-12T05:34:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "0b67bf3c-2289-43bb-ab6c-7d25ec32a279", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "51f3f833-337a-42bd-a8d5-742ea8d6c226", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "571fd0b5-ef90-408d-af33-aafb517b8993", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "944ba823-fb9c-496e-a66e-bb426bb14a8d", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}], "revision_number": 4, "project_id": "11a46741b7954b959fd7764109c047b6", "id": "90af9782-8112-4257-801d-ee5115d226ba", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "72a8437ec4744ae696ffa281dd1bff30", "created_at": "2018-08-12T08:25:35Z", "updated_at": "2018-08-12T08:25:35Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:25:35Z", "revision_number": 0, "id": "22f9db1b-bcf4-4cc1-9914-2e2383573a78", "remote_group_id": "9f706dc1-d30a-4424-9756-209536a89ada", "remote_ip_prefix": null, "created_at": "2018-08-12T08:25:35Z", "security_group_id": "9f706dc1-d30a-4424-9756-209536a89ada", "tenant_id": "72a8437ec4744ae696ffa281dd1bff30", "port_range_min": null, "ethertype": "IPv4", "project_id": "72a8437ec4744ae696ffa281dd1bff30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:25:35Z", "revision_number": 0, "id": "9ceadc03-1602-4cc3-8b2f-017c2708daa0", "remote_group_id": "9f706dc1-d30a-4424-9756-209536a89ada", "remote_ip_prefix": null, "created_at": "2018-08-12T08:25:35Z", "security_group_id": "9f706dc1-d30a-4424-9756-209536a89ada", "tenant_id": "72a8437ec4744ae696ffa281dd1bff30", "port_range_min": null, "ethertype": "IPv6", "project_id": "72a8437ec4744ae696ffa281dd1bff30"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:25:35Z", "revision_number": 0, "id": "a57ac105-4752-4d8c-81c4-7d3171e5cd4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:25:35Z", "security_group_id": "9f706dc1-d30a-4424-9756-209536a89ada", "tenant_id": "72a8437ec4744ae696ffa281dd1bff30", "port_range_min": null, "ethertype": "IPv4", "project_id": "72a8437ec4744ae696ffa281dd1bff30"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:25:35Z", "revision_number": 0, "id": "aa5f1cc4-4ccf-48ae-b907-9aaaab75de05", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:25:35Z", "security_group_id": "9f706dc1-d30a-4424-9756-209536a89ada", "tenant_id": "72a8437ec4744ae696ffa281dd1bff30", "port_range_min": null, "ethertype": "IPv6", "project_id": "72a8437ec4744ae696ffa281dd1bff30"}], "revision_number": 4, "project_id": "72a8437ec4744ae696ffa281dd1bff30", "id": "9f706dc1-d30a-4424-9756-209536a89ada", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "created_at": "2018-08-12T05:34:26Z", "updated_at": "2018-08-12T05:34:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "2ee1f63a-807c-4d6a-85ee-dd784f6b8c3f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5dec3ec2-2add-47dd-8618-90659dcf3885", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5ea0dc3e-49d0-43f0-94e9-f6443527d14c", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "fbfaca22-7e3e-4128-8973-43e439b77c28", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}], "revision_number": 4, "project_id": "3c01cd58055c44ecaef39f7e625c2258", "id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "521007c1818145639e93ceb270559219", "created_at": "2018-08-12T05:13:27Z", "updated_at": "2018-08-12T05:13:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "5e7fede5-b0f2-47d8-95c3-516cdfc7f9de", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "8fd0e36f-c6c4-4f64-ba97-40439e614448", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "db7d79de-1dfc-4138-945f-91e74cdc266b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "e87f2cff-ff3e-4b6d-aaf0-7f0eb0ab9f05", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}], "revision_number": 4, "project_id": "521007c1818145639e93ceb270559219", "id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "created_at": "2018-08-12T05:08:18Z", "updated_at": "2018-08-12T05:08:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "3c67be40-bf74-4f97-9693-d93ce73a23b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "6112d869-2fc6-4a25-a13c-3d55cd7206c0", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "bdf21c56-453e-482e-9cba-3c55abcb0339", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "c8e92c39-38cc-4f48-be9c-5f0912e6a725", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}], "revision_number": 4, "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "created_at": "2018-08-12T05:04:23Z", "updated_at": "2018-08-12T05:04:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "280546d9-8ad1-4283-abfc-15ee9b1736c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "58bce125-f2ca-4a6d-b9ca-4e6cf5c0f7a5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "69275b9a-cfb5-482c-a9c4-8ffc79adf2c7", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "6d747f3a-3764-469a-a645-f977585c5aac", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}], "revision_number": 4, "project_id": "310f5853751a4c968f3eeb0a3d99a0a8", "id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "created_at": "2018-08-12T05:34:42Z", "updated_at": "2018-08-12T05:34:42Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "199582e8-25aa-457a-aa7c-6d8413ca4464", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "234f3609-4454-448f-919d-c8143c7cd764", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "c1061460-71a2-49a9-a04b-9fa33eeb17ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "d21ac532-51d8-4d6b-8300-7bac216759bf", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}], "revision_number": 4, "project_id": "9f6c1a272706419c9a74b0893b2890e8", "id": "d6739716-c693-460c-89c6-e7c8c48f8245", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "created_at": "2018-08-12T05:34:54Z", "updated_at": "2018-08-12T05:34:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "0633a05a-ee7d-4476-a56b-75d011b22f77", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "6cc1b9f8-73db-47a3-a0e0-3c96c43f34da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "90d99a6b-e94f-4fd8-a10c-f19dd8954c13", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "e843c139-af2a-4d2c-a24f-59f7b10ff72e", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}], "revision_number": 4, "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "created_at": "2018-08-12T05:09:07Z", "updated_at": "2018-08-12T05:09:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "5495e168-f505-4d74-ae6d-387f0bf533c2", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "6fd19b8b-3062-456e-81ba-3ff37fe43429", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8ca59d25-485c-46ce-939c-2e4a468caeac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8f190846-50a0-42b9-b571-390809b752b1", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}], "revision_number": 4, "project_id": "fa9ca6d7608b4d7d87ce97331679a481", "id": "edcd9b17-9416-4c25-823c-060c435e18d7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "created_at": "2018-08-12T05:34:52Z", "updated_at": "2018-08-12T05:34:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "2c7e484e-6ec5-4a95-8c9c-66d294c0c27e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "70c74258-3c2c-4efc-87e0-079c26ee3417", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "b70382fa-082e-4c2b-abc8-87490fa50b11", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "c3628e02-b4b6-42c9-8751-c1a2d3c19caa", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}], "revision_number": 4, "project_id": "87db863ba6e348b0a5ddcb67053db9d1", "id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "name": "default"}]} 2018-08-12 08:25:50,611 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-1e7a4572-aab2-4493-99d6-17c8c9116b9a 2018-08-12 08:25:50,619 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f56deef1b7365cf2444528e7d67475a225349b1" 2018-08-12 08:25:50,707 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:25:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3fee552b-8275-43e2-b757-5fda1fd7d16b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 5fe28c13d4d74ba2be8d019ac1ea6363.", "code": 404, "title": "Not Found"}} 2018-08-12 08:25:50,707 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 used request id req-3fee552b-8275-43e2-b757-5fda1fd7d16b 2018-08-12 08:25:50,708 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:25:50,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f56deef1b7365cf2444528e7d67475a225349b1" 2018-08-12 08:25:50,803 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:25:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-92bec1cd-785c-421f-9654-abe94a49d0b6 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa5a7fe6ee54472ba01638877aade8e3.", "code": 404, "title": "Not Found"}} 2018-08-12 08:25:50,803 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 used request id req-92bec1cd-785c-421f-9654-abe94a49d0b6 2018-08-12 08:25:50,804 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:25:50,807 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f56deef1b7365cf2444528e7d67475a225349b1" 2018-08-12 08:25:50,893 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:25:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-da3dc008-9e92-42ea-bb89-5322952916e0 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ea65becf30e54b27aa96a449698a435e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:25:50,893 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e used request id req-da3dc008-9e92-42ea-bb89-5322952916e0 2018-08-12 08:25:50,893 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:25:50,897 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f56deef1b7365cf2444528e7d67475a225349b1" 2018-08-12 08:25:50,987 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:25:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8600d186-010e-422d-8198-8a5b7b6694c6 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ff7abd7bb61f4f2889831e932d65dc2e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:25:50,987 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e used request id req-8600d186-010e-422d-8198-8a5b7b6694c6 2018-08-12 08:25:50,987 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:25:50,991 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f56deef1b7365cf2444528e7d67475a225349b1" 2018-08-12 08:25:51,076 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:25:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bde9ea84-0db9-4d38-be3a-3d6040e29945 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3a85ceae958d4d9fba68847e7df67db8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:25:51,076 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 used request id req-bde9ea84-0db9-4d38-be3a-3d6040e29945 2018-08-12 08:25:51,076 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:25:51,080 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f56deef1b7365cf2444528e7d67475a225349b1" 2018-08-12 08:25:51,168 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:25:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-605fe51c-a27f-4752-bd3a-f40c6996618d Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 85517fcf1c6247e699fdcdd42ecc8c79.", "code": 404, "title": "Not Found"}} 2018-08-12 08:25:51,168 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 used request id req-605fe51c-a27f-4752-bd3a-f40c6996618d 2018-08-12 08:25:51,169 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:25:51,173 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f56deef1b7365cf2444528e7d67475a225349b1" 2018-08-12 08:25:51,266 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:25:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-09195d0d-26e9-4147-8f44-2c9c413c1789 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}} 2018-08-12 08:25:51,267 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe used request id req-09195d0d-26e9-4147-8f44-2c9c413c1789 2018-08-12 08:25:51,270 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f56deef1b7365cf2444528e7d67475a225349b1" 2018-08-12 08:25:51,370 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:25:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9689dd38-632a-4205-be36-23e92a5b9bba Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 315a428116f24d9fbb826b37080a918e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:25:51,370 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e used request id req-9689dd38-632a-4205-be36-23e92a5b9bba 2018-08-12 08:25:51,370 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:25:51,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f56deef1b7365cf2444528e7d67475a225349b1" 2018-08-12 08:25:51,462 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:25:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ab8d4174-e8d7-4dd7-b7b3-4f13352d2f19 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 11a46741b7954b959fd7764109c047b6.", "code": 404, "title": "Not Found"}} 2018-08-12 08:25:51,462 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 used request id req-ab8d4174-e8d7-4dd7-b7b3-4f13352d2f19 2018-08-12 08:25:51,462 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:25:51,466 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/72a8437ec4744ae696ffa281dd1bff30 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f56deef1b7365cf2444528e7d67475a225349b1" 2018-08-12 08:25:51,558 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:25:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3bbd057c-2088-4ecc-9ae4-f8da47acd525 Content-Encoding: gzip Content-Length: 235 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/72a8437ec4744ae696ffa281dd1bff30"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "72a8437ec4744ae696ffa281dd1bff30", "name": "CreateInstancePortManipulationTests-03aac8f0-8c28-480-proj"}} 2018-08-12 08:25:51,558 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/72a8437ec4744ae696ffa281dd1bff30 used request id req-3bbd057c-2088-4ecc-9ae4-f8da47acd525 2018-08-12 08:25:51,558 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9f706dc1-d30a-4424-9756-209536a89ada 2018-08-12 08:25:51,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=9f706dc1-d30a-4424-9756-209536a89ada -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f56deef1b7365cf2444528e7d67475a225349b1" 2018-08-12 08:25:51,760 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-e673c667-572e-4ab4-99c6-0983f34f2ad7 Date: Sun, 12 Aug 2018 08:25:51 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "9f706dc1-d30a-4424-9756-209536a89ada", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:25:35Z", "security_group_id": "9f706dc1-d30a-4424-9756-209536a89ada", "port_range_min": null, "revision_number": 0, "tenant_id": "72a8437ec4744ae696ffa281dd1bff30", "created_at": "2018-08-12T08:25:35Z", "project_id": "72a8437ec4744ae696ffa281dd1bff30", "id": "22f9db1b-bcf4-4cc1-9914-2e2383573a78"}, {"remote_group_id": "9f706dc1-d30a-4424-9756-209536a89ada", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:25:35Z", "security_group_id": "9f706dc1-d30a-4424-9756-209536a89ada", "port_range_min": null, "revision_number": 0, "tenant_id": "72a8437ec4744ae696ffa281dd1bff30", "created_at": "2018-08-12T08:25:35Z", "project_id": "72a8437ec4744ae696ffa281dd1bff30", "id": "9ceadc03-1602-4cc3-8b2f-017c2708daa0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:25:35Z", "security_group_id": "9f706dc1-d30a-4424-9756-209536a89ada", "port_range_min": null, "revision_number": 0, "tenant_id": "72a8437ec4744ae696ffa281dd1bff30", "created_at": "2018-08-12T08:25:35Z", "project_id": "72a8437ec4744ae696ffa281dd1bff30", "id": "a57ac105-4752-4d8c-81c4-7d3171e5cd4a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:25:35Z", "security_group_id": "9f706dc1-d30a-4424-9756-209536a89ada", "port_range_min": null, "revision_number": 0, "tenant_id": "72a8437ec4744ae696ffa281dd1bff30", "created_at": "2018-08-12T08:25:35Z", "project_id": "72a8437ec4744ae696ffa281dd1bff30", "id": "aa5f1cc4-4ccf-48ae-b907-9aaaab75de05"}]} 2018-08-12 08:25:51,760 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=9f706dc1-d30a-4424-9756-209536a89ada used request id req-e673c667-572e-4ab4-99c6-0983f34f2ad7 2018-08-12 08:25:51,761 - neutron_utils - INFO - Deleting security group with name - default 2018-08-12 08:25:51,765 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/9f706dc1-d30a-4424-9756-209536a89ada -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f56deef1b7365cf2444528e7d67475a225349b1" 2018-08-12 08:25:52,122 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-71f64e11-8001-47f4-bd34-49b6b5f66c91 Content-Length: 0 Date: Sun, 12 Aug 2018 08:25:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:25:52,122 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/9f706dc1-d30a-4424-9756-209536a89ada used request id req-71f64e11-8001-47f4-bd34-49b6b5f66c91 2018-08-12 08:25:52,123 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-03aac8f0-8c28-480-proj 2018-08-12 08:25:52,126 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/72a8437ec4744ae696ffa281dd1bff30 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f56deef1b7365cf2444528e7d67475a225349b1" 2018-08-12 08:25:52,428 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:25:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3bc79ae6-29d9-418b-a150-2eccd550ca35 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 08:25:52,428 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/72a8437ec4744ae696ffa281dd1bff30 used request id req-3bc79ae6-29d9-418b-a150-2eccd550ca35 2018-08-12 08:25:52,428 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-03aac8f0-8c28-480-proj-role 2018-08-12 08:25:52,432 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/3951dd32eb454c83b0493f048f933f4b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f56deef1b7365cf2444528e7d67475a225349b1" 2018-08-12 08:25:52,560 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:25:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-521c44cb-4e92-42c4-896a-2ab49731f1d1 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 08:25:52,560 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/3951dd32eb454c83b0493f048f933f4b used request id req-521c44cb-4e92-42c4-896a-2ab49731f1d1 2018-08-12 08:25:52,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f56deef1b7365cf2444528e7d67475a225349b1" 2018-08-12 08:25:52,657 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:25:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-13936601-bdd2-4237-b50b-6e03213bdc3d Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:25:52,657 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-13936601-bdd2-4237-b50b-6e03213bdc3d 2018-08-12 08:25:52,658 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-03aac8f0-8c28-480-user 2018-08-12 08:25:52,662 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/d956451c286643de86184624efa3be5d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40784a600e9f00aa830c6787bbd0bcacfd4fa867" 2018-08-12 08:25:52,854 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:25:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bc98614c-b7b5-42c8-9080-f3b3df8d05f6 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 08:25:52,854 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/d956451c286643de86184624efa3be5d used request id req-bc98614c-b7b5-42c8-9080-f3b3df8d05f6 2018-08-12 08:25:52,855 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:25:53,256 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:25:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["pyH8vxIUTWWjyQtQxKOycg"], "issued_at": "2018-08-12T08:25:53.000000Z"}} 2018-08-12 08:25:53,257 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}95c4780df81453549c3ec34f326902d233c94cc2" 2018-08-12 08:25:53,357 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:25:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cb4ad200-2629-4e75-823b-8f97862690ad Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:25:53,357 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-cb4ad200-2629-4e75-823b-8f97862690ad 2018-08-12 08:25:53,358 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:25:53,359 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:25:53,752 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:25:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["O8mj829SQwaxa9Ncx7pYFg"], "issued_at": "2018-08-12T08:25:53.000000Z"}} 2018-08-12 08:25:53,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}e8d64ee71a1f1c08158a092b0ccc8a182229b798" 2018-08-12 08:25:53,838 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:25:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dc1fe210-d2ec-46e7-9d69-2c4070c7f422 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:25:53,838 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-dc1fe210-d2ec-46e7-9d69-2c4070c7f422 2018-08-12 08:25:53,842 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:25:53,848 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:25:53 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:25:53,849 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-d42620b5-41e8-421-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8d64ee71a1f1c08158a092b0ccc8a182229b798" 2018-08-12 08:25:53,934 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:25:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d65013ea-bfbb-4fbb-879d-c0193d12dea9 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-d42620b5-41e8-421-proj", "previous": null, "next": null}, "projects": []} 2018-08-12 08:25:53,934 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-d42620b5-41e8-421-proj used request id req-d65013ea-bfbb-4fbb-879d-c0193d12dea9 2018-08-12 08:25:53,938 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8d64ee71a1f1c08158a092b0ccc8a182229b798" 2018-08-12 08:25:54,053 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:25:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-55304ddf-d5e3-48bb-ab64-6081464143d7 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:25:54,053 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-55304ddf-d5e3-48bb-ab64-6081464143d7 2018-08-12 08:25:54,057 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8d64ee71a1f1c08158a092b0ccc8a182229b798" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstancePortManipulationTests-d42620b5-41e8-421-proj"}}' 2018-08-12 08:25:54,194 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:25:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cef784a9-00c8-4235-a5c9-abde7333b2bb Content-Length: 332 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/45511bab0b314e28bdcdd4ef15e8a66e"}, "tags": [], "enabled": true, "id": "45511bab0b314e28bdcdd4ef15e8a66e", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-d42620b5-41e8-421-proj"}} 2018-08-12 08:25:54,194 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-cef784a9-00c8-4235-a5c9-abde7333b2bb 2018-08-12 08:25:54,195 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-d42620b5-41e8-421-proj 2018-08-12 08:25:54,195 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:25:54,196 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:25:54,582 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:25:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["Nuif1NJDQ_Wc8vcYtjsTMw"], "issued_at": "2018-08-12T08:25:54.000000Z"}} 2018-08-12 08:25:54,582 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}7f1cf2db41919acbe9f39ec52334387c9f69a371" 2018-08-12 08:25:54,595 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:25:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-24089a30-b281-4231-a2b8-1d0a84efc685 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:25:54,596 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-24089a30-b281-4231-a2b8-1d0a84efc685 2018-08-12 08:25:54,599 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:25:54,604 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:25:54 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:25:54,605 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f1cf2db41919acbe9f39ec52334387c9f69a371" 2018-08-12 08:25:54,709 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:25:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-08b82c99-da3a-4fc4-9e3b-1b36f0da82e4 Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/105a247548624314b9228f85f6325f0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105a247548624314b9228f85f6325f0b", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/1c5de0eaa44543f08da6ad63a51594ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c5de0eaa44543f08da6ad63a51594ff", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/1d127b5b832547a88a547c116dfdd65b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d127b5b832547a88a547c116dfdd65b", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/1d5cfc170d624ce4ae53ae0507c8d517"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d5cfc170d624ce4ae53ae0507c8d517", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/2421820b75eb4d3ebd02830378d1377b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2421820b75eb4d3ebd02830378d1377b", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/40bd8ee54ecf44868cc83cede652c396"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40bd8ee54ecf44868cc83cede652c396", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/4f32fb8153854c4c9f5094b42b523f80"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f32fb8153854c4c9f5094b42b523f80", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7066130d08fb4db7bf4ab468de53933b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7066130d08fb4db7bf4ab468de53933b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/8d0898a83bcf4521bbc11501d5d7ac89"}, "domain_id": "1eec97585bde483292ece28ee11f4b8d", "enabled": true, "options": {}, "id": "8d0898a83bcf4521bbc11501d5d7ac89", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/9defcced327d476f8a3beab718a13da3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9defcced327d476f8a3beab718a13da3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/b80ee4f6992446e0879624dd436e99a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b80ee4f6992446e0879624dd436e99a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b86fd3e011324d398fcdb6f095a20a9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b86fd3e011324d398fcdb6f095a20a9d", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1701d2754064b5cadf765ea0806f9b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1701d2754064b5cadf765ea0806f9b2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/db4e7b8d76d549faa502716565c733dd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db4e7b8d76d549faa502716565c733dd", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-12 08:25:54,709 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-08b82c99-da3a-4fc4-9e3b-1b36f0da82e4 2018-08-12 08:25:54,713 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateInstancePortManipulationTests-d42620b5-41e8-421-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f1cf2db41919acbe9f39ec52334387c9f69a371" 2018-08-12 08:25:54,806 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:25:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d3be3736-1e08-4a0b-8ec3-d55216caa62d Content-Encoding: gzip Content-Length: 268 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateInstancePortManipulationTests-d42620b5-41e8-421-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/45511bab0b314e28bdcdd4ef15e8a66e"}, "tags": [], "enabled": true, "id": "45511bab0b314e28bdcdd4ef15e8a66e", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-d42620b5-41e8-421-proj"}]} 2018-08-12 08:25:54,807 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateInstancePortManipulationTests-d42620b5-41e8-421-proj used request id req-d3be3736-1e08-4a0b-8ec3-d55216caa62d 2018-08-12 08:25:54,810 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f1cf2db41919acbe9f39ec52334387c9f69a371" 2018-08-12 08:25:54,906 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:25:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-485e2b43-3f2c-47ae-acb2-37b1edd12774 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:25:54,906 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-485e2b43-3f2c-47ae-acb2-37b1edd12774 2018-08-12 08:25:55,302 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-d42620b5-41e8-421-user 2018-08-12 08:25:55,302 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:25:55,306 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8d64ee71a1f1c08158a092b0ccc8a182229b798" 2018-08-12 08:25:55,397 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:25:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-24dccbc8-e200-49ae-a56b-83f9de19f0f4 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:25:55,397 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-24dccbc8-e200-49ae-a56b-83f9de19f0f4 2018-08-12 08:25:55,400 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8d64ee71a1f1c08158a092b0ccc8a182229b798" -d '{"role": {"name": "CreateInstancePortManipulationTests-d42620b5-41e8-421-proj-role"}}' 2018-08-12 08:25:55,517 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:25:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-22555a93-298c-45f8-9667-79b121f52860 Content-Length: 234 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "5a400089c12b42d49cdfbed4a318d3f3", "links": {"self": "http://172.30.9.21:5000/v3/roles/5a400089c12b42d49cdfbed4a318d3f3"}, "name": "CreateInstancePortManipulationTests-d42620b5-41e8-421-proj-role"}} 2018-08-12 08:25:55,518 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-22555a93-298c-45f8-9667-79b121f52860 2018-08-12 08:25:55,518 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-d42620b5-41e8-421-proj-role 2018-08-12 08:25:55,521 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/5a400089c12b42d49cdfbed4a318d3f3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8d64ee71a1f1c08158a092b0ccc8a182229b798" 2018-08-12 08:25:55,611 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:25:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7597c577-5eb3-421d-a81b-cc2fe9fb8dc3 Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "5a400089c12b42d49cdfbed4a318d3f3", "links": {"self": "http://172.30.9.21:5000/v3/roles/5a400089c12b42d49cdfbed4a318d3f3"}, "name": "CreateInstancePortManipulationTests-d42620b5-41e8-421-proj-role"}} 2018-08-12 08:25:55,611 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/5a400089c12b42d49cdfbed4a318d3f3 used request id req-7597c577-5eb3-421d-a81b-cc2fe9fb8dc3 2018-08-12 08:25:55,612 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-d42620b5-41e8-421-proj-role to project CreateInstancePortManipulationTests-d42620b5-41e8-421-proj 2018-08-12 08:25:55,615 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/45511bab0b314e28bdcdd4ef15e8a66e/users/1a00ad7d99a440679aa2e0f15ba78ebd/roles/5a400089c12b42d49cdfbed4a318d3f3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8d64ee71a1f1c08158a092b0ccc8a182229b798" 2018-08-12 08:25:55,748 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:25:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f20f47b6-2cff-4b0b-8c48-99baadb66808 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 08:25:55,748 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/45511bab0b314e28bdcdd4ef15e8a66e/users/1a00ad7d99a440679aa2e0f15ba78ebd/roles/5a400089c12b42d49cdfbed4a318d3f3 used request id req-f20f47b6-2cff-4b0b-8c48-99baadb66808 2018-08-12 08:25:55,748 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-08-12 08:25:55,748 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:25:55,749 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:25:56,146 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5a400089c12b42d49cdfbed4a318d3f3", "name": "CreateInstancePortManipulationTests-d42620b5-41e8-421-proj-role"}], "expires_at": "2018-08-12T09:25:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "45511bab0b314e28bdcdd4ef15e8a66e", "name": "CreateInstancePortManipulationTests-d42620b5-41e8-421-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/45511bab0b314e28bdcdd4ef15e8a66e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/45511bab0b314e28bdcdd4ef15e8a66e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/45511bab0b314e28bdcdd4ef15e8a66e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_45511bab0b314e28bdcdd4ef15e8a66e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_45511bab0b314e28bdcdd4ef15e8a66e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/45511bab0b314e28bdcdd4ef15e8a66e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/45511bab0b314e28bdcdd4ef15e8a66e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/45511bab0b314e28bdcdd4ef15e8a66e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/45511bab0b314e28bdcdd4ef15e8a66e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/45511bab0b314e28bdcdd4ef15e8a66e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/45511bab0b314e28bdcdd4ef15e8a66e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/45511bab0b314e28bdcdd4ef15e8a66e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/45511bab0b314e28bdcdd4ef15e8a66e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/45511bab0b314e28bdcdd4ef15e8a66e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-d42620b5-41e8-421-user", "id": "1a00ad7d99a440679aa2e0f15ba78ebd"}, "audit_ids": ["Mwy_TWrZRkqTnA1q5Uo8QQ"], "issued_at": "2018-08-12T08:25:56.000000Z"}} 2018-08-12 08:25:56,147 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}c333a00fe06091b4fbd1500b406762bdaf1ad2d1" 2018-08-12 08:25:56,221 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:25:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d2ae7fa3-dab3-4763-8ea8-8b0ad5590ab5 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:25:56,221 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-d2ae7fa3-dab3-4763-8ea8-8b0ad5590ab5 2018-08-12 08:25:56,225 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-f30ed0ce-e7f8-4aea-a98a-4e6ba6b417a3-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c333a00fe06091b4fbd1500b406762bdaf1ad2d1" 2018-08-12 08:25:56,420 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 180 Content-Type: application/json X-Openstack-Request-Id: req-8b8cbadd-edaf-4c87-8b54-033594312a1b Date: Sun, 12 Aug 2018 08:25:56 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-f30ed0ce-e7f8-4aea-a98a-4e6ba6b417a3-image"} 2018-08-12 08:25:56,420 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-f30ed0ce-e7f8-4aea-a98a-4e6ba6b417a3-image used request id req-8b8cbadd-edaf-4c87-8b54-033594312a1b 2018-08-12 08:25:56,423 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c333a00fe06091b4fbd1500b406762bdaf1ad2d1" 2018-08-12 08:25:56,678 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-333b7107-629c-4b20-95bb-1ce178cfc630 Date: Sun, 12 Aug 2018 08:25:56 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"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}, "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}, "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"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "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"}, "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"}, "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}, "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}, "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"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "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}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-12 08:25:56,679 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-333b7107-629c-4b20-95bb-1ce178cfc630 2018-08-12 08:25:56,709 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c333a00fe06091b4fbd1500b406762bdaf1ad2d1" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstancePortManipulationTests-f30ed0ce-e7f8-4aea-a98a-4e6ba6b417a3-image"}' 2018-08-12 08:25:56,940 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 639 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/671c2fde-65ea-40d8-8c88-4cf722a44363 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-1bf22376-72ca-4398-8d05-65fb61003590 Date: Sun, 12 Aug 2018 08:25:56 GMT RESP BODY: {"status": "queued", "name": "CreateInstancePortManipulationTests-f30ed0ce-e7f8-4aea-a98a-4e6ba6b417a3-image", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:25:56Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-08-12T08:25:56Z", "visibility": "shared", "locations": [], "self": "/v2/images/671c2fde-65ea-40d8-8c88-4cf722a44363", "min_disk": 0, "protected": false, "id": "671c2fde-65ea-40d8-8c88-4cf722a44363", "file": "/v2/images/671c2fde-65ea-40d8-8c88-4cf722a44363/file", "checksum": null, "owner": "45511bab0b314e28bdcdd4ef15e8a66e", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-12 08:25:56,940 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-1bf22376-72ca-4398-8d05-65fb61003590 2018-08-12 08:25:56,954 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/671c2fde-65ea-40d8-8c88-4cf722a44363/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c333a00fe06091b4fbd1500b406762bdaf1ad2d1" -d '' 2018-08-12 08:25:58,233 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-cfc13f79-5912-4a8e-9a50-1c2e4495fc80 Date: Sun, 12 Aug 2018 08:25: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 08:25:58,233 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/671c2fde-65ea-40d8-8c88-4cf722a44363/file used request id req-cfc13f79-5912-4a8e-9a50-1c2e4495fc80 2018-08-12 08:25:58,234 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-12 08:25:58,237 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/671c2fde-65ea-40d8-8c88-4cf722a44363 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c333a00fe06091b4fbd1500b406762bdaf1ad2d1" 2018-08-12 08:25:58,255 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-7d7d4453-5dfc-4893-8e92-a518783ff511 Date: Sun, 12 Aug 2018 08:25:58 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-f30ed0ce-e7f8-4aea-a98a-4e6ba6b417a3-image", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:25:56Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-12T08:25:58Z", "visibility": "shared", "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/671c2fde-65ea-40d8-8c88-4cf722a44363/snap", "metadata": {}}], "self": "/v2/images/671c2fde-65ea-40d8-8c88-4cf722a44363", "min_disk": 0, "protected": false, "id": "671c2fde-65ea-40d8-8c88-4cf722a44363", "file": "/v2/images/671c2fde-65ea-40d8-8c88-4cf722a44363/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "45511bab0b314e28bdcdd4ef15e8a66e", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/671c2fde-65ea-40d8-8c88-4cf722a44363/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-12 08:25:58,256 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/671c2fde-65ea-40d8-8c88-4cf722a44363 used request id req-7d7d4453-5dfc-4893-8e92-a518783ff511 2018-08-12 08:25:58,258 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c333a00fe06091b4fbd1500b406762bdaf1ad2d1" 2018-08-12 08:25:58,424 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-e04c2940-adfc-4fd5-8e10-410a2d745968 Date: Sun, 12 Aug 2018 08:25:58 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"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}, "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}, "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"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "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"}, "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"}, "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}, "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}, "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"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "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}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-12 08:25:58,425 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-e04c2940-adfc-4fd5-8e10-410a2d745968 2018-08-12 08:25:58,428 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-f30ed0ce-e7f8-4aea-a98a-4e6ba6b417a3-image 2018-08-12 08:25:58,430 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/671c2fde-65ea-40d8-8c88-4cf722a44363 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c333a00fe06091b4fbd1500b406762bdaf1ad2d1" 2018-08-12 08:25:58,624 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-7868aeb8-91ae-4b71-8dd6-c90048bf7792 Date: Sun, 12 Aug 2018 08:25:58 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-f30ed0ce-e7f8-4aea-a98a-4e6ba6b417a3-image", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:25:56Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-12T08:25:58Z", "visibility": "shared", "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/671c2fde-65ea-40d8-8c88-4cf722a44363/snap", "metadata": {}}], "self": "/v2/images/671c2fde-65ea-40d8-8c88-4cf722a44363", "min_disk": 0, "protected": false, "id": "671c2fde-65ea-40d8-8c88-4cf722a44363", "file": "/v2/images/671c2fde-65ea-40d8-8c88-4cf722a44363/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "45511bab0b314e28bdcdd4ef15e8a66e", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/671c2fde-65ea-40d8-8c88-4cf722a44363/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-12 08:25:58,625 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/671c2fde-65ea-40d8-8c88-4cf722a44363 used request id req-7868aeb8-91ae-4b71-8dd6-c90048bf7792 2018-08-12 08:25:58,625 - create_image - DEBUG - Instance status is - active 2018-08-12 08:25:58,625 - create_image - DEBUG - Image is active with name - CreateInstancePortManipulationTests-f30ed0ce-e7f8-4aea-a98a-4e6ba6b417a3-image 2018-08-12 08:25:58,626 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-f30ed0ce-e7f8-4aea-a98a-4e6ba6b417a3-image 2018-08-12 08:25:58,626 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:25:58,627 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:25:59,023 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5a400089c12b42d49cdfbed4a318d3f3", "name": "CreateInstancePortManipulationTests-d42620b5-41e8-421-proj-role"}], "expires_at": "2018-08-12T09:25:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "45511bab0b314e28bdcdd4ef15e8a66e", "name": "CreateInstancePortManipulationTests-d42620b5-41e8-421-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/45511bab0b314e28bdcdd4ef15e8a66e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/45511bab0b314e28bdcdd4ef15e8a66e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/45511bab0b314e28bdcdd4ef15e8a66e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_45511bab0b314e28bdcdd4ef15e8a66e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_45511bab0b314e28bdcdd4ef15e8a66e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/45511bab0b314e28bdcdd4ef15e8a66e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/45511bab0b314e28bdcdd4ef15e8a66e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/45511bab0b314e28bdcdd4ef15e8a66e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/45511bab0b314e28bdcdd4ef15e8a66e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/45511bab0b314e28bdcdd4ef15e8a66e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/45511bab0b314e28bdcdd4ef15e8a66e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/45511bab0b314e28bdcdd4ef15e8a66e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/45511bab0b314e28bdcdd4ef15e8a66e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/45511bab0b314e28bdcdd4ef15e8a66e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-d42620b5-41e8-421-user", "id": "1a00ad7d99a440679aa2e0f15ba78ebd"}, "audit_ids": ["TmYC3hQUTKi-8dZLe4nPQw"], "issued_at": "2018-08-12T08:25:59.000000Z"}} 2018-08-12 08:25:59,023 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}5dd508a5108cceff449c4021ab8e6de629302777" 2018-08-12 08:25:59,114 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:25:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9fed2a01-105c-4d72-9e43-90231853c562 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:25:59,114 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-9fed2a01-105c-4d72-9e43-90231853c562 2018-08-12 08:25:59,115 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:25:59,116 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:25:59,116 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:25:59,116 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:25:59,116 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:25:59,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-f30ed0ce-e7f8-4aea-a98a-4e6ba6b417a3-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5dd508a5108cceff449c4021ab8e6de629302777" 2018-08-12 08:25:59,312 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-0153287c-e28a-4e39-a9cf-e95d6a94d598 Date: Sun, 12 Aug 2018 08:25:59 GMT RESP BODY: {"networks":[]} 2018-08-12 08:25:59,312 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-f30ed0ce-e7f8-4aea-a98a-4e6ba6b417a3-pub-net used request id req-0153287c-e28a-4e39-a9cf-e95d6a94d598 2018-08-12 08:25:59,313 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-f30ed0ce-e7f8-4aea-a98a-4e6ba6b417a3-pub-net 2018-08-12 08:25:59,318 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5dd508a5108cceff449c4021ab8e6de629302777" -d '{"network": {"name": "CreateInstancePortManipulationTests-f30ed0ce-e7f8-4aea-a98a-4e6ba6b417a3-pub-net", "admin_state_up": true}}' 2018-08-12 08:25:59,946 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 617 X-Openstack-Request-Id: req-64cef427-24d0-47a4-aba0-346a8bca500c Date: Sun, 12 Aug 2018 08:25:59 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"45511bab0b314e28bdcdd4ef15e8a66e","created_at":"2018-08-12T08:25:59Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T08:25:59Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"45511bab0b314e28bdcdd4ef15e8a66e","id":"840275d5-2fb2-4bc2-ab6d-ccde14d89bd3","name":"CreateInstancePortManipulationTests-f30ed0ce-e7f8-4aea-a98a-4e6ba6b417a3-pub-net"}} 2018-08-12 08:25:59,946 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-64cef427-24d0-47a4-aba0-346a8bca500c 2018-08-12 08:25:59,952 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=840275d5-2fb2-4bc2-ab6d-ccde14d89bd3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5dd508a5108cceff449c4021ab8e6de629302777" 2018-08-12 08:26:00,226 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 601 X-Openstack-Request-Id: req-3b0e4afe-ff64-4c02-b0bf-331138c70e67 Date: Sun, 12 Aug 2018 08:26:00 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-12T08:25:59Z","tenant_id":"45511bab0b314e28bdcdd4ef15e8a66e","created_at":"2018-08-12T08:25:59Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"45511bab0b314e28bdcdd4ef15e8a66e","id":"840275d5-2fb2-4bc2-ab6d-ccde14d89bd3","name":"CreateInstancePortManipulationTests-f30ed0ce-e7f8-4aea-a98a-4e6ba6b417a3-pub-net"}]} 2018-08-12 08:26:00,227 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=840275d5-2fb2-4bc2-ab6d-ccde14d89bd3 used request id req-3b0e4afe-ff64-4c02-b0bf-331138c70e67 2018-08-12 08:26:00,232 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=840275d5-2fb2-4bc2-ab6d-ccde14d89bd3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5dd508a5108cceff449c4021ab8e6de629302777" 2018-08-12 08:26:00,425 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-a610c3e5-b27d-4886-bc5f-f53a9bae3ffc Date: Sun, 12 Aug 2018 08:26:00 GMT RESP BODY: {"subnets":[]} 2018-08-12 08:26:00,426 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=840275d5-2fb2-4bc2-ab6d-ccde14d89bd3 used request id req-a610c3e5-b27d-4886-bc5f-f53a9bae3ffc 2018-08-12 08:26:00,426 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-f30ed0ce-e7f8-4aea-a98a-4e6ba6b417a3-pub-subnet 2018-08-12 08:26:00,431 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5dd508a5108cceff449c4021ab8e6de629302777" -d '{"subnets": [{"ip_version": 4, "network_id": "840275d5-2fb2-4bc2-ab6d-ccde14d89bd3", "cidr": "10.55.0.0/24", "name": "CreateInstancePortManipulationTests-f30ed0ce-e7f8-4aea-a98a-4e6ba6b417a3-pub-subnet"}]}' 2018-08-12 08:26:01,462 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-caeb98ce-1b86-497f-bd9f-750dd08c2b54 Date: Sun, 12 Aug 2018 08:26:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"840275d5-2fb2-4bc2-ab6d-ccde14d89bd3","tenant_id":"45511bab0b314e28bdcdd4ef15e8a66e","created_at":"2018-08-12T08:26:00Z","dns_nameservers":[],"updated_at":"2018-08-12T08:26:00Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"45511bab0b314e28bdcdd4ef15e8a66e","id":"99b547d4-1303-4d8a-a72d-d8b45e96ccb4","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-f30ed0ce-e7f8-4aea-a98a-4e6ba6b417a3-pub-subnet"}]} 2018-08-12 08:26:01,463 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-caeb98ce-1b86-497f-bd9f-750dd08c2b54 2018-08-12 08:26:01,468 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=840275d5-2fb2-4bc2-ab6d-ccde14d89bd3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5dd508a5108cceff449c4021ab8e6de629302777" 2018-08-12 08:26:01,739 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-ef18e439-16c9-428e-8284-d826c0295dde Date: Sun, 12 Aug 2018 08:26:01 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":["99b547d4-1303-4d8a-a72d-d8b45e96ccb4"],"updated_at":"2018-08-12T08:26:00Z","tenant_id":"45511bab0b314e28bdcdd4ef15e8a66e","created_at":"2018-08-12T08:25:59Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"45511bab0b314e28bdcdd4ef15e8a66e","id":"840275d5-2fb2-4bc2-ab6d-ccde14d89bd3","name":"CreateInstancePortManipulationTests-f30ed0ce-e7f8-4aea-a98a-4e6ba6b417a3-pub-net"}]} 2018-08-12 08:26:01,740 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=840275d5-2fb2-4bc2-ab6d-ccde14d89bd3 used request id req-ef18e439-16c9-428e-8284-d826c0295dde 2018-08-12 08:26:01,745 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=840275d5-2fb2-4bc2-ab6d-ccde14d89bd3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5dd508a5108cceff449c4021ab8e6de629302777" 2018-08-12 08:26:01,961 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-5065edc8-1f26-4b87-b411-79226814de2f Date: Sun, 12 Aug 2018 08:26:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"840275d5-2fb2-4bc2-ab6d-ccde14d89bd3","tenant_id":"45511bab0b314e28bdcdd4ef15e8a66e","created_at":"2018-08-12T08:26:00Z","dns_nameservers":[],"updated_at":"2018-08-12T08:26:00Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"45511bab0b314e28bdcdd4ef15e8a66e","id":"99b547d4-1303-4d8a-a72d-d8b45e96ccb4","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-f30ed0ce-e7f8-4aea-a98a-4e6ba6b417a3-pub-subnet"}]} 2018-08-12 08:26:01,961 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=840275d5-2fb2-4bc2-ab6d-ccde14d89bd3 used request id req-5065edc8-1f26-4b87-b411-79226814de2f 2018-08-12 08:26:01,962 - OpenStackNetwork - DEBUG - Network [840275d5-2fb2-4bc2-ab6d-ccde14d89bd3] created successfully 2018-08-12 08:26:01,962 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:26:01,963 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:26:02,367 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:26:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["RT0vfaT0S_2vaycSVCpq6A"], "issued_at": "2018-08-12T08:26:02.000000Z"}} 2018-08-12 08:26:02,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}81db6d095ceff2027e2560ac1da38a0a58461656" 2018-08-12 08:26:02,452 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:26:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cd83580e-29ed-4ae6-b738-9c5b30b2d006 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:26:02,452 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-cd83580e-29ed-4ae6-b738-9c5b30b2d006 2018-08-12 08:26:02,453 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-12 08:26:02,458 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81db6d095ceff2027e2560ac1da38a0a58461656" 2018-08-12 08:26:02,656 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:26: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-b6fce288-ca5c-4344-bc47-8849f078db6e x-compute-request-id: req-b6fce288-ca5c-4344-bc47-8849f078db6e Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-08-12 08:26:02,656 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-b6fce288-ca5c-4344-bc47-8849f078db6e 2018-08-12 08:26:02,659 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81db6d095ceff2027e2560ac1da38a0a58461656" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstancePortManipulationTests-f30ed0ce-e7f8-4aea-a98a-4e6ba6b417a3-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-08-12 08:26:02,706 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:26: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-54f430ea-f6a9-40a7-bbb6-03bb328499d9 x-compute-request-id: req-54f430ea-f6a9-40a7-bbb6-03bb328499d9 Content-Encoding: gzip Content-Length: 329 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateInstancePortManipulationTests-f30ed0ce-e7f8-4aea-a98a-4e6ba6b417a3-flavor-name", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/66fd6e0d-12c6-4ed8-a5f5-02cca8409533", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/66fd6e0d-12c6-4ed8-a5f5-02cca8409533", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": "66fd6e0d-12c6-4ed8-a5f5-02cca8409533"}} 2018-08-12 08:26:02,706 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-54f430ea-f6a9-40a7-bbb6-03bb328499d9 2018-08-12 08:26:02,707 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:26:02,708 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:26:03,109 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5a400089c12b42d49cdfbed4a318d3f3", "name": "CreateInstancePortManipulationTests-d42620b5-41e8-421-proj-role"}], "expires_at": "2018-08-12T09:26:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "45511bab0b314e28bdcdd4ef15e8a66e", "name": "CreateInstancePortManipulationTests-d42620b5-41e8-421-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/45511bab0b314e28bdcdd4ef15e8a66e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/45511bab0b314e28bdcdd4ef15e8a66e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/45511bab0b314e28bdcdd4ef15e8a66e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_45511bab0b314e28bdcdd4ef15e8a66e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_45511bab0b314e28bdcdd4ef15e8a66e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/45511bab0b314e28bdcdd4ef15e8a66e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/45511bab0b314e28bdcdd4ef15e8a66e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/45511bab0b314e28bdcdd4ef15e8a66e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/45511bab0b314e28bdcdd4ef15e8a66e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/45511bab0b314e28bdcdd4ef15e8a66e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/45511bab0b314e28bdcdd4ef15e8a66e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/45511bab0b314e28bdcdd4ef15e8a66e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/45511bab0b314e28bdcdd4ef15e8a66e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/45511bab0b314e28bdcdd4ef15e8a66e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-d42620b5-41e8-421-user", "id": "1a00ad7d99a440679aa2e0f15ba78ebd"}, "audit_ids": ["SicYI1BzQ6u7yENIEtrPEw"], "issued_at": "2018-08-12T08:26:03.000000Z"}} 2018-08-12 08:26:03,110 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}9403d82bf1b7759014a5d2330e6a72413cb53066" 2018-08-12 08:26:03,194 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:26:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e054129a-3e93-43f2-9522-1c5f53238112 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:26:03,194 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-e054129a-3e93-43f2-9522-1c5f53238112 2018-08-12 08:26:03,195 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-12 08:26:03,197 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:26:03,197 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:26:03,197 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:26:03,197 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:26:03,197 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:26:03,199 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}9403d82bf1b7759014a5d2330e6a72413cb53066" 2018-08-12 08:26:03,318 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:26:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-29d0ad90-2bfc-41b3-a1ce-e55ba27fea7d Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:26:03,318 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-29d0ad90-2bfc-41b3-a1ce-e55ba27fea7d 2018-08-12 08:26:03,326 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-f30ed0ce-e7f8-4aea-a98a-4e6ba6b417a3-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9403d82bf1b7759014a5d2330e6a72413cb53066" 2018-08-12 08:26:03,604 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-6fbf1e59-98d0-4dce-b208-6da1594e02f0 Date: Sun, 12 Aug 2018 08:26:03 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":["99b547d4-1303-4d8a-a72d-d8b45e96ccb4"],"updated_at":"2018-08-12T08:26:00Z","tenant_id":"45511bab0b314e28bdcdd4ef15e8a66e","created_at":"2018-08-12T08:25:59Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"45511bab0b314e28bdcdd4ef15e8a66e","id":"840275d5-2fb2-4bc2-ab6d-ccde14d89bd3","name":"CreateInstancePortManipulationTests-f30ed0ce-e7f8-4aea-a98a-4e6ba6b417a3-pub-net"}]} 2018-08-12 08:26:03,604 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-f30ed0ce-e7f8-4aea-a98a-4e6ba6b417a3-pub-net used request id req-6fbf1e59-98d0-4dce-b208-6da1594e02f0 2018-08-12 08:26:03,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=840275d5-2fb2-4bc2-ab6d-ccde14d89bd3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9403d82bf1b7759014a5d2330e6a72413cb53066" 2018-08-12 08:26:03,837 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-2aca246f-5279-461b-9117-13fc5f5fcc4f Date: Sun, 12 Aug 2018 08:26:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"840275d5-2fb2-4bc2-ab6d-ccde14d89bd3","tenant_id":"45511bab0b314e28bdcdd4ef15e8a66e","created_at":"2018-08-12T08:26:00Z","dns_nameservers":[],"updated_at":"2018-08-12T08:26:00Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"45511bab0b314e28bdcdd4ef15e8a66e","id":"99b547d4-1303-4d8a-a72d-d8b45e96ccb4","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-f30ed0ce-e7f8-4aea-a98a-4e6ba6b417a3-pub-subnet"}]} 2018-08-12 08:26:03,837 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=840275d5-2fb2-4bc2-ab6d-ccde14d89bd3 used request id req-2aca246f-5279-461b-9117-13fc5f5fcc4f 2018-08-12 08:26:03,842 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-f30ed0ce-e7f8-4aea-a98a-4e6ba6b417a3-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9403d82bf1b7759014a5d2330e6a72413cb53066" 2018-08-12 08:26:04,117 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-b93341db-04f1-47b6-bb23-8205989ddf2a Date: Sun, 12 Aug 2018 08:26:04 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":["99b547d4-1303-4d8a-a72d-d8b45e96ccb4"],"updated_at":"2018-08-12T08:26:00Z","tenant_id":"45511bab0b314e28bdcdd4ef15e8a66e","created_at":"2018-08-12T08:25:59Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"45511bab0b314e28bdcdd4ef15e8a66e","id":"840275d5-2fb2-4bc2-ab6d-ccde14d89bd3","name":"CreateInstancePortManipulationTests-f30ed0ce-e7f8-4aea-a98a-4e6ba6b417a3-pub-net"}]} 2018-08-12 08:26:04,117 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-f30ed0ce-e7f8-4aea-a98a-4e6ba6b417a3-pub-net used request id req-b93341db-04f1-47b6-bb23-8205989ddf2a 2018-08-12 08:26:04,121 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:26:04,126 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:26:04 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:26:04,127 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/45511bab0b314e28bdcdd4ef15e8a66e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9403d82bf1b7759014a5d2330e6a72413cb53066" 2018-08-12 08:26:04,220 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:26:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-31daf643-034f-46a8-9f5b-80e44918719b Content-Encoding: gzip Content-Length: 234 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/45511bab0b314e28bdcdd4ef15e8a66e"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "45511bab0b314e28bdcdd4ef15e8a66e", "name": "CreateInstancePortManipulationTests-d42620b5-41e8-421-proj"}} 2018-08-12 08:26:04,220 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/45511bab0b314e28bdcdd4ef15e8a66e used request id req-31daf643-034f-46a8-9f5b-80e44918719b 2018-08-12 08:26:04,225 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=840275d5-2fb2-4bc2-ab6d-ccde14d89bd3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9403d82bf1b7759014a5d2330e6a72413cb53066" 2018-08-12 08:26:04,439 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-d8796ee2-de5c-4e96-b51e-4424acc1bc4b Date: Sun, 12 Aug 2018 08:26:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"840275d5-2fb2-4bc2-ab6d-ccde14d89bd3","tenant_id":"45511bab0b314e28bdcdd4ef15e8a66e","created_at":"2018-08-12T08:26:00Z","dns_nameservers":[],"updated_at":"2018-08-12T08:26:00Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"45511bab0b314e28bdcdd4ef15e8a66e","id":"99b547d4-1303-4d8a-a72d-d8b45e96ccb4","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-f30ed0ce-e7f8-4aea-a98a-4e6ba6b417a3-pub-subnet"}]} 2018-08-12 08:26:04,439 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=840275d5-2fb2-4bc2-ab6d-ccde14d89bd3 used request id req-d8796ee2-de5c-4e96-b51e-4424acc1bc4b 2018-08-12 08:26:04,444 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=840275d5-2fb2-4bc2-ab6d-ccde14d89bd3&name=CreateInstancePortManipulationTests-f30ed0ce-e7f8-4aea-a98a-4e6ba6b417a3port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9403d82bf1b7759014a5d2330e6a72413cb53066" 2018-08-12 08:26:04,478 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-faa2e2d3-63ea-41b8-a621-7fd9e1a1dd04 Date: Sun, 12 Aug 2018 08:26:04 GMT RESP BODY: {"ports":[]} 2018-08-12 08:26:04,478 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=840275d5-2fb2-4bc2-ab6d-ccde14d89bd3&name=CreateInstancePortManipulationTests-f30ed0ce-e7f8-4aea-a98a-4e6ba6b417a3port-1&admin_state_up=True used request id req-faa2e2d3-63ea-41b8-a621-7fd9e1a1dd04 2018-08-12 08:26:04,481 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-f30ed0ce-e7f8-4aea-a98a-4e6ba6b417a3-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9403d82bf1b7759014a5d2330e6a72413cb53066" 2018-08-12 08:26:04,721 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:26: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-d53fe7e6-e00b-440c-bc02-69a95092d5c6 x-compute-request-id: req-d53fe7e6-e00b-440c-bc02-69a95092d5c6 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-12 08:26:04,721 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-f30ed0ce-e7f8-4aea-a98a-4e6ba6b417a3-inst used request id req-d53fe7e6-e00b-440c-bc02-69a95092d5c6 2018-08-12 08:26:04,727 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-f30ed0ce-e7f8-4aea-a98a-4e6ba6b417a3-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9403d82bf1b7759014a5d2330e6a72413cb53066" 2018-08-12 08:26:05,020 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-06877fdf-3d66-4c7a-a906-e4ebe5b78dac Date: Sun, 12 Aug 2018 08:26:05 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["99b547d4-1303-4d8a-a72d-d8b45e96ccb4"],"updated_at":"2018-08-12T08:26:00Z","tenant_id":"45511bab0b314e28bdcdd4ef15e8a66e","created_at":"2018-08-12T08:25:59Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"45511bab0b314e28bdcdd4ef15e8a66e","id":"840275d5-2fb2-4bc2-ab6d-ccde14d89bd3","name":"CreateInstancePortManipulationTests-f30ed0ce-e7f8-4aea-a98a-4e6ba6b417a3-pub-net"}]} 2018-08-12 08:26:05,020 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-f30ed0ce-e7f8-4aea-a98a-4e6ba6b417a3-pub-net used request id req-06877fdf-3d66-4c7a-a906-e4ebe5b78dac 2018-08-12 08:26:05,026 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=840275d5-2fb2-4bc2-ab6d-ccde14d89bd3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9403d82bf1b7759014a5d2330e6a72413cb53066" 2018-08-12 08:26:05,242 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-fcb22bb4-62a7-443c-9fb7-62df23c1e61a Date: Sun, 12 Aug 2018 08:26:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"840275d5-2fb2-4bc2-ab6d-ccde14d89bd3","tenant_id":"45511bab0b314e28bdcdd4ef15e8a66e","created_at":"2018-08-12T08:26:00Z","dns_nameservers":[],"updated_at":"2018-08-12T08:26:00Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"45511bab0b314e28bdcdd4ef15e8a66e","id":"99b547d4-1303-4d8a-a72d-d8b45e96ccb4","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-f30ed0ce-e7f8-4aea-a98a-4e6ba6b417a3-pub-subnet"}]} 2018-08-12 08:26:05,242 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=840275d5-2fb2-4bc2-ab6d-ccde14d89bd3 used request id req-fcb22bb4-62a7-443c-9fb7-62df23c1e61a 2018-08-12 08:26:05,247 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-f30ed0ce-e7f8-4aea-a98a-4e6ba6b417a3-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9403d82bf1b7759014a5d2330e6a72413cb53066" 2018-08-12 08:26:05,515 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-8d861978-767b-4ab1-a205-3414dfaafb6f Date: Sun, 12 Aug 2018 08:26:05 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["99b547d4-1303-4d8a-a72d-d8b45e96ccb4"],"updated_at":"2018-08-12T08:26:00Z","tenant_id":"45511bab0b314e28bdcdd4ef15e8a66e","created_at":"2018-08-12T08:25:59Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"45511bab0b314e28bdcdd4ef15e8a66e","id":"840275d5-2fb2-4bc2-ab6d-ccde14d89bd3","name":"CreateInstancePortManipulationTests-f30ed0ce-e7f8-4aea-a98a-4e6ba6b417a3-pub-net"}]} 2018-08-12 08:26:05,515 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-f30ed0ce-e7f8-4aea-a98a-4e6ba6b417a3-pub-net used request id req-8d861978-767b-4ab1-a205-3414dfaafb6f 2018-08-12 08:26:05,519 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/45511bab0b314e28bdcdd4ef15e8a66e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9403d82bf1b7759014a5d2330e6a72413cb53066" 2018-08-12 08:26:05,612 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:26:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-67d17db5-4deb-4130-8a30-3dd910612169 Content-Encoding: gzip Content-Length: 234 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/45511bab0b314e28bdcdd4ef15e8a66e"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "45511bab0b314e28bdcdd4ef15e8a66e", "name": "CreateInstancePortManipulationTests-d42620b5-41e8-421-proj"}} 2018-08-12 08:26:05,612 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/45511bab0b314e28bdcdd4ef15e8a66e used request id req-67d17db5-4deb-4130-8a30-3dd910612169 2018-08-12 08:26:05,617 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=840275d5-2fb2-4bc2-ab6d-ccde14d89bd3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9403d82bf1b7759014a5d2330e6a72413cb53066" 2018-08-12 08:26:05,835 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-846c0cdc-93f7-4a9c-a52b-817b32304e5e Date: Sun, 12 Aug 2018 08:26:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"840275d5-2fb2-4bc2-ab6d-ccde14d89bd3","tenant_id":"45511bab0b314e28bdcdd4ef15e8a66e","created_at":"2018-08-12T08:26:00Z","dns_nameservers":[],"updated_at":"2018-08-12T08:26:00Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"45511bab0b314e28bdcdd4ef15e8a66e","id":"99b547d4-1303-4d8a-a72d-d8b45e96ccb4","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-f30ed0ce-e7f8-4aea-a98a-4e6ba6b417a3-pub-subnet"}]} 2018-08-12 08:26:05,835 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=840275d5-2fb2-4bc2-ab6d-ccde14d89bd3 used request id req-846c0cdc-93f7-4a9c-a52b-817b32304e5e 2018-08-12 08:26:05,840 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=840275d5-2fb2-4bc2-ab6d-ccde14d89bd3&name=CreateInstancePortManipulationTests-f30ed0ce-e7f8-4aea-a98a-4e6ba6b417a3port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9403d82bf1b7759014a5d2330e6a72413cb53066" 2018-08-12 08:26:05,874 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-3af352b2-dda2-4125-b1f9-27ce644f33d3 Date: Sun, 12 Aug 2018 08:26:05 GMT RESP BODY: {"ports":[]} 2018-08-12 08:26:05,874 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=840275d5-2fb2-4bc2-ab6d-ccde14d89bd3&name=CreateInstancePortManipulationTests-f30ed0ce-e7f8-4aea-a98a-4e6ba6b417a3port-1&admin_state_up=True used request id req-3af352b2-dda2-4125-b1f9-27ce644f33d3 2018-08-12 08:26:05,875 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:26:05,876 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:26:06,277 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5a400089c12b42d49cdfbed4a318d3f3", "name": "CreateInstancePortManipulationTests-d42620b5-41e8-421-proj-role"}], "expires_at": "2018-08-12T09:26:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "45511bab0b314e28bdcdd4ef15e8a66e", "name": "CreateInstancePortManipulationTests-d42620b5-41e8-421-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/45511bab0b314e28bdcdd4ef15e8a66e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/45511bab0b314e28bdcdd4ef15e8a66e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/45511bab0b314e28bdcdd4ef15e8a66e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_45511bab0b314e28bdcdd4ef15e8a66e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_45511bab0b314e28bdcdd4ef15e8a66e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/45511bab0b314e28bdcdd4ef15e8a66e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/45511bab0b314e28bdcdd4ef15e8a66e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/45511bab0b314e28bdcdd4ef15e8a66e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/45511bab0b314e28bdcdd4ef15e8a66e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/45511bab0b314e28bdcdd4ef15e8a66e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/45511bab0b314e28bdcdd4ef15e8a66e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/45511bab0b314e28bdcdd4ef15e8a66e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/45511bab0b314e28bdcdd4ef15e8a66e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/45511bab0b314e28bdcdd4ef15e8a66e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-d42620b5-41e8-421-user", "id": "1a00ad7d99a440679aa2e0f15ba78ebd"}, "audit_ids": ["JffM7AHZSkC9hEYGdsl-2Q"], "issued_at": "2018-08-12T08:26:06.000000Z"}} 2018-08-12 08:26:06,277 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}ebdc995b63da7f0a9970b847a4af7fa41f813c8a" 2018-08-12 08:26:06,356 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:26:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c8d79df0-228c-4722-b831-a6338d9f9640 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:26:06,356 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-c8d79df0-228c-4722-b831-a6338d9f9640 2018-08-12 08:26:06,362 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-f30ed0ce-e7f8-4aea-a98a-4e6ba6b417a3-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9403d82bf1b7759014a5d2330e6a72413cb53066" 2018-08-12 08:26:06,461 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-b6221b3b-20b0-406c-b047-ed453b6d0f23 Date: Sun, 12 Aug 2018 08:26:06 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":["99b547d4-1303-4d8a-a72d-d8b45e96ccb4"],"updated_at":"2018-08-12T08:26:00Z","tenant_id":"45511bab0b314e28bdcdd4ef15e8a66e","created_at":"2018-08-12T08:25:59Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"45511bab0b314e28bdcdd4ef15e8a66e","id":"840275d5-2fb2-4bc2-ab6d-ccde14d89bd3","name":"CreateInstancePortManipulationTests-f30ed0ce-e7f8-4aea-a98a-4e6ba6b417a3-pub-net"}]} 2018-08-12 08:26:06,461 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-f30ed0ce-e7f8-4aea-a98a-4e6ba6b417a3-pub-net used request id req-b6221b3b-20b0-406c-b047-ed453b6d0f23 2018-08-12 08:26:06,466 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=840275d5-2fb2-4bc2-ab6d-ccde14d89bd3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9403d82bf1b7759014a5d2330e6a72413cb53066" 2018-08-12 08:26:06,685 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-ea5a1d5e-bc99-4861-b17b-2ab273a0e704 Date: Sun, 12 Aug 2018 08:26:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"840275d5-2fb2-4bc2-ab6d-ccde14d89bd3","tenant_id":"45511bab0b314e28bdcdd4ef15e8a66e","created_at":"2018-08-12T08:26:00Z","dns_nameservers":[],"updated_at":"2018-08-12T08:26:00Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"45511bab0b314e28bdcdd4ef15e8a66e","id":"99b547d4-1303-4d8a-a72d-d8b45e96ccb4","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-f30ed0ce-e7f8-4aea-a98a-4e6ba6b417a3-pub-subnet"}]} 2018-08-12 08:26:06,685 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=840275d5-2fb2-4bc2-ab6d-ccde14d89bd3 used request id req-ea5a1d5e-bc99-4861-b17b-2ab273a0e704 2018-08-12 08:26:06,690 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-f30ed0ce-e7f8-4aea-a98a-4e6ba6b417a3-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9403d82bf1b7759014a5d2330e6a72413cb53066" 2018-08-12 08:26:06,827 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-853efe74-c957-4ae1-ae91-627de2e57c15 Date: Sun, 12 Aug 2018 08:26:06 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":["99b547d4-1303-4d8a-a72d-d8b45e96ccb4"],"updated_at":"2018-08-12T08:26:00Z","tenant_id":"45511bab0b314e28bdcdd4ef15e8a66e","created_at":"2018-08-12T08:25:59Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"45511bab0b314e28bdcdd4ef15e8a66e","id":"840275d5-2fb2-4bc2-ab6d-ccde14d89bd3","name":"CreateInstancePortManipulationTests-f30ed0ce-e7f8-4aea-a98a-4e6ba6b417a3-pub-net"}]} 2018-08-12 08:26:06,827 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-f30ed0ce-e7f8-4aea-a98a-4e6ba6b417a3-pub-net used request id req-853efe74-c957-4ae1-ae91-627de2e57c15 2018-08-12 08:26:06,830 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:26:06,835 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:26:06 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:26:06,836 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/45511bab0b314e28bdcdd4ef15e8a66e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ebdc995b63da7f0a9970b847a4af7fa41f813c8a" 2018-08-12 08:26:07,009 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:26:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a4e9c632-a5cb-4374-9486-f0951d493b8f Content-Encoding: gzip Content-Length: 234 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/45511bab0b314e28bdcdd4ef15e8a66e"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "45511bab0b314e28bdcdd4ef15e8a66e", "name": "CreateInstancePortManipulationTests-d42620b5-41e8-421-proj"}} 2018-08-12 08:26:07,009 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/45511bab0b314e28bdcdd4ef15e8a66e used request id req-a4e9c632-a5cb-4374-9486-f0951d493b8f 2018-08-12 08:26:07,016 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=840275d5-2fb2-4bc2-ab6d-ccde14d89bd3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9403d82bf1b7759014a5d2330e6a72413cb53066" 2018-08-12 08:26:07,232 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-5dfb6655-520e-4677-b386-f424c5564761 Date: Sun, 12 Aug 2018 08:26:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"840275d5-2fb2-4bc2-ab6d-ccde14d89bd3","tenant_id":"45511bab0b314e28bdcdd4ef15e8a66e","created_at":"2018-08-12T08:26:00Z","dns_nameservers":[],"updated_at":"2018-08-12T08:26:00Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"45511bab0b314e28bdcdd4ef15e8a66e","id":"99b547d4-1303-4d8a-a72d-d8b45e96ccb4","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-f30ed0ce-e7f8-4aea-a98a-4e6ba6b417a3-pub-subnet"}]} 2018-08-12 08:26:07,232 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=840275d5-2fb2-4bc2-ab6d-ccde14d89bd3 used request id req-5dfb6655-520e-4677-b386-f424c5564761 2018-08-12 08:26:07,233 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-f30ed0ce-e7f8-4aea-a98a-4e6ba6b417a3-pub-net 2018-08-12 08:26:07,238 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9403d82bf1b7759014a5d2330e6a72413cb53066" -d '{"port": {"network_id": "840275d5-2fb2-4bc2-ab6d-ccde14d89bd3", "name": "CreateInstancePortManipulationTests-f30ed0ce-e7f8-4aea-a98a-4e6ba6b417a3port-1", "allowed_address_pairs": [{"ip_address": "10.55.0.101", "mac_address": "foo"}], "admin_state_up": true}}' 2018-08-12 08:26:07,436 - keystoneauth.session - DEBUG - RESP: [400] Content-Length: 105 Content-Type: application/json X-Openstack-Request-Id: req-71e09250-a4d9-4e78-b0e4-bc96e52cd7fa Date: Sun, 12 Aug 2018 08:26:07 GMT RESP BODY: {"NeutronError": {"message": "'foo' is not a valid MAC address", "type": "HTTPBadRequest", "detail": ""}} 2018-08-12 08:26:07,436 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/ports used request id req-71e09250-a4d9-4e78-b0e4-bc96e52cd7fa 2018-08-12 08:26:07,437 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "'foo' is not a valid MAC address", "type": "HTTPBadRequest", "detail": ""}} 2018-08-12 08:26:07,440 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/flavors/66fd6e0d-12c6-4ed8-a5f5-02cca8409533 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81db6d095ceff2027e2560ac1da38a0a58461656" 2018-08-12 08:26:07,486 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 08:26: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-b2881c96-cd3f-405a-8a2e-a9078ab4d1b2 x-compute-request-id: req-b2881c96-cd3f-405a-8a2e-a9078ab4d1b2 Content-Length: 0 Content-Type: application/json 2018-08-12 08:26:07,487 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/66fd6e0d-12c6-4ed8-a5f5-02cca8409533 used request id req-b2881c96-cd3f-405a-8a2e-a9078ab4d1b2 2018-08-12 08:26:07,487 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-f30ed0ce-e7f8-4aea-a98a-4e6ba6b417a3-pub-subnet 2018-08-12 08:26:07,488 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-f30ed0ce-e7f8-4aea-a98a-4e6ba6b417a3-pub-subnet 2018-08-12 08:26:07,493 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/99b547d4-1303-4d8a-a72d-d8b45e96ccb4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5dd508a5108cceff449c4021ab8e6de629302777" 2018-08-12 08:26:09,993 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-5c4ba4d1-6a5c-4c6f-921d-c7c494339ec5 Date: Sun, 12 Aug 2018 08:26:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:26:09,993 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/99b547d4-1303-4d8a-a72d-d8b45e96ccb4 used request id req-5c4ba4d1-6a5c-4c6f-921d-c7c494339ec5 2018-08-12 08:26:09,993 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-f30ed0ce-e7f8-4aea-a98a-4e6ba6b417a3-pub-net 2018-08-12 08:26:09,998 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/840275d5-2fb2-4bc2-ab6d-ccde14d89bd3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5dd508a5108cceff449c4021ab8e6de629302777" 2018-08-12 08:26:11,534 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c1d01245-4e31-4b7f-aaa4-313619443f38 Date: Sun, 12 Aug 2018 08:26:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:26:11,534 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/840275d5-2fb2-4bc2-ab6d-ccde14d89bd3 used request id req-c1d01245-4e31-4b7f-aaa4-313619443f38 2018-08-12 08:26:11,535 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-f30ed0ce-e7f8-4aea-a98a-4e6ba6b417a3-image 2018-08-12 08:26:11,538 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/671c2fde-65ea-40d8-8c88-4cf722a44363 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c333a00fe06091b4fbd1500b406762bdaf1ad2d1" 2018-08-12 08:26:12,602 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-bff4992b-c495-4513-be50-1a0e6d5cc8d4 Date: Sun, 12 Aug 2018 08:26: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 08:26:12,602 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/671c2fde-65ea-40d8-8c88-4cf722a44363 used request id req-bff4992b-c495-4513-be50-1a0e6d5cc8d4 2018-08-12 08:26:12,603 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:26:12,603 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:26:12,603 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:26:12,603 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:26:12,604 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:26:12,610 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8d64ee71a1f1c08158a092b0ccc8a182229b798" 2018-08-12 08:26:12,885 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 45548 X-Openstack-Request-Id: req-623b3a1e-363e-49ce-8e6a-6089309806ee Date: Sun, 12 Aug 2018 08:26:12 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "created_at": "2018-08-12T06:59:44Z", "updated_at": "2018-08-12T06:59:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "1d7fd960-7865-4453-aecc-8d399b4fad21", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "66820d8a-b785-4b18-bd67-500221c8e4f9", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "74fc7638-a322-4841-8c47-06d36174a200", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "8eaa09ec-8419-4582-9312-1e527afe6e4b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}], "revision_number": 4, "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "created_at": "2018-08-12T05:12:34Z", "updated_at": "2018-08-12T05:12:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "709513d2-af7d-4d0b-bd3c-604fed75a711", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "aa346066-e46f-44f2-94be-2884aa998a19", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "c15f7b93-e56c-4afa-867d-2acb286d4b7b", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "cb0ef83f-5f70-4a80-ad35-431ca9df551e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}], "revision_number": 4, "project_id": "fa5a7fe6ee54472ba01638877aade8e3", "id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ea65becf30e54b27aa96a449698a435e", "created_at": "2018-08-12T05:10:35Z", "updated_at": "2018-08-12T05:10:35Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "30ad280c-f302-4cd4-a438-5139917b56f9", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "76115c4c-887d-4f0a-83e2-486e4b39c713", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "8ab14937-4c08-4d43-8a9a-662e622cc643", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "ee757a03-5662-4273-9c3e-6212e7afb48f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}], "revision_number": 4, "project_id": "ea65becf30e54b27aa96a449698a435e", "id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "created_at": "2018-08-12T06:20:09Z", "updated_at": "2018-08-12T06:20:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "1123b8f2-75ac-4a26-b9b2-a96da97408e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "2ddd2b93-e080-48cd-9a50-f5fe8a82ad0c", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "cd1bae62-0aea-4438-b4c3-50a69ae6f855", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "e398e01e-ceea-46d1-9534-b929808c4a5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}], "revision_number": 4, "project_id": "ff7abd7bb61f4f2889831e932d65dc2e", "id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "created_at": "2018-08-12T05:34:57Z", "updated_at": "2018-08-12T05:34:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "208a1c1e-f5f8-49c7-9a25-d07e68b1541f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "27bfd867-e607-4bf8-9de8-60682d3f771d", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "49360e1f-6fd3-4f35-b339-24cea95773ee", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "60f631a9-d305-4920-9631-d0543e2ac64f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}], "revision_number": 4, "project_id": "3a85ceae958d4d9fba68847e7df67db8", "id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "created_at": "2018-08-12T05:34:40Z", "updated_at": "2018-08-12T05:34:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "2192c259-363e-4768-ae73-e75837ad63b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "3f87ddc5-f84d-41dc-8215-847724782569", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "7d89f6da-ea78-49dd-9115-f9ad23b250bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "9ec4497d-0f65-44db-9be9-7b3042e4a584", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}], "revision_number": 4, "project_id": "85517fcf1c6247e699fdcdd42ecc8c79", "id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "created_at": "2018-08-12T05:16:02Z", "updated_at": "2018-08-12T05:16:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "1ecacd8c-c1c7-4a66-9871-406a69323b43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "3cc1750c-e0e7-4902-b6f3-494a161b832e", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "d719a7a4-8c99-44ed-8c12-6bf071890203", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "fe7421b5-d577-41da-8c78-62f3c07eda92", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}], "revision_number": 4, "project_id": "a267b9a156244bb192691cff6e5f74fe", "id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "315a428116f24d9fbb826b37080a918e", "created_at": "2018-08-12T05:11:31Z", "updated_at": "2018-08-12T05:11:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "5e52886a-1dc3-4a81-a55d-f388dc4fd1a1", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "678e32e4-d64c-448a-a4ab-e253ab94ae90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "a8da1539-e3ad-4f90-b2df-3dc1f09d228a", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "b73d5cc9-0205-4658-bb1f-61a042c0ab8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}], "revision_number": 4, "project_id": "315a428116f24d9fbb826b37080a918e", "id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-12T05:08:01Z", "updated_at": "2018-08-12T05:08:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:01Z", "revision_number": 0, "id": "0fb05d03-1117-45d0-930c-b6d4c96ef102", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "4faaab33-5788-4bbd-85b8-0fb44d41413a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "96d0c5a0-5c67-421b-8fc8-2b46d77e5db3", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "dd78519b-4bc5-4e8e-ad0f-58089dd69347", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "11a46741b7954b959fd7764109c047b6", "created_at": "2018-08-12T05:34:51Z", "updated_at": "2018-08-12T05:34:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "0b67bf3c-2289-43bb-ab6c-7d25ec32a279", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "51f3f833-337a-42bd-a8d5-742ea8d6c226", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "571fd0b5-ef90-408d-af33-aafb517b8993", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "944ba823-fb9c-496e-a66e-bb426bb14a8d", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}], "revision_number": 4, "project_id": "11a46741b7954b959fd7764109c047b6", "id": "90af9782-8112-4257-801d-ee5115d226ba", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "created_at": "2018-08-12T05:34:26Z", "updated_at": "2018-08-12T05:34:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "2ee1f63a-807c-4d6a-85ee-dd784f6b8c3f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5dec3ec2-2add-47dd-8618-90659dcf3885", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5ea0dc3e-49d0-43f0-94e9-f6443527d14c", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "fbfaca22-7e3e-4128-8973-43e439b77c28", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}], "revision_number": 4, "project_id": "3c01cd58055c44ecaef39f7e625c2258", "id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "521007c1818145639e93ceb270559219", "created_at": "2018-08-12T05:13:27Z", "updated_at": "2018-08-12T05:13:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "5e7fede5-b0f2-47d8-95c3-516cdfc7f9de", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "8fd0e36f-c6c4-4f64-ba97-40439e614448", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "db7d79de-1dfc-4138-945f-91e74cdc266b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "e87f2cff-ff3e-4b6d-aaf0-7f0eb0ab9f05", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}], "revision_number": 4, "project_id": "521007c1818145639e93ceb270559219", "id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "created_at": "2018-08-12T05:08:18Z", "updated_at": "2018-08-12T05:08:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "3c67be40-bf74-4f97-9693-d93ce73a23b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "6112d869-2fc6-4a25-a13c-3d55cd7206c0", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "bdf21c56-453e-482e-9cba-3c55abcb0339", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "c8e92c39-38cc-4f48-be9c-5f0912e6a725", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}], "revision_number": 4, "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "created_at": "2018-08-12T05:04:23Z", "updated_at": "2018-08-12T05:04:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "280546d9-8ad1-4283-abfc-15ee9b1736c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "58bce125-f2ca-4a6d-b9ca-4e6cf5c0f7a5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "69275b9a-cfb5-482c-a9c4-8ffc79adf2c7", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "6d747f3a-3764-469a-a645-f977585c5aac", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}], "revision_number": 4, "project_id": "310f5853751a4c968f3eeb0a3d99a0a8", "id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "created_at": "2018-08-12T05:34:42Z", "updated_at": "2018-08-12T05:34:42Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "199582e8-25aa-457a-aa7c-6d8413ca4464", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "234f3609-4454-448f-919d-c8143c7cd764", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "c1061460-71a2-49a9-a04b-9fa33eeb17ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "d21ac532-51d8-4d6b-8300-7bac216759bf", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}], "revision_number": 4, "project_id": "9f6c1a272706419c9a74b0893b2890e8", "id": "d6739716-c693-460c-89c6-e7c8c48f8245", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "created_at": "2018-08-12T05:34:54Z", "updated_at": "2018-08-12T05:34:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "0633a05a-ee7d-4476-a56b-75d011b22f77", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "6cc1b9f8-73db-47a3-a0e0-3c96c43f34da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "90d99a6b-e94f-4fd8-a10c-f19dd8954c13", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "e843c139-af2a-4d2c-a24f-59f7b10ff72e", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}], "revision_number": 4, "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "created_at": "2018-08-12T05:09:07Z", "updated_at": "2018-08-12T05:09:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "5495e168-f505-4d74-ae6d-387f0bf533c2", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "6fd19b8b-3062-456e-81ba-3ff37fe43429", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8ca59d25-485c-46ce-939c-2e4a468caeac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8f190846-50a0-42b9-b571-390809b752b1", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}], "revision_number": 4, "project_id": "fa9ca6d7608b4d7d87ce97331679a481", "id": "edcd9b17-9416-4c25-823c-060c435e18d7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "created_at": "2018-08-12T05:34:52Z", "updated_at": "2018-08-12T05:34:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "2c7e484e-6ec5-4a95-8c9c-66d294c0c27e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "70c74258-3c2c-4efc-87e0-079c26ee3417", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "b70382fa-082e-4c2b-abc8-87490fa50b11", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "c3628e02-b4b6-42c9-8751-c1a2d3c19caa", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}], "revision_number": 4, "project_id": "87db863ba6e348b0a5ddcb67053db9d1", "id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "45511bab0b314e28bdcdd4ef15e8a66e", "created_at": "2018-08-12T08:25:59Z", "updated_at": "2018-08-12T08:25:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:25:59Z", "revision_number": 0, "id": "18acba2f-c1ed-4f29-836a-039323826a32", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:25:59Z", "security_group_id": "ee512206-e4f7-44f9-9dc9-9eff76f37a87", "tenant_id": "45511bab0b314e28bdcdd4ef15e8a66e", "port_range_min": null, "ethertype": "IPv4", "project_id": "45511bab0b314e28bdcdd4ef15e8a66e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:25:59Z", "revision_number": 0, "id": "2c4daa63-843d-407b-a390-a53f727d051a", "remote_group_id": "ee512206-e4f7-44f9-9dc9-9eff76f37a87", "remote_ip_prefix": null, "created_at": "2018-08-12T08:25:59Z", "security_group_id": "ee512206-e4f7-44f9-9dc9-9eff76f37a87", "tenant_id": "45511bab0b314e28bdcdd4ef15e8a66e", "port_range_min": null, "ethertype": "IPv6", "project_id": "45511bab0b314e28bdcdd4ef15e8a66e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:25:59Z", "revision_number": 0, "id": "380539f0-23ab-4f3f-8f37-d5603d3eeaaf", "remote_group_id": "ee512206-e4f7-44f9-9dc9-9eff76f37a87", "remote_ip_prefix": null, "created_at": "2018-08-12T08:25:59Z", "security_group_id": "ee512206-e4f7-44f9-9dc9-9eff76f37a87", "tenant_id": "45511bab0b314e28bdcdd4ef15e8a66e", "port_range_min": null, "ethertype": "IPv4", "project_id": "45511bab0b314e28bdcdd4ef15e8a66e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:25:59Z", "revision_number": 0, "id": "3a4fa920-c7aa-4d5e-ba93-56d8b94d598e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:25:59Z", "security_group_id": "ee512206-e4f7-44f9-9dc9-9eff76f37a87", "tenant_id": "45511bab0b314e28bdcdd4ef15e8a66e", "port_range_min": null, "ethertype": "IPv6", "project_id": "45511bab0b314e28bdcdd4ef15e8a66e"}], "revision_number": 4, "project_id": "45511bab0b314e28bdcdd4ef15e8a66e", "id": "ee512206-e4f7-44f9-9dc9-9eff76f37a87", "name": "default"}]} 2018-08-12 08:26:12,886 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-623b3a1e-363e-49ce-8e6a-6089309806ee 2018-08-12 08:26:12,894 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8d64ee71a1f1c08158a092b0ccc8a182229b798" 2018-08-12 08:26:12,982 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:26:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c6c57608-6c7b-43b7-9f76-435f13294d59 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 5fe28c13d4d74ba2be8d019ac1ea6363.", "code": 404, "title": "Not Found"}} 2018-08-12 08:26:12,983 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 used request id req-c6c57608-6c7b-43b7-9f76-435f13294d59 2018-08-12 08:26:12,983 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:26:12,987 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8d64ee71a1f1c08158a092b0ccc8a182229b798" 2018-08-12 08:26:13,077 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:26:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-30facf94-82dc-4dcd-8d45-9b34e59575ee Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa5a7fe6ee54472ba01638877aade8e3.", "code": 404, "title": "Not Found"}} 2018-08-12 08:26:13,077 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 used request id req-30facf94-82dc-4dcd-8d45-9b34e59575ee 2018-08-12 08:26:13,077 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:26:13,081 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8d64ee71a1f1c08158a092b0ccc8a182229b798" 2018-08-12 08:26:13,180 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:26:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-912aa840-2087-49f1-ab20-d0faf72d960f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ea65becf30e54b27aa96a449698a435e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:26:13,180 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e used request id req-912aa840-2087-49f1-ab20-d0faf72d960f 2018-08-12 08:26:13,180 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:26:13,184 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8d64ee71a1f1c08158a092b0ccc8a182229b798" 2018-08-12 08:26:13,267 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:26:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-89549cac-7ab8-4405-a493-0f3698cc9ecf Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ff7abd7bb61f4f2889831e932d65dc2e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:26:13,267 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e used request id req-89549cac-7ab8-4405-a493-0f3698cc9ecf 2018-08-12 08:26:13,268 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:26:13,271 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8d64ee71a1f1c08158a092b0ccc8a182229b798" 2018-08-12 08:26:13,365 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:26:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9467366e-3f7a-42fa-bfcb-4b923c85a51f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3a85ceae958d4d9fba68847e7df67db8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:26:13,365 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 used request id req-9467366e-3f7a-42fa-bfcb-4b923c85a51f 2018-08-12 08:26:13,365 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:26:13,369 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8d64ee71a1f1c08158a092b0ccc8a182229b798" 2018-08-12 08:26:13,460 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:26:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1039a48d-ab5b-41c8-b6a2-0a2fef24e053 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 85517fcf1c6247e699fdcdd42ecc8c79.", "code": 404, "title": "Not Found"}} 2018-08-12 08:26:13,461 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 used request id req-1039a48d-ab5b-41c8-b6a2-0a2fef24e053 2018-08-12 08:26:13,461 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:26:13,464 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8d64ee71a1f1c08158a092b0ccc8a182229b798" 2018-08-12 08:26:13,555 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:26:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-78afd850-14c1-4354-ae90-dd91804df7e9 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}} 2018-08-12 08:26:13,555 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe used request id req-78afd850-14c1-4354-ae90-dd91804df7e9 2018-08-12 08:26:13,560 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8d64ee71a1f1c08158a092b0ccc8a182229b798" 2018-08-12 08:26:13,654 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:26:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-986ae40e-8691-4a0e-9c90-817baaa22e9f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 315a428116f24d9fbb826b37080a918e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:26:13,654 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e used request id req-986ae40e-8691-4a0e-9c90-817baaa22e9f 2018-08-12 08:26:13,654 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:26:13,658 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8d64ee71a1f1c08158a092b0ccc8a182229b798" 2018-08-12 08:26:13,754 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:26:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0de7ec8d-faf8-4bce-988b-09a7da7b22c4 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 11a46741b7954b959fd7764109c047b6.", "code": 404, "title": "Not Found"}} 2018-08-12 08:26:13,754 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 used request id req-0de7ec8d-faf8-4bce-988b-09a7da7b22c4 2018-08-12 08:26:13,754 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:26:13,757 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8d64ee71a1f1c08158a092b0ccc8a182229b798" 2018-08-12 08:26:13,843 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:26:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e21cd828-024e-4ebc-9021-7c60ba102a95 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3c01cd58055c44ecaef39f7e625c2258.", "code": 404, "title": "Not Found"}} 2018-08-12 08:26:13,843 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 used request id req-e21cd828-024e-4ebc-9021-7c60ba102a95 2018-08-12 08:26:13,843 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:26:13,847 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8d64ee71a1f1c08158a092b0ccc8a182229b798" 2018-08-12 08:26:13,971 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:26:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3cfabbe3-6af7-4332-8f98-8c3bc5751bf5 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 521007c1818145639e93ceb270559219.", "code": 404, "title": "Not Found"}} 2018-08-12 08:26:13,972 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 used request id req-3cfabbe3-6af7-4332-8f98-8c3bc5751bf5 2018-08-12 08:26:13,972 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:26:13,975 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8d64ee71a1f1c08158a092b0ccc8a182229b798" 2018-08-12 08:26:14,082 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:26:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6012ad82-4de4-4722-b5f1-949c9ddcf812 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e18fcc7fc10a4fd0b20234f8520d0aab.", "code": 404, "title": "Not Found"}} 2018-08-12 08:26:14,083 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab used request id req-6012ad82-4de4-4722-b5f1-949c9ddcf812 2018-08-12 08:26:14,083 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:26:14,086 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8d64ee71a1f1c08158a092b0ccc8a182229b798" 2018-08-12 08:26:14,174 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:26:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cf4f40bb-9503-40f3-9ccc-1f07ee38779a Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "310f5853751a4c968f3eeb0a3d99a0a8", "name": "service"}} 2018-08-12 08:26:14,174 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 used request id req-cf4f40bb-9503-40f3-9ccc-1f07ee38779a 2018-08-12 08:26:14,178 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8d64ee71a1f1c08158a092b0ccc8a182229b798" 2018-08-12 08:26:14,269 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:26:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ba70ef9e-49b0-4f11-a48a-17a4d090ed6e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9f6c1a272706419c9a74b0893b2890e8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:26:14,269 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 used request id req-ba70ef9e-49b0-4f11-a48a-17a4d090ed6e 2018-08-12 08:26:14,270 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:26:14,273 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/34cb7327fcfc4b52a63b4b8c0ea4a54d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8d64ee71a1f1c08158a092b0ccc8a182229b798" 2018-08-12 08:26:14,359 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:26:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0e2a29d2-ba64-4b70-a949-fe5d15169fbe Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 34cb7327fcfc4b52a63b4b8c0ea4a54d.", "code": 404, "title": "Not Found"}} 2018-08-12 08:26:14,359 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/34cb7327fcfc4b52a63b4b8c0ea4a54d used request id req-0e2a29d2-ba64-4b70-a949-fe5d15169fbe 2018-08-12 08:26:14,359 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:26:14,362 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa9ca6d7608b4d7d87ce97331679a481 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8d64ee71a1f1c08158a092b0ccc8a182229b798" 2018-08-12 08:26:14,454 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:26:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-640e5a52-0a9b-4be3-a027-ebccf8703e0b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa9ca6d7608b4d7d87ce97331679a481.", "code": 404, "title": "Not Found"}} 2018-08-12 08:26:14,455 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa9ca6d7608b4d7d87ce97331679a481 used request id req-640e5a52-0a9b-4be3-a027-ebccf8703e0b 2018-08-12 08:26:14,455 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:26:14,458 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/87db863ba6e348b0a5ddcb67053db9d1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8d64ee71a1f1c08158a092b0ccc8a182229b798" 2018-08-12 08:26:14,543 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:26:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9b796191-92cb-40df-a7da-6238bf745e07 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87db863ba6e348b0a5ddcb67053db9d1.", "code": 404, "title": "Not Found"}} 2018-08-12 08:26:14,543 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/87db863ba6e348b0a5ddcb67053db9d1 used request id req-9b796191-92cb-40df-a7da-6238bf745e07 2018-08-12 08:26:14,543 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:26:14,546 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/45511bab0b314e28bdcdd4ef15e8a66e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8d64ee71a1f1c08158a092b0ccc8a182229b798" 2018-08-12 08:26:14,637 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:26:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7a51a0d3-55be-411a-9036-38dd76030651 Content-Encoding: gzip Content-Length: 234 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/45511bab0b314e28bdcdd4ef15e8a66e"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "45511bab0b314e28bdcdd4ef15e8a66e", "name": "CreateInstancePortManipulationTests-d42620b5-41e8-421-proj"}} 2018-08-12 08:26:14,637 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/45511bab0b314e28bdcdd4ef15e8a66e used request id req-7a51a0d3-55be-411a-9036-38dd76030651 2018-08-12 08:26:14,638 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ee512206-e4f7-44f9-9dc9-9eff76f37a87 2018-08-12 08:26:14,643 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=ee512206-e4f7-44f9-9dc9-9eff76f37a87 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8d64ee71a1f1c08158a092b0ccc8a182229b798" 2018-08-12 08:26:14,833 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-443a37cb-5c29-40d8-89e5-6f945b26021d Date: Sun, 12 Aug 2018 08:26:14 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:25:59Z", "security_group_id": "ee512206-e4f7-44f9-9dc9-9eff76f37a87", "port_range_min": null, "revision_number": 0, "tenant_id": "45511bab0b314e28bdcdd4ef15e8a66e", "created_at": "2018-08-12T08:25:59Z", "project_id": "45511bab0b314e28bdcdd4ef15e8a66e", "id": "18acba2f-c1ed-4f29-836a-039323826a32"}, {"remote_group_id": "ee512206-e4f7-44f9-9dc9-9eff76f37a87", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:25:59Z", "security_group_id": "ee512206-e4f7-44f9-9dc9-9eff76f37a87", "port_range_min": null, "revision_number": 0, "tenant_id": "45511bab0b314e28bdcdd4ef15e8a66e", "created_at": "2018-08-12T08:25:59Z", "project_id": "45511bab0b314e28bdcdd4ef15e8a66e", "id": "2c4daa63-843d-407b-a390-a53f727d051a"}, {"remote_group_id": "ee512206-e4f7-44f9-9dc9-9eff76f37a87", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:25:59Z", "security_group_id": "ee512206-e4f7-44f9-9dc9-9eff76f37a87", "port_range_min": null, "revision_number": 0, "tenant_id": "45511bab0b314e28bdcdd4ef15e8a66e", "created_at": "2018-08-12T08:25:59Z", "project_id": "45511bab0b314e28bdcdd4ef15e8a66e", "id": "380539f0-23ab-4f3f-8f37-d5603d3eeaaf"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:25:59Z", "security_group_id": "ee512206-e4f7-44f9-9dc9-9eff76f37a87", "port_range_min": null, "revision_number": 0, "tenant_id": "45511bab0b314e28bdcdd4ef15e8a66e", "created_at": "2018-08-12T08:25:59Z", "project_id": "45511bab0b314e28bdcdd4ef15e8a66e", "id": "3a4fa920-c7aa-4d5e-ba93-56d8b94d598e"}]} 2018-08-12 08:26:14,834 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=ee512206-e4f7-44f9-9dc9-9eff76f37a87 used request id req-443a37cb-5c29-40d8-89e5-6f945b26021d 2018-08-12 08:26:14,835 - neutron_utils - INFO - Deleting security group with name - default 2018-08-12 08:26:14,839 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/ee512206-e4f7-44f9-9dc9-9eff76f37a87 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8d64ee71a1f1c08158a092b0ccc8a182229b798" 2018-08-12 08:26:15,382 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7d4b7d3b-e370-4bf7-a43f-12234f54d857 Content-Length: 0 Date: Sun, 12 Aug 2018 08:26:15 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:26:15,383 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/ee512206-e4f7-44f9-9dc9-9eff76f37a87 used request id req-7d4b7d3b-e370-4bf7-a43f-12234f54d857 2018-08-12 08:26:15,383 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-d42620b5-41e8-421-proj 2018-08-12 08:26:15,387 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/45511bab0b314e28bdcdd4ef15e8a66e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8d64ee71a1f1c08158a092b0ccc8a182229b798" 2018-08-12 08:26:15,679 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:26:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-80636e31-2da8-418c-8a4e-73cbfd884b05 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 08:26:15,679 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/45511bab0b314e28bdcdd4ef15e8a66e used request id req-80636e31-2da8-418c-8a4e-73cbfd884b05 2018-08-12 08:26:15,679 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-d42620b5-41e8-421-proj-role 2018-08-12 08:26:15,683 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/5a400089c12b42d49cdfbed4a318d3f3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8d64ee71a1f1c08158a092b0ccc8a182229b798" 2018-08-12 08:26:15,810 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:26:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-43fe7dbb-115c-4209-8caa-6cf43f6d3fe4 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 08:26:15,811 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/5a400089c12b42d49cdfbed4a318d3f3 used request id req-43fe7dbb-115c-4209-8caa-6cf43f6d3fe4 2018-08-12 08:26:15,814 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8d64ee71a1f1c08158a092b0ccc8a182229b798" 2018-08-12 08:26:15,908 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:26:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-42fbd38e-6413-4642-ad88-bb55008becc9 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:26:15,908 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-42fbd38e-6413-4642-ad88-bb55008becc9 2018-08-12 08:26:15,908 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-d42620b5-41e8-421-user 2018-08-12 08:26:15,912 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/1a00ad7d99a440679aa2e0f15ba78ebd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f1cf2db41919acbe9f39ec52334387c9f69a371" 2018-08-12 08:26:16,107 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:26:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-90673e3a-a617-4d58-a860-631f7a919a7b 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 08:26:16,107 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/1a00ad7d99a440679aa2e0f15ba78ebd used request id req-90673e3a-a617-4d58-a860-631f7a919a7b 2018-08-12 08:26:16,108 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:26:16,500 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:26:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["Qr5w86VDRKe9qxz4I_dN1w"], "issued_at": "2018-08-12T08:26:16.000000Z"}} 2018-08-12 08:26:16,501 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}8a634cf42752a7630a37c9a53817de72cdf93819" 2018-08-12 08:26:16,587 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:26:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-73d8cd7b-0a30-4beb-b266-7e9ce59a5f5c Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:26:16,587 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-73d8cd7b-0a30-4beb-b266-7e9ce59a5f5c 2018-08-12 08:26:16,588 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:26:16,589 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:26:16,978 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:26:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["54O_hEeDRTWnj7gl3mb4JA"], "issued_at": "2018-08-12T08:26:16.000000Z"}} 2018-08-12 08:26:16,979 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}ef49106bc701e1d332c867ed7e719660bb76876b" 2018-08-12 08:26:17,066 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:26:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd159c42-74f6-4f66-b543-ae310ab9e537 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:26:17,066 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-dd159c42-74f6-4f66-b543-ae310ab9e537 2018-08-12 08:26:17,070 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:26:17,075 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:26:17 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:26:17,076 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-fdb46475-8b57-4d4-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef49106bc701e1d332c867ed7e719660bb76876b" 2018-08-12 08:26:17,166 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:26:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ee727f0-8e79-4535-b432-7b6526e08428 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-fdb46475-8b57-4d4-proj", "previous": null, "next": null}, "projects": []} 2018-08-12 08:26:17,166 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-fdb46475-8b57-4d4-proj used request id req-6ee727f0-8e79-4535-b432-7b6526e08428 2018-08-12 08:26:17,169 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef49106bc701e1d332c867ed7e719660bb76876b" 2018-08-12 08:26:17,264 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:26:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01f6f1dd-aefb-440f-96fc-cde5e85ebe88 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:26:17,264 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-01f6f1dd-aefb-440f-96fc-cde5e85ebe88 2018-08-12 08:26:17,268 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef49106bc701e1d332c867ed7e719660bb76876b" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstancePortManipulationTests-fdb46475-8b57-4d4-proj"}}' 2018-08-12 08:26:17,392 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:26:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-08264a05-e9d8-4260-9da8-da0df304fc32 Content-Length: 332 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/e9aefd6cae0b4f2a829bbc7dbc023ab7"}, "tags": [], "enabled": true, "id": "e9aefd6cae0b4f2a829bbc7dbc023ab7", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-fdb46475-8b57-4d4-proj"}} 2018-08-12 08:26:17,392 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-08264a05-e9d8-4260-9da8-da0df304fc32 2018-08-12 08:26:17,392 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-fdb46475-8b57-4d4-proj 2018-08-12 08:26:17,392 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:26:17,393 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:26:17,778 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:26:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["XgI8IIzgSneQcgE2hr0Q2Q"], "issued_at": "2018-08-12T08:26:17.000000Z"}} 2018-08-12 08:26:17,778 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}dbdeac2ba5b71ab9501de6bf77339368e43fab35" 2018-08-12 08:26:17,869 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:26:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d2bea579-d09e-4cb9-be3f-c0d9376aaba8 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:26:17,869 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-d2bea579-d09e-4cb9-be3f-c0d9376aaba8 2018-08-12 08:26:17,873 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:26:17,879 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:26:17 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:26:17,879 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dbdeac2ba5b71ab9501de6bf77339368e43fab35" 2018-08-12 08:26:17,979 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:26:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-14fde73f-52ac-4df1-a370-ada20315e773 Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/105a247548624314b9228f85f6325f0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105a247548624314b9228f85f6325f0b", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/1c5de0eaa44543f08da6ad63a51594ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c5de0eaa44543f08da6ad63a51594ff", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/1d127b5b832547a88a547c116dfdd65b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d127b5b832547a88a547c116dfdd65b", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/1d5cfc170d624ce4ae53ae0507c8d517"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d5cfc170d624ce4ae53ae0507c8d517", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/2421820b75eb4d3ebd02830378d1377b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2421820b75eb4d3ebd02830378d1377b", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/40bd8ee54ecf44868cc83cede652c396"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40bd8ee54ecf44868cc83cede652c396", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/4f32fb8153854c4c9f5094b42b523f80"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f32fb8153854c4c9f5094b42b523f80", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7066130d08fb4db7bf4ab468de53933b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7066130d08fb4db7bf4ab468de53933b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/8d0898a83bcf4521bbc11501d5d7ac89"}, "domain_id": "1eec97585bde483292ece28ee11f4b8d", "enabled": true, "options": {}, "id": "8d0898a83bcf4521bbc11501d5d7ac89", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/9defcced327d476f8a3beab718a13da3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9defcced327d476f8a3beab718a13da3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/b80ee4f6992446e0879624dd436e99a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b80ee4f6992446e0879624dd436e99a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b86fd3e011324d398fcdb6f095a20a9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b86fd3e011324d398fcdb6f095a20a9d", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1701d2754064b5cadf765ea0806f9b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1701d2754064b5cadf765ea0806f9b2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/db4e7b8d76d549faa502716565c733dd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db4e7b8d76d549faa502716565c733dd", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-12 08:26:17,979 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-14fde73f-52ac-4df1-a370-ada20315e773 2018-08-12 08:26:17,984 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateInstancePortManipulationTests-fdb46475-8b57-4d4-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dbdeac2ba5b71ab9501de6bf77339368e43fab35" 2018-08-12 08:26:18,079 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:26:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7e21329d-c7f1-44d6-b21d-39cdc6634778 Content-Encoding: gzip Content-Length: 268 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateInstancePortManipulationTests-fdb46475-8b57-4d4-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/e9aefd6cae0b4f2a829bbc7dbc023ab7"}, "tags": [], "enabled": true, "id": "e9aefd6cae0b4f2a829bbc7dbc023ab7", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-fdb46475-8b57-4d4-proj"}]} 2018-08-12 08:26:18,079 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateInstancePortManipulationTests-fdb46475-8b57-4d4-proj used request id req-7e21329d-c7f1-44d6-b21d-39cdc6634778 2018-08-12 08:26:18,083 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dbdeac2ba5b71ab9501de6bf77339368e43fab35" 2018-08-12 08:26:18,176 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:26:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7e55a175-9361-4474-9500-fdd704cae77c Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:26:18,176 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-7e55a175-9361-4474-9500-fdd704cae77c 2018-08-12 08:26:18,541 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-fdb46475-8b57-4d4-user 2018-08-12 08:26:18,541 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:26:18,545 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef49106bc701e1d332c867ed7e719660bb76876b" 2018-08-12 08:26:18,640 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:26:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a9b447af-a21e-4522-81c6-c5cc89444026 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:26:18,640 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-a9b447af-a21e-4522-81c6-c5cc89444026 2018-08-12 08:26:18,644 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef49106bc701e1d332c867ed7e719660bb76876b" -d '{"role": {"name": "CreateInstancePortManipulationTests-fdb46475-8b57-4d4-proj-role"}}' 2018-08-12 08:26:18,757 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:26:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3250437d-8077-4a89-8b19-340953178832 Content-Length: 234 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "4c08a24ac122465683d6017df70bca17", "links": {"self": "http://172.30.9.21:5000/v3/roles/4c08a24ac122465683d6017df70bca17"}, "name": "CreateInstancePortManipulationTests-fdb46475-8b57-4d4-proj-role"}} 2018-08-12 08:26:18,757 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-3250437d-8077-4a89-8b19-340953178832 2018-08-12 08:26:18,757 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-fdb46475-8b57-4d4-proj-role 2018-08-12 08:26:18,761 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/4c08a24ac122465683d6017df70bca17 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef49106bc701e1d332c867ed7e719660bb76876b" 2018-08-12 08:26:18,849 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:26:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-10a2b2ef-5b0b-45e3-8a3a-253c03088f0d Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "4c08a24ac122465683d6017df70bca17", "links": {"self": "http://172.30.9.21:5000/v3/roles/4c08a24ac122465683d6017df70bca17"}, "name": "CreateInstancePortManipulationTests-fdb46475-8b57-4d4-proj-role"}} 2018-08-12 08:26:18,849 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/4c08a24ac122465683d6017df70bca17 used request id req-10a2b2ef-5b0b-45e3-8a3a-253c03088f0d 2018-08-12 08:26:18,849 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-fdb46475-8b57-4d4-proj-role to project CreateInstancePortManipulationTests-fdb46475-8b57-4d4-proj 2018-08-12 08:26:18,853 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/e9aefd6cae0b4f2a829bbc7dbc023ab7/users/5b334c83b67b4bd380c316ac35a3d34f/roles/4c08a24ac122465683d6017df70bca17 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef49106bc701e1d332c867ed7e719660bb76876b" 2018-08-12 08:26:18,987 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:26:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9ac9ff25-ac52-49ea-a0f0-fc12941072ce 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 08:26:18,987 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/e9aefd6cae0b4f2a829bbc7dbc023ab7/users/5b334c83b67b4bd380c316ac35a3d34f/roles/4c08a24ac122465683d6017df70bca17 used request id req-9ac9ff25-ac52-49ea-a0f0-fc12941072ce 2018-08-12 08:26:18,987 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-08-12 08:26:18,988 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:26:18,988 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:26:19,391 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4c08a24ac122465683d6017df70bca17", "name": "CreateInstancePortManipulationTests-fdb46475-8b57-4d4-proj-role"}], "expires_at": "2018-08-12T09:26:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e9aefd6cae0b4f2a829bbc7dbc023ab7", "name": "CreateInstancePortManipulationTests-fdb46475-8b57-4d4-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e9aefd6cae0b4f2a829bbc7dbc023ab7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/e9aefd6cae0b4f2a829bbc7dbc023ab7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/e9aefd6cae0b4f2a829bbc7dbc023ab7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_e9aefd6cae0b4f2a829bbc7dbc023ab7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_e9aefd6cae0b4f2a829bbc7dbc023ab7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e9aefd6cae0b4f2a829bbc7dbc023ab7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/e9aefd6cae0b4f2a829bbc7dbc023ab7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/e9aefd6cae0b4f2a829bbc7dbc023ab7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/e9aefd6cae0b4f2a829bbc7dbc023ab7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/e9aefd6cae0b4f2a829bbc7dbc023ab7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/e9aefd6cae0b4f2a829bbc7dbc023ab7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e9aefd6cae0b4f2a829bbc7dbc023ab7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/e9aefd6cae0b4f2a829bbc7dbc023ab7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/e9aefd6cae0b4f2a829bbc7dbc023ab7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-fdb46475-8b57-4d4-user", "id": "5b334c83b67b4bd380c316ac35a3d34f"}, "audit_ids": ["9d32nCcJRxefCXjIBTt-vg"], "issued_at": "2018-08-12T08:26:19.000000Z"}} 2018-08-12 08:26:19,392 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}239ac8ae0f1ab53c5bea5b5db6dda2511f0f6966" 2018-08-12 08:26:19,473 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:26:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5ef53bc3-93f3-4630-94dd-27358de4d19d Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:26:19,474 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-5ef53bc3-93f3-4630-94dd-27358de4d19d 2018-08-12 08:26:19,478 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-54cb14ef-3280-420d-8066-5749b76a7cc0-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}239ac8ae0f1ab53c5bea5b5db6dda2511f0f6966" 2018-08-12 08:26:19,670 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 180 Content-Type: application/json X-Openstack-Request-Id: req-16fcf7ff-ae65-4550-8bac-983bed805dcf Date: Sun, 12 Aug 2018 08:26:19 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-54cb14ef-3280-420d-8066-5749b76a7cc0-image"} 2018-08-12 08:26:19,670 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-54cb14ef-3280-420d-8066-5749b76a7cc0-image used request id req-16fcf7ff-ae65-4550-8bac-983bed805dcf 2018-08-12 08:26:19,673 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}239ac8ae0f1ab53c5bea5b5db6dda2511f0f6966" 2018-08-12 08:26:19,844 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-f6a6bf3b-0f9e-4546-9daf-9d9bfc8242f0 Date: Sun, 12 Aug 2018 08:26:19 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"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}, "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}, "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"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "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"}, "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"}, "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}, "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}, "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"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "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}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-12 08:26:19,844 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-f6a6bf3b-0f9e-4546-9daf-9d9bfc8242f0 2018-08-12 08:26:19,873 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}239ac8ae0f1ab53c5bea5b5db6dda2511f0f6966" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstancePortManipulationTests-54cb14ef-3280-420d-8066-5749b76a7cc0-image"}' 2018-08-12 08:26:20,076 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 639 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/90f62eaa-9c54-4e65-a453-9d16420ac6a0 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-f5db6d4f-1cc5-4d3b-b169-77908db46ae5 Date: Sun, 12 Aug 2018 08:26:20 GMT RESP BODY: {"status": "queued", "name": "CreateInstancePortManipulationTests-54cb14ef-3280-420d-8066-5749b76a7cc0-image", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:26:20Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-08-12T08:26:20Z", "visibility": "shared", "locations": [], "self": "/v2/images/90f62eaa-9c54-4e65-a453-9d16420ac6a0", "min_disk": 0, "protected": false, "id": "90f62eaa-9c54-4e65-a453-9d16420ac6a0", "file": "/v2/images/90f62eaa-9c54-4e65-a453-9d16420ac6a0/file", "checksum": null, "owner": "e9aefd6cae0b4f2a829bbc7dbc023ab7", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-12 08:26:20,076 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-f5db6d4f-1cc5-4d3b-b169-77908db46ae5 2018-08-12 08:26:20,087 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/90f62eaa-9c54-4e65-a453-9d16420ac6a0/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}239ac8ae0f1ab53c5bea5b5db6dda2511f0f6966" -d '' 2018-08-12 08:26:20,689 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-00a4f2a7-c9d6-41e2-a4ad-febdf08bb0e1 Date: Sun, 12 Aug 2018 08:26: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 08:26:20,689 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/90f62eaa-9c54-4e65-a453-9d16420ac6a0/file used request id req-00a4f2a7-c9d6-41e2-a4ad-febdf08bb0e1 2018-08-12 08:26:20,689 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-12 08:26:20,692 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/90f62eaa-9c54-4e65-a453-9d16420ac6a0 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}239ac8ae0f1ab53c5bea5b5db6dda2511f0f6966" 2018-08-12 08:26:20,874 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-445d58a3-ad3e-4c3f-ac52-ac5c9bd6d68c Date: Sun, 12 Aug 2018 08:26:20 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-54cb14ef-3280-420d-8066-5749b76a7cc0-image", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:26:20Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-12T08:26:20Z", "visibility": "shared", "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/90f62eaa-9c54-4e65-a453-9d16420ac6a0/snap", "metadata": {}}], "self": "/v2/images/90f62eaa-9c54-4e65-a453-9d16420ac6a0", "min_disk": 0, "protected": false, "id": "90f62eaa-9c54-4e65-a453-9d16420ac6a0", "file": "/v2/images/90f62eaa-9c54-4e65-a453-9d16420ac6a0/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e9aefd6cae0b4f2a829bbc7dbc023ab7", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/90f62eaa-9c54-4e65-a453-9d16420ac6a0/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-12 08:26:20,874 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/90f62eaa-9c54-4e65-a453-9d16420ac6a0 used request id req-445d58a3-ad3e-4c3f-ac52-ac5c9bd6d68c 2018-08-12 08:26:20,877 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}239ac8ae0f1ab53c5bea5b5db6dda2511f0f6966" 2018-08-12 08:26:21,050 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-9ef3e608-af1b-47a5-af3a-e5328266fffa Date: Sun, 12 Aug 2018 08:26:21 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"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}, "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}, "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"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "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"}, "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"}, "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}, "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}, "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"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "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}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-12 08:26:21,050 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-9ef3e608-af1b-47a5-af3a-e5328266fffa 2018-08-12 08:26:21,053 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-54cb14ef-3280-420d-8066-5749b76a7cc0-image 2018-08-12 08:26:21,055 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/90f62eaa-9c54-4e65-a453-9d16420ac6a0 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}239ac8ae0f1ab53c5bea5b5db6dda2511f0f6966" 2018-08-12 08:26:21,246 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-824c2a4f-5c48-416d-8796-f66db1dcb37d Date: Sun, 12 Aug 2018 08:26:21 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-54cb14ef-3280-420d-8066-5749b76a7cc0-image", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:26:20Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-12T08:26:20Z", "visibility": "shared", "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/90f62eaa-9c54-4e65-a453-9d16420ac6a0/snap", "metadata": {}}], "self": "/v2/images/90f62eaa-9c54-4e65-a453-9d16420ac6a0", "min_disk": 0, "protected": false, "id": "90f62eaa-9c54-4e65-a453-9d16420ac6a0", "file": "/v2/images/90f62eaa-9c54-4e65-a453-9d16420ac6a0/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e9aefd6cae0b4f2a829bbc7dbc023ab7", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/90f62eaa-9c54-4e65-a453-9d16420ac6a0/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-12 08:26:21,246 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/90f62eaa-9c54-4e65-a453-9d16420ac6a0 used request id req-824c2a4f-5c48-416d-8796-f66db1dcb37d 2018-08-12 08:26:21,246 - create_image - DEBUG - Instance status is - active 2018-08-12 08:26:21,247 - create_image - DEBUG - Image is active with name - CreateInstancePortManipulationTests-54cb14ef-3280-420d-8066-5749b76a7cc0-image 2018-08-12 08:26:21,247 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-54cb14ef-3280-420d-8066-5749b76a7cc0-image 2018-08-12 08:26:21,247 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:26:21,248 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:26:21,651 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4c08a24ac122465683d6017df70bca17", "name": "CreateInstancePortManipulationTests-fdb46475-8b57-4d4-proj-role"}], "expires_at": "2018-08-12T09:26:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e9aefd6cae0b4f2a829bbc7dbc023ab7", "name": "CreateInstancePortManipulationTests-fdb46475-8b57-4d4-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e9aefd6cae0b4f2a829bbc7dbc023ab7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/e9aefd6cae0b4f2a829bbc7dbc023ab7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/e9aefd6cae0b4f2a829bbc7dbc023ab7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_e9aefd6cae0b4f2a829bbc7dbc023ab7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_e9aefd6cae0b4f2a829bbc7dbc023ab7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e9aefd6cae0b4f2a829bbc7dbc023ab7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/e9aefd6cae0b4f2a829bbc7dbc023ab7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/e9aefd6cae0b4f2a829bbc7dbc023ab7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/e9aefd6cae0b4f2a829bbc7dbc023ab7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/e9aefd6cae0b4f2a829bbc7dbc023ab7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/e9aefd6cae0b4f2a829bbc7dbc023ab7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e9aefd6cae0b4f2a829bbc7dbc023ab7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/e9aefd6cae0b4f2a829bbc7dbc023ab7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/e9aefd6cae0b4f2a829bbc7dbc023ab7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-fdb46475-8b57-4d4-user", "id": "5b334c83b67b4bd380c316ac35a3d34f"}, "audit_ids": ["TTjWkkNWQXa46URljxclxg"], "issued_at": "2018-08-12T08:26:21.000000Z"}} 2018-08-12 08:26:21,652 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}6434edae4ce386b3b91cff0af6f4a9e6f5f32e16" 2018-08-12 08:26:21,745 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:26:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0402dd71-317d-45c5-b1bc-16deeb38325c Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:26:21,746 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-0402dd71-317d-45c5-b1bc-16deeb38325c 2018-08-12 08:26:21,747 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:26:21,747 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:26:21,747 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:26:21,747 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:26:21,748 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:26:21,755 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-54cb14ef-3280-420d-8066-5749b76a7cc0-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6434edae4ce386b3b91cff0af6f4a9e6f5f32e16" 2018-08-12 08:26:21,940 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-41e26a96-9af3-4308-ac2b-21f2135c42ef Date: Sun, 12 Aug 2018 08:26:21 GMT RESP BODY: {"networks":[]} 2018-08-12 08:26:21,940 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-54cb14ef-3280-420d-8066-5749b76a7cc0-pub-net used request id req-41e26a96-9af3-4308-ac2b-21f2135c42ef 2018-08-12 08:26:21,941 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-54cb14ef-3280-420d-8066-5749b76a7cc0-pub-net 2018-08-12 08:26:21,946 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6434edae4ce386b3b91cff0af6f4a9e6f5f32e16" -d '{"network": {"name": "CreateInstancePortManipulationTests-54cb14ef-3280-420d-8066-5749b76a7cc0-pub-net", "admin_state_up": true}}' 2018-08-12 08:26:22,689 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 617 X-Openstack-Request-Id: req-ba649004-fce6-42d4-b2af-56a4ad50d75d Date: Sun, 12 Aug 2018 08:26:22 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"e9aefd6cae0b4f2a829bbc7dbc023ab7","created_at":"2018-08-12T08:26:22Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T08:26:22Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"e9aefd6cae0b4f2a829bbc7dbc023ab7","id":"479a8f85-7a2a-4bc0-b19d-eb0b4ba8b518","name":"CreateInstancePortManipulationTests-54cb14ef-3280-420d-8066-5749b76a7cc0-pub-net"}} 2018-08-12 08:26:22,689 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-ba649004-fce6-42d4-b2af-56a4ad50d75d 2018-08-12 08:26:22,693 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=479a8f85-7a2a-4bc0-b19d-eb0b4ba8b518 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6434edae4ce386b3b91cff0af6f4a9e6f5f32e16" 2018-08-12 08:26:22,958 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 601 X-Openstack-Request-Id: req-0d55ff35-226d-4240-ab7b-effa52b06fac Date: Sun, 12 Aug 2018 08:26:22 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-12T08:26:22Z","tenant_id":"e9aefd6cae0b4f2a829bbc7dbc023ab7","created_at":"2018-08-12T08:26:22Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"e9aefd6cae0b4f2a829bbc7dbc023ab7","id":"479a8f85-7a2a-4bc0-b19d-eb0b4ba8b518","name":"CreateInstancePortManipulationTests-54cb14ef-3280-420d-8066-5749b76a7cc0-pub-net"}]} 2018-08-12 08:26:22,958 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=479a8f85-7a2a-4bc0-b19d-eb0b4ba8b518 used request id req-0d55ff35-226d-4240-ab7b-effa52b06fac 2018-08-12 08:26:22,963 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=479a8f85-7a2a-4bc0-b19d-eb0b4ba8b518 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6434edae4ce386b3b91cff0af6f4a9e6f5f32e16" 2018-08-12 08:26:23,157 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-8421fe79-0119-4bb0-9adb-ae3baeb38f18 Date: Sun, 12 Aug 2018 08:26:23 GMT RESP BODY: {"subnets":[]} 2018-08-12 08:26:23,157 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=479a8f85-7a2a-4bc0-b19d-eb0b4ba8b518 used request id req-8421fe79-0119-4bb0-9adb-ae3baeb38f18 2018-08-12 08:26:23,157 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-54cb14ef-3280-420d-8066-5749b76a7cc0-pub-subnet 2018-08-12 08:26:23,162 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6434edae4ce386b3b91cff0af6f4a9e6f5f32e16" -d '{"subnets": [{"ip_version": 4, "network_id": "479a8f85-7a2a-4bc0-b19d-eb0b4ba8b518", "cidr": "10.55.0.0/24", "name": "CreateInstancePortManipulationTests-54cb14ef-3280-420d-8066-5749b76a7cc0-pub-subnet"}]}' 2018-08-12 08:26:23,995 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-0528f676-3252-45ec-867e-3f6ec6368d6b Date: Sun, 12 Aug 2018 08:26:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"479a8f85-7a2a-4bc0-b19d-eb0b4ba8b518","tenant_id":"e9aefd6cae0b4f2a829bbc7dbc023ab7","created_at":"2018-08-12T08:26:23Z","dns_nameservers":[],"updated_at":"2018-08-12T08:26:23Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"e9aefd6cae0b4f2a829bbc7dbc023ab7","id":"a29e8320-876c-4c5b-bb59-79adaa2e2f15","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-54cb14ef-3280-420d-8066-5749b76a7cc0-pub-subnet"}]} 2018-08-12 08:26:23,995 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-0528f676-3252-45ec-867e-3f6ec6368d6b 2018-08-12 08:26:24,000 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=479a8f85-7a2a-4bc0-b19d-eb0b4ba8b518 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6434edae4ce386b3b91cff0af6f4a9e6f5f32e16" 2018-08-12 08:26:24,272 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-74588960-fdd2-44ae-81bd-f8ec705c8e7d Date: Sun, 12 Aug 2018 08:26:24 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":["a29e8320-876c-4c5b-bb59-79adaa2e2f15"],"updated_at":"2018-08-12T08:26:23Z","tenant_id":"e9aefd6cae0b4f2a829bbc7dbc023ab7","created_at":"2018-08-12T08:26:22Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"e9aefd6cae0b4f2a829bbc7dbc023ab7","id":"479a8f85-7a2a-4bc0-b19d-eb0b4ba8b518","name":"CreateInstancePortManipulationTests-54cb14ef-3280-420d-8066-5749b76a7cc0-pub-net"}]} 2018-08-12 08:26:24,272 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=479a8f85-7a2a-4bc0-b19d-eb0b4ba8b518 used request id req-74588960-fdd2-44ae-81bd-f8ec705c8e7d 2018-08-12 08:26:24,277 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=479a8f85-7a2a-4bc0-b19d-eb0b4ba8b518 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6434edae4ce386b3b91cff0af6f4a9e6f5f32e16" 2018-08-12 08:26:24,492 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-bd6996ea-3bc7-44ab-a7ab-61161278eb4a Date: Sun, 12 Aug 2018 08:26:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"479a8f85-7a2a-4bc0-b19d-eb0b4ba8b518","tenant_id":"e9aefd6cae0b4f2a829bbc7dbc023ab7","created_at":"2018-08-12T08:26:23Z","dns_nameservers":[],"updated_at":"2018-08-12T08:26:23Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e9aefd6cae0b4f2a829bbc7dbc023ab7","id":"a29e8320-876c-4c5b-bb59-79adaa2e2f15","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-54cb14ef-3280-420d-8066-5749b76a7cc0-pub-subnet"}]} 2018-08-12 08:26:24,492 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=479a8f85-7a2a-4bc0-b19d-eb0b4ba8b518 used request id req-bd6996ea-3bc7-44ab-a7ab-61161278eb4a 2018-08-12 08:26:24,493 - OpenStackNetwork - DEBUG - Network [479a8f85-7a2a-4bc0-b19d-eb0b4ba8b518] created successfully 2018-08-12 08:26:24,493 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:26:24,494 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:26:24,964 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:26:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["BZ1R7-_zTJ2Tr1Xuucl_kw"], "issued_at": "2018-08-12T08:26:24.000000Z"}} 2018-08-12 08:26:24,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}71b56af39a7aaed4df4ae1a3adf4ba1876aa7062" 2018-08-12 08:26:25,049 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:26:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aa804e36-640c-45f9-815f-a76cc92d79dc Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:26:25,050 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-aa804e36-640c-45f9-815f-a76cc92d79dc 2018-08-12 08:26:25,051 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-12 08:26:25,056 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71b56af39a7aaed4df4ae1a3adf4ba1876aa7062" 2018-08-12 08:26:25,264 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:26: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-cde1286a-a1f3-4992-8f8a-3ab37d2e9ae0 x-compute-request-id: req-cde1286a-a1f3-4992-8f8a-3ab37d2e9ae0 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-08-12 08:26:25,265 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-cde1286a-a1f3-4992-8f8a-3ab37d2e9ae0 2018-08-12 08:26:25,268 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71b56af39a7aaed4df4ae1a3adf4ba1876aa7062" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstancePortManipulationTests-54cb14ef-3280-420d-8066-5749b76a7cc0-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-08-12 08:26:25,341 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:26: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-6a1b81e9-5ecb-4023-8858-564440b71911 x-compute-request-id: req-6a1b81e9-5ecb-4023-8858-564440b71911 Content-Encoding: gzip Content-Length: 332 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateInstancePortManipulationTests-54cb14ef-3280-420d-8066-5749b76a7cc0-flavor-name", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/d74c429a-7501-423c-8e3b-88d3412dee3c", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/d74c429a-7501-423c-8e3b-88d3412dee3c", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": "d74c429a-7501-423c-8e3b-88d3412dee3c"}} 2018-08-12 08:26:25,341 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-6a1b81e9-5ecb-4023-8858-564440b71911 2018-08-12 08:26:25,342 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:26:25,343 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:26:25,737 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4c08a24ac122465683d6017df70bca17", "name": "CreateInstancePortManipulationTests-fdb46475-8b57-4d4-proj-role"}], "expires_at": "2018-08-12T09:26:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e9aefd6cae0b4f2a829bbc7dbc023ab7", "name": "CreateInstancePortManipulationTests-fdb46475-8b57-4d4-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e9aefd6cae0b4f2a829bbc7dbc023ab7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/e9aefd6cae0b4f2a829bbc7dbc023ab7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/e9aefd6cae0b4f2a829bbc7dbc023ab7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_e9aefd6cae0b4f2a829bbc7dbc023ab7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_e9aefd6cae0b4f2a829bbc7dbc023ab7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e9aefd6cae0b4f2a829bbc7dbc023ab7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/e9aefd6cae0b4f2a829bbc7dbc023ab7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/e9aefd6cae0b4f2a829bbc7dbc023ab7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/e9aefd6cae0b4f2a829bbc7dbc023ab7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/e9aefd6cae0b4f2a829bbc7dbc023ab7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/e9aefd6cae0b4f2a829bbc7dbc023ab7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e9aefd6cae0b4f2a829bbc7dbc023ab7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/e9aefd6cae0b4f2a829bbc7dbc023ab7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/e9aefd6cae0b4f2a829bbc7dbc023ab7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-fdb46475-8b57-4d4-user", "id": "5b334c83b67b4bd380c316ac35a3d34f"}, "audit_ids": ["Yo7xH5cDQe6CFQWkN6rNJw"], "issued_at": "2018-08-12T08:26:25.000000Z"}} 2018-08-12 08:26:25,738 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}efd4ab667221aad2fd66d91c448b228034bc23f8" 2018-08-12 08:26:25,823 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:26:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bb1d0a93-3ee1-4891-99cf-839d3d1a81ce Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:26:25,823 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-bb1d0a93-3ee1-4891-99cf-839d3d1a81ce 2018-08-12 08:26:25,825 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-12 08:26:25,826 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:26:25,826 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:26:25,826 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:26:25,827 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:26:25,827 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:26:25,829 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}efd4ab667221aad2fd66d91c448b228034bc23f8" 2018-08-12 08:26:25,913 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:26:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-23d0339c-5d88-40ff-a08e-a158f4bbdbb1 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:26:25,913 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-23d0339c-5d88-40ff-a08e-a158f4bbdbb1 2018-08-12 08:26:25,922 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-54cb14ef-3280-420d-8066-5749b76a7cc0-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efd4ab667221aad2fd66d91c448b228034bc23f8" 2018-08-12 08:26:26,194 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-cf46eae9-b60b-437a-acad-68024aeabdfa Date: Sun, 12 Aug 2018 08:26:26 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["a29e8320-876c-4c5b-bb59-79adaa2e2f15"],"updated_at":"2018-08-12T08:26:23Z","tenant_id":"e9aefd6cae0b4f2a829bbc7dbc023ab7","created_at":"2018-08-12T08:26:22Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"e9aefd6cae0b4f2a829bbc7dbc023ab7","id":"479a8f85-7a2a-4bc0-b19d-eb0b4ba8b518","name":"CreateInstancePortManipulationTests-54cb14ef-3280-420d-8066-5749b76a7cc0-pub-net"}]} 2018-08-12 08:26:26,194 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-54cb14ef-3280-420d-8066-5749b76a7cc0-pub-net used request id req-cf46eae9-b60b-437a-acad-68024aeabdfa 2018-08-12 08:26:26,200 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=479a8f85-7a2a-4bc0-b19d-eb0b4ba8b518 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efd4ab667221aad2fd66d91c448b228034bc23f8" 2018-08-12 08:26:26,511 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-c91c0c36-8b43-4ee8-b01d-d3055e0cbe98 Date: Sun, 12 Aug 2018 08:26:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"479a8f85-7a2a-4bc0-b19d-eb0b4ba8b518","tenant_id":"e9aefd6cae0b4f2a829bbc7dbc023ab7","created_at":"2018-08-12T08:26:23Z","dns_nameservers":[],"updated_at":"2018-08-12T08:26:23Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e9aefd6cae0b4f2a829bbc7dbc023ab7","id":"a29e8320-876c-4c5b-bb59-79adaa2e2f15","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-54cb14ef-3280-420d-8066-5749b76a7cc0-pub-subnet"}]} 2018-08-12 08:26:26,512 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=479a8f85-7a2a-4bc0-b19d-eb0b4ba8b518 used request id req-c91c0c36-8b43-4ee8-b01d-d3055e0cbe98 2018-08-12 08:26:26,517 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-54cb14ef-3280-420d-8066-5749b76a7cc0-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efd4ab667221aad2fd66d91c448b228034bc23f8" 2018-08-12 08:26:26,798 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-12e7849f-f098-40a3-9dbc-8079fa77a7f5 Date: Sun, 12 Aug 2018 08:26:26 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["a29e8320-876c-4c5b-bb59-79adaa2e2f15"],"updated_at":"2018-08-12T08:26:23Z","tenant_id":"e9aefd6cae0b4f2a829bbc7dbc023ab7","created_at":"2018-08-12T08:26:22Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"e9aefd6cae0b4f2a829bbc7dbc023ab7","id":"479a8f85-7a2a-4bc0-b19d-eb0b4ba8b518","name":"CreateInstancePortManipulationTests-54cb14ef-3280-420d-8066-5749b76a7cc0-pub-net"}]} 2018-08-12 08:26:26,799 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-54cb14ef-3280-420d-8066-5749b76a7cc0-pub-net used request id req-12e7849f-f098-40a3-9dbc-8079fa77a7f5 2018-08-12 08:26:26,802 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:26:26,807 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:26:26 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:26:26,808 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e9aefd6cae0b4f2a829bbc7dbc023ab7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efd4ab667221aad2fd66d91c448b228034bc23f8" 2018-08-12 08:26:26,899 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:26:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5096a664-48d3-4310-b68c-95c9a4a83ebf Content-Encoding: gzip Content-Length: 235 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/e9aefd6cae0b4f2a829bbc7dbc023ab7"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "e9aefd6cae0b4f2a829bbc7dbc023ab7", "name": "CreateInstancePortManipulationTests-fdb46475-8b57-4d4-proj"}} 2018-08-12 08:26:26,899 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e9aefd6cae0b4f2a829bbc7dbc023ab7 used request id req-5096a664-48d3-4310-b68c-95c9a4a83ebf 2018-08-12 08:26:26,905 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=479a8f85-7a2a-4bc0-b19d-eb0b4ba8b518 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efd4ab667221aad2fd66d91c448b228034bc23f8" 2018-08-12 08:26:27,112 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-f65cf340-fce9-4897-bbbd-c5b91a2af93c Date: Sun, 12 Aug 2018 08:26:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"479a8f85-7a2a-4bc0-b19d-eb0b4ba8b518","tenant_id":"e9aefd6cae0b4f2a829bbc7dbc023ab7","created_at":"2018-08-12T08:26:23Z","dns_nameservers":[],"updated_at":"2018-08-12T08:26:23Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e9aefd6cae0b4f2a829bbc7dbc023ab7","id":"a29e8320-876c-4c5b-bb59-79adaa2e2f15","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-54cb14ef-3280-420d-8066-5749b76a7cc0-pub-subnet"}]} 2018-08-12 08:26:27,112 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=479a8f85-7a2a-4bc0-b19d-eb0b4ba8b518 used request id req-f65cf340-fce9-4897-bbbd-c5b91a2af93c 2018-08-12 08:26:27,117 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=479a8f85-7a2a-4bc0-b19d-eb0b4ba8b518&name=CreateInstancePortManipulationTests-54cb14ef-3280-420d-8066-5749b76a7cc0port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efd4ab667221aad2fd66d91c448b228034bc23f8" 2018-08-12 08:26:27,355 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-67900051-80e6-4c5b-91fa-294e45256eb9 Date: Sun, 12 Aug 2018 08:26:27 GMT RESP BODY: {"ports":[]} 2018-08-12 08:26:27,355 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=479a8f85-7a2a-4bc0-b19d-eb0b4ba8b518&name=CreateInstancePortManipulationTests-54cb14ef-3280-420d-8066-5749b76a7cc0port-1&admin_state_up=True used request id req-67900051-80e6-4c5b-91fa-294e45256eb9 2018-08-12 08:26:27,358 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-54cb14ef-3280-420d-8066-5749b76a7cc0-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efd4ab667221aad2fd66d91c448b228034bc23f8" 2018-08-12 08:26:27,602 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:26: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-95f4fdb6-4ff5-415c-91a6-d147f86b5f22 x-compute-request-id: req-95f4fdb6-4ff5-415c-91a6-d147f86b5f22 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-12 08:26:27,603 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-54cb14ef-3280-420d-8066-5749b76a7cc0-inst used request id req-95f4fdb6-4ff5-415c-91a6-d147f86b5f22 2018-08-12 08:26:27,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-54cb14ef-3280-420d-8066-5749b76a7cc0-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efd4ab667221aad2fd66d91c448b228034bc23f8" 2018-08-12 08:26:27,882 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-868e772c-113c-4feb-a1cc-23368e253618 Date: Sun, 12 Aug 2018 08:26:27 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":["a29e8320-876c-4c5b-bb59-79adaa2e2f15"],"updated_at":"2018-08-12T08:26:23Z","tenant_id":"e9aefd6cae0b4f2a829bbc7dbc023ab7","created_at":"2018-08-12T08:26:22Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"e9aefd6cae0b4f2a829bbc7dbc023ab7","id":"479a8f85-7a2a-4bc0-b19d-eb0b4ba8b518","name":"CreateInstancePortManipulationTests-54cb14ef-3280-420d-8066-5749b76a7cc0-pub-net"}]} 2018-08-12 08:26:27,882 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-54cb14ef-3280-420d-8066-5749b76a7cc0-pub-net used request id req-868e772c-113c-4feb-a1cc-23368e253618 2018-08-12 08:26:27,887 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=479a8f85-7a2a-4bc0-b19d-eb0b4ba8b518 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efd4ab667221aad2fd66d91c448b228034bc23f8" 2018-08-12 08:26:28,137 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-234eaf6f-b1b6-4ca8-841f-e28187b0c343 Date: Sun, 12 Aug 2018 08:26:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"479a8f85-7a2a-4bc0-b19d-eb0b4ba8b518","tenant_id":"e9aefd6cae0b4f2a829bbc7dbc023ab7","created_at":"2018-08-12T08:26:23Z","dns_nameservers":[],"updated_at":"2018-08-12T08:26:23Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e9aefd6cae0b4f2a829bbc7dbc023ab7","id":"a29e8320-876c-4c5b-bb59-79adaa2e2f15","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-54cb14ef-3280-420d-8066-5749b76a7cc0-pub-subnet"}]} 2018-08-12 08:26:28,137 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=479a8f85-7a2a-4bc0-b19d-eb0b4ba8b518 used request id req-234eaf6f-b1b6-4ca8-841f-e28187b0c343 2018-08-12 08:26:28,143 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-54cb14ef-3280-420d-8066-5749b76a7cc0-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efd4ab667221aad2fd66d91c448b228034bc23f8" 2018-08-12 08:26:28,445 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-3064faac-ef12-4d5e-bf1c-51ec7182fb63 Date: Sun, 12 Aug 2018 08:26: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":["a29e8320-876c-4c5b-bb59-79adaa2e2f15"],"updated_at":"2018-08-12T08:26:23Z","tenant_id":"e9aefd6cae0b4f2a829bbc7dbc023ab7","created_at":"2018-08-12T08:26:22Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"e9aefd6cae0b4f2a829bbc7dbc023ab7","id":"479a8f85-7a2a-4bc0-b19d-eb0b4ba8b518","name":"CreateInstancePortManipulationTests-54cb14ef-3280-420d-8066-5749b76a7cc0-pub-net"}]} 2018-08-12 08:26:28,445 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-54cb14ef-3280-420d-8066-5749b76a7cc0-pub-net used request id req-3064faac-ef12-4d5e-bf1c-51ec7182fb63 2018-08-12 08:26:28,450 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e9aefd6cae0b4f2a829bbc7dbc023ab7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efd4ab667221aad2fd66d91c448b228034bc23f8" 2018-08-12 08:26:28,546 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:26:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-25aec28b-d2bd-4731-aac5-f60c8bb47ed2 Content-Encoding: gzip Content-Length: 235 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/e9aefd6cae0b4f2a829bbc7dbc023ab7"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "e9aefd6cae0b4f2a829bbc7dbc023ab7", "name": "CreateInstancePortManipulationTests-fdb46475-8b57-4d4-proj"}} 2018-08-12 08:26:28,546 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e9aefd6cae0b4f2a829bbc7dbc023ab7 used request id req-25aec28b-d2bd-4731-aac5-f60c8bb47ed2 2018-08-12 08:26:28,550 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=479a8f85-7a2a-4bc0-b19d-eb0b4ba8b518 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efd4ab667221aad2fd66d91c448b228034bc23f8" 2018-08-12 08:26:28,766 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-534cdbd8-d256-4376-acbe-e206606194a8 Date: Sun, 12 Aug 2018 08:26:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"479a8f85-7a2a-4bc0-b19d-eb0b4ba8b518","tenant_id":"e9aefd6cae0b4f2a829bbc7dbc023ab7","created_at":"2018-08-12T08:26:23Z","dns_nameservers":[],"updated_at":"2018-08-12T08:26:23Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e9aefd6cae0b4f2a829bbc7dbc023ab7","id":"a29e8320-876c-4c5b-bb59-79adaa2e2f15","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-54cb14ef-3280-420d-8066-5749b76a7cc0-pub-subnet"}]} 2018-08-12 08:26:28,766 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=479a8f85-7a2a-4bc0-b19d-eb0b4ba8b518 used request id req-534cdbd8-d256-4376-acbe-e206606194a8 2018-08-12 08:26:28,771 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=479a8f85-7a2a-4bc0-b19d-eb0b4ba8b518&name=CreateInstancePortManipulationTests-54cb14ef-3280-420d-8066-5749b76a7cc0port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efd4ab667221aad2fd66d91c448b228034bc23f8" 2018-08-12 08:26:28,968 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-3f447b6d-a85a-4f6e-983d-35d195197f71 Date: Sun, 12 Aug 2018 08:26:28 GMT RESP BODY: {"ports":[]} 2018-08-12 08:26:28,968 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=479a8f85-7a2a-4bc0-b19d-eb0b4ba8b518&name=CreateInstancePortManipulationTests-54cb14ef-3280-420d-8066-5749b76a7cc0port-1&admin_state_up=True used request id req-3f447b6d-a85a-4f6e-983d-35d195197f71 2018-08-12 08:26:28,968 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:26:28,969 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:26:29,364 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4c08a24ac122465683d6017df70bca17", "name": "CreateInstancePortManipulationTests-fdb46475-8b57-4d4-proj-role"}], "expires_at": "2018-08-12T09:26:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e9aefd6cae0b4f2a829bbc7dbc023ab7", "name": "CreateInstancePortManipulationTests-fdb46475-8b57-4d4-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e9aefd6cae0b4f2a829bbc7dbc023ab7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/e9aefd6cae0b4f2a829bbc7dbc023ab7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/e9aefd6cae0b4f2a829bbc7dbc023ab7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_e9aefd6cae0b4f2a829bbc7dbc023ab7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_e9aefd6cae0b4f2a829bbc7dbc023ab7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e9aefd6cae0b4f2a829bbc7dbc023ab7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/e9aefd6cae0b4f2a829bbc7dbc023ab7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/e9aefd6cae0b4f2a829bbc7dbc023ab7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/e9aefd6cae0b4f2a829bbc7dbc023ab7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/e9aefd6cae0b4f2a829bbc7dbc023ab7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/e9aefd6cae0b4f2a829bbc7dbc023ab7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e9aefd6cae0b4f2a829bbc7dbc023ab7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/e9aefd6cae0b4f2a829bbc7dbc023ab7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/e9aefd6cae0b4f2a829bbc7dbc023ab7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-fdb46475-8b57-4d4-user", "id": "5b334c83b67b4bd380c316ac35a3d34f"}, "audit_ids": ["HIk53uW3SQC-wNZHTkISnQ"], "issued_at": "2018-08-12T08:26:29.000000Z"}} 2018-08-12 08:26:29,365 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}80643545c31a5b264da84b8e0fd695f2d191b6ce" 2018-08-12 08:26:29,447 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:26:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ac7e9fb0-716f-4f4e-b468-47886411f3ff Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:26:29,447 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-ac7e9fb0-716f-4f4e-b468-47886411f3ff 2018-08-12 08:26:29,453 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-54cb14ef-3280-420d-8066-5749b76a7cc0-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efd4ab667221aad2fd66d91c448b228034bc23f8" 2018-08-12 08:26:29,827 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-b54fdbd9-ecee-480f-9aa3-404a33a5bb69 Date: Sun, 12 Aug 2018 08:26: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":["a29e8320-876c-4c5b-bb59-79adaa2e2f15"],"updated_at":"2018-08-12T08:26:23Z","tenant_id":"e9aefd6cae0b4f2a829bbc7dbc023ab7","created_at":"2018-08-12T08:26:22Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"e9aefd6cae0b4f2a829bbc7dbc023ab7","id":"479a8f85-7a2a-4bc0-b19d-eb0b4ba8b518","name":"CreateInstancePortManipulationTests-54cb14ef-3280-420d-8066-5749b76a7cc0-pub-net"}]} 2018-08-12 08:26:29,828 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-54cb14ef-3280-420d-8066-5749b76a7cc0-pub-net used request id req-b54fdbd9-ecee-480f-9aa3-404a33a5bb69 2018-08-12 08:26:29,833 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=479a8f85-7a2a-4bc0-b19d-eb0b4ba8b518 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efd4ab667221aad2fd66d91c448b228034bc23f8" 2018-08-12 08:26:29,882 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-1117627f-8a33-4b3d-8bb9-862d18d0fc47 Date: Sun, 12 Aug 2018 08:26:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"479a8f85-7a2a-4bc0-b19d-eb0b4ba8b518","tenant_id":"e9aefd6cae0b4f2a829bbc7dbc023ab7","created_at":"2018-08-12T08:26:23Z","dns_nameservers":[],"updated_at":"2018-08-12T08:26:23Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e9aefd6cae0b4f2a829bbc7dbc023ab7","id":"a29e8320-876c-4c5b-bb59-79adaa2e2f15","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-54cb14ef-3280-420d-8066-5749b76a7cc0-pub-subnet"}]} 2018-08-12 08:26:29,882 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=479a8f85-7a2a-4bc0-b19d-eb0b4ba8b518 used request id req-1117627f-8a33-4b3d-8bb9-862d18d0fc47 2018-08-12 08:26:29,888 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-54cb14ef-3280-420d-8066-5749b76a7cc0-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efd4ab667221aad2fd66d91c448b228034bc23f8" 2018-08-12 08:26:30,166 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-4fa9e4ea-a14b-4bfc-b116-3adad60eedb6 Date: Sun, 12 Aug 2018 08:26:30 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":["a29e8320-876c-4c5b-bb59-79adaa2e2f15"],"updated_at":"2018-08-12T08:26:23Z","tenant_id":"e9aefd6cae0b4f2a829bbc7dbc023ab7","created_at":"2018-08-12T08:26:22Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"e9aefd6cae0b4f2a829bbc7dbc023ab7","id":"479a8f85-7a2a-4bc0-b19d-eb0b4ba8b518","name":"CreateInstancePortManipulationTests-54cb14ef-3280-420d-8066-5749b76a7cc0-pub-net"}]} 2018-08-12 08:26:30,166 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-54cb14ef-3280-420d-8066-5749b76a7cc0-pub-net used request id req-4fa9e4ea-a14b-4bfc-b116-3adad60eedb6 2018-08-12 08:26:30,170 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:26:30,175 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:26:30 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:26:30,176 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e9aefd6cae0b4f2a829bbc7dbc023ab7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80643545c31a5b264da84b8e0fd695f2d191b6ce" 2018-08-12 08:26:30,276 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:26:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a95d2541-71d7-4a8e-aecc-7187906c8b2a Content-Encoding: gzip Content-Length: 235 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/e9aefd6cae0b4f2a829bbc7dbc023ab7"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "e9aefd6cae0b4f2a829bbc7dbc023ab7", "name": "CreateInstancePortManipulationTests-fdb46475-8b57-4d4-proj"}} 2018-08-12 08:26:30,277 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e9aefd6cae0b4f2a829bbc7dbc023ab7 used request id req-a95d2541-71d7-4a8e-aecc-7187906c8b2a 2018-08-12 08:26:30,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=479a8f85-7a2a-4bc0-b19d-eb0b4ba8b518 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efd4ab667221aad2fd66d91c448b228034bc23f8" 2018-08-12 08:26:30,330 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-d2a075d5-17b1-4567-9880-24df09f691c0 Date: Sun, 12 Aug 2018 08:26:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"479a8f85-7a2a-4bc0-b19d-eb0b4ba8b518","tenant_id":"e9aefd6cae0b4f2a829bbc7dbc023ab7","created_at":"2018-08-12T08:26:23Z","dns_nameservers":[],"updated_at":"2018-08-12T08:26:23Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e9aefd6cae0b4f2a829bbc7dbc023ab7","id":"a29e8320-876c-4c5b-bb59-79adaa2e2f15","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-54cb14ef-3280-420d-8066-5749b76a7cc0-pub-subnet"}]} 2018-08-12 08:26:30,330 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=479a8f85-7a2a-4bc0-b19d-eb0b4ba8b518 used request id req-d2a075d5-17b1-4567-9880-24df09f691c0 2018-08-12 08:26:30,337 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=479a8f85-7a2a-4bc0-b19d-eb0b4ba8b518&name=CreateInstancePortManipulationTests-54cb14ef-3280-420d-8066-5749b76a7cc0-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efd4ab667221aad2fd66d91c448b228034bc23f8" 2018-08-12 08:26:30,544 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-eb0b1854-2e4c-4446-ae4d-8eb4ef922798 Date: Sun, 12 Aug 2018 08:26:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"479a8f85-7a2a-4bc0-b19d-eb0b4ba8b518","tenant_id":"e9aefd6cae0b4f2a829bbc7dbc023ab7","created_at":"2018-08-12T08:26:23Z","dns_nameservers":[],"updated_at":"2018-08-12T08:26:23Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e9aefd6cae0b4f2a829bbc7dbc023ab7","id":"a29e8320-876c-4c5b-bb59-79adaa2e2f15","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-54cb14ef-3280-420d-8066-5749b76a7cc0-pub-subnet"}]} 2018-08-12 08:26:30,544 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=479a8f85-7a2a-4bc0-b19d-eb0b4ba8b518&name=CreateInstancePortManipulationTests-54cb14ef-3280-420d-8066-5749b76a7cc0-pub-subnet used request id req-eb0b1854-2e4c-4446-ae4d-8eb4ef922798 2018-08-12 08:26:30,545 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-54cb14ef-3280-420d-8066-5749b76a7cc0-pub-net 2018-08-12 08:26:30,550 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efd4ab667221aad2fd66d91c448b228034bc23f8" -d '{"port": {"network_id": "479a8f85-7a2a-4bc0-b19d-eb0b4ba8b518", "fixed_ips": [{"subnet_id": "a29e8320-876c-4c5b-bb59-79adaa2e2f15", "ip_address": "10.66.0.101"}], "name": "CreateInstancePortManipulationTests-54cb14ef-3280-420d-8066-5749b76a7cc0port-1", "admin_state_up": true}}' 2018-08-12 08:26:31,138 - keystoneauth.session - DEBUG - RESP: [400] Content-Type: application/json Content-Length: 143 X-Openstack-Request-Id: req-81df071d-4003-41b2-974a-5109db515781 Date: Sun, 12 Aug 2018 08:26:31 GMT RESP BODY: {"NeutronError": {"message": "IP address 10.66.0.101 is not a valid IP for the specified subnet.", "type": "InvalidIpForSubnet", "detail": ""}} 2018-08-12 08:26:31,138 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/ports used request id req-81df071d-4003-41b2-974a-5109db515781 2018-08-12 08:26:31,139 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "IP address 10.66.0.101 is not a valid IP for the specified subnet.", "type": "InvalidIpForSubnet", "detail": ""}} 2018-08-12 08:26:31,142 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/flavors/d74c429a-7501-423c-8e3b-88d3412dee3c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71b56af39a7aaed4df4ae1a3adf4ba1876aa7062" 2018-08-12 08:26:31,181 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 08:26: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-6c7f9dd5-a8c1-4055-944c-241ddc33ef41 x-compute-request-id: req-6c7f9dd5-a8c1-4055-944c-241ddc33ef41 Content-Length: 0 Content-Type: application/json 2018-08-12 08:26:31,181 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/d74c429a-7501-423c-8e3b-88d3412dee3c used request id req-6c7f9dd5-a8c1-4055-944c-241ddc33ef41 2018-08-12 08:26:31,182 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-54cb14ef-3280-420d-8066-5749b76a7cc0-pub-subnet 2018-08-12 08:26:31,183 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-54cb14ef-3280-420d-8066-5749b76a7cc0-pub-subnet 2018-08-12 08:26:31,188 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/a29e8320-876c-4c5b-bb59-79adaa2e2f15 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6434edae4ce386b3b91cff0af6f4a9e6f5f32e16" 2018-08-12 08:26:33,990 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-45026e2a-c36d-483b-8afe-558778e0eeae Date: Sun, 12 Aug 2018 08:26:33 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:26:33,991 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/a29e8320-876c-4c5b-bb59-79adaa2e2f15 used request id req-45026e2a-c36d-483b-8afe-558778e0eeae 2018-08-12 08:26:33,991 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-54cb14ef-3280-420d-8066-5749b76a7cc0-pub-net 2018-08-12 08:26:33,996 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/479a8f85-7a2a-4bc0-b19d-eb0b4ba8b518 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6434edae4ce386b3b91cff0af6f4a9e6f5f32e16" 2018-08-12 08:26:36,171 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-175ed4ff-0b3a-48f2-bd9a-3f6f1cfa3a79 Date: Sun, 12 Aug 2018 08:26:36 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:26:36,171 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/479a8f85-7a2a-4bc0-b19d-eb0b4ba8b518 used request id req-175ed4ff-0b3a-48f2-bd9a-3f6f1cfa3a79 2018-08-12 08:26:36,172 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-54cb14ef-3280-420d-8066-5749b76a7cc0-image 2018-08-12 08:26:36,175 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/90f62eaa-9c54-4e65-a453-9d16420ac6a0 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}239ac8ae0f1ab53c5bea5b5db6dda2511f0f6966" 2018-08-12 08:26:36,697 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a47b9bd4-4652-439f-b18b-2ced54a6ddec Date: Sun, 12 Aug 2018 08:26: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 08:26:36,697 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/90f62eaa-9c54-4e65-a453-9d16420ac6a0 used request id req-a47b9bd4-4652-439f-b18b-2ced54a6ddec 2018-08-12 08:26:36,698 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:26:36,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:26:36,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:26:36,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:26:36,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:26:36,705 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef49106bc701e1d332c867ed7e719660bb76876b" 2018-08-12 08:26:36,989 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 45548 X-Openstack-Request-Id: req-7b72b798-a7ce-4363-b4e0-cf2aa6ff3d26 Date: Sun, 12 Aug 2018 08:26:36 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "created_at": "2018-08-12T06:59:44Z", "updated_at": "2018-08-12T06:59:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "1d7fd960-7865-4453-aecc-8d399b4fad21", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "66820d8a-b785-4b18-bd67-500221c8e4f9", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "74fc7638-a322-4841-8c47-06d36174a200", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "8eaa09ec-8419-4582-9312-1e527afe6e4b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}], "revision_number": 4, "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "created_at": "2018-08-12T05:12:34Z", "updated_at": "2018-08-12T05:12:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "709513d2-af7d-4d0b-bd3c-604fed75a711", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "aa346066-e46f-44f2-94be-2884aa998a19", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "c15f7b93-e56c-4afa-867d-2acb286d4b7b", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "cb0ef83f-5f70-4a80-ad35-431ca9df551e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}], "revision_number": 4, "project_id": "fa5a7fe6ee54472ba01638877aade8e3", "id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ea65becf30e54b27aa96a449698a435e", "created_at": "2018-08-12T05:10:35Z", "updated_at": "2018-08-12T05:10:35Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "30ad280c-f302-4cd4-a438-5139917b56f9", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "76115c4c-887d-4f0a-83e2-486e4b39c713", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "8ab14937-4c08-4d43-8a9a-662e622cc643", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "ee757a03-5662-4273-9c3e-6212e7afb48f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}], "revision_number": 4, "project_id": "ea65becf30e54b27aa96a449698a435e", "id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "created_at": "2018-08-12T06:20:09Z", "updated_at": "2018-08-12T06:20:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "1123b8f2-75ac-4a26-b9b2-a96da97408e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "2ddd2b93-e080-48cd-9a50-f5fe8a82ad0c", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "cd1bae62-0aea-4438-b4c3-50a69ae6f855", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "e398e01e-ceea-46d1-9534-b929808c4a5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}], "revision_number": 4, "project_id": "ff7abd7bb61f4f2889831e932d65dc2e", "id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "created_at": "2018-08-12T05:34:57Z", "updated_at": "2018-08-12T05:34:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "208a1c1e-f5f8-49c7-9a25-d07e68b1541f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "27bfd867-e607-4bf8-9de8-60682d3f771d", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "49360e1f-6fd3-4f35-b339-24cea95773ee", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "60f631a9-d305-4920-9631-d0543e2ac64f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}], "revision_number": 4, "project_id": "3a85ceae958d4d9fba68847e7df67db8", "id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "created_at": "2018-08-12T05:34:40Z", "updated_at": "2018-08-12T05:34:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "2192c259-363e-4768-ae73-e75837ad63b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "3f87ddc5-f84d-41dc-8215-847724782569", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "7d89f6da-ea78-49dd-9115-f9ad23b250bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "9ec4497d-0f65-44db-9be9-7b3042e4a584", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}], "revision_number": 4, "project_id": "85517fcf1c6247e699fdcdd42ecc8c79", "id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "created_at": "2018-08-12T05:16:02Z", "updated_at": "2018-08-12T05:16:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "1ecacd8c-c1c7-4a66-9871-406a69323b43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "3cc1750c-e0e7-4902-b6f3-494a161b832e", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "d719a7a4-8c99-44ed-8c12-6bf071890203", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "fe7421b5-d577-41da-8c78-62f3c07eda92", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}], "revision_number": 4, "project_id": "a267b9a156244bb192691cff6e5f74fe", "id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "315a428116f24d9fbb826b37080a918e", "created_at": "2018-08-12T05:11:31Z", "updated_at": "2018-08-12T05:11:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "5e52886a-1dc3-4a81-a55d-f388dc4fd1a1", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "678e32e4-d64c-448a-a4ab-e253ab94ae90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "a8da1539-e3ad-4f90-b2df-3dc1f09d228a", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "b73d5cc9-0205-4658-bb1f-61a042c0ab8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}], "revision_number": 4, "project_id": "315a428116f24d9fbb826b37080a918e", "id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-12T05:08:01Z", "updated_at": "2018-08-12T05:08:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:01Z", "revision_number": 0, "id": "0fb05d03-1117-45d0-930c-b6d4c96ef102", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "4faaab33-5788-4bbd-85b8-0fb44d41413a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "96d0c5a0-5c67-421b-8fc8-2b46d77e5db3", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "dd78519b-4bc5-4e8e-ad0f-58089dd69347", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "11a46741b7954b959fd7764109c047b6", "created_at": "2018-08-12T05:34:51Z", "updated_at": "2018-08-12T05:34:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "0b67bf3c-2289-43bb-ab6c-7d25ec32a279", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "51f3f833-337a-42bd-a8d5-742ea8d6c226", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "571fd0b5-ef90-408d-af33-aafb517b8993", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "944ba823-fb9c-496e-a66e-bb426bb14a8d", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}], "revision_number": 4, "project_id": "11a46741b7954b959fd7764109c047b6", "id": "90af9782-8112-4257-801d-ee5115d226ba", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "created_at": "2018-08-12T05:34:26Z", "updated_at": "2018-08-12T05:34:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "2ee1f63a-807c-4d6a-85ee-dd784f6b8c3f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5dec3ec2-2add-47dd-8618-90659dcf3885", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5ea0dc3e-49d0-43f0-94e9-f6443527d14c", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "fbfaca22-7e3e-4128-8973-43e439b77c28", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}], "revision_number": 4, "project_id": "3c01cd58055c44ecaef39f7e625c2258", "id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "521007c1818145639e93ceb270559219", "created_at": "2018-08-12T05:13:27Z", "updated_at": "2018-08-12T05:13:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "5e7fede5-b0f2-47d8-95c3-516cdfc7f9de", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "8fd0e36f-c6c4-4f64-ba97-40439e614448", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "db7d79de-1dfc-4138-945f-91e74cdc266b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "e87f2cff-ff3e-4b6d-aaf0-7f0eb0ab9f05", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}], "revision_number": 4, "project_id": "521007c1818145639e93ceb270559219", "id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e9aefd6cae0b4f2a829bbc7dbc023ab7", "created_at": "2018-08-12T08:26:22Z", "updated_at": "2018-08-12T08:26:22Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:26:22Z", "revision_number": 0, "id": "0d1180ac-b328-401a-9d11-abc64f3aa790", "remote_group_id": "badb1899-31c6-4958-868f-d569479ec3c4", "remote_ip_prefix": null, "created_at": "2018-08-12T08:26:22Z", "security_group_id": "badb1899-31c6-4958-868f-d569479ec3c4", "tenant_id": "e9aefd6cae0b4f2a829bbc7dbc023ab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "e9aefd6cae0b4f2a829bbc7dbc023ab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:26:22Z", "revision_number": 0, "id": "24ed6fea-aa68-4dab-8d6c-63c9c7349974", "remote_group_id": "badb1899-31c6-4958-868f-d569479ec3c4", "remote_ip_prefix": null, "created_at": "2018-08-12T08:26:22Z", "security_group_id": "badb1899-31c6-4958-868f-d569479ec3c4", "tenant_id": "e9aefd6cae0b4f2a829bbc7dbc023ab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "e9aefd6cae0b4f2a829bbc7dbc023ab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:26:22Z", "revision_number": 0, "id": "54d9f0b3-4978-4544-81fb-5e50fe6fa9a1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:26:22Z", "security_group_id": "badb1899-31c6-4958-868f-d569479ec3c4", "tenant_id": "e9aefd6cae0b4f2a829bbc7dbc023ab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "e9aefd6cae0b4f2a829bbc7dbc023ab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:26:22Z", "revision_number": 0, "id": "d825674f-8f13-4314-ae7f-cd425624fa43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:26:22Z", "security_group_id": "badb1899-31c6-4958-868f-d569479ec3c4", "tenant_id": "e9aefd6cae0b4f2a829bbc7dbc023ab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "e9aefd6cae0b4f2a829bbc7dbc023ab7"}], "revision_number": 4, "project_id": "e9aefd6cae0b4f2a829bbc7dbc023ab7", "id": "badb1899-31c6-4958-868f-d569479ec3c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "created_at": "2018-08-12T05:08:18Z", "updated_at": "2018-08-12T05:08:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "3c67be40-bf74-4f97-9693-d93ce73a23b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "6112d869-2fc6-4a25-a13c-3d55cd7206c0", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "bdf21c56-453e-482e-9cba-3c55abcb0339", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "c8e92c39-38cc-4f48-be9c-5f0912e6a725", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}], "revision_number": 4, "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "created_at": "2018-08-12T05:04:23Z", "updated_at": "2018-08-12T05:04:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "280546d9-8ad1-4283-abfc-15ee9b1736c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "58bce125-f2ca-4a6d-b9ca-4e6cf5c0f7a5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "69275b9a-cfb5-482c-a9c4-8ffc79adf2c7", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "6d747f3a-3764-469a-a645-f977585c5aac", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}], "revision_number": 4, "project_id": "310f5853751a4c968f3eeb0a3d99a0a8", "id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "created_at": "2018-08-12T05:34:42Z", "updated_at": "2018-08-12T05:34:42Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "199582e8-25aa-457a-aa7c-6d8413ca4464", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "234f3609-4454-448f-919d-c8143c7cd764", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "c1061460-71a2-49a9-a04b-9fa33eeb17ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "d21ac532-51d8-4d6b-8300-7bac216759bf", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}], "revision_number": 4, "project_id": "9f6c1a272706419c9a74b0893b2890e8", "id": "d6739716-c693-460c-89c6-e7c8c48f8245", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "created_at": "2018-08-12T05:34:54Z", "updated_at": "2018-08-12T05:34:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "0633a05a-ee7d-4476-a56b-75d011b22f77", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "6cc1b9f8-73db-47a3-a0e0-3c96c43f34da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "90d99a6b-e94f-4fd8-a10c-f19dd8954c13", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "e843c139-af2a-4d2c-a24f-59f7b10ff72e", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}], "revision_number": 4, "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "created_at": "2018-08-12T05:09:07Z", "updated_at": "2018-08-12T05:09:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "5495e168-f505-4d74-ae6d-387f0bf533c2", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "6fd19b8b-3062-456e-81ba-3ff37fe43429", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8ca59d25-485c-46ce-939c-2e4a468caeac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8f190846-50a0-42b9-b571-390809b752b1", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}], "revision_number": 4, "project_id": "fa9ca6d7608b4d7d87ce97331679a481", "id": "edcd9b17-9416-4c25-823c-060c435e18d7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "created_at": "2018-08-12T05:34:52Z", "updated_at": "2018-08-12T05:34:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "2c7e484e-6ec5-4a95-8c9c-66d294c0c27e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "70c74258-3c2c-4efc-87e0-079c26ee3417", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "b70382fa-082e-4c2b-abc8-87490fa50b11", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "c3628e02-b4b6-42c9-8751-c1a2d3c19caa", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}], "revision_number": 4, "project_id": "87db863ba6e348b0a5ddcb67053db9d1", "id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "name": "default"}]} 2018-08-12 08:26:36,990 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-7b72b798-a7ce-4363-b4e0-cf2aa6ff3d26 2018-08-12 08:26:36,999 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef49106bc701e1d332c867ed7e719660bb76876b" 2018-08-12 08:26:37,088 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:26:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8f6db304-d3e6-41c4-a15f-aeeefba5915e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 5fe28c13d4d74ba2be8d019ac1ea6363.", "code": 404, "title": "Not Found"}} 2018-08-12 08:26:37,088 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 used request id req-8f6db304-d3e6-41c4-a15f-aeeefba5915e 2018-08-12 08:26:37,089 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:26:37,092 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef49106bc701e1d332c867ed7e719660bb76876b" 2018-08-12 08:26:37,183 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:26:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-974d86e7-ebfa-4f8a-9df4-fae93050d05a Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa5a7fe6ee54472ba01638877aade8e3.", "code": 404, "title": "Not Found"}} 2018-08-12 08:26:37,184 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 used request id req-974d86e7-ebfa-4f8a-9df4-fae93050d05a 2018-08-12 08:26:37,184 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:26:37,187 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef49106bc701e1d332c867ed7e719660bb76876b" 2018-08-12 08:26:37,276 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:26:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-52a9b22a-3f94-4d5e-b15d-37c3b437a20c Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ea65becf30e54b27aa96a449698a435e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:26:37,277 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e used request id req-52a9b22a-3f94-4d5e-b15d-37c3b437a20c 2018-08-12 08:26:37,277 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:26:37,280 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef49106bc701e1d332c867ed7e719660bb76876b" 2018-08-12 08:26:37,367 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:26:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-89df85af-0a34-45bb-9c78-7be3ffe6d06b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ff7abd7bb61f4f2889831e932d65dc2e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:26:37,367 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e used request id req-89df85af-0a34-45bb-9c78-7be3ffe6d06b 2018-08-12 08:26:37,367 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:26:37,371 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef49106bc701e1d332c867ed7e719660bb76876b" 2018-08-12 08:26:37,463 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:26:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a547d0dc-13d0-4800-b9d2-4a84bb360dab Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3a85ceae958d4d9fba68847e7df67db8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:26:37,463 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 used request id req-a547d0dc-13d0-4800-b9d2-4a84bb360dab 2018-08-12 08:26:37,463 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:26:37,467 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef49106bc701e1d332c867ed7e719660bb76876b" 2018-08-12 08:26:37,560 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:26:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f0c2a229-791d-48c6-bdc0-f8a677e42b4f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 85517fcf1c6247e699fdcdd42ecc8c79.", "code": 404, "title": "Not Found"}} 2018-08-12 08:26:37,560 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 used request id req-f0c2a229-791d-48c6-bdc0-f8a677e42b4f 2018-08-12 08:26:37,560 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:26:37,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef49106bc701e1d332c867ed7e719660bb76876b" 2018-08-12 08:26:37,655 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:26:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-27c9d178-18e5-450c-abb0-541ed27aecf6 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}} 2018-08-12 08:26:37,655 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe used request id req-27c9d178-18e5-450c-abb0-541ed27aecf6 2018-08-12 08:26:37,659 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef49106bc701e1d332c867ed7e719660bb76876b" 2018-08-12 08:26:37,748 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:26:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-21445fa2-307c-418b-9ab0-79518274d51a Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 315a428116f24d9fbb826b37080a918e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:26:37,749 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e used request id req-21445fa2-307c-418b-9ab0-79518274d51a 2018-08-12 08:26:37,749 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:26:37,752 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef49106bc701e1d332c867ed7e719660bb76876b" 2018-08-12 08:26:37,849 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:26:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ac3c1840-a343-4105-ae8b-70be1055eca4 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 11a46741b7954b959fd7764109c047b6.", "code": 404, "title": "Not Found"}} 2018-08-12 08:26:37,849 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 used request id req-ac3c1840-a343-4105-ae8b-70be1055eca4 2018-08-12 08:26:37,849 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:26:37,853 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef49106bc701e1d332c867ed7e719660bb76876b" 2018-08-12 08:26:37,939 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:26:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b2fd887e-2e09-4275-ac67-8f22f379f936 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3c01cd58055c44ecaef39f7e625c2258.", "code": 404, "title": "Not Found"}} 2018-08-12 08:26:37,939 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 used request id req-b2fd887e-2e09-4275-ac67-8f22f379f936 2018-08-12 08:26:37,939 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:26:37,943 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef49106bc701e1d332c867ed7e719660bb76876b" 2018-08-12 08:26:38,035 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:26:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-79f6a181-19f9-45d8-963c-f180258e2997 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 521007c1818145639e93ceb270559219.", "code": 404, "title": "Not Found"}} 2018-08-12 08:26:38,035 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 used request id req-79f6a181-19f9-45d8-963c-f180258e2997 2018-08-12 08:26:38,035 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:26:38,039 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e9aefd6cae0b4f2a829bbc7dbc023ab7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef49106bc701e1d332c867ed7e719660bb76876b" 2018-08-12 08:26:38,136 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:26:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-57b27408-04e7-4000-a943-6cefa5251eaa Content-Encoding: gzip Content-Length: 235 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/e9aefd6cae0b4f2a829bbc7dbc023ab7"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "e9aefd6cae0b4f2a829bbc7dbc023ab7", "name": "CreateInstancePortManipulationTests-fdb46475-8b57-4d4-proj"}} 2018-08-12 08:26:38,136 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e9aefd6cae0b4f2a829bbc7dbc023ab7 used request id req-57b27408-04e7-4000-a943-6cefa5251eaa 2018-08-12 08:26:38,136 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - badb1899-31c6-4958-868f-d569479ec3c4 2018-08-12 08:26:38,141 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=badb1899-31c6-4958-868f-d569479ec3c4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef49106bc701e1d332c867ed7e719660bb76876b" 2018-08-12 08:26:38,351 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-e30ac9ea-6638-44b4-877b-a121f7046d9b Date: Sun, 12 Aug 2018 08:26:38 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "badb1899-31c6-4958-868f-d569479ec3c4", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:26:22Z", "security_group_id": "badb1899-31c6-4958-868f-d569479ec3c4", "port_range_min": null, "revision_number": 0, "tenant_id": "e9aefd6cae0b4f2a829bbc7dbc023ab7", "created_at": "2018-08-12T08:26:22Z", "project_id": "e9aefd6cae0b4f2a829bbc7dbc023ab7", "id": "0d1180ac-b328-401a-9d11-abc64f3aa790"}, {"remote_group_id": "badb1899-31c6-4958-868f-d569479ec3c4", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:26:22Z", "security_group_id": "badb1899-31c6-4958-868f-d569479ec3c4", "port_range_min": null, "revision_number": 0, "tenant_id": "e9aefd6cae0b4f2a829bbc7dbc023ab7", "created_at": "2018-08-12T08:26:22Z", "project_id": "e9aefd6cae0b4f2a829bbc7dbc023ab7", "id": "24ed6fea-aa68-4dab-8d6c-63c9c7349974"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:26:22Z", "security_group_id": "badb1899-31c6-4958-868f-d569479ec3c4", "port_range_min": null, "revision_number": 0, "tenant_id": "e9aefd6cae0b4f2a829bbc7dbc023ab7", "created_at": "2018-08-12T08:26:22Z", "project_id": "e9aefd6cae0b4f2a829bbc7dbc023ab7", "id": "54d9f0b3-4978-4544-81fb-5e50fe6fa9a1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:26:22Z", "security_group_id": "badb1899-31c6-4958-868f-d569479ec3c4", "port_range_min": null, "revision_number": 0, "tenant_id": "e9aefd6cae0b4f2a829bbc7dbc023ab7", "created_at": "2018-08-12T08:26:22Z", "project_id": "e9aefd6cae0b4f2a829bbc7dbc023ab7", "id": "d825674f-8f13-4314-ae7f-cd425624fa43"}]} 2018-08-12 08:26:38,351 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=badb1899-31c6-4958-868f-d569479ec3c4 used request id req-e30ac9ea-6638-44b4-877b-a121f7046d9b 2018-08-12 08:26:38,352 - neutron_utils - INFO - Deleting security group with name - default 2018-08-12 08:26:38,357 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/badb1899-31c6-4958-868f-d569479ec3c4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef49106bc701e1d332c867ed7e719660bb76876b" 2018-08-12 08:26:38,688 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ded23464-5442-4041-bd4d-c27aad9c50a6 Content-Length: 0 Date: Sun, 12 Aug 2018 08:26:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:26:38,688 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/badb1899-31c6-4958-868f-d569479ec3c4 used request id req-ded23464-5442-4041-bd4d-c27aad9c50a6 2018-08-12 08:26:38,689 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-fdb46475-8b57-4d4-proj 2018-08-12 08:26:38,692 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/e9aefd6cae0b4f2a829bbc7dbc023ab7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef49106bc701e1d332c867ed7e719660bb76876b" 2018-08-12 08:26:39,003 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:26:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-76bd42f7-ff71-45c5-9728-955df9a1443a 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 08:26:39,003 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/e9aefd6cae0b4f2a829bbc7dbc023ab7 used request id req-76bd42f7-ff71-45c5-9728-955df9a1443a 2018-08-12 08:26:39,003 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-fdb46475-8b57-4d4-proj-role 2018-08-12 08:26:39,007 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/4c08a24ac122465683d6017df70bca17 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef49106bc701e1d332c867ed7e719660bb76876b" 2018-08-12 08:26:39,122 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:26:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7a28e283-aca1-4c37-891d-76680d294cdc 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 08:26:39,122 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/4c08a24ac122465683d6017df70bca17 used request id req-7a28e283-aca1-4c37-891d-76680d294cdc 2018-08-12 08:26:39,125 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef49106bc701e1d332c867ed7e719660bb76876b" 2018-08-12 08:26:39,217 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:26:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6e5668e3-2114-45d2-b7b4-ed5669523ea1 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:26:39,217 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-6e5668e3-2114-45d2-b7b4-ed5669523ea1 2018-08-12 08:26:39,218 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-fdb46475-8b57-4d4-user 2018-08-12 08:26:39,221 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/5b334c83b67b4bd380c316ac35a3d34f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dbdeac2ba5b71ab9501de6bf77339368e43fab35" 2018-08-12 08:26:39,404 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:26:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d71a6132-2f1a-4aec-88de-b96d0f737ebd 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 08:26:39,405 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/5b334c83b67b4bd380c316ac35a3d34f used request id req-d71a6132-2f1a-4aec-88de-b96d0f737ebd 2018-08-12 08:26:39,406 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:26:39,809 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:26:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["S-AzHcZgRu6gQWdG6JI07w"], "issued_at": "2018-08-12T08:26:39.000000Z"}} 2018-08-12 08:26:39,809 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}1f9241dc8577c8b2102d41f426297d3fe11bbfc1" 2018-08-12 08:26:39,900 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:26:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d7762ec2-a4d2-4292-b7d2-b1e3eddf3e72 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:26:39,900 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-d7762ec2-a4d2-4292-b7d2-b1e3eddf3e72 2018-08-12 08:26:39,901 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:26:39,902 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:26:40,305 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:26:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["nt2hCBmoRP-3PssqE5ZswQ"], "issued_at": "2018-08-12T08:26:40.000000Z"}} 2018-08-12 08:26:40,306 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}d213301048d357a3051353ac3c21a127387800da" 2018-08-12 08:26:40,395 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:26:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-849588b4-4c65-4203-9aea-8159dca362b7 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:26:40,395 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-849588b4-4c65-4203-9aea-8159dca362b7 2018-08-12 08:26:40,399 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:26:40,407 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:26:40 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:26:40,408 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-b5c23869-4182-495-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d213301048d357a3051353ac3c21a127387800da" 2018-08-12 08:26:40,496 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:26:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-66245faf-13c1-42f1-aa5a-155696e99c2b Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-b5c23869-4182-495-proj", "previous": null, "next": null}, "projects": []} 2018-08-12 08:26:40,496 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-b5c23869-4182-495-proj used request id req-66245faf-13c1-42f1-aa5a-155696e99c2b 2018-08-12 08:26:40,500 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d213301048d357a3051353ac3c21a127387800da" 2018-08-12 08:26:40,596 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:26:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3b2174d5-f9d8-4f72-84ba-63ea4a2e412d Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:26:40,596 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-3b2174d5-f9d8-4f72-84ba-63ea4a2e412d 2018-08-12 08:26:40,600 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d213301048d357a3051353ac3c21a127387800da" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstancePortManipulationTests-b5c23869-4182-495-proj"}}' 2018-08-12 08:26:40,823 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:26:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a1f1349b-87e4-4418-b0b0-6794f24dba73 Content-Length: 332 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/3483efbb00d74a469e99c54fadfe154d"}, "tags": [], "enabled": true, "id": "3483efbb00d74a469e99c54fadfe154d", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-b5c23869-4182-495-proj"}} 2018-08-12 08:26:40,823 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-a1f1349b-87e4-4418-b0b0-6794f24dba73 2018-08-12 08:26:40,823 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-b5c23869-4182-495-proj 2018-08-12 08:26:40,823 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:26:40,824 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:26:41,213 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:26:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["Jrn7AG4HRO6s9oPVR1dKqA"], "issued_at": "2018-08-12T08:26:41.000000Z"}} 2018-08-12 08:26:41,214 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}4df3e3cd366a61576799aed2f598efa3a1f311a7" 2018-08-12 08:26:41,300 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:26:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e798af4c-f34b-4974-93de-2cde331e5598 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:26:41,300 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-e798af4c-f34b-4974-93de-2cde331e5598 2018-08-12 08:26:41,304 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:26:41,309 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:26:41 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:26:41,310 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4df3e3cd366a61576799aed2f598efa3a1f311a7" 2018-08-12 08:26:41,413 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:26:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-91e36149-c72b-4a9c-b323-c5317fdd742f Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/105a247548624314b9228f85f6325f0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105a247548624314b9228f85f6325f0b", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/1c5de0eaa44543f08da6ad63a51594ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c5de0eaa44543f08da6ad63a51594ff", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/1d127b5b832547a88a547c116dfdd65b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d127b5b832547a88a547c116dfdd65b", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/1d5cfc170d624ce4ae53ae0507c8d517"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d5cfc170d624ce4ae53ae0507c8d517", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/2421820b75eb4d3ebd02830378d1377b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2421820b75eb4d3ebd02830378d1377b", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/40bd8ee54ecf44868cc83cede652c396"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40bd8ee54ecf44868cc83cede652c396", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/4f32fb8153854c4c9f5094b42b523f80"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f32fb8153854c4c9f5094b42b523f80", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7066130d08fb4db7bf4ab468de53933b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7066130d08fb4db7bf4ab468de53933b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/8d0898a83bcf4521bbc11501d5d7ac89"}, "domain_id": "1eec97585bde483292ece28ee11f4b8d", "enabled": true, "options": {}, "id": "8d0898a83bcf4521bbc11501d5d7ac89", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/9defcced327d476f8a3beab718a13da3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9defcced327d476f8a3beab718a13da3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/b80ee4f6992446e0879624dd436e99a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b80ee4f6992446e0879624dd436e99a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b86fd3e011324d398fcdb6f095a20a9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b86fd3e011324d398fcdb6f095a20a9d", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1701d2754064b5cadf765ea0806f9b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1701d2754064b5cadf765ea0806f9b2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/db4e7b8d76d549faa502716565c733dd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db4e7b8d76d549faa502716565c733dd", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-12 08:26:41,414 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-91e36149-c72b-4a9c-b323-c5317fdd742f 2018-08-12 08:26:41,417 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateInstancePortManipulationTests-b5c23869-4182-495-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4df3e3cd366a61576799aed2f598efa3a1f311a7" 2018-08-12 08:26:41,512 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:26:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1d126cf5-96d3-40f0-8373-2d40fb5ec4d1 Content-Encoding: gzip Content-Length: 269 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateInstancePortManipulationTests-b5c23869-4182-495-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/3483efbb00d74a469e99c54fadfe154d"}, "tags": [], "enabled": true, "id": "3483efbb00d74a469e99c54fadfe154d", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-b5c23869-4182-495-proj"}]} 2018-08-12 08:26:41,512 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateInstancePortManipulationTests-b5c23869-4182-495-proj used request id req-1d126cf5-96d3-40f0-8373-2d40fb5ec4d1 2018-08-12 08:26:41,516 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4df3e3cd366a61576799aed2f598efa3a1f311a7" 2018-08-12 08:26:41,606 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:26:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5f4329b9-29bb-46ac-9132-2fd6ffdd4414 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:26:41,606 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-5f4329b9-29bb-46ac-9132-2fd6ffdd4414 2018-08-12 08:26:41,990 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-b5c23869-4182-495-user 2018-08-12 08:26:41,991 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:26:41,995 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d213301048d357a3051353ac3c21a127387800da" 2018-08-12 08:26:42,088 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:26:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1d317b51-6511-41c9-88e5-a8707e6cca14 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:26:42,088 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-1d317b51-6511-41c9-88e5-a8707e6cca14 2018-08-12 08:26:42,092 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d213301048d357a3051353ac3c21a127387800da" -d '{"role": {"name": "CreateInstancePortManipulationTests-b5c23869-4182-495-proj-role"}}' 2018-08-12 08:26:42,212 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:26:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-40d66bfa-697b-4034-b2a3-a67be5319119 Content-Length: 234 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "39eb2ac5aeaf4628aa4256b0a9c59b5a", "links": {"self": "http://172.30.9.21:5000/v3/roles/39eb2ac5aeaf4628aa4256b0a9c59b5a"}, "name": "CreateInstancePortManipulationTests-b5c23869-4182-495-proj-role"}} 2018-08-12 08:26:42,212 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-40d66bfa-697b-4034-b2a3-a67be5319119 2018-08-12 08:26:42,212 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-b5c23869-4182-495-proj-role 2018-08-12 08:26:42,216 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/39eb2ac5aeaf4628aa4256b0a9c59b5a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d213301048d357a3051353ac3c21a127387800da" 2018-08-12 08:26:42,300 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:26:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9efe9499-1b53-452d-950e-9a7ef7e8233b Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "39eb2ac5aeaf4628aa4256b0a9c59b5a", "links": {"self": "http://172.30.9.21:5000/v3/roles/39eb2ac5aeaf4628aa4256b0a9c59b5a"}, "name": "CreateInstancePortManipulationTests-b5c23869-4182-495-proj-role"}} 2018-08-12 08:26:42,300 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/39eb2ac5aeaf4628aa4256b0a9c59b5a used request id req-9efe9499-1b53-452d-950e-9a7ef7e8233b 2018-08-12 08:26:42,300 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-b5c23869-4182-495-proj-role to project CreateInstancePortManipulationTests-b5c23869-4182-495-proj 2018-08-12 08:26:42,303 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/3483efbb00d74a469e99c54fadfe154d/users/67914ae6e5b44d918dd1b96eaf73dd24/roles/39eb2ac5aeaf4628aa4256b0a9c59b5a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d213301048d357a3051353ac3c21a127387800da" 2018-08-12 08:26:42,437 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:26:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1bfc892f-f5da-4fac-b7cf-ba683224586c 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 08:26:42,437 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/3483efbb00d74a469e99c54fadfe154d/users/67914ae6e5b44d918dd1b96eaf73dd24/roles/39eb2ac5aeaf4628aa4256b0a9c59b5a used request id req-1bfc892f-f5da-4fac-b7cf-ba683224586c 2018-08-12 08:26:42,437 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-08-12 08:26:42,437 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:26:42,438 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:26:42,835 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "39eb2ac5aeaf4628aa4256b0a9c59b5a", "name": "CreateInstancePortManipulationTests-b5c23869-4182-495-proj-role"}], "expires_at": "2018-08-12T09:26:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3483efbb00d74a469e99c54fadfe154d", "name": "CreateInstancePortManipulationTests-b5c23869-4182-495-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/3483efbb00d74a469e99c54fadfe154d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/3483efbb00d74a469e99c54fadfe154d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/3483efbb00d74a469e99c54fadfe154d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_3483efbb00d74a469e99c54fadfe154d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_3483efbb00d74a469e99c54fadfe154d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/3483efbb00d74a469e99c54fadfe154d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/3483efbb00d74a469e99c54fadfe154d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/3483efbb00d74a469e99c54fadfe154d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/3483efbb00d74a469e99c54fadfe154d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/3483efbb00d74a469e99c54fadfe154d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/3483efbb00d74a469e99c54fadfe154d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/3483efbb00d74a469e99c54fadfe154d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/3483efbb00d74a469e99c54fadfe154d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/3483efbb00d74a469e99c54fadfe154d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-b5c23869-4182-495-user", "id": "67914ae6e5b44d918dd1b96eaf73dd24"}, "audit_ids": ["tAnODK6jRvmVNhxaVcTmhA"], "issued_at": "2018-08-12T08:26:42.000000Z"}} 2018-08-12 08:26:42,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}092e854848a5013310201af72aee4c7c3ce5d7af" 2018-08-12 08:26:42,916 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:26:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-228d39da-ea79-490a-a846-ece69ba896c3 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:26:42,916 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-228d39da-ea79-490a-a846-ece69ba896c3 2018-08-12 08:26:42,920 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-0ea7d12f-1b1e-4d2f-abe2-ca0f3859bd7a-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}092e854848a5013310201af72aee4c7c3ce5d7af" 2018-08-12 08:26:43,114 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 180 Content-Type: application/json X-Openstack-Request-Id: req-268b8f64-7158-4ea6-a20f-90142cc6542c Date: Sun, 12 Aug 2018 08:26:43 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-0ea7d12f-1b1e-4d2f-abe2-ca0f3859bd7a-image"} 2018-08-12 08:26:43,115 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-0ea7d12f-1b1e-4d2f-abe2-ca0f3859bd7a-image used request id req-268b8f64-7158-4ea6-a20f-90142cc6542c 2018-08-12 08:26:43,117 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}092e854848a5013310201af72aee4c7c3ce5d7af" 2018-08-12 08:26:43,297 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-67c296bb-1090-4891-a014-841d430017ed Date: Sun, 12 Aug 2018 08:26:43 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"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}, "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}, "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"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "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"}, "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"}, "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}, "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}, "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"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "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}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-12 08:26:43,297 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-67c296bb-1090-4891-a014-841d430017ed 2018-08-12 08:26:43,322 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}092e854848a5013310201af72aee4c7c3ce5d7af" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstancePortManipulationTests-0ea7d12f-1b1e-4d2f-abe2-ca0f3859bd7a-image"}' 2018-08-12 08:26:43,616 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 639 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/5fb37330-e8b2-4f6b-a40d-7ee1b70d2be3 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-ccb0d732-4069-44b5-bc4f-5a5bd4ec92af Date: Sun, 12 Aug 2018 08:26:43 GMT RESP BODY: {"status": "queued", "name": "CreateInstancePortManipulationTests-0ea7d12f-1b1e-4d2f-abe2-ca0f3859bd7a-image", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:26:43Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-08-12T08:26:43Z", "visibility": "shared", "locations": [], "self": "/v2/images/5fb37330-e8b2-4f6b-a40d-7ee1b70d2be3", "min_disk": 0, "protected": false, "id": "5fb37330-e8b2-4f6b-a40d-7ee1b70d2be3", "file": "/v2/images/5fb37330-e8b2-4f6b-a40d-7ee1b70d2be3/file", "checksum": null, "owner": "3483efbb00d74a469e99c54fadfe154d", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-12 08:26:43,616 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-ccb0d732-4069-44b5-bc4f-5a5bd4ec92af 2018-08-12 08:26:43,627 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/5fb37330-e8b2-4f6b-a40d-7ee1b70d2be3/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}092e854848a5013310201af72aee4c7c3ce5d7af" -d '' 2018-08-12 08:26:44,252 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d32ebcd3-bb89-4337-82c9-7b64b3a120c2 Date: Sun, 12 Aug 2018 08:26:44 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-12 08:26:44,253 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/5fb37330-e8b2-4f6b-a40d-7ee1b70d2be3/file used request id req-d32ebcd3-bb89-4337-82c9-7b64b3a120c2 2018-08-12 08:26:44,253 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-12 08:26:44,256 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/5fb37330-e8b2-4f6b-a40d-7ee1b70d2be3 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}092e854848a5013310201af72aee4c7c3ce5d7af" 2018-08-12 08:26:44,443 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-d5086c61-848a-4e89-b31a-4e6db0cd71ed Date: Sun, 12 Aug 2018 08:26:44 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-0ea7d12f-1b1e-4d2f-abe2-ca0f3859bd7a-image", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:26:43Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-12T08:26:44Z", "visibility": "shared", "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/5fb37330-e8b2-4f6b-a40d-7ee1b70d2be3/snap", "metadata": {}}], "self": "/v2/images/5fb37330-e8b2-4f6b-a40d-7ee1b70d2be3", "min_disk": 0, "protected": false, "id": "5fb37330-e8b2-4f6b-a40d-7ee1b70d2be3", "file": "/v2/images/5fb37330-e8b2-4f6b-a40d-7ee1b70d2be3/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "3483efbb00d74a469e99c54fadfe154d", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/5fb37330-e8b2-4f6b-a40d-7ee1b70d2be3/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-12 08:26:44,444 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/5fb37330-e8b2-4f6b-a40d-7ee1b70d2be3 used request id req-d5086c61-848a-4e89-b31a-4e6db0cd71ed 2018-08-12 08:26:44,447 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}092e854848a5013310201af72aee4c7c3ce5d7af" 2018-08-12 08:26:44,621 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-9dd79f77-61a0-4c97-9caa-13bf05b18f99 Date: Sun, 12 Aug 2018 08:26:44 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"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}, "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}, "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"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "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"}, "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"}, "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}, "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}, "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"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "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}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-12 08:26:44,621 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-9dd79f77-61a0-4c97-9caa-13bf05b18f99 2018-08-12 08:26:44,624 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-0ea7d12f-1b1e-4d2f-abe2-ca0f3859bd7a-image 2018-08-12 08:26:44,627 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/5fb37330-e8b2-4f6b-a40d-7ee1b70d2be3 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}092e854848a5013310201af72aee4c7c3ce5d7af" 2018-08-12 08:26:44,644 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-5f894608-bac3-4647-ac0c-3c5bfc3c7d49 Date: Sun, 12 Aug 2018 08:26:44 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-0ea7d12f-1b1e-4d2f-abe2-ca0f3859bd7a-image", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:26:43Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-12T08:26:44Z", "visibility": "shared", "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/5fb37330-e8b2-4f6b-a40d-7ee1b70d2be3/snap", "metadata": {}}], "self": "/v2/images/5fb37330-e8b2-4f6b-a40d-7ee1b70d2be3", "min_disk": 0, "protected": false, "id": "5fb37330-e8b2-4f6b-a40d-7ee1b70d2be3", "file": "/v2/images/5fb37330-e8b2-4f6b-a40d-7ee1b70d2be3/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "3483efbb00d74a469e99c54fadfe154d", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/5fb37330-e8b2-4f6b-a40d-7ee1b70d2be3/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-12 08:26:44,644 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/5fb37330-e8b2-4f6b-a40d-7ee1b70d2be3 used request id req-5f894608-bac3-4647-ac0c-3c5bfc3c7d49 2018-08-12 08:26:44,645 - create_image - DEBUG - Instance status is - active 2018-08-12 08:26:44,645 - create_image - DEBUG - Image is active with name - CreateInstancePortManipulationTests-0ea7d12f-1b1e-4d2f-abe2-ca0f3859bd7a-image 2018-08-12 08:26:44,645 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-0ea7d12f-1b1e-4d2f-abe2-ca0f3859bd7a-image 2018-08-12 08:26:44,645 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:26:44,646 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:26:45,050 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "39eb2ac5aeaf4628aa4256b0a9c59b5a", "name": "CreateInstancePortManipulationTests-b5c23869-4182-495-proj-role"}], "expires_at": "2018-08-12T09:26:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3483efbb00d74a469e99c54fadfe154d", "name": "CreateInstancePortManipulationTests-b5c23869-4182-495-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/3483efbb00d74a469e99c54fadfe154d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/3483efbb00d74a469e99c54fadfe154d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/3483efbb00d74a469e99c54fadfe154d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_3483efbb00d74a469e99c54fadfe154d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_3483efbb00d74a469e99c54fadfe154d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/3483efbb00d74a469e99c54fadfe154d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/3483efbb00d74a469e99c54fadfe154d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/3483efbb00d74a469e99c54fadfe154d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/3483efbb00d74a469e99c54fadfe154d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/3483efbb00d74a469e99c54fadfe154d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/3483efbb00d74a469e99c54fadfe154d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/3483efbb00d74a469e99c54fadfe154d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/3483efbb00d74a469e99c54fadfe154d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/3483efbb00d74a469e99c54fadfe154d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-b5c23869-4182-495-user", "id": "67914ae6e5b44d918dd1b96eaf73dd24"}, "audit_ids": ["5n-z5HmxS72y6SXPXmMNwg"], "issued_at": "2018-08-12T08:26:45.000000Z"}} 2018-08-12 08:26:45,051 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}a83eb1bcdd7669ac9616bbfb771db96c5e32fff9" 2018-08-12 08:26:45,138 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:26:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3b9a537f-cfd8-4a5f-8817-26b76459bac6 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:26:45,138 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-3b9a537f-cfd8-4a5f-8817-26b76459bac6 2018-08-12 08:26:45,139 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:26:45,140 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:26:45,140 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:26:45,140 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:26:45,140 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:26:45,147 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-0ea7d12f-1b1e-4d2f-abe2-ca0f3859bd7a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a83eb1bcdd7669ac9616bbfb771db96c5e32fff9" 2018-08-12 08:26:45,340 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-3530b669-7d2b-449a-bbbe-73a93cae928b Date: Sun, 12 Aug 2018 08:26:45 GMT RESP BODY: {"networks":[]} 2018-08-12 08:26:45,340 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-0ea7d12f-1b1e-4d2f-abe2-ca0f3859bd7a-pub-net used request id req-3530b669-7d2b-449a-bbbe-73a93cae928b 2018-08-12 08:26:45,341 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-0ea7d12f-1b1e-4d2f-abe2-ca0f3859bd7a-pub-net 2018-08-12 08:26:45,346 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a83eb1bcdd7669ac9616bbfb771db96c5e32fff9" -d '{"network": {"name": "CreateInstancePortManipulationTests-0ea7d12f-1b1e-4d2f-abe2-ca0f3859bd7a-pub-net", "admin_state_up": true}}' 2018-08-12 08:26:46,018 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 617 X-Openstack-Request-Id: req-25d2c236-1fea-40cc-8f68-5b90974ebdea Date: Sun, 12 Aug 2018 08:26:46 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"3483efbb00d74a469e99c54fadfe154d","created_at":"2018-08-12T08:26:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T08:26:45Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"3483efbb00d74a469e99c54fadfe154d","id":"3a62a247-5cb9-41dd-ab46-3696c18afdac","name":"CreateInstancePortManipulationTests-0ea7d12f-1b1e-4d2f-abe2-ca0f3859bd7a-pub-net"}} 2018-08-12 08:26:46,019 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-25d2c236-1fea-40cc-8f68-5b90974ebdea 2018-08-12 08:26:46,024 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=3a62a247-5cb9-41dd-ab46-3696c18afdac -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a83eb1bcdd7669ac9616bbfb771db96c5e32fff9" 2018-08-12 08:26:46,520 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 601 X-Openstack-Request-Id: req-d369fa51-9f3b-4d9b-a359-33826100eb2d Date: Sun, 12 Aug 2018 08:26:46 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-12T08:26:45Z","tenant_id":"3483efbb00d74a469e99c54fadfe154d","created_at":"2018-08-12T08:26:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"3483efbb00d74a469e99c54fadfe154d","id":"3a62a247-5cb9-41dd-ab46-3696c18afdac","name":"CreateInstancePortManipulationTests-0ea7d12f-1b1e-4d2f-abe2-ca0f3859bd7a-pub-net"}]} 2018-08-12 08:26:46,520 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=3a62a247-5cb9-41dd-ab46-3696c18afdac used request id req-d369fa51-9f3b-4d9b-a359-33826100eb2d 2018-08-12 08:26:46,525 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=3a62a247-5cb9-41dd-ab46-3696c18afdac -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a83eb1bcdd7669ac9616bbfb771db96c5e32fff9" 2018-08-12 08:26:46,714 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-b80f1a5e-1f64-4e67-9d3e-07c95f839568 Date: Sun, 12 Aug 2018 08:26:46 GMT RESP BODY: {"subnets":[]} 2018-08-12 08:26:46,714 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=3a62a247-5cb9-41dd-ab46-3696c18afdac used request id req-b80f1a5e-1f64-4e67-9d3e-07c95f839568 2018-08-12 08:26:46,715 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-0ea7d12f-1b1e-4d2f-abe2-ca0f3859bd7a-pub-subnet 2018-08-12 08:26:46,720 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a83eb1bcdd7669ac9616bbfb771db96c5e32fff9" -d '{"subnets": [{"ip_version": 4, "network_id": "3a62a247-5cb9-41dd-ab46-3696c18afdac", "cidr": "10.55.0.0/24", "name": "CreateInstancePortManipulationTests-0ea7d12f-1b1e-4d2f-abe2-ca0f3859bd7a-pub-subnet"}]}' 2018-08-12 08:26:47,313 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-6d08e139-e199-45fc-8380-8c4186f407e9 Date: Sun, 12 Aug 2018 08:26:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3a62a247-5cb9-41dd-ab46-3696c18afdac","tenant_id":"3483efbb00d74a469e99c54fadfe154d","created_at":"2018-08-12T08:26:46Z","dns_nameservers":[],"updated_at":"2018-08-12T08:26:46Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"3483efbb00d74a469e99c54fadfe154d","id":"c9c6a9f0-3daf-449a-8db8-04685173b83d","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-0ea7d12f-1b1e-4d2f-abe2-ca0f3859bd7a-pub-subnet"}]} 2018-08-12 08:26:47,313 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-6d08e139-e199-45fc-8380-8c4186f407e9 2018-08-12 08:26:47,318 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=3a62a247-5cb9-41dd-ab46-3696c18afdac -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a83eb1bcdd7669ac9616bbfb771db96c5e32fff9" 2018-08-12 08:26:47,586 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-d6e0008e-e6da-4a29-9af0-7a6250d54b24 Date: Sun, 12 Aug 2018 08:26:47 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":["c9c6a9f0-3daf-449a-8db8-04685173b83d"],"updated_at":"2018-08-12T08:26:46Z","tenant_id":"3483efbb00d74a469e99c54fadfe154d","created_at":"2018-08-12T08:26:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"3483efbb00d74a469e99c54fadfe154d","id":"3a62a247-5cb9-41dd-ab46-3696c18afdac","name":"CreateInstancePortManipulationTests-0ea7d12f-1b1e-4d2f-abe2-ca0f3859bd7a-pub-net"}]} 2018-08-12 08:26:47,586 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=3a62a247-5cb9-41dd-ab46-3696c18afdac used request id req-d6e0008e-e6da-4a29-9af0-7a6250d54b24 2018-08-12 08:26:47,592 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=3a62a247-5cb9-41dd-ab46-3696c18afdac -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a83eb1bcdd7669ac9616bbfb771db96c5e32fff9" 2018-08-12 08:26:47,800 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-5d8e45db-67a7-404c-bc4f-fb57fe6ac7d2 Date: Sun, 12 Aug 2018 08:26:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3a62a247-5cb9-41dd-ab46-3696c18afdac","tenant_id":"3483efbb00d74a469e99c54fadfe154d","created_at":"2018-08-12T08:26:46Z","dns_nameservers":[],"updated_at":"2018-08-12T08:26:46Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"3483efbb00d74a469e99c54fadfe154d","id":"c9c6a9f0-3daf-449a-8db8-04685173b83d","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-0ea7d12f-1b1e-4d2f-abe2-ca0f3859bd7a-pub-subnet"}]} 2018-08-12 08:26:47,800 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=3a62a247-5cb9-41dd-ab46-3696c18afdac used request id req-5d8e45db-67a7-404c-bc4f-fb57fe6ac7d2 2018-08-12 08:26:47,800 - OpenStackNetwork - DEBUG - Network [3a62a247-5cb9-41dd-ab46-3696c18afdac] created successfully 2018-08-12 08:26:47,801 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:26:47,801 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:26:48,186 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:26:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["88U2YdXPRbeiCUl1MdCIgg"], "issued_at": "2018-08-12T08:26:48.000000Z"}} 2018-08-12 08:26:48,186 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}2e72b557d33081cc1042c6d72ef34ec1cea7e400" 2018-08-12 08:26:48,199 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:26:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-16f1eef0-a6c5-4569-acdf-121643e07238 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:26:48,199 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-16f1eef0-a6c5-4569-acdf-121643e07238 2018-08-12 08:26:48,200 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-12 08:26:48,204 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e72b557d33081cc1042c6d72ef34ec1cea7e400" 2018-08-12 08:26:48,400 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:26: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-19cbd2df-b485-4def-9e15-83fc48f83bc6 x-compute-request-id: req-19cbd2df-b485-4def-9e15-83fc48f83bc6 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-08-12 08:26:48,401 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-19cbd2df-b485-4def-9e15-83fc48f83bc6 2018-08-12 08:26:48,404 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e72b557d33081cc1042c6d72ef34ec1cea7e400" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstancePortManipulationTests-0ea7d12f-1b1e-4d2f-abe2-ca0f3859bd7a-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-08-12 08:26:48,450 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:26: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-9ac79e8e-f079-4729-94bf-e149e0148d9f x-compute-request-id: req-9ac79e8e-f079-4729-94bf-e149e0148d9f Content-Encoding: gzip Content-Length: 328 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateInstancePortManipulationTests-0ea7d12f-1b1e-4d2f-abe2-ca0f3859bd7a-flavor-name", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/8c8f25b4-3f21-45fa-8ff0-5fcbea1ae352", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/8c8f25b4-3f21-45fa-8ff0-5fcbea1ae352", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": "8c8f25b4-3f21-45fa-8ff0-5fcbea1ae352"}} 2018-08-12 08:26:48,450 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-9ac79e8e-f079-4729-94bf-e149e0148d9f 2018-08-12 08:26:48,451 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:26:48,451 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:26:48,851 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "39eb2ac5aeaf4628aa4256b0a9c59b5a", "name": "CreateInstancePortManipulationTests-b5c23869-4182-495-proj-role"}], "expires_at": "2018-08-12T09:26:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3483efbb00d74a469e99c54fadfe154d", "name": "CreateInstancePortManipulationTests-b5c23869-4182-495-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/3483efbb00d74a469e99c54fadfe154d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/3483efbb00d74a469e99c54fadfe154d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/3483efbb00d74a469e99c54fadfe154d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_3483efbb00d74a469e99c54fadfe154d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_3483efbb00d74a469e99c54fadfe154d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/3483efbb00d74a469e99c54fadfe154d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/3483efbb00d74a469e99c54fadfe154d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/3483efbb00d74a469e99c54fadfe154d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/3483efbb00d74a469e99c54fadfe154d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/3483efbb00d74a469e99c54fadfe154d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/3483efbb00d74a469e99c54fadfe154d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/3483efbb00d74a469e99c54fadfe154d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/3483efbb00d74a469e99c54fadfe154d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/3483efbb00d74a469e99c54fadfe154d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-b5c23869-4182-495-user", "id": "67914ae6e5b44d918dd1b96eaf73dd24"}, "audit_ids": ["sLnNY72eSQe80M2y7mwKGg"], "issued_at": "2018-08-12T08:26:48.000000Z"}} 2018-08-12 08:26:48,851 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}6c8d8f955813bfef7e355a0f89d8e66fab2ce03e" 2018-08-12 08:26:48,934 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:26:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a779f4bc-b756-451e-ae12-eb53a830d00a Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:26:48,934 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-a779f4bc-b756-451e-ae12-eb53a830d00a 2018-08-12 08:26:48,935 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-12 08:26:48,936 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:26:48,937 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:26:48,937 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:26:48,937 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:26:48,937 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:26:48,939 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}6c8d8f955813bfef7e355a0f89d8e66fab2ce03e" 2018-08-12 08:26:49,028 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:26:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0203a0f6-d6a8-432b-b439-6428b93e9c72 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:26:49,028 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-0203a0f6-d6a8-432b-b439-6428b93e9c72 2018-08-12 08:26:49,036 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-0ea7d12f-1b1e-4d2f-abe2-ca0f3859bd7a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c8d8f955813bfef7e355a0f89d8e66fab2ce03e" 2018-08-12 08:26:49,309 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-4ed511b9-4c59-4de9-9d36-a75f4b51aae5 Date: Sun, 12 Aug 2018 08:26: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":["c9c6a9f0-3daf-449a-8db8-04685173b83d"],"updated_at":"2018-08-12T08:26:46Z","tenant_id":"3483efbb00d74a469e99c54fadfe154d","created_at":"2018-08-12T08:26:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"3483efbb00d74a469e99c54fadfe154d","id":"3a62a247-5cb9-41dd-ab46-3696c18afdac","name":"CreateInstancePortManipulationTests-0ea7d12f-1b1e-4d2f-abe2-ca0f3859bd7a-pub-net"}]} 2018-08-12 08:26:49,309 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-0ea7d12f-1b1e-4d2f-abe2-ca0f3859bd7a-pub-net used request id req-4ed511b9-4c59-4de9-9d36-a75f4b51aae5 2018-08-12 08:26:49,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=3a62a247-5cb9-41dd-ab46-3696c18afdac -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c8d8f955813bfef7e355a0f89d8e66fab2ce03e" 2018-08-12 08:26:49,636 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-425a26cd-f547-4ae0-94d6-21edfd9a92e6 Date: Sun, 12 Aug 2018 08:26:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3a62a247-5cb9-41dd-ab46-3696c18afdac","tenant_id":"3483efbb00d74a469e99c54fadfe154d","created_at":"2018-08-12T08:26:46Z","dns_nameservers":[],"updated_at":"2018-08-12T08:26:46Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"3483efbb00d74a469e99c54fadfe154d","id":"c9c6a9f0-3daf-449a-8db8-04685173b83d","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-0ea7d12f-1b1e-4d2f-abe2-ca0f3859bd7a-pub-subnet"}]} 2018-08-12 08:26:49,637 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=3a62a247-5cb9-41dd-ab46-3696c18afdac used request id req-425a26cd-f547-4ae0-94d6-21edfd9a92e6 2018-08-12 08:26:49,642 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-0ea7d12f-1b1e-4d2f-abe2-ca0f3859bd7a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c8d8f955813bfef7e355a0f89d8e66fab2ce03e" 2018-08-12 08:26:49,941 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-6566d7c8-ec30-4d1c-9913-019460b249cc Date: Sun, 12 Aug 2018 08:26: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":["c9c6a9f0-3daf-449a-8db8-04685173b83d"],"updated_at":"2018-08-12T08:26:46Z","tenant_id":"3483efbb00d74a469e99c54fadfe154d","created_at":"2018-08-12T08:26:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"3483efbb00d74a469e99c54fadfe154d","id":"3a62a247-5cb9-41dd-ab46-3696c18afdac","name":"CreateInstancePortManipulationTests-0ea7d12f-1b1e-4d2f-abe2-ca0f3859bd7a-pub-net"}]} 2018-08-12 08:26:49,941 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-0ea7d12f-1b1e-4d2f-abe2-ca0f3859bd7a-pub-net used request id req-6566d7c8-ec30-4d1c-9913-019460b249cc 2018-08-12 08:26:49,945 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:26:49,950 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:26:49 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:26:49,951 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3483efbb00d74a469e99c54fadfe154d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c8d8f955813bfef7e355a0f89d8e66fab2ce03e" 2018-08-12 08:26:50,043 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:26:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bc994195-3593-4e95-b8e2-4c0855d6d55e Content-Encoding: gzip Content-Length: 236 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/3483efbb00d74a469e99c54fadfe154d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "3483efbb00d74a469e99c54fadfe154d", "name": "CreateInstancePortManipulationTests-b5c23869-4182-495-proj"}} 2018-08-12 08:26:50,043 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3483efbb00d74a469e99c54fadfe154d used request id req-bc994195-3593-4e95-b8e2-4c0855d6d55e 2018-08-12 08:26:50,047 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=3a62a247-5cb9-41dd-ab46-3696c18afdac -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c8d8f955813bfef7e355a0f89d8e66fab2ce03e" 2018-08-12 08:26:50,262 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-70f48dc2-524a-476a-8201-cdec1ebe4018 Date: Sun, 12 Aug 2018 08:26:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3a62a247-5cb9-41dd-ab46-3696c18afdac","tenant_id":"3483efbb00d74a469e99c54fadfe154d","created_at":"2018-08-12T08:26:46Z","dns_nameservers":[],"updated_at":"2018-08-12T08:26:46Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"3483efbb00d74a469e99c54fadfe154d","id":"c9c6a9f0-3daf-449a-8db8-04685173b83d","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-0ea7d12f-1b1e-4d2f-abe2-ca0f3859bd7a-pub-subnet"}]} 2018-08-12 08:26:50,262 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=3a62a247-5cb9-41dd-ab46-3696c18afdac used request id req-70f48dc2-524a-476a-8201-cdec1ebe4018 2018-08-12 08:26:50,267 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=3a62a247-5cb9-41dd-ab46-3696c18afdac&mac_address=foo&name=CreateInstancePortManipulationTests-0ea7d12f-1b1e-4d2f-abe2-ca0f3859bd7aport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c8d8f955813bfef7e355a0f89d8e66fab2ce03e" 2018-08-12 08:26:50,465 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-b82fbbff-fd0b-45dc-b36d-f913641484c6 Date: Sun, 12 Aug 2018 08:26:50 GMT RESP BODY: {"ports":[]} 2018-08-12 08:26:50,465 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=3a62a247-5cb9-41dd-ab46-3696c18afdac&mac_address=foo&name=CreateInstancePortManipulationTests-0ea7d12f-1b1e-4d2f-abe2-ca0f3859bd7aport-1&admin_state_up=True used request id req-b82fbbff-fd0b-45dc-b36d-f913641484c6 2018-08-12 08:26:50,468 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-0ea7d12f-1b1e-4d2f-abe2-ca0f3859bd7a-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c8d8f955813bfef7e355a0f89d8e66fab2ce03e" 2018-08-12 08:26:50,785 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:26: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-04bd6868-9a6c-440c-aa40-e76c75b7ee96 x-compute-request-id: req-04bd6868-9a6c-440c-aa40-e76c75b7ee96 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-12 08:26:50,785 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-0ea7d12f-1b1e-4d2f-abe2-ca0f3859bd7a-inst used request id req-04bd6868-9a6c-440c-aa40-e76c75b7ee96 2018-08-12 08:26:50,790 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-0ea7d12f-1b1e-4d2f-abe2-ca0f3859bd7a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c8d8f955813bfef7e355a0f89d8e66fab2ce03e" 2018-08-12 08:26:51,063 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-9a1d4e81-02d9-4bf1-9ef6-40c11a312572 Date: Sun, 12 Aug 2018 08:26:51 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":["c9c6a9f0-3daf-449a-8db8-04685173b83d"],"updated_at":"2018-08-12T08:26:46Z","tenant_id":"3483efbb00d74a469e99c54fadfe154d","created_at":"2018-08-12T08:26:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"3483efbb00d74a469e99c54fadfe154d","id":"3a62a247-5cb9-41dd-ab46-3696c18afdac","name":"CreateInstancePortManipulationTests-0ea7d12f-1b1e-4d2f-abe2-ca0f3859bd7a-pub-net"}]} 2018-08-12 08:26:51,063 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-0ea7d12f-1b1e-4d2f-abe2-ca0f3859bd7a-pub-net used request id req-9a1d4e81-02d9-4bf1-9ef6-40c11a312572 2018-08-12 08:26:51,068 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=3a62a247-5cb9-41dd-ab46-3696c18afdac -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c8d8f955813bfef7e355a0f89d8e66fab2ce03e" 2018-08-12 08:26:51,298 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-0c61f709-18ff-46eb-a739-4fd77d3813fc Date: Sun, 12 Aug 2018 08:26:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3a62a247-5cb9-41dd-ab46-3696c18afdac","tenant_id":"3483efbb00d74a469e99c54fadfe154d","created_at":"2018-08-12T08:26:46Z","dns_nameservers":[],"updated_at":"2018-08-12T08:26:46Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"3483efbb00d74a469e99c54fadfe154d","id":"c9c6a9f0-3daf-449a-8db8-04685173b83d","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-0ea7d12f-1b1e-4d2f-abe2-ca0f3859bd7a-pub-subnet"}]} 2018-08-12 08:26:51,298 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=3a62a247-5cb9-41dd-ab46-3696c18afdac used request id req-0c61f709-18ff-46eb-a739-4fd77d3813fc 2018-08-12 08:26:51,303 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-0ea7d12f-1b1e-4d2f-abe2-ca0f3859bd7a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c8d8f955813bfef7e355a0f89d8e66fab2ce03e" 2018-08-12 08:26:51,574 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-62741230-7962-4478-80bf-1cdb5681ee06 Date: Sun, 12 Aug 2018 08:26:51 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":["c9c6a9f0-3daf-449a-8db8-04685173b83d"],"updated_at":"2018-08-12T08:26:46Z","tenant_id":"3483efbb00d74a469e99c54fadfe154d","created_at":"2018-08-12T08:26:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"3483efbb00d74a469e99c54fadfe154d","id":"3a62a247-5cb9-41dd-ab46-3696c18afdac","name":"CreateInstancePortManipulationTests-0ea7d12f-1b1e-4d2f-abe2-ca0f3859bd7a-pub-net"}]} 2018-08-12 08:26:51,574 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-0ea7d12f-1b1e-4d2f-abe2-ca0f3859bd7a-pub-net used request id req-62741230-7962-4478-80bf-1cdb5681ee06 2018-08-12 08:26:51,579 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3483efbb00d74a469e99c54fadfe154d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c8d8f955813bfef7e355a0f89d8e66fab2ce03e" 2018-08-12 08:26:51,673 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:26:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd9522fd-8ef2-42b3-80f5-0c9a8f252e57 Content-Encoding: gzip Content-Length: 236 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/3483efbb00d74a469e99c54fadfe154d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "3483efbb00d74a469e99c54fadfe154d", "name": "CreateInstancePortManipulationTests-b5c23869-4182-495-proj"}} 2018-08-12 08:26:51,673 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3483efbb00d74a469e99c54fadfe154d used request id req-dd9522fd-8ef2-42b3-80f5-0c9a8f252e57 2018-08-12 08:26:51,678 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=3a62a247-5cb9-41dd-ab46-3696c18afdac -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c8d8f955813bfef7e355a0f89d8e66fab2ce03e" 2018-08-12 08:26:51,819 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-145d562d-3b7f-43a2-82fc-d57ac16bbdd5 Date: Sun, 12 Aug 2018 08:26:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3a62a247-5cb9-41dd-ab46-3696c18afdac","tenant_id":"3483efbb00d74a469e99c54fadfe154d","created_at":"2018-08-12T08:26:46Z","dns_nameservers":[],"updated_at":"2018-08-12T08:26:46Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"3483efbb00d74a469e99c54fadfe154d","id":"c9c6a9f0-3daf-449a-8db8-04685173b83d","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-0ea7d12f-1b1e-4d2f-abe2-ca0f3859bd7a-pub-subnet"}]} 2018-08-12 08:26:51,819 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=3a62a247-5cb9-41dd-ab46-3696c18afdac used request id req-145d562d-3b7f-43a2-82fc-d57ac16bbdd5 2018-08-12 08:26:51,825 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=3a62a247-5cb9-41dd-ab46-3696c18afdac&mac_address=foo&name=CreateInstancePortManipulationTests-0ea7d12f-1b1e-4d2f-abe2-ca0f3859bd7aport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c8d8f955813bfef7e355a0f89d8e66fab2ce03e" 2018-08-12 08:26:52,028 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-a3ee79dc-53f2-453b-9e2f-64136e6382ee Date: Sun, 12 Aug 2018 08:26:52 GMT RESP BODY: {"ports":[]} 2018-08-12 08:26:52,028 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=3a62a247-5cb9-41dd-ab46-3696c18afdac&mac_address=foo&name=CreateInstancePortManipulationTests-0ea7d12f-1b1e-4d2f-abe2-ca0f3859bd7aport-1&admin_state_up=True used request id req-a3ee79dc-53f2-453b-9e2f-64136e6382ee 2018-08-12 08:26:52,028 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:26:52,029 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:26:52,424 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "39eb2ac5aeaf4628aa4256b0a9c59b5a", "name": "CreateInstancePortManipulationTests-b5c23869-4182-495-proj-role"}], "expires_at": "2018-08-12T09:26:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3483efbb00d74a469e99c54fadfe154d", "name": "CreateInstancePortManipulationTests-b5c23869-4182-495-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/3483efbb00d74a469e99c54fadfe154d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/3483efbb00d74a469e99c54fadfe154d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/3483efbb00d74a469e99c54fadfe154d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_3483efbb00d74a469e99c54fadfe154d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_3483efbb00d74a469e99c54fadfe154d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/3483efbb00d74a469e99c54fadfe154d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/3483efbb00d74a469e99c54fadfe154d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/3483efbb00d74a469e99c54fadfe154d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/3483efbb00d74a469e99c54fadfe154d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/3483efbb00d74a469e99c54fadfe154d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/3483efbb00d74a469e99c54fadfe154d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/3483efbb00d74a469e99c54fadfe154d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/3483efbb00d74a469e99c54fadfe154d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/3483efbb00d74a469e99c54fadfe154d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-b5c23869-4182-495-user", "id": "67914ae6e5b44d918dd1b96eaf73dd24"}, "audit_ids": ["AVKaRdIuQvimy3XqD3IAHg"], "issued_at": "2018-08-12T08:26:52.000000Z"}} 2018-08-12 08:26:52,425 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}fd4b793c1fd9cf9f4d5c58c12ea64e686e78e19a" 2018-08-12 08:26:52,511 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:26:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-76702944-e786-4e2a-985e-3ff70bafb7f6 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:26:52,511 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-76702944-e786-4e2a-985e-3ff70bafb7f6 2018-08-12 08:26:52,517 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-0ea7d12f-1b1e-4d2f-abe2-ca0f3859bd7a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c8d8f955813bfef7e355a0f89d8e66fab2ce03e" 2018-08-12 08:26:52,968 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-a498482e-2a39-479b-afe1-a5360edc4cee Date: Sun, 12 Aug 2018 08:26: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":["c9c6a9f0-3daf-449a-8db8-04685173b83d"],"updated_at":"2018-08-12T08:26:46Z","tenant_id":"3483efbb00d74a469e99c54fadfe154d","created_at":"2018-08-12T08:26:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"3483efbb00d74a469e99c54fadfe154d","id":"3a62a247-5cb9-41dd-ab46-3696c18afdac","name":"CreateInstancePortManipulationTests-0ea7d12f-1b1e-4d2f-abe2-ca0f3859bd7a-pub-net"}]} 2018-08-12 08:26:52,969 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-0ea7d12f-1b1e-4d2f-abe2-ca0f3859bd7a-pub-net used request id req-a498482e-2a39-479b-afe1-a5360edc4cee 2018-08-12 08:26:52,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=3a62a247-5cb9-41dd-ab46-3696c18afdac -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c8d8f955813bfef7e355a0f89d8e66fab2ce03e" 2018-08-12 08:26:53,198 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-5ae925a2-76e0-4535-aeb6-10fe9575f8ee Date: Sun, 12 Aug 2018 08:26:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3a62a247-5cb9-41dd-ab46-3696c18afdac","tenant_id":"3483efbb00d74a469e99c54fadfe154d","created_at":"2018-08-12T08:26:46Z","dns_nameservers":[],"updated_at":"2018-08-12T08:26:46Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"3483efbb00d74a469e99c54fadfe154d","id":"c9c6a9f0-3daf-449a-8db8-04685173b83d","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-0ea7d12f-1b1e-4d2f-abe2-ca0f3859bd7a-pub-subnet"}]} 2018-08-12 08:26:53,198 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=3a62a247-5cb9-41dd-ab46-3696c18afdac used request id req-5ae925a2-76e0-4535-aeb6-10fe9575f8ee 2018-08-12 08:26:53,204 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-0ea7d12f-1b1e-4d2f-abe2-ca0f3859bd7a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c8d8f955813bfef7e355a0f89d8e66fab2ce03e" 2018-08-12 08:26:53,314 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-e18263ed-5a64-4138-bd69-9f515f9b7761 Date: Sun, 12 Aug 2018 08:26:53 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["c9c6a9f0-3daf-449a-8db8-04685173b83d"],"updated_at":"2018-08-12T08:26:46Z","tenant_id":"3483efbb00d74a469e99c54fadfe154d","created_at":"2018-08-12T08:26:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"3483efbb00d74a469e99c54fadfe154d","id":"3a62a247-5cb9-41dd-ab46-3696c18afdac","name":"CreateInstancePortManipulationTests-0ea7d12f-1b1e-4d2f-abe2-ca0f3859bd7a-pub-net"}]} 2018-08-12 08:26:53,314 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-0ea7d12f-1b1e-4d2f-abe2-ca0f3859bd7a-pub-net used request id req-e18263ed-5a64-4138-bd69-9f515f9b7761 2018-08-12 08:26:53,318 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:26:53,323 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:26:53 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:26:53,324 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3483efbb00d74a469e99c54fadfe154d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd4b793c1fd9cf9f4d5c58c12ea64e686e78e19a" 2018-08-12 08:26:53,420 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:26:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-96dd6531-37f6-4710-a36a-cf4b0ceb7c2a Content-Encoding: gzip Content-Length: 236 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/3483efbb00d74a469e99c54fadfe154d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "3483efbb00d74a469e99c54fadfe154d", "name": "CreateInstancePortManipulationTests-b5c23869-4182-495-proj"}} 2018-08-12 08:26:53,420 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3483efbb00d74a469e99c54fadfe154d used request id req-96dd6531-37f6-4710-a36a-cf4b0ceb7c2a 2018-08-12 08:26:53,425 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=3a62a247-5cb9-41dd-ab46-3696c18afdac -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c8d8f955813bfef7e355a0f89d8e66fab2ce03e" 2018-08-12 08:26:53,473 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-ff2babbd-59a3-4483-80e5-c85175bc7ed4 Date: Sun, 12 Aug 2018 08:26:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3a62a247-5cb9-41dd-ab46-3696c18afdac","tenant_id":"3483efbb00d74a469e99c54fadfe154d","created_at":"2018-08-12T08:26:46Z","dns_nameservers":[],"updated_at":"2018-08-12T08:26:46Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"3483efbb00d74a469e99c54fadfe154d","id":"c9c6a9f0-3daf-449a-8db8-04685173b83d","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-0ea7d12f-1b1e-4d2f-abe2-ca0f3859bd7a-pub-subnet"}]} 2018-08-12 08:26:53,474 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=3a62a247-5cb9-41dd-ab46-3696c18afdac used request id req-ff2babbd-59a3-4483-80e5-c85175bc7ed4 2018-08-12 08:26:53,474 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-0ea7d12f-1b1e-4d2f-abe2-ca0f3859bd7a-pub-net 2018-08-12 08:26:53,479 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c8d8f955813bfef7e355a0f89d8e66fab2ce03e" -d '{"port": {"network_id": "3a62a247-5cb9-41dd-ab46-3696c18afdac", "mac_address": "foo", "name": "CreateInstancePortManipulationTests-0ea7d12f-1b1e-4d2f-abe2-ca0f3859bd7aport-1", "admin_state_up": true}}' 2018-08-12 08:26:53,491 - keystoneauth.session - DEBUG - RESP: [400] Content-Length: 145 Content-Type: application/json X-Openstack-Request-Id: req-3053bc63-f0eb-42e4-98da-e837bb325514 Date: Sun, 12 Aug 2018 08:26:53 GMT RESP BODY: {"NeutronError": {"message": "Invalid input for mac_address. Reason: 'foo' is not a valid MAC address.", "type": "HTTPBadRequest", "detail": ""}} 2018-08-12 08:26:53,491 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/ports used request id req-3053bc63-f0eb-42e4-98da-e837bb325514 2018-08-12 08:26:53,491 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Invalid input for mac_address. Reason: 'foo' is not a valid MAC address.", "type": "HTTPBadRequest", "detail": ""}} 2018-08-12 08:26:53,494 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/flavors/8c8f25b4-3f21-45fa-8ff0-5fcbea1ae352 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e72b557d33081cc1042c6d72ef34ec1cea7e400" 2018-08-12 08:26:53,535 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 08:26: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-c94f12be-7b8a-4b93-8c07-9540c89289fc x-compute-request-id: req-c94f12be-7b8a-4b93-8c07-9540c89289fc Content-Length: 0 Content-Type: application/json 2018-08-12 08:26:53,535 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/8c8f25b4-3f21-45fa-8ff0-5fcbea1ae352 used request id req-c94f12be-7b8a-4b93-8c07-9540c89289fc 2018-08-12 08:26:53,536 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-0ea7d12f-1b1e-4d2f-abe2-ca0f3859bd7a-pub-subnet 2018-08-12 08:26:53,536 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-0ea7d12f-1b1e-4d2f-abe2-ca0f3859bd7a-pub-subnet 2018-08-12 08:26:53,540 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/c9c6a9f0-3daf-449a-8db8-04685173b83d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a83eb1bcdd7669ac9616bbfb771db96c5e32fff9" 2018-08-12 08:26:55,755 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f9b1422c-25ad-4289-a95a-424e4e05c498 Date: Sun, 12 Aug 2018 08:26:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:26:55,755 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/c9c6a9f0-3daf-449a-8db8-04685173b83d used request id req-f9b1422c-25ad-4289-a95a-424e4e05c498 2018-08-12 08:26:55,756 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-0ea7d12f-1b1e-4d2f-abe2-ca0f3859bd7a-pub-net 2018-08-12 08:26:55,761 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/3a62a247-5cb9-41dd-ab46-3696c18afdac -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a83eb1bcdd7669ac9616bbfb771db96c5e32fff9" 2018-08-12 08:26:57,318 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-8c33e3dd-9fba-4d12-b093-209ac151f572 Date: Sun, 12 Aug 2018 08:26:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:26:57,318 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/3a62a247-5cb9-41dd-ab46-3696c18afdac used request id req-8c33e3dd-9fba-4d12-b093-209ac151f572 2018-08-12 08:26:57,319 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-0ea7d12f-1b1e-4d2f-abe2-ca0f3859bd7a-image 2018-08-12 08:26:57,322 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/5fb37330-e8b2-4f6b-a40d-7ee1b70d2be3 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}092e854848a5013310201af72aee4c7c3ce5d7af" 2018-08-12 08:26:58,338 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-be3c56f0-dced-4ef8-930c-b575e642e2e2 Date: Sun, 12 Aug 2018 08:26: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 08:26:58,338 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/5fb37330-e8b2-4f6b-a40d-7ee1b70d2be3 used request id req-be3c56f0-dced-4ef8-930c-b575e642e2e2 2018-08-12 08:26:58,339 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:26:58,339 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:26:58,339 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:26:58,340 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:26:58,340 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:26:58,346 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d213301048d357a3051353ac3c21a127387800da" 2018-08-12 08:26:58,611 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 45548 X-Openstack-Request-Id: req-1f35f9b6-73d7-4c6a-bacd-26222fd12f47 Date: Sun, 12 Aug 2018 08:26:58 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "created_at": "2018-08-12T06:59:44Z", "updated_at": "2018-08-12T06:59:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "1d7fd960-7865-4453-aecc-8d399b4fad21", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "66820d8a-b785-4b18-bd67-500221c8e4f9", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "74fc7638-a322-4841-8c47-06d36174a200", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "8eaa09ec-8419-4582-9312-1e527afe6e4b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}], "revision_number": 4, "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "created_at": "2018-08-12T05:12:34Z", "updated_at": "2018-08-12T05:12:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "709513d2-af7d-4d0b-bd3c-604fed75a711", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "aa346066-e46f-44f2-94be-2884aa998a19", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "c15f7b93-e56c-4afa-867d-2acb286d4b7b", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "cb0ef83f-5f70-4a80-ad35-431ca9df551e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}], "revision_number": 4, "project_id": "fa5a7fe6ee54472ba01638877aade8e3", "id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ea65becf30e54b27aa96a449698a435e", "created_at": "2018-08-12T05:10:35Z", "updated_at": "2018-08-12T05:10:35Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "30ad280c-f302-4cd4-a438-5139917b56f9", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "76115c4c-887d-4f0a-83e2-486e4b39c713", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "8ab14937-4c08-4d43-8a9a-662e622cc643", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "ee757a03-5662-4273-9c3e-6212e7afb48f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}], "revision_number": 4, "project_id": "ea65becf30e54b27aa96a449698a435e", "id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "created_at": "2018-08-12T06:20:09Z", "updated_at": "2018-08-12T06:20:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "1123b8f2-75ac-4a26-b9b2-a96da97408e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "2ddd2b93-e080-48cd-9a50-f5fe8a82ad0c", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "cd1bae62-0aea-4438-b4c3-50a69ae6f855", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "e398e01e-ceea-46d1-9534-b929808c4a5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}], "revision_number": 4, "project_id": "ff7abd7bb61f4f2889831e932d65dc2e", "id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "created_at": "2018-08-12T05:34:57Z", "updated_at": "2018-08-12T05:34:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "208a1c1e-f5f8-49c7-9a25-d07e68b1541f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "27bfd867-e607-4bf8-9de8-60682d3f771d", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "49360e1f-6fd3-4f35-b339-24cea95773ee", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "60f631a9-d305-4920-9631-d0543e2ac64f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}], "revision_number": 4, "project_id": "3a85ceae958d4d9fba68847e7df67db8", "id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "created_at": "2018-08-12T05:34:40Z", "updated_at": "2018-08-12T05:34:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "2192c259-363e-4768-ae73-e75837ad63b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "3f87ddc5-f84d-41dc-8215-847724782569", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "7d89f6da-ea78-49dd-9115-f9ad23b250bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "9ec4497d-0f65-44db-9be9-7b3042e4a584", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}], "revision_number": 4, "project_id": "85517fcf1c6247e699fdcdd42ecc8c79", "id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "created_at": "2018-08-12T05:16:02Z", "updated_at": "2018-08-12T05:16:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "1ecacd8c-c1c7-4a66-9871-406a69323b43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "3cc1750c-e0e7-4902-b6f3-494a161b832e", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "d719a7a4-8c99-44ed-8c12-6bf071890203", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "fe7421b5-d577-41da-8c78-62f3c07eda92", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}], "revision_number": 4, "project_id": "a267b9a156244bb192691cff6e5f74fe", "id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "315a428116f24d9fbb826b37080a918e", "created_at": "2018-08-12T05:11:31Z", "updated_at": "2018-08-12T05:11:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "5e52886a-1dc3-4a81-a55d-f388dc4fd1a1", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "678e32e4-d64c-448a-a4ab-e253ab94ae90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "a8da1539-e3ad-4f90-b2df-3dc1f09d228a", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "b73d5cc9-0205-4658-bb1f-61a042c0ab8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}], "revision_number": 4, "project_id": "315a428116f24d9fbb826b37080a918e", "id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-12T05:08:01Z", "updated_at": "2018-08-12T05:08:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:01Z", "revision_number": 0, "id": "0fb05d03-1117-45d0-930c-b6d4c96ef102", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "4faaab33-5788-4bbd-85b8-0fb44d41413a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "96d0c5a0-5c67-421b-8fc8-2b46d77e5db3", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "dd78519b-4bc5-4e8e-ad0f-58089dd69347", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "11a46741b7954b959fd7764109c047b6", "created_at": "2018-08-12T05:34:51Z", "updated_at": "2018-08-12T05:34:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "0b67bf3c-2289-43bb-ab6c-7d25ec32a279", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "51f3f833-337a-42bd-a8d5-742ea8d6c226", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "571fd0b5-ef90-408d-af33-aafb517b8993", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "944ba823-fb9c-496e-a66e-bb426bb14a8d", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}], "revision_number": 4, "project_id": "11a46741b7954b959fd7764109c047b6", "id": "90af9782-8112-4257-801d-ee5115d226ba", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3483efbb00d74a469e99c54fadfe154d", "created_at": "2018-08-12T08:26:45Z", "updated_at": "2018-08-12T08:26:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:26:45Z", "revision_number": 0, "id": "03c5aa06-7729-4761-a041-a4dce7c2d193", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:26:45Z", "security_group_id": "9e24b8f8-6f2c-4963-ba07-5d365c06adc0", "tenant_id": "3483efbb00d74a469e99c54fadfe154d", "port_range_min": null, "ethertype": "IPv4", "project_id": "3483efbb00d74a469e99c54fadfe154d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:26:45Z", "revision_number": 0, "id": "cedf8cde-c314-4f99-903d-2146d6f941d5", "remote_group_id": "9e24b8f8-6f2c-4963-ba07-5d365c06adc0", "remote_ip_prefix": null, "created_at": "2018-08-12T08:26:45Z", "security_group_id": "9e24b8f8-6f2c-4963-ba07-5d365c06adc0", "tenant_id": "3483efbb00d74a469e99c54fadfe154d", "port_range_min": null, "ethertype": "IPv4", "project_id": "3483efbb00d74a469e99c54fadfe154d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:26:45Z", "revision_number": 0, "id": "ea2cee86-2587-422e-a1d0-865c725981b4", "remote_group_id": "9e24b8f8-6f2c-4963-ba07-5d365c06adc0", "remote_ip_prefix": null, "created_at": "2018-08-12T08:26:45Z", "security_group_id": "9e24b8f8-6f2c-4963-ba07-5d365c06adc0", "tenant_id": "3483efbb00d74a469e99c54fadfe154d", "port_range_min": null, "ethertype": "IPv6", "project_id": "3483efbb00d74a469e99c54fadfe154d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:26:45Z", "revision_number": 0, "id": "f29c64cb-798c-4f63-b6b0-9e8868cfc9db", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:26:45Z", "security_group_id": "9e24b8f8-6f2c-4963-ba07-5d365c06adc0", "tenant_id": "3483efbb00d74a469e99c54fadfe154d", "port_range_min": null, "ethertype": "IPv6", "project_id": "3483efbb00d74a469e99c54fadfe154d"}], "revision_number": 4, "project_id": "3483efbb00d74a469e99c54fadfe154d", "id": "9e24b8f8-6f2c-4963-ba07-5d365c06adc0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "created_at": "2018-08-12T05:34:26Z", "updated_at": "2018-08-12T05:34:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "2ee1f63a-807c-4d6a-85ee-dd784f6b8c3f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5dec3ec2-2add-47dd-8618-90659dcf3885", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5ea0dc3e-49d0-43f0-94e9-f6443527d14c", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "fbfaca22-7e3e-4128-8973-43e439b77c28", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}], "revision_number": 4, "project_id": "3c01cd58055c44ecaef39f7e625c2258", "id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "521007c1818145639e93ceb270559219", "created_at": "2018-08-12T05:13:27Z", "updated_at": "2018-08-12T05:13:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "5e7fede5-b0f2-47d8-95c3-516cdfc7f9de", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "8fd0e36f-c6c4-4f64-ba97-40439e614448", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "db7d79de-1dfc-4138-945f-91e74cdc266b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "e87f2cff-ff3e-4b6d-aaf0-7f0eb0ab9f05", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}], "revision_number": 4, "project_id": "521007c1818145639e93ceb270559219", "id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "created_at": "2018-08-12T05:08:18Z", "updated_at": "2018-08-12T05:08:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "3c67be40-bf74-4f97-9693-d93ce73a23b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "6112d869-2fc6-4a25-a13c-3d55cd7206c0", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "bdf21c56-453e-482e-9cba-3c55abcb0339", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "c8e92c39-38cc-4f48-be9c-5f0912e6a725", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}], "revision_number": 4, "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "created_at": "2018-08-12T05:04:23Z", "updated_at": "2018-08-12T05:04:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "280546d9-8ad1-4283-abfc-15ee9b1736c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "58bce125-f2ca-4a6d-b9ca-4e6cf5c0f7a5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "69275b9a-cfb5-482c-a9c4-8ffc79adf2c7", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "6d747f3a-3764-469a-a645-f977585c5aac", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}], "revision_number": 4, "project_id": "310f5853751a4c968f3eeb0a3d99a0a8", "id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "created_at": "2018-08-12T05:34:42Z", "updated_at": "2018-08-12T05:34:42Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "199582e8-25aa-457a-aa7c-6d8413ca4464", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "234f3609-4454-448f-919d-c8143c7cd764", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "c1061460-71a2-49a9-a04b-9fa33eeb17ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "d21ac532-51d8-4d6b-8300-7bac216759bf", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}], "revision_number": 4, "project_id": "9f6c1a272706419c9a74b0893b2890e8", "id": "d6739716-c693-460c-89c6-e7c8c48f8245", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "created_at": "2018-08-12T05:34:54Z", "updated_at": "2018-08-12T05:34:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "0633a05a-ee7d-4476-a56b-75d011b22f77", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "6cc1b9f8-73db-47a3-a0e0-3c96c43f34da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "90d99a6b-e94f-4fd8-a10c-f19dd8954c13", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "e843c139-af2a-4d2c-a24f-59f7b10ff72e", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}], "revision_number": 4, "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "created_at": "2018-08-12T05:09:07Z", "updated_at": "2018-08-12T05:09:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "5495e168-f505-4d74-ae6d-387f0bf533c2", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "6fd19b8b-3062-456e-81ba-3ff37fe43429", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8ca59d25-485c-46ce-939c-2e4a468caeac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8f190846-50a0-42b9-b571-390809b752b1", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}], "revision_number": 4, "project_id": "fa9ca6d7608b4d7d87ce97331679a481", "id": "edcd9b17-9416-4c25-823c-060c435e18d7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "created_at": "2018-08-12T05:34:52Z", "updated_at": "2018-08-12T05:34:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "2c7e484e-6ec5-4a95-8c9c-66d294c0c27e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "70c74258-3c2c-4efc-87e0-079c26ee3417", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "b70382fa-082e-4c2b-abc8-87490fa50b11", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "c3628e02-b4b6-42c9-8751-c1a2d3c19caa", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}], "revision_number": 4, "project_id": "87db863ba6e348b0a5ddcb67053db9d1", "id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "name": "default"}]} 2018-08-12 08:26:58,612 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-1f35f9b6-73d7-4c6a-bacd-26222fd12f47 2018-08-12 08:26:58,620 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d213301048d357a3051353ac3c21a127387800da" 2018-08-12 08:26:58,710 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:26:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f46cbdc4-d41a-4f8a-b416-fdb4423460bb Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 5fe28c13d4d74ba2be8d019ac1ea6363.", "code": 404, "title": "Not Found"}} 2018-08-12 08:26:58,710 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 used request id req-f46cbdc4-d41a-4f8a-b416-fdb4423460bb 2018-08-12 08:26:58,711 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:26:58,714 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d213301048d357a3051353ac3c21a127387800da" 2018-08-12 08:26:58,808 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:26:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e1dd4b23-155a-4c08-b6e0-81769d5b2402 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa5a7fe6ee54472ba01638877aade8e3.", "code": 404, "title": "Not Found"}} 2018-08-12 08:26:58,808 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 used request id req-e1dd4b23-155a-4c08-b6e0-81769d5b2402 2018-08-12 08:26:58,808 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:26:58,812 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d213301048d357a3051353ac3c21a127387800da" 2018-08-12 08:26:58,903 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:26:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-00fb7a89-5499-4636-8f1c-879f6d21d80b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ea65becf30e54b27aa96a449698a435e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:26:58,903 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e used request id req-00fb7a89-5499-4636-8f1c-879f6d21d80b 2018-08-12 08:26:58,903 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:26:58,906 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d213301048d357a3051353ac3c21a127387800da" 2018-08-12 08:26:58,994 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:26:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d2e2f4ab-87be-46b4-9c14-2b465ae38163 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ff7abd7bb61f4f2889831e932d65dc2e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:26:58,994 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e used request id req-d2e2f4ab-87be-46b4-9c14-2b465ae38163 2018-08-12 08:26:58,994 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:26:58,998 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d213301048d357a3051353ac3c21a127387800da" 2018-08-12 08:26:59,090 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:26:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a2af08cd-36c3-41bc-9ac1-3fcfe119e3b9 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3a85ceae958d4d9fba68847e7df67db8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:26:59,090 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 used request id req-a2af08cd-36c3-41bc-9ac1-3fcfe119e3b9 2018-08-12 08:26:59,090 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:26:59,094 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d213301048d357a3051353ac3c21a127387800da" 2018-08-12 08:26:59,190 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:26:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-eaada6fe-293f-47b2-beca-848af9307259 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 85517fcf1c6247e699fdcdd42ecc8c79.", "code": 404, "title": "Not Found"}} 2018-08-12 08:26:59,190 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 used request id req-eaada6fe-293f-47b2-beca-848af9307259 2018-08-12 08:26:59,190 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:26:59,194 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d213301048d357a3051353ac3c21a127387800da" 2018-08-12 08:26:59,283 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:26:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-87c17b5d-9d5a-4f72-b9ac-e7b939bd3ca5 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}} 2018-08-12 08:26:59,283 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe used request id req-87c17b5d-9d5a-4f72-b9ac-e7b939bd3ca5 2018-08-12 08:26:59,287 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d213301048d357a3051353ac3c21a127387800da" 2018-08-12 08:26:59,378 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:26:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-180dbca7-6717-41f1-b9d1-7e52a8fde3fd Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 315a428116f24d9fbb826b37080a918e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:26:59,379 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e used request id req-180dbca7-6717-41f1-b9d1-7e52a8fde3fd 2018-08-12 08:26:59,379 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:26:59,382 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d213301048d357a3051353ac3c21a127387800da" 2018-08-12 08:26:59,478 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:26:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b25e5d6e-e75c-412a-ae80-91575473aedd Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 11a46741b7954b959fd7764109c047b6.", "code": 404, "title": "Not Found"}} 2018-08-12 08:26:59,478 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 used request id req-b25e5d6e-e75c-412a-ae80-91575473aedd 2018-08-12 08:26:59,478 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:26:59,482 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3483efbb00d74a469e99c54fadfe154d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d213301048d357a3051353ac3c21a127387800da" 2018-08-12 08:26:59,570 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:26:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-016b45f9-a416-4558-a21b-943a1aeaf577 Content-Encoding: gzip Content-Length: 236 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/3483efbb00d74a469e99c54fadfe154d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "3483efbb00d74a469e99c54fadfe154d", "name": "CreateInstancePortManipulationTests-b5c23869-4182-495-proj"}} 2018-08-12 08:26:59,570 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3483efbb00d74a469e99c54fadfe154d used request id req-016b45f9-a416-4558-a21b-943a1aeaf577 2018-08-12 08:26:59,571 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9e24b8f8-6f2c-4963-ba07-5d365c06adc0 2018-08-12 08:26:59,575 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=9e24b8f8-6f2c-4963-ba07-5d365c06adc0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d213301048d357a3051353ac3c21a127387800da" 2018-08-12 08:26:59,767 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-433c2a4c-78a8-41ff-976e-22714998828f Date: Sun, 12 Aug 2018 08:26:59 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:26:45Z", "security_group_id": "9e24b8f8-6f2c-4963-ba07-5d365c06adc0", "port_range_min": null, "revision_number": 0, "tenant_id": "3483efbb00d74a469e99c54fadfe154d", "created_at": "2018-08-12T08:26:45Z", "project_id": "3483efbb00d74a469e99c54fadfe154d", "id": "03c5aa06-7729-4761-a041-a4dce7c2d193"}, {"remote_group_id": "9e24b8f8-6f2c-4963-ba07-5d365c06adc0", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:26:45Z", "security_group_id": "9e24b8f8-6f2c-4963-ba07-5d365c06adc0", "port_range_min": null, "revision_number": 0, "tenant_id": "3483efbb00d74a469e99c54fadfe154d", "created_at": "2018-08-12T08:26:45Z", "project_id": "3483efbb00d74a469e99c54fadfe154d", "id": "cedf8cde-c314-4f99-903d-2146d6f941d5"}, {"remote_group_id": "9e24b8f8-6f2c-4963-ba07-5d365c06adc0", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:26:45Z", "security_group_id": "9e24b8f8-6f2c-4963-ba07-5d365c06adc0", "port_range_min": null, "revision_number": 0, "tenant_id": "3483efbb00d74a469e99c54fadfe154d", "created_at": "2018-08-12T08:26:45Z", "project_id": "3483efbb00d74a469e99c54fadfe154d", "id": "ea2cee86-2587-422e-a1d0-865c725981b4"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:26:45Z", "security_group_id": "9e24b8f8-6f2c-4963-ba07-5d365c06adc0", "port_range_min": null, "revision_number": 0, "tenant_id": "3483efbb00d74a469e99c54fadfe154d", "created_at": "2018-08-12T08:26:45Z", "project_id": "3483efbb00d74a469e99c54fadfe154d", "id": "f29c64cb-798c-4f63-b6b0-9e8868cfc9db"}]} 2018-08-12 08:26:59,768 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=9e24b8f8-6f2c-4963-ba07-5d365c06adc0 used request id req-433c2a4c-78a8-41ff-976e-22714998828f 2018-08-12 08:26:59,769 - neutron_utils - INFO - Deleting security group with name - default 2018-08-12 08:26:59,774 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/9e24b8f8-6f2c-4963-ba07-5d365c06adc0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d213301048d357a3051353ac3c21a127387800da" 2018-08-12 08:27:00,168 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-14c3c6e6-6547-4f6f-80e9-33c9c53d1cd4 Content-Length: 0 Date: Sun, 12 Aug 2018 08:27:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:27:00,169 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/9e24b8f8-6f2c-4963-ba07-5d365c06adc0 used request id req-14c3c6e6-6547-4f6f-80e9-33c9c53d1cd4 2018-08-12 08:27:00,169 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-b5c23869-4182-495-proj 2018-08-12 08:27:00,173 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/3483efbb00d74a469e99c54fadfe154d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d213301048d357a3051353ac3c21a127387800da" 2018-08-12 08:27:00,595 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:27:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a2d59227-6fe6-4c09-a351-4831d4e1ce99 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 08:27:00,595 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/3483efbb00d74a469e99c54fadfe154d used request id req-a2d59227-6fe6-4c09-a351-4831d4e1ce99 2018-08-12 08:27:00,595 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-b5c23869-4182-495-proj-role 2018-08-12 08:27:00,599 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/39eb2ac5aeaf4628aa4256b0a9c59b5a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d213301048d357a3051353ac3c21a127387800da" 2018-08-12 08:27:00,727 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:27:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5645e2d3-9949-41b5-b682-296ee5b2551b 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 08:27:00,727 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/39eb2ac5aeaf4628aa4256b0a9c59b5a used request id req-5645e2d3-9949-41b5-b682-296ee5b2551b 2018-08-12 08:27:00,731 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d213301048d357a3051353ac3c21a127387800da" 2018-08-12 08:27:00,819 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:27:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-39ab9790-9353-4e28-a655-19bcdd5e6fa2 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:27:00,819 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-39ab9790-9353-4e28-a655-19bcdd5e6fa2 2018-08-12 08:27:00,820 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-b5c23869-4182-495-user 2018-08-12 08:27:00,823 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/67914ae6e5b44d918dd1b96eaf73dd24 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4df3e3cd366a61576799aed2f598efa3a1f311a7" 2018-08-12 08:27:01,019 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:27:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e39a6279-6839-415a-a84a-9baaa2663475 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 08:27:01,019 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/67914ae6e5b44d918dd1b96eaf73dd24 used request id req-e39a6279-6839-415a-a84a-9baaa2663475 2018-08-12 08:27:01,020 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:27:01,419 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:27:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["-nhz9EtdTp6QjSUbM1Q5dg"], "issued_at": "2018-08-12T08:27:01.000000Z"}} 2018-08-12 08:27:01,420 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}a39529534bd75f3416ed752c418d97d946d4a8a3" 2018-08-12 08:27:01,499 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:27:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2976731b-0cfd-484e-a37f-9b325b02ce6a Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:27:01,500 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-2976731b-0cfd-484e-a37f-9b325b02ce6a 2018-08-12 08:27:01,501 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:27:01,502 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:27:01,900 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:27:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["Dz1jdkenR_2Ui83m0IMRCQ"], "issued_at": "2018-08-12T08:27:01.000000Z"}} 2018-08-12 08:27:01,900 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}e977cc41443b18dda12163e829e22622470af3a2" 2018-08-12 08:27:01,986 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:27:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e2ada8aa-8e7e-468d-b79d-275b6cef400b Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:27:01,986 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-e2ada8aa-8e7e-468d-b79d-275b6cef400b 2018-08-12 08:27:01,990 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:27:01,996 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:27:01 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:27:01,997 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-6b125e0e-0522-46a-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e977cc41443b18dda12163e829e22622470af3a2" 2018-08-12 08:27:02,088 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:27:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0215cf14-8d53-44af-8c42-8ec5cea01bba Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-6b125e0e-0522-46a-proj", "previous": null, "next": null}, "projects": []} 2018-08-12 08:27:02,088 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-6b125e0e-0522-46a-proj used request id req-0215cf14-8d53-44af-8c42-8ec5cea01bba 2018-08-12 08:27:02,092 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e977cc41443b18dda12163e829e22622470af3a2" 2018-08-12 08:27:02,187 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:27:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bfa37e6e-ea9f-4797-8755-1731c8dcb280 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:27:02,188 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-bfa37e6e-ea9f-4797-8755-1731c8dcb280 2018-08-12 08:27:02,192 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e977cc41443b18dda12163e829e22622470af3a2" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstancePortManipulationTests-6b125e0e-0522-46a-proj"}}' 2018-08-12 08:27:02,332 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:27:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6e9248fe-c772-4394-b175-034fb370e2fe Content-Length: 332 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c4a2dcdb93d94ea4853916afb260d5e3"}, "tags": [], "enabled": true, "id": "c4a2dcdb93d94ea4853916afb260d5e3", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-6b125e0e-0522-46a-proj"}} 2018-08-12 08:27:02,332 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-6e9248fe-c772-4394-b175-034fb370e2fe 2018-08-12 08:27:02,332 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-6b125e0e-0522-46a-proj 2018-08-12 08:27:02,333 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:27:02,333 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:27:02,804 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:27:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["Nn0GcIImRRupx0XN_Wyueg"], "issued_at": "2018-08-12T08:27:02.000000Z"}} 2018-08-12 08:27:02,805 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}eb071c82bd64e057a8548e028220ac9517b8b7e9" 2018-08-12 08:27:02,817 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:27:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-88c625ac-352e-4356-8893-67a24e4cbaf1 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:27:02,817 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-88c625ac-352e-4356-8893-67a24e4cbaf1 2018-08-12 08:27:02,821 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:27:02,826 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:27:02 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:27:02,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb071c82bd64e057a8548e028220ac9517b8b7e9" 2018-08-12 08:27:02,933 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:27:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b6b41dd3-15be-4505-a8ab-50f46d0bb05d Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/105a247548624314b9228f85f6325f0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105a247548624314b9228f85f6325f0b", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/1c5de0eaa44543f08da6ad63a51594ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c5de0eaa44543f08da6ad63a51594ff", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/1d127b5b832547a88a547c116dfdd65b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d127b5b832547a88a547c116dfdd65b", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/1d5cfc170d624ce4ae53ae0507c8d517"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d5cfc170d624ce4ae53ae0507c8d517", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/2421820b75eb4d3ebd02830378d1377b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2421820b75eb4d3ebd02830378d1377b", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/40bd8ee54ecf44868cc83cede652c396"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40bd8ee54ecf44868cc83cede652c396", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/4f32fb8153854c4c9f5094b42b523f80"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f32fb8153854c4c9f5094b42b523f80", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7066130d08fb4db7bf4ab468de53933b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7066130d08fb4db7bf4ab468de53933b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/8d0898a83bcf4521bbc11501d5d7ac89"}, "domain_id": "1eec97585bde483292ece28ee11f4b8d", "enabled": true, "options": {}, "id": "8d0898a83bcf4521bbc11501d5d7ac89", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/9defcced327d476f8a3beab718a13da3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9defcced327d476f8a3beab718a13da3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/b80ee4f6992446e0879624dd436e99a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b80ee4f6992446e0879624dd436e99a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b86fd3e011324d398fcdb6f095a20a9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b86fd3e011324d398fcdb6f095a20a9d", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1701d2754064b5cadf765ea0806f9b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1701d2754064b5cadf765ea0806f9b2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/db4e7b8d76d549faa502716565c733dd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db4e7b8d76d549faa502716565c733dd", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-12 08:27:02,933 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-b6b41dd3-15be-4505-a8ab-50f46d0bb05d 2018-08-12 08:27:02,937 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateInstancePortManipulationTests-6b125e0e-0522-46a-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb071c82bd64e057a8548e028220ac9517b8b7e9" 2018-08-12 08:27:03,026 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:27:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f5b20979-b09c-439c-a2ae-99cceb450b97 Content-Encoding: gzip Content-Length: 268 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateInstancePortManipulationTests-6b125e0e-0522-46a-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c4a2dcdb93d94ea4853916afb260d5e3"}, "tags": [], "enabled": true, "id": "c4a2dcdb93d94ea4853916afb260d5e3", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-6b125e0e-0522-46a-proj"}]} 2018-08-12 08:27:03,026 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateInstancePortManipulationTests-6b125e0e-0522-46a-proj used request id req-f5b20979-b09c-439c-a2ae-99cceb450b97 2018-08-12 08:27:03,030 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb071c82bd64e057a8548e028220ac9517b8b7e9" 2018-08-12 08:27:03,117 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:27:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-88571820-b306-4b96-af0e-9a306dc0b015 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:27:03,117 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-88571820-b306-4b96-af0e-9a306dc0b015 2018-08-12 08:27:03,518 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-6b125e0e-0522-46a-user 2018-08-12 08:27:03,519 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:27:03,523 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e977cc41443b18dda12163e829e22622470af3a2" 2018-08-12 08:27:03,616 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:27:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3d2efc13-4934-4c6d-b550-3f7df872bda3 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:27:03,617 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-3d2efc13-4934-4c6d-b550-3f7df872bda3 2018-08-12 08:27:03,620 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e977cc41443b18dda12163e829e22622470af3a2" -d '{"role": {"name": "CreateInstancePortManipulationTests-6b125e0e-0522-46a-proj-role"}}' 2018-08-12 08:27:03,727 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:27:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b5bc8be9-ac01-42bb-9c8f-7accbe6b15d5 Content-Length: 234 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "09e670f431f243a89cc1185e8794b7a8", "links": {"self": "http://172.30.9.21:5000/v3/roles/09e670f431f243a89cc1185e8794b7a8"}, "name": "CreateInstancePortManipulationTests-6b125e0e-0522-46a-proj-role"}} 2018-08-12 08:27:03,727 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-b5bc8be9-ac01-42bb-9c8f-7accbe6b15d5 2018-08-12 08:27:03,727 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-6b125e0e-0522-46a-proj-role 2018-08-12 08:27:03,731 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/09e670f431f243a89cc1185e8794b7a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e977cc41443b18dda12163e829e22622470af3a2" 2018-08-12 08:27:03,829 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:27:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2f2be6db-7d1a-4231-abfa-4ce89c7f00f6 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "09e670f431f243a89cc1185e8794b7a8", "links": {"self": "http://172.30.9.21:5000/v3/roles/09e670f431f243a89cc1185e8794b7a8"}, "name": "CreateInstancePortManipulationTests-6b125e0e-0522-46a-proj-role"}} 2018-08-12 08:27:03,830 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/09e670f431f243a89cc1185e8794b7a8 used request id req-2f2be6db-7d1a-4231-abfa-4ce89c7f00f6 2018-08-12 08:27:03,830 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-6b125e0e-0522-46a-proj-role to project CreateInstancePortManipulationTests-6b125e0e-0522-46a-proj 2018-08-12 08:27:03,833 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/c4a2dcdb93d94ea4853916afb260d5e3/users/50f09e9d0c664ec7b6c08c57b4b4f575/roles/09e670f431f243a89cc1185e8794b7a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e977cc41443b18dda12163e829e22622470af3a2" 2018-08-12 08:27:03,981 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:27:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-086db659-3644-4f1f-a188-610cf91641f7 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 08:27:03,981 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/c4a2dcdb93d94ea4853916afb260d5e3/users/50f09e9d0c664ec7b6c08c57b4b4f575/roles/09e670f431f243a89cc1185e8794b7a8 used request id req-086db659-3644-4f1f-a188-610cf91641f7 2018-08-12 08:27:03,982 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-08-12 08:27:03,982 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:27:03,983 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:27:04,366 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "09e670f431f243a89cc1185e8794b7a8", "name": "CreateInstancePortManipulationTests-6b125e0e-0522-46a-proj-role"}], "expires_at": "2018-08-12T09:27:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c4a2dcdb93d94ea4853916afb260d5e3", "name": "CreateInstancePortManipulationTests-6b125e0e-0522-46a-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/c4a2dcdb93d94ea4853916afb260d5e3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/c4a2dcdb93d94ea4853916afb260d5e3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/c4a2dcdb93d94ea4853916afb260d5e3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_c4a2dcdb93d94ea4853916afb260d5e3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_c4a2dcdb93d94ea4853916afb260d5e3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/c4a2dcdb93d94ea4853916afb260d5e3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/c4a2dcdb93d94ea4853916afb260d5e3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/c4a2dcdb93d94ea4853916afb260d5e3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/c4a2dcdb93d94ea4853916afb260d5e3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/c4a2dcdb93d94ea4853916afb260d5e3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/c4a2dcdb93d94ea4853916afb260d5e3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/c4a2dcdb93d94ea4853916afb260d5e3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/c4a2dcdb93d94ea4853916afb260d5e3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/c4a2dcdb93d94ea4853916afb260d5e3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-6b125e0e-0522-46a-user", "id": "50f09e9d0c664ec7b6c08c57b4b4f575"}, "audit_ids": ["WT-GdHBmTBGzU8WxGfZnWA"], "issued_at": "2018-08-12T08:27:04.000000Z"}} 2018-08-12 08:27:04,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}25c3f75907aaad9088b7db6346038d2f8b407840" 2018-08-12 08:27:04,454 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:27:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e5dc4acc-a4ad-4f1f-8d33-b81db52f8b58 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:27:04,454 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-e5dc4acc-a4ad-4f1f-8d33-b81db52f8b58 2018-08-12 08:27:04,458 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-f05b6162-d120-4d90-b35e-d8526ff052a2-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}25c3f75907aaad9088b7db6346038d2f8b407840" 2018-08-12 08:27:04,658 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 180 Content-Type: application/json X-Openstack-Request-Id: req-69865b1a-49c0-42e6-aef5-1dd7b29e1d53 Date: Sun, 12 Aug 2018 08:27:04 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-f05b6162-d120-4d90-b35e-d8526ff052a2-image"} 2018-08-12 08:27:04,658 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-f05b6162-d120-4d90-b35e-d8526ff052a2-image used request id req-69865b1a-49c0-42e6-aef5-1dd7b29e1d53 2018-08-12 08:27:04,661 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}25c3f75907aaad9088b7db6346038d2f8b407840" 2018-08-12 08:27:04,853 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-365471a3-6f67-47fa-bdcd-e0e3337818c5 Date: Sun, 12 Aug 2018 08:27:04 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"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}, "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}, "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"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "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"}, "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"}, "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}, "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}, "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"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "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}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-12 08:27:04,854 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-365471a3-6f67-47fa-bdcd-e0e3337818c5 2018-08-12 08:27:04,884 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}25c3f75907aaad9088b7db6346038d2f8b407840" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstancePortManipulationTests-f05b6162-d120-4d90-b35e-d8526ff052a2-image"}' 2018-08-12 08:27:05,324 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 639 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/a860bbbe-4cf8-439c-bb22-12185f2c520d Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-2c6c8c82-0771-4275-82f6-993acfeec779 Date: Sun, 12 Aug 2018 08:27:05 GMT RESP BODY: {"status": "queued", "name": "CreateInstancePortManipulationTests-f05b6162-d120-4d90-b35e-d8526ff052a2-image", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:27:05Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-08-12T08:27:05Z", "visibility": "shared", "locations": [], "self": "/v2/images/a860bbbe-4cf8-439c-bb22-12185f2c520d", "min_disk": 0, "protected": false, "id": "a860bbbe-4cf8-439c-bb22-12185f2c520d", "file": "/v2/images/a860bbbe-4cf8-439c-bb22-12185f2c520d/file", "checksum": null, "owner": "c4a2dcdb93d94ea4853916afb260d5e3", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-12 08:27:05,324 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-2c6c8c82-0771-4275-82f6-993acfeec779 2018-08-12 08:27:05,337 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/a860bbbe-4cf8-439c-bb22-12185f2c520d/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}25c3f75907aaad9088b7db6346038d2f8b407840" -d '' 2018-08-12 08:27:06,583 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a78d5635-0cf5-43d6-bfba-4a2d044fa050 Date: Sun, 12 Aug 2018 08:27:06 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 08:27:06,583 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/a860bbbe-4cf8-439c-bb22-12185f2c520d/file used request id req-a78d5635-0cf5-43d6-bfba-4a2d044fa050 2018-08-12 08:27:06,584 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-12 08:27:06,587 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/a860bbbe-4cf8-439c-bb22-12185f2c520d -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}25c3f75907aaad9088b7db6346038d2f8b407840" 2018-08-12 08:27:06,792 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-981a823c-c0ad-4bfb-ad71-bf65ca5099bf Date: Sun, 12 Aug 2018 08:27:06 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-f05b6162-d120-4d90-b35e-d8526ff052a2-image", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:27:05Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-12T08:27:06Z", "visibility": "shared", "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/a860bbbe-4cf8-439c-bb22-12185f2c520d/snap", "metadata": {}}], "self": "/v2/images/a860bbbe-4cf8-439c-bb22-12185f2c520d", "min_disk": 0, "protected": false, "id": "a860bbbe-4cf8-439c-bb22-12185f2c520d", "file": "/v2/images/a860bbbe-4cf8-439c-bb22-12185f2c520d/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "c4a2dcdb93d94ea4853916afb260d5e3", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/a860bbbe-4cf8-439c-bb22-12185f2c520d/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-12 08:27:06,792 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/a860bbbe-4cf8-439c-bb22-12185f2c520d used request id req-981a823c-c0ad-4bfb-ad71-bf65ca5099bf 2018-08-12 08:27:06,795 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}25c3f75907aaad9088b7db6346038d2f8b407840" 2018-08-12 08:27:06,985 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-c8c79e78-4dbd-47d6-8ff0-fe824ec1ef05 Date: Sun, 12 Aug 2018 08:27:06 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"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}, "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}, "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"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "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"}, "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"}, "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}, "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}, "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"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "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}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-12 08:27:06,985 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-c8c79e78-4dbd-47d6-8ff0-fe824ec1ef05 2018-08-12 08:27:06,988 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-f05b6162-d120-4d90-b35e-d8526ff052a2-image 2018-08-12 08:27:06,991 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/a860bbbe-4cf8-439c-bb22-12185f2c520d -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}25c3f75907aaad9088b7db6346038d2f8b407840" 2018-08-12 08:27:07,184 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-f1524169-c5d1-4861-84d1-d55214ebfdb0 Date: Sun, 12 Aug 2018 08:27:07 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-f05b6162-d120-4d90-b35e-d8526ff052a2-image", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:27:05Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-12T08:27:06Z", "visibility": "shared", "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/a860bbbe-4cf8-439c-bb22-12185f2c520d/snap", "metadata": {}}], "self": "/v2/images/a860bbbe-4cf8-439c-bb22-12185f2c520d", "min_disk": 0, "protected": false, "id": "a860bbbe-4cf8-439c-bb22-12185f2c520d", "file": "/v2/images/a860bbbe-4cf8-439c-bb22-12185f2c520d/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "c4a2dcdb93d94ea4853916afb260d5e3", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/a860bbbe-4cf8-439c-bb22-12185f2c520d/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-12 08:27:07,184 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/a860bbbe-4cf8-439c-bb22-12185f2c520d used request id req-f1524169-c5d1-4861-84d1-d55214ebfdb0 2018-08-12 08:27:07,185 - create_image - DEBUG - Instance status is - active 2018-08-12 08:27:07,185 - create_image - DEBUG - Image is active with name - CreateInstancePortManipulationTests-f05b6162-d120-4d90-b35e-d8526ff052a2-image 2018-08-12 08:27:07,185 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-f05b6162-d120-4d90-b35e-d8526ff052a2-image 2018-08-12 08:27:07,185 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:27:07,186 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:27:07,582 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "09e670f431f243a89cc1185e8794b7a8", "name": "CreateInstancePortManipulationTests-6b125e0e-0522-46a-proj-role"}], "expires_at": "2018-08-12T09:27:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c4a2dcdb93d94ea4853916afb260d5e3", "name": "CreateInstancePortManipulationTests-6b125e0e-0522-46a-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/c4a2dcdb93d94ea4853916afb260d5e3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/c4a2dcdb93d94ea4853916afb260d5e3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/c4a2dcdb93d94ea4853916afb260d5e3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_c4a2dcdb93d94ea4853916afb260d5e3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_c4a2dcdb93d94ea4853916afb260d5e3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/c4a2dcdb93d94ea4853916afb260d5e3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/c4a2dcdb93d94ea4853916afb260d5e3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/c4a2dcdb93d94ea4853916afb260d5e3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/c4a2dcdb93d94ea4853916afb260d5e3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/c4a2dcdb93d94ea4853916afb260d5e3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/c4a2dcdb93d94ea4853916afb260d5e3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/c4a2dcdb93d94ea4853916afb260d5e3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/c4a2dcdb93d94ea4853916afb260d5e3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/c4a2dcdb93d94ea4853916afb260d5e3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-6b125e0e-0522-46a-user", "id": "50f09e9d0c664ec7b6c08c57b4b4f575"}, "audit_ids": ["HuLZIFsPTkCsKHVK43HrXw"], "issued_at": "2018-08-12T08:27:07.000000Z"}} 2018-08-12 08:27:07,583 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}793ce73e28765b0fdd51047ae7123f4f30fd86f4" 2018-08-12 08:27:07,666 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:27:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe57bd1e-db0c-403e-a884-5bdaf4a678c4 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:27:07,667 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-fe57bd1e-db0c-403e-a884-5bdaf4a678c4 2018-08-12 08:27:07,668 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:27:07,668 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:27:07,668 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:27:07,668 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:27:07,668 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:27:07,674 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-f05b6162-d120-4d90-b35e-d8526ff052a2-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}793ce73e28765b0fdd51047ae7123f4f30fd86f4" 2018-08-12 08:27:07,880 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-b8e22634-bae5-4f41-be56-42d51c54551d Date: Sun, 12 Aug 2018 08:27:07 GMT RESP BODY: {"networks":[]} 2018-08-12 08:27:07,880 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-f05b6162-d120-4d90-b35e-d8526ff052a2-pub-net used request id req-b8e22634-bae5-4f41-be56-42d51c54551d 2018-08-12 08:27:07,880 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-f05b6162-d120-4d90-b35e-d8526ff052a2-pub-net 2018-08-12 08:27:07,885 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}793ce73e28765b0fdd51047ae7123f4f30fd86f4" -d '{"network": {"name": "CreateInstancePortManipulationTests-f05b6162-d120-4d90-b35e-d8526ff052a2-pub-net", "admin_state_up": true}}' 2018-08-12 08:27:08,515 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 617 X-Openstack-Request-Id: req-3f4085f8-b5fb-4d54-8d41-84c42b13692e Date: Sun, 12 Aug 2018 08:27:08 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"c4a2dcdb93d94ea4853916afb260d5e3","created_at":"2018-08-12T08:27:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T08:27:08Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"c4a2dcdb93d94ea4853916afb260d5e3","id":"56847576-8e52-4214-9646-f66e9cee5b1c","name":"CreateInstancePortManipulationTests-f05b6162-d120-4d90-b35e-d8526ff052a2-pub-net"}} 2018-08-12 08:27:08,516 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-3f4085f8-b5fb-4d54-8d41-84c42b13692e 2018-08-12 08:27:08,521 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=56847576-8e52-4214-9646-f66e9cee5b1c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}793ce73e28765b0fdd51047ae7123f4f30fd86f4" 2018-08-12 08:27:08,776 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 601 X-Openstack-Request-Id: req-635804c4-07fa-471e-b089-5e7245cb2b42 Date: Sun, 12 Aug 2018 08:27:08 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-12T08:27:08Z","tenant_id":"c4a2dcdb93d94ea4853916afb260d5e3","created_at":"2018-08-12T08:27:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"c4a2dcdb93d94ea4853916afb260d5e3","id":"56847576-8e52-4214-9646-f66e9cee5b1c","name":"CreateInstancePortManipulationTests-f05b6162-d120-4d90-b35e-d8526ff052a2-pub-net"}]} 2018-08-12 08:27:08,776 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=56847576-8e52-4214-9646-f66e9cee5b1c used request id req-635804c4-07fa-471e-b089-5e7245cb2b42 2018-08-12 08:27:08,782 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=56847576-8e52-4214-9646-f66e9cee5b1c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}793ce73e28765b0fdd51047ae7123f4f30fd86f4" 2018-08-12 08:27:08,985 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-52192479-8bf3-4cd5-a99e-4f44ba31a197 Date: Sun, 12 Aug 2018 08:27:08 GMT RESP BODY: {"subnets":[]} 2018-08-12 08:27:08,985 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=56847576-8e52-4214-9646-f66e9cee5b1c used request id req-52192479-8bf3-4cd5-a99e-4f44ba31a197 2018-08-12 08:27:08,985 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-f05b6162-d120-4d90-b35e-d8526ff052a2-pub-subnet 2018-08-12 08:27:08,990 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}793ce73e28765b0fdd51047ae7123f4f30fd86f4" -d '{"subnets": [{"ip_version": 4, "network_id": "56847576-8e52-4214-9646-f66e9cee5b1c", "cidr": "10.55.0.0/24", "name": "CreateInstancePortManipulationTests-f05b6162-d120-4d90-b35e-d8526ff052a2-pub-subnet"}]}' 2018-08-12 08:27:09,755 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-da200727-9f66-4bf8-b28c-f8794a19ba75 Date: Sun, 12 Aug 2018 08:27:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"56847576-8e52-4214-9646-f66e9cee5b1c","tenant_id":"c4a2dcdb93d94ea4853916afb260d5e3","created_at":"2018-08-12T08:27:09Z","dns_nameservers":[],"updated_at":"2018-08-12T08:27:09Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"c4a2dcdb93d94ea4853916afb260d5e3","id":"e01d628b-2e1a-4e03-9e99-e7f4db808636","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-f05b6162-d120-4d90-b35e-d8526ff052a2-pub-subnet"}]} 2018-08-12 08:27:09,755 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-da200727-9f66-4bf8-b28c-f8794a19ba75 2018-08-12 08:27:09,760 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=56847576-8e52-4214-9646-f66e9cee5b1c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}793ce73e28765b0fdd51047ae7123f4f30fd86f4" 2018-08-12 08:27:10,272 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-8d7edf6c-0d46-4530-a453-2332df3dd951 Date: Sun, 12 Aug 2018 08:27:10 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":["e01d628b-2e1a-4e03-9e99-e7f4db808636"],"updated_at":"2018-08-12T08:27:09Z","tenant_id":"c4a2dcdb93d94ea4853916afb260d5e3","created_at":"2018-08-12T08:27:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"c4a2dcdb93d94ea4853916afb260d5e3","id":"56847576-8e52-4214-9646-f66e9cee5b1c","name":"CreateInstancePortManipulationTests-f05b6162-d120-4d90-b35e-d8526ff052a2-pub-net"}]} 2018-08-12 08:27:10,272 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=56847576-8e52-4214-9646-f66e9cee5b1c used request id req-8d7edf6c-0d46-4530-a453-2332df3dd951 2018-08-12 08:27:10,277 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=56847576-8e52-4214-9646-f66e9cee5b1c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}793ce73e28765b0fdd51047ae7123f4f30fd86f4" 2018-08-12 08:27:10,505 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-ba900b31-8b0e-44bd-8b90-960e25d23cc7 Date: Sun, 12 Aug 2018 08:27:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"56847576-8e52-4214-9646-f66e9cee5b1c","tenant_id":"c4a2dcdb93d94ea4853916afb260d5e3","created_at":"2018-08-12T08:27:09Z","dns_nameservers":[],"updated_at":"2018-08-12T08:27:09Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"c4a2dcdb93d94ea4853916afb260d5e3","id":"e01d628b-2e1a-4e03-9e99-e7f4db808636","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-f05b6162-d120-4d90-b35e-d8526ff052a2-pub-subnet"}]} 2018-08-12 08:27:10,505 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=56847576-8e52-4214-9646-f66e9cee5b1c used request id req-ba900b31-8b0e-44bd-8b90-960e25d23cc7 2018-08-12 08:27:10,506 - OpenStackNetwork - DEBUG - Network [56847576-8e52-4214-9646-f66e9cee5b1c] created successfully 2018-08-12 08:27:10,506 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:27:10,507 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:27:10,903 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:27:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["abHx0Im5RO-2cnMv973R-w"], "issued_at": "2018-08-12T08:27:10.000000Z"}} 2018-08-12 08:27:10,903 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}eb163b4f6081cfc8893a8776aa3ec8a7c7f6bdf7" 2018-08-12 08:27:10,988 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:27:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e2c4bf26-528a-47df-844f-a8acd1a8fa37 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:27:10,988 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-e2c4bf26-528a-47df-844f-a8acd1a8fa37 2018-08-12 08:27:10,989 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-12 08:27:10,994 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb163b4f6081cfc8893a8776aa3ec8a7c7f6bdf7" 2018-08-12 08:27:11,187 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:27: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-52491cc6-f589-43f5-955a-153f1ca50db8 x-compute-request-id: req-52491cc6-f589-43f5-955a-153f1ca50db8 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-08-12 08:27:11,187 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-52491cc6-f589-43f5-955a-153f1ca50db8 2018-08-12 08:27:11,191 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb163b4f6081cfc8893a8776aa3ec8a7c7f6bdf7" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstancePortManipulationTests-f05b6162-d120-4d90-b35e-d8526ff052a2-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-08-12 08:27:11,233 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:27: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-2fd613b8-8f51-4351-9f3c-014bf4640d7d x-compute-request-id: req-2fd613b8-8f51-4351-9f3c-014bf4640d7d Content-Encoding: gzip Content-Length: 330 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateInstancePortManipulationTests-f05b6162-d120-4d90-b35e-d8526ff052a2-flavor-name", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/f927bd2e-9980-4a3e-ad00-9bab2c40c43c", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/f927bd2e-9980-4a3e-ad00-9bab2c40c43c", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": "f927bd2e-9980-4a3e-ad00-9bab2c40c43c"}} 2018-08-12 08:27:11,233 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-2fd613b8-8f51-4351-9f3c-014bf4640d7d 2018-08-12 08:27:11,234 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:27:11,235 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:27:11,631 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "09e670f431f243a89cc1185e8794b7a8", "name": "CreateInstancePortManipulationTests-6b125e0e-0522-46a-proj-role"}], "expires_at": "2018-08-12T09:27:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c4a2dcdb93d94ea4853916afb260d5e3", "name": "CreateInstancePortManipulationTests-6b125e0e-0522-46a-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/c4a2dcdb93d94ea4853916afb260d5e3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/c4a2dcdb93d94ea4853916afb260d5e3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/c4a2dcdb93d94ea4853916afb260d5e3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_c4a2dcdb93d94ea4853916afb260d5e3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_c4a2dcdb93d94ea4853916afb260d5e3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/c4a2dcdb93d94ea4853916afb260d5e3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/c4a2dcdb93d94ea4853916afb260d5e3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/c4a2dcdb93d94ea4853916afb260d5e3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/c4a2dcdb93d94ea4853916afb260d5e3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/c4a2dcdb93d94ea4853916afb260d5e3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/c4a2dcdb93d94ea4853916afb260d5e3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/c4a2dcdb93d94ea4853916afb260d5e3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/c4a2dcdb93d94ea4853916afb260d5e3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/c4a2dcdb93d94ea4853916afb260d5e3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-6b125e0e-0522-46a-user", "id": "50f09e9d0c664ec7b6c08c57b4b4f575"}, "audit_ids": ["rURThnMQTriV5j2iRsSkaQ"], "issued_at": "2018-08-12T08:27:11.000000Z"}} 2018-08-12 08:27:11,631 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}b5377aed2ac44385719b13b3b2377ba3def50c58" 2018-08-12 08:27:11,717 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:27:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-90080c0c-9780-41b1-90cf-55f45bf0416a Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:27:11,717 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-90080c0c-9780-41b1-90cf-55f45bf0416a 2018-08-12 08:27:11,718 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-12 08:27:11,719 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:27:11,719 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:27:11,719 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:27:11,720 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:27:11,720 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:27:11,721 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}b5377aed2ac44385719b13b3b2377ba3def50c58" 2018-08-12 08:27:11,810 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:27:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5ed160eb-827a-4857-918d-584d2ce10c4f Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:27:11,810 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-5ed160eb-827a-4857-918d-584d2ce10c4f 2018-08-12 08:27:11,819 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-f05b6162-d120-4d90-b35e-d8526ff052a2-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5377aed2ac44385719b13b3b2377ba3def50c58" 2018-08-12 08:27:12,267 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-5b394cd7-4271-472b-8070-147ac81814e7 Date: Sun, 12 Aug 2018 08:27:12 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":["e01d628b-2e1a-4e03-9e99-e7f4db808636"],"updated_at":"2018-08-12T08:27:09Z","tenant_id":"c4a2dcdb93d94ea4853916afb260d5e3","created_at":"2018-08-12T08:27:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"c4a2dcdb93d94ea4853916afb260d5e3","id":"56847576-8e52-4214-9646-f66e9cee5b1c","name":"CreateInstancePortManipulationTests-f05b6162-d120-4d90-b35e-d8526ff052a2-pub-net"}]} 2018-08-12 08:27:12,267 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-f05b6162-d120-4d90-b35e-d8526ff052a2-pub-net used request id req-5b394cd7-4271-472b-8070-147ac81814e7 2018-08-12 08:27:12,272 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=56847576-8e52-4214-9646-f66e9cee5b1c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5377aed2ac44385719b13b3b2377ba3def50c58" 2018-08-12 08:27:12,485 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-e2a1c2c2-cef9-4419-83f1-8d06eff9f27a Date: Sun, 12 Aug 2018 08:27:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"56847576-8e52-4214-9646-f66e9cee5b1c","tenant_id":"c4a2dcdb93d94ea4853916afb260d5e3","created_at":"2018-08-12T08:27:09Z","dns_nameservers":[],"updated_at":"2018-08-12T08:27:09Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"c4a2dcdb93d94ea4853916afb260d5e3","id":"e01d628b-2e1a-4e03-9e99-e7f4db808636","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-f05b6162-d120-4d90-b35e-d8526ff052a2-pub-subnet"}]} 2018-08-12 08:27:12,486 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=56847576-8e52-4214-9646-f66e9cee5b1c used request id req-e2a1c2c2-cef9-4419-83f1-8d06eff9f27a 2018-08-12 08:27:12,491 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-f05b6162-d120-4d90-b35e-d8526ff052a2-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5377aed2ac44385719b13b3b2377ba3def50c58" 2018-08-12 08:27:12,756 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-3956ec0a-672b-45bb-bcf3-8ff2e5392b48 Date: Sun, 12 Aug 2018 08:27:12 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":["e01d628b-2e1a-4e03-9e99-e7f4db808636"],"updated_at":"2018-08-12T08:27:09Z","tenant_id":"c4a2dcdb93d94ea4853916afb260d5e3","created_at":"2018-08-12T08:27:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"c4a2dcdb93d94ea4853916afb260d5e3","id":"56847576-8e52-4214-9646-f66e9cee5b1c","name":"CreateInstancePortManipulationTests-f05b6162-d120-4d90-b35e-d8526ff052a2-pub-net"}]} 2018-08-12 08:27:12,756 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-f05b6162-d120-4d90-b35e-d8526ff052a2-pub-net used request id req-3956ec0a-672b-45bb-bcf3-8ff2e5392b48 2018-08-12 08:27:12,760 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:27:12,765 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:27:12 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:27:12,766 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c4a2dcdb93d94ea4853916afb260d5e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5377aed2ac44385719b13b3b2377ba3def50c58" 2018-08-12 08:27:12,851 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:27:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc6836d4-0f99-43a1-a71e-b6f62ede3d09 Content-Encoding: gzip Content-Length: 234 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c4a2dcdb93d94ea4853916afb260d5e3"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "c4a2dcdb93d94ea4853916afb260d5e3", "name": "CreateInstancePortManipulationTests-6b125e0e-0522-46a-proj"}} 2018-08-12 08:27:12,852 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c4a2dcdb93d94ea4853916afb260d5e3 used request id req-cc6836d4-0f99-43a1-a71e-b6f62ede3d09 2018-08-12 08:27:12,857 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=56847576-8e52-4214-9646-f66e9cee5b1c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5377aed2ac44385719b13b3b2377ba3def50c58" 2018-08-12 08:27:12,959 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-6cb692e6-b72d-4372-b81a-ffe49d33edfb Date: Sun, 12 Aug 2018 08:27:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"56847576-8e52-4214-9646-f66e9cee5b1c","tenant_id":"c4a2dcdb93d94ea4853916afb260d5e3","created_at":"2018-08-12T08:27:09Z","dns_nameservers":[],"updated_at":"2018-08-12T08:27:09Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"c4a2dcdb93d94ea4853916afb260d5e3","id":"e01d628b-2e1a-4e03-9e99-e7f4db808636","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-f05b6162-d120-4d90-b35e-d8526ff052a2-pub-subnet"}]} 2018-08-12 08:27:12,959 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=56847576-8e52-4214-9646-f66e9cee5b1c used request id req-6cb692e6-b72d-4372-b81a-ffe49d33edfb 2018-08-12 08:27:12,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=56847576-8e52-4214-9646-f66e9cee5b1c&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-f05b6162-d120-4d90-b35e-d8526ff052a2port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5377aed2ac44385719b13b3b2377ba3def50c58" 2018-08-12 08:27:13,177 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-e084ada1-c071-4d70-bfc0-60085a3f4e44 Date: Sun, 12 Aug 2018 08:27:13 GMT RESP BODY: {"ports":[]} 2018-08-12 08:27:13,177 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=56847576-8e52-4214-9646-f66e9cee5b1c&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-f05b6162-d120-4d90-b35e-d8526ff052a2port-1&admin_state_up=True used request id req-e084ada1-c071-4d70-bfc0-60085a3f4e44 2018-08-12 08:27:13,180 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-f05b6162-d120-4d90-b35e-d8526ff052a2-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5377aed2ac44385719b13b3b2377ba3def50c58" 2018-08-12 08:27:13,418 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:27: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-543294a2-ec6b-470f-a737-a2166f2c33ee x-compute-request-id: req-543294a2-ec6b-470f-a737-a2166f2c33ee Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-12 08:27:13,419 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-f05b6162-d120-4d90-b35e-d8526ff052a2-inst used request id req-543294a2-ec6b-470f-a737-a2166f2c33ee 2018-08-12 08:27:13,424 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-f05b6162-d120-4d90-b35e-d8526ff052a2-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5377aed2ac44385719b13b3b2377ba3def50c58" 2018-08-12 08:27:13,877 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-e23e30a5-4d5e-4a6a-a133-cedb92e2410e Date: Sun, 12 Aug 2018 08:27:13 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":["e01d628b-2e1a-4e03-9e99-e7f4db808636"],"updated_at":"2018-08-12T08:27:09Z","tenant_id":"c4a2dcdb93d94ea4853916afb260d5e3","created_at":"2018-08-12T08:27:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"c4a2dcdb93d94ea4853916afb260d5e3","id":"56847576-8e52-4214-9646-f66e9cee5b1c","name":"CreateInstancePortManipulationTests-f05b6162-d120-4d90-b35e-d8526ff052a2-pub-net"}]} 2018-08-12 08:27:13,878 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-f05b6162-d120-4d90-b35e-d8526ff052a2-pub-net used request id req-e23e30a5-4d5e-4a6a-a133-cedb92e2410e 2018-08-12 08:27:13,883 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=56847576-8e52-4214-9646-f66e9cee5b1c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5377aed2ac44385719b13b3b2377ba3def50c58" 2018-08-12 08:27:14,029 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-214993e8-87ca-4e9a-b584-1a1bc67c5834 Date: Sun, 12 Aug 2018 08:27:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"56847576-8e52-4214-9646-f66e9cee5b1c","tenant_id":"c4a2dcdb93d94ea4853916afb260d5e3","created_at":"2018-08-12T08:27:09Z","dns_nameservers":[],"updated_at":"2018-08-12T08:27:09Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"c4a2dcdb93d94ea4853916afb260d5e3","id":"e01d628b-2e1a-4e03-9e99-e7f4db808636","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-f05b6162-d120-4d90-b35e-d8526ff052a2-pub-subnet"}]} 2018-08-12 08:27:14,029 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=56847576-8e52-4214-9646-f66e9cee5b1c used request id req-214993e8-87ca-4e9a-b584-1a1bc67c5834 2018-08-12 08:27:14,035 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-f05b6162-d120-4d90-b35e-d8526ff052a2-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5377aed2ac44385719b13b3b2377ba3def50c58" 2018-08-12 08:27:14,321 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-61b1f5a5-8388-4ee8-bb16-1a4b5e4c3eba Date: Sun, 12 Aug 2018 08:27:14 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":["e01d628b-2e1a-4e03-9e99-e7f4db808636"],"updated_at":"2018-08-12T08:27:09Z","tenant_id":"c4a2dcdb93d94ea4853916afb260d5e3","created_at":"2018-08-12T08:27:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"c4a2dcdb93d94ea4853916afb260d5e3","id":"56847576-8e52-4214-9646-f66e9cee5b1c","name":"CreateInstancePortManipulationTests-f05b6162-d120-4d90-b35e-d8526ff052a2-pub-net"}]} 2018-08-12 08:27:14,321 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-f05b6162-d120-4d90-b35e-d8526ff052a2-pub-net used request id req-61b1f5a5-8388-4ee8-bb16-1a4b5e4c3eba 2018-08-12 08:27:14,325 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c4a2dcdb93d94ea4853916afb260d5e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5377aed2ac44385719b13b3b2377ba3def50c58" 2018-08-12 08:27:14,421 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:27:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-54ef7cd2-0f53-4f30-b1cd-98a4ef6115d7 Content-Encoding: gzip Content-Length: 234 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c4a2dcdb93d94ea4853916afb260d5e3"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "c4a2dcdb93d94ea4853916afb260d5e3", "name": "CreateInstancePortManipulationTests-6b125e0e-0522-46a-proj"}} 2018-08-12 08:27:14,421 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c4a2dcdb93d94ea4853916afb260d5e3 used request id req-54ef7cd2-0f53-4f30-b1cd-98a4ef6115d7 2018-08-12 08:27:14,426 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=56847576-8e52-4214-9646-f66e9cee5b1c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5377aed2ac44385719b13b3b2377ba3def50c58" 2018-08-12 08:27:14,633 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-d0abdd7f-1054-4a28-9cb3-e7be775b8760 Date: Sun, 12 Aug 2018 08:27:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"56847576-8e52-4214-9646-f66e9cee5b1c","tenant_id":"c4a2dcdb93d94ea4853916afb260d5e3","created_at":"2018-08-12T08:27:09Z","dns_nameservers":[],"updated_at":"2018-08-12T08:27:09Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"c4a2dcdb93d94ea4853916afb260d5e3","id":"e01d628b-2e1a-4e03-9e99-e7f4db808636","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-f05b6162-d120-4d90-b35e-d8526ff052a2-pub-subnet"}]} 2018-08-12 08:27:14,633 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=56847576-8e52-4214-9646-f66e9cee5b1c used request id req-d0abdd7f-1054-4a28-9cb3-e7be775b8760 2018-08-12 08:27:14,639 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=56847576-8e52-4214-9646-f66e9cee5b1c&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-f05b6162-d120-4d90-b35e-d8526ff052a2port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5377aed2ac44385719b13b3b2377ba3def50c58" 2018-08-12 08:27:14,833 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-44098d63-914c-4e73-ab04-7d6ba7a7601f Date: Sun, 12 Aug 2018 08:27:14 GMT RESP BODY: {"ports":[]} 2018-08-12 08:27:14,833 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=56847576-8e52-4214-9646-f66e9cee5b1c&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-f05b6162-d120-4d90-b35e-d8526ff052a2port-1&admin_state_up=True used request id req-44098d63-914c-4e73-ab04-7d6ba7a7601f 2018-08-12 08:27:14,833 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:27:14,834 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:27:15,219 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "09e670f431f243a89cc1185e8794b7a8", "name": "CreateInstancePortManipulationTests-6b125e0e-0522-46a-proj-role"}], "expires_at": "2018-08-12T09:27:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c4a2dcdb93d94ea4853916afb260d5e3", "name": "CreateInstancePortManipulationTests-6b125e0e-0522-46a-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/c4a2dcdb93d94ea4853916afb260d5e3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/c4a2dcdb93d94ea4853916afb260d5e3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/c4a2dcdb93d94ea4853916afb260d5e3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_c4a2dcdb93d94ea4853916afb260d5e3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_c4a2dcdb93d94ea4853916afb260d5e3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/c4a2dcdb93d94ea4853916afb260d5e3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/c4a2dcdb93d94ea4853916afb260d5e3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/c4a2dcdb93d94ea4853916afb260d5e3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/c4a2dcdb93d94ea4853916afb260d5e3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/c4a2dcdb93d94ea4853916afb260d5e3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/c4a2dcdb93d94ea4853916afb260d5e3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/c4a2dcdb93d94ea4853916afb260d5e3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/c4a2dcdb93d94ea4853916afb260d5e3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/c4a2dcdb93d94ea4853916afb260d5e3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-6b125e0e-0522-46a-user", "id": "50f09e9d0c664ec7b6c08c57b4b4f575"}, "audit_ids": ["9D3h1jPmRrS3Qe8kD9dY7Q"], "issued_at": "2018-08-12T08:27:15.000000Z"}} 2018-08-12 08:27:15,220 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}9a4e4ffc68b8a0efb7ddb7c74853d378cb1d8c5c" 2018-08-12 08:27:15,304 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:27:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8a2e9a3b-b503-45f7-a5f4-a99046f00404 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:27:15,304 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-8a2e9a3b-b503-45f7-a5f4-a99046f00404 2018-08-12 08:27:15,309 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-f05b6162-d120-4d90-b35e-d8526ff052a2-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5377aed2ac44385719b13b3b2377ba3def50c58" 2018-08-12 08:27:15,413 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-b93b63c1-f0a0-41ec-b6d0-0ff90874969c Date: Sun, 12 Aug 2018 08:27: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":["e01d628b-2e1a-4e03-9e99-e7f4db808636"],"updated_at":"2018-08-12T08:27:09Z","tenant_id":"c4a2dcdb93d94ea4853916afb260d5e3","created_at":"2018-08-12T08:27:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"c4a2dcdb93d94ea4853916afb260d5e3","id":"56847576-8e52-4214-9646-f66e9cee5b1c","name":"CreateInstancePortManipulationTests-f05b6162-d120-4d90-b35e-d8526ff052a2-pub-net"}]} 2018-08-12 08:27:15,413 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-f05b6162-d120-4d90-b35e-d8526ff052a2-pub-net used request id req-b93b63c1-f0a0-41ec-b6d0-0ff90874969c 2018-08-12 08:27:15,419 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=56847576-8e52-4214-9646-f66e9cee5b1c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5377aed2ac44385719b13b3b2377ba3def50c58" 2018-08-12 08:27:15,660 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-8f49f981-29d4-4eb9-bd5c-58a00c987733 Date: Sun, 12 Aug 2018 08:27:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"56847576-8e52-4214-9646-f66e9cee5b1c","tenant_id":"c4a2dcdb93d94ea4853916afb260d5e3","created_at":"2018-08-12T08:27:09Z","dns_nameservers":[],"updated_at":"2018-08-12T08:27:09Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"c4a2dcdb93d94ea4853916afb260d5e3","id":"e01d628b-2e1a-4e03-9e99-e7f4db808636","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-f05b6162-d120-4d90-b35e-d8526ff052a2-pub-subnet"}]} 2018-08-12 08:27:15,660 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=56847576-8e52-4214-9646-f66e9cee5b1c used request id req-8f49f981-29d4-4eb9-bd5c-58a00c987733 2018-08-12 08:27:15,666 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-f05b6162-d120-4d90-b35e-d8526ff052a2-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5377aed2ac44385719b13b3b2377ba3def50c58" 2018-08-12 08:27:15,768 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-fa2b3a95-94f4-4ae7-9034-f2b63f83ef6c Date: Sun, 12 Aug 2018 08:27: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":["e01d628b-2e1a-4e03-9e99-e7f4db808636"],"updated_at":"2018-08-12T08:27:09Z","tenant_id":"c4a2dcdb93d94ea4853916afb260d5e3","created_at":"2018-08-12T08:27:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"c4a2dcdb93d94ea4853916afb260d5e3","id":"56847576-8e52-4214-9646-f66e9cee5b1c","name":"CreateInstancePortManipulationTests-f05b6162-d120-4d90-b35e-d8526ff052a2-pub-net"}]} 2018-08-12 08:27:15,768 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-f05b6162-d120-4d90-b35e-d8526ff052a2-pub-net used request id req-fa2b3a95-94f4-4ae7-9034-f2b63f83ef6c 2018-08-12 08:27:15,771 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:27:15,776 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:27:15 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:27:15,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c4a2dcdb93d94ea4853916afb260d5e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a4e4ffc68b8a0efb7ddb7c74853d378cb1d8c5c" 2018-08-12 08:27:15,869 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:27:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-525956d6-e8d8-41bf-8474-c1faca9f05de Content-Encoding: gzip Content-Length: 234 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c4a2dcdb93d94ea4853916afb260d5e3"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "c4a2dcdb93d94ea4853916afb260d5e3", "name": "CreateInstancePortManipulationTests-6b125e0e-0522-46a-proj"}} 2018-08-12 08:27:15,869 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c4a2dcdb93d94ea4853916afb260d5e3 used request id req-525956d6-e8d8-41bf-8474-c1faca9f05de 2018-08-12 08:27:15,874 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=56847576-8e52-4214-9646-f66e9cee5b1c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5377aed2ac44385719b13b3b2377ba3def50c58" 2018-08-12 08:27:15,921 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-513e2211-ac52-4049-b125-a7e162eae359 Date: Sun, 12 Aug 2018 08:27:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"56847576-8e52-4214-9646-f66e9cee5b1c","tenant_id":"c4a2dcdb93d94ea4853916afb260d5e3","created_at":"2018-08-12T08:27:09Z","dns_nameservers":[],"updated_at":"2018-08-12T08:27:09Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"c4a2dcdb93d94ea4853916afb260d5e3","id":"e01d628b-2e1a-4e03-9e99-e7f4db808636","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-f05b6162-d120-4d90-b35e-d8526ff052a2-pub-subnet"}]} 2018-08-12 08:27:15,922 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=56847576-8e52-4214-9646-f66e9cee5b1c used request id req-513e2211-ac52-4049-b125-a7e162eae359 2018-08-12 08:27:15,927 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=56847576-8e52-4214-9646-f66e9cee5b1c&name=CreateInstancePortManipulationTests-f05b6162-d120-4d90-b35e-d8526ff052a2-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5377aed2ac44385719b13b3b2377ba3def50c58" 2018-08-12 08:27:15,977 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-0cf3a95b-a9bb-48fc-b202-fa7f91372822 Date: Sun, 12 Aug 2018 08:27:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"56847576-8e52-4214-9646-f66e9cee5b1c","tenant_id":"c4a2dcdb93d94ea4853916afb260d5e3","created_at":"2018-08-12T08:27:09Z","dns_nameservers":[],"updated_at":"2018-08-12T08:27:09Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"c4a2dcdb93d94ea4853916afb260d5e3","id":"e01d628b-2e1a-4e03-9e99-e7f4db808636","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-f05b6162-d120-4d90-b35e-d8526ff052a2-pub-subnet"}]} 2018-08-12 08:27:15,977 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=56847576-8e52-4214-9646-f66e9cee5b1c&name=CreateInstancePortManipulationTests-f05b6162-d120-4d90-b35e-d8526ff052a2-pub-subnet used request id req-0cf3a95b-a9bb-48fc-b202-fa7f91372822 2018-08-12 08:27:15,978 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-f05b6162-d120-4d90-b35e-d8526ff052a2-pub-net 2018-08-12 08:27:15,983 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5377aed2ac44385719b13b3b2377ba3def50c58" -d '{"port": {"network_id": "56847576-8e52-4214-9646-f66e9cee5b1c", "mac_address": "0a:1b:2c:3d:4e:5f", "fixed_ips": [{"subnet_id": "e01d628b-2e1a-4e03-9e99-e7f4db808636", "ip_address": "10.55.0.101"}], "name": "CreateInstancePortManipulationTests-f05b6162-d120-4d90-b35e-d8526ff052a2port-1", "admin_state_up": true}}' 2018-08-12 08:27:17,322 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 772 X-Openstack-Request-Id: req-84856396-5bd7-4dec-928e-59052eda494c Date: Sun, 12 Aug 2018 08:27:17 GMT RESP BODY: {"port":{"status":"DOWN","created_at":"2018-08-12T08:27:16Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"56847576-8e52-4214-9646-f66e9cee5b1c","tenant_id":"c4a2dcdb93d94ea4853916afb260d5e3","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T08:27:17Z","name":"CreateInstancePortManipulationTests-f05b6162-d120-4d90-b35e-d8526ff052a2port-1","device_owner":"","revision_number":6,"mac_address":"0a:1b:2c:3d:4e:5f","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"c4a2dcdb93d94ea4853916afb260d5e3","fixed_ips":[{"subnet_id":"e01d628b-2e1a-4e03-9e99-e7f4db808636","ip_address":"10.55.0.101"}],"id":"b5b0115f-1e93-40aa-b29a-63c57cb5636e","security_groups":["e48e078d-281a-438b-abf3-a07f26257a97"],"device_id":""}} 2018-08-12 08:27:17,322 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/ports used request id req-84856396-5bd7-4dec-928e-59052eda494c 2018-08-12 08:27:17,330 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-f05b6162-d120-4d90-b35e-d8526ff052a2-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5377aed2ac44385719b13b3b2377ba3def50c58" 2018-08-12 08:27:17,433 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-6454033a-e9d6-4ae0-9f72-a0c37ca5a6f0 Date: Sun, 12 Aug 2018 08:27:17 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":["e01d628b-2e1a-4e03-9e99-e7f4db808636"],"updated_at":"2018-08-12T08:27:09Z","tenant_id":"c4a2dcdb93d94ea4853916afb260d5e3","created_at":"2018-08-12T08:27:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"c4a2dcdb93d94ea4853916afb260d5e3","id":"56847576-8e52-4214-9646-f66e9cee5b1c","name":"CreateInstancePortManipulationTests-f05b6162-d120-4d90-b35e-d8526ff052a2-pub-net"}]} 2018-08-12 08:27:17,433 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-f05b6162-d120-4d90-b35e-d8526ff052a2-pub-net used request id req-6454033a-e9d6-4ae0-9f72-a0c37ca5a6f0 2018-08-12 08:27:17,439 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=56847576-8e52-4214-9646-f66e9cee5b1c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5377aed2ac44385719b13b3b2377ba3def50c58" 2018-08-12 08:27:17,669 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-6c97a79e-56b5-4134-b295-f50ab3683570 Date: Sun, 12 Aug 2018 08:27:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"56847576-8e52-4214-9646-f66e9cee5b1c","tenant_id":"c4a2dcdb93d94ea4853916afb260d5e3","created_at":"2018-08-12T08:27:09Z","dns_nameservers":[],"updated_at":"2018-08-12T08:27:09Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"c4a2dcdb93d94ea4853916afb260d5e3","id":"e01d628b-2e1a-4e03-9e99-e7f4db808636","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-f05b6162-d120-4d90-b35e-d8526ff052a2-pub-subnet"}]} 2018-08-12 08:27:17,669 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=56847576-8e52-4214-9646-f66e9cee5b1c used request id req-6c97a79e-56b5-4134-b295-f50ab3683570 2018-08-12 08:27:17,674 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-f05b6162-d120-4d90-b35e-d8526ff052a2-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5377aed2ac44385719b13b3b2377ba3def50c58" 2018-08-12 08:27:17,938 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-981c8cb5-9fba-4a76-ac04-d04a98a4f593 Date: Sun, 12 Aug 2018 08:27:17 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":["e01d628b-2e1a-4e03-9e99-e7f4db808636"],"updated_at":"2018-08-12T08:27:09Z","tenant_id":"c4a2dcdb93d94ea4853916afb260d5e3","created_at":"2018-08-12T08:27:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"c4a2dcdb93d94ea4853916afb260d5e3","id":"56847576-8e52-4214-9646-f66e9cee5b1c","name":"CreateInstancePortManipulationTests-f05b6162-d120-4d90-b35e-d8526ff052a2-pub-net"}]} 2018-08-12 08:27:17,939 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-f05b6162-d120-4d90-b35e-d8526ff052a2-pub-net used request id req-981c8cb5-9fba-4a76-ac04-d04a98a4f593 2018-08-12 08:27:17,943 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c4a2dcdb93d94ea4853916afb260d5e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5377aed2ac44385719b13b3b2377ba3def50c58" 2018-08-12 08:27:18,037 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:27:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1d0282a8-55db-4374-918a-7c4b0686a67c Content-Encoding: gzip Content-Length: 234 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c4a2dcdb93d94ea4853916afb260d5e3"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "c4a2dcdb93d94ea4853916afb260d5e3", "name": "CreateInstancePortManipulationTests-6b125e0e-0522-46a-proj"}} 2018-08-12 08:27:18,038 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c4a2dcdb93d94ea4853916afb260d5e3 used request id req-1d0282a8-55db-4374-918a-7c4b0686a67c 2018-08-12 08:27:18,042 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=56847576-8e52-4214-9646-f66e9cee5b1c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5377aed2ac44385719b13b3b2377ba3def50c58" 2018-08-12 08:27:18,094 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-d7a745ab-37ac-4438-8106-f4d6f745e7fb Date: Sun, 12 Aug 2018 08:27:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"56847576-8e52-4214-9646-f66e9cee5b1c","tenant_id":"c4a2dcdb93d94ea4853916afb260d5e3","created_at":"2018-08-12T08:27:09Z","dns_nameservers":[],"updated_at":"2018-08-12T08:27:09Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"c4a2dcdb93d94ea4853916afb260d5e3","id":"e01d628b-2e1a-4e03-9e99-e7f4db808636","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-f05b6162-d120-4d90-b35e-d8526ff052a2-pub-subnet"}]} 2018-08-12 08:27:18,094 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=56847576-8e52-4214-9646-f66e9cee5b1c used request id req-d7a745ab-37ac-4438-8106-f4d6f745e7fb 2018-08-12 08:27:18,099 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=56847576-8e52-4214-9646-f66e9cee5b1c&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-f05b6162-d120-4d90-b35e-d8526ff052a2port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5377aed2ac44385719b13b3b2377ba3def50c58" 2018-08-12 08:27:18,317 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 775 X-Openstack-Request-Id: req-33939cd2-edc7-4ac3-ad27-ab35dbd4a3f6 Date: Sun, 12 Aug 2018 08:27:18 GMT RESP BODY: {"ports":[{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"56847576-8e52-4214-9646-f66e9cee5b1c","tenant_id":"c4a2dcdb93d94ea4853916afb260d5e3","created_at":"2018-08-12T08:27:16Z","admin_state_up":true,"updated_at":"2018-08-12T08:27:17Z","binding:vnic_type":"normal","device_id":"","device_owner":"","revision_number":6,"mac_address":"0a:1b:2c:3d:4e:5f","id":"b5b0115f-1e93-40aa-b29a-63c57cb5636e","port_security_enabled":true,"project_id":"c4a2dcdb93d94ea4853916afb260d5e3","fixed_ips":[{"subnet_id":"e01d628b-2e1a-4e03-9e99-e7f4db808636","ip_address":"10.55.0.101"}],"extra_dhcp_opts":[],"security_groups":["e48e078d-281a-438b-abf3-a07f26257a97"],"name":"CreateInstancePortManipulationTests-f05b6162-d120-4d90-b35e-d8526ff052a2port-1"}]} 2018-08-12 08:27:18,318 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=56847576-8e52-4214-9646-f66e9cee5b1c&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-f05b6162-d120-4d90-b35e-d8526ff052a2port-1&admin_state_up=True used request id req-33939cd2-edc7-4ac3-ad27-ab35dbd4a3f6 2018-08-12 08:27:18,321 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c4a2dcdb93d94ea4853916afb260d5e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5377aed2ac44385719b13b3b2377ba3def50c58" 2018-08-12 08:27:18,419 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:27:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e2a2d829-f543-4934-b1b7-d5df1e3cc9ca Content-Encoding: gzip Content-Length: 234 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c4a2dcdb93d94ea4853916afb260d5e3"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "c4a2dcdb93d94ea4853916afb260d5e3", "name": "CreateInstancePortManipulationTests-6b125e0e-0522-46a-proj"}} 2018-08-12 08:27:18,419 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c4a2dcdb93d94ea4853916afb260d5e3 used request id req-e2a2d829-f543-4934-b1b7-d5df1e3cc9ca 2018-08-12 08:27:18,420 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-f05b6162-d120-4d90-b35e-d8526ff052a2-inst 2018-08-12 08:27:18,423 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5377aed2ac44385719b13b3b2377ba3def50c58" 2018-08-12 08:27:18,445 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:27: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-9c05fec2-1851-404f-8df5-f1bcffc24a12 x-compute-request-id: req-9c05fec2-1851-404f-8df5-f1bcffc24a12 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"flavors": [{"id": "f927bd2e-9980-4a3e-ad00-9bab2c40c43c", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/f927bd2e-9980-4a3e-ad00-9bab2c40c43c", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/f927bd2e-9980-4a3e-ad00-9bab2c40c43c", "rel": "bookmark"}], "name": "CreateInstancePortManipulationTests-f05b6162-d120-4d90-b35e-d8526ff052a2-flavor-name"}]} 2018-08-12 08:27:18,445 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-9c05fec2-1851-404f-8df5-f1bcffc24a12 2018-08-12 08:27:18,448 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors/f927bd2e-9980-4a3e-ad00-9bab2c40c43c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5377aed2ac44385719b13b3b2377ba3def50c58" 2018-08-12 08:27:18,471 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:27: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-c0886dcb-08b5-480a-bd57-bbc70611cb26 x-compute-request-id: req-c0886dcb-08b5-480a-bd57-bbc70611cb26 Content-Encoding: gzip Content-Length: 330 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateInstancePortManipulationTests-f05b6162-d120-4d90-b35e-d8526ff052a2-flavor-name", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/f927bd2e-9980-4a3e-ad00-9bab2c40c43c", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/f927bd2e-9980-4a3e-ad00-9bab2c40c43c", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": "f927bd2e-9980-4a3e-ad00-9bab2c40c43c"}} 2018-08-12 08:27:18,471 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/f927bd2e-9980-4a3e-ad00-9bab2c40c43c used request id req-c0886dcb-08b5-480a-bd57-bbc70611cb26 2018-08-12 08:27:18,473 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-f05b6162-d120-4d90-b35e-d8526ff052a2-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b5377aed2ac44385719b13b3b2377ba3def50c58" 2018-08-12 08:27:18,667 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1080 Content-Type: application/json X-Openstack-Request-Id: req-b6b3275a-0b79-4d23-b2e0-faaa7e5f5b83 Date: Sun, 12 Aug 2018 08:27:18 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-f05b6162-d120-4d90-b35e-d8526ff052a2-image", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:27:05Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-12T08:27:06Z", "visibility": "shared", "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/a860bbbe-4cf8-439c-bb22-12185f2c520d/snap", "metadata": {}}], "self": "/v2/images/a860bbbe-4cf8-439c-bb22-12185f2c520d", "min_disk": 0, "protected": false, "id": "a860bbbe-4cf8-439c-bb22-12185f2c520d", "file": "/v2/images/a860bbbe-4cf8-439c-bb22-12185f2c520d/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "c4a2dcdb93d94ea4853916afb260d5e3", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/a860bbbe-4cf8-439c-bb22-12185f2c520d/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-f05b6162-d120-4d90-b35e-d8526ff052a2-image"} 2018-08-12 08:27:18,667 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-f05b6162-d120-4d90-b35e-d8526ff052a2-image used request id req-b6b3275a-0b79-4d23-b2e0-faaa7e5f5b83 2018-08-12 08:27:18,670 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b5377aed2ac44385719b13b3b2377ba3def50c58" 2018-08-12 08:27:18,852 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-75d61843-2a8c-4b39-981a-af84357b1105 Date: Sun, 12 Aug 2018 08:27:18 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"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}, "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}, "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"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "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"}, "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"}, "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}, "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}, "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"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "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}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-12 08:27:18,852 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-75d61843-2a8c-4b39-981a-af84357b1105 2018-08-12 08:27:18,858 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5377aed2ac44385719b13b3b2377ba3def50c58" -d '{"server": {"name": "CreateInstancePortManipulationTests-f05b6162-d120-4d90-b35e-d8526ff052a2-inst", "imageRef": "a860bbbe-4cf8-439c-bb22-12185f2c520d", "flavorRef": "f927bd2e-9980-4a3e-ad00-9bab2c40c43c", "max_count": 1, "min_count": 1, "networks": [{"port": "b5b0115f-1e93-40aa-b29a-63c57cb5636e"}]}}' 2018-08-12 08:27:20,693 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 08:27: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-524103b6-b240-4cb4-b4d1-04e92c8bc82b x-compute-request-id: req-524103b6-b240-4cb4-b4d1-04e92c8bc82b Content-Length: 374 location: http://172.30.9.21:8774/v2.1/servers/81d00524-93d4-4dcf-8807-90e547ac5aee Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "81d00524-93d4-4dcf-8807-90e547ac5aee", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/81d00524-93d4-4dcf-8807-90e547ac5aee", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/81d00524-93d4-4dcf-8807-90e547ac5aee", "rel": "bookmark"}], "adminPass": "2RZMRzYYBk5j"}} 2018-08-12 08:27:20,693 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-524103b6-b240-4cb4-b4d1-04e92c8bc82b 2018-08-12 08:27:20,697 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/81d00524-93d4-4dcf-8807-90e547ac5aee -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5377aed2ac44385719b13b3b2377ba3def50c58" 2018-08-12 08:27:21,277 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:27: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-25a5f60c-3fa3-45cd-880a-989943cd817f x-compute-request-id: req-25a5f60c-3fa3-45cd-880a-989943cd817f 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.21:8774/v2.1/servers/81d00524-93d4-4dcf-8807-90e547ac5aee", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/81d00524-93d4-4dcf-8807-90e547ac5aee", "rel": "bookmark"}], "image": {"id": "a860bbbe-4cf8-439c-bb22-12185f2c520d", "links": [{"href": "http://172.30.9.21:8774/images/a860bbbe-4cf8-439c-bb22-12185f2c520d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f927bd2e-9980-4a3e-ad00-9bab2c40c43c", "links": [{"href": "http://172.30.9.21:8774/flavors/f927bd2e-9980-4a3e-ad00-9bab2c40c43c", "rel": "bookmark"}]}, "id": "81d00524-93d4-4dcf-8807-90e547ac5aee", "user_id": "50f09e9d0c664ec7b6c08c57b4b4f575", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:27:20Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-f05b6162-d120-4d90-b35e-d8526ff052a2-inst", "created": "2018-08-12T08:27:20Z", "tenant_id": "c4a2dcdb93d94ea4853916afb260d5e3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:27:21,277 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/81d00524-93d4-4dcf-8807-90e547ac5aee used request id req-25a5f60c-3fa3-45cd-880a-989943cd817f 2018-08-12 08:27:21,278 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-f05b6162-d120-4d90-b35e-d8526ff052a2-inst 2018-08-12 08:27:21,281 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/81d00524-93d4-4dcf-8807-90e547ac5aee -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5377aed2ac44385719b13b3b2377ba3def50c58" 2018-08-12 08:27:21,765 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:27: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-eaf28410-8e3f-40cc-ad07-240b3d820788 x-compute-request-id: req-eaf28410-8e3f-40cc-ad07-240b3d820788 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.21:8774/v2.1/servers/81d00524-93d4-4dcf-8807-90e547ac5aee", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/81d00524-93d4-4dcf-8807-90e547ac5aee", "rel": "bookmark"}], "image": {"id": "a860bbbe-4cf8-439c-bb22-12185f2c520d", "links": [{"href": "http://172.30.9.21:8774/images/a860bbbe-4cf8-439c-bb22-12185f2c520d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f927bd2e-9980-4a3e-ad00-9bab2c40c43c", "links": [{"href": "http://172.30.9.21:8774/flavors/f927bd2e-9980-4a3e-ad00-9bab2c40c43c", "rel": "bookmark"}]}, "id": "81d00524-93d4-4dcf-8807-90e547ac5aee", "user_id": "50f09e9d0c664ec7b6c08c57b4b4f575", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:27:21Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-f05b6162-d120-4d90-b35e-d8526ff052a2-inst", "created": "2018-08-12T08:27:20Z", "tenant_id": "c4a2dcdb93d94ea4853916afb260d5e3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:27:21,765 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/81d00524-93d4-4dcf-8807-90e547ac5aee used request id req-eaf28410-8e3f-40cc-ad07-240b3d820788 2018-08-12 08:27:21,765 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-f05b6162-d120-4d90-b35e-d8526ff052a2-inst] is - BUILD 2018-08-12 08:27:21,765 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-12 08:27:24,768 - create_instance - DEBUG - VM status query timeout in 896.509302139 2018-08-12 08:27:24,771 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/81d00524-93d4-4dcf-8807-90e547ac5aee -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5377aed2ac44385719b13b3b2377ba3def50c58" 2018-08-12 08:27:25,609 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:27: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-4bd7af6f-bd22-42b7-afce-f6b08b1f64d8 x-compute-request-id: req-4bd7af6f-bd22-42b7-afce-f6b08b1f64d8 Content-Encoding: gzip Content-Length: 686 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/81d00524-93d4-4dcf-8807-90e547ac5aee", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/81d00524-93d4-4dcf-8807-90e547ac5aee", "rel": "bookmark"}], "image": {"id": "a860bbbe-4cf8-439c-bb22-12185f2c520d", "links": [{"href": "http://172.30.9.21:8774/images/a860bbbe-4cf8-439c-bb22-12185f2c520d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f927bd2e-9980-4a3e-ad00-9bab2c40c43c", "links": [{"href": "http://172.30.9.21:8774/flavors/f927bd2e-9980-4a3e-ad00-9bab2c40c43c", "rel": "bookmark"}]}, "id": "81d00524-93d4-4dcf-8807-90e547ac5aee", "security_groups": [{"name": "default"}], "user_id": "50f09e9d0c664ec7b6c08c57b4b4f575", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:27:22Z", "hostId": "69accdad566046df336ce54c6342fc639b463ad681106bdc1150a888", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-f05b6162-d120-4d90-b35e-d8526ff052a2-inst", "created": "2018-08-12T08:27:20Z", "tenant_id": "c4a2dcdb93d94ea4853916afb260d5e3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:27:25,609 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/81d00524-93d4-4dcf-8807-90e547ac5aee used request id req-4bd7af6f-bd22-42b7-afce-f6b08b1f64d8 2018-08-12 08:27:25,610 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-f05b6162-d120-4d90-b35e-d8526ff052a2-inst] is - BUILD 2018-08-12 08:27:25,610 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-12 08:27:28,613 - create_instance - DEBUG - VM status query timeout in 892.66464901 2018-08-12 08:27:28,616 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/81d00524-93d4-4dcf-8807-90e547ac5aee -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5377aed2ac44385719b13b3b2377ba3def50c58" 2018-08-12 08:27:29,547 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:27: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-1114d72e-82b9-4bd6-9f31-ff64d5e2ec42 x-compute-request-id: req-1114d72e-82b9-4bd6-9f31-ff64d5e2ec42 Content-Encoding: gzip Content-Length: 763 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-f05b6162-d120-4d90-b35e-d8526ff052a2-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "0a:1b:2c:3d:4e:5f", "version": 4, "addr": "10.55.0.101", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/81d00524-93d4-4dcf-8807-90e547ac5aee", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/81d00524-93d4-4dcf-8807-90e547ac5aee", "rel": "bookmark"}], "image": {"id": "a860bbbe-4cf8-439c-bb22-12185f2c520d", "links": [{"href": "http://172.30.9.21:8774/images/a860bbbe-4cf8-439c-bb22-12185f2c520d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:27:27.000000", "flavor": {"id": "f927bd2e-9980-4a3e-ad00-9bab2c40c43c", "links": [{"href": "http://172.30.9.21:8774/flavors/f927bd2e-9980-4a3e-ad00-9bab2c40c43c", "rel": "bookmark"}]}, "id": "81d00524-93d4-4dcf-8807-90e547ac5aee", "security_groups": [{"name": "default"}], "user_id": "50f09e9d0c664ec7b6c08c57b4b4f575", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:27:27Z", "hostId": "69accdad566046df336ce54c6342fc639b463ad681106bdc1150a888", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-f05b6162-d120-4d90-b35e-d8526ff052a2-inst", "created": "2018-08-12T08:27:20Z", "tenant_id": "c4a2dcdb93d94ea4853916afb260d5e3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:27:29,547 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/81d00524-93d4-4dcf-8807-90e547ac5aee used request id req-1114d72e-82b9-4bd6-9f31-ff64d5e2ec42 2018-08-12 08:27:29,547 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-f05b6162-d120-4d90-b35e-d8526ff052a2-inst] is - ACTIVE 2018-08-12 08:27:29,548 - create_instance - INFO - VM is - ACTIVE 2018-08-12 08:27:29,550 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/81d00524-93d4-4dcf-8807-90e547ac5aee -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5377aed2ac44385719b13b3b2377ba3def50c58" 2018-08-12 08:27:30,402 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:27: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-ef9025ad-1ea2-4d35-bd3e-c3128a686efe x-compute-request-id: req-ef9025ad-1ea2-4d35-bd3e-c3128a686efe Content-Encoding: gzip Content-Length: 763 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-f05b6162-d120-4d90-b35e-d8526ff052a2-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "0a:1b:2c:3d:4e:5f", "version": 4, "addr": "10.55.0.101", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/81d00524-93d4-4dcf-8807-90e547ac5aee", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/81d00524-93d4-4dcf-8807-90e547ac5aee", "rel": "bookmark"}], "image": {"id": "a860bbbe-4cf8-439c-bb22-12185f2c520d", "links": [{"href": "http://172.30.9.21:8774/images/a860bbbe-4cf8-439c-bb22-12185f2c520d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:27:27.000000", "flavor": {"id": "f927bd2e-9980-4a3e-ad00-9bab2c40c43c", "links": [{"href": "http://172.30.9.21:8774/flavors/f927bd2e-9980-4a3e-ad00-9bab2c40c43c", "rel": "bookmark"}]}, "id": "81d00524-93d4-4dcf-8807-90e547ac5aee", "security_groups": [{"name": "default"}], "user_id": "50f09e9d0c664ec7b6c08c57b4b4f575", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:27:27Z", "hostId": "69accdad566046df336ce54c6342fc639b463ad681106bdc1150a888", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-f05b6162-d120-4d90-b35e-d8526ff052a2-inst", "created": "2018-08-12T08:27:20Z", "tenant_id": "c4a2dcdb93d94ea4853916afb260d5e3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:27:30,403 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/81d00524-93d4-4dcf-8807-90e547ac5aee used request id req-ef9025ad-1ea2-4d35-bd3e-c3128a686efe 2018-08-12 08:27:30,408 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-f05b6162-d120-4d90-b35e-d8526ff052a2-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5377aed2ac44385719b13b3b2377ba3def50c58" 2018-08-12 08:27:30,512 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-a3ee3c7d-df21-42fe-a5d0-30923f4aed2f Date: Sun, 12 Aug 2018 08:27:30 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":["e01d628b-2e1a-4e03-9e99-e7f4db808636"],"updated_at":"2018-08-12T08:27:09Z","tenant_id":"c4a2dcdb93d94ea4853916afb260d5e3","created_at":"2018-08-12T08:27:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"c4a2dcdb93d94ea4853916afb260d5e3","id":"56847576-8e52-4214-9646-f66e9cee5b1c","name":"CreateInstancePortManipulationTests-f05b6162-d120-4d90-b35e-d8526ff052a2-pub-net"}]} 2018-08-12 08:27:30,512 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-f05b6162-d120-4d90-b35e-d8526ff052a2-pub-net used request id req-a3ee3c7d-df21-42fe-a5d0-30923f4aed2f 2018-08-12 08:27:30,516 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c4a2dcdb93d94ea4853916afb260d5e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5377aed2ac44385719b13b3b2377ba3def50c58" 2018-08-12 08:27:30,605 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:27:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-48ecbd5c-b727-453d-9299-68263d57dd6d Content-Encoding: gzip Content-Length: 234 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c4a2dcdb93d94ea4853916afb260d5e3"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "c4a2dcdb93d94ea4853916afb260d5e3", "name": "CreateInstancePortManipulationTests-6b125e0e-0522-46a-proj"}} 2018-08-12 08:27:30,605 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c4a2dcdb93d94ea4853916afb260d5e3 used request id req-48ecbd5c-b727-453d-9299-68263d57dd6d 2018-08-12 08:27:30,611 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=56847576-8e52-4214-9646-f66e9cee5b1c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5377aed2ac44385719b13b3b2377ba3def50c58" 2018-08-12 08:27:30,842 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-a70e84f5-34e4-4385-b18a-99b928b3418c Date: Sun, 12 Aug 2018 08:27:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"56847576-8e52-4214-9646-f66e9cee5b1c","tenant_id":"c4a2dcdb93d94ea4853916afb260d5e3","created_at":"2018-08-12T08:27:09Z","dns_nameservers":[],"updated_at":"2018-08-12T08:27:09Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"c4a2dcdb93d94ea4853916afb260d5e3","id":"e01d628b-2e1a-4e03-9e99-e7f4db808636","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-f05b6162-d120-4d90-b35e-d8526ff052a2-pub-subnet"}]} 2018-08-12 08:27:30,842 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=56847576-8e52-4214-9646-f66e9cee5b1c used request id req-a70e84f5-34e4-4385-b18a-99b928b3418c 2018-08-12 08:27:30,847 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=56847576-8e52-4214-9646-f66e9cee5b1c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5377aed2ac44385719b13b3b2377ba3def50c58" 2018-08-12 08:27:30,937 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3040 X-Openstack-Request-Id: req-a7070fa7-87d2-451b-a914-d6aca676a938 Date: Sun, 12 Aug 2018 08:27:30 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"56847576-8e52-4214-9646-f66e9cee5b1c","tenant_id":"c4a2dcdb93d94ea4853916afb260d5e3","created_at":"2018-08-12T08:27:09Z","admin_state_up":true,"updated_at":"2018-08-12T08:27:12Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-56847576-8e52-4214-9646-f66e9cee5b1c","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:9b:a3:33","id":"2f5aa995-f7b6-4ecc-8bbc-91eb62e58aca","port_security_enabled":false,"project_id":"c4a2dcdb93d94ea4853916afb260d5e3","fixed_ips":[{"subnet_id":"e01d628b-2e1a-4e03-9e99-e7f4db808636","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"56847576-8e52-4214-9646-f66e9cee5b1c","tenant_id":"c4a2dcdb93d94ea4853916afb260d5e3","created_at":"2018-08-12T08:27:11Z","admin_state_up":true,"updated_at":"2018-08-12T08:27:14Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-56847576-8e52-4214-9646-f66e9cee5b1c","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:1d:a0:a8","id":"79c566c2-606f-4272-8078-c68ff3bf1c07","port_security_enabled":false,"project_id":"c4a2dcdb93d94ea4853916afb260d5e3","fixed_ips":[{"subnet_id":"e01d628b-2e1a-4e03-9e99-e7f4db808636","ip_address":"10.55.0.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"56847576-8e52-4214-9646-f66e9cee5b1c","tenant_id":"c4a2dcdb93d94ea4853916afb260d5e3","created_at":"2018-08-12T08:27:16Z","admin_state_up":true,"updated_at":"2018-08-12T08:27:27Z","binding:vnic_type":"normal","device_id":"81d00524-93d4-4dcf-8807-90e547ac5aee","device_owner":"compute:nova","revision_number":10,"mac_address":"0a:1b:2c:3d:4e:5f","id":"b5b0115f-1e93-40aa-b29a-63c57cb5636e","port_security_enabled":true,"project_id":"c4a2dcdb93d94ea4853916afb260d5e3","fixed_ips":[{"subnet_id":"e01d628b-2e1a-4e03-9e99-e7f4db808636","ip_address":"10.55.0.101"}],"extra_dhcp_opts":[],"security_groups":["e48e078d-281a-438b-abf3-a07f26257a97"],"name":"CreateInstancePortManipulationTests-f05b6162-d120-4d90-b35e-d8526ff052a2port-1"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"56847576-8e52-4214-9646-f66e9cee5b1c","tenant_id":"c4a2dcdb93d94ea4853916afb260d5e3","created_at":"2018-08-12T08:27:10Z","admin_state_up":true,"updated_at":"2018-08-12T08:27:13Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-56847576-8e52-4214-9646-f66e9cee5b1c","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:5b:61:aa","id":"ba1545c7-403a-4891-b0fa-3fc77fe3d352","port_security_enabled":false,"project_id":"c4a2dcdb93d94ea4853916afb260d5e3","fixed_ips":[{"subnet_id":"e01d628b-2e1a-4e03-9e99-e7f4db808636","ip_address":"10.55.0.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-12 08:27:30,937 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=56847576-8e52-4214-9646-f66e9cee5b1c used request id req-a7070fa7-87d2-451b-a914-d6aca676a938 2018-08-12 08:27:30,943 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=56847576-8e52-4214-9646-f66e9cee5b1c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5377aed2ac44385719b13b3b2377ba3def50c58" 2018-08-12 08:27:31,258 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-112575bf-bba3-420b-ac70-7a50c4c850e2 Date: Sun, 12 Aug 2018 08:27:31 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":["e01d628b-2e1a-4e03-9e99-e7f4db808636"],"updated_at":"2018-08-12T08:27:09Z","tenant_id":"c4a2dcdb93d94ea4853916afb260d5e3","created_at":"2018-08-12T08:27:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"c4a2dcdb93d94ea4853916afb260d5e3","id":"56847576-8e52-4214-9646-f66e9cee5b1c","name":"CreateInstancePortManipulationTests-f05b6162-d120-4d90-b35e-d8526ff052a2-pub-net"}]} 2018-08-12 08:27:31,258 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=56847576-8e52-4214-9646-f66e9cee5b1c used request id req-112575bf-bba3-420b-ac70-7a50c4c850e2 2018-08-12 08:27:31,263 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=56847576-8e52-4214-9646-f66e9cee5b1c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5377aed2ac44385719b13b3b2377ba3def50c58" 2018-08-12 08:27:31,321 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-7b7d5169-123b-4ec3-af7e-32ce1a04f0c1 Date: Sun, 12 Aug 2018 08:27:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"56847576-8e52-4214-9646-f66e9cee5b1c","tenant_id":"c4a2dcdb93d94ea4853916afb260d5e3","created_at":"2018-08-12T08:27:09Z","dns_nameservers":[],"updated_at":"2018-08-12T08:27:09Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"c4a2dcdb93d94ea4853916afb260d5e3","id":"e01d628b-2e1a-4e03-9e99-e7f4db808636","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-f05b6162-d120-4d90-b35e-d8526ff052a2-pub-subnet"}]} 2018-08-12 08:27:31,321 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=56847576-8e52-4214-9646-f66e9cee5b1c used request id req-7b7d5169-123b-4ec3-af7e-32ce1a04f0c1 2018-08-12 08:27:31,327 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=56847576-8e52-4214-9646-f66e9cee5b1c&name=CreateInstancePortManipulationTests-f05b6162-d120-4d90-b35e-d8526ff052a2-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5377aed2ac44385719b13b3b2377ba3def50c58" 2018-08-12 08:27:31,374 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-02d34b5a-e68c-4bb1-9905-8fec89aaee45 Date: Sun, 12 Aug 2018 08:27:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"56847576-8e52-4214-9646-f66e9cee5b1c","tenant_id":"c4a2dcdb93d94ea4853916afb260d5e3","created_at":"2018-08-12T08:27:09Z","dns_nameservers":[],"updated_at":"2018-08-12T08:27:09Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"c4a2dcdb93d94ea4853916afb260d5e3","id":"e01d628b-2e1a-4e03-9e99-e7f4db808636","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-f05b6162-d120-4d90-b35e-d8526ff052a2-pub-subnet"}]} 2018-08-12 08:27:31,374 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=56847576-8e52-4214-9646-f66e9cee5b1c&name=CreateInstancePortManipulationTests-f05b6162-d120-4d90-b35e-d8526ff052a2-pub-subnet used request id req-02d34b5a-e68c-4bb1-9905-8fec89aaee45 2018-08-12 08:27:31,375 - create_instance - INFO - Deleting Port with ID - b5b0115f-1e93-40aa-b29a-63c57cb5636e 2018-08-12 08:27:31,375 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-f05b6162-d120-4d90-b35e-d8526ff052a2port-1 2018-08-12 08:27:31,381 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/ports/b5b0115f-1e93-40aa-b29a-63c57cb5636e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5377aed2ac44385719b13b3b2377ba3def50c58" 2018-08-12 08:27:31,859 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-0be607f7-8ece-4ae0-96e2-ee257d35b694 Date: Sun, 12 Aug 2018 08:27:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:27:31,859 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/ports/b5b0115f-1e93-40aa-b29a-63c57cb5636e used request id req-0be607f7-8ece-4ae0-96e2-ee257d35b694 2018-08-12 08:27:31,859 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-f05b6162-d120-4d90-b35e-d8526ff052a2-inst 2018-08-12 08:27:31,862 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/servers/81d00524-93d4-4dcf-8807-90e547ac5aee -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5377aed2ac44385719b13b3b2377ba3def50c58" 2018-08-12 08:27:32,004 - novaclient.v2.client - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:27: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-e8c15b2f-b719-44b4-af2f-ce675e033d00 x-compute-request-id: req-e8c15b2f-b719-44b4-af2f-ce675e033d00 Content-Type: application/json 2018-08-12 08:27:32,004 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/81d00524-93d4-4dcf-8807-90e547ac5aee used request id req-e8c15b2f-b719-44b4-af2f-ce675e033d00 2018-08-12 08:27:32,005 - create_instance - INFO - Checking deletion status 2018-08-12 08:27:32,007 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/81d00524-93d4-4dcf-8807-90e547ac5aee -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5377aed2ac44385719b13b3b2377ba3def50c58" 2018-08-12 08:27:32,428 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:27: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-65d7e220-e86d-4115-95bb-24809cc271a0 x-compute-request-id: req-65d7e220-e86d-4115-95bb-24809cc271a0 Content-Encoding: gzip Content-Length: 746 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"CreateInstancePortManipulationTests-f05b6162-d120-4d90-b35e-d8526ff052a2-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "0a:1b:2c:3d:4e:5f", "version": 4, "addr": "10.55.0.101", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/81d00524-93d4-4dcf-8807-90e547ac5aee", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/81d00524-93d4-4dcf-8807-90e547ac5aee", "rel": "bookmark"}], "image": {"id": "a860bbbe-4cf8-439c-bb22-12185f2c520d", "links": [{"href": "http://172.30.9.21:8774/images/a860bbbe-4cf8-439c-bb22-12185f2c520d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:27:27.000000", "flavor": {"id": "f927bd2e-9980-4a3e-ad00-9bab2c40c43c", "links": [{"href": "http://172.30.9.21:8774/flavors/f927bd2e-9980-4a3e-ad00-9bab2c40c43c", "rel": "bookmark"}]}, "id": "81d00524-93d4-4dcf-8807-90e547ac5aee", "user_id": "50f09e9d0c664ec7b6c08c57b4b4f575", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:27:31Z", "hostId": "69accdad566046df336ce54c6342fc639b463ad681106bdc1150a888", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-f05b6162-d120-4d90-b35e-d8526ff052a2-inst", "created": "2018-08-12T08:27:20Z", "tenant_id": "c4a2dcdb93d94ea4853916afb260d5e3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:27:32,429 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/81d00524-93d4-4dcf-8807-90e547ac5aee used request id req-65d7e220-e86d-4115-95bb-24809cc271a0 2018-08-12 08:27:32,429 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-f05b6162-d120-4d90-b35e-d8526ff052a2-inst] is - ACTIVE 2018-08-12 08:27:32,429 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-12 08:27:35,433 - create_instance - DEBUG - VM status query timeout in 296.572468996 2018-08-12 08:27:35,436 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/81d00524-93d4-4dcf-8807-90e547ac5aee -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5377aed2ac44385719b13b3b2377ba3def50c58" 2018-08-12 08:27:36,081 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:27: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-caf3eefa-288a-4782-8fc3-38bfd8f0a593 x-compute-request-id: req-caf3eefa-288a-4782-8fc3-38bfd8f0a593 Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/81d00524-93d4-4dcf-8807-90e547ac5aee", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/81d00524-93d4-4dcf-8807-90e547ac5aee", "rel": "bookmark"}], "image": {"id": "a860bbbe-4cf8-439c-bb22-12185f2c520d", "links": [{"href": "http://172.30.9.21:8774/images/a860bbbe-4cf8-439c-bb22-12185f2c520d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:27:27.000000", "flavor": {"id": "f927bd2e-9980-4a3e-ad00-9bab2c40c43c", "links": [{"href": "http://172.30.9.21:8774/flavors/f927bd2e-9980-4a3e-ad00-9bab2c40c43c", "rel": "bookmark"}]}, "id": "81d00524-93d4-4dcf-8807-90e547ac5aee", "user_id": "50f09e9d0c664ec7b6c08c57b4b4f575", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:27:31Z", "hostId": "69accdad566046df336ce54c6342fc639b463ad681106bdc1150a888", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-f05b6162-d120-4d90-b35e-d8526ff052a2-inst", "created": "2018-08-12T08:27:20Z", "tenant_id": "c4a2dcdb93d94ea4853916afb260d5e3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:27:36,082 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/81d00524-93d4-4dcf-8807-90e547ac5aee used request id req-caf3eefa-288a-4782-8fc3-38bfd8f0a593 2018-08-12 08:27:36,082 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-f05b6162-d120-4d90-b35e-d8526ff052a2-inst] is - ACTIVE 2018-08-12 08:27:36,082 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-12 08:27:39,085 - create_instance - DEBUG - VM status query timeout in 292.919569016 2018-08-12 08:27:39,088 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/81d00524-93d4-4dcf-8807-90e547ac5aee -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5377aed2ac44385719b13b3b2377ba3def50c58" 2018-08-12 08:27:39,136 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:27: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-bf03c06e-b5a8-4491-b068-431483f3ed2f x-compute-request-id: req-bf03c06e-b5a8-4491-b068-431483f3ed2f Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 81d00524-93d4-4dcf-8807-90e547ac5aee could not be found.", "code": 404}} 2018-08-12 08:27:39,136 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/81d00524-93d4-4dcf-8807-90e547ac5aee used request id req-bf03c06e-b5a8-4491-b068-431483f3ed2f 2018-08-12 08:27:39,136 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 81d00524-93d4-4dcf-8807-90e547ac5aee could not be found. (HTTP 404) (Request-ID: req-bf03c06e-b5a8-4491-b068-431483f3ed2f) 2018-08-12 08:27:39,137 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-f05b6162-d120-4d90-b35e-d8526ff052a2-inst 2018-08-12 08:27:39,141 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/flavors/f927bd2e-9980-4a3e-ad00-9bab2c40c43c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb163b4f6081cfc8893a8776aa3ec8a7c7f6bdf7" 2018-08-12 08:27:39,188 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 08:27: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-0a0be314-46e8-4dee-bfe0-25902cc7811e x-compute-request-id: req-0a0be314-46e8-4dee-bfe0-25902cc7811e Content-Length: 0 Content-Type: application/json 2018-08-12 08:27:39,188 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/f927bd2e-9980-4a3e-ad00-9bab2c40c43c used request id req-0a0be314-46e8-4dee-bfe0-25902cc7811e 2018-08-12 08:27:39,189 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-f05b6162-d120-4d90-b35e-d8526ff052a2-pub-subnet 2018-08-12 08:27:39,189 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-f05b6162-d120-4d90-b35e-d8526ff052a2-pub-subnet 2018-08-12 08:27:39,194 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/e01d628b-2e1a-4e03-9e99-e7f4db808636 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}793ce73e28765b0fdd51047ae7123f4f30fd86f4" 2018-08-12 08:27:41,528 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-01cb710b-44d3-4317-b1dd-d53531e17965 Date: Sun, 12 Aug 2018 08:27:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:27:41,529 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/e01d628b-2e1a-4e03-9e99-e7f4db808636 used request id req-01cb710b-44d3-4317-b1dd-d53531e17965 2018-08-12 08:27:41,529 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-f05b6162-d120-4d90-b35e-d8526ff052a2-pub-net 2018-08-12 08:27:41,534 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/56847576-8e52-4214-9646-f66e9cee5b1c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}793ce73e28765b0fdd51047ae7123f4f30fd86f4" 2018-08-12 08:27:42,738 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ac3f813d-f966-47d6-a644-10ec2766d593 Date: Sun, 12 Aug 2018 08:27:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:27:42,738 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/56847576-8e52-4214-9646-f66e9cee5b1c used request id req-ac3f813d-f966-47d6-a644-10ec2766d593 2018-08-12 08:27:42,739 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-f05b6162-d120-4d90-b35e-d8526ff052a2-image 2018-08-12 08:27:42,744 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/a860bbbe-4cf8-439c-bb22-12185f2c520d -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}25c3f75907aaad9088b7db6346038d2f8b407840" 2018-08-12 08:27:43,266 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-cc721255-4b51-4ac8-a2d6-1d69e22a0cd1 Date: Sun, 12 Aug 2018 08:27:43 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-12 08:27:43,267 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/a860bbbe-4cf8-439c-bb22-12185f2c520d used request id req-cc721255-4b51-4ac8-a2d6-1d69e22a0cd1 2018-08-12 08:27:43,268 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:27:43,268 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:27:43,268 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:27:43,268 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:27:43,269 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:27:43,275 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e977cc41443b18dda12163e829e22622470af3a2" 2018-08-12 08:27:43,552 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 45548 X-Openstack-Request-Id: req-2f1a388c-bc2f-42ad-8bf2-d200cc82105e Date: Sun, 12 Aug 2018 08:27:43 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "created_at": "2018-08-12T06:59:44Z", "updated_at": "2018-08-12T06:59:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "1d7fd960-7865-4453-aecc-8d399b4fad21", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "66820d8a-b785-4b18-bd67-500221c8e4f9", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "74fc7638-a322-4841-8c47-06d36174a200", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "8eaa09ec-8419-4582-9312-1e527afe6e4b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}], "revision_number": 4, "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "created_at": "2018-08-12T05:12:34Z", "updated_at": "2018-08-12T05:12:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "709513d2-af7d-4d0b-bd3c-604fed75a711", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "aa346066-e46f-44f2-94be-2884aa998a19", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "c15f7b93-e56c-4afa-867d-2acb286d4b7b", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "cb0ef83f-5f70-4a80-ad35-431ca9df551e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}], "revision_number": 4, "project_id": "fa5a7fe6ee54472ba01638877aade8e3", "id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ea65becf30e54b27aa96a449698a435e", "created_at": "2018-08-12T05:10:35Z", "updated_at": "2018-08-12T05:10:35Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "30ad280c-f302-4cd4-a438-5139917b56f9", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "76115c4c-887d-4f0a-83e2-486e4b39c713", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "8ab14937-4c08-4d43-8a9a-662e622cc643", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "ee757a03-5662-4273-9c3e-6212e7afb48f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}], "revision_number": 4, "project_id": "ea65becf30e54b27aa96a449698a435e", "id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "created_at": "2018-08-12T06:20:09Z", "updated_at": "2018-08-12T06:20:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "1123b8f2-75ac-4a26-b9b2-a96da97408e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "2ddd2b93-e080-48cd-9a50-f5fe8a82ad0c", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "cd1bae62-0aea-4438-b4c3-50a69ae6f855", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "e398e01e-ceea-46d1-9534-b929808c4a5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}], "revision_number": 4, "project_id": "ff7abd7bb61f4f2889831e932d65dc2e", "id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "created_at": "2018-08-12T05:34:57Z", "updated_at": "2018-08-12T05:34:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "208a1c1e-f5f8-49c7-9a25-d07e68b1541f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "27bfd867-e607-4bf8-9de8-60682d3f771d", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "49360e1f-6fd3-4f35-b339-24cea95773ee", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "60f631a9-d305-4920-9631-d0543e2ac64f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}], "revision_number": 4, "project_id": "3a85ceae958d4d9fba68847e7df67db8", "id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "created_at": "2018-08-12T05:34:40Z", "updated_at": "2018-08-12T05:34:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "2192c259-363e-4768-ae73-e75837ad63b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "3f87ddc5-f84d-41dc-8215-847724782569", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "7d89f6da-ea78-49dd-9115-f9ad23b250bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "9ec4497d-0f65-44db-9be9-7b3042e4a584", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}], "revision_number": 4, "project_id": "85517fcf1c6247e699fdcdd42ecc8c79", "id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "created_at": "2018-08-12T05:16:02Z", "updated_at": "2018-08-12T05:16:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "1ecacd8c-c1c7-4a66-9871-406a69323b43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "3cc1750c-e0e7-4902-b6f3-494a161b832e", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "d719a7a4-8c99-44ed-8c12-6bf071890203", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "fe7421b5-d577-41da-8c78-62f3c07eda92", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}], "revision_number": 4, "project_id": "a267b9a156244bb192691cff6e5f74fe", "id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "315a428116f24d9fbb826b37080a918e", "created_at": "2018-08-12T05:11:31Z", "updated_at": "2018-08-12T05:11:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "5e52886a-1dc3-4a81-a55d-f388dc4fd1a1", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "678e32e4-d64c-448a-a4ab-e253ab94ae90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "a8da1539-e3ad-4f90-b2df-3dc1f09d228a", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "b73d5cc9-0205-4658-bb1f-61a042c0ab8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}], "revision_number": 4, "project_id": "315a428116f24d9fbb826b37080a918e", "id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-12T05:08:01Z", "updated_at": "2018-08-12T05:08:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:01Z", "revision_number": 0, "id": "0fb05d03-1117-45d0-930c-b6d4c96ef102", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "4faaab33-5788-4bbd-85b8-0fb44d41413a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "96d0c5a0-5c67-421b-8fc8-2b46d77e5db3", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "dd78519b-4bc5-4e8e-ad0f-58089dd69347", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "11a46741b7954b959fd7764109c047b6", "created_at": "2018-08-12T05:34:51Z", "updated_at": "2018-08-12T05:34:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "0b67bf3c-2289-43bb-ab6c-7d25ec32a279", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "51f3f833-337a-42bd-a8d5-742ea8d6c226", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "571fd0b5-ef90-408d-af33-aafb517b8993", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "944ba823-fb9c-496e-a66e-bb426bb14a8d", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}], "revision_number": 4, "project_id": "11a46741b7954b959fd7764109c047b6", "id": "90af9782-8112-4257-801d-ee5115d226ba", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "created_at": "2018-08-12T05:34:26Z", "updated_at": "2018-08-12T05:34:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "2ee1f63a-807c-4d6a-85ee-dd784f6b8c3f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5dec3ec2-2add-47dd-8618-90659dcf3885", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5ea0dc3e-49d0-43f0-94e9-f6443527d14c", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "fbfaca22-7e3e-4128-8973-43e439b77c28", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}], "revision_number": 4, "project_id": "3c01cd58055c44ecaef39f7e625c2258", "id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "521007c1818145639e93ceb270559219", "created_at": "2018-08-12T05:13:27Z", "updated_at": "2018-08-12T05:13:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "5e7fede5-b0f2-47d8-95c3-516cdfc7f9de", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "8fd0e36f-c6c4-4f64-ba97-40439e614448", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "db7d79de-1dfc-4138-945f-91e74cdc266b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "e87f2cff-ff3e-4b6d-aaf0-7f0eb0ab9f05", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}], "revision_number": 4, "project_id": "521007c1818145639e93ceb270559219", "id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "created_at": "2018-08-12T05:08:18Z", "updated_at": "2018-08-12T05:08:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "3c67be40-bf74-4f97-9693-d93ce73a23b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "6112d869-2fc6-4a25-a13c-3d55cd7206c0", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "bdf21c56-453e-482e-9cba-3c55abcb0339", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "c8e92c39-38cc-4f48-be9c-5f0912e6a725", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}], "revision_number": 4, "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "created_at": "2018-08-12T05:04:23Z", "updated_at": "2018-08-12T05:04:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "280546d9-8ad1-4283-abfc-15ee9b1736c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "58bce125-f2ca-4a6d-b9ca-4e6cf5c0f7a5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "69275b9a-cfb5-482c-a9c4-8ffc79adf2c7", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "6d747f3a-3764-469a-a645-f977585c5aac", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}], "revision_number": 4, "project_id": "310f5853751a4c968f3eeb0a3d99a0a8", "id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "created_at": "2018-08-12T05:34:42Z", "updated_at": "2018-08-12T05:34:42Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "199582e8-25aa-457a-aa7c-6d8413ca4464", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "234f3609-4454-448f-919d-c8143c7cd764", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "c1061460-71a2-49a9-a04b-9fa33eeb17ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "d21ac532-51d8-4d6b-8300-7bac216759bf", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}], "revision_number": 4, "project_id": "9f6c1a272706419c9a74b0893b2890e8", "id": "d6739716-c693-460c-89c6-e7c8c48f8245", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "created_at": "2018-08-12T05:34:54Z", "updated_at": "2018-08-12T05:34:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "0633a05a-ee7d-4476-a56b-75d011b22f77", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "6cc1b9f8-73db-47a3-a0e0-3c96c43f34da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "90d99a6b-e94f-4fd8-a10c-f19dd8954c13", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "e843c139-af2a-4d2c-a24f-59f7b10ff72e", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}], "revision_number": 4, "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c4a2dcdb93d94ea4853916afb260d5e3", "created_at": "2018-08-12T08:27:08Z", "updated_at": "2018-08-12T08:27:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:27:08Z", "revision_number": 0, "id": "1e963bbc-4dca-4740-ad44-55bc55affa06", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:27:08Z", "security_group_id": "e48e078d-281a-438b-abf3-a07f26257a97", "tenant_id": "c4a2dcdb93d94ea4853916afb260d5e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "c4a2dcdb93d94ea4853916afb260d5e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:27:08Z", "revision_number": 0, "id": "8a3c04ba-87ef-4170-bbe5-2b38e5a84d2f", "remote_group_id": "e48e078d-281a-438b-abf3-a07f26257a97", "remote_ip_prefix": null, "created_at": "2018-08-12T08:27:08Z", "security_group_id": "e48e078d-281a-438b-abf3-a07f26257a97", "tenant_id": "c4a2dcdb93d94ea4853916afb260d5e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "c4a2dcdb93d94ea4853916afb260d5e3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:27:08Z", "revision_number": 0, "id": "c432cf9f-45e2-42fa-a258-0f231a8fe929", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:27:08Z", "security_group_id": "e48e078d-281a-438b-abf3-a07f26257a97", "tenant_id": "c4a2dcdb93d94ea4853916afb260d5e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "c4a2dcdb93d94ea4853916afb260d5e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:27:08Z", "revision_number": 0, "id": "f4c8b740-a35f-4572-94ff-4ebc59850cbe", "remote_group_id": "e48e078d-281a-438b-abf3-a07f26257a97", "remote_ip_prefix": null, "created_at": "2018-08-12T08:27:08Z", "security_group_id": "e48e078d-281a-438b-abf3-a07f26257a97", "tenant_id": "c4a2dcdb93d94ea4853916afb260d5e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "c4a2dcdb93d94ea4853916afb260d5e3"}], "revision_number": 4, "project_id": "c4a2dcdb93d94ea4853916afb260d5e3", "id": "e48e078d-281a-438b-abf3-a07f26257a97", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "created_at": "2018-08-12T05:09:07Z", "updated_at": "2018-08-12T05:09:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "5495e168-f505-4d74-ae6d-387f0bf533c2", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "6fd19b8b-3062-456e-81ba-3ff37fe43429", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8ca59d25-485c-46ce-939c-2e4a468caeac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8f190846-50a0-42b9-b571-390809b752b1", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}], "revision_number": 4, "project_id": "fa9ca6d7608b4d7d87ce97331679a481", "id": "edcd9b17-9416-4c25-823c-060c435e18d7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "created_at": "2018-08-12T05:34:52Z", "updated_at": "2018-08-12T05:34:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "2c7e484e-6ec5-4a95-8c9c-66d294c0c27e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "70c74258-3c2c-4efc-87e0-079c26ee3417", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "b70382fa-082e-4c2b-abc8-87490fa50b11", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "c3628e02-b4b6-42c9-8751-c1a2d3c19caa", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}], "revision_number": 4, "project_id": "87db863ba6e348b0a5ddcb67053db9d1", "id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "name": "default"}]} 2018-08-12 08:27:43,553 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-2f1a388c-bc2f-42ad-8bf2-d200cc82105e 2018-08-12 08:27:43,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e977cc41443b18dda12163e829e22622470af3a2" 2018-08-12 08:27:43,651 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:27:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5d93e1c5-2b46-4da7-aa11-d748b0d28cc9 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 5fe28c13d4d74ba2be8d019ac1ea6363.", "code": 404, "title": "Not Found"}} 2018-08-12 08:27:43,651 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 used request id req-5d93e1c5-2b46-4da7-aa11-d748b0d28cc9 2018-08-12 08:27:43,652 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:27:43,655 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e977cc41443b18dda12163e829e22622470af3a2" 2018-08-12 08:27:43,748 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:27:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ec7ae19b-34f7-4f95-9a92-4b4a1b824e84 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa5a7fe6ee54472ba01638877aade8e3.", "code": 404, "title": "Not Found"}} 2018-08-12 08:27:43,748 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 used request id req-ec7ae19b-34f7-4f95-9a92-4b4a1b824e84 2018-08-12 08:27:43,749 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:27:43,752 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e977cc41443b18dda12163e829e22622470af3a2" 2018-08-12 08:27:43,837 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:27:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2ed4da70-5489-409d-aba3-91cf5c7dfe25 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ea65becf30e54b27aa96a449698a435e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:27:43,838 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e used request id req-2ed4da70-5489-409d-aba3-91cf5c7dfe25 2018-08-12 08:27:43,838 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:27:43,841 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e977cc41443b18dda12163e829e22622470af3a2" 2018-08-12 08:27:43,933 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:27:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9e59d9e1-c85a-494c-ad61-38c113dd7121 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ff7abd7bb61f4f2889831e932d65dc2e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:27:43,933 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e used request id req-9e59d9e1-c85a-494c-ad61-38c113dd7121 2018-08-12 08:27:43,933 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:27:43,937 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e977cc41443b18dda12163e829e22622470af3a2" 2018-08-12 08:27:44,028 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:27:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3b6ad5d9-781a-454f-8fbd-2fd636515213 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3a85ceae958d4d9fba68847e7df67db8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:27:44,028 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 used request id req-3b6ad5d9-781a-454f-8fbd-2fd636515213 2018-08-12 08:27:44,028 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:27:44,032 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e977cc41443b18dda12163e829e22622470af3a2" 2018-08-12 08:27:44,117 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:27:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ecd81f09-6722-46e9-9b87-5f755a7370f5 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 85517fcf1c6247e699fdcdd42ecc8c79.", "code": 404, "title": "Not Found"}} 2018-08-12 08:27:44,117 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 used request id req-ecd81f09-6722-46e9-9b87-5f755a7370f5 2018-08-12 08:27:44,117 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:27:44,121 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e977cc41443b18dda12163e829e22622470af3a2" 2018-08-12 08:27:44,220 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:27:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2d58e519-4c98-4e1e-b5a2-eeda44bfa8a0 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}} 2018-08-12 08:27:44,220 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe used request id req-2d58e519-4c98-4e1e-b5a2-eeda44bfa8a0 2018-08-12 08:27:44,223 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e977cc41443b18dda12163e829e22622470af3a2" 2018-08-12 08:27:44,376 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:27:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d690b69e-a5d9-4dea-af86-4e4e2b06f940 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 315a428116f24d9fbb826b37080a918e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:27:44,377 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e used request id req-d690b69e-a5d9-4dea-af86-4e4e2b06f940 2018-08-12 08:27:44,377 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:27:44,381 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e977cc41443b18dda12163e829e22622470af3a2" 2018-08-12 08:27:44,464 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:27:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f66c75dc-86e1-4d59-b837-db602e602355 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 11a46741b7954b959fd7764109c047b6.", "code": 404, "title": "Not Found"}} 2018-08-12 08:27:44,465 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 used request id req-f66c75dc-86e1-4d59-b837-db602e602355 2018-08-12 08:27:44,465 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:27:44,468 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e977cc41443b18dda12163e829e22622470af3a2" 2018-08-12 08:27:44,560 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:27:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-586570bd-705f-4f5f-9892-31e485badeb7 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3c01cd58055c44ecaef39f7e625c2258.", "code": 404, "title": "Not Found"}} 2018-08-12 08:27:44,560 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 used request id req-586570bd-705f-4f5f-9892-31e485badeb7 2018-08-12 08:27:44,560 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:27:44,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e977cc41443b18dda12163e829e22622470af3a2" 2018-08-12 08:27:44,661 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:27:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cb078304-2415-46e4-9241-02b586395756 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 521007c1818145639e93ceb270559219.", "code": 404, "title": "Not Found"}} 2018-08-12 08:27:44,661 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 used request id req-cb078304-2415-46e4-9241-02b586395756 2018-08-12 08:27:44,661 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:27:44,665 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e977cc41443b18dda12163e829e22622470af3a2" 2018-08-12 08:27:44,752 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:27:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-31365e64-4d5b-4c4b-8717-addfc05e1cde Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e18fcc7fc10a4fd0b20234f8520d0aab.", "code": 404, "title": "Not Found"}} 2018-08-12 08:27:44,752 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab used request id req-31365e64-4d5b-4c4b-8717-addfc05e1cde 2018-08-12 08:27:44,752 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:27:44,756 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e977cc41443b18dda12163e829e22622470af3a2" 2018-08-12 08:27:44,850 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:27:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9e47684b-5506-4651-b18a-d971ed8a978d Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "310f5853751a4c968f3eeb0a3d99a0a8", "name": "service"}} 2018-08-12 08:27:44,850 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 used request id req-9e47684b-5506-4651-b18a-d971ed8a978d 2018-08-12 08:27:44,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e977cc41443b18dda12163e829e22622470af3a2" 2018-08-12 08:27:44,945 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:27:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-70afc522-2520-4828-8985-9ec86dbf5ea0 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9f6c1a272706419c9a74b0893b2890e8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:27:44,945 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 used request id req-70afc522-2520-4828-8985-9ec86dbf5ea0 2018-08-12 08:27:44,945 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:27:44,949 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/34cb7327fcfc4b52a63b4b8c0ea4a54d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e977cc41443b18dda12163e829e22622470af3a2" 2018-08-12 08:27:45,036 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:27:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9b03a4c1-724c-431f-88f8-d2e9e5d15c97 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 34cb7327fcfc4b52a63b4b8c0ea4a54d.", "code": 404, "title": "Not Found"}} 2018-08-12 08:27:45,036 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/34cb7327fcfc4b52a63b4b8c0ea4a54d used request id req-9b03a4c1-724c-431f-88f8-d2e9e5d15c97 2018-08-12 08:27:45,036 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:27:45,039 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c4a2dcdb93d94ea4853916afb260d5e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e977cc41443b18dda12163e829e22622470af3a2" 2018-08-12 08:27:45,131 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:27:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f7488aea-f984-4805-9281-cd940070d2a2 Content-Encoding: gzip Content-Length: 234 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c4a2dcdb93d94ea4853916afb260d5e3"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "c4a2dcdb93d94ea4853916afb260d5e3", "name": "CreateInstancePortManipulationTests-6b125e0e-0522-46a-proj"}} 2018-08-12 08:27:45,132 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c4a2dcdb93d94ea4853916afb260d5e3 used request id req-f7488aea-f984-4805-9281-cd940070d2a2 2018-08-12 08:27:45,132 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e48e078d-281a-438b-abf3-a07f26257a97 2018-08-12 08:27:45,137 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=e48e078d-281a-438b-abf3-a07f26257a97 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e977cc41443b18dda12163e829e22622470af3a2" 2018-08-12 08:27:45,317 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-38647a44-075f-4f75-bcd8-c19b1df5d977 Date: Sun, 12 Aug 2018 08:27:45 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:27:08Z", "security_group_id": "e48e078d-281a-438b-abf3-a07f26257a97", "port_range_min": null, "revision_number": 0, "tenant_id": "c4a2dcdb93d94ea4853916afb260d5e3", "created_at": "2018-08-12T08:27:08Z", "project_id": "c4a2dcdb93d94ea4853916afb260d5e3", "id": "1e963bbc-4dca-4740-ad44-55bc55affa06"}, {"remote_group_id": "e48e078d-281a-438b-abf3-a07f26257a97", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:27:08Z", "security_group_id": "e48e078d-281a-438b-abf3-a07f26257a97", "port_range_min": null, "revision_number": 0, "tenant_id": "c4a2dcdb93d94ea4853916afb260d5e3", "created_at": "2018-08-12T08:27:08Z", "project_id": "c4a2dcdb93d94ea4853916afb260d5e3", "id": "8a3c04ba-87ef-4170-bbe5-2b38e5a84d2f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:27:08Z", "security_group_id": "e48e078d-281a-438b-abf3-a07f26257a97", "port_range_min": null, "revision_number": 0, "tenant_id": "c4a2dcdb93d94ea4853916afb260d5e3", "created_at": "2018-08-12T08:27:08Z", "project_id": "c4a2dcdb93d94ea4853916afb260d5e3", "id": "c432cf9f-45e2-42fa-a258-0f231a8fe929"}, {"remote_group_id": "e48e078d-281a-438b-abf3-a07f26257a97", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:27:08Z", "security_group_id": "e48e078d-281a-438b-abf3-a07f26257a97", "port_range_min": null, "revision_number": 0, "tenant_id": "c4a2dcdb93d94ea4853916afb260d5e3", "created_at": "2018-08-12T08:27:08Z", "project_id": "c4a2dcdb93d94ea4853916afb260d5e3", "id": "f4c8b740-a35f-4572-94ff-4ebc59850cbe"}]} 2018-08-12 08:27:45,318 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=e48e078d-281a-438b-abf3-a07f26257a97 used request id req-38647a44-075f-4f75-bcd8-c19b1df5d977 2018-08-12 08:27:45,319 - neutron_utils - INFO - Deleting security group with name - default 2018-08-12 08:27:45,324 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/e48e078d-281a-438b-abf3-a07f26257a97 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e977cc41443b18dda12163e829e22622470af3a2" 2018-08-12 08:27:45,688 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-763ba2a8-4d09-41ce-9416-d0a4ed3b805e Content-Length: 0 Date: Sun, 12 Aug 2018 08:27:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:27:45,688 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/e48e078d-281a-438b-abf3-a07f26257a97 used request id req-763ba2a8-4d09-41ce-9416-d0a4ed3b805e 2018-08-12 08:27:45,689 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-6b125e0e-0522-46a-proj 2018-08-12 08:27:45,693 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/c4a2dcdb93d94ea4853916afb260d5e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e977cc41443b18dda12163e829e22622470af3a2" 2018-08-12 08:27:45,930 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:27:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f443bda6-999b-4877-917f-a22a92904c43 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 08:27:45,931 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/c4a2dcdb93d94ea4853916afb260d5e3 used request id req-f443bda6-999b-4877-917f-a22a92904c43 2018-08-12 08:27:45,931 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-6b125e0e-0522-46a-proj-role 2018-08-12 08:27:45,934 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/09e670f431f243a89cc1185e8794b7a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e977cc41443b18dda12163e829e22622470af3a2" 2018-08-12 08:27:46,044 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:27:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-805ec6ab-5fc9-4537-b3c7-3d541d8c3af1 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 08:27:46,044 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/09e670f431f243a89cc1185e8794b7a8 used request id req-805ec6ab-5fc9-4537-b3c7-3d541d8c3af1 2018-08-12 08:27:46,048 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e977cc41443b18dda12163e829e22622470af3a2" 2018-08-12 08:27:46,142 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:27:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dcbb1774-2628-4484-9330-165138172ad3 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:27:46,142 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-dcbb1774-2628-4484-9330-165138172ad3 2018-08-12 08:27:46,143 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-6b125e0e-0522-46a-user 2018-08-12 08:27:46,146 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/50f09e9d0c664ec7b6c08c57b4b4f575 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb071c82bd64e057a8548e028220ac9517b8b7e9" 2018-08-12 08:27:46,405 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:27:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c1c15573-2d95-40fa-87d3-bb7105cf8387 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 08:27:46,405 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/50f09e9d0c664ec7b6c08c57b4b4f575 used request id req-c1c15573-2d95-40fa-87d3-bb7105cf8387 2018-08-12 08:27:46,407 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:27:46,798 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:27:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["Ntu8t1b9TheuXQ5CDSEWiw"], "issued_at": "2018-08-12T08:27:46.000000Z"}} 2018-08-12 08:27:46,799 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}3a50851736fa856b4f62ccd1b687e6509756cbbb" 2018-08-12 08:27:46,898 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:27:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f0e918a7-168b-48ee-aa03-45ccbdf6bd48 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:27:46,899 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-f0e918a7-168b-48ee-aa03-45ccbdf6bd48 2018-08-12 08:27:46,900 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:27:46,901 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:27:47,300 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:27:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["4oErk4c_R7SjfbY-A0PcBg"], "issued_at": "2018-08-12T08:27:47.000000Z"}} 2018-08-12 08:27:47,301 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}ee22c34c12126d1379d7309b9f6b63258c04196c" 2018-08-12 08:27:47,390 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:27:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7f160035-7ac2-4e76-a2e4-6c24cf0569e5 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:27:47,390 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-7f160035-7ac2-4e76-a2e4-6c24cf0569e5 2018-08-12 08:27:47,394 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:27:47,400 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:27:47 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:27:47,401 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-74abe6d7-495b-49f-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee22c34c12126d1379d7309b9f6b63258c04196c" 2018-08-12 08:27:47,492 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:27:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c284a4e7-22a1-423a-a8f4-ed9e24586259 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-74abe6d7-495b-49f-proj", "previous": null, "next": null}, "projects": []} 2018-08-12 08:27:47,492 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-74abe6d7-495b-49f-proj used request id req-c284a4e7-22a1-423a-a8f4-ed9e24586259 2018-08-12 08:27:47,496 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee22c34c12126d1379d7309b9f6b63258c04196c" 2018-08-12 08:27:47,584 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:27:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-381fe90f-fe3a-4e4d-9066-b77f05c9d925 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:27:47,585 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-381fe90f-fe3a-4e4d-9066-b77f05c9d925 2018-08-12 08:27:47,590 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee22c34c12126d1379d7309b9f6b63258c04196c" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstancePortManipulationTests-74abe6d7-495b-49f-proj"}}' 2018-08-12 08:27:47,721 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:27:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c17868a0-5e71-4f6d-aeae-cf35c3c80a61 Content-Length: 332 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/9071d3c399304fb583cc322af8f39d36"}, "tags": [], "enabled": true, "id": "9071d3c399304fb583cc322af8f39d36", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-74abe6d7-495b-49f-proj"}} 2018-08-12 08:27:47,721 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-c17868a0-5e71-4f6d-aeae-cf35c3c80a61 2018-08-12 08:27:47,722 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-74abe6d7-495b-49f-proj 2018-08-12 08:27:47,722 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:27:47,723 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:27:48,123 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:27:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["EFfZhNiETb2nCeuTbSG6eQ"], "issued_at": "2018-08-12T08:27:48.000000Z"}} 2018-08-12 08:27:48,124 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}fc905c7339ae46b9fffb5ba8ef84853e18fd95ed" 2018-08-12 08:27:48,136 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:27:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-39c27b85-36d1-4e47-b9d9-4e704631c6c1 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:27:48,136 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-39c27b85-36d1-4e47-b9d9-4e704631c6c1 2018-08-12 08:27:48,140 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:27:48,145 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:27:48 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:27:48,146 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc905c7339ae46b9fffb5ba8ef84853e18fd95ed" 2018-08-12 08:27:48,258 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:27:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fdbd5421-7964-4e97-a2f1-1257a1fb4568 Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/105a247548624314b9228f85f6325f0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105a247548624314b9228f85f6325f0b", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/1c5de0eaa44543f08da6ad63a51594ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c5de0eaa44543f08da6ad63a51594ff", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/1d127b5b832547a88a547c116dfdd65b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d127b5b832547a88a547c116dfdd65b", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/1d5cfc170d624ce4ae53ae0507c8d517"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d5cfc170d624ce4ae53ae0507c8d517", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/2421820b75eb4d3ebd02830378d1377b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2421820b75eb4d3ebd02830378d1377b", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/40bd8ee54ecf44868cc83cede652c396"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40bd8ee54ecf44868cc83cede652c396", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/4f32fb8153854c4c9f5094b42b523f80"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f32fb8153854c4c9f5094b42b523f80", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7066130d08fb4db7bf4ab468de53933b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7066130d08fb4db7bf4ab468de53933b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/8d0898a83bcf4521bbc11501d5d7ac89"}, "domain_id": "1eec97585bde483292ece28ee11f4b8d", "enabled": true, "options": {}, "id": "8d0898a83bcf4521bbc11501d5d7ac89", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/9defcced327d476f8a3beab718a13da3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9defcced327d476f8a3beab718a13da3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/b80ee4f6992446e0879624dd436e99a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b80ee4f6992446e0879624dd436e99a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b86fd3e011324d398fcdb6f095a20a9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b86fd3e011324d398fcdb6f095a20a9d", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1701d2754064b5cadf765ea0806f9b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1701d2754064b5cadf765ea0806f9b2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/db4e7b8d76d549faa502716565c733dd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db4e7b8d76d549faa502716565c733dd", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-12 08:27:48,258 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-fdbd5421-7964-4e97-a2f1-1257a1fb4568 2018-08-12 08:27:48,262 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateInstancePortManipulationTests-74abe6d7-495b-49f-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc905c7339ae46b9fffb5ba8ef84853e18fd95ed" 2018-08-12 08:27:48,350 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:27:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ddc05bb8-21f9-4f04-9a34-53d1287063d1 Content-Encoding: gzip Content-Length: 268 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateInstancePortManipulationTests-74abe6d7-495b-49f-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/9071d3c399304fb583cc322af8f39d36"}, "tags": [], "enabled": true, "id": "9071d3c399304fb583cc322af8f39d36", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-74abe6d7-495b-49f-proj"}]} 2018-08-12 08:27:48,350 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateInstancePortManipulationTests-74abe6d7-495b-49f-proj used request id req-ddc05bb8-21f9-4f04-9a34-53d1287063d1 2018-08-12 08:27:48,354 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc905c7339ae46b9fffb5ba8ef84853e18fd95ed" 2018-08-12 08:27:48,448 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:27:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-181ad3d8-042b-422d-87cb-b07f6bfda9b7 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:27:48,448 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-181ad3d8-042b-422d-87cb-b07f6bfda9b7 2018-08-12 08:27:48,896 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-74abe6d7-495b-49f-user 2018-08-12 08:27:48,896 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:27:48,901 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee22c34c12126d1379d7309b9f6b63258c04196c" 2018-08-12 08:27:48,989 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:27:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be0a5395-96cc-4c15-8dbf-c4643316b227 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:27:48,989 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-be0a5395-96cc-4c15-8dbf-c4643316b227 2018-08-12 08:27:48,993 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee22c34c12126d1379d7309b9f6b63258c04196c" -d '{"role": {"name": "CreateInstancePortManipulationTests-74abe6d7-495b-49f-proj-role"}}' 2018-08-12 08:27:49,122 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:27:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8fa377a1-9298-4a32-9665-6d7ba39f7b2a Content-Length: 234 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "17a3adaaf0c54d4dafc59b653c686d01", "links": {"self": "http://172.30.9.21:5000/v3/roles/17a3adaaf0c54d4dafc59b653c686d01"}, "name": "CreateInstancePortManipulationTests-74abe6d7-495b-49f-proj-role"}} 2018-08-12 08:27:49,122 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-8fa377a1-9298-4a32-9665-6d7ba39f7b2a 2018-08-12 08:27:49,123 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-74abe6d7-495b-49f-proj-role 2018-08-12 08:27:49,126 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/17a3adaaf0c54d4dafc59b653c686d01 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee22c34c12126d1379d7309b9f6b63258c04196c" 2018-08-12 08:27:49,219 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:27:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c4bf876a-1b91-4a15-b9c3-df2b282798af Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "17a3adaaf0c54d4dafc59b653c686d01", "links": {"self": "http://172.30.9.21:5000/v3/roles/17a3adaaf0c54d4dafc59b653c686d01"}, "name": "CreateInstancePortManipulationTests-74abe6d7-495b-49f-proj-role"}} 2018-08-12 08:27:49,220 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/17a3adaaf0c54d4dafc59b653c686d01 used request id req-c4bf876a-1b91-4a15-b9c3-df2b282798af 2018-08-12 08:27:49,220 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-74abe6d7-495b-49f-proj-role to project CreateInstancePortManipulationTests-74abe6d7-495b-49f-proj 2018-08-12 08:27:49,223 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/9071d3c399304fb583cc322af8f39d36/users/6fedb322367e4994af16febca16cb9c5/roles/17a3adaaf0c54d4dafc59b653c686d01 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee22c34c12126d1379d7309b9f6b63258c04196c" 2018-08-12 08:27:49,376 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:27:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c3f8352c-f7b0-4165-a8c6-c4309287c67a 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 08:27:49,376 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/9071d3c399304fb583cc322af8f39d36/users/6fedb322367e4994af16febca16cb9c5/roles/17a3adaaf0c54d4dafc59b653c686d01 used request id req-c3f8352c-f7b0-4165-a8c6-c4309287c67a 2018-08-12 08:27:49,377 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-08-12 08:27:49,377 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:27:49,378 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:27:49,770 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "17a3adaaf0c54d4dafc59b653c686d01", "name": "CreateInstancePortManipulationTests-74abe6d7-495b-49f-proj-role"}], "expires_at": "2018-08-12T09:27:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9071d3c399304fb583cc322af8f39d36", "name": "CreateInstancePortManipulationTests-74abe6d7-495b-49f-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/9071d3c399304fb583cc322af8f39d36", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/9071d3c399304fb583cc322af8f39d36", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/9071d3c399304fb583cc322af8f39d36", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_9071d3c399304fb583cc322af8f39d36", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_9071d3c399304fb583cc322af8f39d36", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/9071d3c399304fb583cc322af8f39d36", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/9071d3c399304fb583cc322af8f39d36", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/9071d3c399304fb583cc322af8f39d36", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/9071d3c399304fb583cc322af8f39d36", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/9071d3c399304fb583cc322af8f39d36", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/9071d3c399304fb583cc322af8f39d36", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/9071d3c399304fb583cc322af8f39d36", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/9071d3c399304fb583cc322af8f39d36", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/9071d3c399304fb583cc322af8f39d36", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-74abe6d7-495b-49f-user", "id": "6fedb322367e4994af16febca16cb9c5"}, "audit_ids": ["EYKcjJ5yTlKOB83Kn-ErcQ"], "issued_at": "2018-08-12T08:27:49.000000Z"}} 2018-08-12 08:27:49,770 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}1b2daaeec4cee999ce07e0323600d8349b95ae4a" 2018-08-12 08:27:49,861 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:27:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d23aeac3-bb1c-47f9-a93b-3d2fe71a0ec4 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:27:49,861 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-d23aeac3-bb1c-47f9-a93b-3d2fe71a0ec4 2018-08-12 08:27:49,864 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-df2e31ce-ab55-412f-b1a7-83c5d1434478-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1b2daaeec4cee999ce07e0323600d8349b95ae4a" 2018-08-12 08:27:50,061 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 180 Content-Type: application/json X-Openstack-Request-Id: req-61f834d6-2fce-455e-b304-b72824f4efa7 Date: Sun, 12 Aug 2018 08:27:50 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-df2e31ce-ab55-412f-b1a7-83c5d1434478-image"} 2018-08-12 08:27:50,061 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-df2e31ce-ab55-412f-b1a7-83c5d1434478-image used request id req-61f834d6-2fce-455e-b304-b72824f4efa7 2018-08-12 08:27:50,064 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1b2daaeec4cee999ce07e0323600d8349b95ae4a" 2018-08-12 08:27:50,225 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-c91105ad-613e-488c-8aa0-3639fe77cfb9 Date: Sun, 12 Aug 2018 08:27:50 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"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}, "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}, "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"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "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"}, "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"}, "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}, "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}, "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"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "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}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-12 08:27:50,225 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-c91105ad-613e-488c-8aa0-3639fe77cfb9 2018-08-12 08:27:50,254 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}1b2daaeec4cee999ce07e0323600d8349b95ae4a" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstancePortManipulationTests-df2e31ce-ab55-412f-b1a7-83c5d1434478-image"}' 2018-08-12 08:27:50,479 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 639 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/27eefb9e-2a46-40e3-aedd-914aad3c51ce Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-1ae27821-4c98-4cdc-8e36-c25e8ebf70cb Date: Sun, 12 Aug 2018 08:27:50 GMT RESP BODY: {"status": "queued", "name": "CreateInstancePortManipulationTests-df2e31ce-ab55-412f-b1a7-83c5d1434478-image", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:27:50Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-08-12T08:27:50Z", "visibility": "shared", "locations": [], "self": "/v2/images/27eefb9e-2a46-40e3-aedd-914aad3c51ce", "min_disk": 0, "protected": false, "id": "27eefb9e-2a46-40e3-aedd-914aad3c51ce", "file": "/v2/images/27eefb9e-2a46-40e3-aedd-914aad3c51ce/file", "checksum": null, "owner": "9071d3c399304fb583cc322af8f39d36", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-12 08:27:50,479 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-1ae27821-4c98-4cdc-8e36-c25e8ebf70cb 2018-08-12 08:27:50,489 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/27eefb9e-2a46-40e3-aedd-914aad3c51ce/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1b2daaeec4cee999ce07e0323600d8349b95ae4a" -d '' 2018-08-12 08:27:51,096 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a4a9a157-60a6-4e35-894e-eaa4ca127c01 Date: Sun, 12 Aug 2018 08:27: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 08:27:51,096 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/27eefb9e-2a46-40e3-aedd-914aad3c51ce/file used request id req-a4a9a157-60a6-4e35-894e-eaa4ca127c01 2018-08-12 08:27:51,097 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-12 08:27:51,100 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/27eefb9e-2a46-40e3-aedd-914aad3c51ce -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1b2daaeec4cee999ce07e0323600d8349b95ae4a" 2018-08-12 08:27:51,118 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-373885b5-edd5-4ac9-b944-de344dad5332 Date: Sun, 12 Aug 2018 08:27:51 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-df2e31ce-ab55-412f-b1a7-83c5d1434478-image", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:27:50Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-12T08:27:51Z", "visibility": "shared", "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/27eefb9e-2a46-40e3-aedd-914aad3c51ce/snap", "metadata": {}}], "self": "/v2/images/27eefb9e-2a46-40e3-aedd-914aad3c51ce", "min_disk": 0, "protected": false, "id": "27eefb9e-2a46-40e3-aedd-914aad3c51ce", "file": "/v2/images/27eefb9e-2a46-40e3-aedd-914aad3c51ce/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "9071d3c399304fb583cc322af8f39d36", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/27eefb9e-2a46-40e3-aedd-914aad3c51ce/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-12 08:27:51,118 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/27eefb9e-2a46-40e3-aedd-914aad3c51ce used request id req-373885b5-edd5-4ac9-b944-de344dad5332 2018-08-12 08:27:51,121 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1b2daaeec4cee999ce07e0323600d8349b95ae4a" 2018-08-12 08:27:51,129 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-2174b33e-459d-475a-8cfd-27a570734a7b Date: Sun, 12 Aug 2018 08:27:51 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"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}, "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}, "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"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "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"}, "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"}, "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}, "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}, "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"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "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}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-12 08:27:51,129 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-2174b33e-459d-475a-8cfd-27a570734a7b 2018-08-12 08:27:51,131 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-df2e31ce-ab55-412f-b1a7-83c5d1434478-image 2018-08-12 08:27:51,134 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/27eefb9e-2a46-40e3-aedd-914aad3c51ce -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1b2daaeec4cee999ce07e0323600d8349b95ae4a" 2018-08-12 08:27:51,336 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-dc86183d-36c7-4a20-b1ef-6062efc2972c Date: Sun, 12 Aug 2018 08:27:51 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-df2e31ce-ab55-412f-b1a7-83c5d1434478-image", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:27:50Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-12T08:27:51Z", "visibility": "shared", "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/27eefb9e-2a46-40e3-aedd-914aad3c51ce/snap", "metadata": {}}], "self": "/v2/images/27eefb9e-2a46-40e3-aedd-914aad3c51ce", "min_disk": 0, "protected": false, "id": "27eefb9e-2a46-40e3-aedd-914aad3c51ce", "file": "/v2/images/27eefb9e-2a46-40e3-aedd-914aad3c51ce/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "9071d3c399304fb583cc322af8f39d36", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/27eefb9e-2a46-40e3-aedd-914aad3c51ce/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-12 08:27:51,336 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/27eefb9e-2a46-40e3-aedd-914aad3c51ce used request id req-dc86183d-36c7-4a20-b1ef-6062efc2972c 2018-08-12 08:27:51,337 - create_image - DEBUG - Instance status is - active 2018-08-12 08:27:51,337 - create_image - DEBUG - Image is active with name - CreateInstancePortManipulationTests-df2e31ce-ab55-412f-b1a7-83c5d1434478-image 2018-08-12 08:27:51,337 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-df2e31ce-ab55-412f-b1a7-83c5d1434478-image 2018-08-12 08:27:51,337 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:27:51,338 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:27:51,725 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "17a3adaaf0c54d4dafc59b653c686d01", "name": "CreateInstancePortManipulationTests-74abe6d7-495b-49f-proj-role"}], "expires_at": "2018-08-12T09:27:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9071d3c399304fb583cc322af8f39d36", "name": "CreateInstancePortManipulationTests-74abe6d7-495b-49f-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/9071d3c399304fb583cc322af8f39d36", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/9071d3c399304fb583cc322af8f39d36", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/9071d3c399304fb583cc322af8f39d36", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_9071d3c399304fb583cc322af8f39d36", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_9071d3c399304fb583cc322af8f39d36", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/9071d3c399304fb583cc322af8f39d36", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/9071d3c399304fb583cc322af8f39d36", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/9071d3c399304fb583cc322af8f39d36", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/9071d3c399304fb583cc322af8f39d36", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/9071d3c399304fb583cc322af8f39d36", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/9071d3c399304fb583cc322af8f39d36", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/9071d3c399304fb583cc322af8f39d36", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/9071d3c399304fb583cc322af8f39d36", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/9071d3c399304fb583cc322af8f39d36", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-74abe6d7-495b-49f-user", "id": "6fedb322367e4994af16febca16cb9c5"}, "audit_ids": ["yVnaAJrWRFurDTiH2z3U5A"], "issued_at": "2018-08-12T08:27:51.000000Z"}} 2018-08-12 08:27:51,726 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}45b0037da9a8d925b31553f40695310c132f0956" 2018-08-12 08:27:51,812 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:27:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f8f5a892-a565-426e-9a0c-93b508dc6d44 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:27:51,812 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-f8f5a892-a565-426e-9a0c-93b508dc6d44 2018-08-12 08:27:51,813 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:27:51,813 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:27:51,813 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:27:51,814 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:27:51,814 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:27:51,820 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-df2e31ce-ab55-412f-b1a7-83c5d1434478-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45b0037da9a8d925b31553f40695310c132f0956" 2018-08-12 08:27:52,014 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-92852832-59bc-4d68-af80-09d9677d04b2 Date: Sun, 12 Aug 2018 08:27:52 GMT RESP BODY: {"networks":[]} 2018-08-12 08:27:52,014 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-df2e31ce-ab55-412f-b1a7-83c5d1434478-pub-net used request id req-92852832-59bc-4d68-af80-09d9677d04b2 2018-08-12 08:27:52,015 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-df2e31ce-ab55-412f-b1a7-83c5d1434478-pub-net 2018-08-12 08:27:52,020 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45b0037da9a8d925b31553f40695310c132f0956" -d '{"network": {"name": "CreateInstancePortManipulationTests-df2e31ce-ab55-412f-b1a7-83c5d1434478-pub-net", "admin_state_up": true}}' 2018-08-12 08:27:52,701 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 617 X-Openstack-Request-Id: req-59e9265e-079a-41e4-b120-19f08748ef29 Date: Sun, 12 Aug 2018 08:27:52 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"9071d3c399304fb583cc322af8f39d36","created_at":"2018-08-12T08:27:52Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T08:27:52Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"9071d3c399304fb583cc322af8f39d36","id":"940db58d-7afb-4a30-a616-add39de98ea2","name":"CreateInstancePortManipulationTests-df2e31ce-ab55-412f-b1a7-83c5d1434478-pub-net"}} 2018-08-12 08:27:52,701 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-59e9265e-079a-41e4-b120-19f08748ef29 2018-08-12 08:27:52,707 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=940db58d-7afb-4a30-a616-add39de98ea2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45b0037da9a8d925b31553f40695310c132f0956" 2018-08-12 08:27:52,959 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 601 X-Openstack-Request-Id: req-d83bfd1f-35c6-4d0a-bb81-c01c49ee0f7b Date: Sun, 12 Aug 2018 08:27:52 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-12T08:27:52Z","tenant_id":"9071d3c399304fb583cc322af8f39d36","created_at":"2018-08-12T08:27:52Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"9071d3c399304fb583cc322af8f39d36","id":"940db58d-7afb-4a30-a616-add39de98ea2","name":"CreateInstancePortManipulationTests-df2e31ce-ab55-412f-b1a7-83c5d1434478-pub-net"}]} 2018-08-12 08:27:52,959 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=940db58d-7afb-4a30-a616-add39de98ea2 used request id req-d83bfd1f-35c6-4d0a-bb81-c01c49ee0f7b 2018-08-12 08:27:52,964 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=940db58d-7afb-4a30-a616-add39de98ea2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45b0037da9a8d925b31553f40695310c132f0956" 2018-08-12 08:27:53,178 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-110acca2-9952-41bd-b3d6-760df3bb2e2c Date: Sun, 12 Aug 2018 08:27:53 GMT RESP BODY: {"subnets":[]} 2018-08-12 08:27:53,178 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=940db58d-7afb-4a30-a616-add39de98ea2 used request id req-110acca2-9952-41bd-b3d6-760df3bb2e2c 2018-08-12 08:27:53,178 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-df2e31ce-ab55-412f-b1a7-83c5d1434478-pub-subnet 2018-08-12 08:27:53,184 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45b0037da9a8d925b31553f40695310c132f0956" -d '{"subnets": [{"ip_version": 4, "network_id": "940db58d-7afb-4a30-a616-add39de98ea2", "cidr": "10.55.0.0/24", "name": "CreateInstancePortManipulationTests-df2e31ce-ab55-412f-b1a7-83c5d1434478-pub-subnet"}]}' 2018-08-12 08:27:54,216 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-74210645-df28-4f68-8243-65cb1fec6e4e Date: Sun, 12 Aug 2018 08:27:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"940db58d-7afb-4a30-a616-add39de98ea2","tenant_id":"9071d3c399304fb583cc322af8f39d36","created_at":"2018-08-12T08:27:53Z","dns_nameservers":[],"updated_at":"2018-08-12T08:27:53Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"9071d3c399304fb583cc322af8f39d36","id":"0f3ec409-3e10-4886-aa26-4a9ff3037559","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-df2e31ce-ab55-412f-b1a7-83c5d1434478-pub-subnet"}]} 2018-08-12 08:27:54,216 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-74210645-df28-4f68-8243-65cb1fec6e4e 2018-08-12 08:27:54,221 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=940db58d-7afb-4a30-a616-add39de98ea2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45b0037da9a8d925b31553f40695310c132f0956" 2018-08-12 08:27:54,493 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-fccf70ce-f2d3-4914-ab31-05ee8c4794e3 Date: Sun, 12 Aug 2018 08:27:54 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":["0f3ec409-3e10-4886-aa26-4a9ff3037559"],"updated_at":"2018-08-12T08:27:53Z","tenant_id":"9071d3c399304fb583cc322af8f39d36","created_at":"2018-08-12T08:27:52Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"9071d3c399304fb583cc322af8f39d36","id":"940db58d-7afb-4a30-a616-add39de98ea2","name":"CreateInstancePortManipulationTests-df2e31ce-ab55-412f-b1a7-83c5d1434478-pub-net"}]} 2018-08-12 08:27:54,493 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=940db58d-7afb-4a30-a616-add39de98ea2 used request id req-fccf70ce-f2d3-4914-ab31-05ee8c4794e3 2018-08-12 08:27:54,498 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=940db58d-7afb-4a30-a616-add39de98ea2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45b0037da9a8d925b31553f40695310c132f0956" 2018-08-12 08:27:54,547 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-f7fe7c04-3968-4969-b904-80b345c8ce02 Date: Sun, 12 Aug 2018 08:27:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"940db58d-7afb-4a30-a616-add39de98ea2","tenant_id":"9071d3c399304fb583cc322af8f39d36","created_at":"2018-08-12T08:27:53Z","dns_nameservers":[],"updated_at":"2018-08-12T08:27:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"9071d3c399304fb583cc322af8f39d36","id":"0f3ec409-3e10-4886-aa26-4a9ff3037559","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-df2e31ce-ab55-412f-b1a7-83c5d1434478-pub-subnet"}]} 2018-08-12 08:27:54,547 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=940db58d-7afb-4a30-a616-add39de98ea2 used request id req-f7fe7c04-3968-4969-b904-80b345c8ce02 2018-08-12 08:27:54,547 - OpenStackNetwork - DEBUG - Network [940db58d-7afb-4a30-a616-add39de98ea2] created successfully 2018-08-12 08:27:54,548 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:27:54,548 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:27:54,952 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:27:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["ekckKGH3TF2MAwzL6bXmOw"], "issued_at": "2018-08-12T08:27:54.000000Z"}} 2018-08-12 08:27:54,953 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}3b75f20846d6c9396edefd0822da59e67446c265" 2018-08-12 08:27:55,040 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:27:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc5402f8-b184-46f3-91ed-7c54b519c760 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:27:55,040 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-fc5402f8-b184-46f3-91ed-7c54b519c760 2018-08-12 08:27:55,041 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-12 08:27:55,046 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b75f20846d6c9396edefd0822da59e67446c265" 2018-08-12 08:27:55,230 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:27:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-52533b28-d041-4da6-a9ae-07fae0e88042 x-compute-request-id: req-52533b28-d041-4da6-a9ae-07fae0e88042 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-08-12 08:27:55,230 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-52533b28-d041-4da6-a9ae-07fae0e88042 2018-08-12 08:27:55,234 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b75f20846d6c9396edefd0822da59e67446c265" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstancePortManipulationTests-df2e31ce-ab55-412f-b1a7-83c5d1434478-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-08-12 08:27:55,315 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:27:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-771b1c6b-c8da-4e46-a743-4f298597d44a x-compute-request-id: req-771b1c6b-c8da-4e46-a743-4f298597d44a Content-Encoding: gzip Content-Length: 330 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateInstancePortManipulationTests-df2e31ce-ab55-412f-b1a7-83c5d1434478-flavor-name", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/614f74f9-6565-48e9-bb70-f3c2be34aeb6", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/614f74f9-6565-48e9-bb70-f3c2be34aeb6", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": "614f74f9-6565-48e9-bb70-f3c2be34aeb6"}} 2018-08-12 08:27:55,315 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-771b1c6b-c8da-4e46-a743-4f298597d44a 2018-08-12 08:27:55,316 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:27:55,317 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:27:55,715 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "17a3adaaf0c54d4dafc59b653c686d01", "name": "CreateInstancePortManipulationTests-74abe6d7-495b-49f-proj-role"}], "expires_at": "2018-08-12T09:27:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9071d3c399304fb583cc322af8f39d36", "name": "CreateInstancePortManipulationTests-74abe6d7-495b-49f-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/9071d3c399304fb583cc322af8f39d36", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/9071d3c399304fb583cc322af8f39d36", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/9071d3c399304fb583cc322af8f39d36", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_9071d3c399304fb583cc322af8f39d36", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_9071d3c399304fb583cc322af8f39d36", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/9071d3c399304fb583cc322af8f39d36", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/9071d3c399304fb583cc322af8f39d36", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/9071d3c399304fb583cc322af8f39d36", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/9071d3c399304fb583cc322af8f39d36", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/9071d3c399304fb583cc322af8f39d36", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/9071d3c399304fb583cc322af8f39d36", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/9071d3c399304fb583cc322af8f39d36", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/9071d3c399304fb583cc322af8f39d36", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/9071d3c399304fb583cc322af8f39d36", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-74abe6d7-495b-49f-user", "id": "6fedb322367e4994af16febca16cb9c5"}, "audit_ids": ["tYKsVc2xRwm9q56x6rFCDw"], "issued_at": "2018-08-12T08:27:55.000000Z"}} 2018-08-12 08:27:55,716 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}a51eb1a589df554e23fddc3c52de4490a2a62ea3" 2018-08-12 08:27:55,836 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:27:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2434efa6-9840-446f-af72-68cf3869c631 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:27:55,837 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-2434efa6-9840-446f-af72-68cf3869c631 2018-08-12 08:27:55,838 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-12 08:27:55,839 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:27:55,839 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:27:55,839 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:27:55,839 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:27:55,840 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:27:55,842 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}a51eb1a589df554e23fddc3c52de4490a2a62ea3" 2018-08-12 08:27:55,854 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:27:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2aa6e4e6-6444-4a18-bb88-cd0e4c88b6f8 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:27:55,854 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-2aa6e4e6-6444-4a18-bb88-cd0e4c88b6f8 2018-08-12 08:27:55,861 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-df2e31ce-ab55-412f-b1a7-83c5d1434478-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a51eb1a589df554e23fddc3c52de4490a2a62ea3" 2018-08-12 08:27:56,154 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-8830a707-3bf8-49a2-8564-eacf5608e934 Date: Sun, 12 Aug 2018 08:27: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":["0f3ec409-3e10-4886-aa26-4a9ff3037559"],"updated_at":"2018-08-12T08:27:53Z","tenant_id":"9071d3c399304fb583cc322af8f39d36","created_at":"2018-08-12T08:27:52Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"9071d3c399304fb583cc322af8f39d36","id":"940db58d-7afb-4a30-a616-add39de98ea2","name":"CreateInstancePortManipulationTests-df2e31ce-ab55-412f-b1a7-83c5d1434478-pub-net"}]} 2018-08-12 08:27:56,154 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-df2e31ce-ab55-412f-b1a7-83c5d1434478-pub-net used request id req-8830a707-3bf8-49a2-8564-eacf5608e934 2018-08-12 08:27:56,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=940db58d-7afb-4a30-a616-add39de98ea2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a51eb1a589df554e23fddc3c52de4490a2a62ea3" 2018-08-12 08:27:56,371 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-2c280eac-9413-422f-8657-b2e7d1241110 Date: Sun, 12 Aug 2018 08:27:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"940db58d-7afb-4a30-a616-add39de98ea2","tenant_id":"9071d3c399304fb583cc322af8f39d36","created_at":"2018-08-12T08:27:53Z","dns_nameservers":[],"updated_at":"2018-08-12T08:27:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"9071d3c399304fb583cc322af8f39d36","id":"0f3ec409-3e10-4886-aa26-4a9ff3037559","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-df2e31ce-ab55-412f-b1a7-83c5d1434478-pub-subnet"}]} 2018-08-12 08:27:56,371 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=940db58d-7afb-4a30-a616-add39de98ea2 used request id req-2c280eac-9413-422f-8657-b2e7d1241110 2018-08-12 08:27:56,376 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-df2e31ce-ab55-412f-b1a7-83c5d1434478-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a51eb1a589df554e23fddc3c52de4490a2a62ea3" 2018-08-12 08:27:56,650 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-ff030c1d-9f58-4a98-8b2c-20248fd39587 Date: Sun, 12 Aug 2018 08:27: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":["0f3ec409-3e10-4886-aa26-4a9ff3037559"],"updated_at":"2018-08-12T08:27:53Z","tenant_id":"9071d3c399304fb583cc322af8f39d36","created_at":"2018-08-12T08:27:52Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"9071d3c399304fb583cc322af8f39d36","id":"940db58d-7afb-4a30-a616-add39de98ea2","name":"CreateInstancePortManipulationTests-df2e31ce-ab55-412f-b1a7-83c5d1434478-pub-net"}]} 2018-08-12 08:27:56,650 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-df2e31ce-ab55-412f-b1a7-83c5d1434478-pub-net used request id req-ff030c1d-9f58-4a98-8b2c-20248fd39587 2018-08-12 08:27:56,653 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:27:56,658 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:27:56 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:27:56,659 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/9071d3c399304fb583cc322af8f39d36 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a51eb1a589df554e23fddc3c52de4490a2a62ea3" 2018-08-12 08:27:56,749 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:27:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-363e6d41-9b7a-44b1-8ba6-bad4b710d59a Content-Encoding: gzip Content-Length: 236 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/9071d3c399304fb583cc322af8f39d36"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "9071d3c399304fb583cc322af8f39d36", "name": "CreateInstancePortManipulationTests-74abe6d7-495b-49f-proj"}} 2018-08-12 08:27:56,749 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/9071d3c399304fb583cc322af8f39d36 used request id req-363e6d41-9b7a-44b1-8ba6-bad4b710d59a 2018-08-12 08:27:56,754 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=940db58d-7afb-4a30-a616-add39de98ea2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a51eb1a589df554e23fddc3c52de4490a2a62ea3" 2018-08-12 08:27:56,973 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-4a74aaa6-a1e4-49ec-9e22-199e00da94f3 Date: Sun, 12 Aug 2018 08:27:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"940db58d-7afb-4a30-a616-add39de98ea2","tenant_id":"9071d3c399304fb583cc322af8f39d36","created_at":"2018-08-12T08:27:53Z","dns_nameservers":[],"updated_at":"2018-08-12T08:27:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"9071d3c399304fb583cc322af8f39d36","id":"0f3ec409-3e10-4886-aa26-4a9ff3037559","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-df2e31ce-ab55-412f-b1a7-83c5d1434478-pub-subnet"}]} 2018-08-12 08:27:56,974 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=940db58d-7afb-4a30-a616-add39de98ea2 used request id req-4a74aaa6-a1e4-49ec-9e22-199e00da94f3 2018-08-12 08:27:56,979 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=940db58d-7afb-4a30-a616-add39de98ea2&name=CreateInstancePortManipulationTests-df2e31ce-ab55-412f-b1a7-83c5d1434478port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a51eb1a589df554e23fddc3c52de4490a2a62ea3" 2018-08-12 08:27:57,174 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-a9236219-eb7c-40df-87dd-4682dacc8818 Date: Sun, 12 Aug 2018 08:27:57 GMT RESP BODY: {"ports":[]} 2018-08-12 08:27:57,174 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=940db58d-7afb-4a30-a616-add39de98ea2&name=CreateInstancePortManipulationTests-df2e31ce-ab55-412f-b1a7-83c5d1434478port-1&admin_state_up=True used request id req-a9236219-eb7c-40df-87dd-4682dacc8818 2018-08-12 08:27:57,177 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-df2e31ce-ab55-412f-b1a7-83c5d1434478-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a51eb1a589df554e23fddc3c52de4490a2a62ea3" 2018-08-12 08:27:57,640 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:27:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4d7e5300-172b-4772-b1e8-94e3c3de41a4 x-compute-request-id: req-4d7e5300-172b-4772-b1e8-94e3c3de41a4 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-12 08:27:57,640 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-df2e31ce-ab55-412f-b1a7-83c5d1434478-inst used request id req-4d7e5300-172b-4772-b1e8-94e3c3de41a4 2018-08-12 08:27:57,646 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-df2e31ce-ab55-412f-b1a7-83c5d1434478-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a51eb1a589df554e23fddc3c52de4490a2a62ea3" 2018-08-12 08:27:57,932 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-5425fae8-a27f-4457-bac1-9c35aa854be6 Date: Sun, 12 Aug 2018 08:27:57 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":["0f3ec409-3e10-4886-aa26-4a9ff3037559"],"updated_at":"2018-08-12T08:27:53Z","tenant_id":"9071d3c399304fb583cc322af8f39d36","created_at":"2018-08-12T08:27:52Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"9071d3c399304fb583cc322af8f39d36","id":"940db58d-7afb-4a30-a616-add39de98ea2","name":"CreateInstancePortManipulationTests-df2e31ce-ab55-412f-b1a7-83c5d1434478-pub-net"}]} 2018-08-12 08:27:57,932 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-df2e31ce-ab55-412f-b1a7-83c5d1434478-pub-net used request id req-5425fae8-a27f-4457-bac1-9c35aa854be6 2018-08-12 08:27:57,937 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=940db58d-7afb-4a30-a616-add39de98ea2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a51eb1a589df554e23fddc3c52de4490a2a62ea3" 2018-08-12 08:27:57,988 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-929a218b-8fe3-4cdd-8d0c-980a90a868bd Date: Sun, 12 Aug 2018 08:27:57 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"940db58d-7afb-4a30-a616-add39de98ea2","tenant_id":"9071d3c399304fb583cc322af8f39d36","created_at":"2018-08-12T08:27:53Z","dns_nameservers":[],"updated_at":"2018-08-12T08:27:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"9071d3c399304fb583cc322af8f39d36","id":"0f3ec409-3e10-4886-aa26-4a9ff3037559","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-df2e31ce-ab55-412f-b1a7-83c5d1434478-pub-subnet"}]} 2018-08-12 08:27:57,988 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=940db58d-7afb-4a30-a616-add39de98ea2 used request id req-929a218b-8fe3-4cdd-8d0c-980a90a868bd 2018-08-12 08:27:57,993 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-df2e31ce-ab55-412f-b1a7-83c5d1434478-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a51eb1a589df554e23fddc3c52de4490a2a62ea3" 2018-08-12 08:27:58,263 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-f9f0acd6-3b9c-454a-a7eb-7eb5b9bf56ac Date: Sun, 12 Aug 2018 08:27:58 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":["0f3ec409-3e10-4886-aa26-4a9ff3037559"],"updated_at":"2018-08-12T08:27:53Z","tenant_id":"9071d3c399304fb583cc322af8f39d36","created_at":"2018-08-12T08:27:52Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"9071d3c399304fb583cc322af8f39d36","id":"940db58d-7afb-4a30-a616-add39de98ea2","name":"CreateInstancePortManipulationTests-df2e31ce-ab55-412f-b1a7-83c5d1434478-pub-net"}]} 2018-08-12 08:27:58,263 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-df2e31ce-ab55-412f-b1a7-83c5d1434478-pub-net used request id req-f9f0acd6-3b9c-454a-a7eb-7eb5b9bf56ac 2018-08-12 08:27:58,267 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/9071d3c399304fb583cc322af8f39d36 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a51eb1a589df554e23fddc3c52de4490a2a62ea3" 2018-08-12 08:27:58,357 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:27:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-de3c627e-f246-4324-a06f-c334d7894d1b Content-Encoding: gzip Content-Length: 236 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/9071d3c399304fb583cc322af8f39d36"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "9071d3c399304fb583cc322af8f39d36", "name": "CreateInstancePortManipulationTests-74abe6d7-495b-49f-proj"}} 2018-08-12 08:27:58,357 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/9071d3c399304fb583cc322af8f39d36 used request id req-de3c627e-f246-4324-a06f-c334d7894d1b 2018-08-12 08:27:58,362 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=940db58d-7afb-4a30-a616-add39de98ea2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a51eb1a589df554e23fddc3c52de4490a2a62ea3" 2018-08-12 08:27:58,414 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-dd833632-ca8b-48d4-acdc-9191beb87c98 Date: Sun, 12 Aug 2018 08:27:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"940db58d-7afb-4a30-a616-add39de98ea2","tenant_id":"9071d3c399304fb583cc322af8f39d36","created_at":"2018-08-12T08:27:53Z","dns_nameservers":[],"updated_at":"2018-08-12T08:27:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"9071d3c399304fb583cc322af8f39d36","id":"0f3ec409-3e10-4886-aa26-4a9ff3037559","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-df2e31ce-ab55-412f-b1a7-83c5d1434478-pub-subnet"}]} 2018-08-12 08:27:58,414 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=940db58d-7afb-4a30-a616-add39de98ea2 used request id req-dd833632-ca8b-48d4-acdc-9191beb87c98 2018-08-12 08:27:58,419 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=940db58d-7afb-4a30-a616-add39de98ea2&name=CreateInstancePortManipulationTests-df2e31ce-ab55-412f-b1a7-83c5d1434478port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a51eb1a589df554e23fddc3c52de4490a2a62ea3" 2018-08-12 08:27:58,634 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-5bc2c149-0790-4b81-9a2f-9e0743964aa6 Date: Sun, 12 Aug 2018 08:27:58 GMT RESP BODY: {"ports":[]} 2018-08-12 08:27:58,634 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=940db58d-7afb-4a30-a616-add39de98ea2&name=CreateInstancePortManipulationTests-df2e31ce-ab55-412f-b1a7-83c5d1434478port-1&admin_state_up=True used request id req-5bc2c149-0790-4b81-9a2f-9e0743964aa6 2018-08-12 08:27:58,634 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:27:58,635 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:27:59,030 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "17a3adaaf0c54d4dafc59b653c686d01", "name": "CreateInstancePortManipulationTests-74abe6d7-495b-49f-proj-role"}], "expires_at": "2018-08-12T09:27:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9071d3c399304fb583cc322af8f39d36", "name": "CreateInstancePortManipulationTests-74abe6d7-495b-49f-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/9071d3c399304fb583cc322af8f39d36", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/9071d3c399304fb583cc322af8f39d36", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/9071d3c399304fb583cc322af8f39d36", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_9071d3c399304fb583cc322af8f39d36", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_9071d3c399304fb583cc322af8f39d36", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/9071d3c399304fb583cc322af8f39d36", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/9071d3c399304fb583cc322af8f39d36", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/9071d3c399304fb583cc322af8f39d36", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/9071d3c399304fb583cc322af8f39d36", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/9071d3c399304fb583cc322af8f39d36", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/9071d3c399304fb583cc322af8f39d36", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/9071d3c399304fb583cc322af8f39d36", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/9071d3c399304fb583cc322af8f39d36", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/9071d3c399304fb583cc322af8f39d36", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-74abe6d7-495b-49f-user", "id": "6fedb322367e4994af16febca16cb9c5"}, "audit_ids": ["zSkZMzJMToiwhuk1HCuVhg"], "issued_at": "2018-08-12T08:27:59.000000Z"}} 2018-08-12 08:27:59,031 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}ce7745f37c69974df4ff20ffb9b5b04d027bb289" 2018-08-12 08:27:59,121 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:27:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-850d2e17-8167-4981-9c56-56e42a824bb1 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:27:59,121 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-850d2e17-8167-4981-9c56-56e42a824bb1 2018-08-12 08:27:59,127 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-df2e31ce-ab55-412f-b1a7-83c5d1434478-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a51eb1a589df554e23fddc3c52de4490a2a62ea3" 2018-08-12 08:27:59,230 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-1d207b11-3bb2-488e-95af-096a0d1044e5 Date: Sun, 12 Aug 2018 08:27:59 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":["0f3ec409-3e10-4886-aa26-4a9ff3037559"],"updated_at":"2018-08-12T08:27:53Z","tenant_id":"9071d3c399304fb583cc322af8f39d36","created_at":"2018-08-12T08:27:52Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"9071d3c399304fb583cc322af8f39d36","id":"940db58d-7afb-4a30-a616-add39de98ea2","name":"CreateInstancePortManipulationTests-df2e31ce-ab55-412f-b1a7-83c5d1434478-pub-net"}]} 2018-08-12 08:27:59,230 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-df2e31ce-ab55-412f-b1a7-83c5d1434478-pub-net used request id req-1d207b11-3bb2-488e-95af-096a0d1044e5 2018-08-12 08:27:59,235 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=940db58d-7afb-4a30-a616-add39de98ea2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a51eb1a589df554e23fddc3c52de4490a2a62ea3" 2018-08-12 08:27:59,464 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-424c9852-f8ab-45d1-9254-1deaed018a70 Date: Sun, 12 Aug 2018 08:27:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"940db58d-7afb-4a30-a616-add39de98ea2","tenant_id":"9071d3c399304fb583cc322af8f39d36","created_at":"2018-08-12T08:27:53Z","dns_nameservers":[],"updated_at":"2018-08-12T08:27:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"9071d3c399304fb583cc322af8f39d36","id":"0f3ec409-3e10-4886-aa26-4a9ff3037559","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-df2e31ce-ab55-412f-b1a7-83c5d1434478-pub-subnet"}]} 2018-08-12 08:27:59,464 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=940db58d-7afb-4a30-a616-add39de98ea2 used request id req-424c9852-f8ab-45d1-9254-1deaed018a70 2018-08-12 08:27:59,469 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-df2e31ce-ab55-412f-b1a7-83c5d1434478-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a51eb1a589df554e23fddc3c52de4490a2a62ea3" 2018-08-12 08:27:59,571 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-43c014e7-0906-4729-b6f6-3800c87f285c Date: Sun, 12 Aug 2018 08:27:59 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":["0f3ec409-3e10-4886-aa26-4a9ff3037559"],"updated_at":"2018-08-12T08:27:53Z","tenant_id":"9071d3c399304fb583cc322af8f39d36","created_at":"2018-08-12T08:27:52Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"9071d3c399304fb583cc322af8f39d36","id":"940db58d-7afb-4a30-a616-add39de98ea2","name":"CreateInstancePortManipulationTests-df2e31ce-ab55-412f-b1a7-83c5d1434478-pub-net"}]} 2018-08-12 08:27:59,571 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-df2e31ce-ab55-412f-b1a7-83c5d1434478-pub-net used request id req-43c014e7-0906-4729-b6f6-3800c87f285c 2018-08-12 08:27:59,574 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:27:59,579 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:27:59 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:27:59,580 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/9071d3c399304fb583cc322af8f39d36 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce7745f37c69974df4ff20ffb9b5b04d027bb289" 2018-08-12 08:27:59,674 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:27:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-18ac97d9-e32e-4ffa-8fff-cf0011b4219c Content-Encoding: gzip Content-Length: 236 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/9071d3c399304fb583cc322af8f39d36"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "9071d3c399304fb583cc322af8f39d36", "name": "CreateInstancePortManipulationTests-74abe6d7-495b-49f-proj"}} 2018-08-12 08:27:59,674 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/9071d3c399304fb583cc322af8f39d36 used request id req-18ac97d9-e32e-4ffa-8fff-cf0011b4219c 2018-08-12 08:27:59,679 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=940db58d-7afb-4a30-a616-add39de98ea2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a51eb1a589df554e23fddc3c52de4490a2a62ea3" 2018-08-12 08:27:59,894 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-b67c41e6-f82d-435f-95f9-55f5c54c53c2 Date: Sun, 12 Aug 2018 08:27:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"940db58d-7afb-4a30-a616-add39de98ea2","tenant_id":"9071d3c399304fb583cc322af8f39d36","created_at":"2018-08-12T08:27:53Z","dns_nameservers":[],"updated_at":"2018-08-12T08:27:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"9071d3c399304fb583cc322af8f39d36","id":"0f3ec409-3e10-4886-aa26-4a9ff3037559","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-df2e31ce-ab55-412f-b1a7-83c5d1434478-pub-subnet"}]} 2018-08-12 08:27:59,894 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=940db58d-7afb-4a30-a616-add39de98ea2 used request id req-b67c41e6-f82d-435f-95f9-55f5c54c53c2 2018-08-12 08:27:59,899 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=940db58d-7afb-4a30-a616-add39de98ea2&name=CreateInstancePortManipulationTests-df2e31ce-ab55-412f-b1a7-83c5d1434478-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a51eb1a589df554e23fddc3c52de4490a2a62ea3" 2018-08-12 08:27:59,955 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-e7169643-94db-43d8-af7f-44bbba07a16d Date: Sun, 12 Aug 2018 08:27:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"940db58d-7afb-4a30-a616-add39de98ea2","tenant_id":"9071d3c399304fb583cc322af8f39d36","created_at":"2018-08-12T08:27:53Z","dns_nameservers":[],"updated_at":"2018-08-12T08:27:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"9071d3c399304fb583cc322af8f39d36","id":"0f3ec409-3e10-4886-aa26-4a9ff3037559","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-df2e31ce-ab55-412f-b1a7-83c5d1434478-pub-subnet"}]} 2018-08-12 08:27:59,956 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=940db58d-7afb-4a30-a616-add39de98ea2&name=CreateInstancePortManipulationTests-df2e31ce-ab55-412f-b1a7-83c5d1434478-pub-subnet used request id req-e7169643-94db-43d8-af7f-44bbba07a16d 2018-08-12 08:27:59,956 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-df2e31ce-ab55-412f-b1a7-83c5d1434478-pub-net 2018-08-12 08:27:59,961 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a51eb1a589df554e23fddc3c52de4490a2a62ea3" -d '{"port": {"network_id": "940db58d-7afb-4a30-a616-add39de98ea2", "fixed_ips": [{"subnet_id": "0f3ec409-3e10-4886-aa26-4a9ff3037559", "ip_address": "10.55.0.101"}], "name": "CreateInstancePortManipulationTests-df2e31ce-ab55-412f-b1a7-83c5d1434478port-1", "admin_state_up": true}}' 2018-08-12 08:28:00,947 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 772 X-Openstack-Request-Id: req-ba246651-81b4-4ade-90c1-80911aa8c964 Date: Sun, 12 Aug 2018 08:28:00 GMT RESP BODY: {"port":{"status":"DOWN","created_at":"2018-08-12T08:28:00Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"940db58d-7afb-4a30-a616-add39de98ea2","tenant_id":"9071d3c399304fb583cc322af8f39d36","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T08:28:00Z","name":"CreateInstancePortManipulationTests-df2e31ce-ab55-412f-b1a7-83c5d1434478port-1","device_owner":"","revision_number":6,"mac_address":"fa:16:3e:73:60:bf","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"9071d3c399304fb583cc322af8f39d36","fixed_ips":[{"subnet_id":"0f3ec409-3e10-4886-aa26-4a9ff3037559","ip_address":"10.55.0.101"}],"id":"8c9c55dd-d921-442d-b5d8-7fee31168f83","security_groups":["f1584e2a-6b6e-4739-a1aa-7d06adebf1b6"],"device_id":""}} 2018-08-12 08:28:00,947 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/ports used request id req-ba246651-81b4-4ade-90c1-80911aa8c964 2018-08-12 08:28:00,952 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-df2e31ce-ab55-412f-b1a7-83c5d1434478-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a51eb1a589df554e23fddc3c52de4490a2a62ea3" 2018-08-12 08:28:01,217 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-91f8e781-3a07-411d-ad27-fe74e22d2b03 Date: Sun, 12 Aug 2018 08:28:01 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":["0f3ec409-3e10-4886-aa26-4a9ff3037559"],"updated_at":"2018-08-12T08:27:53Z","tenant_id":"9071d3c399304fb583cc322af8f39d36","created_at":"2018-08-12T08:27:52Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"9071d3c399304fb583cc322af8f39d36","id":"940db58d-7afb-4a30-a616-add39de98ea2","name":"CreateInstancePortManipulationTests-df2e31ce-ab55-412f-b1a7-83c5d1434478-pub-net"}]} 2018-08-12 08:28:01,217 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-df2e31ce-ab55-412f-b1a7-83c5d1434478-pub-net used request id req-91f8e781-3a07-411d-ad27-fe74e22d2b03 2018-08-12 08:28:01,223 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=940db58d-7afb-4a30-a616-add39de98ea2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a51eb1a589df554e23fddc3c52de4490a2a62ea3" 2018-08-12 08:28:01,277 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-cb9ecbe1-bae0-4f99-a9dd-ad38ee8a6ac6 Date: Sun, 12 Aug 2018 08:28:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"940db58d-7afb-4a30-a616-add39de98ea2","tenant_id":"9071d3c399304fb583cc322af8f39d36","created_at":"2018-08-12T08:27:53Z","dns_nameservers":[],"updated_at":"2018-08-12T08:27:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"9071d3c399304fb583cc322af8f39d36","id":"0f3ec409-3e10-4886-aa26-4a9ff3037559","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-df2e31ce-ab55-412f-b1a7-83c5d1434478-pub-subnet"}]} 2018-08-12 08:28:01,277 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=940db58d-7afb-4a30-a616-add39de98ea2 used request id req-cb9ecbe1-bae0-4f99-a9dd-ad38ee8a6ac6 2018-08-12 08:28:01,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-df2e31ce-ab55-412f-b1a7-83c5d1434478-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a51eb1a589df554e23fddc3c52de4490a2a62ea3" 2018-08-12 08:28:01,548 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-780aac42-3950-4e96-98d5-4b4984159ffd Date: Sun, 12 Aug 2018 08:28:01 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":["0f3ec409-3e10-4886-aa26-4a9ff3037559"],"updated_at":"2018-08-12T08:27:53Z","tenant_id":"9071d3c399304fb583cc322af8f39d36","created_at":"2018-08-12T08:27:52Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"9071d3c399304fb583cc322af8f39d36","id":"940db58d-7afb-4a30-a616-add39de98ea2","name":"CreateInstancePortManipulationTests-df2e31ce-ab55-412f-b1a7-83c5d1434478-pub-net"}]} 2018-08-12 08:28:01,548 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-df2e31ce-ab55-412f-b1a7-83c5d1434478-pub-net used request id req-780aac42-3950-4e96-98d5-4b4984159ffd 2018-08-12 08:28:01,552 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/9071d3c399304fb583cc322af8f39d36 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a51eb1a589df554e23fddc3c52de4490a2a62ea3" 2018-08-12 08:28:01,644 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:28:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b08422ff-f0e5-4af9-9519-8b90dc487a5e Content-Encoding: gzip Content-Length: 236 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/9071d3c399304fb583cc322af8f39d36"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "9071d3c399304fb583cc322af8f39d36", "name": "CreateInstancePortManipulationTests-74abe6d7-495b-49f-proj"}} 2018-08-12 08:28:01,644 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/9071d3c399304fb583cc322af8f39d36 used request id req-b08422ff-f0e5-4af9-9519-8b90dc487a5e 2018-08-12 08:28:01,650 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=940db58d-7afb-4a30-a616-add39de98ea2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a51eb1a589df554e23fddc3c52de4490a2a62ea3" 2018-08-12 08:28:01,703 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-cb3cb423-bddf-48c5-90bd-a137aa63093a Date: Sun, 12 Aug 2018 08:28:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"940db58d-7afb-4a30-a616-add39de98ea2","tenant_id":"9071d3c399304fb583cc322af8f39d36","created_at":"2018-08-12T08:27:53Z","dns_nameservers":[],"updated_at":"2018-08-12T08:27:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"9071d3c399304fb583cc322af8f39d36","id":"0f3ec409-3e10-4886-aa26-4a9ff3037559","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-df2e31ce-ab55-412f-b1a7-83c5d1434478-pub-subnet"}]} 2018-08-12 08:28:01,703 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=940db58d-7afb-4a30-a616-add39de98ea2 used request id req-cb3cb423-bddf-48c5-90bd-a137aa63093a 2018-08-12 08:28:01,709 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=940db58d-7afb-4a30-a616-add39de98ea2&name=CreateInstancePortManipulationTests-df2e31ce-ab55-412f-b1a7-83c5d1434478port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a51eb1a589df554e23fddc3c52de4490a2a62ea3" 2018-08-12 08:28:01,765 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 775 X-Openstack-Request-Id: req-3f57553d-e0bd-4ff3-a7df-c68aa9f15e04 Date: Sun, 12 Aug 2018 08:28:01 GMT RESP BODY: {"ports":[{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"940db58d-7afb-4a30-a616-add39de98ea2","tenant_id":"9071d3c399304fb583cc322af8f39d36","created_at":"2018-08-12T08:28:00Z","admin_state_up":true,"updated_at":"2018-08-12T08:28:00Z","binding:vnic_type":"normal","device_id":"","device_owner":"","revision_number":6,"mac_address":"fa:16:3e:73:60:bf","id":"8c9c55dd-d921-442d-b5d8-7fee31168f83","port_security_enabled":true,"project_id":"9071d3c399304fb583cc322af8f39d36","fixed_ips":[{"subnet_id":"0f3ec409-3e10-4886-aa26-4a9ff3037559","ip_address":"10.55.0.101"}],"extra_dhcp_opts":[],"security_groups":["f1584e2a-6b6e-4739-a1aa-7d06adebf1b6"],"name":"CreateInstancePortManipulationTests-df2e31ce-ab55-412f-b1a7-83c5d1434478port-1"}]} 2018-08-12 08:28:01,766 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=940db58d-7afb-4a30-a616-add39de98ea2&name=CreateInstancePortManipulationTests-df2e31ce-ab55-412f-b1a7-83c5d1434478port-1&admin_state_up=True used request id req-3f57553d-e0bd-4ff3-a7df-c68aa9f15e04 2018-08-12 08:28:01,769 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/9071d3c399304fb583cc322af8f39d36 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a51eb1a589df554e23fddc3c52de4490a2a62ea3" 2018-08-12 08:28:01,857 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:28:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f5994f88-cc71-4702-b728-71ed659afb67 Content-Encoding: gzip Content-Length: 236 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/9071d3c399304fb583cc322af8f39d36"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "9071d3c399304fb583cc322af8f39d36", "name": "CreateInstancePortManipulationTests-74abe6d7-495b-49f-proj"}} 2018-08-12 08:28:01,857 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/9071d3c399304fb583cc322af8f39d36 used request id req-f5994f88-cc71-4702-b728-71ed659afb67 2018-08-12 08:28:01,858 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-df2e31ce-ab55-412f-b1a7-83c5d1434478-inst 2018-08-12 08:28:01,861 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a51eb1a589df554e23fddc3c52de4490a2a62ea3" 2018-08-12 08:28:01,880 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:28: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-3de14bed-9f4b-440f-926d-756542537581 x-compute-request-id: req-3de14bed-9f4b-440f-926d-756542537581 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"flavors": [{"id": "614f74f9-6565-48e9-bb70-f3c2be34aeb6", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/614f74f9-6565-48e9-bb70-f3c2be34aeb6", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/614f74f9-6565-48e9-bb70-f3c2be34aeb6", "rel": "bookmark"}], "name": "CreateInstancePortManipulationTests-df2e31ce-ab55-412f-b1a7-83c5d1434478-flavor-name"}]} 2018-08-12 08:28:01,880 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-3de14bed-9f4b-440f-926d-756542537581 2018-08-12 08:28:01,883 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors/614f74f9-6565-48e9-bb70-f3c2be34aeb6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a51eb1a589df554e23fddc3c52de4490a2a62ea3" 2018-08-12 08:28:01,905 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:28: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-045d4d8e-3182-4f08-bf0b-0342aac330a5 x-compute-request-id: req-045d4d8e-3182-4f08-bf0b-0342aac330a5 Content-Encoding: gzip Content-Length: 330 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateInstancePortManipulationTests-df2e31ce-ab55-412f-b1a7-83c5d1434478-flavor-name", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/614f74f9-6565-48e9-bb70-f3c2be34aeb6", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/614f74f9-6565-48e9-bb70-f3c2be34aeb6", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": "614f74f9-6565-48e9-bb70-f3c2be34aeb6"}} 2018-08-12 08:28:01,905 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/614f74f9-6565-48e9-bb70-f3c2be34aeb6 used request id req-045d4d8e-3182-4f08-bf0b-0342aac330a5 2018-08-12 08:28:01,908 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-df2e31ce-ab55-412f-b1a7-83c5d1434478-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a51eb1a589df554e23fddc3c52de4490a2a62ea3" 2018-08-12 08:28:02,110 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1080 Content-Type: application/json X-Openstack-Request-Id: req-6ab3c9d2-cdcb-4609-b1e0-7037224509d1 Date: Sun, 12 Aug 2018 08:28:02 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-df2e31ce-ab55-412f-b1a7-83c5d1434478-image", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:27:50Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-12T08:27:51Z", "visibility": "shared", "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/27eefb9e-2a46-40e3-aedd-914aad3c51ce/snap", "metadata": {}}], "self": "/v2/images/27eefb9e-2a46-40e3-aedd-914aad3c51ce", "min_disk": 0, "protected": false, "id": "27eefb9e-2a46-40e3-aedd-914aad3c51ce", "file": "/v2/images/27eefb9e-2a46-40e3-aedd-914aad3c51ce/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "9071d3c399304fb583cc322af8f39d36", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/27eefb9e-2a46-40e3-aedd-914aad3c51ce/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-df2e31ce-ab55-412f-b1a7-83c5d1434478-image"} 2018-08-12 08:28:02,110 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-df2e31ce-ab55-412f-b1a7-83c5d1434478-image used request id req-6ab3c9d2-cdcb-4609-b1e0-7037224509d1 2018-08-12 08:28:02,113 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a51eb1a589df554e23fddc3c52de4490a2a62ea3" 2018-08-12 08:28:02,287 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-412de7be-2bc3-43fe-81ef-9f1cbb5c2e23 Date: Sun, 12 Aug 2018 08:28:02 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"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}, "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}, "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"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "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"}, "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"}, "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}, "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}, "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"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "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}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-12 08:28:02,287 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-412de7be-2bc3-43fe-81ef-9f1cbb5c2e23 2018-08-12 08:28:02,292 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a51eb1a589df554e23fddc3c52de4490a2a62ea3" -d '{"server": {"name": "CreateInstancePortManipulationTests-df2e31ce-ab55-412f-b1a7-83c5d1434478-inst", "imageRef": "27eefb9e-2a46-40e3-aedd-914aad3c51ce", "flavorRef": "614f74f9-6565-48e9-bb70-f3c2be34aeb6", "max_count": 1, "min_count": 1, "networks": [{"port": "8c9c55dd-d921-442d-b5d8-7fee31168f83"}]}}' 2018-08-12 08:28:04,163 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 08:28: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-934cdb8b-f6c6-41e5-a33e-43e63df6900a x-compute-request-id: req-934cdb8b-f6c6-41e5-a33e-43e63df6900a Content-Length: 374 location: http://172.30.9.21:8774/v2.1/servers/52c4d5ae-f15a-4eb7-a14e-653a1e3ed861 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "52c4d5ae-f15a-4eb7-a14e-653a1e3ed861", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/52c4d5ae-f15a-4eb7-a14e-653a1e3ed861", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/52c4d5ae-f15a-4eb7-a14e-653a1e3ed861", "rel": "bookmark"}], "adminPass": "9rYkhzSam2rz"}} 2018-08-12 08:28:04,163 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-934cdb8b-f6c6-41e5-a33e-43e63df6900a 2018-08-12 08:28:04,166 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/52c4d5ae-f15a-4eb7-a14e-653a1e3ed861 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a51eb1a589df554e23fddc3c52de4490a2a62ea3" 2018-08-12 08:28:04,395 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:28: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-3acad376-5d25-4bac-a235-908dbd9b2589 x-compute-request-id: req-3acad376-5d25-4bac-a235-908dbd9b2589 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.21:8774/v2.1/servers/52c4d5ae-f15a-4eb7-a14e-653a1e3ed861", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/52c4d5ae-f15a-4eb7-a14e-653a1e3ed861", "rel": "bookmark"}], "image": {"id": "27eefb9e-2a46-40e3-aedd-914aad3c51ce", "links": [{"href": "http://172.30.9.21:8774/images/27eefb9e-2a46-40e3-aedd-914aad3c51ce", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "614f74f9-6565-48e9-bb70-f3c2be34aeb6", "links": [{"href": "http://172.30.9.21:8774/flavors/614f74f9-6565-48e9-bb70-f3c2be34aeb6", "rel": "bookmark"}]}, "id": "52c4d5ae-f15a-4eb7-a14e-653a1e3ed861", "user_id": "6fedb322367e4994af16febca16cb9c5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:28:04Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-df2e31ce-ab55-412f-b1a7-83c5d1434478-inst", "created": "2018-08-12T08:28:04Z", "tenant_id": "9071d3c399304fb583cc322af8f39d36", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:28:04,396 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/52c4d5ae-f15a-4eb7-a14e-653a1e3ed861 used request id req-3acad376-5d25-4bac-a235-908dbd9b2589 2018-08-12 08:28:04,396 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-df2e31ce-ab55-412f-b1a7-83c5d1434478-inst 2018-08-12 08:28:04,399 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/52c4d5ae-f15a-4eb7-a14e-653a1e3ed861 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a51eb1a589df554e23fddc3c52de4490a2a62ea3" 2018-08-12 08:28:04,636 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:28: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-c5931518-0dd2-4e59-a2c1-a0a59b16433e x-compute-request-id: req-c5931518-0dd2-4e59-a2c1-a0a59b16433e 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.21:8774/v2.1/servers/52c4d5ae-f15a-4eb7-a14e-653a1e3ed861", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/52c4d5ae-f15a-4eb7-a14e-653a1e3ed861", "rel": "bookmark"}], "image": {"id": "27eefb9e-2a46-40e3-aedd-914aad3c51ce", "links": [{"href": "http://172.30.9.21:8774/images/27eefb9e-2a46-40e3-aedd-914aad3c51ce", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "614f74f9-6565-48e9-bb70-f3c2be34aeb6", "links": [{"href": "http://172.30.9.21:8774/flavors/614f74f9-6565-48e9-bb70-f3c2be34aeb6", "rel": "bookmark"}]}, "id": "52c4d5ae-f15a-4eb7-a14e-653a1e3ed861", "user_id": "6fedb322367e4994af16febca16cb9c5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:28:04Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-df2e31ce-ab55-412f-b1a7-83c5d1434478-inst", "created": "2018-08-12T08:28:04Z", "tenant_id": "9071d3c399304fb583cc322af8f39d36", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:28:04,636 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/52c4d5ae-f15a-4eb7-a14e-653a1e3ed861 used request id req-c5931518-0dd2-4e59-a2c1-a0a59b16433e 2018-08-12 08:28:04,636 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-df2e31ce-ab55-412f-b1a7-83c5d1434478-inst] is - BUILD 2018-08-12 08:28:04,636 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-12 08:28:07,639 - create_instance - DEBUG - VM status query timeout in 896.756811857 2018-08-12 08:28:07,643 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/52c4d5ae-f15a-4eb7-a14e-653a1e3ed861 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a51eb1a589df554e23fddc3c52de4490a2a62ea3" 2018-08-12 08:28:08,335 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:28: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-a6057ea9-703f-4d5f-a3ca-0eedf4ba30f6 x-compute-request-id: req-a6057ea9-703f-4d5f-a3ca-0eedf4ba30f6 Content-Encoding: gzip Content-Length: 683 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/52c4d5ae-f15a-4eb7-a14e-653a1e3ed861", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/52c4d5ae-f15a-4eb7-a14e-653a1e3ed861", "rel": "bookmark"}], "image": {"id": "27eefb9e-2a46-40e3-aedd-914aad3c51ce", "links": [{"href": "http://172.30.9.21:8774/images/27eefb9e-2a46-40e3-aedd-914aad3c51ce", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "614f74f9-6565-48e9-bb70-f3c2be34aeb6", "links": [{"href": "http://172.30.9.21:8774/flavors/614f74f9-6565-48e9-bb70-f3c2be34aeb6", "rel": "bookmark"}]}, "id": "52c4d5ae-f15a-4eb7-a14e-653a1e3ed861", "security_groups": [{"name": "default"}], "user_id": "6fedb322367e4994af16febca16cb9c5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:28:06Z", "hostId": "a93515d7d4c99de153aa3cbb249e43ed69a9eb05de9687e305fa2707", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-df2e31ce-ab55-412f-b1a7-83c5d1434478-inst", "created": "2018-08-12T08:28:04Z", "tenant_id": "9071d3c399304fb583cc322af8f39d36", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:28:08,335 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/52c4d5ae-f15a-4eb7-a14e-653a1e3ed861 used request id req-a6057ea9-703f-4d5f-a3ca-0eedf4ba30f6 2018-08-12 08:28:08,335 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-df2e31ce-ab55-412f-b1a7-83c5d1434478-inst] is - BUILD 2018-08-12 08:28:08,336 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-12 08:28:11,339 - create_instance - DEBUG - VM status query timeout in 893.057451963 2018-08-12 08:28:11,342 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/52c4d5ae-f15a-4eb7-a14e-653a1e3ed861 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a51eb1a589df554e23fddc3c52de4490a2a62ea3" 2018-08-12 08:28:12,229 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:28: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-4ff90c9c-42ec-4dee-941d-64f4e0a19305 x-compute-request-id: req-4ff90c9c-42ec-4dee-941d-64f4e0a19305 Content-Encoding: gzip Content-Length: 759 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-df2e31ce-ab55-412f-b1a7-83c5d1434478-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:73:60:bf", "version": 4, "addr": "10.55.0.101", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/52c4d5ae-f15a-4eb7-a14e-653a1e3ed861", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/52c4d5ae-f15a-4eb7-a14e-653a1e3ed861", "rel": "bookmark"}], "image": {"id": "27eefb9e-2a46-40e3-aedd-914aad3c51ce", "links": [{"href": "http://172.30.9.21:8774/images/27eefb9e-2a46-40e3-aedd-914aad3c51ce", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:28:11.000000", "flavor": {"id": "614f74f9-6565-48e9-bb70-f3c2be34aeb6", "links": [{"href": "http://172.30.9.21:8774/flavors/614f74f9-6565-48e9-bb70-f3c2be34aeb6", "rel": "bookmark"}]}, "id": "52c4d5ae-f15a-4eb7-a14e-653a1e3ed861", "security_groups": [{"name": "default"}], "user_id": "6fedb322367e4994af16febca16cb9c5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:28:11Z", "hostId": "a93515d7d4c99de153aa3cbb249e43ed69a9eb05de9687e305fa2707", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-df2e31ce-ab55-412f-b1a7-83c5d1434478-inst", "created": "2018-08-12T08:28:04Z", "tenant_id": "9071d3c399304fb583cc322af8f39d36", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:28:12,229 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/52c4d5ae-f15a-4eb7-a14e-653a1e3ed861 used request id req-4ff90c9c-42ec-4dee-941d-64f4e0a19305 2018-08-12 08:28:12,229 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-df2e31ce-ab55-412f-b1a7-83c5d1434478-inst] is - ACTIVE 2018-08-12 08:28:12,230 - create_instance - INFO - VM is - ACTIVE 2018-08-12 08:28:12,232 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/52c4d5ae-f15a-4eb7-a14e-653a1e3ed861 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a51eb1a589df554e23fddc3c52de4490a2a62ea3" 2018-08-12 08:28:12,975 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:28: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-e7599d01-cbc4-4963-bdec-f63533fbc040 x-compute-request-id: req-e7599d01-cbc4-4963-bdec-f63533fbc040 Content-Encoding: gzip Content-Length: 759 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-df2e31ce-ab55-412f-b1a7-83c5d1434478-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:73:60:bf", "version": 4, "addr": "10.55.0.101", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/52c4d5ae-f15a-4eb7-a14e-653a1e3ed861", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/52c4d5ae-f15a-4eb7-a14e-653a1e3ed861", "rel": "bookmark"}], "image": {"id": "27eefb9e-2a46-40e3-aedd-914aad3c51ce", "links": [{"href": "http://172.30.9.21:8774/images/27eefb9e-2a46-40e3-aedd-914aad3c51ce", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:28:11.000000", "flavor": {"id": "614f74f9-6565-48e9-bb70-f3c2be34aeb6", "links": [{"href": "http://172.30.9.21:8774/flavors/614f74f9-6565-48e9-bb70-f3c2be34aeb6", "rel": "bookmark"}]}, "id": "52c4d5ae-f15a-4eb7-a14e-653a1e3ed861", "security_groups": [{"name": "default"}], "user_id": "6fedb322367e4994af16febca16cb9c5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:28:11Z", "hostId": "a93515d7d4c99de153aa3cbb249e43ed69a9eb05de9687e305fa2707", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-df2e31ce-ab55-412f-b1a7-83c5d1434478-inst", "created": "2018-08-12T08:28:04Z", "tenant_id": "9071d3c399304fb583cc322af8f39d36", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:28:12,975 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/52c4d5ae-f15a-4eb7-a14e-653a1e3ed861 used request id req-e7599d01-cbc4-4963-bdec-f63533fbc040 2018-08-12 08:28:12,980 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-df2e31ce-ab55-412f-b1a7-83c5d1434478-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a51eb1a589df554e23fddc3c52de4490a2a62ea3" 2018-08-12 08:28:13,120 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-1e11cc12-1102-4073-b159-38dbd0a80351 Date: Sun, 12 Aug 2018 08:28:13 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":["0f3ec409-3e10-4886-aa26-4a9ff3037559"],"updated_at":"2018-08-12T08:27:53Z","tenant_id":"9071d3c399304fb583cc322af8f39d36","created_at":"2018-08-12T08:27:52Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"9071d3c399304fb583cc322af8f39d36","id":"940db58d-7afb-4a30-a616-add39de98ea2","name":"CreateInstancePortManipulationTests-df2e31ce-ab55-412f-b1a7-83c5d1434478-pub-net"}]} 2018-08-12 08:28:13,120 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-df2e31ce-ab55-412f-b1a7-83c5d1434478-pub-net used request id req-1e11cc12-1102-4073-b159-38dbd0a80351 2018-08-12 08:28:13,124 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/9071d3c399304fb583cc322af8f39d36 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a51eb1a589df554e23fddc3c52de4490a2a62ea3" 2018-08-12 08:28:13,215 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:28:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7a20001e-47e2-45f3-8d2e-91ea69b763b3 Content-Encoding: gzip Content-Length: 236 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/9071d3c399304fb583cc322af8f39d36"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "9071d3c399304fb583cc322af8f39d36", "name": "CreateInstancePortManipulationTests-74abe6d7-495b-49f-proj"}} 2018-08-12 08:28:13,215 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/9071d3c399304fb583cc322af8f39d36 used request id req-7a20001e-47e2-45f3-8d2e-91ea69b763b3 2018-08-12 08:28:13,220 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=940db58d-7afb-4a30-a616-add39de98ea2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a51eb1a589df554e23fddc3c52de4490a2a62ea3" 2018-08-12 08:28:13,272 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-9e1814fc-331d-42c8-846d-1feedf922fe7 Date: Sun, 12 Aug 2018 08:28:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"940db58d-7afb-4a30-a616-add39de98ea2","tenant_id":"9071d3c399304fb583cc322af8f39d36","created_at":"2018-08-12T08:27:53Z","dns_nameservers":[],"updated_at":"2018-08-12T08:27:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"9071d3c399304fb583cc322af8f39d36","id":"0f3ec409-3e10-4886-aa26-4a9ff3037559","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-df2e31ce-ab55-412f-b1a7-83c5d1434478-pub-subnet"}]} 2018-08-12 08:28:13,272 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=940db58d-7afb-4a30-a616-add39de98ea2 used request id req-9e1814fc-331d-42c8-846d-1feedf922fe7 2018-08-12 08:28:13,278 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=940db58d-7afb-4a30-a616-add39de98ea2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a51eb1a589df554e23fddc3c52de4490a2a62ea3" 2018-08-12 08:28:13,535 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3040 X-Openstack-Request-Id: req-41c27c24-4c10-4f8e-99cf-0a3e345e13de Date: Sun, 12 Aug 2018 08:28:13 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"940db58d-7afb-4a30-a616-add39de98ea2","tenant_id":"9071d3c399304fb583cc322af8f39d36","created_at":"2018-08-12T08:27:54Z","admin_state_up":true,"updated_at":"2018-08-12T08:27:57Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-940db58d-7afb-4a30-a616-add39de98ea2","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:1a:05:66","id":"74fd1c17-a116-4e3c-a2ca-4d7810e65f0a","port_security_enabled":false,"project_id":"9071d3c399304fb583cc322af8f39d36","fixed_ips":[{"subnet_id":"0f3ec409-3e10-4886-aa26-4a9ff3037559","ip_address":"10.55.0.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"940db58d-7afb-4a30-a616-add39de98ea2","tenant_id":"9071d3c399304fb583cc322af8f39d36","created_at":"2018-08-12T08:27:54Z","admin_state_up":true,"updated_at":"2018-08-12T08:27:57Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-940db58d-7afb-4a30-a616-add39de98ea2","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:d6:93:f0","id":"7ab354bf-694e-4c25-87aa-a9788cd54963","port_security_enabled":false,"project_id":"9071d3c399304fb583cc322af8f39d36","fixed_ips":[{"subnet_id":"0f3ec409-3e10-4886-aa26-4a9ff3037559","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"940db58d-7afb-4a30-a616-add39de98ea2","tenant_id":"9071d3c399304fb583cc322af8f39d36","created_at":"2018-08-12T08:27:55Z","admin_state_up":true,"updated_at":"2018-08-12T08:27:58Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-940db58d-7afb-4a30-a616-add39de98ea2","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:0b:d0:30","id":"7bc9b632-4074-4493-a738-77f5d528fdda","port_security_enabled":false,"project_id":"9071d3c399304fb583cc322af8f39d36","fixed_ips":[{"subnet_id":"0f3ec409-3e10-4886-aa26-4a9ff3037559","ip_address":"10.55.0.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"940db58d-7afb-4a30-a616-add39de98ea2","tenant_id":"9071d3c399304fb583cc322af8f39d36","created_at":"2018-08-12T08:28:00Z","admin_state_up":true,"updated_at":"2018-08-12T08:28:10Z","binding:vnic_type":"normal","device_id":"52c4d5ae-f15a-4eb7-a14e-653a1e3ed861","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:73:60:bf","id":"8c9c55dd-d921-442d-b5d8-7fee31168f83","port_security_enabled":true,"project_id":"9071d3c399304fb583cc322af8f39d36","fixed_ips":[{"subnet_id":"0f3ec409-3e10-4886-aa26-4a9ff3037559","ip_address":"10.55.0.101"}],"extra_dhcp_opts":[],"security_groups":["f1584e2a-6b6e-4739-a1aa-7d06adebf1b6"],"name":"CreateInstancePortManipulationTests-df2e31ce-ab55-412f-b1a7-83c5d1434478port-1"}]} 2018-08-12 08:28:13,535 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=940db58d-7afb-4a30-a616-add39de98ea2 used request id req-41c27c24-4c10-4f8e-99cf-0a3e345e13de 2018-08-12 08:28:13,541 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=940db58d-7afb-4a30-a616-add39de98ea2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a51eb1a589df554e23fddc3c52de4490a2a62ea3" 2018-08-12 08:28:13,643 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-60aa076f-305c-4428-907e-b4b64af8cb84 Date: Sun, 12 Aug 2018 08:28:13 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":["0f3ec409-3e10-4886-aa26-4a9ff3037559"],"updated_at":"2018-08-12T08:27:53Z","tenant_id":"9071d3c399304fb583cc322af8f39d36","created_at":"2018-08-12T08:27:52Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"9071d3c399304fb583cc322af8f39d36","id":"940db58d-7afb-4a30-a616-add39de98ea2","name":"CreateInstancePortManipulationTests-df2e31ce-ab55-412f-b1a7-83c5d1434478-pub-net"}]} 2018-08-12 08:28:13,643 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=940db58d-7afb-4a30-a616-add39de98ea2 used request id req-60aa076f-305c-4428-907e-b4b64af8cb84 2018-08-12 08:28:13,649 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=940db58d-7afb-4a30-a616-add39de98ea2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a51eb1a589df554e23fddc3c52de4490a2a62ea3" 2018-08-12 08:28:13,876 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-9b939853-aec5-4c8f-9309-32f81918f23b Date: Sun, 12 Aug 2018 08:28:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"940db58d-7afb-4a30-a616-add39de98ea2","tenant_id":"9071d3c399304fb583cc322af8f39d36","created_at":"2018-08-12T08:27:53Z","dns_nameservers":[],"updated_at":"2018-08-12T08:27:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"9071d3c399304fb583cc322af8f39d36","id":"0f3ec409-3e10-4886-aa26-4a9ff3037559","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-df2e31ce-ab55-412f-b1a7-83c5d1434478-pub-subnet"}]} 2018-08-12 08:28:13,876 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=940db58d-7afb-4a30-a616-add39de98ea2 used request id req-9b939853-aec5-4c8f-9309-32f81918f23b 2018-08-12 08:28:13,881 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=940db58d-7afb-4a30-a616-add39de98ea2&name=CreateInstancePortManipulationTests-df2e31ce-ab55-412f-b1a7-83c5d1434478-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a51eb1a589df554e23fddc3c52de4490a2a62ea3" 2018-08-12 08:28:14,278 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-fd6a652e-08a0-46a2-bd74-57a9c6a80d5a Date: Sun, 12 Aug 2018 08:28:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"940db58d-7afb-4a30-a616-add39de98ea2","tenant_id":"9071d3c399304fb583cc322af8f39d36","created_at":"2018-08-12T08:27:53Z","dns_nameservers":[],"updated_at":"2018-08-12T08:27:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"9071d3c399304fb583cc322af8f39d36","id":"0f3ec409-3e10-4886-aa26-4a9ff3037559","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-df2e31ce-ab55-412f-b1a7-83c5d1434478-pub-subnet"}]} 2018-08-12 08:28:14,278 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=940db58d-7afb-4a30-a616-add39de98ea2&name=CreateInstancePortManipulationTests-df2e31ce-ab55-412f-b1a7-83c5d1434478-pub-subnet used request id req-fd6a652e-08a0-46a2-bd74-57a9c6a80d5a 2018-08-12 08:28:14,279 - create_instance - INFO - Deleting Port with ID - 8c9c55dd-d921-442d-b5d8-7fee31168f83 2018-08-12 08:28:14,279 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-df2e31ce-ab55-412f-b1a7-83c5d1434478port-1 2018-08-12 08:28:14,284 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/ports/8c9c55dd-d921-442d-b5d8-7fee31168f83 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a51eb1a589df554e23fddc3c52de4490a2a62ea3" 2018-08-12 08:28:14,812 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b21258ce-555b-4718-b664-ee81f9291535 Date: Sun, 12 Aug 2018 08:28:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:28:14,812 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/ports/8c9c55dd-d921-442d-b5d8-7fee31168f83 used request id req-b21258ce-555b-4718-b664-ee81f9291535 2018-08-12 08:28:14,812 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-df2e31ce-ab55-412f-b1a7-83c5d1434478-inst 2018-08-12 08:28:14,815 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/servers/52c4d5ae-f15a-4eb7-a14e-653a1e3ed861 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a51eb1a589df554e23fddc3c52de4490a2a62ea3" 2018-08-12 08:28:14,977 - novaclient.v2.client - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:28: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-11de5bbc-2721-45f0-acf2-e253a2fe1272 x-compute-request-id: req-11de5bbc-2721-45f0-acf2-e253a2fe1272 Content-Type: application/json 2018-08-12 08:28:14,977 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/52c4d5ae-f15a-4eb7-a14e-653a1e3ed861 used request id req-11de5bbc-2721-45f0-acf2-e253a2fe1272 2018-08-12 08:28:14,977 - create_instance - INFO - Checking deletion status 2018-08-12 08:28:14,980 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/52c4d5ae-f15a-4eb7-a14e-653a1e3ed861 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a51eb1a589df554e23fddc3c52de4490a2a62ea3" 2018-08-12 08:28:15,256 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:28: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-d9d44b1b-0b3e-40c2-8009-97e53a9e22c7 x-compute-request-id: req-d9d44b1b-0b3e-40c2-8009-97e53a9e22c7 Content-Encoding: gzip Content-Length: 742 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"CreateInstancePortManipulationTests-df2e31ce-ab55-412f-b1a7-83c5d1434478-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:73:60:bf", "version": 4, "addr": "10.55.0.101", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/52c4d5ae-f15a-4eb7-a14e-653a1e3ed861", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/52c4d5ae-f15a-4eb7-a14e-653a1e3ed861", "rel": "bookmark"}], "image": {"id": "27eefb9e-2a46-40e3-aedd-914aad3c51ce", "links": [{"href": "http://172.30.9.21:8774/images/27eefb9e-2a46-40e3-aedd-914aad3c51ce", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:28:11.000000", "flavor": {"id": "614f74f9-6565-48e9-bb70-f3c2be34aeb6", "links": [{"href": "http://172.30.9.21:8774/flavors/614f74f9-6565-48e9-bb70-f3c2be34aeb6", "rel": "bookmark"}]}, "id": "52c4d5ae-f15a-4eb7-a14e-653a1e3ed861", "user_id": "6fedb322367e4994af16febca16cb9c5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:28:14Z", "hostId": "a93515d7d4c99de153aa3cbb249e43ed69a9eb05de9687e305fa2707", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-df2e31ce-ab55-412f-b1a7-83c5d1434478-inst", "created": "2018-08-12T08:28:04Z", "tenant_id": "9071d3c399304fb583cc322af8f39d36", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:28:15,256 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/52c4d5ae-f15a-4eb7-a14e-653a1e3ed861 used request id req-d9d44b1b-0b3e-40c2-8009-97e53a9e22c7 2018-08-12 08:28:15,257 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-df2e31ce-ab55-412f-b1a7-83c5d1434478-inst] is - ACTIVE 2018-08-12 08:28:15,257 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-12 08:28:18,260 - create_instance - DEBUG - VM status query timeout in 296.717226028 2018-08-12 08:28:18,263 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/52c4d5ae-f15a-4eb7-a14e-653a1e3ed861 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a51eb1a589df554e23fddc3c52de4490a2a62ea3" 2018-08-12 08:28:18,309 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:28: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-0d954c97-d4f7-466c-9164-426fe6b208ac x-compute-request-id: req-0d954c97-d4f7-466c-9164-426fe6b208ac Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 52c4d5ae-f15a-4eb7-a14e-653a1e3ed861 could not be found.", "code": 404}} 2018-08-12 08:28:18,309 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/52c4d5ae-f15a-4eb7-a14e-653a1e3ed861 used request id req-0d954c97-d4f7-466c-9164-426fe6b208ac 2018-08-12 08:28:18,309 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 52c4d5ae-f15a-4eb7-a14e-653a1e3ed861 could not be found. (HTTP 404) (Request-ID: req-0d954c97-d4f7-466c-9164-426fe6b208ac) 2018-08-12 08:28:18,309 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-df2e31ce-ab55-412f-b1a7-83c5d1434478-inst 2018-08-12 08:28:18,313 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/flavors/614f74f9-6565-48e9-bb70-f3c2be34aeb6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b75f20846d6c9396edefd0822da59e67446c265" 2018-08-12 08:28:18,355 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 08:28: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-837a203f-94e7-4b53-9f23-edb8bcca09da x-compute-request-id: req-837a203f-94e7-4b53-9f23-edb8bcca09da Content-Length: 0 Content-Type: application/json 2018-08-12 08:28:18,355 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/614f74f9-6565-48e9-bb70-f3c2be34aeb6 used request id req-837a203f-94e7-4b53-9f23-edb8bcca09da 2018-08-12 08:28:18,356 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-df2e31ce-ab55-412f-b1a7-83c5d1434478-pub-subnet 2018-08-12 08:28:18,356 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-df2e31ce-ab55-412f-b1a7-83c5d1434478-pub-subnet 2018-08-12 08:28:18,361 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/0f3ec409-3e10-4886-aa26-4a9ff3037559 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45b0037da9a8d925b31553f40695310c132f0956" 2018-08-12 08:28:20,807 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-53543291-9558-46b1-b25c-850974908fa9 Date: Sun, 12 Aug 2018 08:28:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:28:20,807 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/0f3ec409-3e10-4886-aa26-4a9ff3037559 used request id req-53543291-9558-46b1-b25c-850974908fa9 2018-08-12 08:28:20,807 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-df2e31ce-ab55-412f-b1a7-83c5d1434478-pub-net 2018-08-12 08:28:20,812 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/940db58d-7afb-4a30-a616-add39de98ea2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45b0037da9a8d925b31553f40695310c132f0956" 2018-08-12 08:28:22,306 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c031b198-bbea-43c2-abdd-7e2e922ffbcd Date: Sun, 12 Aug 2018 08:28:22 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:28:22,306 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/940db58d-7afb-4a30-a616-add39de98ea2 used request id req-c031b198-bbea-43c2-abdd-7e2e922ffbcd 2018-08-12 08:28:22,307 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-df2e31ce-ab55-412f-b1a7-83c5d1434478-image 2018-08-12 08:28:22,309 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/27eefb9e-2a46-40e3-aedd-914aad3c51ce -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1b2daaeec4cee999ce07e0323600d8349b95ae4a" 2018-08-12 08:28:22,823 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-6cd2c2bd-9ede-43f4-9046-0269fbe1cdc3 Date: Sun, 12 Aug 2018 08:28:22 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-12 08:28:22,823 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/27eefb9e-2a46-40e3-aedd-914aad3c51ce used request id req-6cd2c2bd-9ede-43f4-9046-0269fbe1cdc3 2018-08-12 08:28:22,825 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:28:22,825 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:28:22,825 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:28:22,825 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:28:22,825 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:28:22,832 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee22c34c12126d1379d7309b9f6b63258c04196c" 2018-08-12 08:28:23,108 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 45548 X-Openstack-Request-Id: req-9e488515-0dc8-4a94-bbf5-5b731a087dc3 Date: Sun, 12 Aug 2018 08:28:23 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "created_at": "2018-08-12T06:59:44Z", "updated_at": "2018-08-12T06:59:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "1d7fd960-7865-4453-aecc-8d399b4fad21", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "66820d8a-b785-4b18-bd67-500221c8e4f9", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "74fc7638-a322-4841-8c47-06d36174a200", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "8eaa09ec-8419-4582-9312-1e527afe6e4b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}], "revision_number": 4, "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "created_at": "2018-08-12T05:12:34Z", "updated_at": "2018-08-12T05:12:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "709513d2-af7d-4d0b-bd3c-604fed75a711", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "aa346066-e46f-44f2-94be-2884aa998a19", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "c15f7b93-e56c-4afa-867d-2acb286d4b7b", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "cb0ef83f-5f70-4a80-ad35-431ca9df551e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}], "revision_number": 4, "project_id": "fa5a7fe6ee54472ba01638877aade8e3", "id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ea65becf30e54b27aa96a449698a435e", "created_at": "2018-08-12T05:10:35Z", "updated_at": "2018-08-12T05:10:35Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "30ad280c-f302-4cd4-a438-5139917b56f9", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "76115c4c-887d-4f0a-83e2-486e4b39c713", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "8ab14937-4c08-4d43-8a9a-662e622cc643", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "ee757a03-5662-4273-9c3e-6212e7afb48f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}], "revision_number": 4, "project_id": "ea65becf30e54b27aa96a449698a435e", "id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "created_at": "2018-08-12T06:20:09Z", "updated_at": "2018-08-12T06:20:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "1123b8f2-75ac-4a26-b9b2-a96da97408e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "2ddd2b93-e080-48cd-9a50-f5fe8a82ad0c", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "cd1bae62-0aea-4438-b4c3-50a69ae6f855", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "e398e01e-ceea-46d1-9534-b929808c4a5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}], "revision_number": 4, "project_id": "ff7abd7bb61f4f2889831e932d65dc2e", "id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "created_at": "2018-08-12T05:34:57Z", "updated_at": "2018-08-12T05:34:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "208a1c1e-f5f8-49c7-9a25-d07e68b1541f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "27bfd867-e607-4bf8-9de8-60682d3f771d", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "49360e1f-6fd3-4f35-b339-24cea95773ee", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "60f631a9-d305-4920-9631-d0543e2ac64f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}], "revision_number": 4, "project_id": "3a85ceae958d4d9fba68847e7df67db8", "id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "created_at": "2018-08-12T05:34:40Z", "updated_at": "2018-08-12T05:34:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "2192c259-363e-4768-ae73-e75837ad63b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "3f87ddc5-f84d-41dc-8215-847724782569", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "7d89f6da-ea78-49dd-9115-f9ad23b250bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "9ec4497d-0f65-44db-9be9-7b3042e4a584", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}], "revision_number": 4, "project_id": "85517fcf1c6247e699fdcdd42ecc8c79", "id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "created_at": "2018-08-12T05:16:02Z", "updated_at": "2018-08-12T05:16:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "1ecacd8c-c1c7-4a66-9871-406a69323b43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "3cc1750c-e0e7-4902-b6f3-494a161b832e", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "d719a7a4-8c99-44ed-8c12-6bf071890203", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "fe7421b5-d577-41da-8c78-62f3c07eda92", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}], "revision_number": 4, "project_id": "a267b9a156244bb192691cff6e5f74fe", "id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "315a428116f24d9fbb826b37080a918e", "created_at": "2018-08-12T05:11:31Z", "updated_at": "2018-08-12T05:11:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "5e52886a-1dc3-4a81-a55d-f388dc4fd1a1", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "678e32e4-d64c-448a-a4ab-e253ab94ae90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "a8da1539-e3ad-4f90-b2df-3dc1f09d228a", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "b73d5cc9-0205-4658-bb1f-61a042c0ab8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}], "revision_number": 4, "project_id": "315a428116f24d9fbb826b37080a918e", "id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-12T05:08:01Z", "updated_at": "2018-08-12T05:08:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:01Z", "revision_number": 0, "id": "0fb05d03-1117-45d0-930c-b6d4c96ef102", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "4faaab33-5788-4bbd-85b8-0fb44d41413a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "96d0c5a0-5c67-421b-8fc8-2b46d77e5db3", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "dd78519b-4bc5-4e8e-ad0f-58089dd69347", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "11a46741b7954b959fd7764109c047b6", "created_at": "2018-08-12T05:34:51Z", "updated_at": "2018-08-12T05:34:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "0b67bf3c-2289-43bb-ab6c-7d25ec32a279", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "51f3f833-337a-42bd-a8d5-742ea8d6c226", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "571fd0b5-ef90-408d-af33-aafb517b8993", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "944ba823-fb9c-496e-a66e-bb426bb14a8d", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}], "revision_number": 4, "project_id": "11a46741b7954b959fd7764109c047b6", "id": "90af9782-8112-4257-801d-ee5115d226ba", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "created_at": "2018-08-12T05:34:26Z", "updated_at": "2018-08-12T05:34:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "2ee1f63a-807c-4d6a-85ee-dd784f6b8c3f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5dec3ec2-2add-47dd-8618-90659dcf3885", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5ea0dc3e-49d0-43f0-94e9-f6443527d14c", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "fbfaca22-7e3e-4128-8973-43e439b77c28", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}], "revision_number": 4, "project_id": "3c01cd58055c44ecaef39f7e625c2258", "id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "521007c1818145639e93ceb270559219", "created_at": "2018-08-12T05:13:27Z", "updated_at": "2018-08-12T05:13:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "5e7fede5-b0f2-47d8-95c3-516cdfc7f9de", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "8fd0e36f-c6c4-4f64-ba97-40439e614448", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "db7d79de-1dfc-4138-945f-91e74cdc266b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "e87f2cff-ff3e-4b6d-aaf0-7f0eb0ab9f05", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}], "revision_number": 4, "project_id": "521007c1818145639e93ceb270559219", "id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "created_at": "2018-08-12T05:08:18Z", "updated_at": "2018-08-12T05:08:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "3c67be40-bf74-4f97-9693-d93ce73a23b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "6112d869-2fc6-4a25-a13c-3d55cd7206c0", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "bdf21c56-453e-482e-9cba-3c55abcb0339", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "c8e92c39-38cc-4f48-be9c-5f0912e6a725", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}], "revision_number": 4, "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "created_at": "2018-08-12T05:04:23Z", "updated_at": "2018-08-12T05:04:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "280546d9-8ad1-4283-abfc-15ee9b1736c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "58bce125-f2ca-4a6d-b9ca-4e6cf5c0f7a5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "69275b9a-cfb5-482c-a9c4-8ffc79adf2c7", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "6d747f3a-3764-469a-a645-f977585c5aac", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}], "revision_number": 4, "project_id": "310f5853751a4c968f3eeb0a3d99a0a8", "id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "created_at": "2018-08-12T05:34:42Z", "updated_at": "2018-08-12T05:34:42Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "199582e8-25aa-457a-aa7c-6d8413ca4464", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "234f3609-4454-448f-919d-c8143c7cd764", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "c1061460-71a2-49a9-a04b-9fa33eeb17ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "d21ac532-51d8-4d6b-8300-7bac216759bf", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}], "revision_number": 4, "project_id": "9f6c1a272706419c9a74b0893b2890e8", "id": "d6739716-c693-460c-89c6-e7c8c48f8245", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "created_at": "2018-08-12T05:34:54Z", "updated_at": "2018-08-12T05:34:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "0633a05a-ee7d-4476-a56b-75d011b22f77", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "6cc1b9f8-73db-47a3-a0e0-3c96c43f34da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "90d99a6b-e94f-4fd8-a10c-f19dd8954c13", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "e843c139-af2a-4d2c-a24f-59f7b10ff72e", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}], "revision_number": 4, "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "created_at": "2018-08-12T05:09:07Z", "updated_at": "2018-08-12T05:09:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "5495e168-f505-4d74-ae6d-387f0bf533c2", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "6fd19b8b-3062-456e-81ba-3ff37fe43429", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8ca59d25-485c-46ce-939c-2e4a468caeac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8f190846-50a0-42b9-b571-390809b752b1", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}], "revision_number": 4, "project_id": "fa9ca6d7608b4d7d87ce97331679a481", "id": "edcd9b17-9416-4c25-823c-060c435e18d7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "created_at": "2018-08-12T05:34:52Z", "updated_at": "2018-08-12T05:34:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "2c7e484e-6ec5-4a95-8c9c-66d294c0c27e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "70c74258-3c2c-4efc-87e0-079c26ee3417", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "b70382fa-082e-4c2b-abc8-87490fa50b11", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "c3628e02-b4b6-42c9-8751-c1a2d3c19caa", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}], "revision_number": 4, "project_id": "87db863ba6e348b0a5ddcb67053db9d1", "id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9071d3c399304fb583cc322af8f39d36", "created_at": "2018-08-12T08:27:52Z", "updated_at": "2018-08-12T08:27:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:27:52Z", "revision_number": 0, "id": "4e5b0f7b-9f79-4bbb-a636-6acd77f6608a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:27:52Z", "security_group_id": "f1584e2a-6b6e-4739-a1aa-7d06adebf1b6", "tenant_id": "9071d3c399304fb583cc322af8f39d36", "port_range_min": null, "ethertype": "IPv4", "project_id": "9071d3c399304fb583cc322af8f39d36"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:27:52Z", "revision_number": 0, "id": "61e5a038-d561-4497-b27f-f2d2cb5510ce", "remote_group_id": "f1584e2a-6b6e-4739-a1aa-7d06adebf1b6", "remote_ip_prefix": null, "created_at": "2018-08-12T08:27:52Z", "security_group_id": "f1584e2a-6b6e-4739-a1aa-7d06adebf1b6", "tenant_id": "9071d3c399304fb583cc322af8f39d36", "port_range_min": null, "ethertype": "IPv4", "project_id": "9071d3c399304fb583cc322af8f39d36"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:27:52Z", "revision_number": 0, "id": "c1867ed9-11c8-4d86-8446-8571f3e038bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:27:52Z", "security_group_id": "f1584e2a-6b6e-4739-a1aa-7d06adebf1b6", "tenant_id": "9071d3c399304fb583cc322af8f39d36", "port_range_min": null, "ethertype": "IPv6", "project_id": "9071d3c399304fb583cc322af8f39d36"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:27:52Z", "revision_number": 0, "id": "d07fdb82-4045-4251-9b2a-78888582e687", "remote_group_id": "f1584e2a-6b6e-4739-a1aa-7d06adebf1b6", "remote_ip_prefix": null, "created_at": "2018-08-12T08:27:52Z", "security_group_id": "f1584e2a-6b6e-4739-a1aa-7d06adebf1b6", "tenant_id": "9071d3c399304fb583cc322af8f39d36", "port_range_min": null, "ethertype": "IPv6", "project_id": "9071d3c399304fb583cc322af8f39d36"}], "revision_number": 4, "project_id": "9071d3c399304fb583cc322af8f39d36", "id": "f1584e2a-6b6e-4739-a1aa-7d06adebf1b6", "name": "default"}]} 2018-08-12 08:28:23,109 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-9e488515-0dc8-4a94-bbf5-5b731a087dc3 2018-08-12 08:28:23,117 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee22c34c12126d1379d7309b9f6b63258c04196c" 2018-08-12 08:28:23,209 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:28:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7abd9c82-f654-44fa-aa37-5b4a1fb1a209 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 5fe28c13d4d74ba2be8d019ac1ea6363.", "code": 404, "title": "Not Found"}} 2018-08-12 08:28:23,209 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 used request id req-7abd9c82-f654-44fa-aa37-5b4a1fb1a209 2018-08-12 08:28:23,209 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:28:23,213 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee22c34c12126d1379d7309b9f6b63258c04196c" 2018-08-12 08:28:23,302 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:28:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-639f7c5a-5d15-4a5d-8819-d71f8e16a41b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa5a7fe6ee54472ba01638877aade8e3.", "code": 404, "title": "Not Found"}} 2018-08-12 08:28:23,302 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 used request id req-639f7c5a-5d15-4a5d-8819-d71f8e16a41b 2018-08-12 08:28:23,302 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:28:23,305 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee22c34c12126d1379d7309b9f6b63258c04196c" 2018-08-12 08:28:23,398 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:28:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f36d088c-e3df-4929-a43e-82b03db6074a Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ea65becf30e54b27aa96a449698a435e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:28:23,398 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e used request id req-f36d088c-e3df-4929-a43e-82b03db6074a 2018-08-12 08:28:23,398 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:28:23,402 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee22c34c12126d1379d7309b9f6b63258c04196c" 2018-08-12 08:28:23,495 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:28:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a51419d2-778c-44d6-8a06-76f99b410e2a Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ff7abd7bb61f4f2889831e932d65dc2e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:28:23,496 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e used request id req-a51419d2-778c-44d6-8a06-76f99b410e2a 2018-08-12 08:28:23,496 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:28:23,499 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee22c34c12126d1379d7309b9f6b63258c04196c" 2018-08-12 08:28:23,608 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:28:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0c5833f3-9b8f-4215-ae55-1ae78e1e4ef3 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3a85ceae958d4d9fba68847e7df67db8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:28:23,608 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 used request id req-0c5833f3-9b8f-4215-ae55-1ae78e1e4ef3 2018-08-12 08:28:23,609 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:28:23,612 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee22c34c12126d1379d7309b9f6b63258c04196c" 2018-08-12 08:28:23,704 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:28:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-06a1bf99-1765-4e63-b78b-8ab431cb6728 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 85517fcf1c6247e699fdcdd42ecc8c79.", "code": 404, "title": "Not Found"}} 2018-08-12 08:28:23,705 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 used request id req-06a1bf99-1765-4e63-b78b-8ab431cb6728 2018-08-12 08:28:23,705 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:28:23,708 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee22c34c12126d1379d7309b9f6b63258c04196c" 2018-08-12 08:28:23,806 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:28:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-584f4252-3920-46fd-a96c-95864f776303 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}} 2018-08-12 08:28:23,806 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe used request id req-584f4252-3920-46fd-a96c-95864f776303 2018-08-12 08:28:23,810 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee22c34c12126d1379d7309b9f6b63258c04196c" 2018-08-12 08:28:23,896 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:28:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fcf540ca-0833-4480-bb19-055141bb4025 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 315a428116f24d9fbb826b37080a918e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:28:23,896 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e used request id req-fcf540ca-0833-4480-bb19-055141bb4025 2018-08-12 08:28:23,896 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:28:23,900 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee22c34c12126d1379d7309b9f6b63258c04196c" 2018-08-12 08:28:24,101 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:28:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-05dbad3e-69dd-44d5-aec1-446d75fe8f44 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 11a46741b7954b959fd7764109c047b6.", "code": 404, "title": "Not Found"}} 2018-08-12 08:28:24,101 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 used request id req-05dbad3e-69dd-44d5-aec1-446d75fe8f44 2018-08-12 08:28:24,102 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:28:24,105 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee22c34c12126d1379d7309b9f6b63258c04196c" 2018-08-12 08:28:24,198 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:28:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0d5258d4-9208-426c-8cc7-0ba6d85963a0 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3c01cd58055c44ecaef39f7e625c2258.", "code": 404, "title": "Not Found"}} 2018-08-12 08:28:24,198 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 used request id req-0d5258d4-9208-426c-8cc7-0ba6d85963a0 2018-08-12 08:28:24,198 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:28:24,202 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee22c34c12126d1379d7309b9f6b63258c04196c" 2018-08-12 08:28:24,290 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:28:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5bae8f2c-ec98-425f-a1d8-9126cc6e6e17 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 521007c1818145639e93ceb270559219.", "code": 404, "title": "Not Found"}} 2018-08-12 08:28:24,290 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 used request id req-5bae8f2c-ec98-425f-a1d8-9126cc6e6e17 2018-08-12 08:28:24,290 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:28:24,293 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee22c34c12126d1379d7309b9f6b63258c04196c" 2018-08-12 08:28:24,385 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:28:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-42c25b9b-9589-49e8-9703-fc4c4a5e2e9a Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e18fcc7fc10a4fd0b20234f8520d0aab.", "code": 404, "title": "Not Found"}} 2018-08-12 08:28:24,385 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab used request id req-42c25b9b-9589-49e8-9703-fc4c4a5e2e9a 2018-08-12 08:28:24,385 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:28:24,389 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee22c34c12126d1379d7309b9f6b63258c04196c" 2018-08-12 08:28:24,484 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:28:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-43205ac1-4124-44b4-9da8-f903e183b398 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "310f5853751a4c968f3eeb0a3d99a0a8", "name": "service"}} 2018-08-12 08:28:24,484 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 used request id req-43205ac1-4124-44b4-9da8-f903e183b398 2018-08-12 08:28:24,488 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee22c34c12126d1379d7309b9f6b63258c04196c" 2018-08-12 08:28:24,575 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:28:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f852fa5f-2da2-4dee-adb7-562a1e255fc3 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9f6c1a272706419c9a74b0893b2890e8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:28:24,575 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 used request id req-f852fa5f-2da2-4dee-adb7-562a1e255fc3 2018-08-12 08:28:24,575 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:28:24,579 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/34cb7327fcfc4b52a63b4b8c0ea4a54d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee22c34c12126d1379d7309b9f6b63258c04196c" 2018-08-12 08:28:24,669 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:28:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-359c10c4-e9c2-4485-aa8e-9bb34c60560f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 34cb7327fcfc4b52a63b4b8c0ea4a54d.", "code": 404, "title": "Not Found"}} 2018-08-12 08:28:24,669 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/34cb7327fcfc4b52a63b4b8c0ea4a54d used request id req-359c10c4-e9c2-4485-aa8e-9bb34c60560f 2018-08-12 08:28:24,669 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:28:24,673 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa9ca6d7608b4d7d87ce97331679a481 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee22c34c12126d1379d7309b9f6b63258c04196c" 2018-08-12 08:28:24,766 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:28:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4b160f29-1d00-4f33-8879-efb13f1b280d Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa9ca6d7608b4d7d87ce97331679a481.", "code": 404, "title": "Not Found"}} 2018-08-12 08:28:24,766 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa9ca6d7608b4d7d87ce97331679a481 used request id req-4b160f29-1d00-4f33-8879-efb13f1b280d 2018-08-12 08:28:24,766 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:28:24,769 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/87db863ba6e348b0a5ddcb67053db9d1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee22c34c12126d1379d7309b9f6b63258c04196c" 2018-08-12 08:28:24,855 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:28:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3fd96f20-8bc4-4cc5-b670-d5b89000d6be Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87db863ba6e348b0a5ddcb67053db9d1.", "code": 404, "title": "Not Found"}} 2018-08-12 08:28:24,855 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/87db863ba6e348b0a5ddcb67053db9d1 used request id req-3fd96f20-8bc4-4cc5-b670-d5b89000d6be 2018-08-12 08:28:24,856 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:28:24,859 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/9071d3c399304fb583cc322af8f39d36 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee22c34c12126d1379d7309b9f6b63258c04196c" 2018-08-12 08:28:24,958 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:28:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-312d6e10-fb9b-40ac-bb9e-e2762cd38a58 Content-Encoding: gzip Content-Length: 236 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/9071d3c399304fb583cc322af8f39d36"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "9071d3c399304fb583cc322af8f39d36", "name": "CreateInstancePortManipulationTests-74abe6d7-495b-49f-proj"}} 2018-08-12 08:28:24,959 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/9071d3c399304fb583cc322af8f39d36 used request id req-312d6e10-fb9b-40ac-bb9e-e2762cd38a58 2018-08-12 08:28:24,959 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f1584e2a-6b6e-4739-a1aa-7d06adebf1b6 2018-08-12 08:28:24,964 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=f1584e2a-6b6e-4739-a1aa-7d06adebf1b6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee22c34c12126d1379d7309b9f6b63258c04196c" 2018-08-12 08:28:25,155 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-ccf5e3d0-44da-4868-a995-9e959869dc05 Date: Sun, 12 Aug 2018 08:28:25 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:27:52Z", "security_group_id": "f1584e2a-6b6e-4739-a1aa-7d06adebf1b6", "port_range_min": null, "revision_number": 0, "tenant_id": "9071d3c399304fb583cc322af8f39d36", "created_at": "2018-08-12T08:27:52Z", "project_id": "9071d3c399304fb583cc322af8f39d36", "id": "4e5b0f7b-9f79-4bbb-a636-6acd77f6608a"}, {"remote_group_id": "f1584e2a-6b6e-4739-a1aa-7d06adebf1b6", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:27:52Z", "security_group_id": "f1584e2a-6b6e-4739-a1aa-7d06adebf1b6", "port_range_min": null, "revision_number": 0, "tenant_id": "9071d3c399304fb583cc322af8f39d36", "created_at": "2018-08-12T08:27:52Z", "project_id": "9071d3c399304fb583cc322af8f39d36", "id": "61e5a038-d561-4497-b27f-f2d2cb5510ce"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:27:52Z", "security_group_id": "f1584e2a-6b6e-4739-a1aa-7d06adebf1b6", "port_range_min": null, "revision_number": 0, "tenant_id": "9071d3c399304fb583cc322af8f39d36", "created_at": "2018-08-12T08:27:52Z", "project_id": "9071d3c399304fb583cc322af8f39d36", "id": "c1867ed9-11c8-4d86-8446-8571f3e038bd"}, {"remote_group_id": "f1584e2a-6b6e-4739-a1aa-7d06adebf1b6", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:27:52Z", "security_group_id": "f1584e2a-6b6e-4739-a1aa-7d06adebf1b6", "port_range_min": null, "revision_number": 0, "tenant_id": "9071d3c399304fb583cc322af8f39d36", "created_at": "2018-08-12T08:27:52Z", "project_id": "9071d3c399304fb583cc322af8f39d36", "id": "d07fdb82-4045-4251-9b2a-78888582e687"}]} 2018-08-12 08:28:25,155 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=f1584e2a-6b6e-4739-a1aa-7d06adebf1b6 used request id req-ccf5e3d0-44da-4868-a995-9e959869dc05 2018-08-12 08:28:25,156 - neutron_utils - INFO - Deleting security group with name - default 2018-08-12 08:28:25,161 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/f1584e2a-6b6e-4739-a1aa-7d06adebf1b6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee22c34c12126d1379d7309b9f6b63258c04196c" 2018-08-12 08:28:25,652 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-86253bcb-fe56-4723-88ee-ecd3110d632d Content-Length: 0 Date: Sun, 12 Aug 2018 08:28:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:28:25,652 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/f1584e2a-6b6e-4739-a1aa-7d06adebf1b6 used request id req-86253bcb-fe56-4723-88ee-ecd3110d632d 2018-08-12 08:28:25,653 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-74abe6d7-495b-49f-proj 2018-08-12 08:28:25,656 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/9071d3c399304fb583cc322af8f39d36 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee22c34c12126d1379d7309b9f6b63258c04196c" 2018-08-12 08:28:25,877 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:28:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b7ec7e2d-2db7-42f2-9b33-f90b938d8eb1 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 08:28:25,877 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/9071d3c399304fb583cc322af8f39d36 used request id req-b7ec7e2d-2db7-42f2-9b33-f90b938d8eb1 2018-08-12 08:28:25,877 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-74abe6d7-495b-49f-proj-role 2018-08-12 08:28:25,881 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/17a3adaaf0c54d4dafc59b653c686d01 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee22c34c12126d1379d7309b9f6b63258c04196c" 2018-08-12 08:28:25,984 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:28:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-769022bd-16dd-4459-b27e-086ef27bc5a5 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 08:28:25,984 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/17a3adaaf0c54d4dafc59b653c686d01 used request id req-769022bd-16dd-4459-b27e-086ef27bc5a5 2018-08-12 08:28:25,988 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee22c34c12126d1379d7309b9f6b63258c04196c" 2018-08-12 08:28:26,079 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:28:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d936bb9-88df-48d0-8df3-1291d55a2e85 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:28:26,079 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-8d936bb9-88df-48d0-8df3-1291d55a2e85 2018-08-12 08:28:26,080 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-74abe6d7-495b-49f-user 2018-08-12 08:28:26,083 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/6fedb322367e4994af16febca16cb9c5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc905c7339ae46b9fffb5ba8ef84853e18fd95ed" 2018-08-12 08:28:26,268 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:28:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e483c917-b3b5-4977-906c-c5069da1fc57 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 08:28:26,268 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/6fedb322367e4994af16febca16cb9c5 used request id req-e483c917-b3b5-4977-906c-c5069da1fc57 2018-08-12 08:28:26,269 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:28:26,664 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:28:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["t4JP4SMzTAiW0xmIuQgbSA"], "issued_at": "2018-08-12T08:28:26.000000Z"}} 2018-08-12 08:28:26,664 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}2eb4ca725de89956161b31e5b27d9029a1d415e5" 2018-08-12 08:28:26,756 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:28:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9a31f4ba-3664-44e9-a180-c89f4991fa42 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:28:26,756 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-9a31f4ba-3664-44e9-a180-c89f4991fa42 2018-08-12 08:28:26,757 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:28:26,758 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:28:27,150 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:28:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["GUYs7JGeSIWuROXVy2JVTQ"], "issued_at": "2018-08-12T08:28:27.000000Z"}} 2018-08-12 08:28:27,151 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}da52e9e222736373d08e9b89652ddb005b22cbfd" 2018-08-12 08:28:27,231 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:28:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f1ceedd8-4d29-4ba9-a9da-e218ad959308 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:28:27,231 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-f1ceedd8-4d29-4ba9-a9da-e218ad959308 2018-08-12 08:28:27,235 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:28:27,241 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:28:27 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:28:27,242 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-974a9976-2180-49c-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da52e9e222736373d08e9b89652ddb005b22cbfd" 2018-08-12 08:28:27,333 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:28:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a0055303-acf5-4510-b535-7a0f065a3fe4 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-974a9976-2180-49c-proj", "previous": null, "next": null}, "projects": []} 2018-08-12 08:28:27,333 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-974a9976-2180-49c-proj used request id req-a0055303-acf5-4510-b535-7a0f065a3fe4 2018-08-12 08:28:27,337 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da52e9e222736373d08e9b89652ddb005b22cbfd" 2018-08-12 08:28:27,430 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:28:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-586d7b5d-9d5c-4e91-ac75-2f682b0ccb9e Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:28:27,430 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-586d7b5d-9d5c-4e91-ac75-2f682b0ccb9e 2018-08-12 08:28:27,434 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da52e9e222736373d08e9b89652ddb005b22cbfd" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstancePortManipulationTests-974a9976-2180-49c-proj"}}' 2018-08-12 08:28:27,565 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:28:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9b2260d5-c21d-4a0d-a6fb-2f7c5a6a13fe Content-Length: 332 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/610df934a94c45439f778ce74401fb58"}, "tags": [], "enabled": true, "id": "610df934a94c45439f778ce74401fb58", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-974a9976-2180-49c-proj"}} 2018-08-12 08:28:27,565 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-9b2260d5-c21d-4a0d-a6fb-2f7c5a6a13fe 2018-08-12 08:28:27,566 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-974a9976-2180-49c-proj 2018-08-12 08:28:27,566 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:28:27,567 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:28:27,970 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:28:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["TP710wlORKOv-NA-4x9vTg"], "issued_at": "2018-08-12T08:28:27.000000Z"}} 2018-08-12 08:28:27,971 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}c436c516139aca3686bde7170a6b99ba7000e639" 2018-08-12 08:28:27,983 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:28:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-acb5b776-cf95-4562-aa29-254719eaf938 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:28:27,984 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-acb5b776-cf95-4562-aa29-254719eaf938 2018-08-12 08:28:27,987 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:28:27,992 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:28:27 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:28:27,993 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c436c516139aca3686bde7170a6b99ba7000e639" 2018-08-12 08:28:28,100 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:28:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5d685304-2fb8-4953-bcac-2684317dc5b5 Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/105a247548624314b9228f85f6325f0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105a247548624314b9228f85f6325f0b", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/1c5de0eaa44543f08da6ad63a51594ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c5de0eaa44543f08da6ad63a51594ff", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/1d127b5b832547a88a547c116dfdd65b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d127b5b832547a88a547c116dfdd65b", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/1d5cfc170d624ce4ae53ae0507c8d517"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d5cfc170d624ce4ae53ae0507c8d517", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/2421820b75eb4d3ebd02830378d1377b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2421820b75eb4d3ebd02830378d1377b", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/40bd8ee54ecf44868cc83cede652c396"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40bd8ee54ecf44868cc83cede652c396", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/4f32fb8153854c4c9f5094b42b523f80"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f32fb8153854c4c9f5094b42b523f80", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7066130d08fb4db7bf4ab468de53933b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7066130d08fb4db7bf4ab468de53933b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/8d0898a83bcf4521bbc11501d5d7ac89"}, "domain_id": "1eec97585bde483292ece28ee11f4b8d", "enabled": true, "options": {}, "id": "8d0898a83bcf4521bbc11501d5d7ac89", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/9defcced327d476f8a3beab718a13da3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9defcced327d476f8a3beab718a13da3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/b80ee4f6992446e0879624dd436e99a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b80ee4f6992446e0879624dd436e99a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b86fd3e011324d398fcdb6f095a20a9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b86fd3e011324d398fcdb6f095a20a9d", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1701d2754064b5cadf765ea0806f9b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1701d2754064b5cadf765ea0806f9b2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/db4e7b8d76d549faa502716565c733dd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db4e7b8d76d549faa502716565c733dd", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-12 08:28:28,101 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-5d685304-2fb8-4953-bcac-2684317dc5b5 2018-08-12 08:28:28,105 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateInstancePortManipulationTests-974a9976-2180-49c-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c436c516139aca3686bde7170a6b99ba7000e639" 2018-08-12 08:28:28,197 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:28:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d75001d0-7d6b-41bc-b38c-404d31258cfa Content-Encoding: gzip Content-Length: 269 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateInstancePortManipulationTests-974a9976-2180-49c-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/610df934a94c45439f778ce74401fb58"}, "tags": [], "enabled": true, "id": "610df934a94c45439f778ce74401fb58", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-974a9976-2180-49c-proj"}]} 2018-08-12 08:28:28,197 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateInstancePortManipulationTests-974a9976-2180-49c-proj used request id req-d75001d0-7d6b-41bc-b38c-404d31258cfa 2018-08-12 08:28:28,201 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c436c516139aca3686bde7170a6b99ba7000e639" 2018-08-12 08:28:28,296 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:28:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1879b309-7d95-4299-8966-7789a6b84034 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:28:28,296 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-1879b309-7d95-4299-8966-7789a6b84034 2018-08-12 08:28:28,614 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-974a9976-2180-49c-user 2018-08-12 08:28:28,615 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:28:28,619 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da52e9e222736373d08e9b89652ddb005b22cbfd" 2018-08-12 08:28:28,708 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:28:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8c59c443-abde-474e-bd1b-edef9f981cdc Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:28:28,708 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-8c59c443-abde-474e-bd1b-edef9f981cdc 2018-08-12 08:28:28,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da52e9e222736373d08e9b89652ddb005b22cbfd" -d '{"role": {"name": "CreateInstancePortManipulationTests-974a9976-2180-49c-proj-role"}}' 2018-08-12 08:28:28,834 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:28:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-85c06360-3426-4c26-a8dc-e2a9d2f507e7 Content-Length: 234 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "693a155b2f4a40ec8df81c2004252a32", "links": {"self": "http://172.30.9.21:5000/v3/roles/693a155b2f4a40ec8df81c2004252a32"}, "name": "CreateInstancePortManipulationTests-974a9976-2180-49c-proj-role"}} 2018-08-12 08:28:28,835 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-85c06360-3426-4c26-a8dc-e2a9d2f507e7 2018-08-12 08:28:28,835 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-974a9976-2180-49c-proj-role 2018-08-12 08:28:28,838 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/693a155b2f4a40ec8df81c2004252a32 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da52e9e222736373d08e9b89652ddb005b22cbfd" 2018-08-12 08:28:28,928 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:28:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-787b44d0-c15b-40e8-a0cd-b4f692fb2805 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "693a155b2f4a40ec8df81c2004252a32", "links": {"self": "http://172.30.9.21:5000/v3/roles/693a155b2f4a40ec8df81c2004252a32"}, "name": "CreateInstancePortManipulationTests-974a9976-2180-49c-proj-role"}} 2018-08-12 08:28:28,928 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/693a155b2f4a40ec8df81c2004252a32 used request id req-787b44d0-c15b-40e8-a0cd-b4f692fb2805 2018-08-12 08:28:28,929 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-974a9976-2180-49c-proj-role to project CreateInstancePortManipulationTests-974a9976-2180-49c-proj 2018-08-12 08:28:28,932 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/610df934a94c45439f778ce74401fb58/users/67ffcb735c2d4dfdb31f530f20e6c513/roles/693a155b2f4a40ec8df81c2004252a32 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da52e9e222736373d08e9b89652ddb005b22cbfd" 2018-08-12 08:28:29,053 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:28:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-935e3b5f-dda6-4c3e-b5be-73bfb7d16892 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 08:28:29,053 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/610df934a94c45439f778ce74401fb58/users/67ffcb735c2d4dfdb31f530f20e6c513/roles/693a155b2f4a40ec8df81c2004252a32 used request id req-935e3b5f-dda6-4c3e-b5be-73bfb7d16892 2018-08-12 08:28:29,054 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-08-12 08:28:29,054 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:28:29,055 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:28:29,456 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "693a155b2f4a40ec8df81c2004252a32", "name": "CreateInstancePortManipulationTests-974a9976-2180-49c-proj-role"}], "expires_at": "2018-08-12T09:28:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "610df934a94c45439f778ce74401fb58", "name": "CreateInstancePortManipulationTests-974a9976-2180-49c-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/610df934a94c45439f778ce74401fb58", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/610df934a94c45439f778ce74401fb58", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/610df934a94c45439f778ce74401fb58", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_610df934a94c45439f778ce74401fb58", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_610df934a94c45439f778ce74401fb58", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/610df934a94c45439f778ce74401fb58", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/610df934a94c45439f778ce74401fb58", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/610df934a94c45439f778ce74401fb58", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/610df934a94c45439f778ce74401fb58", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/610df934a94c45439f778ce74401fb58", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/610df934a94c45439f778ce74401fb58", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/610df934a94c45439f778ce74401fb58", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/610df934a94c45439f778ce74401fb58", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/610df934a94c45439f778ce74401fb58", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-974a9976-2180-49c-user", "id": "67ffcb735c2d4dfdb31f530f20e6c513"}, "audit_ids": ["eUbfIFgeSAylOhzVKMsXCw"], "issued_at": "2018-08-12T08:28:29.000000Z"}} 2018-08-12 08:28:29,456 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}b83ff60eae721c5a4badf4b2d4f6cb4c491dc799" 2018-08-12 08:28:29,545 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:28:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b3bffb45-c05d-459f-a2b6-8482b824b32e Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:28:29,545 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-b3bffb45-c05d-459f-a2b6-8482b824b32e 2018-08-12 08:28:29,549 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-fe66f467-b5d4-467c-81ff-a479a4980228-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b83ff60eae721c5a4badf4b2d4f6cb4c491dc799" 2018-08-12 08:28:29,740 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 180 Content-Type: application/json X-Openstack-Request-Id: req-251a4b3d-e0b3-47a5-a5a6-a89889269cef Date: Sun, 12 Aug 2018 08:28:29 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-fe66f467-b5d4-467c-81ff-a479a4980228-image"} 2018-08-12 08:28:29,740 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-fe66f467-b5d4-467c-81ff-a479a4980228-image used request id req-251a4b3d-e0b3-47a5-a5a6-a89889269cef 2018-08-12 08:28:29,743 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b83ff60eae721c5a4badf4b2d4f6cb4c491dc799" 2018-08-12 08:28:29,925 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-c7db2dc7-a43a-42f5-b59c-6f3f5abdf2a3 Date: Sun, 12 Aug 2018 08:28:29 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"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}, "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}, "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"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "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"}, "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"}, "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}, "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}, "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"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "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}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-12 08:28:29,925 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-c7db2dc7-a43a-42f5-b59c-6f3f5abdf2a3 2018-08-12 08:28:29,955 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b83ff60eae721c5a4badf4b2d4f6cb4c491dc799" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstancePortManipulationTests-fe66f467-b5d4-467c-81ff-a479a4980228-image"}' 2018-08-12 08:28:30,167 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 639 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/6619eb1c-aedd-4010-acb8-7ec34c674a6d Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-ec84fab9-9812-4339-b3bd-ff9a50846bea Date: Sun, 12 Aug 2018 08:28:30 GMT RESP BODY: {"status": "queued", "name": "CreateInstancePortManipulationTests-fe66f467-b5d4-467c-81ff-a479a4980228-image", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:28:30Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-08-12T08:28:30Z", "visibility": "shared", "locations": [], "self": "/v2/images/6619eb1c-aedd-4010-acb8-7ec34c674a6d", "min_disk": 0, "protected": false, "id": "6619eb1c-aedd-4010-acb8-7ec34c674a6d", "file": "/v2/images/6619eb1c-aedd-4010-acb8-7ec34c674a6d/file", "checksum": null, "owner": "610df934a94c45439f778ce74401fb58", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-12 08:28:30,167 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-ec84fab9-9812-4339-b3bd-ff9a50846bea 2018-08-12 08:28:30,178 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/6619eb1c-aedd-4010-acb8-7ec34c674a6d/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b83ff60eae721c5a4badf4b2d4f6cb4c491dc799" -d '' 2018-08-12 08:28:30,761 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f512de6d-a1f6-4f65-98d1-b3054702e461 Date: Sun, 12 Aug 2018 08:28: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 08:28:30,761 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/6619eb1c-aedd-4010-acb8-7ec34c674a6d/file used request id req-f512de6d-a1f6-4f65-98d1-b3054702e461 2018-08-12 08:28:30,761 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-12 08:28:30,764 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/6619eb1c-aedd-4010-acb8-7ec34c674a6d -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b83ff60eae721c5a4badf4b2d4f6cb4c491dc799" 2018-08-12 08:28:30,958 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-132815a0-5b1b-4acd-b545-0f337c9827fa Date: Sun, 12 Aug 2018 08:28:30 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-fe66f467-b5d4-467c-81ff-a479a4980228-image", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:28:30Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-12T08:28:30Z", "visibility": "shared", "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/6619eb1c-aedd-4010-acb8-7ec34c674a6d/snap", "metadata": {}}], "self": "/v2/images/6619eb1c-aedd-4010-acb8-7ec34c674a6d", "min_disk": 0, "protected": false, "id": "6619eb1c-aedd-4010-acb8-7ec34c674a6d", "file": "/v2/images/6619eb1c-aedd-4010-acb8-7ec34c674a6d/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "610df934a94c45439f778ce74401fb58", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/6619eb1c-aedd-4010-acb8-7ec34c674a6d/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-12 08:28:30,958 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/6619eb1c-aedd-4010-acb8-7ec34c674a6d used request id req-132815a0-5b1b-4acd-b545-0f337c9827fa 2018-08-12 08:28:30,961 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b83ff60eae721c5a4badf4b2d4f6cb4c491dc799" 2018-08-12 08:28:31,145 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-064e303e-5677-4cd9-a0ff-b0548a2f5dac Date: Sun, 12 Aug 2018 08:28:31 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"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}, "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}, "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"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "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"}, "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"}, "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}, "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}, "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"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "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}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-12 08:28:31,146 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-064e303e-5677-4cd9-a0ff-b0548a2f5dac 2018-08-12 08:28:31,149 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-fe66f467-b5d4-467c-81ff-a479a4980228-image 2018-08-12 08:28:31,151 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/6619eb1c-aedd-4010-acb8-7ec34c674a6d -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b83ff60eae721c5a4badf4b2d4f6cb4c491dc799" 2018-08-12 08:28:31,333 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-a7703791-411b-4bf8-ac4e-21ce65b6a078 Date: Sun, 12 Aug 2018 08:28:31 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-fe66f467-b5d4-467c-81ff-a479a4980228-image", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:28:30Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-12T08:28:30Z", "visibility": "shared", "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/6619eb1c-aedd-4010-acb8-7ec34c674a6d/snap", "metadata": {}}], "self": "/v2/images/6619eb1c-aedd-4010-acb8-7ec34c674a6d", "min_disk": 0, "protected": false, "id": "6619eb1c-aedd-4010-acb8-7ec34c674a6d", "file": "/v2/images/6619eb1c-aedd-4010-acb8-7ec34c674a6d/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "610df934a94c45439f778ce74401fb58", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/6619eb1c-aedd-4010-acb8-7ec34c674a6d/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-12 08:28:31,334 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/6619eb1c-aedd-4010-acb8-7ec34c674a6d used request id req-a7703791-411b-4bf8-ac4e-21ce65b6a078 2018-08-12 08:28:31,334 - create_image - DEBUG - Instance status is - active 2018-08-12 08:28:31,334 - create_image - DEBUG - Image is active with name - CreateInstancePortManipulationTests-fe66f467-b5d4-467c-81ff-a479a4980228-image 2018-08-12 08:28:31,335 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-fe66f467-b5d4-467c-81ff-a479a4980228-image 2018-08-12 08:28:31,335 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:28:31,336 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:28:31,732 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "693a155b2f4a40ec8df81c2004252a32", "name": "CreateInstancePortManipulationTests-974a9976-2180-49c-proj-role"}], "expires_at": "2018-08-12T09:28:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "610df934a94c45439f778ce74401fb58", "name": "CreateInstancePortManipulationTests-974a9976-2180-49c-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/610df934a94c45439f778ce74401fb58", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/610df934a94c45439f778ce74401fb58", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/610df934a94c45439f778ce74401fb58", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_610df934a94c45439f778ce74401fb58", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_610df934a94c45439f778ce74401fb58", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/610df934a94c45439f778ce74401fb58", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/610df934a94c45439f778ce74401fb58", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/610df934a94c45439f778ce74401fb58", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/610df934a94c45439f778ce74401fb58", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/610df934a94c45439f778ce74401fb58", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/610df934a94c45439f778ce74401fb58", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/610df934a94c45439f778ce74401fb58", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/610df934a94c45439f778ce74401fb58", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/610df934a94c45439f778ce74401fb58", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-974a9976-2180-49c-user", "id": "67ffcb735c2d4dfdb31f530f20e6c513"}, "audit_ids": ["ls2MHuiORSeQeDx7OZdHsA"], "issued_at": "2018-08-12T08:28:31.000000Z"}} 2018-08-12 08:28:31,732 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}c7eecae74bbfd684a2610589dfa27eeb3524a8c7" 2018-08-12 08:28:31,831 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:28:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-17ccc5fc-50e6-4fc7-9c22-be720832e269 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:28:31,831 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-17ccc5fc-50e6-4fc7-9c22-be720832e269 2018-08-12 08:28:31,832 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:28:31,832 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:28:31,833 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:28:31,833 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:28:31,833 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:28:31,839 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-fe66f467-b5d4-467c-81ff-a479a4980228-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7eecae74bbfd684a2610589dfa27eeb3524a8c7" 2018-08-12 08:28:32,042 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-e6b4423c-5a94-4445-a74d-8bd341399de5 Date: Sun, 12 Aug 2018 08:28:32 GMT RESP BODY: {"networks":[]} 2018-08-12 08:28:32,042 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-fe66f467-b5d4-467c-81ff-a479a4980228-pub-net used request id req-e6b4423c-5a94-4445-a74d-8bd341399de5 2018-08-12 08:28:32,042 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-fe66f467-b5d4-467c-81ff-a479a4980228-pub-net 2018-08-12 08:28:32,047 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7eecae74bbfd684a2610589dfa27eeb3524a8c7" -d '{"network": {"name": "CreateInstancePortManipulationTests-fe66f467-b5d4-467c-81ff-a479a4980228-pub-net", "admin_state_up": true}}' 2018-08-12 08:28:32,725 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 617 X-Openstack-Request-Id: req-1e9390b3-f406-474f-9461-aaab72ee7f87 Date: Sun, 12 Aug 2018 08:28:32 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"610df934a94c45439f778ce74401fb58","created_at":"2018-08-12T08:28:32Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T08:28:32Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"610df934a94c45439f778ce74401fb58","id":"a2ee7e7b-5735-4137-8c6f-e51258cb2737","name":"CreateInstancePortManipulationTests-fe66f467-b5d4-467c-81ff-a479a4980228-pub-net"}} 2018-08-12 08:28:32,726 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-1e9390b3-f406-474f-9461-aaab72ee7f87 2018-08-12 08:28:32,731 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=a2ee7e7b-5735-4137-8c6f-e51258cb2737 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7eecae74bbfd684a2610589dfa27eeb3524a8c7" 2018-08-12 08:28:32,978 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 601 X-Openstack-Request-Id: req-6d966d2f-2cf9-4872-89f1-c253846121c6 Date: Sun, 12 Aug 2018 08:28:32 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-12T08:28:32Z","tenant_id":"610df934a94c45439f778ce74401fb58","created_at":"2018-08-12T08:28:32Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"610df934a94c45439f778ce74401fb58","id":"a2ee7e7b-5735-4137-8c6f-e51258cb2737","name":"CreateInstancePortManipulationTests-fe66f467-b5d4-467c-81ff-a479a4980228-pub-net"}]} 2018-08-12 08:28:32,978 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=a2ee7e7b-5735-4137-8c6f-e51258cb2737 used request id req-6d966d2f-2cf9-4872-89f1-c253846121c6 2018-08-12 08:28:32,984 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=a2ee7e7b-5735-4137-8c6f-e51258cb2737 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7eecae74bbfd684a2610589dfa27eeb3524a8c7" 2018-08-12 08:28:33,186 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-02097213-af48-432c-99e6-938d37fb0652 Date: Sun, 12 Aug 2018 08:28:33 GMT RESP BODY: {"subnets":[]} 2018-08-12 08:28:33,187 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=a2ee7e7b-5735-4137-8c6f-e51258cb2737 used request id req-02097213-af48-432c-99e6-938d37fb0652 2018-08-12 08:28:33,187 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-fe66f467-b5d4-467c-81ff-a479a4980228-pub-subnet 2018-08-12 08:28:33,192 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7eecae74bbfd684a2610589dfa27eeb3524a8c7" -d '{"subnets": [{"ip_version": 4, "network_id": "a2ee7e7b-5735-4137-8c6f-e51258cb2737", "cidr": "10.55.0.0/24", "name": "CreateInstancePortManipulationTests-fe66f467-b5d4-467c-81ff-a479a4980228-pub-subnet"}]}' 2018-08-12 08:28:34,264 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-b043e61f-f4f3-4e0b-87fe-5fd6cd500b6c Date: Sun, 12 Aug 2018 08:28:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a2ee7e7b-5735-4137-8c6f-e51258cb2737","tenant_id":"610df934a94c45439f778ce74401fb58","created_at":"2018-08-12T08:28:33Z","dns_nameservers":[],"updated_at":"2018-08-12T08:28:33Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"610df934a94c45439f778ce74401fb58","id":"fadd9bd0-a6e0-403b-8788-901773e08a88","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-fe66f467-b5d4-467c-81ff-a479a4980228-pub-subnet"}]} 2018-08-12 08:28:34,264 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-b043e61f-f4f3-4e0b-87fe-5fd6cd500b6c 2018-08-12 08:28:34,269 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=a2ee7e7b-5735-4137-8c6f-e51258cb2737 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7eecae74bbfd684a2610589dfa27eeb3524a8c7" 2018-08-12 08:28:34,550 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-d2a6c5bf-088b-4300-ba1c-9bc409802ace Date: Sun, 12 Aug 2018 08:28:34 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":["fadd9bd0-a6e0-403b-8788-901773e08a88"],"updated_at":"2018-08-12T08:28:33Z","tenant_id":"610df934a94c45439f778ce74401fb58","created_at":"2018-08-12T08:28:32Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"610df934a94c45439f778ce74401fb58","id":"a2ee7e7b-5735-4137-8c6f-e51258cb2737","name":"CreateInstancePortManipulationTests-fe66f467-b5d4-467c-81ff-a479a4980228-pub-net"}]} 2018-08-12 08:28:34,550 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=a2ee7e7b-5735-4137-8c6f-e51258cb2737 used request id req-d2a6c5bf-088b-4300-ba1c-9bc409802ace 2018-08-12 08:28:34,555 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=a2ee7e7b-5735-4137-8c6f-e51258cb2737 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7eecae74bbfd684a2610589dfa27eeb3524a8c7" 2018-08-12 08:28:34,804 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-78ed0b2f-4561-44a4-8c8a-b71e129f2a85 Date: Sun, 12 Aug 2018 08:28:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a2ee7e7b-5735-4137-8c6f-e51258cb2737","tenant_id":"610df934a94c45439f778ce74401fb58","created_at":"2018-08-12T08:28:33Z","dns_nameservers":[],"updated_at":"2018-08-12T08:28:33Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"610df934a94c45439f778ce74401fb58","id":"fadd9bd0-a6e0-403b-8788-901773e08a88","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-fe66f467-b5d4-467c-81ff-a479a4980228-pub-subnet"}]} 2018-08-12 08:28:34,804 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=a2ee7e7b-5735-4137-8c6f-e51258cb2737 used request id req-78ed0b2f-4561-44a4-8c8a-b71e129f2a85 2018-08-12 08:28:34,805 - OpenStackNetwork - DEBUG - Network [a2ee7e7b-5735-4137-8c6f-e51258cb2737] created successfully 2018-08-12 08:28:34,805 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:28:34,806 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:28:35,199 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:28:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["odbRrLIaTe-ITsElpoE07w"], "issued_at": "2018-08-12T08:28:35.000000Z"}} 2018-08-12 08:28:35,199 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}5df4366004f0a99b6ed12c2b61e62528a4a87230" 2018-08-12 08:28:35,287 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:28:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8754c211-381a-4393-bf02-970194713a89 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:28:35,287 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-8754c211-381a-4393-bf02-970194713a89 2018-08-12 08:28:35,288 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-12 08:28:35,293 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5df4366004f0a99b6ed12c2b61e62528a4a87230" 2018-08-12 08:28:35,502 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:28: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-6f5ea141-ce30-43a9-beae-96330a713830 x-compute-request-id: req-6f5ea141-ce30-43a9-beae-96330a713830 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-08-12 08:28:35,503 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-6f5ea141-ce30-43a9-beae-96330a713830 2018-08-12 08:28:35,506 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5df4366004f0a99b6ed12c2b61e62528a4a87230" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstancePortManipulationTests-fe66f467-b5d4-467c-81ff-a479a4980228-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-08-12 08:28:35,665 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:28: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-7b39a54f-5a5e-473f-a5b7-fd59558100cb x-compute-request-id: req-7b39a54f-5a5e-473f-a5b7-fd59558100cb Content-Encoding: gzip Content-Length: 330 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateInstancePortManipulationTests-fe66f467-b5d4-467c-81ff-a479a4980228-flavor-name", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/35dd0e79-bc27-4b03-8e86-42216dbe235f", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/35dd0e79-bc27-4b03-8e86-42216dbe235f", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": "35dd0e79-bc27-4b03-8e86-42216dbe235f"}} 2018-08-12 08:28:35,666 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-7b39a54f-5a5e-473f-a5b7-fd59558100cb 2018-08-12 08:28:35,666 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:28:35,667 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:28:36,076 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "693a155b2f4a40ec8df81c2004252a32", "name": "CreateInstancePortManipulationTests-974a9976-2180-49c-proj-role"}], "expires_at": "2018-08-12T09:28:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "610df934a94c45439f778ce74401fb58", "name": "CreateInstancePortManipulationTests-974a9976-2180-49c-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/610df934a94c45439f778ce74401fb58", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/610df934a94c45439f778ce74401fb58", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/610df934a94c45439f778ce74401fb58", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_610df934a94c45439f778ce74401fb58", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_610df934a94c45439f778ce74401fb58", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/610df934a94c45439f778ce74401fb58", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/610df934a94c45439f778ce74401fb58", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/610df934a94c45439f778ce74401fb58", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/610df934a94c45439f778ce74401fb58", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/610df934a94c45439f778ce74401fb58", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/610df934a94c45439f778ce74401fb58", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/610df934a94c45439f778ce74401fb58", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/610df934a94c45439f778ce74401fb58", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/610df934a94c45439f778ce74401fb58", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-974a9976-2180-49c-user", "id": "67ffcb735c2d4dfdb31f530f20e6c513"}, "audit_ids": ["Gr1tahdKR_m9LOZDEJ3X3A"], "issued_at": "2018-08-12T08:28:36.000000Z"}} 2018-08-12 08:28:36,076 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}3be444821ade4bd77f392831f3fddb5a1d942533" 2018-08-12 08:28:36,164 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:28:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-51cd8597-3dfa-4595-aa45-864f746ddf56 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:28:36,165 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-51cd8597-3dfa-4595-aa45-864f746ddf56 2018-08-12 08:28:36,166 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-12 08:28:36,167 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:28:36,167 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:28:36,168 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:28:36,168 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:28:36,168 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:28:36,170 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}3be444821ade4bd77f392831f3fddb5a1d942533" 2018-08-12 08:28:36,253 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:28:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6abce503-87f7-4b43-ad5c-4ee52cf36bd6 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:28:36,253 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-6abce503-87f7-4b43-ad5c-4ee52cf36bd6 2018-08-12 08:28:36,261 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-fe66f467-b5d4-467c-81ff-a479a4980228-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3be444821ade4bd77f392831f3fddb5a1d942533" 2018-08-12 08:28:36,640 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-e5a97a43-ecfc-4f24-9eea-e9e4a8a40b90 Date: Sun, 12 Aug 2018 08:28:36 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["fadd9bd0-a6e0-403b-8788-901773e08a88"],"updated_at":"2018-08-12T08:28:33Z","tenant_id":"610df934a94c45439f778ce74401fb58","created_at":"2018-08-12T08:28:32Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"610df934a94c45439f778ce74401fb58","id":"a2ee7e7b-5735-4137-8c6f-e51258cb2737","name":"CreateInstancePortManipulationTests-fe66f467-b5d4-467c-81ff-a479a4980228-pub-net"}]} 2018-08-12 08:28:36,640 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-fe66f467-b5d4-467c-81ff-a479a4980228-pub-net used request id req-e5a97a43-ecfc-4f24-9eea-e9e4a8a40b90 2018-08-12 08:28:36,646 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=a2ee7e7b-5735-4137-8c6f-e51258cb2737 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3be444821ade4bd77f392831f3fddb5a1d942533" 2018-08-12 08:28:36,879 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-0f689f83-95e6-433b-8407-c0d50bb5bcd0 Date: Sun, 12 Aug 2018 08:28:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a2ee7e7b-5735-4137-8c6f-e51258cb2737","tenant_id":"610df934a94c45439f778ce74401fb58","created_at":"2018-08-12T08:28:33Z","dns_nameservers":[],"updated_at":"2018-08-12T08:28:33Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"610df934a94c45439f778ce74401fb58","id":"fadd9bd0-a6e0-403b-8788-901773e08a88","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-fe66f467-b5d4-467c-81ff-a479a4980228-pub-subnet"}]} 2018-08-12 08:28:36,879 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=a2ee7e7b-5735-4137-8c6f-e51258cb2737 used request id req-0f689f83-95e6-433b-8407-c0d50bb5bcd0 2018-08-12 08:28:36,884 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-fe66f467-b5d4-467c-81ff-a479a4980228-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3be444821ade4bd77f392831f3fddb5a1d942533" 2018-08-12 08:28:37,152 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-b5132a00-8d04-4352-b6e4-76270ccbf8bb Date: Sun, 12 Aug 2018 08:28:37 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":["fadd9bd0-a6e0-403b-8788-901773e08a88"],"updated_at":"2018-08-12T08:28:33Z","tenant_id":"610df934a94c45439f778ce74401fb58","created_at":"2018-08-12T08:28:32Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"610df934a94c45439f778ce74401fb58","id":"a2ee7e7b-5735-4137-8c6f-e51258cb2737","name":"CreateInstancePortManipulationTests-fe66f467-b5d4-467c-81ff-a479a4980228-pub-net"}]} 2018-08-12 08:28:37,153 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-fe66f467-b5d4-467c-81ff-a479a4980228-pub-net used request id req-b5132a00-8d04-4352-b6e4-76270ccbf8bb 2018-08-12 08:28:37,156 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:28:37,161 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:28:37 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:28:37,162 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/610df934a94c45439f778ce74401fb58 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3be444821ade4bd77f392831f3fddb5a1d942533" 2018-08-12 08:28:37,247 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:28:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fdab15c7-b3f0-49f3-bc9a-c831c9fe1357 Content-Encoding: gzip Content-Length: 236 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/610df934a94c45439f778ce74401fb58"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "610df934a94c45439f778ce74401fb58", "name": "CreateInstancePortManipulationTests-974a9976-2180-49c-proj"}} 2018-08-12 08:28:37,247 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/610df934a94c45439f778ce74401fb58 used request id req-fdab15c7-b3f0-49f3-bc9a-c831c9fe1357 2018-08-12 08:28:37,252 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=a2ee7e7b-5735-4137-8c6f-e51258cb2737 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3be444821ade4bd77f392831f3fddb5a1d942533" 2018-08-12 08:28:37,303 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-61a0c20e-7d61-4c15-9fd8-f3feaa301e00 Date: Sun, 12 Aug 2018 08:28:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a2ee7e7b-5735-4137-8c6f-e51258cb2737","tenant_id":"610df934a94c45439f778ce74401fb58","created_at":"2018-08-12T08:28:33Z","dns_nameservers":[],"updated_at":"2018-08-12T08:28:33Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"610df934a94c45439f778ce74401fb58","id":"fadd9bd0-a6e0-403b-8788-901773e08a88","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-fe66f467-b5d4-467c-81ff-a479a4980228-pub-subnet"}]} 2018-08-12 08:28:37,303 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=a2ee7e7b-5735-4137-8c6f-e51258cb2737 used request id req-61a0c20e-7d61-4c15-9fd8-f3feaa301e00 2018-08-12 08:28:37,308 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=a2ee7e7b-5735-4137-8c6f-e51258cb2737&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-fe66f467-b5d4-467c-81ff-a479a4980228port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3be444821ade4bd77f392831f3fddb5a1d942533" 2018-08-12 08:28:37,355 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-babce2d0-be7f-4fa9-8896-dc139b55aa49 Date: Sun, 12 Aug 2018 08:28:37 GMT RESP BODY: {"ports":[]} 2018-08-12 08:28:37,355 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=a2ee7e7b-5735-4137-8c6f-e51258cb2737&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-fe66f467-b5d4-467c-81ff-a479a4980228port-1&admin_state_up=True used request id req-babce2d0-be7f-4fa9-8896-dc139b55aa49 2018-08-12 08:28:37,358 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-fe66f467-b5d4-467c-81ff-a479a4980228-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3be444821ade4bd77f392831f3fddb5a1d942533" 2018-08-12 08:28:37,619 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:28: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-cf4a74f3-b777-4e6c-bc78-cdb265ada583 x-compute-request-id: req-cf4a74f3-b777-4e6c-bc78-cdb265ada583 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-12 08:28:37,619 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-fe66f467-b5d4-467c-81ff-a479a4980228-inst used request id req-cf4a74f3-b777-4e6c-bc78-cdb265ada583 2018-08-12 08:28:37,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-fe66f467-b5d4-467c-81ff-a479a4980228-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3be444821ade4bd77f392831f3fddb5a1d942533" 2018-08-12 08:28:37,930 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-a44f00bf-3da8-4226-9b6e-938c5703fe0d Date: Sun, 12 Aug 2018 08:28:37 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":["fadd9bd0-a6e0-403b-8788-901773e08a88"],"updated_at":"2018-08-12T08:28:33Z","tenant_id":"610df934a94c45439f778ce74401fb58","created_at":"2018-08-12T08:28:32Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"610df934a94c45439f778ce74401fb58","id":"a2ee7e7b-5735-4137-8c6f-e51258cb2737","name":"CreateInstancePortManipulationTests-fe66f467-b5d4-467c-81ff-a479a4980228-pub-net"}]} 2018-08-12 08:28:37,930 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-fe66f467-b5d4-467c-81ff-a479a4980228-pub-net used request id req-a44f00bf-3da8-4226-9b6e-938c5703fe0d 2018-08-12 08:28:37,936 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=a2ee7e7b-5735-4137-8c6f-e51258cb2737 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3be444821ade4bd77f392831f3fddb5a1d942533" 2018-08-12 08:28:37,985 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-c0278c14-5fe7-406b-97c4-5d6f85c06aa2 Date: Sun, 12 Aug 2018 08:28:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a2ee7e7b-5735-4137-8c6f-e51258cb2737","tenant_id":"610df934a94c45439f778ce74401fb58","created_at":"2018-08-12T08:28:33Z","dns_nameservers":[],"updated_at":"2018-08-12T08:28:33Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"610df934a94c45439f778ce74401fb58","id":"fadd9bd0-a6e0-403b-8788-901773e08a88","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-fe66f467-b5d4-467c-81ff-a479a4980228-pub-subnet"}]} 2018-08-12 08:28:37,985 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=a2ee7e7b-5735-4137-8c6f-e51258cb2737 used request id req-c0278c14-5fe7-406b-97c4-5d6f85c06aa2 2018-08-12 08:28:37,991 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-fe66f467-b5d4-467c-81ff-a479a4980228-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3be444821ade4bd77f392831f3fddb5a1d942533" 2018-08-12 08:28:38,505 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-0218b826-0f83-4548-9358-c473e92898f5 Date: Sun, 12 Aug 2018 08:28:38 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["fadd9bd0-a6e0-403b-8788-901773e08a88"],"updated_at":"2018-08-12T08:28:33Z","tenant_id":"610df934a94c45439f778ce74401fb58","created_at":"2018-08-12T08:28:32Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"610df934a94c45439f778ce74401fb58","id":"a2ee7e7b-5735-4137-8c6f-e51258cb2737","name":"CreateInstancePortManipulationTests-fe66f467-b5d4-467c-81ff-a479a4980228-pub-net"}]} 2018-08-12 08:28:38,505 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-fe66f467-b5d4-467c-81ff-a479a4980228-pub-net used request id req-0218b826-0f83-4548-9358-c473e92898f5 2018-08-12 08:28:38,509 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/610df934a94c45439f778ce74401fb58 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3be444821ade4bd77f392831f3fddb5a1d942533" 2018-08-12 08:28:38,599 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:28:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0b031077-95ce-4be2-9516-6e9a4319ee9b Content-Encoding: gzip Content-Length: 236 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/610df934a94c45439f778ce74401fb58"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "610df934a94c45439f778ce74401fb58", "name": "CreateInstancePortManipulationTests-974a9976-2180-49c-proj"}} 2018-08-12 08:28:38,599 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/610df934a94c45439f778ce74401fb58 used request id req-0b031077-95ce-4be2-9516-6e9a4319ee9b 2018-08-12 08:28:38,605 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=a2ee7e7b-5735-4137-8c6f-e51258cb2737 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3be444821ade4bd77f392831f3fddb5a1d942533" 2018-08-12 08:28:38,810 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-f519b879-2a1e-4ebc-a586-d00a489d44c7 Date: Sun, 12 Aug 2018 08:28:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a2ee7e7b-5735-4137-8c6f-e51258cb2737","tenant_id":"610df934a94c45439f778ce74401fb58","created_at":"2018-08-12T08:28:33Z","dns_nameservers":[],"updated_at":"2018-08-12T08:28:33Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"610df934a94c45439f778ce74401fb58","id":"fadd9bd0-a6e0-403b-8788-901773e08a88","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-fe66f467-b5d4-467c-81ff-a479a4980228-pub-subnet"}]} 2018-08-12 08:28:38,810 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=a2ee7e7b-5735-4137-8c6f-e51258cb2737 used request id req-f519b879-2a1e-4ebc-a586-d00a489d44c7 2018-08-12 08:28:38,815 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=a2ee7e7b-5735-4137-8c6f-e51258cb2737&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-fe66f467-b5d4-467c-81ff-a479a4980228port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3be444821ade4bd77f392831f3fddb5a1d942533" 2018-08-12 08:28:39,024 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-e405831d-487b-4a30-9ca2-3c7fe3b4952c Date: Sun, 12 Aug 2018 08:28:39 GMT RESP BODY: {"ports":[]} 2018-08-12 08:28:39,024 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=a2ee7e7b-5735-4137-8c6f-e51258cb2737&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-fe66f467-b5d4-467c-81ff-a479a4980228port-1&admin_state_up=True used request id req-e405831d-487b-4a30-9ca2-3c7fe3b4952c 2018-08-12 08:28:39,024 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:28:39,025 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:28:39,449 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "693a155b2f4a40ec8df81c2004252a32", "name": "CreateInstancePortManipulationTests-974a9976-2180-49c-proj-role"}], "expires_at": "2018-08-12T09:28:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "610df934a94c45439f778ce74401fb58", "name": "CreateInstancePortManipulationTests-974a9976-2180-49c-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/610df934a94c45439f778ce74401fb58", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/610df934a94c45439f778ce74401fb58", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/610df934a94c45439f778ce74401fb58", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_610df934a94c45439f778ce74401fb58", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_610df934a94c45439f778ce74401fb58", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/610df934a94c45439f778ce74401fb58", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/610df934a94c45439f778ce74401fb58", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/610df934a94c45439f778ce74401fb58", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/610df934a94c45439f778ce74401fb58", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/610df934a94c45439f778ce74401fb58", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/610df934a94c45439f778ce74401fb58", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/610df934a94c45439f778ce74401fb58", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/610df934a94c45439f778ce74401fb58", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/610df934a94c45439f778ce74401fb58", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-974a9976-2180-49c-user", "id": "67ffcb735c2d4dfdb31f530f20e6c513"}, "audit_ids": ["IcVRyJPbS7WCEBP-89xeXQ"], "issued_at": "2018-08-12T08:28:39.000000Z"}} 2018-08-12 08:28:39,449 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}f6b5cc537c8040c048dcda16cecb17e397866b3f" 2018-08-12 08:28:39,538 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:28:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ca0094d-6868-486d-94fd-548da2316269 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:28:39,538 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-1ca0094d-6868-486d-94fd-548da2316269 2018-08-12 08:28:39,544 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-fe66f467-b5d4-467c-81ff-a479a4980228-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3be444821ade4bd77f392831f3fddb5a1d942533" 2018-08-12 08:28:39,988 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-0ad597eb-635f-4dfd-9502-dde7f90b8c64 Date: Sun, 12 Aug 2018 08:28:39 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["fadd9bd0-a6e0-403b-8788-901773e08a88"],"updated_at":"2018-08-12T08:28:33Z","tenant_id":"610df934a94c45439f778ce74401fb58","created_at":"2018-08-12T08:28:32Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"610df934a94c45439f778ce74401fb58","id":"a2ee7e7b-5735-4137-8c6f-e51258cb2737","name":"CreateInstancePortManipulationTests-fe66f467-b5d4-467c-81ff-a479a4980228-pub-net"}]} 2018-08-12 08:28:39,988 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-fe66f467-b5d4-467c-81ff-a479a4980228-pub-net used request id req-0ad597eb-635f-4dfd-9502-dde7f90b8c64 2018-08-12 08:28:39,994 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=a2ee7e7b-5735-4137-8c6f-e51258cb2737 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3be444821ade4bd77f392831f3fddb5a1d942533" 2018-08-12 08:28:40,041 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-5d40c46d-c954-4768-bddb-0cc5df47bf0a Date: Sun, 12 Aug 2018 08:28:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a2ee7e7b-5735-4137-8c6f-e51258cb2737","tenant_id":"610df934a94c45439f778ce74401fb58","created_at":"2018-08-12T08:28:33Z","dns_nameservers":[],"updated_at":"2018-08-12T08:28:33Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"610df934a94c45439f778ce74401fb58","id":"fadd9bd0-a6e0-403b-8788-901773e08a88","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-fe66f467-b5d4-467c-81ff-a479a4980228-pub-subnet"}]} 2018-08-12 08:28:40,041 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=a2ee7e7b-5735-4137-8c6f-e51258cb2737 used request id req-5d40c46d-c954-4768-bddb-0cc5df47bf0a 2018-08-12 08:28:40,046 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-fe66f467-b5d4-467c-81ff-a479a4980228-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3be444821ade4bd77f392831f3fddb5a1d942533" 2018-08-12 08:28:40,310 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-e62699f0-e5bc-4f84-8e12-da7265e7ed2b Date: Sun, 12 Aug 2018 08:28: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":["fadd9bd0-a6e0-403b-8788-901773e08a88"],"updated_at":"2018-08-12T08:28:33Z","tenant_id":"610df934a94c45439f778ce74401fb58","created_at":"2018-08-12T08:28:32Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"610df934a94c45439f778ce74401fb58","id":"a2ee7e7b-5735-4137-8c6f-e51258cb2737","name":"CreateInstancePortManipulationTests-fe66f467-b5d4-467c-81ff-a479a4980228-pub-net"}]} 2018-08-12 08:28:40,311 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-fe66f467-b5d4-467c-81ff-a479a4980228-pub-net used request id req-e62699f0-e5bc-4f84-8e12-da7265e7ed2b 2018-08-12 08:28:40,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:28:40,319 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:28:40 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:28:40,320 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/610df934a94c45439f778ce74401fb58 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6b5cc537c8040c048dcda16cecb17e397866b3f" 2018-08-12 08:28:40,417 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:28:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-19206565-ba00-4682-83ab-e2f15663d325 Content-Encoding: gzip Content-Length: 236 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/610df934a94c45439f778ce74401fb58"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "610df934a94c45439f778ce74401fb58", "name": "CreateInstancePortManipulationTests-974a9976-2180-49c-proj"}} 2018-08-12 08:28:40,417 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/610df934a94c45439f778ce74401fb58 used request id req-19206565-ba00-4682-83ab-e2f15663d325 2018-08-12 08:28:40,423 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=a2ee7e7b-5735-4137-8c6f-e51258cb2737 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3be444821ade4bd77f392831f3fddb5a1d942533" 2018-08-12 08:28:40,471 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-5a99c701-b5fb-4024-9516-c9fa38d0da52 Date: Sun, 12 Aug 2018 08:28:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a2ee7e7b-5735-4137-8c6f-e51258cb2737","tenant_id":"610df934a94c45439f778ce74401fb58","created_at":"2018-08-12T08:28:33Z","dns_nameservers":[],"updated_at":"2018-08-12T08:28:33Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"610df934a94c45439f778ce74401fb58","id":"fadd9bd0-a6e0-403b-8788-901773e08a88","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-fe66f467-b5d4-467c-81ff-a479a4980228-pub-subnet"}]} 2018-08-12 08:28:40,472 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=a2ee7e7b-5735-4137-8c6f-e51258cb2737 used request id req-5a99c701-b5fb-4024-9516-c9fa38d0da52 2018-08-12 08:28:40,473 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-fe66f467-b5d4-467c-81ff-a479a4980228-pub-net 2018-08-12 08:28:40,478 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3be444821ade4bd77f392831f3fddb5a1d942533" -d '{"port": {"network_id": "a2ee7e7b-5735-4137-8c6f-e51258cb2737", "mac_address": "0a:1b:2c:3d:4e:5f", "name": "CreateInstancePortManipulationTests-fe66f467-b5d4-467c-81ff-a479a4980228port-1", "admin_state_up": true}}' 2018-08-12 08:28:41,571 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 771 X-Openstack-Request-Id: req-119a2cac-7f19-48fd-99df-b3da7d82e364 Date: Sun, 12 Aug 2018 08:28:41 GMT RESP BODY: {"port":{"status":"DOWN","created_at":"2018-08-12T08:28:40Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"a2ee7e7b-5735-4137-8c6f-e51258cb2737","tenant_id":"610df934a94c45439f778ce74401fb58","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T08:28:41Z","name":"CreateInstancePortManipulationTests-fe66f467-b5d4-467c-81ff-a479a4980228port-1","device_owner":"","revision_number":6,"mac_address":"0a:1b:2c:3d:4e:5f","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"610df934a94c45439f778ce74401fb58","fixed_ips":[{"subnet_id":"fadd9bd0-a6e0-403b-8788-901773e08a88","ip_address":"10.55.0.10"}],"id":"d3157044-067c-4a33-bc96-793318a9cfb1","security_groups":["1f5fe379-5251-4811-8834-05b0b8c103c0"],"device_id":""}} 2018-08-12 08:28:41,571 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/ports used request id req-119a2cac-7f19-48fd-99df-b3da7d82e364 2018-08-12 08:28:41,577 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-fe66f467-b5d4-467c-81ff-a479a4980228-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3be444821ade4bd77f392831f3fddb5a1d942533" 2018-08-12 08:28:41,858 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-ceb1da34-b4dc-4da4-90b5-bb562f199d55 Date: Sun, 12 Aug 2018 08:28:41 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":["fadd9bd0-a6e0-403b-8788-901773e08a88"],"updated_at":"2018-08-12T08:28:33Z","tenant_id":"610df934a94c45439f778ce74401fb58","created_at":"2018-08-12T08:28:32Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"610df934a94c45439f778ce74401fb58","id":"a2ee7e7b-5735-4137-8c6f-e51258cb2737","name":"CreateInstancePortManipulationTests-fe66f467-b5d4-467c-81ff-a479a4980228-pub-net"}]} 2018-08-12 08:28:41,858 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-fe66f467-b5d4-467c-81ff-a479a4980228-pub-net used request id req-ceb1da34-b4dc-4da4-90b5-bb562f199d55 2018-08-12 08:28:41,863 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=a2ee7e7b-5735-4137-8c6f-e51258cb2737 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3be444821ade4bd77f392831f3fddb5a1d942533" 2018-08-12 08:28:41,913 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-374f32f9-78ba-44f8-890b-446244892a12 Date: Sun, 12 Aug 2018 08:28:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a2ee7e7b-5735-4137-8c6f-e51258cb2737","tenant_id":"610df934a94c45439f778ce74401fb58","created_at":"2018-08-12T08:28:33Z","dns_nameservers":[],"updated_at":"2018-08-12T08:28:33Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"610df934a94c45439f778ce74401fb58","id":"fadd9bd0-a6e0-403b-8788-901773e08a88","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-fe66f467-b5d4-467c-81ff-a479a4980228-pub-subnet"}]} 2018-08-12 08:28:41,913 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=a2ee7e7b-5735-4137-8c6f-e51258cb2737 used request id req-374f32f9-78ba-44f8-890b-446244892a12 2018-08-12 08:28:41,918 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-fe66f467-b5d4-467c-81ff-a479a4980228-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3be444821ade4bd77f392831f3fddb5a1d942533" 2018-08-12 08:28:42,191 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-3622b460-ac2d-4dbd-af3b-c506ef14853c Date: Sun, 12 Aug 2018 08:28:42 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":["fadd9bd0-a6e0-403b-8788-901773e08a88"],"updated_at":"2018-08-12T08:28:33Z","tenant_id":"610df934a94c45439f778ce74401fb58","created_at":"2018-08-12T08:28:32Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"610df934a94c45439f778ce74401fb58","id":"a2ee7e7b-5735-4137-8c6f-e51258cb2737","name":"CreateInstancePortManipulationTests-fe66f467-b5d4-467c-81ff-a479a4980228-pub-net"}]} 2018-08-12 08:28:42,192 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-fe66f467-b5d4-467c-81ff-a479a4980228-pub-net used request id req-3622b460-ac2d-4dbd-af3b-c506ef14853c 2018-08-12 08:28:42,195 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/610df934a94c45439f778ce74401fb58 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3be444821ade4bd77f392831f3fddb5a1d942533" 2018-08-12 08:28:42,289 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:28:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2d6cd9f8-ff42-4122-924d-91f338b12449 Content-Encoding: gzip Content-Length: 236 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/610df934a94c45439f778ce74401fb58"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "610df934a94c45439f778ce74401fb58", "name": "CreateInstancePortManipulationTests-974a9976-2180-49c-proj"}} 2018-08-12 08:28:42,289 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/610df934a94c45439f778ce74401fb58 used request id req-2d6cd9f8-ff42-4122-924d-91f338b12449 2018-08-12 08:28:42,294 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=a2ee7e7b-5735-4137-8c6f-e51258cb2737 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3be444821ade4bd77f392831f3fddb5a1d942533" 2018-08-12 08:28:42,506 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-a5047af9-7f47-4b6c-81c7-d3f2dbabf579 Date: Sun, 12 Aug 2018 08:28:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a2ee7e7b-5735-4137-8c6f-e51258cb2737","tenant_id":"610df934a94c45439f778ce74401fb58","created_at":"2018-08-12T08:28:33Z","dns_nameservers":[],"updated_at":"2018-08-12T08:28:33Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"610df934a94c45439f778ce74401fb58","id":"fadd9bd0-a6e0-403b-8788-901773e08a88","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-fe66f467-b5d4-467c-81ff-a479a4980228-pub-subnet"}]} 2018-08-12 08:28:42,506 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=a2ee7e7b-5735-4137-8c6f-e51258cb2737 used request id req-a5047af9-7f47-4b6c-81c7-d3f2dbabf579 2018-08-12 08:28:42,512 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=a2ee7e7b-5735-4137-8c6f-e51258cb2737&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-fe66f467-b5d4-467c-81ff-a479a4980228port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3be444821ade4bd77f392831f3fddb5a1d942533" 2018-08-12 08:28:42,783 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 774 X-Openstack-Request-Id: req-0ab7333e-70f4-4254-967a-21a759866d0d Date: Sun, 12 Aug 2018 08:28:42 GMT RESP BODY: {"ports":[{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"a2ee7e7b-5735-4137-8c6f-e51258cb2737","tenant_id":"610df934a94c45439f778ce74401fb58","created_at":"2018-08-12T08:28:40Z","admin_state_up":true,"updated_at":"2018-08-12T08:28:41Z","binding:vnic_type":"normal","device_id":"","device_owner":"","revision_number":6,"mac_address":"0a:1b:2c:3d:4e:5f","id":"d3157044-067c-4a33-bc96-793318a9cfb1","port_security_enabled":true,"project_id":"610df934a94c45439f778ce74401fb58","fixed_ips":[{"subnet_id":"fadd9bd0-a6e0-403b-8788-901773e08a88","ip_address":"10.55.0.10"}],"extra_dhcp_opts":[],"security_groups":["1f5fe379-5251-4811-8834-05b0b8c103c0"],"name":"CreateInstancePortManipulationTests-fe66f467-b5d4-467c-81ff-a479a4980228port-1"}]} 2018-08-12 08:28:42,784 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=a2ee7e7b-5735-4137-8c6f-e51258cb2737&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-fe66f467-b5d4-467c-81ff-a479a4980228port-1&admin_state_up=True used request id req-0ab7333e-70f4-4254-967a-21a759866d0d 2018-08-12 08:28:42,787 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/610df934a94c45439f778ce74401fb58 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3be444821ade4bd77f392831f3fddb5a1d942533" 2018-08-12 08:28:42,875 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:28:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-987bd590-5557-4d63-91bd-dc2f41ed54db Content-Encoding: gzip Content-Length: 236 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/610df934a94c45439f778ce74401fb58"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "610df934a94c45439f778ce74401fb58", "name": "CreateInstancePortManipulationTests-974a9976-2180-49c-proj"}} 2018-08-12 08:28:42,875 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/610df934a94c45439f778ce74401fb58 used request id req-987bd590-5557-4d63-91bd-dc2f41ed54db 2018-08-12 08:28:42,876 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-fe66f467-b5d4-467c-81ff-a479a4980228-inst 2018-08-12 08:28:42,879 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3be444821ade4bd77f392831f3fddb5a1d942533" 2018-08-12 08:28:42,900 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:28: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-d5ed5d9a-287e-40a9-a489-896edee7872d x-compute-request-id: req-d5ed5d9a-287e-40a9-a489-896edee7872d Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"flavors": [{"id": "35dd0e79-bc27-4b03-8e86-42216dbe235f", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/35dd0e79-bc27-4b03-8e86-42216dbe235f", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/35dd0e79-bc27-4b03-8e86-42216dbe235f", "rel": "bookmark"}], "name": "CreateInstancePortManipulationTests-fe66f467-b5d4-467c-81ff-a479a4980228-flavor-name"}]} 2018-08-12 08:28:42,900 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-d5ed5d9a-287e-40a9-a489-896edee7872d 2018-08-12 08:28:42,903 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors/35dd0e79-bc27-4b03-8e86-42216dbe235f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3be444821ade4bd77f392831f3fddb5a1d942533" 2018-08-12 08:28:42,924 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:28: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-b2925405-8f0c-47bc-886c-51a52ccc92be x-compute-request-id: req-b2925405-8f0c-47bc-886c-51a52ccc92be Content-Encoding: gzip Content-Length: 330 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateInstancePortManipulationTests-fe66f467-b5d4-467c-81ff-a479a4980228-flavor-name", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/35dd0e79-bc27-4b03-8e86-42216dbe235f", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/35dd0e79-bc27-4b03-8e86-42216dbe235f", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": "35dd0e79-bc27-4b03-8e86-42216dbe235f"}} 2018-08-12 08:28:42,924 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/35dd0e79-bc27-4b03-8e86-42216dbe235f used request id req-b2925405-8f0c-47bc-886c-51a52ccc92be 2018-08-12 08:28:42,927 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-fe66f467-b5d4-467c-81ff-a479a4980228-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3be444821ade4bd77f392831f3fddb5a1d942533" 2018-08-12 08:28:43,136 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1080 Content-Type: application/json X-Openstack-Request-Id: req-4d5f2d1b-1f99-47cb-9dad-dc7b2c4d2d5a Date: Sun, 12 Aug 2018 08:28:43 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-fe66f467-b5d4-467c-81ff-a479a4980228-image", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:28:30Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-12T08:28:30Z", "visibility": "shared", "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/6619eb1c-aedd-4010-acb8-7ec34c674a6d/snap", "metadata": {}}], "self": "/v2/images/6619eb1c-aedd-4010-acb8-7ec34c674a6d", "min_disk": 0, "protected": false, "id": "6619eb1c-aedd-4010-acb8-7ec34c674a6d", "file": "/v2/images/6619eb1c-aedd-4010-acb8-7ec34c674a6d/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "610df934a94c45439f778ce74401fb58", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/6619eb1c-aedd-4010-acb8-7ec34c674a6d/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-fe66f467-b5d4-467c-81ff-a479a4980228-image"} 2018-08-12 08:28:43,136 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-fe66f467-b5d4-467c-81ff-a479a4980228-image used request id req-4d5f2d1b-1f99-47cb-9dad-dc7b2c4d2d5a 2018-08-12 08:28:43,139 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3be444821ade4bd77f392831f3fddb5a1d942533" 2018-08-12 08:28:43,301 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-1cf629b2-f9f8-4268-a06f-b066d349759b Date: Sun, 12 Aug 2018 08:28:43 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"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}, "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}, "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"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "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"}, "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"}, "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}, "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}, "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"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "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}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-12 08:28:43,301 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-1cf629b2-f9f8-4268-a06f-b066d349759b 2018-08-12 08:28:43,306 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3be444821ade4bd77f392831f3fddb5a1d942533" -d '{"server": {"name": "CreateInstancePortManipulationTests-fe66f467-b5d4-467c-81ff-a479a4980228-inst", "imageRef": "6619eb1c-aedd-4010-acb8-7ec34c674a6d", "flavorRef": "35dd0e79-bc27-4b03-8e86-42216dbe235f", "max_count": 1, "min_count": 1, "networks": [{"port": "d3157044-067c-4a33-bc96-793318a9cfb1"}]}}' 2018-08-12 08:28:45,052 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 08:28: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-a426a600-a5bf-4707-97bb-c39a88345921 x-compute-request-id: req-a426a600-a5bf-4707-97bb-c39a88345921 Content-Length: 374 location: http://172.30.9.21:8774/v2.1/servers/d74a3155-aeff-4fa9-88dc-e86c19c51dc2 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "d74a3155-aeff-4fa9-88dc-e86c19c51dc2", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/d74a3155-aeff-4fa9-88dc-e86c19c51dc2", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/d74a3155-aeff-4fa9-88dc-e86c19c51dc2", "rel": "bookmark"}], "adminPass": "679mcaCgSuDL"}} 2018-08-12 08:28:45,052 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-a426a600-a5bf-4707-97bb-c39a88345921 2018-08-12 08:28:45,055 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/d74a3155-aeff-4fa9-88dc-e86c19c51dc2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3be444821ade4bd77f392831f3fddb5a1d942533" 2018-08-12 08:28:45,292 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:28: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-d64b178e-16a7-4574-9184-199f9030207a x-compute-request-id: req-d64b178e-16a7-4574-9184-199f9030207a 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.21:8774/v2.1/servers/d74a3155-aeff-4fa9-88dc-e86c19c51dc2", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/d74a3155-aeff-4fa9-88dc-e86c19c51dc2", "rel": "bookmark"}], "image": {"id": "6619eb1c-aedd-4010-acb8-7ec34c674a6d", "links": [{"href": "http://172.30.9.21:8774/images/6619eb1c-aedd-4010-acb8-7ec34c674a6d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "35dd0e79-bc27-4b03-8e86-42216dbe235f", "links": [{"href": "http://172.30.9.21:8774/flavors/35dd0e79-bc27-4b03-8e86-42216dbe235f", "rel": "bookmark"}]}, "id": "d74a3155-aeff-4fa9-88dc-e86c19c51dc2", "user_id": "67ffcb735c2d4dfdb31f530f20e6c513", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:28:45Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-fe66f467-b5d4-467c-81ff-a479a4980228-inst", "created": "2018-08-12T08:28:45Z", "tenant_id": "610df934a94c45439f778ce74401fb58", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:28:45,292 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/d74a3155-aeff-4fa9-88dc-e86c19c51dc2 used request id req-d64b178e-16a7-4574-9184-199f9030207a 2018-08-12 08:28:45,292 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-fe66f467-b5d4-467c-81ff-a479a4980228-inst 2018-08-12 08:28:45,295 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/d74a3155-aeff-4fa9-88dc-e86c19c51dc2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3be444821ade4bd77f392831f3fddb5a1d942533" 2018-08-12 08:28:45,708 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:28: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-4c9e5bc0-ba81-494f-9c5d-ac6707c0c94c x-compute-request-id: req-4c9e5bc0-ba81-494f-9c5d-ac6707c0c94c 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.21:8774/v2.1/servers/d74a3155-aeff-4fa9-88dc-e86c19c51dc2", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/d74a3155-aeff-4fa9-88dc-e86c19c51dc2", "rel": "bookmark"}], "image": {"id": "6619eb1c-aedd-4010-acb8-7ec34c674a6d", "links": [{"href": "http://172.30.9.21:8774/images/6619eb1c-aedd-4010-acb8-7ec34c674a6d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "35dd0e79-bc27-4b03-8e86-42216dbe235f", "links": [{"href": "http://172.30.9.21:8774/flavors/35dd0e79-bc27-4b03-8e86-42216dbe235f", "rel": "bookmark"}]}, "id": "d74a3155-aeff-4fa9-88dc-e86c19c51dc2", "user_id": "67ffcb735c2d4dfdb31f530f20e6c513", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:28:45Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-fe66f467-b5d4-467c-81ff-a479a4980228-inst", "created": "2018-08-12T08:28:45Z", "tenant_id": "610df934a94c45439f778ce74401fb58", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:28:45,708 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/d74a3155-aeff-4fa9-88dc-e86c19c51dc2 used request id req-4c9e5bc0-ba81-494f-9c5d-ac6707c0c94c 2018-08-12 08:28:45,708 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-fe66f467-b5d4-467c-81ff-a479a4980228-inst] is - BUILD 2018-08-12 08:28:45,708 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-12 08:28:48,711 - create_instance - DEBUG - VM status query timeout in 896.58116293 2018-08-12 08:28:48,714 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/d74a3155-aeff-4fa9-88dc-e86c19c51dc2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3be444821ade4bd77f392831f3fddb5a1d942533" 2018-08-12 08:28:49,435 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:28: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-67143e2c-e629-4bde-a974-23d47a145715 x-compute-request-id: req-67143e2c-e629-4bde-a974-23d47a145715 Content-Encoding: gzip Content-Length: 684 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/d74a3155-aeff-4fa9-88dc-e86c19c51dc2", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/d74a3155-aeff-4fa9-88dc-e86c19c51dc2", "rel": "bookmark"}], "image": {"id": "6619eb1c-aedd-4010-acb8-7ec34c674a6d", "links": [{"href": "http://172.30.9.21:8774/images/6619eb1c-aedd-4010-acb8-7ec34c674a6d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "35dd0e79-bc27-4b03-8e86-42216dbe235f", "links": [{"href": "http://172.30.9.21:8774/flavors/35dd0e79-bc27-4b03-8e86-42216dbe235f", "rel": "bookmark"}]}, "id": "d74a3155-aeff-4fa9-88dc-e86c19c51dc2", "security_groups": [{"name": "default"}], "user_id": "67ffcb735c2d4dfdb31f530f20e6c513", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:28:46Z", "hostId": "6f0cb5d7bc00e0fbb27a691c15f71d497e85f5315f9c23ae0b04ae66", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-fe66f467-b5d4-467c-81ff-a479a4980228-inst", "created": "2018-08-12T08:28:45Z", "tenant_id": "610df934a94c45439f778ce74401fb58", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:28:49,435 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/d74a3155-aeff-4fa9-88dc-e86c19c51dc2 used request id req-67143e2c-e629-4bde-a974-23d47a145715 2018-08-12 08:28:49,435 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-fe66f467-b5d4-467c-81ff-a479a4980228-inst] is - BUILD 2018-08-12 08:28:49,435 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-12 08:28:52,439 - create_instance - DEBUG - VM status query timeout in 892.854009867 2018-08-12 08:28:52,441 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/d74a3155-aeff-4fa9-88dc-e86c19c51dc2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3be444821ade4bd77f392831f3fddb5a1d942533" 2018-08-12 08:28:52,781 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:28: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-d6ed1a1f-9c3a-4569-8198-62b5a4886662 x-compute-request-id: req-d6ed1a1f-9c3a-4569-8198-62b5a4886662 Content-Encoding: gzip Content-Length: 764 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-fe66f467-b5d4-467c-81ff-a479a4980228-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "0a:1b:2c:3d:4e:5f", "version": 4, "addr": "10.55.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/d74a3155-aeff-4fa9-88dc-e86c19c51dc2", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/d74a3155-aeff-4fa9-88dc-e86c19c51dc2", "rel": "bookmark"}], "image": {"id": "6619eb1c-aedd-4010-acb8-7ec34c674a6d", "links": [{"href": "http://172.30.9.21:8774/images/6619eb1c-aedd-4010-acb8-7ec34c674a6d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:28:50.000000", "flavor": {"id": "35dd0e79-bc27-4b03-8e86-42216dbe235f", "links": [{"href": "http://172.30.9.21:8774/flavors/35dd0e79-bc27-4b03-8e86-42216dbe235f", "rel": "bookmark"}]}, "id": "d74a3155-aeff-4fa9-88dc-e86c19c51dc2", "security_groups": [{"name": "default"}], "user_id": "67ffcb735c2d4dfdb31f530f20e6c513", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:28:50Z", "hostId": "6f0cb5d7bc00e0fbb27a691c15f71d497e85f5315f9c23ae0b04ae66", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-fe66f467-b5d4-467c-81ff-a479a4980228-inst", "created": "2018-08-12T08:28:45Z", "tenant_id": "610df934a94c45439f778ce74401fb58", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:28:52,781 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/d74a3155-aeff-4fa9-88dc-e86c19c51dc2 used request id req-d6ed1a1f-9c3a-4569-8198-62b5a4886662 2018-08-12 08:28:52,782 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-fe66f467-b5d4-467c-81ff-a479a4980228-inst] is - ACTIVE 2018-08-12 08:28:52,782 - create_instance - INFO - VM is - ACTIVE 2018-08-12 08:28:52,785 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/d74a3155-aeff-4fa9-88dc-e86c19c51dc2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3be444821ade4bd77f392831f3fddb5a1d942533" 2018-08-12 08:28:53,464 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:28: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-00198a27-29d6-47f1-8552-4e208e57ab82 x-compute-request-id: req-00198a27-29d6-47f1-8552-4e208e57ab82 Content-Encoding: gzip Content-Length: 764 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-fe66f467-b5d4-467c-81ff-a479a4980228-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "0a:1b:2c:3d:4e:5f", "version": 4, "addr": "10.55.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/d74a3155-aeff-4fa9-88dc-e86c19c51dc2", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/d74a3155-aeff-4fa9-88dc-e86c19c51dc2", "rel": "bookmark"}], "image": {"id": "6619eb1c-aedd-4010-acb8-7ec34c674a6d", "links": [{"href": "http://172.30.9.21:8774/images/6619eb1c-aedd-4010-acb8-7ec34c674a6d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:28:50.000000", "flavor": {"id": "35dd0e79-bc27-4b03-8e86-42216dbe235f", "links": [{"href": "http://172.30.9.21:8774/flavors/35dd0e79-bc27-4b03-8e86-42216dbe235f", "rel": "bookmark"}]}, "id": "d74a3155-aeff-4fa9-88dc-e86c19c51dc2", "security_groups": [{"name": "default"}], "user_id": "67ffcb735c2d4dfdb31f530f20e6c513", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:28:50Z", "hostId": "6f0cb5d7bc00e0fbb27a691c15f71d497e85f5315f9c23ae0b04ae66", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-fe66f467-b5d4-467c-81ff-a479a4980228-inst", "created": "2018-08-12T08:28:45Z", "tenant_id": "610df934a94c45439f778ce74401fb58", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:28:53,464 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/d74a3155-aeff-4fa9-88dc-e86c19c51dc2 used request id req-00198a27-29d6-47f1-8552-4e208e57ab82 2018-08-12 08:28:53,469 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-fe66f467-b5d4-467c-81ff-a479a4980228-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3be444821ade4bd77f392831f3fddb5a1d942533" 2018-08-12 08:28:53,570 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-88c29021-8cea-46b9-8d17-02bee503011a Date: Sun, 12 Aug 2018 08:28:53 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["fadd9bd0-a6e0-403b-8788-901773e08a88"],"updated_at":"2018-08-12T08:28:33Z","tenant_id":"610df934a94c45439f778ce74401fb58","created_at":"2018-08-12T08:28:32Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"610df934a94c45439f778ce74401fb58","id":"a2ee7e7b-5735-4137-8c6f-e51258cb2737","name":"CreateInstancePortManipulationTests-fe66f467-b5d4-467c-81ff-a479a4980228-pub-net"}]} 2018-08-12 08:28:53,570 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-fe66f467-b5d4-467c-81ff-a479a4980228-pub-net used request id req-88c29021-8cea-46b9-8d17-02bee503011a 2018-08-12 08:28:53,574 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/610df934a94c45439f778ce74401fb58 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3be444821ade4bd77f392831f3fddb5a1d942533" 2018-08-12 08:28:53,669 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:28:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dad45f93-0987-4aa2-96f4-5628d5b44670 Content-Encoding: gzip Content-Length: 236 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/610df934a94c45439f778ce74401fb58"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "610df934a94c45439f778ce74401fb58", "name": "CreateInstancePortManipulationTests-974a9976-2180-49c-proj"}} 2018-08-12 08:28:53,669 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/610df934a94c45439f778ce74401fb58 used request id req-dad45f93-0987-4aa2-96f4-5628d5b44670 2018-08-12 08:28:53,675 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=a2ee7e7b-5735-4137-8c6f-e51258cb2737 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3be444821ade4bd77f392831f3fddb5a1d942533" 2018-08-12 08:28:53,729 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-7b6dddf9-9b1a-42c2-9595-9fa02c6b66a5 Date: Sun, 12 Aug 2018 08:28:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a2ee7e7b-5735-4137-8c6f-e51258cb2737","tenant_id":"610df934a94c45439f778ce74401fb58","created_at":"2018-08-12T08:28:33Z","dns_nameservers":[],"updated_at":"2018-08-12T08:28:33Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"610df934a94c45439f778ce74401fb58","id":"fadd9bd0-a6e0-403b-8788-901773e08a88","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-fe66f467-b5d4-467c-81ff-a479a4980228-pub-subnet"}]} 2018-08-12 08:28:53,729 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=a2ee7e7b-5735-4137-8c6f-e51258cb2737 used request id req-7b6dddf9-9b1a-42c2-9595-9fa02c6b66a5 2018-08-12 08:28:53,734 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=a2ee7e7b-5735-4137-8c6f-e51258cb2737 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3be444821ade4bd77f392831f3fddb5a1d942533" 2018-08-12 08:28:53,997 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3039 X-Openstack-Request-Id: req-0e6a0e94-c52c-40e5-8d81-edaf0f0f721a Date: Sun, 12 Aug 2018 08:28:53 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"a2ee7e7b-5735-4137-8c6f-e51258cb2737","tenant_id":"610df934a94c45439f778ce74401fb58","created_at":"2018-08-12T08:28:34Z","admin_state_up":true,"updated_at":"2018-08-12T08:28:37Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-a2ee7e7b-5735-4137-8c6f-e51258cb2737","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:b4:4d:54","id":"7c79b490-8677-490e-a1c5-7027e7a843b3","port_security_enabled":false,"project_id":"610df934a94c45439f778ce74401fb58","fixed_ips":[{"subnet_id":"fadd9bd0-a6e0-403b-8788-901773e08a88","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"a2ee7e7b-5735-4137-8c6f-e51258cb2737","tenant_id":"610df934a94c45439f778ce74401fb58","created_at":"2018-08-12T08:28:34Z","admin_state_up":true,"updated_at":"2018-08-12T08:28:37Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-a2ee7e7b-5735-4137-8c6f-e51258cb2737","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:00:e2:c7","id":"a5ad95b9-6fb1-4740-95be-f568a26bd24a","port_security_enabled":false,"project_id":"610df934a94c45439f778ce74401fb58","fixed_ips":[{"subnet_id":"fadd9bd0-a6e0-403b-8788-901773e08a88","ip_address":"10.55.0.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"a2ee7e7b-5735-4137-8c6f-e51258cb2737","tenant_id":"610df934a94c45439f778ce74401fb58","created_at":"2018-08-12T08:28:35Z","admin_state_up":true,"updated_at":"2018-08-12T08:28:38Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-a2ee7e7b-5735-4137-8c6f-e51258cb2737","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:01:e0:64","id":"a5e6d50f-5f9e-4052-9873-89af32cd35b6","port_security_enabled":false,"project_id":"610df934a94c45439f778ce74401fb58","fixed_ips":[{"subnet_id":"fadd9bd0-a6e0-403b-8788-901773e08a88","ip_address":"10.55.0.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"a2ee7e7b-5735-4137-8c6f-e51258cb2737","tenant_id":"610df934a94c45439f778ce74401fb58","created_at":"2018-08-12T08:28:40Z","admin_state_up":true,"updated_at":"2018-08-12T08:28:50Z","binding:vnic_type":"normal","device_id":"d74a3155-aeff-4fa9-88dc-e86c19c51dc2","device_owner":"compute:nova","revision_number":10,"mac_address":"0a:1b:2c:3d:4e:5f","id":"d3157044-067c-4a33-bc96-793318a9cfb1","port_security_enabled":true,"project_id":"610df934a94c45439f778ce74401fb58","fixed_ips":[{"subnet_id":"fadd9bd0-a6e0-403b-8788-901773e08a88","ip_address":"10.55.0.10"}],"extra_dhcp_opts":[],"security_groups":["1f5fe379-5251-4811-8834-05b0b8c103c0"],"name":"CreateInstancePortManipulationTests-fe66f467-b5d4-467c-81ff-a479a4980228port-1"}]} 2018-08-12 08:28:53,997 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=a2ee7e7b-5735-4137-8c6f-e51258cb2737 used request id req-0e6a0e94-c52c-40e5-8d81-edaf0f0f721a 2018-08-12 08:28:53,998 - create_instance - INFO - Deleting Port with ID - d3157044-067c-4a33-bc96-793318a9cfb1 2018-08-12 08:28:53,998 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-fe66f467-b5d4-467c-81ff-a479a4980228port-1 2018-08-12 08:28:54,003 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/ports/d3157044-067c-4a33-bc96-793318a9cfb1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3be444821ade4bd77f392831f3fddb5a1d942533" 2018-08-12 08:28:54,628 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-71d290f3-d80c-4503-ad4e-f19cfbed847b Date: Sun, 12 Aug 2018 08:28:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:28:54,628 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/ports/d3157044-067c-4a33-bc96-793318a9cfb1 used request id req-71d290f3-d80c-4503-ad4e-f19cfbed847b 2018-08-12 08:28:54,628 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-fe66f467-b5d4-467c-81ff-a479a4980228-inst 2018-08-12 08:28:54,631 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/servers/d74a3155-aeff-4fa9-88dc-e86c19c51dc2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3be444821ade4bd77f392831f3fddb5a1d942533" 2018-08-12 08:28:54,837 - novaclient.v2.client - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:28: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-d12640f4-18e3-4b03-81c4-775d1ee23246 x-compute-request-id: req-d12640f4-18e3-4b03-81c4-775d1ee23246 Content-Type: application/json 2018-08-12 08:28:54,837 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/d74a3155-aeff-4fa9-88dc-e86c19c51dc2 used request id req-d12640f4-18e3-4b03-81c4-775d1ee23246 2018-08-12 08:28:54,837 - create_instance - INFO - Checking deletion status 2018-08-12 08:28:54,840 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/d74a3155-aeff-4fa9-88dc-e86c19c51dc2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3be444821ade4bd77f392831f3fddb5a1d942533" 2018-08-12 08:28:54,946 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:28: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-7ae010ea-52cf-4b41-83e2-a771599d0b7f x-compute-request-id: req-7ae010ea-52cf-4b41-83e2-a771599d0b7f Content-Encoding: gzip Content-Length: 743 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"CreateInstancePortManipulationTests-fe66f467-b5d4-467c-81ff-a479a4980228-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "0a:1b:2c:3d:4e:5f", "version": 4, "addr": "10.55.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/d74a3155-aeff-4fa9-88dc-e86c19c51dc2", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/d74a3155-aeff-4fa9-88dc-e86c19c51dc2", "rel": "bookmark"}], "image": {"id": "6619eb1c-aedd-4010-acb8-7ec34c674a6d", "links": [{"href": "http://172.30.9.21:8774/images/6619eb1c-aedd-4010-acb8-7ec34c674a6d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:28:50.000000", "flavor": {"id": "35dd0e79-bc27-4b03-8e86-42216dbe235f", "links": [{"href": "http://172.30.9.21:8774/flavors/35dd0e79-bc27-4b03-8e86-42216dbe235f", "rel": "bookmark"}]}, "id": "d74a3155-aeff-4fa9-88dc-e86c19c51dc2", "user_id": "67ffcb735c2d4dfdb31f530f20e6c513", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:28:54Z", "hostId": "6f0cb5d7bc00e0fbb27a691c15f71d497e85f5315f9c23ae0b04ae66", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-fe66f467-b5d4-467c-81ff-a479a4980228-inst", "created": "2018-08-12T08:28:45Z", "tenant_id": "610df934a94c45439f778ce74401fb58", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:28:54,946 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/d74a3155-aeff-4fa9-88dc-e86c19c51dc2 used request id req-7ae010ea-52cf-4b41-83e2-a771599d0b7f 2018-08-12 08:28:54,947 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-fe66f467-b5d4-467c-81ff-a479a4980228-inst] is - ACTIVE 2018-08-12 08:28:54,947 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-12 08:28:57,950 - create_instance - DEBUG - VM status query timeout in 296.887285948 2018-08-12 08:28:57,953 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/d74a3155-aeff-4fa9-88dc-e86c19c51dc2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3be444821ade4bd77f392831f3fddb5a1d942533" 2018-08-12 08:28:58,081 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:28: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-099a75d5-0719-46da-ba6b-88ce6fb51eed x-compute-request-id: req-099a75d5-0719-46da-ba6b-88ce6fb51eed Content-Encoding: gzip Content-Length: 660 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/d74a3155-aeff-4fa9-88dc-e86c19c51dc2", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/d74a3155-aeff-4fa9-88dc-e86c19c51dc2", "rel": "bookmark"}], "image": {"id": "6619eb1c-aedd-4010-acb8-7ec34c674a6d", "links": [{"href": "http://172.30.9.21:8774/images/6619eb1c-aedd-4010-acb8-7ec34c674a6d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "deleted", "OS-SRV-USG:launched_at": "2018-08-12T08:28:50.000000", "flavor": {"id": "35dd0e79-bc27-4b03-8e86-42216dbe235f", "links": [{"href": "http://172.30.9.21:8774/flavors/35dd0e79-bc27-4b03-8e86-42216dbe235f", "rel": "bookmark"}]}, "id": "d74a3155-aeff-4fa9-88dc-e86c19c51dc2", "user_id": "67ffcb735c2d4dfdb31f530f20e6c513", "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-12T08:28:57Z", "hostId": "6f0cb5d7bc00e0fbb27a691c15f71d497e85f5315f9c23ae0b04ae66", "OS-SRV-USG:terminated_at": "2018-08-12T08:28:57.000000", "key_name": null, "name": "CreateInstancePortManipulationTests-fe66f467-b5d4-467c-81ff-a479a4980228-inst", "created": "2018-08-12T08:28:45Z", "tenant_id": "610df934a94c45439f778ce74401fb58", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:28:58,082 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/d74a3155-aeff-4fa9-88dc-e86c19c51dc2 used request id req-099a75d5-0719-46da-ba6b-88ce6fb51eed 2018-08-12 08:28:58,082 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-fe66f467-b5d4-467c-81ff-a479a4980228-inst] is - DELETED 2018-08-12 08:28:58,082 - create_instance - INFO - VM is - DELETED 2018-08-12 08:28:58,082 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-fe66f467-b5d4-467c-81ff-a479a4980228-inst 2018-08-12 08:28:58,086 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/flavors/35dd0e79-bc27-4b03-8e86-42216dbe235f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5df4366004f0a99b6ed12c2b61e62528a4a87230" 2018-08-12 08:28:58,121 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 08:28: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-aff50feb-b0d0-464a-add0-b847c5980094 x-compute-request-id: req-aff50feb-b0d0-464a-add0-b847c5980094 Content-Length: 0 Content-Type: application/json 2018-08-12 08:28:58,121 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/35dd0e79-bc27-4b03-8e86-42216dbe235f used request id req-aff50feb-b0d0-464a-add0-b847c5980094 2018-08-12 08:28:58,122 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-fe66f467-b5d4-467c-81ff-a479a4980228-pub-subnet 2018-08-12 08:28:58,122 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-fe66f467-b5d4-467c-81ff-a479a4980228-pub-subnet 2018-08-12 08:28:58,127 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/fadd9bd0-a6e0-403b-8788-901773e08a88 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7eecae74bbfd684a2610589dfa27eeb3524a8c7" 2018-08-12 08:29:00,779 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-eb7c7199-7afd-414a-b926-58e1d8ab2133 Date: Sun, 12 Aug 2018 08:29:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:29:00,780 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/fadd9bd0-a6e0-403b-8788-901773e08a88 used request id req-eb7c7199-7afd-414a-b926-58e1d8ab2133 2018-08-12 08:29:00,780 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-fe66f467-b5d4-467c-81ff-a479a4980228-pub-net 2018-08-12 08:29:00,785 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/a2ee7e7b-5735-4137-8c6f-e51258cb2737 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7eecae74bbfd684a2610589dfa27eeb3524a8c7" 2018-08-12 08:29:02,883 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-1bbc1d56-6258-4b02-a4a2-0222b2da629f Date: Sun, 12 Aug 2018 08:29:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:29:02,883 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/a2ee7e7b-5735-4137-8c6f-e51258cb2737 used request id req-1bbc1d56-6258-4b02-a4a2-0222b2da629f 2018-08-12 08:29:02,884 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-fe66f467-b5d4-467c-81ff-a479a4980228-image 2018-08-12 08:29:02,887 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/6619eb1c-aedd-4010-acb8-7ec34c674a6d -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b83ff60eae721c5a4badf4b2d4f6cb4c491dc799" 2018-08-12 08:29:03,416 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a65af3d1-1337-4cf7-9d76-39045d0af7b8 Date: Sun, 12 Aug 2018 08:29: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 08:29:03,416 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/6619eb1c-aedd-4010-acb8-7ec34c674a6d used request id req-a65af3d1-1337-4cf7-9d76-39045d0af7b8 2018-08-12 08:29:03,417 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:29:03,417 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:29:03,418 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:29:03,418 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:29:03,418 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:29:03,424 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da52e9e222736373d08e9b89652ddb005b22cbfd" 2018-08-12 08:29:03,751 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 45548 X-Openstack-Request-Id: req-8e69d782-b09f-472d-961e-edf4745a8d46 Date: Sun, 12 Aug 2018 08:29:03 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "created_at": "2018-08-12T06:59:44Z", "updated_at": "2018-08-12T06:59:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "1d7fd960-7865-4453-aecc-8d399b4fad21", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "66820d8a-b785-4b18-bd67-500221c8e4f9", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "74fc7638-a322-4841-8c47-06d36174a200", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "8eaa09ec-8419-4582-9312-1e527afe6e4b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}], "revision_number": 4, "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "created_at": "2018-08-12T05:12:34Z", "updated_at": "2018-08-12T05:12:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "709513d2-af7d-4d0b-bd3c-604fed75a711", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "aa346066-e46f-44f2-94be-2884aa998a19", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "c15f7b93-e56c-4afa-867d-2acb286d4b7b", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "cb0ef83f-5f70-4a80-ad35-431ca9df551e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}], "revision_number": 4, "project_id": "fa5a7fe6ee54472ba01638877aade8e3", "id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "610df934a94c45439f778ce74401fb58", "created_at": "2018-08-12T08:28:32Z", "updated_at": "2018-08-12T08:28:32Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:28:32Z", "revision_number": 0, "id": "3059384e-cbc5-4483-96dc-f9b1151489b3", "remote_group_id": "1f5fe379-5251-4811-8834-05b0b8c103c0", "remote_ip_prefix": null, "created_at": "2018-08-12T08:28:32Z", "security_group_id": "1f5fe379-5251-4811-8834-05b0b8c103c0", "tenant_id": "610df934a94c45439f778ce74401fb58", "port_range_min": null, "ethertype": "IPv6", "project_id": "610df934a94c45439f778ce74401fb58"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:28:32Z", "revision_number": 0, "id": "3f36cc66-d8a8-45d8-aff1-35d2dfc61c9a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:28:32Z", "security_group_id": "1f5fe379-5251-4811-8834-05b0b8c103c0", "tenant_id": "610df934a94c45439f778ce74401fb58", "port_range_min": null, "ethertype": "IPv4", "project_id": "610df934a94c45439f778ce74401fb58"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:28:32Z", "revision_number": 0, "id": "8273c84b-c5dd-4192-8700-9a6b3fcb5054", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:28:32Z", "security_group_id": "1f5fe379-5251-4811-8834-05b0b8c103c0", "tenant_id": "610df934a94c45439f778ce74401fb58", "port_range_min": null, "ethertype": "IPv6", "project_id": "610df934a94c45439f778ce74401fb58"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:28:32Z", "revision_number": 0, "id": "8420e2f4-8fc9-432e-b349-c0daea11213b", "remote_group_id": "1f5fe379-5251-4811-8834-05b0b8c103c0", "remote_ip_prefix": null, "created_at": "2018-08-12T08:28:32Z", "security_group_id": "1f5fe379-5251-4811-8834-05b0b8c103c0", "tenant_id": "610df934a94c45439f778ce74401fb58", "port_range_min": null, "ethertype": "IPv4", "project_id": "610df934a94c45439f778ce74401fb58"}], "revision_number": 4, "project_id": "610df934a94c45439f778ce74401fb58", "id": "1f5fe379-5251-4811-8834-05b0b8c103c0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ea65becf30e54b27aa96a449698a435e", "created_at": "2018-08-12T05:10:35Z", "updated_at": "2018-08-12T05:10:35Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "30ad280c-f302-4cd4-a438-5139917b56f9", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "76115c4c-887d-4f0a-83e2-486e4b39c713", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "8ab14937-4c08-4d43-8a9a-662e622cc643", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "ee757a03-5662-4273-9c3e-6212e7afb48f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}], "revision_number": 4, "project_id": "ea65becf30e54b27aa96a449698a435e", "id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "created_at": "2018-08-12T06:20:09Z", "updated_at": "2018-08-12T06:20:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "1123b8f2-75ac-4a26-b9b2-a96da97408e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "2ddd2b93-e080-48cd-9a50-f5fe8a82ad0c", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "cd1bae62-0aea-4438-b4c3-50a69ae6f855", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "e398e01e-ceea-46d1-9534-b929808c4a5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}], "revision_number": 4, "project_id": "ff7abd7bb61f4f2889831e932d65dc2e", "id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "created_at": "2018-08-12T05:34:57Z", "updated_at": "2018-08-12T05:34:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "208a1c1e-f5f8-49c7-9a25-d07e68b1541f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "27bfd867-e607-4bf8-9de8-60682d3f771d", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "49360e1f-6fd3-4f35-b339-24cea95773ee", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "60f631a9-d305-4920-9631-d0543e2ac64f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}], "revision_number": 4, "project_id": "3a85ceae958d4d9fba68847e7df67db8", "id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "created_at": "2018-08-12T05:34:40Z", "updated_at": "2018-08-12T05:34:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "2192c259-363e-4768-ae73-e75837ad63b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "3f87ddc5-f84d-41dc-8215-847724782569", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "7d89f6da-ea78-49dd-9115-f9ad23b250bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "9ec4497d-0f65-44db-9be9-7b3042e4a584", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}], "revision_number": 4, "project_id": "85517fcf1c6247e699fdcdd42ecc8c79", "id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "created_at": "2018-08-12T05:16:02Z", "updated_at": "2018-08-12T05:16:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "1ecacd8c-c1c7-4a66-9871-406a69323b43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "3cc1750c-e0e7-4902-b6f3-494a161b832e", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "d719a7a4-8c99-44ed-8c12-6bf071890203", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "fe7421b5-d577-41da-8c78-62f3c07eda92", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}], "revision_number": 4, "project_id": "a267b9a156244bb192691cff6e5f74fe", "id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "315a428116f24d9fbb826b37080a918e", "created_at": "2018-08-12T05:11:31Z", "updated_at": "2018-08-12T05:11:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "5e52886a-1dc3-4a81-a55d-f388dc4fd1a1", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "678e32e4-d64c-448a-a4ab-e253ab94ae90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "a8da1539-e3ad-4f90-b2df-3dc1f09d228a", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "b73d5cc9-0205-4658-bb1f-61a042c0ab8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}], "revision_number": 4, "project_id": "315a428116f24d9fbb826b37080a918e", "id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-12T05:08:01Z", "updated_at": "2018-08-12T05:08:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:01Z", "revision_number": 0, "id": "0fb05d03-1117-45d0-930c-b6d4c96ef102", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "4faaab33-5788-4bbd-85b8-0fb44d41413a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "96d0c5a0-5c67-421b-8fc8-2b46d77e5db3", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "dd78519b-4bc5-4e8e-ad0f-58089dd69347", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "11a46741b7954b959fd7764109c047b6", "created_at": "2018-08-12T05:34:51Z", "updated_at": "2018-08-12T05:34:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "0b67bf3c-2289-43bb-ab6c-7d25ec32a279", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "51f3f833-337a-42bd-a8d5-742ea8d6c226", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "571fd0b5-ef90-408d-af33-aafb517b8993", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "944ba823-fb9c-496e-a66e-bb426bb14a8d", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}], "revision_number": 4, "project_id": "11a46741b7954b959fd7764109c047b6", "id": "90af9782-8112-4257-801d-ee5115d226ba", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "created_at": "2018-08-12T05:34:26Z", "updated_at": "2018-08-12T05:34:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "2ee1f63a-807c-4d6a-85ee-dd784f6b8c3f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5dec3ec2-2add-47dd-8618-90659dcf3885", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5ea0dc3e-49d0-43f0-94e9-f6443527d14c", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "fbfaca22-7e3e-4128-8973-43e439b77c28", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}], "revision_number": 4, "project_id": "3c01cd58055c44ecaef39f7e625c2258", "id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "521007c1818145639e93ceb270559219", "created_at": "2018-08-12T05:13:27Z", "updated_at": "2018-08-12T05:13:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "5e7fede5-b0f2-47d8-95c3-516cdfc7f9de", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "8fd0e36f-c6c4-4f64-ba97-40439e614448", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "db7d79de-1dfc-4138-945f-91e74cdc266b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "e87f2cff-ff3e-4b6d-aaf0-7f0eb0ab9f05", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}], "revision_number": 4, "project_id": "521007c1818145639e93ceb270559219", "id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "created_at": "2018-08-12T05:08:18Z", "updated_at": "2018-08-12T05:08:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "3c67be40-bf74-4f97-9693-d93ce73a23b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "6112d869-2fc6-4a25-a13c-3d55cd7206c0", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "bdf21c56-453e-482e-9cba-3c55abcb0339", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "c8e92c39-38cc-4f48-be9c-5f0912e6a725", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}], "revision_number": 4, "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "created_at": "2018-08-12T05:04:23Z", "updated_at": "2018-08-12T05:04:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "280546d9-8ad1-4283-abfc-15ee9b1736c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "58bce125-f2ca-4a6d-b9ca-4e6cf5c0f7a5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "69275b9a-cfb5-482c-a9c4-8ffc79adf2c7", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "6d747f3a-3764-469a-a645-f977585c5aac", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}], "revision_number": 4, "project_id": "310f5853751a4c968f3eeb0a3d99a0a8", "id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "created_at": "2018-08-12T05:34:42Z", "updated_at": "2018-08-12T05:34:42Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "199582e8-25aa-457a-aa7c-6d8413ca4464", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "234f3609-4454-448f-919d-c8143c7cd764", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "c1061460-71a2-49a9-a04b-9fa33eeb17ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "d21ac532-51d8-4d6b-8300-7bac216759bf", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}], "revision_number": 4, "project_id": "9f6c1a272706419c9a74b0893b2890e8", "id": "d6739716-c693-460c-89c6-e7c8c48f8245", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "created_at": "2018-08-12T05:34:54Z", "updated_at": "2018-08-12T05:34:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "0633a05a-ee7d-4476-a56b-75d011b22f77", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "6cc1b9f8-73db-47a3-a0e0-3c96c43f34da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "90d99a6b-e94f-4fd8-a10c-f19dd8954c13", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "e843c139-af2a-4d2c-a24f-59f7b10ff72e", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}], "revision_number": 4, "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "created_at": "2018-08-12T05:09:07Z", "updated_at": "2018-08-12T05:09:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "5495e168-f505-4d74-ae6d-387f0bf533c2", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "6fd19b8b-3062-456e-81ba-3ff37fe43429", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8ca59d25-485c-46ce-939c-2e4a468caeac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8f190846-50a0-42b9-b571-390809b752b1", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}], "revision_number": 4, "project_id": "fa9ca6d7608b4d7d87ce97331679a481", "id": "edcd9b17-9416-4c25-823c-060c435e18d7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "created_at": "2018-08-12T05:34:52Z", "updated_at": "2018-08-12T05:34:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "2c7e484e-6ec5-4a95-8c9c-66d294c0c27e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "70c74258-3c2c-4efc-87e0-079c26ee3417", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "b70382fa-082e-4c2b-abc8-87490fa50b11", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "c3628e02-b4b6-42c9-8751-c1a2d3c19caa", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}], "revision_number": 4, "project_id": "87db863ba6e348b0a5ddcb67053db9d1", "id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "name": "default"}]} 2018-08-12 08:29:03,752 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-8e69d782-b09f-472d-961e-edf4745a8d46 2018-08-12 08:29:03,760 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da52e9e222736373d08e9b89652ddb005b22cbfd" 2018-08-12 08:29:03,850 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:29:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-380c8a64-6085-42b7-8d3f-ea1674f97df8 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 5fe28c13d4d74ba2be8d019ac1ea6363.", "code": 404, "title": "Not Found"}} 2018-08-12 08:29:03,850 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 used request id req-380c8a64-6085-42b7-8d3f-ea1674f97df8 2018-08-12 08:29:03,850 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:29:03,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da52e9e222736373d08e9b89652ddb005b22cbfd" 2018-08-12 08:29:03,939 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:29:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f76cb058-7f8b-49d2-b2f2-0f0a1d5841de Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa5a7fe6ee54472ba01638877aade8e3.", "code": 404, "title": "Not Found"}} 2018-08-12 08:29:03,939 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 used request id req-f76cb058-7f8b-49d2-b2f2-0f0a1d5841de 2018-08-12 08:29:03,939 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:29:03,943 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/610df934a94c45439f778ce74401fb58 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da52e9e222736373d08e9b89652ddb005b22cbfd" 2018-08-12 08:29:04,135 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:29:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e586d1a2-822a-41fb-b2cd-37aa4e336e87 Content-Encoding: gzip Content-Length: 236 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/610df934a94c45439f778ce74401fb58"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "610df934a94c45439f778ce74401fb58", "name": "CreateInstancePortManipulationTests-974a9976-2180-49c-proj"}} 2018-08-12 08:29:04,136 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/610df934a94c45439f778ce74401fb58 used request id req-e586d1a2-822a-41fb-b2cd-37aa4e336e87 2018-08-12 08:29:04,136 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1f5fe379-5251-4811-8834-05b0b8c103c0 2018-08-12 08:29:04,141 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=1f5fe379-5251-4811-8834-05b0b8c103c0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da52e9e222736373d08e9b89652ddb005b22cbfd" 2018-08-12 08:29:04,327 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-d031a766-d327-413d-8c2c-15ca85a91955 Date: Sun, 12 Aug 2018 08:29:04 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "1f5fe379-5251-4811-8834-05b0b8c103c0", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:28:32Z", "security_group_id": "1f5fe379-5251-4811-8834-05b0b8c103c0", "port_range_min": null, "revision_number": 0, "tenant_id": "610df934a94c45439f778ce74401fb58", "created_at": "2018-08-12T08:28:32Z", "project_id": "610df934a94c45439f778ce74401fb58", "id": "3059384e-cbc5-4483-96dc-f9b1151489b3"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:28:32Z", "security_group_id": "1f5fe379-5251-4811-8834-05b0b8c103c0", "port_range_min": null, "revision_number": 0, "tenant_id": "610df934a94c45439f778ce74401fb58", "created_at": "2018-08-12T08:28:32Z", "project_id": "610df934a94c45439f778ce74401fb58", "id": "3f36cc66-d8a8-45d8-aff1-35d2dfc61c9a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:28:32Z", "security_group_id": "1f5fe379-5251-4811-8834-05b0b8c103c0", "port_range_min": null, "revision_number": 0, "tenant_id": "610df934a94c45439f778ce74401fb58", "created_at": "2018-08-12T08:28:32Z", "project_id": "610df934a94c45439f778ce74401fb58", "id": "8273c84b-c5dd-4192-8700-9a6b3fcb5054"}, {"remote_group_id": "1f5fe379-5251-4811-8834-05b0b8c103c0", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:28:32Z", "security_group_id": "1f5fe379-5251-4811-8834-05b0b8c103c0", "port_range_min": null, "revision_number": 0, "tenant_id": "610df934a94c45439f778ce74401fb58", "created_at": "2018-08-12T08:28:32Z", "project_id": "610df934a94c45439f778ce74401fb58", "id": "8420e2f4-8fc9-432e-b349-c0daea11213b"}]} 2018-08-12 08:29:04,327 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=1f5fe379-5251-4811-8834-05b0b8c103c0 used request id req-d031a766-d327-413d-8c2c-15ca85a91955 2018-08-12 08:29:04,328 - neutron_utils - INFO - Deleting security group with name - default 2018-08-12 08:29:04,333 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/1f5fe379-5251-4811-8834-05b0b8c103c0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da52e9e222736373d08e9b89652ddb005b22cbfd" 2018-08-12 08:29:04,678 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-8df6d66b-5204-4827-9125-a4a9586150a7 Content-Length: 0 Date: Sun, 12 Aug 2018 08:29:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:29:04,679 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/1f5fe379-5251-4811-8834-05b0b8c103c0 used request id req-8df6d66b-5204-4827-9125-a4a9586150a7 2018-08-12 08:29:04,679 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-974a9976-2180-49c-proj 2018-08-12 08:29:04,683 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/610df934a94c45439f778ce74401fb58 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da52e9e222736373d08e9b89652ddb005b22cbfd" 2018-08-12 08:29:05,021 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:29:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fcd2a41f-9d5b-4b47-b634-cf81d353b02a 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 08:29:05,022 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/610df934a94c45439f778ce74401fb58 used request id req-fcd2a41f-9d5b-4b47-b634-cf81d353b02a 2018-08-12 08:29:05,022 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-974a9976-2180-49c-proj-role 2018-08-12 08:29:05,026 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/693a155b2f4a40ec8df81c2004252a32 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da52e9e222736373d08e9b89652ddb005b22cbfd" 2018-08-12 08:29:05,134 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:29:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0986d09d-51f8-4d90-957a-f86d35f479f3 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 08:29:05,134 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/693a155b2f4a40ec8df81c2004252a32 used request id req-0986d09d-51f8-4d90-957a-f86d35f479f3 2018-08-12 08:29:05,137 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da52e9e222736373d08e9b89652ddb005b22cbfd" 2018-08-12 08:29:05,232 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:29:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-33760c1c-22ab-4e3e-8539-7790bc4b87f7 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:29:05,232 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-33760c1c-22ab-4e3e-8539-7790bc4b87f7 2018-08-12 08:29:05,233 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-974a9976-2180-49c-user 2018-08-12 08:29:05,237 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/67ffcb735c2d4dfdb31f530f20e6c513 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c436c516139aca3686bde7170a6b99ba7000e639" 2018-08-12 08:29:05,740 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:29:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3d763330-7319-41b6-b529-4805b90f9d36 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 08:29:05,740 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/67ffcb735c2d4dfdb31f530f20e6c513 used request id req-3d763330-7319-41b6-b529-4805b90f9d36 2018-08-12 08:29:05,742 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:29:06,139 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:29:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["MWLhdijpQjm_v7IBZL35_g"], "issued_at": "2018-08-12T08:29:06.000000Z"}} 2018-08-12 08:29:06,140 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}716a03a278ce7a28782e67cce1e7cd999f2b0a22" 2018-08-12 08:29:06,312 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:29:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c7a590e4-1dcc-4f2f-9c81-bdb04b539e50 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:29:06,312 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-c7a590e4-1dcc-4f2f-9c81-bdb04b539e50 2018-08-12 08:29:06,313 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:29:06,314 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:29:06,714 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:29:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["laALA5mXRdOl3tmbEIZk8A"], "issued_at": "2018-08-12T08:29:06.000000Z"}} 2018-08-12 08:29:06,715 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}2b405cf8aee73c985968080dc1cb7c7bb47d4209" 2018-08-12 08:29:06,801 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:29:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-46c375ea-32f4-46aa-93dc-b1769a6c26eb Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:29:06,801 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-46c375ea-32f4-46aa-93dc-b1769a6c26eb 2018-08-12 08:29:06,805 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:29:06,810 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:29:06 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:29:06,811 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-99b4b0a5-325e-48d-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b405cf8aee73c985968080dc1cb7c7bb47d4209" 2018-08-12 08:29:06,903 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:29:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d4666f87-f91c-4825-93e4-c1529f06dd66 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-99b4b0a5-325e-48d-proj", "previous": null, "next": null}, "projects": []} 2018-08-12 08:29:06,903 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-99b4b0a5-325e-48d-proj used request id req-d4666f87-f91c-4825-93e4-c1529f06dd66 2018-08-12 08:29:06,907 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b405cf8aee73c985968080dc1cb7c7bb47d4209" 2018-08-12 08:29:06,928 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:29:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e1450a4-a8b8-4f14-ad78-8d8d93c8abc8 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:29:06,928 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-4e1450a4-a8b8-4f14-ad78-8d8d93c8abc8 2018-08-12 08:29:06,933 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b405cf8aee73c985968080dc1cb7c7bb47d4209" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstancePortManipulationTests-99b4b0a5-325e-48d-proj"}}' 2018-08-12 08:29:07,068 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:29:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8cb63fec-2bb4-4f77-95cf-d70232ee33b2 Content-Length: 332 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/38fe030a3f8646b29e6fbe8e6dd86a96"}, "tags": [], "enabled": true, "id": "38fe030a3f8646b29e6fbe8e6dd86a96", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-99b4b0a5-325e-48d-proj"}} 2018-08-12 08:29:07,069 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-8cb63fec-2bb4-4f77-95cf-d70232ee33b2 2018-08-12 08:29:07,069 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-99b4b0a5-325e-48d-proj 2018-08-12 08:29:07,069 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:29:07,070 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:29:07,482 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:29:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["bUwmYhnCSrGvj-uxLNt9Pw"], "issued_at": "2018-08-12T08:29:07.000000Z"}} 2018-08-12 08:29:07,483 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}670d4ff536d583ce7564d7c392b9745732a8e6db" 2018-08-12 08:29:07,567 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:29:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-98e5c5cc-aef0-4229-8780-74cb28d15067 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:29:07,567 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-98e5c5cc-aef0-4229-8780-74cb28d15067 2018-08-12 08:29:07,571 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:29:07,576 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:29:07 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:29:07,577 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}670d4ff536d583ce7564d7c392b9745732a8e6db" 2018-08-12 08:29:07,788 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:29:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e4d68745-ba8d-4879-a432-4a25f3b40916 Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/105a247548624314b9228f85f6325f0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105a247548624314b9228f85f6325f0b", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/1c5de0eaa44543f08da6ad63a51594ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c5de0eaa44543f08da6ad63a51594ff", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/1d127b5b832547a88a547c116dfdd65b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d127b5b832547a88a547c116dfdd65b", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/1d5cfc170d624ce4ae53ae0507c8d517"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d5cfc170d624ce4ae53ae0507c8d517", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/2421820b75eb4d3ebd02830378d1377b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2421820b75eb4d3ebd02830378d1377b", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/40bd8ee54ecf44868cc83cede652c396"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40bd8ee54ecf44868cc83cede652c396", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/4f32fb8153854c4c9f5094b42b523f80"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f32fb8153854c4c9f5094b42b523f80", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7066130d08fb4db7bf4ab468de53933b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7066130d08fb4db7bf4ab468de53933b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/8d0898a83bcf4521bbc11501d5d7ac89"}, "domain_id": "1eec97585bde483292ece28ee11f4b8d", "enabled": true, "options": {}, "id": "8d0898a83bcf4521bbc11501d5d7ac89", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/9defcced327d476f8a3beab718a13da3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9defcced327d476f8a3beab718a13da3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/b80ee4f6992446e0879624dd436e99a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b80ee4f6992446e0879624dd436e99a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b86fd3e011324d398fcdb6f095a20a9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b86fd3e011324d398fcdb6f095a20a9d", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1701d2754064b5cadf765ea0806f9b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1701d2754064b5cadf765ea0806f9b2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/db4e7b8d76d549faa502716565c733dd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db4e7b8d76d549faa502716565c733dd", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-12 08:29:07,788 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-e4d68745-ba8d-4879-a432-4a25f3b40916 2018-08-12 08:29:07,792 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateInstancePortManipulationTests-99b4b0a5-325e-48d-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}670d4ff536d583ce7564d7c392b9745732a8e6db" 2018-08-12 08:29:07,886 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:29:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-32b17939-2d55-4bde-9b87-f7453888e3bb Content-Encoding: gzip Content-Length: 268 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateInstancePortManipulationTests-99b4b0a5-325e-48d-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/38fe030a3f8646b29e6fbe8e6dd86a96"}, "tags": [], "enabled": true, "id": "38fe030a3f8646b29e6fbe8e6dd86a96", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-99b4b0a5-325e-48d-proj"}]} 2018-08-12 08:29:07,886 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateInstancePortManipulationTests-99b4b0a5-325e-48d-proj used request id req-32b17939-2d55-4bde-9b87-f7453888e3bb 2018-08-12 08:29:07,890 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}670d4ff536d583ce7564d7c392b9745732a8e6db" 2018-08-12 08:29:07,982 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:29:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eec3064c-da1b-4e53-9596-11f0bec38498 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:29:07,982 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-eec3064c-da1b-4e53-9596-11f0bec38498 2018-08-12 08:29:08,434 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-99b4b0a5-325e-48d-user 2018-08-12 08:29:08,434 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:29:08,440 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b405cf8aee73c985968080dc1cb7c7bb47d4209" 2018-08-12 08:29:08,531 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:29:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0278a280-92cf-44fd-bfcd-b3925a8d868e Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:29:08,531 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-0278a280-92cf-44fd-bfcd-b3925a8d868e 2018-08-12 08:29:08,535 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b405cf8aee73c985968080dc1cb7c7bb47d4209" -d '{"role": {"name": "CreateInstancePortManipulationTests-99b4b0a5-325e-48d-proj-role"}}' 2018-08-12 08:29:08,649 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:29:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7b0e90d0-18bf-4460-a251-2037cb32137e Content-Length: 234 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "127719dd0c804913ba6bad4b89d84f36", "links": {"self": "http://172.30.9.21:5000/v3/roles/127719dd0c804913ba6bad4b89d84f36"}, "name": "CreateInstancePortManipulationTests-99b4b0a5-325e-48d-proj-role"}} 2018-08-12 08:29:08,650 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-7b0e90d0-18bf-4460-a251-2037cb32137e 2018-08-12 08:29:08,650 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-99b4b0a5-325e-48d-proj-role 2018-08-12 08:29:08,653 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/127719dd0c804913ba6bad4b89d84f36 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b405cf8aee73c985968080dc1cb7c7bb47d4209" 2018-08-12 08:29:08,750 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:29:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8040de2c-9f96-44d4-a5dc-348a21d202ce Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "127719dd0c804913ba6bad4b89d84f36", "links": {"self": "http://172.30.9.21:5000/v3/roles/127719dd0c804913ba6bad4b89d84f36"}, "name": "CreateInstancePortManipulationTests-99b4b0a5-325e-48d-proj-role"}} 2018-08-12 08:29:08,750 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/127719dd0c804913ba6bad4b89d84f36 used request id req-8040de2c-9f96-44d4-a5dc-348a21d202ce 2018-08-12 08:29:08,750 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-99b4b0a5-325e-48d-proj-role to project CreateInstancePortManipulationTests-99b4b0a5-325e-48d-proj 2018-08-12 08:29:08,754 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/38fe030a3f8646b29e6fbe8e6dd86a96/users/c4599919199048b98fb211e9b5de130c/roles/127719dd0c804913ba6bad4b89d84f36 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b405cf8aee73c985968080dc1cb7c7bb47d4209" 2018-08-12 08:29:08,897 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:29:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0d7a01f7-d6b5-4c2c-a048-94549ddc8b09 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 08:29:08,898 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/38fe030a3f8646b29e6fbe8e6dd86a96/users/c4599919199048b98fb211e9b5de130c/roles/127719dd0c804913ba6bad4b89d84f36 used request id req-0d7a01f7-d6b5-4c2c-a048-94549ddc8b09 2018-08-12 08:29:08,898 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-08-12 08:29:08,898 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:29:08,899 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:29:09,293 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "127719dd0c804913ba6bad4b89d84f36", "name": "CreateInstancePortManipulationTests-99b4b0a5-325e-48d-proj-role"}], "expires_at": "2018-08-12T09:29:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "38fe030a3f8646b29e6fbe8e6dd86a96", "name": "CreateInstancePortManipulationTests-99b4b0a5-325e-48d-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/38fe030a3f8646b29e6fbe8e6dd86a96", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/38fe030a3f8646b29e6fbe8e6dd86a96", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/38fe030a3f8646b29e6fbe8e6dd86a96", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_38fe030a3f8646b29e6fbe8e6dd86a96", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_38fe030a3f8646b29e6fbe8e6dd86a96", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/38fe030a3f8646b29e6fbe8e6dd86a96", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/38fe030a3f8646b29e6fbe8e6dd86a96", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/38fe030a3f8646b29e6fbe8e6dd86a96", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/38fe030a3f8646b29e6fbe8e6dd86a96", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/38fe030a3f8646b29e6fbe8e6dd86a96", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/38fe030a3f8646b29e6fbe8e6dd86a96", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/38fe030a3f8646b29e6fbe8e6dd86a96", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/38fe030a3f8646b29e6fbe8e6dd86a96", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/38fe030a3f8646b29e6fbe8e6dd86a96", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-99b4b0a5-325e-48d-user", "id": "c4599919199048b98fb211e9b5de130c"}, "audit_ids": ["YpNSiK8JQimh6vopgmpRQA"], "issued_at": "2018-08-12T08:29:09.000000Z"}} 2018-08-12 08:29:09,294 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}9ce7e89b64554a0b1f5f4cbef1f08c4f2b83a4e4" 2018-08-12 08:29:09,381 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:29:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aaa7e3b8-2acb-4d3d-a87d-416aa4882bab Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:29:09,382 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-aaa7e3b8-2acb-4d3d-a87d-416aa4882bab 2018-08-12 08:29:09,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-eb2e2522-edbf-4706-b9e4-117e7e86a8a6-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9ce7e89b64554a0b1f5f4cbef1f08c4f2b83a4e4" 2018-08-12 08:29:09,581 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 180 Content-Type: application/json X-Openstack-Request-Id: req-d20f27c2-0484-4b9f-b49e-b7fe81aa631a Date: Sun, 12 Aug 2018 08:29:09 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-eb2e2522-edbf-4706-b9e4-117e7e86a8a6-image"} 2018-08-12 08:29:09,581 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-eb2e2522-edbf-4706-b9e4-117e7e86a8a6-image used request id req-d20f27c2-0484-4b9f-b49e-b7fe81aa631a 2018-08-12 08:29:09,584 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9ce7e89b64554a0b1f5f4cbef1f08c4f2b83a4e4" 2018-08-12 08:29:09,767 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-d4ce96ae-5736-4a11-a9ae-bf4f53a46805 Date: Sun, 12 Aug 2018 08:29:09 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"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}, "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}, "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"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "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"}, "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"}, "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}, "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}, "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"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "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}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-12 08:29:09,767 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-d4ce96ae-5736-4a11-a9ae-bf4f53a46805 2018-08-12 08:29:09,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9ce7e89b64554a0b1f5f4cbef1f08c4f2b83a4e4" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstancePortManipulationTests-eb2e2522-edbf-4706-b9e4-117e7e86a8a6-image"}' 2018-08-12 08:29:10,017 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 639 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/4cb71836-baa5-48fd-92f2-7f65feede29a Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-2e832a62-a2f9-4952-9d1f-d5c34cc31b84 Date: Sun, 12 Aug 2018 08:29:10 GMT RESP BODY: {"status": "queued", "name": "CreateInstancePortManipulationTests-eb2e2522-edbf-4706-b9e4-117e7e86a8a6-image", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:29:09Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-08-12T08:29:09Z", "visibility": "shared", "locations": [], "self": "/v2/images/4cb71836-baa5-48fd-92f2-7f65feede29a", "min_disk": 0, "protected": false, "id": "4cb71836-baa5-48fd-92f2-7f65feede29a", "file": "/v2/images/4cb71836-baa5-48fd-92f2-7f65feede29a/file", "checksum": null, "owner": "38fe030a3f8646b29e6fbe8e6dd86a96", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-12 08:29:10,017 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-2e832a62-a2f9-4952-9d1f-d5c34cc31b84 2018-08-12 08:29:10,028 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/4cb71836-baa5-48fd-92f2-7f65feede29a/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9ce7e89b64554a0b1f5f4cbef1f08c4f2b83a4e4" -d '' 2018-08-12 08:29:10,775 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f1f35e2b-9e5a-4459-9ab1-1964e3d07813 Date: Sun, 12 Aug 2018 08:29: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 08:29:10,775 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/4cb71836-baa5-48fd-92f2-7f65feede29a/file used request id req-f1f35e2b-9e5a-4459-9ab1-1964e3d07813 2018-08-12 08:29:10,775 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-12 08:29:10,778 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/4cb71836-baa5-48fd-92f2-7f65feede29a -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9ce7e89b64554a0b1f5f4cbef1f08c4f2b83a4e4" 2018-08-12 08:29:10,965 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-6e98d026-c7e3-483b-9862-84ef323111ac Date: Sun, 12 Aug 2018 08:29:10 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-eb2e2522-edbf-4706-b9e4-117e7e86a8a6-image", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:29:09Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-12T08:29:10Z", "visibility": "shared", "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/4cb71836-baa5-48fd-92f2-7f65feede29a/snap", "metadata": {}}], "self": "/v2/images/4cb71836-baa5-48fd-92f2-7f65feede29a", "min_disk": 0, "protected": false, "id": "4cb71836-baa5-48fd-92f2-7f65feede29a", "file": "/v2/images/4cb71836-baa5-48fd-92f2-7f65feede29a/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "38fe030a3f8646b29e6fbe8e6dd86a96", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/4cb71836-baa5-48fd-92f2-7f65feede29a/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-12 08:29:10,965 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/4cb71836-baa5-48fd-92f2-7f65feede29a used request id req-6e98d026-c7e3-483b-9862-84ef323111ac 2018-08-12 08:29:10,968 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9ce7e89b64554a0b1f5f4cbef1f08c4f2b83a4e4" 2018-08-12 08:29:11,134 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-f7caf252-ae4c-4352-855c-e3ceb982d7f8 Date: Sun, 12 Aug 2018 08:29:11 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"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}, "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}, "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"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "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"}, "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"}, "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}, "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}, "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"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "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}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-12 08:29:11,134 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-f7caf252-ae4c-4352-855c-e3ceb982d7f8 2018-08-12 08:29:11,137 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-eb2e2522-edbf-4706-b9e4-117e7e86a8a6-image 2018-08-12 08:29:11,140 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/4cb71836-baa5-48fd-92f2-7f65feede29a -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9ce7e89b64554a0b1f5f4cbef1f08c4f2b83a4e4" 2018-08-12 08:29:11,328 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-16a06c54-3bd6-4242-beca-5a127790f3c3 Date: Sun, 12 Aug 2018 08:29:11 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-eb2e2522-edbf-4706-b9e4-117e7e86a8a6-image", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:29:09Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-12T08:29:10Z", "visibility": "shared", "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/4cb71836-baa5-48fd-92f2-7f65feede29a/snap", "metadata": {}}], "self": "/v2/images/4cb71836-baa5-48fd-92f2-7f65feede29a", "min_disk": 0, "protected": false, "id": "4cb71836-baa5-48fd-92f2-7f65feede29a", "file": "/v2/images/4cb71836-baa5-48fd-92f2-7f65feede29a/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "38fe030a3f8646b29e6fbe8e6dd86a96", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/4cb71836-baa5-48fd-92f2-7f65feede29a/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-12 08:29:11,328 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/4cb71836-baa5-48fd-92f2-7f65feede29a used request id req-16a06c54-3bd6-4242-beca-5a127790f3c3 2018-08-12 08:29:11,329 - create_image - DEBUG - Instance status is - active 2018-08-12 08:29:11,329 - create_image - DEBUG - Image is active with name - CreateInstancePortManipulationTests-eb2e2522-edbf-4706-b9e4-117e7e86a8a6-image 2018-08-12 08:29:11,329 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-eb2e2522-edbf-4706-b9e4-117e7e86a8a6-image 2018-08-12 08:29:11,329 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:29:11,330 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:29:11,720 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "127719dd0c804913ba6bad4b89d84f36", "name": "CreateInstancePortManipulationTests-99b4b0a5-325e-48d-proj-role"}], "expires_at": "2018-08-12T09:29:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "38fe030a3f8646b29e6fbe8e6dd86a96", "name": "CreateInstancePortManipulationTests-99b4b0a5-325e-48d-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/38fe030a3f8646b29e6fbe8e6dd86a96", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/38fe030a3f8646b29e6fbe8e6dd86a96", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/38fe030a3f8646b29e6fbe8e6dd86a96", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_38fe030a3f8646b29e6fbe8e6dd86a96", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_38fe030a3f8646b29e6fbe8e6dd86a96", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/38fe030a3f8646b29e6fbe8e6dd86a96", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/38fe030a3f8646b29e6fbe8e6dd86a96", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/38fe030a3f8646b29e6fbe8e6dd86a96", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/38fe030a3f8646b29e6fbe8e6dd86a96", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/38fe030a3f8646b29e6fbe8e6dd86a96", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/38fe030a3f8646b29e6fbe8e6dd86a96", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/38fe030a3f8646b29e6fbe8e6dd86a96", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/38fe030a3f8646b29e6fbe8e6dd86a96", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/38fe030a3f8646b29e6fbe8e6dd86a96", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-99b4b0a5-325e-48d-user", "id": "c4599919199048b98fb211e9b5de130c"}, "audit_ids": ["lvBGncknSfiAYmSscjYyNQ"], "issued_at": "2018-08-12T08:29:11.000000Z"}} 2018-08-12 08:29:11,720 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}9445466bf4358972e4a72b1dbd2351a085650da4" 2018-08-12 08:29:11,733 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:29:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-50893332-3d23-420e-9a95-6ce79e55b4fc Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:29:11,733 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-50893332-3d23-420e-9a95-6ce79e55b4fc 2018-08-12 08:29:11,734 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:29:11,734 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:29:11,734 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:29:11,734 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:29:11,735 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:29:11,741 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-eb2e2522-edbf-4706-b9e4-117e7e86a8a6-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9445466bf4358972e4a72b1dbd2351a085650da4" 2018-08-12 08:29:11,940 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-2c810bf0-a723-499d-9384-b3c734745484 Date: Sun, 12 Aug 2018 08:29:11 GMT RESP BODY: {"networks":[]} 2018-08-12 08:29:11,940 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-eb2e2522-edbf-4706-b9e4-117e7e86a8a6-pub-net used request id req-2c810bf0-a723-499d-9384-b3c734745484 2018-08-12 08:29:11,941 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-eb2e2522-edbf-4706-b9e4-117e7e86a8a6-pub-net 2018-08-12 08:29:11,946 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9445466bf4358972e4a72b1dbd2351a085650da4" -d '{"network": {"name": "CreateInstancePortManipulationTests-eb2e2522-edbf-4706-b9e4-117e7e86a8a6-pub-net", "admin_state_up": true}}' 2018-08-12 08:29:12,629 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 617 X-Openstack-Request-Id: req-67fb5f55-4355-4300-9e5e-53440c915c00 Date: Sun, 12 Aug 2018 08:29:12 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"38fe030a3f8646b29e6fbe8e6dd86a96","created_at":"2018-08-12T08:29:12Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T08:29:12Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"38fe030a3f8646b29e6fbe8e6dd86a96","id":"7d7dfa93-c88d-4dfa-a2c0-b94b7af65874","name":"CreateInstancePortManipulationTests-eb2e2522-edbf-4706-b9e4-117e7e86a8a6-pub-net"}} 2018-08-12 08:29:12,629 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-67fb5f55-4355-4300-9e5e-53440c915c00 2018-08-12 08:29:12,635 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=7d7dfa93-c88d-4dfa-a2c0-b94b7af65874 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9445466bf4358972e4a72b1dbd2351a085650da4" 2018-08-12 08:29:12,899 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 601 X-Openstack-Request-Id: req-ffb816d3-843f-4180-bf1d-1c9979c56f2b Date: Sun, 12 Aug 2018 08:29:12 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-12T08:29:12Z","tenant_id":"38fe030a3f8646b29e6fbe8e6dd86a96","created_at":"2018-08-12T08:29:12Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"38fe030a3f8646b29e6fbe8e6dd86a96","id":"7d7dfa93-c88d-4dfa-a2c0-b94b7af65874","name":"CreateInstancePortManipulationTests-eb2e2522-edbf-4706-b9e4-117e7e86a8a6-pub-net"}]} 2018-08-12 08:29:12,899 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=7d7dfa93-c88d-4dfa-a2c0-b94b7af65874 used request id req-ffb816d3-843f-4180-bf1d-1c9979c56f2b 2018-08-12 08:29:12,905 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=7d7dfa93-c88d-4dfa-a2c0-b94b7af65874 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9445466bf4358972e4a72b1dbd2351a085650da4" 2018-08-12 08:29:13,116 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-0ef313b3-2152-4d39-a319-928bbb7b54e9 Date: Sun, 12 Aug 2018 08:29:13 GMT RESP BODY: {"subnets":[]} 2018-08-12 08:29:13,116 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=7d7dfa93-c88d-4dfa-a2c0-b94b7af65874 used request id req-0ef313b3-2152-4d39-a319-928bbb7b54e9 2018-08-12 08:29:13,117 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-eb2e2522-edbf-4706-b9e4-117e7e86a8a6-pub-subnet 2018-08-12 08:29:13,122 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9445466bf4358972e4a72b1dbd2351a085650da4" -d '{"subnets": [{"ip_version": 4, "network_id": "7d7dfa93-c88d-4dfa-a2c0-b94b7af65874", "cidr": "10.55.0.0/24", "name": "CreateInstancePortManipulationTests-eb2e2522-edbf-4706-b9e4-117e7e86a8a6-pub-subnet"}]}' 2018-08-12 08:29:14,061 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-e5936523-438a-4abc-8d6f-a1203c4e8be8 Date: Sun, 12 Aug 2018 08:29:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7d7dfa93-c88d-4dfa-a2c0-b94b7af65874","tenant_id":"38fe030a3f8646b29e6fbe8e6dd86a96","created_at":"2018-08-12T08:29:13Z","dns_nameservers":[],"updated_at":"2018-08-12T08:29:13Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"38fe030a3f8646b29e6fbe8e6dd86a96","id":"eed9ced0-72f0-4026-9498-9a3ca2c513a9","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-eb2e2522-edbf-4706-b9e4-117e7e86a8a6-pub-subnet"}]} 2018-08-12 08:29:14,061 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-e5936523-438a-4abc-8d6f-a1203c4e8be8 2018-08-12 08:29:14,066 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=7d7dfa93-c88d-4dfa-a2c0-b94b7af65874 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9445466bf4358972e4a72b1dbd2351a085650da4" 2018-08-12 08:29:14,337 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-1ba6454f-f10b-4c05-a5b6-e7c3fed50e27 Date: Sun, 12 Aug 2018 08:29:14 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":["eed9ced0-72f0-4026-9498-9a3ca2c513a9"],"updated_at":"2018-08-12T08:29:13Z","tenant_id":"38fe030a3f8646b29e6fbe8e6dd86a96","created_at":"2018-08-12T08:29:12Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"38fe030a3f8646b29e6fbe8e6dd86a96","id":"7d7dfa93-c88d-4dfa-a2c0-b94b7af65874","name":"CreateInstancePortManipulationTests-eb2e2522-edbf-4706-b9e4-117e7e86a8a6-pub-net"}]} 2018-08-12 08:29:14,337 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=7d7dfa93-c88d-4dfa-a2c0-b94b7af65874 used request id req-1ba6454f-f10b-4c05-a5b6-e7c3fed50e27 2018-08-12 08:29:14,342 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=7d7dfa93-c88d-4dfa-a2c0-b94b7af65874 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9445466bf4358972e4a72b1dbd2351a085650da4" 2018-08-12 08:29:14,390 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-17d24aa1-919c-4eab-bdcb-969c1aeacce7 Date: Sun, 12 Aug 2018 08:29:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7d7dfa93-c88d-4dfa-a2c0-b94b7af65874","tenant_id":"38fe030a3f8646b29e6fbe8e6dd86a96","created_at":"2018-08-12T08:29:13Z","dns_nameservers":[],"updated_at":"2018-08-12T08:29:13Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"38fe030a3f8646b29e6fbe8e6dd86a96","id":"eed9ced0-72f0-4026-9498-9a3ca2c513a9","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-eb2e2522-edbf-4706-b9e4-117e7e86a8a6-pub-subnet"}]} 2018-08-12 08:29:14,390 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=7d7dfa93-c88d-4dfa-a2c0-b94b7af65874 used request id req-17d24aa1-919c-4eab-bdcb-969c1aeacce7 2018-08-12 08:29:14,390 - OpenStackNetwork - DEBUG - Network [7d7dfa93-c88d-4dfa-a2c0-b94b7af65874] created successfully 2018-08-12 08:29:14,390 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:29:14,391 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:29:14,826 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:29:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["eXMfAYd7T42_KNUembmlBQ"], "issued_at": "2018-08-12T08:29:14.000000Z"}} 2018-08-12 08:29:14,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}c6634a59c7c634ef08b06472e2fd84e40dc2a20b" 2018-08-12 08:29:14,911 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:29:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4c6534ec-eb41-4dab-a239-97ab972edc70 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:29:14,912 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-4c6534ec-eb41-4dab-a239-97ab972edc70 2018-08-12 08:29:14,913 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-12 08:29:14,917 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6634a59c7c634ef08b06472e2fd84e40dc2a20b" 2018-08-12 08:29:15,159 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:29: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-42d26e55-74e8-47f4-97f8-d80a1b4678b4 x-compute-request-id: req-42d26e55-74e8-47f4-97f8-d80a1b4678b4 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-08-12 08:29:15,159 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-42d26e55-74e8-47f4-97f8-d80a1b4678b4 2018-08-12 08:29:15,162 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6634a59c7c634ef08b06472e2fd84e40dc2a20b" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstancePortManipulationTests-eb2e2522-edbf-4706-b9e4-117e7e86a8a6-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-08-12 08:29:15,240 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:29: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-3e9491fb-7df4-47a6-ac5c-0d31a8b63e35 x-compute-request-id: req-3e9491fb-7df4-47a6-ac5c-0d31a8b63e35 Content-Encoding: gzip Content-Length: 329 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateInstancePortManipulationTests-eb2e2522-edbf-4706-b9e4-117e7e86a8a6-flavor-name", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/f52c8348-78ba-4448-a4f0-e00a743f7fca", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/f52c8348-78ba-4448-a4f0-e00a743f7fca", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": "f52c8348-78ba-4448-a4f0-e00a743f7fca"}} 2018-08-12 08:29:15,240 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-3e9491fb-7df4-47a6-ac5c-0d31a8b63e35 2018-08-12 08:29:15,241 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:29:15,242 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:29:15,633 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "127719dd0c804913ba6bad4b89d84f36", "name": "CreateInstancePortManipulationTests-99b4b0a5-325e-48d-proj-role"}], "expires_at": "2018-08-12T09:29:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "38fe030a3f8646b29e6fbe8e6dd86a96", "name": "CreateInstancePortManipulationTests-99b4b0a5-325e-48d-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/38fe030a3f8646b29e6fbe8e6dd86a96", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/38fe030a3f8646b29e6fbe8e6dd86a96", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/38fe030a3f8646b29e6fbe8e6dd86a96", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_38fe030a3f8646b29e6fbe8e6dd86a96", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_38fe030a3f8646b29e6fbe8e6dd86a96", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/38fe030a3f8646b29e6fbe8e6dd86a96", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/38fe030a3f8646b29e6fbe8e6dd86a96", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/38fe030a3f8646b29e6fbe8e6dd86a96", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/38fe030a3f8646b29e6fbe8e6dd86a96", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/38fe030a3f8646b29e6fbe8e6dd86a96", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/38fe030a3f8646b29e6fbe8e6dd86a96", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/38fe030a3f8646b29e6fbe8e6dd86a96", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/38fe030a3f8646b29e6fbe8e6dd86a96", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/38fe030a3f8646b29e6fbe8e6dd86a96", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-99b4b0a5-325e-48d-user", "id": "c4599919199048b98fb211e9b5de130c"}, "audit_ids": ["JM3ESqZ7RuG9vZXby_Y8mg"], "issued_at": "2018-08-12T08:29:15.000000Z"}} 2018-08-12 08:29:15,634 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}756acd1011436531a06b84f260ec505583c5f958" 2018-08-12 08:29:15,727 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:29:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c21a5540-c899-4b99-8920-3c49225c2f31 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:29:15,727 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-c21a5540-c899-4b99-8920-3c49225c2f31 2018-08-12 08:29:15,728 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-12 08:29:15,729 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:29:15,730 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:29:15,730 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:29:15,730 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:29:15,730 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:29:15,732 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}756acd1011436531a06b84f260ec505583c5f958" 2018-08-12 08:29:15,832 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:29:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-322a4fec-e5b6-4d48-9c88-e221313ccf3f Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:29:15,832 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-322a4fec-e5b6-4d48-9c88-e221313ccf3f 2018-08-12 08:29:15,839 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-eb2e2522-edbf-4706-b9e4-117e7e86a8a6-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}756acd1011436531a06b84f260ec505583c5f958" 2018-08-12 08:29:16,121 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-e5e7d5dc-5dea-4a09-ae28-7cfc84b30695 Date: Sun, 12 Aug 2018 08:29:16 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":["eed9ced0-72f0-4026-9498-9a3ca2c513a9"],"updated_at":"2018-08-12T08:29:13Z","tenant_id":"38fe030a3f8646b29e6fbe8e6dd86a96","created_at":"2018-08-12T08:29:12Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"38fe030a3f8646b29e6fbe8e6dd86a96","id":"7d7dfa93-c88d-4dfa-a2c0-b94b7af65874","name":"CreateInstancePortManipulationTests-eb2e2522-edbf-4706-b9e4-117e7e86a8a6-pub-net"}]} 2018-08-12 08:29:16,121 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-eb2e2522-edbf-4706-b9e4-117e7e86a8a6-pub-net used request id req-e5e7d5dc-5dea-4a09-ae28-7cfc84b30695 2018-08-12 08:29:16,127 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=7d7dfa93-c88d-4dfa-a2c0-b94b7af65874 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}756acd1011436531a06b84f260ec505583c5f958" 2018-08-12 08:29:16,353 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-f78eed36-4534-4bed-a36e-2cab40ff4b27 Date: Sun, 12 Aug 2018 08:29:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7d7dfa93-c88d-4dfa-a2c0-b94b7af65874","tenant_id":"38fe030a3f8646b29e6fbe8e6dd86a96","created_at":"2018-08-12T08:29:13Z","dns_nameservers":[],"updated_at":"2018-08-12T08:29:13Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"38fe030a3f8646b29e6fbe8e6dd86a96","id":"eed9ced0-72f0-4026-9498-9a3ca2c513a9","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-eb2e2522-edbf-4706-b9e4-117e7e86a8a6-pub-subnet"}]} 2018-08-12 08:29:16,353 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=7d7dfa93-c88d-4dfa-a2c0-b94b7af65874 used request id req-f78eed36-4534-4bed-a36e-2cab40ff4b27 2018-08-12 08:29:16,362 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-eb2e2522-edbf-4706-b9e4-117e7e86a8a6-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}756acd1011436531a06b84f260ec505583c5f958" 2018-08-12 08:29:16,670 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-eecd24f4-fb5e-40fa-b2bd-785c3c124184 Date: Sun, 12 Aug 2018 08:29:16 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":["eed9ced0-72f0-4026-9498-9a3ca2c513a9"],"updated_at":"2018-08-12T08:29:13Z","tenant_id":"38fe030a3f8646b29e6fbe8e6dd86a96","created_at":"2018-08-12T08:29:12Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"38fe030a3f8646b29e6fbe8e6dd86a96","id":"7d7dfa93-c88d-4dfa-a2c0-b94b7af65874","name":"CreateInstancePortManipulationTests-eb2e2522-edbf-4706-b9e4-117e7e86a8a6-pub-net"}]} 2018-08-12 08:29:16,670 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-eb2e2522-edbf-4706-b9e4-117e7e86a8a6-pub-net used request id req-eecd24f4-fb5e-40fa-b2bd-785c3c124184 2018-08-12 08:29:16,674 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:29:16,679 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:29:16 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:29:16,680 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/38fe030a3f8646b29e6fbe8e6dd86a96 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}756acd1011436531a06b84f260ec505583c5f958" 2018-08-12 08:29:16,770 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:29:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3335b59a-3233-4567-b935-7671d18451fa Content-Encoding: gzip Content-Length: 235 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/38fe030a3f8646b29e6fbe8e6dd86a96"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "38fe030a3f8646b29e6fbe8e6dd86a96", "name": "CreateInstancePortManipulationTests-99b4b0a5-325e-48d-proj"}} 2018-08-12 08:29:16,770 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/38fe030a3f8646b29e6fbe8e6dd86a96 used request id req-3335b59a-3233-4567-b935-7671d18451fa 2018-08-12 08:29:16,775 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=7d7dfa93-c88d-4dfa-a2c0-b94b7af65874 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}756acd1011436531a06b84f260ec505583c5f958" 2018-08-12 08:29:16,823 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-088ef84d-594b-43b0-9e34-b6d8bec32b3e Date: Sun, 12 Aug 2018 08:29:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7d7dfa93-c88d-4dfa-a2c0-b94b7af65874","tenant_id":"38fe030a3f8646b29e6fbe8e6dd86a96","created_at":"2018-08-12T08:29:13Z","dns_nameservers":[],"updated_at":"2018-08-12T08:29:13Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"38fe030a3f8646b29e6fbe8e6dd86a96","id":"eed9ced0-72f0-4026-9498-9a3ca2c513a9","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-eb2e2522-edbf-4706-b9e4-117e7e86a8a6-pub-subnet"}]} 2018-08-12 08:29:16,823 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=7d7dfa93-c88d-4dfa-a2c0-b94b7af65874 used request id req-088ef84d-594b-43b0-9e34-b6d8bec32b3e 2018-08-12 08:29:16,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=7d7dfa93-c88d-4dfa-a2c0-b94b7af65874&name=CreateInstancePortManipulationTests-eb2e2522-edbf-4706-b9e4-117e7e86a8a6port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}756acd1011436531a06b84f260ec505583c5f958" 2018-08-12 08:29:17,023 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-4a0bda86-ef6e-4c72-a4be-5b8910775bdb Date: Sun, 12 Aug 2018 08:29:17 GMT RESP BODY: {"ports":[]} 2018-08-12 08:29:17,024 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=7d7dfa93-c88d-4dfa-a2c0-b94b7af65874&name=CreateInstancePortManipulationTests-eb2e2522-edbf-4706-b9e4-117e7e86a8a6port-1&admin_state_up=True used request id req-4a0bda86-ef6e-4c72-a4be-5b8910775bdb 2018-08-12 08:29:17,026 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-eb2e2522-edbf-4706-b9e4-117e7e86a8a6-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}756acd1011436531a06b84f260ec505583c5f958" 2018-08-12 08:29:17,275 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:29: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-747627e6-0831-44be-aaa3-a2a299962f1b x-compute-request-id: req-747627e6-0831-44be-aaa3-a2a299962f1b Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-12 08:29:17,276 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-eb2e2522-edbf-4706-b9e4-117e7e86a8a6-inst used request id req-747627e6-0831-44be-aaa3-a2a299962f1b 2018-08-12 08:29:17,281 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-eb2e2522-edbf-4706-b9e4-117e7e86a8a6-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}756acd1011436531a06b84f260ec505583c5f958" 2018-08-12 08:29:17,558 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-a4d096db-6106-488a-a2cb-6b0dafefbed5 Date: Sun, 12 Aug 2018 08:29:17 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":["eed9ced0-72f0-4026-9498-9a3ca2c513a9"],"updated_at":"2018-08-12T08:29:13Z","tenant_id":"38fe030a3f8646b29e6fbe8e6dd86a96","created_at":"2018-08-12T08:29:12Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"38fe030a3f8646b29e6fbe8e6dd86a96","id":"7d7dfa93-c88d-4dfa-a2c0-b94b7af65874","name":"CreateInstancePortManipulationTests-eb2e2522-edbf-4706-b9e4-117e7e86a8a6-pub-net"}]} 2018-08-12 08:29:17,558 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-eb2e2522-edbf-4706-b9e4-117e7e86a8a6-pub-net used request id req-a4d096db-6106-488a-a2cb-6b0dafefbed5 2018-08-12 08:29:17,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=7d7dfa93-c88d-4dfa-a2c0-b94b7af65874 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}756acd1011436531a06b84f260ec505583c5f958" 2018-08-12 08:29:17,783 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-c9ab3bae-9c0d-49d4-a119-882ba3fd6279 Date: Sun, 12 Aug 2018 08:29:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7d7dfa93-c88d-4dfa-a2c0-b94b7af65874","tenant_id":"38fe030a3f8646b29e6fbe8e6dd86a96","created_at":"2018-08-12T08:29:13Z","dns_nameservers":[],"updated_at":"2018-08-12T08:29:13Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"38fe030a3f8646b29e6fbe8e6dd86a96","id":"eed9ced0-72f0-4026-9498-9a3ca2c513a9","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-eb2e2522-edbf-4706-b9e4-117e7e86a8a6-pub-subnet"}]} 2018-08-12 08:29:17,783 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=7d7dfa93-c88d-4dfa-a2c0-b94b7af65874 used request id req-c9ab3bae-9c0d-49d4-a119-882ba3fd6279 2018-08-12 08:29:17,788 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-eb2e2522-edbf-4706-b9e4-117e7e86a8a6-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}756acd1011436531a06b84f260ec505583c5f958" 2018-08-12 08:29:17,896 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-e078aeed-f2e5-4482-a691-68e7e7688641 Date: Sun, 12 Aug 2018 08:29:17 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":["eed9ced0-72f0-4026-9498-9a3ca2c513a9"],"updated_at":"2018-08-12T08:29:13Z","tenant_id":"38fe030a3f8646b29e6fbe8e6dd86a96","created_at":"2018-08-12T08:29:12Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"38fe030a3f8646b29e6fbe8e6dd86a96","id":"7d7dfa93-c88d-4dfa-a2c0-b94b7af65874","name":"CreateInstancePortManipulationTests-eb2e2522-edbf-4706-b9e4-117e7e86a8a6-pub-net"}]} 2018-08-12 08:29:17,897 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-eb2e2522-edbf-4706-b9e4-117e7e86a8a6-pub-net used request id req-e078aeed-f2e5-4482-a691-68e7e7688641 2018-08-12 08:29:17,901 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/38fe030a3f8646b29e6fbe8e6dd86a96 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}756acd1011436531a06b84f260ec505583c5f958" 2018-08-12 08:29:17,994 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:29:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-54a8958d-e3c9-4555-a7ae-97ce2f7ebde3 Content-Encoding: gzip Content-Length: 235 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/38fe030a3f8646b29e6fbe8e6dd86a96"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "38fe030a3f8646b29e6fbe8e6dd86a96", "name": "CreateInstancePortManipulationTests-99b4b0a5-325e-48d-proj"}} 2018-08-12 08:29:17,994 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/38fe030a3f8646b29e6fbe8e6dd86a96 used request id req-54a8958d-e3c9-4555-a7ae-97ce2f7ebde3 2018-08-12 08:29:17,999 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=7d7dfa93-c88d-4dfa-a2c0-b94b7af65874 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}756acd1011436531a06b84f260ec505583c5f958" 2018-08-12 08:29:18,220 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-2be7ae4a-0a14-4853-bbcb-b61083aab2d1 Date: Sun, 12 Aug 2018 08:29:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7d7dfa93-c88d-4dfa-a2c0-b94b7af65874","tenant_id":"38fe030a3f8646b29e6fbe8e6dd86a96","created_at":"2018-08-12T08:29:13Z","dns_nameservers":[],"updated_at":"2018-08-12T08:29:13Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"38fe030a3f8646b29e6fbe8e6dd86a96","id":"eed9ced0-72f0-4026-9498-9a3ca2c513a9","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-eb2e2522-edbf-4706-b9e4-117e7e86a8a6-pub-subnet"}]} 2018-08-12 08:29:18,220 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=7d7dfa93-c88d-4dfa-a2c0-b94b7af65874 used request id req-2be7ae4a-0a14-4853-bbcb-b61083aab2d1 2018-08-12 08:29:18,225 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=7d7dfa93-c88d-4dfa-a2c0-b94b7af65874&name=CreateInstancePortManipulationTests-eb2e2522-edbf-4706-b9e4-117e7e86a8a6port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}756acd1011436531a06b84f260ec505583c5f958" 2018-08-12 08:29:18,424 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-f53d28d5-2741-44be-a1e4-f71d181d8976 Date: Sun, 12 Aug 2018 08:29:18 GMT RESP BODY: {"ports":[]} 2018-08-12 08:29:18,424 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=7d7dfa93-c88d-4dfa-a2c0-b94b7af65874&name=CreateInstancePortManipulationTests-eb2e2522-edbf-4706-b9e4-117e7e86a8a6port-1&admin_state_up=True used request id req-f53d28d5-2741-44be-a1e4-f71d181d8976 2018-08-12 08:29:18,425 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:29:18,426 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:29:18,820 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "127719dd0c804913ba6bad4b89d84f36", "name": "CreateInstancePortManipulationTests-99b4b0a5-325e-48d-proj-role"}], "expires_at": "2018-08-12T09:29:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "38fe030a3f8646b29e6fbe8e6dd86a96", "name": "CreateInstancePortManipulationTests-99b4b0a5-325e-48d-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/38fe030a3f8646b29e6fbe8e6dd86a96", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/38fe030a3f8646b29e6fbe8e6dd86a96", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/38fe030a3f8646b29e6fbe8e6dd86a96", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_38fe030a3f8646b29e6fbe8e6dd86a96", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_38fe030a3f8646b29e6fbe8e6dd86a96", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/38fe030a3f8646b29e6fbe8e6dd86a96", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/38fe030a3f8646b29e6fbe8e6dd86a96", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/38fe030a3f8646b29e6fbe8e6dd86a96", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/38fe030a3f8646b29e6fbe8e6dd86a96", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/38fe030a3f8646b29e6fbe8e6dd86a96", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/38fe030a3f8646b29e6fbe8e6dd86a96", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/38fe030a3f8646b29e6fbe8e6dd86a96", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/38fe030a3f8646b29e6fbe8e6dd86a96", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/38fe030a3f8646b29e6fbe8e6dd86a96", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-99b4b0a5-325e-48d-user", "id": "c4599919199048b98fb211e9b5de130c"}, "audit_ids": ["Fw-V6TIwS4S_vEXuiuVz9A"], "issued_at": "2018-08-12T08:29:18.000000Z"}} 2018-08-12 08:29:18,820 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}e5753071c9f54f30989cf7470ac69bb88ec1220a" 2018-08-12 08:29:18,907 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:29:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-29f4cfd4-fe56-4b8b-90d9-d2fe19df47bd Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:29:18,907 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-29f4cfd4-fe56-4b8b-90d9-d2fe19df47bd 2018-08-12 08:29:18,913 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-eb2e2522-edbf-4706-b9e4-117e7e86a8a6-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}756acd1011436531a06b84f260ec505583c5f958" 2018-08-12 08:29:19,197 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-a84128a0-248f-47d1-a0fb-73d9d44ea48e Date: Sun, 12 Aug 2018 08:29:19 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":["eed9ced0-72f0-4026-9498-9a3ca2c513a9"],"updated_at":"2018-08-12T08:29:13Z","tenant_id":"38fe030a3f8646b29e6fbe8e6dd86a96","created_at":"2018-08-12T08:29:12Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"38fe030a3f8646b29e6fbe8e6dd86a96","id":"7d7dfa93-c88d-4dfa-a2c0-b94b7af65874","name":"CreateInstancePortManipulationTests-eb2e2522-edbf-4706-b9e4-117e7e86a8a6-pub-net"}]} 2018-08-12 08:29:19,198 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-eb2e2522-edbf-4706-b9e4-117e7e86a8a6-pub-net used request id req-a84128a0-248f-47d1-a0fb-73d9d44ea48e 2018-08-12 08:29:19,203 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=7d7dfa93-c88d-4dfa-a2c0-b94b7af65874 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}756acd1011436531a06b84f260ec505583c5f958" 2018-08-12 08:29:19,416 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-e223b442-66c8-4045-baf7-d2fa73417091 Date: Sun, 12 Aug 2018 08:29:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7d7dfa93-c88d-4dfa-a2c0-b94b7af65874","tenant_id":"38fe030a3f8646b29e6fbe8e6dd86a96","created_at":"2018-08-12T08:29:13Z","dns_nameservers":[],"updated_at":"2018-08-12T08:29:13Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"38fe030a3f8646b29e6fbe8e6dd86a96","id":"eed9ced0-72f0-4026-9498-9a3ca2c513a9","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-eb2e2522-edbf-4706-b9e4-117e7e86a8a6-pub-subnet"}]} 2018-08-12 08:29:19,416 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=7d7dfa93-c88d-4dfa-a2c0-b94b7af65874 used request id req-e223b442-66c8-4045-baf7-d2fa73417091 2018-08-12 08:29:19,420 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-eb2e2522-edbf-4706-b9e4-117e7e86a8a6-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}756acd1011436531a06b84f260ec505583c5f958" 2018-08-12 08:29:19,527 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-bd2b4cec-87a0-4474-99ee-41ac7e0d27f5 Date: Sun, 12 Aug 2018 08:29:19 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":["eed9ced0-72f0-4026-9498-9a3ca2c513a9"],"updated_at":"2018-08-12T08:29:13Z","tenant_id":"38fe030a3f8646b29e6fbe8e6dd86a96","created_at":"2018-08-12T08:29:12Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"38fe030a3f8646b29e6fbe8e6dd86a96","id":"7d7dfa93-c88d-4dfa-a2c0-b94b7af65874","name":"CreateInstancePortManipulationTests-eb2e2522-edbf-4706-b9e4-117e7e86a8a6-pub-net"}]} 2018-08-12 08:29:19,527 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-eb2e2522-edbf-4706-b9e4-117e7e86a8a6-pub-net used request id req-bd2b4cec-87a0-4474-99ee-41ac7e0d27f5 2018-08-12 08:29:19,530 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:29:19,535 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:29:19 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:29:19,536 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/38fe030a3f8646b29e6fbe8e6dd86a96 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5753071c9f54f30989cf7470ac69bb88ec1220a" 2018-08-12 08:29:19,630 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:29:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9e46da54-44db-4759-8fff-d05325583191 Content-Encoding: gzip Content-Length: 235 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/38fe030a3f8646b29e6fbe8e6dd86a96"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "38fe030a3f8646b29e6fbe8e6dd86a96", "name": "CreateInstancePortManipulationTests-99b4b0a5-325e-48d-proj"}} 2018-08-12 08:29:19,631 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/38fe030a3f8646b29e6fbe8e6dd86a96 used request id req-9e46da54-44db-4759-8fff-d05325583191 2018-08-12 08:29:19,635 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=7d7dfa93-c88d-4dfa-a2c0-b94b7af65874 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}756acd1011436531a06b84f260ec505583c5f958" 2018-08-12 08:29:19,851 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-dece14ac-354c-4a3c-9fa8-5a8824f1e8f2 Date: Sun, 12 Aug 2018 08:29:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7d7dfa93-c88d-4dfa-a2c0-b94b7af65874","tenant_id":"38fe030a3f8646b29e6fbe8e6dd86a96","created_at":"2018-08-12T08:29:13Z","dns_nameservers":[],"updated_at":"2018-08-12T08:29:13Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"38fe030a3f8646b29e6fbe8e6dd86a96","id":"eed9ced0-72f0-4026-9498-9a3ca2c513a9","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-eb2e2522-edbf-4706-b9e4-117e7e86a8a6-pub-subnet"}]} 2018-08-12 08:29:19,851 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=7d7dfa93-c88d-4dfa-a2c0-b94b7af65874 used request id req-dece14ac-354c-4a3c-9fa8-5a8824f1e8f2 2018-08-12 08:29:19,856 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=7d7dfa93-c88d-4dfa-a2c0-b94b7af65874&name=CreateInstancePortManipulationTests-eb2e2522-edbf-4706-b9e4-117e7e86a8a6-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}756acd1011436531a06b84f260ec505583c5f958" 2018-08-12 08:29:19,904 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-5d3cf8ae-ff22-4534-8164-68094042885d Date: Sun, 12 Aug 2018 08:29:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7d7dfa93-c88d-4dfa-a2c0-b94b7af65874","tenant_id":"38fe030a3f8646b29e6fbe8e6dd86a96","created_at":"2018-08-12T08:29:13Z","dns_nameservers":[],"updated_at":"2018-08-12T08:29:13Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"38fe030a3f8646b29e6fbe8e6dd86a96","id":"eed9ced0-72f0-4026-9498-9a3ca2c513a9","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-eb2e2522-edbf-4706-b9e4-117e7e86a8a6-pub-subnet"}]} 2018-08-12 08:29:19,905 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=7d7dfa93-c88d-4dfa-a2c0-b94b7af65874&name=CreateInstancePortManipulationTests-eb2e2522-edbf-4706-b9e4-117e7e86a8a6-pub-subnet used request id req-5d3cf8ae-ff22-4534-8164-68094042885d 2018-08-12 08:29:19,910 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=7d7dfa93-c88d-4dfa-a2c0-b94b7af65874&name=CreateInstancePortManipulationTests-eb2e2522-edbf-4706-b9e4-117e7e86a8a6-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}756acd1011436531a06b84f260ec505583c5f958" 2018-08-12 08:29:20,142 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-3059c8a8-2184-46e1-abaf-36bec886cc1f Date: Sun, 12 Aug 2018 08:29:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7d7dfa93-c88d-4dfa-a2c0-b94b7af65874","tenant_id":"38fe030a3f8646b29e6fbe8e6dd86a96","created_at":"2018-08-12T08:29:13Z","dns_nameservers":[],"updated_at":"2018-08-12T08:29:13Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"38fe030a3f8646b29e6fbe8e6dd86a96","id":"eed9ced0-72f0-4026-9498-9a3ca2c513a9","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-eb2e2522-edbf-4706-b9e4-117e7e86a8a6-pub-subnet"}]} 2018-08-12 08:29:20,142 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=7d7dfa93-c88d-4dfa-a2c0-b94b7af65874&name=CreateInstancePortManipulationTests-eb2e2522-edbf-4706-b9e4-117e7e86a8a6-pub-subnet used request id req-3059c8a8-2184-46e1-abaf-36bec886cc1f 2018-08-12 08:29:20,143 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-eb2e2522-edbf-4706-b9e4-117e7e86a8a6-pub-net 2018-08-12 08:29:20,148 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}756acd1011436531a06b84f260ec505583c5f958" -d '{"port": {"network_id": "7d7dfa93-c88d-4dfa-a2c0-b94b7af65874", "fixed_ips": [{"subnet_id": "eed9ced0-72f0-4026-9498-9a3ca2c513a9", "ip_address": "10.55.0.101"}, {"subnet_id": "eed9ced0-72f0-4026-9498-9a3ca2c513a9", "ip_address": "10.55.0.102"}], "name": "CreateInstancePortManipulationTests-eb2e2522-edbf-4706-b9e4-117e7e86a8a6port-1", "admin_state_up": true}}' 2018-08-12 08:29:21,141 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 852 X-Openstack-Request-Id: req-61d56cd5-34d0-464a-9bcc-fb577d31ecfe Date: Sun, 12 Aug 2018 08:29:21 GMT RESP BODY: {"port":{"status":"DOWN","created_at":"2018-08-12T08:29:20Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"7d7dfa93-c88d-4dfa-a2c0-b94b7af65874","tenant_id":"38fe030a3f8646b29e6fbe8e6dd86a96","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T08:29:20Z","name":"CreateInstancePortManipulationTests-eb2e2522-edbf-4706-b9e4-117e7e86a8a6port-1","device_owner":"","revision_number":7,"mac_address":"fa:16:3e:c5:62:2c","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"38fe030a3f8646b29e6fbe8e6dd86a96","fixed_ips":[{"subnet_id":"eed9ced0-72f0-4026-9498-9a3ca2c513a9","ip_address":"10.55.0.101"},{"subnet_id":"eed9ced0-72f0-4026-9498-9a3ca2c513a9","ip_address":"10.55.0.102"}],"id":"5d879bc4-2471-48b2-87c8-72f392ced3e5","security_groups":["4c37e6cb-a2a7-4de6-9dce-f6062cb18379"],"device_id":""}} 2018-08-12 08:29:21,141 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/ports used request id req-61d56cd5-34d0-464a-9bcc-fb577d31ecfe 2018-08-12 08:29:21,147 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-eb2e2522-edbf-4706-b9e4-117e7e86a8a6-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}756acd1011436531a06b84f260ec505583c5f958" 2018-08-12 08:29:21,453 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-8dfed7c9-2f7a-433b-b606-1b240d4ec8c7 Date: Sun, 12 Aug 2018 08:29: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":["eed9ced0-72f0-4026-9498-9a3ca2c513a9"],"updated_at":"2018-08-12T08:29:13Z","tenant_id":"38fe030a3f8646b29e6fbe8e6dd86a96","created_at":"2018-08-12T08:29:12Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"38fe030a3f8646b29e6fbe8e6dd86a96","id":"7d7dfa93-c88d-4dfa-a2c0-b94b7af65874","name":"CreateInstancePortManipulationTests-eb2e2522-edbf-4706-b9e4-117e7e86a8a6-pub-net"}]} 2018-08-12 08:29:21,453 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-eb2e2522-edbf-4706-b9e4-117e7e86a8a6-pub-net used request id req-8dfed7c9-2f7a-433b-b606-1b240d4ec8c7 2018-08-12 08:29:21,458 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=7d7dfa93-c88d-4dfa-a2c0-b94b7af65874 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}756acd1011436531a06b84f260ec505583c5f958" 2018-08-12 08:29:21,509 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-471da863-a536-4e53-8778-155a031d7b8d Date: Sun, 12 Aug 2018 08:29:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7d7dfa93-c88d-4dfa-a2c0-b94b7af65874","tenant_id":"38fe030a3f8646b29e6fbe8e6dd86a96","created_at":"2018-08-12T08:29:13Z","dns_nameservers":[],"updated_at":"2018-08-12T08:29:13Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"38fe030a3f8646b29e6fbe8e6dd86a96","id":"eed9ced0-72f0-4026-9498-9a3ca2c513a9","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-eb2e2522-edbf-4706-b9e4-117e7e86a8a6-pub-subnet"}]} 2018-08-12 08:29:21,509 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=7d7dfa93-c88d-4dfa-a2c0-b94b7af65874 used request id req-471da863-a536-4e53-8778-155a031d7b8d 2018-08-12 08:29:21,514 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-eb2e2522-edbf-4706-b9e4-117e7e86a8a6-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}756acd1011436531a06b84f260ec505583c5f958" 2018-08-12 08:29:21,792 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-a1ee5c01-d427-4cef-84b1-4313c6d9c82f Date: Sun, 12 Aug 2018 08:29: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":["eed9ced0-72f0-4026-9498-9a3ca2c513a9"],"updated_at":"2018-08-12T08:29:13Z","tenant_id":"38fe030a3f8646b29e6fbe8e6dd86a96","created_at":"2018-08-12T08:29:12Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"38fe030a3f8646b29e6fbe8e6dd86a96","id":"7d7dfa93-c88d-4dfa-a2c0-b94b7af65874","name":"CreateInstancePortManipulationTests-eb2e2522-edbf-4706-b9e4-117e7e86a8a6-pub-net"}]} 2018-08-12 08:29:21,793 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-eb2e2522-edbf-4706-b9e4-117e7e86a8a6-pub-net used request id req-a1ee5c01-d427-4cef-84b1-4313c6d9c82f 2018-08-12 08:29:21,796 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/38fe030a3f8646b29e6fbe8e6dd86a96 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}756acd1011436531a06b84f260ec505583c5f958" 2018-08-12 08:29:21,887 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:29:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8217ab23-87b4-4080-8796-2674084f0711 Content-Encoding: gzip Content-Length: 235 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/38fe030a3f8646b29e6fbe8e6dd86a96"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "38fe030a3f8646b29e6fbe8e6dd86a96", "name": "CreateInstancePortManipulationTests-99b4b0a5-325e-48d-proj"}} 2018-08-12 08:29:21,888 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/38fe030a3f8646b29e6fbe8e6dd86a96 used request id req-8217ab23-87b4-4080-8796-2674084f0711 2018-08-12 08:29:21,893 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=7d7dfa93-c88d-4dfa-a2c0-b94b7af65874 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}756acd1011436531a06b84f260ec505583c5f958" 2018-08-12 08:29:21,944 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-0382b3eb-87ae-41f5-a850-019bb15bb4fb Date: Sun, 12 Aug 2018 08:29:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7d7dfa93-c88d-4dfa-a2c0-b94b7af65874","tenant_id":"38fe030a3f8646b29e6fbe8e6dd86a96","created_at":"2018-08-12T08:29:13Z","dns_nameservers":[],"updated_at":"2018-08-12T08:29:13Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"38fe030a3f8646b29e6fbe8e6dd86a96","id":"eed9ced0-72f0-4026-9498-9a3ca2c513a9","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-eb2e2522-edbf-4706-b9e4-117e7e86a8a6-pub-subnet"}]} 2018-08-12 08:29:21,944 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=7d7dfa93-c88d-4dfa-a2c0-b94b7af65874 used request id req-0382b3eb-87ae-41f5-a850-019bb15bb4fb 2018-08-12 08:29:21,950 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=7d7dfa93-c88d-4dfa-a2c0-b94b7af65874&name=CreateInstancePortManipulationTests-eb2e2522-edbf-4706-b9e4-117e7e86a8a6port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}756acd1011436531a06b84f260ec505583c5f958" 2018-08-12 08:29:22,010 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 855 X-Openstack-Request-Id: req-1f84ac22-d137-4352-86a2-df594f53d819 Date: Sun, 12 Aug 2018 08:29:22 GMT RESP BODY: {"ports":[{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"7d7dfa93-c88d-4dfa-a2c0-b94b7af65874","tenant_id":"38fe030a3f8646b29e6fbe8e6dd86a96","created_at":"2018-08-12T08:29:20Z","admin_state_up":true,"updated_at":"2018-08-12T08:29:20Z","binding:vnic_type":"normal","device_id":"","device_owner":"","revision_number":7,"mac_address":"fa:16:3e:c5:62:2c","id":"5d879bc4-2471-48b2-87c8-72f392ced3e5","port_security_enabled":true,"project_id":"38fe030a3f8646b29e6fbe8e6dd86a96","fixed_ips":[{"subnet_id":"eed9ced0-72f0-4026-9498-9a3ca2c513a9","ip_address":"10.55.0.101"},{"subnet_id":"eed9ced0-72f0-4026-9498-9a3ca2c513a9","ip_address":"10.55.0.102"}],"extra_dhcp_opts":[],"security_groups":["4c37e6cb-a2a7-4de6-9dce-f6062cb18379"],"name":"CreateInstancePortManipulationTests-eb2e2522-edbf-4706-b9e4-117e7e86a8a6port-1"}]} 2018-08-12 08:29:22,010 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=7d7dfa93-c88d-4dfa-a2c0-b94b7af65874&name=CreateInstancePortManipulationTests-eb2e2522-edbf-4706-b9e4-117e7e86a8a6port-1&admin_state_up=True used request id req-1f84ac22-d137-4352-86a2-df594f53d819 2018-08-12 08:29:22,014 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/38fe030a3f8646b29e6fbe8e6dd86a96 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}756acd1011436531a06b84f260ec505583c5f958" 2018-08-12 08:29:22,108 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:29:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e82969c7-4c5d-4cdc-9548-4ae4ee97b2fd Content-Encoding: gzip Content-Length: 235 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/38fe030a3f8646b29e6fbe8e6dd86a96"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "38fe030a3f8646b29e6fbe8e6dd86a96", "name": "CreateInstancePortManipulationTests-99b4b0a5-325e-48d-proj"}} 2018-08-12 08:29:22,108 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/38fe030a3f8646b29e6fbe8e6dd86a96 used request id req-e82969c7-4c5d-4cdc-9548-4ae4ee97b2fd 2018-08-12 08:29:22,108 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-eb2e2522-edbf-4706-b9e4-117e7e86a8a6-inst 2018-08-12 08:29:22,112 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}756acd1011436531a06b84f260ec505583c5f958" 2018-08-12 08:29:22,132 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:29: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-3678a9f1-e991-473e-91b9-9ac425780271 x-compute-request-id: req-3678a9f1-e991-473e-91b9-9ac425780271 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"flavors": [{"id": "f52c8348-78ba-4448-a4f0-e00a743f7fca", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/f52c8348-78ba-4448-a4f0-e00a743f7fca", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/f52c8348-78ba-4448-a4f0-e00a743f7fca", "rel": "bookmark"}], "name": "CreateInstancePortManipulationTests-eb2e2522-edbf-4706-b9e4-117e7e86a8a6-flavor-name"}]} 2018-08-12 08:29:22,133 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-3678a9f1-e991-473e-91b9-9ac425780271 2018-08-12 08:29:22,136 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors/f52c8348-78ba-4448-a4f0-e00a743f7fca -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}756acd1011436531a06b84f260ec505583c5f958" 2018-08-12 08:29:22,162 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:29: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-ffafa9e4-49cb-4e04-9d50-faaeaba1d752 x-compute-request-id: req-ffafa9e4-49cb-4e04-9d50-faaeaba1d752 Content-Encoding: gzip Content-Length: 329 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateInstancePortManipulationTests-eb2e2522-edbf-4706-b9e4-117e7e86a8a6-flavor-name", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/f52c8348-78ba-4448-a4f0-e00a743f7fca", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/f52c8348-78ba-4448-a4f0-e00a743f7fca", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": "f52c8348-78ba-4448-a4f0-e00a743f7fca"}} 2018-08-12 08:29:22,162 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/f52c8348-78ba-4448-a4f0-e00a743f7fca used request id req-ffafa9e4-49cb-4e04-9d50-faaeaba1d752 2018-08-12 08:29:22,165 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-eb2e2522-edbf-4706-b9e4-117e7e86a8a6-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}756acd1011436531a06b84f260ec505583c5f958" 2018-08-12 08:29:22,371 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1080 Content-Type: application/json X-Openstack-Request-Id: req-9da649b3-378b-4657-a05d-efa8e1e5841f Date: Sun, 12 Aug 2018 08:29:22 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-eb2e2522-edbf-4706-b9e4-117e7e86a8a6-image", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:29:09Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-12T08:29:10Z", "visibility": "shared", "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/4cb71836-baa5-48fd-92f2-7f65feede29a/snap", "metadata": {}}], "self": "/v2/images/4cb71836-baa5-48fd-92f2-7f65feede29a", "min_disk": 0, "protected": false, "id": "4cb71836-baa5-48fd-92f2-7f65feede29a", "file": "/v2/images/4cb71836-baa5-48fd-92f2-7f65feede29a/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "38fe030a3f8646b29e6fbe8e6dd86a96", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/4cb71836-baa5-48fd-92f2-7f65feede29a/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-eb2e2522-edbf-4706-b9e4-117e7e86a8a6-image"} 2018-08-12 08:29:22,371 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-eb2e2522-edbf-4706-b9e4-117e7e86a8a6-image used request id req-9da649b3-378b-4657-a05d-efa8e1e5841f 2018-08-12 08:29:22,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}756acd1011436531a06b84f260ec505583c5f958" 2018-08-12 08:29:22,554 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-e19df9c7-9f3f-489b-9455-c095659591bb Date: Sun, 12 Aug 2018 08:29:22 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"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}, "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}, "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"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "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"}, "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"}, "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}, "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}, "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"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "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}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-12 08:29:22,554 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-e19df9c7-9f3f-489b-9455-c095659591bb 2018-08-12 08:29:22,560 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}756acd1011436531a06b84f260ec505583c5f958" -d '{"server": {"name": "CreateInstancePortManipulationTests-eb2e2522-edbf-4706-b9e4-117e7e86a8a6-inst", "imageRef": "4cb71836-baa5-48fd-92f2-7f65feede29a", "flavorRef": "f52c8348-78ba-4448-a4f0-e00a743f7fca", "max_count": 1, "min_count": 1, "networks": [{"port": "5d879bc4-2471-48b2-87c8-72f392ced3e5"}]}}' 2018-08-12 08:29:24,460 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 08:29: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-7f89d2c4-8ef1-48c6-9b9b-78b35b2306f0 x-compute-request-id: req-7f89d2c4-8ef1-48c6-9b9b-78b35b2306f0 Content-Length: 374 location: http://172.30.9.21:8774/v2.1/servers/b60da9d4-bc69-4c3d-8c78-67940b98e223 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "b60da9d4-bc69-4c3d-8c78-67940b98e223", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/b60da9d4-bc69-4c3d-8c78-67940b98e223", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/b60da9d4-bc69-4c3d-8c78-67940b98e223", "rel": "bookmark"}], "adminPass": "xWSAsXj5dw5U"}} 2018-08-12 08:29:24,460 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-7f89d2c4-8ef1-48c6-9b9b-78b35b2306f0 2018-08-12 08:29:24,463 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/b60da9d4-bc69-4c3d-8c78-67940b98e223 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}756acd1011436531a06b84f260ec505583c5f958" 2018-08-12 08:29:24,703 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:29: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-fb88dcfa-58ef-48d6-b09c-14ad990b9ed6 x-compute-request-id: req-fb88dcfa-58ef-48d6-b09c-14ad990b9ed6 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.21:8774/v2.1/servers/b60da9d4-bc69-4c3d-8c78-67940b98e223", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/b60da9d4-bc69-4c3d-8c78-67940b98e223", "rel": "bookmark"}], "image": {"id": "4cb71836-baa5-48fd-92f2-7f65feede29a", "links": [{"href": "http://172.30.9.21:8774/images/4cb71836-baa5-48fd-92f2-7f65feede29a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f52c8348-78ba-4448-a4f0-e00a743f7fca", "links": [{"href": "http://172.30.9.21:8774/flavors/f52c8348-78ba-4448-a4f0-e00a743f7fca", "rel": "bookmark"}]}, "id": "b60da9d4-bc69-4c3d-8c78-67940b98e223", "user_id": "c4599919199048b98fb211e9b5de130c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:29:24Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-eb2e2522-edbf-4706-b9e4-117e7e86a8a6-inst", "created": "2018-08-12T08:29:24Z", "tenant_id": "38fe030a3f8646b29e6fbe8e6dd86a96", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:29:24,703 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/b60da9d4-bc69-4c3d-8c78-67940b98e223 used request id req-fb88dcfa-58ef-48d6-b09c-14ad990b9ed6 2018-08-12 08:29:24,703 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-eb2e2522-edbf-4706-b9e4-117e7e86a8a6-inst 2018-08-12 08:29:24,706 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/b60da9d4-bc69-4c3d-8c78-67940b98e223 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}756acd1011436531a06b84f260ec505583c5f958" 2018-08-12 08:29:25,196 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:29: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-1bebb2cd-e27e-4be7-bb1a-bf2684d18465 x-compute-request-id: req-1bebb2cd-e27e-4be7-bb1a-bf2684d18465 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.21:8774/v2.1/servers/b60da9d4-bc69-4c3d-8c78-67940b98e223", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/b60da9d4-bc69-4c3d-8c78-67940b98e223", "rel": "bookmark"}], "image": {"id": "4cb71836-baa5-48fd-92f2-7f65feede29a", "links": [{"href": "http://172.30.9.21:8774/images/4cb71836-baa5-48fd-92f2-7f65feede29a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f52c8348-78ba-4448-a4f0-e00a743f7fca", "links": [{"href": "http://172.30.9.21:8774/flavors/f52c8348-78ba-4448-a4f0-e00a743f7fca", "rel": "bookmark"}]}, "id": "b60da9d4-bc69-4c3d-8c78-67940b98e223", "user_id": "c4599919199048b98fb211e9b5de130c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:29:24Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-eb2e2522-edbf-4706-b9e4-117e7e86a8a6-inst", "created": "2018-08-12T08:29:24Z", "tenant_id": "38fe030a3f8646b29e6fbe8e6dd86a96", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:29:25,196 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/b60da9d4-bc69-4c3d-8c78-67940b98e223 used request id req-1bebb2cd-e27e-4be7-bb1a-bf2684d18465 2018-08-12 08:29:25,197 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-eb2e2522-edbf-4706-b9e4-117e7e86a8a6-inst] is - BUILD 2018-08-12 08:29:25,197 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-12 08:29:28,200 - create_instance - DEBUG - VM status query timeout in 896.503202915 2018-08-12 08:29:28,203 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/b60da9d4-bc69-4c3d-8c78-67940b98e223 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}756acd1011436531a06b84f260ec505583c5f958" 2018-08-12 08:29:28,891 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:29: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-3fe6dce9-266f-41e1-a472-d014517dc914 x-compute-request-id: req-3fe6dce9-266f-41e1-a472-d014517dc914 Content-Encoding: gzip Content-Length: 685 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/b60da9d4-bc69-4c3d-8c78-67940b98e223", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/b60da9d4-bc69-4c3d-8c78-67940b98e223", "rel": "bookmark"}], "image": {"id": "4cb71836-baa5-48fd-92f2-7f65feede29a", "links": [{"href": "http://172.30.9.21:8774/images/4cb71836-baa5-48fd-92f2-7f65feede29a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f52c8348-78ba-4448-a4f0-e00a743f7fca", "links": [{"href": "http://172.30.9.21:8774/flavors/f52c8348-78ba-4448-a4f0-e00a743f7fca", "rel": "bookmark"}]}, "id": "b60da9d4-bc69-4c3d-8c78-67940b98e223", "security_groups": [{"name": "default"}], "user_id": "c4599919199048b98fb211e9b5de130c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:29:25Z", "hostId": "c849d826f41496887c4fc2bc375b44f4a253c1d60898165f9f39d7ab", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-eb2e2522-edbf-4706-b9e4-117e7e86a8a6-inst", "created": "2018-08-12T08:29:24Z", "tenant_id": "38fe030a3f8646b29e6fbe8e6dd86a96", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:29:28,891 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/b60da9d4-bc69-4c3d-8c78-67940b98e223 used request id req-3fe6dce9-266f-41e1-a472-d014517dc914 2018-08-12 08:29:28,892 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-eb2e2522-edbf-4706-b9e4-117e7e86a8a6-inst] is - BUILD 2018-08-12 08:29:28,892 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-12 08:29:31,895 - create_instance - DEBUG - VM status query timeout in 892.808302879 2018-08-12 08:29:31,898 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/b60da9d4-bc69-4c3d-8c78-67940b98e223 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}756acd1011436531a06b84f260ec505583c5f958" 2018-08-12 08:29:32,407 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:29:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-15a6c160-8115-4f3a-aad0-e6e2d843517f x-compute-request-id: req-15a6c160-8115-4f3a-aad0-e6e2d843517f Content-Encoding: gzip Content-Length: 769 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-eb2e2522-edbf-4706-b9e4-117e7e86a8a6-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:62:2c", "version": 4, "addr": "10.55.0.101", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:62:2c", "version": 4, "addr": "10.55.0.102", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/b60da9d4-bc69-4c3d-8c78-67940b98e223", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/b60da9d4-bc69-4c3d-8c78-67940b98e223", "rel": "bookmark"}], "image": {"id": "4cb71836-baa5-48fd-92f2-7f65feede29a", "links": [{"href": "http://172.30.9.21:8774/images/4cb71836-baa5-48fd-92f2-7f65feede29a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:29:29.000000", "flavor": {"id": "f52c8348-78ba-4448-a4f0-e00a743f7fca", "links": [{"href": "http://172.30.9.21:8774/flavors/f52c8348-78ba-4448-a4f0-e00a743f7fca", "rel": "bookmark"}]}, "id": "b60da9d4-bc69-4c3d-8c78-67940b98e223", "security_groups": [{"name": "default"}], "user_id": "c4599919199048b98fb211e9b5de130c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:29:29Z", "hostId": "c849d826f41496887c4fc2bc375b44f4a253c1d60898165f9f39d7ab", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-eb2e2522-edbf-4706-b9e4-117e7e86a8a6-inst", "created": "2018-08-12T08:29:24Z", "tenant_id": "38fe030a3f8646b29e6fbe8e6dd86a96", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:29:32,407 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/b60da9d4-bc69-4c3d-8c78-67940b98e223 used request id req-15a6c160-8115-4f3a-aad0-e6e2d843517f 2018-08-12 08:29:32,407 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-eb2e2522-edbf-4706-b9e4-117e7e86a8a6-inst] is - ACTIVE 2018-08-12 08:29:32,408 - create_instance - INFO - VM is - ACTIVE 2018-08-12 08:29:32,410 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/b60da9d4-bc69-4c3d-8c78-67940b98e223 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}756acd1011436531a06b84f260ec505583c5f958" 2018-08-12 08:29:33,360 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:29:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cf69642b-6eb3-4825-8b51-9452fd23c4ee x-compute-request-id: req-cf69642b-6eb3-4825-8b51-9452fd23c4ee Content-Encoding: gzip Content-Length: 769 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-eb2e2522-edbf-4706-b9e4-117e7e86a8a6-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:62:2c", "version": 4, "addr": "10.55.0.101", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:62:2c", "version": 4, "addr": "10.55.0.102", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/b60da9d4-bc69-4c3d-8c78-67940b98e223", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/b60da9d4-bc69-4c3d-8c78-67940b98e223", "rel": "bookmark"}], "image": {"id": "4cb71836-baa5-48fd-92f2-7f65feede29a", "links": [{"href": "http://172.30.9.21:8774/images/4cb71836-baa5-48fd-92f2-7f65feede29a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:29:29.000000", "flavor": {"id": "f52c8348-78ba-4448-a4f0-e00a743f7fca", "links": [{"href": "http://172.30.9.21:8774/flavors/f52c8348-78ba-4448-a4f0-e00a743f7fca", "rel": "bookmark"}]}, "id": "b60da9d4-bc69-4c3d-8c78-67940b98e223", "security_groups": [{"name": "default"}], "user_id": "c4599919199048b98fb211e9b5de130c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:29:29Z", "hostId": "c849d826f41496887c4fc2bc375b44f4a253c1d60898165f9f39d7ab", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-eb2e2522-edbf-4706-b9e4-117e7e86a8a6-inst", "created": "2018-08-12T08:29:24Z", "tenant_id": "38fe030a3f8646b29e6fbe8e6dd86a96", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:29:33,361 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/b60da9d4-bc69-4c3d-8c78-67940b98e223 used request id req-cf69642b-6eb3-4825-8b51-9452fd23c4ee 2018-08-12 08:29:33,366 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-eb2e2522-edbf-4706-b9e4-117e7e86a8a6-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}756acd1011436531a06b84f260ec505583c5f958" 2018-08-12 08:29:33,771 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-6e841e6d-9be3-419d-b3be-5533f77eb5d5 Date: Sun, 12 Aug 2018 08:29: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":["eed9ced0-72f0-4026-9498-9a3ca2c513a9"],"updated_at":"2018-08-12T08:29:13Z","tenant_id":"38fe030a3f8646b29e6fbe8e6dd86a96","created_at":"2018-08-12T08:29:12Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"38fe030a3f8646b29e6fbe8e6dd86a96","id":"7d7dfa93-c88d-4dfa-a2c0-b94b7af65874","name":"CreateInstancePortManipulationTests-eb2e2522-edbf-4706-b9e4-117e7e86a8a6-pub-net"}]} 2018-08-12 08:29:33,771 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-eb2e2522-edbf-4706-b9e4-117e7e86a8a6-pub-net used request id req-6e841e6d-9be3-419d-b3be-5533f77eb5d5 2018-08-12 08:29:33,775 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/38fe030a3f8646b29e6fbe8e6dd86a96 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}756acd1011436531a06b84f260ec505583c5f958" 2018-08-12 08:29:33,869 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:29:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-111a38df-98f4-401a-bdb9-d1f3adfa0773 Content-Encoding: gzip Content-Length: 235 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/38fe030a3f8646b29e6fbe8e6dd86a96"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "38fe030a3f8646b29e6fbe8e6dd86a96", "name": "CreateInstancePortManipulationTests-99b4b0a5-325e-48d-proj"}} 2018-08-12 08:29:33,870 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/38fe030a3f8646b29e6fbe8e6dd86a96 used request id req-111a38df-98f4-401a-bdb9-d1f3adfa0773 2018-08-12 08:29:33,875 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=7d7dfa93-c88d-4dfa-a2c0-b94b7af65874 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}756acd1011436531a06b84f260ec505583c5f958" 2018-08-12 08:29:33,927 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-b7938796-5211-41d8-b085-1448d2e4b1e8 Date: Sun, 12 Aug 2018 08:29:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7d7dfa93-c88d-4dfa-a2c0-b94b7af65874","tenant_id":"38fe030a3f8646b29e6fbe8e6dd86a96","created_at":"2018-08-12T08:29:13Z","dns_nameservers":[],"updated_at":"2018-08-12T08:29:13Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"38fe030a3f8646b29e6fbe8e6dd86a96","id":"eed9ced0-72f0-4026-9498-9a3ca2c513a9","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-eb2e2522-edbf-4706-b9e4-117e7e86a8a6-pub-subnet"}]} 2018-08-12 08:29:33,927 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=7d7dfa93-c88d-4dfa-a2c0-b94b7af65874 used request id req-b7938796-5211-41d8-b085-1448d2e4b1e8 2018-08-12 08:29:33,932 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=7d7dfa93-c88d-4dfa-a2c0-b94b7af65874 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}756acd1011436531a06b84f260ec505583c5f958" 2018-08-12 08:29:34,027 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3120 X-Openstack-Request-Id: req-7edaf242-a371-4dc0-8391-cedb6720598f Date: Sun, 12 Aug 2018 08:29:34 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"7d7dfa93-c88d-4dfa-a2c0-b94b7af65874","tenant_id":"38fe030a3f8646b29e6fbe8e6dd86a96","created_at":"2018-08-12T08:29:15Z","admin_state_up":true,"updated_at":"2018-08-12T08:29:18Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-7d7dfa93-c88d-4dfa-a2c0-b94b7af65874","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:c6:6f:f6","id":"43a21ecc-5620-46a4-bb1e-1c0fd1981986","port_security_enabled":false,"project_id":"38fe030a3f8646b29e6fbe8e6dd86a96","fixed_ips":[{"subnet_id":"eed9ced0-72f0-4026-9498-9a3ca2c513a9","ip_address":"10.55.0.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"7d7dfa93-c88d-4dfa-a2c0-b94b7af65874","tenant_id":"38fe030a3f8646b29e6fbe8e6dd86a96","created_at":"2018-08-12T08:29:14Z","admin_state_up":true,"updated_at":"2018-08-12T08:29:16Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-7d7dfa93-c88d-4dfa-a2c0-b94b7af65874","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:df:dd:e1","id":"4de7fbaf-3c08-4c9b-99c9-d54ae7cf5410","port_security_enabled":false,"project_id":"38fe030a3f8646b29e6fbe8e6dd86a96","fixed_ips":[{"subnet_id":"eed9ced0-72f0-4026-9498-9a3ca2c513a9","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"7d7dfa93-c88d-4dfa-a2c0-b94b7af65874","tenant_id":"38fe030a3f8646b29e6fbe8e6dd86a96","created_at":"2018-08-12T08:29:20Z","admin_state_up":true,"updated_at":"2018-08-12T08:29:29Z","binding:vnic_type":"normal","device_id":"b60da9d4-bc69-4c3d-8c78-67940b98e223","device_owner":"compute:nova","revision_number":11,"mac_address":"fa:16:3e:c5:62:2c","id":"5d879bc4-2471-48b2-87c8-72f392ced3e5","port_security_enabled":true,"project_id":"38fe030a3f8646b29e6fbe8e6dd86a96","fixed_ips":[{"subnet_id":"eed9ced0-72f0-4026-9498-9a3ca2c513a9","ip_address":"10.55.0.101"},{"subnet_id":"eed9ced0-72f0-4026-9498-9a3ca2c513a9","ip_address":"10.55.0.102"}],"extra_dhcp_opts":[],"security_groups":["4c37e6cb-a2a7-4de6-9dce-f6062cb18379"],"name":"CreateInstancePortManipulationTests-eb2e2522-edbf-4706-b9e4-117e7e86a8a6port-1"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"7d7dfa93-c88d-4dfa-a2c0-b94b7af65874","tenant_id":"38fe030a3f8646b29e6fbe8e6dd86a96","created_at":"2018-08-12T08:29:14Z","admin_state_up":true,"updated_at":"2018-08-12T08:29:17Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-7d7dfa93-c88d-4dfa-a2c0-b94b7af65874","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:6c:38:4d","id":"71adb8f5-f4f4-461c-bce8-7707f16d726a","port_security_enabled":false,"project_id":"38fe030a3f8646b29e6fbe8e6dd86a96","fixed_ips":[{"subnet_id":"eed9ced0-72f0-4026-9498-9a3ca2c513a9","ip_address":"10.55.0.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-12 08:29:34,027 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=7d7dfa93-c88d-4dfa-a2c0-b94b7af65874 used request id req-7edaf242-a371-4dc0-8391-cedb6720598f 2018-08-12 08:29:34,028 - create_instance - INFO - Deleting Port with ID - 5d879bc4-2471-48b2-87c8-72f392ced3e5 2018-08-12 08:29:34,028 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-eb2e2522-edbf-4706-b9e4-117e7e86a8a6port-1 2018-08-12 08:29:34,033 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/ports/5d879bc4-2471-48b2-87c8-72f392ced3e5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}756acd1011436531a06b84f260ec505583c5f958" 2018-08-12 08:29:34,541 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-0c9b875b-c8c8-4689-8aaf-4a47b6973ca9 Date: Sun, 12 Aug 2018 08:29:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:29:34,541 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/ports/5d879bc4-2471-48b2-87c8-72f392ced3e5 used request id req-0c9b875b-c8c8-4689-8aaf-4a47b6973ca9 2018-08-12 08:29:34,541 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-eb2e2522-edbf-4706-b9e4-117e7e86a8a6-inst 2018-08-12 08:29:34,544 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/servers/b60da9d4-bc69-4c3d-8c78-67940b98e223 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}756acd1011436531a06b84f260ec505583c5f958" 2018-08-12 08:29:34,699 - novaclient.v2.client - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:29: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-fa8c38d9-d256-4a11-ba2f-ce23dae44226 x-compute-request-id: req-fa8c38d9-d256-4a11-ba2f-ce23dae44226 Content-Type: application/json 2018-08-12 08:29:34,699 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/b60da9d4-bc69-4c3d-8c78-67940b98e223 used request id req-fa8c38d9-d256-4a11-ba2f-ce23dae44226 2018-08-12 08:29:34,699 - create_instance - INFO - Checking deletion status 2018-08-12 08:29:34,703 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/b60da9d4-bc69-4c3d-8c78-67940b98e223 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}756acd1011436531a06b84f260ec505583c5f958" 2018-08-12 08:29:34,983 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:29: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-4e49ba8e-7b25-4042-8bae-f85e51ad0163 x-compute-request-id: req-4e49ba8e-7b25-4042-8bae-f85e51ad0163 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/b60da9d4-bc69-4c3d-8c78-67940b98e223", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/b60da9d4-bc69-4c3d-8c78-67940b98e223", "rel": "bookmark"}], "image": {"id": "4cb71836-baa5-48fd-92f2-7f65feede29a", "links": [{"href": "http://172.30.9.21:8774/images/4cb71836-baa5-48fd-92f2-7f65feede29a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:29:29.000000", "flavor": {"id": "f52c8348-78ba-4448-a4f0-e00a743f7fca", "links": [{"href": "http://172.30.9.21:8774/flavors/f52c8348-78ba-4448-a4f0-e00a743f7fca", "rel": "bookmark"}]}, "id": "b60da9d4-bc69-4c3d-8c78-67940b98e223", "user_id": "c4599919199048b98fb211e9b5de130c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:29:34Z", "hostId": "c849d826f41496887c4fc2bc375b44f4a253c1d60898165f9f39d7ab", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-eb2e2522-edbf-4706-b9e4-117e7e86a8a6-inst", "created": "2018-08-12T08:29:24Z", "tenant_id": "38fe030a3f8646b29e6fbe8e6dd86a96", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:29:34,984 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/b60da9d4-bc69-4c3d-8c78-67940b98e223 used request id req-4e49ba8e-7b25-4042-8bae-f85e51ad0163 2018-08-12 08:29:34,984 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-eb2e2522-edbf-4706-b9e4-117e7e86a8a6-inst] is - ACTIVE 2018-08-12 08:29:34,984 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-12 08:29:37,987 - create_instance - DEBUG - VM status query timeout in 296.712259054 2018-08-12 08:29:37,992 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/b60da9d4-bc69-4c3d-8c78-67940b98e223 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}756acd1011436531a06b84f260ec505583c5f958" 2018-08-12 08:29:38,048 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:29:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0353399b-e98f-4eaf-a0bf-e00db1dbeda4 x-compute-request-id: req-0353399b-e98f-4eaf-a0bf-e00db1dbeda4 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance b60da9d4-bc69-4c3d-8c78-67940b98e223 could not be found.", "code": 404}} 2018-08-12 08:29:38,049 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/b60da9d4-bc69-4c3d-8c78-67940b98e223 used request id req-0353399b-e98f-4eaf-a0bf-e00db1dbeda4 2018-08-12 08:29:38,049 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance b60da9d4-bc69-4c3d-8c78-67940b98e223 could not be found. (HTTP 404) (Request-ID: req-0353399b-e98f-4eaf-a0bf-e00db1dbeda4) 2018-08-12 08:29:38,049 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-eb2e2522-edbf-4706-b9e4-117e7e86a8a6-inst 2018-08-12 08:29:38,052 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/flavors/f52c8348-78ba-4448-a4f0-e00a743f7fca -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6634a59c7c634ef08b06472e2fd84e40dc2a20b" 2018-08-12 08:29:38,097 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 08:29:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-3f7adcbd-e74e-4681-880d-7c5df74df149 x-compute-request-id: req-3f7adcbd-e74e-4681-880d-7c5df74df149 Content-Length: 0 Content-Type: application/json 2018-08-12 08:29:38,098 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/f52c8348-78ba-4448-a4f0-e00a743f7fca used request id req-3f7adcbd-e74e-4681-880d-7c5df74df149 2018-08-12 08:29:38,098 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-eb2e2522-edbf-4706-b9e4-117e7e86a8a6-pub-subnet 2018-08-12 08:29:38,098 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-eb2e2522-edbf-4706-b9e4-117e7e86a8a6-pub-subnet 2018-08-12 08:29:38,103 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/eed9ced0-72f0-4026-9498-9a3ca2c513a9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9445466bf4358972e4a72b1dbd2351a085650da4" 2018-08-12 08:29:40,493 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-fadba094-bbf3-433c-8601-4bef291812bd Date: Sun, 12 Aug 2018 08:29:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:29:40,494 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/eed9ced0-72f0-4026-9498-9a3ca2c513a9 used request id req-fadba094-bbf3-433c-8601-4bef291812bd 2018-08-12 08:29:40,494 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-eb2e2522-edbf-4706-b9e4-117e7e86a8a6-pub-net 2018-08-12 08:29:40,499 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/7d7dfa93-c88d-4dfa-a2c0-b94b7af65874 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9445466bf4358972e4a72b1dbd2351a085650da4" 2018-08-12 08:29:41,961 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a8c3fed5-66b1-46e2-a9cc-30f6017abdf1 Date: Sun, 12 Aug 2018 08:29:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:29:41,961 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/7d7dfa93-c88d-4dfa-a2c0-b94b7af65874 used request id req-a8c3fed5-66b1-46e2-a9cc-30f6017abdf1 2018-08-12 08:29:41,962 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-eb2e2522-edbf-4706-b9e4-117e7e86a8a6-image 2018-08-12 08:29:41,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/4cb71836-baa5-48fd-92f2-7f65feede29a -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9ce7e89b64554a0b1f5f4cbef1f08c4f2b83a4e4" 2018-08-12 08:29:42,475 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-b41d5a0d-e043-4f8b-9c20-c88891b4fb7a Date: Sun, 12 Aug 2018 08:29: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 08:29:42,475 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/4cb71836-baa5-48fd-92f2-7f65feede29a used request id req-b41d5a0d-e043-4f8b-9c20-c88891b4fb7a 2018-08-12 08:29:42,477 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:29:42,477 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:29:42,477 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:29:42,477 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:29:42,477 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:29:42,484 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b405cf8aee73c985968080dc1cb7c7bb47d4209" 2018-08-12 08:29:42,749 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 45548 X-Openstack-Request-Id: req-6d55c1d8-674a-4081-b7bc-d36922267712 Date: Sun, 12 Aug 2018 08:29:42 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "created_at": "2018-08-12T06:59:44Z", "updated_at": "2018-08-12T06:59:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "1d7fd960-7865-4453-aecc-8d399b4fad21", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "66820d8a-b785-4b18-bd67-500221c8e4f9", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "74fc7638-a322-4841-8c47-06d36174a200", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "8eaa09ec-8419-4582-9312-1e527afe6e4b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}], "revision_number": 4, "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "created_at": "2018-08-12T05:12:34Z", "updated_at": "2018-08-12T05:12:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "709513d2-af7d-4d0b-bd3c-604fed75a711", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "aa346066-e46f-44f2-94be-2884aa998a19", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "c15f7b93-e56c-4afa-867d-2acb286d4b7b", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "cb0ef83f-5f70-4a80-ad35-431ca9df551e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}], "revision_number": 4, "project_id": "fa5a7fe6ee54472ba01638877aade8e3", "id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ea65becf30e54b27aa96a449698a435e", "created_at": "2018-08-12T05:10:35Z", "updated_at": "2018-08-12T05:10:35Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "30ad280c-f302-4cd4-a438-5139917b56f9", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "76115c4c-887d-4f0a-83e2-486e4b39c713", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "8ab14937-4c08-4d43-8a9a-662e622cc643", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "ee757a03-5662-4273-9c3e-6212e7afb48f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}], "revision_number": 4, "project_id": "ea65becf30e54b27aa96a449698a435e", "id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "38fe030a3f8646b29e6fbe8e6dd86a96", "created_at": "2018-08-12T08:29:12Z", "updated_at": "2018-08-12T08:29:12Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:29:12Z", "revision_number": 0, "id": "1a68ec8c-3c2c-4eac-a118-a7ea6393d8cc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:29:12Z", "security_group_id": "4c37e6cb-a2a7-4de6-9dce-f6062cb18379", "tenant_id": "38fe030a3f8646b29e6fbe8e6dd86a96", "port_range_min": null, "ethertype": "IPv6", "project_id": "38fe030a3f8646b29e6fbe8e6dd86a96"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:29:12Z", "revision_number": 0, "id": "2a2ebefb-be98-4bfc-a614-4aea9b73374c", "remote_group_id": "4c37e6cb-a2a7-4de6-9dce-f6062cb18379", "remote_ip_prefix": null, "created_at": "2018-08-12T08:29:12Z", "security_group_id": "4c37e6cb-a2a7-4de6-9dce-f6062cb18379", "tenant_id": "38fe030a3f8646b29e6fbe8e6dd86a96", "port_range_min": null, "ethertype": "IPv6", "project_id": "38fe030a3f8646b29e6fbe8e6dd86a96"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:29:12Z", "revision_number": 0, "id": "63ce4e03-8248-4392-9014-4f97d8b6de7c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:29:12Z", "security_group_id": "4c37e6cb-a2a7-4de6-9dce-f6062cb18379", "tenant_id": "38fe030a3f8646b29e6fbe8e6dd86a96", "port_range_min": null, "ethertype": "IPv4", "project_id": "38fe030a3f8646b29e6fbe8e6dd86a96"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:29:12Z", "revision_number": 0, "id": "dd5fe6ec-f37a-4e5b-96c4-462b1f22e7d1", "remote_group_id": "4c37e6cb-a2a7-4de6-9dce-f6062cb18379", "remote_ip_prefix": null, "created_at": "2018-08-12T08:29:12Z", "security_group_id": "4c37e6cb-a2a7-4de6-9dce-f6062cb18379", "tenant_id": "38fe030a3f8646b29e6fbe8e6dd86a96", "port_range_min": null, "ethertype": "IPv4", "project_id": "38fe030a3f8646b29e6fbe8e6dd86a96"}], "revision_number": 4, "project_id": "38fe030a3f8646b29e6fbe8e6dd86a96", "id": "4c37e6cb-a2a7-4de6-9dce-f6062cb18379", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "created_at": "2018-08-12T06:20:09Z", "updated_at": "2018-08-12T06:20:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "1123b8f2-75ac-4a26-b9b2-a96da97408e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "2ddd2b93-e080-48cd-9a50-f5fe8a82ad0c", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "cd1bae62-0aea-4438-b4c3-50a69ae6f855", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "e398e01e-ceea-46d1-9534-b929808c4a5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}], "revision_number": 4, "project_id": "ff7abd7bb61f4f2889831e932d65dc2e", "id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "created_at": "2018-08-12T05:34:57Z", "updated_at": "2018-08-12T05:34:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "208a1c1e-f5f8-49c7-9a25-d07e68b1541f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "27bfd867-e607-4bf8-9de8-60682d3f771d", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "49360e1f-6fd3-4f35-b339-24cea95773ee", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "60f631a9-d305-4920-9631-d0543e2ac64f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}], "revision_number": 4, "project_id": "3a85ceae958d4d9fba68847e7df67db8", "id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "created_at": "2018-08-12T05:34:40Z", "updated_at": "2018-08-12T05:34:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "2192c259-363e-4768-ae73-e75837ad63b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "3f87ddc5-f84d-41dc-8215-847724782569", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "7d89f6da-ea78-49dd-9115-f9ad23b250bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "9ec4497d-0f65-44db-9be9-7b3042e4a584", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}], "revision_number": 4, "project_id": "85517fcf1c6247e699fdcdd42ecc8c79", "id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "created_at": "2018-08-12T05:16:02Z", "updated_at": "2018-08-12T05:16:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "1ecacd8c-c1c7-4a66-9871-406a69323b43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "3cc1750c-e0e7-4902-b6f3-494a161b832e", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "d719a7a4-8c99-44ed-8c12-6bf071890203", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "fe7421b5-d577-41da-8c78-62f3c07eda92", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}], "revision_number": 4, "project_id": "a267b9a156244bb192691cff6e5f74fe", "id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "315a428116f24d9fbb826b37080a918e", "created_at": "2018-08-12T05:11:31Z", "updated_at": "2018-08-12T05:11:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "5e52886a-1dc3-4a81-a55d-f388dc4fd1a1", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "678e32e4-d64c-448a-a4ab-e253ab94ae90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "a8da1539-e3ad-4f90-b2df-3dc1f09d228a", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "b73d5cc9-0205-4658-bb1f-61a042c0ab8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}], "revision_number": 4, "project_id": "315a428116f24d9fbb826b37080a918e", "id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-12T05:08:01Z", "updated_at": "2018-08-12T05:08:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:01Z", "revision_number": 0, "id": "0fb05d03-1117-45d0-930c-b6d4c96ef102", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "4faaab33-5788-4bbd-85b8-0fb44d41413a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "96d0c5a0-5c67-421b-8fc8-2b46d77e5db3", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "dd78519b-4bc5-4e8e-ad0f-58089dd69347", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "11a46741b7954b959fd7764109c047b6", "created_at": "2018-08-12T05:34:51Z", "updated_at": "2018-08-12T05:34:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "0b67bf3c-2289-43bb-ab6c-7d25ec32a279", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "51f3f833-337a-42bd-a8d5-742ea8d6c226", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "571fd0b5-ef90-408d-af33-aafb517b8993", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "944ba823-fb9c-496e-a66e-bb426bb14a8d", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}], "revision_number": 4, "project_id": "11a46741b7954b959fd7764109c047b6", "id": "90af9782-8112-4257-801d-ee5115d226ba", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "created_at": "2018-08-12T05:34:26Z", "updated_at": "2018-08-12T05:34:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "2ee1f63a-807c-4d6a-85ee-dd784f6b8c3f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5dec3ec2-2add-47dd-8618-90659dcf3885", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5ea0dc3e-49d0-43f0-94e9-f6443527d14c", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "fbfaca22-7e3e-4128-8973-43e439b77c28", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}], "revision_number": 4, "project_id": "3c01cd58055c44ecaef39f7e625c2258", "id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "521007c1818145639e93ceb270559219", "created_at": "2018-08-12T05:13:27Z", "updated_at": "2018-08-12T05:13:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "5e7fede5-b0f2-47d8-95c3-516cdfc7f9de", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "8fd0e36f-c6c4-4f64-ba97-40439e614448", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "db7d79de-1dfc-4138-945f-91e74cdc266b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "e87f2cff-ff3e-4b6d-aaf0-7f0eb0ab9f05", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}], "revision_number": 4, "project_id": "521007c1818145639e93ceb270559219", "id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "created_at": "2018-08-12T05:08:18Z", "updated_at": "2018-08-12T05:08:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "3c67be40-bf74-4f97-9693-d93ce73a23b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "6112d869-2fc6-4a25-a13c-3d55cd7206c0", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "bdf21c56-453e-482e-9cba-3c55abcb0339", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "c8e92c39-38cc-4f48-be9c-5f0912e6a725", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}], "revision_number": 4, "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "created_at": "2018-08-12T05:04:23Z", "updated_at": "2018-08-12T05:04:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "280546d9-8ad1-4283-abfc-15ee9b1736c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "58bce125-f2ca-4a6d-b9ca-4e6cf5c0f7a5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "69275b9a-cfb5-482c-a9c4-8ffc79adf2c7", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "6d747f3a-3764-469a-a645-f977585c5aac", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}], "revision_number": 4, "project_id": "310f5853751a4c968f3eeb0a3d99a0a8", "id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "created_at": "2018-08-12T05:34:42Z", "updated_at": "2018-08-12T05:34:42Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "199582e8-25aa-457a-aa7c-6d8413ca4464", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "234f3609-4454-448f-919d-c8143c7cd764", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "c1061460-71a2-49a9-a04b-9fa33eeb17ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "d21ac532-51d8-4d6b-8300-7bac216759bf", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}], "revision_number": 4, "project_id": "9f6c1a272706419c9a74b0893b2890e8", "id": "d6739716-c693-460c-89c6-e7c8c48f8245", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "created_at": "2018-08-12T05:34:54Z", "updated_at": "2018-08-12T05:34:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "0633a05a-ee7d-4476-a56b-75d011b22f77", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "6cc1b9f8-73db-47a3-a0e0-3c96c43f34da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "90d99a6b-e94f-4fd8-a10c-f19dd8954c13", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "e843c139-af2a-4d2c-a24f-59f7b10ff72e", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}], "revision_number": 4, "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "created_at": "2018-08-12T05:09:07Z", "updated_at": "2018-08-12T05:09:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "5495e168-f505-4d74-ae6d-387f0bf533c2", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "6fd19b8b-3062-456e-81ba-3ff37fe43429", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8ca59d25-485c-46ce-939c-2e4a468caeac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8f190846-50a0-42b9-b571-390809b752b1", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}], "revision_number": 4, "project_id": "fa9ca6d7608b4d7d87ce97331679a481", "id": "edcd9b17-9416-4c25-823c-060c435e18d7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "created_at": "2018-08-12T05:34:52Z", "updated_at": "2018-08-12T05:34:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "2c7e484e-6ec5-4a95-8c9c-66d294c0c27e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "70c74258-3c2c-4efc-87e0-079c26ee3417", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "b70382fa-082e-4c2b-abc8-87490fa50b11", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "c3628e02-b4b6-42c9-8751-c1a2d3c19caa", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}], "revision_number": 4, "project_id": "87db863ba6e348b0a5ddcb67053db9d1", "id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "name": "default"}]} 2018-08-12 08:29:42,751 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-6d55c1d8-674a-4081-b7bc-d36922267712 2018-08-12 08:29:42,759 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b405cf8aee73c985968080dc1cb7c7bb47d4209" 2018-08-12 08:29:42,848 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:29:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a2b79023-5154-4af5-b73f-5c60a5abfa9a Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 5fe28c13d4d74ba2be8d019ac1ea6363.", "code": 404, "title": "Not Found"}} 2018-08-12 08:29:42,848 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 used request id req-a2b79023-5154-4af5-b73f-5c60a5abfa9a 2018-08-12 08:29:42,848 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:29:42,852 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b405cf8aee73c985968080dc1cb7c7bb47d4209" 2018-08-12 08:29:42,940 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:29:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f1c98c10-a4ce-4b42-9ac7-f85c71ca2d65 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa5a7fe6ee54472ba01638877aade8e3.", "code": 404, "title": "Not Found"}} 2018-08-12 08:29:42,940 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 used request id req-f1c98c10-a4ce-4b42-9ac7-f85c71ca2d65 2018-08-12 08:29:42,940 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:29:42,944 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b405cf8aee73c985968080dc1cb7c7bb47d4209" 2018-08-12 08:29:43,150 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:29:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-59b00dff-994c-4d50-97b2-87b9943bec82 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ea65becf30e54b27aa96a449698a435e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:29:43,150 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e used request id req-59b00dff-994c-4d50-97b2-87b9943bec82 2018-08-12 08:29:43,151 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:29:43,154 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/38fe030a3f8646b29e6fbe8e6dd86a96 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b405cf8aee73c985968080dc1cb7c7bb47d4209" 2018-08-12 08:29:43,256 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:29:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6c8acaee-1517-411a-91ba-068904533768 Content-Encoding: gzip Content-Length: 235 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/38fe030a3f8646b29e6fbe8e6dd86a96"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "38fe030a3f8646b29e6fbe8e6dd86a96", "name": "CreateInstancePortManipulationTests-99b4b0a5-325e-48d-proj"}} 2018-08-12 08:29:43,256 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/38fe030a3f8646b29e6fbe8e6dd86a96 used request id req-6c8acaee-1517-411a-91ba-068904533768 2018-08-12 08:29:43,257 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4c37e6cb-a2a7-4de6-9dce-f6062cb18379 2018-08-12 08:29:43,262 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=4c37e6cb-a2a7-4de6-9dce-f6062cb18379 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b405cf8aee73c985968080dc1cb7c7bb47d4209" 2018-08-12 08:29:43,437 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-f1589137-e495-4771-bd1a-39d2533cb71b Date: Sun, 12 Aug 2018 08:29:43 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-12T08:29:12Z", "security_group_id": "4c37e6cb-a2a7-4de6-9dce-f6062cb18379", "port_range_min": null, "revision_number": 0, "tenant_id": "38fe030a3f8646b29e6fbe8e6dd86a96", "created_at": "2018-08-12T08:29:12Z", "project_id": "38fe030a3f8646b29e6fbe8e6dd86a96", "id": "1a68ec8c-3c2c-4eac-a118-a7ea6393d8cc"}, {"remote_group_id": "4c37e6cb-a2a7-4de6-9dce-f6062cb18379", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:29:12Z", "security_group_id": "4c37e6cb-a2a7-4de6-9dce-f6062cb18379", "port_range_min": null, "revision_number": 0, "tenant_id": "38fe030a3f8646b29e6fbe8e6dd86a96", "created_at": "2018-08-12T08:29:12Z", "project_id": "38fe030a3f8646b29e6fbe8e6dd86a96", "id": "2a2ebefb-be98-4bfc-a614-4aea9b73374c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:29:12Z", "security_group_id": "4c37e6cb-a2a7-4de6-9dce-f6062cb18379", "port_range_min": null, "revision_number": 0, "tenant_id": "38fe030a3f8646b29e6fbe8e6dd86a96", "created_at": "2018-08-12T08:29:12Z", "project_id": "38fe030a3f8646b29e6fbe8e6dd86a96", "id": "63ce4e03-8248-4392-9014-4f97d8b6de7c"}, {"remote_group_id": "4c37e6cb-a2a7-4de6-9dce-f6062cb18379", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:29:12Z", "security_group_id": "4c37e6cb-a2a7-4de6-9dce-f6062cb18379", "port_range_min": null, "revision_number": 0, "tenant_id": "38fe030a3f8646b29e6fbe8e6dd86a96", "created_at": "2018-08-12T08:29:12Z", "project_id": "38fe030a3f8646b29e6fbe8e6dd86a96", "id": "dd5fe6ec-f37a-4e5b-96c4-462b1f22e7d1"}]} 2018-08-12 08:29:43,437 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=4c37e6cb-a2a7-4de6-9dce-f6062cb18379 used request id req-f1589137-e495-4771-bd1a-39d2533cb71b 2018-08-12 08:29:43,438 - neutron_utils - INFO - Deleting security group with name - default 2018-08-12 08:29:43,443 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/4c37e6cb-a2a7-4de6-9dce-f6062cb18379 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b405cf8aee73c985968080dc1cb7c7bb47d4209" 2018-08-12 08:29:43,805 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-cd6a4a37-7162-4443-ac35-b3faa3fa88bb Content-Length: 0 Date: Sun, 12 Aug 2018 08:29:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:29:43,806 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/4c37e6cb-a2a7-4de6-9dce-f6062cb18379 used request id req-cd6a4a37-7162-4443-ac35-b3faa3fa88bb 2018-08-12 08:29:43,806 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-99b4b0a5-325e-48d-proj 2018-08-12 08:29:43,810 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/38fe030a3f8646b29e6fbe8e6dd86a96 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b405cf8aee73c985968080dc1cb7c7bb47d4209" 2018-08-12 08:29:44,176 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:29:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f4054b33-89ae-4189-9d57-b1588627c70d 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 08:29:44,177 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/38fe030a3f8646b29e6fbe8e6dd86a96 used request id req-f4054b33-89ae-4189-9d57-b1588627c70d 2018-08-12 08:29:44,177 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-99b4b0a5-325e-48d-proj-role 2018-08-12 08:29:44,181 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/127719dd0c804913ba6bad4b89d84f36 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b405cf8aee73c985968080dc1cb7c7bb47d4209" 2018-08-12 08:29:44,302 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:29:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e7fb2914-bd9d-40e7-bd6b-6598af73fd77 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 08:29:44,302 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/127719dd0c804913ba6bad4b89d84f36 used request id req-e7fb2914-bd9d-40e7-bd6b-6598af73fd77 2018-08-12 08:29:44,306 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b405cf8aee73c985968080dc1cb7c7bb47d4209" 2018-08-12 08:29:44,399 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:29:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-80f7afaf-1a81-4b02-8a2c-17cf4974d4c5 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:29:44,399 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-80f7afaf-1a81-4b02-8a2c-17cf4974d4c5 2018-08-12 08:29:44,399 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-99b4b0a5-325e-48d-user 2018-08-12 08:29:44,403 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/c4599919199048b98fb211e9b5de130c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}670d4ff536d583ce7564d7c392b9745732a8e6db" 2018-08-12 08:29:44,578 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:29:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9043e992-ad0e-4880-be04-20b65a44dfdb 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 08:29:44,578 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/c4599919199048b98fb211e9b5de130c used request id req-9043e992-ad0e-4880-be04-20b65a44dfdb 2018-08-12 08:29:44,579 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:29:44,997 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:29:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["qwMCiBOVREiUwcgmFs3RrQ"], "issued_at": "2018-08-12T08:29:44.000000Z"}} 2018-08-12 08:29:44,997 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}89061c5ff84eb926d470358fe707c96b5627fbf3" 2018-08-12 08:29:45,084 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:29:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df0b7cef-e11b-439e-98ed-bd312fa81843 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:29:45,084 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-df0b7cef-e11b-439e-98ed-bd312fa81843 2018-08-12 08:29:45,085 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:29:45,086 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:29:45,482 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:29:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["JP-3xPihRiOjuYAb6wdFxg"], "issued_at": "2018-08-12T08:29:45.000000Z"}} 2018-08-12 08:29:45,482 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}0d2ebf994fdc8eaa0c8868708108f1798fa1e90c" 2018-08-12 08:29:45,570 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:29:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c7414308-0877-49fe-ad55-6b9044661744 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:29:45,571 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-c7414308-0877-49fe-ad55-6b9044661744 2018-08-12 08:29:45,574 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:29:45,579 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:29:45 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:29:45,580 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-c17ffab7-cedc-4fd-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d2ebf994fdc8eaa0c8868708108f1798fa1e90c" 2018-08-12 08:29:45,667 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:29:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c61095ec-6b54-4c71-89e2-e47663d76b3a Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-c17ffab7-cedc-4fd-proj", "previous": null, "next": null}, "projects": []} 2018-08-12 08:29:45,667 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-c17ffab7-cedc-4fd-proj used request id req-c61095ec-6b54-4c71-89e2-e47663d76b3a 2018-08-12 08:29:45,670 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d2ebf994fdc8eaa0c8868708108f1798fa1e90c" 2018-08-12 08:29:45,767 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:29:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-94d42514-e15c-4d6f-8a1d-57e9e63f32b5 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:29:45,767 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-94d42514-e15c-4d6f-8a1d-57e9e63f32b5 2018-08-12 08:29:45,771 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d2ebf994fdc8eaa0c8868708108f1798fa1e90c" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstancePortManipulationTests-c17ffab7-cedc-4fd-proj"}}' 2018-08-12 08:29:46,003 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:29:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4f425b1f-115f-46a0-bc9f-7ceeb29a27e1 Content-Length: 332 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/52346dd9ad324183b838b083d3adf4c7"}, "tags": [], "enabled": true, "id": "52346dd9ad324183b838b083d3adf4c7", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-c17ffab7-cedc-4fd-proj"}} 2018-08-12 08:29:46,003 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-4f425b1f-115f-46a0-bc9f-7ceeb29a27e1 2018-08-12 08:29:46,004 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-c17ffab7-cedc-4fd-proj 2018-08-12 08:29:46,004 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:29:46,005 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:29:46,392 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:29:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["-SuyY5nBRSSlnGwathdHMQ"], "issued_at": "2018-08-12T08:29:46.000000Z"}} 2018-08-12 08:29:46,392 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}3a4f69192be93dfc682dc977f9b87be16e92d1c6" 2018-08-12 08:29:46,477 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:29:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-472503fd-5655-411e-96d4-1ea4e5cb87cb Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:29:46,477 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-472503fd-5655-411e-96d4-1ea4e5cb87cb 2018-08-12 08:29:46,481 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:29:46,487 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:29:46 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:29:46,488 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a4f69192be93dfc682dc977f9b87be16e92d1c6" 2018-08-12 08:29:46,602 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:29:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cbe05093-081b-4d20-bfe6-ba6ec9d3fa60 Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/105a247548624314b9228f85f6325f0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105a247548624314b9228f85f6325f0b", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/1c5de0eaa44543f08da6ad63a51594ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c5de0eaa44543f08da6ad63a51594ff", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/1d127b5b832547a88a547c116dfdd65b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d127b5b832547a88a547c116dfdd65b", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/1d5cfc170d624ce4ae53ae0507c8d517"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d5cfc170d624ce4ae53ae0507c8d517", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/2421820b75eb4d3ebd02830378d1377b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2421820b75eb4d3ebd02830378d1377b", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/40bd8ee54ecf44868cc83cede652c396"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40bd8ee54ecf44868cc83cede652c396", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/4f32fb8153854c4c9f5094b42b523f80"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f32fb8153854c4c9f5094b42b523f80", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7066130d08fb4db7bf4ab468de53933b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7066130d08fb4db7bf4ab468de53933b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/8d0898a83bcf4521bbc11501d5d7ac89"}, "domain_id": "1eec97585bde483292ece28ee11f4b8d", "enabled": true, "options": {}, "id": "8d0898a83bcf4521bbc11501d5d7ac89", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/9defcced327d476f8a3beab718a13da3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9defcced327d476f8a3beab718a13da3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/b80ee4f6992446e0879624dd436e99a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b80ee4f6992446e0879624dd436e99a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b86fd3e011324d398fcdb6f095a20a9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b86fd3e011324d398fcdb6f095a20a9d", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1701d2754064b5cadf765ea0806f9b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1701d2754064b5cadf765ea0806f9b2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/db4e7b8d76d549faa502716565c733dd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db4e7b8d76d549faa502716565c733dd", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-12 08:29:46,602 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-cbe05093-081b-4d20-bfe6-ba6ec9d3fa60 2018-08-12 08:29:46,606 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateInstancePortManipulationTests-c17ffab7-cedc-4fd-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a4f69192be93dfc682dc977f9b87be16e92d1c6" 2018-08-12 08:29:46,699 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:29:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4a5c53d1-adb2-4a05-9716-32e1f96d8f3a Content-Encoding: gzip Content-Length: 268 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateInstancePortManipulationTests-c17ffab7-cedc-4fd-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/52346dd9ad324183b838b083d3adf4c7"}, "tags": [], "enabled": true, "id": "52346dd9ad324183b838b083d3adf4c7", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-c17ffab7-cedc-4fd-proj"}]} 2018-08-12 08:29:46,699 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateInstancePortManipulationTests-c17ffab7-cedc-4fd-proj used request id req-4a5c53d1-adb2-4a05-9716-32e1f96d8f3a 2018-08-12 08:29:46,703 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a4f69192be93dfc682dc977f9b87be16e92d1c6" 2018-08-12 08:29:46,803 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:29:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-34361366-fd6a-4888-8f7e-055b5dc857e9 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:29:46,803 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-34361366-fd6a-4888-8f7e-055b5dc857e9 2018-08-12 08:29:47,182 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-c17ffab7-cedc-4fd-user 2018-08-12 08:29:47,183 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:29:47,187 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d2ebf994fdc8eaa0c8868708108f1798fa1e90c" 2018-08-12 08:29:47,281 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:29:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ce1521fe-e5b8-46af-8329-f58b1a2015dc Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:29:47,281 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-ce1521fe-e5b8-46af-8329-f58b1a2015dc 2018-08-12 08:29:47,285 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d2ebf994fdc8eaa0c8868708108f1798fa1e90c" -d '{"role": {"name": "CreateInstancePortManipulationTests-c17ffab7-cedc-4fd-proj-role"}}' 2018-08-12 08:29:47,488 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:29:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cc9bda40-0b4f-4615-89e9-69603e9435f9 Content-Length: 234 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "55390e6ec85d407bbf11634e16b4e9fb", "links": {"self": "http://172.30.9.21:5000/v3/roles/55390e6ec85d407bbf11634e16b4e9fb"}, "name": "CreateInstancePortManipulationTests-c17ffab7-cedc-4fd-proj-role"}} 2018-08-12 08:29:47,488 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-cc9bda40-0b4f-4615-89e9-69603e9435f9 2018-08-12 08:29:47,488 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-c17ffab7-cedc-4fd-proj-role 2018-08-12 08:29:47,491 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/55390e6ec85d407bbf11634e16b4e9fb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d2ebf994fdc8eaa0c8868708108f1798fa1e90c" 2018-08-12 08:29:47,508 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:29:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c9abfc53-e82f-4050-b6b8-768fb9222ec9 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "55390e6ec85d407bbf11634e16b4e9fb", "links": {"self": "http://172.30.9.21:5000/v3/roles/55390e6ec85d407bbf11634e16b4e9fb"}, "name": "CreateInstancePortManipulationTests-c17ffab7-cedc-4fd-proj-role"}} 2018-08-12 08:29:47,509 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/55390e6ec85d407bbf11634e16b4e9fb used request id req-c9abfc53-e82f-4050-b6b8-768fb9222ec9 2018-08-12 08:29:47,509 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-c17ffab7-cedc-4fd-proj-role to project CreateInstancePortManipulationTests-c17ffab7-cedc-4fd-proj 2018-08-12 08:29:47,512 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/52346dd9ad324183b838b083d3adf4c7/users/d7ee7a325cb74a56a16515285b974638/roles/55390e6ec85d407bbf11634e16b4e9fb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d2ebf994fdc8eaa0c8868708108f1798fa1e90c" 2018-08-12 08:29:47,640 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:29:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9af4d752-7dab-40d5-b022-43181901b9b1 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 08:29:47,640 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/52346dd9ad324183b838b083d3adf4c7/users/d7ee7a325cb74a56a16515285b974638/roles/55390e6ec85d407bbf11634e16b4e9fb used request id req-9af4d752-7dab-40d5-b022-43181901b9b1 2018-08-12 08:29:47,641 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-08-12 08:29:47,641 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:29:47,642 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:29:48,048 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "55390e6ec85d407bbf11634e16b4e9fb", "name": "CreateInstancePortManipulationTests-c17ffab7-cedc-4fd-proj-role"}], "expires_at": "2018-08-12T09:29:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "52346dd9ad324183b838b083d3adf4c7", "name": "CreateInstancePortManipulationTests-c17ffab7-cedc-4fd-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/52346dd9ad324183b838b083d3adf4c7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/52346dd9ad324183b838b083d3adf4c7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/52346dd9ad324183b838b083d3adf4c7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_52346dd9ad324183b838b083d3adf4c7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_52346dd9ad324183b838b083d3adf4c7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/52346dd9ad324183b838b083d3adf4c7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/52346dd9ad324183b838b083d3adf4c7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/52346dd9ad324183b838b083d3adf4c7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/52346dd9ad324183b838b083d3adf4c7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/52346dd9ad324183b838b083d3adf4c7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/52346dd9ad324183b838b083d3adf4c7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/52346dd9ad324183b838b083d3adf4c7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/52346dd9ad324183b838b083d3adf4c7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/52346dd9ad324183b838b083d3adf4c7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-c17ffab7-cedc-4fd-user", "id": "d7ee7a325cb74a56a16515285b974638"}, "audit_ids": ["iOophOPwQCmE7AiiQPA-rg"], "issued_at": "2018-08-12T08:29:48.000000Z"}} 2018-08-12 08:29:48,049 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}ad11e69d41af214cb6e83009534e3e83c165eef2" 2018-08-12 08:29:48,130 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:29:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7291efa2-9289-41a9-9879-261e08f8107f Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:29:48,130 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-7291efa2-9289-41a9-9879-261e08f8107f 2018-08-12 08:29:48,134 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-03dacd77-fda7-42c8-94bc-e5c1ebebba1e-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ad11e69d41af214cb6e83009534e3e83c165eef2" 2018-08-12 08:29:48,337 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 180 Content-Type: application/json X-Openstack-Request-Id: req-774a85c7-9789-4e13-8869-a81441c04331 Date: Sun, 12 Aug 2018 08:29:48 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-03dacd77-fda7-42c8-94bc-e5c1ebebba1e-image"} 2018-08-12 08:29:48,337 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-03dacd77-fda7-42c8-94bc-e5c1ebebba1e-image used request id req-774a85c7-9789-4e13-8869-a81441c04331 2018-08-12 08:29:48,340 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ad11e69d41af214cb6e83009534e3e83c165eef2" 2018-08-12 08:29:48,518 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-65b747eb-eeb7-4bb7-bcae-47545cad877e Date: Sun, 12 Aug 2018 08:29:48 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"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}, "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}, "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"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "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"}, "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"}, "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}, "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}, "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"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "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}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-12 08:29:48,518 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-65b747eb-eeb7-4bb7-bcae-47545cad877e 2018-08-12 08:29:48,549 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ad11e69d41af214cb6e83009534e3e83c165eef2" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstancePortManipulationTests-03dacd77-fda7-42c8-94bc-e5c1ebebba1e-image"}' 2018-08-12 08:29:48,784 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 639 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/ff2da2dd-cadd-4830-843a-8f3c038ac589 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-fb82855f-d8be-46b4-ac6e-50ca5f630653 Date: Sun, 12 Aug 2018 08:29:48 GMT RESP BODY: {"status": "queued", "name": "CreateInstancePortManipulationTests-03dacd77-fda7-42c8-94bc-e5c1ebebba1e-image", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:29:48Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-08-12T08:29:48Z", "visibility": "shared", "locations": [], "self": "/v2/images/ff2da2dd-cadd-4830-843a-8f3c038ac589", "min_disk": 0, "protected": false, "id": "ff2da2dd-cadd-4830-843a-8f3c038ac589", "file": "/v2/images/ff2da2dd-cadd-4830-843a-8f3c038ac589/file", "checksum": null, "owner": "52346dd9ad324183b838b083d3adf4c7", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-12 08:29:48,784 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-fb82855f-d8be-46b4-ac6e-50ca5f630653 2018-08-12 08:29:48,794 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/ff2da2dd-cadd-4830-843a-8f3c038ac589/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ad11e69d41af214cb6e83009534e3e83c165eef2" -d '' 2018-08-12 08:29:50,355 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ff3cb304-4cc6-411f-8366-a03be1850279 Date: Sun, 12 Aug 2018 08:29: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 08:29:50,355 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/ff2da2dd-cadd-4830-843a-8f3c038ac589/file used request id req-ff3cb304-4cc6-411f-8366-a03be1850279 2018-08-12 08:29:50,356 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-12 08:29:50,359 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/ff2da2dd-cadd-4830-843a-8f3c038ac589 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ad11e69d41af214cb6e83009534e3e83c165eef2" 2018-08-12 08:29:50,538 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-4c0eb512-442d-48be-815b-4cfb12e6071a Date: Sun, 12 Aug 2018 08:29:50 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-03dacd77-fda7-42c8-94bc-e5c1ebebba1e-image", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:29:48Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-12T08:29:50Z", "visibility": "shared", "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/ff2da2dd-cadd-4830-843a-8f3c038ac589/snap", "metadata": {}}], "self": "/v2/images/ff2da2dd-cadd-4830-843a-8f3c038ac589", "min_disk": 0, "protected": false, "id": "ff2da2dd-cadd-4830-843a-8f3c038ac589", "file": "/v2/images/ff2da2dd-cadd-4830-843a-8f3c038ac589/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "52346dd9ad324183b838b083d3adf4c7", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/ff2da2dd-cadd-4830-843a-8f3c038ac589/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-12 08:29:50,538 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/ff2da2dd-cadd-4830-843a-8f3c038ac589 used request id req-4c0eb512-442d-48be-815b-4cfb12e6071a 2018-08-12 08:29:50,541 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ad11e69d41af214cb6e83009534e3e83c165eef2" 2018-08-12 08:29:50,713 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-bf0aa88d-8271-466a-a3e9-b58b5c7d4d21 Date: Sun, 12 Aug 2018 08:29:50 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"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}, "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}, "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"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "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"}, "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"}, "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}, "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}, "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"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "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}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-12 08:29:50,713 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-bf0aa88d-8271-466a-a3e9-b58b5c7d4d21 2018-08-12 08:29:50,716 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-03dacd77-fda7-42c8-94bc-e5c1ebebba1e-image 2018-08-12 08:29:50,719 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/ff2da2dd-cadd-4830-843a-8f3c038ac589 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ad11e69d41af214cb6e83009534e3e83c165eef2" 2018-08-12 08:29:50,736 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-1590ba59-44c2-4e98-8983-11bca767a191 Date: Sun, 12 Aug 2018 08:29:50 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-03dacd77-fda7-42c8-94bc-e5c1ebebba1e-image", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:29:48Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-12T08:29:50Z", "visibility": "shared", "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/ff2da2dd-cadd-4830-843a-8f3c038ac589/snap", "metadata": {}}], "self": "/v2/images/ff2da2dd-cadd-4830-843a-8f3c038ac589", "min_disk": 0, "protected": false, "id": "ff2da2dd-cadd-4830-843a-8f3c038ac589", "file": "/v2/images/ff2da2dd-cadd-4830-843a-8f3c038ac589/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "52346dd9ad324183b838b083d3adf4c7", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/ff2da2dd-cadd-4830-843a-8f3c038ac589/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-12 08:29:50,736 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/ff2da2dd-cadd-4830-843a-8f3c038ac589 used request id req-1590ba59-44c2-4e98-8983-11bca767a191 2018-08-12 08:29:50,737 - create_image - DEBUG - Instance status is - active 2018-08-12 08:29:50,737 - create_image - DEBUG - Image is active with name - CreateInstancePortManipulationTests-03dacd77-fda7-42c8-94bc-e5c1ebebba1e-image 2018-08-12 08:29:50,737 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-03dacd77-fda7-42c8-94bc-e5c1ebebba1e-image 2018-08-12 08:29:50,737 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:29:50,738 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:29:51,135 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "55390e6ec85d407bbf11634e16b4e9fb", "name": "CreateInstancePortManipulationTests-c17ffab7-cedc-4fd-proj-role"}], "expires_at": "2018-08-12T09:29:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "52346dd9ad324183b838b083d3adf4c7", "name": "CreateInstancePortManipulationTests-c17ffab7-cedc-4fd-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/52346dd9ad324183b838b083d3adf4c7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/52346dd9ad324183b838b083d3adf4c7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/52346dd9ad324183b838b083d3adf4c7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_52346dd9ad324183b838b083d3adf4c7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_52346dd9ad324183b838b083d3adf4c7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/52346dd9ad324183b838b083d3adf4c7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/52346dd9ad324183b838b083d3adf4c7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/52346dd9ad324183b838b083d3adf4c7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/52346dd9ad324183b838b083d3adf4c7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/52346dd9ad324183b838b083d3adf4c7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/52346dd9ad324183b838b083d3adf4c7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/52346dd9ad324183b838b083d3adf4c7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/52346dd9ad324183b838b083d3adf4c7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/52346dd9ad324183b838b083d3adf4c7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-c17ffab7-cedc-4fd-user", "id": "d7ee7a325cb74a56a16515285b974638"}, "audit_ids": ["hquKqHgGRVKaq0R7tNJ4uw"], "issued_at": "2018-08-12T08:29:51.000000Z"}} 2018-08-12 08:29:51,136 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}6f48e3f39bdd991259ac67acc8d76e6b04ace21b" 2018-08-12 08:29:51,219 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:29:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7a61343a-a88b-4ebe-a926-e0a557aa8ef0 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:29:51,219 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-7a61343a-a88b-4ebe-a926-e0a557aa8ef0 2018-08-12 08:29:51,220 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:29:51,220 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:29:51,220 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:29:51,221 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:29:51,221 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:29:51,229 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-03dacd77-fda7-42c8-94bc-e5c1ebebba1e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f48e3f39bdd991259ac67acc8d76e6b04ace21b" 2018-08-12 08:29:51,418 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-855ecfcb-020d-45b5-b713-68a884168598 Date: Sun, 12 Aug 2018 08:29:51 GMT RESP BODY: {"networks":[]} 2018-08-12 08:29:51,418 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-03dacd77-fda7-42c8-94bc-e5c1ebebba1e-pub-net used request id req-855ecfcb-020d-45b5-b713-68a884168598 2018-08-12 08:29:51,418 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-03dacd77-fda7-42c8-94bc-e5c1ebebba1e-pub-net 2018-08-12 08:29:51,423 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f48e3f39bdd991259ac67acc8d76e6b04ace21b" -d '{"network": {"name": "CreateInstancePortManipulationTests-03dacd77-fda7-42c8-94bc-e5c1ebebba1e-pub-net", "admin_state_up": true}}' 2018-08-12 08:29:52,121 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 617 X-Openstack-Request-Id: req-a3451230-09e7-4d2e-962f-f3d0d0df8421 Date: Sun, 12 Aug 2018 08:29:52 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"52346dd9ad324183b838b083d3adf4c7","created_at":"2018-08-12T08:29:51Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T08:29:51Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"52346dd9ad324183b838b083d3adf4c7","id":"b2303a08-5ffa-40b9-99b3-2486ca2fe732","name":"CreateInstancePortManipulationTests-03dacd77-fda7-42c8-94bc-e5c1ebebba1e-pub-net"}} 2018-08-12 08:29:52,121 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-a3451230-09e7-4d2e-962f-f3d0d0df8421 2018-08-12 08:29:52,126 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=b2303a08-5ffa-40b9-99b3-2486ca2fe732 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f48e3f39bdd991259ac67acc8d76e6b04ace21b" 2018-08-12 08:29:52,386 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 601 X-Openstack-Request-Id: req-488d31be-a711-4b97-a151-4d0b29f509ee Date: Sun, 12 Aug 2018 08:29:52 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-12T08:29:51Z","tenant_id":"52346dd9ad324183b838b083d3adf4c7","created_at":"2018-08-12T08:29:51Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"52346dd9ad324183b838b083d3adf4c7","id":"b2303a08-5ffa-40b9-99b3-2486ca2fe732","name":"CreateInstancePortManipulationTests-03dacd77-fda7-42c8-94bc-e5c1ebebba1e-pub-net"}]} 2018-08-12 08:29:52,387 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=b2303a08-5ffa-40b9-99b3-2486ca2fe732 used request id req-488d31be-a711-4b97-a151-4d0b29f509ee 2018-08-12 08:29:52,392 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=b2303a08-5ffa-40b9-99b3-2486ca2fe732 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f48e3f39bdd991259ac67acc8d76e6b04ace21b" 2018-08-12 08:29:52,596 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-72b5f03f-5550-4040-b971-7a8f204ee232 Date: Sun, 12 Aug 2018 08:29:52 GMT RESP BODY: {"subnets":[]} 2018-08-12 08:29:52,597 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=b2303a08-5ffa-40b9-99b3-2486ca2fe732 used request id req-72b5f03f-5550-4040-b971-7a8f204ee232 2018-08-12 08:29:52,597 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-03dacd77-fda7-42c8-94bc-e5c1ebebba1e-pub-subnet 2018-08-12 08:29:52,602 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f48e3f39bdd991259ac67acc8d76e6b04ace21b" -d '{"subnets": [{"ip_version": 4, "network_id": "b2303a08-5ffa-40b9-99b3-2486ca2fe732", "cidr": "10.55.0.0/24", "name": "CreateInstancePortManipulationTests-03dacd77-fda7-42c8-94bc-e5c1ebebba1e-pub-subnet"}]}' 2018-08-12 08:29:53,458 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-41188d3c-a6ae-4009-80f4-35c6d222584c Date: Sun, 12 Aug 2018 08:29:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b2303a08-5ffa-40b9-99b3-2486ca2fe732","tenant_id":"52346dd9ad324183b838b083d3adf4c7","created_at":"2018-08-12T08:29:53Z","dns_nameservers":[],"updated_at":"2018-08-12T08:29:53Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"52346dd9ad324183b838b083d3adf4c7","id":"7a8297bd-8d9a-4878-a388-641cd32838f2","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-03dacd77-fda7-42c8-94bc-e5c1ebebba1e-pub-subnet"}]} 2018-08-12 08:29:53,458 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-41188d3c-a6ae-4009-80f4-35c6d222584c 2018-08-12 08:29:53,463 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=b2303a08-5ffa-40b9-99b3-2486ca2fe732 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f48e3f39bdd991259ac67acc8d76e6b04ace21b" 2018-08-12 08:29:53,740 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-6a2fc186-3b58-47cd-b440-9350748a21cc Date: Sun, 12 Aug 2018 08:29:53 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["7a8297bd-8d9a-4878-a388-641cd32838f2"],"updated_at":"2018-08-12T08:29:53Z","tenant_id":"52346dd9ad324183b838b083d3adf4c7","created_at":"2018-08-12T08:29:51Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"52346dd9ad324183b838b083d3adf4c7","id":"b2303a08-5ffa-40b9-99b3-2486ca2fe732","name":"CreateInstancePortManipulationTests-03dacd77-fda7-42c8-94bc-e5c1ebebba1e-pub-net"}]} 2018-08-12 08:29:53,740 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=b2303a08-5ffa-40b9-99b3-2486ca2fe732 used request id req-6a2fc186-3b58-47cd-b440-9350748a21cc 2018-08-12 08:29:53,745 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=b2303a08-5ffa-40b9-99b3-2486ca2fe732 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f48e3f39bdd991259ac67acc8d76e6b04ace21b" 2018-08-12 08:29:53,951 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-c8df00a1-9f80-4f1c-a335-fa2f70e78874 Date: Sun, 12 Aug 2018 08:29:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b2303a08-5ffa-40b9-99b3-2486ca2fe732","tenant_id":"52346dd9ad324183b838b083d3adf4c7","created_at":"2018-08-12T08:29:53Z","dns_nameservers":[],"updated_at":"2018-08-12T08:29:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"52346dd9ad324183b838b083d3adf4c7","id":"7a8297bd-8d9a-4878-a388-641cd32838f2","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-03dacd77-fda7-42c8-94bc-e5c1ebebba1e-pub-subnet"}]} 2018-08-12 08:29:53,951 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=b2303a08-5ffa-40b9-99b3-2486ca2fe732 used request id req-c8df00a1-9f80-4f1c-a335-fa2f70e78874 2018-08-12 08:29:53,952 - OpenStackNetwork - DEBUG - Network [b2303a08-5ffa-40b9-99b3-2486ca2fe732] created successfully 2018-08-12 08:29:53,952 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:29:53,953 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:29:54,420 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:29:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["wi7fswZ1RSyrxKSsaOXbXg"], "issued_at": "2018-08-12T08:29:54.000000Z"}} 2018-08-12 08:29:54,420 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}16651182e7b449eb0dbb4828d8bcc4d74bc7d205" 2018-08-12 08:29:54,507 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:29:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dddcdfcb-d232-4ff4-bae3-6dd967401976 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:29:54,508 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-dddcdfcb-d232-4ff4-bae3-6dd967401976 2018-08-12 08:29:54,509 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-12 08:29:54,513 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16651182e7b449eb0dbb4828d8bcc4d74bc7d205" 2018-08-12 08:29:54,707 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:29: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-afb43704-b902-4430-b26a-a4ffce9a7e19 x-compute-request-id: req-afb43704-b902-4430-b26a-a4ffce9a7e19 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-08-12 08:29:54,707 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-afb43704-b902-4430-b26a-a4ffce9a7e19 2018-08-12 08:29:54,710 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16651182e7b449eb0dbb4828d8bcc4d74bc7d205" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstancePortManipulationTests-03dacd77-fda7-42c8-94bc-e5c1ebebba1e-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-08-12 08:29:54,754 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:29: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-ce349343-a0a2-4bb8-af84-a32c8743daac x-compute-request-id: req-ce349343-a0a2-4bb8-af84-a32c8743daac Content-Encoding: gzip Content-Length: 330 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateInstancePortManipulationTests-03dacd77-fda7-42c8-94bc-e5c1ebebba1e-flavor-name", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/14a90887-6ca2-436d-a1d7-6290f8ae9b44", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/14a90887-6ca2-436d-a1d7-6290f8ae9b44", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": "14a90887-6ca2-436d-a1d7-6290f8ae9b44"}} 2018-08-12 08:29:54,755 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-ce349343-a0a2-4bb8-af84-a32c8743daac 2018-08-12 08:29:54,755 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:29:54,756 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:29:55,165 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "55390e6ec85d407bbf11634e16b4e9fb", "name": "CreateInstancePortManipulationTests-c17ffab7-cedc-4fd-proj-role"}], "expires_at": "2018-08-12T09:29:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "52346dd9ad324183b838b083d3adf4c7", "name": "CreateInstancePortManipulationTests-c17ffab7-cedc-4fd-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/52346dd9ad324183b838b083d3adf4c7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/52346dd9ad324183b838b083d3adf4c7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/52346dd9ad324183b838b083d3adf4c7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_52346dd9ad324183b838b083d3adf4c7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_52346dd9ad324183b838b083d3adf4c7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/52346dd9ad324183b838b083d3adf4c7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/52346dd9ad324183b838b083d3adf4c7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/52346dd9ad324183b838b083d3adf4c7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/52346dd9ad324183b838b083d3adf4c7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/52346dd9ad324183b838b083d3adf4c7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/52346dd9ad324183b838b083d3adf4c7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/52346dd9ad324183b838b083d3adf4c7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/52346dd9ad324183b838b083d3adf4c7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/52346dd9ad324183b838b083d3adf4c7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-c17ffab7-cedc-4fd-user", "id": "d7ee7a325cb74a56a16515285b974638"}, "audit_ids": ["JwBP32ijT4GGmTvEjtGU-A"], "issued_at": "2018-08-12T08:29:55.000000Z"}} 2018-08-12 08:29:55,166 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}ba28b5e6c30945b15adf20e5bece0ed760aa824b" 2018-08-12 08:29:55,261 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:29:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-03f86f44-4890-4e79-b18d-ecc862cbe593 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:29:55,261 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-03f86f44-4890-4e79-b18d-ecc862cbe593 2018-08-12 08:29:55,262 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:29:55,262 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:29:55,263 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:29:55,263 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:29:55,263 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:29:55,270 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-03dacd77-fda7-42c8-94bc-e5c1ebebba1enet2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba28b5e6c30945b15adf20e5bece0ed760aa824b" 2018-08-12 08:29:55,391 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-a04f589d-120d-42bc-abf6-c3f9e46ab11d Date: Sun, 12 Aug 2018 08:29:55 GMT RESP BODY: {"networks":[]} 2018-08-12 08:29:55,391 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-03dacd77-fda7-42c8-94bc-e5c1ebebba1enet2 used request id req-a04f589d-120d-42bc-abf6-c3f9e46ab11d 2018-08-12 08:29:55,392 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-03dacd77-fda7-42c8-94bc-e5c1ebebba1enet2 2018-08-12 08:29:55,396 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba28b5e6c30945b15adf20e5bece0ed760aa824b" -d '{"network": {"name": "CreateInstancePortManipulationTests-03dacd77-fda7-42c8-94bc-e5c1ebebba1enet2", "admin_state_up": true}}' 2018-08-12 08:29:55,959 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 613 X-Openstack-Request-Id: req-c138830c-0b3f-4136-92eb-0fac571d909b Date: Sun, 12 Aug 2018 08:29:55 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"52346dd9ad324183b838b083d3adf4c7","created_at":"2018-08-12T08:29:55Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T08:29:55Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"52346dd9ad324183b838b083d3adf4c7","id":"7cdd7ba1-2c3e-49f2-9f62-81ecb3577fb2","name":"CreateInstancePortManipulationTests-03dacd77-fda7-42c8-94bc-e5c1ebebba1enet2"}} 2018-08-12 08:29:55,959 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-c138830c-0b3f-4136-92eb-0fac571d909b 2018-08-12 08:29:55,964 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=7cdd7ba1-2c3e-49f2-9f62-81ecb3577fb2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba28b5e6c30945b15adf20e5bece0ed760aa824b" 2018-08-12 08:29:56,214 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 597 X-Openstack-Request-Id: req-93b97195-e42c-4fbb-9bae-37db0d6b7e96 Date: Sun, 12 Aug 2018 08:29:56 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-12T08:29:55Z","tenant_id":"52346dd9ad324183b838b083d3adf4c7","created_at":"2018-08-12T08:29:55Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"52346dd9ad324183b838b083d3adf4c7","id":"7cdd7ba1-2c3e-49f2-9f62-81ecb3577fb2","name":"CreateInstancePortManipulationTests-03dacd77-fda7-42c8-94bc-e5c1ebebba1enet2"}]} 2018-08-12 08:29:56,214 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=7cdd7ba1-2c3e-49f2-9f62-81ecb3577fb2 used request id req-93b97195-e42c-4fbb-9bae-37db0d6b7e96 2018-08-12 08:29:56,219 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=7cdd7ba1-2c3e-49f2-9f62-81ecb3577fb2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba28b5e6c30945b15adf20e5bece0ed760aa824b" 2018-08-12 08:29:56,419 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-7972d97d-256a-4191-a482-7e80be6a6496 Date: Sun, 12 Aug 2018 08:29:56 GMT RESP BODY: {"subnets":[]} 2018-08-12 08:29:56,419 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=7cdd7ba1-2c3e-49f2-9f62-81ecb3577fb2 used request id req-7972d97d-256a-4191-a482-7e80be6a6496 2018-08-12 08:29:56,420 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-03dacd77-fda7-42c8-94bc-e5c1ebebba1e-subnet1 2018-08-12 08:29:56,425 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba28b5e6c30945b15adf20e5bece0ed760aa824b" -d '{"subnets": [{"ip_version": 4, "network_id": "7cdd7ba1-2c3e-49f2-9f62-81ecb3577fb2", "cidr": "10.55.0.0/24", "name": "CreateInstancePortManipulationTests-03dacd77-fda7-42c8-94bc-e5c1ebebba1e-subnet1"}]}' 2018-08-12 08:29:57,217 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-51a80c7a-aa8f-40bb-9088-d4075c32bafd Date: Sun, 12 Aug 2018 08:29:57 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7cdd7ba1-2c3e-49f2-9f62-81ecb3577fb2","tenant_id":"52346dd9ad324183b838b083d3adf4c7","created_at":"2018-08-12T08:29:56Z","dns_nameservers":[],"updated_at":"2018-08-12T08:29:56Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"52346dd9ad324183b838b083d3adf4c7","id":"7a903921-6412-4a8c-b3ee-c7c17253e9c6","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-03dacd77-fda7-42c8-94bc-e5c1ebebba1e-subnet1"}]} 2018-08-12 08:29:57,217 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-51a80c7a-aa8f-40bb-9088-d4075c32bafd 2018-08-12 08:29:57,218 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-03dacd77-fda7-42c8-94bc-e5c1ebebba1e-subnet2 2018-08-12 08:29:57,223 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba28b5e6c30945b15adf20e5bece0ed760aa824b" -d '{"subnets": [{"ip_version": 4, "network_id": "7cdd7ba1-2c3e-49f2-9f62-81ecb3577fb2", "cidr": "10.65.0.0/24", "name": "CreateInstancePortManipulationTests-03dacd77-fda7-42c8-94bc-e5c1ebebba1e-subnet2"}]}' 2018-08-12 08:29:57,851 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-d663f37b-52cd-42dd-a9dd-70b562559eae Date: Sun, 12 Aug 2018 08:29:57 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7cdd7ba1-2c3e-49f2-9f62-81ecb3577fb2","tenant_id":"52346dd9ad324183b838b083d3adf4c7","created_at":"2018-08-12T08:29:57Z","dns_nameservers":[],"updated_at":"2018-08-12T08:29:57Z","gateway_ip":"10.65.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.65.0.2","end":"10.65.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.65.0.0/24","project_id":"52346dd9ad324183b838b083d3adf4c7","id":"581dd327-f6a0-474a-96ab-027e18b2f088","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-03dacd77-fda7-42c8-94bc-e5c1ebebba1e-subnet2"}]} 2018-08-12 08:29:57,851 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-d663f37b-52cd-42dd-a9dd-70b562559eae 2018-08-12 08:29:57,856 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=7cdd7ba1-2c3e-49f2-9f62-81ecb3577fb2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba28b5e6c30945b15adf20e5bece0ed760aa824b" 2018-08-12 08:29:58,154 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-bc1f5924-0032-42ee-815a-37a5f984e0d8 Date: Sun, 12 Aug 2018 08:29:58 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":["581dd327-f6a0-474a-96ab-027e18b2f088","7a903921-6412-4a8c-b3ee-c7c17253e9c6"],"updated_at":"2018-08-12T08:29:57Z","tenant_id":"52346dd9ad324183b838b083d3adf4c7","created_at":"2018-08-12T08:29:55Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"52346dd9ad324183b838b083d3adf4c7","id":"7cdd7ba1-2c3e-49f2-9f62-81ecb3577fb2","name":"CreateInstancePortManipulationTests-03dacd77-fda7-42c8-94bc-e5c1ebebba1enet2"}]} 2018-08-12 08:29:58,155 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=7cdd7ba1-2c3e-49f2-9f62-81ecb3577fb2 used request id req-bc1f5924-0032-42ee-815a-37a5f984e0d8 2018-08-12 08:29:58,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=7cdd7ba1-2c3e-49f2-9f62-81ecb3577fb2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba28b5e6c30945b15adf20e5bece0ed760aa824b" 2018-08-12 08:29:58,246 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1351 X-Openstack-Request-Id: req-ca08c553-0573-444e-8fd4-2eaefc42fb94 Date: Sun, 12 Aug 2018 08:29:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7cdd7ba1-2c3e-49f2-9f62-81ecb3577fb2","tenant_id":"52346dd9ad324183b838b083d3adf4c7","created_at":"2018-08-12T08:29:57Z","dns_nameservers":[],"updated_at":"2018-08-12T08:29:57Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.65.0.2","end":"10.65.0.254"}],"gateway_ip":"10.65.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.65.0.0/24","project_id":"52346dd9ad324183b838b083d3adf4c7","id":"581dd327-f6a0-474a-96ab-027e18b2f088","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-03dacd77-fda7-42c8-94bc-e5c1ebebba1e-subnet2"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7cdd7ba1-2c3e-49f2-9f62-81ecb3577fb2","tenant_id":"52346dd9ad324183b838b083d3adf4c7","created_at":"2018-08-12T08:29:56Z","dns_nameservers":[],"updated_at":"2018-08-12T08:29:56Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"52346dd9ad324183b838b083d3adf4c7","id":"7a903921-6412-4a8c-b3ee-c7c17253e9c6","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-03dacd77-fda7-42c8-94bc-e5c1ebebba1e-subnet1"}]} 2018-08-12 08:29:58,246 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=7cdd7ba1-2c3e-49f2-9f62-81ecb3577fb2 used request id req-ca08c553-0573-444e-8fd4-2eaefc42fb94 2018-08-12 08:29:58,247 - OpenStackNetwork - DEBUG - Network [7cdd7ba1-2c3e-49f2-9f62-81ecb3577fb2] created successfully 2018-08-12 08:29:58,247 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:29:58,248 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:29:58,664 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "55390e6ec85d407bbf11634e16b4e9fb", "name": "CreateInstancePortManipulationTests-c17ffab7-cedc-4fd-proj-role"}], "expires_at": "2018-08-12T09:29:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "52346dd9ad324183b838b083d3adf4c7", "name": "CreateInstancePortManipulationTests-c17ffab7-cedc-4fd-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/52346dd9ad324183b838b083d3adf4c7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/52346dd9ad324183b838b083d3adf4c7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/52346dd9ad324183b838b083d3adf4c7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_52346dd9ad324183b838b083d3adf4c7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_52346dd9ad324183b838b083d3adf4c7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/52346dd9ad324183b838b083d3adf4c7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/52346dd9ad324183b838b083d3adf4c7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/52346dd9ad324183b838b083d3adf4c7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/52346dd9ad324183b838b083d3adf4c7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/52346dd9ad324183b838b083d3adf4c7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/52346dd9ad324183b838b083d3adf4c7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/52346dd9ad324183b838b083d3adf4c7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/52346dd9ad324183b838b083d3adf4c7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/52346dd9ad324183b838b083d3adf4c7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-c17ffab7-cedc-4fd-user", "id": "d7ee7a325cb74a56a16515285b974638"}, "audit_ids": ["yveZzqM9TpipSQ-xqjzLow"], "issued_at": "2018-08-12T08:29:58.000000Z"}} 2018-08-12 08:29:58,665 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}2a9410b76152311e2a166decdd8be7320904127d" 2018-08-12 08:29:58,763 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:29:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1d8f7e9c-0656-42b8-b43b-5c5c0a2d571a Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:29:58,763 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-1d8f7e9c-0656-42b8-b43b-5c5c0a2d571a 2018-08-12 08:29:58,764 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-12 08:29:58,766 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:29:58,766 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:29:58,766 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:29:58,766 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:29:58,766 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:29:58,768 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}2a9410b76152311e2a166decdd8be7320904127d" 2018-08-12 08:29:58,854 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:29:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d533b242-bd21-45af-973e-767df8096c21 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:29:58,854 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-d533b242-bd21-45af-973e-767df8096c21 2018-08-12 08:29:58,862 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-03dacd77-fda7-42c8-94bc-e5c1ebebba1enet2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a9410b76152311e2a166decdd8be7320904127d" 2018-08-12 08:29:59,147 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-b001c414-108f-49ce-90a9-f04d0289122b Date: Sun, 12 Aug 2018 08:29:59 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":["581dd327-f6a0-474a-96ab-027e18b2f088","7a903921-6412-4a8c-b3ee-c7c17253e9c6"],"updated_at":"2018-08-12T08:29:57Z","tenant_id":"52346dd9ad324183b838b083d3adf4c7","created_at":"2018-08-12T08:29:55Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"52346dd9ad324183b838b083d3adf4c7","id":"7cdd7ba1-2c3e-49f2-9f62-81ecb3577fb2","name":"CreateInstancePortManipulationTests-03dacd77-fda7-42c8-94bc-e5c1ebebba1enet2"}]} 2018-08-12 08:29:59,147 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-03dacd77-fda7-42c8-94bc-e5c1ebebba1enet2 used request id req-b001c414-108f-49ce-90a9-f04d0289122b 2018-08-12 08:29:59,152 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=7cdd7ba1-2c3e-49f2-9f62-81ecb3577fb2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a9410b76152311e2a166decdd8be7320904127d" 2018-08-12 08:29:59,382 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1351 X-Openstack-Request-Id: req-d8ea2238-78b0-4982-a481-91c396722ff4 Date: Sun, 12 Aug 2018 08:29:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7cdd7ba1-2c3e-49f2-9f62-81ecb3577fb2","tenant_id":"52346dd9ad324183b838b083d3adf4c7","created_at":"2018-08-12T08:29:57Z","dns_nameservers":[],"updated_at":"2018-08-12T08:29:57Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.65.0.2","end":"10.65.0.254"}],"gateway_ip":"10.65.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.65.0.0/24","project_id":"52346dd9ad324183b838b083d3adf4c7","id":"581dd327-f6a0-474a-96ab-027e18b2f088","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-03dacd77-fda7-42c8-94bc-e5c1ebebba1e-subnet2"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7cdd7ba1-2c3e-49f2-9f62-81ecb3577fb2","tenant_id":"52346dd9ad324183b838b083d3adf4c7","created_at":"2018-08-12T08:29:56Z","dns_nameservers":[],"updated_at":"2018-08-12T08:29:56Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"52346dd9ad324183b838b083d3adf4c7","id":"7a903921-6412-4a8c-b3ee-c7c17253e9c6","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-03dacd77-fda7-42c8-94bc-e5c1ebebba1e-subnet1"}]} 2018-08-12 08:29:59,382 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=7cdd7ba1-2c3e-49f2-9f62-81ecb3577fb2 used request id req-d8ea2238-78b0-4982-a481-91c396722ff4 2018-08-12 08:29:59,387 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-03dacd77-fda7-42c8-94bc-e5c1ebebba1enet2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a9410b76152311e2a166decdd8be7320904127d" 2018-08-12 08:29:59,663 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-2ee604f6-95d8-4972-8c0d-31b1ce0ffecc Date: Sun, 12 Aug 2018 08:29:59 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":["7a903921-6412-4a8c-b3ee-c7c17253e9c6","581dd327-f6a0-474a-96ab-027e18b2f088"],"updated_at":"2018-08-12T08:29:57Z","tenant_id":"52346dd9ad324183b838b083d3adf4c7","created_at":"2018-08-12T08:29:55Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"52346dd9ad324183b838b083d3adf4c7","id":"7cdd7ba1-2c3e-49f2-9f62-81ecb3577fb2","name":"CreateInstancePortManipulationTests-03dacd77-fda7-42c8-94bc-e5c1ebebba1enet2"}]} 2018-08-12 08:29:59,663 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-03dacd77-fda7-42c8-94bc-e5c1ebebba1enet2 used request id req-2ee604f6-95d8-4972-8c0d-31b1ce0ffecc 2018-08-12 08:29:59,667 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:29:59,672 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:29:59 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:29:59,673 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/52346dd9ad324183b838b083d3adf4c7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a9410b76152311e2a166decdd8be7320904127d" 2018-08-12 08:29:59,772 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:29:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-23763af0-6cf8-45cb-85a9-2e7f139e4be4 Content-Encoding: gzip Content-Length: 235 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/52346dd9ad324183b838b083d3adf4c7"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "52346dd9ad324183b838b083d3adf4c7", "name": "CreateInstancePortManipulationTests-c17ffab7-cedc-4fd-proj"}} 2018-08-12 08:29:59,772 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/52346dd9ad324183b838b083d3adf4c7 used request id req-23763af0-6cf8-45cb-85a9-2e7f139e4be4 2018-08-12 08:29:59,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=7cdd7ba1-2c3e-49f2-9f62-81ecb3577fb2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a9410b76152311e2a166decdd8be7320904127d" 2018-08-12 08:30:00,023 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1351 X-Openstack-Request-Id: req-78990949-7666-45a8-a3ea-bb7c9310c745 Date: Sun, 12 Aug 2018 08:30:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7cdd7ba1-2c3e-49f2-9f62-81ecb3577fb2","tenant_id":"52346dd9ad324183b838b083d3adf4c7","created_at":"2018-08-12T08:29:57Z","dns_nameservers":[],"updated_at":"2018-08-12T08:29:57Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.65.0.2","end":"10.65.0.254"}],"gateway_ip":"10.65.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.65.0.0/24","project_id":"52346dd9ad324183b838b083d3adf4c7","id":"581dd327-f6a0-474a-96ab-027e18b2f088","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-03dacd77-fda7-42c8-94bc-e5c1ebebba1e-subnet2"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7cdd7ba1-2c3e-49f2-9f62-81ecb3577fb2","tenant_id":"52346dd9ad324183b838b083d3adf4c7","created_at":"2018-08-12T08:29:56Z","dns_nameservers":[],"updated_at":"2018-08-12T08:29:56Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"52346dd9ad324183b838b083d3adf4c7","id":"7a903921-6412-4a8c-b3ee-c7c17253e9c6","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-03dacd77-fda7-42c8-94bc-e5c1ebebba1e-subnet1"}]} 2018-08-12 08:30:00,023 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=7cdd7ba1-2c3e-49f2-9f62-81ecb3577fb2 used request id req-78990949-7666-45a8-a3ea-bb7c9310c745 2018-08-12 08:30:00,028 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=7cdd7ba1-2c3e-49f2-9f62-81ecb3577fb2&name=CreateInstancePortManipulationTests-03dacd77-fda7-42c8-94bc-e5c1ebebba1eport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a9410b76152311e2a166decdd8be7320904127d" 2018-08-12 08:30:00,307 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-4adfbdbb-bbc7-4224-8d4d-5d34841e57e9 Date: Sun, 12 Aug 2018 08:30:00 GMT RESP BODY: {"ports":[]} 2018-08-12 08:30:00,307 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=7cdd7ba1-2c3e-49f2-9f62-81ecb3577fb2&name=CreateInstancePortManipulationTests-03dacd77-fda7-42c8-94bc-e5c1ebebba1eport-1&admin_state_up=True used request id req-4adfbdbb-bbc7-4224-8d4d-5d34841e57e9 2018-08-12 08:30:00,310 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-03dacd77-fda7-42c8-94bc-e5c1ebebba1e-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a9410b76152311e2a166decdd8be7320904127d" 2018-08-12 08:30:00,591 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:30: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-f03e9ad6-508a-403f-90d4-da3f3e4ec10e x-compute-request-id: req-f03e9ad6-508a-403f-90d4-da3f3e4ec10e Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-12 08:30:00,592 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-03dacd77-fda7-42c8-94bc-e5c1ebebba1e-inst used request id req-f03e9ad6-508a-403f-90d4-da3f3e4ec10e 2018-08-12 08:30:00,597 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-03dacd77-fda7-42c8-94bc-e5c1ebebba1enet2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a9410b76152311e2a166decdd8be7320904127d" 2018-08-12 08:30:00,869 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-a647214f-acea-4ac7-ad65-39e8e87ae885 Date: Sun, 12 Aug 2018 08:30:00 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":["581dd327-f6a0-474a-96ab-027e18b2f088","7a903921-6412-4a8c-b3ee-c7c17253e9c6"],"updated_at":"2018-08-12T08:29:57Z","tenant_id":"52346dd9ad324183b838b083d3adf4c7","created_at":"2018-08-12T08:29:55Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"52346dd9ad324183b838b083d3adf4c7","id":"7cdd7ba1-2c3e-49f2-9f62-81ecb3577fb2","name":"CreateInstancePortManipulationTests-03dacd77-fda7-42c8-94bc-e5c1ebebba1enet2"}]} 2018-08-12 08:30:00,869 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-03dacd77-fda7-42c8-94bc-e5c1ebebba1enet2 used request id req-a647214f-acea-4ac7-ad65-39e8e87ae885 2018-08-12 08:30:00,874 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=7cdd7ba1-2c3e-49f2-9f62-81ecb3577fb2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a9410b76152311e2a166decdd8be7320904127d" 2018-08-12 08:30:01,027 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1351 X-Openstack-Request-Id: req-225a0c18-a38b-473d-854b-21dba4f868a6 Date: Sun, 12 Aug 2018 08:30:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7cdd7ba1-2c3e-49f2-9f62-81ecb3577fb2","tenant_id":"52346dd9ad324183b838b083d3adf4c7","created_at":"2018-08-12T08:29:57Z","dns_nameservers":[],"updated_at":"2018-08-12T08:29:57Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.65.0.2","end":"10.65.0.254"}],"gateway_ip":"10.65.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.65.0.0/24","project_id":"52346dd9ad324183b838b083d3adf4c7","id":"581dd327-f6a0-474a-96ab-027e18b2f088","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-03dacd77-fda7-42c8-94bc-e5c1ebebba1e-subnet2"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7cdd7ba1-2c3e-49f2-9f62-81ecb3577fb2","tenant_id":"52346dd9ad324183b838b083d3adf4c7","created_at":"2018-08-12T08:29:56Z","dns_nameservers":[],"updated_at":"2018-08-12T08:29:56Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"52346dd9ad324183b838b083d3adf4c7","id":"7a903921-6412-4a8c-b3ee-c7c17253e9c6","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-03dacd77-fda7-42c8-94bc-e5c1ebebba1e-subnet1"}]} 2018-08-12 08:30:01,027 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=7cdd7ba1-2c3e-49f2-9f62-81ecb3577fb2 used request id req-225a0c18-a38b-473d-854b-21dba4f868a6 2018-08-12 08:30:01,032 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-03dacd77-fda7-42c8-94bc-e5c1ebebba1enet2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a9410b76152311e2a166decdd8be7320904127d" 2018-08-12 08:30:01,315 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-d1be9d10-7095-455b-9bd6-38ad4c494d9f Date: Sun, 12 Aug 2018 08:30:01 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":["7a903921-6412-4a8c-b3ee-c7c17253e9c6","581dd327-f6a0-474a-96ab-027e18b2f088"],"updated_at":"2018-08-12T08:29:57Z","tenant_id":"52346dd9ad324183b838b083d3adf4c7","created_at":"2018-08-12T08:29:55Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"52346dd9ad324183b838b083d3adf4c7","id":"7cdd7ba1-2c3e-49f2-9f62-81ecb3577fb2","name":"CreateInstancePortManipulationTests-03dacd77-fda7-42c8-94bc-e5c1ebebba1enet2"}]} 2018-08-12 08:30:01,315 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-03dacd77-fda7-42c8-94bc-e5c1ebebba1enet2 used request id req-d1be9d10-7095-455b-9bd6-38ad4c494d9f 2018-08-12 08:30:01,319 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/52346dd9ad324183b838b083d3adf4c7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a9410b76152311e2a166decdd8be7320904127d" 2018-08-12 08:30:01,412 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:30:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-042a2fad-df02-4ec3-bf6e-fc57678a88fa Content-Encoding: gzip Content-Length: 235 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/52346dd9ad324183b838b083d3adf4c7"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "52346dd9ad324183b838b083d3adf4c7", "name": "CreateInstancePortManipulationTests-c17ffab7-cedc-4fd-proj"}} 2018-08-12 08:30:01,412 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/52346dd9ad324183b838b083d3adf4c7 used request id req-042a2fad-df02-4ec3-bf6e-fc57678a88fa 2018-08-12 08:30:01,418 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=7cdd7ba1-2c3e-49f2-9f62-81ecb3577fb2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a9410b76152311e2a166decdd8be7320904127d" 2018-08-12 08:30:01,470 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1351 X-Openstack-Request-Id: req-b351be40-0f22-447b-abd4-70102f34dad9 Date: Sun, 12 Aug 2018 08:30:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7cdd7ba1-2c3e-49f2-9f62-81ecb3577fb2","tenant_id":"52346dd9ad324183b838b083d3adf4c7","created_at":"2018-08-12T08:29:57Z","dns_nameservers":[],"updated_at":"2018-08-12T08:29:57Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.65.0.2","end":"10.65.0.254"}],"gateway_ip":"10.65.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.65.0.0/24","project_id":"52346dd9ad324183b838b083d3adf4c7","id":"581dd327-f6a0-474a-96ab-027e18b2f088","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-03dacd77-fda7-42c8-94bc-e5c1ebebba1e-subnet2"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7cdd7ba1-2c3e-49f2-9f62-81ecb3577fb2","tenant_id":"52346dd9ad324183b838b083d3adf4c7","created_at":"2018-08-12T08:29:56Z","dns_nameservers":[],"updated_at":"2018-08-12T08:29:56Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"52346dd9ad324183b838b083d3adf4c7","id":"7a903921-6412-4a8c-b3ee-c7c17253e9c6","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-03dacd77-fda7-42c8-94bc-e5c1ebebba1e-subnet1"}]} 2018-08-12 08:30:01,470 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=7cdd7ba1-2c3e-49f2-9f62-81ecb3577fb2 used request id req-b351be40-0f22-447b-abd4-70102f34dad9 2018-08-12 08:30:01,475 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=7cdd7ba1-2c3e-49f2-9f62-81ecb3577fb2&name=CreateInstancePortManipulationTests-03dacd77-fda7-42c8-94bc-e5c1ebebba1eport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a9410b76152311e2a166decdd8be7320904127d" 2018-08-12 08:30:01,513 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-247588fd-00d5-4121-9478-440e70149148 Date: Sun, 12 Aug 2018 08:30:01 GMT RESP BODY: {"ports":[]} 2018-08-12 08:30:01,513 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=7cdd7ba1-2c3e-49f2-9f62-81ecb3577fb2&name=CreateInstancePortManipulationTests-03dacd77-fda7-42c8-94bc-e5c1ebebba1eport-1&admin_state_up=True used request id req-247588fd-00d5-4121-9478-440e70149148 2018-08-12 08:30:01,513 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:30:01,514 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:30:01,921 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "55390e6ec85d407bbf11634e16b4e9fb", "name": "CreateInstancePortManipulationTests-c17ffab7-cedc-4fd-proj-role"}], "expires_at": "2018-08-12T09:30:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "52346dd9ad324183b838b083d3adf4c7", "name": "CreateInstancePortManipulationTests-c17ffab7-cedc-4fd-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/52346dd9ad324183b838b083d3adf4c7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/52346dd9ad324183b838b083d3adf4c7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/52346dd9ad324183b838b083d3adf4c7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_52346dd9ad324183b838b083d3adf4c7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_52346dd9ad324183b838b083d3adf4c7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/52346dd9ad324183b838b083d3adf4c7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/52346dd9ad324183b838b083d3adf4c7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/52346dd9ad324183b838b083d3adf4c7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/52346dd9ad324183b838b083d3adf4c7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/52346dd9ad324183b838b083d3adf4c7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/52346dd9ad324183b838b083d3adf4c7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/52346dd9ad324183b838b083d3adf4c7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/52346dd9ad324183b838b083d3adf4c7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/52346dd9ad324183b838b083d3adf4c7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-c17ffab7-cedc-4fd-user", "id": "d7ee7a325cb74a56a16515285b974638"}, "audit_ids": ["G_Ekl6g1RFyE0Wy0yVoSKg"], "issued_at": "2018-08-12T08:30:01.000000Z"}} 2018-08-12 08:30:01,921 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}38276fac95434ea3d28f1845320a4ca695102888" 2018-08-12 08:30:02,010 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:30:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d3d36b67-3e3f-4106-8673-201359befe53 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:30:02,010 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-d3d36b67-3e3f-4106-8673-201359befe53 2018-08-12 08:30:02,019 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-03dacd77-fda7-42c8-94bc-e5c1ebebba1enet2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a9410b76152311e2a166decdd8be7320904127d" 2018-08-12 08:30:02,324 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-6239856a-88f9-4820-97ef-7643c8b22733 Date: Sun, 12 Aug 2018 08:30:02 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["581dd327-f6a0-474a-96ab-027e18b2f088","7a903921-6412-4a8c-b3ee-c7c17253e9c6"],"updated_at":"2018-08-12T08:29:57Z","tenant_id":"52346dd9ad324183b838b083d3adf4c7","created_at":"2018-08-12T08:29:55Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"52346dd9ad324183b838b083d3adf4c7","id":"7cdd7ba1-2c3e-49f2-9f62-81ecb3577fb2","name":"CreateInstancePortManipulationTests-03dacd77-fda7-42c8-94bc-e5c1ebebba1enet2"}]} 2018-08-12 08:30:02,324 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-03dacd77-fda7-42c8-94bc-e5c1ebebba1enet2 used request id req-6239856a-88f9-4820-97ef-7643c8b22733 2018-08-12 08:30:02,330 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=7cdd7ba1-2c3e-49f2-9f62-81ecb3577fb2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a9410b76152311e2a166decdd8be7320904127d" 2018-08-12 08:30:02,577 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1351 X-Openstack-Request-Id: req-2429f456-12f6-41f8-844a-58716a20b335 Date: Sun, 12 Aug 2018 08:30:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7cdd7ba1-2c3e-49f2-9f62-81ecb3577fb2","tenant_id":"52346dd9ad324183b838b083d3adf4c7","created_at":"2018-08-12T08:29:57Z","dns_nameservers":[],"updated_at":"2018-08-12T08:29:57Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.65.0.2","end":"10.65.0.254"}],"gateway_ip":"10.65.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.65.0.0/24","project_id":"52346dd9ad324183b838b083d3adf4c7","id":"581dd327-f6a0-474a-96ab-027e18b2f088","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-03dacd77-fda7-42c8-94bc-e5c1ebebba1e-subnet2"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7cdd7ba1-2c3e-49f2-9f62-81ecb3577fb2","tenant_id":"52346dd9ad324183b838b083d3adf4c7","created_at":"2018-08-12T08:29:56Z","dns_nameservers":[],"updated_at":"2018-08-12T08:29:56Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"52346dd9ad324183b838b083d3adf4c7","id":"7a903921-6412-4a8c-b3ee-c7c17253e9c6","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-03dacd77-fda7-42c8-94bc-e5c1ebebba1e-subnet1"}]} 2018-08-12 08:30:02,577 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=7cdd7ba1-2c3e-49f2-9f62-81ecb3577fb2 used request id req-2429f456-12f6-41f8-844a-58716a20b335 2018-08-12 08:30:02,583 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-03dacd77-fda7-42c8-94bc-e5c1ebebba1enet2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a9410b76152311e2a166decdd8be7320904127d" 2018-08-12 08:30:02,695 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-772e4b2d-be73-4d1e-8ffe-2cb28b02aaa9 Date: Sun, 12 Aug 2018 08:30:02 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["7a903921-6412-4a8c-b3ee-c7c17253e9c6","581dd327-f6a0-474a-96ab-027e18b2f088"],"updated_at":"2018-08-12T08:29:57Z","tenant_id":"52346dd9ad324183b838b083d3adf4c7","created_at":"2018-08-12T08:29:55Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"52346dd9ad324183b838b083d3adf4c7","id":"7cdd7ba1-2c3e-49f2-9f62-81ecb3577fb2","name":"CreateInstancePortManipulationTests-03dacd77-fda7-42c8-94bc-e5c1ebebba1enet2"}]} 2018-08-12 08:30:02,695 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-03dacd77-fda7-42c8-94bc-e5c1ebebba1enet2 used request id req-772e4b2d-be73-4d1e-8ffe-2cb28b02aaa9 2018-08-12 08:30:02,699 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:30:02,704 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:30:02 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:30:02,705 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/52346dd9ad324183b838b083d3adf4c7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38276fac95434ea3d28f1845320a4ca695102888" 2018-08-12 08:30:02,802 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:30:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9538adff-f807-4cb9-85fd-4f7d2a608ddb Content-Encoding: gzip Content-Length: 235 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/52346dd9ad324183b838b083d3adf4c7"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "52346dd9ad324183b838b083d3adf4c7", "name": "CreateInstancePortManipulationTests-c17ffab7-cedc-4fd-proj"}} 2018-08-12 08:30:02,802 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/52346dd9ad324183b838b083d3adf4c7 used request id req-9538adff-f807-4cb9-85fd-4f7d2a608ddb 2018-08-12 08:30:02,807 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=7cdd7ba1-2c3e-49f2-9f62-81ecb3577fb2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a9410b76152311e2a166decdd8be7320904127d" 2018-08-12 08:30:03,084 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1351 X-Openstack-Request-Id: req-3aeb3237-a21e-4f50-adde-b0a22ee67136 Date: Sun, 12 Aug 2018 08:30:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7cdd7ba1-2c3e-49f2-9f62-81ecb3577fb2","tenant_id":"52346dd9ad324183b838b083d3adf4c7","created_at":"2018-08-12T08:29:57Z","dns_nameservers":[],"updated_at":"2018-08-12T08:29:57Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.65.0.2","end":"10.65.0.254"}],"gateway_ip":"10.65.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.65.0.0/24","project_id":"52346dd9ad324183b838b083d3adf4c7","id":"581dd327-f6a0-474a-96ab-027e18b2f088","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-03dacd77-fda7-42c8-94bc-e5c1ebebba1e-subnet2"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7cdd7ba1-2c3e-49f2-9f62-81ecb3577fb2","tenant_id":"52346dd9ad324183b838b083d3adf4c7","created_at":"2018-08-12T08:29:56Z","dns_nameservers":[],"updated_at":"2018-08-12T08:29:56Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"52346dd9ad324183b838b083d3adf4c7","id":"7a903921-6412-4a8c-b3ee-c7c17253e9c6","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-03dacd77-fda7-42c8-94bc-e5c1ebebba1e-subnet1"}]} 2018-08-12 08:30:03,084 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=7cdd7ba1-2c3e-49f2-9f62-81ecb3577fb2 used request id req-3aeb3237-a21e-4f50-adde-b0a22ee67136 2018-08-12 08:30:03,090 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=7cdd7ba1-2c3e-49f2-9f62-81ecb3577fb2&name=CreateInstancePortManipulationTests-03dacd77-fda7-42c8-94bc-e5c1ebebba1e-subnet1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a9410b76152311e2a166decdd8be7320904127d" 2018-08-12 08:30:03,157 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-fa657b3b-47a0-4bb8-b288-73bdc14eac18 Date: Sun, 12 Aug 2018 08:30:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7cdd7ba1-2c3e-49f2-9f62-81ecb3577fb2","tenant_id":"52346dd9ad324183b838b083d3adf4c7","created_at":"2018-08-12T08:29:56Z","dns_nameservers":[],"updated_at":"2018-08-12T08:29:56Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"52346dd9ad324183b838b083d3adf4c7","id":"7a903921-6412-4a8c-b3ee-c7c17253e9c6","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-03dacd77-fda7-42c8-94bc-e5c1ebebba1e-subnet1"}]} 2018-08-12 08:30:03,158 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=7cdd7ba1-2c3e-49f2-9f62-81ecb3577fb2&name=CreateInstancePortManipulationTests-03dacd77-fda7-42c8-94bc-e5c1ebebba1e-subnet1 used request id req-fa657b3b-47a0-4bb8-b288-73bdc14eac18 2018-08-12 08:30:03,161 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=7cdd7ba1-2c3e-49f2-9f62-81ecb3577fb2&name=CreateInstancePortManipulationTests-03dacd77-fda7-42c8-94bc-e5c1ebebba1e-subnet2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a9410b76152311e2a166decdd8be7320904127d" 2018-08-12 08:30:03,211 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-aed84ec8-1ad0-4d9e-b5e3-e28643b6ce66 Date: Sun, 12 Aug 2018 08:30:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7cdd7ba1-2c3e-49f2-9f62-81ecb3577fb2","tenant_id":"52346dd9ad324183b838b083d3adf4c7","created_at":"2018-08-12T08:29:57Z","dns_nameservers":[],"updated_at":"2018-08-12T08:29:57Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.65.0.2","end":"10.65.0.254"}],"gateway_ip":"10.65.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.65.0.0/24","project_id":"52346dd9ad324183b838b083d3adf4c7","id":"581dd327-f6a0-474a-96ab-027e18b2f088","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-03dacd77-fda7-42c8-94bc-e5c1ebebba1e-subnet2"}]} 2018-08-12 08:30:03,211 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=7cdd7ba1-2c3e-49f2-9f62-81ecb3577fb2&name=CreateInstancePortManipulationTests-03dacd77-fda7-42c8-94bc-e5c1ebebba1e-subnet2 used request id req-aed84ec8-1ad0-4d9e-b5e3-e28643b6ce66 2018-08-12 08:30:03,212 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-03dacd77-fda7-42c8-94bc-e5c1ebebba1enet2 2018-08-12 08:30:03,217 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a9410b76152311e2a166decdd8be7320904127d" -d '{"port": {"network_id": "7cdd7ba1-2c3e-49f2-9f62-81ecb3577fb2", "fixed_ips": [{"subnet_id": "7a903921-6412-4a8c-b3ee-c7c17253e9c6", "ip_address": "10.55.0.101"}, {"subnet_id": "581dd327-f6a0-474a-96ab-027e18b2f088", "ip_address": "10.65.0.101"}], "name": "CreateInstancePortManipulationTests-03dacd77-fda7-42c8-94bc-e5c1ebebba1eport-1", "admin_state_up": true}}' 2018-08-12 08:30:04,205 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 852 X-Openstack-Request-Id: req-28f13c3c-3a03-47f0-a0fa-8a210f91c928 Date: Sun, 12 Aug 2018 08:30:04 GMT RESP BODY: {"port":{"status":"DOWN","created_at":"2018-08-12T08:30:03Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"7cdd7ba1-2c3e-49f2-9f62-81ecb3577fb2","tenant_id":"52346dd9ad324183b838b083d3adf4c7","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T08:30:03Z","name":"CreateInstancePortManipulationTests-03dacd77-fda7-42c8-94bc-e5c1ebebba1eport-1","device_owner":"","revision_number":7,"mac_address":"fa:16:3e:b4:f1:0e","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"52346dd9ad324183b838b083d3adf4c7","fixed_ips":[{"subnet_id":"7a903921-6412-4a8c-b3ee-c7c17253e9c6","ip_address":"10.55.0.101"},{"subnet_id":"581dd327-f6a0-474a-96ab-027e18b2f088","ip_address":"10.65.0.101"}],"id":"0314bf85-1716-4851-a130-68b1e213cdc8","security_groups":["583089a9-dd72-4a1a-a3ca-0b507b568a9e"],"device_id":""}} 2018-08-12 08:30:04,205 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/ports used request id req-28f13c3c-3a03-47f0-a0fa-8a210f91c928 2018-08-12 08:30:04,211 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-03dacd77-fda7-42c8-94bc-e5c1ebebba1enet2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a9410b76152311e2a166decdd8be7320904127d" 2018-08-12 08:30:04,321 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-a26b9eac-3258-484f-8867-862f35ba5232 Date: Sun, 12 Aug 2018 08:30:04 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":["581dd327-f6a0-474a-96ab-027e18b2f088","7a903921-6412-4a8c-b3ee-c7c17253e9c6"],"updated_at":"2018-08-12T08:29:57Z","tenant_id":"52346dd9ad324183b838b083d3adf4c7","created_at":"2018-08-12T08:29:55Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"52346dd9ad324183b838b083d3adf4c7","id":"7cdd7ba1-2c3e-49f2-9f62-81ecb3577fb2","name":"CreateInstancePortManipulationTests-03dacd77-fda7-42c8-94bc-e5c1ebebba1enet2"}]} 2018-08-12 08:30:04,321 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-03dacd77-fda7-42c8-94bc-e5c1ebebba1enet2 used request id req-a26b9eac-3258-484f-8867-862f35ba5232 2018-08-12 08:30:04,327 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=7cdd7ba1-2c3e-49f2-9f62-81ecb3577fb2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a9410b76152311e2a166decdd8be7320904127d" 2018-08-12 08:30:04,630 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1351 X-Openstack-Request-Id: req-157091b6-12e0-4ab4-9b82-763313efcfbf Date: Sun, 12 Aug 2018 08:30:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7cdd7ba1-2c3e-49f2-9f62-81ecb3577fb2","tenant_id":"52346dd9ad324183b838b083d3adf4c7","created_at":"2018-08-12T08:29:57Z","dns_nameservers":[],"updated_at":"2018-08-12T08:29:57Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.65.0.2","end":"10.65.0.254"}],"gateway_ip":"10.65.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.65.0.0/24","project_id":"52346dd9ad324183b838b083d3adf4c7","id":"581dd327-f6a0-474a-96ab-027e18b2f088","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-03dacd77-fda7-42c8-94bc-e5c1ebebba1e-subnet2"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7cdd7ba1-2c3e-49f2-9f62-81ecb3577fb2","tenant_id":"52346dd9ad324183b838b083d3adf4c7","created_at":"2018-08-12T08:29:56Z","dns_nameservers":[],"updated_at":"2018-08-12T08:29:56Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"52346dd9ad324183b838b083d3adf4c7","id":"7a903921-6412-4a8c-b3ee-c7c17253e9c6","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-03dacd77-fda7-42c8-94bc-e5c1ebebba1e-subnet1"}]} 2018-08-12 08:30:04,630 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=7cdd7ba1-2c3e-49f2-9f62-81ecb3577fb2 used request id req-157091b6-12e0-4ab4-9b82-763313efcfbf 2018-08-12 08:30:04,636 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-03dacd77-fda7-42c8-94bc-e5c1ebebba1enet2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a9410b76152311e2a166decdd8be7320904127d" 2018-08-12 08:30:04,739 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-6ba7df23-96fc-465b-a1a6-0b973ef7f929 Date: Sun, 12 Aug 2018 08:30:04 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":["581dd327-f6a0-474a-96ab-027e18b2f088","7a903921-6412-4a8c-b3ee-c7c17253e9c6"],"updated_at":"2018-08-12T08:29:57Z","tenant_id":"52346dd9ad324183b838b083d3adf4c7","created_at":"2018-08-12T08:29:55Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"52346dd9ad324183b838b083d3adf4c7","id":"7cdd7ba1-2c3e-49f2-9f62-81ecb3577fb2","name":"CreateInstancePortManipulationTests-03dacd77-fda7-42c8-94bc-e5c1ebebba1enet2"}]} 2018-08-12 08:30:04,739 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-03dacd77-fda7-42c8-94bc-e5c1ebebba1enet2 used request id req-6ba7df23-96fc-465b-a1a6-0b973ef7f929 2018-08-12 08:30:04,743 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/52346dd9ad324183b838b083d3adf4c7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a9410b76152311e2a166decdd8be7320904127d" 2018-08-12 08:30:04,837 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:30:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-02338752-6f43-468f-b1de-e4e98a57dcc1 Content-Encoding: gzip Content-Length: 235 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/52346dd9ad324183b838b083d3adf4c7"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "52346dd9ad324183b838b083d3adf4c7", "name": "CreateInstancePortManipulationTests-c17ffab7-cedc-4fd-proj"}} 2018-08-12 08:30:04,837 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/52346dd9ad324183b838b083d3adf4c7 used request id req-02338752-6f43-468f-b1de-e4e98a57dcc1 2018-08-12 08:30:04,842 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=7cdd7ba1-2c3e-49f2-9f62-81ecb3577fb2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a9410b76152311e2a166decdd8be7320904127d" 2018-08-12 08:30:05,074 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1351 X-Openstack-Request-Id: req-2c6e0749-b19d-485d-a2a8-71ea14502252 Date: Sun, 12 Aug 2018 08:30:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7cdd7ba1-2c3e-49f2-9f62-81ecb3577fb2","tenant_id":"52346dd9ad324183b838b083d3adf4c7","created_at":"2018-08-12T08:29:57Z","dns_nameservers":[],"updated_at":"2018-08-12T08:29:57Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.65.0.2","end":"10.65.0.254"}],"gateway_ip":"10.65.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.65.0.0/24","project_id":"52346dd9ad324183b838b083d3adf4c7","id":"581dd327-f6a0-474a-96ab-027e18b2f088","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-03dacd77-fda7-42c8-94bc-e5c1ebebba1e-subnet2"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7cdd7ba1-2c3e-49f2-9f62-81ecb3577fb2","tenant_id":"52346dd9ad324183b838b083d3adf4c7","created_at":"2018-08-12T08:29:56Z","dns_nameservers":[],"updated_at":"2018-08-12T08:29:56Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"52346dd9ad324183b838b083d3adf4c7","id":"7a903921-6412-4a8c-b3ee-c7c17253e9c6","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-03dacd77-fda7-42c8-94bc-e5c1ebebba1e-subnet1"}]} 2018-08-12 08:30:05,074 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=7cdd7ba1-2c3e-49f2-9f62-81ecb3577fb2 used request id req-2c6e0749-b19d-485d-a2a8-71ea14502252 2018-08-12 08:30:05,079 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=7cdd7ba1-2c3e-49f2-9f62-81ecb3577fb2&name=CreateInstancePortManipulationTests-03dacd77-fda7-42c8-94bc-e5c1ebebba1eport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a9410b76152311e2a166decdd8be7320904127d" 2018-08-12 08:30:05,291 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 855 X-Openstack-Request-Id: req-5413ba6a-d97e-4803-8a19-a712ec35a90d Date: Sun, 12 Aug 2018 08:30:05 GMT RESP BODY: {"ports":[{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"7cdd7ba1-2c3e-49f2-9f62-81ecb3577fb2","tenant_id":"52346dd9ad324183b838b083d3adf4c7","created_at":"2018-08-12T08:30:03Z","admin_state_up":true,"updated_at":"2018-08-12T08:30:03Z","binding:vnic_type":"normal","device_id":"","device_owner":"","revision_number":7,"mac_address":"fa:16:3e:b4:f1:0e","id":"0314bf85-1716-4851-a130-68b1e213cdc8","port_security_enabled":true,"project_id":"52346dd9ad324183b838b083d3adf4c7","fixed_ips":[{"subnet_id":"7a903921-6412-4a8c-b3ee-c7c17253e9c6","ip_address":"10.55.0.101"},{"subnet_id":"581dd327-f6a0-474a-96ab-027e18b2f088","ip_address":"10.65.0.101"}],"extra_dhcp_opts":[],"security_groups":["583089a9-dd72-4a1a-a3ca-0b507b568a9e"],"name":"CreateInstancePortManipulationTests-03dacd77-fda7-42c8-94bc-e5c1ebebba1eport-1"}]} 2018-08-12 08:30:05,292 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=7cdd7ba1-2c3e-49f2-9f62-81ecb3577fb2&name=CreateInstancePortManipulationTests-03dacd77-fda7-42c8-94bc-e5c1ebebba1eport-1&admin_state_up=True used request id req-5413ba6a-d97e-4803-8a19-a712ec35a90d 2018-08-12 08:30:05,295 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/52346dd9ad324183b838b083d3adf4c7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a9410b76152311e2a166decdd8be7320904127d" 2018-08-12 08:30:05,384 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:30:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9fd4be16-6872-4a8c-a497-8e5f9ab6da97 Content-Encoding: gzip Content-Length: 235 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/52346dd9ad324183b838b083d3adf4c7"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "52346dd9ad324183b838b083d3adf4c7", "name": "CreateInstancePortManipulationTests-c17ffab7-cedc-4fd-proj"}} 2018-08-12 08:30:05,385 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/52346dd9ad324183b838b083d3adf4c7 used request id req-9fd4be16-6872-4a8c-a497-8e5f9ab6da97 2018-08-12 08:30:05,385 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-03dacd77-fda7-42c8-94bc-e5c1ebebba1e-inst 2018-08-12 08:30:05,388 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a9410b76152311e2a166decdd8be7320904127d" 2018-08-12 08:30:05,409 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:30: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-1e555790-fac5-4fc0-b745-7b6d433e93c4 x-compute-request-id: req-1e555790-fac5-4fc0-b745-7b6d433e93c4 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"flavors": [{"id": "14a90887-6ca2-436d-a1d7-6290f8ae9b44", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/14a90887-6ca2-436d-a1d7-6290f8ae9b44", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/14a90887-6ca2-436d-a1d7-6290f8ae9b44", "rel": "bookmark"}], "name": "CreateInstancePortManipulationTests-03dacd77-fda7-42c8-94bc-e5c1ebebba1e-flavor-name"}]} 2018-08-12 08:30:05,409 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-1e555790-fac5-4fc0-b745-7b6d433e93c4 2018-08-12 08:30:05,412 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors/14a90887-6ca2-436d-a1d7-6290f8ae9b44 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a9410b76152311e2a166decdd8be7320904127d" 2018-08-12 08:30:05,435 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:30: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-eec7ffc6-863f-4ef4-88c6-8c17fef95cea x-compute-request-id: req-eec7ffc6-863f-4ef4-88c6-8c17fef95cea Content-Encoding: gzip Content-Length: 330 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateInstancePortManipulationTests-03dacd77-fda7-42c8-94bc-e5c1ebebba1e-flavor-name", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/14a90887-6ca2-436d-a1d7-6290f8ae9b44", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/14a90887-6ca2-436d-a1d7-6290f8ae9b44", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": "14a90887-6ca2-436d-a1d7-6290f8ae9b44"}} 2018-08-12 08:30:05,435 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/14a90887-6ca2-436d-a1d7-6290f8ae9b44 used request id req-eec7ffc6-863f-4ef4-88c6-8c17fef95cea 2018-08-12 08:30:05,437 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-03dacd77-fda7-42c8-94bc-e5c1ebebba1e-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2a9410b76152311e2a166decdd8be7320904127d" 2018-08-12 08:30:05,646 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1080 Content-Type: application/json X-Openstack-Request-Id: req-b4fa74e4-d1cb-4f0f-b1c6-a300ab73e877 Date: Sun, 12 Aug 2018 08:30:05 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-03dacd77-fda7-42c8-94bc-e5c1ebebba1e-image", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:29:48Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-12T08:29:50Z", "visibility": "shared", "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/ff2da2dd-cadd-4830-843a-8f3c038ac589/snap", "metadata": {}}], "self": "/v2/images/ff2da2dd-cadd-4830-843a-8f3c038ac589", "min_disk": 0, "protected": false, "id": "ff2da2dd-cadd-4830-843a-8f3c038ac589", "file": "/v2/images/ff2da2dd-cadd-4830-843a-8f3c038ac589/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "52346dd9ad324183b838b083d3adf4c7", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/ff2da2dd-cadd-4830-843a-8f3c038ac589/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-03dacd77-fda7-42c8-94bc-e5c1ebebba1e-image"} 2018-08-12 08:30:05,646 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-03dacd77-fda7-42c8-94bc-e5c1ebebba1e-image used request id req-b4fa74e4-d1cb-4f0f-b1c6-a300ab73e877 2018-08-12 08:30:05,649 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2a9410b76152311e2a166decdd8be7320904127d" 2018-08-12 08:30:05,823 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-5c56fa2c-44bb-4ba6-900a-16901e914e9e Date: Sun, 12 Aug 2018 08:30:05 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"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}, "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}, "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"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "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"}, "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"}, "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}, "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}, "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"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "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}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-12 08:30:05,823 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-5c56fa2c-44bb-4ba6-900a-16901e914e9e 2018-08-12 08:30:05,827 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a9410b76152311e2a166decdd8be7320904127d" -d '{"server": {"name": "CreateInstancePortManipulationTests-03dacd77-fda7-42c8-94bc-e5c1ebebba1e-inst", "imageRef": "ff2da2dd-cadd-4830-843a-8f3c038ac589", "flavorRef": "14a90887-6ca2-436d-a1d7-6290f8ae9b44", "max_count": 1, "min_count": 1, "networks": [{"port": "0314bf85-1716-4851-a130-68b1e213cdc8"}]}}' 2018-08-12 08:30:07,521 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 08:30: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-accb3f8c-5fa3-414d-bd5c-3241b034d0df x-compute-request-id: req-accb3f8c-5fa3-414d-bd5c-3241b034d0df Content-Length: 374 location: http://172.30.9.21:8774/v2.1/servers/709556ee-c189-4bb6-aa70-ae5c2ae2da7b Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "709556ee-c189-4bb6-aa70-ae5c2ae2da7b", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/709556ee-c189-4bb6-aa70-ae5c2ae2da7b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/709556ee-c189-4bb6-aa70-ae5c2ae2da7b", "rel": "bookmark"}], "adminPass": "P7KmZXgkDDEp"}} 2018-08-12 08:30:07,521 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-accb3f8c-5fa3-414d-bd5c-3241b034d0df 2018-08-12 08:30:07,524 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/709556ee-c189-4bb6-aa70-ae5c2ae2da7b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a9410b76152311e2a166decdd8be7320904127d" 2018-08-12 08:30:07,935 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:30: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-5cf35cb3-1b86-459d-af8b-a011c9bbd545 x-compute-request-id: req-5cf35cb3-1b86-459d-af8b-a011c9bbd545 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.21:8774/v2.1/servers/709556ee-c189-4bb6-aa70-ae5c2ae2da7b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/709556ee-c189-4bb6-aa70-ae5c2ae2da7b", "rel": "bookmark"}], "image": {"id": "ff2da2dd-cadd-4830-843a-8f3c038ac589", "links": [{"href": "http://172.30.9.21:8774/images/ff2da2dd-cadd-4830-843a-8f3c038ac589", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "14a90887-6ca2-436d-a1d7-6290f8ae9b44", "links": [{"href": "http://172.30.9.21:8774/flavors/14a90887-6ca2-436d-a1d7-6290f8ae9b44", "rel": "bookmark"}]}, "id": "709556ee-c189-4bb6-aa70-ae5c2ae2da7b", "user_id": "d7ee7a325cb74a56a16515285b974638", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:30:07Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-03dacd77-fda7-42c8-94bc-e5c1ebebba1e-inst", "created": "2018-08-12T08:30:07Z", "tenant_id": "52346dd9ad324183b838b083d3adf4c7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:30:07,935 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/709556ee-c189-4bb6-aa70-ae5c2ae2da7b used request id req-5cf35cb3-1b86-459d-af8b-a011c9bbd545 2018-08-12 08:30:07,935 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-03dacd77-fda7-42c8-94bc-e5c1ebebba1e-inst 2018-08-12 08:30:07,938 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/709556ee-c189-4bb6-aa70-ae5c2ae2da7b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a9410b76152311e2a166decdd8be7320904127d" 2018-08-12 08:30:08,410 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:30: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-562a86af-08dd-42de-add5-7e5f425806cb x-compute-request-id: req-562a86af-08dd-42de-add5-7e5f425806cb 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.21:8774/v2.1/servers/709556ee-c189-4bb6-aa70-ae5c2ae2da7b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/709556ee-c189-4bb6-aa70-ae5c2ae2da7b", "rel": "bookmark"}], "image": {"id": "ff2da2dd-cadd-4830-843a-8f3c038ac589", "links": [{"href": "http://172.30.9.21:8774/images/ff2da2dd-cadd-4830-843a-8f3c038ac589", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "14a90887-6ca2-436d-a1d7-6290f8ae9b44", "links": [{"href": "http://172.30.9.21:8774/flavors/14a90887-6ca2-436d-a1d7-6290f8ae9b44", "rel": "bookmark"}]}, "id": "709556ee-c189-4bb6-aa70-ae5c2ae2da7b", "user_id": "d7ee7a325cb74a56a16515285b974638", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:30:07Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-03dacd77-fda7-42c8-94bc-e5c1ebebba1e-inst", "created": "2018-08-12T08:30:07Z", "tenant_id": "52346dd9ad324183b838b083d3adf4c7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:30:08,410 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/709556ee-c189-4bb6-aa70-ae5c2ae2da7b used request id req-562a86af-08dd-42de-add5-7e5f425806cb 2018-08-12 08:30:08,410 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-03dacd77-fda7-42c8-94bc-e5c1ebebba1e-inst] is - BUILD 2018-08-12 08:30:08,410 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-12 08:30:11,414 - create_instance - DEBUG - VM status query timeout in 896.522021055 2018-08-12 08:30:11,416 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/709556ee-c189-4bb6-aa70-ae5c2ae2da7b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a9410b76152311e2a166decdd8be7320904127d" 2018-08-12 08:30:12,189 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:30: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-3e7049c3-cdbb-450f-8c05-c53d19bec6a0 x-compute-request-id: req-3e7049c3-cdbb-450f-8c05-c53d19bec6a0 Content-Encoding: gzip Content-Length: 683 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/709556ee-c189-4bb6-aa70-ae5c2ae2da7b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/709556ee-c189-4bb6-aa70-ae5c2ae2da7b", "rel": "bookmark"}], "image": {"id": "ff2da2dd-cadd-4830-843a-8f3c038ac589", "links": [{"href": "http://172.30.9.21:8774/images/ff2da2dd-cadd-4830-843a-8f3c038ac589", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "14a90887-6ca2-436d-a1d7-6290f8ae9b44", "links": [{"href": "http://172.30.9.21:8774/flavors/14a90887-6ca2-436d-a1d7-6290f8ae9b44", "rel": "bookmark"}]}, "id": "709556ee-c189-4bb6-aa70-ae5c2ae2da7b", "security_groups": [{"name": "default"}], "user_id": "d7ee7a325cb74a56a16515285b974638", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:30:08Z", "hostId": "d74954c5deec75913d484c62dc749b48b04c54d4348edbc55a68109c", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-03dacd77-fda7-42c8-94bc-e5c1ebebba1e-inst", "created": "2018-08-12T08:30:07Z", "tenant_id": "52346dd9ad324183b838b083d3adf4c7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:30:12,189 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/709556ee-c189-4bb6-aa70-ae5c2ae2da7b used request id req-3e7049c3-cdbb-450f-8c05-c53d19bec6a0 2018-08-12 08:30:12,189 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-03dacd77-fda7-42c8-94bc-e5c1ebebba1e-inst] is - BUILD 2018-08-12 08:30:12,190 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-12 08:30:15,193 - create_instance - DEBUG - VM status query timeout in 892.742809057 2018-08-12 08:30:15,196 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/709556ee-c189-4bb6-aa70-ae5c2ae2da7b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a9410b76152311e2a166decdd8be7320904127d" 2018-08-12 08:30:15,719 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:30: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-56f13fd0-0c80-4317-bdc1-5a87abfb9874 x-compute-request-id: req-56f13fd0-0c80-4317-bdc1-5a87abfb9874 Content-Encoding: gzip Content-Length: 764 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-03dacd77-fda7-42c8-94bc-e5c1ebebba1enet2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b4:f1:0e", "version": 4, "addr": "10.65.0.101", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b4:f1:0e", "version": 4, "addr": "10.55.0.101", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/709556ee-c189-4bb6-aa70-ae5c2ae2da7b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/709556ee-c189-4bb6-aa70-ae5c2ae2da7b", "rel": "bookmark"}], "image": {"id": "ff2da2dd-cadd-4830-843a-8f3c038ac589", "links": [{"href": "http://172.30.9.21:8774/images/ff2da2dd-cadd-4830-843a-8f3c038ac589", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:30:12.000000", "flavor": {"id": "14a90887-6ca2-436d-a1d7-6290f8ae9b44", "links": [{"href": "http://172.30.9.21:8774/flavors/14a90887-6ca2-436d-a1d7-6290f8ae9b44", "rel": "bookmark"}]}, "id": "709556ee-c189-4bb6-aa70-ae5c2ae2da7b", "security_groups": [{"name": "default"}], "user_id": "d7ee7a325cb74a56a16515285b974638", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:30:13Z", "hostId": "d74954c5deec75913d484c62dc749b48b04c54d4348edbc55a68109c", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-03dacd77-fda7-42c8-94bc-e5c1ebebba1e-inst", "created": "2018-08-12T08:30:07Z", "tenant_id": "52346dd9ad324183b838b083d3adf4c7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:30:15,719 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/709556ee-c189-4bb6-aa70-ae5c2ae2da7b used request id req-56f13fd0-0c80-4317-bdc1-5a87abfb9874 2018-08-12 08:30:15,720 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-03dacd77-fda7-42c8-94bc-e5c1ebebba1e-inst] is - ACTIVE 2018-08-12 08:30:15,720 - create_instance - INFO - VM is - ACTIVE 2018-08-12 08:30:15,722 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/709556ee-c189-4bb6-aa70-ae5c2ae2da7b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a9410b76152311e2a166decdd8be7320904127d" 2018-08-12 08:30:16,330 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:30: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-92fa7e2a-c097-42d6-af28-b3a1b183cf3b x-compute-request-id: req-92fa7e2a-c097-42d6-af28-b3a1b183cf3b Content-Encoding: gzip Content-Length: 764 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-03dacd77-fda7-42c8-94bc-e5c1ebebba1enet2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b4:f1:0e", "version": 4, "addr": "10.65.0.101", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b4:f1:0e", "version": 4, "addr": "10.55.0.101", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/709556ee-c189-4bb6-aa70-ae5c2ae2da7b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/709556ee-c189-4bb6-aa70-ae5c2ae2da7b", "rel": "bookmark"}], "image": {"id": "ff2da2dd-cadd-4830-843a-8f3c038ac589", "links": [{"href": "http://172.30.9.21:8774/images/ff2da2dd-cadd-4830-843a-8f3c038ac589", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:30:12.000000", "flavor": {"id": "14a90887-6ca2-436d-a1d7-6290f8ae9b44", "links": [{"href": "http://172.30.9.21:8774/flavors/14a90887-6ca2-436d-a1d7-6290f8ae9b44", "rel": "bookmark"}]}, "id": "709556ee-c189-4bb6-aa70-ae5c2ae2da7b", "security_groups": [{"name": "default"}], "user_id": "d7ee7a325cb74a56a16515285b974638", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:30:13Z", "hostId": "d74954c5deec75913d484c62dc749b48b04c54d4348edbc55a68109c", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-03dacd77-fda7-42c8-94bc-e5c1ebebba1e-inst", "created": "2018-08-12T08:30:07Z", "tenant_id": "52346dd9ad324183b838b083d3adf4c7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:30:16,330 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/709556ee-c189-4bb6-aa70-ae5c2ae2da7b used request id req-92fa7e2a-c097-42d6-af28-b3a1b183cf3b 2018-08-12 08:30:16,335 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-03dacd77-fda7-42c8-94bc-e5c1ebebba1enet2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a9410b76152311e2a166decdd8be7320904127d" 2018-08-12 08:30:16,436 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-359c4f96-a527-4cc7-b82d-4723fc66225b Date: Sun, 12 Aug 2018 08:30:16 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":["581dd327-f6a0-474a-96ab-027e18b2f088","7a903921-6412-4a8c-b3ee-c7c17253e9c6"],"updated_at":"2018-08-12T08:29:57Z","tenant_id":"52346dd9ad324183b838b083d3adf4c7","created_at":"2018-08-12T08:29:55Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"52346dd9ad324183b838b083d3adf4c7","id":"7cdd7ba1-2c3e-49f2-9f62-81ecb3577fb2","name":"CreateInstancePortManipulationTests-03dacd77-fda7-42c8-94bc-e5c1ebebba1enet2"}]} 2018-08-12 08:30:16,436 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-03dacd77-fda7-42c8-94bc-e5c1ebebba1enet2 used request id req-359c4f96-a527-4cc7-b82d-4723fc66225b 2018-08-12 08:30:16,440 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/52346dd9ad324183b838b083d3adf4c7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a9410b76152311e2a166decdd8be7320904127d" 2018-08-12 08:30:16,528 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:30:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-abfcaa50-7ca2-4441-8cef-9499dab69db9 Content-Encoding: gzip Content-Length: 235 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/52346dd9ad324183b838b083d3adf4c7"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "52346dd9ad324183b838b083d3adf4c7", "name": "CreateInstancePortManipulationTests-c17ffab7-cedc-4fd-proj"}} 2018-08-12 08:30:16,528 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/52346dd9ad324183b838b083d3adf4c7 used request id req-abfcaa50-7ca2-4441-8cef-9499dab69db9 2018-08-12 08:30:16,533 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=7cdd7ba1-2c3e-49f2-9f62-81ecb3577fb2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a9410b76152311e2a166decdd8be7320904127d" 2018-08-12 08:30:16,780 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1351 X-Openstack-Request-Id: req-4a951923-a2fa-4f00-9c76-70a3cac8af9b Date: Sun, 12 Aug 2018 08:30:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7cdd7ba1-2c3e-49f2-9f62-81ecb3577fb2","tenant_id":"52346dd9ad324183b838b083d3adf4c7","created_at":"2018-08-12T08:29:57Z","dns_nameservers":[],"updated_at":"2018-08-12T08:29:57Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.65.0.2","end":"10.65.0.254"}],"gateway_ip":"10.65.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.65.0.0/24","project_id":"52346dd9ad324183b838b083d3adf4c7","id":"581dd327-f6a0-474a-96ab-027e18b2f088","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-03dacd77-fda7-42c8-94bc-e5c1ebebba1e-subnet2"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7cdd7ba1-2c3e-49f2-9f62-81ecb3577fb2","tenant_id":"52346dd9ad324183b838b083d3adf4c7","created_at":"2018-08-12T08:29:56Z","dns_nameservers":[],"updated_at":"2018-08-12T08:29:56Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"52346dd9ad324183b838b083d3adf4c7","id":"7a903921-6412-4a8c-b3ee-c7c17253e9c6","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-03dacd77-fda7-42c8-94bc-e5c1ebebba1e-subnet1"}]} 2018-08-12 08:30:16,781 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=7cdd7ba1-2c3e-49f2-9f62-81ecb3577fb2 used request id req-4a951923-a2fa-4f00-9c76-70a3cac8af9b 2018-08-12 08:30:16,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=7cdd7ba1-2c3e-49f2-9f62-81ecb3577fb2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a9410b76152311e2a166decdd8be7320904127d" 2018-08-12 08:30:16,880 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3354 X-Openstack-Request-Id: req-63ef23e3-219f-4bcf-ad97-5948d00311d5 Date: Sun, 12 Aug 2018 08:30:16 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"7cdd7ba1-2c3e-49f2-9f62-81ecb3577fb2","tenant_id":"52346dd9ad324183b838b083d3adf4c7","created_at":"2018-08-12T08:30:03Z","admin_state_up":true,"updated_at":"2018-08-12T08:30:12Z","binding:vnic_type":"normal","device_id":"709556ee-c189-4bb6-aa70-ae5c2ae2da7b","device_owner":"compute:nova","revision_number":11,"mac_address":"fa:16:3e:b4:f1:0e","id":"0314bf85-1716-4851-a130-68b1e213cdc8","port_security_enabled":true,"project_id":"52346dd9ad324183b838b083d3adf4c7","fixed_ips":[{"subnet_id":"7a903921-6412-4a8c-b3ee-c7c17253e9c6","ip_address":"10.55.0.101"},{"subnet_id":"581dd327-f6a0-474a-96ab-027e18b2f088","ip_address":"10.65.0.101"}],"extra_dhcp_opts":[],"security_groups":["583089a9-dd72-4a1a-a3ca-0b507b568a9e"],"name":"CreateInstancePortManipulationTests-03dacd77-fda7-42c8-94bc-e5c1ebebba1eport-1"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"7cdd7ba1-2c3e-49f2-9f62-81ecb3577fb2","tenant_id":"52346dd9ad324183b838b083d3adf4c7","created_at":"2018-08-12T08:29:58Z","admin_state_up":true,"updated_at":"2018-08-12T08:30:01Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-7cdd7ba1-2c3e-49f2-9f62-81ecb3577fb2","device_owner":"network:dhcp","revision_number":9,"mac_address":"fa:16:3e:31:ef:85","id":"5b27ec3e-b3eb-4848-be09-862191a886f4","port_security_enabled":false,"project_id":"52346dd9ad324183b838b083d3adf4c7","fixed_ips":[{"subnet_id":"7a903921-6412-4a8c-b3ee-c7c17253e9c6","ip_address":"10.55.0.3"},{"subnet_id":"581dd327-f6a0-474a-96ab-027e18b2f088","ip_address":"10.65.0.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"7cdd7ba1-2c3e-49f2-9f62-81ecb3577fb2","tenant_id":"52346dd9ad324183b838b083d3adf4c7","created_at":"2018-08-12T08:29:58Z","admin_state_up":true,"updated_at":"2018-08-12T08:30:02Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-7cdd7ba1-2c3e-49f2-9f62-81ecb3577fb2","device_owner":"network:dhcp","revision_number":9,"mac_address":"fa:16:3e:87:06:1e","id":"c9a7f0f8-3d87-452a-93d8-ee9f9e5412d1","port_security_enabled":false,"project_id":"52346dd9ad324183b838b083d3adf4c7","fixed_ips":[{"subnet_id":"7a903921-6412-4a8c-b3ee-c7c17253e9c6","ip_address":"10.55.0.4"},{"subnet_id":"581dd327-f6a0-474a-96ab-027e18b2f088","ip_address":"10.65.0.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"7cdd7ba1-2c3e-49f2-9f62-81ecb3577fb2","tenant_id":"52346dd9ad324183b838b083d3adf4c7","created_at":"2018-08-12T08:29:57Z","admin_state_up":true,"updated_at":"2018-08-12T08:30:00Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-7cdd7ba1-2c3e-49f2-9f62-81ecb3577fb2","device_owner":"network:dhcp","revision_number":9,"mac_address":"fa:16:3e:73:f7:88","id":"ef4a026a-fcb6-40cf-bf29-284c786b6493","port_security_enabled":false,"project_id":"52346dd9ad324183b838b083d3adf4c7","fixed_ips":[{"subnet_id":"7a903921-6412-4a8c-b3ee-c7c17253e9c6","ip_address":"10.55.0.2"},{"subnet_id":"581dd327-f6a0-474a-96ab-027e18b2f088","ip_address":"10.65.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-12 08:30:16,880 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=7cdd7ba1-2c3e-49f2-9f62-81ecb3577fb2 used request id req-63ef23e3-219f-4bcf-ad97-5948d00311d5 2018-08-12 08:30:16,881 - create_instance - INFO - Deleting Port with ID - 0314bf85-1716-4851-a130-68b1e213cdc8 2018-08-12 08:30:16,881 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-03dacd77-fda7-42c8-94bc-e5c1ebebba1eport-1 2018-08-12 08:30:16,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/ports/0314bf85-1716-4851-a130-68b1e213cdc8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a9410b76152311e2a166decdd8be7320904127d" 2018-08-12 08:30:17,521 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-aa323cbd-4789-4ee7-963e-9a87e43a4b9e Date: Sun, 12 Aug 2018 08:30:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:30:17,521 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/ports/0314bf85-1716-4851-a130-68b1e213cdc8 used request id req-aa323cbd-4789-4ee7-963e-9a87e43a4b9e 2018-08-12 08:30:17,521 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-03dacd77-fda7-42c8-94bc-e5c1ebebba1e-inst 2018-08-12 08:30:17,524 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/servers/709556ee-c189-4bb6-aa70-ae5c2ae2da7b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a9410b76152311e2a166decdd8be7320904127d" 2018-08-12 08:30:17,669 - novaclient.v2.client - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:30: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-c27b9109-22d2-4fcf-ac55-3a47691695e2 x-compute-request-id: req-c27b9109-22d2-4fcf-ac55-3a47691695e2 Content-Type: application/json 2018-08-12 08:30:17,669 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/709556ee-c189-4bb6-aa70-ae5c2ae2da7b used request id req-c27b9109-22d2-4fcf-ac55-3a47691695e2 2018-08-12 08:30:17,669 - create_instance - INFO - Checking deletion status 2018-08-12 08:30:17,672 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/709556ee-c189-4bb6-aa70-ae5c2ae2da7b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a9410b76152311e2a166decdd8be7320904127d" 2018-08-12 08:30:18,113 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:30: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-3a6f66af-e18a-4e22-8778-af95b3faa858 x-compute-request-id: req-3a6f66af-e18a-4e22-8778-af95b3faa858 Content-Encoding: gzip Content-Length: 747 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"CreateInstancePortManipulationTests-03dacd77-fda7-42c8-94bc-e5c1ebebba1enet2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b4:f1:0e", "version": 4, "addr": "10.65.0.101", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b4:f1:0e", "version": 4, "addr": "10.55.0.101", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/709556ee-c189-4bb6-aa70-ae5c2ae2da7b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/709556ee-c189-4bb6-aa70-ae5c2ae2da7b", "rel": "bookmark"}], "image": {"id": "ff2da2dd-cadd-4830-843a-8f3c038ac589", "links": [{"href": "http://172.30.9.21:8774/images/ff2da2dd-cadd-4830-843a-8f3c038ac589", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:30:12.000000", "flavor": {"id": "14a90887-6ca2-436d-a1d7-6290f8ae9b44", "links": [{"href": "http://172.30.9.21:8774/flavors/14a90887-6ca2-436d-a1d7-6290f8ae9b44", "rel": "bookmark"}]}, "id": "709556ee-c189-4bb6-aa70-ae5c2ae2da7b", "user_id": "d7ee7a325cb74a56a16515285b974638", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:30:17Z", "hostId": "d74954c5deec75913d484c62dc749b48b04c54d4348edbc55a68109c", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-03dacd77-fda7-42c8-94bc-e5c1ebebba1e-inst", "created": "2018-08-12T08:30:07Z", "tenant_id": "52346dd9ad324183b838b083d3adf4c7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:30:18,113 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/709556ee-c189-4bb6-aa70-ae5c2ae2da7b used request id req-3a6f66af-e18a-4e22-8778-af95b3faa858 2018-08-12 08:30:18,114 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-03dacd77-fda7-42c8-94bc-e5c1ebebba1e-inst] is - ACTIVE 2018-08-12 08:30:18,114 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-12 08:30:21,117 - create_instance - DEBUG - VM status query timeout in 296.55222702 2018-08-12 08:30:21,120 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/709556ee-c189-4bb6-aa70-ae5c2ae2da7b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a9410b76152311e2a166decdd8be7320904127d" 2018-08-12 08:30:21,168 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:30: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-f355a01d-6f42-47bd-ba81-5919a4263c5c x-compute-request-id: req-f355a01d-6f42-47bd-ba81-5919a4263c5c Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 709556ee-c189-4bb6-aa70-ae5c2ae2da7b could not be found.", "code": 404}} 2018-08-12 08:30:21,168 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/709556ee-c189-4bb6-aa70-ae5c2ae2da7b used request id req-f355a01d-6f42-47bd-ba81-5919a4263c5c 2018-08-12 08:30:21,169 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 709556ee-c189-4bb6-aa70-ae5c2ae2da7b could not be found. (HTTP 404) (Request-ID: req-f355a01d-6f42-47bd-ba81-5919a4263c5c) 2018-08-12 08:30:21,169 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-03dacd77-fda7-42c8-94bc-e5c1ebebba1e-inst 2018-08-12 08:30:21,172 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/flavors/14a90887-6ca2-436d-a1d7-6290f8ae9b44 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16651182e7b449eb0dbb4828d8bcc4d74bc7d205" 2018-08-12 08:30:21,241 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 08:30: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-a029edaa-f464-454c-b072-9575c5d959ee x-compute-request-id: req-a029edaa-f464-454c-b072-9575c5d959ee Content-Length: 0 Content-Type: application/json 2018-08-12 08:30:21,241 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/14a90887-6ca2-436d-a1d7-6290f8ae9b44 used request id req-a029edaa-f464-454c-b072-9575c5d959ee 2018-08-12 08:30:21,242 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-03dacd77-fda7-42c8-94bc-e5c1ebebba1e-pub-subnet 2018-08-12 08:30:21,242 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-03dacd77-fda7-42c8-94bc-e5c1ebebba1e-pub-subnet 2018-08-12 08:30:21,247 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/7a8297bd-8d9a-4878-a388-641cd32838f2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f48e3f39bdd991259ac67acc8d76e6b04ace21b" 2018-08-12 08:30:24,013 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-bed60d2b-5001-46a1-bdd3-7a63e93a3b6e Date: Sun, 12 Aug 2018 08:30:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:30:24,013 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/7a8297bd-8d9a-4878-a388-641cd32838f2 used request id req-bed60d2b-5001-46a1-bdd3-7a63e93a3b6e 2018-08-12 08:30:24,013 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-03dacd77-fda7-42c8-94bc-e5c1ebebba1e-pub-net 2018-08-12 08:30:24,018 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/b2303a08-5ffa-40b9-99b3-2486ca2fe732 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f48e3f39bdd991259ac67acc8d76e6b04ace21b" 2018-08-12 08:30:25,576 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-51e30741-c1bf-4a8e-ab81-f49ee915688f Date: Sun, 12 Aug 2018 08:30:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:30:25,576 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/b2303a08-5ffa-40b9-99b3-2486ca2fe732 used request id req-51e30741-c1bf-4a8e-ab81-f49ee915688f 2018-08-12 08:30:25,577 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-03dacd77-fda7-42c8-94bc-e5c1ebebba1e-subnet2 2018-08-12 08:30:25,577 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-03dacd77-fda7-42c8-94bc-e5c1ebebba1e-subnet2 2018-08-12 08:30:25,582 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/581dd327-f6a0-474a-96ab-027e18b2f088 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba28b5e6c30945b15adf20e5bece0ed760aa824b" 2018-08-12 08:30:28,340 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f135fba8-ac67-4e72-8c68-8b3341c29aec Date: Sun, 12 Aug 2018 08:30:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:30:28,341 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/581dd327-f6a0-474a-96ab-027e18b2f088 used request id req-f135fba8-ac67-4e72-8c68-8b3341c29aec 2018-08-12 08:30:28,341 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-03dacd77-fda7-42c8-94bc-e5c1ebebba1e-subnet1 2018-08-12 08:30:28,341 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-03dacd77-fda7-42c8-94bc-e5c1ebebba1e-subnet1 2018-08-12 08:30:28,346 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/7a903921-6412-4a8c-b3ee-c7c17253e9c6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba28b5e6c30945b15adf20e5bece0ed760aa824b" 2018-08-12 08:30:30,900 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-105a6459-e25f-4837-9b3f-761cab3b251a Date: Sun, 12 Aug 2018 08:30:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:30:30,900 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/7a903921-6412-4a8c-b3ee-c7c17253e9c6 used request id req-105a6459-e25f-4837-9b3f-761cab3b251a 2018-08-12 08:30:30,900 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-03dacd77-fda7-42c8-94bc-e5c1ebebba1enet2 2018-08-12 08:30:30,906 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/7cdd7ba1-2c3e-49f2-9f62-81ecb3577fb2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba28b5e6c30945b15adf20e5bece0ed760aa824b" 2018-08-12 08:30:32,454 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-be4dad0f-5306-4410-827e-436124aaa87f Date: Sun, 12 Aug 2018 08:30:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:30:32,454 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/7cdd7ba1-2c3e-49f2-9f62-81ecb3577fb2 used request id req-be4dad0f-5306-4410-827e-436124aaa87f 2018-08-12 08:30:32,455 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-03dacd77-fda7-42c8-94bc-e5c1ebebba1e-image 2018-08-12 08:30:32,457 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/ff2da2dd-cadd-4830-843a-8f3c038ac589 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ad11e69d41af214cb6e83009534e3e83c165eef2" 2018-08-12 08:30:32,948 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a32574f3-e39e-4135-b00c-2df805513e1e Date: Sun, 12 Aug 2018 08:30:32 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-12 08:30:32,948 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/ff2da2dd-cadd-4830-843a-8f3c038ac589 used request id req-a32574f3-e39e-4135-b00c-2df805513e1e 2018-08-12 08:30:32,950 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:30:32,950 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:30:32,950 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:30:32,950 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:30:32,950 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:30:32,956 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d2ebf994fdc8eaa0c8868708108f1798fa1e90c" 2018-08-12 08:30:33,240 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 45548 X-Openstack-Request-Id: req-ee3de2db-fe34-4843-a4dc-ffc49ff0a37c Date: Sun, 12 Aug 2018 08:30:33 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "created_at": "2018-08-12T06:59:44Z", "updated_at": "2018-08-12T06:59:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "1d7fd960-7865-4453-aecc-8d399b4fad21", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "66820d8a-b785-4b18-bd67-500221c8e4f9", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "74fc7638-a322-4841-8c47-06d36174a200", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "8eaa09ec-8419-4582-9312-1e527afe6e4b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}], "revision_number": 4, "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "created_at": "2018-08-12T05:12:34Z", "updated_at": "2018-08-12T05:12:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "709513d2-af7d-4d0b-bd3c-604fed75a711", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "aa346066-e46f-44f2-94be-2884aa998a19", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "c15f7b93-e56c-4afa-867d-2acb286d4b7b", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "cb0ef83f-5f70-4a80-ad35-431ca9df551e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}], "revision_number": 4, "project_id": "fa5a7fe6ee54472ba01638877aade8e3", "id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ea65becf30e54b27aa96a449698a435e", "created_at": "2018-08-12T05:10:35Z", "updated_at": "2018-08-12T05:10:35Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "30ad280c-f302-4cd4-a438-5139917b56f9", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "76115c4c-887d-4f0a-83e2-486e4b39c713", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "8ab14937-4c08-4d43-8a9a-662e622cc643", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "ee757a03-5662-4273-9c3e-6212e7afb48f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}], "revision_number": 4, "project_id": "ea65becf30e54b27aa96a449698a435e", "id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "created_at": "2018-08-12T06:20:09Z", "updated_at": "2018-08-12T06:20:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "1123b8f2-75ac-4a26-b9b2-a96da97408e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "2ddd2b93-e080-48cd-9a50-f5fe8a82ad0c", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "cd1bae62-0aea-4438-b4c3-50a69ae6f855", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "e398e01e-ceea-46d1-9534-b929808c4a5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}], "revision_number": 4, "project_id": "ff7abd7bb61f4f2889831e932d65dc2e", "id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "created_at": "2018-08-12T05:34:57Z", "updated_at": "2018-08-12T05:34:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "208a1c1e-f5f8-49c7-9a25-d07e68b1541f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "27bfd867-e607-4bf8-9de8-60682d3f771d", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "49360e1f-6fd3-4f35-b339-24cea95773ee", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "60f631a9-d305-4920-9631-d0543e2ac64f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}], "revision_number": 4, "project_id": "3a85ceae958d4d9fba68847e7df67db8", "id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "52346dd9ad324183b838b083d3adf4c7", "created_at": "2018-08-12T08:29:51Z", "updated_at": "2018-08-12T08:29:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:29:51Z", "revision_number": 0, "id": "5b73ade2-8a04-49b8-871e-4f8ab2ec69d6", "remote_group_id": "583089a9-dd72-4a1a-a3ca-0b507b568a9e", "remote_ip_prefix": null, "created_at": "2018-08-12T08:29:51Z", "security_group_id": "583089a9-dd72-4a1a-a3ca-0b507b568a9e", "tenant_id": "52346dd9ad324183b838b083d3adf4c7", "port_range_min": null, "ethertype": "IPv6", "project_id": "52346dd9ad324183b838b083d3adf4c7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:29:51Z", "revision_number": 0, "id": "d3f766d1-baab-4512-884b-2a8e69c8f8f9", "remote_group_id": "583089a9-dd72-4a1a-a3ca-0b507b568a9e", "remote_ip_prefix": null, "created_at": "2018-08-12T08:29:51Z", "security_group_id": "583089a9-dd72-4a1a-a3ca-0b507b568a9e", "tenant_id": "52346dd9ad324183b838b083d3adf4c7", "port_range_min": null, "ethertype": "IPv4", "project_id": "52346dd9ad324183b838b083d3adf4c7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:29:51Z", "revision_number": 0, "id": "d42c5527-9d03-4cb0-a24a-c1ed19e0a0ba", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:29:51Z", "security_group_id": "583089a9-dd72-4a1a-a3ca-0b507b568a9e", "tenant_id": "52346dd9ad324183b838b083d3adf4c7", "port_range_min": null, "ethertype": "IPv4", "project_id": "52346dd9ad324183b838b083d3adf4c7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:29:51Z", "revision_number": 0, "id": "dce1d80d-80e8-48ce-aeb7-96c4ccaef95c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:29:51Z", "security_group_id": "583089a9-dd72-4a1a-a3ca-0b507b568a9e", "tenant_id": "52346dd9ad324183b838b083d3adf4c7", "port_range_min": null, "ethertype": "IPv6", "project_id": "52346dd9ad324183b838b083d3adf4c7"}], "revision_number": 4, "project_id": "52346dd9ad324183b838b083d3adf4c7", "id": "583089a9-dd72-4a1a-a3ca-0b507b568a9e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "created_at": "2018-08-12T05:34:40Z", "updated_at": "2018-08-12T05:34:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "2192c259-363e-4768-ae73-e75837ad63b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "3f87ddc5-f84d-41dc-8215-847724782569", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "7d89f6da-ea78-49dd-9115-f9ad23b250bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "9ec4497d-0f65-44db-9be9-7b3042e4a584", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}], "revision_number": 4, "project_id": "85517fcf1c6247e699fdcdd42ecc8c79", "id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "created_at": "2018-08-12T05:16:02Z", "updated_at": "2018-08-12T05:16:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "1ecacd8c-c1c7-4a66-9871-406a69323b43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "3cc1750c-e0e7-4902-b6f3-494a161b832e", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "d719a7a4-8c99-44ed-8c12-6bf071890203", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "fe7421b5-d577-41da-8c78-62f3c07eda92", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}], "revision_number": 4, "project_id": "a267b9a156244bb192691cff6e5f74fe", "id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "315a428116f24d9fbb826b37080a918e", "created_at": "2018-08-12T05:11:31Z", "updated_at": "2018-08-12T05:11:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "5e52886a-1dc3-4a81-a55d-f388dc4fd1a1", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "678e32e4-d64c-448a-a4ab-e253ab94ae90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "a8da1539-e3ad-4f90-b2df-3dc1f09d228a", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "b73d5cc9-0205-4658-bb1f-61a042c0ab8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}], "revision_number": 4, "project_id": "315a428116f24d9fbb826b37080a918e", "id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-12T05:08:01Z", "updated_at": "2018-08-12T05:08:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:01Z", "revision_number": 0, "id": "0fb05d03-1117-45d0-930c-b6d4c96ef102", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "4faaab33-5788-4bbd-85b8-0fb44d41413a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "96d0c5a0-5c67-421b-8fc8-2b46d77e5db3", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "dd78519b-4bc5-4e8e-ad0f-58089dd69347", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "11a46741b7954b959fd7764109c047b6", "created_at": "2018-08-12T05:34:51Z", "updated_at": "2018-08-12T05:34:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "0b67bf3c-2289-43bb-ab6c-7d25ec32a279", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "51f3f833-337a-42bd-a8d5-742ea8d6c226", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "571fd0b5-ef90-408d-af33-aafb517b8993", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "944ba823-fb9c-496e-a66e-bb426bb14a8d", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}], "revision_number": 4, "project_id": "11a46741b7954b959fd7764109c047b6", "id": "90af9782-8112-4257-801d-ee5115d226ba", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "created_at": "2018-08-12T05:34:26Z", "updated_at": "2018-08-12T05:34:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "2ee1f63a-807c-4d6a-85ee-dd784f6b8c3f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5dec3ec2-2add-47dd-8618-90659dcf3885", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5ea0dc3e-49d0-43f0-94e9-f6443527d14c", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "fbfaca22-7e3e-4128-8973-43e439b77c28", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}], "revision_number": 4, "project_id": "3c01cd58055c44ecaef39f7e625c2258", "id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "521007c1818145639e93ceb270559219", "created_at": "2018-08-12T05:13:27Z", "updated_at": "2018-08-12T05:13:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "5e7fede5-b0f2-47d8-95c3-516cdfc7f9de", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "8fd0e36f-c6c4-4f64-ba97-40439e614448", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "db7d79de-1dfc-4138-945f-91e74cdc266b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "e87f2cff-ff3e-4b6d-aaf0-7f0eb0ab9f05", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}], "revision_number": 4, "project_id": "521007c1818145639e93ceb270559219", "id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "created_at": "2018-08-12T05:08:18Z", "updated_at": "2018-08-12T05:08:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "3c67be40-bf74-4f97-9693-d93ce73a23b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "6112d869-2fc6-4a25-a13c-3d55cd7206c0", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "bdf21c56-453e-482e-9cba-3c55abcb0339", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "c8e92c39-38cc-4f48-be9c-5f0912e6a725", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}], "revision_number": 4, "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "created_at": "2018-08-12T05:04:23Z", "updated_at": "2018-08-12T05:04:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "280546d9-8ad1-4283-abfc-15ee9b1736c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "58bce125-f2ca-4a6d-b9ca-4e6cf5c0f7a5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "69275b9a-cfb5-482c-a9c4-8ffc79adf2c7", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "6d747f3a-3764-469a-a645-f977585c5aac", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}], "revision_number": 4, "project_id": "310f5853751a4c968f3eeb0a3d99a0a8", "id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "created_at": "2018-08-12T05:34:42Z", "updated_at": "2018-08-12T05:34:42Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "199582e8-25aa-457a-aa7c-6d8413ca4464", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "234f3609-4454-448f-919d-c8143c7cd764", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "c1061460-71a2-49a9-a04b-9fa33eeb17ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "d21ac532-51d8-4d6b-8300-7bac216759bf", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}], "revision_number": 4, "project_id": "9f6c1a272706419c9a74b0893b2890e8", "id": "d6739716-c693-460c-89c6-e7c8c48f8245", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "created_at": "2018-08-12T05:34:54Z", "updated_at": "2018-08-12T05:34:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "0633a05a-ee7d-4476-a56b-75d011b22f77", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "6cc1b9f8-73db-47a3-a0e0-3c96c43f34da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "90d99a6b-e94f-4fd8-a10c-f19dd8954c13", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "e843c139-af2a-4d2c-a24f-59f7b10ff72e", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}], "revision_number": 4, "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "created_at": "2018-08-12T05:09:07Z", "updated_at": "2018-08-12T05:09:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "5495e168-f505-4d74-ae6d-387f0bf533c2", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "6fd19b8b-3062-456e-81ba-3ff37fe43429", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8ca59d25-485c-46ce-939c-2e4a468caeac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8f190846-50a0-42b9-b571-390809b752b1", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}], "revision_number": 4, "project_id": "fa9ca6d7608b4d7d87ce97331679a481", "id": "edcd9b17-9416-4c25-823c-060c435e18d7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "created_at": "2018-08-12T05:34:52Z", "updated_at": "2018-08-12T05:34:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "2c7e484e-6ec5-4a95-8c9c-66d294c0c27e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "70c74258-3c2c-4efc-87e0-079c26ee3417", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "b70382fa-082e-4c2b-abc8-87490fa50b11", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "c3628e02-b4b6-42c9-8751-c1a2d3c19caa", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}], "revision_number": 4, "project_id": "87db863ba6e348b0a5ddcb67053db9d1", "id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "name": "default"}]} 2018-08-12 08:30:33,241 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-ee3de2db-fe34-4843-a4dc-ffc49ff0a37c 2018-08-12 08:30:33,250 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d2ebf994fdc8eaa0c8868708108f1798fa1e90c" 2018-08-12 08:30:33,343 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:30:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6f6a3baf-c11f-41e1-8cbe-09aa39d1bcf2 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 5fe28c13d4d74ba2be8d019ac1ea6363.", "code": 404, "title": "Not Found"}} 2018-08-12 08:30:33,344 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 used request id req-6f6a3baf-c11f-41e1-8cbe-09aa39d1bcf2 2018-08-12 08:30:33,344 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:30:33,348 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d2ebf994fdc8eaa0c8868708108f1798fa1e90c" 2018-08-12 08:30:33,433 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:30:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-458df28c-e920-455c-96b9-bfd2fe4ad409 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa5a7fe6ee54472ba01638877aade8e3.", "code": 404, "title": "Not Found"}} 2018-08-12 08:30:33,433 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 used request id req-458df28c-e920-455c-96b9-bfd2fe4ad409 2018-08-12 08:30:33,433 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:30:33,436 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d2ebf994fdc8eaa0c8868708108f1798fa1e90c" 2018-08-12 08:30:33,528 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:30:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-01106cd5-adbf-421c-beaa-b03cad1f3ec5 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ea65becf30e54b27aa96a449698a435e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:30:33,529 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e used request id req-01106cd5-adbf-421c-beaa-b03cad1f3ec5 2018-08-12 08:30:33,529 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:30:33,532 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d2ebf994fdc8eaa0c8868708108f1798fa1e90c" 2018-08-12 08:30:33,618 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:30:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7c1e9608-3297-4647-b703-c31db0552bc2 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ff7abd7bb61f4f2889831e932d65dc2e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:30:33,619 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e used request id req-7c1e9608-3297-4647-b703-c31db0552bc2 2018-08-12 08:30:33,619 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:30:33,622 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d2ebf994fdc8eaa0c8868708108f1798fa1e90c" 2018-08-12 08:30:33,712 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:30:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-eb927244-1220-4aeb-a445-eb887ddd7a09 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3a85ceae958d4d9fba68847e7df67db8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:30:33,712 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 used request id req-eb927244-1220-4aeb-a445-eb887ddd7a09 2018-08-12 08:30:33,712 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:30:33,715 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/52346dd9ad324183b838b083d3adf4c7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d2ebf994fdc8eaa0c8868708108f1798fa1e90c" 2018-08-12 08:30:33,812 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:30:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe07df90-298e-4f65-8a38-d2a9c66e6c7a Content-Encoding: gzip Content-Length: 235 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/52346dd9ad324183b838b083d3adf4c7"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "52346dd9ad324183b838b083d3adf4c7", "name": "CreateInstancePortManipulationTests-c17ffab7-cedc-4fd-proj"}} 2018-08-12 08:30:33,812 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/52346dd9ad324183b838b083d3adf4c7 used request id req-fe07df90-298e-4f65-8a38-d2a9c66e6c7a 2018-08-12 08:30:33,813 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 583089a9-dd72-4a1a-a3ca-0b507b568a9e 2018-08-12 08:30:33,818 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=583089a9-dd72-4a1a-a3ca-0b507b568a9e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d2ebf994fdc8eaa0c8868708108f1798fa1e90c" 2018-08-12 08:30:33,994 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-876c6a4f-acb4-4aa9-8601-8275128e6382 Date: Sun, 12 Aug 2018 08:30:33 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "583089a9-dd72-4a1a-a3ca-0b507b568a9e", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:29:51Z", "security_group_id": "583089a9-dd72-4a1a-a3ca-0b507b568a9e", "port_range_min": null, "revision_number": 0, "tenant_id": "52346dd9ad324183b838b083d3adf4c7", "created_at": "2018-08-12T08:29:51Z", "project_id": "52346dd9ad324183b838b083d3adf4c7", "id": "5b73ade2-8a04-49b8-871e-4f8ab2ec69d6"}, {"remote_group_id": "583089a9-dd72-4a1a-a3ca-0b507b568a9e", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:29:51Z", "security_group_id": "583089a9-dd72-4a1a-a3ca-0b507b568a9e", "port_range_min": null, "revision_number": 0, "tenant_id": "52346dd9ad324183b838b083d3adf4c7", "created_at": "2018-08-12T08:29:51Z", "project_id": "52346dd9ad324183b838b083d3adf4c7", "id": "d3f766d1-baab-4512-884b-2a8e69c8f8f9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:29:51Z", "security_group_id": "583089a9-dd72-4a1a-a3ca-0b507b568a9e", "port_range_min": null, "revision_number": 0, "tenant_id": "52346dd9ad324183b838b083d3adf4c7", "created_at": "2018-08-12T08:29:51Z", "project_id": "52346dd9ad324183b838b083d3adf4c7", "id": "d42c5527-9d03-4cb0-a24a-c1ed19e0a0ba"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:29:51Z", "security_group_id": "583089a9-dd72-4a1a-a3ca-0b507b568a9e", "port_range_min": null, "revision_number": 0, "tenant_id": "52346dd9ad324183b838b083d3adf4c7", "created_at": "2018-08-12T08:29:51Z", "project_id": "52346dd9ad324183b838b083d3adf4c7", "id": "dce1d80d-80e8-48ce-aeb7-96c4ccaef95c"}]} 2018-08-12 08:30:33,994 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=583089a9-dd72-4a1a-a3ca-0b507b568a9e used request id req-876c6a4f-acb4-4aa9-8601-8275128e6382 2018-08-12 08:30:33,995 - neutron_utils - INFO - Deleting security group with name - default 2018-08-12 08:30:33,999 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/583089a9-dd72-4a1a-a3ca-0b507b568a9e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d2ebf994fdc8eaa0c8868708108f1798fa1e90c" 2018-08-12 08:30:34,342 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-20d41d77-6c6b-4778-b096-df6b92c2dc39 Content-Length: 0 Date: Sun, 12 Aug 2018 08:30:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:30:34,342 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/583089a9-dd72-4a1a-a3ca-0b507b568a9e used request id req-20d41d77-6c6b-4778-b096-df6b92c2dc39 2018-08-12 08:30:34,343 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-c17ffab7-cedc-4fd-proj 2018-08-12 08:30:34,346 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/52346dd9ad324183b838b083d3adf4c7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d2ebf994fdc8eaa0c8868708108f1798fa1e90c" 2018-08-12 08:30:34,662 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:30:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e4b8f0e3-58dc-4adb-aeda-9b7b45851ae9 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 08:30:34,662 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/52346dd9ad324183b838b083d3adf4c7 used request id req-e4b8f0e3-58dc-4adb-aeda-9b7b45851ae9 2018-08-12 08:30:34,662 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-c17ffab7-cedc-4fd-proj-role 2018-08-12 08:30:34,666 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/55390e6ec85d407bbf11634e16b4e9fb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d2ebf994fdc8eaa0c8868708108f1798fa1e90c" 2018-08-12 08:30:34,775 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:30:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1c2411e2-1ea3-40cc-b74c-334b8522cc7b 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 08:30:34,775 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/55390e6ec85d407bbf11634e16b4e9fb used request id req-1c2411e2-1ea3-40cc-b74c-334b8522cc7b 2018-08-12 08:30:34,779 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d2ebf994fdc8eaa0c8868708108f1798fa1e90c" 2018-08-12 08:30:34,873 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:30:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c8cee0ed-6b8c-42f8-97fe-c704283c4f43 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:30:34,873 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-c8cee0ed-6b8c-42f8-97fe-c704283c4f43 2018-08-12 08:30:34,874 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-c17ffab7-cedc-4fd-user 2018-08-12 08:30:34,878 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/d7ee7a325cb74a56a16515285b974638 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a4f69192be93dfc682dc977f9b87be16e92d1c6" 2018-08-12 08:30:35,101 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:30:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e5d0d45e-f04e-4a07-8852-3cdd48098898 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 08:30:35,101 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/d7ee7a325cb74a56a16515285b974638 used request id req-e5d0d45e-f04e-4a07-8852-3cdd48098898 2018-08-12 08:30:35,102 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:30:35,493 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:30:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["2d_lCl6NQw6ZWY865FUp2w"], "issued_at": "2018-08-12T08:30:35.000000Z"}} 2018-08-12 08:30:35,493 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}a969a28f9d6c416baea82182cf7699329e086fbe" 2018-08-12 08:30:35,577 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:30:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-534f01e9-832c-4f9d-8b2b-cad2e67fd057 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:30:35,577 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-534f01e9-832c-4f9d-8b2b-cad2e67fd057 2018-08-12 08:30:35,578 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:30:35,579 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:30:35,982 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:30:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["T-MrVeziQdyF9SZQZTwOxg"], "issued_at": "2018-08-12T08:30:35.000000Z"}} 2018-08-12 08:30:35,983 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}b4cf618ca0b84d37c6acb12eeb4593078e7818c6" 2018-08-12 08:30:36,064 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:30:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-13d0fde4-8c36-4535-90a8-5b5924015920 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:30:36,064 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-13d0fde4-8c36-4535-90a8-5b5924015920 2018-08-12 08:30:36,068 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:30:36,074 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:30:36 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:30:36,075 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-45c6148f-b651-487-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4cf618ca0b84d37c6acb12eeb4593078e7818c6" 2018-08-12 08:30:36,179 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:30:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9b0e717a-8022-4009-b7e0-4430d2a41eb6 Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-45c6148f-b651-487-proj", "previous": null, "next": null}, "projects": []} 2018-08-12 08:30:36,180 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-45c6148f-b651-487-proj used request id req-9b0e717a-8022-4009-b7e0-4430d2a41eb6 2018-08-12 08:30:36,186 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4cf618ca0b84d37c6acb12eeb4593078e7818c6" 2018-08-12 08:30:36,360 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:30:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-56be558a-eb58-49a1-9571-5dab3539f5e9 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:30:36,360 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-56be558a-eb58-49a1-9571-5dab3539f5e9 2018-08-12 08:30:36,364 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4cf618ca0b84d37c6acb12eeb4593078e7818c6" -d '{"project": {"enabled": true, "domain_id": "default", "name": "InstanceSecurityGroupTests-45c6148f-b651-487-proj"}}' 2018-08-12 08:30:36,494 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:30:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ad5d4ab2-72ff-4540-b0bb-344f7f828ebb Content-Length: 323 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/8b33a22d24a44bc7b2fb14dfb2e9153d"}, "tags": [], "enabled": true, "id": "8b33a22d24a44bc7b2fb14dfb2e9153d", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-45c6148f-b651-487-proj"}} 2018-08-12 08:30:36,494 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-ad5d4ab2-72ff-4540-b0bb-344f7f828ebb 2018-08-12 08:30:36,494 - keystone_utils - INFO - Created project with name - InstanceSecurityGroupTests-45c6148f-b651-487-proj 2018-08-12 08:30:36,494 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:30:36,495 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:30:36,892 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:30:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["7Hi1Yfx3RSyCMVU5IgpmEw"], "issued_at": "2018-08-12T08:30:36.000000Z"}} 2018-08-12 08:30:36,892 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}78e8286fb94a3f731de4b8b953151c6b4baf046a" 2018-08-12 08:30:36,976 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:30:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-895b4666-9c18-4896-97bc-2dc9d407f5a8 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:30:36,976 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-895b4666-9c18-4896-97bc-2dc9d407f5a8 2018-08-12 08:30:36,979 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:30:36,984 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:30:36 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:30:36,985 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78e8286fb94a3f731de4b8b953151c6b4baf046a" 2018-08-12 08:30:37,095 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:30:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dbebf60c-f829-4ce9-b78f-5786cafc4658 Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/105a247548624314b9228f85f6325f0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105a247548624314b9228f85f6325f0b", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/1c5de0eaa44543f08da6ad63a51594ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c5de0eaa44543f08da6ad63a51594ff", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/1d127b5b832547a88a547c116dfdd65b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d127b5b832547a88a547c116dfdd65b", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/1d5cfc170d624ce4ae53ae0507c8d517"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d5cfc170d624ce4ae53ae0507c8d517", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/2421820b75eb4d3ebd02830378d1377b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2421820b75eb4d3ebd02830378d1377b", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/40bd8ee54ecf44868cc83cede652c396"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40bd8ee54ecf44868cc83cede652c396", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/4f32fb8153854c4c9f5094b42b523f80"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f32fb8153854c4c9f5094b42b523f80", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7066130d08fb4db7bf4ab468de53933b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7066130d08fb4db7bf4ab468de53933b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/8d0898a83bcf4521bbc11501d5d7ac89"}, "domain_id": "1eec97585bde483292ece28ee11f4b8d", "enabled": true, "options": {}, "id": "8d0898a83bcf4521bbc11501d5d7ac89", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/9defcced327d476f8a3beab718a13da3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9defcced327d476f8a3beab718a13da3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/b80ee4f6992446e0879624dd436e99a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b80ee4f6992446e0879624dd436e99a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b86fd3e011324d398fcdb6f095a20a9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b86fd3e011324d398fcdb6f095a20a9d", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1701d2754064b5cadf765ea0806f9b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1701d2754064b5cadf765ea0806f9b2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/db4e7b8d76d549faa502716565c733dd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db4e7b8d76d549faa502716565c733dd", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-12 08:30:37,095 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-dbebf60c-f829-4ce9-b78f-5786cafc4658 2018-08-12 08:30:37,099 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=InstanceSecurityGroupTests-45c6148f-b651-487-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78e8286fb94a3f731de4b8b953151c6b4baf046a" 2018-08-12 08:30:37,187 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:30:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-def56a70-8f89-4bdf-a96c-24a3e5fd2f36 Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=InstanceSecurityGroupTests-45c6148f-b651-487-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/8b33a22d24a44bc7b2fb14dfb2e9153d"}, "tags": [], "enabled": true, "id": "8b33a22d24a44bc7b2fb14dfb2e9153d", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-45c6148f-b651-487-proj"}]} 2018-08-12 08:30:37,187 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=InstanceSecurityGroupTests-45c6148f-b651-487-proj used request id req-def56a70-8f89-4bdf-a96c-24a3e5fd2f36 2018-08-12 08:30:37,191 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78e8286fb94a3f731de4b8b953151c6b4baf046a" 2018-08-12 08:30:37,290 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:30:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d039fc8d-66be-41f2-8591-6843b5eda227 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:30:37,290 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-d039fc8d-66be-41f2-8591-6843b5eda227 2018-08-12 08:30:37,691 - keystone_utils - INFO - Created user with name - InstanceSecurityGroupTests-45c6148f-b651-487-user 2018-08-12 08:30:37,691 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:30:37,696 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4cf618ca0b84d37c6acb12eeb4593078e7818c6" 2018-08-12 08:30:37,781 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:30:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-638df742-81f5-4d27-ae12-b496ea05e6ef Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:30:37,781 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-638df742-81f5-4d27-ae12-b496ea05e6ef 2018-08-12 08:30:37,785 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4cf618ca0b84d37c6acb12eeb4593078e7818c6" -d '{"role": {"name": "InstanceSecurityGroupTests-45c6148f-b651-487-proj-role"}}' 2018-08-12 08:30:37,907 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:30:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8215b08d-ea8e-4044-9e1e-20b6540346fe Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "fe55cecdbedc452fa828a5e6646a0b41", "links": {"self": "http://172.30.9.21:5000/v3/roles/fe55cecdbedc452fa828a5e6646a0b41"}, "name": "InstanceSecurityGroupTests-45c6148f-b651-487-proj-role"}} 2018-08-12 08:30:37,907 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-8215b08d-ea8e-4044-9e1e-20b6540346fe 2018-08-12 08:30:37,907 - keystone_utils - INFO - Created role with name - InstanceSecurityGroupTests-45c6148f-b651-487-proj-role 2018-08-12 08:30:37,911 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/fe55cecdbedc452fa828a5e6646a0b41 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4cf618ca0b84d37c6acb12eeb4593078e7818c6" 2018-08-12 08:30:38,002 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:30:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d35599bc-54f1-48d2-9d27-e4d75e60a365 Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "fe55cecdbedc452fa828a5e6646a0b41", "links": {"self": "http://172.30.9.21:5000/v3/roles/fe55cecdbedc452fa828a5e6646a0b41"}, "name": "InstanceSecurityGroupTests-45c6148f-b651-487-proj-role"}} 2018-08-12 08:30:38,002 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/fe55cecdbedc452fa828a5e6646a0b41 used request id req-d35599bc-54f1-48d2-9d27-e4d75e60a365 2018-08-12 08:30:38,002 - keystone_utils - INFO - Granting role InstanceSecurityGroupTests-45c6148f-b651-487-proj-role to project InstanceSecurityGroupTests-45c6148f-b651-487-proj 2018-08-12 08:30:38,006 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/8b33a22d24a44bc7b2fb14dfb2e9153d/users/aa59a98be6334e34b15177d0767f0863/roles/fe55cecdbedc452fa828a5e6646a0b41 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4cf618ca0b84d37c6acb12eeb4593078e7818c6" 2018-08-12 08:30:38,138 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:30:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-beab0d86-190d-4713-9745-b3daa9af68d9 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 08:30:38,138 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/8b33a22d24a44bc7b2fb14dfb2e9153d/users/aa59a98be6334e34b15177d0767f0863/roles/fe55cecdbedc452fa828a5e6646a0b41 used request id req-beab0d86-190d-4713-9745-b3daa9af68d9 2018-08-12 08:30:38,138 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-12 08:30:38,140 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-08-12 08:30:38,140 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:30:38,141 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:30:38,543 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fe55cecdbedc452fa828a5e6646a0b41", "name": "InstanceSecurityGroupTests-45c6148f-b651-487-proj-role"}], "expires_at": "2018-08-12T09:30:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8b33a22d24a44bc7b2fb14dfb2e9153d", "name": "InstanceSecurityGroupTests-45c6148f-b651-487-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/8b33a22d24a44bc7b2fb14dfb2e9153d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/8b33a22d24a44bc7b2fb14dfb2e9153d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/8b33a22d24a44bc7b2fb14dfb2e9153d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_8b33a22d24a44bc7b2fb14dfb2e9153d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_8b33a22d24a44bc7b2fb14dfb2e9153d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/8b33a22d24a44bc7b2fb14dfb2e9153d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/8b33a22d24a44bc7b2fb14dfb2e9153d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/8b33a22d24a44bc7b2fb14dfb2e9153d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/8b33a22d24a44bc7b2fb14dfb2e9153d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/8b33a22d24a44bc7b2fb14dfb2e9153d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/8b33a22d24a44bc7b2fb14dfb2e9153d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/8b33a22d24a44bc7b2fb14dfb2e9153d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/8b33a22d24a44bc7b2fb14dfb2e9153d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/8b33a22d24a44bc7b2fb14dfb2e9153d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-45c6148f-b651-487-user", "id": "aa59a98be6334e34b15177d0767f0863"}, "audit_ids": ["7oBz20Z1Q7CHT4I_ilaN-A"], "issued_at": "2018-08-12T08:30:38.000000Z"}} 2018-08-12 08:30:38,543 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}8887c8261df60d4429b159470ff483e9bab49882" 2018-08-12 08:30:38,631 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:30:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1109ef51-0763-42ee-9966-cda72de6320e Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:30:38,631 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-1109ef51-0763-42ee-9966-cda72de6320e 2018-08-12 08:30:38,635 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8887c8261df60d4429b159470ff483e9bab49882" 2018-08-12 08:30:38,839 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 171 Content-Type: application/json X-Openstack-Request-Id: req-261176f0-998c-4196-a27b-149716a29052 Date: Sun, 12 Aug 2018 08:30:38 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-image"} 2018-08-12 08:30:38,839 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-image used request id req-261176f0-998c-4196-a27b-149716a29052 2018-08-12 08:30:38,842 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8887c8261df60d4429b159470ff483e9bab49882" 2018-08-12 08:30:39,013 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-1d5079a3-c56c-4233-b170-fbd3eb208f97 Date: Sun, 12 Aug 2018 08:30:39 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"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}, "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}, "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"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "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"}, "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"}, "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}, "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}, "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"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "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}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-12 08:30:39,013 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-1d5079a3-c56c-4233-b170-fbd3eb208f97 2018-08-12 08:30:39,043 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8887c8261df60d4429b159470ff483e9bab49882" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-image"}' 2018-08-12 08:30:39,263 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 630 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/1ad26e3f-c53a-4fa6-b99e-d5d3982c3112 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-2192d6b7-6320-41dc-9ebd-521eb4c330f2 Date: Sun, 12 Aug 2018 08:30:39 GMT RESP BODY: {"status": "queued", "name": "InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-image", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:30:39Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-08-12T08:30:39Z", "visibility": "shared", "locations": [], "self": "/v2/images/1ad26e3f-c53a-4fa6-b99e-d5d3982c3112", "min_disk": 0, "protected": false, "id": "1ad26e3f-c53a-4fa6-b99e-d5d3982c3112", "file": "/v2/images/1ad26e3f-c53a-4fa6-b99e-d5d3982c3112/file", "checksum": null, "owner": "8b33a22d24a44bc7b2fb14dfb2e9153d", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-12 08:30:39,263 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-2192d6b7-6320-41dc-9ebd-521eb4c330f2 2018-08-12 08:30:39,283 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/1ad26e3f-c53a-4fa6-b99e-d5d3982c3112/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8887c8261df60d4429b159470ff483e9bab49882" -d '' 2018-08-12 08:30:40,373 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-4bf733d4-e8ec-48a7-a981-b29993c8ff1c Date: Sun, 12 Aug 2018 08:30:40 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-12 08:30:40,373 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/1ad26e3f-c53a-4fa6-b99e-d5d3982c3112/file used request id req-4bf733d4-e8ec-48a7-a981-b29993c8ff1c 2018-08-12 08:30:40,373 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-12 08:30:40,377 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/1ad26e3f-c53a-4fa6-b99e-d5d3982c3112 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8887c8261df60d4429b159470ff483e9bab49882" 2018-08-12 08:30:40,563 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-60459a51-294a-44a8-aad7-89f2fd17e029 Date: Sun, 12 Aug 2018 08:30:40 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-image", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:30:39Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-12T08:30:40Z", "visibility": "shared", "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/1ad26e3f-c53a-4fa6-b99e-d5d3982c3112/snap", "metadata": {}}], "self": "/v2/images/1ad26e3f-c53a-4fa6-b99e-d5d3982c3112", "min_disk": 0, "protected": false, "id": "1ad26e3f-c53a-4fa6-b99e-d5d3982c3112", "file": "/v2/images/1ad26e3f-c53a-4fa6-b99e-d5d3982c3112/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "8b33a22d24a44bc7b2fb14dfb2e9153d", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/1ad26e3f-c53a-4fa6-b99e-d5d3982c3112/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-12 08:30:40,563 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/1ad26e3f-c53a-4fa6-b99e-d5d3982c3112 used request id req-60459a51-294a-44a8-aad7-89f2fd17e029 2018-08-12 08:30:40,566 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8887c8261df60d4429b159470ff483e9bab49882" 2018-08-12 08:30:40,744 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-c922e945-67cc-4619-8fe9-7e00047089af Date: Sun, 12 Aug 2018 08:30:40 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"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}, "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}, "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"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "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"}, "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"}, "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}, "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}, "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"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "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}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-12 08:30:40,744 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-c922e945-67cc-4619-8fe9-7e00047089af 2018-08-12 08:30:40,747 - create_image - INFO - Created image with name - InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-image 2018-08-12 08:30:40,750 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/1ad26e3f-c53a-4fa6-b99e-d5d3982c3112 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8887c8261df60d4429b159470ff483e9bab49882" 2018-08-12 08:30:40,931 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-3c3142f0-0914-41d6-86bb-847c337ef077 Date: Sun, 12 Aug 2018 08:30:40 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-image", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:30:39Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-12T08:30:40Z", "visibility": "shared", "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/1ad26e3f-c53a-4fa6-b99e-d5d3982c3112/snap", "metadata": {}}], "self": "/v2/images/1ad26e3f-c53a-4fa6-b99e-d5d3982c3112", "min_disk": 0, "protected": false, "id": "1ad26e3f-c53a-4fa6-b99e-d5d3982c3112", "file": "/v2/images/1ad26e3f-c53a-4fa6-b99e-d5d3982c3112/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "8b33a22d24a44bc7b2fb14dfb2e9153d", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/1ad26e3f-c53a-4fa6-b99e-d5d3982c3112/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-12 08:30:40,932 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/1ad26e3f-c53a-4fa6-b99e-d5d3982c3112 used request id req-3c3142f0-0914-41d6-86bb-847c337ef077 2018-08-12 08:30:40,932 - create_image - DEBUG - Instance status is - active 2018-08-12 08:30:40,932 - create_image - DEBUG - Image is active with name - InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-image 2018-08-12 08:30:40,933 - create_image - INFO - Image is now active with name - InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-image 2018-08-12 08:30:40,933 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:30:40,934 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:30:41,320 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fe55cecdbedc452fa828a5e6646a0b41", "name": "InstanceSecurityGroupTests-45c6148f-b651-487-proj-role"}], "expires_at": "2018-08-12T09:30:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8b33a22d24a44bc7b2fb14dfb2e9153d", "name": "InstanceSecurityGroupTests-45c6148f-b651-487-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/8b33a22d24a44bc7b2fb14dfb2e9153d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/8b33a22d24a44bc7b2fb14dfb2e9153d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/8b33a22d24a44bc7b2fb14dfb2e9153d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_8b33a22d24a44bc7b2fb14dfb2e9153d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_8b33a22d24a44bc7b2fb14dfb2e9153d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/8b33a22d24a44bc7b2fb14dfb2e9153d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/8b33a22d24a44bc7b2fb14dfb2e9153d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/8b33a22d24a44bc7b2fb14dfb2e9153d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/8b33a22d24a44bc7b2fb14dfb2e9153d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/8b33a22d24a44bc7b2fb14dfb2e9153d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/8b33a22d24a44bc7b2fb14dfb2e9153d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/8b33a22d24a44bc7b2fb14dfb2e9153d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/8b33a22d24a44bc7b2fb14dfb2e9153d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/8b33a22d24a44bc7b2fb14dfb2e9153d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-45c6148f-b651-487-user", "id": "aa59a98be6334e34b15177d0767f0863"}, "audit_ids": ["8bRtA4hYSpmbnob2iSHzdw"], "issued_at": "2018-08-12T08:30:41.000000Z"}} 2018-08-12 08:30:41,320 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}93582915e6bc619c909f8b87d7b9d74aa1e219de" 2018-08-12 08:30:41,407 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:30:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6e4d7a94-96d2-499f-84d7-e9825c7b3e52 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:30:41,408 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-6e4d7a94-96d2-499f-84d7-e9825c7b3e52 2018-08-12 08:30:41,409 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:30:41,409 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:30:41,409 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:30:41,409 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:30:41,409 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:30:41,416 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93582915e6bc619c909f8b87d7b9d74aa1e219de" 2018-08-12 08:30:41,615 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-d5bfdab2-8916-4833-886c-6319df0ee8ce Date: Sun, 12 Aug 2018 08:30:41 GMT RESP BODY: {"networks":[]} 2018-08-12 08:30:41,615 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-pub-net used request id req-d5bfdab2-8916-4833-886c-6319df0ee8ce 2018-08-12 08:30:41,615 - neutron_utils - INFO - Creating network with name InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-pub-net 2018-08-12 08:30:41,620 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93582915e6bc619c909f8b87d7b9d74aa1e219de" -d '{"network": {"name": "InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-pub-net", "admin_state_up": true}}' 2018-08-12 08:30:42,296 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 608 X-Openstack-Request-Id: req-efa901df-a4ce-4075-8f1c-f13672469b77 Date: Sun, 12 Aug 2018 08:30:42 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"8b33a22d24a44bc7b2fb14dfb2e9153d","created_at":"2018-08-12T08:30:41Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T08:30:42Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"8b33a22d24a44bc7b2fb14dfb2e9153d","id":"1e3eba9e-5820-454e-a38a-2c2f89240623","name":"InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-pub-net"}} 2018-08-12 08:30:42,296 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-efa901df-a4ce-4075-8f1c-f13672469b77 2018-08-12 08:30:42,301 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=1e3eba9e-5820-454e-a38a-2c2f89240623 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93582915e6bc619c909f8b87d7b9d74aa1e219de" 2018-08-12 08:30:42,593 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 592 X-Openstack-Request-Id: req-dffa8ec4-4ff8-4b4e-ad09-7edca91fea7a Date: Sun, 12 Aug 2018 08:30:42 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-12T08:30:42Z","tenant_id":"8b33a22d24a44bc7b2fb14dfb2e9153d","created_at":"2018-08-12T08:30:41Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"8b33a22d24a44bc7b2fb14dfb2e9153d","id":"1e3eba9e-5820-454e-a38a-2c2f89240623","name":"InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-pub-net"}]} 2018-08-12 08:30:42,593 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=1e3eba9e-5820-454e-a38a-2c2f89240623 used request id req-dffa8ec4-4ff8-4b4e-ad09-7edca91fea7a 2018-08-12 08:30:42,598 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=1e3eba9e-5820-454e-a38a-2c2f89240623 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93582915e6bc619c909f8b87d7b9d74aa1e219de" 2018-08-12 08:30:42,800 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-4235804e-31c2-4c3e-9cc8-0f89df5d3368 Date: Sun, 12 Aug 2018 08:30:42 GMT RESP BODY: {"subnets":[]} 2018-08-12 08:30:42,800 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=1e3eba9e-5820-454e-a38a-2c2f89240623 used request id req-4235804e-31c2-4c3e-9cc8-0f89df5d3368 2018-08-12 08:30:42,801 - neutron_utils - INFO - Creating subnet with name InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-pub-subnet 2018-08-12 08:30:42,806 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93582915e6bc619c909f8b87d7b9d74aa1e219de" -d '{"subnets": [{"ip_version": 4, "network_id": "1e3eba9e-5820-454e-a38a-2c2f89240623", "cidr": "10.55.0.0/24", "name": "InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-pub-subnet"}]}' 2018-08-12 08:30:43,570 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-7b247342-9d2e-4a29-a834-3f91b4dfbcb4 Date: Sun, 12 Aug 2018 08:30:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1e3eba9e-5820-454e-a38a-2c2f89240623","tenant_id":"8b33a22d24a44bc7b2fb14dfb2e9153d","created_at":"2018-08-12T08:30:43Z","dns_nameservers":[],"updated_at":"2018-08-12T08:30:43Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"8b33a22d24a44bc7b2fb14dfb2e9153d","id":"32aa7fc4-0b3d-41a0-86d8-c7d149d4c929","subnetpool_id":null,"name":"InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-pub-subnet"}]} 2018-08-12 08:30:43,570 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-7b247342-9d2e-4a29-a834-3f91b4dfbcb4 2018-08-12 08:30:43,575 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=1e3eba9e-5820-454e-a38a-2c2f89240623 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93582915e6bc619c909f8b87d7b9d74aa1e219de" 2018-08-12 08:30:43,888 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-31bec038-0075-4364-96f1-1db72640a64a Date: Sun, 12 Aug 2018 08:30:43 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["32aa7fc4-0b3d-41a0-86d8-c7d149d4c929"],"updated_at":"2018-08-12T08:30:43Z","tenant_id":"8b33a22d24a44bc7b2fb14dfb2e9153d","created_at":"2018-08-12T08:30:41Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"8b33a22d24a44bc7b2fb14dfb2e9153d","id":"1e3eba9e-5820-454e-a38a-2c2f89240623","name":"InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-pub-net"}]} 2018-08-12 08:30:43,888 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=1e3eba9e-5820-454e-a38a-2c2f89240623 used request id req-31bec038-0075-4364-96f1-1db72640a64a 2018-08-12 08:30:43,893 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=1e3eba9e-5820-454e-a38a-2c2f89240623 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93582915e6bc619c909f8b87d7b9d74aa1e219de" 2018-08-12 08:30:44,114 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-7d860699-82da-46c1-a481-213173d351e6 Date: Sun, 12 Aug 2018 08:30:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1e3eba9e-5820-454e-a38a-2c2f89240623","tenant_id":"8b33a22d24a44bc7b2fb14dfb2e9153d","created_at":"2018-08-12T08:30:43Z","dns_nameservers":[],"updated_at":"2018-08-12T08:30:43Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"8b33a22d24a44bc7b2fb14dfb2e9153d","id":"32aa7fc4-0b3d-41a0-86d8-c7d149d4c929","subnetpool_id":null,"name":"InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-pub-subnet"}]} 2018-08-12 08:30:44,114 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=1e3eba9e-5820-454e-a38a-2c2f89240623 used request id req-7d860699-82da-46c1-a481-213173d351e6 2018-08-12 08:30:44,115 - OpenStackNetwork - DEBUG - Network [1e3eba9e-5820-454e-a38a-2c2f89240623] created successfully 2018-08-12 08:30:44,115 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:30:44,116 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:30:44,517 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:30:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["50n7yYFLRW2aHadape1ymQ"], "issued_at": "2018-08-12T08:30:44.000000Z"}} 2018-08-12 08:30:44,517 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}ca5d14f21ba994e01d8e371c906695785b54ecdf" 2018-08-12 08:30:44,595 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:30:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c5009a16-e894-4ffc-8431-57cc38402665 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:30:44,595 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-c5009a16-e894-4ffc-8431-57cc38402665 2018-08-12 08:30:44,596 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-12 08:30:44,601 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca5d14f21ba994e01d8e371c906695785b54ecdf" 2018-08-12 08:30:44,795 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:30: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-c56556b4-14a6-4c8f-90cd-a4c501852a7c x-compute-request-id: req-c56556b4-14a6-4c8f-90cd-a4c501852a7c Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-08-12 08:30:44,795 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-c56556b4-14a6-4c8f-90cd-a4c501852a7c 2018-08-12 08:30:44,799 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca5d14f21ba994e01d8e371c906695785b54ecdf" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-08-12 08:30:44,861 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:30: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-3e5c4ba6-5b0c-4109-83b2-f6fd579938c5 x-compute-request-id: req-3e5c4ba6-5b0c-4109-83b2-f6fd579938c5 Content-Encoding: gzip Content-Length: 325 Content-Type: application/json RESP BODY: {"flavor": {"name": "InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-flavor-name", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/f75344ff-478f-4ef1-9969-2b50e2f1c646", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/f75344ff-478f-4ef1-9969-2b50e2f1c646", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": "f75344ff-478f-4ef1-9969-2b50e2f1c646"}} 2018-08-12 08:30:44,862 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-3e5c4ba6-5b0c-4109-83b2-f6fd579938c5 2018-08-12 08:30:44,862 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:30:44,863 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:30:45,299 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fe55cecdbedc452fa828a5e6646a0b41", "name": "InstanceSecurityGroupTests-45c6148f-b651-487-proj-role"}], "expires_at": "2018-08-12T09:30:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8b33a22d24a44bc7b2fb14dfb2e9153d", "name": "InstanceSecurityGroupTests-45c6148f-b651-487-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/8b33a22d24a44bc7b2fb14dfb2e9153d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/8b33a22d24a44bc7b2fb14dfb2e9153d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/8b33a22d24a44bc7b2fb14dfb2e9153d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_8b33a22d24a44bc7b2fb14dfb2e9153d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_8b33a22d24a44bc7b2fb14dfb2e9153d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/8b33a22d24a44bc7b2fb14dfb2e9153d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/8b33a22d24a44bc7b2fb14dfb2e9153d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/8b33a22d24a44bc7b2fb14dfb2e9153d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/8b33a22d24a44bc7b2fb14dfb2e9153d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/8b33a22d24a44bc7b2fb14dfb2e9153d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/8b33a22d24a44bc7b2fb14dfb2e9153d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/8b33a22d24a44bc7b2fb14dfb2e9153d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/8b33a22d24a44bc7b2fb14dfb2e9153d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/8b33a22d24a44bc7b2fb14dfb2e9153d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-45c6148f-b651-487-user", "id": "aa59a98be6334e34b15177d0767f0863"}, "audit_ids": ["BZvESmctSdqTdaftczyoBg"], "issued_at": "2018-08-12T08:30:45.000000Z"}} 2018-08-12 08:30:45,300 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}13b360de2af515810b71acebcb7313023894053d" 2018-08-12 08:30:45,410 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:30:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fba7b04f-fc6a-4b84-90eb-586e37eaa954 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:30:45,410 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-fba7b04f-fc6a-4b84-90eb-586e37eaa954 2018-08-12 08:30:45,411 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-12 08:30:45,412 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:30:45,413 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:30:45,413 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:30:45,413 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:30:45,413 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:30:45,415 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}13b360de2af515810b71acebcb7313023894053d" 2018-08-12 08:30:45,496 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:30:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-78285051-b23e-405e-afe2-ed86088b6064 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:30:45,496 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-78285051-b23e-405e-afe2-ed86088b6064 2018-08-12 08:30:45,504 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13b360de2af515810b71acebcb7313023894053d" 2018-08-12 08:30:45,781 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-ead05fc8-6f3c-4932-8366-62e486704a74 Date: Sun, 12 Aug 2018 08:30:45 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":["32aa7fc4-0b3d-41a0-86d8-c7d149d4c929"],"updated_at":"2018-08-12T08:30:43Z","tenant_id":"8b33a22d24a44bc7b2fb14dfb2e9153d","created_at":"2018-08-12T08:30:41Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"8b33a22d24a44bc7b2fb14dfb2e9153d","id":"1e3eba9e-5820-454e-a38a-2c2f89240623","name":"InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-pub-net"}]} 2018-08-12 08:30:45,781 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-pub-net used request id req-ead05fc8-6f3c-4932-8366-62e486704a74 2018-08-12 08:30:45,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=1e3eba9e-5820-454e-a38a-2c2f89240623 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13b360de2af515810b71acebcb7313023894053d" 2018-08-12 08:30:46,028 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-862bfb0c-f4dd-49da-8ef9-b1d47b0b0980 Date: Sun, 12 Aug 2018 08:30:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1e3eba9e-5820-454e-a38a-2c2f89240623","tenant_id":"8b33a22d24a44bc7b2fb14dfb2e9153d","created_at":"2018-08-12T08:30:43Z","dns_nameservers":[],"updated_at":"2018-08-12T08:30:43Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"8b33a22d24a44bc7b2fb14dfb2e9153d","id":"32aa7fc4-0b3d-41a0-86d8-c7d149d4c929","subnetpool_id":null,"name":"InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-pub-subnet"}]} 2018-08-12 08:30:46,028 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=1e3eba9e-5820-454e-a38a-2c2f89240623 used request id req-862bfb0c-f4dd-49da-8ef9-b1d47b0b0980 2018-08-12 08:30:46,034 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13b360de2af515810b71acebcb7313023894053d" 2018-08-12 08:30:46,484 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-cf344deb-06da-48bb-ac1a-47a028973ae8 Date: Sun, 12 Aug 2018 08:30:46 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":["32aa7fc4-0b3d-41a0-86d8-c7d149d4c929"],"updated_at":"2018-08-12T08:30:43Z","tenant_id":"8b33a22d24a44bc7b2fb14dfb2e9153d","created_at":"2018-08-12T08:30:41Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"8b33a22d24a44bc7b2fb14dfb2e9153d","id":"1e3eba9e-5820-454e-a38a-2c2f89240623","name":"InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-pub-net"}]} 2018-08-12 08:30:46,484 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-pub-net used request id req-cf344deb-06da-48bb-ac1a-47a028973ae8 2018-08-12 08:30:46,487 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:30:46,492 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:30:46 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:30:46,493 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/8b33a22d24a44bc7b2fb14dfb2e9153d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13b360de2af515810b71acebcb7313023894053d" 2018-08-12 08:30:46,581 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:30:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-55b4acfd-0b7d-48aa-b30b-63e8f493fb76 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/8b33a22d24a44bc7b2fb14dfb2e9153d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "8b33a22d24a44bc7b2fb14dfb2e9153d", "name": "InstanceSecurityGroupTests-45c6148f-b651-487-proj"}} 2018-08-12 08:30:46,581 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/8b33a22d24a44bc7b2fb14dfb2e9153d used request id req-55b4acfd-0b7d-48aa-b30b-63e8f493fb76 2018-08-12 08:30:46,586 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=1e3eba9e-5820-454e-a38a-2c2f89240623 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13b360de2af515810b71acebcb7313023894053d" 2018-08-12 08:30:46,977 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-e8ab6d05-b1e3-45a0-8ae5-89cb0f547ab9 Date: Sun, 12 Aug 2018 08:30:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1e3eba9e-5820-454e-a38a-2c2f89240623","tenant_id":"8b33a22d24a44bc7b2fb14dfb2e9153d","created_at":"2018-08-12T08:30:43Z","dns_nameservers":[],"updated_at":"2018-08-12T08:30:43Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"8b33a22d24a44bc7b2fb14dfb2e9153d","id":"32aa7fc4-0b3d-41a0-86d8-c7d149d4c929","subnetpool_id":null,"name":"InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-pub-subnet"}]} 2018-08-12 08:30:46,978 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=1e3eba9e-5820-454e-a38a-2c2f89240623 used request id req-e8ab6d05-b1e3-45a0-8ae5-89cb0f547ab9 2018-08-12 08:30:46,983 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=1e3eba9e-5820-454e-a38a-2c2f89240623&name=InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13b360de2af515810b71acebcb7313023894053d" 2018-08-12 08:30:47,020 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-fb3aa94a-fdce-4721-8c3f-eeaf6320946a Date: Sun, 12 Aug 2018 08:30:47 GMT RESP BODY: {"ports":[]} 2018-08-12 08:30:47,020 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=1e3eba9e-5820-454e-a38a-2c2f89240623&name=InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-port&admin_state_up=True used request id req-fb3aa94a-fdce-4721-8c3f-eeaf6320946a 2018-08-12 08:30:47,024 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/detail?name=InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13b360de2af515810b71acebcb7313023894053d" 2018-08-12 08:30:47,271 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:30:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-cd2bcb08-9233-4c0c-97d2-c2320ef4c994 x-compute-request-id: req-cd2bcb08-9233-4c0c-97d2-c2320ef4c994 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-12 08:30:47,272 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail?name=InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-inst used request id req-cd2bcb08-9233-4c0c-97d2-c2320ef4c994 2018-08-12 08:30:47,277 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13b360de2af515810b71acebcb7313023894053d" 2018-08-12 08:30:47,532 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-67c1cce5-850b-4b81-b01c-10059250e7ef Date: Sun, 12 Aug 2018 08:30:47 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":["32aa7fc4-0b3d-41a0-86d8-c7d149d4c929"],"updated_at":"2018-08-12T08:30:43Z","tenant_id":"8b33a22d24a44bc7b2fb14dfb2e9153d","created_at":"2018-08-12T08:30:41Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"8b33a22d24a44bc7b2fb14dfb2e9153d","id":"1e3eba9e-5820-454e-a38a-2c2f89240623","name":"InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-pub-net"}]} 2018-08-12 08:30:47,532 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-pub-net used request id req-67c1cce5-850b-4b81-b01c-10059250e7ef 2018-08-12 08:30:47,537 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=1e3eba9e-5820-454e-a38a-2c2f89240623 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13b360de2af515810b71acebcb7313023894053d" 2018-08-12 08:30:47,589 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-bfc79cc6-f293-417b-b8bb-b2f9f9b4a809 Date: Sun, 12 Aug 2018 08:30:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1e3eba9e-5820-454e-a38a-2c2f89240623","tenant_id":"8b33a22d24a44bc7b2fb14dfb2e9153d","created_at":"2018-08-12T08:30:43Z","dns_nameservers":[],"updated_at":"2018-08-12T08:30:43Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"8b33a22d24a44bc7b2fb14dfb2e9153d","id":"32aa7fc4-0b3d-41a0-86d8-c7d149d4c929","subnetpool_id":null,"name":"InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-pub-subnet"}]} 2018-08-12 08:30:47,589 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=1e3eba9e-5820-454e-a38a-2c2f89240623 used request id req-bfc79cc6-f293-417b-b8bb-b2f9f9b4a809 2018-08-12 08:30:47,595 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13b360de2af515810b71acebcb7313023894053d" 2018-08-12 08:30:47,879 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-1f352b56-33b0-49b7-a207-838b6431bada Date: Sun, 12 Aug 2018 08:30:47 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":["32aa7fc4-0b3d-41a0-86d8-c7d149d4c929"],"updated_at":"2018-08-12T08:30:43Z","tenant_id":"8b33a22d24a44bc7b2fb14dfb2e9153d","created_at":"2018-08-12T08:30:41Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"8b33a22d24a44bc7b2fb14dfb2e9153d","id":"1e3eba9e-5820-454e-a38a-2c2f89240623","name":"InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-pub-net"}]} 2018-08-12 08:30:47,879 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-pub-net used request id req-1f352b56-33b0-49b7-a207-838b6431bada 2018-08-12 08:30:47,883 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/8b33a22d24a44bc7b2fb14dfb2e9153d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13b360de2af515810b71acebcb7313023894053d" 2018-08-12 08:30:47,970 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:30:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1afb0558-d06e-4d25-843f-093a0194041a Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/8b33a22d24a44bc7b2fb14dfb2e9153d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "8b33a22d24a44bc7b2fb14dfb2e9153d", "name": "InstanceSecurityGroupTests-45c6148f-b651-487-proj"}} 2018-08-12 08:30:47,970 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/8b33a22d24a44bc7b2fb14dfb2e9153d used request id req-1afb0558-d06e-4d25-843f-093a0194041a 2018-08-12 08:30:47,975 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=1e3eba9e-5820-454e-a38a-2c2f89240623 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13b360de2af515810b71acebcb7313023894053d" 2018-08-12 08:30:48,196 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-07c5b9b6-340e-4afb-9cee-f6cd7b7293d1 Date: Sun, 12 Aug 2018 08:30:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1e3eba9e-5820-454e-a38a-2c2f89240623","tenant_id":"8b33a22d24a44bc7b2fb14dfb2e9153d","created_at":"2018-08-12T08:30:43Z","dns_nameservers":[],"updated_at":"2018-08-12T08:30:43Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"8b33a22d24a44bc7b2fb14dfb2e9153d","id":"32aa7fc4-0b3d-41a0-86d8-c7d149d4c929","subnetpool_id":null,"name":"InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-pub-subnet"}]} 2018-08-12 08:30:48,196 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=1e3eba9e-5820-454e-a38a-2c2f89240623 used request id req-07c5b9b6-340e-4afb-9cee-f6cd7b7293d1 2018-08-12 08:30:48,201 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=1e3eba9e-5820-454e-a38a-2c2f89240623&name=InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13b360de2af515810b71acebcb7313023894053d" 2018-08-12 08:30:48,392 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-7e5e5f0f-6767-4d0c-848b-68f41f0cabc6 Date: Sun, 12 Aug 2018 08:30:48 GMT RESP BODY: {"ports":[]} 2018-08-12 08:30:48,393 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=1e3eba9e-5820-454e-a38a-2c2f89240623&name=InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-port&admin_state_up=True used request id req-7e5e5f0f-6767-4d0c-848b-68f41f0cabc6 2018-08-12 08:30:48,393 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:30:48,394 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:30:48,820 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fe55cecdbedc452fa828a5e6646a0b41", "name": "InstanceSecurityGroupTests-45c6148f-b651-487-proj-role"}], "expires_at": "2018-08-12T09:30:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8b33a22d24a44bc7b2fb14dfb2e9153d", "name": "InstanceSecurityGroupTests-45c6148f-b651-487-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/8b33a22d24a44bc7b2fb14dfb2e9153d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/8b33a22d24a44bc7b2fb14dfb2e9153d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/8b33a22d24a44bc7b2fb14dfb2e9153d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_8b33a22d24a44bc7b2fb14dfb2e9153d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_8b33a22d24a44bc7b2fb14dfb2e9153d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/8b33a22d24a44bc7b2fb14dfb2e9153d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/8b33a22d24a44bc7b2fb14dfb2e9153d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/8b33a22d24a44bc7b2fb14dfb2e9153d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/8b33a22d24a44bc7b2fb14dfb2e9153d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/8b33a22d24a44bc7b2fb14dfb2e9153d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/8b33a22d24a44bc7b2fb14dfb2e9153d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/8b33a22d24a44bc7b2fb14dfb2e9153d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/8b33a22d24a44bc7b2fb14dfb2e9153d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/8b33a22d24a44bc7b2fb14dfb2e9153d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-45c6148f-b651-487-user", "id": "aa59a98be6334e34b15177d0767f0863"}, "audit_ids": ["cOJKTasLTkythfilwfXswg"], "issued_at": "2018-08-12T08:30:48.000000Z"}} 2018-08-12 08:30:48,821 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}a5d3eedc94288eb16bbe4156524991454f3ffedf" 2018-08-12 08:30:48,915 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:30:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7dfc8700-900f-4f45-9ef7-e32aea7ba42f Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:30:48,915 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-7dfc8700-900f-4f45-9ef7-e32aea7ba42f 2018-08-12 08:30:48,921 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13b360de2af515810b71acebcb7313023894053d" 2018-08-12 08:30:49,213 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-5a008f4f-f9c6-44bb-a774-a15f6bab10ab Date: Sun, 12 Aug 2018 08:30: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":["32aa7fc4-0b3d-41a0-86d8-c7d149d4c929"],"updated_at":"2018-08-12T08:30:43Z","tenant_id":"8b33a22d24a44bc7b2fb14dfb2e9153d","created_at":"2018-08-12T08:30:41Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"8b33a22d24a44bc7b2fb14dfb2e9153d","id":"1e3eba9e-5820-454e-a38a-2c2f89240623","name":"InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-pub-net"}]} 2018-08-12 08:30:49,213 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-pub-net used request id req-5a008f4f-f9c6-44bb-a774-a15f6bab10ab 2018-08-12 08:30:49,219 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=1e3eba9e-5820-454e-a38a-2c2f89240623 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13b360de2af515810b71acebcb7313023894053d" 2018-08-12 08:30:49,452 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-30cc9637-32c8-4d23-a5ae-5422a43f25bf Date: Sun, 12 Aug 2018 08:30:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1e3eba9e-5820-454e-a38a-2c2f89240623","tenant_id":"8b33a22d24a44bc7b2fb14dfb2e9153d","created_at":"2018-08-12T08:30:43Z","dns_nameservers":[],"updated_at":"2018-08-12T08:30:43Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"8b33a22d24a44bc7b2fb14dfb2e9153d","id":"32aa7fc4-0b3d-41a0-86d8-c7d149d4c929","subnetpool_id":null,"name":"InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-pub-subnet"}]} 2018-08-12 08:30:49,453 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=1e3eba9e-5820-454e-a38a-2c2f89240623 used request id req-30cc9637-32c8-4d23-a5ae-5422a43f25bf 2018-08-12 08:30:49,458 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13b360de2af515810b71acebcb7313023894053d" 2018-08-12 08:30:49,731 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-a9db8634-8dc4-4436-96bc-c5a850656534 Date: Sun, 12 Aug 2018 08:30: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":["32aa7fc4-0b3d-41a0-86d8-c7d149d4c929"],"updated_at":"2018-08-12T08:30:43Z","tenant_id":"8b33a22d24a44bc7b2fb14dfb2e9153d","created_at":"2018-08-12T08:30:41Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"8b33a22d24a44bc7b2fb14dfb2e9153d","id":"1e3eba9e-5820-454e-a38a-2c2f89240623","name":"InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-pub-net"}]} 2018-08-12 08:30:49,732 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-pub-net used request id req-a9db8634-8dc4-4436-96bc-c5a850656534 2018-08-12 08:30:49,735 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:30:49,741 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:30:49 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:30:49,742 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/8b33a22d24a44bc7b2fb14dfb2e9153d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5d3eedc94288eb16bbe4156524991454f3ffedf" 2018-08-12 08:30:49,836 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:30:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4ba9096f-3d68-4df1-bea9-fa97ea2562b9 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/8b33a22d24a44bc7b2fb14dfb2e9153d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "8b33a22d24a44bc7b2fb14dfb2e9153d", "name": "InstanceSecurityGroupTests-45c6148f-b651-487-proj"}} 2018-08-12 08:30:49,837 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/8b33a22d24a44bc7b2fb14dfb2e9153d used request id req-4ba9096f-3d68-4df1-bea9-fa97ea2562b9 2018-08-12 08:30:49,842 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=1e3eba9e-5820-454e-a38a-2c2f89240623 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13b360de2af515810b71acebcb7313023894053d" 2018-08-12 08:30:50,058 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-61e75cf9-f63a-47cd-8cdc-c19bbd9b34a0 Date: Sun, 12 Aug 2018 08:30:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1e3eba9e-5820-454e-a38a-2c2f89240623","tenant_id":"8b33a22d24a44bc7b2fb14dfb2e9153d","created_at":"2018-08-12T08:30:43Z","dns_nameservers":[],"updated_at":"2018-08-12T08:30:43Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"8b33a22d24a44bc7b2fb14dfb2e9153d","id":"32aa7fc4-0b3d-41a0-86d8-c7d149d4c929","subnetpool_id":null,"name":"InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-pub-subnet"}]} 2018-08-12 08:30:50,058 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=1e3eba9e-5820-454e-a38a-2c2f89240623 used request id req-61e75cf9-f63a-47cd-8cdc-c19bbd9b34a0 2018-08-12 08:30:50,059 - neutron_utils - INFO - Creating port for network with name - InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-pub-net 2018-08-12 08:30:50,064 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13b360de2af515810b71acebcb7313023894053d" -d '{"port": {"network_id": "1e3eba9e-5820-454e-a38a-2c2f89240623", "name": "InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-port", "admin_state_up": true}}' 2018-08-12 08:30:51,042 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 761 X-Openstack-Request-Id: req-1ca59592-322a-41ca-ac85-e04aca3422e5 Date: Sun, 12 Aug 2018 08:30:51 GMT RESP BODY: {"port":{"status":"DOWN","created_at":"2018-08-12T08:30:50Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"1e3eba9e-5820-454e-a38a-2c2f89240623","tenant_id":"8b33a22d24a44bc7b2fb14dfb2e9153d","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T08:30:50Z","name":"InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-port","device_owner":"","revision_number":6,"mac_address":"fa:16:3e:ba:42:c8","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"8b33a22d24a44bc7b2fb14dfb2e9153d","fixed_ips":[{"subnet_id":"32aa7fc4-0b3d-41a0-86d8-c7d149d4c929","ip_address":"10.55.0.16"}],"id":"746540a2-89f0-48ad-bbbd-42bb5bfa611b","security_groups":["b9c37d84-ebc9-44c3-8b91-3b3624d87150"],"device_id":""}} 2018-08-12 08:30:51,043 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/ports used request id req-1ca59592-322a-41ca-ac85-e04aca3422e5 2018-08-12 08:30:51,047 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13b360de2af515810b71acebcb7313023894053d" 2018-08-12 08:30:51,384 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-f88ca35e-4833-4037-a517-5bd41a8ad9b6 Date: Sun, 12 Aug 2018 08:30:51 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":["32aa7fc4-0b3d-41a0-86d8-c7d149d4c929"],"updated_at":"2018-08-12T08:30:43Z","tenant_id":"8b33a22d24a44bc7b2fb14dfb2e9153d","created_at":"2018-08-12T08:30:41Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"8b33a22d24a44bc7b2fb14dfb2e9153d","id":"1e3eba9e-5820-454e-a38a-2c2f89240623","name":"InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-pub-net"}]} 2018-08-12 08:30:51,384 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-pub-net used request id req-f88ca35e-4833-4037-a517-5bd41a8ad9b6 2018-08-12 08:30:51,390 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=1e3eba9e-5820-454e-a38a-2c2f89240623 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13b360de2af515810b71acebcb7313023894053d" 2018-08-12 08:30:51,442 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-26ed39bc-3124-49cc-b3c5-0f8b6479e265 Date: Sun, 12 Aug 2018 08:30:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1e3eba9e-5820-454e-a38a-2c2f89240623","tenant_id":"8b33a22d24a44bc7b2fb14dfb2e9153d","created_at":"2018-08-12T08:30:43Z","dns_nameservers":[],"updated_at":"2018-08-12T08:30:43Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"8b33a22d24a44bc7b2fb14dfb2e9153d","id":"32aa7fc4-0b3d-41a0-86d8-c7d149d4c929","subnetpool_id":null,"name":"InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-pub-subnet"}]} 2018-08-12 08:30:51,442 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=1e3eba9e-5820-454e-a38a-2c2f89240623 used request id req-26ed39bc-3124-49cc-b3c5-0f8b6479e265 2018-08-12 08:30:51,447 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13b360de2af515810b71acebcb7313023894053d" 2018-08-12 08:30:51,718 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-1e3f3ac2-bf8b-41c2-b1da-adfa00d78570 Date: Sun, 12 Aug 2018 08:30:51 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":["32aa7fc4-0b3d-41a0-86d8-c7d149d4c929"],"updated_at":"2018-08-12T08:30:43Z","tenant_id":"8b33a22d24a44bc7b2fb14dfb2e9153d","created_at":"2018-08-12T08:30:41Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"8b33a22d24a44bc7b2fb14dfb2e9153d","id":"1e3eba9e-5820-454e-a38a-2c2f89240623","name":"InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-pub-net"}]} 2018-08-12 08:30:51,719 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-pub-net used request id req-1e3f3ac2-bf8b-41c2-b1da-adfa00d78570 2018-08-12 08:30:51,722 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/8b33a22d24a44bc7b2fb14dfb2e9153d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13b360de2af515810b71acebcb7313023894053d" 2018-08-12 08:30:51,816 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:30:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-79b46131-7252-45e5-90f2-fcbfbb4f3c78 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/8b33a22d24a44bc7b2fb14dfb2e9153d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "8b33a22d24a44bc7b2fb14dfb2e9153d", "name": "InstanceSecurityGroupTests-45c6148f-b651-487-proj"}} 2018-08-12 08:30:51,816 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/8b33a22d24a44bc7b2fb14dfb2e9153d used request id req-79b46131-7252-45e5-90f2-fcbfbb4f3c78 2018-08-12 08:30:51,821 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=1e3eba9e-5820-454e-a38a-2c2f89240623 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13b360de2af515810b71acebcb7313023894053d" 2018-08-12 08:30:52,039 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-f19f21bf-98a3-430f-9972-c0a990d2eb13 Date: Sun, 12 Aug 2018 08:30:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1e3eba9e-5820-454e-a38a-2c2f89240623","tenant_id":"8b33a22d24a44bc7b2fb14dfb2e9153d","created_at":"2018-08-12T08:30:43Z","dns_nameservers":[],"updated_at":"2018-08-12T08:30:43Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"8b33a22d24a44bc7b2fb14dfb2e9153d","id":"32aa7fc4-0b3d-41a0-86d8-c7d149d4c929","subnetpool_id":null,"name":"InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-pub-subnet"}]} 2018-08-12 08:30:52,040 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=1e3eba9e-5820-454e-a38a-2c2f89240623 used request id req-f19f21bf-98a3-430f-9972-c0a990d2eb13 2018-08-12 08:30:52,045 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=1e3eba9e-5820-454e-a38a-2c2f89240623&name=InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13b360de2af515810b71acebcb7313023894053d" 2018-08-12 08:30:52,265 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 764 X-Openstack-Request-Id: req-5f8643aa-9cef-4fbb-a2ce-63ab5d8dc61c Date: Sun, 12 Aug 2018 08:30:52 GMT RESP BODY: {"ports":[{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"1e3eba9e-5820-454e-a38a-2c2f89240623","tenant_id":"8b33a22d24a44bc7b2fb14dfb2e9153d","created_at":"2018-08-12T08:30:50Z","admin_state_up":true,"updated_at":"2018-08-12T08:30:50Z","binding:vnic_type":"normal","device_id":"","device_owner":"","revision_number":6,"mac_address":"fa:16:3e:ba:42:c8","id":"746540a2-89f0-48ad-bbbd-42bb5bfa611b","port_security_enabled":true,"project_id":"8b33a22d24a44bc7b2fb14dfb2e9153d","fixed_ips":[{"subnet_id":"32aa7fc4-0b3d-41a0-86d8-c7d149d4c929","ip_address":"10.55.0.16"}],"extra_dhcp_opts":[],"security_groups":["b9c37d84-ebc9-44c3-8b91-3b3624d87150"],"name":"InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-port"}]} 2018-08-12 08:30:52,265 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=1e3eba9e-5820-454e-a38a-2c2f89240623&name=InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-port&admin_state_up=True used request id req-5f8643aa-9cef-4fbb-a2ce-63ab5d8dc61c 2018-08-12 08:30:52,269 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/8b33a22d24a44bc7b2fb14dfb2e9153d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13b360de2af515810b71acebcb7313023894053d" 2018-08-12 08:30:52,361 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:30:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c93536a8-283c-4ba7-bc2e-ba5f616ff896 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/8b33a22d24a44bc7b2fb14dfb2e9153d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "8b33a22d24a44bc7b2fb14dfb2e9153d", "name": "InstanceSecurityGroupTests-45c6148f-b651-487-proj"}} 2018-08-12 08:30:52,361 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/8b33a22d24a44bc7b2fb14dfb2e9153d used request id req-c93536a8-283c-4ba7-bc2e-ba5f616ff896 2018-08-12 08:30:52,361 - nova_utils - INFO - Creating VM with name - InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-inst 2018-08-12 08:30:52,364 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13b360de2af515810b71acebcb7313023894053d" 2018-08-12 08:30:52,384 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:30: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-51de66bb-6be8-4f63-8e8b-47bc25366ecf x-compute-request-id: req-51de66bb-6be8-4f63-8e8b-47bc25366ecf Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"flavors": [{"id": "f75344ff-478f-4ef1-9969-2b50e2f1c646", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/f75344ff-478f-4ef1-9969-2b50e2f1c646", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/f75344ff-478f-4ef1-9969-2b50e2f1c646", "rel": "bookmark"}], "name": "InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-flavor-name"}]} 2018-08-12 08:30:52,384 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-51de66bb-6be8-4f63-8e8b-47bc25366ecf 2018-08-12 08:30:52,387 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors/f75344ff-478f-4ef1-9969-2b50e2f1c646 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13b360de2af515810b71acebcb7313023894053d" 2018-08-12 08:30:52,407 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:30: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-22fbd906-d958-4a57-9afb-5f4c99ae9624 x-compute-request-id: req-22fbd906-d958-4a57-9afb-5f4c99ae9624 Content-Encoding: gzip Content-Length: 325 Content-Type: application/json RESP BODY: {"flavor": {"name": "InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-flavor-name", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/f75344ff-478f-4ef1-9969-2b50e2f1c646", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/f75344ff-478f-4ef1-9969-2b50e2f1c646", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": "f75344ff-478f-4ef1-9969-2b50e2f1c646"}} 2018-08-12 08:30:52,407 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/f75344ff-478f-4ef1-9969-2b50e2f1c646 used request id req-22fbd906-d958-4a57-9afb-5f4c99ae9624 2018-08-12 08:30:52,410 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}13b360de2af515810b71acebcb7313023894053d" 2018-08-12 08:30:52,611 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1062 Content-Type: application/json X-Openstack-Request-Id: req-98f15c9c-800f-44d9-a240-60cd208a72ca Date: Sun, 12 Aug 2018 08:30:52 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-image", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:30:39Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-12T08:30:40Z", "visibility": "shared", "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/1ad26e3f-c53a-4fa6-b99e-d5d3982c3112/snap", "metadata": {}}], "self": "/v2/images/1ad26e3f-c53a-4fa6-b99e-d5d3982c3112", "min_disk": 0, "protected": false, "id": "1ad26e3f-c53a-4fa6-b99e-d5d3982c3112", "file": "/v2/images/1ad26e3f-c53a-4fa6-b99e-d5d3982c3112/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "8b33a22d24a44bc7b2fb14dfb2e9153d", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/1ad26e3f-c53a-4fa6-b99e-d5d3982c3112/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-image"} 2018-08-12 08:30:52,611 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-image used request id req-98f15c9c-800f-44d9-a240-60cd208a72ca 2018-08-12 08:30:52,614 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}13b360de2af515810b71acebcb7313023894053d" 2018-08-12 08:30:52,791 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-cda138cf-b59e-4b15-bdff-48c63eaedf41 Date: Sun, 12 Aug 2018 08:30:52 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"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}, "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}, "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"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "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"}, "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"}, "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}, "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}, "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"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "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}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-12 08:30:52,791 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-cda138cf-b59e-4b15-bdff-48c63eaedf41 2018-08-12 08:30:52,795 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13b360de2af515810b71acebcb7313023894053d" -d '{"server": {"name": "InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-inst", "imageRef": "1ad26e3f-c53a-4fa6-b99e-d5d3982c3112", "flavorRef": "f75344ff-478f-4ef1-9969-2b50e2f1c646", "max_count": 1, "min_count": 1, "networks": [{"port": "746540a2-89f0-48ad-bbbd-42bb5bfa611b"}]}}' 2018-08-12 08:30:54,639 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 08:30: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-8fc79f3c-e7d2-497b-8d29-c475f273a94f x-compute-request-id: req-8fc79f3c-e7d2-497b-8d29-c475f273a94f Content-Length: 374 location: http://172.30.9.21:8774/v2.1/servers/86e3d077-c465-40a8-a040-71e7eccee690 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "86e3d077-c465-40a8-a040-71e7eccee690", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/86e3d077-c465-40a8-a040-71e7eccee690", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/86e3d077-c465-40a8-a040-71e7eccee690", "rel": "bookmark"}], "adminPass": "YYTj2LQ6xgCR"}} 2018-08-12 08:30:54,639 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-8fc79f3c-e7d2-497b-8d29-c475f273a94f 2018-08-12 08:30:54,642 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/86e3d077-c465-40a8-a040-71e7eccee690 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13b360de2af515810b71acebcb7313023894053d" 2018-08-12 08:30:55,052 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:30: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-8229d129-b188-44d3-b640-da57789a05f6 x-compute-request-id: req-8229d129-b188-44d3-b640-da57789a05f6 Content-Encoding: gzip Content-Length: 611 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/86e3d077-c465-40a8-a040-71e7eccee690", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/86e3d077-c465-40a8-a040-71e7eccee690", "rel": "bookmark"}], "image": {"id": "1ad26e3f-c53a-4fa6-b99e-d5d3982c3112", "links": [{"href": "http://172.30.9.21:8774/images/1ad26e3f-c53a-4fa6-b99e-d5d3982c3112", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f75344ff-478f-4ef1-9969-2b50e2f1c646", "links": [{"href": "http://172.30.9.21:8774/flavors/f75344ff-478f-4ef1-9969-2b50e2f1c646", "rel": "bookmark"}]}, "id": "86e3d077-c465-40a8-a040-71e7eccee690", "user_id": "aa59a98be6334e34b15177d0767f0863", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:30:54Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-inst", "created": "2018-08-12T08:30:54Z", "tenant_id": "8b33a22d24a44bc7b2fb14dfb2e9153d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:30:55,052 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/86e3d077-c465-40a8-a040-71e7eccee690 used request id req-8229d129-b188-44d3-b640-da57789a05f6 2018-08-12 08:30:55,053 - create_instance - INFO - Created instance with name - InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-inst 2018-08-12 08:30:55,055 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/86e3d077-c465-40a8-a040-71e7eccee690 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13b360de2af515810b71acebcb7313023894053d" 2018-08-12 08:30:55,408 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:30:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f18dc84c-b2b6-4115-84ac-9596b0457d26 x-compute-request-id: req-f18dc84c-b2b6-4115-84ac-9596b0457d26 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.21:8774/v2.1/servers/86e3d077-c465-40a8-a040-71e7eccee690", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/86e3d077-c465-40a8-a040-71e7eccee690", "rel": "bookmark"}], "image": {"id": "1ad26e3f-c53a-4fa6-b99e-d5d3982c3112", "links": [{"href": "http://172.30.9.21:8774/images/1ad26e3f-c53a-4fa6-b99e-d5d3982c3112", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f75344ff-478f-4ef1-9969-2b50e2f1c646", "links": [{"href": "http://172.30.9.21:8774/flavors/f75344ff-478f-4ef1-9969-2b50e2f1c646", "rel": "bookmark"}]}, "id": "86e3d077-c465-40a8-a040-71e7eccee690", "user_id": "aa59a98be6334e34b15177d0767f0863", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:30:55Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-inst", "created": "2018-08-12T08:30:54Z", "tenant_id": "8b33a22d24a44bc7b2fb14dfb2e9153d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:30:55,408 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/86e3d077-c465-40a8-a040-71e7eccee690 used request id req-f18dc84c-b2b6-4115-84ac-9596b0457d26 2018-08-12 08:30:55,409 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-inst] is - BUILD 2018-08-12 08:30:55,409 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-12 08:30:58,412 - create_instance - DEBUG - VM status query timeout in 896.640749216 2018-08-12 08:30:58,415 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/86e3d077-c465-40a8-a040-71e7eccee690 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13b360de2af515810b71acebcb7313023894053d" 2018-08-12 08:30:58,930 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:30: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-958b7c85-1d88-40b8-9c43-d284ba43b9a9 x-compute-request-id: req-958b7c85-1d88-40b8-9c43-d284ba43b9a9 Content-Encoding: gzip Content-Length: 673 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/86e3d077-c465-40a8-a040-71e7eccee690", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/86e3d077-c465-40a8-a040-71e7eccee690", "rel": "bookmark"}], "image": {"id": "1ad26e3f-c53a-4fa6-b99e-d5d3982c3112", "links": [{"href": "http://172.30.9.21:8774/images/1ad26e3f-c53a-4fa6-b99e-d5d3982c3112", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f75344ff-478f-4ef1-9969-2b50e2f1c646", "links": [{"href": "http://172.30.9.21:8774/flavors/f75344ff-478f-4ef1-9969-2b50e2f1c646", "rel": "bookmark"}]}, "id": "86e3d077-c465-40a8-a040-71e7eccee690", "security_groups": [{"name": "default"}], "user_id": "aa59a98be6334e34b15177d0767f0863", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:30:55Z", "hostId": "2ec1926633600d7f7d9282209fb00162deafe11459b037a87fb288f6", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-inst", "created": "2018-08-12T08:30:54Z", "tenant_id": "8b33a22d24a44bc7b2fb14dfb2e9153d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:30:58,930 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/86e3d077-c465-40a8-a040-71e7eccee690 used request id req-958b7c85-1d88-40b8-9c43-d284ba43b9a9 2018-08-12 08:30:58,930 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-inst] is - BUILD 2018-08-12 08:30:58,931 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-12 08:31:01,934 - create_instance - DEBUG - VM status query timeout in 893.119011164 2018-08-12 08:31:01,936 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/86e3d077-c465-40a8-a040-71e7eccee690 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13b360de2af515810b71acebcb7313023894053d" 2018-08-12 08:31:02,842 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:31: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-ccbf2675-0a5d-456b-b668-c85de770d300 x-compute-request-id: req-ccbf2675-0a5d-456b-b668-c85de770d300 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:42:c8", "version": 4, "addr": "10.55.0.16", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/86e3d077-c465-40a8-a040-71e7eccee690", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/86e3d077-c465-40a8-a040-71e7eccee690", "rel": "bookmark"}], "image": {"id": "1ad26e3f-c53a-4fa6-b99e-d5d3982c3112", "links": [{"href": "http://172.30.9.21:8774/images/1ad26e3f-c53a-4fa6-b99e-d5d3982c3112", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:30:59.000000", "flavor": {"id": "f75344ff-478f-4ef1-9969-2b50e2f1c646", "links": [{"href": "http://172.30.9.21:8774/flavors/f75344ff-478f-4ef1-9969-2b50e2f1c646", "rel": "bookmark"}]}, "id": "86e3d077-c465-40a8-a040-71e7eccee690", "security_groups": [{"name": "default"}], "user_id": "aa59a98be6334e34b15177d0767f0863", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:30:59Z", "hostId": "2ec1926633600d7f7d9282209fb00162deafe11459b037a87fb288f6", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-inst", "created": "2018-08-12T08:30:54Z", "tenant_id": "8b33a22d24a44bc7b2fb14dfb2e9153d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:31:02,842 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/86e3d077-c465-40a8-a040-71e7eccee690 used request id req-ccbf2675-0a5d-456b-b668-c85de770d300 2018-08-12 08:31:02,843 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-inst] is - ACTIVE 2018-08-12 08:31:02,843 - create_instance - INFO - VM is - ACTIVE 2018-08-12 08:31:02,846 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/86e3d077-c465-40a8-a040-71e7eccee690 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13b360de2af515810b71acebcb7313023894053d" 2018-08-12 08:31:03,212 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:31: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-03710a4c-c3db-4b1d-8cf5-d76c4ad4fcd5 x-compute-request-id: req-03710a4c-c3db-4b1d-8cf5-d76c4ad4fcd5 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:42:c8", "version": 4, "addr": "10.55.0.16", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/86e3d077-c465-40a8-a040-71e7eccee690", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/86e3d077-c465-40a8-a040-71e7eccee690", "rel": "bookmark"}], "image": {"id": "1ad26e3f-c53a-4fa6-b99e-d5d3982c3112", "links": [{"href": "http://172.30.9.21:8774/images/1ad26e3f-c53a-4fa6-b99e-d5d3982c3112", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:30:59.000000", "flavor": {"id": "f75344ff-478f-4ef1-9969-2b50e2f1c646", "links": [{"href": "http://172.30.9.21:8774/flavors/f75344ff-478f-4ef1-9969-2b50e2f1c646", "rel": "bookmark"}]}, "id": "86e3d077-c465-40a8-a040-71e7eccee690", "security_groups": [{"name": "default"}], "user_id": "aa59a98be6334e34b15177d0767f0863", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:30:59Z", "hostId": "2ec1926633600d7f7d9282209fb00162deafe11459b037a87fb288f6", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-inst", "created": "2018-08-12T08:30:54Z", "tenant_id": "8b33a22d24a44bc7b2fb14dfb2e9153d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:31:03,212 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/86e3d077-c465-40a8-a040-71e7eccee690 used request id req-03710a4c-c3db-4b1d-8cf5-d76c4ad4fcd5 2018-08-12 08:31:03,217 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13b360de2af515810b71acebcb7313023894053d" 2018-08-12 08:31:03,318 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-3792eb44-5fae-4b96-b0f3-710d45c651b1 Date: Sun, 12 Aug 2018 08:31:03 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":["32aa7fc4-0b3d-41a0-86d8-c7d149d4c929"],"updated_at":"2018-08-12T08:30:43Z","tenant_id":"8b33a22d24a44bc7b2fb14dfb2e9153d","created_at":"2018-08-12T08:30:41Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"8b33a22d24a44bc7b2fb14dfb2e9153d","id":"1e3eba9e-5820-454e-a38a-2c2f89240623","name":"InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-pub-net"}]} 2018-08-12 08:31:03,319 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-pub-net used request id req-3792eb44-5fae-4b96-b0f3-710d45c651b1 2018-08-12 08:31:03,323 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/8b33a22d24a44bc7b2fb14dfb2e9153d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13b360de2af515810b71acebcb7313023894053d" 2018-08-12 08:31:03,414 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:31:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8276de0a-0d75-472b-8d6c-cfa36473f02b Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/8b33a22d24a44bc7b2fb14dfb2e9153d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "8b33a22d24a44bc7b2fb14dfb2e9153d", "name": "InstanceSecurityGroupTests-45c6148f-b651-487-proj"}} 2018-08-12 08:31:03,414 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/8b33a22d24a44bc7b2fb14dfb2e9153d used request id req-8276de0a-0d75-472b-8d6c-cfa36473f02b 2018-08-12 08:31:03,420 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=1e3eba9e-5820-454e-a38a-2c2f89240623 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13b360de2af515810b71acebcb7313023894053d" 2018-08-12 08:31:03,516 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-64b01dab-3aa3-47e6-b541-83d89397f99c Date: Sun, 12 Aug 2018 08:31:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1e3eba9e-5820-454e-a38a-2c2f89240623","tenant_id":"8b33a22d24a44bc7b2fb14dfb2e9153d","created_at":"2018-08-12T08:30:43Z","dns_nameservers":[],"updated_at":"2018-08-12T08:30:43Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"8b33a22d24a44bc7b2fb14dfb2e9153d","id":"32aa7fc4-0b3d-41a0-86d8-c7d149d4c929","subnetpool_id":null,"name":"InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-pub-subnet"}]} 2018-08-12 08:31:03,516 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=1e3eba9e-5820-454e-a38a-2c2f89240623 used request id req-64b01dab-3aa3-47e6-b541-83d89397f99c 2018-08-12 08:31:03,521 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=1e3eba9e-5820-454e-a38a-2c2f89240623 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13b360de2af515810b71acebcb7313023894053d" 2018-08-12 08:31:03,805 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3029 X-Openstack-Request-Id: req-3e74b314-cf25-414f-b7e3-ec81378da0d6 Date: Sun, 12 Aug 2018 08:31:03 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"1e3eba9e-5820-454e-a38a-2c2f89240623","tenant_id":"8b33a22d24a44bc7b2fb14dfb2e9153d","created_at":"2018-08-12T08:30:44Z","admin_state_up":true,"updated_at":"2018-08-12T08:30:47Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-1e3eba9e-5820-454e-a38a-2c2f89240623","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:9b:03:a9","id":"2a9edcdb-50a1-4271-ae26-07322761194e","port_security_enabled":false,"project_id":"8b33a22d24a44bc7b2fb14dfb2e9153d","fixed_ips":[{"subnet_id":"32aa7fc4-0b3d-41a0-86d8-c7d149d4c929","ip_address":"10.55.0.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"1e3eba9e-5820-454e-a38a-2c2f89240623","tenant_id":"8b33a22d24a44bc7b2fb14dfb2e9153d","created_at":"2018-08-12T08:30:50Z","admin_state_up":true,"updated_at":"2018-08-12T08:30:59Z","binding:vnic_type":"normal","device_id":"86e3d077-c465-40a8-a040-71e7eccee690","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:ba:42:c8","id":"746540a2-89f0-48ad-bbbd-42bb5bfa611b","port_security_enabled":true,"project_id":"8b33a22d24a44bc7b2fb14dfb2e9153d","fixed_ips":[{"subnet_id":"32aa7fc4-0b3d-41a0-86d8-c7d149d4c929","ip_address":"10.55.0.16"}],"extra_dhcp_opts":[],"security_groups":["b9c37d84-ebc9-44c3-8b91-3b3624d87150"],"name":"InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-port"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"1e3eba9e-5820-454e-a38a-2c2f89240623","tenant_id":"8b33a22d24a44bc7b2fb14dfb2e9153d","created_at":"2018-08-12T08:30:43Z","admin_state_up":true,"updated_at":"2018-08-12T08:30:46Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-1e3eba9e-5820-454e-a38a-2c2f89240623","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:8d:1f:1c","id":"a91e1547-76b3-4030-b317-d06151ee947f","port_security_enabled":false,"project_id":"8b33a22d24a44bc7b2fb14dfb2e9153d","fixed_ips":[{"subnet_id":"32aa7fc4-0b3d-41a0-86d8-c7d149d4c929","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"1e3eba9e-5820-454e-a38a-2c2f89240623","tenant_id":"8b33a22d24a44bc7b2fb14dfb2e9153d","created_at":"2018-08-12T08:30:44Z","admin_state_up":true,"updated_at":"2018-08-12T08:30:46Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-1e3eba9e-5820-454e-a38a-2c2f89240623","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:64:60:16","id":"cd2cb1c0-c74f-4c70-8892-b820bf0bfafa","port_security_enabled":false,"project_id":"8b33a22d24a44bc7b2fb14dfb2e9153d","fixed_ips":[{"subnet_id":"32aa7fc4-0b3d-41a0-86d8-c7d149d4c929","ip_address":"10.55.0.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-12 08:31:03,805 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=1e3eba9e-5820-454e-a38a-2c2f89240623 used request id req-3e74b314-cf25-414f-b7e3-ec81378da0d6 2018-08-12 08:31:03,806 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:31:03,806 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:31:04,204 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fe55cecdbedc452fa828a5e6646a0b41", "name": "InstanceSecurityGroupTests-45c6148f-b651-487-proj-role"}], "expires_at": "2018-08-12T09:31:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8b33a22d24a44bc7b2fb14dfb2e9153d", "name": "InstanceSecurityGroupTests-45c6148f-b651-487-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/8b33a22d24a44bc7b2fb14dfb2e9153d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/8b33a22d24a44bc7b2fb14dfb2e9153d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/8b33a22d24a44bc7b2fb14dfb2e9153d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_8b33a22d24a44bc7b2fb14dfb2e9153d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_8b33a22d24a44bc7b2fb14dfb2e9153d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/8b33a22d24a44bc7b2fb14dfb2e9153d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/8b33a22d24a44bc7b2fb14dfb2e9153d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/8b33a22d24a44bc7b2fb14dfb2e9153d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/8b33a22d24a44bc7b2fb14dfb2e9153d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/8b33a22d24a44bc7b2fb14dfb2e9153d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/8b33a22d24a44bc7b2fb14dfb2e9153d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/8b33a22d24a44bc7b2fb14dfb2e9153d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/8b33a22d24a44bc7b2fb14dfb2e9153d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/8b33a22d24a44bc7b2fb14dfb2e9153d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-45c6148f-b651-487-user", "id": "aa59a98be6334e34b15177d0767f0863"}, "audit_ids": ["BtnHLVgaSMyVZbqp_dZOKA"], "issued_at": "2018-08-12T08:31:04.000000Z"}} 2018-08-12 08:31:04,204 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}e490a5728723495a57e737545ac92be434969d5e" 2018-08-12 08:31:04,287 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:31:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c33bb2ae-b7fe-4e6e-ab22-b3f9280f9292 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:31:04,287 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-c33bb2ae-b7fe-4e6e-ab22-b3f9280f9292 2018-08-12 08:31:04,288 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:31:04,288 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:31:04,289 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:31:04,289 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:31:04,289 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:31:04,297 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e490a5728723495a57e737545ac92be434969d5e" 2018-08-12 08:31:04,510 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-fadd8e06-f81b-4bf3-af8a-7ddb9b25dfb0 Date: Sun, 12 Aug 2018 08:31:04 GMT RESP BODY: {"security_groups": []} 2018-08-12 08:31:04,511 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-name&description=hello+group used request id req-fadd8e06-f81b-4bf3-af8a-7ddb9b25dfb0 2018-08-12 08:31:04,511 - OpenStackSecurityGroup - INFO - Creating security group InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-name... 2018-08-12 08:31:04,511 - neutron_utils - INFO - Creating security group with name - InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-name 2018-08-12 08:31:04,516 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e490a5728723495a57e737545ac92be434969d5e" -d '{"security_group": {"name": "InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-name", "description": "hello group"}}' 2018-08-12 08:31:04,949 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-bc23b4ad-82c8-4705-82ee-35ece788742b Date: Sun, 12 Aug 2018 08:31:04 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "8b33a22d24a44bc7b2fb14dfb2e9153d", "created_at": "2018-08-12T08:31:04Z", "updated_at": "2018-08-12T08:31:04Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:31:04Z", "revision_number": 0, "id": "ac4cbb2b-1067-4376-9174-15ef1e8ddeba", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:31:04Z", "security_group_id": "ca13672b-b2aa-4445-a144-be180b5a63c3", "tenant_id": "8b33a22d24a44bc7b2fb14dfb2e9153d", "port_range_min": null, "ethertype": "IPv6", "project_id": "8b33a22d24a44bc7b2fb14dfb2e9153d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:31:04Z", "revision_number": 0, "id": "f1f72e79-6085-473d-8145-80c7682de1b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:31:04Z", "security_group_id": "ca13672b-b2aa-4445-a144-be180b5a63c3", "tenant_id": "8b33a22d24a44bc7b2fb14dfb2e9153d", "port_range_min": null, "ethertype": "IPv4", "project_id": "8b33a22d24a44bc7b2fb14dfb2e9153d"}], "revision_number": 2, "project_id": "8b33a22d24a44bc7b2fb14dfb2e9153d", "id": "ca13672b-b2aa-4445-a144-be180b5a63c3", "name": "InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-name"}} 2018-08-12 08:31:04,949 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups used request id req-bc23b4ad-82c8-4705-82ee-35ece788742b 2018-08-12 08:31:04,950 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ca13672b-b2aa-4445-a144-be180b5a63c3 2018-08-12 08:31:04,955 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=ca13672b-b2aa-4445-a144-be180b5a63c3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e490a5728723495a57e737545ac92be434969d5e" 2018-08-12 08:31:05,154 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-e56ad243-44af-4b0e-a470-139168ba3911 Date: Sun, 12 Aug 2018 08:31:05 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-12T08:31:04Z", "security_group_id": "ca13672b-b2aa-4445-a144-be180b5a63c3", "port_range_min": null, "revision_number": 0, "tenant_id": "8b33a22d24a44bc7b2fb14dfb2e9153d", "created_at": "2018-08-12T08:31:04Z", "project_id": "8b33a22d24a44bc7b2fb14dfb2e9153d", "id": "ac4cbb2b-1067-4376-9174-15ef1e8ddeba"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:31:04Z", "security_group_id": "ca13672b-b2aa-4445-a144-be180b5a63c3", "port_range_min": null, "revision_number": 0, "tenant_id": "8b33a22d24a44bc7b2fb14dfb2e9153d", "created_at": "2018-08-12T08:31:04Z", "project_id": "8b33a22d24a44bc7b2fb14dfb2e9153d", "id": "f1f72e79-6085-473d-8145-80c7682de1b5"}]} 2018-08-12 08:31:05,154 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=ca13672b-b2aa-4445-a144-be180b5a63c3 used request id req-e56ad243-44af-4b0e-a470-139168ba3911 2018-08-12 08:31:05,155 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ca13672b-b2aa-4445-a144-be180b5a63c3 2018-08-12 08:31:05,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=ca13672b-b2aa-4445-a144-be180b5a63c3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e490a5728723495a57e737545ac92be434969d5e" 2018-08-12 08:31:05,337 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-8acfb4a2-7939-4834-9497-14ca14fba759 Date: Sun, 12 Aug 2018 08:31:05 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-12T08:31:04Z", "security_group_id": "ca13672b-b2aa-4445-a144-be180b5a63c3", "port_range_min": null, "revision_number": 0, "tenant_id": "8b33a22d24a44bc7b2fb14dfb2e9153d", "created_at": "2018-08-12T08:31:04Z", "project_id": "8b33a22d24a44bc7b2fb14dfb2e9153d", "id": "ac4cbb2b-1067-4376-9174-15ef1e8ddeba"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:31:04Z", "security_group_id": "ca13672b-b2aa-4445-a144-be180b5a63c3", "port_range_min": null, "revision_number": 0, "tenant_id": "8b33a22d24a44bc7b2fb14dfb2e9153d", "created_at": "2018-08-12T08:31:04Z", "project_id": "8b33a22d24a44bc7b2fb14dfb2e9153d", "id": "f1f72e79-6085-473d-8145-80c7682de1b5"}]} 2018-08-12 08:31:05,337 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=ca13672b-b2aa-4445-a144-be180b5a63c3 used request id req-8acfb4a2-7939-4834-9497-14ca14fba759 2018-08-12 08:31:05,337 - neutron_utils - INFO - Retrieving security group with ID - ca13672b-b2aa-4445-a144-be180b5a63c3 2018-08-12 08:31:05,342 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=ca13672b-b2aa-4445-a144-be180b5a63c3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e490a5728723495a57e737545ac92be434969d5e" 2018-08-12 08:31:05,552 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-3c407dc5-96f2-4bb8-9a03-36b0aa48aafe Date: Sun, 12 Aug 2018 08:31:05 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "8b33a22d24a44bc7b2fb14dfb2e9153d", "created_at": "2018-08-12T08:31:04Z", "updated_at": "2018-08-12T08:31:04Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:31:04Z", "revision_number": 0, "id": "ac4cbb2b-1067-4376-9174-15ef1e8ddeba", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:31:04Z", "security_group_id": "ca13672b-b2aa-4445-a144-be180b5a63c3", "tenant_id": "8b33a22d24a44bc7b2fb14dfb2e9153d", "port_range_min": null, "ethertype": "IPv6", "project_id": "8b33a22d24a44bc7b2fb14dfb2e9153d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:31:04Z", "revision_number": 0, "id": "f1f72e79-6085-473d-8145-80c7682de1b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:31:04Z", "security_group_id": "ca13672b-b2aa-4445-a144-be180b5a63c3", "tenant_id": "8b33a22d24a44bc7b2fb14dfb2e9153d", "port_range_min": null, "ethertype": "IPv4", "project_id": "8b33a22d24a44bc7b2fb14dfb2e9153d"}], "revision_number": 2, "project_id": "8b33a22d24a44bc7b2fb14dfb2e9153d", "id": "ca13672b-b2aa-4445-a144-be180b5a63c3", "name": "InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-name"}]} 2018-08-12 08:31:05,553 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=ca13672b-b2aa-4445-a144-be180b5a63c3 used request id req-3c407dc5-96f2-4bb8-9a03-36b0aa48aafe 2018-08-12 08:31:05,553 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ca13672b-b2aa-4445-a144-be180b5a63c3 2018-08-12 08:31:05,558 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=ca13672b-b2aa-4445-a144-be180b5a63c3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e490a5728723495a57e737545ac92be434969d5e" 2018-08-12 08:31:05,760 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-fc800f8d-3c52-426a-a6f6-1a9136bb4812 Date: Sun, 12 Aug 2018 08:31:05 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-12T08:31:04Z", "security_group_id": "ca13672b-b2aa-4445-a144-be180b5a63c3", "port_range_min": null, "revision_number": 0, "tenant_id": "8b33a22d24a44bc7b2fb14dfb2e9153d", "created_at": "2018-08-12T08:31:04Z", "project_id": "8b33a22d24a44bc7b2fb14dfb2e9153d", "id": "ac4cbb2b-1067-4376-9174-15ef1e8ddeba"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:31:04Z", "security_group_id": "ca13672b-b2aa-4445-a144-be180b5a63c3", "port_range_min": null, "revision_number": 0, "tenant_id": "8b33a22d24a44bc7b2fb14dfb2e9153d", "created_at": "2018-08-12T08:31:04Z", "project_id": "8b33a22d24a44bc7b2fb14dfb2e9153d", "id": "f1f72e79-6085-473d-8145-80c7682de1b5"}]} 2018-08-12 08:31:05,760 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=ca13672b-b2aa-4445-a144-be180b5a63c3 used request id req-fc800f8d-3c52-426a-a6f6-1a9136bb4812 2018-08-12 08:31:05,761 - neutron_utils - INFO - Retrieving security group with ID - ca13672b-b2aa-4445-a144-be180b5a63c3 2018-08-12 08:31:05,765 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=ca13672b-b2aa-4445-a144-be180b5a63c3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e490a5728723495a57e737545ac92be434969d5e" 2018-08-12 08:31:06,053 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-190ae68d-c2a8-4e8f-9e23-0ee6f265eef5 Date: Sun, 12 Aug 2018 08:31:06 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "8b33a22d24a44bc7b2fb14dfb2e9153d", "created_at": "2018-08-12T08:31:04Z", "updated_at": "2018-08-12T08:31:04Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:31:04Z", "revision_number": 0, "id": "ac4cbb2b-1067-4376-9174-15ef1e8ddeba", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:31:04Z", "security_group_id": "ca13672b-b2aa-4445-a144-be180b5a63c3", "tenant_id": "8b33a22d24a44bc7b2fb14dfb2e9153d", "port_range_min": null, "ethertype": "IPv6", "project_id": "8b33a22d24a44bc7b2fb14dfb2e9153d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:31:04Z", "revision_number": 0, "id": "f1f72e79-6085-473d-8145-80c7682de1b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:31:04Z", "security_group_id": "ca13672b-b2aa-4445-a144-be180b5a63c3", "tenant_id": "8b33a22d24a44bc7b2fb14dfb2e9153d", "port_range_min": null, "ethertype": "IPv4", "project_id": "8b33a22d24a44bc7b2fb14dfb2e9153d"}], "revision_number": 2, "project_id": "8b33a22d24a44bc7b2fb14dfb2e9153d", "id": "ca13672b-b2aa-4445-a144-be180b5a63c3", "name": "InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-name"}]} 2018-08-12 08:31:06,053 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=ca13672b-b2aa-4445-a144-be180b5a63c3 used request id req-190ae68d-c2a8-4e8f-9e23-0ee6f265eef5 2018-08-12 08:31:06,054 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ca13672b-b2aa-4445-a144-be180b5a63c3 2018-08-12 08:31:06,059 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=ca13672b-b2aa-4445-a144-be180b5a63c3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e490a5728723495a57e737545ac92be434969d5e" 2018-08-12 08:31:06,133 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-40adaf62-2871-4252-a063-92438be3f085 Date: Sun, 12 Aug 2018 08:31:06 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-12T08:31:04Z", "security_group_id": "ca13672b-b2aa-4445-a144-be180b5a63c3", "port_range_min": null, "revision_number": 0, "tenant_id": "8b33a22d24a44bc7b2fb14dfb2e9153d", "created_at": "2018-08-12T08:31:04Z", "project_id": "8b33a22d24a44bc7b2fb14dfb2e9153d", "id": "ac4cbb2b-1067-4376-9174-15ef1e8ddeba"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:31:04Z", "security_group_id": "ca13672b-b2aa-4445-a144-be180b5a63c3", "port_range_min": null, "revision_number": 0, "tenant_id": "8b33a22d24a44bc7b2fb14dfb2e9153d", "created_at": "2018-08-12T08:31:04Z", "project_id": "8b33a22d24a44bc7b2fb14dfb2e9153d", "id": "f1f72e79-6085-473d-8145-80c7682de1b5"}]} 2018-08-12 08:31:06,133 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=ca13672b-b2aa-4445-a144-be180b5a63c3 used request id req-40adaf62-2871-4252-a063-92438be3f085 2018-08-12 08:31:06,134 - neutron_utils - INFO - Retrieving security group with ID - ca13672b-b2aa-4445-a144-be180b5a63c3 2018-08-12 08:31:06,139 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=ca13672b-b2aa-4445-a144-be180b5a63c3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e490a5728723495a57e737545ac92be434969d5e" 2018-08-12 08:31:06,366 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-760a6a2a-f176-41b5-b58d-1d4bc5ef86d4 Date: Sun, 12 Aug 2018 08:31:06 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "8b33a22d24a44bc7b2fb14dfb2e9153d", "created_at": "2018-08-12T08:31:04Z", "updated_at": "2018-08-12T08:31:04Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:31:04Z", "revision_number": 0, "id": "ac4cbb2b-1067-4376-9174-15ef1e8ddeba", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:31:04Z", "security_group_id": "ca13672b-b2aa-4445-a144-be180b5a63c3", "tenant_id": "8b33a22d24a44bc7b2fb14dfb2e9153d", "port_range_min": null, "ethertype": "IPv6", "project_id": "8b33a22d24a44bc7b2fb14dfb2e9153d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:31:04Z", "revision_number": 0, "id": "f1f72e79-6085-473d-8145-80c7682de1b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:31:04Z", "security_group_id": "ca13672b-b2aa-4445-a144-be180b5a63c3", "tenant_id": "8b33a22d24a44bc7b2fb14dfb2e9153d", "port_range_min": null, "ethertype": "IPv4", "project_id": "8b33a22d24a44bc7b2fb14dfb2e9153d"}], "revision_number": 2, "project_id": "8b33a22d24a44bc7b2fb14dfb2e9153d", "id": "ca13672b-b2aa-4445-a144-be180b5a63c3", "name": "InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-name"}]} 2018-08-12 08:31:06,366 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=ca13672b-b2aa-4445-a144-be180b5a63c3 used request id req-760a6a2a-f176-41b5-b58d-1d4bc5ef86d4 2018-08-12 08:31:06,367 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ca13672b-b2aa-4445-a144-be180b5a63c3 2018-08-12 08:31:06,371 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=ca13672b-b2aa-4445-a144-be180b5a63c3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e490a5728723495a57e737545ac92be434969d5e" 2018-08-12 08:31:06,577 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-7a2f8ec5-a078-4e23-b6b0-2efca5ccdc02 Date: Sun, 12 Aug 2018 08:31:06 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-12T08:31:04Z", "security_group_id": "ca13672b-b2aa-4445-a144-be180b5a63c3", "port_range_min": null, "revision_number": 0, "tenant_id": "8b33a22d24a44bc7b2fb14dfb2e9153d", "created_at": "2018-08-12T08:31:04Z", "project_id": "8b33a22d24a44bc7b2fb14dfb2e9153d", "id": "ac4cbb2b-1067-4376-9174-15ef1e8ddeba"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:31:04Z", "security_group_id": "ca13672b-b2aa-4445-a144-be180b5a63c3", "port_range_min": null, "revision_number": 0, "tenant_id": "8b33a22d24a44bc7b2fb14dfb2e9153d", "created_at": "2018-08-12T08:31:04Z", "project_id": "8b33a22d24a44bc7b2fb14dfb2e9153d", "id": "f1f72e79-6085-473d-8145-80c7682de1b5"}]} 2018-08-12 08:31:06,577 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=ca13672b-b2aa-4445-a144-be180b5a63c3 used request id req-7a2f8ec5-a078-4e23-b6b0-2efca5ccdc02 2018-08-12 08:31:06,578 - neutron_utils - INFO - Deleting security group rule with ID - ac4cbb2b-1067-4376-9174-15ef1e8ddeba 2018-08-12 08:31:06,583 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/ac4cbb2b-1067-4376-9174-15ef1e8ddeba -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e490a5728723495a57e737545ac92be434969d5e" 2018-08-12 08:31:06,931 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-6e7b8c44-29f2-4cd6-b863-03908f2e0849 Content-Length: 0 Date: Sun, 12 Aug 2018 08:31:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:31:06,931 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/ac4cbb2b-1067-4376-9174-15ef1e8ddeba used request id req-6e7b8c44-29f2-4cd6-b863-03908f2e0849 2018-08-12 08:31:06,932 - neutron_utils - INFO - Deleting security group rule with ID - f1f72e79-6085-473d-8145-80c7682de1b5 2018-08-12 08:31:06,937 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/f1f72e79-6085-473d-8145-80c7682de1b5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e490a5728723495a57e737545ac92be434969d5e" 2018-08-12 08:31:07,234 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-25c0abd8-0e02-4136-986c-89b8941cee27 Content-Length: 0 Date: Sun, 12 Aug 2018 08:31:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:31:07,234 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/f1f72e79-6085-473d-8145-80c7682de1b5 used request id req-25c0abd8-0e02-4136-986c-89b8941cee27 2018-08-12 08:31:07,234 - neutron_utils - INFO - Deleting security group with name - InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-name 2018-08-12 08:31:07,239 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/ca13672b-b2aa-4445-a144-be180b5a63c3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e490a5728723495a57e737545ac92be434969d5e" 2018-08-12 08:31:07,537 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ce05b685-4b7e-465d-b2ac-bd6cc6b150bc Content-Length: 0 Date: Sun, 12 Aug 2018 08:31:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:31:07,538 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/ca13672b-b2aa-4445-a144-be180b5a63c3 used request id req-ce05b685-4b7e-465d-b2ac-bd6cc6b150bc 2018-08-12 08:31:07,541 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/86e3d077-c465-40a8-a040-71e7eccee690 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13b360de2af515810b71acebcb7313023894053d" 2018-08-12 08:31:08,242 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:31: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-d1d8890b-72bc-47c0-a03b-2d63a7e8a067 x-compute-request-id: req-d1d8890b-72bc-47c0-a03b-2d63a7e8a067 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:42:c8", "version": 4, "addr": "10.55.0.16", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/86e3d077-c465-40a8-a040-71e7eccee690", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/86e3d077-c465-40a8-a040-71e7eccee690", "rel": "bookmark"}], "image": {"id": "1ad26e3f-c53a-4fa6-b99e-d5d3982c3112", "links": [{"href": "http://172.30.9.21:8774/images/1ad26e3f-c53a-4fa6-b99e-d5d3982c3112", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:30:59.000000", "flavor": {"id": "f75344ff-478f-4ef1-9969-2b50e2f1c646", "links": [{"href": "http://172.30.9.21:8774/flavors/f75344ff-478f-4ef1-9969-2b50e2f1c646", "rel": "bookmark"}]}, "id": "86e3d077-c465-40a8-a040-71e7eccee690", "security_groups": [{"name": "default"}], "user_id": "aa59a98be6334e34b15177d0767f0863", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:30:59Z", "hostId": "2ec1926633600d7f7d9282209fb00162deafe11459b037a87fb288f6", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-inst", "created": "2018-08-12T08:30:54Z", "tenant_id": "8b33a22d24a44bc7b2fb14dfb2e9153d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:31:08,242 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/86e3d077-c465-40a8-a040-71e7eccee690 used request id req-d1d8890b-72bc-47c0-a03b-2d63a7e8a067 2018-08-12 08:31:08,247 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13b360de2af515810b71acebcb7313023894053d" 2018-08-12 08:31:08,520 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-8f7e3606-221b-484f-8c07-66586d515bba Date: Sun, 12 Aug 2018 08:31:08 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":["32aa7fc4-0b3d-41a0-86d8-c7d149d4c929"],"updated_at":"2018-08-12T08:30:43Z","tenant_id":"8b33a22d24a44bc7b2fb14dfb2e9153d","created_at":"2018-08-12T08:30:41Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"8b33a22d24a44bc7b2fb14dfb2e9153d","id":"1e3eba9e-5820-454e-a38a-2c2f89240623","name":"InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-pub-net"}]} 2018-08-12 08:31:08,520 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-pub-net used request id req-8f7e3606-221b-484f-8c07-66586d515bba 2018-08-12 08:31:08,524 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/8b33a22d24a44bc7b2fb14dfb2e9153d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13b360de2af515810b71acebcb7313023894053d" 2018-08-12 08:31:08,617 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:31:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-235b5d21-775b-4ea8-8207-243b21d14ffd Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/8b33a22d24a44bc7b2fb14dfb2e9153d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "8b33a22d24a44bc7b2fb14dfb2e9153d", "name": "InstanceSecurityGroupTests-45c6148f-b651-487-proj"}} 2018-08-12 08:31:08,617 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/8b33a22d24a44bc7b2fb14dfb2e9153d used request id req-235b5d21-775b-4ea8-8207-243b21d14ffd 2018-08-12 08:31:08,622 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=1e3eba9e-5820-454e-a38a-2c2f89240623 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13b360de2af515810b71acebcb7313023894053d" 2018-08-12 08:31:08,682 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-b3f8a5cc-3ed8-4f73-9acf-7ef86866fe24 Date: Sun, 12 Aug 2018 08:31:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1e3eba9e-5820-454e-a38a-2c2f89240623","tenant_id":"8b33a22d24a44bc7b2fb14dfb2e9153d","created_at":"2018-08-12T08:30:43Z","dns_nameservers":[],"updated_at":"2018-08-12T08:30:43Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"8b33a22d24a44bc7b2fb14dfb2e9153d","id":"32aa7fc4-0b3d-41a0-86d8-c7d149d4c929","subnetpool_id":null,"name":"InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-pub-subnet"}]} 2018-08-12 08:31:08,683 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=1e3eba9e-5820-454e-a38a-2c2f89240623 used request id req-b3f8a5cc-3ed8-4f73-9acf-7ef86866fe24 2018-08-12 08:31:08,688 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=1e3eba9e-5820-454e-a38a-2c2f89240623 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13b360de2af515810b71acebcb7313023894053d" 2018-08-12 08:31:08,782 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3029 X-Openstack-Request-Id: req-8e5ec85c-23a2-4441-9d96-2414c06a8342 Date: Sun, 12 Aug 2018 08:31:08 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"1e3eba9e-5820-454e-a38a-2c2f89240623","tenant_id":"8b33a22d24a44bc7b2fb14dfb2e9153d","created_at":"2018-08-12T08:30:44Z","admin_state_up":true,"updated_at":"2018-08-12T08:30:47Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-1e3eba9e-5820-454e-a38a-2c2f89240623","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:9b:03:a9","id":"2a9edcdb-50a1-4271-ae26-07322761194e","port_security_enabled":false,"project_id":"8b33a22d24a44bc7b2fb14dfb2e9153d","fixed_ips":[{"subnet_id":"32aa7fc4-0b3d-41a0-86d8-c7d149d4c929","ip_address":"10.55.0.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"1e3eba9e-5820-454e-a38a-2c2f89240623","tenant_id":"8b33a22d24a44bc7b2fb14dfb2e9153d","created_at":"2018-08-12T08:30:50Z","admin_state_up":true,"updated_at":"2018-08-12T08:30:59Z","binding:vnic_type":"normal","device_id":"86e3d077-c465-40a8-a040-71e7eccee690","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:ba:42:c8","id":"746540a2-89f0-48ad-bbbd-42bb5bfa611b","port_security_enabled":true,"project_id":"8b33a22d24a44bc7b2fb14dfb2e9153d","fixed_ips":[{"subnet_id":"32aa7fc4-0b3d-41a0-86d8-c7d149d4c929","ip_address":"10.55.0.16"}],"extra_dhcp_opts":[],"security_groups":["b9c37d84-ebc9-44c3-8b91-3b3624d87150"],"name":"InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-port"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"1e3eba9e-5820-454e-a38a-2c2f89240623","tenant_id":"8b33a22d24a44bc7b2fb14dfb2e9153d","created_at":"2018-08-12T08:30:43Z","admin_state_up":true,"updated_at":"2018-08-12T08:30:46Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-1e3eba9e-5820-454e-a38a-2c2f89240623","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:8d:1f:1c","id":"a91e1547-76b3-4030-b317-d06151ee947f","port_security_enabled":false,"project_id":"8b33a22d24a44bc7b2fb14dfb2e9153d","fixed_ips":[{"subnet_id":"32aa7fc4-0b3d-41a0-86d8-c7d149d4c929","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"1e3eba9e-5820-454e-a38a-2c2f89240623","tenant_id":"8b33a22d24a44bc7b2fb14dfb2e9153d","created_at":"2018-08-12T08:30:44Z","admin_state_up":true,"updated_at":"2018-08-12T08:30:46Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-1e3eba9e-5820-454e-a38a-2c2f89240623","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:64:60:16","id":"cd2cb1c0-c74f-4c70-8892-b820bf0bfafa","port_security_enabled":false,"project_id":"8b33a22d24a44bc7b2fb14dfb2e9153d","fixed_ips":[{"subnet_id":"32aa7fc4-0b3d-41a0-86d8-c7d149d4c929","ip_address":"10.55.0.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-12 08:31:08,782 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=1e3eba9e-5820-454e-a38a-2c2f89240623 used request id req-8e5ec85c-23a2-4441-9d96-2414c06a8342 2018-08-12 08:31:08,783 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:31:09,180 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fe55cecdbedc452fa828a5e6646a0b41", "name": "InstanceSecurityGroupTests-45c6148f-b651-487-proj-role"}], "expires_at": "2018-08-12T09:31:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8b33a22d24a44bc7b2fb14dfb2e9153d", "name": "InstanceSecurityGroupTests-45c6148f-b651-487-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/8b33a22d24a44bc7b2fb14dfb2e9153d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/8b33a22d24a44bc7b2fb14dfb2e9153d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/8b33a22d24a44bc7b2fb14dfb2e9153d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_8b33a22d24a44bc7b2fb14dfb2e9153d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_8b33a22d24a44bc7b2fb14dfb2e9153d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/8b33a22d24a44bc7b2fb14dfb2e9153d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/8b33a22d24a44bc7b2fb14dfb2e9153d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/8b33a22d24a44bc7b2fb14dfb2e9153d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/8b33a22d24a44bc7b2fb14dfb2e9153d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/8b33a22d24a44bc7b2fb14dfb2e9153d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/8b33a22d24a44bc7b2fb14dfb2e9153d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/8b33a22d24a44bc7b2fb14dfb2e9153d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/8b33a22d24a44bc7b2fb14dfb2e9153d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/8b33a22d24a44bc7b2fb14dfb2e9153d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-45c6148f-b651-487-user", "id": "aa59a98be6334e34b15177d0767f0863"}, "audit_ids": ["-vliweOPQcyt8BluqEu_yw"], "issued_at": "2018-08-12T08:31:09.000000Z"}} 2018-08-12 08:31:09,183 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/86e3d077-c465-40a8-a040-71e7eccee690 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f5c0bcb08d4438ff83350b490ab9d276f05faeb" 2018-08-12 08:31:10,418 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:31: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-e9634154-75f6-491b-b36b-77be5ad0eda6 x-compute-request-id: req-e9634154-75f6-491b-b36b-77be5ad0eda6 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:42:c8", "version": 4, "addr": "10.55.0.16", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/86e3d077-c465-40a8-a040-71e7eccee690", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/86e3d077-c465-40a8-a040-71e7eccee690", "rel": "bookmark"}], "image": {"id": "1ad26e3f-c53a-4fa6-b99e-d5d3982c3112", "links": [{"href": "http://172.30.9.21:8774/images/1ad26e3f-c53a-4fa6-b99e-d5d3982c3112", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:30:59.000000", "flavor": {"id": "f75344ff-478f-4ef1-9969-2b50e2f1c646", "links": [{"href": "http://172.30.9.21:8774/flavors/f75344ff-478f-4ef1-9969-2b50e2f1c646", "rel": "bookmark"}]}, "id": "86e3d077-c465-40a8-a040-71e7eccee690", "security_groups": [{"name": "default"}], "user_id": "aa59a98be6334e34b15177d0767f0863", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:30:59Z", "hostId": "2ec1926633600d7f7d9282209fb00162deafe11459b037a87fb288f6", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-inst", "created": "2018-08-12T08:30:54Z", "tenant_id": "8b33a22d24a44bc7b2fb14dfb2e9153d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:31:10,418 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/86e3d077-c465-40a8-a040-71e7eccee690 used request id req-e9634154-75f6-491b-b36b-77be5ad0eda6 2018-08-12 08:31:10,421 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/86e3d077-c465-40a8-a040-71e7eccee690 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13b360de2af515810b71acebcb7313023894053d" 2018-08-12 08:31:11,101 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:31: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-b81c5462-d478-4fd4-a15e-9442c943787d x-compute-request-id: req-b81c5462-d478-4fd4-a15e-9442c943787d Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:42:c8", "version": 4, "addr": "10.55.0.16", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/86e3d077-c465-40a8-a040-71e7eccee690", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/86e3d077-c465-40a8-a040-71e7eccee690", "rel": "bookmark"}], "image": {"id": "1ad26e3f-c53a-4fa6-b99e-d5d3982c3112", "links": [{"href": "http://172.30.9.21:8774/images/1ad26e3f-c53a-4fa6-b99e-d5d3982c3112", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:30:59.000000", "flavor": {"id": "f75344ff-478f-4ef1-9969-2b50e2f1c646", "links": [{"href": "http://172.30.9.21:8774/flavors/f75344ff-478f-4ef1-9969-2b50e2f1c646", "rel": "bookmark"}]}, "id": "86e3d077-c465-40a8-a040-71e7eccee690", "security_groups": [{"name": "default"}], "user_id": "aa59a98be6334e34b15177d0767f0863", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:30:59Z", "hostId": "2ec1926633600d7f7d9282209fb00162deafe11459b037a87fb288f6", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-inst", "created": "2018-08-12T08:30:54Z", "tenant_id": "8b33a22d24a44bc7b2fb14dfb2e9153d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:31:11,101 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/86e3d077-c465-40a8-a040-71e7eccee690 used request id req-b81c5462-d478-4fd4-a15e-9442c943787d 2018-08-12 08:31:11,101 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-inst] is - ACTIVE 2018-08-12 08:31:11,101 - create_instance - INFO - VM is - ACTIVE 2018-08-12 08:31:11,104 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/86e3d077-c465-40a8-a040-71e7eccee690 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13b360de2af515810b71acebcb7313023894053d" 2018-08-12 08:31:11,646 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:31:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9de0bdb4-6eed-43b9-8994-ee116568649a x-compute-request-id: req-9de0bdb4-6eed-43b9-8994-ee116568649a Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:42:c8", "version": 4, "addr": "10.55.0.16", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/86e3d077-c465-40a8-a040-71e7eccee690", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/86e3d077-c465-40a8-a040-71e7eccee690", "rel": "bookmark"}], "image": {"id": "1ad26e3f-c53a-4fa6-b99e-d5d3982c3112", "links": [{"href": "http://172.30.9.21:8774/images/1ad26e3f-c53a-4fa6-b99e-d5d3982c3112", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:30:59.000000", "flavor": {"id": "f75344ff-478f-4ef1-9969-2b50e2f1c646", "links": [{"href": "http://172.30.9.21:8774/flavors/f75344ff-478f-4ef1-9969-2b50e2f1c646", "rel": "bookmark"}]}, "id": "86e3d077-c465-40a8-a040-71e7eccee690", "security_groups": [{"name": "default"}], "user_id": "aa59a98be6334e34b15177d0767f0863", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:30:59Z", "hostId": "2ec1926633600d7f7d9282209fb00162deafe11459b037a87fb288f6", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-inst", "created": "2018-08-12T08:30:54Z", "tenant_id": "8b33a22d24a44bc7b2fb14dfb2e9153d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:31:11,646 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/86e3d077-c465-40a8-a040-71e7eccee690 used request id req-9de0bdb4-6eed-43b9-8994-ee116568649a 2018-08-12 08:31:11,651 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13b360de2af515810b71acebcb7313023894053d" 2018-08-12 08:31:11,976 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-e91a3023-4a52-401e-a6db-736f0f576dcd Date: Sun, 12 Aug 2018 08:31: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":["32aa7fc4-0b3d-41a0-86d8-c7d149d4c929"],"updated_at":"2018-08-12T08:30:43Z","tenant_id":"8b33a22d24a44bc7b2fb14dfb2e9153d","created_at":"2018-08-12T08:30:41Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"8b33a22d24a44bc7b2fb14dfb2e9153d","id":"1e3eba9e-5820-454e-a38a-2c2f89240623","name":"InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-pub-net"}]} 2018-08-12 08:31:11,976 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-pub-net used request id req-e91a3023-4a52-401e-a6db-736f0f576dcd 2018-08-12 08:31:11,980 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/8b33a22d24a44bc7b2fb14dfb2e9153d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13b360de2af515810b71acebcb7313023894053d" 2018-08-12 08:31:12,072 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:31:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e8c8672c-846c-4d85-9d5c-269b09393d97 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/8b33a22d24a44bc7b2fb14dfb2e9153d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "8b33a22d24a44bc7b2fb14dfb2e9153d", "name": "InstanceSecurityGroupTests-45c6148f-b651-487-proj"}} 2018-08-12 08:31:12,072 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/8b33a22d24a44bc7b2fb14dfb2e9153d used request id req-e8c8672c-846c-4d85-9d5c-269b09393d97 2018-08-12 08:31:12,077 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=1e3eba9e-5820-454e-a38a-2c2f89240623 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13b360de2af515810b71acebcb7313023894053d" 2018-08-12 08:31:12,304 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-ed921aef-5f31-4d4e-ac03-04c8ada8e74c Date: Sun, 12 Aug 2018 08:31:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1e3eba9e-5820-454e-a38a-2c2f89240623","tenant_id":"8b33a22d24a44bc7b2fb14dfb2e9153d","created_at":"2018-08-12T08:30:43Z","dns_nameservers":[],"updated_at":"2018-08-12T08:30:43Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"8b33a22d24a44bc7b2fb14dfb2e9153d","id":"32aa7fc4-0b3d-41a0-86d8-c7d149d4c929","subnetpool_id":null,"name":"InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-pub-subnet"}]} 2018-08-12 08:31:12,304 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=1e3eba9e-5820-454e-a38a-2c2f89240623 used request id req-ed921aef-5f31-4d4e-ac03-04c8ada8e74c 2018-08-12 08:31:12,309 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=1e3eba9e-5820-454e-a38a-2c2f89240623 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13b360de2af515810b71acebcb7313023894053d" 2018-08-12 08:31:12,754 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3029 X-Openstack-Request-Id: req-0b2c8c23-2444-42af-9c5b-d616388f9736 Date: Sun, 12 Aug 2018 08:31:12 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"1e3eba9e-5820-454e-a38a-2c2f89240623","tenant_id":"8b33a22d24a44bc7b2fb14dfb2e9153d","created_at":"2018-08-12T08:30:44Z","admin_state_up":true,"updated_at":"2018-08-12T08:30:47Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-1e3eba9e-5820-454e-a38a-2c2f89240623","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:9b:03:a9","id":"2a9edcdb-50a1-4271-ae26-07322761194e","port_security_enabled":false,"project_id":"8b33a22d24a44bc7b2fb14dfb2e9153d","fixed_ips":[{"subnet_id":"32aa7fc4-0b3d-41a0-86d8-c7d149d4c929","ip_address":"10.55.0.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"1e3eba9e-5820-454e-a38a-2c2f89240623","tenant_id":"8b33a22d24a44bc7b2fb14dfb2e9153d","created_at":"2018-08-12T08:30:50Z","admin_state_up":true,"updated_at":"2018-08-12T08:30:59Z","binding:vnic_type":"normal","device_id":"86e3d077-c465-40a8-a040-71e7eccee690","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:ba:42:c8","id":"746540a2-89f0-48ad-bbbd-42bb5bfa611b","port_security_enabled":true,"project_id":"8b33a22d24a44bc7b2fb14dfb2e9153d","fixed_ips":[{"subnet_id":"32aa7fc4-0b3d-41a0-86d8-c7d149d4c929","ip_address":"10.55.0.16"}],"extra_dhcp_opts":[],"security_groups":["b9c37d84-ebc9-44c3-8b91-3b3624d87150"],"name":"InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-port"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"1e3eba9e-5820-454e-a38a-2c2f89240623","tenant_id":"8b33a22d24a44bc7b2fb14dfb2e9153d","created_at":"2018-08-12T08:30:43Z","admin_state_up":true,"updated_at":"2018-08-12T08:30:46Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-1e3eba9e-5820-454e-a38a-2c2f89240623","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:8d:1f:1c","id":"a91e1547-76b3-4030-b317-d06151ee947f","port_security_enabled":false,"project_id":"8b33a22d24a44bc7b2fb14dfb2e9153d","fixed_ips":[{"subnet_id":"32aa7fc4-0b3d-41a0-86d8-c7d149d4c929","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"1e3eba9e-5820-454e-a38a-2c2f89240623","tenant_id":"8b33a22d24a44bc7b2fb14dfb2e9153d","created_at":"2018-08-12T08:30:44Z","admin_state_up":true,"updated_at":"2018-08-12T08:30:46Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-1e3eba9e-5820-454e-a38a-2c2f89240623","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:64:60:16","id":"cd2cb1c0-c74f-4c70-8892-b820bf0bfafa","port_security_enabled":false,"project_id":"8b33a22d24a44bc7b2fb14dfb2e9153d","fixed_ips":[{"subnet_id":"32aa7fc4-0b3d-41a0-86d8-c7d149d4c929","ip_address":"10.55.0.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-12 08:31:12,754 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=1e3eba9e-5820-454e-a38a-2c2f89240623 used request id req-0b2c8c23-2444-42af-9c5b-d616388f9736 2018-08-12 08:31:12,758 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/86e3d077-c465-40a8-a040-71e7eccee690 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13b360de2af515810b71acebcb7313023894053d" 2018-08-12 08:31:13,415 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:31: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-602b14d2-2f12-455b-9399-1925164149b7 x-compute-request-id: req-602b14d2-2f12-455b-9399-1925164149b7 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:42:c8", "version": 4, "addr": "10.55.0.16", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/86e3d077-c465-40a8-a040-71e7eccee690", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/86e3d077-c465-40a8-a040-71e7eccee690", "rel": "bookmark"}], "image": {"id": "1ad26e3f-c53a-4fa6-b99e-d5d3982c3112", "links": [{"href": "http://172.30.9.21:8774/images/1ad26e3f-c53a-4fa6-b99e-d5d3982c3112", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:30:59.000000", "flavor": {"id": "f75344ff-478f-4ef1-9969-2b50e2f1c646", "links": [{"href": "http://172.30.9.21:8774/flavors/f75344ff-478f-4ef1-9969-2b50e2f1c646", "rel": "bookmark"}]}, "id": "86e3d077-c465-40a8-a040-71e7eccee690", "security_groups": [{"name": "default"}], "user_id": "aa59a98be6334e34b15177d0767f0863", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:30:59Z", "hostId": "2ec1926633600d7f7d9282209fb00162deafe11459b037a87fb288f6", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-inst", "created": "2018-08-12T08:30:54Z", "tenant_id": "8b33a22d24a44bc7b2fb14dfb2e9153d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:31:13,415 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/86e3d077-c465-40a8-a040-71e7eccee690 used request id req-602b14d2-2f12-455b-9399-1925164149b7 2018-08-12 08:31:13,421 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13b360de2af515810b71acebcb7313023894053d" 2018-08-12 08:31:13,680 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-ea03faf2-d0a6-4492-9147-efbd755b3610 Date: Sun, 12 Aug 2018 08:31:13 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":["32aa7fc4-0b3d-41a0-86d8-c7d149d4c929"],"updated_at":"2018-08-12T08:30:43Z","tenant_id":"8b33a22d24a44bc7b2fb14dfb2e9153d","created_at":"2018-08-12T08:30:41Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"8b33a22d24a44bc7b2fb14dfb2e9153d","id":"1e3eba9e-5820-454e-a38a-2c2f89240623","name":"InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-pub-net"}]} 2018-08-12 08:31:13,680 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-pub-net used request id req-ea03faf2-d0a6-4492-9147-efbd755b3610 2018-08-12 08:31:13,684 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/8b33a22d24a44bc7b2fb14dfb2e9153d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13b360de2af515810b71acebcb7313023894053d" 2018-08-12 08:31:13,776 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:31:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-97892a47-8f05-429d-8c0c-7b5f9bf1534e Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/8b33a22d24a44bc7b2fb14dfb2e9153d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "8b33a22d24a44bc7b2fb14dfb2e9153d", "name": "InstanceSecurityGroupTests-45c6148f-b651-487-proj"}} 2018-08-12 08:31:13,776 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/8b33a22d24a44bc7b2fb14dfb2e9153d used request id req-97892a47-8f05-429d-8c0c-7b5f9bf1534e 2018-08-12 08:31:13,781 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=1e3eba9e-5820-454e-a38a-2c2f89240623 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13b360de2af515810b71acebcb7313023894053d" 2018-08-12 08:31:13,829 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-3faeda46-9662-4901-b5fd-bb656e9bdc6b Date: Sun, 12 Aug 2018 08:31:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1e3eba9e-5820-454e-a38a-2c2f89240623","tenant_id":"8b33a22d24a44bc7b2fb14dfb2e9153d","created_at":"2018-08-12T08:30:43Z","dns_nameservers":[],"updated_at":"2018-08-12T08:30:43Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"8b33a22d24a44bc7b2fb14dfb2e9153d","id":"32aa7fc4-0b3d-41a0-86d8-c7d149d4c929","subnetpool_id":null,"name":"InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-pub-subnet"}]} 2018-08-12 08:31:13,830 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=1e3eba9e-5820-454e-a38a-2c2f89240623 used request id req-3faeda46-9662-4901-b5fd-bb656e9bdc6b 2018-08-12 08:31:13,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=1e3eba9e-5820-454e-a38a-2c2f89240623 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13b360de2af515810b71acebcb7313023894053d" 2018-08-12 08:31:13,927 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3029 X-Openstack-Request-Id: req-4da916f1-41fa-4621-b217-54ec7e08ace9 Date: Sun, 12 Aug 2018 08:31:13 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"1e3eba9e-5820-454e-a38a-2c2f89240623","tenant_id":"8b33a22d24a44bc7b2fb14dfb2e9153d","created_at":"2018-08-12T08:30:44Z","admin_state_up":true,"updated_at":"2018-08-12T08:30:47Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-1e3eba9e-5820-454e-a38a-2c2f89240623","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:9b:03:a9","id":"2a9edcdb-50a1-4271-ae26-07322761194e","port_security_enabled":false,"project_id":"8b33a22d24a44bc7b2fb14dfb2e9153d","fixed_ips":[{"subnet_id":"32aa7fc4-0b3d-41a0-86d8-c7d149d4c929","ip_address":"10.55.0.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"1e3eba9e-5820-454e-a38a-2c2f89240623","tenant_id":"8b33a22d24a44bc7b2fb14dfb2e9153d","created_at":"2018-08-12T08:30:50Z","admin_state_up":true,"updated_at":"2018-08-12T08:30:59Z","binding:vnic_type":"normal","device_id":"86e3d077-c465-40a8-a040-71e7eccee690","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:ba:42:c8","id":"746540a2-89f0-48ad-bbbd-42bb5bfa611b","port_security_enabled":true,"project_id":"8b33a22d24a44bc7b2fb14dfb2e9153d","fixed_ips":[{"subnet_id":"32aa7fc4-0b3d-41a0-86d8-c7d149d4c929","ip_address":"10.55.0.16"}],"extra_dhcp_opts":[],"security_groups":["b9c37d84-ebc9-44c3-8b91-3b3624d87150"],"name":"InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-port"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"1e3eba9e-5820-454e-a38a-2c2f89240623","tenant_id":"8b33a22d24a44bc7b2fb14dfb2e9153d","created_at":"2018-08-12T08:30:43Z","admin_state_up":true,"updated_at":"2018-08-12T08:30:46Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-1e3eba9e-5820-454e-a38a-2c2f89240623","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:8d:1f:1c","id":"a91e1547-76b3-4030-b317-d06151ee947f","port_security_enabled":false,"project_id":"8b33a22d24a44bc7b2fb14dfb2e9153d","fixed_ips":[{"subnet_id":"32aa7fc4-0b3d-41a0-86d8-c7d149d4c929","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"1e3eba9e-5820-454e-a38a-2c2f89240623","tenant_id":"8b33a22d24a44bc7b2fb14dfb2e9153d","created_at":"2018-08-12T08:30:44Z","admin_state_up":true,"updated_at":"2018-08-12T08:30:46Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-1e3eba9e-5820-454e-a38a-2c2f89240623","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:64:60:16","id":"cd2cb1c0-c74f-4c70-8892-b820bf0bfafa","port_security_enabled":false,"project_id":"8b33a22d24a44bc7b2fb14dfb2e9153d","fixed_ips":[{"subnet_id":"32aa7fc4-0b3d-41a0-86d8-c7d149d4c929","ip_address":"10.55.0.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-12 08:31:13,927 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=1e3eba9e-5820-454e-a38a-2c2f89240623 used request id req-4da916f1-41fa-4621-b217-54ec7e08ace9 2018-08-12 08:31:13,930 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers/86e3d077-c465-40a8-a040-71e7eccee690/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13b360de2af515810b71acebcb7313023894053d" -d '{"addSecurityGroup": {"name": "InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-name"}}' 2018-08-12 08:31:14,195 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:31: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-6f0e3cc4-5e25-4fad-8daa-6eeb4fd3c66b x-compute-request-id: req-6f0e3cc4-5e25-4fad-8daa-6eeb4fd3c66b Content-Length: 187 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Security group InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-name is not found for project 8b33a22d24a44bc7b2fb14dfb2e9153d", "code": 404}} 2018-08-12 08:31:14,195 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/86e3d077-c465-40a8-a040-71e7eccee690/action used request id req-6f0e3cc4-5e25-4fad-8daa-6eeb4fd3c66b 2018-08-12 08:31:14,199 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/86e3d077-c465-40a8-a040-71e7eccee690 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13b360de2af515810b71acebcb7313023894053d" 2018-08-12 08:31:14,690 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:31: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-575a1fbe-4994-4a35-8ffe-633af3bedf01 x-compute-request-id: req-575a1fbe-4994-4a35-8ffe-633af3bedf01 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:42:c8", "version": 4, "addr": "10.55.0.16", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/86e3d077-c465-40a8-a040-71e7eccee690", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/86e3d077-c465-40a8-a040-71e7eccee690", "rel": "bookmark"}], "image": {"id": "1ad26e3f-c53a-4fa6-b99e-d5d3982c3112", "links": [{"href": "http://172.30.9.21:8774/images/1ad26e3f-c53a-4fa6-b99e-d5d3982c3112", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:30:59.000000", "flavor": {"id": "f75344ff-478f-4ef1-9969-2b50e2f1c646", "links": [{"href": "http://172.30.9.21:8774/flavors/f75344ff-478f-4ef1-9969-2b50e2f1c646", "rel": "bookmark"}]}, "id": "86e3d077-c465-40a8-a040-71e7eccee690", "security_groups": [{"name": "default"}], "user_id": "aa59a98be6334e34b15177d0767f0863", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:30:59Z", "hostId": "2ec1926633600d7f7d9282209fb00162deafe11459b037a87fb288f6", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-inst", "created": "2018-08-12T08:30:54Z", "tenant_id": "8b33a22d24a44bc7b2fb14dfb2e9153d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:31:14,691 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/86e3d077-c465-40a8-a040-71e7eccee690 used request id req-575a1fbe-4994-4a35-8ffe-633af3bedf01 2018-08-12 08:31:14,691 - nova_utils - ERROR - Unexpected error while adding security group [InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-name] - Security group InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-name is not found for project 8b33a22d24a44bc7b2fb14dfb2e9153d (HTTP 404) (Request-ID: req-6f0e3cc4-5e25-4fad-8daa-6eeb4fd3c66b) 2018-08-12 08:31:14,691 - create_instance - WARNING - Security group not added - Security group InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-name is not found for project 8b33a22d24a44bc7b2fb14dfb2e9153d (HTTP 404) (Request-ID: req-6f0e3cc4-5e25-4fad-8daa-6eeb4fd3c66b) 2018-08-12 08:31:14,694 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/86e3d077-c465-40a8-a040-71e7eccee690 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13b360de2af515810b71acebcb7313023894053d" 2018-08-12 08:31:15,389 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:31: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-8a4dc175-7942-41b0-9e3b-954f47850b12 x-compute-request-id: req-8a4dc175-7942-41b0-9e3b-954f47850b12 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:42:c8", "version": 4, "addr": "10.55.0.16", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/86e3d077-c465-40a8-a040-71e7eccee690", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/86e3d077-c465-40a8-a040-71e7eccee690", "rel": "bookmark"}], "image": {"id": "1ad26e3f-c53a-4fa6-b99e-d5d3982c3112", "links": [{"href": "http://172.30.9.21:8774/images/1ad26e3f-c53a-4fa6-b99e-d5d3982c3112", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:30:59.000000", "flavor": {"id": "f75344ff-478f-4ef1-9969-2b50e2f1c646", "links": [{"href": "http://172.30.9.21:8774/flavors/f75344ff-478f-4ef1-9969-2b50e2f1c646", "rel": "bookmark"}]}, "id": "86e3d077-c465-40a8-a040-71e7eccee690", "security_groups": [{"name": "default"}], "user_id": "aa59a98be6334e34b15177d0767f0863", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:30:59Z", "hostId": "2ec1926633600d7f7d9282209fb00162deafe11459b037a87fb288f6", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-inst", "created": "2018-08-12T08:30:54Z", "tenant_id": "8b33a22d24a44bc7b2fb14dfb2e9153d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:31:15,389 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/86e3d077-c465-40a8-a040-71e7eccee690 used request id req-8a4dc175-7942-41b0-9e3b-954f47850b12 2018-08-12 08:31:15,394 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13b360de2af515810b71acebcb7313023894053d" 2018-08-12 08:31:15,496 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-c4d9b316-1356-4134-b3ff-ccd5195037f8 Date: Sun, 12 Aug 2018 08:31: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":["32aa7fc4-0b3d-41a0-86d8-c7d149d4c929"],"updated_at":"2018-08-12T08:30:43Z","tenant_id":"8b33a22d24a44bc7b2fb14dfb2e9153d","created_at":"2018-08-12T08:30:41Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"8b33a22d24a44bc7b2fb14dfb2e9153d","id":"1e3eba9e-5820-454e-a38a-2c2f89240623","name":"InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-pub-net"}]} 2018-08-12 08:31:15,496 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-pub-net used request id req-c4d9b316-1356-4134-b3ff-ccd5195037f8 2018-08-12 08:31:15,500 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/8b33a22d24a44bc7b2fb14dfb2e9153d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13b360de2af515810b71acebcb7313023894053d" 2018-08-12 08:31:15,590 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:31:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-730569cb-353c-4a35-9961-13c3c7c758f5 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/8b33a22d24a44bc7b2fb14dfb2e9153d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "8b33a22d24a44bc7b2fb14dfb2e9153d", "name": "InstanceSecurityGroupTests-45c6148f-b651-487-proj"}} 2018-08-12 08:31:15,590 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/8b33a22d24a44bc7b2fb14dfb2e9153d used request id req-730569cb-353c-4a35-9961-13c3c7c758f5 2018-08-12 08:31:15,595 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=1e3eba9e-5820-454e-a38a-2c2f89240623 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13b360de2af515810b71acebcb7313023894053d" 2018-08-12 08:31:15,641 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-9b38f646-20db-4c4e-8e1f-00827ea580f4 Date: Sun, 12 Aug 2018 08:31:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1e3eba9e-5820-454e-a38a-2c2f89240623","tenant_id":"8b33a22d24a44bc7b2fb14dfb2e9153d","created_at":"2018-08-12T08:30:43Z","dns_nameservers":[],"updated_at":"2018-08-12T08:30:43Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"8b33a22d24a44bc7b2fb14dfb2e9153d","id":"32aa7fc4-0b3d-41a0-86d8-c7d149d4c929","subnetpool_id":null,"name":"InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-pub-subnet"}]} 2018-08-12 08:31:15,642 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=1e3eba9e-5820-454e-a38a-2c2f89240623 used request id req-9b38f646-20db-4c4e-8e1f-00827ea580f4 2018-08-12 08:31:15,647 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=1e3eba9e-5820-454e-a38a-2c2f89240623 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13b360de2af515810b71acebcb7313023894053d" 2018-08-12 08:31:15,735 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3029 X-Openstack-Request-Id: req-143d24e9-1a58-4cf9-8d0c-20301a751871 Date: Sun, 12 Aug 2018 08:31:15 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"1e3eba9e-5820-454e-a38a-2c2f89240623","tenant_id":"8b33a22d24a44bc7b2fb14dfb2e9153d","created_at":"2018-08-12T08:30:44Z","admin_state_up":true,"updated_at":"2018-08-12T08:30:47Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-1e3eba9e-5820-454e-a38a-2c2f89240623","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:9b:03:a9","id":"2a9edcdb-50a1-4271-ae26-07322761194e","port_security_enabled":false,"project_id":"8b33a22d24a44bc7b2fb14dfb2e9153d","fixed_ips":[{"subnet_id":"32aa7fc4-0b3d-41a0-86d8-c7d149d4c929","ip_address":"10.55.0.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"1e3eba9e-5820-454e-a38a-2c2f89240623","tenant_id":"8b33a22d24a44bc7b2fb14dfb2e9153d","created_at":"2018-08-12T08:30:50Z","admin_state_up":true,"updated_at":"2018-08-12T08:30:59Z","binding:vnic_type":"normal","device_id":"86e3d077-c465-40a8-a040-71e7eccee690","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:ba:42:c8","id":"746540a2-89f0-48ad-bbbd-42bb5bfa611b","port_security_enabled":true,"project_id":"8b33a22d24a44bc7b2fb14dfb2e9153d","fixed_ips":[{"subnet_id":"32aa7fc4-0b3d-41a0-86d8-c7d149d4c929","ip_address":"10.55.0.16"}],"extra_dhcp_opts":[],"security_groups":["b9c37d84-ebc9-44c3-8b91-3b3624d87150"],"name":"InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-port"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"1e3eba9e-5820-454e-a38a-2c2f89240623","tenant_id":"8b33a22d24a44bc7b2fb14dfb2e9153d","created_at":"2018-08-12T08:30:43Z","admin_state_up":true,"updated_at":"2018-08-12T08:30:46Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-1e3eba9e-5820-454e-a38a-2c2f89240623","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:8d:1f:1c","id":"a91e1547-76b3-4030-b317-d06151ee947f","port_security_enabled":false,"project_id":"8b33a22d24a44bc7b2fb14dfb2e9153d","fixed_ips":[{"subnet_id":"32aa7fc4-0b3d-41a0-86d8-c7d149d4c929","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"1e3eba9e-5820-454e-a38a-2c2f89240623","tenant_id":"8b33a22d24a44bc7b2fb14dfb2e9153d","created_at":"2018-08-12T08:30:44Z","admin_state_up":true,"updated_at":"2018-08-12T08:30:46Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-1e3eba9e-5820-454e-a38a-2c2f89240623","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:64:60:16","id":"cd2cb1c0-c74f-4c70-8892-b820bf0bfafa","port_security_enabled":false,"project_id":"8b33a22d24a44bc7b2fb14dfb2e9153d","fixed_ips":[{"subnet_id":"32aa7fc4-0b3d-41a0-86d8-c7d149d4c929","ip_address":"10.55.0.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-12 08:31:15,735 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=1e3eba9e-5820-454e-a38a-2c2f89240623 used request id req-143d24e9-1a58-4cf9-8d0c-20301a751871 2018-08-12 08:31:15,739 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/86e3d077-c465-40a8-a040-71e7eccee690 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f5c0bcb08d4438ff83350b490ab9d276f05faeb" 2018-08-12 08:31:16,406 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:31: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-3e2a13bb-d8ae-4ca0-855d-b3330e022d14 x-compute-request-id: req-3e2a13bb-d8ae-4ca0-855d-b3330e022d14 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:42:c8", "version": 4, "addr": "10.55.0.16", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/86e3d077-c465-40a8-a040-71e7eccee690", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/86e3d077-c465-40a8-a040-71e7eccee690", "rel": "bookmark"}], "image": {"id": "1ad26e3f-c53a-4fa6-b99e-d5d3982c3112", "links": [{"href": "http://172.30.9.21:8774/images/1ad26e3f-c53a-4fa6-b99e-d5d3982c3112", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:30:59.000000", "flavor": {"id": "f75344ff-478f-4ef1-9969-2b50e2f1c646", "links": [{"href": "http://172.30.9.21:8774/flavors/f75344ff-478f-4ef1-9969-2b50e2f1c646", "rel": "bookmark"}]}, "id": "86e3d077-c465-40a8-a040-71e7eccee690", "security_groups": [{"name": "default"}], "user_id": "aa59a98be6334e34b15177d0767f0863", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:30:59Z", "hostId": "2ec1926633600d7f7d9282209fb00162deafe11459b037a87fb288f6", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-inst", "created": "2018-08-12T08:30:54Z", "tenant_id": "8b33a22d24a44bc7b2fb14dfb2e9153d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:31:16,406 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/86e3d077-c465-40a8-a040-71e7eccee690 used request id req-3e2a13bb-d8ae-4ca0-855d-b3330e022d14 2018-08-12 08:31:16,407 - create_instance - INFO - Deleting Port with ID - 746540a2-89f0-48ad-bbbd-42bb5bfa611b 2018-08-12 08:31:16,407 - neutron_utils - INFO - Deleting port with name InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-port 2018-08-12 08:31:16,412 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/ports/746540a2-89f0-48ad-bbbd-42bb5bfa611b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13b360de2af515810b71acebcb7313023894053d" 2018-08-12 08:31:17,106 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d0acad31-9ea7-4f9c-914c-f689c88bdab7 Date: Sun, 12 Aug 2018 08:31:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:31:17,106 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/ports/746540a2-89f0-48ad-bbbd-42bb5bfa611b used request id req-d0acad31-9ea7-4f9c-914c-f689c88bdab7 2018-08-12 08:31:17,106 - create_instance - INFO - Deleting VM instance - InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-inst 2018-08-12 08:31:17,109 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/servers/86e3d077-c465-40a8-a040-71e7eccee690 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13b360de2af515810b71acebcb7313023894053d" 2018-08-12 08:31:17,262 - novaclient.v2.client - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:31: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-dc9175d4-ac39-4fbf-bf13-8a095129937c x-compute-request-id: req-dc9175d4-ac39-4fbf-bf13-8a095129937c Content-Type: application/json 2018-08-12 08:31:17,262 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/86e3d077-c465-40a8-a040-71e7eccee690 used request id req-dc9175d4-ac39-4fbf-bf13-8a095129937c 2018-08-12 08:31:17,262 - create_instance - INFO - Checking deletion status 2018-08-12 08:31:17,265 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/86e3d077-c465-40a8-a040-71e7eccee690 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13b360de2af515810b71acebcb7313023894053d" 2018-08-12 08:31:17,374 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:31: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-5c98f750-182e-45ab-bd3a-a69e8ba6db29 x-compute-request-id: req-5c98f750-182e-45ab-bd3a-a69e8ba6db29 Content-Encoding: gzip Content-Length: 740 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:42:c8", "version": 4, "addr": "10.55.0.16", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/86e3d077-c465-40a8-a040-71e7eccee690", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/86e3d077-c465-40a8-a040-71e7eccee690", "rel": "bookmark"}], "image": {"id": "1ad26e3f-c53a-4fa6-b99e-d5d3982c3112", "links": [{"href": "http://172.30.9.21:8774/images/1ad26e3f-c53a-4fa6-b99e-d5d3982c3112", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:30:59.000000", "flavor": {"id": "f75344ff-478f-4ef1-9969-2b50e2f1c646", "links": [{"href": "http://172.30.9.21:8774/flavors/f75344ff-478f-4ef1-9969-2b50e2f1c646", "rel": "bookmark"}]}, "id": "86e3d077-c465-40a8-a040-71e7eccee690", "user_id": "aa59a98be6334e34b15177d0767f0863", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:31:17Z", "hostId": "2ec1926633600d7f7d9282209fb00162deafe11459b037a87fb288f6", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-inst", "created": "2018-08-12T08:30:54Z", "tenant_id": "8b33a22d24a44bc7b2fb14dfb2e9153d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:31:17,375 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/86e3d077-c465-40a8-a040-71e7eccee690 used request id req-5c98f750-182e-45ab-bd3a-a69e8ba6db29 2018-08-12 08:31:17,375 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-inst] is - ACTIVE 2018-08-12 08:31:17,375 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-12 08:31:20,378 - create_instance - DEBUG - VM status query timeout in 296.884057999 2018-08-12 08:31:20,381 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/86e3d077-c465-40a8-a040-71e7eccee690 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13b360de2af515810b71acebcb7313023894053d" 2018-08-12 08:31:20,432 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:31: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-b25ac81f-ac02-4467-972e-6d9abab8f6f8 x-compute-request-id: req-b25ac81f-ac02-4467-972e-6d9abab8f6f8 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 86e3d077-c465-40a8-a040-71e7eccee690 could not be found.", "code": 404}} 2018-08-12 08:31:20,432 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/86e3d077-c465-40a8-a040-71e7eccee690 used request id req-b25ac81f-ac02-4467-972e-6d9abab8f6f8 2018-08-12 08:31:20,432 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 86e3d077-c465-40a8-a040-71e7eccee690 could not be found. (HTTP 404) (Request-ID: req-b25ac81f-ac02-4467-972e-6d9abab8f6f8) 2018-08-12 08:31:20,432 - create_instance - INFO - VM has been properly deleted VM with name - InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-inst 2018-08-12 08:31:20,436 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/flavors/f75344ff-478f-4ef1-9969-2b50e2f1c646 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca5d14f21ba994e01d8e371c906695785b54ecdf" 2018-08-12 08:31:20,469 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 08:31: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-2e6cf4e9-c56f-4d63-8c5c-1644e7cc6ce5 x-compute-request-id: req-2e6cf4e9-c56f-4d63-8c5c-1644e7cc6ce5 Content-Length: 0 Content-Type: application/json 2018-08-12 08:31:20,469 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/f75344ff-478f-4ef1-9969-2b50e2f1c646 used request id req-2e6cf4e9-c56f-4d63-8c5c-1644e7cc6ce5 2018-08-12 08:31:20,470 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-pub-subnet 2018-08-12 08:31:20,470 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-pub-subnet 2018-08-12 08:31:20,474 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/32aa7fc4-0b3d-41a0-86d8-c7d149d4c929 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93582915e6bc619c909f8b87d7b9d74aa1e219de" 2018-08-12 08:31:22,911 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-88296bb0-9bea-4bef-b10d-34ddfefb0b19 Date: Sun, 12 Aug 2018 08:31:22 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:31:22,911 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/32aa7fc4-0b3d-41a0-86d8-c7d149d4c929 used request id req-88296bb0-9bea-4bef-b10d-34ddfefb0b19 2018-08-12 08:31:22,911 - neutron_utils - INFO - Deleting network with name InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-pub-net 2018-08-12 08:31:22,916 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/1e3eba9e-5820-454e-a38a-2c2f89240623 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93582915e6bc619c909f8b87d7b9d74aa1e219de" 2018-08-12 08:31:24,924 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f8bdeaa9-751d-46ef-b7c7-883fd4db0b2f Date: Sun, 12 Aug 2018 08:31:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:31:24,924 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/1e3eba9e-5820-454e-a38a-2c2f89240623 used request id req-f8bdeaa9-751d-46ef-b7c7-883fd4db0b2f 2018-08-12 08:31:24,925 - glance_utils - INFO - Deleting image named - InstanceSecurityGroupTests-c4e1d0b6-31db-434c-b4fd-d83522bf11cd-image 2018-08-12 08:31:24,928 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/1ad26e3f-c53a-4fa6-b99e-d5d3982c3112 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8887c8261df60d4429b159470ff483e9bab49882" 2018-08-12 08:31:25,404 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-b65737f9-4ca0-49dd-900b-2b140c7288cd Date: Sun, 12 Aug 2018 08:31: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 08:31:25,404 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/1ad26e3f-c53a-4fa6-b99e-d5d3982c3112 used request id req-b65737f9-4ca0-49dd-900b-2b140c7288cd 2018-08-12 08:31:25,405 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:31:25,406 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:31:25,406 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:31:25,406 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:31:25,406 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:31:25,412 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4cf618ca0b84d37c6acb12eeb4593078e7818c6" 2018-08-12 08:31:25,675 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 45548 X-Openstack-Request-Id: req-0b1e685c-66b8-41f6-87d3-b98fa70d3393 Date: Sun, 12 Aug 2018 08:31:25 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "created_at": "2018-08-12T06:59:44Z", "updated_at": "2018-08-12T06:59:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "1d7fd960-7865-4453-aecc-8d399b4fad21", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "66820d8a-b785-4b18-bd67-500221c8e4f9", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "74fc7638-a322-4841-8c47-06d36174a200", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "8eaa09ec-8419-4582-9312-1e527afe6e4b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}], "revision_number": 4, "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "created_at": "2018-08-12T05:12:34Z", "updated_at": "2018-08-12T05:12:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "709513d2-af7d-4d0b-bd3c-604fed75a711", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "aa346066-e46f-44f2-94be-2884aa998a19", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "c15f7b93-e56c-4afa-867d-2acb286d4b7b", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "cb0ef83f-5f70-4a80-ad35-431ca9df551e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}], "revision_number": 4, "project_id": "fa5a7fe6ee54472ba01638877aade8e3", "id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ea65becf30e54b27aa96a449698a435e", "created_at": "2018-08-12T05:10:35Z", "updated_at": "2018-08-12T05:10:35Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "30ad280c-f302-4cd4-a438-5139917b56f9", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "76115c4c-887d-4f0a-83e2-486e4b39c713", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "8ab14937-4c08-4d43-8a9a-662e622cc643", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "ee757a03-5662-4273-9c3e-6212e7afb48f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}], "revision_number": 4, "project_id": "ea65becf30e54b27aa96a449698a435e", "id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "created_at": "2018-08-12T06:20:09Z", "updated_at": "2018-08-12T06:20:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "1123b8f2-75ac-4a26-b9b2-a96da97408e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "2ddd2b93-e080-48cd-9a50-f5fe8a82ad0c", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "cd1bae62-0aea-4438-b4c3-50a69ae6f855", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "e398e01e-ceea-46d1-9534-b929808c4a5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}], "revision_number": 4, "project_id": "ff7abd7bb61f4f2889831e932d65dc2e", "id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "created_at": "2018-08-12T05:34:57Z", "updated_at": "2018-08-12T05:34:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "208a1c1e-f5f8-49c7-9a25-d07e68b1541f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "27bfd867-e607-4bf8-9de8-60682d3f771d", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "49360e1f-6fd3-4f35-b339-24cea95773ee", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "60f631a9-d305-4920-9631-d0543e2ac64f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}], "revision_number": 4, "project_id": "3a85ceae958d4d9fba68847e7df67db8", "id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "created_at": "2018-08-12T05:34:40Z", "updated_at": "2018-08-12T05:34:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "2192c259-363e-4768-ae73-e75837ad63b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "3f87ddc5-f84d-41dc-8215-847724782569", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "7d89f6da-ea78-49dd-9115-f9ad23b250bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "9ec4497d-0f65-44db-9be9-7b3042e4a584", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}], "revision_number": 4, "project_id": "85517fcf1c6247e699fdcdd42ecc8c79", "id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "created_at": "2018-08-12T05:16:02Z", "updated_at": "2018-08-12T05:16:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "1ecacd8c-c1c7-4a66-9871-406a69323b43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "3cc1750c-e0e7-4902-b6f3-494a161b832e", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "d719a7a4-8c99-44ed-8c12-6bf071890203", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "fe7421b5-d577-41da-8c78-62f3c07eda92", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}], "revision_number": 4, "project_id": "a267b9a156244bb192691cff6e5f74fe", "id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "315a428116f24d9fbb826b37080a918e", "created_at": "2018-08-12T05:11:31Z", "updated_at": "2018-08-12T05:11:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "5e52886a-1dc3-4a81-a55d-f388dc4fd1a1", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "678e32e4-d64c-448a-a4ab-e253ab94ae90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "a8da1539-e3ad-4f90-b2df-3dc1f09d228a", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "b73d5cc9-0205-4658-bb1f-61a042c0ab8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}], "revision_number": 4, "project_id": "315a428116f24d9fbb826b37080a918e", "id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-12T05:08:01Z", "updated_at": "2018-08-12T05:08:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:01Z", "revision_number": 0, "id": "0fb05d03-1117-45d0-930c-b6d4c96ef102", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "4faaab33-5788-4bbd-85b8-0fb44d41413a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "96d0c5a0-5c67-421b-8fc8-2b46d77e5db3", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "dd78519b-4bc5-4e8e-ad0f-58089dd69347", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "11a46741b7954b959fd7764109c047b6", "created_at": "2018-08-12T05:34:51Z", "updated_at": "2018-08-12T05:34:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "0b67bf3c-2289-43bb-ab6c-7d25ec32a279", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "51f3f833-337a-42bd-a8d5-742ea8d6c226", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "571fd0b5-ef90-408d-af33-aafb517b8993", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "944ba823-fb9c-496e-a66e-bb426bb14a8d", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}], "revision_number": 4, "project_id": "11a46741b7954b959fd7764109c047b6", "id": "90af9782-8112-4257-801d-ee5115d226ba", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "created_at": "2018-08-12T05:34:26Z", "updated_at": "2018-08-12T05:34:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "2ee1f63a-807c-4d6a-85ee-dd784f6b8c3f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5dec3ec2-2add-47dd-8618-90659dcf3885", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5ea0dc3e-49d0-43f0-94e9-f6443527d14c", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "fbfaca22-7e3e-4128-8973-43e439b77c28", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}], "revision_number": 4, "project_id": "3c01cd58055c44ecaef39f7e625c2258", "id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "521007c1818145639e93ceb270559219", "created_at": "2018-08-12T05:13:27Z", "updated_at": "2018-08-12T05:13:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "5e7fede5-b0f2-47d8-95c3-516cdfc7f9de", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "8fd0e36f-c6c4-4f64-ba97-40439e614448", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "db7d79de-1dfc-4138-945f-91e74cdc266b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "e87f2cff-ff3e-4b6d-aaf0-7f0eb0ab9f05", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}], "revision_number": 4, "project_id": "521007c1818145639e93ceb270559219", "id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8b33a22d24a44bc7b2fb14dfb2e9153d", "created_at": "2018-08-12T08:30:41Z", "updated_at": "2018-08-12T08:30:41Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:30:41Z", "revision_number": 0, "id": "8e0e20c8-cca0-4c2c-8b1e-77710f74e0a7", "remote_group_id": "b9c37d84-ebc9-44c3-8b91-3b3624d87150", "remote_ip_prefix": null, "created_at": "2018-08-12T08:30:41Z", "security_group_id": "b9c37d84-ebc9-44c3-8b91-3b3624d87150", "tenant_id": "8b33a22d24a44bc7b2fb14dfb2e9153d", "port_range_min": null, "ethertype": "IPv6", "project_id": "8b33a22d24a44bc7b2fb14dfb2e9153d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:30:41Z", "revision_number": 0, "id": "8e4a7f1d-7e5d-4bfb-a15d-ed60fe7308fe", "remote_group_id": "b9c37d84-ebc9-44c3-8b91-3b3624d87150", "remote_ip_prefix": null, "created_at": "2018-08-12T08:30:41Z", "security_group_id": "b9c37d84-ebc9-44c3-8b91-3b3624d87150", "tenant_id": "8b33a22d24a44bc7b2fb14dfb2e9153d", "port_range_min": null, "ethertype": "IPv4", "project_id": "8b33a22d24a44bc7b2fb14dfb2e9153d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:30:41Z", "revision_number": 0, "id": "c0acb695-644a-4969-b8e6-d8f2f6c033b0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:30:41Z", "security_group_id": "b9c37d84-ebc9-44c3-8b91-3b3624d87150", "tenant_id": "8b33a22d24a44bc7b2fb14dfb2e9153d", "port_range_min": null, "ethertype": "IPv6", "project_id": "8b33a22d24a44bc7b2fb14dfb2e9153d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:30:41Z", "revision_number": 0, "id": "c92bd26c-b3d7-46ec-b24d-c16b9b568fcd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:30:41Z", "security_group_id": "b9c37d84-ebc9-44c3-8b91-3b3624d87150", "tenant_id": "8b33a22d24a44bc7b2fb14dfb2e9153d", "port_range_min": null, "ethertype": "IPv4", "project_id": "8b33a22d24a44bc7b2fb14dfb2e9153d"}], "revision_number": 4, "project_id": "8b33a22d24a44bc7b2fb14dfb2e9153d", "id": "b9c37d84-ebc9-44c3-8b91-3b3624d87150", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "created_at": "2018-08-12T05:08:18Z", "updated_at": "2018-08-12T05:08:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "3c67be40-bf74-4f97-9693-d93ce73a23b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "6112d869-2fc6-4a25-a13c-3d55cd7206c0", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "bdf21c56-453e-482e-9cba-3c55abcb0339", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "c8e92c39-38cc-4f48-be9c-5f0912e6a725", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}], "revision_number": 4, "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "created_at": "2018-08-12T05:04:23Z", "updated_at": "2018-08-12T05:04:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "280546d9-8ad1-4283-abfc-15ee9b1736c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "58bce125-f2ca-4a6d-b9ca-4e6cf5c0f7a5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "69275b9a-cfb5-482c-a9c4-8ffc79adf2c7", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "6d747f3a-3764-469a-a645-f977585c5aac", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}], "revision_number": 4, "project_id": "310f5853751a4c968f3eeb0a3d99a0a8", "id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "created_at": "2018-08-12T05:34:42Z", "updated_at": "2018-08-12T05:34:42Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "199582e8-25aa-457a-aa7c-6d8413ca4464", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "234f3609-4454-448f-919d-c8143c7cd764", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "c1061460-71a2-49a9-a04b-9fa33eeb17ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "d21ac532-51d8-4d6b-8300-7bac216759bf", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}], "revision_number": 4, "project_id": "9f6c1a272706419c9a74b0893b2890e8", "id": "d6739716-c693-460c-89c6-e7c8c48f8245", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "created_at": "2018-08-12T05:34:54Z", "updated_at": "2018-08-12T05:34:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "0633a05a-ee7d-4476-a56b-75d011b22f77", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "6cc1b9f8-73db-47a3-a0e0-3c96c43f34da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "90d99a6b-e94f-4fd8-a10c-f19dd8954c13", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "e843c139-af2a-4d2c-a24f-59f7b10ff72e", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}], "revision_number": 4, "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "created_at": "2018-08-12T05:09:07Z", "updated_at": "2018-08-12T05:09:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "5495e168-f505-4d74-ae6d-387f0bf533c2", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "6fd19b8b-3062-456e-81ba-3ff37fe43429", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8ca59d25-485c-46ce-939c-2e4a468caeac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8f190846-50a0-42b9-b571-390809b752b1", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}], "revision_number": 4, "project_id": "fa9ca6d7608b4d7d87ce97331679a481", "id": "edcd9b17-9416-4c25-823c-060c435e18d7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "created_at": "2018-08-12T05:34:52Z", "updated_at": "2018-08-12T05:34:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "2c7e484e-6ec5-4a95-8c9c-66d294c0c27e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "70c74258-3c2c-4efc-87e0-079c26ee3417", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "b70382fa-082e-4c2b-abc8-87490fa50b11", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "c3628e02-b4b6-42c9-8751-c1a2d3c19caa", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}], "revision_number": 4, "project_id": "87db863ba6e348b0a5ddcb67053db9d1", "id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "name": "default"}]} 2018-08-12 08:31:25,676 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-0b1e685c-66b8-41f6-87d3-b98fa70d3393 2018-08-12 08:31:25,684 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4cf618ca0b84d37c6acb12eeb4593078e7818c6" 2018-08-12 08:31:25,783 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:31:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-21f44649-2f0b-45ab-ba0d-7db16322b5dc Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 5fe28c13d4d74ba2be8d019ac1ea6363.", "code": 404, "title": "Not Found"}} 2018-08-12 08:31:25,784 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 used request id req-21f44649-2f0b-45ab-ba0d-7db16322b5dc 2018-08-12 08:31:25,784 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:31:25,787 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4cf618ca0b84d37c6acb12eeb4593078e7818c6" 2018-08-12 08:31:25,973 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:31:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c7fc026e-625d-4efe-9429-f1f15d494ced Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa5a7fe6ee54472ba01638877aade8e3.", "code": 404, "title": "Not Found"}} 2018-08-12 08:31:25,973 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 used request id req-c7fc026e-625d-4efe-9429-f1f15d494ced 2018-08-12 08:31:25,973 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:31:25,977 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4cf618ca0b84d37c6acb12eeb4593078e7818c6" 2018-08-12 08:31:26,063 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:31:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9f613d38-57db-4ba8-9ebb-35754be2681a Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ea65becf30e54b27aa96a449698a435e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:31:26,064 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e used request id req-9f613d38-57db-4ba8-9ebb-35754be2681a 2018-08-12 08:31:26,064 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:31:26,067 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4cf618ca0b84d37c6acb12eeb4593078e7818c6" 2018-08-12 08:31:26,162 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:31:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-665dcab5-b5a4-4f97-b35c-fc0151120e07 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ff7abd7bb61f4f2889831e932d65dc2e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:31:26,163 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e used request id req-665dcab5-b5a4-4f97-b35c-fc0151120e07 2018-08-12 08:31:26,163 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:31:26,166 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4cf618ca0b84d37c6acb12eeb4593078e7818c6" 2018-08-12 08:31:26,251 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:31:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-24fdf5d4-e69b-4535-8f94-65be35c525b7 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3a85ceae958d4d9fba68847e7df67db8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:31:26,251 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 used request id req-24fdf5d4-e69b-4535-8f94-65be35c525b7 2018-08-12 08:31:26,252 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:31:26,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4cf618ca0b84d37c6acb12eeb4593078e7818c6" 2018-08-12 08:31:26,353 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:31:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6550da67-3717-4440-b93c-6c6db404c938 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 85517fcf1c6247e699fdcdd42ecc8c79.", "code": 404, "title": "Not Found"}} 2018-08-12 08:31:26,353 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 used request id req-6550da67-3717-4440-b93c-6c6db404c938 2018-08-12 08:31:26,353 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:31:26,357 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4cf618ca0b84d37c6acb12eeb4593078e7818c6" 2018-08-12 08:31:26,447 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:31:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-60eeedc0-1447-4915-a08a-1053ca8c06e7 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}} 2018-08-12 08:31:26,448 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe used request id req-60eeedc0-1447-4915-a08a-1053ca8c06e7 2018-08-12 08:31:26,451 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4cf618ca0b84d37c6acb12eeb4593078e7818c6" 2018-08-12 08:31:26,544 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:31:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-47cca72a-686c-4aa7-9094-3b5e8e61e6fd Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 315a428116f24d9fbb826b37080a918e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:31:26,544 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e used request id req-47cca72a-686c-4aa7-9094-3b5e8e61e6fd 2018-08-12 08:31:26,544 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:31:26,548 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4cf618ca0b84d37c6acb12eeb4593078e7818c6" 2018-08-12 08:31:26,639 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:31:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-05c5db65-fe29-4e27-8bba-cb4f55c1a304 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 11a46741b7954b959fd7764109c047b6.", "code": 404, "title": "Not Found"}} 2018-08-12 08:31:26,639 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 used request id req-05c5db65-fe29-4e27-8bba-cb4f55c1a304 2018-08-12 08:31:26,640 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:31:26,643 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4cf618ca0b84d37c6acb12eeb4593078e7818c6" 2018-08-12 08:31:26,730 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:31:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-aa7346e0-4eda-45ba-980d-704e47be0869 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3c01cd58055c44ecaef39f7e625c2258.", "code": 404, "title": "Not Found"}} 2018-08-12 08:31:26,730 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 used request id req-aa7346e0-4eda-45ba-980d-704e47be0869 2018-08-12 08:31:26,731 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:31:26,734 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4cf618ca0b84d37c6acb12eeb4593078e7818c6" 2018-08-12 08:31:26,831 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:31:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-29b059c6-9c2d-4e7f-b63a-a6d5c61ee5a5 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 521007c1818145639e93ceb270559219.", "code": 404, "title": "Not Found"}} 2018-08-12 08:31:26,831 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 used request id req-29b059c6-9c2d-4e7f-b63a-a6d5c61ee5a5 2018-08-12 08:31:26,831 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:31:26,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/8b33a22d24a44bc7b2fb14dfb2e9153d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4cf618ca0b84d37c6acb12eeb4593078e7818c6" 2018-08-12 08:31:26,930 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:31:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aef478a5-bc6d-4af0-8f3f-97161347f2be Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/8b33a22d24a44bc7b2fb14dfb2e9153d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "8b33a22d24a44bc7b2fb14dfb2e9153d", "name": "InstanceSecurityGroupTests-45c6148f-b651-487-proj"}} 2018-08-12 08:31:26,931 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/8b33a22d24a44bc7b2fb14dfb2e9153d used request id req-aef478a5-bc6d-4af0-8f3f-97161347f2be 2018-08-12 08:31:26,931 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b9c37d84-ebc9-44c3-8b91-3b3624d87150 2018-08-12 08:31:26,936 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=b9c37d84-ebc9-44c3-8b91-3b3624d87150 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4cf618ca0b84d37c6acb12eeb4593078e7818c6" 2018-08-12 08:31:27,139 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-c04f37b9-135e-4442-ae97-b8c3606515dc Date: Sun, 12 Aug 2018 08:31:27 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "b9c37d84-ebc9-44c3-8b91-3b3624d87150", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:30:41Z", "security_group_id": "b9c37d84-ebc9-44c3-8b91-3b3624d87150", "port_range_min": null, "revision_number": 0, "tenant_id": "8b33a22d24a44bc7b2fb14dfb2e9153d", "created_at": "2018-08-12T08:30:41Z", "project_id": "8b33a22d24a44bc7b2fb14dfb2e9153d", "id": "8e0e20c8-cca0-4c2c-8b1e-77710f74e0a7"}, {"remote_group_id": "b9c37d84-ebc9-44c3-8b91-3b3624d87150", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:30:41Z", "security_group_id": "b9c37d84-ebc9-44c3-8b91-3b3624d87150", "port_range_min": null, "revision_number": 0, "tenant_id": "8b33a22d24a44bc7b2fb14dfb2e9153d", "created_at": "2018-08-12T08:30:41Z", "project_id": "8b33a22d24a44bc7b2fb14dfb2e9153d", "id": "8e4a7f1d-7e5d-4bfb-a15d-ed60fe7308fe"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:30:41Z", "security_group_id": "b9c37d84-ebc9-44c3-8b91-3b3624d87150", "port_range_min": null, "revision_number": 0, "tenant_id": "8b33a22d24a44bc7b2fb14dfb2e9153d", "created_at": "2018-08-12T08:30:41Z", "project_id": "8b33a22d24a44bc7b2fb14dfb2e9153d", "id": "c0acb695-644a-4969-b8e6-d8f2f6c033b0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:30:41Z", "security_group_id": "b9c37d84-ebc9-44c3-8b91-3b3624d87150", "port_range_min": null, "revision_number": 0, "tenant_id": "8b33a22d24a44bc7b2fb14dfb2e9153d", "created_at": "2018-08-12T08:30:41Z", "project_id": "8b33a22d24a44bc7b2fb14dfb2e9153d", "id": "c92bd26c-b3d7-46ec-b24d-c16b9b568fcd"}]} 2018-08-12 08:31:27,140 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=b9c37d84-ebc9-44c3-8b91-3b3624d87150 used request id req-c04f37b9-135e-4442-ae97-b8c3606515dc 2018-08-12 08:31:27,140 - neutron_utils - INFO - Deleting security group with name - default 2018-08-12 08:31:27,145 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/b9c37d84-ebc9-44c3-8b91-3b3624d87150 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4cf618ca0b84d37c6acb12eeb4593078e7818c6" 2018-08-12 08:31:27,561 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d6130900-f53a-409e-84c9-f6d494129fad Content-Length: 0 Date: Sun, 12 Aug 2018 08:31:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:31:27,561 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/b9c37d84-ebc9-44c3-8b91-3b3624d87150 used request id req-d6130900-f53a-409e-84c9-f6d494129fad 2018-08-12 08:31:27,562 - keystone_utils - INFO - Deleting project with name - InstanceSecurityGroupTests-45c6148f-b651-487-proj 2018-08-12 08:31:27,565 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/8b33a22d24a44bc7b2fb14dfb2e9153d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4cf618ca0b84d37c6acb12eeb4593078e7818c6" 2018-08-12 08:31:27,847 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:31:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b958694f-d70c-4f01-8f22-a8b289caf47d 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 08:31:27,847 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/8b33a22d24a44bc7b2fb14dfb2e9153d used request id req-b958694f-d70c-4f01-8f22-a8b289caf47d 2018-08-12 08:31:27,847 - keystone_utils - INFO - Deleting role with name - InstanceSecurityGroupTests-45c6148f-b651-487-proj-role 2018-08-12 08:31:27,851 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/fe55cecdbedc452fa828a5e6646a0b41 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4cf618ca0b84d37c6acb12eeb4593078e7818c6" 2018-08-12 08:31:27,967 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:31:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d38c4168-4316-4f5a-86c6-f1a3cb014fe1 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 08:31:27,967 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/fe55cecdbedc452fa828a5e6646a0b41 used request id req-d38c4168-4316-4f5a-86c6-f1a3cb014fe1 2018-08-12 08:31:27,970 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4cf618ca0b84d37c6acb12eeb4593078e7818c6" 2018-08-12 08:31:28,062 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:31:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f781fb99-1d91-4e73-bc2e-7f7666994835 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:31:28,062 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-f781fb99-1d91-4e73-bc2e-7f7666994835 2018-08-12 08:31:28,063 - keystone_utils - INFO - Deleting user with name - InstanceSecurityGroupTests-45c6148f-b651-487-user 2018-08-12 08:31:28,066 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/aa59a98be6334e34b15177d0767f0863 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78e8286fb94a3f731de4b8b953151c6b4baf046a" 2018-08-12 08:31:28,237 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:31:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-90afba33-9b09-443e-a74a-8d51af868948 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 08:31:28,237 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/aa59a98be6334e34b15177d0767f0863 used request id req-90afba33-9b09-443e-a74a-8d51af868948 2018-08-12 08:31:28,239 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:31:28,632 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:31:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["iywuOGGZTMCY_oxoDTLsJg"], "issued_at": "2018-08-12T08:31:28.000000Z"}} 2018-08-12 08:31:28,632 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}97a96da5071928271809502348b20ce6f5622cff" 2018-08-12 08:31:28,716 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:31:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8a6dc5e7-bea8-4747-b1c0-05fa295ee5c3 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:31:28,716 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-8a6dc5e7-bea8-4747-b1c0-05fa295ee5c3 2018-08-12 08:31:28,717 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:31:28,718 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:31:29,116 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:31:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["lOwkk1zWQbW-C1vpUq6KuQ"], "issued_at": "2018-08-12T08:31:29.000000Z"}} 2018-08-12 08:31:29,117 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}0125b456af36b91a3bdb164f1267ea52184984ad" 2018-08-12 08:31:29,203 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:31:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-37367468-1863-44bf-8247-9b7223fd44d3 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:31:29,203 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-37367468-1863-44bf-8247-9b7223fd44d3 2018-08-12 08:31:29,208 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:31:29,213 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:31:29 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:31:29,214 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-57e89711-d34e-447-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0125b456af36b91a3bdb164f1267ea52184984ad" 2018-08-12 08:31:29,304 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:31:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f4daa13e-64c2-49d5-b8eb-354c0e33610a Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-57e89711-d34e-447-proj", "previous": null, "next": null}, "projects": []} 2018-08-12 08:31:29,304 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-57e89711-d34e-447-proj used request id req-f4daa13e-64c2-49d5-b8eb-354c0e33610a 2018-08-12 08:31:29,308 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0125b456af36b91a3bdb164f1267ea52184984ad" 2018-08-12 08:31:29,404 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:31:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9017c5fc-e497-474f-a308-3e102172a9f8 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:31:29,404 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-9017c5fc-e497-474f-a308-3e102172a9f8 2018-08-12 08:31:29,408 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0125b456af36b91a3bdb164f1267ea52184984ad" -d '{"project": {"enabled": true, "domain_id": "default", "name": "InstanceSecurityGroupTests-57e89711-d34e-447-proj"}}' 2018-08-12 08:31:29,542 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:31:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d45096e1-0e30-4269-ad66-ab0950d0bc29 Content-Length: 323 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/eb41a23172bc4ad290656644907c5fb8"}, "tags": [], "enabled": true, "id": "eb41a23172bc4ad290656644907c5fb8", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-57e89711-d34e-447-proj"}} 2018-08-12 08:31:29,542 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-d45096e1-0e30-4269-ad66-ab0950d0bc29 2018-08-12 08:31:29,543 - keystone_utils - INFO - Created project with name - InstanceSecurityGroupTests-57e89711-d34e-447-proj 2018-08-12 08:31:29,543 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:31:29,543 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:31:29,932 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:31:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["oUpauvlgS6CUCL0GQcTSBg"], "issued_at": "2018-08-12T08:31:29.000000Z"}} 2018-08-12 08:31:29,933 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}b2208c916ed89ffb4c96a54b0f9931626cf0a82c" 2018-08-12 08:31:30,021 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:31:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b4ddb56d-6e5e-4ae0-a7f5-01066eef1ae3 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:31:30,021 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-b4ddb56d-6e5e-4ae0-a7f5-01066eef1ae3 2018-08-12 08:31:30,025 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:31:30,030 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:31:30 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:31:30,031 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2208c916ed89ffb4c96a54b0f9931626cf0a82c" 2018-08-12 08:31:30,139 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:31:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4c1034b4-c910-4d68-9af3-828db6e2de38 Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/105a247548624314b9228f85f6325f0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105a247548624314b9228f85f6325f0b", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/1c5de0eaa44543f08da6ad63a51594ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c5de0eaa44543f08da6ad63a51594ff", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/1d127b5b832547a88a547c116dfdd65b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d127b5b832547a88a547c116dfdd65b", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/1d5cfc170d624ce4ae53ae0507c8d517"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d5cfc170d624ce4ae53ae0507c8d517", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/2421820b75eb4d3ebd02830378d1377b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2421820b75eb4d3ebd02830378d1377b", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/40bd8ee54ecf44868cc83cede652c396"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40bd8ee54ecf44868cc83cede652c396", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/4f32fb8153854c4c9f5094b42b523f80"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f32fb8153854c4c9f5094b42b523f80", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7066130d08fb4db7bf4ab468de53933b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7066130d08fb4db7bf4ab468de53933b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/8d0898a83bcf4521bbc11501d5d7ac89"}, "domain_id": "1eec97585bde483292ece28ee11f4b8d", "enabled": true, "options": {}, "id": "8d0898a83bcf4521bbc11501d5d7ac89", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/9defcced327d476f8a3beab718a13da3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9defcced327d476f8a3beab718a13da3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/b80ee4f6992446e0879624dd436e99a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b80ee4f6992446e0879624dd436e99a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b86fd3e011324d398fcdb6f095a20a9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b86fd3e011324d398fcdb6f095a20a9d", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1701d2754064b5cadf765ea0806f9b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1701d2754064b5cadf765ea0806f9b2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/db4e7b8d76d549faa502716565c733dd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db4e7b8d76d549faa502716565c733dd", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-12 08:31:30,139 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-4c1034b4-c910-4d68-9af3-828db6e2de38 2018-08-12 08:31:30,143 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=InstanceSecurityGroupTests-57e89711-d34e-447-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2208c916ed89ffb4c96a54b0f9931626cf0a82c" 2018-08-12 08:31:30,237 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:31:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-62db7758-7ea7-4c94-ba35-2196870fc175 Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=InstanceSecurityGroupTests-57e89711-d34e-447-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/eb41a23172bc4ad290656644907c5fb8"}, "tags": [], "enabled": true, "id": "eb41a23172bc4ad290656644907c5fb8", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-57e89711-d34e-447-proj"}]} 2018-08-12 08:31:30,237 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=InstanceSecurityGroupTests-57e89711-d34e-447-proj used request id req-62db7758-7ea7-4c94-ba35-2196870fc175 2018-08-12 08:31:30,240 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2208c916ed89ffb4c96a54b0f9931626cf0a82c" 2018-08-12 08:31:30,343 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:31:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-15ff348e-554a-4cac-bd01-3d1ff2f32fb0 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:31:30,343 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-15ff348e-554a-4cac-bd01-3d1ff2f32fb0 2018-08-12 08:31:30,716 - keystone_utils - INFO - Created user with name - InstanceSecurityGroupTests-57e89711-d34e-447-user 2018-08-12 08:31:30,716 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:31:30,720 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0125b456af36b91a3bdb164f1267ea52184984ad" 2018-08-12 08:31:30,812 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:31:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6065b888-55a3-493f-b8aa-a4d6a04f5ec2 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:31:30,812 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-6065b888-55a3-493f-b8aa-a4d6a04f5ec2 2018-08-12 08:31:30,816 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0125b456af36b91a3bdb164f1267ea52184984ad" -d '{"role": {"name": "InstanceSecurityGroupTests-57e89711-d34e-447-proj-role"}}' 2018-08-12 08:31:30,967 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:31:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-559524f7-fdda-4602-bca3-eaa871de2769 Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "0baad7d598d04ced9ac7148e28275f23", "links": {"self": "http://172.30.9.21:5000/v3/roles/0baad7d598d04ced9ac7148e28275f23"}, "name": "InstanceSecurityGroupTests-57e89711-d34e-447-proj-role"}} 2018-08-12 08:31:30,968 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-559524f7-fdda-4602-bca3-eaa871de2769 2018-08-12 08:31:30,968 - keystone_utils - INFO - Created role with name - InstanceSecurityGroupTests-57e89711-d34e-447-proj-role 2018-08-12 08:31:30,971 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/0baad7d598d04ced9ac7148e28275f23 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0125b456af36b91a3bdb164f1267ea52184984ad" 2018-08-12 08:31:31,060 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:31:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-467441e3-e8bd-4816-bf9d-6a6457475ea6 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "0baad7d598d04ced9ac7148e28275f23", "links": {"self": "http://172.30.9.21:5000/v3/roles/0baad7d598d04ced9ac7148e28275f23"}, "name": "InstanceSecurityGroupTests-57e89711-d34e-447-proj-role"}} 2018-08-12 08:31:31,060 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/0baad7d598d04ced9ac7148e28275f23 used request id req-467441e3-e8bd-4816-bf9d-6a6457475ea6 2018-08-12 08:31:31,060 - keystone_utils - INFO - Granting role InstanceSecurityGroupTests-57e89711-d34e-447-proj-role to project InstanceSecurityGroupTests-57e89711-d34e-447-proj 2018-08-12 08:31:31,064 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/eb41a23172bc4ad290656644907c5fb8/users/9b840f9412a54cda9ae9f4f4f736eada/roles/0baad7d598d04ced9ac7148e28275f23 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0125b456af36b91a3bdb164f1267ea52184984ad" 2018-08-12 08:31:31,119 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:31:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-da86c76e-74d9-4f73-988a-32a63f9b0db9 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 08:31:31,119 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/eb41a23172bc4ad290656644907c5fb8/users/9b840f9412a54cda9ae9f4f4f736eada/roles/0baad7d598d04ced9ac7148e28275f23 used request id req-da86c76e-74d9-4f73-988a-32a63f9b0db9 2018-08-12 08:31:31,120 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-12 08:31:31,121 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-08-12 08:31:31,121 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:31:31,122 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:31:31,518 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0baad7d598d04ced9ac7148e28275f23", "name": "InstanceSecurityGroupTests-57e89711-d34e-447-proj-role"}], "expires_at": "2018-08-12T09:31:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eb41a23172bc4ad290656644907c5fb8", "name": "InstanceSecurityGroupTests-57e89711-d34e-447-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/eb41a23172bc4ad290656644907c5fb8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/eb41a23172bc4ad290656644907c5fb8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/eb41a23172bc4ad290656644907c5fb8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_eb41a23172bc4ad290656644907c5fb8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_eb41a23172bc4ad290656644907c5fb8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/eb41a23172bc4ad290656644907c5fb8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/eb41a23172bc4ad290656644907c5fb8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/eb41a23172bc4ad290656644907c5fb8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/eb41a23172bc4ad290656644907c5fb8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/eb41a23172bc4ad290656644907c5fb8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/eb41a23172bc4ad290656644907c5fb8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/eb41a23172bc4ad290656644907c5fb8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/eb41a23172bc4ad290656644907c5fb8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/eb41a23172bc4ad290656644907c5fb8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-57e89711-d34e-447-user", "id": "9b840f9412a54cda9ae9f4f4f736eada"}, "audit_ids": ["P0mU2ldpRS2xxGBJLHHm8A"], "issued_at": "2018-08-12T08:31:31.000000Z"}} 2018-08-12 08:31:31,519 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}3e4e21104685bade7e490082aafb28d0f4eb20c7" 2018-08-12 08:31:31,603 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:31:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9575558f-77b1-4239-92dd-d92e3c5a27fd Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:31:31,603 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-9575558f-77b1-4239-92dd-d92e3c5a27fd 2018-08-12 08:31:31,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3e4e21104685bade7e490082aafb28d0f4eb20c7" 2018-08-12 08:31:31,816 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 171 Content-Type: application/json X-Openstack-Request-Id: req-327d2c75-9df6-43a3-8aea-2de295435d90 Date: Sun, 12 Aug 2018 08:31:31 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-image"} 2018-08-12 08:31:31,816 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-image used request id req-327d2c75-9df6-43a3-8aea-2de295435d90 2018-08-12 08:31:31,819 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3e4e21104685bade7e490082aafb28d0f4eb20c7" 2018-08-12 08:31:32,002 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-667bdbf8-454b-473d-ac4e-21ff8acd6b1b Date: Sun, 12 Aug 2018 08:31:32 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"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}, "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}, "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"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "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"}, "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"}, "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}, "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}, "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"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "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}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-12 08:31:32,002 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-667bdbf8-454b-473d-ac4e-21ff8acd6b1b 2018-08-12 08:31:32,033 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3e4e21104685bade7e490082aafb28d0f4eb20c7" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-image"}' 2018-08-12 08:31:32,240 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 630 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/b56ec9d6-e2df-4b74-bca0-3025b8e5aa33 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-c560cc29-e843-4eb8-830a-25dc102a8c40 Date: Sun, 12 Aug 2018 08:31:32 GMT RESP BODY: {"status": "queued", "name": "InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-image", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:31:32Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-08-12T08:31:32Z", "visibility": "shared", "locations": [], "self": "/v2/images/b56ec9d6-e2df-4b74-bca0-3025b8e5aa33", "min_disk": 0, "protected": false, "id": "b56ec9d6-e2df-4b74-bca0-3025b8e5aa33", "file": "/v2/images/b56ec9d6-e2df-4b74-bca0-3025b8e5aa33/file", "checksum": null, "owner": "eb41a23172bc4ad290656644907c5fb8", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-12 08:31:32,240 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-c560cc29-e843-4eb8-830a-25dc102a8c40 2018-08-12 08:31:32,251 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/b56ec9d6-e2df-4b74-bca0-3025b8e5aa33/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3e4e21104685bade7e490082aafb28d0f4eb20c7" -d '' 2018-08-12 08:31:32,881 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-6b85f87d-4806-4a19-8d30-01bf2e03aea0 Date: Sun, 12 Aug 2018 08:31:32 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-12 08:31:32,881 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/b56ec9d6-e2df-4b74-bca0-3025b8e5aa33/file used request id req-6b85f87d-4806-4a19-8d30-01bf2e03aea0 2018-08-12 08:31:32,881 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-12 08:31:32,884 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/b56ec9d6-e2df-4b74-bca0-3025b8e5aa33 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3e4e21104685bade7e490082aafb28d0f4eb20c7" 2018-08-12 08:31:33,078 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-539d9a71-0c94-4d65-bb40-1b489e1b149c Date: Sun, 12 Aug 2018 08:31:33 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-image", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:31:32Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-12T08:31:32Z", "visibility": "shared", "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/b56ec9d6-e2df-4b74-bca0-3025b8e5aa33/snap", "metadata": {}}], "self": "/v2/images/b56ec9d6-e2df-4b74-bca0-3025b8e5aa33", "min_disk": 0, "protected": false, "id": "b56ec9d6-e2df-4b74-bca0-3025b8e5aa33", "file": "/v2/images/b56ec9d6-e2df-4b74-bca0-3025b8e5aa33/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "eb41a23172bc4ad290656644907c5fb8", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/b56ec9d6-e2df-4b74-bca0-3025b8e5aa33/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-12 08:31:33,078 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/b56ec9d6-e2df-4b74-bca0-3025b8e5aa33 used request id req-539d9a71-0c94-4d65-bb40-1b489e1b149c 2018-08-12 08:31:33,081 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3e4e21104685bade7e490082aafb28d0f4eb20c7" 2018-08-12 08:31:33,260 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-d847f0e6-7df0-41d4-ba86-e2fe9e99f351 Date: Sun, 12 Aug 2018 08:31:33 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"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}, "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}, "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"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "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"}, "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"}, "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}, "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}, "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"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "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}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-12 08:31:33,260 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-d847f0e6-7df0-41d4-ba86-e2fe9e99f351 2018-08-12 08:31:33,263 - create_image - INFO - Created image with name - InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-image 2018-08-12 08:31:33,266 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/b56ec9d6-e2df-4b74-bca0-3025b8e5aa33 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3e4e21104685bade7e490082aafb28d0f4eb20c7" 2018-08-12 08:31:33,446 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-c758dca4-dd71-4ae0-96dc-54970afd1ff7 Date: Sun, 12 Aug 2018 08:31:33 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-image", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:31:32Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-12T08:31:32Z", "visibility": "shared", "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/b56ec9d6-e2df-4b74-bca0-3025b8e5aa33/snap", "metadata": {}}], "self": "/v2/images/b56ec9d6-e2df-4b74-bca0-3025b8e5aa33", "min_disk": 0, "protected": false, "id": "b56ec9d6-e2df-4b74-bca0-3025b8e5aa33", "file": "/v2/images/b56ec9d6-e2df-4b74-bca0-3025b8e5aa33/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "eb41a23172bc4ad290656644907c5fb8", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/b56ec9d6-e2df-4b74-bca0-3025b8e5aa33/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-12 08:31:33,446 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/b56ec9d6-e2df-4b74-bca0-3025b8e5aa33 used request id req-c758dca4-dd71-4ae0-96dc-54970afd1ff7 2018-08-12 08:31:33,447 - create_image - DEBUG - Instance status is - active 2018-08-12 08:31:33,447 - create_image - DEBUG - Image is active with name - InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-image 2018-08-12 08:31:33,447 - create_image - INFO - Image is now active with name - InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-image 2018-08-12 08:31:33,448 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:31:33,448 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:31:33,846 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0baad7d598d04ced9ac7148e28275f23", "name": "InstanceSecurityGroupTests-57e89711-d34e-447-proj-role"}], "expires_at": "2018-08-12T09:31:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eb41a23172bc4ad290656644907c5fb8", "name": "InstanceSecurityGroupTests-57e89711-d34e-447-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/eb41a23172bc4ad290656644907c5fb8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/eb41a23172bc4ad290656644907c5fb8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/eb41a23172bc4ad290656644907c5fb8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_eb41a23172bc4ad290656644907c5fb8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_eb41a23172bc4ad290656644907c5fb8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/eb41a23172bc4ad290656644907c5fb8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/eb41a23172bc4ad290656644907c5fb8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/eb41a23172bc4ad290656644907c5fb8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/eb41a23172bc4ad290656644907c5fb8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/eb41a23172bc4ad290656644907c5fb8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/eb41a23172bc4ad290656644907c5fb8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/eb41a23172bc4ad290656644907c5fb8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/eb41a23172bc4ad290656644907c5fb8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/eb41a23172bc4ad290656644907c5fb8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-57e89711-d34e-447-user", "id": "9b840f9412a54cda9ae9f4f4f736eada"}, "audit_ids": ["clbYWi53Qn-PcfeQiieRmA"], "issued_at": "2018-08-12T08:31:33.000000Z"}} 2018-08-12 08:31:33,846 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}37ad71d294c8e7e188894af09d9d69347d2e1ebb" 2018-08-12 08:31:33,933 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:31:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c9035057-681d-460a-976b-357d420e30af Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:31:33,933 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-c9035057-681d-460a-976b-357d420e30af 2018-08-12 08:31:33,934 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:31:33,935 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:31:33,935 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:31:33,935 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:31:33,935 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:31:33,942 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37ad71d294c8e7e188894af09d9d69347d2e1ebb" 2018-08-12 08:31:34,140 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-30303f72-9ad1-4658-a279-b5005fd1554f Date: Sun, 12 Aug 2018 08:31:34 GMT RESP BODY: {"networks":[]} 2018-08-12 08:31:34,140 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-pub-net used request id req-30303f72-9ad1-4658-a279-b5005fd1554f 2018-08-12 08:31:34,141 - neutron_utils - INFO - Creating network with name InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-pub-net 2018-08-12 08:31:34,146 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37ad71d294c8e7e188894af09d9d69347d2e1ebb" -d '{"network": {"name": "InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-pub-net", "admin_state_up": true}}' 2018-08-12 08:31:34,791 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 608 X-Openstack-Request-Id: req-aaed51f9-0f1f-4226-b35e-d074aa71d1b9 Date: Sun, 12 Aug 2018 08:31:34 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"eb41a23172bc4ad290656644907c5fb8","created_at":"2018-08-12T08:31:34Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T08:31:34Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"eb41a23172bc4ad290656644907c5fb8","id":"5c4d7798-882b-4792-9f04-25b27150a5d0","name":"InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-pub-net"}} 2018-08-12 08:31:34,792 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-aaed51f9-0f1f-4226-b35e-d074aa71d1b9 2018-08-12 08:31:34,797 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=5c4d7798-882b-4792-9f04-25b27150a5d0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37ad71d294c8e7e188894af09d9d69347d2e1ebb" 2018-08-12 08:31:35,052 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 592 X-Openstack-Request-Id: req-51b105d6-d313-4e38-bbbe-d1c18f4567e3 Date: Sun, 12 Aug 2018 08:31:35 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-12T08:31:34Z","tenant_id":"eb41a23172bc4ad290656644907c5fb8","created_at":"2018-08-12T08:31:34Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"eb41a23172bc4ad290656644907c5fb8","id":"5c4d7798-882b-4792-9f04-25b27150a5d0","name":"InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-pub-net"}]} 2018-08-12 08:31:35,052 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=5c4d7798-882b-4792-9f04-25b27150a5d0 used request id req-51b105d6-d313-4e38-bbbe-d1c18f4567e3 2018-08-12 08:31:35,057 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=5c4d7798-882b-4792-9f04-25b27150a5d0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37ad71d294c8e7e188894af09d9d69347d2e1ebb" 2018-08-12 08:31:35,265 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-dadc0c78-8dbe-4478-80b0-4030bbcd73f5 Date: Sun, 12 Aug 2018 08:31:35 GMT RESP BODY: {"subnets":[]} 2018-08-12 08:31:35,265 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=5c4d7798-882b-4792-9f04-25b27150a5d0 used request id req-dadc0c78-8dbe-4478-80b0-4030bbcd73f5 2018-08-12 08:31:35,265 - neutron_utils - INFO - Creating subnet with name InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-pub-subnet 2018-08-12 08:31:35,270 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37ad71d294c8e7e188894af09d9d69347d2e1ebb" -d '{"subnets": [{"ip_version": 4, "network_id": "5c4d7798-882b-4792-9f04-25b27150a5d0", "cidr": "10.55.0.0/24", "name": "InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-pub-subnet"}]}' 2018-08-12 08:31:36,481 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-479de25b-ca96-45f3-8566-146bf94fefb1 Date: Sun, 12 Aug 2018 08:31:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5c4d7798-882b-4792-9f04-25b27150a5d0","tenant_id":"eb41a23172bc4ad290656644907c5fb8","created_at":"2018-08-12T08:31:35Z","dns_nameservers":[],"updated_at":"2018-08-12T08:31:35Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"eb41a23172bc4ad290656644907c5fb8","id":"35fbb6c0-6906-4685-ad16-d116d3e7ad5f","subnetpool_id":null,"name":"InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-pub-subnet"}]} 2018-08-12 08:31:36,482 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-479de25b-ca96-45f3-8566-146bf94fefb1 2018-08-12 08:31:36,486 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=5c4d7798-882b-4792-9f04-25b27150a5d0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37ad71d294c8e7e188894af09d9d69347d2e1ebb" 2018-08-12 08:31:36,608 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-0fe8348a-f222-4aeb-8e9c-a872711e5339 Date: Sun, 12 Aug 2018 08:31:36 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["35fbb6c0-6906-4685-ad16-d116d3e7ad5f"],"updated_at":"2018-08-12T08:31:35Z","tenant_id":"eb41a23172bc4ad290656644907c5fb8","created_at":"2018-08-12T08:31:34Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"eb41a23172bc4ad290656644907c5fb8","id":"5c4d7798-882b-4792-9f04-25b27150a5d0","name":"InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-pub-net"}]} 2018-08-12 08:31:36,608 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=5c4d7798-882b-4792-9f04-25b27150a5d0 used request id req-0fe8348a-f222-4aeb-8e9c-a872711e5339 2018-08-12 08:31:36,613 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=5c4d7798-882b-4792-9f04-25b27150a5d0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37ad71d294c8e7e188894af09d9d69347d2e1ebb" 2018-08-12 08:31:36,868 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-04dc4701-028e-4895-bba0-c7ef857adb45 Date: Sun, 12 Aug 2018 08:31:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5c4d7798-882b-4792-9f04-25b27150a5d0","tenant_id":"eb41a23172bc4ad290656644907c5fb8","created_at":"2018-08-12T08:31:35Z","dns_nameservers":[],"updated_at":"2018-08-12T08:31:35Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"eb41a23172bc4ad290656644907c5fb8","id":"35fbb6c0-6906-4685-ad16-d116d3e7ad5f","subnetpool_id":null,"name":"InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-pub-subnet"}]} 2018-08-12 08:31:36,868 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=5c4d7798-882b-4792-9f04-25b27150a5d0 used request id req-04dc4701-028e-4895-bba0-c7ef857adb45 2018-08-12 08:31:36,869 - OpenStackNetwork - DEBUG - Network [5c4d7798-882b-4792-9f04-25b27150a5d0] created successfully 2018-08-12 08:31:36,869 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:31:36,870 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:31:37,268 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:31:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["dTBI7J-iRQaepC02NeTSAA"], "issued_at": "2018-08-12T08:31:37.000000Z"}} 2018-08-12 08:31:37,269 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}028b98a89f80e02729013d9f85ffaedac91b1520" 2018-08-12 08:31:37,359 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:31:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dfdac16f-762b-425a-9b7b-a295fff9c6ab Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:31:37,359 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-dfdac16f-762b-425a-9b7b-a295fff9c6ab 2018-08-12 08:31:37,360 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-12 08:31:37,365 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}028b98a89f80e02729013d9f85ffaedac91b1520" 2018-08-12 08:31:37,569 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:31:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a716d4c4-7f4c-4855-abe1-01499706898d x-compute-request-id: req-a716d4c4-7f4c-4855-abe1-01499706898d Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-08-12 08:31:37,569 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-a716d4c4-7f4c-4855-abe1-01499706898d 2018-08-12 08:31:37,572 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}028b98a89f80e02729013d9f85ffaedac91b1520" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-08-12 08:31:37,610 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:31:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c6cfe27d-6a6a-4189-816e-ab93e6e8cd0e x-compute-request-id: req-c6cfe27d-6a6a-4189-816e-ab93e6e8cd0e Content-Encoding: gzip Content-Length: 324 Content-Type: application/json RESP BODY: {"flavor": {"name": "InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-flavor-name", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/a005e43e-48a0-4f71-8105-370c0b223427", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/a005e43e-48a0-4f71-8105-370c0b223427", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": "a005e43e-48a0-4f71-8105-370c0b223427"}} 2018-08-12 08:31:37,611 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-c6cfe27d-6a6a-4189-816e-ab93e6e8cd0e 2018-08-12 08:31:37,611 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:31:37,612 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:31:38,008 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0baad7d598d04ced9ac7148e28275f23", "name": "InstanceSecurityGroupTests-57e89711-d34e-447-proj-role"}], "expires_at": "2018-08-12T09:31:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eb41a23172bc4ad290656644907c5fb8", "name": "InstanceSecurityGroupTests-57e89711-d34e-447-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/eb41a23172bc4ad290656644907c5fb8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/eb41a23172bc4ad290656644907c5fb8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/eb41a23172bc4ad290656644907c5fb8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_eb41a23172bc4ad290656644907c5fb8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_eb41a23172bc4ad290656644907c5fb8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/eb41a23172bc4ad290656644907c5fb8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/eb41a23172bc4ad290656644907c5fb8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/eb41a23172bc4ad290656644907c5fb8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/eb41a23172bc4ad290656644907c5fb8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/eb41a23172bc4ad290656644907c5fb8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/eb41a23172bc4ad290656644907c5fb8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/eb41a23172bc4ad290656644907c5fb8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/eb41a23172bc4ad290656644907c5fb8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/eb41a23172bc4ad290656644907c5fb8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-57e89711-d34e-447-user", "id": "9b840f9412a54cda9ae9f4f4f736eada"}, "audit_ids": ["WqGEV7HPQ326gI6RsjUHbA"], "issued_at": "2018-08-12T08:31:38.000000Z"}} 2018-08-12 08:31:38,009 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}d6f99b58823911018890876cba9b0e8a6be4921a" 2018-08-12 08:31:38,098 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:31:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-85a98786-b622-4f67-ae77-60da1207ace3 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:31:38,098 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-85a98786-b622-4f67-ae77-60da1207ace3 2018-08-12 08:31:38,099 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:31:38,100 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:31:38,100 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:31:38,100 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:31:38,100 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:31:38,107 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6f99b58823911018890876cba9b0e8a6be4921a" 2018-08-12 08:31:38,310 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-fa6d7aa8-87b6-4ec5-8667-d406980fcad8 Date: Sun, 12 Aug 2018 08:31:38 GMT RESP BODY: {"security_groups": []} 2018-08-12 08:31:38,310 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-name&description=hello+group used request id req-fa6d7aa8-87b6-4ec5-8667-d406980fcad8 2018-08-12 08:31:38,310 - OpenStackSecurityGroup - INFO - Creating security group InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-name... 2018-08-12 08:31:38,310 - neutron_utils - INFO - Creating security group with name - InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-name 2018-08-12 08:31:38,315 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6f99b58823911018890876cba9b0e8a6be4921a" -d '{"security_group": {"name": "InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-name", "description": "hello group"}}' 2018-08-12 08:31:38,734 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-9dccee90-8b72-4f81-b9bf-093195587e41 Date: Sun, 12 Aug 2018 08:31:38 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "eb41a23172bc4ad290656644907c5fb8", "created_at": "2018-08-12T08:31:38Z", "updated_at": "2018-08-12T08:31:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:31:38Z", "revision_number": 0, "id": "2646b450-d04a-4b07-8cdd-a64542970fc5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:31:38Z", "security_group_id": "3c260f9a-f814-42ef-b8b3-60d9e9ca0592", "tenant_id": "eb41a23172bc4ad290656644907c5fb8", "port_range_min": null, "ethertype": "IPv6", "project_id": "eb41a23172bc4ad290656644907c5fb8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:31:38Z", "revision_number": 0, "id": "cc96fc0e-1a51-4220-8fc0-3e71a9b585db", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:31:38Z", "security_group_id": "3c260f9a-f814-42ef-b8b3-60d9e9ca0592", "tenant_id": "eb41a23172bc4ad290656644907c5fb8", "port_range_min": null, "ethertype": "IPv4", "project_id": "eb41a23172bc4ad290656644907c5fb8"}], "revision_number": 2, "project_id": "eb41a23172bc4ad290656644907c5fb8", "id": "3c260f9a-f814-42ef-b8b3-60d9e9ca0592", "name": "InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-name"}} 2018-08-12 08:31:38,734 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups used request id req-9dccee90-8b72-4f81-b9bf-093195587e41 2018-08-12 08:31:38,735 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3c260f9a-f814-42ef-b8b3-60d9e9ca0592 2018-08-12 08:31:38,740 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=3c260f9a-f814-42ef-b8b3-60d9e9ca0592 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6f99b58823911018890876cba9b0e8a6be4921a" 2018-08-12 08:31:38,942 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-03a16d5f-9cc0-4ae7-988c-a5c29e4af764 Date: Sun, 12 Aug 2018 08:31:38 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-12T08:31:38Z", "security_group_id": "3c260f9a-f814-42ef-b8b3-60d9e9ca0592", "port_range_min": null, "revision_number": 0, "tenant_id": "eb41a23172bc4ad290656644907c5fb8", "created_at": "2018-08-12T08:31:38Z", "project_id": "eb41a23172bc4ad290656644907c5fb8", "id": "2646b450-d04a-4b07-8cdd-a64542970fc5"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:31:38Z", "security_group_id": "3c260f9a-f814-42ef-b8b3-60d9e9ca0592", "port_range_min": null, "revision_number": 0, "tenant_id": "eb41a23172bc4ad290656644907c5fb8", "created_at": "2018-08-12T08:31:38Z", "project_id": "eb41a23172bc4ad290656644907c5fb8", "id": "cc96fc0e-1a51-4220-8fc0-3e71a9b585db"}]} 2018-08-12 08:31:38,942 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=3c260f9a-f814-42ef-b8b3-60d9e9ca0592 used request id req-03a16d5f-9cc0-4ae7-988c-a5c29e4af764 2018-08-12 08:31:38,942 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3c260f9a-f814-42ef-b8b3-60d9e9ca0592 2018-08-12 08:31:38,947 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=3c260f9a-f814-42ef-b8b3-60d9e9ca0592 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6f99b58823911018890876cba9b0e8a6be4921a" 2018-08-12 08:31:39,133 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-fa2dac75-00e1-4c1c-89ba-83448c68e08d Date: Sun, 12 Aug 2018 08:31:39 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-12T08:31:38Z", "security_group_id": "3c260f9a-f814-42ef-b8b3-60d9e9ca0592", "port_range_min": null, "revision_number": 0, "tenant_id": "eb41a23172bc4ad290656644907c5fb8", "created_at": "2018-08-12T08:31:38Z", "project_id": "eb41a23172bc4ad290656644907c5fb8", "id": "2646b450-d04a-4b07-8cdd-a64542970fc5"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:31:38Z", "security_group_id": "3c260f9a-f814-42ef-b8b3-60d9e9ca0592", "port_range_min": null, "revision_number": 0, "tenant_id": "eb41a23172bc4ad290656644907c5fb8", "created_at": "2018-08-12T08:31:38Z", "project_id": "eb41a23172bc4ad290656644907c5fb8", "id": "cc96fc0e-1a51-4220-8fc0-3e71a9b585db"}]} 2018-08-12 08:31:39,133 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=3c260f9a-f814-42ef-b8b3-60d9e9ca0592 used request id req-fa2dac75-00e1-4c1c-89ba-83448c68e08d 2018-08-12 08:31:39,133 - neutron_utils - INFO - Retrieving security group with ID - 3c260f9a-f814-42ef-b8b3-60d9e9ca0592 2018-08-12 08:31:39,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=3c260f9a-f814-42ef-b8b3-60d9e9ca0592 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6f99b58823911018890876cba9b0e8a6be4921a" 2018-08-12 08:31:39,353 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-b20c63bf-86c5-4ec3-bc83-ce1d74f9a568 Date: Sun, 12 Aug 2018 08:31:39 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "eb41a23172bc4ad290656644907c5fb8", "created_at": "2018-08-12T08:31:38Z", "updated_at": "2018-08-12T08:31:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:31:38Z", "revision_number": 0, "id": "2646b450-d04a-4b07-8cdd-a64542970fc5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:31:38Z", "security_group_id": "3c260f9a-f814-42ef-b8b3-60d9e9ca0592", "tenant_id": "eb41a23172bc4ad290656644907c5fb8", "port_range_min": null, "ethertype": "IPv6", "project_id": "eb41a23172bc4ad290656644907c5fb8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:31:38Z", "revision_number": 0, "id": "cc96fc0e-1a51-4220-8fc0-3e71a9b585db", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:31:38Z", "security_group_id": "3c260f9a-f814-42ef-b8b3-60d9e9ca0592", "tenant_id": "eb41a23172bc4ad290656644907c5fb8", "port_range_min": null, "ethertype": "IPv4", "project_id": "eb41a23172bc4ad290656644907c5fb8"}], "revision_number": 2, "project_id": "eb41a23172bc4ad290656644907c5fb8", "id": "3c260f9a-f814-42ef-b8b3-60d9e9ca0592", "name": "InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-name"}]} 2018-08-12 08:31:39,353 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=3c260f9a-f814-42ef-b8b3-60d9e9ca0592 used request id req-b20c63bf-86c5-4ec3-bc83-ce1d74f9a568 2018-08-12 08:31:39,354 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3c260f9a-f814-42ef-b8b3-60d9e9ca0592 2018-08-12 08:31:39,359 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=3c260f9a-f814-42ef-b8b3-60d9e9ca0592 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6f99b58823911018890876cba9b0e8a6be4921a" 2018-08-12 08:31:39,546 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-03d1f48e-9855-41e0-8147-32fe5598fa60 Date: Sun, 12 Aug 2018 08:31:39 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-12T08:31:38Z", "security_group_id": "3c260f9a-f814-42ef-b8b3-60d9e9ca0592", "port_range_min": null, "revision_number": 0, "tenant_id": "eb41a23172bc4ad290656644907c5fb8", "created_at": "2018-08-12T08:31:38Z", "project_id": "eb41a23172bc4ad290656644907c5fb8", "id": "2646b450-d04a-4b07-8cdd-a64542970fc5"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:31:38Z", "security_group_id": "3c260f9a-f814-42ef-b8b3-60d9e9ca0592", "port_range_min": null, "revision_number": 0, "tenant_id": "eb41a23172bc4ad290656644907c5fb8", "created_at": "2018-08-12T08:31:38Z", "project_id": "eb41a23172bc4ad290656644907c5fb8", "id": "cc96fc0e-1a51-4220-8fc0-3e71a9b585db"}]} 2018-08-12 08:31:39,546 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=3c260f9a-f814-42ef-b8b3-60d9e9ca0592 used request id req-03d1f48e-9855-41e0-8147-32fe5598fa60 2018-08-12 08:31:39,547 - neutron_utils - INFO - Retrieving security group with ID - 3c260f9a-f814-42ef-b8b3-60d9e9ca0592 2018-08-12 08:31:39,552 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=3c260f9a-f814-42ef-b8b3-60d9e9ca0592 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6f99b58823911018890876cba9b0e8a6be4921a" 2018-08-12 08:31:39,773 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-a3c6fe30-22f3-4462-b6d6-274561cd683f Date: Sun, 12 Aug 2018 08:31:39 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "eb41a23172bc4ad290656644907c5fb8", "created_at": "2018-08-12T08:31:38Z", "updated_at": "2018-08-12T08:31:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:31:38Z", "revision_number": 0, "id": "2646b450-d04a-4b07-8cdd-a64542970fc5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:31:38Z", "security_group_id": "3c260f9a-f814-42ef-b8b3-60d9e9ca0592", "tenant_id": "eb41a23172bc4ad290656644907c5fb8", "port_range_min": null, "ethertype": "IPv6", "project_id": "eb41a23172bc4ad290656644907c5fb8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:31:38Z", "revision_number": 0, "id": "cc96fc0e-1a51-4220-8fc0-3e71a9b585db", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:31:38Z", "security_group_id": "3c260f9a-f814-42ef-b8b3-60d9e9ca0592", "tenant_id": "eb41a23172bc4ad290656644907c5fb8", "port_range_min": null, "ethertype": "IPv4", "project_id": "eb41a23172bc4ad290656644907c5fb8"}], "revision_number": 2, "project_id": "eb41a23172bc4ad290656644907c5fb8", "id": "3c260f9a-f814-42ef-b8b3-60d9e9ca0592", "name": "InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-name"}]} 2018-08-12 08:31:39,774 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=3c260f9a-f814-42ef-b8b3-60d9e9ca0592 used request id req-a3c6fe30-22f3-4462-b6d6-274561cd683f 2018-08-12 08:31:39,774 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3c260f9a-f814-42ef-b8b3-60d9e9ca0592 2018-08-12 08:31:39,779 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=3c260f9a-f814-42ef-b8b3-60d9e9ca0592 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6f99b58823911018890876cba9b0e8a6be4921a" 2018-08-12 08:31:39,995 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-54fe4cbe-4c52-4ada-9b51-98f24759b4e0 Date: Sun, 12 Aug 2018 08:31:40 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:31:38Z", "security_group_id": "3c260f9a-f814-42ef-b8b3-60d9e9ca0592", "port_range_min": null, "revision_number": 0, "tenant_id": "eb41a23172bc4ad290656644907c5fb8", "created_at": "2018-08-12T08:31:38Z", "project_id": "eb41a23172bc4ad290656644907c5fb8", "id": "2646b450-d04a-4b07-8cdd-a64542970fc5"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:31:38Z", "security_group_id": "3c260f9a-f814-42ef-b8b3-60d9e9ca0592", "port_range_min": null, "revision_number": 0, "tenant_id": "eb41a23172bc4ad290656644907c5fb8", "created_at": "2018-08-12T08:31:38Z", "project_id": "eb41a23172bc4ad290656644907c5fb8", "id": "cc96fc0e-1a51-4220-8fc0-3e71a9b585db"}]} 2018-08-12 08:31:39,995 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=3c260f9a-f814-42ef-b8b3-60d9e9ca0592 used request id req-54fe4cbe-4c52-4ada-9b51-98f24759b4e0 2018-08-12 08:31:39,996 - neutron_utils - INFO - Retrieving security group with ID - 3c260f9a-f814-42ef-b8b3-60d9e9ca0592 2018-08-12 08:31:40,001 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=3c260f9a-f814-42ef-b8b3-60d9e9ca0592 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6f99b58823911018890876cba9b0e8a6be4921a" 2018-08-12 08:31:40,048 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-5e1c047f-f074-436c-bd9a-93b985900a81 Date: Sun, 12 Aug 2018 08:31:40 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "eb41a23172bc4ad290656644907c5fb8", "created_at": "2018-08-12T08:31:38Z", "updated_at": "2018-08-12T08:31:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:31:38Z", "revision_number": 0, "id": "2646b450-d04a-4b07-8cdd-a64542970fc5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:31:38Z", "security_group_id": "3c260f9a-f814-42ef-b8b3-60d9e9ca0592", "tenant_id": "eb41a23172bc4ad290656644907c5fb8", "port_range_min": null, "ethertype": "IPv6", "project_id": "eb41a23172bc4ad290656644907c5fb8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:31:38Z", "revision_number": 0, "id": "cc96fc0e-1a51-4220-8fc0-3e71a9b585db", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:31:38Z", "security_group_id": "3c260f9a-f814-42ef-b8b3-60d9e9ca0592", "tenant_id": "eb41a23172bc4ad290656644907c5fb8", "port_range_min": null, "ethertype": "IPv4", "project_id": "eb41a23172bc4ad290656644907c5fb8"}], "revision_number": 2, "project_id": "eb41a23172bc4ad290656644907c5fb8", "id": "3c260f9a-f814-42ef-b8b3-60d9e9ca0592", "name": "InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-name"}]} 2018-08-12 08:31:40,049 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=3c260f9a-f814-42ef-b8b3-60d9e9ca0592 used request id req-5e1c047f-f074-436c-bd9a-93b985900a81 2018-08-12 08:31:40,049 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3c260f9a-f814-42ef-b8b3-60d9e9ca0592 2018-08-12 08:31:40,053 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=3c260f9a-f814-42ef-b8b3-60d9e9ca0592 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6f99b58823911018890876cba9b0e8a6be4921a" 2018-08-12 08:31:40,248 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-79da6452-f55d-42f7-be7f-392a43afdb2d Date: Sun, 12 Aug 2018 08:31:40 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:31:38Z", "security_group_id": "3c260f9a-f814-42ef-b8b3-60d9e9ca0592", "port_range_min": null, "revision_number": 0, "tenant_id": "eb41a23172bc4ad290656644907c5fb8", "created_at": "2018-08-12T08:31:38Z", "project_id": "eb41a23172bc4ad290656644907c5fb8", "id": "2646b450-d04a-4b07-8cdd-a64542970fc5"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:31:38Z", "security_group_id": "3c260f9a-f814-42ef-b8b3-60d9e9ca0592", "port_range_min": null, "revision_number": 0, "tenant_id": "eb41a23172bc4ad290656644907c5fb8", "created_at": "2018-08-12T08:31:38Z", "project_id": "eb41a23172bc4ad290656644907c5fb8", "id": "cc96fc0e-1a51-4220-8fc0-3e71a9b585db"}]} 2018-08-12 08:31:40,249 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=3c260f9a-f814-42ef-b8b3-60d9e9ca0592 used request id req-79da6452-f55d-42f7-be7f-392a43afdb2d 2018-08-12 08:31:40,249 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:31:40,250 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:31:40,670 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0baad7d598d04ced9ac7148e28275f23", "name": "InstanceSecurityGroupTests-57e89711-d34e-447-proj-role"}], "expires_at": "2018-08-12T09:31:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eb41a23172bc4ad290656644907c5fb8", "name": "InstanceSecurityGroupTests-57e89711-d34e-447-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/eb41a23172bc4ad290656644907c5fb8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/eb41a23172bc4ad290656644907c5fb8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/eb41a23172bc4ad290656644907c5fb8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_eb41a23172bc4ad290656644907c5fb8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_eb41a23172bc4ad290656644907c5fb8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/eb41a23172bc4ad290656644907c5fb8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/eb41a23172bc4ad290656644907c5fb8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/eb41a23172bc4ad290656644907c5fb8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/eb41a23172bc4ad290656644907c5fb8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/eb41a23172bc4ad290656644907c5fb8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/eb41a23172bc4ad290656644907c5fb8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/eb41a23172bc4ad290656644907c5fb8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/eb41a23172bc4ad290656644907c5fb8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/eb41a23172bc4ad290656644907c5fb8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-57e89711-d34e-447-user", "id": "9b840f9412a54cda9ae9f4f4f736eada"}, "audit_ids": ["jhLNxgZnRNm29BQRUBpuSA"], "issued_at": "2018-08-12T08:31:40.000000Z"}} 2018-08-12 08:31:40,671 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}36e56ade59ed11863d25a6482a8d4fd79183833f" 2018-08-12 08:31:40,755 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:31:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eee63d48-8502-45ef-bd6b-fd4dae3ee941 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:31:40,755 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-eee63d48-8502-45ef-bd6b-fd4dae3ee941 2018-08-12 08:31:40,756 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-12 08:31:40,758 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:31:40,758 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:31:40,758 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:31:40,758 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:31:40,758 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:31:40,761 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}36e56ade59ed11863d25a6482a8d4fd79183833f" 2018-08-12 08:31:40,851 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:31:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ba461093-2f5e-4dca-8efa-98c6e30684d2 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:31:40,851 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-ba461093-2f5e-4dca-8efa-98c6e30684d2 2018-08-12 08:31:40,859 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36e56ade59ed11863d25a6482a8d4fd79183833f" 2018-08-12 08:31:41,358 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-2a20d8a4-0a45-4445-a17d-c2948a5d1c46 Date: Sun, 12 Aug 2018 08:31:41 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":["35fbb6c0-6906-4685-ad16-d116d3e7ad5f"],"updated_at":"2018-08-12T08:31:35Z","tenant_id":"eb41a23172bc4ad290656644907c5fb8","created_at":"2018-08-12T08:31:34Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"eb41a23172bc4ad290656644907c5fb8","id":"5c4d7798-882b-4792-9f04-25b27150a5d0","name":"InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-pub-net"}]} 2018-08-12 08:31:41,358 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-pub-net used request id req-2a20d8a4-0a45-4445-a17d-c2948a5d1c46 2018-08-12 08:31:41,363 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=5c4d7798-882b-4792-9f04-25b27150a5d0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36e56ade59ed11863d25a6482a8d4fd79183833f" 2018-08-12 08:31:41,595 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-e6b31dae-6152-49ef-87ef-d14a8e8ca672 Date: Sun, 12 Aug 2018 08:31:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5c4d7798-882b-4792-9f04-25b27150a5d0","tenant_id":"eb41a23172bc4ad290656644907c5fb8","created_at":"2018-08-12T08:31:35Z","dns_nameservers":[],"updated_at":"2018-08-12T08:31:35Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"eb41a23172bc4ad290656644907c5fb8","id":"35fbb6c0-6906-4685-ad16-d116d3e7ad5f","subnetpool_id":null,"name":"InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-pub-subnet"}]} 2018-08-12 08:31:41,596 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=5c4d7798-882b-4792-9f04-25b27150a5d0 used request id req-e6b31dae-6152-49ef-87ef-d14a8e8ca672 2018-08-12 08:31:41,601 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36e56ade59ed11863d25a6482a8d4fd79183833f" 2018-08-12 08:31:41,884 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-fff54c5b-d60f-4770-b20b-9fda3d300671 Date: Sun, 12 Aug 2018 08:31:41 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":["35fbb6c0-6906-4685-ad16-d116d3e7ad5f"],"updated_at":"2018-08-12T08:31:35Z","tenant_id":"eb41a23172bc4ad290656644907c5fb8","created_at":"2018-08-12T08:31:34Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"eb41a23172bc4ad290656644907c5fb8","id":"5c4d7798-882b-4792-9f04-25b27150a5d0","name":"InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-pub-net"}]} 2018-08-12 08:31:41,884 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-pub-net used request id req-fff54c5b-d60f-4770-b20b-9fda3d300671 2018-08-12 08:31:41,888 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:31:41,893 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:31:41 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:31:41,894 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/eb41a23172bc4ad290656644907c5fb8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36e56ade59ed11863d25a6482a8d4fd79183833f" 2018-08-12 08:31:41,989 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:31:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2eefc39c-db57-4bc7-ae14-73039f39da62 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/eb41a23172bc4ad290656644907c5fb8"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "eb41a23172bc4ad290656644907c5fb8", "name": "InstanceSecurityGroupTests-57e89711-d34e-447-proj"}} 2018-08-12 08:31:41,989 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/eb41a23172bc4ad290656644907c5fb8 used request id req-2eefc39c-db57-4bc7-ae14-73039f39da62 2018-08-12 08:31:41,993 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=5c4d7798-882b-4792-9f04-25b27150a5d0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36e56ade59ed11863d25a6482a8d4fd79183833f" 2018-08-12 08:31:42,206 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-18ccd0dc-feb4-4610-82e7-203b23dd066c Date: Sun, 12 Aug 2018 08:31:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5c4d7798-882b-4792-9f04-25b27150a5d0","tenant_id":"eb41a23172bc4ad290656644907c5fb8","created_at":"2018-08-12T08:31:35Z","dns_nameservers":[],"updated_at":"2018-08-12T08:31:35Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"eb41a23172bc4ad290656644907c5fb8","id":"35fbb6c0-6906-4685-ad16-d116d3e7ad5f","subnetpool_id":null,"name":"InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-pub-subnet"}]} 2018-08-12 08:31:42,206 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=5c4d7798-882b-4792-9f04-25b27150a5d0 used request id req-18ccd0dc-feb4-4610-82e7-203b23dd066c 2018-08-12 08:31:42,211 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=5c4d7798-882b-4792-9f04-25b27150a5d0&name=InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36e56ade59ed11863d25a6482a8d4fd79183833f" 2018-08-12 08:31:42,406 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-2d84e638-d247-4063-98e5-609df34ccefe Date: Sun, 12 Aug 2018 08:31:42 GMT RESP BODY: {"ports":[]} 2018-08-12 08:31:42,406 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=5c4d7798-882b-4792-9f04-25b27150a5d0&name=InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-port&admin_state_up=True used request id req-2d84e638-d247-4063-98e5-609df34ccefe 2018-08-12 08:31:42,409 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/detail?name=InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36e56ade59ed11863d25a6482a8d4fd79183833f" 2018-08-12 08:31:42,662 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:31: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-e68d4619-5b6f-434f-9061-10b2c6052afc x-compute-request-id: req-e68d4619-5b6f-434f-9061-10b2c6052afc Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-12 08:31:42,662 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail?name=InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-inst used request id req-e68d4619-5b6f-434f-9061-10b2c6052afc 2018-08-12 08:31:42,668 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36e56ade59ed11863d25a6482a8d4fd79183833f" 2018-08-12 08:31:42,977 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-23d10edf-d4c4-43ec-9fc2-bc4f3b1d8b09 Date: Sun, 12 Aug 2018 08:31:42 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":["35fbb6c0-6906-4685-ad16-d116d3e7ad5f"],"updated_at":"2018-08-12T08:31:35Z","tenant_id":"eb41a23172bc4ad290656644907c5fb8","created_at":"2018-08-12T08:31:34Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"eb41a23172bc4ad290656644907c5fb8","id":"5c4d7798-882b-4792-9f04-25b27150a5d0","name":"InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-pub-net"}]} 2018-08-12 08:31:42,977 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-pub-net used request id req-23d10edf-d4c4-43ec-9fc2-bc4f3b1d8b09 2018-08-12 08:31:42,983 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=5c4d7798-882b-4792-9f04-25b27150a5d0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36e56ade59ed11863d25a6482a8d4fd79183833f" 2018-08-12 08:31:43,280 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-e323b1ad-ae02-4405-b7fa-14e396b629e3 Date: Sun, 12 Aug 2018 08:31:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5c4d7798-882b-4792-9f04-25b27150a5d0","tenant_id":"eb41a23172bc4ad290656644907c5fb8","created_at":"2018-08-12T08:31:35Z","dns_nameservers":[],"updated_at":"2018-08-12T08:31:35Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"eb41a23172bc4ad290656644907c5fb8","id":"35fbb6c0-6906-4685-ad16-d116d3e7ad5f","subnetpool_id":null,"name":"InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-pub-subnet"}]} 2018-08-12 08:31:43,280 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=5c4d7798-882b-4792-9f04-25b27150a5d0 used request id req-e323b1ad-ae02-4405-b7fa-14e396b629e3 2018-08-12 08:31:43,285 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36e56ade59ed11863d25a6482a8d4fd79183833f" 2018-08-12 08:31:43,585 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-f849a8f3-5a52-4870-819e-60753ded60fb Date: Sun, 12 Aug 2018 08:31:43 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["35fbb6c0-6906-4685-ad16-d116d3e7ad5f"],"updated_at":"2018-08-12T08:31:35Z","tenant_id":"eb41a23172bc4ad290656644907c5fb8","created_at":"2018-08-12T08:31:34Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"eb41a23172bc4ad290656644907c5fb8","id":"5c4d7798-882b-4792-9f04-25b27150a5d0","name":"InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-pub-net"}]} 2018-08-12 08:31:43,586 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-pub-net used request id req-f849a8f3-5a52-4870-819e-60753ded60fb 2018-08-12 08:31:43,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/eb41a23172bc4ad290656644907c5fb8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36e56ade59ed11863d25a6482a8d4fd79183833f" 2018-08-12 08:31:43,685 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:31:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-49be4852-bac7-43dd-af4d-479fbe9ac550 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/eb41a23172bc4ad290656644907c5fb8"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "eb41a23172bc4ad290656644907c5fb8", "name": "InstanceSecurityGroupTests-57e89711-d34e-447-proj"}} 2018-08-12 08:31:43,685 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/eb41a23172bc4ad290656644907c5fb8 used request id req-49be4852-bac7-43dd-af4d-479fbe9ac550 2018-08-12 08:31:43,691 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=5c4d7798-882b-4792-9f04-25b27150a5d0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36e56ade59ed11863d25a6482a8d4fd79183833f" 2018-08-12 08:31:43,747 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-b1bda814-3b4f-4bfc-ab68-6e1f52ecd463 Date: Sun, 12 Aug 2018 08:31:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5c4d7798-882b-4792-9f04-25b27150a5d0","tenant_id":"eb41a23172bc4ad290656644907c5fb8","created_at":"2018-08-12T08:31:35Z","dns_nameservers":[],"updated_at":"2018-08-12T08:31:35Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"eb41a23172bc4ad290656644907c5fb8","id":"35fbb6c0-6906-4685-ad16-d116d3e7ad5f","subnetpool_id":null,"name":"InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-pub-subnet"}]} 2018-08-12 08:31:43,747 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=5c4d7798-882b-4792-9f04-25b27150a5d0 used request id req-b1bda814-3b4f-4bfc-ab68-6e1f52ecd463 2018-08-12 08:31:43,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=5c4d7798-882b-4792-9f04-25b27150a5d0&name=InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36e56ade59ed11863d25a6482a8d4fd79183833f" 2018-08-12 08:31:43,971 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-745c1828-f1ce-4f8c-bd47-5e678e99f163 Date: Sun, 12 Aug 2018 08:31:43 GMT RESP BODY: {"ports":[]} 2018-08-12 08:31:43,971 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=5c4d7798-882b-4792-9f04-25b27150a5d0&name=InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-port&admin_state_up=True used request id req-745c1828-f1ce-4f8c-bd47-5e678e99f163 2018-08-12 08:31:43,972 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:31:43,972 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:31:44,368 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0baad7d598d04ced9ac7148e28275f23", "name": "InstanceSecurityGroupTests-57e89711-d34e-447-proj-role"}], "expires_at": "2018-08-12T09:31:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eb41a23172bc4ad290656644907c5fb8", "name": "InstanceSecurityGroupTests-57e89711-d34e-447-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/eb41a23172bc4ad290656644907c5fb8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/eb41a23172bc4ad290656644907c5fb8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/eb41a23172bc4ad290656644907c5fb8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_eb41a23172bc4ad290656644907c5fb8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_eb41a23172bc4ad290656644907c5fb8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/eb41a23172bc4ad290656644907c5fb8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/eb41a23172bc4ad290656644907c5fb8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/eb41a23172bc4ad290656644907c5fb8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/eb41a23172bc4ad290656644907c5fb8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/eb41a23172bc4ad290656644907c5fb8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/eb41a23172bc4ad290656644907c5fb8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/eb41a23172bc4ad290656644907c5fb8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/eb41a23172bc4ad290656644907c5fb8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/eb41a23172bc4ad290656644907c5fb8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-57e89711-d34e-447-user", "id": "9b840f9412a54cda9ae9f4f4f736eada"}, "audit_ids": ["dOPXRDtLQb6P68E_bHcliw"], "issued_at": "2018-08-12T08:31:44.000000Z"}} 2018-08-12 08:31:44,368 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}4572e5caf972037050bd5055d256e3fe8bd9cfe5" 2018-08-12 08:31:44,458 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:31:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1588d03b-19f7-4618-aa2d-4818ca3d9c18 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:31:44,458 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-1588d03b-19f7-4618-aa2d-4818ca3d9c18 2018-08-12 08:31:44,464 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36e56ade59ed11863d25a6482a8d4fd79183833f" 2018-08-12 08:31:44,834 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-f82dbb25-d694-4dfd-96e0-ed6063583071 Date: Sun, 12 Aug 2018 08:31:44 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":["35fbb6c0-6906-4685-ad16-d116d3e7ad5f"],"updated_at":"2018-08-12T08:31:35Z","tenant_id":"eb41a23172bc4ad290656644907c5fb8","created_at":"2018-08-12T08:31:34Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"eb41a23172bc4ad290656644907c5fb8","id":"5c4d7798-882b-4792-9f04-25b27150a5d0","name":"InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-pub-net"}]} 2018-08-12 08:31:44,834 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-pub-net used request id req-f82dbb25-d694-4dfd-96e0-ed6063583071 2018-08-12 08:31:44,839 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=5c4d7798-882b-4792-9f04-25b27150a5d0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36e56ade59ed11863d25a6482a8d4fd79183833f" 2018-08-12 08:31:45,087 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-05bf8e5d-76c2-4dc2-9e91-0f88f416bbf8 Date: Sun, 12 Aug 2018 08:31:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5c4d7798-882b-4792-9f04-25b27150a5d0","tenant_id":"eb41a23172bc4ad290656644907c5fb8","created_at":"2018-08-12T08:31:35Z","dns_nameservers":[],"updated_at":"2018-08-12T08:31:35Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"eb41a23172bc4ad290656644907c5fb8","id":"35fbb6c0-6906-4685-ad16-d116d3e7ad5f","subnetpool_id":null,"name":"InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-pub-subnet"}]} 2018-08-12 08:31:45,087 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=5c4d7798-882b-4792-9f04-25b27150a5d0 used request id req-05bf8e5d-76c2-4dc2-9e91-0f88f416bbf8 2018-08-12 08:31:45,092 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36e56ade59ed11863d25a6482a8d4fd79183833f" 2018-08-12 08:31:45,553 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-6a108a5e-68bd-4f73-8769-7860c2dfba02 Date: Sun, 12 Aug 2018 08:31:45 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":["35fbb6c0-6906-4685-ad16-d116d3e7ad5f"],"updated_at":"2018-08-12T08:31:35Z","tenant_id":"eb41a23172bc4ad290656644907c5fb8","created_at":"2018-08-12T08:31:34Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"eb41a23172bc4ad290656644907c5fb8","id":"5c4d7798-882b-4792-9f04-25b27150a5d0","name":"InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-pub-net"}]} 2018-08-12 08:31:45,553 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-pub-net used request id req-6a108a5e-68bd-4f73-8769-7860c2dfba02 2018-08-12 08:31:45,556 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:31:45,561 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:31:45 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:31:45,562 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/eb41a23172bc4ad290656644907c5fb8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4572e5caf972037050bd5055d256e3fe8bd9cfe5" 2018-08-12 08:31:45,660 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:31:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e03c1213-3bc0-46e8-86a1-67e705a81c07 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/eb41a23172bc4ad290656644907c5fb8"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "eb41a23172bc4ad290656644907c5fb8", "name": "InstanceSecurityGroupTests-57e89711-d34e-447-proj"}} 2018-08-12 08:31:45,660 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/eb41a23172bc4ad290656644907c5fb8 used request id req-e03c1213-3bc0-46e8-86a1-67e705a81c07 2018-08-12 08:31:45,666 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=5c4d7798-882b-4792-9f04-25b27150a5d0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36e56ade59ed11863d25a6482a8d4fd79183833f" 2018-08-12 08:31:45,879 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-d1dc6ca9-0d64-4779-a009-68d9c6348926 Date: Sun, 12 Aug 2018 08:31:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5c4d7798-882b-4792-9f04-25b27150a5d0","tenant_id":"eb41a23172bc4ad290656644907c5fb8","created_at":"2018-08-12T08:31:35Z","dns_nameservers":[],"updated_at":"2018-08-12T08:31:35Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"eb41a23172bc4ad290656644907c5fb8","id":"35fbb6c0-6906-4685-ad16-d116d3e7ad5f","subnetpool_id":null,"name":"InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-pub-subnet"}]} 2018-08-12 08:31:45,879 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=5c4d7798-882b-4792-9f04-25b27150a5d0 used request id req-d1dc6ca9-0d64-4779-a009-68d9c6348926 2018-08-12 08:31:45,880 - neutron_utils - INFO - Creating port for network with name - InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-pub-net 2018-08-12 08:31:45,885 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36e56ade59ed11863d25a6482a8d4fd79183833f" -d '{"port": {"network_id": "5c4d7798-882b-4792-9f04-25b27150a5d0", "name": "InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-port", "admin_state_up": true}}' 2018-08-12 08:31:46,846 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 760 X-Openstack-Request-Id: req-8462d051-ab31-4bf9-89b6-99c8c312825d Date: Sun, 12 Aug 2018 08:31:46 GMT RESP BODY: {"port":{"status":"DOWN","created_at":"2018-08-12T08:31:46Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"5c4d7798-882b-4792-9f04-25b27150a5d0","tenant_id":"eb41a23172bc4ad290656644907c5fb8","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T08:31:46Z","name":"InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-port","device_owner":"","revision_number":6,"mac_address":"fa:16:3e:5d:85:77","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"eb41a23172bc4ad290656644907c5fb8","fixed_ips":[{"subnet_id":"35fbb6c0-6906-4685-ad16-d116d3e7ad5f","ip_address":"10.55.0.5"}],"id":"a9509bde-7653-421e-9fa1-c68acc2cba37","security_groups":["e9a9a57a-0d6e-4cf6-b1e8-0e83b0455abf"],"device_id":""}} 2018-08-12 08:31:46,846 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/ports used request id req-8462d051-ab31-4bf9-89b6-99c8c312825d 2018-08-12 08:31:46,851 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36e56ade59ed11863d25a6482a8d4fd79183833f" 2018-08-12 08:31:47,120 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-04065a17-4ab4-42df-927b-352aa06cb401 Date: Sun, 12 Aug 2018 08:31:47 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":["35fbb6c0-6906-4685-ad16-d116d3e7ad5f"],"updated_at":"2018-08-12T08:31:35Z","tenant_id":"eb41a23172bc4ad290656644907c5fb8","created_at":"2018-08-12T08:31:34Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"eb41a23172bc4ad290656644907c5fb8","id":"5c4d7798-882b-4792-9f04-25b27150a5d0","name":"InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-pub-net"}]} 2018-08-12 08:31:47,120 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-pub-net used request id req-04065a17-4ab4-42df-927b-352aa06cb401 2018-08-12 08:31:47,125 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=5c4d7798-882b-4792-9f04-25b27150a5d0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36e56ade59ed11863d25a6482a8d4fd79183833f" 2018-08-12 08:31:47,437 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-9349e7ea-23a9-4864-b0f0-cabde452eda4 Date: Sun, 12 Aug 2018 08:31:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5c4d7798-882b-4792-9f04-25b27150a5d0","tenant_id":"eb41a23172bc4ad290656644907c5fb8","created_at":"2018-08-12T08:31:35Z","dns_nameservers":[],"updated_at":"2018-08-12T08:31:35Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"eb41a23172bc4ad290656644907c5fb8","id":"35fbb6c0-6906-4685-ad16-d116d3e7ad5f","subnetpool_id":null,"name":"InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-pub-subnet"}]} 2018-08-12 08:31:47,437 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=5c4d7798-882b-4792-9f04-25b27150a5d0 used request id req-9349e7ea-23a9-4864-b0f0-cabde452eda4 2018-08-12 08:31:47,443 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36e56ade59ed11863d25a6482a8d4fd79183833f" 2018-08-12 08:31:47,723 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-c3dfec21-98ec-41d0-9869-f339eb1d607a Date: Sun, 12 Aug 2018 08:31:47 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":["35fbb6c0-6906-4685-ad16-d116d3e7ad5f"],"updated_at":"2018-08-12T08:31:35Z","tenant_id":"eb41a23172bc4ad290656644907c5fb8","created_at":"2018-08-12T08:31:34Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"eb41a23172bc4ad290656644907c5fb8","id":"5c4d7798-882b-4792-9f04-25b27150a5d0","name":"InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-pub-net"}]} 2018-08-12 08:31:47,723 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-pub-net used request id req-c3dfec21-98ec-41d0-9869-f339eb1d607a 2018-08-12 08:31:47,727 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/eb41a23172bc4ad290656644907c5fb8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36e56ade59ed11863d25a6482a8d4fd79183833f" 2018-08-12 08:31:47,823 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:31:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c36fa9be-0a34-441c-87bd-50bbec6c873c Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/eb41a23172bc4ad290656644907c5fb8"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "eb41a23172bc4ad290656644907c5fb8", "name": "InstanceSecurityGroupTests-57e89711-d34e-447-proj"}} 2018-08-12 08:31:47,823 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/eb41a23172bc4ad290656644907c5fb8 used request id req-c36fa9be-0a34-441c-87bd-50bbec6c873c 2018-08-12 08:31:47,829 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=5c4d7798-882b-4792-9f04-25b27150a5d0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36e56ade59ed11863d25a6482a8d4fd79183833f" 2018-08-12 08:31:48,056 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-8fb9202f-3f55-4b92-99b3-6a8845101daa Date: Sun, 12 Aug 2018 08:31:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5c4d7798-882b-4792-9f04-25b27150a5d0","tenant_id":"eb41a23172bc4ad290656644907c5fb8","created_at":"2018-08-12T08:31:35Z","dns_nameservers":[],"updated_at":"2018-08-12T08:31:35Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"eb41a23172bc4ad290656644907c5fb8","id":"35fbb6c0-6906-4685-ad16-d116d3e7ad5f","subnetpool_id":null,"name":"InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-pub-subnet"}]} 2018-08-12 08:31:48,056 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=5c4d7798-882b-4792-9f04-25b27150a5d0 used request id req-8fb9202f-3f55-4b92-99b3-6a8845101daa 2018-08-12 08:31:48,062 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=5c4d7798-882b-4792-9f04-25b27150a5d0&name=InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36e56ade59ed11863d25a6482a8d4fd79183833f" 2018-08-12 08:31:48,283 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 763 X-Openstack-Request-Id: req-6e8dd559-19f9-44e5-967f-1ae4df892df3 Date: Sun, 12 Aug 2018 08:31:48 GMT RESP BODY: {"ports":[{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"5c4d7798-882b-4792-9f04-25b27150a5d0","tenant_id":"eb41a23172bc4ad290656644907c5fb8","created_at":"2018-08-12T08:31:46Z","admin_state_up":true,"updated_at":"2018-08-12T08:31:46Z","binding:vnic_type":"normal","device_id":"","device_owner":"","revision_number":6,"mac_address":"fa:16:3e:5d:85:77","id":"a9509bde-7653-421e-9fa1-c68acc2cba37","port_security_enabled":true,"project_id":"eb41a23172bc4ad290656644907c5fb8","fixed_ips":[{"subnet_id":"35fbb6c0-6906-4685-ad16-d116d3e7ad5f","ip_address":"10.55.0.5"}],"extra_dhcp_opts":[],"security_groups":["e9a9a57a-0d6e-4cf6-b1e8-0e83b0455abf"],"name":"InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-port"}]} 2018-08-12 08:31:48,283 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=5c4d7798-882b-4792-9f04-25b27150a5d0&name=InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-port&admin_state_up=True used request id req-6e8dd559-19f9-44e5-967f-1ae4df892df3 2018-08-12 08:31:48,287 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/eb41a23172bc4ad290656644907c5fb8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36e56ade59ed11863d25a6482a8d4fd79183833f" 2018-08-12 08:31:48,379 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:31:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-35a7eb2a-4af5-4f0c-a6b7-84242125f47b Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/eb41a23172bc4ad290656644907c5fb8"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "eb41a23172bc4ad290656644907c5fb8", "name": "InstanceSecurityGroupTests-57e89711-d34e-447-proj"}} 2018-08-12 08:31:48,379 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/eb41a23172bc4ad290656644907c5fb8 used request id req-35a7eb2a-4af5-4f0c-a6b7-84242125f47b 2018-08-12 08:31:48,380 - nova_utils - INFO - Creating VM with name - InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-inst 2018-08-12 08:31:48,385 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36e56ade59ed11863d25a6482a8d4fd79183833f" 2018-08-12 08:31:48,407 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:31: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-25d42620-14b6-4867-9cfb-7a41859a9e51 x-compute-request-id: req-25d42620-14b6-4867-9cfb-7a41859a9e51 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"flavors": [{"id": "a005e43e-48a0-4f71-8105-370c0b223427", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/a005e43e-48a0-4f71-8105-370c0b223427", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/a005e43e-48a0-4f71-8105-370c0b223427", "rel": "bookmark"}], "name": "InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-flavor-name"}]} 2018-08-12 08:31:48,407 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-25d42620-14b6-4867-9cfb-7a41859a9e51 2018-08-12 08:31:48,409 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors/a005e43e-48a0-4f71-8105-370c0b223427 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36e56ade59ed11863d25a6482a8d4fd79183833f" 2018-08-12 08:31:48,429 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:31: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-254389d2-0513-40b1-abe0-1faed536c3c6 x-compute-request-id: req-254389d2-0513-40b1-abe0-1faed536c3c6 Content-Encoding: gzip Content-Length: 324 Content-Type: application/json RESP BODY: {"flavor": {"name": "InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-flavor-name", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/a005e43e-48a0-4f71-8105-370c0b223427", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/a005e43e-48a0-4f71-8105-370c0b223427", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": "a005e43e-48a0-4f71-8105-370c0b223427"}} 2018-08-12 08:31:48,429 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/a005e43e-48a0-4f71-8105-370c0b223427 used request id req-254389d2-0513-40b1-abe0-1faed536c3c6 2018-08-12 08:31:48,431 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}36e56ade59ed11863d25a6482a8d4fd79183833f" 2018-08-12 08:31:48,634 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1062 Content-Type: application/json X-Openstack-Request-Id: req-a4e955d1-cfe2-42e6-9031-4279011ad3fc Date: Sun, 12 Aug 2018 08:31:48 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-image", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:31:32Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-12T08:31:32Z", "visibility": "shared", "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/b56ec9d6-e2df-4b74-bca0-3025b8e5aa33/snap", "metadata": {}}], "self": "/v2/images/b56ec9d6-e2df-4b74-bca0-3025b8e5aa33", "min_disk": 0, "protected": false, "id": "b56ec9d6-e2df-4b74-bca0-3025b8e5aa33", "file": "/v2/images/b56ec9d6-e2df-4b74-bca0-3025b8e5aa33/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "eb41a23172bc4ad290656644907c5fb8", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/b56ec9d6-e2df-4b74-bca0-3025b8e5aa33/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-image"} 2018-08-12 08:31:48,634 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-image used request id req-a4e955d1-cfe2-42e6-9031-4279011ad3fc 2018-08-12 08:31:48,637 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}36e56ade59ed11863d25a6482a8d4fd79183833f" 2018-08-12 08:31:48,905 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-8d769ad6-9d90-4ded-aedd-2d5da41c6403 Date: Sun, 12 Aug 2018 08:31:48 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"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}, "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}, "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"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "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"}, "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"}, "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}, "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}, "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"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "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}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-12 08:31:48,906 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-8d769ad6-9d90-4ded-aedd-2d5da41c6403 2018-08-12 08:31:48,911 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36e56ade59ed11863d25a6482a8d4fd79183833f" -d '{"server": {"name": "InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-inst", "imageRef": "b56ec9d6-e2df-4b74-bca0-3025b8e5aa33", "flavorRef": "a005e43e-48a0-4f71-8105-370c0b223427", "max_count": 1, "min_count": 1, "networks": [{"port": "a9509bde-7653-421e-9fa1-c68acc2cba37"}], "security_groups": [{"name": "InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-name"}]}}' 2018-08-12 08:31:50,568 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 08:31: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-35f68c33-5e11-406b-8e81-d4286a2cd4d7 x-compute-request-id: req-35f68c33-5e11-406b-8e81-d4286a2cd4d7 Content-Length: 435 location: http://172.30.9.21:8774/v2.1/servers/bca8aa3b-39fc-4512-b086-ddd5a1b02b01 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-name"}], "OS-DCF:diskConfig": "MANUAL", "id": "bca8aa3b-39fc-4512-b086-ddd5a1b02b01", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/bca8aa3b-39fc-4512-b086-ddd5a1b02b01", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/bca8aa3b-39fc-4512-b086-ddd5a1b02b01", "rel": "bookmark"}], "adminPass": "5pbqS2dgFK46"}} 2018-08-12 08:31:50,569 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-35f68c33-5e11-406b-8e81-d4286a2cd4d7 2018-08-12 08:31:50,571 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/bca8aa3b-39fc-4512-b086-ddd5a1b02b01 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36e56ade59ed11863d25a6482a8d4fd79183833f" 2018-08-12 08:31:50,809 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:31: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-603d4010-07d7-4396-a744-9bdd66b3a4ba x-compute-request-id: req-603d4010-07d7-4396-a744-9bdd66b3a4ba Content-Encoding: gzip Content-Length: 610 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/bca8aa3b-39fc-4512-b086-ddd5a1b02b01", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/bca8aa3b-39fc-4512-b086-ddd5a1b02b01", "rel": "bookmark"}], "image": {"id": "b56ec9d6-e2df-4b74-bca0-3025b8e5aa33", "links": [{"href": "http://172.30.9.21:8774/images/b56ec9d6-e2df-4b74-bca0-3025b8e5aa33", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a005e43e-48a0-4f71-8105-370c0b223427", "links": [{"href": "http://172.30.9.21:8774/flavors/a005e43e-48a0-4f71-8105-370c0b223427", "rel": "bookmark"}]}, "id": "bca8aa3b-39fc-4512-b086-ddd5a1b02b01", "user_id": "9b840f9412a54cda9ae9f4f4f736eada", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:31:50Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-inst", "created": "2018-08-12T08:31:50Z", "tenant_id": "eb41a23172bc4ad290656644907c5fb8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:31:50,810 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/bca8aa3b-39fc-4512-b086-ddd5a1b02b01 used request id req-603d4010-07d7-4396-a744-9bdd66b3a4ba 2018-08-12 08:31:50,810 - create_instance - INFO - Created instance with name - InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-inst 2018-08-12 08:31:50,813 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/bca8aa3b-39fc-4512-b086-ddd5a1b02b01 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36e56ade59ed11863d25a6482a8d4fd79183833f" 2018-08-12 08:31:51,225 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:31: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-b05c8beb-2867-4489-a2a0-0cc86e0e2cba x-compute-request-id: req-b05c8beb-2867-4489-a2a0-0cc86e0e2cba Content-Encoding: gzip Content-Length: 610 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/bca8aa3b-39fc-4512-b086-ddd5a1b02b01", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/bca8aa3b-39fc-4512-b086-ddd5a1b02b01", "rel": "bookmark"}], "image": {"id": "b56ec9d6-e2df-4b74-bca0-3025b8e5aa33", "links": [{"href": "http://172.30.9.21:8774/images/b56ec9d6-e2df-4b74-bca0-3025b8e5aa33", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a005e43e-48a0-4f71-8105-370c0b223427", "links": [{"href": "http://172.30.9.21:8774/flavors/a005e43e-48a0-4f71-8105-370c0b223427", "rel": "bookmark"}]}, "id": "bca8aa3b-39fc-4512-b086-ddd5a1b02b01", "user_id": "9b840f9412a54cda9ae9f4f4f736eada", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:31:50Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-inst", "created": "2018-08-12T08:31:50Z", "tenant_id": "eb41a23172bc4ad290656644907c5fb8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:31:51,225 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/bca8aa3b-39fc-4512-b086-ddd5a1b02b01 used request id req-b05c8beb-2867-4489-a2a0-0cc86e0e2cba 2018-08-12 08:31:51,225 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-inst] is - BUILD 2018-08-12 08:31:51,226 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-12 08:31:54,229 - create_instance - DEBUG - VM status query timeout in 896.581475973 2018-08-12 08:31:54,233 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/bca8aa3b-39fc-4512-b086-ddd5a1b02b01 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36e56ade59ed11863d25a6482a8d4fd79183833f" 2018-08-12 08:31:54,737 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:31: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-c38e3be5-afce-40e6-b258-490cbff03e45 x-compute-request-id: req-c38e3be5-afce-40e6-b258-490cbff03e45 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/bca8aa3b-39fc-4512-b086-ddd5a1b02b01", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/bca8aa3b-39fc-4512-b086-ddd5a1b02b01", "rel": "bookmark"}], "image": {"id": "b56ec9d6-e2df-4b74-bca0-3025b8e5aa33", "links": [{"href": "http://172.30.9.21:8774/images/b56ec9d6-e2df-4b74-bca0-3025b8e5aa33", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a005e43e-48a0-4f71-8105-370c0b223427", "links": [{"href": "http://172.30.9.21:8774/flavors/a005e43e-48a0-4f71-8105-370c0b223427", "rel": "bookmark"}]}, "id": "bca8aa3b-39fc-4512-b086-ddd5a1b02b01", "security_groups": [{"name": "default"}], "user_id": "9b840f9412a54cda9ae9f4f4f736eada", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:31:51Z", "hostId": "f2f5532cf6213f4330155f586fc2272175c42accb93aeeacaaa26045", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-inst", "created": "2018-08-12T08:31:50Z", "tenant_id": "eb41a23172bc4ad290656644907c5fb8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:31:54,738 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/bca8aa3b-39fc-4512-b086-ddd5a1b02b01 used request id req-c38e3be5-afce-40e6-b258-490cbff03e45 2018-08-12 08:31:54,738 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-inst] is - BUILD 2018-08-12 08:31:54,738 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-12 08:31:57,742 - create_instance - DEBUG - VM status query timeout in 893.068707943 2018-08-12 08:31:57,745 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/bca8aa3b-39fc-4512-b086-ddd5a1b02b01 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36e56ade59ed11863d25a6482a8d4fd79183833f" 2018-08-12 08:31:58,270 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:31: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-f43c3c71-4811-4bec-a899-eb3a13a7b5bd x-compute-request-id: req-f43c3c71-4811-4bec-a899-eb3a13a7b5bd Content-Encoding: gzip Content-Length: 747 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5d:85:77", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/bca8aa3b-39fc-4512-b086-ddd5a1b02b01", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/bca8aa3b-39fc-4512-b086-ddd5a1b02b01", "rel": "bookmark"}], "image": {"id": "b56ec9d6-e2df-4b74-bca0-3025b8e5aa33", "links": [{"href": "http://172.30.9.21:8774/images/b56ec9d6-e2df-4b74-bca0-3025b8e5aa33", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:31:55.000000", "flavor": {"id": "a005e43e-48a0-4f71-8105-370c0b223427", "links": [{"href": "http://172.30.9.21:8774/flavors/a005e43e-48a0-4f71-8105-370c0b223427", "rel": "bookmark"}]}, "id": "bca8aa3b-39fc-4512-b086-ddd5a1b02b01", "security_groups": [{"name": "default"}], "user_id": "9b840f9412a54cda9ae9f4f4f736eada", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:31:55Z", "hostId": "f2f5532cf6213f4330155f586fc2272175c42accb93aeeacaaa26045", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-inst", "created": "2018-08-12T08:31:50Z", "tenant_id": "eb41a23172bc4ad290656644907c5fb8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:31:58,270 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/bca8aa3b-39fc-4512-b086-ddd5a1b02b01 used request id req-f43c3c71-4811-4bec-a899-eb3a13a7b5bd 2018-08-12 08:31:58,270 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-inst] is - ACTIVE 2018-08-12 08:31:58,270 - create_instance - INFO - VM is - ACTIVE 2018-08-12 08:31:58,273 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/bca8aa3b-39fc-4512-b086-ddd5a1b02b01 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36e56ade59ed11863d25a6482a8d4fd79183833f" 2018-08-12 08:31:59,137 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:31: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-9ebedc18-35ce-416f-8448-3ee8567820a3 x-compute-request-id: req-9ebedc18-35ce-416f-8448-3ee8567820a3 Content-Encoding: gzip Content-Length: 747 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5d:85:77", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/bca8aa3b-39fc-4512-b086-ddd5a1b02b01", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/bca8aa3b-39fc-4512-b086-ddd5a1b02b01", "rel": "bookmark"}], "image": {"id": "b56ec9d6-e2df-4b74-bca0-3025b8e5aa33", "links": [{"href": "http://172.30.9.21:8774/images/b56ec9d6-e2df-4b74-bca0-3025b8e5aa33", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:31:55.000000", "flavor": {"id": "a005e43e-48a0-4f71-8105-370c0b223427", "links": [{"href": "http://172.30.9.21:8774/flavors/a005e43e-48a0-4f71-8105-370c0b223427", "rel": "bookmark"}]}, "id": "bca8aa3b-39fc-4512-b086-ddd5a1b02b01", "security_groups": [{"name": "default"}], "user_id": "9b840f9412a54cda9ae9f4f4f736eada", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:31:55Z", "hostId": "f2f5532cf6213f4330155f586fc2272175c42accb93aeeacaaa26045", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-inst", "created": "2018-08-12T08:31:50Z", "tenant_id": "eb41a23172bc4ad290656644907c5fb8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:31:59,138 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/bca8aa3b-39fc-4512-b086-ddd5a1b02b01 used request id req-9ebedc18-35ce-416f-8448-3ee8567820a3 2018-08-12 08:31:59,143 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36e56ade59ed11863d25a6482a8d4fd79183833f" 2018-08-12 08:31:59,246 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-25e357bc-5808-4154-bb02-4fb1b315c568 Date: Sun, 12 Aug 2018 08:31:59 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":["35fbb6c0-6906-4685-ad16-d116d3e7ad5f"],"updated_at":"2018-08-12T08:31:35Z","tenant_id":"eb41a23172bc4ad290656644907c5fb8","created_at":"2018-08-12T08:31:34Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"eb41a23172bc4ad290656644907c5fb8","id":"5c4d7798-882b-4792-9f04-25b27150a5d0","name":"InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-pub-net"}]} 2018-08-12 08:31:59,247 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-pub-net used request id req-25e357bc-5808-4154-bb02-4fb1b315c568 2018-08-12 08:31:59,251 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/eb41a23172bc4ad290656644907c5fb8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36e56ade59ed11863d25a6482a8d4fd79183833f" 2018-08-12 08:31:59,363 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:31:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0a5f2575-6a8e-4ae3-a262-e1cecdc6c293 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/eb41a23172bc4ad290656644907c5fb8"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "eb41a23172bc4ad290656644907c5fb8", "name": "InstanceSecurityGroupTests-57e89711-d34e-447-proj"}} 2018-08-12 08:31:59,364 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/eb41a23172bc4ad290656644907c5fb8 used request id req-0a5f2575-6a8e-4ae3-a262-e1cecdc6c293 2018-08-12 08:31:59,369 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=5c4d7798-882b-4792-9f04-25b27150a5d0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36e56ade59ed11863d25a6482a8d4fd79183833f" 2018-08-12 08:31:59,421 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-8208491a-3f1c-42d3-920c-616756067e36 Date: Sun, 12 Aug 2018 08:31:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5c4d7798-882b-4792-9f04-25b27150a5d0","tenant_id":"eb41a23172bc4ad290656644907c5fb8","created_at":"2018-08-12T08:31:35Z","dns_nameservers":[],"updated_at":"2018-08-12T08:31:35Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"eb41a23172bc4ad290656644907c5fb8","id":"35fbb6c0-6906-4685-ad16-d116d3e7ad5f","subnetpool_id":null,"name":"InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-pub-subnet"}]} 2018-08-12 08:31:59,421 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=5c4d7798-882b-4792-9f04-25b27150a5d0 used request id req-8208491a-3f1c-42d3-920c-616756067e36 2018-08-12 08:31:59,426 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=5c4d7798-882b-4792-9f04-25b27150a5d0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36e56ade59ed11863d25a6482a8d4fd79183833f" 2018-08-12 08:31:59,686 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3028 X-Openstack-Request-Id: req-0ceca2f1-22ca-447e-9b7c-1fe264f81d93 Date: Sun, 12 Aug 2018 08:31:59 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"5c4d7798-882b-4792-9f04-25b27150a5d0","tenant_id":"eb41a23172bc4ad290656644907c5fb8","created_at":"2018-08-12T08:31:37Z","admin_state_up":true,"updated_at":"2018-08-12T08:31:39Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-5c4d7798-882b-4792-9f04-25b27150a5d0","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:d9:e3:d5","id":"81c3166b-2a3c-4bd2-a105-399b04dc1026","port_security_enabled":false,"project_id":"eb41a23172bc4ad290656644907c5fb8","fixed_ips":[{"subnet_id":"35fbb6c0-6906-4685-ad16-d116d3e7ad5f","ip_address":"10.55.0.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"5c4d7798-882b-4792-9f04-25b27150a5d0","tenant_id":"eb41a23172bc4ad290656644907c5fb8","created_at":"2018-08-12T08:31:46Z","admin_state_up":true,"updated_at":"2018-08-12T08:31:55Z","binding:vnic_type":"normal","device_id":"bca8aa3b-39fc-4512-b086-ddd5a1b02b01","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:5d:85:77","id":"a9509bde-7653-421e-9fa1-c68acc2cba37","port_security_enabled":true,"project_id":"eb41a23172bc4ad290656644907c5fb8","fixed_ips":[{"subnet_id":"35fbb6c0-6906-4685-ad16-d116d3e7ad5f","ip_address":"10.55.0.5"}],"extra_dhcp_opts":[],"security_groups":["e9a9a57a-0d6e-4cf6-b1e8-0e83b0455abf"],"name":"InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-port"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"5c4d7798-882b-4792-9f04-25b27150a5d0","tenant_id":"eb41a23172bc4ad290656644907c5fb8","created_at":"2018-08-12T08:31:37Z","admin_state_up":true,"updated_at":"2018-08-12T08:31:40Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-5c4d7798-882b-4792-9f04-25b27150a5d0","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:cd:3e:c3","id":"b5a42b40-15d7-4d70-8924-22904006203c","port_security_enabled":false,"project_id":"eb41a23172bc4ad290656644907c5fb8","fixed_ips":[{"subnet_id":"35fbb6c0-6906-4685-ad16-d116d3e7ad5f","ip_address":"10.55.0.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"5c4d7798-882b-4792-9f04-25b27150a5d0","tenant_id":"eb41a23172bc4ad290656644907c5fb8","created_at":"2018-08-12T08:31:36Z","admin_state_up":true,"updated_at":"2018-08-12T08:31:39Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-5c4d7798-882b-4792-9f04-25b27150a5d0","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:40:6a:e1","id":"d778d7bc-70df-4aef-ab73-6ea7e9c9c040","port_security_enabled":false,"project_id":"eb41a23172bc4ad290656644907c5fb8","fixed_ips":[{"subnet_id":"35fbb6c0-6906-4685-ad16-d116d3e7ad5f","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-12 08:31:59,687 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=5c4d7798-882b-4792-9f04-25b27150a5d0 used request id req-0ceca2f1-22ca-447e-9b7c-1fe264f81d93 2018-08-12 08:31:59,690 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/bca8aa3b-39fc-4512-b086-ddd5a1b02b01 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36e56ade59ed11863d25a6482a8d4fd79183833f" 2018-08-12 08:32:00,473 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:31:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9c0c94e2-5207-426a-8061-1bf1a0154d85 x-compute-request-id: req-9c0c94e2-5207-426a-8061-1bf1a0154d85 Content-Encoding: gzip Content-Length: 747 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5d:85:77", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/bca8aa3b-39fc-4512-b086-ddd5a1b02b01", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/bca8aa3b-39fc-4512-b086-ddd5a1b02b01", "rel": "bookmark"}], "image": {"id": "b56ec9d6-e2df-4b74-bca0-3025b8e5aa33", "links": [{"href": "http://172.30.9.21:8774/images/b56ec9d6-e2df-4b74-bca0-3025b8e5aa33", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:31:55.000000", "flavor": {"id": "a005e43e-48a0-4f71-8105-370c0b223427", "links": [{"href": "http://172.30.9.21:8774/flavors/a005e43e-48a0-4f71-8105-370c0b223427", "rel": "bookmark"}]}, "id": "bca8aa3b-39fc-4512-b086-ddd5a1b02b01", "security_groups": [{"name": "default"}], "user_id": "9b840f9412a54cda9ae9f4f4f736eada", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:31:55Z", "hostId": "f2f5532cf6213f4330155f586fc2272175c42accb93aeeacaaa26045", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-inst", "created": "2018-08-12T08:31:50Z", "tenant_id": "eb41a23172bc4ad290656644907c5fb8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:32:00,473 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/bca8aa3b-39fc-4512-b086-ddd5a1b02b01 used request id req-9c0c94e2-5207-426a-8061-1bf1a0154d85 2018-08-12 08:32:00,474 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-inst] is - ACTIVE 2018-08-12 08:32:00,474 - create_instance - INFO - VM is - ACTIVE 2018-08-12 08:32:00,477 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/bca8aa3b-39fc-4512-b086-ddd5a1b02b01 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36e56ade59ed11863d25a6482a8d4fd79183833f" 2018-08-12 08:32:01,401 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:32: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-b6a1c20e-9cea-40c2-8cdc-364cd33daa5f x-compute-request-id: req-b6a1c20e-9cea-40c2-8cdc-364cd33daa5f Content-Encoding: gzip Content-Length: 747 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5d:85:77", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/bca8aa3b-39fc-4512-b086-ddd5a1b02b01", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/bca8aa3b-39fc-4512-b086-ddd5a1b02b01", "rel": "bookmark"}], "image": {"id": "b56ec9d6-e2df-4b74-bca0-3025b8e5aa33", "links": [{"href": "http://172.30.9.21:8774/images/b56ec9d6-e2df-4b74-bca0-3025b8e5aa33", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:31:55.000000", "flavor": {"id": "a005e43e-48a0-4f71-8105-370c0b223427", "links": [{"href": "http://172.30.9.21:8774/flavors/a005e43e-48a0-4f71-8105-370c0b223427", "rel": "bookmark"}]}, "id": "bca8aa3b-39fc-4512-b086-ddd5a1b02b01", "security_groups": [{"name": "default"}], "user_id": "9b840f9412a54cda9ae9f4f4f736eada", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:31:55Z", "hostId": "f2f5532cf6213f4330155f586fc2272175c42accb93aeeacaaa26045", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-inst", "created": "2018-08-12T08:31:50Z", "tenant_id": "eb41a23172bc4ad290656644907c5fb8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:32:01,401 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/bca8aa3b-39fc-4512-b086-ddd5a1b02b01 used request id req-b6a1c20e-9cea-40c2-8cdc-364cd33daa5f 2018-08-12 08:32:01,405 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36e56ade59ed11863d25a6482a8d4fd79183833f" 2018-08-12 08:32:01,678 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-7ed63dbf-a8b4-4242-be93-2270c28bf9d3 Date: Sun, 12 Aug 2018 08:32:01 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":["35fbb6c0-6906-4685-ad16-d116d3e7ad5f"],"updated_at":"2018-08-12T08:31:35Z","tenant_id":"eb41a23172bc4ad290656644907c5fb8","created_at":"2018-08-12T08:31:34Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"eb41a23172bc4ad290656644907c5fb8","id":"5c4d7798-882b-4792-9f04-25b27150a5d0","name":"InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-pub-net"}]} 2018-08-12 08:32:01,678 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-pub-net used request id req-7ed63dbf-a8b4-4242-be93-2270c28bf9d3 2018-08-12 08:32:01,682 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/eb41a23172bc4ad290656644907c5fb8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36e56ade59ed11863d25a6482a8d4fd79183833f" 2018-08-12 08:32:01,777 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:32:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-11405d88-3d4c-4fc0-9f2b-6f9b12c4916b Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/eb41a23172bc4ad290656644907c5fb8"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "eb41a23172bc4ad290656644907c5fb8", "name": "InstanceSecurityGroupTests-57e89711-d34e-447-proj"}} 2018-08-12 08:32:01,777 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/eb41a23172bc4ad290656644907c5fb8 used request id req-11405d88-3d4c-4fc0-9f2b-6f9b12c4916b 2018-08-12 08:32:01,783 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=5c4d7798-882b-4792-9f04-25b27150a5d0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36e56ade59ed11863d25a6482a8d4fd79183833f" 2018-08-12 08:32:01,829 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-30f13f53-3f55-493d-b775-e4fe165bde85 Date: Sun, 12 Aug 2018 08:32:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5c4d7798-882b-4792-9f04-25b27150a5d0","tenant_id":"eb41a23172bc4ad290656644907c5fb8","created_at":"2018-08-12T08:31:35Z","dns_nameservers":[],"updated_at":"2018-08-12T08:31:35Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"eb41a23172bc4ad290656644907c5fb8","id":"35fbb6c0-6906-4685-ad16-d116d3e7ad5f","subnetpool_id":null,"name":"InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-pub-subnet"}]} 2018-08-12 08:32:01,830 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=5c4d7798-882b-4792-9f04-25b27150a5d0 used request id req-30f13f53-3f55-493d-b775-e4fe165bde85 2018-08-12 08:32:01,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=5c4d7798-882b-4792-9f04-25b27150a5d0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36e56ade59ed11863d25a6482a8d4fd79183833f" 2018-08-12 08:32:01,921 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3028 X-Openstack-Request-Id: req-c54d944c-7ae0-46e6-8c2b-c134e7f9ff55 Date: Sun, 12 Aug 2018 08:32:01 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"5c4d7798-882b-4792-9f04-25b27150a5d0","tenant_id":"eb41a23172bc4ad290656644907c5fb8","created_at":"2018-08-12T08:31:37Z","admin_state_up":true,"updated_at":"2018-08-12T08:31:39Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-5c4d7798-882b-4792-9f04-25b27150a5d0","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:d9:e3:d5","id":"81c3166b-2a3c-4bd2-a105-399b04dc1026","port_security_enabled":false,"project_id":"eb41a23172bc4ad290656644907c5fb8","fixed_ips":[{"subnet_id":"35fbb6c0-6906-4685-ad16-d116d3e7ad5f","ip_address":"10.55.0.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"5c4d7798-882b-4792-9f04-25b27150a5d0","tenant_id":"eb41a23172bc4ad290656644907c5fb8","created_at":"2018-08-12T08:31:46Z","admin_state_up":true,"updated_at":"2018-08-12T08:31:55Z","binding:vnic_type":"normal","device_id":"bca8aa3b-39fc-4512-b086-ddd5a1b02b01","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:5d:85:77","id":"a9509bde-7653-421e-9fa1-c68acc2cba37","port_security_enabled":true,"project_id":"eb41a23172bc4ad290656644907c5fb8","fixed_ips":[{"subnet_id":"35fbb6c0-6906-4685-ad16-d116d3e7ad5f","ip_address":"10.55.0.5"}],"extra_dhcp_opts":[],"security_groups":["e9a9a57a-0d6e-4cf6-b1e8-0e83b0455abf"],"name":"InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-port"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"5c4d7798-882b-4792-9f04-25b27150a5d0","tenant_id":"eb41a23172bc4ad290656644907c5fb8","created_at":"2018-08-12T08:31:37Z","admin_state_up":true,"updated_at":"2018-08-12T08:31:40Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-5c4d7798-882b-4792-9f04-25b27150a5d0","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:cd:3e:c3","id":"b5a42b40-15d7-4d70-8924-22904006203c","port_security_enabled":false,"project_id":"eb41a23172bc4ad290656644907c5fb8","fixed_ips":[{"subnet_id":"35fbb6c0-6906-4685-ad16-d116d3e7ad5f","ip_address":"10.55.0.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"5c4d7798-882b-4792-9f04-25b27150a5d0","tenant_id":"eb41a23172bc4ad290656644907c5fb8","created_at":"2018-08-12T08:31:36Z","admin_state_up":true,"updated_at":"2018-08-12T08:31:39Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-5c4d7798-882b-4792-9f04-25b27150a5d0","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:40:6a:e1","id":"d778d7bc-70df-4aef-ab73-6ea7e9c9c040","port_security_enabled":false,"project_id":"eb41a23172bc4ad290656644907c5fb8","fixed_ips":[{"subnet_id":"35fbb6c0-6906-4685-ad16-d116d3e7ad5f","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-12 08:32:01,922 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=5c4d7798-882b-4792-9f04-25b27150a5d0 used request id req-c54d944c-7ae0-46e6-8c2b-c134e7f9ff55 2018-08-12 08:32:01,925 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers/bca8aa3b-39fc-4512-b086-ddd5a1b02b01/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36e56ade59ed11863d25a6482a8d4fd79183833f" -d '{"addSecurityGroup": {"name": "InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-name"}}' 2018-08-12 08:32:03,033 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 08:32: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-4a864f02-6dc8-4ae9-8dc4-fe192389bf2e x-compute-request-id: req-4a864f02-6dc8-4ae9-8dc4-fe192389bf2e Content-Length: 0 Content-Type: application/json 2018-08-12 08:32:03,034 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/bca8aa3b-39fc-4512-b086-ddd5a1b02b01/action used request id req-4a864f02-6dc8-4ae9-8dc4-fe192389bf2e 2018-08-12 08:32:03,038 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/bca8aa3b-39fc-4512-b086-ddd5a1b02b01 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36e56ade59ed11863d25a6482a8d4fd79183833f" 2018-08-12 08:32:03,544 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:32: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-1f887265-2e66-4c19-acaa-6d1982aab59b x-compute-request-id: req-1f887265-2e66-4c19-acaa-6d1982aab59b Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5d:85:77", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/bca8aa3b-39fc-4512-b086-ddd5a1b02b01", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/bca8aa3b-39fc-4512-b086-ddd5a1b02b01", "rel": "bookmark"}], "image": {"id": "b56ec9d6-e2df-4b74-bca0-3025b8e5aa33", "links": [{"href": "http://172.30.9.21:8774/images/b56ec9d6-e2df-4b74-bca0-3025b8e5aa33", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:31:55.000000", "flavor": {"id": "a005e43e-48a0-4f71-8105-370c0b223427", "links": [{"href": "http://172.30.9.21:8774/flavors/a005e43e-48a0-4f71-8105-370c0b223427", "rel": "bookmark"}]}, "id": "bca8aa3b-39fc-4512-b086-ddd5a1b02b01", "security_groups": [{"name": "InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-name"}, {"name": "default"}], "user_id": "9b840f9412a54cda9ae9f4f4f736eada", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:31:55Z", "hostId": "f2f5532cf6213f4330155f586fc2272175c42accb93aeeacaaa26045", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-inst", "created": "2018-08-12T08:31:50Z", "tenant_id": "eb41a23172bc4ad290656644907c5fb8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:32:03,545 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/bca8aa3b-39fc-4512-b086-ddd5a1b02b01 used request id req-1f887265-2e66-4c19-acaa-6d1982aab59b 2018-08-12 08:32:03,549 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36e56ade59ed11863d25a6482a8d4fd79183833f" 2018-08-12 08:32:03,650 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-9163d5dd-ed65-4299-a1d3-448c54d0ee08 Date: Sun, 12 Aug 2018 08:32:03 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":["35fbb6c0-6906-4685-ad16-d116d3e7ad5f"],"updated_at":"2018-08-12T08:31:35Z","tenant_id":"eb41a23172bc4ad290656644907c5fb8","created_at":"2018-08-12T08:31:34Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"eb41a23172bc4ad290656644907c5fb8","id":"5c4d7798-882b-4792-9f04-25b27150a5d0","name":"InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-pub-net"}]} 2018-08-12 08:32:03,650 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-pub-net used request id req-9163d5dd-ed65-4299-a1d3-448c54d0ee08 2018-08-12 08:32:03,653 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/eb41a23172bc4ad290656644907c5fb8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36e56ade59ed11863d25a6482a8d4fd79183833f" 2018-08-12 08:32:03,835 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:32:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d6f6fac5-9b7c-44d4-a2b3-b8b761ec11c2 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/eb41a23172bc4ad290656644907c5fb8"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "eb41a23172bc4ad290656644907c5fb8", "name": "InstanceSecurityGroupTests-57e89711-d34e-447-proj"}} 2018-08-12 08:32:03,835 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/eb41a23172bc4ad290656644907c5fb8 used request id req-d6f6fac5-9b7c-44d4-a2b3-b8b761ec11c2 2018-08-12 08:32:03,841 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=5c4d7798-882b-4792-9f04-25b27150a5d0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36e56ade59ed11863d25a6482a8d4fd79183833f" 2018-08-12 08:32:03,889 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-f2b86b38-af93-41d7-89a4-2b2c2ad561fd Date: Sun, 12 Aug 2018 08:32:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5c4d7798-882b-4792-9f04-25b27150a5d0","tenant_id":"eb41a23172bc4ad290656644907c5fb8","created_at":"2018-08-12T08:31:35Z","dns_nameservers":[],"updated_at":"2018-08-12T08:31:35Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"eb41a23172bc4ad290656644907c5fb8","id":"35fbb6c0-6906-4685-ad16-d116d3e7ad5f","subnetpool_id":null,"name":"InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-pub-subnet"}]} 2018-08-12 08:32:03,889 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=5c4d7798-882b-4792-9f04-25b27150a5d0 used request id req-f2b86b38-af93-41d7-89a4-2b2c2ad561fd 2018-08-12 08:32:03,894 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=5c4d7798-882b-4792-9f04-25b27150a5d0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36e56ade59ed11863d25a6482a8d4fd79183833f" 2018-08-12 08:32:04,161 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3067 X-Openstack-Request-Id: req-fbb10d78-ed9d-4322-b048-afb0d9ca1f4e Date: Sun, 12 Aug 2018 08:32:04 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"5c4d7798-882b-4792-9f04-25b27150a5d0","tenant_id":"eb41a23172bc4ad290656644907c5fb8","created_at":"2018-08-12T08:31:37Z","admin_state_up":true,"updated_at":"2018-08-12T08:31:39Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-5c4d7798-882b-4792-9f04-25b27150a5d0","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:d9:e3:d5","id":"81c3166b-2a3c-4bd2-a105-399b04dc1026","port_security_enabled":false,"project_id":"eb41a23172bc4ad290656644907c5fb8","fixed_ips":[{"subnet_id":"35fbb6c0-6906-4685-ad16-d116d3e7ad5f","ip_address":"10.55.0.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"5c4d7798-882b-4792-9f04-25b27150a5d0","tenant_id":"eb41a23172bc4ad290656644907c5fb8","created_at":"2018-08-12T08:31:46Z","admin_state_up":true,"updated_at":"2018-08-12T08:32:02Z","binding:vnic_type":"normal","device_id":"bca8aa3b-39fc-4512-b086-ddd5a1b02b01","device_owner":"compute:nova","revision_number":12,"mac_address":"fa:16:3e:5d:85:77","id":"a9509bde-7653-421e-9fa1-c68acc2cba37","port_security_enabled":true,"project_id":"eb41a23172bc4ad290656644907c5fb8","fixed_ips":[{"subnet_id":"35fbb6c0-6906-4685-ad16-d116d3e7ad5f","ip_address":"10.55.0.5"}],"extra_dhcp_opts":[],"security_groups":["3c260f9a-f814-42ef-b8b3-60d9e9ca0592","e9a9a57a-0d6e-4cf6-b1e8-0e83b0455abf"],"name":"InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-port"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"5c4d7798-882b-4792-9f04-25b27150a5d0","tenant_id":"eb41a23172bc4ad290656644907c5fb8","created_at":"2018-08-12T08:31:37Z","admin_state_up":true,"updated_at":"2018-08-12T08:31:40Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-5c4d7798-882b-4792-9f04-25b27150a5d0","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:cd:3e:c3","id":"b5a42b40-15d7-4d70-8924-22904006203c","port_security_enabled":false,"project_id":"eb41a23172bc4ad290656644907c5fb8","fixed_ips":[{"subnet_id":"35fbb6c0-6906-4685-ad16-d116d3e7ad5f","ip_address":"10.55.0.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"5c4d7798-882b-4792-9f04-25b27150a5d0","tenant_id":"eb41a23172bc4ad290656644907c5fb8","created_at":"2018-08-12T08:31:36Z","admin_state_up":true,"updated_at":"2018-08-12T08:31:39Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-5c4d7798-882b-4792-9f04-25b27150a5d0","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:40:6a:e1","id":"d778d7bc-70df-4aef-ab73-6ea7e9c9c040","port_security_enabled":false,"project_id":"eb41a23172bc4ad290656644907c5fb8","fixed_ips":[{"subnet_id":"35fbb6c0-6906-4685-ad16-d116d3e7ad5f","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-12 08:32:04,162 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=5c4d7798-882b-4792-9f04-25b27150a5d0 used request id req-fbb10d78-ed9d-4322-b048-afb0d9ca1f4e 2018-08-12 08:32:04,162 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:32:04,557 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0baad7d598d04ced9ac7148e28275f23", "name": "InstanceSecurityGroupTests-57e89711-d34e-447-proj-role"}], "expires_at": "2018-08-12T09:32:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eb41a23172bc4ad290656644907c5fb8", "name": "InstanceSecurityGroupTests-57e89711-d34e-447-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/eb41a23172bc4ad290656644907c5fb8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/eb41a23172bc4ad290656644907c5fb8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/eb41a23172bc4ad290656644907c5fb8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_eb41a23172bc4ad290656644907c5fb8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_eb41a23172bc4ad290656644907c5fb8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/eb41a23172bc4ad290656644907c5fb8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/eb41a23172bc4ad290656644907c5fb8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/eb41a23172bc4ad290656644907c5fb8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/eb41a23172bc4ad290656644907c5fb8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/eb41a23172bc4ad290656644907c5fb8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/eb41a23172bc4ad290656644907c5fb8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/eb41a23172bc4ad290656644907c5fb8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/eb41a23172bc4ad290656644907c5fb8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/eb41a23172bc4ad290656644907c5fb8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-57e89711-d34e-447-user", "id": "9b840f9412a54cda9ae9f4f4f736eada"}, "audit_ids": ["jhC4z4i9SrybhbKG4T-ZhQ"], "issued_at": "2018-08-12T08:32:04.000000Z"}} 2018-08-12 08:32:04,560 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/bca8aa3b-39fc-4512-b086-ddd5a1b02b01 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}392f6e72138237756b20eab9785e9f86504f598d" 2018-08-12 08:32:05,586 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:32: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-b2349812-6abf-48e3-bc4d-8c5f59cd8cfa x-compute-request-id: req-b2349812-6abf-48e3-bc4d-8c5f59cd8cfa Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5d:85:77", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/bca8aa3b-39fc-4512-b086-ddd5a1b02b01", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/bca8aa3b-39fc-4512-b086-ddd5a1b02b01", "rel": "bookmark"}], "image": {"id": "b56ec9d6-e2df-4b74-bca0-3025b8e5aa33", "links": [{"href": "http://172.30.9.21:8774/images/b56ec9d6-e2df-4b74-bca0-3025b8e5aa33", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:31:55.000000", "flavor": {"id": "a005e43e-48a0-4f71-8105-370c0b223427", "links": [{"href": "http://172.30.9.21:8774/flavors/a005e43e-48a0-4f71-8105-370c0b223427", "rel": "bookmark"}]}, "id": "bca8aa3b-39fc-4512-b086-ddd5a1b02b01", "security_groups": [{"name": "InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-name"}, {"name": "default"}], "user_id": "9b840f9412a54cda9ae9f4f4f736eada", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:31:55Z", "hostId": "f2f5532cf6213f4330155f586fc2272175c42accb93aeeacaaa26045", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-inst", "created": "2018-08-12T08:31:50Z", "tenant_id": "eb41a23172bc4ad290656644907c5fb8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:32:05,587 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/bca8aa3b-39fc-4512-b086-ddd5a1b02b01 used request id req-b2349812-6abf-48e3-bc4d-8c5f59cd8cfa 2018-08-12 08:32:05,590 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/bca8aa3b-39fc-4512-b086-ddd5a1b02b01 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36e56ade59ed11863d25a6482a8d4fd79183833f" 2018-08-12 08:32:06,203 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:32:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-166b9ebe-a470-4236-83bc-33ee5417a185 x-compute-request-id: req-166b9ebe-a470-4236-83bc-33ee5417a185 Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5d:85:77", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/bca8aa3b-39fc-4512-b086-ddd5a1b02b01", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/bca8aa3b-39fc-4512-b086-ddd5a1b02b01", "rel": "bookmark"}], "image": {"id": "b56ec9d6-e2df-4b74-bca0-3025b8e5aa33", "links": [{"href": "http://172.30.9.21:8774/images/b56ec9d6-e2df-4b74-bca0-3025b8e5aa33", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:31:55.000000", "flavor": {"id": "a005e43e-48a0-4f71-8105-370c0b223427", "links": [{"href": "http://172.30.9.21:8774/flavors/a005e43e-48a0-4f71-8105-370c0b223427", "rel": "bookmark"}]}, "id": "bca8aa3b-39fc-4512-b086-ddd5a1b02b01", "security_groups": [{"name": "InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-name"}, {"name": "default"}], "user_id": "9b840f9412a54cda9ae9f4f4f736eada", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:31:55Z", "hostId": "f2f5532cf6213f4330155f586fc2272175c42accb93aeeacaaa26045", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-inst", "created": "2018-08-12T08:31:50Z", "tenant_id": "eb41a23172bc4ad290656644907c5fb8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:32:06,204 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/bca8aa3b-39fc-4512-b086-ddd5a1b02b01 used request id req-166b9ebe-a470-4236-83bc-33ee5417a185 2018-08-12 08:32:06,204 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-inst] is - ACTIVE 2018-08-12 08:32:06,204 - create_instance - INFO - VM is - ACTIVE 2018-08-12 08:32:06,207 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/bca8aa3b-39fc-4512-b086-ddd5a1b02b01 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36e56ade59ed11863d25a6482a8d4fd79183833f" 2018-08-12 08:32:06,714 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:32: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-51a74aac-f59a-4e10-af2b-7dd2f988c56b x-compute-request-id: req-51a74aac-f59a-4e10-af2b-7dd2f988c56b Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5d:85:77", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/bca8aa3b-39fc-4512-b086-ddd5a1b02b01", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/bca8aa3b-39fc-4512-b086-ddd5a1b02b01", "rel": "bookmark"}], "image": {"id": "b56ec9d6-e2df-4b74-bca0-3025b8e5aa33", "links": [{"href": "http://172.30.9.21:8774/images/b56ec9d6-e2df-4b74-bca0-3025b8e5aa33", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:31:55.000000", "flavor": {"id": "a005e43e-48a0-4f71-8105-370c0b223427", "links": [{"href": "http://172.30.9.21:8774/flavors/a005e43e-48a0-4f71-8105-370c0b223427", "rel": "bookmark"}]}, "id": "bca8aa3b-39fc-4512-b086-ddd5a1b02b01", "security_groups": [{"name": "InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-name"}, {"name": "default"}], "user_id": "9b840f9412a54cda9ae9f4f4f736eada", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:31:55Z", "hostId": "f2f5532cf6213f4330155f586fc2272175c42accb93aeeacaaa26045", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-inst", "created": "2018-08-12T08:31:50Z", "tenant_id": "eb41a23172bc4ad290656644907c5fb8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:32:06,714 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/bca8aa3b-39fc-4512-b086-ddd5a1b02b01 used request id req-51a74aac-f59a-4e10-af2b-7dd2f988c56b 2018-08-12 08:32:06,719 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36e56ade59ed11863d25a6482a8d4fd79183833f" 2018-08-12 08:32:06,823 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-154a2e0d-c768-4430-b3d2-a8a2669121ed Date: Sun, 12 Aug 2018 08:32:06 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":["35fbb6c0-6906-4685-ad16-d116d3e7ad5f"],"updated_at":"2018-08-12T08:31:35Z","tenant_id":"eb41a23172bc4ad290656644907c5fb8","created_at":"2018-08-12T08:31:34Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"eb41a23172bc4ad290656644907c5fb8","id":"5c4d7798-882b-4792-9f04-25b27150a5d0","name":"InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-pub-net"}]} 2018-08-12 08:32:06,823 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-pub-net used request id req-154a2e0d-c768-4430-b3d2-a8a2669121ed 2018-08-12 08:32:06,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/eb41a23172bc4ad290656644907c5fb8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36e56ade59ed11863d25a6482a8d4fd79183833f" 2018-08-12 08:32:06,927 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:32:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-07b9c278-2997-4f03-a006-e713c8976240 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/eb41a23172bc4ad290656644907c5fb8"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "eb41a23172bc4ad290656644907c5fb8", "name": "InstanceSecurityGroupTests-57e89711-d34e-447-proj"}} 2018-08-12 08:32:06,928 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/eb41a23172bc4ad290656644907c5fb8 used request id req-07b9c278-2997-4f03-a006-e713c8976240 2018-08-12 08:32:06,933 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=5c4d7798-882b-4792-9f04-25b27150a5d0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36e56ade59ed11863d25a6482a8d4fd79183833f" 2018-08-12 08:32:06,981 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-d1527439-69f9-4d68-b849-14b4a3f22d30 Date: Sun, 12 Aug 2018 08:32:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5c4d7798-882b-4792-9f04-25b27150a5d0","tenant_id":"eb41a23172bc4ad290656644907c5fb8","created_at":"2018-08-12T08:31:35Z","dns_nameservers":[],"updated_at":"2018-08-12T08:31:35Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"eb41a23172bc4ad290656644907c5fb8","id":"35fbb6c0-6906-4685-ad16-d116d3e7ad5f","subnetpool_id":null,"name":"InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-pub-subnet"}]} 2018-08-12 08:32:06,981 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=5c4d7798-882b-4792-9f04-25b27150a5d0 used request id req-d1527439-69f9-4d68-b849-14b4a3f22d30 2018-08-12 08:32:06,987 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=5c4d7798-882b-4792-9f04-25b27150a5d0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36e56ade59ed11863d25a6482a8d4fd79183833f" 2018-08-12 08:32:07,258 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3067 X-Openstack-Request-Id: req-802b48b8-b159-4ac5-b7ee-a7be4f4ca6d9 Date: Sun, 12 Aug 2018 08:32:07 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"5c4d7798-882b-4792-9f04-25b27150a5d0","tenant_id":"eb41a23172bc4ad290656644907c5fb8","created_at":"2018-08-12T08:31:37Z","admin_state_up":true,"updated_at":"2018-08-12T08:31:39Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-5c4d7798-882b-4792-9f04-25b27150a5d0","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:d9:e3:d5","id":"81c3166b-2a3c-4bd2-a105-399b04dc1026","port_security_enabled":false,"project_id":"eb41a23172bc4ad290656644907c5fb8","fixed_ips":[{"subnet_id":"35fbb6c0-6906-4685-ad16-d116d3e7ad5f","ip_address":"10.55.0.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"5c4d7798-882b-4792-9f04-25b27150a5d0","tenant_id":"eb41a23172bc4ad290656644907c5fb8","created_at":"2018-08-12T08:31:46Z","admin_state_up":true,"updated_at":"2018-08-12T08:32:02Z","binding:vnic_type":"normal","device_id":"bca8aa3b-39fc-4512-b086-ddd5a1b02b01","device_owner":"compute:nova","revision_number":12,"mac_address":"fa:16:3e:5d:85:77","id":"a9509bde-7653-421e-9fa1-c68acc2cba37","port_security_enabled":true,"project_id":"eb41a23172bc4ad290656644907c5fb8","fixed_ips":[{"subnet_id":"35fbb6c0-6906-4685-ad16-d116d3e7ad5f","ip_address":"10.55.0.5"}],"extra_dhcp_opts":[],"security_groups":["3c260f9a-f814-42ef-b8b3-60d9e9ca0592","e9a9a57a-0d6e-4cf6-b1e8-0e83b0455abf"],"name":"InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-port"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"5c4d7798-882b-4792-9f04-25b27150a5d0","tenant_id":"eb41a23172bc4ad290656644907c5fb8","created_at":"2018-08-12T08:31:37Z","admin_state_up":true,"updated_at":"2018-08-12T08:31:40Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-5c4d7798-882b-4792-9f04-25b27150a5d0","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:cd:3e:c3","id":"b5a42b40-15d7-4d70-8924-22904006203c","port_security_enabled":false,"project_id":"eb41a23172bc4ad290656644907c5fb8","fixed_ips":[{"subnet_id":"35fbb6c0-6906-4685-ad16-d116d3e7ad5f","ip_address":"10.55.0.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"5c4d7798-882b-4792-9f04-25b27150a5d0","tenant_id":"eb41a23172bc4ad290656644907c5fb8","created_at":"2018-08-12T08:31:36Z","admin_state_up":true,"updated_at":"2018-08-12T08:31:39Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-5c4d7798-882b-4792-9f04-25b27150a5d0","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:40:6a:e1","id":"d778d7bc-70df-4aef-ab73-6ea7e9c9c040","port_security_enabled":false,"project_id":"eb41a23172bc4ad290656644907c5fb8","fixed_ips":[{"subnet_id":"35fbb6c0-6906-4685-ad16-d116d3e7ad5f","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-12 08:32:07,259 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=5c4d7798-882b-4792-9f04-25b27150a5d0 used request id req-802b48b8-b159-4ac5-b7ee-a7be4f4ca6d9 2018-08-12 08:32:07,262 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/bca8aa3b-39fc-4512-b086-ddd5a1b02b01 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36e56ade59ed11863d25a6482a8d4fd79183833f" 2018-08-12 08:32:07,782 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:32: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-037f1c13-edda-49e9-bea9-206f2d16753e x-compute-request-id: req-037f1c13-edda-49e9-bea9-206f2d16753e Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5d:85:77", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/bca8aa3b-39fc-4512-b086-ddd5a1b02b01", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/bca8aa3b-39fc-4512-b086-ddd5a1b02b01", "rel": "bookmark"}], "image": {"id": "b56ec9d6-e2df-4b74-bca0-3025b8e5aa33", "links": [{"href": "http://172.30.9.21:8774/images/b56ec9d6-e2df-4b74-bca0-3025b8e5aa33", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:31:55.000000", "flavor": {"id": "a005e43e-48a0-4f71-8105-370c0b223427", "links": [{"href": "http://172.30.9.21:8774/flavors/a005e43e-48a0-4f71-8105-370c0b223427", "rel": "bookmark"}]}, "id": "bca8aa3b-39fc-4512-b086-ddd5a1b02b01", "security_groups": [{"name": "InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-name"}, {"name": "default"}], "user_id": "9b840f9412a54cda9ae9f4f4f736eada", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:31:55Z", "hostId": "f2f5532cf6213f4330155f586fc2272175c42accb93aeeacaaa26045", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-inst", "created": "2018-08-12T08:31:50Z", "tenant_id": "eb41a23172bc4ad290656644907c5fb8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:32:07,782 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/bca8aa3b-39fc-4512-b086-ddd5a1b02b01 used request id req-037f1c13-edda-49e9-bea9-206f2d16753e 2018-08-12 08:32:07,787 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36e56ade59ed11863d25a6482a8d4fd79183833f" 2018-08-12 08:32:07,889 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-dc0ea108-bb23-41a9-9a81-2f45f3ede9cc Date: Sun, 12 Aug 2018 08:32:07 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":["35fbb6c0-6906-4685-ad16-d116d3e7ad5f"],"updated_at":"2018-08-12T08:31:35Z","tenant_id":"eb41a23172bc4ad290656644907c5fb8","created_at":"2018-08-12T08:31:34Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"eb41a23172bc4ad290656644907c5fb8","id":"5c4d7798-882b-4792-9f04-25b27150a5d0","name":"InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-pub-net"}]} 2018-08-12 08:32:07,889 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-pub-net used request id req-dc0ea108-bb23-41a9-9a81-2f45f3ede9cc 2018-08-12 08:32:07,893 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/eb41a23172bc4ad290656644907c5fb8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36e56ade59ed11863d25a6482a8d4fd79183833f" 2018-08-12 08:32:07,983 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:32:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4ece9ee2-3f34-478a-9980-e1eb00d05c80 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/eb41a23172bc4ad290656644907c5fb8"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "eb41a23172bc4ad290656644907c5fb8", "name": "InstanceSecurityGroupTests-57e89711-d34e-447-proj"}} 2018-08-12 08:32:07,983 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/eb41a23172bc4ad290656644907c5fb8 used request id req-4ece9ee2-3f34-478a-9980-e1eb00d05c80 2018-08-12 08:32:07,988 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=5c4d7798-882b-4792-9f04-25b27150a5d0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36e56ade59ed11863d25a6482a8d4fd79183833f" 2018-08-12 08:32:08,036 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-e02a2bae-8011-4fad-ad0b-fe5c539c300c Date: Sun, 12 Aug 2018 08:32:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5c4d7798-882b-4792-9f04-25b27150a5d0","tenant_id":"eb41a23172bc4ad290656644907c5fb8","created_at":"2018-08-12T08:31:35Z","dns_nameservers":[],"updated_at":"2018-08-12T08:31:35Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"eb41a23172bc4ad290656644907c5fb8","id":"35fbb6c0-6906-4685-ad16-d116d3e7ad5f","subnetpool_id":null,"name":"InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-pub-subnet"}]} 2018-08-12 08:32:08,036 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=5c4d7798-882b-4792-9f04-25b27150a5d0 used request id req-e02a2bae-8011-4fad-ad0b-fe5c539c300c 2018-08-12 08:32:08,041 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=5c4d7798-882b-4792-9f04-25b27150a5d0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36e56ade59ed11863d25a6482a8d4fd79183833f" 2018-08-12 08:32:08,134 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3067 X-Openstack-Request-Id: req-2b294382-bfe8-4ba9-86d9-65c86a8b6075 Date: Sun, 12 Aug 2018 08:32:08 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"5c4d7798-882b-4792-9f04-25b27150a5d0","tenant_id":"eb41a23172bc4ad290656644907c5fb8","created_at":"2018-08-12T08:31:37Z","admin_state_up":true,"updated_at":"2018-08-12T08:31:39Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-5c4d7798-882b-4792-9f04-25b27150a5d0","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:d9:e3:d5","id":"81c3166b-2a3c-4bd2-a105-399b04dc1026","port_security_enabled":false,"project_id":"eb41a23172bc4ad290656644907c5fb8","fixed_ips":[{"subnet_id":"35fbb6c0-6906-4685-ad16-d116d3e7ad5f","ip_address":"10.55.0.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"5c4d7798-882b-4792-9f04-25b27150a5d0","tenant_id":"eb41a23172bc4ad290656644907c5fb8","created_at":"2018-08-12T08:31:46Z","admin_state_up":true,"updated_at":"2018-08-12T08:32:02Z","binding:vnic_type":"normal","device_id":"bca8aa3b-39fc-4512-b086-ddd5a1b02b01","device_owner":"compute:nova","revision_number":12,"mac_address":"fa:16:3e:5d:85:77","id":"a9509bde-7653-421e-9fa1-c68acc2cba37","port_security_enabled":true,"project_id":"eb41a23172bc4ad290656644907c5fb8","fixed_ips":[{"subnet_id":"35fbb6c0-6906-4685-ad16-d116d3e7ad5f","ip_address":"10.55.0.5"}],"extra_dhcp_opts":[],"security_groups":["3c260f9a-f814-42ef-b8b3-60d9e9ca0592","e9a9a57a-0d6e-4cf6-b1e8-0e83b0455abf"],"name":"InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-port"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"5c4d7798-882b-4792-9f04-25b27150a5d0","tenant_id":"eb41a23172bc4ad290656644907c5fb8","created_at":"2018-08-12T08:31:37Z","admin_state_up":true,"updated_at":"2018-08-12T08:31:40Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-5c4d7798-882b-4792-9f04-25b27150a5d0","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:cd:3e:c3","id":"b5a42b40-15d7-4d70-8924-22904006203c","port_security_enabled":false,"project_id":"eb41a23172bc4ad290656644907c5fb8","fixed_ips":[{"subnet_id":"35fbb6c0-6906-4685-ad16-d116d3e7ad5f","ip_address":"10.55.0.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"5c4d7798-882b-4792-9f04-25b27150a5d0","tenant_id":"eb41a23172bc4ad290656644907c5fb8","created_at":"2018-08-12T08:31:36Z","admin_state_up":true,"updated_at":"2018-08-12T08:31:39Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-5c4d7798-882b-4792-9f04-25b27150a5d0","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:40:6a:e1","id":"d778d7bc-70df-4aef-ab73-6ea7e9c9c040","port_security_enabled":false,"project_id":"eb41a23172bc4ad290656644907c5fb8","fixed_ips":[{"subnet_id":"35fbb6c0-6906-4685-ad16-d116d3e7ad5f","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-12 08:32:08,135 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=5c4d7798-882b-4792-9f04-25b27150a5d0 used request id req-2b294382-bfe8-4ba9-86d9-65c86a8b6075 2018-08-12 08:32:08,139 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers/bca8aa3b-39fc-4512-b086-ddd5a1b02b01/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36e56ade59ed11863d25a6482a8d4fd79183833f" -d '{"addSecurityGroup": {"name": "InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-name"}}' 2018-08-12 08:32:09,119 - novaclient.v2.client - DEBUG - RESP: [400] Date: Sun, 12 Aug 2018 08:32:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d55d1252-9cba-49f4-bb24-c71f0498a0b9 x-compute-request-id: req-d55d1252-9cba-49f4-bb24-c71f0498a0b9 Content-Length: 237 Content-Type: application/json; charset=UTF-8 RESP BODY: {"badRequest": {"message": "Invalid input for security_groups. Reason: Duplicate items in the list: '3c260f9a-f814-42ef-b8b3-60d9e9ca0592'.\nNeutron server returns request_ids: ['req-a028ae87-efec-421f-8e15-691ec1eaf06a']", "code": 400}} 2018-08-12 08:32:09,119 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/bca8aa3b-39fc-4512-b086-ddd5a1b02b01/action used request id req-d55d1252-9cba-49f4-bb24-c71f0498a0b9 2018-08-12 08:32:09,122 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/bca8aa3b-39fc-4512-b086-ddd5a1b02b01 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36e56ade59ed11863d25a6482a8d4fd79183833f" 2018-08-12 08:32:09,449 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:32: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-06d1a95f-1bd1-49a0-aeda-25f15a943434 x-compute-request-id: req-06d1a95f-1bd1-49a0-aeda-25f15a943434 Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5d:85:77", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/bca8aa3b-39fc-4512-b086-ddd5a1b02b01", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/bca8aa3b-39fc-4512-b086-ddd5a1b02b01", "rel": "bookmark"}], "image": {"id": "b56ec9d6-e2df-4b74-bca0-3025b8e5aa33", "links": [{"href": "http://172.30.9.21:8774/images/b56ec9d6-e2df-4b74-bca0-3025b8e5aa33", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:31:55.000000", "flavor": {"id": "a005e43e-48a0-4f71-8105-370c0b223427", "links": [{"href": "http://172.30.9.21:8774/flavors/a005e43e-48a0-4f71-8105-370c0b223427", "rel": "bookmark"}]}, "id": "bca8aa3b-39fc-4512-b086-ddd5a1b02b01", "security_groups": [{"name": "InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-name"}, {"name": "default"}], "user_id": "9b840f9412a54cda9ae9f4f4f736eada", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:31:55Z", "hostId": "f2f5532cf6213f4330155f586fc2272175c42accb93aeeacaaa26045", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-inst", "created": "2018-08-12T08:31:50Z", "tenant_id": "eb41a23172bc4ad290656644907c5fb8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:32:09,449 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/bca8aa3b-39fc-4512-b086-ddd5a1b02b01 used request id req-06d1a95f-1bd1-49a0-aeda-25f15a943434 2018-08-12 08:32:09,449 - nova_utils - WARNING - Security group [InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-name] already added to VM [InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-inst] 2018-08-12 08:32:09,452 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/bca8aa3b-39fc-4512-b086-ddd5a1b02b01 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36e56ade59ed11863d25a6482a8d4fd79183833f" 2018-08-12 08:32:09,968 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:32: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-bda49248-970d-4900-a67a-f6c7d45e4343 x-compute-request-id: req-bda49248-970d-4900-a67a-f6c7d45e4343 Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5d:85:77", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/bca8aa3b-39fc-4512-b086-ddd5a1b02b01", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/bca8aa3b-39fc-4512-b086-ddd5a1b02b01", "rel": "bookmark"}], "image": {"id": "b56ec9d6-e2df-4b74-bca0-3025b8e5aa33", "links": [{"href": "http://172.30.9.21:8774/images/b56ec9d6-e2df-4b74-bca0-3025b8e5aa33", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:31:55.000000", "flavor": {"id": "a005e43e-48a0-4f71-8105-370c0b223427", "links": [{"href": "http://172.30.9.21:8774/flavors/a005e43e-48a0-4f71-8105-370c0b223427", "rel": "bookmark"}]}, "id": "bca8aa3b-39fc-4512-b086-ddd5a1b02b01", "security_groups": [{"name": "InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-name"}, {"name": "default"}], "user_id": "9b840f9412a54cda9ae9f4f4f736eada", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:31:55Z", "hostId": "f2f5532cf6213f4330155f586fc2272175c42accb93aeeacaaa26045", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-inst", "created": "2018-08-12T08:31:50Z", "tenant_id": "eb41a23172bc4ad290656644907c5fb8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:32:09,969 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/bca8aa3b-39fc-4512-b086-ddd5a1b02b01 used request id req-bda49248-970d-4900-a67a-f6c7d45e4343 2018-08-12 08:32:09,974 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36e56ade59ed11863d25a6482a8d4fd79183833f" 2018-08-12 08:32:10,095 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-4be194c6-30c7-4590-8fc9-5ec3247cb0ef Date: Sun, 12 Aug 2018 08:32:10 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":["35fbb6c0-6906-4685-ad16-d116d3e7ad5f"],"updated_at":"2018-08-12T08:31:35Z","tenant_id":"eb41a23172bc4ad290656644907c5fb8","created_at":"2018-08-12T08:31:34Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"eb41a23172bc4ad290656644907c5fb8","id":"5c4d7798-882b-4792-9f04-25b27150a5d0","name":"InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-pub-net"}]} 2018-08-12 08:32:10,095 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-pub-net used request id req-4be194c6-30c7-4590-8fc9-5ec3247cb0ef 2018-08-12 08:32:10,099 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/eb41a23172bc4ad290656644907c5fb8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36e56ade59ed11863d25a6482a8d4fd79183833f" 2018-08-12 08:32:10,199 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:32:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5e9279c7-9fee-479c-9026-c0b3be8b01e9 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/eb41a23172bc4ad290656644907c5fb8"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "eb41a23172bc4ad290656644907c5fb8", "name": "InstanceSecurityGroupTests-57e89711-d34e-447-proj"}} 2018-08-12 08:32:10,200 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/eb41a23172bc4ad290656644907c5fb8 used request id req-5e9279c7-9fee-479c-9026-c0b3be8b01e9 2018-08-12 08:32:10,205 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=5c4d7798-882b-4792-9f04-25b27150a5d0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36e56ade59ed11863d25a6482a8d4fd79183833f" 2018-08-12 08:32:10,414 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-28c7ac1f-97a8-4b4f-b205-0bfdded69e78 Date: Sun, 12 Aug 2018 08:32:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5c4d7798-882b-4792-9f04-25b27150a5d0","tenant_id":"eb41a23172bc4ad290656644907c5fb8","created_at":"2018-08-12T08:31:35Z","dns_nameservers":[],"updated_at":"2018-08-12T08:31:35Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"eb41a23172bc4ad290656644907c5fb8","id":"35fbb6c0-6906-4685-ad16-d116d3e7ad5f","subnetpool_id":null,"name":"InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-pub-subnet"}]} 2018-08-12 08:32:10,414 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=5c4d7798-882b-4792-9f04-25b27150a5d0 used request id req-28c7ac1f-97a8-4b4f-b205-0bfdded69e78 2018-08-12 08:32:10,420 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=5c4d7798-882b-4792-9f04-25b27150a5d0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36e56ade59ed11863d25a6482a8d4fd79183833f" 2018-08-12 08:32:10,527 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3067 X-Openstack-Request-Id: req-c203524c-94d8-41da-b620-eb6d91ecfbd8 Date: Sun, 12 Aug 2018 08:32:10 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"5c4d7798-882b-4792-9f04-25b27150a5d0","tenant_id":"eb41a23172bc4ad290656644907c5fb8","created_at":"2018-08-12T08:31:37Z","admin_state_up":true,"updated_at":"2018-08-12T08:31:39Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-5c4d7798-882b-4792-9f04-25b27150a5d0","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:d9:e3:d5","id":"81c3166b-2a3c-4bd2-a105-399b04dc1026","port_security_enabled":false,"project_id":"eb41a23172bc4ad290656644907c5fb8","fixed_ips":[{"subnet_id":"35fbb6c0-6906-4685-ad16-d116d3e7ad5f","ip_address":"10.55.0.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"5c4d7798-882b-4792-9f04-25b27150a5d0","tenant_id":"eb41a23172bc4ad290656644907c5fb8","created_at":"2018-08-12T08:31:46Z","admin_state_up":true,"updated_at":"2018-08-12T08:32:02Z","binding:vnic_type":"normal","device_id":"bca8aa3b-39fc-4512-b086-ddd5a1b02b01","device_owner":"compute:nova","revision_number":12,"mac_address":"fa:16:3e:5d:85:77","id":"a9509bde-7653-421e-9fa1-c68acc2cba37","port_security_enabled":true,"project_id":"eb41a23172bc4ad290656644907c5fb8","fixed_ips":[{"subnet_id":"35fbb6c0-6906-4685-ad16-d116d3e7ad5f","ip_address":"10.55.0.5"}],"extra_dhcp_opts":[],"security_groups":["3c260f9a-f814-42ef-b8b3-60d9e9ca0592","e9a9a57a-0d6e-4cf6-b1e8-0e83b0455abf"],"name":"InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-port"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"5c4d7798-882b-4792-9f04-25b27150a5d0","tenant_id":"eb41a23172bc4ad290656644907c5fb8","created_at":"2018-08-12T08:31:37Z","admin_state_up":true,"updated_at":"2018-08-12T08:31:40Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-5c4d7798-882b-4792-9f04-25b27150a5d0","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:cd:3e:c3","id":"b5a42b40-15d7-4d70-8924-22904006203c","port_security_enabled":false,"project_id":"eb41a23172bc4ad290656644907c5fb8","fixed_ips":[{"subnet_id":"35fbb6c0-6906-4685-ad16-d116d3e7ad5f","ip_address":"10.55.0.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"5c4d7798-882b-4792-9f04-25b27150a5d0","tenant_id":"eb41a23172bc4ad290656644907c5fb8","created_at":"2018-08-12T08:31:36Z","admin_state_up":true,"updated_at":"2018-08-12T08:31:39Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-5c4d7798-882b-4792-9f04-25b27150a5d0","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:40:6a:e1","id":"d778d7bc-70df-4aef-ab73-6ea7e9c9c040","port_security_enabled":false,"project_id":"eb41a23172bc4ad290656644907c5fb8","fixed_ips":[{"subnet_id":"35fbb6c0-6906-4685-ad16-d116d3e7ad5f","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-12 08:32:10,527 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=5c4d7798-882b-4792-9f04-25b27150a5d0 used request id req-c203524c-94d8-41da-b620-eb6d91ecfbd8 2018-08-12 08:32:10,530 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/bca8aa3b-39fc-4512-b086-ddd5a1b02b01 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}392f6e72138237756b20eab9785e9f86504f598d" 2018-08-12 08:32:11,584 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:32: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-bf2a3de2-bb0f-48f9-8f25-175ca51240ed x-compute-request-id: req-bf2a3de2-bb0f-48f9-8f25-175ca51240ed Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5d:85:77", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/bca8aa3b-39fc-4512-b086-ddd5a1b02b01", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/bca8aa3b-39fc-4512-b086-ddd5a1b02b01", "rel": "bookmark"}], "image": {"id": "b56ec9d6-e2df-4b74-bca0-3025b8e5aa33", "links": [{"href": "http://172.30.9.21:8774/images/b56ec9d6-e2df-4b74-bca0-3025b8e5aa33", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:31:55.000000", "flavor": {"id": "a005e43e-48a0-4f71-8105-370c0b223427", "links": [{"href": "http://172.30.9.21:8774/flavors/a005e43e-48a0-4f71-8105-370c0b223427", "rel": "bookmark"}]}, "id": "bca8aa3b-39fc-4512-b086-ddd5a1b02b01", "security_groups": [{"name": "InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-name"}, {"name": "default"}], "user_id": "9b840f9412a54cda9ae9f4f4f736eada", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:31:55Z", "hostId": "f2f5532cf6213f4330155f586fc2272175c42accb93aeeacaaa26045", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-inst", "created": "2018-08-12T08:31:50Z", "tenant_id": "eb41a23172bc4ad290656644907c5fb8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:32:11,584 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/bca8aa3b-39fc-4512-b086-ddd5a1b02b01 used request id req-bf2a3de2-bb0f-48f9-8f25-175ca51240ed 2018-08-12 08:32:11,584 - create_instance - INFO - Deleting Port with ID - a9509bde-7653-421e-9fa1-c68acc2cba37 2018-08-12 08:32:11,585 - neutron_utils - INFO - Deleting port with name InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-port 2018-08-12 08:32:11,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/ports/a9509bde-7653-421e-9fa1-c68acc2cba37 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36e56ade59ed11863d25a6482a8d4fd79183833f" 2018-08-12 08:32:12,417 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-70696bca-ae44-4fa0-9a91-ddb540f11b94 Date: Sun, 12 Aug 2018 08:32:12 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:32:12,418 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/ports/a9509bde-7653-421e-9fa1-c68acc2cba37 used request id req-70696bca-ae44-4fa0-9a91-ddb540f11b94 2018-08-12 08:32:12,418 - create_instance - INFO - Deleting VM instance - InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-inst 2018-08-12 08:32:12,420 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/servers/bca8aa3b-39fc-4512-b086-ddd5a1b02b01 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36e56ade59ed11863d25a6482a8d4fd79183833f" 2018-08-12 08:32:12,724 - novaclient.v2.client - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:32: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-a722bddf-e86b-4e77-ac32-40c2d99b5cd5 x-compute-request-id: req-a722bddf-e86b-4e77-ac32-40c2d99b5cd5 Content-Type: application/json 2018-08-12 08:32:12,724 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/bca8aa3b-39fc-4512-b086-ddd5a1b02b01 used request id req-a722bddf-e86b-4e77-ac32-40c2d99b5cd5 2018-08-12 08:32:12,725 - create_instance - INFO - Checking deletion status 2018-08-12 08:32:12,727 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/bca8aa3b-39fc-4512-b086-ddd5a1b02b01 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36e56ade59ed11863d25a6482a8d4fd79183833f" 2018-08-12 08:32:12,826 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:32: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-cbecccd5-2671-4ac5-a840-5cbe09add91b x-compute-request-id: req-cbecccd5-2671-4ac5-a840-5cbe09add91b Content-Encoding: gzip Content-Length: 737 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5d:85:77", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/bca8aa3b-39fc-4512-b086-ddd5a1b02b01", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/bca8aa3b-39fc-4512-b086-ddd5a1b02b01", "rel": "bookmark"}], "image": {"id": "b56ec9d6-e2df-4b74-bca0-3025b8e5aa33", "links": [{"href": "http://172.30.9.21:8774/images/b56ec9d6-e2df-4b74-bca0-3025b8e5aa33", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:31:55.000000", "flavor": {"id": "a005e43e-48a0-4f71-8105-370c0b223427", "links": [{"href": "http://172.30.9.21:8774/flavors/a005e43e-48a0-4f71-8105-370c0b223427", "rel": "bookmark"}]}, "id": "bca8aa3b-39fc-4512-b086-ddd5a1b02b01", "user_id": "9b840f9412a54cda9ae9f4f4f736eada", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:32:12Z", "hostId": "f2f5532cf6213f4330155f586fc2272175c42accb93aeeacaaa26045", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-inst", "created": "2018-08-12T08:31:50Z", "tenant_id": "eb41a23172bc4ad290656644907c5fb8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:32:12,827 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/bca8aa3b-39fc-4512-b086-ddd5a1b02b01 used request id req-cbecccd5-2671-4ac5-a840-5cbe09add91b 2018-08-12 08:32:12,827 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-inst] is - ACTIVE 2018-08-12 08:32:12,827 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-12 08:32:15,830 - create_instance - DEBUG - VM status query timeout in 296.894269943 2018-08-12 08:32:15,833 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/bca8aa3b-39fc-4512-b086-ddd5a1b02b01 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36e56ade59ed11863d25a6482a8d4fd79183833f" 2018-08-12 08:32:15,883 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:32: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-dd4a0956-8c64-4b1c-a3aa-cc2cfc6659eb x-compute-request-id: req-dd4a0956-8c64-4b1c-a3aa-cc2cfc6659eb Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance bca8aa3b-39fc-4512-b086-ddd5a1b02b01 could not be found.", "code": 404}} 2018-08-12 08:32:15,884 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/bca8aa3b-39fc-4512-b086-ddd5a1b02b01 used request id req-dd4a0956-8c64-4b1c-a3aa-cc2cfc6659eb 2018-08-12 08:32:15,884 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance bca8aa3b-39fc-4512-b086-ddd5a1b02b01 could not be found. (HTTP 404) (Request-ID: req-dd4a0956-8c64-4b1c-a3aa-cc2cfc6659eb) 2018-08-12 08:32:15,884 - create_instance - INFO - VM has been properly deleted VM with name - InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-inst 2018-08-12 08:32:15,885 - neutron_utils - INFO - Deleting security group rule with ID - 2646b450-d04a-4b07-8cdd-a64542970fc5 2018-08-12 08:32:15,892 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/2646b450-d04a-4b07-8cdd-a64542970fc5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6f99b58823911018890876cba9b0e8a6be4921a" 2018-08-12 08:32:16,162 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b8f2b487-f08c-4b7b-93a0-1a189fdc2635 Content-Length: 0 Date: Sun, 12 Aug 2018 08:32:16 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:32:16,162 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/2646b450-d04a-4b07-8cdd-a64542970fc5 used request id req-b8f2b487-f08c-4b7b-93a0-1a189fdc2635 2018-08-12 08:32:16,162 - neutron_utils - INFO - Deleting security group rule with ID - cc96fc0e-1a51-4220-8fc0-3e71a9b585db 2018-08-12 08:32:16,167 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/cc96fc0e-1a51-4220-8fc0-3e71a9b585db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6f99b58823911018890876cba9b0e8a6be4921a" 2018-08-12 08:32:16,418 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-4ecdd232-507e-4417-b9fc-f8ee15b09f33 Content-Length: 0 Date: Sun, 12 Aug 2018 08:32:16 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:32:16,418 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/cc96fc0e-1a51-4220-8fc0-3e71a9b585db used request id req-4ecdd232-507e-4417-b9fc-f8ee15b09f33 2018-08-12 08:32:16,418 - neutron_utils - INFO - Deleting security group with name - InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-name 2018-08-12 08:32:16,422 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/3c260f9a-f814-42ef-b8b3-60d9e9ca0592 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6f99b58823911018890876cba9b0e8a6be4921a" 2018-08-12 08:32:16,782 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-354920a1-f0e0-41be-8d44-4b383afdfefe Content-Length: 0 Date: Sun, 12 Aug 2018 08:32:16 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:32:16,782 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/3c260f9a-f814-42ef-b8b3-60d9e9ca0592 used request id req-354920a1-f0e0-41be-8d44-4b383afdfefe 2018-08-12 08:32:16,786 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/flavors/a005e43e-48a0-4f71-8105-370c0b223427 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}028b98a89f80e02729013d9f85ffaedac91b1520" 2018-08-12 08:32:16,846 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 08:32:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-27defb0d-7862-4f04-8fd8-c5bc6006b53a x-compute-request-id: req-27defb0d-7862-4f04-8fd8-c5bc6006b53a Content-Length: 0 Content-Type: application/json 2018-08-12 08:32:16,846 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/a005e43e-48a0-4f71-8105-370c0b223427 used request id req-27defb0d-7862-4f04-8fd8-c5bc6006b53a 2018-08-12 08:32:16,847 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-pub-subnet 2018-08-12 08:32:16,847 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-pub-subnet 2018-08-12 08:32:16,852 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/35fbb6c0-6906-4685-ad16-d116d3e7ad5f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37ad71d294c8e7e188894af09d9d69347d2e1ebb" 2018-08-12 08:32:19,471 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-4ddf38a0-3023-4f04-9a2e-17e8571ef1db Date: Sun, 12 Aug 2018 08:32:19 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:32:19,471 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/35fbb6c0-6906-4685-ad16-d116d3e7ad5f used request id req-4ddf38a0-3023-4f04-9a2e-17e8571ef1db 2018-08-12 08:32:19,472 - neutron_utils - INFO - Deleting network with name InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-pub-net 2018-08-12 08:32:19,477 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/5c4d7798-882b-4792-9f04-25b27150a5d0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37ad71d294c8e7e188894af09d9d69347d2e1ebb" 2018-08-12 08:32:21,606 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-32288c91-256e-4f29-a7e5-3709fc465fb1 Date: Sun, 12 Aug 2018 08:32:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:32:21,606 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/5c4d7798-882b-4792-9f04-25b27150a5d0 used request id req-32288c91-256e-4f29-a7e5-3709fc465fb1 2018-08-12 08:32:21,607 - glance_utils - INFO - Deleting image named - InstanceSecurityGroupTests-04ec993d-48ce-43ee-a454-08ae637c5f8d-image 2018-08-12 08:32:21,610 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/b56ec9d6-e2df-4b74-bca0-3025b8e5aa33 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3e4e21104685bade7e490082aafb28d0f4eb20c7" 2018-08-12 08:32:22,470 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ab27fe25-c4ea-4678-a051-ce09da79c857 Date: Sun, 12 Aug 2018 08:32:22 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-12 08:32:22,470 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/b56ec9d6-e2df-4b74-bca0-3025b8e5aa33 used request id req-ab27fe25-c4ea-4678-a051-ce09da79c857 2018-08-12 08:32:22,472 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:32:22,472 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:32:22,472 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:32:22,472 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:32:22,472 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:32:22,479 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0125b456af36b91a3bdb164f1267ea52184984ad" 2018-08-12 08:32:22,742 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 45548 X-Openstack-Request-Id: req-9c143fd0-193f-477b-a305-39cbad606a6f Date: Sun, 12 Aug 2018 08:32:22 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "created_at": "2018-08-12T06:59:44Z", "updated_at": "2018-08-12T06:59:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "1d7fd960-7865-4453-aecc-8d399b4fad21", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "66820d8a-b785-4b18-bd67-500221c8e4f9", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "74fc7638-a322-4841-8c47-06d36174a200", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "8eaa09ec-8419-4582-9312-1e527afe6e4b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}], "revision_number": 4, "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "created_at": "2018-08-12T05:12:34Z", "updated_at": "2018-08-12T05:12:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "709513d2-af7d-4d0b-bd3c-604fed75a711", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "aa346066-e46f-44f2-94be-2884aa998a19", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "c15f7b93-e56c-4afa-867d-2acb286d4b7b", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "cb0ef83f-5f70-4a80-ad35-431ca9df551e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}], "revision_number": 4, "project_id": "fa5a7fe6ee54472ba01638877aade8e3", "id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ea65becf30e54b27aa96a449698a435e", "created_at": "2018-08-12T05:10:35Z", "updated_at": "2018-08-12T05:10:35Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "30ad280c-f302-4cd4-a438-5139917b56f9", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "76115c4c-887d-4f0a-83e2-486e4b39c713", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "8ab14937-4c08-4d43-8a9a-662e622cc643", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "ee757a03-5662-4273-9c3e-6212e7afb48f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}], "revision_number": 4, "project_id": "ea65becf30e54b27aa96a449698a435e", "id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "created_at": "2018-08-12T06:20:09Z", "updated_at": "2018-08-12T06:20:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "1123b8f2-75ac-4a26-b9b2-a96da97408e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "2ddd2b93-e080-48cd-9a50-f5fe8a82ad0c", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "cd1bae62-0aea-4438-b4c3-50a69ae6f855", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "e398e01e-ceea-46d1-9534-b929808c4a5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}], "revision_number": 4, "project_id": "ff7abd7bb61f4f2889831e932d65dc2e", "id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "created_at": "2018-08-12T05:34:57Z", "updated_at": "2018-08-12T05:34:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "208a1c1e-f5f8-49c7-9a25-d07e68b1541f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "27bfd867-e607-4bf8-9de8-60682d3f771d", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "49360e1f-6fd3-4f35-b339-24cea95773ee", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "60f631a9-d305-4920-9631-d0543e2ac64f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}], "revision_number": 4, "project_id": "3a85ceae958d4d9fba68847e7df67db8", "id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "created_at": "2018-08-12T05:34:40Z", "updated_at": "2018-08-12T05:34:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "2192c259-363e-4768-ae73-e75837ad63b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "3f87ddc5-f84d-41dc-8215-847724782569", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "7d89f6da-ea78-49dd-9115-f9ad23b250bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "9ec4497d-0f65-44db-9be9-7b3042e4a584", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}], "revision_number": 4, "project_id": "85517fcf1c6247e699fdcdd42ecc8c79", "id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "created_at": "2018-08-12T05:16:02Z", "updated_at": "2018-08-12T05:16:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "1ecacd8c-c1c7-4a66-9871-406a69323b43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "3cc1750c-e0e7-4902-b6f3-494a161b832e", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "d719a7a4-8c99-44ed-8c12-6bf071890203", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "fe7421b5-d577-41da-8c78-62f3c07eda92", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}], "revision_number": 4, "project_id": "a267b9a156244bb192691cff6e5f74fe", "id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "315a428116f24d9fbb826b37080a918e", "created_at": "2018-08-12T05:11:31Z", "updated_at": "2018-08-12T05:11:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "5e52886a-1dc3-4a81-a55d-f388dc4fd1a1", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "678e32e4-d64c-448a-a4ab-e253ab94ae90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "a8da1539-e3ad-4f90-b2df-3dc1f09d228a", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "b73d5cc9-0205-4658-bb1f-61a042c0ab8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}], "revision_number": 4, "project_id": "315a428116f24d9fbb826b37080a918e", "id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-12T05:08:01Z", "updated_at": "2018-08-12T05:08:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:01Z", "revision_number": 0, "id": "0fb05d03-1117-45d0-930c-b6d4c96ef102", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "4faaab33-5788-4bbd-85b8-0fb44d41413a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "96d0c5a0-5c67-421b-8fc8-2b46d77e5db3", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "dd78519b-4bc5-4e8e-ad0f-58089dd69347", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "11a46741b7954b959fd7764109c047b6", "created_at": "2018-08-12T05:34:51Z", "updated_at": "2018-08-12T05:34:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "0b67bf3c-2289-43bb-ab6c-7d25ec32a279", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "51f3f833-337a-42bd-a8d5-742ea8d6c226", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "571fd0b5-ef90-408d-af33-aafb517b8993", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "944ba823-fb9c-496e-a66e-bb426bb14a8d", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}], "revision_number": 4, "project_id": "11a46741b7954b959fd7764109c047b6", "id": "90af9782-8112-4257-801d-ee5115d226ba", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "created_at": "2018-08-12T05:34:26Z", "updated_at": "2018-08-12T05:34:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "2ee1f63a-807c-4d6a-85ee-dd784f6b8c3f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5dec3ec2-2add-47dd-8618-90659dcf3885", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5ea0dc3e-49d0-43f0-94e9-f6443527d14c", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "fbfaca22-7e3e-4128-8973-43e439b77c28", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}], "revision_number": 4, "project_id": "3c01cd58055c44ecaef39f7e625c2258", "id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "521007c1818145639e93ceb270559219", "created_at": "2018-08-12T05:13:27Z", "updated_at": "2018-08-12T05:13:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "5e7fede5-b0f2-47d8-95c3-516cdfc7f9de", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "8fd0e36f-c6c4-4f64-ba97-40439e614448", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "db7d79de-1dfc-4138-945f-91e74cdc266b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "e87f2cff-ff3e-4b6d-aaf0-7f0eb0ab9f05", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}], "revision_number": 4, "project_id": "521007c1818145639e93ceb270559219", "id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "created_at": "2018-08-12T05:08:18Z", "updated_at": "2018-08-12T05:08:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "3c67be40-bf74-4f97-9693-d93ce73a23b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "6112d869-2fc6-4a25-a13c-3d55cd7206c0", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "bdf21c56-453e-482e-9cba-3c55abcb0339", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "c8e92c39-38cc-4f48-be9c-5f0912e6a725", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}], "revision_number": 4, "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "created_at": "2018-08-12T05:04:23Z", "updated_at": "2018-08-12T05:04:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "280546d9-8ad1-4283-abfc-15ee9b1736c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "58bce125-f2ca-4a6d-b9ca-4e6cf5c0f7a5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "69275b9a-cfb5-482c-a9c4-8ffc79adf2c7", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "6d747f3a-3764-469a-a645-f977585c5aac", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}], "revision_number": 4, "project_id": "310f5853751a4c968f3eeb0a3d99a0a8", "id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "created_at": "2018-08-12T05:34:42Z", "updated_at": "2018-08-12T05:34:42Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "199582e8-25aa-457a-aa7c-6d8413ca4464", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "234f3609-4454-448f-919d-c8143c7cd764", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "c1061460-71a2-49a9-a04b-9fa33eeb17ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "d21ac532-51d8-4d6b-8300-7bac216759bf", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}], "revision_number": 4, "project_id": "9f6c1a272706419c9a74b0893b2890e8", "id": "d6739716-c693-460c-89c6-e7c8c48f8245", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "created_at": "2018-08-12T05:34:54Z", "updated_at": "2018-08-12T05:34:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "0633a05a-ee7d-4476-a56b-75d011b22f77", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "6cc1b9f8-73db-47a3-a0e0-3c96c43f34da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "90d99a6b-e94f-4fd8-a10c-f19dd8954c13", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "e843c139-af2a-4d2c-a24f-59f7b10ff72e", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}], "revision_number": 4, "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "eb41a23172bc4ad290656644907c5fb8", "created_at": "2018-08-12T08:31:34Z", "updated_at": "2018-08-12T08:31:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:31:34Z", "revision_number": 0, "id": "23f4ae7b-1193-48cf-ae2a-a56fc1454633", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:31:34Z", "security_group_id": "e9a9a57a-0d6e-4cf6-b1e8-0e83b0455abf", "tenant_id": "eb41a23172bc4ad290656644907c5fb8", "port_range_min": null, "ethertype": "IPv6", "project_id": "eb41a23172bc4ad290656644907c5fb8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:31:34Z", "revision_number": 0, "id": "4eba7270-c1e7-43f8-bbdb-0dc5a797b549", "remote_group_id": "e9a9a57a-0d6e-4cf6-b1e8-0e83b0455abf", "remote_ip_prefix": null, "created_at": "2018-08-12T08:31:34Z", "security_group_id": "e9a9a57a-0d6e-4cf6-b1e8-0e83b0455abf", "tenant_id": "eb41a23172bc4ad290656644907c5fb8", "port_range_min": null, "ethertype": "IPv4", "project_id": "eb41a23172bc4ad290656644907c5fb8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:31:34Z", "revision_number": 0, "id": "abaa806a-0c64-4e56-bda8-c295533b2478", "remote_group_id": "e9a9a57a-0d6e-4cf6-b1e8-0e83b0455abf", "remote_ip_prefix": null, "created_at": "2018-08-12T08:31:34Z", "security_group_id": "e9a9a57a-0d6e-4cf6-b1e8-0e83b0455abf", "tenant_id": "eb41a23172bc4ad290656644907c5fb8", "port_range_min": null, "ethertype": "IPv6", "project_id": "eb41a23172bc4ad290656644907c5fb8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:31:34Z", "revision_number": 0, "id": "b2eeba8c-577a-4e78-bce9-984cce954cb4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:31:34Z", "security_group_id": "e9a9a57a-0d6e-4cf6-b1e8-0e83b0455abf", "tenant_id": "eb41a23172bc4ad290656644907c5fb8", "port_range_min": null, "ethertype": "IPv4", "project_id": "eb41a23172bc4ad290656644907c5fb8"}], "revision_number": 4, "project_id": "eb41a23172bc4ad290656644907c5fb8", "id": "e9a9a57a-0d6e-4cf6-b1e8-0e83b0455abf", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "created_at": "2018-08-12T05:09:07Z", "updated_at": "2018-08-12T05:09:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "5495e168-f505-4d74-ae6d-387f0bf533c2", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "6fd19b8b-3062-456e-81ba-3ff37fe43429", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8ca59d25-485c-46ce-939c-2e4a468caeac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8f190846-50a0-42b9-b571-390809b752b1", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}], "revision_number": 4, "project_id": "fa9ca6d7608b4d7d87ce97331679a481", "id": "edcd9b17-9416-4c25-823c-060c435e18d7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "created_at": "2018-08-12T05:34:52Z", "updated_at": "2018-08-12T05:34:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "2c7e484e-6ec5-4a95-8c9c-66d294c0c27e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "70c74258-3c2c-4efc-87e0-079c26ee3417", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "b70382fa-082e-4c2b-abc8-87490fa50b11", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "c3628e02-b4b6-42c9-8751-c1a2d3c19caa", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}], "revision_number": 4, "project_id": "87db863ba6e348b0a5ddcb67053db9d1", "id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "name": "default"}]} 2018-08-12 08:32:22,744 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-9c143fd0-193f-477b-a305-39cbad606a6f 2018-08-12 08:32:22,752 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0125b456af36b91a3bdb164f1267ea52184984ad" 2018-08-12 08:32:22,843 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:32:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c47bbb23-5634-461a-9310-eabce4ae58d6 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 5fe28c13d4d74ba2be8d019ac1ea6363.", "code": 404, "title": "Not Found"}} 2018-08-12 08:32:22,844 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 used request id req-c47bbb23-5634-461a-9310-eabce4ae58d6 2018-08-12 08:32:22,844 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:32:22,847 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0125b456af36b91a3bdb164f1267ea52184984ad" 2018-08-12 08:32:22,944 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:32:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8697270d-2495-4023-b029-2619988053ec Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa5a7fe6ee54472ba01638877aade8e3.", "code": 404, "title": "Not Found"}} 2018-08-12 08:32:22,944 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 used request id req-8697270d-2495-4023-b029-2619988053ec 2018-08-12 08:32:22,944 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:32:22,948 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0125b456af36b91a3bdb164f1267ea52184984ad" 2018-08-12 08:32:23,043 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:32:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f84de2a5-1245-4f62-b512-fbf38e2e159b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ea65becf30e54b27aa96a449698a435e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:32:23,043 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e used request id req-f84de2a5-1245-4f62-b512-fbf38e2e159b 2018-08-12 08:32:23,043 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:32:23,047 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0125b456af36b91a3bdb164f1267ea52184984ad" 2018-08-12 08:32:23,139 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:32:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2f8e4d7a-883f-493d-87eb-6356cfc09fe9 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ff7abd7bb61f4f2889831e932d65dc2e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:32:23,139 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e used request id req-2f8e4d7a-883f-493d-87eb-6356cfc09fe9 2018-08-12 08:32:23,139 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:32:23,143 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0125b456af36b91a3bdb164f1267ea52184984ad" 2018-08-12 08:32:23,230 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:32:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fec38876-208b-49e3-a763-4d879de60042 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3a85ceae958d4d9fba68847e7df67db8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:32:23,230 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 used request id req-fec38876-208b-49e3-a763-4d879de60042 2018-08-12 08:32:23,230 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:32:23,234 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0125b456af36b91a3bdb164f1267ea52184984ad" 2018-08-12 08:32:23,329 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:32:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-84b6761e-ad34-4e7a-9215-45b6d95fc1b8 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 85517fcf1c6247e699fdcdd42ecc8c79.", "code": 404, "title": "Not Found"}} 2018-08-12 08:32:23,329 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 used request id req-84b6761e-ad34-4e7a-9215-45b6d95fc1b8 2018-08-12 08:32:23,330 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:32:23,333 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0125b456af36b91a3bdb164f1267ea52184984ad" 2018-08-12 08:32:23,431 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:32:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-80033b17-da40-4f5d-9a31-1a353706f452 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}} 2018-08-12 08:32:23,431 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe used request id req-80033b17-da40-4f5d-9a31-1a353706f452 2018-08-12 08:32:23,435 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0125b456af36b91a3bdb164f1267ea52184984ad" 2018-08-12 08:32:23,522 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:32:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0e51302b-bdd1-4e1a-8f9d-50c874c538d3 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 315a428116f24d9fbb826b37080a918e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:32:23,522 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e used request id req-0e51302b-bdd1-4e1a-8f9d-50c874c538d3 2018-08-12 08:32:23,522 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:32:23,526 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0125b456af36b91a3bdb164f1267ea52184984ad" 2018-08-12 08:32:23,619 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:32:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c52de2f6-fef4-44f2-bc01-452619b3ae6d Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 11a46741b7954b959fd7764109c047b6.", "code": 404, "title": "Not Found"}} 2018-08-12 08:32:23,619 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 used request id req-c52de2f6-fef4-44f2-bc01-452619b3ae6d 2018-08-12 08:32:23,619 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:32:23,622 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0125b456af36b91a3bdb164f1267ea52184984ad" 2018-08-12 08:32:23,714 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:32:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-794e1528-a7b1-40aa-bc7a-339f4fefd752 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3c01cd58055c44ecaef39f7e625c2258.", "code": 404, "title": "Not Found"}} 2018-08-12 08:32:23,714 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 used request id req-794e1528-a7b1-40aa-bc7a-339f4fefd752 2018-08-12 08:32:23,714 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:32:23,717 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0125b456af36b91a3bdb164f1267ea52184984ad" 2018-08-12 08:32:23,802 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:32:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-039e3884-9f50-4169-80f2-7060d013ef04 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 521007c1818145639e93ceb270559219.", "code": 404, "title": "Not Found"}} 2018-08-12 08:32:23,803 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 used request id req-039e3884-9f50-4169-80f2-7060d013ef04 2018-08-12 08:32:23,803 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:32:23,806 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0125b456af36b91a3bdb164f1267ea52184984ad" 2018-08-12 08:32:23,904 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:32:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d69587c3-dac0-4040-9335-71034fa3a734 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e18fcc7fc10a4fd0b20234f8520d0aab.", "code": 404, "title": "Not Found"}} 2018-08-12 08:32:23,905 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab used request id req-d69587c3-dac0-4040-9335-71034fa3a734 2018-08-12 08:32:23,905 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:32:23,908 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0125b456af36b91a3bdb164f1267ea52184984ad" 2018-08-12 08:32:24,004 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:32:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f9972bba-6cda-432e-a93e-773c7e5ce978 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "310f5853751a4c968f3eeb0a3d99a0a8", "name": "service"}} 2018-08-12 08:32:24,005 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 used request id req-f9972bba-6cda-432e-a93e-773c7e5ce978 2018-08-12 08:32:24,008 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0125b456af36b91a3bdb164f1267ea52184984ad" 2018-08-12 08:32:24,094 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:32:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4aea3e00-ea2c-471c-8506-63b0300f6810 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9f6c1a272706419c9a74b0893b2890e8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:32:24,094 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 used request id req-4aea3e00-ea2c-471c-8506-63b0300f6810 2018-08-12 08:32:24,094 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:32:24,098 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/34cb7327fcfc4b52a63b4b8c0ea4a54d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0125b456af36b91a3bdb164f1267ea52184984ad" 2018-08-12 08:32:24,187 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:32:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1f512be2-0e53-455c-937f-24356ad7d9b0 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 34cb7327fcfc4b52a63b4b8c0ea4a54d.", "code": 404, "title": "Not Found"}} 2018-08-12 08:32:24,187 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/34cb7327fcfc4b52a63b4b8c0ea4a54d used request id req-1f512be2-0e53-455c-937f-24356ad7d9b0 2018-08-12 08:32:24,187 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:32:24,191 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/eb41a23172bc4ad290656644907c5fb8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0125b456af36b91a3bdb164f1267ea52184984ad" 2018-08-12 08:32:24,286 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:32:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc048ba4-2e67-45ef-b7f1-edd44864b7af Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/eb41a23172bc4ad290656644907c5fb8"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "eb41a23172bc4ad290656644907c5fb8", "name": "InstanceSecurityGroupTests-57e89711-d34e-447-proj"}} 2018-08-12 08:32:24,287 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/eb41a23172bc4ad290656644907c5fb8 used request id req-cc048ba4-2e67-45ef-b7f1-edd44864b7af 2018-08-12 08:32:24,287 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e9a9a57a-0d6e-4cf6-b1e8-0e83b0455abf 2018-08-12 08:32:24,292 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=e9a9a57a-0d6e-4cf6-b1e8-0e83b0455abf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0125b456af36b91a3bdb164f1267ea52184984ad" 2018-08-12 08:32:24,584 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-f0658a05-638f-4209-a82f-446196024cb8 Date: Sun, 12 Aug 2018 08:32:24 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-12T08:31:34Z", "security_group_id": "e9a9a57a-0d6e-4cf6-b1e8-0e83b0455abf", "port_range_min": null, "revision_number": 0, "tenant_id": "eb41a23172bc4ad290656644907c5fb8", "created_at": "2018-08-12T08:31:34Z", "project_id": "eb41a23172bc4ad290656644907c5fb8", "id": "23f4ae7b-1193-48cf-ae2a-a56fc1454633"}, {"remote_group_id": "e9a9a57a-0d6e-4cf6-b1e8-0e83b0455abf", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:31:34Z", "security_group_id": "e9a9a57a-0d6e-4cf6-b1e8-0e83b0455abf", "port_range_min": null, "revision_number": 0, "tenant_id": "eb41a23172bc4ad290656644907c5fb8", "created_at": "2018-08-12T08:31:34Z", "project_id": "eb41a23172bc4ad290656644907c5fb8", "id": "4eba7270-c1e7-43f8-bbdb-0dc5a797b549"}, {"remote_group_id": "e9a9a57a-0d6e-4cf6-b1e8-0e83b0455abf", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:31:34Z", "security_group_id": "e9a9a57a-0d6e-4cf6-b1e8-0e83b0455abf", "port_range_min": null, "revision_number": 0, "tenant_id": "eb41a23172bc4ad290656644907c5fb8", "created_at": "2018-08-12T08:31:34Z", "project_id": "eb41a23172bc4ad290656644907c5fb8", "id": "abaa806a-0c64-4e56-bda8-c295533b2478"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:31:34Z", "security_group_id": "e9a9a57a-0d6e-4cf6-b1e8-0e83b0455abf", "port_range_min": null, "revision_number": 0, "tenant_id": "eb41a23172bc4ad290656644907c5fb8", "created_at": "2018-08-12T08:31:34Z", "project_id": "eb41a23172bc4ad290656644907c5fb8", "id": "b2eeba8c-577a-4e78-bce9-984cce954cb4"}]} 2018-08-12 08:32:24,584 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=e9a9a57a-0d6e-4cf6-b1e8-0e83b0455abf used request id req-f0658a05-638f-4209-a82f-446196024cb8 2018-08-12 08:32:24,585 - neutron_utils - INFO - Deleting security group with name - default 2018-08-12 08:32:24,590 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/e9a9a57a-0d6e-4cf6-b1e8-0e83b0455abf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0125b456af36b91a3bdb164f1267ea52184984ad" 2018-08-12 08:32:24,919 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-db7a9a36-bd2e-4355-a4f4-ad739d93b159 Content-Length: 0 Date: Sun, 12 Aug 2018 08:32:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:32:24,919 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/e9a9a57a-0d6e-4cf6-b1e8-0e83b0455abf used request id req-db7a9a36-bd2e-4355-a4f4-ad739d93b159 2018-08-12 08:32:24,920 - keystone_utils - INFO - Deleting project with name - InstanceSecurityGroupTests-57e89711-d34e-447-proj 2018-08-12 08:32:24,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/eb41a23172bc4ad290656644907c5fb8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0125b456af36b91a3bdb164f1267ea52184984ad" 2018-08-12 08:32:25,242 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:32:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0d34118b-f3a9-4698-890d-26ce9b0c5f1c 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 08:32:25,242 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/eb41a23172bc4ad290656644907c5fb8 used request id req-0d34118b-f3a9-4698-890d-26ce9b0c5f1c 2018-08-12 08:32:25,243 - keystone_utils - INFO - Deleting role with name - InstanceSecurityGroupTests-57e89711-d34e-447-proj-role 2018-08-12 08:32:25,246 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/0baad7d598d04ced9ac7148e28275f23 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0125b456af36b91a3bdb164f1267ea52184984ad" 2018-08-12 08:32:25,362 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:32:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cf199fc1-ebbf-4d3f-9594-24bb61ecd7f6 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 08:32:25,362 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/0baad7d598d04ced9ac7148e28275f23 used request id req-cf199fc1-ebbf-4d3f-9594-24bb61ecd7f6 2018-08-12 08:32:25,366 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0125b456af36b91a3bdb164f1267ea52184984ad" 2018-08-12 08:32:25,458 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:32:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1de5d661-4443-4bca-90a3-593014d9b843 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:32:25,459 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-1de5d661-4443-4bca-90a3-593014d9b843 2018-08-12 08:32:25,459 - keystone_utils - INFO - Deleting user with name - InstanceSecurityGroupTests-57e89711-d34e-447-user 2018-08-12 08:32:25,463 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/9b840f9412a54cda9ae9f4f4f736eada -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2208c916ed89ffb4c96a54b0f9931626cf0a82c" 2018-08-12 08:32:25,687 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:32:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-724f411f-8c15-455e-ba8d-4db935f581b8 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 08:32:25,687 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/9b840f9412a54cda9ae9f4f4f736eada used request id req-724f411f-8c15-455e-ba8d-4db935f581b8 2018-08-12 08:32:25,689 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:32:26,097 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:32:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["t6aWsRDYRYinRjdwLQEsPw"], "issued_at": "2018-08-12T08:32:26.000000Z"}} 2018-08-12 08:32:26,098 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}63c6da9e0c8c7116e09de53a0c17013e794fcfbc" 2018-08-12 08:32:26,271 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:32:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aecd1e04-d3a0-4bf7-845c-830d2e91b35a Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:32:26,271 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-aecd1e04-d3a0-4bf7-845c-830d2e91b35a 2018-08-12 08:32:26,272 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:32:26,273 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:32:26,663 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:32:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["exvLQfxLS1izD6CLJ0MIRw"], "issued_at": "2018-08-12T08:32:26.000000Z"}} 2018-08-12 08:32:26,664 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}5c21ac8ecdbe3003cccdff91b7232f77214f2dcb" 2018-08-12 08:32:26,750 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:32:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-320dccf9-1328-4b18-bb89-226f1d420ed8 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:32:26,750 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-320dccf9-1328-4b18-bb89-226f1d420ed8 2018-08-12 08:32:26,754 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:32:26,760 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:32:26 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:32:26,761 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-6f69c0d1-329f-429-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c21ac8ecdbe3003cccdff91b7232f77214f2dcb" 2018-08-12 08:32:26,852 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:32:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0eda806f-0601-44c1-9ece-7a9401797a2f Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-6f69c0d1-329f-429-proj", "previous": null, "next": null}, "projects": []} 2018-08-12 08:32:26,852 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-6f69c0d1-329f-429-proj used request id req-0eda806f-0601-44c1-9ece-7a9401797a2f 2018-08-12 08:32:26,855 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c21ac8ecdbe3003cccdff91b7232f77214f2dcb" 2018-08-12 08:32:26,950 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:32:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-19fd368e-35dc-4a56-9bdf-41a057144fd7 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:32:26,950 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-19fd368e-35dc-4a56-9bdf-41a057144fd7 2018-08-12 08:32:26,954 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c21ac8ecdbe3003cccdff91b7232f77214f2dcb" -d '{"project": {"enabled": true, "domain_id": "default", "name": "InstanceSecurityGroupTests-6f69c0d1-329f-429-proj"}}' 2018-08-12 08:32:27,093 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:32:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0756183c-4bb8-48fb-aa8c-a0467f36f860 Content-Length: 323 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/aceaa0982ab24256adbfd8c0a87cbb3b"}, "tags": [], "enabled": true, "id": "aceaa0982ab24256adbfd8c0a87cbb3b", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-6f69c0d1-329f-429-proj"}} 2018-08-12 08:32:27,093 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-0756183c-4bb8-48fb-aa8c-a0467f36f860 2018-08-12 08:32:27,094 - keystone_utils - INFO - Created project with name - InstanceSecurityGroupTests-6f69c0d1-329f-429-proj 2018-08-12 08:32:27,094 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:32:27,095 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:32:27,478 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:32:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["kvmFLea4Th635buLC4b8ow"], "issued_at": "2018-08-12T08:32:27.000000Z"}} 2018-08-12 08:32:27,479 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}c89bf11f05334fb935c65f23ef5eccdf901567a1" 2018-08-12 08:32:27,568 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:32:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1950eb82-e6db-4471-bd7b-5a925ca3999e Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:32:27,568 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-1950eb82-e6db-4471-bd7b-5a925ca3999e 2018-08-12 08:32:27,572 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:32:27,578 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:32:27 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:32:27,579 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c89bf11f05334fb935c65f23ef5eccdf901567a1" 2018-08-12 08:32:27,684 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:32:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-23b0a17a-991b-4817-9abc-9bc58621ce68 Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/105a247548624314b9228f85f6325f0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105a247548624314b9228f85f6325f0b", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/1c5de0eaa44543f08da6ad63a51594ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c5de0eaa44543f08da6ad63a51594ff", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/1d127b5b832547a88a547c116dfdd65b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d127b5b832547a88a547c116dfdd65b", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/1d5cfc170d624ce4ae53ae0507c8d517"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d5cfc170d624ce4ae53ae0507c8d517", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/2421820b75eb4d3ebd02830378d1377b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2421820b75eb4d3ebd02830378d1377b", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/40bd8ee54ecf44868cc83cede652c396"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40bd8ee54ecf44868cc83cede652c396", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/4f32fb8153854c4c9f5094b42b523f80"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f32fb8153854c4c9f5094b42b523f80", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7066130d08fb4db7bf4ab468de53933b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7066130d08fb4db7bf4ab468de53933b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/8d0898a83bcf4521bbc11501d5d7ac89"}, "domain_id": "1eec97585bde483292ece28ee11f4b8d", "enabled": true, "options": {}, "id": "8d0898a83bcf4521bbc11501d5d7ac89", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/9defcced327d476f8a3beab718a13da3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9defcced327d476f8a3beab718a13da3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/b80ee4f6992446e0879624dd436e99a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b80ee4f6992446e0879624dd436e99a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b86fd3e011324d398fcdb6f095a20a9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b86fd3e011324d398fcdb6f095a20a9d", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1701d2754064b5cadf765ea0806f9b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1701d2754064b5cadf765ea0806f9b2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/db4e7b8d76d549faa502716565c733dd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db4e7b8d76d549faa502716565c733dd", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-12 08:32:27,685 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-23b0a17a-991b-4817-9abc-9bc58621ce68 2018-08-12 08:32:27,689 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=InstanceSecurityGroupTests-6f69c0d1-329f-429-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c89bf11f05334fb935c65f23ef5eccdf901567a1" 2018-08-12 08:32:27,782 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:32:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8dc95753-7034-4350-a856-44c0adcd692a Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=InstanceSecurityGroupTests-6f69c0d1-329f-429-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/aceaa0982ab24256adbfd8c0a87cbb3b"}, "tags": [], "enabled": true, "id": "aceaa0982ab24256adbfd8c0a87cbb3b", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-6f69c0d1-329f-429-proj"}]} 2018-08-12 08:32:27,782 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=InstanceSecurityGroupTests-6f69c0d1-329f-429-proj used request id req-8dc95753-7034-4350-a856-44c0adcd692a 2018-08-12 08:32:27,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c89bf11f05334fb935c65f23ef5eccdf901567a1" 2018-08-12 08:32:27,880 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:32:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-110e58c9-ca4f-447c-86e5-4068c45e9529 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:32:27,880 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-110e58c9-ca4f-447c-86e5-4068c45e9529 2018-08-12 08:32:28,266 - keystone_utils - INFO - Created user with name - InstanceSecurityGroupTests-6f69c0d1-329f-429-user 2018-08-12 08:32:28,266 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:32:28,270 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c21ac8ecdbe3003cccdff91b7232f77214f2dcb" 2018-08-12 08:32:28,372 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:32:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b0aa33eb-1b1c-4387-96cf-f33867f4516b Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:32:28,373 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-b0aa33eb-1b1c-4387-96cf-f33867f4516b 2018-08-12 08:32:28,376 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c21ac8ecdbe3003cccdff91b7232f77214f2dcb" -d '{"role": {"name": "InstanceSecurityGroupTests-6f69c0d1-329f-429-proj-role"}}' 2018-08-12 08:32:28,506 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:32:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6e9f2c7f-3dad-42b5-b01f-342cf94c6070 Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "4ca2a5a07d0e48babb1056571f465d19", "links": {"self": "http://172.30.9.21:5000/v3/roles/4ca2a5a07d0e48babb1056571f465d19"}, "name": "InstanceSecurityGroupTests-6f69c0d1-329f-429-proj-role"}} 2018-08-12 08:32:28,506 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-6e9f2c7f-3dad-42b5-b01f-342cf94c6070 2018-08-12 08:32:28,506 - keystone_utils - INFO - Created role with name - InstanceSecurityGroupTests-6f69c0d1-329f-429-proj-role 2018-08-12 08:32:28,510 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/4ca2a5a07d0e48babb1056571f465d19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c21ac8ecdbe3003cccdff91b7232f77214f2dcb" 2018-08-12 08:32:28,605 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:32:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-da2f0d8c-7df3-4cbd-954d-07d3b9d8f81b Content-Encoding: gzip Content-Length: 182 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "4ca2a5a07d0e48babb1056571f465d19", "links": {"self": "http://172.30.9.21:5000/v3/roles/4ca2a5a07d0e48babb1056571f465d19"}, "name": "InstanceSecurityGroupTests-6f69c0d1-329f-429-proj-role"}} 2018-08-12 08:32:28,605 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/4ca2a5a07d0e48babb1056571f465d19 used request id req-da2f0d8c-7df3-4cbd-954d-07d3b9d8f81b 2018-08-12 08:32:28,605 - keystone_utils - INFO - Granting role InstanceSecurityGroupTests-6f69c0d1-329f-429-proj-role to project InstanceSecurityGroupTests-6f69c0d1-329f-429-proj 2018-08-12 08:32:28,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/aceaa0982ab24256adbfd8c0a87cbb3b/users/a7e0b44044f74838be1b78bb3bd354af/roles/4ca2a5a07d0e48babb1056571f465d19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c21ac8ecdbe3003cccdff91b7232f77214f2dcb" 2018-08-12 08:32:28,743 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:32:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-589e1528-2550-4a68-909d-0b1e00401d07 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 08:32:28,743 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/aceaa0982ab24256adbfd8c0a87cbb3b/users/a7e0b44044f74838be1b78bb3bd354af/roles/4ca2a5a07d0e48babb1056571f465d19 used request id req-589e1528-2550-4a68-909d-0b1e00401d07 2018-08-12 08:32:28,743 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-12 08:32:28,745 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-08-12 08:32:28,745 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:32:28,746 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:32:29,140 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4ca2a5a07d0e48babb1056571f465d19", "name": "InstanceSecurityGroupTests-6f69c0d1-329f-429-proj-role"}], "expires_at": "2018-08-12T09:32:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "aceaa0982ab24256adbfd8c0a87cbb3b", "name": "InstanceSecurityGroupTests-6f69c0d1-329f-429-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/aceaa0982ab24256adbfd8c0a87cbb3b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/aceaa0982ab24256adbfd8c0a87cbb3b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/aceaa0982ab24256adbfd8c0a87cbb3b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_aceaa0982ab24256adbfd8c0a87cbb3b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_aceaa0982ab24256adbfd8c0a87cbb3b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/aceaa0982ab24256adbfd8c0a87cbb3b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/aceaa0982ab24256adbfd8c0a87cbb3b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/aceaa0982ab24256adbfd8c0a87cbb3b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/aceaa0982ab24256adbfd8c0a87cbb3b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/aceaa0982ab24256adbfd8c0a87cbb3b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/aceaa0982ab24256adbfd8c0a87cbb3b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/aceaa0982ab24256adbfd8c0a87cbb3b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/aceaa0982ab24256adbfd8c0a87cbb3b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/aceaa0982ab24256adbfd8c0a87cbb3b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-6f69c0d1-329f-429-user", "id": "a7e0b44044f74838be1b78bb3bd354af"}, "audit_ids": ["QYPqHafuTOOY-6QkOYnslw"], "issued_at": "2018-08-12T08:32:29.000000Z"}} 2018-08-12 08:32:29,141 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}4967c94f213dff875ded1c9c32132b8f9e4d4dc3" 2018-08-12 08:32:29,229 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:32:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-641ab2bf-bdc0-41ce-b766-caeb4293f35e Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:32:29,230 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-641ab2bf-bdc0-41ce-b766-caeb4293f35e 2018-08-12 08:32:29,234 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-40613717-7c36-444c-a69f-4ef654622f8b-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4967c94f213dff875ded1c9c32132b8f9e4d4dc3" 2018-08-12 08:32:29,429 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 171 Content-Type: application/json X-Openstack-Request-Id: req-1f139820-ac33-4390-969e-aebf12e9ef48 Date: Sun, 12 Aug 2018 08:32:29 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=InstanceSecurityGroupTests-40613717-7c36-444c-a69f-4ef654622f8b-image"} 2018-08-12 08:32:29,430 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-40613717-7c36-444c-a69f-4ef654622f8b-image used request id req-1f139820-ac33-4390-969e-aebf12e9ef48 2018-08-12 08:32:29,433 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4967c94f213dff875ded1c9c32132b8f9e4d4dc3" 2018-08-12 08:32:29,726 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-d5a5972d-0564-4394-9461-2283588881f4 Date: Sun, 12 Aug 2018 08:32:29 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"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}, "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}, "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"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "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"}, "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"}, "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}, "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}, "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"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "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}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-12 08:32:29,727 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-d5a5972d-0564-4394-9461-2283588881f4 2018-08-12 08:32:29,757 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4967c94f213dff875ded1c9c32132b8f9e4d4dc3" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "InstanceSecurityGroupTests-40613717-7c36-444c-a69f-4ef654622f8b-image"}' 2018-08-12 08:32:29,963 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 630 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/fa29bdf4-1e46-4cd1-9c1c-a9a89c725e9f Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-4687b189-2243-49df-b878-3743e87b11e9 Date: Sun, 12 Aug 2018 08:32:29 GMT RESP BODY: {"status": "queued", "name": "InstanceSecurityGroupTests-40613717-7c36-444c-a69f-4ef654622f8b-image", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:32:29Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-08-12T08:32:29Z", "visibility": "shared", "locations": [], "self": "/v2/images/fa29bdf4-1e46-4cd1-9c1c-a9a89c725e9f", "min_disk": 0, "protected": false, "id": "fa29bdf4-1e46-4cd1-9c1c-a9a89c725e9f", "file": "/v2/images/fa29bdf4-1e46-4cd1-9c1c-a9a89c725e9f/file", "checksum": null, "owner": "aceaa0982ab24256adbfd8c0a87cbb3b", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-12 08:32:29,964 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-4687b189-2243-49df-b878-3743e87b11e9 2018-08-12 08:32:29,974 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/fa29bdf4-1e46-4cd1-9c1c-a9a89c725e9f/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4967c94f213dff875ded1c9c32132b8f9e4d4dc3" -d '' 2018-08-12 08:32:30,588 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-83fea069-73fb-4c59-b347-6a917572f506 Date: Sun, 12 Aug 2018 08:32: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 08:32:30,588 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/fa29bdf4-1e46-4cd1-9c1c-a9a89c725e9f/file used request id req-83fea069-73fb-4c59-b347-6a917572f506 2018-08-12 08:32:30,589 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-12 08:32:30,591 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/fa29bdf4-1e46-4cd1-9c1c-a9a89c725e9f -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4967c94f213dff875ded1c9c32132b8f9e4d4dc3" 2018-08-12 08:32:30,772 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-16113e19-f52f-44ca-a3cb-74d08fde4888 Date: Sun, 12 Aug 2018 08:32:30 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-40613717-7c36-444c-a69f-4ef654622f8b-image", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:32:29Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-12T08:32:30Z", "visibility": "shared", "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/fa29bdf4-1e46-4cd1-9c1c-a9a89c725e9f/snap", "metadata": {}}], "self": "/v2/images/fa29bdf4-1e46-4cd1-9c1c-a9a89c725e9f", "min_disk": 0, "protected": false, "id": "fa29bdf4-1e46-4cd1-9c1c-a9a89c725e9f", "file": "/v2/images/fa29bdf4-1e46-4cd1-9c1c-a9a89c725e9f/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "aceaa0982ab24256adbfd8c0a87cbb3b", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/fa29bdf4-1e46-4cd1-9c1c-a9a89c725e9f/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-12 08:32:30,772 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/fa29bdf4-1e46-4cd1-9c1c-a9a89c725e9f used request id req-16113e19-f52f-44ca-a3cb-74d08fde4888 2018-08-12 08:32:30,775 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4967c94f213dff875ded1c9c32132b8f9e4d4dc3" 2018-08-12 08:32:31,046 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-1934c29a-3823-4424-b603-e0079f943f0b Date: Sun, 12 Aug 2018 08:32:31 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"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}, "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}, "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"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "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"}, "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"}, "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}, "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}, "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"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "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}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-12 08:32:31,046 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-1934c29a-3823-4424-b603-e0079f943f0b 2018-08-12 08:32:31,049 - create_image - INFO - Created image with name - InstanceSecurityGroupTests-40613717-7c36-444c-a69f-4ef654622f8b-image 2018-08-12 08:32:31,051 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/fa29bdf4-1e46-4cd1-9c1c-a9a89c725e9f -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4967c94f213dff875ded1c9c32132b8f9e4d4dc3" 2018-08-12 08:32:31,242 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-6ec692a7-d72b-46b8-b0da-24378869259e Date: Sun, 12 Aug 2018 08:32:31 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-40613717-7c36-444c-a69f-4ef654622f8b-image", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:32:29Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-12T08:32:30Z", "visibility": "shared", "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/fa29bdf4-1e46-4cd1-9c1c-a9a89c725e9f/snap", "metadata": {}}], "self": "/v2/images/fa29bdf4-1e46-4cd1-9c1c-a9a89c725e9f", "min_disk": 0, "protected": false, "id": "fa29bdf4-1e46-4cd1-9c1c-a9a89c725e9f", "file": "/v2/images/fa29bdf4-1e46-4cd1-9c1c-a9a89c725e9f/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "aceaa0982ab24256adbfd8c0a87cbb3b", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/fa29bdf4-1e46-4cd1-9c1c-a9a89c725e9f/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-12 08:32:31,242 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/fa29bdf4-1e46-4cd1-9c1c-a9a89c725e9f used request id req-6ec692a7-d72b-46b8-b0da-24378869259e 2018-08-12 08:32:31,243 - create_image - DEBUG - Instance status is - active 2018-08-12 08:32:31,243 - create_image - DEBUG - Image is active with name - InstanceSecurityGroupTests-40613717-7c36-444c-a69f-4ef654622f8b-image 2018-08-12 08:32:31,243 - create_image - INFO - Image is now active with name - InstanceSecurityGroupTests-40613717-7c36-444c-a69f-4ef654622f8b-image 2018-08-12 08:32:31,244 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:32:31,244 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:32:31,643 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4ca2a5a07d0e48babb1056571f465d19", "name": "InstanceSecurityGroupTests-6f69c0d1-329f-429-proj-role"}], "expires_at": "2018-08-12T09:32:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "aceaa0982ab24256adbfd8c0a87cbb3b", "name": "InstanceSecurityGroupTests-6f69c0d1-329f-429-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/aceaa0982ab24256adbfd8c0a87cbb3b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/aceaa0982ab24256adbfd8c0a87cbb3b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/aceaa0982ab24256adbfd8c0a87cbb3b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_aceaa0982ab24256adbfd8c0a87cbb3b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_aceaa0982ab24256adbfd8c0a87cbb3b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/aceaa0982ab24256adbfd8c0a87cbb3b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/aceaa0982ab24256adbfd8c0a87cbb3b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/aceaa0982ab24256adbfd8c0a87cbb3b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/aceaa0982ab24256adbfd8c0a87cbb3b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/aceaa0982ab24256adbfd8c0a87cbb3b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/aceaa0982ab24256adbfd8c0a87cbb3b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/aceaa0982ab24256adbfd8c0a87cbb3b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/aceaa0982ab24256adbfd8c0a87cbb3b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/aceaa0982ab24256adbfd8c0a87cbb3b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-6f69c0d1-329f-429-user", "id": "a7e0b44044f74838be1b78bb3bd354af"}, "audit_ids": ["hhe_0im6TQGVXEGwcJof8Q"], "issued_at": "2018-08-12T08:32:31.000000Z"}} 2018-08-12 08:32:31,643 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}6e5bd5053813fd3456879b7342b927cba780d7e2" 2018-08-12 08:32:31,730 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:32:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-443374dd-dca5-4483-b972-d90e924760e9 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:32:31,730 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-443374dd-dca5-4483-b972-d90e924760e9 2018-08-12 08:32:31,732 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:32:31,732 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:32:31,732 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:32:31,732 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:32:31,732 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:32:31,739 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-40613717-7c36-444c-a69f-4ef654622f8b-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e5bd5053813fd3456879b7342b927cba780d7e2" 2018-08-12 08:32:31,934 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-c96fd4df-f5b0-40c6-88a9-a6a35f86c245 Date: Sun, 12 Aug 2018 08:32:31 GMT RESP BODY: {"networks":[]} 2018-08-12 08:32:31,935 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-40613717-7c36-444c-a69f-4ef654622f8b-pub-net used request id req-c96fd4df-f5b0-40c6-88a9-a6a35f86c245 2018-08-12 08:32:31,935 - neutron_utils - INFO - Creating network with name InstanceSecurityGroupTests-40613717-7c36-444c-a69f-4ef654622f8b-pub-net 2018-08-12 08:32:31,941 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e5bd5053813fd3456879b7342b927cba780d7e2" -d '{"network": {"name": "InstanceSecurityGroupTests-40613717-7c36-444c-a69f-4ef654622f8b-pub-net", "admin_state_up": true}}' 2018-08-12 08:32:32,612 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 608 X-Openstack-Request-Id: req-c42b628c-b84c-443f-964b-d159e0486ca1 Date: Sun, 12 Aug 2018 08:32:32 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"aceaa0982ab24256adbfd8c0a87cbb3b","created_at":"2018-08-12T08:32:32Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T08:32:32Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"aceaa0982ab24256adbfd8c0a87cbb3b","id":"f2d3e4ae-714d-4edb-b82d-ccd3dd68b657","name":"InstanceSecurityGroupTests-40613717-7c36-444c-a69f-4ef654622f8b-pub-net"}} 2018-08-12 08:32:32,612 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-c42b628c-b84c-443f-964b-d159e0486ca1 2018-08-12 08:32:32,617 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=f2d3e4ae-714d-4edb-b82d-ccd3dd68b657 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e5bd5053813fd3456879b7342b927cba780d7e2" 2018-08-12 08:32:32,950 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 592 X-Openstack-Request-Id: req-6136fb8b-8f52-4ad4-a2f3-7036eee92dba Date: Sun, 12 Aug 2018 08:32:32 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-12T08:32:32Z","tenant_id":"aceaa0982ab24256adbfd8c0a87cbb3b","created_at":"2018-08-12T08:32:32Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"aceaa0982ab24256adbfd8c0a87cbb3b","id":"f2d3e4ae-714d-4edb-b82d-ccd3dd68b657","name":"InstanceSecurityGroupTests-40613717-7c36-444c-a69f-4ef654622f8b-pub-net"}]} 2018-08-12 08:32:32,950 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=f2d3e4ae-714d-4edb-b82d-ccd3dd68b657 used request id req-6136fb8b-8f52-4ad4-a2f3-7036eee92dba 2018-08-12 08:32:32,957 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=f2d3e4ae-714d-4edb-b82d-ccd3dd68b657 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e5bd5053813fd3456879b7342b927cba780d7e2" 2018-08-12 08:32:33,150 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-6d712f8a-ce40-46bf-affb-e3e84dfc5174 Date: Sun, 12 Aug 2018 08:32:33 GMT RESP BODY: {"subnets":[]} 2018-08-12 08:32:33,150 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=f2d3e4ae-714d-4edb-b82d-ccd3dd68b657 used request id req-6d712f8a-ce40-46bf-affb-e3e84dfc5174 2018-08-12 08:32:33,151 - neutron_utils - INFO - Creating subnet with name InstanceSecurityGroupTests-40613717-7c36-444c-a69f-4ef654622f8b-pub-subnet 2018-08-12 08:32:33,154 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e5bd5053813fd3456879b7342b927cba780d7e2" -d '{"subnets": [{"ip_version": 4, "network_id": "f2d3e4ae-714d-4edb-b82d-ccd3dd68b657", "cidr": "10.55.0.0/24", "name": "InstanceSecurityGroupTests-40613717-7c36-444c-a69f-4ef654622f8b-pub-subnet"}]}' 2018-08-12 08:32:33,903 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-331121aa-29f8-4e44-8de4-3ca5a11af003 Date: Sun, 12 Aug 2018 08:32:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f2d3e4ae-714d-4edb-b82d-ccd3dd68b657","tenant_id":"aceaa0982ab24256adbfd8c0a87cbb3b","created_at":"2018-08-12T08:32:33Z","dns_nameservers":[],"updated_at":"2018-08-12T08:32:33Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"aceaa0982ab24256adbfd8c0a87cbb3b","id":"a7678a6a-780e-40d2-ad13-ed4cad15d0b8","subnetpool_id":null,"name":"InstanceSecurityGroupTests-40613717-7c36-444c-a69f-4ef654622f8b-pub-subnet"}]} 2018-08-12 08:32:33,904 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-331121aa-29f8-4e44-8de4-3ca5a11af003 2018-08-12 08:32:33,909 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=f2d3e4ae-714d-4edb-b82d-ccd3dd68b657 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e5bd5053813fd3456879b7342b927cba780d7e2" 2018-08-12 08:32:34,234 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-998c5af2-21ef-4f67-95fa-603ae9e42596 Date: Sun, 12 Aug 2018 08:32:34 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":["a7678a6a-780e-40d2-ad13-ed4cad15d0b8"],"updated_at":"2018-08-12T08:32:33Z","tenant_id":"aceaa0982ab24256adbfd8c0a87cbb3b","created_at":"2018-08-12T08:32:32Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"aceaa0982ab24256adbfd8c0a87cbb3b","id":"f2d3e4ae-714d-4edb-b82d-ccd3dd68b657","name":"InstanceSecurityGroupTests-40613717-7c36-444c-a69f-4ef654622f8b-pub-net"}]} 2018-08-12 08:32:34,234 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=f2d3e4ae-714d-4edb-b82d-ccd3dd68b657 used request id req-998c5af2-21ef-4f67-95fa-603ae9e42596 2018-08-12 08:32:34,239 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=f2d3e4ae-714d-4edb-b82d-ccd3dd68b657 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e5bd5053813fd3456879b7342b927cba780d7e2" 2018-08-12 08:32:34,296 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-8750a70e-b5b6-49ef-94d7-9e156f43b196 Date: Sun, 12 Aug 2018 08:32:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f2d3e4ae-714d-4edb-b82d-ccd3dd68b657","tenant_id":"aceaa0982ab24256adbfd8c0a87cbb3b","created_at":"2018-08-12T08:32:33Z","dns_nameservers":[],"updated_at":"2018-08-12T08:32:33Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"aceaa0982ab24256adbfd8c0a87cbb3b","id":"a7678a6a-780e-40d2-ad13-ed4cad15d0b8","subnetpool_id":null,"name":"InstanceSecurityGroupTests-40613717-7c36-444c-a69f-4ef654622f8b-pub-subnet"}]} 2018-08-12 08:32:34,297 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=f2d3e4ae-714d-4edb-b82d-ccd3dd68b657 used request id req-8750a70e-b5b6-49ef-94d7-9e156f43b196 2018-08-12 08:32:34,297 - OpenStackNetwork - DEBUG - Network [f2d3e4ae-714d-4edb-b82d-ccd3dd68b657] created successfully 2018-08-12 08:32:34,297 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:32:34,298 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:32:34,688 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:32:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["YaJ1nJ3FSHu0yalbV5-OPQ"], "issued_at": "2018-08-12T08:32:34.000000Z"}} 2018-08-12 08:32:34,689 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}b4e7660ad8f2b4d3e57c9bd2c96c391674695c92" 2018-08-12 08:32:34,775 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:32:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-84c2d20d-ac11-4c29-a320-9e45646476d7 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:32:34,775 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-84c2d20d-ac11-4c29-a320-9e45646476d7 2018-08-12 08:32:34,776 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-12 08:32:34,781 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4e7660ad8f2b4d3e57c9bd2c96c391674695c92" 2018-08-12 08:32:34,956 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:32: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-0c2ad0ea-ed71-425f-bd13-a39ad39db6b3 x-compute-request-id: req-0c2ad0ea-ed71-425f-bd13-a39ad39db6b3 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-08-12 08:32:34,956 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-0c2ad0ea-ed71-425f-bd13-a39ad39db6b3 2018-08-12 08:32:34,959 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4e7660ad8f2b4d3e57c9bd2c96c391674695c92" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "InstanceSecurityGroupTests-40613717-7c36-444c-a69f-4ef654622f8b-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-08-12 08:32:35,031 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:32: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-34fffd9c-0436-4c4a-9295-dbe5c783135d x-compute-request-id: req-34fffd9c-0436-4c4a-9295-dbe5c783135d Content-Encoding: gzip Content-Length: 324 Content-Type: application/json RESP BODY: {"flavor": {"name": "InstanceSecurityGroupTests-40613717-7c36-444c-a69f-4ef654622f8b-flavor-name", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/0641ca94-1e42-493d-af48-e6ac446c68d7", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/0641ca94-1e42-493d-af48-e6ac446c68d7", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": "0641ca94-1e42-493d-af48-e6ac446c68d7"}} 2018-08-12 08:32:35,032 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-34fffd9c-0436-4c4a-9295-dbe5c783135d 2018-08-12 08:32:35,032 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:32:35,033 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:32:35,434 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4ca2a5a07d0e48babb1056571f465d19", "name": "InstanceSecurityGroupTests-6f69c0d1-329f-429-proj-role"}], "expires_at": "2018-08-12T09:32:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "aceaa0982ab24256adbfd8c0a87cbb3b", "name": "InstanceSecurityGroupTests-6f69c0d1-329f-429-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/aceaa0982ab24256adbfd8c0a87cbb3b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/aceaa0982ab24256adbfd8c0a87cbb3b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/aceaa0982ab24256adbfd8c0a87cbb3b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_aceaa0982ab24256adbfd8c0a87cbb3b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_aceaa0982ab24256adbfd8c0a87cbb3b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/aceaa0982ab24256adbfd8c0a87cbb3b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/aceaa0982ab24256adbfd8c0a87cbb3b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/aceaa0982ab24256adbfd8c0a87cbb3b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/aceaa0982ab24256adbfd8c0a87cbb3b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/aceaa0982ab24256adbfd8c0a87cbb3b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/aceaa0982ab24256adbfd8c0a87cbb3b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/aceaa0982ab24256adbfd8c0a87cbb3b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/aceaa0982ab24256adbfd8c0a87cbb3b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/aceaa0982ab24256adbfd8c0a87cbb3b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-6f69c0d1-329f-429-user", "id": "a7e0b44044f74838be1b78bb3bd354af"}, "audit_ids": ["j0lA4ZuMSjCdZ3qH4kZzAA"], "issued_at": "2018-08-12T08:32:35.000000Z"}} 2018-08-12 08:32:35,434 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}b5c1fa2161f46278052a962c3f5e7345e9de2ca7" 2018-08-12 08:32:35,517 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:32:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-52fdcdc2-6dde-4d30-8c93-a27d384dbb4e Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:32:35,518 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-52fdcdc2-6dde-4d30-8c93-a27d384dbb4e 2018-08-12 08:32:35,519 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-12 08:32:35,520 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:32:35,520 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:32:35,520 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:32:35,521 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:32:35,521 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:32:35,525 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}b5c1fa2161f46278052a962c3f5e7345e9de2ca7" 2018-08-12 08:32:35,609 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:32:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-930d330a-6dd1-4f6e-bb9c-7fce55f8f913 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:32:35,609 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-930d330a-6dd1-4f6e-bb9c-7fce55f8f913 2018-08-12 08:32:35,617 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-40613717-7c36-444c-a69f-4ef654622f8b-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5c1fa2161f46278052a962c3f5e7345e9de2ca7" 2018-08-12 08:32:36,241 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-6123124b-db49-497c-934a-6a5df1875b53 Date: Sun, 12 Aug 2018 08:32:36 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["a7678a6a-780e-40d2-ad13-ed4cad15d0b8"],"updated_at":"2018-08-12T08:32:33Z","tenant_id":"aceaa0982ab24256adbfd8c0a87cbb3b","created_at":"2018-08-12T08:32:32Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"aceaa0982ab24256adbfd8c0a87cbb3b","id":"f2d3e4ae-714d-4edb-b82d-ccd3dd68b657","name":"InstanceSecurityGroupTests-40613717-7c36-444c-a69f-4ef654622f8b-pub-net"}]} 2018-08-12 08:32:36,241 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-40613717-7c36-444c-a69f-4ef654622f8b-pub-net used request id req-6123124b-db49-497c-934a-6a5df1875b53 2018-08-12 08:32:36,247 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=f2d3e4ae-714d-4edb-b82d-ccd3dd68b657 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5c1fa2161f46278052a962c3f5e7345e9de2ca7" 2018-08-12 08:32:36,472 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-34cf477a-7a80-474c-94a2-23463c2a590c Date: Sun, 12 Aug 2018 08:32:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f2d3e4ae-714d-4edb-b82d-ccd3dd68b657","tenant_id":"aceaa0982ab24256adbfd8c0a87cbb3b","created_at":"2018-08-12T08:32:33Z","dns_nameservers":[],"updated_at":"2018-08-12T08:32:33Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"aceaa0982ab24256adbfd8c0a87cbb3b","id":"a7678a6a-780e-40d2-ad13-ed4cad15d0b8","subnetpool_id":null,"name":"InstanceSecurityGroupTests-40613717-7c36-444c-a69f-4ef654622f8b-pub-subnet"}]} 2018-08-12 08:32:36,472 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=f2d3e4ae-714d-4edb-b82d-ccd3dd68b657 used request id req-34cf477a-7a80-474c-94a2-23463c2a590c 2018-08-12 08:32:36,478 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-40613717-7c36-444c-a69f-4ef654622f8b-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5c1fa2161f46278052a962c3f5e7345e9de2ca7" 2018-08-12 08:32:36,751 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-ecd130ad-c942-4ef5-8f3f-c3531bfa093b Date: Sun, 12 Aug 2018 08:32:36 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["a7678a6a-780e-40d2-ad13-ed4cad15d0b8"],"updated_at":"2018-08-12T08:32:33Z","tenant_id":"aceaa0982ab24256adbfd8c0a87cbb3b","created_at":"2018-08-12T08:32:32Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"aceaa0982ab24256adbfd8c0a87cbb3b","id":"f2d3e4ae-714d-4edb-b82d-ccd3dd68b657","name":"InstanceSecurityGroupTests-40613717-7c36-444c-a69f-4ef654622f8b-pub-net"}]} 2018-08-12 08:32:36,751 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-40613717-7c36-444c-a69f-4ef654622f8b-pub-net used request id req-ecd130ad-c942-4ef5-8f3f-c3531bfa093b 2018-08-12 08:32:36,754 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:32:36,760 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:32:36 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:32:36,761 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/aceaa0982ab24256adbfd8c0a87cbb3b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5c1fa2161f46278052a962c3f5e7345e9de2ca7" 2018-08-12 08:32:36,851 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:32:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8f950590-1e8d-45a0-bf81-c5a642ed640e Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/aceaa0982ab24256adbfd8c0a87cbb3b"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "aceaa0982ab24256adbfd8c0a87cbb3b", "name": "InstanceSecurityGroupTests-6f69c0d1-329f-429-proj"}} 2018-08-12 08:32:36,852 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/aceaa0982ab24256adbfd8c0a87cbb3b used request id req-8f950590-1e8d-45a0-bf81-c5a642ed640e 2018-08-12 08:32:36,857 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=f2d3e4ae-714d-4edb-b82d-ccd3dd68b657 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5c1fa2161f46278052a962c3f5e7345e9de2ca7" 2018-08-12 08:32:36,916 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-bf51b5ba-e8ac-41c2-9a88-5592962b837a Date: Sun, 12 Aug 2018 08:32:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f2d3e4ae-714d-4edb-b82d-ccd3dd68b657","tenant_id":"aceaa0982ab24256adbfd8c0a87cbb3b","created_at":"2018-08-12T08:32:33Z","dns_nameservers":[],"updated_at":"2018-08-12T08:32:33Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"aceaa0982ab24256adbfd8c0a87cbb3b","id":"a7678a6a-780e-40d2-ad13-ed4cad15d0b8","subnetpool_id":null,"name":"InstanceSecurityGroupTests-40613717-7c36-444c-a69f-4ef654622f8b-pub-subnet"}]} 2018-08-12 08:32:36,916 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=f2d3e4ae-714d-4edb-b82d-ccd3dd68b657 used request id req-bf51b5ba-e8ac-41c2-9a88-5592962b837a 2018-08-12 08:32:36,921 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=f2d3e4ae-714d-4edb-b82d-ccd3dd68b657&name=InstanceSecurityGroupTests-40613717-7c36-444c-a69f-4ef654622f8b-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5c1fa2161f46278052a962c3f5e7345e9de2ca7" 2018-08-12 08:32:37,124 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-255b3168-7137-44ad-b694-8d8be5f9f6fa Date: Sun, 12 Aug 2018 08:32:37 GMT RESP BODY: {"ports":[]} 2018-08-12 08:32:37,124 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=f2d3e4ae-714d-4edb-b82d-ccd3dd68b657&name=InstanceSecurityGroupTests-40613717-7c36-444c-a69f-4ef654622f8b-port&admin_state_up=True used request id req-255b3168-7137-44ad-b694-8d8be5f9f6fa 2018-08-12 08:32:37,127 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/detail?name=InstanceSecurityGroupTests-40613717-7c36-444c-a69f-4ef654622f8b-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5c1fa2161f46278052a962c3f5e7345e9de2ca7" 2018-08-12 08:32:37,422 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:32: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-58a1448c-5cb7-4360-9128-4a7a90d46897 x-compute-request-id: req-58a1448c-5cb7-4360-9128-4a7a90d46897 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-12 08:32:37,422 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail?name=InstanceSecurityGroupTests-40613717-7c36-444c-a69f-4ef654622f8b-inst used request id req-58a1448c-5cb7-4360-9128-4a7a90d46897 2018-08-12 08:32:37,428 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-40613717-7c36-444c-a69f-4ef654622f8b-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5c1fa2161f46278052a962c3f5e7345e9de2ca7" 2018-08-12 08:32:37,705 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-11aef87e-1e07-4ea0-a88e-78bae8b8c9ac Date: Sun, 12 Aug 2018 08:32:37 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":["a7678a6a-780e-40d2-ad13-ed4cad15d0b8"],"updated_at":"2018-08-12T08:32:33Z","tenant_id":"aceaa0982ab24256adbfd8c0a87cbb3b","created_at":"2018-08-12T08:32:32Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"aceaa0982ab24256adbfd8c0a87cbb3b","id":"f2d3e4ae-714d-4edb-b82d-ccd3dd68b657","name":"InstanceSecurityGroupTests-40613717-7c36-444c-a69f-4ef654622f8b-pub-net"}]} 2018-08-12 08:32:37,706 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-40613717-7c36-444c-a69f-4ef654622f8b-pub-net used request id req-11aef87e-1e07-4ea0-a88e-78bae8b8c9ac 2018-08-12 08:32:37,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=f2d3e4ae-714d-4edb-b82d-ccd3dd68b657 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5c1fa2161f46278052a962c3f5e7345e9de2ca7" 2018-08-12 08:32:37,937 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-4da2ca63-a3ab-4648-baad-70f3d4e10020 Date: Sun, 12 Aug 2018 08:32:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f2d3e4ae-714d-4edb-b82d-ccd3dd68b657","tenant_id":"aceaa0982ab24256adbfd8c0a87cbb3b","created_at":"2018-08-12T08:32:33Z","dns_nameservers":[],"updated_at":"2018-08-12T08:32:33Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"aceaa0982ab24256adbfd8c0a87cbb3b","id":"a7678a6a-780e-40d2-ad13-ed4cad15d0b8","subnetpool_id":null,"name":"InstanceSecurityGroupTests-40613717-7c36-444c-a69f-4ef654622f8b-pub-subnet"}]} 2018-08-12 08:32:37,937 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=f2d3e4ae-714d-4edb-b82d-ccd3dd68b657 used request id req-4da2ca63-a3ab-4648-baad-70f3d4e10020 2018-08-12 08:32:37,942 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-40613717-7c36-444c-a69f-4ef654622f8b-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5c1fa2161f46278052a962c3f5e7345e9de2ca7" 2018-08-12 08:32:38,214 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-8fea0395-b6df-4afd-8e9c-fc80b9f44f2c Date: Sun, 12 Aug 2018 08:32:38 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["a7678a6a-780e-40d2-ad13-ed4cad15d0b8"],"updated_at":"2018-08-12T08:32:33Z","tenant_id":"aceaa0982ab24256adbfd8c0a87cbb3b","created_at":"2018-08-12T08:32:32Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"aceaa0982ab24256adbfd8c0a87cbb3b","id":"f2d3e4ae-714d-4edb-b82d-ccd3dd68b657","name":"InstanceSecurityGroupTests-40613717-7c36-444c-a69f-4ef654622f8b-pub-net"}]} 2018-08-12 08:32:38,215 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-40613717-7c36-444c-a69f-4ef654622f8b-pub-net used request id req-8fea0395-b6df-4afd-8e9c-fc80b9f44f2c 2018-08-12 08:32:38,218 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/aceaa0982ab24256adbfd8c0a87cbb3b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5c1fa2161f46278052a962c3f5e7345e9de2ca7" 2018-08-12 08:32:38,334 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:32:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a6f100b9-d5a3-4194-a9e5-30bfde027f28 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/aceaa0982ab24256adbfd8c0a87cbb3b"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "aceaa0982ab24256adbfd8c0a87cbb3b", "name": "InstanceSecurityGroupTests-6f69c0d1-329f-429-proj"}} 2018-08-12 08:32:38,334 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/aceaa0982ab24256adbfd8c0a87cbb3b used request id req-a6f100b9-d5a3-4194-a9e5-30bfde027f28 2018-08-12 08:32:38,340 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=f2d3e4ae-714d-4edb-b82d-ccd3dd68b657 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5c1fa2161f46278052a962c3f5e7345e9de2ca7" 2018-08-12 08:32:38,553 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-1306b964-5f2a-4586-8de4-b85fcc6b7fa7 Date: Sun, 12 Aug 2018 08:32:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f2d3e4ae-714d-4edb-b82d-ccd3dd68b657","tenant_id":"aceaa0982ab24256adbfd8c0a87cbb3b","created_at":"2018-08-12T08:32:33Z","dns_nameservers":[],"updated_at":"2018-08-12T08:32:33Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"aceaa0982ab24256adbfd8c0a87cbb3b","id":"a7678a6a-780e-40d2-ad13-ed4cad15d0b8","subnetpool_id":null,"name":"InstanceSecurityGroupTests-40613717-7c36-444c-a69f-4ef654622f8b-pub-subnet"}]} 2018-08-12 08:32:38,554 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=f2d3e4ae-714d-4edb-b82d-ccd3dd68b657 used request id req-1306b964-5f2a-4586-8de4-b85fcc6b7fa7 2018-08-12 08:32:38,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=f2d3e4ae-714d-4edb-b82d-ccd3dd68b657&name=InstanceSecurityGroupTests-40613717-7c36-444c-a69f-4ef654622f8b-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5c1fa2161f46278052a962c3f5e7345e9de2ca7" 2018-08-12 08:32:38,861 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-0557b3e0-e5cf-4f52-a9aa-bef44a427587 Date: Sun, 12 Aug 2018 08:32:38 GMT RESP BODY: {"ports":[]} 2018-08-12 08:32:38,861 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=f2d3e4ae-714d-4edb-b82d-ccd3dd68b657&name=InstanceSecurityGroupTests-40613717-7c36-444c-a69f-4ef654622f8b-port&admin_state_up=True used request id req-0557b3e0-e5cf-4f52-a9aa-bef44a427587 2018-08-12 08:32:38,862 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:32:38,863 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:32:39,268 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4ca2a5a07d0e48babb1056571f465d19", "name": "InstanceSecurityGroupTests-6f69c0d1-329f-429-proj-role"}], "expires_at": "2018-08-12T09:32:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "aceaa0982ab24256adbfd8c0a87cbb3b", "name": "InstanceSecurityGroupTests-6f69c0d1-329f-429-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/aceaa0982ab24256adbfd8c0a87cbb3b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/aceaa0982ab24256adbfd8c0a87cbb3b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/aceaa0982ab24256adbfd8c0a87cbb3b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_aceaa0982ab24256adbfd8c0a87cbb3b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_aceaa0982ab24256adbfd8c0a87cbb3b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/aceaa0982ab24256adbfd8c0a87cbb3b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/aceaa0982ab24256adbfd8c0a87cbb3b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/aceaa0982ab24256adbfd8c0a87cbb3b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/aceaa0982ab24256adbfd8c0a87cbb3b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/aceaa0982ab24256adbfd8c0a87cbb3b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/aceaa0982ab24256adbfd8c0a87cbb3b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/aceaa0982ab24256adbfd8c0a87cbb3b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/aceaa0982ab24256adbfd8c0a87cbb3b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/aceaa0982ab24256adbfd8c0a87cbb3b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-6f69c0d1-329f-429-user", "id": "a7e0b44044f74838be1b78bb3bd354af"}, "audit_ids": ["ozgB_kT8RZ6PMxAbXKYt8w"], "issued_at": "2018-08-12T08:32:39.000000Z"}} 2018-08-12 08:32:39,269 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}1a469567e8d775e2cd6e457d2bcc613fa02c80eb" 2018-08-12 08:32:39,353 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:32:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-330ad163-dc11-433e-8529-d7ce7017d17b Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:32:39,354 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-330ad163-dc11-433e-8529-d7ce7017d17b 2018-08-12 08:32:39,360 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-40613717-7c36-444c-a69f-4ef654622f8b-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5c1fa2161f46278052a962c3f5e7345e9de2ca7" 2018-08-12 08:32:39,638 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-98056339-643a-465a-bead-52162e1f30ac Date: Sun, 12 Aug 2018 08:32:39 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["a7678a6a-780e-40d2-ad13-ed4cad15d0b8"],"updated_at":"2018-08-12T08:32:33Z","tenant_id":"aceaa0982ab24256adbfd8c0a87cbb3b","created_at":"2018-08-12T08:32:32Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"aceaa0982ab24256adbfd8c0a87cbb3b","id":"f2d3e4ae-714d-4edb-b82d-ccd3dd68b657","name":"InstanceSecurityGroupTests-40613717-7c36-444c-a69f-4ef654622f8b-pub-net"}]} 2018-08-12 08:32:39,638 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-40613717-7c36-444c-a69f-4ef654622f8b-pub-net used request id req-98056339-643a-465a-bead-52162e1f30ac 2018-08-12 08:32:39,644 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=f2d3e4ae-714d-4edb-b82d-ccd3dd68b657 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5c1fa2161f46278052a962c3f5e7345e9de2ca7" 2018-08-12 08:32:39,857 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-9d4d16cb-a8c6-42d8-9140-ba314e880a17 Date: Sun, 12 Aug 2018 08:32:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f2d3e4ae-714d-4edb-b82d-ccd3dd68b657","tenant_id":"aceaa0982ab24256adbfd8c0a87cbb3b","created_at":"2018-08-12T08:32:33Z","dns_nameservers":[],"updated_at":"2018-08-12T08:32:33Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"aceaa0982ab24256adbfd8c0a87cbb3b","id":"a7678a6a-780e-40d2-ad13-ed4cad15d0b8","subnetpool_id":null,"name":"InstanceSecurityGroupTests-40613717-7c36-444c-a69f-4ef654622f8b-pub-subnet"}]} 2018-08-12 08:32:39,858 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=f2d3e4ae-714d-4edb-b82d-ccd3dd68b657 used request id req-9d4d16cb-a8c6-42d8-9140-ba314e880a17 2018-08-12 08:32:39,862 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-40613717-7c36-444c-a69f-4ef654622f8b-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5c1fa2161f46278052a962c3f5e7345e9de2ca7" 2018-08-12 08:32:39,962 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-8e2744b3-2484-46c0-8ba6-518474bcee77 Date: Sun, 12 Aug 2018 08:32:39 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["a7678a6a-780e-40d2-ad13-ed4cad15d0b8"],"updated_at":"2018-08-12T08:32:33Z","tenant_id":"aceaa0982ab24256adbfd8c0a87cbb3b","created_at":"2018-08-12T08:32:32Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"aceaa0982ab24256adbfd8c0a87cbb3b","id":"f2d3e4ae-714d-4edb-b82d-ccd3dd68b657","name":"InstanceSecurityGroupTests-40613717-7c36-444c-a69f-4ef654622f8b-pub-net"}]} 2018-08-12 08:32:39,962 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-40613717-7c36-444c-a69f-4ef654622f8b-pub-net used request id req-8e2744b3-2484-46c0-8ba6-518474bcee77 2018-08-12 08:32:39,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:32:39,970 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:32:39 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:32:39,972 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/aceaa0982ab24256adbfd8c0a87cbb3b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a469567e8d775e2cd6e457d2bcc613fa02c80eb" 2018-08-12 08:32:40,066 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:32:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2e63eb8b-cc69-4827-a705-a5c63ff8d1e0 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/aceaa0982ab24256adbfd8c0a87cbb3b"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "aceaa0982ab24256adbfd8c0a87cbb3b", "name": "InstanceSecurityGroupTests-6f69c0d1-329f-429-proj"}} 2018-08-12 08:32:40,066 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/aceaa0982ab24256adbfd8c0a87cbb3b used request id req-2e63eb8b-cc69-4827-a705-a5c63ff8d1e0 2018-08-12 08:32:40,072 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=f2d3e4ae-714d-4edb-b82d-ccd3dd68b657 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5c1fa2161f46278052a962c3f5e7345e9de2ca7" 2018-08-12 08:32:40,126 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-71431048-3ff3-403c-9666-2eeaeabc74c8 Date: Sun, 12 Aug 2018 08:32:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f2d3e4ae-714d-4edb-b82d-ccd3dd68b657","tenant_id":"aceaa0982ab24256adbfd8c0a87cbb3b","created_at":"2018-08-12T08:32:33Z","dns_nameservers":[],"updated_at":"2018-08-12T08:32:33Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"aceaa0982ab24256adbfd8c0a87cbb3b","id":"a7678a6a-780e-40d2-ad13-ed4cad15d0b8","subnetpool_id":null,"name":"InstanceSecurityGroupTests-40613717-7c36-444c-a69f-4ef654622f8b-pub-subnet"}]} 2018-08-12 08:32:40,126 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=f2d3e4ae-714d-4edb-b82d-ccd3dd68b657 used request id req-71431048-3ff3-403c-9666-2eeaeabc74c8 2018-08-12 08:32:40,127 - neutron_utils - INFO - Creating port for network with name - InstanceSecurityGroupTests-40613717-7c36-444c-a69f-4ef654622f8b-pub-net 2018-08-12 08:32:40,132 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5c1fa2161f46278052a962c3f5e7345e9de2ca7" -d '{"port": {"network_id": "f2d3e4ae-714d-4edb-b82d-ccd3dd68b657", "name": "InstanceSecurityGroupTests-40613717-7c36-444c-a69f-4ef654622f8b-port", "admin_state_up": true}}' 2018-08-12 08:32:41,266 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 760 X-Openstack-Request-Id: req-a6377416-f592-444d-a7ad-861aa31f2812 Date: Sun, 12 Aug 2018 08:32:41 GMT RESP BODY: {"port":{"status":"DOWN","created_at":"2018-08-12T08:32:40Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"f2d3e4ae-714d-4edb-b82d-ccd3dd68b657","tenant_id":"aceaa0982ab24256adbfd8c0a87cbb3b","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T08:32:40Z","name":"InstanceSecurityGroupTests-40613717-7c36-444c-a69f-4ef654622f8b-port","device_owner":"","revision_number":6,"mac_address":"fa:16:3e:c2:b1:42","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"aceaa0982ab24256adbfd8c0a87cbb3b","fixed_ips":[{"subnet_id":"a7678a6a-780e-40d2-ad13-ed4cad15d0b8","ip_address":"10.55.0.5"}],"id":"c6a2bb13-7649-4a3f-9a90-a1c0c71dc520","security_groups":["dc95f967-d8f2-4e53-8fd9-a043bffe8dc2"],"device_id":""}} 2018-08-12 08:32:41,266 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/ports used request id req-a6377416-f592-444d-a7ad-861aa31f2812 2018-08-12 08:32:41,271 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-40613717-7c36-444c-a69f-4ef654622f8b-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5c1fa2161f46278052a962c3f5e7345e9de2ca7" 2018-08-12 08:32:41,374 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-0cfd3b04-f4af-4572-9c94-5ef7ec5abee5 Date: Sun, 12 Aug 2018 08:32:41 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":["a7678a6a-780e-40d2-ad13-ed4cad15d0b8"],"updated_at":"2018-08-12T08:32:33Z","tenant_id":"aceaa0982ab24256adbfd8c0a87cbb3b","created_at":"2018-08-12T08:32:32Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"aceaa0982ab24256adbfd8c0a87cbb3b","id":"f2d3e4ae-714d-4edb-b82d-ccd3dd68b657","name":"InstanceSecurityGroupTests-40613717-7c36-444c-a69f-4ef654622f8b-pub-net"}]} 2018-08-12 08:32:41,374 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-40613717-7c36-444c-a69f-4ef654622f8b-pub-net used request id req-0cfd3b04-f4af-4572-9c94-5ef7ec5abee5 2018-08-12 08:32:41,379 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=f2d3e4ae-714d-4edb-b82d-ccd3dd68b657 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5c1fa2161f46278052a962c3f5e7345e9de2ca7" 2018-08-12 08:32:41,430 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-85857c6c-955c-4b3a-a94b-2465693ab979 Date: Sun, 12 Aug 2018 08:32:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f2d3e4ae-714d-4edb-b82d-ccd3dd68b657","tenant_id":"aceaa0982ab24256adbfd8c0a87cbb3b","created_at":"2018-08-12T08:32:33Z","dns_nameservers":[],"updated_at":"2018-08-12T08:32:33Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"aceaa0982ab24256adbfd8c0a87cbb3b","id":"a7678a6a-780e-40d2-ad13-ed4cad15d0b8","subnetpool_id":null,"name":"InstanceSecurityGroupTests-40613717-7c36-444c-a69f-4ef654622f8b-pub-subnet"}]} 2018-08-12 08:32:41,430 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=f2d3e4ae-714d-4edb-b82d-ccd3dd68b657 used request id req-85857c6c-955c-4b3a-a94b-2465693ab979 2018-08-12 08:32:41,435 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-40613717-7c36-444c-a69f-4ef654622f8b-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5c1fa2161f46278052a962c3f5e7345e9de2ca7" 2018-08-12 08:32:41,702 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-fbef2737-ec0e-41a2-bc0d-37df544fe05e Date: Sun, 12 Aug 2018 08:32:41 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":["a7678a6a-780e-40d2-ad13-ed4cad15d0b8"],"updated_at":"2018-08-12T08:32:33Z","tenant_id":"aceaa0982ab24256adbfd8c0a87cbb3b","created_at":"2018-08-12T08:32:32Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"aceaa0982ab24256adbfd8c0a87cbb3b","id":"f2d3e4ae-714d-4edb-b82d-ccd3dd68b657","name":"InstanceSecurityGroupTests-40613717-7c36-444c-a69f-4ef654622f8b-pub-net"}]} 2018-08-12 08:32:41,702 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-40613717-7c36-444c-a69f-4ef654622f8b-pub-net used request id req-fbef2737-ec0e-41a2-bc0d-37df544fe05e 2018-08-12 08:32:41,706 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/aceaa0982ab24256adbfd8c0a87cbb3b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5c1fa2161f46278052a962c3f5e7345e9de2ca7" 2018-08-12 08:32:41,794 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:32:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ea61429c-ba61-4601-af49-e85c5b23e7dc Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/aceaa0982ab24256adbfd8c0a87cbb3b"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "aceaa0982ab24256adbfd8c0a87cbb3b", "name": "InstanceSecurityGroupTests-6f69c0d1-329f-429-proj"}} 2018-08-12 08:32:41,794 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/aceaa0982ab24256adbfd8c0a87cbb3b used request id req-ea61429c-ba61-4601-af49-e85c5b23e7dc 2018-08-12 08:32:41,799 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=f2d3e4ae-714d-4edb-b82d-ccd3dd68b657 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5c1fa2161f46278052a962c3f5e7345e9de2ca7" 2018-08-12 08:32:42,022 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-88473222-40d0-463c-9688-d4b97a8b2999 Date: Sun, 12 Aug 2018 08:32:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f2d3e4ae-714d-4edb-b82d-ccd3dd68b657","tenant_id":"aceaa0982ab24256adbfd8c0a87cbb3b","created_at":"2018-08-12T08:32:33Z","dns_nameservers":[],"updated_at":"2018-08-12T08:32:33Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"aceaa0982ab24256adbfd8c0a87cbb3b","id":"a7678a6a-780e-40d2-ad13-ed4cad15d0b8","subnetpool_id":null,"name":"InstanceSecurityGroupTests-40613717-7c36-444c-a69f-4ef654622f8b-pub-subnet"}]} 2018-08-12 08:32:42,022 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=f2d3e4ae-714d-4edb-b82d-ccd3dd68b657 used request id req-88473222-40d0-463c-9688-d4b97a8b2999 2018-08-12 08:32:42,027 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=f2d3e4ae-714d-4edb-b82d-ccd3dd68b657&name=InstanceSecurityGroupTests-40613717-7c36-444c-a69f-4ef654622f8b-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5c1fa2161f46278052a962c3f5e7345e9de2ca7" 2018-08-12 08:32:42,260 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 763 X-Openstack-Request-Id: req-8e56cee6-75c8-42ae-b1f3-f93438164494 Date: Sun, 12 Aug 2018 08:32:42 GMT RESP BODY: {"ports":[{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"f2d3e4ae-714d-4edb-b82d-ccd3dd68b657","tenant_id":"aceaa0982ab24256adbfd8c0a87cbb3b","created_at":"2018-08-12T08:32:40Z","admin_state_up":true,"updated_at":"2018-08-12T08:32:40Z","binding:vnic_type":"normal","device_id":"","device_owner":"","revision_number":6,"mac_address":"fa:16:3e:c2:b1:42","id":"c6a2bb13-7649-4a3f-9a90-a1c0c71dc520","port_security_enabled":true,"project_id":"aceaa0982ab24256adbfd8c0a87cbb3b","fixed_ips":[{"subnet_id":"a7678a6a-780e-40d2-ad13-ed4cad15d0b8","ip_address":"10.55.0.5"}],"extra_dhcp_opts":[],"security_groups":["dc95f967-d8f2-4e53-8fd9-a043bffe8dc2"],"name":"InstanceSecurityGroupTests-40613717-7c36-444c-a69f-4ef654622f8b-port"}]} 2018-08-12 08:32:42,260 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=f2d3e4ae-714d-4edb-b82d-ccd3dd68b657&name=InstanceSecurityGroupTests-40613717-7c36-444c-a69f-4ef654622f8b-port&admin_state_up=True used request id req-8e56cee6-75c8-42ae-b1f3-f93438164494 2018-08-12 08:32:42,264 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/aceaa0982ab24256adbfd8c0a87cbb3b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5c1fa2161f46278052a962c3f5e7345e9de2ca7" 2018-08-12 08:32:42,362 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:32:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-12dfa58c-528f-4c81-867a-0f87de00d157 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/aceaa0982ab24256adbfd8c0a87cbb3b"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "aceaa0982ab24256adbfd8c0a87cbb3b", "name": "InstanceSecurityGroupTests-6f69c0d1-329f-429-proj"}} 2018-08-12 08:32:42,362 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/aceaa0982ab24256adbfd8c0a87cbb3b used request id req-12dfa58c-528f-4c81-867a-0f87de00d157 2018-08-12 08:32:42,363 - nova_utils - INFO - Creating VM with name - InstanceSecurityGroupTests-40613717-7c36-444c-a69f-4ef654622f8b-inst 2018-08-12 08:32:42,366 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5c1fa2161f46278052a962c3f5e7345e9de2ca7" 2018-08-12 08:32:42,388 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:32: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-71dcef4a-5d39-46e7-9d88-e13a26380c8a x-compute-request-id: req-71dcef4a-5d39-46e7-9d88-e13a26380c8a Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"flavors": [{"id": "0641ca94-1e42-493d-af48-e6ac446c68d7", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/0641ca94-1e42-493d-af48-e6ac446c68d7", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/0641ca94-1e42-493d-af48-e6ac446c68d7", "rel": "bookmark"}], "name": "InstanceSecurityGroupTests-40613717-7c36-444c-a69f-4ef654622f8b-flavor-name"}]} 2018-08-12 08:32:42,388 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-71dcef4a-5d39-46e7-9d88-e13a26380c8a 2018-08-12 08:32:42,391 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors/0641ca94-1e42-493d-af48-e6ac446c68d7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5c1fa2161f46278052a962c3f5e7345e9de2ca7" 2018-08-12 08:32:42,412 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:32: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-459bc1f4-5a1c-4baa-9a4d-aff2cae81000 x-compute-request-id: req-459bc1f4-5a1c-4baa-9a4d-aff2cae81000 Content-Encoding: gzip Content-Length: 324 Content-Type: application/json RESP BODY: {"flavor": {"name": "InstanceSecurityGroupTests-40613717-7c36-444c-a69f-4ef654622f8b-flavor-name", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/0641ca94-1e42-493d-af48-e6ac446c68d7", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/0641ca94-1e42-493d-af48-e6ac446c68d7", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": "0641ca94-1e42-493d-af48-e6ac446c68d7"}} 2018-08-12 08:32:42,412 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/0641ca94-1e42-493d-af48-e6ac446c68d7 used request id req-459bc1f4-5a1c-4baa-9a4d-aff2cae81000 2018-08-12 08:32:42,415 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-40613717-7c36-444c-a69f-4ef654622f8b-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b5c1fa2161f46278052a962c3f5e7345e9de2ca7" 2018-08-12 08:32:42,617 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1062 Content-Type: application/json X-Openstack-Request-Id: req-175b1d4c-219b-43b7-be27-8f64fe617e3d Date: Sun, 12 Aug 2018 08:32:42 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-40613717-7c36-444c-a69f-4ef654622f8b-image", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:32:29Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-12T08:32:30Z", "visibility": "shared", "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/fa29bdf4-1e46-4cd1-9c1c-a9a89c725e9f/snap", "metadata": {}}], "self": "/v2/images/fa29bdf4-1e46-4cd1-9c1c-a9a89c725e9f", "min_disk": 0, "protected": false, "id": "fa29bdf4-1e46-4cd1-9c1c-a9a89c725e9f", "file": "/v2/images/fa29bdf4-1e46-4cd1-9c1c-a9a89c725e9f/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "aceaa0982ab24256adbfd8c0a87cbb3b", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/fa29bdf4-1e46-4cd1-9c1c-a9a89c725e9f/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=InstanceSecurityGroupTests-40613717-7c36-444c-a69f-4ef654622f8b-image"} 2018-08-12 08:32:42,617 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-40613717-7c36-444c-a69f-4ef654622f8b-image used request id req-175b1d4c-219b-43b7-be27-8f64fe617e3d 2018-08-12 08:32:42,620 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b5c1fa2161f46278052a962c3f5e7345e9de2ca7" 2018-08-12 08:32:42,808 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-bac3e39e-8d89-4c10-be79-f7e939dd88d5 Date: Sun, 12 Aug 2018 08:32:42 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"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}, "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}, "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"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "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"}, "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"}, "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}, "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}, "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"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "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}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-12 08:32:42,808 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-bac3e39e-8d89-4c10-be79-f7e939dd88d5 2018-08-12 08:32:42,814 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5c1fa2161f46278052a962c3f5e7345e9de2ca7" -d '{"server": {"name": "InstanceSecurityGroupTests-40613717-7c36-444c-a69f-4ef654622f8b-inst", "imageRef": "fa29bdf4-1e46-4cd1-9c1c-a9a89c725e9f", "flavorRef": "0641ca94-1e42-493d-af48-e6ac446c68d7", "max_count": 1, "min_count": 1, "networks": [{"port": "c6a2bb13-7649-4a3f-9a90-a1c0c71dc520"}]}}' 2018-08-12 08:32:44,286 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 08:32: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-aebe640c-e03f-4012-922d-0ca24bbcb2e0 x-compute-request-id: req-aebe640c-e03f-4012-922d-0ca24bbcb2e0 Content-Length: 374 location: http://172.30.9.21:8774/v2.1/servers/42bb21d2-4cb4-4874-9bcc-f27b034a2f79 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "42bb21d2-4cb4-4874-9bcc-f27b034a2f79", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/42bb21d2-4cb4-4874-9bcc-f27b034a2f79", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/42bb21d2-4cb4-4874-9bcc-f27b034a2f79", "rel": "bookmark"}], "adminPass": "PrkmS9jc8GER"}} 2018-08-12 08:32:44,286 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-aebe640c-e03f-4012-922d-0ca24bbcb2e0 2018-08-12 08:32:44,290 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/42bb21d2-4cb4-4874-9bcc-f27b034a2f79 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5c1fa2161f46278052a962c3f5e7345e9de2ca7" 2018-08-12 08:32:44,678 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:32: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-35384be6-4267-4527-bb35-9a6e2f51640c x-compute-request-id: req-35384be6-4267-4527-bb35-9a6e2f51640c Content-Encoding: gzip Content-Length: 610 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/42bb21d2-4cb4-4874-9bcc-f27b034a2f79", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/42bb21d2-4cb4-4874-9bcc-f27b034a2f79", "rel": "bookmark"}], "image": {"id": "fa29bdf4-1e46-4cd1-9c1c-a9a89c725e9f", "links": [{"href": "http://172.30.9.21:8774/images/fa29bdf4-1e46-4cd1-9c1c-a9a89c725e9f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0641ca94-1e42-493d-af48-e6ac446c68d7", "links": [{"href": "http://172.30.9.21:8774/flavors/0641ca94-1e42-493d-af48-e6ac446c68d7", "rel": "bookmark"}]}, "id": "42bb21d2-4cb4-4874-9bcc-f27b034a2f79", "user_id": "a7e0b44044f74838be1b78bb3bd354af", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:32:44Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-40613717-7c36-444c-a69f-4ef654622f8b-inst", "created": "2018-08-12T08:32:44Z", "tenant_id": "aceaa0982ab24256adbfd8c0a87cbb3b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:32:44,678 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/42bb21d2-4cb4-4874-9bcc-f27b034a2f79 used request id req-35384be6-4267-4527-bb35-9a6e2f51640c 2018-08-12 08:32:44,678 - create_instance - INFO - Created instance with name - InstanceSecurityGroupTests-40613717-7c36-444c-a69f-4ef654622f8b-inst 2018-08-12 08:32:44,681 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/42bb21d2-4cb4-4874-9bcc-f27b034a2f79 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5c1fa2161f46278052a962c3f5e7345e9de2ca7" 2018-08-12 08:32:44,951 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:32: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-0ccb3889-ab1c-4410-8c21-0b766c507089 x-compute-request-id: req-0ccb3889-ab1c-4410-8c21-0b766c507089 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.21:8774/v2.1/servers/42bb21d2-4cb4-4874-9bcc-f27b034a2f79", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/42bb21d2-4cb4-4874-9bcc-f27b034a2f79", "rel": "bookmark"}], "image": {"id": "fa29bdf4-1e46-4cd1-9c1c-a9a89c725e9f", "links": [{"href": "http://172.30.9.21:8774/images/fa29bdf4-1e46-4cd1-9c1c-a9a89c725e9f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0641ca94-1e42-493d-af48-e6ac446c68d7", "links": [{"href": "http://172.30.9.21:8774/flavors/0641ca94-1e42-493d-af48-e6ac446c68d7", "rel": "bookmark"}]}, "id": "42bb21d2-4cb4-4874-9bcc-f27b034a2f79", "user_id": "a7e0b44044f74838be1b78bb3bd354af", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:32:44Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-40613717-7c36-444c-a69f-4ef654622f8b-inst", "created": "2018-08-12T08:32:44Z", "tenant_id": "aceaa0982ab24256adbfd8c0a87cbb3b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:32:44,952 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/42bb21d2-4cb4-4874-9bcc-f27b034a2f79 used request id req-0ccb3889-ab1c-4410-8c21-0b766c507089 2018-08-12 08:32:44,952 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-40613717-7c36-444c-a69f-4ef654622f8b-inst] is - BUILD 2018-08-12 08:32:44,952 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-12 08:32:47,955 - create_instance - DEBUG - VM status query timeout in 896.723149776 2018-08-12 08:32:47,959 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/42bb21d2-4cb4-4874-9bcc-f27b034a2f79 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5c1fa2161f46278052a962c3f5e7345e9de2ca7" 2018-08-12 08:32:48,814 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:32:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-611ad323-7a45-40e1-8e42-37b230d22fef x-compute-request-id: req-611ad323-7a45-40e1-8e42-37b230d22fef Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/42bb21d2-4cb4-4874-9bcc-f27b034a2f79", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/42bb21d2-4cb4-4874-9bcc-f27b034a2f79", "rel": "bookmark"}], "image": {"id": "fa29bdf4-1e46-4cd1-9c1c-a9a89c725e9f", "links": [{"href": "http://172.30.9.21:8774/images/fa29bdf4-1e46-4cd1-9c1c-a9a89c725e9f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0641ca94-1e42-493d-af48-e6ac446c68d7", "links": [{"href": "http://172.30.9.21:8774/flavors/0641ca94-1e42-493d-af48-e6ac446c68d7", "rel": "bookmark"}]}, "id": "42bb21d2-4cb4-4874-9bcc-f27b034a2f79", "security_groups": [{"name": "default"}], "user_id": "a7e0b44044f74838be1b78bb3bd354af", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:32:45Z", "hostId": "ea728ce32b004e2895c6e6b2503fa9fd877f5401c4ff1c49bb54cb23", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-40613717-7c36-444c-a69f-4ef654622f8b-inst", "created": "2018-08-12T08:32:44Z", "tenant_id": "aceaa0982ab24256adbfd8c0a87cbb3b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:32:48,814 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/42bb21d2-4cb4-4874-9bcc-f27b034a2f79 used request id req-611ad323-7a45-40e1-8e42-37b230d22fef 2018-08-12 08:32:48,815 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-40613717-7c36-444c-a69f-4ef654622f8b-inst] is - BUILD 2018-08-12 08:32:48,815 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-12 08:32:51,818 - create_instance - DEBUG - VM status query timeout in 892.860466003 2018-08-12 08:32:51,821 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/42bb21d2-4cb4-4874-9bcc-f27b034a2f79 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5c1fa2161f46278052a962c3f5e7345e9de2ca7" 2018-08-12 08:32:52,328 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:32: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-feb982ee-830c-4e13-b7c8-806858caa753 x-compute-request-id: req-feb982ee-830c-4e13-b7c8-806858caa753 Content-Encoding: gzip Content-Length: 747 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-40613717-7c36-444c-a69f-4ef654622f8b-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c2:b1:42", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/42bb21d2-4cb4-4874-9bcc-f27b034a2f79", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/42bb21d2-4cb4-4874-9bcc-f27b034a2f79", "rel": "bookmark"}], "image": {"id": "fa29bdf4-1e46-4cd1-9c1c-a9a89c725e9f", "links": [{"href": "http://172.30.9.21:8774/images/fa29bdf4-1e46-4cd1-9c1c-a9a89c725e9f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:32:49.000000", "flavor": {"id": "0641ca94-1e42-493d-af48-e6ac446c68d7", "links": [{"href": "http://172.30.9.21:8774/flavors/0641ca94-1e42-493d-af48-e6ac446c68d7", "rel": "bookmark"}]}, "id": "42bb21d2-4cb4-4874-9bcc-f27b034a2f79", "security_groups": [{"name": "default"}], "user_id": "a7e0b44044f74838be1b78bb3bd354af", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:32:49Z", "hostId": "ea728ce32b004e2895c6e6b2503fa9fd877f5401c4ff1c49bb54cb23", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-40613717-7c36-444c-a69f-4ef654622f8b-inst", "created": "2018-08-12T08:32:44Z", "tenant_id": "aceaa0982ab24256adbfd8c0a87cbb3b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:32:52,328 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/42bb21d2-4cb4-4874-9bcc-f27b034a2f79 used request id req-feb982ee-830c-4e13-b7c8-806858caa753 2018-08-12 08:32:52,328 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-40613717-7c36-444c-a69f-4ef654622f8b-inst] is - ACTIVE 2018-08-12 08:32:52,329 - create_instance - INFO - VM is - ACTIVE 2018-08-12 08:32:52,331 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/42bb21d2-4cb4-4874-9bcc-f27b034a2f79 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5c1fa2161f46278052a962c3f5e7345e9de2ca7" 2018-08-12 08:32:52,883 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:32: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-fa823b36-7c1c-4e7b-b67f-dd26b8ad711c x-compute-request-id: req-fa823b36-7c1c-4e7b-b67f-dd26b8ad711c Content-Encoding: gzip Content-Length: 747 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-40613717-7c36-444c-a69f-4ef654622f8b-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c2:b1:42", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/42bb21d2-4cb4-4874-9bcc-f27b034a2f79", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/42bb21d2-4cb4-4874-9bcc-f27b034a2f79", "rel": "bookmark"}], "image": {"id": "fa29bdf4-1e46-4cd1-9c1c-a9a89c725e9f", "links": [{"href": "http://172.30.9.21:8774/images/fa29bdf4-1e46-4cd1-9c1c-a9a89c725e9f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:32:49.000000", "flavor": {"id": "0641ca94-1e42-493d-af48-e6ac446c68d7", "links": [{"href": "http://172.30.9.21:8774/flavors/0641ca94-1e42-493d-af48-e6ac446c68d7", "rel": "bookmark"}]}, "id": "42bb21d2-4cb4-4874-9bcc-f27b034a2f79", "security_groups": [{"name": "default"}], "user_id": "a7e0b44044f74838be1b78bb3bd354af", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:32:49Z", "hostId": "ea728ce32b004e2895c6e6b2503fa9fd877f5401c4ff1c49bb54cb23", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-40613717-7c36-444c-a69f-4ef654622f8b-inst", "created": "2018-08-12T08:32:44Z", "tenant_id": "aceaa0982ab24256adbfd8c0a87cbb3b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:32:52,883 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/42bb21d2-4cb4-4874-9bcc-f27b034a2f79 used request id req-fa823b36-7c1c-4e7b-b67f-dd26b8ad711c 2018-08-12 08:32:52,889 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-40613717-7c36-444c-a69f-4ef654622f8b-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5c1fa2161f46278052a962c3f5e7345e9de2ca7" 2018-08-12 08:32:53,017 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-fdcb2af3-2d8b-4075-808a-ddc8410c7ae3 Date: Sun, 12 Aug 2018 08:32:53 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["a7678a6a-780e-40d2-ad13-ed4cad15d0b8"],"updated_at":"2018-08-12T08:32:33Z","tenant_id":"aceaa0982ab24256adbfd8c0a87cbb3b","created_at":"2018-08-12T08:32:32Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"aceaa0982ab24256adbfd8c0a87cbb3b","id":"f2d3e4ae-714d-4edb-b82d-ccd3dd68b657","name":"InstanceSecurityGroupTests-40613717-7c36-444c-a69f-4ef654622f8b-pub-net"}]} 2018-08-12 08:32:53,017 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-40613717-7c36-444c-a69f-4ef654622f8b-pub-net used request id req-fdcb2af3-2d8b-4075-808a-ddc8410c7ae3 2018-08-12 08:32:53,022 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/aceaa0982ab24256adbfd8c0a87cbb3b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5c1fa2161f46278052a962c3f5e7345e9de2ca7" 2018-08-12 08:32:53,117 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:32:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b0278c5a-d87c-4ccf-9a51-b2762dae62b0 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/aceaa0982ab24256adbfd8c0a87cbb3b"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "aceaa0982ab24256adbfd8c0a87cbb3b", "name": "InstanceSecurityGroupTests-6f69c0d1-329f-429-proj"}} 2018-08-12 08:32:53,117 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/aceaa0982ab24256adbfd8c0a87cbb3b used request id req-b0278c5a-d87c-4ccf-9a51-b2762dae62b0 2018-08-12 08:32:53,122 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=f2d3e4ae-714d-4edb-b82d-ccd3dd68b657 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5c1fa2161f46278052a962c3f5e7345e9de2ca7" 2018-08-12 08:32:53,171 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-381289ba-064a-40b1-bcd1-63e7e514f3d0 Date: Sun, 12 Aug 2018 08:32:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f2d3e4ae-714d-4edb-b82d-ccd3dd68b657","tenant_id":"aceaa0982ab24256adbfd8c0a87cbb3b","created_at":"2018-08-12T08:32:33Z","dns_nameservers":[],"updated_at":"2018-08-12T08:32:33Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"aceaa0982ab24256adbfd8c0a87cbb3b","id":"a7678a6a-780e-40d2-ad13-ed4cad15d0b8","subnetpool_id":null,"name":"InstanceSecurityGroupTests-40613717-7c36-444c-a69f-4ef654622f8b-pub-subnet"}]} 2018-08-12 08:32:53,171 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=f2d3e4ae-714d-4edb-b82d-ccd3dd68b657 used request id req-381289ba-064a-40b1-bcd1-63e7e514f3d0 2018-08-12 08:32:53,176 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=f2d3e4ae-714d-4edb-b82d-ccd3dd68b657 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5c1fa2161f46278052a962c3f5e7345e9de2ca7" 2018-08-12 08:32:53,364 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3028 X-Openstack-Request-Id: req-7894b508-7c74-469a-bc21-96e5687eae87 Date: Sun, 12 Aug 2018 08:32:53 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"f2d3e4ae-714d-4edb-b82d-ccd3dd68b657","tenant_id":"aceaa0982ab24256adbfd8c0a87cbb3b","created_at":"2018-08-12T08:32:35Z","admin_state_up":true,"updated_at":"2018-08-12T08:32:38Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-f2d3e4ae-714d-4edb-b82d-ccd3dd68b657","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:16:e4:f6","id":"57780744-c132-4267-ba59-b5ec40065433","port_security_enabled":false,"project_id":"aceaa0982ab24256adbfd8c0a87cbb3b","fixed_ips":[{"subnet_id":"a7678a6a-780e-40d2-ad13-ed4cad15d0b8","ip_address":"10.55.0.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"f2d3e4ae-714d-4edb-b82d-ccd3dd68b657","tenant_id":"aceaa0982ab24256adbfd8c0a87cbb3b","created_at":"2018-08-12T08:32:34Z","admin_state_up":true,"updated_at":"2018-08-12T08:32:37Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-f2d3e4ae-714d-4edb-b82d-ccd3dd68b657","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:a4:cf:03","id":"78232402-c054-4575-a19b-310ff9e3415b","port_security_enabled":false,"project_id":"aceaa0982ab24256adbfd8c0a87cbb3b","fixed_ips":[{"subnet_id":"a7678a6a-780e-40d2-ad13-ed4cad15d0b8","ip_address":"10.55.0.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"f2d3e4ae-714d-4edb-b82d-ccd3dd68b657","tenant_id":"aceaa0982ab24256adbfd8c0a87cbb3b","created_at":"2018-08-12T08:32:40Z","admin_state_up":true,"updated_at":"2018-08-12T08:32:49Z","binding:vnic_type":"normal","device_id":"42bb21d2-4cb4-4874-9bcc-f27b034a2f79","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:c2:b1:42","id":"c6a2bb13-7649-4a3f-9a90-a1c0c71dc520","port_security_enabled":true,"project_id":"aceaa0982ab24256adbfd8c0a87cbb3b","fixed_ips":[{"subnet_id":"a7678a6a-780e-40d2-ad13-ed4cad15d0b8","ip_address":"10.55.0.5"}],"extra_dhcp_opts":[],"security_groups":["dc95f967-d8f2-4e53-8fd9-a043bffe8dc2"],"name":"InstanceSecurityGroupTests-40613717-7c36-444c-a69f-4ef654622f8b-port"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"f2d3e4ae-714d-4edb-b82d-ccd3dd68b657","tenant_id":"aceaa0982ab24256adbfd8c0a87cbb3b","created_at":"2018-08-12T08:32:34Z","admin_state_up":true,"updated_at":"2018-08-12T08:32:36Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-f2d3e4ae-714d-4edb-b82d-ccd3dd68b657","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:e4:01:71","id":"ce64aa78-76c0-4757-9d48-29f4ac7a3a94","port_security_enabled":false,"project_id":"aceaa0982ab24256adbfd8c0a87cbb3b","fixed_ips":[{"subnet_id":"a7678a6a-780e-40d2-ad13-ed4cad15d0b8","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-12 08:32:53,364 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=f2d3e4ae-714d-4edb-b82d-ccd3dd68b657 used request id req-7894b508-7c74-469a-bc21-96e5687eae87 2018-08-12 08:32:53,365 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:32:53,366 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:32:53,754 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4ca2a5a07d0e48babb1056571f465d19", "name": "InstanceSecurityGroupTests-6f69c0d1-329f-429-proj-role"}], "expires_at": "2018-08-12T09:32:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "aceaa0982ab24256adbfd8c0a87cbb3b", "name": "InstanceSecurityGroupTests-6f69c0d1-329f-429-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/aceaa0982ab24256adbfd8c0a87cbb3b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/aceaa0982ab24256adbfd8c0a87cbb3b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/aceaa0982ab24256adbfd8c0a87cbb3b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_aceaa0982ab24256adbfd8c0a87cbb3b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_aceaa0982ab24256adbfd8c0a87cbb3b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/aceaa0982ab24256adbfd8c0a87cbb3b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/aceaa0982ab24256adbfd8c0a87cbb3b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/aceaa0982ab24256adbfd8c0a87cbb3b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/aceaa0982ab24256adbfd8c0a87cbb3b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/aceaa0982ab24256adbfd8c0a87cbb3b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/aceaa0982ab24256adbfd8c0a87cbb3b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/aceaa0982ab24256adbfd8c0a87cbb3b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/aceaa0982ab24256adbfd8c0a87cbb3b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/aceaa0982ab24256adbfd8c0a87cbb3b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-6f69c0d1-329f-429-user", "id": "a7e0b44044f74838be1b78bb3bd354af"}, "audit_ids": ["1Cble_jaSqS8ZTbiKTz4lA"], "issued_at": "2018-08-12T08:32:53.000000Z"}} 2018-08-12 08:32:53,754 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}42b5d28e775fec3c3af6b418024003f7472ff9e0" 2018-08-12 08:32:53,850 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:32:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-034da532-c4fd-4dff-95b3-5128385fe8a4 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:32:53,850 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-034da532-c4fd-4dff-95b3-5128385fe8a4 2018-08-12 08:32:53,851 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:32:53,851 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:32:53,852 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:32:53,852 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:32:53,852 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:32:53,859 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=InstanceSecurityGroupTests-40613717-7c36-444c-a69f-4ef654622f8b-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42b5d28e775fec3c3af6b418024003f7472ff9e0" 2018-08-12 08:32:53,989 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-81c725a7-ab14-493c-8144-d5410654b8e7 Date: Sun, 12 Aug 2018 08:32:53 GMT RESP BODY: {"security_groups": []} 2018-08-12 08:32:53,989 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=InstanceSecurityGroupTests-40613717-7c36-444c-a69f-4ef654622f8b-name&description=hello+group used request id req-81c725a7-ab14-493c-8144-d5410654b8e7 2018-08-12 08:32:53,989 - OpenStackSecurityGroup - INFO - Creating security group InstanceSecurityGroupTests-40613717-7c36-444c-a69f-4ef654622f8b-name... 2018-08-12 08:32:53,989 - neutron_utils - INFO - Creating security group with name - InstanceSecurityGroupTests-40613717-7c36-444c-a69f-4ef654622f8b-name 2018-08-12 08:32:53,994 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42b5d28e775fec3c3af6b418024003f7472ff9e0" -d '{"security_group": {"name": "InstanceSecurityGroupTests-40613717-7c36-444c-a69f-4ef654622f8b-name", "description": "hello group"}}' 2018-08-12 08:32:54,392 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-3c8890f2-9d11-46fd-99ae-6b2f8353914d Date: Sun, 12 Aug 2018 08:32:54 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "aceaa0982ab24256adbfd8c0a87cbb3b", "created_at": "2018-08-12T08:32:54Z", "updated_at": "2018-08-12T08:32:54Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:32:54Z", "revision_number": 0, "id": "6fe41840-1e14-46d6-9ff3-4315272e7cba", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:32:54Z", "security_group_id": "96f01d9a-7acf-4167-ac86-f891f960f9fb", "tenant_id": "aceaa0982ab24256adbfd8c0a87cbb3b", "port_range_min": null, "ethertype": "IPv6", "project_id": "aceaa0982ab24256adbfd8c0a87cbb3b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:32:54Z", "revision_number": 0, "id": "9cc9597e-2546-4705-95dc-afbe03cde752", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:32:54Z", "security_group_id": "96f01d9a-7acf-4167-ac86-f891f960f9fb", "tenant_id": "aceaa0982ab24256adbfd8c0a87cbb3b", "port_range_min": null, "ethertype": "IPv4", "project_id": "aceaa0982ab24256adbfd8c0a87cbb3b"}], "revision_number": 2, "project_id": "aceaa0982ab24256adbfd8c0a87cbb3b", "id": "96f01d9a-7acf-4167-ac86-f891f960f9fb", "name": "InstanceSecurityGroupTests-40613717-7c36-444c-a69f-4ef654622f8b-name"}} 2018-08-12 08:32:54,393 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups used request id req-3c8890f2-9d11-46fd-99ae-6b2f8353914d 2018-08-12 08:32:54,393 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 96f01d9a-7acf-4167-ac86-f891f960f9fb 2018-08-12 08:32:54,398 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=96f01d9a-7acf-4167-ac86-f891f960f9fb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42b5d28e775fec3c3af6b418024003f7472ff9e0" 2018-08-12 08:32:54,771 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-a930d000-e4cb-494b-9515-3463d870329c Date: Sun, 12 Aug 2018 08:32:54 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-12T08:32:54Z", "security_group_id": "96f01d9a-7acf-4167-ac86-f891f960f9fb", "port_range_min": null, "revision_number": 0, "tenant_id": "aceaa0982ab24256adbfd8c0a87cbb3b", "created_at": "2018-08-12T08:32:54Z", "project_id": "aceaa0982ab24256adbfd8c0a87cbb3b", "id": "6fe41840-1e14-46d6-9ff3-4315272e7cba"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:32:54Z", "security_group_id": "96f01d9a-7acf-4167-ac86-f891f960f9fb", "port_range_min": null, "revision_number": 0, "tenant_id": "aceaa0982ab24256adbfd8c0a87cbb3b", "created_at": "2018-08-12T08:32:54Z", "project_id": "aceaa0982ab24256adbfd8c0a87cbb3b", "id": "9cc9597e-2546-4705-95dc-afbe03cde752"}]} 2018-08-12 08:32:54,771 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=96f01d9a-7acf-4167-ac86-f891f960f9fb used request id req-a930d000-e4cb-494b-9515-3463d870329c 2018-08-12 08:32:54,772 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 96f01d9a-7acf-4167-ac86-f891f960f9fb 2018-08-12 08:32:54,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=96f01d9a-7acf-4167-ac86-f891f960f9fb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42b5d28e775fec3c3af6b418024003f7472ff9e0" 2018-08-12 08:32:54,978 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-17072dd0-f895-445f-b55c-9415164a47c8 Date: Sun, 12 Aug 2018 08:32:54 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-12T08:32:54Z", "security_group_id": "96f01d9a-7acf-4167-ac86-f891f960f9fb", "port_range_min": null, "revision_number": 0, "tenant_id": "aceaa0982ab24256adbfd8c0a87cbb3b", "created_at": "2018-08-12T08:32:54Z", "project_id": "aceaa0982ab24256adbfd8c0a87cbb3b", "id": "6fe41840-1e14-46d6-9ff3-4315272e7cba"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:32:54Z", "security_group_id": "96f01d9a-7acf-4167-ac86-f891f960f9fb", "port_range_min": null, "revision_number": 0, "tenant_id": "aceaa0982ab24256adbfd8c0a87cbb3b", "created_at": "2018-08-12T08:32:54Z", "project_id": "aceaa0982ab24256adbfd8c0a87cbb3b", "id": "9cc9597e-2546-4705-95dc-afbe03cde752"}]} 2018-08-12 08:32:54,978 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=96f01d9a-7acf-4167-ac86-f891f960f9fb used request id req-17072dd0-f895-445f-b55c-9415164a47c8 2018-08-12 08:32:54,979 - neutron_utils - INFO - Retrieving security group with ID - 96f01d9a-7acf-4167-ac86-f891f960f9fb 2018-08-12 08:32:54,984 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=96f01d9a-7acf-4167-ac86-f891f960f9fb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42b5d28e775fec3c3af6b418024003f7472ff9e0" 2018-08-12 08:32:55,217 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-3935d4fc-b6f2-4203-848b-4028d442de29 Date: Sun, 12 Aug 2018 08:32:55 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "aceaa0982ab24256adbfd8c0a87cbb3b", "created_at": "2018-08-12T08:32:54Z", "updated_at": "2018-08-12T08:32:54Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:32:54Z", "revision_number": 0, "id": "6fe41840-1e14-46d6-9ff3-4315272e7cba", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:32:54Z", "security_group_id": "96f01d9a-7acf-4167-ac86-f891f960f9fb", "tenant_id": "aceaa0982ab24256adbfd8c0a87cbb3b", "port_range_min": null, "ethertype": "IPv6", "project_id": "aceaa0982ab24256adbfd8c0a87cbb3b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:32:54Z", "revision_number": 0, "id": "9cc9597e-2546-4705-95dc-afbe03cde752", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:32:54Z", "security_group_id": "96f01d9a-7acf-4167-ac86-f891f960f9fb", "tenant_id": "aceaa0982ab24256adbfd8c0a87cbb3b", "port_range_min": null, "ethertype": "IPv4", "project_id": "aceaa0982ab24256adbfd8c0a87cbb3b"}], "revision_number": 2, "project_id": "aceaa0982ab24256adbfd8c0a87cbb3b", "id": "96f01d9a-7acf-4167-ac86-f891f960f9fb", "name": "InstanceSecurityGroupTests-40613717-7c36-444c-a69f-4ef654622f8b-name"}]} 2018-08-12 08:32:55,217 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=96f01d9a-7acf-4167-ac86-f891f960f9fb used request id req-3935d4fc-b6f2-4203-848b-4028d442de29 2018-08-12 08:32:55,218 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 96f01d9a-7acf-4167-ac86-f891f960f9fb 2018-08-12 08:32:55,222 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=96f01d9a-7acf-4167-ac86-f891f960f9fb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42b5d28e775fec3c3af6b418024003f7472ff9e0" 2018-08-12 08:32:55,423 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-2bb376b9-0b68-484a-a462-3e44d35d9e65 Date: Sun, 12 Aug 2018 08:32:55 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-12T08:32:54Z", "security_group_id": "96f01d9a-7acf-4167-ac86-f891f960f9fb", "port_range_min": null, "revision_number": 0, "tenant_id": "aceaa0982ab24256adbfd8c0a87cbb3b", "created_at": "2018-08-12T08:32:54Z", "project_id": "aceaa0982ab24256adbfd8c0a87cbb3b", "id": "6fe41840-1e14-46d6-9ff3-4315272e7cba"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:32:54Z", "security_group_id": "96f01d9a-7acf-4167-ac86-f891f960f9fb", "port_range_min": null, "revision_number": 0, "tenant_id": "aceaa0982ab24256adbfd8c0a87cbb3b", "created_at": "2018-08-12T08:32:54Z", "project_id": "aceaa0982ab24256adbfd8c0a87cbb3b", "id": "9cc9597e-2546-4705-95dc-afbe03cde752"}]} 2018-08-12 08:32:55,423 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=96f01d9a-7acf-4167-ac86-f891f960f9fb used request id req-2bb376b9-0b68-484a-a462-3e44d35d9e65 2018-08-12 08:32:55,424 - neutron_utils - INFO - Retrieving security group with ID - 96f01d9a-7acf-4167-ac86-f891f960f9fb 2018-08-12 08:32:55,429 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=96f01d9a-7acf-4167-ac86-f891f960f9fb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42b5d28e775fec3c3af6b418024003f7472ff9e0" 2018-08-12 08:32:55,475 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-46a6a92a-b98a-4b71-889b-771e8cd566d0 Date: Sun, 12 Aug 2018 08:32:55 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "aceaa0982ab24256adbfd8c0a87cbb3b", "created_at": "2018-08-12T08:32:54Z", "updated_at": "2018-08-12T08:32:54Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:32:54Z", "revision_number": 0, "id": "6fe41840-1e14-46d6-9ff3-4315272e7cba", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:32:54Z", "security_group_id": "96f01d9a-7acf-4167-ac86-f891f960f9fb", "tenant_id": "aceaa0982ab24256adbfd8c0a87cbb3b", "port_range_min": null, "ethertype": "IPv6", "project_id": "aceaa0982ab24256adbfd8c0a87cbb3b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:32:54Z", "revision_number": 0, "id": "9cc9597e-2546-4705-95dc-afbe03cde752", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:32:54Z", "security_group_id": "96f01d9a-7acf-4167-ac86-f891f960f9fb", "tenant_id": "aceaa0982ab24256adbfd8c0a87cbb3b", "port_range_min": null, "ethertype": "IPv4", "project_id": "aceaa0982ab24256adbfd8c0a87cbb3b"}], "revision_number": 2, "project_id": "aceaa0982ab24256adbfd8c0a87cbb3b", "id": "96f01d9a-7acf-4167-ac86-f891f960f9fb", "name": "InstanceSecurityGroupTests-40613717-7c36-444c-a69f-4ef654622f8b-name"}]} 2018-08-12 08:32:55,475 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=96f01d9a-7acf-4167-ac86-f891f960f9fb used request id req-46a6a92a-b98a-4b71-889b-771e8cd566d0 2018-08-12 08:32:55,476 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 96f01d9a-7acf-4167-ac86-f891f960f9fb 2018-08-12 08:32:55,481 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=96f01d9a-7acf-4167-ac86-f891f960f9fb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42b5d28e775fec3c3af6b418024003f7472ff9e0" 2018-08-12 08:32:55,506 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-494ece70-5cee-4443-b802-a6b99c14dac6 Date: Sun, 12 Aug 2018 08:32:55 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-12T08:32:54Z", "security_group_id": "96f01d9a-7acf-4167-ac86-f891f960f9fb", "port_range_min": null, "revision_number": 0, "tenant_id": "aceaa0982ab24256adbfd8c0a87cbb3b", "created_at": "2018-08-12T08:32:54Z", "project_id": "aceaa0982ab24256adbfd8c0a87cbb3b", "id": "6fe41840-1e14-46d6-9ff3-4315272e7cba"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:32:54Z", "security_group_id": "96f01d9a-7acf-4167-ac86-f891f960f9fb", "port_range_min": null, "revision_number": 0, "tenant_id": "aceaa0982ab24256adbfd8c0a87cbb3b", "created_at": "2018-08-12T08:32:54Z", "project_id": "aceaa0982ab24256adbfd8c0a87cbb3b", "id": "9cc9597e-2546-4705-95dc-afbe03cde752"}]} 2018-08-12 08:32:55,506 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=96f01d9a-7acf-4167-ac86-f891f960f9fb used request id req-494ece70-5cee-4443-b802-a6b99c14dac6 2018-08-12 08:32:55,507 - neutron_utils - INFO - Retrieving security group with ID - 96f01d9a-7acf-4167-ac86-f891f960f9fb 2018-08-12 08:32:55,512 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=96f01d9a-7acf-4167-ac86-f891f960f9fb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42b5d28e775fec3c3af6b418024003f7472ff9e0" 2018-08-12 08:32:55,563 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-544f83ee-31ea-46cc-9b2f-294409d948e2 Date: Sun, 12 Aug 2018 08:32:55 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "aceaa0982ab24256adbfd8c0a87cbb3b", "created_at": "2018-08-12T08:32:54Z", "updated_at": "2018-08-12T08:32:54Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:32:54Z", "revision_number": 0, "id": "6fe41840-1e14-46d6-9ff3-4315272e7cba", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:32:54Z", "security_group_id": "96f01d9a-7acf-4167-ac86-f891f960f9fb", "tenant_id": "aceaa0982ab24256adbfd8c0a87cbb3b", "port_range_min": null, "ethertype": "IPv6", "project_id": "aceaa0982ab24256adbfd8c0a87cbb3b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:32:54Z", "revision_number": 0, "id": "9cc9597e-2546-4705-95dc-afbe03cde752", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:32:54Z", "security_group_id": "96f01d9a-7acf-4167-ac86-f891f960f9fb", "tenant_id": "aceaa0982ab24256adbfd8c0a87cbb3b", "port_range_min": null, "ethertype": "IPv4", "project_id": "aceaa0982ab24256adbfd8c0a87cbb3b"}], "revision_number": 2, "project_id": "aceaa0982ab24256adbfd8c0a87cbb3b", "id": "96f01d9a-7acf-4167-ac86-f891f960f9fb", "name": "InstanceSecurityGroupTests-40613717-7c36-444c-a69f-4ef654622f8b-name"}]} 2018-08-12 08:32:55,563 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=96f01d9a-7acf-4167-ac86-f891f960f9fb used request id req-544f83ee-31ea-46cc-9b2f-294409d948e2 2018-08-12 08:32:55,563 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 96f01d9a-7acf-4167-ac86-f891f960f9fb 2018-08-12 08:32:55,568 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=96f01d9a-7acf-4167-ac86-f891f960f9fb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42b5d28e775fec3c3af6b418024003f7472ff9e0" 2018-08-12 08:32:55,759 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-89d81d1e-d4ae-4fcf-9572-cc52140f5646 Date: Sun, 12 Aug 2018 08:32:55 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-12T08:32:54Z", "security_group_id": "96f01d9a-7acf-4167-ac86-f891f960f9fb", "port_range_min": null, "revision_number": 0, "tenant_id": "aceaa0982ab24256adbfd8c0a87cbb3b", "created_at": "2018-08-12T08:32:54Z", "project_id": "aceaa0982ab24256adbfd8c0a87cbb3b", "id": "6fe41840-1e14-46d6-9ff3-4315272e7cba"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:32:54Z", "security_group_id": "96f01d9a-7acf-4167-ac86-f891f960f9fb", "port_range_min": null, "revision_number": 0, "tenant_id": "aceaa0982ab24256adbfd8c0a87cbb3b", "created_at": "2018-08-12T08:32:54Z", "project_id": "aceaa0982ab24256adbfd8c0a87cbb3b", "id": "9cc9597e-2546-4705-95dc-afbe03cde752"}]} 2018-08-12 08:32:55,759 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=96f01d9a-7acf-4167-ac86-f891f960f9fb used request id req-89d81d1e-d4ae-4fcf-9572-cc52140f5646 2018-08-12 08:32:55,762 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/42bb21d2-4cb4-4874-9bcc-f27b034a2f79 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5c1fa2161f46278052a962c3f5e7345e9de2ca7" 2018-08-12 08:32:56,125 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:32:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c548e7c3-cdee-48e3-8210-d2f1480a2549 x-compute-request-id: req-c548e7c3-cdee-48e3-8210-d2f1480a2549 Content-Encoding: gzip Content-Length: 747 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-40613717-7c36-444c-a69f-4ef654622f8b-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c2:b1:42", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/42bb21d2-4cb4-4874-9bcc-f27b034a2f79", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/42bb21d2-4cb4-4874-9bcc-f27b034a2f79", "rel": "bookmark"}], "image": {"id": "fa29bdf4-1e46-4cd1-9c1c-a9a89c725e9f", "links": [{"href": "http://172.30.9.21:8774/images/fa29bdf4-1e46-4cd1-9c1c-a9a89c725e9f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:32:49.000000", "flavor": {"id": "0641ca94-1e42-493d-af48-e6ac446c68d7", "links": [{"href": "http://172.30.9.21:8774/flavors/0641ca94-1e42-493d-af48-e6ac446c68d7", "rel": "bookmark"}]}, "id": "42bb21d2-4cb4-4874-9bcc-f27b034a2f79", "security_groups": [{"name": "default"}], "user_id": "a7e0b44044f74838be1b78bb3bd354af", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:32:49Z", "hostId": "ea728ce32b004e2895c6e6b2503fa9fd877f5401c4ff1c49bb54cb23", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-40613717-7c36-444c-a69f-4ef654622f8b-inst", "created": "2018-08-12T08:32:44Z", "tenant_id": "aceaa0982ab24256adbfd8c0a87cbb3b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:32:56,125 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/42bb21d2-4cb4-4874-9bcc-f27b034a2f79 used request id req-c548e7c3-cdee-48e3-8210-d2f1480a2549 2018-08-12 08:32:56,131 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-40613717-7c36-444c-a69f-4ef654622f8b-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5c1fa2161f46278052a962c3f5e7345e9de2ca7" 2018-08-12 08:32:56,234 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-cc7aaa93-fda0-4ca7-871f-ba02560a73dd Date: Sun, 12 Aug 2018 08:32: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":["a7678a6a-780e-40d2-ad13-ed4cad15d0b8"],"updated_at":"2018-08-12T08:32:33Z","tenant_id":"aceaa0982ab24256adbfd8c0a87cbb3b","created_at":"2018-08-12T08:32:32Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"aceaa0982ab24256adbfd8c0a87cbb3b","id":"f2d3e4ae-714d-4edb-b82d-ccd3dd68b657","name":"InstanceSecurityGroupTests-40613717-7c36-444c-a69f-4ef654622f8b-pub-net"}]} 2018-08-12 08:32:56,234 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-40613717-7c36-444c-a69f-4ef654622f8b-pub-net used request id req-cc7aaa93-fda0-4ca7-871f-ba02560a73dd 2018-08-12 08:32:56,238 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/aceaa0982ab24256adbfd8c0a87cbb3b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5c1fa2161f46278052a962c3f5e7345e9de2ca7" 2018-08-12 08:32:56,332 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:32:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2596acd0-04a4-4822-aaf3-f2b3a4ee762e Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/aceaa0982ab24256adbfd8c0a87cbb3b"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "aceaa0982ab24256adbfd8c0a87cbb3b", "name": "InstanceSecurityGroupTests-6f69c0d1-329f-429-proj"}} 2018-08-12 08:32:56,332 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/aceaa0982ab24256adbfd8c0a87cbb3b used request id req-2596acd0-04a4-4822-aaf3-f2b3a4ee762e 2018-08-12 08:32:56,337 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=f2d3e4ae-714d-4edb-b82d-ccd3dd68b657 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5c1fa2161f46278052a962c3f5e7345e9de2ca7" 2018-08-12 08:32:56,389 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-a3eb519a-156b-41ca-a664-6e194253493c Date: Sun, 12 Aug 2018 08:32:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f2d3e4ae-714d-4edb-b82d-ccd3dd68b657","tenant_id":"aceaa0982ab24256adbfd8c0a87cbb3b","created_at":"2018-08-12T08:32:33Z","dns_nameservers":[],"updated_at":"2018-08-12T08:32:33Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"aceaa0982ab24256adbfd8c0a87cbb3b","id":"a7678a6a-780e-40d2-ad13-ed4cad15d0b8","subnetpool_id":null,"name":"InstanceSecurityGroupTests-40613717-7c36-444c-a69f-4ef654622f8b-pub-subnet"}]} 2018-08-12 08:32:56,389 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=f2d3e4ae-714d-4edb-b82d-ccd3dd68b657 used request id req-a3eb519a-156b-41ca-a664-6e194253493c 2018-08-12 08:32:56,394 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=f2d3e4ae-714d-4edb-b82d-ccd3dd68b657 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5c1fa2161f46278052a962c3f5e7345e9de2ca7" 2018-08-12 08:32:56,485 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3028 X-Openstack-Request-Id: req-3a03c4a1-05a5-402e-9929-496ce5b1fa20 Date: Sun, 12 Aug 2018 08:32:56 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"f2d3e4ae-714d-4edb-b82d-ccd3dd68b657","tenant_id":"aceaa0982ab24256adbfd8c0a87cbb3b","created_at":"2018-08-12T08:32:35Z","admin_state_up":true,"updated_at":"2018-08-12T08:32:38Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-f2d3e4ae-714d-4edb-b82d-ccd3dd68b657","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:16:e4:f6","id":"57780744-c132-4267-ba59-b5ec40065433","port_security_enabled":false,"project_id":"aceaa0982ab24256adbfd8c0a87cbb3b","fixed_ips":[{"subnet_id":"a7678a6a-780e-40d2-ad13-ed4cad15d0b8","ip_address":"10.55.0.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"f2d3e4ae-714d-4edb-b82d-ccd3dd68b657","tenant_id":"aceaa0982ab24256adbfd8c0a87cbb3b","created_at":"2018-08-12T08:32:34Z","admin_state_up":true,"updated_at":"2018-08-12T08:32:37Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-f2d3e4ae-714d-4edb-b82d-ccd3dd68b657","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:a4:cf:03","id":"78232402-c054-4575-a19b-310ff9e3415b","port_security_enabled":false,"project_id":"aceaa0982ab24256adbfd8c0a87cbb3b","fixed_ips":[{"subnet_id":"a7678a6a-780e-40d2-ad13-ed4cad15d0b8","ip_address":"10.55.0.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"f2d3e4ae-714d-4edb-b82d-ccd3dd68b657","tenant_id":"aceaa0982ab24256adbfd8c0a87cbb3b","created_at":"2018-08-12T08:32:40Z","admin_state_up":true,"updated_at":"2018-08-12T08:32:49Z","binding:vnic_type":"normal","device_id":"42bb21d2-4cb4-4874-9bcc-f27b034a2f79","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:c2:b1:42","id":"c6a2bb13-7649-4a3f-9a90-a1c0c71dc520","port_security_enabled":true,"project_id":"aceaa0982ab24256adbfd8c0a87cbb3b","fixed_ips":[{"subnet_id":"a7678a6a-780e-40d2-ad13-ed4cad15d0b8","ip_address":"10.55.0.5"}],"extra_dhcp_opts":[],"security_groups":["dc95f967-d8f2-4e53-8fd9-a043bffe8dc2"],"name":"InstanceSecurityGroupTests-40613717-7c36-444c-a69f-4ef654622f8b-port"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"f2d3e4ae-714d-4edb-b82d-ccd3dd68b657","tenant_id":"aceaa0982ab24256adbfd8c0a87cbb3b","created_at":"2018-08-12T08:32:34Z","admin_state_up":true,"updated_at":"2018-08-12T08:32:36Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-f2d3e4ae-714d-4edb-b82d-ccd3dd68b657","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:e4:01:71","id":"ce64aa78-76c0-4757-9d48-29f4ac7a3a94","port_security_enabled":false,"project_id":"aceaa0982ab24256adbfd8c0a87cbb3b","fixed_ips":[{"subnet_id":"a7678a6a-780e-40d2-ad13-ed4cad15d0b8","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-12 08:32:56,486 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=f2d3e4ae-714d-4edb-b82d-ccd3dd68b657 used request id req-3a03c4a1-05a5-402e-9929-496ce5b1fa20 2018-08-12 08:32:56,486 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:32:56,877 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4ca2a5a07d0e48babb1056571f465d19", "name": "InstanceSecurityGroupTests-6f69c0d1-329f-429-proj-role"}], "expires_at": "2018-08-12T09:32:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "aceaa0982ab24256adbfd8c0a87cbb3b", "name": "InstanceSecurityGroupTests-6f69c0d1-329f-429-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/aceaa0982ab24256adbfd8c0a87cbb3b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/aceaa0982ab24256adbfd8c0a87cbb3b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/aceaa0982ab24256adbfd8c0a87cbb3b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_aceaa0982ab24256adbfd8c0a87cbb3b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_aceaa0982ab24256adbfd8c0a87cbb3b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/aceaa0982ab24256adbfd8c0a87cbb3b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/aceaa0982ab24256adbfd8c0a87cbb3b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/aceaa0982ab24256adbfd8c0a87cbb3b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/aceaa0982ab24256adbfd8c0a87cbb3b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/aceaa0982ab24256adbfd8c0a87cbb3b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/aceaa0982ab24256adbfd8c0a87cbb3b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/aceaa0982ab24256adbfd8c0a87cbb3b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/aceaa0982ab24256adbfd8c0a87cbb3b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/aceaa0982ab24256adbfd8c0a87cbb3b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-6f69c0d1-329f-429-user", "id": "a7e0b44044f74838be1b78bb3bd354af"}, "audit_ids": ["rCu1a39ZRXyhPGNswxZuMA"], "issued_at": "2018-08-12T08:32:56.000000Z"}} 2018-08-12 08:32:56,880 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/42bb21d2-4cb4-4874-9bcc-f27b034a2f79 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b677e6ed3bc7f99c60fe391ca6a91e59a00e5b4" 2018-08-12 08:32:57,591 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:32: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-04dc005d-64ff-472b-bf98-9506b83b3762 x-compute-request-id: req-04dc005d-64ff-472b-bf98-9506b83b3762 Content-Encoding: gzip Content-Length: 747 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-40613717-7c36-444c-a69f-4ef654622f8b-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c2:b1:42", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/42bb21d2-4cb4-4874-9bcc-f27b034a2f79", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/42bb21d2-4cb4-4874-9bcc-f27b034a2f79", "rel": "bookmark"}], "image": {"id": "fa29bdf4-1e46-4cd1-9c1c-a9a89c725e9f", "links": [{"href": "http://172.30.9.21:8774/images/fa29bdf4-1e46-4cd1-9c1c-a9a89c725e9f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:32:49.000000", "flavor": {"id": "0641ca94-1e42-493d-af48-e6ac446c68d7", "links": [{"href": "http://172.30.9.21:8774/flavors/0641ca94-1e42-493d-af48-e6ac446c68d7", "rel": "bookmark"}]}, "id": "42bb21d2-4cb4-4874-9bcc-f27b034a2f79", "security_groups": [{"name": "default"}], "user_id": "a7e0b44044f74838be1b78bb3bd354af", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:32:49Z", "hostId": "ea728ce32b004e2895c6e6b2503fa9fd877f5401c4ff1c49bb54cb23", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-40613717-7c36-444c-a69f-4ef654622f8b-inst", "created": "2018-08-12T08:32:44Z", "tenant_id": "aceaa0982ab24256adbfd8c0a87cbb3b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:32:57,591 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/42bb21d2-4cb4-4874-9bcc-f27b034a2f79 used request id req-04dc005d-64ff-472b-bf98-9506b83b3762 2018-08-12 08:32:57,594 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/42bb21d2-4cb4-4874-9bcc-f27b034a2f79 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5c1fa2161f46278052a962c3f5e7345e9de2ca7" 2018-08-12 08:32:58,104 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:32: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-5fcbd229-6676-44e7-ac59-ab78a4fd8ff2 x-compute-request-id: req-5fcbd229-6676-44e7-ac59-ab78a4fd8ff2 Content-Encoding: gzip Content-Length: 747 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-40613717-7c36-444c-a69f-4ef654622f8b-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c2:b1:42", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/42bb21d2-4cb4-4874-9bcc-f27b034a2f79", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/42bb21d2-4cb4-4874-9bcc-f27b034a2f79", "rel": "bookmark"}], "image": {"id": "fa29bdf4-1e46-4cd1-9c1c-a9a89c725e9f", "links": [{"href": "http://172.30.9.21:8774/images/fa29bdf4-1e46-4cd1-9c1c-a9a89c725e9f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:32:49.000000", "flavor": {"id": "0641ca94-1e42-493d-af48-e6ac446c68d7", "links": [{"href": "http://172.30.9.21:8774/flavors/0641ca94-1e42-493d-af48-e6ac446c68d7", "rel": "bookmark"}]}, "id": "42bb21d2-4cb4-4874-9bcc-f27b034a2f79", "security_groups": [{"name": "default"}], "user_id": "a7e0b44044f74838be1b78bb3bd354af", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:32:49Z", "hostId": "ea728ce32b004e2895c6e6b2503fa9fd877f5401c4ff1c49bb54cb23", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-40613717-7c36-444c-a69f-4ef654622f8b-inst", "created": "2018-08-12T08:32:44Z", "tenant_id": "aceaa0982ab24256adbfd8c0a87cbb3b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:32:58,104 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/42bb21d2-4cb4-4874-9bcc-f27b034a2f79 used request id req-5fcbd229-6676-44e7-ac59-ab78a4fd8ff2 2018-08-12 08:32:58,104 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-40613717-7c36-444c-a69f-4ef654622f8b-inst] is - ACTIVE 2018-08-12 08:32:58,105 - create_instance - INFO - VM is - ACTIVE 2018-08-12 08:32:58,107 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/42bb21d2-4cb4-4874-9bcc-f27b034a2f79 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5c1fa2161f46278052a962c3f5e7345e9de2ca7" 2018-08-12 08:32:58,790 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:32:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2f00a6d8-3e68-4acb-a815-068b0d7179e4 x-compute-request-id: req-2f00a6d8-3e68-4acb-a815-068b0d7179e4 Content-Encoding: gzip Content-Length: 747 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-40613717-7c36-444c-a69f-4ef654622f8b-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c2:b1:42", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/42bb21d2-4cb4-4874-9bcc-f27b034a2f79", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/42bb21d2-4cb4-4874-9bcc-f27b034a2f79", "rel": "bookmark"}], "image": {"id": "fa29bdf4-1e46-4cd1-9c1c-a9a89c725e9f", "links": [{"href": "http://172.30.9.21:8774/images/fa29bdf4-1e46-4cd1-9c1c-a9a89c725e9f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:32:49.000000", "flavor": {"id": "0641ca94-1e42-493d-af48-e6ac446c68d7", "links": [{"href": "http://172.30.9.21:8774/flavors/0641ca94-1e42-493d-af48-e6ac446c68d7", "rel": "bookmark"}]}, "id": "42bb21d2-4cb4-4874-9bcc-f27b034a2f79", "security_groups": [{"name": "default"}], "user_id": "a7e0b44044f74838be1b78bb3bd354af", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:32:49Z", "hostId": "ea728ce32b004e2895c6e6b2503fa9fd877f5401c4ff1c49bb54cb23", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-40613717-7c36-444c-a69f-4ef654622f8b-inst", "created": "2018-08-12T08:32:44Z", "tenant_id": "aceaa0982ab24256adbfd8c0a87cbb3b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:32:58,791 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/42bb21d2-4cb4-4874-9bcc-f27b034a2f79 used request id req-2f00a6d8-3e68-4acb-a815-068b0d7179e4 2018-08-12 08:32:58,796 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-40613717-7c36-444c-a69f-4ef654622f8b-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5c1fa2161f46278052a962c3f5e7345e9de2ca7" 2018-08-12 08:32:58,899 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-ed43a410-8296-4bc6-9faf-f871e3322162 Date: Sun, 12 Aug 2018 08:32:58 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":["a7678a6a-780e-40d2-ad13-ed4cad15d0b8"],"updated_at":"2018-08-12T08:32:33Z","tenant_id":"aceaa0982ab24256adbfd8c0a87cbb3b","created_at":"2018-08-12T08:32:32Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"aceaa0982ab24256adbfd8c0a87cbb3b","id":"f2d3e4ae-714d-4edb-b82d-ccd3dd68b657","name":"InstanceSecurityGroupTests-40613717-7c36-444c-a69f-4ef654622f8b-pub-net"}]} 2018-08-12 08:32:58,899 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-40613717-7c36-444c-a69f-4ef654622f8b-pub-net used request id req-ed43a410-8296-4bc6-9faf-f871e3322162 2018-08-12 08:32:58,903 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/aceaa0982ab24256adbfd8c0a87cbb3b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5c1fa2161f46278052a962c3f5e7345e9de2ca7" 2018-08-12 08:32:58,998 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:32:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-633ad0ca-a5fb-4443-995e-b056c66ed495 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/aceaa0982ab24256adbfd8c0a87cbb3b"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "aceaa0982ab24256adbfd8c0a87cbb3b", "name": "InstanceSecurityGroupTests-6f69c0d1-329f-429-proj"}} 2018-08-12 08:32:58,998 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/aceaa0982ab24256adbfd8c0a87cbb3b used request id req-633ad0ca-a5fb-4443-995e-b056c66ed495 2018-08-12 08:32:59,003 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=f2d3e4ae-714d-4edb-b82d-ccd3dd68b657 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5c1fa2161f46278052a962c3f5e7345e9de2ca7" 2018-08-12 08:32:59,054 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-6b2d5a28-5284-4a38-922c-745838fc7145 Date: Sun, 12 Aug 2018 08:32:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f2d3e4ae-714d-4edb-b82d-ccd3dd68b657","tenant_id":"aceaa0982ab24256adbfd8c0a87cbb3b","created_at":"2018-08-12T08:32:33Z","dns_nameservers":[],"updated_at":"2018-08-12T08:32:33Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"aceaa0982ab24256adbfd8c0a87cbb3b","id":"a7678a6a-780e-40d2-ad13-ed4cad15d0b8","subnetpool_id":null,"name":"InstanceSecurityGroupTests-40613717-7c36-444c-a69f-4ef654622f8b-pub-subnet"}]} 2018-08-12 08:32:59,054 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=f2d3e4ae-714d-4edb-b82d-ccd3dd68b657 used request id req-6b2d5a28-5284-4a38-922c-745838fc7145 2018-08-12 08:32:59,059 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=f2d3e4ae-714d-4edb-b82d-ccd3dd68b657 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5c1fa2161f46278052a962c3f5e7345e9de2ca7" 2018-08-12 08:32:59,150 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3028 X-Openstack-Request-Id: req-18852866-0a91-4cfe-83f6-cdd2bcb424da Date: Sun, 12 Aug 2018 08:32:59 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"f2d3e4ae-714d-4edb-b82d-ccd3dd68b657","tenant_id":"aceaa0982ab24256adbfd8c0a87cbb3b","created_at":"2018-08-12T08:32:35Z","admin_state_up":true,"updated_at":"2018-08-12T08:32:38Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-f2d3e4ae-714d-4edb-b82d-ccd3dd68b657","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:16:e4:f6","id":"57780744-c132-4267-ba59-b5ec40065433","port_security_enabled":false,"project_id":"aceaa0982ab24256adbfd8c0a87cbb3b","fixed_ips":[{"subnet_id":"a7678a6a-780e-40d2-ad13-ed4cad15d0b8","ip_address":"10.55.0.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"f2d3e4ae-714d-4edb-b82d-ccd3dd68b657","tenant_id":"aceaa0982ab24256adbfd8c0a87cbb3b","created_at":"2018-08-12T08:32:34Z","admin_state_up":true,"updated_at":"2018-08-12T08:32:37Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-f2d3e4ae-714d-4edb-b82d-ccd3dd68b657","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:a4:cf:03","id":"78232402-c054-4575-a19b-310ff9e3415b","port_security_enabled":false,"project_id":"aceaa0982ab24256adbfd8c0a87cbb3b","fixed_ips":[{"subnet_id":"a7678a6a-780e-40d2-ad13-ed4cad15d0b8","ip_address":"10.55.0.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"f2d3e4ae-714d-4edb-b82d-ccd3dd68b657","tenant_id":"aceaa0982ab24256adbfd8c0a87cbb3b","created_at":"2018-08-12T08:32:40Z","admin_state_up":true,"updated_at":"2018-08-12T08:32:49Z","binding:vnic_type":"normal","device_id":"42bb21d2-4cb4-4874-9bcc-f27b034a2f79","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:c2:b1:42","id":"c6a2bb13-7649-4a3f-9a90-a1c0c71dc520","port_security_enabled":true,"project_id":"aceaa0982ab24256adbfd8c0a87cbb3b","fixed_ips":[{"subnet_id":"a7678a6a-780e-40d2-ad13-ed4cad15d0b8","ip_address":"10.55.0.5"}],"extra_dhcp_opts":[],"security_groups":["dc95f967-d8f2-4e53-8fd9-a043bffe8dc2"],"name":"InstanceSecurityGroupTests-40613717-7c36-444c-a69f-4ef654622f8b-port"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"f2d3e4ae-714d-4edb-b82d-ccd3dd68b657","tenant_id":"aceaa0982ab24256adbfd8c0a87cbb3b","created_at":"2018-08-12T08:32:34Z","admin_state_up":true,"updated_at":"2018-08-12T08:32:36Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-f2d3e4ae-714d-4edb-b82d-ccd3dd68b657","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:e4:01:71","id":"ce64aa78-76c0-4757-9d48-29f4ac7a3a94","port_security_enabled":false,"project_id":"aceaa0982ab24256adbfd8c0a87cbb3b","fixed_ips":[{"subnet_id":"a7678a6a-780e-40d2-ad13-ed4cad15d0b8","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-12 08:32:59,151 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=f2d3e4ae-714d-4edb-b82d-ccd3dd68b657 used request id req-18852866-0a91-4cfe-83f6-cdd2bcb424da 2018-08-12 08:32:59,154 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/42bb21d2-4cb4-4874-9bcc-f27b034a2f79 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5c1fa2161f46278052a962c3f5e7345e9de2ca7" 2018-08-12 08:32:59,835 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:32: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-16ba3512-7237-46d4-a958-d8f3d4e16048 x-compute-request-id: req-16ba3512-7237-46d4-a958-d8f3d4e16048 Content-Encoding: gzip Content-Length: 747 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-40613717-7c36-444c-a69f-4ef654622f8b-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c2:b1:42", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/42bb21d2-4cb4-4874-9bcc-f27b034a2f79", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/42bb21d2-4cb4-4874-9bcc-f27b034a2f79", "rel": "bookmark"}], "image": {"id": "fa29bdf4-1e46-4cd1-9c1c-a9a89c725e9f", "links": [{"href": "http://172.30.9.21:8774/images/fa29bdf4-1e46-4cd1-9c1c-a9a89c725e9f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:32:49.000000", "flavor": {"id": "0641ca94-1e42-493d-af48-e6ac446c68d7", "links": [{"href": "http://172.30.9.21:8774/flavors/0641ca94-1e42-493d-af48-e6ac446c68d7", "rel": "bookmark"}]}, "id": "42bb21d2-4cb4-4874-9bcc-f27b034a2f79", "security_groups": [{"name": "default"}], "user_id": "a7e0b44044f74838be1b78bb3bd354af", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:32:49Z", "hostId": "ea728ce32b004e2895c6e6b2503fa9fd877f5401c4ff1c49bb54cb23", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-40613717-7c36-444c-a69f-4ef654622f8b-inst", "created": "2018-08-12T08:32:44Z", "tenant_id": "aceaa0982ab24256adbfd8c0a87cbb3b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:32:59,836 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/42bb21d2-4cb4-4874-9bcc-f27b034a2f79 used request id req-16ba3512-7237-46d4-a958-d8f3d4e16048 2018-08-12 08:32:59,841 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-40613717-7c36-444c-a69f-4ef654622f8b-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5c1fa2161f46278052a962c3f5e7345e9de2ca7" 2018-08-12 08:32:59,943 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-9bda693a-db02-4d7a-9a47-3846f5db5504 Date: Sun, 12 Aug 2018 08:32:59 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":["a7678a6a-780e-40d2-ad13-ed4cad15d0b8"],"updated_at":"2018-08-12T08:32:33Z","tenant_id":"aceaa0982ab24256adbfd8c0a87cbb3b","created_at":"2018-08-12T08:32:32Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"aceaa0982ab24256adbfd8c0a87cbb3b","id":"f2d3e4ae-714d-4edb-b82d-ccd3dd68b657","name":"InstanceSecurityGroupTests-40613717-7c36-444c-a69f-4ef654622f8b-pub-net"}]} 2018-08-12 08:32:59,943 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-40613717-7c36-444c-a69f-4ef654622f8b-pub-net used request id req-9bda693a-db02-4d7a-9a47-3846f5db5504 2018-08-12 08:32:59,947 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/aceaa0982ab24256adbfd8c0a87cbb3b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5c1fa2161f46278052a962c3f5e7345e9de2ca7" 2018-08-12 08:33:00,048 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:32:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cac43d7c-7a8a-4f7f-b1aa-275058dcde04 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/aceaa0982ab24256adbfd8c0a87cbb3b"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "aceaa0982ab24256adbfd8c0a87cbb3b", "name": "InstanceSecurityGroupTests-6f69c0d1-329f-429-proj"}} 2018-08-12 08:33:00,048 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/aceaa0982ab24256adbfd8c0a87cbb3b used request id req-cac43d7c-7a8a-4f7f-b1aa-275058dcde04 2018-08-12 08:33:00,053 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=f2d3e4ae-714d-4edb-b82d-ccd3dd68b657 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5c1fa2161f46278052a962c3f5e7345e9de2ca7" 2018-08-12 08:33:00,276 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-ab7384d4-2ea1-461c-a4c3-a735d4aa51f5 Date: Sun, 12 Aug 2018 08:33:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f2d3e4ae-714d-4edb-b82d-ccd3dd68b657","tenant_id":"aceaa0982ab24256adbfd8c0a87cbb3b","created_at":"2018-08-12T08:32:33Z","dns_nameservers":[],"updated_at":"2018-08-12T08:32:33Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"aceaa0982ab24256adbfd8c0a87cbb3b","id":"a7678a6a-780e-40d2-ad13-ed4cad15d0b8","subnetpool_id":null,"name":"InstanceSecurityGroupTests-40613717-7c36-444c-a69f-4ef654622f8b-pub-subnet"}]} 2018-08-12 08:33:00,276 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=f2d3e4ae-714d-4edb-b82d-ccd3dd68b657 used request id req-ab7384d4-2ea1-461c-a4c3-a735d4aa51f5 2018-08-12 08:33:00,281 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=f2d3e4ae-714d-4edb-b82d-ccd3dd68b657 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5c1fa2161f46278052a962c3f5e7345e9de2ca7" 2018-08-12 08:33:00,427 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3028 X-Openstack-Request-Id: req-e3739edc-ef53-4124-8265-49f1c284cb68 Date: Sun, 12 Aug 2018 08:33:00 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"f2d3e4ae-714d-4edb-b82d-ccd3dd68b657","tenant_id":"aceaa0982ab24256adbfd8c0a87cbb3b","created_at":"2018-08-12T08:32:35Z","admin_state_up":true,"updated_at":"2018-08-12T08:32:38Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-f2d3e4ae-714d-4edb-b82d-ccd3dd68b657","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:16:e4:f6","id":"57780744-c132-4267-ba59-b5ec40065433","port_security_enabled":false,"project_id":"aceaa0982ab24256adbfd8c0a87cbb3b","fixed_ips":[{"subnet_id":"a7678a6a-780e-40d2-ad13-ed4cad15d0b8","ip_address":"10.55.0.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"f2d3e4ae-714d-4edb-b82d-ccd3dd68b657","tenant_id":"aceaa0982ab24256adbfd8c0a87cbb3b","created_at":"2018-08-12T08:32:34Z","admin_state_up":true,"updated_at":"2018-08-12T08:32:37Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-f2d3e4ae-714d-4edb-b82d-ccd3dd68b657","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:a4:cf:03","id":"78232402-c054-4575-a19b-310ff9e3415b","port_security_enabled":false,"project_id":"aceaa0982ab24256adbfd8c0a87cbb3b","fixed_ips":[{"subnet_id":"a7678a6a-780e-40d2-ad13-ed4cad15d0b8","ip_address":"10.55.0.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"f2d3e4ae-714d-4edb-b82d-ccd3dd68b657","tenant_id":"aceaa0982ab24256adbfd8c0a87cbb3b","created_at":"2018-08-12T08:32:40Z","admin_state_up":true,"updated_at":"2018-08-12T08:32:49Z","binding:vnic_type":"normal","device_id":"42bb21d2-4cb4-4874-9bcc-f27b034a2f79","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:c2:b1:42","id":"c6a2bb13-7649-4a3f-9a90-a1c0c71dc520","port_security_enabled":true,"project_id":"aceaa0982ab24256adbfd8c0a87cbb3b","fixed_ips":[{"subnet_id":"a7678a6a-780e-40d2-ad13-ed4cad15d0b8","ip_address":"10.55.0.5"}],"extra_dhcp_opts":[],"security_groups":["dc95f967-d8f2-4e53-8fd9-a043bffe8dc2"],"name":"InstanceSecurityGroupTests-40613717-7c36-444c-a69f-4ef654622f8b-port"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"f2d3e4ae-714d-4edb-b82d-ccd3dd68b657","tenant_id":"aceaa0982ab24256adbfd8c0a87cbb3b","created_at":"2018-08-12T08:32:34Z","admin_state_up":true,"updated_at":"2018-08-12T08:32:36Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-f2d3e4ae-714d-4edb-b82d-ccd3dd68b657","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:e4:01:71","id":"ce64aa78-76c0-4757-9d48-29f4ac7a3a94","port_security_enabled":false,"project_id":"aceaa0982ab24256adbfd8c0a87cbb3b","fixed_ips":[{"subnet_id":"a7678a6a-780e-40d2-ad13-ed4cad15d0b8","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-12 08:33:00,428 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=f2d3e4ae-714d-4edb-b82d-ccd3dd68b657 used request id req-e3739edc-ef53-4124-8265-49f1c284cb68 2018-08-12 08:33:00,431 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers/42bb21d2-4cb4-4874-9bcc-f27b034a2f79/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5c1fa2161f46278052a962c3f5e7345e9de2ca7" -d '{"addSecurityGroup": {"name": "InstanceSecurityGroupTests-40613717-7c36-444c-a69f-4ef654622f8b-name"}}' 2018-08-12 08:33:01,788 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 08:33: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-a6539957-9f1d-4842-a42f-f905a9ac13c0 x-compute-request-id: req-a6539957-9f1d-4842-a42f-f905a9ac13c0 Content-Length: 0 Content-Type: application/json 2018-08-12 08:33:01,788 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/42bb21d2-4cb4-4874-9bcc-f27b034a2f79/action used request id req-a6539957-9f1d-4842-a42f-f905a9ac13c0 2018-08-12 08:33:01,791 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/42bb21d2-4cb4-4874-9bcc-f27b034a2f79 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5c1fa2161f46278052a962c3f5e7345e9de2ca7" 2018-08-12 08:33:02,309 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:33: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-9b291dd0-0d44-41db-b5ea-36cc797051ba x-compute-request-id: req-9b291dd0-0d44-41db-b5ea-36cc797051ba Content-Encoding: gzip Content-Length: 756 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-40613717-7c36-444c-a69f-4ef654622f8b-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c2:b1:42", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/42bb21d2-4cb4-4874-9bcc-f27b034a2f79", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/42bb21d2-4cb4-4874-9bcc-f27b034a2f79", "rel": "bookmark"}], "image": {"id": "fa29bdf4-1e46-4cd1-9c1c-a9a89c725e9f", "links": [{"href": "http://172.30.9.21:8774/images/fa29bdf4-1e46-4cd1-9c1c-a9a89c725e9f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:32:49.000000", "flavor": {"id": "0641ca94-1e42-493d-af48-e6ac446c68d7", "links": [{"href": "http://172.30.9.21:8774/flavors/0641ca94-1e42-493d-af48-e6ac446c68d7", "rel": "bookmark"}]}, "id": "42bb21d2-4cb4-4874-9bcc-f27b034a2f79", "security_groups": [{"name": "InstanceSecurityGroupTests-40613717-7c36-444c-a69f-4ef654622f8b-name"}, {"name": "default"}], "user_id": "a7e0b44044f74838be1b78bb3bd354af", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:32:49Z", "hostId": "ea728ce32b004e2895c6e6b2503fa9fd877f5401c4ff1c49bb54cb23", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-40613717-7c36-444c-a69f-4ef654622f8b-inst", "created": "2018-08-12T08:32:44Z", "tenant_id": "aceaa0982ab24256adbfd8c0a87cbb3b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:33:02,309 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/42bb21d2-4cb4-4874-9bcc-f27b034a2f79 used request id req-9b291dd0-0d44-41db-b5ea-36cc797051ba 2018-08-12 08:33:02,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-40613717-7c36-444c-a69f-4ef654622f8b-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5c1fa2161f46278052a962c3f5e7345e9de2ca7" 2018-08-12 08:33:02,429 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-6409bbbb-d24d-4621-8d51-2de389db8a80 Date: Sun, 12 Aug 2018 08:33:02 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["a7678a6a-780e-40d2-ad13-ed4cad15d0b8"],"updated_at":"2018-08-12T08:32:33Z","tenant_id":"aceaa0982ab24256adbfd8c0a87cbb3b","created_at":"2018-08-12T08:32:32Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"aceaa0982ab24256adbfd8c0a87cbb3b","id":"f2d3e4ae-714d-4edb-b82d-ccd3dd68b657","name":"InstanceSecurityGroupTests-40613717-7c36-444c-a69f-4ef654622f8b-pub-net"}]} 2018-08-12 08:33:02,430 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-40613717-7c36-444c-a69f-4ef654622f8b-pub-net used request id req-6409bbbb-d24d-4621-8d51-2de389db8a80 2018-08-12 08:33:02,433 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/aceaa0982ab24256adbfd8c0a87cbb3b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5c1fa2161f46278052a962c3f5e7345e9de2ca7" 2018-08-12 08:33:02,527 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:33:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bb9e4774-d980-4622-b3b9-a97e99346d2a Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/aceaa0982ab24256adbfd8c0a87cbb3b"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "aceaa0982ab24256adbfd8c0a87cbb3b", "name": "InstanceSecurityGroupTests-6f69c0d1-329f-429-proj"}} 2018-08-12 08:33:02,527 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/aceaa0982ab24256adbfd8c0a87cbb3b used request id req-bb9e4774-d980-4622-b3b9-a97e99346d2a 2018-08-12 08:33:02,532 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=f2d3e4ae-714d-4edb-b82d-ccd3dd68b657 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5c1fa2161f46278052a962c3f5e7345e9de2ca7" 2018-08-12 08:33:02,587 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-e1d178d1-4f4c-4ff3-b768-4d60878a53f9 Date: Sun, 12 Aug 2018 08:33:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f2d3e4ae-714d-4edb-b82d-ccd3dd68b657","tenant_id":"aceaa0982ab24256adbfd8c0a87cbb3b","created_at":"2018-08-12T08:32:33Z","dns_nameservers":[],"updated_at":"2018-08-12T08:32:33Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"aceaa0982ab24256adbfd8c0a87cbb3b","id":"a7678a6a-780e-40d2-ad13-ed4cad15d0b8","subnetpool_id":null,"name":"InstanceSecurityGroupTests-40613717-7c36-444c-a69f-4ef654622f8b-pub-subnet"}]} 2018-08-12 08:33:02,587 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=f2d3e4ae-714d-4edb-b82d-ccd3dd68b657 used request id req-e1d178d1-4f4c-4ff3-b768-4d60878a53f9 2018-08-12 08:33:02,593 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=f2d3e4ae-714d-4edb-b82d-ccd3dd68b657 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5c1fa2161f46278052a962c3f5e7345e9de2ca7" 2018-08-12 08:33:02,693 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3067 X-Openstack-Request-Id: req-06ed2ab4-5e3c-4aeb-8362-9adab154b1a4 Date: Sun, 12 Aug 2018 08:33:02 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"f2d3e4ae-714d-4edb-b82d-ccd3dd68b657","tenant_id":"aceaa0982ab24256adbfd8c0a87cbb3b","created_at":"2018-08-12T08:32:35Z","admin_state_up":true,"updated_at":"2018-08-12T08:32:38Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-f2d3e4ae-714d-4edb-b82d-ccd3dd68b657","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:16:e4:f6","id":"57780744-c132-4267-ba59-b5ec40065433","port_security_enabled":false,"project_id":"aceaa0982ab24256adbfd8c0a87cbb3b","fixed_ips":[{"subnet_id":"a7678a6a-780e-40d2-ad13-ed4cad15d0b8","ip_address":"10.55.0.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"f2d3e4ae-714d-4edb-b82d-ccd3dd68b657","tenant_id":"aceaa0982ab24256adbfd8c0a87cbb3b","created_at":"2018-08-12T08:32:34Z","admin_state_up":true,"updated_at":"2018-08-12T08:32:37Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-f2d3e4ae-714d-4edb-b82d-ccd3dd68b657","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:a4:cf:03","id":"78232402-c054-4575-a19b-310ff9e3415b","port_security_enabled":false,"project_id":"aceaa0982ab24256adbfd8c0a87cbb3b","fixed_ips":[{"subnet_id":"a7678a6a-780e-40d2-ad13-ed4cad15d0b8","ip_address":"10.55.0.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"f2d3e4ae-714d-4edb-b82d-ccd3dd68b657","tenant_id":"aceaa0982ab24256adbfd8c0a87cbb3b","created_at":"2018-08-12T08:32:40Z","admin_state_up":true,"updated_at":"2018-08-12T08:33:01Z","binding:vnic_type":"normal","device_id":"42bb21d2-4cb4-4874-9bcc-f27b034a2f79","device_owner":"compute:nova","revision_number":12,"mac_address":"fa:16:3e:c2:b1:42","id":"c6a2bb13-7649-4a3f-9a90-a1c0c71dc520","port_security_enabled":true,"project_id":"aceaa0982ab24256adbfd8c0a87cbb3b","fixed_ips":[{"subnet_id":"a7678a6a-780e-40d2-ad13-ed4cad15d0b8","ip_address":"10.55.0.5"}],"extra_dhcp_opts":[],"security_groups":["96f01d9a-7acf-4167-ac86-f891f960f9fb","dc95f967-d8f2-4e53-8fd9-a043bffe8dc2"],"name":"InstanceSecurityGroupTests-40613717-7c36-444c-a69f-4ef654622f8b-port"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"f2d3e4ae-714d-4edb-b82d-ccd3dd68b657","tenant_id":"aceaa0982ab24256adbfd8c0a87cbb3b","created_at":"2018-08-12T08:32:34Z","admin_state_up":true,"updated_at":"2018-08-12T08:32:36Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-f2d3e4ae-714d-4edb-b82d-ccd3dd68b657","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:e4:01:71","id":"ce64aa78-76c0-4757-9d48-29f4ac7a3a94","port_security_enabled":false,"project_id":"aceaa0982ab24256adbfd8c0a87cbb3b","fixed_ips":[{"subnet_id":"a7678a6a-780e-40d2-ad13-ed4cad15d0b8","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-12 08:33:02,694 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=f2d3e4ae-714d-4edb-b82d-ccd3dd68b657 used request id req-06ed2ab4-5e3c-4aeb-8362-9adab154b1a4 2018-08-12 08:33:02,697 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/42bb21d2-4cb4-4874-9bcc-f27b034a2f79 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b677e6ed3bc7f99c60fe391ca6a91e59a00e5b4" 2018-08-12 08:33:03,583 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:33:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5974f840-e7ca-4b51-8dcc-70fc0e6368d1 x-compute-request-id: req-5974f840-e7ca-4b51-8dcc-70fc0e6368d1 Content-Encoding: gzip Content-Length: 756 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-40613717-7c36-444c-a69f-4ef654622f8b-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c2:b1:42", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/42bb21d2-4cb4-4874-9bcc-f27b034a2f79", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/42bb21d2-4cb4-4874-9bcc-f27b034a2f79", "rel": "bookmark"}], "image": {"id": "fa29bdf4-1e46-4cd1-9c1c-a9a89c725e9f", "links": [{"href": "http://172.30.9.21:8774/images/fa29bdf4-1e46-4cd1-9c1c-a9a89c725e9f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:32:49.000000", "flavor": {"id": "0641ca94-1e42-493d-af48-e6ac446c68d7", "links": [{"href": "http://172.30.9.21:8774/flavors/0641ca94-1e42-493d-af48-e6ac446c68d7", "rel": "bookmark"}]}, "id": "42bb21d2-4cb4-4874-9bcc-f27b034a2f79", "security_groups": [{"name": "InstanceSecurityGroupTests-40613717-7c36-444c-a69f-4ef654622f8b-name"}, {"name": "default"}], "user_id": "a7e0b44044f74838be1b78bb3bd354af", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:32:49Z", "hostId": "ea728ce32b004e2895c6e6b2503fa9fd877f5401c4ff1c49bb54cb23", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-40613717-7c36-444c-a69f-4ef654622f8b-inst", "created": "2018-08-12T08:32:44Z", "tenant_id": "aceaa0982ab24256adbfd8c0a87cbb3b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:33:03,583 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/42bb21d2-4cb4-4874-9bcc-f27b034a2f79 used request id req-5974f840-e7ca-4b51-8dcc-70fc0e6368d1 2018-08-12 08:33:03,584 - create_instance - INFO - Deleting Port with ID - c6a2bb13-7649-4a3f-9a90-a1c0c71dc520 2018-08-12 08:33:03,584 - neutron_utils - INFO - Deleting port with name InstanceSecurityGroupTests-40613717-7c36-444c-a69f-4ef654622f8b-port 2018-08-12 08:33:03,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/ports/c6a2bb13-7649-4a3f-9a90-a1c0c71dc520 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5c1fa2161f46278052a962c3f5e7345e9de2ca7" 2018-08-12 08:33:04,102 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-2e7eb871-90da-4ff3-9dfc-6229214fbf9d Date: Sun, 12 Aug 2018 08:33:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:33:04,103 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/ports/c6a2bb13-7649-4a3f-9a90-a1c0c71dc520 used request id req-2e7eb871-90da-4ff3-9dfc-6229214fbf9d 2018-08-12 08:33:04,103 - create_instance - INFO - Deleting VM instance - InstanceSecurityGroupTests-40613717-7c36-444c-a69f-4ef654622f8b-inst 2018-08-12 08:33:04,106 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/servers/42bb21d2-4cb4-4874-9bcc-f27b034a2f79 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5c1fa2161f46278052a962c3f5e7345e9de2ca7" 2018-08-12 08:33:04,454 - novaclient.v2.client - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:33: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-5e8bab95-d13b-4ee6-af3a-78533d213f40 x-compute-request-id: req-5e8bab95-d13b-4ee6-af3a-78533d213f40 Content-Type: application/json 2018-08-12 08:33:04,455 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/42bb21d2-4cb4-4874-9bcc-f27b034a2f79 used request id req-5e8bab95-d13b-4ee6-af3a-78533d213f40 2018-08-12 08:33:04,455 - create_instance - INFO - Checking deletion status 2018-08-12 08:33:04,457 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/42bb21d2-4cb4-4874-9bcc-f27b034a2f79 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5c1fa2161f46278052a962c3f5e7345e9de2ca7" 2018-08-12 08:33:04,553 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:33: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-179cd489-bc3e-4133-9f2f-25e762ea98c5 x-compute-request-id: req-179cd489-bc3e-4133-9f2f-25e762ea98c5 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/42bb21d2-4cb4-4874-9bcc-f27b034a2f79", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/42bb21d2-4cb4-4874-9bcc-f27b034a2f79", "rel": "bookmark"}], "image": {"id": "fa29bdf4-1e46-4cd1-9c1c-a9a89c725e9f", "links": [{"href": "http://172.30.9.21:8774/images/fa29bdf4-1e46-4cd1-9c1c-a9a89c725e9f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:32:49.000000", "flavor": {"id": "0641ca94-1e42-493d-af48-e6ac446c68d7", "links": [{"href": "http://172.30.9.21:8774/flavors/0641ca94-1e42-493d-af48-e6ac446c68d7", "rel": "bookmark"}]}, "id": "42bb21d2-4cb4-4874-9bcc-f27b034a2f79", "user_id": "a7e0b44044f74838be1b78bb3bd354af", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:33:04Z", "hostId": "ea728ce32b004e2895c6e6b2503fa9fd877f5401c4ff1c49bb54cb23", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-40613717-7c36-444c-a69f-4ef654622f8b-inst", "created": "2018-08-12T08:32:44Z", "tenant_id": "aceaa0982ab24256adbfd8c0a87cbb3b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:33:04,553 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/42bb21d2-4cb4-4874-9bcc-f27b034a2f79 used request id req-179cd489-bc3e-4133-9f2f-25e762ea98c5 2018-08-12 08:33:04,554 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-40613717-7c36-444c-a69f-4ef654622f8b-inst] is - ACTIVE 2018-08-12 08:33:04,554 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-12 08:33:07,557 - create_instance - DEBUG - VM status query timeout in 296.898136854 2018-08-12 08:33:07,560 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/42bb21d2-4cb4-4874-9bcc-f27b034a2f79 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5c1fa2161f46278052a962c3f5e7345e9de2ca7" 2018-08-12 08:33:07,612 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:33: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-36750d9d-f0c5-4cba-91af-bb77cf2393a6 x-compute-request-id: req-36750d9d-f0c5-4cba-91af-bb77cf2393a6 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 42bb21d2-4cb4-4874-9bcc-f27b034a2f79 could not be found.", "code": 404}} 2018-08-12 08:33:07,612 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/42bb21d2-4cb4-4874-9bcc-f27b034a2f79 used request id req-36750d9d-f0c5-4cba-91af-bb77cf2393a6 2018-08-12 08:33:07,612 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 42bb21d2-4cb4-4874-9bcc-f27b034a2f79 could not be found. (HTTP 404) (Request-ID: req-36750d9d-f0c5-4cba-91af-bb77cf2393a6) 2018-08-12 08:33:07,612 - create_instance - INFO - VM has been properly deleted VM with name - InstanceSecurityGroupTests-40613717-7c36-444c-a69f-4ef654622f8b-inst 2018-08-12 08:33:07,613 - neutron_utils - INFO - Deleting security group rule with ID - 6fe41840-1e14-46d6-9ff3-4315272e7cba 2018-08-12 08:33:07,618 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/6fe41840-1e14-46d6-9ff3-4315272e7cba -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42b5d28e775fec3c3af6b418024003f7472ff9e0" 2018-08-12 08:33:07,890 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-961da85e-41f5-43b8-8207-1c214026e03e Content-Length: 0 Date: Sun, 12 Aug 2018 08:33:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:33:07,890 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/6fe41840-1e14-46d6-9ff3-4315272e7cba used request id req-961da85e-41f5-43b8-8207-1c214026e03e 2018-08-12 08:33:07,890 - neutron_utils - INFO - Deleting security group rule with ID - 9cc9597e-2546-4705-95dc-afbe03cde752 2018-08-12 08:33:07,895 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/9cc9597e-2546-4705-95dc-afbe03cde752 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42b5d28e775fec3c3af6b418024003f7472ff9e0" 2018-08-12 08:33:08,166 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9bd56166-f78d-41bc-a26a-47e3a65484d0 Content-Length: 0 Date: Sun, 12 Aug 2018 08:33:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:33:08,167 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/9cc9597e-2546-4705-95dc-afbe03cde752 used request id req-9bd56166-f78d-41bc-a26a-47e3a65484d0 2018-08-12 08:33:08,167 - neutron_utils - INFO - Deleting security group with name - InstanceSecurityGroupTests-40613717-7c36-444c-a69f-4ef654622f8b-name 2018-08-12 08:33:08,172 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/96f01d9a-7acf-4167-ac86-f891f960f9fb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42b5d28e775fec3c3af6b418024003f7472ff9e0" 2018-08-12 08:33:08,455 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ef8437c8-6ae0-400f-8e4d-b58e72594a58 Content-Length: 0 Date: Sun, 12 Aug 2018 08:33:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:33:08,456 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/96f01d9a-7acf-4167-ac86-f891f960f9fb used request id req-ef8437c8-6ae0-400f-8e4d-b58e72594a58 2018-08-12 08:33:08,459 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/flavors/0641ca94-1e42-493d-af48-e6ac446c68d7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4e7660ad8f2b4d3e57c9bd2c96c391674695c92" 2018-08-12 08:33:08,565 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 08:33:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-97a86262-4af3-49b0-b2e6-58e9bbd84953 x-compute-request-id: req-97a86262-4af3-49b0-b2e6-58e9bbd84953 Content-Length: 0 Content-Type: application/json 2018-08-12 08:33:08,565 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/0641ca94-1e42-493d-af48-e6ac446c68d7 used request id req-97a86262-4af3-49b0-b2e6-58e9bbd84953 2018-08-12 08:33:08,566 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-40613717-7c36-444c-a69f-4ef654622f8b-pub-subnet 2018-08-12 08:33:08,566 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-40613717-7c36-444c-a69f-4ef654622f8b-pub-subnet 2018-08-12 08:33:08,571 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/a7678a6a-780e-40d2-ad13-ed4cad15d0b8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e5bd5053813fd3456879b7342b927cba780d7e2" 2018-08-12 08:33:11,174 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-296d4b9c-d5ed-4087-a3d7-ad1c5e3e6977 Date: Sun, 12 Aug 2018 08:33:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:33:11,174 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/a7678a6a-780e-40d2-ad13-ed4cad15d0b8 used request id req-296d4b9c-d5ed-4087-a3d7-ad1c5e3e6977 2018-08-12 08:33:11,174 - neutron_utils - INFO - Deleting network with name InstanceSecurityGroupTests-40613717-7c36-444c-a69f-4ef654622f8b-pub-net 2018-08-12 08:33:11,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/f2d3e4ae-714d-4edb-b82d-ccd3dd68b657 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e5bd5053813fd3456879b7342b927cba780d7e2" 2018-08-12 08:33:13,156 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c52c778c-d5eb-4bc0-b96a-ac228431a393 Date: Sun, 12 Aug 2018 08:33:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:33:13,157 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/f2d3e4ae-714d-4edb-b82d-ccd3dd68b657 used request id req-c52c778c-d5eb-4bc0-b96a-ac228431a393 2018-08-12 08:33:13,157 - glance_utils - INFO - Deleting image named - InstanceSecurityGroupTests-40613717-7c36-444c-a69f-4ef654622f8b-image 2018-08-12 08:33:13,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/fa29bdf4-1e46-4cd1-9c1c-a9a89c725e9f -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4967c94f213dff875ded1c9c32132b8f9e4d4dc3" 2018-08-12 08:33:14,692 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f730b041-efce-4ad2-8c49-a990ddc65b71 Date: Sun, 12 Aug 2018 08:33: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 08:33:14,692 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/fa29bdf4-1e46-4cd1-9c1c-a9a89c725e9f used request id req-f730b041-efce-4ad2-8c49-a990ddc65b71 2018-08-12 08:33:14,693 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:33:14,694 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:33:14,694 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:33:14,694 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:33:14,694 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:33:14,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c21ac8ecdbe3003cccdff91b7232f77214f2dcb" 2018-08-12 08:33:15,034 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 45548 X-Openstack-Request-Id: req-e13018f7-b144-4e36-8c90-2165e4706df1 Date: Sun, 12 Aug 2018 08:33:15 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "created_at": "2018-08-12T06:59:44Z", "updated_at": "2018-08-12T06:59:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "1d7fd960-7865-4453-aecc-8d399b4fad21", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "66820d8a-b785-4b18-bd67-500221c8e4f9", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "74fc7638-a322-4841-8c47-06d36174a200", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "8eaa09ec-8419-4582-9312-1e527afe6e4b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}], "revision_number": 4, "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "created_at": "2018-08-12T05:12:34Z", "updated_at": "2018-08-12T05:12:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "709513d2-af7d-4d0b-bd3c-604fed75a711", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "aa346066-e46f-44f2-94be-2884aa998a19", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "c15f7b93-e56c-4afa-867d-2acb286d4b7b", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "cb0ef83f-5f70-4a80-ad35-431ca9df551e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}], "revision_number": 4, "project_id": "fa5a7fe6ee54472ba01638877aade8e3", "id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ea65becf30e54b27aa96a449698a435e", "created_at": "2018-08-12T05:10:35Z", "updated_at": "2018-08-12T05:10:35Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "30ad280c-f302-4cd4-a438-5139917b56f9", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "76115c4c-887d-4f0a-83e2-486e4b39c713", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "8ab14937-4c08-4d43-8a9a-662e622cc643", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "ee757a03-5662-4273-9c3e-6212e7afb48f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}], "revision_number": 4, "project_id": "ea65becf30e54b27aa96a449698a435e", "id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "created_at": "2018-08-12T06:20:09Z", "updated_at": "2018-08-12T06:20:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "1123b8f2-75ac-4a26-b9b2-a96da97408e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "2ddd2b93-e080-48cd-9a50-f5fe8a82ad0c", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "cd1bae62-0aea-4438-b4c3-50a69ae6f855", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "e398e01e-ceea-46d1-9534-b929808c4a5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}], "revision_number": 4, "project_id": "ff7abd7bb61f4f2889831e932d65dc2e", "id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "created_at": "2018-08-12T05:34:57Z", "updated_at": "2018-08-12T05:34:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "208a1c1e-f5f8-49c7-9a25-d07e68b1541f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "27bfd867-e607-4bf8-9de8-60682d3f771d", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "49360e1f-6fd3-4f35-b339-24cea95773ee", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "60f631a9-d305-4920-9631-d0543e2ac64f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}], "revision_number": 4, "project_id": "3a85ceae958d4d9fba68847e7df67db8", "id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "created_at": "2018-08-12T05:34:40Z", "updated_at": "2018-08-12T05:34:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "2192c259-363e-4768-ae73-e75837ad63b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "3f87ddc5-f84d-41dc-8215-847724782569", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "7d89f6da-ea78-49dd-9115-f9ad23b250bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "9ec4497d-0f65-44db-9be9-7b3042e4a584", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}], "revision_number": 4, "project_id": "85517fcf1c6247e699fdcdd42ecc8c79", "id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "created_at": "2018-08-12T05:16:02Z", "updated_at": "2018-08-12T05:16:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "1ecacd8c-c1c7-4a66-9871-406a69323b43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "3cc1750c-e0e7-4902-b6f3-494a161b832e", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "d719a7a4-8c99-44ed-8c12-6bf071890203", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "fe7421b5-d577-41da-8c78-62f3c07eda92", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}], "revision_number": 4, "project_id": "a267b9a156244bb192691cff6e5f74fe", "id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "315a428116f24d9fbb826b37080a918e", "created_at": "2018-08-12T05:11:31Z", "updated_at": "2018-08-12T05:11:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "5e52886a-1dc3-4a81-a55d-f388dc4fd1a1", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "678e32e4-d64c-448a-a4ab-e253ab94ae90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "a8da1539-e3ad-4f90-b2df-3dc1f09d228a", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "b73d5cc9-0205-4658-bb1f-61a042c0ab8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}], "revision_number": 4, "project_id": "315a428116f24d9fbb826b37080a918e", "id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-12T05:08:01Z", "updated_at": "2018-08-12T05:08:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:01Z", "revision_number": 0, "id": "0fb05d03-1117-45d0-930c-b6d4c96ef102", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "4faaab33-5788-4bbd-85b8-0fb44d41413a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "96d0c5a0-5c67-421b-8fc8-2b46d77e5db3", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "dd78519b-4bc5-4e8e-ad0f-58089dd69347", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "11a46741b7954b959fd7764109c047b6", "created_at": "2018-08-12T05:34:51Z", "updated_at": "2018-08-12T05:34:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "0b67bf3c-2289-43bb-ab6c-7d25ec32a279", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "51f3f833-337a-42bd-a8d5-742ea8d6c226", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "571fd0b5-ef90-408d-af33-aafb517b8993", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "944ba823-fb9c-496e-a66e-bb426bb14a8d", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}], "revision_number": 4, "project_id": "11a46741b7954b959fd7764109c047b6", "id": "90af9782-8112-4257-801d-ee5115d226ba", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "created_at": "2018-08-12T05:34:26Z", "updated_at": "2018-08-12T05:34:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "2ee1f63a-807c-4d6a-85ee-dd784f6b8c3f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5dec3ec2-2add-47dd-8618-90659dcf3885", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5ea0dc3e-49d0-43f0-94e9-f6443527d14c", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "fbfaca22-7e3e-4128-8973-43e439b77c28", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}], "revision_number": 4, "project_id": "3c01cd58055c44ecaef39f7e625c2258", "id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "521007c1818145639e93ceb270559219", "created_at": "2018-08-12T05:13:27Z", "updated_at": "2018-08-12T05:13:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "5e7fede5-b0f2-47d8-95c3-516cdfc7f9de", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "8fd0e36f-c6c4-4f64-ba97-40439e614448", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "db7d79de-1dfc-4138-945f-91e74cdc266b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "e87f2cff-ff3e-4b6d-aaf0-7f0eb0ab9f05", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}], "revision_number": 4, "project_id": "521007c1818145639e93ceb270559219", "id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "created_at": "2018-08-12T05:08:18Z", "updated_at": "2018-08-12T05:08:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "3c67be40-bf74-4f97-9693-d93ce73a23b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "6112d869-2fc6-4a25-a13c-3d55cd7206c0", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "bdf21c56-453e-482e-9cba-3c55abcb0339", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "c8e92c39-38cc-4f48-be9c-5f0912e6a725", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}], "revision_number": 4, "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "created_at": "2018-08-12T05:04:23Z", "updated_at": "2018-08-12T05:04:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "280546d9-8ad1-4283-abfc-15ee9b1736c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "58bce125-f2ca-4a6d-b9ca-4e6cf5c0f7a5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "69275b9a-cfb5-482c-a9c4-8ffc79adf2c7", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "6d747f3a-3764-469a-a645-f977585c5aac", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}], "revision_number": 4, "project_id": "310f5853751a4c968f3eeb0a3d99a0a8", "id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "created_at": "2018-08-12T05:34:42Z", "updated_at": "2018-08-12T05:34:42Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "199582e8-25aa-457a-aa7c-6d8413ca4464", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "234f3609-4454-448f-919d-c8143c7cd764", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "c1061460-71a2-49a9-a04b-9fa33eeb17ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "d21ac532-51d8-4d6b-8300-7bac216759bf", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}], "revision_number": 4, "project_id": "9f6c1a272706419c9a74b0893b2890e8", "id": "d6739716-c693-460c-89c6-e7c8c48f8245", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "aceaa0982ab24256adbfd8c0a87cbb3b", "created_at": "2018-08-12T08:32:32Z", "updated_at": "2018-08-12T08:32:32Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:32:32Z", "revision_number": 0, "id": "0e3aacfe-df2f-4ae4-9be0-1908a025b9f4", "remote_group_id": "dc95f967-d8f2-4e53-8fd9-a043bffe8dc2", "remote_ip_prefix": null, "created_at": "2018-08-12T08:32:32Z", "security_group_id": "dc95f967-d8f2-4e53-8fd9-a043bffe8dc2", "tenant_id": "aceaa0982ab24256adbfd8c0a87cbb3b", "port_range_min": null, "ethertype": "IPv4", "project_id": "aceaa0982ab24256adbfd8c0a87cbb3b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:32:32Z", "revision_number": 0, "id": "911b373e-5ea1-46d4-97bf-685ded9b62bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:32:32Z", "security_group_id": "dc95f967-d8f2-4e53-8fd9-a043bffe8dc2", "tenant_id": "aceaa0982ab24256adbfd8c0a87cbb3b", "port_range_min": null, "ethertype": "IPv4", "project_id": "aceaa0982ab24256adbfd8c0a87cbb3b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:32:32Z", "revision_number": 0, "id": "df3f9baa-779c-4d57-89ba-890987c974b2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:32:32Z", "security_group_id": "dc95f967-d8f2-4e53-8fd9-a043bffe8dc2", "tenant_id": "aceaa0982ab24256adbfd8c0a87cbb3b", "port_range_min": null, "ethertype": "IPv6", "project_id": "aceaa0982ab24256adbfd8c0a87cbb3b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:32:32Z", "revision_number": 0, "id": "ee45890f-4dd4-4c98-863d-3e351f201151", "remote_group_id": "dc95f967-d8f2-4e53-8fd9-a043bffe8dc2", "remote_ip_prefix": null, "created_at": "2018-08-12T08:32:32Z", "security_group_id": "dc95f967-d8f2-4e53-8fd9-a043bffe8dc2", "tenant_id": "aceaa0982ab24256adbfd8c0a87cbb3b", "port_range_min": null, "ethertype": "IPv6", "project_id": "aceaa0982ab24256adbfd8c0a87cbb3b"}], "revision_number": 4, "project_id": "aceaa0982ab24256adbfd8c0a87cbb3b", "id": "dc95f967-d8f2-4e53-8fd9-a043bffe8dc2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "created_at": "2018-08-12T05:34:54Z", "updated_at": "2018-08-12T05:34:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "0633a05a-ee7d-4476-a56b-75d011b22f77", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "6cc1b9f8-73db-47a3-a0e0-3c96c43f34da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "90d99a6b-e94f-4fd8-a10c-f19dd8954c13", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "e843c139-af2a-4d2c-a24f-59f7b10ff72e", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}], "revision_number": 4, "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "created_at": "2018-08-12T05:09:07Z", "updated_at": "2018-08-12T05:09:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "5495e168-f505-4d74-ae6d-387f0bf533c2", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "6fd19b8b-3062-456e-81ba-3ff37fe43429", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8ca59d25-485c-46ce-939c-2e4a468caeac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8f190846-50a0-42b9-b571-390809b752b1", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}], "revision_number": 4, "project_id": "fa9ca6d7608b4d7d87ce97331679a481", "id": "edcd9b17-9416-4c25-823c-060c435e18d7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "created_at": "2018-08-12T05:34:52Z", "updated_at": "2018-08-12T05:34:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "2c7e484e-6ec5-4a95-8c9c-66d294c0c27e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "70c74258-3c2c-4efc-87e0-079c26ee3417", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "b70382fa-082e-4c2b-abc8-87490fa50b11", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "c3628e02-b4b6-42c9-8751-c1a2d3c19caa", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}], "revision_number": 4, "project_id": "87db863ba6e348b0a5ddcb67053db9d1", "id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "name": "default"}]} 2018-08-12 08:33:15,035 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-e13018f7-b144-4e36-8c90-2165e4706df1 2018-08-12 08:33:15,043 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c21ac8ecdbe3003cccdff91b7232f77214f2dcb" 2018-08-12 08:33:15,129 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:33:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2c63414b-b6cc-496b-9beb-a524c833d420 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 5fe28c13d4d74ba2be8d019ac1ea6363.", "code": 404, "title": "Not Found"}} 2018-08-12 08:33:15,129 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 used request id req-2c63414b-b6cc-496b-9beb-a524c833d420 2018-08-12 08:33:15,129 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:33:15,133 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c21ac8ecdbe3003cccdff91b7232f77214f2dcb" 2018-08-12 08:33:15,233 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:33:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-32811635-a246-41ce-b2f0-b8e566433952 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa5a7fe6ee54472ba01638877aade8e3.", "code": 404, "title": "Not Found"}} 2018-08-12 08:33:15,233 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 used request id req-32811635-a246-41ce-b2f0-b8e566433952 2018-08-12 08:33:15,233 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:33:15,237 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c21ac8ecdbe3003cccdff91b7232f77214f2dcb" 2018-08-12 08:33:15,322 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:33:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-73164f74-1ceb-435b-a57c-b80da6020126 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ea65becf30e54b27aa96a449698a435e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:33:15,322 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e used request id req-73164f74-1ceb-435b-a57c-b80da6020126 2018-08-12 08:33:15,323 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:33:15,326 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c21ac8ecdbe3003cccdff91b7232f77214f2dcb" 2018-08-12 08:33:15,416 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:33:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d248076a-3c64-460e-a9d8-2a9808bdda7b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ff7abd7bb61f4f2889831e932d65dc2e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:33:15,416 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e used request id req-d248076a-3c64-460e-a9d8-2a9808bdda7b 2018-08-12 08:33:15,416 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:33:15,420 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c21ac8ecdbe3003cccdff91b7232f77214f2dcb" 2018-08-12 08:33:15,511 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:33:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-84c3411d-b668-4e16-8ba3-6bc2a600f3b7 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3a85ceae958d4d9fba68847e7df67db8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:33:15,512 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 used request id req-84c3411d-b668-4e16-8ba3-6bc2a600f3b7 2018-08-12 08:33:15,512 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:33:15,515 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c21ac8ecdbe3003cccdff91b7232f77214f2dcb" 2018-08-12 08:33:15,604 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:33:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d21875e8-3161-42d3-b808-733f7788ee11 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 85517fcf1c6247e699fdcdd42ecc8c79.", "code": 404, "title": "Not Found"}} 2018-08-12 08:33:15,604 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 used request id req-d21875e8-3161-42d3-b808-733f7788ee11 2018-08-12 08:33:15,605 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:33:15,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c21ac8ecdbe3003cccdff91b7232f77214f2dcb" 2018-08-12 08:33:15,704 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:33:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a877d985-d82b-4454-a0b3-a08781d0d478 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}} 2018-08-12 08:33:15,704 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe used request id req-a877d985-d82b-4454-a0b3-a08781d0d478 2018-08-12 08:33:15,708 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c21ac8ecdbe3003cccdff91b7232f77214f2dcb" 2018-08-12 08:33:15,806 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:33:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d612bbdf-9956-475e-b9bb-363faa93074d Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 315a428116f24d9fbb826b37080a918e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:33:15,806 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e used request id req-d612bbdf-9956-475e-b9bb-363faa93074d 2018-08-12 08:33:15,806 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:33:15,809 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c21ac8ecdbe3003cccdff91b7232f77214f2dcb" 2018-08-12 08:33:15,894 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:33:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a1edceb8-5420-40fc-9700-223599aa8318 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 11a46741b7954b959fd7764109c047b6.", "code": 404, "title": "Not Found"}} 2018-08-12 08:33:15,894 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 used request id req-a1edceb8-5420-40fc-9700-223599aa8318 2018-08-12 08:33:15,894 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:33:15,898 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c21ac8ecdbe3003cccdff91b7232f77214f2dcb" 2018-08-12 08:33:15,989 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:33:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b6d7113a-c396-429d-bd48-27489e78b37e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3c01cd58055c44ecaef39f7e625c2258.", "code": 404, "title": "Not Found"}} 2018-08-12 08:33:15,989 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 used request id req-b6d7113a-c396-429d-bd48-27489e78b37e 2018-08-12 08:33:15,990 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:33:15,993 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c21ac8ecdbe3003cccdff91b7232f77214f2dcb" 2018-08-12 08:33:16,087 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:33:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-548de620-e757-4f5b-93c7-5b4162635045 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 521007c1818145639e93ceb270559219.", "code": 404, "title": "Not Found"}} 2018-08-12 08:33:16,088 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 used request id req-548de620-e757-4f5b-93c7-5b4162635045 2018-08-12 08:33:16,088 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:33:16,092 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c21ac8ecdbe3003cccdff91b7232f77214f2dcb" 2018-08-12 08:33:16,179 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:33:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-13f5b08b-5428-420b-b2fc-ba45d6a1f29e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e18fcc7fc10a4fd0b20234f8520d0aab.", "code": 404, "title": "Not Found"}} 2018-08-12 08:33:16,180 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab used request id req-13f5b08b-5428-420b-b2fc-ba45d6a1f29e 2018-08-12 08:33:16,180 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:33:16,183 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c21ac8ecdbe3003cccdff91b7232f77214f2dcb" 2018-08-12 08:33:16,281 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:33:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-04a95102-5493-40c1-914e-a714e339863c Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "310f5853751a4c968f3eeb0a3d99a0a8", "name": "service"}} 2018-08-12 08:33:16,281 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 used request id req-04a95102-5493-40c1-914e-a714e339863c 2018-08-12 08:33:16,285 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c21ac8ecdbe3003cccdff91b7232f77214f2dcb" 2018-08-12 08:33:16,370 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:33:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-63f3d838-9383-4cd6-93b5-7474e475a6c3 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9f6c1a272706419c9a74b0893b2890e8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:33:16,371 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 used request id req-63f3d838-9383-4cd6-93b5-7474e475a6c3 2018-08-12 08:33:16,371 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:33:16,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/aceaa0982ab24256adbfd8c0a87cbb3b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c21ac8ecdbe3003cccdff91b7232f77214f2dcb" 2018-08-12 08:33:16,464 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:33:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c4c10ddc-a3f1-48d0-8db5-5ea4e9a2ede9 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/aceaa0982ab24256adbfd8c0a87cbb3b"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "aceaa0982ab24256adbfd8c0a87cbb3b", "name": "InstanceSecurityGroupTests-6f69c0d1-329f-429-proj"}} 2018-08-12 08:33:16,464 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/aceaa0982ab24256adbfd8c0a87cbb3b used request id req-c4c10ddc-a3f1-48d0-8db5-5ea4e9a2ede9 2018-08-12 08:33:16,465 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - dc95f967-d8f2-4e53-8fd9-a043bffe8dc2 2018-08-12 08:33:16,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=dc95f967-d8f2-4e53-8fd9-a043bffe8dc2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c21ac8ecdbe3003cccdff91b7232f77214f2dcb" 2018-08-12 08:33:16,666 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-a63bb58e-63ac-4ff8-87ad-920e0ad47786 Date: Sun, 12 Aug 2018 08:33:16 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "dc95f967-d8f2-4e53-8fd9-a043bffe8dc2", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:32:32Z", "security_group_id": "dc95f967-d8f2-4e53-8fd9-a043bffe8dc2", "port_range_min": null, "revision_number": 0, "tenant_id": "aceaa0982ab24256adbfd8c0a87cbb3b", "created_at": "2018-08-12T08:32:32Z", "project_id": "aceaa0982ab24256adbfd8c0a87cbb3b", "id": "0e3aacfe-df2f-4ae4-9be0-1908a025b9f4"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:32:32Z", "security_group_id": "dc95f967-d8f2-4e53-8fd9-a043bffe8dc2", "port_range_min": null, "revision_number": 0, "tenant_id": "aceaa0982ab24256adbfd8c0a87cbb3b", "created_at": "2018-08-12T08:32:32Z", "project_id": "aceaa0982ab24256adbfd8c0a87cbb3b", "id": "911b373e-5ea1-46d4-97bf-685ded9b62bf"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:32:32Z", "security_group_id": "dc95f967-d8f2-4e53-8fd9-a043bffe8dc2", "port_range_min": null, "revision_number": 0, "tenant_id": "aceaa0982ab24256adbfd8c0a87cbb3b", "created_at": "2018-08-12T08:32:32Z", "project_id": "aceaa0982ab24256adbfd8c0a87cbb3b", "id": "df3f9baa-779c-4d57-89ba-890987c974b2"}, {"remote_group_id": "dc95f967-d8f2-4e53-8fd9-a043bffe8dc2", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:32:32Z", "security_group_id": "dc95f967-d8f2-4e53-8fd9-a043bffe8dc2", "port_range_min": null, "revision_number": 0, "tenant_id": "aceaa0982ab24256adbfd8c0a87cbb3b", "created_at": "2018-08-12T08:32:32Z", "project_id": "aceaa0982ab24256adbfd8c0a87cbb3b", "id": "ee45890f-4dd4-4c98-863d-3e351f201151"}]} 2018-08-12 08:33:16,666 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=dc95f967-d8f2-4e53-8fd9-a043bffe8dc2 used request id req-a63bb58e-63ac-4ff8-87ad-920e0ad47786 2018-08-12 08:33:16,667 - neutron_utils - INFO - Deleting security group with name - default 2018-08-12 08:33:16,672 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/dc95f967-d8f2-4e53-8fd9-a043bffe8dc2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c21ac8ecdbe3003cccdff91b7232f77214f2dcb" 2018-08-12 08:33:17,012 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7f968da4-df8c-4f5b-83a3-bf49a7b29840 Content-Length: 0 Date: Sun, 12 Aug 2018 08:33:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:33:17,012 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/dc95f967-d8f2-4e53-8fd9-a043bffe8dc2 used request id req-7f968da4-df8c-4f5b-83a3-bf49a7b29840 2018-08-12 08:33:17,013 - keystone_utils - INFO - Deleting project with name - InstanceSecurityGroupTests-6f69c0d1-329f-429-proj 2018-08-12 08:33:17,016 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/aceaa0982ab24256adbfd8c0a87cbb3b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c21ac8ecdbe3003cccdff91b7232f77214f2dcb" 2018-08-12 08:33:17,296 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:33:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-215d17aa-0498-4ea5-a562-8fdef3e89594 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 08:33:17,296 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/aceaa0982ab24256adbfd8c0a87cbb3b used request id req-215d17aa-0498-4ea5-a562-8fdef3e89594 2018-08-12 08:33:17,297 - keystone_utils - INFO - Deleting role with name - InstanceSecurityGroupTests-6f69c0d1-329f-429-proj-role 2018-08-12 08:33:17,300 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/4ca2a5a07d0e48babb1056571f465d19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c21ac8ecdbe3003cccdff91b7232f77214f2dcb" 2018-08-12 08:33:17,415 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:33:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-37809686-1376-46ad-a45c-bbdb2e5a7514 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 08:33:17,416 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/4ca2a5a07d0e48babb1056571f465d19 used request id req-37809686-1376-46ad-a45c-bbdb2e5a7514 2018-08-12 08:33:17,419 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c21ac8ecdbe3003cccdff91b7232f77214f2dcb" 2018-08-12 08:33:17,507 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:33:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a3d2e18f-7237-4812-946c-e334dbf81fea Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:33:17,508 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-a3d2e18f-7237-4812-946c-e334dbf81fea 2018-08-12 08:33:17,508 - keystone_utils - INFO - Deleting user with name - InstanceSecurityGroupTests-6f69c0d1-329f-429-user 2018-08-12 08:33:17,512 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/a7e0b44044f74838be1b78bb3bd354af -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c89bf11f05334fb935c65f23ef5eccdf901567a1" 2018-08-12 08:33:17,693 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:33:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-869675fb-9d65-4fa4-a29a-3037f00ff1e1 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 08:33:17,693 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/a7e0b44044f74838be1b78bb3bd354af used request id req-869675fb-9d65-4fa4-a29a-3037f00ff1e1 2018-08-12 08:33:17,695 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:33:18,169 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:33:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["UpEfEL5RQBqYn5UXTq6J2g"], "issued_at": "2018-08-12T08:33:18.000000Z"}} 2018-08-12 08:33:18,170 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}03bb3fb92faa4783ce3808096d32b77395f8c030" 2018-08-12 08:33:18,260 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:33:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3c3e6eeb-208f-4299-b05b-23f7bb2e58f2 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:33:18,260 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-3c3e6eeb-208f-4299-b05b-23f7bb2e58f2 2018-08-12 08:33:18,262 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:33:18,262 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:33:18,659 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:33:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["PKbTNeDsS8aLN3B95beUVQ"], "issued_at": "2018-08-12T08:33:18.000000Z"}} 2018-08-12 08:33:18,660 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}90d8f5eefc1207dc686cbc84ec5e867fd5361f0c" 2018-08-12 08:33:18,748 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:33:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f549b350-0ada-485d-a278-82f641d2f035 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:33:18,748 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-f549b350-0ada-485d-a278-82f641d2f035 2018-08-12 08:33:18,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:33:18,758 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:33:18 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:33:18,759 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-a01f7899-19b5-4de-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90d8f5eefc1207dc686cbc84ec5e867fd5361f0c" 2018-08-12 08:33:18,849 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:33:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f58317d3-fb5a-4550-a611-4baa81461161 Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-a01f7899-19b5-4de-proj", "previous": null, "next": null}, "projects": []} 2018-08-12 08:33:18,849 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-a01f7899-19b5-4de-proj used request id req-f58317d3-fb5a-4550-a611-4baa81461161 2018-08-12 08:33:18,853 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90d8f5eefc1207dc686cbc84ec5e867fd5361f0c" 2018-08-12 08:33:18,948 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:33:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e91b3f8f-0195-4eda-ad37-b0c5ba43134e Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:33:18,948 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-e91b3f8f-0195-4eda-ad37-b0c5ba43134e 2018-08-12 08:33:18,952 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90d8f5eefc1207dc686cbc84ec5e867fd5361f0c" -d '{"project": {"enabled": true, "domain_id": "default", "name": "InstanceSecurityGroupTests-a01f7899-19b5-4de-proj"}}' 2018-08-12 08:33:19,075 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:33:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a0b78bd8-6b3a-4bcb-b99a-5e4a69a49a30 Content-Length: 323 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/1517ec87197b433688d5124d7787eda4"}, "tags": [], "enabled": true, "id": "1517ec87197b433688d5124d7787eda4", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-a01f7899-19b5-4de-proj"}} 2018-08-12 08:33:19,076 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-a0b78bd8-6b3a-4bcb-b99a-5e4a69a49a30 2018-08-12 08:33:19,076 - keystone_utils - INFO - Created project with name - InstanceSecurityGroupTests-a01f7899-19b5-4de-proj 2018-08-12 08:33:19,076 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:33:19,077 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:33:19,468 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:33:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["TTwHTGkdQ9mZ0d5XV7phdg"], "issued_at": "2018-08-12T08:33:19.000000Z"}} 2018-08-12 08:33:19,469 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}6eb4dc1315cd22cff01f8b361d525e6cce51b6d1" 2018-08-12 08:33:19,557 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:33:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc6ba465-b2ea-4f11-89f2-5310b514ea5a Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:33:19,557 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-cc6ba465-b2ea-4f11-89f2-5310b514ea5a 2018-08-12 08:33:19,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:33:19,566 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:33:19 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:33:19,567 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6eb4dc1315cd22cff01f8b361d525e6cce51b6d1" 2018-08-12 08:33:19,677 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:33:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-698ab21f-caa7-41c7-99f5-fca423ee6347 Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/105a247548624314b9228f85f6325f0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105a247548624314b9228f85f6325f0b", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/1c5de0eaa44543f08da6ad63a51594ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c5de0eaa44543f08da6ad63a51594ff", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/1d127b5b832547a88a547c116dfdd65b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d127b5b832547a88a547c116dfdd65b", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/1d5cfc170d624ce4ae53ae0507c8d517"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d5cfc170d624ce4ae53ae0507c8d517", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/2421820b75eb4d3ebd02830378d1377b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2421820b75eb4d3ebd02830378d1377b", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/40bd8ee54ecf44868cc83cede652c396"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40bd8ee54ecf44868cc83cede652c396", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/4f32fb8153854c4c9f5094b42b523f80"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f32fb8153854c4c9f5094b42b523f80", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7066130d08fb4db7bf4ab468de53933b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7066130d08fb4db7bf4ab468de53933b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/8d0898a83bcf4521bbc11501d5d7ac89"}, "domain_id": "1eec97585bde483292ece28ee11f4b8d", "enabled": true, "options": {}, "id": "8d0898a83bcf4521bbc11501d5d7ac89", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/9defcced327d476f8a3beab718a13da3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9defcced327d476f8a3beab718a13da3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/b80ee4f6992446e0879624dd436e99a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b80ee4f6992446e0879624dd436e99a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b86fd3e011324d398fcdb6f095a20a9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b86fd3e011324d398fcdb6f095a20a9d", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1701d2754064b5cadf765ea0806f9b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1701d2754064b5cadf765ea0806f9b2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/db4e7b8d76d549faa502716565c733dd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db4e7b8d76d549faa502716565c733dd", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-12 08:33:19,677 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-698ab21f-caa7-41c7-99f5-fca423ee6347 2018-08-12 08:33:19,682 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=InstanceSecurityGroupTests-a01f7899-19b5-4de-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6eb4dc1315cd22cff01f8b361d525e6cce51b6d1" 2018-08-12 08:33:19,701 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:33:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b2ebcea-96ba-431b-95be-b95406e7d08c Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=InstanceSecurityGroupTests-a01f7899-19b5-4de-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/1517ec87197b433688d5124d7787eda4"}, "tags": [], "enabled": true, "id": "1517ec87197b433688d5124d7787eda4", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-a01f7899-19b5-4de-proj"}]} 2018-08-12 08:33:19,701 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=InstanceSecurityGroupTests-a01f7899-19b5-4de-proj used request id req-4b2ebcea-96ba-431b-95be-b95406e7d08c 2018-08-12 08:33:19,705 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6eb4dc1315cd22cff01f8b361d525e6cce51b6d1" 2018-08-12 08:33:19,796 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:33:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aebf7601-f143-42d5-b414-bd9e5e7a3627 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:33:19,796 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-aebf7601-f143-42d5-b414-bd9e5e7a3627 2018-08-12 08:33:20,202 - keystone_utils - INFO - Created user with name - InstanceSecurityGroupTests-a01f7899-19b5-4de-user 2018-08-12 08:33:20,202 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:33:20,206 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90d8f5eefc1207dc686cbc84ec5e867fd5361f0c" 2018-08-12 08:33:20,298 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:33:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-47b746ab-3205-425f-a5e6-d73278e55452 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:33:20,299 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-47b746ab-3205-425f-a5e6-d73278e55452 2018-08-12 08:33:20,302 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90d8f5eefc1207dc686cbc84ec5e867fd5361f0c" -d '{"role": {"name": "InstanceSecurityGroupTests-a01f7899-19b5-4de-proj-role"}}' 2018-08-12 08:33:20,434 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:33:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8d557de3-0753-44f1-913f-dd9407a52c89 Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "71eb07fd1ed348888ecd780bd538c14f", "links": {"self": "http://172.30.9.21:5000/v3/roles/71eb07fd1ed348888ecd780bd538c14f"}, "name": "InstanceSecurityGroupTests-a01f7899-19b5-4de-proj-role"}} 2018-08-12 08:33:20,434 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-8d557de3-0753-44f1-913f-dd9407a52c89 2018-08-12 08:33:20,434 - keystone_utils - INFO - Created role with name - InstanceSecurityGroupTests-a01f7899-19b5-4de-proj-role 2018-08-12 08:33:20,437 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/71eb07fd1ed348888ecd780bd538c14f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90d8f5eefc1207dc686cbc84ec5e867fd5361f0c" 2018-08-12 08:33:20,529 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:33:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7ec93d9d-ead2-4c93-a2c8-192364e3c95a Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "71eb07fd1ed348888ecd780bd538c14f", "links": {"self": "http://172.30.9.21:5000/v3/roles/71eb07fd1ed348888ecd780bd538c14f"}, "name": "InstanceSecurityGroupTests-a01f7899-19b5-4de-proj-role"}} 2018-08-12 08:33:20,530 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/71eb07fd1ed348888ecd780bd538c14f used request id req-7ec93d9d-ead2-4c93-a2c8-192364e3c95a 2018-08-12 08:33:20,530 - keystone_utils - INFO - Granting role InstanceSecurityGroupTests-a01f7899-19b5-4de-proj-role to project InstanceSecurityGroupTests-a01f7899-19b5-4de-proj 2018-08-12 08:33:20,532 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/1517ec87197b433688d5124d7787eda4/users/7a2ead417450477397b54af4138a5b46/roles/71eb07fd1ed348888ecd780bd538c14f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90d8f5eefc1207dc686cbc84ec5e867fd5361f0c" 2018-08-12 08:33:20,670 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:33:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d95204ac-f860-4861-abcc-3435b1c130bf 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 08:33:20,670 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/1517ec87197b433688d5124d7787eda4/users/7a2ead417450477397b54af4138a5b46/roles/71eb07fd1ed348888ecd780bd538c14f used request id req-d95204ac-f860-4861-abcc-3435b1c130bf 2018-08-12 08:33:20,671 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-12 08:33:20,672 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-08-12 08:33:20,672 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:33:20,673 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:33:21,061 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "71eb07fd1ed348888ecd780bd538c14f", "name": "InstanceSecurityGroupTests-a01f7899-19b5-4de-proj-role"}], "expires_at": "2018-08-12T09:33:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1517ec87197b433688d5124d7787eda4", "name": "InstanceSecurityGroupTests-a01f7899-19b5-4de-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/1517ec87197b433688d5124d7787eda4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/1517ec87197b433688d5124d7787eda4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/1517ec87197b433688d5124d7787eda4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_1517ec87197b433688d5124d7787eda4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_1517ec87197b433688d5124d7787eda4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/1517ec87197b433688d5124d7787eda4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/1517ec87197b433688d5124d7787eda4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/1517ec87197b433688d5124d7787eda4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/1517ec87197b433688d5124d7787eda4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/1517ec87197b433688d5124d7787eda4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/1517ec87197b433688d5124d7787eda4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/1517ec87197b433688d5124d7787eda4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/1517ec87197b433688d5124d7787eda4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/1517ec87197b433688d5124d7787eda4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-a01f7899-19b5-4de-user", "id": "7a2ead417450477397b54af4138a5b46"}, "audit_ids": ["Tp9u0Q_GSx6X3ScyK4z8Ig"], "issued_at": "2018-08-12T08:33:21.000000Z"}} 2018-08-12 08:33:21,062 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}32e02c2b6b0a7746b4f9a1c3b3347e2a33287b46" 2018-08-12 08:33:21,149 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:33:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2235e85a-9ea4-47e6-aca4-928d35235316 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:33:21,150 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-2235e85a-9ea4-47e6-aca4-928d35235316 2018-08-12 08:33:21,154 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}32e02c2b6b0a7746b4f9a1c3b3347e2a33287b46" 2018-08-12 08:33:21,351 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 171 Content-Type: application/json X-Openstack-Request-Id: req-12d1bd33-c273-41f9-a78c-23c37fecceb8 Date: Sun, 12 Aug 2018 08:33:21 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-image"} 2018-08-12 08:33:21,351 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-image used request id req-12d1bd33-c273-41f9-a78c-23c37fecceb8 2018-08-12 08:33:21,354 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}32e02c2b6b0a7746b4f9a1c3b3347e2a33287b46" 2018-08-12 08:33:21,537 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-3983958f-1ec7-4157-9959-e29a43f31c3b Date: Sun, 12 Aug 2018 08:33:21 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"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}, "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}, "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"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "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"}, "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"}, "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}, "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}, "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"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "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}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-12 08:33:21,537 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-3983958f-1ec7-4157-9959-e29a43f31c3b 2018-08-12 08:33:21,568 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}32e02c2b6b0a7746b4f9a1c3b3347e2a33287b46" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-image"}' 2018-08-12 08:33:21,796 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 630 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/65686874-12cf-4789-a10b-35515f2086a4 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-65210249-96d6-4cc1-96d7-569564d21e53 Date: Sun, 12 Aug 2018 08:33:21 GMT RESP BODY: {"status": "queued", "name": "InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-image", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:33:21Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-08-12T08:33:21Z", "visibility": "shared", "locations": [], "self": "/v2/images/65686874-12cf-4789-a10b-35515f2086a4", "min_disk": 0, "protected": false, "id": "65686874-12cf-4789-a10b-35515f2086a4", "file": "/v2/images/65686874-12cf-4789-a10b-35515f2086a4/file", "checksum": null, "owner": "1517ec87197b433688d5124d7787eda4", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-12 08:33:21,796 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-65210249-96d6-4cc1-96d7-569564d21e53 2018-08-12 08:33:21,807 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/65686874-12cf-4789-a10b-35515f2086a4/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}32e02c2b6b0a7746b4f9a1c3b3347e2a33287b46" -d '' 2018-08-12 08:33:22,492 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-5130a361-81e9-4f93-9ca2-179be1056ce8 Date: Sun, 12 Aug 2018 08:33:22 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-12 08:33:22,492 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/65686874-12cf-4789-a10b-35515f2086a4/file used request id req-5130a361-81e9-4f93-9ca2-179be1056ce8 2018-08-12 08:33:22,493 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-12 08:33:22,496 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/65686874-12cf-4789-a10b-35515f2086a4 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}32e02c2b6b0a7746b4f9a1c3b3347e2a33287b46" 2018-08-12 08:33:22,681 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-6a556fbf-2583-4dac-92f8-0f12356de567 Date: Sun, 12 Aug 2018 08:33:22 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-image", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:33:21Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-12T08:33:22Z", "visibility": "shared", "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/65686874-12cf-4789-a10b-35515f2086a4/snap", "metadata": {}}], "self": "/v2/images/65686874-12cf-4789-a10b-35515f2086a4", "min_disk": 0, "protected": false, "id": "65686874-12cf-4789-a10b-35515f2086a4", "file": "/v2/images/65686874-12cf-4789-a10b-35515f2086a4/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "1517ec87197b433688d5124d7787eda4", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/65686874-12cf-4789-a10b-35515f2086a4/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-12 08:33:22,682 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/65686874-12cf-4789-a10b-35515f2086a4 used request id req-6a556fbf-2583-4dac-92f8-0f12356de567 2018-08-12 08:33:22,685 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}32e02c2b6b0a7746b4f9a1c3b3347e2a33287b46" 2018-08-12 08:33:22,692 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-aa68258c-6be1-47a5-87df-326434a61161 Date: Sun, 12 Aug 2018 08:33:22 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"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}, "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}, "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"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "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"}, "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"}, "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}, "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}, "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"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "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}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-12 08:33:22,692 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-aa68258c-6be1-47a5-87df-326434a61161 2018-08-12 08:33:22,695 - create_image - INFO - Created image with name - InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-image 2018-08-12 08:33:22,697 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/65686874-12cf-4789-a10b-35515f2086a4 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}32e02c2b6b0a7746b4f9a1c3b3347e2a33287b46" 2018-08-12 08:33:22,885 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-bc516e22-f427-4940-9b32-3c2423f9e2c9 Date: Sun, 12 Aug 2018 08:33:22 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-image", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:33:21Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-12T08:33:22Z", "visibility": "shared", "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/65686874-12cf-4789-a10b-35515f2086a4/snap", "metadata": {}}], "self": "/v2/images/65686874-12cf-4789-a10b-35515f2086a4", "min_disk": 0, "protected": false, "id": "65686874-12cf-4789-a10b-35515f2086a4", "file": "/v2/images/65686874-12cf-4789-a10b-35515f2086a4/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "1517ec87197b433688d5124d7787eda4", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/65686874-12cf-4789-a10b-35515f2086a4/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-12 08:33:22,885 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/65686874-12cf-4789-a10b-35515f2086a4 used request id req-bc516e22-f427-4940-9b32-3c2423f9e2c9 2018-08-12 08:33:22,886 - create_image - DEBUG - Instance status is - active 2018-08-12 08:33:22,886 - create_image - DEBUG - Image is active with name - InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-image 2018-08-12 08:33:22,887 - create_image - INFO - Image is now active with name - InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-image 2018-08-12 08:33:22,887 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:33:22,888 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:33:23,359 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "71eb07fd1ed348888ecd780bd538c14f", "name": "InstanceSecurityGroupTests-a01f7899-19b5-4de-proj-role"}], "expires_at": "2018-08-12T09:33:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1517ec87197b433688d5124d7787eda4", "name": "InstanceSecurityGroupTests-a01f7899-19b5-4de-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/1517ec87197b433688d5124d7787eda4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/1517ec87197b433688d5124d7787eda4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/1517ec87197b433688d5124d7787eda4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_1517ec87197b433688d5124d7787eda4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_1517ec87197b433688d5124d7787eda4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/1517ec87197b433688d5124d7787eda4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/1517ec87197b433688d5124d7787eda4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/1517ec87197b433688d5124d7787eda4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/1517ec87197b433688d5124d7787eda4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/1517ec87197b433688d5124d7787eda4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/1517ec87197b433688d5124d7787eda4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/1517ec87197b433688d5124d7787eda4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/1517ec87197b433688d5124d7787eda4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/1517ec87197b433688d5124d7787eda4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-a01f7899-19b5-4de-user", "id": "7a2ead417450477397b54af4138a5b46"}, "audit_ids": ["5L2V8EutT5CUfkTc0rxIHg"], "issued_at": "2018-08-12T08:33:23.000000Z"}} 2018-08-12 08:33:23,359 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}97267210495f7c4dda9bc55a6b28e5271fcb9817" 2018-08-12 08:33:23,441 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:33:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ac5bb902-acb4-442a-abdd-e9c54c3685a7 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:33:23,441 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-ac5bb902-acb4-442a-abdd-e9c54c3685a7 2018-08-12 08:33:23,443 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:33:23,443 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:33:23,443 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:33:23,443 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:33:23,443 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:33:23,452 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97267210495f7c4dda9bc55a6b28e5271fcb9817" 2018-08-12 08:33:23,649 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-52c18e8c-86ba-4c53-915e-9a03ba8d1c18 Date: Sun, 12 Aug 2018 08:33:23 GMT RESP BODY: {"networks":[]} 2018-08-12 08:33:23,649 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-pub-net used request id req-52c18e8c-86ba-4c53-915e-9a03ba8d1c18 2018-08-12 08:33:23,650 - neutron_utils - INFO - Creating network with name InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-pub-net 2018-08-12 08:33:23,655 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97267210495f7c4dda9bc55a6b28e5271fcb9817" -d '{"network": {"name": "InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-pub-net", "admin_state_up": true}}' 2018-08-12 08:33:24,295 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 608 X-Openstack-Request-Id: req-9b79a85c-8768-4f3a-a3d0-b9aba32e1967 Date: Sun, 12 Aug 2018 08:33:24 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"1517ec87197b433688d5124d7787eda4","created_at":"2018-08-12T08:33:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T08:33:24Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"1517ec87197b433688d5124d7787eda4","id":"f8f965a7-4e77-4b94-bc8f-0fb039ef6320","name":"InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-pub-net"}} 2018-08-12 08:33:24,295 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-9b79a85c-8768-4f3a-a3d0-b9aba32e1967 2018-08-12 08:33:24,300 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=f8f965a7-4e77-4b94-bc8f-0fb039ef6320 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97267210495f7c4dda9bc55a6b28e5271fcb9817" 2018-08-12 08:33:24,549 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 592 X-Openstack-Request-Id: req-d80b0c4b-de18-49bd-b141-038dbdaf85e8 Date: Sun, 12 Aug 2018 08:33:24 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-12T08:33:24Z","tenant_id":"1517ec87197b433688d5124d7787eda4","created_at":"2018-08-12T08:33:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"1517ec87197b433688d5124d7787eda4","id":"f8f965a7-4e77-4b94-bc8f-0fb039ef6320","name":"InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-pub-net"}]} 2018-08-12 08:33:24,550 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=f8f965a7-4e77-4b94-bc8f-0fb039ef6320 used request id req-d80b0c4b-de18-49bd-b141-038dbdaf85e8 2018-08-12 08:33:24,555 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=f8f965a7-4e77-4b94-bc8f-0fb039ef6320 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97267210495f7c4dda9bc55a6b28e5271fcb9817" 2018-08-12 08:33:24,587 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-82a55965-54b4-440a-8e6b-0cf90681fa23 Date: Sun, 12 Aug 2018 08:33:24 GMT RESP BODY: {"subnets":[]} 2018-08-12 08:33:24,588 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=f8f965a7-4e77-4b94-bc8f-0fb039ef6320 used request id req-82a55965-54b4-440a-8e6b-0cf90681fa23 2018-08-12 08:33:24,588 - neutron_utils - INFO - Creating subnet with name InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-pub-subnet 2018-08-12 08:33:24,593 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97267210495f7c4dda9bc55a6b28e5271fcb9817" -d '{"subnets": [{"ip_version": 4, "network_id": "f8f965a7-4e77-4b94-bc8f-0fb039ef6320", "cidr": "10.55.0.0/24", "name": "InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-pub-subnet"}]}' 2018-08-12 08:33:25,355 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-409e87c8-5031-4767-871a-7be82660f7c1 Date: Sun, 12 Aug 2018 08:33:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f8f965a7-4e77-4b94-bc8f-0fb039ef6320","tenant_id":"1517ec87197b433688d5124d7787eda4","created_at":"2018-08-12T08:33:25Z","dns_nameservers":[],"updated_at":"2018-08-12T08:33:25Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"1517ec87197b433688d5124d7787eda4","id":"a213d701-fc4f-4e09-a3dc-18aaf0361c5e","subnetpool_id":null,"name":"InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-pub-subnet"}]} 2018-08-12 08:33:25,355 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-409e87c8-5031-4767-871a-7be82660f7c1 2018-08-12 08:33:25,361 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=f8f965a7-4e77-4b94-bc8f-0fb039ef6320 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97267210495f7c4dda9bc55a6b28e5271fcb9817" 2018-08-12 08:33:25,669 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-ce53c0ba-c970-4150-970f-83efd7e17cd4 Date: Sun, 12 Aug 2018 08:33:25 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":["a213d701-fc4f-4e09-a3dc-18aaf0361c5e"],"updated_at":"2018-08-12T08:33:25Z","tenant_id":"1517ec87197b433688d5124d7787eda4","created_at":"2018-08-12T08:33:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"1517ec87197b433688d5124d7787eda4","id":"f8f965a7-4e77-4b94-bc8f-0fb039ef6320","name":"InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-pub-net"}]} 2018-08-12 08:33:25,670 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=f8f965a7-4e77-4b94-bc8f-0fb039ef6320 used request id req-ce53c0ba-c970-4150-970f-83efd7e17cd4 2018-08-12 08:33:25,675 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=f8f965a7-4e77-4b94-bc8f-0fb039ef6320 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97267210495f7c4dda9bc55a6b28e5271fcb9817" 2018-08-12 08:33:25,908 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-d01b7591-60c9-456a-8e7d-19fb9fcd99f7 Date: Sun, 12 Aug 2018 08:33:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f8f965a7-4e77-4b94-bc8f-0fb039ef6320","tenant_id":"1517ec87197b433688d5124d7787eda4","created_at":"2018-08-12T08:33:25Z","dns_nameservers":[],"updated_at":"2018-08-12T08:33:25Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"1517ec87197b433688d5124d7787eda4","id":"a213d701-fc4f-4e09-a3dc-18aaf0361c5e","subnetpool_id":null,"name":"InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-pub-subnet"}]} 2018-08-12 08:33:25,908 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=f8f965a7-4e77-4b94-bc8f-0fb039ef6320 used request id req-d01b7591-60c9-456a-8e7d-19fb9fcd99f7 2018-08-12 08:33:25,908 - OpenStackNetwork - DEBUG - Network [f8f965a7-4e77-4b94-bc8f-0fb039ef6320] created successfully 2018-08-12 08:33:25,909 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:33:25,909 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:33:26,309 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:33:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["RVfXsvEnQ3qwMUtBBVB8OA"], "issued_at": "2018-08-12T08:33:26.000000Z"}} 2018-08-12 08:33:26,309 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}1262369edc3ef06c22449a2ae6a52cab5211abd1" 2018-08-12 08:33:26,387 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:33:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-de46b0b8-9b04-43fd-a6a6-27056d9ff712 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:33:26,387 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-de46b0b8-9b04-43fd-a6a6-27056d9ff712 2018-08-12 08:33:26,388 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-12 08:33:26,393 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1262369edc3ef06c22449a2ae6a52cab5211abd1" 2018-08-12 08:33:26,592 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:33: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-d8b51960-c5f8-47a1-ad45-6e654af7bf2e x-compute-request-id: req-d8b51960-c5f8-47a1-ad45-6e654af7bf2e Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-08-12 08:33:26,592 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-d8b51960-c5f8-47a1-ad45-6e654af7bf2e 2018-08-12 08:33:26,596 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1262369edc3ef06c22449a2ae6a52cab5211abd1" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-08-12 08:33:26,641 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:33: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-368cad41-ef2f-4d5d-a5b6-fc61794a1fd9 x-compute-request-id: req-368cad41-ef2f-4d5d-a5b6-fc61794a1fd9 Content-Encoding: gzip Content-Length: 325 Content-Type: application/json RESP BODY: {"flavor": {"name": "InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-flavor-name", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/76312cb0-42b2-4d2f-a3b5-ad651edc5371", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/76312cb0-42b2-4d2f-a3b5-ad651edc5371", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": "76312cb0-42b2-4d2f-a3b5-ad651edc5371"}} 2018-08-12 08:33:26,641 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-368cad41-ef2f-4d5d-a5b6-fc61794a1fd9 2018-08-12 08:33:26,642 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:33:26,643 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:33:27,036 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "71eb07fd1ed348888ecd780bd538c14f", "name": "InstanceSecurityGroupTests-a01f7899-19b5-4de-proj-role"}], "expires_at": "2018-08-12T09:33:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1517ec87197b433688d5124d7787eda4", "name": "InstanceSecurityGroupTests-a01f7899-19b5-4de-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/1517ec87197b433688d5124d7787eda4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/1517ec87197b433688d5124d7787eda4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/1517ec87197b433688d5124d7787eda4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_1517ec87197b433688d5124d7787eda4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_1517ec87197b433688d5124d7787eda4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/1517ec87197b433688d5124d7787eda4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/1517ec87197b433688d5124d7787eda4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/1517ec87197b433688d5124d7787eda4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/1517ec87197b433688d5124d7787eda4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/1517ec87197b433688d5124d7787eda4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/1517ec87197b433688d5124d7787eda4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/1517ec87197b433688d5124d7787eda4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/1517ec87197b433688d5124d7787eda4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/1517ec87197b433688d5124d7787eda4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-a01f7899-19b5-4de-user", "id": "7a2ead417450477397b54af4138a5b46"}, "audit_ids": ["ex5PHGdaQ4qy7SC_PRrjKg"], "issued_at": "2018-08-12T08:33:27.000000Z"}} 2018-08-12 08:33:27,036 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}6917dd59b116a9ca7f7107f53e43e977b784ff57" 2018-08-12 08:33:27,122 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:33:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-254ac4d7-8bd3-4b9e-83f5-951ac269a88b Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:33:27,122 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-254ac4d7-8bd3-4b9e-83f5-951ac269a88b 2018-08-12 08:33:27,124 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:33:27,124 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:33:27,124 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:33:27,124 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:33:27,124 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:33:27,131 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6917dd59b116a9ca7f7107f53e43e977b784ff57" 2018-08-12 08:33:27,334 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-72ab7243-6baa-41d7-bcb5-1c6361e9b6c9 Date: Sun, 12 Aug 2018 08:33:27 GMT RESP BODY: {"security_groups": []} 2018-08-12 08:33:27,334 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-name&description=hello+group used request id req-72ab7243-6baa-41d7-bcb5-1c6361e9b6c9 2018-08-12 08:33:27,334 - OpenStackSecurityGroup - INFO - Creating security group InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-name... 2018-08-12 08:33:27,334 - neutron_utils - INFO - Creating security group with name - InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-name 2018-08-12 08:33:27,339 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6917dd59b116a9ca7f7107f53e43e977b784ff57" -d '{"security_group": {"name": "InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-name", "description": "hello group"}}' 2018-08-12 08:33:27,776 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-47b75cbc-666c-45bb-9fe6-b7197de0d306 Date: Sun, 12 Aug 2018 08:33:27 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "1517ec87197b433688d5124d7787eda4", "created_at": "2018-08-12T08:33:27Z", "updated_at": "2018-08-12T08:33:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:33:27Z", "revision_number": 0, "id": "554d5d4c-3c2f-4506-82f8-06f89897f7ad", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:33:27Z", "security_group_id": "2adf9c2d-65d8-436a-a544-3061d741c2a3", "tenant_id": "1517ec87197b433688d5124d7787eda4", "port_range_min": null, "ethertype": "IPv4", "project_id": "1517ec87197b433688d5124d7787eda4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:33:27Z", "revision_number": 0, "id": "ef4e14d8-97a7-418c-99de-6cc09a50f3a8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:33:27Z", "security_group_id": "2adf9c2d-65d8-436a-a544-3061d741c2a3", "tenant_id": "1517ec87197b433688d5124d7787eda4", "port_range_min": null, "ethertype": "IPv6", "project_id": "1517ec87197b433688d5124d7787eda4"}], "revision_number": 2, "project_id": "1517ec87197b433688d5124d7787eda4", "id": "2adf9c2d-65d8-436a-a544-3061d741c2a3", "name": "InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-name"}} 2018-08-12 08:33:27,777 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups used request id req-47b75cbc-666c-45bb-9fe6-b7197de0d306 2018-08-12 08:33:27,777 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2adf9c2d-65d8-436a-a544-3061d741c2a3 2018-08-12 08:33:27,782 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=2adf9c2d-65d8-436a-a544-3061d741c2a3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6917dd59b116a9ca7f7107f53e43e977b784ff57" 2018-08-12 08:33:27,980 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-276f5375-9698-4cca-94e3-2ba627160f26 Date: Sun, 12 Aug 2018 08:33:27 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:33:27Z", "security_group_id": "2adf9c2d-65d8-436a-a544-3061d741c2a3", "port_range_min": null, "revision_number": 0, "tenant_id": "1517ec87197b433688d5124d7787eda4", "created_at": "2018-08-12T08:33:27Z", "project_id": "1517ec87197b433688d5124d7787eda4", "id": "554d5d4c-3c2f-4506-82f8-06f89897f7ad"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:33:27Z", "security_group_id": "2adf9c2d-65d8-436a-a544-3061d741c2a3", "port_range_min": null, "revision_number": 0, "tenant_id": "1517ec87197b433688d5124d7787eda4", "created_at": "2018-08-12T08:33:27Z", "project_id": "1517ec87197b433688d5124d7787eda4", "id": "ef4e14d8-97a7-418c-99de-6cc09a50f3a8"}]} 2018-08-12 08:33:27,980 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=2adf9c2d-65d8-436a-a544-3061d741c2a3 used request id req-276f5375-9698-4cca-94e3-2ba627160f26 2018-08-12 08:33:27,980 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2adf9c2d-65d8-436a-a544-3061d741c2a3 2018-08-12 08:33:27,985 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=2adf9c2d-65d8-436a-a544-3061d741c2a3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6917dd59b116a9ca7f7107f53e43e977b784ff57" 2018-08-12 08:33:28,180 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-d2b8c2be-cd8f-4196-a5f7-8ab2b1b2b7be Date: Sun, 12 Aug 2018 08:33:28 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:33:27Z", "security_group_id": "2adf9c2d-65d8-436a-a544-3061d741c2a3", "port_range_min": null, "revision_number": 0, "tenant_id": "1517ec87197b433688d5124d7787eda4", "created_at": "2018-08-12T08:33:27Z", "project_id": "1517ec87197b433688d5124d7787eda4", "id": "554d5d4c-3c2f-4506-82f8-06f89897f7ad"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:33:27Z", "security_group_id": "2adf9c2d-65d8-436a-a544-3061d741c2a3", "port_range_min": null, "revision_number": 0, "tenant_id": "1517ec87197b433688d5124d7787eda4", "created_at": "2018-08-12T08:33:27Z", "project_id": "1517ec87197b433688d5124d7787eda4", "id": "ef4e14d8-97a7-418c-99de-6cc09a50f3a8"}]} 2018-08-12 08:33:28,181 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=2adf9c2d-65d8-436a-a544-3061d741c2a3 used request id req-d2b8c2be-cd8f-4196-a5f7-8ab2b1b2b7be 2018-08-12 08:33:28,181 - neutron_utils - INFO - Retrieving security group with ID - 2adf9c2d-65d8-436a-a544-3061d741c2a3 2018-08-12 08:33:28,186 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=2adf9c2d-65d8-436a-a544-3061d741c2a3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6917dd59b116a9ca7f7107f53e43e977b784ff57" 2018-08-12 08:33:28,412 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-df0f1e36-e14a-4330-aeae-136f9e186b5b Date: Sun, 12 Aug 2018 08:33:28 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "1517ec87197b433688d5124d7787eda4", "created_at": "2018-08-12T08:33:27Z", "updated_at": "2018-08-12T08:33:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:33:27Z", "revision_number": 0, "id": "554d5d4c-3c2f-4506-82f8-06f89897f7ad", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:33:27Z", "security_group_id": "2adf9c2d-65d8-436a-a544-3061d741c2a3", "tenant_id": "1517ec87197b433688d5124d7787eda4", "port_range_min": null, "ethertype": "IPv4", "project_id": "1517ec87197b433688d5124d7787eda4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:33:27Z", "revision_number": 0, "id": "ef4e14d8-97a7-418c-99de-6cc09a50f3a8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:33:27Z", "security_group_id": "2adf9c2d-65d8-436a-a544-3061d741c2a3", "tenant_id": "1517ec87197b433688d5124d7787eda4", "port_range_min": null, "ethertype": "IPv6", "project_id": "1517ec87197b433688d5124d7787eda4"}], "revision_number": 2, "project_id": "1517ec87197b433688d5124d7787eda4", "id": "2adf9c2d-65d8-436a-a544-3061d741c2a3", "name": "InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-name"}]} 2018-08-12 08:33:28,412 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=2adf9c2d-65d8-436a-a544-3061d741c2a3 used request id req-df0f1e36-e14a-4330-aeae-136f9e186b5b 2018-08-12 08:33:28,412 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2adf9c2d-65d8-436a-a544-3061d741c2a3 2018-08-12 08:33:28,417 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=2adf9c2d-65d8-436a-a544-3061d741c2a3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6917dd59b116a9ca7f7107f53e43e977b784ff57" 2018-08-12 08:33:28,618 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-d6a22ed5-1bd3-44c6-8dfc-0744dabc6dd0 Date: Sun, 12 Aug 2018 08:33:28 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:33:27Z", "security_group_id": "2adf9c2d-65d8-436a-a544-3061d741c2a3", "port_range_min": null, "revision_number": 0, "tenant_id": "1517ec87197b433688d5124d7787eda4", "created_at": "2018-08-12T08:33:27Z", "project_id": "1517ec87197b433688d5124d7787eda4", "id": "554d5d4c-3c2f-4506-82f8-06f89897f7ad"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:33:27Z", "security_group_id": "2adf9c2d-65d8-436a-a544-3061d741c2a3", "port_range_min": null, "revision_number": 0, "tenant_id": "1517ec87197b433688d5124d7787eda4", "created_at": "2018-08-12T08:33:27Z", "project_id": "1517ec87197b433688d5124d7787eda4", "id": "ef4e14d8-97a7-418c-99de-6cc09a50f3a8"}]} 2018-08-12 08:33:28,618 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=2adf9c2d-65d8-436a-a544-3061d741c2a3 used request id req-d6a22ed5-1bd3-44c6-8dfc-0744dabc6dd0 2018-08-12 08:33:28,619 - neutron_utils - INFO - Retrieving security group with ID - 2adf9c2d-65d8-436a-a544-3061d741c2a3 2018-08-12 08:33:28,624 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=2adf9c2d-65d8-436a-a544-3061d741c2a3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6917dd59b116a9ca7f7107f53e43e977b784ff57" 2018-08-12 08:33:28,923 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-62a71c28-43a5-45ad-b5d2-8f50ef5f018a Date: Sun, 12 Aug 2018 08:33:28 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "1517ec87197b433688d5124d7787eda4", "created_at": "2018-08-12T08:33:27Z", "updated_at": "2018-08-12T08:33:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:33:27Z", "revision_number": 0, "id": "554d5d4c-3c2f-4506-82f8-06f89897f7ad", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:33:27Z", "security_group_id": "2adf9c2d-65d8-436a-a544-3061d741c2a3", "tenant_id": "1517ec87197b433688d5124d7787eda4", "port_range_min": null, "ethertype": "IPv4", "project_id": "1517ec87197b433688d5124d7787eda4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:33:27Z", "revision_number": 0, "id": "ef4e14d8-97a7-418c-99de-6cc09a50f3a8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:33:27Z", "security_group_id": "2adf9c2d-65d8-436a-a544-3061d741c2a3", "tenant_id": "1517ec87197b433688d5124d7787eda4", "port_range_min": null, "ethertype": "IPv6", "project_id": "1517ec87197b433688d5124d7787eda4"}], "revision_number": 2, "project_id": "1517ec87197b433688d5124d7787eda4", "id": "2adf9c2d-65d8-436a-a544-3061d741c2a3", "name": "InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-name"}]} 2018-08-12 08:33:28,924 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=2adf9c2d-65d8-436a-a544-3061d741c2a3 used request id req-62a71c28-43a5-45ad-b5d2-8f50ef5f018a 2018-08-12 08:33:28,924 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2adf9c2d-65d8-436a-a544-3061d741c2a3 2018-08-12 08:33:28,929 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=2adf9c2d-65d8-436a-a544-3061d741c2a3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6917dd59b116a9ca7f7107f53e43e977b784ff57" 2018-08-12 08:33:29,136 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-f28e56cd-ea46-4627-bd8d-17a47c980160 Date: Sun, 12 Aug 2018 08:33:29 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:33:27Z", "security_group_id": "2adf9c2d-65d8-436a-a544-3061d741c2a3", "port_range_min": null, "revision_number": 0, "tenant_id": "1517ec87197b433688d5124d7787eda4", "created_at": "2018-08-12T08:33:27Z", "project_id": "1517ec87197b433688d5124d7787eda4", "id": "554d5d4c-3c2f-4506-82f8-06f89897f7ad"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:33:27Z", "security_group_id": "2adf9c2d-65d8-436a-a544-3061d741c2a3", "port_range_min": null, "revision_number": 0, "tenant_id": "1517ec87197b433688d5124d7787eda4", "created_at": "2018-08-12T08:33:27Z", "project_id": "1517ec87197b433688d5124d7787eda4", "id": "ef4e14d8-97a7-418c-99de-6cc09a50f3a8"}]} 2018-08-12 08:33:29,136 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=2adf9c2d-65d8-436a-a544-3061d741c2a3 used request id req-f28e56cd-ea46-4627-bd8d-17a47c980160 2018-08-12 08:33:29,137 - neutron_utils - INFO - Retrieving security group with ID - 2adf9c2d-65d8-436a-a544-3061d741c2a3 2018-08-12 08:33:29,142 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=2adf9c2d-65d8-436a-a544-3061d741c2a3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6917dd59b116a9ca7f7107f53e43e977b784ff57" 2018-08-12 08:33:29,529 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-18d918a1-ba98-4428-b7cd-653c29860f99 Date: Sun, 12 Aug 2018 08:33:29 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "1517ec87197b433688d5124d7787eda4", "created_at": "2018-08-12T08:33:27Z", "updated_at": "2018-08-12T08:33:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:33:27Z", "revision_number": 0, "id": "554d5d4c-3c2f-4506-82f8-06f89897f7ad", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:33:27Z", "security_group_id": "2adf9c2d-65d8-436a-a544-3061d741c2a3", "tenant_id": "1517ec87197b433688d5124d7787eda4", "port_range_min": null, "ethertype": "IPv4", "project_id": "1517ec87197b433688d5124d7787eda4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:33:27Z", "revision_number": 0, "id": "ef4e14d8-97a7-418c-99de-6cc09a50f3a8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:33:27Z", "security_group_id": "2adf9c2d-65d8-436a-a544-3061d741c2a3", "tenant_id": "1517ec87197b433688d5124d7787eda4", "port_range_min": null, "ethertype": "IPv6", "project_id": "1517ec87197b433688d5124d7787eda4"}], "revision_number": 2, "project_id": "1517ec87197b433688d5124d7787eda4", "id": "2adf9c2d-65d8-436a-a544-3061d741c2a3", "name": "InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-name"}]} 2018-08-12 08:33:29,530 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=2adf9c2d-65d8-436a-a544-3061d741c2a3 used request id req-18d918a1-ba98-4428-b7cd-653c29860f99 2018-08-12 08:33:29,530 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2adf9c2d-65d8-436a-a544-3061d741c2a3 2018-08-12 08:33:29,535 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=2adf9c2d-65d8-436a-a544-3061d741c2a3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6917dd59b116a9ca7f7107f53e43e977b784ff57" 2018-08-12 08:33:29,560 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-805f272c-6fa2-4c7b-865a-b1dfa0f27d8b Date: Sun, 12 Aug 2018 08:33:29 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:33:27Z", "security_group_id": "2adf9c2d-65d8-436a-a544-3061d741c2a3", "port_range_min": null, "revision_number": 0, "tenant_id": "1517ec87197b433688d5124d7787eda4", "created_at": "2018-08-12T08:33:27Z", "project_id": "1517ec87197b433688d5124d7787eda4", "id": "554d5d4c-3c2f-4506-82f8-06f89897f7ad"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:33:27Z", "security_group_id": "2adf9c2d-65d8-436a-a544-3061d741c2a3", "port_range_min": null, "revision_number": 0, "tenant_id": "1517ec87197b433688d5124d7787eda4", "created_at": "2018-08-12T08:33:27Z", "project_id": "1517ec87197b433688d5124d7787eda4", "id": "ef4e14d8-97a7-418c-99de-6cc09a50f3a8"}]} 2018-08-12 08:33:29,560 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=2adf9c2d-65d8-436a-a544-3061d741c2a3 used request id req-805f272c-6fa2-4c7b-865a-b1dfa0f27d8b 2018-08-12 08:33:29,561 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:33:29,561 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:33:29,967 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "71eb07fd1ed348888ecd780bd538c14f", "name": "InstanceSecurityGroupTests-a01f7899-19b5-4de-proj-role"}], "expires_at": "2018-08-12T09:33:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1517ec87197b433688d5124d7787eda4", "name": "InstanceSecurityGroupTests-a01f7899-19b5-4de-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/1517ec87197b433688d5124d7787eda4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/1517ec87197b433688d5124d7787eda4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/1517ec87197b433688d5124d7787eda4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_1517ec87197b433688d5124d7787eda4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_1517ec87197b433688d5124d7787eda4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/1517ec87197b433688d5124d7787eda4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/1517ec87197b433688d5124d7787eda4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/1517ec87197b433688d5124d7787eda4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/1517ec87197b433688d5124d7787eda4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/1517ec87197b433688d5124d7787eda4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/1517ec87197b433688d5124d7787eda4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/1517ec87197b433688d5124d7787eda4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/1517ec87197b433688d5124d7787eda4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/1517ec87197b433688d5124d7787eda4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-a01f7899-19b5-4de-user", "id": "7a2ead417450477397b54af4138a5b46"}, "audit_ids": ["bHeHV00UTt2g7690onwG1A"], "issued_at": "2018-08-12T08:33:29.000000Z"}} 2018-08-12 08:33:29,967 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}733bf740160a6931f42da1da35847b018cc1d36e" 2018-08-12 08:33:30,048 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:33:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3cea923e-7d0f-4420-bed7-d1ea1ed472b0 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:33:30,049 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-3cea923e-7d0f-4420-bed7-d1ea1ed472b0 2018-08-12 08:33:30,049 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-12 08:33:30,051 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:33:30,051 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:33:30,051 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:33:30,051 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:33:30,051 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:33:30,053 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}733bf740160a6931f42da1da35847b018cc1d36e" 2018-08-12 08:33:30,148 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:33:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8195b00f-7678-460b-828a-3cb13cc0f464 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:33:30,148 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-8195b00f-7678-460b-828a-3cb13cc0f464 2018-08-12 08:33:30,155 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}733bf740160a6931f42da1da35847b018cc1d36e" 2018-08-12 08:33:30,430 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-7ce6f536-6755-4dcf-a079-5976f0a5a8eb Date: Sun, 12 Aug 2018 08:33:30 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":["a213d701-fc4f-4e09-a3dc-18aaf0361c5e"],"updated_at":"2018-08-12T08:33:25Z","tenant_id":"1517ec87197b433688d5124d7787eda4","created_at":"2018-08-12T08:33:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"1517ec87197b433688d5124d7787eda4","id":"f8f965a7-4e77-4b94-bc8f-0fb039ef6320","name":"InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-pub-net"}]} 2018-08-12 08:33:30,430 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-pub-net used request id req-7ce6f536-6755-4dcf-a079-5976f0a5a8eb 2018-08-12 08:33:30,435 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=f8f965a7-4e77-4b94-bc8f-0fb039ef6320 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}733bf740160a6931f42da1da35847b018cc1d36e" 2018-08-12 08:33:30,643 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-d29e0d41-ea07-4797-875d-3500a38133b4 Date: Sun, 12 Aug 2018 08:33:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f8f965a7-4e77-4b94-bc8f-0fb039ef6320","tenant_id":"1517ec87197b433688d5124d7787eda4","created_at":"2018-08-12T08:33:25Z","dns_nameservers":[],"updated_at":"2018-08-12T08:33:25Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"1517ec87197b433688d5124d7787eda4","id":"a213d701-fc4f-4e09-a3dc-18aaf0361c5e","subnetpool_id":null,"name":"InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-pub-subnet"}]} 2018-08-12 08:33:30,643 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=f8f965a7-4e77-4b94-bc8f-0fb039ef6320 used request id req-d29e0d41-ea07-4797-875d-3500a38133b4 2018-08-12 08:33:30,648 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}733bf740160a6931f42da1da35847b018cc1d36e" 2018-08-12 08:33:30,914 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-1c5a150d-2a76-4da8-9ad4-1edb43553156 Date: Sun, 12 Aug 2018 08:33:30 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":["a213d701-fc4f-4e09-a3dc-18aaf0361c5e"],"updated_at":"2018-08-12T08:33:25Z","tenant_id":"1517ec87197b433688d5124d7787eda4","created_at":"2018-08-12T08:33:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"1517ec87197b433688d5124d7787eda4","id":"f8f965a7-4e77-4b94-bc8f-0fb039ef6320","name":"InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-pub-net"}]} 2018-08-12 08:33:30,914 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-pub-net used request id req-1c5a150d-2a76-4da8-9ad4-1edb43553156 2018-08-12 08:33:30,917 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:33:30,922 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:33:30 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:33:30,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/1517ec87197b433688d5124d7787eda4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}733bf740160a6931f42da1da35847b018cc1d36e" 2018-08-12 08:33:31,012 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:33:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-788a50f0-8ea6-4149-ad77-668cc37c226d Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/1517ec87197b433688d5124d7787eda4"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "1517ec87197b433688d5124d7787eda4", "name": "InstanceSecurityGroupTests-a01f7899-19b5-4de-proj"}} 2018-08-12 08:33:31,012 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/1517ec87197b433688d5124d7787eda4 used request id req-788a50f0-8ea6-4149-ad77-668cc37c226d 2018-08-12 08:33:31,018 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=f8f965a7-4e77-4b94-bc8f-0fb039ef6320 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}733bf740160a6931f42da1da35847b018cc1d36e" 2018-08-12 08:33:31,497 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-dc7ccf89-5680-47ab-9b62-46ec01edb2e7 Date: Sun, 12 Aug 2018 08:33:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f8f965a7-4e77-4b94-bc8f-0fb039ef6320","tenant_id":"1517ec87197b433688d5124d7787eda4","created_at":"2018-08-12T08:33:25Z","dns_nameservers":[],"updated_at":"2018-08-12T08:33:25Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"1517ec87197b433688d5124d7787eda4","id":"a213d701-fc4f-4e09-a3dc-18aaf0361c5e","subnetpool_id":null,"name":"InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-pub-subnet"}]} 2018-08-12 08:33:31,497 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=f8f965a7-4e77-4b94-bc8f-0fb039ef6320 used request id req-dc7ccf89-5680-47ab-9b62-46ec01edb2e7 2018-08-12 08:33:31,503 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=f8f965a7-4e77-4b94-bc8f-0fb039ef6320&name=InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}733bf740160a6931f42da1da35847b018cc1d36e" 2018-08-12 08:33:31,693 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-13f14705-0c18-4609-a915-fc5d8fb25762 Date: Sun, 12 Aug 2018 08:33:31 GMT RESP BODY: {"ports":[]} 2018-08-12 08:33:31,693 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=f8f965a7-4e77-4b94-bc8f-0fb039ef6320&name=InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-port&admin_state_up=True used request id req-13f14705-0c18-4609-a915-fc5d8fb25762 2018-08-12 08:33:31,696 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/detail?name=InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}733bf740160a6931f42da1da35847b018cc1d36e" 2018-08-12 08:33:31,962 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:33: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-52e42920-1f2a-43c2-ab4b-2bf27124d994 x-compute-request-id: req-52e42920-1f2a-43c2-ab4b-2bf27124d994 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-12 08:33:31,962 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail?name=InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-inst used request id req-52e42920-1f2a-43c2-ab4b-2bf27124d994 2018-08-12 08:33:31,968 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}733bf740160a6931f42da1da35847b018cc1d36e" 2018-08-12 08:33:32,277 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-baaa262e-4ab2-4aee-a04a-afa1e7b73ddc Date: Sun, 12 Aug 2018 08:33:32 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":["a213d701-fc4f-4e09-a3dc-18aaf0361c5e"],"updated_at":"2018-08-12T08:33:25Z","tenant_id":"1517ec87197b433688d5124d7787eda4","created_at":"2018-08-12T08:33:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"1517ec87197b433688d5124d7787eda4","id":"f8f965a7-4e77-4b94-bc8f-0fb039ef6320","name":"InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-pub-net"}]} 2018-08-12 08:33:32,277 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-pub-net used request id req-baaa262e-4ab2-4aee-a04a-afa1e7b73ddc 2018-08-12 08:33:32,283 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=f8f965a7-4e77-4b94-bc8f-0fb039ef6320 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}733bf740160a6931f42da1da35847b018cc1d36e" 2018-08-12 08:33:32,489 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-d61abc99-c95a-46bc-8ebc-ee98fcffd9b6 Date: Sun, 12 Aug 2018 08:33:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f8f965a7-4e77-4b94-bc8f-0fb039ef6320","tenant_id":"1517ec87197b433688d5124d7787eda4","created_at":"2018-08-12T08:33:25Z","dns_nameservers":[],"updated_at":"2018-08-12T08:33:25Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"1517ec87197b433688d5124d7787eda4","id":"a213d701-fc4f-4e09-a3dc-18aaf0361c5e","subnetpool_id":null,"name":"InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-pub-subnet"}]} 2018-08-12 08:33:32,489 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=f8f965a7-4e77-4b94-bc8f-0fb039ef6320 used request id req-d61abc99-c95a-46bc-8ebc-ee98fcffd9b6 2018-08-12 08:33:32,494 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}733bf740160a6931f42da1da35847b018cc1d36e" 2018-08-12 08:33:32,764 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-d74dbeb1-c03d-4e36-a67c-bdd2c171a0c7 Date: Sun, 12 Aug 2018 08:33:32 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":["a213d701-fc4f-4e09-a3dc-18aaf0361c5e"],"updated_at":"2018-08-12T08:33:25Z","tenant_id":"1517ec87197b433688d5124d7787eda4","created_at":"2018-08-12T08:33:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"1517ec87197b433688d5124d7787eda4","id":"f8f965a7-4e77-4b94-bc8f-0fb039ef6320","name":"InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-pub-net"}]} 2018-08-12 08:33:32,765 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-pub-net used request id req-d74dbeb1-c03d-4e36-a67c-bdd2c171a0c7 2018-08-12 08:33:32,768 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/1517ec87197b433688d5124d7787eda4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}733bf740160a6931f42da1da35847b018cc1d36e" 2018-08-12 08:33:32,864 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:33:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5050455e-1d21-43d7-a36d-7d0385179a52 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/1517ec87197b433688d5124d7787eda4"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "1517ec87197b433688d5124d7787eda4", "name": "InstanceSecurityGroupTests-a01f7899-19b5-4de-proj"}} 2018-08-12 08:33:32,864 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/1517ec87197b433688d5124d7787eda4 used request id req-5050455e-1d21-43d7-a36d-7d0385179a52 2018-08-12 08:33:32,869 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=f8f965a7-4e77-4b94-bc8f-0fb039ef6320 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}733bf740160a6931f42da1da35847b018cc1d36e" 2018-08-12 08:33:33,081 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-3408cd8d-9f15-4a78-bea7-8779b00c9d4b Date: Sun, 12 Aug 2018 08:33:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f8f965a7-4e77-4b94-bc8f-0fb039ef6320","tenant_id":"1517ec87197b433688d5124d7787eda4","created_at":"2018-08-12T08:33:25Z","dns_nameservers":[],"updated_at":"2018-08-12T08:33:25Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"1517ec87197b433688d5124d7787eda4","id":"a213d701-fc4f-4e09-a3dc-18aaf0361c5e","subnetpool_id":null,"name":"InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-pub-subnet"}]} 2018-08-12 08:33:33,081 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=f8f965a7-4e77-4b94-bc8f-0fb039ef6320 used request id req-3408cd8d-9f15-4a78-bea7-8779b00c9d4b 2018-08-12 08:33:33,086 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=f8f965a7-4e77-4b94-bc8f-0fb039ef6320&name=InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}733bf740160a6931f42da1da35847b018cc1d36e" 2018-08-12 08:33:33,279 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-e5498271-8dda-476d-942b-e3aa3a5f9b4d Date: Sun, 12 Aug 2018 08:33:33 GMT RESP BODY: {"ports":[]} 2018-08-12 08:33:33,279 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=f8f965a7-4e77-4b94-bc8f-0fb039ef6320&name=InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-port&admin_state_up=True used request id req-e5498271-8dda-476d-942b-e3aa3a5f9b4d 2018-08-12 08:33:33,280 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:33:33,281 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:33:33,699 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "71eb07fd1ed348888ecd780bd538c14f", "name": "InstanceSecurityGroupTests-a01f7899-19b5-4de-proj-role"}], "expires_at": "2018-08-12T09:33:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1517ec87197b433688d5124d7787eda4", "name": "InstanceSecurityGroupTests-a01f7899-19b5-4de-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/1517ec87197b433688d5124d7787eda4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/1517ec87197b433688d5124d7787eda4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/1517ec87197b433688d5124d7787eda4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_1517ec87197b433688d5124d7787eda4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_1517ec87197b433688d5124d7787eda4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/1517ec87197b433688d5124d7787eda4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/1517ec87197b433688d5124d7787eda4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/1517ec87197b433688d5124d7787eda4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/1517ec87197b433688d5124d7787eda4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/1517ec87197b433688d5124d7787eda4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/1517ec87197b433688d5124d7787eda4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/1517ec87197b433688d5124d7787eda4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/1517ec87197b433688d5124d7787eda4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/1517ec87197b433688d5124d7787eda4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-a01f7899-19b5-4de-user", "id": "7a2ead417450477397b54af4138a5b46"}, "audit_ids": ["C53MkECrSQ-ee4sj7VSADQ"], "issued_at": "2018-08-12T08:33:33.000000Z"}} 2018-08-12 08:33:33,700 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}912281bebb102d68ef07a42f8556a2b6a4ca5522" 2018-08-12 08:33:33,780 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:33:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-02ac860b-a0a5-4796-a3a5-e197bcf7b5af Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:33:33,780 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-02ac860b-a0a5-4796-a3a5-e197bcf7b5af 2018-08-12 08:33:33,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}733bf740160a6931f42da1da35847b018cc1d36e" 2018-08-12 08:33:34,252 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-0c1af82b-17b5-486e-995b-e360718ec15b Date: Sun, 12 Aug 2018 08:33:34 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":["a213d701-fc4f-4e09-a3dc-18aaf0361c5e"],"updated_at":"2018-08-12T08:33:25Z","tenant_id":"1517ec87197b433688d5124d7787eda4","created_at":"2018-08-12T08:33:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"1517ec87197b433688d5124d7787eda4","id":"f8f965a7-4e77-4b94-bc8f-0fb039ef6320","name":"InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-pub-net"}]} 2018-08-12 08:33:34,252 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-pub-net used request id req-0c1af82b-17b5-486e-995b-e360718ec15b 2018-08-12 08:33:34,258 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=f8f965a7-4e77-4b94-bc8f-0fb039ef6320 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}733bf740160a6931f42da1da35847b018cc1d36e" 2018-08-12 08:33:34,308 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-509b2278-79ab-49ee-92f8-df23529a2480 Date: Sun, 12 Aug 2018 08:33:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f8f965a7-4e77-4b94-bc8f-0fb039ef6320","tenant_id":"1517ec87197b433688d5124d7787eda4","created_at":"2018-08-12T08:33:25Z","dns_nameservers":[],"updated_at":"2018-08-12T08:33:25Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"1517ec87197b433688d5124d7787eda4","id":"a213d701-fc4f-4e09-a3dc-18aaf0361c5e","subnetpool_id":null,"name":"InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-pub-subnet"}]} 2018-08-12 08:33:34,309 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=f8f965a7-4e77-4b94-bc8f-0fb039ef6320 used request id req-509b2278-79ab-49ee-92f8-df23529a2480 2018-08-12 08:33:34,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}733bf740160a6931f42da1da35847b018cc1d36e" 2018-08-12 08:33:34,600 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-38217554-12b4-4e7e-b7f4-b12697447dac Date: Sun, 12 Aug 2018 08:33:34 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":["a213d701-fc4f-4e09-a3dc-18aaf0361c5e"],"updated_at":"2018-08-12T08:33:25Z","tenant_id":"1517ec87197b433688d5124d7787eda4","created_at":"2018-08-12T08:33:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"1517ec87197b433688d5124d7787eda4","id":"f8f965a7-4e77-4b94-bc8f-0fb039ef6320","name":"InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-pub-net"}]} 2018-08-12 08:33:34,601 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-pub-net used request id req-38217554-12b4-4e7e-b7f4-b12697447dac 2018-08-12 08:33:34,604 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:33:34,610 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:33:34 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:33:34,611 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/1517ec87197b433688d5124d7787eda4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}912281bebb102d68ef07a42f8556a2b6a4ca5522" 2018-08-12 08:33:34,710 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:33:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1f7fa09c-a09c-4eae-af90-41d438743cbf Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/1517ec87197b433688d5124d7787eda4"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "1517ec87197b433688d5124d7787eda4", "name": "InstanceSecurityGroupTests-a01f7899-19b5-4de-proj"}} 2018-08-12 08:33:34,710 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/1517ec87197b433688d5124d7787eda4 used request id req-1f7fa09c-a09c-4eae-af90-41d438743cbf 2018-08-12 08:33:34,716 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=f8f965a7-4e77-4b94-bc8f-0fb039ef6320 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}733bf740160a6931f42da1da35847b018cc1d36e" 2018-08-12 08:33:34,764 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-e4f2ea79-78ba-4120-b7a6-e211d86190d3 Date: Sun, 12 Aug 2018 08:33:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f8f965a7-4e77-4b94-bc8f-0fb039ef6320","tenant_id":"1517ec87197b433688d5124d7787eda4","created_at":"2018-08-12T08:33:25Z","dns_nameservers":[],"updated_at":"2018-08-12T08:33:25Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"1517ec87197b433688d5124d7787eda4","id":"a213d701-fc4f-4e09-a3dc-18aaf0361c5e","subnetpool_id":null,"name":"InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-pub-subnet"}]} 2018-08-12 08:33:34,764 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=f8f965a7-4e77-4b94-bc8f-0fb039ef6320 used request id req-e4f2ea79-78ba-4120-b7a6-e211d86190d3 2018-08-12 08:33:34,765 - neutron_utils - INFO - Creating port for network with name - InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-pub-net 2018-08-12 08:33:34,769 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}733bf740160a6931f42da1da35847b018cc1d36e" -d '{"port": {"network_id": "f8f965a7-4e77-4b94-bc8f-0fb039ef6320", "name": "InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-port", "admin_state_up": true}}' 2018-08-12 08:33:35,738 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 760 X-Openstack-Request-Id: req-05a5d4b3-1f32-46ba-8936-6354b20c539a Date: Sun, 12 Aug 2018 08:33:35 GMT RESP BODY: {"port":{"status":"DOWN","created_at":"2018-08-12T08:33:35Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"f8f965a7-4e77-4b94-bc8f-0fb039ef6320","tenant_id":"1517ec87197b433688d5124d7787eda4","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T08:33:35Z","name":"InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-port","device_owner":"","revision_number":6,"mac_address":"fa:16:3e:1a:46:64","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"1517ec87197b433688d5124d7787eda4","fixed_ips":[{"subnet_id":"a213d701-fc4f-4e09-a3dc-18aaf0361c5e","ip_address":"10.55.0.6"}],"id":"ecdca272-8890-492a-baf2-8549e0226d25","security_groups":["6582e599-6072-4363-96eb-7f846ba05944"],"device_id":""}} 2018-08-12 08:33:35,738 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/ports used request id req-05a5d4b3-1f32-46ba-8936-6354b20c539a 2018-08-12 08:33:35,744 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}733bf740160a6931f42da1da35847b018cc1d36e" 2018-08-12 08:33:36,014 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-e3aee297-f36c-44c6-b52b-b3f82a84603f Date: Sun, 12 Aug 2018 08:33:36 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["a213d701-fc4f-4e09-a3dc-18aaf0361c5e"],"updated_at":"2018-08-12T08:33:25Z","tenant_id":"1517ec87197b433688d5124d7787eda4","created_at":"2018-08-12T08:33:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"1517ec87197b433688d5124d7787eda4","id":"f8f965a7-4e77-4b94-bc8f-0fb039ef6320","name":"InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-pub-net"}]} 2018-08-12 08:33:36,015 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-pub-net used request id req-e3aee297-f36c-44c6-b52b-b3f82a84603f 2018-08-12 08:33:36,020 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=f8f965a7-4e77-4b94-bc8f-0fb039ef6320 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}733bf740160a6931f42da1da35847b018cc1d36e" 2018-08-12 08:33:36,238 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-15c5748d-8ffd-44d0-bcae-84b97d241cf7 Date: Sun, 12 Aug 2018 08:33:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f8f965a7-4e77-4b94-bc8f-0fb039ef6320","tenant_id":"1517ec87197b433688d5124d7787eda4","created_at":"2018-08-12T08:33:25Z","dns_nameservers":[],"updated_at":"2018-08-12T08:33:25Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"1517ec87197b433688d5124d7787eda4","id":"a213d701-fc4f-4e09-a3dc-18aaf0361c5e","subnetpool_id":null,"name":"InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-pub-subnet"}]} 2018-08-12 08:33:36,238 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=f8f965a7-4e77-4b94-bc8f-0fb039ef6320 used request id req-15c5748d-8ffd-44d0-bcae-84b97d241cf7 2018-08-12 08:33:36,242 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}733bf740160a6931f42da1da35847b018cc1d36e" 2018-08-12 08:33:36,507 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-86be4dc1-3103-4f50-8691-d82681c754c8 Date: Sun, 12 Aug 2018 08:33:36 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["a213d701-fc4f-4e09-a3dc-18aaf0361c5e"],"updated_at":"2018-08-12T08:33:25Z","tenant_id":"1517ec87197b433688d5124d7787eda4","created_at":"2018-08-12T08:33:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"1517ec87197b433688d5124d7787eda4","id":"f8f965a7-4e77-4b94-bc8f-0fb039ef6320","name":"InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-pub-net"}]} 2018-08-12 08:33:36,508 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-pub-net used request id req-86be4dc1-3103-4f50-8691-d82681c754c8 2018-08-12 08:33:36,512 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/1517ec87197b433688d5124d7787eda4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}733bf740160a6931f42da1da35847b018cc1d36e" 2018-08-12 08:33:36,604 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:33:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-35167ce1-0f42-4cad-a8e1-cf5457c5fa44 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/1517ec87197b433688d5124d7787eda4"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "1517ec87197b433688d5124d7787eda4", "name": "InstanceSecurityGroupTests-a01f7899-19b5-4de-proj"}} 2018-08-12 08:33:36,604 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/1517ec87197b433688d5124d7787eda4 used request id req-35167ce1-0f42-4cad-a8e1-cf5457c5fa44 2018-08-12 08:33:36,612 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=f8f965a7-4e77-4b94-bc8f-0fb039ef6320 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}733bf740160a6931f42da1da35847b018cc1d36e" 2018-08-12 08:33:36,661 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-dc0765f5-5bf2-46a0-8a52-4b52648af743 Date: Sun, 12 Aug 2018 08:33:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f8f965a7-4e77-4b94-bc8f-0fb039ef6320","tenant_id":"1517ec87197b433688d5124d7787eda4","created_at":"2018-08-12T08:33:25Z","dns_nameservers":[],"updated_at":"2018-08-12T08:33:25Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"1517ec87197b433688d5124d7787eda4","id":"a213d701-fc4f-4e09-a3dc-18aaf0361c5e","subnetpool_id":null,"name":"InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-pub-subnet"}]} 2018-08-12 08:33:36,661 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=f8f965a7-4e77-4b94-bc8f-0fb039ef6320 used request id req-dc0765f5-5bf2-46a0-8a52-4b52648af743 2018-08-12 08:33:36,665 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=f8f965a7-4e77-4b94-bc8f-0fb039ef6320&name=InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}733bf740160a6931f42da1da35847b018cc1d36e" 2018-08-12 08:33:36,883 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 763 X-Openstack-Request-Id: req-07ffa200-8284-469d-90aa-435cb599ce44 Date: Sun, 12 Aug 2018 08:33:36 GMT RESP BODY: {"ports":[{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"f8f965a7-4e77-4b94-bc8f-0fb039ef6320","tenant_id":"1517ec87197b433688d5124d7787eda4","created_at":"2018-08-12T08:33:35Z","admin_state_up":true,"updated_at":"2018-08-12T08:33:35Z","binding:vnic_type":"normal","device_id":"","device_owner":"","revision_number":6,"mac_address":"fa:16:3e:1a:46:64","id":"ecdca272-8890-492a-baf2-8549e0226d25","port_security_enabled":true,"project_id":"1517ec87197b433688d5124d7787eda4","fixed_ips":[{"subnet_id":"a213d701-fc4f-4e09-a3dc-18aaf0361c5e","ip_address":"10.55.0.6"}],"extra_dhcp_opts":[],"security_groups":["6582e599-6072-4363-96eb-7f846ba05944"],"name":"InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-port"}]} 2018-08-12 08:33:36,883 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=f8f965a7-4e77-4b94-bc8f-0fb039ef6320&name=InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-port&admin_state_up=True used request id req-07ffa200-8284-469d-90aa-435cb599ce44 2018-08-12 08:33:36,887 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/1517ec87197b433688d5124d7787eda4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}733bf740160a6931f42da1da35847b018cc1d36e" 2018-08-12 08:33:36,982 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:33:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-80969900-0ec1-47a4-b5a9-1209ebaeaf19 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/1517ec87197b433688d5124d7787eda4"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "1517ec87197b433688d5124d7787eda4", "name": "InstanceSecurityGroupTests-a01f7899-19b5-4de-proj"}} 2018-08-12 08:33:36,983 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/1517ec87197b433688d5124d7787eda4 used request id req-80969900-0ec1-47a4-b5a9-1209ebaeaf19 2018-08-12 08:33:36,983 - nova_utils - INFO - Creating VM with name - InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-inst 2018-08-12 08:33:36,987 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}733bf740160a6931f42da1da35847b018cc1d36e" 2018-08-12 08:33:37,008 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:33: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-0c48bba7-6ef8-4147-85c8-0a5b33fba1b8 x-compute-request-id: req-0c48bba7-6ef8-4147-85c8-0a5b33fba1b8 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"flavors": [{"id": "76312cb0-42b2-4d2f-a3b5-ad651edc5371", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/76312cb0-42b2-4d2f-a3b5-ad651edc5371", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/76312cb0-42b2-4d2f-a3b5-ad651edc5371", "rel": "bookmark"}], "name": "InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-flavor-name"}]} 2018-08-12 08:33:37,008 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-0c48bba7-6ef8-4147-85c8-0a5b33fba1b8 2018-08-12 08:33:37,011 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors/76312cb0-42b2-4d2f-a3b5-ad651edc5371 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}733bf740160a6931f42da1da35847b018cc1d36e" 2018-08-12 08:33:37,033 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:33: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-66bc6367-852e-4183-87e3-b52ffe15767f x-compute-request-id: req-66bc6367-852e-4183-87e3-b52ffe15767f Content-Encoding: gzip Content-Length: 325 Content-Type: application/json RESP BODY: {"flavor": {"name": "InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-flavor-name", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/76312cb0-42b2-4d2f-a3b5-ad651edc5371", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/76312cb0-42b2-4d2f-a3b5-ad651edc5371", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": "76312cb0-42b2-4d2f-a3b5-ad651edc5371"}} 2018-08-12 08:33:37,034 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/76312cb0-42b2-4d2f-a3b5-ad651edc5371 used request id req-66bc6367-852e-4183-87e3-b52ffe15767f 2018-08-12 08:33:37,037 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}733bf740160a6931f42da1da35847b018cc1d36e" 2018-08-12 08:33:37,247 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1062 Content-Type: application/json X-Openstack-Request-Id: req-10007b62-e702-4c42-be83-81354855200b Date: Sun, 12 Aug 2018 08:33:37 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-image", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:33:21Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-12T08:33:22Z", "visibility": "shared", "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/65686874-12cf-4789-a10b-35515f2086a4/snap", "metadata": {}}], "self": "/v2/images/65686874-12cf-4789-a10b-35515f2086a4", "min_disk": 0, "protected": false, "id": "65686874-12cf-4789-a10b-35515f2086a4", "file": "/v2/images/65686874-12cf-4789-a10b-35515f2086a4/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "1517ec87197b433688d5124d7787eda4", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/65686874-12cf-4789-a10b-35515f2086a4/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-image"} 2018-08-12 08:33:37,247 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-image used request id req-10007b62-e702-4c42-be83-81354855200b 2018-08-12 08:33:37,249 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}733bf740160a6931f42da1da35847b018cc1d36e" 2018-08-12 08:33:37,434 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-013bd5ff-928d-43df-8055-b1a53e15a563 Date: Sun, 12 Aug 2018 08:33:37 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"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}, "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}, "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"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "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"}, "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"}, "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}, "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}, "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"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "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}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-12 08:33:37,434 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-013bd5ff-928d-43df-8055-b1a53e15a563 2018-08-12 08:33:37,440 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}733bf740160a6931f42da1da35847b018cc1d36e" -d '{"server": {"name": "InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-inst", "imageRef": "65686874-12cf-4789-a10b-35515f2086a4", "flavorRef": "76312cb0-42b2-4d2f-a3b5-ad651edc5371", "max_count": 1, "min_count": 1, "networks": [{"port": "ecdca272-8890-492a-baf2-8549e0226d25"}], "security_groups": [{"name": "InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-name"}]}}' 2018-08-12 08:33:39,838 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 08:33: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-f7ab27a0-5a14-4e84-b234-7ef9aa1047f5 x-compute-request-id: req-f7ab27a0-5a14-4e84-b234-7ef9aa1047f5 Content-Length: 435 location: http://172.30.9.21:8774/v2.1/servers/16b30ff4-b7cc-46e5-ba5e-26483056126f Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-name"}], "OS-DCF:diskConfig": "MANUAL", "id": "16b30ff4-b7cc-46e5-ba5e-26483056126f", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/16b30ff4-b7cc-46e5-ba5e-26483056126f", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/16b30ff4-b7cc-46e5-ba5e-26483056126f", "rel": "bookmark"}], "adminPass": "44uzVCgkdzjU"}} 2018-08-12 08:33:39,838 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-f7ab27a0-5a14-4e84-b234-7ef9aa1047f5 2018-08-12 08:33:39,841 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/16b30ff4-b7cc-46e5-ba5e-26483056126f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}733bf740160a6931f42da1da35847b018cc1d36e" 2018-08-12 08:33:40,253 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:33: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-d4924d0e-8352-440f-b8cd-41286c312944 x-compute-request-id: req-d4924d0e-8352-440f-b8cd-41286c312944 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.21:8774/v2.1/servers/16b30ff4-b7cc-46e5-ba5e-26483056126f", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/16b30ff4-b7cc-46e5-ba5e-26483056126f", "rel": "bookmark"}], "image": {"id": "65686874-12cf-4789-a10b-35515f2086a4", "links": [{"href": "http://172.30.9.21:8774/images/65686874-12cf-4789-a10b-35515f2086a4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "76312cb0-42b2-4d2f-a3b5-ad651edc5371", "links": [{"href": "http://172.30.9.21:8774/flavors/76312cb0-42b2-4d2f-a3b5-ad651edc5371", "rel": "bookmark"}]}, "id": "16b30ff4-b7cc-46e5-ba5e-26483056126f", "user_id": "7a2ead417450477397b54af4138a5b46", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:33:39Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-inst", "created": "2018-08-12T08:33:39Z", "tenant_id": "1517ec87197b433688d5124d7787eda4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:33:40,253 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/16b30ff4-b7cc-46e5-ba5e-26483056126f used request id req-d4924d0e-8352-440f-b8cd-41286c312944 2018-08-12 08:33:40,254 - create_instance - INFO - Created instance with name - InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-inst 2018-08-12 08:33:40,257 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/16b30ff4-b7cc-46e5-ba5e-26483056126f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}733bf740160a6931f42da1da35847b018cc1d36e" 2018-08-12 08:33:40,687 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:33: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-f6cd82cd-ec3d-4c2a-b489-d139effb9381 x-compute-request-id: req-f6cd82cd-ec3d-4c2a-b489-d139effb9381 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.21:8774/v2.1/servers/16b30ff4-b7cc-46e5-ba5e-26483056126f", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/16b30ff4-b7cc-46e5-ba5e-26483056126f", "rel": "bookmark"}], "image": {"id": "65686874-12cf-4789-a10b-35515f2086a4", "links": [{"href": "http://172.30.9.21:8774/images/65686874-12cf-4789-a10b-35515f2086a4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "76312cb0-42b2-4d2f-a3b5-ad651edc5371", "links": [{"href": "http://172.30.9.21:8774/flavors/76312cb0-42b2-4d2f-a3b5-ad651edc5371", "rel": "bookmark"}]}, "id": "16b30ff4-b7cc-46e5-ba5e-26483056126f", "user_id": "7a2ead417450477397b54af4138a5b46", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:33:40Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-inst", "created": "2018-08-12T08:33:39Z", "tenant_id": "1517ec87197b433688d5124d7787eda4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:33:40,687 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/16b30ff4-b7cc-46e5-ba5e-26483056126f used request id req-f6cd82cd-ec3d-4c2a-b489-d139effb9381 2018-08-12 08:33:40,688 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-inst] is - BUILD 2018-08-12 08:33:40,688 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-12 08:33:43,691 - create_instance - DEBUG - VM status query timeout in 896.563502073 2018-08-12 08:33:43,693 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/16b30ff4-b7cc-46e5-ba5e-26483056126f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}733bf740160a6931f42da1da35847b018cc1d36e" 2018-08-12 08:33:44,405 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:33: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-7cd6b00c-f3d6-4167-b9aa-88a6b34109ae x-compute-request-id: req-7cd6b00c-f3d6-4167-b9aa-88a6b34109ae Content-Encoding: gzip Content-Length: 673 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/16b30ff4-b7cc-46e5-ba5e-26483056126f", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/16b30ff4-b7cc-46e5-ba5e-26483056126f", "rel": "bookmark"}], "image": {"id": "65686874-12cf-4789-a10b-35515f2086a4", "links": [{"href": "http://172.30.9.21:8774/images/65686874-12cf-4789-a10b-35515f2086a4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "76312cb0-42b2-4d2f-a3b5-ad651edc5371", "links": [{"href": "http://172.30.9.21:8774/flavors/76312cb0-42b2-4d2f-a3b5-ad651edc5371", "rel": "bookmark"}]}, "id": "16b30ff4-b7cc-46e5-ba5e-26483056126f", "security_groups": [{"name": "default"}], "user_id": "7a2ead417450477397b54af4138a5b46", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:33:40Z", "hostId": "dd80947dce147888be0fc9693b23a13196c3e2433d6b67e29f0f12d4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-inst", "created": "2018-08-12T08:33:39Z", "tenant_id": "1517ec87197b433688d5124d7787eda4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:33:44,405 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/16b30ff4-b7cc-46e5-ba5e-26483056126f used request id req-7cd6b00c-f3d6-4167-b9aa-88a6b34109ae 2018-08-12 08:33:44,406 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-inst] is - BUILD 2018-08-12 08:33:44,406 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-12 08:33:47,409 - create_instance - DEBUG - VM status query timeout in 892.844928026 2018-08-12 08:33:47,413 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/16b30ff4-b7cc-46e5-ba5e-26483056126f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}733bf740160a6931f42da1da35847b018cc1d36e" 2018-08-12 08:33:48,209 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:33: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-d4d91c14-96d6-44e5-8535-b14e955e773a x-compute-request-id: req-d4d91c14-96d6-44e5-8535-b14e955e773a Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1a:46:64", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/16b30ff4-b7cc-46e5-ba5e-26483056126f", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/16b30ff4-b7cc-46e5-ba5e-26483056126f", "rel": "bookmark"}], "image": {"id": "65686874-12cf-4789-a10b-35515f2086a4", "links": [{"href": "http://172.30.9.21:8774/images/65686874-12cf-4789-a10b-35515f2086a4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:33:45.000000", "flavor": {"id": "76312cb0-42b2-4d2f-a3b5-ad651edc5371", "links": [{"href": "http://172.30.9.21:8774/flavors/76312cb0-42b2-4d2f-a3b5-ad651edc5371", "rel": "bookmark"}]}, "id": "16b30ff4-b7cc-46e5-ba5e-26483056126f", "security_groups": [{"name": "default"}], "user_id": "7a2ead417450477397b54af4138a5b46", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:33:45Z", "hostId": "dd80947dce147888be0fc9693b23a13196c3e2433d6b67e29f0f12d4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-inst", "created": "2018-08-12T08:33:39Z", "tenant_id": "1517ec87197b433688d5124d7787eda4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:33:48,209 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/16b30ff4-b7cc-46e5-ba5e-26483056126f used request id req-d4d91c14-96d6-44e5-8535-b14e955e773a 2018-08-12 08:33:48,209 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-inst] is - ACTIVE 2018-08-12 08:33:48,209 - create_instance - INFO - VM is - ACTIVE 2018-08-12 08:33:48,212 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/16b30ff4-b7cc-46e5-ba5e-26483056126f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}733bf740160a6931f42da1da35847b018cc1d36e" 2018-08-12 08:33:48,548 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:33: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-f978b817-42d9-4b6d-8e22-2e18da47df4b x-compute-request-id: req-f978b817-42d9-4b6d-8e22-2e18da47df4b Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1a:46:64", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/16b30ff4-b7cc-46e5-ba5e-26483056126f", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/16b30ff4-b7cc-46e5-ba5e-26483056126f", "rel": "bookmark"}], "image": {"id": "65686874-12cf-4789-a10b-35515f2086a4", "links": [{"href": "http://172.30.9.21:8774/images/65686874-12cf-4789-a10b-35515f2086a4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:33:45.000000", "flavor": {"id": "76312cb0-42b2-4d2f-a3b5-ad651edc5371", "links": [{"href": "http://172.30.9.21:8774/flavors/76312cb0-42b2-4d2f-a3b5-ad651edc5371", "rel": "bookmark"}]}, "id": "16b30ff4-b7cc-46e5-ba5e-26483056126f", "security_groups": [{"name": "default"}], "user_id": "7a2ead417450477397b54af4138a5b46", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:33:45Z", "hostId": "dd80947dce147888be0fc9693b23a13196c3e2433d6b67e29f0f12d4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-inst", "created": "2018-08-12T08:33:39Z", "tenant_id": "1517ec87197b433688d5124d7787eda4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:33:48,549 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/16b30ff4-b7cc-46e5-ba5e-26483056126f used request id req-f978b817-42d9-4b6d-8e22-2e18da47df4b 2018-08-12 08:33:48,555 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}733bf740160a6931f42da1da35847b018cc1d36e" 2018-08-12 08:33:48,883 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-32d90c9b-8eb4-48c9-8789-dcb63eeb6501 Date: Sun, 12 Aug 2018 08:33:48 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":["a213d701-fc4f-4e09-a3dc-18aaf0361c5e"],"updated_at":"2018-08-12T08:33:25Z","tenant_id":"1517ec87197b433688d5124d7787eda4","created_at":"2018-08-12T08:33:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"1517ec87197b433688d5124d7787eda4","id":"f8f965a7-4e77-4b94-bc8f-0fb039ef6320","name":"InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-pub-net"}]} 2018-08-12 08:33:48,883 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-pub-net used request id req-32d90c9b-8eb4-48c9-8789-dcb63eeb6501 2018-08-12 08:33:48,885 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/1517ec87197b433688d5124d7787eda4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}733bf740160a6931f42da1da35847b018cc1d36e" 2018-08-12 08:33:48,986 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:33:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-098f6c40-d955-42ca-b850-6ad4ec69c068 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/1517ec87197b433688d5124d7787eda4"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "1517ec87197b433688d5124d7787eda4", "name": "InstanceSecurityGroupTests-a01f7899-19b5-4de-proj"}} 2018-08-12 08:33:48,986 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/1517ec87197b433688d5124d7787eda4 used request id req-098f6c40-d955-42ca-b850-6ad4ec69c068 2018-08-12 08:33:48,989 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=f8f965a7-4e77-4b94-bc8f-0fb039ef6320 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}733bf740160a6931f42da1da35847b018cc1d36e" 2018-08-12 08:33:49,220 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-95606b47-adaa-48cc-80c8-5be8cca085c1 Date: Sun, 12 Aug 2018 08:33:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f8f965a7-4e77-4b94-bc8f-0fb039ef6320","tenant_id":"1517ec87197b433688d5124d7787eda4","created_at":"2018-08-12T08:33:25Z","dns_nameservers":[],"updated_at":"2018-08-12T08:33:25Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"1517ec87197b433688d5124d7787eda4","id":"a213d701-fc4f-4e09-a3dc-18aaf0361c5e","subnetpool_id":null,"name":"InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-pub-subnet"}]} 2018-08-12 08:33:49,220 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=f8f965a7-4e77-4b94-bc8f-0fb039ef6320 used request id req-95606b47-adaa-48cc-80c8-5be8cca085c1 2018-08-12 08:33:49,225 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=f8f965a7-4e77-4b94-bc8f-0fb039ef6320 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}733bf740160a6931f42da1da35847b018cc1d36e" 2018-08-12 08:33:49,314 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3028 X-Openstack-Request-Id: req-ddffe868-908f-4881-a8d2-74dae8a13ee1 Date: Sun, 12 Aug 2018 08:33:49 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"f8f965a7-4e77-4b94-bc8f-0fb039ef6320","tenant_id":"1517ec87197b433688d5124d7787eda4","created_at":"2018-08-12T08:33:26Z","admin_state_up":true,"updated_at":"2018-08-12T08:33:29Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-f8f965a7-4e77-4b94-bc8f-0fb039ef6320","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:6a:8a:d7","id":"48249676-0763-461a-8edd-82e2091309a9","port_security_enabled":false,"project_id":"1517ec87197b433688d5124d7787eda4","fixed_ips":[{"subnet_id":"a213d701-fc4f-4e09-a3dc-18aaf0361c5e","ip_address":"10.55.0.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"f8f965a7-4e77-4b94-bc8f-0fb039ef6320","tenant_id":"1517ec87197b433688d5124d7787eda4","created_at":"2018-08-12T08:33:25Z","admin_state_up":true,"updated_at":"2018-08-12T08:33:28Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-f8f965a7-4e77-4b94-bc8f-0fb039ef6320","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:55:43:9f","id":"898c1564-4942-4810-806e-72e284355a38","port_security_enabled":false,"project_id":"1517ec87197b433688d5124d7787eda4","fixed_ips":[{"subnet_id":"a213d701-fc4f-4e09-a3dc-18aaf0361c5e","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"f8f965a7-4e77-4b94-bc8f-0fb039ef6320","tenant_id":"1517ec87197b433688d5124d7787eda4","created_at":"2018-08-12T08:33:25Z","admin_state_up":true,"updated_at":"2018-08-12T08:33:28Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-f8f965a7-4e77-4b94-bc8f-0fb039ef6320","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:34:80:bf","id":"cef875a8-7c25-4870-b9e3-b6352bb19e2d","port_security_enabled":false,"project_id":"1517ec87197b433688d5124d7787eda4","fixed_ips":[{"subnet_id":"a213d701-fc4f-4e09-a3dc-18aaf0361c5e","ip_address":"10.55.0.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"f8f965a7-4e77-4b94-bc8f-0fb039ef6320","tenant_id":"1517ec87197b433688d5124d7787eda4","created_at":"2018-08-12T08:33:35Z","admin_state_up":true,"updated_at":"2018-08-12T08:33:44Z","binding:vnic_type":"normal","device_id":"16b30ff4-b7cc-46e5-ba5e-26483056126f","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:1a:46:64","id":"ecdca272-8890-492a-baf2-8549e0226d25","port_security_enabled":true,"project_id":"1517ec87197b433688d5124d7787eda4","fixed_ips":[{"subnet_id":"a213d701-fc4f-4e09-a3dc-18aaf0361c5e","ip_address":"10.55.0.6"}],"extra_dhcp_opts":[],"security_groups":["6582e599-6072-4363-96eb-7f846ba05944"],"name":"InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-port"}]} 2018-08-12 08:33:49,314 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=f8f965a7-4e77-4b94-bc8f-0fb039ef6320 used request id req-ddffe868-908f-4881-a8d2-74dae8a13ee1 2018-08-12 08:33:49,318 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/16b30ff4-b7cc-46e5-ba5e-26483056126f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}733bf740160a6931f42da1da35847b018cc1d36e" 2018-08-12 08:33:49,993 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:33:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-42d8444a-8af8-48fb-a668-60506206167d x-compute-request-id: req-42d8444a-8af8-48fb-a668-60506206167d Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1a:46:64", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/16b30ff4-b7cc-46e5-ba5e-26483056126f", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/16b30ff4-b7cc-46e5-ba5e-26483056126f", "rel": "bookmark"}], "image": {"id": "65686874-12cf-4789-a10b-35515f2086a4", "links": [{"href": "http://172.30.9.21:8774/images/65686874-12cf-4789-a10b-35515f2086a4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:33:45.000000", "flavor": {"id": "76312cb0-42b2-4d2f-a3b5-ad651edc5371", "links": [{"href": "http://172.30.9.21:8774/flavors/76312cb0-42b2-4d2f-a3b5-ad651edc5371", "rel": "bookmark"}]}, "id": "16b30ff4-b7cc-46e5-ba5e-26483056126f", "security_groups": [{"name": "default"}], "user_id": "7a2ead417450477397b54af4138a5b46", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:33:45Z", "hostId": "dd80947dce147888be0fc9693b23a13196c3e2433d6b67e29f0f12d4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-inst", "created": "2018-08-12T08:33:39Z", "tenant_id": "1517ec87197b433688d5124d7787eda4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:33:49,994 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/16b30ff4-b7cc-46e5-ba5e-26483056126f used request id req-42d8444a-8af8-48fb-a668-60506206167d 2018-08-12 08:33:49,994 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-inst] is - ACTIVE 2018-08-12 08:33:49,994 - create_instance - INFO - VM is - ACTIVE 2018-08-12 08:33:49,998 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/16b30ff4-b7cc-46e5-ba5e-26483056126f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}733bf740160a6931f42da1da35847b018cc1d36e" 2018-08-12 08:33:50,860 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:33: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-daed89bd-aa56-4c9b-8a48-893a33f8b088 x-compute-request-id: req-daed89bd-aa56-4c9b-8a48-893a33f8b088 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1a:46:64", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/16b30ff4-b7cc-46e5-ba5e-26483056126f", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/16b30ff4-b7cc-46e5-ba5e-26483056126f", "rel": "bookmark"}], "image": {"id": "65686874-12cf-4789-a10b-35515f2086a4", "links": [{"href": "http://172.30.9.21:8774/images/65686874-12cf-4789-a10b-35515f2086a4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:33:45.000000", "flavor": {"id": "76312cb0-42b2-4d2f-a3b5-ad651edc5371", "links": [{"href": "http://172.30.9.21:8774/flavors/76312cb0-42b2-4d2f-a3b5-ad651edc5371", "rel": "bookmark"}]}, "id": "16b30ff4-b7cc-46e5-ba5e-26483056126f", "security_groups": [{"name": "default"}], "user_id": "7a2ead417450477397b54af4138a5b46", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:33:45Z", "hostId": "dd80947dce147888be0fc9693b23a13196c3e2433d6b67e29f0f12d4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-inst", "created": "2018-08-12T08:33:39Z", "tenant_id": "1517ec87197b433688d5124d7787eda4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:33:50,861 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/16b30ff4-b7cc-46e5-ba5e-26483056126f used request id req-daed89bd-aa56-4c9b-8a48-893a33f8b088 2018-08-12 08:33:50,867 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}733bf740160a6931f42da1da35847b018cc1d36e" 2018-08-12 08:33:50,970 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-a92e924d-38b0-4a06-be83-7b4e31784f1a Date: Sun, 12 Aug 2018 08:33:50 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":["a213d701-fc4f-4e09-a3dc-18aaf0361c5e"],"updated_at":"2018-08-12T08:33:25Z","tenant_id":"1517ec87197b433688d5124d7787eda4","created_at":"2018-08-12T08:33:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"1517ec87197b433688d5124d7787eda4","id":"f8f965a7-4e77-4b94-bc8f-0fb039ef6320","name":"InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-pub-net"}]} 2018-08-12 08:33:50,970 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-pub-net used request id req-a92e924d-38b0-4a06-be83-7b4e31784f1a 2018-08-12 08:33:50,974 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/1517ec87197b433688d5124d7787eda4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}733bf740160a6931f42da1da35847b018cc1d36e" 2018-08-12 08:33:51,059 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:33:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7d20c4cb-e16e-42ca-9386-9dd3f99735d2 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/1517ec87197b433688d5124d7787eda4"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "1517ec87197b433688d5124d7787eda4", "name": "InstanceSecurityGroupTests-a01f7899-19b5-4de-proj"}} 2018-08-12 08:33:51,059 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/1517ec87197b433688d5124d7787eda4 used request id req-7d20c4cb-e16e-42ca-9386-9dd3f99735d2 2018-08-12 08:33:51,066 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=f8f965a7-4e77-4b94-bc8f-0fb039ef6320 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}733bf740160a6931f42da1da35847b018cc1d36e" 2018-08-12 08:33:51,293 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-d949d35f-12cc-473a-bb2f-9f25cb563198 Date: Sun, 12 Aug 2018 08:33:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f8f965a7-4e77-4b94-bc8f-0fb039ef6320","tenant_id":"1517ec87197b433688d5124d7787eda4","created_at":"2018-08-12T08:33:25Z","dns_nameservers":[],"updated_at":"2018-08-12T08:33:25Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"1517ec87197b433688d5124d7787eda4","id":"a213d701-fc4f-4e09-a3dc-18aaf0361c5e","subnetpool_id":null,"name":"InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-pub-subnet"}]} 2018-08-12 08:33:51,294 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=f8f965a7-4e77-4b94-bc8f-0fb039ef6320 used request id req-d949d35f-12cc-473a-bb2f-9f25cb563198 2018-08-12 08:33:51,298 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=f8f965a7-4e77-4b94-bc8f-0fb039ef6320 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}733bf740160a6931f42da1da35847b018cc1d36e" 2018-08-12 08:33:51,392 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3028 X-Openstack-Request-Id: req-6a6eccf7-03bc-4624-89ee-19c06d7120af Date: Sun, 12 Aug 2018 08:33:51 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"f8f965a7-4e77-4b94-bc8f-0fb039ef6320","tenant_id":"1517ec87197b433688d5124d7787eda4","created_at":"2018-08-12T08:33:26Z","admin_state_up":true,"updated_at":"2018-08-12T08:33:29Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-f8f965a7-4e77-4b94-bc8f-0fb039ef6320","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:6a:8a:d7","id":"48249676-0763-461a-8edd-82e2091309a9","port_security_enabled":false,"project_id":"1517ec87197b433688d5124d7787eda4","fixed_ips":[{"subnet_id":"a213d701-fc4f-4e09-a3dc-18aaf0361c5e","ip_address":"10.55.0.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"f8f965a7-4e77-4b94-bc8f-0fb039ef6320","tenant_id":"1517ec87197b433688d5124d7787eda4","created_at":"2018-08-12T08:33:25Z","admin_state_up":true,"updated_at":"2018-08-12T08:33:28Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-f8f965a7-4e77-4b94-bc8f-0fb039ef6320","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:55:43:9f","id":"898c1564-4942-4810-806e-72e284355a38","port_security_enabled":false,"project_id":"1517ec87197b433688d5124d7787eda4","fixed_ips":[{"subnet_id":"a213d701-fc4f-4e09-a3dc-18aaf0361c5e","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"f8f965a7-4e77-4b94-bc8f-0fb039ef6320","tenant_id":"1517ec87197b433688d5124d7787eda4","created_at":"2018-08-12T08:33:25Z","admin_state_up":true,"updated_at":"2018-08-12T08:33:28Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-f8f965a7-4e77-4b94-bc8f-0fb039ef6320","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:34:80:bf","id":"cef875a8-7c25-4870-b9e3-b6352bb19e2d","port_security_enabled":false,"project_id":"1517ec87197b433688d5124d7787eda4","fixed_ips":[{"subnet_id":"a213d701-fc4f-4e09-a3dc-18aaf0361c5e","ip_address":"10.55.0.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"f8f965a7-4e77-4b94-bc8f-0fb039ef6320","tenant_id":"1517ec87197b433688d5124d7787eda4","created_at":"2018-08-12T08:33:35Z","admin_state_up":true,"updated_at":"2018-08-12T08:33:44Z","binding:vnic_type":"normal","device_id":"16b30ff4-b7cc-46e5-ba5e-26483056126f","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:1a:46:64","id":"ecdca272-8890-492a-baf2-8549e0226d25","port_security_enabled":true,"project_id":"1517ec87197b433688d5124d7787eda4","fixed_ips":[{"subnet_id":"a213d701-fc4f-4e09-a3dc-18aaf0361c5e","ip_address":"10.55.0.6"}],"extra_dhcp_opts":[],"security_groups":["6582e599-6072-4363-96eb-7f846ba05944"],"name":"InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-port"}]} 2018-08-12 08:33:51,392 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=f8f965a7-4e77-4b94-bc8f-0fb039ef6320 used request id req-6a6eccf7-03bc-4624-89ee-19c06d7120af 2018-08-12 08:33:51,396 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers/16b30ff4-b7cc-46e5-ba5e-26483056126f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}733bf740160a6931f42da1da35847b018cc1d36e" -d '{"addSecurityGroup": {"name": "InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-name"}}' 2018-08-12 08:33:52,729 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 08:33: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-63e7a953-54a9-40ea-a7d7-a9b22f5b9933 x-compute-request-id: req-63e7a953-54a9-40ea-a7d7-a9b22f5b9933 Content-Length: 0 Content-Type: application/json 2018-08-12 08:33:52,729 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/16b30ff4-b7cc-46e5-ba5e-26483056126f/action used request id req-63e7a953-54a9-40ea-a7d7-a9b22f5b9933 2018-08-12 08:33:52,730 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:33:53,126 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "71eb07fd1ed348888ecd780bd538c14f", "name": "InstanceSecurityGroupTests-a01f7899-19b5-4de-proj-role"}], "expires_at": "2018-08-12T09:33:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1517ec87197b433688d5124d7787eda4", "name": "InstanceSecurityGroupTests-a01f7899-19b5-4de-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/1517ec87197b433688d5124d7787eda4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/1517ec87197b433688d5124d7787eda4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/1517ec87197b433688d5124d7787eda4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_1517ec87197b433688d5124d7787eda4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_1517ec87197b433688d5124d7787eda4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/1517ec87197b433688d5124d7787eda4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/1517ec87197b433688d5124d7787eda4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/1517ec87197b433688d5124d7787eda4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/1517ec87197b433688d5124d7787eda4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/1517ec87197b433688d5124d7787eda4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/1517ec87197b433688d5124d7787eda4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/1517ec87197b433688d5124d7787eda4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/1517ec87197b433688d5124d7787eda4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/1517ec87197b433688d5124d7787eda4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-a01f7899-19b5-4de-user", "id": "7a2ead417450477397b54af4138a5b46"}, "audit_ids": ["1JO0PCDsSHKBv5_1wZSXzA"], "issued_at": "2018-08-12T08:33:53.000000Z"}} 2018-08-12 08:33:53,129 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/16b30ff4-b7cc-46e5-ba5e-26483056126f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d36ff2c454cc3f3d5bbc44ef3e932d0fed77f09" 2018-08-12 08:33:53,827 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:33: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-e3cb9f47-856d-4a4c-96c7-124b563d0aa3 x-compute-request-id: req-e3cb9f47-856d-4a4c-96c7-124b563d0aa3 Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1a:46:64", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/16b30ff4-b7cc-46e5-ba5e-26483056126f", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/16b30ff4-b7cc-46e5-ba5e-26483056126f", "rel": "bookmark"}], "image": {"id": "65686874-12cf-4789-a10b-35515f2086a4", "links": [{"href": "http://172.30.9.21:8774/images/65686874-12cf-4789-a10b-35515f2086a4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:33:45.000000", "flavor": {"id": "76312cb0-42b2-4d2f-a3b5-ad651edc5371", "links": [{"href": "http://172.30.9.21:8774/flavors/76312cb0-42b2-4d2f-a3b5-ad651edc5371", "rel": "bookmark"}]}, "id": "16b30ff4-b7cc-46e5-ba5e-26483056126f", "security_groups": [{"name": "InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-name"}, {"name": "default"}], "user_id": "7a2ead417450477397b54af4138a5b46", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:33:45Z", "hostId": "dd80947dce147888be0fc9693b23a13196c3e2433d6b67e29f0f12d4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-inst", "created": "2018-08-12T08:33:39Z", "tenant_id": "1517ec87197b433688d5124d7787eda4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:33:53,827 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/16b30ff4-b7cc-46e5-ba5e-26483056126f used request id req-e3cb9f47-856d-4a4c-96c7-124b563d0aa3 2018-08-12 08:33:53,830 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/16b30ff4-b7cc-46e5-ba5e-26483056126f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}733bf740160a6931f42da1da35847b018cc1d36e" 2018-08-12 08:33:54,342 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:33: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-22757670-b03f-4d07-9183-0fd4492aa05e x-compute-request-id: req-22757670-b03f-4d07-9183-0fd4492aa05e Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1a:46:64", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/16b30ff4-b7cc-46e5-ba5e-26483056126f", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/16b30ff4-b7cc-46e5-ba5e-26483056126f", "rel": "bookmark"}], "image": {"id": "65686874-12cf-4789-a10b-35515f2086a4", "links": [{"href": "http://172.30.9.21:8774/images/65686874-12cf-4789-a10b-35515f2086a4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:33:45.000000", "flavor": {"id": "76312cb0-42b2-4d2f-a3b5-ad651edc5371", "links": [{"href": "http://172.30.9.21:8774/flavors/76312cb0-42b2-4d2f-a3b5-ad651edc5371", "rel": "bookmark"}]}, "id": "16b30ff4-b7cc-46e5-ba5e-26483056126f", "security_groups": [{"name": "InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-name"}, {"name": "default"}], "user_id": "7a2ead417450477397b54af4138a5b46", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:33:45Z", "hostId": "dd80947dce147888be0fc9693b23a13196c3e2433d6b67e29f0f12d4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-inst", "created": "2018-08-12T08:33:39Z", "tenant_id": "1517ec87197b433688d5124d7787eda4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:33:54,343 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/16b30ff4-b7cc-46e5-ba5e-26483056126f used request id req-22757670-b03f-4d07-9183-0fd4492aa05e 2018-08-12 08:33:54,343 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-inst] is - ACTIVE 2018-08-12 08:33:54,343 - create_instance - INFO - VM is - ACTIVE 2018-08-12 08:33:54,346 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/16b30ff4-b7cc-46e5-ba5e-26483056126f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}733bf740160a6931f42da1da35847b018cc1d36e" 2018-08-12 08:33:54,700 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:33: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-70b11183-779b-4bdd-a7be-1f6300bedce4 x-compute-request-id: req-70b11183-779b-4bdd-a7be-1f6300bedce4 Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1a:46:64", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/16b30ff4-b7cc-46e5-ba5e-26483056126f", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/16b30ff4-b7cc-46e5-ba5e-26483056126f", "rel": "bookmark"}], "image": {"id": "65686874-12cf-4789-a10b-35515f2086a4", "links": [{"href": "http://172.30.9.21:8774/images/65686874-12cf-4789-a10b-35515f2086a4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:33:45.000000", "flavor": {"id": "76312cb0-42b2-4d2f-a3b5-ad651edc5371", "links": [{"href": "http://172.30.9.21:8774/flavors/76312cb0-42b2-4d2f-a3b5-ad651edc5371", "rel": "bookmark"}]}, "id": "16b30ff4-b7cc-46e5-ba5e-26483056126f", "security_groups": [{"name": "InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-name"}, {"name": "default"}], "user_id": "7a2ead417450477397b54af4138a5b46", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:33:45Z", "hostId": "dd80947dce147888be0fc9693b23a13196c3e2433d6b67e29f0f12d4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-inst", "created": "2018-08-12T08:33:39Z", "tenant_id": "1517ec87197b433688d5124d7787eda4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:33:54,700 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/16b30ff4-b7cc-46e5-ba5e-26483056126f used request id req-70b11183-779b-4bdd-a7be-1f6300bedce4 2018-08-12 08:33:54,705 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}733bf740160a6931f42da1da35847b018cc1d36e" 2018-08-12 08:33:54,811 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-8baadd4f-031d-4963-9fc4-c43b7f5f2952 Date: Sun, 12 Aug 2018 08:33:54 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":["a213d701-fc4f-4e09-a3dc-18aaf0361c5e"],"updated_at":"2018-08-12T08:33:25Z","tenant_id":"1517ec87197b433688d5124d7787eda4","created_at":"2018-08-12T08:33:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"1517ec87197b433688d5124d7787eda4","id":"f8f965a7-4e77-4b94-bc8f-0fb039ef6320","name":"InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-pub-net"}]} 2018-08-12 08:33:54,811 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-pub-net used request id req-8baadd4f-031d-4963-9fc4-c43b7f5f2952 2018-08-12 08:33:54,815 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/1517ec87197b433688d5124d7787eda4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}733bf740160a6931f42da1da35847b018cc1d36e" 2018-08-12 08:33:54,997 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:33:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3e26ad34-87fc-4d2b-bc06-825f01f80ce4 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/1517ec87197b433688d5124d7787eda4"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "1517ec87197b433688d5124d7787eda4", "name": "InstanceSecurityGroupTests-a01f7899-19b5-4de-proj"}} 2018-08-12 08:33:54,997 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/1517ec87197b433688d5124d7787eda4 used request id req-3e26ad34-87fc-4d2b-bc06-825f01f80ce4 2018-08-12 08:33:55,003 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=f8f965a7-4e77-4b94-bc8f-0fb039ef6320 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}733bf740160a6931f42da1da35847b018cc1d36e" 2018-08-12 08:33:55,051 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-a0661fad-067c-4bb4-b19c-b9df4dbecf95 Date: Sun, 12 Aug 2018 08:33:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f8f965a7-4e77-4b94-bc8f-0fb039ef6320","tenant_id":"1517ec87197b433688d5124d7787eda4","created_at":"2018-08-12T08:33:25Z","dns_nameservers":[],"updated_at":"2018-08-12T08:33:25Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"1517ec87197b433688d5124d7787eda4","id":"a213d701-fc4f-4e09-a3dc-18aaf0361c5e","subnetpool_id":null,"name":"InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-pub-subnet"}]} 2018-08-12 08:33:55,052 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=f8f965a7-4e77-4b94-bc8f-0fb039ef6320 used request id req-a0661fad-067c-4bb4-b19c-b9df4dbecf95 2018-08-12 08:33:55,057 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=f8f965a7-4e77-4b94-bc8f-0fb039ef6320 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}733bf740160a6931f42da1da35847b018cc1d36e" 2018-08-12 08:33:55,248 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3067 X-Openstack-Request-Id: req-3b525e20-7cc0-4d41-8bf5-f9b7ba39a69a Date: Sun, 12 Aug 2018 08:33:55 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"f8f965a7-4e77-4b94-bc8f-0fb039ef6320","tenant_id":"1517ec87197b433688d5124d7787eda4","created_at":"2018-08-12T08:33:26Z","admin_state_up":true,"updated_at":"2018-08-12T08:33:29Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-f8f965a7-4e77-4b94-bc8f-0fb039ef6320","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:6a:8a:d7","id":"48249676-0763-461a-8edd-82e2091309a9","port_security_enabled":false,"project_id":"1517ec87197b433688d5124d7787eda4","fixed_ips":[{"subnet_id":"a213d701-fc4f-4e09-a3dc-18aaf0361c5e","ip_address":"10.55.0.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"f8f965a7-4e77-4b94-bc8f-0fb039ef6320","tenant_id":"1517ec87197b433688d5124d7787eda4","created_at":"2018-08-12T08:33:25Z","admin_state_up":true,"updated_at":"2018-08-12T08:33:28Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-f8f965a7-4e77-4b94-bc8f-0fb039ef6320","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:55:43:9f","id":"898c1564-4942-4810-806e-72e284355a38","port_security_enabled":false,"project_id":"1517ec87197b433688d5124d7787eda4","fixed_ips":[{"subnet_id":"a213d701-fc4f-4e09-a3dc-18aaf0361c5e","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"f8f965a7-4e77-4b94-bc8f-0fb039ef6320","tenant_id":"1517ec87197b433688d5124d7787eda4","created_at":"2018-08-12T08:33:25Z","admin_state_up":true,"updated_at":"2018-08-12T08:33:28Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-f8f965a7-4e77-4b94-bc8f-0fb039ef6320","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:34:80:bf","id":"cef875a8-7c25-4870-b9e3-b6352bb19e2d","port_security_enabled":false,"project_id":"1517ec87197b433688d5124d7787eda4","fixed_ips":[{"subnet_id":"a213d701-fc4f-4e09-a3dc-18aaf0361c5e","ip_address":"10.55.0.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"f8f965a7-4e77-4b94-bc8f-0fb039ef6320","tenant_id":"1517ec87197b433688d5124d7787eda4","created_at":"2018-08-12T08:33:35Z","admin_state_up":true,"updated_at":"2018-08-12T08:33:52Z","binding:vnic_type":"normal","device_id":"16b30ff4-b7cc-46e5-ba5e-26483056126f","device_owner":"compute:nova","revision_number":12,"mac_address":"fa:16:3e:1a:46:64","id":"ecdca272-8890-492a-baf2-8549e0226d25","port_security_enabled":true,"project_id":"1517ec87197b433688d5124d7787eda4","fixed_ips":[{"subnet_id":"a213d701-fc4f-4e09-a3dc-18aaf0361c5e","ip_address":"10.55.0.6"}],"extra_dhcp_opts":[],"security_groups":["2adf9c2d-65d8-436a-a544-3061d741c2a3","6582e599-6072-4363-96eb-7f846ba05944"],"name":"InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-port"}]} 2018-08-12 08:33:55,248 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=f8f965a7-4e77-4b94-bc8f-0fb039ef6320 used request id req-3b525e20-7cc0-4d41-8bf5-f9b7ba39a69a 2018-08-12 08:33:55,251 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/16b30ff4-b7cc-46e5-ba5e-26483056126f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}733bf740160a6931f42da1da35847b018cc1d36e" 2018-08-12 08:33:55,777 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:33: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-bcfbbf44-cab5-4cf2-9a81-dc719689b109 x-compute-request-id: req-bcfbbf44-cab5-4cf2-9a81-dc719689b109 Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1a:46:64", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/16b30ff4-b7cc-46e5-ba5e-26483056126f", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/16b30ff4-b7cc-46e5-ba5e-26483056126f", "rel": "bookmark"}], "image": {"id": "65686874-12cf-4789-a10b-35515f2086a4", "links": [{"href": "http://172.30.9.21:8774/images/65686874-12cf-4789-a10b-35515f2086a4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:33:45.000000", "flavor": {"id": "76312cb0-42b2-4d2f-a3b5-ad651edc5371", "links": [{"href": "http://172.30.9.21:8774/flavors/76312cb0-42b2-4d2f-a3b5-ad651edc5371", "rel": "bookmark"}]}, "id": "16b30ff4-b7cc-46e5-ba5e-26483056126f", "security_groups": [{"name": "InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-name"}, {"name": "default"}], "user_id": "7a2ead417450477397b54af4138a5b46", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:33:45Z", "hostId": "dd80947dce147888be0fc9693b23a13196c3e2433d6b67e29f0f12d4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-inst", "created": "2018-08-12T08:33:39Z", "tenant_id": "1517ec87197b433688d5124d7787eda4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:33:55,777 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/16b30ff4-b7cc-46e5-ba5e-26483056126f used request id req-bcfbbf44-cab5-4cf2-9a81-dc719689b109 2018-08-12 08:33:55,782 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}733bf740160a6931f42da1da35847b018cc1d36e" 2018-08-12 08:33:56,059 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-d3ccd112-160b-4008-9ba8-3370e11b1f19 Date: Sun, 12 Aug 2018 08:33: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":["a213d701-fc4f-4e09-a3dc-18aaf0361c5e"],"updated_at":"2018-08-12T08:33:25Z","tenant_id":"1517ec87197b433688d5124d7787eda4","created_at":"2018-08-12T08:33:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"1517ec87197b433688d5124d7787eda4","id":"f8f965a7-4e77-4b94-bc8f-0fb039ef6320","name":"InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-pub-net"}]} 2018-08-12 08:33:56,059 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-pub-net used request id req-d3ccd112-160b-4008-9ba8-3370e11b1f19 2018-08-12 08:33:56,063 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/1517ec87197b433688d5124d7787eda4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}733bf740160a6931f42da1da35847b018cc1d36e" 2018-08-12 08:33:56,150 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:33:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8511cb15-d12c-4869-80f3-b11a81ac1923 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/1517ec87197b433688d5124d7787eda4"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "1517ec87197b433688d5124d7787eda4", "name": "InstanceSecurityGroupTests-a01f7899-19b5-4de-proj"}} 2018-08-12 08:33:56,151 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/1517ec87197b433688d5124d7787eda4 used request id req-8511cb15-d12c-4869-80f3-b11a81ac1923 2018-08-12 08:33:56,156 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=f8f965a7-4e77-4b94-bc8f-0fb039ef6320 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}733bf740160a6931f42da1da35847b018cc1d36e" 2018-08-12 08:33:56,362 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-1ae759fa-1227-496c-8a40-6347c638f5dc Date: Sun, 12 Aug 2018 08:33:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f8f965a7-4e77-4b94-bc8f-0fb039ef6320","tenant_id":"1517ec87197b433688d5124d7787eda4","created_at":"2018-08-12T08:33:25Z","dns_nameservers":[],"updated_at":"2018-08-12T08:33:25Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"1517ec87197b433688d5124d7787eda4","id":"a213d701-fc4f-4e09-a3dc-18aaf0361c5e","subnetpool_id":null,"name":"InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-pub-subnet"}]} 2018-08-12 08:33:56,362 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=f8f965a7-4e77-4b94-bc8f-0fb039ef6320 used request id req-1ae759fa-1227-496c-8a40-6347c638f5dc 2018-08-12 08:33:56,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=f8f965a7-4e77-4b94-bc8f-0fb039ef6320 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}733bf740160a6931f42da1da35847b018cc1d36e" 2018-08-12 08:33:56,566 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3067 X-Openstack-Request-Id: req-b59ecbb4-af77-443b-8d8a-09e46cefca48 Date: Sun, 12 Aug 2018 08:33:56 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"f8f965a7-4e77-4b94-bc8f-0fb039ef6320","tenant_id":"1517ec87197b433688d5124d7787eda4","created_at":"2018-08-12T08:33:26Z","admin_state_up":true,"updated_at":"2018-08-12T08:33:29Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-f8f965a7-4e77-4b94-bc8f-0fb039ef6320","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:6a:8a:d7","id":"48249676-0763-461a-8edd-82e2091309a9","port_security_enabled":false,"project_id":"1517ec87197b433688d5124d7787eda4","fixed_ips":[{"subnet_id":"a213d701-fc4f-4e09-a3dc-18aaf0361c5e","ip_address":"10.55.0.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"f8f965a7-4e77-4b94-bc8f-0fb039ef6320","tenant_id":"1517ec87197b433688d5124d7787eda4","created_at":"2018-08-12T08:33:25Z","admin_state_up":true,"updated_at":"2018-08-12T08:33:28Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-f8f965a7-4e77-4b94-bc8f-0fb039ef6320","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:55:43:9f","id":"898c1564-4942-4810-806e-72e284355a38","port_security_enabled":false,"project_id":"1517ec87197b433688d5124d7787eda4","fixed_ips":[{"subnet_id":"a213d701-fc4f-4e09-a3dc-18aaf0361c5e","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"f8f965a7-4e77-4b94-bc8f-0fb039ef6320","tenant_id":"1517ec87197b433688d5124d7787eda4","created_at":"2018-08-12T08:33:25Z","admin_state_up":true,"updated_at":"2018-08-12T08:33:28Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-f8f965a7-4e77-4b94-bc8f-0fb039ef6320","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:34:80:bf","id":"cef875a8-7c25-4870-b9e3-b6352bb19e2d","port_security_enabled":false,"project_id":"1517ec87197b433688d5124d7787eda4","fixed_ips":[{"subnet_id":"a213d701-fc4f-4e09-a3dc-18aaf0361c5e","ip_address":"10.55.0.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"f8f965a7-4e77-4b94-bc8f-0fb039ef6320","tenant_id":"1517ec87197b433688d5124d7787eda4","created_at":"2018-08-12T08:33:35Z","admin_state_up":true,"updated_at":"2018-08-12T08:33:52Z","binding:vnic_type":"normal","device_id":"16b30ff4-b7cc-46e5-ba5e-26483056126f","device_owner":"compute:nova","revision_number":12,"mac_address":"fa:16:3e:1a:46:64","id":"ecdca272-8890-492a-baf2-8549e0226d25","port_security_enabled":true,"project_id":"1517ec87197b433688d5124d7787eda4","fixed_ips":[{"subnet_id":"a213d701-fc4f-4e09-a3dc-18aaf0361c5e","ip_address":"10.55.0.6"}],"extra_dhcp_opts":[],"security_groups":["2adf9c2d-65d8-436a-a544-3061d741c2a3","6582e599-6072-4363-96eb-7f846ba05944"],"name":"InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-port"}]} 2018-08-12 08:33:56,567 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=f8f965a7-4e77-4b94-bc8f-0fb039ef6320 used request id req-b59ecbb4-af77-443b-8d8a-09e46cefca48 2018-08-12 08:33:56,570 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers/16b30ff4-b7cc-46e5-ba5e-26483056126f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}733bf740160a6931f42da1da35847b018cc1d36e" -d '{"removeSecurityGroup": {"name": "InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-name"}}' 2018-08-12 08:33:57,693 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 08:33:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-7ba73e01-4195-4f84-aee9-d2f8196b84ca x-compute-request-id: req-7ba73e01-4195-4f84-aee9-d2f8196b84ca Content-Length: 0 Content-Type: application/json 2018-08-12 08:33:57,693 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/16b30ff4-b7cc-46e5-ba5e-26483056126f/action used request id req-7ba73e01-4195-4f84-aee9-d2f8196b84ca 2018-08-12 08:33:57,696 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/16b30ff4-b7cc-46e5-ba5e-26483056126f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}733bf740160a6931f42da1da35847b018cc1d36e" 2018-08-12 08:33:58,388 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:33: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-6854aa33-aff3-4969-9c99-36f114ff320b x-compute-request-id: req-6854aa33-aff3-4969-9c99-36f114ff320b Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1a:46:64", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/16b30ff4-b7cc-46e5-ba5e-26483056126f", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/16b30ff4-b7cc-46e5-ba5e-26483056126f", "rel": "bookmark"}], "image": {"id": "65686874-12cf-4789-a10b-35515f2086a4", "links": [{"href": "http://172.30.9.21:8774/images/65686874-12cf-4789-a10b-35515f2086a4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:33:45.000000", "flavor": {"id": "76312cb0-42b2-4d2f-a3b5-ad651edc5371", "links": [{"href": "http://172.30.9.21:8774/flavors/76312cb0-42b2-4d2f-a3b5-ad651edc5371", "rel": "bookmark"}]}, "id": "16b30ff4-b7cc-46e5-ba5e-26483056126f", "security_groups": [{"name": "default"}], "user_id": "7a2ead417450477397b54af4138a5b46", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:33:45Z", "hostId": "dd80947dce147888be0fc9693b23a13196c3e2433d6b67e29f0f12d4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-inst", "created": "2018-08-12T08:33:39Z", "tenant_id": "1517ec87197b433688d5124d7787eda4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:33:58,388 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/16b30ff4-b7cc-46e5-ba5e-26483056126f used request id req-6854aa33-aff3-4969-9c99-36f114ff320b 2018-08-12 08:33:58,393 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}733bf740160a6931f42da1da35847b018cc1d36e" 2018-08-12 08:33:58,492 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-1c0b14a7-7e5b-49f7-930c-656f4873a02e Date: Sun, 12 Aug 2018 08:33:58 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":["a213d701-fc4f-4e09-a3dc-18aaf0361c5e"],"updated_at":"2018-08-12T08:33:25Z","tenant_id":"1517ec87197b433688d5124d7787eda4","created_at":"2018-08-12T08:33:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"1517ec87197b433688d5124d7787eda4","id":"f8f965a7-4e77-4b94-bc8f-0fb039ef6320","name":"InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-pub-net"}]} 2018-08-12 08:33:58,493 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-pub-net used request id req-1c0b14a7-7e5b-49f7-930c-656f4873a02e 2018-08-12 08:33:58,496 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/1517ec87197b433688d5124d7787eda4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}733bf740160a6931f42da1da35847b018cc1d36e" 2018-08-12 08:33:58,585 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:33:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bb0730f7-3289-42d2-bd83-76d05e1cfbbe Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/1517ec87197b433688d5124d7787eda4"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "1517ec87197b433688d5124d7787eda4", "name": "InstanceSecurityGroupTests-a01f7899-19b5-4de-proj"}} 2018-08-12 08:33:58,585 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/1517ec87197b433688d5124d7787eda4 used request id req-bb0730f7-3289-42d2-bd83-76d05e1cfbbe 2018-08-12 08:33:58,590 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=f8f965a7-4e77-4b94-bc8f-0fb039ef6320 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}733bf740160a6931f42da1da35847b018cc1d36e" 2018-08-12 08:33:58,660 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-79bc2375-f709-44cd-89d6-216c92c5df37 Date: Sun, 12 Aug 2018 08:33:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f8f965a7-4e77-4b94-bc8f-0fb039ef6320","tenant_id":"1517ec87197b433688d5124d7787eda4","created_at":"2018-08-12T08:33:25Z","dns_nameservers":[],"updated_at":"2018-08-12T08:33:25Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"1517ec87197b433688d5124d7787eda4","id":"a213d701-fc4f-4e09-a3dc-18aaf0361c5e","subnetpool_id":null,"name":"InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-pub-subnet"}]} 2018-08-12 08:33:58,660 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=f8f965a7-4e77-4b94-bc8f-0fb039ef6320 used request id req-79bc2375-f709-44cd-89d6-216c92c5df37 2018-08-12 08:33:58,665 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=f8f965a7-4e77-4b94-bc8f-0fb039ef6320 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}733bf740160a6931f42da1da35847b018cc1d36e" 2018-08-12 08:33:58,928 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3028 X-Openstack-Request-Id: req-08dbaf84-95af-4563-bc44-1cec5c23a921 Date: Sun, 12 Aug 2018 08:33:58 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"f8f965a7-4e77-4b94-bc8f-0fb039ef6320","tenant_id":"1517ec87197b433688d5124d7787eda4","created_at":"2018-08-12T08:33:26Z","admin_state_up":true,"updated_at":"2018-08-12T08:33:29Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-f8f965a7-4e77-4b94-bc8f-0fb039ef6320","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:6a:8a:d7","id":"48249676-0763-461a-8edd-82e2091309a9","port_security_enabled":false,"project_id":"1517ec87197b433688d5124d7787eda4","fixed_ips":[{"subnet_id":"a213d701-fc4f-4e09-a3dc-18aaf0361c5e","ip_address":"10.55.0.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"f8f965a7-4e77-4b94-bc8f-0fb039ef6320","tenant_id":"1517ec87197b433688d5124d7787eda4","created_at":"2018-08-12T08:33:25Z","admin_state_up":true,"updated_at":"2018-08-12T08:33:28Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-f8f965a7-4e77-4b94-bc8f-0fb039ef6320","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:55:43:9f","id":"898c1564-4942-4810-806e-72e284355a38","port_security_enabled":false,"project_id":"1517ec87197b433688d5124d7787eda4","fixed_ips":[{"subnet_id":"a213d701-fc4f-4e09-a3dc-18aaf0361c5e","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"f8f965a7-4e77-4b94-bc8f-0fb039ef6320","tenant_id":"1517ec87197b433688d5124d7787eda4","created_at":"2018-08-12T08:33:25Z","admin_state_up":true,"updated_at":"2018-08-12T08:33:28Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-f8f965a7-4e77-4b94-bc8f-0fb039ef6320","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:34:80:bf","id":"cef875a8-7c25-4870-b9e3-b6352bb19e2d","port_security_enabled":false,"project_id":"1517ec87197b433688d5124d7787eda4","fixed_ips":[{"subnet_id":"a213d701-fc4f-4e09-a3dc-18aaf0361c5e","ip_address":"10.55.0.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"f8f965a7-4e77-4b94-bc8f-0fb039ef6320","tenant_id":"1517ec87197b433688d5124d7787eda4","created_at":"2018-08-12T08:33:35Z","admin_state_up":true,"updated_at":"2018-08-12T08:33:57Z","binding:vnic_type":"normal","device_id":"16b30ff4-b7cc-46e5-ba5e-26483056126f","device_owner":"compute:nova","revision_number":14,"mac_address":"fa:16:3e:1a:46:64","id":"ecdca272-8890-492a-baf2-8549e0226d25","port_security_enabled":true,"project_id":"1517ec87197b433688d5124d7787eda4","fixed_ips":[{"subnet_id":"a213d701-fc4f-4e09-a3dc-18aaf0361c5e","ip_address":"10.55.0.6"}],"extra_dhcp_opts":[],"security_groups":["6582e599-6072-4363-96eb-7f846ba05944"],"name":"InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-port"}]} 2018-08-12 08:33:58,928 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=f8f965a7-4e77-4b94-bc8f-0fb039ef6320 used request id req-08dbaf84-95af-4563-bc44-1cec5c23a921 2018-08-12 08:33:58,932 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/16b30ff4-b7cc-46e5-ba5e-26483056126f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d36ff2c454cc3f3d5bbc44ef3e932d0fed77f09" 2018-08-12 08:33:59,366 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:33: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-ee6364d4-c3fb-447a-9e9f-b1604ced8bef x-compute-request-id: req-ee6364d4-c3fb-447a-9e9f-b1604ced8bef Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1a:46:64", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/16b30ff4-b7cc-46e5-ba5e-26483056126f", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/16b30ff4-b7cc-46e5-ba5e-26483056126f", "rel": "bookmark"}], "image": {"id": "65686874-12cf-4789-a10b-35515f2086a4", "links": [{"href": "http://172.30.9.21:8774/images/65686874-12cf-4789-a10b-35515f2086a4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:33:45.000000", "flavor": {"id": "76312cb0-42b2-4d2f-a3b5-ad651edc5371", "links": [{"href": "http://172.30.9.21:8774/flavors/76312cb0-42b2-4d2f-a3b5-ad651edc5371", "rel": "bookmark"}]}, "id": "16b30ff4-b7cc-46e5-ba5e-26483056126f", "security_groups": [{"name": "default"}], "user_id": "7a2ead417450477397b54af4138a5b46", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:33:45Z", "hostId": "dd80947dce147888be0fc9693b23a13196c3e2433d6b67e29f0f12d4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-inst", "created": "2018-08-12T08:33:39Z", "tenant_id": "1517ec87197b433688d5124d7787eda4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:33:59,366 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/16b30ff4-b7cc-46e5-ba5e-26483056126f used request id req-ee6364d4-c3fb-447a-9e9f-b1604ced8bef 2018-08-12 08:33:59,366 - create_instance - INFO - Deleting Port with ID - ecdca272-8890-492a-baf2-8549e0226d25 2018-08-12 08:33:59,367 - neutron_utils - INFO - Deleting port with name InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-port 2018-08-12 08:33:59,371 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/ports/ecdca272-8890-492a-baf2-8549e0226d25 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}733bf740160a6931f42da1da35847b018cc1d36e" 2018-08-12 08:33:59,857 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-71110fb6-18e3-4e31-be01-0a2e94c35c34 Date: Sun, 12 Aug 2018 08:33:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:33:59,857 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/ports/ecdca272-8890-492a-baf2-8549e0226d25 used request id req-71110fb6-18e3-4e31-be01-0a2e94c35c34 2018-08-12 08:33:59,858 - create_instance - INFO - Deleting VM instance - InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-inst 2018-08-12 08:33:59,860 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/servers/16b30ff4-b7cc-46e5-ba5e-26483056126f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}733bf740160a6931f42da1da35847b018cc1d36e" 2018-08-12 08:34:00,024 - novaclient.v2.client - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:33:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-54655577-a8c8-4a9d-9dea-e0aaec898715 x-compute-request-id: req-54655577-a8c8-4a9d-9dea-e0aaec898715 Content-Type: application/json 2018-08-12 08:34:00,024 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/16b30ff4-b7cc-46e5-ba5e-26483056126f used request id req-54655577-a8c8-4a9d-9dea-e0aaec898715 2018-08-12 08:34:00,024 - create_instance - INFO - Checking deletion status 2018-08-12 08:34:00,027 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/16b30ff4-b7cc-46e5-ba5e-26483056126f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}733bf740160a6931f42da1da35847b018cc1d36e" 2018-08-12 08:34:00,486 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:34: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-71a66012-7453-49a9-b29f-3a1723361908 x-compute-request-id: req-71a66012-7453-49a9-b29f-3a1723361908 Content-Encoding: gzip Content-Length: 662 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/16b30ff4-b7cc-46e5-ba5e-26483056126f", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/16b30ff4-b7cc-46e5-ba5e-26483056126f", "rel": "bookmark"}], "image": {"id": "65686874-12cf-4789-a10b-35515f2086a4", "links": [{"href": "http://172.30.9.21:8774/images/65686874-12cf-4789-a10b-35515f2086a4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:33:45.000000", "flavor": {"id": "76312cb0-42b2-4d2f-a3b5-ad651edc5371", "links": [{"href": "http://172.30.9.21:8774/flavors/76312cb0-42b2-4d2f-a3b5-ad651edc5371", "rel": "bookmark"}]}, "id": "16b30ff4-b7cc-46e5-ba5e-26483056126f", "user_id": "7a2ead417450477397b54af4138a5b46", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:33:59Z", "hostId": "dd80947dce147888be0fc9693b23a13196c3e2433d6b67e29f0f12d4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-inst", "created": "2018-08-12T08:33:39Z", "tenant_id": "1517ec87197b433688d5124d7787eda4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:34:00,486 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/16b30ff4-b7cc-46e5-ba5e-26483056126f used request id req-71a66012-7453-49a9-b29f-3a1723361908 2018-08-12 08:34:00,486 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-inst] is - ACTIVE 2018-08-12 08:34:00,487 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-12 08:34:03,490 - create_instance - DEBUG - VM status query timeout in 296.534465075 2018-08-12 08:34:03,493 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/16b30ff4-b7cc-46e5-ba5e-26483056126f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}733bf740160a6931f42da1da35847b018cc1d36e" 2018-08-12 08:34:03,540 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:34: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-8f8e4f06-a428-46ee-a208-6f68e848c52d x-compute-request-id: req-8f8e4f06-a428-46ee-a208-6f68e848c52d Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 16b30ff4-b7cc-46e5-ba5e-26483056126f could not be found.", "code": 404}} 2018-08-12 08:34:03,540 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/16b30ff4-b7cc-46e5-ba5e-26483056126f used request id req-8f8e4f06-a428-46ee-a208-6f68e848c52d 2018-08-12 08:34:03,540 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 16b30ff4-b7cc-46e5-ba5e-26483056126f could not be found. (HTTP 404) (Request-ID: req-8f8e4f06-a428-46ee-a208-6f68e848c52d) 2018-08-12 08:34:03,540 - create_instance - INFO - VM has been properly deleted VM with name - InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-inst 2018-08-12 08:34:03,541 - neutron_utils - INFO - Deleting security group rule with ID - 554d5d4c-3c2f-4506-82f8-06f89897f7ad 2018-08-12 08:34:03,546 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/554d5d4c-3c2f-4506-82f8-06f89897f7ad -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6917dd59b116a9ca7f7107f53e43e977b784ff57" 2018-08-12 08:34:03,796 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b9762f00-9680-4754-a41f-9f818bcd7471 Content-Length: 0 Date: Sun, 12 Aug 2018 08:34:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:34:03,796 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/554d5d4c-3c2f-4506-82f8-06f89897f7ad used request id req-b9762f00-9680-4754-a41f-9f818bcd7471 2018-08-12 08:34:03,797 - neutron_utils - INFO - Deleting security group rule with ID - ef4e14d8-97a7-418c-99de-6cc09a50f3a8 2018-08-12 08:34:03,801 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/ef4e14d8-97a7-418c-99de-6cc09a50f3a8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6917dd59b116a9ca7f7107f53e43e977b784ff57" 2018-08-12 08:34:04,057 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-4002730d-8f68-413d-98b6-9041ec60e757 Content-Length: 0 Date: Sun, 12 Aug 2018 08:34:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:34:04,057 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/ef4e14d8-97a7-418c-99de-6cc09a50f3a8 used request id req-4002730d-8f68-413d-98b6-9041ec60e757 2018-08-12 08:34:04,058 - neutron_utils - INFO - Deleting security group with name - InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-name 2018-08-12 08:34:04,063 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/2adf9c2d-65d8-436a-a544-3061d741c2a3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6917dd59b116a9ca7f7107f53e43e977b784ff57" 2018-08-12 08:34:04,380 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-71622b90-0e76-4826-8aaf-2a700bf572b3 Content-Length: 0 Date: Sun, 12 Aug 2018 08:34:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:34:04,381 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/2adf9c2d-65d8-436a-a544-3061d741c2a3 used request id req-71622b90-0e76-4826-8aaf-2a700bf572b3 2018-08-12 08:34:04,384 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/flavors/76312cb0-42b2-4d2f-a3b5-ad651edc5371 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1262369edc3ef06c22449a2ae6a52cab5211abd1" 2018-08-12 08:34:04,445 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 08:34: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-6c8e63b4-f491-4d0d-903f-34ba4b9e7c39 x-compute-request-id: req-6c8e63b4-f491-4d0d-903f-34ba4b9e7c39 Content-Length: 0 Content-Type: application/json 2018-08-12 08:34:04,445 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/76312cb0-42b2-4d2f-a3b5-ad651edc5371 used request id req-6c8e63b4-f491-4d0d-903f-34ba4b9e7c39 2018-08-12 08:34:04,446 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-pub-subnet 2018-08-12 08:34:04,446 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-pub-subnet 2018-08-12 08:34:04,451 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/a213d701-fc4f-4e09-a3dc-18aaf0361c5e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97267210495f7c4dda9bc55a6b28e5271fcb9817" 2018-08-12 08:34:07,006 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f020ffc0-b96d-4ecf-9c56-032faaa68307 Date: Sun, 12 Aug 2018 08:34:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:34:07,006 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/a213d701-fc4f-4e09-a3dc-18aaf0361c5e used request id req-f020ffc0-b96d-4ecf-9c56-032faaa68307 2018-08-12 08:34:07,006 - neutron_utils - INFO - Deleting network with name InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-pub-net 2018-08-12 08:34:07,011 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/f8f965a7-4e77-4b94-bc8f-0fb039ef6320 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97267210495f7c4dda9bc55a6b28e5271fcb9817" 2018-08-12 08:34:08,546 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d636e317-b66d-4c88-9e54-cc03f844c039 Date: Sun, 12 Aug 2018 08:34:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:34:08,546 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/f8f965a7-4e77-4b94-bc8f-0fb039ef6320 used request id req-d636e317-b66d-4c88-9e54-cc03f844c039 2018-08-12 08:34:08,547 - glance_utils - INFO - Deleting image named - InstanceSecurityGroupTests-e5015830-7710-4924-8cbb-0670fa7478c4-image 2018-08-12 08:34:08,550 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/65686874-12cf-4789-a10b-35515f2086a4 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}32e02c2b6b0a7746b4f9a1c3b3347e2a33287b46" 2018-08-12 08:34:09,793 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-4a9737d2-ca89-4200-8706-cc7136924e26 Date: Sun, 12 Aug 2018 08:34: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 08:34:09,793 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/65686874-12cf-4789-a10b-35515f2086a4 used request id req-4a9737d2-ca89-4200-8706-cc7136924e26 2018-08-12 08:34:09,795 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:34:09,795 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:34:09,795 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:34:09,795 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:34:09,795 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:34:09,802 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90d8f5eefc1207dc686cbc84ec5e867fd5361f0c" 2018-08-12 08:34:10,069 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 45548 X-Openstack-Request-Id: req-e3e0e296-cc7d-4584-8508-e6df26c49425 Date: Sun, 12 Aug 2018 08:34:10 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "created_at": "2018-08-12T06:59:44Z", "updated_at": "2018-08-12T06:59:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "1d7fd960-7865-4453-aecc-8d399b4fad21", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "66820d8a-b785-4b18-bd67-500221c8e4f9", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "74fc7638-a322-4841-8c47-06d36174a200", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "8eaa09ec-8419-4582-9312-1e527afe6e4b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}], "revision_number": 4, "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "created_at": "2018-08-12T05:12:34Z", "updated_at": "2018-08-12T05:12:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "709513d2-af7d-4d0b-bd3c-604fed75a711", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "aa346066-e46f-44f2-94be-2884aa998a19", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "c15f7b93-e56c-4afa-867d-2acb286d4b7b", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "cb0ef83f-5f70-4a80-ad35-431ca9df551e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}], "revision_number": 4, "project_id": "fa5a7fe6ee54472ba01638877aade8e3", "id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ea65becf30e54b27aa96a449698a435e", "created_at": "2018-08-12T05:10:35Z", "updated_at": "2018-08-12T05:10:35Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "30ad280c-f302-4cd4-a438-5139917b56f9", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "76115c4c-887d-4f0a-83e2-486e4b39c713", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "8ab14937-4c08-4d43-8a9a-662e622cc643", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "ee757a03-5662-4273-9c3e-6212e7afb48f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}], "revision_number": 4, "project_id": "ea65becf30e54b27aa96a449698a435e", "id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "created_at": "2018-08-12T06:20:09Z", "updated_at": "2018-08-12T06:20:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "1123b8f2-75ac-4a26-b9b2-a96da97408e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "2ddd2b93-e080-48cd-9a50-f5fe8a82ad0c", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "cd1bae62-0aea-4438-b4c3-50a69ae6f855", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "e398e01e-ceea-46d1-9534-b929808c4a5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}], "revision_number": 4, "project_id": "ff7abd7bb61f4f2889831e932d65dc2e", "id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "created_at": "2018-08-12T05:34:57Z", "updated_at": "2018-08-12T05:34:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "208a1c1e-f5f8-49c7-9a25-d07e68b1541f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "27bfd867-e607-4bf8-9de8-60682d3f771d", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "49360e1f-6fd3-4f35-b339-24cea95773ee", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "60f631a9-d305-4920-9631-d0543e2ac64f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}], "revision_number": 4, "project_id": "3a85ceae958d4d9fba68847e7df67db8", "id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "created_at": "2018-08-12T05:34:40Z", "updated_at": "2018-08-12T05:34:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "2192c259-363e-4768-ae73-e75837ad63b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "3f87ddc5-f84d-41dc-8215-847724782569", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "7d89f6da-ea78-49dd-9115-f9ad23b250bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "9ec4497d-0f65-44db-9be9-7b3042e4a584", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}], "revision_number": 4, "project_id": "85517fcf1c6247e699fdcdd42ecc8c79", "id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "created_at": "2018-08-12T05:16:02Z", "updated_at": "2018-08-12T05:16:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "1ecacd8c-c1c7-4a66-9871-406a69323b43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "3cc1750c-e0e7-4902-b6f3-494a161b832e", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "d719a7a4-8c99-44ed-8c12-6bf071890203", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "fe7421b5-d577-41da-8c78-62f3c07eda92", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}], "revision_number": 4, "project_id": "a267b9a156244bb192691cff6e5f74fe", "id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1517ec87197b433688d5124d7787eda4", "created_at": "2018-08-12T08:33:23Z", "updated_at": "2018-08-12T08:33:23Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:33:23Z", "revision_number": 0, "id": "11367f29-8b34-4db9-99ef-b40cb77b4de2", "remote_group_id": "6582e599-6072-4363-96eb-7f846ba05944", "remote_ip_prefix": null, "created_at": "2018-08-12T08:33:23Z", "security_group_id": "6582e599-6072-4363-96eb-7f846ba05944", "tenant_id": "1517ec87197b433688d5124d7787eda4", "port_range_min": null, "ethertype": "IPv4", "project_id": "1517ec87197b433688d5124d7787eda4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:33:23Z", "revision_number": 0, "id": "4ad4587d-dc5c-405f-bc86-515071ed14bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:33:23Z", "security_group_id": "6582e599-6072-4363-96eb-7f846ba05944", "tenant_id": "1517ec87197b433688d5124d7787eda4", "port_range_min": null, "ethertype": "IPv6", "project_id": "1517ec87197b433688d5124d7787eda4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:33:23Z", "revision_number": 0, "id": "779f4491-ef51-47b9-9dba-64d0511aa9e0", "remote_group_id": "6582e599-6072-4363-96eb-7f846ba05944", "remote_ip_prefix": null, "created_at": "2018-08-12T08:33:23Z", "security_group_id": "6582e599-6072-4363-96eb-7f846ba05944", "tenant_id": "1517ec87197b433688d5124d7787eda4", "port_range_min": null, "ethertype": "IPv6", "project_id": "1517ec87197b433688d5124d7787eda4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:33:23Z", "revision_number": 0, "id": "dbc2e4d1-bfd3-459b-a719-4d7855a600aa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:33:23Z", "security_group_id": "6582e599-6072-4363-96eb-7f846ba05944", "tenant_id": "1517ec87197b433688d5124d7787eda4", "port_range_min": null, "ethertype": "IPv4", "project_id": "1517ec87197b433688d5124d7787eda4"}], "revision_number": 4, "project_id": "1517ec87197b433688d5124d7787eda4", "id": "6582e599-6072-4363-96eb-7f846ba05944", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "315a428116f24d9fbb826b37080a918e", "created_at": "2018-08-12T05:11:31Z", "updated_at": "2018-08-12T05:11:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "5e52886a-1dc3-4a81-a55d-f388dc4fd1a1", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "678e32e4-d64c-448a-a4ab-e253ab94ae90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "a8da1539-e3ad-4f90-b2df-3dc1f09d228a", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "b73d5cc9-0205-4658-bb1f-61a042c0ab8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}], "revision_number": 4, "project_id": "315a428116f24d9fbb826b37080a918e", "id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-12T05:08:01Z", "updated_at": "2018-08-12T05:08:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:01Z", "revision_number": 0, "id": "0fb05d03-1117-45d0-930c-b6d4c96ef102", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "4faaab33-5788-4bbd-85b8-0fb44d41413a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "96d0c5a0-5c67-421b-8fc8-2b46d77e5db3", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "dd78519b-4bc5-4e8e-ad0f-58089dd69347", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "11a46741b7954b959fd7764109c047b6", "created_at": "2018-08-12T05:34:51Z", "updated_at": "2018-08-12T05:34:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "0b67bf3c-2289-43bb-ab6c-7d25ec32a279", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "51f3f833-337a-42bd-a8d5-742ea8d6c226", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "571fd0b5-ef90-408d-af33-aafb517b8993", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "944ba823-fb9c-496e-a66e-bb426bb14a8d", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}], "revision_number": 4, "project_id": "11a46741b7954b959fd7764109c047b6", "id": "90af9782-8112-4257-801d-ee5115d226ba", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "created_at": "2018-08-12T05:34:26Z", "updated_at": "2018-08-12T05:34:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "2ee1f63a-807c-4d6a-85ee-dd784f6b8c3f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5dec3ec2-2add-47dd-8618-90659dcf3885", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5ea0dc3e-49d0-43f0-94e9-f6443527d14c", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "fbfaca22-7e3e-4128-8973-43e439b77c28", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}], "revision_number": 4, "project_id": "3c01cd58055c44ecaef39f7e625c2258", "id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "521007c1818145639e93ceb270559219", "created_at": "2018-08-12T05:13:27Z", "updated_at": "2018-08-12T05:13:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "5e7fede5-b0f2-47d8-95c3-516cdfc7f9de", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "8fd0e36f-c6c4-4f64-ba97-40439e614448", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "db7d79de-1dfc-4138-945f-91e74cdc266b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "e87f2cff-ff3e-4b6d-aaf0-7f0eb0ab9f05", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}], "revision_number": 4, "project_id": "521007c1818145639e93ceb270559219", "id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "created_at": "2018-08-12T05:08:18Z", "updated_at": "2018-08-12T05:08:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "3c67be40-bf74-4f97-9693-d93ce73a23b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "6112d869-2fc6-4a25-a13c-3d55cd7206c0", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "bdf21c56-453e-482e-9cba-3c55abcb0339", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "c8e92c39-38cc-4f48-be9c-5f0912e6a725", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}], "revision_number": 4, "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "created_at": "2018-08-12T05:04:23Z", "updated_at": "2018-08-12T05:04:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "280546d9-8ad1-4283-abfc-15ee9b1736c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "58bce125-f2ca-4a6d-b9ca-4e6cf5c0f7a5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "69275b9a-cfb5-482c-a9c4-8ffc79adf2c7", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "6d747f3a-3764-469a-a645-f977585c5aac", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}], "revision_number": 4, "project_id": "310f5853751a4c968f3eeb0a3d99a0a8", "id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "created_at": "2018-08-12T05:34:42Z", "updated_at": "2018-08-12T05:34:42Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "199582e8-25aa-457a-aa7c-6d8413ca4464", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "234f3609-4454-448f-919d-c8143c7cd764", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "c1061460-71a2-49a9-a04b-9fa33eeb17ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "d21ac532-51d8-4d6b-8300-7bac216759bf", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}], "revision_number": 4, "project_id": "9f6c1a272706419c9a74b0893b2890e8", "id": "d6739716-c693-460c-89c6-e7c8c48f8245", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "created_at": "2018-08-12T05:34:54Z", "updated_at": "2018-08-12T05:34:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "0633a05a-ee7d-4476-a56b-75d011b22f77", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "6cc1b9f8-73db-47a3-a0e0-3c96c43f34da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "90d99a6b-e94f-4fd8-a10c-f19dd8954c13", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "e843c139-af2a-4d2c-a24f-59f7b10ff72e", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}], "revision_number": 4, "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "created_at": "2018-08-12T05:09:07Z", "updated_at": "2018-08-12T05:09:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "5495e168-f505-4d74-ae6d-387f0bf533c2", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "6fd19b8b-3062-456e-81ba-3ff37fe43429", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8ca59d25-485c-46ce-939c-2e4a468caeac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8f190846-50a0-42b9-b571-390809b752b1", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}], "revision_number": 4, "project_id": "fa9ca6d7608b4d7d87ce97331679a481", "id": "edcd9b17-9416-4c25-823c-060c435e18d7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "created_at": "2018-08-12T05:34:52Z", "updated_at": "2018-08-12T05:34:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "2c7e484e-6ec5-4a95-8c9c-66d294c0c27e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "70c74258-3c2c-4efc-87e0-079c26ee3417", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "b70382fa-082e-4c2b-abc8-87490fa50b11", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "c3628e02-b4b6-42c9-8751-c1a2d3c19caa", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}], "revision_number": 4, "project_id": "87db863ba6e348b0a5ddcb67053db9d1", "id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "name": "default"}]} 2018-08-12 08:34:10,070 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-e3e0e296-cc7d-4584-8508-e6df26c49425 2018-08-12 08:34:10,078 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90d8f5eefc1207dc686cbc84ec5e867fd5361f0c" 2018-08-12 08:34:10,169 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:34:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-25022ac2-c686-40fc-aa3c-f639de83ff11 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 5fe28c13d4d74ba2be8d019ac1ea6363.", "code": 404, "title": "Not Found"}} 2018-08-12 08:34:10,169 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 used request id req-25022ac2-c686-40fc-aa3c-f639de83ff11 2018-08-12 08:34:10,169 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:34:10,173 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90d8f5eefc1207dc686cbc84ec5e867fd5361f0c" 2018-08-12 08:34:10,258 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:34:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-87931b3d-8e4e-4d1c-b378-612116e6ff93 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa5a7fe6ee54472ba01638877aade8e3.", "code": 404, "title": "Not Found"}} 2018-08-12 08:34:10,258 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 used request id req-87931b3d-8e4e-4d1c-b378-612116e6ff93 2018-08-12 08:34:10,258 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:34:10,262 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90d8f5eefc1207dc686cbc84ec5e867fd5361f0c" 2018-08-12 08:34:10,357 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:34:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4f979221-2436-4095-9d3a-94f1a7c02f15 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ea65becf30e54b27aa96a449698a435e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:34:10,358 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e used request id req-4f979221-2436-4095-9d3a-94f1a7c02f15 2018-08-12 08:34:10,358 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:34:10,361 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90d8f5eefc1207dc686cbc84ec5e867fd5361f0c" 2018-08-12 08:34:10,453 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:34:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-204b32f0-72aa-484f-8be6-bdfd1a98d5a6 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ff7abd7bb61f4f2889831e932d65dc2e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:34:10,453 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e used request id req-204b32f0-72aa-484f-8be6-bdfd1a98d5a6 2018-08-12 08:34:10,453 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:34:10,457 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90d8f5eefc1207dc686cbc84ec5e867fd5361f0c" 2018-08-12 08:34:10,642 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:34:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6e355e9f-6683-4260-a90a-a84aa10cdb6e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3a85ceae958d4d9fba68847e7df67db8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:34:10,642 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 used request id req-6e355e9f-6683-4260-a90a-a84aa10cdb6e 2018-08-12 08:34:10,642 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:34:10,646 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90d8f5eefc1207dc686cbc84ec5e867fd5361f0c" 2018-08-12 08:34:10,735 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:34:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a3d4f2f3-bdac-4c99-aa4e-f99e16bc530d Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 85517fcf1c6247e699fdcdd42ecc8c79.", "code": 404, "title": "Not Found"}} 2018-08-12 08:34:10,736 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 used request id req-a3d4f2f3-bdac-4c99-aa4e-f99e16bc530d 2018-08-12 08:34:10,736 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:34:10,739 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90d8f5eefc1207dc686cbc84ec5e867fd5361f0c" 2018-08-12 08:34:10,834 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:34:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc390abd-abf3-48b8-860e-1090fc1afc95 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}} 2018-08-12 08:34:10,834 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe used request id req-fc390abd-abf3-48b8-860e-1090fc1afc95 2018-08-12 08:34:10,837 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/1517ec87197b433688d5124d7787eda4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90d8f5eefc1207dc686cbc84ec5e867fd5361f0c" 2018-08-12 08:34:10,929 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:34:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5c749801-7b0d-42e1-a579-ba61282b2769 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/1517ec87197b433688d5124d7787eda4"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "1517ec87197b433688d5124d7787eda4", "name": "InstanceSecurityGroupTests-a01f7899-19b5-4de-proj"}} 2018-08-12 08:34:10,929 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/1517ec87197b433688d5124d7787eda4 used request id req-5c749801-7b0d-42e1-a579-ba61282b2769 2018-08-12 08:34:10,929 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6582e599-6072-4363-96eb-7f846ba05944 2018-08-12 08:34:10,934 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=6582e599-6072-4363-96eb-7f846ba05944 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90d8f5eefc1207dc686cbc84ec5e867fd5361f0c" 2018-08-12 08:34:11,119 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-c74c9e64-f0c9-4a4c-b4f0-91135ca846e2 Date: Sun, 12 Aug 2018 08:34:11 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "6582e599-6072-4363-96eb-7f846ba05944", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:33:23Z", "security_group_id": "6582e599-6072-4363-96eb-7f846ba05944", "port_range_min": null, "revision_number": 0, "tenant_id": "1517ec87197b433688d5124d7787eda4", "created_at": "2018-08-12T08:33:23Z", "project_id": "1517ec87197b433688d5124d7787eda4", "id": "11367f29-8b34-4db9-99ef-b40cb77b4de2"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:33:23Z", "security_group_id": "6582e599-6072-4363-96eb-7f846ba05944", "port_range_min": null, "revision_number": 0, "tenant_id": "1517ec87197b433688d5124d7787eda4", "created_at": "2018-08-12T08:33:23Z", "project_id": "1517ec87197b433688d5124d7787eda4", "id": "4ad4587d-dc5c-405f-bc86-515071ed14bd"}, {"remote_group_id": "6582e599-6072-4363-96eb-7f846ba05944", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:33:23Z", "security_group_id": "6582e599-6072-4363-96eb-7f846ba05944", "port_range_min": null, "revision_number": 0, "tenant_id": "1517ec87197b433688d5124d7787eda4", "created_at": "2018-08-12T08:33:23Z", "project_id": "1517ec87197b433688d5124d7787eda4", "id": "779f4491-ef51-47b9-9dba-64d0511aa9e0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:33:23Z", "security_group_id": "6582e599-6072-4363-96eb-7f846ba05944", "port_range_min": null, "revision_number": 0, "tenant_id": "1517ec87197b433688d5124d7787eda4", "created_at": "2018-08-12T08:33:23Z", "project_id": "1517ec87197b433688d5124d7787eda4", "id": "dbc2e4d1-bfd3-459b-a719-4d7855a600aa"}]} 2018-08-12 08:34:11,119 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=6582e599-6072-4363-96eb-7f846ba05944 used request id req-c74c9e64-f0c9-4a4c-b4f0-91135ca846e2 2018-08-12 08:34:11,120 - neutron_utils - INFO - Deleting security group with name - default 2018-08-12 08:34:11,125 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/6582e599-6072-4363-96eb-7f846ba05944 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90d8f5eefc1207dc686cbc84ec5e867fd5361f0c" 2018-08-12 08:34:11,463 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d48aa088-5ef6-4a19-b2b2-4a892130fd39 Content-Length: 0 Date: Sun, 12 Aug 2018 08:34:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:34:11,463 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/6582e599-6072-4363-96eb-7f846ba05944 used request id req-d48aa088-5ef6-4a19-b2b2-4a892130fd39 2018-08-12 08:34:11,464 - keystone_utils - INFO - Deleting project with name - InstanceSecurityGroupTests-a01f7899-19b5-4de-proj 2018-08-12 08:34:11,468 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/1517ec87197b433688d5124d7787eda4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90d8f5eefc1207dc686cbc84ec5e867fd5361f0c" 2018-08-12 08:34:11,715 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:34:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-243c5dbc-bb19-4c64-85a8-834f5c764d3c 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 08:34:11,715 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/1517ec87197b433688d5124d7787eda4 used request id req-243c5dbc-bb19-4c64-85a8-834f5c764d3c 2018-08-12 08:34:11,716 - keystone_utils - INFO - Deleting role with name - InstanceSecurityGroupTests-a01f7899-19b5-4de-proj-role 2018-08-12 08:34:11,719 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/71eb07fd1ed348888ecd780bd538c14f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90d8f5eefc1207dc686cbc84ec5e867fd5361f0c" 2018-08-12 08:34:11,920 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:34:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-51741b25-a7f3-4fa5-96d3-053c48404bc8 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 08:34:11,920 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/71eb07fd1ed348888ecd780bd538c14f used request id req-51741b25-a7f3-4fa5-96d3-053c48404bc8 2018-08-12 08:34:11,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90d8f5eefc1207dc686cbc84ec5e867fd5361f0c" 2018-08-12 08:34:12,010 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:34:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-540fc870-3ba5-4c8a-9776-c3d956186eaf Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:34:12,011 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-540fc870-3ba5-4c8a-9776-c3d956186eaf 2018-08-12 08:34:12,011 - keystone_utils - INFO - Deleting user with name - InstanceSecurityGroupTests-a01f7899-19b5-4de-user 2018-08-12 08:34:12,015 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/7a2ead417450477397b54af4138a5b46 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6eb4dc1315cd22cff01f8b361d525e6cce51b6d1" 2018-08-12 08:34:12,210 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:34:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c8241fd6-64b2-4949-b07b-b7986a04f204 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 08:34:12,211 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/7a2ead417450477397b54af4138a5b46 used request id req-c8241fd6-64b2-4949-b07b-b7986a04f204 2018-08-12 08:34:12,212 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:34:12,603 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:34:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["PNxk5enbSSWZbUjauyljOA"], "issued_at": "2018-08-12T08:34:12.000000Z"}} 2018-08-12 08:34:12,604 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}6f530e1b3cd604417e2c250badb27d5ad4d6ef27" 2018-08-12 08:34:12,685 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:34:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bd9e69fe-58df-45f0-b54d-6f226581fbb0 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:34:12,685 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-bd9e69fe-58df-45f0-b54d-6f226581fbb0 2018-08-12 08:34:12,686 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:34:12,687 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:34:13,096 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:34:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["b6oSM3tlTmyllQP9n55itA"], "issued_at": "2018-08-12T08:34:13.000000Z"}} 2018-08-12 08:34:13,096 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}5632255b85a28619bfd537f1b13157a93b3b1b27" 2018-08-12 08:34:13,186 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:34:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c69ffa0b-3ac5-4452-b0eb-c85ca6787256 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:34:13,186 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-c69ffa0b-3ac5-4452-b0eb-c85ca6787256 2018-08-12 08:34:13,189 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:34:13,195 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:34:13 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:34:13,196 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-06608033-1fc3-4ec-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5632255b85a28619bfd537f1b13157a93b3b1b27" 2018-08-12 08:34:13,291 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:34:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4679918d-3c59-48a7-a5ee-6b7c00b41ba5 Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-06608033-1fc3-4ec-proj", "previous": null, "next": null}, "projects": []} 2018-08-12 08:34:13,291 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-06608033-1fc3-4ec-proj used request id req-4679918d-3c59-48a7-a5ee-6b7c00b41ba5 2018-08-12 08:34:13,294 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5632255b85a28619bfd537f1b13157a93b3b1b27" 2018-08-12 08:34:13,389 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:34:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e4082c4-0f2a-4280-80f1-3e26243ccc0b Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:34:13,390 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-4e4082c4-0f2a-4280-80f1-3e26243ccc0b 2018-08-12 08:34:13,393 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5632255b85a28619bfd537f1b13157a93b3b1b27" -d '{"project": {"enabled": true, "domain_id": "default", "name": "InstanceSecurityGroupTests-06608033-1fc3-4ec-proj"}}' 2018-08-12 08:34:13,512 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:34:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fc9b39be-4189-48a2-a9cf-51ad1483030e Content-Length: 323 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/1e6433ed78e84e5aa7ce51971034f462"}, "tags": [], "enabled": true, "id": "1e6433ed78e84e5aa7ce51971034f462", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-06608033-1fc3-4ec-proj"}} 2018-08-12 08:34:13,512 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-fc9b39be-4189-48a2-a9cf-51ad1483030e 2018-08-12 08:34:13,513 - keystone_utils - INFO - Created project with name - InstanceSecurityGroupTests-06608033-1fc3-4ec-proj 2018-08-12 08:34:13,513 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:34:13,514 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:34:13,910 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:34:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["2ZK0ERGFQlahKqDNE6_GbA"], "issued_at": "2018-08-12T08:34:13.000000Z"}} 2018-08-12 08:34:13,911 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}371cf1603bcdb08046a991e9221d835509bf4e35" 2018-08-12 08:34:14,002 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:34:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e6de4cd5-c6d7-4917-aa5c-f8fd20d882a8 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:34:14,002 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-e6de4cd5-c6d7-4917-aa5c-f8fd20d882a8 2018-08-12 08:34:14,006 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:34:14,012 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:34:14 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:34:14,012 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}371cf1603bcdb08046a991e9221d835509bf4e35" 2018-08-12 08:34:14,128 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:34:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-80066797-f385-4800-ba01-79179499d0cc Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/105a247548624314b9228f85f6325f0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105a247548624314b9228f85f6325f0b", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/1c5de0eaa44543f08da6ad63a51594ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c5de0eaa44543f08da6ad63a51594ff", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/1d127b5b832547a88a547c116dfdd65b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d127b5b832547a88a547c116dfdd65b", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/1d5cfc170d624ce4ae53ae0507c8d517"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d5cfc170d624ce4ae53ae0507c8d517", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/2421820b75eb4d3ebd02830378d1377b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2421820b75eb4d3ebd02830378d1377b", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/40bd8ee54ecf44868cc83cede652c396"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40bd8ee54ecf44868cc83cede652c396", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/4f32fb8153854c4c9f5094b42b523f80"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f32fb8153854c4c9f5094b42b523f80", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7066130d08fb4db7bf4ab468de53933b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7066130d08fb4db7bf4ab468de53933b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/8d0898a83bcf4521bbc11501d5d7ac89"}, "domain_id": "1eec97585bde483292ece28ee11f4b8d", "enabled": true, "options": {}, "id": "8d0898a83bcf4521bbc11501d5d7ac89", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/9defcced327d476f8a3beab718a13da3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9defcced327d476f8a3beab718a13da3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/b80ee4f6992446e0879624dd436e99a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b80ee4f6992446e0879624dd436e99a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b86fd3e011324d398fcdb6f095a20a9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b86fd3e011324d398fcdb6f095a20a9d", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1701d2754064b5cadf765ea0806f9b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1701d2754064b5cadf765ea0806f9b2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/db4e7b8d76d549faa502716565c733dd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db4e7b8d76d549faa502716565c733dd", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-12 08:34:14,128 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-80066797-f385-4800-ba01-79179499d0cc 2018-08-12 08:34:14,132 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=InstanceSecurityGroupTests-06608033-1fc3-4ec-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}371cf1603bcdb08046a991e9221d835509bf4e35" 2018-08-12 08:34:14,228 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:34:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-026c1215-c2f0-4d4c-9915-5755158f86bf Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=InstanceSecurityGroupTests-06608033-1fc3-4ec-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/1e6433ed78e84e5aa7ce51971034f462"}, "tags": [], "enabled": true, "id": "1e6433ed78e84e5aa7ce51971034f462", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-06608033-1fc3-4ec-proj"}]} 2018-08-12 08:34:14,228 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=InstanceSecurityGroupTests-06608033-1fc3-4ec-proj used request id req-026c1215-c2f0-4d4c-9915-5755158f86bf 2018-08-12 08:34:14,232 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}371cf1603bcdb08046a991e9221d835509bf4e35" 2018-08-12 08:34:14,323 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:34:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fb386c1a-7406-46d6-845d-bfde2e523f7b Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:34:14,323 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-fb386c1a-7406-46d6-845d-bfde2e523f7b 2018-08-12 08:34:14,650 - keystone_utils - INFO - Created user with name - InstanceSecurityGroupTests-06608033-1fc3-4ec-user 2018-08-12 08:34:14,650 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:34:14,654 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5632255b85a28619bfd537f1b13157a93b3b1b27" 2018-08-12 08:34:14,743 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:34:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d0f8117e-0e88-4627-9186-f36a4553a491 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:34:14,743 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-d0f8117e-0e88-4627-9186-f36a4553a491 2018-08-12 08:34:14,747 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5632255b85a28619bfd537f1b13157a93b3b1b27" -d '{"role": {"name": "InstanceSecurityGroupTests-06608033-1fc3-4ec-proj-role"}}' 2018-08-12 08:34:14,865 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:34:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5efb3471-cf56-430c-ab08-699b923c1015 Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "a2e75a302462462e9bdc07f80743da57", "links": {"self": "http://172.30.9.21:5000/v3/roles/a2e75a302462462e9bdc07f80743da57"}, "name": "InstanceSecurityGroupTests-06608033-1fc3-4ec-proj-role"}} 2018-08-12 08:34:14,865 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-5efb3471-cf56-430c-ab08-699b923c1015 2018-08-12 08:34:14,866 - keystone_utils - INFO - Created role with name - InstanceSecurityGroupTests-06608033-1fc3-4ec-proj-role 2018-08-12 08:34:14,869 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/a2e75a302462462e9bdc07f80743da57 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5632255b85a28619bfd537f1b13157a93b3b1b27" 2018-08-12 08:34:14,961 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:34:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc5e31d5-1c3f-432b-8234-01ea01eee65f Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "a2e75a302462462e9bdc07f80743da57", "links": {"self": "http://172.30.9.21:5000/v3/roles/a2e75a302462462e9bdc07f80743da57"}, "name": "InstanceSecurityGroupTests-06608033-1fc3-4ec-proj-role"}} 2018-08-12 08:34:14,961 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/a2e75a302462462e9bdc07f80743da57 used request id req-fc5e31d5-1c3f-432b-8234-01ea01eee65f 2018-08-12 08:34:14,961 - keystone_utils - INFO - Granting role InstanceSecurityGroupTests-06608033-1fc3-4ec-proj-role to project InstanceSecurityGroupTests-06608033-1fc3-4ec-proj 2018-08-12 08:34:14,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/1e6433ed78e84e5aa7ce51971034f462/users/9514b997dacc4dc3b64a2ecb80fcca2d/roles/a2e75a302462462e9bdc07f80743da57 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5632255b85a28619bfd537f1b13157a93b3b1b27" 2018-08-12 08:34:15,102 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:34:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ae84ba6a-b460-4910-bc78-e0e4cdf5d3a5 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 08:34:15,102 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/1e6433ed78e84e5aa7ce51971034f462/users/9514b997dacc4dc3b64a2ecb80fcca2d/roles/a2e75a302462462e9bdc07f80743da57 used request id req-ae84ba6a-b460-4910-bc78-e0e4cdf5d3a5 2018-08-12 08:34:15,103 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-12 08:34:15,104 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-08-12 08:34:15,104 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:34:15,105 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:34:15,493 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a2e75a302462462e9bdc07f80743da57", "name": "InstanceSecurityGroupTests-06608033-1fc3-4ec-proj-role"}], "expires_at": "2018-08-12T09:34:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1e6433ed78e84e5aa7ce51971034f462", "name": "InstanceSecurityGroupTests-06608033-1fc3-4ec-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/1e6433ed78e84e5aa7ce51971034f462", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/1e6433ed78e84e5aa7ce51971034f462", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/1e6433ed78e84e5aa7ce51971034f462", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_1e6433ed78e84e5aa7ce51971034f462", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_1e6433ed78e84e5aa7ce51971034f462", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/1e6433ed78e84e5aa7ce51971034f462", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/1e6433ed78e84e5aa7ce51971034f462", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/1e6433ed78e84e5aa7ce51971034f462", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/1e6433ed78e84e5aa7ce51971034f462", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/1e6433ed78e84e5aa7ce51971034f462", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/1e6433ed78e84e5aa7ce51971034f462", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/1e6433ed78e84e5aa7ce51971034f462", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/1e6433ed78e84e5aa7ce51971034f462", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/1e6433ed78e84e5aa7ce51971034f462", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-06608033-1fc3-4ec-user", "id": "9514b997dacc4dc3b64a2ecb80fcca2d"}, "audit_ids": ["mFj00VdKRzab_B4ZTkePDQ"], "issued_at": "2018-08-12T08:34:15.000000Z"}} 2018-08-12 08:34:15,494 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}46946a84717862e1a5e543831564f5b682ba2210" 2018-08-12 08:34:15,582 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:34:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9683d954-2c2f-4ca0-b496-1d189240d53f Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:34:15,582 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-9683d954-2c2f-4ca0-b496-1d189240d53f 2018-08-12 08:34:15,587 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-5a353949-0403-4744-8146-eb48623c9c24-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}46946a84717862e1a5e543831564f5b682ba2210" 2018-08-12 08:34:15,795 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 171 Content-Type: application/json X-Openstack-Request-Id: req-5c5fb902-39f0-4060-88b0-3cc84c0287d1 Date: Sun, 12 Aug 2018 08:34:15 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=InstanceSecurityGroupTests-5a353949-0403-4744-8146-eb48623c9c24-image"} 2018-08-12 08:34:15,795 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-5a353949-0403-4744-8146-eb48623c9c24-image used request id req-5c5fb902-39f0-4060-88b0-3cc84c0287d1 2018-08-12 08:34:15,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}46946a84717862e1a5e543831564f5b682ba2210" 2018-08-12 08:34:15,970 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-6abf9ab0-66a6-441d-93eb-a3dc7a73ec39 Date: Sun, 12 Aug 2018 08:34:15 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"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}, "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}, "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"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "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"}, "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"}, "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}, "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}, "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"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "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}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-12 08:34:15,970 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-6abf9ab0-66a6-441d-93eb-a3dc7a73ec39 2018-08-12 08:34:15,998 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}46946a84717862e1a5e543831564f5b682ba2210" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "InstanceSecurityGroupTests-5a353949-0403-4744-8146-eb48623c9c24-image"}' 2018-08-12 08:34:16,227 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 630 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/cbc96cb9-de77-46be-a33b-c39d28dca4cc Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-e5c92899-1835-4a1e-bf6d-a0a68a7c38d0 Date: Sun, 12 Aug 2018 08:34:16 GMT RESP BODY: {"status": "queued", "name": "InstanceSecurityGroupTests-5a353949-0403-4744-8146-eb48623c9c24-image", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:34:16Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-08-12T08:34:16Z", "visibility": "shared", "locations": [], "self": "/v2/images/cbc96cb9-de77-46be-a33b-c39d28dca4cc", "min_disk": 0, "protected": false, "id": "cbc96cb9-de77-46be-a33b-c39d28dca4cc", "file": "/v2/images/cbc96cb9-de77-46be-a33b-c39d28dca4cc/file", "checksum": null, "owner": "1e6433ed78e84e5aa7ce51971034f462", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-12 08:34:16,227 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-e5c92899-1835-4a1e-bf6d-a0a68a7c38d0 2018-08-12 08:34:16,238 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/cbc96cb9-de77-46be-a33b-c39d28dca4cc/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}46946a84717862e1a5e543831564f5b682ba2210" -d '' 2018-08-12 08:34:16,851 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-3b8b1dce-67d2-4b09-88a9-9b9943cfb470 Date: Sun, 12 Aug 2018 08:34: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 08:34:16,851 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/cbc96cb9-de77-46be-a33b-c39d28dca4cc/file used request id req-3b8b1dce-67d2-4b09-88a9-9b9943cfb470 2018-08-12 08:34:16,852 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-12 08:34:16,855 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/cbc96cb9-de77-46be-a33b-c39d28dca4cc -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}46946a84717862e1a5e543831564f5b682ba2210" 2018-08-12 08:34:17,036 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-b64b6ebf-fa99-4564-8032-f5eb7b346187 Date: Sun, 12 Aug 2018 08:34:17 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-5a353949-0403-4744-8146-eb48623c9c24-image", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:34:16Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-12T08:34:16Z", "visibility": "shared", "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/cbc96cb9-de77-46be-a33b-c39d28dca4cc/snap", "metadata": {}}], "self": "/v2/images/cbc96cb9-de77-46be-a33b-c39d28dca4cc", "min_disk": 0, "protected": false, "id": "cbc96cb9-de77-46be-a33b-c39d28dca4cc", "file": "/v2/images/cbc96cb9-de77-46be-a33b-c39d28dca4cc/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "1e6433ed78e84e5aa7ce51971034f462", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/cbc96cb9-de77-46be-a33b-c39d28dca4cc/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-12 08:34:17,036 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/cbc96cb9-de77-46be-a33b-c39d28dca4cc used request id req-b64b6ebf-fa99-4564-8032-f5eb7b346187 2018-08-12 08:34:17,039 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}46946a84717862e1a5e543831564f5b682ba2210" 2018-08-12 08:34:17,216 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-71b8ae84-6e60-43e8-a890-921cc38251e8 Date: Sun, 12 Aug 2018 08:34:17 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"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}, "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}, "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"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "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"}, "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"}, "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}, "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}, "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"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "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}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-12 08:34:17,216 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-71b8ae84-6e60-43e8-a890-921cc38251e8 2018-08-12 08:34:17,219 - create_image - INFO - Created image with name - InstanceSecurityGroupTests-5a353949-0403-4744-8146-eb48623c9c24-image 2018-08-12 08:34:17,222 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/cbc96cb9-de77-46be-a33b-c39d28dca4cc -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}46946a84717862e1a5e543831564f5b682ba2210" 2018-08-12 08:34:17,245 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-4339715e-9f82-49aa-b60b-58f3bac40b34 Date: Sun, 12 Aug 2018 08:34:17 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-5a353949-0403-4744-8146-eb48623c9c24-image", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:34:16Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-12T08:34:16Z", "visibility": "shared", "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/cbc96cb9-de77-46be-a33b-c39d28dca4cc/snap", "metadata": {}}], "self": "/v2/images/cbc96cb9-de77-46be-a33b-c39d28dca4cc", "min_disk": 0, "protected": false, "id": "cbc96cb9-de77-46be-a33b-c39d28dca4cc", "file": "/v2/images/cbc96cb9-de77-46be-a33b-c39d28dca4cc/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "1e6433ed78e84e5aa7ce51971034f462", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/cbc96cb9-de77-46be-a33b-c39d28dca4cc/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-12 08:34:17,245 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/cbc96cb9-de77-46be-a33b-c39d28dca4cc used request id req-4339715e-9f82-49aa-b60b-58f3bac40b34 2018-08-12 08:34:17,245 - create_image - DEBUG - Instance status is - active 2018-08-12 08:34:17,246 - create_image - DEBUG - Image is active with name - InstanceSecurityGroupTests-5a353949-0403-4744-8146-eb48623c9c24-image 2018-08-12 08:34:17,246 - create_image - INFO - Image is now active with name - InstanceSecurityGroupTests-5a353949-0403-4744-8146-eb48623c9c24-image 2018-08-12 08:34:17,246 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:34:17,247 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:34:17,668 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a2e75a302462462e9bdc07f80743da57", "name": "InstanceSecurityGroupTests-06608033-1fc3-4ec-proj-role"}], "expires_at": "2018-08-12T09:34:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1e6433ed78e84e5aa7ce51971034f462", "name": "InstanceSecurityGroupTests-06608033-1fc3-4ec-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/1e6433ed78e84e5aa7ce51971034f462", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/1e6433ed78e84e5aa7ce51971034f462", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/1e6433ed78e84e5aa7ce51971034f462", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_1e6433ed78e84e5aa7ce51971034f462", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_1e6433ed78e84e5aa7ce51971034f462", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/1e6433ed78e84e5aa7ce51971034f462", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/1e6433ed78e84e5aa7ce51971034f462", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/1e6433ed78e84e5aa7ce51971034f462", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/1e6433ed78e84e5aa7ce51971034f462", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/1e6433ed78e84e5aa7ce51971034f462", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/1e6433ed78e84e5aa7ce51971034f462", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/1e6433ed78e84e5aa7ce51971034f462", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/1e6433ed78e84e5aa7ce51971034f462", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/1e6433ed78e84e5aa7ce51971034f462", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-06608033-1fc3-4ec-user", "id": "9514b997dacc4dc3b64a2ecb80fcca2d"}, "audit_ids": ["7aS-LWQiROqiQinBykKiVg"], "issued_at": "2018-08-12T08:34:17.000000Z"}} 2018-08-12 08:34:17,669 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}37e78a02c6c1faa92ccf2746844120bae3c2bc3e" 2018-08-12 08:34:17,755 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:34:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f506edca-968c-4db7-8992-5f26b61b0d4b Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:34:17,755 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-f506edca-968c-4db7-8992-5f26b61b0d4b 2018-08-12 08:34:17,756 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:34:17,756 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:34:17,756 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:34:17,757 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:34:17,757 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:34:17,763 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-5a353949-0403-4744-8146-eb48623c9c24-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37e78a02c6c1faa92ccf2746844120bae3c2bc3e" 2018-08-12 08:34:17,954 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-bd80d1b2-1c80-411c-b308-e88d432a27fc Date: Sun, 12 Aug 2018 08:34:17 GMT RESP BODY: {"networks":[]} 2018-08-12 08:34:17,954 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-5a353949-0403-4744-8146-eb48623c9c24-pub-net used request id req-bd80d1b2-1c80-411c-b308-e88d432a27fc 2018-08-12 08:34:17,955 - neutron_utils - INFO - Creating network with name InstanceSecurityGroupTests-5a353949-0403-4744-8146-eb48623c9c24-pub-net 2018-08-12 08:34:17,960 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37e78a02c6c1faa92ccf2746844120bae3c2bc3e" -d '{"network": {"name": "InstanceSecurityGroupTests-5a353949-0403-4744-8146-eb48623c9c24-pub-net", "admin_state_up": true}}' 2018-08-12 08:34:18,684 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 608 X-Openstack-Request-Id: req-dbadd551-52d3-4b13-a3e4-c5e3723118ac Date: Sun, 12 Aug 2018 08:34:18 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"1e6433ed78e84e5aa7ce51971034f462","created_at":"2018-08-12T08:34:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T08:34:18Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"1e6433ed78e84e5aa7ce51971034f462","id":"fb476314-17b8-4008-bc22-37a89a0b7585","name":"InstanceSecurityGroupTests-5a353949-0403-4744-8146-eb48623c9c24-pub-net"}} 2018-08-12 08:34:18,684 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-dbadd551-52d3-4b13-a3e4-c5e3723118ac 2018-08-12 08:34:18,689 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=fb476314-17b8-4008-bc22-37a89a0b7585 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37e78a02c6c1faa92ccf2746844120bae3c2bc3e" 2018-08-12 08:34:18,946 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 592 X-Openstack-Request-Id: req-fb9e9d71-817b-47bd-bdfc-e40a621a366b Date: Sun, 12 Aug 2018 08:34:18 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-12T08:34:18Z","tenant_id":"1e6433ed78e84e5aa7ce51971034f462","created_at":"2018-08-12T08:34:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"1e6433ed78e84e5aa7ce51971034f462","id":"fb476314-17b8-4008-bc22-37a89a0b7585","name":"InstanceSecurityGroupTests-5a353949-0403-4744-8146-eb48623c9c24-pub-net"}]} 2018-08-12 08:34:18,946 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=fb476314-17b8-4008-bc22-37a89a0b7585 used request id req-fb9e9d71-817b-47bd-bdfc-e40a621a366b 2018-08-12 08:34:18,951 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=fb476314-17b8-4008-bc22-37a89a0b7585 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37e78a02c6c1faa92ccf2746844120bae3c2bc3e" 2018-08-12 08:34:19,131 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-20791c55-ce2c-408a-8f49-426ec6834c4a Date: Sun, 12 Aug 2018 08:34:19 GMT RESP BODY: {"subnets":[]} 2018-08-12 08:34:19,131 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=fb476314-17b8-4008-bc22-37a89a0b7585 used request id req-20791c55-ce2c-408a-8f49-426ec6834c4a 2018-08-12 08:34:19,132 - neutron_utils - INFO - Creating subnet with name InstanceSecurityGroupTests-5a353949-0403-4744-8146-eb48623c9c24-pub-subnet 2018-08-12 08:34:19,137 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37e78a02c6c1faa92ccf2746844120bae3c2bc3e" -d '{"subnets": [{"ip_version": 4, "network_id": "fb476314-17b8-4008-bc22-37a89a0b7585", "cidr": "10.55.0.0/24", "name": "InstanceSecurityGroupTests-5a353949-0403-4744-8146-eb48623c9c24-pub-subnet"}]}' 2018-08-12 08:34:19,935 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-d758f5f9-ab7f-485c-8fb3-b8f4a17ab375 Date: Sun, 12 Aug 2018 08:34:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fb476314-17b8-4008-bc22-37a89a0b7585","tenant_id":"1e6433ed78e84e5aa7ce51971034f462","created_at":"2018-08-12T08:34:19Z","dns_nameservers":[],"updated_at":"2018-08-12T08:34:19Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"1e6433ed78e84e5aa7ce51971034f462","id":"ac2d3eb4-3b10-483e-9fe2-495c59861b14","subnetpool_id":null,"name":"InstanceSecurityGroupTests-5a353949-0403-4744-8146-eb48623c9c24-pub-subnet"}]} 2018-08-12 08:34:19,935 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-d758f5f9-ab7f-485c-8fb3-b8f4a17ab375 2018-08-12 08:34:19,941 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=fb476314-17b8-4008-bc22-37a89a0b7585 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37e78a02c6c1faa92ccf2746844120bae3c2bc3e" 2018-08-12 08:34:20,222 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-1d3275d2-e048-4a14-98b1-ac8019d4e858 Date: Sun, 12 Aug 2018 08:34:20 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":["ac2d3eb4-3b10-483e-9fe2-495c59861b14"],"updated_at":"2018-08-12T08:34:19Z","tenant_id":"1e6433ed78e84e5aa7ce51971034f462","created_at":"2018-08-12T08:34:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"1e6433ed78e84e5aa7ce51971034f462","id":"fb476314-17b8-4008-bc22-37a89a0b7585","name":"InstanceSecurityGroupTests-5a353949-0403-4744-8146-eb48623c9c24-pub-net"}]} 2018-08-12 08:34:20,222 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=fb476314-17b8-4008-bc22-37a89a0b7585 used request id req-1d3275d2-e048-4a14-98b1-ac8019d4e858 2018-08-12 08:34:20,228 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=fb476314-17b8-4008-bc22-37a89a0b7585 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37e78a02c6c1faa92ccf2746844120bae3c2bc3e" 2018-08-12 08:34:20,426 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-ff4b16c0-2648-423b-8628-0dccaeccea29 Date: Sun, 12 Aug 2018 08:34:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fb476314-17b8-4008-bc22-37a89a0b7585","tenant_id":"1e6433ed78e84e5aa7ce51971034f462","created_at":"2018-08-12T08:34:19Z","dns_nameservers":[],"updated_at":"2018-08-12T08:34:19Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"1e6433ed78e84e5aa7ce51971034f462","id":"ac2d3eb4-3b10-483e-9fe2-495c59861b14","subnetpool_id":null,"name":"InstanceSecurityGroupTests-5a353949-0403-4744-8146-eb48623c9c24-pub-subnet"}]} 2018-08-12 08:34:20,427 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=fb476314-17b8-4008-bc22-37a89a0b7585 used request id req-ff4b16c0-2648-423b-8628-0dccaeccea29 2018-08-12 08:34:20,427 - OpenStackNetwork - DEBUG - Network [fb476314-17b8-4008-bc22-37a89a0b7585] created successfully 2018-08-12 08:34:20,427 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:34:20,428 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:34:20,826 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:34:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["8XL8yI6SS6OQkGSwm275Aw"], "issued_at": "2018-08-12T08:34:20.000000Z"}} 2018-08-12 08:34:20,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}9fab7b62e638b104756b14f1117dd9c316e3ead7" 2018-08-12 08:34:20,914 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:34:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-24d4a3be-d06e-4088-816d-e6fb0c1d91d0 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:34:20,914 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-24d4a3be-d06e-4088-816d-e6fb0c1d91d0 2018-08-12 08:34:20,915 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-12 08:34:20,920 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9fab7b62e638b104756b14f1117dd9c316e3ead7" 2018-08-12 08:34:21,119 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:34: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-17b7b5f3-a12e-498e-81fe-c194df73f950 x-compute-request-id: req-17b7b5f3-a12e-498e-81fe-c194df73f950 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-08-12 08:34:21,119 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-17b7b5f3-a12e-498e-81fe-c194df73f950 2018-08-12 08:34:21,123 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9fab7b62e638b104756b14f1117dd9c316e3ead7" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "InstanceSecurityGroupTests-5a353949-0403-4744-8146-eb48623c9c24-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-08-12 08:34:21,161 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:34: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-566df27a-57dc-4817-9261-ec55ca8564ad x-compute-request-id: req-566df27a-57dc-4817-9261-ec55ca8564ad Content-Encoding: gzip Content-Length: 325 Content-Type: application/json RESP BODY: {"flavor": {"name": "InstanceSecurityGroupTests-5a353949-0403-4744-8146-eb48623c9c24-flavor-name", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/3b986544-9a16-476a-9b58-26fc099f9e33", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/3b986544-9a16-476a-9b58-26fc099f9e33", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": "3b986544-9a16-476a-9b58-26fc099f9e33"}} 2018-08-12 08:34:21,162 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-566df27a-57dc-4817-9261-ec55ca8564ad 2018-08-12 08:34:21,162 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:34:21,163 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:34:21,558 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a2e75a302462462e9bdc07f80743da57", "name": "InstanceSecurityGroupTests-06608033-1fc3-4ec-proj-role"}], "expires_at": "2018-08-12T09:34:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1e6433ed78e84e5aa7ce51971034f462", "name": "InstanceSecurityGroupTests-06608033-1fc3-4ec-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/1e6433ed78e84e5aa7ce51971034f462", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/1e6433ed78e84e5aa7ce51971034f462", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/1e6433ed78e84e5aa7ce51971034f462", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_1e6433ed78e84e5aa7ce51971034f462", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_1e6433ed78e84e5aa7ce51971034f462", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/1e6433ed78e84e5aa7ce51971034f462", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/1e6433ed78e84e5aa7ce51971034f462", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/1e6433ed78e84e5aa7ce51971034f462", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/1e6433ed78e84e5aa7ce51971034f462", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/1e6433ed78e84e5aa7ce51971034f462", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/1e6433ed78e84e5aa7ce51971034f462", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/1e6433ed78e84e5aa7ce51971034f462", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/1e6433ed78e84e5aa7ce51971034f462", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/1e6433ed78e84e5aa7ce51971034f462", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-06608033-1fc3-4ec-user", "id": "9514b997dacc4dc3b64a2ecb80fcca2d"}, "audit_ids": ["28rxgX2GStajU8gjNdWclw"], "issued_at": "2018-08-12T08:34:21.000000Z"}} 2018-08-12 08:34:21,558 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}563ba03fc128e3fad00dfc04c4089947c72c398e" 2018-08-12 08:34:21,648 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:34:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6975f7ad-0086-4100-9e52-45a6e8a3f44d Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:34:21,649 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-6975f7ad-0086-4100-9e52-45a6e8a3f44d 2018-08-12 08:34:21,650 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:34:21,650 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:34:21,650 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:34:21,650 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:34:21,650 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:34:21,657 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=InstanceSecurityGroupTests-5a353949-0403-4744-8146-eb48623c9c24-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}563ba03fc128e3fad00dfc04c4089947c72c398e" 2018-08-12 08:34:21,971 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-554bde41-1524-4559-a204-97eaa729c75b Date: Sun, 12 Aug 2018 08:34:21 GMT RESP BODY: {"security_groups": []} 2018-08-12 08:34:21,972 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=InstanceSecurityGroupTests-5a353949-0403-4744-8146-eb48623c9c24-name&description=hello+group used request id req-554bde41-1524-4559-a204-97eaa729c75b 2018-08-12 08:34:21,972 - OpenStackSecurityGroup - INFO - Creating security group InstanceSecurityGroupTests-5a353949-0403-4744-8146-eb48623c9c24-name... 2018-08-12 08:34:21,972 - neutron_utils - INFO - Creating security group with name - InstanceSecurityGroupTests-5a353949-0403-4744-8146-eb48623c9c24-name 2018-08-12 08:34:21,977 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}563ba03fc128e3fad00dfc04c4089947c72c398e" -d '{"security_group": {"name": "InstanceSecurityGroupTests-5a353949-0403-4744-8146-eb48623c9c24-name", "description": "hello group"}}' 2018-08-12 08:34:22,460 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-755c1cf2-b057-4d84-a020-ed9d02987fac Date: Sun, 12 Aug 2018 08:34:22 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "1e6433ed78e84e5aa7ce51971034f462", "created_at": "2018-08-12T08:34:22Z", "updated_at": "2018-08-12T08:34:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:34:22Z", "revision_number": 0, "id": "13852d37-1720-47d5-a31f-433f5e838220", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:34:22Z", "security_group_id": "060bdd8b-aa64-495b-ba63-95ed8479ec13", "tenant_id": "1e6433ed78e84e5aa7ce51971034f462", "port_range_min": null, "ethertype": "IPv6", "project_id": "1e6433ed78e84e5aa7ce51971034f462"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:34:22Z", "revision_number": 0, "id": "5a88fcff-340a-49f8-9f4b-b4cab99ecdac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:34:22Z", "security_group_id": "060bdd8b-aa64-495b-ba63-95ed8479ec13", "tenant_id": "1e6433ed78e84e5aa7ce51971034f462", "port_range_min": null, "ethertype": "IPv4", "project_id": "1e6433ed78e84e5aa7ce51971034f462"}], "revision_number": 2, "project_id": "1e6433ed78e84e5aa7ce51971034f462", "id": "060bdd8b-aa64-495b-ba63-95ed8479ec13", "name": "InstanceSecurityGroupTests-5a353949-0403-4744-8146-eb48623c9c24-name"}} 2018-08-12 08:34:22,460 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups used request id req-755c1cf2-b057-4d84-a020-ed9d02987fac 2018-08-12 08:34:22,461 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 060bdd8b-aa64-495b-ba63-95ed8479ec13 2018-08-12 08:34:22,466 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=060bdd8b-aa64-495b-ba63-95ed8479ec13 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}563ba03fc128e3fad00dfc04c4089947c72c398e" 2018-08-12 08:34:22,661 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-f388db0d-4c4a-4946-b2aa-3df27e1a83cf Date: Sun, 12 Aug 2018 08:34:22 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-12T08:34:22Z", "security_group_id": "060bdd8b-aa64-495b-ba63-95ed8479ec13", "port_range_min": null, "revision_number": 0, "tenant_id": "1e6433ed78e84e5aa7ce51971034f462", "created_at": "2018-08-12T08:34:22Z", "project_id": "1e6433ed78e84e5aa7ce51971034f462", "id": "13852d37-1720-47d5-a31f-433f5e838220"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:34:22Z", "security_group_id": "060bdd8b-aa64-495b-ba63-95ed8479ec13", "port_range_min": null, "revision_number": 0, "tenant_id": "1e6433ed78e84e5aa7ce51971034f462", "created_at": "2018-08-12T08:34:22Z", "project_id": "1e6433ed78e84e5aa7ce51971034f462", "id": "5a88fcff-340a-49f8-9f4b-b4cab99ecdac"}]} 2018-08-12 08:34:22,662 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=060bdd8b-aa64-495b-ba63-95ed8479ec13 used request id req-f388db0d-4c4a-4946-b2aa-3df27e1a83cf 2018-08-12 08:34:22,662 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 060bdd8b-aa64-495b-ba63-95ed8479ec13 2018-08-12 08:34:22,667 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=060bdd8b-aa64-495b-ba63-95ed8479ec13 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}563ba03fc128e3fad00dfc04c4089947c72c398e" 2018-08-12 08:34:22,858 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-2ddffe98-2fee-474d-abfc-3325764d0099 Date: Sun, 12 Aug 2018 08:34:22 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-12T08:34:22Z", "security_group_id": "060bdd8b-aa64-495b-ba63-95ed8479ec13", "port_range_min": null, "revision_number": 0, "tenant_id": "1e6433ed78e84e5aa7ce51971034f462", "created_at": "2018-08-12T08:34:22Z", "project_id": "1e6433ed78e84e5aa7ce51971034f462", "id": "13852d37-1720-47d5-a31f-433f5e838220"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:34:22Z", "security_group_id": "060bdd8b-aa64-495b-ba63-95ed8479ec13", "port_range_min": null, "revision_number": 0, "tenant_id": "1e6433ed78e84e5aa7ce51971034f462", "created_at": "2018-08-12T08:34:22Z", "project_id": "1e6433ed78e84e5aa7ce51971034f462", "id": "5a88fcff-340a-49f8-9f4b-b4cab99ecdac"}]} 2018-08-12 08:34:22,858 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=060bdd8b-aa64-495b-ba63-95ed8479ec13 used request id req-2ddffe98-2fee-474d-abfc-3325764d0099 2018-08-12 08:34:22,859 - neutron_utils - INFO - Retrieving security group with ID - 060bdd8b-aa64-495b-ba63-95ed8479ec13 2018-08-12 08:34:22,864 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=060bdd8b-aa64-495b-ba63-95ed8479ec13 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}563ba03fc128e3fad00dfc04c4089947c72c398e" 2018-08-12 08:34:23,083 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-43dfbfb7-190c-4a02-aa91-e5f5a31a4602 Date: Sun, 12 Aug 2018 08:34:23 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "1e6433ed78e84e5aa7ce51971034f462", "created_at": "2018-08-12T08:34:22Z", "updated_at": "2018-08-12T08:34:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:34:22Z", "revision_number": 0, "id": "13852d37-1720-47d5-a31f-433f5e838220", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:34:22Z", "security_group_id": "060bdd8b-aa64-495b-ba63-95ed8479ec13", "tenant_id": "1e6433ed78e84e5aa7ce51971034f462", "port_range_min": null, "ethertype": "IPv6", "project_id": "1e6433ed78e84e5aa7ce51971034f462"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:34:22Z", "revision_number": 0, "id": "5a88fcff-340a-49f8-9f4b-b4cab99ecdac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:34:22Z", "security_group_id": "060bdd8b-aa64-495b-ba63-95ed8479ec13", "tenant_id": "1e6433ed78e84e5aa7ce51971034f462", "port_range_min": null, "ethertype": "IPv4", "project_id": "1e6433ed78e84e5aa7ce51971034f462"}], "revision_number": 2, "project_id": "1e6433ed78e84e5aa7ce51971034f462", "id": "060bdd8b-aa64-495b-ba63-95ed8479ec13", "name": "InstanceSecurityGroupTests-5a353949-0403-4744-8146-eb48623c9c24-name"}]} 2018-08-12 08:34:23,083 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=060bdd8b-aa64-495b-ba63-95ed8479ec13 used request id req-43dfbfb7-190c-4a02-aa91-e5f5a31a4602 2018-08-12 08:34:23,084 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 060bdd8b-aa64-495b-ba63-95ed8479ec13 2018-08-12 08:34:23,089 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=060bdd8b-aa64-495b-ba63-95ed8479ec13 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}563ba03fc128e3fad00dfc04c4089947c72c398e" 2018-08-12 08:34:23,114 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-8035d9bf-2eea-4efb-8f93-b4f1b662baa3 Date: Sun, 12 Aug 2018 08:34:23 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-12T08:34:22Z", "security_group_id": "060bdd8b-aa64-495b-ba63-95ed8479ec13", "port_range_min": null, "revision_number": 0, "tenant_id": "1e6433ed78e84e5aa7ce51971034f462", "created_at": "2018-08-12T08:34:22Z", "project_id": "1e6433ed78e84e5aa7ce51971034f462", "id": "13852d37-1720-47d5-a31f-433f5e838220"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:34:22Z", "security_group_id": "060bdd8b-aa64-495b-ba63-95ed8479ec13", "port_range_min": null, "revision_number": 0, "tenant_id": "1e6433ed78e84e5aa7ce51971034f462", "created_at": "2018-08-12T08:34:22Z", "project_id": "1e6433ed78e84e5aa7ce51971034f462", "id": "5a88fcff-340a-49f8-9f4b-b4cab99ecdac"}]} 2018-08-12 08:34:23,114 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=060bdd8b-aa64-495b-ba63-95ed8479ec13 used request id req-8035d9bf-2eea-4efb-8f93-b4f1b662baa3 2018-08-12 08:34:23,115 - neutron_utils - INFO - Retrieving security group with ID - 060bdd8b-aa64-495b-ba63-95ed8479ec13 2018-08-12 08:34:23,120 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=060bdd8b-aa64-495b-ba63-95ed8479ec13 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}563ba03fc128e3fad00dfc04c4089947c72c398e" 2018-08-12 08:34:23,379 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-7eb07c9c-cfed-4ff3-a0bc-b10059bc15b4 Date: Sun, 12 Aug 2018 08:34:23 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "1e6433ed78e84e5aa7ce51971034f462", "created_at": "2018-08-12T08:34:22Z", "updated_at": "2018-08-12T08:34:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:34:22Z", "revision_number": 0, "id": "13852d37-1720-47d5-a31f-433f5e838220", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:34:22Z", "security_group_id": "060bdd8b-aa64-495b-ba63-95ed8479ec13", "tenant_id": "1e6433ed78e84e5aa7ce51971034f462", "port_range_min": null, "ethertype": "IPv6", "project_id": "1e6433ed78e84e5aa7ce51971034f462"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:34:22Z", "revision_number": 0, "id": "5a88fcff-340a-49f8-9f4b-b4cab99ecdac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:34:22Z", "security_group_id": "060bdd8b-aa64-495b-ba63-95ed8479ec13", "tenant_id": "1e6433ed78e84e5aa7ce51971034f462", "port_range_min": null, "ethertype": "IPv4", "project_id": "1e6433ed78e84e5aa7ce51971034f462"}], "revision_number": 2, "project_id": "1e6433ed78e84e5aa7ce51971034f462", "id": "060bdd8b-aa64-495b-ba63-95ed8479ec13", "name": "InstanceSecurityGroupTests-5a353949-0403-4744-8146-eb48623c9c24-name"}]} 2018-08-12 08:34:23,380 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=060bdd8b-aa64-495b-ba63-95ed8479ec13 used request id req-7eb07c9c-cfed-4ff3-a0bc-b10059bc15b4 2018-08-12 08:34:23,380 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 060bdd8b-aa64-495b-ba63-95ed8479ec13 2018-08-12 08:34:23,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=060bdd8b-aa64-495b-ba63-95ed8479ec13 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}563ba03fc128e3fad00dfc04c4089947c72c398e" 2018-08-12 08:34:23,425 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-1005f2bd-8475-40c9-a736-9cf91738b7d6 Date: Sun, 12 Aug 2018 08:34:23 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-12T08:34:22Z", "security_group_id": "060bdd8b-aa64-495b-ba63-95ed8479ec13", "port_range_min": null, "revision_number": 0, "tenant_id": "1e6433ed78e84e5aa7ce51971034f462", "created_at": "2018-08-12T08:34:22Z", "project_id": "1e6433ed78e84e5aa7ce51971034f462", "id": "13852d37-1720-47d5-a31f-433f5e838220"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:34:22Z", "security_group_id": "060bdd8b-aa64-495b-ba63-95ed8479ec13", "port_range_min": null, "revision_number": 0, "tenant_id": "1e6433ed78e84e5aa7ce51971034f462", "created_at": "2018-08-12T08:34:22Z", "project_id": "1e6433ed78e84e5aa7ce51971034f462", "id": "5a88fcff-340a-49f8-9f4b-b4cab99ecdac"}]} 2018-08-12 08:34:23,425 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=060bdd8b-aa64-495b-ba63-95ed8479ec13 used request id req-1005f2bd-8475-40c9-a736-9cf91738b7d6 2018-08-12 08:34:23,426 - neutron_utils - INFO - Retrieving security group with ID - 060bdd8b-aa64-495b-ba63-95ed8479ec13 2018-08-12 08:34:23,431 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=060bdd8b-aa64-495b-ba63-95ed8479ec13 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}563ba03fc128e3fad00dfc04c4089947c72c398e" 2018-08-12 08:34:23,668 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-3d941206-c87d-4bc5-a3e2-3ec98dcfdffc Date: Sun, 12 Aug 2018 08:34:23 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "1e6433ed78e84e5aa7ce51971034f462", "created_at": "2018-08-12T08:34:22Z", "updated_at": "2018-08-12T08:34:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:34:22Z", "revision_number": 0, "id": "13852d37-1720-47d5-a31f-433f5e838220", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:34:22Z", "security_group_id": "060bdd8b-aa64-495b-ba63-95ed8479ec13", "tenant_id": "1e6433ed78e84e5aa7ce51971034f462", "port_range_min": null, "ethertype": "IPv6", "project_id": "1e6433ed78e84e5aa7ce51971034f462"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:34:22Z", "revision_number": 0, "id": "5a88fcff-340a-49f8-9f4b-b4cab99ecdac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:34:22Z", "security_group_id": "060bdd8b-aa64-495b-ba63-95ed8479ec13", "tenant_id": "1e6433ed78e84e5aa7ce51971034f462", "port_range_min": null, "ethertype": "IPv4", "project_id": "1e6433ed78e84e5aa7ce51971034f462"}], "revision_number": 2, "project_id": "1e6433ed78e84e5aa7ce51971034f462", "id": "060bdd8b-aa64-495b-ba63-95ed8479ec13", "name": "InstanceSecurityGroupTests-5a353949-0403-4744-8146-eb48623c9c24-name"}]} 2018-08-12 08:34:23,668 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=060bdd8b-aa64-495b-ba63-95ed8479ec13 used request id req-3d941206-c87d-4bc5-a3e2-3ec98dcfdffc 2018-08-12 08:34:23,668 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 060bdd8b-aa64-495b-ba63-95ed8479ec13 2018-08-12 08:34:23,673 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=060bdd8b-aa64-495b-ba63-95ed8479ec13 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}563ba03fc128e3fad00dfc04c4089947c72c398e" 2018-08-12 08:34:23,703 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-23a50e7b-9ce7-4902-96a9-0a5acdbfaa7e Date: Sun, 12 Aug 2018 08:34:23 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-12T08:34:22Z", "security_group_id": "060bdd8b-aa64-495b-ba63-95ed8479ec13", "port_range_min": null, "revision_number": 0, "tenant_id": "1e6433ed78e84e5aa7ce51971034f462", "created_at": "2018-08-12T08:34:22Z", "project_id": "1e6433ed78e84e5aa7ce51971034f462", "id": "13852d37-1720-47d5-a31f-433f5e838220"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:34:22Z", "security_group_id": "060bdd8b-aa64-495b-ba63-95ed8479ec13", "port_range_min": null, "revision_number": 0, "tenant_id": "1e6433ed78e84e5aa7ce51971034f462", "created_at": "2018-08-12T08:34:22Z", "project_id": "1e6433ed78e84e5aa7ce51971034f462", "id": "5a88fcff-340a-49f8-9f4b-b4cab99ecdac"}]} 2018-08-12 08:34:23,704 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=060bdd8b-aa64-495b-ba63-95ed8479ec13 used request id req-23a50e7b-9ce7-4902-96a9-0a5acdbfaa7e 2018-08-12 08:34:23,704 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:34:23,705 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:34:24,168 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a2e75a302462462e9bdc07f80743da57", "name": "InstanceSecurityGroupTests-06608033-1fc3-4ec-proj-role"}], "expires_at": "2018-08-12T09:34:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1e6433ed78e84e5aa7ce51971034f462", "name": "InstanceSecurityGroupTests-06608033-1fc3-4ec-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/1e6433ed78e84e5aa7ce51971034f462", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/1e6433ed78e84e5aa7ce51971034f462", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/1e6433ed78e84e5aa7ce51971034f462", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_1e6433ed78e84e5aa7ce51971034f462", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_1e6433ed78e84e5aa7ce51971034f462", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/1e6433ed78e84e5aa7ce51971034f462", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/1e6433ed78e84e5aa7ce51971034f462", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/1e6433ed78e84e5aa7ce51971034f462", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/1e6433ed78e84e5aa7ce51971034f462", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/1e6433ed78e84e5aa7ce51971034f462", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/1e6433ed78e84e5aa7ce51971034f462", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/1e6433ed78e84e5aa7ce51971034f462", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/1e6433ed78e84e5aa7ce51971034f462", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/1e6433ed78e84e5aa7ce51971034f462", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-06608033-1fc3-4ec-user", "id": "9514b997dacc4dc3b64a2ecb80fcca2d"}, "audit_ids": ["B1RLL6P-RtSem6RjtlEKCg"], "issued_at": "2018-08-12T08:34:24.000000Z"}} 2018-08-12 08:34:24,169 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}7f89aabe6ba8d39ef898b17708d9236745d6be93" 2018-08-12 08:34:24,267 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:34:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d54f47af-318b-4461-a757-c031b1b4d5ab Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:34:24,267 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-d54f47af-318b-4461-a757-c031b1b4d5ab 2018-08-12 08:34:24,268 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-12 08:34:24,270 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:34:24,270 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:34:24,270 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:34:24,270 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:34:24,270 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:34:24,273 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}7f89aabe6ba8d39ef898b17708d9236745d6be93" 2018-08-12 08:34:24,357 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:34:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01440da5-bb1b-4bdd-a173-5e6cf84e762b Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:34:24,357 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-01440da5-bb1b-4bdd-a173-5e6cf84e762b 2018-08-12 08:34:24,365 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-5a353949-0403-4744-8146-eb48623c9c24-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f89aabe6ba8d39ef898b17708d9236745d6be93" 2018-08-12 08:34:24,657 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-159dc44b-880c-4742-a940-6a8ffa504035 Date: Sun, 12 Aug 2018 08:34:24 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":["ac2d3eb4-3b10-483e-9fe2-495c59861b14"],"updated_at":"2018-08-12T08:34:19Z","tenant_id":"1e6433ed78e84e5aa7ce51971034f462","created_at":"2018-08-12T08:34:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"1e6433ed78e84e5aa7ce51971034f462","id":"fb476314-17b8-4008-bc22-37a89a0b7585","name":"InstanceSecurityGroupTests-5a353949-0403-4744-8146-eb48623c9c24-pub-net"}]} 2018-08-12 08:34:24,658 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-5a353949-0403-4744-8146-eb48623c9c24-pub-net used request id req-159dc44b-880c-4742-a940-6a8ffa504035 2018-08-12 08:34:24,663 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=fb476314-17b8-4008-bc22-37a89a0b7585 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f89aabe6ba8d39ef898b17708d9236745d6be93" 2018-08-12 08:34:24,893 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-7a509cb3-3d1f-4a81-8648-bbc89f340070 Date: Sun, 12 Aug 2018 08:34:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fb476314-17b8-4008-bc22-37a89a0b7585","tenant_id":"1e6433ed78e84e5aa7ce51971034f462","created_at":"2018-08-12T08:34:19Z","dns_nameservers":[],"updated_at":"2018-08-12T08:34:19Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"1e6433ed78e84e5aa7ce51971034f462","id":"ac2d3eb4-3b10-483e-9fe2-495c59861b14","subnetpool_id":null,"name":"InstanceSecurityGroupTests-5a353949-0403-4744-8146-eb48623c9c24-pub-subnet"}]} 2018-08-12 08:34:24,893 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=fb476314-17b8-4008-bc22-37a89a0b7585 used request id req-7a509cb3-3d1f-4a81-8648-bbc89f340070 2018-08-12 08:34:24,898 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-5a353949-0403-4744-8146-eb48623c9c24-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f89aabe6ba8d39ef898b17708d9236745d6be93" 2018-08-12 08:34:25,173 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-b4f582e6-592a-4059-bb3c-1d131f80acbf Date: Sun, 12 Aug 2018 08:34:25 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":["ac2d3eb4-3b10-483e-9fe2-495c59861b14"],"updated_at":"2018-08-12T08:34:19Z","tenant_id":"1e6433ed78e84e5aa7ce51971034f462","created_at":"2018-08-12T08:34:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"1e6433ed78e84e5aa7ce51971034f462","id":"fb476314-17b8-4008-bc22-37a89a0b7585","name":"InstanceSecurityGroupTests-5a353949-0403-4744-8146-eb48623c9c24-pub-net"}]} 2018-08-12 08:34:25,174 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-5a353949-0403-4744-8146-eb48623c9c24-pub-net used request id req-b4f582e6-592a-4059-bb3c-1d131f80acbf 2018-08-12 08:34:25,177 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:34:25,195 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:34:25 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:34:25,196 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/1e6433ed78e84e5aa7ce51971034f462 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f89aabe6ba8d39ef898b17708d9236745d6be93" 2018-08-12 08:34:25,218 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:34:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-587474dc-17b2-4ca6-af18-31c168820cdd Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/1e6433ed78e84e5aa7ce51971034f462"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "1e6433ed78e84e5aa7ce51971034f462", "name": "InstanceSecurityGroupTests-06608033-1fc3-4ec-proj"}} 2018-08-12 08:34:25,218 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/1e6433ed78e84e5aa7ce51971034f462 used request id req-587474dc-17b2-4ca6-af18-31c168820cdd 2018-08-12 08:34:25,223 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=fb476314-17b8-4008-bc22-37a89a0b7585 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f89aabe6ba8d39ef898b17708d9236745d6be93" 2018-08-12 08:34:25,271 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-c0f17b5c-0a0a-4309-8420-be5037a00ccb Date: Sun, 12 Aug 2018 08:34:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fb476314-17b8-4008-bc22-37a89a0b7585","tenant_id":"1e6433ed78e84e5aa7ce51971034f462","created_at":"2018-08-12T08:34:19Z","dns_nameservers":[],"updated_at":"2018-08-12T08:34:19Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"1e6433ed78e84e5aa7ce51971034f462","id":"ac2d3eb4-3b10-483e-9fe2-495c59861b14","subnetpool_id":null,"name":"InstanceSecurityGroupTests-5a353949-0403-4744-8146-eb48623c9c24-pub-subnet"}]} 2018-08-12 08:34:25,271 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=fb476314-17b8-4008-bc22-37a89a0b7585 used request id req-c0f17b5c-0a0a-4309-8420-be5037a00ccb 2018-08-12 08:34:25,276 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=fb476314-17b8-4008-bc22-37a89a0b7585&name=InstanceSecurityGroupTests-5a353949-0403-4744-8146-eb48623c9c24-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f89aabe6ba8d39ef898b17708d9236745d6be93" 2018-08-12 08:34:25,478 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-cadf3d0c-1f2a-479a-8042-f567033d866a Date: Sun, 12 Aug 2018 08:34:25 GMT RESP BODY: {"ports":[]} 2018-08-12 08:34:25,479 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=fb476314-17b8-4008-bc22-37a89a0b7585&name=InstanceSecurityGroupTests-5a353949-0403-4744-8146-eb48623c9c24-port&admin_state_up=True used request id req-cadf3d0c-1f2a-479a-8042-f567033d866a 2018-08-12 08:34:25,481 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/detail?name=InstanceSecurityGroupTests-5a353949-0403-4744-8146-eb48623c9c24-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f89aabe6ba8d39ef898b17708d9236745d6be93" 2018-08-12 08:34:25,733 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:34:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b28c7816-a735-44a7-ae5b-6c5be33747a4 x-compute-request-id: req-b28c7816-a735-44a7-ae5b-6c5be33747a4 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-12 08:34:25,733 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail?name=InstanceSecurityGroupTests-5a353949-0403-4744-8146-eb48623c9c24-inst used request id req-b28c7816-a735-44a7-ae5b-6c5be33747a4 2018-08-12 08:34:25,738 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-5a353949-0403-4744-8146-eb48623c9c24-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f89aabe6ba8d39ef898b17708d9236745d6be93" 2018-08-12 08:34:26,014 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-73528a3b-3530-4ae6-8960-9c9a5986b9ba Date: Sun, 12 Aug 2018 08:34:26 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ac2d3eb4-3b10-483e-9fe2-495c59861b14"],"updated_at":"2018-08-12T08:34:19Z","tenant_id":"1e6433ed78e84e5aa7ce51971034f462","created_at":"2018-08-12T08:34:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"1e6433ed78e84e5aa7ce51971034f462","id":"fb476314-17b8-4008-bc22-37a89a0b7585","name":"InstanceSecurityGroupTests-5a353949-0403-4744-8146-eb48623c9c24-pub-net"}]} 2018-08-12 08:34:26,014 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-5a353949-0403-4744-8146-eb48623c9c24-pub-net used request id req-73528a3b-3530-4ae6-8960-9c9a5986b9ba 2018-08-12 08:34:26,020 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=fb476314-17b8-4008-bc22-37a89a0b7585 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f89aabe6ba8d39ef898b17708d9236745d6be93" 2018-08-12 08:34:26,235 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-e7933f46-9079-4bab-a62f-1b258c8f30cd Date: Sun, 12 Aug 2018 08:34:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fb476314-17b8-4008-bc22-37a89a0b7585","tenant_id":"1e6433ed78e84e5aa7ce51971034f462","created_at":"2018-08-12T08:34:19Z","dns_nameservers":[],"updated_at":"2018-08-12T08:34:19Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"1e6433ed78e84e5aa7ce51971034f462","id":"ac2d3eb4-3b10-483e-9fe2-495c59861b14","subnetpool_id":null,"name":"InstanceSecurityGroupTests-5a353949-0403-4744-8146-eb48623c9c24-pub-subnet"}]} 2018-08-12 08:34:26,235 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=fb476314-17b8-4008-bc22-37a89a0b7585 used request id req-e7933f46-9079-4bab-a62f-1b258c8f30cd 2018-08-12 08:34:26,240 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-5a353949-0403-4744-8146-eb48623c9c24-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f89aabe6ba8d39ef898b17708d9236745d6be93" 2018-08-12 08:34:26,538 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-a79e7c8e-7ebe-4b10-a552-d1bcf43ff7e8 Date: Sun, 12 Aug 2018 08:34:26 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ac2d3eb4-3b10-483e-9fe2-495c59861b14"],"updated_at":"2018-08-12T08:34:19Z","tenant_id":"1e6433ed78e84e5aa7ce51971034f462","created_at":"2018-08-12T08:34:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"1e6433ed78e84e5aa7ce51971034f462","id":"fb476314-17b8-4008-bc22-37a89a0b7585","name":"InstanceSecurityGroupTests-5a353949-0403-4744-8146-eb48623c9c24-pub-net"}]} 2018-08-12 08:34:26,538 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-5a353949-0403-4744-8146-eb48623c9c24-pub-net used request id req-a79e7c8e-7ebe-4b10-a552-d1bcf43ff7e8 2018-08-12 08:34:26,541 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/1e6433ed78e84e5aa7ce51971034f462 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f89aabe6ba8d39ef898b17708d9236745d6be93" 2018-08-12 08:34:26,636 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:34:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-760c8c31-142e-4241-9680-5162b775741f Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/1e6433ed78e84e5aa7ce51971034f462"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "1e6433ed78e84e5aa7ce51971034f462", "name": "InstanceSecurityGroupTests-06608033-1fc3-4ec-proj"}} 2018-08-12 08:34:26,637 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/1e6433ed78e84e5aa7ce51971034f462 used request id req-760c8c31-142e-4241-9680-5162b775741f 2018-08-12 08:34:26,642 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=fb476314-17b8-4008-bc22-37a89a0b7585 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f89aabe6ba8d39ef898b17708d9236745d6be93" 2018-08-12 08:34:26,886 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-5070e796-5b39-414f-80f8-9df980f18ced Date: Sun, 12 Aug 2018 08:34:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fb476314-17b8-4008-bc22-37a89a0b7585","tenant_id":"1e6433ed78e84e5aa7ce51971034f462","created_at":"2018-08-12T08:34:19Z","dns_nameservers":[],"updated_at":"2018-08-12T08:34:19Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"1e6433ed78e84e5aa7ce51971034f462","id":"ac2d3eb4-3b10-483e-9fe2-495c59861b14","subnetpool_id":null,"name":"InstanceSecurityGroupTests-5a353949-0403-4744-8146-eb48623c9c24-pub-subnet"}]} 2018-08-12 08:34:26,886 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=fb476314-17b8-4008-bc22-37a89a0b7585 used request id req-5070e796-5b39-414f-80f8-9df980f18ced 2018-08-12 08:34:26,891 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=fb476314-17b8-4008-bc22-37a89a0b7585&name=InstanceSecurityGroupTests-5a353949-0403-4744-8146-eb48623c9c24-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f89aabe6ba8d39ef898b17708d9236745d6be93" 2018-08-12 08:34:27,078 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-315307ee-6f56-4930-a77f-2a85f011302e Date: Sun, 12 Aug 2018 08:34:27 GMT RESP BODY: {"ports":[]} 2018-08-12 08:34:27,078 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=fb476314-17b8-4008-bc22-37a89a0b7585&name=InstanceSecurityGroupTests-5a353949-0403-4744-8146-eb48623c9c24-port&admin_state_up=True used request id req-315307ee-6f56-4930-a77f-2a85f011302e 2018-08-12 08:34:27,078 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:34:27,079 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:34:27,480 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a2e75a302462462e9bdc07f80743da57", "name": "InstanceSecurityGroupTests-06608033-1fc3-4ec-proj-role"}], "expires_at": "2018-08-12T09:34:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1e6433ed78e84e5aa7ce51971034f462", "name": "InstanceSecurityGroupTests-06608033-1fc3-4ec-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/1e6433ed78e84e5aa7ce51971034f462", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/1e6433ed78e84e5aa7ce51971034f462", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/1e6433ed78e84e5aa7ce51971034f462", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_1e6433ed78e84e5aa7ce51971034f462", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_1e6433ed78e84e5aa7ce51971034f462", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/1e6433ed78e84e5aa7ce51971034f462", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/1e6433ed78e84e5aa7ce51971034f462", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/1e6433ed78e84e5aa7ce51971034f462", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/1e6433ed78e84e5aa7ce51971034f462", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/1e6433ed78e84e5aa7ce51971034f462", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/1e6433ed78e84e5aa7ce51971034f462", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/1e6433ed78e84e5aa7ce51971034f462", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/1e6433ed78e84e5aa7ce51971034f462", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/1e6433ed78e84e5aa7ce51971034f462", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-06608033-1fc3-4ec-user", "id": "9514b997dacc4dc3b64a2ecb80fcca2d"}, "audit_ids": ["KHLPO2EZQ-K3DJqofvcmOw"], "issued_at": "2018-08-12T08:34:27.000000Z"}} 2018-08-12 08:34:27,481 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}be3a500d48732fdaff92bef85d31dea7ac886d3e" 2018-08-12 08:34:27,559 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:34:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d069a915-c5de-48b8-80d9-bfdcd00eeb37 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:34:27,560 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-d069a915-c5de-48b8-80d9-bfdcd00eeb37 2018-08-12 08:34:27,566 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-5a353949-0403-4744-8146-eb48623c9c24-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f89aabe6ba8d39ef898b17708d9236745d6be93" 2018-08-12 08:34:28,039 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-c92b734c-66ed-4046-a7a3-2c0b90c090f8 Date: Sun, 12 Aug 2018 08:34: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":["ac2d3eb4-3b10-483e-9fe2-495c59861b14"],"updated_at":"2018-08-12T08:34:19Z","tenant_id":"1e6433ed78e84e5aa7ce51971034f462","created_at":"2018-08-12T08:34:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"1e6433ed78e84e5aa7ce51971034f462","id":"fb476314-17b8-4008-bc22-37a89a0b7585","name":"InstanceSecurityGroupTests-5a353949-0403-4744-8146-eb48623c9c24-pub-net"}]} 2018-08-12 08:34:28,039 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-5a353949-0403-4744-8146-eb48623c9c24-pub-net used request id req-c92b734c-66ed-4046-a7a3-2c0b90c090f8 2018-08-12 08:34:28,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=fb476314-17b8-4008-bc22-37a89a0b7585 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f89aabe6ba8d39ef898b17708d9236745d6be93" 2018-08-12 08:34:28,094 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-11c17080-151e-4a38-882a-6e0ed5fc937f Date: Sun, 12 Aug 2018 08:34:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fb476314-17b8-4008-bc22-37a89a0b7585","tenant_id":"1e6433ed78e84e5aa7ce51971034f462","created_at":"2018-08-12T08:34:19Z","dns_nameservers":[],"updated_at":"2018-08-12T08:34:19Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"1e6433ed78e84e5aa7ce51971034f462","id":"ac2d3eb4-3b10-483e-9fe2-495c59861b14","subnetpool_id":null,"name":"InstanceSecurityGroupTests-5a353949-0403-4744-8146-eb48623c9c24-pub-subnet"}]} 2018-08-12 08:34:28,094 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=fb476314-17b8-4008-bc22-37a89a0b7585 used request id req-11c17080-151e-4a38-882a-6e0ed5fc937f 2018-08-12 08:34:28,100 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-5a353949-0403-4744-8146-eb48623c9c24-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f89aabe6ba8d39ef898b17708d9236745d6be93" 2018-08-12 08:34:28,216 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-16b903c4-565a-4326-9901-872805873c22 Date: Sun, 12 Aug 2018 08:34: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":["ac2d3eb4-3b10-483e-9fe2-495c59861b14"],"updated_at":"2018-08-12T08:34:19Z","tenant_id":"1e6433ed78e84e5aa7ce51971034f462","created_at":"2018-08-12T08:34:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"1e6433ed78e84e5aa7ce51971034f462","id":"fb476314-17b8-4008-bc22-37a89a0b7585","name":"InstanceSecurityGroupTests-5a353949-0403-4744-8146-eb48623c9c24-pub-net"}]} 2018-08-12 08:34:28,216 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-5a353949-0403-4744-8146-eb48623c9c24-pub-net used request id req-16b903c4-565a-4326-9901-872805873c22 2018-08-12 08:34:28,219 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:34:28,225 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:34:28 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:34:28,226 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/1e6433ed78e84e5aa7ce51971034f462 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be3a500d48732fdaff92bef85d31dea7ac886d3e" 2018-08-12 08:34:28,324 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:34:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f87fb79b-9d6a-451b-9639-b6a00305828b Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/1e6433ed78e84e5aa7ce51971034f462"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "1e6433ed78e84e5aa7ce51971034f462", "name": "InstanceSecurityGroupTests-06608033-1fc3-4ec-proj"}} 2018-08-12 08:34:28,324 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/1e6433ed78e84e5aa7ce51971034f462 used request id req-f87fb79b-9d6a-451b-9639-b6a00305828b 2018-08-12 08:34:28,328 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=fb476314-17b8-4008-bc22-37a89a0b7585 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f89aabe6ba8d39ef898b17708d9236745d6be93" 2018-08-12 08:34:28,543 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-bd009cb9-5f8b-4f14-9531-0b5ad7ed927a Date: Sun, 12 Aug 2018 08:34:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fb476314-17b8-4008-bc22-37a89a0b7585","tenant_id":"1e6433ed78e84e5aa7ce51971034f462","created_at":"2018-08-12T08:34:19Z","dns_nameservers":[],"updated_at":"2018-08-12T08:34:19Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"1e6433ed78e84e5aa7ce51971034f462","id":"ac2d3eb4-3b10-483e-9fe2-495c59861b14","subnetpool_id":null,"name":"InstanceSecurityGroupTests-5a353949-0403-4744-8146-eb48623c9c24-pub-subnet"}]} 2018-08-12 08:34:28,543 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=fb476314-17b8-4008-bc22-37a89a0b7585 used request id req-bd009cb9-5f8b-4f14-9531-0b5ad7ed927a 2018-08-12 08:34:28,544 - neutron_utils - INFO - Creating port for network with name - InstanceSecurityGroupTests-5a353949-0403-4744-8146-eb48623c9c24-pub-net 2018-08-12 08:34:28,548 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f89aabe6ba8d39ef898b17708d9236745d6be93" -d '{"port": {"network_id": "fb476314-17b8-4008-bc22-37a89a0b7585", "name": "InstanceSecurityGroupTests-5a353949-0403-4744-8146-eb48623c9c24-port", "admin_state_up": true}}' 2018-08-12 08:34:29,654 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 761 X-Openstack-Request-Id: req-f500a21d-3ad3-4c58-88e1-f30b6b8d79ed Date: Sun, 12 Aug 2018 08:34:29 GMT RESP BODY: {"port":{"status":"DOWN","created_at":"2018-08-12T08:34:29Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"fb476314-17b8-4008-bc22-37a89a0b7585","tenant_id":"1e6433ed78e84e5aa7ce51971034f462","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T08:34:29Z","name":"InstanceSecurityGroupTests-5a353949-0403-4744-8146-eb48623c9c24-port","device_owner":"","revision_number":6,"mac_address":"fa:16:3e:5c:71:3e","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"1e6433ed78e84e5aa7ce51971034f462","fixed_ips":[{"subnet_id":"ac2d3eb4-3b10-483e-9fe2-495c59861b14","ip_address":"10.55.0.15"}],"id":"a37d1fc5-5d1e-4901-88c2-87c85d031bf0","security_groups":["bf27264a-4fce-409e-a939-08ca061be2dd"],"device_id":""}} 2018-08-12 08:34:29,654 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/ports used request id req-f500a21d-3ad3-4c58-88e1-f30b6b8d79ed 2018-08-12 08:34:29,659 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-5a353949-0403-4744-8146-eb48623c9c24-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f89aabe6ba8d39ef898b17708d9236745d6be93" 2018-08-12 08:34:29,949 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-bec8a29c-23a4-4353-be6b-73a2b076ed94 Date: Sun, 12 Aug 2018 08:34: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":["ac2d3eb4-3b10-483e-9fe2-495c59861b14"],"updated_at":"2018-08-12T08:34:19Z","tenant_id":"1e6433ed78e84e5aa7ce51971034f462","created_at":"2018-08-12T08:34:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"1e6433ed78e84e5aa7ce51971034f462","id":"fb476314-17b8-4008-bc22-37a89a0b7585","name":"InstanceSecurityGroupTests-5a353949-0403-4744-8146-eb48623c9c24-pub-net"}]} 2018-08-12 08:34:29,949 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-5a353949-0403-4744-8146-eb48623c9c24-pub-net used request id req-bec8a29c-23a4-4353-be6b-73a2b076ed94 2018-08-12 08:34:29,954 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=fb476314-17b8-4008-bc22-37a89a0b7585 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f89aabe6ba8d39ef898b17708d9236745d6be93" 2018-08-12 08:34:30,003 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-ace6f593-31ca-4860-994b-a0710c5e482c Date: Sun, 12 Aug 2018 08:34:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fb476314-17b8-4008-bc22-37a89a0b7585","tenant_id":"1e6433ed78e84e5aa7ce51971034f462","created_at":"2018-08-12T08:34:19Z","dns_nameservers":[],"updated_at":"2018-08-12T08:34:19Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"1e6433ed78e84e5aa7ce51971034f462","id":"ac2d3eb4-3b10-483e-9fe2-495c59861b14","subnetpool_id":null,"name":"InstanceSecurityGroupTests-5a353949-0403-4744-8146-eb48623c9c24-pub-subnet"}]} 2018-08-12 08:34:30,003 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=fb476314-17b8-4008-bc22-37a89a0b7585 used request id req-ace6f593-31ca-4860-994b-a0710c5e482c 2018-08-12 08:34:30,008 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-5a353949-0403-4744-8146-eb48623c9c24-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f89aabe6ba8d39ef898b17708d9236745d6be93" 2018-08-12 08:34:30,109 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-64afb8a5-9b3b-481e-9f57-48a45485b125 Date: Sun, 12 Aug 2018 08:34:30 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":["ac2d3eb4-3b10-483e-9fe2-495c59861b14"],"updated_at":"2018-08-12T08:34:19Z","tenant_id":"1e6433ed78e84e5aa7ce51971034f462","created_at":"2018-08-12T08:34:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"1e6433ed78e84e5aa7ce51971034f462","id":"fb476314-17b8-4008-bc22-37a89a0b7585","name":"InstanceSecurityGroupTests-5a353949-0403-4744-8146-eb48623c9c24-pub-net"}]} 2018-08-12 08:34:30,109 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-5a353949-0403-4744-8146-eb48623c9c24-pub-net used request id req-64afb8a5-9b3b-481e-9f57-48a45485b125 2018-08-12 08:34:30,113 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/1e6433ed78e84e5aa7ce51971034f462 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f89aabe6ba8d39ef898b17708d9236745d6be93" 2018-08-12 08:34:30,196 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:34:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be6365eb-7615-484c-aab6-a8a4a288b896 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/1e6433ed78e84e5aa7ce51971034f462"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "1e6433ed78e84e5aa7ce51971034f462", "name": "InstanceSecurityGroupTests-06608033-1fc3-4ec-proj"}} 2018-08-12 08:34:30,196 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/1e6433ed78e84e5aa7ce51971034f462 used request id req-be6365eb-7615-484c-aab6-a8a4a288b896 2018-08-12 08:34:30,201 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=fb476314-17b8-4008-bc22-37a89a0b7585 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f89aabe6ba8d39ef898b17708d9236745d6be93" 2018-08-12 08:34:30,250 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-b22efb28-2a6d-40fa-a3fc-88f638019c8f Date: Sun, 12 Aug 2018 08:34:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fb476314-17b8-4008-bc22-37a89a0b7585","tenant_id":"1e6433ed78e84e5aa7ce51971034f462","created_at":"2018-08-12T08:34:19Z","dns_nameservers":[],"updated_at":"2018-08-12T08:34:19Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"1e6433ed78e84e5aa7ce51971034f462","id":"ac2d3eb4-3b10-483e-9fe2-495c59861b14","subnetpool_id":null,"name":"InstanceSecurityGroupTests-5a353949-0403-4744-8146-eb48623c9c24-pub-subnet"}]} 2018-08-12 08:34:30,250 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=fb476314-17b8-4008-bc22-37a89a0b7585 used request id req-b22efb28-2a6d-40fa-a3fc-88f638019c8f 2018-08-12 08:34:30,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=fb476314-17b8-4008-bc22-37a89a0b7585&name=InstanceSecurityGroupTests-5a353949-0403-4744-8146-eb48623c9c24-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f89aabe6ba8d39ef898b17708d9236745d6be93" 2018-08-12 08:34:30,314 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 764 X-Openstack-Request-Id: req-30e631ee-c1b6-45a7-87e9-f4bf51684ce5 Date: Sun, 12 Aug 2018 08:34:30 GMT RESP BODY: {"ports":[{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"fb476314-17b8-4008-bc22-37a89a0b7585","tenant_id":"1e6433ed78e84e5aa7ce51971034f462","created_at":"2018-08-12T08:34:29Z","admin_state_up":true,"updated_at":"2018-08-12T08:34:29Z","binding:vnic_type":"normal","device_id":"","device_owner":"","revision_number":6,"mac_address":"fa:16:3e:5c:71:3e","id":"a37d1fc5-5d1e-4901-88c2-87c85d031bf0","port_security_enabled":true,"project_id":"1e6433ed78e84e5aa7ce51971034f462","fixed_ips":[{"subnet_id":"ac2d3eb4-3b10-483e-9fe2-495c59861b14","ip_address":"10.55.0.15"}],"extra_dhcp_opts":[],"security_groups":["bf27264a-4fce-409e-a939-08ca061be2dd"],"name":"InstanceSecurityGroupTests-5a353949-0403-4744-8146-eb48623c9c24-port"}]} 2018-08-12 08:34:30,315 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=fb476314-17b8-4008-bc22-37a89a0b7585&name=InstanceSecurityGroupTests-5a353949-0403-4744-8146-eb48623c9c24-port&admin_state_up=True used request id req-30e631ee-c1b6-45a7-87e9-f4bf51684ce5 2018-08-12 08:34:30,318 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/1e6433ed78e84e5aa7ce51971034f462 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f89aabe6ba8d39ef898b17708d9236745d6be93" 2018-08-12 08:34:30,412 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:34:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cfcb4ae8-f49f-40ed-bb22-9d65628a8c42 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/1e6433ed78e84e5aa7ce51971034f462"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "1e6433ed78e84e5aa7ce51971034f462", "name": "InstanceSecurityGroupTests-06608033-1fc3-4ec-proj"}} 2018-08-12 08:34:30,412 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/1e6433ed78e84e5aa7ce51971034f462 used request id req-cfcb4ae8-f49f-40ed-bb22-9d65628a8c42 2018-08-12 08:34:30,412 - nova_utils - INFO - Creating VM with name - InstanceSecurityGroupTests-5a353949-0403-4744-8146-eb48623c9c24-inst 2018-08-12 08:34:30,416 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f89aabe6ba8d39ef898b17708d9236745d6be93" 2018-08-12 08:34:30,437 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:34: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-fc5595ce-64ef-4090-b923-a8422a0be77d x-compute-request-id: req-fc5595ce-64ef-4090-b923-a8422a0be77d Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"flavors": [{"id": "3b986544-9a16-476a-9b58-26fc099f9e33", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/3b986544-9a16-476a-9b58-26fc099f9e33", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/3b986544-9a16-476a-9b58-26fc099f9e33", "rel": "bookmark"}], "name": "InstanceSecurityGroupTests-5a353949-0403-4744-8146-eb48623c9c24-flavor-name"}]} 2018-08-12 08:34:30,437 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-fc5595ce-64ef-4090-b923-a8422a0be77d 2018-08-12 08:34:30,440 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors/3b986544-9a16-476a-9b58-26fc099f9e33 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f89aabe6ba8d39ef898b17708d9236745d6be93" 2018-08-12 08:34:30,461 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:34: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-c7d07e42-a92c-4fd9-b445-a96cc8e2ea57 x-compute-request-id: req-c7d07e42-a92c-4fd9-b445-a96cc8e2ea57 Content-Encoding: gzip Content-Length: 325 Content-Type: application/json RESP BODY: {"flavor": {"name": "InstanceSecurityGroupTests-5a353949-0403-4744-8146-eb48623c9c24-flavor-name", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/3b986544-9a16-476a-9b58-26fc099f9e33", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/3b986544-9a16-476a-9b58-26fc099f9e33", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": "3b986544-9a16-476a-9b58-26fc099f9e33"}} 2018-08-12 08:34:30,461 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/3b986544-9a16-476a-9b58-26fc099f9e33 used request id req-c7d07e42-a92c-4fd9-b445-a96cc8e2ea57 2018-08-12 08:34:30,464 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-5a353949-0403-4744-8146-eb48623c9c24-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7f89aabe6ba8d39ef898b17708d9236745d6be93" 2018-08-12 08:34:30,692 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1062 Content-Type: application/json X-Openstack-Request-Id: req-26806da4-51e5-46e8-b098-1254bc0342ba Date: Sun, 12 Aug 2018 08:34:30 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-5a353949-0403-4744-8146-eb48623c9c24-image", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:34:16Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-12T08:34:16Z", "visibility": "shared", "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/cbc96cb9-de77-46be-a33b-c39d28dca4cc/snap", "metadata": {}}], "self": "/v2/images/cbc96cb9-de77-46be-a33b-c39d28dca4cc", "min_disk": 0, "protected": false, "id": "cbc96cb9-de77-46be-a33b-c39d28dca4cc", "file": "/v2/images/cbc96cb9-de77-46be-a33b-c39d28dca4cc/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "1e6433ed78e84e5aa7ce51971034f462", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/cbc96cb9-de77-46be-a33b-c39d28dca4cc/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=InstanceSecurityGroupTests-5a353949-0403-4744-8146-eb48623c9c24-image"} 2018-08-12 08:34:30,693 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-5a353949-0403-4744-8146-eb48623c9c24-image used request id req-26806da4-51e5-46e8-b098-1254bc0342ba 2018-08-12 08:34:30,696 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7f89aabe6ba8d39ef898b17708d9236745d6be93" 2018-08-12 08:34:30,857 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-e3a67994-7e27-4b83-8f7c-57c3e5f3bd12 Date: Sun, 12 Aug 2018 08:34:30 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"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}, "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}, "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"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "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"}, "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"}, "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}, "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}, "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"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "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}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-12 08:34:30,858 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-e3a67994-7e27-4b83-8f7c-57c3e5f3bd12 2018-08-12 08:34:30,863 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f89aabe6ba8d39ef898b17708d9236745d6be93" -d '{"server": {"name": "InstanceSecurityGroupTests-5a353949-0403-4744-8146-eb48623c9c24-inst", "imageRef": "cbc96cb9-de77-46be-a33b-c39d28dca4cc", "flavorRef": "3b986544-9a16-476a-9b58-26fc099f9e33", "max_count": 1, "min_count": 1, "networks": [{"port": "a37d1fc5-5d1e-4901-88c2-87c85d031bf0"}]}}' 2018-08-12 08:34:32,000 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 08:34: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-9b5b6de2-0b83-4a18-948c-1df08fd0222e x-compute-request-id: req-9b5b6de2-0b83-4a18-948c-1df08fd0222e Content-Length: 374 location: http://172.30.9.21:8774/v2.1/servers/c9d119ff-76df-4f9c-b35b-926f97c2a512 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "c9d119ff-76df-4f9c-b35b-926f97c2a512", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/c9d119ff-76df-4f9c-b35b-926f97c2a512", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c9d119ff-76df-4f9c-b35b-926f97c2a512", "rel": "bookmark"}], "adminPass": "4DXkgxdi27Vt"}} 2018-08-12 08:34:32,000 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-9b5b6de2-0b83-4a18-948c-1df08fd0222e 2018-08-12 08:34:32,003 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/c9d119ff-76df-4f9c-b35b-926f97c2a512 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f89aabe6ba8d39ef898b17708d9236745d6be93" 2018-08-12 08:34:32,406 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:34: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-844c7d5d-b639-4ca0-a206-e8991f108c8d x-compute-request-id: req-844c7d5d-b639-4ca0-a206-e8991f108c8d 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.21:8774/v2.1/servers/c9d119ff-76df-4f9c-b35b-926f97c2a512", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c9d119ff-76df-4f9c-b35b-926f97c2a512", "rel": "bookmark"}], "image": {"id": "cbc96cb9-de77-46be-a33b-c39d28dca4cc", "links": [{"href": "http://172.30.9.21:8774/images/cbc96cb9-de77-46be-a33b-c39d28dca4cc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3b986544-9a16-476a-9b58-26fc099f9e33", "links": [{"href": "http://172.30.9.21:8774/flavors/3b986544-9a16-476a-9b58-26fc099f9e33", "rel": "bookmark"}]}, "id": "c9d119ff-76df-4f9c-b35b-926f97c2a512", "user_id": "9514b997dacc4dc3b64a2ecb80fcca2d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:34:32Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-5a353949-0403-4744-8146-eb48623c9c24-inst", "created": "2018-08-12T08:34:31Z", "tenant_id": "1e6433ed78e84e5aa7ce51971034f462", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:34:32,406 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/c9d119ff-76df-4f9c-b35b-926f97c2a512 used request id req-844c7d5d-b639-4ca0-a206-e8991f108c8d 2018-08-12 08:34:32,406 - create_instance - INFO - Created instance with name - InstanceSecurityGroupTests-5a353949-0403-4744-8146-eb48623c9c24-inst 2018-08-12 08:34:32,409 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/c9d119ff-76df-4f9c-b35b-926f97c2a512 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f89aabe6ba8d39ef898b17708d9236745d6be93" 2018-08-12 08:34:32,656 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:34: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-7614d088-c3bf-4203-9ebb-672cd48c825b x-compute-request-id: req-7614d088-c3bf-4203-9ebb-672cd48c825b 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.21:8774/v2.1/servers/c9d119ff-76df-4f9c-b35b-926f97c2a512", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c9d119ff-76df-4f9c-b35b-926f97c2a512", "rel": "bookmark"}], "image": {"id": "cbc96cb9-de77-46be-a33b-c39d28dca4cc", "links": [{"href": "http://172.30.9.21:8774/images/cbc96cb9-de77-46be-a33b-c39d28dca4cc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3b986544-9a16-476a-9b58-26fc099f9e33", "links": [{"href": "http://172.30.9.21:8774/flavors/3b986544-9a16-476a-9b58-26fc099f9e33", "rel": "bookmark"}]}, "id": "c9d119ff-76df-4f9c-b35b-926f97c2a512", "user_id": "9514b997dacc4dc3b64a2ecb80fcca2d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:34:32Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-5a353949-0403-4744-8146-eb48623c9c24-inst", "created": "2018-08-12T08:34:31Z", "tenant_id": "1e6433ed78e84e5aa7ce51971034f462", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:34:32,657 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/c9d119ff-76df-4f9c-b35b-926f97c2a512 used request id req-7614d088-c3bf-4203-9ebb-672cd48c825b 2018-08-12 08:34:32,657 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-5a353949-0403-4744-8146-eb48623c9c24-inst] is - BUILD 2018-08-12 08:34:32,657 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-12 08:34:35,660 - create_instance - DEBUG - VM status query timeout in 896.746176004 2018-08-12 08:34:35,663 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/c9d119ff-76df-4f9c-b35b-926f97c2a512 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f89aabe6ba8d39ef898b17708d9236745d6be93" 2018-08-12 08:34:36,338 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:34: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-6444b42c-8175-4584-8c8b-9d49bfe72eb5 x-compute-request-id: req-6444b42c-8175-4584-8c8b-9d49bfe72eb5 Content-Encoding: gzip Content-Length: 673 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/c9d119ff-76df-4f9c-b35b-926f97c2a512", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c9d119ff-76df-4f9c-b35b-926f97c2a512", "rel": "bookmark"}], "image": {"id": "cbc96cb9-de77-46be-a33b-c39d28dca4cc", "links": [{"href": "http://172.30.9.21:8774/images/cbc96cb9-de77-46be-a33b-c39d28dca4cc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3b986544-9a16-476a-9b58-26fc099f9e33", "links": [{"href": "http://172.30.9.21:8774/flavors/3b986544-9a16-476a-9b58-26fc099f9e33", "rel": "bookmark"}]}, "id": "c9d119ff-76df-4f9c-b35b-926f97c2a512", "security_groups": [{"name": "default"}], "user_id": "9514b997dacc4dc3b64a2ecb80fcca2d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:34:33Z", "hostId": "4225d33d1b0d780fa9c9377746916b91b522bb3eee1244a4d87e84cb", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-5a353949-0403-4744-8146-eb48623c9c24-inst", "created": "2018-08-12T08:34:31Z", "tenant_id": "1e6433ed78e84e5aa7ce51971034f462", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:34:36,338 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/c9d119ff-76df-4f9c-b35b-926f97c2a512 used request id req-6444b42c-8175-4584-8c8b-9d49bfe72eb5 2018-08-12 08:34:36,338 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-5a353949-0403-4744-8146-eb48623c9c24-inst] is - BUILD 2018-08-12 08:34:36,338 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-12 08:34:39,342 - create_instance - DEBUG - VM status query timeout in 893.065122128 2018-08-12 08:34:39,345 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/c9d119ff-76df-4f9c-b35b-926f97c2a512 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f89aabe6ba8d39ef898b17708d9236745d6be93" 2018-08-12 08:34:39,844 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:34: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-e2458424-5219-4a72-8448-baf41f6f133f x-compute-request-id: req-e2458424-5219-4a72-8448-baf41f6f133f Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-5a353949-0403-4744-8146-eb48623c9c24-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5c:71:3e", "version": 4, "addr": "10.55.0.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/c9d119ff-76df-4f9c-b35b-926f97c2a512", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c9d119ff-76df-4f9c-b35b-926f97c2a512", "rel": "bookmark"}], "image": {"id": "cbc96cb9-de77-46be-a33b-c39d28dca4cc", "links": [{"href": "http://172.30.9.21:8774/images/cbc96cb9-de77-46be-a33b-c39d28dca4cc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:34:37.000000", "flavor": {"id": "3b986544-9a16-476a-9b58-26fc099f9e33", "links": [{"href": "http://172.30.9.21:8774/flavors/3b986544-9a16-476a-9b58-26fc099f9e33", "rel": "bookmark"}]}, "id": "c9d119ff-76df-4f9c-b35b-926f97c2a512", "security_groups": [{"name": "default"}], "user_id": "9514b997dacc4dc3b64a2ecb80fcca2d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:34:37Z", "hostId": "4225d33d1b0d780fa9c9377746916b91b522bb3eee1244a4d87e84cb", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-5a353949-0403-4744-8146-eb48623c9c24-inst", "created": "2018-08-12T08:34:31Z", "tenant_id": "1e6433ed78e84e5aa7ce51971034f462", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:34:39,845 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/c9d119ff-76df-4f9c-b35b-926f97c2a512 used request id req-e2458424-5219-4a72-8448-baf41f6f133f 2018-08-12 08:34:39,845 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-5a353949-0403-4744-8146-eb48623c9c24-inst] is - ACTIVE 2018-08-12 08:34:39,845 - create_instance - INFO - VM is - ACTIVE 2018-08-12 08:34:39,848 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/c9d119ff-76df-4f9c-b35b-926f97c2a512 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f89aabe6ba8d39ef898b17708d9236745d6be93" 2018-08-12 08:34:40,657 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:34: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-ecff74be-df9e-4b63-aad3-49c3d7e15fd1 x-compute-request-id: req-ecff74be-df9e-4b63-aad3-49c3d7e15fd1 Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-5a353949-0403-4744-8146-eb48623c9c24-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5c:71:3e", "version": 4, "addr": "10.55.0.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/c9d119ff-76df-4f9c-b35b-926f97c2a512", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c9d119ff-76df-4f9c-b35b-926f97c2a512", "rel": "bookmark"}], "image": {"id": "cbc96cb9-de77-46be-a33b-c39d28dca4cc", "links": [{"href": "http://172.30.9.21:8774/images/cbc96cb9-de77-46be-a33b-c39d28dca4cc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:34:37.000000", "flavor": {"id": "3b986544-9a16-476a-9b58-26fc099f9e33", "links": [{"href": "http://172.30.9.21:8774/flavors/3b986544-9a16-476a-9b58-26fc099f9e33", "rel": "bookmark"}]}, "id": "c9d119ff-76df-4f9c-b35b-926f97c2a512", "security_groups": [{"name": "default"}], "user_id": "9514b997dacc4dc3b64a2ecb80fcca2d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:34:37Z", "hostId": "4225d33d1b0d780fa9c9377746916b91b522bb3eee1244a4d87e84cb", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-5a353949-0403-4744-8146-eb48623c9c24-inst", "created": "2018-08-12T08:34:31Z", "tenant_id": "1e6433ed78e84e5aa7ce51971034f462", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:34:40,658 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/c9d119ff-76df-4f9c-b35b-926f97c2a512 used request id req-ecff74be-df9e-4b63-aad3-49c3d7e15fd1 2018-08-12 08:34:40,664 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-5a353949-0403-4744-8146-eb48623c9c24-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f89aabe6ba8d39ef898b17708d9236745d6be93" 2018-08-12 08:34:40,809 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-1b3e1668-dfa6-4c72-9cb6-79f557e704e6 Date: Sun, 12 Aug 2018 08:34: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":["ac2d3eb4-3b10-483e-9fe2-495c59861b14"],"updated_at":"2018-08-12T08:34:19Z","tenant_id":"1e6433ed78e84e5aa7ce51971034f462","created_at":"2018-08-12T08:34:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"1e6433ed78e84e5aa7ce51971034f462","id":"fb476314-17b8-4008-bc22-37a89a0b7585","name":"InstanceSecurityGroupTests-5a353949-0403-4744-8146-eb48623c9c24-pub-net"}]} 2018-08-12 08:34:40,810 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-5a353949-0403-4744-8146-eb48623c9c24-pub-net used request id req-1b3e1668-dfa6-4c72-9cb6-79f557e704e6 2018-08-12 08:34:40,814 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/1e6433ed78e84e5aa7ce51971034f462 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f89aabe6ba8d39ef898b17708d9236745d6be93" 2018-08-12 08:34:40,904 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:34:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ea411ccb-c3f3-47cb-9351-e22480278856 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/1e6433ed78e84e5aa7ce51971034f462"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "1e6433ed78e84e5aa7ce51971034f462", "name": "InstanceSecurityGroupTests-06608033-1fc3-4ec-proj"}} 2018-08-12 08:34:40,904 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/1e6433ed78e84e5aa7ce51971034f462 used request id req-ea411ccb-c3f3-47cb-9351-e22480278856 2018-08-12 08:34:40,908 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=fb476314-17b8-4008-bc22-37a89a0b7585 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f89aabe6ba8d39ef898b17708d9236745d6be93" 2018-08-12 08:34:40,958 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-6923e832-f4d3-455c-ad8c-2d875d0e8b2e Date: Sun, 12 Aug 2018 08:34:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fb476314-17b8-4008-bc22-37a89a0b7585","tenant_id":"1e6433ed78e84e5aa7ce51971034f462","created_at":"2018-08-12T08:34:19Z","dns_nameservers":[],"updated_at":"2018-08-12T08:34:19Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"1e6433ed78e84e5aa7ce51971034f462","id":"ac2d3eb4-3b10-483e-9fe2-495c59861b14","subnetpool_id":null,"name":"InstanceSecurityGroupTests-5a353949-0403-4744-8146-eb48623c9c24-pub-subnet"}]} 2018-08-12 08:34:40,959 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=fb476314-17b8-4008-bc22-37a89a0b7585 used request id req-6923e832-f4d3-455c-ad8c-2d875d0e8b2e 2018-08-12 08:34:40,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=fb476314-17b8-4008-bc22-37a89a0b7585 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f89aabe6ba8d39ef898b17708d9236745d6be93" 2018-08-12 08:34:41,052 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3029 X-Openstack-Request-Id: req-7be93193-cae8-470f-b36b-e5a4d4d3b529 Date: Sun, 12 Aug 2018 08:34:41 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"fb476314-17b8-4008-bc22-37a89a0b7585","tenant_id":"1e6433ed78e84e5aa7ce51971034f462","created_at":"2018-08-12T08:34:21Z","admin_state_up":true,"updated_at":"2018-08-12T08:34:24Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-fb476314-17b8-4008-bc22-37a89a0b7585","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:98:4e:53","id":"19d041ea-31eb-4552-94d3-fe0032e05926","port_security_enabled":false,"project_id":"1e6433ed78e84e5aa7ce51971034f462","fixed_ips":[{"subnet_id":"ac2d3eb4-3b10-483e-9fe2-495c59861b14","ip_address":"10.55.0.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"fb476314-17b8-4008-bc22-37a89a0b7585","tenant_id":"1e6433ed78e84e5aa7ce51971034f462","created_at":"2018-08-12T08:34:20Z","admin_state_up":true,"updated_at":"2018-08-12T08:34:23Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-fb476314-17b8-4008-bc22-37a89a0b7585","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:94:7e:61","id":"780326f2-f771-4b0f-b613-14e4642e4753","port_security_enabled":false,"project_id":"1e6433ed78e84e5aa7ce51971034f462","fixed_ips":[{"subnet_id":"ac2d3eb4-3b10-483e-9fe2-495c59861b14","ip_address":"10.55.0.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"fb476314-17b8-4008-bc22-37a89a0b7585","tenant_id":"1e6433ed78e84e5aa7ce51971034f462","created_at":"2018-08-12T08:34:29Z","admin_state_up":true,"updated_at":"2018-08-12T08:34:37Z","binding:vnic_type":"normal","device_id":"c9d119ff-76df-4f9c-b35b-926f97c2a512","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:5c:71:3e","id":"a37d1fc5-5d1e-4901-88c2-87c85d031bf0","port_security_enabled":true,"project_id":"1e6433ed78e84e5aa7ce51971034f462","fixed_ips":[{"subnet_id":"ac2d3eb4-3b10-483e-9fe2-495c59861b14","ip_address":"10.55.0.15"}],"extra_dhcp_opts":[],"security_groups":["bf27264a-4fce-409e-a939-08ca061be2dd"],"name":"InstanceSecurityGroupTests-5a353949-0403-4744-8146-eb48623c9c24-port"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"fb476314-17b8-4008-bc22-37a89a0b7585","tenant_id":"1e6433ed78e84e5aa7ce51971034f462","created_at":"2018-08-12T08:34:20Z","admin_state_up":true,"updated_at":"2018-08-12T08:34:22Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-fb476314-17b8-4008-bc22-37a89a0b7585","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:c9:d0:73","id":"e5422a6e-0b82-4d44-a0c7-bcd8c674cb31","port_security_enabled":false,"project_id":"1e6433ed78e84e5aa7ce51971034f462","fixed_ips":[{"subnet_id":"ac2d3eb4-3b10-483e-9fe2-495c59861b14","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-12 08:34:41,052 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=fb476314-17b8-4008-bc22-37a89a0b7585 used request id req-7be93193-cae8-470f-b36b-e5a4d4d3b529 2018-08-12 08:34:41,056 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/c9d119ff-76df-4f9c-b35b-926f97c2a512 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f89aabe6ba8d39ef898b17708d9236745d6be93" 2018-08-12 08:34:41,593 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:34: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-a4a9e47e-560b-4bba-81a9-b63cae38fadc x-compute-request-id: req-a4a9e47e-560b-4bba-81a9-b63cae38fadc Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-5a353949-0403-4744-8146-eb48623c9c24-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5c:71:3e", "version": 4, "addr": "10.55.0.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/c9d119ff-76df-4f9c-b35b-926f97c2a512", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c9d119ff-76df-4f9c-b35b-926f97c2a512", "rel": "bookmark"}], "image": {"id": "cbc96cb9-de77-46be-a33b-c39d28dca4cc", "links": [{"href": "http://172.30.9.21:8774/images/cbc96cb9-de77-46be-a33b-c39d28dca4cc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:34:37.000000", "flavor": {"id": "3b986544-9a16-476a-9b58-26fc099f9e33", "links": [{"href": "http://172.30.9.21:8774/flavors/3b986544-9a16-476a-9b58-26fc099f9e33", "rel": "bookmark"}]}, "id": "c9d119ff-76df-4f9c-b35b-926f97c2a512", "security_groups": [{"name": "default"}], "user_id": "9514b997dacc4dc3b64a2ecb80fcca2d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:34:37Z", "hostId": "4225d33d1b0d780fa9c9377746916b91b522bb3eee1244a4d87e84cb", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-5a353949-0403-4744-8146-eb48623c9c24-inst", "created": "2018-08-12T08:34:31Z", "tenant_id": "1e6433ed78e84e5aa7ce51971034f462", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:34:41,594 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/c9d119ff-76df-4f9c-b35b-926f97c2a512 used request id req-a4a9e47e-560b-4bba-81a9-b63cae38fadc 2018-08-12 08:34:41,599 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-5a353949-0403-4744-8146-eb48623c9c24-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f89aabe6ba8d39ef898b17708d9236745d6be93" 2018-08-12 08:34:41,704 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-68160de1-087f-4ea4-8815-4afeefb50652 Date: Sun, 12 Aug 2018 08:34:41 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":["ac2d3eb4-3b10-483e-9fe2-495c59861b14"],"updated_at":"2018-08-12T08:34:19Z","tenant_id":"1e6433ed78e84e5aa7ce51971034f462","created_at":"2018-08-12T08:34:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"1e6433ed78e84e5aa7ce51971034f462","id":"fb476314-17b8-4008-bc22-37a89a0b7585","name":"InstanceSecurityGroupTests-5a353949-0403-4744-8146-eb48623c9c24-pub-net"}]} 2018-08-12 08:34:41,705 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-5a353949-0403-4744-8146-eb48623c9c24-pub-net used request id req-68160de1-087f-4ea4-8815-4afeefb50652 2018-08-12 08:34:41,708 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/1e6433ed78e84e5aa7ce51971034f462 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f89aabe6ba8d39ef898b17708d9236745d6be93" 2018-08-12 08:34:41,811 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:34:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e062a6c0-40ed-4ef7-a6ac-84337f2c9d54 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/1e6433ed78e84e5aa7ce51971034f462"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "1e6433ed78e84e5aa7ce51971034f462", "name": "InstanceSecurityGroupTests-06608033-1fc3-4ec-proj"}} 2018-08-12 08:34:41,811 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/1e6433ed78e84e5aa7ce51971034f462 used request id req-e062a6c0-40ed-4ef7-a6ac-84337f2c9d54 2018-08-12 08:34:41,816 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=fb476314-17b8-4008-bc22-37a89a0b7585 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f89aabe6ba8d39ef898b17708d9236745d6be93" 2018-08-12 08:34:42,025 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-e2d25e8a-fc99-4e87-89c2-70c3b5cf249b Date: Sun, 12 Aug 2018 08:34:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fb476314-17b8-4008-bc22-37a89a0b7585","tenant_id":"1e6433ed78e84e5aa7ce51971034f462","created_at":"2018-08-12T08:34:19Z","dns_nameservers":[],"updated_at":"2018-08-12T08:34:19Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"1e6433ed78e84e5aa7ce51971034f462","id":"ac2d3eb4-3b10-483e-9fe2-495c59861b14","subnetpool_id":null,"name":"InstanceSecurityGroupTests-5a353949-0403-4744-8146-eb48623c9c24-pub-subnet"}]} 2018-08-12 08:34:42,025 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=fb476314-17b8-4008-bc22-37a89a0b7585 used request id req-e2d25e8a-fc99-4e87-89c2-70c3b5cf249b 2018-08-12 08:34:42,031 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=fb476314-17b8-4008-bc22-37a89a0b7585 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f89aabe6ba8d39ef898b17708d9236745d6be93" 2018-08-12 08:34:42,308 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3029 X-Openstack-Request-Id: req-b88cb965-8166-4eb4-8c7c-a95f037bbf56 Date: Sun, 12 Aug 2018 08:34:42 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"fb476314-17b8-4008-bc22-37a89a0b7585","tenant_id":"1e6433ed78e84e5aa7ce51971034f462","created_at":"2018-08-12T08:34:21Z","admin_state_up":true,"updated_at":"2018-08-12T08:34:24Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-fb476314-17b8-4008-bc22-37a89a0b7585","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:98:4e:53","id":"19d041ea-31eb-4552-94d3-fe0032e05926","port_security_enabled":false,"project_id":"1e6433ed78e84e5aa7ce51971034f462","fixed_ips":[{"subnet_id":"ac2d3eb4-3b10-483e-9fe2-495c59861b14","ip_address":"10.55.0.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"fb476314-17b8-4008-bc22-37a89a0b7585","tenant_id":"1e6433ed78e84e5aa7ce51971034f462","created_at":"2018-08-12T08:34:20Z","admin_state_up":true,"updated_at":"2018-08-12T08:34:23Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-fb476314-17b8-4008-bc22-37a89a0b7585","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:94:7e:61","id":"780326f2-f771-4b0f-b613-14e4642e4753","port_security_enabled":false,"project_id":"1e6433ed78e84e5aa7ce51971034f462","fixed_ips":[{"subnet_id":"ac2d3eb4-3b10-483e-9fe2-495c59861b14","ip_address":"10.55.0.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"fb476314-17b8-4008-bc22-37a89a0b7585","tenant_id":"1e6433ed78e84e5aa7ce51971034f462","created_at":"2018-08-12T08:34:29Z","admin_state_up":true,"updated_at":"2018-08-12T08:34:37Z","binding:vnic_type":"normal","device_id":"c9d119ff-76df-4f9c-b35b-926f97c2a512","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:5c:71:3e","id":"a37d1fc5-5d1e-4901-88c2-87c85d031bf0","port_security_enabled":true,"project_id":"1e6433ed78e84e5aa7ce51971034f462","fixed_ips":[{"subnet_id":"ac2d3eb4-3b10-483e-9fe2-495c59861b14","ip_address":"10.55.0.15"}],"extra_dhcp_opts":[],"security_groups":["bf27264a-4fce-409e-a939-08ca061be2dd"],"name":"InstanceSecurityGroupTests-5a353949-0403-4744-8146-eb48623c9c24-port"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"fb476314-17b8-4008-bc22-37a89a0b7585","tenant_id":"1e6433ed78e84e5aa7ce51971034f462","created_at":"2018-08-12T08:34:20Z","admin_state_up":true,"updated_at":"2018-08-12T08:34:22Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-fb476314-17b8-4008-bc22-37a89a0b7585","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:c9:d0:73","id":"e5422a6e-0b82-4d44-a0c7-bcd8c674cb31","port_security_enabled":false,"project_id":"1e6433ed78e84e5aa7ce51971034f462","fixed_ips":[{"subnet_id":"ac2d3eb4-3b10-483e-9fe2-495c59861b14","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-12 08:34:42,309 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=fb476314-17b8-4008-bc22-37a89a0b7585 used request id req-b88cb965-8166-4eb4-8c7c-a95f037bbf56 2018-08-12 08:34:42,310 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:34:42,706 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a2e75a302462462e9bdc07f80743da57", "name": "InstanceSecurityGroupTests-06608033-1fc3-4ec-proj-role"}], "expires_at": "2018-08-12T09:34:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1e6433ed78e84e5aa7ce51971034f462", "name": "InstanceSecurityGroupTests-06608033-1fc3-4ec-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/1e6433ed78e84e5aa7ce51971034f462", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/1e6433ed78e84e5aa7ce51971034f462", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/1e6433ed78e84e5aa7ce51971034f462", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_1e6433ed78e84e5aa7ce51971034f462", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_1e6433ed78e84e5aa7ce51971034f462", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/1e6433ed78e84e5aa7ce51971034f462", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/1e6433ed78e84e5aa7ce51971034f462", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/1e6433ed78e84e5aa7ce51971034f462", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/1e6433ed78e84e5aa7ce51971034f462", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/1e6433ed78e84e5aa7ce51971034f462", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/1e6433ed78e84e5aa7ce51971034f462", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/1e6433ed78e84e5aa7ce51971034f462", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/1e6433ed78e84e5aa7ce51971034f462", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/1e6433ed78e84e5aa7ce51971034f462", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-06608033-1fc3-4ec-user", "id": "9514b997dacc4dc3b64a2ecb80fcca2d"}, "audit_ids": ["esaGEm7RQP67ibK_ZQppDQ"], "issued_at": "2018-08-12T08:34:42.000000Z"}} 2018-08-12 08:34:42,709 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/c9d119ff-76df-4f9c-b35b-926f97c2a512 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}390946f0f42d44b3f2a32b7492f9af6a5faf19c1" 2018-08-12 08:34:43,980 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:34:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d0eff8ae-ed17-4f79-97e4-842209defba1 x-compute-request-id: req-d0eff8ae-ed17-4f79-97e4-842209defba1 Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-5a353949-0403-4744-8146-eb48623c9c24-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5c:71:3e", "version": 4, "addr": "10.55.0.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/c9d119ff-76df-4f9c-b35b-926f97c2a512", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c9d119ff-76df-4f9c-b35b-926f97c2a512", "rel": "bookmark"}], "image": {"id": "cbc96cb9-de77-46be-a33b-c39d28dca4cc", "links": [{"href": "http://172.30.9.21:8774/images/cbc96cb9-de77-46be-a33b-c39d28dca4cc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:34:37.000000", "flavor": {"id": "3b986544-9a16-476a-9b58-26fc099f9e33", "links": [{"href": "http://172.30.9.21:8774/flavors/3b986544-9a16-476a-9b58-26fc099f9e33", "rel": "bookmark"}]}, "id": "c9d119ff-76df-4f9c-b35b-926f97c2a512", "security_groups": [{"name": "default"}], "user_id": "9514b997dacc4dc3b64a2ecb80fcca2d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:34:37Z", "hostId": "4225d33d1b0d780fa9c9377746916b91b522bb3eee1244a4d87e84cb", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-5a353949-0403-4744-8146-eb48623c9c24-inst", "created": "2018-08-12T08:34:31Z", "tenant_id": "1e6433ed78e84e5aa7ce51971034f462", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:34:43,981 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/c9d119ff-76df-4f9c-b35b-926f97c2a512 used request id req-d0eff8ae-ed17-4f79-97e4-842209defba1 2018-08-12 08:34:43,984 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/c9d119ff-76df-4f9c-b35b-926f97c2a512 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f89aabe6ba8d39ef898b17708d9236745d6be93" 2018-08-12 08:34:44,516 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:34: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-92b63229-ab8a-4870-a64d-1d54c9cfe5ef x-compute-request-id: req-92b63229-ab8a-4870-a64d-1d54c9cfe5ef Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-5a353949-0403-4744-8146-eb48623c9c24-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5c:71:3e", "version": 4, "addr": "10.55.0.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/c9d119ff-76df-4f9c-b35b-926f97c2a512", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c9d119ff-76df-4f9c-b35b-926f97c2a512", "rel": "bookmark"}], "image": {"id": "cbc96cb9-de77-46be-a33b-c39d28dca4cc", "links": [{"href": "http://172.30.9.21:8774/images/cbc96cb9-de77-46be-a33b-c39d28dca4cc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:34:37.000000", "flavor": {"id": "3b986544-9a16-476a-9b58-26fc099f9e33", "links": [{"href": "http://172.30.9.21:8774/flavors/3b986544-9a16-476a-9b58-26fc099f9e33", "rel": "bookmark"}]}, "id": "c9d119ff-76df-4f9c-b35b-926f97c2a512", "security_groups": [{"name": "default"}], "user_id": "9514b997dacc4dc3b64a2ecb80fcca2d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:34:37Z", "hostId": "4225d33d1b0d780fa9c9377746916b91b522bb3eee1244a4d87e84cb", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-5a353949-0403-4744-8146-eb48623c9c24-inst", "created": "2018-08-12T08:34:31Z", "tenant_id": "1e6433ed78e84e5aa7ce51971034f462", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:34:44,516 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/c9d119ff-76df-4f9c-b35b-926f97c2a512 used request id req-92b63229-ab8a-4870-a64d-1d54c9cfe5ef 2018-08-12 08:34:44,517 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-5a353949-0403-4744-8146-eb48623c9c24-inst] is - ACTIVE 2018-08-12 08:34:44,517 - create_instance - INFO - VM is - ACTIVE 2018-08-12 08:34:44,520 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/c9d119ff-76df-4f9c-b35b-926f97c2a512 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f89aabe6ba8d39ef898b17708d9236745d6be93" 2018-08-12 08:34:45,046 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:34:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c67f2941-4bbe-4272-b675-1814b60d18dc x-compute-request-id: req-c67f2941-4bbe-4272-b675-1814b60d18dc Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-5a353949-0403-4744-8146-eb48623c9c24-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5c:71:3e", "version": 4, "addr": "10.55.0.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/c9d119ff-76df-4f9c-b35b-926f97c2a512", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c9d119ff-76df-4f9c-b35b-926f97c2a512", "rel": "bookmark"}], "image": {"id": "cbc96cb9-de77-46be-a33b-c39d28dca4cc", "links": [{"href": "http://172.30.9.21:8774/images/cbc96cb9-de77-46be-a33b-c39d28dca4cc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:34:37.000000", "flavor": {"id": "3b986544-9a16-476a-9b58-26fc099f9e33", "links": [{"href": "http://172.30.9.21:8774/flavors/3b986544-9a16-476a-9b58-26fc099f9e33", "rel": "bookmark"}]}, "id": "c9d119ff-76df-4f9c-b35b-926f97c2a512", "security_groups": [{"name": "default"}], "user_id": "9514b997dacc4dc3b64a2ecb80fcca2d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:34:37Z", "hostId": "4225d33d1b0d780fa9c9377746916b91b522bb3eee1244a4d87e84cb", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-5a353949-0403-4744-8146-eb48623c9c24-inst", "created": "2018-08-12T08:34:31Z", "tenant_id": "1e6433ed78e84e5aa7ce51971034f462", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:34:45,046 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/c9d119ff-76df-4f9c-b35b-926f97c2a512 used request id req-c67f2941-4bbe-4272-b675-1814b60d18dc 2018-08-12 08:34:45,051 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-5a353949-0403-4744-8146-eb48623c9c24-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f89aabe6ba8d39ef898b17708d9236745d6be93" 2018-08-12 08:34:45,323 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-37bd8523-e528-47cf-8c1b-665430221b02 Date: Sun, 12 Aug 2018 08:34:45 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":["ac2d3eb4-3b10-483e-9fe2-495c59861b14"],"updated_at":"2018-08-12T08:34:19Z","tenant_id":"1e6433ed78e84e5aa7ce51971034f462","created_at":"2018-08-12T08:34:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"1e6433ed78e84e5aa7ce51971034f462","id":"fb476314-17b8-4008-bc22-37a89a0b7585","name":"InstanceSecurityGroupTests-5a353949-0403-4744-8146-eb48623c9c24-pub-net"}]} 2018-08-12 08:34:45,323 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-5a353949-0403-4744-8146-eb48623c9c24-pub-net used request id req-37bd8523-e528-47cf-8c1b-665430221b02 2018-08-12 08:34:45,327 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/1e6433ed78e84e5aa7ce51971034f462 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f89aabe6ba8d39ef898b17708d9236745d6be93" 2018-08-12 08:34:45,424 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:34:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a2732966-a8b9-464e-8c9d-ef95ebcf9786 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/1e6433ed78e84e5aa7ce51971034f462"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "1e6433ed78e84e5aa7ce51971034f462", "name": "InstanceSecurityGroupTests-06608033-1fc3-4ec-proj"}} 2018-08-12 08:34:45,425 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/1e6433ed78e84e5aa7ce51971034f462 used request id req-a2732966-a8b9-464e-8c9d-ef95ebcf9786 2018-08-12 08:34:45,430 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=fb476314-17b8-4008-bc22-37a89a0b7585 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f89aabe6ba8d39ef898b17708d9236745d6be93" 2018-08-12 08:34:45,481 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-ffca521e-220d-48b8-9ea8-174a877ec5e9 Date: Sun, 12 Aug 2018 08:34:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fb476314-17b8-4008-bc22-37a89a0b7585","tenant_id":"1e6433ed78e84e5aa7ce51971034f462","created_at":"2018-08-12T08:34:19Z","dns_nameservers":[],"updated_at":"2018-08-12T08:34:19Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"1e6433ed78e84e5aa7ce51971034f462","id":"ac2d3eb4-3b10-483e-9fe2-495c59861b14","subnetpool_id":null,"name":"InstanceSecurityGroupTests-5a353949-0403-4744-8146-eb48623c9c24-pub-subnet"}]} 2018-08-12 08:34:45,481 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=fb476314-17b8-4008-bc22-37a89a0b7585 used request id req-ffca521e-220d-48b8-9ea8-174a877ec5e9 2018-08-12 08:34:45,487 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=fb476314-17b8-4008-bc22-37a89a0b7585 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f89aabe6ba8d39ef898b17708d9236745d6be93" 2018-08-12 08:34:45,585 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3029 X-Openstack-Request-Id: req-8e37c259-0bbd-4aeb-9d37-9a7bbb338703 Date: Sun, 12 Aug 2018 08:34:45 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"fb476314-17b8-4008-bc22-37a89a0b7585","tenant_id":"1e6433ed78e84e5aa7ce51971034f462","created_at":"2018-08-12T08:34:21Z","admin_state_up":true,"updated_at":"2018-08-12T08:34:24Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-fb476314-17b8-4008-bc22-37a89a0b7585","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:98:4e:53","id":"19d041ea-31eb-4552-94d3-fe0032e05926","port_security_enabled":false,"project_id":"1e6433ed78e84e5aa7ce51971034f462","fixed_ips":[{"subnet_id":"ac2d3eb4-3b10-483e-9fe2-495c59861b14","ip_address":"10.55.0.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"fb476314-17b8-4008-bc22-37a89a0b7585","tenant_id":"1e6433ed78e84e5aa7ce51971034f462","created_at":"2018-08-12T08:34:20Z","admin_state_up":true,"updated_at":"2018-08-12T08:34:23Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-fb476314-17b8-4008-bc22-37a89a0b7585","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:94:7e:61","id":"780326f2-f771-4b0f-b613-14e4642e4753","port_security_enabled":false,"project_id":"1e6433ed78e84e5aa7ce51971034f462","fixed_ips":[{"subnet_id":"ac2d3eb4-3b10-483e-9fe2-495c59861b14","ip_address":"10.55.0.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"fb476314-17b8-4008-bc22-37a89a0b7585","tenant_id":"1e6433ed78e84e5aa7ce51971034f462","created_at":"2018-08-12T08:34:29Z","admin_state_up":true,"updated_at":"2018-08-12T08:34:37Z","binding:vnic_type":"normal","device_id":"c9d119ff-76df-4f9c-b35b-926f97c2a512","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:5c:71:3e","id":"a37d1fc5-5d1e-4901-88c2-87c85d031bf0","port_security_enabled":true,"project_id":"1e6433ed78e84e5aa7ce51971034f462","fixed_ips":[{"subnet_id":"ac2d3eb4-3b10-483e-9fe2-495c59861b14","ip_address":"10.55.0.15"}],"extra_dhcp_opts":[],"security_groups":["bf27264a-4fce-409e-a939-08ca061be2dd"],"name":"InstanceSecurityGroupTests-5a353949-0403-4744-8146-eb48623c9c24-port"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"fb476314-17b8-4008-bc22-37a89a0b7585","tenant_id":"1e6433ed78e84e5aa7ce51971034f462","created_at":"2018-08-12T08:34:20Z","admin_state_up":true,"updated_at":"2018-08-12T08:34:22Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-fb476314-17b8-4008-bc22-37a89a0b7585","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:c9:d0:73","id":"e5422a6e-0b82-4d44-a0c7-bcd8c674cb31","port_security_enabled":false,"project_id":"1e6433ed78e84e5aa7ce51971034f462","fixed_ips":[{"subnet_id":"ac2d3eb4-3b10-483e-9fe2-495c59861b14","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-12 08:34:45,585 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=fb476314-17b8-4008-bc22-37a89a0b7585 used request id req-8e37c259-0bbd-4aeb-9d37-9a7bbb338703 2018-08-12 08:34:45,588 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/c9d119ff-76df-4f9c-b35b-926f97c2a512 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f89aabe6ba8d39ef898b17708d9236745d6be93" 2018-08-12 08:34:46,085 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:34:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1c3cdf05-3e8b-46bd-ab1c-46e243c2061c x-compute-request-id: req-1c3cdf05-3e8b-46bd-ab1c-46e243c2061c Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-5a353949-0403-4744-8146-eb48623c9c24-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5c:71:3e", "version": 4, "addr": "10.55.0.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/c9d119ff-76df-4f9c-b35b-926f97c2a512", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c9d119ff-76df-4f9c-b35b-926f97c2a512", "rel": "bookmark"}], "image": {"id": "cbc96cb9-de77-46be-a33b-c39d28dca4cc", "links": [{"href": "http://172.30.9.21:8774/images/cbc96cb9-de77-46be-a33b-c39d28dca4cc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:34:37.000000", "flavor": {"id": "3b986544-9a16-476a-9b58-26fc099f9e33", "links": [{"href": "http://172.30.9.21:8774/flavors/3b986544-9a16-476a-9b58-26fc099f9e33", "rel": "bookmark"}]}, "id": "c9d119ff-76df-4f9c-b35b-926f97c2a512", "security_groups": [{"name": "default"}], "user_id": "9514b997dacc4dc3b64a2ecb80fcca2d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:34:37Z", "hostId": "4225d33d1b0d780fa9c9377746916b91b522bb3eee1244a4d87e84cb", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-5a353949-0403-4744-8146-eb48623c9c24-inst", "created": "2018-08-12T08:34:31Z", "tenant_id": "1e6433ed78e84e5aa7ce51971034f462", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:34:46,085 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/c9d119ff-76df-4f9c-b35b-926f97c2a512 used request id req-1c3cdf05-3e8b-46bd-ab1c-46e243c2061c 2018-08-12 08:34:46,091 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-5a353949-0403-4744-8146-eb48623c9c24-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f89aabe6ba8d39ef898b17708d9236745d6be93" 2018-08-12 08:34:46,191 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-52d5aa84-383b-47fe-ab68-28d4ddeef8a8 Date: Sun, 12 Aug 2018 08:34:46 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":["ac2d3eb4-3b10-483e-9fe2-495c59861b14"],"updated_at":"2018-08-12T08:34:19Z","tenant_id":"1e6433ed78e84e5aa7ce51971034f462","created_at":"2018-08-12T08:34:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"1e6433ed78e84e5aa7ce51971034f462","id":"fb476314-17b8-4008-bc22-37a89a0b7585","name":"InstanceSecurityGroupTests-5a353949-0403-4744-8146-eb48623c9c24-pub-net"}]} 2018-08-12 08:34:46,191 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-5a353949-0403-4744-8146-eb48623c9c24-pub-net used request id req-52d5aa84-383b-47fe-ab68-28d4ddeef8a8 2018-08-12 08:34:46,193 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/1e6433ed78e84e5aa7ce51971034f462 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f89aabe6ba8d39ef898b17708d9236745d6be93" 2018-08-12 08:34:46,278 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:34:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b611ee92-6cdd-411c-8bd2-722aa002629b Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/1e6433ed78e84e5aa7ce51971034f462"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "1e6433ed78e84e5aa7ce51971034f462", "name": "InstanceSecurityGroupTests-06608033-1fc3-4ec-proj"}} 2018-08-12 08:34:46,278 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/1e6433ed78e84e5aa7ce51971034f462 used request id req-b611ee92-6cdd-411c-8bd2-722aa002629b 2018-08-12 08:34:46,281 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=fb476314-17b8-4008-bc22-37a89a0b7585 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f89aabe6ba8d39ef898b17708d9236745d6be93" 2018-08-12 08:34:46,331 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-48ca7786-a1ee-48fa-8f78-7e13d9dcbadd Date: Sun, 12 Aug 2018 08:34:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fb476314-17b8-4008-bc22-37a89a0b7585","tenant_id":"1e6433ed78e84e5aa7ce51971034f462","created_at":"2018-08-12T08:34:19Z","dns_nameservers":[],"updated_at":"2018-08-12T08:34:19Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"1e6433ed78e84e5aa7ce51971034f462","id":"ac2d3eb4-3b10-483e-9fe2-495c59861b14","subnetpool_id":null,"name":"InstanceSecurityGroupTests-5a353949-0403-4744-8146-eb48623c9c24-pub-subnet"}]} 2018-08-12 08:34:46,331 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=fb476314-17b8-4008-bc22-37a89a0b7585 used request id req-48ca7786-a1ee-48fa-8f78-7e13d9dcbadd 2018-08-12 08:34:46,335 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=fb476314-17b8-4008-bc22-37a89a0b7585 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f89aabe6ba8d39ef898b17708d9236745d6be93" 2018-08-12 08:34:46,427 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3029 X-Openstack-Request-Id: req-f339720f-5dad-4983-ac6b-80f143530ae2 Date: Sun, 12 Aug 2018 08:34:46 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"fb476314-17b8-4008-bc22-37a89a0b7585","tenant_id":"1e6433ed78e84e5aa7ce51971034f462","created_at":"2018-08-12T08:34:21Z","admin_state_up":true,"updated_at":"2018-08-12T08:34:24Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-fb476314-17b8-4008-bc22-37a89a0b7585","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:98:4e:53","id":"19d041ea-31eb-4552-94d3-fe0032e05926","port_security_enabled":false,"project_id":"1e6433ed78e84e5aa7ce51971034f462","fixed_ips":[{"subnet_id":"ac2d3eb4-3b10-483e-9fe2-495c59861b14","ip_address":"10.55.0.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"fb476314-17b8-4008-bc22-37a89a0b7585","tenant_id":"1e6433ed78e84e5aa7ce51971034f462","created_at":"2018-08-12T08:34:20Z","admin_state_up":true,"updated_at":"2018-08-12T08:34:23Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-fb476314-17b8-4008-bc22-37a89a0b7585","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:94:7e:61","id":"780326f2-f771-4b0f-b613-14e4642e4753","port_security_enabled":false,"project_id":"1e6433ed78e84e5aa7ce51971034f462","fixed_ips":[{"subnet_id":"ac2d3eb4-3b10-483e-9fe2-495c59861b14","ip_address":"10.55.0.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"fb476314-17b8-4008-bc22-37a89a0b7585","tenant_id":"1e6433ed78e84e5aa7ce51971034f462","created_at":"2018-08-12T08:34:29Z","admin_state_up":true,"updated_at":"2018-08-12T08:34:37Z","binding:vnic_type":"normal","device_id":"c9d119ff-76df-4f9c-b35b-926f97c2a512","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:5c:71:3e","id":"a37d1fc5-5d1e-4901-88c2-87c85d031bf0","port_security_enabled":true,"project_id":"1e6433ed78e84e5aa7ce51971034f462","fixed_ips":[{"subnet_id":"ac2d3eb4-3b10-483e-9fe2-495c59861b14","ip_address":"10.55.0.15"}],"extra_dhcp_opts":[],"security_groups":["bf27264a-4fce-409e-a939-08ca061be2dd"],"name":"InstanceSecurityGroupTests-5a353949-0403-4744-8146-eb48623c9c24-port"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"fb476314-17b8-4008-bc22-37a89a0b7585","tenant_id":"1e6433ed78e84e5aa7ce51971034f462","created_at":"2018-08-12T08:34:20Z","admin_state_up":true,"updated_at":"2018-08-12T08:34:22Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-fb476314-17b8-4008-bc22-37a89a0b7585","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:c9:d0:73","id":"e5422a6e-0b82-4d44-a0c7-bcd8c674cb31","port_security_enabled":false,"project_id":"1e6433ed78e84e5aa7ce51971034f462","fixed_ips":[{"subnet_id":"ac2d3eb4-3b10-483e-9fe2-495c59861b14","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-12 08:34:46,427 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=fb476314-17b8-4008-bc22-37a89a0b7585 used request id req-f339720f-5dad-4983-ac6b-80f143530ae2 2018-08-12 08:34:46,430 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers/c9d119ff-76df-4f9c-b35b-926f97c2a512/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f89aabe6ba8d39ef898b17708d9236745d6be93" -d '{"removeSecurityGroup": {"name": "InstanceSecurityGroupTests-5a353949-0403-4744-8146-eb48623c9c24-name"}}' 2018-08-12 08:34:46,908 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:34: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-3bf1b88d-803b-46d6-866d-8b9d98451c85 x-compute-request-id: req-3bf1b88d-803b-46d6-866d-8b9d98451c85 Content-Length: 199 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Security group InstanceSecurityGroupTests-5a353949-0403-4744-8146-eb48623c9c24-name not associated with the instance c9d119ff-76df-4f9c-b35b-926f97c2a512", "code": 404}} 2018-08-12 08:34:46,908 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/c9d119ff-76df-4f9c-b35b-926f97c2a512/action used request id req-3bf1b88d-803b-46d6-866d-8b9d98451c85 2018-08-12 08:34:46,909 - create_instance - WARNING - Security group not removed - Security group InstanceSecurityGroupTests-5a353949-0403-4744-8146-eb48623c9c24-name not associated with the instance c9d119ff-76df-4f9c-b35b-926f97c2a512 (HTTP 404) (Request-ID: req-3bf1b88d-803b-46d6-866d-8b9d98451c85) 2018-08-12 08:34:46,911 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/c9d119ff-76df-4f9c-b35b-926f97c2a512 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f89aabe6ba8d39ef898b17708d9236745d6be93" 2018-08-12 08:34:47,605 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:34: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-fe7cb35f-6c65-46d5-ae66-0824aea99547 x-compute-request-id: req-fe7cb35f-6c65-46d5-ae66-0824aea99547 Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-5a353949-0403-4744-8146-eb48623c9c24-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5c:71:3e", "version": 4, "addr": "10.55.0.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/c9d119ff-76df-4f9c-b35b-926f97c2a512", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c9d119ff-76df-4f9c-b35b-926f97c2a512", "rel": "bookmark"}], "image": {"id": "cbc96cb9-de77-46be-a33b-c39d28dca4cc", "links": [{"href": "http://172.30.9.21:8774/images/cbc96cb9-de77-46be-a33b-c39d28dca4cc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:34:37.000000", "flavor": {"id": "3b986544-9a16-476a-9b58-26fc099f9e33", "links": [{"href": "http://172.30.9.21:8774/flavors/3b986544-9a16-476a-9b58-26fc099f9e33", "rel": "bookmark"}]}, "id": "c9d119ff-76df-4f9c-b35b-926f97c2a512", "security_groups": [{"name": "default"}], "user_id": "9514b997dacc4dc3b64a2ecb80fcca2d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:34:37Z", "hostId": "4225d33d1b0d780fa9c9377746916b91b522bb3eee1244a4d87e84cb", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-5a353949-0403-4744-8146-eb48623c9c24-inst", "created": "2018-08-12T08:34:31Z", "tenant_id": "1e6433ed78e84e5aa7ce51971034f462", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:34:47,605 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/c9d119ff-76df-4f9c-b35b-926f97c2a512 used request id req-fe7cb35f-6c65-46d5-ae66-0824aea99547 2018-08-12 08:34:47,610 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-5a353949-0403-4744-8146-eb48623c9c24-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f89aabe6ba8d39ef898b17708d9236745d6be93" 2018-08-12 08:34:47,729 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-377a43c8-205c-44de-9977-e2e52cb3e6d7 Date: Sun, 12 Aug 2018 08:34:47 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":["ac2d3eb4-3b10-483e-9fe2-495c59861b14"],"updated_at":"2018-08-12T08:34:19Z","tenant_id":"1e6433ed78e84e5aa7ce51971034f462","created_at":"2018-08-12T08:34:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"1e6433ed78e84e5aa7ce51971034f462","id":"fb476314-17b8-4008-bc22-37a89a0b7585","name":"InstanceSecurityGroupTests-5a353949-0403-4744-8146-eb48623c9c24-pub-net"}]} 2018-08-12 08:34:47,729 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-5a353949-0403-4744-8146-eb48623c9c24-pub-net used request id req-377a43c8-205c-44de-9977-e2e52cb3e6d7 2018-08-12 08:34:47,733 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/1e6433ed78e84e5aa7ce51971034f462 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f89aabe6ba8d39ef898b17708d9236745d6be93" 2018-08-12 08:34:47,823 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:34:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-99e74e73-f01f-404c-8733-d6b738d708e2 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/1e6433ed78e84e5aa7ce51971034f462"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "1e6433ed78e84e5aa7ce51971034f462", "name": "InstanceSecurityGroupTests-06608033-1fc3-4ec-proj"}} 2018-08-12 08:34:47,823 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/1e6433ed78e84e5aa7ce51971034f462 used request id req-99e74e73-f01f-404c-8733-d6b738d708e2 2018-08-12 08:34:47,828 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=fb476314-17b8-4008-bc22-37a89a0b7585 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f89aabe6ba8d39ef898b17708d9236745d6be93" 2018-08-12 08:34:47,877 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-925e9dc6-f099-4f6b-b57a-f6537993a134 Date: Sun, 12 Aug 2018 08:34:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fb476314-17b8-4008-bc22-37a89a0b7585","tenant_id":"1e6433ed78e84e5aa7ce51971034f462","created_at":"2018-08-12T08:34:19Z","dns_nameservers":[],"updated_at":"2018-08-12T08:34:19Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"1e6433ed78e84e5aa7ce51971034f462","id":"ac2d3eb4-3b10-483e-9fe2-495c59861b14","subnetpool_id":null,"name":"InstanceSecurityGroupTests-5a353949-0403-4744-8146-eb48623c9c24-pub-subnet"}]} 2018-08-12 08:34:47,877 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=fb476314-17b8-4008-bc22-37a89a0b7585 used request id req-925e9dc6-f099-4f6b-b57a-f6537993a134 2018-08-12 08:34:47,882 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=fb476314-17b8-4008-bc22-37a89a0b7585 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f89aabe6ba8d39ef898b17708d9236745d6be93" 2018-08-12 08:34:47,970 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3029 X-Openstack-Request-Id: req-443a73b1-2b10-4d1e-9665-7bb7facc613f Date: Sun, 12 Aug 2018 08:34:47 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"fb476314-17b8-4008-bc22-37a89a0b7585","tenant_id":"1e6433ed78e84e5aa7ce51971034f462","created_at":"2018-08-12T08:34:21Z","admin_state_up":true,"updated_at":"2018-08-12T08:34:24Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-fb476314-17b8-4008-bc22-37a89a0b7585","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:98:4e:53","id":"19d041ea-31eb-4552-94d3-fe0032e05926","port_security_enabled":false,"project_id":"1e6433ed78e84e5aa7ce51971034f462","fixed_ips":[{"subnet_id":"ac2d3eb4-3b10-483e-9fe2-495c59861b14","ip_address":"10.55.0.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"fb476314-17b8-4008-bc22-37a89a0b7585","tenant_id":"1e6433ed78e84e5aa7ce51971034f462","created_at":"2018-08-12T08:34:20Z","admin_state_up":true,"updated_at":"2018-08-12T08:34:23Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-fb476314-17b8-4008-bc22-37a89a0b7585","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:94:7e:61","id":"780326f2-f771-4b0f-b613-14e4642e4753","port_security_enabled":false,"project_id":"1e6433ed78e84e5aa7ce51971034f462","fixed_ips":[{"subnet_id":"ac2d3eb4-3b10-483e-9fe2-495c59861b14","ip_address":"10.55.0.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"fb476314-17b8-4008-bc22-37a89a0b7585","tenant_id":"1e6433ed78e84e5aa7ce51971034f462","created_at":"2018-08-12T08:34:29Z","admin_state_up":true,"updated_at":"2018-08-12T08:34:37Z","binding:vnic_type":"normal","device_id":"c9d119ff-76df-4f9c-b35b-926f97c2a512","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:5c:71:3e","id":"a37d1fc5-5d1e-4901-88c2-87c85d031bf0","port_security_enabled":true,"project_id":"1e6433ed78e84e5aa7ce51971034f462","fixed_ips":[{"subnet_id":"ac2d3eb4-3b10-483e-9fe2-495c59861b14","ip_address":"10.55.0.15"}],"extra_dhcp_opts":[],"security_groups":["bf27264a-4fce-409e-a939-08ca061be2dd"],"name":"InstanceSecurityGroupTests-5a353949-0403-4744-8146-eb48623c9c24-port"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"fb476314-17b8-4008-bc22-37a89a0b7585","tenant_id":"1e6433ed78e84e5aa7ce51971034f462","created_at":"2018-08-12T08:34:20Z","admin_state_up":true,"updated_at":"2018-08-12T08:34:22Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-fb476314-17b8-4008-bc22-37a89a0b7585","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:c9:d0:73","id":"e5422a6e-0b82-4d44-a0c7-bcd8c674cb31","port_security_enabled":false,"project_id":"1e6433ed78e84e5aa7ce51971034f462","fixed_ips":[{"subnet_id":"ac2d3eb4-3b10-483e-9fe2-495c59861b14","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-12 08:34:47,970 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=fb476314-17b8-4008-bc22-37a89a0b7585 used request id req-443a73b1-2b10-4d1e-9665-7bb7facc613f 2018-08-12 08:34:47,973 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/c9d119ff-76df-4f9c-b35b-926f97c2a512 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}390946f0f42d44b3f2a32b7492f9af6a5faf19c1" 2018-08-12 08:34:48,838 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:34: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-ff41e7a6-050d-4b64-b2eb-18c732da3319 x-compute-request-id: req-ff41e7a6-050d-4b64-b2eb-18c732da3319 Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-5a353949-0403-4744-8146-eb48623c9c24-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5c:71:3e", "version": 4, "addr": "10.55.0.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/c9d119ff-76df-4f9c-b35b-926f97c2a512", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c9d119ff-76df-4f9c-b35b-926f97c2a512", "rel": "bookmark"}], "image": {"id": "cbc96cb9-de77-46be-a33b-c39d28dca4cc", "links": [{"href": "http://172.30.9.21:8774/images/cbc96cb9-de77-46be-a33b-c39d28dca4cc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:34:37.000000", "flavor": {"id": "3b986544-9a16-476a-9b58-26fc099f9e33", "links": [{"href": "http://172.30.9.21:8774/flavors/3b986544-9a16-476a-9b58-26fc099f9e33", "rel": "bookmark"}]}, "id": "c9d119ff-76df-4f9c-b35b-926f97c2a512", "security_groups": [{"name": "default"}], "user_id": "9514b997dacc4dc3b64a2ecb80fcca2d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:34:37Z", "hostId": "4225d33d1b0d780fa9c9377746916b91b522bb3eee1244a4d87e84cb", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-5a353949-0403-4744-8146-eb48623c9c24-inst", "created": "2018-08-12T08:34:31Z", "tenant_id": "1e6433ed78e84e5aa7ce51971034f462", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:34:48,838 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/c9d119ff-76df-4f9c-b35b-926f97c2a512 used request id req-ff41e7a6-050d-4b64-b2eb-18c732da3319 2018-08-12 08:34:48,839 - create_instance - INFO - Deleting Port with ID - a37d1fc5-5d1e-4901-88c2-87c85d031bf0 2018-08-12 08:34:48,839 - neutron_utils - INFO - Deleting port with name InstanceSecurityGroupTests-5a353949-0403-4744-8146-eb48623c9c24-port 2018-08-12 08:34:48,844 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/ports/a37d1fc5-5d1e-4901-88c2-87c85d031bf0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f89aabe6ba8d39ef898b17708d9236745d6be93" 2018-08-12 08:34:49,366 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-44a5a4ff-45d1-47bb-afdc-7584ba29ce4c Date: Sun, 12 Aug 2018 08:34:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:34:49,366 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/ports/a37d1fc5-5d1e-4901-88c2-87c85d031bf0 used request id req-44a5a4ff-45d1-47bb-afdc-7584ba29ce4c 2018-08-12 08:34:49,367 - create_instance - INFO - Deleting VM instance - InstanceSecurityGroupTests-5a353949-0403-4744-8146-eb48623c9c24-inst 2018-08-12 08:34:49,369 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/servers/c9d119ff-76df-4f9c-b35b-926f97c2a512 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f89aabe6ba8d39ef898b17708d9236745d6be93" 2018-08-12 08:34:49,508 - novaclient.v2.client - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:34: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-23620376-5b8d-408c-bbe3-ab9fde880385 x-compute-request-id: req-23620376-5b8d-408c-bbe3-ab9fde880385 Content-Type: application/json 2018-08-12 08:34:49,509 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/c9d119ff-76df-4f9c-b35b-926f97c2a512 used request id req-23620376-5b8d-408c-bbe3-ab9fde880385 2018-08-12 08:34:49,509 - create_instance - INFO - Checking deletion status 2018-08-12 08:34:49,512 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/c9d119ff-76df-4f9c-b35b-926f97c2a512 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f89aabe6ba8d39ef898b17708d9236745d6be93" 2018-08-12 08:34:49,976 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:34: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-83921c97-0b9a-459d-bab1-7715f11e7740 x-compute-request-id: req-83921c97-0b9a-459d-bab1-7715f11e7740 Content-Encoding: gzip Content-Length: 738 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"InstanceSecurityGroupTests-5a353949-0403-4744-8146-eb48623c9c24-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5c:71:3e", "version": 4, "addr": "10.55.0.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/c9d119ff-76df-4f9c-b35b-926f97c2a512", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c9d119ff-76df-4f9c-b35b-926f97c2a512", "rel": "bookmark"}], "image": {"id": "cbc96cb9-de77-46be-a33b-c39d28dca4cc", "links": [{"href": "http://172.30.9.21:8774/images/cbc96cb9-de77-46be-a33b-c39d28dca4cc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:34:37.000000", "flavor": {"id": "3b986544-9a16-476a-9b58-26fc099f9e33", "links": [{"href": "http://172.30.9.21:8774/flavors/3b986544-9a16-476a-9b58-26fc099f9e33", "rel": "bookmark"}]}, "id": "c9d119ff-76df-4f9c-b35b-926f97c2a512", "user_id": "9514b997dacc4dc3b64a2ecb80fcca2d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:34:49Z", "hostId": "4225d33d1b0d780fa9c9377746916b91b522bb3eee1244a4d87e84cb", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-5a353949-0403-4744-8146-eb48623c9c24-inst", "created": "2018-08-12T08:34:31Z", "tenant_id": "1e6433ed78e84e5aa7ce51971034f462", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:34:49,977 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/c9d119ff-76df-4f9c-b35b-926f97c2a512 used request id req-83921c97-0b9a-459d-bab1-7715f11e7740 2018-08-12 08:34:49,977 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-5a353949-0403-4744-8146-eb48623c9c24-inst] is - ACTIVE 2018-08-12 08:34:49,977 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-12 08:34:52,981 - create_instance - DEBUG - VM status query timeout in 296.528702021 2018-08-12 08:34:52,984 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/c9d119ff-76df-4f9c-b35b-926f97c2a512 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f89aabe6ba8d39ef898b17708d9236745d6be93" 2018-08-12 08:34:53,428 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:34: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-fe4d348a-b826-4d69-bf06-995428168561 x-compute-request-id: req-fe4d348a-b826-4d69-bf06-995428168561 Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/c9d119ff-76df-4f9c-b35b-926f97c2a512", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c9d119ff-76df-4f9c-b35b-926f97c2a512", "rel": "bookmark"}], "image": {"id": "cbc96cb9-de77-46be-a33b-c39d28dca4cc", "links": [{"href": "http://172.30.9.21:8774/images/cbc96cb9-de77-46be-a33b-c39d28dca4cc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:34:37.000000", "flavor": {"id": "3b986544-9a16-476a-9b58-26fc099f9e33", "links": [{"href": "http://172.30.9.21:8774/flavors/3b986544-9a16-476a-9b58-26fc099f9e33", "rel": "bookmark"}]}, "id": "c9d119ff-76df-4f9c-b35b-926f97c2a512", "user_id": "9514b997dacc4dc3b64a2ecb80fcca2d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:34:49Z", "hostId": "4225d33d1b0d780fa9c9377746916b91b522bb3eee1244a4d87e84cb", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-5a353949-0403-4744-8146-eb48623c9c24-inst", "created": "2018-08-12T08:34:31Z", "tenant_id": "1e6433ed78e84e5aa7ce51971034f462", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:34:53,429 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/c9d119ff-76df-4f9c-b35b-926f97c2a512 used request id req-fe4d348a-b826-4d69-bf06-995428168561 2018-08-12 08:34:53,429 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-5a353949-0403-4744-8146-eb48623c9c24-inst] is - ACTIVE 2018-08-12 08:34:53,429 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-12 08:34:56,432 - create_instance - DEBUG - VM status query timeout in 293.076787949 2018-08-12 08:34:56,435 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/c9d119ff-76df-4f9c-b35b-926f97c2a512 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f89aabe6ba8d39ef898b17708d9236745d6be93" 2018-08-12 08:34:56,480 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:34: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-3b38fe5f-7320-4121-896c-2b0c4fb7b16d x-compute-request-id: req-3b38fe5f-7320-4121-896c-2b0c4fb7b16d Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance c9d119ff-76df-4f9c-b35b-926f97c2a512 could not be found.", "code": 404}} 2018-08-12 08:34:56,480 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/c9d119ff-76df-4f9c-b35b-926f97c2a512 used request id req-3b38fe5f-7320-4121-896c-2b0c4fb7b16d 2018-08-12 08:34:56,480 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance c9d119ff-76df-4f9c-b35b-926f97c2a512 could not be found. (HTTP 404) (Request-ID: req-3b38fe5f-7320-4121-896c-2b0c4fb7b16d) 2018-08-12 08:34:56,480 - create_instance - INFO - VM has been properly deleted VM with name - InstanceSecurityGroupTests-5a353949-0403-4744-8146-eb48623c9c24-inst 2018-08-12 08:34:56,481 - neutron_utils - INFO - Deleting security group rule with ID - 5a88fcff-340a-49f8-9f4b-b4cab99ecdac 2018-08-12 08:34:56,486 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/5a88fcff-340a-49f8-9f4b-b4cab99ecdac -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}563ba03fc128e3fad00dfc04c4089947c72c398e" 2018-08-12 08:34:56,729 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-33c7b521-4976-423f-9300-b8cd58bf8342 Content-Length: 0 Date: Sun, 12 Aug 2018 08:34:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:34:56,729 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/5a88fcff-340a-49f8-9f4b-b4cab99ecdac used request id req-33c7b521-4976-423f-9300-b8cd58bf8342 2018-08-12 08:34:56,730 - neutron_utils - INFO - Deleting security group rule with ID - 13852d37-1720-47d5-a31f-433f5e838220 2018-08-12 08:34:56,735 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/13852d37-1720-47d5-a31f-433f5e838220 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}563ba03fc128e3fad00dfc04c4089947c72c398e" 2018-08-12 08:34:57,019 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e8bb93d1-601f-4178-8a35-6266ffd559e7 Content-Length: 0 Date: Sun, 12 Aug 2018 08:34:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:34:57,019 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/13852d37-1720-47d5-a31f-433f5e838220 used request id req-e8bb93d1-601f-4178-8a35-6266ffd559e7 2018-08-12 08:34:57,019 - neutron_utils - INFO - Deleting security group with name - InstanceSecurityGroupTests-5a353949-0403-4744-8146-eb48623c9c24-name 2018-08-12 08:34:57,024 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/060bdd8b-aa64-495b-ba63-95ed8479ec13 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}563ba03fc128e3fad00dfc04c4089947c72c398e" 2018-08-12 08:34:57,336 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-cfe8b995-a022-4394-b8d5-f55c3ddfa289 Content-Length: 0 Date: Sun, 12 Aug 2018 08:34:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:34:57,336 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/060bdd8b-aa64-495b-ba63-95ed8479ec13 used request id req-cfe8b995-a022-4394-b8d5-f55c3ddfa289 2018-08-12 08:34:57,340 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/flavors/3b986544-9a16-476a-9b58-26fc099f9e33 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9fab7b62e638b104756b14f1117dd9c316e3ead7" 2018-08-12 08:34:57,391 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 08:34:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-15f61344-f681-468d-bfed-cde8055d1873 x-compute-request-id: req-15f61344-f681-468d-bfed-cde8055d1873 Content-Length: 0 Content-Type: application/json 2018-08-12 08:34:57,391 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/3b986544-9a16-476a-9b58-26fc099f9e33 used request id req-15f61344-f681-468d-bfed-cde8055d1873 2018-08-12 08:34:57,392 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-5a353949-0403-4744-8146-eb48623c9c24-pub-subnet 2018-08-12 08:34:57,392 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-5a353949-0403-4744-8146-eb48623c9c24-pub-subnet 2018-08-12 08:34:57,400 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/ac2d3eb4-3b10-483e-9fe2-495c59861b14 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37e78a02c6c1faa92ccf2746844120bae3c2bc3e" 2018-08-12 08:35:00,055 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-0361c08f-6e65-403b-8fc9-fd1fb8f4cfde Date: Sun, 12 Aug 2018 08:35:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:35:00,055 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/ac2d3eb4-3b10-483e-9fe2-495c59861b14 used request id req-0361c08f-6e65-403b-8fc9-fd1fb8f4cfde 2018-08-12 08:35:00,055 - neutron_utils - INFO - Deleting network with name InstanceSecurityGroupTests-5a353949-0403-4744-8146-eb48623c9c24-pub-net 2018-08-12 08:35:00,060 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/fb476314-17b8-4008-bc22-37a89a0b7585 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37e78a02c6c1faa92ccf2746844120bae3c2bc3e" 2018-08-12 08:35:01,312 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-bf8c982f-98f6-4faa-9702-d322269c614d Date: Sun, 12 Aug 2018 08:35:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:35:01,312 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/fb476314-17b8-4008-bc22-37a89a0b7585 used request id req-bf8c982f-98f6-4faa-9702-d322269c614d 2018-08-12 08:35:01,313 - glance_utils - INFO - Deleting image named - InstanceSecurityGroupTests-5a353949-0403-4744-8146-eb48623c9c24-image 2018-08-12 08:35:01,316 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/cbc96cb9-de77-46be-a33b-c39d28dca4cc -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}46946a84717862e1a5e543831564f5b682ba2210" 2018-08-12 08:35:02,644 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-b88976fa-def6-413c-a22d-aff0f582327a Date: Sun, 12 Aug 2018 08:35: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 08:35:02,644 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/cbc96cb9-de77-46be-a33b-c39d28dca4cc used request id req-b88976fa-def6-413c-a22d-aff0f582327a 2018-08-12 08:35:02,646 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:35:02,646 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:35:02,646 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:35:02,646 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:35:02,646 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:35:02,653 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5632255b85a28619bfd537f1b13157a93b3b1b27" 2018-08-12 08:35:02,897 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 45548 X-Openstack-Request-Id: req-d46bf9db-cd8b-412b-84b5-efa5998bf06f Date: Sun, 12 Aug 2018 08:35:02 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "created_at": "2018-08-12T06:59:44Z", "updated_at": "2018-08-12T06:59:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "1d7fd960-7865-4453-aecc-8d399b4fad21", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "66820d8a-b785-4b18-bd67-500221c8e4f9", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "74fc7638-a322-4841-8c47-06d36174a200", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "8eaa09ec-8419-4582-9312-1e527afe6e4b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}], "revision_number": 4, "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "created_at": "2018-08-12T05:12:34Z", "updated_at": "2018-08-12T05:12:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "709513d2-af7d-4d0b-bd3c-604fed75a711", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "aa346066-e46f-44f2-94be-2884aa998a19", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "c15f7b93-e56c-4afa-867d-2acb286d4b7b", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "cb0ef83f-5f70-4a80-ad35-431ca9df551e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}], "revision_number": 4, "project_id": "fa5a7fe6ee54472ba01638877aade8e3", "id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ea65becf30e54b27aa96a449698a435e", "created_at": "2018-08-12T05:10:35Z", "updated_at": "2018-08-12T05:10:35Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "30ad280c-f302-4cd4-a438-5139917b56f9", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "76115c4c-887d-4f0a-83e2-486e4b39c713", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "8ab14937-4c08-4d43-8a9a-662e622cc643", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "ee757a03-5662-4273-9c3e-6212e7afb48f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}], "revision_number": 4, "project_id": "ea65becf30e54b27aa96a449698a435e", "id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "created_at": "2018-08-12T06:20:09Z", "updated_at": "2018-08-12T06:20:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "1123b8f2-75ac-4a26-b9b2-a96da97408e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "2ddd2b93-e080-48cd-9a50-f5fe8a82ad0c", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "cd1bae62-0aea-4438-b4c3-50a69ae6f855", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "e398e01e-ceea-46d1-9534-b929808c4a5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}], "revision_number": 4, "project_id": "ff7abd7bb61f4f2889831e932d65dc2e", "id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "created_at": "2018-08-12T05:34:57Z", "updated_at": "2018-08-12T05:34:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "208a1c1e-f5f8-49c7-9a25-d07e68b1541f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "27bfd867-e607-4bf8-9de8-60682d3f771d", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "49360e1f-6fd3-4f35-b339-24cea95773ee", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "60f631a9-d305-4920-9631-d0543e2ac64f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}], "revision_number": 4, "project_id": "3a85ceae958d4d9fba68847e7df67db8", "id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "created_at": "2018-08-12T05:34:40Z", "updated_at": "2018-08-12T05:34:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "2192c259-363e-4768-ae73-e75837ad63b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "3f87ddc5-f84d-41dc-8215-847724782569", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "7d89f6da-ea78-49dd-9115-f9ad23b250bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "9ec4497d-0f65-44db-9be9-7b3042e4a584", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}], "revision_number": 4, "project_id": "85517fcf1c6247e699fdcdd42ecc8c79", "id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "created_at": "2018-08-12T05:16:02Z", "updated_at": "2018-08-12T05:16:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "1ecacd8c-c1c7-4a66-9871-406a69323b43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "3cc1750c-e0e7-4902-b6f3-494a161b832e", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "d719a7a4-8c99-44ed-8c12-6bf071890203", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "fe7421b5-d577-41da-8c78-62f3c07eda92", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}], "revision_number": 4, "project_id": "a267b9a156244bb192691cff6e5f74fe", "id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "315a428116f24d9fbb826b37080a918e", "created_at": "2018-08-12T05:11:31Z", "updated_at": "2018-08-12T05:11:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "5e52886a-1dc3-4a81-a55d-f388dc4fd1a1", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "678e32e4-d64c-448a-a4ab-e253ab94ae90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "a8da1539-e3ad-4f90-b2df-3dc1f09d228a", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "b73d5cc9-0205-4658-bb1f-61a042c0ab8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}], "revision_number": 4, "project_id": "315a428116f24d9fbb826b37080a918e", "id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-12T05:08:01Z", "updated_at": "2018-08-12T05:08:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:01Z", "revision_number": 0, "id": "0fb05d03-1117-45d0-930c-b6d4c96ef102", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "4faaab33-5788-4bbd-85b8-0fb44d41413a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "96d0c5a0-5c67-421b-8fc8-2b46d77e5db3", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "dd78519b-4bc5-4e8e-ad0f-58089dd69347", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "11a46741b7954b959fd7764109c047b6", "created_at": "2018-08-12T05:34:51Z", "updated_at": "2018-08-12T05:34:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "0b67bf3c-2289-43bb-ab6c-7d25ec32a279", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "51f3f833-337a-42bd-a8d5-742ea8d6c226", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "571fd0b5-ef90-408d-af33-aafb517b8993", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "944ba823-fb9c-496e-a66e-bb426bb14a8d", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}], "revision_number": 4, "project_id": "11a46741b7954b959fd7764109c047b6", "id": "90af9782-8112-4257-801d-ee5115d226ba", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "created_at": "2018-08-12T05:34:26Z", "updated_at": "2018-08-12T05:34:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "2ee1f63a-807c-4d6a-85ee-dd784f6b8c3f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5dec3ec2-2add-47dd-8618-90659dcf3885", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5ea0dc3e-49d0-43f0-94e9-f6443527d14c", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "fbfaca22-7e3e-4128-8973-43e439b77c28", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}], "revision_number": 4, "project_id": "3c01cd58055c44ecaef39f7e625c2258", "id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "521007c1818145639e93ceb270559219", "created_at": "2018-08-12T05:13:27Z", "updated_at": "2018-08-12T05:13:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "5e7fede5-b0f2-47d8-95c3-516cdfc7f9de", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "8fd0e36f-c6c4-4f64-ba97-40439e614448", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "db7d79de-1dfc-4138-945f-91e74cdc266b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "e87f2cff-ff3e-4b6d-aaf0-7f0eb0ab9f05", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}], "revision_number": 4, "project_id": "521007c1818145639e93ceb270559219", "id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1e6433ed78e84e5aa7ce51971034f462", "created_at": "2018-08-12T08:34:18Z", "updated_at": "2018-08-12T08:34:18Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:34:18Z", "revision_number": 0, "id": "b10215eb-db59-404a-8714-d907217c0525", "remote_group_id": "bf27264a-4fce-409e-a939-08ca061be2dd", "remote_ip_prefix": null, "created_at": "2018-08-12T08:34:18Z", "security_group_id": "bf27264a-4fce-409e-a939-08ca061be2dd", "tenant_id": "1e6433ed78e84e5aa7ce51971034f462", "port_range_min": null, "ethertype": "IPv4", "project_id": "1e6433ed78e84e5aa7ce51971034f462"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:34:18Z", "revision_number": 0, "id": "c81b5b20-63a0-45d3-84fd-a37b308eef4a", "remote_group_id": "bf27264a-4fce-409e-a939-08ca061be2dd", "remote_ip_prefix": null, "created_at": "2018-08-12T08:34:18Z", "security_group_id": "bf27264a-4fce-409e-a939-08ca061be2dd", "tenant_id": "1e6433ed78e84e5aa7ce51971034f462", "port_range_min": null, "ethertype": "IPv6", "project_id": "1e6433ed78e84e5aa7ce51971034f462"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:34:18Z", "revision_number": 0, "id": "de64b538-d93c-43b9-b35c-9f7e41ff7e2d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:34:18Z", "security_group_id": "bf27264a-4fce-409e-a939-08ca061be2dd", "tenant_id": "1e6433ed78e84e5aa7ce51971034f462", "port_range_min": null, "ethertype": "IPv4", "project_id": "1e6433ed78e84e5aa7ce51971034f462"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:34:18Z", "revision_number": 0, "id": "fb32f7e9-ec5d-495b-b413-2416df3c4911", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:34:18Z", "security_group_id": "bf27264a-4fce-409e-a939-08ca061be2dd", "tenant_id": "1e6433ed78e84e5aa7ce51971034f462", "port_range_min": null, "ethertype": "IPv6", "project_id": "1e6433ed78e84e5aa7ce51971034f462"}], "revision_number": 4, "project_id": "1e6433ed78e84e5aa7ce51971034f462", "id": "bf27264a-4fce-409e-a939-08ca061be2dd", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "created_at": "2018-08-12T05:08:18Z", "updated_at": "2018-08-12T05:08:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "3c67be40-bf74-4f97-9693-d93ce73a23b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "6112d869-2fc6-4a25-a13c-3d55cd7206c0", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "bdf21c56-453e-482e-9cba-3c55abcb0339", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "c8e92c39-38cc-4f48-be9c-5f0912e6a725", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}], "revision_number": 4, "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "created_at": "2018-08-12T05:04:23Z", "updated_at": "2018-08-12T05:04:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "280546d9-8ad1-4283-abfc-15ee9b1736c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "58bce125-f2ca-4a6d-b9ca-4e6cf5c0f7a5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "69275b9a-cfb5-482c-a9c4-8ffc79adf2c7", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "6d747f3a-3764-469a-a645-f977585c5aac", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}], "revision_number": 4, "project_id": "310f5853751a4c968f3eeb0a3d99a0a8", "id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "created_at": "2018-08-12T05:34:42Z", "updated_at": "2018-08-12T05:34:42Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "199582e8-25aa-457a-aa7c-6d8413ca4464", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "234f3609-4454-448f-919d-c8143c7cd764", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "c1061460-71a2-49a9-a04b-9fa33eeb17ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "d21ac532-51d8-4d6b-8300-7bac216759bf", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}], "revision_number": 4, "project_id": "9f6c1a272706419c9a74b0893b2890e8", "id": "d6739716-c693-460c-89c6-e7c8c48f8245", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "created_at": "2018-08-12T05:34:54Z", "updated_at": "2018-08-12T05:34:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "0633a05a-ee7d-4476-a56b-75d011b22f77", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "6cc1b9f8-73db-47a3-a0e0-3c96c43f34da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "90d99a6b-e94f-4fd8-a10c-f19dd8954c13", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "e843c139-af2a-4d2c-a24f-59f7b10ff72e", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}], "revision_number": 4, "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "created_at": "2018-08-12T05:09:07Z", "updated_at": "2018-08-12T05:09:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "5495e168-f505-4d74-ae6d-387f0bf533c2", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "6fd19b8b-3062-456e-81ba-3ff37fe43429", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8ca59d25-485c-46ce-939c-2e4a468caeac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8f190846-50a0-42b9-b571-390809b752b1", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}], "revision_number": 4, "project_id": "fa9ca6d7608b4d7d87ce97331679a481", "id": "edcd9b17-9416-4c25-823c-060c435e18d7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "created_at": "2018-08-12T05:34:52Z", "updated_at": "2018-08-12T05:34:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "2c7e484e-6ec5-4a95-8c9c-66d294c0c27e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "70c74258-3c2c-4efc-87e0-079c26ee3417", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "b70382fa-082e-4c2b-abc8-87490fa50b11", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "c3628e02-b4b6-42c9-8751-c1a2d3c19caa", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}], "revision_number": 4, "project_id": "87db863ba6e348b0a5ddcb67053db9d1", "id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "name": "default"}]} 2018-08-12 08:35:02,898 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-d46bf9db-cd8b-412b-84b5-efa5998bf06f 2018-08-12 08:35:02,906 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5632255b85a28619bfd537f1b13157a93b3b1b27" 2018-08-12 08:35:03,034 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:35:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8943de50-8aec-41dd-ae79-aab4e1bf7531 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 5fe28c13d4d74ba2be8d019ac1ea6363.", "code": 404, "title": "Not Found"}} 2018-08-12 08:35:03,034 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 used request id req-8943de50-8aec-41dd-ae79-aab4e1bf7531 2018-08-12 08:35:03,034 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:35:03,037 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5632255b85a28619bfd537f1b13157a93b3b1b27" 2018-08-12 08:35:03,153 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:35:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2ccf5529-5e4a-4d8a-ab56-033caede1e88 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa5a7fe6ee54472ba01638877aade8e3.", "code": 404, "title": "Not Found"}} 2018-08-12 08:35:03,154 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 used request id req-2ccf5529-5e4a-4d8a-ab56-033caede1e88 2018-08-12 08:35:03,154 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:35:03,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5632255b85a28619bfd537f1b13157a93b3b1b27" 2018-08-12 08:35:03,287 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:35:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a0ca2db2-bd70-4938-9964-c046c09f25ce Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ea65becf30e54b27aa96a449698a435e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:35:03,288 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e used request id req-a0ca2db2-bd70-4938-9964-c046c09f25ce 2018-08-12 08:35:03,288 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:35:03,291 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5632255b85a28619bfd537f1b13157a93b3b1b27" 2018-08-12 08:35:03,376 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:35:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9b982af9-6187-4008-813d-f78cedea43a6 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ff7abd7bb61f4f2889831e932d65dc2e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:35:03,376 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e used request id req-9b982af9-6187-4008-813d-f78cedea43a6 2018-08-12 08:35:03,376 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:35:03,380 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5632255b85a28619bfd537f1b13157a93b3b1b27" 2018-08-12 08:35:03,471 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:35:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5cea8255-bdb3-453c-8f4c-e0834cb4788f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3a85ceae958d4d9fba68847e7df67db8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:35:03,472 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 used request id req-5cea8255-bdb3-453c-8f4c-e0834cb4788f 2018-08-12 08:35:03,472 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:35:03,475 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5632255b85a28619bfd537f1b13157a93b3b1b27" 2018-08-12 08:35:03,566 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:35:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7564560d-aaa0-4fdb-aa0e-6b437bf142bb Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 85517fcf1c6247e699fdcdd42ecc8c79.", "code": 404, "title": "Not Found"}} 2018-08-12 08:35:03,566 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 used request id req-7564560d-aaa0-4fdb-aa0e-6b437bf142bb 2018-08-12 08:35:03,566 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:35:03,570 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5632255b85a28619bfd537f1b13157a93b3b1b27" 2018-08-12 08:35:03,663 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:35:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1c49da06-863d-4a7d-879a-d1f292c41a5c Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}} 2018-08-12 08:35:03,663 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe used request id req-1c49da06-863d-4a7d-879a-d1f292c41a5c 2018-08-12 08:35:03,667 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5632255b85a28619bfd537f1b13157a93b3b1b27" 2018-08-12 08:35:03,752 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:35:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7bc45cc6-84e5-4574-9189-410dc0cd1d63 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 315a428116f24d9fbb826b37080a918e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:35:03,753 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e used request id req-7bc45cc6-84e5-4574-9189-410dc0cd1d63 2018-08-12 08:35:03,753 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:35:03,756 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5632255b85a28619bfd537f1b13157a93b3b1b27" 2018-08-12 08:35:03,848 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:35:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2cff6931-0585-4f3b-ad7c-013d703e4b44 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 11a46741b7954b959fd7764109c047b6.", "code": 404, "title": "Not Found"}} 2018-08-12 08:35:03,848 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 used request id req-2cff6931-0585-4f3b-ad7c-013d703e4b44 2018-08-12 08:35:03,848 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:35:03,852 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5632255b85a28619bfd537f1b13157a93b3b1b27" 2018-08-12 08:35:03,941 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:35:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4b0b1c98-91f6-4848-928d-fb22e310ae36 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3c01cd58055c44ecaef39f7e625c2258.", "code": 404, "title": "Not Found"}} 2018-08-12 08:35:03,941 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 used request id req-4b0b1c98-91f6-4848-928d-fb22e310ae36 2018-08-12 08:35:03,941 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:35:03,944 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5632255b85a28619bfd537f1b13157a93b3b1b27" 2018-08-12 08:35:04,030 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:35:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-aa02fae0-1313-4825-9763-1ae2f63d4ef9 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 521007c1818145639e93ceb270559219.", "code": 404, "title": "Not Found"}} 2018-08-12 08:35:04,030 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 used request id req-aa02fae0-1313-4825-9763-1ae2f63d4ef9 2018-08-12 08:35:04,030 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:35:04,034 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/1e6433ed78e84e5aa7ce51971034f462 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5632255b85a28619bfd537f1b13157a93b3b1b27" 2018-08-12 08:35:04,128 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:35:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0bc8242c-fbcf-4cf0-80b0-0e694719ae28 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/1e6433ed78e84e5aa7ce51971034f462"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "1e6433ed78e84e5aa7ce51971034f462", "name": "InstanceSecurityGroupTests-06608033-1fc3-4ec-proj"}} 2018-08-12 08:35:04,128 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/1e6433ed78e84e5aa7ce51971034f462 used request id req-0bc8242c-fbcf-4cf0-80b0-0e694719ae28 2018-08-12 08:35:04,129 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - bf27264a-4fce-409e-a939-08ca061be2dd 2018-08-12 08:35:04,134 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=bf27264a-4fce-409e-a939-08ca061be2dd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5632255b85a28619bfd537f1b13157a93b3b1b27" 2018-08-12 08:35:04,401 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-dc25441e-4587-498e-88bb-557e561505ab Date: Sun, 12 Aug 2018 08:35:04 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "bf27264a-4fce-409e-a939-08ca061be2dd", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:34:18Z", "security_group_id": "bf27264a-4fce-409e-a939-08ca061be2dd", "port_range_min": null, "revision_number": 0, "tenant_id": "1e6433ed78e84e5aa7ce51971034f462", "created_at": "2018-08-12T08:34:18Z", "project_id": "1e6433ed78e84e5aa7ce51971034f462", "id": "b10215eb-db59-404a-8714-d907217c0525"}, {"remote_group_id": "bf27264a-4fce-409e-a939-08ca061be2dd", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:34:18Z", "security_group_id": "bf27264a-4fce-409e-a939-08ca061be2dd", "port_range_min": null, "revision_number": 0, "tenant_id": "1e6433ed78e84e5aa7ce51971034f462", "created_at": "2018-08-12T08:34:18Z", "project_id": "1e6433ed78e84e5aa7ce51971034f462", "id": "c81b5b20-63a0-45d3-84fd-a37b308eef4a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:34:18Z", "security_group_id": "bf27264a-4fce-409e-a939-08ca061be2dd", "port_range_min": null, "revision_number": 0, "tenant_id": "1e6433ed78e84e5aa7ce51971034f462", "created_at": "2018-08-12T08:34:18Z", "project_id": "1e6433ed78e84e5aa7ce51971034f462", "id": "de64b538-d93c-43b9-b35c-9f7e41ff7e2d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:34:18Z", "security_group_id": "bf27264a-4fce-409e-a939-08ca061be2dd", "port_range_min": null, "revision_number": 0, "tenant_id": "1e6433ed78e84e5aa7ce51971034f462", "created_at": "2018-08-12T08:34:18Z", "project_id": "1e6433ed78e84e5aa7ce51971034f462", "id": "fb32f7e9-ec5d-495b-b413-2416df3c4911"}]} 2018-08-12 08:35:04,402 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=bf27264a-4fce-409e-a939-08ca061be2dd used request id req-dc25441e-4587-498e-88bb-557e561505ab 2018-08-12 08:35:04,402 - neutron_utils - INFO - Deleting security group with name - default 2018-08-12 08:35:04,407 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/bf27264a-4fce-409e-a939-08ca061be2dd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5632255b85a28619bfd537f1b13157a93b3b1b27" 2018-08-12 08:35:04,820 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-200176e5-7e47-43ea-a22a-36082b2c4d47 Content-Length: 0 Date: Sun, 12 Aug 2018 08:35:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:35:04,820 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/bf27264a-4fce-409e-a939-08ca061be2dd used request id req-200176e5-7e47-43ea-a22a-36082b2c4d47 2018-08-12 08:35:04,821 - keystone_utils - INFO - Deleting project with name - InstanceSecurityGroupTests-06608033-1fc3-4ec-proj 2018-08-12 08:35:04,825 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/1e6433ed78e84e5aa7ce51971034f462 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5632255b85a28619bfd537f1b13157a93b3b1b27" 2018-08-12 08:35:05,099 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:35:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c5041caf-f64c-4ab5-a8b3-1c28d1be45ea 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 08:35:05,099 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/1e6433ed78e84e5aa7ce51971034f462 used request id req-c5041caf-f64c-4ab5-a8b3-1c28d1be45ea 2018-08-12 08:35:05,099 - keystone_utils - INFO - Deleting role with name - InstanceSecurityGroupTests-06608033-1fc3-4ec-proj-role 2018-08-12 08:35:05,103 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/a2e75a302462462e9bdc07f80743da57 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5632255b85a28619bfd537f1b13157a93b3b1b27" 2018-08-12 08:35:05,213 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:35:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b139402c-fce4-45ea-9863-39a170a9aba5 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 08:35:05,213 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/a2e75a302462462e9bdc07f80743da57 used request id req-b139402c-fce4-45ea-9863-39a170a9aba5 2018-08-12 08:35:05,217 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5632255b85a28619bfd537f1b13157a93b3b1b27" 2018-08-12 08:35:05,308 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:35:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3b9fc1f6-b45e-4e87-999f-a9c1111ffdfb Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:35:05,308 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-3b9fc1f6-b45e-4e87-999f-a9c1111ffdfb 2018-08-12 08:35:05,309 - keystone_utils - INFO - Deleting user with name - InstanceSecurityGroupTests-06608033-1fc3-4ec-user 2018-08-12 08:35:05,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/9514b997dacc4dc3b64a2ecb80fcca2d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}371cf1603bcdb08046a991e9221d835509bf4e35" 2018-08-12 08:35:05,520 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:35:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1079ca6a-c001-47b7-893c-dc5175e6de31 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 08:35:05,520 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/9514b997dacc4dc3b64a2ecb80fcca2d used request id req-1079ca6a-c001-47b7-893c-dc5175e6de31 2018-08-12 08:35:05,521 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:35:05,911 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:35:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["jjen4M7_T6--thSGilSQbQ"], "issued_at": "2018-08-12T08:35:05.000000Z"}} 2018-08-12 08:35:05,912 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}2006fa10aa2499b32982a2d5c318b075b61bf7e8" 2018-08-12 08:35:05,995 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:35:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc518bbd-a8b0-4397-9d2b-33a064c34ad9 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:35:05,995 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-cc518bbd-a8b0-4397-9d2b-33a064c34ad9 2018-08-12 08:35:05,997 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:35:05,997 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:35:06,391 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:35:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["U8bEKlu2Stavf7VHI2jClA"], "issued_at": "2018-08-12T08:35:06.000000Z"}} 2018-08-12 08:35:06,392 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}fec265085640761ed06938a1293c52f88d7878c0" 2018-08-12 08:35:06,476 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:35:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-64a39aa9-6b2d-452b-95a9-cae788ce0621 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:35:06,476 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-64a39aa9-6b2d-452b-95a9-cae788ce0621 2018-08-12 08:35:06,480 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:35:06,487 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:35:06 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:35:06,488 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceOnComputeHost-9324dcbc-4a56-455-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fec265085640761ed06938a1293c52f88d7878c0" 2018-08-12 08:35:06,582 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:35:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2ebd571f-cf4c-49fc-a436-89bce1d8b320 Content-Encoding: gzip Content-Length: 183 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceOnComputeHost-9324dcbc-4a56-455-proj", "previous": null, "next": null}, "projects": []} 2018-08-12 08:35:06,582 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceOnComputeHost-9324dcbc-4a56-455-proj used request id req-2ebd571f-cf4c-49fc-a436-89bce1d8b320 2018-08-12 08:35:06,586 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fec265085640761ed06938a1293c52f88d7878c0" 2018-08-12 08:35:06,674 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:35:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fbf2e1f1-a0b4-4220-8ae5-b99f02b77da2 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:35:06,674 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-fbf2e1f1-a0b4-4220-8ae5-b99f02b77da2 2018-08-12 08:35:06,678 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fec265085640761ed06938a1293c52f88d7878c0" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceOnComputeHost-9324dcbc-4a56-455-proj"}}' 2018-08-12 08:35:06,812 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:35:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-074e5154-bfe5-4b7f-901c-9b352c9a4720 Content-Length: 324 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/28fd878432934dc5a47c331c4b3057b3"}, "tags": [], "enabled": true, "id": "28fd878432934dc5a47c331c4b3057b3", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceOnComputeHost-9324dcbc-4a56-455-proj"}} 2018-08-12 08:35:06,812 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-074e5154-bfe5-4b7f-901c-9b352c9a4720 2018-08-12 08:35:06,812 - keystone_utils - INFO - Created project with name - CreateInstanceOnComputeHost-9324dcbc-4a56-455-proj 2018-08-12 08:35:06,812 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:35:06,813 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:35:07,209 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:35:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["7dXaQHZ8S-iRuqPPwjyypw"], "issued_at": "2018-08-12T08:35:07.000000Z"}} 2018-08-12 08:35:07,209 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}74e771b76e4a5c3c44036435fd04d050c98a87f4" 2018-08-12 08:35:07,289 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:35:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3681bfbc-0d4e-407d-9cf2-3052167cbbb1 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:35:07,290 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-3681bfbc-0d4e-407d-9cf2-3052167cbbb1 2018-08-12 08:35:07,293 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:35:07,298 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:35:07 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:35:07,299 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74e771b76e4a5c3c44036435fd04d050c98a87f4" 2018-08-12 08:35:07,408 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:35:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-814fabe3-9dd1-43f5-8ed0-a9df3324df99 Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/105a247548624314b9228f85f6325f0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105a247548624314b9228f85f6325f0b", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/1c5de0eaa44543f08da6ad63a51594ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c5de0eaa44543f08da6ad63a51594ff", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/1d127b5b832547a88a547c116dfdd65b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d127b5b832547a88a547c116dfdd65b", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/1d5cfc170d624ce4ae53ae0507c8d517"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d5cfc170d624ce4ae53ae0507c8d517", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/2421820b75eb4d3ebd02830378d1377b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2421820b75eb4d3ebd02830378d1377b", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/40bd8ee54ecf44868cc83cede652c396"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40bd8ee54ecf44868cc83cede652c396", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/4f32fb8153854c4c9f5094b42b523f80"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f32fb8153854c4c9f5094b42b523f80", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7066130d08fb4db7bf4ab468de53933b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7066130d08fb4db7bf4ab468de53933b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/8d0898a83bcf4521bbc11501d5d7ac89"}, "domain_id": "1eec97585bde483292ece28ee11f4b8d", "enabled": true, "options": {}, "id": "8d0898a83bcf4521bbc11501d5d7ac89", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/9defcced327d476f8a3beab718a13da3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9defcced327d476f8a3beab718a13da3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/b80ee4f6992446e0879624dd436e99a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b80ee4f6992446e0879624dd436e99a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b86fd3e011324d398fcdb6f095a20a9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b86fd3e011324d398fcdb6f095a20a9d", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1701d2754064b5cadf765ea0806f9b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1701d2754064b5cadf765ea0806f9b2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/db4e7b8d76d549faa502716565c733dd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db4e7b8d76d549faa502716565c733dd", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-12 08:35:07,408 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-814fabe3-9dd1-43f5-8ed0-a9df3324df99 2018-08-12 08:35:07,412 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateInstanceOnComputeHost-9324dcbc-4a56-455-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74e771b76e4a5c3c44036435fd04d050c98a87f4" 2018-08-12 08:35:07,497 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:35:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3fa377ab-e684-4509-9bfa-d3cde710fda9 Content-Encoding: gzip Content-Length: 263 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateInstanceOnComputeHost-9324dcbc-4a56-455-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/28fd878432934dc5a47c331c4b3057b3"}, "tags": [], "enabled": true, "id": "28fd878432934dc5a47c331c4b3057b3", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceOnComputeHost-9324dcbc-4a56-455-proj"}]} 2018-08-12 08:35:07,497 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateInstanceOnComputeHost-9324dcbc-4a56-455-proj used request id req-3fa377ab-e684-4509-9bfa-d3cde710fda9 2018-08-12 08:35:07,501 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74e771b76e4a5c3c44036435fd04d050c98a87f4" 2018-08-12 08:35:07,597 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:35:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9459f8ef-a696-462e-84bd-663bac83c093 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:35:07,597 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-9459f8ef-a696-462e-84bd-663bac83c093 2018-08-12 08:35:08,015 - keystone_utils - INFO - Created user with name - CreateInstanceOnComputeHost-9324dcbc-4a56-455-user 2018-08-12 08:35:08,016 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:35:08,021 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fec265085640761ed06938a1293c52f88d7878c0" 2018-08-12 08:35:08,109 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:35:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-98f50617-046a-47d7-88ed-9d1e2dfa17fe Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:35:08,109 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-98f50617-046a-47d7-88ed-9d1e2dfa17fe 2018-08-12 08:35:08,113 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fec265085640761ed06938a1293c52f88d7878c0" -d '{"role": {"name": "CreateInstanceOnComputeHost-9324dcbc-4a56-455-proj-role"}}' 2018-08-12 08:35:08,236 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:35:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4fbe5d39-66d5-4686-8819-be02c017f87d Content-Length: 226 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "5ecae21ee30942518289776748011f99", "links": {"self": "http://172.30.9.21:5000/v3/roles/5ecae21ee30942518289776748011f99"}, "name": "CreateInstanceOnComputeHost-9324dcbc-4a56-455-proj-role"}} 2018-08-12 08:35:08,237 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-4fbe5d39-66d5-4686-8819-be02c017f87d 2018-08-12 08:35:08,237 - keystone_utils - INFO - Created role with name - CreateInstanceOnComputeHost-9324dcbc-4a56-455-proj-role 2018-08-12 08:35:08,240 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/5ecae21ee30942518289776748011f99 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fec265085640761ed06938a1293c52f88d7878c0" 2018-08-12 08:35:08,340 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:35:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a2eea39c-ff53-459d-b642-2d92a696d186 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "5ecae21ee30942518289776748011f99", "links": {"self": "http://172.30.9.21:5000/v3/roles/5ecae21ee30942518289776748011f99"}, "name": "CreateInstanceOnComputeHost-9324dcbc-4a56-455-proj-role"}} 2018-08-12 08:35:08,340 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/5ecae21ee30942518289776748011f99 used request id req-a2eea39c-ff53-459d-b642-2d92a696d186 2018-08-12 08:35:08,341 - keystone_utils - INFO - Granting role CreateInstanceOnComputeHost-9324dcbc-4a56-455-proj-role to project CreateInstanceOnComputeHost-9324dcbc-4a56-455-proj 2018-08-12 08:35:08,344 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/28fd878432934dc5a47c331c4b3057b3/users/cc2522b3329240d0b55f0337b1f5c601/roles/5ecae21ee30942518289776748011f99 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fec265085640761ed06938a1293c52f88d7878c0" 2018-08-12 08:35:08,474 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:35:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7ef9229f-f233-4d67-a971-97b02f1f8bda 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 08:35:08,474 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/28fd878432934dc5a47c331c4b3057b3/users/cc2522b3329240d0b55f0337b1f5c601/roles/5ecae21ee30942518289776748011f99 used request id req-7ef9229f-f233-4d67-a971-97b02f1f8bda 2018-08-12 08:35:08,474 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-08-12 08:35:08,475 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:35:08,475 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:35:08,870 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:35:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["tZ52OLKqQN-L9rY162xPAw"], "issued_at": "2018-08-12T08:35:08.000000Z"}} 2018-08-12 08:35:08,871 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}e3604012d8a8d04ae16b52dce39f4efa986d8809" 2018-08-12 08:35:08,959 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:35:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8b781bf5-79ad-4872-ae60-58324bc73308 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:35:08,960 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-8b781bf5-79ad-4872-ae60-58324bc73308 2018-08-12 08:35:08,961 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:35:08,961 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:35:08,961 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:35:08,961 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:35:08,962 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:35:08,968 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3604012d8a8d04ae16b52dce39f4efa986d8809" 2018-08-12 08:35:09,151 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-c0ac3da1-d1be-4d26-ac2f-0875a017e350 Date: Sun, 12 Aug 2018 08:35:09 GMT RESP BODY: {"networks":[]} 2018-08-12 08:35:09,152 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-priv-net used request id req-c0ac3da1-d1be-4d26-ac2f-0875a017e350 2018-08-12 08:35:09,152 - neutron_utils - INFO - Creating network with name CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-priv-net 2018-08-12 08:35:09,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3604012d8a8d04ae16b52dce39f4efa986d8809" -d '{"network": {"name": "CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-priv-net", "admin_state_up": true}}' 2018-08-12 08:35:09,654 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-b8d3500f-2b7a-4e4d-b1a4-392142f26ed3 Date: Sun, 12 Aug 2018 08:35:09 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"3a2ab25d-f9b5-4eac-bcca-3008fdc01338","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"a267b9a156244bb192691cff6e5f74fe","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T08:35:09Z","is_default":false,"provider:segmentation_id":30,"name":"CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-priv-net","admin_state_up":true,"tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:35:09Z","mtu":1450}} 2018-08-12 08:35:09,655 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-b8d3500f-2b7a-4e4d-b1a4-392142f26ed3 2018-08-12 08:35:09,660 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=3a2ab25d-f9b5-4eac-bcca-3008fdc01338 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3604012d8a8d04ae16b52dce39f4efa986d8809" 2018-08-12 08:35:09,888 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 689 X-Openstack-Request-Id: req-1bddacd3-f431-42e6-af61-5fb2645e2436 Date: Sun, 12 Aug 2018 08:35:09 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"3a2ab25d-f9b5-4eac-bcca-3008fdc01338","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"a267b9a156244bb192691cff6e5f74fe","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T08:35:09Z","provider:segmentation_id":30,"name":"CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-priv-net","admin_state_up":true,"tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:35:09Z","provider:network_type":"vxlan"}]} 2018-08-12 08:35:09,888 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=3a2ab25d-f9b5-4eac-bcca-3008fdc01338 used request id req-1bddacd3-f431-42e6-af61-5fb2645e2436 2018-08-12 08:35:09,893 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=3a2ab25d-f9b5-4eac-bcca-3008fdc01338 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3604012d8a8d04ae16b52dce39f4efa986d8809" 2018-08-12 08:35:10,097 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-21d0c750-7eed-42f3-ab3c-6858ed4ebd70 Date: Sun, 12 Aug 2018 08:35:10 GMT RESP BODY: {"subnets":[]} 2018-08-12 08:35:10,097 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=3a2ab25d-f9b5-4eac-bcca-3008fdc01338 used request id req-21d0c750-7eed-42f3-ab3c-6858ed4ebd70 2018-08-12 08:35:10,097 - neutron_utils - INFO - Creating subnet with name CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-priv-subnet 2018-08-12 08:35:10,102 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3604012d8a8d04ae16b52dce39f4efa986d8809" -d '{"subnets": [{"ip_version": 4, "network_id": "3a2ab25d-f9b5-4eac-bcca-3008fdc01338", "cidr": "10.55.0.0/24", "name": "CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-priv-subnet"}]}' 2018-08-12 08:35:10,750 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-bea47e17-04b2-440a-85d7-630982be7560 Date: Sun, 12 Aug 2018 08:35:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3a2ab25d-f9b5-4eac-bcca-3008fdc01338","tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:35:10Z","dns_nameservers":[],"updated_at":"2018-08-12T08:35:10Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"a267b9a156244bb192691cff6e5f74fe","id":"ef213427-c573-4167-a9ef-8154682587d9","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-priv-subnet"}]} 2018-08-12 08:35:10,750 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-bea47e17-04b2-440a-85d7-630982be7560 2018-08-12 08:35:10,755 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=3a2ab25d-f9b5-4eac-bcca-3008fdc01338 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3604012d8a8d04ae16b52dce39f4efa986d8809" 2018-08-12 08:35:11,005 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 733 X-Openstack-Request-Id: req-73467dee-aee1-42ad-a28b-8cf33242884a Date: Sun, 12 Aug 2018 08:35:11 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"3a2ab25d-f9b5-4eac-bcca-3008fdc01338","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a267b9a156244bb192691cff6e5f74fe","status":"ACTIVE","subnets":["ef213427-c573-4167-a9ef-8154682587d9"],"description":"","tags":[],"updated_at":"2018-08-12T08:35:10Z","provider:segmentation_id":30,"name":"CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-priv-net","admin_state_up":true,"tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:35:09Z","provider:network_type":"vxlan"}]} 2018-08-12 08:35:11,006 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=3a2ab25d-f9b5-4eac-bcca-3008fdc01338 used request id req-73467dee-aee1-42ad-a28b-8cf33242884a 2018-08-12 08:35:11,010 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=3a2ab25d-f9b5-4eac-bcca-3008fdc01338 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3604012d8a8d04ae16b52dce39f4efa986d8809" 2018-08-12 08:35:11,247 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-1b40695f-deb9-4d90-a8e6-4ab579df8667 Date: Sun, 12 Aug 2018 08:35:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3a2ab25d-f9b5-4eac-bcca-3008fdc01338","tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:35:10Z","dns_nameservers":[],"updated_at":"2018-08-12T08:35:10Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"a267b9a156244bb192691cff6e5f74fe","id":"ef213427-c573-4167-a9ef-8154682587d9","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-priv-subnet"}]} 2018-08-12 08:35:11,247 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=3a2ab25d-f9b5-4eac-bcca-3008fdc01338 used request id req-1b40695f-deb9-4d90-a8e6-4ab579df8667 2018-08-12 08:35:11,247 - OpenStackNetwork - DEBUG - Network [3a2ab25d-f9b5-4eac-bcca-3008fdc01338] created successfully 2018-08-12 08:35:11,248 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:35:11,248 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:35:11,642 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:35:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["F5kNhjkFS9mt0etVG--9Tw"], "issued_at": "2018-08-12T08:35:11.000000Z"}} 2018-08-12 08:35:11,643 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}ac70580b1ff3a38e6324fb97d5a7286e638c1ee9" 2018-08-12 08:35:11,734 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:35:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6d95f54e-2196-4a7a-b52b-c78ec4bee8cb Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:35:11,735 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-6d95f54e-2196-4a7a-b52b-c78ec4bee8cb 2018-08-12 08:35:11,736 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-12 08:35:11,741 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac70580b1ff3a38e6324fb97d5a7286e638c1ee9" 2018-08-12 08:35:11,950 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:35:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2ac59f87-0597-46f2-9815-efec148b41d0 x-compute-request-id: req-2ac59f87-0597-46f2-9815-efec148b41d0 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-08-12 08:35:11,950 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-2ac59f87-0597-46f2-9815-efec148b41d0 2018-08-12 08:35:11,953 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac70580b1ff3a38e6324fb97d5a7286e638c1ee9" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 512, "id": null, "swap": 0}}' 2018-08-12 08:35:12,000 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:35:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-25695145-a4a8-4a1a-961c-eab0a7c92966 x-compute-request-id: req-25695145-a4a8-4a1a-961c-eab0a7c92966 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-flavor-name", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/8a9847cf-2031-4d62-8475-9bcec4f91a9f", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/8a9847cf-2031-4d62-8475-9bcec4f91a9f", "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": "8a9847cf-2031-4d62-8475-9bcec4f91a9f"}} 2018-08-12 08:35:12,001 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-25695145-a4a8-4a1a-961c-eab0a7c92966 2018-08-12 08:35:12,001 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:35:12,002 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:35:12,396 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ecae21ee30942518289776748011f99", "name": "CreateInstanceOnComputeHost-9324dcbc-4a56-455-proj-role"}], "expires_at": "2018-08-12T09:35:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "28fd878432934dc5a47c331c4b3057b3", "name": "CreateInstanceOnComputeHost-9324dcbc-4a56-455-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/28fd878432934dc5a47c331c4b3057b3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/28fd878432934dc5a47c331c4b3057b3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/28fd878432934dc5a47c331c4b3057b3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_28fd878432934dc5a47c331c4b3057b3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_28fd878432934dc5a47c331c4b3057b3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/28fd878432934dc5a47c331c4b3057b3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/28fd878432934dc5a47c331c4b3057b3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/28fd878432934dc5a47c331c4b3057b3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/28fd878432934dc5a47c331c4b3057b3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/28fd878432934dc5a47c331c4b3057b3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/28fd878432934dc5a47c331c4b3057b3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/28fd878432934dc5a47c331c4b3057b3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/28fd878432934dc5a47c331c4b3057b3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/28fd878432934dc5a47c331c4b3057b3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceOnComputeHost-9324dcbc-4a56-455-user", "id": "cc2522b3329240d0b55f0337b1f5c601"}, "audit_ids": ["x_bbG3M4To6mKrEWhGOJ2A"], "issued_at": "2018-08-12T08:35:12.000000Z"}} 2018-08-12 08:35:12,397 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}7c72ab6fadaaafd12fd00f62c13d8c6d9a56f7a6" 2018-08-12 08:35:12,484 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:35:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f6b86720-fd64-4259-a23f-992a9b861793 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:35:12,485 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-f6b86720-fd64-4259-a23f-992a9b861793 2018-08-12 08:35:12,489 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7c72ab6fadaaafd12fd00f62c13d8c6d9a56f7a6" 2018-08-12 08:35:12,701 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 172 Content-Type: application/json X-Openstack-Request-Id: req-ff9d233f-4b45-4251-995b-d0229c823fc2 Date: Sun, 12 Aug 2018 08:35:12 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-image"} 2018-08-12 08:35:12,701 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-image used request id req-ff9d233f-4b45-4251-995b-d0229c823fc2 2018-08-12 08:35:12,704 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7c72ab6fadaaafd12fd00f62c13d8c6d9a56f7a6" 2018-08-12 08:35:12,872 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-c9c59121-f7b3-47da-99f3-571a61ee7371 Date: Sun, 12 Aug 2018 08:35:12 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"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}, "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}, "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"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "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"}, "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"}, "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}, "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}, "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"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "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}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-12 08:35:12,872 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-c9c59121-f7b3-47da-99f3-571a61ee7371 2018-08-12 08:35:12,902 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7c72ab6fadaaafd12fd00f62c13d8c6d9a56f7a6" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-image"}' 2018-08-12 08:35:13,156 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 631 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/6bfa8eaa-392c-497b-a2da-748cf0f21ab1 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-242e13d8-e87e-4d49-9a6b-ccea3ecff9e2 Date: Sun, 12 Aug 2018 08:35:13 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-image", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:35:13Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-08-12T08:35:13Z", "visibility": "shared", "locations": [], "self": "/v2/images/6bfa8eaa-392c-497b-a2da-748cf0f21ab1", "min_disk": 0, "protected": false, "id": "6bfa8eaa-392c-497b-a2da-748cf0f21ab1", "file": "/v2/images/6bfa8eaa-392c-497b-a2da-748cf0f21ab1/file", "checksum": null, "owner": "28fd878432934dc5a47c331c4b3057b3", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-12 08:35:13,156 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-242e13d8-e87e-4d49-9a6b-ccea3ecff9e2 2018-08-12 08:35:13,167 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/6bfa8eaa-392c-497b-a2da-748cf0f21ab1/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7c72ab6fadaaafd12fd00f62c13d8c6d9a56f7a6" -d '' 2018-08-12 08:35:14,929 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a51391bf-eabd-42fa-9f95-3daee93906c3 Date: Sun, 12 Aug 2018 08:35: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 08:35:14,929 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/6bfa8eaa-392c-497b-a2da-748cf0f21ab1/file used request id req-a51391bf-eabd-42fa-9f95-3daee93906c3 2018-08-12 08:35:14,930 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-12 08:35:14,933 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/6bfa8eaa-392c-497b-a2da-748cf0f21ab1 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7c72ab6fadaaafd12fd00f62c13d8c6d9a56f7a6" 2018-08-12 08:35:14,955 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 892 Content-Type: application/json X-Openstack-Request-Id: req-9793e75f-b7a2-4a63-8bfd-b52aea5dd6e7 Date: Sun, 12 Aug 2018 08:35:14 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-image", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:35:13Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-12T08:35:14Z", "visibility": "shared", "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/6bfa8eaa-392c-497b-a2da-748cf0f21ab1/snap", "metadata": {}}], "self": "/v2/images/6bfa8eaa-392c-497b-a2da-748cf0f21ab1", "min_disk": 0, "protected": false, "id": "6bfa8eaa-392c-497b-a2da-748cf0f21ab1", "file": "/v2/images/6bfa8eaa-392c-497b-a2da-748cf0f21ab1/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "28fd878432934dc5a47c331c4b3057b3", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/6bfa8eaa-392c-497b-a2da-748cf0f21ab1/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-12 08:35:14,955 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/6bfa8eaa-392c-497b-a2da-748cf0f21ab1 used request id req-9793e75f-b7a2-4a63-8bfd-b52aea5dd6e7 2018-08-12 08:35:14,958 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7c72ab6fadaaafd12fd00f62c13d8c6d9a56f7a6" 2018-08-12 08:35:14,965 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-2d3e43ab-6450-45be-8615-e4a94ed2b467 Date: Sun, 12 Aug 2018 08:35:14 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"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}, "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}, "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"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "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"}, "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"}, "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}, "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}, "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"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "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}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-12 08:35:14,966 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-2d3e43ab-6450-45be-8615-e4a94ed2b467 2018-08-12 08:35:14,968 - create_image - INFO - Created image with name - CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-image 2018-08-12 08:35:14,971 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/6bfa8eaa-392c-497b-a2da-748cf0f21ab1 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7c72ab6fadaaafd12fd00f62c13d8c6d9a56f7a6" 2018-08-12 08:35:14,987 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 892 Content-Type: application/json X-Openstack-Request-Id: req-9d37b1a4-b879-46d1-888c-4a77eb8f330b Date: Sun, 12 Aug 2018 08:35:14 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-image", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:35:13Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-12T08:35:14Z", "visibility": "shared", "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/6bfa8eaa-392c-497b-a2da-748cf0f21ab1/snap", "metadata": {}}], "self": "/v2/images/6bfa8eaa-392c-497b-a2da-748cf0f21ab1", "min_disk": 0, "protected": false, "id": "6bfa8eaa-392c-497b-a2da-748cf0f21ab1", "file": "/v2/images/6bfa8eaa-392c-497b-a2da-748cf0f21ab1/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "28fd878432934dc5a47c331c4b3057b3", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/6bfa8eaa-392c-497b-a2da-748cf0f21ab1/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-12 08:35:14,987 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/6bfa8eaa-392c-497b-a2da-748cf0f21ab1 used request id req-9d37b1a4-b879-46d1-888c-4a77eb8f330b 2018-08-12 08:35:14,987 - create_image - DEBUG - Instance status is - active 2018-08-12 08:35:14,988 - create_image - DEBUG - Image is active with name - CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-image 2018-08-12 08:35:14,988 - create_image - INFO - Image is now active with name - CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-image 2018-08-12 08:35:14,988 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-12 08:35:14,991 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/os-availability-zone/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2006fa10aa2499b32982a2d5c318b075b61bf7e8" 2018-08-12 08:35:15,287 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:35:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-95c1f066-ff19-4b36-8809-074db641ecfd x-compute-request-id: req-95c1f066-ff19-4b36-8809-074db641ecfd Content-Encoding: gzip Content-Length: 284 Content-Type: application/json RESP BODY: {"availabilityZoneInfo": [{"zoneState": {"available": true}, "hosts": {"overcloud-controller-2.opnfvlf.org": {"nova-conductor": {"available": true, "active": true, "updated_at": "2018-08-12T08:35:09.000000"}, "nova-consoleauth": {"available": true, "active": true, "updated_at": "2018-08-12T08:35:06.000000"}, "nova-scheduler": {"available": true, "active": true, "updated_at": "2018-08-12T08:35:11.000000"}}, "overcloud-controller-0.opnfvlf.org": {"nova-conductor": {"available": true, "active": true, "updated_at": "2018-08-12T08:35:07.000000"}, "nova-consoleauth": {"available": true, "active": true, "updated_at": "2018-08-12T08:35:12.000000"}, "nova-scheduler": {"available": true, "active": true, "updated_at": "2018-08-12T08:35:06.000000"}}, "overcloud-controller-1.opnfvlf.org": {"nova-conductor": {"available": true, "active": true, "updated_at": "2018-08-12T08:35:13.000000"}, "nova-consoleauth": {"available": true, "active": true, "updated_at": "2018-08-12T08:35:09.000000"}, "nova-scheduler": {"available": true, "active": true, "updated_at": "2018-08-12T08:35:11.000000"}}}, "zoneName": "internal"}, {"zoneState": {"available": true}, "hosts": {"overcloud-novacompute-0.opnfvlf.org": {"nova-compute": {"available": true, "active": true, "updated_at": "2018-08-12T08:35:14.000000"}}, "overcloud-novacompute-1.opnfvlf.org": {"nova-compute": {"available": true, "active": true, "updated_at": "2018-08-12T08:35:10.000000"}}}, "zoneName": "nova"}]} 2018-08-12 08:35:15,288 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-availability-zone/detail used request id req-95c1f066-ff19-4b36-8809-074db641ecfd 2018-08-12 08:35:15,290 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:35:15,291 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:35:15,715 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:35:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["-UEdvqsBShK1A9zec6UKLA"], "issued_at": "2018-08-12T08:35:15.000000Z"}} 2018-08-12 08:35:15,716 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}9438d722d8ba457d308247162c705e83bca4af12" 2018-08-12 08:35:15,802 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:35:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c53e911d-5fed-4a15-9890-9662e4522b90 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:35:15,802 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-c53e911d-5fed-4a15-9890-9662e4522b90 2018-08-12 08:35:15,803 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-12 08:35:15,804 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:35:15,804 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:35:15,805 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:35:15,805 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:35:15,805 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:35:15,807 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}9438d722d8ba457d308247162c705e83bca4af12" 2018-08-12 08:35:15,889 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:35:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2393683b-fb35-460b-b9da-9cf5111d2802 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:35:15,889 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-2393683b-fb35-460b-b9da-9cf5111d2802 2018-08-12 08:35:15,897 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9438d722d8ba457d308247162c705e83bca4af12" 2018-08-12 08:35:16,145 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 733 X-Openstack-Request-Id: req-683864cc-8577-4824-a2b8-a62bed6c7e66 Date: Sun, 12 Aug 2018 08:35:16 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"3a2ab25d-f9b5-4eac-bcca-3008fdc01338","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a267b9a156244bb192691cff6e5f74fe","status":"ACTIVE","subnets":["ef213427-c573-4167-a9ef-8154682587d9"],"description":"","tags":[],"updated_at":"2018-08-12T08:35:10Z","provider:segmentation_id":30,"name":"CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-priv-net","admin_state_up":true,"tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:35:09Z","provider:network_type":"vxlan"}]} 2018-08-12 08:35:16,145 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-priv-net used request id req-683864cc-8577-4824-a2b8-a62bed6c7e66 2018-08-12 08:35:16,151 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=3a2ab25d-f9b5-4eac-bcca-3008fdc01338 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9438d722d8ba457d308247162c705e83bca4af12" 2018-08-12 08:35:16,402 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-bf4cd59c-cade-448b-beac-2d7440f913b7 Date: Sun, 12 Aug 2018 08:35:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3a2ab25d-f9b5-4eac-bcca-3008fdc01338","tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:35:10Z","dns_nameservers":[],"updated_at":"2018-08-12T08:35:10Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"a267b9a156244bb192691cff6e5f74fe","id":"ef213427-c573-4167-a9ef-8154682587d9","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-priv-subnet"}]} 2018-08-12 08:35:16,403 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=3a2ab25d-f9b5-4eac-bcca-3008fdc01338 used request id req-bf4cd59c-cade-448b-beac-2d7440f913b7 2018-08-12 08:35:16,408 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9438d722d8ba457d308247162c705e83bca4af12" 2018-08-12 08:35:16,654 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 733 X-Openstack-Request-Id: req-1d275e9b-058a-4e22-8f82-fae7da72761a Date: Sun, 12 Aug 2018 08:35:16 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"3a2ab25d-f9b5-4eac-bcca-3008fdc01338","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a267b9a156244bb192691cff6e5f74fe","status":"ACTIVE","subnets":["ef213427-c573-4167-a9ef-8154682587d9"],"description":"","tags":[],"updated_at":"2018-08-12T08:35:10Z","provider:segmentation_id":30,"name":"CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-priv-net","admin_state_up":true,"tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:35:09Z","provider:network_type":"vxlan"}]} 2018-08-12 08:35:16,655 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-priv-net used request id req-1d275e9b-058a-4e22-8f82-fae7da72761a 2018-08-12 08:35:16,658 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:35:16,663 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:35:16 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:35:16,664 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9438d722d8ba457d308247162c705e83bca4af12" 2018-08-12 08:35:16,756 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:35:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-73cb64c6-510b-4ead-8991-75768db14a3c Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}} 2018-08-12 08:35:16,756 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe used request id req-73cb64c6-510b-4ead-8991-75768db14a3c 2018-08-12 08:35:16,761 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=3a2ab25d-f9b5-4eac-bcca-3008fdc01338 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9438d722d8ba457d308247162c705e83bca4af12" 2018-08-12 08:35:16,971 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-add40544-a36b-42c0-8301-d4347f6bb622 Date: Sun, 12 Aug 2018 08:35:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3a2ab25d-f9b5-4eac-bcca-3008fdc01338","tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:35:10Z","dns_nameservers":[],"updated_at":"2018-08-12T08:35:10Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"a267b9a156244bb192691cff6e5f74fe","id":"ef213427-c573-4167-a9ef-8154682587d9","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-priv-subnet"}]} 2018-08-12 08:35:16,971 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=3a2ab25d-f9b5-4eac-bcca-3008fdc01338 used request id req-add40544-a36b-42c0-8301-d4347f6bb622 2018-08-12 08:35:16,976 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=3a2ab25d-f9b5-4eac-bcca-3008fdc01338&name=CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9438d722d8ba457d308247162c705e83bca4af12" 2018-08-12 08:35:17,199 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-c674f4fd-5747-41fe-bc06-6abfd7885379 Date: Sun, 12 Aug 2018 08:35:17 GMT RESP BODY: {"ports":[]} 2018-08-12 08:35:17,199 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=3a2ab25d-f9b5-4eac-bcca-3008fdc01338&name=CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952port-1&admin_state_up=True used request id req-c674f4fd-5747-41fe-bc06-6abfd7885379 2018-08-12 08:35:17,202 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-inst-nova%3Aovercloud-novacompute-0.opnfvlf.org -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9438d722d8ba457d308247162c705e83bca4af12" 2018-08-12 08:35:17,444 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:35: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-d6557565-5500-440b-88e8-52ec00d0c9db x-compute-request-id: req-d6557565-5500-440b-88e8-52ec00d0c9db Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-12 08:35:17,444 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-inst-nova%3Aovercloud-novacompute-0.opnfvlf.org used request id req-d6557565-5500-440b-88e8-52ec00d0c9db 2018-08-12 08:35:17,450 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9438d722d8ba457d308247162c705e83bca4af12" 2018-08-12 08:35:17,699 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 733 X-Openstack-Request-Id: req-9a9b373c-ea86-44cd-a46e-0f2359eacf74 Date: Sun, 12 Aug 2018 08:35:17 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"3a2ab25d-f9b5-4eac-bcca-3008fdc01338","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a267b9a156244bb192691cff6e5f74fe","status":"ACTIVE","subnets":["ef213427-c573-4167-a9ef-8154682587d9"],"description":"","tags":[],"updated_at":"2018-08-12T08:35:10Z","provider:segmentation_id":30,"name":"CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-priv-net","admin_state_up":true,"tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:35:09Z","provider:network_type":"vxlan"}]} 2018-08-12 08:35:17,699 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-priv-net used request id req-9a9b373c-ea86-44cd-a46e-0f2359eacf74 2018-08-12 08:35:17,705 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=3a2ab25d-f9b5-4eac-bcca-3008fdc01338 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9438d722d8ba457d308247162c705e83bca4af12" 2018-08-12 08:35:17,936 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-f81e0fdd-5990-4d86-ba23-562171670712 Date: Sun, 12 Aug 2018 08:35:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3a2ab25d-f9b5-4eac-bcca-3008fdc01338","tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:35:10Z","dns_nameservers":[],"updated_at":"2018-08-12T08:35:10Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"a267b9a156244bb192691cff6e5f74fe","id":"ef213427-c573-4167-a9ef-8154682587d9","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-priv-subnet"}]} 2018-08-12 08:35:17,936 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=3a2ab25d-f9b5-4eac-bcca-3008fdc01338 used request id req-f81e0fdd-5990-4d86-ba23-562171670712 2018-08-12 08:35:17,942 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9438d722d8ba457d308247162c705e83bca4af12" 2018-08-12 08:35:18,055 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 733 X-Openstack-Request-Id: req-c1b04278-a200-447c-a07a-ae6b9500d389 Date: Sun, 12 Aug 2018 08:35:18 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"3a2ab25d-f9b5-4eac-bcca-3008fdc01338","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a267b9a156244bb192691cff6e5f74fe","status":"ACTIVE","subnets":["ef213427-c573-4167-a9ef-8154682587d9"],"description":"","tags":[],"updated_at":"2018-08-12T08:35:10Z","provider:segmentation_id":30,"name":"CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-priv-net","admin_state_up":true,"tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:35:09Z","provider:network_type":"vxlan"}]} 2018-08-12 08:35:18,055 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-priv-net used request id req-c1b04278-a200-447c-a07a-ae6b9500d389 2018-08-12 08:35:18,059 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9438d722d8ba457d308247162c705e83bca4af12" 2018-08-12 08:35:18,158 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:35:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b1fac68-0fcd-42ea-a800-817e91d0c08b Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}} 2018-08-12 08:35:18,158 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe used request id req-4b1fac68-0fcd-42ea-a800-817e91d0c08b 2018-08-12 08:35:18,163 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=3a2ab25d-f9b5-4eac-bcca-3008fdc01338 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9438d722d8ba457d308247162c705e83bca4af12" 2018-08-12 08:35:18,366 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-c6de2139-8f0e-48f1-8ad0-f8186f1310cc Date: Sun, 12 Aug 2018 08:35:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3a2ab25d-f9b5-4eac-bcca-3008fdc01338","tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:35:10Z","dns_nameservers":[],"updated_at":"2018-08-12T08:35:10Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"a267b9a156244bb192691cff6e5f74fe","id":"ef213427-c573-4167-a9ef-8154682587d9","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-priv-subnet"}]} 2018-08-12 08:35:18,367 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=3a2ab25d-f9b5-4eac-bcca-3008fdc01338 used request id req-c6de2139-8f0e-48f1-8ad0-f8186f1310cc 2018-08-12 08:35:18,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=3a2ab25d-f9b5-4eac-bcca-3008fdc01338&name=CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9438d722d8ba457d308247162c705e83bca4af12" 2018-08-12 08:35:18,402 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-4abc9974-bba7-4a46-8c23-e74a9729862f Date: Sun, 12 Aug 2018 08:35:18 GMT RESP BODY: {"ports":[]} 2018-08-12 08:35:18,402 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=3a2ab25d-f9b5-4eac-bcca-3008fdc01338&name=CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952port-1&admin_state_up=True used request id req-4abc9974-bba7-4a46-8c23-e74a9729862f 2018-08-12 08:35:18,403 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:35:18,404 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:35:18,800 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:35:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["MCe2-xsyReCOxlfMER54FQ"], "issued_at": "2018-08-12T08:35:18.000000Z"}} 2018-08-12 08:35:18,801 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}56d9d64dc181cc4d99622963af4e61a95dbf767b" 2018-08-12 08:35:18,889 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:35:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-063091a8-f59f-4f50-aada-9be14d33df4a Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:35:18,889 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-063091a8-f59f-4f50-aada-9be14d33df4a 2018-08-12 08:35:18,895 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9438d722d8ba457d308247162c705e83bca4af12" 2018-08-12 08:35:19,155 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 733 X-Openstack-Request-Id: req-3b7d03ff-68c3-4f0d-8f7d-c837f0def93d Date: Sun, 12 Aug 2018 08:35:19 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"3a2ab25d-f9b5-4eac-bcca-3008fdc01338","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a267b9a156244bb192691cff6e5f74fe","status":"ACTIVE","subnets":["ef213427-c573-4167-a9ef-8154682587d9"],"description":"","tags":[],"updated_at":"2018-08-12T08:35:10Z","provider:segmentation_id":30,"name":"CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-priv-net","admin_state_up":true,"tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:35:09Z","provider:network_type":"vxlan"}]} 2018-08-12 08:35:19,155 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-priv-net used request id req-3b7d03ff-68c3-4f0d-8f7d-c837f0def93d 2018-08-12 08:35:19,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=3a2ab25d-f9b5-4eac-bcca-3008fdc01338 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9438d722d8ba457d308247162c705e83bca4af12" 2018-08-12 08:35:19,202 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-4fe0edb1-6897-4374-8fa9-873e7eaa2800 Date: Sun, 12 Aug 2018 08:35:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3a2ab25d-f9b5-4eac-bcca-3008fdc01338","tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:35:10Z","dns_nameservers":[],"updated_at":"2018-08-12T08:35:10Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"a267b9a156244bb192691cff6e5f74fe","id":"ef213427-c573-4167-a9ef-8154682587d9","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-priv-subnet"}]} 2018-08-12 08:35:19,202 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=3a2ab25d-f9b5-4eac-bcca-3008fdc01338 used request id req-4fe0edb1-6897-4374-8fa9-873e7eaa2800 2018-08-12 08:35:19,208 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9438d722d8ba457d308247162c705e83bca4af12" 2018-08-12 08:35:19,479 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 733 X-Openstack-Request-Id: req-8a2905dd-0ebd-48c6-9753-b539e9341f2a Date: Sun, 12 Aug 2018 08:35:19 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"3a2ab25d-f9b5-4eac-bcca-3008fdc01338","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a267b9a156244bb192691cff6e5f74fe","status":"ACTIVE","subnets":["ef213427-c573-4167-a9ef-8154682587d9"],"description":"","tags":[],"updated_at":"2018-08-12T08:35:10Z","provider:segmentation_id":30,"name":"CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-priv-net","admin_state_up":true,"tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:35:09Z","provider:network_type":"vxlan"}]} 2018-08-12 08:35:19,479 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-priv-net used request id req-8a2905dd-0ebd-48c6-9753-b539e9341f2a 2018-08-12 08:35:19,482 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:35:19,488 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:35:19 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:35:19,489 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56d9d64dc181cc4d99622963af4e61a95dbf767b" 2018-08-12 08:35:19,584 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:35:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d68bbc76-2fbc-42ef-a13c-acbebb7dd4e3 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}} 2018-08-12 08:35:19,585 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe used request id req-d68bbc76-2fbc-42ef-a13c-acbebb7dd4e3 2018-08-12 08:35:19,590 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=3a2ab25d-f9b5-4eac-bcca-3008fdc01338 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9438d722d8ba457d308247162c705e83bca4af12" 2018-08-12 08:35:19,791 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-e4ed95be-ef11-4a10-a00e-ace46bcd3073 Date: Sun, 12 Aug 2018 08:35:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3a2ab25d-f9b5-4eac-bcca-3008fdc01338","tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:35:10Z","dns_nameservers":[],"updated_at":"2018-08-12T08:35:10Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"a267b9a156244bb192691cff6e5f74fe","id":"ef213427-c573-4167-a9ef-8154682587d9","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-priv-subnet"}]} 2018-08-12 08:35:19,791 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=3a2ab25d-f9b5-4eac-bcca-3008fdc01338 used request id req-e4ed95be-ef11-4a10-a00e-ace46bcd3073 2018-08-12 08:35:19,792 - neutron_utils - INFO - Creating port for network with name - CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-priv-net 2018-08-12 08:35:19,796 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9438d722d8ba457d308247162c705e83bca4af12" -d '{"port": {"network_id": "3a2ab25d-f9b5-4eac-bcca-3008fdc01338", "name": "CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952port-1", "admin_state_up": true}}' 2018-08-12 08:35:20,684 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 858 X-Openstack-Request-Id: req-c35a02a7-bee0-4269-ab55-a2e28b3fb351 Date: Sun, 12 Aug 2018 08:35:20 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:35:20Z","device_owner":"","revision_number":6,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"ef213427-c573-4167-a9ef-8154682587d9","ip_address":"10.55.0.5"}],"id":"604126d8-7b1f-480e-a184-e72ae393b917","security_groups":["5f66b959-9187-4391-aafa-4c9cd7dd156e"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:24:35:e5","project_id":"a267b9a156244bb192691cff6e5f74fe","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952port-1","admin_state_up":true,"network_id":"3a2ab25d-f9b5-4eac-bcca-3008fdc01338","tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:35:20Z","binding:vnic_type":"normal"}} 2018-08-12 08:35:20,684 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/ports used request id req-c35a02a7-bee0-4269-ab55-a2e28b3fb351 2018-08-12 08:35:20,690 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9438d722d8ba457d308247162c705e83bca4af12" 2018-08-12 08:35:21,152 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 733 X-Openstack-Request-Id: req-3179c8e7-8a03-4a3e-b02e-d718a9f3d11c Date: Sun, 12 Aug 2018 08:35:21 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"3a2ab25d-f9b5-4eac-bcca-3008fdc01338","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a267b9a156244bb192691cff6e5f74fe","status":"ACTIVE","subnets":["ef213427-c573-4167-a9ef-8154682587d9"],"description":"","tags":[],"updated_at":"2018-08-12T08:35:10Z","provider:segmentation_id":30,"name":"CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-priv-net","admin_state_up":true,"tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:35:09Z","provider:network_type":"vxlan"}]} 2018-08-12 08:35:21,152 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-priv-net used request id req-3179c8e7-8a03-4a3e-b02e-d718a9f3d11c 2018-08-12 08:35:21,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=3a2ab25d-f9b5-4eac-bcca-3008fdc01338 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9438d722d8ba457d308247162c705e83bca4af12" 2018-08-12 08:35:21,213 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-173317ed-ecbb-4383-85d5-cfc7e2e3835c Date: Sun, 12 Aug 2018 08:35:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3a2ab25d-f9b5-4eac-bcca-3008fdc01338","tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:35:10Z","dns_nameservers":[],"updated_at":"2018-08-12T08:35:10Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"a267b9a156244bb192691cff6e5f74fe","id":"ef213427-c573-4167-a9ef-8154682587d9","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-priv-subnet"}]} 2018-08-12 08:35:21,213 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=3a2ab25d-f9b5-4eac-bcca-3008fdc01338 used request id req-173317ed-ecbb-4383-85d5-cfc7e2e3835c 2018-08-12 08:35:21,218 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9438d722d8ba457d308247162c705e83bca4af12" 2018-08-12 08:35:21,647 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 733 X-Openstack-Request-Id: req-ea961efd-5538-47b6-a45a-f42af5ecfda2 Date: Sun, 12 Aug 2018 08:35:21 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"3a2ab25d-f9b5-4eac-bcca-3008fdc01338","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a267b9a156244bb192691cff6e5f74fe","status":"ACTIVE","subnets":["ef213427-c573-4167-a9ef-8154682587d9"],"description":"","tags":[],"updated_at":"2018-08-12T08:35:10Z","provider:segmentation_id":30,"name":"CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-priv-net","admin_state_up":true,"tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:35:09Z","provider:network_type":"vxlan"}]} 2018-08-12 08:35:21,647 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-priv-net used request id req-ea961efd-5538-47b6-a45a-f42af5ecfda2 2018-08-12 08:35:21,652 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9438d722d8ba457d308247162c705e83bca4af12" 2018-08-12 08:35:21,749 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:35:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-661a193d-9691-4b38-aab5-559d4ea120b1 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}} 2018-08-12 08:35:21,749 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe used request id req-661a193d-9691-4b38-aab5-559d4ea120b1 2018-08-12 08:35:21,755 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=3a2ab25d-f9b5-4eac-bcca-3008fdc01338 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9438d722d8ba457d308247162c705e83bca4af12" 2018-08-12 08:35:21,954 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-93b131d3-c2c1-4b28-b43e-291f97c3e6c7 Date: Sun, 12 Aug 2018 08:35:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3a2ab25d-f9b5-4eac-bcca-3008fdc01338","tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:35:10Z","dns_nameservers":[],"updated_at":"2018-08-12T08:35:10Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"a267b9a156244bb192691cff6e5f74fe","id":"ef213427-c573-4167-a9ef-8154682587d9","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-priv-subnet"}]} 2018-08-12 08:35:21,954 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=3a2ab25d-f9b5-4eac-bcca-3008fdc01338 used request id req-93b131d3-c2c1-4b28-b43e-291f97c3e6c7 2018-08-12 08:35:21,959 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=3a2ab25d-f9b5-4eac-bcca-3008fdc01338&name=CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9438d722d8ba457d308247162c705e83bca4af12" 2018-08-12 08:35:22,008 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 861 X-Openstack-Request-Id: req-606473ae-ca30-426b-bd81-a0cf5161fb20 Date: Sun, 12 Aug 2018 08:35:22 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:35:20Z","device_owner":"","revision_number":6,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"ef213427-c573-4167-a9ef-8154682587d9","ip_address":"10.55.0.5"}],"id":"604126d8-7b1f-480e-a184-e72ae393b917","security_groups":["5f66b959-9187-4391-aafa-4c9cd7dd156e"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:24:35:e5","project_id":"a267b9a156244bb192691cff6e5f74fe","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952port-1","admin_state_up":true,"network_id":"3a2ab25d-f9b5-4eac-bcca-3008fdc01338","tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:35:20Z","binding:vnic_type":"normal"}]} 2018-08-12 08:35:22,008 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=3a2ab25d-f9b5-4eac-bcca-3008fdc01338&name=CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952port-1&admin_state_up=True used request id req-606473ae-ca30-426b-bd81-a0cf5161fb20 2018-08-12 08:35:22,012 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9438d722d8ba457d308247162c705e83bca4af12" 2018-08-12 08:35:22,101 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:35:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d9c5f63b-ce2a-4c3a-a67a-ec3050228e65 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}} 2018-08-12 08:35:22,102 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe used request id req-d9c5f63b-ce2a-4c3a-a67a-ec3050228e65 2018-08-12 08:35:22,102 - nova_utils - INFO - Creating VM with name - CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-inst-nova:overcloud-novacompute-0.opnfvlf.org 2018-08-12 08:35:22,105 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9438d722d8ba457d308247162c705e83bca4af12" 2018-08-12 08:35:22,125 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:35: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-b2c36e24-4938-4226-a5b6-02ea085c4afb x-compute-request-id: req-b2c36e24-4938-4226-a5b6-02ea085c4afb Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"flavors": [{"id": "8a9847cf-2031-4d62-8475-9bcec4f91a9f", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/8a9847cf-2031-4d62-8475-9bcec4f91a9f", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/8a9847cf-2031-4d62-8475-9bcec4f91a9f", "rel": "bookmark"}], "name": "CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-flavor-name"}]} 2018-08-12 08:35:22,126 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-b2c36e24-4938-4226-a5b6-02ea085c4afb 2018-08-12 08:35:22,129 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors/8a9847cf-2031-4d62-8475-9bcec4f91a9f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9438d722d8ba457d308247162c705e83bca4af12" 2018-08-12 08:35:22,148 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:35: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-e162e752-1153-4f99-9331-830dbc10354f x-compute-request-id: req-e162e752-1153-4f99-9331-830dbc10354f Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-flavor-name", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/8a9847cf-2031-4d62-8475-9bcec4f91a9f", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/8a9847cf-2031-4d62-8475-9bcec4f91a9f", "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": "8a9847cf-2031-4d62-8475-9bcec4f91a9f"}} 2018-08-12 08:35:22,148 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/8a9847cf-2031-4d62-8475-9bcec4f91a9f used request id req-e162e752-1153-4f99-9331-830dbc10354f 2018-08-12 08:35:22,151 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9438d722d8ba457d308247162c705e83bca4af12" 2018-08-12 08:35:22,340 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1064 Content-Type: application/json X-Openstack-Request-Id: req-fd4d8da0-ece2-4042-a865-641aada01427 Date: Sun, 12 Aug 2018 08:35:22 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-image", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:35:13Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-12T08:35:14Z", "visibility": "shared", "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/6bfa8eaa-392c-497b-a2da-748cf0f21ab1/snap", "metadata": {}}], "self": "/v2/images/6bfa8eaa-392c-497b-a2da-748cf0f21ab1", "min_disk": 0, "protected": false, "id": "6bfa8eaa-392c-497b-a2da-748cf0f21ab1", "file": "/v2/images/6bfa8eaa-392c-497b-a2da-748cf0f21ab1/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "28fd878432934dc5a47c331c4b3057b3", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/6bfa8eaa-392c-497b-a2da-748cf0f21ab1/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-image"} 2018-08-12 08:35:22,340 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-image used request id req-fd4d8da0-ece2-4042-a865-641aada01427 2018-08-12 08:35:22,343 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9438d722d8ba457d308247162c705e83bca4af12" 2018-08-12 08:35:22,536 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-342b7655-c3c7-4c3a-a918-8b7cf8980480 Date: Sun, 12 Aug 2018 08:35:22 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"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}, "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}, "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"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "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"}, "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"}, "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}, "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}, "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"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "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}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-12 08:35:22,536 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-342b7655-c3c7-4c3a-a918-8b7cf8980480 2018-08-12 08:35:22,541 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9438d722d8ba457d308247162c705e83bca4af12" -d '{"server": {"name": "CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-inst-nova:overcloud-novacompute-0.opnfvlf.org", "imageRef": "6bfa8eaa-392c-497b-a2da-748cf0f21ab1", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "8a9847cf-2031-4d62-8475-9bcec4f91a9f", "max_count": 1, "min_count": 1, "networks": [{"port": "604126d8-7b1f-480e-a184-e72ae393b917"}]}}' 2018-08-12 08:35:24,294 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 08:35: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-e8b7862e-a797-4b5c-8335-62a8fedf4ead x-compute-request-id: req-e8b7862e-a797-4b5c-8335-62a8fedf4ead Content-Length: 374 location: http://172.30.9.21:8774/v2.1/servers/fe65ae46-64d2-4bea-823d-242fba68e915 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "fe65ae46-64d2-4bea-823d-242fba68e915", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/fe65ae46-64d2-4bea-823d-242fba68e915", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/fe65ae46-64d2-4bea-823d-242fba68e915", "rel": "bookmark"}], "adminPass": "Lheg9vecPit8"}} 2018-08-12 08:35:24,294 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-e8b7862e-a797-4b5c-8335-62a8fedf4ead 2018-08-12 08:35:24,297 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/fe65ae46-64d2-4bea-823d-242fba68e915 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9438d722d8ba457d308247162c705e83bca4af12" 2018-08-12 08:35:24,800 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:35:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5ffc14ba-1cae-40dd-a8f4-b05e2d1ab9ab x-compute-request-id: req-5ffc14ba-1cae-40dd-a8f4-b05e2d1ab9ab Content-Encoding: gzip Content-Length: 679 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/fe65ae46-64d2-4bea-823d-242fba68e915", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/fe65ae46-64d2-4bea-823d-242fba68e915", "rel": "bookmark"}], "image": {"id": "6bfa8eaa-392c-497b-a2da-748cf0f21ab1", "links": [{"href": "http://172.30.9.21:8774/images/6bfa8eaa-392c-497b-a2da-748cf0f21ab1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8a9847cf-2031-4d62-8475-9bcec4f91a9f", "links": [{"href": "http://172.30.9.21:8774/flavors/8a9847cf-2031-4d62-8475-9bcec4f91a9f", "rel": "bookmark"}]}, "id": "fe65ae46-64d2-4bea-823d-242fba68e915", "user_id": "4f32fb8153854c4c9f5094b42b523f80", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:35:24Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-inst-nova:overcloud-novacompute-0.opnfvlf.org", "created": "2018-08-12T08:35:24Z", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:35:24,800 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/fe65ae46-64d2-4bea-823d-242fba68e915 used request id req-5ffc14ba-1cae-40dd-a8f4-b05e2d1ab9ab 2018-08-12 08:35:24,801 - create_instance - INFO - Created instance with name - CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-inst-nova:overcloud-novacompute-0.opnfvlf.org 2018-08-12 08:35:24,803 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/fe65ae46-64d2-4bea-823d-242fba68e915 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9438d722d8ba457d308247162c705e83bca4af12" 2018-08-12 08:35:25,030 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:35:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e2891cff-5bf6-4852-8470-943346c4befb x-compute-request-id: req-e2891cff-5bf6-4852-8470-943346c4befb Content-Encoding: gzip Content-Length: 679 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/fe65ae46-64d2-4bea-823d-242fba68e915", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/fe65ae46-64d2-4bea-823d-242fba68e915", "rel": "bookmark"}], "image": {"id": "6bfa8eaa-392c-497b-a2da-748cf0f21ab1", "links": [{"href": "http://172.30.9.21:8774/images/6bfa8eaa-392c-497b-a2da-748cf0f21ab1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8a9847cf-2031-4d62-8475-9bcec4f91a9f", "links": [{"href": "http://172.30.9.21:8774/flavors/8a9847cf-2031-4d62-8475-9bcec4f91a9f", "rel": "bookmark"}]}, "id": "fe65ae46-64d2-4bea-823d-242fba68e915", "user_id": "4f32fb8153854c4c9f5094b42b523f80", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:35:24Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-inst-nova:overcloud-novacompute-0.opnfvlf.org", "created": "2018-08-12T08:35:24Z", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:35:25,031 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/fe65ae46-64d2-4bea-823d-242fba68e915 used request id req-e2891cff-5bf6-4852-8470-943346c4befb 2018-08-12 08:35:25,031 - create_instance - DEBUG - Instance status [CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-inst-nova:overcloud-novacompute-0.opnfvlf.org] is - BUILD 2018-08-12 08:35:25,031 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-12 08:35:28,034 - create_instance - DEBUG - VM status query timeout in 896.76664114 2018-08-12 08:35:28,037 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/fe65ae46-64d2-4bea-823d-242fba68e915 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9438d722d8ba457d308247162c705e83bca4af12" 2018-08-12 08:35:28,695 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:35:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3eaa8f90-adfe-4ba3-bc09-139a3f19def9 x-compute-request-id: req-3eaa8f90-adfe-4ba3-bc09-139a3f19def9 Content-Encoding: gzip Content-Length: 747 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/fe65ae46-64d2-4bea-823d-242fba68e915", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/fe65ae46-64d2-4bea-823d-242fba68e915", "rel": "bookmark"}], "image": {"id": "6bfa8eaa-392c-497b-a2da-748cf0f21ab1", "links": [{"href": "http://172.30.9.21:8774/images/6bfa8eaa-392c-497b-a2da-748cf0f21ab1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000b9", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8a9847cf-2031-4d62-8475-9bcec4f91a9f", "links": [{"href": "http://172.30.9.21:8774/flavors/8a9847cf-2031-4d62-8475-9bcec4f91a9f", "rel": "bookmark"}]}, "id": "fe65ae46-64d2-4bea-823d-242fba68e915", "security_groups": [{"name": "default"}], "user_id": "4f32fb8153854c4c9f5094b42b523f80", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:35:26Z", "hostId": "cafb59af8d48f73042f30fac6bb42c8c79efd8cb983bdadb9d75c9a9", "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": "CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-inst-nova:overcloud-novacompute-0.opnfvlf.org", "created": "2018-08-12T08:35:24Z", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:35:28,696 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/fe65ae46-64d2-4bea-823d-242fba68e915 used request id req-3eaa8f90-adfe-4ba3-bc09-139a3f19def9 2018-08-12 08:35:28,696 - create_instance - DEBUG - Instance status [CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-inst-nova:overcloud-novacompute-0.opnfvlf.org] is - BUILD 2018-08-12 08:35:28,696 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-12 08:35:31,698 - create_instance - DEBUG - VM status query timeout in 893.102798939 2018-08-12 08:35:31,701 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/fe65ae46-64d2-4bea-823d-242fba68e915 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9438d722d8ba457d308247162c705e83bca4af12" 2018-08-12 08:35:32,516 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:35: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-e50f7a96-4b2d-45ed-bc5c-b8bd5c7989d0 x-compute-request-id: req-e50f7a96-4b2d-45ed-bc5c-b8bd5c7989d0 Content-Encoding: gzip Content-Length: 823 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:24:35:e5", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/fe65ae46-64d2-4bea-823d-242fba68e915", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/fe65ae46-64d2-4bea-823d-242fba68e915", "rel": "bookmark"}], "image": {"id": "6bfa8eaa-392c-497b-a2da-748cf0f21ab1", "links": [{"href": "http://172.30.9.21:8774/images/6bfa8eaa-392c-497b-a2da-748cf0f21ab1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000b9", "OS-SRV-USG:launched_at": "2018-08-12T08:35:30.000000", "flavor": {"id": "8a9847cf-2031-4d62-8475-9bcec4f91a9f", "links": [{"href": "http://172.30.9.21:8774/flavors/8a9847cf-2031-4d62-8475-9bcec4f91a9f", "rel": "bookmark"}]}, "id": "fe65ae46-64d2-4bea-823d-242fba68e915", "security_groups": [{"name": "default"}], "user_id": "4f32fb8153854c4c9f5094b42b523f80", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:35:30Z", "hostId": "cafb59af8d48f73042f30fac6bb42c8c79efd8cb983bdadb9d75c9a9", "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": "CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-inst-nova:overcloud-novacompute-0.opnfvlf.org", "created": "2018-08-12T08:35:24Z", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:35:32,517 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/fe65ae46-64d2-4bea-823d-242fba68e915 used request id req-e50f7a96-4b2d-45ed-bc5c-b8bd5c7989d0 2018-08-12 08:35:32,517 - create_instance - DEBUG - Instance status [CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-inst-nova:overcloud-novacompute-0.opnfvlf.org] is - ACTIVE 2018-08-12 08:35:32,517 - create_instance - INFO - VM is - ACTIVE 2018-08-12 08:35:32,520 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/fe65ae46-64d2-4bea-823d-242fba68e915 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9438d722d8ba457d308247162c705e83bca4af12" 2018-08-12 08:35:33,495 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:35:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cf9db618-a2ee-4bfa-ae97-5a364ac92d54 x-compute-request-id: req-cf9db618-a2ee-4bfa-ae97-5a364ac92d54 Content-Encoding: gzip Content-Length: 823 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:24:35:e5", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/fe65ae46-64d2-4bea-823d-242fba68e915", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/fe65ae46-64d2-4bea-823d-242fba68e915", "rel": "bookmark"}], "image": {"id": "6bfa8eaa-392c-497b-a2da-748cf0f21ab1", "links": [{"href": "http://172.30.9.21:8774/images/6bfa8eaa-392c-497b-a2da-748cf0f21ab1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000b9", "OS-SRV-USG:launched_at": "2018-08-12T08:35:30.000000", "flavor": {"id": "8a9847cf-2031-4d62-8475-9bcec4f91a9f", "links": [{"href": "http://172.30.9.21:8774/flavors/8a9847cf-2031-4d62-8475-9bcec4f91a9f", "rel": "bookmark"}]}, "id": "fe65ae46-64d2-4bea-823d-242fba68e915", "security_groups": [{"name": "default"}], "user_id": "4f32fb8153854c4c9f5094b42b523f80", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:35:30Z", "hostId": "cafb59af8d48f73042f30fac6bb42c8c79efd8cb983bdadb9d75c9a9", "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": "CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-inst-nova:overcloud-novacompute-0.opnfvlf.org", "created": "2018-08-12T08:35:24Z", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:35:33,495 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/fe65ae46-64d2-4bea-823d-242fba68e915 used request id req-cf9db618-a2ee-4bfa-ae97-5a364ac92d54 2018-08-12 08:35:33,501 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9438d722d8ba457d308247162c705e83bca4af12" 2018-08-12 08:35:33,585 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 733 X-Openstack-Request-Id: req-d0d04ec8-0b99-45c9-90aa-73502f252a53 Date: Sun, 12 Aug 2018 08:35:33 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"3a2ab25d-f9b5-4eac-bcca-3008fdc01338","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a267b9a156244bb192691cff6e5f74fe","status":"ACTIVE","subnets":["ef213427-c573-4167-a9ef-8154682587d9"],"description":"","tags":[],"updated_at":"2018-08-12T08:35:10Z","provider:segmentation_id":30,"name":"CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-priv-net","admin_state_up":true,"tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:35:09Z","provider:network_type":"vxlan"}]} 2018-08-12 08:35:33,586 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-priv-net used request id req-d0d04ec8-0b99-45c9-90aa-73502f252a53 2018-08-12 08:35:33,590 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9438d722d8ba457d308247162c705e83bca4af12" 2018-08-12 08:35:33,692 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:35:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f9ddbcd3-c180-4557-bbb9-066c88321a93 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}} 2018-08-12 08:35:33,693 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe used request id req-f9ddbcd3-c180-4557-bbb9-066c88321a93 2018-08-12 08:35:33,699 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=3a2ab25d-f9b5-4eac-bcca-3008fdc01338 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9438d722d8ba457d308247162c705e83bca4af12" 2018-08-12 08:35:33,744 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-44fc66c5-de10-4f1c-a17f-5c1216b4f445 Date: Sun, 12 Aug 2018 08:35:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3a2ab25d-f9b5-4eac-bcca-3008fdc01338","tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:35:10Z","dns_nameservers":[],"updated_at":"2018-08-12T08:35:10Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"a267b9a156244bb192691cff6e5f74fe","id":"ef213427-c573-4167-a9ef-8154682587d9","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-priv-subnet"}]} 2018-08-12 08:35:33,744 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=3a2ab25d-f9b5-4eac-bcca-3008fdc01338 used request id req-44fc66c5-de10-4f1c-a17f-5c1216b4f445 2018-08-12 08:35:33,750 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=3a2ab25d-f9b5-4eac-bcca-3008fdc01338 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9438d722d8ba457d308247162c705e83bca4af12" 2018-08-12 08:35:33,960 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3535 X-Openstack-Request-Id: req-7c80a98f-7a9c-4595-8aa3-0d2822156c86 Date: Sun, 12 Aug 2018 08:35:33 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:35:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ef213427-c573-4167-a9ef-8154682587d9","ip_address":"10.55.0.4"}],"id":"5c5cd0f2-a118-40fb-9d36-5dece53e9f8b","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3b:0c:15","project_id":"a267b9a156244bb192691cff6e5f74fe","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-3a2ab25d-f9b5-4eac-bcca-3008fdc01338","name":"","admin_state_up":true,"network_id":"3a2ab25d-f9b5-4eac-bcca-3008fdc01338","tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:35:12Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:35:30Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"ef213427-c573-4167-a9ef-8154682587d9","ip_address":"10.55.0.5"}],"id":"604126d8-7b1f-480e-a184-e72ae393b917","security_groups":["5f66b959-9187-4391-aafa-4c9cd7dd156e"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:24:35:e5","project_id":"a267b9a156244bb192691cff6e5f74fe","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"fe65ae46-64d2-4bea-823d-242fba68e915","name":"CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952port-1","admin_state_up":true,"network_id":"3a2ab25d-f9b5-4eac-bcca-3008fdc01338","tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:35:20Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:35:14Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ef213427-c573-4167-a9ef-8154682587d9","ip_address":"10.55.0.3"}],"id":"ad7eab34-f5c3-4eac-b6cd-5c7065aa42cc","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:de:29:48","project_id":"a267b9a156244bb192691cff6e5f74fe","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-3a2ab25d-f9b5-4eac-bcca-3008fdc01338","name":"","admin_state_up":true,"network_id":"3a2ab25d-f9b5-4eac-bcca-3008fdc01338","tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:35:11Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:35:13Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ef213427-c573-4167-a9ef-8154682587d9","ip_address":"10.55.0.2"}],"id":"c092ccf4-33e1-49f7-92f6-deb6ee476d32","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:bd:09:34","project_id":"a267b9a156244bb192691cff6e5f74fe","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-3a2ab25d-f9b5-4eac-bcca-3008fdc01338","name":"","admin_state_up":true,"network_id":"3a2ab25d-f9b5-4eac-bcca-3008fdc01338","tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:35:10Z","binding:vnic_type":"normal"}]} 2018-08-12 08:35:33,960 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=3a2ab25d-f9b5-4eac-bcca-3008fdc01338 used request id req-7c80a98f-7a9c-4595-8aa3-0d2822156c86 2018-08-12 08:35:33,964 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/fe65ae46-64d2-4bea-823d-242fba68e915 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9438d722d8ba457d308247162c705e83bca4af12" 2018-08-12 08:35:34,564 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:35: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-9743ad46-3402-4c18-927f-de49da58864c x-compute-request-id: req-9743ad46-3402-4c18-927f-de49da58864c Content-Encoding: gzip Content-Length: 823 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:24:35:e5", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/fe65ae46-64d2-4bea-823d-242fba68e915", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/fe65ae46-64d2-4bea-823d-242fba68e915", "rel": "bookmark"}], "image": {"id": "6bfa8eaa-392c-497b-a2da-748cf0f21ab1", "links": [{"href": "http://172.30.9.21:8774/images/6bfa8eaa-392c-497b-a2da-748cf0f21ab1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000b9", "OS-SRV-USG:launched_at": "2018-08-12T08:35:30.000000", "flavor": {"id": "8a9847cf-2031-4d62-8475-9bcec4f91a9f", "links": [{"href": "http://172.30.9.21:8774/flavors/8a9847cf-2031-4d62-8475-9bcec4f91a9f", "rel": "bookmark"}]}, "id": "fe65ae46-64d2-4bea-823d-242fba68e915", "security_groups": [{"name": "default"}], "user_id": "4f32fb8153854c4c9f5094b42b523f80", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:35:30Z", "hostId": "cafb59af8d48f73042f30fac6bb42c8c79efd8cb983bdadb9d75c9a9", "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": "CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-inst-nova:overcloud-novacompute-0.opnfvlf.org", "created": "2018-08-12T08:35:24Z", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:35:34,564 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/fe65ae46-64d2-4bea-823d-242fba68e915 used request id req-9743ad46-3402-4c18-927f-de49da58864c 2018-08-12 08:35:34,569 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9438d722d8ba457d308247162c705e83bca4af12" 2018-08-12 08:35:34,652 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 733 X-Openstack-Request-Id: req-d4c89e2d-b878-44a3-a808-dec9fc63af23 Date: Sun, 12 Aug 2018 08:35:34 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"3a2ab25d-f9b5-4eac-bcca-3008fdc01338","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a267b9a156244bb192691cff6e5f74fe","status":"ACTIVE","subnets":["ef213427-c573-4167-a9ef-8154682587d9"],"description":"","tags":[],"updated_at":"2018-08-12T08:35:10Z","provider:segmentation_id":30,"name":"CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-priv-net","admin_state_up":true,"tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:35:09Z","provider:network_type":"vxlan"}]} 2018-08-12 08:35:34,652 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-priv-net used request id req-d4c89e2d-b878-44a3-a808-dec9fc63af23 2018-08-12 08:35:34,656 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9438d722d8ba457d308247162c705e83bca4af12" 2018-08-12 08:35:34,759 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:35:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7005ef1b-ca92-4c21-bce4-4f4ff3ccbc4b Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}} 2018-08-12 08:35:34,759 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe used request id req-7005ef1b-ca92-4c21-bce4-4f4ff3ccbc4b 2018-08-12 08:35:34,766 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=3a2ab25d-f9b5-4eac-bcca-3008fdc01338 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9438d722d8ba457d308247162c705e83bca4af12" 2018-08-12 08:35:34,811 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-5398da17-2327-4f35-bdff-9fd4a86c878a Date: Sun, 12 Aug 2018 08:35:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3a2ab25d-f9b5-4eac-bcca-3008fdc01338","tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:35:10Z","dns_nameservers":[],"updated_at":"2018-08-12T08:35:10Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"a267b9a156244bb192691cff6e5f74fe","id":"ef213427-c573-4167-a9ef-8154682587d9","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-priv-subnet"}]} 2018-08-12 08:35:34,811 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=3a2ab25d-f9b5-4eac-bcca-3008fdc01338 used request id req-5398da17-2327-4f35-bdff-9fd4a86c878a 2018-08-12 08:35:34,816 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=3a2ab25d-f9b5-4eac-bcca-3008fdc01338 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9438d722d8ba457d308247162c705e83bca4af12" 2018-08-12 08:35:35,045 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3535 X-Openstack-Request-Id: req-2f2dc840-4ccd-4907-99da-d1912ac98a44 Date: Sun, 12 Aug 2018 08:35:35 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:35:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ef213427-c573-4167-a9ef-8154682587d9","ip_address":"10.55.0.4"}],"id":"5c5cd0f2-a118-40fb-9d36-5dece53e9f8b","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3b:0c:15","project_id":"a267b9a156244bb192691cff6e5f74fe","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-3a2ab25d-f9b5-4eac-bcca-3008fdc01338","name":"","admin_state_up":true,"network_id":"3a2ab25d-f9b5-4eac-bcca-3008fdc01338","tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:35:12Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:35:30Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"ef213427-c573-4167-a9ef-8154682587d9","ip_address":"10.55.0.5"}],"id":"604126d8-7b1f-480e-a184-e72ae393b917","security_groups":["5f66b959-9187-4391-aafa-4c9cd7dd156e"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:24:35:e5","project_id":"a267b9a156244bb192691cff6e5f74fe","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"fe65ae46-64d2-4bea-823d-242fba68e915","name":"CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952port-1","admin_state_up":true,"network_id":"3a2ab25d-f9b5-4eac-bcca-3008fdc01338","tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:35:20Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:35:14Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ef213427-c573-4167-a9ef-8154682587d9","ip_address":"10.55.0.3"}],"id":"ad7eab34-f5c3-4eac-b6cd-5c7065aa42cc","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:de:29:48","project_id":"a267b9a156244bb192691cff6e5f74fe","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-3a2ab25d-f9b5-4eac-bcca-3008fdc01338","name":"","admin_state_up":true,"network_id":"3a2ab25d-f9b5-4eac-bcca-3008fdc01338","tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:35:11Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:35:13Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ef213427-c573-4167-a9ef-8154682587d9","ip_address":"10.55.0.2"}],"id":"c092ccf4-33e1-49f7-92f6-deb6ee476d32","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:bd:09:34","project_id":"a267b9a156244bb192691cff6e5f74fe","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-3a2ab25d-f9b5-4eac-bcca-3008fdc01338","name":"","admin_state_up":true,"network_id":"3a2ab25d-f9b5-4eac-bcca-3008fdc01338","tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:35:10Z","binding:vnic_type":"normal"}]} 2018-08-12 08:35:35,046 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=3a2ab25d-f9b5-4eac-bcca-3008fdc01338 used request id req-2f2dc840-4ccd-4907-99da-d1912ac98a44 2018-08-12 08:35:35,049 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/fe65ae46-64d2-4bea-823d-242fba68e915 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9438d722d8ba457d308247162c705e83bca4af12" 2018-08-12 08:35:35,371 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:35:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cfd45b6e-9440-43d2-bb94-c19bd3e59b1d x-compute-request-id: req-cfd45b6e-9440-43d2-bb94-c19bd3e59b1d Content-Encoding: gzip Content-Length: 823 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:24:35:e5", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/fe65ae46-64d2-4bea-823d-242fba68e915", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/fe65ae46-64d2-4bea-823d-242fba68e915", "rel": "bookmark"}], "image": {"id": "6bfa8eaa-392c-497b-a2da-748cf0f21ab1", "links": [{"href": "http://172.30.9.21:8774/images/6bfa8eaa-392c-497b-a2da-748cf0f21ab1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000b9", "OS-SRV-USG:launched_at": "2018-08-12T08:35:30.000000", "flavor": {"id": "8a9847cf-2031-4d62-8475-9bcec4f91a9f", "links": [{"href": "http://172.30.9.21:8774/flavors/8a9847cf-2031-4d62-8475-9bcec4f91a9f", "rel": "bookmark"}]}, "id": "fe65ae46-64d2-4bea-823d-242fba68e915", "security_groups": [{"name": "default"}], "user_id": "4f32fb8153854c4c9f5094b42b523f80", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:35:30Z", "hostId": "cafb59af8d48f73042f30fac6bb42c8c79efd8cb983bdadb9d75c9a9", "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": "CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-inst-nova:overcloud-novacompute-0.opnfvlf.org", "created": "2018-08-12T08:35:24Z", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:35:35,371 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/fe65ae46-64d2-4bea-823d-242fba68e915 used request id req-cfd45b6e-9440-43d2-bb94-c19bd3e59b1d 2018-08-12 08:35:35,373 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9438d722d8ba457d308247162c705e83bca4af12" 2018-08-12 08:35:35,455 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 733 X-Openstack-Request-Id: req-8b499e88-8a36-4d57-8fec-f88656ba91ad Date: Sun, 12 Aug 2018 08:35:35 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"3a2ab25d-f9b5-4eac-bcca-3008fdc01338","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a267b9a156244bb192691cff6e5f74fe","status":"ACTIVE","subnets":["ef213427-c573-4167-a9ef-8154682587d9"],"description":"","tags":[],"updated_at":"2018-08-12T08:35:10Z","provider:segmentation_id":30,"name":"CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-priv-net","admin_state_up":true,"tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:35:09Z","provider:network_type":"vxlan"}]} 2018-08-12 08:35:35,455 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-priv-net used request id req-8b499e88-8a36-4d57-8fec-f88656ba91ad 2018-08-12 08:35:35,457 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9438d722d8ba457d308247162c705e83bca4af12" 2018-08-12 08:35:35,550 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:35:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d2ebcf93-dacd-492a-8822-ed56bcc9b601 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}} 2018-08-12 08:35:35,550 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe used request id req-d2ebcf93-dacd-492a-8822-ed56bcc9b601 2018-08-12 08:35:35,552 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=3a2ab25d-f9b5-4eac-bcca-3008fdc01338 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9438d722d8ba457d308247162c705e83bca4af12" 2018-08-12 08:35:35,594 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-6323f6bf-4876-43cd-bd72-153347cbae80 Date: Sun, 12 Aug 2018 08:35:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3a2ab25d-f9b5-4eac-bcca-3008fdc01338","tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:35:10Z","dns_nameservers":[],"updated_at":"2018-08-12T08:35:10Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"a267b9a156244bb192691cff6e5f74fe","id":"ef213427-c573-4167-a9ef-8154682587d9","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-priv-subnet"}]} 2018-08-12 08:35:35,594 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=3a2ab25d-f9b5-4eac-bcca-3008fdc01338 used request id req-6323f6bf-4876-43cd-bd72-153347cbae80 2018-08-12 08:35:35,600 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=3a2ab25d-f9b5-4eac-bcca-3008fdc01338 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9438d722d8ba457d308247162c705e83bca4af12" 2018-08-12 08:35:35,826 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3535 X-Openstack-Request-Id: req-2b360490-2e7d-4a11-917a-5e86f9179f47 Date: Sun, 12 Aug 2018 08:35:35 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:35:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ef213427-c573-4167-a9ef-8154682587d9","ip_address":"10.55.0.4"}],"id":"5c5cd0f2-a118-40fb-9d36-5dece53e9f8b","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3b:0c:15","project_id":"a267b9a156244bb192691cff6e5f74fe","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-3a2ab25d-f9b5-4eac-bcca-3008fdc01338","name":"","admin_state_up":true,"network_id":"3a2ab25d-f9b5-4eac-bcca-3008fdc01338","tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:35:12Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:35:30Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"ef213427-c573-4167-a9ef-8154682587d9","ip_address":"10.55.0.5"}],"id":"604126d8-7b1f-480e-a184-e72ae393b917","security_groups":["5f66b959-9187-4391-aafa-4c9cd7dd156e"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:24:35:e5","project_id":"a267b9a156244bb192691cff6e5f74fe","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"fe65ae46-64d2-4bea-823d-242fba68e915","name":"CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952port-1","admin_state_up":true,"network_id":"3a2ab25d-f9b5-4eac-bcca-3008fdc01338","tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:35:20Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:35:14Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ef213427-c573-4167-a9ef-8154682587d9","ip_address":"10.55.0.3"}],"id":"ad7eab34-f5c3-4eac-b6cd-5c7065aa42cc","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:de:29:48","project_id":"a267b9a156244bb192691cff6e5f74fe","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-3a2ab25d-f9b5-4eac-bcca-3008fdc01338","name":"","admin_state_up":true,"network_id":"3a2ab25d-f9b5-4eac-bcca-3008fdc01338","tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:35:11Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:35:13Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ef213427-c573-4167-a9ef-8154682587d9","ip_address":"10.55.0.2"}],"id":"c092ccf4-33e1-49f7-92f6-deb6ee476d32","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:bd:09:34","project_id":"a267b9a156244bb192691cff6e5f74fe","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-3a2ab25d-f9b5-4eac-bcca-3008fdc01338","name":"","admin_state_up":true,"network_id":"3a2ab25d-f9b5-4eac-bcca-3008fdc01338","tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:35:10Z","binding:vnic_type":"normal"}]} 2018-08-12 08:35:35,826 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=3a2ab25d-f9b5-4eac-bcca-3008fdc01338 used request id req-2b360490-2e7d-4a11-917a-5e86f9179f47 2018-08-12 08:35:35,827 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:35:35,828 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:35:36,227 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:35:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["ycFFEYEyS2Gok345J9FCrQ"], "issued_at": "2018-08-12T08:35:36.000000Z"}} 2018-08-12 08:35:36,227 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}385fd43fe806f69b2725126432703b17b5940e72" 2018-08-12 08:35:36,321 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:35:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-039568e8-52a8-41a7-9dcb-0e8fc2d04c1d Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:35:36,321 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-039568e8-52a8-41a7-9dcb-0e8fc2d04c1d 2018-08-12 08:35:36,323 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-12 08:35:36,324 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:35:36,324 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:35:36,324 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:35:36,324 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:35:36,325 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:35:36,327 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}385fd43fe806f69b2725126432703b17b5940e72" 2018-08-12 08:35:36,412 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:35:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c5832661-c8df-4d65-ab8c-7981aec3b249 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:35:36,412 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-c5832661-c8df-4d65-ab8c-7981aec3b249 2018-08-12 08:35:36,420 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}385fd43fe806f69b2725126432703b17b5940e72" 2018-08-12 08:35:36,677 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 733 X-Openstack-Request-Id: req-9567ed41-07f2-4442-af79-919328bdebdc Date: Sun, 12 Aug 2018 08:35:36 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"3a2ab25d-f9b5-4eac-bcca-3008fdc01338","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a267b9a156244bb192691cff6e5f74fe","status":"ACTIVE","subnets":["ef213427-c573-4167-a9ef-8154682587d9"],"description":"","tags":[],"updated_at":"2018-08-12T08:35:10Z","provider:segmentation_id":30,"name":"CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-priv-net","admin_state_up":true,"tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:35:09Z","provider:network_type":"vxlan"}]} 2018-08-12 08:35:36,678 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-priv-net used request id req-9567ed41-07f2-4442-af79-919328bdebdc 2018-08-12 08:35:36,683 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=3a2ab25d-f9b5-4eac-bcca-3008fdc01338 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}385fd43fe806f69b2725126432703b17b5940e72" 2018-08-12 08:35:36,887 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-86c7cfba-aef5-4be3-9bf0-95c3f1c6cf56 Date: Sun, 12 Aug 2018 08:35:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3a2ab25d-f9b5-4eac-bcca-3008fdc01338","tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:35:10Z","dns_nameservers":[],"updated_at":"2018-08-12T08:35:10Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"a267b9a156244bb192691cff6e5f74fe","id":"ef213427-c573-4167-a9ef-8154682587d9","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-priv-subnet"}]} 2018-08-12 08:35:36,887 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=3a2ab25d-f9b5-4eac-bcca-3008fdc01338 used request id req-86c7cfba-aef5-4be3-9bf0-95c3f1c6cf56 2018-08-12 08:35:36,891 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}385fd43fe806f69b2725126432703b17b5940e72" 2018-08-12 08:35:37,145 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 733 X-Openstack-Request-Id: req-21809492-fd7e-46ab-95c0-2d8a28ea580a Date: Sun, 12 Aug 2018 08:35:37 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"3a2ab25d-f9b5-4eac-bcca-3008fdc01338","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a267b9a156244bb192691cff6e5f74fe","status":"ACTIVE","subnets":["ef213427-c573-4167-a9ef-8154682587d9"],"description":"","tags":[],"updated_at":"2018-08-12T08:35:10Z","provider:segmentation_id":30,"name":"CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-priv-net","admin_state_up":true,"tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:35:09Z","provider:network_type":"vxlan"}]} 2018-08-12 08:35:37,145 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-priv-net used request id req-21809492-fd7e-46ab-95c0-2d8a28ea580a 2018-08-12 08:35:37,148 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:35:37,153 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:35:37 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:35:37,154 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}385fd43fe806f69b2725126432703b17b5940e72" 2018-08-12 08:35:37,247 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:35:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-07cdb169-7b70-4a90-b7a5-e19ba517999f Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}} 2018-08-12 08:35:37,247 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe used request id req-07cdb169-7b70-4a90-b7a5-e19ba517999f 2018-08-12 08:35:37,252 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=3a2ab25d-f9b5-4eac-bcca-3008fdc01338 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}385fd43fe806f69b2725126432703b17b5940e72" 2018-08-12 08:35:37,462 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-c8a5f116-56c3-404d-b5d1-6237c237503e Date: Sun, 12 Aug 2018 08:35:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3a2ab25d-f9b5-4eac-bcca-3008fdc01338","tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:35:10Z","dns_nameservers":[],"updated_at":"2018-08-12T08:35:10Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"a267b9a156244bb192691cff6e5f74fe","id":"ef213427-c573-4167-a9ef-8154682587d9","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-priv-subnet"}]} 2018-08-12 08:35:37,463 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=3a2ab25d-f9b5-4eac-bcca-3008fdc01338 used request id req-c8a5f116-56c3-404d-b5d1-6237c237503e 2018-08-12 08:35:37,468 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=3a2ab25d-f9b5-4eac-bcca-3008fdc01338&name=CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952port-2&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}385fd43fe806f69b2725126432703b17b5940e72" 2018-08-12 08:35:37,652 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-5856a48f-da46-45a7-b576-ebd44ccfb855 Date: Sun, 12 Aug 2018 08:35:37 GMT RESP BODY: {"ports":[]} 2018-08-12 08:35:37,652 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=3a2ab25d-f9b5-4eac-bcca-3008fdc01338&name=CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952port-2&admin_state_up=True used request id req-5856a48f-da46-45a7-b576-ebd44ccfb855 2018-08-12 08:35:37,655 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-inst-nova%3Aovercloud-novacompute-1.opnfvlf.org -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}385fd43fe806f69b2725126432703b17b5940e72" 2018-08-12 08:35:37,901 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:35: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-21a1f873-6f2e-4db2-9b56-de3859e1137b x-compute-request-id: req-21a1f873-6f2e-4db2-9b56-de3859e1137b Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-12 08:35:37,901 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-inst-nova%3Aovercloud-novacompute-1.opnfvlf.org used request id req-21a1f873-6f2e-4db2-9b56-de3859e1137b 2018-08-12 08:35:37,906 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}385fd43fe806f69b2725126432703b17b5940e72" 2018-08-12 08:35:38,164 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 733 X-Openstack-Request-Id: req-d43b414e-3733-49b6-b59b-c439fd6ee994 Date: Sun, 12 Aug 2018 08:35:38 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"3a2ab25d-f9b5-4eac-bcca-3008fdc01338","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a267b9a156244bb192691cff6e5f74fe","status":"ACTIVE","subnets":["ef213427-c573-4167-a9ef-8154682587d9"],"description":"","tags":[],"updated_at":"2018-08-12T08:35:10Z","provider:segmentation_id":30,"name":"CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-priv-net","admin_state_up":true,"tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:35:09Z","provider:network_type":"vxlan"}]} 2018-08-12 08:35:38,164 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-priv-net used request id req-d43b414e-3733-49b6-b59b-c439fd6ee994 2018-08-12 08:35:38,169 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=3a2ab25d-f9b5-4eac-bcca-3008fdc01338 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}385fd43fe806f69b2725126432703b17b5940e72" 2018-08-12 08:35:38,491 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-aed3b091-2081-4c85-a5c5-5a55ef5d0360 Date: Sun, 12 Aug 2018 08:35:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3a2ab25d-f9b5-4eac-bcca-3008fdc01338","tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:35:10Z","dns_nameservers":[],"updated_at":"2018-08-12T08:35:10Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"a267b9a156244bb192691cff6e5f74fe","id":"ef213427-c573-4167-a9ef-8154682587d9","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-priv-subnet"}]} 2018-08-12 08:35:38,491 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=3a2ab25d-f9b5-4eac-bcca-3008fdc01338 used request id req-aed3b091-2081-4c85-a5c5-5a55ef5d0360 2018-08-12 08:35:38,496 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}385fd43fe806f69b2725126432703b17b5940e72" 2018-08-12 08:35:38,762 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 733 X-Openstack-Request-Id: req-7781f3b9-75d4-4486-9a76-95769e26ff6c Date: Sun, 12 Aug 2018 08:35:38 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"3a2ab25d-f9b5-4eac-bcca-3008fdc01338","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a267b9a156244bb192691cff6e5f74fe","status":"ACTIVE","subnets":["ef213427-c573-4167-a9ef-8154682587d9"],"description":"","tags":[],"updated_at":"2018-08-12T08:35:10Z","provider:segmentation_id":30,"name":"CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-priv-net","admin_state_up":true,"tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:35:09Z","provider:network_type":"vxlan"}]} 2018-08-12 08:35:38,762 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-priv-net used request id req-7781f3b9-75d4-4486-9a76-95769e26ff6c 2018-08-12 08:35:38,766 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}385fd43fe806f69b2725126432703b17b5940e72" 2018-08-12 08:35:38,854 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:35:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9fe7bf32-e102-44cd-951d-82e97684fd97 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}} 2018-08-12 08:35:38,854 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe used request id req-9fe7bf32-e102-44cd-951d-82e97684fd97 2018-08-12 08:35:38,859 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=3a2ab25d-f9b5-4eac-bcca-3008fdc01338 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}385fd43fe806f69b2725126432703b17b5940e72" 2018-08-12 08:35:39,067 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-42dbc58f-6a45-4d43-8fa8-0bcd70f43e07 Date: Sun, 12 Aug 2018 08:35:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3a2ab25d-f9b5-4eac-bcca-3008fdc01338","tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:35:10Z","dns_nameservers":[],"updated_at":"2018-08-12T08:35:10Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"a267b9a156244bb192691cff6e5f74fe","id":"ef213427-c573-4167-a9ef-8154682587d9","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-priv-subnet"}]} 2018-08-12 08:35:39,068 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=3a2ab25d-f9b5-4eac-bcca-3008fdc01338 used request id req-42dbc58f-6a45-4d43-8fa8-0bcd70f43e07 2018-08-12 08:35:39,073 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=3a2ab25d-f9b5-4eac-bcca-3008fdc01338&name=CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952port-2&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}385fd43fe806f69b2725126432703b17b5940e72" 2018-08-12 08:35:39,261 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-bf606153-bbbe-4ccf-aab4-65d17b43986d Date: Sun, 12 Aug 2018 08:35:39 GMT RESP BODY: {"ports":[]} 2018-08-12 08:35:39,262 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=3a2ab25d-f9b5-4eac-bcca-3008fdc01338&name=CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952port-2&admin_state_up=True used request id req-bf606153-bbbe-4ccf-aab4-65d17b43986d 2018-08-12 08:35:39,262 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:35:39,263 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:35:39,663 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:35:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["A1c9xMgZSICubtQvlt2Egw"], "issued_at": "2018-08-12T08:35:39.000000Z"}} 2018-08-12 08:35:39,664 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}e976d1cf8a46e1002bf6f853c16c680835619c1f" 2018-08-12 08:35:39,756 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:35:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3e092b4a-4415-4bd5-ac4c-84863048301f Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:35:39,757 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-3e092b4a-4415-4bd5-ac4c-84863048301f 2018-08-12 08:35:39,765 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}385fd43fe806f69b2725126432703b17b5940e72" 2018-08-12 08:35:40,209 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 733 X-Openstack-Request-Id: req-25408e6b-b2db-4767-acdf-2ba56181a2d6 Date: Sun, 12 Aug 2018 08:35:40 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"3a2ab25d-f9b5-4eac-bcca-3008fdc01338","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a267b9a156244bb192691cff6e5f74fe","status":"ACTIVE","subnets":["ef213427-c573-4167-a9ef-8154682587d9"],"description":"","tags":[],"updated_at":"2018-08-12T08:35:10Z","provider:segmentation_id":30,"name":"CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-priv-net","admin_state_up":true,"tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:35:09Z","provider:network_type":"vxlan"}]} 2018-08-12 08:35:40,209 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-priv-net used request id req-25408e6b-b2db-4767-acdf-2ba56181a2d6 2018-08-12 08:35:40,214 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=3a2ab25d-f9b5-4eac-bcca-3008fdc01338 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}385fd43fe806f69b2725126432703b17b5940e72" 2018-08-12 08:35:40,529 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-0a34d176-3e48-41fe-90ce-561ca5eff7aa Date: Sun, 12 Aug 2018 08:35:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3a2ab25d-f9b5-4eac-bcca-3008fdc01338","tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:35:10Z","dns_nameservers":[],"updated_at":"2018-08-12T08:35:10Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"a267b9a156244bb192691cff6e5f74fe","id":"ef213427-c573-4167-a9ef-8154682587d9","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-priv-subnet"}]} 2018-08-12 08:35:40,529 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=3a2ab25d-f9b5-4eac-bcca-3008fdc01338 used request id req-0a34d176-3e48-41fe-90ce-561ca5eff7aa 2018-08-12 08:35:40,534 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}385fd43fe806f69b2725126432703b17b5940e72" 2018-08-12 08:35:40,797 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 733 X-Openstack-Request-Id: req-7eedfc51-da94-4561-af00-9aebf0170adf Date: Sun, 12 Aug 2018 08:35:40 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"3a2ab25d-f9b5-4eac-bcca-3008fdc01338","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a267b9a156244bb192691cff6e5f74fe","status":"ACTIVE","subnets":["ef213427-c573-4167-a9ef-8154682587d9"],"description":"","tags":[],"updated_at":"2018-08-12T08:35:10Z","provider:segmentation_id":30,"name":"CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-priv-net","admin_state_up":true,"tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:35:09Z","provider:network_type":"vxlan"}]} 2018-08-12 08:35:40,798 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-priv-net used request id req-7eedfc51-da94-4561-af00-9aebf0170adf 2018-08-12 08:35:40,801 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:35:40,806 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:35:40 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:35:40,807 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e976d1cf8a46e1002bf6f853c16c680835619c1f" 2018-08-12 08:35:40,902 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:35:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-27933983-81c8-49e8-9dc7-2ac0189bc45f Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}} 2018-08-12 08:35:40,902 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe used request id req-27933983-81c8-49e8-9dc7-2ac0189bc45f 2018-08-12 08:35:40,907 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=3a2ab25d-f9b5-4eac-bcca-3008fdc01338 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}385fd43fe806f69b2725126432703b17b5940e72" 2018-08-12 08:35:40,949 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-524ea686-c41d-49ad-bb02-000f160dbbfd Date: Sun, 12 Aug 2018 08:35:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3a2ab25d-f9b5-4eac-bcca-3008fdc01338","tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:35:10Z","dns_nameservers":[],"updated_at":"2018-08-12T08:35:10Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"a267b9a156244bb192691cff6e5f74fe","id":"ef213427-c573-4167-a9ef-8154682587d9","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-priv-subnet"}]} 2018-08-12 08:35:40,950 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=3a2ab25d-f9b5-4eac-bcca-3008fdc01338 used request id req-524ea686-c41d-49ad-bb02-000f160dbbfd 2018-08-12 08:35:40,950 - neutron_utils - INFO - Creating port for network with name - CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-priv-net 2018-08-12 08:35:40,954 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}385fd43fe806f69b2725126432703b17b5940e72" -d '{"port": {"network_id": "3a2ab25d-f9b5-4eac-bcca-3008fdc01338", "name": "CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952port-2", "admin_state_up": true}}' 2018-08-12 08:35:41,780 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 859 X-Openstack-Request-Id: req-9061935d-eea7-4bb1-ae24-4bbe52afaa42 Date: Sun, 12 Aug 2018 08:35:41 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:35:41Z","device_owner":"","revision_number":6,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"ef213427-c573-4167-a9ef-8154682587d9","ip_address":"10.55.0.25"}],"id":"514591b9-b164-4fb8-8865-3893dc6260b7","security_groups":["5f66b959-9187-4391-aafa-4c9cd7dd156e"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:29:fc:1b","project_id":"a267b9a156244bb192691cff6e5f74fe","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952port-2","admin_state_up":true,"network_id":"3a2ab25d-f9b5-4eac-bcca-3008fdc01338","tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:35:41Z","binding:vnic_type":"normal"}} 2018-08-12 08:35:41,780 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/ports used request id req-9061935d-eea7-4bb1-ae24-4bbe52afaa42 2018-08-12 08:35:41,785 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}385fd43fe806f69b2725126432703b17b5940e72" 2018-08-12 08:35:41,872 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 733 X-Openstack-Request-Id: req-7ac55890-1674-4b68-8323-eab515e49723 Date: Sun, 12 Aug 2018 08:35:41 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"3a2ab25d-f9b5-4eac-bcca-3008fdc01338","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a267b9a156244bb192691cff6e5f74fe","status":"ACTIVE","subnets":["ef213427-c573-4167-a9ef-8154682587d9"],"description":"","tags":[],"updated_at":"2018-08-12T08:35:10Z","provider:segmentation_id":30,"name":"CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-priv-net","admin_state_up":true,"tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:35:09Z","provider:network_type":"vxlan"}]} 2018-08-12 08:35:41,872 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-priv-net used request id req-7ac55890-1674-4b68-8323-eab515e49723 2018-08-12 08:35:41,878 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=3a2ab25d-f9b5-4eac-bcca-3008fdc01338 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}385fd43fe806f69b2725126432703b17b5940e72" 2018-08-12 08:35:42,095 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-af3e548d-e273-4525-a36a-8a365135b7f5 Date: Sun, 12 Aug 2018 08:35:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3a2ab25d-f9b5-4eac-bcca-3008fdc01338","tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:35:10Z","dns_nameservers":[],"updated_at":"2018-08-12T08:35:10Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"a267b9a156244bb192691cff6e5f74fe","id":"ef213427-c573-4167-a9ef-8154682587d9","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-priv-subnet"}]} 2018-08-12 08:35:42,095 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=3a2ab25d-f9b5-4eac-bcca-3008fdc01338 used request id req-af3e548d-e273-4525-a36a-8a365135b7f5 2018-08-12 08:35:42,100 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}385fd43fe806f69b2725126432703b17b5940e72" 2018-08-12 08:35:42,347 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 733 X-Openstack-Request-Id: req-814fdef7-2cf0-47a4-8629-a08eeb9f7a18 Date: Sun, 12 Aug 2018 08:35:42 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"3a2ab25d-f9b5-4eac-bcca-3008fdc01338","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a267b9a156244bb192691cff6e5f74fe","status":"ACTIVE","subnets":["ef213427-c573-4167-a9ef-8154682587d9"],"description":"","tags":[],"updated_at":"2018-08-12T08:35:10Z","provider:segmentation_id":30,"name":"CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-priv-net","admin_state_up":true,"tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:35:09Z","provider:network_type":"vxlan"}]} 2018-08-12 08:35:42,347 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-priv-net used request id req-814fdef7-2cf0-47a4-8629-a08eeb9f7a18 2018-08-12 08:35:42,351 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}385fd43fe806f69b2725126432703b17b5940e72" 2018-08-12 08:35:42,441 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:35:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-738ec8ae-076a-4240-927b-ed207789d8f3 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}} 2018-08-12 08:35:42,441 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe used request id req-738ec8ae-076a-4240-927b-ed207789d8f3 2018-08-12 08:35:42,446 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=3a2ab25d-f9b5-4eac-bcca-3008fdc01338 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}385fd43fe806f69b2725126432703b17b5940e72" 2018-08-12 08:35:42,492 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-077cc149-f3b1-4107-a9ba-96a180cd2280 Date: Sun, 12 Aug 2018 08:35:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3a2ab25d-f9b5-4eac-bcca-3008fdc01338","tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:35:10Z","dns_nameservers":[],"updated_at":"2018-08-12T08:35:10Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"a267b9a156244bb192691cff6e5f74fe","id":"ef213427-c573-4167-a9ef-8154682587d9","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-priv-subnet"}]} 2018-08-12 08:35:42,492 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=3a2ab25d-f9b5-4eac-bcca-3008fdc01338 used request id req-077cc149-f3b1-4107-a9ba-96a180cd2280 2018-08-12 08:35:42,498 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=3a2ab25d-f9b5-4eac-bcca-3008fdc01338&name=CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952port-2&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}385fd43fe806f69b2725126432703b17b5940e72" 2018-08-12 08:35:42,542 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 862 X-Openstack-Request-Id: req-3c0764f6-e2d1-49b1-ae5d-a4eb65a56dff Date: Sun, 12 Aug 2018 08:35:42 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:35:41Z","device_owner":"","revision_number":6,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"ef213427-c573-4167-a9ef-8154682587d9","ip_address":"10.55.0.25"}],"id":"514591b9-b164-4fb8-8865-3893dc6260b7","security_groups":["5f66b959-9187-4391-aafa-4c9cd7dd156e"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:29:fc:1b","project_id":"a267b9a156244bb192691cff6e5f74fe","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952port-2","admin_state_up":true,"network_id":"3a2ab25d-f9b5-4eac-bcca-3008fdc01338","tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:35:41Z","binding:vnic_type":"normal"}]} 2018-08-12 08:35:42,542 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=3a2ab25d-f9b5-4eac-bcca-3008fdc01338&name=CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952port-2&admin_state_up=True used request id req-3c0764f6-e2d1-49b1-ae5d-a4eb65a56dff 2018-08-12 08:35:42,545 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}385fd43fe806f69b2725126432703b17b5940e72" 2018-08-12 08:35:42,636 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:35:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c2194fca-0c25-4201-86b2-c64813d47f02 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}} 2018-08-12 08:35:42,637 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe used request id req-c2194fca-0c25-4201-86b2-c64813d47f02 2018-08-12 08:35:42,637 - nova_utils - INFO - Creating VM with name - CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-inst-nova:overcloud-novacompute-1.opnfvlf.org 2018-08-12 08:35:42,640 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}385fd43fe806f69b2725126432703b17b5940e72" 2018-08-12 08:35:42,660 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:35:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-28c2409c-a253-49eb-9f43-607eb5d05261 x-compute-request-id: req-28c2409c-a253-49eb-9f43-607eb5d05261 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"flavors": [{"id": "8a9847cf-2031-4d62-8475-9bcec4f91a9f", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/8a9847cf-2031-4d62-8475-9bcec4f91a9f", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/8a9847cf-2031-4d62-8475-9bcec4f91a9f", "rel": "bookmark"}], "name": "CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-flavor-name"}]} 2018-08-12 08:35:42,660 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-28c2409c-a253-49eb-9f43-607eb5d05261 2018-08-12 08:35:42,663 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors/8a9847cf-2031-4d62-8475-9bcec4f91a9f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}385fd43fe806f69b2725126432703b17b5940e72" 2018-08-12 08:35:42,688 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:35:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4c83eb02-b2d3-44a0-a408-1603c0871226 x-compute-request-id: req-4c83eb02-b2d3-44a0-a408-1603c0871226 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-flavor-name", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/8a9847cf-2031-4d62-8475-9bcec4f91a9f", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/8a9847cf-2031-4d62-8475-9bcec4f91a9f", "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": "8a9847cf-2031-4d62-8475-9bcec4f91a9f"}} 2018-08-12 08:35:42,688 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/8a9847cf-2031-4d62-8475-9bcec4f91a9f used request id req-4c83eb02-b2d3-44a0-a408-1603c0871226 2018-08-12 08:35:42,691 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}385fd43fe806f69b2725126432703b17b5940e72" 2018-08-12 08:35:42,879 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1064 Content-Type: application/json X-Openstack-Request-Id: req-8b488577-3612-4975-a830-236c9a50cbd6 Date: Sun, 12 Aug 2018 08:35:42 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-image", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:35:13Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-12T08:35:14Z", "visibility": "shared", "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/6bfa8eaa-392c-497b-a2da-748cf0f21ab1/snap", "metadata": {}}], "self": "/v2/images/6bfa8eaa-392c-497b-a2da-748cf0f21ab1", "min_disk": 0, "protected": false, "id": "6bfa8eaa-392c-497b-a2da-748cf0f21ab1", "file": "/v2/images/6bfa8eaa-392c-497b-a2da-748cf0f21ab1/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "28fd878432934dc5a47c331c4b3057b3", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/6bfa8eaa-392c-497b-a2da-748cf0f21ab1/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-image"} 2018-08-12 08:35:42,879 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-image used request id req-8b488577-3612-4975-a830-236c9a50cbd6 2018-08-12 08:35:42,882 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}385fd43fe806f69b2725126432703b17b5940e72" 2018-08-12 08:35:43,061 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-1ba64b39-a45b-49fc-a628-329750bea5b4 Date: Sun, 12 Aug 2018 08:35:43 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"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}, "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}, "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"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "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"}, "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"}, "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}, "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}, "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"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "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}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-12 08:35:43,062 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-1ba64b39-a45b-49fc-a628-329750bea5b4 2018-08-12 08:35:43,067 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}385fd43fe806f69b2725126432703b17b5940e72" -d '{"server": {"name": "CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-inst-nova:overcloud-novacompute-1.opnfvlf.org", "imageRef": "6bfa8eaa-392c-497b-a2da-748cf0f21ab1", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "8a9847cf-2031-4d62-8475-9bcec4f91a9f", "max_count": 1, "min_count": 1, "networks": [{"port": "514591b9-b164-4fb8-8865-3893dc6260b7"}]}}' 2018-08-12 08:35:44,370 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 08:35:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-8fd466ec-07dc-43b2-9339-af63a18ebe03 x-compute-request-id: req-8fd466ec-07dc-43b2-9339-af63a18ebe03 Content-Length: 374 location: http://172.30.9.21:8774/v2.1/servers/88db01fd-6a98-403a-b625-b8a7bbdfc733 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "88db01fd-6a98-403a-b625-b8a7bbdfc733", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/88db01fd-6a98-403a-b625-b8a7bbdfc733", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/88db01fd-6a98-403a-b625-b8a7bbdfc733", "rel": "bookmark"}], "adminPass": "d7sF5UBzkrDQ"}} 2018-08-12 08:35:44,371 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-8fd466ec-07dc-43b2-9339-af63a18ebe03 2018-08-12 08:35:44,374 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/88db01fd-6a98-403a-b625-b8a7bbdfc733 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}385fd43fe806f69b2725126432703b17b5940e72" 2018-08-12 08:35:44,599 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:35:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8e3e4ae6-f647-4c4d-b141-c84aabd2ae73 x-compute-request-id: req-8e3e4ae6-f647-4c4d-b141-c84aabd2ae73 Content-Encoding: gzip Content-Length: 680 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/88db01fd-6a98-403a-b625-b8a7bbdfc733", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/88db01fd-6a98-403a-b625-b8a7bbdfc733", "rel": "bookmark"}], "image": {"id": "6bfa8eaa-392c-497b-a2da-748cf0f21ab1", "links": [{"href": "http://172.30.9.21:8774/images/6bfa8eaa-392c-497b-a2da-748cf0f21ab1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8a9847cf-2031-4d62-8475-9bcec4f91a9f", "links": [{"href": "http://172.30.9.21:8774/flavors/8a9847cf-2031-4d62-8475-9bcec4f91a9f", "rel": "bookmark"}]}, "id": "88db01fd-6a98-403a-b625-b8a7bbdfc733", "user_id": "4f32fb8153854c4c9f5094b42b523f80", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:35:44Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-inst-nova:overcloud-novacompute-1.opnfvlf.org", "created": "2018-08-12T08:35:44Z", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:35:44,599 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/88db01fd-6a98-403a-b625-b8a7bbdfc733 used request id req-8e3e4ae6-f647-4c4d-b141-c84aabd2ae73 2018-08-12 08:35:44,600 - create_instance - INFO - Created instance with name - CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-inst-nova:overcloud-novacompute-1.opnfvlf.org 2018-08-12 08:35:44,603 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/88db01fd-6a98-403a-b625-b8a7bbdfc733 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}385fd43fe806f69b2725126432703b17b5940e72" 2018-08-12 08:35:44,858 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:35:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-54424c13-133f-415e-9672-a1f2fe8f4917 x-compute-request-id: req-54424c13-133f-415e-9672-a1f2fe8f4917 Content-Encoding: gzip Content-Length: 680 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/88db01fd-6a98-403a-b625-b8a7bbdfc733", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/88db01fd-6a98-403a-b625-b8a7bbdfc733", "rel": "bookmark"}], "image": {"id": "6bfa8eaa-392c-497b-a2da-748cf0f21ab1", "links": [{"href": "http://172.30.9.21:8774/images/6bfa8eaa-392c-497b-a2da-748cf0f21ab1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8a9847cf-2031-4d62-8475-9bcec4f91a9f", "links": [{"href": "http://172.30.9.21:8774/flavors/8a9847cf-2031-4d62-8475-9bcec4f91a9f", "rel": "bookmark"}]}, "id": "88db01fd-6a98-403a-b625-b8a7bbdfc733", "user_id": "4f32fb8153854c4c9f5094b42b523f80", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:35:44Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-inst-nova:overcloud-novacompute-1.opnfvlf.org", "created": "2018-08-12T08:35:44Z", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:35:44,858 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/88db01fd-6a98-403a-b625-b8a7bbdfc733 used request id req-54424c13-133f-415e-9672-a1f2fe8f4917 2018-08-12 08:35:44,858 - create_instance - DEBUG - Instance status [CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-inst-nova:overcloud-novacompute-1.opnfvlf.org] is - BUILD 2018-08-12 08:35:44,859 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-12 08:35:47,862 - create_instance - DEBUG - VM status query timeout in 896.738540888 2018-08-12 08:35:47,865 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/88db01fd-6a98-403a-b625-b8a7bbdfc733 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}385fd43fe806f69b2725126432703b17b5940e72" 2018-08-12 08:35:48,513 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:35:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5d455566-b8a2-41e0-a256-9caed8d84573 x-compute-request-id: req-5d455566-b8a2-41e0-a256-9caed8d84573 Content-Encoding: gzip Content-Length: 824 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:29:fc:1b", "version": 4, "addr": "10.55.0.25", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/88db01fd-6a98-403a-b625-b8a7bbdfc733", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/88db01fd-6a98-403a-b625-b8a7bbdfc733", "rel": "bookmark"}], "image": {"id": "6bfa8eaa-392c-497b-a2da-748cf0f21ab1", "links": [{"href": "http://172.30.9.21:8774/images/6bfa8eaa-392c-497b-a2da-748cf0f21ab1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000bc", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8a9847cf-2031-4d62-8475-9bcec4f91a9f", "links": [{"href": "http://172.30.9.21:8774/flavors/8a9847cf-2031-4d62-8475-9bcec4f91a9f", "rel": "bookmark"}]}, "id": "88db01fd-6a98-403a-b625-b8a7bbdfc733", "security_groups": [{"name": "default"}], "user_id": "4f32fb8153854c4c9f5094b42b523f80", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:35:46Z", "hostId": "37fa8c199d4972865998c9e46bc890a43496c342cd33a455659cee7a", "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": "CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-inst-nova:overcloud-novacompute-1.opnfvlf.org", "created": "2018-08-12T08:35:44Z", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:35:48,513 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/88db01fd-6a98-403a-b625-b8a7bbdfc733 used request id req-5d455566-b8a2-41e0-a256-9caed8d84573 2018-08-12 08:35:48,514 - create_instance - DEBUG - Instance status [CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-inst-nova:overcloud-novacompute-1.opnfvlf.org] is - BUILD 2018-08-12 08:35:48,514 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-12 08:35:51,517 - create_instance - DEBUG - VM status query timeout in 893.083454847 2018-08-12 08:35:51,520 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/88db01fd-6a98-403a-b625-b8a7bbdfc733 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}385fd43fe806f69b2725126432703b17b5940e72" 2018-08-12 08:35:52,026 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:35: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-e06fd143-28f2-4a53-804e-947202fcc1cd x-compute-request-id: req-e06fd143-28f2-4a53-804e-947202fcc1cd Content-Encoding: gzip Content-Length: 825 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:29:fc:1b", "version": 4, "addr": "10.55.0.25", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/88db01fd-6a98-403a-b625-b8a7bbdfc733", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/88db01fd-6a98-403a-b625-b8a7bbdfc733", "rel": "bookmark"}], "image": {"id": "6bfa8eaa-392c-497b-a2da-748cf0f21ab1", "links": [{"href": "http://172.30.9.21:8774/images/6bfa8eaa-392c-497b-a2da-748cf0f21ab1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000bc", "OS-SRV-USG:launched_at": "2018-08-12T08:35:51.000000", "flavor": {"id": "8a9847cf-2031-4d62-8475-9bcec4f91a9f", "links": [{"href": "http://172.30.9.21:8774/flavors/8a9847cf-2031-4d62-8475-9bcec4f91a9f", "rel": "bookmark"}]}, "id": "88db01fd-6a98-403a-b625-b8a7bbdfc733", "security_groups": [{"name": "default"}], "user_id": "4f32fb8153854c4c9f5094b42b523f80", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:35:51Z", "hostId": "37fa8c199d4972865998c9e46bc890a43496c342cd33a455659cee7a", "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": "CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-inst-nova:overcloud-novacompute-1.opnfvlf.org", "created": "2018-08-12T08:35:44Z", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:35:52,027 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/88db01fd-6a98-403a-b625-b8a7bbdfc733 used request id req-e06fd143-28f2-4a53-804e-947202fcc1cd 2018-08-12 08:35:52,027 - create_instance - DEBUG - Instance status [CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-inst-nova:overcloud-novacompute-1.opnfvlf.org] is - ACTIVE 2018-08-12 08:35:52,027 - create_instance - INFO - VM is - ACTIVE 2018-08-12 08:35:52,030 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/88db01fd-6a98-403a-b625-b8a7bbdfc733 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}385fd43fe806f69b2725126432703b17b5940e72" 2018-08-12 08:35:52,556 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:35:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ade62510-932f-441b-98a5-b4f7f9bf0916 x-compute-request-id: req-ade62510-932f-441b-98a5-b4f7f9bf0916 Content-Encoding: gzip Content-Length: 825 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:29:fc:1b", "version": 4, "addr": "10.55.0.25", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/88db01fd-6a98-403a-b625-b8a7bbdfc733", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/88db01fd-6a98-403a-b625-b8a7bbdfc733", "rel": "bookmark"}], "image": {"id": "6bfa8eaa-392c-497b-a2da-748cf0f21ab1", "links": [{"href": "http://172.30.9.21:8774/images/6bfa8eaa-392c-497b-a2da-748cf0f21ab1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000bc", "OS-SRV-USG:launched_at": "2018-08-12T08:35:51.000000", "flavor": {"id": "8a9847cf-2031-4d62-8475-9bcec4f91a9f", "links": [{"href": "http://172.30.9.21:8774/flavors/8a9847cf-2031-4d62-8475-9bcec4f91a9f", "rel": "bookmark"}]}, "id": "88db01fd-6a98-403a-b625-b8a7bbdfc733", "security_groups": [{"name": "default"}], "user_id": "4f32fb8153854c4c9f5094b42b523f80", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:35:51Z", "hostId": "37fa8c199d4972865998c9e46bc890a43496c342cd33a455659cee7a", "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": "CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-inst-nova:overcloud-novacompute-1.opnfvlf.org", "created": "2018-08-12T08:35:44Z", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:35:52,556 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/88db01fd-6a98-403a-b625-b8a7bbdfc733 used request id req-ade62510-932f-441b-98a5-b4f7f9bf0916 2018-08-12 08:35:52,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}385fd43fe806f69b2725126432703b17b5940e72" 2018-08-12 08:35:52,648 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 733 X-Openstack-Request-Id: req-a502ddb1-19ff-4198-bc17-c6e19733d75f Date: Sun, 12 Aug 2018 08:35:52 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"3a2ab25d-f9b5-4eac-bcca-3008fdc01338","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a267b9a156244bb192691cff6e5f74fe","status":"ACTIVE","subnets":["ef213427-c573-4167-a9ef-8154682587d9"],"description":"","tags":[],"updated_at":"2018-08-12T08:35:10Z","provider:segmentation_id":30,"name":"CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-priv-net","admin_state_up":true,"tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:35:09Z","provider:network_type":"vxlan"}]} 2018-08-12 08:35:52,649 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-priv-net used request id req-a502ddb1-19ff-4198-bc17-c6e19733d75f 2018-08-12 08:35:52,653 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}385fd43fe806f69b2725126432703b17b5940e72" 2018-08-12 08:35:52,748 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:35:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5ac06337-ca12-4cf3-9d25-20caf991b3f9 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}} 2018-08-12 08:35:52,748 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe used request id req-5ac06337-ca12-4cf3-9d25-20caf991b3f9 2018-08-12 08:35:52,754 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=3a2ab25d-f9b5-4eac-bcca-3008fdc01338 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}385fd43fe806f69b2725126432703b17b5940e72" 2018-08-12 08:35:52,799 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-54ebbe3f-a32c-48d6-be7e-a494b47ebdc7 Date: Sun, 12 Aug 2018 08:35:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3a2ab25d-f9b5-4eac-bcca-3008fdc01338","tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:35:10Z","dns_nameservers":[],"updated_at":"2018-08-12T08:35:10Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"a267b9a156244bb192691cff6e5f74fe","id":"ef213427-c573-4167-a9ef-8154682587d9","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-priv-subnet"}]} 2018-08-12 08:35:52,799 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=3a2ab25d-f9b5-4eac-bcca-3008fdc01338 used request id req-54ebbe3f-a32c-48d6-be7e-a494b47ebdc7 2018-08-12 08:35:52,804 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=3a2ab25d-f9b5-4eac-bcca-3008fdc01338 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}385fd43fe806f69b2725126432703b17b5940e72" 2018-08-12 08:35:53,019 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4468 X-Openstack-Request-Id: req-41104d31-e984-4853-af9f-70558bc7edfc Date: Sun, 12 Aug 2018 08:35:53 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:35:50Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"ef213427-c573-4167-a9ef-8154682587d9","ip_address":"10.55.0.25"}],"id":"514591b9-b164-4fb8-8865-3893dc6260b7","security_groups":["5f66b959-9187-4391-aafa-4c9cd7dd156e"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:29:fc:1b","project_id":"a267b9a156244bb192691cff6e5f74fe","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"88db01fd-6a98-403a-b625-b8a7bbdfc733","name":"CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952port-2","admin_state_up":true,"network_id":"3a2ab25d-f9b5-4eac-bcca-3008fdc01338","tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:35:41Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:35:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ef213427-c573-4167-a9ef-8154682587d9","ip_address":"10.55.0.4"}],"id":"5c5cd0f2-a118-40fb-9d36-5dece53e9f8b","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3b:0c:15","project_id":"a267b9a156244bb192691cff6e5f74fe","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-3a2ab25d-f9b5-4eac-bcca-3008fdc01338","name":"","admin_state_up":true,"network_id":"3a2ab25d-f9b5-4eac-bcca-3008fdc01338","tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:35:12Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:35:30Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"ef213427-c573-4167-a9ef-8154682587d9","ip_address":"10.55.0.5"}],"id":"604126d8-7b1f-480e-a184-e72ae393b917","security_groups":["5f66b959-9187-4391-aafa-4c9cd7dd156e"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:24:35:e5","project_id":"a267b9a156244bb192691cff6e5f74fe","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"fe65ae46-64d2-4bea-823d-242fba68e915","name":"CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952port-1","admin_state_up":true,"network_id":"3a2ab25d-f9b5-4eac-bcca-3008fdc01338","tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:35:20Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:35:14Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ef213427-c573-4167-a9ef-8154682587d9","ip_address":"10.55.0.3"}],"id":"ad7eab34-f5c3-4eac-b6cd-5c7065aa42cc","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:de:29:48","project_id":"a267b9a156244bb192691cff6e5f74fe","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-3a2ab25d-f9b5-4eac-bcca-3008fdc01338","name":"","admin_state_up":true,"network_id":"3a2ab25d-f9b5-4eac-bcca-3008fdc01338","tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:35:11Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:35:13Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ef213427-c573-4167-a9ef-8154682587d9","ip_address":"10.55.0.2"}],"id":"c092ccf4-33e1-49f7-92f6-deb6ee476d32","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:bd:09:34","project_id":"a267b9a156244bb192691cff6e5f74fe","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-3a2ab25d-f9b5-4eac-bcca-3008fdc01338","name":"","admin_state_up":true,"network_id":"3a2ab25d-f9b5-4eac-bcca-3008fdc01338","tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:35:10Z","binding:vnic_type":"normal"}]} 2018-08-12 08:35:53,019 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=3a2ab25d-f9b5-4eac-bcca-3008fdc01338 used request id req-41104d31-e984-4853-af9f-70558bc7edfc 2018-08-12 08:35:53,024 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/88db01fd-6a98-403a-b625-b8a7bbdfc733 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}385fd43fe806f69b2725126432703b17b5940e72" 2018-08-12 08:35:53,793 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:35: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-49fe5096-ae10-44cc-89d3-e20dec24930e x-compute-request-id: req-49fe5096-ae10-44cc-89d3-e20dec24930e Content-Encoding: gzip Content-Length: 825 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:29:fc:1b", "version": 4, "addr": "10.55.0.25", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/88db01fd-6a98-403a-b625-b8a7bbdfc733", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/88db01fd-6a98-403a-b625-b8a7bbdfc733", "rel": "bookmark"}], "image": {"id": "6bfa8eaa-392c-497b-a2da-748cf0f21ab1", "links": [{"href": "http://172.30.9.21:8774/images/6bfa8eaa-392c-497b-a2da-748cf0f21ab1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000bc", "OS-SRV-USG:launched_at": "2018-08-12T08:35:51.000000", "flavor": {"id": "8a9847cf-2031-4d62-8475-9bcec4f91a9f", "links": [{"href": "http://172.30.9.21:8774/flavors/8a9847cf-2031-4d62-8475-9bcec4f91a9f", "rel": "bookmark"}]}, "id": "88db01fd-6a98-403a-b625-b8a7bbdfc733", "security_groups": [{"name": "default"}], "user_id": "4f32fb8153854c4c9f5094b42b523f80", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:35:51Z", "hostId": "37fa8c199d4972865998c9e46bc890a43496c342cd33a455659cee7a", "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": "CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-inst-nova:overcloud-novacompute-1.opnfvlf.org", "created": "2018-08-12T08:35:44Z", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:35:53,793 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/88db01fd-6a98-403a-b625-b8a7bbdfc733 used request id req-49fe5096-ae10-44cc-89d3-e20dec24930e 2018-08-12 08:35:53,799 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}385fd43fe806f69b2725126432703b17b5940e72" 2018-08-12 08:35:54,063 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 733 X-Openstack-Request-Id: req-db9b0040-005b-4d3c-9237-a12f2404b574 Date: Sun, 12 Aug 2018 08:35:54 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"3a2ab25d-f9b5-4eac-bcca-3008fdc01338","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a267b9a156244bb192691cff6e5f74fe","status":"ACTIVE","subnets":["ef213427-c573-4167-a9ef-8154682587d9"],"description":"","tags":[],"updated_at":"2018-08-12T08:35:10Z","provider:segmentation_id":30,"name":"CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-priv-net","admin_state_up":true,"tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:35:09Z","provider:network_type":"vxlan"}]} 2018-08-12 08:35:54,063 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-priv-net used request id req-db9b0040-005b-4d3c-9237-a12f2404b574 2018-08-12 08:35:54,067 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}385fd43fe806f69b2725126432703b17b5940e72" 2018-08-12 08:35:54,173 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:35:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1006252a-eabd-4f5b-92c1-c49e02e34b4b Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}} 2018-08-12 08:35:54,174 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe used request id req-1006252a-eabd-4f5b-92c1-c49e02e34b4b 2018-08-12 08:35:54,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=3a2ab25d-f9b5-4eac-bcca-3008fdc01338 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}385fd43fe806f69b2725126432703b17b5940e72" 2018-08-12 08:35:54,406 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-6ed4fc9c-13d5-4089-bcd3-ed19b673b8d7 Date: Sun, 12 Aug 2018 08:35:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3a2ab25d-f9b5-4eac-bcca-3008fdc01338","tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:35:10Z","dns_nameservers":[],"updated_at":"2018-08-12T08:35:10Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"a267b9a156244bb192691cff6e5f74fe","id":"ef213427-c573-4167-a9ef-8154682587d9","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-priv-subnet"}]} 2018-08-12 08:35:54,407 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=3a2ab25d-f9b5-4eac-bcca-3008fdc01338 used request id req-6ed4fc9c-13d5-4089-bcd3-ed19b673b8d7 2018-08-12 08:35:54,412 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=3a2ab25d-f9b5-4eac-bcca-3008fdc01338 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}385fd43fe806f69b2725126432703b17b5940e72" 2018-08-12 08:35:54,461 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4468 X-Openstack-Request-Id: req-7260d464-2cd4-43a4-ba96-9ccc78e7e7c8 Date: Sun, 12 Aug 2018 08:35:54 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:35:50Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"ef213427-c573-4167-a9ef-8154682587d9","ip_address":"10.55.0.25"}],"id":"514591b9-b164-4fb8-8865-3893dc6260b7","security_groups":["5f66b959-9187-4391-aafa-4c9cd7dd156e"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:29:fc:1b","project_id":"a267b9a156244bb192691cff6e5f74fe","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"88db01fd-6a98-403a-b625-b8a7bbdfc733","name":"CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952port-2","admin_state_up":true,"network_id":"3a2ab25d-f9b5-4eac-bcca-3008fdc01338","tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:35:41Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:35:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ef213427-c573-4167-a9ef-8154682587d9","ip_address":"10.55.0.4"}],"id":"5c5cd0f2-a118-40fb-9d36-5dece53e9f8b","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3b:0c:15","project_id":"a267b9a156244bb192691cff6e5f74fe","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-3a2ab25d-f9b5-4eac-bcca-3008fdc01338","name":"","admin_state_up":true,"network_id":"3a2ab25d-f9b5-4eac-bcca-3008fdc01338","tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:35:12Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:35:30Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"ef213427-c573-4167-a9ef-8154682587d9","ip_address":"10.55.0.5"}],"id":"604126d8-7b1f-480e-a184-e72ae393b917","security_groups":["5f66b959-9187-4391-aafa-4c9cd7dd156e"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:24:35:e5","project_id":"a267b9a156244bb192691cff6e5f74fe","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"fe65ae46-64d2-4bea-823d-242fba68e915","name":"CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952port-1","admin_state_up":true,"network_id":"3a2ab25d-f9b5-4eac-bcca-3008fdc01338","tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:35:20Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:35:14Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ef213427-c573-4167-a9ef-8154682587d9","ip_address":"10.55.0.3"}],"id":"ad7eab34-f5c3-4eac-b6cd-5c7065aa42cc","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:de:29:48","project_id":"a267b9a156244bb192691cff6e5f74fe","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-3a2ab25d-f9b5-4eac-bcca-3008fdc01338","name":"","admin_state_up":true,"network_id":"3a2ab25d-f9b5-4eac-bcca-3008fdc01338","tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:35:11Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:35:13Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ef213427-c573-4167-a9ef-8154682587d9","ip_address":"10.55.0.2"}],"id":"c092ccf4-33e1-49f7-92f6-deb6ee476d32","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:bd:09:34","project_id":"a267b9a156244bb192691cff6e5f74fe","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-3a2ab25d-f9b5-4eac-bcca-3008fdc01338","name":"","admin_state_up":true,"network_id":"3a2ab25d-f9b5-4eac-bcca-3008fdc01338","tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:35:10Z","binding:vnic_type":"normal"}]} 2018-08-12 08:35:54,461 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=3a2ab25d-f9b5-4eac-bcca-3008fdc01338 used request id req-7260d464-2cd4-43a4-ba96-9ccc78e7e7c8 2018-08-12 08:35:54,465 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/88db01fd-6a98-403a-b625-b8a7bbdfc733 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}385fd43fe806f69b2725126432703b17b5940e72" 2018-08-12 08:35:54,932 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:35: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-7a59ac33-81e9-460f-bed1-a1a5118af1e1 x-compute-request-id: req-7a59ac33-81e9-460f-bed1-a1a5118af1e1 Content-Encoding: gzip Content-Length: 825 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:29:fc:1b", "version": 4, "addr": "10.55.0.25", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/88db01fd-6a98-403a-b625-b8a7bbdfc733", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/88db01fd-6a98-403a-b625-b8a7bbdfc733", "rel": "bookmark"}], "image": {"id": "6bfa8eaa-392c-497b-a2da-748cf0f21ab1", "links": [{"href": "http://172.30.9.21:8774/images/6bfa8eaa-392c-497b-a2da-748cf0f21ab1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000bc", "OS-SRV-USG:launched_at": "2018-08-12T08:35:51.000000", "flavor": {"id": "8a9847cf-2031-4d62-8475-9bcec4f91a9f", "links": [{"href": "http://172.30.9.21:8774/flavors/8a9847cf-2031-4d62-8475-9bcec4f91a9f", "rel": "bookmark"}]}, "id": "88db01fd-6a98-403a-b625-b8a7bbdfc733", "security_groups": [{"name": "default"}], "user_id": "4f32fb8153854c4c9f5094b42b523f80", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:35:51Z", "hostId": "37fa8c199d4972865998c9e46bc890a43496c342cd33a455659cee7a", "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": "CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-inst-nova:overcloud-novacompute-1.opnfvlf.org", "created": "2018-08-12T08:35:44Z", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:35:54,932 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/88db01fd-6a98-403a-b625-b8a7bbdfc733 used request id req-7a59ac33-81e9-460f-bed1-a1a5118af1e1 2018-08-12 08:35:54,937 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}385fd43fe806f69b2725126432703b17b5940e72" 2018-08-12 08:35:55,021 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 733 X-Openstack-Request-Id: req-aa787c34-00ce-47e3-9df2-48015741a24b Date: Sun, 12 Aug 2018 08:35:55 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"3a2ab25d-f9b5-4eac-bcca-3008fdc01338","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a267b9a156244bb192691cff6e5f74fe","status":"ACTIVE","subnets":["ef213427-c573-4167-a9ef-8154682587d9"],"description":"","tags":[],"updated_at":"2018-08-12T08:35:10Z","provider:segmentation_id":30,"name":"CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-priv-net","admin_state_up":true,"tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:35:09Z","provider:network_type":"vxlan"}]} 2018-08-12 08:35:55,022 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-priv-net used request id req-aa787c34-00ce-47e3-9df2-48015741a24b 2018-08-12 08:35:55,026 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}385fd43fe806f69b2725126432703b17b5940e72" 2018-08-12 08:35:55,113 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:35:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ed79a416-9fc6-43d2-ae06-79efd66684f3 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}} 2018-08-12 08:35:55,113 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe used request id req-ed79a416-9fc6-43d2-ae06-79efd66684f3 2018-08-12 08:35:55,119 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=3a2ab25d-f9b5-4eac-bcca-3008fdc01338 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}385fd43fe806f69b2725126432703b17b5940e72" 2018-08-12 08:35:55,160 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-601faee6-1fcc-4d2c-920b-ca596a842b6f Date: Sun, 12 Aug 2018 08:35:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3a2ab25d-f9b5-4eac-bcca-3008fdc01338","tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:35:10Z","dns_nameservers":[],"updated_at":"2018-08-12T08:35:10Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"a267b9a156244bb192691cff6e5f74fe","id":"ef213427-c573-4167-a9ef-8154682587d9","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-priv-subnet"}]} 2018-08-12 08:35:55,161 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=3a2ab25d-f9b5-4eac-bcca-3008fdc01338 used request id req-601faee6-1fcc-4d2c-920b-ca596a842b6f 2018-08-12 08:35:55,166 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=3a2ab25d-f9b5-4eac-bcca-3008fdc01338 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}385fd43fe806f69b2725126432703b17b5940e72" 2018-08-12 08:35:55,381 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4468 X-Openstack-Request-Id: req-c298aedb-ddd0-4bb0-abe7-1e9618625684 Date: Sun, 12 Aug 2018 08:35:55 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:35:50Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"ef213427-c573-4167-a9ef-8154682587d9","ip_address":"10.55.0.25"}],"id":"514591b9-b164-4fb8-8865-3893dc6260b7","security_groups":["5f66b959-9187-4391-aafa-4c9cd7dd156e"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:29:fc:1b","project_id":"a267b9a156244bb192691cff6e5f74fe","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"88db01fd-6a98-403a-b625-b8a7bbdfc733","name":"CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952port-2","admin_state_up":true,"network_id":"3a2ab25d-f9b5-4eac-bcca-3008fdc01338","tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:35:41Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:35:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ef213427-c573-4167-a9ef-8154682587d9","ip_address":"10.55.0.4"}],"id":"5c5cd0f2-a118-40fb-9d36-5dece53e9f8b","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3b:0c:15","project_id":"a267b9a156244bb192691cff6e5f74fe","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-3a2ab25d-f9b5-4eac-bcca-3008fdc01338","name":"","admin_state_up":true,"network_id":"3a2ab25d-f9b5-4eac-bcca-3008fdc01338","tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:35:12Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:35:30Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"ef213427-c573-4167-a9ef-8154682587d9","ip_address":"10.55.0.5"}],"id":"604126d8-7b1f-480e-a184-e72ae393b917","security_groups":["5f66b959-9187-4391-aafa-4c9cd7dd156e"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:24:35:e5","project_id":"a267b9a156244bb192691cff6e5f74fe","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"fe65ae46-64d2-4bea-823d-242fba68e915","name":"CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952port-1","admin_state_up":true,"network_id":"3a2ab25d-f9b5-4eac-bcca-3008fdc01338","tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:35:20Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:35:14Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ef213427-c573-4167-a9ef-8154682587d9","ip_address":"10.55.0.3"}],"id":"ad7eab34-f5c3-4eac-b6cd-5c7065aa42cc","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:de:29:48","project_id":"a267b9a156244bb192691cff6e5f74fe","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-3a2ab25d-f9b5-4eac-bcca-3008fdc01338","name":"","admin_state_up":true,"network_id":"3a2ab25d-f9b5-4eac-bcca-3008fdc01338","tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:35:11Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:35:13Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ef213427-c573-4167-a9ef-8154682587d9","ip_address":"10.55.0.2"}],"id":"c092ccf4-33e1-49f7-92f6-deb6ee476d32","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:bd:09:34","project_id":"a267b9a156244bb192691cff6e5f74fe","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-3a2ab25d-f9b5-4eac-bcca-3008fdc01338","name":"","admin_state_up":true,"network_id":"3a2ab25d-f9b5-4eac-bcca-3008fdc01338","tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:35:10Z","binding:vnic_type":"normal"}]} 2018-08-12 08:35:55,381 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=3a2ab25d-f9b5-4eac-bcca-3008fdc01338 used request id req-c298aedb-ddd0-4bb0-abe7-1e9618625684 2018-08-12 08:35:55,384 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/fe65ae46-64d2-4bea-823d-242fba68e915 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9438d722d8ba457d308247162c705e83bca4af12" 2018-08-12 08:35:55,877 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:35: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-282fad1d-1834-4c1e-aa30-35f113a56a28 x-compute-request-id: req-282fad1d-1834-4c1e-aa30-35f113a56a28 Content-Encoding: gzip Content-Length: 823 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:24:35:e5", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/fe65ae46-64d2-4bea-823d-242fba68e915", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/fe65ae46-64d2-4bea-823d-242fba68e915", "rel": "bookmark"}], "image": {"id": "6bfa8eaa-392c-497b-a2da-748cf0f21ab1", "links": [{"href": "http://172.30.9.21:8774/images/6bfa8eaa-392c-497b-a2da-748cf0f21ab1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000b9", "OS-SRV-USG:launched_at": "2018-08-12T08:35:30.000000", "flavor": {"id": "8a9847cf-2031-4d62-8475-9bcec4f91a9f", "links": [{"href": "http://172.30.9.21:8774/flavors/8a9847cf-2031-4d62-8475-9bcec4f91a9f", "rel": "bookmark"}]}, "id": "fe65ae46-64d2-4bea-823d-242fba68e915", "security_groups": [{"name": "default"}], "user_id": "4f32fb8153854c4c9f5094b42b523f80", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:35:30Z", "hostId": "cafb59af8d48f73042f30fac6bb42c8c79efd8cb983bdadb9d75c9a9", "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": "CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-inst-nova:overcloud-novacompute-0.opnfvlf.org", "created": "2018-08-12T08:35:24Z", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:35:55,877 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/fe65ae46-64d2-4bea-823d-242fba68e915 used request id req-282fad1d-1834-4c1e-aa30-35f113a56a28 2018-08-12 08:35:55,878 - create_instance - DEBUG - Instance status [CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-inst-nova:overcloud-novacompute-0.opnfvlf.org] is - ACTIVE 2018-08-12 08:35:55,878 - create_instance - INFO - VM is - ACTIVE 2018-08-12 08:35:55,881 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/fe65ae46-64d2-4bea-823d-242fba68e915 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9438d722d8ba457d308247162c705e83bca4af12" 2018-08-12 08:35:56,405 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:35: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-0f6efe4d-6aca-4ae8-a5e3-69d951e6cfdb x-compute-request-id: req-0f6efe4d-6aca-4ae8-a5e3-69d951e6cfdb Content-Encoding: gzip Content-Length: 823 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:24:35:e5", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/fe65ae46-64d2-4bea-823d-242fba68e915", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/fe65ae46-64d2-4bea-823d-242fba68e915", "rel": "bookmark"}], "image": {"id": "6bfa8eaa-392c-497b-a2da-748cf0f21ab1", "links": [{"href": "http://172.30.9.21:8774/images/6bfa8eaa-392c-497b-a2da-748cf0f21ab1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000b9", "OS-SRV-USG:launched_at": "2018-08-12T08:35:30.000000", "flavor": {"id": "8a9847cf-2031-4d62-8475-9bcec4f91a9f", "links": [{"href": "http://172.30.9.21:8774/flavors/8a9847cf-2031-4d62-8475-9bcec4f91a9f", "rel": "bookmark"}]}, "id": "fe65ae46-64d2-4bea-823d-242fba68e915", "security_groups": [{"name": "default"}], "user_id": "4f32fb8153854c4c9f5094b42b523f80", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:35:30Z", "hostId": "cafb59af8d48f73042f30fac6bb42c8c79efd8cb983bdadb9d75c9a9", "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": "CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-inst-nova:overcloud-novacompute-0.opnfvlf.org", "created": "2018-08-12T08:35:24Z", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:35:56,405 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/fe65ae46-64d2-4bea-823d-242fba68e915 used request id req-0f6efe4d-6aca-4ae8-a5e3-69d951e6cfdb 2018-08-12 08:35:56,411 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9438d722d8ba457d308247162c705e83bca4af12" 2018-08-12 08:35:56,495 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 733 X-Openstack-Request-Id: req-6b794c45-7447-428b-9a07-a5e153c018e1 Date: Sun, 12 Aug 2018 08:35:56 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"3a2ab25d-f9b5-4eac-bcca-3008fdc01338","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a267b9a156244bb192691cff6e5f74fe","status":"ACTIVE","subnets":["ef213427-c573-4167-a9ef-8154682587d9"],"description":"","tags":[],"updated_at":"2018-08-12T08:35:10Z","provider:segmentation_id":30,"name":"CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-priv-net","admin_state_up":true,"tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:35:09Z","provider:network_type":"vxlan"}]} 2018-08-12 08:35:56,495 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-priv-net used request id req-6b794c45-7447-428b-9a07-a5e153c018e1 2018-08-12 08:35:56,499 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9438d722d8ba457d308247162c705e83bca4af12" 2018-08-12 08:35:56,595 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:35:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ecf5a5bc-e86d-44fb-bcb0-dd242a0b8cde Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}} 2018-08-12 08:35:56,596 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe used request id req-ecf5a5bc-e86d-44fb-bcb0-dd242a0b8cde 2018-08-12 08:35:56,601 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=3a2ab25d-f9b5-4eac-bcca-3008fdc01338 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9438d722d8ba457d308247162c705e83bca4af12" 2018-08-12 08:35:56,642 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-dc00eb7d-89d0-4a1b-9b29-185e19a7082f Date: Sun, 12 Aug 2018 08:35:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3a2ab25d-f9b5-4eac-bcca-3008fdc01338","tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:35:10Z","dns_nameservers":[],"updated_at":"2018-08-12T08:35:10Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"a267b9a156244bb192691cff6e5f74fe","id":"ef213427-c573-4167-a9ef-8154682587d9","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-priv-subnet"}]} 2018-08-12 08:35:56,642 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=3a2ab25d-f9b5-4eac-bcca-3008fdc01338 used request id req-dc00eb7d-89d0-4a1b-9b29-185e19a7082f 2018-08-12 08:35:56,648 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=3a2ab25d-f9b5-4eac-bcca-3008fdc01338 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9438d722d8ba457d308247162c705e83bca4af12" 2018-08-12 08:35:56,696 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4468 X-Openstack-Request-Id: req-dac45670-caee-4c2b-860c-5cac86bad526 Date: Sun, 12 Aug 2018 08:35:56 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:35:50Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"ef213427-c573-4167-a9ef-8154682587d9","ip_address":"10.55.0.25"}],"id":"514591b9-b164-4fb8-8865-3893dc6260b7","security_groups":["5f66b959-9187-4391-aafa-4c9cd7dd156e"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:29:fc:1b","project_id":"a267b9a156244bb192691cff6e5f74fe","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"88db01fd-6a98-403a-b625-b8a7bbdfc733","name":"CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952port-2","admin_state_up":true,"network_id":"3a2ab25d-f9b5-4eac-bcca-3008fdc01338","tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:35:41Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:35:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ef213427-c573-4167-a9ef-8154682587d9","ip_address":"10.55.0.4"}],"id":"5c5cd0f2-a118-40fb-9d36-5dece53e9f8b","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3b:0c:15","project_id":"a267b9a156244bb192691cff6e5f74fe","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-3a2ab25d-f9b5-4eac-bcca-3008fdc01338","name":"","admin_state_up":true,"network_id":"3a2ab25d-f9b5-4eac-bcca-3008fdc01338","tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:35:12Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:35:30Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"ef213427-c573-4167-a9ef-8154682587d9","ip_address":"10.55.0.5"}],"id":"604126d8-7b1f-480e-a184-e72ae393b917","security_groups":["5f66b959-9187-4391-aafa-4c9cd7dd156e"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:24:35:e5","project_id":"a267b9a156244bb192691cff6e5f74fe","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"fe65ae46-64d2-4bea-823d-242fba68e915","name":"CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952port-1","admin_state_up":true,"network_id":"3a2ab25d-f9b5-4eac-bcca-3008fdc01338","tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:35:20Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:35:14Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ef213427-c573-4167-a9ef-8154682587d9","ip_address":"10.55.0.3"}],"id":"ad7eab34-f5c3-4eac-b6cd-5c7065aa42cc","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:de:29:48","project_id":"a267b9a156244bb192691cff6e5f74fe","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-3a2ab25d-f9b5-4eac-bcca-3008fdc01338","name":"","admin_state_up":true,"network_id":"3a2ab25d-f9b5-4eac-bcca-3008fdc01338","tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:35:11Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:35:13Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ef213427-c573-4167-a9ef-8154682587d9","ip_address":"10.55.0.2"}],"id":"c092ccf4-33e1-49f7-92f6-deb6ee476d32","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:bd:09:34","project_id":"a267b9a156244bb192691cff6e5f74fe","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-3a2ab25d-f9b5-4eac-bcca-3008fdc01338","name":"","admin_state_up":true,"network_id":"3a2ab25d-f9b5-4eac-bcca-3008fdc01338","tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:35:10Z","binding:vnic_type":"normal"}]} 2018-08-12 08:35:56,697 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=3a2ab25d-f9b5-4eac-bcca-3008fdc01338 used request id req-dac45670-caee-4c2b-860c-5cac86bad526 2018-08-12 08:35:56,700 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/fe65ae46-64d2-4bea-823d-242fba68e915 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9438d722d8ba457d308247162c705e83bca4af12" 2018-08-12 08:35:57,190 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:35:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f0dca5ff-58fa-4de7-a51f-d989dc1b2a02 x-compute-request-id: req-f0dca5ff-58fa-4de7-a51f-d989dc1b2a02 Content-Encoding: gzip Content-Length: 823 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:24:35:e5", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/fe65ae46-64d2-4bea-823d-242fba68e915", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/fe65ae46-64d2-4bea-823d-242fba68e915", "rel": "bookmark"}], "image": {"id": "6bfa8eaa-392c-497b-a2da-748cf0f21ab1", "links": [{"href": "http://172.30.9.21:8774/images/6bfa8eaa-392c-497b-a2da-748cf0f21ab1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000b9", "OS-SRV-USG:launched_at": "2018-08-12T08:35:30.000000", "flavor": {"id": "8a9847cf-2031-4d62-8475-9bcec4f91a9f", "links": [{"href": "http://172.30.9.21:8774/flavors/8a9847cf-2031-4d62-8475-9bcec4f91a9f", "rel": "bookmark"}]}, "id": "fe65ae46-64d2-4bea-823d-242fba68e915", "security_groups": [{"name": "default"}], "user_id": "4f32fb8153854c4c9f5094b42b523f80", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:35:30Z", "hostId": "cafb59af8d48f73042f30fac6bb42c8c79efd8cb983bdadb9d75c9a9", "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": "CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-inst-nova:overcloud-novacompute-0.opnfvlf.org", "created": "2018-08-12T08:35:24Z", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:35:57,191 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/fe65ae46-64d2-4bea-823d-242fba68e915 used request id req-f0dca5ff-58fa-4de7-a51f-d989dc1b2a02 2018-08-12 08:35:57,194 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/88db01fd-6a98-403a-b625-b8a7bbdfc733 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}385fd43fe806f69b2725126432703b17b5940e72" 2018-08-12 08:35:57,678 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:35: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-a57ae451-c1cc-412d-96ab-cd18dd4c64d1 x-compute-request-id: req-a57ae451-c1cc-412d-96ab-cd18dd4c64d1 Content-Encoding: gzip Content-Length: 825 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:29:fc:1b", "version": 4, "addr": "10.55.0.25", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/88db01fd-6a98-403a-b625-b8a7bbdfc733", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/88db01fd-6a98-403a-b625-b8a7bbdfc733", "rel": "bookmark"}], "image": {"id": "6bfa8eaa-392c-497b-a2da-748cf0f21ab1", "links": [{"href": "http://172.30.9.21:8774/images/6bfa8eaa-392c-497b-a2da-748cf0f21ab1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000bc", "OS-SRV-USG:launched_at": "2018-08-12T08:35:51.000000", "flavor": {"id": "8a9847cf-2031-4d62-8475-9bcec4f91a9f", "links": [{"href": "http://172.30.9.21:8774/flavors/8a9847cf-2031-4d62-8475-9bcec4f91a9f", "rel": "bookmark"}]}, "id": "88db01fd-6a98-403a-b625-b8a7bbdfc733", "security_groups": [{"name": "default"}], "user_id": "4f32fb8153854c4c9f5094b42b523f80", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:35:51Z", "hostId": "37fa8c199d4972865998c9e46bc890a43496c342cd33a455659cee7a", "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": "CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-inst-nova:overcloud-novacompute-1.opnfvlf.org", "created": "2018-08-12T08:35:44Z", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:35:57,678 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/88db01fd-6a98-403a-b625-b8a7bbdfc733 used request id req-a57ae451-c1cc-412d-96ab-cd18dd4c64d1 2018-08-12 08:35:57,679 - create_instance - DEBUG - Instance status [CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-inst-nova:overcloud-novacompute-1.opnfvlf.org] is - ACTIVE 2018-08-12 08:35:57,679 - create_instance - INFO - VM is - ACTIVE 2018-08-12 08:35:57,682 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/88db01fd-6a98-403a-b625-b8a7bbdfc733 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}385fd43fe806f69b2725126432703b17b5940e72" 2018-08-12 08:35:58,323 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:35: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-a29d0780-ff33-4b49-b4bb-33f0bbf28b49 x-compute-request-id: req-a29d0780-ff33-4b49-b4bb-33f0bbf28b49 Content-Encoding: gzip Content-Length: 825 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:29:fc:1b", "version": 4, "addr": "10.55.0.25", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/88db01fd-6a98-403a-b625-b8a7bbdfc733", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/88db01fd-6a98-403a-b625-b8a7bbdfc733", "rel": "bookmark"}], "image": {"id": "6bfa8eaa-392c-497b-a2da-748cf0f21ab1", "links": [{"href": "http://172.30.9.21:8774/images/6bfa8eaa-392c-497b-a2da-748cf0f21ab1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000bc", "OS-SRV-USG:launched_at": "2018-08-12T08:35:51.000000", "flavor": {"id": "8a9847cf-2031-4d62-8475-9bcec4f91a9f", "links": [{"href": "http://172.30.9.21:8774/flavors/8a9847cf-2031-4d62-8475-9bcec4f91a9f", "rel": "bookmark"}]}, "id": "88db01fd-6a98-403a-b625-b8a7bbdfc733", "security_groups": [{"name": "default"}], "user_id": "4f32fb8153854c4c9f5094b42b523f80", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:35:51Z", "hostId": "37fa8c199d4972865998c9e46bc890a43496c342cd33a455659cee7a", "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": "CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-inst-nova:overcloud-novacompute-1.opnfvlf.org", "created": "2018-08-12T08:35:44Z", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:35:58,323 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/88db01fd-6a98-403a-b625-b8a7bbdfc733 used request id req-a29d0780-ff33-4b49-b4bb-33f0bbf28b49 2018-08-12 08:35:58,328 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}385fd43fe806f69b2725126432703b17b5940e72" 2018-08-12 08:35:58,413 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 733 X-Openstack-Request-Id: req-4148d034-1905-4799-8ec8-c0f241371fd9 Date: Sun, 12 Aug 2018 08:35:58 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"3a2ab25d-f9b5-4eac-bcca-3008fdc01338","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a267b9a156244bb192691cff6e5f74fe","status":"ACTIVE","subnets":["ef213427-c573-4167-a9ef-8154682587d9"],"description":"","tags":[],"updated_at":"2018-08-12T08:35:10Z","provider:segmentation_id":30,"name":"CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-priv-net","admin_state_up":true,"tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:35:09Z","provider:network_type":"vxlan"}]} 2018-08-12 08:35:58,413 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-priv-net used request id req-4148d034-1905-4799-8ec8-c0f241371fd9 2018-08-12 08:35:58,417 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}385fd43fe806f69b2725126432703b17b5940e72" 2018-08-12 08:35:58,512 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:35:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1d0a3ef0-43ea-4aa7-97bd-66aeebfc1706 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}} 2018-08-12 08:35:58,513 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe used request id req-1d0a3ef0-43ea-4aa7-97bd-66aeebfc1706 2018-08-12 08:35:58,518 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=3a2ab25d-f9b5-4eac-bcca-3008fdc01338 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}385fd43fe806f69b2725126432703b17b5940e72" 2018-08-12 08:35:58,562 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-0637e48a-5f25-41f5-869d-609bf5ca11ef Date: Sun, 12 Aug 2018 08:35:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3a2ab25d-f9b5-4eac-bcca-3008fdc01338","tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:35:10Z","dns_nameservers":[],"updated_at":"2018-08-12T08:35:10Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"a267b9a156244bb192691cff6e5f74fe","id":"ef213427-c573-4167-a9ef-8154682587d9","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-priv-subnet"}]} 2018-08-12 08:35:58,562 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=3a2ab25d-f9b5-4eac-bcca-3008fdc01338 used request id req-0637e48a-5f25-41f5-869d-609bf5ca11ef 2018-08-12 08:35:58,568 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=3a2ab25d-f9b5-4eac-bcca-3008fdc01338 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}385fd43fe806f69b2725126432703b17b5940e72" 2018-08-12 08:35:58,620 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4468 X-Openstack-Request-Id: req-bb074dbc-9a8f-4078-aea9-d55733f79269 Date: Sun, 12 Aug 2018 08:35:58 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:35:50Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"ef213427-c573-4167-a9ef-8154682587d9","ip_address":"10.55.0.25"}],"id":"514591b9-b164-4fb8-8865-3893dc6260b7","security_groups":["5f66b959-9187-4391-aafa-4c9cd7dd156e"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:29:fc:1b","project_id":"a267b9a156244bb192691cff6e5f74fe","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"88db01fd-6a98-403a-b625-b8a7bbdfc733","name":"CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952port-2","admin_state_up":true,"network_id":"3a2ab25d-f9b5-4eac-bcca-3008fdc01338","tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:35:41Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:35:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ef213427-c573-4167-a9ef-8154682587d9","ip_address":"10.55.0.4"}],"id":"5c5cd0f2-a118-40fb-9d36-5dece53e9f8b","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3b:0c:15","project_id":"a267b9a156244bb192691cff6e5f74fe","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-3a2ab25d-f9b5-4eac-bcca-3008fdc01338","name":"","admin_state_up":true,"network_id":"3a2ab25d-f9b5-4eac-bcca-3008fdc01338","tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:35:12Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:35:30Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"ef213427-c573-4167-a9ef-8154682587d9","ip_address":"10.55.0.5"}],"id":"604126d8-7b1f-480e-a184-e72ae393b917","security_groups":["5f66b959-9187-4391-aafa-4c9cd7dd156e"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:24:35:e5","project_id":"a267b9a156244bb192691cff6e5f74fe","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"fe65ae46-64d2-4bea-823d-242fba68e915","name":"CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952port-1","admin_state_up":true,"network_id":"3a2ab25d-f9b5-4eac-bcca-3008fdc01338","tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:35:20Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:35:14Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ef213427-c573-4167-a9ef-8154682587d9","ip_address":"10.55.0.3"}],"id":"ad7eab34-f5c3-4eac-b6cd-5c7065aa42cc","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:de:29:48","project_id":"a267b9a156244bb192691cff6e5f74fe","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-3a2ab25d-f9b5-4eac-bcca-3008fdc01338","name":"","admin_state_up":true,"network_id":"3a2ab25d-f9b5-4eac-bcca-3008fdc01338","tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:35:11Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:35:13Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ef213427-c573-4167-a9ef-8154682587d9","ip_address":"10.55.0.2"}],"id":"c092ccf4-33e1-49f7-92f6-deb6ee476d32","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:bd:09:34","project_id":"a267b9a156244bb192691cff6e5f74fe","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-3a2ab25d-f9b5-4eac-bcca-3008fdc01338","name":"","admin_state_up":true,"network_id":"3a2ab25d-f9b5-4eac-bcca-3008fdc01338","tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:35:10Z","binding:vnic_type":"normal"}]} 2018-08-12 08:35:58,620 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=3a2ab25d-f9b5-4eac-bcca-3008fdc01338 used request id req-bb074dbc-9a8f-4078-aea9-d55733f79269 2018-08-12 08:35:58,624 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/88db01fd-6a98-403a-b625-b8a7bbdfc733 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}385fd43fe806f69b2725126432703b17b5940e72" 2018-08-12 08:35:59,126 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:35: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-310e0ccd-6bcd-4505-a21c-1ca2110dfcac x-compute-request-id: req-310e0ccd-6bcd-4505-a21c-1ca2110dfcac Content-Encoding: gzip Content-Length: 825 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:29:fc:1b", "version": 4, "addr": "10.55.0.25", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/88db01fd-6a98-403a-b625-b8a7bbdfc733", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/88db01fd-6a98-403a-b625-b8a7bbdfc733", "rel": "bookmark"}], "image": {"id": "6bfa8eaa-392c-497b-a2da-748cf0f21ab1", "links": [{"href": "http://172.30.9.21:8774/images/6bfa8eaa-392c-497b-a2da-748cf0f21ab1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000bc", "OS-SRV-USG:launched_at": "2018-08-12T08:35:51.000000", "flavor": {"id": "8a9847cf-2031-4d62-8475-9bcec4f91a9f", "links": [{"href": "http://172.30.9.21:8774/flavors/8a9847cf-2031-4d62-8475-9bcec4f91a9f", "rel": "bookmark"}]}, "id": "88db01fd-6a98-403a-b625-b8a7bbdfc733", "security_groups": [{"name": "default"}], "user_id": "4f32fb8153854c4c9f5094b42b523f80", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:35:51Z", "hostId": "37fa8c199d4972865998c9e46bc890a43496c342cd33a455659cee7a", "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": "CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-inst-nova:overcloud-novacompute-1.opnfvlf.org", "created": "2018-08-12T08:35:44Z", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:35:59,126 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/88db01fd-6a98-403a-b625-b8a7bbdfc733 used request id req-310e0ccd-6bcd-4505-a21c-1ca2110dfcac 2018-08-12 08:35:59,126 - create_instance - INFO - Deleting Port with ID - 604126d8-7b1f-480e-a184-e72ae393b917 2018-08-12 08:35:59,126 - neutron_utils - INFO - Deleting port with name CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952port-1 2018-08-12 08:35:59,132 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/ports/604126d8-7b1f-480e-a184-e72ae393b917 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9438d722d8ba457d308247162c705e83bca4af12" 2018-08-12 08:35:59,798 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-6129241e-9c47-4d56-b2f9-c8f669eb83ce Date: Sun, 12 Aug 2018 08:35:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:35:59,798 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/ports/604126d8-7b1f-480e-a184-e72ae393b917 used request id req-6129241e-9c47-4d56-b2f9-c8f669eb83ce 2018-08-12 08:35:59,798 - create_instance - INFO - Deleting VM instance - CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-inst-nova:overcloud-novacompute-0.opnfvlf.org 2018-08-12 08:35:59,801 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/servers/fe65ae46-64d2-4bea-823d-242fba68e915 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9438d722d8ba457d308247162c705e83bca4af12" 2018-08-12 08:35:59,975 - novaclient.v2.client - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:35:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-afa493f5-d104-4536-b487-86a7f45693fa x-compute-request-id: req-afa493f5-d104-4536-b487-86a7f45693fa Content-Type: application/json 2018-08-12 08:35:59,975 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/fe65ae46-64d2-4bea-823d-242fba68e915 used request id req-afa493f5-d104-4536-b487-86a7f45693fa 2018-08-12 08:35:59,976 - create_instance - INFO - Checking deletion status 2018-08-12 08:35:59,978 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/fe65ae46-64d2-4bea-823d-242fba68e915 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9438d722d8ba457d308247162c705e83bca4af12" 2018-08-12 08:36:00,145 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:35:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d1895f35-0fbf-4aea-a93b-045bd7374d69 x-compute-request-id: req-d1895f35-0fbf-4aea-a93b-045bd7374d69 Content-Encoding: gzip Content-Length: 734 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/fe65ae46-64d2-4bea-823d-242fba68e915", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/fe65ae46-64d2-4bea-823d-242fba68e915", "rel": "bookmark"}], "image": {"id": "6bfa8eaa-392c-497b-a2da-748cf0f21ab1", "links": [{"href": "http://172.30.9.21:8774/images/6bfa8eaa-392c-497b-a2da-748cf0f21ab1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000b9", "OS-SRV-USG:launched_at": "2018-08-12T08:35:30.000000", "flavor": {"id": "8a9847cf-2031-4d62-8475-9bcec4f91a9f", "links": [{"href": "http://172.30.9.21:8774/flavors/8a9847cf-2031-4d62-8475-9bcec4f91a9f", "rel": "bookmark"}]}, "id": "fe65ae46-64d2-4bea-823d-242fba68e915", "user_id": "4f32fb8153854c4c9f5094b42b523f80", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:35:59Z", "hostId": "cafb59af8d48f73042f30fac6bb42c8c79efd8cb983bdadb9d75c9a9", "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": "CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-inst-nova:overcloud-novacompute-0.opnfvlf.org", "created": "2018-08-12T08:35:24Z", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:36:00,146 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/fe65ae46-64d2-4bea-823d-242fba68e915 used request id req-d1895f35-0fbf-4aea-a93b-045bd7374d69 2018-08-12 08:36:00,146 - create_instance - DEBUG - Instance status [CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-inst-nova:overcloud-novacompute-0.opnfvlf.org] is - ACTIVE 2018-08-12 08:36:00,146 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-12 08:36:03,149 - create_instance - DEBUG - VM status query timeout in 296.826261997 2018-08-12 08:36:03,152 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/fe65ae46-64d2-4bea-823d-242fba68e915 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9438d722d8ba457d308247162c705e83bca4af12" 2018-08-12 08:36:03,199 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:36:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c020cd15-3272-4a87-b244-772d45df813d x-compute-request-id: req-c020cd15-3272-4a87-b244-772d45df813d Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance fe65ae46-64d2-4bea-823d-242fba68e915 could not be found.", "code": 404}} 2018-08-12 08:36:03,199 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/fe65ae46-64d2-4bea-823d-242fba68e915 used request id req-c020cd15-3272-4a87-b244-772d45df813d 2018-08-12 08:36:03,199 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance fe65ae46-64d2-4bea-823d-242fba68e915 could not be found. (HTTP 404) (Request-ID: req-c020cd15-3272-4a87-b244-772d45df813d) 2018-08-12 08:36:03,200 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-inst-nova:overcloud-novacompute-0.opnfvlf.org 2018-08-12 08:36:03,201 - create_instance - INFO - Deleting Port with ID - 514591b9-b164-4fb8-8865-3893dc6260b7 2018-08-12 08:36:03,201 - neutron_utils - INFO - Deleting port with name CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952port-2 2018-08-12 08:36:03,206 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/ports/514591b9-b164-4fb8-8865-3893dc6260b7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}385fd43fe806f69b2725126432703b17b5940e72" 2018-08-12 08:36:03,674 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b63c9cee-37da-4358-a5c5-6b9544ce06c8 Date: Sun, 12 Aug 2018 08:36:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:36:03,674 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/ports/514591b9-b164-4fb8-8865-3893dc6260b7 used request id req-b63c9cee-37da-4358-a5c5-6b9544ce06c8 2018-08-12 08:36:03,674 - create_instance - INFO - Deleting VM instance - CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-inst-nova:overcloud-novacompute-1.opnfvlf.org 2018-08-12 08:36:03,677 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/servers/88db01fd-6a98-403a-b625-b8a7bbdfc733 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}385fd43fe806f69b2725126432703b17b5940e72" 2018-08-12 08:36:03,820 - novaclient.v2.client - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:36:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-82091c2e-7e39-41c6-a46f-0d178ae74805 x-compute-request-id: req-82091c2e-7e39-41c6-a46f-0d178ae74805 Content-Type: application/json 2018-08-12 08:36:03,820 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/88db01fd-6a98-403a-b625-b8a7bbdfc733 used request id req-82091c2e-7e39-41c6-a46f-0d178ae74805 2018-08-12 08:36:03,820 - create_instance - INFO - Checking deletion status 2018-08-12 08:36:03,823 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/88db01fd-6a98-403a-b625-b8a7bbdfc733 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}385fd43fe806f69b2725126432703b17b5940e72" 2018-08-12 08:36:04,299 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:36:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3187c1ec-0fe1-46c7-81c2-de5dc8bf7121 x-compute-request-id: req-3187c1ec-0fe1-46c7-81c2-de5dc8bf7121 Content-Encoding: gzip Content-Length: 738 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/88db01fd-6a98-403a-b625-b8a7bbdfc733", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/88db01fd-6a98-403a-b625-b8a7bbdfc733", "rel": "bookmark"}], "image": {"id": "6bfa8eaa-392c-497b-a2da-748cf0f21ab1", "links": [{"href": "http://172.30.9.21:8774/images/6bfa8eaa-392c-497b-a2da-748cf0f21ab1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000bc", "OS-SRV-USG:launched_at": "2018-08-12T08:35:51.000000", "flavor": {"id": "8a9847cf-2031-4d62-8475-9bcec4f91a9f", "links": [{"href": "http://172.30.9.21:8774/flavors/8a9847cf-2031-4d62-8475-9bcec4f91a9f", "rel": "bookmark"}]}, "id": "88db01fd-6a98-403a-b625-b8a7bbdfc733", "user_id": "4f32fb8153854c4c9f5094b42b523f80", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:36:03Z", "hostId": "37fa8c199d4972865998c9e46bc890a43496c342cd33a455659cee7a", "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": "CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-inst-nova:overcloud-novacompute-1.opnfvlf.org", "created": "2018-08-12T08:35:44Z", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:36:04,299 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/88db01fd-6a98-403a-b625-b8a7bbdfc733 used request id req-3187c1ec-0fe1-46c7-81c2-de5dc8bf7121 2018-08-12 08:36:04,300 - create_instance - DEBUG - Instance status [CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-inst-nova:overcloud-novacompute-1.opnfvlf.org] is - ACTIVE 2018-08-12 08:36:04,300 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-12 08:36:07,303 - create_instance - DEBUG - VM status query timeout in 296.517642021 2018-08-12 08:36:07,306 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/88db01fd-6a98-403a-b625-b8a7bbdfc733 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}385fd43fe806f69b2725126432703b17b5940e72" 2018-08-12 08:36:07,397 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:36: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-827291e3-6d38-42a7-b15a-9977b785ff0d x-compute-request-id: req-827291e3-6d38-42a7-b15a-9977b785ff0d Content-Encoding: gzip Content-Length: 738 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/88db01fd-6a98-403a-b625-b8a7bbdfc733", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/88db01fd-6a98-403a-b625-b8a7bbdfc733", "rel": "bookmark"}], "image": {"id": "6bfa8eaa-392c-497b-a2da-748cf0f21ab1", "links": [{"href": "http://172.30.9.21:8774/images/6bfa8eaa-392c-497b-a2da-748cf0f21ab1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000bc", "OS-SRV-USG:launched_at": "2018-08-12T08:35:51.000000", "flavor": {"id": "8a9847cf-2031-4d62-8475-9bcec4f91a9f", "links": [{"href": "http://172.30.9.21:8774/flavors/8a9847cf-2031-4d62-8475-9bcec4f91a9f", "rel": "bookmark"}]}, "id": "88db01fd-6a98-403a-b625-b8a7bbdfc733", "user_id": "4f32fb8153854c4c9f5094b42b523f80", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:36:03Z", "hostId": "37fa8c199d4972865998c9e46bc890a43496c342cd33a455659cee7a", "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": "CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-inst-nova:overcloud-novacompute-1.opnfvlf.org", "created": "2018-08-12T08:35:44Z", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:36:07,397 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/88db01fd-6a98-403a-b625-b8a7bbdfc733 used request id req-827291e3-6d38-42a7-b15a-9977b785ff0d 2018-08-12 08:36:07,398 - create_instance - DEBUG - Instance status [CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-inst-nova:overcloud-novacompute-1.opnfvlf.org] is - ACTIVE 2018-08-12 08:36:07,398 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-12 08:36:10,401 - create_instance - DEBUG - VM status query timeout in 293.41918993 2018-08-12 08:36:10,404 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/88db01fd-6a98-403a-b625-b8a7bbdfc733 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}385fd43fe806f69b2725126432703b17b5940e72" 2018-08-12 08:36:10,452 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:36:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-3948ce18-e878-4a75-96b0-c387137147f4 x-compute-request-id: req-3948ce18-e878-4a75-96b0-c387137147f4 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 88db01fd-6a98-403a-b625-b8a7bbdfc733 could not be found.", "code": 404}} 2018-08-12 08:36:10,452 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/88db01fd-6a98-403a-b625-b8a7bbdfc733 used request id req-3948ce18-e878-4a75-96b0-c387137147f4 2018-08-12 08:36:10,452 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 88db01fd-6a98-403a-b625-b8a7bbdfc733 could not be found. (HTTP 404) (Request-ID: req-3948ce18-e878-4a75-96b0-c387137147f4) 2018-08-12 08:36:10,453 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-inst-nova:overcloud-novacompute-1.opnfvlf.org 2018-08-12 08:36:10,456 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/flavors/8a9847cf-2031-4d62-8475-9bcec4f91a9f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac70580b1ff3a38e6324fb97d5a7286e638c1ee9" 2018-08-12 08:36:10,493 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 08:36:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ec7b04de-56ff-48a5-ba5f-08b8ee43a79e x-compute-request-id: req-ec7b04de-56ff-48a5-ba5f-08b8ee43a79e Content-Length: 0 Content-Type: application/json 2018-08-12 08:36:10,494 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/8a9847cf-2031-4d62-8475-9bcec4f91a9f used request id req-ec7b04de-56ff-48a5-ba5f-08b8ee43a79e 2018-08-12 08:36:10,494 - neutron_utils - INFO - Deleting subnet with name CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-priv-subnet 2018-08-12 08:36:10,495 - neutron_utils - INFO - Deleting subnet with name CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-priv-subnet 2018-08-12 08:36:10,499 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/ef213427-c573-4167-a9ef-8154682587d9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3604012d8a8d04ae16b52dce39f4efa986d8809" 2018-08-12 08:36:12,774 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-0732e8d1-8ae3-4b67-b899-4cd13ae60cbd Date: Sun, 12 Aug 2018 08:36:12 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:36:12,774 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/ef213427-c573-4167-a9ef-8154682587d9 used request id req-0732e8d1-8ae3-4b67-b899-4cd13ae60cbd 2018-08-12 08:36:12,774 - neutron_utils - INFO - Deleting network with name CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-priv-net 2018-08-12 08:36:12,779 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/3a2ab25d-f9b5-4eac-bcca-3008fdc01338 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3604012d8a8d04ae16b52dce39f4efa986d8809" 2018-08-12 08:36:14,744 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-6bf145cd-ab2d-4382-bcd0-26d0da35f078 Date: Sun, 12 Aug 2018 08:36:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:36:14,744 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/3a2ab25d-f9b5-4eac-bcca-3008fdc01338 used request id req-6bf145cd-ab2d-4382-bcd0-26d0da35f078 2018-08-12 08:36:14,745 - glance_utils - INFO - Deleting image named - CreateInstanceOnComputeHost-84086e12-ada0-4f98-b0dc-90a77ba27952-image 2018-08-12 08:36:14,747 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/6bfa8eaa-392c-497b-a2da-748cf0f21ab1 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7c72ab6fadaaafd12fd00f62c13d8c6d9a56f7a6" 2018-08-12 08:36:15,225 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f48abedf-9d71-456c-a6ce-3f18507a8a50 Date: Sun, 12 Aug 2018 08:36: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 08:36:15,225 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/6bfa8eaa-392c-497b-a2da-748cf0f21ab1 used request id req-f48abedf-9d71-456c-a6ce-3f18507a8a50 2018-08-12 08:36:15,226 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:36:15,226 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:36:15,226 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:36:15,226 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:36:15,227 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:36:15,232 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fec265085640761ed06938a1293c52f88d7878c0" 2018-08-12 08:36:15,494 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 43135 X-Openstack-Request-Id: req-1a748963-dbc2-47bc-9b32-d510603b5849 Date: Sun, 12 Aug 2018 08:36:15 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "created_at": "2018-08-12T06:59:44Z", "updated_at": "2018-08-12T06:59:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "1d7fd960-7865-4453-aecc-8d399b4fad21", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "66820d8a-b785-4b18-bd67-500221c8e4f9", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "74fc7638-a322-4841-8c47-06d36174a200", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "8eaa09ec-8419-4582-9312-1e527afe6e4b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}], "revision_number": 4, "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "created_at": "2018-08-12T05:12:34Z", "updated_at": "2018-08-12T05:12:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "709513d2-af7d-4d0b-bd3c-604fed75a711", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "aa346066-e46f-44f2-94be-2884aa998a19", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "c15f7b93-e56c-4afa-867d-2acb286d4b7b", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "cb0ef83f-5f70-4a80-ad35-431ca9df551e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}], "revision_number": 4, "project_id": "fa5a7fe6ee54472ba01638877aade8e3", "id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ea65becf30e54b27aa96a449698a435e", "created_at": "2018-08-12T05:10:35Z", "updated_at": "2018-08-12T05:10:35Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "30ad280c-f302-4cd4-a438-5139917b56f9", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "76115c4c-887d-4f0a-83e2-486e4b39c713", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "8ab14937-4c08-4d43-8a9a-662e622cc643", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "ee757a03-5662-4273-9c3e-6212e7afb48f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}], "revision_number": 4, "project_id": "ea65becf30e54b27aa96a449698a435e", "id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "created_at": "2018-08-12T06:20:09Z", "updated_at": "2018-08-12T06:20:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "1123b8f2-75ac-4a26-b9b2-a96da97408e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "2ddd2b93-e080-48cd-9a50-f5fe8a82ad0c", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "cd1bae62-0aea-4438-b4c3-50a69ae6f855", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "e398e01e-ceea-46d1-9534-b929808c4a5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}], "revision_number": 4, "project_id": "ff7abd7bb61f4f2889831e932d65dc2e", "id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "created_at": "2018-08-12T05:34:57Z", "updated_at": "2018-08-12T05:34:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "208a1c1e-f5f8-49c7-9a25-d07e68b1541f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "27bfd867-e607-4bf8-9de8-60682d3f771d", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "49360e1f-6fd3-4f35-b339-24cea95773ee", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "60f631a9-d305-4920-9631-d0543e2ac64f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}], "revision_number": 4, "project_id": "3a85ceae958d4d9fba68847e7df67db8", "id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "created_at": "2018-08-12T05:34:40Z", "updated_at": "2018-08-12T05:34:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "2192c259-363e-4768-ae73-e75837ad63b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "3f87ddc5-f84d-41dc-8215-847724782569", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "7d89f6da-ea78-49dd-9115-f9ad23b250bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "9ec4497d-0f65-44db-9be9-7b3042e4a584", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}], "revision_number": 4, "project_id": "85517fcf1c6247e699fdcdd42ecc8c79", "id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "created_at": "2018-08-12T05:16:02Z", "updated_at": "2018-08-12T05:16:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "1ecacd8c-c1c7-4a66-9871-406a69323b43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "3cc1750c-e0e7-4902-b6f3-494a161b832e", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "d719a7a4-8c99-44ed-8c12-6bf071890203", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "fe7421b5-d577-41da-8c78-62f3c07eda92", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}], "revision_number": 4, "project_id": "a267b9a156244bb192691cff6e5f74fe", "id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "315a428116f24d9fbb826b37080a918e", "created_at": "2018-08-12T05:11:31Z", "updated_at": "2018-08-12T05:11:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "5e52886a-1dc3-4a81-a55d-f388dc4fd1a1", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "678e32e4-d64c-448a-a4ab-e253ab94ae90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "a8da1539-e3ad-4f90-b2df-3dc1f09d228a", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "b73d5cc9-0205-4658-bb1f-61a042c0ab8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}], "revision_number": 4, "project_id": "315a428116f24d9fbb826b37080a918e", "id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-12T05:08:01Z", "updated_at": "2018-08-12T05:08:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:01Z", "revision_number": 0, "id": "0fb05d03-1117-45d0-930c-b6d4c96ef102", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "4faaab33-5788-4bbd-85b8-0fb44d41413a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "96d0c5a0-5c67-421b-8fc8-2b46d77e5db3", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "dd78519b-4bc5-4e8e-ad0f-58089dd69347", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "11a46741b7954b959fd7764109c047b6", "created_at": "2018-08-12T05:34:51Z", "updated_at": "2018-08-12T05:34:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "0b67bf3c-2289-43bb-ab6c-7d25ec32a279", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "51f3f833-337a-42bd-a8d5-742ea8d6c226", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "571fd0b5-ef90-408d-af33-aafb517b8993", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "944ba823-fb9c-496e-a66e-bb426bb14a8d", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}], "revision_number": 4, "project_id": "11a46741b7954b959fd7764109c047b6", "id": "90af9782-8112-4257-801d-ee5115d226ba", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "created_at": "2018-08-12T05:34:26Z", "updated_at": "2018-08-12T05:34:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "2ee1f63a-807c-4d6a-85ee-dd784f6b8c3f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5dec3ec2-2add-47dd-8618-90659dcf3885", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5ea0dc3e-49d0-43f0-94e9-f6443527d14c", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "fbfaca22-7e3e-4128-8973-43e439b77c28", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}], "revision_number": 4, "project_id": "3c01cd58055c44ecaef39f7e625c2258", "id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "521007c1818145639e93ceb270559219", "created_at": "2018-08-12T05:13:27Z", "updated_at": "2018-08-12T05:13:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "5e7fede5-b0f2-47d8-95c3-516cdfc7f9de", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "8fd0e36f-c6c4-4f64-ba97-40439e614448", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "db7d79de-1dfc-4138-945f-91e74cdc266b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "e87f2cff-ff3e-4b6d-aaf0-7f0eb0ab9f05", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}], "revision_number": 4, "project_id": "521007c1818145639e93ceb270559219", "id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "created_at": "2018-08-12T05:08:18Z", "updated_at": "2018-08-12T05:08:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "3c67be40-bf74-4f97-9693-d93ce73a23b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "6112d869-2fc6-4a25-a13c-3d55cd7206c0", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "bdf21c56-453e-482e-9cba-3c55abcb0339", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "c8e92c39-38cc-4f48-be9c-5f0912e6a725", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}], "revision_number": 4, "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "created_at": "2018-08-12T05:04:23Z", "updated_at": "2018-08-12T05:04:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "280546d9-8ad1-4283-abfc-15ee9b1736c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "58bce125-f2ca-4a6d-b9ca-4e6cf5c0f7a5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "69275b9a-cfb5-482c-a9c4-8ffc79adf2c7", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "6d747f3a-3764-469a-a645-f977585c5aac", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}], "revision_number": 4, "project_id": "310f5853751a4c968f3eeb0a3d99a0a8", "id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "created_at": "2018-08-12T05:34:42Z", "updated_at": "2018-08-12T05:34:42Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "199582e8-25aa-457a-aa7c-6d8413ca4464", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "234f3609-4454-448f-919d-c8143c7cd764", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "c1061460-71a2-49a9-a04b-9fa33eeb17ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "d21ac532-51d8-4d6b-8300-7bac216759bf", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}], "revision_number": 4, "project_id": "9f6c1a272706419c9a74b0893b2890e8", "id": "d6739716-c693-460c-89c6-e7c8c48f8245", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "created_at": "2018-08-12T05:34:54Z", "updated_at": "2018-08-12T05:34:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "0633a05a-ee7d-4476-a56b-75d011b22f77", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "6cc1b9f8-73db-47a3-a0e0-3c96c43f34da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "90d99a6b-e94f-4fd8-a10c-f19dd8954c13", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "e843c139-af2a-4d2c-a24f-59f7b10ff72e", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}], "revision_number": 4, "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "created_at": "2018-08-12T05:09:07Z", "updated_at": "2018-08-12T05:09:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "5495e168-f505-4d74-ae6d-387f0bf533c2", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "6fd19b8b-3062-456e-81ba-3ff37fe43429", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8ca59d25-485c-46ce-939c-2e4a468caeac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8f190846-50a0-42b9-b571-390809b752b1", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}], "revision_number": 4, "project_id": "fa9ca6d7608b4d7d87ce97331679a481", "id": "edcd9b17-9416-4c25-823c-060c435e18d7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "created_at": "2018-08-12T05:34:52Z", "updated_at": "2018-08-12T05:34:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "2c7e484e-6ec5-4a95-8c9c-66d294c0c27e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "70c74258-3c2c-4efc-87e0-079c26ee3417", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "b70382fa-082e-4c2b-abc8-87490fa50b11", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "c3628e02-b4b6-42c9-8751-c1a2d3c19caa", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}], "revision_number": 4, "project_id": "87db863ba6e348b0a5ddcb67053db9d1", "id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "name": "default"}]} 2018-08-12 08:36:15,495 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-1a748963-dbc2-47bc-9b32-d510603b5849 2018-08-12 08:36:15,503 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fec265085640761ed06938a1293c52f88d7878c0" 2018-08-12 08:36:15,589 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:36:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fa59a718-40de-49e0-a5f4-105b4aa75b9b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 5fe28c13d4d74ba2be8d019ac1ea6363.", "code": 404, "title": "Not Found"}} 2018-08-12 08:36:15,589 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 used request id req-fa59a718-40de-49e0-a5f4-105b4aa75b9b 2018-08-12 08:36:15,589 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:36:15,593 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fec265085640761ed06938a1293c52f88d7878c0" 2018-08-12 08:36:15,687 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:36:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ea7f6db6-59b3-4eb6-95c8-1730b64d095c Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa5a7fe6ee54472ba01638877aade8e3.", "code": 404, "title": "Not Found"}} 2018-08-12 08:36:15,687 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 used request id req-ea7f6db6-59b3-4eb6-95c8-1730b64d095c 2018-08-12 08:36:15,687 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:36:15,691 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fec265085640761ed06938a1293c52f88d7878c0" 2018-08-12 08:36:15,784 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:36:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fba517d3-aa4c-43a0-913c-aa10714e2fab Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ea65becf30e54b27aa96a449698a435e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:36:15,784 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e used request id req-fba517d3-aa4c-43a0-913c-aa10714e2fab 2018-08-12 08:36:15,784 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:36:15,788 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fec265085640761ed06938a1293c52f88d7878c0" 2018-08-12 08:36:15,873 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:36:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3db614eb-531e-43b4-a47c-37646f94e1a8 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ff7abd7bb61f4f2889831e932d65dc2e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:36:15,873 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e used request id req-3db614eb-531e-43b4-a47c-37646f94e1a8 2018-08-12 08:36:15,874 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:36:15,877 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fec265085640761ed06938a1293c52f88d7878c0" 2018-08-12 08:36:15,971 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:36:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-118a9bbc-8098-4806-a417-de2f92bb5676 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3a85ceae958d4d9fba68847e7df67db8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:36:15,971 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 used request id req-118a9bbc-8098-4806-a417-de2f92bb5676 2018-08-12 08:36:15,971 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:36:15,974 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fec265085640761ed06938a1293c52f88d7878c0" 2018-08-12 08:36:16,067 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:36:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-04042c64-6cb6-466d-954d-07f7853adda7 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 85517fcf1c6247e699fdcdd42ecc8c79.", "code": 404, "title": "Not Found"}} 2018-08-12 08:36:16,067 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 used request id req-04042c64-6cb6-466d-954d-07f7853adda7 2018-08-12 08:36:16,067 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:36:16,071 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fec265085640761ed06938a1293c52f88d7878c0" 2018-08-12 08:36:16,157 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:36:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6bb2c458-45bf-4e3d-92be-06a020de4fba Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}} 2018-08-12 08:36:16,157 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe used request id req-6bb2c458-45bf-4e3d-92be-06a020de4fba 2018-08-12 08:36:16,161 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fec265085640761ed06938a1293c52f88d7878c0" 2018-08-12 08:36:16,256 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:36:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c8b6681c-9013-4e2c-99c2-1904515431c2 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 315a428116f24d9fbb826b37080a918e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:36:16,256 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e used request id req-c8b6681c-9013-4e2c-99c2-1904515431c2 2018-08-12 08:36:16,256 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:36:16,260 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fec265085640761ed06938a1293c52f88d7878c0" 2018-08-12 08:36:16,351 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:36:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4a5d8825-0bad-4676-8dc3-967713927469 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 11a46741b7954b959fd7764109c047b6.", "code": 404, "title": "Not Found"}} 2018-08-12 08:36:16,351 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 used request id req-4a5d8825-0bad-4676-8dc3-967713927469 2018-08-12 08:36:16,351 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:36:16,355 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fec265085640761ed06938a1293c52f88d7878c0" 2018-08-12 08:36:16,439 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:36:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-518006bf-92d0-41a8-8e79-14eaee84fa5f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3c01cd58055c44ecaef39f7e625c2258.", "code": 404, "title": "Not Found"}} 2018-08-12 08:36:16,440 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 used request id req-518006bf-92d0-41a8-8e79-14eaee84fa5f 2018-08-12 08:36:16,440 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:36:16,443 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fec265085640761ed06938a1293c52f88d7878c0" 2018-08-12 08:36:16,534 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:36:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9d032316-541d-4c90-8fef-d2a236c7ebd8 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 521007c1818145639e93ceb270559219.", "code": 404, "title": "Not Found"}} 2018-08-12 08:36:16,535 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 used request id req-9d032316-541d-4c90-8fef-d2a236c7ebd8 2018-08-12 08:36:16,535 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:36:16,538 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fec265085640761ed06938a1293c52f88d7878c0" 2018-08-12 08:36:16,632 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:36:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1834d8a3-61ed-428c-88d7-f44c23b676d8 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e18fcc7fc10a4fd0b20234f8520d0aab.", "code": 404, "title": "Not Found"}} 2018-08-12 08:36:16,632 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab used request id req-1834d8a3-61ed-428c-88d7-f44c23b676d8 2018-08-12 08:36:16,632 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:36:16,636 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fec265085640761ed06938a1293c52f88d7878c0" 2018-08-12 08:36:16,725 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:36:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0455204c-629e-4e23-b177-c1736ea6c5e4 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "310f5853751a4c968f3eeb0a3d99a0a8", "name": "service"}} 2018-08-12 08:36:16,725 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 used request id req-0455204c-629e-4e23-b177-c1736ea6c5e4 2018-08-12 08:36:16,729 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fec265085640761ed06938a1293c52f88d7878c0" 2018-08-12 08:36:16,822 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:36:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e97f952d-d15f-44da-a726-a60c18e745c8 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9f6c1a272706419c9a74b0893b2890e8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:36:16,822 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 used request id req-e97f952d-d15f-44da-a726-a60c18e745c8 2018-08-12 08:36:16,822 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:36:16,826 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/34cb7327fcfc4b52a63b4b8c0ea4a54d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fec265085640761ed06938a1293c52f88d7878c0" 2018-08-12 08:36:16,918 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:36:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f82692ad-66fe-4497-94dc-4a5eaeab2b18 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 34cb7327fcfc4b52a63b4b8c0ea4a54d.", "code": 404, "title": "Not Found"}} 2018-08-12 08:36:16,918 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/34cb7327fcfc4b52a63b4b8c0ea4a54d used request id req-f82692ad-66fe-4497-94dc-4a5eaeab2b18 2018-08-12 08:36:16,919 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:36:16,922 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa9ca6d7608b4d7d87ce97331679a481 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fec265085640761ed06938a1293c52f88d7878c0" 2018-08-12 08:36:17,008 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:36:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ee9cd5d2-4b79-485e-92f2-fa9f3cec88be Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa9ca6d7608b4d7d87ce97331679a481.", "code": 404, "title": "Not Found"}} 2018-08-12 08:36:17,008 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa9ca6d7608b4d7d87ce97331679a481 used request id req-ee9cd5d2-4b79-485e-92f2-fa9f3cec88be 2018-08-12 08:36:17,009 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:36:17,012 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/87db863ba6e348b0a5ddcb67053db9d1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fec265085640761ed06938a1293c52f88d7878c0" 2018-08-12 08:36:17,101 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:36:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a25b6b5d-d0d7-477d-844b-f73632bfbb98 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87db863ba6e348b0a5ddcb67053db9d1.", "code": 404, "title": "Not Found"}} 2018-08-12 08:36:17,101 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/87db863ba6e348b0a5ddcb67053db9d1 used request id req-a25b6b5d-d0d7-477d-844b-f73632bfbb98 2018-08-12 08:36:17,101 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:36:17,102 - keystone_utils - INFO - Deleting project with name - CreateInstanceOnComputeHost-9324dcbc-4a56-455-proj 2018-08-12 08:36:17,106 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/28fd878432934dc5a47c331c4b3057b3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fec265085640761ed06938a1293c52f88d7878c0" 2018-08-12 08:36:17,338 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:36:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ffa745a1-48b4-42cd-947f-321a9fcae104 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 08:36:17,338 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/28fd878432934dc5a47c331c4b3057b3 used request id req-ffa745a1-48b4-42cd-947f-321a9fcae104 2018-08-12 08:36:17,339 - keystone_utils - INFO - Deleting role with name - CreateInstanceOnComputeHost-9324dcbc-4a56-455-proj-role 2018-08-12 08:36:17,342 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/5ecae21ee30942518289776748011f99 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fec265085640761ed06938a1293c52f88d7878c0" 2018-08-12 08:36:17,458 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:36:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-61749e5e-a86d-45a3-8d68-22ef6a911948 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 08:36:17,458 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/5ecae21ee30942518289776748011f99 used request id req-61749e5e-a86d-45a3-8d68-22ef6a911948 2018-08-12 08:36:17,461 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fec265085640761ed06938a1293c52f88d7878c0" 2018-08-12 08:36:17,551 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:36:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5c5bdc72-d92e-411e-9e31-5355b70186e3 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:36:17,551 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-5c5bdc72-d92e-411e-9e31-5355b70186e3 2018-08-12 08:36:17,552 - keystone_utils - INFO - Deleting user with name - CreateInstanceOnComputeHost-9324dcbc-4a56-455-user 2018-08-12 08:36:17,555 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/cc2522b3329240d0b55f0337b1f5c601 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74e771b76e4a5c3c44036435fd04d050c98a87f4" 2018-08-12 08:36:17,805 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:36:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-13d0419c-d894-496d-8109-7bee6907141c 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 08:36:17,805 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/cc2522b3329240d0b55f0337b1f5c601 used request id req-13d0419c-d894-496d-8109-7bee6907141c 2018-08-12 08:36:17,807 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:36:18,200 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:36:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["0rP3x1XoRPSlUanPdlOv1Q"], "issued_at": "2018-08-12T08:36:18.000000Z"}} 2018-08-12 08:36:18,201 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}f67334ca7b89840a75e413d8454f12fdb4762b9a" 2018-08-12 08:36:18,289 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:36:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc7de97c-ce2e-413a-9192-e358a8187d1f Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:36:18,289 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-cc7de97c-ce2e-413a-9192-e358a8187d1f 2018-08-12 08:36:18,290 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:36:18,291 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:36:18,687 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:36:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["-lbK95NdQ8OdhXzMjtT8Qw"], "issued_at": "2018-08-12T08:36:18.000000Z"}} 2018-08-12 08:36:18,688 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}b084bf9c00008f74199393df2dcb3cf417dc7363" 2018-08-12 08:36:18,774 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:36:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8c7fb50d-5648-48da-9acf-3628095b7faf Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:36:18,774 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-8c7fb50d-5648-48da-9acf-3628095b7faf 2018-08-12 08:36:18,778 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:36:18,783 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:36:18 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:36:18,784 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceFromThreePartImage-4da46c6c-d65a-4f3-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b084bf9c00008f74199393df2dcb3cf417dc7363" 2018-08-12 08:36:18,878 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:36:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e1f44690-992d-49ea-a589-ba6bbc75eefa Content-Encoding: gzip Content-Length: 186 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceFromThreePartImage-4da46c6c-d65a-4f3-proj", "previous": null, "next": null}, "projects": []} 2018-08-12 08:36:18,878 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceFromThreePartImage-4da46c6c-d65a-4f3-proj used request id req-e1f44690-992d-49ea-a589-ba6bbc75eefa 2018-08-12 08:36:18,882 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b084bf9c00008f74199393df2dcb3cf417dc7363" 2018-08-12 08:36:18,972 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:36:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-657757ad-d989-4a5e-845a-0a5b5ec30b39 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:36:18,973 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-657757ad-d989-4a5e-845a-0a5b5ec30b39 2018-08-12 08:36:18,976 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b084bf9c00008f74199393df2dcb3cf417dc7363" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceFromThreePartImage-4da46c6c-d65a-4f3-proj"}}' 2018-08-12 08:36:19,183 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:36:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-14380edc-973e-4359-b4b9-82a3776e9900 Content-Length: 329 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/2ef4b6fb73844313b801a8232129aef9"}, "tags": [], "enabled": true, "id": "2ef4b6fb73844313b801a8232129aef9", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceFromThreePartImage-4da46c6c-d65a-4f3-proj"}} 2018-08-12 08:36:19,184 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-14380edc-973e-4359-b4b9-82a3776e9900 2018-08-12 08:36:19,184 - keystone_utils - INFO - Created project with name - CreateInstanceFromThreePartImage-4da46c6c-d65a-4f3-proj 2018-08-12 08:36:19,184 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:36:19,185 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:36:19,583 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:36:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["xHnGbnwQRLiGU7XWfY3DRQ"], "issued_at": "2018-08-12T08:36:19.000000Z"}} 2018-08-12 08:36:19,583 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}9dac5d9fefed072a986707d676fcc575d141f7f4" 2018-08-12 08:36:19,667 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:36:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a5af5598-7542-45f3-86cd-c2caaf5437bc Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:36:19,667 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-a5af5598-7542-45f3-86cd-c2caaf5437bc 2018-08-12 08:36:19,672 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:36:19,677 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:36:19 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:36:19,678 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9dac5d9fefed072a986707d676fcc575d141f7f4" 2018-08-12 08:36:19,788 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:36:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b734d424-500c-4a0b-ac9d-8677dc1b6faa Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/105a247548624314b9228f85f6325f0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105a247548624314b9228f85f6325f0b", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/1c5de0eaa44543f08da6ad63a51594ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c5de0eaa44543f08da6ad63a51594ff", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/1d127b5b832547a88a547c116dfdd65b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d127b5b832547a88a547c116dfdd65b", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/1d5cfc170d624ce4ae53ae0507c8d517"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d5cfc170d624ce4ae53ae0507c8d517", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/2421820b75eb4d3ebd02830378d1377b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2421820b75eb4d3ebd02830378d1377b", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/40bd8ee54ecf44868cc83cede652c396"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40bd8ee54ecf44868cc83cede652c396", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/4f32fb8153854c4c9f5094b42b523f80"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f32fb8153854c4c9f5094b42b523f80", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7066130d08fb4db7bf4ab468de53933b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7066130d08fb4db7bf4ab468de53933b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/8d0898a83bcf4521bbc11501d5d7ac89"}, "domain_id": "1eec97585bde483292ece28ee11f4b8d", "enabled": true, "options": {}, "id": "8d0898a83bcf4521bbc11501d5d7ac89", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/9defcced327d476f8a3beab718a13da3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9defcced327d476f8a3beab718a13da3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/b80ee4f6992446e0879624dd436e99a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b80ee4f6992446e0879624dd436e99a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b86fd3e011324d398fcdb6f095a20a9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b86fd3e011324d398fcdb6f095a20a9d", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1701d2754064b5cadf765ea0806f9b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1701d2754064b5cadf765ea0806f9b2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/db4e7b8d76d549faa502716565c733dd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db4e7b8d76d549faa502716565c733dd", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-12 08:36:19,789 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-b734d424-500c-4a0b-ac9d-8677dc1b6faa 2018-08-12 08:36:19,792 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateInstanceFromThreePartImage-4da46c6c-d65a-4f3-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9dac5d9fefed072a986707d676fcc575d141f7f4" 2018-08-12 08:36:19,816 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:36:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-16c09b2a-5483-4aea-9f30-56d0c5afd89d Content-Encoding: gzip Content-Length: 268 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateInstanceFromThreePartImage-4da46c6c-d65a-4f3-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/2ef4b6fb73844313b801a8232129aef9"}, "tags": [], "enabled": true, "id": "2ef4b6fb73844313b801a8232129aef9", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceFromThreePartImage-4da46c6c-d65a-4f3-proj"}]} 2018-08-12 08:36:19,816 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateInstanceFromThreePartImage-4da46c6c-d65a-4f3-proj used request id req-16c09b2a-5483-4aea-9f30-56d0c5afd89d 2018-08-12 08:36:19,820 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9dac5d9fefed072a986707d676fcc575d141f7f4" 2018-08-12 08:36:19,915 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:36:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dc2e0f28-4b8c-459f-a6c2-7b7fcf4a8ad1 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:36:19,915 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-dc2e0f28-4b8c-459f-a6c2-7b7fcf4a8ad1 2018-08-12 08:36:20,309 - keystone_utils - INFO - Created user with name - CreateInstanceFromThreePartImage-4da46c6c-d65a-4f3-user 2018-08-12 08:36:20,309 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:36:20,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b084bf9c00008f74199393df2dcb3cf417dc7363" 2018-08-12 08:36:20,400 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:36:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7f5ea950-7eff-4a3c-a805-e12a665f19ec Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:36:20,400 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-7f5ea950-7eff-4a3c-a805-e12a665f19ec 2018-08-12 08:36:20,404 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b084bf9c00008f74199393df2dcb3cf417dc7363" -d '{"role": {"name": "CreateInstanceFromThreePartImage-4da46c6c-d65a-4f3-proj-role"}}' 2018-08-12 08:36:20,518 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:36:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0ac6271c-0ef2-403d-9488-68786dc5670c Content-Length: 231 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "9fd0ef39348245798fd132172bae7f30", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fd0ef39348245798fd132172bae7f30"}, "name": "CreateInstanceFromThreePartImage-4da46c6c-d65a-4f3-proj-role"}} 2018-08-12 08:36:20,519 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-0ac6271c-0ef2-403d-9488-68786dc5670c 2018-08-12 08:36:20,519 - keystone_utils - INFO - Created role with name - CreateInstanceFromThreePartImage-4da46c6c-d65a-4f3-proj-role 2018-08-12 08:36:20,522 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/9fd0ef39348245798fd132172bae7f30 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b084bf9c00008f74199393df2dcb3cf417dc7363" 2018-08-12 08:36:20,613 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:36:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be2cfbeb-eec4-4be4-95b3-5ba89fab4a84 Content-Encoding: gzip Content-Length: 186 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "9fd0ef39348245798fd132172bae7f30", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fd0ef39348245798fd132172bae7f30"}, "name": "CreateInstanceFromThreePartImage-4da46c6c-d65a-4f3-proj-role"}} 2018-08-12 08:36:20,613 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/9fd0ef39348245798fd132172bae7f30 used request id req-be2cfbeb-eec4-4be4-95b3-5ba89fab4a84 2018-08-12 08:36:20,613 - keystone_utils - INFO - Granting role CreateInstanceFromThreePartImage-4da46c6c-d65a-4f3-proj-role to project CreateInstanceFromThreePartImage-4da46c6c-d65a-4f3-proj 2018-08-12 08:36:20,617 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/2ef4b6fb73844313b801a8232129aef9/users/adaaf7f9878649a29a5d197b435ea7ee/roles/9fd0ef39348245798fd132172bae7f30 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b084bf9c00008f74199393df2dcb3cf417dc7363" 2018-08-12 08:36:20,743 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:36:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dbefab67-9eff-4e57-bca9-b6377de6a01d 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 08:36:20,743 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/2ef4b6fb73844313b801a8232129aef9/users/adaaf7f9878649a29a5d197b435ea7ee/roles/9fd0ef39348245798fd132172bae7f30 used request id req-dbefab67-9eff-4e57-bca9-b6377de6a01d 2018-08-12 08:36:20,743 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-12 08:36:20,745 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-08-12 08:36:20,745 - create_instance_tests - WARNING - 3 Part image will not be tested. Image metadata has overridden this functionality 2018-08-12 08:36:20,745 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:36:20,746 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:36:21,253 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9fd0ef39348245798fd132172bae7f30", "name": "CreateInstanceFromThreePartImage-4da46c6c-d65a-4f3-proj-role"}], "expires_at": "2018-08-12T09:36:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2ef4b6fb73844313b801a8232129aef9", "name": "CreateInstanceFromThreePartImage-4da46c6c-d65a-4f3-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/2ef4b6fb73844313b801a8232129aef9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/2ef4b6fb73844313b801a8232129aef9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/2ef4b6fb73844313b801a8232129aef9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_2ef4b6fb73844313b801a8232129aef9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_2ef4b6fb73844313b801a8232129aef9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/2ef4b6fb73844313b801a8232129aef9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/2ef4b6fb73844313b801a8232129aef9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/2ef4b6fb73844313b801a8232129aef9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/2ef4b6fb73844313b801a8232129aef9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/2ef4b6fb73844313b801a8232129aef9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/2ef4b6fb73844313b801a8232129aef9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/2ef4b6fb73844313b801a8232129aef9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/2ef4b6fb73844313b801a8232129aef9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/2ef4b6fb73844313b801a8232129aef9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceFromThreePartImage-4da46c6c-d65a-4f3-user", "id": "adaaf7f9878649a29a5d197b435ea7ee"}, "audit_ids": ["gqafXSQ5R76-bRshx6dU3A"], "issued_at": "2018-08-12T08:36:21.000000Z"}} 2018-08-12 08:36:21,253 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}1879bda0c91b74420977f4c1b1f3f7b3d71b0541" 2018-08-12 08:36:21,339 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:36:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-93c41ab8-b15b-4cba-afee-9648e44b0247 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:36:21,339 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-93c41ab8-b15b-4cba-afee-9648e44b0247 2018-08-12 08:36:21,343 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceFromThreePartImage-40fe9405-08cf-4abb-9f73-95d90a075fe6 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1879bda0c91b74420977f4c1b1f3f7b3d71b0541" 2018-08-12 08:36:21,531 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 171 Content-Type: application/json X-Openstack-Request-Id: req-2b0a994c-073e-4d20-9846-1a0c1293d9d9 Date: Sun, 12 Aug 2018 08:36:21 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceFromThreePartImage-40fe9405-08cf-4abb-9f73-95d90a075fe6"} 2018-08-12 08:36:21,531 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceFromThreePartImage-40fe9405-08cf-4abb-9f73-95d90a075fe6 used request id req-2b0a994c-073e-4d20-9846-1a0c1293d9d9 2018-08-12 08:36:21,534 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1879bda0c91b74420977f4c1b1f3f7b3d71b0541" 2018-08-12 08:36:21,714 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-fe828200-7bb4-4e8f-a436-b13913712ea0 Date: Sun, 12 Aug 2018 08:36:21 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"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}, "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}, "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"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "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"}, "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"}, "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}, "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}, "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"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "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}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-12 08:36:21,714 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-fe828200-7bb4-4e8f-a436-b13913712ea0 2018-08-12 08:36:21,744 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}1879bda0c91b74420977f4c1b1f3f7b3d71b0541" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceFromThreePartImage-40fe9405-08cf-4abb-9f73-95d90a075fe6"}' 2018-08-12 08:36:21,947 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 630 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/d2d11770-0957-49e6-a17e-83db303cd9bb Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-bd5531a2-4bbf-4021-8a98-9a04c38619b9 Date: Sun, 12 Aug 2018 08:36:21 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceFromThreePartImage-40fe9405-08cf-4abb-9f73-95d90a075fe6", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:36:21Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-08-12T08:36:21Z", "visibility": "shared", "locations": [], "self": "/v2/images/d2d11770-0957-49e6-a17e-83db303cd9bb", "min_disk": 0, "protected": false, "id": "d2d11770-0957-49e6-a17e-83db303cd9bb", "file": "/v2/images/d2d11770-0957-49e6-a17e-83db303cd9bb/file", "checksum": null, "owner": "2ef4b6fb73844313b801a8232129aef9", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-12 08:36:21,947 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-bd5531a2-4bbf-4021-8a98-9a04c38619b9 2018-08-12 08:36:21,958 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/d2d11770-0957-49e6-a17e-83db303cd9bb/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1879bda0c91b74420977f4c1b1f3f7b3d71b0541" -d '' 2018-08-12 08:36:22,588 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-676823ca-3815-41be-9efc-92a7e110ce7d Date: Sun, 12 Aug 2018 08:36:22 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-12 08:36:22,588 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/d2d11770-0957-49e6-a17e-83db303cd9bb/file used request id req-676823ca-3815-41be-9efc-92a7e110ce7d 2018-08-12 08:36:22,588 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-12 08:36:22,591 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/d2d11770-0957-49e6-a17e-83db303cd9bb -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1879bda0c91b74420977f4c1b1f3f7b3d71b0541" 2018-08-12 08:36:22,794 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-e78d2f43-d7c1-42f9-8c3f-4860278cf94e Date: Sun, 12 Aug 2018 08:36:22 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceFromThreePartImage-40fe9405-08cf-4abb-9f73-95d90a075fe6", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:36:21Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-12T08:36:22Z", "visibility": "shared", "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/d2d11770-0957-49e6-a17e-83db303cd9bb/snap", "metadata": {}}], "self": "/v2/images/d2d11770-0957-49e6-a17e-83db303cd9bb", "min_disk": 0, "protected": false, "id": "d2d11770-0957-49e6-a17e-83db303cd9bb", "file": "/v2/images/d2d11770-0957-49e6-a17e-83db303cd9bb/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "2ef4b6fb73844313b801a8232129aef9", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/d2d11770-0957-49e6-a17e-83db303cd9bb/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-12 08:36:22,794 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/d2d11770-0957-49e6-a17e-83db303cd9bb used request id req-e78d2f43-d7c1-42f9-8c3f-4860278cf94e 2018-08-12 08:36:22,797 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1879bda0c91b74420977f4c1b1f3f7b3d71b0541" 2018-08-12 08:36:22,963 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-3f481d22-c799-42e1-974f-15a2f1c1c4eb Date: Sun, 12 Aug 2018 08:36:22 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"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}, "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}, "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"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "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"}, "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"}, "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}, "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}, "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"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "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}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-12 08:36:22,964 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-3f481d22-c799-42e1-974f-15a2f1c1c4eb 2018-08-12 08:36:22,966 - create_image - INFO - Created image with name - CreateInstanceFromThreePartImage-40fe9405-08cf-4abb-9f73-95d90a075fe6 2018-08-12 08:36:22,969 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/d2d11770-0957-49e6-a17e-83db303cd9bb -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1879bda0c91b74420977f4c1b1f3f7b3d71b0541" 2018-08-12 08:36:22,989 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-eb90f10c-00dd-4730-a600-793ead4ef155 Date: Sun, 12 Aug 2018 08:36:22 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceFromThreePartImage-40fe9405-08cf-4abb-9f73-95d90a075fe6", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:36:21Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-12T08:36:22Z", "visibility": "shared", "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/d2d11770-0957-49e6-a17e-83db303cd9bb/snap", "metadata": {}}], "self": "/v2/images/d2d11770-0957-49e6-a17e-83db303cd9bb", "min_disk": 0, "protected": false, "id": "d2d11770-0957-49e6-a17e-83db303cd9bb", "file": "/v2/images/d2d11770-0957-49e6-a17e-83db303cd9bb/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "2ef4b6fb73844313b801a8232129aef9", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/d2d11770-0957-49e6-a17e-83db303cd9bb/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-12 08:36:22,989 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/d2d11770-0957-49e6-a17e-83db303cd9bb used request id req-eb90f10c-00dd-4730-a600-793ead4ef155 2018-08-12 08:36:22,990 - create_image - DEBUG - Instance status is - active 2018-08-12 08:36:22,990 - create_image - DEBUG - Image is active with name - CreateInstanceFromThreePartImage-40fe9405-08cf-4abb-9f73-95d90a075fe6 2018-08-12 08:36:22,990 - create_image - INFO - Image is now active with name - CreateInstanceFromThreePartImage-40fe9405-08cf-4abb-9f73-95d90a075fe6 2018-08-12 08:36:22,990 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:36:22,991 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:36:23,376 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:36:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["quiX7EeJRsiI7ne6zh3e7Q"], "issued_at": "2018-08-12T08:36:23.000000Z"}} 2018-08-12 08:36:23,377 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}9a838642fb8901735640585934b5a2cff5ff7af8" 2018-08-12 08:36:23,468 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:36:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6085c178-0c33-47a7-8c04-21881e34765b Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:36:23,468 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-6085c178-0c33-47a7-8c04-21881e34765b 2018-08-12 08:36:23,469 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-12 08:36:23,474 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a838642fb8901735640585934b5a2cff5ff7af8" 2018-08-12 08:36:23,668 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:36: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-c83a0f44-6a86-4485-b17c-8e1f05668a99 x-compute-request-id: req-c83a0f44-6a86-4485-b17c-8e1f05668a99 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-08-12 08:36:23,669 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-c83a0f44-6a86-4485-b17c-8e1f05668a99 2018-08-12 08:36:23,672 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a838642fb8901735640585934b5a2cff5ff7af8" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstanceFromThreePartImage-40fe9405-08cf-4abb-9f73-95d90a075fe6-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-08-12 08:36:23,719 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:36: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-9647ab83-52cd-4476-b13f-6bf12f51650b x-compute-request-id: req-9647ab83-52cd-4476-b13f-6bf12f51650b Content-Encoding: gzip Content-Length: 329 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateInstanceFromThreePartImage-40fe9405-08cf-4abb-9f73-95d90a075fe6-flavor-name", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/b98ee1f5-5f22-43ff-ae22-8488683fb1ef", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/b98ee1f5-5f22-43ff-ae22-8488683fb1ef", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": "b98ee1f5-5f22-43ff-ae22-8488683fb1ef"}} 2018-08-12 08:36:23,719 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-9647ab83-52cd-4476-b13f-6bf12f51650b 2018-08-12 08:36:23,720 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:36:23,721 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:36:24,125 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9fd0ef39348245798fd132172bae7f30", "name": "CreateInstanceFromThreePartImage-4da46c6c-d65a-4f3-proj-role"}], "expires_at": "2018-08-12T09:36:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2ef4b6fb73844313b801a8232129aef9", "name": "CreateInstanceFromThreePartImage-4da46c6c-d65a-4f3-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/2ef4b6fb73844313b801a8232129aef9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/2ef4b6fb73844313b801a8232129aef9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/2ef4b6fb73844313b801a8232129aef9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_2ef4b6fb73844313b801a8232129aef9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_2ef4b6fb73844313b801a8232129aef9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/2ef4b6fb73844313b801a8232129aef9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/2ef4b6fb73844313b801a8232129aef9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/2ef4b6fb73844313b801a8232129aef9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/2ef4b6fb73844313b801a8232129aef9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/2ef4b6fb73844313b801a8232129aef9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/2ef4b6fb73844313b801a8232129aef9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/2ef4b6fb73844313b801a8232129aef9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/2ef4b6fb73844313b801a8232129aef9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/2ef4b6fb73844313b801a8232129aef9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceFromThreePartImage-4da46c6c-d65a-4f3-user", "id": "adaaf7f9878649a29a5d197b435ea7ee"}, "audit_ids": ["Z_eam8xAT2evEusuhU0aww"], "issued_at": "2018-08-12T08:36:24.000000Z"}} 2018-08-12 08:36:24,126 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}65c0aefe7fa7275467c52d9f2017138064f73415" 2018-08-12 08:36:24,209 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:36:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1f32bff8-8b3e-46ad-9a19-907eac9faac1 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:36:24,209 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-1f32bff8-8b3e-46ad-9a19-907eac9faac1 2018-08-12 08:36:24,210 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:36:24,210 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:36:24,210 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:36:24,210 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:36:24,211 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:36:24,217 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-40fe9405-08cf-4abb-9f73-95d90a075fe6-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65c0aefe7fa7275467c52d9f2017138064f73415" 2018-08-12 08:36:24,415 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-19be6b8c-1c45-47e7-9030-576fbd9a1a01 Date: Sun, 12 Aug 2018 08:36:24 GMT RESP BODY: {"networks":[]} 2018-08-12 08:36:24,415 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-40fe9405-08cf-4abb-9f73-95d90a075fe6-pub-net used request id req-19be6b8c-1c45-47e7-9030-576fbd9a1a01 2018-08-12 08:36:24,415 - neutron_utils - INFO - Creating network with name CreateInstanceFromThreePartImage-40fe9405-08cf-4abb-9f73-95d90a075fe6-pub-net 2018-08-12 08:36:24,420 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65c0aefe7fa7275467c52d9f2017138064f73415" -d '{"network": {"name": "CreateInstanceFromThreePartImage-40fe9405-08cf-4abb-9f73-95d90a075fe6-pub-net", "admin_state_up": true}}' 2018-08-12 08:36:25,289 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 614 X-Openstack-Request-Id: req-a405c289-cfba-49fe-abb7-53f47634f858 Date: Sun, 12 Aug 2018 08:36:25 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"2ef4b6fb73844313b801a8232129aef9","created_at":"2018-08-12T08:36:25Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T08:36:25Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"2ef4b6fb73844313b801a8232129aef9","id":"75f6697d-d0e5-47cf-9707-794f0653739d","name":"CreateInstanceFromThreePartImage-40fe9405-08cf-4abb-9f73-95d90a075fe6-pub-net"}} 2018-08-12 08:36:25,289 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-a405c289-cfba-49fe-abb7-53f47634f858 2018-08-12 08:36:25,294 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=75f6697d-d0e5-47cf-9707-794f0653739d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65c0aefe7fa7275467c52d9f2017138064f73415" 2018-08-12 08:36:25,550 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 598 X-Openstack-Request-Id: req-13f7f9ac-2598-42e8-92db-0921365ae9f9 Date: Sun, 12 Aug 2018 08:36:25 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-12T08:36:25Z","tenant_id":"2ef4b6fb73844313b801a8232129aef9","created_at":"2018-08-12T08:36:25Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"2ef4b6fb73844313b801a8232129aef9","id":"75f6697d-d0e5-47cf-9707-794f0653739d","name":"CreateInstanceFromThreePartImage-40fe9405-08cf-4abb-9f73-95d90a075fe6-pub-net"}]} 2018-08-12 08:36:25,550 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=75f6697d-d0e5-47cf-9707-794f0653739d used request id req-13f7f9ac-2598-42e8-92db-0921365ae9f9 2018-08-12 08:36:25,555 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=75f6697d-d0e5-47cf-9707-794f0653739d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65c0aefe7fa7275467c52d9f2017138064f73415" 2018-08-12 08:36:25,758 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-3b2f7ad0-0f24-40db-bbcb-4b2d08abea76 Date: Sun, 12 Aug 2018 08:36:25 GMT RESP BODY: {"subnets":[]} 2018-08-12 08:36:25,758 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=75f6697d-d0e5-47cf-9707-794f0653739d used request id req-3b2f7ad0-0f24-40db-bbcb-4b2d08abea76 2018-08-12 08:36:25,759 - neutron_utils - INFO - Creating subnet with name CreateInstanceFromThreePartImage-40fe9405-08cf-4abb-9f73-95d90a075fe6-pub-subnet 2018-08-12 08:36:25,764 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65c0aefe7fa7275467c52d9f2017138064f73415" -d '{"subnets": [{"ip_version": 4, "network_id": "75f6697d-d0e5-47cf-9707-794f0653739d", "cidr": "10.55.0.0/24", "name": "CreateInstanceFromThreePartImage-40fe9405-08cf-4abb-9f73-95d90a075fe6-pub-subnet"}]}' 2018-08-12 08:36:26,654 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-0191c0a2-6cc1-450a-bebe-91c7a7f515df Date: Sun, 12 Aug 2018 08:36:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"75f6697d-d0e5-47cf-9707-794f0653739d","tenant_id":"2ef4b6fb73844313b801a8232129aef9","created_at":"2018-08-12T08:36:26Z","dns_nameservers":[],"updated_at":"2018-08-12T08:36:26Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"2ef4b6fb73844313b801a8232129aef9","id":"84f0e0ad-95f4-4702-b9d9-36029cf49825","subnetpool_id":null,"name":"CreateInstanceFromThreePartImage-40fe9405-08cf-4abb-9f73-95d90a075fe6-pub-subnet"}]} 2018-08-12 08:36:26,654 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-0191c0a2-6cc1-450a-bebe-91c7a7f515df 2018-08-12 08:36:26,660 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=75f6697d-d0e5-47cf-9707-794f0653739d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65c0aefe7fa7275467c52d9f2017138064f73415" 2018-08-12 08:36:26,930 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-6e505962-358d-471a-8fae-5a14882ebe24 Date: Sun, 12 Aug 2018 08:36:26 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["84f0e0ad-95f4-4702-b9d9-36029cf49825"],"updated_at":"2018-08-12T08:36:26Z","tenant_id":"2ef4b6fb73844313b801a8232129aef9","created_at":"2018-08-12T08:36:25Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"2ef4b6fb73844313b801a8232129aef9","id":"75f6697d-d0e5-47cf-9707-794f0653739d","name":"CreateInstanceFromThreePartImage-40fe9405-08cf-4abb-9f73-95d90a075fe6-pub-net"}]} 2018-08-12 08:36:26,931 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=75f6697d-d0e5-47cf-9707-794f0653739d used request id req-6e505962-358d-471a-8fae-5a14882ebe24 2018-08-12 08:36:26,936 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=75f6697d-d0e5-47cf-9707-794f0653739d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65c0aefe7fa7275467c52d9f2017138064f73415" 2018-08-12 08:36:27,183 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-06bba0ce-13c1-4795-bdb0-f2a2c1db4aa9 Date: Sun, 12 Aug 2018 08:36:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"75f6697d-d0e5-47cf-9707-794f0653739d","tenant_id":"2ef4b6fb73844313b801a8232129aef9","created_at":"2018-08-12T08:36:26Z","dns_nameservers":[],"updated_at":"2018-08-12T08:36:26Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"2ef4b6fb73844313b801a8232129aef9","id":"84f0e0ad-95f4-4702-b9d9-36029cf49825","subnetpool_id":null,"name":"CreateInstanceFromThreePartImage-40fe9405-08cf-4abb-9f73-95d90a075fe6-pub-subnet"}]} 2018-08-12 08:36:27,183 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=75f6697d-d0e5-47cf-9707-794f0653739d used request id req-06bba0ce-13c1-4795-bdb0-f2a2c1db4aa9 2018-08-12 08:36:27,184 - OpenStackNetwork - DEBUG - Network [75f6697d-d0e5-47cf-9707-794f0653739d] created successfully 2018-08-12 08:36:27,184 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:36:27,185 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:36:27,579 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9fd0ef39348245798fd132172bae7f30", "name": "CreateInstanceFromThreePartImage-4da46c6c-d65a-4f3-proj-role"}], "expires_at": "2018-08-12T09:36:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2ef4b6fb73844313b801a8232129aef9", "name": "CreateInstanceFromThreePartImage-4da46c6c-d65a-4f3-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/2ef4b6fb73844313b801a8232129aef9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/2ef4b6fb73844313b801a8232129aef9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/2ef4b6fb73844313b801a8232129aef9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_2ef4b6fb73844313b801a8232129aef9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_2ef4b6fb73844313b801a8232129aef9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/2ef4b6fb73844313b801a8232129aef9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/2ef4b6fb73844313b801a8232129aef9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/2ef4b6fb73844313b801a8232129aef9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/2ef4b6fb73844313b801a8232129aef9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/2ef4b6fb73844313b801a8232129aef9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/2ef4b6fb73844313b801a8232129aef9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/2ef4b6fb73844313b801a8232129aef9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/2ef4b6fb73844313b801a8232129aef9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/2ef4b6fb73844313b801a8232129aef9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceFromThreePartImage-4da46c6c-d65a-4f3-user", "id": "adaaf7f9878649a29a5d197b435ea7ee"}, "audit_ids": ["a4TdCp_oSPCP2yi9NKc3fg"], "issued_at": "2018-08-12T08:36:27.000000Z"}} 2018-08-12 08:36:27,580 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}76047f427a3357f9068580853a7a33d8ec0d60f2" 2018-08-12 08:36:27,674 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:36:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9317b527-dceb-48dc-adae-6d38ded11d9c Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:36:27,674 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-9317b527-dceb-48dc-adae-6d38ded11d9c 2018-08-12 08:36:27,675 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-12 08:36:27,676 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:36:27,677 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:36:27,677 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:36:27,677 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:36:27,677 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:36:27,679 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}76047f427a3357f9068580853a7a33d8ec0d60f2" 2018-08-12 08:36:27,765 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:36:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-320ba66c-ae5b-4049-a664-2c6604451be9 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:36:27,766 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-320ba66c-ae5b-4049-a664-2c6604451be9 2018-08-12 08:36:27,773 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-40fe9405-08cf-4abb-9f73-95d90a075fe6-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76047f427a3357f9068580853a7a33d8ec0d60f2" 2018-08-12 08:36:28,051 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-d995157c-65c6-4c45-98b7-00131a8a09a7 Date: Sun, 12 Aug 2018 08:36: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":["84f0e0ad-95f4-4702-b9d9-36029cf49825"],"updated_at":"2018-08-12T08:36:26Z","tenant_id":"2ef4b6fb73844313b801a8232129aef9","created_at":"2018-08-12T08:36:25Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"2ef4b6fb73844313b801a8232129aef9","id":"75f6697d-d0e5-47cf-9707-794f0653739d","name":"CreateInstanceFromThreePartImage-40fe9405-08cf-4abb-9f73-95d90a075fe6-pub-net"}]} 2018-08-12 08:36:28,051 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-40fe9405-08cf-4abb-9f73-95d90a075fe6-pub-net used request id req-d995157c-65c6-4c45-98b7-00131a8a09a7 2018-08-12 08:36:28,056 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=75f6697d-d0e5-47cf-9707-794f0653739d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76047f427a3357f9068580853a7a33d8ec0d60f2" 2018-08-12 08:36:28,284 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-09a0affd-a5ea-4720-a95a-18ae4c6971b0 Date: Sun, 12 Aug 2018 08:36:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"75f6697d-d0e5-47cf-9707-794f0653739d","tenant_id":"2ef4b6fb73844313b801a8232129aef9","created_at":"2018-08-12T08:36:26Z","dns_nameservers":[],"updated_at":"2018-08-12T08:36:26Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"2ef4b6fb73844313b801a8232129aef9","id":"84f0e0ad-95f4-4702-b9d9-36029cf49825","subnetpool_id":null,"name":"CreateInstanceFromThreePartImage-40fe9405-08cf-4abb-9f73-95d90a075fe6-pub-subnet"}]} 2018-08-12 08:36:28,284 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=75f6697d-d0e5-47cf-9707-794f0653739d used request id req-09a0affd-a5ea-4720-a95a-18ae4c6971b0 2018-08-12 08:36:28,289 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-40fe9405-08cf-4abb-9f73-95d90a075fe6-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76047f427a3357f9068580853a7a33d8ec0d60f2" 2018-08-12 08:36:28,577 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-b9ae3705-d154-4585-bd29-d4a27b9a72be Date: Sun, 12 Aug 2018 08:36: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":["84f0e0ad-95f4-4702-b9d9-36029cf49825"],"updated_at":"2018-08-12T08:36:26Z","tenant_id":"2ef4b6fb73844313b801a8232129aef9","created_at":"2018-08-12T08:36:25Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"2ef4b6fb73844313b801a8232129aef9","id":"75f6697d-d0e5-47cf-9707-794f0653739d","name":"CreateInstanceFromThreePartImage-40fe9405-08cf-4abb-9f73-95d90a075fe6-pub-net"}]} 2018-08-12 08:36:28,577 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-40fe9405-08cf-4abb-9f73-95d90a075fe6-pub-net used request id req-b9ae3705-d154-4585-bd29-d4a27b9a72be 2018-08-12 08:36:28,580 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:36:28,584 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:36:28 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:36:28,585 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/2ef4b6fb73844313b801a8232129aef9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76047f427a3357f9068580853a7a33d8ec0d60f2" 2018-08-12 08:36:28,607 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:36:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e9e6799d-ea2c-4250-82cb-983de950c261 Content-Encoding: gzip Content-Length: 235 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/2ef4b6fb73844313b801a8232129aef9"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "2ef4b6fb73844313b801a8232129aef9", "name": "CreateInstanceFromThreePartImage-4da46c6c-d65a-4f3-proj"}} 2018-08-12 08:36:28,607 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/2ef4b6fb73844313b801a8232129aef9 used request id req-e9e6799d-ea2c-4250-82cb-983de950c261 2018-08-12 08:36:28,611 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=75f6697d-d0e5-47cf-9707-794f0653739d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76047f427a3357f9068580853a7a33d8ec0d60f2" 2018-08-12 08:36:28,831 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-000553bd-dd26-4969-8fe8-ebdab73726c4 Date: Sun, 12 Aug 2018 08:36:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"75f6697d-d0e5-47cf-9707-794f0653739d","tenant_id":"2ef4b6fb73844313b801a8232129aef9","created_at":"2018-08-12T08:36:26Z","dns_nameservers":[],"updated_at":"2018-08-12T08:36:26Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"2ef4b6fb73844313b801a8232129aef9","id":"84f0e0ad-95f4-4702-b9d9-36029cf49825","subnetpool_id":null,"name":"CreateInstanceFromThreePartImage-40fe9405-08cf-4abb-9f73-95d90a075fe6-pub-subnet"}]} 2018-08-12 08:36:28,831 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=75f6697d-d0e5-47cf-9707-794f0653739d used request id req-000553bd-dd26-4969-8fe8-ebdab73726c4 2018-08-12 08:36:28,837 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=75f6697d-d0e5-47cf-9707-794f0653739d&name=CreateInstanceFromThreePartImage-40fe9405-08cf-4abb-9f73-95d90a075fe6-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76047f427a3357f9068580853a7a33d8ec0d60f2" 2018-08-12 08:36:29,030 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-97f3a9cc-c15a-4393-aa33-9e49019cb94f Date: Sun, 12 Aug 2018 08:36:29 GMT RESP BODY: {"ports":[]} 2018-08-12 08:36:29,031 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=75f6697d-d0e5-47cf-9707-794f0653739d&name=CreateInstanceFromThreePartImage-40fe9405-08cf-4abb-9f73-95d90a075fe6-port&admin_state_up=True used request id req-97f3a9cc-c15a-4393-aa33-9e49019cb94f 2018-08-12 08:36:29,034 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstanceFromThreePartImage-40fe9405-08cf-4abb-9f73-95d90a075fe6-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76047f427a3357f9068580853a7a33d8ec0d60f2" 2018-08-12 08:36:29,299 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:36:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-57012312-4413-4268-b912-46b4063f1b16 x-compute-request-id: req-57012312-4413-4268-b912-46b4063f1b16 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-12 08:36:29,300 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstanceFromThreePartImage-40fe9405-08cf-4abb-9f73-95d90a075fe6-inst used request id req-57012312-4413-4268-b912-46b4063f1b16 2018-08-12 08:36:29,305 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-40fe9405-08cf-4abb-9f73-95d90a075fe6-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76047f427a3357f9068580853a7a33d8ec0d60f2" 2018-08-12 08:36:29,581 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-982d7598-a7e9-4934-9134-774b4212a05d Date: Sun, 12 Aug 2018 08:36: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":["84f0e0ad-95f4-4702-b9d9-36029cf49825"],"updated_at":"2018-08-12T08:36:26Z","tenant_id":"2ef4b6fb73844313b801a8232129aef9","created_at":"2018-08-12T08:36:25Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"2ef4b6fb73844313b801a8232129aef9","id":"75f6697d-d0e5-47cf-9707-794f0653739d","name":"CreateInstanceFromThreePartImage-40fe9405-08cf-4abb-9f73-95d90a075fe6-pub-net"}]} 2018-08-12 08:36:29,581 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-40fe9405-08cf-4abb-9f73-95d90a075fe6-pub-net used request id req-982d7598-a7e9-4934-9134-774b4212a05d 2018-08-12 08:36:29,587 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=75f6697d-d0e5-47cf-9707-794f0653739d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76047f427a3357f9068580853a7a33d8ec0d60f2" 2018-08-12 08:36:29,646 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-ea3170af-597a-4f90-9522-2d6859d60c23 Date: Sun, 12 Aug 2018 08:36:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"75f6697d-d0e5-47cf-9707-794f0653739d","tenant_id":"2ef4b6fb73844313b801a8232129aef9","created_at":"2018-08-12T08:36:26Z","dns_nameservers":[],"updated_at":"2018-08-12T08:36:26Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"2ef4b6fb73844313b801a8232129aef9","id":"84f0e0ad-95f4-4702-b9d9-36029cf49825","subnetpool_id":null,"name":"CreateInstanceFromThreePartImage-40fe9405-08cf-4abb-9f73-95d90a075fe6-pub-subnet"}]} 2018-08-12 08:36:29,646 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=75f6697d-d0e5-47cf-9707-794f0653739d used request id req-ea3170af-597a-4f90-9522-2d6859d60c23 2018-08-12 08:36:29,651 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-40fe9405-08cf-4abb-9f73-95d90a075fe6-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76047f427a3357f9068580853a7a33d8ec0d60f2" 2018-08-12 08:36:29,923 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-82345cf4-c64b-4bd0-8b34-9600bb62778f Date: Sun, 12 Aug 2018 08:36: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":["84f0e0ad-95f4-4702-b9d9-36029cf49825"],"updated_at":"2018-08-12T08:36:26Z","tenant_id":"2ef4b6fb73844313b801a8232129aef9","created_at":"2018-08-12T08:36:25Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"2ef4b6fb73844313b801a8232129aef9","id":"75f6697d-d0e5-47cf-9707-794f0653739d","name":"CreateInstanceFromThreePartImage-40fe9405-08cf-4abb-9f73-95d90a075fe6-pub-net"}]} 2018-08-12 08:36:29,923 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-40fe9405-08cf-4abb-9f73-95d90a075fe6-pub-net used request id req-82345cf4-c64b-4bd0-8b34-9600bb62778f 2018-08-12 08:36:29,927 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/2ef4b6fb73844313b801a8232129aef9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76047f427a3357f9068580853a7a33d8ec0d60f2" 2018-08-12 08:36:30,032 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:36:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a7e62c52-a573-4c48-b6c8-1420a1d833e7 Content-Encoding: gzip Content-Length: 235 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/2ef4b6fb73844313b801a8232129aef9"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "2ef4b6fb73844313b801a8232129aef9", "name": "CreateInstanceFromThreePartImage-4da46c6c-d65a-4f3-proj"}} 2018-08-12 08:36:30,032 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/2ef4b6fb73844313b801a8232129aef9 used request id req-a7e62c52-a573-4c48-b6c8-1420a1d833e7 2018-08-12 08:36:30,037 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=75f6697d-d0e5-47cf-9707-794f0653739d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76047f427a3357f9068580853a7a33d8ec0d60f2" 2018-08-12 08:36:30,084 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-6a75e728-09f2-4cff-86d0-fe48bd5f6805 Date: Sun, 12 Aug 2018 08:36:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"75f6697d-d0e5-47cf-9707-794f0653739d","tenant_id":"2ef4b6fb73844313b801a8232129aef9","created_at":"2018-08-12T08:36:26Z","dns_nameservers":[],"updated_at":"2018-08-12T08:36:26Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"2ef4b6fb73844313b801a8232129aef9","id":"84f0e0ad-95f4-4702-b9d9-36029cf49825","subnetpool_id":null,"name":"CreateInstanceFromThreePartImage-40fe9405-08cf-4abb-9f73-95d90a075fe6-pub-subnet"}]} 2018-08-12 08:36:30,084 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=75f6697d-d0e5-47cf-9707-794f0653739d used request id req-6a75e728-09f2-4cff-86d0-fe48bd5f6805 2018-08-12 08:36:30,089 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=75f6697d-d0e5-47cf-9707-794f0653739d&name=CreateInstanceFromThreePartImage-40fe9405-08cf-4abb-9f73-95d90a075fe6-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76047f427a3357f9068580853a7a33d8ec0d60f2" 2018-08-12 08:36:30,121 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-fbd1b3fd-8b88-40e5-bace-24db0a795598 Date: Sun, 12 Aug 2018 08:36:30 GMT RESP BODY: {"ports":[]} 2018-08-12 08:36:30,121 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=75f6697d-d0e5-47cf-9707-794f0653739d&name=CreateInstanceFromThreePartImage-40fe9405-08cf-4abb-9f73-95d90a075fe6-port&admin_state_up=True used request id req-fbd1b3fd-8b88-40e5-bace-24db0a795598 2018-08-12 08:36:30,121 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:36:30,122 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:36:30,525 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9fd0ef39348245798fd132172bae7f30", "name": "CreateInstanceFromThreePartImage-4da46c6c-d65a-4f3-proj-role"}], "expires_at": "2018-08-12T09:36:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2ef4b6fb73844313b801a8232129aef9", "name": "CreateInstanceFromThreePartImage-4da46c6c-d65a-4f3-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/2ef4b6fb73844313b801a8232129aef9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/2ef4b6fb73844313b801a8232129aef9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/2ef4b6fb73844313b801a8232129aef9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_2ef4b6fb73844313b801a8232129aef9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_2ef4b6fb73844313b801a8232129aef9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/2ef4b6fb73844313b801a8232129aef9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/2ef4b6fb73844313b801a8232129aef9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/2ef4b6fb73844313b801a8232129aef9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/2ef4b6fb73844313b801a8232129aef9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/2ef4b6fb73844313b801a8232129aef9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/2ef4b6fb73844313b801a8232129aef9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/2ef4b6fb73844313b801a8232129aef9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/2ef4b6fb73844313b801a8232129aef9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/2ef4b6fb73844313b801a8232129aef9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceFromThreePartImage-4da46c6c-d65a-4f3-user", "id": "adaaf7f9878649a29a5d197b435ea7ee"}, "audit_ids": ["E_G5TrmCR-ycfsA6h0ooxQ"], "issued_at": "2018-08-12T08:36:30.000000Z"}} 2018-08-12 08:36:30,525 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}ea405d9c61b9337c072ae8e697edef92e88a535a" 2018-08-12 08:36:30,610 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:36:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b634fecc-7bd4-490b-b415-67aa15746e66 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:36:30,610 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-b634fecc-7bd4-490b-b415-67aa15746e66 2018-08-12 08:36:30,616 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-40fe9405-08cf-4abb-9f73-95d90a075fe6-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76047f427a3357f9068580853a7a33d8ec0d60f2" 2018-08-12 08:36:30,883 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-47298455-b328-462f-b79c-9608f0b215b4 Date: Sun, 12 Aug 2018 08:36:30 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":["84f0e0ad-95f4-4702-b9d9-36029cf49825"],"updated_at":"2018-08-12T08:36:26Z","tenant_id":"2ef4b6fb73844313b801a8232129aef9","created_at":"2018-08-12T08:36:25Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"2ef4b6fb73844313b801a8232129aef9","id":"75f6697d-d0e5-47cf-9707-794f0653739d","name":"CreateInstanceFromThreePartImage-40fe9405-08cf-4abb-9f73-95d90a075fe6-pub-net"}]} 2018-08-12 08:36:30,883 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-40fe9405-08cf-4abb-9f73-95d90a075fe6-pub-net used request id req-47298455-b328-462f-b79c-9608f0b215b4 2018-08-12 08:36:30,888 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=75f6697d-d0e5-47cf-9707-794f0653739d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76047f427a3357f9068580853a7a33d8ec0d60f2" 2018-08-12 08:36:31,118 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-b758d6f8-3f3c-40ba-ba08-8e6a8376f15f Date: Sun, 12 Aug 2018 08:36:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"75f6697d-d0e5-47cf-9707-794f0653739d","tenant_id":"2ef4b6fb73844313b801a8232129aef9","created_at":"2018-08-12T08:36:26Z","dns_nameservers":[],"updated_at":"2018-08-12T08:36:26Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"2ef4b6fb73844313b801a8232129aef9","id":"84f0e0ad-95f4-4702-b9d9-36029cf49825","subnetpool_id":null,"name":"CreateInstanceFromThreePartImage-40fe9405-08cf-4abb-9f73-95d90a075fe6-pub-subnet"}]} 2018-08-12 08:36:31,118 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=75f6697d-d0e5-47cf-9707-794f0653739d used request id req-b758d6f8-3f3c-40ba-ba08-8e6a8376f15f 2018-08-12 08:36:31,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-40fe9405-08cf-4abb-9f73-95d90a075fe6-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76047f427a3357f9068580853a7a33d8ec0d60f2" 2018-08-12 08:36:31,388 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-82057d66-b7dc-4b8f-9119-c24726a0eed2 Date: Sun, 12 Aug 2018 08:36:31 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":["84f0e0ad-95f4-4702-b9d9-36029cf49825"],"updated_at":"2018-08-12T08:36:26Z","tenant_id":"2ef4b6fb73844313b801a8232129aef9","created_at":"2018-08-12T08:36:25Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"2ef4b6fb73844313b801a8232129aef9","id":"75f6697d-d0e5-47cf-9707-794f0653739d","name":"CreateInstanceFromThreePartImage-40fe9405-08cf-4abb-9f73-95d90a075fe6-pub-net"}]} 2018-08-12 08:36:31,388 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-40fe9405-08cf-4abb-9f73-95d90a075fe6-pub-net used request id req-82057d66-b7dc-4b8f-9119-c24726a0eed2 2018-08-12 08:36:31,391 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:36:31,396 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:36:31 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:36:31,397 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/2ef4b6fb73844313b801a8232129aef9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea405d9c61b9337c072ae8e697edef92e88a535a" 2018-08-12 08:36:31,489 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:36:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ed675055-408e-4724-a030-6994d6e11260 Content-Encoding: gzip Content-Length: 235 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/2ef4b6fb73844313b801a8232129aef9"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "2ef4b6fb73844313b801a8232129aef9", "name": "CreateInstanceFromThreePartImage-4da46c6c-d65a-4f3-proj"}} 2018-08-12 08:36:31,490 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/2ef4b6fb73844313b801a8232129aef9 used request id req-ed675055-408e-4724-a030-6994d6e11260 2018-08-12 08:36:31,497 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=75f6697d-d0e5-47cf-9707-794f0653739d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76047f427a3357f9068580853a7a33d8ec0d60f2" 2018-08-12 08:36:31,803 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-019c0925-c070-430b-ac32-de17cc6f305b Date: Sun, 12 Aug 2018 08:36:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"75f6697d-d0e5-47cf-9707-794f0653739d","tenant_id":"2ef4b6fb73844313b801a8232129aef9","created_at":"2018-08-12T08:36:26Z","dns_nameservers":[],"updated_at":"2018-08-12T08:36:26Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"2ef4b6fb73844313b801a8232129aef9","id":"84f0e0ad-95f4-4702-b9d9-36029cf49825","subnetpool_id":null,"name":"CreateInstanceFromThreePartImage-40fe9405-08cf-4abb-9f73-95d90a075fe6-pub-subnet"}]} 2018-08-12 08:36:31,803 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=75f6697d-d0e5-47cf-9707-794f0653739d used request id req-019c0925-c070-430b-ac32-de17cc6f305b 2018-08-12 08:36:31,804 - neutron_utils - INFO - Creating port for network with name - CreateInstanceFromThreePartImage-40fe9405-08cf-4abb-9f73-95d90a075fe6-pub-net 2018-08-12 08:36:31,809 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76047f427a3357f9068580853a7a33d8ec0d60f2" -d '{"port": {"network_id": "75f6697d-d0e5-47cf-9707-794f0653739d", "name": "CreateInstanceFromThreePartImage-40fe9405-08cf-4abb-9f73-95d90a075fe6-port", "admin_state_up": true}}' 2018-08-12 08:36:32,728 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 767 X-Openstack-Request-Id: req-176235b9-0ce8-4565-b355-9842be71e38f Date: Sun, 12 Aug 2018 08:36:32 GMT RESP BODY: {"port":{"status":"DOWN","created_at":"2018-08-12T08:36:32Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"75f6697d-d0e5-47cf-9707-794f0653739d","tenant_id":"2ef4b6fb73844313b801a8232129aef9","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T08:36:32Z","name":"CreateInstanceFromThreePartImage-40fe9405-08cf-4abb-9f73-95d90a075fe6-port","device_owner":"","revision_number":6,"mac_address":"fa:16:3e:bb:b9:ea","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"2ef4b6fb73844313b801a8232129aef9","fixed_ips":[{"subnet_id":"84f0e0ad-95f4-4702-b9d9-36029cf49825","ip_address":"10.55.0.10"}],"id":"e70ffc94-4f0b-4243-89a9-a2e3476247b0","security_groups":["46d83147-2aa9-4a66-9e6d-b81fa519e49c"],"device_id":""}} 2018-08-12 08:36:32,728 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/ports used request id req-176235b9-0ce8-4565-b355-9842be71e38f 2018-08-12 08:36:32,733 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-40fe9405-08cf-4abb-9f73-95d90a075fe6-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76047f427a3357f9068580853a7a33d8ec0d60f2" 2018-08-12 08:36:32,995 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-41fab505-e4f8-481d-adac-7fb1f5cc8af2 Date: Sun, 12 Aug 2018 08:36:32 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":["84f0e0ad-95f4-4702-b9d9-36029cf49825"],"updated_at":"2018-08-12T08:36:26Z","tenant_id":"2ef4b6fb73844313b801a8232129aef9","created_at":"2018-08-12T08:36:25Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"2ef4b6fb73844313b801a8232129aef9","id":"75f6697d-d0e5-47cf-9707-794f0653739d","name":"CreateInstanceFromThreePartImage-40fe9405-08cf-4abb-9f73-95d90a075fe6-pub-net"}]} 2018-08-12 08:36:32,995 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-40fe9405-08cf-4abb-9f73-95d90a075fe6-pub-net used request id req-41fab505-e4f8-481d-adac-7fb1f5cc8af2 2018-08-12 08:36:32,998 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=75f6697d-d0e5-47cf-9707-794f0653739d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76047f427a3357f9068580853a7a33d8ec0d60f2" 2018-08-12 08:36:33,044 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-09126fa2-e711-4e0e-8cf6-7f85011b7b9e Date: Sun, 12 Aug 2018 08:36:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"75f6697d-d0e5-47cf-9707-794f0653739d","tenant_id":"2ef4b6fb73844313b801a8232129aef9","created_at":"2018-08-12T08:36:26Z","dns_nameservers":[],"updated_at":"2018-08-12T08:36:26Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"2ef4b6fb73844313b801a8232129aef9","id":"84f0e0ad-95f4-4702-b9d9-36029cf49825","subnetpool_id":null,"name":"CreateInstanceFromThreePartImage-40fe9405-08cf-4abb-9f73-95d90a075fe6-pub-subnet"}]} 2018-08-12 08:36:33,044 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=75f6697d-d0e5-47cf-9707-794f0653739d used request id req-09126fa2-e711-4e0e-8cf6-7f85011b7b9e 2018-08-12 08:36:33,047 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-40fe9405-08cf-4abb-9f73-95d90a075fe6-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76047f427a3357f9068580853a7a33d8ec0d60f2" 2018-08-12 08:36:33,147 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-20e09948-a530-49f3-9ade-751c48eb73b4 Date: Sun, 12 Aug 2018 08:36: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":["84f0e0ad-95f4-4702-b9d9-36029cf49825"],"updated_at":"2018-08-12T08:36:26Z","tenant_id":"2ef4b6fb73844313b801a8232129aef9","created_at":"2018-08-12T08:36:25Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"2ef4b6fb73844313b801a8232129aef9","id":"75f6697d-d0e5-47cf-9707-794f0653739d","name":"CreateInstanceFromThreePartImage-40fe9405-08cf-4abb-9f73-95d90a075fe6-pub-net"}]} 2018-08-12 08:36:33,147 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-40fe9405-08cf-4abb-9f73-95d90a075fe6-pub-net used request id req-20e09948-a530-49f3-9ade-751c48eb73b4 2018-08-12 08:36:33,150 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/2ef4b6fb73844313b801a8232129aef9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76047f427a3357f9068580853a7a33d8ec0d60f2" 2018-08-12 08:36:33,244 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:36:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4f8bee95-912b-4682-b8d3-8bc5081d8e2b Content-Encoding: gzip Content-Length: 235 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/2ef4b6fb73844313b801a8232129aef9"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "2ef4b6fb73844313b801a8232129aef9", "name": "CreateInstanceFromThreePartImage-4da46c6c-d65a-4f3-proj"}} 2018-08-12 08:36:33,244 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/2ef4b6fb73844313b801a8232129aef9 used request id req-4f8bee95-912b-4682-b8d3-8bc5081d8e2b 2018-08-12 08:36:33,246 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=75f6697d-d0e5-47cf-9707-794f0653739d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76047f427a3357f9068580853a7a33d8ec0d60f2" 2018-08-12 08:36:33,294 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-f2d165ae-de26-4069-956a-a92b3f3e6597 Date: Sun, 12 Aug 2018 08:36:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"75f6697d-d0e5-47cf-9707-794f0653739d","tenant_id":"2ef4b6fb73844313b801a8232129aef9","created_at":"2018-08-12T08:36:26Z","dns_nameservers":[],"updated_at":"2018-08-12T08:36:26Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"2ef4b6fb73844313b801a8232129aef9","id":"84f0e0ad-95f4-4702-b9d9-36029cf49825","subnetpool_id":null,"name":"CreateInstanceFromThreePartImage-40fe9405-08cf-4abb-9f73-95d90a075fe6-pub-subnet"}]} 2018-08-12 08:36:33,294 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=75f6697d-d0e5-47cf-9707-794f0653739d used request id req-f2d165ae-de26-4069-956a-a92b3f3e6597 2018-08-12 08:36:33,296 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=75f6697d-d0e5-47cf-9707-794f0653739d&name=CreateInstanceFromThreePartImage-40fe9405-08cf-4abb-9f73-95d90a075fe6-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76047f427a3357f9068580853a7a33d8ec0d60f2" 2018-08-12 08:36:33,521 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 770 X-Openstack-Request-Id: req-3a8dd73f-9d52-42f7-af8c-0423025b53c6 Date: Sun, 12 Aug 2018 08:36:33 GMT RESP BODY: {"ports":[{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"75f6697d-d0e5-47cf-9707-794f0653739d","tenant_id":"2ef4b6fb73844313b801a8232129aef9","created_at":"2018-08-12T08:36:32Z","admin_state_up":true,"updated_at":"2018-08-12T08:36:32Z","binding:vnic_type":"normal","device_id":"","device_owner":"","revision_number":6,"mac_address":"fa:16:3e:bb:b9:ea","id":"e70ffc94-4f0b-4243-89a9-a2e3476247b0","port_security_enabled":true,"project_id":"2ef4b6fb73844313b801a8232129aef9","fixed_ips":[{"subnet_id":"84f0e0ad-95f4-4702-b9d9-36029cf49825","ip_address":"10.55.0.10"}],"extra_dhcp_opts":[],"security_groups":["46d83147-2aa9-4a66-9e6d-b81fa519e49c"],"name":"CreateInstanceFromThreePartImage-40fe9405-08cf-4abb-9f73-95d90a075fe6-port"}]} 2018-08-12 08:36:33,521 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=75f6697d-d0e5-47cf-9707-794f0653739d&name=CreateInstanceFromThreePartImage-40fe9405-08cf-4abb-9f73-95d90a075fe6-port&admin_state_up=True used request id req-3a8dd73f-9d52-42f7-af8c-0423025b53c6 2018-08-12 08:36:33,523 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/2ef4b6fb73844313b801a8232129aef9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76047f427a3357f9068580853a7a33d8ec0d60f2" 2018-08-12 08:36:33,612 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:36:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5eaea48b-20ac-4bd9-a3cc-0deada3ddb4b Content-Encoding: gzip Content-Length: 235 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/2ef4b6fb73844313b801a8232129aef9"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "2ef4b6fb73844313b801a8232129aef9", "name": "CreateInstanceFromThreePartImage-4da46c6c-d65a-4f3-proj"}} 2018-08-12 08:36:33,612 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/2ef4b6fb73844313b801a8232129aef9 used request id req-5eaea48b-20ac-4bd9-a3cc-0deada3ddb4b 2018-08-12 08:36:33,612 - nova_utils - INFO - Creating VM with name - CreateInstanceFromThreePartImage-40fe9405-08cf-4abb-9f73-95d90a075fe6-inst 2018-08-12 08:36:33,615 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76047f427a3357f9068580853a7a33d8ec0d60f2" 2018-08-12 08:36:33,640 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:36: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-2c266176-8c74-4647-b9c4-717f05276421 x-compute-request-id: req-2c266176-8c74-4647-b9c4-717f05276421 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"flavors": [{"id": "b98ee1f5-5f22-43ff-ae22-8488683fb1ef", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/b98ee1f5-5f22-43ff-ae22-8488683fb1ef", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/b98ee1f5-5f22-43ff-ae22-8488683fb1ef", "rel": "bookmark"}], "name": "CreateInstanceFromThreePartImage-40fe9405-08cf-4abb-9f73-95d90a075fe6-flavor-name"}]} 2018-08-12 08:36:33,640 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-2c266176-8c74-4647-b9c4-717f05276421 2018-08-12 08:36:33,643 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors/b98ee1f5-5f22-43ff-ae22-8488683fb1ef -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76047f427a3357f9068580853a7a33d8ec0d60f2" 2018-08-12 08:36:33,664 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:36: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-b3358173-093c-46e0-aaba-bbfdf61f005f x-compute-request-id: req-b3358173-093c-46e0-aaba-bbfdf61f005f Content-Encoding: gzip Content-Length: 329 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateInstanceFromThreePartImage-40fe9405-08cf-4abb-9f73-95d90a075fe6-flavor-name", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/b98ee1f5-5f22-43ff-ae22-8488683fb1ef", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/b98ee1f5-5f22-43ff-ae22-8488683fb1ef", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": "b98ee1f5-5f22-43ff-ae22-8488683fb1ef"}} 2018-08-12 08:36:33,665 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/b98ee1f5-5f22-43ff-ae22-8488683fb1ef used request id req-b3358173-093c-46e0-aaba-bbfdf61f005f 2018-08-12 08:36:33,667 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceFromThreePartImage-40fe9405-08cf-4abb-9f73-95d90a075fe6 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}76047f427a3357f9068580853a7a33d8ec0d60f2" 2018-08-12 08:36:33,868 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1062 Content-Type: application/json X-Openstack-Request-Id: req-4db4e76a-d7e1-4130-960d-d35773ad6576 Date: Sun, 12 Aug 2018 08:36:33 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceFromThreePartImage-40fe9405-08cf-4abb-9f73-95d90a075fe6", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:36:21Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-12T08:36:22Z", "visibility": "shared", "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/d2d11770-0957-49e6-a17e-83db303cd9bb/snap", "metadata": {}}], "self": "/v2/images/d2d11770-0957-49e6-a17e-83db303cd9bb", "min_disk": 0, "protected": false, "id": "d2d11770-0957-49e6-a17e-83db303cd9bb", "file": "/v2/images/d2d11770-0957-49e6-a17e-83db303cd9bb/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "2ef4b6fb73844313b801a8232129aef9", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/d2d11770-0957-49e6-a17e-83db303cd9bb/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceFromThreePartImage-40fe9405-08cf-4abb-9f73-95d90a075fe6"} 2018-08-12 08:36:33,868 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceFromThreePartImage-40fe9405-08cf-4abb-9f73-95d90a075fe6 used request id req-4db4e76a-d7e1-4130-960d-d35773ad6576 2018-08-12 08:36:33,871 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}76047f427a3357f9068580853a7a33d8ec0d60f2" 2018-08-12 08:36:34,036 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-2a22c83c-ea9b-45ff-8866-8c0e12c1a3a0 Date: Sun, 12 Aug 2018 08:36:34 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"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}, "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}, "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"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "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"}, "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"}, "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}, "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}, "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"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "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}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-12 08:36:34,036 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-2a22c83c-ea9b-45ff-8866-8c0e12c1a3a0 2018-08-12 08:36:34,039 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76047f427a3357f9068580853a7a33d8ec0d60f2" -d '{"server": {"name": "CreateInstanceFromThreePartImage-40fe9405-08cf-4abb-9f73-95d90a075fe6-inst", "imageRef": "d2d11770-0957-49e6-a17e-83db303cd9bb", "flavorRef": "b98ee1f5-5f22-43ff-ae22-8488683fb1ef", "max_count": 1, "min_count": 1, "networks": [{"port": "e70ffc94-4f0b-4243-89a9-a2e3476247b0"}]}}' 2018-08-12 08:36:35,777 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 08:36: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-e88b78b7-7555-45df-bdec-290105843bd1 x-compute-request-id: req-e88b78b7-7555-45df-bdec-290105843bd1 Content-Length: 374 location: http://172.30.9.21:8774/v2.1/servers/55c65545-0e66-4fee-b06b-59544134af40 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "55c65545-0e66-4fee-b06b-59544134af40", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/55c65545-0e66-4fee-b06b-59544134af40", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/55c65545-0e66-4fee-b06b-59544134af40", "rel": "bookmark"}], "adminPass": "nzXyxc3By7QE"}} 2018-08-12 08:36:35,778 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-e88b78b7-7555-45df-bdec-290105843bd1 2018-08-12 08:36:35,781 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/55c65545-0e66-4fee-b06b-59544134af40 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76047f427a3357f9068580853a7a33d8ec0d60f2" 2018-08-12 08:36:36,030 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:36:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9e8515f2-3cae-462a-b17a-12dbb2b7ce54 x-compute-request-id: req-9e8515f2-3cae-462a-b17a-12dbb2b7ce54 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.21:8774/v2.1/servers/55c65545-0e66-4fee-b06b-59544134af40", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/55c65545-0e66-4fee-b06b-59544134af40", "rel": "bookmark"}], "image": {"id": "d2d11770-0957-49e6-a17e-83db303cd9bb", "links": [{"href": "http://172.30.9.21:8774/images/d2d11770-0957-49e6-a17e-83db303cd9bb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b98ee1f5-5f22-43ff-ae22-8488683fb1ef", "links": [{"href": "http://172.30.9.21:8774/flavors/b98ee1f5-5f22-43ff-ae22-8488683fb1ef", "rel": "bookmark"}]}, "id": "55c65545-0e66-4fee-b06b-59544134af40", "user_id": "adaaf7f9878649a29a5d197b435ea7ee", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:36:35Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceFromThreePartImage-40fe9405-08cf-4abb-9f73-95d90a075fe6-inst", "created": "2018-08-12T08:36:35Z", "tenant_id": "2ef4b6fb73844313b801a8232129aef9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:36:36,030 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/55c65545-0e66-4fee-b06b-59544134af40 used request id req-9e8515f2-3cae-462a-b17a-12dbb2b7ce54 2018-08-12 08:36:36,031 - create_instance - INFO - Created instance with name - CreateInstanceFromThreePartImage-40fe9405-08cf-4abb-9f73-95d90a075fe6-inst 2018-08-12 08:36:36,034 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/55c65545-0e66-4fee-b06b-59544134af40 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76047f427a3357f9068580853a7a33d8ec0d60f2" 2018-08-12 08:36:36,445 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:36: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-96293243-a679-48a9-a9b0-5952212d6491 x-compute-request-id: req-96293243-a679-48a9-a9b0-5952212d6491 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.21:8774/v2.1/servers/55c65545-0e66-4fee-b06b-59544134af40", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/55c65545-0e66-4fee-b06b-59544134af40", "rel": "bookmark"}], "image": {"id": "d2d11770-0957-49e6-a17e-83db303cd9bb", "links": [{"href": "http://172.30.9.21:8774/images/d2d11770-0957-49e6-a17e-83db303cd9bb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b98ee1f5-5f22-43ff-ae22-8488683fb1ef", "links": [{"href": "http://172.30.9.21:8774/flavors/b98ee1f5-5f22-43ff-ae22-8488683fb1ef", "rel": "bookmark"}]}, "id": "55c65545-0e66-4fee-b06b-59544134af40", "user_id": "adaaf7f9878649a29a5d197b435ea7ee", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:36:36Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceFromThreePartImage-40fe9405-08cf-4abb-9f73-95d90a075fe6-inst", "created": "2018-08-12T08:36:35Z", "tenant_id": "2ef4b6fb73844313b801a8232129aef9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:36:36,446 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/55c65545-0e66-4fee-b06b-59544134af40 used request id req-96293243-a679-48a9-a9b0-5952212d6491 2018-08-12 08:36:36,446 - create_instance - DEBUG - Instance status [CreateInstanceFromThreePartImage-40fe9405-08cf-4abb-9f73-95d90a075fe6-inst] is - BUILD 2018-08-12 08:36:36,446 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-12 08:36:39,449 - create_instance - DEBUG - VM status query timeout in 896.581316948 2018-08-12 08:36:39,453 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/55c65545-0e66-4fee-b06b-59544134af40 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76047f427a3357f9068580853a7a33d8ec0d60f2" 2018-08-12 08:36:40,175 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:36: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-82e25c01-1f73-430c-9413-f20199b23e25 x-compute-request-id: req-82e25c01-1f73-430c-9413-f20199b23e25 Content-Encoding: gzip Content-Length: 682 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/55c65545-0e66-4fee-b06b-59544134af40", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/55c65545-0e66-4fee-b06b-59544134af40", "rel": "bookmark"}], "image": {"id": "d2d11770-0957-49e6-a17e-83db303cd9bb", "links": [{"href": "http://172.30.9.21:8774/images/d2d11770-0957-49e6-a17e-83db303cd9bb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b98ee1f5-5f22-43ff-ae22-8488683fb1ef", "links": [{"href": "http://172.30.9.21:8774/flavors/b98ee1f5-5f22-43ff-ae22-8488683fb1ef", "rel": "bookmark"}]}, "id": "55c65545-0e66-4fee-b06b-59544134af40", "security_groups": [{"name": "default"}], "user_id": "adaaf7f9878649a29a5d197b435ea7ee", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:36:37Z", "hostId": "3a15057188c9f5f9478be2d1753c1352d9773ddca0afb65c2de68a4f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceFromThreePartImage-40fe9405-08cf-4abb-9f73-95d90a075fe6-inst", "created": "2018-08-12T08:36:35Z", "tenant_id": "2ef4b6fb73844313b801a8232129aef9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:36:40,175 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/55c65545-0e66-4fee-b06b-59544134af40 used request id req-82e25c01-1f73-430c-9413-f20199b23e25 2018-08-12 08:36:40,175 - create_instance - DEBUG - Instance status [CreateInstanceFromThreePartImage-40fe9405-08cf-4abb-9f73-95d90a075fe6-inst] is - BUILD 2018-08-12 08:36:40,175 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-12 08:36:43,179 - create_instance - DEBUG - VM status query timeout in 892.85213685 2018-08-12 08:36:43,182 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/55c65545-0e66-4fee-b06b-59544134af40 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76047f427a3357f9068580853a7a33d8ec0d60f2" 2018-08-12 08:36:43,846 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:36:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f7f5b417-750b-4edc-90f7-1c2f7d86be46 x-compute-request-id: req-f7f5b417-750b-4edc-90f7-1c2f7d86be46 Content-Encoding: gzip Content-Length: 759 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceFromThreePartImage-40fe9405-08cf-4abb-9f73-95d90a075fe6-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:b9:ea", "version": 4, "addr": "10.55.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/55c65545-0e66-4fee-b06b-59544134af40", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/55c65545-0e66-4fee-b06b-59544134af40", "rel": "bookmark"}], "image": {"id": "d2d11770-0957-49e6-a17e-83db303cd9bb", "links": [{"href": "http://172.30.9.21:8774/images/d2d11770-0957-49e6-a17e-83db303cd9bb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:36:41.000000", "flavor": {"id": "b98ee1f5-5f22-43ff-ae22-8488683fb1ef", "links": [{"href": "http://172.30.9.21:8774/flavors/b98ee1f5-5f22-43ff-ae22-8488683fb1ef", "rel": "bookmark"}]}, "id": "55c65545-0e66-4fee-b06b-59544134af40", "security_groups": [{"name": "default"}], "user_id": "adaaf7f9878649a29a5d197b435ea7ee", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:36:41Z", "hostId": "3a15057188c9f5f9478be2d1753c1352d9773ddca0afb65c2de68a4f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceFromThreePartImage-40fe9405-08cf-4abb-9f73-95d90a075fe6-inst", "created": "2018-08-12T08:36:35Z", "tenant_id": "2ef4b6fb73844313b801a8232129aef9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:36:43,846 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/55c65545-0e66-4fee-b06b-59544134af40 used request id req-f7f5b417-750b-4edc-90f7-1c2f7d86be46 2018-08-12 08:36:43,846 - create_instance - DEBUG - Instance status [CreateInstanceFromThreePartImage-40fe9405-08cf-4abb-9f73-95d90a075fe6-inst] is - ACTIVE 2018-08-12 08:36:43,847 - create_instance - INFO - VM is - ACTIVE 2018-08-12 08:36:43,849 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/55c65545-0e66-4fee-b06b-59544134af40 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76047f427a3357f9068580853a7a33d8ec0d60f2" 2018-08-12 08:36:44,460 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:36:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c91f4ee7-3f93-4942-8345-d5775fb043d8 x-compute-request-id: req-c91f4ee7-3f93-4942-8345-d5775fb043d8 Content-Encoding: gzip Content-Length: 759 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceFromThreePartImage-40fe9405-08cf-4abb-9f73-95d90a075fe6-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:b9:ea", "version": 4, "addr": "10.55.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/55c65545-0e66-4fee-b06b-59544134af40", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/55c65545-0e66-4fee-b06b-59544134af40", "rel": "bookmark"}], "image": {"id": "d2d11770-0957-49e6-a17e-83db303cd9bb", "links": [{"href": "http://172.30.9.21:8774/images/d2d11770-0957-49e6-a17e-83db303cd9bb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:36:41.000000", "flavor": {"id": "b98ee1f5-5f22-43ff-ae22-8488683fb1ef", "links": [{"href": "http://172.30.9.21:8774/flavors/b98ee1f5-5f22-43ff-ae22-8488683fb1ef", "rel": "bookmark"}]}, "id": "55c65545-0e66-4fee-b06b-59544134af40", "security_groups": [{"name": "default"}], "user_id": "adaaf7f9878649a29a5d197b435ea7ee", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:36:41Z", "hostId": "3a15057188c9f5f9478be2d1753c1352d9773ddca0afb65c2de68a4f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceFromThreePartImage-40fe9405-08cf-4abb-9f73-95d90a075fe6-inst", "created": "2018-08-12T08:36:35Z", "tenant_id": "2ef4b6fb73844313b801a8232129aef9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:36:44,461 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/55c65545-0e66-4fee-b06b-59544134af40 used request id req-c91f4ee7-3f93-4942-8345-d5775fb043d8 2018-08-12 08:36:44,465 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-40fe9405-08cf-4abb-9f73-95d90a075fe6-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76047f427a3357f9068580853a7a33d8ec0d60f2" 2018-08-12 08:36:44,750 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-a7ac9c79-6f35-4eb7-9010-b897f789067f Date: Sun, 12 Aug 2018 08:36:44 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":["84f0e0ad-95f4-4702-b9d9-36029cf49825"],"updated_at":"2018-08-12T08:36:26Z","tenant_id":"2ef4b6fb73844313b801a8232129aef9","created_at":"2018-08-12T08:36:25Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"2ef4b6fb73844313b801a8232129aef9","id":"75f6697d-d0e5-47cf-9707-794f0653739d","name":"CreateInstanceFromThreePartImage-40fe9405-08cf-4abb-9f73-95d90a075fe6-pub-net"}]} 2018-08-12 08:36:44,751 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-40fe9405-08cf-4abb-9f73-95d90a075fe6-pub-net used request id req-a7ac9c79-6f35-4eb7-9010-b897f789067f 2018-08-12 08:36:44,755 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/2ef4b6fb73844313b801a8232129aef9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76047f427a3357f9068580853a7a33d8ec0d60f2" 2018-08-12 08:36:44,849 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:36:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cff451c3-2019-4cee-afaf-1a872058466a Content-Encoding: gzip Content-Length: 235 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/2ef4b6fb73844313b801a8232129aef9"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "2ef4b6fb73844313b801a8232129aef9", "name": "CreateInstanceFromThreePartImage-4da46c6c-d65a-4f3-proj"}} 2018-08-12 08:36:44,849 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/2ef4b6fb73844313b801a8232129aef9 used request id req-cff451c3-2019-4cee-afaf-1a872058466a 2018-08-12 08:36:44,855 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=75f6697d-d0e5-47cf-9707-794f0653739d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76047f427a3357f9068580853a7a33d8ec0d60f2" 2018-08-12 08:36:44,902 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-6ee0b595-e89a-45c3-91ff-58a7634e8843 Date: Sun, 12 Aug 2018 08:36:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"75f6697d-d0e5-47cf-9707-794f0653739d","tenant_id":"2ef4b6fb73844313b801a8232129aef9","created_at":"2018-08-12T08:36:26Z","dns_nameservers":[],"updated_at":"2018-08-12T08:36:26Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"2ef4b6fb73844313b801a8232129aef9","id":"84f0e0ad-95f4-4702-b9d9-36029cf49825","subnetpool_id":null,"name":"CreateInstanceFromThreePartImage-40fe9405-08cf-4abb-9f73-95d90a075fe6-pub-subnet"}]} 2018-08-12 08:36:44,902 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=75f6697d-d0e5-47cf-9707-794f0653739d used request id req-6ee0b595-e89a-45c3-91ff-58a7634e8843 2018-08-12 08:36:44,908 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=75f6697d-d0e5-47cf-9707-794f0653739d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76047f427a3357f9068580853a7a33d8ec0d60f2" 2018-08-12 08:36:45,181 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3035 X-Openstack-Request-Id: req-97a1ec12-4d25-400c-b8cd-02aaf91233b5 Date: Sun, 12 Aug 2018 08:36:45 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"75f6697d-d0e5-47cf-9707-794f0653739d","tenant_id":"2ef4b6fb73844313b801a8232129aef9","created_at":"2018-08-12T08:36:27Z","admin_state_up":true,"updated_at":"2018-08-12T08:36:31Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-75f6697d-d0e5-47cf-9707-794f0653739d","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:4c:c6:a1","id":"09b3e2d5-75d9-4a1f-9b12-784bf0c6255b","port_security_enabled":false,"project_id":"2ef4b6fb73844313b801a8232129aef9","fixed_ips":[{"subnet_id":"84f0e0ad-95f4-4702-b9d9-36029cf49825","ip_address":"10.55.0.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"75f6697d-d0e5-47cf-9707-794f0653739d","tenant_id":"2ef4b6fb73844313b801a8232129aef9","created_at":"2018-08-12T08:36:26Z","admin_state_up":true,"updated_at":"2018-08-12T08:36:29Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-75f6697d-d0e5-47cf-9707-794f0653739d","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:75:8c:7e","id":"65be6c82-1cad-4871-be4e-d28a935cf85e","port_security_enabled":false,"project_id":"2ef4b6fb73844313b801a8232129aef9","fixed_ips":[{"subnet_id":"84f0e0ad-95f4-4702-b9d9-36029cf49825","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"75f6697d-d0e5-47cf-9707-794f0653739d","tenant_id":"2ef4b6fb73844313b801a8232129aef9","created_at":"2018-08-12T08:36:32Z","admin_state_up":true,"updated_at":"2018-08-12T08:36:41Z","binding:vnic_type":"normal","device_id":"55c65545-0e66-4fee-b06b-59544134af40","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:bb:b9:ea","id":"e70ffc94-4f0b-4243-89a9-a2e3476247b0","port_security_enabled":true,"project_id":"2ef4b6fb73844313b801a8232129aef9","fixed_ips":[{"subnet_id":"84f0e0ad-95f4-4702-b9d9-36029cf49825","ip_address":"10.55.0.10"}],"extra_dhcp_opts":[],"security_groups":["46d83147-2aa9-4a66-9e6d-b81fa519e49c"],"name":"CreateInstanceFromThreePartImage-40fe9405-08cf-4abb-9f73-95d90a075fe6-port"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"75f6697d-d0e5-47cf-9707-794f0653739d","tenant_id":"2ef4b6fb73844313b801a8232129aef9","created_at":"2018-08-12T08:36:27Z","admin_state_up":true,"updated_at":"2018-08-12T08:36:30Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-75f6697d-d0e5-47cf-9707-794f0653739d","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:cb:88:db","id":"e79119b7-4a34-4177-8b34-ef082805095c","port_security_enabled":false,"project_id":"2ef4b6fb73844313b801a8232129aef9","fixed_ips":[{"subnet_id":"84f0e0ad-95f4-4702-b9d9-36029cf49825","ip_address":"10.55.0.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-12 08:36:45,181 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=75f6697d-d0e5-47cf-9707-794f0653739d used request id req-97a1ec12-4d25-400c-b8cd-02aaf91233b5 2018-08-12 08:36:45,182 - create_instance - INFO - Deleting Port with ID - e70ffc94-4f0b-4243-89a9-a2e3476247b0 2018-08-12 08:36:45,182 - neutron_utils - INFO - Deleting port with name CreateInstanceFromThreePartImage-40fe9405-08cf-4abb-9f73-95d90a075fe6-port 2018-08-12 08:36:45,187 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/ports/e70ffc94-4f0b-4243-89a9-a2e3476247b0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76047f427a3357f9068580853a7a33d8ec0d60f2" 2018-08-12 08:36:45,996 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-97e76c7c-2ce0-4bd1-bb1c-fed0377c412e Date: Sun, 12 Aug 2018 08:36:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:36:45,996 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/ports/e70ffc94-4f0b-4243-89a9-a2e3476247b0 used request id req-97e76c7c-2ce0-4bd1-bb1c-fed0377c412e 2018-08-12 08:36:45,997 - create_instance - INFO - Deleting VM instance - CreateInstanceFromThreePartImage-40fe9405-08cf-4abb-9f73-95d90a075fe6-inst 2018-08-12 08:36:46,000 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/servers/55c65545-0e66-4fee-b06b-59544134af40 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76047f427a3357f9068580853a7a33d8ec0d60f2" 2018-08-12 08:36:46,188 - novaclient.v2.client - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:36:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-6995287c-1004-40bb-ab3e-38f6a94a8491 x-compute-request-id: req-6995287c-1004-40bb-ab3e-38f6a94a8491 Content-Type: application/json 2018-08-12 08:36:46,188 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/55c65545-0e66-4fee-b06b-59544134af40 used request id req-6995287c-1004-40bb-ab3e-38f6a94a8491 2018-08-12 08:36:46,188 - create_instance - INFO - Checking deletion status 2018-08-12 08:36:46,191 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/55c65545-0e66-4fee-b06b-59544134af40 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76047f427a3357f9068580853a7a33d8ec0d60f2" 2018-08-12 08:36:46,458 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:36:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-45cbc4ed-eb1f-4a7a-93a4-8cb5cab4e90e x-compute-request-id: req-45cbc4ed-eb1f-4a7a-93a4-8cb5cab4e90e Content-Encoding: gzip Content-Length: 741 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"CreateInstanceFromThreePartImage-40fe9405-08cf-4abb-9f73-95d90a075fe6-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:b9:ea", "version": 4, "addr": "10.55.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/55c65545-0e66-4fee-b06b-59544134af40", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/55c65545-0e66-4fee-b06b-59544134af40", "rel": "bookmark"}], "image": {"id": "d2d11770-0957-49e6-a17e-83db303cd9bb", "links": [{"href": "http://172.30.9.21:8774/images/d2d11770-0957-49e6-a17e-83db303cd9bb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:36:41.000000", "flavor": {"id": "b98ee1f5-5f22-43ff-ae22-8488683fb1ef", "links": [{"href": "http://172.30.9.21:8774/flavors/b98ee1f5-5f22-43ff-ae22-8488683fb1ef", "rel": "bookmark"}]}, "id": "55c65545-0e66-4fee-b06b-59544134af40", "user_id": "adaaf7f9878649a29a5d197b435ea7ee", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:36:46Z", "hostId": "3a15057188c9f5f9478be2d1753c1352d9773ddca0afb65c2de68a4f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceFromThreePartImage-40fe9405-08cf-4abb-9f73-95d90a075fe6-inst", "created": "2018-08-12T08:36:35Z", "tenant_id": "2ef4b6fb73844313b801a8232129aef9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:36:46,458 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/55c65545-0e66-4fee-b06b-59544134af40 used request id req-45cbc4ed-eb1f-4a7a-93a4-8cb5cab4e90e 2018-08-12 08:36:46,459 - create_instance - DEBUG - Instance status [CreateInstanceFromThreePartImage-40fe9405-08cf-4abb-9f73-95d90a075fe6-inst] is - ACTIVE 2018-08-12 08:36:46,459 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-12 08:36:49,462 - create_instance - DEBUG - VM status query timeout in 296.725984812 2018-08-12 08:36:49,464 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/55c65545-0e66-4fee-b06b-59544134af40 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76047f427a3357f9068580853a7a33d8ec0d60f2" 2018-08-12 08:36:49,565 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:36:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b9ef0450-17bf-4aec-b663-882a37e71b8f x-compute-request-id: req-b9ef0450-17bf-4aec-b663-882a37e71b8f Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/55c65545-0e66-4fee-b06b-59544134af40", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/55c65545-0e66-4fee-b06b-59544134af40", "rel": "bookmark"}], "image": {"id": "d2d11770-0957-49e6-a17e-83db303cd9bb", "links": [{"href": "http://172.30.9.21:8774/images/d2d11770-0957-49e6-a17e-83db303cd9bb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:36:41.000000", "flavor": {"id": "b98ee1f5-5f22-43ff-ae22-8488683fb1ef", "links": [{"href": "http://172.30.9.21:8774/flavors/b98ee1f5-5f22-43ff-ae22-8488683fb1ef", "rel": "bookmark"}]}, "id": "55c65545-0e66-4fee-b06b-59544134af40", "user_id": "adaaf7f9878649a29a5d197b435ea7ee", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:36:49Z", "hostId": "3a15057188c9f5f9478be2d1753c1352d9773ddca0afb65c2de68a4f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceFromThreePartImage-40fe9405-08cf-4abb-9f73-95d90a075fe6-inst", "created": "2018-08-12T08:36:35Z", "tenant_id": "2ef4b6fb73844313b801a8232129aef9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:36:49,565 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/55c65545-0e66-4fee-b06b-59544134af40 used request id req-b9ef0450-17bf-4aec-b663-882a37e71b8f 2018-08-12 08:36:49,566 - create_instance - DEBUG - Instance status [CreateInstanceFromThreePartImage-40fe9405-08cf-4abb-9f73-95d90a075fe6-inst] is - ACTIVE 2018-08-12 08:36:49,566 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-12 08:36:52,569 - create_instance - DEBUG - VM status query timeout in 293.619007826 2018-08-12 08:36:52,573 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/55c65545-0e66-4fee-b06b-59544134af40 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76047f427a3357f9068580853a7a33d8ec0d60f2" 2018-08-12 08:36:52,625 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:36: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-60e3b958-4143-404a-a702-c06571927705 x-compute-request-id: req-60e3b958-4143-404a-a702-c06571927705 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 55c65545-0e66-4fee-b06b-59544134af40 could not be found.", "code": 404}} 2018-08-12 08:36:52,625 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/55c65545-0e66-4fee-b06b-59544134af40 used request id req-60e3b958-4143-404a-a702-c06571927705 2018-08-12 08:36:52,625 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 55c65545-0e66-4fee-b06b-59544134af40 could not be found. (HTTP 404) (Request-ID: req-60e3b958-4143-404a-a702-c06571927705) 2018-08-12 08:36:52,625 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceFromThreePartImage-40fe9405-08cf-4abb-9f73-95d90a075fe6-inst 2018-08-12 08:36:52,629 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/flavors/b98ee1f5-5f22-43ff-ae22-8488683fb1ef -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a838642fb8901735640585934b5a2cff5ff7af8" 2018-08-12 08:36:52,679 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 08:36: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-d92ae2ef-a3cc-494e-b8e7-2818965e73ce x-compute-request-id: req-d92ae2ef-a3cc-494e-b8e7-2818965e73ce Content-Length: 0 Content-Type: application/json 2018-08-12 08:36:52,679 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/b98ee1f5-5f22-43ff-ae22-8488683fb1ef used request id req-d92ae2ef-a3cc-494e-b8e7-2818965e73ce 2018-08-12 08:36:52,680 - neutron_utils - INFO - Deleting subnet with name CreateInstanceFromThreePartImage-40fe9405-08cf-4abb-9f73-95d90a075fe6-pub-subnet 2018-08-12 08:36:52,680 - neutron_utils - INFO - Deleting subnet with name CreateInstanceFromThreePartImage-40fe9405-08cf-4abb-9f73-95d90a075fe6-pub-subnet 2018-08-12 08:36:52,685 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/84f0e0ad-95f4-4702-b9d9-36029cf49825 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65c0aefe7fa7275467c52d9f2017138064f73415" 2018-08-12 08:36:55,393 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-adf63b4b-1880-462c-8d8c-ff90a82b2ae5 Date: Sun, 12 Aug 2018 08:36:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:36:55,393 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/84f0e0ad-95f4-4702-b9d9-36029cf49825 used request id req-adf63b4b-1880-462c-8d8c-ff90a82b2ae5 2018-08-12 08:36:55,393 - neutron_utils - INFO - Deleting network with name CreateInstanceFromThreePartImage-40fe9405-08cf-4abb-9f73-95d90a075fe6-pub-net 2018-08-12 08:36:55,398 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/75f6697d-d0e5-47cf-9707-794f0653739d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65c0aefe7fa7275467c52d9f2017138064f73415" 2018-08-12 08:36:56,658 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-20bc6c99-3eaf-405d-bdc4-934c7ff46599 Date: Sun, 12 Aug 2018 08:36:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:36:56,658 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/75f6697d-d0e5-47cf-9707-794f0653739d used request id req-20bc6c99-3eaf-405d-bdc4-934c7ff46599 2018-08-12 08:36:56,659 - glance_utils - INFO - Deleting image named - CreateInstanceFromThreePartImage-40fe9405-08cf-4abb-9f73-95d90a075fe6 2018-08-12 08:36:56,662 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/d2d11770-0957-49e6-a17e-83db303cd9bb -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1879bda0c91b74420977f4c1b1f3f7b3d71b0541" 2018-08-12 08:36:57,225 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c71c7203-ae80-47bd-9a53-0861862add07 Date: Sun, 12 Aug 2018 08:36: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 08:36:57,225 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/d2d11770-0957-49e6-a17e-83db303cd9bb used request id req-c71c7203-ae80-47bd-9a53-0861862add07 2018-08-12 08:36:57,227 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:36:57,227 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:36:57,227 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:36:57,227 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:36:57,227 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:36:57,234 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b084bf9c00008f74199393df2dcb3cf417dc7363" 2018-08-12 08:36:57,495 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 45548 X-Openstack-Request-Id: req-a012c18b-bcad-4be5-be38-da06a7b63801 Date: Sun, 12 Aug 2018 08:36:57 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "created_at": "2018-08-12T06:59:44Z", "updated_at": "2018-08-12T06:59:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "1d7fd960-7865-4453-aecc-8d399b4fad21", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "66820d8a-b785-4b18-bd67-500221c8e4f9", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "74fc7638-a322-4841-8c47-06d36174a200", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "8eaa09ec-8419-4582-9312-1e527afe6e4b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}], "revision_number": 4, "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "created_at": "2018-08-12T05:12:34Z", "updated_at": "2018-08-12T05:12:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "709513d2-af7d-4d0b-bd3c-604fed75a711", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "aa346066-e46f-44f2-94be-2884aa998a19", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "c15f7b93-e56c-4afa-867d-2acb286d4b7b", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "cb0ef83f-5f70-4a80-ad35-431ca9df551e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}], "revision_number": 4, "project_id": "fa5a7fe6ee54472ba01638877aade8e3", "id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ea65becf30e54b27aa96a449698a435e", "created_at": "2018-08-12T05:10:35Z", "updated_at": "2018-08-12T05:10:35Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "30ad280c-f302-4cd4-a438-5139917b56f9", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "76115c4c-887d-4f0a-83e2-486e4b39c713", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "8ab14937-4c08-4d43-8a9a-662e622cc643", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "ee757a03-5662-4273-9c3e-6212e7afb48f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}], "revision_number": 4, "project_id": "ea65becf30e54b27aa96a449698a435e", "id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2ef4b6fb73844313b801a8232129aef9", "created_at": "2018-08-12T08:36:24Z", "updated_at": "2018-08-12T08:36:24Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:36:24Z", "revision_number": 0, "id": "290c0369-c4c6-44b6-8d9e-1377aa0db17e", "remote_group_id": "46d83147-2aa9-4a66-9e6d-b81fa519e49c", "remote_ip_prefix": null, "created_at": "2018-08-12T08:36:24Z", "security_group_id": "46d83147-2aa9-4a66-9e6d-b81fa519e49c", "tenant_id": "2ef4b6fb73844313b801a8232129aef9", "port_range_min": null, "ethertype": "IPv6", "project_id": "2ef4b6fb73844313b801a8232129aef9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:36:24Z", "revision_number": 0, "id": "41d60a4b-f8d2-4f93-bd3a-1582008fd067", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:36:24Z", "security_group_id": "46d83147-2aa9-4a66-9e6d-b81fa519e49c", "tenant_id": "2ef4b6fb73844313b801a8232129aef9", "port_range_min": null, "ethertype": "IPv4", "project_id": "2ef4b6fb73844313b801a8232129aef9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:36:24Z", "revision_number": 0, "id": "a822252b-8e46-462b-8648-e6605348f1ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:36:24Z", "security_group_id": "46d83147-2aa9-4a66-9e6d-b81fa519e49c", "tenant_id": "2ef4b6fb73844313b801a8232129aef9", "port_range_min": null, "ethertype": "IPv6", "project_id": "2ef4b6fb73844313b801a8232129aef9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:36:24Z", "revision_number": 0, "id": "ec1bc068-3fd6-462d-bb28-e1d36bf5232e", "remote_group_id": "46d83147-2aa9-4a66-9e6d-b81fa519e49c", "remote_ip_prefix": null, "created_at": "2018-08-12T08:36:24Z", "security_group_id": "46d83147-2aa9-4a66-9e6d-b81fa519e49c", "tenant_id": "2ef4b6fb73844313b801a8232129aef9", "port_range_min": null, "ethertype": "IPv4", "project_id": "2ef4b6fb73844313b801a8232129aef9"}], "revision_number": 4, "project_id": "2ef4b6fb73844313b801a8232129aef9", "id": "46d83147-2aa9-4a66-9e6d-b81fa519e49c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "created_at": "2018-08-12T06:20:09Z", "updated_at": "2018-08-12T06:20:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "1123b8f2-75ac-4a26-b9b2-a96da97408e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "2ddd2b93-e080-48cd-9a50-f5fe8a82ad0c", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "cd1bae62-0aea-4438-b4c3-50a69ae6f855", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "e398e01e-ceea-46d1-9534-b929808c4a5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}], "revision_number": 4, "project_id": "ff7abd7bb61f4f2889831e932d65dc2e", "id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "created_at": "2018-08-12T05:34:57Z", "updated_at": "2018-08-12T05:34:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "208a1c1e-f5f8-49c7-9a25-d07e68b1541f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "27bfd867-e607-4bf8-9de8-60682d3f771d", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "49360e1f-6fd3-4f35-b339-24cea95773ee", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "60f631a9-d305-4920-9631-d0543e2ac64f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}], "revision_number": 4, "project_id": "3a85ceae958d4d9fba68847e7df67db8", "id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "created_at": "2018-08-12T05:34:40Z", "updated_at": "2018-08-12T05:34:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "2192c259-363e-4768-ae73-e75837ad63b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "3f87ddc5-f84d-41dc-8215-847724782569", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "7d89f6da-ea78-49dd-9115-f9ad23b250bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "9ec4497d-0f65-44db-9be9-7b3042e4a584", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}], "revision_number": 4, "project_id": "85517fcf1c6247e699fdcdd42ecc8c79", "id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "created_at": "2018-08-12T05:16:02Z", "updated_at": "2018-08-12T05:16:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "1ecacd8c-c1c7-4a66-9871-406a69323b43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "3cc1750c-e0e7-4902-b6f3-494a161b832e", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "d719a7a4-8c99-44ed-8c12-6bf071890203", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "fe7421b5-d577-41da-8c78-62f3c07eda92", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}], "revision_number": 4, "project_id": "a267b9a156244bb192691cff6e5f74fe", "id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "315a428116f24d9fbb826b37080a918e", "created_at": "2018-08-12T05:11:31Z", "updated_at": "2018-08-12T05:11:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "5e52886a-1dc3-4a81-a55d-f388dc4fd1a1", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "678e32e4-d64c-448a-a4ab-e253ab94ae90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "a8da1539-e3ad-4f90-b2df-3dc1f09d228a", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "b73d5cc9-0205-4658-bb1f-61a042c0ab8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}], "revision_number": 4, "project_id": "315a428116f24d9fbb826b37080a918e", "id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-12T05:08:01Z", "updated_at": "2018-08-12T05:08:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:01Z", "revision_number": 0, "id": "0fb05d03-1117-45d0-930c-b6d4c96ef102", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "4faaab33-5788-4bbd-85b8-0fb44d41413a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "96d0c5a0-5c67-421b-8fc8-2b46d77e5db3", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "dd78519b-4bc5-4e8e-ad0f-58089dd69347", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "11a46741b7954b959fd7764109c047b6", "created_at": "2018-08-12T05:34:51Z", "updated_at": "2018-08-12T05:34:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "0b67bf3c-2289-43bb-ab6c-7d25ec32a279", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "51f3f833-337a-42bd-a8d5-742ea8d6c226", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "571fd0b5-ef90-408d-af33-aafb517b8993", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "944ba823-fb9c-496e-a66e-bb426bb14a8d", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}], "revision_number": 4, "project_id": "11a46741b7954b959fd7764109c047b6", "id": "90af9782-8112-4257-801d-ee5115d226ba", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "created_at": "2018-08-12T05:34:26Z", "updated_at": "2018-08-12T05:34:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "2ee1f63a-807c-4d6a-85ee-dd784f6b8c3f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5dec3ec2-2add-47dd-8618-90659dcf3885", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5ea0dc3e-49d0-43f0-94e9-f6443527d14c", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "fbfaca22-7e3e-4128-8973-43e439b77c28", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}], "revision_number": 4, "project_id": "3c01cd58055c44ecaef39f7e625c2258", "id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "521007c1818145639e93ceb270559219", "created_at": "2018-08-12T05:13:27Z", "updated_at": "2018-08-12T05:13:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "5e7fede5-b0f2-47d8-95c3-516cdfc7f9de", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "8fd0e36f-c6c4-4f64-ba97-40439e614448", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "db7d79de-1dfc-4138-945f-91e74cdc266b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "e87f2cff-ff3e-4b6d-aaf0-7f0eb0ab9f05", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}], "revision_number": 4, "project_id": "521007c1818145639e93ceb270559219", "id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "created_at": "2018-08-12T05:08:18Z", "updated_at": "2018-08-12T05:08:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "3c67be40-bf74-4f97-9693-d93ce73a23b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "6112d869-2fc6-4a25-a13c-3d55cd7206c0", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "bdf21c56-453e-482e-9cba-3c55abcb0339", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "c8e92c39-38cc-4f48-be9c-5f0912e6a725", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}], "revision_number": 4, "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "created_at": "2018-08-12T05:04:23Z", "updated_at": "2018-08-12T05:04:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "280546d9-8ad1-4283-abfc-15ee9b1736c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "58bce125-f2ca-4a6d-b9ca-4e6cf5c0f7a5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "69275b9a-cfb5-482c-a9c4-8ffc79adf2c7", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "6d747f3a-3764-469a-a645-f977585c5aac", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}], "revision_number": 4, "project_id": "310f5853751a4c968f3eeb0a3d99a0a8", "id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "created_at": "2018-08-12T05:34:42Z", "updated_at": "2018-08-12T05:34:42Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "199582e8-25aa-457a-aa7c-6d8413ca4464", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "234f3609-4454-448f-919d-c8143c7cd764", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "c1061460-71a2-49a9-a04b-9fa33eeb17ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "d21ac532-51d8-4d6b-8300-7bac216759bf", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}], "revision_number": 4, "project_id": "9f6c1a272706419c9a74b0893b2890e8", "id": "d6739716-c693-460c-89c6-e7c8c48f8245", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "created_at": "2018-08-12T05:34:54Z", "updated_at": "2018-08-12T05:34:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "0633a05a-ee7d-4476-a56b-75d011b22f77", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "6cc1b9f8-73db-47a3-a0e0-3c96c43f34da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "90d99a6b-e94f-4fd8-a10c-f19dd8954c13", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "e843c139-af2a-4d2c-a24f-59f7b10ff72e", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}], "revision_number": 4, "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "created_at": "2018-08-12T05:09:07Z", "updated_at": "2018-08-12T05:09:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "5495e168-f505-4d74-ae6d-387f0bf533c2", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "6fd19b8b-3062-456e-81ba-3ff37fe43429", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8ca59d25-485c-46ce-939c-2e4a468caeac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8f190846-50a0-42b9-b571-390809b752b1", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}], "revision_number": 4, "project_id": "fa9ca6d7608b4d7d87ce97331679a481", "id": "edcd9b17-9416-4c25-823c-060c435e18d7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "created_at": "2018-08-12T05:34:52Z", "updated_at": "2018-08-12T05:34:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "2c7e484e-6ec5-4a95-8c9c-66d294c0c27e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "70c74258-3c2c-4efc-87e0-079c26ee3417", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "b70382fa-082e-4c2b-abc8-87490fa50b11", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "c3628e02-b4b6-42c9-8751-c1a2d3c19caa", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}], "revision_number": 4, "project_id": "87db863ba6e348b0a5ddcb67053db9d1", "id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "name": "default"}]} 2018-08-12 08:36:57,496 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-a012c18b-bcad-4be5-be38-da06a7b63801 2018-08-12 08:36:57,504 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b084bf9c00008f74199393df2dcb3cf417dc7363" 2018-08-12 08:36:57,593 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:36:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-57ecdfdc-ecd9-4e82-969a-086512d3a519 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 5fe28c13d4d74ba2be8d019ac1ea6363.", "code": 404, "title": "Not Found"}} 2018-08-12 08:36:57,593 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 used request id req-57ecdfdc-ecd9-4e82-969a-086512d3a519 2018-08-12 08:36:57,593 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:36:57,597 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b084bf9c00008f74199393df2dcb3cf417dc7363" 2018-08-12 08:36:57,683 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:36:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-30ea69aa-2cb0-4e30-915d-6334904c5c14 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa5a7fe6ee54472ba01638877aade8e3.", "code": 404, "title": "Not Found"}} 2018-08-12 08:36:57,683 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 used request id req-30ea69aa-2cb0-4e30-915d-6334904c5c14 2018-08-12 08:36:57,684 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:36:57,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b084bf9c00008f74199393df2dcb3cf417dc7363" 2018-08-12 08:36:57,776 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:36:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-518a49df-d1cd-42f1-8b26-fbcdeb037cea Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ea65becf30e54b27aa96a449698a435e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:36:57,776 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e used request id req-518a49df-d1cd-42f1-8b26-fbcdeb037cea 2018-08-12 08:36:57,776 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:36:57,780 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/2ef4b6fb73844313b801a8232129aef9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b084bf9c00008f74199393df2dcb3cf417dc7363" 2018-08-12 08:36:57,873 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:36:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2192d340-d422-406f-9f5f-448c7441ce29 Content-Encoding: gzip Content-Length: 235 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/2ef4b6fb73844313b801a8232129aef9"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "2ef4b6fb73844313b801a8232129aef9", "name": "CreateInstanceFromThreePartImage-4da46c6c-d65a-4f3-proj"}} 2018-08-12 08:36:57,873 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/2ef4b6fb73844313b801a8232129aef9 used request id req-2192d340-d422-406f-9f5f-448c7441ce29 2018-08-12 08:36:57,874 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 46d83147-2aa9-4a66-9e6d-b81fa519e49c 2018-08-12 08:36:57,879 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=46d83147-2aa9-4a66-9e6d-b81fa519e49c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b084bf9c00008f74199393df2dcb3cf417dc7363" 2018-08-12 08:36:58,084 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-08b81251-84cd-407a-a3bc-20f6d59c3771 Date: Sun, 12 Aug 2018 08:36:58 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "46d83147-2aa9-4a66-9e6d-b81fa519e49c", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:36:24Z", "security_group_id": "46d83147-2aa9-4a66-9e6d-b81fa519e49c", "port_range_min": null, "revision_number": 0, "tenant_id": "2ef4b6fb73844313b801a8232129aef9", "created_at": "2018-08-12T08:36:24Z", "project_id": "2ef4b6fb73844313b801a8232129aef9", "id": "290c0369-c4c6-44b6-8d9e-1377aa0db17e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:36:24Z", "security_group_id": "46d83147-2aa9-4a66-9e6d-b81fa519e49c", "port_range_min": null, "revision_number": 0, "tenant_id": "2ef4b6fb73844313b801a8232129aef9", "created_at": "2018-08-12T08:36:24Z", "project_id": "2ef4b6fb73844313b801a8232129aef9", "id": "41d60a4b-f8d2-4f93-bd3a-1582008fd067"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:36:24Z", "security_group_id": "46d83147-2aa9-4a66-9e6d-b81fa519e49c", "port_range_min": null, "revision_number": 0, "tenant_id": "2ef4b6fb73844313b801a8232129aef9", "created_at": "2018-08-12T08:36:24Z", "project_id": "2ef4b6fb73844313b801a8232129aef9", "id": "a822252b-8e46-462b-8648-e6605348f1ee"}, {"remote_group_id": "46d83147-2aa9-4a66-9e6d-b81fa519e49c", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:36:24Z", "security_group_id": "46d83147-2aa9-4a66-9e6d-b81fa519e49c", "port_range_min": null, "revision_number": 0, "tenant_id": "2ef4b6fb73844313b801a8232129aef9", "created_at": "2018-08-12T08:36:24Z", "project_id": "2ef4b6fb73844313b801a8232129aef9", "id": "ec1bc068-3fd6-462d-bb28-e1d36bf5232e"}]} 2018-08-12 08:36:58,084 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=46d83147-2aa9-4a66-9e6d-b81fa519e49c used request id req-08b81251-84cd-407a-a3bc-20f6d59c3771 2018-08-12 08:36:58,086 - neutron_utils - INFO - Deleting security group with name - default 2018-08-12 08:36:58,091 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/46d83147-2aa9-4a66-9e6d-b81fa519e49c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b084bf9c00008f74199393df2dcb3cf417dc7363" 2018-08-12 08:36:58,440 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9957a996-e1d7-411b-9091-362e53c16684 Content-Length: 0 Date: Sun, 12 Aug 2018 08:36:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:36:58,440 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/46d83147-2aa9-4a66-9e6d-b81fa519e49c used request id req-9957a996-e1d7-411b-9091-362e53c16684 2018-08-12 08:36:58,441 - keystone_utils - INFO - Deleting project with name - CreateInstanceFromThreePartImage-4da46c6c-d65a-4f3-proj 2018-08-12 08:36:58,445 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/2ef4b6fb73844313b801a8232129aef9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b084bf9c00008f74199393df2dcb3cf417dc7363" 2018-08-12 08:36:58,806 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:36:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f6d21fbf-ae70-41e1-b7ff-ca3806601b12 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 08:36:58,807 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/2ef4b6fb73844313b801a8232129aef9 used request id req-f6d21fbf-ae70-41e1-b7ff-ca3806601b12 2018-08-12 08:36:58,807 - keystone_utils - INFO - Deleting role with name - CreateInstanceFromThreePartImage-4da46c6c-d65a-4f3-proj-role 2018-08-12 08:36:58,810 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/9fd0ef39348245798fd132172bae7f30 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b084bf9c00008f74199393df2dcb3cf417dc7363" 2018-08-12 08:36:58,944 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:36:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f75d24ad-0824-4be5-89f0-a7bfcfc68b2c 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 08:36:58,944 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/9fd0ef39348245798fd132172bae7f30 used request id req-f75d24ad-0824-4be5-89f0-a7bfcfc68b2c 2018-08-12 08:36:58,948 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b084bf9c00008f74199393df2dcb3cf417dc7363" 2018-08-12 08:36:59,119 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:36:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f956d2dd-2a03-4a5d-9cb5-1f2a98a6be04 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:36:59,119 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-f956d2dd-2a03-4a5d-9cb5-1f2a98a6be04 2018-08-12 08:36:59,120 - keystone_utils - INFO - Deleting user with name - CreateInstanceFromThreePartImage-4da46c6c-d65a-4f3-user 2018-08-12 08:36:59,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/adaaf7f9878649a29a5d197b435ea7ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9dac5d9fefed072a986707d676fcc575d141f7f4" 2018-08-12 08:36:59,304 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:36:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2c08c2b1-a364-4a28-a6e5-16804e4e6dc6 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 08:36:59,304 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/adaaf7f9878649a29a5d197b435ea7ee used request id req-2c08c2b1-a364-4a28-a6e5-16804e4e6dc6 2018-08-12 08:36:59,305 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:36:59,720 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:36:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["kApTMj_0Qh259WENsA3ZnA"], "issued_at": "2018-08-12T08:36:59.000000Z"}} 2018-08-12 08:36:59,720 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}e38b1f041e774a183cab3f9ab502036dc44a5876" 2018-08-12 08:36:59,813 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:36:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-121498fe-b4cd-42cb-b2e8-8c6630a4c7c4 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:36:59,814 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-121498fe-b4cd-42cb-b2e8-8c6630a4c7c4 2018-08-12 08:36:59,815 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:36:59,816 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:37:00,203 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:37:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["TSjD0yZXRHiKpEJzPNLq0w"], "issued_at": "2018-08-12T08:37:00.000000Z"}} 2018-08-12 08:37:00,204 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}c373b90b908c747bdcb8d3eff131179454824bfc" 2018-08-12 08:37:00,300 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:37:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fba85b6e-cf44-4296-90a5-1de3c47e239d Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:37:00,300 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-fba85b6e-cf44-4296-90a5-1de3c47e239d 2018-08-12 08:37:00,304 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:37:00,309 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:37:00 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:37:00,310 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceVolumeTests-350d71c8-6c8e-45e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c373b90b908c747bdcb8d3eff131179454824bfc" 2018-08-12 08:37:00,401 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:37:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c143e592-7d12-4ac3-87ae-f6579316bd1b Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceVolumeTests-350d71c8-6c8e-45e-proj", "previous": null, "next": null}, "projects": []} 2018-08-12 08:37:00,401 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceVolumeTests-350d71c8-6c8e-45e-proj used request id req-c143e592-7d12-4ac3-87ae-f6579316bd1b 2018-08-12 08:37:00,404 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c373b90b908c747bdcb8d3eff131179454824bfc" 2018-08-12 08:37:00,505 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:37:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-932b2e1e-ec45-49c3-a2c1-ed5463505cff Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:37:00,505 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-932b2e1e-ec45-49c3-a2c1-ed5463505cff 2018-08-12 08:37:00,509 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c373b90b908c747bdcb8d3eff131179454824bfc" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceVolumeTests-350d71c8-6c8e-45e-proj"}}' 2018-08-12 08:37:00,632 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:37:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5fa02202-3d29-4825-9828-acf57c10127f Content-Length: 322 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/1a00ef4ec59a4f9ab067d5581e2436e0"}, "tags": [], "enabled": true, "id": "1a00ef4ec59a4f9ab067d5581e2436e0", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-350d71c8-6c8e-45e-proj"}} 2018-08-12 08:37:00,632 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-5fa02202-3d29-4825-9828-acf57c10127f 2018-08-12 08:37:00,633 - keystone_utils - INFO - Created project with name - CreateInstanceVolumeTests-350d71c8-6c8e-45e-proj 2018-08-12 08:37:00,633 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:37:00,634 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:37:01,020 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:37:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["4D7bUxAlR2WEvqMuDE0_pQ"], "issued_at": "2018-08-12T08:37:01.000000Z"}} 2018-08-12 08:37:01,021 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}d7a2c5324da025ee55800c7dba2cb842af7aff6d" 2018-08-12 08:37:01,117 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:37:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-64f9ab33-1e34-4a56-9848-380e2abf6020 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:37:01,117 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-64f9ab33-1e34-4a56-9848-380e2abf6020 2018-08-12 08:37:01,121 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:37:01,127 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:37:01 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:37:01,128 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7a2c5324da025ee55800c7dba2cb842af7aff6d" 2018-08-12 08:37:01,233 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:37:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d34df15-25c8-42a3-8094-a30d5ca553ae Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/105a247548624314b9228f85f6325f0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105a247548624314b9228f85f6325f0b", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/1c5de0eaa44543f08da6ad63a51594ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c5de0eaa44543f08da6ad63a51594ff", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/1d127b5b832547a88a547c116dfdd65b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d127b5b832547a88a547c116dfdd65b", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/1d5cfc170d624ce4ae53ae0507c8d517"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d5cfc170d624ce4ae53ae0507c8d517", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/2421820b75eb4d3ebd02830378d1377b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2421820b75eb4d3ebd02830378d1377b", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/40bd8ee54ecf44868cc83cede652c396"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40bd8ee54ecf44868cc83cede652c396", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/4f32fb8153854c4c9f5094b42b523f80"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f32fb8153854c4c9f5094b42b523f80", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7066130d08fb4db7bf4ab468de53933b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7066130d08fb4db7bf4ab468de53933b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/8d0898a83bcf4521bbc11501d5d7ac89"}, "domain_id": "1eec97585bde483292ece28ee11f4b8d", "enabled": true, "options": {}, "id": "8d0898a83bcf4521bbc11501d5d7ac89", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/9defcced327d476f8a3beab718a13da3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9defcced327d476f8a3beab718a13da3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/b80ee4f6992446e0879624dd436e99a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b80ee4f6992446e0879624dd436e99a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b86fd3e011324d398fcdb6f095a20a9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b86fd3e011324d398fcdb6f095a20a9d", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1701d2754064b5cadf765ea0806f9b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1701d2754064b5cadf765ea0806f9b2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/db4e7b8d76d549faa502716565c733dd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db4e7b8d76d549faa502716565c733dd", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-12 08:37:01,233 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-8d34df15-25c8-42a3-8094-a30d5ca553ae 2018-08-12 08:37:01,238 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateInstanceVolumeTests-350d71c8-6c8e-45e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7a2c5324da025ee55800c7dba2cb842af7aff6d" 2018-08-12 08:37:01,259 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:37:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-697e39b0-7e42-43ca-a2bf-33259cf9e495 Content-Encoding: gzip Content-Length: 260 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateInstanceVolumeTests-350d71c8-6c8e-45e-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/1a00ef4ec59a4f9ab067d5581e2436e0"}, "tags": [], "enabled": true, "id": "1a00ef4ec59a4f9ab067d5581e2436e0", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-350d71c8-6c8e-45e-proj"}]} 2018-08-12 08:37:01,259 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateInstanceVolumeTests-350d71c8-6c8e-45e-proj used request id req-697e39b0-7e42-43ca-a2bf-33259cf9e495 2018-08-12 08:37:01,263 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7a2c5324da025ee55800c7dba2cb842af7aff6d" 2018-08-12 08:37:01,357 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:37:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b1c32cd-47bf-48bf-a916-50a60d881a88 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:37:01,357 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-4b1c32cd-47bf-48bf-a916-50a60d881a88 2018-08-12 08:37:01,754 - keystone_utils - INFO - Created user with name - CreateInstanceVolumeTests-350d71c8-6c8e-45e-user 2018-08-12 08:37:01,754 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:37:01,759 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c373b90b908c747bdcb8d3eff131179454824bfc" 2018-08-12 08:37:01,864 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:37:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e8cd5803-6fba-40ef-9444-aa1d527ca258 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:37:01,864 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-e8cd5803-6fba-40ef-9444-aa1d527ca258 2018-08-12 08:37:01,868 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c373b90b908c747bdcb8d3eff131179454824bfc" -d '{"role": {"name": "CreateInstanceVolumeTests-350d71c8-6c8e-45e-proj-role"}}' 2018-08-12 08:37:01,998 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:37:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f60496b8-521a-4e95-9a66-b49d86d49921 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "6045a59ab24743928771a6183fdc27a9", "links": {"self": "http://172.30.9.21:5000/v3/roles/6045a59ab24743928771a6183fdc27a9"}, "name": "CreateInstanceVolumeTests-350d71c8-6c8e-45e-proj-role"}} 2018-08-12 08:37:01,998 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-f60496b8-521a-4e95-9a66-b49d86d49921 2018-08-12 08:37:01,999 - keystone_utils - INFO - Created role with name - CreateInstanceVolumeTests-350d71c8-6c8e-45e-proj-role 2018-08-12 08:37:02,002 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/6045a59ab24743928771a6183fdc27a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c373b90b908c747bdcb8d3eff131179454824bfc" 2018-08-12 08:37:02,017 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:37:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0c1b92f7-a6b6-490c-a9c6-746f2a979024 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "6045a59ab24743928771a6183fdc27a9", "links": {"self": "http://172.30.9.21:5000/v3/roles/6045a59ab24743928771a6183fdc27a9"}, "name": "CreateInstanceVolumeTests-350d71c8-6c8e-45e-proj-role"}} 2018-08-12 08:37:02,017 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/6045a59ab24743928771a6183fdc27a9 used request id req-0c1b92f7-a6b6-490c-a9c6-746f2a979024 2018-08-12 08:37:02,018 - keystone_utils - INFO - Granting role CreateInstanceVolumeTests-350d71c8-6c8e-45e-proj-role to project CreateInstanceVolumeTests-350d71c8-6c8e-45e-proj 2018-08-12 08:37:02,021 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/1a00ef4ec59a4f9ab067d5581e2436e0/users/9ed08ccd109745328c91e2c95c5e003e/roles/6045a59ab24743928771a6183fdc27a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c373b90b908c747bdcb8d3eff131179454824bfc" 2018-08-12 08:37:02,156 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:37:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-22416249-26e2-4afe-b93f-fc0589539279 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 08:37:02,156 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/1a00ef4ec59a4f9ab067d5581e2436e0/users/9ed08ccd109745328c91e2c95c5e003e/roles/6045a59ab24743928771a6183fdc27a9 used request id req-22416249-26e2-4afe-b93f-fc0589539279 2018-08-12 08:37:02,157 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-12 08:37:02,158 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:37:02,158 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:37:02,158 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:37:02,159 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:37:02,159 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:37:02,160 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-08-12 08:37:02,160 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:37:02,161 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:37:02,557 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6045a59ab24743928771a6183fdc27a9", "name": "CreateInstanceVolumeTests-350d71c8-6c8e-45e-proj-role"}], "expires_at": "2018-08-12T09:37:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1a00ef4ec59a4f9ab067d5581e2436e0", "name": "CreateInstanceVolumeTests-350d71c8-6c8e-45e-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/1a00ef4ec59a4f9ab067d5581e2436e0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/1a00ef4ec59a4f9ab067d5581e2436e0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/1a00ef4ec59a4f9ab067d5581e2436e0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_1a00ef4ec59a4f9ab067d5581e2436e0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_1a00ef4ec59a4f9ab067d5581e2436e0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/1a00ef4ec59a4f9ab067d5581e2436e0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/1a00ef4ec59a4f9ab067d5581e2436e0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/1a00ef4ec59a4f9ab067d5581e2436e0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/1a00ef4ec59a4f9ab067d5581e2436e0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/1a00ef4ec59a4f9ab067d5581e2436e0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/1a00ef4ec59a4f9ab067d5581e2436e0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/1a00ef4ec59a4f9ab067d5581e2436e0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/1a00ef4ec59a4f9ab067d5581e2436e0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/1a00ef4ec59a4f9ab067d5581e2436e0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-350d71c8-6c8e-45e-user", "id": "9ed08ccd109745328c91e2c95c5e003e"}, "audit_ids": ["IYKLxgD2QMGpW7Jw6yc1TQ"], "issued_at": "2018-08-12T08:37:02.000000Z"}} 2018-08-12 08:37:02,558 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}fb912576daae12dea9f6e410ec1591c48c65aba6" 2018-08-12 08:37:02,634 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:37:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3a319c97-9ef2-4f9b-9ca3-61437e7b41a1 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:37:02,634 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-3a319c97-9ef2-4f9b-9ca3-61437e7b41a1 2018-08-12 08:37:02,638 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}fb912576daae12dea9f6e410ec1591c48c65aba6" 2018-08-12 08:37:02,850 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 170 Content-Type: application/json X-Openstack-Request-Id: req-c56668f4-4da6-4443-845d-e1d98b2879a2 Date: Sun, 12 Aug 2018 08:37:02 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-image"} 2018-08-12 08:37:02,850 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-image used request id req-c56668f4-4da6-4443-845d-e1d98b2879a2 2018-08-12 08:37:02,853 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}fb912576daae12dea9f6e410ec1591c48c65aba6" 2018-08-12 08:37:03,029 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-d1eea2c6-34bd-402d-8043-5dd119b5a8a6 Date: Sun, 12 Aug 2018 08:37:03 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"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}, "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}, "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"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "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"}, "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"}, "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}, "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}, "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"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "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}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-12 08:37:03,029 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-d1eea2c6-34bd-402d-8043-5dd119b5a8a6 2018-08-12 08:37:03,062 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fb912576daae12dea9f6e410ec1591c48c65aba6" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-image"}' 2018-08-12 08:37:03,284 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 629 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/235cd88a-c3c6-4e72-b828-e9e3989e2361 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-35b4b840-ea56-4208-80ba-ae4dda47e4fc Date: Sun, 12 Aug 2018 08:37:03 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-image", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:37:03Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-08-12T08:37:03Z", "visibility": "shared", "locations": [], "self": "/v2/images/235cd88a-c3c6-4e72-b828-e9e3989e2361", "min_disk": 0, "protected": false, "id": "235cd88a-c3c6-4e72-b828-e9e3989e2361", "file": "/v2/images/235cd88a-c3c6-4e72-b828-e9e3989e2361/file", "checksum": null, "owner": "1a00ef4ec59a4f9ab067d5581e2436e0", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-12 08:37:03,284 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-35b4b840-ea56-4208-80ba-ae4dda47e4fc 2018-08-12 08:37:03,295 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/235cd88a-c3c6-4e72-b828-e9e3989e2361/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}fb912576daae12dea9f6e410ec1591c48c65aba6" -d '' 2018-08-12 08:37:04,636 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-55afe0ff-9d86-4f51-b463-d559db758a1e Date: Sun, 12 Aug 2018 08:37: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 08:37:04,636 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/235cd88a-c3c6-4e72-b828-e9e3989e2361/file used request id req-55afe0ff-9d86-4f51-b463-d559db758a1e 2018-08-12 08:37:04,637 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-12 08:37:04,639 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/235cd88a-c3c6-4e72-b828-e9e3989e2361 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}fb912576daae12dea9f6e410ec1591c48c65aba6" 2018-08-12 08:37:04,865 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 890 Content-Type: application/json X-Openstack-Request-Id: req-44125675-2e59-467f-92b5-9b94004b4a19 Date: Sun, 12 Aug 2018 08:37:04 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-image", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:37:03Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-12T08:37:04Z", "visibility": "shared", "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/235cd88a-c3c6-4e72-b828-e9e3989e2361/snap", "metadata": {}}], "self": "/v2/images/235cd88a-c3c6-4e72-b828-e9e3989e2361", "min_disk": 0, "protected": false, "id": "235cd88a-c3c6-4e72-b828-e9e3989e2361", "file": "/v2/images/235cd88a-c3c6-4e72-b828-e9e3989e2361/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "1a00ef4ec59a4f9ab067d5581e2436e0", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/235cd88a-c3c6-4e72-b828-e9e3989e2361/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-12 08:37:04,865 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/235cd88a-c3c6-4e72-b828-e9e3989e2361 used request id req-44125675-2e59-467f-92b5-9b94004b4a19 2018-08-12 08:37:04,868 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}fb912576daae12dea9f6e410ec1591c48c65aba6" 2018-08-12 08:37:05,039 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-32ce6a58-db2c-48d5-90ff-1486d6140177 Date: Sun, 12 Aug 2018 08:37:05 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"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}, "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}, "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"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "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"}, "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"}, "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}, "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}, "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"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "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}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-12 08:37:05,040 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-32ce6a58-db2c-48d5-90ff-1486d6140177 2018-08-12 08:37:05,042 - create_image - INFO - Created image with name - CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-image 2018-08-12 08:37:05,045 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/235cd88a-c3c6-4e72-b828-e9e3989e2361 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}fb912576daae12dea9f6e410ec1591c48c65aba6" 2018-08-12 08:37:05,228 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 890 Content-Type: application/json X-Openstack-Request-Id: req-89bf0156-4368-497d-81d4-2b011ad31650 Date: Sun, 12 Aug 2018 08:37:05 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-image", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:37:03Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-12T08:37:04Z", "visibility": "shared", "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/235cd88a-c3c6-4e72-b828-e9e3989e2361/snap", "metadata": {}}], "self": "/v2/images/235cd88a-c3c6-4e72-b828-e9e3989e2361", "min_disk": 0, "protected": false, "id": "235cd88a-c3c6-4e72-b828-e9e3989e2361", "file": "/v2/images/235cd88a-c3c6-4e72-b828-e9e3989e2361/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "1a00ef4ec59a4f9ab067d5581e2436e0", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/235cd88a-c3c6-4e72-b828-e9e3989e2361/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-12 08:37:05,228 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/235cd88a-c3c6-4e72-b828-e9e3989e2361 used request id req-89bf0156-4368-497d-81d4-2b011ad31650 2018-08-12 08:37:05,229 - create_image - DEBUG - Instance status is - active 2018-08-12 08:37:05,229 - create_image - DEBUG - Image is active with name - CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-image 2018-08-12 08:37:05,229 - create_image - INFO - Image is now active with name - CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-image 2018-08-12 08:37:05,229 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:37:05,230 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:37:05,628 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:37:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["0Xul3_qxQti9o96EN4H2ZA"], "issued_at": "2018-08-12T08:37:05.000000Z"}} 2018-08-12 08:37:05,629 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}96e215060749302feb38d621d39172fd60e7b279" 2018-08-12 08:37:05,719 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:37:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c04622e2-f3e3-46d7-83a8-feeabcbf7112 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:37:05,719 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-c04622e2-f3e3-46d7-83a8-feeabcbf7112 2018-08-12 08:37:05,720 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-12 08:37:05,726 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96e215060749302feb38d621d39172fd60e7b279" 2018-08-12 08:37:06,225 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:37:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-087eed05-2e7e-481b-8583-789f1a1810a9 x-compute-request-id: req-087eed05-2e7e-481b-8583-789f1a1810a9 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-08-12 08:37:06,225 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-087eed05-2e7e-481b-8583-789f1a1810a9 2018-08-12 08:37:06,229 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96e215060749302feb38d621d39172fd60e7b279" -d '{"flavor": {"vcpus": 2, "disk": 1, "name": "CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-08-12 08:37:06,281 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:37: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-41b12c66-3a6d-4288-8185-c2804d2d24a5 x-compute-request-id: req-41b12c66-3a6d-4288-8185-c2804d2d24a5 Content-Encoding: gzip Content-Length: 324 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-flavor-name", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/76f370d6-7062-4cb4-9227-8da919d5f4ae", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/76f370d6-7062-4cb4-9227-8da919d5f4ae", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "76f370d6-7062-4cb4-9227-8da919d5f4ae"}} 2018-08-12 08:37:06,281 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-41b12c66-3a6d-4288-8185-c2804d2d24a5 2018-08-12 08:37:06,282 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:37:06,283 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:37:06,669 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6045a59ab24743928771a6183fdc27a9", "name": "CreateInstanceVolumeTests-350d71c8-6c8e-45e-proj-role"}], "expires_at": "2018-08-12T09:37:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1a00ef4ec59a4f9ab067d5581e2436e0", "name": "CreateInstanceVolumeTests-350d71c8-6c8e-45e-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/1a00ef4ec59a4f9ab067d5581e2436e0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/1a00ef4ec59a4f9ab067d5581e2436e0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/1a00ef4ec59a4f9ab067d5581e2436e0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_1a00ef4ec59a4f9ab067d5581e2436e0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_1a00ef4ec59a4f9ab067d5581e2436e0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/1a00ef4ec59a4f9ab067d5581e2436e0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/1a00ef4ec59a4f9ab067d5581e2436e0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/1a00ef4ec59a4f9ab067d5581e2436e0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/1a00ef4ec59a4f9ab067d5581e2436e0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/1a00ef4ec59a4f9ab067d5581e2436e0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/1a00ef4ec59a4f9ab067d5581e2436e0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/1a00ef4ec59a4f9ab067d5581e2436e0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/1a00ef4ec59a4f9ab067d5581e2436e0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/1a00ef4ec59a4f9ab067d5581e2436e0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-350d71c8-6c8e-45e-user", "id": "9ed08ccd109745328c91e2c95c5e003e"}, "audit_ids": ["0D2i5V_IQSuHrgIvnT8UOQ"], "issued_at": "2018-08-12T08:37:06.000000Z"}} 2018-08-12 08:37:06,669 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}595df20ece467241794fe8090a9ad0360ecfa27b" 2018-08-12 08:37:06,756 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:37:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-982d3eec-4463-4565-a71d-04f87ab214bc Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:37:06,756 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-982d3eec-4463-4565-a71d-04f87ab214bc 2018-08-12 08:37:06,757 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:37:06,758 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:37:06,758 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:37:06,758 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:37:06,758 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:37:06,766 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}595df20ece467241794fe8090a9ad0360ecfa27b" 2018-08-12 08:37:06,960 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-d1443e6c-0722-43b5-8d6f-bfdd3d862b1e Date: Sun, 12 Aug 2018 08:37:06 GMT RESP BODY: {"networks":[]} 2018-08-12 08:37:06,961 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-pub-net used request id req-d1443e6c-0722-43b5-8d6f-bfdd3d862b1e 2018-08-12 08:37:06,961 - neutron_utils - INFO - Creating network with name CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-pub-net 2018-08-12 08:37:06,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}595df20ece467241794fe8090a9ad0360ecfa27b" -d '{"network": {"name": "CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-pub-net", "admin_state_up": true}}' 2018-08-12 08:37:07,642 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 607 X-Openstack-Request-Id: req-9eccb546-b053-4d08-baff-b1f4726445fb Date: Sun, 12 Aug 2018 08:37:07 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"1a00ef4ec59a4f9ab067d5581e2436e0","created_at":"2018-08-12T08:37:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T08:37:07Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"1a00ef4ec59a4f9ab067d5581e2436e0","id":"9aa24e2e-546d-4b63-b96e-bccbf5f86ab1","name":"CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-pub-net"}} 2018-08-12 08:37:07,643 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-9eccb546-b053-4d08-baff-b1f4726445fb 2018-08-12 08:37:07,648 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=9aa24e2e-546d-4b63-b96e-bccbf5f86ab1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}595df20ece467241794fe8090a9ad0360ecfa27b" 2018-08-12 08:37:07,905 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 591 X-Openstack-Request-Id: req-7b1d2385-6bc4-4593-ab8b-9c257e3ba4e5 Date: Sun, 12 Aug 2018 08:37:07 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-12T08:37:07Z","tenant_id":"1a00ef4ec59a4f9ab067d5581e2436e0","created_at":"2018-08-12T08:37:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"1a00ef4ec59a4f9ab067d5581e2436e0","id":"9aa24e2e-546d-4b63-b96e-bccbf5f86ab1","name":"CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-pub-net"}]} 2018-08-12 08:37:07,905 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=9aa24e2e-546d-4b63-b96e-bccbf5f86ab1 used request id req-7b1d2385-6bc4-4593-ab8b-9c257e3ba4e5 2018-08-12 08:37:07,910 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=9aa24e2e-546d-4b63-b96e-bccbf5f86ab1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}595df20ece467241794fe8090a9ad0360ecfa27b" 2018-08-12 08:37:08,107 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-4b0761f4-7d78-4001-926d-09998b4c05a3 Date: Sun, 12 Aug 2018 08:37:08 GMT RESP BODY: {"subnets":[]} 2018-08-12 08:37:08,107 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=9aa24e2e-546d-4b63-b96e-bccbf5f86ab1 used request id req-4b0761f4-7d78-4001-926d-09998b4c05a3 2018-08-12 08:37:08,107 - neutron_utils - INFO - Creating subnet with name CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-pub-subnet 2018-08-12 08:37:08,112 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}595df20ece467241794fe8090a9ad0360ecfa27b" -d '{"subnets": [{"ip_version": 4, "network_id": "9aa24e2e-546d-4b63-b96e-bccbf5f86ab1", "cidr": "10.55.0.0/24", "name": "CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-pub-subnet"}]}' 2018-08-12 08:37:08,935 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-f3a9aa82-9383-411f-bb58-bb949cff7599 Date: Sun, 12 Aug 2018 08:37:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9aa24e2e-546d-4b63-b96e-bccbf5f86ab1","tenant_id":"1a00ef4ec59a4f9ab067d5581e2436e0","created_at":"2018-08-12T08:37:08Z","dns_nameservers":[],"updated_at":"2018-08-12T08:37:08Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"1a00ef4ec59a4f9ab067d5581e2436e0","id":"f7b8da2b-af0e-4e3d-abc0-c246fda3da48","subnetpool_id":null,"name":"CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-pub-subnet"}]} 2018-08-12 08:37:08,935 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-f3a9aa82-9383-411f-bb58-bb949cff7599 2018-08-12 08:37:08,940 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=9aa24e2e-546d-4b63-b96e-bccbf5f86ab1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}595df20ece467241794fe8090a9ad0360ecfa27b" 2018-08-12 08:37:09,245 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-85bfbaa0-b127-44ac-ab1b-b25af122de0f Date: Sun, 12 Aug 2018 08:37:09 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":["f7b8da2b-af0e-4e3d-abc0-c246fda3da48"],"updated_at":"2018-08-12T08:37:08Z","tenant_id":"1a00ef4ec59a4f9ab067d5581e2436e0","created_at":"2018-08-12T08:37:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"1a00ef4ec59a4f9ab067d5581e2436e0","id":"9aa24e2e-546d-4b63-b96e-bccbf5f86ab1","name":"CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-pub-net"}]} 2018-08-12 08:37:09,245 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=9aa24e2e-546d-4b63-b96e-bccbf5f86ab1 used request id req-85bfbaa0-b127-44ac-ab1b-b25af122de0f 2018-08-12 08:37:09,250 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=9aa24e2e-546d-4b63-b96e-bccbf5f86ab1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}595df20ece467241794fe8090a9ad0360ecfa27b" 2018-08-12 08:37:09,489 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-60b40f97-9b45-4f4b-b922-af0f550e409a Date: Sun, 12 Aug 2018 08:37:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9aa24e2e-546d-4b63-b96e-bccbf5f86ab1","tenant_id":"1a00ef4ec59a4f9ab067d5581e2436e0","created_at":"2018-08-12T08:37:08Z","dns_nameservers":[],"updated_at":"2018-08-12T08:37:08Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"1a00ef4ec59a4f9ab067d5581e2436e0","id":"f7b8da2b-af0e-4e3d-abc0-c246fda3da48","subnetpool_id":null,"name":"CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-pub-subnet"}]} 2018-08-12 08:37:09,490 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=9aa24e2e-546d-4b63-b96e-bccbf5f86ab1 used request id req-60b40f97-9b45-4f4b-b922-af0f550e409a 2018-08-12 08:37:09,490 - OpenStackNetwork - DEBUG - Network [9aa24e2e-546d-4b63-b96e-bccbf5f86ab1] created successfully 2018-08-12 08:37:09,490 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:37:09,491 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:37:09,896 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6045a59ab24743928771a6183fdc27a9", "name": "CreateInstanceVolumeTests-350d71c8-6c8e-45e-proj-role"}], "expires_at": "2018-08-12T09:37:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1a00ef4ec59a4f9ab067d5581e2436e0", "name": "CreateInstanceVolumeTests-350d71c8-6c8e-45e-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/1a00ef4ec59a4f9ab067d5581e2436e0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/1a00ef4ec59a4f9ab067d5581e2436e0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/1a00ef4ec59a4f9ab067d5581e2436e0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_1a00ef4ec59a4f9ab067d5581e2436e0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_1a00ef4ec59a4f9ab067d5581e2436e0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/1a00ef4ec59a4f9ab067d5581e2436e0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/1a00ef4ec59a4f9ab067d5581e2436e0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/1a00ef4ec59a4f9ab067d5581e2436e0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/1a00ef4ec59a4f9ab067d5581e2436e0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/1a00ef4ec59a4f9ab067d5581e2436e0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/1a00ef4ec59a4f9ab067d5581e2436e0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/1a00ef4ec59a4f9ab067d5581e2436e0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/1a00ef4ec59a4f9ab067d5581e2436e0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/1a00ef4ec59a4f9ab067d5581e2436e0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-350d71c8-6c8e-45e-user", "id": "9ed08ccd109745328c91e2c95c5e003e"}, "audit_ids": ["EdXeDXtXTdSamxroGz6SOw"], "issued_at": "2018-08-12T08:37:09.000000Z"}} 2018-08-12 08:37:09,896 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}eb470f8872c3e52f632020a23f36c5c7893f58f1" 2018-08-12 08:37:09,979 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:37:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-06ee897a-3b65-465d-8e21-74b7b17e547f Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:37:09,980 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-06ee897a-3b65-465d-8e21-74b7b17e547f 2018-08-12 08:37:09,985 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/1a00ef4ec59a4f9ab067d5581e2436e0/volumes/detail -H "OpenStack-API-Version: volume 3.5" -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb470f8872c3e52f632020a23f36c5c7893f58f1" 2018-08-12 08:37:10,200 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:37:09 GMT Server: Apache x-compute-request-id: req-0a1ab19b-b73e-437e-bf41-b202783d18c7 OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version x-openstack-request-id: req-0a1ab19b-b73e-437e-bf41-b202783d18c7 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-08-12 08:37:10,200 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/1a00ef4ec59a4f9ab067d5581e2436e0/volumes/detail used request id req-0a1ab19b-b73e-437e-bf41-b202783d18c7 2018-08-12 08:37:10,204 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8776/v3/1a00ef4ec59a4f9ab067d5581e2436e0/volumes -H "Accept: application/json" -H "User-Agent: python-cinderclient" -H "OpenStack-API-Version: volume 3.5" -H "X-Auth-Token: {SHA1}eb470f8872c3e52f632020a23f36c5c7893f58f1" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-0a1ab19b-b73e-437e-bf41-b202783d18c7" -d '{"volume": {"status": "creating", "backup_id": null, "user_id": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-1", "imageRef": null, "availability_zone": null, "description": null, "multiattach": false, "attach_status": "detached", "volume_type": null, "metadata": {}, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "project_id": null, "source_replica": null, "size": 1}}' 2018-08-12 08:37:10,825 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 08:37:10 GMT Server: Apache x-compute-request-id: req-457aafe0-1da3-4c77-a47d-56b773940571 OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version x-openstack-request-id: req-457aafe0-1da3-4c77-a47d-56b773940571 Content-Length: 851 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "9ed08ccd109745328c91e2c95c5e003e", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/1a00ef4ec59a4f9ab067d5581e2436e0/volumes/df22b1c2-7738-428b-a161-330deabccbce", "rel": "self"}, {"href": "http://172.30.9.21:8776/1a00ef4ec59a4f9ab067d5581e2436e0/volumes/df22b1c2-7738-428b-a161-330deabccbce", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-12T08:37:10.000000", "description": null, "updated_at": null, "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "df22b1c2-7738-428b-a161-330deabccbce", "size": 1}} 2018-08-12 08:37:10,825 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/1a00ef4ec59a4f9ab067d5581e2436e0/volumes used request id req-457aafe0-1da3-4c77-a47d-56b773940571 2018-08-12 08:37:10,829 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/1a00ef4ec59a4f9ab067d5581e2436e0/volumes/df22b1c2-7738-428b-a161-330deabccbce -H "OpenStack-API-Version: volume 3.5" -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-0a1ab19b-b73e-437e-bf41-b202783d18c7" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb470f8872c3e52f632020a23f36c5c7893f58f1" 2018-08-12 08:37:11,076 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:37:10 GMT Server: Apache x-compute-request-id: req-e7380de9-579e-45da-ade2-75b8f12f2da3 OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e7380de9-579e-45da-ade2-75b8f12f2da3 Content-Encoding: gzip Content-Length: 463 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "9ed08ccd109745328c91e2c95c5e003e", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/1a00ef4ec59a4f9ab067d5581e2436e0/volumes/df22b1c2-7738-428b-a161-330deabccbce", "rel": "self"}, {"href": "http://172.30.9.21:8776/1a00ef4ec59a4f9ab067d5581e2436e0/volumes/df22b1c2-7738-428b-a161-330deabccbce", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-12T08:37:10.000000", "description": null, "os-vol-tenant-attr:tenant_id": "1a00ef4ec59a4f9ab067d5581e2436e0", "updated_at": "2018-08-12T08:37:10.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "df22b1c2-7738-428b-a161-330deabccbce", "size": 1}} 2018-08-12 08:37:11,076 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/1a00ef4ec59a4f9ab067d5581e2436e0/volumes/df22b1c2-7738-428b-a161-330deabccbce used request id req-e7380de9-579e-45da-ade2-75b8f12f2da3 2018-08-12 08:37:11,077 - create_volume - INFO - Created volume with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-1 2018-08-12 08:37:11,080 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/1a00ef4ec59a4f9ab067d5581e2436e0/volumes/df22b1c2-7738-428b-a161-330deabccbce -H "OpenStack-API-Version: volume 3.5" -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-0a1ab19b-b73e-437e-bf41-b202783d18c7" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb470f8872c3e52f632020a23f36c5c7893f58f1" 2018-08-12 08:37:11,310 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:37:11 GMT Server: Apache x-compute-request-id: req-12d74736-b9a4-4a9c-b22f-602e2f29fd00 OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-12d74736-b9a4-4a9c-b22f-602e2f29fd00 Content-Encoding: gzip Content-Length: 465 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "9ed08ccd109745328c91e2c95c5e003e", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/1a00ef4ec59a4f9ab067d5581e2436e0/volumes/df22b1c2-7738-428b-a161-330deabccbce", "rel": "self"}, {"href": "http://172.30.9.21:8776/1a00ef4ec59a4f9ab067d5581e2436e0/volumes/df22b1c2-7738-428b-a161-330deabccbce", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-12T08:37:10.000000", "description": null, "os-vol-tenant-attr:tenant_id": "1a00ef4ec59a4f9ab067d5581e2436e0", "updated_at": "2018-08-12T08:37:11.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "df22b1c2-7738-428b-a161-330deabccbce", "size": 1}} 2018-08-12 08:37:11,310 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/1a00ef4ec59a4f9ab067d5581e2436e0/volumes/df22b1c2-7738-428b-a161-330deabccbce used request id req-12d74736-b9a4-4a9c-b22f-602e2f29fd00 2018-08-12 08:37:11,311 - create_volume - DEBUG - Instance status is - available 2018-08-12 08:37:11,311 - create_volume - DEBUG - Volume is active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-1 2018-08-12 08:37:11,311 - create_volume - INFO - Volume is now active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-1 2018-08-12 08:37:11,311 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:37:11,312 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:37:11,705 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6045a59ab24743928771a6183fdc27a9", "name": "CreateInstanceVolumeTests-350d71c8-6c8e-45e-proj-role"}], "expires_at": "2018-08-12T09:37:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1a00ef4ec59a4f9ab067d5581e2436e0", "name": "CreateInstanceVolumeTests-350d71c8-6c8e-45e-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/1a00ef4ec59a4f9ab067d5581e2436e0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/1a00ef4ec59a4f9ab067d5581e2436e0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/1a00ef4ec59a4f9ab067d5581e2436e0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_1a00ef4ec59a4f9ab067d5581e2436e0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_1a00ef4ec59a4f9ab067d5581e2436e0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/1a00ef4ec59a4f9ab067d5581e2436e0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/1a00ef4ec59a4f9ab067d5581e2436e0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/1a00ef4ec59a4f9ab067d5581e2436e0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/1a00ef4ec59a4f9ab067d5581e2436e0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/1a00ef4ec59a4f9ab067d5581e2436e0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/1a00ef4ec59a4f9ab067d5581e2436e0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/1a00ef4ec59a4f9ab067d5581e2436e0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/1a00ef4ec59a4f9ab067d5581e2436e0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/1a00ef4ec59a4f9ab067d5581e2436e0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-350d71c8-6c8e-45e-user", "id": "9ed08ccd109745328c91e2c95c5e003e"}, "audit_ids": ["tyCSScP1SHaa7N6PL8Womw"], "issued_at": "2018-08-12T08:37:11.000000Z"}} 2018-08-12 08:37:11,706 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}876ae29dca02c3a22a589d06d46a3a1313d11608" 2018-08-12 08:37:11,794 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:37:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c57a0ba4-3419-4d98-b008-44d03df40e2b Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:37:11,794 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-c57a0ba4-3419-4d98-b008-44d03df40e2b 2018-08-12 08:37:11,800 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/1a00ef4ec59a4f9ab067d5581e2436e0/volumes/detail -H "OpenStack-API-Version: volume 3.5" -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}876ae29dca02c3a22a589d06d46a3a1313d11608" 2018-08-12 08:37:12,026 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:37:11 GMT Server: Apache x-compute-request-id: req-db85b9ed-ba1e-43c9-931b-1043309a2b51 OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-db85b9ed-ba1e-43c9-931b-1043309a2b51 Content-Encoding: gzip Content-Length: 464 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "9ed08ccd109745328c91e2c95c5e003e", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/1a00ef4ec59a4f9ab067d5581e2436e0/volumes/df22b1c2-7738-428b-a161-330deabccbce", "rel": "self"}, {"href": "http://172.30.9.21:8776/1a00ef4ec59a4f9ab067d5581e2436e0/volumes/df22b1c2-7738-428b-a161-330deabccbce", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-12T08:37:10.000000", "description": null, "os-vol-tenant-attr:tenant_id": "1a00ef4ec59a4f9ab067d5581e2436e0", "updated_at": "2018-08-12T08:37:11.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "df22b1c2-7738-428b-a161-330deabccbce", "size": 1}]} 2018-08-12 08:37:12,026 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/1a00ef4ec59a4f9ab067d5581e2436e0/volumes/detail used request id req-db85b9ed-ba1e-43c9-931b-1043309a2b51 2018-08-12 08:37:12,030 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8776/v3/1a00ef4ec59a4f9ab067d5581e2436e0/volumes -H "Accept: application/json" -H "User-Agent: python-cinderclient" -H "OpenStack-API-Version: volume 3.5" -H "X-Auth-Token: {SHA1}876ae29dca02c3a22a589d06d46a3a1313d11608" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-db85b9ed-ba1e-43c9-931b-1043309a2b51" -d '{"volume": {"status": "creating", "backup_id": null, "user_id": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-2", "imageRef": null, "availability_zone": null, "description": null, "multiattach": false, "attach_status": "detached", "volume_type": null, "metadata": {}, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "project_id": null, "source_replica": null, "size": 1}}' 2018-08-12 08:37:12,455 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 08:37:12 GMT Server: Apache x-compute-request-id: req-a49eb94a-7d5e-41a9-88d7-94ffa8d46967 OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version x-openstack-request-id: req-a49eb94a-7d5e-41a9-88d7-94ffa8d46967 Content-Length: 851 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "9ed08ccd109745328c91e2c95c5e003e", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/1a00ef4ec59a4f9ab067d5581e2436e0/volumes/3e6f2f4d-7e48-4862-8e20-0135cdbd3b49", "rel": "self"}, {"href": "http://172.30.9.21:8776/1a00ef4ec59a4f9ab067d5581e2436e0/volumes/3e6f2f4d-7e48-4862-8e20-0135cdbd3b49", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-12T08:37:12.000000", "description": null, "updated_at": null, "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "3e6f2f4d-7e48-4862-8e20-0135cdbd3b49", "size": 1}} 2018-08-12 08:37:12,456 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/1a00ef4ec59a4f9ab067d5581e2436e0/volumes used request id req-a49eb94a-7d5e-41a9-88d7-94ffa8d46967 2018-08-12 08:37:12,459 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/1a00ef4ec59a4f9ab067d5581e2436e0/volumes/3e6f2f4d-7e48-4862-8e20-0135cdbd3b49 -H "OpenStack-API-Version: volume 3.5" -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-db85b9ed-ba1e-43c9-931b-1043309a2b51" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}876ae29dca02c3a22a589d06d46a3a1313d11608" 2018-08-12 08:37:12,690 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:37:12 GMT Server: Apache x-compute-request-id: req-d21b3b7e-5881-4730-8e67-9667018f9629 OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d21b3b7e-5881-4730-8e67-9667018f9629 Content-Encoding: gzip Content-Length: 464 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "9ed08ccd109745328c91e2c95c5e003e", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/1a00ef4ec59a4f9ab067d5581e2436e0/volumes/3e6f2f4d-7e48-4862-8e20-0135cdbd3b49", "rel": "self"}, {"href": "http://172.30.9.21:8776/1a00ef4ec59a4f9ab067d5581e2436e0/volumes/3e6f2f4d-7e48-4862-8e20-0135cdbd3b49", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-12T08:37:12.000000", "description": null, "os-vol-tenant-attr:tenant_id": "1a00ef4ec59a4f9ab067d5581e2436e0", "updated_at": "2018-08-12T08:37:12.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "3e6f2f4d-7e48-4862-8e20-0135cdbd3b49", "size": 1}} 2018-08-12 08:37:12,690 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/1a00ef4ec59a4f9ab067d5581e2436e0/volumes/3e6f2f4d-7e48-4862-8e20-0135cdbd3b49 used request id req-d21b3b7e-5881-4730-8e67-9667018f9629 2018-08-12 08:37:12,691 - create_volume - INFO - Created volume with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-2 2018-08-12 08:37:12,693 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/1a00ef4ec59a4f9ab067d5581e2436e0/volumes/3e6f2f4d-7e48-4862-8e20-0135cdbd3b49 -H "OpenStack-API-Version: volume 3.5" -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-db85b9ed-ba1e-43c9-931b-1043309a2b51" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}876ae29dca02c3a22a589d06d46a3a1313d11608" 2018-08-12 08:37:12,914 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:37:12 GMT Server: Apache x-compute-request-id: req-e40070a9-98e0-48c8-9665-3310b9d5a339 OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e40070a9-98e0-48c8-9665-3310b9d5a339 Content-Encoding: gzip Content-Length: 463 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "9ed08ccd109745328c91e2c95c5e003e", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/1a00ef4ec59a4f9ab067d5581e2436e0/volumes/3e6f2f4d-7e48-4862-8e20-0135cdbd3b49", "rel": "self"}, {"href": "http://172.30.9.21:8776/1a00ef4ec59a4f9ab067d5581e2436e0/volumes/3e6f2f4d-7e48-4862-8e20-0135cdbd3b49", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-12T08:37:12.000000", "description": null, "os-vol-tenant-attr:tenant_id": "1a00ef4ec59a4f9ab067d5581e2436e0", "updated_at": "2018-08-12T08:37:12.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "3e6f2f4d-7e48-4862-8e20-0135cdbd3b49", "size": 1}} 2018-08-12 08:37:12,914 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/1a00ef4ec59a4f9ab067d5581e2436e0/volumes/3e6f2f4d-7e48-4862-8e20-0135cdbd3b49 used request id req-e40070a9-98e0-48c8-9665-3310b9d5a339 2018-08-12 08:37:12,914 - create_volume - DEBUG - Instance status is - available 2018-08-12 08:37:12,914 - create_volume - DEBUG - Volume is active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-2 2018-08-12 08:37:12,915 - create_volume - INFO - Volume is now active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-2 2018-08-12 08:37:12,915 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:37:12,916 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:37:13,304 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6045a59ab24743928771a6183fdc27a9", "name": "CreateInstanceVolumeTests-350d71c8-6c8e-45e-proj-role"}], "expires_at": "2018-08-12T09:37:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1a00ef4ec59a4f9ab067d5581e2436e0", "name": "CreateInstanceVolumeTests-350d71c8-6c8e-45e-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/1a00ef4ec59a4f9ab067d5581e2436e0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/1a00ef4ec59a4f9ab067d5581e2436e0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/1a00ef4ec59a4f9ab067d5581e2436e0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_1a00ef4ec59a4f9ab067d5581e2436e0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_1a00ef4ec59a4f9ab067d5581e2436e0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/1a00ef4ec59a4f9ab067d5581e2436e0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/1a00ef4ec59a4f9ab067d5581e2436e0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/1a00ef4ec59a4f9ab067d5581e2436e0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/1a00ef4ec59a4f9ab067d5581e2436e0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/1a00ef4ec59a4f9ab067d5581e2436e0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/1a00ef4ec59a4f9ab067d5581e2436e0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/1a00ef4ec59a4f9ab067d5581e2436e0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/1a00ef4ec59a4f9ab067d5581e2436e0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/1a00ef4ec59a4f9ab067d5581e2436e0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-350d71c8-6c8e-45e-user", "id": "9ed08ccd109745328c91e2c95c5e003e"}, "audit_ids": ["dQP6RdqGQp6aSrFX3QLZcg"], "issued_at": "2018-08-12T08:37:13.000000Z"}} 2018-08-12 08:37:13,304 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}df883e92bd97bf8c4c27cda535d9a5d316539039" 2018-08-12 08:37:13,318 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:37:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5af170d7-9e6d-4a86-9ac7-732a28e9f185 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:37:13,318 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-5af170d7-9e6d-4a86-9ac7-732a28e9f185 2018-08-12 08:37:13,319 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-12 08:37:13,320 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:37:13,321 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:37:13,321 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:37:13,321 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:37:13,321 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:37:13,323 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}df883e92bd97bf8c4c27cda535d9a5d316539039" 2018-08-12 08:37:13,406 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:37:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b3c6090e-eef8-4bad-befe-21ca9caf28cc Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:37:13,406 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-b3c6090e-eef8-4bad-befe-21ca9caf28cc 2018-08-12 08:37:13,412 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df883e92bd97bf8c4c27cda535d9a5d316539039" 2018-08-12 08:37:13,669 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-2d17b066-b7c1-406e-a238-f2954341bd2f Date: Sun, 12 Aug 2018 08:37:13 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":["f7b8da2b-af0e-4e3d-abc0-c246fda3da48"],"updated_at":"2018-08-12T08:37:08Z","tenant_id":"1a00ef4ec59a4f9ab067d5581e2436e0","created_at":"2018-08-12T08:37:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"1a00ef4ec59a4f9ab067d5581e2436e0","id":"9aa24e2e-546d-4b63-b96e-bccbf5f86ab1","name":"CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-pub-net"}]} 2018-08-12 08:37:13,669 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-pub-net used request id req-2d17b066-b7c1-406e-a238-f2954341bd2f 2018-08-12 08:37:13,675 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=9aa24e2e-546d-4b63-b96e-bccbf5f86ab1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df883e92bd97bf8c4c27cda535d9a5d316539039" 2018-08-12 08:37:13,895 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-d6a2bb3e-507d-444b-8789-fe7fc370f25c Date: Sun, 12 Aug 2018 08:37:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9aa24e2e-546d-4b63-b96e-bccbf5f86ab1","tenant_id":"1a00ef4ec59a4f9ab067d5581e2436e0","created_at":"2018-08-12T08:37:08Z","dns_nameservers":[],"updated_at":"2018-08-12T08:37:08Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"1a00ef4ec59a4f9ab067d5581e2436e0","id":"f7b8da2b-af0e-4e3d-abc0-c246fda3da48","subnetpool_id":null,"name":"CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-pub-subnet"}]} 2018-08-12 08:37:13,895 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=9aa24e2e-546d-4b63-b96e-bccbf5f86ab1 used request id req-d6a2bb3e-507d-444b-8789-fe7fc370f25c 2018-08-12 08:37:13,900 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df883e92bd97bf8c4c27cda535d9a5d316539039" 2018-08-12 08:37:14,175 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-d5f830fa-61fa-4311-bcbb-4e7d604d5143 Date: Sun, 12 Aug 2018 08:37:14 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":["f7b8da2b-af0e-4e3d-abc0-c246fda3da48"],"updated_at":"2018-08-12T08:37:08Z","tenant_id":"1a00ef4ec59a4f9ab067d5581e2436e0","created_at":"2018-08-12T08:37:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"1a00ef4ec59a4f9ab067d5581e2436e0","id":"9aa24e2e-546d-4b63-b96e-bccbf5f86ab1","name":"CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-pub-net"}]} 2018-08-12 08:37:14,175 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-pub-net used request id req-d5f830fa-61fa-4311-bcbb-4e7d604d5143 2018-08-12 08:37:14,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:37:14,184 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:37:14 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:37:14,185 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/1a00ef4ec59a4f9ab067d5581e2436e0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df883e92bd97bf8c4c27cda535d9a5d316539039" 2018-08-12 08:37:14,282 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:37:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1c1652fa-1abf-44b6-b011-8da0fdb191d9 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/1a00ef4ec59a4f9ab067d5581e2436e0"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "1a00ef4ec59a4f9ab067d5581e2436e0", "name": "CreateInstanceVolumeTests-350d71c8-6c8e-45e-proj"}} 2018-08-12 08:37:14,282 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/1a00ef4ec59a4f9ab067d5581e2436e0 used request id req-1c1652fa-1abf-44b6-b011-8da0fdb191d9 2018-08-12 08:37:14,287 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=9aa24e2e-546d-4b63-b96e-bccbf5f86ab1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df883e92bd97bf8c4c27cda535d9a5d316539039" 2018-08-12 08:37:14,503 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-f0cc03a1-1bb2-457b-850a-6f959bc58499 Date: Sun, 12 Aug 2018 08:37:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9aa24e2e-546d-4b63-b96e-bccbf5f86ab1","tenant_id":"1a00ef4ec59a4f9ab067d5581e2436e0","created_at":"2018-08-12T08:37:08Z","dns_nameservers":[],"updated_at":"2018-08-12T08:37:08Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"1a00ef4ec59a4f9ab067d5581e2436e0","id":"f7b8da2b-af0e-4e3d-abc0-c246fda3da48","subnetpool_id":null,"name":"CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-pub-subnet"}]} 2018-08-12 08:37:14,503 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=9aa24e2e-546d-4b63-b96e-bccbf5f86ab1 used request id req-f0cc03a1-1bb2-457b-850a-6f959bc58499 2018-08-12 08:37:14,508 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=9aa24e2e-546d-4b63-b96e-bccbf5f86ab1&name=CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df883e92bd97bf8c4c27cda535d9a5d316539039" 2018-08-12 08:37:14,539 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-89ccddc4-993d-4096-88be-e54d11485419 Date: Sun, 12 Aug 2018 08:37:14 GMT RESP BODY: {"ports":[]} 2018-08-12 08:37:14,539 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=9aa24e2e-546d-4b63-b96e-bccbf5f86ab1&name=CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-port&admin_state_up=True used request id req-89ccddc4-993d-4096-88be-e54d11485419 2018-08-12 08:37:14,542 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df883e92bd97bf8c4c27cda535d9a5d316539039" 2018-08-12 08:37:14,799 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:37:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4ae2a033-72bf-45a6-ba60-be5c6d50a7c7 x-compute-request-id: req-4ae2a033-72bf-45a6-ba60-be5c6d50a7c7 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-12 08:37:14,799 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-inst used request id req-4ae2a033-72bf-45a6-ba60-be5c6d50a7c7 2018-08-12 08:37:14,804 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df883e92bd97bf8c4c27cda535d9a5d316539039" 2018-08-12 08:37:15,167 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-ad286c3b-9c47-4aa3-ae63-34fd8aa8eb15 Date: Sun, 12 Aug 2018 08:37: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":["f7b8da2b-af0e-4e3d-abc0-c246fda3da48"],"updated_at":"2018-08-12T08:37:08Z","tenant_id":"1a00ef4ec59a4f9ab067d5581e2436e0","created_at":"2018-08-12T08:37:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"1a00ef4ec59a4f9ab067d5581e2436e0","id":"9aa24e2e-546d-4b63-b96e-bccbf5f86ab1","name":"CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-pub-net"}]} 2018-08-12 08:37:15,167 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-pub-net used request id req-ad286c3b-9c47-4aa3-ae63-34fd8aa8eb15 2018-08-12 08:37:15,172 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=9aa24e2e-546d-4b63-b96e-bccbf5f86ab1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df883e92bd97bf8c4c27cda535d9a5d316539039" 2018-08-12 08:37:15,223 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-80207519-f483-4b1f-8e48-86cab56a83e1 Date: Sun, 12 Aug 2018 08:37:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9aa24e2e-546d-4b63-b96e-bccbf5f86ab1","tenant_id":"1a00ef4ec59a4f9ab067d5581e2436e0","created_at":"2018-08-12T08:37:08Z","dns_nameservers":[],"updated_at":"2018-08-12T08:37:08Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"1a00ef4ec59a4f9ab067d5581e2436e0","id":"f7b8da2b-af0e-4e3d-abc0-c246fda3da48","subnetpool_id":null,"name":"CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-pub-subnet"}]} 2018-08-12 08:37:15,223 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=9aa24e2e-546d-4b63-b96e-bccbf5f86ab1 used request id req-80207519-f483-4b1f-8e48-86cab56a83e1 2018-08-12 08:37:15,229 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df883e92bd97bf8c4c27cda535d9a5d316539039" 2018-08-12 08:37:15,508 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-a49522f8-0d07-49c7-95d3-78876be762c7 Date: Sun, 12 Aug 2018 08:37: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":["f7b8da2b-af0e-4e3d-abc0-c246fda3da48"],"updated_at":"2018-08-12T08:37:08Z","tenant_id":"1a00ef4ec59a4f9ab067d5581e2436e0","created_at":"2018-08-12T08:37:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"1a00ef4ec59a4f9ab067d5581e2436e0","id":"9aa24e2e-546d-4b63-b96e-bccbf5f86ab1","name":"CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-pub-net"}]} 2018-08-12 08:37:15,508 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-pub-net used request id req-a49522f8-0d07-49c7-95d3-78876be762c7 2018-08-12 08:37:15,511 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/1a00ef4ec59a4f9ab067d5581e2436e0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df883e92bd97bf8c4c27cda535d9a5d316539039" 2018-08-12 08:37:15,609 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:37:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ca24e2c6-f88b-4a05-9177-60c5304cfcc8 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/1a00ef4ec59a4f9ab067d5581e2436e0"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "1a00ef4ec59a4f9ab067d5581e2436e0", "name": "CreateInstanceVolumeTests-350d71c8-6c8e-45e-proj"}} 2018-08-12 08:37:15,609 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/1a00ef4ec59a4f9ab067d5581e2436e0 used request id req-ca24e2c6-f88b-4a05-9177-60c5304cfcc8 2018-08-12 08:37:15,617 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=9aa24e2e-546d-4b63-b96e-bccbf5f86ab1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df883e92bd97bf8c4c27cda535d9a5d316539039" 2018-08-12 08:37:15,840 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-a8623671-fe65-4b5b-be8b-601ee6e2f55f Date: Sun, 12 Aug 2018 08:37:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9aa24e2e-546d-4b63-b96e-bccbf5f86ab1","tenant_id":"1a00ef4ec59a4f9ab067d5581e2436e0","created_at":"2018-08-12T08:37:08Z","dns_nameservers":[],"updated_at":"2018-08-12T08:37:08Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"1a00ef4ec59a4f9ab067d5581e2436e0","id":"f7b8da2b-af0e-4e3d-abc0-c246fda3da48","subnetpool_id":null,"name":"CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-pub-subnet"}]} 2018-08-12 08:37:15,841 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=9aa24e2e-546d-4b63-b96e-bccbf5f86ab1 used request id req-a8623671-fe65-4b5b-be8b-601ee6e2f55f 2018-08-12 08:37:15,846 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=9aa24e2e-546d-4b63-b96e-bccbf5f86ab1&name=CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df883e92bd97bf8c4c27cda535d9a5d316539039" 2018-08-12 08:37:16,054 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-3410af22-bf05-4343-8265-ade919139a0f Date: Sun, 12 Aug 2018 08:37:16 GMT RESP BODY: {"ports":[]} 2018-08-12 08:37:16,054 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=9aa24e2e-546d-4b63-b96e-bccbf5f86ab1&name=CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-port&admin_state_up=True used request id req-3410af22-bf05-4343-8265-ade919139a0f 2018-08-12 08:37:16,055 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:37:16,055 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:37:16,443 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6045a59ab24743928771a6183fdc27a9", "name": "CreateInstanceVolumeTests-350d71c8-6c8e-45e-proj-role"}], "expires_at": "2018-08-12T09:37:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1a00ef4ec59a4f9ab067d5581e2436e0", "name": "CreateInstanceVolumeTests-350d71c8-6c8e-45e-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/1a00ef4ec59a4f9ab067d5581e2436e0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/1a00ef4ec59a4f9ab067d5581e2436e0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/1a00ef4ec59a4f9ab067d5581e2436e0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_1a00ef4ec59a4f9ab067d5581e2436e0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_1a00ef4ec59a4f9ab067d5581e2436e0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/1a00ef4ec59a4f9ab067d5581e2436e0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/1a00ef4ec59a4f9ab067d5581e2436e0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/1a00ef4ec59a4f9ab067d5581e2436e0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/1a00ef4ec59a4f9ab067d5581e2436e0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/1a00ef4ec59a4f9ab067d5581e2436e0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/1a00ef4ec59a4f9ab067d5581e2436e0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/1a00ef4ec59a4f9ab067d5581e2436e0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/1a00ef4ec59a4f9ab067d5581e2436e0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/1a00ef4ec59a4f9ab067d5581e2436e0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-350d71c8-6c8e-45e-user", "id": "9ed08ccd109745328c91e2c95c5e003e"}, "audit_ids": ["xxtXq5kqRMiP_U7AuQY0Kw"], "issued_at": "2018-08-12T08:37:16.000000Z"}} 2018-08-12 08:37:16,444 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}12cc52343fa45f886f9769145688efe2921bbbc5" 2018-08-12 08:37:16,534 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:37:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1c10eb2c-cc6b-4c34-ab21-d2a69662c39f Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:37:16,534 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-1c10eb2c-cc6b-4c34-ab21-d2a69662c39f 2018-08-12 08:37:16,540 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df883e92bd97bf8c4c27cda535d9a5d316539039" 2018-08-12 08:37:16,800 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-1dcf84e8-3ecd-49b0-ada1-f5286868d918 Date: Sun, 12 Aug 2018 08:37:16 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":["f7b8da2b-af0e-4e3d-abc0-c246fda3da48"],"updated_at":"2018-08-12T08:37:08Z","tenant_id":"1a00ef4ec59a4f9ab067d5581e2436e0","created_at":"2018-08-12T08:37:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"1a00ef4ec59a4f9ab067d5581e2436e0","id":"9aa24e2e-546d-4b63-b96e-bccbf5f86ab1","name":"CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-pub-net"}]} 2018-08-12 08:37:16,801 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-pub-net used request id req-1dcf84e8-3ecd-49b0-ada1-f5286868d918 2018-08-12 08:37:16,806 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=9aa24e2e-546d-4b63-b96e-bccbf5f86ab1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df883e92bd97bf8c4c27cda535d9a5d316539039" 2018-08-12 08:37:16,864 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-894b7b87-e876-4d1a-8a21-03d80bdf888c Date: Sun, 12 Aug 2018 08:37:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9aa24e2e-546d-4b63-b96e-bccbf5f86ab1","tenant_id":"1a00ef4ec59a4f9ab067d5581e2436e0","created_at":"2018-08-12T08:37:08Z","dns_nameservers":[],"updated_at":"2018-08-12T08:37:08Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"1a00ef4ec59a4f9ab067d5581e2436e0","id":"f7b8da2b-af0e-4e3d-abc0-c246fda3da48","subnetpool_id":null,"name":"CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-pub-subnet"}]} 2018-08-12 08:37:16,864 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=9aa24e2e-546d-4b63-b96e-bccbf5f86ab1 used request id req-894b7b87-e876-4d1a-8a21-03d80bdf888c 2018-08-12 08:37:16,869 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df883e92bd97bf8c4c27cda535d9a5d316539039" 2018-08-12 08:37:16,975 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-ea4c6ebc-a871-4af8-97fd-74525610958d Date: Sun, 12 Aug 2018 08:37:16 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":["f7b8da2b-af0e-4e3d-abc0-c246fda3da48"],"updated_at":"2018-08-12T08:37:08Z","tenant_id":"1a00ef4ec59a4f9ab067d5581e2436e0","created_at":"2018-08-12T08:37:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"1a00ef4ec59a4f9ab067d5581e2436e0","id":"9aa24e2e-546d-4b63-b96e-bccbf5f86ab1","name":"CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-pub-net"}]} 2018-08-12 08:37:16,975 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-pub-net used request id req-ea4c6ebc-a871-4af8-97fd-74525610958d 2018-08-12 08:37:16,978 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:37:16,983 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:37:16 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:37:16,984 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/1a00ef4ec59a4f9ab067d5581e2436e0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12cc52343fa45f886f9769145688efe2921bbbc5" 2018-08-12 08:37:17,072 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:37:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d02121e9-d142-4966-98b0-f696188db246 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/1a00ef4ec59a4f9ab067d5581e2436e0"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "1a00ef4ec59a4f9ab067d5581e2436e0", "name": "CreateInstanceVolumeTests-350d71c8-6c8e-45e-proj"}} 2018-08-12 08:37:17,073 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/1a00ef4ec59a4f9ab067d5581e2436e0 used request id req-d02121e9-d142-4966-98b0-f696188db246 2018-08-12 08:37:17,077 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=9aa24e2e-546d-4b63-b96e-bccbf5f86ab1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df883e92bd97bf8c4c27cda535d9a5d316539039" 2018-08-12 08:37:17,127 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-c0d1bc21-c7c2-49ef-ad8d-bd8442c2e76b Date: Sun, 12 Aug 2018 08:37:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9aa24e2e-546d-4b63-b96e-bccbf5f86ab1","tenant_id":"1a00ef4ec59a4f9ab067d5581e2436e0","created_at":"2018-08-12T08:37:08Z","dns_nameservers":[],"updated_at":"2018-08-12T08:37:08Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"1a00ef4ec59a4f9ab067d5581e2436e0","id":"f7b8da2b-af0e-4e3d-abc0-c246fda3da48","subnetpool_id":null,"name":"CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-pub-subnet"}]} 2018-08-12 08:37:17,127 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=9aa24e2e-546d-4b63-b96e-bccbf5f86ab1 used request id req-c0d1bc21-c7c2-49ef-ad8d-bd8442c2e76b 2018-08-12 08:37:17,128 - neutron_utils - INFO - Creating port for network with name - CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-pub-net 2018-08-12 08:37:17,133 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df883e92bd97bf8c4c27cda535d9a5d316539039" -d '{"port": {"network_id": "9aa24e2e-546d-4b63-b96e-bccbf5f86ab1", "name": "CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-port", "admin_state_up": true}}' 2018-08-12 08:37:18,019 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 760 X-Openstack-Request-Id: req-5994f5c1-d796-4b0a-8dc4-b4780b314f68 Date: Sun, 12 Aug 2018 08:37:18 GMT RESP BODY: {"port":{"status":"DOWN","created_at":"2018-08-12T08:37:17Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"9aa24e2e-546d-4b63-b96e-bccbf5f86ab1","tenant_id":"1a00ef4ec59a4f9ab067d5581e2436e0","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T08:37:17Z","name":"CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-port","device_owner":"","revision_number":6,"mac_address":"fa:16:3e:9d:ab:5e","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"1a00ef4ec59a4f9ab067d5581e2436e0","fixed_ips":[{"subnet_id":"f7b8da2b-af0e-4e3d-abc0-c246fda3da48","ip_address":"10.55.0.13"}],"id":"d94a0fc9-93df-4ed1-97ae-d39e6cbc3089","security_groups":["74491fe0-c110-49d3-95ef-51a7cdbe6175"],"device_id":""}} 2018-08-12 08:37:18,020 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/ports used request id req-5994f5c1-d796-4b0a-8dc4-b4780b314f68 2018-08-12 08:37:18,025 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df883e92bd97bf8c4c27cda535d9a5d316539039" 2018-08-12 08:37:18,292 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-6add2f28-d2dd-4c55-9d28-4c19ad0d985a Date: Sun, 12 Aug 2018 08:37:18 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":["f7b8da2b-af0e-4e3d-abc0-c246fda3da48"],"updated_at":"2018-08-12T08:37:08Z","tenant_id":"1a00ef4ec59a4f9ab067d5581e2436e0","created_at":"2018-08-12T08:37:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"1a00ef4ec59a4f9ab067d5581e2436e0","id":"9aa24e2e-546d-4b63-b96e-bccbf5f86ab1","name":"CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-pub-net"}]} 2018-08-12 08:37:18,292 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-pub-net used request id req-6add2f28-d2dd-4c55-9d28-4c19ad0d985a 2018-08-12 08:37:18,297 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=9aa24e2e-546d-4b63-b96e-bccbf5f86ab1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df883e92bd97bf8c4c27cda535d9a5d316539039" 2018-08-12 08:37:18,345 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-534eb024-0b9e-4012-b886-cb5e25003c1f Date: Sun, 12 Aug 2018 08:37:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9aa24e2e-546d-4b63-b96e-bccbf5f86ab1","tenant_id":"1a00ef4ec59a4f9ab067d5581e2436e0","created_at":"2018-08-12T08:37:08Z","dns_nameservers":[],"updated_at":"2018-08-12T08:37:08Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"1a00ef4ec59a4f9ab067d5581e2436e0","id":"f7b8da2b-af0e-4e3d-abc0-c246fda3da48","subnetpool_id":null,"name":"CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-pub-subnet"}]} 2018-08-12 08:37:18,345 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=9aa24e2e-546d-4b63-b96e-bccbf5f86ab1 used request id req-534eb024-0b9e-4012-b886-cb5e25003c1f 2018-08-12 08:37:18,350 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df883e92bd97bf8c4c27cda535d9a5d316539039" 2018-08-12 08:37:18,626 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-b912db8f-fb69-443f-8a1c-a054091c80bd Date: Sun, 12 Aug 2018 08:37:18 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":["f7b8da2b-af0e-4e3d-abc0-c246fda3da48"],"updated_at":"2018-08-12T08:37:08Z","tenant_id":"1a00ef4ec59a4f9ab067d5581e2436e0","created_at":"2018-08-12T08:37:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"1a00ef4ec59a4f9ab067d5581e2436e0","id":"9aa24e2e-546d-4b63-b96e-bccbf5f86ab1","name":"CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-pub-net"}]} 2018-08-12 08:37:18,627 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-pub-net used request id req-b912db8f-fb69-443f-8a1c-a054091c80bd 2018-08-12 08:37:18,630 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/1a00ef4ec59a4f9ab067d5581e2436e0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df883e92bd97bf8c4c27cda535d9a5d316539039" 2018-08-12 08:37:18,724 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:37:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9d65544a-20a2-4b04-bca6-dd71ca4dcaab Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/1a00ef4ec59a4f9ab067d5581e2436e0"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "1a00ef4ec59a4f9ab067d5581e2436e0", "name": "CreateInstanceVolumeTests-350d71c8-6c8e-45e-proj"}} 2018-08-12 08:37:18,724 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/1a00ef4ec59a4f9ab067d5581e2436e0 used request id req-9d65544a-20a2-4b04-bca6-dd71ca4dcaab 2018-08-12 08:37:18,730 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=9aa24e2e-546d-4b63-b96e-bccbf5f86ab1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df883e92bd97bf8c4c27cda535d9a5d316539039" 2018-08-12 08:37:18,952 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-dbabb562-b61f-4027-a02e-1886659c87d6 Date: Sun, 12 Aug 2018 08:37:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9aa24e2e-546d-4b63-b96e-bccbf5f86ab1","tenant_id":"1a00ef4ec59a4f9ab067d5581e2436e0","created_at":"2018-08-12T08:37:08Z","dns_nameservers":[],"updated_at":"2018-08-12T08:37:08Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"1a00ef4ec59a4f9ab067d5581e2436e0","id":"f7b8da2b-af0e-4e3d-abc0-c246fda3da48","subnetpool_id":null,"name":"CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-pub-subnet"}]} 2018-08-12 08:37:18,952 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=9aa24e2e-546d-4b63-b96e-bccbf5f86ab1 used request id req-dbabb562-b61f-4027-a02e-1886659c87d6 2018-08-12 08:37:18,956 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=9aa24e2e-546d-4b63-b96e-bccbf5f86ab1&name=CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df883e92bd97bf8c4c27cda535d9a5d316539039" 2018-08-12 08:37:19,015 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 763 X-Openstack-Request-Id: req-81a0b98f-7d25-4739-a0e3-769e4f4eae55 Date: Sun, 12 Aug 2018 08:37:19 GMT RESP BODY: {"ports":[{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"9aa24e2e-546d-4b63-b96e-bccbf5f86ab1","tenant_id":"1a00ef4ec59a4f9ab067d5581e2436e0","created_at":"2018-08-12T08:37:17Z","admin_state_up":true,"updated_at":"2018-08-12T08:37:17Z","binding:vnic_type":"normal","device_id":"","device_owner":"","revision_number":6,"mac_address":"fa:16:3e:9d:ab:5e","id":"d94a0fc9-93df-4ed1-97ae-d39e6cbc3089","port_security_enabled":true,"project_id":"1a00ef4ec59a4f9ab067d5581e2436e0","fixed_ips":[{"subnet_id":"f7b8da2b-af0e-4e3d-abc0-c246fda3da48","ip_address":"10.55.0.13"}],"extra_dhcp_opts":[],"security_groups":["74491fe0-c110-49d3-95ef-51a7cdbe6175"],"name":"CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-port"}]} 2018-08-12 08:37:19,015 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=9aa24e2e-546d-4b63-b96e-bccbf5f86ab1&name=CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-port&admin_state_up=True used request id req-81a0b98f-7d25-4739-a0e3-769e4f4eae55 2018-08-12 08:37:19,019 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/1a00ef4ec59a4f9ab067d5581e2436e0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df883e92bd97bf8c4c27cda535d9a5d316539039" 2018-08-12 08:37:19,121 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:37:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aab03eb7-b540-4e37-8311-e5c03df74d98 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/1a00ef4ec59a4f9ab067d5581e2436e0"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "1a00ef4ec59a4f9ab067d5581e2436e0", "name": "CreateInstanceVolumeTests-350d71c8-6c8e-45e-proj"}} 2018-08-12 08:37:19,121 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/1a00ef4ec59a4f9ab067d5581e2436e0 used request id req-aab03eb7-b540-4e37-8311-e5c03df74d98 2018-08-12 08:37:19,122 - nova_utils - INFO - Creating VM with name - CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-inst 2018-08-12 08:37:19,125 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df883e92bd97bf8c4c27cda535d9a5d316539039" 2018-08-12 08:37:19,145 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:37: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-c07239c2-f4af-45e4-9553-60b69852d88c x-compute-request-id: req-c07239c2-f4af-45e4-9553-60b69852d88c Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"flavors": [{"id": "76f370d6-7062-4cb4-9227-8da919d5f4ae", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/76f370d6-7062-4cb4-9227-8da919d5f4ae", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/76f370d6-7062-4cb4-9227-8da919d5f4ae", "rel": "bookmark"}], "name": "CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-flavor-name"}]} 2018-08-12 08:37:19,145 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-c07239c2-f4af-45e4-9553-60b69852d88c 2018-08-12 08:37:19,148 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors/76f370d6-7062-4cb4-9227-8da919d5f4ae -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df883e92bd97bf8c4c27cda535d9a5d316539039" 2018-08-12 08:37:19,169 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:37: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-d22dc2d4-5853-4c82-8ec4-ac59a733762c x-compute-request-id: req-d22dc2d4-5853-4c82-8ec4-ac59a733762c Content-Encoding: gzip Content-Length: 324 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-flavor-name", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/76f370d6-7062-4cb4-9227-8da919d5f4ae", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/76f370d6-7062-4cb4-9227-8da919d5f4ae", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "76f370d6-7062-4cb4-9227-8da919d5f4ae"}} 2018-08-12 08:37:19,169 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/76f370d6-7062-4cb4-9227-8da919d5f4ae used request id req-d22dc2d4-5853-4c82-8ec4-ac59a733762c 2018-08-12 08:37:19,172 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}df883e92bd97bf8c4c27cda535d9a5d316539039" 2018-08-12 08:37:19,450 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1060 Content-Type: application/json X-Openstack-Request-Id: req-d06b5840-4f5a-4222-93ff-b9b3a8dc1701 Date: Sun, 12 Aug 2018 08:37:19 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-image", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:37:03Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-12T08:37:04Z", "visibility": "shared", "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/235cd88a-c3c6-4e72-b828-e9e3989e2361/snap", "metadata": {}}], "self": "/v2/images/235cd88a-c3c6-4e72-b828-e9e3989e2361", "min_disk": 0, "protected": false, "id": "235cd88a-c3c6-4e72-b828-e9e3989e2361", "file": "/v2/images/235cd88a-c3c6-4e72-b828-e9e3989e2361/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "1a00ef4ec59a4f9ab067d5581e2436e0", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/235cd88a-c3c6-4e72-b828-e9e3989e2361/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-image"} 2018-08-12 08:37:19,451 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-image used request id req-d06b5840-4f5a-4222-93ff-b9b3a8dc1701 2018-08-12 08:37:19,453 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}df883e92bd97bf8c4c27cda535d9a5d316539039" 2018-08-12 08:37:19,632 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-f81b603d-7205-4ae9-b04f-61a32e5b538e Date: Sun, 12 Aug 2018 08:37:19 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"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}, "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}, "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"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "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"}, "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"}, "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}, "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}, "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"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "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}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-12 08:37:19,632 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-f81b603d-7205-4ae9-b04f-61a32e5b538e 2018-08-12 08:37:19,638 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df883e92bd97bf8c4c27cda535d9a5d316539039" -d '{"server": {"name": "CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-inst", "imageRef": "235cd88a-c3c6-4e72-b828-e9e3989e2361", "flavorRef": "76f370d6-7062-4cb4-9227-8da919d5f4ae", "max_count": 1, "min_count": 1, "networks": [{"port": "d94a0fc9-93df-4ed1-97ae-d39e6cbc3089"}]}}' 2018-08-12 08:37:21,371 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 08:37: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-5cbc8705-1c68-4d9a-956e-f3b9e140adaa x-compute-request-id: req-5cbc8705-1c68-4d9a-956e-f3b9e140adaa Content-Length: 374 location: http://172.30.9.21:8774/v2.1/servers/5feabd61-d034-4aa8-ad19-656a22b07604 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "5feabd61-d034-4aa8-ad19-656a22b07604", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/5feabd61-d034-4aa8-ad19-656a22b07604", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/5feabd61-d034-4aa8-ad19-656a22b07604", "rel": "bookmark"}], "adminPass": "mxTvuA4pBoVz"}} 2018-08-12 08:37:21,371 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-5cbc8705-1c68-4d9a-956e-f3b9e140adaa 2018-08-12 08:37:21,374 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/5feabd61-d034-4aa8-ad19-656a22b07604 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df883e92bd97bf8c4c27cda535d9a5d316539039" 2018-08-12 08:37:21,794 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:37: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-a66b601e-da7d-49f9-b5ec-597e0c25a7df x-compute-request-id: req-a66b601e-da7d-49f9-b5ec-597e0c25a7df Content-Encoding: gzip Content-Length: 611 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/5feabd61-d034-4aa8-ad19-656a22b07604", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/5feabd61-d034-4aa8-ad19-656a22b07604", "rel": "bookmark"}], "image": {"id": "235cd88a-c3c6-4e72-b828-e9e3989e2361", "links": [{"href": "http://172.30.9.21:8774/images/235cd88a-c3c6-4e72-b828-e9e3989e2361", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "76f370d6-7062-4cb4-9227-8da919d5f4ae", "links": [{"href": "http://172.30.9.21:8774/flavors/76f370d6-7062-4cb4-9227-8da919d5f4ae", "rel": "bookmark"}]}, "id": "5feabd61-d034-4aa8-ad19-656a22b07604", "user_id": "9ed08ccd109745328c91e2c95c5e003e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:37:21Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-inst", "created": "2018-08-12T08:37:21Z", "tenant_id": "1a00ef4ec59a4f9ab067d5581e2436e0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:37:21,795 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/5feabd61-d034-4aa8-ad19-656a22b07604 used request id req-a66b601e-da7d-49f9-b5ec-597e0c25a7df 2018-08-12 08:37:21,795 - create_instance - INFO - Created instance with name - CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-inst 2018-08-12 08:37:21,798 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/5feabd61-d034-4aa8-ad19-656a22b07604 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df883e92bd97bf8c4c27cda535d9a5d316539039" 2018-08-12 08:37:22,263 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:37: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-697eb76e-7a2d-4cc0-b764-1026cba95259 x-compute-request-id: req-697eb76e-7a2d-4cc0-b764-1026cba95259 Content-Encoding: gzip Content-Length: 615 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/5feabd61-d034-4aa8-ad19-656a22b07604", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/5feabd61-d034-4aa8-ad19-656a22b07604", "rel": "bookmark"}], "image": {"id": "235cd88a-c3c6-4e72-b828-e9e3989e2361", "links": [{"href": "http://172.30.9.21:8774/images/235cd88a-c3c6-4e72-b828-e9e3989e2361", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "76f370d6-7062-4cb4-9227-8da919d5f4ae", "links": [{"href": "http://172.30.9.21:8774/flavors/76f370d6-7062-4cb4-9227-8da919d5f4ae", "rel": "bookmark"}]}, "id": "5feabd61-d034-4aa8-ad19-656a22b07604", "user_id": "9ed08ccd109745328c91e2c95c5e003e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:37:21Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-inst", "created": "2018-08-12T08:37:21Z", "tenant_id": "1a00ef4ec59a4f9ab067d5581e2436e0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:37:22,264 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/5feabd61-d034-4aa8-ad19-656a22b07604 used request id req-697eb76e-7a2d-4cc0-b764-1026cba95259 2018-08-12 08:37:22,264 - create_instance - DEBUG - Instance status [CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-inst] is - BUILD 2018-08-12 08:37:22,264 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-12 08:37:25,267 - create_instance - DEBUG - VM status query timeout in 896.527813911 2018-08-12 08:37:25,270 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/5feabd61-d034-4aa8-ad19-656a22b07604 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df883e92bd97bf8c4c27cda535d9a5d316539039" 2018-08-12 08:37:25,818 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:37: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-abe93569-8c8c-4442-9438-90d31e629c80 x-compute-request-id: req-abe93569-8c8c-4442-9438-90d31e629c80 Content-Encoding: gzip Content-Length: 674 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/5feabd61-d034-4aa8-ad19-656a22b07604", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/5feabd61-d034-4aa8-ad19-656a22b07604", "rel": "bookmark"}], "image": {"id": "235cd88a-c3c6-4e72-b828-e9e3989e2361", "links": [{"href": "http://172.30.9.21:8774/images/235cd88a-c3c6-4e72-b828-e9e3989e2361", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "76f370d6-7062-4cb4-9227-8da919d5f4ae", "links": [{"href": "http://172.30.9.21:8774/flavors/76f370d6-7062-4cb4-9227-8da919d5f4ae", "rel": "bookmark"}]}, "id": "5feabd61-d034-4aa8-ad19-656a22b07604", "security_groups": [{"name": "default"}], "user_id": "9ed08ccd109745328c91e2c95c5e003e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:37:22Z", "hostId": "3bc0857835188f792c8440d2e3cb793f20f2c857ac8237cd103bf188", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-inst", "created": "2018-08-12T08:37:21Z", "tenant_id": "1a00ef4ec59a4f9ab067d5581e2436e0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:37:25,818 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/5feabd61-d034-4aa8-ad19-656a22b07604 used request id req-abe93569-8c8c-4442-9438-90d31e629c80 2018-08-12 08:37:25,819 - create_instance - DEBUG - Instance status [CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-inst] is - BUILD 2018-08-12 08:37:25,819 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-12 08:37:28,822 - create_instance - DEBUG - VM status query timeout in 892.973208904 2018-08-12 08:37:28,825 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/5feabd61-d034-4aa8-ad19-656a22b07604 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df883e92bd97bf8c4c27cda535d9a5d316539039" 2018-08-12 08:37:29,746 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:37:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7c68c70e-cb62-41ab-b05c-40b431fd3499 x-compute-request-id: req-7c68c70e-cb62-41ab-b05c-40b431fd3499 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ab:5e", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/5feabd61-d034-4aa8-ad19-656a22b07604", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/5feabd61-d034-4aa8-ad19-656a22b07604", "rel": "bookmark"}], "image": {"id": "235cd88a-c3c6-4e72-b828-e9e3989e2361", "links": [{"href": "http://172.30.9.21:8774/images/235cd88a-c3c6-4e72-b828-e9e3989e2361", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:37:26.000000", "flavor": {"id": "76f370d6-7062-4cb4-9227-8da919d5f4ae", "links": [{"href": "http://172.30.9.21:8774/flavors/76f370d6-7062-4cb4-9227-8da919d5f4ae", "rel": "bookmark"}]}, "id": "5feabd61-d034-4aa8-ad19-656a22b07604", "security_groups": [{"name": "default"}], "user_id": "9ed08ccd109745328c91e2c95c5e003e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:37:26Z", "hostId": "3bc0857835188f792c8440d2e3cb793f20f2c857ac8237cd103bf188", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-inst", "created": "2018-08-12T08:37:21Z", "tenant_id": "1a00ef4ec59a4f9ab067d5581e2436e0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:37:29,746 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/5feabd61-d034-4aa8-ad19-656a22b07604 used request id req-7c68c70e-cb62-41ab-b05c-40b431fd3499 2018-08-12 08:37:29,746 - create_instance - DEBUG - Instance status [CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-inst] is - ACTIVE 2018-08-12 08:37:29,747 - create_instance - INFO - VM is - ACTIVE 2018-08-12 08:37:29,749 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/5feabd61-d034-4aa8-ad19-656a22b07604 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df883e92bd97bf8c4c27cda535d9a5d316539039" 2018-08-12 08:37:30,101 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:37:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8a07d4ed-24a3-4174-a6fd-18724b67a354 x-compute-request-id: req-8a07d4ed-24a3-4174-a6fd-18724b67a354 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ab:5e", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/5feabd61-d034-4aa8-ad19-656a22b07604", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/5feabd61-d034-4aa8-ad19-656a22b07604", "rel": "bookmark"}], "image": {"id": "235cd88a-c3c6-4e72-b828-e9e3989e2361", "links": [{"href": "http://172.30.9.21:8774/images/235cd88a-c3c6-4e72-b828-e9e3989e2361", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:37:26.000000", "flavor": {"id": "76f370d6-7062-4cb4-9227-8da919d5f4ae", "links": [{"href": "http://172.30.9.21:8774/flavors/76f370d6-7062-4cb4-9227-8da919d5f4ae", "rel": "bookmark"}]}, "id": "5feabd61-d034-4aa8-ad19-656a22b07604", "security_groups": [{"name": "default"}], "user_id": "9ed08ccd109745328c91e2c95c5e003e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:37:26Z", "hostId": "3bc0857835188f792c8440d2e3cb793f20f2c857ac8237cd103bf188", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-inst", "created": "2018-08-12T08:37:21Z", "tenant_id": "1a00ef4ec59a4f9ab067d5581e2436e0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:37:30,101 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/5feabd61-d034-4aa8-ad19-656a22b07604 used request id req-8a07d4ed-24a3-4174-a6fd-18724b67a354 2018-08-12 08:37:30,106 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df883e92bd97bf8c4c27cda535d9a5d316539039" 2018-08-12 08:37:30,400 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-cf8dbb0a-2035-45dd-b3e3-b99d8d25716b Date: Sun, 12 Aug 2018 08:37:30 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":["f7b8da2b-af0e-4e3d-abc0-c246fda3da48"],"updated_at":"2018-08-12T08:37:08Z","tenant_id":"1a00ef4ec59a4f9ab067d5581e2436e0","created_at":"2018-08-12T08:37:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"1a00ef4ec59a4f9ab067d5581e2436e0","id":"9aa24e2e-546d-4b63-b96e-bccbf5f86ab1","name":"CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-pub-net"}]} 2018-08-12 08:37:30,400 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-pub-net used request id req-cf8dbb0a-2035-45dd-b3e3-b99d8d25716b 2018-08-12 08:37:30,404 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/1a00ef4ec59a4f9ab067d5581e2436e0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df883e92bd97bf8c4c27cda535d9a5d316539039" 2018-08-12 08:37:30,496 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:37:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b0cfa47-c1c5-488d-b9ed-bdcca286a20c Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/1a00ef4ec59a4f9ab067d5581e2436e0"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "1a00ef4ec59a4f9ab067d5581e2436e0", "name": "CreateInstanceVolumeTests-350d71c8-6c8e-45e-proj"}} 2018-08-12 08:37:30,496 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/1a00ef4ec59a4f9ab067d5581e2436e0 used request id req-4b0cfa47-c1c5-488d-b9ed-bdcca286a20c 2018-08-12 08:37:30,501 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=9aa24e2e-546d-4b63-b96e-bccbf5f86ab1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df883e92bd97bf8c4c27cda535d9a5d316539039" 2018-08-12 08:37:30,551 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-e8904880-5e3c-4fec-8638-0a6d265de7bc Date: Sun, 12 Aug 2018 08:37:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9aa24e2e-546d-4b63-b96e-bccbf5f86ab1","tenant_id":"1a00ef4ec59a4f9ab067d5581e2436e0","created_at":"2018-08-12T08:37:08Z","dns_nameservers":[],"updated_at":"2018-08-12T08:37:08Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"1a00ef4ec59a4f9ab067d5581e2436e0","id":"f7b8da2b-af0e-4e3d-abc0-c246fda3da48","subnetpool_id":null,"name":"CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-pub-subnet"}]} 2018-08-12 08:37:30,551 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=9aa24e2e-546d-4b63-b96e-bccbf5f86ab1 used request id req-e8904880-5e3c-4fec-8638-0a6d265de7bc 2018-08-12 08:37:30,556 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=9aa24e2e-546d-4b63-b96e-bccbf5f86ab1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df883e92bd97bf8c4c27cda535d9a5d316539039" 2018-08-12 08:37:30,646 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3028 X-Openstack-Request-Id: req-6714b536-1b04-42a8-893b-191ec5cb019d Date: Sun, 12 Aug 2018 08:37:30 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"9aa24e2e-546d-4b63-b96e-bccbf5f86ab1","tenant_id":"1a00ef4ec59a4f9ab067d5581e2436e0","created_at":"2018-08-12T08:37:09Z","admin_state_up":true,"updated_at":"2018-08-12T08:37:11Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-9aa24e2e-546d-4b63-b96e-bccbf5f86ab1","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:6d:91:e0","id":"0d07cbca-eb36-40d1-b2b9-12b76a4f9a0b","port_security_enabled":false,"project_id":"1a00ef4ec59a4f9ab067d5581e2436e0","fixed_ips":[{"subnet_id":"f7b8da2b-af0e-4e3d-abc0-c246fda3da48","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"9aa24e2e-546d-4b63-b96e-bccbf5f86ab1","tenant_id":"1a00ef4ec59a4f9ab067d5581e2436e0","created_at":"2018-08-12T08:37:10Z","admin_state_up":true,"updated_at":"2018-08-12T08:37:13Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-9aa24e2e-546d-4b63-b96e-bccbf5f86ab1","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:17:b8:d2","id":"95a2fddc-35f3-448d-bf23-11a42ee4d0d9","port_security_enabled":false,"project_id":"1a00ef4ec59a4f9ab067d5581e2436e0","fixed_ips":[{"subnet_id":"f7b8da2b-af0e-4e3d-abc0-c246fda3da48","ip_address":"10.55.0.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"9aa24e2e-546d-4b63-b96e-bccbf5f86ab1","tenant_id":"1a00ef4ec59a4f9ab067d5581e2436e0","created_at":"2018-08-12T08:37:17Z","admin_state_up":true,"updated_at":"2018-08-12T08:37:26Z","binding:vnic_type":"normal","device_id":"5feabd61-d034-4aa8-ad19-656a22b07604","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:9d:ab:5e","id":"d94a0fc9-93df-4ed1-97ae-d39e6cbc3089","port_security_enabled":true,"project_id":"1a00ef4ec59a4f9ab067d5581e2436e0","fixed_ips":[{"subnet_id":"f7b8da2b-af0e-4e3d-abc0-c246fda3da48","ip_address":"10.55.0.13"}],"extra_dhcp_opts":[],"security_groups":["74491fe0-c110-49d3-95ef-51a7cdbe6175"],"name":"CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-port"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"9aa24e2e-546d-4b63-b96e-bccbf5f86ab1","tenant_id":"1a00ef4ec59a4f9ab067d5581e2436e0","created_at":"2018-08-12T08:37:09Z","admin_state_up":true,"updated_at":"2018-08-12T08:37:12Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-9aa24e2e-546d-4b63-b96e-bccbf5f86ab1","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:42:7b:0c","id":"e3aa4dc4-bc8d-43c2-93d8-9a4c7969f760","port_security_enabled":false,"project_id":"1a00ef4ec59a4f9ab067d5581e2436e0","fixed_ips":[{"subnet_id":"f7b8da2b-af0e-4e3d-abc0-c246fda3da48","ip_address":"10.55.0.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-12 08:37:30,646 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=9aa24e2e-546d-4b63-b96e-bccbf5f86ab1 used request id req-6714b536-1b04-42a8-893b-191ec5cb019d 2018-08-12 08:37:30,650 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/1a00ef4ec59a4f9ab067d5581e2436e0/volumes/detail -H "OpenStack-API-Version: volume 3.5" -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df883e92bd97bf8c4c27cda535d9a5d316539039" 2018-08-12 08:37:30,899 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:37:30 GMT Server: Apache x-compute-request-id: req-ab02f52a-2e54-4d8c-9da6-89546a59b9c3 OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-ab02f52a-2e54-4d8c-9da6-89546a59b9c3 Content-Encoding: gzip Content-Length: 519 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "9ed08ccd109745328c91e2c95c5e003e", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/1a00ef4ec59a4f9ab067d5581e2436e0/volumes/3e6f2f4d-7e48-4862-8e20-0135cdbd3b49", "rel": "self"}, {"href": "http://172.30.9.21:8776/1a00ef4ec59a4f9ab067d5581e2436e0/volumes/3e6f2f4d-7e48-4862-8e20-0135cdbd3b49", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-12T08:37:12.000000", "description": null, "os-vol-tenant-attr:tenant_id": "1a00ef4ec59a4f9ab067d5581e2436e0", "updated_at": "2018-08-12T08:37:12.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "3e6f2f4d-7e48-4862-8e20-0135cdbd3b49", "size": 1}, {"status": "available", "user_id": "9ed08ccd109745328c91e2c95c5e003e", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/1a00ef4ec59a4f9ab067d5581e2436e0/volumes/df22b1c2-7738-428b-a161-330deabccbce", "rel": "self"}, {"href": "http://172.30.9.21:8776/1a00ef4ec59a4f9ab067d5581e2436e0/volumes/df22b1c2-7738-428b-a161-330deabccbce", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-12T08:37:10.000000", "description": null, "os-vol-tenant-attr:tenant_id": "1a00ef4ec59a4f9ab067d5581e2436e0", "updated_at": "2018-08-12T08:37:11.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "df22b1c2-7738-428b-a161-330deabccbce", "size": 1}]} 2018-08-12 08:37:30,899 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/1a00ef4ec59a4f9ab067d5581e2436e0/volumes/detail used request id req-ab02f52a-2e54-4d8c-9da6-89546a59b9c3 2018-08-12 08:37:30,903 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/1a00ef4ec59a4f9ab067d5581e2436e0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df883e92bd97bf8c4c27cda535d9a5d316539039" 2018-08-12 08:37:30,994 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:37:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a51c46f2-3bc2-49b4-825c-3109df079195 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/1a00ef4ec59a4f9ab067d5581e2436e0"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "1a00ef4ec59a4f9ab067d5581e2436e0", "name": "CreateInstanceVolumeTests-350d71c8-6c8e-45e-proj"}} 2018-08-12 08:37:30,994 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/1a00ef4ec59a4f9ab067d5581e2436e0 used request id req-a51c46f2-3bc2-49b4-825c-3109df079195 2018-08-12 08:37:30,997 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/5feabd61-d034-4aa8-ad19-656a22b07604 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df883e92bd97bf8c4c27cda535d9a5d316539039" 2018-08-12 08:37:31,424 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:37:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-873c9798-7af5-4f29-9ba0-8ddba26adae9 x-compute-request-id: req-873c9798-7af5-4f29-9ba0-8ddba26adae9 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ab:5e", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/5feabd61-d034-4aa8-ad19-656a22b07604", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/5feabd61-d034-4aa8-ad19-656a22b07604", "rel": "bookmark"}], "image": {"id": "235cd88a-c3c6-4e72-b828-e9e3989e2361", "links": [{"href": "http://172.30.9.21:8774/images/235cd88a-c3c6-4e72-b828-e9e3989e2361", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:37:26.000000", "flavor": {"id": "76f370d6-7062-4cb4-9227-8da919d5f4ae", "links": [{"href": "http://172.30.9.21:8774/flavors/76f370d6-7062-4cb4-9227-8da919d5f4ae", "rel": "bookmark"}]}, "id": "5feabd61-d034-4aa8-ad19-656a22b07604", "security_groups": [{"name": "default"}], "user_id": "9ed08ccd109745328c91e2c95c5e003e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:37:26Z", "hostId": "3bc0857835188f792c8440d2e3cb793f20f2c857ac8237cd103bf188", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-inst", "created": "2018-08-12T08:37:21Z", "tenant_id": "1a00ef4ec59a4f9ab067d5581e2436e0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:37:31,425 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/5feabd61-d034-4aa8-ad19-656a22b07604 used request id req-873c9798-7af5-4f29-9ba0-8ddba26adae9 2018-08-12 08:37:31,425 - create_instance - DEBUG - Instance status [CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-inst] is - ACTIVE 2018-08-12 08:37:31,425 - create_instance - INFO - VM is - ACTIVE 2018-08-12 08:37:31,428 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/5feabd61-d034-4aa8-ad19-656a22b07604 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df883e92bd97bf8c4c27cda535d9a5d316539039" 2018-08-12 08:37:32,198 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:37: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-65d62f25-de21-4079-8539-5658e610e62b x-compute-request-id: req-65d62f25-de21-4079-8539-5658e610e62b Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ab:5e", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/5feabd61-d034-4aa8-ad19-656a22b07604", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/5feabd61-d034-4aa8-ad19-656a22b07604", "rel": "bookmark"}], "image": {"id": "235cd88a-c3c6-4e72-b828-e9e3989e2361", "links": [{"href": "http://172.30.9.21:8774/images/235cd88a-c3c6-4e72-b828-e9e3989e2361", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:37:26.000000", "flavor": {"id": "76f370d6-7062-4cb4-9227-8da919d5f4ae", "links": [{"href": "http://172.30.9.21:8774/flavors/76f370d6-7062-4cb4-9227-8da919d5f4ae", "rel": "bookmark"}]}, "id": "5feabd61-d034-4aa8-ad19-656a22b07604", "security_groups": [{"name": "default"}], "user_id": "9ed08ccd109745328c91e2c95c5e003e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:37:26Z", "hostId": "3bc0857835188f792c8440d2e3cb793f20f2c857ac8237cd103bf188", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-inst", "created": "2018-08-12T08:37:21Z", "tenant_id": "1a00ef4ec59a4f9ab067d5581e2436e0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:37:32,198 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/5feabd61-d034-4aa8-ad19-656a22b07604 used request id req-65d62f25-de21-4079-8539-5658e610e62b 2018-08-12 08:37:32,204 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df883e92bd97bf8c4c27cda535d9a5d316539039" 2018-08-12 08:37:32,468 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-e86e78fc-07fa-4349-a60b-020c9ec2895e Date: Sun, 12 Aug 2018 08:37:32 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":["f7b8da2b-af0e-4e3d-abc0-c246fda3da48"],"updated_at":"2018-08-12T08:37:08Z","tenant_id":"1a00ef4ec59a4f9ab067d5581e2436e0","created_at":"2018-08-12T08:37:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"1a00ef4ec59a4f9ab067d5581e2436e0","id":"9aa24e2e-546d-4b63-b96e-bccbf5f86ab1","name":"CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-pub-net"}]} 2018-08-12 08:37:32,468 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-pub-net used request id req-e86e78fc-07fa-4349-a60b-020c9ec2895e 2018-08-12 08:37:32,472 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/1a00ef4ec59a4f9ab067d5581e2436e0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df883e92bd97bf8c4c27cda535d9a5d316539039" 2018-08-12 08:37:32,577 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:37:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3aae83ac-e365-4395-a0a4-4cb3d97aaeda Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/1a00ef4ec59a4f9ab067d5581e2436e0"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "1a00ef4ec59a4f9ab067d5581e2436e0", "name": "CreateInstanceVolumeTests-350d71c8-6c8e-45e-proj"}} 2018-08-12 08:37:32,578 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/1a00ef4ec59a4f9ab067d5581e2436e0 used request id req-3aae83ac-e365-4395-a0a4-4cb3d97aaeda 2018-08-12 08:37:32,583 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=9aa24e2e-546d-4b63-b96e-bccbf5f86ab1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df883e92bd97bf8c4c27cda535d9a5d316539039" 2018-08-12 08:37:32,792 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-02a4b639-65df-4239-bd80-799556c347ba Date: Sun, 12 Aug 2018 08:37:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9aa24e2e-546d-4b63-b96e-bccbf5f86ab1","tenant_id":"1a00ef4ec59a4f9ab067d5581e2436e0","created_at":"2018-08-12T08:37:08Z","dns_nameservers":[],"updated_at":"2018-08-12T08:37:08Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"1a00ef4ec59a4f9ab067d5581e2436e0","id":"f7b8da2b-af0e-4e3d-abc0-c246fda3da48","subnetpool_id":null,"name":"CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-pub-subnet"}]} 2018-08-12 08:37:32,792 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=9aa24e2e-546d-4b63-b96e-bccbf5f86ab1 used request id req-02a4b639-65df-4239-bd80-799556c347ba 2018-08-12 08:37:32,797 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=9aa24e2e-546d-4b63-b96e-bccbf5f86ab1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df883e92bd97bf8c4c27cda535d9a5d316539039" 2018-08-12 08:37:32,887 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3028 X-Openstack-Request-Id: req-212599dd-c7ce-43ca-b62f-d8f21abc1c0e Date: Sun, 12 Aug 2018 08:37:32 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"9aa24e2e-546d-4b63-b96e-bccbf5f86ab1","tenant_id":"1a00ef4ec59a4f9ab067d5581e2436e0","created_at":"2018-08-12T08:37:09Z","admin_state_up":true,"updated_at":"2018-08-12T08:37:11Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-9aa24e2e-546d-4b63-b96e-bccbf5f86ab1","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:6d:91:e0","id":"0d07cbca-eb36-40d1-b2b9-12b76a4f9a0b","port_security_enabled":false,"project_id":"1a00ef4ec59a4f9ab067d5581e2436e0","fixed_ips":[{"subnet_id":"f7b8da2b-af0e-4e3d-abc0-c246fda3da48","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"9aa24e2e-546d-4b63-b96e-bccbf5f86ab1","tenant_id":"1a00ef4ec59a4f9ab067d5581e2436e0","created_at":"2018-08-12T08:37:10Z","admin_state_up":true,"updated_at":"2018-08-12T08:37:13Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-9aa24e2e-546d-4b63-b96e-bccbf5f86ab1","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:17:b8:d2","id":"95a2fddc-35f3-448d-bf23-11a42ee4d0d9","port_security_enabled":false,"project_id":"1a00ef4ec59a4f9ab067d5581e2436e0","fixed_ips":[{"subnet_id":"f7b8da2b-af0e-4e3d-abc0-c246fda3da48","ip_address":"10.55.0.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"9aa24e2e-546d-4b63-b96e-bccbf5f86ab1","tenant_id":"1a00ef4ec59a4f9ab067d5581e2436e0","created_at":"2018-08-12T08:37:17Z","admin_state_up":true,"updated_at":"2018-08-12T08:37:26Z","binding:vnic_type":"normal","device_id":"5feabd61-d034-4aa8-ad19-656a22b07604","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:9d:ab:5e","id":"d94a0fc9-93df-4ed1-97ae-d39e6cbc3089","port_security_enabled":true,"project_id":"1a00ef4ec59a4f9ab067d5581e2436e0","fixed_ips":[{"subnet_id":"f7b8da2b-af0e-4e3d-abc0-c246fda3da48","ip_address":"10.55.0.13"}],"extra_dhcp_opts":[],"security_groups":["74491fe0-c110-49d3-95ef-51a7cdbe6175"],"name":"CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-port"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"9aa24e2e-546d-4b63-b96e-bccbf5f86ab1","tenant_id":"1a00ef4ec59a4f9ab067d5581e2436e0","created_at":"2018-08-12T08:37:09Z","admin_state_up":true,"updated_at":"2018-08-12T08:37:12Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-9aa24e2e-546d-4b63-b96e-bccbf5f86ab1","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:42:7b:0c","id":"e3aa4dc4-bc8d-43c2-93d8-9a4c7969f760","port_security_enabled":false,"project_id":"1a00ef4ec59a4f9ab067d5581e2436e0","fixed_ips":[{"subnet_id":"f7b8da2b-af0e-4e3d-abc0-c246fda3da48","ip_address":"10.55.0.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-12 08:37:32,887 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=9aa24e2e-546d-4b63-b96e-bccbf5f86ab1 used request id req-212599dd-c7ce-43ca-b62f-d8f21abc1c0e 2018-08-12 08:37:32,890 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers/5feabd61-d034-4aa8-ad19-656a22b07604/os-volume_attachments -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df883e92bd97bf8c4c27cda535d9a5d316539039" -d '{"volumeAttachment": {"volumeId": "df22b1c2-7738-428b-a161-330deabccbce"}}' 2018-08-12 08:37:34,101 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:37: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-e3dc4abe-d6c4-487b-9246-948cada83d1d x-compute-request-id: req-e3dc4abe-d6c4-487b-9246-948cada83d1d Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "5feabd61-d034-4aa8-ad19-656a22b07604", "id": "df22b1c2-7738-428b-a161-330deabccbce", "volumeId": "df22b1c2-7738-428b-a161-330deabccbce"}} 2018-08-12 08:37:34,101 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/5feabd61-d034-4aa8-ad19-656a22b07604/os-volume_attachments used request id req-e3dc4abe-d6c4-487b-9246-948cada83d1d 2018-08-12 08:37:34,104 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/5feabd61-d034-4aa8-ad19-656a22b07604 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df883e92bd97bf8c4c27cda535d9a5d316539039" 2018-08-12 08:37:34,441 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:37: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-457dbb89-dd21-42c9-9150-e50f6de6ffc3 x-compute-request-id: req-457dbb89-dd21-42c9-9150-e50f6de6ffc3 Content-Encoding: gzip Content-Length: 776 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ab:5e", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/5feabd61-d034-4aa8-ad19-656a22b07604", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/5feabd61-d034-4aa8-ad19-656a22b07604", "rel": "bookmark"}], "image": {"id": "235cd88a-c3c6-4e72-b828-e9e3989e2361", "links": [{"href": "http://172.30.9.21:8774/images/235cd88a-c3c6-4e72-b828-e9e3989e2361", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:37:26.000000", "flavor": {"id": "76f370d6-7062-4cb4-9227-8da919d5f4ae", "links": [{"href": "http://172.30.9.21:8774/flavors/76f370d6-7062-4cb4-9227-8da919d5f4ae", "rel": "bookmark"}]}, "id": "5feabd61-d034-4aa8-ad19-656a22b07604", "security_groups": [{"name": "default"}], "user_id": "9ed08ccd109745328c91e2c95c5e003e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:37:26Z", "hostId": "3bc0857835188f792c8440d2e3cb793f20f2c857ac8237cd103bf188", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-inst", "created": "2018-08-12T08:37:21Z", "tenant_id": "1a00ef4ec59a4f9ab067d5581e2436e0", "os-extended-volumes:volumes_attached": [{"id": "df22b1c2-7738-428b-a161-330deabccbce"}], "metadata": {}}} 2018-08-12 08:37:34,442 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/5feabd61-d034-4aa8-ad19-656a22b07604 used request id req-457dbb89-dd21-42c9-9150-e50f6de6ffc3 2018-08-12 08:37:34,447 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df883e92bd97bf8c4c27cda535d9a5d316539039" 2018-08-12 08:37:34,550 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-9d532fe1-007d-4a9f-8c5a-be764f5854f1 Date: Sun, 12 Aug 2018 08:37:34 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":["f7b8da2b-af0e-4e3d-abc0-c246fda3da48"],"updated_at":"2018-08-12T08:37:08Z","tenant_id":"1a00ef4ec59a4f9ab067d5581e2436e0","created_at":"2018-08-12T08:37:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"1a00ef4ec59a4f9ab067d5581e2436e0","id":"9aa24e2e-546d-4b63-b96e-bccbf5f86ab1","name":"CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-pub-net"}]} 2018-08-12 08:37:34,550 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-pub-net used request id req-9d532fe1-007d-4a9f-8c5a-be764f5854f1 2018-08-12 08:37:34,553 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/1a00ef4ec59a4f9ab067d5581e2436e0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df883e92bd97bf8c4c27cda535d9a5d316539039" 2018-08-12 08:37:34,653 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:37:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-99fc8854-7573-4c94-bfdd-072dcc0de998 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/1a00ef4ec59a4f9ab067d5581e2436e0"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "1a00ef4ec59a4f9ab067d5581e2436e0", "name": "CreateInstanceVolumeTests-350d71c8-6c8e-45e-proj"}} 2018-08-12 08:37:34,653 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/1a00ef4ec59a4f9ab067d5581e2436e0 used request id req-99fc8854-7573-4c94-bfdd-072dcc0de998 2018-08-12 08:37:34,658 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=9aa24e2e-546d-4b63-b96e-bccbf5f86ab1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df883e92bd97bf8c4c27cda535d9a5d316539039" 2018-08-12 08:37:34,883 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-55a9c2b7-f8d8-49cd-9925-c7c922af7972 Date: Sun, 12 Aug 2018 08:37:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9aa24e2e-546d-4b63-b96e-bccbf5f86ab1","tenant_id":"1a00ef4ec59a4f9ab067d5581e2436e0","created_at":"2018-08-12T08:37:08Z","dns_nameservers":[],"updated_at":"2018-08-12T08:37:08Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"1a00ef4ec59a4f9ab067d5581e2436e0","id":"f7b8da2b-af0e-4e3d-abc0-c246fda3da48","subnetpool_id":null,"name":"CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-pub-subnet"}]} 2018-08-12 08:37:34,883 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=9aa24e2e-546d-4b63-b96e-bccbf5f86ab1 used request id req-55a9c2b7-f8d8-49cd-9925-c7c922af7972 2018-08-12 08:37:34,888 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=9aa24e2e-546d-4b63-b96e-bccbf5f86ab1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df883e92bd97bf8c4c27cda535d9a5d316539039" 2018-08-12 08:37:34,977 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3028 X-Openstack-Request-Id: req-67817aa7-8775-4918-b94b-824908341f07 Date: Sun, 12 Aug 2018 08:37:34 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"9aa24e2e-546d-4b63-b96e-bccbf5f86ab1","tenant_id":"1a00ef4ec59a4f9ab067d5581e2436e0","created_at":"2018-08-12T08:37:09Z","admin_state_up":true,"updated_at":"2018-08-12T08:37:11Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-9aa24e2e-546d-4b63-b96e-bccbf5f86ab1","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:6d:91:e0","id":"0d07cbca-eb36-40d1-b2b9-12b76a4f9a0b","port_security_enabled":false,"project_id":"1a00ef4ec59a4f9ab067d5581e2436e0","fixed_ips":[{"subnet_id":"f7b8da2b-af0e-4e3d-abc0-c246fda3da48","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"9aa24e2e-546d-4b63-b96e-bccbf5f86ab1","tenant_id":"1a00ef4ec59a4f9ab067d5581e2436e0","created_at":"2018-08-12T08:37:10Z","admin_state_up":true,"updated_at":"2018-08-12T08:37:13Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-9aa24e2e-546d-4b63-b96e-bccbf5f86ab1","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:17:b8:d2","id":"95a2fddc-35f3-448d-bf23-11a42ee4d0d9","port_security_enabled":false,"project_id":"1a00ef4ec59a4f9ab067d5581e2436e0","fixed_ips":[{"subnet_id":"f7b8da2b-af0e-4e3d-abc0-c246fda3da48","ip_address":"10.55.0.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"9aa24e2e-546d-4b63-b96e-bccbf5f86ab1","tenant_id":"1a00ef4ec59a4f9ab067d5581e2436e0","created_at":"2018-08-12T08:37:17Z","admin_state_up":true,"updated_at":"2018-08-12T08:37:26Z","binding:vnic_type":"normal","device_id":"5feabd61-d034-4aa8-ad19-656a22b07604","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:9d:ab:5e","id":"d94a0fc9-93df-4ed1-97ae-d39e6cbc3089","port_security_enabled":true,"project_id":"1a00ef4ec59a4f9ab067d5581e2436e0","fixed_ips":[{"subnet_id":"f7b8da2b-af0e-4e3d-abc0-c246fda3da48","ip_address":"10.55.0.13"}],"extra_dhcp_opts":[],"security_groups":["74491fe0-c110-49d3-95ef-51a7cdbe6175"],"name":"CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-port"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"9aa24e2e-546d-4b63-b96e-bccbf5f86ab1","tenant_id":"1a00ef4ec59a4f9ab067d5581e2436e0","created_at":"2018-08-12T08:37:09Z","admin_state_up":true,"updated_at":"2018-08-12T08:37:12Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-9aa24e2e-546d-4b63-b96e-bccbf5f86ab1","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:42:7b:0c","id":"e3aa4dc4-bc8d-43c2-93d8-9a4c7969f760","port_security_enabled":false,"project_id":"1a00ef4ec59a4f9ab067d5581e2436e0","fixed_ips":[{"subnet_id":"f7b8da2b-af0e-4e3d-abc0-c246fda3da48","ip_address":"10.55.0.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-12 08:37:34,977 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=9aa24e2e-546d-4b63-b96e-bccbf5f86ab1 used request id req-67817aa7-8775-4918-b94b-824908341f07 2018-08-12 08:37:34,978 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:37:35,377 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6045a59ab24743928771a6183fdc27a9", "name": "CreateInstanceVolumeTests-350d71c8-6c8e-45e-proj-role"}], "expires_at": "2018-08-12T09:37:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1a00ef4ec59a4f9ab067d5581e2436e0", "name": "CreateInstanceVolumeTests-350d71c8-6c8e-45e-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/1a00ef4ec59a4f9ab067d5581e2436e0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/1a00ef4ec59a4f9ab067d5581e2436e0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/1a00ef4ec59a4f9ab067d5581e2436e0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_1a00ef4ec59a4f9ab067d5581e2436e0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_1a00ef4ec59a4f9ab067d5581e2436e0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/1a00ef4ec59a4f9ab067d5581e2436e0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/1a00ef4ec59a4f9ab067d5581e2436e0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/1a00ef4ec59a4f9ab067d5581e2436e0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/1a00ef4ec59a4f9ab067d5581e2436e0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/1a00ef4ec59a4f9ab067d5581e2436e0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/1a00ef4ec59a4f9ab067d5581e2436e0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/1a00ef4ec59a4f9ab067d5581e2436e0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/1a00ef4ec59a4f9ab067d5581e2436e0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/1a00ef4ec59a4f9ab067d5581e2436e0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-350d71c8-6c8e-45e-user", "id": "9ed08ccd109745328c91e2c95c5e003e"}, "audit_ids": ["shtO8MSOQiGWNMTNNg8BIg"], "issued_at": "2018-08-12T08:37:35.000000Z"}} 2018-08-12 08:37:35,380 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8056ac6e7679ff9e22a89fab3763a64f67d5fe3" 2018-08-12 08:37:36,653 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:37: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-918120de-d6bb-4889-8b03-369a17a7b830 x-compute-request-id: req-918120de-d6bb-4889-8b03-369a17a7b830 Content-Encoding: gzip Content-Length: 774 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ab:5e", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/5feabd61-d034-4aa8-ad19-656a22b07604", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/5feabd61-d034-4aa8-ad19-656a22b07604", "rel": "bookmark"}], "image": {"id": "235cd88a-c3c6-4e72-b828-e9e3989e2361", "links": [{"href": "http://172.30.9.21:8774/images/235cd88a-c3c6-4e72-b828-e9e3989e2361", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:37:26.000000", "flavor": {"id": "76f370d6-7062-4cb4-9227-8da919d5f4ae", "links": [{"href": "http://172.30.9.21:8774/flavors/76f370d6-7062-4cb4-9227-8da919d5f4ae", "rel": "bookmark"}]}, "id": "5feabd61-d034-4aa8-ad19-656a22b07604", "security_groups": [{"name": "default"}], "user_id": "9ed08ccd109745328c91e2c95c5e003e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:37:26Z", "hostId": "3bc0857835188f792c8440d2e3cb793f20f2c857ac8237cd103bf188", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-inst", "created": "2018-08-12T08:37:21Z", "tenant_id": "1a00ef4ec59a4f9ab067d5581e2436e0", "os-extended-volumes:volumes_attached": [{"id": "df22b1c2-7738-428b-a161-330deabccbce"}], "metadata": {}}]} 2018-08-12 08:37:36,653 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-inst used request id req-918120de-d6bb-4889-8b03-369a17a7b830 2018-08-12 08:37:36,659 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8056ac6e7679ff9e22a89fab3763a64f67d5fe3" 2018-08-12 08:37:36,941 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-5ada46aa-5f92-47ef-9a7d-c2dcda8ecc05 Date: Sun, 12 Aug 2018 08:37:36 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["f7b8da2b-af0e-4e3d-abc0-c246fda3da48"],"updated_at":"2018-08-12T08:37:08Z","tenant_id":"1a00ef4ec59a4f9ab067d5581e2436e0","created_at":"2018-08-12T08:37:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"1a00ef4ec59a4f9ab067d5581e2436e0","id":"9aa24e2e-546d-4b63-b96e-bccbf5f86ab1","name":"CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-pub-net"}]} 2018-08-12 08:37:36,941 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-pub-net used request id req-5ada46aa-5f92-47ef-9a7d-c2dcda8ecc05 2018-08-12 08:37:36,947 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=9aa24e2e-546d-4b63-b96e-bccbf5f86ab1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8056ac6e7679ff9e22a89fab3763a64f67d5fe3" 2018-08-12 08:37:37,175 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-fd85ad6a-1833-4568-a793-0d719e0320f5 Date: Sun, 12 Aug 2018 08:37:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9aa24e2e-546d-4b63-b96e-bccbf5f86ab1","tenant_id":"1a00ef4ec59a4f9ab067d5581e2436e0","created_at":"2018-08-12T08:37:08Z","dns_nameservers":[],"updated_at":"2018-08-12T08:37:08Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"1a00ef4ec59a4f9ab067d5581e2436e0","id":"f7b8da2b-af0e-4e3d-abc0-c246fda3da48","subnetpool_id":null,"name":"CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-pub-subnet"}]} 2018-08-12 08:37:37,175 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=9aa24e2e-546d-4b63-b96e-bccbf5f86ab1 used request id req-fd85ad6a-1833-4568-a793-0d719e0320f5 2018-08-12 08:37:37,180 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=9aa24e2e-546d-4b63-b96e-bccbf5f86ab1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8056ac6e7679ff9e22a89fab3763a64f67d5fe3" 2018-08-12 08:37:37,451 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3028 X-Openstack-Request-Id: req-22af4287-0d44-4b57-93aa-7b71ebd86515 Date: Sun, 12 Aug 2018 08:37:37 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"9aa24e2e-546d-4b63-b96e-bccbf5f86ab1","tenant_id":"1a00ef4ec59a4f9ab067d5581e2436e0","created_at":"2018-08-12T08:37:09Z","admin_state_up":true,"updated_at":"2018-08-12T08:37:11Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-9aa24e2e-546d-4b63-b96e-bccbf5f86ab1","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:6d:91:e0","id":"0d07cbca-eb36-40d1-b2b9-12b76a4f9a0b","port_security_enabled":false,"project_id":"1a00ef4ec59a4f9ab067d5581e2436e0","fixed_ips":[{"subnet_id":"f7b8da2b-af0e-4e3d-abc0-c246fda3da48","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"9aa24e2e-546d-4b63-b96e-bccbf5f86ab1","tenant_id":"1a00ef4ec59a4f9ab067d5581e2436e0","created_at":"2018-08-12T08:37:10Z","admin_state_up":true,"updated_at":"2018-08-12T08:37:13Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-9aa24e2e-546d-4b63-b96e-bccbf5f86ab1","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:17:b8:d2","id":"95a2fddc-35f3-448d-bf23-11a42ee4d0d9","port_security_enabled":false,"project_id":"1a00ef4ec59a4f9ab067d5581e2436e0","fixed_ips":[{"subnet_id":"f7b8da2b-af0e-4e3d-abc0-c246fda3da48","ip_address":"10.55.0.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"9aa24e2e-546d-4b63-b96e-bccbf5f86ab1","tenant_id":"1a00ef4ec59a4f9ab067d5581e2436e0","created_at":"2018-08-12T08:37:17Z","admin_state_up":true,"updated_at":"2018-08-12T08:37:26Z","binding:vnic_type":"normal","device_id":"5feabd61-d034-4aa8-ad19-656a22b07604","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:9d:ab:5e","id":"d94a0fc9-93df-4ed1-97ae-d39e6cbc3089","port_security_enabled":true,"project_id":"1a00ef4ec59a4f9ab067d5581e2436e0","fixed_ips":[{"subnet_id":"f7b8da2b-af0e-4e3d-abc0-c246fda3da48","ip_address":"10.55.0.13"}],"extra_dhcp_opts":[],"security_groups":["74491fe0-c110-49d3-95ef-51a7cdbe6175"],"name":"CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-port"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"9aa24e2e-546d-4b63-b96e-bccbf5f86ab1","tenant_id":"1a00ef4ec59a4f9ab067d5581e2436e0","created_at":"2018-08-12T08:37:09Z","admin_state_up":true,"updated_at":"2018-08-12T08:37:12Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-9aa24e2e-546d-4b63-b96e-bccbf5f86ab1","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:42:7b:0c","id":"e3aa4dc4-bc8d-43c2-93d8-9a4c7969f760","port_security_enabled":false,"project_id":"1a00ef4ec59a4f9ab067d5581e2436e0","fixed_ips":[{"subnet_id":"f7b8da2b-af0e-4e3d-abc0-c246fda3da48","ip_address":"10.55.0.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-12 08:37:37,451 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=9aa24e2e-546d-4b63-b96e-bccbf5f86ab1 used request id req-22af4287-0d44-4b57-93aa-7b71ebd86515 2018-08-12 08:37:37,452 - create_instance - INFO - Deleting Port with ID - d94a0fc9-93df-4ed1-97ae-d39e6cbc3089 2018-08-12 08:37:37,452 - neutron_utils - INFO - Deleting port with name CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-port 2018-08-12 08:37:37,457 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/ports/d94a0fc9-93df-4ed1-97ae-d39e6cbc3089 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df883e92bd97bf8c4c27cda535d9a5d316539039" 2018-08-12 08:37:37,995 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d6be07ed-751e-405a-b0b0-0a21288b437b Date: Sun, 12 Aug 2018 08:37:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:37:37,995 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/ports/d94a0fc9-93df-4ed1-97ae-d39e6cbc3089 used request id req-d6be07ed-751e-405a-b0b0-0a21288b437b 2018-08-12 08:37:37,998 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/1a00ef4ec59a4f9ab067d5581e2436e0/volumes/df22b1c2-7738-428b-a161-330deabccbce -H "OpenStack-API-Version: volume 3.5" -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ab02f52a-2e54-4d8c-9da6-89546a59b9c3" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df883e92bd97bf8c4c27cda535d9a5d316539039" 2018-08-12 08:37:38,253 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:37:37 GMT Server: Apache x-compute-request-id: req-c2d7732d-d2c6-411f-bd9d-366605dbe82d OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c2d7732d-d2c6-411f-bd9d-366605dbe82d Content-Encoding: gzip Content-Length: 589 Content-Type: application/json RESP BODY: {"volume": {"status": "in-use", "user_id": "9ed08ccd109745328c91e2c95c5e003e", "attachments": [{"server_id": "5feabd61-d034-4aa8-ad19-656a22b07604", "attachment_id": "c5c2d345-f56b-419a-a055-625f1703356a", "attached_at": "2018-08-12T08:37:35.000000", "host_name": "overcloud-novacompute-0.opnfvlf.org", "volume_id": "df22b1c2-7738-428b-a161-330deabccbce", "device": "/dev/vdb", "id": "df22b1c2-7738-428b-a161-330deabccbce"}], "links": [{"href": "http://172.30.9.21:8776/v3/1a00ef4ec59a4f9ab067d5581e2436e0/volumes/df22b1c2-7738-428b-a161-330deabccbce", "rel": "self"}, {"href": "http://172.30.9.21:8776/1a00ef4ec59a4f9ab067d5581e2436e0/volumes/df22b1c2-7738-428b-a161-330deabccbce", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-12T08:37:10.000000", "description": null, "os-vol-tenant-attr:tenant_id": "1a00ef4ec59a4f9ab067d5581e2436e0", "updated_at": "2018-08-12T08:37:35.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {"attached_mode": "rw"}, "id": "df22b1c2-7738-428b-a161-330deabccbce", "size": 1}} 2018-08-12 08:37:38,253 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/1a00ef4ec59a4f9ab067d5581e2436e0/volumes/df22b1c2-7738-428b-a161-330deabccbce used request id req-c2d7732d-d2c6-411f-bd9d-366605dbe82d 2018-08-12 08:37:38,256 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/servers/5feabd61-d034-4aa8-ad19-656a22b07604/os-volume_attachments/df22b1c2-7738-428b-a161-330deabccbce -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df883e92bd97bf8c4c27cda535d9a5d316539039" 2018-08-12 08:37:39,156 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 08:37: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-84e9928d-3e88-498b-ad3c-c42ae78e77b1 x-compute-request-id: req-84e9928d-3e88-498b-ad3c-c42ae78e77b1 Content-Length: 0 Content-Type: application/json 2018-08-12 08:37:39,156 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/5feabd61-d034-4aa8-ad19-656a22b07604/os-volume_attachments/df22b1c2-7738-428b-a161-330deabccbce used request id req-84e9928d-3e88-498b-ad3c-c42ae78e77b1 2018-08-12 08:37:39,159 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/5feabd61-d034-4aa8-ad19-656a22b07604 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df883e92bd97bf8c4c27cda535d9a5d316539039" 2018-08-12 08:37:39,426 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:37:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-05086303-0006-40e4-9d01-33a5f80d7bdf x-compute-request-id: req-05086303-0006-40e4-9d01-33a5f80d7bdf Content-Encoding: gzip Content-Length: 681 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/5feabd61-d034-4aa8-ad19-656a22b07604", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/5feabd61-d034-4aa8-ad19-656a22b07604", "rel": "bookmark"}], "image": {"id": "235cd88a-c3c6-4e72-b828-e9e3989e2361", "links": [{"href": "http://172.30.9.21:8774/images/235cd88a-c3c6-4e72-b828-e9e3989e2361", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:37:26.000000", "flavor": {"id": "76f370d6-7062-4cb4-9227-8da919d5f4ae", "links": [{"href": "http://172.30.9.21:8774/flavors/76f370d6-7062-4cb4-9227-8da919d5f4ae", "rel": "bookmark"}]}, "id": "5feabd61-d034-4aa8-ad19-656a22b07604", "user_id": "9ed08ccd109745328c91e2c95c5e003e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:37:26Z", "hostId": "3bc0857835188f792c8440d2e3cb793f20f2c857ac8237cd103bf188", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-inst", "created": "2018-08-12T08:37:21Z", "tenant_id": "1a00ef4ec59a4f9ab067d5581e2436e0", "os-extended-volumes:volumes_attached": [{"id": "df22b1c2-7738-428b-a161-330deabccbce"}], "metadata": {}}} 2018-08-12 08:37:39,426 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/5feabd61-d034-4aa8-ad19-656a22b07604 used request id req-05086303-0006-40e4-9d01-33a5f80d7bdf 2018-08-12 08:37:42,433 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/5feabd61-d034-4aa8-ad19-656a22b07604 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df883e92bd97bf8c4c27cda535d9a5d316539039" 2018-08-12 08:37:42,703 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:37: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-f5cd78ce-f2a7-4ccc-9f6e-bf8baeaccc02 x-compute-request-id: req-f5cd78ce-f2a7-4ccc-9f6e-bf8baeaccc02 Content-Encoding: gzip Content-Length: 655 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/5feabd61-d034-4aa8-ad19-656a22b07604", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/5feabd61-d034-4aa8-ad19-656a22b07604", "rel": "bookmark"}], "image": {"id": "235cd88a-c3c6-4e72-b828-e9e3989e2361", "links": [{"href": "http://172.30.9.21:8774/images/235cd88a-c3c6-4e72-b828-e9e3989e2361", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:37:26.000000", "flavor": {"id": "76f370d6-7062-4cb4-9227-8da919d5f4ae", "links": [{"href": "http://172.30.9.21:8774/flavors/76f370d6-7062-4cb4-9227-8da919d5f4ae", "rel": "bookmark"}]}, "id": "5feabd61-d034-4aa8-ad19-656a22b07604", "user_id": "9ed08ccd109745328c91e2c95c5e003e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:37:26Z", "hostId": "3bc0857835188f792c8440d2e3cb793f20f2c857ac8237cd103bf188", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-inst", "created": "2018-08-12T08:37:21Z", "tenant_id": "1a00ef4ec59a4f9ab067d5581e2436e0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:37:42,704 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/5feabd61-d034-4aa8-ad19-656a22b07604 used request id req-f5cd78ce-f2a7-4ccc-9f6e-bf8baeaccc02 2018-08-12 08:37:42,704 - create_instance - INFO - Deleting VM instance - CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-inst 2018-08-12 08:37:42,707 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/servers/5feabd61-d034-4aa8-ad19-656a22b07604 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df883e92bd97bf8c4c27cda535d9a5d316539039" 2018-08-12 08:37:42,855 - novaclient.v2.client - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:37: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-d7f851af-68df-455c-b676-3bbb604ed321 x-compute-request-id: req-d7f851af-68df-455c-b676-3bbb604ed321 Content-Type: application/json 2018-08-12 08:37:42,855 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/5feabd61-d034-4aa8-ad19-656a22b07604 used request id req-d7f851af-68df-455c-b676-3bbb604ed321 2018-08-12 08:37:42,855 - create_instance - INFO - Checking deletion status 2018-08-12 08:37:42,858 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/5feabd61-d034-4aa8-ad19-656a22b07604 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df883e92bd97bf8c4c27cda535d9a5d316539039" 2018-08-12 08:37:43,143 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:37: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-10929572-503c-4bb7-af30-d7409332797b x-compute-request-id: req-10929572-503c-4bb7-af30-d7409332797b Content-Encoding: gzip Content-Length: 659 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/5feabd61-d034-4aa8-ad19-656a22b07604", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/5feabd61-d034-4aa8-ad19-656a22b07604", "rel": "bookmark"}], "image": {"id": "235cd88a-c3c6-4e72-b828-e9e3989e2361", "links": [{"href": "http://172.30.9.21:8774/images/235cd88a-c3c6-4e72-b828-e9e3989e2361", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:37:26.000000", "flavor": {"id": "76f370d6-7062-4cb4-9227-8da919d5f4ae", "links": [{"href": "http://172.30.9.21:8774/flavors/76f370d6-7062-4cb4-9227-8da919d5f4ae", "rel": "bookmark"}]}, "id": "5feabd61-d034-4aa8-ad19-656a22b07604", "user_id": "9ed08ccd109745328c91e2c95c5e003e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:37:42Z", "hostId": "3bc0857835188f792c8440d2e3cb793f20f2c857ac8237cd103bf188", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-inst", "created": "2018-08-12T08:37:21Z", "tenant_id": "1a00ef4ec59a4f9ab067d5581e2436e0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:37:43,143 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/5feabd61-d034-4aa8-ad19-656a22b07604 used request id req-10929572-503c-4bb7-af30-d7409332797b 2018-08-12 08:37:43,143 - create_instance - DEBUG - Instance status [CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-inst] is - ACTIVE 2018-08-12 08:37:43,143 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-12 08:37:46,146 - create_instance - DEBUG - VM status query timeout in 296.709382057 2018-08-12 08:37:46,149 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/5feabd61-d034-4aa8-ad19-656a22b07604 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df883e92bd97bf8c4c27cda535d9a5d316539039" 2018-08-12 08:37:46,199 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:37:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-98f7a8f3-1fbb-4a6a-bf9c-b877402f1429 x-compute-request-id: req-98f7a8f3-1fbb-4a6a-bf9c-b877402f1429 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 5feabd61-d034-4aa8-ad19-656a22b07604 could not be found.", "code": 404}} 2018-08-12 08:37:46,199 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/5feabd61-d034-4aa8-ad19-656a22b07604 used request id req-98f7a8f3-1fbb-4a6a-bf9c-b877402f1429 2018-08-12 08:37:46,199 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 5feabd61-d034-4aa8-ad19-656a22b07604 could not be found. (HTTP 404) (Request-ID: req-98f7a8f3-1fbb-4a6a-bf9c-b877402f1429) 2018-08-12 08:37:46,200 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-inst 2018-08-12 08:37:46,203 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/flavors/76f370d6-7062-4cb4-9227-8da919d5f4ae -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96e215060749302feb38d621d39172fd60e7b279" 2018-08-12 08:37:46,236 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 08:37:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-31ce1612-4d51-4f64-90be-bd7858aa382b x-compute-request-id: req-31ce1612-4d51-4f64-90be-bd7858aa382b Content-Length: 0 Content-Type: application/json 2018-08-12 08:37:46,236 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/76f370d6-7062-4cb4-9227-8da919d5f4ae used request id req-31ce1612-4d51-4f64-90be-bd7858aa382b 2018-08-12 08:37:46,237 - neutron_utils - INFO - Deleting subnet with name CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-pub-subnet 2018-08-12 08:37:46,237 - neutron_utils - INFO - Deleting subnet with name CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-pub-subnet 2018-08-12 08:37:46,242 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/f7b8da2b-af0e-4e3d-abc0-c246fda3da48 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}595df20ece467241794fe8090a9ad0360ecfa27b" 2018-08-12 08:37:48,697 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-6d87bc6b-6aff-4fcf-b811-ba97098d7aa9 Date: Sun, 12 Aug 2018 08:37:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:37:48,697 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/f7b8da2b-af0e-4e3d-abc0-c246fda3da48 used request id req-6d87bc6b-6aff-4fcf-b811-ba97098d7aa9 2018-08-12 08:37:48,698 - neutron_utils - INFO - Deleting network with name CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-pub-net 2018-08-12 08:37:48,703 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/9aa24e2e-546d-4b63-b96e-bccbf5f86ab1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}595df20ece467241794fe8090a9ad0360ecfa27b" 2018-08-12 08:37:50,615 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-47dcf21e-4a70-458c-b8b4-cc2ab0e06a54 Date: Sun, 12 Aug 2018 08:37:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:37:50,615 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/9aa24e2e-546d-4b63-b96e-bccbf5f86ab1 used request id req-47dcf21e-4a70-458c-b8b4-cc2ab0e06a54 2018-08-12 08:37:50,618 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/1a00ef4ec59a4f9ab067d5581e2436e0/volumes/3e6f2f4d-7e48-4862-8e20-0135cdbd3b49 -H "OpenStack-API-Version: volume 3.5" -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-db85b9ed-ba1e-43c9-931b-1043309a2b51" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}876ae29dca02c3a22a589d06d46a3a1313d11608" 2018-08-12 08:37:50,923 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:37:50 GMT Server: Apache x-compute-request-id: req-2528828b-e5f0-4ec6-847c-3b45b6ae5812 OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-2528828b-e5f0-4ec6-847c-3b45b6ae5812 Content-Encoding: gzip Content-Length: 463 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "9ed08ccd109745328c91e2c95c5e003e", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/1a00ef4ec59a4f9ab067d5581e2436e0/volumes/3e6f2f4d-7e48-4862-8e20-0135cdbd3b49", "rel": "self"}, {"href": "http://172.30.9.21:8776/1a00ef4ec59a4f9ab067d5581e2436e0/volumes/3e6f2f4d-7e48-4862-8e20-0135cdbd3b49", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-12T08:37:12.000000", "description": null, "os-vol-tenant-attr:tenant_id": "1a00ef4ec59a4f9ab067d5581e2436e0", "updated_at": "2018-08-12T08:37:12.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "3e6f2f4d-7e48-4862-8e20-0135cdbd3b49", "size": 1}} 2018-08-12 08:37:50,923 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/1a00ef4ec59a4f9ab067d5581e2436e0/volumes/3e6f2f4d-7e48-4862-8e20-0135cdbd3b49 used request id req-2528828b-e5f0-4ec6-847c-3b45b6ae5812 2018-08-12 08:37:50,923 - create_volume - DEBUG - Instance status is - available 2018-08-12 08:37:50,923 - create_volume - DEBUG - Volume is active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-2 2018-08-12 08:37:50,924 - cinder_utils - INFO - Deleting volume named - CreateInstanceVolumeTests-CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-2 2018-08-12 08:37:50,926 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8776/v3/1a00ef4ec59a4f9ab067d5581e2436e0/volumes/3e6f2f4d-7e48-4862-8e20-0135cdbd3b49 -H "OpenStack-API-Version: volume 3.5" -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-db85b9ed-ba1e-43c9-931b-1043309a2b51" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}876ae29dca02c3a22a589d06d46a3a1313d11608" 2018-08-12 08:37:51,220 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 08:37:50 GMT Server: Apache OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version x-openstack-request-id: req-933b57c0-4df3-4754-9042-6338eb49f5c2 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 08:37:51,220 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.21:8776/v3/1a00ef4ec59a4f9ab067d5581e2436e0/volumes/3e6f2f4d-7e48-4862-8e20-0135cdbd3b49 used request id req-933b57c0-4df3-4754-9042-6338eb49f5c2 2018-08-12 08:37:51,223 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/1a00ef4ec59a4f9ab067d5581e2436e0/volumes/3e6f2f4d-7e48-4862-8e20-0135cdbd3b49 -H "OpenStack-API-Version: volume 3.5" -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-db85b9ed-ba1e-43c9-931b-1043309a2b51" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}876ae29dca02c3a22a589d06d46a3a1313d11608" 2018-08-12 08:37:51,509 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:37:51 GMT Server: Apache OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version x-compute-request-id: req-83b80cb6-a65f-4695-8d85-1e4591b8ebe4 x-openstack-request-id: req-83b80cb6-a65f-4695-8d85-1e4591b8ebe4 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 3e6f2f4d-7e48-4862-8e20-0135cdbd3b49 could not be found.", "code": 404}} 2018-08-12 08:37:51,509 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/1a00ef4ec59a4f9ab067d5581e2436e0/volumes/3e6f2f4d-7e48-4862-8e20-0135cdbd3b49 used request id req-83b80cb6-a65f-4695-8d85-1e4591b8ebe4 2018-08-12 08:37:51,509 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume 3e6f2f4d-7e48-4862-8e20-0135cdbd3b49 could not be found. (HTTP 404) (Request-ID: req-83b80cb6-a65f-4695-8d85-1e4591b8ebe4) 2018-08-12 08:37:51,509 - create_volume - INFO - Volume has been properly deleted with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-2 2018-08-12 08:37:51,513 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/1a00ef4ec59a4f9ab067d5581e2436e0/volumes/df22b1c2-7738-428b-a161-330deabccbce -H "OpenStack-API-Version: volume 3.5" -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-0a1ab19b-b73e-437e-bf41-b202783d18c7" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb470f8872c3e52f632020a23f36c5c7893f58f1" 2018-08-12 08:37:51,732 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:37:51 GMT Server: Apache x-compute-request-id: req-74aba9c7-9848-4f78-b500-903af9962f52 OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-74aba9c7-9848-4f78-b500-903af9962f52 Content-Encoding: gzip Content-Length: 466 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "9ed08ccd109745328c91e2c95c5e003e", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/1a00ef4ec59a4f9ab067d5581e2436e0/volumes/df22b1c2-7738-428b-a161-330deabccbce", "rel": "self"}, {"href": "http://172.30.9.21:8776/1a00ef4ec59a4f9ab067d5581e2436e0/volumes/df22b1c2-7738-428b-a161-330deabccbce", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-12T08:37:10.000000", "description": null, "os-vol-tenant-attr:tenant_id": "1a00ef4ec59a4f9ab067d5581e2436e0", "updated_at": "2018-08-12T08:37:39.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "df22b1c2-7738-428b-a161-330deabccbce", "size": 1}} 2018-08-12 08:37:51,733 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/1a00ef4ec59a4f9ab067d5581e2436e0/volumes/df22b1c2-7738-428b-a161-330deabccbce used request id req-74aba9c7-9848-4f78-b500-903af9962f52 2018-08-12 08:37:51,733 - create_volume - DEBUG - Instance status is - available 2018-08-12 08:37:51,733 - create_volume - DEBUG - Volume is active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-1 2018-08-12 08:37:51,733 - cinder_utils - INFO - Deleting volume named - CreateInstanceVolumeTests-CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-1 2018-08-12 08:37:51,736 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8776/v3/1a00ef4ec59a4f9ab067d5581e2436e0/volumes/df22b1c2-7738-428b-a161-330deabccbce -H "OpenStack-API-Version: volume 3.5" -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-0a1ab19b-b73e-437e-bf41-b202783d18c7" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb470f8872c3e52f632020a23f36c5c7893f58f1" 2018-08-12 08:37:51,999 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 08:37:51 GMT Server: Apache OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version x-openstack-request-id: req-31b8a2f2-1300-4e97-8b74-5ae3f8b5ca69 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 08:37:51,999 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.21:8776/v3/1a00ef4ec59a4f9ab067d5581e2436e0/volumes/df22b1c2-7738-428b-a161-330deabccbce used request id req-31b8a2f2-1300-4e97-8b74-5ae3f8b5ca69 2018-08-12 08:37:52,002 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/1a00ef4ec59a4f9ab067d5581e2436e0/volumes/df22b1c2-7738-428b-a161-330deabccbce -H "OpenStack-API-Version: volume 3.5" -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-0a1ab19b-b73e-437e-bf41-b202783d18c7" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb470f8872c3e52f632020a23f36c5c7893f58f1" 2018-08-12 08:37:52,220 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:37:51 GMT Server: Apache OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version x-compute-request-id: req-f6079e8c-083f-4414-bb59-ecb53d8e8499 x-openstack-request-id: req-f6079e8c-083f-4414-bb59-ecb53d8e8499 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume df22b1c2-7738-428b-a161-330deabccbce could not be found.", "code": 404}} 2018-08-12 08:37:52,220 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/1a00ef4ec59a4f9ab067d5581e2436e0/volumes/df22b1c2-7738-428b-a161-330deabccbce used request id req-f6079e8c-083f-4414-bb59-ecb53d8e8499 2018-08-12 08:37:52,220 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume df22b1c2-7738-428b-a161-330deabccbce could not be found. (HTTP 404) (Request-ID: req-f6079e8c-083f-4414-bb59-ecb53d8e8499) 2018-08-12 08:37:52,220 - create_volume - INFO - Volume has been properly deleted with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-1 2018-08-12 08:37:52,221 - glance_utils - INFO - Deleting image named - CreateInstanceVolumeTests-50b0a419-a7d4-40de-8147-51b96717d9a3-image 2018-08-12 08:37:52,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/235cd88a-c3c6-4e72-b828-e9e3989e2361 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}fb912576daae12dea9f6e410ec1591c48c65aba6" 2018-08-12 08:37:52,794 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-9d5b6a02-9dc6-4710-8afa-0f691c6272e3 Date: Sun, 12 Aug 2018 08:37: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 08:37:52,794 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/235cd88a-c3c6-4e72-b828-e9e3989e2361 used request id req-9d5b6a02-9dc6-4710-8afa-0f691c6272e3 2018-08-12 08:37:52,795 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:37:52,796 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:37:52,796 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:37:52,796 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:37:52,796 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:37:52,803 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c373b90b908c747bdcb8d3eff131179454824bfc" 2018-08-12 08:37:53,071 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 45548 X-Openstack-Request-Id: req-f9e2cf70-4826-45e8-bbcb-9a2c31df5050 Date: Sun, 12 Aug 2018 08:37:53 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "created_at": "2018-08-12T06:59:44Z", "updated_at": "2018-08-12T06:59:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "1d7fd960-7865-4453-aecc-8d399b4fad21", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "66820d8a-b785-4b18-bd67-500221c8e4f9", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "74fc7638-a322-4841-8c47-06d36174a200", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "8eaa09ec-8419-4582-9312-1e527afe6e4b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}], "revision_number": 4, "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "created_at": "2018-08-12T05:12:34Z", "updated_at": "2018-08-12T05:12:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "709513d2-af7d-4d0b-bd3c-604fed75a711", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "aa346066-e46f-44f2-94be-2884aa998a19", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "c15f7b93-e56c-4afa-867d-2acb286d4b7b", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "cb0ef83f-5f70-4a80-ad35-431ca9df551e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}], "revision_number": 4, "project_id": "fa5a7fe6ee54472ba01638877aade8e3", "id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ea65becf30e54b27aa96a449698a435e", "created_at": "2018-08-12T05:10:35Z", "updated_at": "2018-08-12T05:10:35Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "30ad280c-f302-4cd4-a438-5139917b56f9", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "76115c4c-887d-4f0a-83e2-486e4b39c713", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "8ab14937-4c08-4d43-8a9a-662e622cc643", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "ee757a03-5662-4273-9c3e-6212e7afb48f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}], "revision_number": 4, "project_id": "ea65becf30e54b27aa96a449698a435e", "id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "created_at": "2018-08-12T06:20:09Z", "updated_at": "2018-08-12T06:20:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "1123b8f2-75ac-4a26-b9b2-a96da97408e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "2ddd2b93-e080-48cd-9a50-f5fe8a82ad0c", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "cd1bae62-0aea-4438-b4c3-50a69ae6f855", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "e398e01e-ceea-46d1-9534-b929808c4a5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}], "revision_number": 4, "project_id": "ff7abd7bb61f4f2889831e932d65dc2e", "id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "created_at": "2018-08-12T05:34:57Z", "updated_at": "2018-08-12T05:34:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "208a1c1e-f5f8-49c7-9a25-d07e68b1541f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "27bfd867-e607-4bf8-9de8-60682d3f771d", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "49360e1f-6fd3-4f35-b339-24cea95773ee", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "60f631a9-d305-4920-9631-d0543e2ac64f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}], "revision_number": 4, "project_id": "3a85ceae958d4d9fba68847e7df67db8", "id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "created_at": "2018-08-12T05:34:40Z", "updated_at": "2018-08-12T05:34:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "2192c259-363e-4768-ae73-e75837ad63b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "3f87ddc5-f84d-41dc-8215-847724782569", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "7d89f6da-ea78-49dd-9115-f9ad23b250bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "9ec4497d-0f65-44db-9be9-7b3042e4a584", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}], "revision_number": 4, "project_id": "85517fcf1c6247e699fdcdd42ecc8c79", "id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "created_at": "2018-08-12T05:16:02Z", "updated_at": "2018-08-12T05:16:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "1ecacd8c-c1c7-4a66-9871-406a69323b43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "3cc1750c-e0e7-4902-b6f3-494a161b832e", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "d719a7a4-8c99-44ed-8c12-6bf071890203", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "fe7421b5-d577-41da-8c78-62f3c07eda92", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}], "revision_number": 4, "project_id": "a267b9a156244bb192691cff6e5f74fe", "id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1a00ef4ec59a4f9ab067d5581e2436e0", "created_at": "2018-08-12T08:37:07Z", "updated_at": "2018-08-12T08:37:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:37:07Z", "revision_number": 0, "id": "4acc70fa-1d81-4e05-b516-ba247aa9bef5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:37:07Z", "security_group_id": "74491fe0-c110-49d3-95ef-51a7cdbe6175", "tenant_id": "1a00ef4ec59a4f9ab067d5581e2436e0", "port_range_min": null, "ethertype": "IPv6", "project_id": "1a00ef4ec59a4f9ab067d5581e2436e0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:37:07Z", "revision_number": 0, "id": "5f39d9b2-1956-4dea-ac63-377d4557821b", "remote_group_id": "74491fe0-c110-49d3-95ef-51a7cdbe6175", "remote_ip_prefix": null, "created_at": "2018-08-12T08:37:07Z", "security_group_id": "74491fe0-c110-49d3-95ef-51a7cdbe6175", "tenant_id": "1a00ef4ec59a4f9ab067d5581e2436e0", "port_range_min": null, "ethertype": "IPv6", "project_id": "1a00ef4ec59a4f9ab067d5581e2436e0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:37:07Z", "revision_number": 0, "id": "ac5c7ea8-4842-46e5-86d1-19e90cc986a3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:37:07Z", "security_group_id": "74491fe0-c110-49d3-95ef-51a7cdbe6175", "tenant_id": "1a00ef4ec59a4f9ab067d5581e2436e0", "port_range_min": null, "ethertype": "IPv4", "project_id": "1a00ef4ec59a4f9ab067d5581e2436e0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:37:07Z", "revision_number": 0, "id": "c8752961-77ca-4282-8c2d-eaac81b49d57", "remote_group_id": "74491fe0-c110-49d3-95ef-51a7cdbe6175", "remote_ip_prefix": null, "created_at": "2018-08-12T08:37:07Z", "security_group_id": "74491fe0-c110-49d3-95ef-51a7cdbe6175", "tenant_id": "1a00ef4ec59a4f9ab067d5581e2436e0", "port_range_min": null, "ethertype": "IPv4", "project_id": "1a00ef4ec59a4f9ab067d5581e2436e0"}], "revision_number": 4, "project_id": "1a00ef4ec59a4f9ab067d5581e2436e0", "id": "74491fe0-c110-49d3-95ef-51a7cdbe6175", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "315a428116f24d9fbb826b37080a918e", "created_at": "2018-08-12T05:11:31Z", "updated_at": "2018-08-12T05:11:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "5e52886a-1dc3-4a81-a55d-f388dc4fd1a1", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "678e32e4-d64c-448a-a4ab-e253ab94ae90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "a8da1539-e3ad-4f90-b2df-3dc1f09d228a", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "b73d5cc9-0205-4658-bb1f-61a042c0ab8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}], "revision_number": 4, "project_id": "315a428116f24d9fbb826b37080a918e", "id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-12T05:08:01Z", "updated_at": "2018-08-12T05:08:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:01Z", "revision_number": 0, "id": "0fb05d03-1117-45d0-930c-b6d4c96ef102", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "4faaab33-5788-4bbd-85b8-0fb44d41413a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "96d0c5a0-5c67-421b-8fc8-2b46d77e5db3", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "dd78519b-4bc5-4e8e-ad0f-58089dd69347", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "11a46741b7954b959fd7764109c047b6", "created_at": "2018-08-12T05:34:51Z", "updated_at": "2018-08-12T05:34:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "0b67bf3c-2289-43bb-ab6c-7d25ec32a279", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "51f3f833-337a-42bd-a8d5-742ea8d6c226", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "571fd0b5-ef90-408d-af33-aafb517b8993", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "944ba823-fb9c-496e-a66e-bb426bb14a8d", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}], "revision_number": 4, "project_id": "11a46741b7954b959fd7764109c047b6", "id": "90af9782-8112-4257-801d-ee5115d226ba", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "created_at": "2018-08-12T05:34:26Z", "updated_at": "2018-08-12T05:34:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "2ee1f63a-807c-4d6a-85ee-dd784f6b8c3f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5dec3ec2-2add-47dd-8618-90659dcf3885", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5ea0dc3e-49d0-43f0-94e9-f6443527d14c", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "fbfaca22-7e3e-4128-8973-43e439b77c28", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}], "revision_number": 4, "project_id": "3c01cd58055c44ecaef39f7e625c2258", "id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "521007c1818145639e93ceb270559219", "created_at": "2018-08-12T05:13:27Z", "updated_at": "2018-08-12T05:13:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "5e7fede5-b0f2-47d8-95c3-516cdfc7f9de", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "8fd0e36f-c6c4-4f64-ba97-40439e614448", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "db7d79de-1dfc-4138-945f-91e74cdc266b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "e87f2cff-ff3e-4b6d-aaf0-7f0eb0ab9f05", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}], "revision_number": 4, "project_id": "521007c1818145639e93ceb270559219", "id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "created_at": "2018-08-12T05:08:18Z", "updated_at": "2018-08-12T05:08:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "3c67be40-bf74-4f97-9693-d93ce73a23b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "6112d869-2fc6-4a25-a13c-3d55cd7206c0", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "bdf21c56-453e-482e-9cba-3c55abcb0339", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "c8e92c39-38cc-4f48-be9c-5f0912e6a725", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}], "revision_number": 4, "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "created_at": "2018-08-12T05:04:23Z", "updated_at": "2018-08-12T05:04:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "280546d9-8ad1-4283-abfc-15ee9b1736c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "58bce125-f2ca-4a6d-b9ca-4e6cf5c0f7a5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "69275b9a-cfb5-482c-a9c4-8ffc79adf2c7", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "6d747f3a-3764-469a-a645-f977585c5aac", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}], "revision_number": 4, "project_id": "310f5853751a4c968f3eeb0a3d99a0a8", "id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "created_at": "2018-08-12T05:34:42Z", "updated_at": "2018-08-12T05:34:42Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "199582e8-25aa-457a-aa7c-6d8413ca4464", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "234f3609-4454-448f-919d-c8143c7cd764", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "c1061460-71a2-49a9-a04b-9fa33eeb17ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "d21ac532-51d8-4d6b-8300-7bac216759bf", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}], "revision_number": 4, "project_id": "9f6c1a272706419c9a74b0893b2890e8", "id": "d6739716-c693-460c-89c6-e7c8c48f8245", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "created_at": "2018-08-12T05:34:54Z", "updated_at": "2018-08-12T05:34:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "0633a05a-ee7d-4476-a56b-75d011b22f77", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "6cc1b9f8-73db-47a3-a0e0-3c96c43f34da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "90d99a6b-e94f-4fd8-a10c-f19dd8954c13", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "e843c139-af2a-4d2c-a24f-59f7b10ff72e", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}], "revision_number": 4, "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "created_at": "2018-08-12T05:09:07Z", "updated_at": "2018-08-12T05:09:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "5495e168-f505-4d74-ae6d-387f0bf533c2", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "6fd19b8b-3062-456e-81ba-3ff37fe43429", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8ca59d25-485c-46ce-939c-2e4a468caeac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8f190846-50a0-42b9-b571-390809b752b1", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}], "revision_number": 4, "project_id": "fa9ca6d7608b4d7d87ce97331679a481", "id": "edcd9b17-9416-4c25-823c-060c435e18d7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "created_at": "2018-08-12T05:34:52Z", "updated_at": "2018-08-12T05:34:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "2c7e484e-6ec5-4a95-8c9c-66d294c0c27e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "70c74258-3c2c-4efc-87e0-079c26ee3417", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "b70382fa-082e-4c2b-abc8-87490fa50b11", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "c3628e02-b4b6-42c9-8751-c1a2d3c19caa", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}], "revision_number": 4, "project_id": "87db863ba6e348b0a5ddcb67053db9d1", "id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "name": "default"}]} 2018-08-12 08:37:53,072 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-f9e2cf70-4826-45e8-bbcb-9a2c31df5050 2018-08-12 08:37:53,081 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c373b90b908c747bdcb8d3eff131179454824bfc" 2018-08-12 08:37:53,174 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:37:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-907ec236-c9b4-497e-abed-25be270654d1 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 5fe28c13d4d74ba2be8d019ac1ea6363.", "code": 404, "title": "Not Found"}} 2018-08-12 08:37:53,174 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 used request id req-907ec236-c9b4-497e-abed-25be270654d1 2018-08-12 08:37:53,174 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:37:53,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c373b90b908c747bdcb8d3eff131179454824bfc" 2018-08-12 08:37:53,264 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:37:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-53f1e1ff-3f1e-4ed1-b856-da2bc4462a80 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa5a7fe6ee54472ba01638877aade8e3.", "code": 404, "title": "Not Found"}} 2018-08-12 08:37:53,265 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 used request id req-53f1e1ff-3f1e-4ed1-b856-da2bc4462a80 2018-08-12 08:37:53,265 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:37:53,268 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c373b90b908c747bdcb8d3eff131179454824bfc" 2018-08-12 08:37:53,360 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:37:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6cf12031-dedc-4c24-b85f-5909edc122a3 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ea65becf30e54b27aa96a449698a435e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:37:53,360 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e used request id req-6cf12031-dedc-4c24-b85f-5909edc122a3 2018-08-12 08:37:53,360 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:37:53,364 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c373b90b908c747bdcb8d3eff131179454824bfc" 2018-08-12 08:37:53,465 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:37:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-81cd1423-2408-4a2c-a6d8-3b6c9fbc150e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ff7abd7bb61f4f2889831e932d65dc2e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:37:53,465 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e used request id req-81cd1423-2408-4a2c-a6d8-3b6c9fbc150e 2018-08-12 08:37:53,465 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:37:53,469 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c373b90b908c747bdcb8d3eff131179454824bfc" 2018-08-12 08:37:53,554 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:37:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b089f36d-fb92-4a0a-a94c-dccf1dd6814c Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3a85ceae958d4d9fba68847e7df67db8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:37:53,554 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 used request id req-b089f36d-fb92-4a0a-a94c-dccf1dd6814c 2018-08-12 08:37:53,554 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:37:53,557 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c373b90b908c747bdcb8d3eff131179454824bfc" 2018-08-12 08:37:53,654 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:37:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5d343b97-f7d1-4a26-a536-5fc1175e987a Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 85517fcf1c6247e699fdcdd42ecc8c79.", "code": 404, "title": "Not Found"}} 2018-08-12 08:37:53,654 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 used request id req-5d343b97-f7d1-4a26-a536-5fc1175e987a 2018-08-12 08:37:53,655 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:37:53,658 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c373b90b908c747bdcb8d3eff131179454824bfc" 2018-08-12 08:37:53,751 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:37:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9c214a7b-0a57-442f-8dab-4b6193c2be28 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}} 2018-08-12 08:37:53,752 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe used request id req-9c214a7b-0a57-442f-8dab-4b6193c2be28 2018-08-12 08:37:53,755 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/1a00ef4ec59a4f9ab067d5581e2436e0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c373b90b908c747bdcb8d3eff131179454824bfc" 2018-08-12 08:37:53,848 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:37:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aacc5330-9f81-4c7d-9f27-f3e06078151b Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/1a00ef4ec59a4f9ab067d5581e2436e0"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "1a00ef4ec59a4f9ab067d5581e2436e0", "name": "CreateInstanceVolumeTests-350d71c8-6c8e-45e-proj"}} 2018-08-12 08:37:53,849 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/1a00ef4ec59a4f9ab067d5581e2436e0 used request id req-aacc5330-9f81-4c7d-9f27-f3e06078151b 2018-08-12 08:37:53,849 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 74491fe0-c110-49d3-95ef-51a7cdbe6175 2018-08-12 08:37:53,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=74491fe0-c110-49d3-95ef-51a7cdbe6175 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c373b90b908c747bdcb8d3eff131179454824bfc" 2018-08-12 08:37:54,061 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-c19eba94-5adb-4d81-8c8e-30e8b1e200f0 Date: Sun, 12 Aug 2018 08:37:54 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-12T08:37:07Z", "security_group_id": "74491fe0-c110-49d3-95ef-51a7cdbe6175", "port_range_min": null, "revision_number": 0, "tenant_id": "1a00ef4ec59a4f9ab067d5581e2436e0", "created_at": "2018-08-12T08:37:07Z", "project_id": "1a00ef4ec59a4f9ab067d5581e2436e0", "id": "4acc70fa-1d81-4e05-b516-ba247aa9bef5"}, {"remote_group_id": "74491fe0-c110-49d3-95ef-51a7cdbe6175", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:37:07Z", "security_group_id": "74491fe0-c110-49d3-95ef-51a7cdbe6175", "port_range_min": null, "revision_number": 0, "tenant_id": "1a00ef4ec59a4f9ab067d5581e2436e0", "created_at": "2018-08-12T08:37:07Z", "project_id": "1a00ef4ec59a4f9ab067d5581e2436e0", "id": "5f39d9b2-1956-4dea-ac63-377d4557821b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:37:07Z", "security_group_id": "74491fe0-c110-49d3-95ef-51a7cdbe6175", "port_range_min": null, "revision_number": 0, "tenant_id": "1a00ef4ec59a4f9ab067d5581e2436e0", "created_at": "2018-08-12T08:37:07Z", "project_id": "1a00ef4ec59a4f9ab067d5581e2436e0", "id": "ac5c7ea8-4842-46e5-86d1-19e90cc986a3"}, {"remote_group_id": "74491fe0-c110-49d3-95ef-51a7cdbe6175", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:37:07Z", "security_group_id": "74491fe0-c110-49d3-95ef-51a7cdbe6175", "port_range_min": null, "revision_number": 0, "tenant_id": "1a00ef4ec59a4f9ab067d5581e2436e0", "created_at": "2018-08-12T08:37:07Z", "project_id": "1a00ef4ec59a4f9ab067d5581e2436e0", "id": "c8752961-77ca-4282-8c2d-eaac81b49d57"}]} 2018-08-12 08:37:54,061 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=74491fe0-c110-49d3-95ef-51a7cdbe6175 used request id req-c19eba94-5adb-4d81-8c8e-30e8b1e200f0 2018-08-12 08:37:54,063 - neutron_utils - INFO - Deleting security group with name - default 2018-08-12 08:37:54,068 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/74491fe0-c110-49d3-95ef-51a7cdbe6175 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c373b90b908c747bdcb8d3eff131179454824bfc" 2018-08-12 08:37:54,425 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1ce2c74c-0e2c-4d0f-9b32-73adf44a3003 Content-Length: 0 Date: Sun, 12 Aug 2018 08:37:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:37:54,425 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/74491fe0-c110-49d3-95ef-51a7cdbe6175 used request id req-1ce2c74c-0e2c-4d0f-9b32-73adf44a3003 2018-08-12 08:37:54,426 - keystone_utils - INFO - Deleting project with name - CreateInstanceVolumeTests-350d71c8-6c8e-45e-proj 2018-08-12 08:37:54,430 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/1a00ef4ec59a4f9ab067d5581e2436e0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c373b90b908c747bdcb8d3eff131179454824bfc" 2018-08-12 08:37:54,680 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:37:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1f1af820-7134-4e02-9b3f-ba8fcdb81a3c 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 08:37:54,681 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/1a00ef4ec59a4f9ab067d5581e2436e0 used request id req-1f1af820-7134-4e02-9b3f-ba8fcdb81a3c 2018-08-12 08:37:54,681 - keystone_utils - INFO - Deleting role with name - CreateInstanceVolumeTests-350d71c8-6c8e-45e-proj-role 2018-08-12 08:37:54,685 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/6045a59ab24743928771a6183fdc27a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c373b90b908c747bdcb8d3eff131179454824bfc" 2018-08-12 08:37:54,818 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:37:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a0ad7507-0621-49f9-88ac-907e89c58bbb 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 08:37:54,818 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/6045a59ab24743928771a6183fdc27a9 used request id req-a0ad7507-0621-49f9-88ac-907e89c58bbb 2018-08-12 08:37:54,822 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c373b90b908c747bdcb8d3eff131179454824bfc" 2018-08-12 08:37:54,914 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:37:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-38c1a820-4dd5-4e20-87f6-49714eea329d Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:37:54,914 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-38c1a820-4dd5-4e20-87f6-49714eea329d 2018-08-12 08:37:54,915 - keystone_utils - INFO - Deleting user with name - CreateInstanceVolumeTests-350d71c8-6c8e-45e-user 2018-08-12 08:37:54,919 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/9ed08ccd109745328c91e2c95c5e003e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7a2c5324da025ee55800c7dba2cb842af7aff6d" 2018-08-12 08:37:55,148 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:37:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-96cd2987-be2b-4a65-b71c-989f48e59378 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 08:37:55,148 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/9ed08ccd109745328c91e2c95c5e003e used request id req-96cd2987-be2b-4a65-b71c-989f48e59378 2018-08-12 08:37:55,150 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:37:55,546 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:37:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["7akx3KUKSVOZPHtAEZg_YQ"], "issued_at": "2018-08-12T08:37:55.000000Z"}} 2018-08-12 08:37:55,546 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}8406bde1516cd7d13851cb75288304a7abcc7220" 2018-08-12 08:37:55,627 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:37:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-65a86f68-57a3-47a6-b573-69ebb989a51d Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:37:55,627 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-65a86f68-57a3-47a6-b573-69ebb989a51d 2018-08-12 08:37:55,628 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:37:55,629 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:37:56,046 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:37:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["3zoT0QUETmmmpsas3ybWyA"], "issued_at": "2018-08-12T08:37:56.000000Z"}} 2018-08-12 08:37:56,046 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}49262626a5975b152491f277bcd667943d457d75" 2018-08-12 08:37:56,164 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:37:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d9d70b00-27e8-4501-acbe-49e98fce4e18 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:37:56,164 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-d9d70b00-27e8-4501-acbe-49e98fce4e18 2018-08-12 08:37:56,168 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:37:56,173 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:37:56 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:37:56,174 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceVolumeTests-8ab60a23-a616-494-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49262626a5975b152491f277bcd667943d457d75" 2018-08-12 08:37:56,267 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:37:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-45b9deaa-28ac-4b8b-a7b5-2dde4fc2af3f Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceVolumeTests-8ab60a23-a616-494-proj", "previous": null, "next": null}, "projects": []} 2018-08-12 08:37:56,268 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceVolumeTests-8ab60a23-a616-494-proj used request id req-45b9deaa-28ac-4b8b-a7b5-2dde4fc2af3f 2018-08-12 08:37:56,271 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49262626a5975b152491f277bcd667943d457d75" 2018-08-12 08:37:56,364 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:37:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5cbeb73e-5b38-4483-b3f1-534e67d53132 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:37:56,365 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-5cbeb73e-5b38-4483-b3f1-534e67d53132 2018-08-12 08:37:56,368 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49262626a5975b152491f277bcd667943d457d75" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceVolumeTests-8ab60a23-a616-494-proj"}}' 2018-08-12 08:37:56,495 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:37:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f34918d2-7171-4377-931d-3f6eb3e082ae Content-Length: 322 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c84df896a8d446fc99506c3eb2a8ecad"}, "tags": [], "enabled": true, "id": "c84df896a8d446fc99506c3eb2a8ecad", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-8ab60a23-a616-494-proj"}} 2018-08-12 08:37:56,495 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-f34918d2-7171-4377-931d-3f6eb3e082ae 2018-08-12 08:37:56,495 - keystone_utils - INFO - Created project with name - CreateInstanceVolumeTests-8ab60a23-a616-494-proj 2018-08-12 08:37:56,495 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:37:56,496 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:37:56,896 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:37:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["LQ1ukvxDRdSF7u2yHWCd-w"], "issued_at": "2018-08-12T08:37:56.000000Z"}} 2018-08-12 08:37:56,896 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}c18d4c38b40b76f8c09ffde7c322e7939e00c1bb" 2018-08-12 08:37:56,990 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:37:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9ce3c12d-9577-41c9-beb7-b90778ac3a67 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:37:56,990 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-9ce3c12d-9577-41c9-beb7-b90778ac3a67 2018-08-12 08:37:56,994 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:37:56,999 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:37:56 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:37:57,000 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c18d4c38b40b76f8c09ffde7c322e7939e00c1bb" 2018-08-12 08:37:57,114 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:37:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dbf4c9c0-95d9-4b5e-895d-41e795c0adbe Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/105a247548624314b9228f85f6325f0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105a247548624314b9228f85f6325f0b", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/1c5de0eaa44543f08da6ad63a51594ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c5de0eaa44543f08da6ad63a51594ff", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/1d127b5b832547a88a547c116dfdd65b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d127b5b832547a88a547c116dfdd65b", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/1d5cfc170d624ce4ae53ae0507c8d517"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d5cfc170d624ce4ae53ae0507c8d517", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/2421820b75eb4d3ebd02830378d1377b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2421820b75eb4d3ebd02830378d1377b", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/40bd8ee54ecf44868cc83cede652c396"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40bd8ee54ecf44868cc83cede652c396", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/4f32fb8153854c4c9f5094b42b523f80"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f32fb8153854c4c9f5094b42b523f80", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7066130d08fb4db7bf4ab468de53933b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7066130d08fb4db7bf4ab468de53933b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/8d0898a83bcf4521bbc11501d5d7ac89"}, "domain_id": "1eec97585bde483292ece28ee11f4b8d", "enabled": true, "options": {}, "id": "8d0898a83bcf4521bbc11501d5d7ac89", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/9defcced327d476f8a3beab718a13da3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9defcced327d476f8a3beab718a13da3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/b80ee4f6992446e0879624dd436e99a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b80ee4f6992446e0879624dd436e99a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b86fd3e011324d398fcdb6f095a20a9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b86fd3e011324d398fcdb6f095a20a9d", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1701d2754064b5cadf765ea0806f9b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1701d2754064b5cadf765ea0806f9b2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/db4e7b8d76d549faa502716565c733dd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db4e7b8d76d549faa502716565c733dd", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-12 08:37:57,114 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-dbf4c9c0-95d9-4b5e-895d-41e795c0adbe 2018-08-12 08:37:57,118 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateInstanceVolumeTests-8ab60a23-a616-494-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c18d4c38b40b76f8c09ffde7c322e7939e00c1bb" 2018-08-12 08:37:57,212 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:37:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc626898-1413-4fba-aa4c-1d281a1bc6d1 Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateInstanceVolumeTests-8ab60a23-a616-494-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c84df896a8d446fc99506c3eb2a8ecad"}, "tags": [], "enabled": true, "id": "c84df896a8d446fc99506c3eb2a8ecad", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-8ab60a23-a616-494-proj"}]} 2018-08-12 08:37:57,212 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateInstanceVolumeTests-8ab60a23-a616-494-proj used request id req-fc626898-1413-4fba-aa4c-1d281a1bc6d1 2018-08-12 08:37:57,215 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c18d4c38b40b76f8c09ffde7c322e7939e00c1bb" 2018-08-12 08:37:57,306 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:37:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-143897b8-1e25-4f40-93da-4ec0077840a8 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:37:57,306 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-143897b8-1e25-4f40-93da-4ec0077840a8 2018-08-12 08:37:57,633 - keystone_utils - INFO - Created user with name - CreateInstanceVolumeTests-8ab60a23-a616-494-user 2018-08-12 08:37:57,633 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:37:57,637 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49262626a5975b152491f277bcd667943d457d75" 2018-08-12 08:37:57,726 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:37:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4f92980d-e708-4d41-a73d-30efffc3f8c2 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:37:57,726 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-4f92980d-e708-4d41-a73d-30efffc3f8c2 2018-08-12 08:37:57,730 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49262626a5975b152491f277bcd667943d457d75" -d '{"role": {"name": "CreateInstanceVolumeTests-8ab60a23-a616-494-proj-role"}}' 2018-08-12 08:37:57,848 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:37:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-caffb398-77b6-4ce2-9eec-6e38ab77ce31 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "173da809b2b6448eb3aadd2fb575f12a", "links": {"self": "http://172.30.9.21:5000/v3/roles/173da809b2b6448eb3aadd2fb575f12a"}, "name": "CreateInstanceVolumeTests-8ab60a23-a616-494-proj-role"}} 2018-08-12 08:37:57,849 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-caffb398-77b6-4ce2-9eec-6e38ab77ce31 2018-08-12 08:37:57,849 - keystone_utils - INFO - Created role with name - CreateInstanceVolumeTests-8ab60a23-a616-494-proj-role 2018-08-12 08:37:57,852 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/173da809b2b6448eb3aadd2fb575f12a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49262626a5975b152491f277bcd667943d457d75" 2018-08-12 08:37:57,943 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:37:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-20f5947a-b455-4234-8884-c69903cbadac Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "173da809b2b6448eb3aadd2fb575f12a", "links": {"self": "http://172.30.9.21:5000/v3/roles/173da809b2b6448eb3aadd2fb575f12a"}, "name": "CreateInstanceVolumeTests-8ab60a23-a616-494-proj-role"}} 2018-08-12 08:37:57,943 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/173da809b2b6448eb3aadd2fb575f12a used request id req-20f5947a-b455-4234-8884-c69903cbadac 2018-08-12 08:37:57,943 - keystone_utils - INFO - Granting role CreateInstanceVolumeTests-8ab60a23-a616-494-proj-role to project CreateInstanceVolumeTests-8ab60a23-a616-494-proj 2018-08-12 08:37:57,947 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/c84df896a8d446fc99506c3eb2a8ecad/users/4b066e26f3fc4abfbc29756b9187ad34/roles/173da809b2b6448eb3aadd2fb575f12a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49262626a5975b152491f277bcd667943d457d75" 2018-08-12 08:37:58,078 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:37:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-639c7fc3-8587-4840-9885-2d96b71f2aa4 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 08:37:58,078 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/c84df896a8d446fc99506c3eb2a8ecad/users/4b066e26f3fc4abfbc29756b9187ad34/roles/173da809b2b6448eb3aadd2fb575f12a used request id req-639c7fc3-8587-4840-9885-2d96b71f2aa4 2018-08-12 08:37:58,078 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-12 08:37:58,079 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:37:58,080 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:37:58,080 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:37:58,080 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:37:58,080 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:37:58,081 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-08-12 08:37:58,081 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:37:58,082 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:37:58,471 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "173da809b2b6448eb3aadd2fb575f12a", "name": "CreateInstanceVolumeTests-8ab60a23-a616-494-proj-role"}], "expires_at": "2018-08-12T09:37:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c84df896a8d446fc99506c3eb2a8ecad", "name": "CreateInstanceVolumeTests-8ab60a23-a616-494-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/c84df896a8d446fc99506c3eb2a8ecad", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/c84df896a8d446fc99506c3eb2a8ecad", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/c84df896a8d446fc99506c3eb2a8ecad", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_c84df896a8d446fc99506c3eb2a8ecad", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_c84df896a8d446fc99506c3eb2a8ecad", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/c84df896a8d446fc99506c3eb2a8ecad", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/c84df896a8d446fc99506c3eb2a8ecad", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/c84df896a8d446fc99506c3eb2a8ecad", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/c84df896a8d446fc99506c3eb2a8ecad", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/c84df896a8d446fc99506c3eb2a8ecad", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/c84df896a8d446fc99506c3eb2a8ecad", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/c84df896a8d446fc99506c3eb2a8ecad", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/c84df896a8d446fc99506c3eb2a8ecad", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/c84df896a8d446fc99506c3eb2a8ecad", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-8ab60a23-a616-494-user", "id": "4b066e26f3fc4abfbc29756b9187ad34"}, "audit_ids": ["isJUdUhnStejdz2G0KA58A"], "issued_at": "2018-08-12T08:37:58.000000Z"}} 2018-08-12 08:37:58,472 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}4c5c96c21e803a8943e8fb3a0c83775ea2494833" 2018-08-12 08:37:58,560 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:37:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b39645c9-6d9f-4b32-956c-f80269a83c0f Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:37:58,560 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-b39645c9-6d9f-4b32-956c-f80269a83c0f 2018-08-12 08:37:58,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4c5c96c21e803a8943e8fb3a0c83775ea2494833" 2018-08-12 08:37:58,855 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 170 Content-Type: application/json X-Openstack-Request-Id: req-795dfdd0-63cd-446e-9807-595c68d70a04 Date: Sun, 12 Aug 2018 08:37:58 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-image"} 2018-08-12 08:37:58,856 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-image used request id req-795dfdd0-63cd-446e-9807-595c68d70a04 2018-08-12 08:37:58,859 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4c5c96c21e803a8943e8fb3a0c83775ea2494833" 2018-08-12 08:37:59,030 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-856fda75-b4f7-4f07-94a0-0b32eaa3c78e Date: Sun, 12 Aug 2018 08:37:59 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"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}, "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}, "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"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "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"}, "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"}, "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}, "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}, "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"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "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}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-12 08:37:59,030 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-856fda75-b4f7-4f07-94a0-0b32eaa3c78e 2018-08-12 08:37:59,058 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4c5c96c21e803a8943e8fb3a0c83775ea2494833" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-image"}' 2018-08-12 08:37:59,264 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 629 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/e127dce5-ddd4-42e4-997c-3655d9d01c7d Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-1b69d699-89ca-4a8d-8894-df5eb05111cd Date: Sun, 12 Aug 2018 08:37:59 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-image", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:37:59Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-08-12T08:37:59Z", "visibility": "shared", "locations": [], "self": "/v2/images/e127dce5-ddd4-42e4-997c-3655d9d01c7d", "min_disk": 0, "protected": false, "id": "e127dce5-ddd4-42e4-997c-3655d9d01c7d", "file": "/v2/images/e127dce5-ddd4-42e4-997c-3655d9d01c7d/file", "checksum": null, "owner": "c84df896a8d446fc99506c3eb2a8ecad", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-12 08:37:59,264 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-1b69d699-89ca-4a8d-8894-df5eb05111cd 2018-08-12 08:37:59,274 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/e127dce5-ddd4-42e4-997c-3655d9d01c7d/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4c5c96c21e803a8943e8fb3a0c83775ea2494833" -d '' 2018-08-12 08:38:00,641 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-9aac2242-b954-4417-9e30-f7e5e20c600d Date: Sun, 12 Aug 2018 08:38:00 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 08:38:00,642 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/e127dce5-ddd4-42e4-997c-3655d9d01c7d/file used request id req-9aac2242-b954-4417-9e30-f7e5e20c600d 2018-08-12 08:38:00,642 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-12 08:38:00,645 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/e127dce5-ddd4-42e4-997c-3655d9d01c7d -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4c5c96c21e803a8943e8fb3a0c83775ea2494833" 2018-08-12 08:38:00,840 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 890 Content-Type: application/json X-Openstack-Request-Id: req-ee9cfed6-a403-4c52-be61-9d86bb04117a Date: Sun, 12 Aug 2018 08:38:00 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-image", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:37:59Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-12T08:38:00Z", "visibility": "shared", "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/e127dce5-ddd4-42e4-997c-3655d9d01c7d/snap", "metadata": {}}], "self": "/v2/images/e127dce5-ddd4-42e4-997c-3655d9d01c7d", "min_disk": 0, "protected": false, "id": "e127dce5-ddd4-42e4-997c-3655d9d01c7d", "file": "/v2/images/e127dce5-ddd4-42e4-997c-3655d9d01c7d/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "c84df896a8d446fc99506c3eb2a8ecad", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/e127dce5-ddd4-42e4-997c-3655d9d01c7d/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-12 08:38:00,841 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/e127dce5-ddd4-42e4-997c-3655d9d01c7d used request id req-ee9cfed6-a403-4c52-be61-9d86bb04117a 2018-08-12 08:38:00,844 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4c5c96c21e803a8943e8fb3a0c83775ea2494833" 2018-08-12 08:38:01,117 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-fc9ca5b6-dc8e-420b-90d7-681045831c7d Date: Sun, 12 Aug 2018 08:38:01 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"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}, "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}, "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"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "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"}, "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"}, "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}, "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}, "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"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "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}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-12 08:38:01,117 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-fc9ca5b6-dc8e-420b-90d7-681045831c7d 2018-08-12 08:38:01,120 - create_image - INFO - Created image with name - CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-image 2018-08-12 08:38:01,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/e127dce5-ddd4-42e4-997c-3655d9d01c7d -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4c5c96c21e803a8943e8fb3a0c83775ea2494833" 2018-08-12 08:38:01,334 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 890 Content-Type: application/json X-Openstack-Request-Id: req-618d66cf-b222-4a8a-b267-268864bacb4a Date: Sun, 12 Aug 2018 08:38:01 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-image", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:37:59Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-12T08:38:00Z", "visibility": "shared", "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/e127dce5-ddd4-42e4-997c-3655d9d01c7d/snap", "metadata": {}}], "self": "/v2/images/e127dce5-ddd4-42e4-997c-3655d9d01c7d", "min_disk": 0, "protected": false, "id": "e127dce5-ddd4-42e4-997c-3655d9d01c7d", "file": "/v2/images/e127dce5-ddd4-42e4-997c-3655d9d01c7d/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "c84df896a8d446fc99506c3eb2a8ecad", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/e127dce5-ddd4-42e4-997c-3655d9d01c7d/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-12 08:38:01,335 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/e127dce5-ddd4-42e4-997c-3655d9d01c7d used request id req-618d66cf-b222-4a8a-b267-268864bacb4a 2018-08-12 08:38:01,335 - create_image - DEBUG - Instance status is - active 2018-08-12 08:38:01,335 - create_image - DEBUG - Image is active with name - CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-image 2018-08-12 08:38:01,336 - create_image - INFO - Image is now active with name - CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-image 2018-08-12 08:38:01,336 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:38:01,337 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:38:01,731 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:38:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["QkJbSpQNR3WtP8wYndC-ng"], "issued_at": "2018-08-12T08:38:01.000000Z"}} 2018-08-12 08:38:01,732 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}e58574b930f646eb040f0511f2c9512be330dca6" 2018-08-12 08:38:01,813 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:38:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3dbe00f0-1893-48fb-8078-607bcf466515 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:38:01,814 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-3dbe00f0-1893-48fb-8078-607bcf466515 2018-08-12 08:38:01,815 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-12 08:38:01,820 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e58574b930f646eb040f0511f2c9512be330dca6" 2018-08-12 08:38:02,002 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:38: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-b4cc4011-fd28-4605-acca-99e87ad9fe80 x-compute-request-id: req-b4cc4011-fd28-4605-acca-99e87ad9fe80 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-08-12 08:38:02,002 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-b4cc4011-fd28-4605-acca-99e87ad9fe80 2018-08-12 08:38:02,005 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e58574b930f646eb040f0511f2c9512be330dca6" -d '{"flavor": {"vcpus": 2, "disk": 1, "name": "CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-08-12 08:38:02,055 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:38: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-3e46b242-f478-4ccf-92c5-9cbd274cfe79 x-compute-request-id: req-3e46b242-f478-4ccf-92c5-9cbd274cfe79 Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-flavor-name", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/38c11a9e-e452-4555-beb8-953e682f62be", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/38c11a9e-e452-4555-beb8-953e682f62be", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "38c11a9e-e452-4555-beb8-953e682f62be"}} 2018-08-12 08:38:02,055 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-3e46b242-f478-4ccf-92c5-9cbd274cfe79 2018-08-12 08:38:02,056 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:38:02,056 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:38:02,454 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "173da809b2b6448eb3aadd2fb575f12a", "name": "CreateInstanceVolumeTests-8ab60a23-a616-494-proj-role"}], "expires_at": "2018-08-12T09:38:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c84df896a8d446fc99506c3eb2a8ecad", "name": "CreateInstanceVolumeTests-8ab60a23-a616-494-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/c84df896a8d446fc99506c3eb2a8ecad", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/c84df896a8d446fc99506c3eb2a8ecad", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/c84df896a8d446fc99506c3eb2a8ecad", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_c84df896a8d446fc99506c3eb2a8ecad", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_c84df896a8d446fc99506c3eb2a8ecad", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/c84df896a8d446fc99506c3eb2a8ecad", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/c84df896a8d446fc99506c3eb2a8ecad", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/c84df896a8d446fc99506c3eb2a8ecad", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/c84df896a8d446fc99506c3eb2a8ecad", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/c84df896a8d446fc99506c3eb2a8ecad", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/c84df896a8d446fc99506c3eb2a8ecad", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/c84df896a8d446fc99506c3eb2a8ecad", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/c84df896a8d446fc99506c3eb2a8ecad", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/c84df896a8d446fc99506c3eb2a8ecad", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-8ab60a23-a616-494-user", "id": "4b066e26f3fc4abfbc29756b9187ad34"}, "audit_ids": ["BMsD8ARXTh2LbhGSkfzz_w"], "issued_at": "2018-08-12T08:38:02.000000Z"}} 2018-08-12 08:38:02,455 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}76e8a88d2136135749a14d075d8fcd18f239d291" 2018-08-12 08:38:02,558 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:38:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4033b192-1fd6-47e7-8ba9-7420e2c9d3b6 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:38:02,558 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-4033b192-1fd6-47e7-8ba9-7420e2c9d3b6 2018-08-12 08:38:02,559 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:38:02,560 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:38:02,560 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:38:02,560 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:38:02,560 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:38:02,567 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76e8a88d2136135749a14d075d8fcd18f239d291" 2018-08-12 08:38:02,760 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-e0dabfb8-45c9-4d92-98c5-0ac73b891dad Date: Sun, 12 Aug 2018 08:38:02 GMT RESP BODY: {"networks":[]} 2018-08-12 08:38:02,760 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-pub-net used request id req-e0dabfb8-45c9-4d92-98c5-0ac73b891dad 2018-08-12 08:38:02,761 - neutron_utils - INFO - Creating network with name CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-pub-net 2018-08-12 08:38:02,767 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76e8a88d2136135749a14d075d8fcd18f239d291" -d '{"network": {"name": "CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-pub-net", "admin_state_up": true}}' 2018-08-12 08:38:03,583 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 607 X-Openstack-Request-Id: req-9f80ada0-721d-4ff5-9adc-9ddc2337ce99 Date: Sun, 12 Aug 2018 08:38:03 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"c84df896a8d446fc99506c3eb2a8ecad","created_at":"2018-08-12T08:38:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T08:38:03Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"c84df896a8d446fc99506c3eb2a8ecad","id":"32f6485e-c126-4336-98ad-6e8fd0720c42","name":"CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-pub-net"}} 2018-08-12 08:38:03,583 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-9f80ada0-721d-4ff5-9adc-9ddc2337ce99 2018-08-12 08:38:03,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=32f6485e-c126-4336-98ad-6e8fd0720c42 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76e8a88d2136135749a14d075d8fcd18f239d291" 2018-08-12 08:38:03,843 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 591 X-Openstack-Request-Id: req-544725b3-02ce-4b98-aec9-4c34eb669106 Date: Sun, 12 Aug 2018 08:38:03 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-12T08:38:03Z","tenant_id":"c84df896a8d446fc99506c3eb2a8ecad","created_at":"2018-08-12T08:38:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"c84df896a8d446fc99506c3eb2a8ecad","id":"32f6485e-c126-4336-98ad-6e8fd0720c42","name":"CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-pub-net"}]} 2018-08-12 08:38:03,843 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=32f6485e-c126-4336-98ad-6e8fd0720c42 used request id req-544725b3-02ce-4b98-aec9-4c34eb669106 2018-08-12 08:38:03,848 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=32f6485e-c126-4336-98ad-6e8fd0720c42 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76e8a88d2136135749a14d075d8fcd18f239d291" 2018-08-12 08:38:04,199 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-4571dd74-5a45-42da-841a-c27c14370571 Date: Sun, 12 Aug 2018 08:38:04 GMT RESP BODY: {"subnets":[]} 2018-08-12 08:38:04,200 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=32f6485e-c126-4336-98ad-6e8fd0720c42 used request id req-4571dd74-5a45-42da-841a-c27c14370571 2018-08-12 08:38:04,200 - neutron_utils - INFO - Creating subnet with name CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-pub-subnet 2018-08-12 08:38:04,205 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76e8a88d2136135749a14d075d8fcd18f239d291" -d '{"subnets": [{"ip_version": 4, "network_id": "32f6485e-c126-4336-98ad-6e8fd0720c42", "cidr": "10.55.0.0/24", "name": "CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-pub-subnet"}]}' 2018-08-12 08:38:05,050 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-08b716b1-264d-4933-894e-e3e43a5df038 Date: Sun, 12 Aug 2018 08:38:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"32f6485e-c126-4336-98ad-6e8fd0720c42","tenant_id":"c84df896a8d446fc99506c3eb2a8ecad","created_at":"2018-08-12T08:38:04Z","dns_nameservers":[],"updated_at":"2018-08-12T08:38:04Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"c84df896a8d446fc99506c3eb2a8ecad","id":"a7ce5aa9-f3ae-4808-b653-ea9d69e5d313","subnetpool_id":null,"name":"CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-pub-subnet"}]} 2018-08-12 08:38:05,050 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-08b716b1-264d-4933-894e-e3e43a5df038 2018-08-12 08:38:05,055 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=32f6485e-c126-4336-98ad-6e8fd0720c42 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76e8a88d2136135749a14d075d8fcd18f239d291" 2018-08-12 08:38:05,153 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-d88bf8a5-e9c7-4515-8923-509b2b5390d8 Date: Sun, 12 Aug 2018 08:38:05 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["a7ce5aa9-f3ae-4808-b653-ea9d69e5d313"],"updated_at":"2018-08-12T08:38:04Z","tenant_id":"c84df896a8d446fc99506c3eb2a8ecad","created_at":"2018-08-12T08:38:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"c84df896a8d446fc99506c3eb2a8ecad","id":"32f6485e-c126-4336-98ad-6e8fd0720c42","name":"CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-pub-net"}]} 2018-08-12 08:38:05,154 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=32f6485e-c126-4336-98ad-6e8fd0720c42 used request id req-d88bf8a5-e9c7-4515-8923-509b2b5390d8 2018-08-12 08:38:05,159 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=32f6485e-c126-4336-98ad-6e8fd0720c42 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76e8a88d2136135749a14d075d8fcd18f239d291" 2018-08-12 08:38:05,438 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-93a9ba3d-3294-44ae-8a6a-7a43b9b8b18c Date: Sun, 12 Aug 2018 08:38:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"32f6485e-c126-4336-98ad-6e8fd0720c42","tenant_id":"c84df896a8d446fc99506c3eb2a8ecad","created_at":"2018-08-12T08:38:04Z","dns_nameservers":[],"updated_at":"2018-08-12T08:38:04Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"c84df896a8d446fc99506c3eb2a8ecad","id":"a7ce5aa9-f3ae-4808-b653-ea9d69e5d313","subnetpool_id":null,"name":"CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-pub-subnet"}]} 2018-08-12 08:38:05,439 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=32f6485e-c126-4336-98ad-6e8fd0720c42 used request id req-93a9ba3d-3294-44ae-8a6a-7a43b9b8b18c 2018-08-12 08:38:05,439 - OpenStackNetwork - DEBUG - Network [32f6485e-c126-4336-98ad-6e8fd0720c42] created successfully 2018-08-12 08:38:05,439 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:38:05,440 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:38:05,827 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "173da809b2b6448eb3aadd2fb575f12a", "name": "CreateInstanceVolumeTests-8ab60a23-a616-494-proj-role"}], "expires_at": "2018-08-12T09:38:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c84df896a8d446fc99506c3eb2a8ecad", "name": "CreateInstanceVolumeTests-8ab60a23-a616-494-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/c84df896a8d446fc99506c3eb2a8ecad", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/c84df896a8d446fc99506c3eb2a8ecad", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/c84df896a8d446fc99506c3eb2a8ecad", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_c84df896a8d446fc99506c3eb2a8ecad", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_c84df896a8d446fc99506c3eb2a8ecad", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/c84df896a8d446fc99506c3eb2a8ecad", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/c84df896a8d446fc99506c3eb2a8ecad", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/c84df896a8d446fc99506c3eb2a8ecad", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/c84df896a8d446fc99506c3eb2a8ecad", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/c84df896a8d446fc99506c3eb2a8ecad", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/c84df896a8d446fc99506c3eb2a8ecad", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/c84df896a8d446fc99506c3eb2a8ecad", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/c84df896a8d446fc99506c3eb2a8ecad", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/c84df896a8d446fc99506c3eb2a8ecad", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-8ab60a23-a616-494-user", "id": "4b066e26f3fc4abfbc29756b9187ad34"}, "audit_ids": ["0JVpw12PS1Ki5pME_R9VTQ"], "issued_at": "2018-08-12T08:38:05.000000Z"}} 2018-08-12 08:38:05,828 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}f6576a420f315dace98498eb28f6aba57e86e9bd" 2018-08-12 08:38:05,915 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:38:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cbeca31e-1499-4f45-9000-4fa0aae9f4e3 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:38:05,915 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-cbeca31e-1499-4f45-9000-4fa0aae9f4e3 2018-08-12 08:38:05,920 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/c84df896a8d446fc99506c3eb2a8ecad/volumes/detail -H "OpenStack-API-Version: volume 3.5" -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6576a420f315dace98498eb28f6aba57e86e9bd" 2018-08-12 08:38:06,168 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:38:05 GMT Server: Apache x-compute-request-id: req-d30300b2-76ee-4219-929d-7b0a6faca5b7 OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version x-openstack-request-id: req-d30300b2-76ee-4219-929d-7b0a6faca5b7 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-08-12 08:38:06,168 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/c84df896a8d446fc99506c3eb2a8ecad/volumes/detail used request id req-d30300b2-76ee-4219-929d-7b0a6faca5b7 2018-08-12 08:38:06,171 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8776/v3/c84df896a8d446fc99506c3eb2a8ecad/volumes -H "Accept: application/json" -H "User-Agent: python-cinderclient" -H "OpenStack-API-Version: volume 3.5" -H "X-Auth-Token: {SHA1}f6576a420f315dace98498eb28f6aba57e86e9bd" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-d30300b2-76ee-4219-929d-7b0a6faca5b7" -d '{"volume": {"status": "creating", "backup_id": null, "user_id": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-1", "imageRef": null, "availability_zone": null, "description": null, "multiattach": false, "attach_status": "detached", "volume_type": null, "metadata": {}, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "project_id": null, "source_replica": null, "size": 1}}' 2018-08-12 08:38:07,251 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 08:38:06 GMT Server: Apache x-compute-request-id: req-4a0ff51e-440c-491b-9a79-fbff11d04455 OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version x-openstack-request-id: req-4a0ff51e-440c-491b-9a79-fbff11d04455 Content-Length: 851 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "4b066e26f3fc4abfbc29756b9187ad34", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/c84df896a8d446fc99506c3eb2a8ecad/volumes/2e9e4bb9-2d12-4e05-a3e7-0bd5b28e2ef3", "rel": "self"}, {"href": "http://172.30.9.21:8776/c84df896a8d446fc99506c3eb2a8ecad/volumes/2e9e4bb9-2d12-4e05-a3e7-0bd5b28e2ef3", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-12T08:38:06.000000", "description": null, "updated_at": null, "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "2e9e4bb9-2d12-4e05-a3e7-0bd5b28e2ef3", "size": 1}} 2018-08-12 08:38:07,251 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/c84df896a8d446fc99506c3eb2a8ecad/volumes used request id req-4a0ff51e-440c-491b-9a79-fbff11d04455 2018-08-12 08:38:07,254 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/c84df896a8d446fc99506c3eb2a8ecad/volumes/2e9e4bb9-2d12-4e05-a3e7-0bd5b28e2ef3 -H "OpenStack-API-Version: volume 3.5" -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d30300b2-76ee-4219-929d-7b0a6faca5b7" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6576a420f315dace98498eb28f6aba57e86e9bd" 2018-08-12 08:38:07,485 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:38:07 GMT Server: Apache x-compute-request-id: req-24ad8ee9-a1ee-4395-adc0-9b52b37a35ee OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-24ad8ee9-a1ee-4395-adc0-9b52b37a35ee Content-Encoding: gzip Content-Length: 466 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "4b066e26f3fc4abfbc29756b9187ad34", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/c84df896a8d446fc99506c3eb2a8ecad/volumes/2e9e4bb9-2d12-4e05-a3e7-0bd5b28e2ef3", "rel": "self"}, {"href": "http://172.30.9.21:8776/c84df896a8d446fc99506c3eb2a8ecad/volumes/2e9e4bb9-2d12-4e05-a3e7-0bd5b28e2ef3", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-12T08:38:06.000000", "description": null, "os-vol-tenant-attr:tenant_id": "c84df896a8d446fc99506c3eb2a8ecad", "updated_at": "2018-08-12T08:38:07.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "2e9e4bb9-2d12-4e05-a3e7-0bd5b28e2ef3", "size": 1}} 2018-08-12 08:38:07,486 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/c84df896a8d446fc99506c3eb2a8ecad/volumes/2e9e4bb9-2d12-4e05-a3e7-0bd5b28e2ef3 used request id req-24ad8ee9-a1ee-4395-adc0-9b52b37a35ee 2018-08-12 08:38:07,486 - create_volume - INFO - Created volume with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-1 2018-08-12 08:38:07,489 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/c84df896a8d446fc99506c3eb2a8ecad/volumes/2e9e4bb9-2d12-4e05-a3e7-0bd5b28e2ef3 -H "OpenStack-API-Version: volume 3.5" -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d30300b2-76ee-4219-929d-7b0a6faca5b7" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6576a420f315dace98498eb28f6aba57e86e9bd" 2018-08-12 08:38:07,833 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:38:07 GMT Server: Apache x-compute-request-id: req-c9df5f35-275e-4a6d-9569-6c2342a40b4b OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c9df5f35-275e-4a6d-9569-6c2342a40b4b Content-Encoding: gzip Content-Length: 466 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "4b066e26f3fc4abfbc29756b9187ad34", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/c84df896a8d446fc99506c3eb2a8ecad/volumes/2e9e4bb9-2d12-4e05-a3e7-0bd5b28e2ef3", "rel": "self"}, {"href": "http://172.30.9.21:8776/c84df896a8d446fc99506c3eb2a8ecad/volumes/2e9e4bb9-2d12-4e05-a3e7-0bd5b28e2ef3", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-12T08:38:06.000000", "description": null, "os-vol-tenant-attr:tenant_id": "c84df896a8d446fc99506c3eb2a8ecad", "updated_at": "2018-08-12T08:38:07.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "2e9e4bb9-2d12-4e05-a3e7-0bd5b28e2ef3", "size": 1}} 2018-08-12 08:38:07,833 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/c84df896a8d446fc99506c3eb2a8ecad/volumes/2e9e4bb9-2d12-4e05-a3e7-0bd5b28e2ef3 used request id req-c9df5f35-275e-4a6d-9569-6c2342a40b4b 2018-08-12 08:38:07,833 - create_volume - DEBUG - Instance status is - available 2018-08-12 08:38:07,834 - create_volume - DEBUG - Volume is active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-1 2018-08-12 08:38:07,834 - create_volume - INFO - Volume is now active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-1 2018-08-12 08:38:07,834 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:38:07,835 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:38:08,230 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "173da809b2b6448eb3aadd2fb575f12a", "name": "CreateInstanceVolumeTests-8ab60a23-a616-494-proj-role"}], "expires_at": "2018-08-12T09:38:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c84df896a8d446fc99506c3eb2a8ecad", "name": "CreateInstanceVolumeTests-8ab60a23-a616-494-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/c84df896a8d446fc99506c3eb2a8ecad", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/c84df896a8d446fc99506c3eb2a8ecad", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/c84df896a8d446fc99506c3eb2a8ecad", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_c84df896a8d446fc99506c3eb2a8ecad", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_c84df896a8d446fc99506c3eb2a8ecad", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/c84df896a8d446fc99506c3eb2a8ecad", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/c84df896a8d446fc99506c3eb2a8ecad", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/c84df896a8d446fc99506c3eb2a8ecad", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/c84df896a8d446fc99506c3eb2a8ecad", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/c84df896a8d446fc99506c3eb2a8ecad", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/c84df896a8d446fc99506c3eb2a8ecad", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/c84df896a8d446fc99506c3eb2a8ecad", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/c84df896a8d446fc99506c3eb2a8ecad", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/c84df896a8d446fc99506c3eb2a8ecad", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-8ab60a23-a616-494-user", "id": "4b066e26f3fc4abfbc29756b9187ad34"}, "audit_ids": ["_q7yh_PkSpGB3Ki13ti1vA"], "issued_at": "2018-08-12T08:38:08.000000Z"}} 2018-08-12 08:38:08,230 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}f7e8710bacc5f36f26df61b7666bd1cc34af262e" 2018-08-12 08:38:08,321 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:38:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d551303b-f540-4dee-b92c-cc844544ee39 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:38:08,321 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-d551303b-f540-4dee-b92c-cc844544ee39 2018-08-12 08:38:08,327 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/c84df896a8d446fc99506c3eb2a8ecad/volumes/detail -H "OpenStack-API-Version: volume 3.5" -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7e8710bacc5f36f26df61b7666bd1cc34af262e" 2018-08-12 08:38:08,556 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:38:08 GMT Server: Apache x-compute-request-id: req-9855b79e-842c-48a1-8d13-6507b2c8f066 OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-9855b79e-842c-48a1-8d13-6507b2c8f066 Content-Encoding: gzip Content-Length: 464 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "4b066e26f3fc4abfbc29756b9187ad34", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/c84df896a8d446fc99506c3eb2a8ecad/volumes/2e9e4bb9-2d12-4e05-a3e7-0bd5b28e2ef3", "rel": "self"}, {"href": "http://172.30.9.21:8776/c84df896a8d446fc99506c3eb2a8ecad/volumes/2e9e4bb9-2d12-4e05-a3e7-0bd5b28e2ef3", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-12T08:38:06.000000", "description": null, "os-vol-tenant-attr:tenant_id": "c84df896a8d446fc99506c3eb2a8ecad", "updated_at": "2018-08-12T08:38:07.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "2e9e4bb9-2d12-4e05-a3e7-0bd5b28e2ef3", "size": 1}]} 2018-08-12 08:38:08,556 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/c84df896a8d446fc99506c3eb2a8ecad/volumes/detail used request id req-9855b79e-842c-48a1-8d13-6507b2c8f066 2018-08-12 08:38:08,559 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8776/v3/c84df896a8d446fc99506c3eb2a8ecad/volumes -H "Accept: application/json" -H "User-Agent: python-cinderclient" -H "OpenStack-API-Version: volume 3.5" -H "X-Auth-Token: {SHA1}f7e8710bacc5f36f26df61b7666bd1cc34af262e" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-9855b79e-842c-48a1-8d13-6507b2c8f066" -d '{"volume": {"status": "creating", "backup_id": null, "user_id": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-2", "imageRef": null, "availability_zone": null, "description": null, "multiattach": false, "attach_status": "detached", "volume_type": null, "metadata": {}, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "project_id": null, "source_replica": null, "size": 1}}' 2018-08-12 08:38:08,973 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 08:38:08 GMT Server: Apache x-compute-request-id: req-908b32a8-6cb4-488b-8934-3f6e947d53a2 OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version x-openstack-request-id: req-908b32a8-6cb4-488b-8934-3f6e947d53a2 Content-Length: 851 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "4b066e26f3fc4abfbc29756b9187ad34", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/c84df896a8d446fc99506c3eb2a8ecad/volumes/e4f5a7e9-7aa6-493f-b551-93ffa2429e26", "rel": "self"}, {"href": "http://172.30.9.21:8776/c84df896a8d446fc99506c3eb2a8ecad/volumes/e4f5a7e9-7aa6-493f-b551-93ffa2429e26", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-12T08:38:08.000000", "description": null, "updated_at": null, "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "e4f5a7e9-7aa6-493f-b551-93ffa2429e26", "size": 1}} 2018-08-12 08:38:08,973 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/c84df896a8d446fc99506c3eb2a8ecad/volumes used request id req-908b32a8-6cb4-488b-8934-3f6e947d53a2 2018-08-12 08:38:08,976 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/c84df896a8d446fc99506c3eb2a8ecad/volumes/e4f5a7e9-7aa6-493f-b551-93ffa2429e26 -H "OpenStack-API-Version: volume 3.5" -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-9855b79e-842c-48a1-8d13-6507b2c8f066" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7e8710bacc5f36f26df61b7666bd1cc34af262e" 2018-08-12 08:38:09,210 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:38:08 GMT Server: Apache x-compute-request-id: req-8a84bd07-6e87-4dee-b303-e3f374ab5574 OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-8a84bd07-6e87-4dee-b303-e3f374ab5574 Content-Encoding: gzip Content-Length: 466 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "4b066e26f3fc4abfbc29756b9187ad34", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/c84df896a8d446fc99506c3eb2a8ecad/volumes/e4f5a7e9-7aa6-493f-b551-93ffa2429e26", "rel": "self"}, {"href": "http://172.30.9.21:8776/c84df896a8d446fc99506c3eb2a8ecad/volumes/e4f5a7e9-7aa6-493f-b551-93ffa2429e26", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-12T08:38:08.000000", "description": null, "os-vol-tenant-attr:tenant_id": "c84df896a8d446fc99506c3eb2a8ecad", "updated_at": "2018-08-12T08:38:09.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "e4f5a7e9-7aa6-493f-b551-93ffa2429e26", "size": 1}} 2018-08-12 08:38:09,210 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/c84df896a8d446fc99506c3eb2a8ecad/volumes/e4f5a7e9-7aa6-493f-b551-93ffa2429e26 used request id req-8a84bd07-6e87-4dee-b303-e3f374ab5574 2018-08-12 08:38:09,210 - create_volume - INFO - Created volume with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-2 2018-08-12 08:38:09,213 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/c84df896a8d446fc99506c3eb2a8ecad/volumes/e4f5a7e9-7aa6-493f-b551-93ffa2429e26 -H "OpenStack-API-Version: volume 3.5" -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-9855b79e-842c-48a1-8d13-6507b2c8f066" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7e8710bacc5f36f26df61b7666bd1cc34af262e" 2018-08-12 08:38:09,451 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:38:09 GMT Server: Apache x-compute-request-id: req-18cf794c-aaf1-4b58-b840-4f2fdf7730f3 OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-18cf794c-aaf1-4b58-b840-4f2fdf7730f3 Content-Encoding: gzip Content-Length: 466 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "4b066e26f3fc4abfbc29756b9187ad34", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/c84df896a8d446fc99506c3eb2a8ecad/volumes/e4f5a7e9-7aa6-493f-b551-93ffa2429e26", "rel": "self"}, {"href": "http://172.30.9.21:8776/c84df896a8d446fc99506c3eb2a8ecad/volumes/e4f5a7e9-7aa6-493f-b551-93ffa2429e26", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-12T08:38:08.000000", "description": null, "os-vol-tenant-attr:tenant_id": "c84df896a8d446fc99506c3eb2a8ecad", "updated_at": "2018-08-12T08:38:09.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "e4f5a7e9-7aa6-493f-b551-93ffa2429e26", "size": 1}} 2018-08-12 08:38:09,451 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/c84df896a8d446fc99506c3eb2a8ecad/volumes/e4f5a7e9-7aa6-493f-b551-93ffa2429e26 used request id req-18cf794c-aaf1-4b58-b840-4f2fdf7730f3 2018-08-12 08:38:09,452 - create_volume - DEBUG - Instance status is - available 2018-08-12 08:38:09,452 - create_volume - DEBUG - Volume is active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-2 2018-08-12 08:38:09,452 - create_volume - INFO - Volume is now active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-2 2018-08-12 08:38:09,452 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:38:09,453 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:38:09,856 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "173da809b2b6448eb3aadd2fb575f12a", "name": "CreateInstanceVolumeTests-8ab60a23-a616-494-proj-role"}], "expires_at": "2018-08-12T09:38:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c84df896a8d446fc99506c3eb2a8ecad", "name": "CreateInstanceVolumeTests-8ab60a23-a616-494-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/c84df896a8d446fc99506c3eb2a8ecad", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/c84df896a8d446fc99506c3eb2a8ecad", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/c84df896a8d446fc99506c3eb2a8ecad", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_c84df896a8d446fc99506c3eb2a8ecad", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_c84df896a8d446fc99506c3eb2a8ecad", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/c84df896a8d446fc99506c3eb2a8ecad", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/c84df896a8d446fc99506c3eb2a8ecad", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/c84df896a8d446fc99506c3eb2a8ecad", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/c84df896a8d446fc99506c3eb2a8ecad", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/c84df896a8d446fc99506c3eb2a8ecad", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/c84df896a8d446fc99506c3eb2a8ecad", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/c84df896a8d446fc99506c3eb2a8ecad", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/c84df896a8d446fc99506c3eb2a8ecad", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/c84df896a8d446fc99506c3eb2a8ecad", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-8ab60a23-a616-494-user", "id": "4b066e26f3fc4abfbc29756b9187ad34"}, "audit_ids": ["WO1q6NKmS9erNKAw2YwZpg"], "issued_at": "2018-08-12T08:38:09.000000Z"}} 2018-08-12 08:38:09,856 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}b75db0fdbc29d7157d5e0624b2c7382d2230602e" 2018-08-12 08:38:09,945 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:38:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-de2bc817-6069-4c3b-a4d9-691182c7bbed Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:38:09,945 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-de2bc817-6069-4c3b-a4d9-691182c7bbed 2018-08-12 08:38:09,946 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-12 08:38:09,947 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:38:09,948 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:38:09,948 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:38:09,948 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:38:09,948 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:38:09,950 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}b75db0fdbc29d7157d5e0624b2c7382d2230602e" 2018-08-12 08:38:10,122 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:38:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-127838b5-6075-49e7-adee-02ea4eedd992 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:38:10,122 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-127838b5-6075-49e7-adee-02ea4eedd992 2018-08-12 08:38:10,130 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b75db0fdbc29d7157d5e0624b2c7382d2230602e" 2018-08-12 08:38:10,400 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-90e9c969-89e2-4a68-afb9-70c5ca651103 Date: Sun, 12 Aug 2018 08:38:10 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":["a7ce5aa9-f3ae-4808-b653-ea9d69e5d313"],"updated_at":"2018-08-12T08:38:04Z","tenant_id":"c84df896a8d446fc99506c3eb2a8ecad","created_at":"2018-08-12T08:38:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"c84df896a8d446fc99506c3eb2a8ecad","id":"32f6485e-c126-4336-98ad-6e8fd0720c42","name":"CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-pub-net"}]} 2018-08-12 08:38:10,400 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-pub-net used request id req-90e9c969-89e2-4a68-afb9-70c5ca651103 2018-08-12 08:38:10,405 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=32f6485e-c126-4336-98ad-6e8fd0720c42 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b75db0fdbc29d7157d5e0624b2c7382d2230602e" 2018-08-12 08:38:10,627 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-7e77cdf3-30af-4629-89a5-c317178c29ef Date: Sun, 12 Aug 2018 08:38:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"32f6485e-c126-4336-98ad-6e8fd0720c42","tenant_id":"c84df896a8d446fc99506c3eb2a8ecad","created_at":"2018-08-12T08:38:04Z","dns_nameservers":[],"updated_at":"2018-08-12T08:38:04Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"c84df896a8d446fc99506c3eb2a8ecad","id":"a7ce5aa9-f3ae-4808-b653-ea9d69e5d313","subnetpool_id":null,"name":"CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-pub-subnet"}]} 2018-08-12 08:38:10,627 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=32f6485e-c126-4336-98ad-6e8fd0720c42 used request id req-7e77cdf3-30af-4629-89a5-c317178c29ef 2018-08-12 08:38:10,632 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b75db0fdbc29d7157d5e0624b2c7382d2230602e" 2018-08-12 08:38:10,904 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-e320baf2-bd80-4f58-9c79-562311d84c3c Date: Sun, 12 Aug 2018 08:38:10 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":["a7ce5aa9-f3ae-4808-b653-ea9d69e5d313"],"updated_at":"2018-08-12T08:38:04Z","tenant_id":"c84df896a8d446fc99506c3eb2a8ecad","created_at":"2018-08-12T08:38:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"c84df896a8d446fc99506c3eb2a8ecad","id":"32f6485e-c126-4336-98ad-6e8fd0720c42","name":"CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-pub-net"}]} 2018-08-12 08:38:10,905 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-pub-net used request id req-e320baf2-bd80-4f58-9c79-562311d84c3c 2018-08-12 08:38:10,908 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:38:10,913 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:38:10 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:38:10,914 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c84df896a8d446fc99506c3eb2a8ecad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b75db0fdbc29d7157d5e0624b2c7382d2230602e" 2018-08-12 08:38:11,007 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:38:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e0831f4c-1d14-44fb-92c4-f9ec2c9a3afc Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c84df896a8d446fc99506c3eb2a8ecad"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "c84df896a8d446fc99506c3eb2a8ecad", "name": "CreateInstanceVolumeTests-8ab60a23-a616-494-proj"}} 2018-08-12 08:38:11,008 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c84df896a8d446fc99506c3eb2a8ecad used request id req-e0831f4c-1d14-44fb-92c4-f9ec2c9a3afc 2018-08-12 08:38:11,013 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=32f6485e-c126-4336-98ad-6e8fd0720c42 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b75db0fdbc29d7157d5e0624b2c7382d2230602e" 2018-08-12 08:38:11,240 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-fbe9f767-3a76-4b63-a817-7b8ce19bb80e Date: Sun, 12 Aug 2018 08:38:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"32f6485e-c126-4336-98ad-6e8fd0720c42","tenant_id":"c84df896a8d446fc99506c3eb2a8ecad","created_at":"2018-08-12T08:38:04Z","dns_nameservers":[],"updated_at":"2018-08-12T08:38:04Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"c84df896a8d446fc99506c3eb2a8ecad","id":"a7ce5aa9-f3ae-4808-b653-ea9d69e5d313","subnetpool_id":null,"name":"CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-pub-subnet"}]} 2018-08-12 08:38:11,240 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=32f6485e-c126-4336-98ad-6e8fd0720c42 used request id req-fbe9f767-3a76-4b63-a817-7b8ce19bb80e 2018-08-12 08:38:11,245 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=32f6485e-c126-4336-98ad-6e8fd0720c42&name=CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b75db0fdbc29d7157d5e0624b2c7382d2230602e" 2018-08-12 08:38:11,449 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-c081b835-0794-4342-90dd-cc79712ed5d9 Date: Sun, 12 Aug 2018 08:38:11 GMT RESP BODY: {"ports":[]} 2018-08-12 08:38:11,449 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=32f6485e-c126-4336-98ad-6e8fd0720c42&name=CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-port&admin_state_up=True used request id req-c081b835-0794-4342-90dd-cc79712ed5d9 2018-08-12 08:38:11,453 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b75db0fdbc29d7157d5e0624b2c7382d2230602e" 2018-08-12 08:38:11,685 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:38:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f0943231-5f05-4bb8-853a-83686ce57920 x-compute-request-id: req-f0943231-5f05-4bb8-853a-83686ce57920 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-12 08:38:11,685 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-inst used request id req-f0943231-5f05-4bb8-853a-83686ce57920 2018-08-12 08:38:11,691 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b75db0fdbc29d7157d5e0624b2c7382d2230602e" 2018-08-12 08:38:11,964 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-93ef5dc2-75df-4c8e-ae62-0fd72e38b728 Date: Sun, 12 Aug 2018 08:38: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":["a7ce5aa9-f3ae-4808-b653-ea9d69e5d313"],"updated_at":"2018-08-12T08:38:04Z","tenant_id":"c84df896a8d446fc99506c3eb2a8ecad","created_at":"2018-08-12T08:38:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"c84df896a8d446fc99506c3eb2a8ecad","id":"32f6485e-c126-4336-98ad-6e8fd0720c42","name":"CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-pub-net"}]} 2018-08-12 08:38:11,964 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-pub-net used request id req-93ef5dc2-75df-4c8e-ae62-0fd72e38b728 2018-08-12 08:38:11,969 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=32f6485e-c126-4336-98ad-6e8fd0720c42 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b75db0fdbc29d7157d5e0624b2c7382d2230602e" 2018-08-12 08:38:12,192 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-4583f7c7-fc36-4a91-8464-07b784688c5f Date: Sun, 12 Aug 2018 08:38:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"32f6485e-c126-4336-98ad-6e8fd0720c42","tenant_id":"c84df896a8d446fc99506c3eb2a8ecad","created_at":"2018-08-12T08:38:04Z","dns_nameservers":[],"updated_at":"2018-08-12T08:38:04Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"c84df896a8d446fc99506c3eb2a8ecad","id":"a7ce5aa9-f3ae-4808-b653-ea9d69e5d313","subnetpool_id":null,"name":"CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-pub-subnet"}]} 2018-08-12 08:38:12,192 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=32f6485e-c126-4336-98ad-6e8fd0720c42 used request id req-4583f7c7-fc36-4a91-8464-07b784688c5f 2018-08-12 08:38:12,197 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b75db0fdbc29d7157d5e0624b2c7382d2230602e" 2018-08-12 08:38:12,476 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-7a126b94-9c3b-4f18-aec5-fce4610abe11 Date: Sun, 12 Aug 2018 08:38:12 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":["a7ce5aa9-f3ae-4808-b653-ea9d69e5d313"],"updated_at":"2018-08-12T08:38:04Z","tenant_id":"c84df896a8d446fc99506c3eb2a8ecad","created_at":"2018-08-12T08:38:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"c84df896a8d446fc99506c3eb2a8ecad","id":"32f6485e-c126-4336-98ad-6e8fd0720c42","name":"CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-pub-net"}]} 2018-08-12 08:38:12,476 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-pub-net used request id req-7a126b94-9c3b-4f18-aec5-fce4610abe11 2018-08-12 08:38:12,480 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c84df896a8d446fc99506c3eb2a8ecad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b75db0fdbc29d7157d5e0624b2c7382d2230602e" 2018-08-12 08:38:12,574 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:38:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-80e277db-c81b-44ff-89c4-b1d8af165c6f Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c84df896a8d446fc99506c3eb2a8ecad"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "c84df896a8d446fc99506c3eb2a8ecad", "name": "CreateInstanceVolumeTests-8ab60a23-a616-494-proj"}} 2018-08-12 08:38:12,574 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c84df896a8d446fc99506c3eb2a8ecad used request id req-80e277db-c81b-44ff-89c4-b1d8af165c6f 2018-08-12 08:38:12,580 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=32f6485e-c126-4336-98ad-6e8fd0720c42 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b75db0fdbc29d7157d5e0624b2c7382d2230602e" 2018-08-12 08:38:12,809 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-9b8991cb-ebb4-4328-a736-cbec5ef9c020 Date: Sun, 12 Aug 2018 08:38:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"32f6485e-c126-4336-98ad-6e8fd0720c42","tenant_id":"c84df896a8d446fc99506c3eb2a8ecad","created_at":"2018-08-12T08:38:04Z","dns_nameservers":[],"updated_at":"2018-08-12T08:38:04Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"c84df896a8d446fc99506c3eb2a8ecad","id":"a7ce5aa9-f3ae-4808-b653-ea9d69e5d313","subnetpool_id":null,"name":"CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-pub-subnet"}]} 2018-08-12 08:38:12,809 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=32f6485e-c126-4336-98ad-6e8fd0720c42 used request id req-9b8991cb-ebb4-4328-a736-cbec5ef9c020 2018-08-12 08:38:12,814 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=32f6485e-c126-4336-98ad-6e8fd0720c42&name=CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b75db0fdbc29d7157d5e0624b2c7382d2230602e" 2018-08-12 08:38:13,026 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-32a0a3e6-989c-4001-aae2-58ef41218f29 Date: Sun, 12 Aug 2018 08:38:13 GMT RESP BODY: {"ports":[]} 2018-08-12 08:38:13,026 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=32f6485e-c126-4336-98ad-6e8fd0720c42&name=CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-port&admin_state_up=True used request id req-32a0a3e6-989c-4001-aae2-58ef41218f29 2018-08-12 08:38:13,027 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:38:13,028 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:38:13,428 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "173da809b2b6448eb3aadd2fb575f12a", "name": "CreateInstanceVolumeTests-8ab60a23-a616-494-proj-role"}], "expires_at": "2018-08-12T09:38:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c84df896a8d446fc99506c3eb2a8ecad", "name": "CreateInstanceVolumeTests-8ab60a23-a616-494-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/c84df896a8d446fc99506c3eb2a8ecad", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/c84df896a8d446fc99506c3eb2a8ecad", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/c84df896a8d446fc99506c3eb2a8ecad", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_c84df896a8d446fc99506c3eb2a8ecad", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_c84df896a8d446fc99506c3eb2a8ecad", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/c84df896a8d446fc99506c3eb2a8ecad", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/c84df896a8d446fc99506c3eb2a8ecad", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/c84df896a8d446fc99506c3eb2a8ecad", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/c84df896a8d446fc99506c3eb2a8ecad", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/c84df896a8d446fc99506c3eb2a8ecad", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/c84df896a8d446fc99506c3eb2a8ecad", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/c84df896a8d446fc99506c3eb2a8ecad", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/c84df896a8d446fc99506c3eb2a8ecad", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/c84df896a8d446fc99506c3eb2a8ecad", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-8ab60a23-a616-494-user", "id": "4b066e26f3fc4abfbc29756b9187ad34"}, "audit_ids": ["1g1kWXiETGKHDadKEpk3lw"], "issued_at": "2018-08-12T08:38:13.000000Z"}} 2018-08-12 08:38:13,429 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}4eae993430aa50c9f7512332966d87582f8e5ea9" 2018-08-12 08:38:13,512 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:38:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5dc4eecd-cd95-4dd3-84ae-c3953b2b427e Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:38:13,513 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-5dc4eecd-cd95-4dd3-84ae-c3953b2b427e 2018-08-12 08:38:13,519 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b75db0fdbc29d7157d5e0624b2c7382d2230602e" 2018-08-12 08:38:13,788 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-e832dbc8-a26f-4cc6-8345-6258936cfc1a Date: Sun, 12 Aug 2018 08:38:13 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":["a7ce5aa9-f3ae-4808-b653-ea9d69e5d313"],"updated_at":"2018-08-12T08:38:04Z","tenant_id":"c84df896a8d446fc99506c3eb2a8ecad","created_at":"2018-08-12T08:38:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"c84df896a8d446fc99506c3eb2a8ecad","id":"32f6485e-c126-4336-98ad-6e8fd0720c42","name":"CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-pub-net"}]} 2018-08-12 08:38:13,788 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-pub-net used request id req-e832dbc8-a26f-4cc6-8345-6258936cfc1a 2018-08-12 08:38:13,793 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=32f6485e-c126-4336-98ad-6e8fd0720c42 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b75db0fdbc29d7157d5e0624b2c7382d2230602e" 2018-08-12 08:38:14,018 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-4c986e6c-3bb2-4cc2-bacd-383df06b339f Date: Sun, 12 Aug 2018 08:38:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"32f6485e-c126-4336-98ad-6e8fd0720c42","tenant_id":"c84df896a8d446fc99506c3eb2a8ecad","created_at":"2018-08-12T08:38:04Z","dns_nameservers":[],"updated_at":"2018-08-12T08:38:04Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"c84df896a8d446fc99506c3eb2a8ecad","id":"a7ce5aa9-f3ae-4808-b653-ea9d69e5d313","subnetpool_id":null,"name":"CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-pub-subnet"}]} 2018-08-12 08:38:14,018 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=32f6485e-c126-4336-98ad-6e8fd0720c42 used request id req-4c986e6c-3bb2-4cc2-bacd-383df06b339f 2018-08-12 08:38:14,023 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b75db0fdbc29d7157d5e0624b2c7382d2230602e" 2018-08-12 08:38:14,293 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-0ad9432c-f367-4709-bbec-2b14966a8a2d Date: Sun, 12 Aug 2018 08:38:14 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":["a7ce5aa9-f3ae-4808-b653-ea9d69e5d313"],"updated_at":"2018-08-12T08:38:04Z","tenant_id":"c84df896a8d446fc99506c3eb2a8ecad","created_at":"2018-08-12T08:38:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"c84df896a8d446fc99506c3eb2a8ecad","id":"32f6485e-c126-4336-98ad-6e8fd0720c42","name":"CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-pub-net"}]} 2018-08-12 08:38:14,293 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-pub-net used request id req-0ad9432c-f367-4709-bbec-2b14966a8a2d 2018-08-12 08:38:14,296 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:38:14,301 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:38:14 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:38:14,302 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c84df896a8d446fc99506c3eb2a8ecad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4eae993430aa50c9f7512332966d87582f8e5ea9" 2018-08-12 08:38:14,322 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:38:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-005a9b57-b01a-4ca7-b4c2-0cb5d299f1ba Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c84df896a8d446fc99506c3eb2a8ecad"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "c84df896a8d446fc99506c3eb2a8ecad", "name": "CreateInstanceVolumeTests-8ab60a23-a616-494-proj"}} 2018-08-12 08:38:14,322 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c84df896a8d446fc99506c3eb2a8ecad used request id req-005a9b57-b01a-4ca7-b4c2-0cb5d299f1ba 2018-08-12 08:38:14,327 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=32f6485e-c126-4336-98ad-6e8fd0720c42 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b75db0fdbc29d7157d5e0624b2c7382d2230602e" 2018-08-12 08:38:14,607 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-1955a611-b3d9-4f4c-ade7-9124a49e6911 Date: Sun, 12 Aug 2018 08:38:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"32f6485e-c126-4336-98ad-6e8fd0720c42","tenant_id":"c84df896a8d446fc99506c3eb2a8ecad","created_at":"2018-08-12T08:38:04Z","dns_nameservers":[],"updated_at":"2018-08-12T08:38:04Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"c84df896a8d446fc99506c3eb2a8ecad","id":"a7ce5aa9-f3ae-4808-b653-ea9d69e5d313","subnetpool_id":null,"name":"CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-pub-subnet"}]} 2018-08-12 08:38:14,607 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=32f6485e-c126-4336-98ad-6e8fd0720c42 used request id req-1955a611-b3d9-4f4c-ade7-9124a49e6911 2018-08-12 08:38:14,608 - neutron_utils - INFO - Creating port for network with name - CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-pub-net 2018-08-12 08:38:14,612 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b75db0fdbc29d7157d5e0624b2c7382d2230602e" -d '{"port": {"network_id": "32f6485e-c126-4336-98ad-6e8fd0720c42", "name": "CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-port", "admin_state_up": true}}' 2018-08-12 08:38:15,768 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 760 X-Openstack-Request-Id: req-ad0829a5-a229-4552-aa07-f73297bf5fe4 Date: Sun, 12 Aug 2018 08:38:15 GMT RESP BODY: {"port":{"status":"DOWN","created_at":"2018-08-12T08:38:15Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"32f6485e-c126-4336-98ad-6e8fd0720c42","tenant_id":"c84df896a8d446fc99506c3eb2a8ecad","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T08:38:15Z","name":"CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-port","device_owner":"","revision_number":6,"mac_address":"fa:16:3e:77:b9:96","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"c84df896a8d446fc99506c3eb2a8ecad","fixed_ips":[{"subnet_id":"a7ce5aa9-f3ae-4808-b653-ea9d69e5d313","ip_address":"10.55.0.15"}],"id":"735d58fa-3990-4cb4-b35d-6d3826564f8c","security_groups":["033b5b20-c9f4-456c-8b6a-831b82ae1bc8"],"device_id":""}} 2018-08-12 08:38:15,768 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/ports used request id req-ad0829a5-a229-4552-aa07-f73297bf5fe4 2018-08-12 08:38:15,773 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b75db0fdbc29d7157d5e0624b2c7382d2230602e" 2018-08-12 08:38:15,881 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-9f629313-ff97-4b71-ae78-614f60bc26cc Date: Sun, 12 Aug 2018 08:38: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":["a7ce5aa9-f3ae-4808-b653-ea9d69e5d313"],"updated_at":"2018-08-12T08:38:04Z","tenant_id":"c84df896a8d446fc99506c3eb2a8ecad","created_at":"2018-08-12T08:38:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"c84df896a8d446fc99506c3eb2a8ecad","id":"32f6485e-c126-4336-98ad-6e8fd0720c42","name":"CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-pub-net"}]} 2018-08-12 08:38:15,881 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-pub-net used request id req-9f629313-ff97-4b71-ae78-614f60bc26cc 2018-08-12 08:38:15,887 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=32f6485e-c126-4336-98ad-6e8fd0720c42 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b75db0fdbc29d7157d5e0624b2c7382d2230602e" 2018-08-12 08:38:15,933 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-9b148b41-de85-495f-abcd-e7fae9648045 Date: Sun, 12 Aug 2018 08:38:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"32f6485e-c126-4336-98ad-6e8fd0720c42","tenant_id":"c84df896a8d446fc99506c3eb2a8ecad","created_at":"2018-08-12T08:38:04Z","dns_nameservers":[],"updated_at":"2018-08-12T08:38:04Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"c84df896a8d446fc99506c3eb2a8ecad","id":"a7ce5aa9-f3ae-4808-b653-ea9d69e5d313","subnetpool_id":null,"name":"CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-pub-subnet"}]} 2018-08-12 08:38:15,933 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=32f6485e-c126-4336-98ad-6e8fd0720c42 used request id req-9b148b41-de85-495f-abcd-e7fae9648045 2018-08-12 08:38:15,938 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b75db0fdbc29d7157d5e0624b2c7382d2230602e" 2018-08-12 08:38:16,235 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-2edbed1a-412f-401b-8203-d9b65122aff4 Date: Sun, 12 Aug 2018 08:38:16 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":["a7ce5aa9-f3ae-4808-b653-ea9d69e5d313"],"updated_at":"2018-08-12T08:38:04Z","tenant_id":"c84df896a8d446fc99506c3eb2a8ecad","created_at":"2018-08-12T08:38:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"c84df896a8d446fc99506c3eb2a8ecad","id":"32f6485e-c126-4336-98ad-6e8fd0720c42","name":"CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-pub-net"}]} 2018-08-12 08:38:16,235 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-pub-net used request id req-2edbed1a-412f-401b-8203-d9b65122aff4 2018-08-12 08:38:16,239 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c84df896a8d446fc99506c3eb2a8ecad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b75db0fdbc29d7157d5e0624b2c7382d2230602e" 2018-08-12 08:38:16,333 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:38:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-243768c2-d219-4329-a5da-8282f52e6d9d Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c84df896a8d446fc99506c3eb2a8ecad"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "c84df896a8d446fc99506c3eb2a8ecad", "name": "CreateInstanceVolumeTests-8ab60a23-a616-494-proj"}} 2018-08-12 08:38:16,333 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c84df896a8d446fc99506c3eb2a8ecad used request id req-243768c2-d219-4329-a5da-8282f52e6d9d 2018-08-12 08:38:16,338 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=32f6485e-c126-4336-98ad-6e8fd0720c42 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b75db0fdbc29d7157d5e0624b2c7382d2230602e" 2018-08-12 08:38:16,551 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-4087be2e-77a3-4681-9f2c-1c4559989ad3 Date: Sun, 12 Aug 2018 08:38:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"32f6485e-c126-4336-98ad-6e8fd0720c42","tenant_id":"c84df896a8d446fc99506c3eb2a8ecad","created_at":"2018-08-12T08:38:04Z","dns_nameservers":[],"updated_at":"2018-08-12T08:38:04Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"c84df896a8d446fc99506c3eb2a8ecad","id":"a7ce5aa9-f3ae-4808-b653-ea9d69e5d313","subnetpool_id":null,"name":"CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-pub-subnet"}]} 2018-08-12 08:38:16,552 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=32f6485e-c126-4336-98ad-6e8fd0720c42 used request id req-4087be2e-77a3-4681-9f2c-1c4559989ad3 2018-08-12 08:38:16,556 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=32f6485e-c126-4336-98ad-6e8fd0720c42&name=CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b75db0fdbc29d7157d5e0624b2c7382d2230602e" 2018-08-12 08:38:16,786 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 763 X-Openstack-Request-Id: req-d9b1e8ae-b74c-46fe-8643-dedb93393edb Date: Sun, 12 Aug 2018 08:38:16 GMT RESP BODY: {"ports":[{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"32f6485e-c126-4336-98ad-6e8fd0720c42","tenant_id":"c84df896a8d446fc99506c3eb2a8ecad","created_at":"2018-08-12T08:38:15Z","admin_state_up":true,"updated_at":"2018-08-12T08:38:15Z","binding:vnic_type":"normal","device_id":"","device_owner":"","revision_number":6,"mac_address":"fa:16:3e:77:b9:96","id":"735d58fa-3990-4cb4-b35d-6d3826564f8c","port_security_enabled":true,"project_id":"c84df896a8d446fc99506c3eb2a8ecad","fixed_ips":[{"subnet_id":"a7ce5aa9-f3ae-4808-b653-ea9d69e5d313","ip_address":"10.55.0.15"}],"extra_dhcp_opts":[],"security_groups":["033b5b20-c9f4-456c-8b6a-831b82ae1bc8"],"name":"CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-port"}]} 2018-08-12 08:38:16,786 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=32f6485e-c126-4336-98ad-6e8fd0720c42&name=CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-port&admin_state_up=True used request id req-d9b1e8ae-b74c-46fe-8643-dedb93393edb 2018-08-12 08:38:16,790 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c84df896a8d446fc99506c3eb2a8ecad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b75db0fdbc29d7157d5e0624b2c7382d2230602e" 2018-08-12 08:38:16,812 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:38:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-05c18d13-b1d7-4fd7-b23f-a10ecc1be788 Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c84df896a8d446fc99506c3eb2a8ecad"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "c84df896a8d446fc99506c3eb2a8ecad", "name": "CreateInstanceVolumeTests-8ab60a23-a616-494-proj"}} 2018-08-12 08:38:16,812 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c84df896a8d446fc99506c3eb2a8ecad used request id req-05c18d13-b1d7-4fd7-b23f-a10ecc1be788 2018-08-12 08:38:16,812 - nova_utils - INFO - Creating VM with name - CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-inst 2018-08-12 08:38:16,815 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b75db0fdbc29d7157d5e0624b2c7382d2230602e" 2018-08-12 08:38:16,836 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:38:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-799178e9-61b5-47a8-a970-af9638b90a28 x-compute-request-id: req-799178e9-61b5-47a8-a970-af9638b90a28 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"flavors": [{"id": "38c11a9e-e452-4555-beb8-953e682f62be", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/38c11a9e-e452-4555-beb8-953e682f62be", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/38c11a9e-e452-4555-beb8-953e682f62be", "rel": "bookmark"}], "name": "CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-flavor-name"}]} 2018-08-12 08:38:16,836 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-799178e9-61b5-47a8-a970-af9638b90a28 2018-08-12 08:38:16,839 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors/38c11a9e-e452-4555-beb8-953e682f62be -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b75db0fdbc29d7157d5e0624b2c7382d2230602e" 2018-08-12 08:38:16,860 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:38:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b4860262-8400-404c-8064-4a9a0e666a24 x-compute-request-id: req-b4860262-8400-404c-8064-4a9a0e666a24 Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-flavor-name", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/38c11a9e-e452-4555-beb8-953e682f62be", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/38c11a9e-e452-4555-beb8-953e682f62be", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "38c11a9e-e452-4555-beb8-953e682f62be"}} 2018-08-12 08:38:16,860 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/38c11a9e-e452-4555-beb8-953e682f62be used request id req-b4860262-8400-404c-8064-4a9a0e666a24 2018-08-12 08:38:16,863 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b75db0fdbc29d7157d5e0624b2c7382d2230602e" 2018-08-12 08:38:17,154 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1060 Content-Type: application/json X-Openstack-Request-Id: req-23bc9bef-6956-4cfb-b532-b85781f004df Date: Sun, 12 Aug 2018 08:38:17 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-image", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:37:59Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-12T08:38:00Z", "visibility": "shared", "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/e127dce5-ddd4-42e4-997c-3655d9d01c7d/snap", "metadata": {}}], "self": "/v2/images/e127dce5-ddd4-42e4-997c-3655d9d01c7d", "min_disk": 0, "protected": false, "id": "e127dce5-ddd4-42e4-997c-3655d9d01c7d", "file": "/v2/images/e127dce5-ddd4-42e4-997c-3655d9d01c7d/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "c84df896a8d446fc99506c3eb2a8ecad", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/e127dce5-ddd4-42e4-997c-3655d9d01c7d/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-image"} 2018-08-12 08:38:17,154 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-image used request id req-23bc9bef-6956-4cfb-b532-b85781f004df 2018-08-12 08:38:17,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b75db0fdbc29d7157d5e0624b2c7382d2230602e" 2018-08-12 08:38:17,320 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-25cd8388-bebc-41a8-8fa5-67b5b485b720 Date: Sun, 12 Aug 2018 08:38:17 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"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}, "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}, "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"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "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"}, "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"}, "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}, "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}, "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"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "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}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-12 08:38:17,320 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-25cd8388-bebc-41a8-8fa5-67b5b485b720 2018-08-12 08:38:17,326 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b75db0fdbc29d7157d5e0624b2c7382d2230602e" -d '{"server": {"name": "CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-inst", "imageRef": "e127dce5-ddd4-42e4-997c-3655d9d01c7d", "flavorRef": "38c11a9e-e452-4555-beb8-953e682f62be", "max_count": 1, "min_count": 1, "networks": [{"port": "735d58fa-3990-4cb4-b35d-6d3826564f8c"}]}}' 2018-08-12 08:38:19,257 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 08:38: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-dee468e5-30cb-4d9f-a190-c910e8c38b95 x-compute-request-id: req-dee468e5-30cb-4d9f-a190-c910e8c38b95 Content-Length: 374 location: http://172.30.9.21:8774/v2.1/servers/053b249e-ba20-4327-a074-ca52bdb53137 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "053b249e-ba20-4327-a074-ca52bdb53137", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/053b249e-ba20-4327-a074-ca52bdb53137", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/053b249e-ba20-4327-a074-ca52bdb53137", "rel": "bookmark"}], "adminPass": "nAR4Xx2DDmTG"}} 2018-08-12 08:38:19,257 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-dee468e5-30cb-4d9f-a190-c910e8c38b95 2018-08-12 08:38:19,261 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/053b249e-ba20-4327-a074-ca52bdb53137 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b75db0fdbc29d7157d5e0624b2c7382d2230602e" 2018-08-12 08:38:19,505 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:38: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-1d064ba7-5196-4b91-9e50-b6571e9a22df x-compute-request-id: req-1d064ba7-5196-4b91-9e50-b6571e9a22df Content-Encoding: gzip Content-Length: 610 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/053b249e-ba20-4327-a074-ca52bdb53137", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/053b249e-ba20-4327-a074-ca52bdb53137", "rel": "bookmark"}], "image": {"id": "e127dce5-ddd4-42e4-997c-3655d9d01c7d", "links": [{"href": "http://172.30.9.21:8774/images/e127dce5-ddd4-42e4-997c-3655d9d01c7d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "38c11a9e-e452-4555-beb8-953e682f62be", "links": [{"href": "http://172.30.9.21:8774/flavors/38c11a9e-e452-4555-beb8-953e682f62be", "rel": "bookmark"}]}, "id": "053b249e-ba20-4327-a074-ca52bdb53137", "user_id": "4b066e26f3fc4abfbc29756b9187ad34", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:38:19Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-inst", "created": "2018-08-12T08:38:19Z", "tenant_id": "c84df896a8d446fc99506c3eb2a8ecad", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:38:19,505 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/053b249e-ba20-4327-a074-ca52bdb53137 used request id req-1d064ba7-5196-4b91-9e50-b6571e9a22df 2018-08-12 08:38:19,505 - create_instance - INFO - Created instance with name - CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-inst 2018-08-12 08:38:19,508 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/053b249e-ba20-4327-a074-ca52bdb53137 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b75db0fdbc29d7157d5e0624b2c7382d2230602e" 2018-08-12 08:38:19,747 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:38: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-b4a59e11-c5ba-4eb6-9ea7-a8290596c6c1 x-compute-request-id: req-b4a59e11-c5ba-4eb6-9ea7-a8290596c6c1 Content-Encoding: gzip Content-Length: 610 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/053b249e-ba20-4327-a074-ca52bdb53137", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/053b249e-ba20-4327-a074-ca52bdb53137", "rel": "bookmark"}], "image": {"id": "e127dce5-ddd4-42e4-997c-3655d9d01c7d", "links": [{"href": "http://172.30.9.21:8774/images/e127dce5-ddd4-42e4-997c-3655d9d01c7d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "38c11a9e-e452-4555-beb8-953e682f62be", "links": [{"href": "http://172.30.9.21:8774/flavors/38c11a9e-e452-4555-beb8-953e682f62be", "rel": "bookmark"}]}, "id": "053b249e-ba20-4327-a074-ca52bdb53137", "user_id": "4b066e26f3fc4abfbc29756b9187ad34", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:38:19Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-inst", "created": "2018-08-12T08:38:19Z", "tenant_id": "c84df896a8d446fc99506c3eb2a8ecad", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:38:19,747 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/053b249e-ba20-4327-a074-ca52bdb53137 used request id req-b4a59e11-c5ba-4eb6-9ea7-a8290596c6c1 2018-08-12 08:38:19,748 - create_instance - DEBUG - Instance status [CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-inst] is - BUILD 2018-08-12 08:38:19,748 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-12 08:38:22,751 - create_instance - DEBUG - VM status query timeout in 896.754643917 2018-08-12 08:38:22,754 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/053b249e-ba20-4327-a074-ca52bdb53137 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b75db0fdbc29d7157d5e0624b2c7382d2230602e" 2018-08-12 08:38:23,894 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:38: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-b7de015f-6bd5-4379-8162-e9b7eccf6ced x-compute-request-id: req-b7de015f-6bd5-4379-8162-e9b7eccf6ced Content-Encoding: gzip Content-Length: 676 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/053b249e-ba20-4327-a074-ca52bdb53137", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/053b249e-ba20-4327-a074-ca52bdb53137", "rel": "bookmark"}], "image": {"id": "e127dce5-ddd4-42e4-997c-3655d9d01c7d", "links": [{"href": "http://172.30.9.21:8774/images/e127dce5-ddd4-42e4-997c-3655d9d01c7d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "38c11a9e-e452-4555-beb8-953e682f62be", "links": [{"href": "http://172.30.9.21:8774/flavors/38c11a9e-e452-4555-beb8-953e682f62be", "rel": "bookmark"}]}, "id": "053b249e-ba20-4327-a074-ca52bdb53137", "security_groups": [{"name": "default"}], "user_id": "4b066e26f3fc4abfbc29756b9187ad34", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:38:20Z", "hostId": "8ee0a1b99168fdc60fe718ea2db3a33822f1bb1dc1a6b8cba7db3014", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-inst", "created": "2018-08-12T08:38:19Z", "tenant_id": "c84df896a8d446fc99506c3eb2a8ecad", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:38:23,894 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/053b249e-ba20-4327-a074-ca52bdb53137 used request id req-b7de015f-6bd5-4379-8162-e9b7eccf6ced 2018-08-12 08:38:23,894 - create_instance - DEBUG - Instance status [CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-inst] is - BUILD 2018-08-12 08:38:23,894 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-12 08:38:26,898 - create_instance - DEBUG - VM status query timeout in 892.60795188 2018-08-12 08:38:26,900 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/053b249e-ba20-4327-a074-ca52bdb53137 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b75db0fdbc29d7157d5e0624b2c7382d2230602e" 2018-08-12 08:38:27,582 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:38:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bc40fe4f-4eb6-4e2e-9e78-4999cb62676a x-compute-request-id: req-bc40fe4f-4eb6-4e2e-9e78-4999cb62676a Content-Encoding: gzip Content-Length: 752 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:77:b9:96", "version": 4, "addr": "10.55.0.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/053b249e-ba20-4327-a074-ca52bdb53137", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/053b249e-ba20-4327-a074-ca52bdb53137", "rel": "bookmark"}], "image": {"id": "e127dce5-ddd4-42e4-997c-3655d9d01c7d", "links": [{"href": "http://172.30.9.21:8774/images/e127dce5-ddd4-42e4-997c-3655d9d01c7d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:38:24.000000", "flavor": {"id": "38c11a9e-e452-4555-beb8-953e682f62be", "links": [{"href": "http://172.30.9.21:8774/flavors/38c11a9e-e452-4555-beb8-953e682f62be", "rel": "bookmark"}]}, "id": "053b249e-ba20-4327-a074-ca52bdb53137", "security_groups": [{"name": "default"}], "user_id": "4b066e26f3fc4abfbc29756b9187ad34", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:38:24Z", "hostId": "8ee0a1b99168fdc60fe718ea2db3a33822f1bb1dc1a6b8cba7db3014", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-inst", "created": "2018-08-12T08:38:19Z", "tenant_id": "c84df896a8d446fc99506c3eb2a8ecad", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:38:27,583 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/053b249e-ba20-4327-a074-ca52bdb53137 used request id req-bc40fe4f-4eb6-4e2e-9e78-4999cb62676a 2018-08-12 08:38:27,583 - create_instance - DEBUG - Instance status [CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-inst] is - ACTIVE 2018-08-12 08:38:27,583 - create_instance - INFO - VM is - ACTIVE 2018-08-12 08:38:27,586 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/053b249e-ba20-4327-a074-ca52bdb53137 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b75db0fdbc29d7157d5e0624b2c7382d2230602e" 2018-08-12 08:38:28,273 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:38: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-82a4e083-c32e-4866-800e-4bff27775a79 x-compute-request-id: req-82a4e083-c32e-4866-800e-4bff27775a79 Content-Encoding: gzip Content-Length: 752 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:77:b9:96", "version": 4, "addr": "10.55.0.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/053b249e-ba20-4327-a074-ca52bdb53137", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/053b249e-ba20-4327-a074-ca52bdb53137", "rel": "bookmark"}], "image": {"id": "e127dce5-ddd4-42e4-997c-3655d9d01c7d", "links": [{"href": "http://172.30.9.21:8774/images/e127dce5-ddd4-42e4-997c-3655d9d01c7d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:38:24.000000", "flavor": {"id": "38c11a9e-e452-4555-beb8-953e682f62be", "links": [{"href": "http://172.30.9.21:8774/flavors/38c11a9e-e452-4555-beb8-953e682f62be", "rel": "bookmark"}]}, "id": "053b249e-ba20-4327-a074-ca52bdb53137", "security_groups": [{"name": "default"}], "user_id": "4b066e26f3fc4abfbc29756b9187ad34", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:38:24Z", "hostId": "8ee0a1b99168fdc60fe718ea2db3a33822f1bb1dc1a6b8cba7db3014", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-inst", "created": "2018-08-12T08:38:19Z", "tenant_id": "c84df896a8d446fc99506c3eb2a8ecad", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:38:28,273 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/053b249e-ba20-4327-a074-ca52bdb53137 used request id req-82a4e083-c32e-4866-800e-4bff27775a79 2018-08-12 08:38:28,278 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b75db0fdbc29d7157d5e0624b2c7382d2230602e" 2018-08-12 08:38:28,386 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-01a82a8a-f14e-4810-8c62-995118f134b1 Date: Sun, 12 Aug 2018 08:38: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":["a7ce5aa9-f3ae-4808-b653-ea9d69e5d313"],"updated_at":"2018-08-12T08:38:04Z","tenant_id":"c84df896a8d446fc99506c3eb2a8ecad","created_at":"2018-08-12T08:38:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"c84df896a8d446fc99506c3eb2a8ecad","id":"32f6485e-c126-4336-98ad-6e8fd0720c42","name":"CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-pub-net"}]} 2018-08-12 08:38:28,386 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-pub-net used request id req-01a82a8a-f14e-4810-8c62-995118f134b1 2018-08-12 08:38:28,390 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c84df896a8d446fc99506c3eb2a8ecad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b75db0fdbc29d7157d5e0624b2c7382d2230602e" 2018-08-12 08:38:28,485 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:38:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-208645f5-3bc7-4bd4-9523-512ef349d82a Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c84df896a8d446fc99506c3eb2a8ecad"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "c84df896a8d446fc99506c3eb2a8ecad", "name": "CreateInstanceVolumeTests-8ab60a23-a616-494-proj"}} 2018-08-12 08:38:28,485 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c84df896a8d446fc99506c3eb2a8ecad used request id req-208645f5-3bc7-4bd4-9523-512ef349d82a 2018-08-12 08:38:28,490 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=32f6485e-c126-4336-98ad-6e8fd0720c42 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b75db0fdbc29d7157d5e0624b2c7382d2230602e" 2018-08-12 08:38:28,710 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-36bf57bb-9381-4e66-9be4-99810746a36c Date: Sun, 12 Aug 2018 08:38:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"32f6485e-c126-4336-98ad-6e8fd0720c42","tenant_id":"c84df896a8d446fc99506c3eb2a8ecad","created_at":"2018-08-12T08:38:04Z","dns_nameservers":[],"updated_at":"2018-08-12T08:38:04Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"c84df896a8d446fc99506c3eb2a8ecad","id":"a7ce5aa9-f3ae-4808-b653-ea9d69e5d313","subnetpool_id":null,"name":"CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-pub-subnet"}]} 2018-08-12 08:38:28,710 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=32f6485e-c126-4336-98ad-6e8fd0720c42 used request id req-36bf57bb-9381-4e66-9be4-99810746a36c 2018-08-12 08:38:28,716 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=32f6485e-c126-4336-98ad-6e8fd0720c42 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b75db0fdbc29d7157d5e0624b2c7382d2230602e" 2018-08-12 08:38:28,807 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3028 X-Openstack-Request-Id: req-6726e636-edf2-4a0f-90b6-7e9bac6d0a06 Date: Sun, 12 Aug 2018 08:38:28 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"32f6485e-c126-4336-98ad-6e8fd0720c42","tenant_id":"c84df896a8d446fc99506c3eb2a8ecad","created_at":"2018-08-12T08:38:05Z","admin_state_up":true,"updated_at":"2018-08-12T08:38:08Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-32f6485e-c126-4336-98ad-6e8fd0720c42","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:ce:61:51","id":"11db6d92-db39-4f89-a129-85327e06f9d2","port_security_enabled":false,"project_id":"c84df896a8d446fc99506c3eb2a8ecad","fixed_ips":[{"subnet_id":"a7ce5aa9-f3ae-4808-b653-ea9d69e5d313","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"32f6485e-c126-4336-98ad-6e8fd0720c42","tenant_id":"c84df896a8d446fc99506c3eb2a8ecad","created_at":"2018-08-12T08:38:05Z","admin_state_up":true,"updated_at":"2018-08-12T08:38:08Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-32f6485e-c126-4336-98ad-6e8fd0720c42","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:e3:4f:41","id":"3393706e-ab5c-4375-a5c7-5ba698bce604","port_security_enabled":false,"project_id":"c84df896a8d446fc99506c3eb2a8ecad","fixed_ips":[{"subnet_id":"a7ce5aa9-f3ae-4808-b653-ea9d69e5d313","ip_address":"10.55.0.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"32f6485e-c126-4336-98ad-6e8fd0720c42","tenant_id":"c84df896a8d446fc99506c3eb2a8ecad","created_at":"2018-08-12T08:38:15Z","admin_state_up":true,"updated_at":"2018-08-12T08:38:24Z","binding:vnic_type":"normal","device_id":"053b249e-ba20-4327-a074-ca52bdb53137","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:77:b9:96","id":"735d58fa-3990-4cb4-b35d-6d3826564f8c","port_security_enabled":true,"project_id":"c84df896a8d446fc99506c3eb2a8ecad","fixed_ips":[{"subnet_id":"a7ce5aa9-f3ae-4808-b653-ea9d69e5d313","ip_address":"10.55.0.15"}],"extra_dhcp_opts":[],"security_groups":["033b5b20-c9f4-456c-8b6a-831b82ae1bc8"],"name":"CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-port"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"32f6485e-c126-4336-98ad-6e8fd0720c42","tenant_id":"c84df896a8d446fc99506c3eb2a8ecad","created_at":"2018-08-12T08:38:06Z","admin_state_up":true,"updated_at":"2018-08-12T08:38:09Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-32f6485e-c126-4336-98ad-6e8fd0720c42","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:9d:54:3a","id":"e0b00c0a-38b0-4e06-8b0a-2fa738faf41f","port_security_enabled":false,"project_id":"c84df896a8d446fc99506c3eb2a8ecad","fixed_ips":[{"subnet_id":"a7ce5aa9-f3ae-4808-b653-ea9d69e5d313","ip_address":"10.55.0.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-12 08:38:28,807 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=32f6485e-c126-4336-98ad-6e8fd0720c42 used request id req-6726e636-edf2-4a0f-90b6-7e9bac6d0a06 2018-08-12 08:38:28,810 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/c84df896a8d446fc99506c3eb2a8ecad/volumes/detail -H "OpenStack-API-Version: volume 3.5" -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b75db0fdbc29d7157d5e0624b2c7382d2230602e" 2018-08-12 08:38:29,037 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:38:28 GMT Server: Apache x-compute-request-id: req-5342d8f2-3c17-46f7-95b6-938a1bfcde53 OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-5342d8f2-3c17-46f7-95b6-938a1bfcde53 Content-Encoding: gzip Content-Length: 521 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "4b066e26f3fc4abfbc29756b9187ad34", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/c84df896a8d446fc99506c3eb2a8ecad/volumes/e4f5a7e9-7aa6-493f-b551-93ffa2429e26", "rel": "self"}, {"href": "http://172.30.9.21:8776/c84df896a8d446fc99506c3eb2a8ecad/volumes/e4f5a7e9-7aa6-493f-b551-93ffa2429e26", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-12T08:38:08.000000", "description": null, "os-vol-tenant-attr:tenant_id": "c84df896a8d446fc99506c3eb2a8ecad", "updated_at": "2018-08-12T08:38:09.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "e4f5a7e9-7aa6-493f-b551-93ffa2429e26", "size": 1}, {"status": "available", "user_id": "4b066e26f3fc4abfbc29756b9187ad34", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/c84df896a8d446fc99506c3eb2a8ecad/volumes/2e9e4bb9-2d12-4e05-a3e7-0bd5b28e2ef3", "rel": "self"}, {"href": "http://172.30.9.21:8776/c84df896a8d446fc99506c3eb2a8ecad/volumes/2e9e4bb9-2d12-4e05-a3e7-0bd5b28e2ef3", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-12T08:38:06.000000", "description": null, "os-vol-tenant-attr:tenant_id": "c84df896a8d446fc99506c3eb2a8ecad", "updated_at": "2018-08-12T08:38:07.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "2e9e4bb9-2d12-4e05-a3e7-0bd5b28e2ef3", "size": 1}]} 2018-08-12 08:38:29,037 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/c84df896a8d446fc99506c3eb2a8ecad/volumes/detail used request id req-5342d8f2-3c17-46f7-95b6-938a1bfcde53 2018-08-12 08:38:29,041 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c84df896a8d446fc99506c3eb2a8ecad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b75db0fdbc29d7157d5e0624b2c7382d2230602e" 2018-08-12 08:38:29,136 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:38:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7052e36c-e52d-437b-bf9f-ac09cf55264f Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c84df896a8d446fc99506c3eb2a8ecad"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "c84df896a8d446fc99506c3eb2a8ecad", "name": "CreateInstanceVolumeTests-8ab60a23-a616-494-proj"}} 2018-08-12 08:38:29,136 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c84df896a8d446fc99506c3eb2a8ecad used request id req-7052e36c-e52d-437b-bf9f-ac09cf55264f 2018-08-12 08:38:29,139 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/053b249e-ba20-4327-a074-ca52bdb53137 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b75db0fdbc29d7157d5e0624b2c7382d2230602e" 2018-08-12 08:38:29,794 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:38: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-7ed00541-ed0c-4a1a-8acf-f52429be71b4 x-compute-request-id: req-7ed00541-ed0c-4a1a-8acf-f52429be71b4 Content-Encoding: gzip Content-Length: 752 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:77:b9:96", "version": 4, "addr": "10.55.0.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/053b249e-ba20-4327-a074-ca52bdb53137", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/053b249e-ba20-4327-a074-ca52bdb53137", "rel": "bookmark"}], "image": {"id": "e127dce5-ddd4-42e4-997c-3655d9d01c7d", "links": [{"href": "http://172.30.9.21:8774/images/e127dce5-ddd4-42e4-997c-3655d9d01c7d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:38:24.000000", "flavor": {"id": "38c11a9e-e452-4555-beb8-953e682f62be", "links": [{"href": "http://172.30.9.21:8774/flavors/38c11a9e-e452-4555-beb8-953e682f62be", "rel": "bookmark"}]}, "id": "053b249e-ba20-4327-a074-ca52bdb53137", "security_groups": [{"name": "default"}], "user_id": "4b066e26f3fc4abfbc29756b9187ad34", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:38:24Z", "hostId": "8ee0a1b99168fdc60fe718ea2db3a33822f1bb1dc1a6b8cba7db3014", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-inst", "created": "2018-08-12T08:38:19Z", "tenant_id": "c84df896a8d446fc99506c3eb2a8ecad", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:38:29,794 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/053b249e-ba20-4327-a074-ca52bdb53137 used request id req-7ed00541-ed0c-4a1a-8acf-f52429be71b4 2018-08-12 08:38:29,795 - create_instance - DEBUG - Instance status [CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-inst] is - ACTIVE 2018-08-12 08:38:29,795 - create_instance - INFO - VM is - ACTIVE 2018-08-12 08:38:29,797 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/053b249e-ba20-4327-a074-ca52bdb53137 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b75db0fdbc29d7157d5e0624b2c7382d2230602e" 2018-08-12 08:38:30,327 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:38: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-f7e97854-628c-4a9c-9b35-b5b26384a5f4 x-compute-request-id: req-f7e97854-628c-4a9c-9b35-b5b26384a5f4 Content-Encoding: gzip Content-Length: 752 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:77:b9:96", "version": 4, "addr": "10.55.0.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/053b249e-ba20-4327-a074-ca52bdb53137", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/053b249e-ba20-4327-a074-ca52bdb53137", "rel": "bookmark"}], "image": {"id": "e127dce5-ddd4-42e4-997c-3655d9d01c7d", "links": [{"href": "http://172.30.9.21:8774/images/e127dce5-ddd4-42e4-997c-3655d9d01c7d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:38:24.000000", "flavor": {"id": "38c11a9e-e452-4555-beb8-953e682f62be", "links": [{"href": "http://172.30.9.21:8774/flavors/38c11a9e-e452-4555-beb8-953e682f62be", "rel": "bookmark"}]}, "id": "053b249e-ba20-4327-a074-ca52bdb53137", "security_groups": [{"name": "default"}], "user_id": "4b066e26f3fc4abfbc29756b9187ad34", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:38:24Z", "hostId": "8ee0a1b99168fdc60fe718ea2db3a33822f1bb1dc1a6b8cba7db3014", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-inst", "created": "2018-08-12T08:38:19Z", "tenant_id": "c84df896a8d446fc99506c3eb2a8ecad", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:38:30,327 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/053b249e-ba20-4327-a074-ca52bdb53137 used request id req-f7e97854-628c-4a9c-9b35-b5b26384a5f4 2018-08-12 08:38:30,332 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b75db0fdbc29d7157d5e0624b2c7382d2230602e" 2018-08-12 08:38:30,435 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-2236c5e8-e7f1-4e2d-b997-ecce7744b439 Date: Sun, 12 Aug 2018 08:38:30 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":["a7ce5aa9-f3ae-4808-b653-ea9d69e5d313"],"updated_at":"2018-08-12T08:38:04Z","tenant_id":"c84df896a8d446fc99506c3eb2a8ecad","created_at":"2018-08-12T08:38:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"c84df896a8d446fc99506c3eb2a8ecad","id":"32f6485e-c126-4336-98ad-6e8fd0720c42","name":"CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-pub-net"}]} 2018-08-12 08:38:30,435 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-pub-net used request id req-2236c5e8-e7f1-4e2d-b997-ecce7744b439 2018-08-12 08:38:30,439 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c84df896a8d446fc99506c3eb2a8ecad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b75db0fdbc29d7157d5e0624b2c7382d2230602e" 2018-08-12 08:38:30,529 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:38:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e3f4c6ae-d1f0-4fee-a07a-6888b090ba02 Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c84df896a8d446fc99506c3eb2a8ecad"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "c84df896a8d446fc99506c3eb2a8ecad", "name": "CreateInstanceVolumeTests-8ab60a23-a616-494-proj"}} 2018-08-12 08:38:30,529 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c84df896a8d446fc99506c3eb2a8ecad used request id req-e3f4c6ae-d1f0-4fee-a07a-6888b090ba02 2018-08-12 08:38:30,534 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=32f6485e-c126-4336-98ad-6e8fd0720c42 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b75db0fdbc29d7157d5e0624b2c7382d2230602e" 2018-08-12 08:38:30,749 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-97ed0444-edb1-4494-a1be-380b5b8306e8 Date: Sun, 12 Aug 2018 08:38:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"32f6485e-c126-4336-98ad-6e8fd0720c42","tenant_id":"c84df896a8d446fc99506c3eb2a8ecad","created_at":"2018-08-12T08:38:04Z","dns_nameservers":[],"updated_at":"2018-08-12T08:38:04Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"c84df896a8d446fc99506c3eb2a8ecad","id":"a7ce5aa9-f3ae-4808-b653-ea9d69e5d313","subnetpool_id":null,"name":"CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-pub-subnet"}]} 2018-08-12 08:38:30,749 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=32f6485e-c126-4336-98ad-6e8fd0720c42 used request id req-97ed0444-edb1-4494-a1be-380b5b8306e8 2018-08-12 08:38:30,754 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=32f6485e-c126-4336-98ad-6e8fd0720c42 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b75db0fdbc29d7157d5e0624b2c7382d2230602e" 2018-08-12 08:38:30,841 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3028 X-Openstack-Request-Id: req-537076a3-551e-4728-8b18-b4689205a03a Date: Sun, 12 Aug 2018 08:38:30 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"32f6485e-c126-4336-98ad-6e8fd0720c42","tenant_id":"c84df896a8d446fc99506c3eb2a8ecad","created_at":"2018-08-12T08:38:05Z","admin_state_up":true,"updated_at":"2018-08-12T08:38:08Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-32f6485e-c126-4336-98ad-6e8fd0720c42","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:ce:61:51","id":"11db6d92-db39-4f89-a129-85327e06f9d2","port_security_enabled":false,"project_id":"c84df896a8d446fc99506c3eb2a8ecad","fixed_ips":[{"subnet_id":"a7ce5aa9-f3ae-4808-b653-ea9d69e5d313","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"32f6485e-c126-4336-98ad-6e8fd0720c42","tenant_id":"c84df896a8d446fc99506c3eb2a8ecad","created_at":"2018-08-12T08:38:05Z","admin_state_up":true,"updated_at":"2018-08-12T08:38:08Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-32f6485e-c126-4336-98ad-6e8fd0720c42","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:e3:4f:41","id":"3393706e-ab5c-4375-a5c7-5ba698bce604","port_security_enabled":false,"project_id":"c84df896a8d446fc99506c3eb2a8ecad","fixed_ips":[{"subnet_id":"a7ce5aa9-f3ae-4808-b653-ea9d69e5d313","ip_address":"10.55.0.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"32f6485e-c126-4336-98ad-6e8fd0720c42","tenant_id":"c84df896a8d446fc99506c3eb2a8ecad","created_at":"2018-08-12T08:38:15Z","admin_state_up":true,"updated_at":"2018-08-12T08:38:24Z","binding:vnic_type":"normal","device_id":"053b249e-ba20-4327-a074-ca52bdb53137","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:77:b9:96","id":"735d58fa-3990-4cb4-b35d-6d3826564f8c","port_security_enabled":true,"project_id":"c84df896a8d446fc99506c3eb2a8ecad","fixed_ips":[{"subnet_id":"a7ce5aa9-f3ae-4808-b653-ea9d69e5d313","ip_address":"10.55.0.15"}],"extra_dhcp_opts":[],"security_groups":["033b5b20-c9f4-456c-8b6a-831b82ae1bc8"],"name":"CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-port"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"32f6485e-c126-4336-98ad-6e8fd0720c42","tenant_id":"c84df896a8d446fc99506c3eb2a8ecad","created_at":"2018-08-12T08:38:06Z","admin_state_up":true,"updated_at":"2018-08-12T08:38:09Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-32f6485e-c126-4336-98ad-6e8fd0720c42","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:9d:54:3a","id":"e0b00c0a-38b0-4e06-8b0a-2fa738faf41f","port_security_enabled":false,"project_id":"c84df896a8d446fc99506c3eb2a8ecad","fixed_ips":[{"subnet_id":"a7ce5aa9-f3ae-4808-b653-ea9d69e5d313","ip_address":"10.55.0.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-12 08:38:30,841 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=32f6485e-c126-4336-98ad-6e8fd0720c42 used request id req-537076a3-551e-4728-8b18-b4689205a03a 2018-08-12 08:38:30,845 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers/053b249e-ba20-4327-a074-ca52bdb53137/os-volume_attachments -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b75db0fdbc29d7157d5e0624b2c7382d2230602e" -d '{"volumeAttachment": {"volumeId": "2e9e4bb9-2d12-4e05-a3e7-0bd5b28e2ef3"}}' 2018-08-12 08:38:32,101 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:38: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-8a212b44-d66a-4c79-a8c2-5eb890dd798c x-compute-request-id: req-8a212b44-d66a-4c79-a8c2-5eb890dd798c Content-Encoding: gzip Content-Length: 146 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "053b249e-ba20-4327-a074-ca52bdb53137", "id": "2e9e4bb9-2d12-4e05-a3e7-0bd5b28e2ef3", "volumeId": "2e9e4bb9-2d12-4e05-a3e7-0bd5b28e2ef3"}} 2018-08-12 08:38:32,102 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/053b249e-ba20-4327-a074-ca52bdb53137/os-volume_attachments used request id req-8a212b44-d66a-4c79-a8c2-5eb890dd798c 2018-08-12 08:38:32,105 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/053b249e-ba20-4327-a074-ca52bdb53137 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b75db0fdbc29d7157d5e0624b2c7382d2230602e" 2018-08-12 08:38:32,583 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:38: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-4ab93876-2243-4e27-9433-19128da056fb x-compute-request-id: req-4ab93876-2243-4e27-9433-19128da056fb Content-Encoding: gzip Content-Length: 778 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:77:b9:96", "version": 4, "addr": "10.55.0.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/053b249e-ba20-4327-a074-ca52bdb53137", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/053b249e-ba20-4327-a074-ca52bdb53137", "rel": "bookmark"}], "image": {"id": "e127dce5-ddd4-42e4-997c-3655d9d01c7d", "links": [{"href": "http://172.30.9.21:8774/images/e127dce5-ddd4-42e4-997c-3655d9d01c7d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:38:24.000000", "flavor": {"id": "38c11a9e-e452-4555-beb8-953e682f62be", "links": [{"href": "http://172.30.9.21:8774/flavors/38c11a9e-e452-4555-beb8-953e682f62be", "rel": "bookmark"}]}, "id": "053b249e-ba20-4327-a074-ca52bdb53137", "security_groups": [{"name": "default"}], "user_id": "4b066e26f3fc4abfbc29756b9187ad34", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:38:24Z", "hostId": "8ee0a1b99168fdc60fe718ea2db3a33822f1bb1dc1a6b8cba7db3014", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-inst", "created": "2018-08-12T08:38:19Z", "tenant_id": "c84df896a8d446fc99506c3eb2a8ecad", "os-extended-volumes:volumes_attached": [{"id": "2e9e4bb9-2d12-4e05-a3e7-0bd5b28e2ef3"}], "metadata": {}}} 2018-08-12 08:38:32,583 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/053b249e-ba20-4327-a074-ca52bdb53137 used request id req-4ab93876-2243-4e27-9433-19128da056fb 2018-08-12 08:38:32,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b75db0fdbc29d7157d5e0624b2c7382d2230602e" 2018-08-12 08:38:32,691 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-be781a2b-4498-4548-97b5-78905456da08 Date: Sun, 12 Aug 2018 08:38:32 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":["a7ce5aa9-f3ae-4808-b653-ea9d69e5d313"],"updated_at":"2018-08-12T08:38:04Z","tenant_id":"c84df896a8d446fc99506c3eb2a8ecad","created_at":"2018-08-12T08:38:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"c84df896a8d446fc99506c3eb2a8ecad","id":"32f6485e-c126-4336-98ad-6e8fd0720c42","name":"CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-pub-net"}]} 2018-08-12 08:38:32,691 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-pub-net used request id req-be781a2b-4498-4548-97b5-78905456da08 2018-08-12 08:38:32,695 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c84df896a8d446fc99506c3eb2a8ecad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b75db0fdbc29d7157d5e0624b2c7382d2230602e" 2018-08-12 08:38:32,789 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:38:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d8c59ac2-ae8d-4951-9618-cbcfeeeae0c6 Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c84df896a8d446fc99506c3eb2a8ecad"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "c84df896a8d446fc99506c3eb2a8ecad", "name": "CreateInstanceVolumeTests-8ab60a23-a616-494-proj"}} 2018-08-12 08:38:32,789 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c84df896a8d446fc99506c3eb2a8ecad used request id req-d8c59ac2-ae8d-4951-9618-cbcfeeeae0c6 2018-08-12 08:38:32,794 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=32f6485e-c126-4336-98ad-6e8fd0720c42 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b75db0fdbc29d7157d5e0624b2c7382d2230602e" 2018-08-12 08:38:32,849 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-dba8475c-050c-4e5c-b94e-b3088810a794 Date: Sun, 12 Aug 2018 08:38:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"32f6485e-c126-4336-98ad-6e8fd0720c42","tenant_id":"c84df896a8d446fc99506c3eb2a8ecad","created_at":"2018-08-12T08:38:04Z","dns_nameservers":[],"updated_at":"2018-08-12T08:38:04Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"c84df896a8d446fc99506c3eb2a8ecad","id":"a7ce5aa9-f3ae-4808-b653-ea9d69e5d313","subnetpool_id":null,"name":"CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-pub-subnet"}]} 2018-08-12 08:38:32,849 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=32f6485e-c126-4336-98ad-6e8fd0720c42 used request id req-dba8475c-050c-4e5c-b94e-b3088810a794 2018-08-12 08:38:32,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=32f6485e-c126-4336-98ad-6e8fd0720c42 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b75db0fdbc29d7157d5e0624b2c7382d2230602e" 2018-08-12 08:38:32,950 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3028 X-Openstack-Request-Id: req-5f23d38c-7110-4c5f-9d0b-ec773d6c40bc Date: Sun, 12 Aug 2018 08:38:32 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"32f6485e-c126-4336-98ad-6e8fd0720c42","tenant_id":"c84df896a8d446fc99506c3eb2a8ecad","created_at":"2018-08-12T08:38:05Z","admin_state_up":true,"updated_at":"2018-08-12T08:38:08Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-32f6485e-c126-4336-98ad-6e8fd0720c42","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:ce:61:51","id":"11db6d92-db39-4f89-a129-85327e06f9d2","port_security_enabled":false,"project_id":"c84df896a8d446fc99506c3eb2a8ecad","fixed_ips":[{"subnet_id":"a7ce5aa9-f3ae-4808-b653-ea9d69e5d313","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"32f6485e-c126-4336-98ad-6e8fd0720c42","tenant_id":"c84df896a8d446fc99506c3eb2a8ecad","created_at":"2018-08-12T08:38:05Z","admin_state_up":true,"updated_at":"2018-08-12T08:38:08Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-32f6485e-c126-4336-98ad-6e8fd0720c42","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:e3:4f:41","id":"3393706e-ab5c-4375-a5c7-5ba698bce604","port_security_enabled":false,"project_id":"c84df896a8d446fc99506c3eb2a8ecad","fixed_ips":[{"subnet_id":"a7ce5aa9-f3ae-4808-b653-ea9d69e5d313","ip_address":"10.55.0.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"32f6485e-c126-4336-98ad-6e8fd0720c42","tenant_id":"c84df896a8d446fc99506c3eb2a8ecad","created_at":"2018-08-12T08:38:15Z","admin_state_up":true,"updated_at":"2018-08-12T08:38:24Z","binding:vnic_type":"normal","device_id":"053b249e-ba20-4327-a074-ca52bdb53137","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:77:b9:96","id":"735d58fa-3990-4cb4-b35d-6d3826564f8c","port_security_enabled":true,"project_id":"c84df896a8d446fc99506c3eb2a8ecad","fixed_ips":[{"subnet_id":"a7ce5aa9-f3ae-4808-b653-ea9d69e5d313","ip_address":"10.55.0.15"}],"extra_dhcp_opts":[],"security_groups":["033b5b20-c9f4-456c-8b6a-831b82ae1bc8"],"name":"CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-port"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"32f6485e-c126-4336-98ad-6e8fd0720c42","tenant_id":"c84df896a8d446fc99506c3eb2a8ecad","created_at":"2018-08-12T08:38:06Z","admin_state_up":true,"updated_at":"2018-08-12T08:38:09Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-32f6485e-c126-4336-98ad-6e8fd0720c42","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:9d:54:3a","id":"e0b00c0a-38b0-4e06-8b0a-2fa738faf41f","port_security_enabled":false,"project_id":"c84df896a8d446fc99506c3eb2a8ecad","fixed_ips":[{"subnet_id":"a7ce5aa9-f3ae-4808-b653-ea9d69e5d313","ip_address":"10.55.0.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-12 08:38:32,950 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=32f6485e-c126-4336-98ad-6e8fd0720c42 used request id req-5f23d38c-7110-4c5f-9d0b-ec773d6c40bc 2018-08-12 08:38:32,953 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/c84df896a8d446fc99506c3eb2a8ecad/volumes/detail -H "OpenStack-API-Version: volume 3.5" -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-5342d8f2-3c17-46f7-95b6-938a1bfcde53" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b75db0fdbc29d7157d5e0624b2c7382d2230602e" 2018-08-12 08:38:33,267 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:38:32 GMT Server: Apache x-compute-request-id: req-716c3bcc-3c8a-47ae-adae-2f46f4bfdde9 OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-716c3bcc-3c8a-47ae-adae-2f46f4bfdde9 Content-Encoding: gzip Content-Length: 541 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "4b066e26f3fc4abfbc29756b9187ad34", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/c84df896a8d446fc99506c3eb2a8ecad/volumes/e4f5a7e9-7aa6-493f-b551-93ffa2429e26", "rel": "self"}, {"href": "http://172.30.9.21:8776/c84df896a8d446fc99506c3eb2a8ecad/volumes/e4f5a7e9-7aa6-493f-b551-93ffa2429e26", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-12T08:38:08.000000", "description": null, "os-vol-tenant-attr:tenant_id": "c84df896a8d446fc99506c3eb2a8ecad", "updated_at": "2018-08-12T08:38:09.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "e4f5a7e9-7aa6-493f-b551-93ffa2429e26", "size": 1}, {"status": "attaching", "user_id": "4b066e26f3fc4abfbc29756b9187ad34", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/c84df896a8d446fc99506c3eb2a8ecad/volumes/2e9e4bb9-2d12-4e05-a3e7-0bd5b28e2ef3", "rel": "self"}, {"href": "http://172.30.9.21:8776/c84df896a8d446fc99506c3eb2a8ecad/volumes/2e9e4bb9-2d12-4e05-a3e7-0bd5b28e2ef3", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-12T08:38:06.000000", "description": null, "os-vol-tenant-attr:tenant_id": "c84df896a8d446fc99506c3eb2a8ecad", "updated_at": "2018-08-12T08:38:33.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {"attached_mode": "rw"}, "id": "2e9e4bb9-2d12-4e05-a3e7-0bd5b28e2ef3", "size": 1}]} 2018-08-12 08:38:33,268 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/c84df896a8d446fc99506c3eb2a8ecad/volumes/detail used request id req-716c3bcc-3c8a-47ae-adae-2f46f4bfdde9 2018-08-12 08:38:33,272 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c84df896a8d446fc99506c3eb2a8ecad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b75db0fdbc29d7157d5e0624b2c7382d2230602e" 2018-08-12 08:38:33,364 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:38:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-face6662-f596-4cd7-b230-5d9f5ee522d7 Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c84df896a8d446fc99506c3eb2a8ecad"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "c84df896a8d446fc99506c3eb2a8ecad", "name": "CreateInstanceVolumeTests-8ab60a23-a616-494-proj"}} 2018-08-12 08:38:33,364 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c84df896a8d446fc99506c3eb2a8ecad used request id req-face6662-f596-4cd7-b230-5d9f5ee522d7 2018-08-12 08:38:33,367 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/053b249e-ba20-4327-a074-ca52bdb53137 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b75db0fdbc29d7157d5e0624b2c7382d2230602e" 2018-08-12 08:38:33,869 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:38: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-0721e5cd-f305-4cf7-82cd-07c077fa8e05 x-compute-request-id: req-0721e5cd-f305-4cf7-82cd-07c077fa8e05 Content-Encoding: gzip Content-Length: 778 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:77:b9:96", "version": 4, "addr": "10.55.0.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/053b249e-ba20-4327-a074-ca52bdb53137", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/053b249e-ba20-4327-a074-ca52bdb53137", "rel": "bookmark"}], "image": {"id": "e127dce5-ddd4-42e4-997c-3655d9d01c7d", "links": [{"href": "http://172.30.9.21:8774/images/e127dce5-ddd4-42e4-997c-3655d9d01c7d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:38:24.000000", "flavor": {"id": "38c11a9e-e452-4555-beb8-953e682f62be", "links": [{"href": "http://172.30.9.21:8774/flavors/38c11a9e-e452-4555-beb8-953e682f62be", "rel": "bookmark"}]}, "id": "053b249e-ba20-4327-a074-ca52bdb53137", "security_groups": [{"name": "default"}], "user_id": "4b066e26f3fc4abfbc29756b9187ad34", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:38:24Z", "hostId": "8ee0a1b99168fdc60fe718ea2db3a33822f1bb1dc1a6b8cba7db3014", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-inst", "created": "2018-08-12T08:38:19Z", "tenant_id": "c84df896a8d446fc99506c3eb2a8ecad", "os-extended-volumes:volumes_attached": [{"id": "2e9e4bb9-2d12-4e05-a3e7-0bd5b28e2ef3"}], "metadata": {}}} 2018-08-12 08:38:33,869 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/053b249e-ba20-4327-a074-ca52bdb53137 used request id req-0721e5cd-f305-4cf7-82cd-07c077fa8e05 2018-08-12 08:38:33,869 - create_instance - DEBUG - Instance status [CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-inst] is - ACTIVE 2018-08-12 08:38:33,869 - create_instance - INFO - VM is - ACTIVE 2018-08-12 08:38:33,872 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/053b249e-ba20-4327-a074-ca52bdb53137 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b75db0fdbc29d7157d5e0624b2c7382d2230602e" 2018-08-12 08:38:34,353 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:38: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-10351205-694f-45a7-888b-b1851f4f346c x-compute-request-id: req-10351205-694f-45a7-888b-b1851f4f346c Content-Encoding: gzip Content-Length: 778 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:77:b9:96", "version": 4, "addr": "10.55.0.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/053b249e-ba20-4327-a074-ca52bdb53137", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/053b249e-ba20-4327-a074-ca52bdb53137", "rel": "bookmark"}], "image": {"id": "e127dce5-ddd4-42e4-997c-3655d9d01c7d", "links": [{"href": "http://172.30.9.21:8774/images/e127dce5-ddd4-42e4-997c-3655d9d01c7d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:38:24.000000", "flavor": {"id": "38c11a9e-e452-4555-beb8-953e682f62be", "links": [{"href": "http://172.30.9.21:8774/flavors/38c11a9e-e452-4555-beb8-953e682f62be", "rel": "bookmark"}]}, "id": "053b249e-ba20-4327-a074-ca52bdb53137", "security_groups": [{"name": "default"}], "user_id": "4b066e26f3fc4abfbc29756b9187ad34", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:38:24Z", "hostId": "8ee0a1b99168fdc60fe718ea2db3a33822f1bb1dc1a6b8cba7db3014", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-inst", "created": "2018-08-12T08:38:19Z", "tenant_id": "c84df896a8d446fc99506c3eb2a8ecad", "os-extended-volumes:volumes_attached": [{"id": "2e9e4bb9-2d12-4e05-a3e7-0bd5b28e2ef3"}], "metadata": {}}} 2018-08-12 08:38:34,353 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/053b249e-ba20-4327-a074-ca52bdb53137 used request id req-10351205-694f-45a7-888b-b1851f4f346c 2018-08-12 08:38:34,359 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b75db0fdbc29d7157d5e0624b2c7382d2230602e" 2018-08-12 08:38:34,456 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-9ac0a19b-f033-492b-83fd-c599a70a4691 Date: Sun, 12 Aug 2018 08:38:34 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":["a7ce5aa9-f3ae-4808-b653-ea9d69e5d313"],"updated_at":"2018-08-12T08:38:04Z","tenant_id":"c84df896a8d446fc99506c3eb2a8ecad","created_at":"2018-08-12T08:38:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"c84df896a8d446fc99506c3eb2a8ecad","id":"32f6485e-c126-4336-98ad-6e8fd0720c42","name":"CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-pub-net"}]} 2018-08-12 08:38:34,457 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-pub-net used request id req-9ac0a19b-f033-492b-83fd-c599a70a4691 2018-08-12 08:38:34,460 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c84df896a8d446fc99506c3eb2a8ecad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b75db0fdbc29d7157d5e0624b2c7382d2230602e" 2018-08-12 08:38:34,554 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:38:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be82e158-140d-4f8a-ab9e-34b7406dabac Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c84df896a8d446fc99506c3eb2a8ecad"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "c84df896a8d446fc99506c3eb2a8ecad", "name": "CreateInstanceVolumeTests-8ab60a23-a616-494-proj"}} 2018-08-12 08:38:34,554 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c84df896a8d446fc99506c3eb2a8ecad used request id req-be82e158-140d-4f8a-ab9e-34b7406dabac 2018-08-12 08:38:34,558 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=32f6485e-c126-4336-98ad-6e8fd0720c42 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b75db0fdbc29d7157d5e0624b2c7382d2230602e" 2018-08-12 08:38:34,648 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-c4bba0a4-d8a8-4604-9362-792804c52fe0 Date: Sun, 12 Aug 2018 08:38:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"32f6485e-c126-4336-98ad-6e8fd0720c42","tenant_id":"c84df896a8d446fc99506c3eb2a8ecad","created_at":"2018-08-12T08:38:04Z","dns_nameservers":[],"updated_at":"2018-08-12T08:38:04Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"c84df896a8d446fc99506c3eb2a8ecad","id":"a7ce5aa9-f3ae-4808-b653-ea9d69e5d313","subnetpool_id":null,"name":"CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-pub-subnet"}]} 2018-08-12 08:38:34,648 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=32f6485e-c126-4336-98ad-6e8fd0720c42 used request id req-c4bba0a4-d8a8-4604-9362-792804c52fe0 2018-08-12 08:38:34,654 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=32f6485e-c126-4336-98ad-6e8fd0720c42 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b75db0fdbc29d7157d5e0624b2c7382d2230602e" 2018-08-12 08:38:34,742 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3028 X-Openstack-Request-Id: req-50a2dd3f-773f-45a4-8bc0-91ff5e872dbd Date: Sun, 12 Aug 2018 08:38:34 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"32f6485e-c126-4336-98ad-6e8fd0720c42","tenant_id":"c84df896a8d446fc99506c3eb2a8ecad","created_at":"2018-08-12T08:38:05Z","admin_state_up":true,"updated_at":"2018-08-12T08:38:08Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-32f6485e-c126-4336-98ad-6e8fd0720c42","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:ce:61:51","id":"11db6d92-db39-4f89-a129-85327e06f9d2","port_security_enabled":false,"project_id":"c84df896a8d446fc99506c3eb2a8ecad","fixed_ips":[{"subnet_id":"a7ce5aa9-f3ae-4808-b653-ea9d69e5d313","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"32f6485e-c126-4336-98ad-6e8fd0720c42","tenant_id":"c84df896a8d446fc99506c3eb2a8ecad","created_at":"2018-08-12T08:38:05Z","admin_state_up":true,"updated_at":"2018-08-12T08:38:08Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-32f6485e-c126-4336-98ad-6e8fd0720c42","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:e3:4f:41","id":"3393706e-ab5c-4375-a5c7-5ba698bce604","port_security_enabled":false,"project_id":"c84df896a8d446fc99506c3eb2a8ecad","fixed_ips":[{"subnet_id":"a7ce5aa9-f3ae-4808-b653-ea9d69e5d313","ip_address":"10.55.0.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"32f6485e-c126-4336-98ad-6e8fd0720c42","tenant_id":"c84df896a8d446fc99506c3eb2a8ecad","created_at":"2018-08-12T08:38:15Z","admin_state_up":true,"updated_at":"2018-08-12T08:38:24Z","binding:vnic_type":"normal","device_id":"053b249e-ba20-4327-a074-ca52bdb53137","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:77:b9:96","id":"735d58fa-3990-4cb4-b35d-6d3826564f8c","port_security_enabled":true,"project_id":"c84df896a8d446fc99506c3eb2a8ecad","fixed_ips":[{"subnet_id":"a7ce5aa9-f3ae-4808-b653-ea9d69e5d313","ip_address":"10.55.0.15"}],"extra_dhcp_opts":[],"security_groups":["033b5b20-c9f4-456c-8b6a-831b82ae1bc8"],"name":"CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-port"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"32f6485e-c126-4336-98ad-6e8fd0720c42","tenant_id":"c84df896a8d446fc99506c3eb2a8ecad","created_at":"2018-08-12T08:38:06Z","admin_state_up":true,"updated_at":"2018-08-12T08:38:09Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-32f6485e-c126-4336-98ad-6e8fd0720c42","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:9d:54:3a","id":"e0b00c0a-38b0-4e06-8b0a-2fa738faf41f","port_security_enabled":false,"project_id":"c84df896a8d446fc99506c3eb2a8ecad","fixed_ips":[{"subnet_id":"a7ce5aa9-f3ae-4808-b653-ea9d69e5d313","ip_address":"10.55.0.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-12 08:38:34,743 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=32f6485e-c126-4336-98ad-6e8fd0720c42 used request id req-50a2dd3f-773f-45a4-8bc0-91ff5e872dbd 2018-08-12 08:38:34,746 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers/053b249e-ba20-4327-a074-ca52bdb53137/os-volume_attachments -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b75db0fdbc29d7157d5e0624b2c7382d2230602e" -d '{"volumeAttachment": {"volumeId": "e4f5a7e9-7aa6-493f-b551-93ffa2429e26"}}' 2018-08-12 08:38:35,952 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:38: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-adbbe74f-33e9-43fa-9ee5-dc74fccd91da x-compute-request-id: req-adbbe74f-33e9-43fa-9ee5-dc74fccd91da Content-Encoding: gzip Content-Length: 147 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdc", "serverId": "053b249e-ba20-4327-a074-ca52bdb53137", "id": "e4f5a7e9-7aa6-493f-b551-93ffa2429e26", "volumeId": "e4f5a7e9-7aa6-493f-b551-93ffa2429e26"}} 2018-08-12 08:38:35,952 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/053b249e-ba20-4327-a074-ca52bdb53137/os-volume_attachments used request id req-adbbe74f-33e9-43fa-9ee5-dc74fccd91da 2018-08-12 08:38:35,955 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/053b249e-ba20-4327-a074-ca52bdb53137 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b75db0fdbc29d7157d5e0624b2c7382d2230602e" 2018-08-12 08:38:36,625 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:38: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-056106a6-1ec8-476a-a00f-8f5a34349b45 x-compute-request-id: req-056106a6-1ec8-476a-a00f-8f5a34349b45 Content-Encoding: gzip Content-Length: 804 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:77:b9:96", "version": 4, "addr": "10.55.0.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/053b249e-ba20-4327-a074-ca52bdb53137", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/053b249e-ba20-4327-a074-ca52bdb53137", "rel": "bookmark"}], "image": {"id": "e127dce5-ddd4-42e4-997c-3655d9d01c7d", "links": [{"href": "http://172.30.9.21:8774/images/e127dce5-ddd4-42e4-997c-3655d9d01c7d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:38:24.000000", "flavor": {"id": "38c11a9e-e452-4555-beb8-953e682f62be", "links": [{"href": "http://172.30.9.21:8774/flavors/38c11a9e-e452-4555-beb8-953e682f62be", "rel": "bookmark"}]}, "id": "053b249e-ba20-4327-a074-ca52bdb53137", "security_groups": [{"name": "default"}], "user_id": "4b066e26f3fc4abfbc29756b9187ad34", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:38:24Z", "hostId": "8ee0a1b99168fdc60fe718ea2db3a33822f1bb1dc1a6b8cba7db3014", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-inst", "created": "2018-08-12T08:38:19Z", "tenant_id": "c84df896a8d446fc99506c3eb2a8ecad", "os-extended-volumes:volumes_attached": [{"id": "2e9e4bb9-2d12-4e05-a3e7-0bd5b28e2ef3"}, {"id": "e4f5a7e9-7aa6-493f-b551-93ffa2429e26"}], "metadata": {}}} 2018-08-12 08:38:36,626 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/053b249e-ba20-4327-a074-ca52bdb53137 used request id req-056106a6-1ec8-476a-a00f-8f5a34349b45 2018-08-12 08:38:36,631 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b75db0fdbc29d7157d5e0624b2c7382d2230602e" 2018-08-12 08:38:36,739 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-b8109980-931b-4f84-83fa-aa6024eac019 Date: Sun, 12 Aug 2018 08:38:36 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["a7ce5aa9-f3ae-4808-b653-ea9d69e5d313"],"updated_at":"2018-08-12T08:38:04Z","tenant_id":"c84df896a8d446fc99506c3eb2a8ecad","created_at":"2018-08-12T08:38:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"c84df896a8d446fc99506c3eb2a8ecad","id":"32f6485e-c126-4336-98ad-6e8fd0720c42","name":"CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-pub-net"}]} 2018-08-12 08:38:36,739 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-pub-net used request id req-b8109980-931b-4f84-83fa-aa6024eac019 2018-08-12 08:38:36,743 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c84df896a8d446fc99506c3eb2a8ecad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b75db0fdbc29d7157d5e0624b2c7382d2230602e" 2018-08-12 08:38:36,839 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:38:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6fe7a80b-fc6b-4de1-8acc-77b337078fcb Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c84df896a8d446fc99506c3eb2a8ecad"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "c84df896a8d446fc99506c3eb2a8ecad", "name": "CreateInstanceVolumeTests-8ab60a23-a616-494-proj"}} 2018-08-12 08:38:36,839 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c84df896a8d446fc99506c3eb2a8ecad used request id req-6fe7a80b-fc6b-4de1-8acc-77b337078fcb 2018-08-12 08:38:36,844 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=32f6485e-c126-4336-98ad-6e8fd0720c42 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b75db0fdbc29d7157d5e0624b2c7382d2230602e" 2018-08-12 08:38:36,894 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-3e990f01-c7f9-4c54-a507-9d70ccd45bc0 Date: Sun, 12 Aug 2018 08:38:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"32f6485e-c126-4336-98ad-6e8fd0720c42","tenant_id":"c84df896a8d446fc99506c3eb2a8ecad","created_at":"2018-08-12T08:38:04Z","dns_nameservers":[],"updated_at":"2018-08-12T08:38:04Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"c84df896a8d446fc99506c3eb2a8ecad","id":"a7ce5aa9-f3ae-4808-b653-ea9d69e5d313","subnetpool_id":null,"name":"CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-pub-subnet"}]} 2018-08-12 08:38:36,895 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=32f6485e-c126-4336-98ad-6e8fd0720c42 used request id req-3e990f01-c7f9-4c54-a507-9d70ccd45bc0 2018-08-12 08:38:36,900 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=32f6485e-c126-4336-98ad-6e8fd0720c42 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b75db0fdbc29d7157d5e0624b2c7382d2230602e" 2018-08-12 08:38:36,994 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3028 X-Openstack-Request-Id: req-f658c0d5-f02c-43fd-9bfd-3fff9aece8fe Date: Sun, 12 Aug 2018 08:38:36 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"32f6485e-c126-4336-98ad-6e8fd0720c42","tenant_id":"c84df896a8d446fc99506c3eb2a8ecad","created_at":"2018-08-12T08:38:05Z","admin_state_up":true,"updated_at":"2018-08-12T08:38:08Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-32f6485e-c126-4336-98ad-6e8fd0720c42","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:ce:61:51","id":"11db6d92-db39-4f89-a129-85327e06f9d2","port_security_enabled":false,"project_id":"c84df896a8d446fc99506c3eb2a8ecad","fixed_ips":[{"subnet_id":"a7ce5aa9-f3ae-4808-b653-ea9d69e5d313","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"32f6485e-c126-4336-98ad-6e8fd0720c42","tenant_id":"c84df896a8d446fc99506c3eb2a8ecad","created_at":"2018-08-12T08:38:05Z","admin_state_up":true,"updated_at":"2018-08-12T08:38:08Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-32f6485e-c126-4336-98ad-6e8fd0720c42","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:e3:4f:41","id":"3393706e-ab5c-4375-a5c7-5ba698bce604","port_security_enabled":false,"project_id":"c84df896a8d446fc99506c3eb2a8ecad","fixed_ips":[{"subnet_id":"a7ce5aa9-f3ae-4808-b653-ea9d69e5d313","ip_address":"10.55.0.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"32f6485e-c126-4336-98ad-6e8fd0720c42","tenant_id":"c84df896a8d446fc99506c3eb2a8ecad","created_at":"2018-08-12T08:38:15Z","admin_state_up":true,"updated_at":"2018-08-12T08:38:24Z","binding:vnic_type":"normal","device_id":"053b249e-ba20-4327-a074-ca52bdb53137","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:77:b9:96","id":"735d58fa-3990-4cb4-b35d-6d3826564f8c","port_security_enabled":true,"project_id":"c84df896a8d446fc99506c3eb2a8ecad","fixed_ips":[{"subnet_id":"a7ce5aa9-f3ae-4808-b653-ea9d69e5d313","ip_address":"10.55.0.15"}],"extra_dhcp_opts":[],"security_groups":["033b5b20-c9f4-456c-8b6a-831b82ae1bc8"],"name":"CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-port"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"32f6485e-c126-4336-98ad-6e8fd0720c42","tenant_id":"c84df896a8d446fc99506c3eb2a8ecad","created_at":"2018-08-12T08:38:06Z","admin_state_up":true,"updated_at":"2018-08-12T08:38:09Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-32f6485e-c126-4336-98ad-6e8fd0720c42","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:9d:54:3a","id":"e0b00c0a-38b0-4e06-8b0a-2fa738faf41f","port_security_enabled":false,"project_id":"c84df896a8d446fc99506c3eb2a8ecad","fixed_ips":[{"subnet_id":"a7ce5aa9-f3ae-4808-b653-ea9d69e5d313","ip_address":"10.55.0.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-12 08:38:36,994 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=32f6485e-c126-4336-98ad-6e8fd0720c42 used request id req-f658c0d5-f02c-43fd-9bfd-3fff9aece8fe 2018-08-12 08:38:36,995 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:38:37,392 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "173da809b2b6448eb3aadd2fb575f12a", "name": "CreateInstanceVolumeTests-8ab60a23-a616-494-proj-role"}], "expires_at": "2018-08-12T09:38:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c84df896a8d446fc99506c3eb2a8ecad", "name": "CreateInstanceVolumeTests-8ab60a23-a616-494-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/c84df896a8d446fc99506c3eb2a8ecad", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/c84df896a8d446fc99506c3eb2a8ecad", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/c84df896a8d446fc99506c3eb2a8ecad", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_c84df896a8d446fc99506c3eb2a8ecad", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_c84df896a8d446fc99506c3eb2a8ecad", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/c84df896a8d446fc99506c3eb2a8ecad", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/c84df896a8d446fc99506c3eb2a8ecad", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/c84df896a8d446fc99506c3eb2a8ecad", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/c84df896a8d446fc99506c3eb2a8ecad", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/c84df896a8d446fc99506c3eb2a8ecad", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/c84df896a8d446fc99506c3eb2a8ecad", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/c84df896a8d446fc99506c3eb2a8ecad", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/c84df896a8d446fc99506c3eb2a8ecad", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/c84df896a8d446fc99506c3eb2a8ecad", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-8ab60a23-a616-494-user", "id": "4b066e26f3fc4abfbc29756b9187ad34"}, "audit_ids": ["i0kVOTh9S_-Wh8LAhGRrEw"], "issued_at": "2018-08-12T08:38:37.000000Z"}} 2018-08-12 08:38:37,395 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1f5769515b52e1bad23f48b524d5c0fc150decf" 2018-08-12 08:38:38,420 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:38: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-ae772edb-c358-468c-b73e-b5155e108c32 x-compute-request-id: req-ae772edb-c358-468c-b73e-b5155e108c32 Content-Encoding: gzip Content-Length: 803 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:77:b9:96", "version": 4, "addr": "10.55.0.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/053b249e-ba20-4327-a074-ca52bdb53137", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/053b249e-ba20-4327-a074-ca52bdb53137", "rel": "bookmark"}], "image": {"id": "e127dce5-ddd4-42e4-997c-3655d9d01c7d", "links": [{"href": "http://172.30.9.21:8774/images/e127dce5-ddd4-42e4-997c-3655d9d01c7d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:38:24.000000", "flavor": {"id": "38c11a9e-e452-4555-beb8-953e682f62be", "links": [{"href": "http://172.30.9.21:8774/flavors/38c11a9e-e452-4555-beb8-953e682f62be", "rel": "bookmark"}]}, "id": "053b249e-ba20-4327-a074-ca52bdb53137", "security_groups": [{"name": "default"}], "user_id": "4b066e26f3fc4abfbc29756b9187ad34", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:38:24Z", "hostId": "8ee0a1b99168fdc60fe718ea2db3a33822f1bb1dc1a6b8cba7db3014", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-inst", "created": "2018-08-12T08:38:19Z", "tenant_id": "c84df896a8d446fc99506c3eb2a8ecad", "os-extended-volumes:volumes_attached": [{"id": "2e9e4bb9-2d12-4e05-a3e7-0bd5b28e2ef3"}, {"id": "e4f5a7e9-7aa6-493f-b551-93ffa2429e26"}], "metadata": {}}]} 2018-08-12 08:38:38,420 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-inst used request id req-ae772edb-c358-468c-b73e-b5155e108c32 2018-08-12 08:38:38,426 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1f5769515b52e1bad23f48b524d5c0fc150decf" 2018-08-12 08:38:38,700 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-658f2d9a-8fb9-4d56-a6f3-5bc15bd62742 Date: Sun, 12 Aug 2018 08:38:38 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["a7ce5aa9-f3ae-4808-b653-ea9d69e5d313"],"updated_at":"2018-08-12T08:38:04Z","tenant_id":"c84df896a8d446fc99506c3eb2a8ecad","created_at":"2018-08-12T08:38:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"c84df896a8d446fc99506c3eb2a8ecad","id":"32f6485e-c126-4336-98ad-6e8fd0720c42","name":"CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-pub-net"}]} 2018-08-12 08:38:38,700 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-pub-net used request id req-658f2d9a-8fb9-4d56-a6f3-5bc15bd62742 2018-08-12 08:38:38,706 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=32f6485e-c126-4336-98ad-6e8fd0720c42 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1f5769515b52e1bad23f48b524d5c0fc150decf" 2018-08-12 08:38:38,914 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-61027268-f88a-4b9d-b258-945dbc9871d3 Date: Sun, 12 Aug 2018 08:38:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"32f6485e-c126-4336-98ad-6e8fd0720c42","tenant_id":"c84df896a8d446fc99506c3eb2a8ecad","created_at":"2018-08-12T08:38:04Z","dns_nameservers":[],"updated_at":"2018-08-12T08:38:04Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"c84df896a8d446fc99506c3eb2a8ecad","id":"a7ce5aa9-f3ae-4808-b653-ea9d69e5d313","subnetpool_id":null,"name":"CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-pub-subnet"}]} 2018-08-12 08:38:38,914 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=32f6485e-c126-4336-98ad-6e8fd0720c42 used request id req-61027268-f88a-4b9d-b258-945dbc9871d3 2018-08-12 08:38:38,920 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=32f6485e-c126-4336-98ad-6e8fd0720c42 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1f5769515b52e1bad23f48b524d5c0fc150decf" 2018-08-12 08:38:39,186 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3028 X-Openstack-Request-Id: req-85c2f276-2c55-4ff0-8287-86838b98ea9c Date: Sun, 12 Aug 2018 08:38:39 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"32f6485e-c126-4336-98ad-6e8fd0720c42","tenant_id":"c84df896a8d446fc99506c3eb2a8ecad","created_at":"2018-08-12T08:38:05Z","admin_state_up":true,"updated_at":"2018-08-12T08:38:08Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-32f6485e-c126-4336-98ad-6e8fd0720c42","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:ce:61:51","id":"11db6d92-db39-4f89-a129-85327e06f9d2","port_security_enabled":false,"project_id":"c84df896a8d446fc99506c3eb2a8ecad","fixed_ips":[{"subnet_id":"a7ce5aa9-f3ae-4808-b653-ea9d69e5d313","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"32f6485e-c126-4336-98ad-6e8fd0720c42","tenant_id":"c84df896a8d446fc99506c3eb2a8ecad","created_at":"2018-08-12T08:38:05Z","admin_state_up":true,"updated_at":"2018-08-12T08:38:08Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-32f6485e-c126-4336-98ad-6e8fd0720c42","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:e3:4f:41","id":"3393706e-ab5c-4375-a5c7-5ba698bce604","port_security_enabled":false,"project_id":"c84df896a8d446fc99506c3eb2a8ecad","fixed_ips":[{"subnet_id":"a7ce5aa9-f3ae-4808-b653-ea9d69e5d313","ip_address":"10.55.0.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"32f6485e-c126-4336-98ad-6e8fd0720c42","tenant_id":"c84df896a8d446fc99506c3eb2a8ecad","created_at":"2018-08-12T08:38:15Z","admin_state_up":true,"updated_at":"2018-08-12T08:38:24Z","binding:vnic_type":"normal","device_id":"053b249e-ba20-4327-a074-ca52bdb53137","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:77:b9:96","id":"735d58fa-3990-4cb4-b35d-6d3826564f8c","port_security_enabled":true,"project_id":"c84df896a8d446fc99506c3eb2a8ecad","fixed_ips":[{"subnet_id":"a7ce5aa9-f3ae-4808-b653-ea9d69e5d313","ip_address":"10.55.0.15"}],"extra_dhcp_opts":[],"security_groups":["033b5b20-c9f4-456c-8b6a-831b82ae1bc8"],"name":"CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-port"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"32f6485e-c126-4336-98ad-6e8fd0720c42","tenant_id":"c84df896a8d446fc99506c3eb2a8ecad","created_at":"2018-08-12T08:38:06Z","admin_state_up":true,"updated_at":"2018-08-12T08:38:09Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-32f6485e-c126-4336-98ad-6e8fd0720c42","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:9d:54:3a","id":"e0b00c0a-38b0-4e06-8b0a-2fa738faf41f","port_security_enabled":false,"project_id":"c84df896a8d446fc99506c3eb2a8ecad","fixed_ips":[{"subnet_id":"a7ce5aa9-f3ae-4808-b653-ea9d69e5d313","ip_address":"10.55.0.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-12 08:38:39,187 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=32f6485e-c126-4336-98ad-6e8fd0720c42 used request id req-85c2f276-2c55-4ff0-8287-86838b98ea9c 2018-08-12 08:38:39,188 - create_instance - INFO - Deleting Port with ID - 735d58fa-3990-4cb4-b35d-6d3826564f8c 2018-08-12 08:38:39,188 - neutron_utils - INFO - Deleting port with name CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-port 2018-08-12 08:38:39,193 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/ports/735d58fa-3990-4cb4-b35d-6d3826564f8c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b75db0fdbc29d7157d5e0624b2c7382d2230602e" 2018-08-12 08:38:39,807 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-712e96ac-5f47-45fc-b465-6776ca7e3a7a Date: Sun, 12 Aug 2018 08:38:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:38:39,807 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/ports/735d58fa-3990-4cb4-b35d-6d3826564f8c used request id req-712e96ac-5f47-45fc-b465-6776ca7e3a7a 2018-08-12 08:38:39,810 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/c84df896a8d446fc99506c3eb2a8ecad/volumes/2e9e4bb9-2d12-4e05-a3e7-0bd5b28e2ef3 -H "OpenStack-API-Version: volume 3.5" -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-5342d8f2-3c17-46f7-95b6-938a1bfcde53" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b75db0fdbc29d7157d5e0624b2c7382d2230602e" 2018-08-12 08:38:40,042 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:38:39 GMT Server: Apache x-compute-request-id: req-f14ab703-4855-4ecd-a8d9-047e147d606c OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-f14ab703-4855-4ecd-a8d9-047e147d606c Content-Encoding: gzip Content-Length: 590 Content-Type: application/json RESP BODY: {"volume": {"status": "in-use", "user_id": "4b066e26f3fc4abfbc29756b9187ad34", "attachments": [{"server_id": "053b249e-ba20-4327-a074-ca52bdb53137", "attachment_id": "18629a1e-9015-431f-98fd-6c5360f37f02", "attached_at": "2018-08-12T08:38:33.000000", "host_name": "overcloud-novacompute-0.opnfvlf.org", "volume_id": "2e9e4bb9-2d12-4e05-a3e7-0bd5b28e2ef3", "device": "/dev/vdb", "id": "2e9e4bb9-2d12-4e05-a3e7-0bd5b28e2ef3"}], "links": [{"href": "http://172.30.9.21:8776/v3/c84df896a8d446fc99506c3eb2a8ecad/volumes/2e9e4bb9-2d12-4e05-a3e7-0bd5b28e2ef3", "rel": "self"}, {"href": "http://172.30.9.21:8776/c84df896a8d446fc99506c3eb2a8ecad/volumes/2e9e4bb9-2d12-4e05-a3e7-0bd5b28e2ef3", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-12T08:38:06.000000", "description": null, "os-vol-tenant-attr:tenant_id": "c84df896a8d446fc99506c3eb2a8ecad", "updated_at": "2018-08-12T08:38:33.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {"attached_mode": "rw"}, "id": "2e9e4bb9-2d12-4e05-a3e7-0bd5b28e2ef3", "size": 1}} 2018-08-12 08:38:40,043 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/c84df896a8d446fc99506c3eb2a8ecad/volumes/2e9e4bb9-2d12-4e05-a3e7-0bd5b28e2ef3 used request id req-f14ab703-4855-4ecd-a8d9-047e147d606c 2018-08-12 08:38:40,045 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/servers/053b249e-ba20-4327-a074-ca52bdb53137/os-volume_attachments/2e9e4bb9-2d12-4e05-a3e7-0bd5b28e2ef3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b75db0fdbc29d7157d5e0624b2c7382d2230602e" 2018-08-12 08:38:40,808 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 08:38: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-46227661-a24d-4433-b4d7-b8688ae9703f x-compute-request-id: req-46227661-a24d-4433-b4d7-b8688ae9703f Content-Length: 0 Content-Type: application/json 2018-08-12 08:38:40,808 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/053b249e-ba20-4327-a074-ca52bdb53137/os-volume_attachments/2e9e4bb9-2d12-4e05-a3e7-0bd5b28e2ef3 used request id req-46227661-a24d-4433-b4d7-b8688ae9703f 2018-08-12 08:38:40,811 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/053b249e-ba20-4327-a074-ca52bdb53137 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b75db0fdbc29d7157d5e0624b2c7382d2230602e" 2018-08-12 08:38:41,242 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:38: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-e0526dab-596c-4eaa-b50f-64880078d793 x-compute-request-id: req-e0526dab-596c-4eaa-b50f-64880078d793 Content-Encoding: gzip Content-Length: 708 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/053b249e-ba20-4327-a074-ca52bdb53137", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/053b249e-ba20-4327-a074-ca52bdb53137", "rel": "bookmark"}], "image": {"id": "e127dce5-ddd4-42e4-997c-3655d9d01c7d", "links": [{"href": "http://172.30.9.21:8774/images/e127dce5-ddd4-42e4-997c-3655d9d01c7d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:38:24.000000", "flavor": {"id": "38c11a9e-e452-4555-beb8-953e682f62be", "links": [{"href": "http://172.30.9.21:8774/flavors/38c11a9e-e452-4555-beb8-953e682f62be", "rel": "bookmark"}]}, "id": "053b249e-ba20-4327-a074-ca52bdb53137", "user_id": "4b066e26f3fc4abfbc29756b9187ad34", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:38:24Z", "hostId": "8ee0a1b99168fdc60fe718ea2db3a33822f1bb1dc1a6b8cba7db3014", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-inst", "created": "2018-08-12T08:38:19Z", "tenant_id": "c84df896a8d446fc99506c3eb2a8ecad", "os-extended-volumes:volumes_attached": [{"id": "2e9e4bb9-2d12-4e05-a3e7-0bd5b28e2ef3"}, {"id": "e4f5a7e9-7aa6-493f-b551-93ffa2429e26"}], "metadata": {}}} 2018-08-12 08:38:41,243 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/053b249e-ba20-4327-a074-ca52bdb53137 used request id req-e0526dab-596c-4eaa-b50f-64880078d793 2018-08-12 08:38:44,249 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/053b249e-ba20-4327-a074-ca52bdb53137 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b75db0fdbc29d7157d5e0624b2c7382d2230602e" 2018-08-12 08:38:44,356 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:38: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-5f565c5c-3c44-46f9-9f6e-645540cbd1e4 x-compute-request-id: req-5f565c5c-3c44-46f9-9f6e-645540cbd1e4 Content-Encoding: gzip Content-Length: 682 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/053b249e-ba20-4327-a074-ca52bdb53137", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/053b249e-ba20-4327-a074-ca52bdb53137", "rel": "bookmark"}], "image": {"id": "e127dce5-ddd4-42e4-997c-3655d9d01c7d", "links": [{"href": "http://172.30.9.21:8774/images/e127dce5-ddd4-42e4-997c-3655d9d01c7d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:38:24.000000", "flavor": {"id": "38c11a9e-e452-4555-beb8-953e682f62be", "links": [{"href": "http://172.30.9.21:8774/flavors/38c11a9e-e452-4555-beb8-953e682f62be", "rel": "bookmark"}]}, "id": "053b249e-ba20-4327-a074-ca52bdb53137", "user_id": "4b066e26f3fc4abfbc29756b9187ad34", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:38:24Z", "hostId": "8ee0a1b99168fdc60fe718ea2db3a33822f1bb1dc1a6b8cba7db3014", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-inst", "created": "2018-08-12T08:38:19Z", "tenant_id": "c84df896a8d446fc99506c3eb2a8ecad", "os-extended-volumes:volumes_attached": [{"id": "e4f5a7e9-7aa6-493f-b551-93ffa2429e26"}], "metadata": {}}} 2018-08-12 08:38:44,357 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/053b249e-ba20-4327-a074-ca52bdb53137 used request id req-5f565c5c-3c44-46f9-9f6e-645540cbd1e4 2018-08-12 08:38:44,360 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/c84df896a8d446fc99506c3eb2a8ecad/volumes/e4f5a7e9-7aa6-493f-b551-93ffa2429e26 -H "OpenStack-API-Version: volume 3.5" -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-5342d8f2-3c17-46f7-95b6-938a1bfcde53" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b75db0fdbc29d7157d5e0624b2c7382d2230602e" 2018-08-12 08:38:44,575 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:38:44 GMT Server: Apache x-compute-request-id: req-0f7f6281-0390-47d7-aeb1-479f801c83aa OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-0f7f6281-0390-47d7-aeb1-479f801c83aa Content-Encoding: gzip Content-Length: 588 Content-Type: application/json RESP BODY: {"volume": {"status": "in-use", "user_id": "4b066e26f3fc4abfbc29756b9187ad34", "attachments": [{"server_id": "053b249e-ba20-4327-a074-ca52bdb53137", "attachment_id": "6af1e934-33ba-4c8c-bc45-2e19a3402834", "attached_at": "2018-08-12T08:38:37.000000", "host_name": "overcloud-novacompute-0.opnfvlf.org", "volume_id": "e4f5a7e9-7aa6-493f-b551-93ffa2429e26", "device": "/dev/vdc", "id": "e4f5a7e9-7aa6-493f-b551-93ffa2429e26"}], "links": [{"href": "http://172.30.9.21:8776/v3/c84df896a8d446fc99506c3eb2a8ecad/volumes/e4f5a7e9-7aa6-493f-b551-93ffa2429e26", "rel": "self"}, {"href": "http://172.30.9.21:8776/c84df896a8d446fc99506c3eb2a8ecad/volumes/e4f5a7e9-7aa6-493f-b551-93ffa2429e26", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-12T08:38:08.000000", "description": null, "os-vol-tenant-attr:tenant_id": "c84df896a8d446fc99506c3eb2a8ecad", "updated_at": "2018-08-12T08:38:37.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {"attached_mode": "rw"}, "id": "e4f5a7e9-7aa6-493f-b551-93ffa2429e26", "size": 1}} 2018-08-12 08:38:44,575 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/c84df896a8d446fc99506c3eb2a8ecad/volumes/e4f5a7e9-7aa6-493f-b551-93ffa2429e26 used request id req-0f7f6281-0390-47d7-aeb1-479f801c83aa 2018-08-12 08:38:44,578 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/servers/053b249e-ba20-4327-a074-ca52bdb53137/os-volume_attachments/e4f5a7e9-7aa6-493f-b551-93ffa2429e26 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b75db0fdbc29d7157d5e0624b2c7382d2230602e" 2018-08-12 08:38:45,131 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 08:38: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-696379db-eaac-414a-8447-617950dd3b86 x-compute-request-id: req-696379db-eaac-414a-8447-617950dd3b86 Content-Length: 0 Content-Type: application/json 2018-08-12 08:38:45,131 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/053b249e-ba20-4327-a074-ca52bdb53137/os-volume_attachments/e4f5a7e9-7aa6-493f-b551-93ffa2429e26 used request id req-696379db-eaac-414a-8447-617950dd3b86 2018-08-12 08:38:45,134 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/053b249e-ba20-4327-a074-ca52bdb53137 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b75db0fdbc29d7157d5e0624b2c7382d2230602e" 2018-08-12 08:38:45,388 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:38: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-fbc713c7-8e32-4938-a2b6-44854991de87 x-compute-request-id: req-fbc713c7-8e32-4938-a2b6-44854991de87 Content-Encoding: gzip Content-Length: 682 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/053b249e-ba20-4327-a074-ca52bdb53137", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/053b249e-ba20-4327-a074-ca52bdb53137", "rel": "bookmark"}], "image": {"id": "e127dce5-ddd4-42e4-997c-3655d9d01c7d", "links": [{"href": "http://172.30.9.21:8774/images/e127dce5-ddd4-42e4-997c-3655d9d01c7d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:38:24.000000", "flavor": {"id": "38c11a9e-e452-4555-beb8-953e682f62be", "links": [{"href": "http://172.30.9.21:8774/flavors/38c11a9e-e452-4555-beb8-953e682f62be", "rel": "bookmark"}]}, "id": "053b249e-ba20-4327-a074-ca52bdb53137", "user_id": "4b066e26f3fc4abfbc29756b9187ad34", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:38:24Z", "hostId": "8ee0a1b99168fdc60fe718ea2db3a33822f1bb1dc1a6b8cba7db3014", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-inst", "created": "2018-08-12T08:38:19Z", "tenant_id": "c84df896a8d446fc99506c3eb2a8ecad", "os-extended-volumes:volumes_attached": [{"id": "e4f5a7e9-7aa6-493f-b551-93ffa2429e26"}], "metadata": {}}} 2018-08-12 08:38:45,389 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/053b249e-ba20-4327-a074-ca52bdb53137 used request id req-fbc713c7-8e32-4938-a2b6-44854991de87 2018-08-12 08:38:48,395 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/053b249e-ba20-4327-a074-ca52bdb53137 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b75db0fdbc29d7157d5e0624b2c7382d2230602e" 2018-08-12 08:38:48,675 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:38: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-acf66aba-976b-42a6-86dd-905d9de755a7 x-compute-request-id: req-acf66aba-976b-42a6-86dd-905d9de755a7 Content-Encoding: gzip Content-Length: 657 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/053b249e-ba20-4327-a074-ca52bdb53137", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/053b249e-ba20-4327-a074-ca52bdb53137", "rel": "bookmark"}], "image": {"id": "e127dce5-ddd4-42e4-997c-3655d9d01c7d", "links": [{"href": "http://172.30.9.21:8774/images/e127dce5-ddd4-42e4-997c-3655d9d01c7d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:38:24.000000", "flavor": {"id": "38c11a9e-e452-4555-beb8-953e682f62be", "links": [{"href": "http://172.30.9.21:8774/flavors/38c11a9e-e452-4555-beb8-953e682f62be", "rel": "bookmark"}]}, "id": "053b249e-ba20-4327-a074-ca52bdb53137", "user_id": "4b066e26f3fc4abfbc29756b9187ad34", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:38:24Z", "hostId": "8ee0a1b99168fdc60fe718ea2db3a33822f1bb1dc1a6b8cba7db3014", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-inst", "created": "2018-08-12T08:38:19Z", "tenant_id": "c84df896a8d446fc99506c3eb2a8ecad", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:38:48,675 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/053b249e-ba20-4327-a074-ca52bdb53137 used request id req-acf66aba-976b-42a6-86dd-905d9de755a7 2018-08-12 08:38:48,676 - create_instance - INFO - Deleting VM instance - CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-inst 2018-08-12 08:38:48,679 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/servers/053b249e-ba20-4327-a074-ca52bdb53137 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b75db0fdbc29d7157d5e0624b2c7382d2230602e" 2018-08-12 08:38:48,825 - novaclient.v2.client - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:38: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-7601e69c-1540-4ea4-a601-7b0be6a38e94 x-compute-request-id: req-7601e69c-1540-4ea4-a601-7b0be6a38e94 Content-Type: application/json 2018-08-12 08:38:48,825 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/053b249e-ba20-4327-a074-ca52bdb53137 used request id req-7601e69c-1540-4ea4-a601-7b0be6a38e94 2018-08-12 08:38:48,825 - create_instance - INFO - Checking deletion status 2018-08-12 08:38:48,828 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/053b249e-ba20-4327-a074-ca52bdb53137 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b75db0fdbc29d7157d5e0624b2c7382d2230602e" 2018-08-12 08:38:49,258 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:38: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-7a310cb2-2c29-409f-ab9d-ac861bf7643c x-compute-request-id: req-7a310cb2-2c29-409f-ab9d-ac861bf7643c Content-Encoding: gzip Content-Length: 662 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/053b249e-ba20-4327-a074-ca52bdb53137", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/053b249e-ba20-4327-a074-ca52bdb53137", "rel": "bookmark"}], "image": {"id": "e127dce5-ddd4-42e4-997c-3655d9d01c7d", "links": [{"href": "http://172.30.9.21:8774/images/e127dce5-ddd4-42e4-997c-3655d9d01c7d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:38:24.000000", "flavor": {"id": "38c11a9e-e452-4555-beb8-953e682f62be", "links": [{"href": "http://172.30.9.21:8774/flavors/38c11a9e-e452-4555-beb8-953e682f62be", "rel": "bookmark"}]}, "id": "053b249e-ba20-4327-a074-ca52bdb53137", "user_id": "4b066e26f3fc4abfbc29756b9187ad34", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:38:48Z", "hostId": "8ee0a1b99168fdc60fe718ea2db3a33822f1bb1dc1a6b8cba7db3014", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-inst", "created": "2018-08-12T08:38:19Z", "tenant_id": "c84df896a8d446fc99506c3eb2a8ecad", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:38:49,258 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/053b249e-ba20-4327-a074-ca52bdb53137 used request id req-7a310cb2-2c29-409f-ab9d-ac861bf7643c 2018-08-12 08:38:49,258 - create_instance - DEBUG - Instance status [CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-inst] is - ACTIVE 2018-08-12 08:38:49,259 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-12 08:38:52,262 - create_instance - DEBUG - VM status query timeout in 296.563862085 2018-08-12 08:38:52,265 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/053b249e-ba20-4327-a074-ca52bdb53137 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b75db0fdbc29d7157d5e0624b2c7382d2230602e" 2018-08-12 08:38:52,309 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:38: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-b27e2655-71ba-4965-ad88-94e86bf5de23 x-compute-request-id: req-b27e2655-71ba-4965-ad88-94e86bf5de23 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 053b249e-ba20-4327-a074-ca52bdb53137 could not be found.", "code": 404}} 2018-08-12 08:38:52,310 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/053b249e-ba20-4327-a074-ca52bdb53137 used request id req-b27e2655-71ba-4965-ad88-94e86bf5de23 2018-08-12 08:38:52,310 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 053b249e-ba20-4327-a074-ca52bdb53137 could not be found. (HTTP 404) (Request-ID: req-b27e2655-71ba-4965-ad88-94e86bf5de23) 2018-08-12 08:38:52,310 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-inst 2018-08-12 08:38:52,314 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/flavors/38c11a9e-e452-4555-beb8-953e682f62be -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e58574b930f646eb040f0511f2c9512be330dca6" 2018-08-12 08:38:52,350 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 08:38: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-b50ef825-3271-41a9-8706-49f71c717859 x-compute-request-id: req-b50ef825-3271-41a9-8706-49f71c717859 Content-Length: 0 Content-Type: application/json 2018-08-12 08:38:52,350 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/38c11a9e-e452-4555-beb8-953e682f62be used request id req-b50ef825-3271-41a9-8706-49f71c717859 2018-08-12 08:38:52,351 - neutron_utils - INFO - Deleting subnet with name CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-pub-subnet 2018-08-12 08:38:52,351 - neutron_utils - INFO - Deleting subnet with name CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-pub-subnet 2018-08-12 08:38:52,356 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/a7ce5aa9-f3ae-4808-b653-ea9d69e5d313 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76e8a88d2136135749a14d075d8fcd18f239d291" 2018-08-12 08:38:54,972 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-4609c6d5-4467-46ad-a35b-5b4ca57361d3 Date: Sun, 12 Aug 2018 08:38:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:38:54,972 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/a7ce5aa9-f3ae-4808-b653-ea9d69e5d313 used request id req-4609c6d5-4467-46ad-a35b-5b4ca57361d3 2018-08-12 08:38:54,973 - neutron_utils - INFO - Deleting network with name CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-pub-net 2018-08-12 08:38:54,977 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/32f6485e-c126-4336-98ad-6e8fd0720c42 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76e8a88d2136135749a14d075d8fcd18f239d291" 2018-08-12 08:38:56,497 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e5482b9c-ba07-41a2-b03f-c1b2d23586d4 Date: Sun, 12 Aug 2018 08:38:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:38:56,497 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/32f6485e-c126-4336-98ad-6e8fd0720c42 used request id req-e5482b9c-ba07-41a2-b03f-c1b2d23586d4 2018-08-12 08:38:56,500 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/c84df896a8d446fc99506c3eb2a8ecad/volumes/e4f5a7e9-7aa6-493f-b551-93ffa2429e26 -H "OpenStack-API-Version: volume 3.5" -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-9855b79e-842c-48a1-8d13-6507b2c8f066" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7e8710bacc5f36f26df61b7666bd1cc34af262e" 2018-08-12 08:38:56,729 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:38:56 GMT Server: Apache x-compute-request-id: req-8eb90553-3f28-4b96-8e83-62edf3a609fb OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-8eb90553-3f28-4b96-8e83-62edf3a609fb Content-Encoding: gzip Content-Length: 466 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "4b066e26f3fc4abfbc29756b9187ad34", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/c84df896a8d446fc99506c3eb2a8ecad/volumes/e4f5a7e9-7aa6-493f-b551-93ffa2429e26", "rel": "self"}, {"href": "http://172.30.9.21:8776/c84df896a8d446fc99506c3eb2a8ecad/volumes/e4f5a7e9-7aa6-493f-b551-93ffa2429e26", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-12T08:38:08.000000", "description": null, "os-vol-tenant-attr:tenant_id": "c84df896a8d446fc99506c3eb2a8ecad", "updated_at": "2018-08-12T08:38:45.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "e4f5a7e9-7aa6-493f-b551-93ffa2429e26", "size": 1}} 2018-08-12 08:38:56,729 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/c84df896a8d446fc99506c3eb2a8ecad/volumes/e4f5a7e9-7aa6-493f-b551-93ffa2429e26 used request id req-8eb90553-3f28-4b96-8e83-62edf3a609fb 2018-08-12 08:38:56,730 - create_volume - DEBUG - Instance status is - available 2018-08-12 08:38:56,730 - create_volume - DEBUG - Volume is active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-2 2018-08-12 08:38:56,730 - cinder_utils - INFO - Deleting volume named - CreateInstanceVolumeTests-CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-2 2018-08-12 08:38:56,733 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8776/v3/c84df896a8d446fc99506c3eb2a8ecad/volumes/e4f5a7e9-7aa6-493f-b551-93ffa2429e26 -H "OpenStack-API-Version: volume 3.5" -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-9855b79e-842c-48a1-8d13-6507b2c8f066" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7e8710bacc5f36f26df61b7666bd1cc34af262e" 2018-08-12 08:38:56,981 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 08:38:56 GMT Server: Apache OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version x-openstack-request-id: req-7c12ef2c-7456-423d-9e3b-62f8841cfe80 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 08:38:56,981 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.21:8776/v3/c84df896a8d446fc99506c3eb2a8ecad/volumes/e4f5a7e9-7aa6-493f-b551-93ffa2429e26 used request id req-7c12ef2c-7456-423d-9e3b-62f8841cfe80 2018-08-12 08:38:56,984 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/c84df896a8d446fc99506c3eb2a8ecad/volumes/e4f5a7e9-7aa6-493f-b551-93ffa2429e26 -H "OpenStack-API-Version: volume 3.5" -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-9855b79e-842c-48a1-8d13-6507b2c8f066" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7e8710bacc5f36f26df61b7666bd1cc34af262e" 2018-08-12 08:38:57,189 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:38:56 GMT Server: Apache OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version x-compute-request-id: req-3b1940fa-e6cb-4aae-ac5e-59b74cd296fe x-openstack-request-id: req-3b1940fa-e6cb-4aae-ac5e-59b74cd296fe Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume e4f5a7e9-7aa6-493f-b551-93ffa2429e26 could not be found.", "code": 404}} 2018-08-12 08:38:57,189 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/c84df896a8d446fc99506c3eb2a8ecad/volumes/e4f5a7e9-7aa6-493f-b551-93ffa2429e26 used request id req-3b1940fa-e6cb-4aae-ac5e-59b74cd296fe 2018-08-12 08:38:57,189 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume e4f5a7e9-7aa6-493f-b551-93ffa2429e26 could not be found. (HTTP 404) (Request-ID: req-3b1940fa-e6cb-4aae-ac5e-59b74cd296fe) 2018-08-12 08:38:57,190 - create_volume - INFO - Volume has been properly deleted with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-2 2018-08-12 08:38:57,193 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/c84df896a8d446fc99506c3eb2a8ecad/volumes/2e9e4bb9-2d12-4e05-a3e7-0bd5b28e2ef3 -H "OpenStack-API-Version: volume 3.5" -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d30300b2-76ee-4219-929d-7b0a6faca5b7" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6576a420f315dace98498eb28f6aba57e86e9bd" 2018-08-12 08:38:57,417 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:38:57 GMT Server: Apache x-compute-request-id: req-89586b54-804c-4b13-b8c8-c157c80f28d2 OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-89586b54-804c-4b13-b8c8-c157c80f28d2 Content-Encoding: gzip Content-Length: 467 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "4b066e26f3fc4abfbc29756b9187ad34", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/c84df896a8d446fc99506c3eb2a8ecad/volumes/2e9e4bb9-2d12-4e05-a3e7-0bd5b28e2ef3", "rel": "self"}, {"href": "http://172.30.9.21:8776/c84df896a8d446fc99506c3eb2a8ecad/volumes/2e9e4bb9-2d12-4e05-a3e7-0bd5b28e2ef3", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-12T08:38:06.000000", "description": null, "os-vol-tenant-attr:tenant_id": "c84df896a8d446fc99506c3eb2a8ecad", "updated_at": "2018-08-12T08:38:41.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "2e9e4bb9-2d12-4e05-a3e7-0bd5b28e2ef3", "size": 1}} 2018-08-12 08:38:57,418 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/c84df896a8d446fc99506c3eb2a8ecad/volumes/2e9e4bb9-2d12-4e05-a3e7-0bd5b28e2ef3 used request id req-89586b54-804c-4b13-b8c8-c157c80f28d2 2018-08-12 08:38:57,418 - create_volume - DEBUG - Instance status is - available 2018-08-12 08:38:57,418 - create_volume - DEBUG - Volume is active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-1 2018-08-12 08:38:57,418 - cinder_utils - INFO - Deleting volume named - CreateInstanceVolumeTests-CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-1 2018-08-12 08:38:57,421 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8776/v3/c84df896a8d446fc99506c3eb2a8ecad/volumes/2e9e4bb9-2d12-4e05-a3e7-0bd5b28e2ef3 -H "OpenStack-API-Version: volume 3.5" -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d30300b2-76ee-4219-929d-7b0a6faca5b7" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6576a420f315dace98498eb28f6aba57e86e9bd" 2018-08-12 08:38:57,663 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 08:38:57 GMT Server: Apache OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version x-openstack-request-id: req-72b0e3a5-7255-4e35-b71b-6e8b2b326296 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 08:38:57,663 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.21:8776/v3/c84df896a8d446fc99506c3eb2a8ecad/volumes/2e9e4bb9-2d12-4e05-a3e7-0bd5b28e2ef3 used request id req-72b0e3a5-7255-4e35-b71b-6e8b2b326296 2018-08-12 08:38:57,666 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/c84df896a8d446fc99506c3eb2a8ecad/volumes/2e9e4bb9-2d12-4e05-a3e7-0bd5b28e2ef3 -H "OpenStack-API-Version: volume 3.5" -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d30300b2-76ee-4219-929d-7b0a6faca5b7" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6576a420f315dace98498eb28f6aba57e86e9bd" 2018-08-12 08:38:57,922 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:38:57 GMT Server: Apache OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version x-compute-request-id: req-6d647b88-1f60-4d99-990e-0b78d0901515 x-openstack-request-id: req-6d647b88-1f60-4d99-990e-0b78d0901515 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 2e9e4bb9-2d12-4e05-a3e7-0bd5b28e2ef3 could not be found.", "code": 404}} 2018-08-12 08:38:57,922 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/c84df896a8d446fc99506c3eb2a8ecad/volumes/2e9e4bb9-2d12-4e05-a3e7-0bd5b28e2ef3 used request id req-6d647b88-1f60-4d99-990e-0b78d0901515 2018-08-12 08:38:57,923 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume 2e9e4bb9-2d12-4e05-a3e7-0bd5b28e2ef3 could not be found. (HTTP 404) (Request-ID: req-6d647b88-1f60-4d99-990e-0b78d0901515) 2018-08-12 08:38:57,923 - create_volume - INFO - Volume has been properly deleted with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-1 2018-08-12 08:38:57,924 - glance_utils - INFO - Deleting image named - CreateInstanceVolumeTests-1be2912b-0c22-4d4f-ae44-0196649fef62-image 2018-08-12 08:38:57,927 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/e127dce5-ddd4-42e4-997c-3655d9d01c7d -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4c5c96c21e803a8943e8fb3a0c83775ea2494833" 2018-08-12 08:38:58,633 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a8b326a5-3c64-4855-a282-3f78c8908310 Date: Sun, 12 Aug 2018 08:38: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 08:38:58,633 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/e127dce5-ddd4-42e4-997c-3655d9d01c7d used request id req-a8b326a5-3c64-4855-a282-3f78c8908310 2018-08-12 08:38:58,634 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:38:58,634 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:38:58,634 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:38:58,635 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:38:58,635 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:38:58,641 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49262626a5975b152491f277bcd667943d457d75" 2018-08-12 08:38:58,893 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 45548 X-Openstack-Request-Id: req-91ec21b8-788f-47dd-8e51-2ab45a887e5c Date: Sun, 12 Aug 2018 08:38:58 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c84df896a8d446fc99506c3eb2a8ecad", "created_at": "2018-08-12T08:38:03Z", "updated_at": "2018-08-12T08:38:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:38:03Z", "revision_number": 0, "id": "1982c160-b5ad-4894-8a8e-0cd0205558e6", "remote_group_id": "033b5b20-c9f4-456c-8b6a-831b82ae1bc8", "remote_ip_prefix": null, "created_at": "2018-08-12T08:38:03Z", "security_group_id": "033b5b20-c9f4-456c-8b6a-831b82ae1bc8", "tenant_id": "c84df896a8d446fc99506c3eb2a8ecad", "port_range_min": null, "ethertype": "IPv6", "project_id": "c84df896a8d446fc99506c3eb2a8ecad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:38:03Z", "revision_number": 0, "id": "99e57fd5-f776-46b2-8b07-41035b20e113", "remote_group_id": "033b5b20-c9f4-456c-8b6a-831b82ae1bc8", "remote_ip_prefix": null, "created_at": "2018-08-12T08:38:03Z", "security_group_id": "033b5b20-c9f4-456c-8b6a-831b82ae1bc8", "tenant_id": "c84df896a8d446fc99506c3eb2a8ecad", "port_range_min": null, "ethertype": "IPv4", "project_id": "c84df896a8d446fc99506c3eb2a8ecad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:38:03Z", "revision_number": 0, "id": "ad1d98fb-d6c4-4a1c-ab1a-9ec7b0fe5f8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:38:03Z", "security_group_id": "033b5b20-c9f4-456c-8b6a-831b82ae1bc8", "tenant_id": "c84df896a8d446fc99506c3eb2a8ecad", "port_range_min": null, "ethertype": "IPv6", "project_id": "c84df896a8d446fc99506c3eb2a8ecad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:38:03Z", "revision_number": 0, "id": "cf51e99a-a11e-4949-a59e-0b5900e89ce7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:38:03Z", "security_group_id": "033b5b20-c9f4-456c-8b6a-831b82ae1bc8", "tenant_id": "c84df896a8d446fc99506c3eb2a8ecad", "port_range_min": null, "ethertype": "IPv4", "project_id": "c84df896a8d446fc99506c3eb2a8ecad"}], "revision_number": 4, "project_id": "c84df896a8d446fc99506c3eb2a8ecad", "id": "033b5b20-c9f4-456c-8b6a-831b82ae1bc8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "created_at": "2018-08-12T06:59:44Z", "updated_at": "2018-08-12T06:59:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "1d7fd960-7865-4453-aecc-8d399b4fad21", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "66820d8a-b785-4b18-bd67-500221c8e4f9", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "74fc7638-a322-4841-8c47-06d36174a200", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "8eaa09ec-8419-4582-9312-1e527afe6e4b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}], "revision_number": 4, "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "created_at": "2018-08-12T05:12:34Z", "updated_at": "2018-08-12T05:12:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "709513d2-af7d-4d0b-bd3c-604fed75a711", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "aa346066-e46f-44f2-94be-2884aa998a19", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "c15f7b93-e56c-4afa-867d-2acb286d4b7b", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "cb0ef83f-5f70-4a80-ad35-431ca9df551e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}], "revision_number": 4, "project_id": "fa5a7fe6ee54472ba01638877aade8e3", "id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ea65becf30e54b27aa96a449698a435e", "created_at": "2018-08-12T05:10:35Z", "updated_at": "2018-08-12T05:10:35Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "30ad280c-f302-4cd4-a438-5139917b56f9", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "76115c4c-887d-4f0a-83e2-486e4b39c713", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "8ab14937-4c08-4d43-8a9a-662e622cc643", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "ee757a03-5662-4273-9c3e-6212e7afb48f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}], "revision_number": 4, "project_id": "ea65becf30e54b27aa96a449698a435e", "id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "created_at": "2018-08-12T06:20:09Z", "updated_at": "2018-08-12T06:20:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "1123b8f2-75ac-4a26-b9b2-a96da97408e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "2ddd2b93-e080-48cd-9a50-f5fe8a82ad0c", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "cd1bae62-0aea-4438-b4c3-50a69ae6f855", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "e398e01e-ceea-46d1-9534-b929808c4a5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}], "revision_number": 4, "project_id": "ff7abd7bb61f4f2889831e932d65dc2e", "id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "created_at": "2018-08-12T05:34:57Z", "updated_at": "2018-08-12T05:34:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "208a1c1e-f5f8-49c7-9a25-d07e68b1541f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "27bfd867-e607-4bf8-9de8-60682d3f771d", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "49360e1f-6fd3-4f35-b339-24cea95773ee", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "60f631a9-d305-4920-9631-d0543e2ac64f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}], "revision_number": 4, "project_id": "3a85ceae958d4d9fba68847e7df67db8", "id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "created_at": "2018-08-12T05:34:40Z", "updated_at": "2018-08-12T05:34:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "2192c259-363e-4768-ae73-e75837ad63b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "3f87ddc5-f84d-41dc-8215-847724782569", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "7d89f6da-ea78-49dd-9115-f9ad23b250bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "9ec4497d-0f65-44db-9be9-7b3042e4a584", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}], "revision_number": 4, "project_id": "85517fcf1c6247e699fdcdd42ecc8c79", "id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "created_at": "2018-08-12T05:16:02Z", "updated_at": "2018-08-12T05:16:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "1ecacd8c-c1c7-4a66-9871-406a69323b43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "3cc1750c-e0e7-4902-b6f3-494a161b832e", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "d719a7a4-8c99-44ed-8c12-6bf071890203", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "fe7421b5-d577-41da-8c78-62f3c07eda92", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}], "revision_number": 4, "project_id": "a267b9a156244bb192691cff6e5f74fe", "id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "315a428116f24d9fbb826b37080a918e", "created_at": "2018-08-12T05:11:31Z", "updated_at": "2018-08-12T05:11:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "5e52886a-1dc3-4a81-a55d-f388dc4fd1a1", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "678e32e4-d64c-448a-a4ab-e253ab94ae90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "a8da1539-e3ad-4f90-b2df-3dc1f09d228a", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "b73d5cc9-0205-4658-bb1f-61a042c0ab8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}], "revision_number": 4, "project_id": "315a428116f24d9fbb826b37080a918e", "id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-12T05:08:01Z", "updated_at": "2018-08-12T05:08:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:01Z", "revision_number": 0, "id": "0fb05d03-1117-45d0-930c-b6d4c96ef102", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "4faaab33-5788-4bbd-85b8-0fb44d41413a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "96d0c5a0-5c67-421b-8fc8-2b46d77e5db3", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "dd78519b-4bc5-4e8e-ad0f-58089dd69347", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "11a46741b7954b959fd7764109c047b6", "created_at": "2018-08-12T05:34:51Z", "updated_at": "2018-08-12T05:34:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "0b67bf3c-2289-43bb-ab6c-7d25ec32a279", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "51f3f833-337a-42bd-a8d5-742ea8d6c226", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "571fd0b5-ef90-408d-af33-aafb517b8993", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "944ba823-fb9c-496e-a66e-bb426bb14a8d", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}], "revision_number": 4, "project_id": "11a46741b7954b959fd7764109c047b6", "id": "90af9782-8112-4257-801d-ee5115d226ba", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "created_at": "2018-08-12T05:34:26Z", "updated_at": "2018-08-12T05:34:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "2ee1f63a-807c-4d6a-85ee-dd784f6b8c3f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5dec3ec2-2add-47dd-8618-90659dcf3885", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5ea0dc3e-49d0-43f0-94e9-f6443527d14c", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "fbfaca22-7e3e-4128-8973-43e439b77c28", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}], "revision_number": 4, "project_id": "3c01cd58055c44ecaef39f7e625c2258", "id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "521007c1818145639e93ceb270559219", "created_at": "2018-08-12T05:13:27Z", "updated_at": "2018-08-12T05:13:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "5e7fede5-b0f2-47d8-95c3-516cdfc7f9de", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "8fd0e36f-c6c4-4f64-ba97-40439e614448", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "db7d79de-1dfc-4138-945f-91e74cdc266b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "e87f2cff-ff3e-4b6d-aaf0-7f0eb0ab9f05", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}], "revision_number": 4, "project_id": "521007c1818145639e93ceb270559219", "id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "created_at": "2018-08-12T05:08:18Z", "updated_at": "2018-08-12T05:08:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "3c67be40-bf74-4f97-9693-d93ce73a23b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "6112d869-2fc6-4a25-a13c-3d55cd7206c0", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "bdf21c56-453e-482e-9cba-3c55abcb0339", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "c8e92c39-38cc-4f48-be9c-5f0912e6a725", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}], "revision_number": 4, "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "created_at": "2018-08-12T05:04:23Z", "updated_at": "2018-08-12T05:04:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "280546d9-8ad1-4283-abfc-15ee9b1736c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "58bce125-f2ca-4a6d-b9ca-4e6cf5c0f7a5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "69275b9a-cfb5-482c-a9c4-8ffc79adf2c7", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "6d747f3a-3764-469a-a645-f977585c5aac", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}], "revision_number": 4, "project_id": "310f5853751a4c968f3eeb0a3d99a0a8", "id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "created_at": "2018-08-12T05:34:42Z", "updated_at": "2018-08-12T05:34:42Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "199582e8-25aa-457a-aa7c-6d8413ca4464", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "234f3609-4454-448f-919d-c8143c7cd764", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "c1061460-71a2-49a9-a04b-9fa33eeb17ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "d21ac532-51d8-4d6b-8300-7bac216759bf", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}], "revision_number": 4, "project_id": "9f6c1a272706419c9a74b0893b2890e8", "id": "d6739716-c693-460c-89c6-e7c8c48f8245", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "created_at": "2018-08-12T05:34:54Z", "updated_at": "2018-08-12T05:34:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "0633a05a-ee7d-4476-a56b-75d011b22f77", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "6cc1b9f8-73db-47a3-a0e0-3c96c43f34da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "90d99a6b-e94f-4fd8-a10c-f19dd8954c13", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "e843c139-af2a-4d2c-a24f-59f7b10ff72e", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}], "revision_number": 4, "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "created_at": "2018-08-12T05:09:07Z", "updated_at": "2018-08-12T05:09:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "5495e168-f505-4d74-ae6d-387f0bf533c2", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "6fd19b8b-3062-456e-81ba-3ff37fe43429", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8ca59d25-485c-46ce-939c-2e4a468caeac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8f190846-50a0-42b9-b571-390809b752b1", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}], "revision_number": 4, "project_id": "fa9ca6d7608b4d7d87ce97331679a481", "id": "edcd9b17-9416-4c25-823c-060c435e18d7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "created_at": "2018-08-12T05:34:52Z", "updated_at": "2018-08-12T05:34:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "2c7e484e-6ec5-4a95-8c9c-66d294c0c27e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "70c74258-3c2c-4efc-87e0-079c26ee3417", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "b70382fa-082e-4c2b-abc8-87490fa50b11", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "c3628e02-b4b6-42c9-8751-c1a2d3c19caa", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}], "revision_number": 4, "project_id": "87db863ba6e348b0a5ddcb67053db9d1", "id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "name": "default"}]} 2018-08-12 08:38:58,894 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-91ec21b8-788f-47dd-8e51-2ab45a887e5c 2018-08-12 08:38:58,902 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c84df896a8d446fc99506c3eb2a8ecad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49262626a5975b152491f277bcd667943d457d75" 2018-08-12 08:38:58,996 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:38:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8a278ec3-2749-455c-b9a7-8596f1e8ddfc Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c84df896a8d446fc99506c3eb2a8ecad"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "c84df896a8d446fc99506c3eb2a8ecad", "name": "CreateInstanceVolumeTests-8ab60a23-a616-494-proj"}} 2018-08-12 08:38:58,996 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c84df896a8d446fc99506c3eb2a8ecad used request id req-8a278ec3-2749-455c-b9a7-8596f1e8ddfc 2018-08-12 08:38:58,997 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 033b5b20-c9f4-456c-8b6a-831b82ae1bc8 2018-08-12 08:38:59,002 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=033b5b20-c9f4-456c-8b6a-831b82ae1bc8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49262626a5975b152491f277bcd667943d457d75" 2018-08-12 08:38:59,172 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-f618fae3-7543-4f30-bfe7-48977baa55b2 Date: Sun, 12 Aug 2018 08:38:59 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "033b5b20-c9f4-456c-8b6a-831b82ae1bc8", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:38:03Z", "security_group_id": "033b5b20-c9f4-456c-8b6a-831b82ae1bc8", "port_range_min": null, "revision_number": 0, "tenant_id": "c84df896a8d446fc99506c3eb2a8ecad", "created_at": "2018-08-12T08:38:03Z", "project_id": "c84df896a8d446fc99506c3eb2a8ecad", "id": "1982c160-b5ad-4894-8a8e-0cd0205558e6"}, {"remote_group_id": "033b5b20-c9f4-456c-8b6a-831b82ae1bc8", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:38:03Z", "security_group_id": "033b5b20-c9f4-456c-8b6a-831b82ae1bc8", "port_range_min": null, "revision_number": 0, "tenant_id": "c84df896a8d446fc99506c3eb2a8ecad", "created_at": "2018-08-12T08:38:03Z", "project_id": "c84df896a8d446fc99506c3eb2a8ecad", "id": "99e57fd5-f776-46b2-8b07-41035b20e113"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:38:03Z", "security_group_id": "033b5b20-c9f4-456c-8b6a-831b82ae1bc8", "port_range_min": null, "revision_number": 0, "tenant_id": "c84df896a8d446fc99506c3eb2a8ecad", "created_at": "2018-08-12T08:38:03Z", "project_id": "c84df896a8d446fc99506c3eb2a8ecad", "id": "ad1d98fb-d6c4-4a1c-ab1a-9ec7b0fe5f8b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:38:03Z", "security_group_id": "033b5b20-c9f4-456c-8b6a-831b82ae1bc8", "port_range_min": null, "revision_number": 0, "tenant_id": "c84df896a8d446fc99506c3eb2a8ecad", "created_at": "2018-08-12T08:38:03Z", "project_id": "c84df896a8d446fc99506c3eb2a8ecad", "id": "cf51e99a-a11e-4949-a59e-0b5900e89ce7"}]} 2018-08-12 08:38:59,172 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=033b5b20-c9f4-456c-8b6a-831b82ae1bc8 used request id req-f618fae3-7543-4f30-bfe7-48977baa55b2 2018-08-12 08:38:59,173 - neutron_utils - INFO - Deleting security group with name - default 2018-08-12 08:38:59,176 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/033b5b20-c9f4-456c-8b6a-831b82ae1bc8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49262626a5975b152491f277bcd667943d457d75" 2018-08-12 08:38:59,572 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a09eee4c-6795-47b4-bbc1-68e24a2f2c13 Content-Length: 0 Date: Sun, 12 Aug 2018 08:38:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:38:59,572 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/033b5b20-c9f4-456c-8b6a-831b82ae1bc8 used request id req-a09eee4c-6795-47b4-bbc1-68e24a2f2c13 2018-08-12 08:38:59,573 - keystone_utils - INFO - Deleting project with name - CreateInstanceVolumeTests-8ab60a23-a616-494-proj 2018-08-12 08:38:59,576 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/c84df896a8d446fc99506c3eb2a8ecad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49262626a5975b152491f277bcd667943d457d75" 2018-08-12 08:38:59,925 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:38:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-215e60ad-e101-468a-a279-f1d044fcd184 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 08:38:59,925 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/c84df896a8d446fc99506c3eb2a8ecad used request id req-215e60ad-e101-468a-a279-f1d044fcd184 2018-08-12 08:38:59,926 - keystone_utils - INFO - Deleting role with name - CreateInstanceVolumeTests-8ab60a23-a616-494-proj-role 2018-08-12 08:38:59,929 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/173da809b2b6448eb3aadd2fb575f12a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49262626a5975b152491f277bcd667943d457d75" 2018-08-12 08:39:00,039 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:38:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0afc0f1b-9a2f-4adf-92a3-1fec52278a74 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 08:39:00,040 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/173da809b2b6448eb3aadd2fb575f12a used request id req-0afc0f1b-9a2f-4adf-92a3-1fec52278a74 2018-08-12 08:39:00,043 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49262626a5975b152491f277bcd667943d457d75" 2018-08-12 08:39:00,132 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:39:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e8926228-b6cd-4b89-ab2a-0b4f6beae113 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:39:00,132 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-e8926228-b6cd-4b89-ab2a-0b4f6beae113 2018-08-12 08:39:00,133 - keystone_utils - INFO - Deleting user with name - CreateInstanceVolumeTests-8ab60a23-a616-494-user 2018-08-12 08:39:00,136 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/4b066e26f3fc4abfbc29756b9187ad34 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c18d4c38b40b76f8c09ffde7c322e7939e00c1bb" 2018-08-12 08:39:00,424 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:39:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8a6a8794-e976-4060-bc82-c82663c1ce0e 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 08:39:00,424 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/4b066e26f3fc4abfbc29756b9187ad34 used request id req-8a6a8794-e976-4060-bc82-c82663c1ce0e 2018-08-12 08:39:00,426 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:39:00,821 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:39:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["rTrHlw8QSz6Bz2DNDb7rFA"], "issued_at": "2018-08-12T08:39:00.000000Z"}} 2018-08-12 08:39:00,822 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}3e948c56acecf04c16f0a3bce41448af13e67459" 2018-08-12 08:39:00,903 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:39:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e7f5cf63-d235-4d33-ae1e-8c134a9cdb36 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:39:00,903 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-e7f5cf63-d235-4d33-ae1e-8c134a9cdb36 2018-08-12 08:39:00,904 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:39:00,905 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:39:01,312 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:39:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["JRJR-NGpQoONuwYudbDoyg"], "issued_at": "2018-08-12T08:39:01.000000Z"}} 2018-08-12 08:39:01,313 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}6cf7274cbfb840166e05b568103572d699e43a08" 2018-08-12 08:39:01,399 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:39:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9b98949c-cfb9-47fe-a919-6eb863fe706c Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:39:01,399 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-9b98949c-cfb9-47fe-a919-6eb863fe706c 2018-08-12 08:39:01,403 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:39:01,408 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:39:01 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:39:01,409 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-2a4c7784-b028-4a2-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cf7274cbfb840166e05b568103572d699e43a08" 2018-08-12 08:39:01,508 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:39:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-914b935f-cc09-4f89-866a-39496d00ceec Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-2a4c7784-b028-4a2-proj", "previous": null, "next": null}, "projects": []} 2018-08-12 08:39:01,508 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-2a4c7784-b028-4a2-proj used request id req-914b935f-cc09-4f89-866a-39496d00ceec 2018-08-12 08:39:01,512 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cf7274cbfb840166e05b568103572d699e43a08" 2018-08-12 08:39:01,608 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:39:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-04304ec3-5277-4310-b628-9ac69edb89bc Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:39:01,608 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-04304ec3-5277-4310-b628-9ac69edb89bc 2018-08-12 08:39:01,612 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cf7274cbfb840166e05b568103572d699e43a08" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackSuccessTests-2a4c7784-b028-4a2-proj"}}' 2018-08-12 08:39:01,741 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:39:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-50712fe0-2349-445f-8dfd-4972074f8603 Content-Length: 320 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/6e148b2e61b7493490243c2f64353a90"}, "tags": [], "enabled": true, "id": "6e148b2e61b7493490243c2f64353a90", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-2a4c7784-b028-4a2-proj"}} 2018-08-12 08:39:01,742 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-50712fe0-2349-445f-8dfd-4972074f8603 2018-08-12 08:39:01,742 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-2a4c7784-b028-4a2-proj 2018-08-12 08:39:01,742 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:39:01,743 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:39:02,147 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:39:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["5BAM_X5JRYyDSoE9CYPJdA"], "issued_at": "2018-08-12T08:39:02.000000Z"}} 2018-08-12 08:39:02,148 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}d083156f368b2291e092b61071aeaddd1d49f26d" 2018-08-12 08:39:02,233 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:39:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8c8e993e-e122-4b26-932d-04725c078983 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:39:02,233 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-8c8e993e-e122-4b26-932d-04725c078983 2018-08-12 08:39:02,238 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:39:02,243 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:39:02 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:39:02,244 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d083156f368b2291e092b61071aeaddd1d49f26d" 2018-08-12 08:39:02,353 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:39:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-177bbc79-e4ba-4864-b8ee-a2ef14fd4b1b Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/105a247548624314b9228f85f6325f0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105a247548624314b9228f85f6325f0b", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/1c5de0eaa44543f08da6ad63a51594ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c5de0eaa44543f08da6ad63a51594ff", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/1d127b5b832547a88a547c116dfdd65b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d127b5b832547a88a547c116dfdd65b", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/1d5cfc170d624ce4ae53ae0507c8d517"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d5cfc170d624ce4ae53ae0507c8d517", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/2421820b75eb4d3ebd02830378d1377b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2421820b75eb4d3ebd02830378d1377b", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/40bd8ee54ecf44868cc83cede652c396"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40bd8ee54ecf44868cc83cede652c396", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/4f32fb8153854c4c9f5094b42b523f80"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f32fb8153854c4c9f5094b42b523f80", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7066130d08fb4db7bf4ab468de53933b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7066130d08fb4db7bf4ab468de53933b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/8d0898a83bcf4521bbc11501d5d7ac89"}, "domain_id": "1eec97585bde483292ece28ee11f4b8d", "enabled": true, "options": {}, "id": "8d0898a83bcf4521bbc11501d5d7ac89", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/9defcced327d476f8a3beab718a13da3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9defcced327d476f8a3beab718a13da3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/b80ee4f6992446e0879624dd436e99a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b80ee4f6992446e0879624dd436e99a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b86fd3e011324d398fcdb6f095a20a9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b86fd3e011324d398fcdb6f095a20a9d", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1701d2754064b5cadf765ea0806f9b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1701d2754064b5cadf765ea0806f9b2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/db4e7b8d76d549faa502716565c733dd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db4e7b8d76d549faa502716565c733dd", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-12 08:39:02,353 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-177bbc79-e4ba-4864-b8ee-a2ef14fd4b1b 2018-08-12 08:39:02,357 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateStackSuccessTests-2a4c7784-b028-4a2-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d083156f368b2291e092b61071aeaddd1d49f26d" 2018-08-12 08:39:02,452 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:39:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5d846dca-e7a2-4465-b833-1620e09d6d66 Content-Encoding: gzip Content-Length: 260 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateStackSuccessTests-2a4c7784-b028-4a2-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/6e148b2e61b7493490243c2f64353a90"}, "tags": [], "enabled": true, "id": "6e148b2e61b7493490243c2f64353a90", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-2a4c7784-b028-4a2-proj"}]} 2018-08-12 08:39:02,452 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateStackSuccessTests-2a4c7784-b028-4a2-proj used request id req-5d846dca-e7a2-4465-b833-1620e09d6d66 2018-08-12 08:39:02,456 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d083156f368b2291e092b61071aeaddd1d49f26d" 2018-08-12 08:39:02,546 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:39:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0da4e239-68df-409e-af27-317af0fe9f18 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:39:02,546 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-0da4e239-68df-409e-af27-317af0fe9f18 2018-08-12 08:39:02,858 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d083156f368b2291e092b61071aeaddd1d49f26d" 2018-08-12 08:39:02,956 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:39:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a84b3ac9-f6ef-4509-ac35-d64dbc94b80e Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:39:02,956 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-a84b3ac9-f6ef-4509-ac35-d64dbc94b80e 2018-08-12 08:39:02,960 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateStackSuccessTests-2a4c7784-b028-4a2-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d083156f368b2291e092b61071aeaddd1d49f26d" 2018-08-12 08:39:03,049 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:39:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6358515d-12e6-4dfb-9a82-3cd2269b5d72 Content-Encoding: gzip Content-Length: 260 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateStackSuccessTests-2a4c7784-b028-4a2-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/6e148b2e61b7493490243c2f64353a90"}, "tags": [], "enabled": true, "id": "6e148b2e61b7493490243c2f64353a90", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-2a4c7784-b028-4a2-proj"}]} 2018-08-12 08:39:03,049 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateStackSuccessTests-2a4c7784-b028-4a2-proj used request id req-6358515d-12e6-4dfb-9a82-3cd2269b5d72 2018-08-12 08:39:03,049 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-2a4c7784-b028-4a2-user 2018-08-12 08:39:03,049 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:39:03,053 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cf7274cbfb840166e05b568103572d699e43a08" 2018-08-12 08:39:03,145 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:39:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-30751797-954f-4704-93d0-64432c456271 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:39:03,145 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-30751797-954f-4704-93d0-64432c456271 2018-08-12 08:39:03,147 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cf7274cbfb840166e05b568103572d699e43a08" -d '{"role": {"name": "CreateStackSuccessTests-2a4c7784-b028-4a2-proj-role"}}' 2018-08-12 08:39:03,273 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:39:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-280b72b0-d2f5-47bf-9eb6-31e777ddd05d Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "d695a38f5408417caadcce29f811e9cb", "links": {"self": "http://172.30.9.21:5000/v3/roles/d695a38f5408417caadcce29f811e9cb"}, "name": "CreateStackSuccessTests-2a4c7784-b028-4a2-proj-role"}} 2018-08-12 08:39:03,274 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-280b72b0-d2f5-47bf-9eb6-31e777ddd05d 2018-08-12 08:39:03,274 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-2a4c7784-b028-4a2-proj-role 2018-08-12 08:39:03,277 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/d695a38f5408417caadcce29f811e9cb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cf7274cbfb840166e05b568103572d699e43a08" 2018-08-12 08:39:03,361 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:39:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3633ed41-3328-4eed-802a-5a0d01ed3d35 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "d695a38f5408417caadcce29f811e9cb", "links": {"self": "http://172.30.9.21:5000/v3/roles/d695a38f5408417caadcce29f811e9cb"}, "name": "CreateStackSuccessTests-2a4c7784-b028-4a2-proj-role"}} 2018-08-12 08:39:03,361 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/d695a38f5408417caadcce29f811e9cb used request id req-3633ed41-3328-4eed-802a-5a0d01ed3d35 2018-08-12 08:39:03,361 - keystone_utils - INFO - Granting role CreateStackSuccessTests-2a4c7784-b028-4a2-proj-role to project CreateStackSuccessTests-2a4c7784-b028-4a2-proj 2018-08-12 08:39:03,365 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/6e148b2e61b7493490243c2f64353a90/users/ece166f6f7964a7287e04822c03ddd42/roles/d695a38f5408417caadcce29f811e9cb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cf7274cbfb840166e05b568103572d699e43a08" 2018-08-12 08:39:03,505 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:39:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-44bb9d57-950b-46d9-b90e-ad37df418727 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 08:39:03,505 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/6e148b2e61b7493490243c2f64353a90/users/ece166f6f7964a7287e04822c03ddd42/roles/d695a38f5408417caadcce29f811e9cb used request id req-44bb9d57-950b-46d9-b90e-ad37df418727 2018-08-12 08:39:03,505 - heat_utils - DEBUG - Retrieving Heat Client 2018-08-12 08:39:03,512 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-08-12 08:39:03,512 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:39:03,513 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:39:03,907 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d695a38f5408417caadcce29f811e9cb", "name": "CreateStackSuccessTests-2a4c7784-b028-4a2-proj-role"}], "expires_at": "2018-08-12T09:39:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6e148b2e61b7493490243c2f64353a90", "name": "CreateStackSuccessTests-2a4c7784-b028-4a2-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/6e148b2e61b7493490243c2f64353a90", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/6e148b2e61b7493490243c2f64353a90", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/6e148b2e61b7493490243c2f64353a90", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_6e148b2e61b7493490243c2f64353a90", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_6e148b2e61b7493490243c2f64353a90", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/6e148b2e61b7493490243c2f64353a90", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/6e148b2e61b7493490243c2f64353a90", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/6e148b2e61b7493490243c2f64353a90", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/6e148b2e61b7493490243c2f64353a90", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/6e148b2e61b7493490243c2f64353a90", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/6e148b2e61b7493490243c2f64353a90", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/6e148b2e61b7493490243c2f64353a90", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/6e148b2e61b7493490243c2f64353a90", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-2a4c7784-b028-4a2-user", "id": "ece166f6f7964a7287e04822c03ddd42"}, "audit_ids": ["D8VFlKPiQFCKWRyJx-1nPw"], "issued_at": "2018-08-12T08:39:03.000000Z"}} 2018-08-12 08:39:03,908 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}6ef9301979a735c2798e46e16d94412ec0da80e2" 2018-08-12 08:39:03,989 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:39:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d6a3380-30f6-4db0-ab25-18224361506a Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:39:03,989 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-8d6a3380-30f6-4db0-ab25-18224361506a 2018-08-12 08:39:03,993 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6ef9301979a735c2798e46e16d94412ec0da80e2" 2018-08-12 08:39:04,184 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 168 Content-Type: application/json X-Openstack-Request-Id: req-72292309-150a-42f8-a15a-97dd185556ed Date: Sun, 12 Aug 2018 08:39:04 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-image"} 2018-08-12 08:39:04,184 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-image used request id req-72292309-150a-42f8-a15a-97dd185556ed 2018-08-12 08:39:04,187 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6ef9301979a735c2798e46e16d94412ec0da80e2" 2018-08-12 08:39:04,372 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-c51f7e9f-8d9e-4814-a136-5d4477750808 Date: Sun, 12 Aug 2018 08:39:04 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"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}, "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}, "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"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "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"}, "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"}, "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}, "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}, "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"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "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}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-12 08:39:04,372 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-c51f7e9f-8d9e-4814-a136-5d4477750808 2018-08-12 08:39:04,402 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6ef9301979a735c2798e46e16d94412ec0da80e2" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-image"}' 2018-08-12 08:39:04,623 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 627 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/e64101f0-5e83-4873-ab65-b924e61dcbe4 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-ec2e0583-fe5d-44de-af1e-5096ff54ee7d Date: Sun, 12 Aug 2018 08:39:04 GMT RESP BODY: {"status": "queued", "name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-image", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:39:04Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-08-12T08:39:04Z", "visibility": "shared", "locations": [], "self": "/v2/images/e64101f0-5e83-4873-ab65-b924e61dcbe4", "min_disk": 0, "protected": false, "id": "e64101f0-5e83-4873-ab65-b924e61dcbe4", "file": "/v2/images/e64101f0-5e83-4873-ab65-b924e61dcbe4/file", "checksum": null, "owner": "6e148b2e61b7493490243c2f64353a90", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-12 08:39:04,623 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-ec2e0583-fe5d-44de-af1e-5096ff54ee7d 2018-08-12 08:39:04,634 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/e64101f0-5e83-4873-ab65-b924e61dcbe4/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6ef9301979a735c2798e46e16d94412ec0da80e2" -d '' 2018-08-12 08:39:05,246 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-2ddd4bc1-124a-4e47-ae37-761ec1500ac6 Date: Sun, 12 Aug 2018 08:39: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 08:39:05,247 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/e64101f0-5e83-4873-ab65-b924e61dcbe4/file used request id req-2ddd4bc1-124a-4e47-ae37-761ec1500ac6 2018-08-12 08:39:05,247 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-12 08:39:05,250 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/e64101f0-5e83-4873-ab65-b924e61dcbe4 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6ef9301979a735c2798e46e16d94412ec0da80e2" 2018-08-12 08:39:05,423 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-5bffe9e4-92fe-49dd-87c1-ac41065664e7 Date: Sun, 12 Aug 2018 08:39:05 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-image", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:39:04Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-12T08:39:05Z", "visibility": "shared", "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/e64101f0-5e83-4873-ab65-b924e61dcbe4/snap", "metadata": {}}], "self": "/v2/images/e64101f0-5e83-4873-ab65-b924e61dcbe4", "min_disk": 0, "protected": false, "id": "e64101f0-5e83-4873-ab65-b924e61dcbe4", "file": "/v2/images/e64101f0-5e83-4873-ab65-b924e61dcbe4/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "6e148b2e61b7493490243c2f64353a90", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/e64101f0-5e83-4873-ab65-b924e61dcbe4/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-12 08:39:05,423 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/e64101f0-5e83-4873-ab65-b924e61dcbe4 used request id req-5bffe9e4-92fe-49dd-87c1-ac41065664e7 2018-08-12 08:39:05,426 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6ef9301979a735c2798e46e16d94412ec0da80e2" 2018-08-12 08:39:05,603 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-8b601e60-3661-4dc1-a296-94085b55dd06 Date: Sun, 12 Aug 2018 08:39:05 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"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}, "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}, "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"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "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"}, "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"}, "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}, "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}, "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"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "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}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-12 08:39:05,603 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-8b601e60-3661-4dc1-a296-94085b55dd06 2018-08-12 08:39:05,606 - create_image - INFO - Created image with name - CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-image 2018-08-12 08:39:05,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/e64101f0-5e83-4873-ab65-b924e61dcbe4 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6ef9301979a735c2798e46e16d94412ec0da80e2" 2018-08-12 08:39:05,794 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-5b577cc9-9f3b-42bc-a164-72679576c050 Date: Sun, 12 Aug 2018 08:39:05 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-image", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:39:04Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-12T08:39:05Z", "visibility": "shared", "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/e64101f0-5e83-4873-ab65-b924e61dcbe4/snap", "metadata": {}}], "self": "/v2/images/e64101f0-5e83-4873-ab65-b924e61dcbe4", "min_disk": 0, "protected": false, "id": "e64101f0-5e83-4873-ab65-b924e61dcbe4", "file": "/v2/images/e64101f0-5e83-4873-ab65-b924e61dcbe4/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "6e148b2e61b7493490243c2f64353a90", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/e64101f0-5e83-4873-ab65-b924e61dcbe4/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-12 08:39:05,794 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/e64101f0-5e83-4873-ab65-b924e61dcbe4 used request id req-5b577cc9-9f3b-42bc-a164-72679576c050 2018-08-12 08:39:05,795 - create_image - DEBUG - Instance status is - active 2018-08-12 08:39:05,795 - create_image - DEBUG - Image is active with name - CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-image 2018-08-12 08:39:05,795 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-image 2018-08-12 08:39:05,796 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:39:05,796 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:39:06,189 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:39:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["iks1VM7KQjC3pzrhSTTguQ"], "issued_at": "2018-08-12T08:39:06.000000Z"}} 2018-08-12 08:39:06,190 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}bb7ff0ad2ca4a6b815b727bc5e3b51c09ddfbe0c" 2018-08-12 08:39:06,291 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:39:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d2bbbfbb-4719-4464-8cbc-8377e57fbdb4 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:39:06,291 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-d2bbbfbb-4719-4464-8cbc-8377e57fbdb4 2018-08-12 08:39:06,292 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-12 08:39:06,296 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb7ff0ad2ca4a6b815b727bc5e3b51c09ddfbe0c" 2018-08-12 08:39:06,511 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:39: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-1ebdeea9-78c2-4fa4-923b-dc7c320a4b4d x-compute-request-id: req-1ebdeea9-78c2-4fa4-923b-dc7c320a4b4d Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-08-12 08:39:06,511 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-1ebdeea9-78c2-4fa4-923b-dc7c320a4b4d 2018-08-12 08:39:06,514 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb7ff0ad2ca4a6b815b727bc5e3b51c09ddfbe0c" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-08-12 08:39:06,569 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:39: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-97282fe8-fb1b-480e-b790-d321811f8542 x-compute-request-id: req-97282fe8-fb1b-480e-b790-d321811f8542 Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-flavor-name", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/5a613c95-39a4-4056-8c16-02f2678a85a1", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/5a613c95-39a4-4056-8c16-02f2678a85a1", "rel": "bookmark"}], "ram": 256, "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": "5a613c95-39a4-4056-8c16-02f2678a85a1"}} 2018-08-12 08:39:06,569 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-97282fe8-fb1b-480e-b790-d321811f8542 2018-08-12 08:39:06,597 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:39:06,598 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:39:06,986 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d695a38f5408417caadcce29f811e9cb", "name": "CreateStackSuccessTests-2a4c7784-b028-4a2-proj-role"}], "expires_at": "2018-08-12T09:39:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6e148b2e61b7493490243c2f64353a90", "name": "CreateStackSuccessTests-2a4c7784-b028-4a2-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/6e148b2e61b7493490243c2f64353a90", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/6e148b2e61b7493490243c2f64353a90", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/6e148b2e61b7493490243c2f64353a90", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_6e148b2e61b7493490243c2f64353a90", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_6e148b2e61b7493490243c2f64353a90", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/6e148b2e61b7493490243c2f64353a90", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/6e148b2e61b7493490243c2f64353a90", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/6e148b2e61b7493490243c2f64353a90", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/6e148b2e61b7493490243c2f64353a90", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/6e148b2e61b7493490243c2f64353a90", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/6e148b2e61b7493490243c2f64353a90", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/6e148b2e61b7493490243c2f64353a90", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/6e148b2e61b7493490243c2f64353a90", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-2a4c7784-b028-4a2-user", "id": "ece166f6f7964a7287e04822c03ddd42"}, "audit_ids": ["ylJipQoaTpekhzNkMd_PeQ"], "issued_at": "2018-08-12T08:39:06.000000Z"}} 2018-08-12 08:39:06,987 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}6d0f8e91f9cddb8b2a81a587a218c65c3136f2bb" 2018-08-12 08:39:07,086 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:39:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3e12b71a-f329-4d22-a905-851ef21843b2 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:39:07,087 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-3e12b71a-f329-4d22-a905-851ef21843b2 2018-08-12 08:39:07,088 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:39:07,088 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:39:07,088 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:39:07,088 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:39:07,088 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:39:07,090 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-12 08:39:07,093 - heat_utils - DEBUG - Retrieving Heat Client 2018-08-12 08:39:07,095 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d0f8e91f9cddb8b2a81a587a218c65c3136f2bb" 2018-08-12 08:39:07,688 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:39:07 GMT Server: Apache x-openstack-request-id: req-9e35d4a7-c0db-42a1-a75c-adc0966ee8bb Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-08-12 08:39:07,688 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack used request id req-9e35d4a7-c0db-42a1-a75c-adc0966ee8bb 2018-08-12 08:39:07,691 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d0f8e91f9cddb8b2a81a587a218c65c3136f2bb" -d '{"stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack", "template": {"heat_template_version": "2015-04-30", "description": "Simple template to deploy a single compute instance", "parameters": {"flavor_name": {"default": "m1.small", "type": "string", "description": "Type of instance (flavor) to be used", "label": "Instance Type"}, "inst_name": {"default": "test_vm", "type": "string", "description": "The name of the spawned vm", "label": "Test VM name"}, "subnet_name": {"default": "test_subnet", "type": "string", "description": "The name of the stack's subnet", "label": "Test subnet name"}, "net_name": {"default": "test_net", "type": "string", "description": "The name of the stack's network", "label": "Test network name"}, "image_name": {"default": "heat_utils_tests", "type": "string", "description": "Image to be used for compute instance", "label": "Image ID"}}, "resources": {"server1_port": {"type": "OS::Neutron::Port", "properties": {"network_id": {"get_resource": "private_net"}, "fixed_ips": [{"subnet_id": {"get_resource": "private_subnet"}}]}}, "private_subnet": {"type": "OS::Neutron::Subnet", "properties": {"network_id": {"get_resource": "private_net"}, "cidr": "10.0.0.0/24", "name": {"get_param": "subnet_name"}}}, "private_net": {"type": "OS::Neutron::Net", "properties": {"name": {"get_param": "net_name"}}}, "my_instance": {"type": "OS::Nova::Server", "properties": {"image": {"get_param": "image_name"}, "name": {"get_param": "inst_name"}, "flavor": {"get_param": "flavor_name"}, "networks": [{"port": {"get_resource": "server1_port"}}]}}}}, "parameters": {"net_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-net", "inst_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-inst", "subnet_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-subnet", "image_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-image", "flavor_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-flavor-name"}}' 2018-08-12 08:39:10,418 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:39:07 GMT Server: Apache x-openstack-request-id: req-d65d2a40-b3e1-4fd9-8773-9bec97fb1247 Location: http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack/38d3ecf8-c652-41b7-b023-c9b18672f69a Content-Length: 291 Content-Type: application/json RESP BODY: {"stack": {"id": "38d3ecf8-c652-41b7-b023-c9b18672f69a", "links": [{"href": "http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack/38d3ecf8-c652-41b7-b023-c9b18672f69a", "rel": "self"}]}} 2018-08-12 08:39:10,418 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks used request id req-d65d2a40-b3e1-4fd9-8773-9bec97fb1247 2018-08-12 08:39:10,421 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/38d3ecf8-c652-41b7-b023-c9b18672f69a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d0f8e91f9cddb8b2a81a587a218c65c3136f2bb" 2018-08-12 08:39:10,995 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:39:10 GMT Server: Apache x-openstack-request-id: req-dec01f73-ad9d-4f81-9b3c-5cb9370b9444 Location: http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack/38d3ecf8-c652-41b7-b023-c9b18672f69a Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack/38d3ecf8-c652-41b7-b023-c9b18672f69a;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:39:11,634 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:39:11 GMT Server: Apache x-openstack-request-id: req-450a55ea-4043-45ed-a1f3-5553b61f2c49 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 555 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "6e148b2e61b7493490243c2f64353a90", "OS::stack_id": "38d3ecf8-c652-41b7-b023-c9b18672f69a", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack", "image_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-image", "inst_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-inst", "subnet_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-subnet", "net_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-net", "flavor_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack", "stack_user_project_id": "0f08aeb4dd024f23aee65d6a91c7b2e0", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-12T08:39:09Z", "links": [{"href": "http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack/38d3ecf8-c652-41b7-b023-c9b18672f69a", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "38d3ecf8-c652-41b7-b023-c9b18672f69a", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-12 08:39:11,634 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack/38d3ecf8-c652-41b7-b023-c9b18672f69a used request id req-450a55ea-4043-45ed-a1f3-5553b61f2c49 2018-08-12 08:39:11,634 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack 2018-08-12 08:39:11,637 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/38d3ecf8-c652-41b7-b023-c9b18672f69a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d0f8e91f9cddb8b2a81a587a218c65c3136f2bb" 2018-08-12 08:39:12,222 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:39:11 GMT Server: Apache x-openstack-request-id: req-34d5f23b-14d9-4b09-b52e-a247637deddb Location: http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack/38d3ecf8-c652-41b7-b023-c9b18672f69a Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack/38d3ecf8-c652-41b7-b023-c9b18672f69a;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:39:12,820 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:39:12 GMT Server: Apache x-openstack-request-id: req-e3888c64-0b33-402f-b7fe-71a029a52e34 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 555 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "6e148b2e61b7493490243c2f64353a90", "OS::stack_id": "38d3ecf8-c652-41b7-b023-c9b18672f69a", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack", "image_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-image", "inst_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-inst", "subnet_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-subnet", "net_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-net", "flavor_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack", "stack_user_project_id": "0f08aeb4dd024f23aee65d6a91c7b2e0", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-12T08:39:09Z", "links": [{"href": "http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack/38d3ecf8-c652-41b7-b023-c9b18672f69a", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "38d3ecf8-c652-41b7-b023-c9b18672f69a", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-12 08:39:12,820 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack/38d3ecf8-c652-41b7-b023-c9b18672f69a used request id req-e3888c64-0b33-402f-b7fe-71a029a52e34 2018-08-12 08:39:12,821 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-08-12 08:39:12,821 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-08-12 08:39:15,824 - create_stack - DEBUG - Stack status query timeout in 1195.81026602 2018-08-12 08:39:15,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/38d3ecf8-c652-41b7-b023-c9b18672f69a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d0f8e91f9cddb8b2a81a587a218c65c3136f2bb" 2018-08-12 08:39:15,855 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:39:15 GMT Server: Apache x-openstack-request-id: req-1102d889-224b-43fa-9cf5-e0334a4226ea Location: http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack/38d3ecf8-c652-41b7-b023-c9b18672f69a Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack/38d3ecf8-c652-41b7-b023-c9b18672f69a;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:39:16,461 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:39:15 GMT Server: Apache x-openstack-request-id: req-abcf824e-29f3-4820-a067-bef8d23a1e29 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 555 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "6e148b2e61b7493490243c2f64353a90", "OS::stack_id": "38d3ecf8-c652-41b7-b023-c9b18672f69a", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack", "image_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-image", "inst_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-inst", "subnet_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-subnet", "net_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-net", "flavor_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack", "stack_user_project_id": "0f08aeb4dd024f23aee65d6a91c7b2e0", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-12T08:39:09Z", "links": [{"href": "http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack/38d3ecf8-c652-41b7-b023-c9b18672f69a", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "38d3ecf8-c652-41b7-b023-c9b18672f69a", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-12 08:39:16,461 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack/38d3ecf8-c652-41b7-b023-c9b18672f69a used request id req-abcf824e-29f3-4820-a067-bef8d23a1e29 2018-08-12 08:39:16,461 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-08-12 08:39:16,461 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-08-12 08:39:19,465 - create_stack - DEBUG - Stack status query timeout in 1192.16997004 2018-08-12 08:39:19,468 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/38d3ecf8-c652-41b7-b023-c9b18672f69a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d0f8e91f9cddb8b2a81a587a218c65c3136f2bb" 2018-08-12 08:39:20,050 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:39:19 GMT Server: Apache x-openstack-request-id: req-9e072ed7-ee58-4d4a-9d26-675b67de971f Location: http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack/38d3ecf8-c652-41b7-b023-c9b18672f69a Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack/38d3ecf8-c652-41b7-b023-c9b18672f69a;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:39:20,716 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:39:20 GMT Server: Apache x-openstack-request-id: req-5c68f1f9-a065-442c-a76a-fa67c76bd6a2 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 555 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "6e148b2e61b7493490243c2f64353a90", "OS::stack_id": "38d3ecf8-c652-41b7-b023-c9b18672f69a", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack", "image_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-image", "inst_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-inst", "subnet_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-subnet", "net_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-net", "flavor_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack", "stack_user_project_id": "0f08aeb4dd024f23aee65d6a91c7b2e0", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-12T08:39:09Z", "links": [{"href": "http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack/38d3ecf8-c652-41b7-b023-c9b18672f69a", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "38d3ecf8-c652-41b7-b023-c9b18672f69a", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-12 08:39:20,716 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack/38d3ecf8-c652-41b7-b023-c9b18672f69a used request id req-5c68f1f9-a065-442c-a76a-fa67c76bd6a2 2018-08-12 08:39:20,717 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-08-12 08:39:20,717 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-08-12 08:39:23,720 - create_stack - DEBUG - Stack status query timeout in 1187.91439509 2018-08-12 08:39:23,723 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/38d3ecf8-c652-41b7-b023-c9b18672f69a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d0f8e91f9cddb8b2a81a587a218c65c3136f2bb" 2018-08-12 08:39:24,308 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:39:23 GMT Server: Apache x-openstack-request-id: req-84ffff15-5e51-486b-b6f3-e4a566aea80c Location: http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack/38d3ecf8-c652-41b7-b023-c9b18672f69a Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack/38d3ecf8-c652-41b7-b023-c9b18672f69a;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:39:24,947 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:39:24 GMT Server: Apache x-openstack-request-id: req-b72dc6d6-32db-45dc-bbef-650f3ab15636 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 555 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "6e148b2e61b7493490243c2f64353a90", "OS::stack_id": "38d3ecf8-c652-41b7-b023-c9b18672f69a", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack", "image_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-image", "inst_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-inst", "subnet_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-subnet", "net_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-net", "flavor_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack", "stack_user_project_id": "0f08aeb4dd024f23aee65d6a91c7b2e0", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-12T08:39:09Z", "links": [{"href": "http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack/38d3ecf8-c652-41b7-b023-c9b18672f69a", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "38d3ecf8-c652-41b7-b023-c9b18672f69a", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-12 08:39:24,947 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack/38d3ecf8-c652-41b7-b023-c9b18672f69a used request id req-b72dc6d6-32db-45dc-bbef-650f3ab15636 2018-08-12 08:39:24,948 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-08-12 08:39:24,948 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-08-12 08:39:27,951 - create_stack - DEBUG - Stack status query timeout in 1183.68363595 2018-08-12 08:39:27,954 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/38d3ecf8-c652-41b7-b023-c9b18672f69a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d0f8e91f9cddb8b2a81a587a218c65c3136f2bb" 2018-08-12 08:39:28,581 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:39:27 GMT Server: Apache x-openstack-request-id: req-1f9f3ba3-1085-4535-94f8-cd4452f55de8 Location: http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack/38d3ecf8-c652-41b7-b023-c9b18672f69a Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack/38d3ecf8-c652-41b7-b023-c9b18672f69a;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:39:29,170 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:39:28 GMT Server: Apache x-openstack-request-id: req-212b9377-a42c-478c-81c0-db7d23a07795 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 559 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "6e148b2e61b7493490243c2f64353a90", "OS::stack_id": "38d3ecf8-c652-41b7-b023-c9b18672f69a", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack", "image_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-image", "inst_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-inst", "subnet_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-subnet", "net_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-net", "flavor_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack", "stack_user_project_id": "0f08aeb4dd024f23aee65d6a91c7b2e0", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-08-12T08:39:09Z", "links": [{"href": "http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack/38d3ecf8-c652-41b7-b023-c9b18672f69a", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "38d3ecf8-c652-41b7-b023-c9b18672f69a", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-12 08:39:29,170 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack/38d3ecf8-c652-41b7-b023-c9b18672f69a used request id req-212b9377-a42c-478c-81c0-db7d23a07795 2018-08-12 08:39:29,170 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2018-08-12 08:39:29,170 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack 2018-08-12 08:39:29,171 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack 2018-08-12 08:39:29,171 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:39:29,574 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d695a38f5408417caadcce29f811e9cb", "name": "CreateStackSuccessTests-2a4c7784-b028-4a2-proj-role"}], "expires_at": "2018-08-12T09:39:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6e148b2e61b7493490243c2f64353a90", "name": "CreateStackSuccessTests-2a4c7784-b028-4a2-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/6e148b2e61b7493490243c2f64353a90", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/6e148b2e61b7493490243c2f64353a90", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/6e148b2e61b7493490243c2f64353a90", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_6e148b2e61b7493490243c2f64353a90", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_6e148b2e61b7493490243c2f64353a90", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/6e148b2e61b7493490243c2f64353a90", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/6e148b2e61b7493490243c2f64353a90", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/6e148b2e61b7493490243c2f64353a90", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/6e148b2e61b7493490243c2f64353a90", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/6e148b2e61b7493490243c2f64353a90", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/6e148b2e61b7493490243c2f64353a90", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/6e148b2e61b7493490243c2f64353a90", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/6e148b2e61b7493490243c2f64353a90", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-2a4c7784-b028-4a2-user", "id": "ece166f6f7964a7287e04822c03ddd42"}, "audit_ids": ["QKBqhKYTQb2Lq_QB26kS-g"], "issued_at": "2018-08-12T08:39:29.000000Z"}} 2018-08-12 08:39:29,577 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/38d3ecf8-c652-41b7-b023-c9b18672f69a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fba47168bc2538f55ff4fc2be779d0b1ee684ca8" 2018-08-12 08:39:29,780 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:39:29 GMT Server: Apache x-openstack-request-id: req-68cc5f4d-d3bd-4183-9c1b-29c9e3806caf Location: http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack/38d3ecf8-c652-41b7-b023-c9b18672f69a Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack/38d3ecf8-c652-41b7-b023-c9b18672f69a;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:39:30,386 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:39:29 GMT Server: Apache x-openstack-request-id: req-6843abff-3775-4ddf-baa6-155714ab92f5 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 559 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "6e148b2e61b7493490243c2f64353a90", "OS::stack_id": "38d3ecf8-c652-41b7-b023-c9b18672f69a", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack", "image_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-image", "inst_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-inst", "subnet_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-subnet", "net_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-net", "flavor_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack", "stack_user_project_id": "0f08aeb4dd024f23aee65d6a91c7b2e0", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-08-12T08:39:09Z", "links": [{"href": "http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack/38d3ecf8-c652-41b7-b023-c9b18672f69a", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "38d3ecf8-c652-41b7-b023-c9b18672f69a", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-12 08:39:30,386 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack/38d3ecf8-c652-41b7-b023-c9b18672f69a used request id req-6843abff-3775-4ddf-baa6-155714ab92f5 2018-08-12 08:39:30,389 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/38d3ecf8-c652-41b7-b023-c9b18672f69a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d0f8e91f9cddb8b2a81a587a218c65c3136f2bb" 2018-08-12 08:39:30,969 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:39:30 GMT Server: Apache x-openstack-request-id: req-0cf8dbc2-61db-46dc-8875-d7384e744549 Location: http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack/38d3ecf8-c652-41b7-b023-c9b18672f69a Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack/38d3ecf8-c652-41b7-b023-c9b18672f69a;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:39:31,582 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:39:30 GMT Server: Apache x-openstack-request-id: req-dca18cc1-d940-426a-98d3-4a7a06d82937 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 559 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "6e148b2e61b7493490243c2f64353a90", "OS::stack_id": "38d3ecf8-c652-41b7-b023-c9b18672f69a", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack", "image_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-image", "inst_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-inst", "subnet_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-subnet", "net_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-net", "flavor_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack", "stack_user_project_id": "0f08aeb4dd024f23aee65d6a91c7b2e0", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-08-12T08:39:09Z", "links": [{"href": "http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack/38d3ecf8-c652-41b7-b023-c9b18672f69a", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "38d3ecf8-c652-41b7-b023-c9b18672f69a", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-12 08:39:31,582 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack/38d3ecf8-c652-41b7-b023-c9b18672f69a used request id req-dca18cc1-d940-426a-98d3-4a7a06d82937 2018-08-12 08:39:31,585 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/38d3ecf8-c652-41b7-b023-c9b18672f69a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d0f8e91f9cddb8b2a81a587a218c65c3136f2bb" 2018-08-12 08:39:31,613 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:39:31 GMT Server: Apache x-openstack-request-id: req-4d0c4b47-56f7-40f9-a8a5-c3344283d2d5 Location: http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack/38d3ecf8-c652-41b7-b023-c9b18672f69a Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack/38d3ecf8-c652-41b7-b023-c9b18672f69a;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:39:31,656 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:39:31 GMT Server: Apache x-openstack-request-id: req-87a1de39-00c9-4c04-9c79-3f2d72a2a1d7 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 559 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "6e148b2e61b7493490243c2f64353a90", "OS::stack_id": "38d3ecf8-c652-41b7-b023-c9b18672f69a", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack", "image_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-image", "inst_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-inst", "subnet_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-subnet", "net_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-net", "flavor_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack", "stack_user_project_id": "0f08aeb4dd024f23aee65d6a91c7b2e0", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-08-12T08:39:09Z", "links": [{"href": "http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack/38d3ecf8-c652-41b7-b023-c9b18672f69a", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "38d3ecf8-c652-41b7-b023-c9b18672f69a", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-12 08:39:31,657 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack/38d3ecf8-c652-41b7-b023-c9b18672f69a used request id req-87a1de39-00c9-4c04-9c79-3f2d72a2a1d7 2018-08-12 08:39:31,660 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/38d3ecf8-c652-41b7-b023-c9b18672f69a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fba47168bc2538f55ff4fc2be779d0b1ee684ca8" 2018-08-12 08:39:32,248 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:39:31 GMT Server: Apache x-openstack-request-id: req-d6de42e1-de19-4d7d-8a51-d0baede219fb Location: http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack/38d3ecf8-c652-41b7-b023-c9b18672f69a Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack/38d3ecf8-c652-41b7-b023-c9b18672f69a;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:39:32,876 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:39:32 GMT Server: Apache x-openstack-request-id: req-54487a81-c741-482b-a79c-ec7d863645de 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 08:39:32,876 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack/38d3ecf8-c652-41b7-b023-c9b18672f69a used request id req-54487a81-c741-482b-a79c-ec7d863645de 2018-08-12 08:39:32,879 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/38d3ecf8-c652-41b7-b023-c9b18672f69a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fba47168bc2538f55ff4fc2be779d0b1ee684ca8" 2018-08-12 08:39:33,080 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:39:32 GMT Server: Apache x-openstack-request-id: req-f041a11b-1c17-4d47-ad90-5e2429009133 Location: http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack/38d3ecf8-c652-41b7-b023-c9b18672f69a Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack/38d3ecf8-c652-41b7-b023-c9b18672f69a;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:39:33,670 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:39:33 GMT Server: Apache x-openstack-request-id: req-91b32a5c-1b57-4d0c-b8a6-47f5ed3543ed Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 559 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "6e148b2e61b7493490243c2f64353a90", "OS::stack_id": "38d3ecf8-c652-41b7-b023-c9b18672f69a", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack", "image_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-image", "inst_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-inst", "subnet_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-subnet", "flavor_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-flavor-name", "net_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack", "stack_user_project_id": "0f08aeb4dd024f23aee65d6a91c7b2e0", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-08-12T08:39:09Z", "links": [{"href": "http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack/38d3ecf8-c652-41b7-b023-c9b18672f69a", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-08-12T08:39:32Z", "id": "38d3ecf8-c652-41b7-b023-c9b18672f69a", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-12 08:39:33,670 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack/38d3ecf8-c652-41b7-b023-c9b18672f69a used request id req-91b32a5c-1b57-4d0c-b8a6-47f5ed3543ed 2018-08-12 08:39:33,673 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/38d3ecf8-c652-41b7-b023-c9b18672f69a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fba47168bc2538f55ff4fc2be779d0b1ee684ca8" 2018-08-12 08:39:33,701 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:39:33 GMT Server: Apache x-openstack-request-id: req-4fa110f8-f353-4598-8e97-7b8fec6a31a2 Location: http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack/38d3ecf8-c652-41b7-b023-c9b18672f69a Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack/38d3ecf8-c652-41b7-b023-c9b18672f69a;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:39:34,275 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:39:33 GMT Server: Apache x-openstack-request-id: req-b5fd4846-0776-4f8d-8904-fc5593202f18 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 559 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "6e148b2e61b7493490243c2f64353a90", "OS::stack_id": "38d3ecf8-c652-41b7-b023-c9b18672f69a", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack", "image_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-image", "inst_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-inst", "subnet_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-subnet", "flavor_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-flavor-name", "net_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack", "stack_user_project_id": "0f08aeb4dd024f23aee65d6a91c7b2e0", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-08-12T08:39:09Z", "links": [{"href": "http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack/38d3ecf8-c652-41b7-b023-c9b18672f69a", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-08-12T08:39:32Z", "id": "38d3ecf8-c652-41b7-b023-c9b18672f69a", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-12 08:39:34,276 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack/38d3ecf8-c652-41b7-b023-c9b18672f69a used request id req-b5fd4846-0776-4f8d-8904-fc5593202f18 2018-08-12 08:39:34,279 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/38d3ecf8-c652-41b7-b023-c9b18672f69a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fba47168bc2538f55ff4fc2be779d0b1ee684ca8" 2018-08-12 08:39:34,959 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:39:34 GMT Server: Apache x-openstack-request-id: req-eace4ac9-a4ef-4ba7-a2b3-51f119630669 Location: http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack/38d3ecf8-c652-41b7-b023-c9b18672f69a Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack/38d3ecf8-c652-41b7-b023-c9b18672f69a;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:39:35,570 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:39:34 GMT Server: Apache x-openstack-request-id: req-a6a864f5-3c25-44ae-8d77-0919a8c85913 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 559 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "6e148b2e61b7493490243c2f64353a90", "OS::stack_id": "38d3ecf8-c652-41b7-b023-c9b18672f69a", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack", "image_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-image", "inst_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-inst", "subnet_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-subnet", "flavor_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-flavor-name", "net_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack", "stack_user_project_id": "0f08aeb4dd024f23aee65d6a91c7b2e0", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-08-12T08:39:09Z", "links": [{"href": "http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack/38d3ecf8-c652-41b7-b023-c9b18672f69a", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-08-12T08:39:32Z", "id": "38d3ecf8-c652-41b7-b023-c9b18672f69a", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-12 08:39:35,570 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack/38d3ecf8-c652-41b7-b023-c9b18672f69a used request id req-a6a864f5-3c25-44ae-8d77-0919a8c85913 2018-08-12 08:39:35,573 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/38d3ecf8-c652-41b7-b023-c9b18672f69a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fba47168bc2538f55ff4fc2be779d0b1ee684ca8" 2018-08-12 08:39:36,161 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:39:35 GMT Server: Apache x-openstack-request-id: req-56ff34ef-56f6-48a5-9c7f-172109ab3808 Location: http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack/38d3ecf8-c652-41b7-b023-c9b18672f69a Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack/38d3ecf8-c652-41b7-b023-c9b18672f69a;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:39:36,367 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:39:36 GMT Server: Apache x-openstack-request-id: req-c59e28fd-5282-4730-bf85-e07766d4fd3d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 559 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "6e148b2e61b7493490243c2f64353a90", "OS::stack_id": "38d3ecf8-c652-41b7-b023-c9b18672f69a", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack", "image_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-image", "inst_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-inst", "subnet_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-subnet", "flavor_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-flavor-name", "net_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack", "stack_user_project_id": "0f08aeb4dd024f23aee65d6a91c7b2e0", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-08-12T08:39:09Z", "links": [{"href": "http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack/38d3ecf8-c652-41b7-b023-c9b18672f69a", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-08-12T08:39:32Z", "id": "38d3ecf8-c652-41b7-b023-c9b18672f69a", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-12 08:39:36,367 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack/38d3ecf8-c652-41b7-b023-c9b18672f69a used request id req-c59e28fd-5282-4730-bf85-e07766d4fd3d 2018-08-12 08:39:36,370 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/38d3ecf8-c652-41b7-b023-c9b18672f69a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fba47168bc2538f55ff4fc2be779d0b1ee684ca8" 2018-08-12 08:39:36,579 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:39:36 GMT Server: Apache x-openstack-request-id: req-979b75b7-12e8-47b7-8199-858cd646a07f Location: http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack/38d3ecf8-c652-41b7-b023-c9b18672f69a Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack/38d3ecf8-c652-41b7-b023-c9b18672f69a;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:39:36,622 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:39:36 GMT Server: Apache x-openstack-request-id: req-b0196ab6-f017-4a53-b358-0703771c689a Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 559 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "6e148b2e61b7493490243c2f64353a90", "OS::stack_id": "38d3ecf8-c652-41b7-b023-c9b18672f69a", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack", "image_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-image", "inst_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-inst", "subnet_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-subnet", "flavor_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-flavor-name", "net_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack", "stack_user_project_id": "0f08aeb4dd024f23aee65d6a91c7b2e0", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-08-12T08:39:09Z", "links": [{"href": "http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack/38d3ecf8-c652-41b7-b023-c9b18672f69a", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-08-12T08:39:32Z", "id": "38d3ecf8-c652-41b7-b023-c9b18672f69a", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-12 08:39:36,623 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack/38d3ecf8-c652-41b7-b023-c9b18672f69a used request id req-b0196ab6-f017-4a53-b358-0703771c689a 2018-08-12 08:39:36,626 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/38d3ecf8-c652-41b7-b023-c9b18672f69a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fba47168bc2538f55ff4fc2be779d0b1ee684ca8" 2018-08-12 08:39:37,209 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:39:36 GMT Server: Apache x-openstack-request-id: req-cef2f6a2-25a8-461c-9cd7-aac4503018dc Location: http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack/38d3ecf8-c652-41b7-b023-c9b18672f69a Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack/38d3ecf8-c652-41b7-b023-c9b18672f69a;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:39:37,415 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:39:37 GMT Server: Apache x-openstack-request-id: req-8b83e02e-da64-4136-9afd-fac075b7a001 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 559 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "6e148b2e61b7493490243c2f64353a90", "OS::stack_id": "38d3ecf8-c652-41b7-b023-c9b18672f69a", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack", "image_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-image", "inst_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-inst", "subnet_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-subnet", "flavor_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-flavor-name", "net_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack", "stack_user_project_id": "0f08aeb4dd024f23aee65d6a91c7b2e0", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-08-12T08:39:09Z", "links": [{"href": "http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack/38d3ecf8-c652-41b7-b023-c9b18672f69a", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-08-12T08:39:32Z", "id": "38d3ecf8-c652-41b7-b023-c9b18672f69a", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-12 08:39:37,415 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack/38d3ecf8-c652-41b7-b023-c9b18672f69a used request id req-8b83e02e-da64-4136-9afd-fac075b7a001 2018-08-12 08:39:37,418 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/38d3ecf8-c652-41b7-b023-c9b18672f69a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fba47168bc2538f55ff4fc2be779d0b1ee684ca8" 2018-08-12 08:39:38,008 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:39:37 GMT Server: Apache x-openstack-request-id: req-95323b2f-1e39-4ae0-b96f-07c3324944a0 Location: http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack/38d3ecf8-c652-41b7-b023-c9b18672f69a Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack/38d3ecf8-c652-41b7-b023-c9b18672f69a;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:39:38,053 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:39:38 GMT Server: Apache x-openstack-request-id: req-f790cfd0-f16a-4c21-bf96-319de99938a3 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 559 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "6e148b2e61b7493490243c2f64353a90", "OS::stack_id": "38d3ecf8-c652-41b7-b023-c9b18672f69a", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack", "image_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-image", "inst_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-inst", "subnet_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-subnet", "flavor_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-flavor-name", "net_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack", "stack_user_project_id": "0f08aeb4dd024f23aee65d6a91c7b2e0", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-08-12T08:39:09Z", "links": [{"href": "http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack/38d3ecf8-c652-41b7-b023-c9b18672f69a", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-08-12T08:39:32Z", "id": "38d3ecf8-c652-41b7-b023-c9b18672f69a", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-12 08:39:38,053 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack/38d3ecf8-c652-41b7-b023-c9b18672f69a used request id req-f790cfd0-f16a-4c21-bf96-319de99938a3 2018-08-12 08:39:38,056 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/38d3ecf8-c652-41b7-b023-c9b18672f69a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fba47168bc2538f55ff4fc2be779d0b1ee684ca8" 2018-08-12 08:39:38,081 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:39:38 GMT Server: Apache x-openstack-request-id: req-8b97d479-cd3a-436f-9bb1-44cb3f5a9696 Location: http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack/38d3ecf8-c652-41b7-b023-c9b18672f69a Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack/38d3ecf8-c652-41b7-b023-c9b18672f69a;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:39:38,107 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:39:38 GMT Server: Apache x-openstack-request-id: req-2d94e46c-918b-4aac-b2a2-6249394efb9c Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 559 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "6e148b2e61b7493490243c2f64353a90", "OS::stack_id": "38d3ecf8-c652-41b7-b023-c9b18672f69a", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack", "image_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-image", "inst_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-inst", "subnet_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-subnet", "flavor_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-flavor-name", "net_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack", "stack_user_project_id": "0f08aeb4dd024f23aee65d6a91c7b2e0", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-08-12T08:39:09Z", "links": [{"href": "http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack/38d3ecf8-c652-41b7-b023-c9b18672f69a", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-08-12T08:39:32Z", "id": "38d3ecf8-c652-41b7-b023-c9b18672f69a", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-12 08:39:38,107 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack/38d3ecf8-c652-41b7-b023-c9b18672f69a used request id req-2d94e46c-918b-4aac-b2a2-6249394efb9c 2018-08-12 08:39:38,110 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/38d3ecf8-c652-41b7-b023-c9b18672f69a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fba47168bc2538f55ff4fc2be779d0b1ee684ca8" 2018-08-12 08:39:38,852 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:39:38 GMT Server: Apache x-openstack-request-id: req-895a9bb0-3d20-41d9-9d96-a64c64faee2e Location: http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack/38d3ecf8-c652-41b7-b023-c9b18672f69a Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack/38d3ecf8-c652-41b7-b023-c9b18672f69a;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:39:39,432 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:39:38 GMT Server: Apache x-openstack-request-id: req-5c771f61-f02b-424c-a826-5f6ecdd0bbf9 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 559 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "6e148b2e61b7493490243c2f64353a90", "OS::stack_id": "38d3ecf8-c652-41b7-b023-c9b18672f69a", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack", "image_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-image", "inst_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-inst", "subnet_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-subnet", "flavor_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-flavor-name", "net_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack", "stack_user_project_id": "0f08aeb4dd024f23aee65d6a91c7b2e0", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-08-12T08:39:09Z", "links": [{"href": "http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack/38d3ecf8-c652-41b7-b023-c9b18672f69a", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-08-12T08:39:32Z", "id": "38d3ecf8-c652-41b7-b023-c9b18672f69a", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-12 08:39:39,432 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack/38d3ecf8-c652-41b7-b023-c9b18672f69a used request id req-5c771f61-f02b-424c-a826-5f6ecdd0bbf9 2018-08-12 08:39:39,435 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/38d3ecf8-c652-41b7-b023-c9b18672f69a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fba47168bc2538f55ff4fc2be779d0b1ee684ca8" 2018-08-12 08:39:39,461 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:39:39 GMT Server: Apache x-openstack-request-id: req-12aa57bc-9111-4ef1-84f3-294ff0300f2a Location: http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack/38d3ecf8-c652-41b7-b023-c9b18672f69a Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack/38d3ecf8-c652-41b7-b023-c9b18672f69a;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:39:39,488 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:39:39 GMT Server: Apache x-openstack-request-id: req-a35f2cb8-9589-4134-8705-07edd1f7cac5 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 559 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "6e148b2e61b7493490243c2f64353a90", "OS::stack_id": "38d3ecf8-c652-41b7-b023-c9b18672f69a", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack", "image_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-image", "inst_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-inst", "subnet_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-subnet", "flavor_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-flavor-name", "net_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack", "stack_user_project_id": "0f08aeb4dd024f23aee65d6a91c7b2e0", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-08-12T08:39:09Z", "links": [{"href": "http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack/38d3ecf8-c652-41b7-b023-c9b18672f69a", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-08-12T08:39:32Z", "id": "38d3ecf8-c652-41b7-b023-c9b18672f69a", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-12 08:39:39,488 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack/38d3ecf8-c652-41b7-b023-c9b18672f69a used request id req-a35f2cb8-9589-4134-8705-07edd1f7cac5 2018-08-12 08:39:39,491 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/38d3ecf8-c652-41b7-b023-c9b18672f69a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fba47168bc2538f55ff4fc2be779d0b1ee684ca8" 2018-08-12 08:39:39,518 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:39:39 GMT Server: Apache x-openstack-request-id: req-45c9734e-9e1f-4162-9b2c-e63c56d41356 Location: http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack/38d3ecf8-c652-41b7-b023-c9b18672f69a Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack/38d3ecf8-c652-41b7-b023-c9b18672f69a;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:39:40,108 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:39:39 GMT Server: Apache x-openstack-request-id: req-20007886-6915-4a8a-bcfd-568ada3e8694 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 559 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "6e148b2e61b7493490243c2f64353a90", "OS::stack_id": "38d3ecf8-c652-41b7-b023-c9b18672f69a", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack", "image_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-image", "inst_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-inst", "subnet_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-subnet", "flavor_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-flavor-name", "net_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack", "stack_user_project_id": "0f08aeb4dd024f23aee65d6a91c7b2e0", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-08-12T08:39:09Z", "links": [{"href": "http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack/38d3ecf8-c652-41b7-b023-c9b18672f69a", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-08-12T08:39:32Z", "id": "38d3ecf8-c652-41b7-b023-c9b18672f69a", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-12 08:39:40,108 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack/38d3ecf8-c652-41b7-b023-c9b18672f69a used request id req-20007886-6915-4a8a-bcfd-568ada3e8694 2018-08-12 08:39:40,111 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/38d3ecf8-c652-41b7-b023-c9b18672f69a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fba47168bc2538f55ff4fc2be779d0b1ee684ca8" 2018-08-12 08:39:40,137 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:39:40 GMT Server: Apache x-openstack-request-id: req-bbb1741d-c6cd-4f9b-9d79-9a93eded1d9b Location: http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack/38d3ecf8-c652-41b7-b023-c9b18672f69a Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack/38d3ecf8-c652-41b7-b023-c9b18672f69a;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:39:40,329 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:39:40 GMT Server: Apache x-openstack-request-id: req-92a40f0b-393b-40fe-8106-b5199fa2022c Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 559 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "6e148b2e61b7493490243c2f64353a90", "OS::stack_id": "38d3ecf8-c652-41b7-b023-c9b18672f69a", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack", "image_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-image", "inst_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-inst", "subnet_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-subnet", "flavor_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-flavor-name", "net_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack", "stack_user_project_id": "0f08aeb4dd024f23aee65d6a91c7b2e0", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-08-12T08:39:09Z", "links": [{"href": "http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack/38d3ecf8-c652-41b7-b023-c9b18672f69a", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-08-12T08:39:32Z", "id": "38d3ecf8-c652-41b7-b023-c9b18672f69a", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-12 08:39:40,329 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack/38d3ecf8-c652-41b7-b023-c9b18672f69a used request id req-92a40f0b-393b-40fe-8106-b5199fa2022c 2018-08-12 08:39:40,332 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/38d3ecf8-c652-41b7-b023-c9b18672f69a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fba47168bc2538f55ff4fc2be779d0b1ee684ca8" 2018-08-12 08:39:40,359 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:39:40 GMT Server: Apache x-openstack-request-id: req-b80724b5-8eb0-4a37-b53d-24234cb8c9da Location: http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack/38d3ecf8-c652-41b7-b023-c9b18672f69a Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack/38d3ecf8-c652-41b7-b023-c9b18672f69a;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:39:40,944 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:39:40 GMT Server: Apache x-openstack-request-id: req-c1ac0b53-3746-4244-b834-10e3e928acdb Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 559 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "6e148b2e61b7493490243c2f64353a90", "OS::stack_id": "38d3ecf8-c652-41b7-b023-c9b18672f69a", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack", "image_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-image", "inst_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-inst", "subnet_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-subnet", "flavor_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-flavor-name", "net_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack", "stack_user_project_id": "0f08aeb4dd024f23aee65d6a91c7b2e0", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-08-12T08:39:09Z", "links": [{"href": "http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack/38d3ecf8-c652-41b7-b023-c9b18672f69a", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-08-12T08:39:32Z", "id": "38d3ecf8-c652-41b7-b023-c9b18672f69a", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-12 08:39:40,944 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack/38d3ecf8-c652-41b7-b023-c9b18672f69a used request id req-c1ac0b53-3746-4244-b834-10e3e928acdb 2018-08-12 08:39:40,947 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/38d3ecf8-c652-41b7-b023-c9b18672f69a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fba47168bc2538f55ff4fc2be779d0b1ee684ca8" 2018-08-12 08:39:40,977 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:39:40 GMT Server: Apache x-openstack-request-id: req-6b3f21a5-a23c-4904-b927-e2b033104585 Location: http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack/38d3ecf8-c652-41b7-b023-c9b18672f69a Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack/38d3ecf8-c652-41b7-b023-c9b18672f69a;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:39:41,004 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:39:40 GMT Server: Apache x-openstack-request-id: req-3f2109e8-843d-40b3-b31d-2ecd17e3b85d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 559 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "6e148b2e61b7493490243c2f64353a90", "OS::stack_id": "38d3ecf8-c652-41b7-b023-c9b18672f69a", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack", "image_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-image", "inst_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-inst", "subnet_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-subnet", "flavor_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-flavor-name", "net_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack", "stack_user_project_id": "0f08aeb4dd024f23aee65d6a91c7b2e0", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-08-12T08:39:09Z", "links": [{"href": "http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack/38d3ecf8-c652-41b7-b023-c9b18672f69a", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-08-12T08:39:32Z", "id": "38d3ecf8-c652-41b7-b023-c9b18672f69a", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-12 08:39:41,004 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack/38d3ecf8-c652-41b7-b023-c9b18672f69a used request id req-3f2109e8-843d-40b3-b31d-2ecd17e3b85d 2018-08-12 08:39:41,007 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/38d3ecf8-c652-41b7-b023-c9b18672f69a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fba47168bc2538f55ff4fc2be779d0b1ee684ca8" 2018-08-12 08:39:41,035 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:39:41 GMT Server: Apache x-openstack-request-id: req-1e8496d9-8c46-4193-8c70-397b0e862e2d Location: http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack/38d3ecf8-c652-41b7-b023-c9b18672f69a Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack/38d3ecf8-c652-41b7-b023-c9b18672f69a;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:39:41,617 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:39:41 GMT Server: Apache x-openstack-request-id: req-d8ea8750-5dce-4314-85dc-a3c915bbf0af Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 559 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "6e148b2e61b7493490243c2f64353a90", "OS::stack_id": "38d3ecf8-c652-41b7-b023-c9b18672f69a", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack", "image_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-image", "inst_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-inst", "subnet_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-subnet", "flavor_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-flavor-name", "net_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack", "stack_user_project_id": "0f08aeb4dd024f23aee65d6a91c7b2e0", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-08-12T08:39:09Z", "links": [{"href": "http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack/38d3ecf8-c652-41b7-b023-c9b18672f69a", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-08-12T08:39:32Z", "id": "38d3ecf8-c652-41b7-b023-c9b18672f69a", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-12 08:39:41,617 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack/38d3ecf8-c652-41b7-b023-c9b18672f69a used request id req-d8ea8750-5dce-4314-85dc-a3c915bbf0af 2018-08-12 08:39:41,620 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/38d3ecf8-c652-41b7-b023-c9b18672f69a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fba47168bc2538f55ff4fc2be779d0b1ee684ca8" 2018-08-12 08:39:41,646 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:39:41 GMT Server: Apache x-openstack-request-id: req-fa8c37ab-f7d2-4ad4-b90c-a2e2e69da8ca Location: http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack/38d3ecf8-c652-41b7-b023-c9b18672f69a Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack/38d3ecf8-c652-41b7-b023-c9b18672f69a;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:39:41,672 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:39:41 GMT Server: Apache x-openstack-request-id: req-e807257c-be82-4062-91ac-e6005abd6de2 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 559 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "6e148b2e61b7493490243c2f64353a90", "OS::stack_id": "38d3ecf8-c652-41b7-b023-c9b18672f69a", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack", "image_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-image", "inst_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-inst", "subnet_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-subnet", "flavor_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-flavor-name", "net_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack", "stack_user_project_id": "0f08aeb4dd024f23aee65d6a91c7b2e0", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-08-12T08:39:09Z", "links": [{"href": "http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack/38d3ecf8-c652-41b7-b023-c9b18672f69a", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-08-12T08:39:32Z", "id": "38d3ecf8-c652-41b7-b023-c9b18672f69a", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-12 08:39:41,672 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack/38d3ecf8-c652-41b7-b023-c9b18672f69a used request id req-e807257c-be82-4062-91ac-e6005abd6de2 2018-08-12 08:39:41,675 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/38d3ecf8-c652-41b7-b023-c9b18672f69a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fba47168bc2538f55ff4fc2be779d0b1ee684ca8" 2018-08-12 08:39:41,704 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:39:41 GMT Server: Apache x-openstack-request-id: req-957c1593-4290-4d83-b24b-01103cc947b7 Location: http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack/38d3ecf8-c652-41b7-b023-c9b18672f69a Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack/38d3ecf8-c652-41b7-b023-c9b18672f69a;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:39:41,731 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:39:41 GMT Server: Apache x-openstack-request-id: req-94523821-636e-43d7-80ec-f1bbf4c23978 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 559 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "6e148b2e61b7493490243c2f64353a90", "OS::stack_id": "38d3ecf8-c652-41b7-b023-c9b18672f69a", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack", "image_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-image", "inst_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-inst", "subnet_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-subnet", "flavor_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-flavor-name", "net_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack", "stack_user_project_id": "0f08aeb4dd024f23aee65d6a91c7b2e0", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-08-12T08:39:09Z", "links": [{"href": "http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack/38d3ecf8-c652-41b7-b023-c9b18672f69a", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-08-12T08:39:32Z", "id": "38d3ecf8-c652-41b7-b023-c9b18672f69a", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-12 08:39:41,732 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack/38d3ecf8-c652-41b7-b023-c9b18672f69a used request id req-94523821-636e-43d7-80ec-f1bbf4c23978 2018-08-12 08:39:41,734 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/38d3ecf8-c652-41b7-b023-c9b18672f69a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fba47168bc2538f55ff4fc2be779d0b1ee684ca8" 2018-08-12 08:39:41,760 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:39:41 GMT Server: Apache x-openstack-request-id: req-f6dcc2c6-5e0d-4318-ad6e-a4836d6edc99 Location: http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack/38d3ecf8-c652-41b7-b023-c9b18672f69a Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack/38d3ecf8-c652-41b7-b023-c9b18672f69a;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:39:41,787 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:39:41 GMT Server: Apache x-openstack-request-id: req-53bc5789-fc1f-4538-9b91-e846b27488fe Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 559 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "6e148b2e61b7493490243c2f64353a90", "OS::stack_id": "38d3ecf8-c652-41b7-b023-c9b18672f69a", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack", "image_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-image", "inst_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-inst", "subnet_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-subnet", "flavor_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-flavor-name", "net_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack", "stack_user_project_id": "0f08aeb4dd024f23aee65d6a91c7b2e0", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-08-12T08:39:09Z", "links": [{"href": "http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack/38d3ecf8-c652-41b7-b023-c9b18672f69a", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-08-12T08:39:32Z", "id": "38d3ecf8-c652-41b7-b023-c9b18672f69a", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-12 08:39:41,787 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack/38d3ecf8-c652-41b7-b023-c9b18672f69a used request id req-53bc5789-fc1f-4538-9b91-e846b27488fe 2018-08-12 08:39:41,790 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/38d3ecf8-c652-41b7-b023-c9b18672f69a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fba47168bc2538f55ff4fc2be779d0b1ee684ca8" 2018-08-12 08:39:41,972 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:39:41 GMT Server: Apache x-openstack-request-id: req-098ab07b-22bd-4bde-8587-cbb28dd1ada9 Location: http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack/38d3ecf8-c652-41b7-b023-c9b18672f69a Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack/38d3ecf8-c652-41b7-b023-c9b18672f69a;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:39:42,000 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:39:41 GMT Server: Apache x-openstack-request-id: req-b40bc73d-c82e-46ec-baa5-d53aeb476916 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 559 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "6e148b2e61b7493490243c2f64353a90", "OS::stack_id": "38d3ecf8-c652-41b7-b023-c9b18672f69a", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack", "image_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-image", "inst_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-inst", "subnet_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-subnet", "flavor_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-flavor-name", "net_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack", "stack_user_project_id": "0f08aeb4dd024f23aee65d6a91c7b2e0", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-08-12T08:39:09Z", "links": [{"href": "http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack/38d3ecf8-c652-41b7-b023-c9b18672f69a", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-08-12T08:39:32Z", "id": "38d3ecf8-c652-41b7-b023-c9b18672f69a", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-12 08:39:42,000 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack/38d3ecf8-c652-41b7-b023-c9b18672f69a used request id req-b40bc73d-c82e-46ec-baa5-d53aeb476916 2018-08-12 08:39:42,003 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/38d3ecf8-c652-41b7-b023-c9b18672f69a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fba47168bc2538f55ff4fc2be779d0b1ee684ca8" 2018-08-12 08:39:42,031 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:39:42 GMT Server: Apache x-openstack-request-id: req-61a549de-135a-4108-8ab9-e8a6b8f431aa Location: http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack/38d3ecf8-c652-41b7-b023-c9b18672f69a Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack/38d3ecf8-c652-41b7-b023-c9b18672f69a;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:39:42,294 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:39:42 GMT Server: Apache x-openstack-request-id: req-e8ab7a58-e185-4677-86fc-e28192ba7edf Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 559 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "6e148b2e61b7493490243c2f64353a90", "OS::stack_id": "38d3ecf8-c652-41b7-b023-c9b18672f69a", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack", "image_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-image", "inst_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-inst", "subnet_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-subnet", "flavor_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-flavor-name", "net_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack", "stack_user_project_id": "0f08aeb4dd024f23aee65d6a91c7b2e0", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-08-12T08:39:09Z", "links": [{"href": "http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack/38d3ecf8-c652-41b7-b023-c9b18672f69a", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-08-12T08:39:32Z", "id": "38d3ecf8-c652-41b7-b023-c9b18672f69a", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-12 08:39:42,295 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack/38d3ecf8-c652-41b7-b023-c9b18672f69a used request id req-e8ab7a58-e185-4677-86fc-e28192ba7edf 2018-08-12 08:39:42,298 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/38d3ecf8-c652-41b7-b023-c9b18672f69a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fba47168bc2538f55ff4fc2be779d0b1ee684ca8" 2018-08-12 08:39:42,495 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:39:42 GMT Server: Apache x-openstack-request-id: req-b366c9b8-4297-457f-8bfb-ac08005d396c Location: http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack/38d3ecf8-c652-41b7-b023-c9b18672f69a Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack/38d3ecf8-c652-41b7-b023-c9b18672f69a;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:39:43,191 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:39:42 GMT Server: Apache x-openstack-request-id: req-132a8f02-393f-4c3b-936c-6e4712e7372d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 559 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "6e148b2e61b7493490243c2f64353a90", "OS::stack_id": "38d3ecf8-c652-41b7-b023-c9b18672f69a", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack", "image_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-image", "inst_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-inst", "subnet_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-subnet", "flavor_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-flavor-name", "net_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack", "stack_user_project_id": "0f08aeb4dd024f23aee65d6a91c7b2e0", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-08-12T08:39:09Z", "links": [{"href": "http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack/38d3ecf8-c652-41b7-b023-c9b18672f69a", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-08-12T08:39:32Z", "id": "38d3ecf8-c652-41b7-b023-c9b18672f69a", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-12 08:39:43,192 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack/38d3ecf8-c652-41b7-b023-c9b18672f69a used request id req-132a8f02-393f-4c3b-936c-6e4712e7372d 2018-08-12 08:39:43,195 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/38d3ecf8-c652-41b7-b023-c9b18672f69a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fba47168bc2538f55ff4fc2be779d0b1ee684ca8" 2018-08-12 08:39:43,222 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:39:43 GMT Server: Apache x-openstack-request-id: req-898981d5-50d7-4128-864a-3d4fb6a4e8ee Location: http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack/38d3ecf8-c652-41b7-b023-c9b18672f69a Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack/38d3ecf8-c652-41b7-b023-c9b18672f69a;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:39:43,409 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:39:43 GMT Server: Apache x-openstack-request-id: req-466edebf-7d39-4c9d-8a5f-c43063fd416c Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 559 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "6e148b2e61b7493490243c2f64353a90", "OS::stack_id": "38d3ecf8-c652-41b7-b023-c9b18672f69a", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack", "image_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-image", "inst_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-inst", "subnet_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-subnet", "flavor_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-flavor-name", "net_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack", "stack_user_project_id": "0f08aeb4dd024f23aee65d6a91c7b2e0", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-08-12T08:39:09Z", "links": [{"href": "http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack/38d3ecf8-c652-41b7-b023-c9b18672f69a", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-08-12T08:39:32Z", "id": "38d3ecf8-c652-41b7-b023-c9b18672f69a", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-12 08:39:43,409 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack/38d3ecf8-c652-41b7-b023-c9b18672f69a used request id req-466edebf-7d39-4c9d-8a5f-c43063fd416c 2018-08-12 08:39:43,412 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/38d3ecf8-c652-41b7-b023-c9b18672f69a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fba47168bc2538f55ff4fc2be779d0b1ee684ca8" 2018-08-12 08:39:43,438 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:39:43 GMT Server: Apache x-openstack-request-id: req-d3cfe336-b706-4a08-8b3b-edcdd6773e08 Location: http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack/38d3ecf8-c652-41b7-b023-c9b18672f69a Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack/38d3ecf8-c652-41b7-b023-c9b18672f69a;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:39:43,641 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:39:43 GMT Server: Apache x-openstack-request-id: req-309a571d-615b-4fbd-9473-34bd2eb92239 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 554 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "6e148b2e61b7493490243c2f64353a90", "OS::stack_id": "38d3ecf8-c652-41b7-b023-c9b18672f69a", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack", "image_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-image", "inst_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-inst", "subnet_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-subnet", "flavor_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-flavor-name", "net_name": "CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack", "stack_user_project_id": "0f08aeb4dd024f23aee65d6a91c7b2e0", "tags": null, "creation_time": "2018-08-12T08:39:09Z", "links": [{"href": "http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack/38d3ecf8-c652-41b7-b023-c9b18672f69a", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-08-12T08:39:32Z", "id": "38d3ecf8-c652-41b7-b023-c9b18672f69a", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Simple template to deploy a single compute instance"}} 2018-08-12 08:39:43,641 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack/38d3ecf8-c652-41b7-b023-c9b18672f69a used request id req-309a571d-615b-4fbd-9473-34bd2eb92239 2018-08-12 08:39:43,641 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack 2018-08-12 08:39:43,644 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/38d3ecf8-c652-41b7-b023-c9b18672f69a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d0f8e91f9cddb8b2a81a587a218c65c3136f2bb" 2018-08-12 08:39:43,672 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:39:43 GMT Server: Apache x-openstack-request-id: req-5eb9d7d4-0cc5-44b4-ab6b-da6a54ccb2d6 Location: http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack/38d3ecf8-c652-41b7-b023-c9b18672f69a Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack/38d3ecf8-c652-41b7-b023-c9b18672f69a;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:39:43,698 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:39:43 GMT Server: Apache x-openstack-request-id: req-078e7e32-56a4-4086-a29b-8e15d6d541e4 Content-Length: 279 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-08-12 08:39:43,698 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.21:8004/v1/6e148b2e61b7493490243c2f64353a90/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-stack/38d3ecf8-c652-41b7-b023-c9b18672f69a used request id req-078e7e32-56a4-4086-a29b-8e15d6d541e4 2018-08-12 08:39:43,699 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-9fbce1e5-42f0-4c33-9718-8268670f3bc1-image 2018-08-12 08:39:43,702 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/e64101f0-5e83-4873-ab65-b924e61dcbe4 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6ef9301979a735c2798e46e16d94412ec0da80e2" 2018-08-12 08:39:44,830 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-3699bb68-b4b0-4cec-9b86-a75b6dd5148d Date: Sun, 12 Aug 2018 08:39:44 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-12 08:39:44,830 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/e64101f0-5e83-4873-ab65-b924e61dcbe4 used request id req-3699bb68-b4b0-4cec-9b86-a75b6dd5148d 2018-08-12 08:39:44,834 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/flavors/5a613c95-39a4-4056-8c16-02f2678a85a1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb7ff0ad2ca4a6b815b727bc5e3b51c09ddfbe0c" 2018-08-12 08:39:44,865 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 08:39: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-c5c61167-33b5-4069-a85a-ab42d685b3b4 x-compute-request-id: req-c5c61167-33b5-4069-a85a-ab42d685b3b4 Content-Length: 0 Content-Type: application/json 2018-08-12 08:39:44,865 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/5a613c95-39a4-4056-8c16-02f2678a85a1 used request id req-c5c61167-33b5-4069-a85a-ab42d685b3b4 2018-08-12 08:39:44,866 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:39:44,866 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:39:44,866 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:39:44,867 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:39:44,867 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:39:44,873 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cf7274cbfb840166e05b568103572d699e43a08" 2018-08-12 08:39:45,138 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 45548 X-Openstack-Request-Id: req-bc56a70e-b857-44e5-949e-682696a49f7f Date: Sun, 12 Aug 2018 08:39:45 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "created_at": "2018-08-12T06:59:44Z", "updated_at": "2018-08-12T06:59:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "1d7fd960-7865-4453-aecc-8d399b4fad21", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "66820d8a-b785-4b18-bd67-500221c8e4f9", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "74fc7638-a322-4841-8c47-06d36174a200", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "8eaa09ec-8419-4582-9312-1e527afe6e4b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}], "revision_number": 4, "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "created_at": "2018-08-12T05:12:34Z", "updated_at": "2018-08-12T05:12:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "709513d2-af7d-4d0b-bd3c-604fed75a711", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "aa346066-e46f-44f2-94be-2884aa998a19", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "c15f7b93-e56c-4afa-867d-2acb286d4b7b", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "cb0ef83f-5f70-4a80-ad35-431ca9df551e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}], "revision_number": 4, "project_id": "fa5a7fe6ee54472ba01638877aade8e3", "id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ea65becf30e54b27aa96a449698a435e", "created_at": "2018-08-12T05:10:35Z", "updated_at": "2018-08-12T05:10:35Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "30ad280c-f302-4cd4-a438-5139917b56f9", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "76115c4c-887d-4f0a-83e2-486e4b39c713", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "8ab14937-4c08-4d43-8a9a-662e622cc643", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "ee757a03-5662-4273-9c3e-6212e7afb48f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}], "revision_number": 4, "project_id": "ea65becf30e54b27aa96a449698a435e", "id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "created_at": "2018-08-12T06:20:09Z", "updated_at": "2018-08-12T06:20:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "1123b8f2-75ac-4a26-b9b2-a96da97408e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "2ddd2b93-e080-48cd-9a50-f5fe8a82ad0c", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "cd1bae62-0aea-4438-b4c3-50a69ae6f855", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "e398e01e-ceea-46d1-9534-b929808c4a5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}], "revision_number": 4, "project_id": "ff7abd7bb61f4f2889831e932d65dc2e", "id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "created_at": "2018-08-12T05:34:57Z", "updated_at": "2018-08-12T05:34:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "208a1c1e-f5f8-49c7-9a25-d07e68b1541f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "27bfd867-e607-4bf8-9de8-60682d3f771d", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "49360e1f-6fd3-4f35-b339-24cea95773ee", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "60f631a9-d305-4920-9631-d0543e2ac64f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}], "revision_number": 4, "project_id": "3a85ceae958d4d9fba68847e7df67db8", "id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "created_at": "2018-08-12T05:34:40Z", "updated_at": "2018-08-12T05:34:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "2192c259-363e-4768-ae73-e75837ad63b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "3f87ddc5-f84d-41dc-8215-847724782569", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "7d89f6da-ea78-49dd-9115-f9ad23b250bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "9ec4497d-0f65-44db-9be9-7b3042e4a584", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}], "revision_number": 4, "project_id": "85517fcf1c6247e699fdcdd42ecc8c79", "id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "created_at": "2018-08-12T05:16:02Z", "updated_at": "2018-08-12T05:16:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "1ecacd8c-c1c7-4a66-9871-406a69323b43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "3cc1750c-e0e7-4902-b6f3-494a161b832e", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "d719a7a4-8c99-44ed-8c12-6bf071890203", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "fe7421b5-d577-41da-8c78-62f3c07eda92", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}], "revision_number": 4, "project_id": "a267b9a156244bb192691cff6e5f74fe", "id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "315a428116f24d9fbb826b37080a918e", "created_at": "2018-08-12T05:11:31Z", "updated_at": "2018-08-12T05:11:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "5e52886a-1dc3-4a81-a55d-f388dc4fd1a1", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "678e32e4-d64c-448a-a4ab-e253ab94ae90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "a8da1539-e3ad-4f90-b2df-3dc1f09d228a", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "b73d5cc9-0205-4658-bb1f-61a042c0ab8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}], "revision_number": 4, "project_id": "315a428116f24d9fbb826b37080a918e", "id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-12T05:08:01Z", "updated_at": "2018-08-12T05:08:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:01Z", "revision_number": 0, "id": "0fb05d03-1117-45d0-930c-b6d4c96ef102", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "4faaab33-5788-4bbd-85b8-0fb44d41413a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "96d0c5a0-5c67-421b-8fc8-2b46d77e5db3", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "dd78519b-4bc5-4e8e-ad0f-58089dd69347", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "11a46741b7954b959fd7764109c047b6", "created_at": "2018-08-12T05:34:51Z", "updated_at": "2018-08-12T05:34:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "0b67bf3c-2289-43bb-ab6c-7d25ec32a279", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "51f3f833-337a-42bd-a8d5-742ea8d6c226", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "571fd0b5-ef90-408d-af33-aafb517b8993", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "944ba823-fb9c-496e-a66e-bb426bb14a8d", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}], "revision_number": 4, "project_id": "11a46741b7954b959fd7764109c047b6", "id": "90af9782-8112-4257-801d-ee5115d226ba", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "created_at": "2018-08-12T05:34:26Z", "updated_at": "2018-08-12T05:34:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "2ee1f63a-807c-4d6a-85ee-dd784f6b8c3f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5dec3ec2-2add-47dd-8618-90659dcf3885", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5ea0dc3e-49d0-43f0-94e9-f6443527d14c", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "fbfaca22-7e3e-4128-8973-43e439b77c28", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}], "revision_number": 4, "project_id": "3c01cd58055c44ecaef39f7e625c2258", "id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "521007c1818145639e93ceb270559219", "created_at": "2018-08-12T05:13:27Z", "updated_at": "2018-08-12T05:13:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "5e7fede5-b0f2-47d8-95c3-516cdfc7f9de", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "8fd0e36f-c6c4-4f64-ba97-40439e614448", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "db7d79de-1dfc-4138-945f-91e74cdc266b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "e87f2cff-ff3e-4b6d-aaf0-7f0eb0ab9f05", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}], "revision_number": 4, "project_id": "521007c1818145639e93ceb270559219", "id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6e148b2e61b7493490243c2f64353a90", "created_at": "2018-08-12T08:39:10Z", "updated_at": "2018-08-12T08:39:10Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:39:10Z", "revision_number": 0, "id": "22e246e7-7e46-4f34-abb8-49c6fc97a271", "remote_group_id": "c2fa1f89-99c3-4a09-9c2e-ca207fafa325", "remote_ip_prefix": null, "created_at": "2018-08-12T08:39:10Z", "security_group_id": "c2fa1f89-99c3-4a09-9c2e-ca207fafa325", "tenant_id": "6e148b2e61b7493490243c2f64353a90", "port_range_min": null, "ethertype": "IPv4", "project_id": "6e148b2e61b7493490243c2f64353a90"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:39:10Z", "revision_number": 0, "id": "2ec0b3a3-7ce1-419c-9207-298f159aba47", "remote_group_id": "c2fa1f89-99c3-4a09-9c2e-ca207fafa325", "remote_ip_prefix": null, "created_at": "2018-08-12T08:39:10Z", "security_group_id": "c2fa1f89-99c3-4a09-9c2e-ca207fafa325", "tenant_id": "6e148b2e61b7493490243c2f64353a90", "port_range_min": null, "ethertype": "IPv6", "project_id": "6e148b2e61b7493490243c2f64353a90"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:39:10Z", "revision_number": 0, "id": "4cae1e82-34b5-4995-b67f-5a2f5072b664", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:39:10Z", "security_group_id": "c2fa1f89-99c3-4a09-9c2e-ca207fafa325", "tenant_id": "6e148b2e61b7493490243c2f64353a90", "port_range_min": null, "ethertype": "IPv6", "project_id": "6e148b2e61b7493490243c2f64353a90"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:39:10Z", "revision_number": 0, "id": "89d1ccdb-e192-4f3e-8e20-242f1349a8af", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:39:10Z", "security_group_id": "c2fa1f89-99c3-4a09-9c2e-ca207fafa325", "tenant_id": "6e148b2e61b7493490243c2f64353a90", "port_range_min": null, "ethertype": "IPv4", "project_id": "6e148b2e61b7493490243c2f64353a90"}], "revision_number": 4, "project_id": "6e148b2e61b7493490243c2f64353a90", "id": "c2fa1f89-99c3-4a09-9c2e-ca207fafa325", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "created_at": "2018-08-12T05:08:18Z", "updated_at": "2018-08-12T05:08:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "3c67be40-bf74-4f97-9693-d93ce73a23b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "6112d869-2fc6-4a25-a13c-3d55cd7206c0", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "bdf21c56-453e-482e-9cba-3c55abcb0339", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "c8e92c39-38cc-4f48-be9c-5f0912e6a725", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}], "revision_number": 4, "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "created_at": "2018-08-12T05:04:23Z", "updated_at": "2018-08-12T05:04:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "280546d9-8ad1-4283-abfc-15ee9b1736c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "58bce125-f2ca-4a6d-b9ca-4e6cf5c0f7a5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "69275b9a-cfb5-482c-a9c4-8ffc79adf2c7", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "6d747f3a-3764-469a-a645-f977585c5aac", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}], "revision_number": 4, "project_id": "310f5853751a4c968f3eeb0a3d99a0a8", "id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "created_at": "2018-08-12T05:34:42Z", "updated_at": "2018-08-12T05:34:42Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "199582e8-25aa-457a-aa7c-6d8413ca4464", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "234f3609-4454-448f-919d-c8143c7cd764", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "c1061460-71a2-49a9-a04b-9fa33eeb17ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "d21ac532-51d8-4d6b-8300-7bac216759bf", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}], "revision_number": 4, "project_id": "9f6c1a272706419c9a74b0893b2890e8", "id": "d6739716-c693-460c-89c6-e7c8c48f8245", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "created_at": "2018-08-12T05:34:54Z", "updated_at": "2018-08-12T05:34:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "0633a05a-ee7d-4476-a56b-75d011b22f77", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "6cc1b9f8-73db-47a3-a0e0-3c96c43f34da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "90d99a6b-e94f-4fd8-a10c-f19dd8954c13", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "e843c139-af2a-4d2c-a24f-59f7b10ff72e", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}], "revision_number": 4, "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "created_at": "2018-08-12T05:09:07Z", "updated_at": "2018-08-12T05:09:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "5495e168-f505-4d74-ae6d-387f0bf533c2", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "6fd19b8b-3062-456e-81ba-3ff37fe43429", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8ca59d25-485c-46ce-939c-2e4a468caeac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8f190846-50a0-42b9-b571-390809b752b1", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}], "revision_number": 4, "project_id": "fa9ca6d7608b4d7d87ce97331679a481", "id": "edcd9b17-9416-4c25-823c-060c435e18d7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "created_at": "2018-08-12T05:34:52Z", "updated_at": "2018-08-12T05:34:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "2c7e484e-6ec5-4a95-8c9c-66d294c0c27e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "70c74258-3c2c-4efc-87e0-079c26ee3417", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "b70382fa-082e-4c2b-abc8-87490fa50b11", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "c3628e02-b4b6-42c9-8751-c1a2d3c19caa", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}], "revision_number": 4, "project_id": "87db863ba6e348b0a5ddcb67053db9d1", "id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "name": "default"}]} 2018-08-12 08:39:45,140 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-bc56a70e-b857-44e5-949e-682696a49f7f 2018-08-12 08:39:45,148 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cf7274cbfb840166e05b568103572d699e43a08" 2018-08-12 08:39:45,243 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:39:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0f3ce853-1d8e-4155-8c01-b6c652b104a9 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 5fe28c13d4d74ba2be8d019ac1ea6363.", "code": 404, "title": "Not Found"}} 2018-08-12 08:39:45,243 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 used request id req-0f3ce853-1d8e-4155-8c01-b6c652b104a9 2018-08-12 08:39:45,244 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:39:45,247 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cf7274cbfb840166e05b568103572d699e43a08" 2018-08-12 08:39:45,339 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:39:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-236129dd-e6e7-4797-b948-0866fde93203 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa5a7fe6ee54472ba01638877aade8e3.", "code": 404, "title": "Not Found"}} 2018-08-12 08:39:45,339 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 used request id req-236129dd-e6e7-4797-b948-0866fde93203 2018-08-12 08:39:45,339 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:39:45,343 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cf7274cbfb840166e05b568103572d699e43a08" 2018-08-12 08:39:45,427 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:39:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-14fada8a-ce9e-4033-976d-2b12d3599a89 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ea65becf30e54b27aa96a449698a435e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:39:45,427 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e used request id req-14fada8a-ce9e-4033-976d-2b12d3599a89 2018-08-12 08:39:45,427 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:39:45,431 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cf7274cbfb840166e05b568103572d699e43a08" 2018-08-12 08:39:45,519 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:39:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-08110178-ceb6-4495-b98b-9a027cc06893 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ff7abd7bb61f4f2889831e932d65dc2e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:39:45,519 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e used request id req-08110178-ceb6-4495-b98b-9a027cc06893 2018-08-12 08:39:45,519 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:39:45,523 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cf7274cbfb840166e05b568103572d699e43a08" 2018-08-12 08:39:45,611 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:39:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-72956157-a3fb-47df-8ff9-28c4805cd8b9 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3a85ceae958d4d9fba68847e7df67db8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:39:45,611 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 used request id req-72956157-a3fb-47df-8ff9-28c4805cd8b9 2018-08-12 08:39:45,611 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:39:45,615 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cf7274cbfb840166e05b568103572d699e43a08" 2018-08-12 08:39:45,703 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:39:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2f15da8a-47b7-4f9b-a457-d56d91d6fc59 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 85517fcf1c6247e699fdcdd42ecc8c79.", "code": 404, "title": "Not Found"}} 2018-08-12 08:39:45,704 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 used request id req-2f15da8a-47b7-4f9b-a457-d56d91d6fc59 2018-08-12 08:39:45,704 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:39:45,707 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cf7274cbfb840166e05b568103572d699e43a08" 2018-08-12 08:39:45,797 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:39:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-90cf32f0-4b4f-4805-b472-09447966ced2 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}} 2018-08-12 08:39:45,797 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe used request id req-90cf32f0-4b4f-4805-b472-09447966ced2 2018-08-12 08:39:45,800 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cf7274cbfb840166e05b568103572d699e43a08" 2018-08-12 08:39:45,887 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:39:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-764f76eb-26d1-4e3e-b2c7-2d8f68736b8e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 315a428116f24d9fbb826b37080a918e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:39:45,887 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e used request id req-764f76eb-26d1-4e3e-b2c7-2d8f68736b8e 2018-08-12 08:39:45,887 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:39:45,891 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cf7274cbfb840166e05b568103572d699e43a08" 2018-08-12 08:39:46,001 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:39:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d8751afa-b175-4827-8140-06c3c56e7d47 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 11a46741b7954b959fd7764109c047b6.", "code": 404, "title": "Not Found"}} 2018-08-12 08:39:46,002 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 used request id req-d8751afa-b175-4827-8140-06c3c56e7d47 2018-08-12 08:39:46,002 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:39:46,005 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cf7274cbfb840166e05b568103572d699e43a08" 2018-08-12 08:39:46,091 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:39:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8c034d1f-8b6d-420c-9506-5f50d5d655b9 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3c01cd58055c44ecaef39f7e625c2258.", "code": 404, "title": "Not Found"}} 2018-08-12 08:39:46,091 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 used request id req-8c034d1f-8b6d-420c-9506-5f50d5d655b9 2018-08-12 08:39:46,091 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:39:46,095 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cf7274cbfb840166e05b568103572d699e43a08" 2018-08-12 08:39:46,187 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:39:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f1e11b87-abe6-4c92-b3fb-46e3fa40a841 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 521007c1818145639e93ceb270559219.", "code": 404, "title": "Not Found"}} 2018-08-12 08:39:46,187 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 used request id req-f1e11b87-abe6-4c92-b3fb-46e3fa40a841 2018-08-12 08:39:46,187 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:39:46,191 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/6e148b2e61b7493490243c2f64353a90 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cf7274cbfb840166e05b568103572d699e43a08" 2018-08-12 08:39:46,287 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:39:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a96969ed-18c6-479c-bac6-3b4d808123ed Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/6e148b2e61b7493490243c2f64353a90"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "6e148b2e61b7493490243c2f64353a90", "name": "CreateStackSuccessTests-2a4c7784-b028-4a2-proj"}} 2018-08-12 08:39:46,288 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/6e148b2e61b7493490243c2f64353a90 used request id req-a96969ed-18c6-479c-bac6-3b4d808123ed 2018-08-12 08:39:46,288 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c2fa1f89-99c3-4a09-9c2e-ca207fafa325 2018-08-12 08:39:46,292 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=c2fa1f89-99c3-4a09-9c2e-ca207fafa325 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cf7274cbfb840166e05b568103572d699e43a08" 2018-08-12 08:39:46,479 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-c01fdaa7-59c8-41cf-b33a-545dbab5c8ff Date: Sun, 12 Aug 2018 08:39:46 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "c2fa1f89-99c3-4a09-9c2e-ca207fafa325", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:39:10Z", "security_group_id": "c2fa1f89-99c3-4a09-9c2e-ca207fafa325", "port_range_min": null, "revision_number": 0, "tenant_id": "6e148b2e61b7493490243c2f64353a90", "created_at": "2018-08-12T08:39:10Z", "project_id": "6e148b2e61b7493490243c2f64353a90", "id": "22e246e7-7e46-4f34-abb8-49c6fc97a271"}, {"remote_group_id": "c2fa1f89-99c3-4a09-9c2e-ca207fafa325", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:39:10Z", "security_group_id": "c2fa1f89-99c3-4a09-9c2e-ca207fafa325", "port_range_min": null, "revision_number": 0, "tenant_id": "6e148b2e61b7493490243c2f64353a90", "created_at": "2018-08-12T08:39:10Z", "project_id": "6e148b2e61b7493490243c2f64353a90", "id": "2ec0b3a3-7ce1-419c-9207-298f159aba47"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:39:10Z", "security_group_id": "c2fa1f89-99c3-4a09-9c2e-ca207fafa325", "port_range_min": null, "revision_number": 0, "tenant_id": "6e148b2e61b7493490243c2f64353a90", "created_at": "2018-08-12T08:39:10Z", "project_id": "6e148b2e61b7493490243c2f64353a90", "id": "4cae1e82-34b5-4995-b67f-5a2f5072b664"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:39:10Z", "security_group_id": "c2fa1f89-99c3-4a09-9c2e-ca207fafa325", "port_range_min": null, "revision_number": 0, "tenant_id": "6e148b2e61b7493490243c2f64353a90", "created_at": "2018-08-12T08:39:10Z", "project_id": "6e148b2e61b7493490243c2f64353a90", "id": "89d1ccdb-e192-4f3e-8e20-242f1349a8af"}]} 2018-08-12 08:39:46,479 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=c2fa1f89-99c3-4a09-9c2e-ca207fafa325 used request id req-c01fdaa7-59c8-41cf-b33a-545dbab5c8ff 2018-08-12 08:39:46,480 - neutron_utils - INFO - Deleting security group with name - default 2018-08-12 08:39:46,485 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/c2fa1f89-99c3-4a09-9c2e-ca207fafa325 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cf7274cbfb840166e05b568103572d699e43a08" 2018-08-12 08:39:46,844 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-6ebf88a2-9b46-4e1b-a086-00f7cfa44ea6 Content-Length: 0 Date: Sun, 12 Aug 2018 08:39:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:39:46,844 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/c2fa1f89-99c3-4a09-9c2e-ca207fafa325 used request id req-6ebf88a2-9b46-4e1b-a086-00f7cfa44ea6 2018-08-12 08:39:46,845 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-2a4c7784-b028-4a2-proj 2018-08-12 08:39:46,848 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/6e148b2e61b7493490243c2f64353a90 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cf7274cbfb840166e05b568103572d699e43a08" 2018-08-12 08:39:47,141 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:39:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2c979858-b932-4b49-b5ee-86290389f9eb 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 08:39:47,142 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/6e148b2e61b7493490243c2f64353a90 used request id req-2c979858-b932-4b49-b5ee-86290389f9eb 2018-08-12 08:39:47,142 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-2a4c7784-b028-4a2-proj-role 2018-08-12 08:39:47,145 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/d695a38f5408417caadcce29f811e9cb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cf7274cbfb840166e05b568103572d699e43a08" 2018-08-12 08:39:47,255 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:39:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f1300403-5a9b-4dc3-836f-ede0dedfe21f 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 08:39:47,255 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/d695a38f5408417caadcce29f811e9cb used request id req-f1300403-5a9b-4dc3-836f-ede0dedfe21f 2018-08-12 08:39:47,259 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cf7274cbfb840166e05b568103572d699e43a08" 2018-08-12 08:39:47,348 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:39:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a2cb62e8-5ae8-42a0-89ee-582e444d4a22 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:39:47,348 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-a2cb62e8-5ae8-42a0-89ee-582e444d4a22 2018-08-12 08:39:47,348 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-2a4c7784-b028-4a2-user 2018-08-12 08:39:47,352 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/ece166f6f7964a7287e04822c03ddd42 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d083156f368b2291e092b61071aeaddd1d49f26d" 2018-08-12 08:39:47,612 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:39:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-02b96210-9d05-42b6-ae79-118ef8149d00 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 08:39:47,613 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/ece166f6f7964a7287e04822c03ddd42 used request id req-02b96210-9d05-42b6-ae79-118ef8149d00 2018-08-12 08:39:47,614 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:39:48,011 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:39:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["lwDZ4NqAQ064nkkW538G2w"], "issued_at": "2018-08-12T08:39:48.000000Z"}} 2018-08-12 08:39:48,012 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}6a37bcaee06ee9e58d32b08b94ea8594c2d8731f" 2018-08-12 08:39:48,101 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:39:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-90baf941-aac9-48cf-bca6-a4ef0c247d19 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:39:48,101 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-90baf941-aac9-48cf-bca6-a4ef0c247d19 2018-08-12 08:39:48,102 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:39:48,103 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:39:48,490 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:39:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["tza7LwyVRAWDIOOAppCqJg"], "issued_at": "2018-08-12T08:39:48.000000Z"}} 2018-08-12 08:39:48,491 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}ce295fed2568a360aef93ac582c9e78f2382f82d" 2018-08-12 08:39:48,580 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:39:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dc5e88d0-a7c1-4c6b-a4ba-c9036fc5232c Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:39:48,580 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-dc5e88d0-a7c1-4c6b-a4ba-c9036fc5232c 2018-08-12 08:39:48,584 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:39:48,589 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:39:48 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:39:48,590 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-3beb3a9e-6b79-45f-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce295fed2568a360aef93ac582c9e78f2382f82d" 2018-08-12 08:39:48,676 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:39:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-97d6d94e-0df2-42b3-a0c0-b9885a46dc31 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-3beb3a9e-6b79-45f-proj", "previous": null, "next": null}, "projects": []} 2018-08-12 08:39:48,677 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-3beb3a9e-6b79-45f-proj used request id req-97d6d94e-0df2-42b3-a0c0-b9885a46dc31 2018-08-12 08:39:48,680 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce295fed2568a360aef93ac582c9e78f2382f82d" 2018-08-12 08:39:48,779 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:39:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-53cd4963-bda5-465d-91e7-395c1afa1cb6 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:39:48,779 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-53cd4963-bda5-465d-91e7-395c1afa1cb6 2018-08-12 08:39:48,783 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce295fed2568a360aef93ac582c9e78f2382f82d" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackSuccessTests-3beb3a9e-6b79-45f-proj"}}' 2018-08-12 08:39:48,926 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:39:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a2ecc9aa-caf1-4513-80a8-645f971dbfb2 Content-Length: 320 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/ed5bc12d2d114badad308fe832ec0663"}, "tags": [], "enabled": true, "id": "ed5bc12d2d114badad308fe832ec0663", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-3beb3a9e-6b79-45f-proj"}} 2018-08-12 08:39:48,927 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-a2ecc9aa-caf1-4513-80a8-645f971dbfb2 2018-08-12 08:39:48,927 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-3beb3a9e-6b79-45f-proj 2018-08-12 08:39:48,927 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:39:48,928 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:39:49,320 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:39:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["hoLUVMMWRZCNdY75C5BssA"], "issued_at": "2018-08-12T08:39:49.000000Z"}} 2018-08-12 08:39:49,321 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}47893300addd414e235cedcf987ea6bd64cdec9e" 2018-08-12 08:39:49,406 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:39:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b372fd5e-1add-41f1-b0a5-03a3b629f98c Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:39:49,406 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-b372fd5e-1add-41f1-b0a5-03a3b629f98c 2018-08-12 08:39:49,410 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:39:49,415 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:39:49 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:39:49,416 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47893300addd414e235cedcf987ea6bd64cdec9e" 2018-08-12 08:39:49,521 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:39:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e771afb3-1bb2-49c2-939a-7c0bf47c504b Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/105a247548624314b9228f85f6325f0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105a247548624314b9228f85f6325f0b", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/1c5de0eaa44543f08da6ad63a51594ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c5de0eaa44543f08da6ad63a51594ff", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/1d127b5b832547a88a547c116dfdd65b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d127b5b832547a88a547c116dfdd65b", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/1d5cfc170d624ce4ae53ae0507c8d517"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d5cfc170d624ce4ae53ae0507c8d517", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/2421820b75eb4d3ebd02830378d1377b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2421820b75eb4d3ebd02830378d1377b", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/40bd8ee54ecf44868cc83cede652c396"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40bd8ee54ecf44868cc83cede652c396", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/4f32fb8153854c4c9f5094b42b523f80"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f32fb8153854c4c9f5094b42b523f80", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7066130d08fb4db7bf4ab468de53933b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7066130d08fb4db7bf4ab468de53933b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/8d0898a83bcf4521bbc11501d5d7ac89"}, "domain_id": "1eec97585bde483292ece28ee11f4b8d", "enabled": true, "options": {}, "id": "8d0898a83bcf4521bbc11501d5d7ac89", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/9defcced327d476f8a3beab718a13da3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9defcced327d476f8a3beab718a13da3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/b80ee4f6992446e0879624dd436e99a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b80ee4f6992446e0879624dd436e99a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b86fd3e011324d398fcdb6f095a20a9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b86fd3e011324d398fcdb6f095a20a9d", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1701d2754064b5cadf765ea0806f9b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1701d2754064b5cadf765ea0806f9b2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/db4e7b8d76d549faa502716565c733dd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db4e7b8d76d549faa502716565c733dd", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-12 08:39:49,521 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-e771afb3-1bb2-49c2-939a-7c0bf47c504b 2018-08-12 08:39:49,525 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateStackSuccessTests-3beb3a9e-6b79-45f-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47893300addd414e235cedcf987ea6bd64cdec9e" 2018-08-12 08:39:49,620 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:39:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cfaba1ce-c54a-49ea-85fc-a3eb81571079 Content-Encoding: gzip Content-Length: 259 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateStackSuccessTests-3beb3a9e-6b79-45f-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/ed5bc12d2d114badad308fe832ec0663"}, "tags": [], "enabled": true, "id": "ed5bc12d2d114badad308fe832ec0663", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-3beb3a9e-6b79-45f-proj"}]} 2018-08-12 08:39:49,621 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateStackSuccessTests-3beb3a9e-6b79-45f-proj used request id req-cfaba1ce-c54a-49ea-85fc-a3eb81571079 2018-08-12 08:39:49,624 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47893300addd414e235cedcf987ea6bd64cdec9e" 2018-08-12 08:39:49,729 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:39:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9b8e385c-997c-4ce0-a26f-6bf8724461fb Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:39:49,730 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-9b8e385c-997c-4ce0-a26f-6bf8724461fb 2018-08-12 08:39:50,062 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47893300addd414e235cedcf987ea6bd64cdec9e" 2018-08-12 08:39:50,157 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:39:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fcc74943-2f87-48bf-9320-adbdda4d93d1 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:39:50,158 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-fcc74943-2f87-48bf-9320-adbdda4d93d1 2018-08-12 08:39:50,161 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateStackSuccessTests-3beb3a9e-6b79-45f-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47893300addd414e235cedcf987ea6bd64cdec9e" 2018-08-12 08:39:50,253 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:39:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9714b02e-f909-437f-a135-9511d9c5974f Content-Encoding: gzip Content-Length: 259 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateStackSuccessTests-3beb3a9e-6b79-45f-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/ed5bc12d2d114badad308fe832ec0663"}, "tags": [], "enabled": true, "id": "ed5bc12d2d114badad308fe832ec0663", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-3beb3a9e-6b79-45f-proj"}]} 2018-08-12 08:39:50,253 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateStackSuccessTests-3beb3a9e-6b79-45f-proj used request id req-9714b02e-f909-437f-a135-9511d9c5974f 2018-08-12 08:39:50,254 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-3beb3a9e-6b79-45f-user 2018-08-12 08:39:50,254 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:39:50,258 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce295fed2568a360aef93ac582c9e78f2382f82d" 2018-08-12 08:39:50,342 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:39:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-65bd1686-0f93-4380-a4d0-35f162b55f0d Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:39:50,342 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-65bd1686-0f93-4380-a4d0-35f162b55f0d 2018-08-12 08:39:50,346 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce295fed2568a360aef93ac582c9e78f2382f82d" -d '{"role": {"name": "CreateStackSuccessTests-3beb3a9e-6b79-45f-proj-role"}}' 2018-08-12 08:39:50,486 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:39:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0efe6f99-d1de-4557-9566-88fb5e7a9c0e Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "0c99ec11dc1643c9a1e805c09bd28643", "links": {"self": "http://172.30.9.21:5000/v3/roles/0c99ec11dc1643c9a1e805c09bd28643"}, "name": "CreateStackSuccessTests-3beb3a9e-6b79-45f-proj-role"}} 2018-08-12 08:39:50,486 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-0efe6f99-d1de-4557-9566-88fb5e7a9c0e 2018-08-12 08:39:50,487 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-3beb3a9e-6b79-45f-proj-role 2018-08-12 08:39:50,490 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/0c99ec11dc1643c9a1e805c09bd28643 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce295fed2568a360aef93ac582c9e78f2382f82d" 2018-08-12 08:39:50,586 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:39:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c406eede-0917-4d4d-85ad-23b8c1ba9b26 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "0c99ec11dc1643c9a1e805c09bd28643", "links": {"self": "http://172.30.9.21:5000/v3/roles/0c99ec11dc1643c9a1e805c09bd28643"}, "name": "CreateStackSuccessTests-3beb3a9e-6b79-45f-proj-role"}} 2018-08-12 08:39:50,586 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/0c99ec11dc1643c9a1e805c09bd28643 used request id req-c406eede-0917-4d4d-85ad-23b8c1ba9b26 2018-08-12 08:39:50,587 - keystone_utils - INFO - Granting role CreateStackSuccessTests-3beb3a9e-6b79-45f-proj-role to project CreateStackSuccessTests-3beb3a9e-6b79-45f-proj 2018-08-12 08:39:50,590 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/ed5bc12d2d114badad308fe832ec0663/users/74edeb0103184a3aa69e244b51628695/roles/0c99ec11dc1643c9a1e805c09bd28643 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce295fed2568a360aef93ac582c9e78f2382f82d" 2018-08-12 08:39:50,715 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:39:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fc90dcb7-a29d-4a37-94ac-14204ea985f2 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 08:39:50,715 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/ed5bc12d2d114badad308fe832ec0663/users/74edeb0103184a3aa69e244b51628695/roles/0c99ec11dc1643c9a1e805c09bd28643 used request id req-fc90dcb7-a29d-4a37-94ac-14204ea985f2 2018-08-12 08:39:50,716 - heat_utils - DEBUG - Retrieving Heat Client 2018-08-12 08:39:50,716 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-08-12 08:39:50,716 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:39:50,717 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:39:51,118 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0c99ec11dc1643c9a1e805c09bd28643", "name": "CreateStackSuccessTests-3beb3a9e-6b79-45f-proj-role"}], "expires_at": "2018-08-12T09:39:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ed5bc12d2d114badad308fe832ec0663", "name": "CreateStackSuccessTests-3beb3a9e-6b79-45f-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/ed5bc12d2d114badad308fe832ec0663", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/ed5bc12d2d114badad308fe832ec0663", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/ed5bc12d2d114badad308fe832ec0663", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_ed5bc12d2d114badad308fe832ec0663", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_ed5bc12d2d114badad308fe832ec0663", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/ed5bc12d2d114badad308fe832ec0663", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/ed5bc12d2d114badad308fe832ec0663", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/ed5bc12d2d114badad308fe832ec0663", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/ed5bc12d2d114badad308fe832ec0663", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/ed5bc12d2d114badad308fe832ec0663", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/ed5bc12d2d114badad308fe832ec0663", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/ed5bc12d2d114badad308fe832ec0663", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/ed5bc12d2d114badad308fe832ec0663", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/ed5bc12d2d114badad308fe832ec0663", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-3beb3a9e-6b79-45f-user", "id": "74edeb0103184a3aa69e244b51628695"}, "audit_ids": ["e9qX9k88TTy1UJPO2-HxQg"], "issued_at": "2018-08-12T08:39:51.000000Z"}} 2018-08-12 08:39:51,118 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}63b5d016750e93c212c9b26ff2577dbf832c580a" 2018-08-12 08:39:51,205 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:39:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-58567f2b-2a12-4ee7-b1e7-4f53361afbaa Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:39:51,206 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-58567f2b-2a12-4ee7-b1e7-4f53361afbaa 2018-08-12 08:39:51,209 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}63b5d016750e93c212c9b26ff2577dbf832c580a" 2018-08-12 08:39:51,413 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 168 Content-Type: application/json X-Openstack-Request-Id: req-e48d4a0a-a318-44bd-9d38-af41234dac44 Date: Sun, 12 Aug 2018 08:39:51 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-image"} 2018-08-12 08:39:51,413 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-image used request id req-e48d4a0a-a318-44bd-9d38-af41234dac44 2018-08-12 08:39:51,416 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}63b5d016750e93c212c9b26ff2577dbf832c580a" 2018-08-12 08:39:51,587 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-bf64e603-dec1-457e-b96e-af5c789df879 Date: Sun, 12 Aug 2018 08:39:51 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"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}, "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}, "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"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "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"}, "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"}, "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}, "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}, "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"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "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}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-12 08:39:51,587 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-bf64e603-dec1-457e-b96e-af5c789df879 2018-08-12 08:39:51,615 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}63b5d016750e93c212c9b26ff2577dbf832c580a" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-image"}' 2018-08-12 08:39:51,832 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 627 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/42bf76a7-1c09-442d-97c5-16081bcc2883 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-9fb98938-ba59-42e4-ad0a-e21f19aa042c Date: Sun, 12 Aug 2018 08:39:51 GMT RESP BODY: {"status": "queued", "name": "CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-image", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:39:51Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-08-12T08:39:51Z", "visibility": "shared", "locations": [], "self": "/v2/images/42bf76a7-1c09-442d-97c5-16081bcc2883", "min_disk": 0, "protected": false, "id": "42bf76a7-1c09-442d-97c5-16081bcc2883", "file": "/v2/images/42bf76a7-1c09-442d-97c5-16081bcc2883/file", "checksum": null, "owner": "ed5bc12d2d114badad308fe832ec0663", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-12 08:39:51,832 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-9fb98938-ba59-42e4-ad0a-e21f19aa042c 2018-08-12 08:39:51,843 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/42bf76a7-1c09-442d-97c5-16081bcc2883/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}63b5d016750e93c212c9b26ff2577dbf832c580a" -d '' 2018-08-12 08:39:52,701 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-165b3316-e1cd-46d6-b7b5-b14bdfcc4cf8 Date: Sun, 12 Aug 2018 08:39: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 08:39:52,701 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/42bf76a7-1c09-442d-97c5-16081bcc2883/file used request id req-165b3316-e1cd-46d6-b7b5-b14bdfcc4cf8 2018-08-12 08:39:52,702 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-12 08:39:52,705 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/42bf76a7-1c09-442d-97c5-16081bcc2883 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}63b5d016750e93c212c9b26ff2577dbf832c580a" 2018-08-12 08:39:52,894 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-55882781-c78e-4c19-8b17-523bb8b14b65 Date: Sun, 12 Aug 2018 08:39:52 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-image", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:39:51Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-12T08:39:52Z", "visibility": "shared", "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/42bf76a7-1c09-442d-97c5-16081bcc2883/snap", "metadata": {}}], "self": "/v2/images/42bf76a7-1c09-442d-97c5-16081bcc2883", "min_disk": 0, "protected": false, "id": "42bf76a7-1c09-442d-97c5-16081bcc2883", "file": "/v2/images/42bf76a7-1c09-442d-97c5-16081bcc2883/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "ed5bc12d2d114badad308fe832ec0663", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/42bf76a7-1c09-442d-97c5-16081bcc2883/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-12 08:39:52,894 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/42bf76a7-1c09-442d-97c5-16081bcc2883 used request id req-55882781-c78e-4c19-8b17-523bb8b14b65 2018-08-12 08:39:52,897 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}63b5d016750e93c212c9b26ff2577dbf832c580a" 2018-08-12 08:39:53,074 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-62fe4267-b8f5-49fc-beb4-d994ca6d16af Date: Sun, 12 Aug 2018 08:39:53 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"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}, "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}, "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"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "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"}, "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"}, "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}, "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}, "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"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "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}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-12 08:39:53,074 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-62fe4267-b8f5-49fc-beb4-d994ca6d16af 2018-08-12 08:39:53,077 - create_image - INFO - Created image with name - CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-image 2018-08-12 08:39:53,080 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/42bf76a7-1c09-442d-97c5-16081bcc2883 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}63b5d016750e93c212c9b26ff2577dbf832c580a" 2018-08-12 08:39:53,264 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-9ddd269b-0dbb-42fe-bc78-8a0c92e3fd01 Date: Sun, 12 Aug 2018 08:39:53 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-image", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:39:51Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-12T08:39:52Z", "visibility": "shared", "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/42bf76a7-1c09-442d-97c5-16081bcc2883/snap", "metadata": {}}], "self": "/v2/images/42bf76a7-1c09-442d-97c5-16081bcc2883", "min_disk": 0, "protected": false, "id": "42bf76a7-1c09-442d-97c5-16081bcc2883", "file": "/v2/images/42bf76a7-1c09-442d-97c5-16081bcc2883/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "ed5bc12d2d114badad308fe832ec0663", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/42bf76a7-1c09-442d-97c5-16081bcc2883/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-12 08:39:53,265 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/42bf76a7-1c09-442d-97c5-16081bcc2883 used request id req-9ddd269b-0dbb-42fe-bc78-8a0c92e3fd01 2018-08-12 08:39:53,265 - create_image - DEBUG - Instance status is - active 2018-08-12 08:39:53,265 - create_image - DEBUG - Image is active with name - CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-image 2018-08-12 08:39:53,265 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-image 2018-08-12 08:39:53,266 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:39:53,267 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:39:53,745 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:39:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["GvUDLD3-ST6K5zSPtYG6bw"], "issued_at": "2018-08-12T08:39:53.000000Z"}} 2018-08-12 08:39:53,746 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}19dbdd406c703178f796ba0c8e674352d0e6e7a9" 2018-08-12 08:39:53,759 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:39:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9f33f3de-afed-4c7f-8ad0-deff2d5c9cc7 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:39:53,759 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-9f33f3de-afed-4c7f-8ad0-deff2d5c9cc7 2018-08-12 08:39:53,760 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-12 08:39:53,764 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19dbdd406c703178f796ba0c8e674352d0e6e7a9" 2018-08-12 08:39:53,965 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:39: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-04ee7ee6-d88b-4394-8dfe-951caeb5ab81 x-compute-request-id: req-04ee7ee6-d88b-4394-8dfe-951caeb5ab81 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-08-12 08:39:53,966 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-04ee7ee6-d88b-4394-8dfe-951caeb5ab81 2018-08-12 08:39:53,969 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19dbdd406c703178f796ba0c8e674352d0e6e7a9" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-08-12 08:39:54,024 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:39: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-e58f7ebf-4b05-4fd5-9823-98bbb34988a5 x-compute-request-id: req-e58f7ebf-4b05-4fd5-9823-98bbb34988a5 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-flavor-name", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/68057fb8-b233-442b-8b15-f2c2b7c57223", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/68057fb8-b233-442b-8b15-f2c2b7c57223", "rel": "bookmark"}], "ram": 256, "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": "68057fb8-b233-442b-8b15-f2c2b7c57223"}} 2018-08-12 08:39:54,024 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-e58f7ebf-4b05-4fd5-9823-98bbb34988a5 2018-08-12 08:39:54,052 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:39:54,052 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:39:54,449 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0c99ec11dc1643c9a1e805c09bd28643", "name": "CreateStackSuccessTests-3beb3a9e-6b79-45f-proj-role"}], "expires_at": "2018-08-12T09:39:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ed5bc12d2d114badad308fe832ec0663", "name": "CreateStackSuccessTests-3beb3a9e-6b79-45f-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/ed5bc12d2d114badad308fe832ec0663", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/ed5bc12d2d114badad308fe832ec0663", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/ed5bc12d2d114badad308fe832ec0663", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_ed5bc12d2d114badad308fe832ec0663", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_ed5bc12d2d114badad308fe832ec0663", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/ed5bc12d2d114badad308fe832ec0663", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/ed5bc12d2d114badad308fe832ec0663", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/ed5bc12d2d114badad308fe832ec0663", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/ed5bc12d2d114badad308fe832ec0663", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/ed5bc12d2d114badad308fe832ec0663", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/ed5bc12d2d114badad308fe832ec0663", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/ed5bc12d2d114badad308fe832ec0663", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/ed5bc12d2d114badad308fe832ec0663", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/ed5bc12d2d114badad308fe832ec0663", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-3beb3a9e-6b79-45f-user", "id": "74edeb0103184a3aa69e244b51628695"}, "audit_ids": ["LpHeH_HASYGdVSxwPB5m2w"], "issued_at": "2018-08-12T08:39:54.000000Z"}} 2018-08-12 08:39:54,450 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}7cff771a8324a0a5dd26a98f85246cdcc116da36" 2018-08-12 08:39:54,532 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:39:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-20e3b132-7bd3-49fd-9238-f55596c4daf4 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:39:54,532 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-20e3b132-7bd3-49fd-9238-f55596c4daf4 2018-08-12 08:39:54,534 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:39:54,534 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:39:54,534 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:39:54,534 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:39:54,534 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:39:54,536 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-12 08:39:54,538 - heat_utils - DEBUG - Retrieving Heat Client 2018-08-12 08:39:54,541 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/ed5bc12d2d114badad308fe832ec0663/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7cff771a8324a0a5dd26a98f85246cdcc116da36" 2018-08-12 08:39:54,734 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:39:54 GMT Server: Apache x-openstack-request-id: req-43100db5-915a-444a-aca3-9525357d99d0 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-08-12 08:39:54,735 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ed5bc12d2d114badad308fe832ec0663/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-stack used request id req-43100db5-915a-444a-aca3-9525357d99d0 2018-08-12 08:39:54,738 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8004/v1/ed5bc12d2d114badad308fe832ec0663/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7cff771a8324a0a5dd26a98f85246cdcc116da36" -d '{"stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-stack", "template": {"heat_template_version": "2015-04-30", "description": "Simple template to deploy a single compute instance", "parameters": {"flavor_name": {"default": "m1.small", "type": "string", "description": "Type of instance (flavor) to be used", "label": "Instance Type"}, "inst_name": {"default": "test_vm", "type": "string", "description": "The name of the spawned vm", "label": "Test VM name"}, "subnet_name": {"default": "test_subnet", "type": "string", "description": "The name of the stack's subnet", "label": "Test subnet name"}, "net_name": {"default": "test_net", "type": "string", "description": "The name of the stack's network", "label": "Test network name"}, "image_name": {"default": "heat_utils_tests", "type": "string", "description": "Image to be used for compute instance", "label": "Image ID"}}, "resources": {"server1_port": {"type": "OS::Neutron::Port", "properties": {"network_id": {"get_resource": "private_net"}, "fixed_ips": [{"subnet_id": {"get_resource": "private_subnet"}}]}}, "private_subnet": {"type": "OS::Neutron::Subnet", "properties": {"network_id": {"get_resource": "private_net"}, "cidr": "10.0.0.0/24", "name": {"get_param": "subnet_name"}}}, "private_net": {"type": "OS::Neutron::Net", "properties": {"name": {"get_param": "net_name"}}}, "my_instance": {"type": "OS::Nova::Server", "properties": {"image": {"get_param": "image_name"}, "name": {"get_param": "inst_name"}, "flavor": {"get_param": "flavor_name"}, "networks": [{"port": {"get_resource": "server1_port"}}]}}}}, "parameters": {"net_name": "CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-net", "inst_name": "CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-inst", "subnet_name": "CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-subnet", "image_name": "CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-image", "flavor_name": "CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-flavor-name"}}' 2018-08-12 08:39:57,264 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:39:54 GMT Server: Apache x-openstack-request-id: req-f94a77e2-2e83-4255-a239-7c3774ca6e58 Location: http://172.30.9.21:8004/v1/ed5bc12d2d114badad308fe832ec0663/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-stack/eadbe42d-26bf-484a-8e2a-1cc0f6cbba4d Content-Length: 291 Content-Type: application/json RESP BODY: {"stack": {"id": "eadbe42d-26bf-484a-8e2a-1cc0f6cbba4d", "links": [{"href": "http://172.30.9.21:8004/v1/ed5bc12d2d114badad308fe832ec0663/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-stack/eadbe42d-26bf-484a-8e2a-1cc0f6cbba4d", "rel": "self"}]}} 2018-08-12 08:39:57,264 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.21:8004/v1/ed5bc12d2d114badad308fe832ec0663/stacks used request id req-f94a77e2-2e83-4255-a239-7c3774ca6e58 2018-08-12 08:39:57,267 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/ed5bc12d2d114badad308fe832ec0663/stacks/eadbe42d-26bf-484a-8e2a-1cc0f6cbba4d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7cff771a8324a0a5dd26a98f85246cdcc116da36" 2018-08-12 08:39:57,462 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:39:57 GMT Server: Apache x-openstack-request-id: req-adb7350f-73c4-4a04-a31b-636d7a9f1707 Location: http://172.30.9.21:8004/v1/ed5bc12d2d114badad308fe832ec0663/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-stack/eadbe42d-26bf-484a-8e2a-1cc0f6cbba4d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/ed5bc12d2d114badad308fe832ec0663/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-stack/eadbe42d-26bf-484a-8e2a-1cc0f6cbba4d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:39:57,685 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:39:57 GMT Server: Apache x-openstack-request-id: req-ab041d18-ba3f-44ed-825b-28228f419060 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 554 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "ed5bc12d2d114badad308fe832ec0663", "OS::stack_id": "eadbe42d-26bf-484a-8e2a-1cc0f6cbba4d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-stack", "image_name": "CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-image", "inst_name": "CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-inst", "subnet_name": "CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-subnet", "net_name": "CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-net", "flavor_name": "CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-stack", "stack_user_project_id": "c1f4e9bbc67d4b3e9ae749f495b0de12", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-12T08:39:56Z", "links": [{"href": "http://172.30.9.21:8004/v1/ed5bc12d2d114badad308fe832ec0663/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-stack/eadbe42d-26bf-484a-8e2a-1cc0f6cbba4d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "eadbe42d-26bf-484a-8e2a-1cc0f6cbba4d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-12 08:39:57,685 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ed5bc12d2d114badad308fe832ec0663/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-stack/eadbe42d-26bf-484a-8e2a-1cc0f6cbba4d used request id req-ab041d18-ba3f-44ed-825b-28228f419060 2018-08-12 08:39:57,686 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-stack 2018-08-12 08:39:57,688 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/ed5bc12d2d114badad308fe832ec0663/stacks/eadbe42d-26bf-484a-8e2a-1cc0f6cbba4d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7cff771a8324a0a5dd26a98f85246cdcc116da36" 2018-08-12 08:39:57,886 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:39:57 GMT Server: Apache x-openstack-request-id: req-e91c3d80-20b7-48ea-917e-1a2e61a6c77c Location: http://172.30.9.21:8004/v1/ed5bc12d2d114badad308fe832ec0663/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-stack/eadbe42d-26bf-484a-8e2a-1cc0f6cbba4d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/ed5bc12d2d114badad308fe832ec0663/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-stack/eadbe42d-26bf-484a-8e2a-1cc0f6cbba4d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:39:58,094 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:39:57 GMT Server: Apache x-openstack-request-id: req-02145678-3f27-408d-ae3a-deaf362cdaaf Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 554 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "ed5bc12d2d114badad308fe832ec0663", "OS::stack_id": "eadbe42d-26bf-484a-8e2a-1cc0f6cbba4d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-stack", "image_name": "CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-image", "inst_name": "CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-inst", "subnet_name": "CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-subnet", "net_name": "CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-net", "flavor_name": "CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-stack", "stack_user_project_id": "c1f4e9bbc67d4b3e9ae749f495b0de12", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-12T08:39:56Z", "links": [{"href": "http://172.30.9.21:8004/v1/ed5bc12d2d114badad308fe832ec0663/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-stack/eadbe42d-26bf-484a-8e2a-1cc0f6cbba4d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "eadbe42d-26bf-484a-8e2a-1cc0f6cbba4d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-12 08:39:58,094 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ed5bc12d2d114badad308fe832ec0663/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-stack/eadbe42d-26bf-484a-8e2a-1cc0f6cbba4d used request id req-02145678-3f27-408d-ae3a-deaf362cdaaf 2018-08-12 08:39:58,095 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-08-12 08:39:58,095 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-08-12 08:40:01,098 - create_stack - DEBUG - Stack status query timeout in 1196.58796 2018-08-12 08:40:01,101 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/ed5bc12d2d114badad308fe832ec0663/stacks/eadbe42d-26bf-484a-8e2a-1cc0f6cbba4d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7cff771a8324a0a5dd26a98f85246cdcc116da36" 2018-08-12 08:40:01,695 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:40:01 GMT Server: Apache x-openstack-request-id: req-b9dda050-f83a-4cb1-9b90-2236ce818223 Location: http://172.30.9.21:8004/v1/ed5bc12d2d114badad308fe832ec0663/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-stack/eadbe42d-26bf-484a-8e2a-1cc0f6cbba4d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/ed5bc12d2d114badad308fe832ec0663/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-stack/eadbe42d-26bf-484a-8e2a-1cc0f6cbba4d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:40:01,927 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:40:01 GMT Server: Apache x-openstack-request-id: req-37e201a5-ba6c-4f46-9871-d50ddbb3216a Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 554 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "ed5bc12d2d114badad308fe832ec0663", "OS::stack_id": "eadbe42d-26bf-484a-8e2a-1cc0f6cbba4d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-stack", "image_name": "CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-image", "inst_name": "CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-inst", "subnet_name": "CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-subnet", "net_name": "CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-net", "flavor_name": "CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-stack", "stack_user_project_id": "c1f4e9bbc67d4b3e9ae749f495b0de12", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-12T08:39:56Z", "links": [{"href": "http://172.30.9.21:8004/v1/ed5bc12d2d114badad308fe832ec0663/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-stack/eadbe42d-26bf-484a-8e2a-1cc0f6cbba4d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "eadbe42d-26bf-484a-8e2a-1cc0f6cbba4d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-12 08:40:01,927 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ed5bc12d2d114badad308fe832ec0663/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-stack/eadbe42d-26bf-484a-8e2a-1cc0f6cbba4d used request id req-37e201a5-ba6c-4f46-9871-d50ddbb3216a 2018-08-12 08:40:01,928 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-08-12 08:40:01,928 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-08-12 08:40:04,931 - create_stack - DEBUG - Stack status query timeout in 1192.75495291 2018-08-12 08:40:04,934 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/ed5bc12d2d114badad308fe832ec0663/stacks/eadbe42d-26bf-484a-8e2a-1cc0f6cbba4d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7cff771a8324a0a5dd26a98f85246cdcc116da36" 2018-08-12 08:40:05,121 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:40:04 GMT Server: Apache x-openstack-request-id: req-a5f7cb54-1e0b-4b67-94cc-519c17a7012a Location: http://172.30.9.21:8004/v1/ed5bc12d2d114badad308fe832ec0663/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-stack/eadbe42d-26bf-484a-8e2a-1cc0f6cbba4d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/ed5bc12d2d114badad308fe832ec0663/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-stack/eadbe42d-26bf-484a-8e2a-1cc0f6cbba4d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:40:05,414 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:40:05 GMT Server: Apache x-openstack-request-id: req-2b3e95cb-6cbf-4fa3-91fc-b6155d79fe6a Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 554 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "ed5bc12d2d114badad308fe832ec0663", "OS::stack_id": "eadbe42d-26bf-484a-8e2a-1cc0f6cbba4d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-stack", "image_name": "CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-image", "inst_name": "CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-inst", "subnet_name": "CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-subnet", "net_name": "CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-net", "flavor_name": "CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-stack", "stack_user_project_id": "c1f4e9bbc67d4b3e9ae749f495b0de12", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-12T08:39:56Z", "links": [{"href": "http://172.30.9.21:8004/v1/ed5bc12d2d114badad308fe832ec0663/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-stack/eadbe42d-26bf-484a-8e2a-1cc0f6cbba4d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "eadbe42d-26bf-484a-8e2a-1cc0f6cbba4d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-12 08:40:05,414 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ed5bc12d2d114badad308fe832ec0663/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-stack/eadbe42d-26bf-484a-8e2a-1cc0f6cbba4d used request id req-2b3e95cb-6cbf-4fa3-91fc-b6155d79fe6a 2018-08-12 08:40:05,415 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-08-12 08:40:05,415 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-08-12 08:40:08,418 - create_stack - DEBUG - Stack status query timeout in 1189.26787996 2018-08-12 08:40:08,421 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/ed5bc12d2d114badad308fe832ec0663/stacks/eadbe42d-26bf-484a-8e2a-1cc0f6cbba4d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7cff771a8324a0a5dd26a98f85246cdcc116da36" 2018-08-12 08:40:08,449 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:40:08 GMT Server: Apache x-openstack-request-id: req-767bd09a-d639-4322-b3ec-d2bbf3593d53 Location: http://172.30.9.21:8004/v1/ed5bc12d2d114badad308fe832ec0663/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-stack/eadbe42d-26bf-484a-8e2a-1cc0f6cbba4d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/ed5bc12d2d114badad308fe832ec0663/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-stack/eadbe42d-26bf-484a-8e2a-1cc0f6cbba4d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:40:08,657 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:40:08 GMT Server: Apache x-openstack-request-id: req-0f6cdd2d-650b-43b6-97a1-3014a9f548a1 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 554 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "ed5bc12d2d114badad308fe832ec0663", "OS::stack_id": "eadbe42d-26bf-484a-8e2a-1cc0f6cbba4d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-stack", "image_name": "CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-image", "inst_name": "CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-inst", "subnet_name": "CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-subnet", "net_name": "CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-net", "flavor_name": "CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-stack", "stack_user_project_id": "c1f4e9bbc67d4b3e9ae749f495b0de12", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-12T08:39:56Z", "links": [{"href": "http://172.30.9.21:8004/v1/ed5bc12d2d114badad308fe832ec0663/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-stack/eadbe42d-26bf-484a-8e2a-1cc0f6cbba4d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "eadbe42d-26bf-484a-8e2a-1cc0f6cbba4d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-12 08:40:08,658 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ed5bc12d2d114badad308fe832ec0663/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-stack/eadbe42d-26bf-484a-8e2a-1cc0f6cbba4d used request id req-0f6cdd2d-650b-43b6-97a1-3014a9f548a1 2018-08-12 08:40:08,658 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-08-12 08:40:08,658 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-08-12 08:40:11,662 - create_stack - DEBUG - Stack status query timeout in 1186.02459192 2018-08-12 08:40:11,664 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/ed5bc12d2d114badad308fe832ec0663/stacks/eadbe42d-26bf-484a-8e2a-1cc0f6cbba4d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7cff771a8324a0a5dd26a98f85246cdcc116da36" 2018-08-12 08:40:11,867 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:40:11 GMT Server: Apache x-openstack-request-id: req-ae5a3817-0ee5-429e-8257-0a6328cb59f1 Location: http://172.30.9.21:8004/v1/ed5bc12d2d114badad308fe832ec0663/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-stack/eadbe42d-26bf-484a-8e2a-1cc0f6cbba4d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/ed5bc12d2d114badad308fe832ec0663/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-stack/eadbe42d-26bf-484a-8e2a-1cc0f6cbba4d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:40:11,909 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:40:11 GMT Server: Apache x-openstack-request-id: req-28731604-d104-4bcc-84bd-d35c457439e6 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 554 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "ed5bc12d2d114badad308fe832ec0663", "OS::stack_id": "eadbe42d-26bf-484a-8e2a-1cc0f6cbba4d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-stack", "image_name": "CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-image", "inst_name": "CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-inst", "subnet_name": "CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-subnet", "net_name": "CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-net", "flavor_name": "CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-stack", "stack_user_project_id": "c1f4e9bbc67d4b3e9ae749f495b0de12", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-12T08:39:56Z", "links": [{"href": "http://172.30.9.21:8004/v1/ed5bc12d2d114badad308fe832ec0663/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-stack/eadbe42d-26bf-484a-8e2a-1cc0f6cbba4d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "eadbe42d-26bf-484a-8e2a-1cc0f6cbba4d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-12 08:40:11,909 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ed5bc12d2d114badad308fe832ec0663/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-stack/eadbe42d-26bf-484a-8e2a-1cc0f6cbba4d used request id req-28731604-d104-4bcc-84bd-d35c457439e6 2018-08-12 08:40:11,910 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-08-12 08:40:11,910 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-08-12 08:40:14,913 - create_stack - DEBUG - Stack status query timeout in 1182.77295089 2018-08-12 08:40:14,916 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/ed5bc12d2d114badad308fe832ec0663/stacks/eadbe42d-26bf-484a-8e2a-1cc0f6cbba4d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7cff771a8324a0a5dd26a98f85246cdcc116da36" 2018-08-12 08:40:14,942 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:40:14 GMT Server: Apache x-openstack-request-id: req-4248fac6-b75c-46b3-b959-613da2490312 Location: http://172.30.9.21:8004/v1/ed5bc12d2d114badad308fe832ec0663/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-stack/eadbe42d-26bf-484a-8e2a-1cc0f6cbba4d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/ed5bc12d2d114badad308fe832ec0663/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-stack/eadbe42d-26bf-484a-8e2a-1cc0f6cbba4d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:40:14,985 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:40:14 GMT Server: Apache x-openstack-request-id: req-8ed1401c-033f-448a-a08a-37b7d5ac9ee3 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 558 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "ed5bc12d2d114badad308fe832ec0663", "OS::stack_id": "eadbe42d-26bf-484a-8e2a-1cc0f6cbba4d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-stack", "image_name": "CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-image", "inst_name": "CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-inst", "subnet_name": "CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-subnet", "net_name": "CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-net", "flavor_name": "CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-stack", "stack_user_project_id": "c1f4e9bbc67d4b3e9ae749f495b0de12", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-08-12T08:39:56Z", "links": [{"href": "http://172.30.9.21:8004/v1/ed5bc12d2d114badad308fe832ec0663/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-stack/eadbe42d-26bf-484a-8e2a-1cc0f6cbba4d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "eadbe42d-26bf-484a-8e2a-1cc0f6cbba4d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-12 08:40:14,985 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ed5bc12d2d114badad308fe832ec0663/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-stack/eadbe42d-26bf-484a-8e2a-1cc0f6cbba4d used request id req-8ed1401c-033f-448a-a08a-37b7d5ac9ee3 2018-08-12 08:40:14,985 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2018-08-12 08:40:14,986 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-stack 2018-08-12 08:40:14,986 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-stack 2018-08-12 08:40:14,986 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:40:15,383 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0c99ec11dc1643c9a1e805c09bd28643", "name": "CreateStackSuccessTests-3beb3a9e-6b79-45f-proj-role"}], "expires_at": "2018-08-12T09:40:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ed5bc12d2d114badad308fe832ec0663", "name": "CreateStackSuccessTests-3beb3a9e-6b79-45f-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/ed5bc12d2d114badad308fe832ec0663", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/ed5bc12d2d114badad308fe832ec0663", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/ed5bc12d2d114badad308fe832ec0663", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_ed5bc12d2d114badad308fe832ec0663", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_ed5bc12d2d114badad308fe832ec0663", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/ed5bc12d2d114badad308fe832ec0663", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/ed5bc12d2d114badad308fe832ec0663", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/ed5bc12d2d114badad308fe832ec0663", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/ed5bc12d2d114badad308fe832ec0663", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/ed5bc12d2d114badad308fe832ec0663", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/ed5bc12d2d114badad308fe832ec0663", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/ed5bc12d2d114badad308fe832ec0663", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/ed5bc12d2d114badad308fe832ec0663", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/ed5bc12d2d114badad308fe832ec0663", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-3beb3a9e-6b79-45f-user", "id": "74edeb0103184a3aa69e244b51628695"}, "audit_ids": ["NhPce7c5TPyG9Pv7r4TNmg"], "issued_at": "2018-08-12T08:40:15.000000Z"}} 2018-08-12 08:40:15,386 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/ed5bc12d2d114badad308fe832ec0663/stacks/eadbe42d-26bf-484a-8e2a-1cc0f6cbba4d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}906904004f817df4e72439652d5f6c84ca003764" 2018-08-12 08:40:15,580 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:40:15 GMT Server: Apache x-openstack-request-id: req-f5c161b5-3b32-40c9-8c8a-a2d13e0c1387 Location: http://172.30.9.21:8004/v1/ed5bc12d2d114badad308fe832ec0663/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-stack/eadbe42d-26bf-484a-8e2a-1cc0f6cbba4d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/ed5bc12d2d114badad308fe832ec0663/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-stack/eadbe42d-26bf-484a-8e2a-1cc0f6cbba4d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:40:16,178 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:40:15 GMT Server: Apache x-openstack-request-id: req-8eab349c-4045-4832-be1c-ba96e50342e7 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 558 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "ed5bc12d2d114badad308fe832ec0663", "OS::stack_id": "eadbe42d-26bf-484a-8e2a-1cc0f6cbba4d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-stack", "image_name": "CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-image", "inst_name": "CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-inst", "subnet_name": "CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-subnet", "net_name": "CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-net", "flavor_name": "CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-stack", "stack_user_project_id": "c1f4e9bbc67d4b3e9ae749f495b0de12", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-08-12T08:39:56Z", "links": [{"href": "http://172.30.9.21:8004/v1/ed5bc12d2d114badad308fe832ec0663/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-stack/eadbe42d-26bf-484a-8e2a-1cc0f6cbba4d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "eadbe42d-26bf-484a-8e2a-1cc0f6cbba4d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-12 08:40:16,179 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ed5bc12d2d114badad308fe832ec0663/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-stack/eadbe42d-26bf-484a-8e2a-1cc0f6cbba4d used request id req-8eab349c-4045-4832-be1c-ba96e50342e7 2018-08-12 08:40:16,182 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/ed5bc12d2d114badad308fe832ec0663/stacks/eadbe42d-26bf-484a-8e2a-1cc0f6cbba4d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7cff771a8324a0a5dd26a98f85246cdcc116da36" 2018-08-12 08:40:16,358 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:40:16 GMT Server: Apache x-openstack-request-id: req-a75f0b9d-3510-43e6-ae18-e6103c541115 Location: http://172.30.9.21:8004/v1/ed5bc12d2d114badad308fe832ec0663/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-stack/eadbe42d-26bf-484a-8e2a-1cc0f6cbba4d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/ed5bc12d2d114badad308fe832ec0663/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-stack/eadbe42d-26bf-484a-8e2a-1cc0f6cbba4d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:40:16,433 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:40:16 GMT Server: Apache x-openstack-request-id: req-09c5fc53-a308-4c8d-8454-638bbd441320 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 558 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "ed5bc12d2d114badad308fe832ec0663", "OS::stack_id": "eadbe42d-26bf-484a-8e2a-1cc0f6cbba4d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-stack", "image_name": "CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-image", "inst_name": "CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-inst", "subnet_name": "CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-subnet", "net_name": "CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-net", "flavor_name": "CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-stack", "stack_user_project_id": "c1f4e9bbc67d4b3e9ae749f495b0de12", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-08-12T08:39:56Z", "links": [{"href": "http://172.30.9.21:8004/v1/ed5bc12d2d114badad308fe832ec0663/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-stack/eadbe42d-26bf-484a-8e2a-1cc0f6cbba4d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "eadbe42d-26bf-484a-8e2a-1cc0f6cbba4d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-12 08:40:16,433 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ed5bc12d2d114badad308fe832ec0663/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-stack/eadbe42d-26bf-484a-8e2a-1cc0f6cbba4d used request id req-09c5fc53-a308-4c8d-8454-638bbd441320 2018-08-12 08:40:16,433 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:40:16,434 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:40:16,832 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0c99ec11dc1643c9a1e805c09bd28643", "name": "CreateStackSuccessTests-3beb3a9e-6b79-45f-proj-role"}], "expires_at": "2018-08-12T09:40:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ed5bc12d2d114badad308fe832ec0663", "name": "CreateStackSuccessTests-3beb3a9e-6b79-45f-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/ed5bc12d2d114badad308fe832ec0663", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/ed5bc12d2d114badad308fe832ec0663", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/ed5bc12d2d114badad308fe832ec0663", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_ed5bc12d2d114badad308fe832ec0663", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_ed5bc12d2d114badad308fe832ec0663", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/ed5bc12d2d114badad308fe832ec0663", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/ed5bc12d2d114badad308fe832ec0663", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/ed5bc12d2d114badad308fe832ec0663", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/ed5bc12d2d114badad308fe832ec0663", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/ed5bc12d2d114badad308fe832ec0663", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/ed5bc12d2d114badad308fe832ec0663", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/ed5bc12d2d114badad308fe832ec0663", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/ed5bc12d2d114badad308fe832ec0663", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/ed5bc12d2d114badad308fe832ec0663", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-3beb3a9e-6b79-45f-user", "id": "74edeb0103184a3aa69e244b51628695"}, "audit_ids": ["3tddu9lIRcy2EZGsUaPuKw"], "issued_at": "2018-08-12T08:40:16.000000Z"}} 2018-08-12 08:40:16,833 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}85219c1fe6a57b73087844b69bfa6789bf1a419a" 2018-08-12 08:40:16,915 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:40:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bc6ecea2-0cef-43ce-af55-364517597105 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:40:16,915 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-bc6ecea2-0cef-43ce-af55-364517597105 2018-08-12 08:40:16,917 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:40:16,917 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:40:16,917 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:40:16,917 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:40:16,917 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:40:16,919 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-12 08:40:16,922 - heat_utils - DEBUG - Retrieving Heat Client 2018-08-12 08:40:16,925 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/ed5bc12d2d114badad308fe832ec0663/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85219c1fe6a57b73087844b69bfa6789bf1a419a" 2018-08-12 08:40:17,558 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:40:16 GMT Server: Apache x-openstack-request-id: req-244caae5-e540-44ca-8c35-c1d109fcbec2 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 388 Content-Type: application/json RESP BODY: {"stacks": [{"description": "", "parent": null, "stack_status_reason": "Stack CREATE completed successfully", "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-stack", "stack_user_project_id": "c1f4e9bbc67d4b3e9ae749f495b0de12", "deletion_time": null, "creation_time": "2018-08-12T08:39:56Z", "links": [{"href": "http://172.30.9.21:8004/v1/ed5bc12d2d114badad308fe832ec0663/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-stack/eadbe42d-26bf-484a-8e2a-1cc0f6cbba4d", "rel": "self"}], "updated_time": null, "stack_owner": null, "stack_status": "CREATE_COMPLETE", "id": "eadbe42d-26bf-484a-8e2a-1cc0f6cbba4d", "tags": null}]} 2018-08-12 08:40:17,558 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ed5bc12d2d114badad308fe832ec0663/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-stack used request id req-244caae5-e540-44ca-8c35-c1d109fcbec2 2018-08-12 08:40:17,559 - create_stack - INFO - Found stack with name - CreateStackSuccessTests-CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-stack 2018-08-12 08:40:17,559 - create_stack - INFO - Found stack with name - CreateStackSuccessTests-CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-stack 2018-08-12 08:40:17,559 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-stack 2018-08-12 08:40:17,562 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8004/v1/ed5bc12d2d114badad308fe832ec0663/stacks/eadbe42d-26bf-484a-8e2a-1cc0f6cbba4d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7cff771a8324a0a5dd26a98f85246cdcc116da36" 2018-08-12 08:40:17,762 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:40:17 GMT Server: Apache x-openstack-request-id: req-26133298-8963-44d4-8b9c-99ab10416193 Location: http://172.30.9.21:8004/v1/ed5bc12d2d114badad308fe832ec0663/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-stack/eadbe42d-26bf-484a-8e2a-1cc0f6cbba4d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/ed5bc12d2d114badad308fe832ec0663/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-stack/eadbe42d-26bf-484a-8e2a-1cc0f6cbba4d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:40:17,965 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:40:17 GMT Server: Apache x-openstack-request-id: req-0f49335c-7601-4103-94bd-7d1c0d09d04f 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 08:40:17,965 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.21:8004/v1/ed5bc12d2d114badad308fe832ec0663/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-stack/eadbe42d-26bf-484a-8e2a-1cc0f6cbba4d used request id req-0f49335c-7601-4103-94bd-7d1c0d09d04f 2018-08-12 08:40:17,968 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/ed5bc12d2d114badad308fe832ec0663/stacks/eadbe42d-26bf-484a-8e2a-1cc0f6cbba4d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7cff771a8324a0a5dd26a98f85246cdcc116da36" 2018-08-12 08:40:18,167 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:40:17 GMT Server: Apache x-openstack-request-id: req-6fa74f32-fdc7-4235-9e4d-2a55aaa302f5 Location: http://172.30.9.21:8004/v1/ed5bc12d2d114badad308fe832ec0663/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-stack/eadbe42d-26bf-484a-8e2a-1cc0f6cbba4d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/ed5bc12d2d114badad308fe832ec0663/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-stack/eadbe42d-26bf-484a-8e2a-1cc0f6cbba4d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:40:18,209 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:40:18 GMT Server: Apache x-openstack-request-id: req-eb2ad71f-cbb0-4a16-bb38-2f3ccf681dbe Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 560 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "ed5bc12d2d114badad308fe832ec0663", "OS::stack_id": "eadbe42d-26bf-484a-8e2a-1cc0f6cbba4d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-stack", "image_name": "CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-image", "inst_name": "CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-inst", "subnet_name": "CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-subnet", "flavor_name": "CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-flavor-name", "net_name": "CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-stack", "stack_user_project_id": "c1f4e9bbc67d4b3e9ae749f495b0de12", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-08-12T08:39:56Z", "links": [{"href": "http://172.30.9.21:8004/v1/ed5bc12d2d114badad308fe832ec0663/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-stack/eadbe42d-26bf-484a-8e2a-1cc0f6cbba4d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-08-12T08:40:17Z", "id": "eadbe42d-26bf-484a-8e2a-1cc0f6cbba4d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-12 08:40:18,209 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ed5bc12d2d114badad308fe832ec0663/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-stack/eadbe42d-26bf-484a-8e2a-1cc0f6cbba4d used request id req-eb2ad71f-cbb0-4a16-bb38-2f3ccf681dbe 2018-08-12 08:40:18,210 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-08-12 08:40:18,210 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-08-12 08:40:21,213 - create_stack - DEBUG - Stack status query timeout in 1196.75242209 2018-08-12 08:40:21,216 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/ed5bc12d2d114badad308fe832ec0663/stacks/eadbe42d-26bf-484a-8e2a-1cc0f6cbba4d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7cff771a8324a0a5dd26a98f85246cdcc116da36" 2018-08-12 08:40:21,244 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:40:21 GMT Server: Apache x-openstack-request-id: req-2dfcec9a-5a94-4947-9406-7a5ce2e34939 Location: http://172.30.9.21:8004/v1/ed5bc12d2d114badad308fe832ec0663/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-stack/eadbe42d-26bf-484a-8e2a-1cc0f6cbba4d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/ed5bc12d2d114badad308fe832ec0663/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-stack/eadbe42d-26bf-484a-8e2a-1cc0f6cbba4d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:40:21,438 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:40:21 GMT Server: Apache x-openstack-request-id: req-77381d2f-c7fb-4462-b9b3-d61a5a2e0ab3 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 560 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "ed5bc12d2d114badad308fe832ec0663", "OS::stack_id": "eadbe42d-26bf-484a-8e2a-1cc0f6cbba4d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-stack", "image_name": "CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-image", "inst_name": "CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-inst", "subnet_name": "CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-subnet", "flavor_name": "CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-flavor-name", "net_name": "CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-stack", "stack_user_project_id": "c1f4e9bbc67d4b3e9ae749f495b0de12", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-08-12T08:39:56Z", "links": [{"href": "http://172.30.9.21:8004/v1/ed5bc12d2d114badad308fe832ec0663/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-stack/eadbe42d-26bf-484a-8e2a-1cc0f6cbba4d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-08-12T08:40:17Z", "id": "eadbe42d-26bf-484a-8e2a-1cc0f6cbba4d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-12 08:40:21,439 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ed5bc12d2d114badad308fe832ec0663/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-stack/eadbe42d-26bf-484a-8e2a-1cc0f6cbba4d used request id req-77381d2f-c7fb-4462-b9b3-d61a5a2e0ab3 2018-08-12 08:40:21,439 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-08-12 08:40:21,439 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-08-12 08:40:24,443 - create_stack - DEBUG - Stack status query timeout in 1193.52290797 2018-08-12 08:40:24,445 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/ed5bc12d2d114badad308fe832ec0663/stacks/eadbe42d-26bf-484a-8e2a-1cc0f6cbba4d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7cff771a8324a0a5dd26a98f85246cdcc116da36" 2018-08-12 08:40:24,473 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:40:24 GMT Server: Apache x-openstack-request-id: req-63f7472c-3df9-4595-9458-b682a5378a7d Location: http://172.30.9.21:8004/v1/ed5bc12d2d114badad308fe832ec0663/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-stack/eadbe42d-26bf-484a-8e2a-1cc0f6cbba4d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/ed5bc12d2d114badad308fe832ec0663/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-stack/eadbe42d-26bf-484a-8e2a-1cc0f6cbba4d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:40:24,655 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:40:24 GMT Server: Apache x-openstack-request-id: req-64c24c84-9c76-4cd4-ad82-e368476e5a75 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 560 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "ed5bc12d2d114badad308fe832ec0663", "OS::stack_id": "eadbe42d-26bf-484a-8e2a-1cc0f6cbba4d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-stack", "image_name": "CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-image", "inst_name": "CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-inst", "subnet_name": "CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-subnet", "flavor_name": "CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-flavor-name", "net_name": "CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-stack", "stack_user_project_id": "c1f4e9bbc67d4b3e9ae749f495b0de12", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-08-12T08:39:56Z", "links": [{"href": "http://172.30.9.21:8004/v1/ed5bc12d2d114badad308fe832ec0663/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-stack/eadbe42d-26bf-484a-8e2a-1cc0f6cbba4d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-08-12T08:40:17Z", "id": "eadbe42d-26bf-484a-8e2a-1cc0f6cbba4d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-12 08:40:24,655 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ed5bc12d2d114badad308fe832ec0663/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-stack/eadbe42d-26bf-484a-8e2a-1cc0f6cbba4d used request id req-64c24c84-9c76-4cd4-ad82-e368476e5a75 2018-08-12 08:40:24,656 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-08-12 08:40:24,656 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-08-12 08:40:27,659 - create_stack - DEBUG - Stack status query timeout in 1190.30622411 2018-08-12 08:40:27,662 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/ed5bc12d2d114badad308fe832ec0663/stacks/eadbe42d-26bf-484a-8e2a-1cc0f6cbba4d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7cff771a8324a0a5dd26a98f85246cdcc116da36" 2018-08-12 08:40:27,862 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:40:27 GMT Server: Apache x-openstack-request-id: req-125dd77f-2319-4535-9c56-de9666b5813b Location: http://172.30.9.21:8004/v1/ed5bc12d2d114badad308fe832ec0663/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-stack/eadbe42d-26bf-484a-8e2a-1cc0f6cbba4d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/ed5bc12d2d114badad308fe832ec0663/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-stack/eadbe42d-26bf-484a-8e2a-1cc0f6cbba4d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:40:28,483 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:40:27 GMT Server: Apache x-openstack-request-id: req-9d2e04f3-5ba8-497d-9f47-a28f9943e5f8 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 560 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "ed5bc12d2d114badad308fe832ec0663", "OS::stack_id": "eadbe42d-26bf-484a-8e2a-1cc0f6cbba4d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-stack", "image_name": "CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-image", "inst_name": "CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-inst", "subnet_name": "CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-subnet", "flavor_name": "CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-flavor-name", "net_name": "CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-stack", "stack_user_project_id": "c1f4e9bbc67d4b3e9ae749f495b0de12", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-08-12T08:39:56Z", "links": [{"href": "http://172.30.9.21:8004/v1/ed5bc12d2d114badad308fe832ec0663/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-stack/eadbe42d-26bf-484a-8e2a-1cc0f6cbba4d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-08-12T08:40:17Z", "id": "eadbe42d-26bf-484a-8e2a-1cc0f6cbba4d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-12 08:40:28,483 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ed5bc12d2d114badad308fe832ec0663/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-stack/eadbe42d-26bf-484a-8e2a-1cc0f6cbba4d used request id req-9d2e04f3-5ba8-497d-9f47-a28f9943e5f8 2018-08-12 08:40:28,484 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-08-12 08:40:28,484 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-08-12 08:40:31,487 - create_stack - DEBUG - Stack status query timeout in 1186.47813201 2018-08-12 08:40:31,490 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/ed5bc12d2d114badad308fe832ec0663/stacks/eadbe42d-26bf-484a-8e2a-1cc0f6cbba4d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7cff771a8324a0a5dd26a98f85246cdcc116da36" 2018-08-12 08:40:31,680 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:40:31 GMT Server: Apache x-openstack-request-id: req-31e1bae0-199e-487f-a974-ab138f0e8f98 Location: http://172.30.9.21:8004/v1/ed5bc12d2d114badad308fe832ec0663/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-stack/eadbe42d-26bf-484a-8e2a-1cc0f6cbba4d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/ed5bc12d2d114badad308fe832ec0663/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-stack/eadbe42d-26bf-484a-8e2a-1cc0f6cbba4d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:40:31,872 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:40:31 GMT Server: Apache x-openstack-request-id: req-0b0470c4-1987-415d-8dc8-ccc233d5b749 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 559 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "ed5bc12d2d114badad308fe832ec0663", "OS::stack_id": "eadbe42d-26bf-484a-8e2a-1cc0f6cbba4d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-stack", "image_name": "CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-image", "inst_name": "CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-inst", "subnet_name": "CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-subnet", "flavor_name": "CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-flavor-name", "net_name": "CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-net"}, "deletion_time": "2018-08-12T08:40:31Z", "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-stack", "stack_user_project_id": "c1f4e9bbc67d4b3e9ae749f495b0de12", "tags": null, "creation_time": "2018-08-12T08:39:56Z", "links": [{"href": "http://172.30.9.21:8004/v1/ed5bc12d2d114badad308fe832ec0663/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-stack/eadbe42d-26bf-484a-8e2a-1cc0f6cbba4d", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-08-12T08:40:17Z", "id": "eadbe42d-26bf-484a-8e2a-1cc0f6cbba4d", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Simple template to deploy a single compute instance"}} 2018-08-12 08:40:31,873 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ed5bc12d2d114badad308fe832ec0663/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-stack/eadbe42d-26bf-484a-8e2a-1cc0f6cbba4d used request id req-0b0470c4-1987-415d-8dc8-ccc233d5b749 2018-08-12 08:40:31,873 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2018-08-12 08:40:31,873 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-stack 2018-08-12 08:40:31,873 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-stack 2018-08-12 08:40:31,876 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8004/v1/ed5bc12d2d114badad308fe832ec0663/stacks/eadbe42d-26bf-484a-8e2a-1cc0f6cbba4d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7cff771a8324a0a5dd26a98f85246cdcc116da36" 2018-08-12 08:40:32,071 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:40:31 GMT Server: Apache x-openstack-request-id: req-34c0c2fa-2f72-4964-9f38-0ed01538096a Location: http://172.30.9.21:8004/v1/ed5bc12d2d114badad308fe832ec0663/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-stack/eadbe42d-26bf-484a-8e2a-1cc0f6cbba4d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/ed5bc12d2d114badad308fe832ec0663/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-stack/eadbe42d-26bf-484a-8e2a-1cc0f6cbba4d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:40:32,278 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:40:32 GMT Server: Apache x-openstack-request-id: req-a334fc2f-4e1e-47ec-b4ca-55a42a83b3e2 Content-Length: 279 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackSuccessTests-CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-08-12 08:40:32,278 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.21:8004/v1/ed5bc12d2d114badad308fe832ec0663/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-stack/eadbe42d-26bf-484a-8e2a-1cc0f6cbba4d used request id req-a334fc2f-4e1e-47ec-b4ca-55a42a83b3e2 2018-08-12 08:40:32,279 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-f5e61964-9e3e-428b-8e58-a21a19b51a42-image 2018-08-12 08:40:32,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/42bf76a7-1c09-442d-97c5-16081bcc2883 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}63b5d016750e93c212c9b26ff2577dbf832c580a" 2018-08-12 08:40:32,770 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c1b93109-684f-4c2c-be06-46bd86c51af5 Date: Sun, 12 Aug 2018 08:40:32 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-12 08:40:32,770 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/42bf76a7-1c09-442d-97c5-16081bcc2883 used request id req-c1b93109-684f-4c2c-be06-46bd86c51af5 2018-08-12 08:40:32,774 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/flavors/68057fb8-b233-442b-8b15-f2c2b7c57223 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19dbdd406c703178f796ba0c8e674352d0e6e7a9" 2018-08-12 08:40:32,823 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 08:40: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-2be84437-74e7-43c2-ad5b-b20e7fd2580c x-compute-request-id: req-2be84437-74e7-43c2-ad5b-b20e7fd2580c Content-Length: 0 Content-Type: application/json 2018-08-12 08:40:32,824 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/68057fb8-b233-442b-8b15-f2c2b7c57223 used request id req-2be84437-74e7-43c2-ad5b-b20e7fd2580c 2018-08-12 08:40:32,824 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:40:32,825 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:40:32,825 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:40:32,825 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:40:32,825 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:40:32,832 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce295fed2568a360aef93ac582c9e78f2382f82d" 2018-08-12 08:40:33,110 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 45548 X-Openstack-Request-Id: req-ac5ed784-c319-4f19-91b8-63832d085d32 Date: Sun, 12 Aug 2018 08:40:33 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "created_at": "2018-08-12T06:59:44Z", "updated_at": "2018-08-12T06:59:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "1d7fd960-7865-4453-aecc-8d399b4fad21", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "66820d8a-b785-4b18-bd67-500221c8e4f9", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "74fc7638-a322-4841-8c47-06d36174a200", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "8eaa09ec-8419-4582-9312-1e527afe6e4b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}], "revision_number": 4, "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "created_at": "2018-08-12T05:12:34Z", "updated_at": "2018-08-12T05:12:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "709513d2-af7d-4d0b-bd3c-604fed75a711", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "aa346066-e46f-44f2-94be-2884aa998a19", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "c15f7b93-e56c-4afa-867d-2acb286d4b7b", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "cb0ef83f-5f70-4a80-ad35-431ca9df551e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}], "revision_number": 4, "project_id": "fa5a7fe6ee54472ba01638877aade8e3", "id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ea65becf30e54b27aa96a449698a435e", "created_at": "2018-08-12T05:10:35Z", "updated_at": "2018-08-12T05:10:35Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "30ad280c-f302-4cd4-a438-5139917b56f9", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "76115c4c-887d-4f0a-83e2-486e4b39c713", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "8ab14937-4c08-4d43-8a9a-662e622cc643", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "ee757a03-5662-4273-9c3e-6212e7afb48f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}], "revision_number": 4, "project_id": "ea65becf30e54b27aa96a449698a435e", "id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "created_at": "2018-08-12T06:20:09Z", "updated_at": "2018-08-12T06:20:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "1123b8f2-75ac-4a26-b9b2-a96da97408e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "2ddd2b93-e080-48cd-9a50-f5fe8a82ad0c", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "cd1bae62-0aea-4438-b4c3-50a69ae6f855", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "e398e01e-ceea-46d1-9534-b929808c4a5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}], "revision_number": 4, "project_id": "ff7abd7bb61f4f2889831e932d65dc2e", "id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "created_at": "2018-08-12T05:34:57Z", "updated_at": "2018-08-12T05:34:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "208a1c1e-f5f8-49c7-9a25-d07e68b1541f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "27bfd867-e607-4bf8-9de8-60682d3f771d", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "49360e1f-6fd3-4f35-b339-24cea95773ee", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "60f631a9-d305-4920-9631-d0543e2ac64f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}], "revision_number": 4, "project_id": "3a85ceae958d4d9fba68847e7df67db8", "id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "created_at": "2018-08-12T05:34:40Z", "updated_at": "2018-08-12T05:34:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "2192c259-363e-4768-ae73-e75837ad63b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "3f87ddc5-f84d-41dc-8215-847724782569", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "7d89f6da-ea78-49dd-9115-f9ad23b250bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "9ec4497d-0f65-44db-9be9-7b3042e4a584", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}], "revision_number": 4, "project_id": "85517fcf1c6247e699fdcdd42ecc8c79", "id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "created_at": "2018-08-12T05:16:02Z", "updated_at": "2018-08-12T05:16:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "1ecacd8c-c1c7-4a66-9871-406a69323b43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "3cc1750c-e0e7-4902-b6f3-494a161b832e", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "d719a7a4-8c99-44ed-8c12-6bf071890203", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "fe7421b5-d577-41da-8c78-62f3c07eda92", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}], "revision_number": 4, "project_id": "a267b9a156244bb192691cff6e5f74fe", "id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ed5bc12d2d114badad308fe832ec0663", "created_at": "2018-08-12T08:39:57Z", "updated_at": "2018-08-12T08:39:57Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:39:57Z", "revision_number": 0, "id": "1c4d7343-6d86-4fab-b0d0-64b0d0262e18", "remote_group_id": "7a54e82c-d031-43a7-8041-0fb831f8cc5d", "remote_ip_prefix": null, "created_at": "2018-08-12T08:39:57Z", "security_group_id": "7a54e82c-d031-43a7-8041-0fb831f8cc5d", "tenant_id": "ed5bc12d2d114badad308fe832ec0663", "port_range_min": null, "ethertype": "IPv4", "project_id": "ed5bc12d2d114badad308fe832ec0663"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:39:57Z", "revision_number": 0, "id": "57a41201-54ec-4022-86a1-ff511ea5cbfa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:39:57Z", "security_group_id": "7a54e82c-d031-43a7-8041-0fb831f8cc5d", "tenant_id": "ed5bc12d2d114badad308fe832ec0663", "port_range_min": null, "ethertype": "IPv4", "project_id": "ed5bc12d2d114badad308fe832ec0663"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:39:57Z", "revision_number": 0, "id": "da8cdd39-939a-454c-add3-7daa484a1cf5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:39:57Z", "security_group_id": "7a54e82c-d031-43a7-8041-0fb831f8cc5d", "tenant_id": "ed5bc12d2d114badad308fe832ec0663", "port_range_min": null, "ethertype": "IPv6", "project_id": "ed5bc12d2d114badad308fe832ec0663"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:39:57Z", "revision_number": 0, "id": "ea191b9a-4907-436b-9de5-80b7f8c1b084", "remote_group_id": "7a54e82c-d031-43a7-8041-0fb831f8cc5d", "remote_ip_prefix": null, "created_at": "2018-08-12T08:39:57Z", "security_group_id": "7a54e82c-d031-43a7-8041-0fb831f8cc5d", "tenant_id": "ed5bc12d2d114badad308fe832ec0663", "port_range_min": null, "ethertype": "IPv6", "project_id": "ed5bc12d2d114badad308fe832ec0663"}], "revision_number": 4, "project_id": "ed5bc12d2d114badad308fe832ec0663", "id": "7a54e82c-d031-43a7-8041-0fb831f8cc5d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "315a428116f24d9fbb826b37080a918e", "created_at": "2018-08-12T05:11:31Z", "updated_at": "2018-08-12T05:11:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "5e52886a-1dc3-4a81-a55d-f388dc4fd1a1", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "678e32e4-d64c-448a-a4ab-e253ab94ae90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "a8da1539-e3ad-4f90-b2df-3dc1f09d228a", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "b73d5cc9-0205-4658-bb1f-61a042c0ab8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}], "revision_number": 4, "project_id": "315a428116f24d9fbb826b37080a918e", "id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-12T05:08:01Z", "updated_at": "2018-08-12T05:08:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:01Z", "revision_number": 0, "id": "0fb05d03-1117-45d0-930c-b6d4c96ef102", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "4faaab33-5788-4bbd-85b8-0fb44d41413a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "96d0c5a0-5c67-421b-8fc8-2b46d77e5db3", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "dd78519b-4bc5-4e8e-ad0f-58089dd69347", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "11a46741b7954b959fd7764109c047b6", "created_at": "2018-08-12T05:34:51Z", "updated_at": "2018-08-12T05:34:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "0b67bf3c-2289-43bb-ab6c-7d25ec32a279", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "51f3f833-337a-42bd-a8d5-742ea8d6c226", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "571fd0b5-ef90-408d-af33-aafb517b8993", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "944ba823-fb9c-496e-a66e-bb426bb14a8d", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}], "revision_number": 4, "project_id": "11a46741b7954b959fd7764109c047b6", "id": "90af9782-8112-4257-801d-ee5115d226ba", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "created_at": "2018-08-12T05:34:26Z", "updated_at": "2018-08-12T05:34:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "2ee1f63a-807c-4d6a-85ee-dd784f6b8c3f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5dec3ec2-2add-47dd-8618-90659dcf3885", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5ea0dc3e-49d0-43f0-94e9-f6443527d14c", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "fbfaca22-7e3e-4128-8973-43e439b77c28", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}], "revision_number": 4, "project_id": "3c01cd58055c44ecaef39f7e625c2258", "id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "521007c1818145639e93ceb270559219", "created_at": "2018-08-12T05:13:27Z", "updated_at": "2018-08-12T05:13:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "5e7fede5-b0f2-47d8-95c3-516cdfc7f9de", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "8fd0e36f-c6c4-4f64-ba97-40439e614448", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "db7d79de-1dfc-4138-945f-91e74cdc266b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "e87f2cff-ff3e-4b6d-aaf0-7f0eb0ab9f05", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}], "revision_number": 4, "project_id": "521007c1818145639e93ceb270559219", "id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "created_at": "2018-08-12T05:08:18Z", "updated_at": "2018-08-12T05:08:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "3c67be40-bf74-4f97-9693-d93ce73a23b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "6112d869-2fc6-4a25-a13c-3d55cd7206c0", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "bdf21c56-453e-482e-9cba-3c55abcb0339", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "c8e92c39-38cc-4f48-be9c-5f0912e6a725", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}], "revision_number": 4, "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "created_at": "2018-08-12T05:04:23Z", "updated_at": "2018-08-12T05:04:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "280546d9-8ad1-4283-abfc-15ee9b1736c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "58bce125-f2ca-4a6d-b9ca-4e6cf5c0f7a5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "69275b9a-cfb5-482c-a9c4-8ffc79adf2c7", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "6d747f3a-3764-469a-a645-f977585c5aac", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}], "revision_number": 4, "project_id": "310f5853751a4c968f3eeb0a3d99a0a8", "id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "created_at": "2018-08-12T05:34:42Z", "updated_at": "2018-08-12T05:34:42Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "199582e8-25aa-457a-aa7c-6d8413ca4464", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "234f3609-4454-448f-919d-c8143c7cd764", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "c1061460-71a2-49a9-a04b-9fa33eeb17ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "d21ac532-51d8-4d6b-8300-7bac216759bf", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}], "revision_number": 4, "project_id": "9f6c1a272706419c9a74b0893b2890e8", "id": "d6739716-c693-460c-89c6-e7c8c48f8245", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "created_at": "2018-08-12T05:34:54Z", "updated_at": "2018-08-12T05:34:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "0633a05a-ee7d-4476-a56b-75d011b22f77", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "6cc1b9f8-73db-47a3-a0e0-3c96c43f34da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "90d99a6b-e94f-4fd8-a10c-f19dd8954c13", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "e843c139-af2a-4d2c-a24f-59f7b10ff72e", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}], "revision_number": 4, "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "created_at": "2018-08-12T05:09:07Z", "updated_at": "2018-08-12T05:09:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "5495e168-f505-4d74-ae6d-387f0bf533c2", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "6fd19b8b-3062-456e-81ba-3ff37fe43429", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8ca59d25-485c-46ce-939c-2e4a468caeac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8f190846-50a0-42b9-b571-390809b752b1", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}], "revision_number": 4, "project_id": "fa9ca6d7608b4d7d87ce97331679a481", "id": "edcd9b17-9416-4c25-823c-060c435e18d7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "created_at": "2018-08-12T05:34:52Z", "updated_at": "2018-08-12T05:34:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "2c7e484e-6ec5-4a95-8c9c-66d294c0c27e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "70c74258-3c2c-4efc-87e0-079c26ee3417", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "b70382fa-082e-4c2b-abc8-87490fa50b11", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "c3628e02-b4b6-42c9-8751-c1a2d3c19caa", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}], "revision_number": 4, "project_id": "87db863ba6e348b0a5ddcb67053db9d1", "id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "name": "default"}]} 2018-08-12 08:40:33,111 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-ac5ed784-c319-4f19-91b8-63832d085d32 2018-08-12 08:40:33,119 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce295fed2568a360aef93ac582c9e78f2382f82d" 2018-08-12 08:40:33,207 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:40:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-89508340-e67d-4cd0-bfcc-07758626a57d Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 5fe28c13d4d74ba2be8d019ac1ea6363.", "code": 404, "title": "Not Found"}} 2018-08-12 08:40:33,207 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 used request id req-89508340-e67d-4cd0-bfcc-07758626a57d 2018-08-12 08:40:33,207 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:40:33,211 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce295fed2568a360aef93ac582c9e78f2382f82d" 2018-08-12 08:40:33,304 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:40:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1bf5b15f-f083-43ba-beaa-c400a10989ba Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa5a7fe6ee54472ba01638877aade8e3.", "code": 404, "title": "Not Found"}} 2018-08-12 08:40:33,304 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 used request id req-1bf5b15f-f083-43ba-beaa-c400a10989ba 2018-08-12 08:40:33,304 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:40:33,308 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce295fed2568a360aef93ac582c9e78f2382f82d" 2018-08-12 08:40:33,393 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:40:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8f5f9e90-5766-46c9-96f7-bfae086e35f0 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ea65becf30e54b27aa96a449698a435e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:40:33,393 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e used request id req-8f5f9e90-5766-46c9-96f7-bfae086e35f0 2018-08-12 08:40:33,393 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:40:33,397 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce295fed2568a360aef93ac582c9e78f2382f82d" 2018-08-12 08:40:33,482 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:40:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e88bb16a-4798-4a38-9afe-1c5664c557c0 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ff7abd7bb61f4f2889831e932d65dc2e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:40:33,482 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e used request id req-e88bb16a-4798-4a38-9afe-1c5664c557c0 2018-08-12 08:40:33,482 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:40:33,486 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce295fed2568a360aef93ac582c9e78f2382f82d" 2018-08-12 08:40:33,576 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:40:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e7d32b42-b7aa-479e-8b2d-0d669478c871 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3a85ceae958d4d9fba68847e7df67db8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:40:33,576 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 used request id req-e7d32b42-b7aa-479e-8b2d-0d669478c871 2018-08-12 08:40:33,576 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:40:33,580 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce295fed2568a360aef93ac582c9e78f2382f82d" 2018-08-12 08:40:33,663 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:40:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-faee076c-18f3-4137-9dac-b42644d41500 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 85517fcf1c6247e699fdcdd42ecc8c79.", "code": 404, "title": "Not Found"}} 2018-08-12 08:40:33,663 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 used request id req-faee076c-18f3-4137-9dac-b42644d41500 2018-08-12 08:40:33,664 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:40:33,667 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce295fed2568a360aef93ac582c9e78f2382f82d" 2018-08-12 08:40:33,766 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:40:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6bbd6072-fab7-4691-b273-83407a1e5616 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}} 2018-08-12 08:40:33,766 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe used request id req-6bbd6072-fab7-4691-b273-83407a1e5616 2018-08-12 08:40:33,770 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ed5bc12d2d114badad308fe832ec0663 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce295fed2568a360aef93ac582c9e78f2382f82d" 2018-08-12 08:40:33,863 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:40:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e4c28470-192d-400e-a3cc-e6e035b8f304 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/ed5bc12d2d114badad308fe832ec0663"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "ed5bc12d2d114badad308fe832ec0663", "name": "CreateStackSuccessTests-3beb3a9e-6b79-45f-proj"}} 2018-08-12 08:40:33,863 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ed5bc12d2d114badad308fe832ec0663 used request id req-e4c28470-192d-400e-a3cc-e6e035b8f304 2018-08-12 08:40:33,864 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7a54e82c-d031-43a7-8041-0fb831f8cc5d 2018-08-12 08:40:33,869 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=7a54e82c-d031-43a7-8041-0fb831f8cc5d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce295fed2568a360aef93ac582c9e78f2382f82d" 2018-08-12 08:40:34,065 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-58a80a00-e0ba-4663-91de-b5382b14395a Date: Sun, 12 Aug 2018 08:40:34 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "7a54e82c-d031-43a7-8041-0fb831f8cc5d", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:39:57Z", "security_group_id": "7a54e82c-d031-43a7-8041-0fb831f8cc5d", "port_range_min": null, "revision_number": 0, "tenant_id": "ed5bc12d2d114badad308fe832ec0663", "created_at": "2018-08-12T08:39:57Z", "project_id": "ed5bc12d2d114badad308fe832ec0663", "id": "1c4d7343-6d86-4fab-b0d0-64b0d0262e18"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:39:57Z", "security_group_id": "7a54e82c-d031-43a7-8041-0fb831f8cc5d", "port_range_min": null, "revision_number": 0, "tenant_id": "ed5bc12d2d114badad308fe832ec0663", "created_at": "2018-08-12T08:39:57Z", "project_id": "ed5bc12d2d114badad308fe832ec0663", "id": "57a41201-54ec-4022-86a1-ff511ea5cbfa"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:39:57Z", "security_group_id": "7a54e82c-d031-43a7-8041-0fb831f8cc5d", "port_range_min": null, "revision_number": 0, "tenant_id": "ed5bc12d2d114badad308fe832ec0663", "created_at": "2018-08-12T08:39:57Z", "project_id": "ed5bc12d2d114badad308fe832ec0663", "id": "da8cdd39-939a-454c-add3-7daa484a1cf5"}, {"remote_group_id": "7a54e82c-d031-43a7-8041-0fb831f8cc5d", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:39:57Z", "security_group_id": "7a54e82c-d031-43a7-8041-0fb831f8cc5d", "port_range_min": null, "revision_number": 0, "tenant_id": "ed5bc12d2d114badad308fe832ec0663", "created_at": "2018-08-12T08:39:57Z", "project_id": "ed5bc12d2d114badad308fe832ec0663", "id": "ea191b9a-4907-436b-9de5-80b7f8c1b084"}]} 2018-08-12 08:40:34,065 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=7a54e82c-d031-43a7-8041-0fb831f8cc5d used request id req-58a80a00-e0ba-4663-91de-b5382b14395a 2018-08-12 08:40:34,066 - neutron_utils - INFO - Deleting security group with name - default 2018-08-12 08:40:34,070 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/7a54e82c-d031-43a7-8041-0fb831f8cc5d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce295fed2568a360aef93ac582c9e78f2382f82d" 2018-08-12 08:40:34,455 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-52186c65-df7f-4165-bd9a-be48b159ecf1 Content-Length: 0 Date: Sun, 12 Aug 2018 08:40:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:40:34,455 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/7a54e82c-d031-43a7-8041-0fb831f8cc5d used request id req-52186c65-df7f-4165-bd9a-be48b159ecf1 2018-08-12 08:40:34,456 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-3beb3a9e-6b79-45f-proj 2018-08-12 08:40:34,460 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/ed5bc12d2d114badad308fe832ec0663 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce295fed2568a360aef93ac582c9e78f2382f82d" 2018-08-12 08:40:34,873 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:40:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c6a2838c-a6de-49d9-87bf-3003633cbf97 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 08:40:34,873 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/ed5bc12d2d114badad308fe832ec0663 used request id req-c6a2838c-a6de-49d9-87bf-3003633cbf97 2018-08-12 08:40:34,873 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-3beb3a9e-6b79-45f-proj-role 2018-08-12 08:40:34,876 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/0c99ec11dc1643c9a1e805c09bd28643 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce295fed2568a360aef93ac582c9e78f2382f82d" 2018-08-12 08:40:34,992 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:40:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ccaf3ba3-a59b-4aa8-862d-cca4dc4d4443 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 08:40:34,992 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/0c99ec11dc1643c9a1e805c09bd28643 used request id req-ccaf3ba3-a59b-4aa8-862d-cca4dc4d4443 2018-08-12 08:40:34,996 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce295fed2568a360aef93ac582c9e78f2382f82d" 2018-08-12 08:40:35,084 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:40:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f4a862ca-6190-439e-babc-abc34ca75d87 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:40:35,085 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-f4a862ca-6190-439e-babc-abc34ca75d87 2018-08-12 08:40:35,085 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-3beb3a9e-6b79-45f-user 2018-08-12 08:40:35,089 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/74edeb0103184a3aa69e244b51628695 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47893300addd414e235cedcf987ea6bd64cdec9e" 2018-08-12 08:40:35,280 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:40:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ce7f27f8-c681-417c-9b19-05812abfbd45 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 08:40:35,280 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/74edeb0103184a3aa69e244b51628695 used request id req-ce7f27f8-c681-417c-9b19-05812abfbd45 2018-08-12 08:40:35,282 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:40:35,682 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:40:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["X_FQlLBFQ4GY9xuaW13UsA"], "issued_at": "2018-08-12T08:40:35.000000Z"}} 2018-08-12 08:40:35,682 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}d9a09b8cdda3120e9d8fdfd0726e2546604530be" 2018-08-12 08:40:35,773 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:40:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-30455841-7baf-4ee9-a4a0-3fa80fbe4c51 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:40:35,773 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-30455841-7baf-4ee9-a4a0-3fa80fbe4c51 2018-08-12 08:40:35,774 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:40:35,775 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:40:36,166 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:40:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["Xz0FBZD_R2mac5L6LQlGGw"], "issued_at": "2018-08-12T08:40:36.000000Z"}} 2018-08-12 08:40:36,166 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}76e659efd30382fd6206ddefc2a3d20d1f49852f" 2018-08-12 08:40:36,255 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:40:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-450bd4c3-32d7-4fe2-8a4e-92507d62dccf Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:40:36,255 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-450bd4c3-32d7-4fe2-8a4e-92507d62dccf 2018-08-12 08:40:36,259 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:40:36,265 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:40:36 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:40:36,265 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-1562934c-4c10-485-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76e659efd30382fd6206ddefc2a3d20d1f49852f" 2018-08-12 08:40:36,361 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:40:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-abf5349e-f6ed-4ea3-8f96-2183c17f2ee1 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-1562934c-4c10-485-proj", "previous": null, "next": null}, "projects": []} 2018-08-12 08:40:36,361 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-1562934c-4c10-485-proj used request id req-abf5349e-f6ed-4ea3-8f96-2183c17f2ee1 2018-08-12 08:40:36,365 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76e659efd30382fd6206ddefc2a3d20d1f49852f" 2018-08-12 08:40:36,459 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:40:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3a8f413e-0afb-4ac0-97f8-b5fee531699c Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:40:36,459 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-3a8f413e-0afb-4ac0-97f8-b5fee531699c 2018-08-12 08:40:36,463 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76e659efd30382fd6206ddefc2a3d20d1f49852f" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackSuccessTests-1562934c-4c10-485-proj"}}' 2018-08-12 08:40:36,585 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:40:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7b93e0e2-c3fe-4f01-8b4c-4282b03d14eb Content-Length: 320 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/790ee0df901e4cd091e0ed497ef0490a"}, "tags": [], "enabled": true, "id": "790ee0df901e4cd091e0ed497ef0490a", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-1562934c-4c10-485-proj"}} 2018-08-12 08:40:36,585 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-7b93e0e2-c3fe-4f01-8b4c-4282b03d14eb 2018-08-12 08:40:36,585 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-1562934c-4c10-485-proj 2018-08-12 08:40:36,585 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:40:36,586 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:40:36,975 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:40:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["gUtGHD9PSWW6bogGo_B98A"], "issued_at": "2018-08-12T08:40:36.000000Z"}} 2018-08-12 08:40:36,976 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}88b880ec47bdecddb48b2221d1012d5473ac1884" 2018-08-12 08:40:37,061 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:40:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-48ec248c-dbc3-4caa-bcdc-a3a6aa9d14aa Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:40:37,062 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-48ec248c-dbc3-4caa-bcdc-a3a6aa9d14aa 2018-08-12 08:40:37,066 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:40:37,071 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:40:37 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:40:37,072 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88b880ec47bdecddb48b2221d1012d5473ac1884" 2018-08-12 08:40:37,175 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:40:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-695bd3b8-5de9-4c3f-a293-ba5064f159f7 Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/105a247548624314b9228f85f6325f0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105a247548624314b9228f85f6325f0b", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/1c5de0eaa44543f08da6ad63a51594ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c5de0eaa44543f08da6ad63a51594ff", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/1d127b5b832547a88a547c116dfdd65b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d127b5b832547a88a547c116dfdd65b", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/1d5cfc170d624ce4ae53ae0507c8d517"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d5cfc170d624ce4ae53ae0507c8d517", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/2421820b75eb4d3ebd02830378d1377b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2421820b75eb4d3ebd02830378d1377b", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/40bd8ee54ecf44868cc83cede652c396"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40bd8ee54ecf44868cc83cede652c396", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/4f32fb8153854c4c9f5094b42b523f80"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f32fb8153854c4c9f5094b42b523f80", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7066130d08fb4db7bf4ab468de53933b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7066130d08fb4db7bf4ab468de53933b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/8d0898a83bcf4521bbc11501d5d7ac89"}, "domain_id": "1eec97585bde483292ece28ee11f4b8d", "enabled": true, "options": {}, "id": "8d0898a83bcf4521bbc11501d5d7ac89", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/9defcced327d476f8a3beab718a13da3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9defcced327d476f8a3beab718a13da3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/b80ee4f6992446e0879624dd436e99a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b80ee4f6992446e0879624dd436e99a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b86fd3e011324d398fcdb6f095a20a9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b86fd3e011324d398fcdb6f095a20a9d", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1701d2754064b5cadf765ea0806f9b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1701d2754064b5cadf765ea0806f9b2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/db4e7b8d76d549faa502716565c733dd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db4e7b8d76d549faa502716565c733dd", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-12 08:40:37,175 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-695bd3b8-5de9-4c3f-a293-ba5064f159f7 2018-08-12 08:40:37,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateStackSuccessTests-1562934c-4c10-485-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88b880ec47bdecddb48b2221d1012d5473ac1884" 2018-08-12 08:40:37,278 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:40:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7e043635-fd75-4cae-8dc5-f633b4d6e796 Content-Encoding: gzip Content-Length: 258 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateStackSuccessTests-1562934c-4c10-485-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/790ee0df901e4cd091e0ed497ef0490a"}, "tags": [], "enabled": true, "id": "790ee0df901e4cd091e0ed497ef0490a", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-1562934c-4c10-485-proj"}]} 2018-08-12 08:40:37,278 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateStackSuccessTests-1562934c-4c10-485-proj used request id req-7e043635-fd75-4cae-8dc5-f633b4d6e796 2018-08-12 08:40:37,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88b880ec47bdecddb48b2221d1012d5473ac1884" 2018-08-12 08:40:37,374 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:40:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-362e58b7-6f87-4b36-9c20-c39775712b96 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:40:37,374 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-362e58b7-6f87-4b36-9c20-c39775712b96 2018-08-12 08:40:37,774 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88b880ec47bdecddb48b2221d1012d5473ac1884" 2018-08-12 08:40:37,792 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:40:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b5ae8236-f9d5-49c7-be5b-0fa2bb02606b Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:40:37,792 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-b5ae8236-f9d5-49c7-be5b-0fa2bb02606b 2018-08-12 08:40:37,795 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateStackSuccessTests-1562934c-4c10-485-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88b880ec47bdecddb48b2221d1012d5473ac1884" 2018-08-12 08:40:37,890 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:40:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9de33511-6c38-4b41-9358-c95920824449 Content-Encoding: gzip Content-Length: 258 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateStackSuccessTests-1562934c-4c10-485-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/790ee0df901e4cd091e0ed497ef0490a"}, "tags": [], "enabled": true, "id": "790ee0df901e4cd091e0ed497ef0490a", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-1562934c-4c10-485-proj"}]} 2018-08-12 08:40:37,890 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateStackSuccessTests-1562934c-4c10-485-proj used request id req-9de33511-6c38-4b41-9358-c95920824449 2018-08-12 08:40:37,891 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-1562934c-4c10-485-user 2018-08-12 08:40:37,891 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:40:37,895 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76e659efd30382fd6206ddefc2a3d20d1f49852f" 2018-08-12 08:40:37,986 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:40:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d65c7701-5263-4b93-a944-de3b99a49302 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:40:37,986 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-d65c7701-5263-4b93-a944-de3b99a49302 2018-08-12 08:40:37,990 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76e659efd30382fd6206ddefc2a3d20d1f49852f" -d '{"role": {"name": "CreateStackSuccessTests-1562934c-4c10-485-proj-role"}}' 2018-08-12 08:40:38,118 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:40:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4ac48ee5-0fdf-47be-b488-48d109cd00c6 Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "f0fac72b07bc4800a423439db0dd8ca0", "links": {"self": "http://172.30.9.21:5000/v3/roles/f0fac72b07bc4800a423439db0dd8ca0"}, "name": "CreateStackSuccessTests-1562934c-4c10-485-proj-role"}} 2018-08-12 08:40:38,118 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-4ac48ee5-0fdf-47be-b488-48d109cd00c6 2018-08-12 08:40:38,118 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-1562934c-4c10-485-proj-role 2018-08-12 08:40:38,122 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/f0fac72b07bc4800a423439db0dd8ca0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76e659efd30382fd6206ddefc2a3d20d1f49852f" 2018-08-12 08:40:38,214 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:40:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-64a1232c-36e8-4fb7-bb67-53411bec382d Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "f0fac72b07bc4800a423439db0dd8ca0", "links": {"self": "http://172.30.9.21:5000/v3/roles/f0fac72b07bc4800a423439db0dd8ca0"}, "name": "CreateStackSuccessTests-1562934c-4c10-485-proj-role"}} 2018-08-12 08:40:38,215 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/f0fac72b07bc4800a423439db0dd8ca0 used request id req-64a1232c-36e8-4fb7-bb67-53411bec382d 2018-08-12 08:40:38,215 - keystone_utils - INFO - Granting role CreateStackSuccessTests-1562934c-4c10-485-proj-role to project CreateStackSuccessTests-1562934c-4c10-485-proj 2018-08-12 08:40:38,218 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/790ee0df901e4cd091e0ed497ef0490a/users/fea58d156c254b5394d170d3c29a5539/roles/f0fac72b07bc4800a423439db0dd8ca0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76e659efd30382fd6206ddefc2a3d20d1f49852f" 2018-08-12 08:40:38,276 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:40:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ae0a1344-5617-4f52-a35b-b6a24d79f701 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 08:40:38,276 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/790ee0df901e4cd091e0ed497ef0490a/users/fea58d156c254b5394d170d3c29a5539/roles/f0fac72b07bc4800a423439db0dd8ca0 used request id req-ae0a1344-5617-4f52-a35b-b6a24d79f701 2018-08-12 08:40:38,277 - heat_utils - DEBUG - Retrieving Heat Client 2018-08-12 08:40:38,277 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-08-12 08:40:38,277 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:40:38,278 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:40:38,679 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f0fac72b07bc4800a423439db0dd8ca0", "name": "CreateStackSuccessTests-1562934c-4c10-485-proj-role"}], "expires_at": "2018-08-12T09:40:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "790ee0df901e4cd091e0ed497ef0490a", "name": "CreateStackSuccessTests-1562934c-4c10-485-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/790ee0df901e4cd091e0ed497ef0490a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/790ee0df901e4cd091e0ed497ef0490a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/790ee0df901e4cd091e0ed497ef0490a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_790ee0df901e4cd091e0ed497ef0490a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_790ee0df901e4cd091e0ed497ef0490a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/790ee0df901e4cd091e0ed497ef0490a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/790ee0df901e4cd091e0ed497ef0490a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/790ee0df901e4cd091e0ed497ef0490a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/790ee0df901e4cd091e0ed497ef0490a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/790ee0df901e4cd091e0ed497ef0490a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/790ee0df901e4cd091e0ed497ef0490a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/790ee0df901e4cd091e0ed497ef0490a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/790ee0df901e4cd091e0ed497ef0490a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/790ee0df901e4cd091e0ed497ef0490a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-1562934c-4c10-485-user", "id": "fea58d156c254b5394d170d3c29a5539"}, "audit_ids": ["xTxKOE0BRjuk4t5bIesSXw"], "issued_at": "2018-08-12T08:40:38.000000Z"}} 2018-08-12 08:40:38,680 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}7c3a1c35fd6ab85fd37f48e5535ddfa512d68d20" 2018-08-12 08:40:38,768 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:40:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2d28eb45-53cf-40ca-8f20-fe2cb84f5b56 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:40:38,769 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-2d28eb45-53cf-40ca-8f20-fe2cb84f5b56 2018-08-12 08:40:38,772 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-e684c893-39d6-4240-a61a-1fa3d24ba360-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7c3a1c35fd6ab85fd37f48e5535ddfa512d68d20" 2018-08-12 08:40:38,982 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 168 Content-Type: application/json X-Openstack-Request-Id: req-1c660b1c-89bb-4785-b8e6-fb32580cac99 Date: Sun, 12 Aug 2018 08:40:38 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateStackSuccessTests-e684c893-39d6-4240-a61a-1fa3d24ba360-image"} 2018-08-12 08:40:38,982 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-e684c893-39d6-4240-a61a-1fa3d24ba360-image used request id req-1c660b1c-89bb-4785-b8e6-fb32580cac99 2018-08-12 08:40:38,985 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7c3a1c35fd6ab85fd37f48e5535ddfa512d68d20" 2018-08-12 08:40:39,150 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-ebf3a44c-8e33-41e3-baeb-f426e120eabb Date: Sun, 12 Aug 2018 08:40:39 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"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}, "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}, "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"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "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"}, "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"}, "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}, "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}, "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"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "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}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-12 08:40:39,150 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-ebf3a44c-8e33-41e3-baeb-f426e120eabb 2018-08-12 08:40:39,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7c3a1c35fd6ab85fd37f48e5535ddfa512d68d20" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateStackSuccessTests-e684c893-39d6-4240-a61a-1fa3d24ba360-image"}' 2018-08-12 08:40:39,395 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 627 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/5d36c200-36f7-47b3-91b5-b78c707c2c0e Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-1403fed9-533e-4b26-beba-4f6877430f99 Date: Sun, 12 Aug 2018 08:40:39 GMT RESP BODY: {"status": "queued", "name": "CreateStackSuccessTests-e684c893-39d6-4240-a61a-1fa3d24ba360-image", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:40:39Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-08-12T08:40:39Z", "visibility": "shared", "locations": [], "self": "/v2/images/5d36c200-36f7-47b3-91b5-b78c707c2c0e", "min_disk": 0, "protected": false, "id": "5d36c200-36f7-47b3-91b5-b78c707c2c0e", "file": "/v2/images/5d36c200-36f7-47b3-91b5-b78c707c2c0e/file", "checksum": null, "owner": "790ee0df901e4cd091e0ed497ef0490a", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-12 08:40:39,396 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-1403fed9-533e-4b26-beba-4f6877430f99 2018-08-12 08:40:39,405 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/5d36c200-36f7-47b3-91b5-b78c707c2c0e/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7c3a1c35fd6ab85fd37f48e5535ddfa512d68d20" -d '' 2018-08-12 08:40:40,744 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-46065e88-104b-4852-b4a9-06a6622e6b5c Date: Sun, 12 Aug 2018 08:40: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 08:40:40,745 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/5d36c200-36f7-47b3-91b5-b78c707c2c0e/file used request id req-46065e88-104b-4852-b4a9-06a6622e6b5c 2018-08-12 08:40:40,745 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-12 08:40:40,748 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/5d36c200-36f7-47b3-91b5-b78c707c2c0e -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7c3a1c35fd6ab85fd37f48e5535ddfa512d68d20" 2018-08-12 08:40:40,934 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-6088f877-4df9-4368-88d3-c71735900d66 Date: Sun, 12 Aug 2018 08:40:40 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-e684c893-39d6-4240-a61a-1fa3d24ba360-image", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:40:39Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-12T08:40:40Z", "visibility": "shared", "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/5d36c200-36f7-47b3-91b5-b78c707c2c0e/snap", "metadata": {}}], "self": "/v2/images/5d36c200-36f7-47b3-91b5-b78c707c2c0e", "min_disk": 0, "protected": false, "id": "5d36c200-36f7-47b3-91b5-b78c707c2c0e", "file": "/v2/images/5d36c200-36f7-47b3-91b5-b78c707c2c0e/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "790ee0df901e4cd091e0ed497ef0490a", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/5d36c200-36f7-47b3-91b5-b78c707c2c0e/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-12 08:40:40,934 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/5d36c200-36f7-47b3-91b5-b78c707c2c0e used request id req-6088f877-4df9-4368-88d3-c71735900d66 2018-08-12 08:40:40,937 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7c3a1c35fd6ab85fd37f48e5535ddfa512d68d20" 2018-08-12 08:40:41,115 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-8b66b624-57d2-4781-bfb9-7ddf1d2b24c8 Date: Sun, 12 Aug 2018 08:40:41 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"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}, "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}, "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"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "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"}, "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"}, "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}, "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}, "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"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "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}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-12 08:40:41,115 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-8b66b624-57d2-4781-bfb9-7ddf1d2b24c8 2018-08-12 08:40:41,118 - create_image - INFO - Created image with name - CreateStackSuccessTests-e684c893-39d6-4240-a61a-1fa3d24ba360-image 2018-08-12 08:40:41,120 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/5d36c200-36f7-47b3-91b5-b78c707c2c0e -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7c3a1c35fd6ab85fd37f48e5535ddfa512d68d20" 2018-08-12 08:40:41,310 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-a93ae00a-f0c0-4169-9f56-4f935b0d686e Date: Sun, 12 Aug 2018 08:40:41 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-e684c893-39d6-4240-a61a-1fa3d24ba360-image", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:40:39Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-12T08:40:40Z", "visibility": "shared", "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/5d36c200-36f7-47b3-91b5-b78c707c2c0e/snap", "metadata": {}}], "self": "/v2/images/5d36c200-36f7-47b3-91b5-b78c707c2c0e", "min_disk": 0, "protected": false, "id": "5d36c200-36f7-47b3-91b5-b78c707c2c0e", "file": "/v2/images/5d36c200-36f7-47b3-91b5-b78c707c2c0e/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "790ee0df901e4cd091e0ed497ef0490a", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/5d36c200-36f7-47b3-91b5-b78c707c2c0e/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-12 08:40:41,310 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/5d36c200-36f7-47b3-91b5-b78c707c2c0e used request id req-a93ae00a-f0c0-4169-9f56-4f935b0d686e 2018-08-12 08:40:41,311 - create_image - DEBUG - Instance status is - active 2018-08-12 08:40:41,311 - create_image - DEBUG - Image is active with name - CreateStackSuccessTests-e684c893-39d6-4240-a61a-1fa3d24ba360-image 2018-08-12 08:40:41,311 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-e684c893-39d6-4240-a61a-1fa3d24ba360-image 2018-08-12 08:40:41,311 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:40:41,312 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:40:41,778 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:40:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["0eKlIvq4R92LoI4PhHnp3g"], "issued_at": "2018-08-12T08:40:41.000000Z"}} 2018-08-12 08:40:41,779 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}8a053fb1c9bd9b32fa8c7aa588042b4cdb43f1c9" 2018-08-12 08:40:41,868 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:40:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5f69ac91-1792-4ec5-ade4-0729e0f66f66 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:40:41,868 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-5f69ac91-1792-4ec5-ade4-0729e0f66f66 2018-08-12 08:40:41,869 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-12 08:40:41,874 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a053fb1c9bd9b32fa8c7aa588042b4cdb43f1c9" 2018-08-12 08:40:42,059 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:40: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-cb695366-8e06-4f39-b868-611fb07f5f35 x-compute-request-id: req-cb695366-8e06-4f39-b868-611fb07f5f35 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-08-12 08:40:42,060 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-cb695366-8e06-4f39-b868-611fb07f5f35 2018-08-12 08:40:42,063 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a053fb1c9bd9b32fa8c7aa588042b4cdb43f1c9" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "CreateStackSuccessTests-e684c893-39d6-4240-a61a-1fa3d24ba360-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-08-12 08:40:42,108 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:40: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-b0ce8e65-80ee-4045-b9e8-dcdec797c3eb x-compute-request-id: req-b0ce8e65-80ee-4045-b9e8-dcdec797c3eb Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateStackSuccessTests-e684c893-39d6-4240-a61a-1fa3d24ba360-flavor-name", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/eed5c0a1-34af-49f3-96b7-a4e3c60a344f", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/eed5c0a1-34af-49f3-96b7-a4e3c60a344f", "rel": "bookmark"}], "ram": 256, "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": "eed5c0a1-34af-49f3-96b7-a4e3c60a344f"}} 2018-08-12 08:40:42,109 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-b0ce8e65-80ee-4045-b9e8-dcdec797c3eb 2018-08-12 08:40:42,109 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:40:42,110 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:40:42,504 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f0fac72b07bc4800a423439db0dd8ca0", "name": "CreateStackSuccessTests-1562934c-4c10-485-proj-role"}], "expires_at": "2018-08-12T09:40:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "790ee0df901e4cd091e0ed497ef0490a", "name": "CreateStackSuccessTests-1562934c-4c10-485-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/790ee0df901e4cd091e0ed497ef0490a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/790ee0df901e4cd091e0ed497ef0490a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/790ee0df901e4cd091e0ed497ef0490a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_790ee0df901e4cd091e0ed497ef0490a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_790ee0df901e4cd091e0ed497ef0490a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/790ee0df901e4cd091e0ed497ef0490a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/790ee0df901e4cd091e0ed497ef0490a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/790ee0df901e4cd091e0ed497ef0490a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/790ee0df901e4cd091e0ed497ef0490a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/790ee0df901e4cd091e0ed497ef0490a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/790ee0df901e4cd091e0ed497ef0490a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/790ee0df901e4cd091e0ed497ef0490a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/790ee0df901e4cd091e0ed497ef0490a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/790ee0df901e4cd091e0ed497ef0490a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-1562934c-4c10-485-user", "id": "fea58d156c254b5394d170d3c29a5539"}, "audit_ids": ["TGZPuLwGRUKKdhyDpt7W9A"], "issued_at": "2018-08-12T08:40:42.000000Z"}} 2018-08-12 08:40:42,505 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}efafec1eb1f6382c730413cada59f4c7cde5d88b" 2018-08-12 08:40:42,582 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:40:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e520a668-20b5-4d87-9839-88787d19237d Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:40:42,582 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-e520a668-20b5-4d87-9839-88787d19237d 2018-08-12 08:40:42,584 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:40:42,584 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:40:42,584 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:40:42,584 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:40:42,584 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:40:42,588 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-12 08:40:42,591 - heat_utils - DEBUG - Retrieving Heat Client 2018-08-12 08:40:42,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/790ee0df901e4cd091e0ed497ef0490a/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-e684c893-39d6-4240-a61a-1fa3d24ba360-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efafec1eb1f6382c730413cada59f4c7cde5d88b" 2018-08-12 08:40:42,784 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:40:42 GMT Server: Apache x-openstack-request-id: req-1c52414e-411e-4bba-85ac-6c2ad64957d3 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-08-12 08:40:42,784 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/790ee0df901e4cd091e0ed497ef0490a/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-e684c893-39d6-4240-a61a-1fa3d24ba360-stack used request id req-1c52414e-411e-4bba-85ac-6c2ad64957d3 2018-08-12 08:40:42,812 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8004/v1/790ee0df901e4cd091e0ed497ef0490a/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efafec1eb1f6382c730413cada59f4c7cde5d88b" -d '{"stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e684c893-39d6-4240-a61a-1fa3d24ba360-stack", "template": {"heat_template_version": "2015-04-30", "description": "Simple template to deploy a single compute instance", "parameters": {"flavor_name": {"default": "m1.small", "type": "string", "description": "Type of instance (flavor) to be used", "label": "Instance Type"}, "inst_name": {"default": "test_vm", "type": "string", "description": "The name of the spawned vm", "label": "Test VM name"}, "subnet_name": {"default": "test_subnet", "type": "string", "description": "The name of the stack's subnet", "label": "Test subnet name"}, "net_name": {"default": "test_net", "type": "string", "description": "The name of the stack's network", "label": "Test network name"}, "image_name": {"default": "heat_utils_tests", "type": "string", "description": "Image to be used for compute instance", "label": "Image ID"}}, "resources": {"server1_port": {"type": "OS::Neutron::Port", "properties": {"network_id": {"get_resource": "private_net"}, "fixed_ips": [{"subnet_id": {"get_resource": "private_subnet"}}]}}, "private_subnet": {"type": "OS::Neutron::Subnet", "properties": {"network_id": {"get_resource": "private_net"}, "cidr": "10.0.0.0/24", "name": {"get_param": "subnet_name"}}}, "private_net": {"type": "OS::Neutron::Net", "properties": {"name": {"get_param": "net_name"}}}, "my_instance": {"type": "OS::Nova::Server", "properties": {"image": {"get_param": "image_name"}, "name": {"get_param": "inst_name"}, "flavor": {"get_param": "flavor_name"}, "networks": [{"port": {"get_resource": "server1_port"}}]}}}}, "parameters": {"net_name": "CreateStackSuccessTests-e684c893-39d6-4240-a61a-1fa3d24ba360-net", "inst_name": "CreateStackSuccessTests-e684c893-39d6-4240-a61a-1fa3d24ba360-inst", "subnet_name": "CreateStackSuccessTests-e684c893-39d6-4240-a61a-1fa3d24ba360-subnet", "image_name": "CreateStackSuccessTests-e684c893-39d6-4240-a61a-1fa3d24ba360-image", "flavor_name": "CreateStackSuccessTests-e684c893-39d6-4240-a61a-1fa3d24ba360-flavor-name"}}' 2018-08-12 08:40:45,304 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:40:42 GMT Server: Apache x-openstack-request-id: req-812fa8f9-249e-451c-a4e6-e29d9e58066f Location: http://172.30.9.21:8004/v1/790ee0df901e4cd091e0ed497ef0490a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e684c893-39d6-4240-a61a-1fa3d24ba360-stack/6d1afc12-8f82-4f8c-a18b-3f2d4c66c655 Content-Length: 291 Content-Type: application/json RESP BODY: {"stack": {"id": "6d1afc12-8f82-4f8c-a18b-3f2d4c66c655", "links": [{"href": "http://172.30.9.21:8004/v1/790ee0df901e4cd091e0ed497ef0490a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e684c893-39d6-4240-a61a-1fa3d24ba360-stack/6d1afc12-8f82-4f8c-a18b-3f2d4c66c655", "rel": "self"}]}} 2018-08-12 08:40:45,304 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.21:8004/v1/790ee0df901e4cd091e0ed497ef0490a/stacks used request id req-812fa8f9-249e-451c-a4e6-e29d9e58066f 2018-08-12 08:40:45,307 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/790ee0df901e4cd091e0ed497ef0490a/stacks/6d1afc12-8f82-4f8c-a18b-3f2d4c66c655 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efafec1eb1f6382c730413cada59f4c7cde5d88b" 2018-08-12 08:40:45,500 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:40:45 GMT Server: Apache x-openstack-request-id: req-a5b85e84-0de4-442d-8c60-65150279f531 Location: http://172.30.9.21:8004/v1/790ee0df901e4cd091e0ed497ef0490a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e684c893-39d6-4240-a61a-1fa3d24ba360-stack/6d1afc12-8f82-4f8c-a18b-3f2d4c66c655 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/790ee0df901e4cd091e0ed497ef0490a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e684c893-39d6-4240-a61a-1fa3d24ba360-stack/6d1afc12-8f82-4f8c-a18b-3f2d4c66c655;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:40:45,706 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:40:45 GMT Server: Apache x-openstack-request-id: req-c6658daf-cde6-48b6-b332-0b5d0a285132 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 555 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "790ee0df901e4cd091e0ed497ef0490a", "OS::stack_id": "6d1afc12-8f82-4f8c-a18b-3f2d4c66c655", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e684c893-39d6-4240-a61a-1fa3d24ba360-stack", "image_name": "CreateStackSuccessTests-e684c893-39d6-4240-a61a-1fa3d24ba360-image", "inst_name": "CreateStackSuccessTests-e684c893-39d6-4240-a61a-1fa3d24ba360-inst", "subnet_name": "CreateStackSuccessTests-e684c893-39d6-4240-a61a-1fa3d24ba360-subnet", "net_name": "CreateStackSuccessTests-e684c893-39d6-4240-a61a-1fa3d24ba360-net", "flavor_name": "CreateStackSuccessTests-e684c893-39d6-4240-a61a-1fa3d24ba360-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e684c893-39d6-4240-a61a-1fa3d24ba360-stack", "stack_user_project_id": "f5195fd9be154c9999ba1454b916f480", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-12T08:40:44Z", "links": [{"href": "http://172.30.9.21:8004/v1/790ee0df901e4cd091e0ed497ef0490a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e684c893-39d6-4240-a61a-1fa3d24ba360-stack/6d1afc12-8f82-4f8c-a18b-3f2d4c66c655", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "6d1afc12-8f82-4f8c-a18b-3f2d4c66c655", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-12 08:40:45,706 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/790ee0df901e4cd091e0ed497ef0490a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e684c893-39d6-4240-a61a-1fa3d24ba360-stack/6d1afc12-8f82-4f8c-a18b-3f2d4c66c655 used request id req-c6658daf-cde6-48b6-b332-0b5d0a285132 2018-08-12 08:40:45,707 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-e684c893-39d6-4240-a61a-1fa3d24ba360-stack 2018-08-12 08:40:45,707 - create_stack - ERROR - Timeout checking for stack status for CREATE_COMPLETE 2018-08-12 08:40:45,710 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/790ee0df901e4cd091e0ed497ef0490a/stacks/6d1afc12-8f82-4f8c-a18b-3f2d4c66c655 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efafec1eb1f6382c730413cada59f4c7cde5d88b" 2018-08-12 08:40:45,905 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:40:45 GMT Server: Apache x-openstack-request-id: req-d4dc8089-70e5-4404-8837-5e354f9fd8b6 Location: http://172.30.9.21:8004/v1/790ee0df901e4cd091e0ed497ef0490a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e684c893-39d6-4240-a61a-1fa3d24ba360-stack/6d1afc12-8f82-4f8c-a18b-3f2d4c66c655 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/790ee0df901e4cd091e0ed497ef0490a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e684c893-39d6-4240-a61a-1fa3d24ba360-stack/6d1afc12-8f82-4f8c-a18b-3f2d4c66c655;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:40:46,120 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:40:45 GMT Server: Apache x-openstack-request-id: req-10ab3ccf-081f-413b-9548-b28c5e472ae2 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 555 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "790ee0df901e4cd091e0ed497ef0490a", "OS::stack_id": "6d1afc12-8f82-4f8c-a18b-3f2d4c66c655", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e684c893-39d6-4240-a61a-1fa3d24ba360-stack", "image_name": "CreateStackSuccessTests-e684c893-39d6-4240-a61a-1fa3d24ba360-image", "inst_name": "CreateStackSuccessTests-e684c893-39d6-4240-a61a-1fa3d24ba360-inst", "subnet_name": "CreateStackSuccessTests-e684c893-39d6-4240-a61a-1fa3d24ba360-subnet", "net_name": "CreateStackSuccessTests-e684c893-39d6-4240-a61a-1fa3d24ba360-net", "flavor_name": "CreateStackSuccessTests-e684c893-39d6-4240-a61a-1fa3d24ba360-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e684c893-39d6-4240-a61a-1fa3d24ba360-stack", "stack_user_project_id": "f5195fd9be154c9999ba1454b916f480", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-12T08:40:44Z", "links": [{"href": "http://172.30.9.21:8004/v1/790ee0df901e4cd091e0ed497ef0490a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e684c893-39d6-4240-a61a-1fa3d24ba360-stack/6d1afc12-8f82-4f8c-a18b-3f2d4c66c655", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "6d1afc12-8f82-4f8c-a18b-3f2d4c66c655", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-12 08:40:46,120 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/790ee0df901e4cd091e0ed497ef0490a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e684c893-39d6-4240-a61a-1fa3d24ba360-stack/6d1afc12-8f82-4f8c-a18b-3f2d4c66c655 used request id req-10ab3ccf-081f-413b-9548-b28c5e472ae2 2018-08-12 08:40:46,121 - create_stack - ERROR - ERROR: STACK CREATION FAILED: Stack CREATE started 2018-08-12 08:40:46,121 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-e684c893-39d6-4240-a61a-1fa3d24ba360-stack 2018-08-12 08:40:46,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8004/v1/790ee0df901e4cd091e0ed497ef0490a/stacks/6d1afc12-8f82-4f8c-a18b-3f2d4c66c655 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efafec1eb1f6382c730413cada59f4c7cde5d88b" 2018-08-12 08:40:46,313 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:40:46 GMT Server: Apache x-openstack-request-id: req-d1428d65-6faf-4584-91ce-38c977a441b9 Location: http://172.30.9.21:8004/v1/790ee0df901e4cd091e0ed497ef0490a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e684c893-39d6-4240-a61a-1fa3d24ba360-stack/6d1afc12-8f82-4f8c-a18b-3f2d4c66c655 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/790ee0df901e4cd091e0ed497ef0490a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e684c893-39d6-4240-a61a-1fa3d24ba360-stack/6d1afc12-8f82-4f8c-a18b-3f2d4c66c655;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:40:46,532 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:40:46 GMT Server: Apache x-openstack-request-id: req-8df12500-4f38-48c6-9b99-5541ae163989 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 08:40:46,532 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.21:8004/v1/790ee0df901e4cd091e0ed497ef0490a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e684c893-39d6-4240-a61a-1fa3d24ba360-stack/6d1afc12-8f82-4f8c-a18b-3f2d4c66c655 used request id req-8df12500-4f38-48c6-9b99-5541ae163989 2018-08-12 08:40:46,535 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/790ee0df901e4cd091e0ed497ef0490a/stacks/6d1afc12-8f82-4f8c-a18b-3f2d4c66c655 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efafec1eb1f6382c730413cada59f4c7cde5d88b" 2018-08-12 08:40:46,714 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:40:46 GMT Server: Apache x-openstack-request-id: req-421143ee-7868-4ad6-905a-36598301307b Location: http://172.30.9.21:8004/v1/790ee0df901e4cd091e0ed497ef0490a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e684c893-39d6-4240-a61a-1fa3d24ba360-stack/6d1afc12-8f82-4f8c-a18b-3f2d4c66c655 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/790ee0df901e4cd091e0ed497ef0490a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e684c893-39d6-4240-a61a-1fa3d24ba360-stack/6d1afc12-8f82-4f8c-a18b-3f2d4c66c655;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:40:46,904 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:40:46 GMT Server: Apache x-openstack-request-id: req-91c4f1dc-f300-4d74-b1ba-d859f1648be5 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 558 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "790ee0df901e4cd091e0ed497ef0490a", "OS::stack_id": "6d1afc12-8f82-4f8c-a18b-3f2d4c66c655", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e684c893-39d6-4240-a61a-1fa3d24ba360-stack", "image_name": "CreateStackSuccessTests-e684c893-39d6-4240-a61a-1fa3d24ba360-image", "inst_name": "CreateStackSuccessTests-e684c893-39d6-4240-a61a-1fa3d24ba360-inst", "subnet_name": "CreateStackSuccessTests-e684c893-39d6-4240-a61a-1fa3d24ba360-subnet", "flavor_name": "CreateStackSuccessTests-e684c893-39d6-4240-a61a-1fa3d24ba360-flavor-name", "net_name": "CreateStackSuccessTests-e684c893-39d6-4240-a61a-1fa3d24ba360-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e684c893-39d6-4240-a61a-1fa3d24ba360-stack", "stack_user_project_id": "f5195fd9be154c9999ba1454b916f480", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-08-12T08:40:44Z", "links": [{"href": "http://172.30.9.21:8004/v1/790ee0df901e4cd091e0ed497ef0490a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e684c893-39d6-4240-a61a-1fa3d24ba360-stack/6d1afc12-8f82-4f8c-a18b-3f2d4c66c655", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-08-12T08:40:46Z", "id": "6d1afc12-8f82-4f8c-a18b-3f2d4c66c655", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-12 08:40:46,905 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/790ee0df901e4cd091e0ed497ef0490a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e684c893-39d6-4240-a61a-1fa3d24ba360-stack/6d1afc12-8f82-4f8c-a18b-3f2d4c66c655 used request id req-91c4f1dc-f300-4d74-b1ba-d859f1648be5 2018-08-12 08:40:46,905 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-08-12 08:40:46,905 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-08-12 08:40:49,908 - create_stack - DEBUG - Stack status query timeout in 1196.62374997 2018-08-12 08:40:49,912 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/790ee0df901e4cd091e0ed497ef0490a/stacks/6d1afc12-8f82-4f8c-a18b-3f2d4c66c655 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efafec1eb1f6382c730413cada59f4c7cde5d88b" 2018-08-12 08:40:50,105 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:40:49 GMT Server: Apache x-openstack-request-id: req-f6ee1cef-102c-40e1-92b8-c581a8d26a66 Location: http://172.30.9.21:8004/v1/790ee0df901e4cd091e0ed497ef0490a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e684c893-39d6-4240-a61a-1fa3d24ba360-stack/6d1afc12-8f82-4f8c-a18b-3f2d4c66c655 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/790ee0df901e4cd091e0ed497ef0490a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e684c893-39d6-4240-a61a-1fa3d24ba360-stack/6d1afc12-8f82-4f8c-a18b-3f2d4c66c655;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:40:50,334 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:40:50 GMT Server: Apache x-openstack-request-id: req-199820ee-1930-46f6-ab5b-046f6b727dd7 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 554 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "790ee0df901e4cd091e0ed497ef0490a", "OS::stack_id": "6d1afc12-8f82-4f8c-a18b-3f2d4c66c655", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e684c893-39d6-4240-a61a-1fa3d24ba360-stack", "image_name": "CreateStackSuccessTests-e684c893-39d6-4240-a61a-1fa3d24ba360-image", "inst_name": "CreateStackSuccessTests-e684c893-39d6-4240-a61a-1fa3d24ba360-inst", "subnet_name": "CreateStackSuccessTests-e684c893-39d6-4240-a61a-1fa3d24ba360-subnet", "flavor_name": "CreateStackSuccessTests-e684c893-39d6-4240-a61a-1fa3d24ba360-flavor-name", "net_name": "CreateStackSuccessTests-e684c893-39d6-4240-a61a-1fa3d24ba360-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e684c893-39d6-4240-a61a-1fa3d24ba360-stack", "stack_user_project_id": "f5195fd9be154c9999ba1454b916f480", "tags": null, "creation_time": "2018-08-12T08:40:44Z", "links": [{"href": "http://172.30.9.21:8004/v1/790ee0df901e4cd091e0ed497ef0490a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e684c893-39d6-4240-a61a-1fa3d24ba360-stack/6d1afc12-8f82-4f8c-a18b-3f2d4c66c655", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-08-12T08:40:46Z", "id": "6d1afc12-8f82-4f8c-a18b-3f2d4c66c655", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Simple template to deploy a single compute instance"}} 2018-08-12 08:40:50,335 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/790ee0df901e4cd091e0ed497ef0490a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e684c893-39d6-4240-a61a-1fa3d24ba360-stack/6d1afc12-8f82-4f8c-a18b-3f2d4c66c655 used request id req-199820ee-1930-46f6-ab5b-046f6b727dd7 2018-08-12 08:40:50,335 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2018-08-12 08:40:50,335 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-e684c893-39d6-4240-a61a-1fa3d24ba360-stack 2018-08-12 08:40:50,335 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-e684c893-39d6-4240-a61a-1fa3d24ba360-stack 2018-08-12 08:40:50,338 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8004/v1/790ee0df901e4cd091e0ed497ef0490a/stacks/6d1afc12-8f82-4f8c-a18b-3f2d4c66c655 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efafec1eb1f6382c730413cada59f4c7cde5d88b" 2018-08-12 08:40:50,532 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:40:50 GMT Server: Apache x-openstack-request-id: req-f495af34-49ff-42dd-b54e-6a94d369edd9 Location: http://172.30.9.21:8004/v1/790ee0df901e4cd091e0ed497ef0490a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e684c893-39d6-4240-a61a-1fa3d24ba360-stack/6d1afc12-8f82-4f8c-a18b-3f2d4c66c655 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/790ee0df901e4cd091e0ed497ef0490a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e684c893-39d6-4240-a61a-1fa3d24ba360-stack/6d1afc12-8f82-4f8c-a18b-3f2d4c66c655;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:40:50,720 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:40:50 GMT Server: Apache x-openstack-request-id: req-8c91d4f0-3b0e-4f0d-a0d3-efc3d51072aa Content-Length: 279 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackSuccessTests-CreateStackSuccessTests-e684c893-39d6-4240-a61a-1fa3d24ba360-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-08-12 08:40:50,720 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.21:8004/v1/790ee0df901e4cd091e0ed497ef0490a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e684c893-39d6-4240-a61a-1fa3d24ba360-stack/6d1afc12-8f82-4f8c-a18b-3f2d4c66c655 used request id req-8c91d4f0-3b0e-4f0d-a0d3-efc3d51072aa 2018-08-12 08:40:50,721 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-e684c893-39d6-4240-a61a-1fa3d24ba360-image 2018-08-12 08:40:50,724 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/5d36c200-36f7-47b3-91b5-b78c707c2c0e -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7c3a1c35fd6ab85fd37f48e5535ddfa512d68d20" 2018-08-12 08:40:51,195 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-7e2db0d0-31b5-48d1-a032-efebb7db1c6c Date: Sun, 12 Aug 2018 08:40: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 08:40:51,195 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/5d36c200-36f7-47b3-91b5-b78c707c2c0e used request id req-7e2db0d0-31b5-48d1-a032-efebb7db1c6c 2018-08-12 08:40:51,198 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/flavors/eed5c0a1-34af-49f3-96b7-a4e3c60a344f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a053fb1c9bd9b32fa8c7aa588042b4cdb43f1c9" 2018-08-12 08:40:51,398 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 08:40: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-bde0578e-f9ea-4ca9-a032-43623359aa08 x-compute-request-id: req-bde0578e-f9ea-4ca9-a032-43623359aa08 Content-Length: 0 Content-Type: application/json 2018-08-12 08:40:51,398 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/eed5c0a1-34af-49f3-96b7-a4e3c60a344f used request id req-bde0578e-f9ea-4ca9-a032-43623359aa08 2018-08-12 08:40:51,399 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:40:51,400 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:40:51,400 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:40:51,400 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:40:51,400 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:40:51,406 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76e659efd30382fd6206ddefc2a3d20d1f49852f" 2018-08-12 08:40:51,675 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 45548 X-Openstack-Request-Id: req-291705de-1de2-41c8-af97-ade56b921094 Date: Sun, 12 Aug 2018 08:40:51 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "created_at": "2018-08-12T06:59:44Z", "updated_at": "2018-08-12T06:59:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "1d7fd960-7865-4453-aecc-8d399b4fad21", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "66820d8a-b785-4b18-bd67-500221c8e4f9", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "74fc7638-a322-4841-8c47-06d36174a200", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "8eaa09ec-8419-4582-9312-1e527afe6e4b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}], "revision_number": 4, "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "created_at": "2018-08-12T05:12:34Z", "updated_at": "2018-08-12T05:12:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "709513d2-af7d-4d0b-bd3c-604fed75a711", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "aa346066-e46f-44f2-94be-2884aa998a19", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "c15f7b93-e56c-4afa-867d-2acb286d4b7b", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "cb0ef83f-5f70-4a80-ad35-431ca9df551e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}], "revision_number": 4, "project_id": "fa5a7fe6ee54472ba01638877aade8e3", "id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ea65becf30e54b27aa96a449698a435e", "created_at": "2018-08-12T05:10:35Z", "updated_at": "2018-08-12T05:10:35Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "30ad280c-f302-4cd4-a438-5139917b56f9", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "76115c4c-887d-4f0a-83e2-486e4b39c713", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "8ab14937-4c08-4d43-8a9a-662e622cc643", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "ee757a03-5662-4273-9c3e-6212e7afb48f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}], "revision_number": 4, "project_id": "ea65becf30e54b27aa96a449698a435e", "id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "created_at": "2018-08-12T06:20:09Z", "updated_at": "2018-08-12T06:20:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "1123b8f2-75ac-4a26-b9b2-a96da97408e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "2ddd2b93-e080-48cd-9a50-f5fe8a82ad0c", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "cd1bae62-0aea-4438-b4c3-50a69ae6f855", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "e398e01e-ceea-46d1-9534-b929808c4a5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}], "revision_number": 4, "project_id": "ff7abd7bb61f4f2889831e932d65dc2e", "id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "created_at": "2018-08-12T05:34:57Z", "updated_at": "2018-08-12T05:34:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "208a1c1e-f5f8-49c7-9a25-d07e68b1541f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "27bfd867-e607-4bf8-9de8-60682d3f771d", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "49360e1f-6fd3-4f35-b339-24cea95773ee", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "60f631a9-d305-4920-9631-d0543e2ac64f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}], "revision_number": 4, "project_id": "3a85ceae958d4d9fba68847e7df67db8", "id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "created_at": "2018-08-12T05:34:40Z", "updated_at": "2018-08-12T05:34:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "2192c259-363e-4768-ae73-e75837ad63b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "3f87ddc5-f84d-41dc-8215-847724782569", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "7d89f6da-ea78-49dd-9115-f9ad23b250bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "9ec4497d-0f65-44db-9be9-7b3042e4a584", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}], "revision_number": 4, "project_id": "85517fcf1c6247e699fdcdd42ecc8c79", "id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "created_at": "2018-08-12T05:16:02Z", "updated_at": "2018-08-12T05:16:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "1ecacd8c-c1c7-4a66-9871-406a69323b43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "3cc1750c-e0e7-4902-b6f3-494a161b832e", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "d719a7a4-8c99-44ed-8c12-6bf071890203", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "fe7421b5-d577-41da-8c78-62f3c07eda92", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}], "revision_number": 4, "project_id": "a267b9a156244bb192691cff6e5f74fe", "id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "790ee0df901e4cd091e0ed497ef0490a", "created_at": "2018-08-12T08:40:45Z", "updated_at": "2018-08-12T08:40:45Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:40:45Z", "revision_number": 0, "id": "6f8d0bfc-c99c-4cf9-a02a-5fc1a8ab3af1", "remote_group_id": "71e95fbf-cf25-4a2b-a94a-7709e0e73eef", "remote_ip_prefix": null, "created_at": "2018-08-12T08:40:45Z", "security_group_id": "71e95fbf-cf25-4a2b-a94a-7709e0e73eef", "tenant_id": "790ee0df901e4cd091e0ed497ef0490a", "port_range_min": null, "ethertype": "IPv6", "project_id": "790ee0df901e4cd091e0ed497ef0490a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:40:45Z", "revision_number": 0, "id": "7b2be676-9295-409c-86ab-ca05c984def7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:40:45Z", "security_group_id": "71e95fbf-cf25-4a2b-a94a-7709e0e73eef", "tenant_id": "790ee0df901e4cd091e0ed497ef0490a", "port_range_min": null, "ethertype": "IPv6", "project_id": "790ee0df901e4cd091e0ed497ef0490a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:40:45Z", "revision_number": 0, "id": "9e4f53f1-5882-49e0-93a6-94ef1844523c", "remote_group_id": "71e95fbf-cf25-4a2b-a94a-7709e0e73eef", "remote_ip_prefix": null, "created_at": "2018-08-12T08:40:45Z", "security_group_id": "71e95fbf-cf25-4a2b-a94a-7709e0e73eef", "tenant_id": "790ee0df901e4cd091e0ed497ef0490a", "port_range_min": null, "ethertype": "IPv4", "project_id": "790ee0df901e4cd091e0ed497ef0490a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:40:45Z", "revision_number": 0, "id": "e1b1fc53-305d-4038-933d-2402f894071c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:40:45Z", "security_group_id": "71e95fbf-cf25-4a2b-a94a-7709e0e73eef", "tenant_id": "790ee0df901e4cd091e0ed497ef0490a", "port_range_min": null, "ethertype": "IPv4", "project_id": "790ee0df901e4cd091e0ed497ef0490a"}], "revision_number": 4, "project_id": "790ee0df901e4cd091e0ed497ef0490a", "id": "71e95fbf-cf25-4a2b-a94a-7709e0e73eef", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "315a428116f24d9fbb826b37080a918e", "created_at": "2018-08-12T05:11:31Z", "updated_at": "2018-08-12T05:11:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "5e52886a-1dc3-4a81-a55d-f388dc4fd1a1", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "678e32e4-d64c-448a-a4ab-e253ab94ae90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "a8da1539-e3ad-4f90-b2df-3dc1f09d228a", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "b73d5cc9-0205-4658-bb1f-61a042c0ab8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}], "revision_number": 4, "project_id": "315a428116f24d9fbb826b37080a918e", "id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-12T05:08:01Z", "updated_at": "2018-08-12T05:08:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:01Z", "revision_number": 0, "id": "0fb05d03-1117-45d0-930c-b6d4c96ef102", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "4faaab33-5788-4bbd-85b8-0fb44d41413a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "96d0c5a0-5c67-421b-8fc8-2b46d77e5db3", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "dd78519b-4bc5-4e8e-ad0f-58089dd69347", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "11a46741b7954b959fd7764109c047b6", "created_at": "2018-08-12T05:34:51Z", "updated_at": "2018-08-12T05:34:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "0b67bf3c-2289-43bb-ab6c-7d25ec32a279", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "51f3f833-337a-42bd-a8d5-742ea8d6c226", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "571fd0b5-ef90-408d-af33-aafb517b8993", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "944ba823-fb9c-496e-a66e-bb426bb14a8d", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}], "revision_number": 4, "project_id": "11a46741b7954b959fd7764109c047b6", "id": "90af9782-8112-4257-801d-ee5115d226ba", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "created_at": "2018-08-12T05:34:26Z", "updated_at": "2018-08-12T05:34:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "2ee1f63a-807c-4d6a-85ee-dd784f6b8c3f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5dec3ec2-2add-47dd-8618-90659dcf3885", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5ea0dc3e-49d0-43f0-94e9-f6443527d14c", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "fbfaca22-7e3e-4128-8973-43e439b77c28", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}], "revision_number": 4, "project_id": "3c01cd58055c44ecaef39f7e625c2258", "id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "521007c1818145639e93ceb270559219", "created_at": "2018-08-12T05:13:27Z", "updated_at": "2018-08-12T05:13:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "5e7fede5-b0f2-47d8-95c3-516cdfc7f9de", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "8fd0e36f-c6c4-4f64-ba97-40439e614448", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "db7d79de-1dfc-4138-945f-91e74cdc266b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "e87f2cff-ff3e-4b6d-aaf0-7f0eb0ab9f05", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}], "revision_number": 4, "project_id": "521007c1818145639e93ceb270559219", "id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "created_at": "2018-08-12T05:08:18Z", "updated_at": "2018-08-12T05:08:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "3c67be40-bf74-4f97-9693-d93ce73a23b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "6112d869-2fc6-4a25-a13c-3d55cd7206c0", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "bdf21c56-453e-482e-9cba-3c55abcb0339", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "c8e92c39-38cc-4f48-be9c-5f0912e6a725", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}], "revision_number": 4, "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "created_at": "2018-08-12T05:04:23Z", "updated_at": "2018-08-12T05:04:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "280546d9-8ad1-4283-abfc-15ee9b1736c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "58bce125-f2ca-4a6d-b9ca-4e6cf5c0f7a5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "69275b9a-cfb5-482c-a9c4-8ffc79adf2c7", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "6d747f3a-3764-469a-a645-f977585c5aac", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}], "revision_number": 4, "project_id": "310f5853751a4c968f3eeb0a3d99a0a8", "id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "created_at": "2018-08-12T05:34:42Z", "updated_at": "2018-08-12T05:34:42Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "199582e8-25aa-457a-aa7c-6d8413ca4464", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "234f3609-4454-448f-919d-c8143c7cd764", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "c1061460-71a2-49a9-a04b-9fa33eeb17ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "d21ac532-51d8-4d6b-8300-7bac216759bf", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}], "revision_number": 4, "project_id": "9f6c1a272706419c9a74b0893b2890e8", "id": "d6739716-c693-460c-89c6-e7c8c48f8245", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "created_at": "2018-08-12T05:34:54Z", "updated_at": "2018-08-12T05:34:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "0633a05a-ee7d-4476-a56b-75d011b22f77", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "6cc1b9f8-73db-47a3-a0e0-3c96c43f34da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "90d99a6b-e94f-4fd8-a10c-f19dd8954c13", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "e843c139-af2a-4d2c-a24f-59f7b10ff72e", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}], "revision_number": 4, "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "created_at": "2018-08-12T05:09:07Z", "updated_at": "2018-08-12T05:09:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "5495e168-f505-4d74-ae6d-387f0bf533c2", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "6fd19b8b-3062-456e-81ba-3ff37fe43429", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8ca59d25-485c-46ce-939c-2e4a468caeac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8f190846-50a0-42b9-b571-390809b752b1", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}], "revision_number": 4, "project_id": "fa9ca6d7608b4d7d87ce97331679a481", "id": "edcd9b17-9416-4c25-823c-060c435e18d7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "created_at": "2018-08-12T05:34:52Z", "updated_at": "2018-08-12T05:34:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "2c7e484e-6ec5-4a95-8c9c-66d294c0c27e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "70c74258-3c2c-4efc-87e0-079c26ee3417", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "b70382fa-082e-4c2b-abc8-87490fa50b11", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "c3628e02-b4b6-42c9-8751-c1a2d3c19caa", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}], "revision_number": 4, "project_id": "87db863ba6e348b0a5ddcb67053db9d1", "id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "name": "default"}]} 2018-08-12 08:40:51,676 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-291705de-1de2-41c8-af97-ade56b921094 2018-08-12 08:40:51,684 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76e659efd30382fd6206ddefc2a3d20d1f49852f" 2018-08-12 08:40:51,774 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:40:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-88b0b843-f6b5-4a2d-9214-09252b84b158 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 5fe28c13d4d74ba2be8d019ac1ea6363.", "code": 404, "title": "Not Found"}} 2018-08-12 08:40:51,774 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 used request id req-88b0b843-f6b5-4a2d-9214-09252b84b158 2018-08-12 08:40:51,774 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:40:51,778 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76e659efd30382fd6206ddefc2a3d20d1f49852f" 2018-08-12 08:40:51,874 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:40:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e6f66ba8-ea0a-4b61-a66f-6ee01efc24b9 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa5a7fe6ee54472ba01638877aade8e3.", "code": 404, "title": "Not Found"}} 2018-08-12 08:40:51,875 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 used request id req-e6f66ba8-ea0a-4b61-a66f-6ee01efc24b9 2018-08-12 08:40:51,875 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:40:51,880 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76e659efd30382fd6206ddefc2a3d20d1f49852f" 2018-08-12 08:40:51,966 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:40:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8788ebf1-d3bc-4c5f-b2c3-9143bfd5fce6 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ea65becf30e54b27aa96a449698a435e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:40:51,966 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e used request id req-8788ebf1-d3bc-4c5f-b2c3-9143bfd5fce6 2018-08-12 08:40:51,966 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:40:51,970 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76e659efd30382fd6206ddefc2a3d20d1f49852f" 2018-08-12 08:40:52,061 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:40:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2de3a3d1-59a2-42d3-b961-e6a394946fba Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ff7abd7bb61f4f2889831e932d65dc2e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:40:52,062 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e used request id req-2de3a3d1-59a2-42d3-b961-e6a394946fba 2018-08-12 08:40:52,062 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:40:52,066 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76e659efd30382fd6206ddefc2a3d20d1f49852f" 2018-08-12 08:40:52,175 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:40:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-48433a84-3b24-4cdd-adbf-52896467b537 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3a85ceae958d4d9fba68847e7df67db8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:40:52,175 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 used request id req-48433a84-3b24-4cdd-adbf-52896467b537 2018-08-12 08:40:52,175 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:40:52,178 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76e659efd30382fd6206ddefc2a3d20d1f49852f" 2018-08-12 08:40:52,266 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:40:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-efe385ce-eadf-4f4f-98e5-f92ea4bd94f7 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 85517fcf1c6247e699fdcdd42ecc8c79.", "code": 404, "title": "Not Found"}} 2018-08-12 08:40:52,266 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 used request id req-efe385ce-eadf-4f4f-98e5-f92ea4bd94f7 2018-08-12 08:40:52,266 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:40:52,270 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76e659efd30382fd6206ddefc2a3d20d1f49852f" 2018-08-12 08:40:52,365 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:40:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-31136058-e707-4249-a24d-0354c2316d3d Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}} 2018-08-12 08:40:52,365 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe used request id req-31136058-e707-4249-a24d-0354c2316d3d 2018-08-12 08:40:52,368 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/790ee0df901e4cd091e0ed497ef0490a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76e659efd30382fd6206ddefc2a3d20d1f49852f" 2018-08-12 08:40:52,465 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:40:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d82b67d8-f38f-44ab-9175-c4eb9e448a15 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/790ee0df901e4cd091e0ed497ef0490a"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "790ee0df901e4cd091e0ed497ef0490a", "name": "CreateStackSuccessTests-1562934c-4c10-485-proj"}} 2018-08-12 08:40:52,465 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/790ee0df901e4cd091e0ed497ef0490a used request id req-d82b67d8-f38f-44ab-9175-c4eb9e448a15 2018-08-12 08:40:52,466 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 71e95fbf-cf25-4a2b-a94a-7709e0e73eef 2018-08-12 08:40:52,471 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=71e95fbf-cf25-4a2b-a94a-7709e0e73eef -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76e659efd30382fd6206ddefc2a3d20d1f49852f" 2018-08-12 08:40:52,682 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-01f058f7-7f04-423d-98ad-bc0ae0148914 Date: Sun, 12 Aug 2018 08:40:52 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "71e95fbf-cf25-4a2b-a94a-7709e0e73eef", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:40:45Z", "security_group_id": "71e95fbf-cf25-4a2b-a94a-7709e0e73eef", "port_range_min": null, "revision_number": 0, "tenant_id": "790ee0df901e4cd091e0ed497ef0490a", "created_at": "2018-08-12T08:40:45Z", "project_id": "790ee0df901e4cd091e0ed497ef0490a", "id": "6f8d0bfc-c99c-4cf9-a02a-5fc1a8ab3af1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:40:45Z", "security_group_id": "71e95fbf-cf25-4a2b-a94a-7709e0e73eef", "port_range_min": null, "revision_number": 0, "tenant_id": "790ee0df901e4cd091e0ed497ef0490a", "created_at": "2018-08-12T08:40:45Z", "project_id": "790ee0df901e4cd091e0ed497ef0490a", "id": "7b2be676-9295-409c-86ab-ca05c984def7"}, {"remote_group_id": "71e95fbf-cf25-4a2b-a94a-7709e0e73eef", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:40:45Z", "security_group_id": "71e95fbf-cf25-4a2b-a94a-7709e0e73eef", "port_range_min": null, "revision_number": 0, "tenant_id": "790ee0df901e4cd091e0ed497ef0490a", "created_at": "2018-08-12T08:40:45Z", "project_id": "790ee0df901e4cd091e0ed497ef0490a", "id": "9e4f53f1-5882-49e0-93a6-94ef1844523c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:40:45Z", "security_group_id": "71e95fbf-cf25-4a2b-a94a-7709e0e73eef", "port_range_min": null, "revision_number": 0, "tenant_id": "790ee0df901e4cd091e0ed497ef0490a", "created_at": "2018-08-12T08:40:45Z", "project_id": "790ee0df901e4cd091e0ed497ef0490a", "id": "e1b1fc53-305d-4038-933d-2402f894071c"}]} 2018-08-12 08:40:52,683 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=71e95fbf-cf25-4a2b-a94a-7709e0e73eef used request id req-01f058f7-7f04-423d-98ad-bc0ae0148914 2018-08-12 08:40:52,683 - neutron_utils - INFO - Deleting security group with name - default 2018-08-12 08:40:52,688 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/71e95fbf-cf25-4a2b-a94a-7709e0e73eef -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76e659efd30382fd6206ddefc2a3d20d1f49852f" 2018-08-12 08:40:53,061 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ae5e98b7-7666-4318-8a25-1d154d6401d4 Content-Length: 0 Date: Sun, 12 Aug 2018 08:40:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:40:53,061 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/71e95fbf-cf25-4a2b-a94a-7709e0e73eef used request id req-ae5e98b7-7666-4318-8a25-1d154d6401d4 2018-08-12 08:40:53,062 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-1562934c-4c10-485-proj 2018-08-12 08:40:53,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/790ee0df901e4cd091e0ed497ef0490a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76e659efd30382fd6206ddefc2a3d20d1f49852f" 2018-08-12 08:40:53,370 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:40:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-da5d5ecf-e7c0-445a-9a84-468a5d8ba237 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 08:40:53,370 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/790ee0df901e4cd091e0ed497ef0490a used request id req-da5d5ecf-e7c0-445a-9a84-468a5d8ba237 2018-08-12 08:40:53,370 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-1562934c-4c10-485-proj-role 2018-08-12 08:40:53,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/f0fac72b07bc4800a423439db0dd8ca0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76e659efd30382fd6206ddefc2a3d20d1f49852f" 2018-08-12 08:40:53,494 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:40:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5a981788-f57a-4b02-86d4-6cf390c247d2 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 08:40:53,494 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/f0fac72b07bc4800a423439db0dd8ca0 used request id req-5a981788-f57a-4b02-86d4-6cf390c247d2 2018-08-12 08:40:53,498 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76e659efd30382fd6206ddefc2a3d20d1f49852f" 2018-08-12 08:40:53,587 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:40:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ecdfe3c1-5838-4df8-b191-8091dc08eee7 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:40:53,587 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-ecdfe3c1-5838-4df8-b191-8091dc08eee7 2018-08-12 08:40:53,588 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-1562934c-4c10-485-user 2018-08-12 08:40:53,591 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/fea58d156c254b5394d170d3c29a5539 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88b880ec47bdecddb48b2221d1012d5473ac1884" 2018-08-12 08:40:53,824 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:40:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6a7f910a-d179-46f6-822c-2c2bd7c8f06a 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 08:40:53,825 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/fea58d156c254b5394d170d3c29a5539 used request id req-6a7f910a-d179-46f6-822c-2c2bd7c8f06a 2018-08-12 08:40:53,826 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:40:54,219 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:40:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["Ltwv7xemQzSgJDPgtRe1kQ"], "issued_at": "2018-08-12T08:40:54.000000Z"}} 2018-08-12 08:40:54,219 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}2b92a5115c53affdd85772b55efca0c06a939aac" 2018-08-12 08:40:54,306 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:40:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dacdbc44-7cdb-4fff-a3e0-f778f7942a57 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:40:54,306 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-dacdbc44-7cdb-4fff-a3e0-f778f7942a57 2018-08-12 08:40:54,307 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:40:54,308 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:40:54,698 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:40:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["ORz-dsgtSLCOSpj_uaVHhg"], "issued_at": "2018-08-12T08:40:54.000000Z"}} 2018-08-12 08:40:54,698 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}9c7a3a45e49ca2499505a4b509f2ad02d7b84bdf" 2018-08-12 08:40:54,784 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:40:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dc87c975-247f-4442-929b-23e30e1f40c3 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:40:54,784 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-dc87c975-247f-4442-929b-23e30e1f40c3 2018-08-12 08:40:54,789 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:40:54,794 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:40:54 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:40:54,795 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-d0816448-849d-4b3-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c7a3a45e49ca2499505a4b509f2ad02d7b84bdf" 2018-08-12 08:40:54,882 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:40:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-19959fe9-4c99-433e-a7f5-008e31fc0acb Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-d0816448-849d-4b3-proj", "previous": null, "next": null}, "projects": []} 2018-08-12 08:40:54,882 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-d0816448-849d-4b3-proj used request id req-19959fe9-4c99-433e-a7f5-008e31fc0acb 2018-08-12 08:40:54,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c7a3a45e49ca2499505a4b509f2ad02d7b84bdf" 2018-08-12 08:40:54,978 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:40:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-374286de-1f25-4137-b0e6-f5b8b2301e69 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:40:54,978 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-374286de-1f25-4137-b0e6-f5b8b2301e69 2018-08-12 08:40:54,982 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c7a3a45e49ca2499505a4b509f2ad02d7b84bdf" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackSuccessTests-d0816448-849d-4b3-proj"}}' 2018-08-12 08:40:55,112 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:40:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3d246a78-a0b6-470f-9578-c8ade608d456 Content-Length: 320 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/4525411d317e49b4bac77a2ecb976ee6"}, "tags": [], "enabled": true, "id": "4525411d317e49b4bac77a2ecb976ee6", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-d0816448-849d-4b3-proj"}} 2018-08-12 08:40:55,112 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-3d246a78-a0b6-470f-9578-c8ade608d456 2018-08-12 08:40:55,112 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-d0816448-849d-4b3-proj 2018-08-12 08:40:55,113 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:40:55,113 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:40:55,503 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:40:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["wBrSwrOXQ0Wh2x4RSzQQ_w"], "issued_at": "2018-08-12T08:40:55.000000Z"}} 2018-08-12 08:40:55,504 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}85bc8965df5328e7ff8898e9bb03515a07e8b3de" 2018-08-12 08:40:55,595 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:40:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6fb30c6f-2046-45c4-bc16-0e80d24becb6 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:40:55,596 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-6fb30c6f-2046-45c4-bc16-0e80d24becb6 2018-08-12 08:40:55,600 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:40:55,606 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:40:55 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:40:55,606 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85bc8965df5328e7ff8898e9bb03515a07e8b3de" 2018-08-12 08:40:55,714 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:40:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3af3b028-43c0-4284-8b2f-3b7a112c56e5 Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/105a247548624314b9228f85f6325f0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105a247548624314b9228f85f6325f0b", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/1c5de0eaa44543f08da6ad63a51594ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c5de0eaa44543f08da6ad63a51594ff", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/1d127b5b832547a88a547c116dfdd65b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d127b5b832547a88a547c116dfdd65b", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/1d5cfc170d624ce4ae53ae0507c8d517"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d5cfc170d624ce4ae53ae0507c8d517", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/2421820b75eb4d3ebd02830378d1377b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2421820b75eb4d3ebd02830378d1377b", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/40bd8ee54ecf44868cc83cede652c396"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40bd8ee54ecf44868cc83cede652c396", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/4f32fb8153854c4c9f5094b42b523f80"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f32fb8153854c4c9f5094b42b523f80", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7066130d08fb4db7bf4ab468de53933b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7066130d08fb4db7bf4ab468de53933b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/8d0898a83bcf4521bbc11501d5d7ac89"}, "domain_id": "1eec97585bde483292ece28ee11f4b8d", "enabled": true, "options": {}, "id": "8d0898a83bcf4521bbc11501d5d7ac89", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/9defcced327d476f8a3beab718a13da3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9defcced327d476f8a3beab718a13da3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/b80ee4f6992446e0879624dd436e99a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b80ee4f6992446e0879624dd436e99a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b86fd3e011324d398fcdb6f095a20a9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b86fd3e011324d398fcdb6f095a20a9d", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1701d2754064b5cadf765ea0806f9b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1701d2754064b5cadf765ea0806f9b2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/db4e7b8d76d549faa502716565c733dd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db4e7b8d76d549faa502716565c733dd", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-12 08:40:55,714 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-3af3b028-43c0-4284-8b2f-3b7a112c56e5 2018-08-12 08:40:55,719 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateStackSuccessTests-d0816448-849d-4b3-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85bc8965df5328e7ff8898e9bb03515a07e8b3de" 2018-08-12 08:40:55,822 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:40:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d2f5e81d-ca8b-46e0-b049-82bdb886efd1 Content-Encoding: gzip Content-Length: 259 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateStackSuccessTests-d0816448-849d-4b3-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/4525411d317e49b4bac77a2ecb976ee6"}, "tags": [], "enabled": true, "id": "4525411d317e49b4bac77a2ecb976ee6", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-d0816448-849d-4b3-proj"}]} 2018-08-12 08:40:55,822 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateStackSuccessTests-d0816448-849d-4b3-proj used request id req-d2f5e81d-ca8b-46e0-b049-82bdb886efd1 2018-08-12 08:40:55,826 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85bc8965df5328e7ff8898e9bb03515a07e8b3de" 2018-08-12 08:40:55,918 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:40:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-de5731a8-5d04-4da6-a98f-32bb1f9a11f1 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:40:55,918 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-de5731a8-5d04-4da6-a98f-32bb1f9a11f1 2018-08-12 08:40:56,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85bc8965df5328e7ff8898e9bb03515a07e8b3de" 2018-08-12 08:40:56,402 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:40:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f0df267b-1126-4661-bd9f-682d0b60dc66 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:40:56,402 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-f0df267b-1126-4661-bd9f-682d0b60dc66 2018-08-12 08:40:56,406 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateStackSuccessTests-d0816448-849d-4b3-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85bc8965df5328e7ff8898e9bb03515a07e8b3de" 2018-08-12 08:40:56,499 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:40:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e159d488-5c7e-4c71-8b4d-670e5d8d593b Content-Encoding: gzip Content-Length: 259 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateStackSuccessTests-d0816448-849d-4b3-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/4525411d317e49b4bac77a2ecb976ee6"}, "tags": [], "enabled": true, "id": "4525411d317e49b4bac77a2ecb976ee6", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-d0816448-849d-4b3-proj"}]} 2018-08-12 08:40:56,499 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateStackSuccessTests-d0816448-849d-4b3-proj used request id req-e159d488-5c7e-4c71-8b4d-670e5d8d593b 2018-08-12 08:40:56,499 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-d0816448-849d-4b3-user 2018-08-12 08:40:56,499 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:40:56,503 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c7a3a45e49ca2499505a4b509f2ad02d7b84bdf" 2018-08-12 08:40:56,594 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:40:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c38be78f-ab84-4933-b7b0-47f88e151d5a Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:40:56,594 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-c38be78f-ab84-4933-b7b0-47f88e151d5a 2018-08-12 08:40:56,598 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c7a3a45e49ca2499505a4b509f2ad02d7b84bdf" -d '{"role": {"name": "CreateStackSuccessTests-d0816448-849d-4b3-proj-role"}}' 2018-08-12 08:40:56,710 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:40:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-247e87db-e0d9-40ad-a593-5cd1f2bd4431 Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "f78644e6f8dd44808603fab45075752e", "links": {"self": "http://172.30.9.21:5000/v3/roles/f78644e6f8dd44808603fab45075752e"}, "name": "CreateStackSuccessTests-d0816448-849d-4b3-proj-role"}} 2018-08-12 08:40:56,711 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-247e87db-e0d9-40ad-a593-5cd1f2bd4431 2018-08-12 08:40:56,711 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-d0816448-849d-4b3-proj-role 2018-08-12 08:40:56,714 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/f78644e6f8dd44808603fab45075752e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c7a3a45e49ca2499505a4b509f2ad02d7b84bdf" 2018-08-12 08:40:56,804 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:40:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a1e891c-bfed-4e78-be73-beb14c7ec25a Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "f78644e6f8dd44808603fab45075752e", "links": {"self": "http://172.30.9.21:5000/v3/roles/f78644e6f8dd44808603fab45075752e"}, "name": "CreateStackSuccessTests-d0816448-849d-4b3-proj-role"}} 2018-08-12 08:40:56,804 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/f78644e6f8dd44808603fab45075752e used request id req-5a1e891c-bfed-4e78-be73-beb14c7ec25a 2018-08-12 08:40:56,804 - keystone_utils - INFO - Granting role CreateStackSuccessTests-d0816448-849d-4b3-proj-role to project CreateStackSuccessTests-d0816448-849d-4b3-proj 2018-08-12 08:40:56,808 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/4525411d317e49b4bac77a2ecb976ee6/users/71d776ada1c141c08019ddde8ec1a5cb/roles/f78644e6f8dd44808603fab45075752e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c7a3a45e49ca2499505a4b509f2ad02d7b84bdf" 2018-08-12 08:40:56,937 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:40:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0e40e319-2dc7-434a-83e2-6b59fcbcd298 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 08:40:56,937 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/4525411d317e49b4bac77a2ecb976ee6/users/71d776ada1c141c08019ddde8ec1a5cb/roles/f78644e6f8dd44808603fab45075752e used request id req-0e40e319-2dc7-434a-83e2-6b59fcbcd298 2018-08-12 08:40:56,938 - heat_utils - DEBUG - Retrieving Heat Client 2018-08-12 08:40:56,938 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-08-12 08:40:56,938 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:40:56,939 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:40:57,334 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f78644e6f8dd44808603fab45075752e", "name": "CreateStackSuccessTests-d0816448-849d-4b3-proj-role"}], "expires_at": "2018-08-12T09:40:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4525411d317e49b4bac77a2ecb976ee6", "name": "CreateStackSuccessTests-d0816448-849d-4b3-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/4525411d317e49b4bac77a2ecb976ee6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/4525411d317e49b4bac77a2ecb976ee6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/4525411d317e49b4bac77a2ecb976ee6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_4525411d317e49b4bac77a2ecb976ee6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_4525411d317e49b4bac77a2ecb976ee6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/4525411d317e49b4bac77a2ecb976ee6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/4525411d317e49b4bac77a2ecb976ee6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/4525411d317e49b4bac77a2ecb976ee6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/4525411d317e49b4bac77a2ecb976ee6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/4525411d317e49b4bac77a2ecb976ee6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/4525411d317e49b4bac77a2ecb976ee6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/4525411d317e49b4bac77a2ecb976ee6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/4525411d317e49b4bac77a2ecb976ee6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/4525411d317e49b4bac77a2ecb976ee6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-d0816448-849d-4b3-user", "id": "71d776ada1c141c08019ddde8ec1a5cb"}, "audit_ids": ["tLDo0Y1XTJ-gqqoX65HuqQ"], "issued_at": "2018-08-12T08:40:57.000000Z"}} 2018-08-12 08:40:57,335 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}b3057d6442b00340c15b379373f6243c9fd0aaf5" 2018-08-12 08:40:57,423 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:40:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f8705812-207d-4040-8204-1d9f54af1ce6 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:40:57,423 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-f8705812-207d-4040-8204-1d9f54af1ce6 2018-08-12 08:40:57,427 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b3057d6442b00340c15b379373f6243c9fd0aaf5" 2018-08-12 08:40:57,612 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 168 Content-Type: application/json X-Openstack-Request-Id: req-72237e0d-a4b7-4378-9e1c-6e7e3c366a9b Date: Sun, 12 Aug 2018 08:40:57 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-image"} 2018-08-12 08:40:57,612 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-image used request id req-72237e0d-a4b7-4378-9e1c-6e7e3c366a9b 2018-08-12 08:40:57,615 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b3057d6442b00340c15b379373f6243c9fd0aaf5" 2018-08-12 08:40:57,798 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-307b9a43-7ee7-4af8-ba7d-10302e060732 Date: Sun, 12 Aug 2018 08:40:57 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"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}, "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}, "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"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "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"}, "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"}, "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}, "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}, "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"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "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}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-12 08:40:57,798 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-307b9a43-7ee7-4af8-ba7d-10302e060732 2018-08-12 08:40:57,824 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b3057d6442b00340c15b379373f6243c9fd0aaf5" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-image"}' 2018-08-12 08:40:58,024 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 627 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/fa0e6df4-43d6-46c2-8121-2d128383793e Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-512dee1f-e649-4ec4-8138-506869220957 Date: Sun, 12 Aug 2018 08:40:58 GMT RESP BODY: {"status": "queued", "name": "CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-image", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:40:58Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-08-12T08:40:58Z", "visibility": "shared", "locations": [], "self": "/v2/images/fa0e6df4-43d6-46c2-8121-2d128383793e", "min_disk": 0, "protected": false, "id": "fa0e6df4-43d6-46c2-8121-2d128383793e", "file": "/v2/images/fa0e6df4-43d6-46c2-8121-2d128383793e/file", "checksum": null, "owner": "4525411d317e49b4bac77a2ecb976ee6", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-12 08:40:58,024 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-512dee1f-e649-4ec4-8138-506869220957 2018-08-12 08:40:58,034 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/fa0e6df4-43d6-46c2-8121-2d128383793e/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b3057d6442b00340c15b379373f6243c9fd0aaf5" -d '' 2018-08-12 08:40:58,762 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-345a2446-74e0-4d5f-abe1-ebacf9cd480e Date: Sun, 12 Aug 2018 08:40: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 08:40:58,763 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/fa0e6df4-43d6-46c2-8121-2d128383793e/file used request id req-345a2446-74e0-4d5f-abe1-ebacf9cd480e 2018-08-12 08:40:58,763 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-12 08:40:58,766 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/fa0e6df4-43d6-46c2-8121-2d128383793e -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b3057d6442b00340c15b379373f6243c9fd0aaf5" 2018-08-12 08:40:58,946 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-87b8690a-2cdf-41f8-bf94-65c22bee3378 Date: Sun, 12 Aug 2018 08:40:58 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-image", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:40:58Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-12T08:40:58Z", "visibility": "shared", "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/fa0e6df4-43d6-46c2-8121-2d128383793e/snap", "metadata": {}}], "self": "/v2/images/fa0e6df4-43d6-46c2-8121-2d128383793e", "min_disk": 0, "protected": false, "id": "fa0e6df4-43d6-46c2-8121-2d128383793e", "file": "/v2/images/fa0e6df4-43d6-46c2-8121-2d128383793e/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "4525411d317e49b4bac77a2ecb976ee6", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/fa0e6df4-43d6-46c2-8121-2d128383793e/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-12 08:40:58,946 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/fa0e6df4-43d6-46c2-8121-2d128383793e used request id req-87b8690a-2cdf-41f8-bf94-65c22bee3378 2018-08-12 08:40:58,949 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b3057d6442b00340c15b379373f6243c9fd0aaf5" 2018-08-12 08:40:59,122 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-6d091996-6515-4920-8e2d-19dd26f78139 Date: Sun, 12 Aug 2018 08:40:59 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"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}, "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}, "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"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "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"}, "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"}, "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}, "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}, "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"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "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}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-12 08:40:59,122 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-6d091996-6515-4920-8e2d-19dd26f78139 2018-08-12 08:40:59,125 - create_image - INFO - Created image with name - CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-image 2018-08-12 08:40:59,127 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/fa0e6df4-43d6-46c2-8121-2d128383793e -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b3057d6442b00340c15b379373f6243c9fd0aaf5" 2018-08-12 08:40:59,329 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-f25b4dbe-aa96-4146-95ed-d8c14fde4708 Date: Sun, 12 Aug 2018 08:40:59 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-image", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:40:58Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-12T08:40:58Z", "visibility": "shared", "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/fa0e6df4-43d6-46c2-8121-2d128383793e/snap", "metadata": {}}], "self": "/v2/images/fa0e6df4-43d6-46c2-8121-2d128383793e", "min_disk": 0, "protected": false, "id": "fa0e6df4-43d6-46c2-8121-2d128383793e", "file": "/v2/images/fa0e6df4-43d6-46c2-8121-2d128383793e/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "4525411d317e49b4bac77a2ecb976ee6", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/fa0e6df4-43d6-46c2-8121-2d128383793e/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-12 08:40:59,329 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/fa0e6df4-43d6-46c2-8121-2d128383793e used request id req-f25b4dbe-aa96-4146-95ed-d8c14fde4708 2018-08-12 08:40:59,330 - create_image - DEBUG - Instance status is - active 2018-08-12 08:40:59,330 - create_image - DEBUG - Image is active with name - CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-image 2018-08-12 08:40:59,330 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-image 2018-08-12 08:40:59,331 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:40:59,331 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:40:59,718 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:40:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["UiXiyKEUTMCHuaPNIn8Dyg"], "issued_at": "2018-08-12T08:40:59.000000Z"}} 2018-08-12 08:40:59,719 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}17eaa252cc11bb29d3488dfa73eb26ecb599f849" 2018-08-12 08:40:59,732 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:40:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01f9e1c8-3309-49fe-bced-abdf051c6bea Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:40:59,732 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-01f9e1c8-3309-49fe-bced-abdf051c6bea 2018-08-12 08:40:59,733 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-12 08:40:59,738 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17eaa252cc11bb29d3488dfa73eb26ecb599f849" 2018-08-12 08:40:59,922 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:40: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-202d12e4-4ab2-42ca-b828-333ddc4e6fa0 x-compute-request-id: req-202d12e4-4ab2-42ca-b828-333ddc4e6fa0 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-08-12 08:40:59,922 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-202d12e4-4ab2-42ca-b828-333ddc4e6fa0 2018-08-12 08:40:59,926 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17eaa252cc11bb29d3488dfa73eb26ecb599f849" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-08-12 08:40:59,977 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:40: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-7aa848f3-3bbf-47f2-9aac-92b2baf5f6bb x-compute-request-id: req-7aa848f3-3bbf-47f2-9aac-92b2baf5f6bb Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-flavor-name", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/94ac3102-92ea-4875-99a6-33c34b87d280", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/94ac3102-92ea-4875-99a6-33c34b87d280", "rel": "bookmark"}], "ram": 256, "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": "94ac3102-92ea-4875-99a6-33c34b87d280"}} 2018-08-12 08:40:59,977 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-7aa848f3-3bbf-47f2-9aac-92b2baf5f6bb 2018-08-12 08:41:00,006 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:41:00,006 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:41:00,404 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f78644e6f8dd44808603fab45075752e", "name": "CreateStackSuccessTests-d0816448-849d-4b3-proj-role"}], "expires_at": "2018-08-12T09:41:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4525411d317e49b4bac77a2ecb976ee6", "name": "CreateStackSuccessTests-d0816448-849d-4b3-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/4525411d317e49b4bac77a2ecb976ee6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/4525411d317e49b4bac77a2ecb976ee6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/4525411d317e49b4bac77a2ecb976ee6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_4525411d317e49b4bac77a2ecb976ee6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_4525411d317e49b4bac77a2ecb976ee6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/4525411d317e49b4bac77a2ecb976ee6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/4525411d317e49b4bac77a2ecb976ee6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/4525411d317e49b4bac77a2ecb976ee6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/4525411d317e49b4bac77a2ecb976ee6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/4525411d317e49b4bac77a2ecb976ee6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/4525411d317e49b4bac77a2ecb976ee6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/4525411d317e49b4bac77a2ecb976ee6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/4525411d317e49b4bac77a2ecb976ee6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/4525411d317e49b4bac77a2ecb976ee6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-d0816448-849d-4b3-user", "id": "71d776ada1c141c08019ddde8ec1a5cb"}, "audit_ids": ["uLQnlRvaQWmzq7H6e_XP-A"], "issued_at": "2018-08-12T08:41:00.000000Z"}} 2018-08-12 08:41:00,405 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}eafccc26cb388242c1e92ef6145c274796589926" 2018-08-12 08:41:00,491 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:41:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6fd4b083-dd2f-4de1-b23e-2d46332765aa Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:41:00,491 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-6fd4b083-dd2f-4de1-b23e-2d46332765aa 2018-08-12 08:41:00,493 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:41:00,493 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:41:00,493 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:41:00,493 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:41:00,493 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:41:00,495 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-12 08:41:00,497 - heat_utils - DEBUG - Retrieving Heat Client 2018-08-12 08:41:00,500 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/4525411d317e49b4bac77a2ecb976ee6/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eafccc26cb388242c1e92ef6145c274796589926" 2018-08-12 08:41:00,842 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:41:00 GMT Server: Apache x-openstack-request-id: req-dca0be84-ed7a-46c9-a9f1-358ade910960 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-08-12 08:41:00,842 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/4525411d317e49b4bac77a2ecb976ee6/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-stack used request id req-dca0be84-ed7a-46c9-a9f1-358ade910960 2018-08-12 08:41:00,845 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8004/v1/4525411d317e49b4bac77a2ecb976ee6/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eafccc26cb388242c1e92ef6145c274796589926" -d '{"stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-stack", "template": {"heat_template_version": "2015-04-30", "description": "Simple template to deploy a single compute instance", "parameters": {"flavor_name": {"default": "m1.small", "type": "string", "description": "Type of instance (flavor) to be used", "label": "Instance Type"}, "inst_name": {"default": "test_vm", "type": "string", "description": "The name of the spawned vm", "label": "Test VM name"}, "subnet_name": {"default": "test_subnet", "type": "string", "description": "The name of the stack's subnet", "label": "Test subnet name"}, "net_name": {"default": "test_net", "type": "string", "description": "The name of the stack's network", "label": "Test network name"}, "image_name": {"default": "heat_utils_tests", "type": "string", "description": "Image to be used for compute instance", "label": "Image ID"}}, "resources": {"server1_port": {"type": "OS::Neutron::Port", "properties": {"network_id": {"get_resource": "private_net"}, "fixed_ips": [{"subnet_id": {"get_resource": "private_subnet"}}]}}, "private_subnet": {"type": "OS::Neutron::Subnet", "properties": {"network_id": {"get_resource": "private_net"}, "cidr": "10.0.0.0/24", "name": {"get_param": "subnet_name"}}}, "private_net": {"type": "OS::Neutron::Net", "properties": {"name": {"get_param": "net_name"}}}, "my_instance": {"type": "OS::Nova::Server", "properties": {"image": {"get_param": "image_name"}, "name": {"get_param": "inst_name"}, "flavor": {"get_param": "flavor_name"}, "networks": [{"port": {"get_resource": "server1_port"}}]}}}}, "parameters": {"net_name": "CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-net", "inst_name": "CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-inst", "subnet_name": "CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-subnet", "image_name": "CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-image", "flavor_name": "CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-flavor-name"}}' 2018-08-12 08:41:03,299 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:41:00 GMT Server: Apache x-openstack-request-id: req-f1ddf6ba-3e29-4d92-93c7-722a4dcb2d7d Location: http://172.30.9.21:8004/v1/4525411d317e49b4bac77a2ecb976ee6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-stack/a1eee411-7fe3-4a11-bb49-0f9acc30ff4e Content-Length: 291 Content-Type: application/json RESP BODY: {"stack": {"id": "a1eee411-7fe3-4a11-bb49-0f9acc30ff4e", "links": [{"href": "http://172.30.9.21:8004/v1/4525411d317e49b4bac77a2ecb976ee6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-stack/a1eee411-7fe3-4a11-bb49-0f9acc30ff4e", "rel": "self"}]}} 2018-08-12 08:41:03,299 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.21:8004/v1/4525411d317e49b4bac77a2ecb976ee6/stacks used request id req-f1ddf6ba-3e29-4d92-93c7-722a4dcb2d7d 2018-08-12 08:41:03,301 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/4525411d317e49b4bac77a2ecb976ee6/stacks/a1eee411-7fe3-4a11-bb49-0f9acc30ff4e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eafccc26cb388242c1e92ef6145c274796589926" 2018-08-12 08:41:03,498 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:41:03 GMT Server: Apache x-openstack-request-id: req-a7c7f8b4-bc58-44f8-ae80-2e8279217921 Location: http://172.30.9.21:8004/v1/4525411d317e49b4bac77a2ecb976ee6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-stack/a1eee411-7fe3-4a11-bb49-0f9acc30ff4e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/4525411d317e49b4bac77a2ecb976ee6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-stack/a1eee411-7fe3-4a11-bb49-0f9acc30ff4e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:41:03,703 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:41:03 GMT Server: Apache x-openstack-request-id: req-3ba4e42b-57c6-4dcd-a690-96f4f1cfd0cd Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 553 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "4525411d317e49b4bac77a2ecb976ee6", "OS::stack_id": "a1eee411-7fe3-4a11-bb49-0f9acc30ff4e", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-stack", "image_name": "CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-image", "inst_name": "CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-inst", "subnet_name": "CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-subnet", "net_name": "CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-net", "flavor_name": "CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-stack", "stack_user_project_id": "7f105b958bb54b4b8cee412d54c93d87", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-12T08:41:02Z", "links": [{"href": "http://172.30.9.21:8004/v1/4525411d317e49b4bac77a2ecb976ee6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-stack/a1eee411-7fe3-4a11-bb49-0f9acc30ff4e", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "a1eee411-7fe3-4a11-bb49-0f9acc30ff4e", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-12 08:41:03,703 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/4525411d317e49b4bac77a2ecb976ee6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-stack/a1eee411-7fe3-4a11-bb49-0f9acc30ff4e used request id req-3ba4e42b-57c6-4dcd-a690-96f4f1cfd0cd 2018-08-12 08:41:03,704 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-stack 2018-08-12 08:41:03,707 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/4525411d317e49b4bac77a2ecb976ee6/stacks/a1eee411-7fe3-4a11-bb49-0f9acc30ff4e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eafccc26cb388242c1e92ef6145c274796589926" 2018-08-12 08:41:03,905 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:41:03 GMT Server: Apache x-openstack-request-id: req-dd0df96d-f519-428e-ab73-dd8550ae7817 Location: http://172.30.9.21:8004/v1/4525411d317e49b4bac77a2ecb976ee6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-stack/a1eee411-7fe3-4a11-bb49-0f9acc30ff4e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/4525411d317e49b4bac77a2ecb976ee6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-stack/a1eee411-7fe3-4a11-bb49-0f9acc30ff4e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:41:04,111 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:41:03 GMT Server: Apache x-openstack-request-id: req-5727a637-1a49-4e6a-9799-4512e8063de7 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 553 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "4525411d317e49b4bac77a2ecb976ee6", "OS::stack_id": "a1eee411-7fe3-4a11-bb49-0f9acc30ff4e", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-stack", "image_name": "CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-image", "inst_name": "CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-inst", "subnet_name": "CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-subnet", "net_name": "CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-net", "flavor_name": "CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-stack", "stack_user_project_id": "7f105b958bb54b4b8cee412d54c93d87", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-12T08:41:02Z", "links": [{"href": "http://172.30.9.21:8004/v1/4525411d317e49b4bac77a2ecb976ee6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-stack/a1eee411-7fe3-4a11-bb49-0f9acc30ff4e", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "a1eee411-7fe3-4a11-bb49-0f9acc30ff4e", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-12 08:41:04,111 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/4525411d317e49b4bac77a2ecb976ee6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-stack/a1eee411-7fe3-4a11-bb49-0f9acc30ff4e used request id req-5727a637-1a49-4e6a-9799-4512e8063de7 2018-08-12 08:41:04,111 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-08-12 08:41:04,111 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-08-12 08:41:07,115 - create_stack - DEBUG - Stack status query timeout in 1196.58945298 2018-08-12 08:41:07,117 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/4525411d317e49b4bac77a2ecb976ee6/stacks/a1eee411-7fe3-4a11-bb49-0f9acc30ff4e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eafccc26cb388242c1e92ef6145c274796589926" 2018-08-12 08:41:07,315 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:41:07 GMT Server: Apache x-openstack-request-id: req-a9427c97-49c8-4933-9b35-20c40f39c793 Location: http://172.30.9.21:8004/v1/4525411d317e49b4bac77a2ecb976ee6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-stack/a1eee411-7fe3-4a11-bb49-0f9acc30ff4e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/4525411d317e49b4bac77a2ecb976ee6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-stack/a1eee411-7fe3-4a11-bb49-0f9acc30ff4e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:41:07,522 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:41:07 GMT Server: Apache x-openstack-request-id: req-2bebd98a-5138-4575-86c5-678276046206 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 553 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "4525411d317e49b4bac77a2ecb976ee6", "OS::stack_id": "a1eee411-7fe3-4a11-bb49-0f9acc30ff4e", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-stack", "image_name": "CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-image", "inst_name": "CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-inst", "subnet_name": "CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-subnet", "net_name": "CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-net", "flavor_name": "CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-stack", "stack_user_project_id": "7f105b958bb54b4b8cee412d54c93d87", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-12T08:41:02Z", "links": [{"href": "http://172.30.9.21:8004/v1/4525411d317e49b4bac77a2ecb976ee6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-stack/a1eee411-7fe3-4a11-bb49-0f9acc30ff4e", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "a1eee411-7fe3-4a11-bb49-0f9acc30ff4e", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-12 08:41:07,522 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/4525411d317e49b4bac77a2ecb976ee6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-stack/a1eee411-7fe3-4a11-bb49-0f9acc30ff4e used request id req-2bebd98a-5138-4575-86c5-678276046206 2018-08-12 08:41:07,523 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-08-12 08:41:07,523 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-08-12 08:41:10,526 - create_stack - DEBUG - Stack status query timeout in 1193.17822099 2018-08-12 08:41:10,529 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/4525411d317e49b4bac77a2ecb976ee6/stacks/a1eee411-7fe3-4a11-bb49-0f9acc30ff4e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eafccc26cb388242c1e92ef6145c274796589926" 2018-08-12 08:41:10,729 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:41:10 GMT Server: Apache x-openstack-request-id: req-61bd46fa-37c4-4874-9f3a-bbbf8a2d1a80 Location: http://172.30.9.21:8004/v1/4525411d317e49b4bac77a2ecb976ee6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-stack/a1eee411-7fe3-4a11-bb49-0f9acc30ff4e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/4525411d317e49b4bac77a2ecb976ee6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-stack/a1eee411-7fe3-4a11-bb49-0f9acc30ff4e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:41:10,929 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:41:10 GMT Server: Apache x-openstack-request-id: req-5589ed93-8f21-4f88-bb1d-1329183dc186 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 553 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "4525411d317e49b4bac77a2ecb976ee6", "OS::stack_id": "a1eee411-7fe3-4a11-bb49-0f9acc30ff4e", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-stack", "image_name": "CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-image", "inst_name": "CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-inst", "subnet_name": "CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-subnet", "net_name": "CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-net", "flavor_name": "CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-stack", "stack_user_project_id": "7f105b958bb54b4b8cee412d54c93d87", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-12T08:41:02Z", "links": [{"href": "http://172.30.9.21:8004/v1/4525411d317e49b4bac77a2ecb976ee6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-stack/a1eee411-7fe3-4a11-bb49-0f9acc30ff4e", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "a1eee411-7fe3-4a11-bb49-0f9acc30ff4e", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-12 08:41:10,929 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/4525411d317e49b4bac77a2ecb976ee6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-stack/a1eee411-7fe3-4a11-bb49-0f9acc30ff4e used request id req-5589ed93-8f21-4f88-bb1d-1329183dc186 2018-08-12 08:41:10,930 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-08-12 08:41:10,930 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-08-12 08:41:13,933 - create_stack - DEBUG - Stack status query timeout in 1189.77097511 2018-08-12 08:41:13,936 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/4525411d317e49b4bac77a2ecb976ee6/stacks/a1eee411-7fe3-4a11-bb49-0f9acc30ff4e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eafccc26cb388242c1e92ef6145c274796589926" 2018-08-12 08:41:14,155 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:41:13 GMT Server: Apache x-openstack-request-id: req-722166ae-ab63-44e8-96fc-fc0ecbe54469 Location: http://172.30.9.21:8004/v1/4525411d317e49b4bac77a2ecb976ee6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-stack/a1eee411-7fe3-4a11-bb49-0f9acc30ff4e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/4525411d317e49b4bac77a2ecb976ee6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-stack/a1eee411-7fe3-4a11-bb49-0f9acc30ff4e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:41:14,199 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:41:14 GMT Server: Apache x-openstack-request-id: req-7704b54f-3633-4c99-94cd-9975e2cd92ff Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 553 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "4525411d317e49b4bac77a2ecb976ee6", "OS::stack_id": "a1eee411-7fe3-4a11-bb49-0f9acc30ff4e", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-stack", "image_name": "CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-image", "inst_name": "CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-inst", "subnet_name": "CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-subnet", "net_name": "CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-net", "flavor_name": "CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-stack", "stack_user_project_id": "7f105b958bb54b4b8cee412d54c93d87", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-12T08:41:02Z", "links": [{"href": "http://172.30.9.21:8004/v1/4525411d317e49b4bac77a2ecb976ee6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-stack/a1eee411-7fe3-4a11-bb49-0f9acc30ff4e", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "a1eee411-7fe3-4a11-bb49-0f9acc30ff4e", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-12 08:41:14,199 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/4525411d317e49b4bac77a2ecb976ee6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-stack/a1eee411-7fe3-4a11-bb49-0f9acc30ff4e used request id req-7704b54f-3633-4c99-94cd-9975e2cd92ff 2018-08-12 08:41:14,199 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-08-12 08:41:14,199 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-08-12 08:41:17,202 - create_stack - DEBUG - Stack status query timeout in 1186.50166011 2018-08-12 08:41:17,205 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/4525411d317e49b4bac77a2ecb976ee6/stacks/a1eee411-7fe3-4a11-bb49-0f9acc30ff4e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eafccc26cb388242c1e92ef6145c274796589926" 2018-08-12 08:41:17,393 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:41:17 GMT Server: Apache x-openstack-request-id: req-58412f5c-2cdc-4d3b-8d94-a33275479b18 Location: http://172.30.9.21:8004/v1/4525411d317e49b4bac77a2ecb976ee6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-stack/a1eee411-7fe3-4a11-bb49-0f9acc30ff4e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/4525411d317e49b4bac77a2ecb976ee6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-stack/a1eee411-7fe3-4a11-bb49-0f9acc30ff4e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:41:17,435 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:41:17 GMT Server: Apache x-openstack-request-id: req-e3dd5dc4-8ed5-47fe-b972-27522b2c81ba Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 553 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "4525411d317e49b4bac77a2ecb976ee6", "OS::stack_id": "a1eee411-7fe3-4a11-bb49-0f9acc30ff4e", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-stack", "image_name": "CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-image", "inst_name": "CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-inst", "subnet_name": "CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-subnet", "net_name": "CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-net", "flavor_name": "CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-stack", "stack_user_project_id": "7f105b958bb54b4b8cee412d54c93d87", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-12T08:41:02Z", "links": [{"href": "http://172.30.9.21:8004/v1/4525411d317e49b4bac77a2ecb976ee6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-stack/a1eee411-7fe3-4a11-bb49-0f9acc30ff4e", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "a1eee411-7fe3-4a11-bb49-0f9acc30ff4e", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-12 08:41:17,435 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/4525411d317e49b4bac77a2ecb976ee6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-stack/a1eee411-7fe3-4a11-bb49-0f9acc30ff4e used request id req-e3dd5dc4-8ed5-47fe-b972-27522b2c81ba 2018-08-12 08:41:17,436 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-08-12 08:41:17,436 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-08-12 08:41:20,439 - create_stack - DEBUG - Stack status query timeout in 1183.26475096 2018-08-12 08:41:20,443 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/4525411d317e49b4bac77a2ecb976ee6/stacks/a1eee411-7fe3-4a11-bb49-0f9acc30ff4e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eafccc26cb388242c1e92ef6145c274796589926" 2018-08-12 08:41:20,471 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:41:20 GMT Server: Apache x-openstack-request-id: req-f6608610-da9b-42c4-ae7e-db0aea950a11 Location: http://172.30.9.21:8004/v1/4525411d317e49b4bac77a2ecb976ee6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-stack/a1eee411-7fe3-4a11-bb49-0f9acc30ff4e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/4525411d317e49b4bac77a2ecb976ee6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-stack/a1eee411-7fe3-4a11-bb49-0f9acc30ff4e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:41:20,517 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:41:20 GMT Server: Apache x-openstack-request-id: req-c57406c7-16b7-42df-902f-9c9b4700d65f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 557 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "4525411d317e49b4bac77a2ecb976ee6", "OS::stack_id": "a1eee411-7fe3-4a11-bb49-0f9acc30ff4e", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-stack", "image_name": "CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-image", "inst_name": "CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-inst", "subnet_name": "CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-subnet", "net_name": "CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-net", "flavor_name": "CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-stack", "stack_user_project_id": "7f105b958bb54b4b8cee412d54c93d87", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-08-12T08:41:02Z", "links": [{"href": "http://172.30.9.21:8004/v1/4525411d317e49b4bac77a2ecb976ee6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-stack/a1eee411-7fe3-4a11-bb49-0f9acc30ff4e", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "a1eee411-7fe3-4a11-bb49-0f9acc30ff4e", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-12 08:41:20,517 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/4525411d317e49b4bac77a2ecb976ee6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-stack/a1eee411-7fe3-4a11-bb49-0f9acc30ff4e used request id req-c57406c7-16b7-42df-902f-9c9b4700d65f 2018-08-12 08:41:20,517 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2018-08-12 08:41:20,517 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-stack 2018-08-12 08:41:20,518 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-stack 2018-08-12 08:41:20,518 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:41:20,915 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f78644e6f8dd44808603fab45075752e", "name": "CreateStackSuccessTests-d0816448-849d-4b3-proj-role"}], "expires_at": "2018-08-12T09:41:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4525411d317e49b4bac77a2ecb976ee6", "name": "CreateStackSuccessTests-d0816448-849d-4b3-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/4525411d317e49b4bac77a2ecb976ee6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/4525411d317e49b4bac77a2ecb976ee6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/4525411d317e49b4bac77a2ecb976ee6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_4525411d317e49b4bac77a2ecb976ee6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_4525411d317e49b4bac77a2ecb976ee6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/4525411d317e49b4bac77a2ecb976ee6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/4525411d317e49b4bac77a2ecb976ee6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/4525411d317e49b4bac77a2ecb976ee6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/4525411d317e49b4bac77a2ecb976ee6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/4525411d317e49b4bac77a2ecb976ee6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/4525411d317e49b4bac77a2ecb976ee6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/4525411d317e49b4bac77a2ecb976ee6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/4525411d317e49b4bac77a2ecb976ee6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/4525411d317e49b4bac77a2ecb976ee6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-d0816448-849d-4b3-user", "id": "71d776ada1c141c08019ddde8ec1a5cb"}, "audit_ids": ["8pW32DoITveTZvaCzeCc3g"], "issued_at": "2018-08-12T08:41:20.000000Z"}} 2018-08-12 08:41:20,918 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/4525411d317e49b4bac77a2ecb976ee6/stacks/a1eee411-7fe3-4a11-bb49-0f9acc30ff4e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}003ca1b796d276439df88d2e7d09dde608649676" 2018-08-12 08:41:21,113 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:41:20 GMT Server: Apache x-openstack-request-id: req-ec39d94b-d3ec-40ea-921a-e5ddfab2378e Location: http://172.30.9.21:8004/v1/4525411d317e49b4bac77a2ecb976ee6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-stack/a1eee411-7fe3-4a11-bb49-0f9acc30ff4e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/4525411d317e49b4bac77a2ecb976ee6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-stack/a1eee411-7fe3-4a11-bb49-0f9acc30ff4e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:41:21,329 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:41:21 GMT Server: Apache x-openstack-request-id: req-ea78940c-8ade-4a38-8114-ef890d79b48e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 557 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "4525411d317e49b4bac77a2ecb976ee6", "OS::stack_id": "a1eee411-7fe3-4a11-bb49-0f9acc30ff4e", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-stack", "image_name": "CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-image", "inst_name": "CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-inst", "subnet_name": "CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-subnet", "net_name": "CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-net", "flavor_name": "CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-stack", "stack_user_project_id": "7f105b958bb54b4b8cee412d54c93d87", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-08-12T08:41:02Z", "links": [{"href": "http://172.30.9.21:8004/v1/4525411d317e49b4bac77a2ecb976ee6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-stack/a1eee411-7fe3-4a11-bb49-0f9acc30ff4e", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "a1eee411-7fe3-4a11-bb49-0f9acc30ff4e", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-12 08:41:21,329 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/4525411d317e49b4bac77a2ecb976ee6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-stack/a1eee411-7fe3-4a11-bb49-0f9acc30ff4e used request id req-ea78940c-8ade-4a38-8114-ef890d79b48e 2018-08-12 08:41:21,333 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/4525411d317e49b4bac77a2ecb976ee6/stacks/a1eee411-7fe3-4a11-bb49-0f9acc30ff4e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eafccc26cb388242c1e92ef6145c274796589926" 2018-08-12 08:41:21,527 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:41:21 GMT Server: Apache x-openstack-request-id: req-8ecbc2b1-1359-46af-b858-876fadf5c298 Location: http://172.30.9.21:8004/v1/4525411d317e49b4bac77a2ecb976ee6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-stack/a1eee411-7fe3-4a11-bb49-0f9acc30ff4e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/4525411d317e49b4bac77a2ecb976ee6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-stack/a1eee411-7fe3-4a11-bb49-0f9acc30ff4e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:41:21,570 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:41:21 GMT Server: Apache x-openstack-request-id: req-02bea064-9030-489d-9d89-8fd39de83e8d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 557 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "4525411d317e49b4bac77a2ecb976ee6", "OS::stack_id": "a1eee411-7fe3-4a11-bb49-0f9acc30ff4e", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-stack", "image_name": "CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-image", "inst_name": "CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-inst", "subnet_name": "CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-subnet", "net_name": "CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-net", "flavor_name": "CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-stack", "stack_user_project_id": "7f105b958bb54b4b8cee412d54c93d87", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-08-12T08:41:02Z", "links": [{"href": "http://172.30.9.21:8004/v1/4525411d317e49b4bac77a2ecb976ee6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-stack/a1eee411-7fe3-4a11-bb49-0f9acc30ff4e", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "a1eee411-7fe3-4a11-bb49-0f9acc30ff4e", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-12 08:41:21,570 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/4525411d317e49b4bac77a2ecb976ee6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-stack/a1eee411-7fe3-4a11-bb49-0f9acc30ff4e used request id req-02bea064-9030-489d-9d89-8fd39de83e8d 2018-08-12 08:41:21,571 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-stack 2018-08-12 08:41:21,573 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8004/v1/4525411d317e49b4bac77a2ecb976ee6/stacks/a1eee411-7fe3-4a11-bb49-0f9acc30ff4e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eafccc26cb388242c1e92ef6145c274796589926" 2018-08-12 08:41:21,601 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:41:21 GMT Server: Apache x-openstack-request-id: req-9b1fed55-a084-4859-8420-21a85a7ab893 Location: http://172.30.9.21:8004/v1/4525411d317e49b4bac77a2ecb976ee6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-stack/a1eee411-7fe3-4a11-bb49-0f9acc30ff4e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/4525411d317e49b4bac77a2ecb976ee6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-stack/a1eee411-7fe3-4a11-bb49-0f9acc30ff4e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:41:21,828 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:41:21 GMT Server: Apache x-openstack-request-id: req-92a0803d-7309-4659-9448-7495b5e78076 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 08:41:21,828 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.21:8004/v1/4525411d317e49b4bac77a2ecb976ee6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-stack/a1eee411-7fe3-4a11-bb49-0f9acc30ff4e used request id req-92a0803d-7309-4659-9448-7495b5e78076 2018-08-12 08:41:21,831 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/4525411d317e49b4bac77a2ecb976ee6/stacks/a1eee411-7fe3-4a11-bb49-0f9acc30ff4e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eafccc26cb388242c1e92ef6145c274796589926" 2018-08-12 08:41:22,024 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:41:21 GMT Server: Apache x-openstack-request-id: req-556d2d26-b0f7-47ae-87c5-912702fb82e5 Location: http://172.30.9.21:8004/v1/4525411d317e49b4bac77a2ecb976ee6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-stack/a1eee411-7fe3-4a11-bb49-0f9acc30ff4e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/4525411d317e49b4bac77a2ecb976ee6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-stack/a1eee411-7fe3-4a11-bb49-0f9acc30ff4e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:41:22,220 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:41:22 GMT Server: Apache x-openstack-request-id: req-d1e86a19-98fb-4224-a497-909ac4cf4e1d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 556 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "4525411d317e49b4bac77a2ecb976ee6", "OS::stack_id": "a1eee411-7fe3-4a11-bb49-0f9acc30ff4e", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-stack", "image_name": "CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-image", "inst_name": "CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-inst", "subnet_name": "CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-subnet", "flavor_name": "CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-flavor-name", "net_name": "CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-stack", "stack_user_project_id": "7f105b958bb54b4b8cee412d54c93d87", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-08-12T08:41:02Z", "links": [{"href": "http://172.30.9.21:8004/v1/4525411d317e49b4bac77a2ecb976ee6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-stack/a1eee411-7fe3-4a11-bb49-0f9acc30ff4e", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-08-12T08:41:21Z", "id": "a1eee411-7fe3-4a11-bb49-0f9acc30ff4e", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-12 08:41:22,220 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/4525411d317e49b4bac77a2ecb976ee6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-stack/a1eee411-7fe3-4a11-bb49-0f9acc30ff4e used request id req-d1e86a19-98fb-4224-a497-909ac4cf4e1d 2018-08-12 08:41:22,221 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-08-12 08:41:22,221 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-08-12 08:41:25,224 - create_stack - DEBUG - Stack status query timeout in 1196.60451388 2018-08-12 08:41:25,227 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/4525411d317e49b4bac77a2ecb976ee6/stacks/a1eee411-7fe3-4a11-bb49-0f9acc30ff4e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eafccc26cb388242c1e92ef6145c274796589926" 2018-08-12 08:41:25,411 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:41:25 GMT Server: Apache x-openstack-request-id: req-6700ae41-c0a8-4b44-94d5-25c049d43633 Location: http://172.30.9.21:8004/v1/4525411d317e49b4bac77a2ecb976ee6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-stack/a1eee411-7fe3-4a11-bb49-0f9acc30ff4e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/4525411d317e49b4bac77a2ecb976ee6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-stack/a1eee411-7fe3-4a11-bb49-0f9acc30ff4e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:41:25,436 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:41:25 GMT Server: Apache x-openstack-request-id: req-1489f1bf-899c-46db-9369-6def25b6ecd7 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 556 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "4525411d317e49b4bac77a2ecb976ee6", "OS::stack_id": "a1eee411-7fe3-4a11-bb49-0f9acc30ff4e", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-stack", "image_name": "CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-image", "inst_name": "CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-inst", "subnet_name": "CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-subnet", "flavor_name": "CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-flavor-name", "net_name": "CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-stack", "stack_user_project_id": "7f105b958bb54b4b8cee412d54c93d87", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-08-12T08:41:02Z", "links": [{"href": "http://172.30.9.21:8004/v1/4525411d317e49b4bac77a2ecb976ee6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-stack/a1eee411-7fe3-4a11-bb49-0f9acc30ff4e", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-08-12T08:41:21Z", "id": "a1eee411-7fe3-4a11-bb49-0f9acc30ff4e", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-12 08:41:25,436 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/4525411d317e49b4bac77a2ecb976ee6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-stack/a1eee411-7fe3-4a11-bb49-0f9acc30ff4e used request id req-1489f1bf-899c-46db-9369-6def25b6ecd7 2018-08-12 08:41:25,436 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-08-12 08:41:25,436 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-08-12 08:41:28,440 - create_stack - DEBUG - Stack status query timeout in 1193.38885188 2018-08-12 08:41:28,443 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/4525411d317e49b4bac77a2ecb976ee6/stacks/a1eee411-7fe3-4a11-bb49-0f9acc30ff4e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eafccc26cb388242c1e92ef6145c274796589926" 2018-08-12 08:41:28,633 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:41:28 GMT Server: Apache x-openstack-request-id: req-250a1ecb-c868-416b-abff-7fc93e963c76 Location: http://172.30.9.21:8004/v1/4525411d317e49b4bac77a2ecb976ee6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-stack/a1eee411-7fe3-4a11-bb49-0f9acc30ff4e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/4525411d317e49b4bac77a2ecb976ee6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-stack/a1eee411-7fe3-4a11-bb49-0f9acc30ff4e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:41:28,662 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:41:28 GMT Server: Apache x-openstack-request-id: req-0a29c6e2-6f38-47fc-8880-12ce0826d392 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 556 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "4525411d317e49b4bac77a2ecb976ee6", "OS::stack_id": "a1eee411-7fe3-4a11-bb49-0f9acc30ff4e", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-stack", "image_name": "CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-image", "inst_name": "CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-inst", "subnet_name": "CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-subnet", "flavor_name": "CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-flavor-name", "net_name": "CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-stack", "stack_user_project_id": "7f105b958bb54b4b8cee412d54c93d87", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-08-12T08:41:02Z", "links": [{"href": "http://172.30.9.21:8004/v1/4525411d317e49b4bac77a2ecb976ee6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-stack/a1eee411-7fe3-4a11-bb49-0f9acc30ff4e", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-08-12T08:41:21Z", "id": "a1eee411-7fe3-4a11-bb49-0f9acc30ff4e", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-12 08:41:28,663 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/4525411d317e49b4bac77a2ecb976ee6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-stack/a1eee411-7fe3-4a11-bb49-0f9acc30ff4e used request id req-0a29c6e2-6f38-47fc-8880-12ce0826d392 2018-08-12 08:41:28,663 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-08-12 08:41:28,663 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-08-12 08:41:31,666 - create_stack - DEBUG - Stack status query timeout in 1190.16208386 2018-08-12 08:41:31,669 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/4525411d317e49b4bac77a2ecb976ee6/stacks/a1eee411-7fe3-4a11-bb49-0f9acc30ff4e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eafccc26cb388242c1e92ef6145c274796589926" 2018-08-12 08:41:31,863 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:41:31 GMT Server: Apache x-openstack-request-id: req-710e76ab-0ab5-490c-90a4-1ff8226dd5e6 Location: http://172.30.9.21:8004/v1/4525411d317e49b4bac77a2ecb976ee6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-stack/a1eee411-7fe3-4a11-bb49-0f9acc30ff4e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/4525411d317e49b4bac77a2ecb976ee6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-stack/a1eee411-7fe3-4a11-bb49-0f9acc30ff4e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:41:32,071 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:41:31 GMT Server: Apache x-openstack-request-id: req-a4042fe2-1df2-4367-a157-57d40b142217 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 555 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "4525411d317e49b4bac77a2ecb976ee6", "OS::stack_id": "a1eee411-7fe3-4a11-bb49-0f9acc30ff4e", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-stack", "image_name": "CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-image", "inst_name": "CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-inst", "subnet_name": "CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-subnet", "flavor_name": "CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-flavor-name", "net_name": "CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-net"}, "deletion_time": "2018-08-12T08:41:31Z", "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-stack", "stack_user_project_id": "7f105b958bb54b4b8cee412d54c93d87", "tags": null, "creation_time": "2018-08-12T08:41:02Z", "links": [{"href": "http://172.30.9.21:8004/v1/4525411d317e49b4bac77a2ecb976ee6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-stack/a1eee411-7fe3-4a11-bb49-0f9acc30ff4e", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-08-12T08:41:21Z", "id": "a1eee411-7fe3-4a11-bb49-0f9acc30ff4e", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Simple template to deploy a single compute instance"}} 2018-08-12 08:41:32,071 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/4525411d317e49b4bac77a2ecb976ee6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-stack/a1eee411-7fe3-4a11-bb49-0f9acc30ff4e used request id req-a4042fe2-1df2-4367-a157-57d40b142217 2018-08-12 08:41:32,071 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2018-08-12 08:41:32,072 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-stack 2018-08-12 08:41:32,072 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-stack 2018-08-12 08:41:32,074 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8004/v1/4525411d317e49b4bac77a2ecb976ee6/stacks/a1eee411-7fe3-4a11-bb49-0f9acc30ff4e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eafccc26cb388242c1e92ef6145c274796589926" 2018-08-12 08:41:32,261 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:41:32 GMT Server: Apache x-openstack-request-id: req-8d151663-ca9c-453a-8264-a708cc0327ff Location: http://172.30.9.21:8004/v1/4525411d317e49b4bac77a2ecb976ee6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-stack/a1eee411-7fe3-4a11-bb49-0f9acc30ff4e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/4525411d317e49b4bac77a2ecb976ee6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-stack/a1eee411-7fe3-4a11-bb49-0f9acc30ff4e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:41:32,287 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:41:32 GMT Server: Apache x-openstack-request-id: req-69f6cda8-6529-420b-ad88-93cd8942a73c Content-Length: 279 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackSuccessTests-CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-08-12 08:41:32,287 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.21:8004/v1/4525411d317e49b4bac77a2ecb976ee6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-stack/a1eee411-7fe3-4a11-bb49-0f9acc30ff4e used request id req-69f6cda8-6529-420b-ad88-93cd8942a73c 2018-08-12 08:41:32,288 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-dffa39cd-7b53-42eb-ac76-77cd01b45e42-image 2018-08-12 08:41:32,291 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/fa0e6df4-43d6-46c2-8121-2d128383793e -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b3057d6442b00340c15b379373f6243c9fd0aaf5" 2018-08-12 08:41:32,752 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f0efb98e-aeee-4f0d-b84c-d025dc37b66a Date: Sun, 12 Aug 2018 08:41:32 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-12 08:41:32,752 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/fa0e6df4-43d6-46c2-8121-2d128383793e used request id req-f0efb98e-aeee-4f0d-b84c-d025dc37b66a 2018-08-12 08:41:32,756 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/flavors/94ac3102-92ea-4875-99a6-33c34b87d280 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17eaa252cc11bb29d3488dfa73eb26ecb599f849" 2018-08-12 08:41:32,811 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 08:41: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-8b173829-58eb-4bf4-9fcf-a8dc99e4c90e x-compute-request-id: req-8b173829-58eb-4bf4-9fcf-a8dc99e4c90e Content-Length: 0 Content-Type: application/json 2018-08-12 08:41:32,812 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/94ac3102-92ea-4875-99a6-33c34b87d280 used request id req-8b173829-58eb-4bf4-9fcf-a8dc99e4c90e 2018-08-12 08:41:32,813 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:41:32,813 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:41:32,813 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:41:32,813 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:41:32,813 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:41:32,820 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c7a3a45e49ca2499505a4b509f2ad02d7b84bdf" 2018-08-12 08:41:33,117 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 45548 X-Openstack-Request-Id: req-7bf7b5bb-424c-4b37-9bdf-453252f69652 Date: Sun, 12 Aug 2018 08:41:33 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "created_at": "2018-08-12T06:59:44Z", "updated_at": "2018-08-12T06:59:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "1d7fd960-7865-4453-aecc-8d399b4fad21", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "66820d8a-b785-4b18-bd67-500221c8e4f9", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "74fc7638-a322-4841-8c47-06d36174a200", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "8eaa09ec-8419-4582-9312-1e527afe6e4b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}], "revision_number": 4, "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "created_at": "2018-08-12T05:12:34Z", "updated_at": "2018-08-12T05:12:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "709513d2-af7d-4d0b-bd3c-604fed75a711", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "aa346066-e46f-44f2-94be-2884aa998a19", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "c15f7b93-e56c-4afa-867d-2acb286d4b7b", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "cb0ef83f-5f70-4a80-ad35-431ca9df551e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}], "revision_number": 4, "project_id": "fa5a7fe6ee54472ba01638877aade8e3", "id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ea65becf30e54b27aa96a449698a435e", "created_at": "2018-08-12T05:10:35Z", "updated_at": "2018-08-12T05:10:35Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "30ad280c-f302-4cd4-a438-5139917b56f9", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "76115c4c-887d-4f0a-83e2-486e4b39c713", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "8ab14937-4c08-4d43-8a9a-662e622cc643", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "ee757a03-5662-4273-9c3e-6212e7afb48f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}], "revision_number": 4, "project_id": "ea65becf30e54b27aa96a449698a435e", "id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "created_at": "2018-08-12T06:20:09Z", "updated_at": "2018-08-12T06:20:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "1123b8f2-75ac-4a26-b9b2-a96da97408e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "2ddd2b93-e080-48cd-9a50-f5fe8a82ad0c", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "cd1bae62-0aea-4438-b4c3-50a69ae6f855", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "e398e01e-ceea-46d1-9534-b929808c4a5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}], "revision_number": 4, "project_id": "ff7abd7bb61f4f2889831e932d65dc2e", "id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "created_at": "2018-08-12T05:34:57Z", "updated_at": "2018-08-12T05:34:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "208a1c1e-f5f8-49c7-9a25-d07e68b1541f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "27bfd867-e607-4bf8-9de8-60682d3f771d", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "49360e1f-6fd3-4f35-b339-24cea95773ee", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "60f631a9-d305-4920-9631-d0543e2ac64f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}], "revision_number": 4, "project_id": "3a85ceae958d4d9fba68847e7df67db8", "id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "created_at": "2018-08-12T05:34:40Z", "updated_at": "2018-08-12T05:34:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "2192c259-363e-4768-ae73-e75837ad63b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "3f87ddc5-f84d-41dc-8215-847724782569", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "7d89f6da-ea78-49dd-9115-f9ad23b250bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "9ec4497d-0f65-44db-9be9-7b3042e4a584", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}], "revision_number": 4, "project_id": "85517fcf1c6247e699fdcdd42ecc8c79", "id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "created_at": "2018-08-12T05:16:02Z", "updated_at": "2018-08-12T05:16:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "1ecacd8c-c1c7-4a66-9871-406a69323b43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "3cc1750c-e0e7-4902-b6f3-494a161b832e", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "d719a7a4-8c99-44ed-8c12-6bf071890203", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "fe7421b5-d577-41da-8c78-62f3c07eda92", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}], "revision_number": 4, "project_id": "a267b9a156244bb192691cff6e5f74fe", "id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "315a428116f24d9fbb826b37080a918e", "created_at": "2018-08-12T05:11:31Z", "updated_at": "2018-08-12T05:11:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "5e52886a-1dc3-4a81-a55d-f388dc4fd1a1", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "678e32e4-d64c-448a-a4ab-e253ab94ae90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "a8da1539-e3ad-4f90-b2df-3dc1f09d228a", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "b73d5cc9-0205-4658-bb1f-61a042c0ab8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}], "revision_number": 4, "project_id": "315a428116f24d9fbb826b37080a918e", "id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-12T05:08:01Z", "updated_at": "2018-08-12T05:08:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:01Z", "revision_number": 0, "id": "0fb05d03-1117-45d0-930c-b6d4c96ef102", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "4faaab33-5788-4bbd-85b8-0fb44d41413a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "96d0c5a0-5c67-421b-8fc8-2b46d77e5db3", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "dd78519b-4bc5-4e8e-ad0f-58089dd69347", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "11a46741b7954b959fd7764109c047b6", "created_at": "2018-08-12T05:34:51Z", "updated_at": "2018-08-12T05:34:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "0b67bf3c-2289-43bb-ab6c-7d25ec32a279", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "51f3f833-337a-42bd-a8d5-742ea8d6c226", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "571fd0b5-ef90-408d-af33-aafb517b8993", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "944ba823-fb9c-496e-a66e-bb426bb14a8d", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}], "revision_number": 4, "project_id": "11a46741b7954b959fd7764109c047b6", "id": "90af9782-8112-4257-801d-ee5115d226ba", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "created_at": "2018-08-12T05:34:26Z", "updated_at": "2018-08-12T05:34:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "2ee1f63a-807c-4d6a-85ee-dd784f6b8c3f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5dec3ec2-2add-47dd-8618-90659dcf3885", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5ea0dc3e-49d0-43f0-94e9-f6443527d14c", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "fbfaca22-7e3e-4128-8973-43e439b77c28", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}], "revision_number": 4, "project_id": "3c01cd58055c44ecaef39f7e625c2258", "id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "521007c1818145639e93ceb270559219", "created_at": "2018-08-12T05:13:27Z", "updated_at": "2018-08-12T05:13:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "5e7fede5-b0f2-47d8-95c3-516cdfc7f9de", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "8fd0e36f-c6c4-4f64-ba97-40439e614448", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "db7d79de-1dfc-4138-945f-91e74cdc266b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "e87f2cff-ff3e-4b6d-aaf0-7f0eb0ab9f05", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}], "revision_number": 4, "project_id": "521007c1818145639e93ceb270559219", "id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4525411d317e49b4bac77a2ecb976ee6", "created_at": "2018-08-12T08:41:03Z", "updated_at": "2018-08-12T08:41:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:41:03Z", "revision_number": 0, "id": "6af38b6e-8df7-4b0e-8687-73feb75a2cf6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:41:03Z", "security_group_id": "c1a820ca-d21d-4cca-a5aa-13399f0cf31f", "tenant_id": "4525411d317e49b4bac77a2ecb976ee6", "port_range_min": null, "ethertype": "IPv6", "project_id": "4525411d317e49b4bac77a2ecb976ee6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:41:03Z", "revision_number": 0, "id": "765875e2-f3cb-46fc-8659-a70279a5283b", "remote_group_id": "c1a820ca-d21d-4cca-a5aa-13399f0cf31f", "remote_ip_prefix": null, "created_at": "2018-08-12T08:41:03Z", "security_group_id": "c1a820ca-d21d-4cca-a5aa-13399f0cf31f", "tenant_id": "4525411d317e49b4bac77a2ecb976ee6", "port_range_min": null, "ethertype": "IPv6", "project_id": "4525411d317e49b4bac77a2ecb976ee6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:41:03Z", "revision_number": 0, "id": "95d3f9dc-c995-44b6-a3de-4ed13be72f72", "remote_group_id": "c1a820ca-d21d-4cca-a5aa-13399f0cf31f", "remote_ip_prefix": null, "created_at": "2018-08-12T08:41:03Z", "security_group_id": "c1a820ca-d21d-4cca-a5aa-13399f0cf31f", "tenant_id": "4525411d317e49b4bac77a2ecb976ee6", "port_range_min": null, "ethertype": "IPv4", "project_id": "4525411d317e49b4bac77a2ecb976ee6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:41:03Z", "revision_number": 0, "id": "fb9b9907-88b8-40c5-adae-81c8f7ec7b2b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:41:03Z", "security_group_id": "c1a820ca-d21d-4cca-a5aa-13399f0cf31f", "tenant_id": "4525411d317e49b4bac77a2ecb976ee6", "port_range_min": null, "ethertype": "IPv4", "project_id": "4525411d317e49b4bac77a2ecb976ee6"}], "revision_number": 4, "project_id": "4525411d317e49b4bac77a2ecb976ee6", "id": "c1a820ca-d21d-4cca-a5aa-13399f0cf31f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "created_at": "2018-08-12T05:08:18Z", "updated_at": "2018-08-12T05:08:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "3c67be40-bf74-4f97-9693-d93ce73a23b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "6112d869-2fc6-4a25-a13c-3d55cd7206c0", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "bdf21c56-453e-482e-9cba-3c55abcb0339", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "c8e92c39-38cc-4f48-be9c-5f0912e6a725", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}], "revision_number": 4, "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "created_at": "2018-08-12T05:04:23Z", "updated_at": "2018-08-12T05:04:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "280546d9-8ad1-4283-abfc-15ee9b1736c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "58bce125-f2ca-4a6d-b9ca-4e6cf5c0f7a5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "69275b9a-cfb5-482c-a9c4-8ffc79adf2c7", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "6d747f3a-3764-469a-a645-f977585c5aac", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}], "revision_number": 4, "project_id": "310f5853751a4c968f3eeb0a3d99a0a8", "id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "created_at": "2018-08-12T05:34:42Z", "updated_at": "2018-08-12T05:34:42Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "199582e8-25aa-457a-aa7c-6d8413ca4464", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "234f3609-4454-448f-919d-c8143c7cd764", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "c1061460-71a2-49a9-a04b-9fa33eeb17ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "d21ac532-51d8-4d6b-8300-7bac216759bf", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}], "revision_number": 4, "project_id": "9f6c1a272706419c9a74b0893b2890e8", "id": "d6739716-c693-460c-89c6-e7c8c48f8245", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "created_at": "2018-08-12T05:34:54Z", "updated_at": "2018-08-12T05:34:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "0633a05a-ee7d-4476-a56b-75d011b22f77", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "6cc1b9f8-73db-47a3-a0e0-3c96c43f34da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "90d99a6b-e94f-4fd8-a10c-f19dd8954c13", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "e843c139-af2a-4d2c-a24f-59f7b10ff72e", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}], "revision_number": 4, "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "created_at": "2018-08-12T05:09:07Z", "updated_at": "2018-08-12T05:09:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "5495e168-f505-4d74-ae6d-387f0bf533c2", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "6fd19b8b-3062-456e-81ba-3ff37fe43429", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8ca59d25-485c-46ce-939c-2e4a468caeac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8f190846-50a0-42b9-b571-390809b752b1", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}], "revision_number": 4, "project_id": "fa9ca6d7608b4d7d87ce97331679a481", "id": "edcd9b17-9416-4c25-823c-060c435e18d7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "created_at": "2018-08-12T05:34:52Z", "updated_at": "2018-08-12T05:34:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "2c7e484e-6ec5-4a95-8c9c-66d294c0c27e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "70c74258-3c2c-4efc-87e0-079c26ee3417", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "b70382fa-082e-4c2b-abc8-87490fa50b11", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "c3628e02-b4b6-42c9-8751-c1a2d3c19caa", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}], "revision_number": 4, "project_id": "87db863ba6e348b0a5ddcb67053db9d1", "id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "name": "default"}]} 2018-08-12 08:41:33,118 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-7bf7b5bb-424c-4b37-9bdf-453252f69652 2018-08-12 08:41:33,126 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c7a3a45e49ca2499505a4b509f2ad02d7b84bdf" 2018-08-12 08:41:33,213 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:41:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-caf69678-5b28-48af-9792-3a2826e89ab2 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 5fe28c13d4d74ba2be8d019ac1ea6363.", "code": 404, "title": "Not Found"}} 2018-08-12 08:41:33,213 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 used request id req-caf69678-5b28-48af-9792-3a2826e89ab2 2018-08-12 08:41:33,213 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:41:33,217 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c7a3a45e49ca2499505a4b509f2ad02d7b84bdf" 2018-08-12 08:41:33,311 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:41:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7c6b3eff-6d5b-449b-88ff-445140c158d0 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa5a7fe6ee54472ba01638877aade8e3.", "code": 404, "title": "Not Found"}} 2018-08-12 08:41:33,311 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 used request id req-7c6b3eff-6d5b-449b-88ff-445140c158d0 2018-08-12 08:41:33,312 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:41:33,315 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c7a3a45e49ca2499505a4b509f2ad02d7b84bdf" 2018-08-12 08:41:33,405 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:41:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-956c6e0a-c80b-405c-8431-d1554bc9873e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ea65becf30e54b27aa96a449698a435e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:41:33,405 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e used request id req-956c6e0a-c80b-405c-8431-d1554bc9873e 2018-08-12 08:41:33,405 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:41:33,409 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c7a3a45e49ca2499505a4b509f2ad02d7b84bdf" 2018-08-12 08:41:33,500 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:41:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8965f849-63d8-4077-99e4-35ce8cfa95c6 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ff7abd7bb61f4f2889831e932d65dc2e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:41:33,501 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e used request id req-8965f849-63d8-4077-99e4-35ce8cfa95c6 2018-08-12 08:41:33,501 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:41:33,505 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c7a3a45e49ca2499505a4b509f2ad02d7b84bdf" 2018-08-12 08:41:33,590 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:41:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-51af85a2-f488-4787-a721-5197edd33370 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3a85ceae958d4d9fba68847e7df67db8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:41:33,590 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 used request id req-51af85a2-f488-4787-a721-5197edd33370 2018-08-12 08:41:33,590 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:41:33,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c7a3a45e49ca2499505a4b509f2ad02d7b84bdf" 2018-08-12 08:41:33,688 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:41:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-48932c82-4445-43b5-9513-c75186aed3c8 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 85517fcf1c6247e699fdcdd42ecc8c79.", "code": 404, "title": "Not Found"}} 2018-08-12 08:41:33,688 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 used request id req-48932c82-4445-43b5-9513-c75186aed3c8 2018-08-12 08:41:33,688 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:41:33,691 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c7a3a45e49ca2499505a4b509f2ad02d7b84bdf" 2018-08-12 08:41:33,785 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:41:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01ec14ca-0b7f-4eb3-9e2a-8a9d234972d7 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}} 2018-08-12 08:41:33,785 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe used request id req-01ec14ca-0b7f-4eb3-9e2a-8a9d234972d7 2018-08-12 08:41:33,791 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c7a3a45e49ca2499505a4b509f2ad02d7b84bdf" 2018-08-12 08:41:33,877 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:41:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c0bf8e2b-b860-4c34-af03-412b00af6659 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 315a428116f24d9fbb826b37080a918e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:41:33,877 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e used request id req-c0bf8e2b-b860-4c34-af03-412b00af6659 2018-08-12 08:41:33,877 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:41:33,880 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c7a3a45e49ca2499505a4b509f2ad02d7b84bdf" 2018-08-12 08:41:33,975 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:41:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-80e8fee7-2936-432c-95da-2154ac89b345 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 11a46741b7954b959fd7764109c047b6.", "code": 404, "title": "Not Found"}} 2018-08-12 08:41:33,975 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 used request id req-80e8fee7-2936-432c-95da-2154ac89b345 2018-08-12 08:41:33,975 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:41:33,979 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c7a3a45e49ca2499505a4b509f2ad02d7b84bdf" 2018-08-12 08:41:34,068 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:41:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-840aa397-8e3e-43b7-80d2-0fef77a0a289 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3c01cd58055c44ecaef39f7e625c2258.", "code": 404, "title": "Not Found"}} 2018-08-12 08:41:34,069 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 used request id req-840aa397-8e3e-43b7-80d2-0fef77a0a289 2018-08-12 08:41:34,069 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:41:34,072 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c7a3a45e49ca2499505a4b509f2ad02d7b84bdf" 2018-08-12 08:41:34,162 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:41:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3dbaf9b7-46eb-43eb-b202-223243c9d3c2 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 521007c1818145639e93ceb270559219.", "code": 404, "title": "Not Found"}} 2018-08-12 08:41:34,162 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 used request id req-3dbaf9b7-46eb-43eb-b202-223243c9d3c2 2018-08-12 08:41:34,162 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:41:34,166 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/4525411d317e49b4bac77a2ecb976ee6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c7a3a45e49ca2499505a4b509f2ad02d7b84bdf" 2018-08-12 08:41:34,270 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:41:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-38ed55ea-1c44-4840-b5e3-56f4d6bd1057 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/4525411d317e49b4bac77a2ecb976ee6"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "4525411d317e49b4bac77a2ecb976ee6", "name": "CreateStackSuccessTests-d0816448-849d-4b3-proj"}} 2018-08-12 08:41:34,270 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/4525411d317e49b4bac77a2ecb976ee6 used request id req-38ed55ea-1c44-4840-b5e3-56f4d6bd1057 2018-08-12 08:41:34,271 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c1a820ca-d21d-4cca-a5aa-13399f0cf31f 2018-08-12 08:41:34,276 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=c1a820ca-d21d-4cca-a5aa-13399f0cf31f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c7a3a45e49ca2499505a4b509f2ad02d7b84bdf" 2018-08-12 08:41:34,456 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-73c7c7c2-2641-4c14-bdd2-26299774f749 Date: Sun, 12 Aug 2018 08:41:34 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-12T08:41:03Z", "security_group_id": "c1a820ca-d21d-4cca-a5aa-13399f0cf31f", "port_range_min": null, "revision_number": 0, "tenant_id": "4525411d317e49b4bac77a2ecb976ee6", "created_at": "2018-08-12T08:41:03Z", "project_id": "4525411d317e49b4bac77a2ecb976ee6", "id": "6af38b6e-8df7-4b0e-8687-73feb75a2cf6"}, {"remote_group_id": "c1a820ca-d21d-4cca-a5aa-13399f0cf31f", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:41:03Z", "security_group_id": "c1a820ca-d21d-4cca-a5aa-13399f0cf31f", "port_range_min": null, "revision_number": 0, "tenant_id": "4525411d317e49b4bac77a2ecb976ee6", "created_at": "2018-08-12T08:41:03Z", "project_id": "4525411d317e49b4bac77a2ecb976ee6", "id": "765875e2-f3cb-46fc-8659-a70279a5283b"}, {"remote_group_id": "c1a820ca-d21d-4cca-a5aa-13399f0cf31f", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:41:03Z", "security_group_id": "c1a820ca-d21d-4cca-a5aa-13399f0cf31f", "port_range_min": null, "revision_number": 0, "tenant_id": "4525411d317e49b4bac77a2ecb976ee6", "created_at": "2018-08-12T08:41:03Z", "project_id": "4525411d317e49b4bac77a2ecb976ee6", "id": "95d3f9dc-c995-44b6-a3de-4ed13be72f72"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:41:03Z", "security_group_id": "c1a820ca-d21d-4cca-a5aa-13399f0cf31f", "port_range_min": null, "revision_number": 0, "tenant_id": "4525411d317e49b4bac77a2ecb976ee6", "created_at": "2018-08-12T08:41:03Z", "project_id": "4525411d317e49b4bac77a2ecb976ee6", "id": "fb9b9907-88b8-40c5-adae-81c8f7ec7b2b"}]} 2018-08-12 08:41:34,456 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=c1a820ca-d21d-4cca-a5aa-13399f0cf31f used request id req-73c7c7c2-2641-4c14-bdd2-26299774f749 2018-08-12 08:41:34,457 - neutron_utils - INFO - Deleting security group with name - default 2018-08-12 08:41:34,462 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/c1a820ca-d21d-4cca-a5aa-13399f0cf31f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c7a3a45e49ca2499505a4b509f2ad02d7b84bdf" 2018-08-12 08:41:34,809 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b3fdf2dd-cb0c-4014-8e21-728a30ee3c6d Content-Length: 0 Date: Sun, 12 Aug 2018 08:41:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:41:34,809 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/c1a820ca-d21d-4cca-a5aa-13399f0cf31f used request id req-b3fdf2dd-cb0c-4014-8e21-728a30ee3c6d 2018-08-12 08:41:34,810 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-d0816448-849d-4b3-proj 2018-08-12 08:41:34,814 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/4525411d317e49b4bac77a2ecb976ee6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c7a3a45e49ca2499505a4b509f2ad02d7b84bdf" 2018-08-12 08:41:35,178 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:41:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7f0d5182-402f-4584-8fc9-2783efcf4ec8 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 08:41:35,178 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/4525411d317e49b4bac77a2ecb976ee6 used request id req-7f0d5182-402f-4584-8fc9-2783efcf4ec8 2018-08-12 08:41:35,178 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-d0816448-849d-4b3-proj-role 2018-08-12 08:41:35,182 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/f78644e6f8dd44808603fab45075752e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c7a3a45e49ca2499505a4b509f2ad02d7b84bdf" 2018-08-12 08:41:35,316 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:41:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d7a34194-ee81-4a96-b60d-32e9723ce199 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 08:41:35,316 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/f78644e6f8dd44808603fab45075752e used request id req-d7a34194-ee81-4a96-b60d-32e9723ce199 2018-08-12 08:41:35,320 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c7a3a45e49ca2499505a4b509f2ad02d7b84bdf" 2018-08-12 08:41:35,413 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:41:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-985cde5f-8d56-4bdb-b22e-885e720eaef1 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:41:35,413 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-985cde5f-8d56-4bdb-b22e-885e720eaef1 2018-08-12 08:41:35,414 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-d0816448-849d-4b3-user 2018-08-12 08:41:35,418 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/71d776ada1c141c08019ddde8ec1a5cb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85bc8965df5328e7ff8898e9bb03515a07e8b3de" 2018-08-12 08:41:35,718 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:41:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ad61cd7d-112b-4933-8117-6aec525818af 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 08:41:35,718 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/71d776ada1c141c08019ddde8ec1a5cb used request id req-ad61cd7d-112b-4933-8117-6aec525818af 2018-08-12 08:41:35,720 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:41:36,226 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:41:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["gtZHQlk8TdGkdAVKr3ZILA"], "issued_at": "2018-08-12T08:41:36.000000Z"}} 2018-08-12 08:41:36,227 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}69de990dbc3b2b76def861a216ea0fd2bd8374fb" 2018-08-12 08:41:36,338 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:41:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b069155b-30f0-494a-b0a3-301f3ad751bf Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:41:36,338 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-b069155b-30f0-494a-b0a3-301f3ad751bf 2018-08-12 08:41:36,340 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:41:36,341 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:41:36,768 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:41:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["1nR1UfkuQEK14iK0AgtDtg"], "issued_at": "2018-08-12T08:41:36.000000Z"}} 2018-08-12 08:41:36,769 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}f5c047de080210b34c7d1093f2e5bc95294e1201" 2018-08-12 08:41:36,851 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:41:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-208ebd2d-6775-4b67-a71a-35a2b00c73a2 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:41:36,851 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-208ebd2d-6775-4b67-a71a-35a2b00c73a2 2018-08-12 08:41:36,855 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:41:36,861 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:41:36 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:41:36,862 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-5d6dd001-725b-421-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5c047de080210b34c7d1093f2e5bc95294e1201" 2018-08-12 08:41:36,965 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:41:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f267131d-f879-4046-8b98-2b994d229859 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-5d6dd001-725b-421-proj", "previous": null, "next": null}, "projects": []} 2018-08-12 08:41:36,965 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-5d6dd001-725b-421-proj used request id req-f267131d-f879-4046-8b98-2b994d229859 2018-08-12 08:41:36,968 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5c047de080210b34c7d1093f2e5bc95294e1201" 2018-08-12 08:41:37,056 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:41:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f0d78322-9e84-409c-b69e-0e83071b1c45 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:41:37,057 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-f0d78322-9e84-409c-b69e-0e83071b1c45 2018-08-12 08:41:37,060 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5c047de080210b34c7d1093f2e5bc95294e1201" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackSuccessTests-5d6dd001-725b-421-proj"}}' 2018-08-12 08:41:37,189 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:41:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-91d9a35b-4b4f-43ce-a800-2af7db5a2043 Content-Length: 320 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/34ba8bb04c81488b80199a26a05e8dbf"}, "tags": [], "enabled": true, "id": "34ba8bb04c81488b80199a26a05e8dbf", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-5d6dd001-725b-421-proj"}} 2018-08-12 08:41:37,190 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-91d9a35b-4b4f-43ce-a800-2af7db5a2043 2018-08-12 08:41:37,190 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-5d6dd001-725b-421-proj 2018-08-12 08:41:37,190 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:41:37,191 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:41:37,585 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:41:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["vrQJW0QDQbm_21u63BTbuA"], "issued_at": "2018-08-12T08:41:37.000000Z"}} 2018-08-12 08:41:37,586 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}9c64f8909bbef73e03f4be2aab5a291c251aeb51" 2018-08-12 08:41:37,669 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:41:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c6802a95-b5f8-4d15-95ec-b133284119c4 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:41:37,669 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-c6802a95-b5f8-4d15-95ec-b133284119c4 2018-08-12 08:41:37,673 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:41:37,681 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:41:37 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:41:37,682 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c64f8909bbef73e03f4be2aab5a291c251aeb51" 2018-08-12 08:41:37,789 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:41:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f9629a3e-f398-4fc0-9ed2-b9941d3d8820 Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/105a247548624314b9228f85f6325f0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105a247548624314b9228f85f6325f0b", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/1c5de0eaa44543f08da6ad63a51594ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c5de0eaa44543f08da6ad63a51594ff", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/1d127b5b832547a88a547c116dfdd65b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d127b5b832547a88a547c116dfdd65b", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/1d5cfc170d624ce4ae53ae0507c8d517"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d5cfc170d624ce4ae53ae0507c8d517", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/2421820b75eb4d3ebd02830378d1377b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2421820b75eb4d3ebd02830378d1377b", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/40bd8ee54ecf44868cc83cede652c396"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40bd8ee54ecf44868cc83cede652c396", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/4f32fb8153854c4c9f5094b42b523f80"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f32fb8153854c4c9f5094b42b523f80", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7066130d08fb4db7bf4ab468de53933b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7066130d08fb4db7bf4ab468de53933b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/8d0898a83bcf4521bbc11501d5d7ac89"}, "domain_id": "1eec97585bde483292ece28ee11f4b8d", "enabled": true, "options": {}, "id": "8d0898a83bcf4521bbc11501d5d7ac89", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/9defcced327d476f8a3beab718a13da3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9defcced327d476f8a3beab718a13da3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/b80ee4f6992446e0879624dd436e99a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b80ee4f6992446e0879624dd436e99a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b86fd3e011324d398fcdb6f095a20a9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b86fd3e011324d398fcdb6f095a20a9d", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1701d2754064b5cadf765ea0806f9b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1701d2754064b5cadf765ea0806f9b2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/db4e7b8d76d549faa502716565c733dd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db4e7b8d76d549faa502716565c733dd", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-12 08:41:37,789 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-f9629a3e-f398-4fc0-9ed2-b9941d3d8820 2018-08-12 08:41:37,793 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateStackSuccessTests-5d6dd001-725b-421-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c64f8909bbef73e03f4be2aab5a291c251aeb51" 2018-08-12 08:41:37,883 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:41:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-24763588-609f-425c-91a9-413ecf7fd02b Content-Encoding: gzip Content-Length: 260 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateStackSuccessTests-5d6dd001-725b-421-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/34ba8bb04c81488b80199a26a05e8dbf"}, "tags": [], "enabled": true, "id": "34ba8bb04c81488b80199a26a05e8dbf", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-5d6dd001-725b-421-proj"}]} 2018-08-12 08:41:37,883 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateStackSuccessTests-5d6dd001-725b-421-proj used request id req-24763588-609f-425c-91a9-413ecf7fd02b 2018-08-12 08:41:37,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c64f8909bbef73e03f4be2aab5a291c251aeb51" 2018-08-12 08:41:37,990 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:41:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c0f505da-8f29-469b-8b8e-fa41ead9eafe Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:41:37,990 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-c0f505da-8f29-469b-8b8e-fa41ead9eafe 2018-08-12 08:41:38,348 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c64f8909bbef73e03f4be2aab5a291c251aeb51" 2018-08-12 08:41:38,441 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:41:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-acf5e3e7-7f96-4517-8a1b-0746cb6ecccc Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:41:38,441 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-acf5e3e7-7f96-4517-8a1b-0746cb6ecccc 2018-08-12 08:41:38,445 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateStackSuccessTests-5d6dd001-725b-421-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c64f8909bbef73e03f4be2aab5a291c251aeb51" 2018-08-12 08:41:38,544 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:41:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-986387dd-a267-4c96-95a4-16f2ec917ff4 Content-Encoding: gzip Content-Length: 260 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateStackSuccessTests-5d6dd001-725b-421-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/34ba8bb04c81488b80199a26a05e8dbf"}, "tags": [], "enabled": true, "id": "34ba8bb04c81488b80199a26a05e8dbf", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-5d6dd001-725b-421-proj"}]} 2018-08-12 08:41:38,544 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateStackSuccessTests-5d6dd001-725b-421-proj used request id req-986387dd-a267-4c96-95a4-16f2ec917ff4 2018-08-12 08:41:38,544 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-5d6dd001-725b-421-user 2018-08-12 08:41:38,545 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:41:38,548 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5c047de080210b34c7d1093f2e5bc95294e1201" 2018-08-12 08:41:38,641 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:41:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e122dd39-5a5f-4555-8ae1-8695aecb5e43 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:41:38,642 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-e122dd39-5a5f-4555-8ae1-8695aecb5e43 2018-08-12 08:41:38,645 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5c047de080210b34c7d1093f2e5bc95294e1201" -d '{"role": {"name": "CreateStackSuccessTests-5d6dd001-725b-421-proj-role"}}' 2018-08-12 08:41:38,753 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:41:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d69ebeff-1d3b-4dda-8e7b-9bf6399d959b Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "256429b74df74d7d822aaad4e90d4ff0", "links": {"self": "http://172.30.9.21:5000/v3/roles/256429b74df74d7d822aaad4e90d4ff0"}, "name": "CreateStackSuccessTests-5d6dd001-725b-421-proj-role"}} 2018-08-12 08:41:38,753 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-d69ebeff-1d3b-4dda-8e7b-9bf6399d959b 2018-08-12 08:41:38,753 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-5d6dd001-725b-421-proj-role 2018-08-12 08:41:38,757 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/256429b74df74d7d822aaad4e90d4ff0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5c047de080210b34c7d1093f2e5bc95294e1201" 2018-08-12 08:41:38,863 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:41:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7ff07bd0-9d6d-4c09-b355-1e6320b2f759 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "256429b74df74d7d822aaad4e90d4ff0", "links": {"self": "http://172.30.9.21:5000/v3/roles/256429b74df74d7d822aaad4e90d4ff0"}, "name": "CreateStackSuccessTests-5d6dd001-725b-421-proj-role"}} 2018-08-12 08:41:38,863 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/256429b74df74d7d822aaad4e90d4ff0 used request id req-7ff07bd0-9d6d-4c09-b355-1e6320b2f759 2018-08-12 08:41:38,864 - keystone_utils - INFO - Granting role CreateStackSuccessTests-5d6dd001-725b-421-proj-role to project CreateStackSuccessTests-5d6dd001-725b-421-proj 2018-08-12 08:41:38,868 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/34ba8bb04c81488b80199a26a05e8dbf/users/dd3d76d37cf04981b97ef8aa632baef8/roles/256429b74df74d7d822aaad4e90d4ff0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5c047de080210b34c7d1093f2e5bc95294e1201" 2018-08-12 08:41:39,000 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:41:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-32d7386a-58db-4921-a84c-cca74eedca65 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 08:41:39,001 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/34ba8bb04c81488b80199a26a05e8dbf/users/dd3d76d37cf04981b97ef8aa632baef8/roles/256429b74df74d7d822aaad4e90d4ff0 used request id req-32d7386a-58db-4921-a84c-cca74eedca65 2018-08-12 08:41:39,001 - heat_utils - DEBUG - Retrieving Heat Client 2018-08-12 08:41:39,001 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-08-12 08:41:39,001 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:41:39,002 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:41:39,388 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "256429b74df74d7d822aaad4e90d4ff0", "name": "CreateStackSuccessTests-5d6dd001-725b-421-proj-role"}], "expires_at": "2018-08-12T09:41:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "34ba8bb04c81488b80199a26a05e8dbf", "name": "CreateStackSuccessTests-5d6dd001-725b-421-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/34ba8bb04c81488b80199a26a05e8dbf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/34ba8bb04c81488b80199a26a05e8dbf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/34ba8bb04c81488b80199a26a05e8dbf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_34ba8bb04c81488b80199a26a05e8dbf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_34ba8bb04c81488b80199a26a05e8dbf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/34ba8bb04c81488b80199a26a05e8dbf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/34ba8bb04c81488b80199a26a05e8dbf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/34ba8bb04c81488b80199a26a05e8dbf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/34ba8bb04c81488b80199a26a05e8dbf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/34ba8bb04c81488b80199a26a05e8dbf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/34ba8bb04c81488b80199a26a05e8dbf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/34ba8bb04c81488b80199a26a05e8dbf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/34ba8bb04c81488b80199a26a05e8dbf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/34ba8bb04c81488b80199a26a05e8dbf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-5d6dd001-725b-421-user", "id": "dd3d76d37cf04981b97ef8aa632baef8"}, "audit_ids": ["5Rj_SLdUTnys07L8IaEm4A"], "issued_at": "2018-08-12T08:41:39.000000Z"}} 2018-08-12 08:41:39,389 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}b456f97e5b2f05426a57222fabb78d7385078f56" 2018-08-12 08:41:39,476 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:41:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f5694b44-8638-4fbf-9b14-81cdb50011eb Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:41:39,476 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-f5694b44-8638-4fbf-9b14-81cdb50011eb 2018-08-12 08:41:39,480 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b456f97e5b2f05426a57222fabb78d7385078f56" 2018-08-12 08:41:39,662 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 168 Content-Type: application/json X-Openstack-Request-Id: req-690f0fee-dd52-470e-bab4-c9f379916968 Date: Sun, 12 Aug 2018 08:41:39 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-image"} 2018-08-12 08:41:39,662 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-image used request id req-690f0fee-dd52-470e-bab4-c9f379916968 2018-08-12 08:41:39,665 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b456f97e5b2f05426a57222fabb78d7385078f56" 2018-08-12 08:41:39,834 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-13aeea8a-1511-4f17-8223-cacd35c2af88 Date: Sun, 12 Aug 2018 08:41:39 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"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}, "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}, "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"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "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"}, "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"}, "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}, "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}, "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"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "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}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-12 08:41:39,834 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-13aeea8a-1511-4f17-8223-cacd35c2af88 2018-08-12 08:41:39,863 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b456f97e5b2f05426a57222fabb78d7385078f56" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-image"}' 2018-08-12 08:41:40,079 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 627 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/00e573c1-860a-4e74-9955-ae444727f56a Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-aca741c1-2911-462d-a3ff-1da331244d03 Date: Sun, 12 Aug 2018 08:41:40 GMT RESP BODY: {"status": "queued", "name": "CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-image", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:41:40Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-08-12T08:41:40Z", "visibility": "shared", "locations": [], "self": "/v2/images/00e573c1-860a-4e74-9955-ae444727f56a", "min_disk": 0, "protected": false, "id": "00e573c1-860a-4e74-9955-ae444727f56a", "file": "/v2/images/00e573c1-860a-4e74-9955-ae444727f56a/file", "checksum": null, "owner": "34ba8bb04c81488b80199a26a05e8dbf", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-12 08:41:40,079 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-aca741c1-2911-462d-a3ff-1da331244d03 2018-08-12 08:41:40,089 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/00e573c1-860a-4e74-9955-ae444727f56a/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b456f97e5b2f05426a57222fabb78d7385078f56" -d '' 2018-08-12 08:41:40,779 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-29ba7fe7-0d38-41a5-ba92-3e42fea3ac2c Date: Sun, 12 Aug 2018 08:41: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 08:41:40,779 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/00e573c1-860a-4e74-9955-ae444727f56a/file used request id req-29ba7fe7-0d38-41a5-ba92-3e42fea3ac2c 2018-08-12 08:41:40,780 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-12 08:41:40,783 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/00e573c1-860a-4e74-9955-ae444727f56a -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b456f97e5b2f05426a57222fabb78d7385078f56" 2018-08-12 08:41:40,803 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-5aaf6323-5414-4591-a8de-987608928ded Date: Sun, 12 Aug 2018 08:41:40 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-image", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:41:40Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-12T08:41:40Z", "visibility": "shared", "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/00e573c1-860a-4e74-9955-ae444727f56a/snap", "metadata": {}}], "self": "/v2/images/00e573c1-860a-4e74-9955-ae444727f56a", "min_disk": 0, "protected": false, "id": "00e573c1-860a-4e74-9955-ae444727f56a", "file": "/v2/images/00e573c1-860a-4e74-9955-ae444727f56a/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "34ba8bb04c81488b80199a26a05e8dbf", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/00e573c1-860a-4e74-9955-ae444727f56a/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-12 08:41:40,803 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/00e573c1-860a-4e74-9955-ae444727f56a used request id req-5aaf6323-5414-4591-a8de-987608928ded 2018-08-12 08:41:40,805 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b456f97e5b2f05426a57222fabb78d7385078f56" 2018-08-12 08:41:40,983 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-32d4147b-5494-4aec-90ef-4e5cabf54787 Date: Sun, 12 Aug 2018 08:41:40 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"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}, "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}, "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"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "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"}, "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"}, "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}, "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}, "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"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "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}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-12 08:41:40,984 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-32d4147b-5494-4aec-90ef-4e5cabf54787 2018-08-12 08:41:40,988 - create_image - INFO - Created image with name - CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-image 2018-08-12 08:41:40,992 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/00e573c1-860a-4e74-9955-ae444727f56a -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b456f97e5b2f05426a57222fabb78d7385078f56" 2018-08-12 08:41:41,009 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-178c5a91-28e7-4087-b2df-0ccec6dec4a8 Date: Sun, 12 Aug 2018 08:41:41 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-image", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:41:40Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-12T08:41:40Z", "visibility": "shared", "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/00e573c1-860a-4e74-9955-ae444727f56a/snap", "metadata": {}}], "self": "/v2/images/00e573c1-860a-4e74-9955-ae444727f56a", "min_disk": 0, "protected": false, "id": "00e573c1-860a-4e74-9955-ae444727f56a", "file": "/v2/images/00e573c1-860a-4e74-9955-ae444727f56a/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "34ba8bb04c81488b80199a26a05e8dbf", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/00e573c1-860a-4e74-9955-ae444727f56a/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-12 08:41:41,009 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/00e573c1-860a-4e74-9955-ae444727f56a used request id req-178c5a91-28e7-4087-b2df-0ccec6dec4a8 2018-08-12 08:41:41,010 - create_image - DEBUG - Instance status is - active 2018-08-12 08:41:41,010 - create_image - DEBUG - Image is active with name - CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-image 2018-08-12 08:41:41,010 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-image 2018-08-12 08:41:41,011 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:41:41,012 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:41:41,410 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:41:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["xQocMBnfR0O0zDzqkb1mWg"], "issued_at": "2018-08-12T08:41:41.000000Z"}} 2018-08-12 08:41:41,410 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}45b7125efd851fd260528d773cbfb41b4696c01d" 2018-08-12 08:41:41,492 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:41:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-05c0a2c2-95f4-4df0-903f-61608b60a901 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:41:41,492 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-05c0a2c2-95f4-4df0-903f-61608b60a901 2018-08-12 08:41:41,493 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-12 08:41:41,498 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45b7125efd851fd260528d773cbfb41b4696c01d" 2018-08-12 08:41:41,701 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:41: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-50ee911d-0c13-4877-affb-9ffbde90e0b4 x-compute-request-id: req-50ee911d-0c13-4877-affb-9ffbde90e0b4 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-08-12 08:41:41,701 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-50ee911d-0c13-4877-affb-9ffbde90e0b4 2018-08-12 08:41:41,705 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45b7125efd851fd260528d773cbfb41b4696c01d" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-08-12 08:41:41,755 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:41: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-a68bec03-aca6-4531-8777-a678704adc2f x-compute-request-id: req-a68bec03-aca6-4531-8777-a678704adc2f Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-flavor-name", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/64c0ef9e-eb85-492f-9894-28e3856bc22a", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/64c0ef9e-eb85-492f-9894-28e3856bc22a", "rel": "bookmark"}], "ram": 256, "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": "64c0ef9e-eb85-492f-9894-28e3856bc22a"}} 2018-08-12 08:41:41,755 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-a68bec03-aca6-4531-8777-a678704adc2f 2018-08-12 08:41:41,756 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:41:41,756 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:41:42,152 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "256429b74df74d7d822aaad4e90d4ff0", "name": "CreateStackSuccessTests-5d6dd001-725b-421-proj-role"}], "expires_at": "2018-08-12T09:41:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "34ba8bb04c81488b80199a26a05e8dbf", "name": "CreateStackSuccessTests-5d6dd001-725b-421-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/34ba8bb04c81488b80199a26a05e8dbf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/34ba8bb04c81488b80199a26a05e8dbf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/34ba8bb04c81488b80199a26a05e8dbf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_34ba8bb04c81488b80199a26a05e8dbf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_34ba8bb04c81488b80199a26a05e8dbf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/34ba8bb04c81488b80199a26a05e8dbf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/34ba8bb04c81488b80199a26a05e8dbf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/34ba8bb04c81488b80199a26a05e8dbf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/34ba8bb04c81488b80199a26a05e8dbf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/34ba8bb04c81488b80199a26a05e8dbf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/34ba8bb04c81488b80199a26a05e8dbf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/34ba8bb04c81488b80199a26a05e8dbf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/34ba8bb04c81488b80199a26a05e8dbf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/34ba8bb04c81488b80199a26a05e8dbf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-5d6dd001-725b-421-user", "id": "dd3d76d37cf04981b97ef8aa632baef8"}, "audit_ids": ["cWfHa7QMRBaHV9le6UXCbQ"], "issued_at": "2018-08-12T08:41:42.000000Z"}} 2018-08-12 08:41:42,153 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}bcf8883b8bee0519825cc82384f3233a57ab677a" 2018-08-12 08:41:42,321 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:41:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-29a0ff4d-7f24-4f60-844d-233b5efca19d Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:41:42,321 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-29a0ff4d-7f24-4f60-844d-233b5efca19d 2018-08-12 08:41:42,323 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:41:42,323 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:41:42,323 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:41:42,323 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:41:42,323 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:41:42,324 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-12 08:41:42,327 - heat_utils - DEBUG - Retrieving Heat Client 2018-08-12 08:41:42,330 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/34ba8bb04c81488b80199a26a05e8dbf/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bcf8883b8bee0519825cc82384f3233a57ab677a" 2018-08-12 08:41:42,529 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:41:42 GMT Server: Apache x-openstack-request-id: req-8b8565a1-1ab4-460f-bf7e-30e42de31231 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-08-12 08:41:42,529 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/34ba8bb04c81488b80199a26a05e8dbf/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-stack used request id req-8b8565a1-1ab4-460f-bf7e-30e42de31231 2018-08-12 08:41:42,558 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8004/v1/34ba8bb04c81488b80199a26a05e8dbf/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bcf8883b8bee0519825cc82384f3233a57ab677a" -d '{"stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-stack", "template": {"heat_template_version": "2015-04-30", "description": "Simple template to deploy a single compute instance", "parameters": {"flavor_name": {"default": "m1.small", "type": "string", "description": "Type of instance (flavor) to be used", "label": "Instance Type"}, "inst_name": {"default": "test_vm", "type": "string", "description": "The name of the spawned vm", "label": "Test VM name"}, "subnet_name": {"default": "test_subnet", "type": "string", "description": "The name of the stack's subnet", "label": "Test subnet name"}, "net_name": {"default": "test_net", "type": "string", "description": "The name of the stack's network", "label": "Test network name"}, "image_name": {"default": "heat_utils_tests", "type": "string", "description": "Image to be used for compute instance", "label": "Image ID"}}, "resources": {"server1_port": {"type": "OS::Neutron::Port", "properties": {"network_id": {"get_resource": "private_net"}, "fixed_ips": [{"subnet_id": {"get_resource": "private_subnet"}}]}}, "private_subnet": {"type": "OS::Neutron::Subnet", "properties": {"network_id": {"get_resource": "private_net"}, "cidr": "10.0.0.0/24", "name": {"get_param": "subnet_name"}}}, "private_net": {"type": "OS::Neutron::Net", "properties": {"name": {"get_param": "net_name"}}}, "my_instance": {"type": "OS::Nova::Server", "properties": {"image": {"get_param": "image_name"}, "name": {"get_param": "inst_name"}, "flavor": {"get_param": "flavor_name"}, "networks": [{"port": {"get_resource": "server1_port"}}]}}}}, "parameters": {"net_name": "CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-net", "inst_name": "CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-inst", "subnet_name": "CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-subnet", "image_name": "CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-image", "flavor_name": "CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-flavor-name"}}' 2018-08-12 08:41:44,891 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:41:42 GMT Server: Apache x-openstack-request-id: req-01508d9d-a77e-4450-a59b-2f8114ad7de8 Location: http://172.30.9.21:8004/v1/34ba8bb04c81488b80199a26a05e8dbf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-stack/bd267da0-277a-473d-b966-6f876bb258dc Content-Length: 291 Content-Type: application/json RESP BODY: {"stack": {"id": "bd267da0-277a-473d-b966-6f876bb258dc", "links": [{"href": "http://172.30.9.21:8004/v1/34ba8bb04c81488b80199a26a05e8dbf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-stack/bd267da0-277a-473d-b966-6f876bb258dc", "rel": "self"}]}} 2018-08-12 08:41:44,892 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.21:8004/v1/34ba8bb04c81488b80199a26a05e8dbf/stacks used request id req-01508d9d-a77e-4450-a59b-2f8114ad7de8 2018-08-12 08:41:44,895 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/34ba8bb04c81488b80199a26a05e8dbf/stacks/bd267da0-277a-473d-b966-6f876bb258dc -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bcf8883b8bee0519825cc82384f3233a57ab677a" 2018-08-12 08:41:45,087 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:41:44 GMT Server: Apache x-openstack-request-id: req-e151ea8f-9f00-4d66-a37f-d818e5d20469 Location: http://172.30.9.21:8004/v1/34ba8bb04c81488b80199a26a05e8dbf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-stack/bd267da0-277a-473d-b966-6f876bb258dc Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/34ba8bb04c81488b80199a26a05e8dbf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-stack/bd267da0-277a-473d-b966-6f876bb258dc;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:41:45,300 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:41:45 GMT Server: Apache x-openstack-request-id: req-42f88992-6292-47c3-b611-26f3eeb10d85 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 557 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "34ba8bb04c81488b80199a26a05e8dbf", "OS::stack_id": "bd267da0-277a-473d-b966-6f876bb258dc", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-stack", "image_name": "CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-image", "inst_name": "CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-inst", "subnet_name": "CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-subnet", "net_name": "CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-net", "flavor_name": "CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-stack", "stack_user_project_id": "513dbc5186f04daca5c31661123c4837", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-12T08:41:44Z", "links": [{"href": "http://172.30.9.21:8004/v1/34ba8bb04c81488b80199a26a05e8dbf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-stack/bd267da0-277a-473d-b966-6f876bb258dc", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "bd267da0-277a-473d-b966-6f876bb258dc", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-12 08:41:45,301 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/34ba8bb04c81488b80199a26a05e8dbf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-stack/bd267da0-277a-473d-b966-6f876bb258dc used request id req-42f88992-6292-47c3-b611-26f3eeb10d85 2018-08-12 08:41:45,301 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-stack 2018-08-12 08:41:45,303 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/34ba8bb04c81488b80199a26a05e8dbf/stacks/bd267da0-277a-473d-b966-6f876bb258dc -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bcf8883b8bee0519825cc82384f3233a57ab677a" 2018-08-12 08:41:45,994 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:41:45 GMT Server: Apache x-openstack-request-id: req-1765dc90-9bb6-425e-a4c7-f0b91a857d26 Location: http://172.30.9.21:8004/v1/34ba8bb04c81488b80199a26a05e8dbf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-stack/bd267da0-277a-473d-b966-6f876bb258dc Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/34ba8bb04c81488b80199a26a05e8dbf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-stack/bd267da0-277a-473d-b966-6f876bb258dc;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:41:46,201 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:41:45 GMT Server: Apache x-openstack-request-id: req-98a0a088-bbd5-4e05-95c3-6632a5521f1d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 557 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "34ba8bb04c81488b80199a26a05e8dbf", "OS::stack_id": "bd267da0-277a-473d-b966-6f876bb258dc", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-stack", "image_name": "CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-image", "inst_name": "CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-inst", "subnet_name": "CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-subnet", "net_name": "CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-net", "flavor_name": "CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-stack", "stack_user_project_id": "513dbc5186f04daca5c31661123c4837", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-12T08:41:44Z", "links": [{"href": "http://172.30.9.21:8004/v1/34ba8bb04c81488b80199a26a05e8dbf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-stack/bd267da0-277a-473d-b966-6f876bb258dc", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "bd267da0-277a-473d-b966-6f876bb258dc", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-12 08:41:46,201 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/34ba8bb04c81488b80199a26a05e8dbf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-stack/bd267da0-277a-473d-b966-6f876bb258dc used request id req-98a0a088-bbd5-4e05-95c3-6632a5521f1d 2018-08-12 08:41:46,202 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-08-12 08:41:46,202 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-08-12 08:41:49,205 - create_stack - DEBUG - Stack status query timeout in 1196.09627891 2018-08-12 08:41:49,208 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/34ba8bb04c81488b80199a26a05e8dbf/stacks/bd267da0-277a-473d-b966-6f876bb258dc -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bcf8883b8bee0519825cc82384f3233a57ab677a" 2018-08-12 08:41:49,404 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:41:49 GMT Server: Apache x-openstack-request-id: req-27b2d4a3-f453-49c7-8fa3-1ab6020e64e9 Location: http://172.30.9.21:8004/v1/34ba8bb04c81488b80199a26a05e8dbf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-stack/bd267da0-277a-473d-b966-6f876bb258dc Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/34ba8bb04c81488b80199a26a05e8dbf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-stack/bd267da0-277a-473d-b966-6f876bb258dc;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:41:49,447 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:41:49 GMT Server: Apache x-openstack-request-id: req-821a5ae2-0c84-4ae2-878b-5410ece9c81c Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 557 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "34ba8bb04c81488b80199a26a05e8dbf", "OS::stack_id": "bd267da0-277a-473d-b966-6f876bb258dc", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-stack", "image_name": "CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-image", "inst_name": "CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-inst", "subnet_name": "CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-subnet", "net_name": "CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-net", "flavor_name": "CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-stack", "stack_user_project_id": "513dbc5186f04daca5c31661123c4837", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-12T08:41:44Z", "links": [{"href": "http://172.30.9.21:8004/v1/34ba8bb04c81488b80199a26a05e8dbf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-stack/bd267da0-277a-473d-b966-6f876bb258dc", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "bd267da0-277a-473d-b966-6f876bb258dc", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-12 08:41:49,447 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/34ba8bb04c81488b80199a26a05e8dbf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-stack/bd267da0-277a-473d-b966-6f876bb258dc used request id req-821a5ae2-0c84-4ae2-878b-5410ece9c81c 2018-08-12 08:41:49,448 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-08-12 08:41:49,448 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-08-12 08:41:52,449 - create_stack - DEBUG - Stack status query timeout in 1192.851933 2018-08-12 08:41:52,453 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/34ba8bb04c81488b80199a26a05e8dbf/stacks/bd267da0-277a-473d-b966-6f876bb258dc -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bcf8883b8bee0519825cc82384f3233a57ab677a" 2018-08-12 08:41:52,638 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:41:52 GMT Server: Apache x-openstack-request-id: req-565900ce-fdc5-4cf9-9187-9544a106ee98 Location: http://172.30.9.21:8004/v1/34ba8bb04c81488b80199a26a05e8dbf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-stack/bd267da0-277a-473d-b966-6f876bb258dc Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/34ba8bb04c81488b80199a26a05e8dbf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-stack/bd267da0-277a-473d-b966-6f876bb258dc;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:41:52,880 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:41:52 GMT Server: Apache x-openstack-request-id: req-b1a297a1-2722-4109-8a01-fdb43e4295b9 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 557 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "34ba8bb04c81488b80199a26a05e8dbf", "OS::stack_id": "bd267da0-277a-473d-b966-6f876bb258dc", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-stack", "image_name": "CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-image", "inst_name": "CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-inst", "subnet_name": "CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-subnet", "net_name": "CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-net", "flavor_name": "CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-stack", "stack_user_project_id": "513dbc5186f04daca5c31661123c4837", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-12T08:41:44Z", "links": [{"href": "http://172.30.9.21:8004/v1/34ba8bb04c81488b80199a26a05e8dbf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-stack/bd267da0-277a-473d-b966-6f876bb258dc", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "bd267da0-277a-473d-b966-6f876bb258dc", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-12 08:41:52,880 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/34ba8bb04c81488b80199a26a05e8dbf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-stack/bd267da0-277a-473d-b966-6f876bb258dc used request id req-b1a297a1-2722-4109-8a01-fdb43e4295b9 2018-08-12 08:41:52,881 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-08-12 08:41:52,881 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-08-12 08:41:55,884 - create_stack - DEBUG - Stack status query timeout in 1189.41692495 2018-08-12 08:41:55,888 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/34ba8bb04c81488b80199a26a05e8dbf/stacks/bd267da0-277a-473d-b966-6f876bb258dc -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bcf8883b8bee0519825cc82384f3233a57ab677a" 2018-08-12 08:41:55,916 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:41:55 GMT Server: Apache x-openstack-request-id: req-3c06a457-ffed-41ab-928e-30cd210c663a Location: http://172.30.9.21:8004/v1/34ba8bb04c81488b80199a26a05e8dbf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-stack/bd267da0-277a-473d-b966-6f876bb258dc Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/34ba8bb04c81488b80199a26a05e8dbf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-stack/bd267da0-277a-473d-b966-6f876bb258dc;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:41:56,156 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:41:55 GMT Server: Apache x-openstack-request-id: req-547ed017-0437-4bdb-9b11-ff1765b200a3 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 557 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "34ba8bb04c81488b80199a26a05e8dbf", "OS::stack_id": "bd267da0-277a-473d-b966-6f876bb258dc", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-stack", "image_name": "CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-image", "inst_name": "CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-inst", "subnet_name": "CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-subnet", "net_name": "CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-net", "flavor_name": "CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-stack", "stack_user_project_id": "513dbc5186f04daca5c31661123c4837", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-12T08:41:44Z", "links": [{"href": "http://172.30.9.21:8004/v1/34ba8bb04c81488b80199a26a05e8dbf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-stack/bd267da0-277a-473d-b966-6f876bb258dc", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "bd267da0-277a-473d-b966-6f876bb258dc", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-12 08:41:56,157 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/34ba8bb04c81488b80199a26a05e8dbf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-stack/bd267da0-277a-473d-b966-6f876bb258dc used request id req-547ed017-0437-4bdb-9b11-ff1765b200a3 2018-08-12 08:41:56,157 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-08-12 08:41:56,157 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-08-12 08:41:59,161 - create_stack - DEBUG - Stack status query timeout in 1186.14074707 2018-08-12 08:41:59,164 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/34ba8bb04c81488b80199a26a05e8dbf/stacks/bd267da0-277a-473d-b966-6f876bb258dc -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bcf8883b8bee0519825cc82384f3233a57ab677a" 2018-08-12 08:41:59,355 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:41:59 GMT Server: Apache x-openstack-request-id: req-c0b8de80-f3cd-443e-8cf5-c09b78d45cfc Location: http://172.30.9.21:8004/v1/34ba8bb04c81488b80199a26a05e8dbf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-stack/bd267da0-277a-473d-b966-6f876bb258dc Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/34ba8bb04c81488b80199a26a05e8dbf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-stack/bd267da0-277a-473d-b966-6f876bb258dc;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:41:59,650 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:41:59 GMT Server: Apache x-openstack-request-id: req-d79fb081-1cc8-4ac4-8ac0-6773eeeea671 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 557 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "34ba8bb04c81488b80199a26a05e8dbf", "OS::stack_id": "bd267da0-277a-473d-b966-6f876bb258dc", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-stack", "image_name": "CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-image", "inst_name": "CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-inst", "subnet_name": "CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-subnet", "net_name": "CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-net", "flavor_name": "CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-stack", "stack_user_project_id": "513dbc5186f04daca5c31661123c4837", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-12T08:41:44Z", "links": [{"href": "http://172.30.9.21:8004/v1/34ba8bb04c81488b80199a26a05e8dbf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-stack/bd267da0-277a-473d-b966-6f876bb258dc", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "bd267da0-277a-473d-b966-6f876bb258dc", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-12 08:41:59,651 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/34ba8bb04c81488b80199a26a05e8dbf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-stack/bd267da0-277a-473d-b966-6f876bb258dc used request id req-d79fb081-1cc8-4ac4-8ac0-6773eeeea671 2018-08-12 08:41:59,651 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-08-12 08:41:59,651 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-08-12 08:42:02,655 - create_stack - DEBUG - Stack status query timeout in 1182.64674687 2018-08-12 08:42:02,658 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/34ba8bb04c81488b80199a26a05e8dbf/stacks/bd267da0-277a-473d-b966-6f876bb258dc -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bcf8883b8bee0519825cc82384f3233a57ab677a" 2018-08-12 08:42:02,857 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:42:02 GMT Server: Apache x-openstack-request-id: req-900ce1fe-6ea6-44dd-980e-548ca6063981 Location: http://172.30.9.21:8004/v1/34ba8bb04c81488b80199a26a05e8dbf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-stack/bd267da0-277a-473d-b966-6f876bb258dc Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/34ba8bb04c81488b80199a26a05e8dbf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-stack/bd267da0-277a-473d-b966-6f876bb258dc;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:42:03,047 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:42:02 GMT Server: Apache x-openstack-request-id: req-7a63ef47-a50b-4bb4-99c1-624bcc720c2b Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 561 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "34ba8bb04c81488b80199a26a05e8dbf", "OS::stack_id": "bd267da0-277a-473d-b966-6f876bb258dc", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-stack", "image_name": "CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-image", "inst_name": "CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-inst", "subnet_name": "CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-subnet", "net_name": "CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-net", "flavor_name": "CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-stack", "stack_user_project_id": "513dbc5186f04daca5c31661123c4837", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-08-12T08:41:44Z", "links": [{"href": "http://172.30.9.21:8004/v1/34ba8bb04c81488b80199a26a05e8dbf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-stack/bd267da0-277a-473d-b966-6f876bb258dc", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "bd267da0-277a-473d-b966-6f876bb258dc", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-12 08:42:03,047 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/34ba8bb04c81488b80199a26a05e8dbf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-stack/bd267da0-277a-473d-b966-6f876bb258dc used request id req-7a63ef47-a50b-4bb4-99c1-624bcc720c2b 2018-08-12 08:42:03,048 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2018-08-12 08:42:03,048 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-stack 2018-08-12 08:42:03,048 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-stack 2018-08-12 08:42:03,048 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:42:03,434 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "256429b74df74d7d822aaad4e90d4ff0", "name": "CreateStackSuccessTests-5d6dd001-725b-421-proj-role"}], "expires_at": "2018-08-12T09:42:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "34ba8bb04c81488b80199a26a05e8dbf", "name": "CreateStackSuccessTests-5d6dd001-725b-421-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/34ba8bb04c81488b80199a26a05e8dbf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/34ba8bb04c81488b80199a26a05e8dbf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/34ba8bb04c81488b80199a26a05e8dbf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_34ba8bb04c81488b80199a26a05e8dbf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_34ba8bb04c81488b80199a26a05e8dbf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/34ba8bb04c81488b80199a26a05e8dbf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/34ba8bb04c81488b80199a26a05e8dbf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/34ba8bb04c81488b80199a26a05e8dbf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/34ba8bb04c81488b80199a26a05e8dbf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/34ba8bb04c81488b80199a26a05e8dbf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/34ba8bb04c81488b80199a26a05e8dbf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/34ba8bb04c81488b80199a26a05e8dbf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/34ba8bb04c81488b80199a26a05e8dbf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/34ba8bb04c81488b80199a26a05e8dbf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-5d6dd001-725b-421-user", "id": "dd3d76d37cf04981b97ef8aa632baef8"}, "audit_ids": ["mTjtYC0qQ3S4cSno1FAvzw"], "issued_at": "2018-08-12T08:42:03.000000Z"}} 2018-08-12 08:42:03,437 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/34ba8bb04c81488b80199a26a05e8dbf/stacks/bd267da0-277a-473d-b966-6f876bb258dc -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}daa1a1194eb0e006bd314dc19ec52188d82375c8" 2018-08-12 08:42:03,635 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:42:03 GMT Server: Apache x-openstack-request-id: req-c90b9315-7748-4f8a-9f24-57066d579712 Location: http://172.30.9.21:8004/v1/34ba8bb04c81488b80199a26a05e8dbf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-stack/bd267da0-277a-473d-b966-6f876bb258dc Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/34ba8bb04c81488b80199a26a05e8dbf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-stack/bd267da0-277a-473d-b966-6f876bb258dc;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:42:03,841 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:42:03 GMT Server: Apache x-openstack-request-id: req-e43836ee-ec55-4adc-aa4f-fbb492c07b06 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 561 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "34ba8bb04c81488b80199a26a05e8dbf", "OS::stack_id": "bd267da0-277a-473d-b966-6f876bb258dc", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-stack", "image_name": "CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-image", "inst_name": "CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-inst", "subnet_name": "CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-subnet", "net_name": "CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-net", "flavor_name": "CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-stack", "stack_user_project_id": "513dbc5186f04daca5c31661123c4837", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-08-12T08:41:44Z", "links": [{"href": "http://172.30.9.21:8004/v1/34ba8bb04c81488b80199a26a05e8dbf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-stack/bd267da0-277a-473d-b966-6f876bb258dc", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "bd267da0-277a-473d-b966-6f876bb258dc", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-12 08:42:03,842 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/34ba8bb04c81488b80199a26a05e8dbf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-stack/bd267da0-277a-473d-b966-6f876bb258dc used request id req-e43836ee-ec55-4adc-aa4f-fbb492c07b06 2018-08-12 08:42:03,845 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/34ba8bb04c81488b80199a26a05e8dbf/stacks/bd267da0-277a-473d-b966-6f876bb258dc -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bcf8883b8bee0519825cc82384f3233a57ab677a" 2018-08-12 08:42:04,030 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:42:03 GMT Server: Apache x-openstack-request-id: req-8b7dac5d-62b7-4d46-b6a5-1963d2ae24e4 Location: http://172.30.9.21:8004/v1/34ba8bb04c81488b80199a26a05e8dbf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-stack/bd267da0-277a-473d-b966-6f876bb258dc Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/34ba8bb04c81488b80199a26a05e8dbf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-stack/bd267da0-277a-473d-b966-6f876bb258dc;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:42:04,073 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:42:04 GMT Server: Apache x-openstack-request-id: req-fddc214e-7689-4ba7-bd75-2b1dc0977198 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 561 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "34ba8bb04c81488b80199a26a05e8dbf", "OS::stack_id": "bd267da0-277a-473d-b966-6f876bb258dc", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-stack", "image_name": "CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-image", "inst_name": "CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-inst", "subnet_name": "CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-subnet", "net_name": "CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-net", "flavor_name": "CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-stack", "stack_user_project_id": "513dbc5186f04daca5c31661123c4837", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-08-12T08:41:44Z", "links": [{"href": "http://172.30.9.21:8004/v1/34ba8bb04c81488b80199a26a05e8dbf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-stack/bd267da0-277a-473d-b966-6f876bb258dc", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "bd267da0-277a-473d-b966-6f876bb258dc", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-12 08:42:04,073 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/34ba8bb04c81488b80199a26a05e8dbf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-stack/bd267da0-277a-473d-b966-6f876bb258dc used request id req-fddc214e-7689-4ba7-bd75-2b1dc0977198 2018-08-12 08:42:04,073 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:42:04,074 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:42:04,472 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "256429b74df74d7d822aaad4e90d4ff0", "name": "CreateStackSuccessTests-5d6dd001-725b-421-proj-role"}], "expires_at": "2018-08-12T09:42:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "34ba8bb04c81488b80199a26a05e8dbf", "name": "CreateStackSuccessTests-5d6dd001-725b-421-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/34ba8bb04c81488b80199a26a05e8dbf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/34ba8bb04c81488b80199a26a05e8dbf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/34ba8bb04c81488b80199a26a05e8dbf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_34ba8bb04c81488b80199a26a05e8dbf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_34ba8bb04c81488b80199a26a05e8dbf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/34ba8bb04c81488b80199a26a05e8dbf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/34ba8bb04c81488b80199a26a05e8dbf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/34ba8bb04c81488b80199a26a05e8dbf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/34ba8bb04c81488b80199a26a05e8dbf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/34ba8bb04c81488b80199a26a05e8dbf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/34ba8bb04c81488b80199a26a05e8dbf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/34ba8bb04c81488b80199a26a05e8dbf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/34ba8bb04c81488b80199a26a05e8dbf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/34ba8bb04c81488b80199a26a05e8dbf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-5d6dd001-725b-421-user", "id": "dd3d76d37cf04981b97ef8aa632baef8"}, "audit_ids": ["nr5nzi6iQb2FHVIVOVIK7w"], "issued_at": "2018-08-12T08:42:04.000000Z"}} 2018-08-12 08:42:04,473 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}ddd0f7b4e30169f7ec49df7df2fe4c1ecfbdbea9" 2018-08-12 08:42:04,562 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:42:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9322aa71-57e2-4c6b-80d5-26945dddbe4f Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:42:04,562 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-9322aa71-57e2-4c6b-80d5-26945dddbe4f 2018-08-12 08:42:04,563 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:42:04,564 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:42:04,564 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:42:04,564 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:42:04,564 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:42:04,565 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-12 08:42:04,569 - heat_utils - DEBUG - Retrieving Heat Client 2018-08-12 08:42:04,572 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/34ba8bb04c81488b80199a26a05e8dbf/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddd0f7b4e30169f7ec49df7df2fe4c1ecfbdbea9" 2018-08-12 08:42:04,792 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:42:04 GMT Server: Apache x-openstack-request-id: req-27a98278-569a-42e8-bb98-23f4438697a7 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 389 Content-Type: application/json RESP BODY: {"stacks": [{"description": "", "parent": null, "stack_status_reason": "Stack CREATE completed successfully", "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-stack", "stack_user_project_id": "513dbc5186f04daca5c31661123c4837", "deletion_time": null, "creation_time": "2018-08-12T08:41:44Z", "links": [{"href": "http://172.30.9.21:8004/v1/34ba8bb04c81488b80199a26a05e8dbf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-stack/bd267da0-277a-473d-b966-6f876bb258dc", "rel": "self"}], "updated_time": null, "stack_owner": null, "stack_status": "CREATE_COMPLETE", "id": "bd267da0-277a-473d-b966-6f876bb258dc", "tags": null}]} 2018-08-12 08:42:04,792 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/34ba8bb04c81488b80199a26a05e8dbf/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-stack used request id req-27a98278-569a-42e8-bb98-23f4438697a7 2018-08-12 08:42:04,793 - create_stack - INFO - Found stack with name - CreateStackSuccessTests-CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-stack 2018-08-12 08:42:04,795 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/34ba8bb04c81488b80199a26a05e8dbf/stacks/bd267da0-277a-473d-b966-6f876bb258dc -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddd0f7b4e30169f7ec49df7df2fe4c1ecfbdbea9" 2018-08-12 08:42:04,994 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:42:04 GMT Server: Apache x-openstack-request-id: req-f390bfed-e92a-4c77-9325-c165cb0f3ff2 Location: http://172.30.9.21:8004/v1/34ba8bb04c81488b80199a26a05e8dbf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-stack/bd267da0-277a-473d-b966-6f876bb258dc Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/34ba8bb04c81488b80199a26a05e8dbf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-stack/bd267da0-277a-473d-b966-6f876bb258dc;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:42:05,202 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:42:05 GMT Server: Apache x-openstack-request-id: req-7598626d-98dc-4f9a-a9a5-7dfe9058203e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 561 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "34ba8bb04c81488b80199a26a05e8dbf", "OS::stack_id": "bd267da0-277a-473d-b966-6f876bb258dc", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-stack", "image_name": "CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-image", "inst_name": "CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-inst", "subnet_name": "CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-subnet", "net_name": "CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-net", "flavor_name": "CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-stack", "stack_user_project_id": "513dbc5186f04daca5c31661123c4837", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-08-12T08:41:44Z", "links": [{"href": "http://172.30.9.21:8004/v1/34ba8bb04c81488b80199a26a05e8dbf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-stack/bd267da0-277a-473d-b966-6f876bb258dc", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "bd267da0-277a-473d-b966-6f876bb258dc", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-12 08:42:05,202 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/34ba8bb04c81488b80199a26a05e8dbf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-stack/bd267da0-277a-473d-b966-6f876bb258dc used request id req-7598626d-98dc-4f9a-a9a5-7dfe9058203e 2018-08-12 08:42:05,203 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-stack 2018-08-12 08:42:05,205 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8004/v1/34ba8bb04c81488b80199a26a05e8dbf/stacks/bd267da0-277a-473d-b966-6f876bb258dc -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bcf8883b8bee0519825cc82384f3233a57ab677a" 2018-08-12 08:42:05,232 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:42:05 GMT Server: Apache x-openstack-request-id: req-345ccc01-32df-4a9f-af3c-08e5b0f8e718 Location: http://172.30.9.21:8004/v1/34ba8bb04c81488b80199a26a05e8dbf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-stack/bd267da0-277a-473d-b966-6f876bb258dc Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/34ba8bb04c81488b80199a26a05e8dbf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-stack/bd267da0-277a-473d-b966-6f876bb258dc;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:42:05,439 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:42:05 GMT Server: Apache x-openstack-request-id: req-5616eba1-d929-4047-be0f-11ada30d96cd 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 08:42:05,439 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.21:8004/v1/34ba8bb04c81488b80199a26a05e8dbf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-stack/bd267da0-277a-473d-b966-6f876bb258dc used request id req-5616eba1-d929-4047-be0f-11ada30d96cd 2018-08-12 08:42:05,442 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/34ba8bb04c81488b80199a26a05e8dbf/stacks/bd267da0-277a-473d-b966-6f876bb258dc -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bcf8883b8bee0519825cc82384f3233a57ab677a" 2018-08-12 08:42:05,469 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:42:05 GMT Server: Apache x-openstack-request-id: req-7c1bc4c6-d932-4143-b3cf-ab6310808a9a Location: http://172.30.9.21:8004/v1/34ba8bb04c81488b80199a26a05e8dbf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-stack/bd267da0-277a-473d-b966-6f876bb258dc Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/34ba8bb04c81488b80199a26a05e8dbf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-stack/bd267da0-277a-473d-b966-6f876bb258dc;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:42:05,744 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:42:05 GMT Server: Apache x-openstack-request-id: req-1d5278f3-64ce-4ea3-b9a6-daf02ba34398 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 561 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "34ba8bb04c81488b80199a26a05e8dbf", "OS::stack_id": "bd267da0-277a-473d-b966-6f876bb258dc", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-stack", "image_name": "CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-image", "inst_name": "CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-inst", "subnet_name": "CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-subnet", "flavor_name": "CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-flavor-name", "net_name": "CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-stack", "stack_user_project_id": "513dbc5186f04daca5c31661123c4837", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-08-12T08:41:44Z", "links": [{"href": "http://172.30.9.21:8004/v1/34ba8bb04c81488b80199a26a05e8dbf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-stack/bd267da0-277a-473d-b966-6f876bb258dc", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-08-12T08:42:05Z", "id": "bd267da0-277a-473d-b966-6f876bb258dc", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-12 08:42:05,745 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/34ba8bb04c81488b80199a26a05e8dbf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-stack/bd267da0-277a-473d-b966-6f876bb258dc used request id req-1d5278f3-64ce-4ea3-b9a6-daf02ba34398 2018-08-12 08:42:05,745 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-08-12 08:42:05,745 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-08-12 08:42:08,748 - create_stack - DEBUG - Stack status query timeout in 1196.69125795 2018-08-12 08:42:08,751 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/34ba8bb04c81488b80199a26a05e8dbf/stacks/bd267da0-277a-473d-b966-6f876bb258dc -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bcf8883b8bee0519825cc82384f3233a57ab677a" 2018-08-12 08:42:08,936 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:42:08 GMT Server: Apache x-openstack-request-id: req-44385b59-d3d9-42a4-8d21-2284dd9178fb Location: http://172.30.9.21:8004/v1/34ba8bb04c81488b80199a26a05e8dbf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-stack/bd267da0-277a-473d-b966-6f876bb258dc Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/34ba8bb04c81488b80199a26a05e8dbf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-stack/bd267da0-277a-473d-b966-6f876bb258dc;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:42:09,140 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:42:08 GMT Server: Apache x-openstack-request-id: req-88e57c2e-a59f-4476-bc84-0fe257a88fd8 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 561 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "34ba8bb04c81488b80199a26a05e8dbf", "OS::stack_id": "bd267da0-277a-473d-b966-6f876bb258dc", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-stack", "image_name": "CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-image", "inst_name": "CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-inst", "subnet_name": "CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-subnet", "flavor_name": "CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-flavor-name", "net_name": "CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-stack", "stack_user_project_id": "513dbc5186f04daca5c31661123c4837", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-08-12T08:41:44Z", "links": [{"href": "http://172.30.9.21:8004/v1/34ba8bb04c81488b80199a26a05e8dbf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-stack/bd267da0-277a-473d-b966-6f876bb258dc", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-08-12T08:42:05Z", "id": "bd267da0-277a-473d-b966-6f876bb258dc", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-12 08:42:09,141 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/34ba8bb04c81488b80199a26a05e8dbf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-stack/bd267da0-277a-473d-b966-6f876bb258dc used request id req-88e57c2e-a59f-4476-bc84-0fe257a88fd8 2018-08-12 08:42:09,141 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-08-12 08:42:09,141 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-08-12 08:42:12,144 - create_stack - DEBUG - Stack status query timeout in 1193.29525495 2018-08-12 08:42:12,148 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/34ba8bb04c81488b80199a26a05e8dbf/stacks/bd267da0-277a-473d-b966-6f876bb258dc -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bcf8883b8bee0519825cc82384f3233a57ab677a" 2018-08-12 08:42:12,177 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:42:12 GMT Server: Apache x-openstack-request-id: req-5d48470c-62ee-49d8-b9d1-03586ad6a112 Location: http://172.30.9.21:8004/v1/34ba8bb04c81488b80199a26a05e8dbf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-stack/bd267da0-277a-473d-b966-6f876bb258dc Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/34ba8bb04c81488b80199a26a05e8dbf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-stack/bd267da0-277a-473d-b966-6f876bb258dc;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:42:12,203 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:42:12 GMT Server: Apache x-openstack-request-id: req-56c0c932-a275-44fc-a4da-cebbbb577eff Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 561 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "34ba8bb04c81488b80199a26a05e8dbf", "OS::stack_id": "bd267da0-277a-473d-b966-6f876bb258dc", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-stack", "image_name": "CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-image", "inst_name": "CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-inst", "subnet_name": "CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-subnet", "flavor_name": "CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-flavor-name", "net_name": "CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-stack", "stack_user_project_id": "513dbc5186f04daca5c31661123c4837", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-08-12T08:41:44Z", "links": [{"href": "http://172.30.9.21:8004/v1/34ba8bb04c81488b80199a26a05e8dbf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-stack/bd267da0-277a-473d-b966-6f876bb258dc", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-08-12T08:42:05Z", "id": "bd267da0-277a-473d-b966-6f876bb258dc", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-12 08:42:12,203 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/34ba8bb04c81488b80199a26a05e8dbf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-stack/bd267da0-277a-473d-b966-6f876bb258dc used request id req-56c0c932-a275-44fc-a4da-cebbbb577eff 2018-08-12 08:42:12,204 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-08-12 08:42:12,204 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-08-12 08:42:15,207 - create_stack - DEBUG - Stack status query timeout in 1190.23248887 2018-08-12 08:42:15,210 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/34ba8bb04c81488b80199a26a05e8dbf/stacks/bd267da0-277a-473d-b966-6f876bb258dc -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bcf8883b8bee0519825cc82384f3233a57ab677a" 2018-08-12 08:42:15,389 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:42:15 GMT Server: Apache x-openstack-request-id: req-afce2e83-0cc1-4c48-a557-3fa0367bf860 Location: http://172.30.9.21:8004/v1/34ba8bb04c81488b80199a26a05e8dbf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-stack/bd267da0-277a-473d-b966-6f876bb258dc Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/34ba8bb04c81488b80199a26a05e8dbf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-stack/bd267da0-277a-473d-b966-6f876bb258dc;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:42:15,432 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:42:15 GMT Server: Apache x-openstack-request-id: req-3a8764e2-6f66-4d89-8ed7-195997f3032f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 561 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "34ba8bb04c81488b80199a26a05e8dbf", "OS::stack_id": "bd267da0-277a-473d-b966-6f876bb258dc", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-stack", "image_name": "CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-image", "inst_name": "CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-inst", "subnet_name": "CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-subnet", "flavor_name": "CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-flavor-name", "net_name": "CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-stack", "stack_user_project_id": "513dbc5186f04daca5c31661123c4837", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-08-12T08:41:44Z", "links": [{"href": "http://172.30.9.21:8004/v1/34ba8bb04c81488b80199a26a05e8dbf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-stack/bd267da0-277a-473d-b966-6f876bb258dc", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-08-12T08:42:05Z", "id": "bd267da0-277a-473d-b966-6f876bb258dc", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-12 08:42:15,432 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/34ba8bb04c81488b80199a26a05e8dbf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-stack/bd267da0-277a-473d-b966-6f876bb258dc used request id req-3a8764e2-6f66-4d89-8ed7-195997f3032f 2018-08-12 08:42:15,433 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-08-12 08:42:15,433 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-08-12 08:42:18,436 - create_stack - DEBUG - Stack status query timeout in 1187.00359201 2018-08-12 08:42:18,439 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/34ba8bb04c81488b80199a26a05e8dbf/stacks/bd267da0-277a-473d-b966-6f876bb258dc -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bcf8883b8bee0519825cc82384f3233a57ab677a" 2018-08-12 08:42:18,631 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:42:18 GMT Server: Apache x-openstack-request-id: req-f4af81e1-3df4-461c-8a7c-f80a6e7e9596 Location: http://172.30.9.21:8004/v1/34ba8bb04c81488b80199a26a05e8dbf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-stack/bd267da0-277a-473d-b966-6f876bb258dc Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/34ba8bb04c81488b80199a26a05e8dbf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-stack/bd267da0-277a-473d-b966-6f876bb258dc;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:42:18,823 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:42:18 GMT Server: Apache x-openstack-request-id: req-1dff8133-1722-4e32-afa9-9d24ab0fb79e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 560 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "34ba8bb04c81488b80199a26a05e8dbf", "OS::stack_id": "bd267da0-277a-473d-b966-6f876bb258dc", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-stack", "image_name": "CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-image", "inst_name": "CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-inst", "subnet_name": "CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-subnet", "flavor_name": "CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-flavor-name", "net_name": "CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-net"}, "deletion_time": "2018-08-12T08:42:16Z", "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-stack", "stack_user_project_id": "513dbc5186f04daca5c31661123c4837", "tags": null, "creation_time": "2018-08-12T08:41:44Z", "links": [{"href": "http://172.30.9.21:8004/v1/34ba8bb04c81488b80199a26a05e8dbf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-stack/bd267da0-277a-473d-b966-6f876bb258dc", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-08-12T08:42:05Z", "id": "bd267da0-277a-473d-b966-6f876bb258dc", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Simple template to deploy a single compute instance"}} 2018-08-12 08:42:18,824 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/34ba8bb04c81488b80199a26a05e8dbf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-stack/bd267da0-277a-473d-b966-6f876bb258dc used request id req-1dff8133-1722-4e32-afa9-9d24ab0fb79e 2018-08-12 08:42:18,824 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2018-08-12 08:42:18,824 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-stack 2018-08-12 08:42:18,825 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-stack 2018-08-12 08:42:18,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8004/v1/34ba8bb04c81488b80199a26a05e8dbf/stacks/bd267da0-277a-473d-b966-6f876bb258dc -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bcf8883b8bee0519825cc82384f3233a57ab677a" 2018-08-12 08:42:19,027 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:42:18 GMT Server: Apache x-openstack-request-id: req-8f4ec4c6-60d7-4660-a8f8-ba3179170b19 Location: http://172.30.9.21:8004/v1/34ba8bb04c81488b80199a26a05e8dbf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-stack/bd267da0-277a-473d-b966-6f876bb258dc Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/34ba8bb04c81488b80199a26a05e8dbf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-stack/bd267da0-277a-473d-b966-6f876bb258dc;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:42:19,054 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:42:19 GMT Server: Apache x-openstack-request-id: req-62e88a26-2218-46bf-84e1-187129b03c5c Content-Length: 279 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackSuccessTests-CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-08-12 08:42:19,054 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.21:8004/v1/34ba8bb04c81488b80199a26a05e8dbf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-stack/bd267da0-277a-473d-b966-6f876bb258dc used request id req-62e88a26-2218-46bf-84e1-187129b03c5c 2018-08-12 08:42:19,055 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-46f107fe-f7be-445c-800c-1fd0bd2bb97d-image 2018-08-12 08:42:19,058 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/00e573c1-860a-4e74-9955-ae444727f56a -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b456f97e5b2f05426a57222fabb78d7385078f56" 2018-08-12 08:42:19,638 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-cf65a273-97a9-4b18-a45a-0673d37d08c2 Date: Sun, 12 Aug 2018 08:42: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 08:42:19,639 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/00e573c1-860a-4e74-9955-ae444727f56a used request id req-cf65a273-97a9-4b18-a45a-0673d37d08c2 2018-08-12 08:42:19,642 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/flavors/64c0ef9e-eb85-492f-9894-28e3856bc22a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45b7125efd851fd260528d773cbfb41b4696c01d" 2018-08-12 08:42:19,691 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 08:42: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-ccca2417-e843-4fe5-8724-7bee6b7a82b6 x-compute-request-id: req-ccca2417-e843-4fe5-8724-7bee6b7a82b6 Content-Length: 0 Content-Type: application/json 2018-08-12 08:42:19,691 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/64c0ef9e-eb85-492f-9894-28e3856bc22a used request id req-ccca2417-e843-4fe5-8724-7bee6b7a82b6 2018-08-12 08:42:19,693 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:42:19,693 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:42:19,693 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:42:19,693 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:42:19,693 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:42:19,700 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5c047de080210b34c7d1093f2e5bc95294e1201" 2018-08-12 08:42:19,964 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 45548 X-Openstack-Request-Id: req-77e72dff-ca60-4221-8176-ffb9291d7037 Date: Sun, 12 Aug 2018 08:42:19 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "created_at": "2018-08-12T06:59:44Z", "updated_at": "2018-08-12T06:59:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "1d7fd960-7865-4453-aecc-8d399b4fad21", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "66820d8a-b785-4b18-bd67-500221c8e4f9", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "74fc7638-a322-4841-8c47-06d36174a200", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "8eaa09ec-8419-4582-9312-1e527afe6e4b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}], "revision_number": 4, "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "created_at": "2018-08-12T05:12:34Z", "updated_at": "2018-08-12T05:12:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "709513d2-af7d-4d0b-bd3c-604fed75a711", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "aa346066-e46f-44f2-94be-2884aa998a19", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "c15f7b93-e56c-4afa-867d-2acb286d4b7b", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "cb0ef83f-5f70-4a80-ad35-431ca9df551e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}], "revision_number": 4, "project_id": "fa5a7fe6ee54472ba01638877aade8e3", "id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ea65becf30e54b27aa96a449698a435e", "created_at": "2018-08-12T05:10:35Z", "updated_at": "2018-08-12T05:10:35Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "30ad280c-f302-4cd4-a438-5139917b56f9", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "76115c4c-887d-4f0a-83e2-486e4b39c713", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "8ab14937-4c08-4d43-8a9a-662e622cc643", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "ee757a03-5662-4273-9c3e-6212e7afb48f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}], "revision_number": 4, "project_id": "ea65becf30e54b27aa96a449698a435e", "id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "created_at": "2018-08-12T06:20:09Z", "updated_at": "2018-08-12T06:20:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "1123b8f2-75ac-4a26-b9b2-a96da97408e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "2ddd2b93-e080-48cd-9a50-f5fe8a82ad0c", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "cd1bae62-0aea-4438-b4c3-50a69ae6f855", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "e398e01e-ceea-46d1-9534-b929808c4a5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}], "revision_number": 4, "project_id": "ff7abd7bb61f4f2889831e932d65dc2e", "id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "created_at": "2018-08-12T05:34:57Z", "updated_at": "2018-08-12T05:34:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "208a1c1e-f5f8-49c7-9a25-d07e68b1541f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "27bfd867-e607-4bf8-9de8-60682d3f771d", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "49360e1f-6fd3-4f35-b339-24cea95773ee", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "60f631a9-d305-4920-9631-d0543e2ac64f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}], "revision_number": 4, "project_id": "3a85ceae958d4d9fba68847e7df67db8", "id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "created_at": "2018-08-12T05:34:40Z", "updated_at": "2018-08-12T05:34:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "2192c259-363e-4768-ae73-e75837ad63b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "3f87ddc5-f84d-41dc-8215-847724782569", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "7d89f6da-ea78-49dd-9115-f9ad23b250bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "9ec4497d-0f65-44db-9be9-7b3042e4a584", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}], "revision_number": 4, "project_id": "85517fcf1c6247e699fdcdd42ecc8c79", "id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "created_at": "2018-08-12T05:16:02Z", "updated_at": "2018-08-12T05:16:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "1ecacd8c-c1c7-4a66-9871-406a69323b43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "3cc1750c-e0e7-4902-b6f3-494a161b832e", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "d719a7a4-8c99-44ed-8c12-6bf071890203", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "fe7421b5-d577-41da-8c78-62f3c07eda92", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}], "revision_number": 4, "project_id": "a267b9a156244bb192691cff6e5f74fe", "id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "315a428116f24d9fbb826b37080a918e", "created_at": "2018-08-12T05:11:31Z", "updated_at": "2018-08-12T05:11:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "5e52886a-1dc3-4a81-a55d-f388dc4fd1a1", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "678e32e4-d64c-448a-a4ab-e253ab94ae90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "a8da1539-e3ad-4f90-b2df-3dc1f09d228a", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "b73d5cc9-0205-4658-bb1f-61a042c0ab8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}], "revision_number": 4, "project_id": "315a428116f24d9fbb826b37080a918e", "id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-12T05:08:01Z", "updated_at": "2018-08-12T05:08:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:01Z", "revision_number": 0, "id": "0fb05d03-1117-45d0-930c-b6d4c96ef102", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "4faaab33-5788-4bbd-85b8-0fb44d41413a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "96d0c5a0-5c67-421b-8fc8-2b46d77e5db3", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "dd78519b-4bc5-4e8e-ad0f-58089dd69347", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "11a46741b7954b959fd7764109c047b6", "created_at": "2018-08-12T05:34:51Z", "updated_at": "2018-08-12T05:34:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "0b67bf3c-2289-43bb-ab6c-7d25ec32a279", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "51f3f833-337a-42bd-a8d5-742ea8d6c226", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "571fd0b5-ef90-408d-af33-aafb517b8993", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "944ba823-fb9c-496e-a66e-bb426bb14a8d", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}], "revision_number": 4, "project_id": "11a46741b7954b959fd7764109c047b6", "id": "90af9782-8112-4257-801d-ee5115d226ba", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "34ba8bb04c81488b80199a26a05e8dbf", "created_at": "2018-08-12T08:41:45Z", "updated_at": "2018-08-12T08:41:45Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:41:45Z", "revision_number": 0, "id": "241e02d1-1a91-4993-8072-2e062c6d27f3", "remote_group_id": "9f32b68d-3a19-482a-ba1e-70ca7ee39fe0", "remote_ip_prefix": null, "created_at": "2018-08-12T08:41:45Z", "security_group_id": "9f32b68d-3a19-482a-ba1e-70ca7ee39fe0", "tenant_id": "34ba8bb04c81488b80199a26a05e8dbf", "port_range_min": null, "ethertype": "IPv4", "project_id": "34ba8bb04c81488b80199a26a05e8dbf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:41:45Z", "revision_number": 0, "id": "d3b87b30-f7aa-4d48-a593-090b1b493076", "remote_group_id": "9f32b68d-3a19-482a-ba1e-70ca7ee39fe0", "remote_ip_prefix": null, "created_at": "2018-08-12T08:41:45Z", "security_group_id": "9f32b68d-3a19-482a-ba1e-70ca7ee39fe0", "tenant_id": "34ba8bb04c81488b80199a26a05e8dbf", "port_range_min": null, "ethertype": "IPv6", "project_id": "34ba8bb04c81488b80199a26a05e8dbf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:41:45Z", "revision_number": 0, "id": "e88bc4e8-252d-4eae-ac3a-687f724b5247", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:41:45Z", "security_group_id": "9f32b68d-3a19-482a-ba1e-70ca7ee39fe0", "tenant_id": "34ba8bb04c81488b80199a26a05e8dbf", "port_range_min": null, "ethertype": "IPv6", "project_id": "34ba8bb04c81488b80199a26a05e8dbf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:41:45Z", "revision_number": 0, "id": "f2bec227-79c1-45aa-a4d3-053919c79317", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:41:45Z", "security_group_id": "9f32b68d-3a19-482a-ba1e-70ca7ee39fe0", "tenant_id": "34ba8bb04c81488b80199a26a05e8dbf", "port_range_min": null, "ethertype": "IPv4", "project_id": "34ba8bb04c81488b80199a26a05e8dbf"}], "revision_number": 4, "project_id": "34ba8bb04c81488b80199a26a05e8dbf", "id": "9f32b68d-3a19-482a-ba1e-70ca7ee39fe0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "created_at": "2018-08-12T05:34:26Z", "updated_at": "2018-08-12T05:34:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "2ee1f63a-807c-4d6a-85ee-dd784f6b8c3f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5dec3ec2-2add-47dd-8618-90659dcf3885", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5ea0dc3e-49d0-43f0-94e9-f6443527d14c", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "fbfaca22-7e3e-4128-8973-43e439b77c28", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}], "revision_number": 4, "project_id": "3c01cd58055c44ecaef39f7e625c2258", "id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "521007c1818145639e93ceb270559219", "created_at": "2018-08-12T05:13:27Z", "updated_at": "2018-08-12T05:13:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "5e7fede5-b0f2-47d8-95c3-516cdfc7f9de", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "8fd0e36f-c6c4-4f64-ba97-40439e614448", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "db7d79de-1dfc-4138-945f-91e74cdc266b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "e87f2cff-ff3e-4b6d-aaf0-7f0eb0ab9f05", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}], "revision_number": 4, "project_id": "521007c1818145639e93ceb270559219", "id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "created_at": "2018-08-12T05:08:18Z", "updated_at": "2018-08-12T05:08:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "3c67be40-bf74-4f97-9693-d93ce73a23b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "6112d869-2fc6-4a25-a13c-3d55cd7206c0", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "bdf21c56-453e-482e-9cba-3c55abcb0339", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "c8e92c39-38cc-4f48-be9c-5f0912e6a725", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}], "revision_number": 4, "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "created_at": "2018-08-12T05:04:23Z", "updated_at": "2018-08-12T05:04:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "280546d9-8ad1-4283-abfc-15ee9b1736c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "58bce125-f2ca-4a6d-b9ca-4e6cf5c0f7a5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "69275b9a-cfb5-482c-a9c4-8ffc79adf2c7", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "6d747f3a-3764-469a-a645-f977585c5aac", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}], "revision_number": 4, "project_id": "310f5853751a4c968f3eeb0a3d99a0a8", "id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "created_at": "2018-08-12T05:34:42Z", "updated_at": "2018-08-12T05:34:42Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "199582e8-25aa-457a-aa7c-6d8413ca4464", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "234f3609-4454-448f-919d-c8143c7cd764", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "c1061460-71a2-49a9-a04b-9fa33eeb17ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "d21ac532-51d8-4d6b-8300-7bac216759bf", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}], "revision_number": 4, "project_id": "9f6c1a272706419c9a74b0893b2890e8", "id": "d6739716-c693-460c-89c6-e7c8c48f8245", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "created_at": "2018-08-12T05:34:54Z", "updated_at": "2018-08-12T05:34:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "0633a05a-ee7d-4476-a56b-75d011b22f77", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "6cc1b9f8-73db-47a3-a0e0-3c96c43f34da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "90d99a6b-e94f-4fd8-a10c-f19dd8954c13", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "e843c139-af2a-4d2c-a24f-59f7b10ff72e", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}], "revision_number": 4, "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "created_at": "2018-08-12T05:09:07Z", "updated_at": "2018-08-12T05:09:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "5495e168-f505-4d74-ae6d-387f0bf533c2", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "6fd19b8b-3062-456e-81ba-3ff37fe43429", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8ca59d25-485c-46ce-939c-2e4a468caeac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8f190846-50a0-42b9-b571-390809b752b1", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}], "revision_number": 4, "project_id": "fa9ca6d7608b4d7d87ce97331679a481", "id": "edcd9b17-9416-4c25-823c-060c435e18d7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "created_at": "2018-08-12T05:34:52Z", "updated_at": "2018-08-12T05:34:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "2c7e484e-6ec5-4a95-8c9c-66d294c0c27e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "70c74258-3c2c-4efc-87e0-079c26ee3417", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "b70382fa-082e-4c2b-abc8-87490fa50b11", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "c3628e02-b4b6-42c9-8751-c1a2d3c19caa", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}], "revision_number": 4, "project_id": "87db863ba6e348b0a5ddcb67053db9d1", "id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "name": "default"}]} 2018-08-12 08:42:19,966 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-77e72dff-ca60-4221-8176-ffb9291d7037 2018-08-12 08:42:19,974 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5c047de080210b34c7d1093f2e5bc95294e1201" 2018-08-12 08:42:20,062 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:42:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b9d287f0-125e-4c0e-b376-737baa2ab7f4 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 5fe28c13d4d74ba2be8d019ac1ea6363.", "code": 404, "title": "Not Found"}} 2018-08-12 08:42:20,062 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 used request id req-b9d287f0-125e-4c0e-b376-737baa2ab7f4 2018-08-12 08:42:20,062 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:42:20,066 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5c047de080210b34c7d1093f2e5bc95294e1201" 2018-08-12 08:42:20,161 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:42:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-976c19ea-0ad0-47ea-b658-6785723d33f7 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa5a7fe6ee54472ba01638877aade8e3.", "code": 404, "title": "Not Found"}} 2018-08-12 08:42:20,162 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 used request id req-976c19ea-0ad0-47ea-b658-6785723d33f7 2018-08-12 08:42:20,162 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:42:20,165 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5c047de080210b34c7d1093f2e5bc95294e1201" 2018-08-12 08:42:20,258 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:42:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ea8747b4-cf02-442d-8278-14002901635b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ea65becf30e54b27aa96a449698a435e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:42:20,258 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e used request id req-ea8747b4-cf02-442d-8278-14002901635b 2018-08-12 08:42:20,258 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:42:20,262 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5c047de080210b34c7d1093f2e5bc95294e1201" 2018-08-12 08:42:20,351 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:42:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7a7e30f9-e31e-47ba-9767-5a9ae4006e2b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ff7abd7bb61f4f2889831e932d65dc2e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:42:20,351 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e used request id req-7a7e30f9-e31e-47ba-9767-5a9ae4006e2b 2018-08-12 08:42:20,351 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:42:20,355 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5c047de080210b34c7d1093f2e5bc95294e1201" 2018-08-12 08:42:20,449 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:42:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cb036f0d-e6b2-4ad7-b3d3-78028387667f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3a85ceae958d4d9fba68847e7df67db8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:42:20,449 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 used request id req-cb036f0d-e6b2-4ad7-b3d3-78028387667f 2018-08-12 08:42:20,450 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:42:20,453 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5c047de080210b34c7d1093f2e5bc95294e1201" 2018-08-12 08:42:20,548 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:42:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f5bf3ba6-12c5-4ced-b577-144c8004c2f9 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 85517fcf1c6247e699fdcdd42ecc8c79.", "code": 404, "title": "Not Found"}} 2018-08-12 08:42:20,548 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 used request id req-f5bf3ba6-12c5-4ced-b577-144c8004c2f9 2018-08-12 08:42:20,548 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:42:20,552 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5c047de080210b34c7d1093f2e5bc95294e1201" 2018-08-12 08:42:20,647 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:42:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-70e3ba9d-1382-48b9-a44e-948dc5b9ff28 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}} 2018-08-12 08:42:20,647 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe used request id req-70e3ba9d-1382-48b9-a44e-948dc5b9ff28 2018-08-12 08:42:20,651 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5c047de080210b34c7d1093f2e5bc95294e1201" 2018-08-12 08:42:20,754 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:42:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c649a683-5670-4d99-a1d2-e9ff804de4d4 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 315a428116f24d9fbb826b37080a918e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:42:20,754 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e used request id req-c649a683-5670-4d99-a1d2-e9ff804de4d4 2018-08-12 08:42:20,754 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:42:20,757 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5c047de080210b34c7d1093f2e5bc95294e1201" 2018-08-12 08:42:20,849 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:42:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f9027bb1-2617-428a-9e45-b93a4e10dea0 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 11a46741b7954b959fd7764109c047b6.", "code": 404, "title": "Not Found"}} 2018-08-12 08:42:20,850 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 used request id req-f9027bb1-2617-428a-9e45-b93a4e10dea0 2018-08-12 08:42:20,850 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:42:20,853 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/34ba8bb04c81488b80199a26a05e8dbf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5c047de080210b34c7d1093f2e5bc95294e1201" 2018-08-12 08:42:20,936 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:42:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b47eade5-5da3-4be0-a4a0-76b6a3f44582 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/34ba8bb04c81488b80199a26a05e8dbf"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "34ba8bb04c81488b80199a26a05e8dbf", "name": "CreateStackSuccessTests-5d6dd001-725b-421-proj"}} 2018-08-12 08:42:20,936 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/34ba8bb04c81488b80199a26a05e8dbf used request id req-b47eade5-5da3-4be0-a4a0-76b6a3f44582 2018-08-12 08:42:20,937 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9f32b68d-3a19-482a-ba1e-70ca7ee39fe0 2018-08-12 08:42:20,942 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=9f32b68d-3a19-482a-ba1e-70ca7ee39fe0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5c047de080210b34c7d1093f2e5bc95294e1201" 2018-08-12 08:42:21,138 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-8d37c029-a66d-406c-a993-6c95258b30b6 Date: Sun, 12 Aug 2018 08:42:21 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "9f32b68d-3a19-482a-ba1e-70ca7ee39fe0", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:41:45Z", "security_group_id": "9f32b68d-3a19-482a-ba1e-70ca7ee39fe0", "port_range_min": null, "revision_number": 0, "tenant_id": "34ba8bb04c81488b80199a26a05e8dbf", "created_at": "2018-08-12T08:41:45Z", "project_id": "34ba8bb04c81488b80199a26a05e8dbf", "id": "241e02d1-1a91-4993-8072-2e062c6d27f3"}, {"remote_group_id": "9f32b68d-3a19-482a-ba1e-70ca7ee39fe0", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:41:45Z", "security_group_id": "9f32b68d-3a19-482a-ba1e-70ca7ee39fe0", "port_range_min": null, "revision_number": 0, "tenant_id": "34ba8bb04c81488b80199a26a05e8dbf", "created_at": "2018-08-12T08:41:45Z", "project_id": "34ba8bb04c81488b80199a26a05e8dbf", "id": "d3b87b30-f7aa-4d48-a593-090b1b493076"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:41:45Z", "security_group_id": "9f32b68d-3a19-482a-ba1e-70ca7ee39fe0", "port_range_min": null, "revision_number": 0, "tenant_id": "34ba8bb04c81488b80199a26a05e8dbf", "created_at": "2018-08-12T08:41:45Z", "project_id": "34ba8bb04c81488b80199a26a05e8dbf", "id": "e88bc4e8-252d-4eae-ac3a-687f724b5247"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:41:45Z", "security_group_id": "9f32b68d-3a19-482a-ba1e-70ca7ee39fe0", "port_range_min": null, "revision_number": 0, "tenant_id": "34ba8bb04c81488b80199a26a05e8dbf", "created_at": "2018-08-12T08:41:45Z", "project_id": "34ba8bb04c81488b80199a26a05e8dbf", "id": "f2bec227-79c1-45aa-a4d3-053919c79317"}]} 2018-08-12 08:42:21,138 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=9f32b68d-3a19-482a-ba1e-70ca7ee39fe0 used request id req-8d37c029-a66d-406c-a993-6c95258b30b6 2018-08-12 08:42:21,139 - neutron_utils - INFO - Deleting security group with name - default 2018-08-12 08:42:21,144 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/9f32b68d-3a19-482a-ba1e-70ca7ee39fe0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5c047de080210b34c7d1093f2e5bc95294e1201" 2018-08-12 08:42:21,543 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-331bfa6c-ffa5-455a-b67d-5e3e622327bc Content-Length: 0 Date: Sun, 12 Aug 2018 08:42:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:42:21,543 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/9f32b68d-3a19-482a-ba1e-70ca7ee39fe0 used request id req-331bfa6c-ffa5-455a-b67d-5e3e622327bc 2018-08-12 08:42:21,544 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-5d6dd001-725b-421-proj 2018-08-12 08:42:21,547 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/34ba8bb04c81488b80199a26a05e8dbf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5c047de080210b34c7d1093f2e5bc95294e1201" 2018-08-12 08:42:21,860 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:42:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-86c9850f-4800-4c52-990f-66e017170e84 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 08:42:21,860 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/34ba8bb04c81488b80199a26a05e8dbf used request id req-86c9850f-4800-4c52-990f-66e017170e84 2018-08-12 08:42:21,861 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-5d6dd001-725b-421-proj-role 2018-08-12 08:42:21,864 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/256429b74df74d7d822aaad4e90d4ff0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5c047de080210b34c7d1093f2e5bc95294e1201" 2018-08-12 08:42:21,992 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:42:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bca1c535-6f19-48ec-8435-d7150d16856a 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 08:42:21,992 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/256429b74df74d7d822aaad4e90d4ff0 used request id req-bca1c535-6f19-48ec-8435-d7150d16856a 2018-08-12 08:42:21,995 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5c047de080210b34c7d1093f2e5bc95294e1201" 2018-08-12 08:42:22,077 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:42:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b08103a6-e71c-4d1e-bf2c-ae145c7b9f98 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:42:22,077 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-b08103a6-e71c-4d1e-bf2c-ae145c7b9f98 2018-08-12 08:42:22,078 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-5d6dd001-725b-421-user 2018-08-12 08:42:22,082 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/dd3d76d37cf04981b97ef8aa632baef8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c64f8909bbef73e03f4be2aab5a291c251aeb51" 2018-08-12 08:42:22,289 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:42:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c40c12c3-ada3-415e-aefc-61752a1661d3 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 08:42:22,289 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/dd3d76d37cf04981b97ef8aa632baef8 used request id req-c40c12c3-ada3-415e-aefc-61752a1661d3 2018-08-12 08:42:22,291 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:42:22,708 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:42:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["afgKSWUVQS-KzrxFoN_vRQ"], "issued_at": "2018-08-12T08:42:22.000000Z"}} 2018-08-12 08:42:22,709 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}bb0283c1bf98d21f6d2a70dea23276aa0a3e9d73" 2018-08-12 08:42:22,790 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:42:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cf04b728-3819-49a9-a0d7-c963fe5054e4 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:42:22,791 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-cf04b728-3819-49a9-a0d7-c963fe5054e4 2018-08-12 08:42:22,792 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:42:22,793 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:42:23,280 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:42:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["B-PIuy3HTUufILljJdA3DA"], "issued_at": "2018-08-12T08:42:23.000000Z"}} 2018-08-12 08:42:23,281 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}a7a69cd9e38009c2eddb4377ee138dd4f1772b4b" 2018-08-12 08:42:23,364 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:42:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ea314588-a325-42fe-885b-3a5ec81e7e3e Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:42:23,364 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-ea314588-a325-42fe-885b-3a5ec81e7e3e 2018-08-12 08:42:23,368 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:42:23,376 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:42:23 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:42:23,377 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-5ecba121-a555-469-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7a69cd9e38009c2eddb4377ee138dd4f1772b4b" 2018-08-12 08:42:23,472 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:42:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e1139d8a-ac18-4796-aa4a-ca30a9a818e8 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-5ecba121-a555-469-proj", "previous": null, "next": null}, "projects": []} 2018-08-12 08:42:23,472 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-5ecba121-a555-469-proj used request id req-e1139d8a-ac18-4796-aa4a-ca30a9a818e8 2018-08-12 08:42:23,476 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7a69cd9e38009c2eddb4377ee138dd4f1772b4b" 2018-08-12 08:42:23,566 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:42:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-23e0b196-a223-49c9-9aec-91bd9766a203 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:42:23,566 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-23e0b196-a223-49c9-9aec-91bd9766a203 2018-08-12 08:42:23,570 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7a69cd9e38009c2eddb4377ee138dd4f1772b4b" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackSuccessTests-5ecba121-a555-469-proj"}}' 2018-08-12 08:42:23,693 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:42:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-665a4003-66e4-449b-82b5-56dae0367386 Content-Length: 320 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/9053c9e4408d4c0a9d4db63983885983"}, "tags": [], "enabled": true, "id": "9053c9e4408d4c0a9d4db63983885983", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-5ecba121-a555-469-proj"}} 2018-08-12 08:42:23,693 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-665a4003-66e4-449b-82b5-56dae0367386 2018-08-12 08:42:23,693 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-5ecba121-a555-469-proj 2018-08-12 08:42:23,693 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:42:23,694 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:42:24,093 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:42:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["jBZFIGIYRtGVIK1v5cMnmg"], "issued_at": "2018-08-12T08:42:24.000000Z"}} 2018-08-12 08:42:24,094 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}75ce6065653c7d765e70d4958fe376b6129f038c" 2018-08-12 08:42:24,181 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:42:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-85516fd4-ef9f-4401-ac16-641bd1e121b9 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:42:24,181 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-85516fd4-ef9f-4401-ac16-641bd1e121b9 2018-08-12 08:42:24,185 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:42:24,190 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:42:24 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:42:24,191 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75ce6065653c7d765e70d4958fe376b6129f038c" 2018-08-12 08:42:24,301 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:42:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e44d5c4d-0df8-4dbb-88bc-0b2a9914c9a8 Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/105a247548624314b9228f85f6325f0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105a247548624314b9228f85f6325f0b", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/1c5de0eaa44543f08da6ad63a51594ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c5de0eaa44543f08da6ad63a51594ff", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/1d127b5b832547a88a547c116dfdd65b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d127b5b832547a88a547c116dfdd65b", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/1d5cfc170d624ce4ae53ae0507c8d517"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d5cfc170d624ce4ae53ae0507c8d517", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/2421820b75eb4d3ebd02830378d1377b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2421820b75eb4d3ebd02830378d1377b", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/40bd8ee54ecf44868cc83cede652c396"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40bd8ee54ecf44868cc83cede652c396", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/4f32fb8153854c4c9f5094b42b523f80"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f32fb8153854c4c9f5094b42b523f80", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7066130d08fb4db7bf4ab468de53933b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7066130d08fb4db7bf4ab468de53933b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/8d0898a83bcf4521bbc11501d5d7ac89"}, "domain_id": "1eec97585bde483292ece28ee11f4b8d", "enabled": true, "options": {}, "id": "8d0898a83bcf4521bbc11501d5d7ac89", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/9defcced327d476f8a3beab718a13da3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9defcced327d476f8a3beab718a13da3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/b80ee4f6992446e0879624dd436e99a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b80ee4f6992446e0879624dd436e99a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b86fd3e011324d398fcdb6f095a20a9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b86fd3e011324d398fcdb6f095a20a9d", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1701d2754064b5cadf765ea0806f9b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1701d2754064b5cadf765ea0806f9b2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/db4e7b8d76d549faa502716565c733dd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db4e7b8d76d549faa502716565c733dd", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-12 08:42:24,301 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-e44d5c4d-0df8-4dbb-88bc-0b2a9914c9a8 2018-08-12 08:42:24,305 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateStackSuccessTests-5ecba121-a555-469-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75ce6065653c7d765e70d4958fe376b6129f038c" 2018-08-12 08:42:24,401 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:42:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-50b46875-d059-4492-8431-1f63f2094e39 Content-Encoding: gzip Content-Length: 259 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateStackSuccessTests-5ecba121-a555-469-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/9053c9e4408d4c0a9d4db63983885983"}, "tags": [], "enabled": true, "id": "9053c9e4408d4c0a9d4db63983885983", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-5ecba121-a555-469-proj"}]} 2018-08-12 08:42:24,401 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateStackSuccessTests-5ecba121-a555-469-proj used request id req-50b46875-d059-4492-8431-1f63f2094e39 2018-08-12 08:42:24,405 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75ce6065653c7d765e70d4958fe376b6129f038c" 2018-08-12 08:42:24,491 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:42:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-42fed57d-25ca-4a43-ba1e-dd6e7657b118 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:42:24,491 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-42fed57d-25ca-4a43-ba1e-dd6e7657b118 2018-08-12 08:42:24,804 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75ce6065653c7d765e70d4958fe376b6129f038c" 2018-08-12 08:42:24,921 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:42:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-98413f4c-fd8e-4619-a0fc-80e4f1ff636c Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:42:24,922 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-98413f4c-fd8e-4619-a0fc-80e4f1ff636c 2018-08-12 08:42:24,926 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateStackSuccessTests-5ecba121-a555-469-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75ce6065653c7d765e70d4958fe376b6129f038c" 2018-08-12 08:42:25,014 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:42:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-87c8c95d-5d66-4194-a2f5-7ab3ea7a0936 Content-Encoding: gzip Content-Length: 259 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateStackSuccessTests-5ecba121-a555-469-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/9053c9e4408d4c0a9d4db63983885983"}, "tags": [], "enabled": true, "id": "9053c9e4408d4c0a9d4db63983885983", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-5ecba121-a555-469-proj"}]} 2018-08-12 08:42:25,014 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateStackSuccessTests-5ecba121-a555-469-proj used request id req-87c8c95d-5d66-4194-a2f5-7ab3ea7a0936 2018-08-12 08:42:25,014 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-5ecba121-a555-469-user 2018-08-12 08:42:25,015 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:42:25,018 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7a69cd9e38009c2eddb4377ee138dd4f1772b4b" 2018-08-12 08:42:25,037 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:42:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e93678aa-e04a-43e3-8778-1f161942ffb2 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:42:25,037 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-e93678aa-e04a-43e3-8778-1f161942ffb2 2018-08-12 08:42:25,040 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7a69cd9e38009c2eddb4377ee138dd4f1772b4b" -d '{"role": {"name": "CreateStackSuccessTests-5ecba121-a555-469-proj-role"}}' 2018-08-12 08:42:25,148 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:42:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d1319720-3048-4ab2-bd4e-6f2e77b00636 Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "5d51e7c6cac04b2a8f6e0f7fc24f560a", "links": {"self": "http://172.30.9.21:5000/v3/roles/5d51e7c6cac04b2a8f6e0f7fc24f560a"}, "name": "CreateStackSuccessTests-5ecba121-a555-469-proj-role"}} 2018-08-12 08:42:25,148 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-d1319720-3048-4ab2-bd4e-6f2e77b00636 2018-08-12 08:42:25,148 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-5ecba121-a555-469-proj-role 2018-08-12 08:42:25,151 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/5d51e7c6cac04b2a8f6e0f7fc24f560a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7a69cd9e38009c2eddb4377ee138dd4f1772b4b" 2018-08-12 08:42:25,238 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:42:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-40e2f397-b51d-47e7-b1e6-69dd5233bb34 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "5d51e7c6cac04b2a8f6e0f7fc24f560a", "links": {"self": "http://172.30.9.21:5000/v3/roles/5d51e7c6cac04b2a8f6e0f7fc24f560a"}, "name": "CreateStackSuccessTests-5ecba121-a555-469-proj-role"}} 2018-08-12 08:42:25,238 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/5d51e7c6cac04b2a8f6e0f7fc24f560a used request id req-40e2f397-b51d-47e7-b1e6-69dd5233bb34 2018-08-12 08:42:25,238 - keystone_utils - INFO - Granting role CreateStackSuccessTests-5ecba121-a555-469-proj-role to project CreateStackSuccessTests-5ecba121-a555-469-proj 2018-08-12 08:42:25,241 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/9053c9e4408d4c0a9d4db63983885983/users/6c8147645b9b4d9aa43a0425e7e3f70f/roles/5d51e7c6cac04b2a8f6e0f7fc24f560a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7a69cd9e38009c2eddb4377ee138dd4f1772b4b" 2018-08-12 08:42:25,372 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:42:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-550706c7-8642-4b0a-b524-f8086fd3b68b 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 08:42:25,372 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/9053c9e4408d4c0a9d4db63983885983/users/6c8147645b9b4d9aa43a0425e7e3f70f/roles/5d51e7c6cac04b2a8f6e0f7fc24f560a used request id req-550706c7-8642-4b0a-b524-f8086fd3b68b 2018-08-12 08:42:25,372 - heat_utils - DEBUG - Retrieving Heat Client 2018-08-12 08:42:25,373 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-08-12 08:42:25,373 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:42:25,373 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:42:25,787 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5d51e7c6cac04b2a8f6e0f7fc24f560a", "name": "CreateStackSuccessTests-5ecba121-a555-469-proj-role"}], "expires_at": "2018-08-12T09:42:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9053c9e4408d4c0a9d4db63983885983", "name": "CreateStackSuccessTests-5ecba121-a555-469-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/9053c9e4408d4c0a9d4db63983885983", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/9053c9e4408d4c0a9d4db63983885983", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/9053c9e4408d4c0a9d4db63983885983", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_9053c9e4408d4c0a9d4db63983885983", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_9053c9e4408d4c0a9d4db63983885983", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/9053c9e4408d4c0a9d4db63983885983", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/9053c9e4408d4c0a9d4db63983885983", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/9053c9e4408d4c0a9d4db63983885983", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/9053c9e4408d4c0a9d4db63983885983", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/9053c9e4408d4c0a9d4db63983885983", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/9053c9e4408d4c0a9d4db63983885983", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/9053c9e4408d4c0a9d4db63983885983", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/9053c9e4408d4c0a9d4db63983885983", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/9053c9e4408d4c0a9d4db63983885983", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-5ecba121-a555-469-user", "id": "6c8147645b9b4d9aa43a0425e7e3f70f"}, "audit_ids": ["7lvZ1ofvSi-jIpkiqdv-Jw"], "issued_at": "2018-08-12T08:42:25.000000Z"}} 2018-08-12 08:42:25,788 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}04610acd28273c90e2d4c4b66cfc9bc00b6e3802" 2018-08-12 08:42:25,869 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:42:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9f58af7c-5e48-49ea-91c8-ff35cb0e7e87 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:42:25,869 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-9f58af7c-5e48-49ea-91c8-ff35cb0e7e87 2018-08-12 08:42:25,873 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}04610acd28273c90e2d4c4b66cfc9bc00b6e3802" 2018-08-12 08:42:26,064 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 168 Content-Type: application/json X-Openstack-Request-Id: req-0e943f96-0d62-498c-86a3-a5d2a72cf320 Date: Sun, 12 Aug 2018 08:42:26 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-image"} 2018-08-12 08:42:26,064 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-image used request id req-0e943f96-0d62-498c-86a3-a5d2a72cf320 2018-08-12 08:42:26,067 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}04610acd28273c90e2d4c4b66cfc9bc00b6e3802" 2018-08-12 08:42:26,252 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-68e27d74-b3fd-43db-9cfa-46b31de5cc3b Date: Sun, 12 Aug 2018 08:42:26 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"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}, "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}, "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"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "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"}, "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"}, "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}, "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}, "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"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "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}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-12 08:42:26,253 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-68e27d74-b3fd-43db-9cfa-46b31de5cc3b 2018-08-12 08:42:26,281 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}04610acd28273c90e2d4c4b66cfc9bc00b6e3802" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-image"}' 2018-08-12 08:42:26,493 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 627 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/5dce7651-2897-453c-a12e-0e654517a718 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-153c300b-eabf-40a1-8945-318a1a18e07a Date: Sun, 12 Aug 2018 08:42:26 GMT RESP BODY: {"status": "queued", "name": "CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-image", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:42:26Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-08-12T08:42:26Z", "visibility": "shared", "locations": [], "self": "/v2/images/5dce7651-2897-453c-a12e-0e654517a718", "min_disk": 0, "protected": false, "id": "5dce7651-2897-453c-a12e-0e654517a718", "file": "/v2/images/5dce7651-2897-453c-a12e-0e654517a718/file", "checksum": null, "owner": "9053c9e4408d4c0a9d4db63983885983", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-12 08:42:26,493 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-153c300b-eabf-40a1-8945-318a1a18e07a 2018-08-12 08:42:26,503 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/5dce7651-2897-453c-a12e-0e654517a718/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}04610acd28273c90e2d4c4b66cfc9bc00b6e3802" -d '' 2018-08-12 08:42:27,116 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-55b93233-a53c-4833-b0d0-7b8d54c2d1d4 Date: Sun, 12 Aug 2018 08:42:27 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-12 08:42:27,116 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/5dce7651-2897-453c-a12e-0e654517a718/file used request id req-55b93233-a53c-4833-b0d0-7b8d54c2d1d4 2018-08-12 08:42:27,116 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-12 08:42:27,119 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/5dce7651-2897-453c-a12e-0e654517a718 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}04610acd28273c90e2d4c4b66cfc9bc00b6e3802" 2018-08-12 08:42:27,304 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-8c795f70-46d4-4365-8b14-273b89f143e3 Date: Sun, 12 Aug 2018 08:42:27 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-image", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:42:26Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-12T08:42:27Z", "visibility": "shared", "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/5dce7651-2897-453c-a12e-0e654517a718/snap", "metadata": {}}], "self": "/v2/images/5dce7651-2897-453c-a12e-0e654517a718", "min_disk": 0, "protected": false, "id": "5dce7651-2897-453c-a12e-0e654517a718", "file": "/v2/images/5dce7651-2897-453c-a12e-0e654517a718/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "9053c9e4408d4c0a9d4db63983885983", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/5dce7651-2897-453c-a12e-0e654517a718/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-12 08:42:27,305 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/5dce7651-2897-453c-a12e-0e654517a718 used request id req-8c795f70-46d4-4365-8b14-273b89f143e3 2018-08-12 08:42:27,307 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}04610acd28273c90e2d4c4b66cfc9bc00b6e3802" 2018-08-12 08:42:27,486 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-aeb08531-5149-41cd-962d-981b20d6a1c3 Date: Sun, 12 Aug 2018 08:42:27 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"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}, "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}, "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"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "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"}, "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"}, "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}, "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}, "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"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "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}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-12 08:42:27,487 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-aeb08531-5149-41cd-962d-981b20d6a1c3 2018-08-12 08:42:27,490 - create_image - INFO - Created image with name - CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-image 2018-08-12 08:42:27,492 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/5dce7651-2897-453c-a12e-0e654517a718 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}04610acd28273c90e2d4c4b66cfc9bc00b6e3802" 2018-08-12 08:42:27,672 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-117ce380-2515-48a4-bfbf-35ac03a2c0ab Date: Sun, 12 Aug 2018 08:42:27 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-image", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:42:26Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-12T08:42:27Z", "visibility": "shared", "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/5dce7651-2897-453c-a12e-0e654517a718/snap", "metadata": {}}], "self": "/v2/images/5dce7651-2897-453c-a12e-0e654517a718", "min_disk": 0, "protected": false, "id": "5dce7651-2897-453c-a12e-0e654517a718", "file": "/v2/images/5dce7651-2897-453c-a12e-0e654517a718/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "9053c9e4408d4c0a9d4db63983885983", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/5dce7651-2897-453c-a12e-0e654517a718/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-12 08:42:27,672 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/5dce7651-2897-453c-a12e-0e654517a718 used request id req-117ce380-2515-48a4-bfbf-35ac03a2c0ab 2018-08-12 08:42:27,673 - create_image - DEBUG - Instance status is - active 2018-08-12 08:42:27,673 - create_image - DEBUG - Image is active with name - CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-image 2018-08-12 08:42:27,673 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-image 2018-08-12 08:42:27,673 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:42:27,674 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:42:28,071 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:42:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["INRgU2yDTzGbFjAq_U0T9g"], "issued_at": "2018-08-12T08:42:28.000000Z"}} 2018-08-12 08:42:28,072 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}ced5b5ce84209a3f5ab1b14b5ea4a44eb7f6bfa4" 2018-08-12 08:42:28,157 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:42:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af0979f2-4482-47bb-b461-0a8acf777e8d Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:42:28,157 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-af0979f2-4482-47bb-b461-0a8acf777e8d 2018-08-12 08:42:28,158 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-12 08:42:28,163 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ced5b5ce84209a3f5ab1b14b5ea4a44eb7f6bfa4" 2018-08-12 08:42:28,366 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:42: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-26852f72-f2c7-450f-bb32-0f04fc4ae609 x-compute-request-id: req-26852f72-f2c7-450f-bb32-0f04fc4ae609 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-08-12 08:42:28,366 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-26852f72-f2c7-450f-bb32-0f04fc4ae609 2018-08-12 08:42:28,369 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ced5b5ce84209a3f5ab1b14b5ea4a44eb7f6bfa4" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-08-12 08:42:28,414 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:42: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-8fbaf713-7b68-4516-b267-bbe9f74335d3 x-compute-request-id: req-8fbaf713-7b68-4516-b267-bbe9f74335d3 Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-flavor-name", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/838f0ec1-b5e3-41d4-a9e4-466bcf5300d4", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/838f0ec1-b5e3-41d4-a9e4-466bcf5300d4", "rel": "bookmark"}], "ram": 256, "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": "838f0ec1-b5e3-41d4-a9e4-466bcf5300d4"}} 2018-08-12 08:42:28,414 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-8fbaf713-7b68-4516-b267-bbe9f74335d3 2018-08-12 08:42:28,415 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:42:28,416 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:42:28,802 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5d51e7c6cac04b2a8f6e0f7fc24f560a", "name": "CreateStackSuccessTests-5ecba121-a555-469-proj-role"}], "expires_at": "2018-08-12T09:42:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9053c9e4408d4c0a9d4db63983885983", "name": "CreateStackSuccessTests-5ecba121-a555-469-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/9053c9e4408d4c0a9d4db63983885983", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/9053c9e4408d4c0a9d4db63983885983", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/9053c9e4408d4c0a9d4db63983885983", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_9053c9e4408d4c0a9d4db63983885983", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_9053c9e4408d4c0a9d4db63983885983", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/9053c9e4408d4c0a9d4db63983885983", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/9053c9e4408d4c0a9d4db63983885983", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/9053c9e4408d4c0a9d4db63983885983", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/9053c9e4408d4c0a9d4db63983885983", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/9053c9e4408d4c0a9d4db63983885983", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/9053c9e4408d4c0a9d4db63983885983", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/9053c9e4408d4c0a9d4db63983885983", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/9053c9e4408d4c0a9d4db63983885983", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/9053c9e4408d4c0a9d4db63983885983", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-5ecba121-a555-469-user", "id": "6c8147645b9b4d9aa43a0425e7e3f70f"}, "audit_ids": ["mf1j_q5eSd255AQiBDRrlQ"], "issued_at": "2018-08-12T08:42:28.000000Z"}} 2018-08-12 08:42:28,803 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}4e5d3972319b05f20397faccfa306e50451941fd" 2018-08-12 08:42:28,891 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:42:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dcaa9c59-7373-4ee3-95f9-518fcb37c453 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:42:28,891 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-dcaa9c59-7373-4ee3-95f9-518fcb37c453 2018-08-12 08:42:28,893 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:42:28,893 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:42:28,893 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:42:28,893 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:42:28,893 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:42:28,895 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-12 08:42:28,898 - heat_utils - DEBUG - Retrieving Heat Client 2018-08-12 08:42:28,901 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/9053c9e4408d4c0a9d4db63983885983/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e5d3972319b05f20397faccfa306e50451941fd" 2018-08-12 08:42:29,089 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:42:28 GMT Server: Apache x-openstack-request-id: req-9e49e45c-2389-4355-a27c-1a6c95c8d1b8 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-08-12 08:42:29,089 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/9053c9e4408d4c0a9d4db63983885983/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-stack used request id req-9e49e45c-2389-4355-a27c-1a6c95c8d1b8 2018-08-12 08:42:29,119 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8004/v1/9053c9e4408d4c0a9d4db63983885983/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e5d3972319b05f20397faccfa306e50451941fd" -d '{"stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-stack", "template": {"heat_template_version": "2015-04-30", "description": "Simple template to deploy a single compute instance", "parameters": {"flavor_name": {"default": "m1.small", "type": "string", "description": "Type of instance (flavor) to be used", "label": "Instance Type"}, "inst_name": {"default": "test_vm", "type": "string", "description": "The name of the spawned vm", "label": "Test VM name"}, "subnet_name": {"default": "test_subnet", "type": "string", "description": "The name of the stack's subnet", "label": "Test subnet name"}, "net_name": {"default": "test_net", "type": "string", "description": "The name of the stack's network", "label": "Test network name"}, "image_name": {"default": "heat_utils_tests", "type": "string", "description": "Image to be used for compute instance", "label": "Image ID"}}, "resources": {"server1_port": {"type": "OS::Neutron::Port", "properties": {"network_id": {"get_resource": "private_net"}, "fixed_ips": [{"subnet_id": {"get_resource": "private_subnet"}}]}}, "private_subnet": {"type": "OS::Neutron::Subnet", "properties": {"network_id": {"get_resource": "private_net"}, "cidr": "10.0.0.0/24", "name": {"get_param": "subnet_name"}}}, "private_net": {"type": "OS::Neutron::Net", "properties": {"name": {"get_param": "net_name"}}}, "my_instance": {"type": "OS::Nova::Server", "properties": {"image": {"get_param": "image_name"}, "name": {"get_param": "inst_name"}, "flavor": {"get_param": "flavor_name"}, "networks": [{"port": {"get_resource": "server1_port"}}]}}}}, "parameters": {"net_name": "CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-net", "inst_name": "CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-inst", "subnet_name": "CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-subnet", "image_name": "CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-image", "flavor_name": "CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-flavor-name"}}' 2018-08-12 08:42:31,417 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:42:29 GMT Server: Apache x-openstack-request-id: req-2d87901e-2a92-458a-8dbf-5b2cf090ce42 Location: http://172.30.9.21:8004/v1/9053c9e4408d4c0a9d4db63983885983/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-stack/1018b6d8-e708-400c-9a9d-83fae6788ab4 Content-Length: 291 Content-Type: application/json RESP BODY: {"stack": {"id": "1018b6d8-e708-400c-9a9d-83fae6788ab4", "links": [{"href": "http://172.30.9.21:8004/v1/9053c9e4408d4c0a9d4db63983885983/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-stack/1018b6d8-e708-400c-9a9d-83fae6788ab4", "rel": "self"}]}} 2018-08-12 08:42:31,417 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.21:8004/v1/9053c9e4408d4c0a9d4db63983885983/stacks used request id req-2d87901e-2a92-458a-8dbf-5b2cf090ce42 2018-08-12 08:42:31,420 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/9053c9e4408d4c0a9d4db63983885983/stacks/1018b6d8-e708-400c-9a9d-83fae6788ab4 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e5d3972319b05f20397faccfa306e50451941fd" 2018-08-12 08:42:31,610 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:42:31 GMT Server: Apache x-openstack-request-id: req-40daf416-7473-4a54-98af-830182422476 Location: http://172.30.9.21:8004/v1/9053c9e4408d4c0a9d4db63983885983/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-stack/1018b6d8-e708-400c-9a9d-83fae6788ab4 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/9053c9e4408d4c0a9d4db63983885983/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-stack/1018b6d8-e708-400c-9a9d-83fae6788ab4;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:42:31,897 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:42:31 GMT Server: Apache x-openstack-request-id: req-cea6e198-d6ad-48fc-b120-c05691a3cbb7 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 555 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "9053c9e4408d4c0a9d4db63983885983", "OS::stack_id": "1018b6d8-e708-400c-9a9d-83fae6788ab4", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-stack", "image_name": "CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-image", "inst_name": "CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-inst", "subnet_name": "CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-subnet", "net_name": "CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-net", "flavor_name": "CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-stack", "stack_user_project_id": "e9063b84b61a431c9ab0ef156df0a96a", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-12T08:42:30Z", "links": [{"href": "http://172.30.9.21:8004/v1/9053c9e4408d4c0a9d4db63983885983/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-stack/1018b6d8-e708-400c-9a9d-83fae6788ab4", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "1018b6d8-e708-400c-9a9d-83fae6788ab4", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-12 08:42:31,897 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/9053c9e4408d4c0a9d4db63983885983/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-stack/1018b6d8-e708-400c-9a9d-83fae6788ab4 used request id req-cea6e198-d6ad-48fc-b120-c05691a3cbb7 2018-08-12 08:42:31,897 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-stack 2018-08-12 08:42:31,900 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/9053c9e4408d4c0a9d4db63983885983/stacks/1018b6d8-e708-400c-9a9d-83fae6788ab4 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e5d3972319b05f20397faccfa306e50451941fd" 2018-08-12 08:42:32,091 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:42:31 GMT Server: Apache x-openstack-request-id: req-0284e581-3703-4993-b9e4-8eaf3ad0c599 Location: http://172.30.9.21:8004/v1/9053c9e4408d4c0a9d4db63983885983/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-stack/1018b6d8-e708-400c-9a9d-83fae6788ab4 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/9053c9e4408d4c0a9d4db63983885983/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-stack/1018b6d8-e708-400c-9a9d-83fae6788ab4;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:42:32,303 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:42:32 GMT Server: Apache x-openstack-request-id: req-41aa4183-0a0e-4b97-8c3f-9b4d98bd7799 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 555 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "9053c9e4408d4c0a9d4db63983885983", "OS::stack_id": "1018b6d8-e708-400c-9a9d-83fae6788ab4", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-stack", "image_name": "CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-image", "inst_name": "CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-inst", "subnet_name": "CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-subnet", "net_name": "CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-net", "flavor_name": "CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-stack", "stack_user_project_id": "e9063b84b61a431c9ab0ef156df0a96a", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-12T08:42:30Z", "links": [{"href": "http://172.30.9.21:8004/v1/9053c9e4408d4c0a9d4db63983885983/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-stack/1018b6d8-e708-400c-9a9d-83fae6788ab4", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "1018b6d8-e708-400c-9a9d-83fae6788ab4", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-12 08:42:32,303 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/9053c9e4408d4c0a9d4db63983885983/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-stack/1018b6d8-e708-400c-9a9d-83fae6788ab4 used request id req-41aa4183-0a0e-4b97-8c3f-9b4d98bd7799 2018-08-12 08:42:32,303 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-08-12 08:42:32,303 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-08-12 08:42:35,304 - create_stack - DEBUG - Stack status query timeout in 1196.593472 2018-08-12 08:42:35,307 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/9053c9e4408d4c0a9d4db63983885983/stacks/1018b6d8-e708-400c-9a9d-83fae6788ab4 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e5d3972319b05f20397faccfa306e50451941fd" 2018-08-12 08:42:35,519 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:42:35 GMT Server: Apache x-openstack-request-id: req-d3066f7b-df1b-4d73-9b4a-f26c97276fbd Location: http://172.30.9.21:8004/v1/9053c9e4408d4c0a9d4db63983885983/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-stack/1018b6d8-e708-400c-9a9d-83fae6788ab4 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/9053c9e4408d4c0a9d4db63983885983/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-stack/1018b6d8-e708-400c-9a9d-83fae6788ab4;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:42:35,731 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:42:35 GMT Server: Apache x-openstack-request-id: req-143f2db6-cdc8-469d-b9fd-b60ada781928 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 555 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "9053c9e4408d4c0a9d4db63983885983", "OS::stack_id": "1018b6d8-e708-400c-9a9d-83fae6788ab4", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-stack", "image_name": "CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-image", "inst_name": "CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-inst", "subnet_name": "CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-subnet", "net_name": "CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-net", "flavor_name": "CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-stack", "stack_user_project_id": "e9063b84b61a431c9ab0ef156df0a96a", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-12T08:42:30Z", "links": [{"href": "http://172.30.9.21:8004/v1/9053c9e4408d4c0a9d4db63983885983/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-stack/1018b6d8-e708-400c-9a9d-83fae6788ab4", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "1018b6d8-e708-400c-9a9d-83fae6788ab4", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-12 08:42:35,731 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/9053c9e4408d4c0a9d4db63983885983/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-stack/1018b6d8-e708-400c-9a9d-83fae6788ab4 used request id req-143f2db6-cdc8-469d-b9fd-b60ada781928 2018-08-12 08:42:35,731 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-08-12 08:42:35,732 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-08-12 08:42:38,735 - create_stack - DEBUG - Stack status query timeout in 1193.16286397 2018-08-12 08:42:38,738 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/9053c9e4408d4c0a9d4db63983885983/stacks/1018b6d8-e708-400c-9a9d-83fae6788ab4 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e5d3972319b05f20397faccfa306e50451941fd" 2018-08-12 08:42:38,925 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:42:38 GMT Server: Apache x-openstack-request-id: req-a5648602-f53f-42a2-9cbc-9e14bd771964 Location: http://172.30.9.21:8004/v1/9053c9e4408d4c0a9d4db63983885983/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-stack/1018b6d8-e708-400c-9a9d-83fae6788ab4 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/9053c9e4408d4c0a9d4db63983885983/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-stack/1018b6d8-e708-400c-9a9d-83fae6788ab4;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:42:38,967 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:42:38 GMT Server: Apache x-openstack-request-id: req-6cdecb20-ad49-4322-8f89-948c421352cd Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 555 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "9053c9e4408d4c0a9d4db63983885983", "OS::stack_id": "1018b6d8-e708-400c-9a9d-83fae6788ab4", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-stack", "image_name": "CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-image", "inst_name": "CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-inst", "subnet_name": "CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-subnet", "net_name": "CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-net", "flavor_name": "CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-stack", "stack_user_project_id": "e9063b84b61a431c9ab0ef156df0a96a", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-12T08:42:30Z", "links": [{"href": "http://172.30.9.21:8004/v1/9053c9e4408d4c0a9d4db63983885983/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-stack/1018b6d8-e708-400c-9a9d-83fae6788ab4", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "1018b6d8-e708-400c-9a9d-83fae6788ab4", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-12 08:42:38,967 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/9053c9e4408d4c0a9d4db63983885983/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-stack/1018b6d8-e708-400c-9a9d-83fae6788ab4 used request id req-6cdecb20-ad49-4322-8f89-948c421352cd 2018-08-12 08:42:38,968 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-08-12 08:42:38,968 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-08-12 08:42:41,971 - create_stack - DEBUG - Stack status query timeout in 1189.92653894 2018-08-12 08:42:41,974 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/9053c9e4408d4c0a9d4db63983885983/stacks/1018b6d8-e708-400c-9a9d-83fae6788ab4 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e5d3972319b05f20397faccfa306e50451941fd" 2018-08-12 08:42:42,002 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:42:41 GMT Server: Apache x-openstack-request-id: req-ddd44dfd-9a2e-458d-bb84-ccf9e651ffbb Location: http://172.30.9.21:8004/v1/9053c9e4408d4c0a9d4db63983885983/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-stack/1018b6d8-e708-400c-9a9d-83fae6788ab4 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/9053c9e4408d4c0a9d4db63983885983/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-stack/1018b6d8-e708-400c-9a9d-83fae6788ab4;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:42:42,202 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:42:41 GMT Server: Apache x-openstack-request-id: req-9304598d-6c77-43b0-9970-9498b8298a75 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 555 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "9053c9e4408d4c0a9d4db63983885983", "OS::stack_id": "1018b6d8-e708-400c-9a9d-83fae6788ab4", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-stack", "image_name": "CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-image", "inst_name": "CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-inst", "subnet_name": "CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-subnet", "net_name": "CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-net", "flavor_name": "CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-stack", "stack_user_project_id": "e9063b84b61a431c9ab0ef156df0a96a", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-12T08:42:30Z", "links": [{"href": "http://172.30.9.21:8004/v1/9053c9e4408d4c0a9d4db63983885983/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-stack/1018b6d8-e708-400c-9a9d-83fae6788ab4", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "1018b6d8-e708-400c-9a9d-83fae6788ab4", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-12 08:42:42,202 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/9053c9e4408d4c0a9d4db63983885983/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-stack/1018b6d8-e708-400c-9a9d-83fae6788ab4 used request id req-9304598d-6c77-43b0-9970-9498b8298a75 2018-08-12 08:42:42,202 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-08-12 08:42:42,203 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-08-12 08:42:45,206 - create_stack - DEBUG - Stack status query timeout in 1186.69198513 2018-08-12 08:42:45,208 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/9053c9e4408d4c0a9d4db63983885983/stacks/1018b6d8-e708-400c-9a9d-83fae6788ab4 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e5d3972319b05f20397faccfa306e50451941fd" 2018-08-12 08:42:45,394 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:42:45 GMT Server: Apache x-openstack-request-id: req-f1a4688a-b063-4a58-87e6-e955f8ff857f Location: http://172.30.9.21:8004/v1/9053c9e4408d4c0a9d4db63983885983/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-stack/1018b6d8-e708-400c-9a9d-83fae6788ab4 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/9053c9e4408d4c0a9d4db63983885983/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-stack/1018b6d8-e708-400c-9a9d-83fae6788ab4;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:42:45,435 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:42:45 GMT Server: Apache x-openstack-request-id: req-eb69dd49-f0f7-4df7-aecb-8cff287cc929 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 555 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "9053c9e4408d4c0a9d4db63983885983", "OS::stack_id": "1018b6d8-e708-400c-9a9d-83fae6788ab4", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-stack", "image_name": "CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-image", "inst_name": "CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-inst", "subnet_name": "CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-subnet", "net_name": "CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-net", "flavor_name": "CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-stack", "stack_user_project_id": "e9063b84b61a431c9ab0ef156df0a96a", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-12T08:42:30Z", "links": [{"href": "http://172.30.9.21:8004/v1/9053c9e4408d4c0a9d4db63983885983/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-stack/1018b6d8-e708-400c-9a9d-83fae6788ab4", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "1018b6d8-e708-400c-9a9d-83fae6788ab4", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-12 08:42:45,435 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/9053c9e4408d4c0a9d4db63983885983/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-stack/1018b6d8-e708-400c-9a9d-83fae6788ab4 used request id req-eb69dd49-f0f7-4df7-aecb-8cff287cc929 2018-08-12 08:42:45,435 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-08-12 08:42:45,435 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-08-12 08:42:48,439 - create_stack - DEBUG - Stack status query timeout in 1183.45900297 2018-08-12 08:42:48,442 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/9053c9e4408d4c0a9d4db63983885983/stacks/1018b6d8-e708-400c-9a9d-83fae6788ab4 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e5d3972319b05f20397faccfa306e50451941fd" 2018-08-12 08:42:48,624 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:42:48 GMT Server: Apache x-openstack-request-id: req-7a712c6d-8d75-472b-8bfe-5570a1d39aa9 Location: http://172.30.9.21:8004/v1/9053c9e4408d4c0a9d4db63983885983/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-stack/1018b6d8-e708-400c-9a9d-83fae6788ab4 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/9053c9e4408d4c0a9d4db63983885983/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-stack/1018b6d8-e708-400c-9a9d-83fae6788ab4;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:42:48,667 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:42:48 GMT Server: Apache x-openstack-request-id: req-5703c4ca-3e69-4d1e-91cd-0bbeee62d2bf Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 558 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "9053c9e4408d4c0a9d4db63983885983", "OS::stack_id": "1018b6d8-e708-400c-9a9d-83fae6788ab4", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-stack", "image_name": "CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-image", "inst_name": "CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-inst", "subnet_name": "CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-subnet", "net_name": "CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-net", "flavor_name": "CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-stack", "stack_user_project_id": "e9063b84b61a431c9ab0ef156df0a96a", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-08-12T08:42:30Z", "links": [{"href": "http://172.30.9.21:8004/v1/9053c9e4408d4c0a9d4db63983885983/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-stack/1018b6d8-e708-400c-9a9d-83fae6788ab4", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "1018b6d8-e708-400c-9a9d-83fae6788ab4", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-12 08:42:48,667 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/9053c9e4408d4c0a9d4db63983885983/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-stack/1018b6d8-e708-400c-9a9d-83fae6788ab4 used request id req-5703c4ca-3e69-4d1e-91cd-0bbeee62d2bf 2018-08-12 08:42:48,667 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2018-08-12 08:42:48,667 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-stack 2018-08-12 08:42:48,668 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-stack 2018-08-12 08:42:48,670 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/9053c9e4408d4c0a9d4db63983885983/stacks/1018b6d8-e708-400c-9a9d-83fae6788ab4/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e5d3972319b05f20397faccfa306e50451941fd" 2018-08-12 08:42:48,869 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:42:48 GMT Server: Apache x-openstack-request-id: req-b43f5438-b985-4285-ac99-016273f32fda Location: http://172.30.9.21:8004/v1/9053c9e4408d4c0a9d4db63983885983/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-stack/1018b6d8-e708-400c-9a9d-83fae6788ab4/resources Content-Length: 551 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/9053c9e4408d4c0a9d4db63983885983/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-stack/1018b6d8-e708-400c-9a9d-83fae6788ab4/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:42:49,081 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:42:48 GMT Server: Apache x-openstack-request-id: req-377e31c2-5f41-49f8-b415-37f7bec938d1 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 574 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "server1_port", "links": [{"href": "http://172.30.9.21:8004/v1/9053c9e4408d4c0a9d4db63983885983/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-stack/1018b6d8-e708-400c-9a9d-83fae6788ab4/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/9053c9e4408d4c0a9d4db63983885983/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-stack/1018b6d8-e708-400c-9a9d-83fae6788ab4", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2018-08-12T08:42:31Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-12T08:42:31Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "41818508-ce1b-4393-8445-6f5d02c5a360", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.21:8004/v1/9053c9e4408d4c0a9d4db63983885983/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-stack/1018b6d8-e708-400c-9a9d-83fae6788ab4/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/9053c9e4408d4c0a9d4db63983885983/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-stack/1018b6d8-e708-400c-9a9d-83fae6788ab4", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2018-08-12T08:42:31Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-12T08:42:31Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "2669b774-2ae2-47e3-a6dd-c871667403c5", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.21:8004/v1/9053c9e4408d4c0a9d4db63983885983/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-stack/1018b6d8-e708-400c-9a9d-83fae6788ab4/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/9053c9e4408d4c0a9d4db63983885983/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-stack/1018b6d8-e708-400c-9a9d-83fae6788ab4", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2018-08-12T08:42:31Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-12T08:42:31Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "28b33547-da5a-420f-bcbf-59e3eca82d9e", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.21:8004/v1/9053c9e4408d4c0a9d4db63983885983/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-stack/1018b6d8-e708-400c-9a9d-83fae6788ab4/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/9053c9e4408d4c0a9d4db63983885983/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-stack/1018b6d8-e708-400c-9a9d-83fae6788ab4", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2018-08-12T08:42:31Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-12T08:42:31Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "d81a6f61-2727-46d4-9026-e282b1492290", "resource_type": "OS::Nova::Server"}]} 2018-08-12 08:42:49,081 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/9053c9e4408d4c0a9d4db63983885983/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-stack/1018b6d8-e708-400c-9a9d-83fae6788ab4/resources used request id req-377e31c2-5f41-49f8-b415-37f7bec938d1 2018-08-12 08:42:49,091 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=28b33547-da5a-420f-bcbf-59e3eca82d9e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e5d3972319b05f20397faccfa306e50451941fd" 2018-08-12 08:42:49,351 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 629 X-Openstack-Request-Id: req-3e65334c-0c2c-48b7-b333-333deb79ccaf Date: Sun, 12 Aug 2018 08:42: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":["2669b774-2ae2-47e3-a6dd-c871667403c5"],"updated_at":"2018-08-12T08:42:33Z","tenant_id":"9053c9e4408d4c0a9d4db63983885983","created_at":"2018-08-12T08:42:32Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"9053c9e4408d4c0a9d4db63983885983","id":"28b33547-da5a-420f-bcbf-59e3eca82d9e","name":"CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-net"}]} 2018-08-12 08:42:49,351 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=28b33547-da5a-420f-bcbf-59e3eca82d9e used request id req-3e65334c-0c2c-48b7-b333-333deb79ccaf 2018-08-12 08:42:49,357 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=28b33547-da5a-420f-bcbf-59e3eca82d9e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e5d3972319b05f20397faccfa306e50451941fd" 2018-08-12 08:42:49,410 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-a3c91f36-b7af-4b8b-bf3f-b28cea0f41df Date: Sun, 12 Aug 2018 08:42:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"28b33547-da5a-420f-bcbf-59e3eca82d9e","tenant_id":"9053c9e4408d4c0a9d4db63983885983","created_at":"2018-08-12T08:42:33Z","dns_nameservers":[],"updated_at":"2018-08-12T08:42:33Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.0.0.2","end":"10.0.0.254"}],"gateway_ip":"10.0.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.0.0.0/24","project_id":"9053c9e4408d4c0a9d4db63983885983","id":"2669b774-2ae2-47e3-a6dd-c871667403c5","subnetpool_id":null,"name":"CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-subnet"}]} 2018-08-12 08:42:49,410 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=28b33547-da5a-420f-bcbf-59e3eca82d9e used request id req-a3c91f36-b7af-4b8b-bf3f-b28cea0f41df 2018-08-12 08:42:49,416 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=28b33547-da5a-420f-bcbf-59e3eca82d9e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e5d3972319b05f20397faccfa306e50451941fd" 2018-08-12 08:42:49,474 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-886e71b9-ebc7-4331-8f3a-771820bfb9d3 Date: Sun, 12 Aug 2018 08:42:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"28b33547-da5a-420f-bcbf-59e3eca82d9e","tenant_id":"9053c9e4408d4c0a9d4db63983885983","created_at":"2018-08-12T08:42:33Z","dns_nameservers":[],"updated_at":"2018-08-12T08:42:33Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.0.0.2","end":"10.0.0.254"}],"gateway_ip":"10.0.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.0.0.0/24","project_id":"9053c9e4408d4c0a9d4db63983885983","id":"2669b774-2ae2-47e3-a6dd-c871667403c5","subnetpool_id":null,"name":"CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-subnet"}]} 2018-08-12 08:42:49,474 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=28b33547-da5a-420f-bcbf-59e3eca82d9e used request id req-886e71b9-ebc7-4331-8f3a-771820bfb9d3 2018-08-12 08:42:49,475 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:42:49,476 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:42:49,880 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5d51e7c6cac04b2a8f6e0f7fc24f560a", "name": "CreateStackSuccessTests-5ecba121-a555-469-proj-role"}], "expires_at": "2018-08-12T09:42:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9053c9e4408d4c0a9d4db63983885983", "name": "CreateStackSuccessTests-5ecba121-a555-469-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/9053c9e4408d4c0a9d4db63983885983", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/9053c9e4408d4c0a9d4db63983885983", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/9053c9e4408d4c0a9d4db63983885983", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_9053c9e4408d4c0a9d4db63983885983", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_9053c9e4408d4c0a9d4db63983885983", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/9053c9e4408d4c0a9d4db63983885983", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/9053c9e4408d4c0a9d4db63983885983", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/9053c9e4408d4c0a9d4db63983885983", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/9053c9e4408d4c0a9d4db63983885983", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/9053c9e4408d4c0a9d4db63983885983", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/9053c9e4408d4c0a9d4db63983885983", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/9053c9e4408d4c0a9d4db63983885983", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/9053c9e4408d4c0a9d4db63983885983", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/9053c9e4408d4c0a9d4db63983885983", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-5ecba121-a555-469-user", "id": "6c8147645b9b4d9aa43a0425e7e3f70f"}, "audit_ids": ["J1_F5qgrR5ibUwxtvUoejg"], "issued_at": "2018-08-12T08:42:49.000000Z"}} 2018-08-12 08:42:49,881 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}0cf437084331f3f77cc646ccbdd98c10788b9616" 2018-08-12 08:42:49,965 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:42:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-966396fa-7a7b-4919-ae35-86f48b2ef1d4 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:42:49,965 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-966396fa-7a7b-4919-ae35-86f48b2ef1d4 2018-08-12 08:42:49,966 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:42:49,967 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:42:49,967 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:42:49,967 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:42:49,967 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:42:49,974 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cf437084331f3f77cc646ccbdd98c10788b9616" 2018-08-12 08:42:50,302 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 629 X-Openstack-Request-Id: req-92364e24-e129-419f-9f10-e88230afdee2 Date: Sun, 12 Aug 2018 08:42:50 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":["2669b774-2ae2-47e3-a6dd-c871667403c5"],"updated_at":"2018-08-12T08:42:33Z","tenant_id":"9053c9e4408d4c0a9d4db63983885983","created_at":"2018-08-12T08:42:32Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"9053c9e4408d4c0a9d4db63983885983","id":"28b33547-da5a-420f-bcbf-59e3eca82d9e","name":"CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-net"}]} 2018-08-12 08:42:50,303 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-net used request id req-92364e24-e129-419f-9f10-e88230afdee2 2018-08-12 08:42:50,306 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:42:50,311 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:42:50 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:42:50,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/9053c9e4408d4c0a9d4db63983885983 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cf437084331f3f77cc646ccbdd98c10788b9616" 2018-08-12 08:42:50,400 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:42:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb3fc307-2f13-48f8-a71e-b74ce7fe895b Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/9053c9e4408d4c0a9d4db63983885983"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "9053c9e4408d4c0a9d4db63983885983", "name": "CreateStackSuccessTests-5ecba121-a555-469-proj"}} 2018-08-12 08:42:50,401 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/9053c9e4408d4c0a9d4db63983885983 used request id req-eb3fc307-2f13-48f8-a71e-b74ce7fe895b 2018-08-12 08:42:50,406 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=28b33547-da5a-420f-bcbf-59e3eca82d9e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cf437084331f3f77cc646ccbdd98c10788b9616" 2018-08-12 08:42:50,624 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-a614105b-926d-46b4-a9fe-d459b9a60de3 Date: Sun, 12 Aug 2018 08:42:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"28b33547-da5a-420f-bcbf-59e3eca82d9e","tenant_id":"9053c9e4408d4c0a9d4db63983885983","created_at":"2018-08-12T08:42:33Z","dns_nameservers":[],"updated_at":"2018-08-12T08:42:33Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.0.0.2","end":"10.0.0.254"}],"gateway_ip":"10.0.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.0.0.0/24","project_id":"9053c9e4408d4c0a9d4db63983885983","id":"2669b774-2ae2-47e3-a6dd-c871667403c5","subnetpool_id":null,"name":"CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-subnet"}]} 2018-08-12 08:42:50,624 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=28b33547-da5a-420f-bcbf-59e3eca82d9e used request id req-a614105b-926d-46b4-a9fe-d459b9a60de3 2018-08-12 08:42:50,625 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:42:50,625 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:42:50,625 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:42:50,625 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:42:50,625 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:42:50,627 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:42:51,022 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5d51e7c6cac04b2a8f6e0f7fc24f560a", "name": "CreateStackSuccessTests-5ecba121-a555-469-proj-role"}], "expires_at": "2018-08-12T09:42:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9053c9e4408d4c0a9d4db63983885983", "name": "CreateStackSuccessTests-5ecba121-a555-469-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/9053c9e4408d4c0a9d4db63983885983", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/9053c9e4408d4c0a9d4db63983885983", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/9053c9e4408d4c0a9d4db63983885983", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_9053c9e4408d4c0a9d4db63983885983", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_9053c9e4408d4c0a9d4db63983885983", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/9053c9e4408d4c0a9d4db63983885983", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/9053c9e4408d4c0a9d4db63983885983", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/9053c9e4408d4c0a9d4db63983885983", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/9053c9e4408d4c0a9d4db63983885983", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/9053c9e4408d4c0a9d4db63983885983", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/9053c9e4408d4c0a9d4db63983885983", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/9053c9e4408d4c0a9d4db63983885983", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/9053c9e4408d4c0a9d4db63983885983", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/9053c9e4408d4c0a9d4db63983885983", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-5ecba121-a555-469-user", "id": "6c8147645b9b4d9aa43a0425e7e3f70f"}, "audit_ids": ["4f8_dMrCQ3uiMXP3wwfRDQ"], "issued_at": "2018-08-12T08:42:51.000000Z"}} 2018-08-12 08:42:51,023 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}616c83e10afac2bb35b2f1fdf01b348092997ffb" 2018-08-12 08:42:51,108 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:42:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8f6ab9b6-26cf-4409-83c9-7d3854231fbc Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:42:51,108 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-8f6ab9b6-26cf-4409-83c9-7d3854231fbc 2018-08-12 08:42:51,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}616c83e10afac2bb35b2f1fdf01b348092997ffb" 2018-08-12 08:42:51,383 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 629 X-Openstack-Request-Id: req-fb843777-87e2-4b02-83d7-54bad464af93 Date: Sun, 12 Aug 2018 08:42:51 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":["2669b774-2ae2-47e3-a6dd-c871667403c5"],"updated_at":"2018-08-12T08:42:33Z","tenant_id":"9053c9e4408d4c0a9d4db63983885983","created_at":"2018-08-12T08:42:32Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"9053c9e4408d4c0a9d4db63983885983","id":"28b33547-da5a-420f-bcbf-59e3eca82d9e","name":"CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-net"}]} 2018-08-12 08:42:51,384 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-net used request id req-fb843777-87e2-4b02-83d7-54bad464af93 2018-08-12 08:42:51,390 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=28b33547-da5a-420f-bcbf-59e3eca82d9e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}616c83e10afac2bb35b2f1fdf01b348092997ffb" 2018-08-12 08:42:51,612 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-acad3014-393e-4794-ad3c-2e8b9dba7fa4 Date: Sun, 12 Aug 2018 08:42:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"28b33547-da5a-420f-bcbf-59e3eca82d9e","tenant_id":"9053c9e4408d4c0a9d4db63983885983","created_at":"2018-08-12T08:42:33Z","dns_nameservers":[],"updated_at":"2018-08-12T08:42:33Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.0.0.2","end":"10.0.0.254"}],"gateway_ip":"10.0.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.0.0.0/24","project_id":"9053c9e4408d4c0a9d4db63983885983","id":"2669b774-2ae2-47e3-a6dd-c871667403c5","subnetpool_id":null,"name":"CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-subnet"}]} 2018-08-12 08:42:51,613 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=28b33547-da5a-420f-bcbf-59e3eca82d9e used request id req-acad3014-393e-4794-ad3c-2e8b9dba7fa4 2018-08-12 08:42:51,618 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=28b33547-da5a-420f-bcbf-59e3eca82d9e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}616c83e10afac2bb35b2f1fdf01b348092997ffb" 2018-08-12 08:42:51,939 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 629 X-Openstack-Request-Id: req-6b0c7416-08dd-4e3d-b9c9-21eff05cf96e Date: Sun, 12 Aug 2018 08:42:51 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":["2669b774-2ae2-47e3-a6dd-c871667403c5"],"updated_at":"2018-08-12T08:42:33Z","tenant_id":"9053c9e4408d4c0a9d4db63983885983","created_at":"2018-08-12T08:42:32Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"9053c9e4408d4c0a9d4db63983885983","id":"28b33547-da5a-420f-bcbf-59e3eca82d9e","name":"CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-net"}]} 2018-08-12 08:42:51,939 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=28b33547-da5a-420f-bcbf-59e3eca82d9e used request id req-6b0c7416-08dd-4e3d-b9c9-21eff05cf96e 2018-08-12 08:42:51,944 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=28b33547-da5a-420f-bcbf-59e3eca82d9e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}616c83e10afac2bb35b2f1fdf01b348092997ffb" 2018-08-12 08:42:52,156 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-3e41489c-2ec2-42c3-a5a6-52ff7b5840d9 Date: Sun, 12 Aug 2018 08:42:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"28b33547-da5a-420f-bcbf-59e3eca82d9e","tenant_id":"9053c9e4408d4c0a9d4db63983885983","created_at":"2018-08-12T08:42:33Z","dns_nameservers":[],"updated_at":"2018-08-12T08:42:33Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.0.0.2","end":"10.0.0.254"}],"gateway_ip":"10.0.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.0.0.0/24","project_id":"9053c9e4408d4c0a9d4db63983885983","id":"2669b774-2ae2-47e3-a6dd-c871667403c5","subnetpool_id":null,"name":"CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-subnet"}]} 2018-08-12 08:42:52,156 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=28b33547-da5a-420f-bcbf-59e3eca82d9e used request id req-3e41489c-2ec2-42c3-a5a6-52ff7b5840d9 2018-08-12 08:42:52,162 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=28b33547-da5a-420f-bcbf-59e3eca82d9e&name=CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}616c83e10afac2bb35b2f1fdf01b348092997ffb" 2018-08-12 08:42:52,384 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-63bd2cec-47dc-4885-a6a4-cf17447286df Date: Sun, 12 Aug 2018 08:42:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"28b33547-da5a-420f-bcbf-59e3eca82d9e","tenant_id":"9053c9e4408d4c0a9d4db63983885983","created_at":"2018-08-12T08:42:33Z","dns_nameservers":[],"updated_at":"2018-08-12T08:42:33Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.0.0.2","end":"10.0.0.254"}],"gateway_ip":"10.0.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.0.0.0/24","project_id":"9053c9e4408d4c0a9d4db63983885983","id":"2669b774-2ae2-47e3-a6dd-c871667403c5","subnetpool_id":null,"name":"CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-subnet"}]} 2018-08-12 08:42:52,384 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=28b33547-da5a-420f-bcbf-59e3eca82d9e&name=CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-subnet used request id req-63bd2cec-47dc-4885-a6a4-cf17447286df 2018-08-12 08:42:52,391 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/2669b774-2ae2-47e3-a6dd-c871667403c5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}616c83e10afac2bb35b2f1fdf01b348092997ffb" 2018-08-12 08:42:52,615 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 662 X-Openstack-Request-Id: req-6fce7201-f6c7-47c0-a55e-15bc1b15596a Date: Sun, 12 Aug 2018 08:42:52 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"28b33547-da5a-420f-bcbf-59e3eca82d9e","tenant_id":"9053c9e4408d4c0a9d4db63983885983","created_at":"2018-08-12T08:42:33Z","dns_nameservers":[],"updated_at":"2018-08-12T08:42:33Z","gateway_ip":"10.0.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.0.0.2","end":"10.0.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.0.0.0/24","project_id":"9053c9e4408d4c0a9d4db63983885983","id":"2669b774-2ae2-47e3-a6dd-c871667403c5","subnetpool_id":null,"name":"CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-subnet"}} 2018-08-12 08:42:52,615 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/2669b774-2ae2-47e3-a6dd-c871667403c5 used request id req-6fce7201-f6c7-47c0-a55e-15bc1b15596a 2018-08-12 08:42:52,616 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-stack 2018-08-12 08:42:52,619 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8004/v1/9053c9e4408d4c0a9d4db63983885983/stacks/1018b6d8-e708-400c-9a9d-83fae6788ab4 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e5d3972319b05f20397faccfa306e50451941fd" 2018-08-12 08:42:52,794 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:42:52 GMT Server: Apache x-openstack-request-id: req-d2a01f6f-626e-444a-8516-631999955101 Location: http://172.30.9.21:8004/v1/9053c9e4408d4c0a9d4db63983885983/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-stack/1018b6d8-e708-400c-9a9d-83fae6788ab4 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/9053c9e4408d4c0a9d4db63983885983/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-stack/1018b6d8-e708-400c-9a9d-83fae6788ab4;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:42:52,996 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:42:52 GMT Server: Apache x-openstack-request-id: req-59ee2707-7262-4c97-99c8-57fcade14c94 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 08:42:52,996 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.21:8004/v1/9053c9e4408d4c0a9d4db63983885983/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-stack/1018b6d8-e708-400c-9a9d-83fae6788ab4 used request id req-59ee2707-7262-4c97-99c8-57fcade14c94 2018-08-12 08:42:52,999 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/9053c9e4408d4c0a9d4db63983885983/stacks/1018b6d8-e708-400c-9a9d-83fae6788ab4 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e5d3972319b05f20397faccfa306e50451941fd" 2018-08-12 08:42:53,026 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:42:52 GMT Server: Apache x-openstack-request-id: req-92adbed7-f63d-4187-8714-1aa771437502 Location: http://172.30.9.21:8004/v1/9053c9e4408d4c0a9d4db63983885983/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-stack/1018b6d8-e708-400c-9a9d-83fae6788ab4 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/9053c9e4408d4c0a9d4db63983885983/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-stack/1018b6d8-e708-400c-9a9d-83fae6788ab4;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:42:53,227 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:42:53 GMT Server: Apache x-openstack-request-id: req-6d27c843-97f3-4e4c-b947-9c7d62ad9c78 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 558 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "9053c9e4408d4c0a9d4db63983885983", "OS::stack_id": "1018b6d8-e708-400c-9a9d-83fae6788ab4", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-stack", "image_name": "CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-image", "inst_name": "CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-inst", "subnet_name": "CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-subnet", "flavor_name": "CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-flavor-name", "net_name": "CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-stack", "stack_user_project_id": "e9063b84b61a431c9ab0ef156df0a96a", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-08-12T08:42:30Z", "links": [{"href": "http://172.30.9.21:8004/v1/9053c9e4408d4c0a9d4db63983885983/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-stack/1018b6d8-e708-400c-9a9d-83fae6788ab4", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-08-12T08:42:52Z", "id": "1018b6d8-e708-400c-9a9d-83fae6788ab4", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-12 08:42:53,227 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/9053c9e4408d4c0a9d4db63983885983/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-stack/1018b6d8-e708-400c-9a9d-83fae6788ab4 used request id req-6d27c843-97f3-4e4c-b947-9c7d62ad9c78 2018-08-12 08:42:53,228 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-08-12 08:42:53,228 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-08-12 08:42:56,231 - create_stack - DEBUG - Stack status query timeout in 1196.76544595 2018-08-12 08:42:56,234 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/9053c9e4408d4c0a9d4db63983885983/stacks/1018b6d8-e708-400c-9a9d-83fae6788ab4 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e5d3972319b05f20397faccfa306e50451941fd" 2018-08-12 08:42:56,429 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:42:56 GMT Server: Apache x-openstack-request-id: req-c9e0fe25-672b-4a74-8ca4-8e3a6fe1ac87 Location: http://172.30.9.21:8004/v1/9053c9e4408d4c0a9d4db63983885983/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-stack/1018b6d8-e708-400c-9a9d-83fae6788ab4 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/9053c9e4408d4c0a9d4db63983885983/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-stack/1018b6d8-e708-400c-9a9d-83fae6788ab4;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:42:56,617 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:42:56 GMT Server: Apache x-openstack-request-id: req-5ca1be00-dcfa-4246-b33e-03817e0fce60 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 558 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "9053c9e4408d4c0a9d4db63983885983", "OS::stack_id": "1018b6d8-e708-400c-9a9d-83fae6788ab4", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-stack", "image_name": "CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-image", "inst_name": "CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-inst", "subnet_name": "CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-subnet", "flavor_name": "CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-flavor-name", "net_name": "CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-stack", "stack_user_project_id": "e9063b84b61a431c9ab0ef156df0a96a", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-08-12T08:42:30Z", "links": [{"href": "http://172.30.9.21:8004/v1/9053c9e4408d4c0a9d4db63983885983/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-stack/1018b6d8-e708-400c-9a9d-83fae6788ab4", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-08-12T08:42:52Z", "id": "1018b6d8-e708-400c-9a9d-83fae6788ab4", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-12 08:42:56,618 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/9053c9e4408d4c0a9d4db63983885983/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-stack/1018b6d8-e708-400c-9a9d-83fae6788ab4 used request id req-5ca1be00-dcfa-4246-b33e-03817e0fce60 2018-08-12 08:42:56,618 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-08-12 08:42:56,618 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-08-12 08:42:59,622 - create_stack - DEBUG - Stack status query timeout in 1193.375 2018-08-12 08:42:59,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/9053c9e4408d4c0a9d4db63983885983/stacks/1018b6d8-e708-400c-9a9d-83fae6788ab4 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e5d3972319b05f20397faccfa306e50451941fd" 2018-08-12 08:42:59,652 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:42:59 GMT Server: Apache x-openstack-request-id: req-0e11070b-0e50-49e8-8b6e-bc5c366636c9 Location: http://172.30.9.21:8004/v1/9053c9e4408d4c0a9d4db63983885983/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-stack/1018b6d8-e708-400c-9a9d-83fae6788ab4 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/9053c9e4408d4c0a9d4db63983885983/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-stack/1018b6d8-e708-400c-9a9d-83fae6788ab4;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:42:59,678 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:42:59 GMT Server: Apache x-openstack-request-id: req-4135a756-85e0-424c-bf2e-d6bd188e1adb Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 558 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "9053c9e4408d4c0a9d4db63983885983", "OS::stack_id": "1018b6d8-e708-400c-9a9d-83fae6788ab4", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-stack", "image_name": "CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-image", "inst_name": "CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-inst", "subnet_name": "CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-subnet", "flavor_name": "CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-flavor-name", "net_name": "CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-stack", "stack_user_project_id": "e9063b84b61a431c9ab0ef156df0a96a", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-08-12T08:42:30Z", "links": [{"href": "http://172.30.9.21:8004/v1/9053c9e4408d4c0a9d4db63983885983/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-stack/1018b6d8-e708-400c-9a9d-83fae6788ab4", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-08-12T08:42:52Z", "id": "1018b6d8-e708-400c-9a9d-83fae6788ab4", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-12 08:42:59,678 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/9053c9e4408d4c0a9d4db63983885983/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-stack/1018b6d8-e708-400c-9a9d-83fae6788ab4 used request id req-4135a756-85e0-424c-bf2e-d6bd188e1adb 2018-08-12 08:42:59,679 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-08-12 08:42:59,679 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-08-12 08:43:02,682 - create_stack - DEBUG - Stack status query timeout in 1190.31438279 2018-08-12 08:43:02,685 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/9053c9e4408d4c0a9d4db63983885983/stacks/1018b6d8-e708-400c-9a9d-83fae6788ab4 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e5d3972319b05f20397faccfa306e50451941fd" 2018-08-12 08:43:02,872 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:43:02 GMT Server: Apache x-openstack-request-id: req-895d081d-3a1a-490d-9c03-29c8704694c6 Location: http://172.30.9.21:8004/v1/9053c9e4408d4c0a9d4db63983885983/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-stack/1018b6d8-e708-400c-9a9d-83fae6788ab4 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/9053c9e4408d4c0a9d4db63983885983/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-stack/1018b6d8-e708-400c-9a9d-83fae6788ab4;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:43:02,916 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:43:02 GMT Server: Apache x-openstack-request-id: req-cec9ce25-d67d-4e42-96c8-9c4ae8c98b4e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 558 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "9053c9e4408d4c0a9d4db63983885983", "OS::stack_id": "1018b6d8-e708-400c-9a9d-83fae6788ab4", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-stack", "image_name": "CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-image", "inst_name": "CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-inst", "subnet_name": "CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-subnet", "flavor_name": "CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-flavor-name", "net_name": "CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-stack", "stack_user_project_id": "e9063b84b61a431c9ab0ef156df0a96a", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-08-12T08:42:30Z", "links": [{"href": "http://172.30.9.21:8004/v1/9053c9e4408d4c0a9d4db63983885983/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-stack/1018b6d8-e708-400c-9a9d-83fae6788ab4", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-08-12T08:42:52Z", "id": "1018b6d8-e708-400c-9a9d-83fae6788ab4", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-12 08:43:02,916 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/9053c9e4408d4c0a9d4db63983885983/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-stack/1018b6d8-e708-400c-9a9d-83fae6788ab4 used request id req-cec9ce25-d67d-4e42-96c8-9c4ae8c98b4e 2018-08-12 08:43:02,917 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-08-12 08:43:02,917 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-08-12 08:43:05,920 - create_stack - DEBUG - Stack status query timeout in 1187.07663894 2018-08-12 08:43:05,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/9053c9e4408d4c0a9d4db63983885983/stacks/1018b6d8-e708-400c-9a9d-83fae6788ab4 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e5d3972319b05f20397faccfa306e50451941fd" 2018-08-12 08:43:06,116 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:43:05 GMT Server: Apache x-openstack-request-id: req-232c80d2-5829-4ffb-b680-188bccbf491d Location: http://172.30.9.21:8004/v1/9053c9e4408d4c0a9d4db63983885983/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-stack/1018b6d8-e708-400c-9a9d-83fae6788ab4 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/9053c9e4408d4c0a9d4db63983885983/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-stack/1018b6d8-e708-400c-9a9d-83fae6788ab4;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:43:06,142 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:43:06 GMT Server: Apache x-openstack-request-id: req-5327b153-7201-4eb7-83c6-d6fca25dee18 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 558 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "9053c9e4408d4c0a9d4db63983885983", "OS::stack_id": "1018b6d8-e708-400c-9a9d-83fae6788ab4", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-stack", "image_name": "CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-image", "inst_name": "CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-inst", "subnet_name": "CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-subnet", "flavor_name": "CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-flavor-name", "net_name": "CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-net"}, "deletion_time": "2018-08-12T08:43:04Z", "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-stack", "stack_user_project_id": "e9063b84b61a431c9ab0ef156df0a96a", "tags": null, "creation_time": "2018-08-12T08:42:30Z", "links": [{"href": "http://172.30.9.21:8004/v1/9053c9e4408d4c0a9d4db63983885983/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-stack/1018b6d8-e708-400c-9a9d-83fae6788ab4", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-08-12T08:42:52Z", "id": "1018b6d8-e708-400c-9a9d-83fae6788ab4", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Simple template to deploy a single compute instance"}} 2018-08-12 08:43:06,142 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/9053c9e4408d4c0a9d4db63983885983/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-stack/1018b6d8-e708-400c-9a9d-83fae6788ab4 used request id req-5327b153-7201-4eb7-83c6-d6fca25dee18 2018-08-12 08:43:06,143 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2018-08-12 08:43:06,143 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-stack 2018-08-12 08:43:06,143 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-stack 2018-08-12 08:43:06,145 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8004/v1/9053c9e4408d4c0a9d4db63983885983/stacks/1018b6d8-e708-400c-9a9d-83fae6788ab4 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e5d3972319b05f20397faccfa306e50451941fd" 2018-08-12 08:43:06,337 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:43:06 GMT Server: Apache x-openstack-request-id: req-0b3b9525-94bf-4510-9a37-368bc5180aa8 Location: http://172.30.9.21:8004/v1/9053c9e4408d4c0a9d4db63983885983/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-stack/1018b6d8-e708-400c-9a9d-83fae6788ab4 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/9053c9e4408d4c0a9d4db63983885983/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-stack/1018b6d8-e708-400c-9a9d-83fae6788ab4;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:43:06,551 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:43:06 GMT Server: Apache x-openstack-request-id: req-70555768-4910-4970-9dbd-a31f58da14c1 Content-Length: 279 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackSuccessTests-CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-08-12 08:43:06,551 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.21:8004/v1/9053c9e4408d4c0a9d4db63983885983/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-stack/1018b6d8-e708-400c-9a9d-83fae6788ab4 used request id req-70555768-4910-4970-9dbd-a31f58da14c1 2018-08-12 08:43:06,552 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-8e2e08ff-b37c-4924-a1bf-be01b029bb01-image 2018-08-12 08:43:06,555 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/5dce7651-2897-453c-a12e-0e654517a718 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}04610acd28273c90e2d4c4b66cfc9bc00b6e3802" 2018-08-12 08:43:07,093 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-56d8f0aa-94fe-4203-ba15-2a8b4e2764ad Date: Sun, 12 Aug 2018 08:43: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 08:43:07,094 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/5dce7651-2897-453c-a12e-0e654517a718 used request id req-56d8f0aa-94fe-4203-ba15-2a8b4e2764ad 2018-08-12 08:43:07,097 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/flavors/838f0ec1-b5e3-41d4-a9e4-466bcf5300d4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ced5b5ce84209a3f5ab1b14b5ea4a44eb7f6bfa4" 2018-08-12 08:43:07,135 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 08:43: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-0c62c95e-3d1f-4a4a-9616-2c3a5bd3e4fe x-compute-request-id: req-0c62c95e-3d1f-4a4a-9616-2c3a5bd3e4fe Content-Length: 0 Content-Type: application/json 2018-08-12 08:43:07,135 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/838f0ec1-b5e3-41d4-a9e4-466bcf5300d4 used request id req-0c62c95e-3d1f-4a4a-9616-2c3a5bd3e4fe 2018-08-12 08:43:07,136 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:43:07,136 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:43:07,137 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:43:07,137 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:43:07,137 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:43:07,143 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7a69cd9e38009c2eddb4377ee138dd4f1772b4b" 2018-08-12 08:43:07,414 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 45548 X-Openstack-Request-Id: req-c226cbbf-56b1-4da9-a707-28438b193333 Date: Sun, 12 Aug 2018 08:43:07 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "created_at": "2018-08-12T06:59:44Z", "updated_at": "2018-08-12T06:59:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "1d7fd960-7865-4453-aecc-8d399b4fad21", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "66820d8a-b785-4b18-bd67-500221c8e4f9", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "74fc7638-a322-4841-8c47-06d36174a200", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "8eaa09ec-8419-4582-9312-1e527afe6e4b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}], "revision_number": 4, "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "created_at": "2018-08-12T05:12:34Z", "updated_at": "2018-08-12T05:12:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "709513d2-af7d-4d0b-bd3c-604fed75a711", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "aa346066-e46f-44f2-94be-2884aa998a19", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "c15f7b93-e56c-4afa-867d-2acb286d4b7b", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "cb0ef83f-5f70-4a80-ad35-431ca9df551e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}], "revision_number": 4, "project_id": "fa5a7fe6ee54472ba01638877aade8e3", "id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ea65becf30e54b27aa96a449698a435e", "created_at": "2018-08-12T05:10:35Z", "updated_at": "2018-08-12T05:10:35Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "30ad280c-f302-4cd4-a438-5139917b56f9", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "76115c4c-887d-4f0a-83e2-486e4b39c713", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "8ab14937-4c08-4d43-8a9a-662e622cc643", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "ee757a03-5662-4273-9c3e-6212e7afb48f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}], "revision_number": 4, "project_id": "ea65becf30e54b27aa96a449698a435e", "id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9053c9e4408d4c0a9d4db63983885983", "created_at": "2018-08-12T08:42:31Z", "updated_at": "2018-08-12T08:42:31Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:42:31Z", "revision_number": 0, "id": "53fa450b-0e24-4bdb-8926-314be7b676c4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:42:31Z", "security_group_id": "42112569-5f02-4c64-906a-31528fac1b99", "tenant_id": "9053c9e4408d4c0a9d4db63983885983", "port_range_min": null, "ethertype": "IPv6", "project_id": "9053c9e4408d4c0a9d4db63983885983"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:42:31Z", "revision_number": 0, "id": "56613433-3412-4582-9e77-56e44aad0dd2", "remote_group_id": "42112569-5f02-4c64-906a-31528fac1b99", "remote_ip_prefix": null, "created_at": "2018-08-12T08:42:31Z", "security_group_id": "42112569-5f02-4c64-906a-31528fac1b99", "tenant_id": "9053c9e4408d4c0a9d4db63983885983", "port_range_min": null, "ethertype": "IPv6", "project_id": "9053c9e4408d4c0a9d4db63983885983"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:42:31Z", "revision_number": 0, "id": "76049cba-4e7f-4e0a-b7ab-545132a5054c", "remote_group_id": "42112569-5f02-4c64-906a-31528fac1b99", "remote_ip_prefix": null, "created_at": "2018-08-12T08:42:31Z", "security_group_id": "42112569-5f02-4c64-906a-31528fac1b99", "tenant_id": "9053c9e4408d4c0a9d4db63983885983", "port_range_min": null, "ethertype": "IPv4", "project_id": "9053c9e4408d4c0a9d4db63983885983"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:42:31Z", "revision_number": 0, "id": "8683f8a9-2c12-4941-973e-8afb3c62e860", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:42:31Z", "security_group_id": "42112569-5f02-4c64-906a-31528fac1b99", "tenant_id": "9053c9e4408d4c0a9d4db63983885983", "port_range_min": null, "ethertype": "IPv4", "project_id": "9053c9e4408d4c0a9d4db63983885983"}], "revision_number": 4, "project_id": "9053c9e4408d4c0a9d4db63983885983", "id": "42112569-5f02-4c64-906a-31528fac1b99", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "created_at": "2018-08-12T06:20:09Z", "updated_at": "2018-08-12T06:20:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "1123b8f2-75ac-4a26-b9b2-a96da97408e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "2ddd2b93-e080-48cd-9a50-f5fe8a82ad0c", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "cd1bae62-0aea-4438-b4c3-50a69ae6f855", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "e398e01e-ceea-46d1-9534-b929808c4a5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}], "revision_number": 4, "project_id": "ff7abd7bb61f4f2889831e932d65dc2e", "id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "created_at": "2018-08-12T05:34:57Z", "updated_at": "2018-08-12T05:34:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "208a1c1e-f5f8-49c7-9a25-d07e68b1541f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "27bfd867-e607-4bf8-9de8-60682d3f771d", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "49360e1f-6fd3-4f35-b339-24cea95773ee", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "60f631a9-d305-4920-9631-d0543e2ac64f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}], "revision_number": 4, "project_id": "3a85ceae958d4d9fba68847e7df67db8", "id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "created_at": "2018-08-12T05:34:40Z", "updated_at": "2018-08-12T05:34:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "2192c259-363e-4768-ae73-e75837ad63b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "3f87ddc5-f84d-41dc-8215-847724782569", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "7d89f6da-ea78-49dd-9115-f9ad23b250bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "9ec4497d-0f65-44db-9be9-7b3042e4a584", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}], "revision_number": 4, "project_id": "85517fcf1c6247e699fdcdd42ecc8c79", "id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "created_at": "2018-08-12T05:16:02Z", "updated_at": "2018-08-12T05:16:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "1ecacd8c-c1c7-4a66-9871-406a69323b43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "3cc1750c-e0e7-4902-b6f3-494a161b832e", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "d719a7a4-8c99-44ed-8c12-6bf071890203", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "fe7421b5-d577-41da-8c78-62f3c07eda92", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}], "revision_number": 4, "project_id": "a267b9a156244bb192691cff6e5f74fe", "id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "315a428116f24d9fbb826b37080a918e", "created_at": "2018-08-12T05:11:31Z", "updated_at": "2018-08-12T05:11:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "5e52886a-1dc3-4a81-a55d-f388dc4fd1a1", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "678e32e4-d64c-448a-a4ab-e253ab94ae90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "a8da1539-e3ad-4f90-b2df-3dc1f09d228a", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "b73d5cc9-0205-4658-bb1f-61a042c0ab8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}], "revision_number": 4, "project_id": "315a428116f24d9fbb826b37080a918e", "id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-12T05:08:01Z", "updated_at": "2018-08-12T05:08:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:01Z", "revision_number": 0, "id": "0fb05d03-1117-45d0-930c-b6d4c96ef102", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "4faaab33-5788-4bbd-85b8-0fb44d41413a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "96d0c5a0-5c67-421b-8fc8-2b46d77e5db3", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "dd78519b-4bc5-4e8e-ad0f-58089dd69347", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "11a46741b7954b959fd7764109c047b6", "created_at": "2018-08-12T05:34:51Z", "updated_at": "2018-08-12T05:34:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "0b67bf3c-2289-43bb-ab6c-7d25ec32a279", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "51f3f833-337a-42bd-a8d5-742ea8d6c226", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "571fd0b5-ef90-408d-af33-aafb517b8993", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "944ba823-fb9c-496e-a66e-bb426bb14a8d", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}], "revision_number": 4, "project_id": "11a46741b7954b959fd7764109c047b6", "id": "90af9782-8112-4257-801d-ee5115d226ba", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "created_at": "2018-08-12T05:34:26Z", "updated_at": "2018-08-12T05:34:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "2ee1f63a-807c-4d6a-85ee-dd784f6b8c3f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5dec3ec2-2add-47dd-8618-90659dcf3885", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5ea0dc3e-49d0-43f0-94e9-f6443527d14c", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "fbfaca22-7e3e-4128-8973-43e439b77c28", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}], "revision_number": 4, "project_id": "3c01cd58055c44ecaef39f7e625c2258", "id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "521007c1818145639e93ceb270559219", "created_at": "2018-08-12T05:13:27Z", "updated_at": "2018-08-12T05:13:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "5e7fede5-b0f2-47d8-95c3-516cdfc7f9de", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "8fd0e36f-c6c4-4f64-ba97-40439e614448", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "db7d79de-1dfc-4138-945f-91e74cdc266b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "e87f2cff-ff3e-4b6d-aaf0-7f0eb0ab9f05", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}], "revision_number": 4, "project_id": "521007c1818145639e93ceb270559219", "id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "created_at": "2018-08-12T05:08:18Z", "updated_at": "2018-08-12T05:08:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "3c67be40-bf74-4f97-9693-d93ce73a23b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "6112d869-2fc6-4a25-a13c-3d55cd7206c0", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "bdf21c56-453e-482e-9cba-3c55abcb0339", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "c8e92c39-38cc-4f48-be9c-5f0912e6a725", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}], "revision_number": 4, "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "created_at": "2018-08-12T05:04:23Z", "updated_at": "2018-08-12T05:04:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "280546d9-8ad1-4283-abfc-15ee9b1736c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "58bce125-f2ca-4a6d-b9ca-4e6cf5c0f7a5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "69275b9a-cfb5-482c-a9c4-8ffc79adf2c7", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "6d747f3a-3764-469a-a645-f977585c5aac", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}], "revision_number": 4, "project_id": "310f5853751a4c968f3eeb0a3d99a0a8", "id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "created_at": "2018-08-12T05:34:42Z", "updated_at": "2018-08-12T05:34:42Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "199582e8-25aa-457a-aa7c-6d8413ca4464", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "234f3609-4454-448f-919d-c8143c7cd764", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "c1061460-71a2-49a9-a04b-9fa33eeb17ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "d21ac532-51d8-4d6b-8300-7bac216759bf", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}], "revision_number": 4, "project_id": "9f6c1a272706419c9a74b0893b2890e8", "id": "d6739716-c693-460c-89c6-e7c8c48f8245", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "created_at": "2018-08-12T05:34:54Z", "updated_at": "2018-08-12T05:34:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "0633a05a-ee7d-4476-a56b-75d011b22f77", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "6cc1b9f8-73db-47a3-a0e0-3c96c43f34da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "90d99a6b-e94f-4fd8-a10c-f19dd8954c13", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "e843c139-af2a-4d2c-a24f-59f7b10ff72e", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}], "revision_number": 4, "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "created_at": "2018-08-12T05:09:07Z", "updated_at": "2018-08-12T05:09:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "5495e168-f505-4d74-ae6d-387f0bf533c2", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "6fd19b8b-3062-456e-81ba-3ff37fe43429", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8ca59d25-485c-46ce-939c-2e4a468caeac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8f190846-50a0-42b9-b571-390809b752b1", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}], "revision_number": 4, "project_id": "fa9ca6d7608b4d7d87ce97331679a481", "id": "edcd9b17-9416-4c25-823c-060c435e18d7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "created_at": "2018-08-12T05:34:52Z", "updated_at": "2018-08-12T05:34:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "2c7e484e-6ec5-4a95-8c9c-66d294c0c27e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "70c74258-3c2c-4efc-87e0-079c26ee3417", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "b70382fa-082e-4c2b-abc8-87490fa50b11", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "c3628e02-b4b6-42c9-8751-c1a2d3c19caa", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}], "revision_number": 4, "project_id": "87db863ba6e348b0a5ddcb67053db9d1", "id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "name": "default"}]} 2018-08-12 08:43:07,415 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-c226cbbf-56b1-4da9-a707-28438b193333 2018-08-12 08:43:07,424 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7a69cd9e38009c2eddb4377ee138dd4f1772b4b" 2018-08-12 08:43:07,513 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:43:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8527d865-7042-4b4a-ad13-8e9fefa13431 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 5fe28c13d4d74ba2be8d019ac1ea6363.", "code": 404, "title": "Not Found"}} 2018-08-12 08:43:07,513 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 used request id req-8527d865-7042-4b4a-ad13-8e9fefa13431 2018-08-12 08:43:07,513 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:43:07,518 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7a69cd9e38009c2eddb4377ee138dd4f1772b4b" 2018-08-12 08:43:07,607 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:43:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-600269a9-93ce-47f3-9c26-8f707ea4cd94 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa5a7fe6ee54472ba01638877aade8e3.", "code": 404, "title": "Not Found"}} 2018-08-12 08:43:07,607 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 used request id req-600269a9-93ce-47f3-9c26-8f707ea4cd94 2018-08-12 08:43:07,607 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:43:07,611 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7a69cd9e38009c2eddb4377ee138dd4f1772b4b" 2018-08-12 08:43:07,703 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:43:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e0c1f9db-75e0-4fb2-9db5-f5071a50d9b2 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ea65becf30e54b27aa96a449698a435e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:43:07,703 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e used request id req-e0c1f9db-75e0-4fb2-9db5-f5071a50d9b2 2018-08-12 08:43:07,703 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:43:07,707 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/9053c9e4408d4c0a9d4db63983885983 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7a69cd9e38009c2eddb4377ee138dd4f1772b4b" 2018-08-12 08:43:07,799 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:43:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-229d9a6c-4c8e-47a4-8217-3ea157e69ee0 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/9053c9e4408d4c0a9d4db63983885983"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "9053c9e4408d4c0a9d4db63983885983", "name": "CreateStackSuccessTests-5ecba121-a555-469-proj"}} 2018-08-12 08:43:07,799 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/9053c9e4408d4c0a9d4db63983885983 used request id req-229d9a6c-4c8e-47a4-8217-3ea157e69ee0 2018-08-12 08:43:07,800 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 42112569-5f02-4c64-906a-31528fac1b99 2018-08-12 08:43:07,804 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=42112569-5f02-4c64-906a-31528fac1b99 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7a69cd9e38009c2eddb4377ee138dd4f1772b4b" 2018-08-12 08:43:07,999 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-fa48cb90-9941-4b03-ac32-c03194b655be Date: Sun, 12 Aug 2018 08:43:08 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-12T08:42:31Z", "security_group_id": "42112569-5f02-4c64-906a-31528fac1b99", "port_range_min": null, "revision_number": 0, "tenant_id": "9053c9e4408d4c0a9d4db63983885983", "created_at": "2018-08-12T08:42:31Z", "project_id": "9053c9e4408d4c0a9d4db63983885983", "id": "53fa450b-0e24-4bdb-8926-314be7b676c4"}, {"remote_group_id": "42112569-5f02-4c64-906a-31528fac1b99", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:42:31Z", "security_group_id": "42112569-5f02-4c64-906a-31528fac1b99", "port_range_min": null, "revision_number": 0, "tenant_id": "9053c9e4408d4c0a9d4db63983885983", "created_at": "2018-08-12T08:42:31Z", "project_id": "9053c9e4408d4c0a9d4db63983885983", "id": "56613433-3412-4582-9e77-56e44aad0dd2"}, {"remote_group_id": "42112569-5f02-4c64-906a-31528fac1b99", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:42:31Z", "security_group_id": "42112569-5f02-4c64-906a-31528fac1b99", "port_range_min": null, "revision_number": 0, "tenant_id": "9053c9e4408d4c0a9d4db63983885983", "created_at": "2018-08-12T08:42:31Z", "project_id": "9053c9e4408d4c0a9d4db63983885983", "id": "76049cba-4e7f-4e0a-b7ab-545132a5054c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:42:31Z", "security_group_id": "42112569-5f02-4c64-906a-31528fac1b99", "port_range_min": null, "revision_number": 0, "tenant_id": "9053c9e4408d4c0a9d4db63983885983", "created_at": "2018-08-12T08:42:31Z", "project_id": "9053c9e4408d4c0a9d4db63983885983", "id": "8683f8a9-2c12-4941-973e-8afb3c62e860"}]} 2018-08-12 08:43:08,000 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=42112569-5f02-4c64-906a-31528fac1b99 used request id req-fa48cb90-9941-4b03-ac32-c03194b655be 2018-08-12 08:43:08,001 - neutron_utils - INFO - Deleting security group with name - default 2018-08-12 08:43:08,006 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/42112569-5f02-4c64-906a-31528fac1b99 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7a69cd9e38009c2eddb4377ee138dd4f1772b4b" 2018-08-12 08:43:08,369 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c81c1d23-e781-4c32-89a6-8169070767a8 Content-Length: 0 Date: Sun, 12 Aug 2018 08:43:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:43:08,370 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/42112569-5f02-4c64-906a-31528fac1b99 used request id req-c81c1d23-e781-4c32-89a6-8169070767a8 2018-08-12 08:43:08,370 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-5ecba121-a555-469-proj 2018-08-12 08:43:08,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/9053c9e4408d4c0a9d4db63983885983 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7a69cd9e38009c2eddb4377ee138dd4f1772b4b" 2018-08-12 08:43:08,686 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:43:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-79e5d6be-6e5d-4560-b8b8-6afddb4a171d 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 08:43:08,686 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/9053c9e4408d4c0a9d4db63983885983 used request id req-79e5d6be-6e5d-4560-b8b8-6afddb4a171d 2018-08-12 08:43:08,686 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-5ecba121-a555-469-proj-role 2018-08-12 08:43:08,690 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/5d51e7c6cac04b2a8f6e0f7fc24f560a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7a69cd9e38009c2eddb4377ee138dd4f1772b4b" 2018-08-12 08:43:08,825 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:43:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8f2bc85d-085b-4543-a8ba-f99eb26c3d78 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 08:43:08,825 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/5d51e7c6cac04b2a8f6e0f7fc24f560a used request id req-8f2bc85d-085b-4543-a8ba-f99eb26c3d78 2018-08-12 08:43:08,829 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7a69cd9e38009c2eddb4377ee138dd4f1772b4b" 2018-08-12 08:43:08,917 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:43:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3ac78a5f-0f01-4a12-bd2d-a52e2b2617fd Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:43:08,918 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-3ac78a5f-0f01-4a12-bd2d-a52e2b2617fd 2018-08-12 08:43:08,918 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-5ecba121-a555-469-user 2018-08-12 08:43:08,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/6c8147645b9b4d9aa43a0425e7e3f70f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75ce6065653c7d765e70d4958fe376b6129f038c" 2018-08-12 08:43:09,112 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:43:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5d5b012d-19cc-44d7-81df-2b45d2bed8b7 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 08:43:09,112 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/6c8147645b9b4d9aa43a0425e7e3f70f used request id req-5d5b012d-19cc-44d7-81df-2b45d2bed8b7 2018-08-12 08:43:09,114 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:43:09,506 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:43:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["sCLuQPOLSnWqqtGNUs01Cw"], "issued_at": "2018-08-12T08:43:09.000000Z"}} 2018-08-12 08:43:09,507 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}2c2f4de9c257ac18c4df4cc09bb24e4f1a9434e2" 2018-08-12 08:43:09,602 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:43:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0078085f-2284-4300-8b56-bf2faac5d18e Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:43:09,603 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-0078085f-2284-4300-8b56-bf2faac5d18e 2018-08-12 08:43:09,604 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:43:09,604 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:43:09,997 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:43:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["2uIY-Z-PRJCmUdz2ZNrHfw"], "issued_at": "2018-08-12T08:43:09.000000Z"}} 2018-08-12 08:43:09,997 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}7f9f27f1c8c02b7e6cfc012f387d37cb7cc7a1e8" 2018-08-12 08:43:10,081 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:43:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-850b20be-8944-4b2a-bfa7-24a043fb0ad2 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:43:10,082 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-850b20be-8944-4b2a-bfa7-24a043fb0ad2 2018-08-12 08:43:10,086 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:43:10,091 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:43:10 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:43:10,092 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-e0764646-13f7-488-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f9f27f1c8c02b7e6cfc012f387d37cb7cc7a1e8" 2018-08-12 08:43:10,176 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:43:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4214dc71-f9df-4b38-bf1d-fb3d9197b51a Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-e0764646-13f7-488-proj", "previous": null, "next": null}, "projects": []} 2018-08-12 08:43:10,176 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-e0764646-13f7-488-proj used request id req-4214dc71-f9df-4b38-bf1d-fb3d9197b51a 2018-08-12 08:43:10,180 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f9f27f1c8c02b7e6cfc012f387d37cb7cc7a1e8" 2018-08-12 08:43:10,277 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:43:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3c40ecce-9209-4939-8eec-2942f9f8fae4 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:43:10,277 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-3c40ecce-9209-4939-8eec-2942f9f8fae4 2018-08-12 08:43:10,281 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f9f27f1c8c02b7e6cfc012f387d37cb7cc7a1e8" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackSuccessTests-e0764646-13f7-488-proj"}}' 2018-08-12 08:43:10,411 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:43:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fc6c90d4-2a40-40ea-b2a9-925bc2878868 Content-Length: 320 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/a74e295c29ba414ca84b89c175cd3bfa"}, "tags": [], "enabled": true, "id": "a74e295c29ba414ca84b89c175cd3bfa", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-e0764646-13f7-488-proj"}} 2018-08-12 08:43:10,411 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-fc6c90d4-2a40-40ea-b2a9-925bc2878868 2018-08-12 08:43:10,411 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-e0764646-13f7-488-proj 2018-08-12 08:43:10,412 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:43:10,412 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:43:10,804 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:43:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["EFYpGYQPSaa99cplhYIHYg"], "issued_at": "2018-08-12T08:43:10.000000Z"}} 2018-08-12 08:43:10,805 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}7a40135cc1aeccbdd7bb36d8b854b8e26f9e6f5d" 2018-08-12 08:43:10,818 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:43:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6aee7359-ffe9-4a2f-92f5-86c3edeaf415 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:43:10,819 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-6aee7359-ffe9-4a2f-92f5-86c3edeaf415 2018-08-12 08:43:10,822 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:43:10,828 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:43:10 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:43:10,829 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a40135cc1aeccbdd7bb36d8b854b8e26f9e6f5d" 2018-08-12 08:43:10,930 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:43:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3d69d4c4-4477-4e13-bfce-29b3f1547199 Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/105a247548624314b9228f85f6325f0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105a247548624314b9228f85f6325f0b", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/1c5de0eaa44543f08da6ad63a51594ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c5de0eaa44543f08da6ad63a51594ff", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/1d127b5b832547a88a547c116dfdd65b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d127b5b832547a88a547c116dfdd65b", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/1d5cfc170d624ce4ae53ae0507c8d517"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d5cfc170d624ce4ae53ae0507c8d517", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/2421820b75eb4d3ebd02830378d1377b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2421820b75eb4d3ebd02830378d1377b", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/40bd8ee54ecf44868cc83cede652c396"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40bd8ee54ecf44868cc83cede652c396", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/4f32fb8153854c4c9f5094b42b523f80"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f32fb8153854c4c9f5094b42b523f80", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7066130d08fb4db7bf4ab468de53933b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7066130d08fb4db7bf4ab468de53933b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/8d0898a83bcf4521bbc11501d5d7ac89"}, "domain_id": "1eec97585bde483292ece28ee11f4b8d", "enabled": true, "options": {}, "id": "8d0898a83bcf4521bbc11501d5d7ac89", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/9defcced327d476f8a3beab718a13da3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9defcced327d476f8a3beab718a13da3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/b80ee4f6992446e0879624dd436e99a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b80ee4f6992446e0879624dd436e99a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b86fd3e011324d398fcdb6f095a20a9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b86fd3e011324d398fcdb6f095a20a9d", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1701d2754064b5cadf765ea0806f9b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1701d2754064b5cadf765ea0806f9b2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/db4e7b8d76d549faa502716565c733dd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db4e7b8d76d549faa502716565c733dd", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-12 08:43:10,931 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-3d69d4c4-4477-4e13-bfce-29b3f1547199 2018-08-12 08:43:10,935 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateStackSuccessTests-e0764646-13f7-488-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a40135cc1aeccbdd7bb36d8b854b8e26f9e6f5d" 2018-08-12 08:43:11,041 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:43:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-452af16c-52b8-4217-8e27-d9b57c8f2e47 Content-Encoding: gzip Content-Length: 258 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateStackSuccessTests-e0764646-13f7-488-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/a74e295c29ba414ca84b89c175cd3bfa"}, "tags": [], "enabled": true, "id": "a74e295c29ba414ca84b89c175cd3bfa", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-e0764646-13f7-488-proj"}]} 2018-08-12 08:43:11,042 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateStackSuccessTests-e0764646-13f7-488-proj used request id req-452af16c-52b8-4217-8e27-d9b57c8f2e47 2018-08-12 08:43:11,045 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a40135cc1aeccbdd7bb36d8b854b8e26f9e6f5d" 2018-08-12 08:43:11,144 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:43:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b75269c4-be0d-434e-a96c-743a762fdea1 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:43:11,144 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-b75269c4-be0d-434e-a96c-743a762fdea1 2018-08-12 08:43:11,537 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a40135cc1aeccbdd7bb36d8b854b8e26f9e6f5d" 2018-08-12 08:43:11,631 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:43:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d4fcbc33-242f-41c5-968b-ac28cad7360b Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:43:11,631 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-d4fcbc33-242f-41c5-968b-ac28cad7360b 2018-08-12 08:43:11,635 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateStackSuccessTests-e0764646-13f7-488-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a40135cc1aeccbdd7bb36d8b854b8e26f9e6f5d" 2018-08-12 08:43:11,730 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:43:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-29f56d86-6b65-4db3-814b-1797b53ff3fa Content-Encoding: gzip Content-Length: 258 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateStackSuccessTests-e0764646-13f7-488-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/a74e295c29ba414ca84b89c175cd3bfa"}, "tags": [], "enabled": true, "id": "a74e295c29ba414ca84b89c175cd3bfa", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-e0764646-13f7-488-proj"}]} 2018-08-12 08:43:11,730 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateStackSuccessTests-e0764646-13f7-488-proj used request id req-29f56d86-6b65-4db3-814b-1797b53ff3fa 2018-08-12 08:43:11,731 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-e0764646-13f7-488-user 2018-08-12 08:43:11,731 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:43:11,735 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f9f27f1c8c02b7e6cfc012f387d37cb7cc7a1e8" 2018-08-12 08:43:11,826 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:43:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc6b9bfe-70ad-4e84-b27c-c3caf0608bc5 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:43:11,826 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-cc6b9bfe-70ad-4e84-b27c-c3caf0608bc5 2018-08-12 08:43:11,830 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f9f27f1c8c02b7e6cfc012f387d37cb7cc7a1e8" -d '{"role": {"name": "CreateStackSuccessTests-e0764646-13f7-488-proj-role"}}' 2018-08-12 08:43:11,998 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:43:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7e495e86-b7cd-479d-ba46-549ab7e5a0f1 Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "3b597e204ced4431b37d878d5c78072c", "links": {"self": "http://172.30.9.21:5000/v3/roles/3b597e204ced4431b37d878d5c78072c"}, "name": "CreateStackSuccessTests-e0764646-13f7-488-proj-role"}} 2018-08-12 08:43:11,998 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-7e495e86-b7cd-479d-ba46-549ab7e5a0f1 2018-08-12 08:43:11,999 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-e0764646-13f7-488-proj-role 2018-08-12 08:43:12,002 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/3b597e204ced4431b37d878d5c78072c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f9f27f1c8c02b7e6cfc012f387d37cb7cc7a1e8" 2018-08-12 08:43:12,091 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:43:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1cb94a0d-66de-44fc-b0e2-61f910af5d02 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "3b597e204ced4431b37d878d5c78072c", "links": {"self": "http://172.30.9.21:5000/v3/roles/3b597e204ced4431b37d878d5c78072c"}, "name": "CreateStackSuccessTests-e0764646-13f7-488-proj-role"}} 2018-08-12 08:43:12,092 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/3b597e204ced4431b37d878d5c78072c used request id req-1cb94a0d-66de-44fc-b0e2-61f910af5d02 2018-08-12 08:43:12,092 - keystone_utils - INFO - Granting role CreateStackSuccessTests-e0764646-13f7-488-proj-role to project CreateStackSuccessTests-e0764646-13f7-488-proj 2018-08-12 08:43:12,095 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/a74e295c29ba414ca84b89c175cd3bfa/users/2b1272e5c5b2433cabfd7e13bbeaa21c/roles/3b597e204ced4431b37d878d5c78072c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f9f27f1c8c02b7e6cfc012f387d37cb7cc7a1e8" 2018-08-12 08:43:12,222 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:43:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a1da7ad7-323b-495c-a015-55e19fb15921 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 08:43:12,222 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/a74e295c29ba414ca84b89c175cd3bfa/users/2b1272e5c5b2433cabfd7e13bbeaa21c/roles/3b597e204ced4431b37d878d5c78072c used request id req-a1da7ad7-323b-495c-a015-55e19fb15921 2018-08-12 08:43:12,222 - heat_utils - DEBUG - Retrieving Heat Client 2018-08-12 08:43:12,223 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-08-12 08:43:12,223 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:43:12,224 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:43:12,617 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b597e204ced4431b37d878d5c78072c", "name": "CreateStackSuccessTests-e0764646-13f7-488-proj-role"}], "expires_at": "2018-08-12T09:43:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a74e295c29ba414ca84b89c175cd3bfa", "name": "CreateStackSuccessTests-e0764646-13f7-488-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a74e295c29ba414ca84b89c175cd3bfa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a74e295c29ba414ca84b89c175cd3bfa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a74e295c29ba414ca84b89c175cd3bfa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a74e295c29ba414ca84b89c175cd3bfa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a74e295c29ba414ca84b89c175cd3bfa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a74e295c29ba414ca84b89c175cd3bfa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a74e295c29ba414ca84b89c175cd3bfa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a74e295c29ba414ca84b89c175cd3bfa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a74e295c29ba414ca84b89c175cd3bfa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a74e295c29ba414ca84b89c175cd3bfa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a74e295c29ba414ca84b89c175cd3bfa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a74e295c29ba414ca84b89c175cd3bfa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a74e295c29ba414ca84b89c175cd3bfa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a74e295c29ba414ca84b89c175cd3bfa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-e0764646-13f7-488-user", "id": "2b1272e5c5b2433cabfd7e13bbeaa21c"}, "audit_ids": ["NZNAQ3hcSneRaJXlCSXmIA"], "issued_at": "2018-08-12T08:43:12.000000Z"}} 2018-08-12 08:43:12,618 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}6a85a1c323dcf6ec0d76457347546165916ce4b0" 2018-08-12 08:43:12,707 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:43:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d4fffcd4-7473-418e-af97-01f098a3bc4c Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:43:12,708 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-d4fffcd4-7473-418e-af97-01f098a3bc4c 2018-08-12 08:43:12,712 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6a85a1c323dcf6ec0d76457347546165916ce4b0" 2018-08-12 08:43:12,915 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 168 Content-Type: application/json X-Openstack-Request-Id: req-ef7d8e8a-f65e-4816-b48a-c6c94854e86a Date: Sun, 12 Aug 2018 08:43:12 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-image"} 2018-08-12 08:43:12,916 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-image used request id req-ef7d8e8a-f65e-4816-b48a-c6c94854e86a 2018-08-12 08:43:12,919 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6a85a1c323dcf6ec0d76457347546165916ce4b0" 2018-08-12 08:43:13,096 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-28181750-f82b-42be-aacb-b3d296baea24 Date: Sun, 12 Aug 2018 08:43:13 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"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}, "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}, "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"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "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"}, "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"}, "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}, "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}, "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"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "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}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-12 08:43:13,096 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-28181750-f82b-42be-aacb-b3d296baea24 2018-08-12 08:43:13,127 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6a85a1c323dcf6ec0d76457347546165916ce4b0" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-image"}' 2018-08-12 08:43:13,336 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 627 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/431e7511-a167-4dff-863d-6c57050228a7 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-f2e4fe99-db68-4be9-88ae-d62102398efa Date: Sun, 12 Aug 2018 08:43:13 GMT RESP BODY: {"status": "queued", "name": "CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-image", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:43:13Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-08-12T08:43:13Z", "visibility": "shared", "locations": [], "self": "/v2/images/431e7511-a167-4dff-863d-6c57050228a7", "min_disk": 0, "protected": false, "id": "431e7511-a167-4dff-863d-6c57050228a7", "file": "/v2/images/431e7511-a167-4dff-863d-6c57050228a7/file", "checksum": null, "owner": "a74e295c29ba414ca84b89c175cd3bfa", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-12 08:43:13,336 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-f2e4fe99-db68-4be9-88ae-d62102398efa 2018-08-12 08:43:13,347 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/431e7511-a167-4dff-863d-6c57050228a7/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6a85a1c323dcf6ec0d76457347546165916ce4b0" -d '' 2018-08-12 08:43:14,831 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-73ed2bf2-3641-496a-8436-7b6f8157166b Date: Sun, 12 Aug 2018 08:43: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 08:43:14,831 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/431e7511-a167-4dff-863d-6c57050228a7/file used request id req-73ed2bf2-3641-496a-8436-7b6f8157166b 2018-08-12 08:43:14,831 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-12 08:43:14,834 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/431e7511-a167-4dff-863d-6c57050228a7 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6a85a1c323dcf6ec0d76457347546165916ce4b0" 2018-08-12 08:43:15,128 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-3253b774-30d2-49ce-a1b9-b4cdf341098a Date: Sun, 12 Aug 2018 08:43:15 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-image", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:43:13Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-12T08:43:14Z", "visibility": "shared", "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/431e7511-a167-4dff-863d-6c57050228a7/snap", "metadata": {}}], "self": "/v2/images/431e7511-a167-4dff-863d-6c57050228a7", "min_disk": 0, "protected": false, "id": "431e7511-a167-4dff-863d-6c57050228a7", "file": "/v2/images/431e7511-a167-4dff-863d-6c57050228a7/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "a74e295c29ba414ca84b89c175cd3bfa", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/431e7511-a167-4dff-863d-6c57050228a7/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-12 08:43:15,128 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/431e7511-a167-4dff-863d-6c57050228a7 used request id req-3253b774-30d2-49ce-a1b9-b4cdf341098a 2018-08-12 08:43:15,131 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6a85a1c323dcf6ec0d76457347546165916ce4b0" 2018-08-12 08:43:15,308 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-22a89ccf-534c-42fa-aedc-116df2f8447b Date: Sun, 12 Aug 2018 08:43:15 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"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}, "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}, "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"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "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"}, "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"}, "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}, "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}, "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"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "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}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-12 08:43:15,309 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-22a89ccf-534c-42fa-aedc-116df2f8447b 2018-08-12 08:43:15,311 - create_image - INFO - Created image with name - CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-image 2018-08-12 08:43:15,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/431e7511-a167-4dff-863d-6c57050228a7 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6a85a1c323dcf6ec0d76457347546165916ce4b0" 2018-08-12 08:43:15,493 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-5528398a-66a6-4706-877d-d9d7475b2843 Date: Sun, 12 Aug 2018 08:43:15 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-image", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:43:13Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-12T08:43:14Z", "visibility": "shared", "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/431e7511-a167-4dff-863d-6c57050228a7/snap", "metadata": {}}], "self": "/v2/images/431e7511-a167-4dff-863d-6c57050228a7", "min_disk": 0, "protected": false, "id": "431e7511-a167-4dff-863d-6c57050228a7", "file": "/v2/images/431e7511-a167-4dff-863d-6c57050228a7/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "a74e295c29ba414ca84b89c175cd3bfa", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/431e7511-a167-4dff-863d-6c57050228a7/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-12 08:43:15,493 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/431e7511-a167-4dff-863d-6c57050228a7 used request id req-5528398a-66a6-4706-877d-d9d7475b2843 2018-08-12 08:43:15,494 - create_image - DEBUG - Instance status is - active 2018-08-12 08:43:15,494 - create_image - DEBUG - Image is active with name - CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-image 2018-08-12 08:43:15,494 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-image 2018-08-12 08:43:15,494 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:43:15,495 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:43:15,885 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:43:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["8ZxlS9zwSfy55ZdHjP_Djg"], "issued_at": "2018-08-12T08:43:15.000000Z"}} 2018-08-12 08:43:15,885 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}c98676a2a2a4326eaa1eee9255de40aaaa48e0c0" 2018-08-12 08:43:16,056 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:43:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d3bb4738-10ea-4735-abc4-ba9c73f9039f Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:43:16,056 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-d3bb4738-10ea-4735-abc4-ba9c73f9039f 2018-08-12 08:43:16,057 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-12 08:43:16,062 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c98676a2a2a4326eaa1eee9255de40aaaa48e0c0" 2018-08-12 08:43:16,251 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08: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 x-openstack-request-id: req-62dbd016-3267-4a59-826c-30c60640f369 x-compute-request-id: req-62dbd016-3267-4a59-826c-30c60640f369 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-08-12 08:43:16,251 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-62dbd016-3267-4a59-826c-30c60640f369 2018-08-12 08:43:16,255 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c98676a2a2a4326eaa1eee9255de40aaaa48e0c0" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-08-12 08:43:16,305 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08: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-d1501130-3d11-4422-81d4-4b8fe17a0cad x-compute-request-id: req-d1501130-3d11-4422-81d4-4b8fe17a0cad Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-flavor-name", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/e3b2bcad-e665-45db-b59c-52b46411b3ca", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/e3b2bcad-e665-45db-b59c-52b46411b3ca", "rel": "bookmark"}], "ram": 256, "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": "e3b2bcad-e665-45db-b59c-52b46411b3ca"}} 2018-08-12 08:43:16,306 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-d1501130-3d11-4422-81d4-4b8fe17a0cad 2018-08-12 08:43:16,306 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:43:16,307 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:43:16,700 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b597e204ced4431b37d878d5c78072c", "name": "CreateStackSuccessTests-e0764646-13f7-488-proj-role"}], "expires_at": "2018-08-12T09:43:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a74e295c29ba414ca84b89c175cd3bfa", "name": "CreateStackSuccessTests-e0764646-13f7-488-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a74e295c29ba414ca84b89c175cd3bfa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a74e295c29ba414ca84b89c175cd3bfa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a74e295c29ba414ca84b89c175cd3bfa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a74e295c29ba414ca84b89c175cd3bfa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a74e295c29ba414ca84b89c175cd3bfa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a74e295c29ba414ca84b89c175cd3bfa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a74e295c29ba414ca84b89c175cd3bfa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a74e295c29ba414ca84b89c175cd3bfa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a74e295c29ba414ca84b89c175cd3bfa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a74e295c29ba414ca84b89c175cd3bfa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a74e295c29ba414ca84b89c175cd3bfa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a74e295c29ba414ca84b89c175cd3bfa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a74e295c29ba414ca84b89c175cd3bfa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a74e295c29ba414ca84b89c175cd3bfa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-e0764646-13f7-488-user", "id": "2b1272e5c5b2433cabfd7e13bbeaa21c"}, "audit_ids": ["iR8h6CtxSZ-ehHun953bFw"], "issued_at": "2018-08-12T08:43:16.000000Z"}} 2018-08-12 08:43:16,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}de785cded74b2fd3b30faf89d439d22baed274f6" 2018-08-12 08:43:16,782 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:43:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-688566a8-65d1-4bea-ade1-c8409dd8a196 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:43:16,782 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-688566a8-65d1-4bea-ade1-c8409dd8a196 2018-08-12 08:43:16,783 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:43:16,784 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:43:16,784 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:43:16,784 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:43:16,784 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:43:16,786 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-12 08:43:16,788 - heat_utils - DEBUG - Retrieving Heat Client 2018-08-12 08:43:16,791 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/a74e295c29ba414ca84b89c175cd3bfa/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de785cded74b2fd3b30faf89d439d22baed274f6" 2018-08-12 08:43:16,976 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:43:16 GMT Server: Apache x-openstack-request-id: req-04839070-cbf2-4c57-96c2-79ca25238ff1 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-08-12 08:43:16,976 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/a74e295c29ba414ca84b89c175cd3bfa/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-stack used request id req-04839070-cbf2-4c57-96c2-79ca25238ff1 2018-08-12 08:43:17,005 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8004/v1/a74e295c29ba414ca84b89c175cd3bfa/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de785cded74b2fd3b30faf89d439d22baed274f6" -d '{"stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-stack", "template": {"heat_template_version": "2015-04-30", "description": "Simple template to deploy a single compute instance", "parameters": {"flavor_name": {"default": "m1.small", "type": "string", "description": "Type of instance (flavor) to be used", "label": "Instance Type"}, "inst_name": {"default": "test_vm", "type": "string", "description": "The name of the spawned vm", "label": "Test VM name"}, "subnet_name": {"default": "test_subnet", "type": "string", "description": "The name of the stack's subnet", "label": "Test subnet name"}, "net_name": {"default": "test_net", "type": "string", "description": "The name of the stack's network", "label": "Test network name"}, "image_name": {"default": "heat_utils_tests", "type": "string", "description": "Image to be used for compute instance", "label": "Image ID"}}, "resources": {"server1_port": {"type": "OS::Neutron::Port", "properties": {"network_id": {"get_resource": "private_net"}, "fixed_ips": [{"subnet_id": {"get_resource": "private_subnet"}}]}}, "private_subnet": {"type": "OS::Neutron::Subnet", "properties": {"network_id": {"get_resource": "private_net"}, "cidr": "10.0.0.0/24", "name": {"get_param": "subnet_name"}}}, "private_net": {"type": "OS::Neutron::Net", "properties": {"name": {"get_param": "net_name"}}}, "my_instance": {"type": "OS::Nova::Server", "properties": {"image": {"get_param": "image_name"}, "name": {"get_param": "inst_name"}, "flavor": {"get_param": "flavor_name"}, "networks": [{"port": {"get_resource": "server1_port"}}]}}}}, "parameters": {"net_name": "CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-net", "inst_name": "CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-inst", "subnet_name": "CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-subnet", "image_name": "CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-image", "flavor_name": "CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-flavor-name"}}' 2018-08-12 08:43:19,353 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:43:17 GMT Server: Apache x-openstack-request-id: req-d68b9353-f6c3-4416-b9f2-1bac2a08ca86 Location: http://172.30.9.21:8004/v1/a74e295c29ba414ca84b89c175cd3bfa/stacks/CreateStackSuccessTests-CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-stack/e0373c9b-e604-4bc7-bd7c-a88a1d409674 Content-Length: 291 Content-Type: application/json RESP BODY: {"stack": {"id": "e0373c9b-e604-4bc7-bd7c-a88a1d409674", "links": [{"href": "http://172.30.9.21:8004/v1/a74e295c29ba414ca84b89c175cd3bfa/stacks/CreateStackSuccessTests-CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-stack/e0373c9b-e604-4bc7-bd7c-a88a1d409674", "rel": "self"}]}} 2018-08-12 08:43:19,353 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.21:8004/v1/a74e295c29ba414ca84b89c175cd3bfa/stacks used request id req-d68b9353-f6c3-4416-b9f2-1bac2a08ca86 2018-08-12 08:43:19,356 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/a74e295c29ba414ca84b89c175cd3bfa/stacks/e0373c9b-e604-4bc7-bd7c-a88a1d409674 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de785cded74b2fd3b30faf89d439d22baed274f6" 2018-08-12 08:43:19,551 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:43:19 GMT Server: Apache x-openstack-request-id: req-421b030e-6aef-4706-862e-558110bffafc Location: http://172.30.9.21:8004/v1/a74e295c29ba414ca84b89c175cd3bfa/stacks/CreateStackSuccessTests-CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-stack/e0373c9b-e604-4bc7-bd7c-a88a1d409674 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/a74e295c29ba414ca84b89c175cd3bfa/stacks/CreateStackSuccessTests-CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-stack/e0373c9b-e604-4bc7-bd7c-a88a1d409674;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:43:19,767 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:43:19 GMT Server: Apache x-openstack-request-id: req-3f6fcd2c-7f75-4d36-83af-914dc3e97b41 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 556 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "a74e295c29ba414ca84b89c175cd3bfa", "OS::stack_id": "e0373c9b-e604-4bc7-bd7c-a88a1d409674", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-stack", "image_name": "CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-image", "inst_name": "CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-inst", "subnet_name": "CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-subnet", "net_name": "CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-net", "flavor_name": "CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-stack", "stack_user_project_id": "7c39e3bcee024f988a43074875267b50", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-12T08:43:18Z", "links": [{"href": "http://172.30.9.21:8004/v1/a74e295c29ba414ca84b89c175cd3bfa/stacks/CreateStackSuccessTests-CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-stack/e0373c9b-e604-4bc7-bd7c-a88a1d409674", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "e0373c9b-e604-4bc7-bd7c-a88a1d409674", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-12 08:43:19,767 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/a74e295c29ba414ca84b89c175cd3bfa/stacks/CreateStackSuccessTests-CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-stack/e0373c9b-e604-4bc7-bd7c-a88a1d409674 used request id req-3f6fcd2c-7f75-4d36-83af-914dc3e97b41 2018-08-12 08:43:19,767 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-stack 2018-08-12 08:43:19,770 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/a74e295c29ba414ca84b89c175cd3bfa/stacks/e0373c9b-e604-4bc7-bd7c-a88a1d409674 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de785cded74b2fd3b30faf89d439d22baed274f6" 2018-08-12 08:43:19,964 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:43:19 GMT Server: Apache x-openstack-request-id: req-d6713910-2055-4c75-9ef1-f65b8f5b81ad Location: http://172.30.9.21:8004/v1/a74e295c29ba414ca84b89c175cd3bfa/stacks/CreateStackSuccessTests-CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-stack/e0373c9b-e604-4bc7-bd7c-a88a1d409674 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/a74e295c29ba414ca84b89c175cd3bfa/stacks/CreateStackSuccessTests-CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-stack/e0373c9b-e604-4bc7-bd7c-a88a1d409674;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:43:20,182 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:43:19 GMT Server: Apache x-openstack-request-id: req-0067948c-b16b-4ccd-98bd-3322a5668659 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 556 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "a74e295c29ba414ca84b89c175cd3bfa", "OS::stack_id": "e0373c9b-e604-4bc7-bd7c-a88a1d409674", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-stack", "image_name": "CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-image", "inst_name": "CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-inst", "subnet_name": "CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-subnet", "net_name": "CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-net", "flavor_name": "CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-stack", "stack_user_project_id": "7c39e3bcee024f988a43074875267b50", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-12T08:43:18Z", "links": [{"href": "http://172.30.9.21:8004/v1/a74e295c29ba414ca84b89c175cd3bfa/stacks/CreateStackSuccessTests-CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-stack/e0373c9b-e604-4bc7-bd7c-a88a1d409674", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "e0373c9b-e604-4bc7-bd7c-a88a1d409674", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-12 08:43:20,183 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/a74e295c29ba414ca84b89c175cd3bfa/stacks/CreateStackSuccessTests-CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-stack/e0373c9b-e604-4bc7-bd7c-a88a1d409674 used request id req-0067948c-b16b-4ccd-98bd-3322a5668659 2018-08-12 08:43:20,183 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-08-12 08:43:20,183 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-08-12 08:43:23,186 - create_stack - DEBUG - Stack status query timeout in 1196.58105993 2018-08-12 08:43:23,189 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/a74e295c29ba414ca84b89c175cd3bfa/stacks/e0373c9b-e604-4bc7-bd7c-a88a1d409674 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de785cded74b2fd3b30faf89d439d22baed274f6" 2018-08-12 08:43:23,386 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:43:23 GMT Server: Apache x-openstack-request-id: req-4444cf7d-b9bd-4c69-95dc-e493fc1c17af Location: http://172.30.9.21:8004/v1/a74e295c29ba414ca84b89c175cd3bfa/stacks/CreateStackSuccessTests-CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-stack/e0373c9b-e604-4bc7-bd7c-a88a1d409674 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/a74e295c29ba414ca84b89c175cd3bfa/stacks/CreateStackSuccessTests-CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-stack/e0373c9b-e604-4bc7-bd7c-a88a1d409674;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:43:23,586 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:43:23 GMT Server: Apache x-openstack-request-id: req-3c7d1970-88d5-42dc-8961-ca9be31aa1ee Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 556 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "a74e295c29ba414ca84b89c175cd3bfa", "OS::stack_id": "e0373c9b-e604-4bc7-bd7c-a88a1d409674", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-stack", "image_name": "CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-image", "inst_name": "CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-inst", "subnet_name": "CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-subnet", "net_name": "CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-net", "flavor_name": "CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-stack", "stack_user_project_id": "7c39e3bcee024f988a43074875267b50", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-12T08:43:18Z", "links": [{"href": "http://172.30.9.21:8004/v1/a74e295c29ba414ca84b89c175cd3bfa/stacks/CreateStackSuccessTests-CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-stack/e0373c9b-e604-4bc7-bd7c-a88a1d409674", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "e0373c9b-e604-4bc7-bd7c-a88a1d409674", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-12 08:43:23,587 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/a74e295c29ba414ca84b89c175cd3bfa/stacks/CreateStackSuccessTests-CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-stack/e0373c9b-e604-4bc7-bd7c-a88a1d409674 used request id req-3c7d1970-88d5-42dc-8961-ca9be31aa1ee 2018-08-12 08:43:23,587 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-08-12 08:43:23,587 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-08-12 08:43:26,590 - create_stack - DEBUG - Stack status query timeout in 1193.17703199 2018-08-12 08:43:26,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/a74e295c29ba414ca84b89c175cd3bfa/stacks/e0373c9b-e604-4bc7-bd7c-a88a1d409674 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de785cded74b2fd3b30faf89d439d22baed274f6" 2018-08-12 08:43:26,791 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:43:26 GMT Server: Apache x-openstack-request-id: req-7c334cb2-8247-40d3-b492-7ed8409135a9 Location: http://172.30.9.21:8004/v1/a74e295c29ba414ca84b89c175cd3bfa/stacks/CreateStackSuccessTests-CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-stack/e0373c9b-e604-4bc7-bd7c-a88a1d409674 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/a74e295c29ba414ca84b89c175cd3bfa/stacks/CreateStackSuccessTests-CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-stack/e0373c9b-e604-4bc7-bd7c-a88a1d409674;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:43:26,998 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:43:26 GMT Server: Apache x-openstack-request-id: req-b8195878-58ab-4504-b351-f0562a2cd569 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 556 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "a74e295c29ba414ca84b89c175cd3bfa", "OS::stack_id": "e0373c9b-e604-4bc7-bd7c-a88a1d409674", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-stack", "image_name": "CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-image", "inst_name": "CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-inst", "subnet_name": "CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-subnet", "net_name": "CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-net", "flavor_name": "CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-stack", "stack_user_project_id": "7c39e3bcee024f988a43074875267b50", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-12T08:43:18Z", "links": [{"href": "http://172.30.9.21:8004/v1/a74e295c29ba414ca84b89c175cd3bfa/stacks/CreateStackSuccessTests-CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-stack/e0373c9b-e604-4bc7-bd7c-a88a1d409674", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "e0373c9b-e604-4bc7-bd7c-a88a1d409674", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-12 08:43:26,998 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/a74e295c29ba414ca84b89c175cd3bfa/stacks/CreateStackSuccessTests-CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-stack/e0373c9b-e604-4bc7-bd7c-a88a1d409674 used request id req-b8195878-58ab-4504-b351-f0562a2cd569 2018-08-12 08:43:26,999 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-08-12 08:43:26,999 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-08-12 08:43:30,002 - create_stack - DEBUG - Stack status query timeout in 1189.76525211 2018-08-12 08:43:30,005 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/a74e295c29ba414ca84b89c175cd3bfa/stacks/e0373c9b-e604-4bc7-bd7c-a88a1d409674 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de785cded74b2fd3b30faf89d439d22baed274f6" 2018-08-12 08:43:30,189 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:43:30 GMT Server: Apache x-openstack-request-id: req-8805f2af-fe1d-43ef-8297-7018d0b0bc8a Location: http://172.30.9.21:8004/v1/a74e295c29ba414ca84b89c175cd3bfa/stacks/CreateStackSuccessTests-CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-stack/e0373c9b-e604-4bc7-bd7c-a88a1d409674 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/a74e295c29ba414ca84b89c175cd3bfa/stacks/CreateStackSuccessTests-CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-stack/e0373c9b-e604-4bc7-bd7c-a88a1d409674;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:43:30,231 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:43:30 GMT Server: Apache x-openstack-request-id: req-9edf2186-d391-4ccd-a918-3d509bdb4421 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 556 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "a74e295c29ba414ca84b89c175cd3bfa", "OS::stack_id": "e0373c9b-e604-4bc7-bd7c-a88a1d409674", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-stack", "image_name": "CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-image", "inst_name": "CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-inst", "subnet_name": "CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-subnet", "net_name": "CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-net", "flavor_name": "CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-stack", "stack_user_project_id": "7c39e3bcee024f988a43074875267b50", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-12T08:43:18Z", "links": [{"href": "http://172.30.9.21:8004/v1/a74e295c29ba414ca84b89c175cd3bfa/stacks/CreateStackSuccessTests-CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-stack/e0373c9b-e604-4bc7-bd7c-a88a1d409674", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "e0373c9b-e604-4bc7-bd7c-a88a1d409674", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-12 08:43:30,232 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/a74e295c29ba414ca84b89c175cd3bfa/stacks/CreateStackSuccessTests-CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-stack/e0373c9b-e604-4bc7-bd7c-a88a1d409674 used request id req-9edf2186-d391-4ccd-a918-3d509bdb4421 2018-08-12 08:43:30,232 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-08-12 08:43:30,232 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-08-12 08:43:33,235 - create_stack - DEBUG - Stack status query timeout in 1186.53201413 2018-08-12 08:43:33,238 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/a74e295c29ba414ca84b89c175cd3bfa/stacks/e0373c9b-e604-4bc7-bd7c-a88a1d409674 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de785cded74b2fd3b30faf89d439d22baed274f6" 2018-08-12 08:43:33,430 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:43:33 GMT Server: Apache x-openstack-request-id: req-88203b62-12fb-431e-a8c5-acf0fc6fddb8 Location: http://172.30.9.21:8004/v1/a74e295c29ba414ca84b89c175cd3bfa/stacks/CreateStackSuccessTests-CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-stack/e0373c9b-e604-4bc7-bd7c-a88a1d409674 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/a74e295c29ba414ca84b89c175cd3bfa/stacks/CreateStackSuccessTests-CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-stack/e0373c9b-e604-4bc7-bd7c-a88a1d409674;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:43:33,475 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:43:33 GMT Server: Apache x-openstack-request-id: req-93e0035a-cfc7-41d4-bdbe-af6eb02d1685 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 556 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "a74e295c29ba414ca84b89c175cd3bfa", "OS::stack_id": "e0373c9b-e604-4bc7-bd7c-a88a1d409674", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-stack", "image_name": "CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-image", "inst_name": "CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-inst", "subnet_name": "CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-subnet", "net_name": "CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-net", "flavor_name": "CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-stack", "stack_user_project_id": "7c39e3bcee024f988a43074875267b50", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-12T08:43:18Z", "links": [{"href": "http://172.30.9.21:8004/v1/a74e295c29ba414ca84b89c175cd3bfa/stacks/CreateStackSuccessTests-CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-stack/e0373c9b-e604-4bc7-bd7c-a88a1d409674", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "e0373c9b-e604-4bc7-bd7c-a88a1d409674", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-12 08:43:33,476 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/a74e295c29ba414ca84b89c175cd3bfa/stacks/CreateStackSuccessTests-CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-stack/e0373c9b-e604-4bc7-bd7c-a88a1d409674 used request id req-93e0035a-cfc7-41d4-bdbe-af6eb02d1685 2018-08-12 08:43:33,476 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-08-12 08:43:33,476 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-08-12 08:43:36,479 - create_stack - DEBUG - Stack status query timeout in 1183.2880671 2018-08-12 08:43:36,483 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/a74e295c29ba414ca84b89c175cd3bfa/stacks/e0373c9b-e604-4bc7-bd7c-a88a1d409674 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de785cded74b2fd3b30faf89d439d22baed274f6" 2018-08-12 08:43:36,683 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:43:36 GMT Server: Apache x-openstack-request-id: req-ae8d6a00-838d-4fe5-8ba0-8c8917513298 Location: http://172.30.9.21:8004/v1/a74e295c29ba414ca84b89c175cd3bfa/stacks/CreateStackSuccessTests-CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-stack/e0373c9b-e604-4bc7-bd7c-a88a1d409674 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/a74e295c29ba414ca84b89c175cd3bfa/stacks/CreateStackSuccessTests-CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-stack/e0373c9b-e604-4bc7-bd7c-a88a1d409674;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:43:36,725 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:43:36 GMT Server: Apache x-openstack-request-id: req-3f96313e-38dd-48fa-a58c-afbfa0c0cf32 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 559 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "a74e295c29ba414ca84b89c175cd3bfa", "OS::stack_id": "e0373c9b-e604-4bc7-bd7c-a88a1d409674", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-stack", "image_name": "CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-image", "inst_name": "CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-inst", "subnet_name": "CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-subnet", "net_name": "CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-net", "flavor_name": "CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-stack", "stack_user_project_id": "7c39e3bcee024f988a43074875267b50", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-08-12T08:43:18Z", "links": [{"href": "http://172.30.9.21:8004/v1/a74e295c29ba414ca84b89c175cd3bfa/stacks/CreateStackSuccessTests-CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-stack/e0373c9b-e604-4bc7-bd7c-a88a1d409674", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "e0373c9b-e604-4bc7-bd7c-a88a1d409674", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-12 08:43:36,725 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/a74e295c29ba414ca84b89c175cd3bfa/stacks/CreateStackSuccessTests-CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-stack/e0373c9b-e604-4bc7-bd7c-a88a1d409674 used request id req-3f96313e-38dd-48fa-a58c-afbfa0c0cf32 2018-08-12 08:43:36,726 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2018-08-12 08:43:36,726 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-stack 2018-08-12 08:43:36,726 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-stack 2018-08-12 08:43:36,729 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/a74e295c29ba414ca84b89c175cd3bfa/stacks/e0373c9b-e604-4bc7-bd7c-a88a1d409674/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de785cded74b2fd3b30faf89d439d22baed274f6" 2018-08-12 08:43:36,756 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:43:36 GMT Server: Apache x-openstack-request-id: req-68df027f-4e38-41a8-87db-030bce8ec299 Location: http://172.30.9.21:8004/v1/a74e295c29ba414ca84b89c175cd3bfa/stacks/CreateStackSuccessTests-CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-stack/e0373c9b-e604-4bc7-bd7c-a88a1d409674/resources Content-Length: 551 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/a74e295c29ba414ca84b89c175cd3bfa/stacks/CreateStackSuccessTests-CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-stack/e0373c9b-e604-4bc7-bd7c-a88a1d409674/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:43:36,963 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:43:36 GMT Server: Apache x-openstack-request-id: req-f164b11c-10d8-43dc-b810-df3d5f039089 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 572 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "server1_port", "links": [{"href": "http://172.30.9.21:8004/v1/a74e295c29ba414ca84b89c175cd3bfa/stacks/CreateStackSuccessTests-CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-stack/e0373c9b-e604-4bc7-bd7c-a88a1d409674/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/a74e295c29ba414ca84b89c175cd3bfa/stacks/CreateStackSuccessTests-CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-stack/e0373c9b-e604-4bc7-bd7c-a88a1d409674", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2018-08-12T08:43:19Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-12T08:43:19Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "05db43bd-072d-40cb-8187-a37d6f03aeb1", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.21:8004/v1/a74e295c29ba414ca84b89c175cd3bfa/stacks/CreateStackSuccessTests-CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-stack/e0373c9b-e604-4bc7-bd7c-a88a1d409674/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/a74e295c29ba414ca84b89c175cd3bfa/stacks/CreateStackSuccessTests-CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-stack/e0373c9b-e604-4bc7-bd7c-a88a1d409674", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2018-08-12T08:43:19Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-12T08:43:19Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "0b1ada0b-3363-41a2-98b5-e1fae768e1b9", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.21:8004/v1/a74e295c29ba414ca84b89c175cd3bfa/stacks/CreateStackSuccessTests-CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-stack/e0373c9b-e604-4bc7-bd7c-a88a1d409674/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/a74e295c29ba414ca84b89c175cd3bfa/stacks/CreateStackSuccessTests-CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-stack/e0373c9b-e604-4bc7-bd7c-a88a1d409674", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2018-08-12T08:43:19Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-12T08:43:19Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "b01a6e73-c9c7-465b-a7eb-bb603babd80e", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.21:8004/v1/a74e295c29ba414ca84b89c175cd3bfa/stacks/CreateStackSuccessTests-CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-stack/e0373c9b-e604-4bc7-bd7c-a88a1d409674/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/a74e295c29ba414ca84b89c175cd3bfa/stacks/CreateStackSuccessTests-CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-stack/e0373c9b-e604-4bc7-bd7c-a88a1d409674", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2018-08-12T08:43:19Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-12T08:43:19Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "1127a6ad-6845-4499-b679-49037ecd9e42", "resource_type": "OS::Nova::Server"}]} 2018-08-12 08:43:36,963 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/a74e295c29ba414ca84b89c175cd3bfa/stacks/CreateStackSuccessTests-CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-stack/e0373c9b-e604-4bc7-bd7c-a88a1d409674/resources used request id req-f164b11c-10d8-43dc-b810-df3d5f039089 2018-08-12 08:43:36,967 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/1127a6ad-6845-4499-b679-49037ecd9e42 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de785cded74b2fd3b30faf89d439d22baed274f6" 2018-08-12 08:43:37,663 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:43: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-210d73e1-b6bb-43e2-9c6d-b473b20c9965 x-compute-request-id: req-210d73e1-b6bb-43e2-9c6d-b473b20c9965 Content-Encoding: gzip Content-Length: 747 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:6b:c4", "version": 4, "addr": "10.0.0.17", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/1127a6ad-6845-4499-b679-49037ecd9e42", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1127a6ad-6845-4499-b679-49037ecd9e42", "rel": "bookmark"}], "image": {"id": "431e7511-a167-4dff-863d-6c57050228a7", "links": [{"href": "http://172.30.9.21:8774/images/431e7511-a167-4dff-863d-6c57050228a7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:43:33.000000", "flavor": {"id": "e3b2bcad-e665-45db-b59c-52b46411b3ca", "links": [{"href": "http://172.30.9.21:8774/flavors/e3b2bcad-e665-45db-b59c-52b46411b3ca", "rel": "bookmark"}]}, "id": "1127a6ad-6845-4499-b679-49037ecd9e42", "security_groups": [{"name": "default"}], "user_id": "2b1272e5c5b2433cabfd7e13bbeaa21c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:43:33Z", "hostId": "13b7d695105f38a8154f5c3ea7089f4ddaa8829120d00af7bb09ec09", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-inst", "created": "2018-08-12T08:43:27Z", "tenant_id": "a74e295c29ba414ca84b89c175cd3bfa", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:43:37,663 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/1127a6ad-6845-4499-b679-49037ecd9e42 used request id req-210d73e1-b6bb-43e2-9c6d-b473b20c9965 2018-08-12 08:43:37,668 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de785cded74b2fd3b30faf89d439d22baed274f6" 2018-08-12 08:43:38,015 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 629 X-Openstack-Request-Id: req-78c769e6-d302-491e-94a5-fd25a5d3a3fc Date: Sun, 12 Aug 2018 08:43:38 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["0b1ada0b-3363-41a2-98b5-e1fae768e1b9"],"updated_at":"2018-08-12T08:43:21Z","tenant_id":"a74e295c29ba414ca84b89c175cd3bfa","created_at":"2018-08-12T08:43:19Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"a74e295c29ba414ca84b89c175cd3bfa","id":"b01a6e73-c9c7-465b-a7eb-bb603babd80e","name":"CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-net"}]} 2018-08-12 08:43:38,015 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-net used request id req-78c769e6-d302-491e-94a5-fd25a5d3a3fc 2018-08-12 08:43:38,019 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:43:38,024 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:43:38 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:43:38,025 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a74e295c29ba414ca84b89c175cd3bfa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de785cded74b2fd3b30faf89d439d22baed274f6" 2018-08-12 08:43:38,123 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:43:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e5621c8-2c26-49ae-a6b8-182d5d9a1975 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/a74e295c29ba414ca84b89c175cd3bfa"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a74e295c29ba414ca84b89c175cd3bfa", "name": "CreateStackSuccessTests-e0764646-13f7-488-proj"}} 2018-08-12 08:43:38,123 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a74e295c29ba414ca84b89c175cd3bfa used request id req-0e5621c8-2c26-49ae-a6b8-182d5d9a1975 2018-08-12 08:43:38,128 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=b01a6e73-c9c7-465b-a7eb-bb603babd80e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de785cded74b2fd3b30faf89d439d22baed274f6" 2018-08-12 08:43:38,331 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-35cf66af-c1fe-4348-8d45-b9b29bf5748b Date: Sun, 12 Aug 2018 08:43:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b01a6e73-c9c7-465b-a7eb-bb603babd80e","tenant_id":"a74e295c29ba414ca84b89c175cd3bfa","created_at":"2018-08-12T08:43:21Z","dns_nameservers":[],"updated_at":"2018-08-12T08:43:21Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.0.0.2","end":"10.0.0.254"}],"gateway_ip":"10.0.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.0.0.0/24","project_id":"a74e295c29ba414ca84b89c175cd3bfa","id":"0b1ada0b-3363-41a2-98b5-e1fae768e1b9","subnetpool_id":null,"name":"CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-subnet"}]} 2018-08-12 08:43:38,331 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=b01a6e73-c9c7-465b-a7eb-bb603babd80e used request id req-35cf66af-c1fe-4348-8d45-b9b29bf5748b 2018-08-12 08:43:38,336 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=b01a6e73-c9c7-465b-a7eb-bb603babd80e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de785cded74b2fd3b30faf89d439d22baed274f6" 2018-08-12 08:43:38,424 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3073 X-Openstack-Request-Id: req-6235fd70-b19a-4235-8c8b-9709be730409 Date: Sun, 12 Aug 2018 08:43:38 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"b01a6e73-c9c7-465b-a7eb-bb603babd80e","tenant_id":"a74e295c29ba414ca84b89c175cd3bfa","created_at":"2018-08-12T08:43:23Z","admin_state_up":true,"updated_at":"2018-08-12T08:43:33Z","binding:vnic_type":"normal","device_id":"1127a6ad-6845-4499-b679-49037ecd9e42","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:be:6b:c4","id":"05db43bd-072d-40cb-8187-a37d6f03aeb1","port_security_enabled":true,"project_id":"a74e295c29ba414ca84b89c175cd3bfa","fixed_ips":[{"subnet_id":"0b1ada0b-3363-41a2-98b5-e1fae768e1b9","ip_address":"10.0.0.17"}],"extra_dhcp_opts":[],"security_groups":["0e339407-2c6f-4ba0-989a-babc925759ec"],"name":"CreateStackSuccessTests-CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-stack-server1_port-c6ubycbuts3o"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"b01a6e73-c9c7-465b-a7eb-bb603babd80e","tenant_id":"a74e295c29ba414ca84b89c175cd3bfa","created_at":"2018-08-12T08:43:23Z","admin_state_up":true,"updated_at":"2018-08-12T08:43:26Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-b01a6e73-c9c7-465b-a7eb-bb603babd80e","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:5d:e3:3a","id":"4dadde97-1f38-428a-b663-c51928107e6b","port_security_enabled":false,"project_id":"a74e295c29ba414ca84b89c175cd3bfa","fixed_ips":[{"subnet_id":"0b1ada0b-3363-41a2-98b5-e1fae768e1b9","ip_address":"10.0.0.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"b01a6e73-c9c7-465b-a7eb-bb603babd80e","tenant_id":"a74e295c29ba414ca84b89c175cd3bfa","created_at":"2018-08-12T08:43:22Z","admin_state_up":true,"updated_at":"2018-08-12T08:43:25Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-b01a6e73-c9c7-465b-a7eb-bb603babd80e","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:16:56:dc","id":"87f74632-def7-48c5-bd45-d6d7ab6b4de4","port_security_enabled":false,"project_id":"a74e295c29ba414ca84b89c175cd3bfa","fixed_ips":[{"subnet_id":"0b1ada0b-3363-41a2-98b5-e1fae768e1b9","ip_address":"10.0.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"b01a6e73-c9c7-465b-a7eb-bb603babd80e","tenant_id":"a74e295c29ba414ca84b89c175cd3bfa","created_at":"2018-08-12T08:43:23Z","admin_state_up":true,"updated_at":"2018-08-12T08:43:25Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-b01a6e73-c9c7-465b-a7eb-bb603babd80e","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:e6:87:f1","id":"bcea8214-d1a6-482a-b63f-566a57cbc81b","port_security_enabled":false,"project_id":"a74e295c29ba414ca84b89c175cd3bfa","fixed_ips":[{"subnet_id":"0b1ada0b-3363-41a2-98b5-e1fae768e1b9","ip_address":"10.0.0.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-12 08:43:38,424 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=b01a6e73-c9c7-465b-a7eb-bb603babd80e used request id req-6235fd70-b19a-4235-8c8b-9709be730409 2018-08-12 08:43:38,428 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/a74e295c29ba414ca84b89c175cd3bfa/stacks/e0373c9b-e604-4bc7-bd7c-a88a1d409674/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de785cded74b2fd3b30faf89d439d22baed274f6" 2018-08-12 08:43:38,455 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:43:38 GMT Server: Apache x-openstack-request-id: req-d79bc658-be90-4fc4-ba5e-a5c8e188fa71 Location: http://172.30.9.21:8004/v1/a74e295c29ba414ca84b89c175cd3bfa/stacks/CreateStackSuccessTests-CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-stack/e0373c9b-e604-4bc7-bd7c-a88a1d409674/resources Content-Length: 551 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/a74e295c29ba414ca84b89c175cd3bfa/stacks/CreateStackSuccessTests-CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-stack/e0373c9b-e604-4bc7-bd7c-a88a1d409674/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:43:38,498 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:43:38 GMT Server: Apache x-openstack-request-id: req-c9e2ea84-1982-44ec-aef8-6a0cf6fd8e93 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 572 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "server1_port", "links": [{"href": "http://172.30.9.21:8004/v1/a74e295c29ba414ca84b89c175cd3bfa/stacks/CreateStackSuccessTests-CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-stack/e0373c9b-e604-4bc7-bd7c-a88a1d409674/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/a74e295c29ba414ca84b89c175cd3bfa/stacks/CreateStackSuccessTests-CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-stack/e0373c9b-e604-4bc7-bd7c-a88a1d409674", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2018-08-12T08:43:19Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-12T08:43:19Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "05db43bd-072d-40cb-8187-a37d6f03aeb1", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.21:8004/v1/a74e295c29ba414ca84b89c175cd3bfa/stacks/CreateStackSuccessTests-CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-stack/e0373c9b-e604-4bc7-bd7c-a88a1d409674/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/a74e295c29ba414ca84b89c175cd3bfa/stacks/CreateStackSuccessTests-CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-stack/e0373c9b-e604-4bc7-bd7c-a88a1d409674", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2018-08-12T08:43:19Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-12T08:43:19Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "0b1ada0b-3363-41a2-98b5-e1fae768e1b9", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.21:8004/v1/a74e295c29ba414ca84b89c175cd3bfa/stacks/CreateStackSuccessTests-CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-stack/e0373c9b-e604-4bc7-bd7c-a88a1d409674/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/a74e295c29ba414ca84b89c175cd3bfa/stacks/CreateStackSuccessTests-CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-stack/e0373c9b-e604-4bc7-bd7c-a88a1d409674", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2018-08-12T08:43:19Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-12T08:43:19Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "b01a6e73-c9c7-465b-a7eb-bb603babd80e", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.21:8004/v1/a74e295c29ba414ca84b89c175cd3bfa/stacks/CreateStackSuccessTests-CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-stack/e0373c9b-e604-4bc7-bd7c-a88a1d409674/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/a74e295c29ba414ca84b89c175cd3bfa/stacks/CreateStackSuccessTests-CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-stack/e0373c9b-e604-4bc7-bd7c-a88a1d409674", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2018-08-12T08:43:19Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-12T08:43:19Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "1127a6ad-6845-4499-b679-49037ecd9e42", "resource_type": "OS::Nova::Server"}]} 2018-08-12 08:43:38,498 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/a74e295c29ba414ca84b89c175cd3bfa/stacks/CreateStackSuccessTests-CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-stack/e0373c9b-e604-4bc7-bd7c-a88a1d409674/resources used request id req-c9e2ea84-1982-44ec-aef8-6a0cf6fd8e93 2018-08-12 08:43:38,502 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors/e3b2bcad-e665-45db-b59c-52b46411b3ca -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de785cded74b2fd3b30faf89d439d22baed274f6" 2018-08-12 08:43:38,524 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:43: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-37f32af6-3faa-4943-b249-34ab4006babb x-compute-request-id: req-37f32af6-3faa-4943-b249-34ab4006babb Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-flavor-name", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/e3b2bcad-e665-45db-b59c-52b46411b3ca", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/e3b2bcad-e665-45db-b59c-52b46411b3ca", "rel": "bookmark"}], "ram": 256, "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": "e3b2bcad-e665-45db-b59c-52b46411b3ca"}} 2018-08-12 08:43:38,524 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/e3b2bcad-e665-45db-b59c-52b46411b3ca used request id req-37f32af6-3faa-4943-b249-34ab4006babb 2018-08-12 08:43:38,529 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/0b1ada0b-3363-41a2-98b5-e1fae768e1b9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de785cded74b2fd3b30faf89d439d22baed274f6" 2018-08-12 08:43:38,747 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 662 X-Openstack-Request-Id: req-0b22cf14-5f76-477e-901e-bf8ec5a19dac Date: Sun, 12 Aug 2018 08:43:38 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b01a6e73-c9c7-465b-a7eb-bb603babd80e","tenant_id":"a74e295c29ba414ca84b89c175cd3bfa","created_at":"2018-08-12T08:43:21Z","dns_nameservers":[],"updated_at":"2018-08-12T08:43:21Z","gateway_ip":"10.0.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.0.0.2","end":"10.0.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.0.0.0/24","project_id":"a74e295c29ba414ca84b89c175cd3bfa","id":"0b1ada0b-3363-41a2-98b5-e1fae768e1b9","subnetpool_id":null,"name":"CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-subnet"}} 2018-08-12 08:43:38,747 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/0b1ada0b-3363-41a2-98b5-e1fae768e1b9 used request id req-0b22cf14-5f76-477e-901e-bf8ec5a19dac 2018-08-12 08:43:38,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=b01a6e73-c9c7-465b-a7eb-bb603babd80e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de785cded74b2fd3b30faf89d439d22baed274f6" 2018-08-12 08:43:39,018 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 629 X-Openstack-Request-Id: req-0292bbc4-3162-438c-922d-bb8b8e3a250a Date: Sun, 12 Aug 2018 08:43:39 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["0b1ada0b-3363-41a2-98b5-e1fae768e1b9"],"updated_at":"2018-08-12T08:43:21Z","tenant_id":"a74e295c29ba414ca84b89c175cd3bfa","created_at":"2018-08-12T08:43:19Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"a74e295c29ba414ca84b89c175cd3bfa","id":"b01a6e73-c9c7-465b-a7eb-bb603babd80e","name":"CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-net"}]} 2018-08-12 08:43:39,019 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=b01a6e73-c9c7-465b-a7eb-bb603babd80e used request id req-0292bbc4-3162-438c-922d-bb8b8e3a250a 2018-08-12 08:43:39,024 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=b01a6e73-c9c7-465b-a7eb-bb603babd80e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de785cded74b2fd3b30faf89d439d22baed274f6" 2018-08-12 08:43:39,219 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-8be19721-6ac6-4ede-8a19-ee76b24f82b8 Date: Sun, 12 Aug 2018 08:43:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b01a6e73-c9c7-465b-a7eb-bb603babd80e","tenant_id":"a74e295c29ba414ca84b89c175cd3bfa","created_at":"2018-08-12T08:43:21Z","dns_nameservers":[],"updated_at":"2018-08-12T08:43:21Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.0.0.2","end":"10.0.0.254"}],"gateway_ip":"10.0.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.0.0.0/24","project_id":"a74e295c29ba414ca84b89c175cd3bfa","id":"0b1ada0b-3363-41a2-98b5-e1fae768e1b9","subnetpool_id":null,"name":"CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-subnet"}]} 2018-08-12 08:43:39,220 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=b01a6e73-c9c7-465b-a7eb-bb603babd80e used request id req-8be19721-6ac6-4ede-8a19-ee76b24f82b8 2018-08-12 08:43:39,225 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de785cded74b2fd3b30faf89d439d22baed274f6" 2018-08-12 08:43:39,495 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 629 X-Openstack-Request-Id: req-f6ca1c76-22e5-4ee2-8c04-0f345674e166 Date: Sun, 12 Aug 2018 08:43:39 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["0b1ada0b-3363-41a2-98b5-e1fae768e1b9"],"updated_at":"2018-08-12T08:43:21Z","tenant_id":"a74e295c29ba414ca84b89c175cd3bfa","created_at":"2018-08-12T08:43:19Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"a74e295c29ba414ca84b89c175cd3bfa","id":"b01a6e73-c9c7-465b-a7eb-bb603babd80e","name":"CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-net"}]} 2018-08-12 08:43:39,496 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-net used request id req-f6ca1c76-22e5-4ee2-8c04-0f345674e166 2018-08-12 08:43:39,501 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=b01a6e73-c9c7-465b-a7eb-bb603babd80e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de785cded74b2fd3b30faf89d439d22baed274f6" 2018-08-12 08:43:39,559 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-bbe8f099-b17a-4fbd-8417-70a27003075d Date: Sun, 12 Aug 2018 08:43:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b01a6e73-c9c7-465b-a7eb-bb603babd80e","tenant_id":"a74e295c29ba414ca84b89c175cd3bfa","created_at":"2018-08-12T08:43:21Z","dns_nameservers":[],"updated_at":"2018-08-12T08:43:21Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.0.0.2","end":"10.0.0.254"}],"gateway_ip":"10.0.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.0.0.0/24","project_id":"a74e295c29ba414ca84b89c175cd3bfa","id":"0b1ada0b-3363-41a2-98b5-e1fae768e1b9","subnetpool_id":null,"name":"CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-subnet"}]} 2018-08-12 08:43:39,559 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=b01a6e73-c9c7-465b-a7eb-bb603babd80e used request id req-bbe8f099-b17a-4fbd-8417-70a27003075d 2018-08-12 08:43:39,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de785cded74b2fd3b30faf89d439d22baed274f6" 2018-08-12 08:43:39,669 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 629 X-Openstack-Request-Id: req-07f234eb-ccd3-4957-9552-3f0632f0a298 Date: Sun, 12 Aug 2018 08:43:39 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["0b1ada0b-3363-41a2-98b5-e1fae768e1b9"],"updated_at":"2018-08-12T08:43:21Z","tenant_id":"a74e295c29ba414ca84b89c175cd3bfa","created_at":"2018-08-12T08:43:19Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"a74e295c29ba414ca84b89c175cd3bfa","id":"b01a6e73-c9c7-465b-a7eb-bb603babd80e","name":"CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-net"}]} 2018-08-12 08:43:39,669 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-net used request id req-07f234eb-ccd3-4957-9552-3f0632f0a298 2018-08-12 08:43:39,673 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a74e295c29ba414ca84b89c175cd3bfa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de785cded74b2fd3b30faf89d439d22baed274f6" 2018-08-12 08:43:39,762 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:43:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3b17bad9-a455-45e5-84db-0038589bcf42 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/a74e295c29ba414ca84b89c175cd3bfa"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a74e295c29ba414ca84b89c175cd3bfa", "name": "CreateStackSuccessTests-e0764646-13f7-488-proj"}} 2018-08-12 08:43:39,762 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a74e295c29ba414ca84b89c175cd3bfa used request id req-3b17bad9-a455-45e5-84db-0038589bcf42 2018-08-12 08:43:39,768 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=b01a6e73-c9c7-465b-a7eb-bb603babd80e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de785cded74b2fd3b30faf89d439d22baed274f6" 2018-08-12 08:43:39,992 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-7e3addba-e583-4857-9521-9b15b084e3ba Date: Sun, 12 Aug 2018 08:43:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b01a6e73-c9c7-465b-a7eb-bb603babd80e","tenant_id":"a74e295c29ba414ca84b89c175cd3bfa","created_at":"2018-08-12T08:43:21Z","dns_nameservers":[],"updated_at":"2018-08-12T08:43:21Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.0.0.2","end":"10.0.0.254"}],"gateway_ip":"10.0.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.0.0.0/24","project_id":"a74e295c29ba414ca84b89c175cd3bfa","id":"0b1ada0b-3363-41a2-98b5-e1fae768e1b9","subnetpool_id":null,"name":"CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-subnet"}]} 2018-08-12 08:43:39,992 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=b01a6e73-c9c7-465b-a7eb-bb603babd80e used request id req-7e3addba-e583-4857-9521-9b15b084e3ba 2018-08-12 08:43:39,998 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=b01a6e73-c9c7-465b-a7eb-bb603babd80e&mac_address=fa%3A16%3A3e%3Abe%3A6b%3Ac4&name=CreateStackSuccessTests-CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-stack-server1_port-c6ubycbuts3o&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de785cded74b2fd3b30faf89d439d22baed274f6" 2018-08-12 08:43:40,055 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 862 X-Openstack-Request-Id: req-258afc10-689a-476a-8807-1d95e4433ae1 Date: Sun, 12 Aug 2018 08:43:40 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"b01a6e73-c9c7-465b-a7eb-bb603babd80e","tenant_id":"a74e295c29ba414ca84b89c175cd3bfa","created_at":"2018-08-12T08:43:23Z","admin_state_up":true,"updated_at":"2018-08-12T08:43:33Z","binding:vnic_type":"normal","device_id":"1127a6ad-6845-4499-b679-49037ecd9e42","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:be:6b:c4","id":"05db43bd-072d-40cb-8187-a37d6f03aeb1","port_security_enabled":true,"project_id":"a74e295c29ba414ca84b89c175cd3bfa","fixed_ips":[{"subnet_id":"0b1ada0b-3363-41a2-98b5-e1fae768e1b9","ip_address":"10.0.0.17"}],"extra_dhcp_opts":[],"security_groups":["0e339407-2c6f-4ba0-989a-babc925759ec"],"name":"CreateStackSuccessTests-CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-stack-server1_port-c6ubycbuts3o"}]} 2018-08-12 08:43:40,055 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=b01a6e73-c9c7-465b-a7eb-bb603babd80e&mac_address=fa%3A16%3A3e%3Abe%3A6b%3Ac4&name=CreateStackSuccessTests-CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-stack-server1_port-c6ubycbuts3o&admin_state_up=True used request id req-258afc10-689a-476a-8807-1d95e4433ae1 2018-08-12 08:43:40,059 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a74e295c29ba414ca84b89c175cd3bfa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de785cded74b2fd3b30faf89d439d22baed274f6" 2018-08-12 08:43:40,153 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:43:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4affc380-110e-4f17-87a6-bd2617d5c595 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/a74e295c29ba414ca84b89c175cd3bfa"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a74e295c29ba414ca84b89c175cd3bfa", "name": "CreateStackSuccessTests-e0764646-13f7-488-proj"}} 2018-08-12 08:43:40,154 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a74e295c29ba414ca84b89c175cd3bfa used request id req-4affc380-110e-4f17-87a6-bd2617d5c595 2018-08-12 08:43:40,159 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de785cded74b2fd3b30faf89d439d22baed274f6" 2018-08-12 08:43:40,262 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 629 X-Openstack-Request-Id: req-4c4d9faa-a463-434f-9314-e4cad52a1fc3 Date: Sun, 12 Aug 2018 08:43: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":["0b1ada0b-3363-41a2-98b5-e1fae768e1b9"],"updated_at":"2018-08-12T08:43:21Z","tenant_id":"a74e295c29ba414ca84b89c175cd3bfa","created_at":"2018-08-12T08:43:19Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"a74e295c29ba414ca84b89c175cd3bfa","id":"b01a6e73-c9c7-465b-a7eb-bb603babd80e","name":"CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-net"}]} 2018-08-12 08:43:40,263 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-net used request id req-4c4d9faa-a463-434f-9314-e4cad52a1fc3 2018-08-12 08:43:40,269 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=b01a6e73-c9c7-465b-a7eb-bb603babd80e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de785cded74b2fd3b30faf89d439d22baed274f6" 2018-08-12 08:43:40,484 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-ba5d7841-ef9e-4e3e-a3a3-0de9780892af Date: Sun, 12 Aug 2018 08:43:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b01a6e73-c9c7-465b-a7eb-bb603babd80e","tenant_id":"a74e295c29ba414ca84b89c175cd3bfa","created_at":"2018-08-12T08:43:21Z","dns_nameservers":[],"updated_at":"2018-08-12T08:43:21Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.0.0.2","end":"10.0.0.254"}],"gateway_ip":"10.0.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.0.0.0/24","project_id":"a74e295c29ba414ca84b89c175cd3bfa","id":"0b1ada0b-3363-41a2-98b5-e1fae768e1b9","subnetpool_id":null,"name":"CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-subnet"}]} 2018-08-12 08:43:40,484 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=b01a6e73-c9c7-465b-a7eb-bb603babd80e used request id req-ba5d7841-ef9e-4e3e-a3a3-0de9780892af 2018-08-12 08:43:40,489 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=b01a6e73-c9c7-465b-a7eb-bb603babd80e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de785cded74b2fd3b30faf89d439d22baed274f6" 2018-08-12 08:43:40,578 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3073 X-Openstack-Request-Id: req-1f3c62db-f910-41cf-bd56-b0fc1e991322 Date: Sun, 12 Aug 2018 08:43:40 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"b01a6e73-c9c7-465b-a7eb-bb603babd80e","tenant_id":"a74e295c29ba414ca84b89c175cd3bfa","created_at":"2018-08-12T08:43:23Z","admin_state_up":true,"updated_at":"2018-08-12T08:43:33Z","binding:vnic_type":"normal","device_id":"1127a6ad-6845-4499-b679-49037ecd9e42","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:be:6b:c4","id":"05db43bd-072d-40cb-8187-a37d6f03aeb1","port_security_enabled":true,"project_id":"a74e295c29ba414ca84b89c175cd3bfa","fixed_ips":[{"subnet_id":"0b1ada0b-3363-41a2-98b5-e1fae768e1b9","ip_address":"10.0.0.17"}],"extra_dhcp_opts":[],"security_groups":["0e339407-2c6f-4ba0-989a-babc925759ec"],"name":"CreateStackSuccessTests-CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-stack-server1_port-c6ubycbuts3o"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"b01a6e73-c9c7-465b-a7eb-bb603babd80e","tenant_id":"a74e295c29ba414ca84b89c175cd3bfa","created_at":"2018-08-12T08:43:23Z","admin_state_up":true,"updated_at":"2018-08-12T08:43:26Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-b01a6e73-c9c7-465b-a7eb-bb603babd80e","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:5d:e3:3a","id":"4dadde97-1f38-428a-b663-c51928107e6b","port_security_enabled":false,"project_id":"a74e295c29ba414ca84b89c175cd3bfa","fixed_ips":[{"subnet_id":"0b1ada0b-3363-41a2-98b5-e1fae768e1b9","ip_address":"10.0.0.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"b01a6e73-c9c7-465b-a7eb-bb603babd80e","tenant_id":"a74e295c29ba414ca84b89c175cd3bfa","created_at":"2018-08-12T08:43:22Z","admin_state_up":true,"updated_at":"2018-08-12T08:43:25Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-b01a6e73-c9c7-465b-a7eb-bb603babd80e","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:16:56:dc","id":"87f74632-def7-48c5-bd45-d6d7ab6b4de4","port_security_enabled":false,"project_id":"a74e295c29ba414ca84b89c175cd3bfa","fixed_ips":[{"subnet_id":"0b1ada0b-3363-41a2-98b5-e1fae768e1b9","ip_address":"10.0.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"b01a6e73-c9c7-465b-a7eb-bb603babd80e","tenant_id":"a74e295c29ba414ca84b89c175cd3bfa","created_at":"2018-08-12T08:43:23Z","admin_state_up":true,"updated_at":"2018-08-12T08:43:25Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-b01a6e73-c9c7-465b-a7eb-bb603babd80e","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:e6:87:f1","id":"bcea8214-d1a6-482a-b63f-566a57cbc81b","port_security_enabled":false,"project_id":"a74e295c29ba414ca84b89c175cd3bfa","fixed_ips":[{"subnet_id":"0b1ada0b-3363-41a2-98b5-e1fae768e1b9","ip_address":"10.0.0.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-12 08:43:40,578 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=b01a6e73-c9c7-465b-a7eb-bb603babd80e used request id req-1f3c62db-f910-41cf-bd56-b0fc1e991322 2018-08-12 08:43:40,584 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de785cded74b2fd3b30faf89d439d22baed274f6" 2018-08-12 08:43:40,779 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-7b0542b3-819d-4842-889b-916efd91e718 Date: Sun, 12 Aug 2018 08:43:40 GMT RESP BODY: {"floatingips": []} 2018-08-12 08:43:40,780 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips used request id req-7b0542b3-819d-4842-889b-916efd91e718 2018-08-12 08:43:40,780 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:43:40,781 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:43:41,184 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b597e204ced4431b37d878d5c78072c", "name": "CreateStackSuccessTests-e0764646-13f7-488-proj-role"}], "expires_at": "2018-08-12T09:43:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a74e295c29ba414ca84b89c175cd3bfa", "name": "CreateStackSuccessTests-e0764646-13f7-488-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a74e295c29ba414ca84b89c175cd3bfa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a74e295c29ba414ca84b89c175cd3bfa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a74e295c29ba414ca84b89c175cd3bfa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a74e295c29ba414ca84b89c175cd3bfa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a74e295c29ba414ca84b89c175cd3bfa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a74e295c29ba414ca84b89c175cd3bfa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a74e295c29ba414ca84b89c175cd3bfa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a74e295c29ba414ca84b89c175cd3bfa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a74e295c29ba414ca84b89c175cd3bfa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a74e295c29ba414ca84b89c175cd3bfa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a74e295c29ba414ca84b89c175cd3bfa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a74e295c29ba414ca84b89c175cd3bfa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a74e295c29ba414ca84b89c175cd3bfa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a74e295c29ba414ca84b89c175cd3bfa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-e0764646-13f7-488-user", "id": "2b1272e5c5b2433cabfd7e13bbeaa21c"}, "audit_ids": ["JhpVEMMIT2O_MK-jO0iPxg"], "issued_at": "2018-08-12T08:43:41.000000Z"}} 2018-08-12 08:43:41,185 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}f7e80a46e6130075fd70f2f719a9f12b56bcfd40" 2018-08-12 08:43:41,265 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:43:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c0f2fc1a-1762-4f54-adf1-e571884cbf96 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:43:41,265 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-c0f2fc1a-1762-4f54-adf1-e571884cbf96 2018-08-12 08:43:41,267 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-12 08:43:41,268 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:43:41,268 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:43:41,268 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:43:41,269 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:43:41,269 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:43:41,271 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}f7e80a46e6130075fd70f2f719a9f12b56bcfd40" 2018-08-12 08:43:41,364 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:43:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e32e9f7e-97c0-492a-a9ab-f4747b4fbb3c Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:43:41,364 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-e32e9f7e-97c0-492a-a9ab-f4747b4fbb3c 2018-08-12 08:43:41,373 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7e80a46e6130075fd70f2f719a9f12b56bcfd40" 2018-08-12 08:43:41,654 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 629 X-Openstack-Request-Id: req-2179dc60-1e7b-4c48-b97e-b99084c60902 Date: Sun, 12 Aug 2018 08:43:41 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":["0b1ada0b-3363-41a2-98b5-e1fae768e1b9"],"updated_at":"2018-08-12T08:43:21Z","tenant_id":"a74e295c29ba414ca84b89c175cd3bfa","created_at":"2018-08-12T08:43:19Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"a74e295c29ba414ca84b89c175cd3bfa","id":"b01a6e73-c9c7-465b-a7eb-bb603babd80e","name":"CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-net"}]} 2018-08-12 08:43:41,654 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-net used request id req-2179dc60-1e7b-4c48-b97e-b99084c60902 2018-08-12 08:43:41,660 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=b01a6e73-c9c7-465b-a7eb-bb603babd80e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7e80a46e6130075fd70f2f719a9f12b56bcfd40" 2018-08-12 08:43:41,874 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-8da248f1-b599-4335-a917-6c9c9cc69fac Date: Sun, 12 Aug 2018 08:43:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b01a6e73-c9c7-465b-a7eb-bb603babd80e","tenant_id":"a74e295c29ba414ca84b89c175cd3bfa","created_at":"2018-08-12T08:43:21Z","dns_nameservers":[],"updated_at":"2018-08-12T08:43:21Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.0.0.2","end":"10.0.0.254"}],"gateway_ip":"10.0.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.0.0.0/24","project_id":"a74e295c29ba414ca84b89c175cd3bfa","id":"0b1ada0b-3363-41a2-98b5-e1fae768e1b9","subnetpool_id":null,"name":"CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-subnet"}]} 2018-08-12 08:43:41,874 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=b01a6e73-c9c7-465b-a7eb-bb603babd80e used request id req-8da248f1-b599-4335-a917-6c9c9cc69fac 2018-08-12 08:43:41,879 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7e80a46e6130075fd70f2f719a9f12b56bcfd40" 2018-08-12 08:43:42,188 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 629 X-Openstack-Request-Id: req-e7734400-3702-4435-97a2-db87abcbfafe Date: Sun, 12 Aug 2018 08:43:42 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":["0b1ada0b-3363-41a2-98b5-e1fae768e1b9"],"updated_at":"2018-08-12T08:43:21Z","tenant_id":"a74e295c29ba414ca84b89c175cd3bfa","created_at":"2018-08-12T08:43:19Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"a74e295c29ba414ca84b89c175cd3bfa","id":"b01a6e73-c9c7-465b-a7eb-bb603babd80e","name":"CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-net"}]} 2018-08-12 08:43:42,188 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-net used request id req-e7734400-3702-4435-97a2-db87abcbfafe 2018-08-12 08:43:42,192 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:43:42,198 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:43:42 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:43:42,199 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a74e295c29ba414ca84b89c175cd3bfa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7e80a46e6130075fd70f2f719a9f12b56bcfd40" 2018-08-12 08:43:42,295 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:43:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3e997cdf-6456-4ca1-9446-6fb963e6665d Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/a74e295c29ba414ca84b89c175cd3bfa"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a74e295c29ba414ca84b89c175cd3bfa", "name": "CreateStackSuccessTests-e0764646-13f7-488-proj"}} 2018-08-12 08:43:42,295 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a74e295c29ba414ca84b89c175cd3bfa used request id req-3e997cdf-6456-4ca1-9446-6fb963e6665d 2018-08-12 08:43:42,300 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=b01a6e73-c9c7-465b-a7eb-bb603babd80e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7e80a46e6130075fd70f2f719a9f12b56bcfd40" 2018-08-12 08:43:42,518 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-aef9aba0-37ba-4974-adf3-b166cc4b282d Date: Sun, 12 Aug 2018 08:43:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b01a6e73-c9c7-465b-a7eb-bb603babd80e","tenant_id":"a74e295c29ba414ca84b89c175cd3bfa","created_at":"2018-08-12T08:43:21Z","dns_nameservers":[],"updated_at":"2018-08-12T08:43:21Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.0.0.2","end":"10.0.0.254"}],"gateway_ip":"10.0.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.0.0.0/24","project_id":"a74e295c29ba414ca84b89c175cd3bfa","id":"0b1ada0b-3363-41a2-98b5-e1fae768e1b9","subnetpool_id":null,"name":"CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-subnet"}]} 2018-08-12 08:43:42,518 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=b01a6e73-c9c7-465b-a7eb-bb603babd80e used request id req-aef9aba0-37ba-4974-adf3-b166cc4b282d 2018-08-12 08:43:42,524 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=b01a6e73-c9c7-465b-a7eb-bb603babd80e&mac_address=fa%3A16%3A3e%3Abe%3A6b%3Ac4&name=CreateStackSuccessTests-CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-stack-server1_port-c6ubycbuts3o&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7e80a46e6130075fd70f2f719a9f12b56bcfd40" 2018-08-12 08:43:42,744 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 862 X-Openstack-Request-Id: req-f53d79d5-8487-4a37-b914-7e1fa2906ec1 Date: Sun, 12 Aug 2018 08:43:42 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"b01a6e73-c9c7-465b-a7eb-bb603babd80e","tenant_id":"a74e295c29ba414ca84b89c175cd3bfa","created_at":"2018-08-12T08:43:23Z","admin_state_up":true,"updated_at":"2018-08-12T08:43:33Z","binding:vnic_type":"normal","device_id":"1127a6ad-6845-4499-b679-49037ecd9e42","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:be:6b:c4","id":"05db43bd-072d-40cb-8187-a37d6f03aeb1","port_security_enabled":true,"project_id":"a74e295c29ba414ca84b89c175cd3bfa","fixed_ips":[{"subnet_id":"0b1ada0b-3363-41a2-98b5-e1fae768e1b9","ip_address":"10.0.0.17"}],"extra_dhcp_opts":[],"security_groups":["0e339407-2c6f-4ba0-989a-babc925759ec"],"name":"CreateStackSuccessTests-CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-stack-server1_port-c6ubycbuts3o"}]} 2018-08-12 08:43:42,744 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=b01a6e73-c9c7-465b-a7eb-bb603babd80e&mac_address=fa%3A16%3A3e%3Abe%3A6b%3Ac4&name=CreateStackSuccessTests-CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-stack-server1_port-c6ubycbuts3o&admin_state_up=True used request id req-f53d79d5-8487-4a37-b914-7e1fa2906ec1 2018-08-12 08:43:42,748 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a74e295c29ba414ca84b89c175cd3bfa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7e80a46e6130075fd70f2f719a9f12b56bcfd40" 2018-08-12 08:43:42,846 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:43:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f6b25785-1e6f-4bad-bb8a-69f27f2168ea Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/a74e295c29ba414ca84b89c175cd3bfa"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a74e295c29ba414ca84b89c175cd3bfa", "name": "CreateStackSuccessTests-e0764646-13f7-488-proj"}} 2018-08-12 08:43:42,846 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a74e295c29ba414ca84b89c175cd3bfa used request id req-f6b25785-1e6f-4bad-bb8a-69f27f2168ea 2018-08-12 08:43:42,849 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/detail?name=CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7e80a46e6130075fd70f2f719a9f12b56bcfd40" 2018-08-12 08:43:43,872 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08: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-023add8a-744b-44df-9e97-ce323badb09d x-compute-request-id: req-023add8a-744b-44df-9e97-ce323badb09d Content-Encoding: gzip Content-Length: 745 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:6b:c4", "version": 4, "addr": "10.0.0.17", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/1127a6ad-6845-4499-b679-49037ecd9e42", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1127a6ad-6845-4499-b679-49037ecd9e42", "rel": "bookmark"}], "image": {"id": "431e7511-a167-4dff-863d-6c57050228a7", "links": [{"href": "http://172.30.9.21:8774/images/431e7511-a167-4dff-863d-6c57050228a7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:43:33.000000", "flavor": {"id": "e3b2bcad-e665-45db-b59c-52b46411b3ca", "links": [{"href": "http://172.30.9.21:8774/flavors/e3b2bcad-e665-45db-b59c-52b46411b3ca", "rel": "bookmark"}]}, "id": "1127a6ad-6845-4499-b679-49037ecd9e42", "security_groups": [{"name": "default"}], "user_id": "2b1272e5c5b2433cabfd7e13bbeaa21c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:43:33Z", "hostId": "13b7d695105f38a8154f5c3ea7089f4ddaa8829120d00af7bb09ec09", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-inst", "created": "2018-08-12T08:43:27Z", "tenant_id": "a74e295c29ba414ca84b89c175cd3bfa", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 08:43:43,872 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail?name=CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-inst used request id req-023add8a-744b-44df-9e97-ce323badb09d 2018-08-12 08:43:43,878 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7e80a46e6130075fd70f2f719a9f12b56bcfd40" 2018-08-12 08:43:44,140 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 629 X-Openstack-Request-Id: req-eb56d4d8-e022-4d2d-958f-3bd10772d58a Date: Sun, 12 Aug 2018 08:43:44 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":["0b1ada0b-3363-41a2-98b5-e1fae768e1b9"],"updated_at":"2018-08-12T08:43:21Z","tenant_id":"a74e295c29ba414ca84b89c175cd3bfa","created_at":"2018-08-12T08:43:19Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"a74e295c29ba414ca84b89c175cd3bfa","id":"b01a6e73-c9c7-465b-a7eb-bb603babd80e","name":"CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-net"}]} 2018-08-12 08:43:44,140 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-net used request id req-eb56d4d8-e022-4d2d-958f-3bd10772d58a 2018-08-12 08:43:44,146 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=b01a6e73-c9c7-465b-a7eb-bb603babd80e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7e80a46e6130075fd70f2f719a9f12b56bcfd40" 2018-08-12 08:43:44,194 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-26e451dc-73fb-4c00-80c5-624fe16856b9 Date: Sun, 12 Aug 2018 08:43:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b01a6e73-c9c7-465b-a7eb-bb603babd80e","tenant_id":"a74e295c29ba414ca84b89c175cd3bfa","created_at":"2018-08-12T08:43:21Z","dns_nameservers":[],"updated_at":"2018-08-12T08:43:21Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.0.0.2","end":"10.0.0.254"}],"gateway_ip":"10.0.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.0.0.0/24","project_id":"a74e295c29ba414ca84b89c175cd3bfa","id":"0b1ada0b-3363-41a2-98b5-e1fae768e1b9","subnetpool_id":null,"name":"CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-subnet"}]} 2018-08-12 08:43:44,194 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=b01a6e73-c9c7-465b-a7eb-bb603babd80e used request id req-26e451dc-73fb-4c00-80c5-624fe16856b9 2018-08-12 08:43:44,199 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=b01a6e73-c9c7-465b-a7eb-bb603babd80e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7e80a46e6130075fd70f2f719a9f12b56bcfd40" 2018-08-12 08:43:44,293 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3073 X-Openstack-Request-Id: req-1ad02938-39ed-43fe-b79d-5cec12d181fa Date: Sun, 12 Aug 2018 08:43:44 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"b01a6e73-c9c7-465b-a7eb-bb603babd80e","tenant_id":"a74e295c29ba414ca84b89c175cd3bfa","created_at":"2018-08-12T08:43:23Z","admin_state_up":true,"updated_at":"2018-08-12T08:43:33Z","binding:vnic_type":"normal","device_id":"1127a6ad-6845-4499-b679-49037ecd9e42","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:be:6b:c4","id":"05db43bd-072d-40cb-8187-a37d6f03aeb1","port_security_enabled":true,"project_id":"a74e295c29ba414ca84b89c175cd3bfa","fixed_ips":[{"subnet_id":"0b1ada0b-3363-41a2-98b5-e1fae768e1b9","ip_address":"10.0.0.17"}],"extra_dhcp_opts":[],"security_groups":["0e339407-2c6f-4ba0-989a-babc925759ec"],"name":"CreateStackSuccessTests-CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-stack-server1_port-c6ubycbuts3o"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"b01a6e73-c9c7-465b-a7eb-bb603babd80e","tenant_id":"a74e295c29ba414ca84b89c175cd3bfa","created_at":"2018-08-12T08:43:23Z","admin_state_up":true,"updated_at":"2018-08-12T08:43:26Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-b01a6e73-c9c7-465b-a7eb-bb603babd80e","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:5d:e3:3a","id":"4dadde97-1f38-428a-b663-c51928107e6b","port_security_enabled":false,"project_id":"a74e295c29ba414ca84b89c175cd3bfa","fixed_ips":[{"subnet_id":"0b1ada0b-3363-41a2-98b5-e1fae768e1b9","ip_address":"10.0.0.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"b01a6e73-c9c7-465b-a7eb-bb603babd80e","tenant_id":"a74e295c29ba414ca84b89c175cd3bfa","created_at":"2018-08-12T08:43:22Z","admin_state_up":true,"updated_at":"2018-08-12T08:43:25Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-b01a6e73-c9c7-465b-a7eb-bb603babd80e","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:16:56:dc","id":"87f74632-def7-48c5-bd45-d6d7ab6b4de4","port_security_enabled":false,"project_id":"a74e295c29ba414ca84b89c175cd3bfa","fixed_ips":[{"subnet_id":"0b1ada0b-3363-41a2-98b5-e1fae768e1b9","ip_address":"10.0.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"b01a6e73-c9c7-465b-a7eb-bb603babd80e","tenant_id":"a74e295c29ba414ca84b89c175cd3bfa","created_at":"2018-08-12T08:43:23Z","admin_state_up":true,"updated_at":"2018-08-12T08:43:25Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-b01a6e73-c9c7-465b-a7eb-bb603babd80e","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:e6:87:f1","id":"bcea8214-d1a6-482a-b63f-566a57cbc81b","port_security_enabled":false,"project_id":"a74e295c29ba414ca84b89c175cd3bfa","fixed_ips":[{"subnet_id":"0b1ada0b-3363-41a2-98b5-e1fae768e1b9","ip_address":"10.0.0.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-12 08:43:44,293 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=b01a6e73-c9c7-465b-a7eb-bb603babd80e used request id req-1ad02938-39ed-43fe-b79d-5cec12d181fa 2018-08-12 08:43:44,294 - create_instance - INFO - Found existing machine with name - CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-inst 2018-08-12 08:43:44,299 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7e80a46e6130075fd70f2f719a9f12b56bcfd40" 2018-08-12 08:43:44,317 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-2c949006-5715-4164-8b36-7784bd7908e6 Date: Sun, 12 Aug 2018 08:43:44 GMT RESP BODY: {"floatingips": []} 2018-08-12 08:43:44,318 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips used request id req-2c949006-5715-4164-8b36-7784bd7908e6 2018-08-12 08:43:44,321 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/1127a6ad-6845-4499-b679-49037ecd9e42 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7e80a46e6130075fd70f2f719a9f12b56bcfd40" 2018-08-12 08:43:45,168 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:43: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-a27a64cf-6132-4e70-9ce6-5702f4a13088 x-compute-request-id: req-a27a64cf-6132-4e70-9ce6-5702f4a13088 Content-Encoding: gzip Content-Length: 747 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:6b:c4", "version": 4, "addr": "10.0.0.17", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/1127a6ad-6845-4499-b679-49037ecd9e42", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1127a6ad-6845-4499-b679-49037ecd9e42", "rel": "bookmark"}], "image": {"id": "431e7511-a167-4dff-863d-6c57050228a7", "links": [{"href": "http://172.30.9.21:8774/images/431e7511-a167-4dff-863d-6c57050228a7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:43:33.000000", "flavor": {"id": "e3b2bcad-e665-45db-b59c-52b46411b3ca", "links": [{"href": "http://172.30.9.21:8774/flavors/e3b2bcad-e665-45db-b59c-52b46411b3ca", "rel": "bookmark"}]}, "id": "1127a6ad-6845-4499-b679-49037ecd9e42", "security_groups": [{"name": "default"}], "user_id": "2b1272e5c5b2433cabfd7e13bbeaa21c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:43:33Z", "hostId": "13b7d695105f38a8154f5c3ea7089f4ddaa8829120d00af7bb09ec09", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-inst", "created": "2018-08-12T08:43:27Z", "tenant_id": "a74e295c29ba414ca84b89c175cd3bfa", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:43:45,168 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/1127a6ad-6845-4499-b679-49037ecd9e42 used request id req-a27a64cf-6132-4e70-9ce6-5702f4a13088 2018-08-12 08:43:45,174 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7e80a46e6130075fd70f2f719a9f12b56bcfd40" 2018-08-12 08:43:45,452 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 629 X-Openstack-Request-Id: req-60e07236-4cc5-4bd7-9876-2f40f9168773 Date: Sun, 12 Aug 2018 08:43:45 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":["0b1ada0b-3363-41a2-98b5-e1fae768e1b9"],"updated_at":"2018-08-12T08:43:21Z","tenant_id":"a74e295c29ba414ca84b89c175cd3bfa","created_at":"2018-08-12T08:43:19Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"a74e295c29ba414ca84b89c175cd3bfa","id":"b01a6e73-c9c7-465b-a7eb-bb603babd80e","name":"CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-net"}]} 2018-08-12 08:43:45,453 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-net used request id req-60e07236-4cc5-4bd7-9876-2f40f9168773 2018-08-12 08:43:45,456 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a74e295c29ba414ca84b89c175cd3bfa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7e80a46e6130075fd70f2f719a9f12b56bcfd40" 2018-08-12 08:43:45,569 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:43:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f866baf1-613a-42bb-b5a6-68dd6951e191 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/a74e295c29ba414ca84b89c175cd3bfa"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a74e295c29ba414ca84b89c175cd3bfa", "name": "CreateStackSuccessTests-e0764646-13f7-488-proj"}} 2018-08-12 08:43:45,569 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a74e295c29ba414ca84b89c175cd3bfa used request id req-f866baf1-613a-42bb-b5a6-68dd6951e191 2018-08-12 08:43:45,575 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=b01a6e73-c9c7-465b-a7eb-bb603babd80e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7e80a46e6130075fd70f2f719a9f12b56bcfd40" 2018-08-12 08:43:45,629 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-83059cb4-421c-4414-8043-57210121e735 Date: Sun, 12 Aug 2018 08:43:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b01a6e73-c9c7-465b-a7eb-bb603babd80e","tenant_id":"a74e295c29ba414ca84b89c175cd3bfa","created_at":"2018-08-12T08:43:21Z","dns_nameservers":[],"updated_at":"2018-08-12T08:43:21Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.0.0.2","end":"10.0.0.254"}],"gateway_ip":"10.0.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.0.0.0/24","project_id":"a74e295c29ba414ca84b89c175cd3bfa","id":"0b1ada0b-3363-41a2-98b5-e1fae768e1b9","subnetpool_id":null,"name":"CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-subnet"}]} 2018-08-12 08:43:45,629 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=b01a6e73-c9c7-465b-a7eb-bb603babd80e used request id req-83059cb4-421c-4414-8043-57210121e735 2018-08-12 08:43:45,634 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=b01a6e73-c9c7-465b-a7eb-bb603babd80e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7e80a46e6130075fd70f2f719a9f12b56bcfd40" 2018-08-12 08:43:45,889 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3073 X-Openstack-Request-Id: req-3602363b-5e33-48ff-9da6-091ddc2652be Date: Sun, 12 Aug 2018 08:43:45 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"b01a6e73-c9c7-465b-a7eb-bb603babd80e","tenant_id":"a74e295c29ba414ca84b89c175cd3bfa","created_at":"2018-08-12T08:43:23Z","admin_state_up":true,"updated_at":"2018-08-12T08:43:33Z","binding:vnic_type":"normal","device_id":"1127a6ad-6845-4499-b679-49037ecd9e42","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:be:6b:c4","id":"05db43bd-072d-40cb-8187-a37d6f03aeb1","port_security_enabled":true,"project_id":"a74e295c29ba414ca84b89c175cd3bfa","fixed_ips":[{"subnet_id":"0b1ada0b-3363-41a2-98b5-e1fae768e1b9","ip_address":"10.0.0.17"}],"extra_dhcp_opts":[],"security_groups":["0e339407-2c6f-4ba0-989a-babc925759ec"],"name":"CreateStackSuccessTests-CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-stack-server1_port-c6ubycbuts3o"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"b01a6e73-c9c7-465b-a7eb-bb603babd80e","tenant_id":"a74e295c29ba414ca84b89c175cd3bfa","created_at":"2018-08-12T08:43:23Z","admin_state_up":true,"updated_at":"2018-08-12T08:43:26Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-b01a6e73-c9c7-465b-a7eb-bb603babd80e","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:5d:e3:3a","id":"4dadde97-1f38-428a-b663-c51928107e6b","port_security_enabled":false,"project_id":"a74e295c29ba414ca84b89c175cd3bfa","fixed_ips":[{"subnet_id":"0b1ada0b-3363-41a2-98b5-e1fae768e1b9","ip_address":"10.0.0.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"b01a6e73-c9c7-465b-a7eb-bb603babd80e","tenant_id":"a74e295c29ba414ca84b89c175cd3bfa","created_at":"2018-08-12T08:43:22Z","admin_state_up":true,"updated_at":"2018-08-12T08:43:25Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-b01a6e73-c9c7-465b-a7eb-bb603babd80e","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:16:56:dc","id":"87f74632-def7-48c5-bd45-d6d7ab6b4de4","port_security_enabled":false,"project_id":"a74e295c29ba414ca84b89c175cd3bfa","fixed_ips":[{"subnet_id":"0b1ada0b-3363-41a2-98b5-e1fae768e1b9","ip_address":"10.0.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"b01a6e73-c9c7-465b-a7eb-bb603babd80e","tenant_id":"a74e295c29ba414ca84b89c175cd3bfa","created_at":"2018-08-12T08:43:23Z","admin_state_up":true,"updated_at":"2018-08-12T08:43:25Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-b01a6e73-c9c7-465b-a7eb-bb603babd80e","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:e6:87:f1","id":"bcea8214-d1a6-482a-b63f-566a57cbc81b","port_security_enabled":false,"project_id":"a74e295c29ba414ca84b89c175cd3bfa","fixed_ips":[{"subnet_id":"0b1ada0b-3363-41a2-98b5-e1fae768e1b9","ip_address":"10.0.0.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-12 08:43:45,889 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=b01a6e73-c9c7-465b-a7eb-bb603babd80e used request id req-3602363b-5e33-48ff-9da6-091ddc2652be 2018-08-12 08:43:45,890 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-12 08:43:45,891 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:43:45,891 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:43:45,891 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:43:45,892 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:43:45,892 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:43:45,893 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:43:46,284 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b597e204ced4431b37d878d5c78072c", "name": "CreateStackSuccessTests-e0764646-13f7-488-proj-role"}], "expires_at": "2018-08-12T09:43:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a74e295c29ba414ca84b89c175cd3bfa", "name": "CreateStackSuccessTests-e0764646-13f7-488-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a74e295c29ba414ca84b89c175cd3bfa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a74e295c29ba414ca84b89c175cd3bfa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a74e295c29ba414ca84b89c175cd3bfa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a74e295c29ba414ca84b89c175cd3bfa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a74e295c29ba414ca84b89c175cd3bfa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a74e295c29ba414ca84b89c175cd3bfa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a74e295c29ba414ca84b89c175cd3bfa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a74e295c29ba414ca84b89c175cd3bfa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a74e295c29ba414ca84b89c175cd3bfa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a74e295c29ba414ca84b89c175cd3bfa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a74e295c29ba414ca84b89c175cd3bfa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a74e295c29ba414ca84b89c175cd3bfa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a74e295c29ba414ca84b89c175cd3bfa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a74e295c29ba414ca84b89c175cd3bfa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-e0764646-13f7-488-user", "id": "2b1272e5c5b2433cabfd7e13bbeaa21c"}, "audit_ids": ["oyBJ9pNXRpqoDaGC7CkKaQ"], "issued_at": "2018-08-12T08:43:46.000000Z"}} 2018-08-12 08:43:46,285 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}822eacf0af47c76f4d4612504fe83429c5c4bc9d" 2018-08-12 08:43:46,370 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:43:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cd304267-4f05-4ccb-ba22-4473b1c9a6a8 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:43:46,370 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-cd304267-4f05-4ccb-ba22-4473b1c9a6a8 2018-08-12 08:43:46,374 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/1127a6ad-6845-4499-b679-49037ecd9e42 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7e80a46e6130075fd70f2f719a9f12b56bcfd40" 2018-08-12 08:43:47,258 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08: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-a0461260-7e55-481d-afb8-3254d4ac7f3b x-compute-request-id: req-a0461260-7e55-481d-afb8-3254d4ac7f3b Content-Encoding: gzip Content-Length: 747 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:6b:c4", "version": 4, "addr": "10.0.0.17", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/1127a6ad-6845-4499-b679-49037ecd9e42", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1127a6ad-6845-4499-b679-49037ecd9e42", "rel": "bookmark"}], "image": {"id": "431e7511-a167-4dff-863d-6c57050228a7", "links": [{"href": "http://172.30.9.21:8774/images/431e7511-a167-4dff-863d-6c57050228a7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:43:33.000000", "flavor": {"id": "e3b2bcad-e665-45db-b59c-52b46411b3ca", "links": [{"href": "http://172.30.9.21:8774/flavors/e3b2bcad-e665-45db-b59c-52b46411b3ca", "rel": "bookmark"}]}, "id": "1127a6ad-6845-4499-b679-49037ecd9e42", "security_groups": [{"name": "default"}], "user_id": "2b1272e5c5b2433cabfd7e13bbeaa21c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:43:33Z", "hostId": "13b7d695105f38a8154f5c3ea7089f4ddaa8829120d00af7bb09ec09", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-inst", "created": "2018-08-12T08:43:27Z", "tenant_id": "a74e295c29ba414ca84b89c175cd3bfa", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:43:47,258 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/1127a6ad-6845-4499-b679-49037ecd9e42 used request id req-a0461260-7e55-481d-afb8-3254d4ac7f3b 2018-08-12 08:43:47,263 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7e80a46e6130075fd70f2f719a9f12b56bcfd40" 2018-08-12 08:43:47,564 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 629 X-Openstack-Request-Id: req-29de0fd9-099e-49e2-ab50-e773f2ab73da Date: Sun, 12 Aug 2018 08:43:47 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":["0b1ada0b-3363-41a2-98b5-e1fae768e1b9"],"updated_at":"2018-08-12T08:43:21Z","tenant_id":"a74e295c29ba414ca84b89c175cd3bfa","created_at":"2018-08-12T08:43:19Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"a74e295c29ba414ca84b89c175cd3bfa","id":"b01a6e73-c9c7-465b-a7eb-bb603babd80e","name":"CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-net"}]} 2018-08-12 08:43:47,564 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-net used request id req-29de0fd9-099e-49e2-ab50-e773f2ab73da 2018-08-12 08:43:47,568 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a74e295c29ba414ca84b89c175cd3bfa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7e80a46e6130075fd70f2f719a9f12b56bcfd40" 2018-08-12 08:43:47,660 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:43:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1977bd38-50ae-4a66-9380-aa13cdeffa69 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/a74e295c29ba414ca84b89c175cd3bfa"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a74e295c29ba414ca84b89c175cd3bfa", "name": "CreateStackSuccessTests-e0764646-13f7-488-proj"}} 2018-08-12 08:43:47,660 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a74e295c29ba414ca84b89c175cd3bfa used request id req-1977bd38-50ae-4a66-9380-aa13cdeffa69 2018-08-12 08:43:47,666 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=b01a6e73-c9c7-465b-a7eb-bb603babd80e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7e80a46e6130075fd70f2f719a9f12b56bcfd40" 2018-08-12 08:43:47,883 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-3efaa263-8e52-47a9-94e4-46ea48db52bb Date: Sun, 12 Aug 2018 08:43:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b01a6e73-c9c7-465b-a7eb-bb603babd80e","tenant_id":"a74e295c29ba414ca84b89c175cd3bfa","created_at":"2018-08-12T08:43:21Z","dns_nameservers":[],"updated_at":"2018-08-12T08:43:21Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.0.0.2","end":"10.0.0.254"}],"gateway_ip":"10.0.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.0.0.0/24","project_id":"a74e295c29ba414ca84b89c175cd3bfa","id":"0b1ada0b-3363-41a2-98b5-e1fae768e1b9","subnetpool_id":null,"name":"CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-subnet"}]} 2018-08-12 08:43:47,883 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=b01a6e73-c9c7-465b-a7eb-bb603babd80e used request id req-3efaa263-8e52-47a9-94e4-46ea48db52bb 2018-08-12 08:43:47,888 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=b01a6e73-c9c7-465b-a7eb-bb603babd80e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7e80a46e6130075fd70f2f719a9f12b56bcfd40" 2018-08-12 08:43:47,979 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3073 X-Openstack-Request-Id: req-047c2ac7-95bd-462b-aad3-4d7596bf7edb Date: Sun, 12 Aug 2018 08:43:47 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"b01a6e73-c9c7-465b-a7eb-bb603babd80e","tenant_id":"a74e295c29ba414ca84b89c175cd3bfa","created_at":"2018-08-12T08:43:23Z","admin_state_up":true,"updated_at":"2018-08-12T08:43:33Z","binding:vnic_type":"normal","device_id":"1127a6ad-6845-4499-b679-49037ecd9e42","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:be:6b:c4","id":"05db43bd-072d-40cb-8187-a37d6f03aeb1","port_security_enabled":true,"project_id":"a74e295c29ba414ca84b89c175cd3bfa","fixed_ips":[{"subnet_id":"0b1ada0b-3363-41a2-98b5-e1fae768e1b9","ip_address":"10.0.0.17"}],"extra_dhcp_opts":[],"security_groups":["0e339407-2c6f-4ba0-989a-babc925759ec"],"name":"CreateStackSuccessTests-CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-stack-server1_port-c6ubycbuts3o"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"b01a6e73-c9c7-465b-a7eb-bb603babd80e","tenant_id":"a74e295c29ba414ca84b89c175cd3bfa","created_at":"2018-08-12T08:43:23Z","admin_state_up":true,"updated_at":"2018-08-12T08:43:26Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-b01a6e73-c9c7-465b-a7eb-bb603babd80e","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:5d:e3:3a","id":"4dadde97-1f38-428a-b663-c51928107e6b","port_security_enabled":false,"project_id":"a74e295c29ba414ca84b89c175cd3bfa","fixed_ips":[{"subnet_id":"0b1ada0b-3363-41a2-98b5-e1fae768e1b9","ip_address":"10.0.0.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"b01a6e73-c9c7-465b-a7eb-bb603babd80e","tenant_id":"a74e295c29ba414ca84b89c175cd3bfa","created_at":"2018-08-12T08:43:22Z","admin_state_up":true,"updated_at":"2018-08-12T08:43:25Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-b01a6e73-c9c7-465b-a7eb-bb603babd80e","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:16:56:dc","id":"87f74632-def7-48c5-bd45-d6d7ab6b4de4","port_security_enabled":false,"project_id":"a74e295c29ba414ca84b89c175cd3bfa","fixed_ips":[{"subnet_id":"0b1ada0b-3363-41a2-98b5-e1fae768e1b9","ip_address":"10.0.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"b01a6e73-c9c7-465b-a7eb-bb603babd80e","tenant_id":"a74e295c29ba414ca84b89c175cd3bfa","created_at":"2018-08-12T08:43:23Z","admin_state_up":true,"updated_at":"2018-08-12T08:43:25Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-b01a6e73-c9c7-465b-a7eb-bb603babd80e","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:e6:87:f1","id":"bcea8214-d1a6-482a-b63f-566a57cbc81b","port_security_enabled":false,"project_id":"a74e295c29ba414ca84b89c175cd3bfa","fixed_ips":[{"subnet_id":"0b1ada0b-3363-41a2-98b5-e1fae768e1b9","ip_address":"10.0.0.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-12 08:43:47,979 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=b01a6e73-c9c7-465b-a7eb-bb603babd80e used request id req-047c2ac7-95bd-462b-aad3-4d7596bf7edb 2018-08-12 08:43:47,983 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/detail?name=CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}822eacf0af47c76f4d4612504fe83429c5c4bc9d" 2018-08-12 08:43:49,031 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:43: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-019af608-1743-4b43-988b-955c1d749601 x-compute-request-id: req-019af608-1743-4b43-988b-955c1d749601 Content-Encoding: gzip Content-Length: 745 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:6b:c4", "version": 4, "addr": "10.0.0.17", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/1127a6ad-6845-4499-b679-49037ecd9e42", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1127a6ad-6845-4499-b679-49037ecd9e42", "rel": "bookmark"}], "image": {"id": "431e7511-a167-4dff-863d-6c57050228a7", "links": [{"href": "http://172.30.9.21:8774/images/431e7511-a167-4dff-863d-6c57050228a7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:43:33.000000", "flavor": {"id": "e3b2bcad-e665-45db-b59c-52b46411b3ca", "links": [{"href": "http://172.30.9.21:8774/flavors/e3b2bcad-e665-45db-b59c-52b46411b3ca", "rel": "bookmark"}]}, "id": "1127a6ad-6845-4499-b679-49037ecd9e42", "security_groups": [{"name": "default"}], "user_id": "2b1272e5c5b2433cabfd7e13bbeaa21c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:43:33Z", "hostId": "13b7d695105f38a8154f5c3ea7089f4ddaa8829120d00af7bb09ec09", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-inst", "created": "2018-08-12T08:43:27Z", "tenant_id": "a74e295c29ba414ca84b89c175cd3bfa", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 08:43:49,031 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail?name=CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-inst used request id req-019af608-1743-4b43-988b-955c1d749601 2018-08-12 08:43:49,037 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}822eacf0af47c76f4d4612504fe83429c5c4bc9d" 2018-08-12 08:43:49,300 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 629 X-Openstack-Request-Id: req-a819083d-0d34-42d0-b4c6-d2f205a38ec0 Date: Sun, 12 Aug 2018 08:43: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":["0b1ada0b-3363-41a2-98b5-e1fae768e1b9"],"updated_at":"2018-08-12T08:43:21Z","tenant_id":"a74e295c29ba414ca84b89c175cd3bfa","created_at":"2018-08-12T08:43:19Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"a74e295c29ba414ca84b89c175cd3bfa","id":"b01a6e73-c9c7-465b-a7eb-bb603babd80e","name":"CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-net"}]} 2018-08-12 08:43:49,301 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-net used request id req-a819083d-0d34-42d0-b4c6-d2f205a38ec0 2018-08-12 08:43:49,306 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=b01a6e73-c9c7-465b-a7eb-bb603babd80e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}822eacf0af47c76f4d4612504fe83429c5c4bc9d" 2018-08-12 08:43:49,522 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-12bf7f2a-c167-4ae6-95d7-f5b80a9089ef Date: Sun, 12 Aug 2018 08:43:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b01a6e73-c9c7-465b-a7eb-bb603babd80e","tenant_id":"a74e295c29ba414ca84b89c175cd3bfa","created_at":"2018-08-12T08:43:21Z","dns_nameservers":[],"updated_at":"2018-08-12T08:43:21Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.0.0.2","end":"10.0.0.254"}],"gateway_ip":"10.0.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.0.0.0/24","project_id":"a74e295c29ba414ca84b89c175cd3bfa","id":"0b1ada0b-3363-41a2-98b5-e1fae768e1b9","subnetpool_id":null,"name":"CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-subnet"}]} 2018-08-12 08:43:49,522 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=b01a6e73-c9c7-465b-a7eb-bb603babd80e used request id req-12bf7f2a-c167-4ae6-95d7-f5b80a9089ef 2018-08-12 08:43:49,527 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=b01a6e73-c9c7-465b-a7eb-bb603babd80e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}822eacf0af47c76f4d4612504fe83429c5c4bc9d" 2018-08-12 08:43:49,817 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3073 X-Openstack-Request-Id: req-a98237c6-6fc9-4ed5-9e07-61151bb9a862 Date: Sun, 12 Aug 2018 08:43:49 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"b01a6e73-c9c7-465b-a7eb-bb603babd80e","tenant_id":"a74e295c29ba414ca84b89c175cd3bfa","created_at":"2018-08-12T08:43:23Z","admin_state_up":true,"updated_at":"2018-08-12T08:43:33Z","binding:vnic_type":"normal","device_id":"1127a6ad-6845-4499-b679-49037ecd9e42","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:be:6b:c4","id":"05db43bd-072d-40cb-8187-a37d6f03aeb1","port_security_enabled":true,"project_id":"a74e295c29ba414ca84b89c175cd3bfa","fixed_ips":[{"subnet_id":"0b1ada0b-3363-41a2-98b5-e1fae768e1b9","ip_address":"10.0.0.17"}],"extra_dhcp_opts":[],"security_groups":["0e339407-2c6f-4ba0-989a-babc925759ec"],"name":"CreateStackSuccessTests-CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-stack-server1_port-c6ubycbuts3o"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"b01a6e73-c9c7-465b-a7eb-bb603babd80e","tenant_id":"a74e295c29ba414ca84b89c175cd3bfa","created_at":"2018-08-12T08:43:23Z","admin_state_up":true,"updated_at":"2018-08-12T08:43:26Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-b01a6e73-c9c7-465b-a7eb-bb603babd80e","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:5d:e3:3a","id":"4dadde97-1f38-428a-b663-c51928107e6b","port_security_enabled":false,"project_id":"a74e295c29ba414ca84b89c175cd3bfa","fixed_ips":[{"subnet_id":"0b1ada0b-3363-41a2-98b5-e1fae768e1b9","ip_address":"10.0.0.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"b01a6e73-c9c7-465b-a7eb-bb603babd80e","tenant_id":"a74e295c29ba414ca84b89c175cd3bfa","created_at":"2018-08-12T08:43:22Z","admin_state_up":true,"updated_at":"2018-08-12T08:43:25Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-b01a6e73-c9c7-465b-a7eb-bb603babd80e","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:16:56:dc","id":"87f74632-def7-48c5-bd45-d6d7ab6b4de4","port_security_enabled":false,"project_id":"a74e295c29ba414ca84b89c175cd3bfa","fixed_ips":[{"subnet_id":"0b1ada0b-3363-41a2-98b5-e1fae768e1b9","ip_address":"10.0.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"b01a6e73-c9c7-465b-a7eb-bb603babd80e","tenant_id":"a74e295c29ba414ca84b89c175cd3bfa","created_at":"2018-08-12T08:43:23Z","admin_state_up":true,"updated_at":"2018-08-12T08:43:25Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-b01a6e73-c9c7-465b-a7eb-bb603babd80e","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:e6:87:f1","id":"bcea8214-d1a6-482a-b63f-566a57cbc81b","port_security_enabled":false,"project_id":"a74e295c29ba414ca84b89c175cd3bfa","fixed_ips":[{"subnet_id":"0b1ada0b-3363-41a2-98b5-e1fae768e1b9","ip_address":"10.0.0.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-12 08:43:49,818 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=b01a6e73-c9c7-465b-a7eb-bb603babd80e used request id req-a98237c6-6fc9-4ed5-9e07-61151bb9a862 2018-08-12 08:43:49,821 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/1127a6ad-6845-4499-b679-49037ecd9e42 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7e80a46e6130075fd70f2f719a9f12b56bcfd40" 2018-08-12 08:43:50,541 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:43: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-98d9be87-8601-428d-8648-27b6528d4b71 x-compute-request-id: req-98d9be87-8601-428d-8648-27b6528d4b71 Content-Encoding: gzip Content-Length: 747 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:6b:c4", "version": 4, "addr": "10.0.0.17", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/1127a6ad-6845-4499-b679-49037ecd9e42", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1127a6ad-6845-4499-b679-49037ecd9e42", "rel": "bookmark"}], "image": {"id": "431e7511-a167-4dff-863d-6c57050228a7", "links": [{"href": "http://172.30.9.21:8774/images/431e7511-a167-4dff-863d-6c57050228a7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:43:33.000000", "flavor": {"id": "e3b2bcad-e665-45db-b59c-52b46411b3ca", "links": [{"href": "http://172.30.9.21:8774/flavors/e3b2bcad-e665-45db-b59c-52b46411b3ca", "rel": "bookmark"}]}, "id": "1127a6ad-6845-4499-b679-49037ecd9e42", "security_groups": [{"name": "default"}], "user_id": "2b1272e5c5b2433cabfd7e13bbeaa21c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:43:33Z", "hostId": "13b7d695105f38a8154f5c3ea7089f4ddaa8829120d00af7bb09ec09", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-inst", "created": "2018-08-12T08:43:27Z", "tenant_id": "a74e295c29ba414ca84b89c175cd3bfa", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:43:50,541 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/1127a6ad-6845-4499-b679-49037ecd9e42 used request id req-98d9be87-8601-428d-8648-27b6528d4b71 2018-08-12 08:43:50,546 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7e80a46e6130075fd70f2f719a9f12b56bcfd40" 2018-08-12 08:43:50,646 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 629 X-Openstack-Request-Id: req-807c2923-68a4-4c5c-aaaf-36602359ecd4 Date: Sun, 12 Aug 2018 08:43:50 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":["0b1ada0b-3363-41a2-98b5-e1fae768e1b9"],"updated_at":"2018-08-12T08:43:21Z","tenant_id":"a74e295c29ba414ca84b89c175cd3bfa","created_at":"2018-08-12T08:43:19Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"a74e295c29ba414ca84b89c175cd3bfa","id":"b01a6e73-c9c7-465b-a7eb-bb603babd80e","name":"CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-net"}]} 2018-08-12 08:43:50,646 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-net used request id req-807c2923-68a4-4c5c-aaaf-36602359ecd4 2018-08-12 08:43:50,650 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a74e295c29ba414ca84b89c175cd3bfa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7e80a46e6130075fd70f2f719a9f12b56bcfd40" 2018-08-12 08:43:50,738 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:43:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b0f71769-f263-4083-9d23-794f39e0ad36 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/a74e295c29ba414ca84b89c175cd3bfa"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a74e295c29ba414ca84b89c175cd3bfa", "name": "CreateStackSuccessTests-e0764646-13f7-488-proj"}} 2018-08-12 08:43:50,738 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a74e295c29ba414ca84b89c175cd3bfa used request id req-b0f71769-f263-4083-9d23-794f39e0ad36 2018-08-12 08:43:50,743 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=b01a6e73-c9c7-465b-a7eb-bb603babd80e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7e80a46e6130075fd70f2f719a9f12b56bcfd40" 2018-08-12 08:43:50,792 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-f3c39917-7383-4825-8120-0d961466b8a0 Date: Sun, 12 Aug 2018 08:43:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b01a6e73-c9c7-465b-a7eb-bb603babd80e","tenant_id":"a74e295c29ba414ca84b89c175cd3bfa","created_at":"2018-08-12T08:43:21Z","dns_nameservers":[],"updated_at":"2018-08-12T08:43:21Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.0.0.2","end":"10.0.0.254"}],"gateway_ip":"10.0.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.0.0.0/24","project_id":"a74e295c29ba414ca84b89c175cd3bfa","id":"0b1ada0b-3363-41a2-98b5-e1fae768e1b9","subnetpool_id":null,"name":"CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-subnet"}]} 2018-08-12 08:43:50,792 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=b01a6e73-c9c7-465b-a7eb-bb603babd80e used request id req-f3c39917-7383-4825-8120-0d961466b8a0 2018-08-12 08:43:50,797 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=b01a6e73-c9c7-465b-a7eb-bb603babd80e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7e80a46e6130075fd70f2f719a9f12b56bcfd40" 2018-08-12 08:43:51,054 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3073 X-Openstack-Request-Id: req-df2a33b9-1e3f-4723-8576-e875e9f442c7 Date: Sun, 12 Aug 2018 08:43:51 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"b01a6e73-c9c7-465b-a7eb-bb603babd80e","tenant_id":"a74e295c29ba414ca84b89c175cd3bfa","created_at":"2018-08-12T08:43:23Z","admin_state_up":true,"updated_at":"2018-08-12T08:43:33Z","binding:vnic_type":"normal","device_id":"1127a6ad-6845-4499-b679-49037ecd9e42","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:be:6b:c4","id":"05db43bd-072d-40cb-8187-a37d6f03aeb1","port_security_enabled":true,"project_id":"a74e295c29ba414ca84b89c175cd3bfa","fixed_ips":[{"subnet_id":"0b1ada0b-3363-41a2-98b5-e1fae768e1b9","ip_address":"10.0.0.17"}],"extra_dhcp_opts":[],"security_groups":["0e339407-2c6f-4ba0-989a-babc925759ec"],"name":"CreateStackSuccessTests-CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-stack-server1_port-c6ubycbuts3o"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"b01a6e73-c9c7-465b-a7eb-bb603babd80e","tenant_id":"a74e295c29ba414ca84b89c175cd3bfa","created_at":"2018-08-12T08:43:23Z","admin_state_up":true,"updated_at":"2018-08-12T08:43:26Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-b01a6e73-c9c7-465b-a7eb-bb603babd80e","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:5d:e3:3a","id":"4dadde97-1f38-428a-b663-c51928107e6b","port_security_enabled":false,"project_id":"a74e295c29ba414ca84b89c175cd3bfa","fixed_ips":[{"subnet_id":"0b1ada0b-3363-41a2-98b5-e1fae768e1b9","ip_address":"10.0.0.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"b01a6e73-c9c7-465b-a7eb-bb603babd80e","tenant_id":"a74e295c29ba414ca84b89c175cd3bfa","created_at":"2018-08-12T08:43:22Z","admin_state_up":true,"updated_at":"2018-08-12T08:43:25Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-b01a6e73-c9c7-465b-a7eb-bb603babd80e","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:16:56:dc","id":"87f74632-def7-48c5-bd45-d6d7ab6b4de4","port_security_enabled":false,"project_id":"a74e295c29ba414ca84b89c175cd3bfa","fixed_ips":[{"subnet_id":"0b1ada0b-3363-41a2-98b5-e1fae768e1b9","ip_address":"10.0.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"b01a6e73-c9c7-465b-a7eb-bb603babd80e","tenant_id":"a74e295c29ba414ca84b89c175cd3bfa","created_at":"2018-08-12T08:43:23Z","admin_state_up":true,"updated_at":"2018-08-12T08:43:25Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-b01a6e73-c9c7-465b-a7eb-bb603babd80e","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:e6:87:f1","id":"bcea8214-d1a6-482a-b63f-566a57cbc81b","port_security_enabled":false,"project_id":"a74e295c29ba414ca84b89c175cd3bfa","fixed_ips":[{"subnet_id":"0b1ada0b-3363-41a2-98b5-e1fae768e1b9","ip_address":"10.0.0.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-12 08:43:51,054 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=b01a6e73-c9c7-465b-a7eb-bb603babd80e used request id req-df2a33b9-1e3f-4723-8576-e875e9f442c7 2018-08-12 08:43:51,057 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/1127a6ad-6845-4499-b679-49037ecd9e42 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7e80a46e6130075fd70f2f719a9f12b56bcfd40" 2018-08-12 08:43:51,567 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:43: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-d68bab67-726d-4b5a-9cea-62e8b05640c4 x-compute-request-id: req-d68bab67-726d-4b5a-9cea-62e8b05640c4 Content-Encoding: gzip Content-Length: 747 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:6b:c4", "version": 4, "addr": "10.0.0.17", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/1127a6ad-6845-4499-b679-49037ecd9e42", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1127a6ad-6845-4499-b679-49037ecd9e42", "rel": "bookmark"}], "image": {"id": "431e7511-a167-4dff-863d-6c57050228a7", "links": [{"href": "http://172.30.9.21:8774/images/431e7511-a167-4dff-863d-6c57050228a7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:43:33.000000", "flavor": {"id": "e3b2bcad-e665-45db-b59c-52b46411b3ca", "links": [{"href": "http://172.30.9.21:8774/flavors/e3b2bcad-e665-45db-b59c-52b46411b3ca", "rel": "bookmark"}]}, "id": "1127a6ad-6845-4499-b679-49037ecd9e42", "security_groups": [{"name": "default"}], "user_id": "2b1272e5c5b2433cabfd7e13bbeaa21c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:43:33Z", "hostId": "13b7d695105f38a8154f5c3ea7089f4ddaa8829120d00af7bb09ec09", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-inst", "created": "2018-08-12T08:43:27Z", "tenant_id": "a74e295c29ba414ca84b89c175cd3bfa", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:43:51,568 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/1127a6ad-6845-4499-b679-49037ecd9e42 used request id req-d68bab67-726d-4b5a-9cea-62e8b05640c4 2018-08-12 08:43:51,573 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7e80a46e6130075fd70f2f719a9f12b56bcfd40" 2018-08-12 08:43:51,829 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 629 X-Openstack-Request-Id: req-7332596e-74a2-47f4-9102-2cc46a1b1c6c Date: Sun, 12 Aug 2018 08:43:51 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":["0b1ada0b-3363-41a2-98b5-e1fae768e1b9"],"updated_at":"2018-08-12T08:43:21Z","tenant_id":"a74e295c29ba414ca84b89c175cd3bfa","created_at":"2018-08-12T08:43:19Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"a74e295c29ba414ca84b89c175cd3bfa","id":"b01a6e73-c9c7-465b-a7eb-bb603babd80e","name":"CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-net"}]} 2018-08-12 08:43:51,829 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-net used request id req-7332596e-74a2-47f4-9102-2cc46a1b1c6c 2018-08-12 08:43:51,833 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a74e295c29ba414ca84b89c175cd3bfa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7e80a46e6130075fd70f2f719a9f12b56bcfd40" 2018-08-12 08:43:51,937 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:43:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b065a312-714f-4cf1-b26c-d308613ba36e Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/a74e295c29ba414ca84b89c175cd3bfa"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a74e295c29ba414ca84b89c175cd3bfa", "name": "CreateStackSuccessTests-e0764646-13f7-488-proj"}} 2018-08-12 08:43:51,937 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a74e295c29ba414ca84b89c175cd3bfa used request id req-b065a312-714f-4cf1-b26c-d308613ba36e 2018-08-12 08:43:51,942 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=b01a6e73-c9c7-465b-a7eb-bb603babd80e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7e80a46e6130075fd70f2f719a9f12b56bcfd40" 2018-08-12 08:43:51,993 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-3e7f9da7-f383-4090-89ef-e9b2daee1b41 Date: Sun, 12 Aug 2018 08:43:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b01a6e73-c9c7-465b-a7eb-bb603babd80e","tenant_id":"a74e295c29ba414ca84b89c175cd3bfa","created_at":"2018-08-12T08:43:21Z","dns_nameservers":[],"updated_at":"2018-08-12T08:43:21Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.0.0.2","end":"10.0.0.254"}],"gateway_ip":"10.0.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.0.0.0/24","project_id":"a74e295c29ba414ca84b89c175cd3bfa","id":"0b1ada0b-3363-41a2-98b5-e1fae768e1b9","subnetpool_id":null,"name":"CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-subnet"}]} 2018-08-12 08:43:51,993 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=b01a6e73-c9c7-465b-a7eb-bb603babd80e used request id req-3e7f9da7-f383-4090-89ef-e9b2daee1b41 2018-08-12 08:43:51,999 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=b01a6e73-c9c7-465b-a7eb-bb603babd80e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7e80a46e6130075fd70f2f719a9f12b56bcfd40" 2018-08-12 08:43:52,275 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3073 X-Openstack-Request-Id: req-d9f3b0af-c0bc-4382-94cc-607377178f91 Date: Sun, 12 Aug 2018 08:43:52 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"b01a6e73-c9c7-465b-a7eb-bb603babd80e","tenant_id":"a74e295c29ba414ca84b89c175cd3bfa","created_at":"2018-08-12T08:43:23Z","admin_state_up":true,"updated_at":"2018-08-12T08:43:33Z","binding:vnic_type":"normal","device_id":"1127a6ad-6845-4499-b679-49037ecd9e42","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:be:6b:c4","id":"05db43bd-072d-40cb-8187-a37d6f03aeb1","port_security_enabled":true,"project_id":"a74e295c29ba414ca84b89c175cd3bfa","fixed_ips":[{"subnet_id":"0b1ada0b-3363-41a2-98b5-e1fae768e1b9","ip_address":"10.0.0.17"}],"extra_dhcp_opts":[],"security_groups":["0e339407-2c6f-4ba0-989a-babc925759ec"],"name":"CreateStackSuccessTests-CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-stack-server1_port-c6ubycbuts3o"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"b01a6e73-c9c7-465b-a7eb-bb603babd80e","tenant_id":"a74e295c29ba414ca84b89c175cd3bfa","created_at":"2018-08-12T08:43:23Z","admin_state_up":true,"updated_at":"2018-08-12T08:43:26Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-b01a6e73-c9c7-465b-a7eb-bb603babd80e","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:5d:e3:3a","id":"4dadde97-1f38-428a-b663-c51928107e6b","port_security_enabled":false,"project_id":"a74e295c29ba414ca84b89c175cd3bfa","fixed_ips":[{"subnet_id":"0b1ada0b-3363-41a2-98b5-e1fae768e1b9","ip_address":"10.0.0.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"b01a6e73-c9c7-465b-a7eb-bb603babd80e","tenant_id":"a74e295c29ba414ca84b89c175cd3bfa","created_at":"2018-08-12T08:43:22Z","admin_state_up":true,"updated_at":"2018-08-12T08:43:25Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-b01a6e73-c9c7-465b-a7eb-bb603babd80e","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:16:56:dc","id":"87f74632-def7-48c5-bd45-d6d7ab6b4de4","port_security_enabled":false,"project_id":"a74e295c29ba414ca84b89c175cd3bfa","fixed_ips":[{"subnet_id":"0b1ada0b-3363-41a2-98b5-e1fae768e1b9","ip_address":"10.0.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"b01a6e73-c9c7-465b-a7eb-bb603babd80e","tenant_id":"a74e295c29ba414ca84b89c175cd3bfa","created_at":"2018-08-12T08:43:23Z","admin_state_up":true,"updated_at":"2018-08-12T08:43:25Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-b01a6e73-c9c7-465b-a7eb-bb603babd80e","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:e6:87:f1","id":"bcea8214-d1a6-482a-b63f-566a57cbc81b","port_security_enabled":false,"project_id":"a74e295c29ba414ca84b89c175cd3bfa","fixed_ips":[{"subnet_id":"0b1ada0b-3363-41a2-98b5-e1fae768e1b9","ip_address":"10.0.0.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-12 08:43:52,275 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=b01a6e73-c9c7-465b-a7eb-bb603babd80e used request id req-d9f3b0af-c0bc-4382-94cc-607377178f91 2018-08-12 08:43:52,278 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/1127a6ad-6845-4499-b679-49037ecd9e42 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}822eacf0af47c76f4d4612504fe83429c5c4bc9d" 2018-08-12 08:43:52,972 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:43: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-1f136bed-2cd2-4fab-9b81-cd3e137ea016 x-compute-request-id: req-1f136bed-2cd2-4fab-9b81-cd3e137ea016 Content-Encoding: gzip Content-Length: 747 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:6b:c4", "version": 4, "addr": "10.0.0.17", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/1127a6ad-6845-4499-b679-49037ecd9e42", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1127a6ad-6845-4499-b679-49037ecd9e42", "rel": "bookmark"}], "image": {"id": "431e7511-a167-4dff-863d-6c57050228a7", "links": [{"href": "http://172.30.9.21:8774/images/431e7511-a167-4dff-863d-6c57050228a7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:43:33.000000", "flavor": {"id": "e3b2bcad-e665-45db-b59c-52b46411b3ca", "links": [{"href": "http://172.30.9.21:8774/flavors/e3b2bcad-e665-45db-b59c-52b46411b3ca", "rel": "bookmark"}]}, "id": "1127a6ad-6845-4499-b679-49037ecd9e42", "security_groups": [{"name": "default"}], "user_id": "2b1272e5c5b2433cabfd7e13bbeaa21c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:43:33Z", "hostId": "13b7d695105f38a8154f5c3ea7089f4ddaa8829120d00af7bb09ec09", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-inst", "created": "2018-08-12T08:43:27Z", "tenant_id": "a74e295c29ba414ca84b89c175cd3bfa", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:43:52,972 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/1127a6ad-6845-4499-b679-49037ecd9e42 used request id req-1f136bed-2cd2-4fab-9b81-cd3e137ea016 2018-08-12 08:43:52,978 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}822eacf0af47c76f4d4612504fe83429c5c4bc9d" 2018-08-12 08:43:53,255 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 629 X-Openstack-Request-Id: req-f1e05117-8d37-4b0b-a59a-c037f9588505 Date: Sun, 12 Aug 2018 08:43:53 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["0b1ada0b-3363-41a2-98b5-e1fae768e1b9"],"updated_at":"2018-08-12T08:43:21Z","tenant_id":"a74e295c29ba414ca84b89c175cd3bfa","created_at":"2018-08-12T08:43:19Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"a74e295c29ba414ca84b89c175cd3bfa","id":"b01a6e73-c9c7-465b-a7eb-bb603babd80e","name":"CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-net"}]} 2018-08-12 08:43:53,255 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-net used request id req-f1e05117-8d37-4b0b-a59a-c037f9588505 2018-08-12 08:43:53,260 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=b01a6e73-c9c7-465b-a7eb-bb603babd80e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}822eacf0af47c76f4d4612504fe83429c5c4bc9d" 2018-08-12 08:43:53,478 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-6b3d603e-cc43-43aa-b49d-28992ee2f1df Date: Sun, 12 Aug 2018 08:43:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b01a6e73-c9c7-465b-a7eb-bb603babd80e","tenant_id":"a74e295c29ba414ca84b89c175cd3bfa","created_at":"2018-08-12T08:43:21Z","dns_nameservers":[],"updated_at":"2018-08-12T08:43:21Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.0.0.2","end":"10.0.0.254"}],"gateway_ip":"10.0.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.0.0.0/24","project_id":"a74e295c29ba414ca84b89c175cd3bfa","id":"0b1ada0b-3363-41a2-98b5-e1fae768e1b9","subnetpool_id":null,"name":"CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-subnet"}]} 2018-08-12 08:43:53,478 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=b01a6e73-c9c7-465b-a7eb-bb603babd80e used request id req-6b3d603e-cc43-43aa-b49d-28992ee2f1df 2018-08-12 08:43:53,483 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=b01a6e73-c9c7-465b-a7eb-bb603babd80e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}822eacf0af47c76f4d4612504fe83429c5c4bc9d" 2018-08-12 08:43:53,572 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3073 X-Openstack-Request-Id: req-73a79ef1-e6cc-4cbe-ae13-ab391f293a62 Date: Sun, 12 Aug 2018 08:43:53 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"b01a6e73-c9c7-465b-a7eb-bb603babd80e","tenant_id":"a74e295c29ba414ca84b89c175cd3bfa","created_at":"2018-08-12T08:43:23Z","admin_state_up":true,"updated_at":"2018-08-12T08:43:33Z","binding:vnic_type":"normal","device_id":"1127a6ad-6845-4499-b679-49037ecd9e42","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:be:6b:c4","id":"05db43bd-072d-40cb-8187-a37d6f03aeb1","port_security_enabled":true,"project_id":"a74e295c29ba414ca84b89c175cd3bfa","fixed_ips":[{"subnet_id":"0b1ada0b-3363-41a2-98b5-e1fae768e1b9","ip_address":"10.0.0.17"}],"extra_dhcp_opts":[],"security_groups":["0e339407-2c6f-4ba0-989a-babc925759ec"],"name":"CreateStackSuccessTests-CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-stack-server1_port-c6ubycbuts3o"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"b01a6e73-c9c7-465b-a7eb-bb603babd80e","tenant_id":"a74e295c29ba414ca84b89c175cd3bfa","created_at":"2018-08-12T08:43:23Z","admin_state_up":true,"updated_at":"2018-08-12T08:43:26Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-b01a6e73-c9c7-465b-a7eb-bb603babd80e","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:5d:e3:3a","id":"4dadde97-1f38-428a-b663-c51928107e6b","port_security_enabled":false,"project_id":"a74e295c29ba414ca84b89c175cd3bfa","fixed_ips":[{"subnet_id":"0b1ada0b-3363-41a2-98b5-e1fae768e1b9","ip_address":"10.0.0.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"b01a6e73-c9c7-465b-a7eb-bb603babd80e","tenant_id":"a74e295c29ba414ca84b89c175cd3bfa","created_at":"2018-08-12T08:43:22Z","admin_state_up":true,"updated_at":"2018-08-12T08:43:25Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-b01a6e73-c9c7-465b-a7eb-bb603babd80e","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:16:56:dc","id":"87f74632-def7-48c5-bd45-d6d7ab6b4de4","port_security_enabled":false,"project_id":"a74e295c29ba414ca84b89c175cd3bfa","fixed_ips":[{"subnet_id":"0b1ada0b-3363-41a2-98b5-e1fae768e1b9","ip_address":"10.0.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"b01a6e73-c9c7-465b-a7eb-bb603babd80e","tenant_id":"a74e295c29ba414ca84b89c175cd3bfa","created_at":"2018-08-12T08:43:23Z","admin_state_up":true,"updated_at":"2018-08-12T08:43:25Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-b01a6e73-c9c7-465b-a7eb-bb603babd80e","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:e6:87:f1","id":"bcea8214-d1a6-482a-b63f-566a57cbc81b","port_security_enabled":false,"project_id":"a74e295c29ba414ca84b89c175cd3bfa","fixed_ips":[{"subnet_id":"0b1ada0b-3363-41a2-98b5-e1fae768e1b9","ip_address":"10.0.0.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-12 08:43:53,572 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=b01a6e73-c9c7-465b-a7eb-bb603babd80e used request id req-73a79ef1-e6cc-4cbe-ae13-ab391f293a62 2018-08-12 08:43:53,573 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-stack 2018-08-12 08:43:53,576 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8004/v1/a74e295c29ba414ca84b89c175cd3bfa/stacks/e0373c9b-e604-4bc7-bd7c-a88a1d409674 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de785cded74b2fd3b30faf89d439d22baed274f6" 2018-08-12 08:43:53,603 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:43:53 GMT Server: Apache x-openstack-request-id: req-42f08947-09f7-43db-bc5b-f2d7e4653f20 Location: http://172.30.9.21:8004/v1/a74e295c29ba414ca84b89c175cd3bfa/stacks/CreateStackSuccessTests-CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-stack/e0373c9b-e604-4bc7-bd7c-a88a1d409674 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/a74e295c29ba414ca84b89c175cd3bfa/stacks/CreateStackSuccessTests-CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-stack/e0373c9b-e604-4bc7-bd7c-a88a1d409674;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:43:53,645 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:43:53 GMT Server: Apache x-openstack-request-id: req-8896543b-656b-45f0-afc0-f56c1ee50d06 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 08:43:53,646 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.21:8004/v1/a74e295c29ba414ca84b89c175cd3bfa/stacks/CreateStackSuccessTests-CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-stack/e0373c9b-e604-4bc7-bd7c-a88a1d409674 used request id req-8896543b-656b-45f0-afc0-f56c1ee50d06 2018-08-12 08:43:53,648 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/a74e295c29ba414ca84b89c175cd3bfa/stacks/e0373c9b-e604-4bc7-bd7c-a88a1d409674 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de785cded74b2fd3b30faf89d439d22baed274f6" 2018-08-12 08:43:53,834 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:43:53 GMT Server: Apache x-openstack-request-id: req-d315520f-603c-4932-a5d9-d563369593e6 Location: http://172.30.9.21:8004/v1/a74e295c29ba414ca84b89c175cd3bfa/stacks/CreateStackSuccessTests-CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-stack/e0373c9b-e604-4bc7-bd7c-a88a1d409674 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/a74e295c29ba414ca84b89c175cd3bfa/stacks/CreateStackSuccessTests-CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-stack/e0373c9b-e604-4bc7-bd7c-a88a1d409674;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:43:54,034 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:43:53 GMT Server: Apache x-openstack-request-id: req-fb8fbe5a-26a3-4189-b050-4904b8fcf3db Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 559 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "a74e295c29ba414ca84b89c175cd3bfa", "OS::stack_id": "e0373c9b-e604-4bc7-bd7c-a88a1d409674", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-stack", "image_name": "CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-image", "inst_name": "CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-inst", "subnet_name": "CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-subnet", "flavor_name": "CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-flavor-name", "net_name": "CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-stack", "stack_user_project_id": "7c39e3bcee024f988a43074875267b50", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-08-12T08:43:18Z", "links": [{"href": "http://172.30.9.21:8004/v1/a74e295c29ba414ca84b89c175cd3bfa/stacks/CreateStackSuccessTests-CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-stack/e0373c9b-e604-4bc7-bd7c-a88a1d409674", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-08-12T08:43:53Z", "id": "e0373c9b-e604-4bc7-bd7c-a88a1d409674", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-12 08:43:54,034 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/a74e295c29ba414ca84b89c175cd3bfa/stacks/CreateStackSuccessTests-CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-stack/e0373c9b-e604-4bc7-bd7c-a88a1d409674 used request id req-fb8fbe5a-26a3-4189-b050-4904b8fcf3db 2018-08-12 08:43:54,035 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-08-12 08:43:54,035 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-08-12 08:43:57,037 - create_stack - DEBUG - Stack status query timeout in 1196.608711 2018-08-12 08:43:57,040 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/a74e295c29ba414ca84b89c175cd3bfa/stacks/e0373c9b-e604-4bc7-bd7c-a88a1d409674 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de785cded74b2fd3b30faf89d439d22baed274f6" 2018-08-12 08:43:57,237 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:43:57 GMT Server: Apache x-openstack-request-id: req-4977274c-ef76-4e92-b7e5-ac961081205b Location: http://172.30.9.21:8004/v1/a74e295c29ba414ca84b89c175cd3bfa/stacks/CreateStackSuccessTests-CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-stack/e0373c9b-e604-4bc7-bd7c-a88a1d409674 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/a74e295c29ba414ca84b89c175cd3bfa/stacks/CreateStackSuccessTests-CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-stack/e0373c9b-e604-4bc7-bd7c-a88a1d409674;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:43:57,264 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:43:57 GMT Server: Apache x-openstack-request-id: req-ede9dc8d-bcc1-4fbf-80c9-5c7925758915 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 559 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "a74e295c29ba414ca84b89c175cd3bfa", "OS::stack_id": "e0373c9b-e604-4bc7-bd7c-a88a1d409674", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-stack", "image_name": "CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-image", "inst_name": "CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-inst", "subnet_name": "CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-subnet", "flavor_name": "CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-flavor-name", "net_name": "CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-stack", "stack_user_project_id": "7c39e3bcee024f988a43074875267b50", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-08-12T08:43:18Z", "links": [{"href": "http://172.30.9.21:8004/v1/a74e295c29ba414ca84b89c175cd3bfa/stacks/CreateStackSuccessTests-CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-stack/e0373c9b-e604-4bc7-bd7c-a88a1d409674", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-08-12T08:43:53Z", "id": "e0373c9b-e604-4bc7-bd7c-a88a1d409674", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-12 08:43:57,265 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/a74e295c29ba414ca84b89c175cd3bfa/stacks/CreateStackSuccessTests-CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-stack/e0373c9b-e604-4bc7-bd7c-a88a1d409674 used request id req-ede9dc8d-bcc1-4fbf-80c9-5c7925758915 2018-08-12 08:43:57,265 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-08-12 08:43:57,265 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-08-12 08:44:00,269 - create_stack - DEBUG - Stack status query timeout in 1193.377249 2018-08-12 08:44:00,272 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/a74e295c29ba414ca84b89c175cd3bfa/stacks/e0373c9b-e604-4bc7-bd7c-a88a1d409674 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de785cded74b2fd3b30faf89d439d22baed274f6" 2018-08-12 08:44:00,300 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:44:00 GMT Server: Apache x-openstack-request-id: req-6d3cb394-4c13-405c-a82e-3db15446c620 Location: http://172.30.9.21:8004/v1/a74e295c29ba414ca84b89c175cd3bfa/stacks/CreateStackSuccessTests-CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-stack/e0373c9b-e604-4bc7-bd7c-a88a1d409674 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/a74e295c29ba414ca84b89c175cd3bfa/stacks/CreateStackSuccessTests-CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-stack/e0373c9b-e604-4bc7-bd7c-a88a1d409674;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:44:00,326 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:44:00 GMT Server: Apache x-openstack-request-id: req-c8570a17-212a-4721-a7ac-2f4508f07bb4 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 559 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "a74e295c29ba414ca84b89c175cd3bfa", "OS::stack_id": "e0373c9b-e604-4bc7-bd7c-a88a1d409674", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-stack", "image_name": "CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-image", "inst_name": "CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-inst", "subnet_name": "CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-subnet", "flavor_name": "CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-flavor-name", "net_name": "CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-stack", "stack_user_project_id": "7c39e3bcee024f988a43074875267b50", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-08-12T08:43:18Z", "links": [{"href": "http://172.30.9.21:8004/v1/a74e295c29ba414ca84b89c175cd3bfa/stacks/CreateStackSuccessTests-CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-stack/e0373c9b-e604-4bc7-bd7c-a88a1d409674", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-08-12T08:43:53Z", "id": "e0373c9b-e604-4bc7-bd7c-a88a1d409674", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-12 08:44:00,327 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/a74e295c29ba414ca84b89c175cd3bfa/stacks/CreateStackSuccessTests-CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-stack/e0373c9b-e604-4bc7-bd7c-a88a1d409674 used request id req-c8570a17-212a-4721-a7ac-2f4508f07bb4 2018-08-12 08:44:00,327 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-08-12 08:44:00,327 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-08-12 08:44:03,328 - create_stack - DEBUG - Stack status query timeout in 1190.31781983 2018-08-12 08:44:03,331 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/a74e295c29ba414ca84b89c175cd3bfa/stacks/e0373c9b-e604-4bc7-bd7c-a88a1d409674 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de785cded74b2fd3b30faf89d439d22baed274f6" 2018-08-12 08:44:03,528 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:44:03 GMT Server: Apache x-openstack-request-id: req-269e998b-7d50-4c31-8ef0-b0164fd04980 Location: http://172.30.9.21:8004/v1/a74e295c29ba414ca84b89c175cd3bfa/stacks/CreateStackSuccessTests-CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-stack/e0373c9b-e604-4bc7-bd7c-a88a1d409674 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/a74e295c29ba414ca84b89c175cd3bfa/stacks/CreateStackSuccessTests-CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-stack/e0373c9b-e604-4bc7-bd7c-a88a1d409674;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:44:03,735 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:44:03 GMT Server: Apache x-openstack-request-id: req-2111fb35-0e1c-4fa5-93fa-9e336e10720a Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 559 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "a74e295c29ba414ca84b89c175cd3bfa", "OS::stack_id": "e0373c9b-e604-4bc7-bd7c-a88a1d409674", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-stack", "image_name": "CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-image", "inst_name": "CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-inst", "subnet_name": "CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-subnet", "flavor_name": "CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-flavor-name", "net_name": "CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-net"}, "deletion_time": "2018-08-12T08:44:03Z", "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-stack", "stack_user_project_id": "7c39e3bcee024f988a43074875267b50", "tags": null, "creation_time": "2018-08-12T08:43:18Z", "links": [{"href": "http://172.30.9.21:8004/v1/a74e295c29ba414ca84b89c175cd3bfa/stacks/CreateStackSuccessTests-CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-stack/e0373c9b-e604-4bc7-bd7c-a88a1d409674", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-08-12T08:43:53Z", "id": "e0373c9b-e604-4bc7-bd7c-a88a1d409674", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Simple template to deploy a single compute instance"}} 2018-08-12 08:44:03,735 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/a74e295c29ba414ca84b89c175cd3bfa/stacks/CreateStackSuccessTests-CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-stack/e0373c9b-e604-4bc7-bd7c-a88a1d409674 used request id req-2111fb35-0e1c-4fa5-93fa-9e336e10720a 2018-08-12 08:44:03,736 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2018-08-12 08:44:03,736 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-stack 2018-08-12 08:44:03,736 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-stack 2018-08-12 08:44:03,739 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8004/v1/a74e295c29ba414ca84b89c175cd3bfa/stacks/e0373c9b-e604-4bc7-bd7c-a88a1d409674 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de785cded74b2fd3b30faf89d439d22baed274f6" 2018-08-12 08:44:03,943 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:44:03 GMT Server: Apache x-openstack-request-id: req-8d5e7e66-efee-4856-ad37-69fa95e2ff58 Location: http://172.30.9.21:8004/v1/a74e295c29ba414ca84b89c175cd3bfa/stacks/CreateStackSuccessTests-CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-stack/e0373c9b-e604-4bc7-bd7c-a88a1d409674 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/a74e295c29ba414ca84b89c175cd3bfa/stacks/CreateStackSuccessTests-CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-stack/e0373c9b-e604-4bc7-bd7c-a88a1d409674;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:44:04,168 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:44:03 GMT Server: Apache x-openstack-request-id: req-1bfb12a7-8ab1-4980-8a59-0dd8b3d426c4 Content-Length: 279 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackSuccessTests-CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-08-12 08:44:04,168 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.21:8004/v1/a74e295c29ba414ca84b89c175cd3bfa/stacks/CreateStackSuccessTests-CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-stack/e0373c9b-e604-4bc7-bd7c-a88a1d409674 used request id req-1bfb12a7-8ab1-4980-8a59-0dd8b3d426c4 2018-08-12 08:44:04,170 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-be7bf991-2da1-4a48-a416-dd7c93b5999c-image 2018-08-12 08:44:04,173 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/431e7511-a167-4dff-863d-6c57050228a7 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6a85a1c323dcf6ec0d76457347546165916ce4b0" 2018-08-12 08:44:04,903 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a0d1780c-5fef-427e-aed3-246ba039ae10 Date: Sun, 12 Aug 2018 08:44: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 08:44:04,903 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/431e7511-a167-4dff-863d-6c57050228a7 used request id req-a0d1780c-5fef-427e-aed3-246ba039ae10 2018-08-12 08:44:04,907 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/flavors/e3b2bcad-e665-45db-b59c-52b46411b3ca -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c98676a2a2a4326eaa1eee9255de40aaaa48e0c0" 2018-08-12 08:44:04,943 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 08: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-8cc4d247-315c-4497-9aac-9a9b74a18317 x-compute-request-id: req-8cc4d247-315c-4497-9aac-9a9b74a18317 Content-Length: 0 Content-Type: application/json 2018-08-12 08:44:04,943 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/e3b2bcad-e665-45db-b59c-52b46411b3ca used request id req-8cc4d247-315c-4497-9aac-9a9b74a18317 2018-08-12 08:44:04,944 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:44:04,944 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:44:04,945 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:44:04,945 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:44:04,945 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:44:04,951 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f9f27f1c8c02b7e6cfc012f387d37cb7cc7a1e8" 2018-08-12 08:44:05,270 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 45548 X-Openstack-Request-Id: req-cce2e8e3-4006-4730-aaef-1aaa1a6755b7 Date: Sun, 12 Aug 2018 08:44:05 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "a74e295c29ba414ca84b89c175cd3bfa", "created_at": "2018-08-12T08:43:19Z", "updated_at": "2018-08-12T08:43:19Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:43:19Z", "revision_number": 0, "id": "1bb735bc-fdbb-4be2-86f5-9f92a2da9e46", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:43:19Z", "security_group_id": "0e339407-2c6f-4ba0-989a-babc925759ec", "tenant_id": "a74e295c29ba414ca84b89c175cd3bfa", "port_range_min": null, "ethertype": "IPv6", "project_id": "a74e295c29ba414ca84b89c175cd3bfa"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:43:19Z", "revision_number": 0, "id": "a1ad08be-9f97-4095-9bd1-4c6aebbccbef", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:43:19Z", "security_group_id": "0e339407-2c6f-4ba0-989a-babc925759ec", "tenant_id": "a74e295c29ba414ca84b89c175cd3bfa", "port_range_min": null, "ethertype": "IPv4", "project_id": "a74e295c29ba414ca84b89c175cd3bfa"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:43:19Z", "revision_number": 0, "id": "bddd91b5-ff6a-4740-86a9-dcec3a5c1420", "remote_group_id": "0e339407-2c6f-4ba0-989a-babc925759ec", "remote_ip_prefix": null, "created_at": "2018-08-12T08:43:19Z", "security_group_id": "0e339407-2c6f-4ba0-989a-babc925759ec", "tenant_id": "a74e295c29ba414ca84b89c175cd3bfa", "port_range_min": null, "ethertype": "IPv4", "project_id": "a74e295c29ba414ca84b89c175cd3bfa"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:43:19Z", "revision_number": 0, "id": "c009a375-e6b1-4ea8-8e2b-5adc2c0c2b7f", "remote_group_id": "0e339407-2c6f-4ba0-989a-babc925759ec", "remote_ip_prefix": null, "created_at": "2018-08-12T08:43:19Z", "security_group_id": "0e339407-2c6f-4ba0-989a-babc925759ec", "tenant_id": "a74e295c29ba414ca84b89c175cd3bfa", "port_range_min": null, "ethertype": "IPv6", "project_id": "a74e295c29ba414ca84b89c175cd3bfa"}], "revision_number": 4, "project_id": "a74e295c29ba414ca84b89c175cd3bfa", "id": "0e339407-2c6f-4ba0-989a-babc925759ec", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "created_at": "2018-08-12T06:59:44Z", "updated_at": "2018-08-12T06:59:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "1d7fd960-7865-4453-aecc-8d399b4fad21", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "66820d8a-b785-4b18-bd67-500221c8e4f9", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "74fc7638-a322-4841-8c47-06d36174a200", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "8eaa09ec-8419-4582-9312-1e527afe6e4b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}], "revision_number": 4, "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "created_at": "2018-08-12T05:12:34Z", "updated_at": "2018-08-12T05:12:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "709513d2-af7d-4d0b-bd3c-604fed75a711", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "aa346066-e46f-44f2-94be-2884aa998a19", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "c15f7b93-e56c-4afa-867d-2acb286d4b7b", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "cb0ef83f-5f70-4a80-ad35-431ca9df551e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}], "revision_number": 4, "project_id": "fa5a7fe6ee54472ba01638877aade8e3", "id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ea65becf30e54b27aa96a449698a435e", "created_at": "2018-08-12T05:10:35Z", "updated_at": "2018-08-12T05:10:35Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "30ad280c-f302-4cd4-a438-5139917b56f9", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "76115c4c-887d-4f0a-83e2-486e4b39c713", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "8ab14937-4c08-4d43-8a9a-662e622cc643", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "ee757a03-5662-4273-9c3e-6212e7afb48f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}], "revision_number": 4, "project_id": "ea65becf30e54b27aa96a449698a435e", "id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "created_at": "2018-08-12T06:20:09Z", "updated_at": "2018-08-12T06:20:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "1123b8f2-75ac-4a26-b9b2-a96da97408e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "2ddd2b93-e080-48cd-9a50-f5fe8a82ad0c", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "cd1bae62-0aea-4438-b4c3-50a69ae6f855", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "e398e01e-ceea-46d1-9534-b929808c4a5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}], "revision_number": 4, "project_id": "ff7abd7bb61f4f2889831e932d65dc2e", "id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "created_at": "2018-08-12T05:34:57Z", "updated_at": "2018-08-12T05:34:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "208a1c1e-f5f8-49c7-9a25-d07e68b1541f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "27bfd867-e607-4bf8-9de8-60682d3f771d", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "49360e1f-6fd3-4f35-b339-24cea95773ee", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "60f631a9-d305-4920-9631-d0543e2ac64f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}], "revision_number": 4, "project_id": "3a85ceae958d4d9fba68847e7df67db8", "id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "created_at": "2018-08-12T05:34:40Z", "updated_at": "2018-08-12T05:34:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "2192c259-363e-4768-ae73-e75837ad63b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "3f87ddc5-f84d-41dc-8215-847724782569", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "7d89f6da-ea78-49dd-9115-f9ad23b250bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "9ec4497d-0f65-44db-9be9-7b3042e4a584", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}], "revision_number": 4, "project_id": "85517fcf1c6247e699fdcdd42ecc8c79", "id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "created_at": "2018-08-12T05:16:02Z", "updated_at": "2018-08-12T05:16:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "1ecacd8c-c1c7-4a66-9871-406a69323b43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "3cc1750c-e0e7-4902-b6f3-494a161b832e", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "d719a7a4-8c99-44ed-8c12-6bf071890203", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "fe7421b5-d577-41da-8c78-62f3c07eda92", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}], "revision_number": 4, "project_id": "a267b9a156244bb192691cff6e5f74fe", "id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "315a428116f24d9fbb826b37080a918e", "created_at": "2018-08-12T05:11:31Z", "updated_at": "2018-08-12T05:11:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "5e52886a-1dc3-4a81-a55d-f388dc4fd1a1", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "678e32e4-d64c-448a-a4ab-e253ab94ae90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "a8da1539-e3ad-4f90-b2df-3dc1f09d228a", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "b73d5cc9-0205-4658-bb1f-61a042c0ab8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}], "revision_number": 4, "project_id": "315a428116f24d9fbb826b37080a918e", "id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-12T05:08:01Z", "updated_at": "2018-08-12T05:08:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:01Z", "revision_number": 0, "id": "0fb05d03-1117-45d0-930c-b6d4c96ef102", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "4faaab33-5788-4bbd-85b8-0fb44d41413a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "96d0c5a0-5c67-421b-8fc8-2b46d77e5db3", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "dd78519b-4bc5-4e8e-ad0f-58089dd69347", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "11a46741b7954b959fd7764109c047b6", "created_at": "2018-08-12T05:34:51Z", "updated_at": "2018-08-12T05:34:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "0b67bf3c-2289-43bb-ab6c-7d25ec32a279", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "51f3f833-337a-42bd-a8d5-742ea8d6c226", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "571fd0b5-ef90-408d-af33-aafb517b8993", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "944ba823-fb9c-496e-a66e-bb426bb14a8d", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}], "revision_number": 4, "project_id": "11a46741b7954b959fd7764109c047b6", "id": "90af9782-8112-4257-801d-ee5115d226ba", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "created_at": "2018-08-12T05:34:26Z", "updated_at": "2018-08-12T05:34:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "2ee1f63a-807c-4d6a-85ee-dd784f6b8c3f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5dec3ec2-2add-47dd-8618-90659dcf3885", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5ea0dc3e-49d0-43f0-94e9-f6443527d14c", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "fbfaca22-7e3e-4128-8973-43e439b77c28", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}], "revision_number": 4, "project_id": "3c01cd58055c44ecaef39f7e625c2258", "id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "521007c1818145639e93ceb270559219", "created_at": "2018-08-12T05:13:27Z", "updated_at": "2018-08-12T05:13:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "5e7fede5-b0f2-47d8-95c3-516cdfc7f9de", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "8fd0e36f-c6c4-4f64-ba97-40439e614448", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "db7d79de-1dfc-4138-945f-91e74cdc266b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "e87f2cff-ff3e-4b6d-aaf0-7f0eb0ab9f05", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}], "revision_number": 4, "project_id": "521007c1818145639e93ceb270559219", "id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "created_at": "2018-08-12T05:08:18Z", "updated_at": "2018-08-12T05:08:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "3c67be40-bf74-4f97-9693-d93ce73a23b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "6112d869-2fc6-4a25-a13c-3d55cd7206c0", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "bdf21c56-453e-482e-9cba-3c55abcb0339", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "c8e92c39-38cc-4f48-be9c-5f0912e6a725", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}], "revision_number": 4, "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "created_at": "2018-08-12T05:04:23Z", "updated_at": "2018-08-12T05:04:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "280546d9-8ad1-4283-abfc-15ee9b1736c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "58bce125-f2ca-4a6d-b9ca-4e6cf5c0f7a5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "69275b9a-cfb5-482c-a9c4-8ffc79adf2c7", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "6d747f3a-3764-469a-a645-f977585c5aac", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}], "revision_number": 4, "project_id": "310f5853751a4c968f3eeb0a3d99a0a8", "id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "created_at": "2018-08-12T05:34:42Z", "updated_at": "2018-08-12T05:34:42Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "199582e8-25aa-457a-aa7c-6d8413ca4464", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "234f3609-4454-448f-919d-c8143c7cd764", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "c1061460-71a2-49a9-a04b-9fa33eeb17ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "d21ac532-51d8-4d6b-8300-7bac216759bf", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}], "revision_number": 4, "project_id": "9f6c1a272706419c9a74b0893b2890e8", "id": "d6739716-c693-460c-89c6-e7c8c48f8245", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "created_at": "2018-08-12T05:34:54Z", "updated_at": "2018-08-12T05:34:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "0633a05a-ee7d-4476-a56b-75d011b22f77", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "6cc1b9f8-73db-47a3-a0e0-3c96c43f34da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "90d99a6b-e94f-4fd8-a10c-f19dd8954c13", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "e843c139-af2a-4d2c-a24f-59f7b10ff72e", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}], "revision_number": 4, "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "created_at": "2018-08-12T05:09:07Z", "updated_at": "2018-08-12T05:09:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "5495e168-f505-4d74-ae6d-387f0bf533c2", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "6fd19b8b-3062-456e-81ba-3ff37fe43429", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8ca59d25-485c-46ce-939c-2e4a468caeac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8f190846-50a0-42b9-b571-390809b752b1", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}], "revision_number": 4, "project_id": "fa9ca6d7608b4d7d87ce97331679a481", "id": "edcd9b17-9416-4c25-823c-060c435e18d7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "created_at": "2018-08-12T05:34:52Z", "updated_at": "2018-08-12T05:34:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "2c7e484e-6ec5-4a95-8c9c-66d294c0c27e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "70c74258-3c2c-4efc-87e0-079c26ee3417", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "b70382fa-082e-4c2b-abc8-87490fa50b11", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "c3628e02-b4b6-42c9-8751-c1a2d3c19caa", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}], "revision_number": 4, "project_id": "87db863ba6e348b0a5ddcb67053db9d1", "id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "name": "default"}]} 2018-08-12 08:44:05,271 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-cce2e8e3-4006-4730-aaef-1aaa1a6755b7 2018-08-12 08:44:05,281 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a74e295c29ba414ca84b89c175cd3bfa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f9f27f1c8c02b7e6cfc012f387d37cb7cc7a1e8" 2018-08-12 08:44:05,375 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:44:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cbf23180-f976-46dc-80df-88b606122e82 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/a74e295c29ba414ca84b89c175cd3bfa"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a74e295c29ba414ca84b89c175cd3bfa", "name": "CreateStackSuccessTests-e0764646-13f7-488-proj"}} 2018-08-12 08:44:05,375 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a74e295c29ba414ca84b89c175cd3bfa used request id req-cbf23180-f976-46dc-80df-88b606122e82 2018-08-12 08:44:05,376 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0e339407-2c6f-4ba0-989a-babc925759ec 2018-08-12 08:44:05,380 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=0e339407-2c6f-4ba0-989a-babc925759ec -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f9f27f1c8c02b7e6cfc012f387d37cb7cc7a1e8" 2018-08-12 08:44:05,567 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-7c22a1ce-e9fd-4f0f-9d26-344909e3a427 Date: Sun, 12 Aug 2018 08:44:05 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-12T08:43:19Z", "security_group_id": "0e339407-2c6f-4ba0-989a-babc925759ec", "port_range_min": null, "revision_number": 0, "tenant_id": "a74e295c29ba414ca84b89c175cd3bfa", "created_at": "2018-08-12T08:43:19Z", "project_id": "a74e295c29ba414ca84b89c175cd3bfa", "id": "1bb735bc-fdbb-4be2-86f5-9f92a2da9e46"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:43:19Z", "security_group_id": "0e339407-2c6f-4ba0-989a-babc925759ec", "port_range_min": null, "revision_number": 0, "tenant_id": "a74e295c29ba414ca84b89c175cd3bfa", "created_at": "2018-08-12T08:43:19Z", "project_id": "a74e295c29ba414ca84b89c175cd3bfa", "id": "a1ad08be-9f97-4095-9bd1-4c6aebbccbef"}, {"remote_group_id": "0e339407-2c6f-4ba0-989a-babc925759ec", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:43:19Z", "security_group_id": "0e339407-2c6f-4ba0-989a-babc925759ec", "port_range_min": null, "revision_number": 0, "tenant_id": "a74e295c29ba414ca84b89c175cd3bfa", "created_at": "2018-08-12T08:43:19Z", "project_id": "a74e295c29ba414ca84b89c175cd3bfa", "id": "bddd91b5-ff6a-4740-86a9-dcec3a5c1420"}, {"remote_group_id": "0e339407-2c6f-4ba0-989a-babc925759ec", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:43:19Z", "security_group_id": "0e339407-2c6f-4ba0-989a-babc925759ec", "port_range_min": null, "revision_number": 0, "tenant_id": "a74e295c29ba414ca84b89c175cd3bfa", "created_at": "2018-08-12T08:43:19Z", "project_id": "a74e295c29ba414ca84b89c175cd3bfa", "id": "c009a375-e6b1-4ea8-8e2b-5adc2c0c2b7f"}]} 2018-08-12 08:44:05,568 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=0e339407-2c6f-4ba0-989a-babc925759ec used request id req-7c22a1ce-e9fd-4f0f-9d26-344909e3a427 2018-08-12 08:44:05,569 - neutron_utils - INFO - Deleting security group with name - default 2018-08-12 08:44:05,574 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/0e339407-2c6f-4ba0-989a-babc925759ec -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f9f27f1c8c02b7e6cfc012f387d37cb7cc7a1e8" 2018-08-12 08:44:05,986 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e65856be-8c0e-497f-a5ef-0cf06ff97cef Content-Length: 0 Date: Sun, 12 Aug 2018 08:44:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:44:05,986 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/0e339407-2c6f-4ba0-989a-babc925759ec used request id req-e65856be-8c0e-497f-a5ef-0cf06ff97cef 2018-08-12 08:44:05,987 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-e0764646-13f7-488-proj 2018-08-12 08:44:05,990 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/a74e295c29ba414ca84b89c175cd3bfa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f9f27f1c8c02b7e6cfc012f387d37cb7cc7a1e8" 2018-08-12 08:44:06,279 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:44:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7143e5d8-1c52-44fa-ac28-887360f4f0d6 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 08:44:06,280 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/a74e295c29ba414ca84b89c175cd3bfa used request id req-7143e5d8-1c52-44fa-ac28-887360f4f0d6 2018-08-12 08:44:06,280 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-e0764646-13f7-488-proj-role 2018-08-12 08:44:06,284 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/3b597e204ced4431b37d878d5c78072c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f9f27f1c8c02b7e6cfc012f387d37cb7cc7a1e8" 2018-08-12 08:44:06,393 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:44:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-027b01f2-56c0-4b2e-baae-e1ee134aa3e8 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 08:44:06,393 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/3b597e204ced4431b37d878d5c78072c used request id req-027b01f2-56c0-4b2e-baae-e1ee134aa3e8 2018-08-12 08:44:06,397 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f9f27f1c8c02b7e6cfc012f387d37cb7cc7a1e8" 2018-08-12 08:44:06,486 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:44:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3b4950e7-da78-4078-93ab-0076eaa06df3 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:44:06,486 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-3b4950e7-da78-4078-93ab-0076eaa06df3 2018-08-12 08:44:06,487 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-e0764646-13f7-488-user 2018-08-12 08:44:06,490 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/2b1272e5c5b2433cabfd7e13bbeaa21c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a40135cc1aeccbdd7bb36d8b854b8e26f9e6f5d" 2018-08-12 08:44:06,736 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:44:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-96cd766f-8a82-4140-a57f-f7b7dfc89722 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 08:44:06,736 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/2b1272e5c5b2433cabfd7e13bbeaa21c used request id req-96cd766f-8a82-4140-a57f-f7b7dfc89722 2018-08-12 08:44:06,738 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:44:07,148 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:44:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["VV1bna9RTv2JGfazmBtVdQ"], "issued_at": "2018-08-12T08:44:07.000000Z"}} 2018-08-12 08:44:07,148 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}16788c3e9f70fa2e47264f435e0a50c3f1260ecd" 2018-08-12 08:44:07,237 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:44:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b53a9855-aac7-4476-a909-b1d40a3f8754 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:44:07,237 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-b53a9855-aac7-4476-a909-b1d40a3f8754 2018-08-12 08:44:07,238 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:44:07,239 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:44:07,634 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:44:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["FvE4H7t-RNONPpWVMtg74A"], "issued_at": "2018-08-12T08:44:07.000000Z"}} 2018-08-12 08:44:07,635 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}8261b776598a1a2238e68113e2e9e868150e12ff" 2018-08-12 08:44:07,725 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:44:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1db156b7-df3e-4419-8bfc-79965ffe014e Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:44:07,726 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-1db156b7-df3e-4419-8bfc-79965ffe014e 2018-08-12 08:44:07,730 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:44:07,735 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:44:07 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:44:07,736 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackVolumeTests-788d32f7-4771-45d-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8261b776598a1a2238e68113e2e9e868150e12ff" 2018-08-12 08:44:07,822 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:44:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-393c5c28-9355-4c42-bf59-be7efb1bd5fb Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackVolumeTests-788d32f7-4771-45d-proj", "previous": null, "next": null}, "projects": []} 2018-08-12 08:44:07,822 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackVolumeTests-788d32f7-4771-45d-proj used request id req-393c5c28-9355-4c42-bf59-be7efb1bd5fb 2018-08-12 08:44:07,826 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8261b776598a1a2238e68113e2e9e868150e12ff" 2018-08-12 08:44:07,911 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:44:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ea23ce0d-f71b-4650-b265-9488355e329f Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:44:07,911 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-ea23ce0d-f71b-4650-b265-9488355e329f 2018-08-12 08:44:07,915 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8261b776598a1a2238e68113e2e9e868150e12ff" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackVolumeTests-788d32f7-4771-45d-proj"}}' 2018-08-12 08:44:08,076 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:44:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-97479f94-5305-4293-9bf5-70d03274f2d4 Content-Length: 319 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/36007232ab9943fd8039659ab112d578"}, "tags": [], "enabled": true, "id": "36007232ab9943fd8039659ab112d578", "parent_id": "default", "domain_id": "default", "name": "CreateStackVolumeTests-788d32f7-4771-45d-proj"}} 2018-08-12 08:44:08,076 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-97479f94-5305-4293-9bf5-70d03274f2d4 2018-08-12 08:44:08,077 - keystone_utils - INFO - Created project with name - CreateStackVolumeTests-788d32f7-4771-45d-proj 2018-08-12 08:44:08,077 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:44:08,078 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:44:08,470 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:44:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["q95BbZNpQOuC4pZPnaJJmQ"], "issued_at": "2018-08-12T08:44:08.000000Z"}} 2018-08-12 08:44:08,471 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}349c7dc6d6a9b8c347c133a1ba8cdb952678872f" 2018-08-12 08:44:08,580 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:44:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-98dfb140-53ad-434c-9a26-5498d60c7fa6 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:44:08,580 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-98dfb140-53ad-434c-9a26-5498d60c7fa6 2018-08-12 08:44:08,584 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:44:08,589 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:44:08 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:44:08,590 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}349c7dc6d6a9b8c347c133a1ba8cdb952678872f" 2018-08-12 08:44:08,699 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:44:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bf055807-024e-4f6f-87d5-3de491bc2d4e Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/105a247548624314b9228f85f6325f0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105a247548624314b9228f85f6325f0b", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/1c5de0eaa44543f08da6ad63a51594ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c5de0eaa44543f08da6ad63a51594ff", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/1d127b5b832547a88a547c116dfdd65b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d127b5b832547a88a547c116dfdd65b", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/1d5cfc170d624ce4ae53ae0507c8d517"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d5cfc170d624ce4ae53ae0507c8d517", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/2421820b75eb4d3ebd02830378d1377b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2421820b75eb4d3ebd02830378d1377b", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/40bd8ee54ecf44868cc83cede652c396"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40bd8ee54ecf44868cc83cede652c396", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/4f32fb8153854c4c9f5094b42b523f80"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f32fb8153854c4c9f5094b42b523f80", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7066130d08fb4db7bf4ab468de53933b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7066130d08fb4db7bf4ab468de53933b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/8d0898a83bcf4521bbc11501d5d7ac89"}, "domain_id": "1eec97585bde483292ece28ee11f4b8d", "enabled": true, "options": {}, "id": "8d0898a83bcf4521bbc11501d5d7ac89", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/9defcced327d476f8a3beab718a13da3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9defcced327d476f8a3beab718a13da3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/b80ee4f6992446e0879624dd436e99a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b80ee4f6992446e0879624dd436e99a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b86fd3e011324d398fcdb6f095a20a9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b86fd3e011324d398fcdb6f095a20a9d", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1701d2754064b5cadf765ea0806f9b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1701d2754064b5cadf765ea0806f9b2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/db4e7b8d76d549faa502716565c733dd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db4e7b8d76d549faa502716565c733dd", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-12 08:44:08,699 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-bf055807-024e-4f6f-87d5-3de491bc2d4e 2018-08-12 08:44:08,703 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateStackVolumeTests-788d32f7-4771-45d-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}349c7dc6d6a9b8c347c133a1ba8cdb952678872f" 2018-08-12 08:44:08,724 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:44:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9ea7e368-6730-4de3-9b5d-c9b1572c5de1 Content-Encoding: gzip Content-Length: 260 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateStackVolumeTests-788d32f7-4771-45d-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/36007232ab9943fd8039659ab112d578"}, "tags": [], "enabled": true, "id": "36007232ab9943fd8039659ab112d578", "parent_id": "default", "domain_id": "default", "name": "CreateStackVolumeTests-788d32f7-4771-45d-proj"}]} 2018-08-12 08:44:08,724 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateStackVolumeTests-788d32f7-4771-45d-proj used request id req-9ea7e368-6730-4de3-9b5d-c9b1572c5de1 2018-08-12 08:44:08,728 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}349c7dc6d6a9b8c347c133a1ba8cdb952678872f" 2018-08-12 08:44:08,822 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:44:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d3ea72ff-925c-4c43-a0cb-cdbfc56f575a Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:44:08,822 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-d3ea72ff-925c-4c43-a0cb-cdbfc56f575a 2018-08-12 08:44:09,146 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}349c7dc6d6a9b8c347c133a1ba8cdb952678872f" 2018-08-12 08:44:09,233 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:44:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-86e1ee84-6fd6-48a5-89eb-b151962cc3eb Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:44:09,233 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-86e1ee84-6fd6-48a5-89eb-b151962cc3eb 2018-08-12 08:44:09,237 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateStackVolumeTests-788d32f7-4771-45d-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}349c7dc6d6a9b8c347c133a1ba8cdb952678872f" 2018-08-12 08:44:09,327 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:44:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-58297290-4d22-476f-b964-f9856e82691b Content-Encoding: gzip Content-Length: 260 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateStackVolumeTests-788d32f7-4771-45d-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/36007232ab9943fd8039659ab112d578"}, "tags": [], "enabled": true, "id": "36007232ab9943fd8039659ab112d578", "parent_id": "default", "domain_id": "default", "name": "CreateStackVolumeTests-788d32f7-4771-45d-proj"}]} 2018-08-12 08:44:09,327 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateStackVolumeTests-788d32f7-4771-45d-proj used request id req-58297290-4d22-476f-b964-f9856e82691b 2018-08-12 08:44:09,331 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users/56db40d0e8b748b797845dd229cb015e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}349c7dc6d6a9b8c347c133a1ba8cdb952678872f" 2018-08-12 08:44:09,433 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:44:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-66ad918b-fd34-41ef-8f0d-d15a3556a41a Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackVolumeTests-788d32f7-4771-45d-user", "links": {"self": "http://172.30.9.21:5000/v3/users/56db40d0e8b748b797845dd229cb015e"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "36007232ab9943fd8039659ab112d578", "id": "56db40d0e8b748b797845dd229cb015e", "password_expires_at": null}} 2018-08-12 08:44:09,433 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/56db40d0e8b748b797845dd229cb015e used request id req-66ad918b-fd34-41ef-8f0d-d15a3556a41a 2018-08-12 08:44:09,436 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/36007232ab9943fd8039659ab112d578/users/56db40d0e8b748b797845dd229cb015e/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}349c7dc6d6a9b8c347c133a1ba8cdb952678872f" 2018-08-12 08:44:09,545 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:44:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ddb7bb40-e799-4a7e-b0a5-49d3ce1801a0 Content-Encoding: gzip Content-Length: 166 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects/36007232ab9943fd8039659ab112d578/users/56db40d0e8b748b797845dd229cb015e/roles", "previous": null, "next": null}, "roles": []} 2018-08-12 08:44:09,545 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/36007232ab9943fd8039659ab112d578/users/56db40d0e8b748b797845dd229cb015e/roles used request id req-ddb7bb40-e799-4a7e-b0a5-49d3ce1801a0 2018-08-12 08:44:09,549 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}349c7dc6d6a9b8c347c133a1ba8cdb952678872f" 2018-08-12 08:44:09,638 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:44:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-288d99c0-8258-490f-8294-87ecc166cbce Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}} 2018-08-12 08:44:09,638 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c used request id req-288d99c0-8258-490f-8294-87ecc166cbce 2018-08-12 08:44:09,638 - keystone_utils - INFO - Granting role admin to project CreateStackVolumeTests-788d32f7-4771-45d-proj 2018-08-12 08:44:09,642 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/36007232ab9943fd8039659ab112d578/users/56db40d0e8b748b797845dd229cb015e/roles/8dbf9ffab0974542864a297567a51a1c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}349c7dc6d6a9b8c347c133a1ba8cdb952678872f" 2018-08-12 08:44:09,785 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:44:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3f258224-98c4-4915-b0a7-741a0d5fdcae 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 08:44:09,786 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/36007232ab9943fd8039659ab112d578/users/56db40d0e8b748b797845dd229cb015e/roles/8dbf9ffab0974542864a297567a51a1c used request id req-3f258224-98c4-4915-b0a7-741a0d5fdcae 2018-08-12 08:44:09,789 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}349c7dc6d6a9b8c347c133a1ba8cdb952678872f" 2018-08-12 08:44:09,880 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:44:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-927cf321-4894-4e18-ab30-a56a67472075 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:44:09,880 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-927cf321-4894-4e18-ab30-a56a67472075 2018-08-12 08:44:09,883 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateStackVolumeTests-788d32f7-4771-45d-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}349c7dc6d6a9b8c347c133a1ba8cdb952678872f" 2018-08-12 08:44:09,974 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:44:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3127d09d-49fb-45ce-a59f-b7687092f11d Content-Encoding: gzip Content-Length: 260 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateStackVolumeTests-788d32f7-4771-45d-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/36007232ab9943fd8039659ab112d578"}, "tags": [], "enabled": true, "id": "36007232ab9943fd8039659ab112d578", "parent_id": "default", "domain_id": "default", "name": "CreateStackVolumeTests-788d32f7-4771-45d-proj"}]} 2018-08-12 08:44:09,975 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateStackVolumeTests-788d32f7-4771-45d-proj used request id req-3127d09d-49fb-45ce-a59f-b7687092f11d 2018-08-12 08:44:09,975 - keystone_utils - INFO - Created user with name - CreateStackVolumeTests-788d32f7-4771-45d-user 2018-08-12 08:44:09,975 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:44:09,979 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8261b776598a1a2238e68113e2e9e868150e12ff" 2018-08-12 08:44:10,062 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:44:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c645263e-e3b3-4fed-97d9-bf61916e9dfc Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:44:10,062 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-c645263e-e3b3-4fed-97d9-bf61916e9dfc 2018-08-12 08:44:10,066 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8261b776598a1a2238e68113e2e9e868150e12ff" -d '{"role": {"name": "CreateStackVolumeTests-788d32f7-4771-45d-proj-role"}}' 2018-08-12 08:44:10,184 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:44:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5631f7c7-3483-421d-a9eb-18be5a34a8f6 Content-Length: 221 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "9ad17b998c37440e8b9cfb447244e187", "links": {"self": "http://172.30.9.21:5000/v3/roles/9ad17b998c37440e8b9cfb447244e187"}, "name": "CreateStackVolumeTests-788d32f7-4771-45d-proj-role"}} 2018-08-12 08:44:10,184 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-5631f7c7-3483-421d-a9eb-18be5a34a8f6 2018-08-12 08:44:10,184 - keystone_utils - INFO - Created role with name - CreateStackVolumeTests-788d32f7-4771-45d-proj-role 2018-08-12 08:44:10,188 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/9ad17b998c37440e8b9cfb447244e187 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8261b776598a1a2238e68113e2e9e868150e12ff" 2018-08-12 08:44:10,278 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:44:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b3b28669-3884-4a69-a731-b3de7354c1dc Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "9ad17b998c37440e8b9cfb447244e187", "links": {"self": "http://172.30.9.21:5000/v3/roles/9ad17b998c37440e8b9cfb447244e187"}, "name": "CreateStackVolumeTests-788d32f7-4771-45d-proj-role"}} 2018-08-12 08:44:10,279 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/9ad17b998c37440e8b9cfb447244e187 used request id req-b3b28669-3884-4a69-a731-b3de7354c1dc 2018-08-12 08:44:10,279 - keystone_utils - INFO - Granting role CreateStackVolumeTests-788d32f7-4771-45d-proj-role to project CreateStackVolumeTests-788d32f7-4771-45d-proj 2018-08-12 08:44:10,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/36007232ab9943fd8039659ab112d578/users/56db40d0e8b748b797845dd229cb015e/roles/9ad17b998c37440e8b9cfb447244e187 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8261b776598a1a2238e68113e2e9e868150e12ff" 2018-08-12 08:44:10,408 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:44:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-732acef8-961c-4929-87a0-10ea9a05f616 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 08:44:10,408 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/36007232ab9943fd8039659ab112d578/users/56db40d0e8b748b797845dd229cb015e/roles/9ad17b998c37440e8b9cfb447244e187 used request id req-732acef8-961c-4929-87a0-10ea9a05f616 2018-08-12 08:44:10,409 - heat_utils - DEBUG - Retrieving Heat Client 2018-08-12 08:44:10,409 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:44:10,410 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:44:10,812 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9ad17b998c37440e8b9cfb447244e187", "name": "CreateStackVolumeTests-788d32f7-4771-45d-proj-role"}, {"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:44:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "36007232ab9943fd8039659ab112d578", "name": "CreateStackVolumeTests-788d32f7-4771-45d-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/36007232ab9943fd8039659ab112d578", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/36007232ab9943fd8039659ab112d578", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/36007232ab9943fd8039659ab112d578", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_36007232ab9943fd8039659ab112d578", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_36007232ab9943fd8039659ab112d578", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/36007232ab9943fd8039659ab112d578", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/36007232ab9943fd8039659ab112d578", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/36007232ab9943fd8039659ab112d578", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/36007232ab9943fd8039659ab112d578", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/36007232ab9943fd8039659ab112d578", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/36007232ab9943fd8039659ab112d578", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/36007232ab9943fd8039659ab112d578", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/36007232ab9943fd8039659ab112d578", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/36007232ab9943fd8039659ab112d578", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackVolumeTests-788d32f7-4771-45d-user", "id": "56db40d0e8b748b797845dd229cb015e"}, "audit_ids": ["N36e_ECUSQ6fHJ3fFV2gLQ"], "issued_at": "2018-08-12T08:44:10.000000Z"}} 2018-08-12 08:44:10,813 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}07df08bc0ecc15f16108c2c3b7043bd49a0c4d22" 2018-08-12 08:44:10,900 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:44:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-892e4e26-d71d-42e0-8545-adbdf9f8ef4d Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:44:10,900 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-892e4e26-d71d-42e0-8545-adbdf9f8ef4d 2018-08-12 08:44:10,902 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:44:10,902 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:44:10,902 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:44:10,902 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:44:10,902 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:44:10,904 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-12 08:44:10,906 - heat_utils - DEBUG - Retrieving Heat Client 2018-08-12 08:44:10,909 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/36007232ab9943fd8039659ab112d578/stacks?stack_name=CreateStackVolumeTests-CreateStackVolumeTests-6557f503-6631-40ed-8823-daa80827d1e6-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07df08bc0ecc15f16108c2c3b7043bd49a0c4d22" 2018-08-12 08:44:11,100 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:44:10 GMT Server: Apache x-openstack-request-id: req-b6cfc6fb-4bcc-4feb-a2dd-31912940a9d9 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-08-12 08:44:11,101 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/36007232ab9943fd8039659ab112d578/stacks?stack_name=CreateStackVolumeTests-CreateStackVolumeTests-6557f503-6631-40ed-8823-daa80827d1e6-stack used request id req-b6cfc6fb-4bcc-4feb-a2dd-31912940a9d9 2018-08-12 08:44:11,119 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8004/v1/36007232ab9943fd8039659ab112d578/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07df08bc0ecc15f16108c2c3b7043bd49a0c4d22" -d '{"stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-6557f503-6631-40ed-8823-daa80827d1e6-stack", "template": {"heat_template_version": "2015-04-30", "description": "Simple template to deploy a single volume with encryption", "parameters": {"volume_type_name": {"default": "test-vol-type-name", "type": "string", "description": "The name of the volume type", "label": "Volume Type name"}, "volume_name": {"default": "test-vol-name", "type": "string", "description": "The name of the volume", "label": "Volume name"}}, "resources": {"volume": {"type": "OS::Cinder::Volume", "properties": {"name": {"get_param": "volume_name"}, "volume_type": {"get_resource": "volume_type"}, "size": 1}}, "volume_type": {"type": "OS::Cinder::VolumeType", "properties": {"name": {"get_param": "volume_type_name"}}}}}, "parameters": {"volume_type_name": "CreateStackVolumeTests-6557f503-6631-40ed-8823-daa80827d1e6-volume-type", "volume_name": "CreateStackVolumeTests-6557f503-6631-40ed-8823-daa80827d1e6-volume"}}' 2018-08-12 08:44:12,850 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:44:11 GMT Server: Apache x-openstack-request-id: req-7d57d384-f86a-4573-b9e8-64be15adaf60 Location: http://172.30.9.21:8004/v1/36007232ab9943fd8039659ab112d578/stacks/CreateStackVolumeTests-CreateStackVolumeTests-6557f503-6631-40ed-8823-daa80827d1e6-stack/491e9aa6-0eb0-4619-b840-0b1271311404 Content-Length: 289 Content-Type: application/json RESP BODY: {"stack": {"id": "491e9aa6-0eb0-4619-b840-0b1271311404", "links": [{"href": "http://172.30.9.21:8004/v1/36007232ab9943fd8039659ab112d578/stacks/CreateStackVolumeTests-CreateStackVolumeTests-6557f503-6631-40ed-8823-daa80827d1e6-stack/491e9aa6-0eb0-4619-b840-0b1271311404", "rel": "self"}]}} 2018-08-12 08:44:12,850 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.21:8004/v1/36007232ab9943fd8039659ab112d578/stacks used request id req-7d57d384-f86a-4573-b9e8-64be15adaf60 2018-08-12 08:44:12,853 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/36007232ab9943fd8039659ab112d578/stacks/491e9aa6-0eb0-4619-b840-0b1271311404 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07df08bc0ecc15f16108c2c3b7043bd49a0c4d22" 2018-08-12 08:44:13,059 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:44:12 GMT Server: Apache x-openstack-request-id: req-b3c14407-7eb9-44c9-9806-62bf2cc06350 Location: http://172.30.9.21:8004/v1/36007232ab9943fd8039659ab112d578/stacks/CreateStackVolumeTests-CreateStackVolumeTests-6557f503-6631-40ed-8823-daa80827d1e6-stack/491e9aa6-0eb0-4619-b840-0b1271311404 Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/36007232ab9943fd8039659ab112d578/stacks/CreateStackVolumeTests-CreateStackVolumeTests-6557f503-6631-40ed-8823-daa80827d1e6-stack/491e9aa6-0eb0-4619-b840-0b1271311404;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:44:13,274 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:44:13 GMT Server: Apache x-openstack-request-id: req-2f087276-a42f-431f-8df9-acc2c47916bd Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 532 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single volume with encryption", "parameters": {"OS::project_id": "36007232ab9943fd8039659ab112d578", "volume_type_name": "CreateStackVolumeTests-6557f503-6631-40ed-8823-daa80827d1e6-volume-type", "OS::stack_id": "491e9aa6-0eb0-4619-b840-0b1271311404", "OS::stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-6557f503-6631-40ed-8823-daa80827d1e6-stack", "volume_name": "CreateStackVolumeTests-6557f503-6631-40ed-8823-daa80827d1e6-volume"}, "deletion_time": null, "stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-6557f503-6631-40ed-8823-daa80827d1e6-stack", "stack_user_project_id": "1d67b1ca79cc45d7aca05c9277310c2f", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-12T08:44:12Z", "links": [{"href": "http://172.30.9.21:8004/v1/36007232ab9943fd8039659ab112d578/stacks/CreateStackVolumeTests-CreateStackVolumeTests-6557f503-6631-40ed-8823-daa80827d1e6-stack/491e9aa6-0eb0-4619-b840-0b1271311404", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "491e9aa6-0eb0-4619-b840-0b1271311404", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2018-08-12 08:44:13,274 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/36007232ab9943fd8039659ab112d578/stacks/CreateStackVolumeTests-CreateStackVolumeTests-6557f503-6631-40ed-8823-daa80827d1e6-stack/491e9aa6-0eb0-4619-b840-0b1271311404 used request id req-2f087276-a42f-431f-8df9-acc2c47916bd 2018-08-12 08:44:13,275 - create_stack - INFO - Created stack with name - CreateStackVolumeTests-CreateStackVolumeTests-6557f503-6631-40ed-8823-daa80827d1e6-stack 2018-08-12 08:44:13,277 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/36007232ab9943fd8039659ab112d578/stacks/491e9aa6-0eb0-4619-b840-0b1271311404 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07df08bc0ecc15f16108c2c3b7043bd49a0c4d22" 2018-08-12 08:44:13,473 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:44:13 GMT Server: Apache x-openstack-request-id: req-e269da46-de05-4b52-b21e-18f17750a91d Location: http://172.30.9.21:8004/v1/36007232ab9943fd8039659ab112d578/stacks/CreateStackVolumeTests-CreateStackVolumeTests-6557f503-6631-40ed-8823-daa80827d1e6-stack/491e9aa6-0eb0-4619-b840-0b1271311404 Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/36007232ab9943fd8039659ab112d578/stacks/CreateStackVolumeTests-CreateStackVolumeTests-6557f503-6631-40ed-8823-daa80827d1e6-stack/491e9aa6-0eb0-4619-b840-0b1271311404;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:44:13,685 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:44:13 GMT Server: Apache x-openstack-request-id: req-f681498c-1117-4ce3-9651-9c5ececb3111 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 532 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single volume with encryption", "parameters": {"OS::project_id": "36007232ab9943fd8039659ab112d578", "volume_type_name": "CreateStackVolumeTests-6557f503-6631-40ed-8823-daa80827d1e6-volume-type", "OS::stack_id": "491e9aa6-0eb0-4619-b840-0b1271311404", "OS::stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-6557f503-6631-40ed-8823-daa80827d1e6-stack", "volume_name": "CreateStackVolumeTests-6557f503-6631-40ed-8823-daa80827d1e6-volume"}, "deletion_time": null, "stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-6557f503-6631-40ed-8823-daa80827d1e6-stack", "stack_user_project_id": "1d67b1ca79cc45d7aca05c9277310c2f", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-12T08:44:12Z", "links": [{"href": "http://172.30.9.21:8004/v1/36007232ab9943fd8039659ab112d578/stacks/CreateStackVolumeTests-CreateStackVolumeTests-6557f503-6631-40ed-8823-daa80827d1e6-stack/491e9aa6-0eb0-4619-b840-0b1271311404", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "491e9aa6-0eb0-4619-b840-0b1271311404", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2018-08-12 08:44:13,685 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/36007232ab9943fd8039659ab112d578/stacks/CreateStackVolumeTests-CreateStackVolumeTests-6557f503-6631-40ed-8823-daa80827d1e6-stack/491e9aa6-0eb0-4619-b840-0b1271311404 used request id req-f681498c-1117-4ce3-9651-9c5ececb3111 2018-08-12 08:44:13,686 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-08-12 08:44:13,686 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-08-12 08:44:16,689 - create_stack - DEBUG - Stack status query timeout in 1196.58560109 2018-08-12 08:44:16,692 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/36007232ab9943fd8039659ab112d578/stacks/491e9aa6-0eb0-4619-b840-0b1271311404 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07df08bc0ecc15f16108c2c3b7043bd49a0c4d22" 2018-08-12 08:44:16,913 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:44:16 GMT Server: Apache x-openstack-request-id: req-9543aa4a-6991-4085-b508-505eb15ab98b Location: http://172.30.9.21:8004/v1/36007232ab9943fd8039659ab112d578/stacks/CreateStackVolumeTests-CreateStackVolumeTests-6557f503-6631-40ed-8823-daa80827d1e6-stack/491e9aa6-0eb0-4619-b840-0b1271311404 Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/36007232ab9943fd8039659ab112d578/stacks/CreateStackVolumeTests-CreateStackVolumeTests-6557f503-6631-40ed-8823-daa80827d1e6-stack/491e9aa6-0eb0-4619-b840-0b1271311404;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:44:17,130 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:44:16 GMT Server: Apache x-openstack-request-id: req-b0fb9701-7492-47d5-96fc-f3496cb7ac99 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 539 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single volume with encryption", "parameters": {"OS::project_id": "36007232ab9943fd8039659ab112d578", "volume_type_name": "CreateStackVolumeTests-6557f503-6631-40ed-8823-daa80827d1e6-volume-type", "OS::stack_id": "491e9aa6-0eb0-4619-b840-0b1271311404", "OS::stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-6557f503-6631-40ed-8823-daa80827d1e6-stack", "volume_name": "CreateStackVolumeTests-6557f503-6631-40ed-8823-daa80827d1e6-volume"}, "deletion_time": null, "stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-6557f503-6631-40ed-8823-daa80827d1e6-stack", "stack_user_project_id": "1d67b1ca79cc45d7aca05c9277310c2f", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-08-12T08:44:12Z", "links": [{"href": "http://172.30.9.21:8004/v1/36007232ab9943fd8039659ab112d578/stacks/CreateStackVolumeTests-CreateStackVolumeTests-6557f503-6631-40ed-8823-daa80827d1e6-stack/491e9aa6-0eb0-4619-b840-0b1271311404", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "491e9aa6-0eb0-4619-b840-0b1271311404", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2018-08-12 08:44:17,130 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/36007232ab9943fd8039659ab112d578/stacks/CreateStackVolumeTests-CreateStackVolumeTests-6557f503-6631-40ed-8823-daa80827d1e6-stack/491e9aa6-0eb0-4619-b840-0b1271311404 used request id req-b0fb9701-7492-47d5-96fc-f3496cb7ac99 2018-08-12 08:44:17,131 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2018-08-12 08:44:17,131 - create_stack - DEBUG - Stack is active with name - CreateStackVolumeTests-CreateStackVolumeTests-6557f503-6631-40ed-8823-daa80827d1e6-stack 2018-08-12 08:44:17,131 - create_stack - INFO - Stack is now active with name - CreateStackVolumeTests-CreateStackVolumeTests-6557f503-6631-40ed-8823-daa80827d1e6-stack 2018-08-12 08:44:17,134 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/36007232ab9943fd8039659ab112d578/stacks/491e9aa6-0eb0-4619-b840-0b1271311404/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07df08bc0ecc15f16108c2c3b7043bd49a0c4d22" 2018-08-12 08:44:17,321 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:44:17 GMT Server: Apache x-openstack-request-id: req-d87e4817-e7c1-4b94-b453-aa5b3a9aec30 Location: http://172.30.9.21:8004/v1/36007232ab9943fd8039659ab112d578/stacks/CreateStackVolumeTests-CreateStackVolumeTests-6557f503-6631-40ed-8823-daa80827d1e6-stack/491e9aa6-0eb0-4619-b840-0b1271311404/resources Content-Length: 547 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/36007232ab9943fd8039659ab112d578/stacks/CreateStackVolumeTests-CreateStackVolumeTests-6557f503-6631-40ed-8823-daa80827d1e6-stack/491e9aa6-0eb0-4619-b840-0b1271311404/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:44:17,544 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:44:17 GMT Server: Apache x-openstack-request-id: req-43e1267e-7380-4c55-9a0d-e5dcaabaf9c8 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 445 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "volume", "links": [{"href": "http://172.30.9.21:8004/v1/36007232ab9943fd8039659ab112d578/stacks/CreateStackVolumeTests-CreateStackVolumeTests-6557f503-6631-40ed-8823-daa80827d1e6-stack/491e9aa6-0eb0-4619-b840-0b1271311404/resources/volume", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/36007232ab9943fd8039659ab112d578/stacks/CreateStackVolumeTests-CreateStackVolumeTests-6557f503-6631-40ed-8823-daa80827d1e6-stack/491e9aa6-0eb0-4619-b840-0b1271311404", "rel": "stack"}], "logical_resource_id": "volume", "creation_time": "2018-08-12T08:44:12Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-12T08:44:12Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "3399eca2-cb70-4ca5-a2ee-117a87cf2e42", "resource_type": "OS::Cinder::Volume"}, {"resource_name": "volume_type", "links": [{"href": "http://172.30.9.21:8004/v1/36007232ab9943fd8039659ab112d578/stacks/CreateStackVolumeTests-CreateStackVolumeTests-6557f503-6631-40ed-8823-daa80827d1e6-stack/491e9aa6-0eb0-4619-b840-0b1271311404/resources/volume_type", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/36007232ab9943fd8039659ab112d578/stacks/CreateStackVolumeTests-CreateStackVolumeTests-6557f503-6631-40ed-8823-daa80827d1e6-stack/491e9aa6-0eb0-4619-b840-0b1271311404", "rel": "stack"}], "logical_resource_id": "volume_type", "creation_time": "2018-08-12T08:44:12Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-12T08:44:12Z", "required_by": ["volume"], "resource_status_reason": "state changed", "physical_resource_id": "2be8263f-7b11-4465-bf6e-6379c43ba353", "resource_type": "OS::Cinder::VolumeType"}]} 2018-08-12 08:44:17,545 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/36007232ab9943fd8039659ab112d578/stacks/CreateStackVolumeTests-CreateStackVolumeTests-6557f503-6631-40ed-8823-daa80827d1e6-stack/491e9aa6-0eb0-4619-b840-0b1271311404/resources used request id req-43e1267e-7380-4c55-9a0d-e5dcaabaf9c8 2018-08-12 08:44:17,549 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/36007232ab9943fd8039659ab112d578/volumes/3399eca2-cb70-4ca5-a2ee-117a87cf2e42 -H "OpenStack-API-Version: volume 3.5" -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07df08bc0ecc15f16108c2c3b7043bd49a0c4d22" 2018-08-12 08:44:17,783 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:44:17 GMT Server: Apache x-compute-request-id: req-7efb35f0-d74e-47e9-a431-5847422b1184 OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-7efb35f0-d74e-47e9-a431-5847422b1184 Content-Encoding: gzip Content-Length: 518 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/36007232ab9943fd8039659ab112d578/volumes/3399eca2-cb70-4ca5-a2ee-117a87cf2e42", "rel": "self"}, {"href": "http://172.30.9.21:8776/36007232ab9943fd8039659ab112d578/volumes/3399eca2-cb70-4ca5-a2ee-117a87cf2e42", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-08-12T08:44:14.000000", "replication_status": null, "snapshot_id": null, "id": "3399eca2-cb70-4ca5-a2ee-117a87cf2e42", "size": 1, "user_id": "56db40d0e8b748b797845dd229cb015e", "os-vol-tenant-attr:tenant_id": "36007232ab9943fd8039659ab112d578", "os-vol-mig-status-attr:migstat": null, "metadata": {}, "status": "available", "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "os-vol-mig-status-attr:name_id": null, "name": "CreateStackVolumeTests-6557f503-6631-40ed-8823-daa80827d1e6-volume", "bootable": "false", "created_at": "2018-08-12T08:44:14.000000", "volume_type": "CreateStackVolumeTests-6557f503-6631-40ed-8823-daa80827d1e6-volume-type"}} 2018-08-12 08:44:17,783 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/36007232ab9943fd8039659ab112d578/volumes/3399eca2-cb70-4ca5-a2ee-117a87cf2e42 used request id req-7efb35f0-d74e-47e9-a431-5847422b1184 2018-08-12 08:44:17,784 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:44:17,785 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:44:18,179 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9ad17b998c37440e8b9cfb447244e187", "name": "CreateStackVolumeTests-788d32f7-4771-45d-proj-role"}, {"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:44:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "36007232ab9943fd8039659ab112d578", "name": "CreateStackVolumeTests-788d32f7-4771-45d-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/36007232ab9943fd8039659ab112d578", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/36007232ab9943fd8039659ab112d578", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/36007232ab9943fd8039659ab112d578", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_36007232ab9943fd8039659ab112d578", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_36007232ab9943fd8039659ab112d578", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/36007232ab9943fd8039659ab112d578", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/36007232ab9943fd8039659ab112d578", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/36007232ab9943fd8039659ab112d578", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/36007232ab9943fd8039659ab112d578", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/36007232ab9943fd8039659ab112d578", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/36007232ab9943fd8039659ab112d578", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/36007232ab9943fd8039659ab112d578", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/36007232ab9943fd8039659ab112d578", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/36007232ab9943fd8039659ab112d578", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackVolumeTests-788d32f7-4771-45d-user", "id": "56db40d0e8b748b797845dd229cb015e"}, "audit_ids": ["4DO3Jo2tSnOkwHOZcoKvgw"], "issued_at": "2018-08-12T08:44:18.000000Z"}} 2018-08-12 08:44:18,180 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}eef59725836889e6330e858a29a7f141590f5a12" 2018-08-12 08:44:18,269 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:44:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8fe21ab1-91b4-45d4-9251-e3f19acaf35a Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:44:18,269 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-8fe21ab1-91b4-45d4-9251-e3f19acaf35a 2018-08-12 08:44:18,275 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/36007232ab9943fd8039659ab112d578/volumes/detail -H "OpenStack-API-Version: volume 3.5" -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eef59725836889e6330e858a29a7f141590f5a12" 2018-08-12 08:44:18,508 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:44:18 GMT Server: Apache x-compute-request-id: req-cce102ca-8b49-430b-b17e-1c74d600c7d6 OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-cce102ca-8b49-430b-b17e-1c74d600c7d6 Content-Encoding: gzip Content-Length: 518 Content-Type: application/json RESP BODY: {"volumes": [{"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/36007232ab9943fd8039659ab112d578/volumes/3399eca2-cb70-4ca5-a2ee-117a87cf2e42", "rel": "self"}, {"href": "http://172.30.9.21:8776/36007232ab9943fd8039659ab112d578/volumes/3399eca2-cb70-4ca5-a2ee-117a87cf2e42", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-08-12T08:44:14.000000", "replication_status": null, "snapshot_id": null, "id": "3399eca2-cb70-4ca5-a2ee-117a87cf2e42", "size": 1, "user_id": "56db40d0e8b748b797845dd229cb015e", "os-vol-tenant-attr:tenant_id": "36007232ab9943fd8039659ab112d578", "os-vol-mig-status-attr:migstat": null, "metadata": {}, "status": "available", "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "os-vol-mig-status-attr:name_id": null, "name": "CreateStackVolumeTests-6557f503-6631-40ed-8823-daa80827d1e6-volume", "bootable": "false", "created_at": "2018-08-12T08:44:14.000000", "volume_type": "CreateStackVolumeTests-6557f503-6631-40ed-8823-daa80827d1e6-volume-type"}]} 2018-08-12 08:44:18,509 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/36007232ab9943fd8039659ab112d578/volumes/detail used request id req-cce102ca-8b49-430b-b17e-1c74d600c7d6 2018-08-12 08:44:18,512 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:44:18,517 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:44:18 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:44:18,518 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/36007232ab9943fd8039659ab112d578 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eef59725836889e6330e858a29a7f141590f5a12" 2018-08-12 08:44:18,610 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:44:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a3ce102d-4485-486d-850e-8e688dda15c5 Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/36007232ab9943fd8039659ab112d578"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "36007232ab9943fd8039659ab112d578", "name": "CreateStackVolumeTests-788d32f7-4771-45d-proj"}} 2018-08-12 08:44:18,610 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/36007232ab9943fd8039659ab112d578 used request id req-a3ce102d-4485-486d-850e-8e688dda15c5 2018-08-12 08:44:18,610 - create_stack - INFO - Deleting stack - CreateStackVolumeTests-CreateStackVolumeTests-6557f503-6631-40ed-8823-daa80827d1e6-stack 2018-08-12 08:44:18,613 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8004/v1/36007232ab9943fd8039659ab112d578/stacks/491e9aa6-0eb0-4619-b840-0b1271311404 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07df08bc0ecc15f16108c2c3b7043bd49a0c4d22" 2018-08-12 08:44:18,818 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:44:18 GMT Server: Apache x-openstack-request-id: req-b37a0540-dc21-4eb3-9d62-8de51795f660 Location: http://172.30.9.21:8004/v1/36007232ab9943fd8039659ab112d578/stacks/CreateStackVolumeTests-CreateStackVolumeTests-6557f503-6631-40ed-8823-daa80827d1e6-stack/491e9aa6-0eb0-4619-b840-0b1271311404 Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/36007232ab9943fd8039659ab112d578/stacks/CreateStackVolumeTests-CreateStackVolumeTests-6557f503-6631-40ed-8823-daa80827d1e6-stack/491e9aa6-0eb0-4619-b840-0b1271311404;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:44:19,037 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:44:18 GMT Server: Apache x-openstack-request-id: req-c970cf1a-d4f5-4312-adf5-5b17b20f6062 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 08:44:19,038 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.21:8004/v1/36007232ab9943fd8039659ab112d578/stacks/CreateStackVolumeTests-CreateStackVolumeTests-6557f503-6631-40ed-8823-daa80827d1e6-stack/491e9aa6-0eb0-4619-b840-0b1271311404 used request id req-c970cf1a-d4f5-4312-adf5-5b17b20f6062 2018-08-12 08:44:19,040 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/36007232ab9943fd8039659ab112d578/stacks/491e9aa6-0eb0-4619-b840-0b1271311404 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07df08bc0ecc15f16108c2c3b7043bd49a0c4d22" 2018-08-12 08:44:19,069 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:44:19 GMT Server: Apache x-openstack-request-id: req-9c592cd8-d489-4d2f-a219-d983b64899d2 Location: http://172.30.9.21:8004/v1/36007232ab9943fd8039659ab112d578/stacks/CreateStackVolumeTests-CreateStackVolumeTests-6557f503-6631-40ed-8823-daa80827d1e6-stack/491e9aa6-0eb0-4619-b840-0b1271311404 Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/36007232ab9943fd8039659ab112d578/stacks/CreateStackVolumeTests-CreateStackVolumeTests-6557f503-6631-40ed-8823-daa80827d1e6-stack/491e9aa6-0eb0-4619-b840-0b1271311404;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:44:19,274 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:44:19 GMT Server: Apache x-openstack-request-id: req-f229f178-c951-49ac-9efe-648938509b4a Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 535 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single volume with encryption", "parameters": {"OS::project_id": "36007232ab9943fd8039659ab112d578", "volume_type_name": "CreateStackVolumeTests-6557f503-6631-40ed-8823-daa80827d1e6-volume-type", "OS::stack_id": "491e9aa6-0eb0-4619-b840-0b1271311404", "OS::stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-6557f503-6631-40ed-8823-daa80827d1e6-stack", "volume_name": "CreateStackVolumeTests-6557f503-6631-40ed-8823-daa80827d1e6-volume"}, "deletion_time": null, "stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-6557f503-6631-40ed-8823-daa80827d1e6-stack", "stack_user_project_id": "1d67b1ca79cc45d7aca05c9277310c2f", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-08-12T08:44:12Z", "links": [{"href": "http://172.30.9.21:8004/v1/36007232ab9943fd8039659ab112d578/stacks/CreateStackVolumeTests-CreateStackVolumeTests-6557f503-6631-40ed-8823-daa80827d1e6-stack/491e9aa6-0eb0-4619-b840-0b1271311404", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-08-12T08:44:19Z", "id": "491e9aa6-0eb0-4619-b840-0b1271311404", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2018-08-12 08:44:19,274 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/36007232ab9943fd8039659ab112d578/stacks/CreateStackVolumeTests-CreateStackVolumeTests-6557f503-6631-40ed-8823-daa80827d1e6-stack/491e9aa6-0eb0-4619-b840-0b1271311404 used request id req-f229f178-c951-49ac-9efe-648938509b4a 2018-08-12 08:44:19,274 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-08-12 08:44:19,274 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-08-12 08:44:22,278 - create_stack - DEBUG - Stack status query timeout in 1196.76023293 2018-08-12 08:44:22,281 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/36007232ab9943fd8039659ab112d578/stacks/491e9aa6-0eb0-4619-b840-0b1271311404 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07df08bc0ecc15f16108c2c3b7043bd49a0c4d22" 2018-08-12 08:44:22,309 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:44:22 GMT Server: Apache x-openstack-request-id: req-a7b5c7e0-21cc-4379-bfc9-b55c6a0c4612 Location: http://172.30.9.21:8004/v1/36007232ab9943fd8039659ab112d578/stacks/CreateStackVolumeTests-CreateStackVolumeTests-6557f503-6631-40ed-8823-daa80827d1e6-stack/491e9aa6-0eb0-4619-b840-0b1271311404 Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/36007232ab9943fd8039659ab112d578/stacks/CreateStackVolumeTests-CreateStackVolumeTests-6557f503-6631-40ed-8823-daa80827d1e6-stack/491e9aa6-0eb0-4619-b840-0b1271311404;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:44:22,517 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:44:22 GMT Server: Apache x-openstack-request-id: req-3e5aa7cb-b23f-48f8-9b26-2808e105b503 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 534 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single volume with encryption", "parameters": {"OS::project_id": "36007232ab9943fd8039659ab112d578", "volume_type_name": "CreateStackVolumeTests-6557f503-6631-40ed-8823-daa80827d1e6-volume-type", "OS::stack_id": "491e9aa6-0eb0-4619-b840-0b1271311404", "OS::stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-6557f503-6631-40ed-8823-daa80827d1e6-stack", "volume_name": "CreateStackVolumeTests-6557f503-6631-40ed-8823-daa80827d1e6-volume"}, "deletion_time": "2018-08-12T08:44:22Z", "stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-6557f503-6631-40ed-8823-daa80827d1e6-stack", "stack_user_project_id": "1d67b1ca79cc45d7aca05c9277310c2f", "tags": null, "creation_time": "2018-08-12T08:44:12Z", "links": [{"href": "http://172.30.9.21:8004/v1/36007232ab9943fd8039659ab112d578/stacks/CreateStackVolumeTests-CreateStackVolumeTests-6557f503-6631-40ed-8823-daa80827d1e6-stack/491e9aa6-0eb0-4619-b840-0b1271311404", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-08-12T08:44:19Z", "id": "491e9aa6-0eb0-4619-b840-0b1271311404", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Simple template to deploy a single volume with encryption"}} 2018-08-12 08:44:22,518 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/36007232ab9943fd8039659ab112d578/stacks/CreateStackVolumeTests-CreateStackVolumeTests-6557f503-6631-40ed-8823-daa80827d1e6-stack/491e9aa6-0eb0-4619-b840-0b1271311404 used request id req-3e5aa7cb-b23f-48f8-9b26-2808e105b503 2018-08-12 08:44:22,518 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2018-08-12 08:44:22,518 - create_stack - DEBUG - Stack is active with name - CreateStackVolumeTests-CreateStackVolumeTests-6557f503-6631-40ed-8823-daa80827d1e6-stack 2018-08-12 08:44:22,519 - create_stack - INFO - Attempting to delete again stack - CreateStackVolumeTests-CreateStackVolumeTests-6557f503-6631-40ed-8823-daa80827d1e6-stack 2018-08-12 08:44:22,521 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8004/v1/36007232ab9943fd8039659ab112d578/stacks/491e9aa6-0eb0-4619-b840-0b1271311404 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07df08bc0ecc15f16108c2c3b7043bd49a0c4d22" 2018-08-12 08:44:22,729 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:44:22 GMT Server: Apache x-openstack-request-id: req-3fc36292-402a-4a9e-80a4-576d7eacf7e9 Location: http://172.30.9.21:8004/v1/36007232ab9943fd8039659ab112d578/stacks/CreateStackVolumeTests-CreateStackVolumeTests-6557f503-6631-40ed-8823-daa80827d1e6-stack/491e9aa6-0eb0-4619-b840-0b1271311404 Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/36007232ab9943fd8039659ab112d578/stacks/CreateStackVolumeTests-CreateStackVolumeTests-6557f503-6631-40ed-8823-daa80827d1e6-stack/491e9aa6-0eb0-4619-b840-0b1271311404;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:44:22,922 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:44:22 GMT Server: Apache x-openstack-request-id: req-3b70ffde-b0f9-49d1-8cb2-e1db5b55e67b Content-Length: 277 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackVolumeTests-CreateStackVolumeTests-6557f503-6631-40ed-8823-daa80827d1e6-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-08-12 08:44:22,922 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.21:8004/v1/36007232ab9943fd8039659ab112d578/stacks/CreateStackVolumeTests-CreateStackVolumeTests-6557f503-6631-40ed-8823-daa80827d1e6-stack/491e9aa6-0eb0-4619-b840-0b1271311404 used request id req-3b70ffde-b0f9-49d1-8cb2-e1db5b55e67b 2018-08-12 08:44:22,923 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:44:22,923 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:44:22,923 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:44:22,924 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:44:22,924 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:44:22,929 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8261b776598a1a2238e68113e2e9e868150e12ff" 2018-08-12 08:44:23,180 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 43135 X-Openstack-Request-Id: req-6e062665-a6ed-4e38-bd45-0d310dc14872 Date: Sun, 12 Aug 2018 08:44:23 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "created_at": "2018-08-12T06:59:44Z", "updated_at": "2018-08-12T06:59:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "1d7fd960-7865-4453-aecc-8d399b4fad21", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "66820d8a-b785-4b18-bd67-500221c8e4f9", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "74fc7638-a322-4841-8c47-06d36174a200", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "8eaa09ec-8419-4582-9312-1e527afe6e4b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}], "revision_number": 4, "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "created_at": "2018-08-12T05:12:34Z", "updated_at": "2018-08-12T05:12:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "709513d2-af7d-4d0b-bd3c-604fed75a711", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "aa346066-e46f-44f2-94be-2884aa998a19", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "c15f7b93-e56c-4afa-867d-2acb286d4b7b", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "cb0ef83f-5f70-4a80-ad35-431ca9df551e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}], "revision_number": 4, "project_id": "fa5a7fe6ee54472ba01638877aade8e3", "id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ea65becf30e54b27aa96a449698a435e", "created_at": "2018-08-12T05:10:35Z", "updated_at": "2018-08-12T05:10:35Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "30ad280c-f302-4cd4-a438-5139917b56f9", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "76115c4c-887d-4f0a-83e2-486e4b39c713", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "8ab14937-4c08-4d43-8a9a-662e622cc643", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "ee757a03-5662-4273-9c3e-6212e7afb48f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}], "revision_number": 4, "project_id": "ea65becf30e54b27aa96a449698a435e", "id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "created_at": "2018-08-12T06:20:09Z", "updated_at": "2018-08-12T06:20:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "1123b8f2-75ac-4a26-b9b2-a96da97408e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "2ddd2b93-e080-48cd-9a50-f5fe8a82ad0c", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "cd1bae62-0aea-4438-b4c3-50a69ae6f855", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "e398e01e-ceea-46d1-9534-b929808c4a5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}], "revision_number": 4, "project_id": "ff7abd7bb61f4f2889831e932d65dc2e", "id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "created_at": "2018-08-12T05:34:57Z", "updated_at": "2018-08-12T05:34:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "208a1c1e-f5f8-49c7-9a25-d07e68b1541f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "27bfd867-e607-4bf8-9de8-60682d3f771d", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "49360e1f-6fd3-4f35-b339-24cea95773ee", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "60f631a9-d305-4920-9631-d0543e2ac64f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}], "revision_number": 4, "project_id": "3a85ceae958d4d9fba68847e7df67db8", "id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "created_at": "2018-08-12T05:34:40Z", "updated_at": "2018-08-12T05:34:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "2192c259-363e-4768-ae73-e75837ad63b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "3f87ddc5-f84d-41dc-8215-847724782569", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "7d89f6da-ea78-49dd-9115-f9ad23b250bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "9ec4497d-0f65-44db-9be9-7b3042e4a584", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}], "revision_number": 4, "project_id": "85517fcf1c6247e699fdcdd42ecc8c79", "id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "created_at": "2018-08-12T05:16:02Z", "updated_at": "2018-08-12T05:16:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "1ecacd8c-c1c7-4a66-9871-406a69323b43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "3cc1750c-e0e7-4902-b6f3-494a161b832e", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "d719a7a4-8c99-44ed-8c12-6bf071890203", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "fe7421b5-d577-41da-8c78-62f3c07eda92", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}], "revision_number": 4, "project_id": "a267b9a156244bb192691cff6e5f74fe", "id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "315a428116f24d9fbb826b37080a918e", "created_at": "2018-08-12T05:11:31Z", "updated_at": "2018-08-12T05:11:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "5e52886a-1dc3-4a81-a55d-f388dc4fd1a1", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "678e32e4-d64c-448a-a4ab-e253ab94ae90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "a8da1539-e3ad-4f90-b2df-3dc1f09d228a", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "b73d5cc9-0205-4658-bb1f-61a042c0ab8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}], "revision_number": 4, "project_id": "315a428116f24d9fbb826b37080a918e", "id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-12T05:08:01Z", "updated_at": "2018-08-12T05:08:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:01Z", "revision_number": 0, "id": "0fb05d03-1117-45d0-930c-b6d4c96ef102", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "4faaab33-5788-4bbd-85b8-0fb44d41413a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "96d0c5a0-5c67-421b-8fc8-2b46d77e5db3", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "dd78519b-4bc5-4e8e-ad0f-58089dd69347", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "11a46741b7954b959fd7764109c047b6", "created_at": "2018-08-12T05:34:51Z", "updated_at": "2018-08-12T05:34:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "0b67bf3c-2289-43bb-ab6c-7d25ec32a279", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "51f3f833-337a-42bd-a8d5-742ea8d6c226", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "571fd0b5-ef90-408d-af33-aafb517b8993", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "944ba823-fb9c-496e-a66e-bb426bb14a8d", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}], "revision_number": 4, "project_id": "11a46741b7954b959fd7764109c047b6", "id": "90af9782-8112-4257-801d-ee5115d226ba", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "created_at": "2018-08-12T05:34:26Z", "updated_at": "2018-08-12T05:34:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "2ee1f63a-807c-4d6a-85ee-dd784f6b8c3f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5dec3ec2-2add-47dd-8618-90659dcf3885", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5ea0dc3e-49d0-43f0-94e9-f6443527d14c", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "fbfaca22-7e3e-4128-8973-43e439b77c28", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}], "revision_number": 4, "project_id": "3c01cd58055c44ecaef39f7e625c2258", "id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "521007c1818145639e93ceb270559219", "created_at": "2018-08-12T05:13:27Z", "updated_at": "2018-08-12T05:13:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "5e7fede5-b0f2-47d8-95c3-516cdfc7f9de", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "8fd0e36f-c6c4-4f64-ba97-40439e614448", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "db7d79de-1dfc-4138-945f-91e74cdc266b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "e87f2cff-ff3e-4b6d-aaf0-7f0eb0ab9f05", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}], "revision_number": 4, "project_id": "521007c1818145639e93ceb270559219", "id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "created_at": "2018-08-12T05:08:18Z", "updated_at": "2018-08-12T05:08:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "3c67be40-bf74-4f97-9693-d93ce73a23b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "6112d869-2fc6-4a25-a13c-3d55cd7206c0", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "bdf21c56-453e-482e-9cba-3c55abcb0339", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "c8e92c39-38cc-4f48-be9c-5f0912e6a725", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}], "revision_number": 4, "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "created_at": "2018-08-12T05:04:23Z", "updated_at": "2018-08-12T05:04:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "280546d9-8ad1-4283-abfc-15ee9b1736c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "58bce125-f2ca-4a6d-b9ca-4e6cf5c0f7a5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "69275b9a-cfb5-482c-a9c4-8ffc79adf2c7", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "6d747f3a-3764-469a-a645-f977585c5aac", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}], "revision_number": 4, "project_id": "310f5853751a4c968f3eeb0a3d99a0a8", "id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "created_at": "2018-08-12T05:34:42Z", "updated_at": "2018-08-12T05:34:42Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "199582e8-25aa-457a-aa7c-6d8413ca4464", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "234f3609-4454-448f-919d-c8143c7cd764", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "c1061460-71a2-49a9-a04b-9fa33eeb17ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "d21ac532-51d8-4d6b-8300-7bac216759bf", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}], "revision_number": 4, "project_id": "9f6c1a272706419c9a74b0893b2890e8", "id": "d6739716-c693-460c-89c6-e7c8c48f8245", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "created_at": "2018-08-12T05:34:54Z", "updated_at": "2018-08-12T05:34:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "0633a05a-ee7d-4476-a56b-75d011b22f77", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "6cc1b9f8-73db-47a3-a0e0-3c96c43f34da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "90d99a6b-e94f-4fd8-a10c-f19dd8954c13", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "e843c139-af2a-4d2c-a24f-59f7b10ff72e", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}], "revision_number": 4, "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "created_at": "2018-08-12T05:09:07Z", "updated_at": "2018-08-12T05:09:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "5495e168-f505-4d74-ae6d-387f0bf533c2", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "6fd19b8b-3062-456e-81ba-3ff37fe43429", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8ca59d25-485c-46ce-939c-2e4a468caeac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8f190846-50a0-42b9-b571-390809b752b1", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}], "revision_number": 4, "project_id": "fa9ca6d7608b4d7d87ce97331679a481", "id": "edcd9b17-9416-4c25-823c-060c435e18d7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "created_at": "2018-08-12T05:34:52Z", "updated_at": "2018-08-12T05:34:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "2c7e484e-6ec5-4a95-8c9c-66d294c0c27e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "70c74258-3c2c-4efc-87e0-079c26ee3417", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "b70382fa-082e-4c2b-abc8-87490fa50b11", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "c3628e02-b4b6-42c9-8751-c1a2d3c19caa", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}], "revision_number": 4, "project_id": "87db863ba6e348b0a5ddcb67053db9d1", "id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "name": "default"}]} 2018-08-12 08:44:23,181 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-6e062665-a6ed-4e38-bd45-0d310dc14872 2018-08-12 08:44:23,187 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8261b776598a1a2238e68113e2e9e868150e12ff" 2018-08-12 08:44:23,281 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:44:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-acba97f3-f470-4ef3-9cdc-51feb1c35e46 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 5fe28c13d4d74ba2be8d019ac1ea6363.", "code": 404, "title": "Not Found"}} 2018-08-12 08:44:23,281 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 used request id req-acba97f3-f470-4ef3-9cdc-51feb1c35e46 2018-08-12 08:44:23,282 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:44:23,285 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8261b776598a1a2238e68113e2e9e868150e12ff" 2018-08-12 08:44:23,380 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:44:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-90288536-c452-4803-892b-731821889bea Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa5a7fe6ee54472ba01638877aade8e3.", "code": 404, "title": "Not Found"}} 2018-08-12 08:44:23,381 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 used request id req-90288536-c452-4803-892b-731821889bea 2018-08-12 08:44:23,381 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:44:23,384 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8261b776598a1a2238e68113e2e9e868150e12ff" 2018-08-12 08:44:23,479 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:44:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f64ff443-1653-4d4f-bc74-11b9750cb56c Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ea65becf30e54b27aa96a449698a435e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:44:23,479 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e used request id req-f64ff443-1653-4d4f-bc74-11b9750cb56c 2018-08-12 08:44:23,479 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:44:23,483 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8261b776598a1a2238e68113e2e9e868150e12ff" 2018-08-12 08:44:23,680 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:44:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d25e5a2c-9d6d-4e83-8ce7-476d370684fe Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ff7abd7bb61f4f2889831e932d65dc2e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:44:23,680 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e used request id req-d25e5a2c-9d6d-4e83-8ce7-476d370684fe 2018-08-12 08:44:23,680 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:44:23,684 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8261b776598a1a2238e68113e2e9e868150e12ff" 2018-08-12 08:44:23,779 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:44:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-96a6a1f4-7a94-4df7-9a4b-264e52a233a8 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3a85ceae958d4d9fba68847e7df67db8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:44:23,780 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 used request id req-96a6a1f4-7a94-4df7-9a4b-264e52a233a8 2018-08-12 08:44:23,780 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:44:23,783 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8261b776598a1a2238e68113e2e9e868150e12ff" 2018-08-12 08:44:23,868 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:44:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-07b791a3-7190-4fd3-a4be-ba186af98645 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 85517fcf1c6247e699fdcdd42ecc8c79.", "code": 404, "title": "Not Found"}} 2018-08-12 08:44:23,868 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 used request id req-07b791a3-7190-4fd3-a4be-ba186af98645 2018-08-12 08:44:23,868 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:44:23,872 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8261b776598a1a2238e68113e2e9e868150e12ff" 2018-08-12 08:44:23,969 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:44:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b671eac9-0926-4d49-be88-8450c5a7696e Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}} 2018-08-12 08:44:23,969 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe used request id req-b671eac9-0926-4d49-be88-8450c5a7696e 2018-08-12 08:44:23,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8261b776598a1a2238e68113e2e9e868150e12ff" 2018-08-12 08:44:24,067 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:44:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-882954e5-59ad-4cf1-9253-99a9eccd6b11 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 315a428116f24d9fbb826b37080a918e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:44:24,068 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e used request id req-882954e5-59ad-4cf1-9253-99a9eccd6b11 2018-08-12 08:44:24,068 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:44:24,071 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8261b776598a1a2238e68113e2e9e868150e12ff" 2018-08-12 08:44:24,155 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:44:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-28c6db92-6be7-452a-ac25-cfcbe9e776cf Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 11a46741b7954b959fd7764109c047b6.", "code": 404, "title": "Not Found"}} 2018-08-12 08:44:24,155 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 used request id req-28c6db92-6be7-452a-ac25-cfcbe9e776cf 2018-08-12 08:44:24,155 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:44:24,159 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8261b776598a1a2238e68113e2e9e868150e12ff" 2018-08-12 08:44:24,249 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:44:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-50565606-baa0-49d7-8ee9-7ef661c59e80 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3c01cd58055c44ecaef39f7e625c2258.", "code": 404, "title": "Not Found"}} 2018-08-12 08:44:24,250 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 used request id req-50565606-baa0-49d7-8ee9-7ef661c59e80 2018-08-12 08:44:24,250 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:44:24,253 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8261b776598a1a2238e68113e2e9e868150e12ff" 2018-08-12 08:44:24,348 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:44:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9efba9ca-8db8-409c-8826-e2959efe22ce Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 521007c1818145639e93ceb270559219.", "code": 404, "title": "Not Found"}} 2018-08-12 08:44:24,348 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 used request id req-9efba9ca-8db8-409c-8826-e2959efe22ce 2018-08-12 08:44:24,348 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:44:24,352 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8261b776598a1a2238e68113e2e9e868150e12ff" 2018-08-12 08:44:24,447 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:44:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a6c29505-49ce-4384-b0cf-6b632e428b66 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e18fcc7fc10a4fd0b20234f8520d0aab.", "code": 404, "title": "Not Found"}} 2018-08-12 08:44:24,447 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab used request id req-a6c29505-49ce-4384-b0cf-6b632e428b66 2018-08-12 08:44:24,448 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:44:24,451 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8261b776598a1a2238e68113e2e9e868150e12ff" 2018-08-12 08:44:24,649 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:44:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d74ac9c3-1d17-4620-b4af-550558dbc7d2 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "310f5853751a4c968f3eeb0a3d99a0a8", "name": "service"}} 2018-08-12 08:44:24,649 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 used request id req-d74ac9c3-1d17-4620-b4af-550558dbc7d2 2018-08-12 08:44:24,653 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8261b776598a1a2238e68113e2e9e868150e12ff" 2018-08-12 08:44:24,743 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:44:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5c51d43a-5b1b-40e6-9886-41be48322ba3 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9f6c1a272706419c9a74b0893b2890e8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:44:24,744 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 used request id req-5c51d43a-5b1b-40e6-9886-41be48322ba3 2018-08-12 08:44:24,744 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:44:24,748 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/34cb7327fcfc4b52a63b4b8c0ea4a54d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8261b776598a1a2238e68113e2e9e868150e12ff" 2018-08-12 08:44:24,834 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:44:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6aa86cc4-eaf9-4a16-a239-3f685afd5d65 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 34cb7327fcfc4b52a63b4b8c0ea4a54d.", "code": 404, "title": "Not Found"}} 2018-08-12 08:44:24,835 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/34cb7327fcfc4b52a63b4b8c0ea4a54d used request id req-6aa86cc4-eaf9-4a16-a239-3f685afd5d65 2018-08-12 08:44:24,835 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:44:24,838 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa9ca6d7608b4d7d87ce97331679a481 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8261b776598a1a2238e68113e2e9e868150e12ff" 2018-08-12 08:44:24,928 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:44:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f1b7c05f-7872-46e3-a159-0e78b5ed7e20 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa9ca6d7608b4d7d87ce97331679a481.", "code": 404, "title": "Not Found"}} 2018-08-12 08:44:24,928 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa9ca6d7608b4d7d87ce97331679a481 used request id req-f1b7c05f-7872-46e3-a159-0e78b5ed7e20 2018-08-12 08:44:24,928 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:44:24,932 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/87db863ba6e348b0a5ddcb67053db9d1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8261b776598a1a2238e68113e2e9e868150e12ff" 2018-08-12 08:44:25,021 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:44:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-faf7103a-3a20-4498-84ff-3d429e29da80 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87db863ba6e348b0a5ddcb67053db9d1.", "code": 404, "title": "Not Found"}} 2018-08-12 08:44:25,021 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/87db863ba6e348b0a5ddcb67053db9d1 used request id req-faf7103a-3a20-4498-84ff-3d429e29da80 2018-08-12 08:44:25,022 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:44:25,023 - keystone_utils - INFO - Deleting project with name - CreateStackVolumeTests-788d32f7-4771-45d-proj 2018-08-12 08:44:25,026 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/36007232ab9943fd8039659ab112d578 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8261b776598a1a2238e68113e2e9e868150e12ff" 2018-08-12 08:44:25,273 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:44:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d32bffef-f4a5-4669-a8dc-2158ac278da4 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 08:44:25,273 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/36007232ab9943fd8039659ab112d578 used request id req-d32bffef-f4a5-4669-a8dc-2158ac278da4 2018-08-12 08:44:25,274 - keystone_utils - INFO - Deleting role with name - CreateStackVolumeTests-788d32f7-4771-45d-proj-role 2018-08-12 08:44:25,277 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/9ad17b998c37440e8b9cfb447244e187 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8261b776598a1a2238e68113e2e9e868150e12ff" 2018-08-12 08:44:25,393 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:44:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9941ad0b-31be-4297-9b1e-f1c2ef3bcd73 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 08:44:25,393 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/9ad17b998c37440e8b9cfb447244e187 used request id req-9941ad0b-31be-4297-9b1e-f1c2ef3bcd73 2018-08-12 08:44:25,397 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8261b776598a1a2238e68113e2e9e868150e12ff" 2018-08-12 08:44:25,489 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:44:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7361a40d-ebae-4a16-9f2a-6423551ec52f Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:44:25,489 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-7361a40d-ebae-4a16-9f2a-6423551ec52f 2018-08-12 08:44:25,490 - keystone_utils - INFO - Deleting user with name - CreateStackVolumeTests-788d32f7-4771-45d-user 2018-08-12 08:44:25,494 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/56db40d0e8b748b797845dd229cb015e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}349c7dc6d6a9b8c347c133a1ba8cdb952678872f" 2018-08-12 08:44:25,678 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:44:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b8b6abc2-e49c-4b37-ac92-c5cfdbd9c7f0 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 08:44:25,678 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/56db40d0e8b748b797845dd229cb015e used request id req-b8b6abc2-e49c-4b37-ac92-c5cfdbd9c7f0 2018-08-12 08:44:25,680 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:44:26,086 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:44:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["uivXtIq1RuuoVYnFan1UGQ"], "issued_at": "2018-08-12T08:44:26.000000Z"}} 2018-08-12 08:44:26,086 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}72f777634a5dba3ac28b5e3a2f52cbf526eecf6a" 2018-08-12 08:44:26,186 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:44:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e4ca6a2-f58e-4a47-9159-a69a76232e7e Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:44:26,186 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-4e4ca6a2-f58e-4a47-9159-a69a76232e7e 2018-08-12 08:44:26,187 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:44:26,188 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:44:26,579 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:44:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["FgSMUKAxTK2Sz_FERTq4aw"], "issued_at": "2018-08-12T08:44:26.000000Z"}} 2018-08-12 08:44:26,579 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}fecbf75f0cbf8fbde2b3c8e6ec887dc66c93c436" 2018-08-12 08:44:26,666 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:44:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2129dec9-42b0-4090-b898-6dc966411e48 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:44:26,667 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-2129dec9-42b0-4090-b898-6dc966411e48 2018-08-12 08:44:26,671 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:44:26,676 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:44:26 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:44:26,677 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackVolumeTests-428ad593-f22a-4c0-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fecbf75f0cbf8fbde2b3c8e6ec887dc66c93c436" 2018-08-12 08:44:26,763 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:44:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aacab5fd-8bc9-4912-92ed-e321888f6be7 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackVolumeTests-428ad593-f22a-4c0-proj", "previous": null, "next": null}, "projects": []} 2018-08-12 08:44:26,764 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackVolumeTests-428ad593-f22a-4c0-proj used request id req-aacab5fd-8bc9-4912-92ed-e321888f6be7 2018-08-12 08:44:26,768 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fecbf75f0cbf8fbde2b3c8e6ec887dc66c93c436" 2018-08-12 08:44:26,861 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:44:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3c7fa225-8c77-4eae-bc85-40bf04a204db Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:44:26,861 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-3c7fa225-8c77-4eae-bc85-40bf04a204db 2018-08-12 08:44:26,865 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fecbf75f0cbf8fbde2b3c8e6ec887dc66c93c436" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackVolumeTests-428ad593-f22a-4c0-proj"}}' 2018-08-12 08:44:26,999 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:44:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f708334e-c065-4186-88fd-92f7fa4798f9 Content-Length: 319 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/cc4e55c61c7149938c1c8206b78d0102"}, "tags": [], "enabled": true, "id": "cc4e55c61c7149938c1c8206b78d0102", "parent_id": "default", "domain_id": "default", "name": "CreateStackVolumeTests-428ad593-f22a-4c0-proj"}} 2018-08-12 08:44:26,999 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-f708334e-c065-4186-88fd-92f7fa4798f9 2018-08-12 08:44:27,000 - keystone_utils - INFO - Created project with name - CreateStackVolumeTests-428ad593-f22a-4c0-proj 2018-08-12 08:44:27,000 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:44:27,001 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:44:27,388 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:44:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["HAxjafbYQROopHQP1sZhGA"], "issued_at": "2018-08-12T08:44:27.000000Z"}} 2018-08-12 08:44:27,389 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}95c2ab7768c4d581ddf3c2aa721c6cd839197b13" 2018-08-12 08:44:27,477 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:44:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e55ae354-b204-4a92-9a7f-f1a2c2682f13 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:44:27,477 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-e55ae354-b204-4a92-9a7f-f1a2c2682f13 2018-08-12 08:44:27,481 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:44:27,486 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:44:27 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:44:27,487 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95c2ab7768c4d581ddf3c2aa721c6cd839197b13" 2018-08-12 08:44:27,587 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:44:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7555ff71-bd0b-4424-89d5-f575079cc75a Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/105a247548624314b9228f85f6325f0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105a247548624314b9228f85f6325f0b", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/1c5de0eaa44543f08da6ad63a51594ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c5de0eaa44543f08da6ad63a51594ff", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/1d127b5b832547a88a547c116dfdd65b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d127b5b832547a88a547c116dfdd65b", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/1d5cfc170d624ce4ae53ae0507c8d517"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d5cfc170d624ce4ae53ae0507c8d517", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/2421820b75eb4d3ebd02830378d1377b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2421820b75eb4d3ebd02830378d1377b", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/40bd8ee54ecf44868cc83cede652c396"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40bd8ee54ecf44868cc83cede652c396", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/4f32fb8153854c4c9f5094b42b523f80"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f32fb8153854c4c9f5094b42b523f80", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7066130d08fb4db7bf4ab468de53933b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7066130d08fb4db7bf4ab468de53933b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/8d0898a83bcf4521bbc11501d5d7ac89"}, "domain_id": "1eec97585bde483292ece28ee11f4b8d", "enabled": true, "options": {}, "id": "8d0898a83bcf4521bbc11501d5d7ac89", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/9defcced327d476f8a3beab718a13da3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9defcced327d476f8a3beab718a13da3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/b80ee4f6992446e0879624dd436e99a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b80ee4f6992446e0879624dd436e99a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b86fd3e011324d398fcdb6f095a20a9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b86fd3e011324d398fcdb6f095a20a9d", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1701d2754064b5cadf765ea0806f9b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1701d2754064b5cadf765ea0806f9b2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/db4e7b8d76d549faa502716565c733dd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db4e7b8d76d549faa502716565c733dd", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-12 08:44:27,587 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-7555ff71-bd0b-4424-89d5-f575079cc75a 2018-08-12 08:44:27,591 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateStackVolumeTests-428ad593-f22a-4c0-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95c2ab7768c4d581ddf3c2aa721c6cd839197b13" 2018-08-12 08:44:27,689 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:44:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-898a3c33-b720-495e-b2de-fb668e9ca324 Content-Encoding: gzip Content-Length: 259 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateStackVolumeTests-428ad593-f22a-4c0-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/cc4e55c61c7149938c1c8206b78d0102"}, "tags": [], "enabled": true, "id": "cc4e55c61c7149938c1c8206b78d0102", "parent_id": "default", "domain_id": "default", "name": "CreateStackVolumeTests-428ad593-f22a-4c0-proj"}]} 2018-08-12 08:44:27,689 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateStackVolumeTests-428ad593-f22a-4c0-proj used request id req-898a3c33-b720-495e-b2de-fb668e9ca324 2018-08-12 08:44:27,693 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95c2ab7768c4d581ddf3c2aa721c6cd839197b13" 2018-08-12 08:44:27,788 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:44:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4ff90b39-581d-4d01-aee8-923a2808ea6b Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:44:27,788 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-4ff90b39-581d-4d01-aee8-923a2808ea6b 2018-08-12 08:44:28,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95c2ab7768c4d581ddf3c2aa721c6cd839197b13" 2018-08-12 08:44:28,251 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:44:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7e0756aa-9498-41b0-acbe-29914fd2b2b2 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:44:28,251 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-7e0756aa-9498-41b0-acbe-29914fd2b2b2 2018-08-12 08:44:28,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateStackVolumeTests-428ad593-f22a-4c0-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95c2ab7768c4d581ddf3c2aa721c6cd839197b13" 2018-08-12 08:44:28,348 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:44:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-53cf7b19-c3d7-4ed6-ae74-8e5e80777181 Content-Encoding: gzip Content-Length: 259 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateStackVolumeTests-428ad593-f22a-4c0-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/cc4e55c61c7149938c1c8206b78d0102"}, "tags": [], "enabled": true, "id": "cc4e55c61c7149938c1c8206b78d0102", "parent_id": "default", "domain_id": "default", "name": "CreateStackVolumeTests-428ad593-f22a-4c0-proj"}]} 2018-08-12 08:44:28,348 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateStackVolumeTests-428ad593-f22a-4c0-proj used request id req-53cf7b19-c3d7-4ed6-ae74-8e5e80777181 2018-08-12 08:44:28,352 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users/5be53ca74b074d8bad3f13dab3d84582 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95c2ab7768c4d581ddf3c2aa721c6cd839197b13" 2018-08-12 08:44:28,465 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:44:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a38b1383-cce9-4fdb-947b-4dfb29d930e6 Content-Encoding: gzip Content-Length: 245 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackVolumeTests-428ad593-f22a-4c0-user", "links": {"self": "http://172.30.9.21:5000/v3/users/5be53ca74b074d8bad3f13dab3d84582"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "cc4e55c61c7149938c1c8206b78d0102", "id": "5be53ca74b074d8bad3f13dab3d84582", "password_expires_at": null}} 2018-08-12 08:44:28,465 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/5be53ca74b074d8bad3f13dab3d84582 used request id req-a38b1383-cce9-4fdb-947b-4dfb29d930e6 2018-08-12 08:44:28,469 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/cc4e55c61c7149938c1c8206b78d0102/users/5be53ca74b074d8bad3f13dab3d84582/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95c2ab7768c4d581ddf3c2aa721c6cd839197b13" 2018-08-12 08:44:28,607 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:44:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-83f5980f-e65b-4903-8e6a-de8222857721 Content-Encoding: gzip Content-Length: 166 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects/cc4e55c61c7149938c1c8206b78d0102/users/5be53ca74b074d8bad3f13dab3d84582/roles", "previous": null, "next": null}, "roles": []} 2018-08-12 08:44:28,607 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/cc4e55c61c7149938c1c8206b78d0102/users/5be53ca74b074d8bad3f13dab3d84582/roles used request id req-83f5980f-e65b-4903-8e6a-de8222857721 2018-08-12 08:44:28,610 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95c2ab7768c4d581ddf3c2aa721c6cd839197b13" 2018-08-12 08:44:28,705 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:44:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e4a152e8-7f6d-406a-a590-9a9715024335 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}} 2018-08-12 08:44:28,705 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c used request id req-e4a152e8-7f6d-406a-a590-9a9715024335 2018-08-12 08:44:28,706 - keystone_utils - INFO - Granting role admin to project CreateStackVolumeTests-428ad593-f22a-4c0-proj 2018-08-12 08:44:28,709 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/cc4e55c61c7149938c1c8206b78d0102/users/5be53ca74b074d8bad3f13dab3d84582/roles/8dbf9ffab0974542864a297567a51a1c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95c2ab7768c4d581ddf3c2aa721c6cd839197b13" 2018-08-12 08:44:28,839 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:44:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0f63cdf8-217e-4759-9c58-8cda712e3863 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 08:44:28,839 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/cc4e55c61c7149938c1c8206b78d0102/users/5be53ca74b074d8bad3f13dab3d84582/roles/8dbf9ffab0974542864a297567a51a1c used request id req-0f63cdf8-217e-4759-9c58-8cda712e3863 2018-08-12 08:44:28,843 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95c2ab7768c4d581ddf3c2aa721c6cd839197b13" 2018-08-12 08:44:28,935 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:44:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2bc4bc58-6082-4dbf-aeb6-eda6bb58cb11 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:44:28,935 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-2bc4bc58-6082-4dbf-aeb6-eda6bb58cb11 2018-08-12 08:44:28,939 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateStackVolumeTests-428ad593-f22a-4c0-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95c2ab7768c4d581ddf3c2aa721c6cd839197b13" 2018-08-12 08:44:29,034 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:44:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ab7a0bda-cf55-47db-869f-0462f5a4e52e Content-Encoding: gzip Content-Length: 259 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateStackVolumeTests-428ad593-f22a-4c0-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/cc4e55c61c7149938c1c8206b78d0102"}, "tags": [], "enabled": true, "id": "cc4e55c61c7149938c1c8206b78d0102", "parent_id": "default", "domain_id": "default", "name": "CreateStackVolumeTests-428ad593-f22a-4c0-proj"}]} 2018-08-12 08:44:29,035 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateStackVolumeTests-428ad593-f22a-4c0-proj used request id req-ab7a0bda-cf55-47db-869f-0462f5a4e52e 2018-08-12 08:44:29,035 - keystone_utils - INFO - Created user with name - CreateStackVolumeTests-428ad593-f22a-4c0-user 2018-08-12 08:44:29,035 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:44:29,039 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fecbf75f0cbf8fbde2b3c8e6ec887dc66c93c436" 2018-08-12 08:44:29,057 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:44:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7d87c073-748d-4254-8096-afb6239f72a6 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:44:29,057 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-7d87c073-748d-4254-8096-afb6239f72a6 2018-08-12 08:44:29,060 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fecbf75f0cbf8fbde2b3c8e6ec887dc66c93c436" -d '{"role": {"name": "CreateStackVolumeTests-428ad593-f22a-4c0-proj-role"}}' 2018-08-12 08:44:29,166 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:44:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b777b5a5-fce6-4704-8df6-63f9a43bf31e Content-Length: 221 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "128e47f6a942422e9888eb071f2f140e", "links": {"self": "http://172.30.9.21:5000/v3/roles/128e47f6a942422e9888eb071f2f140e"}, "name": "CreateStackVolumeTests-428ad593-f22a-4c0-proj-role"}} 2018-08-12 08:44:29,166 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-b777b5a5-fce6-4704-8df6-63f9a43bf31e 2018-08-12 08:44:29,166 - keystone_utils - INFO - Created role with name - CreateStackVolumeTests-428ad593-f22a-4c0-proj-role 2018-08-12 08:44:29,169 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/128e47f6a942422e9888eb071f2f140e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fecbf75f0cbf8fbde2b3c8e6ec887dc66c93c436" 2018-08-12 08:44:29,261 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:44:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-12236fbd-a815-4122-8eda-9044e3aad0a0 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "128e47f6a942422e9888eb071f2f140e", "links": {"self": "http://172.30.9.21:5000/v3/roles/128e47f6a942422e9888eb071f2f140e"}, "name": "CreateStackVolumeTests-428ad593-f22a-4c0-proj-role"}} 2018-08-12 08:44:29,262 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/128e47f6a942422e9888eb071f2f140e used request id req-12236fbd-a815-4122-8eda-9044e3aad0a0 2018-08-12 08:44:29,262 - keystone_utils - INFO - Granting role CreateStackVolumeTests-428ad593-f22a-4c0-proj-role to project CreateStackVolumeTests-428ad593-f22a-4c0-proj 2018-08-12 08:44:29,266 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/cc4e55c61c7149938c1c8206b78d0102/users/5be53ca74b074d8bad3f13dab3d84582/roles/128e47f6a942422e9888eb071f2f140e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fecbf75f0cbf8fbde2b3c8e6ec887dc66c93c436" 2018-08-12 08:44:29,390 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:44:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b8ae8555-b037-45a0-acaa-f3733867ee15 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 08:44:29,390 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/cc4e55c61c7149938c1c8206b78d0102/users/5be53ca74b074d8bad3f13dab3d84582/roles/128e47f6a942422e9888eb071f2f140e used request id req-b8ae8555-b037-45a0-acaa-f3733867ee15 2018-08-12 08:44:29,390 - heat_utils - DEBUG - Retrieving Heat Client 2018-08-12 08:44:29,391 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:44:29,392 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:44:29,794 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "128e47f6a942422e9888eb071f2f140e", "name": "CreateStackVolumeTests-428ad593-f22a-4c0-proj-role"}, {"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:44:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cc4e55c61c7149938c1c8206b78d0102", "name": "CreateStackVolumeTests-428ad593-f22a-4c0-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cc4e55c61c7149938c1c8206b78d0102", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/cc4e55c61c7149938c1c8206b78d0102", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/cc4e55c61c7149938c1c8206b78d0102", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_cc4e55c61c7149938c1c8206b78d0102", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_cc4e55c61c7149938c1c8206b78d0102", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/cc4e55c61c7149938c1c8206b78d0102", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/cc4e55c61c7149938c1c8206b78d0102", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/cc4e55c61c7149938c1c8206b78d0102", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/cc4e55c61c7149938c1c8206b78d0102", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/cc4e55c61c7149938c1c8206b78d0102", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/cc4e55c61c7149938c1c8206b78d0102", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/cc4e55c61c7149938c1c8206b78d0102", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/cc4e55c61c7149938c1c8206b78d0102", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/cc4e55c61c7149938c1c8206b78d0102", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackVolumeTests-428ad593-f22a-4c0-user", "id": "5be53ca74b074d8bad3f13dab3d84582"}, "audit_ids": ["hAJc-oxuSnyn75qbbUAcDQ"], "issued_at": "2018-08-12T08:44:29.000000Z"}} 2018-08-12 08:44:29,795 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}c55fef7c920f1e74b8bcfea8344b4b7b76481779" 2018-08-12 08:44:29,887 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:44:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-608d425a-6c49-46a3-a912-84a57db07b19 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:44:29,887 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-608d425a-6c49-46a3-a912-84a57db07b19 2018-08-12 08:44:29,888 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:44:29,888 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:44:29,889 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:44:29,889 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:44:29,889 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:44:29,890 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-12 08:44:29,893 - heat_utils - DEBUG - Retrieving Heat Client 2018-08-12 08:44:29,896 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/cc4e55c61c7149938c1c8206b78d0102/stacks?stack_name=CreateStackVolumeTests-CreateStackVolumeTests-428aa3c2-c41f-4b26-9179-6476f04d2fc9-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c55fef7c920f1e74b8bcfea8344b4b7b76481779" 2018-08-12 08:44:30,090 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:44:29 GMT Server: Apache x-openstack-request-id: req-99ef8f51-78f2-4f77-b896-14a09c5f76a1 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-08-12 08:44:30,090 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cc4e55c61c7149938c1c8206b78d0102/stacks?stack_name=CreateStackVolumeTests-CreateStackVolumeTests-428aa3c2-c41f-4b26-9179-6476f04d2fc9-stack used request id req-99ef8f51-78f2-4f77-b896-14a09c5f76a1 2018-08-12 08:44:30,108 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8004/v1/cc4e55c61c7149938c1c8206b78d0102/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c55fef7c920f1e74b8bcfea8344b4b7b76481779" -d '{"stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-428aa3c2-c41f-4b26-9179-6476f04d2fc9-stack", "template": {"heat_template_version": "2015-04-30", "description": "Simple template to deploy a single volume with encryption", "parameters": {"volume_type_name": {"default": "test-vol-type-name", "type": "string", "description": "The name of the volume type", "label": "Volume Type name"}, "volume_name": {"default": "test-vol-name", "type": "string", "description": "The name of the volume", "label": "Volume name"}}, "resources": {"volume": {"type": "OS::Cinder::Volume", "properties": {"name": {"get_param": "volume_name"}, "volume_type": {"get_resource": "volume_type"}, "size": 1}}, "volume_type": {"type": "OS::Cinder::VolumeType", "properties": {"name": {"get_param": "volume_type_name"}}}}}, "parameters": {"volume_type_name": "CreateStackVolumeTests-428aa3c2-c41f-4b26-9179-6476f04d2fc9-volume-type", "volume_name": "CreateStackVolumeTests-428aa3c2-c41f-4b26-9179-6476f04d2fc9-volume"}}' 2018-08-12 08:44:31,793 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:44:30 GMT Server: Apache x-openstack-request-id: req-b41c5daf-8404-4c65-b957-8fa70e94e44d Location: http://172.30.9.21:8004/v1/cc4e55c61c7149938c1c8206b78d0102/stacks/CreateStackVolumeTests-CreateStackVolumeTests-428aa3c2-c41f-4b26-9179-6476f04d2fc9-stack/f9bd0837-e82d-4272-bc72-18ecb63dc2d5 Content-Length: 289 Content-Type: application/json RESP BODY: {"stack": {"id": "f9bd0837-e82d-4272-bc72-18ecb63dc2d5", "links": [{"href": "http://172.30.9.21:8004/v1/cc4e55c61c7149938c1c8206b78d0102/stacks/CreateStackVolumeTests-CreateStackVolumeTests-428aa3c2-c41f-4b26-9179-6476f04d2fc9-stack/f9bd0837-e82d-4272-bc72-18ecb63dc2d5", "rel": "self"}]}} 2018-08-12 08:44:31,793 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.21:8004/v1/cc4e55c61c7149938c1c8206b78d0102/stacks used request id req-b41c5daf-8404-4c65-b957-8fa70e94e44d 2018-08-12 08:44:31,796 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/cc4e55c61c7149938c1c8206b78d0102/stacks/f9bd0837-e82d-4272-bc72-18ecb63dc2d5 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c55fef7c920f1e74b8bcfea8344b4b7b76481779" 2018-08-12 08:44:31,992 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:44:31 GMT Server: Apache x-openstack-request-id: req-76e5372b-9b7a-440e-b8e9-ecb39486c3f7 Location: http://172.30.9.21:8004/v1/cc4e55c61c7149938c1c8206b78d0102/stacks/CreateStackVolumeTests-CreateStackVolumeTests-428aa3c2-c41f-4b26-9179-6476f04d2fc9-stack/f9bd0837-e82d-4272-bc72-18ecb63dc2d5 Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/cc4e55c61c7149938c1c8206b78d0102/stacks/CreateStackVolumeTests-CreateStackVolumeTests-428aa3c2-c41f-4b26-9179-6476f04d2fc9-stack/f9bd0837-e82d-4272-bc72-18ecb63dc2d5;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:44:32,215 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:44:31 GMT Server: Apache x-openstack-request-id: req-db9e8132-218b-4e6d-8939-8a1dc5171246 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 531 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single volume with encryption", "parameters": {"OS::project_id": "cc4e55c61c7149938c1c8206b78d0102", "volume_type_name": "CreateStackVolumeTests-428aa3c2-c41f-4b26-9179-6476f04d2fc9-volume-type", "OS::stack_id": "f9bd0837-e82d-4272-bc72-18ecb63dc2d5", "OS::stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-428aa3c2-c41f-4b26-9179-6476f04d2fc9-stack", "volume_name": "CreateStackVolumeTests-428aa3c2-c41f-4b26-9179-6476f04d2fc9-volume"}, "deletion_time": null, "stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-428aa3c2-c41f-4b26-9179-6476f04d2fc9-stack", "stack_user_project_id": "6ff188dceba24169a9e192c7101971c5", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-12T08:44:31Z", "links": [{"href": "http://172.30.9.21:8004/v1/cc4e55c61c7149938c1c8206b78d0102/stacks/CreateStackVolumeTests-CreateStackVolumeTests-428aa3c2-c41f-4b26-9179-6476f04d2fc9-stack/f9bd0837-e82d-4272-bc72-18ecb63dc2d5", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "f9bd0837-e82d-4272-bc72-18ecb63dc2d5", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2018-08-12 08:44:32,215 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cc4e55c61c7149938c1c8206b78d0102/stacks/CreateStackVolumeTests-CreateStackVolumeTests-428aa3c2-c41f-4b26-9179-6476f04d2fc9-stack/f9bd0837-e82d-4272-bc72-18ecb63dc2d5 used request id req-db9e8132-218b-4e6d-8939-8a1dc5171246 2018-08-12 08:44:32,215 - create_stack - INFO - Created stack with name - CreateStackVolumeTests-CreateStackVolumeTests-428aa3c2-c41f-4b26-9179-6476f04d2fc9-stack 2018-08-12 08:44:32,218 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/cc4e55c61c7149938c1c8206b78d0102/stacks/f9bd0837-e82d-4272-bc72-18ecb63dc2d5 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c55fef7c920f1e74b8bcfea8344b4b7b76481779" 2018-08-12 08:44:32,425 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:44:32 GMT Server: Apache x-openstack-request-id: req-31c33a0e-c43d-4d70-97ce-8cd3bd8d2d2c Location: http://172.30.9.21:8004/v1/cc4e55c61c7149938c1c8206b78d0102/stacks/CreateStackVolumeTests-CreateStackVolumeTests-428aa3c2-c41f-4b26-9179-6476f04d2fc9-stack/f9bd0837-e82d-4272-bc72-18ecb63dc2d5 Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/cc4e55c61c7149938c1c8206b78d0102/stacks/CreateStackVolumeTests-CreateStackVolumeTests-428aa3c2-c41f-4b26-9179-6476f04d2fc9-stack/f9bd0837-e82d-4272-bc72-18ecb63dc2d5;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:44:32,639 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:44:32 GMT Server: Apache x-openstack-request-id: req-630463bc-0ae3-4bbf-91e9-1e5ed93d564b Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 531 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single volume with encryption", "parameters": {"OS::project_id": "cc4e55c61c7149938c1c8206b78d0102", "volume_type_name": "CreateStackVolumeTests-428aa3c2-c41f-4b26-9179-6476f04d2fc9-volume-type", "OS::stack_id": "f9bd0837-e82d-4272-bc72-18ecb63dc2d5", "OS::stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-428aa3c2-c41f-4b26-9179-6476f04d2fc9-stack", "volume_name": "CreateStackVolumeTests-428aa3c2-c41f-4b26-9179-6476f04d2fc9-volume"}, "deletion_time": null, "stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-428aa3c2-c41f-4b26-9179-6476f04d2fc9-stack", "stack_user_project_id": "6ff188dceba24169a9e192c7101971c5", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-12T08:44:31Z", "links": [{"href": "http://172.30.9.21:8004/v1/cc4e55c61c7149938c1c8206b78d0102/stacks/CreateStackVolumeTests-CreateStackVolumeTests-428aa3c2-c41f-4b26-9179-6476f04d2fc9-stack/f9bd0837-e82d-4272-bc72-18ecb63dc2d5", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "f9bd0837-e82d-4272-bc72-18ecb63dc2d5", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2018-08-12 08:44:32,639 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cc4e55c61c7149938c1c8206b78d0102/stacks/CreateStackVolumeTests-CreateStackVolumeTests-428aa3c2-c41f-4b26-9179-6476f04d2fc9-stack/f9bd0837-e82d-4272-bc72-18ecb63dc2d5 used request id req-630463bc-0ae3-4bbf-91e9-1e5ed93d564b 2018-08-12 08:44:32,640 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-08-12 08:44:32,640 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-08-12 08:44:35,643 - create_stack - DEBUG - Stack status query timeout in 1196.57258582 2018-08-12 08:44:35,646 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/cc4e55c61c7149938c1c8206b78d0102/stacks/f9bd0837-e82d-4272-bc72-18ecb63dc2d5 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c55fef7c920f1e74b8bcfea8344b4b7b76481779" 2018-08-12 08:44:35,851 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:44:35 GMT Server: Apache x-openstack-request-id: req-6dc3ab7d-5567-4f2a-a2cf-e3a0caedc2e0 Location: http://172.30.9.21:8004/v1/cc4e55c61c7149938c1c8206b78d0102/stacks/CreateStackVolumeTests-CreateStackVolumeTests-428aa3c2-c41f-4b26-9179-6476f04d2fc9-stack/f9bd0837-e82d-4272-bc72-18ecb63dc2d5 Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/cc4e55c61c7149938c1c8206b78d0102/stacks/CreateStackVolumeTests-CreateStackVolumeTests-428aa3c2-c41f-4b26-9179-6476f04d2fc9-stack/f9bd0837-e82d-4272-bc72-18ecb63dc2d5;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:44:36,076 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:44:35 GMT Server: Apache x-openstack-request-id: req-c6a02a89-e350-46e8-90d2-1209834076b7 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 537 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single volume with encryption", "parameters": {"OS::project_id": "cc4e55c61c7149938c1c8206b78d0102", "volume_type_name": "CreateStackVolumeTests-428aa3c2-c41f-4b26-9179-6476f04d2fc9-volume-type", "OS::stack_id": "f9bd0837-e82d-4272-bc72-18ecb63dc2d5", "OS::stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-428aa3c2-c41f-4b26-9179-6476f04d2fc9-stack", "volume_name": "CreateStackVolumeTests-428aa3c2-c41f-4b26-9179-6476f04d2fc9-volume"}, "deletion_time": null, "stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-428aa3c2-c41f-4b26-9179-6476f04d2fc9-stack", "stack_user_project_id": "6ff188dceba24169a9e192c7101971c5", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-08-12T08:44:31Z", "links": [{"href": "http://172.30.9.21:8004/v1/cc4e55c61c7149938c1c8206b78d0102/stacks/CreateStackVolumeTests-CreateStackVolumeTests-428aa3c2-c41f-4b26-9179-6476f04d2fc9-stack/f9bd0837-e82d-4272-bc72-18ecb63dc2d5", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "f9bd0837-e82d-4272-bc72-18ecb63dc2d5", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2018-08-12 08:44:36,076 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cc4e55c61c7149938c1c8206b78d0102/stacks/CreateStackVolumeTests-CreateStackVolumeTests-428aa3c2-c41f-4b26-9179-6476f04d2fc9-stack/f9bd0837-e82d-4272-bc72-18ecb63dc2d5 used request id req-c6a02a89-e350-46e8-90d2-1209834076b7 2018-08-12 08:44:36,077 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2018-08-12 08:44:36,077 - create_stack - DEBUG - Stack is active with name - CreateStackVolumeTests-CreateStackVolumeTests-428aa3c2-c41f-4b26-9179-6476f04d2fc9-stack 2018-08-12 08:44:36,077 - create_stack - INFO - Stack is now active with name - CreateStackVolumeTests-CreateStackVolumeTests-428aa3c2-c41f-4b26-9179-6476f04d2fc9-stack 2018-08-12 08:44:36,080 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/cc4e55c61c7149938c1c8206b78d0102/stacks/f9bd0837-e82d-4272-bc72-18ecb63dc2d5/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c55fef7c920f1e74b8bcfea8344b4b7b76481779" 2018-08-12 08:44:36,273 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:44:36 GMT Server: Apache x-openstack-request-id: req-261852f2-1520-4858-a418-1d49cfdd7ea7 Location: http://172.30.9.21:8004/v1/cc4e55c61c7149938c1c8206b78d0102/stacks/CreateStackVolumeTests-CreateStackVolumeTests-428aa3c2-c41f-4b26-9179-6476f04d2fc9-stack/f9bd0837-e82d-4272-bc72-18ecb63dc2d5/resources Content-Length: 547 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/cc4e55c61c7149938c1c8206b78d0102/stacks/CreateStackVolumeTests-CreateStackVolumeTests-428aa3c2-c41f-4b26-9179-6476f04d2fc9-stack/f9bd0837-e82d-4272-bc72-18ecb63dc2d5/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:44:36,480 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:44:36 GMT Server: Apache x-openstack-request-id: req-12aa8162-dea6-4e95-81c5-98562b9fb10f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 447 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "volume", "links": [{"href": "http://172.30.9.21:8004/v1/cc4e55c61c7149938c1c8206b78d0102/stacks/CreateStackVolumeTests-CreateStackVolumeTests-428aa3c2-c41f-4b26-9179-6476f04d2fc9-stack/f9bd0837-e82d-4272-bc72-18ecb63dc2d5/resources/volume", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/cc4e55c61c7149938c1c8206b78d0102/stacks/CreateStackVolumeTests-CreateStackVolumeTests-428aa3c2-c41f-4b26-9179-6476f04d2fc9-stack/f9bd0837-e82d-4272-bc72-18ecb63dc2d5", "rel": "stack"}], "logical_resource_id": "volume", "creation_time": "2018-08-12T08:44:31Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-12T08:44:31Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "a1b1f6f6-1cfb-47f9-ba04-4bed18f33c82", "resource_type": "OS::Cinder::Volume"}, {"resource_name": "volume_type", "links": [{"href": "http://172.30.9.21:8004/v1/cc4e55c61c7149938c1c8206b78d0102/stacks/CreateStackVolumeTests-CreateStackVolumeTests-428aa3c2-c41f-4b26-9179-6476f04d2fc9-stack/f9bd0837-e82d-4272-bc72-18ecb63dc2d5/resources/volume_type", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/cc4e55c61c7149938c1c8206b78d0102/stacks/CreateStackVolumeTests-CreateStackVolumeTests-428aa3c2-c41f-4b26-9179-6476f04d2fc9-stack/f9bd0837-e82d-4272-bc72-18ecb63dc2d5", "rel": "stack"}], "logical_resource_id": "volume_type", "creation_time": "2018-08-12T08:44:31Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-12T08:44:31Z", "required_by": ["volume"], "resource_status_reason": "state changed", "physical_resource_id": "253a2719-59ed-465e-a25e-61bf4ae4afd9", "resource_type": "OS::Cinder::VolumeType"}]} 2018-08-12 08:44:36,480 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cc4e55c61c7149938c1c8206b78d0102/stacks/CreateStackVolumeTests-CreateStackVolumeTests-428aa3c2-c41f-4b26-9179-6476f04d2fc9-stack/f9bd0837-e82d-4272-bc72-18ecb63dc2d5/resources used request id req-12aa8162-dea6-4e95-81c5-98562b9fb10f 2018-08-12 08:44:36,484 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/cc4e55c61c7149938c1c8206b78d0102/types/253a2719-59ed-465e-a25e-61bf4ae4afd9 -H "OpenStack-API-Version: volume 3.5" -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c55fef7c920f1e74b8bcfea8344b4b7b76481779" 2018-08-12 08:44:36,689 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:44:36 GMT Server: Apache x-compute-request-id: req-44639cbc-5673-4e14-9034-c2615b7f6877 OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-44639cbc-5673-4e14-9034-c2615b7f6877 Content-Encoding: gzip Content-Length: 204 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateStackVolumeTests-428aa3c2-c41f-4b26-9179-6476f04d2fc9-volume-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": true, "is_public": true, "id": "253a2719-59ed-465e-a25e-61bf4ae4afd9", "description": null}} 2018-08-12 08:44:36,689 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/cc4e55c61c7149938c1c8206b78d0102/types/253a2719-59ed-465e-a25e-61bf4ae4afd9 used request id req-44639cbc-5673-4e14-9034-c2615b7f6877 2018-08-12 08:44:36,690 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/cc4e55c61c7149938c1c8206b78d0102/types/253a2719-59ed-465e-a25e-61bf4ae4afd9 -H "OpenStack-API-Version: volume 3.5" -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-44639cbc-5673-4e14-9034-c2615b7f6877" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c55fef7c920f1e74b8bcfea8344b4b7b76481779" 2018-08-12 08:44:36,883 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:44:36 GMT Server: Apache x-compute-request-id: req-7b361301-0ba7-4a29-99f7-66bb2bc80784 OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-7b361301-0ba7-4a29-99f7-66bb2bc80784 Content-Encoding: gzip Content-Length: 204 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateStackVolumeTests-428aa3c2-c41f-4b26-9179-6476f04d2fc9-volume-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": true, "is_public": true, "id": "253a2719-59ed-465e-a25e-61bf4ae4afd9", "description": null}} 2018-08-12 08:44:36,883 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/cc4e55c61c7149938c1c8206b78d0102/types/253a2719-59ed-465e-a25e-61bf4ae4afd9 used request id req-7b361301-0ba7-4a29-99f7-66bb2bc80784 2018-08-12 08:44:36,886 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/cc4e55c61c7149938c1c8206b78d0102/types/253a2719-59ed-465e-a25e-61bf4ae4afd9/encryption -H "OpenStack-API-Version: volume 3.5" -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-44639cbc-5673-4e14-9034-c2615b7f6877" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c55fef7c920f1e74b8bcfea8344b4b7b76481779" 2018-08-12 08:44:36,908 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:44:36 GMT Server: Apache x-compute-request-id: req-d907ada7-0eea-49c6-a00f-6b2719a29d06 OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version x-openstack-request-id: req-d907ada7-0eea-49c6-a00f-6b2719a29d06 Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-08-12 08:44:36,909 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/cc4e55c61c7149938c1c8206b78d0102/types/253a2719-59ed-465e-a25e-61bf4ae4afd9/encryption used request id req-d907ada7-0eea-49c6-a00f-6b2719a29d06 2018-08-12 08:44:36,909 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:44:36,910 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:44:37,306 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "128e47f6a942422e9888eb071f2f140e", "name": "CreateStackVolumeTests-428ad593-f22a-4c0-proj-role"}, {"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:44:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cc4e55c61c7149938c1c8206b78d0102", "name": "CreateStackVolumeTests-428ad593-f22a-4c0-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cc4e55c61c7149938c1c8206b78d0102", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/cc4e55c61c7149938c1c8206b78d0102", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/cc4e55c61c7149938c1c8206b78d0102", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_cc4e55c61c7149938c1c8206b78d0102", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_cc4e55c61c7149938c1c8206b78d0102", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/cc4e55c61c7149938c1c8206b78d0102", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/cc4e55c61c7149938c1c8206b78d0102", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/cc4e55c61c7149938c1c8206b78d0102", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/cc4e55c61c7149938c1c8206b78d0102", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/cc4e55c61c7149938c1c8206b78d0102", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/cc4e55c61c7149938c1c8206b78d0102", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/cc4e55c61c7149938c1c8206b78d0102", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/cc4e55c61c7149938c1c8206b78d0102", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/cc4e55c61c7149938c1c8206b78d0102", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackVolumeTests-428ad593-f22a-4c0-user", "id": "5be53ca74b074d8bad3f13dab3d84582"}, "audit_ids": ["1BsccHAqQ5atwkK4aRTTag"], "issued_at": "2018-08-12T08:44:37.000000Z"}} 2018-08-12 08:44:37,307 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}c5b038d28bc6de2eed726a220aa078781614b2f3" 2018-08-12 08:44:37,402 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:44:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aebe03a8-eec0-477b-8024-f9b391bf3517 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:44:37,402 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-aebe03a8-eec0-477b-8024-f9b391bf3517 2018-08-12 08:44:37,407 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/cc4e55c61c7149938c1c8206b78d0102/types?is_public=None -H "OpenStack-API-Version: volume 3.5" -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5b038d28bc6de2eed726a220aa078781614b2f3" 2018-08-12 08:44:37,599 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:44:37 GMT Server: Apache x-compute-request-id: req-6d64d900-8b97-46fd-8611-993465cb088c OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-6d64d900-8b97-46fd-8611-993465cb088c Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"volume_types": [{"name": "CreateStackVolumeTests-428aa3c2-c41f-4b26-9179-6476f04d2fc9-volume-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": true, "is_public": true, "id": "253a2719-59ed-465e-a25e-61bf4ae4afd9", "description": null}]} 2018-08-12 08:44:37,599 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/cc4e55c61c7149938c1c8206b78d0102/types?is_public=None used request id req-6d64d900-8b97-46fd-8611-993465cb088c 2018-08-12 08:44:37,602 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/cc4e55c61c7149938c1c8206b78d0102/types/253a2719-59ed-465e-a25e-61bf4ae4afd9 -H "OpenStack-API-Version: volume 3.5" -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-6d64d900-8b97-46fd-8611-993465cb088c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5b038d28bc6de2eed726a220aa078781614b2f3" 2018-08-12 08:44:37,806 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:44:37 GMT Server: Apache x-compute-request-id: req-ed303503-8b0c-418b-bb83-ecaa556f4d92 OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-ed303503-8b0c-418b-bb83-ecaa556f4d92 Content-Encoding: gzip Content-Length: 204 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateStackVolumeTests-428aa3c2-c41f-4b26-9179-6476f04d2fc9-volume-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": true, "is_public": true, "id": "253a2719-59ed-465e-a25e-61bf4ae4afd9", "description": null}} 2018-08-12 08:44:37,806 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/cc4e55c61c7149938c1c8206b78d0102/types/253a2719-59ed-465e-a25e-61bf4ae4afd9 used request id req-ed303503-8b0c-418b-bb83-ecaa556f4d92 2018-08-12 08:44:37,808 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/cc4e55c61c7149938c1c8206b78d0102/types/253a2719-59ed-465e-a25e-61bf4ae4afd9/encryption -H "OpenStack-API-Version: volume 3.5" -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-6d64d900-8b97-46fd-8611-993465cb088c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5b038d28bc6de2eed726a220aa078781614b2f3" 2018-08-12 08:44:38,022 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:44:37 GMT Server: Apache x-compute-request-id: req-392c2b56-b9ba-4732-ac32-56c6f968ec6a OpenStack-API-Version: volume 3.5 Vary: OpenStack-API-Version x-openstack-request-id: req-392c2b56-b9ba-4732-ac32-56c6f968ec6a Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-08-12 08:44:38,022 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/cc4e55c61c7149938c1c8206b78d0102/types/253a2719-59ed-465e-a25e-61bf4ae4afd9/encryption used request id req-392c2b56-b9ba-4732-ac32-56c6f968ec6a 2018-08-12 08:44:38,022 - create_stack - INFO - Deleting stack - CreateStackVolumeTests-CreateStackVolumeTests-428aa3c2-c41f-4b26-9179-6476f04d2fc9-stack 2018-08-12 08:44:38,024 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8004/v1/cc4e55c61c7149938c1c8206b78d0102/stacks/f9bd0837-e82d-4272-bc72-18ecb63dc2d5 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c55fef7c920f1e74b8bcfea8344b4b7b76481779" 2018-08-12 08:44:38,235 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:44:38 GMT Server: Apache x-openstack-request-id: req-e43c82b2-a009-4b45-9a03-a0541f02c2d0 Location: http://172.30.9.21:8004/v1/cc4e55c61c7149938c1c8206b78d0102/stacks/CreateStackVolumeTests-CreateStackVolumeTests-428aa3c2-c41f-4b26-9179-6476f04d2fc9-stack/f9bd0837-e82d-4272-bc72-18ecb63dc2d5 Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/cc4e55c61c7149938c1c8206b78d0102/stacks/CreateStackVolumeTests-CreateStackVolumeTests-428aa3c2-c41f-4b26-9179-6476f04d2fc9-stack/f9bd0837-e82d-4272-bc72-18ecb63dc2d5;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:44:38,537 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:44:38 GMT Server: Apache x-openstack-request-id: req-e017a4af-1891-4304-ab7d-a431f7543bad 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 08:44:38,537 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.21:8004/v1/cc4e55c61c7149938c1c8206b78d0102/stacks/CreateStackVolumeTests-CreateStackVolumeTests-428aa3c2-c41f-4b26-9179-6476f04d2fc9-stack/f9bd0837-e82d-4272-bc72-18ecb63dc2d5 used request id req-e017a4af-1891-4304-ab7d-a431f7543bad 2018-08-12 08:44:38,540 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/cc4e55c61c7149938c1c8206b78d0102/stacks/f9bd0837-e82d-4272-bc72-18ecb63dc2d5 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c55fef7c920f1e74b8bcfea8344b4b7b76481779" 2018-08-12 08:44:38,566 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:44:38 GMT Server: Apache x-openstack-request-id: req-0105e0c6-ad38-4c87-8962-ff536a96d8d0 Location: http://172.30.9.21:8004/v1/cc4e55c61c7149938c1c8206b78d0102/stacks/CreateStackVolumeTests-CreateStackVolumeTests-428aa3c2-c41f-4b26-9179-6476f04d2fc9-stack/f9bd0837-e82d-4272-bc72-18ecb63dc2d5 Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/cc4e55c61c7149938c1c8206b78d0102/stacks/CreateStackVolumeTests-CreateStackVolumeTests-428aa3c2-c41f-4b26-9179-6476f04d2fc9-stack/f9bd0837-e82d-4272-bc72-18ecb63dc2d5;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:44:38,784 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:44:38 GMT Server: Apache x-openstack-request-id: req-1f4a0a79-eef1-4da5-8e06-98e117a2efa9 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 535 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single volume with encryption", "parameters": {"OS::project_id": "cc4e55c61c7149938c1c8206b78d0102", "volume_type_name": "CreateStackVolumeTests-428aa3c2-c41f-4b26-9179-6476f04d2fc9-volume-type", "OS::stack_id": "f9bd0837-e82d-4272-bc72-18ecb63dc2d5", "OS::stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-428aa3c2-c41f-4b26-9179-6476f04d2fc9-stack", "volume_name": "CreateStackVolumeTests-428aa3c2-c41f-4b26-9179-6476f04d2fc9-volume"}, "deletion_time": null, "stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-428aa3c2-c41f-4b26-9179-6476f04d2fc9-stack", "stack_user_project_id": "6ff188dceba24169a9e192c7101971c5", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-08-12T08:44:31Z", "links": [{"href": "http://172.30.9.21:8004/v1/cc4e55c61c7149938c1c8206b78d0102/stacks/CreateStackVolumeTests-CreateStackVolumeTests-428aa3c2-c41f-4b26-9179-6476f04d2fc9-stack/f9bd0837-e82d-4272-bc72-18ecb63dc2d5", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-08-12T08:44:38Z", "id": "f9bd0837-e82d-4272-bc72-18ecb63dc2d5", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2018-08-12 08:44:38,784 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cc4e55c61c7149938c1c8206b78d0102/stacks/CreateStackVolumeTests-CreateStackVolumeTests-428aa3c2-c41f-4b26-9179-6476f04d2fc9-stack/f9bd0837-e82d-4272-bc72-18ecb63dc2d5 used request id req-1f4a0a79-eef1-4da5-8e06-98e117a2efa9 2018-08-12 08:44:38,784 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-08-12 08:44:38,785 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-08-12 08:44:41,788 - create_stack - DEBUG - Stack status query timeout in 1196.74994302 2018-08-12 08:44:41,790 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/cc4e55c61c7149938c1c8206b78d0102/stacks/f9bd0837-e82d-4272-bc72-18ecb63dc2d5 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c55fef7c920f1e74b8bcfea8344b4b7b76481779" 2018-08-12 08:44:41,983 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:44:41 GMT Server: Apache x-openstack-request-id: req-f05699f3-ee50-463a-a208-8577386af4d8 Location: http://172.30.9.21:8004/v1/cc4e55c61c7149938c1c8206b78d0102/stacks/CreateStackVolumeTests-CreateStackVolumeTests-428aa3c2-c41f-4b26-9179-6476f04d2fc9-stack/f9bd0837-e82d-4272-bc72-18ecb63dc2d5 Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/cc4e55c61c7149938c1c8206b78d0102/stacks/CreateStackVolumeTests-CreateStackVolumeTests-428aa3c2-c41f-4b26-9179-6476f04d2fc9-stack/f9bd0837-e82d-4272-bc72-18ecb63dc2d5;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:44:42,191 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:44:41 GMT Server: Apache x-openstack-request-id: req-d15260d7-375b-4a64-a200-33a627348db1 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 532 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single volume with encryption", "parameters": {"OS::project_id": "cc4e55c61c7149938c1c8206b78d0102", "volume_type_name": "CreateStackVolumeTests-428aa3c2-c41f-4b26-9179-6476f04d2fc9-volume-type", "OS::stack_id": "f9bd0837-e82d-4272-bc72-18ecb63dc2d5", "OS::stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-428aa3c2-c41f-4b26-9179-6476f04d2fc9-stack", "volume_name": "CreateStackVolumeTests-428aa3c2-c41f-4b26-9179-6476f04d2fc9-volume"}, "deletion_time": "2018-08-12T08:44:41Z", "stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-428aa3c2-c41f-4b26-9179-6476f04d2fc9-stack", "stack_user_project_id": "6ff188dceba24169a9e192c7101971c5", "tags": null, "creation_time": "2018-08-12T08:44:31Z", "links": [{"href": "http://172.30.9.21:8004/v1/cc4e55c61c7149938c1c8206b78d0102/stacks/CreateStackVolumeTests-CreateStackVolumeTests-428aa3c2-c41f-4b26-9179-6476f04d2fc9-stack/f9bd0837-e82d-4272-bc72-18ecb63dc2d5", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-08-12T08:44:38Z", "id": "f9bd0837-e82d-4272-bc72-18ecb63dc2d5", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Simple template to deploy a single volume with encryption"}} 2018-08-12 08:44:42,191 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cc4e55c61c7149938c1c8206b78d0102/stacks/CreateStackVolumeTests-CreateStackVolumeTests-428aa3c2-c41f-4b26-9179-6476f04d2fc9-stack/f9bd0837-e82d-4272-bc72-18ecb63dc2d5 used request id req-d15260d7-375b-4a64-a200-33a627348db1 2018-08-12 08:44:42,191 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2018-08-12 08:44:42,191 - create_stack - DEBUG - Stack is active with name - CreateStackVolumeTests-CreateStackVolumeTests-428aa3c2-c41f-4b26-9179-6476f04d2fc9-stack 2018-08-12 08:44:42,192 - create_stack - INFO - Attempting to delete again stack - CreateStackVolumeTests-CreateStackVolumeTests-428aa3c2-c41f-4b26-9179-6476f04d2fc9-stack 2018-08-12 08:44:42,194 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8004/v1/cc4e55c61c7149938c1c8206b78d0102/stacks/f9bd0837-e82d-4272-bc72-18ecb63dc2d5 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c55fef7c920f1e74b8bcfea8344b4b7b76481779" 2018-08-12 08:44:42,394 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:44:42 GMT Server: Apache x-openstack-request-id: req-c037cec4-8a7a-424a-a8fd-136980740b9c Location: http://172.30.9.21:8004/v1/cc4e55c61c7149938c1c8206b78d0102/stacks/CreateStackVolumeTests-CreateStackVolumeTests-428aa3c2-c41f-4b26-9179-6476f04d2fc9-stack/f9bd0837-e82d-4272-bc72-18ecb63dc2d5 Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/cc4e55c61c7149938c1c8206b78d0102/stacks/CreateStackVolumeTests-CreateStackVolumeTests-428aa3c2-c41f-4b26-9179-6476f04d2fc9-stack/f9bd0837-e82d-4272-bc72-18ecb63dc2d5;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:44:42,421 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:44:42 GMT Server: Apache x-openstack-request-id: req-62ecec16-f54a-425a-a6c6-4085f88b8936 Content-Length: 277 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackVolumeTests-CreateStackVolumeTests-428aa3c2-c41f-4b26-9179-6476f04d2fc9-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-08-12 08:44:42,421 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.21:8004/v1/cc4e55c61c7149938c1c8206b78d0102/stacks/CreateStackVolumeTests-CreateStackVolumeTests-428aa3c2-c41f-4b26-9179-6476f04d2fc9-stack/f9bd0837-e82d-4272-bc72-18ecb63dc2d5 used request id req-62ecec16-f54a-425a-a6c6-4085f88b8936 2018-08-12 08:44:42,422 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:44:42,422 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:44:42,423 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:44:42,423 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:44:42,423 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:44:42,429 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fecbf75f0cbf8fbde2b3c8e6ec887dc66c93c436" 2018-08-12 08:44:42,681 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 43135 X-Openstack-Request-Id: req-07f7635e-4062-4939-a5ab-6d49e87a7d66 Date: Sun, 12 Aug 2018 08:44:42 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "created_at": "2018-08-12T06:59:44Z", "updated_at": "2018-08-12T06:59:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "1d7fd960-7865-4453-aecc-8d399b4fad21", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "66820d8a-b785-4b18-bd67-500221c8e4f9", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "74fc7638-a322-4841-8c47-06d36174a200", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "8eaa09ec-8419-4582-9312-1e527afe6e4b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}], "revision_number": 4, "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "created_at": "2018-08-12T05:12:34Z", "updated_at": "2018-08-12T05:12:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "709513d2-af7d-4d0b-bd3c-604fed75a711", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "aa346066-e46f-44f2-94be-2884aa998a19", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "c15f7b93-e56c-4afa-867d-2acb286d4b7b", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "cb0ef83f-5f70-4a80-ad35-431ca9df551e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}], "revision_number": 4, "project_id": "fa5a7fe6ee54472ba01638877aade8e3", "id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ea65becf30e54b27aa96a449698a435e", "created_at": "2018-08-12T05:10:35Z", "updated_at": "2018-08-12T05:10:35Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "30ad280c-f302-4cd4-a438-5139917b56f9", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "76115c4c-887d-4f0a-83e2-486e4b39c713", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "8ab14937-4c08-4d43-8a9a-662e622cc643", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "ee757a03-5662-4273-9c3e-6212e7afb48f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}], "revision_number": 4, "project_id": "ea65becf30e54b27aa96a449698a435e", "id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "created_at": "2018-08-12T06:20:09Z", "updated_at": "2018-08-12T06:20:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "1123b8f2-75ac-4a26-b9b2-a96da97408e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "2ddd2b93-e080-48cd-9a50-f5fe8a82ad0c", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "cd1bae62-0aea-4438-b4c3-50a69ae6f855", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "e398e01e-ceea-46d1-9534-b929808c4a5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}], "revision_number": 4, "project_id": "ff7abd7bb61f4f2889831e932d65dc2e", "id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "created_at": "2018-08-12T05:34:57Z", "updated_at": "2018-08-12T05:34:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "208a1c1e-f5f8-49c7-9a25-d07e68b1541f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "27bfd867-e607-4bf8-9de8-60682d3f771d", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "49360e1f-6fd3-4f35-b339-24cea95773ee", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "60f631a9-d305-4920-9631-d0543e2ac64f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}], "revision_number": 4, "project_id": "3a85ceae958d4d9fba68847e7df67db8", "id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "created_at": "2018-08-12T05:34:40Z", "updated_at": "2018-08-12T05:34:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "2192c259-363e-4768-ae73-e75837ad63b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "3f87ddc5-f84d-41dc-8215-847724782569", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "7d89f6da-ea78-49dd-9115-f9ad23b250bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "9ec4497d-0f65-44db-9be9-7b3042e4a584", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}], "revision_number": 4, "project_id": "85517fcf1c6247e699fdcdd42ecc8c79", "id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "created_at": "2018-08-12T05:16:02Z", "updated_at": "2018-08-12T05:16:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "1ecacd8c-c1c7-4a66-9871-406a69323b43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "3cc1750c-e0e7-4902-b6f3-494a161b832e", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "d719a7a4-8c99-44ed-8c12-6bf071890203", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "fe7421b5-d577-41da-8c78-62f3c07eda92", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}], "revision_number": 4, "project_id": "a267b9a156244bb192691cff6e5f74fe", "id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "315a428116f24d9fbb826b37080a918e", "created_at": "2018-08-12T05:11:31Z", "updated_at": "2018-08-12T05:11:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "5e52886a-1dc3-4a81-a55d-f388dc4fd1a1", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "678e32e4-d64c-448a-a4ab-e253ab94ae90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "a8da1539-e3ad-4f90-b2df-3dc1f09d228a", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "b73d5cc9-0205-4658-bb1f-61a042c0ab8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}], "revision_number": 4, "project_id": "315a428116f24d9fbb826b37080a918e", "id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-12T05:08:01Z", "updated_at": "2018-08-12T05:08:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:01Z", "revision_number": 0, "id": "0fb05d03-1117-45d0-930c-b6d4c96ef102", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "4faaab33-5788-4bbd-85b8-0fb44d41413a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "96d0c5a0-5c67-421b-8fc8-2b46d77e5db3", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "dd78519b-4bc5-4e8e-ad0f-58089dd69347", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "11a46741b7954b959fd7764109c047b6", "created_at": "2018-08-12T05:34:51Z", "updated_at": "2018-08-12T05:34:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "0b67bf3c-2289-43bb-ab6c-7d25ec32a279", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "51f3f833-337a-42bd-a8d5-742ea8d6c226", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "571fd0b5-ef90-408d-af33-aafb517b8993", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "944ba823-fb9c-496e-a66e-bb426bb14a8d", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}], "revision_number": 4, "project_id": "11a46741b7954b959fd7764109c047b6", "id": "90af9782-8112-4257-801d-ee5115d226ba", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "created_at": "2018-08-12T05:34:26Z", "updated_at": "2018-08-12T05:34:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "2ee1f63a-807c-4d6a-85ee-dd784f6b8c3f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5dec3ec2-2add-47dd-8618-90659dcf3885", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5ea0dc3e-49d0-43f0-94e9-f6443527d14c", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "fbfaca22-7e3e-4128-8973-43e439b77c28", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}], "revision_number": 4, "project_id": "3c01cd58055c44ecaef39f7e625c2258", "id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "521007c1818145639e93ceb270559219", "created_at": "2018-08-12T05:13:27Z", "updated_at": "2018-08-12T05:13:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "5e7fede5-b0f2-47d8-95c3-516cdfc7f9de", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "8fd0e36f-c6c4-4f64-ba97-40439e614448", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "db7d79de-1dfc-4138-945f-91e74cdc266b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "e87f2cff-ff3e-4b6d-aaf0-7f0eb0ab9f05", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}], "revision_number": 4, "project_id": "521007c1818145639e93ceb270559219", "id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "created_at": "2018-08-12T05:08:18Z", "updated_at": "2018-08-12T05:08:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "3c67be40-bf74-4f97-9693-d93ce73a23b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "6112d869-2fc6-4a25-a13c-3d55cd7206c0", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "bdf21c56-453e-482e-9cba-3c55abcb0339", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "c8e92c39-38cc-4f48-be9c-5f0912e6a725", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}], "revision_number": 4, "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "created_at": "2018-08-12T05:04:23Z", "updated_at": "2018-08-12T05:04:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "280546d9-8ad1-4283-abfc-15ee9b1736c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "58bce125-f2ca-4a6d-b9ca-4e6cf5c0f7a5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "69275b9a-cfb5-482c-a9c4-8ffc79adf2c7", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "6d747f3a-3764-469a-a645-f977585c5aac", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}], "revision_number": 4, "project_id": "310f5853751a4c968f3eeb0a3d99a0a8", "id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "created_at": "2018-08-12T05:34:42Z", "updated_at": "2018-08-12T05:34:42Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "199582e8-25aa-457a-aa7c-6d8413ca4464", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "234f3609-4454-448f-919d-c8143c7cd764", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "c1061460-71a2-49a9-a04b-9fa33eeb17ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "d21ac532-51d8-4d6b-8300-7bac216759bf", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}], "revision_number": 4, "project_id": "9f6c1a272706419c9a74b0893b2890e8", "id": "d6739716-c693-460c-89c6-e7c8c48f8245", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "created_at": "2018-08-12T05:34:54Z", "updated_at": "2018-08-12T05:34:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "0633a05a-ee7d-4476-a56b-75d011b22f77", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "6cc1b9f8-73db-47a3-a0e0-3c96c43f34da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "90d99a6b-e94f-4fd8-a10c-f19dd8954c13", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "e843c139-af2a-4d2c-a24f-59f7b10ff72e", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}], "revision_number": 4, "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "created_at": "2018-08-12T05:09:07Z", "updated_at": "2018-08-12T05:09:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "5495e168-f505-4d74-ae6d-387f0bf533c2", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "6fd19b8b-3062-456e-81ba-3ff37fe43429", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8ca59d25-485c-46ce-939c-2e4a468caeac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8f190846-50a0-42b9-b571-390809b752b1", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}], "revision_number": 4, "project_id": "fa9ca6d7608b4d7d87ce97331679a481", "id": "edcd9b17-9416-4c25-823c-060c435e18d7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "created_at": "2018-08-12T05:34:52Z", "updated_at": "2018-08-12T05:34:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "2c7e484e-6ec5-4a95-8c9c-66d294c0c27e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "70c74258-3c2c-4efc-87e0-079c26ee3417", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "b70382fa-082e-4c2b-abc8-87490fa50b11", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "c3628e02-b4b6-42c9-8751-c1a2d3c19caa", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}], "revision_number": 4, "project_id": "87db863ba6e348b0a5ddcb67053db9d1", "id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "name": "default"}]} 2018-08-12 08:44:42,682 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-07f7635e-4062-4939-a5ab-6d49e87a7d66 2018-08-12 08:44:42,690 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fecbf75f0cbf8fbde2b3c8e6ec887dc66c93c436" 2018-08-12 08:44:42,780 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:44:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6a8c9b00-cdc1-4540-b85d-1a631c70a2fd Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 5fe28c13d4d74ba2be8d019ac1ea6363.", "code": 404, "title": "Not Found"}} 2018-08-12 08:44:42,781 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 used request id req-6a8c9b00-cdc1-4540-b85d-1a631c70a2fd 2018-08-12 08:44:42,781 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:44:42,785 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fecbf75f0cbf8fbde2b3c8e6ec887dc66c93c436" 2018-08-12 08:44:42,873 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:44:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f5e5d1d0-61e5-4b93-8e1f-bc19c4e136fa Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa5a7fe6ee54472ba01638877aade8e3.", "code": 404, "title": "Not Found"}} 2018-08-12 08:44:42,873 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 used request id req-f5e5d1d0-61e5-4b93-8e1f-bc19c4e136fa 2018-08-12 08:44:42,873 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:44:42,877 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fecbf75f0cbf8fbde2b3c8e6ec887dc66c93c436" 2018-08-12 08:44:42,970 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:44:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7589dfe7-c459-4f60-961d-277151cd67b3 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ea65becf30e54b27aa96a449698a435e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:44:42,970 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e used request id req-7589dfe7-c459-4f60-961d-277151cd67b3 2018-08-12 08:44:42,970 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:44:42,974 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fecbf75f0cbf8fbde2b3c8e6ec887dc66c93c436" 2018-08-12 08:44:43,066 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:44:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9cae80e1-9829-40cd-ac3d-0967beba28de Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ff7abd7bb61f4f2889831e932d65dc2e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:44:43,067 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e used request id req-9cae80e1-9829-40cd-ac3d-0967beba28de 2018-08-12 08:44:43,067 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:44:43,070 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fecbf75f0cbf8fbde2b3c8e6ec887dc66c93c436" 2018-08-12 08:44:43,158 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:44:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cccd6236-e34d-42d8-bd4c-2672924b4e6b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3a85ceae958d4d9fba68847e7df67db8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:44:43,158 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 used request id req-cccd6236-e34d-42d8-bd4c-2672924b4e6b 2018-08-12 08:44:43,158 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:44:43,162 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fecbf75f0cbf8fbde2b3c8e6ec887dc66c93c436" 2018-08-12 08:44:43,250 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:44:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-71f52a71-dafe-40b8-9948-0a9ae5bd001b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 85517fcf1c6247e699fdcdd42ecc8c79.", "code": 404, "title": "Not Found"}} 2018-08-12 08:44:43,250 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 used request id req-71f52a71-dafe-40b8-9948-0a9ae5bd001b 2018-08-12 08:44:43,250 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:44:43,253 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fecbf75f0cbf8fbde2b3c8e6ec887dc66c93c436" 2018-08-12 08:44:43,368 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:44:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-73bf8f3f-f591-4b5c-a68f-5ca86487515f Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}} 2018-08-12 08:44:43,368 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe used request id req-73bf8f3f-f591-4b5c-a68f-5ca86487515f 2018-08-12 08:44:43,371 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fecbf75f0cbf8fbde2b3c8e6ec887dc66c93c436" 2018-08-12 08:44:43,455 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:44:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4d8b1677-1f05-414d-a16f-3c5abcc57469 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 315a428116f24d9fbb826b37080a918e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:44:43,455 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e used request id req-4d8b1677-1f05-414d-a16f-3c5abcc57469 2018-08-12 08:44:43,455 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:44:43,459 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fecbf75f0cbf8fbde2b3c8e6ec887dc66c93c436" 2018-08-12 08:44:43,560 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:44:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-414178ab-6c0a-4e7c-8d25-3a89fbd647e1 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 11a46741b7954b959fd7764109c047b6.", "code": 404, "title": "Not Found"}} 2018-08-12 08:44:43,561 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 used request id req-414178ab-6c0a-4e7c-8d25-3a89fbd647e1 2018-08-12 08:44:43,561 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:44:43,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fecbf75f0cbf8fbde2b3c8e6ec887dc66c93c436" 2018-08-12 08:44:43,653 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:44:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-eb9a2d41-706d-487e-9945-98105784579f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3c01cd58055c44ecaef39f7e625c2258.", "code": 404, "title": "Not Found"}} 2018-08-12 08:44:43,653 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 used request id req-eb9a2d41-706d-487e-9945-98105784579f 2018-08-12 08:44:43,653 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:44:43,657 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fecbf75f0cbf8fbde2b3c8e6ec887dc66c93c436" 2018-08-12 08:44:43,751 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:44:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a3ce435b-8b69-4d86-823e-e904fa9cb2d6 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 521007c1818145639e93ceb270559219.", "code": 404, "title": "Not Found"}} 2018-08-12 08:44:43,752 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 used request id req-a3ce435b-8b69-4d86-823e-e904fa9cb2d6 2018-08-12 08:44:43,752 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:44:43,755 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fecbf75f0cbf8fbde2b3c8e6ec887dc66c93c436" 2018-08-12 08:44:43,850 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:44:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bd5d5089-dff5-42a7-a88b-5cfd1244e58b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e18fcc7fc10a4fd0b20234f8520d0aab.", "code": 404, "title": "Not Found"}} 2018-08-12 08:44:43,850 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab used request id req-bd5d5089-dff5-42a7-a88b-5cfd1244e58b 2018-08-12 08:44:43,850 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:44:43,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fecbf75f0cbf8fbde2b3c8e6ec887dc66c93c436" 2018-08-12 08:44:43,949 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:44:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-11f0712b-58bb-402b-a929-c03fdbf2fe1d Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "310f5853751a4c968f3eeb0a3d99a0a8", "name": "service"}} 2018-08-12 08:44:43,949 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 used request id req-11f0712b-58bb-402b-a929-c03fdbf2fe1d 2018-08-12 08:44:43,953 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fecbf75f0cbf8fbde2b3c8e6ec887dc66c93c436" 2018-08-12 08:44:44,042 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:44:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ec4a523c-8c57-42b3-8cb4-72233ca60b8a Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9f6c1a272706419c9a74b0893b2890e8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:44:44,042 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 used request id req-ec4a523c-8c57-42b3-8cb4-72233ca60b8a 2018-08-12 08:44:44,042 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:44:44,045 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/34cb7327fcfc4b52a63b4b8c0ea4a54d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fecbf75f0cbf8fbde2b3c8e6ec887dc66c93c436" 2018-08-12 08:44:44,147 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:44:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-899ecbb8-4ba7-4d41-83a0-28fd3e08c156 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 34cb7327fcfc4b52a63b4b8c0ea4a54d.", "code": 404, "title": "Not Found"}} 2018-08-12 08:44:44,147 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/34cb7327fcfc4b52a63b4b8c0ea4a54d used request id req-899ecbb8-4ba7-4d41-83a0-28fd3e08c156 2018-08-12 08:44:44,147 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:44:44,151 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa9ca6d7608b4d7d87ce97331679a481 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fecbf75f0cbf8fbde2b3c8e6ec887dc66c93c436" 2018-08-12 08:44:44,326 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:44:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8a13fcd7-2c73-4b75-8633-1c777b58406f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa9ca6d7608b4d7d87ce97331679a481.", "code": 404, "title": "Not Found"}} 2018-08-12 08:44:44,326 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa9ca6d7608b4d7d87ce97331679a481 used request id req-8a13fcd7-2c73-4b75-8633-1c777b58406f 2018-08-12 08:44:44,326 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:44:44,330 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/87db863ba6e348b0a5ddcb67053db9d1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fecbf75f0cbf8fbde2b3c8e6ec887dc66c93c436" 2018-08-12 08:44:44,416 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:44:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5369b853-0f15-47dc-850e-0d32f25d3dc2 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87db863ba6e348b0a5ddcb67053db9d1.", "code": 404, "title": "Not Found"}} 2018-08-12 08:44:44,416 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/87db863ba6e348b0a5ddcb67053db9d1 used request id req-5369b853-0f15-47dc-850e-0d32f25d3dc2 2018-08-12 08:44:44,417 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:44:44,417 - keystone_utils - INFO - Deleting project with name - CreateStackVolumeTests-428ad593-f22a-4c0-proj 2018-08-12 08:44:44,421 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/cc4e55c61c7149938c1c8206b78d0102 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fecbf75f0cbf8fbde2b3c8e6ec887dc66c93c436" 2018-08-12 08:44:44,668 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:44:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-56d9edb8-b3c9-4b93-ac6f-322cd151efc5 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 08:44:44,668 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/cc4e55c61c7149938c1c8206b78d0102 used request id req-56d9edb8-b3c9-4b93-ac6f-322cd151efc5 2018-08-12 08:44:44,668 - keystone_utils - INFO - Deleting role with name - CreateStackVolumeTests-428ad593-f22a-4c0-proj-role 2018-08-12 08:44:44,672 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/128e47f6a942422e9888eb071f2f140e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fecbf75f0cbf8fbde2b3c8e6ec887dc66c93c436" 2018-08-12 08:44:44,814 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:44:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c6c48fb4-7709-4785-86bc-d7977de183b3 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 08:44:44,814 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/128e47f6a942422e9888eb071f2f140e used request id req-c6c48fb4-7709-4785-86bc-d7977de183b3 2018-08-12 08:44:44,818 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fecbf75f0cbf8fbde2b3c8e6ec887dc66c93c436" 2018-08-12 08:44:44,907 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:44:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6a952c43-97da-4e9c-9bd6-2b10100984f0 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:44:44,907 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-6a952c43-97da-4e9c-9bd6-2b10100984f0 2018-08-12 08:44:44,908 - keystone_utils - INFO - Deleting user with name - CreateStackVolumeTests-428ad593-f22a-4c0-user 2018-08-12 08:44:44,911 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/5be53ca74b074d8bad3f13dab3d84582 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95c2ab7768c4d581ddf3c2aa721c6cd839197b13" 2018-08-12 08:44:45,090 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:44:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-49548ad2-ad5b-4f12-827c-cccc245d9e46 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 08:44:45,090 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/5be53ca74b074d8bad3f13dab3d84582 used request id req-49548ad2-ad5b-4f12-827c-cccc245d9e46 2018-08-12 08:44:45,091 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:44:45,488 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:44:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["4VP5Gu1BQm2ehcUFhhwwyg"], "issued_at": "2018-08-12T08:44:45.000000Z"}} 2018-08-12 08:44:45,489 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}4466c453c6672767f288b416cc36106fc69adb69" 2018-08-12 08:44:45,575 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:44:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ebd4e55c-6b50-4a0c-9287-a3a9ad12b1be Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:44:45,575 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-ebd4e55c-6b50-4a0c-9287-a3a9ad12b1be 2018-08-12 08:44:45,577 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:44:45,577 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:44:45,970 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:44:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["t6cX0MOUQBCpgdkrBa5oAg"], "issued_at": "2018-08-12T08:44:45.000000Z"}} 2018-08-12 08:44:45,971 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}22c39b6232634710f8029cf796e5935a4a84c4b9" 2018-08-12 08:44:46,051 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:44:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6c531740-3d43-4931-a956-32b036d5b870 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:44:46,052 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-6c531740-3d43-4931-a956-32b036d5b870 2018-08-12 08:44:46,055 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:44:46,061 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:44:46 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:44:46,061 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackFlavorTests-08f5d654-ed33-4c6-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22c39b6232634710f8029cf796e5935a4a84c4b9" 2018-08-12 08:44:46,148 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:44:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-239719f5-b546-44c1-bcd5-621ac64c97ab Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackFlavorTests-08f5d654-ed33-4c6-proj", "previous": null, "next": null}, "projects": []} 2018-08-12 08:44:46,148 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackFlavorTests-08f5d654-ed33-4c6-proj used request id req-239719f5-b546-44c1-bcd5-621ac64c97ab 2018-08-12 08:44:46,152 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22c39b6232634710f8029cf796e5935a4a84c4b9" 2018-08-12 08:44:46,239 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:44:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2e2f0624-365a-43f0-9376-9aae14b8f030 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:44:46,239 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-2e2f0624-365a-43f0-9376-9aae14b8f030 2018-08-12 08:44:46,243 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22c39b6232634710f8029cf796e5935a4a84c4b9" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackFlavorTests-08f5d654-ed33-4c6-proj"}}' 2018-08-12 08:44:46,360 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:44:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4fccfbad-268e-4633-9775-5a3d3cded45f Content-Length: 319 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/249fd6e4f2ee4059a04fdc0eeab8c4c1"}, "tags": [], "enabled": true, "id": "249fd6e4f2ee4059a04fdc0eeab8c4c1", "parent_id": "default", "domain_id": "default", "name": "CreateStackFlavorTests-08f5d654-ed33-4c6-proj"}} 2018-08-12 08:44:46,360 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-4fccfbad-268e-4633-9775-5a3d3cded45f 2018-08-12 08:44:46,361 - keystone_utils - INFO - Created project with name - CreateStackFlavorTests-08f5d654-ed33-4c6-proj 2018-08-12 08:44:46,361 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:44:46,362 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:44:46,764 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:44:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["8xLX0TAmRcO7FREQzffCeg"], "issued_at": "2018-08-12T08:44:46.000000Z"}} 2018-08-12 08:44:46,765 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}192efa42bfa8a48711bbba3c7ef301612c459b62" 2018-08-12 08:44:46,853 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:44:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc4f1a37-1b57-4ca9-9d87-84a958336bf5 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:44:46,853 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-cc4f1a37-1b57-4ca9-9d87-84a958336bf5 2018-08-12 08:44:46,857 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:44:46,863 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:44:46 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:44:46,864 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}192efa42bfa8a48711bbba3c7ef301612c459b62" 2018-08-12 08:44:46,973 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:44:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2f6acdfb-6423-4924-8790-3fecc8c73f41 Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/105a247548624314b9228f85f6325f0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105a247548624314b9228f85f6325f0b", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/1c5de0eaa44543f08da6ad63a51594ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c5de0eaa44543f08da6ad63a51594ff", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/1d127b5b832547a88a547c116dfdd65b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d127b5b832547a88a547c116dfdd65b", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/1d5cfc170d624ce4ae53ae0507c8d517"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d5cfc170d624ce4ae53ae0507c8d517", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/2421820b75eb4d3ebd02830378d1377b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2421820b75eb4d3ebd02830378d1377b", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/40bd8ee54ecf44868cc83cede652c396"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40bd8ee54ecf44868cc83cede652c396", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/4f32fb8153854c4c9f5094b42b523f80"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f32fb8153854c4c9f5094b42b523f80", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7066130d08fb4db7bf4ab468de53933b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7066130d08fb4db7bf4ab468de53933b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/8d0898a83bcf4521bbc11501d5d7ac89"}, "domain_id": "1eec97585bde483292ece28ee11f4b8d", "enabled": true, "options": {}, "id": "8d0898a83bcf4521bbc11501d5d7ac89", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/9defcced327d476f8a3beab718a13da3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9defcced327d476f8a3beab718a13da3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/b80ee4f6992446e0879624dd436e99a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b80ee4f6992446e0879624dd436e99a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b86fd3e011324d398fcdb6f095a20a9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b86fd3e011324d398fcdb6f095a20a9d", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1701d2754064b5cadf765ea0806f9b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1701d2754064b5cadf765ea0806f9b2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/db4e7b8d76d549faa502716565c733dd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db4e7b8d76d549faa502716565c733dd", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-12 08:44:46,974 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-2f6acdfb-6423-4924-8790-3fecc8c73f41 2018-08-12 08:44:46,978 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateStackFlavorTests-08f5d654-ed33-4c6-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}192efa42bfa8a48711bbba3c7ef301612c459b62" 2018-08-12 08:44:47,075 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:44:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-96f657b6-e7ee-4f53-b8f0-44bb1b1dbdeb Content-Encoding: gzip Content-Length: 258 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateStackFlavorTests-08f5d654-ed33-4c6-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/249fd6e4f2ee4059a04fdc0eeab8c4c1"}, "tags": [], "enabled": true, "id": "249fd6e4f2ee4059a04fdc0eeab8c4c1", "parent_id": "default", "domain_id": "default", "name": "CreateStackFlavorTests-08f5d654-ed33-4c6-proj"}]} 2018-08-12 08:44:47,075 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateStackFlavorTests-08f5d654-ed33-4c6-proj used request id req-96f657b6-e7ee-4f53-b8f0-44bb1b1dbdeb 2018-08-12 08:44:47,079 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}192efa42bfa8a48711bbba3c7ef301612c459b62" 2018-08-12 08:44:47,168 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:44:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3dd11bb3-070d-4f1a-93d0-bc3ec0d028ef Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:44:47,168 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-3dd11bb3-070d-4f1a-93d0-bc3ec0d028ef 2018-08-12 08:44:47,552 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}192efa42bfa8a48711bbba3c7ef301612c459b62" 2018-08-12 08:44:47,569 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:44:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cf38b12c-a645-40fd-9f36-9440a7920469 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:44:47,570 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-cf38b12c-a645-40fd-9f36-9440a7920469 2018-08-12 08:44:47,573 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateStackFlavorTests-08f5d654-ed33-4c6-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}192efa42bfa8a48711bbba3c7ef301612c459b62" 2018-08-12 08:44:47,662 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:44:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f4263c2c-047b-4f44-9b03-fc429de3a4db Content-Encoding: gzip Content-Length: 258 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateStackFlavorTests-08f5d654-ed33-4c6-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/249fd6e4f2ee4059a04fdc0eeab8c4c1"}, "tags": [], "enabled": true, "id": "249fd6e4f2ee4059a04fdc0eeab8c4c1", "parent_id": "default", "domain_id": "default", "name": "CreateStackFlavorTests-08f5d654-ed33-4c6-proj"}]} 2018-08-12 08:44:47,663 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateStackFlavorTests-08f5d654-ed33-4c6-proj used request id req-f4263c2c-047b-4f44-9b03-fc429de3a4db 2018-08-12 08:44:47,666 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users/ccfd6963a6cf4acdbb4a99e8a6f05fc9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}192efa42bfa8a48711bbba3c7ef301612c459b62" 2018-08-12 08:44:47,774 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:44:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ab49e05d-4adc-40b7-a06f-3c82f673df88 Content-Encoding: gzip Content-Length: 244 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackFlavorTests-08f5d654-ed33-4c6-user", "links": {"self": "http://172.30.9.21:5000/v3/users/ccfd6963a6cf4acdbb4a99e8a6f05fc9"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "249fd6e4f2ee4059a04fdc0eeab8c4c1", "id": "ccfd6963a6cf4acdbb4a99e8a6f05fc9", "password_expires_at": null}} 2018-08-12 08:44:47,775 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/ccfd6963a6cf4acdbb4a99e8a6f05fc9 used request id req-ab49e05d-4adc-40b7-a06f-3c82f673df88 2018-08-12 08:44:47,778 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/249fd6e4f2ee4059a04fdc0eeab8c4c1/users/ccfd6963a6cf4acdbb4a99e8a6f05fc9/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}192efa42bfa8a48711bbba3c7ef301612c459b62" 2018-08-12 08:44:47,894 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:44:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-909af3f9-f93c-4588-944a-d3a24821ee31 Content-Encoding: gzip Content-Length: 164 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects/249fd6e4f2ee4059a04fdc0eeab8c4c1/users/ccfd6963a6cf4acdbb4a99e8a6f05fc9/roles", "previous": null, "next": null}, "roles": []} 2018-08-12 08:44:47,894 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/249fd6e4f2ee4059a04fdc0eeab8c4c1/users/ccfd6963a6cf4acdbb4a99e8a6f05fc9/roles used request id req-909af3f9-f93c-4588-944a-d3a24821ee31 2018-08-12 08:44:47,898 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}192efa42bfa8a48711bbba3c7ef301612c459b62" 2018-08-12 08:44:47,984 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:44:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bbc5428a-003c-4a9b-a9b0-2313b656dfd7 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}} 2018-08-12 08:44:47,984 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c used request id req-bbc5428a-003c-4a9b-a9b0-2313b656dfd7 2018-08-12 08:44:47,985 - keystone_utils - INFO - Granting role admin to project CreateStackFlavorTests-08f5d654-ed33-4c6-proj 2018-08-12 08:44:47,988 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/249fd6e4f2ee4059a04fdc0eeab8c4c1/users/ccfd6963a6cf4acdbb4a99e8a6f05fc9/roles/8dbf9ffab0974542864a297567a51a1c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}192efa42bfa8a48711bbba3c7ef301612c459b62" 2018-08-12 08:44:48,115 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:44:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-97fb1b41-03d6-4247-9693-d54c528c077a 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 08:44:48,115 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/249fd6e4f2ee4059a04fdc0eeab8c4c1/users/ccfd6963a6cf4acdbb4a99e8a6f05fc9/roles/8dbf9ffab0974542864a297567a51a1c used request id req-97fb1b41-03d6-4247-9693-d54c528c077a 2018-08-12 08:44:48,118 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}192efa42bfa8a48711bbba3c7ef301612c459b62" 2018-08-12 08:44:48,218 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:44:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b1cf6df-b58d-4c6d-8319-9fe30f550e48 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:44:48,218 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-4b1cf6df-b58d-4c6d-8319-9fe30f550e48 2018-08-12 08:44:48,222 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateStackFlavorTests-08f5d654-ed33-4c6-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}192efa42bfa8a48711bbba3c7ef301612c459b62" 2018-08-12 08:44:48,310 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:44:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e48ee5c7-d196-4c2c-b23a-93c83b6480f4 Content-Encoding: gzip Content-Length: 258 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateStackFlavorTests-08f5d654-ed33-4c6-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/249fd6e4f2ee4059a04fdc0eeab8c4c1"}, "tags": [], "enabled": true, "id": "249fd6e4f2ee4059a04fdc0eeab8c4c1", "parent_id": "default", "domain_id": "default", "name": "CreateStackFlavorTests-08f5d654-ed33-4c6-proj"}]} 2018-08-12 08:44:48,310 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateStackFlavorTests-08f5d654-ed33-4c6-proj used request id req-e48ee5c7-d196-4c2c-b23a-93c83b6480f4 2018-08-12 08:44:48,310 - keystone_utils - INFO - Created user with name - CreateStackFlavorTests-08f5d654-ed33-4c6-user 2018-08-12 08:44:48,310 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:44:48,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22c39b6232634710f8029cf796e5935a4a84c4b9" 2018-08-12 08:44:48,408 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:44:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7d3e7831-5b10-4bf5-a78c-6a4a6f9855a8 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:44:48,408 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-7d3e7831-5b10-4bf5-a78c-6a4a6f9855a8 2018-08-12 08:44:48,412 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22c39b6232634710f8029cf796e5935a4a84c4b9" -d '{"role": {"name": "CreateStackFlavorTests-08f5d654-ed33-4c6-proj-role"}}' 2018-08-12 08:44:48,519 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:44:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-114553c9-04f8-44fc-a39b-fe77f4c5fe3d Content-Length: 221 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "c5b7d7f7a7454f23af03e645b31eb69a", "links": {"self": "http://172.30.9.21:5000/v3/roles/c5b7d7f7a7454f23af03e645b31eb69a"}, "name": "CreateStackFlavorTests-08f5d654-ed33-4c6-proj-role"}} 2018-08-12 08:44:48,519 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-114553c9-04f8-44fc-a39b-fe77f4c5fe3d 2018-08-12 08:44:48,519 - keystone_utils - INFO - Created role with name - CreateStackFlavorTests-08f5d654-ed33-4c6-proj-role 2018-08-12 08:44:48,523 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/c5b7d7f7a7454f23af03e645b31eb69a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22c39b6232634710f8029cf796e5935a4a84c4b9" 2018-08-12 08:44:48,609 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:44:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-90b1a1f7-3813-47ad-8104-d6751f89bd72 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "c5b7d7f7a7454f23af03e645b31eb69a", "links": {"self": "http://172.30.9.21:5000/v3/roles/c5b7d7f7a7454f23af03e645b31eb69a"}, "name": "CreateStackFlavorTests-08f5d654-ed33-4c6-proj-role"}} 2018-08-12 08:44:48,609 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/c5b7d7f7a7454f23af03e645b31eb69a used request id req-90b1a1f7-3813-47ad-8104-d6751f89bd72 2018-08-12 08:44:48,609 - keystone_utils - INFO - Granting role CreateStackFlavorTests-08f5d654-ed33-4c6-proj-role to project CreateStackFlavorTests-08f5d654-ed33-4c6-proj 2018-08-12 08:44:48,613 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/249fd6e4f2ee4059a04fdc0eeab8c4c1/users/ccfd6963a6cf4acdbb4a99e8a6f05fc9/roles/c5b7d7f7a7454f23af03e645b31eb69a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22c39b6232634710f8029cf796e5935a4a84c4b9" 2018-08-12 08:44:48,744 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:44:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-57140337-1f76-4f79-bb0d-76d9fb060981 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 08:44:48,744 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/249fd6e4f2ee4059a04fdc0eeab8c4c1/users/ccfd6963a6cf4acdbb4a99e8a6f05fc9/roles/c5b7d7f7a7454f23af03e645b31eb69a used request id req-57140337-1f76-4f79-bb0d-76d9fb060981 2018-08-12 08:44:48,744 - heat_utils - DEBUG - Retrieving Heat Client 2018-08-12 08:44:48,745 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:44:48,746 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:44:49,149 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c5b7d7f7a7454f23af03e645b31eb69a", "name": "CreateStackFlavorTests-08f5d654-ed33-4c6-proj-role"}, {"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:44:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "249fd6e4f2ee4059a04fdc0eeab8c4c1", "name": "CreateStackFlavorTests-08f5d654-ed33-4c6-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/249fd6e4f2ee4059a04fdc0eeab8c4c1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/249fd6e4f2ee4059a04fdc0eeab8c4c1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/249fd6e4f2ee4059a04fdc0eeab8c4c1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_249fd6e4f2ee4059a04fdc0eeab8c4c1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_249fd6e4f2ee4059a04fdc0eeab8c4c1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/249fd6e4f2ee4059a04fdc0eeab8c4c1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/249fd6e4f2ee4059a04fdc0eeab8c4c1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/249fd6e4f2ee4059a04fdc0eeab8c4c1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/249fd6e4f2ee4059a04fdc0eeab8c4c1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/249fd6e4f2ee4059a04fdc0eeab8c4c1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/249fd6e4f2ee4059a04fdc0eeab8c4c1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/249fd6e4f2ee4059a04fdc0eeab8c4c1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/249fd6e4f2ee4059a04fdc0eeab8c4c1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/249fd6e4f2ee4059a04fdc0eeab8c4c1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackFlavorTests-08f5d654-ed33-4c6-user", "id": "ccfd6963a6cf4acdbb4a99e8a6f05fc9"}, "audit_ids": ["1JkMEspaQ0mq_PV6NXxk3w"], "issued_at": "2018-08-12T08:44:49.000000Z"}} 2018-08-12 08:44:49,150 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}dcea673f710311be2425f0019c1a929e9976468a" 2018-08-12 08:44:49,236 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:44:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b394f1b6-6cb4-4495-8da5-b40397456a6f Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:44:49,236 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-b394f1b6-6cb4-4495-8da5-b40397456a6f 2018-08-12 08:44:49,237 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:44:49,237 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:44:49,237 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:44:49,237 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:44:49,237 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:44:49,239 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-12 08:44:49,242 - heat_utils - DEBUG - Retrieving Heat Client 2018-08-12 08:44:49,245 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/249fd6e4f2ee4059a04fdc0eeab8c4c1/stacks?stack_name=CreateStackFlavorTests-1685d378-4843-4433-9cc4-2971ff25e1ff-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcea673f710311be2425f0019c1a929e9976468a" 2018-08-12 08:44:49,452 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:44:49 GMT Server: Apache x-openstack-request-id: req-dd40154a-23d9-44c7-b2fe-1a7ba93ecc12 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-08-12 08:44:49,452 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/249fd6e4f2ee4059a04fdc0eeab8c4c1/stacks?stack_name=CreateStackFlavorTests-1685d378-4843-4433-9cc4-2971ff25e1ff-stack used request id req-dd40154a-23d9-44c7-b2fe-1a7ba93ecc12 2018-08-12 08:44:49,462 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8004/v1/249fd6e4f2ee4059a04fdc0eeab8c4c1/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcea673f710311be2425f0019c1a929e9976468a" -d '{"stack_name": "CreateStackFlavorTests-1685d378-4843-4433-9cc4-2971ff25e1ff-stack", "template": {"heat_template_version": "2015-04-30", "description": "Simple template to deploy a single volume with encryption", "resources": {"flavor": {"type": "OS::Nova::Flavor", "properties": {"vcpus": 8, "disk": 200, "ram": 1024}}}}}' 2018-08-12 08:44:51,092 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:44:49 GMT Server: Apache x-openstack-request-id: req-dfa38b1a-699d-44da-96ce-175aebbc2390 Location: http://172.30.9.21:8004/v1/249fd6e4f2ee4059a04fdc0eeab8c4c1/stacks/CreateStackFlavorTests-1685d378-4843-4433-9cc4-2971ff25e1ff-stack/a10e3c1f-75ab-4711-9551-a9ef842bb237 Content-Length: 266 Content-Type: application/json RESP BODY: {"stack": {"id": "a10e3c1f-75ab-4711-9551-a9ef842bb237", "links": [{"href": "http://172.30.9.21:8004/v1/249fd6e4f2ee4059a04fdc0eeab8c4c1/stacks/CreateStackFlavorTests-1685d378-4843-4433-9cc4-2971ff25e1ff-stack/a10e3c1f-75ab-4711-9551-a9ef842bb237", "rel": "self"}]}} 2018-08-12 08:44:51,092 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.21:8004/v1/249fd6e4f2ee4059a04fdc0eeab8c4c1/stacks used request id req-dfa38b1a-699d-44da-96ce-175aebbc2390 2018-08-12 08:44:51,095 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/249fd6e4f2ee4059a04fdc0eeab8c4c1/stacks/a10e3c1f-75ab-4711-9551-a9ef842bb237 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcea673f710311be2425f0019c1a929e9976468a" 2018-08-12 08:44:51,298 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:44:51 GMT Server: Apache x-openstack-request-id: req-1421171c-bfb5-473e-97b5-882a6217cc9e Location: http://172.30.9.21:8004/v1/249fd6e4f2ee4059a04fdc0eeab8c4c1/stacks/CreateStackFlavorTests-1685d378-4843-4433-9cc4-2971ff25e1ff-stack/a10e3c1f-75ab-4711-9551-a9ef842bb237 Content-Length: 481 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/249fd6e4f2ee4059a04fdc0eeab8c4c1/stacks/CreateStackFlavorTests-1685d378-4843-4433-9cc4-2971ff25e1ff-stack/a10e3c1f-75ab-4711-9551-a9ef842bb237;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:44:51,615 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:44:51 GMT Server: Apache x-openstack-request-id: req-c5779050-89b9-4ce1-9ffc-621e2cc5a971 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 511 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single volume with encryption", "parameters": {"OS::project_id": "249fd6e4f2ee4059a04fdc0eeab8c4c1", "OS::stack_id": "a10e3c1f-75ab-4711-9551-a9ef842bb237", "OS::stack_name": "CreateStackFlavorTests-1685d378-4843-4433-9cc4-2971ff25e1ff-stack"}, "deletion_time": null, "stack_name": "CreateStackFlavorTests-1685d378-4843-4433-9cc4-2971ff25e1ff-stack", "stack_user_project_id": "91fd9285c54a4b9a89cbec5585aea7c5", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-08-12T08:44:50Z", "links": [{"href": "http://172.30.9.21:8004/v1/249fd6e4f2ee4059a04fdc0eeab8c4c1/stacks/CreateStackFlavorTests-1685d378-4843-4433-9cc4-2971ff25e1ff-stack/a10e3c1f-75ab-4711-9551-a9ef842bb237", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "a10e3c1f-75ab-4711-9551-a9ef842bb237", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2018-08-12 08:44:51,615 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/249fd6e4f2ee4059a04fdc0eeab8c4c1/stacks/CreateStackFlavorTests-1685d378-4843-4433-9cc4-2971ff25e1ff-stack/a10e3c1f-75ab-4711-9551-a9ef842bb237 used request id req-c5779050-89b9-4ce1-9ffc-621e2cc5a971 2018-08-12 08:44:51,616 - create_stack - INFO - Created stack with name - CreateStackFlavorTests-1685d378-4843-4433-9cc4-2971ff25e1ff-stack 2018-08-12 08:44:51,618 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/249fd6e4f2ee4059a04fdc0eeab8c4c1/stacks/a10e3c1f-75ab-4711-9551-a9ef842bb237 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcea673f710311be2425f0019c1a929e9976468a" 2018-08-12 08:44:51,811 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:44:51 GMT Server: Apache x-openstack-request-id: req-9fa38a47-f3a7-4d6e-829c-d0585ed5597e Location: http://172.30.9.21:8004/v1/249fd6e4f2ee4059a04fdc0eeab8c4c1/stacks/CreateStackFlavorTests-1685d378-4843-4433-9cc4-2971ff25e1ff-stack/a10e3c1f-75ab-4711-9551-a9ef842bb237 Content-Length: 481 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/249fd6e4f2ee4059a04fdc0eeab8c4c1/stacks/CreateStackFlavorTests-1685d378-4843-4433-9cc4-2971ff25e1ff-stack/a10e3c1f-75ab-4711-9551-a9ef842bb237;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:44:52,029 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:44:51 GMT Server: Apache x-openstack-request-id: req-1c6df9a5-b017-4c84-952d-e4ead6e79e78 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 511 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single volume with encryption", "parameters": {"OS::project_id": "249fd6e4f2ee4059a04fdc0eeab8c4c1", "OS::stack_id": "a10e3c1f-75ab-4711-9551-a9ef842bb237", "OS::stack_name": "CreateStackFlavorTests-1685d378-4843-4433-9cc4-2971ff25e1ff-stack"}, "deletion_time": null, "stack_name": "CreateStackFlavorTests-1685d378-4843-4433-9cc4-2971ff25e1ff-stack", "stack_user_project_id": "91fd9285c54a4b9a89cbec5585aea7c5", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-08-12T08:44:50Z", "links": [{"href": "http://172.30.9.21:8004/v1/249fd6e4f2ee4059a04fdc0eeab8c4c1/stacks/CreateStackFlavorTests-1685d378-4843-4433-9cc4-2971ff25e1ff-stack/a10e3c1f-75ab-4711-9551-a9ef842bb237", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "a10e3c1f-75ab-4711-9551-a9ef842bb237", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2018-08-12 08:44:52,029 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/249fd6e4f2ee4059a04fdc0eeab8c4c1/stacks/CreateStackFlavorTests-1685d378-4843-4433-9cc4-2971ff25e1ff-stack/a10e3c1f-75ab-4711-9551-a9ef842bb237 used request id req-1c6df9a5-b017-4c84-952d-e4ead6e79e78 2018-08-12 08:44:52,030 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2018-08-12 08:44:52,030 - create_stack - DEBUG - Stack is active with name - CreateStackFlavorTests-1685d378-4843-4433-9cc4-2971ff25e1ff-stack 2018-08-12 08:44:52,030 - create_stack - INFO - Stack is now active with name - CreateStackFlavorTests-1685d378-4843-4433-9cc4-2971ff25e1ff-stack 2018-08-12 08:44:52,033 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/249fd6e4f2ee4059a04fdc0eeab8c4c1/stacks/a10e3c1f-75ab-4711-9551-a9ef842bb237/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcea673f710311be2425f0019c1a929e9976468a" 2018-08-12 08:44:52,225 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:44:52 GMT Server: Apache x-openstack-request-id: req-5198ebea-03ed-4c65-843e-7cc2d92c4395 Location: http://172.30.9.21:8004/v1/249fd6e4f2ee4059a04fdc0eeab8c4c1/stacks/CreateStackFlavorTests-1685d378-4843-4433-9cc4-2971ff25e1ff-stack/a10e3c1f-75ab-4711-9551-a9ef842bb237/resources Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/249fd6e4f2ee4059a04fdc0eeab8c4c1/stacks/CreateStackFlavorTests-1685d378-4843-4433-9cc4-2971ff25e1ff-stack/a10e3c1f-75ab-4711-9551-a9ef842bb237/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:44:52,268 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:44:52 GMT Server: Apache x-openstack-request-id: req-d9b6f1bf-95ef-4f1d-80af-7df3e893a368 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 383 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor", "links": [{"href": "http://172.30.9.21:8004/v1/249fd6e4f2ee4059a04fdc0eeab8c4c1/stacks/CreateStackFlavorTests-1685d378-4843-4433-9cc4-2971ff25e1ff-stack/a10e3c1f-75ab-4711-9551-a9ef842bb237/resources/flavor", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/249fd6e4f2ee4059a04fdc0eeab8c4c1/stacks/CreateStackFlavorTests-1685d378-4843-4433-9cc4-2971ff25e1ff-stack/a10e3c1f-75ab-4711-9551-a9ef842bb237", "rel": "stack"}], "logical_resource_id": "flavor", "creation_time": "2018-08-12T08:44:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-12T08:44:51Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "e16eb959-de4e-42d3-b8dc-4e199819083e", "resource_type": "OS::Nova::Flavor"}]} 2018-08-12 08:44:52,269 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/249fd6e4f2ee4059a04fdc0eeab8c4c1/stacks/CreateStackFlavorTests-1685d378-4843-4433-9cc4-2971ff25e1ff-stack/a10e3c1f-75ab-4711-9551-a9ef842bb237/resources used request id req-d9b6f1bf-95ef-4f1d-80af-7df3e893a368 2018-08-12 08:44:52,272 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors/e16eb959-de4e-42d3-b8dc-4e199819083e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcea673f710311be2425f0019c1a929e9976468a" 2018-08-12 08:44:52,293 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:44: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-781cd414-7583-4e94-b673-329f5e680463 x-compute-request-id: req-781cd414-7583-4e94-b673-329f5e680463 Content-Encoding: gzip Content-Length: 331 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateStackFlavorTests-1685d378-4843-4433-9cc4-2971ff25e1ff-stack-flavor-azdx3tznml3f", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/e16eb959-de4e-42d3-b8dc-4e199819083e", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/e16eb959-de4e-42d3-b8dc-4e199819083e", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "vcpus": 8, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 200, "id": "e16eb959-de4e-42d3-b8dc-4e199819083e"}} 2018-08-12 08:44:52,293 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/e16eb959-de4e-42d3-b8dc-4e199819083e used request id req-781cd414-7583-4e94-b673-329f5e680463 2018-08-12 08:44:52,294 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:44:52,294 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:44:52,694 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c5b7d7f7a7454f23af03e645b31eb69a", "name": "CreateStackFlavorTests-08f5d654-ed33-4c6-proj-role"}, {"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:44:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "249fd6e4f2ee4059a04fdc0eeab8c4c1", "name": "CreateStackFlavorTests-08f5d654-ed33-4c6-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/249fd6e4f2ee4059a04fdc0eeab8c4c1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/249fd6e4f2ee4059a04fdc0eeab8c4c1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/249fd6e4f2ee4059a04fdc0eeab8c4c1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_249fd6e4f2ee4059a04fdc0eeab8c4c1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_249fd6e4f2ee4059a04fdc0eeab8c4c1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/249fd6e4f2ee4059a04fdc0eeab8c4c1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/249fd6e4f2ee4059a04fdc0eeab8c4c1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/249fd6e4f2ee4059a04fdc0eeab8c4c1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/249fd6e4f2ee4059a04fdc0eeab8c4c1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/249fd6e4f2ee4059a04fdc0eeab8c4c1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/249fd6e4f2ee4059a04fdc0eeab8c4c1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/249fd6e4f2ee4059a04fdc0eeab8c4c1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/249fd6e4f2ee4059a04fdc0eeab8c4c1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/249fd6e4f2ee4059a04fdc0eeab8c4c1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackFlavorTests-08f5d654-ed33-4c6-user", "id": "ccfd6963a6cf4acdbb4a99e8a6f05fc9"}, "audit_ids": ["TLexcIonS5Ka-9JvwyONOw"], "issued_at": "2018-08-12T08:44:52.000000Z"}} 2018-08-12 08:44:52,695 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}9f336c6170af2b19904fddf68864bd8101a75c5d" 2018-08-12 08:44:52,788 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:44:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-05360774-0b99-44d2-9d0b-f743fd7218ed Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:44:52,788 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-05360774-0b99-44d2-9d0b-f743fd7218ed 2018-08-12 08:44:52,789 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-12 08:44:52,793 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f336c6170af2b19904fddf68864bd8101a75c5d" 2018-08-12 08:44:52,978 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:44: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-c646eb56-ebdd-429a-afbf-f65c5e0120f5 x-compute-request-id: req-c646eb56-ebdd-429a-afbf-f65c5e0120f5 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"flavors": [{"id": "e16eb959-de4e-42d3-b8dc-4e199819083e", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/e16eb959-de4e-42d3-b8dc-4e199819083e", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/e16eb959-de4e-42d3-b8dc-4e199819083e", "rel": "bookmark"}], "name": "CreateStackFlavorTests-1685d378-4843-4433-9cc4-2971ff25e1ff-stack-flavor-azdx3tznml3f"}]} 2018-08-12 08:44:52,979 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-c646eb56-ebdd-429a-afbf-f65c5e0120f5 2018-08-12 08:44:52,982 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors/e16eb959-de4e-42d3-b8dc-4e199819083e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f336c6170af2b19904fddf68864bd8101a75c5d" 2018-08-12 08:44:53,009 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:44: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-6333ce62-24f2-4ef3-9b39-f4fc321e6a47 x-compute-request-id: req-6333ce62-24f2-4ef3-9b39-f4fc321e6a47 Content-Encoding: gzip Content-Length: 331 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateStackFlavorTests-1685d378-4843-4433-9cc4-2971ff25e1ff-stack-flavor-azdx3tznml3f", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/e16eb959-de4e-42d3-b8dc-4e199819083e", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/e16eb959-de4e-42d3-b8dc-4e199819083e", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "vcpus": 8, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 200, "id": "e16eb959-de4e-42d3-b8dc-4e199819083e"}} 2018-08-12 08:44:53,009 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/e16eb959-de4e-42d3-b8dc-4e199819083e used request id req-6333ce62-24f2-4ef3-9b39-f4fc321e6a47 2018-08-12 08:44:53,009 - create_flavor - INFO - Found flavor with name - CreateStackFlavorTests-1685d378-4843-4433-9cc4-2971ff25e1ff-stack-flavor-azdx3tznml3f 2018-08-12 08:44:53,009 - create_stack - INFO - Deleting stack - CreateStackFlavorTests-1685d378-4843-4433-9cc4-2971ff25e1ff-stack 2018-08-12 08:44:53,012 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8004/v1/249fd6e4f2ee4059a04fdc0eeab8c4c1/stacks/a10e3c1f-75ab-4711-9551-a9ef842bb237 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcea673f710311be2425f0019c1a929e9976468a" 2018-08-12 08:44:53,038 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:44:53 GMT Server: Apache x-openstack-request-id: req-95ba3f3f-5969-46ed-a551-3540f7264f53 Location: http://172.30.9.21:8004/v1/249fd6e4f2ee4059a04fdc0eeab8c4c1/stacks/CreateStackFlavorTests-1685d378-4843-4433-9cc4-2971ff25e1ff-stack/a10e3c1f-75ab-4711-9551-a9ef842bb237 Content-Length: 481 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/249fd6e4f2ee4059a04fdc0eeab8c4c1/stacks/CreateStackFlavorTests-1685d378-4843-4433-9cc4-2971ff25e1ff-stack/a10e3c1f-75ab-4711-9551-a9ef842bb237;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:44:53,249 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:44:53 GMT Server: Apache x-openstack-request-id: req-f4b4e3e9-d909-4a59-b14f-1829715cff6b 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 08:44:53,249 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.21:8004/v1/249fd6e4f2ee4059a04fdc0eeab8c4c1/stacks/CreateStackFlavorTests-1685d378-4843-4433-9cc4-2971ff25e1ff-stack/a10e3c1f-75ab-4711-9551-a9ef842bb237 used request id req-f4b4e3e9-d909-4a59-b14f-1829715cff6b 2018-08-12 08:44:53,252 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/249fd6e4f2ee4059a04fdc0eeab8c4c1/stacks/a10e3c1f-75ab-4711-9551-a9ef842bb237 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcea673f710311be2425f0019c1a929e9976468a" 2018-08-12 08:44:53,475 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:44:53 GMT Server: Apache x-openstack-request-id: req-f5f867af-37cd-4e44-bc09-06b434b516de Location: http://172.30.9.21:8004/v1/249fd6e4f2ee4059a04fdc0eeab8c4c1/stacks/CreateStackFlavorTests-1685d378-4843-4433-9cc4-2971ff25e1ff-stack/a10e3c1f-75ab-4711-9551-a9ef842bb237 Content-Length: 481 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/249fd6e4f2ee4059a04fdc0eeab8c4c1/stacks/CreateStackFlavorTests-1685d378-4843-4433-9cc4-2971ff25e1ff-stack/a10e3c1f-75ab-4711-9551-a9ef842bb237;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:44:53,666 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:44:53 GMT Server: Apache x-openstack-request-id: req-669e91fb-583d-49e7-ba4c-3fc33ce29a58 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 503 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single volume with encryption", "parameters": {"OS::project_id": "249fd6e4f2ee4059a04fdc0eeab8c4c1", "OS::stack_id": "a10e3c1f-75ab-4711-9551-a9ef842bb237", "OS::stack_name": "CreateStackFlavorTests-1685d378-4843-4433-9cc4-2971ff25e1ff-stack"}, "deletion_time": null, "stack_name": "CreateStackFlavorTests-1685d378-4843-4433-9cc4-2971ff25e1ff-stack", "stack_user_project_id": "91fd9285c54a4b9a89cbec5585aea7c5", "tags": null, "creation_time": "2018-08-12T08:44:50Z", "links": [{"href": "http://172.30.9.21:8004/v1/249fd6e4f2ee4059a04fdc0eeab8c4c1/stacks/CreateStackFlavorTests-1685d378-4843-4433-9cc4-2971ff25e1ff-stack/a10e3c1f-75ab-4711-9551-a9ef842bb237", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-08-12T08:44:53Z", "id": "a10e3c1f-75ab-4711-9551-a9ef842bb237", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Simple template to deploy a single volume with encryption"}} 2018-08-12 08:44:53,666 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/249fd6e4f2ee4059a04fdc0eeab8c4c1/stacks/CreateStackFlavorTests-1685d378-4843-4433-9cc4-2971ff25e1ff-stack/a10e3c1f-75ab-4711-9551-a9ef842bb237 used request id req-669e91fb-583d-49e7-ba4c-3fc33ce29a58 2018-08-12 08:44:53,667 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2018-08-12 08:44:53,667 - create_stack - DEBUG - Stack is active with name - CreateStackFlavorTests-1685d378-4843-4433-9cc4-2971ff25e1ff-stack 2018-08-12 08:44:53,667 - create_stack - INFO - Attempting to delete again stack - CreateStackFlavorTests-1685d378-4843-4433-9cc4-2971ff25e1ff-stack 2018-08-12 08:44:53,670 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8004/v1/249fd6e4f2ee4059a04fdc0eeab8c4c1/stacks/a10e3c1f-75ab-4711-9551-a9ef842bb237 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcea673f710311be2425f0019c1a929e9976468a" 2018-08-12 08:44:53,866 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:44:53 GMT Server: Apache x-openstack-request-id: req-11da327b-3c3d-4a04-9953-3359111bae1e Location: http://172.30.9.21:8004/v1/249fd6e4f2ee4059a04fdc0eeab8c4c1/stacks/CreateStackFlavorTests-1685d378-4843-4433-9cc4-2971ff25e1ff-stack/a10e3c1f-75ab-4711-9551-a9ef842bb237 Content-Length: 481 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/249fd6e4f2ee4059a04fdc0eeab8c4c1/stacks/CreateStackFlavorTests-1685d378-4843-4433-9cc4-2971ff25e1ff-stack/a10e3c1f-75ab-4711-9551-a9ef842bb237;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:44:54,066 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:44:53 GMT Server: Apache x-openstack-request-id: req-17db0d85-3023-4125-8dd4-2e01bb0388b4 Content-Length: 254 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackFlavorTests-1685d378-4843-4433-9cc4-2971ff25e1ff-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-08-12 08:44:54,066 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.21:8004/v1/249fd6e4f2ee4059a04fdc0eeab8c4c1/stacks/CreateStackFlavorTests-1685d378-4843-4433-9cc4-2971ff25e1ff-stack/a10e3c1f-75ab-4711-9551-a9ef842bb237 used request id req-17db0d85-3023-4125-8dd4-2e01bb0388b4 2018-08-12 08:44:54,067 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:44:54,067 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:44:54,068 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:44:54,068 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:44:54,068 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:44:54,074 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22c39b6232634710f8029cf796e5935a4a84c4b9" 2018-08-12 08:44:54,327 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 43135 X-Openstack-Request-Id: req-4a9a90a1-eccf-400a-a951-3956f42f7d22 Date: Sun, 12 Aug 2018 08:44:54 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "created_at": "2018-08-12T06:59:44Z", "updated_at": "2018-08-12T06:59:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "1d7fd960-7865-4453-aecc-8d399b4fad21", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "66820d8a-b785-4b18-bd67-500221c8e4f9", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "74fc7638-a322-4841-8c47-06d36174a200", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "8eaa09ec-8419-4582-9312-1e527afe6e4b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}], "revision_number": 4, "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "created_at": "2018-08-12T05:12:34Z", "updated_at": "2018-08-12T05:12:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "709513d2-af7d-4d0b-bd3c-604fed75a711", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "aa346066-e46f-44f2-94be-2884aa998a19", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "c15f7b93-e56c-4afa-867d-2acb286d4b7b", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "cb0ef83f-5f70-4a80-ad35-431ca9df551e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}], "revision_number": 4, "project_id": "fa5a7fe6ee54472ba01638877aade8e3", "id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ea65becf30e54b27aa96a449698a435e", "created_at": "2018-08-12T05:10:35Z", "updated_at": "2018-08-12T05:10:35Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "30ad280c-f302-4cd4-a438-5139917b56f9", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "76115c4c-887d-4f0a-83e2-486e4b39c713", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "8ab14937-4c08-4d43-8a9a-662e622cc643", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "ee757a03-5662-4273-9c3e-6212e7afb48f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}], "revision_number": 4, "project_id": "ea65becf30e54b27aa96a449698a435e", "id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "created_at": "2018-08-12T06:20:09Z", "updated_at": "2018-08-12T06:20:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "1123b8f2-75ac-4a26-b9b2-a96da97408e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "2ddd2b93-e080-48cd-9a50-f5fe8a82ad0c", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "cd1bae62-0aea-4438-b4c3-50a69ae6f855", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "e398e01e-ceea-46d1-9534-b929808c4a5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}], "revision_number": 4, "project_id": "ff7abd7bb61f4f2889831e932d65dc2e", "id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "created_at": "2018-08-12T05:34:57Z", "updated_at": "2018-08-12T05:34:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "208a1c1e-f5f8-49c7-9a25-d07e68b1541f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "27bfd867-e607-4bf8-9de8-60682d3f771d", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "49360e1f-6fd3-4f35-b339-24cea95773ee", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "60f631a9-d305-4920-9631-d0543e2ac64f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}], "revision_number": 4, "project_id": "3a85ceae958d4d9fba68847e7df67db8", "id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "created_at": "2018-08-12T05:34:40Z", "updated_at": "2018-08-12T05:34:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "2192c259-363e-4768-ae73-e75837ad63b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "3f87ddc5-f84d-41dc-8215-847724782569", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "7d89f6da-ea78-49dd-9115-f9ad23b250bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "9ec4497d-0f65-44db-9be9-7b3042e4a584", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}], "revision_number": 4, "project_id": "85517fcf1c6247e699fdcdd42ecc8c79", "id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "created_at": "2018-08-12T05:16:02Z", "updated_at": "2018-08-12T05:16:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "1ecacd8c-c1c7-4a66-9871-406a69323b43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "3cc1750c-e0e7-4902-b6f3-494a161b832e", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "d719a7a4-8c99-44ed-8c12-6bf071890203", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "fe7421b5-d577-41da-8c78-62f3c07eda92", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}], "revision_number": 4, "project_id": "a267b9a156244bb192691cff6e5f74fe", "id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "315a428116f24d9fbb826b37080a918e", "created_at": "2018-08-12T05:11:31Z", "updated_at": "2018-08-12T05:11:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "5e52886a-1dc3-4a81-a55d-f388dc4fd1a1", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "678e32e4-d64c-448a-a4ab-e253ab94ae90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "a8da1539-e3ad-4f90-b2df-3dc1f09d228a", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "b73d5cc9-0205-4658-bb1f-61a042c0ab8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}], "revision_number": 4, "project_id": "315a428116f24d9fbb826b37080a918e", "id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-12T05:08:01Z", "updated_at": "2018-08-12T05:08:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:01Z", "revision_number": 0, "id": "0fb05d03-1117-45d0-930c-b6d4c96ef102", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "4faaab33-5788-4bbd-85b8-0fb44d41413a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "96d0c5a0-5c67-421b-8fc8-2b46d77e5db3", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "dd78519b-4bc5-4e8e-ad0f-58089dd69347", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "11a46741b7954b959fd7764109c047b6", "created_at": "2018-08-12T05:34:51Z", "updated_at": "2018-08-12T05:34:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "0b67bf3c-2289-43bb-ab6c-7d25ec32a279", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "51f3f833-337a-42bd-a8d5-742ea8d6c226", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "571fd0b5-ef90-408d-af33-aafb517b8993", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "944ba823-fb9c-496e-a66e-bb426bb14a8d", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}], "revision_number": 4, "project_id": "11a46741b7954b959fd7764109c047b6", "id": "90af9782-8112-4257-801d-ee5115d226ba", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "created_at": "2018-08-12T05:34:26Z", "updated_at": "2018-08-12T05:34:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "2ee1f63a-807c-4d6a-85ee-dd784f6b8c3f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5dec3ec2-2add-47dd-8618-90659dcf3885", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5ea0dc3e-49d0-43f0-94e9-f6443527d14c", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "fbfaca22-7e3e-4128-8973-43e439b77c28", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}], "revision_number": 4, "project_id": "3c01cd58055c44ecaef39f7e625c2258", "id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "521007c1818145639e93ceb270559219", "created_at": "2018-08-12T05:13:27Z", "updated_at": "2018-08-12T05:13:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "5e7fede5-b0f2-47d8-95c3-516cdfc7f9de", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "8fd0e36f-c6c4-4f64-ba97-40439e614448", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "db7d79de-1dfc-4138-945f-91e74cdc266b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "e87f2cff-ff3e-4b6d-aaf0-7f0eb0ab9f05", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}], "revision_number": 4, "project_id": "521007c1818145639e93ceb270559219", "id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "created_at": "2018-08-12T05:08:18Z", "updated_at": "2018-08-12T05:08:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "3c67be40-bf74-4f97-9693-d93ce73a23b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "6112d869-2fc6-4a25-a13c-3d55cd7206c0", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "bdf21c56-453e-482e-9cba-3c55abcb0339", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "c8e92c39-38cc-4f48-be9c-5f0912e6a725", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}], "revision_number": 4, "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "created_at": "2018-08-12T05:04:23Z", "updated_at": "2018-08-12T05:04:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "280546d9-8ad1-4283-abfc-15ee9b1736c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "58bce125-f2ca-4a6d-b9ca-4e6cf5c0f7a5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "69275b9a-cfb5-482c-a9c4-8ffc79adf2c7", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "6d747f3a-3764-469a-a645-f977585c5aac", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}], "revision_number": 4, "project_id": "310f5853751a4c968f3eeb0a3d99a0a8", "id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "created_at": "2018-08-12T05:34:42Z", "updated_at": "2018-08-12T05:34:42Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "199582e8-25aa-457a-aa7c-6d8413ca4464", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "234f3609-4454-448f-919d-c8143c7cd764", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "c1061460-71a2-49a9-a04b-9fa33eeb17ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "d21ac532-51d8-4d6b-8300-7bac216759bf", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}], "revision_number": 4, "project_id": "9f6c1a272706419c9a74b0893b2890e8", "id": "d6739716-c693-460c-89c6-e7c8c48f8245", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "created_at": "2018-08-12T05:34:54Z", "updated_at": "2018-08-12T05:34:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "0633a05a-ee7d-4476-a56b-75d011b22f77", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "6cc1b9f8-73db-47a3-a0e0-3c96c43f34da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "90d99a6b-e94f-4fd8-a10c-f19dd8954c13", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "e843c139-af2a-4d2c-a24f-59f7b10ff72e", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}], "revision_number": 4, "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "created_at": "2018-08-12T05:09:07Z", "updated_at": "2018-08-12T05:09:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "5495e168-f505-4d74-ae6d-387f0bf533c2", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "6fd19b8b-3062-456e-81ba-3ff37fe43429", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8ca59d25-485c-46ce-939c-2e4a468caeac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8f190846-50a0-42b9-b571-390809b752b1", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}], "revision_number": 4, "project_id": "fa9ca6d7608b4d7d87ce97331679a481", "id": "edcd9b17-9416-4c25-823c-060c435e18d7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "created_at": "2018-08-12T05:34:52Z", "updated_at": "2018-08-12T05:34:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "2c7e484e-6ec5-4a95-8c9c-66d294c0c27e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "70c74258-3c2c-4efc-87e0-079c26ee3417", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "b70382fa-082e-4c2b-abc8-87490fa50b11", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "c3628e02-b4b6-42c9-8751-c1a2d3c19caa", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}], "revision_number": 4, "project_id": "87db863ba6e348b0a5ddcb67053db9d1", "id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "name": "default"}]} 2018-08-12 08:44:54,328 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-4a9a90a1-eccf-400a-a951-3956f42f7d22 2018-08-12 08:44:54,336 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22c39b6232634710f8029cf796e5935a4a84c4b9" 2018-08-12 08:44:54,422 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:44:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b12da311-d126-4c7c-b899-60c5d95f3d2a Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 5fe28c13d4d74ba2be8d019ac1ea6363.", "code": 404, "title": "Not Found"}} 2018-08-12 08:44:54,423 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 used request id req-b12da311-d126-4c7c-b899-60c5d95f3d2a 2018-08-12 08:44:54,423 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:44:54,426 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22c39b6232634710f8029cf796e5935a4a84c4b9" 2018-08-12 08:44:54,519 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:44:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a57cbd89-04af-4674-8870-e853c3659a09 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa5a7fe6ee54472ba01638877aade8e3.", "code": 404, "title": "Not Found"}} 2018-08-12 08:44:54,519 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 used request id req-a57cbd89-04af-4674-8870-e853c3659a09 2018-08-12 08:44:54,519 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:44:54,523 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22c39b6232634710f8029cf796e5935a4a84c4b9" 2018-08-12 08:44:54,611 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:44:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1f58c59b-f4aa-4cfe-936e-5df70bf11e90 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ea65becf30e54b27aa96a449698a435e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:44:54,611 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e used request id req-1f58c59b-f4aa-4cfe-936e-5df70bf11e90 2018-08-12 08:44:54,611 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:44:54,615 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22c39b6232634710f8029cf796e5935a4a84c4b9" 2018-08-12 08:44:54,702 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:44:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4e734ee9-9fa3-4fb5-8ff9-ef0e34c01574 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ff7abd7bb61f4f2889831e932d65dc2e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:44:54,702 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e used request id req-4e734ee9-9fa3-4fb5-8ff9-ef0e34c01574 2018-08-12 08:44:54,703 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:44:54,707 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22c39b6232634710f8029cf796e5935a4a84c4b9" 2018-08-12 08:44:54,799 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:44:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6de6b58c-9da2-498d-8a60-f36acc8db6c3 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3a85ceae958d4d9fba68847e7df67db8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:44:54,799 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 used request id req-6de6b58c-9da2-498d-8a60-f36acc8db6c3 2018-08-12 08:44:54,799 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:44:54,803 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22c39b6232634710f8029cf796e5935a4a84c4b9" 2018-08-12 08:44:54,896 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:44:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-75c0db52-a744-4cce-9f5c-c65f859ead55 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 85517fcf1c6247e699fdcdd42ecc8c79.", "code": 404, "title": "Not Found"}} 2018-08-12 08:44:54,896 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 used request id req-75c0db52-a744-4cce-9f5c-c65f859ead55 2018-08-12 08:44:54,896 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:44:54,900 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22c39b6232634710f8029cf796e5935a4a84c4b9" 2018-08-12 08:44:54,992 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:44:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d4cecd9-2149-488a-8ae8-7878419ae9c8 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}} 2018-08-12 08:44:54,992 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe used request id req-0d4cecd9-2149-488a-8ae8-7878419ae9c8 2018-08-12 08:44:54,995 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22c39b6232634710f8029cf796e5935a4a84c4b9" 2018-08-12 08:44:55,082 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:44:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3948fdc7-90da-4307-88bb-efe386b2bfb9 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 315a428116f24d9fbb826b37080a918e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:44:55,083 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e used request id req-3948fdc7-90da-4307-88bb-efe386b2bfb9 2018-08-12 08:44:55,083 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:44:55,086 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22c39b6232634710f8029cf796e5935a4a84c4b9" 2018-08-12 08:44:55,178 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:44:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ab5888c4-41df-4fe7-b32d-d6cc122c3da8 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 11a46741b7954b959fd7764109c047b6.", "code": 404, "title": "Not Found"}} 2018-08-12 08:44:55,179 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 used request id req-ab5888c4-41df-4fe7-b32d-d6cc122c3da8 2018-08-12 08:44:55,179 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:44:55,182 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22c39b6232634710f8029cf796e5935a4a84c4b9" 2018-08-12 08:44:55,267 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:44:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cdbcea86-ca70-4c2d-aa28-e877508f6efd Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3c01cd58055c44ecaef39f7e625c2258.", "code": 404, "title": "Not Found"}} 2018-08-12 08:44:55,268 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 used request id req-cdbcea86-ca70-4c2d-aa28-e877508f6efd 2018-08-12 08:44:55,268 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:44:55,271 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22c39b6232634710f8029cf796e5935a4a84c4b9" 2018-08-12 08:44:55,390 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:44:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-577cdcbf-4019-4d66-9412-c5ef08c3e7dc Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 521007c1818145639e93ceb270559219.", "code": 404, "title": "Not Found"}} 2018-08-12 08:44:55,390 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 used request id req-577cdcbf-4019-4d66-9412-c5ef08c3e7dc 2018-08-12 08:44:55,390 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:44:55,394 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22c39b6232634710f8029cf796e5935a4a84c4b9" 2018-08-12 08:44:55,486 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:44:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a07038db-eed1-41ba-88f4-395ac8dfa3b7 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e18fcc7fc10a4fd0b20234f8520d0aab.", "code": 404, "title": "Not Found"}} 2018-08-12 08:44:55,486 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab used request id req-a07038db-eed1-41ba-88f4-395ac8dfa3b7 2018-08-12 08:44:55,487 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:44:55,490 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22c39b6232634710f8029cf796e5935a4a84c4b9" 2018-08-12 08:44:55,583 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:44:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6006e68f-33f0-407a-abd8-d849463544d7 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "310f5853751a4c968f3eeb0a3d99a0a8", "name": "service"}} 2018-08-12 08:44:55,584 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 used request id req-6006e68f-33f0-407a-abd8-d849463544d7 2018-08-12 08:44:55,587 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22c39b6232634710f8029cf796e5935a4a84c4b9" 2018-08-12 08:44:55,676 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:44:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-51fbac79-82ed-45f4-99ca-006d269f7075 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9f6c1a272706419c9a74b0893b2890e8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:44:55,676 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 used request id req-51fbac79-82ed-45f4-99ca-006d269f7075 2018-08-12 08:44:55,677 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:44:55,680 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/34cb7327fcfc4b52a63b4b8c0ea4a54d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22c39b6232634710f8029cf796e5935a4a84c4b9" 2018-08-12 08:44:55,793 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:44:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fe6eacca-40a4-46a1-b7b5-e668d8342fbe Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 34cb7327fcfc4b52a63b4b8c0ea4a54d.", "code": 404, "title": "Not Found"}} 2018-08-12 08:44:55,794 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/34cb7327fcfc4b52a63b4b8c0ea4a54d used request id req-fe6eacca-40a4-46a1-b7b5-e668d8342fbe 2018-08-12 08:44:55,794 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:44:55,797 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa9ca6d7608b4d7d87ce97331679a481 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22c39b6232634710f8029cf796e5935a4a84c4b9" 2018-08-12 08:44:55,884 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:44:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-20e0026d-9cef-4651-a43d-451f3802f2b8 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa9ca6d7608b4d7d87ce97331679a481.", "code": 404, "title": "Not Found"}} 2018-08-12 08:44:55,885 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa9ca6d7608b4d7d87ce97331679a481 used request id req-20e0026d-9cef-4651-a43d-451f3802f2b8 2018-08-12 08:44:55,885 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:44:55,888 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/87db863ba6e348b0a5ddcb67053db9d1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22c39b6232634710f8029cf796e5935a4a84c4b9" 2018-08-12 08:44:55,978 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:44:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-178272ee-8fbc-4682-93bd-9436e5978b99 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87db863ba6e348b0a5ddcb67053db9d1.", "code": 404, "title": "Not Found"}} 2018-08-12 08:44:55,978 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/87db863ba6e348b0a5ddcb67053db9d1 used request id req-178272ee-8fbc-4682-93bd-9436e5978b99 2018-08-12 08:44:55,978 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:44:55,979 - keystone_utils - INFO - Deleting project with name - CreateStackFlavorTests-08f5d654-ed33-4c6-proj 2018-08-12 08:44:55,982 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/249fd6e4f2ee4059a04fdc0eeab8c4c1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22c39b6232634710f8029cf796e5935a4a84c4b9" 2018-08-12 08:44:56,297 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:44:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bed8f867-95e4-4bfb-a411-27569e2d2675 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 08:44:56,297 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/249fd6e4f2ee4059a04fdc0eeab8c4c1 used request id req-bed8f867-95e4-4bfb-a411-27569e2d2675 2018-08-12 08:44:56,298 - keystone_utils - INFO - Deleting role with name - CreateStackFlavorTests-08f5d654-ed33-4c6-proj-role 2018-08-12 08:44:56,301 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/c5b7d7f7a7454f23af03e645b31eb69a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22c39b6232634710f8029cf796e5935a4a84c4b9" 2018-08-12 08:44:56,411 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:44:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d91ee2d1-c39c-4fde-a91d-d56dda3d8f3f 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 08:44:56,411 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/c5b7d7f7a7454f23af03e645b31eb69a used request id req-d91ee2d1-c39c-4fde-a91d-d56dda3d8f3f 2018-08-12 08:44:56,415 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22c39b6232634710f8029cf796e5935a4a84c4b9" 2018-08-12 08:44:56,502 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:44:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc4bbe15-b602-4148-ba79-54ade4b925c3 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:44:56,502 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-fc4bbe15-b602-4148-ba79-54ade4b925c3 2018-08-12 08:44:56,503 - keystone_utils - INFO - Deleting user with name - CreateStackFlavorTests-08f5d654-ed33-4c6-user 2018-08-12 08:44:56,507 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/ccfd6963a6cf4acdbb4a99e8a6f05fc9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}192efa42bfa8a48711bbba3c7ef301612c459b62" 2018-08-12 08:44:56,700 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:44:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7b9a6719-878b-4359-be49-d90713a2c233 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 08:44:56,700 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/ccfd6963a6cf4acdbb4a99e8a6f05fc9 used request id req-7b9a6719-878b-4359-be49-d90713a2c233 2018-08-12 08:44:56,702 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:44:57,094 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:44:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["DIpFFA7ORSqa9kheHcxqjw"], "issued_at": "2018-08-12T08:44:57.000000Z"}} 2018-08-12 08:44:57,095 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}9f650f184ec39873377ad46d8ac54baa26eb13f5" 2018-08-12 08:44:57,181 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:44:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fdd8af0c-3e17-4f01-a58c-fc9cc8fba331 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:44:57,181 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-fdd8af0c-3e17-4f01-a58c-fc9cc8fba331 2018-08-12 08:44:57,182 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:44:57,183 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:44:57,589 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:44:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["rqp8KMh3R6CnZwASbLGcfg"], "issued_at": "2018-08-12T08:44:57.000000Z"}} 2018-08-12 08:44:57,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}806d4c56433c38bcc056c1892376d8e661d46c23" 2018-08-12 08:44:57,677 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:44:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c88b0784-c167-423f-ad2f-df8e74170b06 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:44:57,677 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-c88b0784-c167-423f-ad2f-df8e74170b06 2018-08-12 08:44:57,681 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:44:57,686 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:44:57 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:44:57,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackKeypairTests-a3c73a19-7544-4cd-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}806d4c56433c38bcc056c1892376d8e661d46c23" 2018-08-12 08:44:57,781 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:44:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-22469a0c-1bf4-48de-805a-261f0c0fb24e Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackKeypairTests-a3c73a19-7544-4cd-proj", "previous": null, "next": null}, "projects": []} 2018-08-12 08:44:57,781 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackKeypairTests-a3c73a19-7544-4cd-proj used request id req-22469a0c-1bf4-48de-805a-261f0c0fb24e 2018-08-12 08:44:57,785 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}806d4c56433c38bcc056c1892376d8e661d46c23" 2018-08-12 08:44:57,877 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:44:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d20f31d4-7924-4bdb-8f25-3147ee172cae Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:44:57,877 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-d20f31d4-7924-4bdb-8f25-3147ee172cae 2018-08-12 08:44:57,881 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}806d4c56433c38bcc056c1892376d8e661d46c23" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackKeypairTests-a3c73a19-7544-4cd-proj"}}' 2018-08-12 08:44:58,004 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:44:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9809418f-a811-436d-be5d-7d2eab192b0b Content-Length: 320 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c3ecc648434d44168ba3ccf443ea19ce"}, "tags": [], "enabled": true, "id": "c3ecc648434d44168ba3ccf443ea19ce", "parent_id": "default", "domain_id": "default", "name": "CreateStackKeypairTests-a3c73a19-7544-4cd-proj"}} 2018-08-12 08:44:58,005 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-9809418f-a811-436d-be5d-7d2eab192b0b 2018-08-12 08:44:58,005 - keystone_utils - INFO - Created project with name - CreateStackKeypairTests-a3c73a19-7544-4cd-proj 2018-08-12 08:44:58,005 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:44:58,006 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:44:58,404 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:44:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["Oedg91PUSm-Zeef44rYrmA"], "issued_at": "2018-08-12T08:44:58.000000Z"}} 2018-08-12 08:44:58,404 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}d7856fb9f5933ccaf5c9863fb4b166cdc32fae44" 2018-08-12 08:44:58,487 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:44:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0bcdebd7-d9af-4d07-bdfe-fdc94931c075 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:44:58,487 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-0bcdebd7-d9af-4d07-bdfe-fdc94931c075 2018-08-12 08:44:58,491 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:44:58,497 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:44:58 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:44:58,497 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7856fb9f5933ccaf5c9863fb4b166cdc32fae44" 2018-08-12 08:44:58,603 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:44:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-09362fd3-f132-4a7d-8013-56841ba9b459 Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/105a247548624314b9228f85f6325f0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105a247548624314b9228f85f6325f0b", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/1c5de0eaa44543f08da6ad63a51594ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c5de0eaa44543f08da6ad63a51594ff", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/1d127b5b832547a88a547c116dfdd65b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d127b5b832547a88a547c116dfdd65b", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/1d5cfc170d624ce4ae53ae0507c8d517"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d5cfc170d624ce4ae53ae0507c8d517", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/2421820b75eb4d3ebd02830378d1377b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2421820b75eb4d3ebd02830378d1377b", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/40bd8ee54ecf44868cc83cede652c396"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40bd8ee54ecf44868cc83cede652c396", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/4f32fb8153854c4c9f5094b42b523f80"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f32fb8153854c4c9f5094b42b523f80", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7066130d08fb4db7bf4ab468de53933b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7066130d08fb4db7bf4ab468de53933b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/8d0898a83bcf4521bbc11501d5d7ac89"}, "domain_id": "1eec97585bde483292ece28ee11f4b8d", "enabled": true, "options": {}, "id": "8d0898a83bcf4521bbc11501d5d7ac89", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/9defcced327d476f8a3beab718a13da3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9defcced327d476f8a3beab718a13da3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/b80ee4f6992446e0879624dd436e99a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b80ee4f6992446e0879624dd436e99a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b86fd3e011324d398fcdb6f095a20a9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b86fd3e011324d398fcdb6f095a20a9d", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1701d2754064b5cadf765ea0806f9b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1701d2754064b5cadf765ea0806f9b2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/db4e7b8d76d549faa502716565c733dd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db4e7b8d76d549faa502716565c733dd", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-12 08:44:58,603 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-09362fd3-f132-4a7d-8013-56841ba9b459 2018-08-12 08:44:58,607 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateStackKeypairTests-a3c73a19-7544-4cd-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7856fb9f5933ccaf5c9863fb4b166cdc32fae44" 2018-08-12 08:44:58,697 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:44:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b880f951-c858-463c-9b1d-d7e73af427cf Content-Encoding: gzip Content-Length: 259 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateStackKeypairTests-a3c73a19-7544-4cd-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c3ecc648434d44168ba3ccf443ea19ce"}, "tags": [], "enabled": true, "id": "c3ecc648434d44168ba3ccf443ea19ce", "parent_id": "default", "domain_id": "default", "name": "CreateStackKeypairTests-a3c73a19-7544-4cd-proj"}]} 2018-08-12 08:44:58,697 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateStackKeypairTests-a3c73a19-7544-4cd-proj used request id req-b880f951-c858-463c-9b1d-d7e73af427cf 2018-08-12 08:44:58,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7856fb9f5933ccaf5c9863fb4b166cdc32fae44" 2018-08-12 08:44:58,801 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:44:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d6bd846e-a6bc-4703-9dc3-b073d48ba481 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:44:58,802 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-d6bd846e-a6bc-4703-9dc3-b073d48ba481 2018-08-12 08:44:59,181 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7856fb9f5933ccaf5c9863fb4b166cdc32fae44" 2018-08-12 08:44:59,267 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:44:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c741d83c-b1b8-4937-b421-601462d70fdc Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:44:59,268 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-c741d83c-b1b8-4937-b421-601462d70fdc 2018-08-12 08:44:59,271 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateStackKeypairTests-a3c73a19-7544-4cd-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7856fb9f5933ccaf5c9863fb4b166cdc32fae44" 2018-08-12 08:44:59,367 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:44:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b955d145-73c1-43e8-bc42-c48f40e16e2c Content-Encoding: gzip Content-Length: 259 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateStackKeypairTests-a3c73a19-7544-4cd-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c3ecc648434d44168ba3ccf443ea19ce"}, "tags": [], "enabled": true, "id": "c3ecc648434d44168ba3ccf443ea19ce", "parent_id": "default", "domain_id": "default", "name": "CreateStackKeypairTests-a3c73a19-7544-4cd-proj"}]} 2018-08-12 08:44:59,368 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateStackKeypairTests-a3c73a19-7544-4cd-proj used request id req-b955d145-73c1-43e8-bc42-c48f40e16e2c 2018-08-12 08:44:59,368 - keystone_utils - INFO - Created user with name - CreateStackKeypairTests-a3c73a19-7544-4cd-user 2018-08-12 08:44:59,368 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:44:59,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}806d4c56433c38bcc056c1892376d8e661d46c23" 2018-08-12 08:44:59,466 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:44:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-58ef1e13-13d6-4d05-bf5f-6c7e0610c178 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:44:59,467 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-58ef1e13-13d6-4d05-bf5f-6c7e0610c178 2018-08-12 08:44:59,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}806d4c56433c38bcc056c1892376d8e661d46c23" -d '{"role": {"name": "CreateStackKeypairTests-a3c73a19-7544-4cd-proj-role"}}' 2018-08-12 08:44:59,573 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:44:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-952ad41e-5820-4a8b-b9f8-b43d9997579f Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "24f9e3e0618c4d929b73321e453601fc", "links": {"self": "http://172.30.9.21:5000/v3/roles/24f9e3e0618c4d929b73321e453601fc"}, "name": "CreateStackKeypairTests-a3c73a19-7544-4cd-proj-role"}} 2018-08-12 08:44:59,574 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-952ad41e-5820-4a8b-b9f8-b43d9997579f 2018-08-12 08:44:59,574 - keystone_utils - INFO - Created role with name - CreateStackKeypairTests-a3c73a19-7544-4cd-proj-role 2018-08-12 08:44:59,577 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/24f9e3e0618c4d929b73321e453601fc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}806d4c56433c38bcc056c1892376d8e661d46c23" 2018-08-12 08:44:59,675 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:44:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0b68b771-15eb-41d7-a9a4-e1a297830d77 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "24f9e3e0618c4d929b73321e453601fc", "links": {"self": "http://172.30.9.21:5000/v3/roles/24f9e3e0618c4d929b73321e453601fc"}, "name": "CreateStackKeypairTests-a3c73a19-7544-4cd-proj-role"}} 2018-08-12 08:44:59,675 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/24f9e3e0618c4d929b73321e453601fc used request id req-0b68b771-15eb-41d7-a9a4-e1a297830d77 2018-08-12 08:44:59,676 - keystone_utils - INFO - Granting role CreateStackKeypairTests-a3c73a19-7544-4cd-proj-role to project CreateStackKeypairTests-a3c73a19-7544-4cd-proj 2018-08-12 08:44:59,679 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/c3ecc648434d44168ba3ccf443ea19ce/users/09482a6a733049319c1ca2763f5fa311/roles/24f9e3e0618c4d929b73321e453601fc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}806d4c56433c38bcc056c1892376d8e661d46c23" 2018-08-12 08:44:59,821 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:44:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c8e1514e-caee-4b0a-b96d-dfb41b51ffb8 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 08:44:59,822 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/c3ecc648434d44168ba3ccf443ea19ce/users/09482a6a733049319c1ca2763f5fa311/roles/24f9e3e0618c4d929b73321e453601fc used request id req-c8e1514e-caee-4b0a-b96d-dfb41b51ffb8 2018-08-12 08:44:59,822 - heat_utils - DEBUG - Retrieving Heat Client 2018-08-12 08:44:59,822 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-12 08:44:59,824 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:44:59,825 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:45:00,216 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "24f9e3e0618c4d929b73321e453601fc", "name": "CreateStackKeypairTests-a3c73a19-7544-4cd-proj-role"}], "expires_at": "2018-08-12T09:45:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c3ecc648434d44168ba3ccf443ea19ce", "name": "CreateStackKeypairTests-a3c73a19-7544-4cd-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/c3ecc648434d44168ba3ccf443ea19ce", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/c3ecc648434d44168ba3ccf443ea19ce", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/c3ecc648434d44168ba3ccf443ea19ce", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_c3ecc648434d44168ba3ccf443ea19ce", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_c3ecc648434d44168ba3ccf443ea19ce", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/c3ecc648434d44168ba3ccf443ea19ce", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/c3ecc648434d44168ba3ccf443ea19ce", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/c3ecc648434d44168ba3ccf443ea19ce", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/c3ecc648434d44168ba3ccf443ea19ce", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/c3ecc648434d44168ba3ccf443ea19ce", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/c3ecc648434d44168ba3ccf443ea19ce", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/c3ecc648434d44168ba3ccf443ea19ce", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/c3ecc648434d44168ba3ccf443ea19ce", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/c3ecc648434d44168ba3ccf443ea19ce", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackKeypairTests-a3c73a19-7544-4cd-user", "id": "09482a6a733049319c1ca2763f5fa311"}, "audit_ids": ["pV87VWjQRUu7MDehsJSRzQ"], "issued_at": "2018-08-12T08:45:00.000000Z"}} 2018-08-12 08:45:00,217 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}6f0550226cce28efc7fe4f32d8cb4eee26a9b294" 2018-08-12 08:45:00,301 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:45:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fcb07757-65d3-42a7-88f0-d52f4c1f6a39 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:45:00,301 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-fcb07757-65d3-42a7-88f0-d52f4c1f6a39 2018-08-12 08:45:00,302 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:45:00,302 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:45:00,303 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:45:00,303 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:45:00,303 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:45:00,304 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-12 08:45:00,307 - heat_utils - DEBUG - Retrieving Heat Client 2018-08-12 08:45:00,310 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/c3ecc648434d44168ba3ccf443ea19ce/stacks?stack_name=CreateStackKeypairTests-CreateStackKeypairTests-e0784552-4a3a-4fd1-b799-58f7652aead7-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f0550226cce28efc7fe4f32d8cb4eee26a9b294" 2018-08-12 08:45:00,510 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:45:00 GMT Server: Apache x-openstack-request-id: req-7a0e0b5b-22bd-46e1-aef5-c068d1eda1cf Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-08-12 08:45:00,510 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/c3ecc648434d44168ba3ccf443ea19ce/stacks?stack_name=CreateStackKeypairTests-CreateStackKeypairTests-e0784552-4a3a-4fd1-b799-58f7652aead7-stack used request id req-7a0e0b5b-22bd-46e1-aef5-c068d1eda1cf 2018-08-12 08:45:00,527 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8004/v1/c3ecc648434d44168ba3ccf443ea19ce/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f0550226cce28efc7fe4f32d8cb4eee26a9b294" -d '{"stack_name": "CreateStackKeypairTests-CreateStackKeypairTests-e0784552-4a3a-4fd1-b799-58f7652aead7-stack", "template": {"outputs": {"private_key": {"description": "SSH Private Key", "value": {"get_attr": ["keypair", "private_key"]}}}, "heat_template_version": "2015-04-30", "description": "Test template that simply deploys a keypair with a generated key\n", "parameters": {"keypair_name": {"default": "keypair_name", "type": "string", "description": "The name of the stack's keypair", "label": "Keypair name"}}, "resources": {"keypair": {"type": "OS::Nova::KeyPair", "properties": {"name": {"get_param": "keypair_name"}, "save_private_key": true}}}}, "parameters": {"keypair_name": "CreateStackKeypairTests-e0784552-4a3a-4fd1-b799-58f7652aead7-kp"}}' 2018-08-12 08:45:02,325 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:45:00 GMT Server: Apache x-openstack-request-id: req-96f3ac69-5fab-4769-9ac1-da59da63ec58 Location: http://172.30.9.21:8004/v1/c3ecc648434d44168ba3ccf443ea19ce/stacks/CreateStackKeypairTests-CreateStackKeypairTests-e0784552-4a3a-4fd1-b799-58f7652aead7-stack/c19e50df-b580-45a9-bc3a-606f9595d494 Content-Length: 291 Content-Type: application/json RESP BODY: {"stack": {"id": "c19e50df-b580-45a9-bc3a-606f9595d494", "links": [{"href": "http://172.30.9.21:8004/v1/c3ecc648434d44168ba3ccf443ea19ce/stacks/CreateStackKeypairTests-CreateStackKeypairTests-e0784552-4a3a-4fd1-b799-58f7652aead7-stack/c19e50df-b580-45a9-bc3a-606f9595d494", "rel": "self"}]}} 2018-08-12 08:45:02,325 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.21:8004/v1/c3ecc648434d44168ba3ccf443ea19ce/stacks used request id req-96f3ac69-5fab-4769-9ac1-da59da63ec58 2018-08-12 08:45:02,328 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/c3ecc648434d44168ba3ccf443ea19ce/stacks/c19e50df-b580-45a9-bc3a-606f9595d494 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f0550226cce28efc7fe4f32d8cb4eee26a9b294" 2018-08-12 08:45:02,509 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:45:02 GMT Server: Apache x-openstack-request-id: req-fc42a3d1-51a5-4049-9d05-2c12b5e10d86 Location: http://172.30.9.21:8004/v1/c3ecc648434d44168ba3ccf443ea19ce/stacks/CreateStackKeypairTests-CreateStackKeypairTests-e0784552-4a3a-4fd1-b799-58f7652aead7-stack/c19e50df-b580-45a9-bc3a-606f9595d494 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/c3ecc648434d44168ba3ccf443ea19ce/stacks/CreateStackKeypairTests-CreateStackKeypairTests-e0784552-4a3a-4fd1-b799-58f7652aead7-stack/c19e50df-b580-45a9-bc3a-606f9595d494;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:45:02,808 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:45:02 GMT Server: Apache x-openstack-request-id: req-3477dcda-10b2-4bcb-8e4c-d2ddbf677fd0 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1907 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Test template that simply deploys a keypair with a generated key\n", "parameters": {"OS::project_id": "c3ecc648434d44168ba3ccf443ea19ce", "OS::stack_id": "c19e50df-b580-45a9-bc3a-606f9595d494", "OS::stack_name": "CreateStackKeypairTests-CreateStackKeypairTests-e0784552-4a3a-4fd1-b799-58f7652aead7-stack", "keypair_name": "CreateStackKeypairTests-e0784552-4a3a-4fd1-b799-58f7652aead7-kp"}, "deletion_time": null, "stack_name": "CreateStackKeypairTests-CreateStackKeypairTests-e0784552-4a3a-4fd1-b799-58f7652aead7-stack", "stack_user_project_id": "0716c6bf4aea4b0ca5dc6c182bb72463", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-12T08:45:01Z", "links": [{"href": "http://172.30.9.21:8004/v1/c3ecc648434d44168ba3ccf443ea19ce/stacks/CreateStackKeypairTests-CreateStackKeypairTests-e0784552-4a3a-4fd1-b799-58f7652aead7-stack/c19e50df-b580-45a9-bc3a-606f9595d494", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "c19e50df-b580-45a9-bc3a-606f9595d494", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEA7jzJoWx/O55H7lpACqtrjvolLHJ9hAq97sdxxtYGGG8Pxse/\nfp//HumCOLUIsLz9ZuO1yGobFLXb3krLSQyLpxYbwLHRlgGFmxUzAjRlgpzzJM5B\n1NeX+hVQN/7/MU8dIMWTlK0jdI2u5ObYboh7SUZswbWZSPVVmKs4u2bat0ztVrt1\nJvdKzdF6ZbFMu+q7PEXTik8l9FeX9bf/Eskpd6b9Tkg0SHzzvRjqaD1ftbC2sp0K\nx1rLm+ntMiQHxEZ8PiKOBmTtRf/A7ya46a0KdgaJZ9QmPAJz9TxtdrmryBE7hsBP\n1ulkKbVQv0sQ/FTB+uS0tdekDoitE1XsK63jgwIDAQABAoIBAQDayhK2X+jdPLh8\nqn+kDNfDv/DByAeDa0YQ8zOHUujYKa8IdEtmI9PtdK+2GnP3tCjYBAnfG6rxMy7Q\nEEpvNMlQUpp8NhHvvEgSK77jqHENKcyWoaGNsc2Ny2MXeeStSSXMAgdOBE/Ka5AS\nAfsET+1BVx7sKzWx7jWE9sIsQQJeUM7K+MosjeW+VwY5MKCAeRhrV2a+m4GK5olQ\nRlmyKUNe2yZNB30lyXnhva3FXpG0YJPoii46SEH1FELv5Y5Td2zbmQlKe1AwAyg2\n2QeYopjbUCSxq77EqkHLthmHNSgvhObYPkDU0ZL+cVhQLnFTQlolfNehfbGj1iHF\nI3d6NIK5AoGBAP+fAGdV8BeCwCc2sSNaPx9/WjGxQtW/2f7ADK7qIp21bely5kh5\nbeOATgLFB92CQj77gUQYuNsS9qxzvEa42rSeeIR/ME/ELol8wtLq/rljlSV1/LPa\nfDEkYrNgUr0/OPruGdsMDUZzlIJZw9w5Sl3yUEsWg6FC1oKo8hEiIo8NAoGBAO6X\nMIqCDgRusfpkiw7dhvCuU+d548X+NVCrJUNEzu4Hakwf44nus5l5C0T+1I1Cj0gP\nP05Kqre1PXMG48qEURaXp839r5qhYnTyZlrhRrofhsOGG/4uJ+oFkmv1pd0SSOkt\n+WoXLVKt2GbG62Wz8CdsUFG5rTnDtplzICSY3xjPAoGBAOgCDeC8vGTqdLNizZYz\nxBU3hsqRhALz1c2FzD06H18bG/6GHgNry1Rw0N1srb3cC3qU1ffTpHyakq9lgF6E\nS2UibGp98oCDpGV/imjbh4UGoIlWtJ0dUhlcWAVNCOvhpTsDvw30u1vVbdZ92Opa\nSWhJlZ0Be0lzm7UN2F+6prlFAoGBANSnwychBjdjJpUj+mG0h2qMJtLBbIfzrTeK\nY7sSYFH+H/tbzOYK8N9Q6P+FFpQViDnVBTrWCFWXX/7fXDcMOm4lm/ZZL6RmRagw\nyZQlCHIqWWZ6aQbjwsWuU7SQDVb+zievx4eMwuPXeXMZx4Qtnla1Dt3Y3hIHZABf\ngX29F9Q3AoGAH0VAFezyw612vdel5xYv44oXiWTy41FHGbvkmvtAOpSlmM7xvT6F\n9YOfRjLXhiKxbM8WnH3qMTbOE9gXScw9ldomOPmdo/QkHmdC/0PbA4/MBbg3kQNP\n4la3k3HsbDEPP6VRn3GKPW6gXbz9fGBbL9+dxpOAYwMNvVrGaeb38/Y=\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Test template that simply deploys a keypair with a generated key\n"}} 2018-08-12 08:45:02,808 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/c3ecc648434d44168ba3ccf443ea19ce/stacks/CreateStackKeypairTests-CreateStackKeypairTests-e0784552-4a3a-4fd1-b799-58f7652aead7-stack/c19e50df-b580-45a9-bc3a-606f9595d494 used request id req-3477dcda-10b2-4bcb-8e4c-d2ddbf677fd0 2018-08-12 08:45:02,809 - create_stack - INFO - Created stack with name - CreateStackKeypairTests-CreateStackKeypairTests-e0784552-4a3a-4fd1-b799-58f7652aead7-stack 2018-08-12 08:45:02,812 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/c3ecc648434d44168ba3ccf443ea19ce/stacks/c19e50df-b580-45a9-bc3a-606f9595d494 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f0550226cce28efc7fe4f32d8cb4eee26a9b294" 2018-08-12 08:45:03,035 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:45:02 GMT Server: Apache x-openstack-request-id: req-122e0812-afb7-49ec-8fcb-73171bf0d0ad Location: http://172.30.9.21:8004/v1/c3ecc648434d44168ba3ccf443ea19ce/stacks/CreateStackKeypairTests-CreateStackKeypairTests-e0784552-4a3a-4fd1-b799-58f7652aead7-stack/c19e50df-b580-45a9-bc3a-606f9595d494 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/c3ecc648434d44168ba3ccf443ea19ce/stacks/CreateStackKeypairTests-CreateStackKeypairTests-e0784552-4a3a-4fd1-b799-58f7652aead7-stack/c19e50df-b580-45a9-bc3a-606f9595d494;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:45:03,338 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:45:03 GMT Server: Apache x-openstack-request-id: req-f54d6638-ecf3-4f0a-af73-7fd9a9cd3430 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1915 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Test template that simply deploys a keypair with a generated key\n", "parameters": {"OS::project_id": "c3ecc648434d44168ba3ccf443ea19ce", "OS::stack_id": "c19e50df-b580-45a9-bc3a-606f9595d494", "OS::stack_name": "CreateStackKeypairTests-CreateStackKeypairTests-e0784552-4a3a-4fd1-b799-58f7652aead7-stack", "keypair_name": "CreateStackKeypairTests-e0784552-4a3a-4fd1-b799-58f7652aead7-kp"}, "deletion_time": null, "stack_name": "CreateStackKeypairTests-CreateStackKeypairTests-e0784552-4a3a-4fd1-b799-58f7652aead7-stack", "stack_user_project_id": "0716c6bf4aea4b0ca5dc6c182bb72463", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-08-12T08:45:01Z", "links": [{"href": "http://172.30.9.21:8004/v1/c3ecc648434d44168ba3ccf443ea19ce/stacks/CreateStackKeypairTests-CreateStackKeypairTests-e0784552-4a3a-4fd1-b799-58f7652aead7-stack/c19e50df-b580-45a9-bc3a-606f9595d494", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "c19e50df-b580-45a9-bc3a-606f9595d494", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEA7jzJoWx/O55H7lpACqtrjvolLHJ9hAq97sdxxtYGGG8Pxse/\nfp//HumCOLUIsLz9ZuO1yGobFLXb3krLSQyLpxYbwLHRlgGFmxUzAjRlgpzzJM5B\n1NeX+hVQN/7/MU8dIMWTlK0jdI2u5ObYboh7SUZswbWZSPVVmKs4u2bat0ztVrt1\nJvdKzdF6ZbFMu+q7PEXTik8l9FeX9bf/Eskpd6b9Tkg0SHzzvRjqaD1ftbC2sp0K\nx1rLm+ntMiQHxEZ8PiKOBmTtRf/A7ya46a0KdgaJZ9QmPAJz9TxtdrmryBE7hsBP\n1ulkKbVQv0sQ/FTB+uS0tdekDoitE1XsK63jgwIDAQABAoIBAQDayhK2X+jdPLh8\nqn+kDNfDv/DByAeDa0YQ8zOHUujYKa8IdEtmI9PtdK+2GnP3tCjYBAnfG6rxMy7Q\nEEpvNMlQUpp8NhHvvEgSK77jqHENKcyWoaGNsc2Ny2MXeeStSSXMAgdOBE/Ka5AS\nAfsET+1BVx7sKzWx7jWE9sIsQQJeUM7K+MosjeW+VwY5MKCAeRhrV2a+m4GK5olQ\nRlmyKUNe2yZNB30lyXnhva3FXpG0YJPoii46SEH1FELv5Y5Td2zbmQlKe1AwAyg2\n2QeYopjbUCSxq77EqkHLthmHNSgvhObYPkDU0ZL+cVhQLnFTQlolfNehfbGj1iHF\nI3d6NIK5AoGBAP+fAGdV8BeCwCc2sSNaPx9/WjGxQtW/2f7ADK7qIp21bely5kh5\nbeOATgLFB92CQj77gUQYuNsS9qxzvEa42rSeeIR/ME/ELol8wtLq/rljlSV1/LPa\nfDEkYrNgUr0/OPruGdsMDUZzlIJZw9w5Sl3yUEsWg6FC1oKo8hEiIo8NAoGBAO6X\nMIqCDgRusfpkiw7dhvCuU+d548X+NVCrJUNEzu4Hakwf44nus5l5C0T+1I1Cj0gP\nP05Kqre1PXMG48qEURaXp839r5qhYnTyZlrhRrofhsOGG/4uJ+oFkmv1pd0SSOkt\n+WoXLVKt2GbG62Wz8CdsUFG5rTnDtplzICSY3xjPAoGBAOgCDeC8vGTqdLNizZYz\nxBU3hsqRhALz1c2FzD06H18bG/6GHgNry1Rw0N1srb3cC3qU1ffTpHyakq9lgF6E\nS2UibGp98oCDpGV/imjbh4UGoIlWtJ0dUhlcWAVNCOvhpTsDvw30u1vVbdZ92Opa\nSWhJlZ0Be0lzm7UN2F+6prlFAoGBANSnwychBjdjJpUj+mG0h2qMJtLBbIfzrTeK\nY7sSYFH+H/tbzOYK8N9Q6P+FFpQViDnVBTrWCFWXX/7fXDcMOm4lm/ZZL6RmRagw\nyZQlCHIqWWZ6aQbjwsWuU7SQDVb+zievx4eMwuPXeXMZx4Qtnla1Dt3Y3hIHZABf\ngX29F9Q3AoGAH0VAFezyw612vdel5xYv44oXiWTy41FHGbvkmvtAOpSlmM7xvT6F\n9YOfRjLXhiKxbM8WnH3qMTbOE9gXScw9ldomOPmdo/QkHmdC/0PbA4/MBbg3kQNP\n4la3k3HsbDEPP6VRn3GKPW6gXbz9fGBbL9+dxpOAYwMNvVrGaeb38/Y=\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Test template that simply deploys a keypair with a generated key\n"}} 2018-08-12 08:45:03,338 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/c3ecc648434d44168ba3ccf443ea19ce/stacks/CreateStackKeypairTests-CreateStackKeypairTests-e0784552-4a3a-4fd1-b799-58f7652aead7-stack/c19e50df-b580-45a9-bc3a-606f9595d494 used request id req-f54d6638-ecf3-4f0a-af73-7fd9a9cd3430 2018-08-12 08:45:03,338 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2018-08-12 08:45:03,339 - create_stack - DEBUG - Stack is active with name - CreateStackKeypairTests-CreateStackKeypairTests-e0784552-4a3a-4fd1-b799-58f7652aead7-stack 2018-08-12 08:45:03,339 - create_stack - INFO - Stack is now active with name - CreateStackKeypairTests-CreateStackKeypairTests-e0784552-4a3a-4fd1-b799-58f7652aead7-stack 2018-08-12 08:45:03,342 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/c3ecc648434d44168ba3ccf443ea19ce/stacks/c19e50df-b580-45a9-bc3a-606f9595d494/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f0550226cce28efc7fe4f32d8cb4eee26a9b294" 2018-08-12 08:45:03,544 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:45:03 GMT Server: Apache x-openstack-request-id: req-14798820-7ac2-4f81-bd76-ee1286c074bb Location: http://172.30.9.21:8004/v1/c3ecc648434d44168ba3ccf443ea19ce/stacks/CreateStackKeypairTests-CreateStackKeypairTests-e0784552-4a3a-4fd1-b799-58f7652aead7-stack/c19e50df-b580-45a9-bc3a-606f9595d494/resources Content-Length: 551 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/c3ecc648434d44168ba3ccf443ea19ce/stacks/CreateStackKeypairTests-CreateStackKeypairTests-e0784552-4a3a-4fd1-b799-58f7652aead7-stack/c19e50df-b580-45a9-bc3a-606f9595d494/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:45:03,748 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:45:03 GMT Server: Apache x-openstack-request-id: req-0bfe2b6b-9db0-497b-92ca-9b7cccd94910 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 369 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "keypair", "links": [{"href": "http://172.30.9.21:8004/v1/c3ecc648434d44168ba3ccf443ea19ce/stacks/CreateStackKeypairTests-CreateStackKeypairTests-e0784552-4a3a-4fd1-b799-58f7652aead7-stack/c19e50df-b580-45a9-bc3a-606f9595d494/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/c3ecc648434d44168ba3ccf443ea19ce/stacks/CreateStackKeypairTests-CreateStackKeypairTests-e0784552-4a3a-4fd1-b799-58f7652aead7-stack/c19e50df-b580-45a9-bc3a-606f9595d494", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-08-12T08:45:02Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-12T08:45:02Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "CreateStackKeypairTests-e0784552-4a3a-4fd1-b799-58f7652aead7-kp", "resource_type": "OS::Nova::KeyPair"}]} 2018-08-12 08:45:03,748 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/c3ecc648434d44168ba3ccf443ea19ce/stacks/CreateStackKeypairTests-CreateStackKeypairTests-e0784552-4a3a-4fd1-b799-58f7652aead7-stack/c19e50df-b580-45a9-bc3a-606f9595d494/resources used request id req-0bfe2b6b-9db0-497b-92ca-9b7cccd94910 2018-08-12 08:45:03,752 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/os-keypairs/CreateStackKeypairTests-e0784552-4a3a-4fd1-b799-58f7652aead7-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f0550226cce28efc7fe4f32d8cb4eee26a9b294" 2018-08-12 08:45:03,771 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08: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-9ac13141-6b81-4ff5-a427-8dde8a305fd8 x-compute-request-id: req-9ac13141-6b81-4ff5-a427-8dde8a305fd8 Content-Encoding: gzip Content-Length: 573 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDuPMmhbH87nkfuWkAKq2uO+iUscn2ECr3ux3HG1gYYbw/Gx79+n/8e6YI4tQiwvP1m47XIahsUtdveSstJDIunFhvAsdGWAYWbFTMCNGWCnPMkzkHU15f6FVA3/v8xTx0gxZOUrSN0ja7k5thuiHtJRmzBtZlI9VWYqzi7Ztq3TO1Wu3Um90rN0XplsUy76rs8RdOKTyX0V5f1t/8SySl3pv1OSDRIfPO9GOpoPV+1sLaynQrHWsub6e0yJAfERnw+Io4GZO1F/8DvJrjprQp2Boln1CY8AnP1PG12uavIETuGwE/W6WQptVC/SxD8VMH65LS116QOiK0TVewrreOD Generated-by-Nova", "user_id": "09482a6a733049319c1ca2763f5fa311", "name": "CreateStackKeypairTests-e0784552-4a3a-4fd1-b799-58f7652aead7-kp", "deleted": false, "created_at": "2018-08-12T08:45:02.000000", "updated_at": null, "fingerprint": "e5:f4:84:d3:ca:36:26:6c:33:7f:f8:86:0b:37:bf:24", "deleted_at": null, "id": 86}} 2018-08-12 08:45:03,771 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/CreateStackKeypairTests-e0784552-4a3a-4fd1-b799-58f7652aead7-kp used request id req-9ac13141-6b81-4ff5-a427-8dde8a305fd8 2018-08-12 08:45:03,774 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/c3ecc648434d44168ba3ccf443ea19ce/stacks/c19e50df-b580-45a9-bc3a-606f9595d494 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f0550226cce28efc7fe4f32d8cb4eee26a9b294" 2018-08-12 08:45:03,972 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:45:03 GMT Server: Apache x-openstack-request-id: req-98507e92-ccea-403e-a31c-12b45e87f173 Location: http://172.30.9.21:8004/v1/c3ecc648434d44168ba3ccf443ea19ce/stacks/CreateStackKeypairTests-CreateStackKeypairTests-e0784552-4a3a-4fd1-b799-58f7652aead7-stack/c19e50df-b580-45a9-bc3a-606f9595d494 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/c3ecc648434d44168ba3ccf443ea19ce/stacks/CreateStackKeypairTests-CreateStackKeypairTests-e0784552-4a3a-4fd1-b799-58f7652aead7-stack/c19e50df-b580-45a9-bc3a-606f9595d494;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:45:04,210 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:45:03 GMT Server: Apache x-openstack-request-id: req-c5fdb0be-1328-4078-a106-d965f8566ff6 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1915 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Test template that simply deploys a keypair with a generated key\n", "parameters": {"OS::project_id": "c3ecc648434d44168ba3ccf443ea19ce", "OS::stack_id": "c19e50df-b580-45a9-bc3a-606f9595d494", "OS::stack_name": "CreateStackKeypairTests-CreateStackKeypairTests-e0784552-4a3a-4fd1-b799-58f7652aead7-stack", "keypair_name": "CreateStackKeypairTests-e0784552-4a3a-4fd1-b799-58f7652aead7-kp"}, "deletion_time": null, "stack_name": "CreateStackKeypairTests-CreateStackKeypairTests-e0784552-4a3a-4fd1-b799-58f7652aead7-stack", "stack_user_project_id": "0716c6bf4aea4b0ca5dc6c182bb72463", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-08-12T08:45:01Z", "links": [{"href": "http://172.30.9.21:8004/v1/c3ecc648434d44168ba3ccf443ea19ce/stacks/CreateStackKeypairTests-CreateStackKeypairTests-e0784552-4a3a-4fd1-b799-58f7652aead7-stack/c19e50df-b580-45a9-bc3a-606f9595d494", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "c19e50df-b580-45a9-bc3a-606f9595d494", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEA7jzJoWx/O55H7lpACqtrjvolLHJ9hAq97sdxxtYGGG8Pxse/\nfp//HumCOLUIsLz9ZuO1yGobFLXb3krLSQyLpxYbwLHRlgGFmxUzAjRlgpzzJM5B\n1NeX+hVQN/7/MU8dIMWTlK0jdI2u5ObYboh7SUZswbWZSPVVmKs4u2bat0ztVrt1\nJvdKzdF6ZbFMu+q7PEXTik8l9FeX9bf/Eskpd6b9Tkg0SHzzvRjqaD1ftbC2sp0K\nx1rLm+ntMiQHxEZ8PiKOBmTtRf/A7ya46a0KdgaJZ9QmPAJz9TxtdrmryBE7hsBP\n1ulkKbVQv0sQ/FTB+uS0tdekDoitE1XsK63jgwIDAQABAoIBAQDayhK2X+jdPLh8\nqn+kDNfDv/DByAeDa0YQ8zOHUujYKa8IdEtmI9PtdK+2GnP3tCjYBAnfG6rxMy7Q\nEEpvNMlQUpp8NhHvvEgSK77jqHENKcyWoaGNsc2Ny2MXeeStSSXMAgdOBE/Ka5AS\nAfsET+1BVx7sKzWx7jWE9sIsQQJeUM7K+MosjeW+VwY5MKCAeRhrV2a+m4GK5olQ\nRlmyKUNe2yZNB30lyXnhva3FXpG0YJPoii46SEH1FELv5Y5Td2zbmQlKe1AwAyg2\n2QeYopjbUCSxq77EqkHLthmHNSgvhObYPkDU0ZL+cVhQLnFTQlolfNehfbGj1iHF\nI3d6NIK5AoGBAP+fAGdV8BeCwCc2sSNaPx9/WjGxQtW/2f7ADK7qIp21bely5kh5\nbeOATgLFB92CQj77gUQYuNsS9qxzvEa42rSeeIR/ME/ELol8wtLq/rljlSV1/LPa\nfDEkYrNgUr0/OPruGdsMDUZzlIJZw9w5Sl3yUEsWg6FC1oKo8hEiIo8NAoGBAO6X\nMIqCDgRusfpkiw7dhvCuU+d548X+NVCrJUNEzu4Hakwf44nus5l5C0T+1I1Cj0gP\nP05Kqre1PXMG48qEURaXp839r5qhYnTyZlrhRrofhsOGG/4uJ+oFkmv1pd0SSOkt\n+WoXLVKt2GbG62Wz8CdsUFG5rTnDtplzICSY3xjPAoGBAOgCDeC8vGTqdLNizZYz\nxBU3hsqRhALz1c2FzD06H18bG/6GHgNry1Rw0N1srb3cC3qU1ffTpHyakq9lgF6E\nS2UibGp98oCDpGV/imjbh4UGoIlWtJ0dUhlcWAVNCOvhpTsDvw30u1vVbdZ92Opa\nSWhJlZ0Be0lzm7UN2F+6prlFAoGBANSnwychBjdjJpUj+mG0h2qMJtLBbIfzrTeK\nY7sSYFH+H/tbzOYK8N9Q6P+FFpQViDnVBTrWCFWXX/7fXDcMOm4lm/ZZL6RmRagw\nyZQlCHIqWWZ6aQbjwsWuU7SQDVb+zievx4eMwuPXeXMZx4Qtnla1Dt3Y3hIHZABf\ngX29F9Q3AoGAH0VAFezyw612vdel5xYv44oXiWTy41FHGbvkmvtAOpSlmM7xvT6F\n9YOfRjLXhiKxbM8WnH3qMTbOE9gXScw9ldomOPmdo/QkHmdC/0PbA4/MBbg3kQNP\n4la3k3HsbDEPP6VRn3GKPW6gXbz9fGBbL9+dxpOAYwMNvVrGaeb38/Y=\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Test template that simply deploys a keypair with a generated key\n"}} 2018-08-12 08:45:04,210 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/c3ecc648434d44168ba3ccf443ea19ce/stacks/CreateStackKeypairTests-CreateStackKeypairTests-e0784552-4a3a-4fd1-b799-58f7652aead7-stack/c19e50df-b580-45a9-bc3a-606f9595d494 used request id req-c5fdb0be-1328-4078-a106-d965f8566ff6 2018-08-12 08:45:04,211 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:45:04,212 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:45:04,616 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "24f9e3e0618c4d929b73321e453601fc", "name": "CreateStackKeypairTests-a3c73a19-7544-4cd-proj-role"}], "expires_at": "2018-08-12T09:45:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c3ecc648434d44168ba3ccf443ea19ce", "name": "CreateStackKeypairTests-a3c73a19-7544-4cd-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/c3ecc648434d44168ba3ccf443ea19ce", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/c3ecc648434d44168ba3ccf443ea19ce", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/c3ecc648434d44168ba3ccf443ea19ce", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_c3ecc648434d44168ba3ccf443ea19ce", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_c3ecc648434d44168ba3ccf443ea19ce", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/c3ecc648434d44168ba3ccf443ea19ce", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/c3ecc648434d44168ba3ccf443ea19ce", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/c3ecc648434d44168ba3ccf443ea19ce", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/c3ecc648434d44168ba3ccf443ea19ce", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/c3ecc648434d44168ba3ccf443ea19ce", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/c3ecc648434d44168ba3ccf443ea19ce", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/c3ecc648434d44168ba3ccf443ea19ce", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/c3ecc648434d44168ba3ccf443ea19ce", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/c3ecc648434d44168ba3ccf443ea19ce", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackKeypairTests-a3c73a19-7544-4cd-user", "id": "09482a6a733049319c1ca2763f5fa311"}, "audit_ids": ["n79U5RG8SVGiumtA6xstrg"], "issued_at": "2018-08-12T08:45:04.000000Z"}} 2018-08-12 08:45:04,617 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}2e6b6de3a7bf35ce9f0ffba333569867bfaefc0b" 2018-08-12 08:45:04,698 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:45:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-67f45087-e3e3-49bb-a2c7-8b81517e3b71 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:45:04,698 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-67f45087-e3e3-49bb-a2c7-8b81517e3b71 2018-08-12 08:45:04,699 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-12 08:45:04,704 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e6b6de3a7bf35ce9f0ffba333569867bfaefc0b" 2018-08-12 08:45:04,906 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:45: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-8fdd9db2-64db-44cf-a8ff-4a108d57b1fe x-compute-request-id: req-8fdd9db2-64db-44cf-a8ff-4a108d57b1fe Content-Encoding: gzip Content-Length: 493 Content-Type: application/json RESP BODY: {"keypairs": [{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDuPMmhbH87nkfuWkAKq2uO+iUscn2ECr3ux3HG1gYYbw/Gx79+n/8e6YI4tQiwvP1m47XIahsUtdveSstJDIunFhvAsdGWAYWbFTMCNGWCnPMkzkHU15f6FVA3/v8xTx0gxZOUrSN0ja7k5thuiHtJRmzBtZlI9VWYqzi7Ztq3TO1Wu3Um90rN0XplsUy76rs8RdOKTyX0V5f1t/8SySl3pv1OSDRIfPO9GOpoPV+1sLaynQrHWsub6e0yJAfERnw+Io4GZO1F/8DvJrjprQp2Boln1CY8AnP1PG12uavIETuGwE/W6WQptVC/SxD8VMH65LS116QOiK0TVewrreOD Generated-by-Nova", "name": "CreateStackKeypairTests-e0784552-4a3a-4fd1-b799-58f7652aead7-kp", "fingerprint": "e5:f4:84:d3:ca:36:26:6c:33:7f:f8:86:0b:37:bf:24"}}]} 2018-08-12 08:45:04,906 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-8fdd9db2-64db-44cf-a8ff-4a108d57b1fe 2018-08-12 08:45:04,907 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:45:05,312 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "24f9e3e0618c4d929b73321e453601fc", "name": "CreateStackKeypairTests-a3c73a19-7544-4cd-proj-role"}], "expires_at": "2018-08-12T09:45:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c3ecc648434d44168ba3ccf443ea19ce", "name": "CreateStackKeypairTests-a3c73a19-7544-4cd-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/c3ecc648434d44168ba3ccf443ea19ce", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/c3ecc648434d44168ba3ccf443ea19ce", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/c3ecc648434d44168ba3ccf443ea19ce", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_c3ecc648434d44168ba3ccf443ea19ce", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_c3ecc648434d44168ba3ccf443ea19ce", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/c3ecc648434d44168ba3ccf443ea19ce", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/c3ecc648434d44168ba3ccf443ea19ce", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/c3ecc648434d44168ba3ccf443ea19ce", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/c3ecc648434d44168ba3ccf443ea19ce", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/c3ecc648434d44168ba3ccf443ea19ce", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/c3ecc648434d44168ba3ccf443ea19ce", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/c3ecc648434d44168ba3ccf443ea19ce", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/c3ecc648434d44168ba3ccf443ea19ce", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/c3ecc648434d44168ba3ccf443ea19ce", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackKeypairTests-a3c73a19-7544-4cd-user", "id": "09482a6a733049319c1ca2763f5fa311"}, "audit_ids": ["6RWF5joQSY2S-g08xUStsA"], "issued_at": "2018-08-12T08:45:05.000000Z"}} 2018-08-12 08:45:05,315 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/os-keypairs/CreateStackKeypairTests-e0784552-4a3a-4fd1-b799-58f7652aead7-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6ab8e5c22974b2e196a6acbbfb7cd29fd5a8a91" 2018-08-12 08:45:05,491 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:45: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-e5b8efc0-ea36-40d3-b80e-ecefaa14d366 x-compute-request-id: req-e5b8efc0-ea36-40d3-b80e-ecefaa14d366 Content-Encoding: gzip Content-Length: 573 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDuPMmhbH87nkfuWkAKq2uO+iUscn2ECr3ux3HG1gYYbw/Gx79+n/8e6YI4tQiwvP1m47XIahsUtdveSstJDIunFhvAsdGWAYWbFTMCNGWCnPMkzkHU15f6FVA3/v8xTx0gxZOUrSN0ja7k5thuiHtJRmzBtZlI9VWYqzi7Ztq3TO1Wu3Um90rN0XplsUy76rs8RdOKTyX0V5f1t/8SySl3pv1OSDRIfPO9GOpoPV+1sLaynQrHWsub6e0yJAfERnw+Io4GZO1F/8DvJrjprQp2Boln1CY8AnP1PG12uavIETuGwE/W6WQptVC/SxD8VMH65LS116QOiK0TVewrreOD Generated-by-Nova", "user_id": "09482a6a733049319c1ca2763f5fa311", "name": "CreateStackKeypairTests-e0784552-4a3a-4fd1-b799-58f7652aead7-kp", "deleted": false, "created_at": "2018-08-12T08:45:02.000000", "updated_at": null, "fingerprint": "e5:f4:84:d3:ca:36:26:6c:33:7f:f8:86:0b:37:bf:24", "deleted_at": null, "id": 86}} 2018-08-12 08:45:05,491 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/CreateStackKeypairTests-e0784552-4a3a-4fd1-b799-58f7652aead7-kp used request id req-e5b8efc0-ea36-40d3-b80e-ecefaa14d366 2018-08-12 08:45:05,491 - create_stack - INFO - Deleting stack - CreateStackKeypairTests-CreateStackKeypairTests-e0784552-4a3a-4fd1-b799-58f7652aead7-stack 2018-08-12 08:45:05,494 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8004/v1/c3ecc648434d44168ba3ccf443ea19ce/stacks/c19e50df-b580-45a9-bc3a-606f9595d494 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f0550226cce28efc7fe4f32d8cb4eee26a9b294" 2018-08-12 08:45:05,704 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:45:05 GMT Server: Apache x-openstack-request-id: req-8129c01f-b5d1-483f-a8d0-70cad205b2ed Location: http://172.30.9.21:8004/v1/c3ecc648434d44168ba3ccf443ea19ce/stacks/CreateStackKeypairTests-CreateStackKeypairTests-e0784552-4a3a-4fd1-b799-58f7652aead7-stack/c19e50df-b580-45a9-bc3a-606f9595d494 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/c3ecc648434d44168ba3ccf443ea19ce/stacks/CreateStackKeypairTests-CreateStackKeypairTests-e0784552-4a3a-4fd1-b799-58f7652aead7-stack/c19e50df-b580-45a9-bc3a-606f9595d494;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:45:05,746 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:45:05 GMT Server: Apache x-openstack-request-id: req-1f6c4ae6-5ef1-4d28-a092-e43f0d6d4eef 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 08:45:05,746 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.21:8004/v1/c3ecc648434d44168ba3ccf443ea19ce/stacks/CreateStackKeypairTests-CreateStackKeypairTests-e0784552-4a3a-4fd1-b799-58f7652aead7-stack/c19e50df-b580-45a9-bc3a-606f9595d494 used request id req-1f6c4ae6-5ef1-4d28-a092-e43f0d6d4eef 2018-08-12 08:45:05,748 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/c3ecc648434d44168ba3ccf443ea19ce/stacks/c19e50df-b580-45a9-bc3a-606f9595d494 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f0550226cce28efc7fe4f32d8cb4eee26a9b294" 2018-08-12 08:45:05,927 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:45:05 GMT Server: Apache x-openstack-request-id: req-c1739258-f598-4292-abdb-496adcc5f379 Location: http://172.30.9.21:8004/v1/c3ecc648434d44168ba3ccf443ea19ce/stacks/CreateStackKeypairTests-CreateStackKeypairTests-e0784552-4a3a-4fd1-b799-58f7652aead7-stack/c19e50df-b580-45a9-bc3a-606f9595d494 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/c3ecc648434d44168ba3ccf443ea19ce/stacks/CreateStackKeypairTests-CreateStackKeypairTests-e0784552-4a3a-4fd1-b799-58f7652aead7-stack/c19e50df-b580-45a9-bc3a-606f9595d494;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:45:05,953 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:45:05 GMT Server: Apache x-openstack-request-id: req-91b38599-c750-4cf6-abb9-c1855fca01d9 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 613 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Test template that simply deploys a keypair with a generated key\n", "parameters": {"OS::project_id": "c3ecc648434d44168ba3ccf443ea19ce", "OS::stack_id": "c19e50df-b580-45a9-bc3a-606f9595d494", "OS::stack_name": "CreateStackKeypairTests-CreateStackKeypairTests-e0784552-4a3a-4fd1-b799-58f7652aead7-stack", "keypair_name": "CreateStackKeypairTests-e0784552-4a3a-4fd1-b799-58f7652aead7-kp"}, "deletion_time": null, "stack_name": "CreateStackKeypairTests-CreateStackKeypairTests-e0784552-4a3a-4fd1-b799-58f7652aead7-stack", "stack_user_project_id": "0716c6bf4aea4b0ca5dc6c182bb72463", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-08-12T08:45:01Z", "links": [{"href": "http://172.30.9.21:8004/v1/c3ecc648434d44168ba3ccf443ea19ce/stacks/CreateStackKeypairTests-CreateStackKeypairTests-e0784552-4a3a-4fd1-b799-58f7652aead7-stack/c19e50df-b580-45a9-bc3a-606f9595d494", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-08-12T08:45:05Z", "id": "c19e50df-b580-45a9-bc3a-606f9595d494", "outputs": [{"output_value": null, "output_error": "The specified reference \"keypair\" (in unknown) is incorrect.", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Test template that simply deploys a keypair with a generated key\n"}} 2018-08-12 08:45:05,953 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/c3ecc648434d44168ba3ccf443ea19ce/stacks/CreateStackKeypairTests-CreateStackKeypairTests-e0784552-4a3a-4fd1-b799-58f7652aead7-stack/c19e50df-b580-45a9-bc3a-606f9595d494 used request id req-91b38599-c750-4cf6-abb9-c1855fca01d9 2018-08-12 08:45:05,953 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-08-12 08:45:05,953 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-08-12 08:45:08,954 - create_stack - DEBUG - Stack status query timeout in 1196.791677 2018-08-12 08:45:08,957 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/c3ecc648434d44168ba3ccf443ea19ce/stacks/c19e50df-b580-45a9-bc3a-606f9595d494 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f0550226cce28efc7fe4f32d8cb4eee26a9b294" 2018-08-12 08:45:09,147 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:45:08 GMT Server: Apache x-openstack-request-id: req-69e10c5f-2633-4901-8b86-457bfb90a1cd Location: http://172.30.9.21:8004/v1/c3ecc648434d44168ba3ccf443ea19ce/stacks/CreateStackKeypairTests-CreateStackKeypairTests-e0784552-4a3a-4fd1-b799-58f7652aead7-stack/c19e50df-b580-45a9-bc3a-606f9595d494 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/c3ecc648434d44168ba3ccf443ea19ce/stacks/CreateStackKeypairTests-CreateStackKeypairTests-e0784552-4a3a-4fd1-b799-58f7652aead7-stack/c19e50df-b580-45a9-bc3a-606f9595d494;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:45:09,343 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:45:09 GMT Server: Apache x-openstack-request-id: req-50093397-bd6a-45e6-84a0-2e68c26180ac Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 530 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Test template that simply deploys a keypair with a generated key\n", "parameters": {"OS::project_id": "c3ecc648434d44168ba3ccf443ea19ce", "OS::stack_id": "c19e50df-b580-45a9-bc3a-606f9595d494", "OS::stack_name": "CreateStackKeypairTests-CreateStackKeypairTests-e0784552-4a3a-4fd1-b799-58f7652aead7-stack", "keypair_name": "CreateStackKeypairTests-e0784552-4a3a-4fd1-b799-58f7652aead7-kp"}, "deletion_time": "2018-08-12T08:45:06Z", "stack_name": "CreateStackKeypairTests-CreateStackKeypairTests-e0784552-4a3a-4fd1-b799-58f7652aead7-stack", "stack_user_project_id": "0716c6bf4aea4b0ca5dc6c182bb72463", "tags": null, "creation_time": "2018-08-12T08:45:01Z", "links": [{"href": "http://172.30.9.21:8004/v1/c3ecc648434d44168ba3ccf443ea19ce/stacks/CreateStackKeypairTests-CreateStackKeypairTests-e0784552-4a3a-4fd1-b799-58f7652aead7-stack/c19e50df-b580-45a9-bc3a-606f9595d494", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-08-12T08:45:05Z", "id": "c19e50df-b580-45a9-bc3a-606f9595d494", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Test template that simply deploys a keypair with a generated key\n"}} 2018-08-12 08:45:09,343 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/c3ecc648434d44168ba3ccf443ea19ce/stacks/CreateStackKeypairTests-CreateStackKeypairTests-e0784552-4a3a-4fd1-b799-58f7652aead7-stack/c19e50df-b580-45a9-bc3a-606f9595d494 used request id req-50093397-bd6a-45e6-84a0-2e68c26180ac 2018-08-12 08:45:09,343 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2018-08-12 08:45:09,344 - create_stack - DEBUG - Stack is active with name - CreateStackKeypairTests-CreateStackKeypairTests-e0784552-4a3a-4fd1-b799-58f7652aead7-stack 2018-08-12 08:45:09,344 - create_stack - INFO - Attempting to delete again stack - CreateStackKeypairTests-CreateStackKeypairTests-e0784552-4a3a-4fd1-b799-58f7652aead7-stack 2018-08-12 08:45:09,346 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8004/v1/c3ecc648434d44168ba3ccf443ea19ce/stacks/c19e50df-b580-45a9-bc3a-606f9595d494 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f0550226cce28efc7fe4f32d8cb4eee26a9b294" 2018-08-12 08:45:09,634 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:45:09 GMT Server: Apache x-openstack-request-id: req-e5b1aaba-f069-4bb2-ba9a-8f040400743f Location: http://172.30.9.21:8004/v1/c3ecc648434d44168ba3ccf443ea19ce/stacks/CreateStackKeypairTests-CreateStackKeypairTests-e0784552-4a3a-4fd1-b799-58f7652aead7-stack/c19e50df-b580-45a9-bc3a-606f9595d494 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/c3ecc648434d44168ba3ccf443ea19ce/stacks/CreateStackKeypairTests-CreateStackKeypairTests-e0784552-4a3a-4fd1-b799-58f7652aead7-stack/c19e50df-b580-45a9-bc3a-606f9595d494;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:45:09,845 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:45:09 GMT Server: Apache x-openstack-request-id: req-e85ad6f8-ee9b-4a4b-b7b6-0c7c718c937b Content-Length: 279 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackKeypairTests-CreateStackKeypairTests-e0784552-4a3a-4fd1-b799-58f7652aead7-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-08-12 08:45:09,845 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.21:8004/v1/c3ecc648434d44168ba3ccf443ea19ce/stacks/CreateStackKeypairTests-CreateStackKeypairTests-e0784552-4a3a-4fd1-b799-58f7652aead7-stack/c19e50df-b580-45a9-bc3a-606f9595d494 used request id req-e85ad6f8-ee9b-4a4b-b7b6-0c7c718c937b 2018-08-12 08:45:09,847 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:45:09,847 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:45:09,847 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:45:09,847 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:45:09,847 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:45:09,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}806d4c56433c38bcc056c1892376d8e661d46c23" 2018-08-12 08:45:10,114 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 43135 X-Openstack-Request-Id: req-a0fb16fa-0cdf-46f0-9a7e-3b57a1ddb4d3 Date: Sun, 12 Aug 2018 08:45:10 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "created_at": "2018-08-12T06:59:44Z", "updated_at": "2018-08-12T06:59:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "1d7fd960-7865-4453-aecc-8d399b4fad21", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "66820d8a-b785-4b18-bd67-500221c8e4f9", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "74fc7638-a322-4841-8c47-06d36174a200", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "8eaa09ec-8419-4582-9312-1e527afe6e4b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}], "revision_number": 4, "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "created_at": "2018-08-12T05:12:34Z", "updated_at": "2018-08-12T05:12:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "709513d2-af7d-4d0b-bd3c-604fed75a711", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "aa346066-e46f-44f2-94be-2884aa998a19", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "c15f7b93-e56c-4afa-867d-2acb286d4b7b", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "cb0ef83f-5f70-4a80-ad35-431ca9df551e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}], "revision_number": 4, "project_id": "fa5a7fe6ee54472ba01638877aade8e3", "id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ea65becf30e54b27aa96a449698a435e", "created_at": "2018-08-12T05:10:35Z", "updated_at": "2018-08-12T05:10:35Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "30ad280c-f302-4cd4-a438-5139917b56f9", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "76115c4c-887d-4f0a-83e2-486e4b39c713", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "8ab14937-4c08-4d43-8a9a-662e622cc643", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "ee757a03-5662-4273-9c3e-6212e7afb48f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}], "revision_number": 4, "project_id": "ea65becf30e54b27aa96a449698a435e", "id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "created_at": "2018-08-12T06:20:09Z", "updated_at": "2018-08-12T06:20:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "1123b8f2-75ac-4a26-b9b2-a96da97408e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "2ddd2b93-e080-48cd-9a50-f5fe8a82ad0c", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "cd1bae62-0aea-4438-b4c3-50a69ae6f855", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "e398e01e-ceea-46d1-9534-b929808c4a5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}], "revision_number": 4, "project_id": "ff7abd7bb61f4f2889831e932d65dc2e", "id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "created_at": "2018-08-12T05:34:57Z", "updated_at": "2018-08-12T05:34:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "208a1c1e-f5f8-49c7-9a25-d07e68b1541f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "27bfd867-e607-4bf8-9de8-60682d3f771d", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "49360e1f-6fd3-4f35-b339-24cea95773ee", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "60f631a9-d305-4920-9631-d0543e2ac64f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}], "revision_number": 4, "project_id": "3a85ceae958d4d9fba68847e7df67db8", "id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "created_at": "2018-08-12T05:34:40Z", "updated_at": "2018-08-12T05:34:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "2192c259-363e-4768-ae73-e75837ad63b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "3f87ddc5-f84d-41dc-8215-847724782569", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "7d89f6da-ea78-49dd-9115-f9ad23b250bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "9ec4497d-0f65-44db-9be9-7b3042e4a584", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}], "revision_number": 4, "project_id": "85517fcf1c6247e699fdcdd42ecc8c79", "id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "created_at": "2018-08-12T05:16:02Z", "updated_at": "2018-08-12T05:16:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "1ecacd8c-c1c7-4a66-9871-406a69323b43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "3cc1750c-e0e7-4902-b6f3-494a161b832e", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "d719a7a4-8c99-44ed-8c12-6bf071890203", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "fe7421b5-d577-41da-8c78-62f3c07eda92", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}], "revision_number": 4, "project_id": "a267b9a156244bb192691cff6e5f74fe", "id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "315a428116f24d9fbb826b37080a918e", "created_at": "2018-08-12T05:11:31Z", "updated_at": "2018-08-12T05:11:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "5e52886a-1dc3-4a81-a55d-f388dc4fd1a1", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "678e32e4-d64c-448a-a4ab-e253ab94ae90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "a8da1539-e3ad-4f90-b2df-3dc1f09d228a", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "b73d5cc9-0205-4658-bb1f-61a042c0ab8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}], "revision_number": 4, "project_id": "315a428116f24d9fbb826b37080a918e", "id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-12T05:08:01Z", "updated_at": "2018-08-12T05:08:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:01Z", "revision_number": 0, "id": "0fb05d03-1117-45d0-930c-b6d4c96ef102", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "4faaab33-5788-4bbd-85b8-0fb44d41413a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "96d0c5a0-5c67-421b-8fc8-2b46d77e5db3", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "dd78519b-4bc5-4e8e-ad0f-58089dd69347", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "11a46741b7954b959fd7764109c047b6", "created_at": "2018-08-12T05:34:51Z", "updated_at": "2018-08-12T05:34:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "0b67bf3c-2289-43bb-ab6c-7d25ec32a279", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "51f3f833-337a-42bd-a8d5-742ea8d6c226", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "571fd0b5-ef90-408d-af33-aafb517b8993", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "944ba823-fb9c-496e-a66e-bb426bb14a8d", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}], "revision_number": 4, "project_id": "11a46741b7954b959fd7764109c047b6", "id": "90af9782-8112-4257-801d-ee5115d226ba", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "created_at": "2018-08-12T05:34:26Z", "updated_at": "2018-08-12T05:34:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "2ee1f63a-807c-4d6a-85ee-dd784f6b8c3f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5dec3ec2-2add-47dd-8618-90659dcf3885", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5ea0dc3e-49d0-43f0-94e9-f6443527d14c", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "fbfaca22-7e3e-4128-8973-43e439b77c28", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}], "revision_number": 4, "project_id": "3c01cd58055c44ecaef39f7e625c2258", "id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "521007c1818145639e93ceb270559219", "created_at": "2018-08-12T05:13:27Z", "updated_at": "2018-08-12T05:13:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "5e7fede5-b0f2-47d8-95c3-516cdfc7f9de", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "8fd0e36f-c6c4-4f64-ba97-40439e614448", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "db7d79de-1dfc-4138-945f-91e74cdc266b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "e87f2cff-ff3e-4b6d-aaf0-7f0eb0ab9f05", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}], "revision_number": 4, "project_id": "521007c1818145639e93ceb270559219", "id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "created_at": "2018-08-12T05:08:18Z", "updated_at": "2018-08-12T05:08:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "3c67be40-bf74-4f97-9693-d93ce73a23b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "6112d869-2fc6-4a25-a13c-3d55cd7206c0", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "bdf21c56-453e-482e-9cba-3c55abcb0339", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "c8e92c39-38cc-4f48-be9c-5f0912e6a725", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}], "revision_number": 4, "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "created_at": "2018-08-12T05:04:23Z", "updated_at": "2018-08-12T05:04:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "280546d9-8ad1-4283-abfc-15ee9b1736c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "58bce125-f2ca-4a6d-b9ca-4e6cf5c0f7a5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "69275b9a-cfb5-482c-a9c4-8ffc79adf2c7", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "6d747f3a-3764-469a-a645-f977585c5aac", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}], "revision_number": 4, "project_id": "310f5853751a4c968f3eeb0a3d99a0a8", "id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "created_at": "2018-08-12T05:34:42Z", "updated_at": "2018-08-12T05:34:42Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "199582e8-25aa-457a-aa7c-6d8413ca4464", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "234f3609-4454-448f-919d-c8143c7cd764", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "c1061460-71a2-49a9-a04b-9fa33eeb17ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "d21ac532-51d8-4d6b-8300-7bac216759bf", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}], "revision_number": 4, "project_id": "9f6c1a272706419c9a74b0893b2890e8", "id": "d6739716-c693-460c-89c6-e7c8c48f8245", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "created_at": "2018-08-12T05:34:54Z", "updated_at": "2018-08-12T05:34:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "0633a05a-ee7d-4476-a56b-75d011b22f77", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "6cc1b9f8-73db-47a3-a0e0-3c96c43f34da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "90d99a6b-e94f-4fd8-a10c-f19dd8954c13", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "e843c139-af2a-4d2c-a24f-59f7b10ff72e", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}], "revision_number": 4, "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "created_at": "2018-08-12T05:09:07Z", "updated_at": "2018-08-12T05:09:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "5495e168-f505-4d74-ae6d-387f0bf533c2", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "6fd19b8b-3062-456e-81ba-3ff37fe43429", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8ca59d25-485c-46ce-939c-2e4a468caeac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8f190846-50a0-42b9-b571-390809b752b1", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}], "revision_number": 4, "project_id": "fa9ca6d7608b4d7d87ce97331679a481", "id": "edcd9b17-9416-4c25-823c-060c435e18d7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "created_at": "2018-08-12T05:34:52Z", "updated_at": "2018-08-12T05:34:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "2c7e484e-6ec5-4a95-8c9c-66d294c0c27e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "70c74258-3c2c-4efc-87e0-079c26ee3417", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "b70382fa-082e-4c2b-abc8-87490fa50b11", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "c3628e02-b4b6-42c9-8751-c1a2d3c19caa", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}], "revision_number": 4, "project_id": "87db863ba6e348b0a5ddcb67053db9d1", "id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "name": "default"}]} 2018-08-12 08:45:10,115 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-a0fb16fa-0cdf-46f0-9a7e-3b57a1ddb4d3 2018-08-12 08:45:10,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}806d4c56433c38bcc056c1892376d8e661d46c23" 2018-08-12 08:45:10,213 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:45:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f78407f1-b513-4386-8bd2-37741108888c Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 5fe28c13d4d74ba2be8d019ac1ea6363.", "code": 404, "title": "Not Found"}} 2018-08-12 08:45:10,213 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 used request id req-f78407f1-b513-4386-8bd2-37741108888c 2018-08-12 08:45:10,213 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:45:10,217 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}806d4c56433c38bcc056c1892376d8e661d46c23" 2018-08-12 08:45:10,303 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:45:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ba7d7d43-0732-437c-a96a-649c7cdef8aa Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa5a7fe6ee54472ba01638877aade8e3.", "code": 404, "title": "Not Found"}} 2018-08-12 08:45:10,303 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 used request id req-ba7d7d43-0732-437c-a96a-649c7cdef8aa 2018-08-12 08:45:10,304 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:45:10,306 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}806d4c56433c38bcc056c1892376d8e661d46c23" 2018-08-12 08:45:10,396 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:45:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b304dc7d-b017-495e-b2aa-3d1bd4f07751 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ea65becf30e54b27aa96a449698a435e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:45:10,396 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e used request id req-b304dc7d-b017-495e-b2aa-3d1bd4f07751 2018-08-12 08:45:10,396 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:45:10,400 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}806d4c56433c38bcc056c1892376d8e661d46c23" 2018-08-12 08:45:10,416 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:45:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2eaa1e00-53f9-44ff-a2e2-9553a9ab4a89 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ff7abd7bb61f4f2889831e932d65dc2e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:45:10,416 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e used request id req-2eaa1e00-53f9-44ff-a2e2-9553a9ab4a89 2018-08-12 08:45:10,416 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:45:10,419 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}806d4c56433c38bcc056c1892376d8e661d46c23" 2018-08-12 08:45:10,505 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:45:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0d5a1919-38d6-4f2a-bdc5-48349d562f6a Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3a85ceae958d4d9fba68847e7df67db8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:45:10,505 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 used request id req-0d5a1919-38d6-4f2a-bdc5-48349d562f6a 2018-08-12 08:45:10,505 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:45:10,508 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}806d4c56433c38bcc056c1892376d8e661d46c23" 2018-08-12 08:45:10,598 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:45:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bf7eb875-8fce-4b1d-8070-6646a6f2feb3 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 85517fcf1c6247e699fdcdd42ecc8c79.", "code": 404, "title": "Not Found"}} 2018-08-12 08:45:10,598 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 used request id req-bf7eb875-8fce-4b1d-8070-6646a6f2feb3 2018-08-12 08:45:10,599 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:45:10,602 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}806d4c56433c38bcc056c1892376d8e661d46c23" 2018-08-12 08:45:10,700 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:45:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0184bcf0-f4c0-4ab6-9973-dfbee003f1a8 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}} 2018-08-12 08:45:10,701 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe used request id req-0184bcf0-f4c0-4ab6-9973-dfbee003f1a8 2018-08-12 08:45:10,704 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}806d4c56433c38bcc056c1892376d8e661d46c23" 2018-08-12 08:45:10,792 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:45:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-958e9ddf-e390-4ce1-9bfb-a4228a2f4432 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 315a428116f24d9fbb826b37080a918e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:45:10,792 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e used request id req-958e9ddf-e390-4ce1-9bfb-a4228a2f4432 2018-08-12 08:45:10,792 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:45:10,796 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}806d4c56433c38bcc056c1892376d8e661d46c23" 2018-08-12 08:45:10,893 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:45:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-91c3ae70-4a06-461d-9f02-f59dc8754a7e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 11a46741b7954b959fd7764109c047b6.", "code": 404, "title": "Not Found"}} 2018-08-12 08:45:10,893 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 used request id req-91c3ae70-4a06-461d-9f02-f59dc8754a7e 2018-08-12 08:45:10,893 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:45:10,897 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}806d4c56433c38bcc056c1892376d8e661d46c23" 2018-08-12 08:45:10,986 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:45:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ea607db1-9290-49d6-86c4-1d50759a17d5 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3c01cd58055c44ecaef39f7e625c2258.", "code": 404, "title": "Not Found"}} 2018-08-12 08:45:10,986 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 used request id req-ea607db1-9290-49d6-86c4-1d50759a17d5 2018-08-12 08:45:10,986 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:45:10,990 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}806d4c56433c38bcc056c1892376d8e661d46c23" 2018-08-12 08:45:11,078 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:45:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f49a9078-b1d6-444c-afeb-7e0ae0cdbddc Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 521007c1818145639e93ceb270559219.", "code": 404, "title": "Not Found"}} 2018-08-12 08:45:11,078 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 used request id req-f49a9078-b1d6-444c-afeb-7e0ae0cdbddc 2018-08-12 08:45:11,078 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:45:11,082 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}806d4c56433c38bcc056c1892376d8e661d46c23" 2018-08-12 08:45:11,171 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:45:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dc3f0632-a570-416c-aa1d-b2631396a17b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e18fcc7fc10a4fd0b20234f8520d0aab.", "code": 404, "title": "Not Found"}} 2018-08-12 08:45:11,171 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab used request id req-dc3f0632-a570-416c-aa1d-b2631396a17b 2018-08-12 08:45:11,171 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:45:11,175 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}806d4c56433c38bcc056c1892376d8e661d46c23" 2018-08-12 08:45:11,273 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:45:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-acb3d0de-d8db-4cd5-bbc1-e8508edd3e3c Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "310f5853751a4c968f3eeb0a3d99a0a8", "name": "service"}} 2018-08-12 08:45:11,273 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 used request id req-acb3d0de-d8db-4cd5-bbc1-e8508edd3e3c 2018-08-12 08:45:11,277 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}806d4c56433c38bcc056c1892376d8e661d46c23" 2018-08-12 08:45:11,361 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:45:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4bf94498-d574-4160-bfbd-1b244a661bfe Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9f6c1a272706419c9a74b0893b2890e8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:45:11,362 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 used request id req-4bf94498-d574-4160-bfbd-1b244a661bfe 2018-08-12 08:45:11,362 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:45:11,365 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/34cb7327fcfc4b52a63b4b8c0ea4a54d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}806d4c56433c38bcc056c1892376d8e661d46c23" 2018-08-12 08:45:11,454 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:45:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-75e503ff-3942-419a-9c22-520713ade99e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 34cb7327fcfc4b52a63b4b8c0ea4a54d.", "code": 404, "title": "Not Found"}} 2018-08-12 08:45:11,454 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/34cb7327fcfc4b52a63b4b8c0ea4a54d used request id req-75e503ff-3942-419a-9c22-520713ade99e 2018-08-12 08:45:11,454 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:45:11,458 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa9ca6d7608b4d7d87ce97331679a481 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}806d4c56433c38bcc056c1892376d8e661d46c23" 2018-08-12 08:45:11,546 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:45:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f862b1e5-838c-4036-a5d1-b8642eeaa980 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa9ca6d7608b4d7d87ce97331679a481.", "code": 404, "title": "Not Found"}} 2018-08-12 08:45:11,546 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa9ca6d7608b4d7d87ce97331679a481 used request id req-f862b1e5-838c-4036-a5d1-b8642eeaa980 2018-08-12 08:45:11,546 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:45:11,549 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/87db863ba6e348b0a5ddcb67053db9d1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}806d4c56433c38bcc056c1892376d8e661d46c23" 2018-08-12 08:45:11,632 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:45:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8d7d0a7c-19f8-4be0-b0fb-89a3d03e1e7a Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87db863ba6e348b0a5ddcb67053db9d1.", "code": 404, "title": "Not Found"}} 2018-08-12 08:45:11,632 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/87db863ba6e348b0a5ddcb67053db9d1 used request id req-8d7d0a7c-19f8-4be0-b0fb-89a3d03e1e7a 2018-08-12 08:45:11,632 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:45:11,633 - keystone_utils - INFO - Deleting project with name - CreateStackKeypairTests-a3c73a19-7544-4cd-proj 2018-08-12 08:45:11,637 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/c3ecc648434d44168ba3ccf443ea19ce -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}806d4c56433c38bcc056c1892376d8e661d46c23" 2018-08-12 08:45:11,891 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:45:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-146659a8-18ec-4cfb-967d-59b88763fa25 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 08:45:11,891 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/c3ecc648434d44168ba3ccf443ea19ce used request id req-146659a8-18ec-4cfb-967d-59b88763fa25 2018-08-12 08:45:11,891 - keystone_utils - INFO - Deleting role with name - CreateStackKeypairTests-a3c73a19-7544-4cd-proj-role 2018-08-12 08:45:11,895 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/24f9e3e0618c4d929b73321e453601fc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}806d4c56433c38bcc056c1892376d8e661d46c23" 2018-08-12 08:45:12,040 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:45:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e72d4a7a-ec23-4319-8a71-f463e31f76fa 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 08:45:12,040 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/24f9e3e0618c4d929b73321e453601fc used request id req-e72d4a7a-ec23-4319-8a71-f463e31f76fa 2018-08-12 08:45:12,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}806d4c56433c38bcc056c1892376d8e661d46c23" 2018-08-12 08:45:12,131 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:45:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe96c594-f452-4cf3-bb05-9d7b23bc2bc2 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:45:12,132 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-fe96c594-f452-4cf3-bb05-9d7b23bc2bc2 2018-08-12 08:45:12,132 - keystone_utils - INFO - Deleting user with name - CreateStackKeypairTests-a3c73a19-7544-4cd-user 2018-08-12 08:45:12,136 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/09482a6a733049319c1ca2763f5fa311 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7856fb9f5933ccaf5c9863fb4b166cdc32fae44" 2018-08-12 08:45:12,317 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:45:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-513f1516-3484-41e4-b29e-1d5aade61afe 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 08:45:12,317 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/09482a6a733049319c1ca2763f5fa311 used request id req-513f1516-3484-41e4-b29e-1d5aade61afe 2018-08-12 08:45:12,319 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:45:12,717 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:45:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["A2tBCOpqQYGslSaOwGOWZg"], "issued_at": "2018-08-12T08:45:12.000000Z"}} 2018-08-12 08:45:12,718 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}2c17b19c3ab9934821b394747b84cf1a3bdcc164" 2018-08-12 08:45:12,800 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:45:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b42365fa-fab8-4c30-96bb-27bec7ede2f1 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:45:12,800 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-b42365fa-fab8-4c30-96bb-27bec7ede2f1 2018-08-12 08:45:12,801 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:45:12,801 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:45:13,201 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:45:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["QTSqJf_2RVWJ05BPVB5YYg"], "issued_at": "2018-08-12T08:45:13.000000Z"}} 2018-08-12 08:45:13,201 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}2c174e4fc57df3bacc18f155e9ef153312696a23" 2018-08-12 08:45:13,281 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:45:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9c1c91df-8951-4846-98ef-f9e2206d31f9 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:45:13,281 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-9c1c91df-8951-4846-98ef-f9e2206d31f9 2018-08-12 08:45:13,285 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:45:13,291 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:45:13 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:45:13,292 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSecurityGroupTests-649672b4-dce2-42a-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c174e4fc57df3bacc18f155e9ef153312696a23" 2018-08-12 08:45:13,386 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:45:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f684d38f-4261-47f1-815a-e85069ef6fb8 Content-Encoding: gzip Content-Length: 183 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSecurityGroupTests-649672b4-dce2-42a-proj", "previous": null, "next": null}, "projects": []} 2018-08-12 08:45:13,387 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSecurityGroupTests-649672b4-dce2-42a-proj used request id req-f684d38f-4261-47f1-815a-e85069ef6fb8 2018-08-12 08:45:13,390 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c174e4fc57df3bacc18f155e9ef153312696a23" 2018-08-12 08:45:13,482 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:45:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-516a8638-fe6b-4b47-b970-5243f9da0524 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:45:13,482 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-516a8638-fe6b-4b47-b970-5243f9da0524 2018-08-12 08:45:13,486 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c174e4fc57df3bacc18f155e9ef153312696a23" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackSecurityGroupTests-649672b4-dce2-42a-proj"}}' 2018-08-12 08:45:13,615 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:45:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a459cdd7-8f69-40ad-bd13-b621862f50c8 Content-Length: 326 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/f8afff7f9e554a66b26a460f93bd28b7"}, "tags": [], "enabled": true, "id": "f8afff7f9e554a66b26a460f93bd28b7", "parent_id": "default", "domain_id": "default", "name": "CreateStackSecurityGroupTests-649672b4-dce2-42a-proj"}} 2018-08-12 08:45:13,615 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-a459cdd7-8f69-40ad-bd13-b621862f50c8 2018-08-12 08:45:13,615 - keystone_utils - INFO - Created project with name - CreateStackSecurityGroupTests-649672b4-dce2-42a-proj 2018-08-12 08:45:13,616 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:45:13,616 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:45:14,021 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:45:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["CxH2zED-RVCj1jCmJkKLIw"], "issued_at": "2018-08-12T08:45:14.000000Z"}} 2018-08-12 08:45:14,021 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}cf61074bef2c3813a6e8658fcd2934810f06f389" 2018-08-12 08:45:14,110 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:45:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-68b37621-423e-4599-bfac-c42c34e9a688 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:45:14,110 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-68b37621-423e-4599-bfac-c42c34e9a688 2018-08-12 08:45:14,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:45:14,119 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:45:14 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:45:14,120 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf61074bef2c3813a6e8658fcd2934810f06f389" 2018-08-12 08:45:14,231 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:45:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-774c3dbd-c5d9-4a2a-b4b0-cb8cc7665017 Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/105a247548624314b9228f85f6325f0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105a247548624314b9228f85f6325f0b", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/1c5de0eaa44543f08da6ad63a51594ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c5de0eaa44543f08da6ad63a51594ff", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/1d127b5b832547a88a547c116dfdd65b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d127b5b832547a88a547c116dfdd65b", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/1d5cfc170d624ce4ae53ae0507c8d517"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d5cfc170d624ce4ae53ae0507c8d517", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/2421820b75eb4d3ebd02830378d1377b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2421820b75eb4d3ebd02830378d1377b", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/40bd8ee54ecf44868cc83cede652c396"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40bd8ee54ecf44868cc83cede652c396", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/4f32fb8153854c4c9f5094b42b523f80"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f32fb8153854c4c9f5094b42b523f80", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7066130d08fb4db7bf4ab468de53933b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7066130d08fb4db7bf4ab468de53933b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/8d0898a83bcf4521bbc11501d5d7ac89"}, "domain_id": "1eec97585bde483292ece28ee11f4b8d", "enabled": true, "options": {}, "id": "8d0898a83bcf4521bbc11501d5d7ac89", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/9defcced327d476f8a3beab718a13da3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9defcced327d476f8a3beab718a13da3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/b80ee4f6992446e0879624dd436e99a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b80ee4f6992446e0879624dd436e99a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b86fd3e011324d398fcdb6f095a20a9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b86fd3e011324d398fcdb6f095a20a9d", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1701d2754064b5cadf765ea0806f9b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1701d2754064b5cadf765ea0806f9b2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/db4e7b8d76d549faa502716565c733dd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db4e7b8d76d549faa502716565c733dd", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-12 08:45:14,231 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-774c3dbd-c5d9-4a2a-b4b0-cb8cc7665017 2018-08-12 08:45:14,235 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateStackSecurityGroupTests-649672b4-dce2-42a-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf61074bef2c3813a6e8658fcd2934810f06f389" 2018-08-12 08:45:14,333 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:45:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dc94a2c3-6f13-4184-9473-8387e87a4b38 Content-Encoding: gzip Content-Length: 266 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateStackSecurityGroupTests-649672b4-dce2-42a-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/f8afff7f9e554a66b26a460f93bd28b7"}, "tags": [], "enabled": true, "id": "f8afff7f9e554a66b26a460f93bd28b7", "parent_id": "default", "domain_id": "default", "name": "CreateStackSecurityGroupTests-649672b4-dce2-42a-proj"}]} 2018-08-12 08:45:14,333 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateStackSecurityGroupTests-649672b4-dce2-42a-proj used request id req-dc94a2c3-6f13-4184-9473-8387e87a4b38 2018-08-12 08:45:14,336 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf61074bef2c3813a6e8658fcd2934810f06f389" 2018-08-12 08:45:14,432 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:45:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6b4a7ab2-7b3d-4968-a41e-93b514038d0f Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:45:14,432 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-6b4a7ab2-7b3d-4968-a41e-93b514038d0f 2018-08-12 08:45:14,816 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf61074bef2c3813a6e8658fcd2934810f06f389" 2018-08-12 08:45:14,911 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:45:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-20e5f852-5064-426f-b4d1-fa25b40f7640 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:45:14,911 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-20e5f852-5064-426f-b4d1-fa25b40f7640 2018-08-12 08:45:14,917 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateStackSecurityGroupTests-649672b4-dce2-42a-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf61074bef2c3813a6e8658fcd2934810f06f389" 2018-08-12 08:45:15,009 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:45:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d12ea574-5ec2-45c9-b036-bae845b02718 Content-Encoding: gzip Content-Length: 266 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateStackSecurityGroupTests-649672b4-dce2-42a-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/f8afff7f9e554a66b26a460f93bd28b7"}, "tags": [], "enabled": true, "id": "f8afff7f9e554a66b26a460f93bd28b7", "parent_id": "default", "domain_id": "default", "name": "CreateStackSecurityGroupTests-649672b4-dce2-42a-proj"}]} 2018-08-12 08:45:15,010 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateStackSecurityGroupTests-649672b4-dce2-42a-proj used request id req-d12ea574-5ec2-45c9-b036-bae845b02718 2018-08-12 08:45:15,010 - keystone_utils - INFO - Created user with name - CreateStackSecurityGroupTests-649672b4-dce2-42a-user 2018-08-12 08:45:15,010 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:45:15,014 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c174e4fc57df3bacc18f155e9ef153312696a23" 2018-08-12 08:45:15,102 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:45:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d5db414e-c746-4a65-9962-89d57d2e0b28 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:45:15,103 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-d5db414e-c746-4a65-9962-89d57d2e0b28 2018-08-12 08:45:15,106 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c174e4fc57df3bacc18f155e9ef153312696a23" -d '{"role": {"name": "CreateStackSecurityGroupTests-649672b4-dce2-42a-proj-role"}}' 2018-08-12 08:45:15,231 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:45:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b590a59d-7277-4ccb-8d9b-3d80613f66c9 Content-Length: 228 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "c9bf4a809883416182d59cd6d16cd3a6", "links": {"self": "http://172.30.9.21:5000/v3/roles/c9bf4a809883416182d59cd6d16cd3a6"}, "name": "CreateStackSecurityGroupTests-649672b4-dce2-42a-proj-role"}} 2018-08-12 08:45:15,231 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-b590a59d-7277-4ccb-8d9b-3d80613f66c9 2018-08-12 08:45:15,232 - keystone_utils - INFO - Created role with name - CreateStackSecurityGroupTests-649672b4-dce2-42a-proj-role 2018-08-12 08:45:15,235 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/c9bf4a809883416182d59cd6d16cd3a6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c174e4fc57df3bacc18f155e9ef153312696a23" 2018-08-12 08:45:15,321 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:45:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb1c9e19-5bbb-44c0-a421-d65270cb10d4 Content-Encoding: gzip Content-Length: 183 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "c9bf4a809883416182d59cd6d16cd3a6", "links": {"self": "http://172.30.9.21:5000/v3/roles/c9bf4a809883416182d59cd6d16cd3a6"}, "name": "CreateStackSecurityGroupTests-649672b4-dce2-42a-proj-role"}} 2018-08-12 08:45:15,322 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/c9bf4a809883416182d59cd6d16cd3a6 used request id req-eb1c9e19-5bbb-44c0-a421-d65270cb10d4 2018-08-12 08:45:15,322 - keystone_utils - INFO - Granting role CreateStackSecurityGroupTests-649672b4-dce2-42a-proj-role to project CreateStackSecurityGroupTests-649672b4-dce2-42a-proj 2018-08-12 08:45:15,325 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/f8afff7f9e554a66b26a460f93bd28b7/users/88316ef2693d4ef2829c0547ad2cb9c0/roles/c9bf4a809883416182d59cd6d16cd3a6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c174e4fc57df3bacc18f155e9ef153312696a23" 2018-08-12 08:45:15,462 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:45:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d63dce9d-d166-4ba8-9a5e-84ed2b6ce631 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 08:45:15,462 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/f8afff7f9e554a66b26a460f93bd28b7/users/88316ef2693d4ef2829c0547ad2cb9c0/roles/c9bf4a809883416182d59cd6d16cd3a6 used request id req-d63dce9d-d166-4ba8-9a5e-84ed2b6ce631 2018-08-12 08:45:15,463 - heat_utils - DEBUG - Retrieving Heat Client 2018-08-12 08:45:15,463 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-12 08:45:15,464 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:45:15,465 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:45:15,860 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c9bf4a809883416182d59cd6d16cd3a6", "name": "CreateStackSecurityGroupTests-649672b4-dce2-42a-proj-role"}], "expires_at": "2018-08-12T09:45:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f8afff7f9e554a66b26a460f93bd28b7", "name": "CreateStackSecurityGroupTests-649672b4-dce2-42a-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/f8afff7f9e554a66b26a460f93bd28b7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/f8afff7f9e554a66b26a460f93bd28b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/f8afff7f9e554a66b26a460f93bd28b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_f8afff7f9e554a66b26a460f93bd28b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_f8afff7f9e554a66b26a460f93bd28b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/f8afff7f9e554a66b26a460f93bd28b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/f8afff7f9e554a66b26a460f93bd28b7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/f8afff7f9e554a66b26a460f93bd28b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/f8afff7f9e554a66b26a460f93bd28b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/f8afff7f9e554a66b26a460f93bd28b7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/f8afff7f9e554a66b26a460f93bd28b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f8afff7f9e554a66b26a460f93bd28b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/f8afff7f9e554a66b26a460f93bd28b7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/f8afff7f9e554a66b26a460f93bd28b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSecurityGroupTests-649672b4-dce2-42a-user", "id": "88316ef2693d4ef2829c0547ad2cb9c0"}, "audit_ids": ["7okt6YHZS3ut5Q9u0MeanA"], "issued_at": "2018-08-12T08:45:15.000000Z"}} 2018-08-12 08:45:15,861 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}c7ec7c14bfcb6655c69d01abf137f7bad1cf6f39" 2018-08-12 08:45:15,943 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:45:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-315cd33d-252b-49fe-b59d-58de983d5c34 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:45:15,944 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-315cd33d-252b-49fe-b59d-58de983d5c34 2018-08-12 08:45:15,946 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:45:15,946 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:45:15,946 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:45:15,946 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:45:15,947 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:45:15,950 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-12 08:45:15,955 - heat_utils - DEBUG - Retrieving Heat Client 2018-08-12 08:45:15,960 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/f8afff7f9e554a66b26a460f93bd28b7/stacks?stack_name=CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-03e8658e-a482-488d-ad75-5cf92bcf10ea-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7ec7c14bfcb6655c69d01abf137f7bad1cf6f39" 2018-08-12 08:45:16,179 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:45:15 GMT Server: Apache x-openstack-request-id: req-e6e9736d-82d7-4d30-96b2-486147199957 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-08-12 08:45:16,180 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/f8afff7f9e554a66b26a460f93bd28b7/stacks?stack_name=CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-03e8658e-a482-488d-ad75-5cf92bcf10ea-stack used request id req-e6e9736d-82d7-4d30-96b2-486147199957 2018-08-12 08:45:16,192 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8004/v1/f8afff7f9e554a66b26a460f93bd28b7/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7ec7c14bfcb6655c69d01abf137f7bad1cf6f39" -d '{"stack_name": "CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-03e8658e-a482-488d-ad75-5cf92bcf10ea-stack", "template": {"heat_template_version": "2015-04-30", "description": "Sample template for creating a single SecurityGroup\n", "parameters": {"security_group_name": {"default": "security_group_name", "type": "string", "description": "The name of the stack's security group", "label": "Security Group name"}}, "resources": {"server_security_group": {"type": "OS::Neutron::SecurityGroup", "properties": {"rules": [{"direction": "egress", "protocol": "tcp", "remote_ip_prefix": "0.0.0.0/0", "ethertype": "IPv4", "port_range_max": 22, "port_range_min": 22}, {"ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "remote_ip_prefix": "0.0.0.0/0"}], "description": "Test description", "name": {"get_param": "security_group_name"}}}}}, "parameters": {"security_group_name": "CreateStackSecurityGroupTests-03e8658e-a482-488d-ad75-5cf92bcf10ea-sec-grp"}}' 2018-08-12 08:45:17,835 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:45:16 GMT Server: Apache x-openstack-request-id: req-0cb0b7ad-7c25-403f-9647-579bad76d01f Location: http://172.30.9.21:8004/v1/f8afff7f9e554a66b26a460f93bd28b7/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-03e8658e-a482-488d-ad75-5cf92bcf10ea-stack/04dd9550-2877-43c9-825d-41cceccdab1a Content-Length: 303 Content-Type: application/json RESP BODY: {"stack": {"id": "04dd9550-2877-43c9-825d-41cceccdab1a", "links": [{"href": "http://172.30.9.21:8004/v1/f8afff7f9e554a66b26a460f93bd28b7/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-03e8658e-a482-488d-ad75-5cf92bcf10ea-stack/04dd9550-2877-43c9-825d-41cceccdab1a", "rel": "self"}]}} 2018-08-12 08:45:17,835 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.21:8004/v1/f8afff7f9e554a66b26a460f93bd28b7/stacks used request id req-0cb0b7ad-7c25-403f-9647-579bad76d01f 2018-08-12 08:45:17,838 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/f8afff7f9e554a66b26a460f93bd28b7/stacks/04dd9550-2877-43c9-825d-41cceccdab1a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7ec7c14bfcb6655c69d01abf137f7bad1cf6f39" 2018-08-12 08:45:18,032 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:45:17 GMT Server: Apache x-openstack-request-id: req-42ae9f1d-0209-4f42-9530-c3af605d2fc0 Location: http://172.30.9.21:8004/v1/f8afff7f9e554a66b26a460f93bd28b7/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-03e8658e-a482-488d-ad75-5cf92bcf10ea-stack/04dd9550-2877-43c9-825d-41cceccdab1a Content-Length: 555 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/f8afff7f9e554a66b26a460f93bd28b7/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-03e8658e-a482-488d-ad75-5cf92bcf10ea-stack/04dd9550-2877-43c9-825d-41cceccdab1a;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:45:18,249 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:45:18 GMT Server: Apache x-openstack-request-id: req-b1c47ccf-ecbf-47ea-898d-c5bc7ce66894 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 524 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template for creating a single SecurityGroup\n", "parameters": {"OS::project_id": "f8afff7f9e554a66b26a460f93bd28b7", "OS::stack_id": "04dd9550-2877-43c9-825d-41cceccdab1a", "OS::stack_name": "CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-03e8658e-a482-488d-ad75-5cf92bcf10ea-stack", "security_group_name": "CreateStackSecurityGroupTests-03e8658e-a482-488d-ad75-5cf92bcf10ea-sec-grp"}, "deletion_time": null, "stack_name": "CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-03e8658e-a482-488d-ad75-5cf92bcf10ea-stack", "stack_user_project_id": "2ba5124c190946109d4e9004d30838b6", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-12T08:45:17Z", "links": [{"href": "http://172.30.9.21:8004/v1/f8afff7f9e554a66b26a460f93bd28b7/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-03e8658e-a482-488d-ad75-5cf92bcf10ea-stack/04dd9550-2877-43c9-825d-41cceccdab1a", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "04dd9550-2877-43c9-825d-41cceccdab1a", "outputs": [], "template_description": "Sample template for creating a single SecurityGroup\n"}} 2018-08-12 08:45:18,249 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/f8afff7f9e554a66b26a460f93bd28b7/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-03e8658e-a482-488d-ad75-5cf92bcf10ea-stack/04dd9550-2877-43c9-825d-41cceccdab1a used request id req-b1c47ccf-ecbf-47ea-898d-c5bc7ce66894 2018-08-12 08:45:18,250 - create_stack - INFO - Created stack with name - CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-03e8658e-a482-488d-ad75-5cf92bcf10ea-stack 2018-08-12 08:45:18,251 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/f8afff7f9e554a66b26a460f93bd28b7/stacks/04dd9550-2877-43c9-825d-41cceccdab1a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7ec7c14bfcb6655c69d01abf137f7bad1cf6f39" 2018-08-12 08:45:18,450 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:45:18 GMT Server: Apache x-openstack-request-id: req-336435f2-8934-4e10-be58-cd6b824eec9e Location: http://172.30.9.21:8004/v1/f8afff7f9e554a66b26a460f93bd28b7/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-03e8658e-a482-488d-ad75-5cf92bcf10ea-stack/04dd9550-2877-43c9-825d-41cceccdab1a Content-Length: 555 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/f8afff7f9e554a66b26a460f93bd28b7/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-03e8658e-a482-488d-ad75-5cf92bcf10ea-stack/04dd9550-2877-43c9-825d-41cceccdab1a;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:45:18,664 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:45:18 GMT Server: Apache x-openstack-request-id: req-ee8a475f-f788-46db-a061-c67555f18342 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 524 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template for creating a single SecurityGroup\n", "parameters": {"OS::project_id": "f8afff7f9e554a66b26a460f93bd28b7", "OS::stack_id": "04dd9550-2877-43c9-825d-41cceccdab1a", "OS::stack_name": "CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-03e8658e-a482-488d-ad75-5cf92bcf10ea-stack", "security_group_name": "CreateStackSecurityGroupTests-03e8658e-a482-488d-ad75-5cf92bcf10ea-sec-grp"}, "deletion_time": null, "stack_name": "CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-03e8658e-a482-488d-ad75-5cf92bcf10ea-stack", "stack_user_project_id": "2ba5124c190946109d4e9004d30838b6", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-12T08:45:17Z", "links": [{"href": "http://172.30.9.21:8004/v1/f8afff7f9e554a66b26a460f93bd28b7/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-03e8658e-a482-488d-ad75-5cf92bcf10ea-stack/04dd9550-2877-43c9-825d-41cceccdab1a", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "04dd9550-2877-43c9-825d-41cceccdab1a", "outputs": [], "template_description": "Sample template for creating a single SecurityGroup\n"}} 2018-08-12 08:45:18,664 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/f8afff7f9e554a66b26a460f93bd28b7/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-03e8658e-a482-488d-ad75-5cf92bcf10ea-stack/04dd9550-2877-43c9-825d-41cceccdab1a used request id req-ee8a475f-f788-46db-a061-c67555f18342 2018-08-12 08:45:18,664 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-08-12 08:45:18,664 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-08-12 08:45:21,668 - create_stack - DEBUG - Stack status query timeout in 1196.58204508 2018-08-12 08:45:21,671 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/f8afff7f9e554a66b26a460f93bd28b7/stacks/04dd9550-2877-43c9-825d-41cceccdab1a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7ec7c14bfcb6655c69d01abf137f7bad1cf6f39" 2018-08-12 08:45:21,875 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:45:21 GMT Server: Apache x-openstack-request-id: req-d8db4179-a09a-4323-8537-5932b44607d9 Location: http://172.30.9.21:8004/v1/f8afff7f9e554a66b26a460f93bd28b7/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-03e8658e-a482-488d-ad75-5cf92bcf10ea-stack/04dd9550-2877-43c9-825d-41cceccdab1a Content-Length: 555 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/f8afff7f9e554a66b26a460f93bd28b7/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-03e8658e-a482-488d-ad75-5cf92bcf10ea-stack/04dd9550-2877-43c9-825d-41cceccdab1a;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:45:22,087 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:45:21 GMT Server: Apache x-openstack-request-id: req-dd7ad7da-b66e-4b63-ab80-295e22883df6 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 532 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template for creating a single SecurityGroup\n", "parameters": {"OS::project_id": "f8afff7f9e554a66b26a460f93bd28b7", "OS::stack_id": "04dd9550-2877-43c9-825d-41cceccdab1a", "OS::stack_name": "CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-03e8658e-a482-488d-ad75-5cf92bcf10ea-stack", "security_group_name": "CreateStackSecurityGroupTests-03e8658e-a482-488d-ad75-5cf92bcf10ea-sec-grp"}, "deletion_time": null, "stack_name": "CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-03e8658e-a482-488d-ad75-5cf92bcf10ea-stack", "stack_user_project_id": "2ba5124c190946109d4e9004d30838b6", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-08-12T08:45:17Z", "links": [{"href": "http://172.30.9.21:8004/v1/f8afff7f9e554a66b26a460f93bd28b7/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-03e8658e-a482-488d-ad75-5cf92bcf10ea-stack/04dd9550-2877-43c9-825d-41cceccdab1a", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "04dd9550-2877-43c9-825d-41cceccdab1a", "outputs": [], "template_description": "Sample template for creating a single SecurityGroup\n"}} 2018-08-12 08:45:22,087 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/f8afff7f9e554a66b26a460f93bd28b7/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-03e8658e-a482-488d-ad75-5cf92bcf10ea-stack/04dd9550-2877-43c9-825d-41cceccdab1a used request id req-dd7ad7da-b66e-4b63-ab80-295e22883df6 2018-08-12 08:45:22,088 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2018-08-12 08:45:22,088 - create_stack - DEBUG - Stack is active with name - CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-03e8658e-a482-488d-ad75-5cf92bcf10ea-stack 2018-08-12 08:45:22,088 - create_stack - INFO - Stack is now active with name - CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-03e8658e-a482-488d-ad75-5cf92bcf10ea-stack 2018-08-12 08:45:22,091 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/f8afff7f9e554a66b26a460f93bd28b7/stacks/04dd9550-2877-43c9-825d-41cceccdab1a/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7ec7c14bfcb6655c69d01abf137f7bad1cf6f39" 2018-08-12 08:45:22,284 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:45:22 GMT Server: Apache x-openstack-request-id: req-754e9a1c-2502-4754-a9a8-ba1c2c1ff429 Location: http://172.30.9.21:8004/v1/f8afff7f9e554a66b26a460f93bd28b7/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-03e8658e-a482-488d-ad75-5cf92bcf10ea-stack/04dd9550-2877-43c9-825d-41cceccdab1a/resources Content-Length: 575 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/f8afff7f9e554a66b26a460f93bd28b7/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-03e8658e-a482-488d-ad75-5cf92bcf10ea-stack/04dd9550-2877-43c9-825d-41cceccdab1a/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:45:22,502 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:45:22 GMT Server: Apache x-openstack-request-id: req-9cffc453-10e9-4c17-9bf9-b6e03dfc6fac Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 403 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.21:8004/v1/f8afff7f9e554a66b26a460f93bd28b7/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-03e8658e-a482-488d-ad75-5cf92bcf10ea-stack/04dd9550-2877-43c9-825d-41cceccdab1a/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/f8afff7f9e554a66b26a460f93bd28b7/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-03e8658e-a482-488d-ad75-5cf92bcf10ea-stack/04dd9550-2877-43c9-825d-41cceccdab1a", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-08-12T08:45:17Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-12T08:45:17Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "b061c255-b797-44e8-be09-e7cbadaf2a45", "resource_type": "OS::Neutron::SecurityGroup"}]} 2018-08-12 08:45:22,502 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/f8afff7f9e554a66b26a460f93bd28b7/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-03e8658e-a482-488d-ad75-5cf92bcf10ea-stack/04dd9550-2877-43c9-825d-41cceccdab1a/resources used request id req-9cffc453-10e9-4c17-9bf9-b6e03dfc6fac 2018-08-12 08:45:22,503 - neutron_utils - INFO - Retrieving security group with ID - b061c255-b797-44e8-be09-e7cbadaf2a45 2018-08-12 08:45:22,508 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=b061c255-b797-44e8-be09-e7cbadaf2a45 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7ec7c14bfcb6655c69d01abf137f7bad1cf6f39" 2018-08-12 08:45:22,725 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1435 X-Openstack-Request-Id: req-6529e2dc-cba0-4f9b-ba3a-886535b3f9c1 Date: Sun, 12 Aug 2018 08:45:22 GMT RESP BODY: {"security_groups": [{"description": "Test description", "tags": [], "tenant_id": "f8afff7f9e554a66b26a460f93bd28b7", "created_at": "2018-08-12T08:45:18Z", "updated_at": "2018-08-12T08:45:19Z", "security_group_rules": [{"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-12T08:45:19Z", "revision_number": 0, "id": "9736cef1-0ef7-44c2-b54c-6ada7e27e3cf", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-08-12T08:45:19Z", "security_group_id": "b061c255-b797-44e8-be09-e7cbadaf2a45", "tenant_id": "f8afff7f9e554a66b26a460f93bd28b7", "port_range_min": 22, "ethertype": "IPv4", "project_id": "f8afff7f9e554a66b26a460f93bd28b7"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:45:19Z", "revision_number": 0, "id": "c29f61b0-a849-42ea-b5fd-5a87f8d49a22", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-08-12T08:45:19Z", "security_group_id": "b061c255-b797-44e8-be09-e7cbadaf2a45", "tenant_id": "f8afff7f9e554a66b26a460f93bd28b7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f8afff7f9e554a66b26a460f93bd28b7"}], "revision_number": 6, "project_id": "f8afff7f9e554a66b26a460f93bd28b7", "id": "b061c255-b797-44e8-be09-e7cbadaf2a45", "name": "CreateStackSecurityGroupTests-03e8658e-a482-488d-ad75-5cf92bcf10ea-sec-grp"}]} 2018-08-12 08:45:22,725 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=b061c255-b797-44e8-be09-e7cbadaf2a45 used request id req-6529e2dc-cba0-4f9b-ba3a-886535b3f9c1 2018-08-12 08:45:22,726 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b061c255-b797-44e8-be09-e7cbadaf2a45 2018-08-12 08:45:22,731 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=b061c255-b797-44e8-be09-e7cbadaf2a45 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7ec7c14bfcb6655c69d01abf137f7bad1cf6f39" 2018-08-12 08:45:22,759 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1012 X-Openstack-Request-Id: req-5eff44b2-229a-453f-8059-89d039c504ec Date: Sun, 12 Aug 2018 08:45:22 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": "0.0.0.0/0", "port_range_max": 22, "updated_at": "2018-08-12T08:45:19Z", "security_group_id": "b061c255-b797-44e8-be09-e7cbadaf2a45", "port_range_min": 22, "revision_number": 0, "tenant_id": "f8afff7f9e554a66b26a460f93bd28b7", "created_at": "2018-08-12T08:45:19Z", "project_id": "f8afff7f9e554a66b26a460f93bd28b7", "id": "9736cef1-0ef7-44c2-b54c-6ada7e27e3cf"}, {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": "0.0.0.0/0", "port_range_max": null, "updated_at": "2018-08-12T08:45:19Z", "security_group_id": "b061c255-b797-44e8-be09-e7cbadaf2a45", "port_range_min": null, "revision_number": 0, "tenant_id": "f8afff7f9e554a66b26a460f93bd28b7", "created_at": "2018-08-12T08:45:19Z", "project_id": "f8afff7f9e554a66b26a460f93bd28b7", "id": "c29f61b0-a849-42ea-b5fd-5a87f8d49a22"}]} 2018-08-12 08:45:22,759 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=b061c255-b797-44e8-be09-e7cbadaf2a45 used request id req-5eff44b2-229a-453f-8059-89d039c504ec 2018-08-12 08:45:22,760 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b061c255-b797-44e8-be09-e7cbadaf2a45 2018-08-12 08:45:22,765 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=b061c255-b797-44e8-be09-e7cbadaf2a45 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7ec7c14bfcb6655c69d01abf137f7bad1cf6f39" 2018-08-12 08:45:22,957 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1012 X-Openstack-Request-Id: req-b4220826-ec3a-411a-8c7b-1e5b8e90a20b Date: Sun, 12 Aug 2018 08:45:22 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": "0.0.0.0/0", "port_range_max": 22, "updated_at": "2018-08-12T08:45:19Z", "security_group_id": "b061c255-b797-44e8-be09-e7cbadaf2a45", "port_range_min": 22, "revision_number": 0, "tenant_id": "f8afff7f9e554a66b26a460f93bd28b7", "created_at": "2018-08-12T08:45:19Z", "project_id": "f8afff7f9e554a66b26a460f93bd28b7", "id": "9736cef1-0ef7-44c2-b54c-6ada7e27e3cf"}, {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": "0.0.0.0/0", "port_range_max": null, "updated_at": "2018-08-12T08:45:19Z", "security_group_id": "b061c255-b797-44e8-be09-e7cbadaf2a45", "port_range_min": null, "revision_number": 0, "tenant_id": "f8afff7f9e554a66b26a460f93bd28b7", "created_at": "2018-08-12T08:45:19Z", "project_id": "f8afff7f9e554a66b26a460f93bd28b7", "id": "c29f61b0-a849-42ea-b5fd-5a87f8d49a22"}]} 2018-08-12 08:45:22,957 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=b061c255-b797-44e8-be09-e7cbadaf2a45 used request id req-b4220826-ec3a-411a-8c7b-1e5b8e90a20b 2018-08-12 08:45:22,958 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:45:22,959 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:45:23,354 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c9bf4a809883416182d59cd6d16cd3a6", "name": "CreateStackSecurityGroupTests-649672b4-dce2-42a-proj-role"}], "expires_at": "2018-08-12T09:45:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f8afff7f9e554a66b26a460f93bd28b7", "name": "CreateStackSecurityGroupTests-649672b4-dce2-42a-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/f8afff7f9e554a66b26a460f93bd28b7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/f8afff7f9e554a66b26a460f93bd28b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/f8afff7f9e554a66b26a460f93bd28b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_f8afff7f9e554a66b26a460f93bd28b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_f8afff7f9e554a66b26a460f93bd28b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/f8afff7f9e554a66b26a460f93bd28b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/f8afff7f9e554a66b26a460f93bd28b7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/f8afff7f9e554a66b26a460f93bd28b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/f8afff7f9e554a66b26a460f93bd28b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/f8afff7f9e554a66b26a460f93bd28b7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/f8afff7f9e554a66b26a460f93bd28b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f8afff7f9e554a66b26a460f93bd28b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/f8afff7f9e554a66b26a460f93bd28b7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/f8afff7f9e554a66b26a460f93bd28b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSecurityGroupTests-649672b4-dce2-42a-user", "id": "88316ef2693d4ef2829c0547ad2cb9c0"}, "audit_ids": ["9Nlw0Qs_S1ykX0rpDk0vYA"], "issued_at": "2018-08-12T08:45:23.000000Z"}} 2018-08-12 08:45:23,355 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}0b10204f0b14b93f722986592e20391044e56797" 2018-08-12 08:45:23,446 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:45:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e0e9570b-b9b7-4ac5-b227-03dd084808b0 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:45:23,446 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-e0e9570b-b9b7-4ac5-b227-03dd084808b0 2018-08-12 08:45:23,447 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:45:23,447 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:45:23,448 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:45:23,448 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:45:23,448 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:45:23,454 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateStackSecurityGroupTests-03e8658e-a482-488d-ad75-5cf92bcf10ea-sec-grp&description=Test+description -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b10204f0b14b93f722986592e20391044e56797" 2018-08-12 08:45:23,679 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1435 X-Openstack-Request-Id: req-5e352ec0-5a10-4e54-8352-8c44e3d0b713 Date: Sun, 12 Aug 2018 08:45:23 GMT RESP BODY: {"security_groups": [{"description": "Test description", "tags": [], "tenant_id": "f8afff7f9e554a66b26a460f93bd28b7", "created_at": "2018-08-12T08:45:18Z", "updated_at": "2018-08-12T08:45:19Z", "security_group_rules": [{"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-12T08:45:19Z", "revision_number": 0, "id": "9736cef1-0ef7-44c2-b54c-6ada7e27e3cf", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-08-12T08:45:19Z", "security_group_id": "b061c255-b797-44e8-be09-e7cbadaf2a45", "tenant_id": "f8afff7f9e554a66b26a460f93bd28b7", "port_range_min": 22, "ethertype": "IPv4", "project_id": "f8afff7f9e554a66b26a460f93bd28b7"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:45:19Z", "revision_number": 0, "id": "c29f61b0-a849-42ea-b5fd-5a87f8d49a22", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-08-12T08:45:19Z", "security_group_id": "b061c255-b797-44e8-be09-e7cbadaf2a45", "tenant_id": "f8afff7f9e554a66b26a460f93bd28b7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f8afff7f9e554a66b26a460f93bd28b7"}], "revision_number": 6, "project_id": "f8afff7f9e554a66b26a460f93bd28b7", "id": "b061c255-b797-44e8-be09-e7cbadaf2a45", "name": "CreateStackSecurityGroupTests-03e8658e-a482-488d-ad75-5cf92bcf10ea-sec-grp"}]} 2018-08-12 08:45:23,679 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateStackSecurityGroupTests-03e8658e-a482-488d-ad75-5cf92bcf10ea-sec-grp&description=Test+description used request id req-5e352ec0-5a10-4e54-8352-8c44e3d0b713 2018-08-12 08:45:23,682 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:45:23,687 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:45:23 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:45:23,688 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/f8afff7f9e554a66b26a460f93bd28b7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b10204f0b14b93f722986592e20391044e56797" 2018-08-12 08:45:23,781 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:45:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5151c6cb-6256-4eed-a20a-b39cfa4db6f8 Content-Encoding: gzip Content-Length: 233 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/f8afff7f9e554a66b26a460f93bd28b7"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "f8afff7f9e554a66b26a460f93bd28b7", "name": "CreateStackSecurityGroupTests-649672b4-dce2-42a-proj"}} 2018-08-12 08:45:23,781 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/f8afff7f9e554a66b26a460f93bd28b7 used request id req-5151c6cb-6256-4eed-a20a-b39cfa4db6f8 2018-08-12 08:45:23,781 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b061c255-b797-44e8-be09-e7cbadaf2a45 2018-08-12 08:45:23,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=b061c255-b797-44e8-be09-e7cbadaf2a45 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b10204f0b14b93f722986592e20391044e56797" 2018-08-12 08:45:23,980 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1012 X-Openstack-Request-Id: req-7e45bea4-b989-4573-9956-b7c2622e8245 Date: Sun, 12 Aug 2018 08:45:23 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": "0.0.0.0/0", "port_range_max": 22, "updated_at": "2018-08-12T08:45:19Z", "security_group_id": "b061c255-b797-44e8-be09-e7cbadaf2a45", "port_range_min": 22, "revision_number": 0, "tenant_id": "f8afff7f9e554a66b26a460f93bd28b7", "created_at": "2018-08-12T08:45:19Z", "project_id": "f8afff7f9e554a66b26a460f93bd28b7", "id": "9736cef1-0ef7-44c2-b54c-6ada7e27e3cf"}, {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": "0.0.0.0/0", "port_range_max": null, "updated_at": "2018-08-12T08:45:19Z", "security_group_id": "b061c255-b797-44e8-be09-e7cbadaf2a45", "port_range_min": null, "revision_number": 0, "tenant_id": "f8afff7f9e554a66b26a460f93bd28b7", "created_at": "2018-08-12T08:45:19Z", "project_id": "f8afff7f9e554a66b26a460f93bd28b7", "id": "c29f61b0-a849-42ea-b5fd-5a87f8d49a22"}]} 2018-08-12 08:45:23,981 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=b061c255-b797-44e8-be09-e7cbadaf2a45 used request id req-7e45bea4-b989-4573-9956-b7c2622e8245 2018-08-12 08:45:23,981 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b061c255-b797-44e8-be09-e7cbadaf2a45 2018-08-12 08:45:23,986 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=b061c255-b797-44e8-be09-e7cbadaf2a45 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b10204f0b14b93f722986592e20391044e56797" 2018-08-12 08:45:24,174 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1012 X-Openstack-Request-Id: req-b853dbe6-ffbc-4249-9758-cf623b8fc754 Date: Sun, 12 Aug 2018 08:45:24 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": "0.0.0.0/0", "port_range_max": 22, "updated_at": "2018-08-12T08:45:19Z", "security_group_id": "b061c255-b797-44e8-be09-e7cbadaf2a45", "port_range_min": 22, "revision_number": 0, "tenant_id": "f8afff7f9e554a66b26a460f93bd28b7", "created_at": "2018-08-12T08:45:19Z", "project_id": "f8afff7f9e554a66b26a460f93bd28b7", "id": "9736cef1-0ef7-44c2-b54c-6ada7e27e3cf"}, {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": "0.0.0.0/0", "port_range_max": null, "updated_at": "2018-08-12T08:45:19Z", "security_group_id": "b061c255-b797-44e8-be09-e7cbadaf2a45", "port_range_min": null, "revision_number": 0, "tenant_id": "f8afff7f9e554a66b26a460f93bd28b7", "created_at": "2018-08-12T08:45:19Z", "project_id": "f8afff7f9e554a66b26a460f93bd28b7", "id": "c29f61b0-a849-42ea-b5fd-5a87f8d49a22"}]} 2018-08-12 08:45:24,175 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=b061c255-b797-44e8-be09-e7cbadaf2a45 used request id req-b853dbe6-ffbc-4249-9758-cf623b8fc754 2018-08-12 08:45:24,175 - neutron_utils - INFO - Retrieving security group with ID - b061c255-b797-44e8-be09-e7cbadaf2a45 2018-08-12 08:45:24,180 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=b061c255-b797-44e8-be09-e7cbadaf2a45 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b10204f0b14b93f722986592e20391044e56797" 2018-08-12 08:45:24,402 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1435 X-Openstack-Request-Id: req-b39a94f0-4925-4e51-bb47-493b90ccdf19 Date: Sun, 12 Aug 2018 08:45:24 GMT RESP BODY: {"security_groups": [{"description": "Test description", "tags": [], "tenant_id": "f8afff7f9e554a66b26a460f93bd28b7", "created_at": "2018-08-12T08:45:18Z", "updated_at": "2018-08-12T08:45:19Z", "security_group_rules": [{"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-12T08:45:19Z", "revision_number": 0, "id": "9736cef1-0ef7-44c2-b54c-6ada7e27e3cf", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-08-12T08:45:19Z", "security_group_id": "b061c255-b797-44e8-be09-e7cbadaf2a45", "tenant_id": "f8afff7f9e554a66b26a460f93bd28b7", "port_range_min": 22, "ethertype": "IPv4", "project_id": "f8afff7f9e554a66b26a460f93bd28b7"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:45:19Z", "revision_number": 0, "id": "c29f61b0-a849-42ea-b5fd-5a87f8d49a22", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-08-12T08:45:19Z", "security_group_id": "b061c255-b797-44e8-be09-e7cbadaf2a45", "tenant_id": "f8afff7f9e554a66b26a460f93bd28b7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f8afff7f9e554a66b26a460f93bd28b7"}], "revision_number": 6, "project_id": "f8afff7f9e554a66b26a460f93bd28b7", "id": "b061c255-b797-44e8-be09-e7cbadaf2a45", "name": "CreateStackSecurityGroupTests-03e8658e-a482-488d-ad75-5cf92bcf10ea-sec-grp"}]} 2018-08-12 08:45:24,402 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=b061c255-b797-44e8-be09-e7cbadaf2a45 used request id req-b39a94f0-4925-4e51-bb47-493b90ccdf19 2018-08-12 08:45:24,403 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b061c255-b797-44e8-be09-e7cbadaf2a45 2018-08-12 08:45:24,407 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=b061c255-b797-44e8-be09-e7cbadaf2a45 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b10204f0b14b93f722986592e20391044e56797" 2018-08-12 08:45:24,601 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1012 X-Openstack-Request-Id: req-f6b68692-355a-4fe1-93ee-f88a3ed1d3dd Date: Sun, 12 Aug 2018 08:45:24 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": "0.0.0.0/0", "port_range_max": 22, "updated_at": "2018-08-12T08:45:19Z", "security_group_id": "b061c255-b797-44e8-be09-e7cbadaf2a45", "port_range_min": 22, "revision_number": 0, "tenant_id": "f8afff7f9e554a66b26a460f93bd28b7", "created_at": "2018-08-12T08:45:19Z", "project_id": "f8afff7f9e554a66b26a460f93bd28b7", "id": "9736cef1-0ef7-44c2-b54c-6ada7e27e3cf"}, {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": "0.0.0.0/0", "port_range_max": null, "updated_at": "2018-08-12T08:45:19Z", "security_group_id": "b061c255-b797-44e8-be09-e7cbadaf2a45", "port_range_min": null, "revision_number": 0, "tenant_id": "f8afff7f9e554a66b26a460f93bd28b7", "created_at": "2018-08-12T08:45:19Z", "project_id": "f8afff7f9e554a66b26a460f93bd28b7", "id": "c29f61b0-a849-42ea-b5fd-5a87f8d49a22"}]} 2018-08-12 08:45:24,601 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=b061c255-b797-44e8-be09-e7cbadaf2a45 used request id req-f6b68692-355a-4fe1-93ee-f88a3ed1d3dd 2018-08-12 08:45:24,602 - create_stack - INFO - Deleting stack - CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-03e8658e-a482-488d-ad75-5cf92bcf10ea-stack 2018-08-12 08:45:24,605 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8004/v1/f8afff7f9e554a66b26a460f93bd28b7/stacks/04dd9550-2877-43c9-825d-41cceccdab1a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7ec7c14bfcb6655c69d01abf137f7bad1cf6f39" 2018-08-12 08:45:24,792 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:45:24 GMT Server: Apache x-openstack-request-id: req-2c9da064-3f53-4872-bf61-f5e3245706da Location: http://172.30.9.21:8004/v1/f8afff7f9e554a66b26a460f93bd28b7/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-03e8658e-a482-488d-ad75-5cf92bcf10ea-stack/04dd9550-2877-43c9-825d-41cceccdab1a Content-Length: 555 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/f8afff7f9e554a66b26a460f93bd28b7/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-03e8658e-a482-488d-ad75-5cf92bcf10ea-stack/04dd9550-2877-43c9-825d-41cceccdab1a;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:45:25,002 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:45:24 GMT Server: Apache x-openstack-request-id: req-ff260a33-f091-4840-a953-a43db8cf7cab 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 08:45:25,002 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.21:8004/v1/f8afff7f9e554a66b26a460f93bd28b7/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-03e8658e-a482-488d-ad75-5cf92bcf10ea-stack/04dd9550-2877-43c9-825d-41cceccdab1a used request id req-ff260a33-f091-4840-a953-a43db8cf7cab 2018-08-12 08:45:25,005 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/f8afff7f9e554a66b26a460f93bd28b7/stacks/04dd9550-2877-43c9-825d-41cceccdab1a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7ec7c14bfcb6655c69d01abf137f7bad1cf6f39" 2018-08-12 08:45:25,285 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:45:25 GMT Server: Apache x-openstack-request-id: req-e45084bb-8509-4f05-8dde-4106871100c2 Location: http://172.30.9.21:8004/v1/f8afff7f9e554a66b26a460f93bd28b7/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-03e8658e-a482-488d-ad75-5cf92bcf10ea-stack/04dd9550-2877-43c9-825d-41cceccdab1a Content-Length: 555 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/f8afff7f9e554a66b26a460f93bd28b7/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-03e8658e-a482-488d-ad75-5cf92bcf10ea-stack/04dd9550-2877-43c9-825d-41cceccdab1a;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:45:25,478 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:45:25 GMT Server: Apache x-openstack-request-id: req-98ec88d8-3aa0-48b3-a757-44b3f6202196 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 526 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template for creating a single SecurityGroup\n", "parameters": {"OS::project_id": "f8afff7f9e554a66b26a460f93bd28b7", "OS::stack_id": "04dd9550-2877-43c9-825d-41cceccdab1a", "OS::stack_name": "CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-03e8658e-a482-488d-ad75-5cf92bcf10ea-stack", "security_group_name": "CreateStackSecurityGroupTests-03e8658e-a482-488d-ad75-5cf92bcf10ea-sec-grp"}, "deletion_time": null, "stack_name": "CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-03e8658e-a482-488d-ad75-5cf92bcf10ea-stack", "stack_user_project_id": "2ba5124c190946109d4e9004d30838b6", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-08-12T08:45:17Z", "links": [{"href": "http://172.30.9.21:8004/v1/f8afff7f9e554a66b26a460f93bd28b7/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-03e8658e-a482-488d-ad75-5cf92bcf10ea-stack/04dd9550-2877-43c9-825d-41cceccdab1a", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-08-12T08:45:24Z", "id": "04dd9550-2877-43c9-825d-41cceccdab1a", "outputs": [], "template_description": "Sample template for creating a single SecurityGroup\n"}} 2018-08-12 08:45:25,478 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/f8afff7f9e554a66b26a460f93bd28b7/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-03e8658e-a482-488d-ad75-5cf92bcf10ea-stack/04dd9550-2877-43c9-825d-41cceccdab1a used request id req-98ec88d8-3aa0-48b3-a757-44b3f6202196 2018-08-12 08:45:25,478 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-08-12 08:45:25,479 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-08-12 08:45:28,482 - create_stack - DEBUG - Stack status query timeout in 1196.5205369 2018-08-12 08:45:28,485 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/f8afff7f9e554a66b26a460f93bd28b7/stacks/04dd9550-2877-43c9-825d-41cceccdab1a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7ec7c14bfcb6655c69d01abf137f7bad1cf6f39" 2018-08-12 08:45:28,688 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:45:28 GMT Server: Apache x-openstack-request-id: req-b7fe4603-b89f-479a-b73b-f6023dee9ac2 Location: http://172.30.9.21:8004/v1/f8afff7f9e554a66b26a460f93bd28b7/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-03e8658e-a482-488d-ad75-5cf92bcf10ea-stack/04dd9550-2877-43c9-825d-41cceccdab1a Content-Length: 555 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/f8afff7f9e554a66b26a460f93bd28b7/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-03e8658e-a482-488d-ad75-5cf92bcf10ea-stack/04dd9550-2877-43c9-825d-41cceccdab1a;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:45:28,889 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:45:28 GMT Server: Apache x-openstack-request-id: req-5a85dbce-69f1-4928-b0be-b5a0f5b9f8a3 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 528 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template for creating a single SecurityGroup\n", "parameters": {"OS::project_id": "f8afff7f9e554a66b26a460f93bd28b7", "OS::stack_id": "04dd9550-2877-43c9-825d-41cceccdab1a", "OS::stack_name": "CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-03e8658e-a482-488d-ad75-5cf92bcf10ea-stack", "security_group_name": "CreateStackSecurityGroupTests-03e8658e-a482-488d-ad75-5cf92bcf10ea-sec-grp"}, "deletion_time": "2018-08-12T08:45:27Z", "stack_name": "CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-03e8658e-a482-488d-ad75-5cf92bcf10ea-stack", "stack_user_project_id": "2ba5124c190946109d4e9004d30838b6", "tags": null, "creation_time": "2018-08-12T08:45:17Z", "links": [{"href": "http://172.30.9.21:8004/v1/f8afff7f9e554a66b26a460f93bd28b7/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-03e8658e-a482-488d-ad75-5cf92bcf10ea-stack/04dd9550-2877-43c9-825d-41cceccdab1a", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-08-12T08:45:24Z", "id": "04dd9550-2877-43c9-825d-41cceccdab1a", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Sample template for creating a single SecurityGroup\n"}} 2018-08-12 08:45:28,889 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/f8afff7f9e554a66b26a460f93bd28b7/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-03e8658e-a482-488d-ad75-5cf92bcf10ea-stack/04dd9550-2877-43c9-825d-41cceccdab1a used request id req-5a85dbce-69f1-4928-b0be-b5a0f5b9f8a3 2018-08-12 08:45:28,890 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2018-08-12 08:45:28,890 - create_stack - DEBUG - Stack is active with name - CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-03e8658e-a482-488d-ad75-5cf92bcf10ea-stack 2018-08-12 08:45:28,890 - create_stack - INFO - Attempting to delete again stack - CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-03e8658e-a482-488d-ad75-5cf92bcf10ea-stack 2018-08-12 08:45:28,893 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8004/v1/f8afff7f9e554a66b26a460f93bd28b7/stacks/04dd9550-2877-43c9-825d-41cceccdab1a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7ec7c14bfcb6655c69d01abf137f7bad1cf6f39" 2018-08-12 08:45:29,088 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:45:28 GMT Server: Apache x-openstack-request-id: req-282ac242-abb0-410d-af4a-efc8452275f0 Location: http://172.30.9.21:8004/v1/f8afff7f9e554a66b26a460f93bd28b7/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-03e8658e-a482-488d-ad75-5cf92bcf10ea-stack/04dd9550-2877-43c9-825d-41cceccdab1a Content-Length: 555 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/f8afff7f9e554a66b26a460f93bd28b7/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-03e8658e-a482-488d-ad75-5cf92bcf10ea-stack/04dd9550-2877-43c9-825d-41cceccdab1a;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:45:29,370 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:45:29 GMT Server: Apache x-openstack-request-id: req-2f20e483-50e3-4fad-8ab7-52f2b47a1d8c Content-Length: 291 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-03e8658e-a482-488d-ad75-5cf92bcf10ea-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-08-12 08:45:29,370 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.21:8004/v1/f8afff7f9e554a66b26a460f93bd28b7/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-03e8658e-a482-488d-ad75-5cf92bcf10ea-stack/04dd9550-2877-43c9-825d-41cceccdab1a used request id req-2f20e483-50e3-4fad-8ab7-52f2b47a1d8c 2018-08-12 08:45:29,372 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:45:29,372 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:45:29,372 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:45:29,372 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:45:29,372 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:45:29,379 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c174e4fc57df3bacc18f155e9ef153312696a23" 2018-08-12 08:45:29,659 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 45548 X-Openstack-Request-Id: req-c3816eca-4290-4830-8907-0a37d83ec9c7 Date: Sun, 12 Aug 2018 08:45:29 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "created_at": "2018-08-12T06:59:44Z", "updated_at": "2018-08-12T06:59:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "1d7fd960-7865-4453-aecc-8d399b4fad21", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "66820d8a-b785-4b18-bd67-500221c8e4f9", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "74fc7638-a322-4841-8c47-06d36174a200", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "8eaa09ec-8419-4582-9312-1e527afe6e4b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}], "revision_number": 4, "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "created_at": "2018-08-12T05:12:34Z", "updated_at": "2018-08-12T05:12:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "709513d2-af7d-4d0b-bd3c-604fed75a711", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "aa346066-e46f-44f2-94be-2884aa998a19", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "c15f7b93-e56c-4afa-867d-2acb286d4b7b", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "cb0ef83f-5f70-4a80-ad35-431ca9df551e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}], "revision_number": 4, "project_id": "fa5a7fe6ee54472ba01638877aade8e3", "id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ea65becf30e54b27aa96a449698a435e", "created_at": "2018-08-12T05:10:35Z", "updated_at": "2018-08-12T05:10:35Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "30ad280c-f302-4cd4-a438-5139917b56f9", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "76115c4c-887d-4f0a-83e2-486e4b39c713", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "8ab14937-4c08-4d43-8a9a-662e622cc643", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "ee757a03-5662-4273-9c3e-6212e7afb48f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}], "revision_number": 4, "project_id": "ea65becf30e54b27aa96a449698a435e", "id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "created_at": "2018-08-12T06:20:09Z", "updated_at": "2018-08-12T06:20:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "1123b8f2-75ac-4a26-b9b2-a96da97408e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "2ddd2b93-e080-48cd-9a50-f5fe8a82ad0c", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "cd1bae62-0aea-4438-b4c3-50a69ae6f855", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "e398e01e-ceea-46d1-9534-b929808c4a5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}], "revision_number": 4, "project_id": "ff7abd7bb61f4f2889831e932d65dc2e", "id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "created_at": "2018-08-12T05:34:57Z", "updated_at": "2018-08-12T05:34:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "208a1c1e-f5f8-49c7-9a25-d07e68b1541f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "27bfd867-e607-4bf8-9de8-60682d3f771d", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "49360e1f-6fd3-4f35-b339-24cea95773ee", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "60f631a9-d305-4920-9631-d0543e2ac64f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}], "revision_number": 4, "project_id": "3a85ceae958d4d9fba68847e7df67db8", "id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "created_at": "2018-08-12T05:34:40Z", "updated_at": "2018-08-12T05:34:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "2192c259-363e-4768-ae73-e75837ad63b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "3f87ddc5-f84d-41dc-8215-847724782569", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "7d89f6da-ea78-49dd-9115-f9ad23b250bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "9ec4497d-0f65-44db-9be9-7b3042e4a584", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}], "revision_number": 4, "project_id": "85517fcf1c6247e699fdcdd42ecc8c79", "id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "created_at": "2018-08-12T05:16:02Z", "updated_at": "2018-08-12T05:16:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "1ecacd8c-c1c7-4a66-9871-406a69323b43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "3cc1750c-e0e7-4902-b6f3-494a161b832e", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "d719a7a4-8c99-44ed-8c12-6bf071890203", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "fe7421b5-d577-41da-8c78-62f3c07eda92", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}], "revision_number": 4, "project_id": "a267b9a156244bb192691cff6e5f74fe", "id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "315a428116f24d9fbb826b37080a918e", "created_at": "2018-08-12T05:11:31Z", "updated_at": "2018-08-12T05:11:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "5e52886a-1dc3-4a81-a55d-f388dc4fd1a1", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "678e32e4-d64c-448a-a4ab-e253ab94ae90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "a8da1539-e3ad-4f90-b2df-3dc1f09d228a", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "b73d5cc9-0205-4658-bb1f-61a042c0ab8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}], "revision_number": 4, "project_id": "315a428116f24d9fbb826b37080a918e", "id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-12T05:08:01Z", "updated_at": "2018-08-12T05:08:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:01Z", "revision_number": 0, "id": "0fb05d03-1117-45d0-930c-b6d4c96ef102", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "4faaab33-5788-4bbd-85b8-0fb44d41413a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "96d0c5a0-5c67-421b-8fc8-2b46d77e5db3", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "dd78519b-4bc5-4e8e-ad0f-58089dd69347", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f8afff7f9e554a66b26a460f93bd28b7", "created_at": "2018-08-12T08:45:18Z", "updated_at": "2018-08-12T08:45:18Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:45:18Z", "revision_number": 0, "id": "041b78ad-511c-46ab-9211-91fecd90c603", "remote_group_id": "80042e2e-8676-4134-85d7-c229a4292670", "remote_ip_prefix": null, "created_at": "2018-08-12T08:45:18Z", "security_group_id": "80042e2e-8676-4134-85d7-c229a4292670", "tenant_id": "f8afff7f9e554a66b26a460f93bd28b7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f8afff7f9e554a66b26a460f93bd28b7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:45:18Z", "revision_number": 0, "id": "2bd5a645-1855-481f-bcc2-f01e7196abf2", "remote_group_id": "80042e2e-8676-4134-85d7-c229a4292670", "remote_ip_prefix": null, "created_at": "2018-08-12T08:45:18Z", "security_group_id": "80042e2e-8676-4134-85d7-c229a4292670", "tenant_id": "f8afff7f9e554a66b26a460f93bd28b7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f8afff7f9e554a66b26a460f93bd28b7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:45:18Z", "revision_number": 0, "id": "5136c758-8a43-4196-ade3-757b3ae4e013", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:45:18Z", "security_group_id": "80042e2e-8676-4134-85d7-c229a4292670", "tenant_id": "f8afff7f9e554a66b26a460f93bd28b7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f8afff7f9e554a66b26a460f93bd28b7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:45:18Z", "revision_number": 0, "id": "c3b09169-f986-4170-826b-1f50916a1c75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:45:18Z", "security_group_id": "80042e2e-8676-4134-85d7-c229a4292670", "tenant_id": "f8afff7f9e554a66b26a460f93bd28b7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f8afff7f9e554a66b26a460f93bd28b7"}], "revision_number": 4, "project_id": "f8afff7f9e554a66b26a460f93bd28b7", "id": "80042e2e-8676-4134-85d7-c229a4292670", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "11a46741b7954b959fd7764109c047b6", "created_at": "2018-08-12T05:34:51Z", "updated_at": "2018-08-12T05:34:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "0b67bf3c-2289-43bb-ab6c-7d25ec32a279", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "51f3f833-337a-42bd-a8d5-742ea8d6c226", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "571fd0b5-ef90-408d-af33-aafb517b8993", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "944ba823-fb9c-496e-a66e-bb426bb14a8d", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}], "revision_number": 4, "project_id": "11a46741b7954b959fd7764109c047b6", "id": "90af9782-8112-4257-801d-ee5115d226ba", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "created_at": "2018-08-12T05:34:26Z", "updated_at": "2018-08-12T05:34:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "2ee1f63a-807c-4d6a-85ee-dd784f6b8c3f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5dec3ec2-2add-47dd-8618-90659dcf3885", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5ea0dc3e-49d0-43f0-94e9-f6443527d14c", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "fbfaca22-7e3e-4128-8973-43e439b77c28", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}], "revision_number": 4, "project_id": "3c01cd58055c44ecaef39f7e625c2258", "id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "521007c1818145639e93ceb270559219", "created_at": "2018-08-12T05:13:27Z", "updated_at": "2018-08-12T05:13:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "5e7fede5-b0f2-47d8-95c3-516cdfc7f9de", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "8fd0e36f-c6c4-4f64-ba97-40439e614448", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "db7d79de-1dfc-4138-945f-91e74cdc266b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "e87f2cff-ff3e-4b6d-aaf0-7f0eb0ab9f05", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}], "revision_number": 4, "project_id": "521007c1818145639e93ceb270559219", "id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "created_at": "2018-08-12T05:08:18Z", "updated_at": "2018-08-12T05:08:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "3c67be40-bf74-4f97-9693-d93ce73a23b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "6112d869-2fc6-4a25-a13c-3d55cd7206c0", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "bdf21c56-453e-482e-9cba-3c55abcb0339", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "c8e92c39-38cc-4f48-be9c-5f0912e6a725", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}], "revision_number": 4, "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "created_at": "2018-08-12T05:04:23Z", "updated_at": "2018-08-12T05:04:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "280546d9-8ad1-4283-abfc-15ee9b1736c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "58bce125-f2ca-4a6d-b9ca-4e6cf5c0f7a5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "69275b9a-cfb5-482c-a9c4-8ffc79adf2c7", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "6d747f3a-3764-469a-a645-f977585c5aac", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}], "revision_number": 4, "project_id": "310f5853751a4c968f3eeb0a3d99a0a8", "id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "created_at": "2018-08-12T05:34:42Z", "updated_at": "2018-08-12T05:34:42Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "199582e8-25aa-457a-aa7c-6d8413ca4464", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "234f3609-4454-448f-919d-c8143c7cd764", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "c1061460-71a2-49a9-a04b-9fa33eeb17ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "d21ac532-51d8-4d6b-8300-7bac216759bf", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}], "revision_number": 4, "project_id": "9f6c1a272706419c9a74b0893b2890e8", "id": "d6739716-c693-460c-89c6-e7c8c48f8245", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "created_at": "2018-08-12T05:34:54Z", "updated_at": "2018-08-12T05:34:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "0633a05a-ee7d-4476-a56b-75d011b22f77", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "6cc1b9f8-73db-47a3-a0e0-3c96c43f34da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "90d99a6b-e94f-4fd8-a10c-f19dd8954c13", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "e843c139-af2a-4d2c-a24f-59f7b10ff72e", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}], "revision_number": 4, "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "created_at": "2018-08-12T05:09:07Z", "updated_at": "2018-08-12T05:09:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "5495e168-f505-4d74-ae6d-387f0bf533c2", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "6fd19b8b-3062-456e-81ba-3ff37fe43429", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8ca59d25-485c-46ce-939c-2e4a468caeac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8f190846-50a0-42b9-b571-390809b752b1", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}], "revision_number": 4, "project_id": "fa9ca6d7608b4d7d87ce97331679a481", "id": "edcd9b17-9416-4c25-823c-060c435e18d7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "created_at": "2018-08-12T05:34:52Z", "updated_at": "2018-08-12T05:34:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "2c7e484e-6ec5-4a95-8c9c-66d294c0c27e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "70c74258-3c2c-4efc-87e0-079c26ee3417", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "b70382fa-082e-4c2b-abc8-87490fa50b11", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "c3628e02-b4b6-42c9-8751-c1a2d3c19caa", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}], "revision_number": 4, "project_id": "87db863ba6e348b0a5ddcb67053db9d1", "id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "name": "default"}]} 2018-08-12 08:45:29,660 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-c3816eca-4290-4830-8907-0a37d83ec9c7 2018-08-12 08:45:29,668 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c174e4fc57df3bacc18f155e9ef153312696a23" 2018-08-12 08:45:29,764 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:45:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-35e5bedb-6367-4490-bc79-6cdcffa59a27 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 5fe28c13d4d74ba2be8d019ac1ea6363.", "code": 404, "title": "Not Found"}} 2018-08-12 08:45:29,764 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 used request id req-35e5bedb-6367-4490-bc79-6cdcffa59a27 2018-08-12 08:45:29,765 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:45:29,769 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c174e4fc57df3bacc18f155e9ef153312696a23" 2018-08-12 08:45:29,850 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:45:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-82477053-e0e1-4240-b39b-977269c48457 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa5a7fe6ee54472ba01638877aade8e3.", "code": 404, "title": "Not Found"}} 2018-08-12 08:45:29,850 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 used request id req-82477053-e0e1-4240-b39b-977269c48457 2018-08-12 08:45:29,851 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:45:29,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c174e4fc57df3bacc18f155e9ef153312696a23" 2018-08-12 08:45:29,943 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:45:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6a591515-73e2-47de-9421-d2d1e003a1f4 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ea65becf30e54b27aa96a449698a435e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:45:29,944 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e used request id req-6a591515-73e2-47de-9421-d2d1e003a1f4 2018-08-12 08:45:29,944 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:45:29,947 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c174e4fc57df3bacc18f155e9ef153312696a23" 2018-08-12 08:45:30,042 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:45:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-eceee290-c7fb-4b4b-be57-89a50cc4a3ad Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ff7abd7bb61f4f2889831e932d65dc2e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:45:30,042 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e used request id req-eceee290-c7fb-4b4b-be57-89a50cc4a3ad 2018-08-12 08:45:30,042 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:45:30,046 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c174e4fc57df3bacc18f155e9ef153312696a23" 2018-08-12 08:45:30,131 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:45:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-201b150e-bf6b-4d1a-b9da-0de768287597 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3a85ceae958d4d9fba68847e7df67db8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:45:30,131 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 used request id req-201b150e-bf6b-4d1a-b9da-0de768287597 2018-08-12 08:45:30,131 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:45:30,135 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c174e4fc57df3bacc18f155e9ef153312696a23" 2018-08-12 08:45:30,224 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:45:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0c1b281f-911d-4fe9-bec4-39226509c392 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 85517fcf1c6247e699fdcdd42ecc8c79.", "code": 404, "title": "Not Found"}} 2018-08-12 08:45:30,224 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 used request id req-0c1b281f-911d-4fe9-bec4-39226509c392 2018-08-12 08:45:30,224 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:45:30,228 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c174e4fc57df3bacc18f155e9ef153312696a23" 2018-08-12 08:45:30,325 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:45:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1861bd23-f25c-45dc-a402-5df61d026446 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}} 2018-08-12 08:45:30,325 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe used request id req-1861bd23-f25c-45dc-a402-5df61d026446 2018-08-12 08:45:30,328 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c174e4fc57df3bacc18f155e9ef153312696a23" 2018-08-12 08:45:30,416 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:45:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-33e4dcc0-2bce-4b83-9758-9abfa3d591a6 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 315a428116f24d9fbb826b37080a918e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:45:30,416 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e used request id req-33e4dcc0-2bce-4b83-9758-9abfa3d591a6 2018-08-12 08:45:30,416 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:45:30,420 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/f8afff7f9e554a66b26a460f93bd28b7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c174e4fc57df3bacc18f155e9ef153312696a23" 2018-08-12 08:45:30,512 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:45:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9cee67d0-ec90-46ce-95cb-a699b7281c60 Content-Encoding: gzip Content-Length: 233 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/f8afff7f9e554a66b26a460f93bd28b7"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "f8afff7f9e554a66b26a460f93bd28b7", "name": "CreateStackSecurityGroupTests-649672b4-dce2-42a-proj"}} 2018-08-12 08:45:30,512 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/f8afff7f9e554a66b26a460f93bd28b7 used request id req-9cee67d0-ec90-46ce-95cb-a699b7281c60 2018-08-12 08:45:30,512 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 80042e2e-8676-4134-85d7-c229a4292670 2018-08-12 08:45:30,517 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=80042e2e-8676-4134-85d7-c229a4292670 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c174e4fc57df3bacc18f155e9ef153312696a23" 2018-08-12 08:45:30,718 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-61dfa334-0a7a-4a04-b391-e69d92ad8093 Date: Sun, 12 Aug 2018 08:45:30 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "80042e2e-8676-4134-85d7-c229a4292670", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:45:18Z", "security_group_id": "80042e2e-8676-4134-85d7-c229a4292670", "port_range_min": null, "revision_number": 0, "tenant_id": "f8afff7f9e554a66b26a460f93bd28b7", "created_at": "2018-08-12T08:45:18Z", "project_id": "f8afff7f9e554a66b26a460f93bd28b7", "id": "041b78ad-511c-46ab-9211-91fecd90c603"}, {"remote_group_id": "80042e2e-8676-4134-85d7-c229a4292670", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:45:18Z", "security_group_id": "80042e2e-8676-4134-85d7-c229a4292670", "port_range_min": null, "revision_number": 0, "tenant_id": "f8afff7f9e554a66b26a460f93bd28b7", "created_at": "2018-08-12T08:45:18Z", "project_id": "f8afff7f9e554a66b26a460f93bd28b7", "id": "2bd5a645-1855-481f-bcc2-f01e7196abf2"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:45:18Z", "security_group_id": "80042e2e-8676-4134-85d7-c229a4292670", "port_range_min": null, "revision_number": 0, "tenant_id": "f8afff7f9e554a66b26a460f93bd28b7", "created_at": "2018-08-12T08:45:18Z", "project_id": "f8afff7f9e554a66b26a460f93bd28b7", "id": "5136c758-8a43-4196-ade3-757b3ae4e013"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:45:18Z", "security_group_id": "80042e2e-8676-4134-85d7-c229a4292670", "port_range_min": null, "revision_number": 0, "tenant_id": "f8afff7f9e554a66b26a460f93bd28b7", "created_at": "2018-08-12T08:45:18Z", "project_id": "f8afff7f9e554a66b26a460f93bd28b7", "id": "c3b09169-f986-4170-826b-1f50916a1c75"}]} 2018-08-12 08:45:30,718 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=80042e2e-8676-4134-85d7-c229a4292670 used request id req-61dfa334-0a7a-4a04-b391-e69d92ad8093 2018-08-12 08:45:30,719 - neutron_utils - INFO - Deleting security group with name - default 2018-08-12 08:45:30,724 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/80042e2e-8676-4134-85d7-c229a4292670 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c174e4fc57df3bacc18f155e9ef153312696a23" 2018-08-12 08:45:31,133 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-52fcfbb0-9e11-4562-8b7c-a6eed4798fda Content-Length: 0 Date: Sun, 12 Aug 2018 08:45:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:45:31,134 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/80042e2e-8676-4134-85d7-c229a4292670 used request id req-52fcfbb0-9e11-4562-8b7c-a6eed4798fda 2018-08-12 08:45:31,134 - keystone_utils - INFO - Deleting project with name - CreateStackSecurityGroupTests-649672b4-dce2-42a-proj 2018-08-12 08:45:31,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/f8afff7f9e554a66b26a460f93bd28b7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c174e4fc57df3bacc18f155e9ef153312696a23" 2018-08-12 08:45:31,471 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:45:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5e0364bb-1198-4439-87c1-80785df8aa24 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 08:45:31,471 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/f8afff7f9e554a66b26a460f93bd28b7 used request id req-5e0364bb-1198-4439-87c1-80785df8aa24 2018-08-12 08:45:31,472 - keystone_utils - INFO - Deleting role with name - CreateStackSecurityGroupTests-649672b4-dce2-42a-proj-role 2018-08-12 08:45:31,475 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/c9bf4a809883416182d59cd6d16cd3a6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c174e4fc57df3bacc18f155e9ef153312696a23" 2018-08-12 08:45:31,615 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:45:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-347d85d5-87c0-438a-9b78-f1a3bf44a37d 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 08:45:31,615 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/c9bf4a809883416182d59cd6d16cd3a6 used request id req-347d85d5-87c0-438a-9b78-f1a3bf44a37d 2018-08-12 08:45:31,618 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c174e4fc57df3bacc18f155e9ef153312696a23" 2018-08-12 08:45:31,710 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:45:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e8e96a4-e0ad-4aec-8726-64209cbc6891 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:45:31,710 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-4e8e96a4-e0ad-4aec-8726-64209cbc6891 2018-08-12 08:45:31,711 - keystone_utils - INFO - Deleting user with name - CreateStackSecurityGroupTests-649672b4-dce2-42a-user 2018-08-12 08:45:31,714 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/88316ef2693d4ef2829c0547ad2cb9c0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf61074bef2c3813a6e8658fcd2934810f06f389" 2018-08-12 08:45:31,892 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:45:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a7f30b32-4864-4e50-bda4-80b5da03ee85 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 08:45:31,892 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/88316ef2693d4ef2829c0547ad2cb9c0 used request id req-a7f30b32-4864-4e50-bda4-80b5da03ee85 2018-08-12 08:45:31,893 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:45:32,278 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:45:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["001cthrtSUO2alB41pYsDg"], "issued_at": "2018-08-12T08:45:32.000000Z"}} 2018-08-12 08:45:32,279 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}ae84252227323d3eb3627a74791e92117a324f48" 2018-08-12 08:45:32,367 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:45:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dff6e8a3-50a6-4597-85bf-d5ea46f9f346 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:45:32,367 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-dff6e8a3-50a6-4597-85bf-d5ea46f9f346 2018-08-12 08:45:32,368 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:45:32,369 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:45:32,762 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:45:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["4q2dbdHERiOAAZea4Q5qAw"], "issued_at": "2018-08-12T08:45:32.000000Z"}} 2018-08-12 08:45:32,763 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}9d2322854313516331c19ff18198af20e71ef262" 2018-08-12 08:45:32,846 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:45:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df464b99-bc19-432d-8809-3c1a09f39c61 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:45:32,846 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-df464b99-bc19-432d-8809-3c1a09f39c61 2018-08-12 08:45:32,850 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:45:32,855 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:45:32 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:45:32,856 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackNegativeTests-fdc03ef2-a05b-453-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d2322854313516331c19ff18198af20e71ef262" 2018-08-12 08:45:32,971 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:45:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-71e229c7-20f7-41bf-a7aa-31ac76aa1859 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackNegativeTests-fdc03ef2-a05b-453-proj", "previous": null, "next": null}, "projects": []} 2018-08-12 08:45:32,971 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackNegativeTests-fdc03ef2-a05b-453-proj used request id req-71e229c7-20f7-41bf-a7aa-31ac76aa1859 2018-08-12 08:45:32,975 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d2322854313516331c19ff18198af20e71ef262" 2018-08-12 08:45:33,079 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:45:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-054c7e8e-769a-4ec7-8132-d91cca75219e Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:45:33,079 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-054c7e8e-769a-4ec7-8132-d91cca75219e 2018-08-12 08:45:33,084 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d2322854313516331c19ff18198af20e71ef262" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackNegativeTests-fdc03ef2-a05b-453-proj"}}' 2018-08-12 08:45:33,268 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:45:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5645b555-c71a-4f6e-8a6d-ec4f576b9f30 Content-Length: 321 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/e79dd3099c1946f8ad64ecdbaf25af32"}, "tags": [], "enabled": true, "id": "e79dd3099c1946f8ad64ecdbaf25af32", "parent_id": "default", "domain_id": "default", "name": "CreateStackNegativeTests-fdc03ef2-a05b-453-proj"}} 2018-08-12 08:45:33,268 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-5645b555-c71a-4f6e-8a6d-ec4f576b9f30 2018-08-12 08:45:33,269 - keystone_utils - INFO - Created project with name - CreateStackNegativeTests-fdc03ef2-a05b-453-proj 2018-08-12 08:45:33,269 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:45:33,270 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:45:33,658 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:45:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["UJ9D5uMjSwm_-y323uy7kA"], "issued_at": "2018-08-12T08:45:33.000000Z"}} 2018-08-12 08:45:33,659 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}cbe2ec69c7bd0991188678f848c8872341e580ea" 2018-08-12 08:45:33,740 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:45:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e285028-232e-4035-9133-5d02b0d00e13 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:45:33,740 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-1e285028-232e-4035-9133-5d02b0d00e13 2018-08-12 08:45:33,745 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:45:33,750 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:45:33 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:45:33,751 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbe2ec69c7bd0991188678f848c8872341e580ea" 2018-08-12 08:45:33,861 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:45:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ec1e522-54ef-4e2f-970a-54b0cfb48b7e Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/105a247548624314b9228f85f6325f0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105a247548624314b9228f85f6325f0b", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/1c5de0eaa44543f08da6ad63a51594ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c5de0eaa44543f08da6ad63a51594ff", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/1d127b5b832547a88a547c116dfdd65b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d127b5b832547a88a547c116dfdd65b", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/1d5cfc170d624ce4ae53ae0507c8d517"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d5cfc170d624ce4ae53ae0507c8d517", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/2421820b75eb4d3ebd02830378d1377b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2421820b75eb4d3ebd02830378d1377b", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/40bd8ee54ecf44868cc83cede652c396"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40bd8ee54ecf44868cc83cede652c396", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/4f32fb8153854c4c9f5094b42b523f80"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f32fb8153854c4c9f5094b42b523f80", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7066130d08fb4db7bf4ab468de53933b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7066130d08fb4db7bf4ab468de53933b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/8d0898a83bcf4521bbc11501d5d7ac89"}, "domain_id": "1eec97585bde483292ece28ee11f4b8d", "enabled": true, "options": {}, "id": "8d0898a83bcf4521bbc11501d5d7ac89", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/9defcced327d476f8a3beab718a13da3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9defcced327d476f8a3beab718a13da3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/b80ee4f6992446e0879624dd436e99a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b80ee4f6992446e0879624dd436e99a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b86fd3e011324d398fcdb6f095a20a9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b86fd3e011324d398fcdb6f095a20a9d", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1701d2754064b5cadf765ea0806f9b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1701d2754064b5cadf765ea0806f9b2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/db4e7b8d76d549faa502716565c733dd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db4e7b8d76d549faa502716565c733dd", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-12 08:45:33,861 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-1ec1e522-54ef-4e2f-970a-54b0cfb48b7e 2018-08-12 08:45:33,865 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateStackNegativeTests-fdc03ef2-a05b-453-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbe2ec69c7bd0991188678f848c8872341e580ea" 2018-08-12 08:45:33,953 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:45:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e860a004-f9c4-4cde-9b13-9aaee6910bd8 Content-Encoding: gzip Content-Length: 260 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateStackNegativeTests-fdc03ef2-a05b-453-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/e79dd3099c1946f8ad64ecdbaf25af32"}, "tags": [], "enabled": true, "id": "e79dd3099c1946f8ad64ecdbaf25af32", "parent_id": "default", "domain_id": "default", "name": "CreateStackNegativeTests-fdc03ef2-a05b-453-proj"}]} 2018-08-12 08:45:33,953 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateStackNegativeTests-fdc03ef2-a05b-453-proj used request id req-e860a004-f9c4-4cde-9b13-9aaee6910bd8 2018-08-12 08:45:33,957 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbe2ec69c7bd0991188678f848c8872341e580ea" 2018-08-12 08:45:34,052 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:45:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ec832e86-b6aa-4e85-8613-4da18f8a3efe Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:45:34,052 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-ec832e86-b6aa-4e85-8613-4da18f8a3efe 2018-08-12 08:45:34,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbe2ec69c7bd0991188678f848c8872341e580ea" 2018-08-12 08:45:34,456 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:45:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dbc42e7f-7052-4f8f-926a-0e0cf2b3070f Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:45:34,456 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-dbc42e7f-7052-4f8f-926a-0e0cf2b3070f 2018-08-12 08:45:34,460 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateStackNegativeTests-fdc03ef2-a05b-453-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbe2ec69c7bd0991188678f848c8872341e580ea" 2018-08-12 08:45:34,554 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:45:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bcc46cdf-ee28-49da-a721-4f8fb2b8bea0 Content-Encoding: gzip Content-Length: 260 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateStackNegativeTests-fdc03ef2-a05b-453-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/e79dd3099c1946f8ad64ecdbaf25af32"}, "tags": [], "enabled": true, "id": "e79dd3099c1946f8ad64ecdbaf25af32", "parent_id": "default", "domain_id": "default", "name": "CreateStackNegativeTests-fdc03ef2-a05b-453-proj"}]} 2018-08-12 08:45:34,554 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateStackNegativeTests-fdc03ef2-a05b-453-proj used request id req-bcc46cdf-ee28-49da-a721-4f8fb2b8bea0 2018-08-12 08:45:34,554 - keystone_utils - INFO - Created user with name - CreateStackNegativeTests-fdc03ef2-a05b-453-user 2018-08-12 08:45:34,554 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:45:34,558 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d2322854313516331c19ff18198af20e71ef262" 2018-08-12 08:45:34,651 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:45:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7fded95d-3c82-45c7-addb-b6b5aac81e67 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:45:34,651 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-7fded95d-3c82-45c7-addb-b6b5aac81e67 2018-08-12 08:45:34,655 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d2322854313516331c19ff18198af20e71ef262" -d '{"role": {"name": "CreateStackNegativeTests-fdc03ef2-a05b-453-proj-role"}}' 2018-08-12 08:45:34,693 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:45:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3691efca-1a36-4073-a57f-40a646bb36e3 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "0ae2ebe2de764927884028375e7b40f6", "links": {"self": "http://172.30.9.21:5000/v3/roles/0ae2ebe2de764927884028375e7b40f6"}, "name": "CreateStackNegativeTests-fdc03ef2-a05b-453-proj-role"}} 2018-08-12 08:45:34,693 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-3691efca-1a36-4073-a57f-40a646bb36e3 2018-08-12 08:45:34,693 - keystone_utils - INFO - Created role with name - CreateStackNegativeTests-fdc03ef2-a05b-453-proj-role 2018-08-12 08:45:34,697 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/0ae2ebe2de764927884028375e7b40f6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d2322854313516331c19ff18198af20e71ef262" 2018-08-12 08:45:34,717 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:45:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5b8a1904-3a7d-49f3-ba65-bfbb4b8238cc Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "0ae2ebe2de764927884028375e7b40f6", "links": {"self": "http://172.30.9.21:5000/v3/roles/0ae2ebe2de764927884028375e7b40f6"}, "name": "CreateStackNegativeTests-fdc03ef2-a05b-453-proj-role"}} 2018-08-12 08:45:34,717 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/0ae2ebe2de764927884028375e7b40f6 used request id req-5b8a1904-3a7d-49f3-ba65-bfbb4b8238cc 2018-08-12 08:45:34,717 - keystone_utils - INFO - Granting role CreateStackNegativeTests-fdc03ef2-a05b-453-proj-role to project CreateStackNegativeTests-fdc03ef2-a05b-453-proj 2018-08-12 08:45:34,720 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/e79dd3099c1946f8ad64ecdbaf25af32/users/993df4ff072d407b937ae2d9f7ca1202/roles/0ae2ebe2de764927884028375e7b40f6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d2322854313516331c19ff18198af20e71ef262" 2018-08-12 08:45:34,851 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:45:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f08400d6-38f1-4381-9e16-db85bb28ec90 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 08:45:34,852 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/e79dd3099c1946f8ad64ecdbaf25af32/users/993df4ff072d407b937ae2d9f7ca1202/roles/0ae2ebe2de764927884028375e7b40f6 used request id req-f08400d6-38f1-4381-9e16-db85bb28ec90 2018-08-12 08:45:34,852 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:45:34,853 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:45:35,243 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0ae2ebe2de764927884028375e7b40f6", "name": "CreateStackNegativeTests-fdc03ef2-a05b-453-proj-role"}], "expires_at": "2018-08-12T09:45:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e79dd3099c1946f8ad64ecdbaf25af32", "name": "CreateStackNegativeTests-fdc03ef2-a05b-453-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e79dd3099c1946f8ad64ecdbaf25af32", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/e79dd3099c1946f8ad64ecdbaf25af32", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/e79dd3099c1946f8ad64ecdbaf25af32", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_e79dd3099c1946f8ad64ecdbaf25af32", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_e79dd3099c1946f8ad64ecdbaf25af32", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e79dd3099c1946f8ad64ecdbaf25af32", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/e79dd3099c1946f8ad64ecdbaf25af32", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/e79dd3099c1946f8ad64ecdbaf25af32", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/e79dd3099c1946f8ad64ecdbaf25af32", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/e79dd3099c1946f8ad64ecdbaf25af32", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/e79dd3099c1946f8ad64ecdbaf25af32", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e79dd3099c1946f8ad64ecdbaf25af32", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/e79dd3099c1946f8ad64ecdbaf25af32", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/e79dd3099c1946f8ad64ecdbaf25af32", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackNegativeTests-fdc03ef2-a05b-453-user", "id": "993df4ff072d407b937ae2d9f7ca1202"}, "audit_ids": ["AlYkAUgpSUWzfj3NrYNfQg"], "issued_at": "2018-08-12T08:45:35.000000Z"}} 2018-08-12 08:45:35,244 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}0dfd8801adf631d2a9ffb2b486f78b143cf7cb49" 2018-08-12 08:45:35,338 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:45:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d0c4c7c3-bfcd-4266-90ac-225019c6a9b9 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:45:35,338 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-d0c4c7c3-bfcd-4266-90ac-225019c6a9b9 2018-08-12 08:45:35,339 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:45:35,339 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:45:35,340 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:45:35,340 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:45:35,340 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:45:35,341 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-12 08:45:35,344 - heat_utils - DEBUG - Retrieving Heat Client 2018-08-12 08:45:35,347 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/e79dd3099c1946f8ad64ecdbaf25af32/stacks?stack_name=CreateStackNegativeTests-dc32d4dd-2209-44b1-9983-25f9b063d6d5 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0dfd8801adf631d2a9ffb2b486f78b143cf7cb49" 2018-08-12 08:45:35,554 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:45:35 GMT Server: Apache x-openstack-request-id: req-b0bcd414-1379-492f-8da2-8d19796c148b Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-08-12 08:45:35,554 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/e79dd3099c1946f8ad64ecdbaf25af32/stacks?stack_name=CreateStackNegativeTests-dc32d4dd-2209-44b1-9983-25f9b063d6d5 used request id req-b0bcd414-1379-492f-8da2-8d19796c148b 2018-08-12 08:45:35,555 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:45:35,555 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:45:35,556 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:45:35,556 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:45:35,556 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:45:35,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d2322854313516331c19ff18198af20e71ef262" 2018-08-12 08:45:35,811 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 43135 X-Openstack-Request-Id: req-146be44c-df72-4c23-ab28-057e5c83be03 Date: Sun, 12 Aug 2018 08:45:35 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "created_at": "2018-08-12T06:59:44Z", "updated_at": "2018-08-12T06:59:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "1d7fd960-7865-4453-aecc-8d399b4fad21", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "66820d8a-b785-4b18-bd67-500221c8e4f9", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "74fc7638-a322-4841-8c47-06d36174a200", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "8eaa09ec-8419-4582-9312-1e527afe6e4b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}], "revision_number": 4, "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "created_at": "2018-08-12T05:12:34Z", "updated_at": "2018-08-12T05:12:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "709513d2-af7d-4d0b-bd3c-604fed75a711", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "aa346066-e46f-44f2-94be-2884aa998a19", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "c15f7b93-e56c-4afa-867d-2acb286d4b7b", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "cb0ef83f-5f70-4a80-ad35-431ca9df551e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}], "revision_number": 4, "project_id": "fa5a7fe6ee54472ba01638877aade8e3", "id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ea65becf30e54b27aa96a449698a435e", "created_at": "2018-08-12T05:10:35Z", "updated_at": "2018-08-12T05:10:35Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "30ad280c-f302-4cd4-a438-5139917b56f9", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "76115c4c-887d-4f0a-83e2-486e4b39c713", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "8ab14937-4c08-4d43-8a9a-662e622cc643", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "ee757a03-5662-4273-9c3e-6212e7afb48f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}], "revision_number": 4, "project_id": "ea65becf30e54b27aa96a449698a435e", "id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "created_at": "2018-08-12T06:20:09Z", "updated_at": "2018-08-12T06:20:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "1123b8f2-75ac-4a26-b9b2-a96da97408e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "2ddd2b93-e080-48cd-9a50-f5fe8a82ad0c", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "cd1bae62-0aea-4438-b4c3-50a69ae6f855", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "e398e01e-ceea-46d1-9534-b929808c4a5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}], "revision_number": 4, "project_id": "ff7abd7bb61f4f2889831e932d65dc2e", "id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "created_at": "2018-08-12T05:34:57Z", "updated_at": "2018-08-12T05:34:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "208a1c1e-f5f8-49c7-9a25-d07e68b1541f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "27bfd867-e607-4bf8-9de8-60682d3f771d", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "49360e1f-6fd3-4f35-b339-24cea95773ee", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "60f631a9-d305-4920-9631-d0543e2ac64f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}], "revision_number": 4, "project_id": "3a85ceae958d4d9fba68847e7df67db8", "id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "created_at": "2018-08-12T05:34:40Z", "updated_at": "2018-08-12T05:34:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "2192c259-363e-4768-ae73-e75837ad63b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "3f87ddc5-f84d-41dc-8215-847724782569", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "7d89f6da-ea78-49dd-9115-f9ad23b250bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "9ec4497d-0f65-44db-9be9-7b3042e4a584", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}], "revision_number": 4, "project_id": "85517fcf1c6247e699fdcdd42ecc8c79", "id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "created_at": "2018-08-12T05:16:02Z", "updated_at": "2018-08-12T05:16:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "1ecacd8c-c1c7-4a66-9871-406a69323b43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "3cc1750c-e0e7-4902-b6f3-494a161b832e", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "d719a7a4-8c99-44ed-8c12-6bf071890203", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "fe7421b5-d577-41da-8c78-62f3c07eda92", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}], "revision_number": 4, "project_id": "a267b9a156244bb192691cff6e5f74fe", "id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "315a428116f24d9fbb826b37080a918e", "created_at": "2018-08-12T05:11:31Z", "updated_at": "2018-08-12T05:11:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "5e52886a-1dc3-4a81-a55d-f388dc4fd1a1", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "678e32e4-d64c-448a-a4ab-e253ab94ae90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "a8da1539-e3ad-4f90-b2df-3dc1f09d228a", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "b73d5cc9-0205-4658-bb1f-61a042c0ab8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}], "revision_number": 4, "project_id": "315a428116f24d9fbb826b37080a918e", "id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-12T05:08:01Z", "updated_at": "2018-08-12T05:08:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:01Z", "revision_number": 0, "id": "0fb05d03-1117-45d0-930c-b6d4c96ef102", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "4faaab33-5788-4bbd-85b8-0fb44d41413a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "96d0c5a0-5c67-421b-8fc8-2b46d77e5db3", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "dd78519b-4bc5-4e8e-ad0f-58089dd69347", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "11a46741b7954b959fd7764109c047b6", "created_at": "2018-08-12T05:34:51Z", "updated_at": "2018-08-12T05:34:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "0b67bf3c-2289-43bb-ab6c-7d25ec32a279", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "51f3f833-337a-42bd-a8d5-742ea8d6c226", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "571fd0b5-ef90-408d-af33-aafb517b8993", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "944ba823-fb9c-496e-a66e-bb426bb14a8d", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}], "revision_number": 4, "project_id": "11a46741b7954b959fd7764109c047b6", "id": "90af9782-8112-4257-801d-ee5115d226ba", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "created_at": "2018-08-12T05:34:26Z", "updated_at": "2018-08-12T05:34:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "2ee1f63a-807c-4d6a-85ee-dd784f6b8c3f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5dec3ec2-2add-47dd-8618-90659dcf3885", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5ea0dc3e-49d0-43f0-94e9-f6443527d14c", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "fbfaca22-7e3e-4128-8973-43e439b77c28", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}], "revision_number": 4, "project_id": "3c01cd58055c44ecaef39f7e625c2258", "id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "521007c1818145639e93ceb270559219", "created_at": "2018-08-12T05:13:27Z", "updated_at": "2018-08-12T05:13:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "5e7fede5-b0f2-47d8-95c3-516cdfc7f9de", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "8fd0e36f-c6c4-4f64-ba97-40439e614448", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "db7d79de-1dfc-4138-945f-91e74cdc266b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "e87f2cff-ff3e-4b6d-aaf0-7f0eb0ab9f05", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}], "revision_number": 4, "project_id": "521007c1818145639e93ceb270559219", "id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "created_at": "2018-08-12T05:08:18Z", "updated_at": "2018-08-12T05:08:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "3c67be40-bf74-4f97-9693-d93ce73a23b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "6112d869-2fc6-4a25-a13c-3d55cd7206c0", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "bdf21c56-453e-482e-9cba-3c55abcb0339", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "c8e92c39-38cc-4f48-be9c-5f0912e6a725", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}], "revision_number": 4, "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "created_at": "2018-08-12T05:04:23Z", "updated_at": "2018-08-12T05:04:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "280546d9-8ad1-4283-abfc-15ee9b1736c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "58bce125-f2ca-4a6d-b9ca-4e6cf5c0f7a5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "69275b9a-cfb5-482c-a9c4-8ffc79adf2c7", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "6d747f3a-3764-469a-a645-f977585c5aac", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}], "revision_number": 4, "project_id": "310f5853751a4c968f3eeb0a3d99a0a8", "id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "created_at": "2018-08-12T05:34:42Z", "updated_at": "2018-08-12T05:34:42Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "199582e8-25aa-457a-aa7c-6d8413ca4464", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "234f3609-4454-448f-919d-c8143c7cd764", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "c1061460-71a2-49a9-a04b-9fa33eeb17ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "d21ac532-51d8-4d6b-8300-7bac216759bf", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}], "revision_number": 4, "project_id": "9f6c1a272706419c9a74b0893b2890e8", "id": "d6739716-c693-460c-89c6-e7c8c48f8245", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "created_at": "2018-08-12T05:34:54Z", "updated_at": "2018-08-12T05:34:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "0633a05a-ee7d-4476-a56b-75d011b22f77", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "6cc1b9f8-73db-47a3-a0e0-3c96c43f34da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "90d99a6b-e94f-4fd8-a10c-f19dd8954c13", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "e843c139-af2a-4d2c-a24f-59f7b10ff72e", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}], "revision_number": 4, "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "created_at": "2018-08-12T05:09:07Z", "updated_at": "2018-08-12T05:09:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "5495e168-f505-4d74-ae6d-387f0bf533c2", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "6fd19b8b-3062-456e-81ba-3ff37fe43429", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8ca59d25-485c-46ce-939c-2e4a468caeac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8f190846-50a0-42b9-b571-390809b752b1", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}], "revision_number": 4, "project_id": "fa9ca6d7608b4d7d87ce97331679a481", "id": "edcd9b17-9416-4c25-823c-060c435e18d7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "created_at": "2018-08-12T05:34:52Z", "updated_at": "2018-08-12T05:34:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "2c7e484e-6ec5-4a95-8c9c-66d294c0c27e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "70c74258-3c2c-4efc-87e0-079c26ee3417", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "b70382fa-082e-4c2b-abc8-87490fa50b11", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "c3628e02-b4b6-42c9-8751-c1a2d3c19caa", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}], "revision_number": 4, "project_id": "87db863ba6e348b0a5ddcb67053db9d1", "id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "name": "default"}]} 2018-08-12 08:45:35,812 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-146be44c-df72-4c23-ab28-057e5c83be03 2018-08-12 08:45:35,819 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d2322854313516331c19ff18198af20e71ef262" 2018-08-12 08:45:35,909 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:45:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-10044c2f-0607-43f6-9f8d-a196af92cb53 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 5fe28c13d4d74ba2be8d019ac1ea6363.", "code": 404, "title": "Not Found"}} 2018-08-12 08:45:35,909 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 used request id req-10044c2f-0607-43f6-9f8d-a196af92cb53 2018-08-12 08:45:35,909 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:45:35,911 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d2322854313516331c19ff18198af20e71ef262" 2018-08-12 08:45:35,996 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:45:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-720c7e1f-155c-4b97-bd31-75a6e5d45494 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa5a7fe6ee54472ba01638877aade8e3.", "code": 404, "title": "Not Found"}} 2018-08-12 08:45:35,996 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 used request id req-720c7e1f-155c-4b97-bd31-75a6e5d45494 2018-08-12 08:45:35,996 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:45:35,999 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d2322854313516331c19ff18198af20e71ef262" 2018-08-12 08:45:36,189 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:45:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5f96df4a-855d-4aeb-9190-f9b8364e9b65 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ea65becf30e54b27aa96a449698a435e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:45:36,189 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e used request id req-5f96df4a-855d-4aeb-9190-f9b8364e9b65 2018-08-12 08:45:36,190 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:45:36,195 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d2322854313516331c19ff18198af20e71ef262" 2018-08-12 08:45:36,289 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:45:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-16ab848e-e410-4c2d-9050-c8ff076e02d5 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ff7abd7bb61f4f2889831e932d65dc2e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:45:36,290 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e used request id req-16ab848e-e410-4c2d-9050-c8ff076e02d5 2018-08-12 08:45:36,290 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:45:36,294 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d2322854313516331c19ff18198af20e71ef262" 2018-08-12 08:45:36,379 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:45:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-31e392d9-fad2-4c0d-b48f-0d53d00a31fe Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3a85ceae958d4d9fba68847e7df67db8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:45:36,380 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 used request id req-31e392d9-fad2-4c0d-b48f-0d53d00a31fe 2018-08-12 08:45:36,380 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:45:36,383 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d2322854313516331c19ff18198af20e71ef262" 2018-08-12 08:45:36,474 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:45:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bab2b94c-614d-4ac3-addb-7ef35ba23b3b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 85517fcf1c6247e699fdcdd42ecc8c79.", "code": 404, "title": "Not Found"}} 2018-08-12 08:45:36,475 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 used request id req-bab2b94c-614d-4ac3-addb-7ef35ba23b3b 2018-08-12 08:45:36,475 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:45:36,478 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d2322854313516331c19ff18198af20e71ef262" 2018-08-12 08:45:36,565 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:45:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-923370bc-aac7-4818-b167-6f32d54ea49a Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}} 2018-08-12 08:45:36,565 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe used request id req-923370bc-aac7-4818-b167-6f32d54ea49a 2018-08-12 08:45:36,569 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d2322854313516331c19ff18198af20e71ef262" 2018-08-12 08:45:36,670 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:45:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-41daa7ca-ad0f-4950-875f-7f8779f2416b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 315a428116f24d9fbb826b37080a918e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:45:36,670 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e used request id req-41daa7ca-ad0f-4950-875f-7f8779f2416b 2018-08-12 08:45:36,670 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:45:36,674 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d2322854313516331c19ff18198af20e71ef262" 2018-08-12 08:45:36,761 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:45:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-de92f35e-fce8-4e7f-bed7-b2c3a818d665 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 11a46741b7954b959fd7764109c047b6.", "code": 404, "title": "Not Found"}} 2018-08-12 08:45:36,761 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 used request id req-de92f35e-fce8-4e7f-bed7-b2c3a818d665 2018-08-12 08:45:36,762 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:45:36,765 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d2322854313516331c19ff18198af20e71ef262" 2018-08-12 08:45:36,854 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:45:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ab10e9d5-54d9-466c-8efb-8e5a9918d8de Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3c01cd58055c44ecaef39f7e625c2258.", "code": 404, "title": "Not Found"}} 2018-08-12 08:45:36,854 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 used request id req-ab10e9d5-54d9-466c-8efb-8e5a9918d8de 2018-08-12 08:45:36,854 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:45:36,858 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d2322854313516331c19ff18198af20e71ef262" 2018-08-12 08:45:36,942 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:45:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-415ecdd8-01d5-436a-a373-003d4d59fd14 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 521007c1818145639e93ceb270559219.", "code": 404, "title": "Not Found"}} 2018-08-12 08:45:36,942 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 used request id req-415ecdd8-01d5-436a-a373-003d4d59fd14 2018-08-12 08:45:36,942 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:45:36,945 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d2322854313516331c19ff18198af20e71ef262" 2018-08-12 08:45:37,143 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:45:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-20e2adce-9db9-4b34-97a8-9751ce05d0cb Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e18fcc7fc10a4fd0b20234f8520d0aab.", "code": 404, "title": "Not Found"}} 2018-08-12 08:45:37,144 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab used request id req-20e2adce-9db9-4b34-97a8-9751ce05d0cb 2018-08-12 08:45:37,144 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:45:37,147 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d2322854313516331c19ff18198af20e71ef262" 2018-08-12 08:45:37,243 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:45:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-840a950c-fb5a-43bb-b9c1-cfffc3b69554 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "310f5853751a4c968f3eeb0a3d99a0a8", "name": "service"}} 2018-08-12 08:45:37,243 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 used request id req-840a950c-fb5a-43bb-b9c1-cfffc3b69554 2018-08-12 08:45:37,247 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d2322854313516331c19ff18198af20e71ef262" 2018-08-12 08:45:37,333 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:45:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-158d10b0-550b-4a43-b4ed-c7a11b6e1e58 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9f6c1a272706419c9a74b0893b2890e8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:45:37,333 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 used request id req-158d10b0-550b-4a43-b4ed-c7a11b6e1e58 2018-08-12 08:45:37,333 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:45:37,337 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/34cb7327fcfc4b52a63b4b8c0ea4a54d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d2322854313516331c19ff18198af20e71ef262" 2018-08-12 08:45:37,429 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:45:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1c995da9-73ad-4fb0-897e-32ddb7d3e948 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 34cb7327fcfc4b52a63b4b8c0ea4a54d.", "code": 404, "title": "Not Found"}} 2018-08-12 08:45:37,429 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/34cb7327fcfc4b52a63b4b8c0ea4a54d used request id req-1c995da9-73ad-4fb0-897e-32ddb7d3e948 2018-08-12 08:45:37,430 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:45:37,433 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa9ca6d7608b4d7d87ce97331679a481 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d2322854313516331c19ff18198af20e71ef262" 2018-08-12 08:45:37,522 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:45:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-471c744e-5747-4969-8437-fa94421d8ce9 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa9ca6d7608b4d7d87ce97331679a481.", "code": 404, "title": "Not Found"}} 2018-08-12 08:45:37,523 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa9ca6d7608b4d7d87ce97331679a481 used request id req-471c744e-5747-4969-8437-fa94421d8ce9 2018-08-12 08:45:37,523 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:45:37,527 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/87db863ba6e348b0a5ddcb67053db9d1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d2322854313516331c19ff18198af20e71ef262" 2018-08-12 08:45:37,611 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:45:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-96f839ec-e5ac-475b-9da9-6dcd3607fbc5 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87db863ba6e348b0a5ddcb67053db9d1.", "code": 404, "title": "Not Found"}} 2018-08-12 08:45:37,611 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/87db863ba6e348b0a5ddcb67053db9d1 used request id req-96f839ec-e5ac-475b-9da9-6dcd3607fbc5 2018-08-12 08:45:37,611 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:45:37,612 - keystone_utils - INFO - Deleting project with name - CreateStackNegativeTests-fdc03ef2-a05b-453-proj 2018-08-12 08:45:37,615 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/e79dd3099c1946f8ad64ecdbaf25af32 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d2322854313516331c19ff18198af20e71ef262" 2018-08-12 08:45:37,842 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:45:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-37358fbf-8599-41c9-8a6b-c0a9ad48623b 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 08:45:37,842 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/e79dd3099c1946f8ad64ecdbaf25af32 used request id req-37358fbf-8599-41c9-8a6b-c0a9ad48623b 2018-08-12 08:45:37,843 - keystone_utils - INFO - Deleting role with name - CreateStackNegativeTests-fdc03ef2-a05b-453-proj-role 2018-08-12 08:45:37,846 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/0ae2ebe2de764927884028375e7b40f6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d2322854313516331c19ff18198af20e71ef262" 2018-08-12 08:45:38,016 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:45:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1de6fb0d-5edc-40f0-b58b-3d9b04c09ca8 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 08:45:38,016 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/0ae2ebe2de764927884028375e7b40f6 used request id req-1de6fb0d-5edc-40f0-b58b-3d9b04c09ca8 2018-08-12 08:45:38,019 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d2322854313516331c19ff18198af20e71ef262" 2018-08-12 08:45:38,106 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:45:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5b872f10-d238-4be5-8e5b-4bf92a3f25fd Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:45:38,107 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-5b872f10-d238-4be5-8e5b-4bf92a3f25fd 2018-08-12 08:45:38,107 - keystone_utils - INFO - Deleting user with name - CreateStackNegativeTests-fdc03ef2-a05b-453-user 2018-08-12 08:45:38,110 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/993df4ff072d407b937ae2d9f7ca1202 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbe2ec69c7bd0991188678f848c8872341e580ea" 2018-08-12 08:45:38,335 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:45:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1bfe808d-d375-45d8-9bf0-703f1fad534a 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 08:45:38,335 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/993df4ff072d407b937ae2d9f7ca1202 used request id req-1bfe808d-d375-45d8-9bf0-703f1fad534a 2018-08-12 08:45:38,337 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:45:38,804 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:45:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["2JeRsHOcQz2gX7kIkibgzA"], "issued_at": "2018-08-12T08:45:38.000000Z"}} 2018-08-12 08:45:38,804 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}9b52e81c642d5575d2a53305a27f87d6143e3c6b" 2018-08-12 08:45:38,883 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:45:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f781f57b-6ae9-43d4-9cf2-0bf9049c77ad Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:45:38,884 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-f781f57b-6ae9-43d4-9cf2-0bf9049c77ad 2018-08-12 08:45:38,885 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:45:38,886 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:45:39,279 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:45:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["ZlNyDjBzTQ23Ticw35-mRA"], "issued_at": "2018-08-12T08:45:39.000000Z"}} 2018-08-12 08:45:39,280 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}9076bb92f5a8b86b1153f1fda059706d914babe1" 2018-08-12 08:45:39,384 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:45:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-105f1519-cad3-47dd-9465-1fc2ae827967 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:45:39,384 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-105f1519-cad3-47dd-9465-1fc2ae827967 2018-08-12 08:45:39,389 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:45:39,395 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:45:39 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:45:39,396 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackNegativeTests-4b7bce42-dbaa-4ee-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9076bb92f5a8b86b1153f1fda059706d914babe1" 2018-08-12 08:45:39,488 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:45:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-636e586f-1771-4aec-8e4b-e964db7503c3 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackNegativeTests-4b7bce42-dbaa-4ee-proj", "previous": null, "next": null}, "projects": []} 2018-08-12 08:45:39,488 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackNegativeTests-4b7bce42-dbaa-4ee-proj used request id req-636e586f-1771-4aec-8e4b-e964db7503c3 2018-08-12 08:45:39,491 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9076bb92f5a8b86b1153f1fda059706d914babe1" 2018-08-12 08:45:39,590 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:45:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e8b0c3ea-98c1-48ff-a936-a720c33b0e5f Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:45:39,590 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-e8b0c3ea-98c1-48ff-a936-a720c33b0e5f 2018-08-12 08:45:39,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9076bb92f5a8b86b1153f1fda059706d914babe1" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackNegativeTests-4b7bce42-dbaa-4ee-proj"}}' 2018-08-12 08:45:39,729 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:45:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cd6fd2e0-c976-4fb8-b099-31dc2bdf942f Content-Length: 321 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/ce70188beb834a22b36fad44ba53c456"}, "tags": [], "enabled": true, "id": "ce70188beb834a22b36fad44ba53c456", "parent_id": "default", "domain_id": "default", "name": "CreateStackNegativeTests-4b7bce42-dbaa-4ee-proj"}} 2018-08-12 08:45:39,729 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-cd6fd2e0-c976-4fb8-b099-31dc2bdf942f 2018-08-12 08:45:39,729 - keystone_utils - INFO - Created project with name - CreateStackNegativeTests-4b7bce42-dbaa-4ee-proj 2018-08-12 08:45:39,730 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:45:39,730 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:45:40,124 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:45:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["UlZt2mSBRruV2nTdz1H2Fw"], "issued_at": "2018-08-12T08:45:40.000000Z"}} 2018-08-12 08:45:40,125 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}a9ce297e3f1477da8d7f8551c6acb869eb3f5eaf" 2018-08-12 08:45:40,214 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:45:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d47a17a5-3129-4ed8-bc62-fe8d50a63fd0 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:45:40,214 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-d47a17a5-3129-4ed8-bc62-fe8d50a63fd0 2018-08-12 08:45:40,218 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:45:40,223 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:45:40 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:45:40,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9ce297e3f1477da8d7f8551c6acb869eb3f5eaf" 2018-08-12 08:45:40,261 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:45:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-105a4981-5460-48c6-8abb-32e0977c319f Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/105a247548624314b9228f85f6325f0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105a247548624314b9228f85f6325f0b", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/1c5de0eaa44543f08da6ad63a51594ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c5de0eaa44543f08da6ad63a51594ff", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/1d127b5b832547a88a547c116dfdd65b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d127b5b832547a88a547c116dfdd65b", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/1d5cfc170d624ce4ae53ae0507c8d517"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d5cfc170d624ce4ae53ae0507c8d517", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/2421820b75eb4d3ebd02830378d1377b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2421820b75eb4d3ebd02830378d1377b", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/40bd8ee54ecf44868cc83cede652c396"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40bd8ee54ecf44868cc83cede652c396", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/4f32fb8153854c4c9f5094b42b523f80"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f32fb8153854c4c9f5094b42b523f80", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7066130d08fb4db7bf4ab468de53933b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7066130d08fb4db7bf4ab468de53933b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/8d0898a83bcf4521bbc11501d5d7ac89"}, "domain_id": "1eec97585bde483292ece28ee11f4b8d", "enabled": true, "options": {}, "id": "8d0898a83bcf4521bbc11501d5d7ac89", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/9defcced327d476f8a3beab718a13da3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9defcced327d476f8a3beab718a13da3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/b80ee4f6992446e0879624dd436e99a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b80ee4f6992446e0879624dd436e99a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b86fd3e011324d398fcdb6f095a20a9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b86fd3e011324d398fcdb6f095a20a9d", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1701d2754064b5cadf765ea0806f9b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1701d2754064b5cadf765ea0806f9b2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/db4e7b8d76d549faa502716565c733dd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db4e7b8d76d549faa502716565c733dd", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-12 08:45:40,262 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-105a4981-5460-48c6-8abb-32e0977c319f 2018-08-12 08:45:40,266 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateStackNegativeTests-4b7bce42-dbaa-4ee-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9ce297e3f1477da8d7f8551c6acb869eb3f5eaf" 2018-08-12 08:45:40,287 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:45:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bbae0f00-5198-4c02-8517-6cf0a6b9feb8 Content-Encoding: gzip Content-Length: 259 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateStackNegativeTests-4b7bce42-dbaa-4ee-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/ce70188beb834a22b36fad44ba53c456"}, "tags": [], "enabled": true, "id": "ce70188beb834a22b36fad44ba53c456", "parent_id": "default", "domain_id": "default", "name": "CreateStackNegativeTests-4b7bce42-dbaa-4ee-proj"}]} 2018-08-12 08:45:40,288 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateStackNegativeTests-4b7bce42-dbaa-4ee-proj used request id req-bbae0f00-5198-4c02-8517-6cf0a6b9feb8 2018-08-12 08:45:40,291 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9ce297e3f1477da8d7f8551c6acb869eb3f5eaf" 2018-08-12 08:45:40,381 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:45:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9d0a4b5e-0aa0-4361-a1f3-409f9bf5f67a Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:45:40,381 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-9d0a4b5e-0aa0-4361-a1f3-409f9bf5f67a 2018-08-12 08:45:40,756 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9ce297e3f1477da8d7f8551c6acb869eb3f5eaf" 2018-08-12 08:45:40,848 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:45:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c5adce4-7945-46c4-a384-13bb5813d90c Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:45:40,848 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-7c5adce4-7945-46c4-a384-13bb5813d90c 2018-08-12 08:45:40,852 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateStackNegativeTests-4b7bce42-dbaa-4ee-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9ce297e3f1477da8d7f8551c6acb869eb3f5eaf" 2018-08-12 08:45:40,943 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:45:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-380bb3c6-5d46-41cb-b813-95e126006de4 Content-Encoding: gzip Content-Length: 259 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateStackNegativeTests-4b7bce42-dbaa-4ee-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/ce70188beb834a22b36fad44ba53c456"}, "tags": [], "enabled": true, "id": "ce70188beb834a22b36fad44ba53c456", "parent_id": "default", "domain_id": "default", "name": "CreateStackNegativeTests-4b7bce42-dbaa-4ee-proj"}]} 2018-08-12 08:45:40,943 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateStackNegativeTests-4b7bce42-dbaa-4ee-proj used request id req-380bb3c6-5d46-41cb-b813-95e126006de4 2018-08-12 08:45:40,943 - keystone_utils - INFO - Created user with name - CreateStackNegativeTests-4b7bce42-dbaa-4ee-user 2018-08-12 08:45:40,944 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:45:40,947 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9076bb92f5a8b86b1153f1fda059706d914babe1" 2018-08-12 08:45:41,038 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:45:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e90c1941-b163-499a-95b5-41d960ec5bb6 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:45:41,038 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-e90c1941-b163-499a-95b5-41d960ec5bb6 2018-08-12 08:45:41,041 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9076bb92f5a8b86b1153f1fda059706d914babe1" -d '{"role": {"name": "CreateStackNegativeTests-4b7bce42-dbaa-4ee-proj-role"}}' 2018-08-12 08:45:41,238 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:45:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d74801bd-41f8-48d4-a3b5-1ab9b1a4cdeb Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "034148086a1e445eb8313d8d1b9cd672", "links": {"self": "http://172.30.9.21:5000/v3/roles/034148086a1e445eb8313d8d1b9cd672"}, "name": "CreateStackNegativeTests-4b7bce42-dbaa-4ee-proj-role"}} 2018-08-12 08:45:41,238 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-d74801bd-41f8-48d4-a3b5-1ab9b1a4cdeb 2018-08-12 08:45:41,238 - keystone_utils - INFO - Created role with name - CreateStackNegativeTests-4b7bce42-dbaa-4ee-proj-role 2018-08-12 08:45:41,242 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/034148086a1e445eb8313d8d1b9cd672 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9076bb92f5a8b86b1153f1fda059706d914babe1" 2018-08-12 08:45:41,328 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:45:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-622c6533-a616-4748-b8c4-be246487695e Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "034148086a1e445eb8313d8d1b9cd672", "links": {"self": "http://172.30.9.21:5000/v3/roles/034148086a1e445eb8313d8d1b9cd672"}, "name": "CreateStackNegativeTests-4b7bce42-dbaa-4ee-proj-role"}} 2018-08-12 08:45:41,328 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/034148086a1e445eb8313d8d1b9cd672 used request id req-622c6533-a616-4748-b8c4-be246487695e 2018-08-12 08:45:41,328 - keystone_utils - INFO - Granting role CreateStackNegativeTests-4b7bce42-dbaa-4ee-proj-role to project CreateStackNegativeTests-4b7bce42-dbaa-4ee-proj 2018-08-12 08:45:41,332 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/ce70188beb834a22b36fad44ba53c456/users/b396b2bcd3014fc38eb3a2548fca4642/roles/034148086a1e445eb8313d8d1b9cd672 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9076bb92f5a8b86b1153f1fda059706d914babe1" 2018-08-12 08:45:41,474 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:45:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dc660e9b-8b55-4277-bd91-728593f76586 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 08:45:41,474 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/ce70188beb834a22b36fad44ba53c456/users/b396b2bcd3014fc38eb3a2548fca4642/roles/034148086a1e445eb8313d8d1b9cd672 used request id req-dc660e9b-8b55-4277-bd91-728593f76586 2018-08-12 08:45:41,475 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:45:41,475 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:45:41,881 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "034148086a1e445eb8313d8d1b9cd672", "name": "CreateStackNegativeTests-4b7bce42-dbaa-4ee-proj-role"}], "expires_at": "2018-08-12T09:45:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ce70188beb834a22b36fad44ba53c456", "name": "CreateStackNegativeTests-4b7bce42-dbaa-4ee-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/ce70188beb834a22b36fad44ba53c456", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/ce70188beb834a22b36fad44ba53c456", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/ce70188beb834a22b36fad44ba53c456", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_ce70188beb834a22b36fad44ba53c456", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_ce70188beb834a22b36fad44ba53c456", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/ce70188beb834a22b36fad44ba53c456", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/ce70188beb834a22b36fad44ba53c456", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/ce70188beb834a22b36fad44ba53c456", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/ce70188beb834a22b36fad44ba53c456", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/ce70188beb834a22b36fad44ba53c456", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/ce70188beb834a22b36fad44ba53c456", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/ce70188beb834a22b36fad44ba53c456", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/ce70188beb834a22b36fad44ba53c456", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/ce70188beb834a22b36fad44ba53c456", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackNegativeTests-4b7bce42-dbaa-4ee-user", "id": "b396b2bcd3014fc38eb3a2548fca4642"}, "audit_ids": ["ZL9LGuk6SG-E2jl2woPqEw"], "issued_at": "2018-08-12T08:45:41.000000Z"}} 2018-08-12 08:45:41,882 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}48e11eee1018a7ef05c5dfa36983a97489718312" 2018-08-12 08:45:41,962 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:45:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-25894ed5-e4b8-445a-a38f-068576b68898 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:45:41,963 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-25894ed5-e4b8-445a-a38f-068576b68898 2018-08-12 08:45:41,964 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:45:41,964 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:45:41,964 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:45:41,964 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:45:41,965 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:45:41,966 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-12 08:45:41,969 - heat_utils - DEBUG - Retrieving Heat Client 2018-08-12 08:45:41,972 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/ce70188beb834a22b36fad44ba53c456/stacks?stack_name=CreateStackNegativeTests-2174099f-32b4-4f26-8f82-b6ad06d577fb -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48e11eee1018a7ef05c5dfa36983a97489718312" 2018-08-12 08:45:42,175 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:45:41 GMT Server: Apache x-openstack-request-id: req-a4a5b8fd-1f20-44a0-9e2f-68114a3baf2e Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-08-12 08:45:42,175 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ce70188beb834a22b36fad44ba53c456/stacks?stack_name=CreateStackNegativeTests-2174099f-32b4-4f26-8f82-b6ad06d577fb used request id req-a4a5b8fd-1f20-44a0-9e2f-68114a3baf2e 2018-08-12 08:45:42,202 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8004/v1/ce70188beb834a22b36fad44ba53c456/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48e11eee1018a7ef05c5dfa36983a97489718312" -d '{"stack_name": "CreateStackNegativeTests-2174099f-32b4-4f26-8f82-b6ad06d577fb", "template": {"heat_template_version": "2015-04-30", "description": "Simple template to deploy a single compute instance", "parameters": {"flavor_name": {"default": "m1.small", "type": "string", "description": "Type of instance (flavor) to be used", "label": "Instance Type"}, "inst_name": {"default": "test_vm", "type": "string", "description": "The name of the spawned vm", "label": "Test VM name"}, "subnet_name": {"default": "test_subnet", "type": "string", "description": "The name of the stack's subnet", "label": "Test subnet name"}, "net_name": {"default": "test_net", "type": "string", "description": "The name of the stack's network", "label": "Test network name"}, "image_name": {"default": "heat_utils_tests", "type": "string", "description": "Image to be used for compute instance", "label": "Image ID"}}, "resources": {"server1_port": {"type": "OS::Neutron::Port", "properties": {"network_id": {"get_resource": "private_net"}, "fixed_ips": [{"subnet_id": {"get_resource": "private_subnet"}}]}}, "private_subnet": {"type": "OS::Neutron::Subnet", "properties": {"network_id": {"get_resource": "private_net"}, "cidr": "10.0.0.0/24", "name": {"get_param": "subnet_name"}}}, "private_net": {"type": "OS::Neutron::Net", "properties": {"name": {"get_param": "net_name"}}}, "my_instance": {"type": "OS::Nova::Server", "properties": {"image": {"get_param": "image_name"}, "name": {"get_param": "inst_name"}, "flavor": {"get_param": "flavor_name"}, "networks": [{"port": {"get_resource": "server1_port"}}]}}}}}' 2018-08-12 08:45:42,654 - keystoneauth.session - DEBUG - RESP: [400] Date: Sun, 12 Aug 2018 08:45:42 GMT Server: Apache x-openstack-request-id: req-c31363f3-60f5-4f13-b7ab-e372313552e2 Content-Length: 383 Content-Type: application/json RESP BODY: {"explanation": "The server could not comply with the request since it is either malformed or otherwise incorrect.", "code": 400, "error": {"message": "Property error: : resources.my_instance.properties.image: : Error validating value 'heat_utils_tests': No images matching {'name': u'heat_utils_tests'}.", "traceback": null, "type": "StackValidationFailed"}, "title": "Bad Request"} 2018-08-12 08:45:42,654 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.21:8004/v1/ce70188beb834a22b36fad44ba53c456/stacks used request id req-c31363f3-60f5-4f13-b7ab-e372313552e2 2018-08-12 08:45:42,655 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:45:42,655 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:45:42,655 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:45:42,656 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:45:42,656 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:45:42,662 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9076bb92f5a8b86b1153f1fda059706d914babe1" 2018-08-12 08:45:42,938 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 43135 X-Openstack-Request-Id: req-445bfbbe-2917-44fa-94b1-a442997b8a0f Date: Sun, 12 Aug 2018 08:45:42 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "created_at": "2018-08-12T06:59:44Z", "updated_at": "2018-08-12T06:59:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "1d7fd960-7865-4453-aecc-8d399b4fad21", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "66820d8a-b785-4b18-bd67-500221c8e4f9", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "74fc7638-a322-4841-8c47-06d36174a200", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "8eaa09ec-8419-4582-9312-1e527afe6e4b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}], "revision_number": 4, "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "created_at": "2018-08-12T05:12:34Z", "updated_at": "2018-08-12T05:12:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "709513d2-af7d-4d0b-bd3c-604fed75a711", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "aa346066-e46f-44f2-94be-2884aa998a19", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "c15f7b93-e56c-4afa-867d-2acb286d4b7b", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "cb0ef83f-5f70-4a80-ad35-431ca9df551e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}], "revision_number": 4, "project_id": "fa5a7fe6ee54472ba01638877aade8e3", "id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ea65becf30e54b27aa96a449698a435e", "created_at": "2018-08-12T05:10:35Z", "updated_at": "2018-08-12T05:10:35Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "30ad280c-f302-4cd4-a438-5139917b56f9", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "76115c4c-887d-4f0a-83e2-486e4b39c713", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "8ab14937-4c08-4d43-8a9a-662e622cc643", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "ee757a03-5662-4273-9c3e-6212e7afb48f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}], "revision_number": 4, "project_id": "ea65becf30e54b27aa96a449698a435e", "id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "created_at": "2018-08-12T06:20:09Z", "updated_at": "2018-08-12T06:20:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "1123b8f2-75ac-4a26-b9b2-a96da97408e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "2ddd2b93-e080-48cd-9a50-f5fe8a82ad0c", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "cd1bae62-0aea-4438-b4c3-50a69ae6f855", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "e398e01e-ceea-46d1-9534-b929808c4a5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}], "revision_number": 4, "project_id": "ff7abd7bb61f4f2889831e932d65dc2e", "id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "created_at": "2018-08-12T05:34:57Z", "updated_at": "2018-08-12T05:34:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "208a1c1e-f5f8-49c7-9a25-d07e68b1541f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "27bfd867-e607-4bf8-9de8-60682d3f771d", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "49360e1f-6fd3-4f35-b339-24cea95773ee", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "60f631a9-d305-4920-9631-d0543e2ac64f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}], "revision_number": 4, "project_id": "3a85ceae958d4d9fba68847e7df67db8", "id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "created_at": "2018-08-12T05:34:40Z", "updated_at": "2018-08-12T05:34:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "2192c259-363e-4768-ae73-e75837ad63b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "3f87ddc5-f84d-41dc-8215-847724782569", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "7d89f6da-ea78-49dd-9115-f9ad23b250bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "9ec4497d-0f65-44db-9be9-7b3042e4a584", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}], "revision_number": 4, "project_id": "85517fcf1c6247e699fdcdd42ecc8c79", "id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "created_at": "2018-08-12T05:16:02Z", "updated_at": "2018-08-12T05:16:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "1ecacd8c-c1c7-4a66-9871-406a69323b43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "3cc1750c-e0e7-4902-b6f3-494a161b832e", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "d719a7a4-8c99-44ed-8c12-6bf071890203", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "fe7421b5-d577-41da-8c78-62f3c07eda92", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}], "revision_number": 4, "project_id": "a267b9a156244bb192691cff6e5f74fe", "id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "315a428116f24d9fbb826b37080a918e", "created_at": "2018-08-12T05:11:31Z", "updated_at": "2018-08-12T05:11:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "5e52886a-1dc3-4a81-a55d-f388dc4fd1a1", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "678e32e4-d64c-448a-a4ab-e253ab94ae90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "a8da1539-e3ad-4f90-b2df-3dc1f09d228a", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "b73d5cc9-0205-4658-bb1f-61a042c0ab8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}], "revision_number": 4, "project_id": "315a428116f24d9fbb826b37080a918e", "id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-12T05:08:01Z", "updated_at": "2018-08-12T05:08:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:01Z", "revision_number": 0, "id": "0fb05d03-1117-45d0-930c-b6d4c96ef102", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "4faaab33-5788-4bbd-85b8-0fb44d41413a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "96d0c5a0-5c67-421b-8fc8-2b46d77e5db3", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "dd78519b-4bc5-4e8e-ad0f-58089dd69347", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "11a46741b7954b959fd7764109c047b6", "created_at": "2018-08-12T05:34:51Z", "updated_at": "2018-08-12T05:34:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "0b67bf3c-2289-43bb-ab6c-7d25ec32a279", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "51f3f833-337a-42bd-a8d5-742ea8d6c226", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "571fd0b5-ef90-408d-af33-aafb517b8993", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "944ba823-fb9c-496e-a66e-bb426bb14a8d", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}], "revision_number": 4, "project_id": "11a46741b7954b959fd7764109c047b6", "id": "90af9782-8112-4257-801d-ee5115d226ba", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "created_at": "2018-08-12T05:34:26Z", "updated_at": "2018-08-12T05:34:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "2ee1f63a-807c-4d6a-85ee-dd784f6b8c3f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5dec3ec2-2add-47dd-8618-90659dcf3885", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5ea0dc3e-49d0-43f0-94e9-f6443527d14c", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "fbfaca22-7e3e-4128-8973-43e439b77c28", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}], "revision_number": 4, "project_id": "3c01cd58055c44ecaef39f7e625c2258", "id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "521007c1818145639e93ceb270559219", "created_at": "2018-08-12T05:13:27Z", "updated_at": "2018-08-12T05:13:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "5e7fede5-b0f2-47d8-95c3-516cdfc7f9de", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "8fd0e36f-c6c4-4f64-ba97-40439e614448", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "db7d79de-1dfc-4138-945f-91e74cdc266b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "e87f2cff-ff3e-4b6d-aaf0-7f0eb0ab9f05", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}], "revision_number": 4, "project_id": "521007c1818145639e93ceb270559219", "id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "created_at": "2018-08-12T05:08:18Z", "updated_at": "2018-08-12T05:08:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "3c67be40-bf74-4f97-9693-d93ce73a23b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "6112d869-2fc6-4a25-a13c-3d55cd7206c0", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "bdf21c56-453e-482e-9cba-3c55abcb0339", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "c8e92c39-38cc-4f48-be9c-5f0912e6a725", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}], "revision_number": 4, "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "created_at": "2018-08-12T05:04:23Z", "updated_at": "2018-08-12T05:04:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "280546d9-8ad1-4283-abfc-15ee9b1736c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "58bce125-f2ca-4a6d-b9ca-4e6cf5c0f7a5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "69275b9a-cfb5-482c-a9c4-8ffc79adf2c7", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "6d747f3a-3764-469a-a645-f977585c5aac", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}], "revision_number": 4, "project_id": "310f5853751a4c968f3eeb0a3d99a0a8", "id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "created_at": "2018-08-12T05:34:42Z", "updated_at": "2018-08-12T05:34:42Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "199582e8-25aa-457a-aa7c-6d8413ca4464", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "234f3609-4454-448f-919d-c8143c7cd764", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "c1061460-71a2-49a9-a04b-9fa33eeb17ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "d21ac532-51d8-4d6b-8300-7bac216759bf", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}], "revision_number": 4, "project_id": "9f6c1a272706419c9a74b0893b2890e8", "id": "d6739716-c693-460c-89c6-e7c8c48f8245", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "created_at": "2018-08-12T05:34:54Z", "updated_at": "2018-08-12T05:34:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "0633a05a-ee7d-4476-a56b-75d011b22f77", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "6cc1b9f8-73db-47a3-a0e0-3c96c43f34da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "90d99a6b-e94f-4fd8-a10c-f19dd8954c13", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "e843c139-af2a-4d2c-a24f-59f7b10ff72e", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}], "revision_number": 4, "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "created_at": "2018-08-12T05:09:07Z", "updated_at": "2018-08-12T05:09:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "5495e168-f505-4d74-ae6d-387f0bf533c2", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "6fd19b8b-3062-456e-81ba-3ff37fe43429", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8ca59d25-485c-46ce-939c-2e4a468caeac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8f190846-50a0-42b9-b571-390809b752b1", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}], "revision_number": 4, "project_id": "fa9ca6d7608b4d7d87ce97331679a481", "id": "edcd9b17-9416-4c25-823c-060c435e18d7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "created_at": "2018-08-12T05:34:52Z", "updated_at": "2018-08-12T05:34:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "2c7e484e-6ec5-4a95-8c9c-66d294c0c27e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "70c74258-3c2c-4efc-87e0-079c26ee3417", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "b70382fa-082e-4c2b-abc8-87490fa50b11", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "c3628e02-b4b6-42c9-8751-c1a2d3c19caa", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}], "revision_number": 4, "project_id": "87db863ba6e348b0a5ddcb67053db9d1", "id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "name": "default"}]} 2018-08-12 08:45:42,939 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-445bfbbe-2917-44fa-94b1-a442997b8a0f 2018-08-12 08:45:42,947 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9076bb92f5a8b86b1153f1fda059706d914babe1" 2018-08-12 08:45:43,034 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:45:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b8d56d99-6e4a-48e9-b509-e658120abc80 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 5fe28c13d4d74ba2be8d019ac1ea6363.", "code": 404, "title": "Not Found"}} 2018-08-12 08:45:43,034 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 used request id req-b8d56d99-6e4a-48e9-b509-e658120abc80 2018-08-12 08:45:43,034 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:45:43,038 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9076bb92f5a8b86b1153f1fda059706d914babe1" 2018-08-12 08:45:43,127 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:45:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d2a0b87d-22d2-4888-8c70-8fbbb76d8c1f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa5a7fe6ee54472ba01638877aade8e3.", "code": 404, "title": "Not Found"}} 2018-08-12 08:45:43,128 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 used request id req-d2a0b87d-22d2-4888-8c70-8fbbb76d8c1f 2018-08-12 08:45:43,128 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:45:43,131 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9076bb92f5a8b86b1153f1fda059706d914babe1" 2018-08-12 08:45:43,224 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:45:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9b750d30-61a5-426d-95a0-39f2f1f71fcc Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ea65becf30e54b27aa96a449698a435e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:45:43,224 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e used request id req-9b750d30-61a5-426d-95a0-39f2f1f71fcc 2018-08-12 08:45:43,224 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:45:43,228 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9076bb92f5a8b86b1153f1fda059706d914babe1" 2018-08-12 08:45:43,319 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:45:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ef8f8a0c-d4f7-4354-a691-1d40c060eee5 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ff7abd7bb61f4f2889831e932d65dc2e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:45:43,319 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e used request id req-ef8f8a0c-d4f7-4354-a691-1d40c060eee5 2018-08-12 08:45:43,319 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:45:43,323 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9076bb92f5a8b86b1153f1fda059706d914babe1" 2018-08-12 08:45:43,416 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:45:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c832e163-ccb3-460c-a4a5-2df4af9ad3b6 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3a85ceae958d4d9fba68847e7df67db8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:45:43,416 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 used request id req-c832e163-ccb3-460c-a4a5-2df4af9ad3b6 2018-08-12 08:45:43,416 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:45:43,420 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9076bb92f5a8b86b1153f1fda059706d914babe1" 2018-08-12 08:45:43,506 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:45:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e54b2009-8285-4543-819b-55bb82cf7fd9 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 85517fcf1c6247e699fdcdd42ecc8c79.", "code": 404, "title": "Not Found"}} 2018-08-12 08:45:43,506 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 used request id req-e54b2009-8285-4543-819b-55bb82cf7fd9 2018-08-12 08:45:43,506 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:45:43,510 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9076bb92f5a8b86b1153f1fda059706d914babe1" 2018-08-12 08:45:43,601 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:45:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-60724f38-354d-49d7-8ad5-bb13a9c99695 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}} 2018-08-12 08:45:43,601 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe used request id req-60724f38-354d-49d7-8ad5-bb13a9c99695 2018-08-12 08:45:43,605 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9076bb92f5a8b86b1153f1fda059706d914babe1" 2018-08-12 08:45:43,692 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:45:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ec02a9b8-8fbe-4d9f-bc50-9454e7dd9403 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 315a428116f24d9fbb826b37080a918e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:45:43,692 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e used request id req-ec02a9b8-8fbe-4d9f-bc50-9454e7dd9403 2018-08-12 08:45:43,692 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:45:43,696 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9076bb92f5a8b86b1153f1fda059706d914babe1" 2018-08-12 08:45:43,785 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:45:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8ef7cc45-a5cf-4e2c-af52-ce7e78e92a01 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 11a46741b7954b959fd7764109c047b6.", "code": 404, "title": "Not Found"}} 2018-08-12 08:45:43,785 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 used request id req-8ef7cc45-a5cf-4e2c-af52-ce7e78e92a01 2018-08-12 08:45:43,785 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:45:43,788 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9076bb92f5a8b86b1153f1fda059706d914babe1" 2018-08-12 08:45:43,886 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:45:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6e85b3b4-5a90-4635-9c24-99cae4aeea74 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3c01cd58055c44ecaef39f7e625c2258.", "code": 404, "title": "Not Found"}} 2018-08-12 08:45:43,886 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 used request id req-6e85b3b4-5a90-4635-9c24-99cae4aeea74 2018-08-12 08:45:43,886 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:45:43,890 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9076bb92f5a8b86b1153f1fda059706d914babe1" 2018-08-12 08:45:43,981 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:45:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e74a8280-c9a7-4f7c-9f64-5ddda5a2be26 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 521007c1818145639e93ceb270559219.", "code": 404, "title": "Not Found"}} 2018-08-12 08:45:43,981 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 used request id req-e74a8280-c9a7-4f7c-9f64-5ddda5a2be26 2018-08-12 08:45:43,981 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:45:43,985 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9076bb92f5a8b86b1153f1fda059706d914babe1" 2018-08-12 08:45:44,069 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:45:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2369b9ed-e765-470e-8d43-635dfab5de42 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e18fcc7fc10a4fd0b20234f8520d0aab.", "code": 404, "title": "Not Found"}} 2018-08-12 08:45:44,069 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab used request id req-2369b9ed-e765-470e-8d43-635dfab5de42 2018-08-12 08:45:44,070 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:45:44,073 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9076bb92f5a8b86b1153f1fda059706d914babe1" 2018-08-12 08:45:44,190 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:45:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8913c4b9-60ca-4d69-81e7-e0a19cfb34da Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "310f5853751a4c968f3eeb0a3d99a0a8", "name": "service"}} 2018-08-12 08:45:44,190 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 used request id req-8913c4b9-60ca-4d69-81e7-e0a19cfb34da 2018-08-12 08:45:44,194 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9076bb92f5a8b86b1153f1fda059706d914babe1" 2018-08-12 08:45:44,285 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:45:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0029083b-24d3-4e45-8caf-5f261a00e917 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9f6c1a272706419c9a74b0893b2890e8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:45:44,285 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 used request id req-0029083b-24d3-4e45-8caf-5f261a00e917 2018-08-12 08:45:44,285 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:45:44,289 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/34cb7327fcfc4b52a63b4b8c0ea4a54d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9076bb92f5a8b86b1153f1fda059706d914babe1" 2018-08-12 08:45:44,375 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:45:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7e85189d-5a51-4f13-8cbc-e88529c5cd9e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 34cb7327fcfc4b52a63b4b8c0ea4a54d.", "code": 404, "title": "Not Found"}} 2018-08-12 08:45:44,375 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/34cb7327fcfc4b52a63b4b8c0ea4a54d used request id req-7e85189d-5a51-4f13-8cbc-e88529c5cd9e 2018-08-12 08:45:44,376 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:45:44,379 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa9ca6d7608b4d7d87ce97331679a481 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9076bb92f5a8b86b1153f1fda059706d914babe1" 2018-08-12 08:45:44,469 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:45:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-79905bbb-2316-45c3-887c-74e7339a52eb Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa9ca6d7608b4d7d87ce97331679a481.", "code": 404, "title": "Not Found"}} 2018-08-12 08:45:44,470 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa9ca6d7608b4d7d87ce97331679a481 used request id req-79905bbb-2316-45c3-887c-74e7339a52eb 2018-08-12 08:45:44,470 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:45:44,473 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/87db863ba6e348b0a5ddcb67053db9d1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9076bb92f5a8b86b1153f1fda059706d914babe1" 2018-08-12 08:45:44,567 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:45:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-de2af409-8ee8-41e8-81de-0c41034f9185 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87db863ba6e348b0a5ddcb67053db9d1.", "code": 404, "title": "Not Found"}} 2018-08-12 08:45:44,567 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/87db863ba6e348b0a5ddcb67053db9d1 used request id req-de2af409-8ee8-41e8-81de-0c41034f9185 2018-08-12 08:45:44,568 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:45:44,569 - keystone_utils - INFO - Deleting project with name - CreateStackNegativeTests-4b7bce42-dbaa-4ee-proj 2018-08-12 08:45:44,572 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/ce70188beb834a22b36fad44ba53c456 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9076bb92f5a8b86b1153f1fda059706d914babe1" 2018-08-12 08:45:44,794 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:45:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-465fd68b-0282-4c85-af40-9c58d2142f6d 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 08:45:44,794 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/ce70188beb834a22b36fad44ba53c456 used request id req-465fd68b-0282-4c85-af40-9c58d2142f6d 2018-08-12 08:45:44,795 - keystone_utils - INFO - Deleting role with name - CreateStackNegativeTests-4b7bce42-dbaa-4ee-proj-role 2018-08-12 08:45:44,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/034148086a1e445eb8313d8d1b9cd672 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9076bb92f5a8b86b1153f1fda059706d914babe1" 2018-08-12 08:45:44,914 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:45:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d4f7f76b-550b-4072-9ae8-a4758e18deb8 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 08:45:44,914 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/034148086a1e445eb8313d8d1b9cd672 used request id req-d4f7f76b-550b-4072-9ae8-a4758e18deb8 2018-08-12 08:45:44,918 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9076bb92f5a8b86b1153f1fda059706d914babe1" 2018-08-12 08:45:45,011 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:45:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d302ed6d-81f8-466e-8cb5-240a799356dd Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:45:45,012 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-d302ed6d-81f8-466e-8cb5-240a799356dd 2018-08-12 08:45:45,012 - keystone_utils - INFO - Deleting user with name - CreateStackNegativeTests-4b7bce42-dbaa-4ee-user 2018-08-12 08:45:45,016 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/b396b2bcd3014fc38eb3a2548fca4642 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9ce297e3f1477da8d7f8551c6acb869eb3f5eaf" 2018-08-12 08:45:45,205 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:45:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-be445832-14cf-4354-9318-3336287826bc 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 08:45:45,206 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/b396b2bcd3014fc38eb3a2548fca4642 used request id req-be445832-14cf-4354-9318-3336287826bc 2018-08-12 08:45:45,207 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:45:45,597 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:45:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["qbvWY3DuRvuZaLtPZzkhKQ"], "issued_at": "2018-08-12T08:45:45.000000Z"}} 2018-08-12 08:45:45,598 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}ce349434fb5eeebeaf92b2901d961656effe43a5" 2018-08-12 08:45:45,693 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:45:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1d7997c0-a214-454b-a0dd-1386c939fe77 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:45:45,693 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-1d7997c0-a214-454b-a0dd-1386c939fe77 2018-08-12 08:45:45,694 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:45:45,695 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:45:46,079 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:45:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["9YyOyEfMQAeeTQMC6zDymg"], "issued_at": "2018-08-12T08:45:46.000000Z"}} 2018-08-12 08:45:46,079 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}f81bb50e3c4226e18bf122d2a214cb6eb2645d1c" 2018-08-12 08:45:46,164 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:45:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-87f86283-589b-49a5-8996-e6457b9e2d92 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:45:46,164 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-87f86283-589b-49a5-8996-e6457b9e2d92 2018-08-12 08:45:46,168 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:45:46,174 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:45:46 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:45:46,175 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackFloatingIpTests-363f1c33-5301-478-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f81bb50e3c4226e18bf122d2a214cb6eb2645d1c" 2018-08-12 08:45:46,264 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:45:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-96795cc2-e1e3-46ce-a5fd-50919babc170 Content-Encoding: gzip Content-Length: 182 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackFloatingIpTests-363f1c33-5301-478-proj", "previous": null, "next": null}, "projects": []} 2018-08-12 08:45:46,264 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackFloatingIpTests-363f1c33-5301-478-proj used request id req-96795cc2-e1e3-46ce-a5fd-50919babc170 2018-08-12 08:45:46,268 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f81bb50e3c4226e18bf122d2a214cb6eb2645d1c" 2018-08-12 08:45:46,362 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:45:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-404540c9-e876-46ea-9e12-6f0c8f095680 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:45:46,362 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-404540c9-e876-46ea-9e12-6f0c8f095680 2018-08-12 08:45:46,366 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f81bb50e3c4226e18bf122d2a214cb6eb2645d1c" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackFloatingIpTests-363f1c33-5301-478-proj"}}' 2018-08-12 08:45:46,489 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:45:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-152d3485-0f7b-4f38-b081-523c9d1784f9 Content-Length: 323 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c66b8eadd57844168146bee72c2cfdb6"}, "tags": [], "enabled": true, "id": "c66b8eadd57844168146bee72c2cfdb6", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-363f1c33-5301-478-proj"}} 2018-08-12 08:45:46,489 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-152d3485-0f7b-4f38-b081-523c9d1784f9 2018-08-12 08:45:46,489 - keystone_utils - INFO - Created project with name - CreateStackFloatingIpTests-363f1c33-5301-478-proj 2018-08-12 08:45:46,489 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:45:46,490 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:45:46,879 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:45:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["E291G205T0m9Miuui49LCw"], "issued_at": "2018-08-12T08:45:46.000000Z"}} 2018-08-12 08:45:46,879 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}582ebedf3fea8d0365c8a32f536aa45df7913031" 2018-08-12 08:45:46,965 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:45:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-db56faba-a5a1-402f-afbf-97192ed22e35 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:45:46,965 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-db56faba-a5a1-402f-afbf-97192ed22e35 2018-08-12 08:45:46,969 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:45:46,974 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:45:46 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:45:46,975 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}582ebedf3fea8d0365c8a32f536aa45df7913031" 2018-08-12 08:45:47,076 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:45:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-505df2c4-fa89-4936-a2cc-6b4e1d72a882 Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/105a247548624314b9228f85f6325f0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105a247548624314b9228f85f6325f0b", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/1c5de0eaa44543f08da6ad63a51594ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c5de0eaa44543f08da6ad63a51594ff", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/1d127b5b832547a88a547c116dfdd65b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d127b5b832547a88a547c116dfdd65b", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/1d5cfc170d624ce4ae53ae0507c8d517"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d5cfc170d624ce4ae53ae0507c8d517", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/2421820b75eb4d3ebd02830378d1377b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2421820b75eb4d3ebd02830378d1377b", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/40bd8ee54ecf44868cc83cede652c396"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40bd8ee54ecf44868cc83cede652c396", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/4f32fb8153854c4c9f5094b42b523f80"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f32fb8153854c4c9f5094b42b523f80", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7066130d08fb4db7bf4ab468de53933b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7066130d08fb4db7bf4ab468de53933b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/8d0898a83bcf4521bbc11501d5d7ac89"}, "domain_id": "1eec97585bde483292ece28ee11f4b8d", "enabled": true, "options": {}, "id": "8d0898a83bcf4521bbc11501d5d7ac89", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/9defcced327d476f8a3beab718a13da3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9defcced327d476f8a3beab718a13da3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/b80ee4f6992446e0879624dd436e99a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b80ee4f6992446e0879624dd436e99a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b86fd3e011324d398fcdb6f095a20a9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b86fd3e011324d398fcdb6f095a20a9d", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1701d2754064b5cadf765ea0806f9b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1701d2754064b5cadf765ea0806f9b2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/db4e7b8d76d549faa502716565c733dd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db4e7b8d76d549faa502716565c733dd", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-12 08:45:47,076 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-505df2c4-fa89-4936-a2cc-6b4e1d72a882 2018-08-12 08:45:47,080 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateStackFloatingIpTests-363f1c33-5301-478-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}582ebedf3fea8d0365c8a32f536aa45df7913031" 2018-08-12 08:45:47,174 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:45:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-28ed3732-fab1-4f5e-834e-0e10265e478f Content-Encoding: gzip Content-Length: 264 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateStackFloatingIpTests-363f1c33-5301-478-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c66b8eadd57844168146bee72c2cfdb6"}, "tags": [], "enabled": true, "id": "c66b8eadd57844168146bee72c2cfdb6", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-363f1c33-5301-478-proj"}]} 2018-08-12 08:45:47,175 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateStackFloatingIpTests-363f1c33-5301-478-proj used request id req-28ed3732-fab1-4f5e-834e-0e10265e478f 2018-08-12 08:45:47,178 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}582ebedf3fea8d0365c8a32f536aa45df7913031" 2018-08-12 08:45:47,274 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:45:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-183c1d31-d3fa-45da-bca2-d59a5babba11 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:45:47,275 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-183c1d31-d3fa-45da-bca2-d59a5babba11 2018-08-12 08:45:47,649 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}582ebedf3fea8d0365c8a32f536aa45df7913031" 2018-08-12 08:45:47,666 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:45:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-23c1b937-c651-46c3-9c57-8fb5faa56814 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:45:47,667 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-23c1b937-c651-46c3-9c57-8fb5faa56814 2018-08-12 08:45:47,670 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateStackFloatingIpTests-363f1c33-5301-478-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}582ebedf3fea8d0365c8a32f536aa45df7913031" 2018-08-12 08:45:47,761 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:45:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6b0cf388-a604-4597-afa6-56ed671d97e3 Content-Encoding: gzip Content-Length: 264 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateStackFloatingIpTests-363f1c33-5301-478-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c66b8eadd57844168146bee72c2cfdb6"}, "tags": [], "enabled": true, "id": "c66b8eadd57844168146bee72c2cfdb6", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-363f1c33-5301-478-proj"}]} 2018-08-12 08:45:47,761 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateStackFloatingIpTests-363f1c33-5301-478-proj used request id req-6b0cf388-a604-4597-afa6-56ed671d97e3 2018-08-12 08:45:47,765 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users/40dea2a13e2945e29453d1ce78f50e25 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}582ebedf3fea8d0365c8a32f536aa45df7913031" 2018-08-12 08:45:47,864 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:45:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-27cab376-c6bb-4ba6-8361-27e6ff3569ac Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackFloatingIpTests-363f1c33-5301-478-user", "links": {"self": "http://172.30.9.21:5000/v3/users/40dea2a13e2945e29453d1ce78f50e25"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "c66b8eadd57844168146bee72c2cfdb6", "id": "40dea2a13e2945e29453d1ce78f50e25", "password_expires_at": null}} 2018-08-12 08:45:47,864 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/40dea2a13e2945e29453d1ce78f50e25 used request id req-27cab376-c6bb-4ba6-8361-27e6ff3569ac 2018-08-12 08:45:47,868 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c66b8eadd57844168146bee72c2cfdb6/users/40dea2a13e2945e29453d1ce78f50e25/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}582ebedf3fea8d0365c8a32f536aa45df7913031" 2018-08-12 08:45:47,982 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:45:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e00ca8e8-c59a-4ab6-8f3e-b58d7c694ec8 Content-Encoding: gzip Content-Length: 164 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects/c66b8eadd57844168146bee72c2cfdb6/users/40dea2a13e2945e29453d1ce78f50e25/roles", "previous": null, "next": null}, "roles": []} 2018-08-12 08:45:47,982 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c66b8eadd57844168146bee72c2cfdb6/users/40dea2a13e2945e29453d1ce78f50e25/roles used request id req-e00ca8e8-c59a-4ab6-8f3e-b58d7c694ec8 2018-08-12 08:45:47,985 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}582ebedf3fea8d0365c8a32f536aa45df7913031" 2018-08-12 08:45:48,076 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:45:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-147c382e-2661-446b-9f65-4e65475283c2 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}} 2018-08-12 08:45:48,076 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c used request id req-147c382e-2661-446b-9f65-4e65475283c2 2018-08-12 08:45:48,076 - keystone_utils - INFO - Granting role admin to project CreateStackFloatingIpTests-363f1c33-5301-478-proj 2018-08-12 08:45:48,079 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/c66b8eadd57844168146bee72c2cfdb6/users/40dea2a13e2945e29453d1ce78f50e25/roles/8dbf9ffab0974542864a297567a51a1c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}582ebedf3fea8d0365c8a32f536aa45df7913031" 2018-08-12 08:45:48,211 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:45:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bc29c293-bb8d-408d-907b-56e841a697f9 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 08:45:48,211 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/c66b8eadd57844168146bee72c2cfdb6/users/40dea2a13e2945e29453d1ce78f50e25/roles/8dbf9ffab0974542864a297567a51a1c used request id req-bc29c293-bb8d-408d-907b-56e841a697f9 2018-08-12 08:45:48,215 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}582ebedf3fea8d0365c8a32f536aa45df7913031" 2018-08-12 08:45:48,306 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:45:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9f62120c-d244-4584-9597-fcfb876eb5d6 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:45:48,306 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-9f62120c-d244-4584-9597-fcfb876eb5d6 2018-08-12 08:45:48,310 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateStackFloatingIpTests-363f1c33-5301-478-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}582ebedf3fea8d0365c8a32f536aa45df7913031" 2018-08-12 08:45:48,405 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:45:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9735a6f2-f7fa-47e3-bf4c-fd0baaa94ea0 Content-Encoding: gzip Content-Length: 264 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateStackFloatingIpTests-363f1c33-5301-478-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c66b8eadd57844168146bee72c2cfdb6"}, "tags": [], "enabled": true, "id": "c66b8eadd57844168146bee72c2cfdb6", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-363f1c33-5301-478-proj"}]} 2018-08-12 08:45:48,405 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateStackFloatingIpTests-363f1c33-5301-478-proj used request id req-9735a6f2-f7fa-47e3-bf4c-fd0baaa94ea0 2018-08-12 08:45:48,405 - keystone_utils - INFO - Created user with name - CreateStackFloatingIpTests-363f1c33-5301-478-user 2018-08-12 08:45:48,406 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:45:48,409 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f81bb50e3c4226e18bf122d2a214cb6eb2645d1c" 2018-08-12 08:45:48,424 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:45:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a4546c36-0fe1-4bc7-b6dd-a7ee798c0b61 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:45:48,424 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-a4546c36-0fe1-4bc7-b6dd-a7ee798c0b61 2018-08-12 08:45:48,427 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f81bb50e3c4226e18bf122d2a214cb6eb2645d1c" -d '{"role": {"name": "CreateStackFloatingIpTests-363f1c33-5301-478-proj-role"}}' 2018-08-12 08:45:48,537 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:45:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b5deb866-6d42-4584-a45d-d781831ea142 Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "feb4cec0ebca4fc59acf07dcb140fd77", "links": {"self": "http://172.30.9.21:5000/v3/roles/feb4cec0ebca4fc59acf07dcb140fd77"}, "name": "CreateStackFloatingIpTests-363f1c33-5301-478-proj-role"}} 2018-08-12 08:45:48,537 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-b5deb866-6d42-4584-a45d-d781831ea142 2018-08-12 08:45:48,538 - keystone_utils - INFO - Created role with name - CreateStackFloatingIpTests-363f1c33-5301-478-proj-role 2018-08-12 08:45:48,541 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/feb4cec0ebca4fc59acf07dcb140fd77 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f81bb50e3c4226e18bf122d2a214cb6eb2645d1c" 2018-08-12 08:45:48,637 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:45:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2fd4aab5-351c-4f72-89d3-7e350c2253b7 Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "feb4cec0ebca4fc59acf07dcb140fd77", "links": {"self": "http://172.30.9.21:5000/v3/roles/feb4cec0ebca4fc59acf07dcb140fd77"}, "name": "CreateStackFloatingIpTests-363f1c33-5301-478-proj-role"}} 2018-08-12 08:45:48,638 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/feb4cec0ebca4fc59acf07dcb140fd77 used request id req-2fd4aab5-351c-4f72-89d3-7e350c2253b7 2018-08-12 08:45:48,638 - keystone_utils - INFO - Granting role CreateStackFloatingIpTests-363f1c33-5301-478-proj-role to project CreateStackFloatingIpTests-363f1c33-5301-478-proj 2018-08-12 08:45:48,641 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/c66b8eadd57844168146bee72c2cfdb6/users/40dea2a13e2945e29453d1ce78f50e25/roles/feb4cec0ebca4fc59acf07dcb140fd77 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f81bb50e3c4226e18bf122d2a214cb6eb2645d1c" 2018-08-12 08:45:48,767 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:45:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f260db9b-b5dc-46bc-8642-81315b2c76c1 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 08:45:48,767 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/c66b8eadd57844168146bee72c2cfdb6/users/40dea2a13e2945e29453d1ce78f50e25/roles/feb4cec0ebca4fc59acf07dcb140fd77 used request id req-f260db9b-b5dc-46bc-8642-81315b2c76c1 2018-08-12 08:45:48,768 - heat_utils - DEBUG - Retrieving Heat Client 2018-08-12 08:45:48,768 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-08-12 08:45:48,768 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:45:48,769 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:45:49,164 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "feb4cec0ebca4fc59acf07dcb140fd77", "name": "CreateStackFloatingIpTests-363f1c33-5301-478-proj-role"}, {"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:45:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c66b8eadd57844168146bee72c2cfdb6", "name": "CreateStackFloatingIpTests-363f1c33-5301-478-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/c66b8eadd57844168146bee72c2cfdb6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/c66b8eadd57844168146bee72c2cfdb6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/c66b8eadd57844168146bee72c2cfdb6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_c66b8eadd57844168146bee72c2cfdb6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_c66b8eadd57844168146bee72c2cfdb6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/c66b8eadd57844168146bee72c2cfdb6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/c66b8eadd57844168146bee72c2cfdb6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/c66b8eadd57844168146bee72c2cfdb6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/c66b8eadd57844168146bee72c2cfdb6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/c66b8eadd57844168146bee72c2cfdb6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/c66b8eadd57844168146bee72c2cfdb6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/c66b8eadd57844168146bee72c2cfdb6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/c66b8eadd57844168146bee72c2cfdb6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackFloatingIpTests-363f1c33-5301-478-user", "id": "40dea2a13e2945e29453d1ce78f50e25"}, "audit_ids": ["ijLKA4KWR4ye1DMDqXcKKw"], "issued_at": "2018-08-12T08:45:49.000000Z"}} 2018-08-12 08:45:49,164 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}c7e979fd0e61653dfa422bc0276c6700018601d9" 2018-08-12 08:45:49,250 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:45:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ad1d89f1-a814-442c-8078-d9da5c65d057 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:45:49,250 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-ad1d89f1-a814-442c-8078-d9da5c65d057 2018-08-12 08:45:49,254 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c7e979fd0e61653dfa422bc0276c6700018601d9" 2018-08-12 08:45:49,439 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 171 Content-Type: application/json X-Openstack-Request-Id: req-a38ca6f4-9530-477a-9667-0235cf2b12e6 Date: Sun, 12 Aug 2018 08:45:49 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-image"} 2018-08-12 08:45:49,439 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-image used request id req-a38ca6f4-9530-477a-9667-0235cf2b12e6 2018-08-12 08:45:49,442 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c7e979fd0e61653dfa422bc0276c6700018601d9" 2018-08-12 08:45:49,613 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-08102b3f-38b1-4513-9b55-a92dd056bd43 Date: Sun, 12 Aug 2018 08:45:49 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"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}, "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}, "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"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "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"}, "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"}, "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}, "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}, "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"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "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}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-12 08:45:49,613 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-08102b3f-38b1-4513-9b55-a92dd056bd43 2018-08-12 08:45:49,642 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c7e979fd0e61653dfa422bc0276c6700018601d9" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-image"}' 2018-08-12 08:45:49,858 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 630 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/5921c54f-ca42-4241-996d-27615c52de94 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-f5754768-88bf-4bb7-b86e-c02564af604b Date: Sun, 12 Aug 2018 08:45:49 GMT RESP BODY: {"status": "queued", "name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-image", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:45:49Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-08-12T08:45:49Z", "visibility": "shared", "locations": [], "self": "/v2/images/5921c54f-ca42-4241-996d-27615c52de94", "min_disk": 0, "protected": false, "id": "5921c54f-ca42-4241-996d-27615c52de94", "file": "/v2/images/5921c54f-ca42-4241-996d-27615c52de94/file", "checksum": null, "owner": "c66b8eadd57844168146bee72c2cfdb6", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-12 08:45:49,858 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-f5754768-88bf-4bb7-b86e-c02564af604b 2018-08-12 08:45:49,868 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/5921c54f-ca42-4241-996d-27615c52de94/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c7e979fd0e61653dfa422bc0276c6700018601d9" -d '' 2018-08-12 08:45:50,901 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e6384b9d-7c35-451f-a837-636bf2c1321e Date: Sun, 12 Aug 2018 08:45: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 08:45:50,901 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/5921c54f-ca42-4241-996d-27615c52de94/file used request id req-e6384b9d-7c35-451f-a837-636bf2c1321e 2018-08-12 08:45:50,901 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-12 08:45:50,904 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/5921c54f-ca42-4241-996d-27615c52de94 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c7e979fd0e61653dfa422bc0276c6700018601d9" 2018-08-12 08:45:50,921 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-43132c75-9f46-4e7e-a737-26450c3cd434 Date: Sun, 12 Aug 2018 08:45:50 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-image", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:45:49Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-12T08:45:50Z", "visibility": "shared", "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/5921c54f-ca42-4241-996d-27615c52de94/snap", "metadata": {}}], "self": "/v2/images/5921c54f-ca42-4241-996d-27615c52de94", "min_disk": 0, "protected": false, "id": "5921c54f-ca42-4241-996d-27615c52de94", "file": "/v2/images/5921c54f-ca42-4241-996d-27615c52de94/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "c66b8eadd57844168146bee72c2cfdb6", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/5921c54f-ca42-4241-996d-27615c52de94/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-12 08:45:50,921 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/5921c54f-ca42-4241-996d-27615c52de94 used request id req-43132c75-9f46-4e7e-a737-26450c3cd434 2018-08-12 08:45:50,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c7e979fd0e61653dfa422bc0276c6700018601d9" 2018-08-12 08:45:50,930 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-52668a28-4471-4080-a516-7eec10d5b881 Date: Sun, 12 Aug 2018 08:45:50 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"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}, "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}, "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"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "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"}, "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"}, "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}, "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}, "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"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "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}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-12 08:45:50,931 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-52668a28-4471-4080-a516-7eec10d5b881 2018-08-12 08:45:50,933 - create_image - INFO - Created image with name - CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-image 2018-08-12 08:45:50,935 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/5921c54f-ca42-4241-996d-27615c52de94 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c7e979fd0e61653dfa422bc0276c6700018601d9" 2018-08-12 08:45:50,951 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-7803afd1-accb-40cb-9fc7-1ad5dfccbf7b Date: Sun, 12 Aug 2018 08:45:50 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-image", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:45:49Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-12T08:45:50Z", "visibility": "shared", "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/5921c54f-ca42-4241-996d-27615c52de94/snap", "metadata": {}}], "self": "/v2/images/5921c54f-ca42-4241-996d-27615c52de94", "min_disk": 0, "protected": false, "id": "5921c54f-ca42-4241-996d-27615c52de94", "file": "/v2/images/5921c54f-ca42-4241-996d-27615c52de94/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "c66b8eadd57844168146bee72c2cfdb6", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/5921c54f-ca42-4241-996d-27615c52de94/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-12 08:45:50,951 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/5921c54f-ca42-4241-996d-27615c52de94 used request id req-7803afd1-accb-40cb-9fc7-1ad5dfccbf7b 2018-08-12 08:45:50,952 - create_image - DEBUG - Instance status is - active 2018-08-12 08:45:50,952 - create_image - DEBUG - Image is active with name - CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-image 2018-08-12 08:45:50,952 - create_image - INFO - Image is now active with name - CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-image 2018-08-12 08:45:50,952 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:45:50,953 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:45:51,450 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "feb4cec0ebca4fc59acf07dcb140fd77", "name": "CreateStackFloatingIpTests-363f1c33-5301-478-proj-role"}, {"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:45:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c66b8eadd57844168146bee72c2cfdb6", "name": "CreateStackFloatingIpTests-363f1c33-5301-478-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/c66b8eadd57844168146bee72c2cfdb6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/c66b8eadd57844168146bee72c2cfdb6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/c66b8eadd57844168146bee72c2cfdb6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_c66b8eadd57844168146bee72c2cfdb6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_c66b8eadd57844168146bee72c2cfdb6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/c66b8eadd57844168146bee72c2cfdb6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/c66b8eadd57844168146bee72c2cfdb6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/c66b8eadd57844168146bee72c2cfdb6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/c66b8eadd57844168146bee72c2cfdb6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/c66b8eadd57844168146bee72c2cfdb6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/c66b8eadd57844168146bee72c2cfdb6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/c66b8eadd57844168146bee72c2cfdb6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/c66b8eadd57844168146bee72c2cfdb6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackFloatingIpTests-363f1c33-5301-478-user", "id": "40dea2a13e2945e29453d1ce78f50e25"}, "audit_ids": ["0iqAuSopRSKsjrHkGWsAHw"], "issued_at": "2018-08-12T08:45:51.000000Z"}} 2018-08-12 08:45:51,451 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}6bf982008c18cbe95dec9e647df91f1328dac201" 2018-08-12 08:45:51,545 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:45:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0c3770ca-bb3b-4055-ac2b-d5c5fbb75ee4 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:45:51,545 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-0c3770ca-bb3b-4055-ac2b-d5c5fbb75ee4 2018-08-12 08:45:51,546 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:45:51,546 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:45:51,546 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:45:51,546 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:45:51,547 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:45:51,548 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-12 08:45:51,550 - heat_utils - DEBUG - Retrieving Heat Client 2018-08-12 08:45:51,553 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6/stacks?stack_name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bf982008c18cbe95dec9e647df91f1328dac201" 2018-08-12 08:45:51,759 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:45:51 GMT Server: Apache x-openstack-request-id: req-5664d52d-29b3-4b88-a485-b5aa5da72224 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-08-12 08:45:51,759 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6/stacks?stack_name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack used request id req-5664d52d-29b3-4b88-a485-b5aa5da72224 2018-08-12 08:45:51,826 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bf982008c18cbe95dec9e647df91f1328dac201" -d '{"stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack", "template": {"outputs": {"private_key": {"description": "SSH Private Key", "value": {"get_attr": ["keypair", "private_key"]}}}, "heat_template_version": "2015-04-30", "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": {"default": "m1.med", "type": "string", "description": "Flavor name for the second instance", "label": "Instance Flavor for second VM"}, "image2_name": {"default": "image_2", "type": "string", "description": "Image name to be used for second instance", "label": "Image ID for second VM"}, "keypair_name": {"default": "keypair_name", "type": "string", "description": "The name of the stack's keypair", "label": "Keypair name"}, "security_group_name": {"default": "security_group_name", "type": "string", "description": "The name of the stack's security group", "label": "Security Group name"}, "subnet_name": {"default": "test_subnet", "type": "string", "description": "The name of the stack's subnet", "label": "Test subnet name"}, "net_name": {"default": "test_net", "type": "string", "description": "The name of the stack's network", "label": "Test network name"}, "external_net_name": {"default": "external", "type": "string", "description": "Name of the external network which management network will connect to"}, "inst2_name": {"default": "test_vm2", "type": "string", "description": "The name of the second VM to be spawned", "label": "Second VM name"}, "inst1_name": {"default": "test_vm1", "type": "string", "description": "The name of the first VM to be spawned", "label": "First VM name"}, "router_name": {"default": "mgmt_router", "type": "string", "description": "The name of the stack's router", "label": "Test router name"}, "flavor1_name": {"default": "m1.small", "type": "string", "description": "Flavor name for the first instance", "label": "Instance Flavor for first VM"}, "image1_name": {"default": "image_1", "type": "string", "description": "Image name to be used for first instance", "label": "Image ID for first VM"}}, "resources": {"flavor2": {"type": "OS::Nova::Flavor", "properties": {"vcpus": 2, "disk": 2, "ram": 1024}}, "flavor1": {"type": "OS::Nova::Flavor", "properties": {"vcpus": 2, "disk": 2, "ram": 1024}}, "network": {"type": "OS::Neutron::Net", "properties": {"name": {"get_param": "net_name"}}}, "subnet": {"type": "OS::Neutron::Subnet", "properties": {"ip_version": 4, "cidr": "10.1.2.0/24", "name": {"get_param": "subnet_name"}, "network": {"get_resource": "network"}}}, "server_security_group": {"type": "OS::Neutron::SecurityGroup", "properties": {"rules": [{"remote_ip_prefix": "0.0.0.0/0", "port_range_max": 22, "port_range_min": 22, "protocol": "tcp"}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "icmp"}], "description": "Add security group rules for server", "name": {"get_param": "security_group_name"}}}, "floating_ip": {"type": "OS::Neutron::FloatingIP", "properties": {"floating_network": {"get_param": "external_net_name"}}}, "floating_ip_association": {"type": "OS::Neutron::FloatingIPAssociation", "properties": {"floatingip_id": {"get_resource": "floating_ip"}, "port_id": {"get_resource": "port1"}}}, "management_router": {"type": "OS::Neutron::Router", "properties": {"external_gateway_info": {"network": {"get_param": "external_net_name"}}, "name": {"get_param": "router_name"}}}, "keypair": {"type": "OS::Nova::KeyPair", "properties": {"name": {"get_param": "keypair_name"}, "save_private_key": true}}, "management_router_interface": {"type": "OS::Neutron::RouterInterface", "properties": {"router": {"get_resource": "management_router"}, "subnet": {"get_resource": "subnet"}}}, "port1": {"type": "OS::Neutron::Port", "properties": {"fixed_ips": [{"subnet_id": {"get_resource": "subnet"}}], "network": {"get_resource": "network"}, "security_groups": [{"get_resource": "server_security_group"}]}}, "vm2": {"depends_on": ["subnet", "keypair", "flavor2"], "type": "OS::Nova::Server", "properties": {"key_name": {"get_resource": "keypair"}, "image": {"get_param": "image2_name"}, "name": {"get_param": "inst2_name"}, "flavor": {"get_resource": "flavor2"}, "networks": [{"network": {"get_resource": "network"}}]}}, "vm1": {"depends_on": ["subnet", "keypair", "flavor1", "port1"], "type": "OS::Nova::Server", "properties": {"key_name": {"get_resource": "keypair"}, "image": {"get_param": "image1_name"}, "name": {"get_param": "inst1_name"}, "flavor": {"get_resource": "flavor1"}, "networks": [{"port": {"get_resource": "port1"}}]}}}}, "parameters": {"flavor2_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-flavor2", "keypair_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-kp", "security_group_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-sec_grp", "external_net_name": "external", "image2_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-image", "flavor1_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-flavor1", "inst1_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-inst1", "subnet_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-subnet", "image1_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-image", "inst2_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-inst2", "net_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-net"}}' 2018-08-12 08:45:55,225 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:45:51 GMT Server: Apache x-openstack-request-id: req-49c63383-4bcb-4dc6-a5c6-53e0eaa80ce3 Location: http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack/b450bcbe-445a-4e11-8bb1-769e2642ec1e Content-Length: 297 Content-Type: application/json RESP BODY: {"stack": {"id": "b450bcbe-445a-4e11-8bb1-769e2642ec1e", "links": [{"href": "http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack/b450bcbe-445a-4e11-8bb1-769e2642ec1e", "rel": "self"}]}} 2018-08-12 08:45:55,225 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6/stacks used request id req-49c63383-4bcb-4dc6-a5c6-53e0eaa80ce3 2018-08-12 08:45:55,228 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6/stacks/b450bcbe-445a-4e11-8bb1-769e2642ec1e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bf982008c18cbe95dec9e647df91f1328dac201" 2018-08-12 08:45:55,429 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:45:55 GMT Server: Apache x-openstack-request-id: req-ae130d78-9622-4021-bab1-f3addc2d5fa2 Location: http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack/b450bcbe-445a-4e11-8bb1-769e2642ec1e Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack/b450bcbe-445a-4e11-8bb1-769e2642ec1e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:45:55,683 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:45:55 GMT Server: Apache x-openstack-request-id: req-44510686-c82d-418f-8a0e-f52c58469f85 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 720 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-flavor2", "OS::project_id": "c66b8eadd57844168146bee72c2cfdb6", "OS::stack_id": "b450bcbe-445a-4e11-8bb1-769e2642ec1e", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-kp", "security_group_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-sec_grp", "subnet_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-subnet", "net_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-inst2", "inst1_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-inst1", "image2_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-image", "flavor1_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-flavor1", "image1_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack", "stack_user_project_id": "d0e0e6f425ab44559d35897311fd317a", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-12T08:45:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack/b450bcbe-445a-4e11-8bb1-769e2642ec1e", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "b450bcbe-445a-4e11-8bb1-769e2642ec1e", "outputs": [{"output_value": null, "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-08-12 08:45:55,683 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack/b450bcbe-445a-4e11-8bb1-769e2642ec1e used request id req-44510686-c82d-418f-8a0e-f52c58469f85 2018-08-12 08:45:55,684 - create_stack - INFO - Created stack with name - CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack 2018-08-12 08:45:55,686 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6/stacks/b450bcbe-445a-4e11-8bb1-769e2642ec1e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bf982008c18cbe95dec9e647df91f1328dac201" 2018-08-12 08:45:55,882 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:45:55 GMT Server: Apache x-openstack-request-id: req-8947adf2-307b-493e-90c1-5bfec5615d3b Location: http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack/b450bcbe-445a-4e11-8bb1-769e2642ec1e Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack/b450bcbe-445a-4e11-8bb1-769e2642ec1e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:45:56,104 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:45:55 GMT Server: Apache x-openstack-request-id: req-1f8dbdd0-21a7-47e0-82f3-b0625f28fa8b Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 720 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-flavor2", "OS::project_id": "c66b8eadd57844168146bee72c2cfdb6", "OS::stack_id": "b450bcbe-445a-4e11-8bb1-769e2642ec1e", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-kp", "security_group_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-sec_grp", "subnet_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-subnet", "net_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-inst2", "inst1_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-inst1", "image2_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-image", "flavor1_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-flavor1", "image1_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack", "stack_user_project_id": "d0e0e6f425ab44559d35897311fd317a", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-12T08:45:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack/b450bcbe-445a-4e11-8bb1-769e2642ec1e", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "b450bcbe-445a-4e11-8bb1-769e2642ec1e", "outputs": [{"output_value": null, "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-08-12 08:45:56,104 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack/b450bcbe-445a-4e11-8bb1-769e2642ec1e used request id req-1f8dbdd0-21a7-47e0-82f3-b0625f28fa8b 2018-08-12 08:45:56,105 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-08-12 08:45:56,105 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-08-12 08:45:59,108 - create_stack - DEBUG - Stack status query timeout in 1196.57557702 2018-08-12 08:45:59,111 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6/stacks/b450bcbe-445a-4e11-8bb1-769e2642ec1e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bf982008c18cbe95dec9e647df91f1328dac201" 2018-08-12 08:45:59,138 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:45:59 GMT Server: Apache x-openstack-request-id: req-b1ff1c47-7d0c-435b-a370-334e9faf2ab8 Location: http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack/b450bcbe-445a-4e11-8bb1-769e2642ec1e Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack/b450bcbe-445a-4e11-8bb1-769e2642ec1e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:45:59,263 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:45:59 GMT Server: Apache x-openstack-request-id: req-84fd483a-aa10-4f9c-81cb-10b556e1e84c Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2071 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-flavor2", "OS::project_id": "c66b8eadd57844168146bee72c2cfdb6", "OS::stack_id": "b450bcbe-445a-4e11-8bb1-769e2642ec1e", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-kp", "security_group_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-sec_grp", "subnet_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-subnet", "net_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-inst2", "inst1_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-inst1", "image2_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-image", "flavor1_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-flavor1", "image1_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack", "stack_user_project_id": "d0e0e6f425ab44559d35897311fd317a", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-12T08:45:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack/b450bcbe-445a-4e11-8bb1-769e2642ec1e", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "b450bcbe-445a-4e11-8bb1-769e2642ec1e", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEA0IDSUSgpfbg3P3mZa8xEJX7hYej7prb4+RTah+FPZasvg41q\n1b8gdk+tIvofcPDxOVF+l1Uza2ODSze+a8vXu9IXeHahe2OT9CQfZ3myLoCyvm5j\nXIxbvNW+LgHC5wE3/ShECVVtKw3dg/gebkkU4bvVvLnCE7J51NtadXFblf0gweGO\nf3PF4MNvS9ccxg+6xujdd5rONhNSP5xUlt3N3qbaOHq6OXx8nO/PFpj95y+iPUl1\nqqhOrjJ74Xx6PNAfn3IwN6YEr0aFqikrSv7Pz4QhqDa7/u6bWBeW3Pod2VjJIB1T\nsCg1m63STNv9ddCi/2HA/qQkczJuGxtoMqJAewIDAQABAoIBAQCPg/xALHrStFgi\n8totnv5RKNKOCEYfbNZW7Im2+dkiy//6dv7Qfawkg5dS+gNmRBJmN7gBBn5MLsUS\nox4JKNgnyeap3k4sllAivjJ3kQaah6+A8I6oB1yl0CIFnOTBCM+3C145ZnmsJvEQ\ng1q+4sLi1d2698mksTa20v2i1RILXF+k6OFMwctvUzdoYZ3F/vD0GQEGTpMNco+2\ntlyBgvKjFvgrbQN3Si5pHjW5F4Bcd4Sc3oVxy+Xv5C7G3RaSCSnU/gOeKTwYZPwh\nMpXcDm0x+5oWmvWwx5iK+ShQkuwUFyitYCR37zpnShC5S0EJU4cWWtNhAlD+ZUED\nIL+yrdwhAoGBAPig8vKSErp0Lzkj6l70sQX5S1bicTEgsinG0XtiUnpQaUFjKR8Z\nHPlGYUniFzj6BVFoPuGOygYPF5/zerOwi3x+Qa6xjaDK81EN//bREIPImOjUXD3A\nYUt42qFJgAWoQtzjS8t6ZMcIUrqqKkPyMp2deRFKvClWnXnKfrwY3DjzAoGBANav\nU5yiDdYhHseqaQjpcHazhZft7vXUTPW1D4VFwQXGDQu3UF0el9hO9cRNzJd+D31P\njvmTi/mJIW1ObR21tWaK0zpYxQ6KsAu55NxFg8f6eYRWkN0h0VkS3BolvN/YLH5g\nqEC9COo4TZ6ovnI4pahBj9QUnx0Z2FfF55PqwLxZAoGABj6Um38LtV8hqH+8bTIc\nGBhQyhfZ2/AESYRS0pR/mc7XNes1pzBMR/56hw6Eosu0wnypx6R8cnaCk2PcGxM+\nDZxmLesLsZQnVEvTt/E8RvMM1BwxTOO+DdU1OIPOEVZOh5m116B1U4JkAYgwk5BL\nsSW5WrPT0f346owpbrP5I/0CgYBbu1CrtebZnw9K23rD7xM59R1ZPLaFXfCAcJww\nIw0GDYkXf32cPG0/ZQXImkGYXan6rlr2M2B1AG5DCWbAchsPtLPq03Fn9ESizgyH\nPkC/2zu/G0oM4t1UBSX9GjDpKLJiUaSy/NLpWaN47rtpjODj0xfE1Abk5V02q/52\nirFOCQKBgFbTgJlBmdxNNUbG5rr6qO4WdykAMIvuswqz7WujVlVkrqtqw/3ZwS/6\nxysgLpl5/zM88Z+y2t7UhBg7aZXtbhci45vFy0Y4ttr2K2O6TxI6LrN+i72p61xD\ncWFSgdXzf1kAoFF9O8A4kdNAuaGQZ7JYxNZIUmdlyqk5tbcNQhmM\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-08-12 08:45:59,263 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack/b450bcbe-445a-4e11-8bb1-769e2642ec1e used request id req-84fd483a-aa10-4f9c-81cb-10b556e1e84c 2018-08-12 08:45:59,264 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-08-12 08:45:59,264 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-08-12 08:46:02,267 - create_stack - DEBUG - Stack status query timeout in 1193.41696906 2018-08-12 08:46:02,270 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6/stacks/b450bcbe-445a-4e11-8bb1-769e2642ec1e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bf982008c18cbe95dec9e647df91f1328dac201" 2018-08-12 08:46:02,476 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:46:02 GMT Server: Apache x-openstack-request-id: req-f96b7782-77f5-4d86-b45e-268c359e4cef Location: http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack/b450bcbe-445a-4e11-8bb1-769e2642ec1e Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack/b450bcbe-445a-4e11-8bb1-769e2642ec1e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:46:02,905 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:46:02 GMT Server: Apache x-openstack-request-id: req-5b83dc1e-3a05-47dc-a026-6b4e84a5eecc Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2071 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-flavor2", "OS::project_id": "c66b8eadd57844168146bee72c2cfdb6", "OS::stack_id": "b450bcbe-445a-4e11-8bb1-769e2642ec1e", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-kp", "security_group_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-sec_grp", "subnet_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-subnet", "net_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-inst2", "inst1_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-inst1", "image2_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-image", "flavor1_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-flavor1", "image1_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack", "stack_user_project_id": "d0e0e6f425ab44559d35897311fd317a", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-12T08:45:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack/b450bcbe-445a-4e11-8bb1-769e2642ec1e", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "b450bcbe-445a-4e11-8bb1-769e2642ec1e", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEA0IDSUSgpfbg3P3mZa8xEJX7hYej7prb4+RTah+FPZasvg41q\n1b8gdk+tIvofcPDxOVF+l1Uza2ODSze+a8vXu9IXeHahe2OT9CQfZ3myLoCyvm5j\nXIxbvNW+LgHC5wE3/ShECVVtKw3dg/gebkkU4bvVvLnCE7J51NtadXFblf0gweGO\nf3PF4MNvS9ccxg+6xujdd5rONhNSP5xUlt3N3qbaOHq6OXx8nO/PFpj95y+iPUl1\nqqhOrjJ74Xx6PNAfn3IwN6YEr0aFqikrSv7Pz4QhqDa7/u6bWBeW3Pod2VjJIB1T\nsCg1m63STNv9ddCi/2HA/qQkczJuGxtoMqJAewIDAQABAoIBAQCPg/xALHrStFgi\n8totnv5RKNKOCEYfbNZW7Im2+dkiy//6dv7Qfawkg5dS+gNmRBJmN7gBBn5MLsUS\nox4JKNgnyeap3k4sllAivjJ3kQaah6+A8I6oB1yl0CIFnOTBCM+3C145ZnmsJvEQ\ng1q+4sLi1d2698mksTa20v2i1RILXF+k6OFMwctvUzdoYZ3F/vD0GQEGTpMNco+2\ntlyBgvKjFvgrbQN3Si5pHjW5F4Bcd4Sc3oVxy+Xv5C7G3RaSCSnU/gOeKTwYZPwh\nMpXcDm0x+5oWmvWwx5iK+ShQkuwUFyitYCR37zpnShC5S0EJU4cWWtNhAlD+ZUED\nIL+yrdwhAoGBAPig8vKSErp0Lzkj6l70sQX5S1bicTEgsinG0XtiUnpQaUFjKR8Z\nHPlGYUniFzj6BVFoPuGOygYPF5/zerOwi3x+Qa6xjaDK81EN//bREIPImOjUXD3A\nYUt42qFJgAWoQtzjS8t6ZMcIUrqqKkPyMp2deRFKvClWnXnKfrwY3DjzAoGBANav\nU5yiDdYhHseqaQjpcHazhZft7vXUTPW1D4VFwQXGDQu3UF0el9hO9cRNzJd+D31P\njvmTi/mJIW1ObR21tWaK0zpYxQ6KsAu55NxFg8f6eYRWkN0h0VkS3BolvN/YLH5g\nqEC9COo4TZ6ovnI4pahBj9QUnx0Z2FfF55PqwLxZAoGABj6Um38LtV8hqH+8bTIc\nGBhQyhfZ2/AESYRS0pR/mc7XNes1pzBMR/56hw6Eosu0wnypx6R8cnaCk2PcGxM+\nDZxmLesLsZQnVEvTt/E8RvMM1BwxTOO+DdU1OIPOEVZOh5m116B1U4JkAYgwk5BL\nsSW5WrPT0f346owpbrP5I/0CgYBbu1CrtebZnw9K23rD7xM59R1ZPLaFXfCAcJww\nIw0GDYkXf32cPG0/ZQXImkGYXan6rlr2M2B1AG5DCWbAchsPtLPq03Fn9ESizgyH\nPkC/2zu/G0oM4t1UBSX9GjDpKLJiUaSy/NLpWaN47rtpjODj0xfE1Abk5V02q/52\nirFOCQKBgFbTgJlBmdxNNUbG5rr6qO4WdykAMIvuswqz7WujVlVkrqtqw/3ZwS/6\nxysgLpl5/zM88Z+y2t7UhBg7aZXtbhci45vFy0Y4ttr2K2O6TxI6LrN+i72p61xD\ncWFSgdXzf1kAoFF9O8A4kdNAuaGQZ7JYxNZIUmdlyqk5tbcNQhmM\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-08-12 08:46:02,905 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack/b450bcbe-445a-4e11-8bb1-769e2642ec1e used request id req-5b83dc1e-3a05-47dc-a026-6b4e84a5eecc 2018-08-12 08:46:02,906 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-08-12 08:46:02,906 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-08-12 08:46:05,910 - create_stack - DEBUG - Stack status query timeout in 1189.77429008 2018-08-12 08:46:05,913 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6/stacks/b450bcbe-445a-4e11-8bb1-769e2642ec1e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bf982008c18cbe95dec9e647df91f1328dac201" 2018-08-12 08:46:06,099 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:46:05 GMT Server: Apache x-openstack-request-id: req-e6552018-8f55-493d-9f75-3931382c7de2 Location: http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack/b450bcbe-445a-4e11-8bb1-769e2642ec1e Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack/b450bcbe-445a-4e11-8bb1-769e2642ec1e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:46:06,224 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:46:06 GMT Server: Apache x-openstack-request-id: req-104c0e03-2d60-4cca-ada8-06a61558a2f2 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2071 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-flavor2", "OS::project_id": "c66b8eadd57844168146bee72c2cfdb6", "OS::stack_id": "b450bcbe-445a-4e11-8bb1-769e2642ec1e", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-kp", "security_group_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-sec_grp", "subnet_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-subnet", "net_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-inst2", "inst1_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-inst1", "image2_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-image", "flavor1_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-flavor1", "image1_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack", "stack_user_project_id": "d0e0e6f425ab44559d35897311fd317a", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-12T08:45:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack/b450bcbe-445a-4e11-8bb1-769e2642ec1e", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "b450bcbe-445a-4e11-8bb1-769e2642ec1e", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEA0IDSUSgpfbg3P3mZa8xEJX7hYej7prb4+RTah+FPZasvg41q\n1b8gdk+tIvofcPDxOVF+l1Uza2ODSze+a8vXu9IXeHahe2OT9CQfZ3myLoCyvm5j\nXIxbvNW+LgHC5wE3/ShECVVtKw3dg/gebkkU4bvVvLnCE7J51NtadXFblf0gweGO\nf3PF4MNvS9ccxg+6xujdd5rONhNSP5xUlt3N3qbaOHq6OXx8nO/PFpj95y+iPUl1\nqqhOrjJ74Xx6PNAfn3IwN6YEr0aFqikrSv7Pz4QhqDa7/u6bWBeW3Pod2VjJIB1T\nsCg1m63STNv9ddCi/2HA/qQkczJuGxtoMqJAewIDAQABAoIBAQCPg/xALHrStFgi\n8totnv5RKNKOCEYfbNZW7Im2+dkiy//6dv7Qfawkg5dS+gNmRBJmN7gBBn5MLsUS\nox4JKNgnyeap3k4sllAivjJ3kQaah6+A8I6oB1yl0CIFnOTBCM+3C145ZnmsJvEQ\ng1q+4sLi1d2698mksTa20v2i1RILXF+k6OFMwctvUzdoYZ3F/vD0GQEGTpMNco+2\ntlyBgvKjFvgrbQN3Si5pHjW5F4Bcd4Sc3oVxy+Xv5C7G3RaSCSnU/gOeKTwYZPwh\nMpXcDm0x+5oWmvWwx5iK+ShQkuwUFyitYCR37zpnShC5S0EJU4cWWtNhAlD+ZUED\nIL+yrdwhAoGBAPig8vKSErp0Lzkj6l70sQX5S1bicTEgsinG0XtiUnpQaUFjKR8Z\nHPlGYUniFzj6BVFoPuGOygYPF5/zerOwi3x+Qa6xjaDK81EN//bREIPImOjUXD3A\nYUt42qFJgAWoQtzjS8t6ZMcIUrqqKkPyMp2deRFKvClWnXnKfrwY3DjzAoGBANav\nU5yiDdYhHseqaQjpcHazhZft7vXUTPW1D4VFwQXGDQu3UF0el9hO9cRNzJd+D31P\njvmTi/mJIW1ObR21tWaK0zpYxQ6KsAu55NxFg8f6eYRWkN0h0VkS3BolvN/YLH5g\nqEC9COo4TZ6ovnI4pahBj9QUnx0Z2FfF55PqwLxZAoGABj6Um38LtV8hqH+8bTIc\nGBhQyhfZ2/AESYRS0pR/mc7XNes1pzBMR/56hw6Eosu0wnypx6R8cnaCk2PcGxM+\nDZxmLesLsZQnVEvTt/E8RvMM1BwxTOO+DdU1OIPOEVZOh5m116B1U4JkAYgwk5BL\nsSW5WrPT0f346owpbrP5I/0CgYBbu1CrtebZnw9K23rD7xM59R1ZPLaFXfCAcJww\nIw0GDYkXf32cPG0/ZQXImkGYXan6rlr2M2B1AG5DCWbAchsPtLPq03Fn9ESizgyH\nPkC/2zu/G0oM4t1UBSX9GjDpKLJiUaSy/NLpWaN47rtpjODj0xfE1Abk5V02q/52\nirFOCQKBgFbTgJlBmdxNNUbG5rr6qO4WdykAMIvuswqz7WujVlVkrqtqw/3ZwS/6\nxysgLpl5/zM88Z+y2t7UhBg7aZXtbhci45vFy0Y4ttr2K2O6TxI6LrN+i72p61xD\ncWFSgdXzf1kAoFF9O8A4kdNAuaGQZ7JYxNZIUmdlyqk5tbcNQhmM\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-08-12 08:46:06,224 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack/b450bcbe-445a-4e11-8bb1-769e2642ec1e used request id req-104c0e03-2d60-4cca-ada8-06a61558a2f2 2018-08-12 08:46:06,225 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-08-12 08:46:06,225 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-08-12 08:46:09,228 - create_stack - DEBUG - Stack status query timeout in 1186.45587015 2018-08-12 08:46:09,231 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6/stacks/b450bcbe-445a-4e11-8bb1-769e2642ec1e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bf982008c18cbe95dec9e647df91f1328dac201" 2018-08-12 08:46:09,435 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:46:09 GMT Server: Apache x-openstack-request-id: req-f9f2789d-43e8-40b8-a60a-e26fdf344acc Location: http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack/b450bcbe-445a-4e11-8bb1-769e2642ec1e Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack/b450bcbe-445a-4e11-8bb1-769e2642ec1e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:46:09,736 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:46:09 GMT Server: Apache x-openstack-request-id: req-30ae2cdc-67b5-477b-afbb-250a8c58e6dd Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2071 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-flavor2", "OS::project_id": "c66b8eadd57844168146bee72c2cfdb6", "OS::stack_id": "b450bcbe-445a-4e11-8bb1-769e2642ec1e", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-kp", "security_group_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-sec_grp", "subnet_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-subnet", "net_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-inst2", "inst1_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-inst1", "image2_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-image", "flavor1_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-flavor1", "image1_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack", "stack_user_project_id": "d0e0e6f425ab44559d35897311fd317a", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-12T08:45:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack/b450bcbe-445a-4e11-8bb1-769e2642ec1e", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "b450bcbe-445a-4e11-8bb1-769e2642ec1e", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEA0IDSUSgpfbg3P3mZa8xEJX7hYej7prb4+RTah+FPZasvg41q\n1b8gdk+tIvofcPDxOVF+l1Uza2ODSze+a8vXu9IXeHahe2OT9CQfZ3myLoCyvm5j\nXIxbvNW+LgHC5wE3/ShECVVtKw3dg/gebkkU4bvVvLnCE7J51NtadXFblf0gweGO\nf3PF4MNvS9ccxg+6xujdd5rONhNSP5xUlt3N3qbaOHq6OXx8nO/PFpj95y+iPUl1\nqqhOrjJ74Xx6PNAfn3IwN6YEr0aFqikrSv7Pz4QhqDa7/u6bWBeW3Pod2VjJIB1T\nsCg1m63STNv9ddCi/2HA/qQkczJuGxtoMqJAewIDAQABAoIBAQCPg/xALHrStFgi\n8totnv5RKNKOCEYfbNZW7Im2+dkiy//6dv7Qfawkg5dS+gNmRBJmN7gBBn5MLsUS\nox4JKNgnyeap3k4sllAivjJ3kQaah6+A8I6oB1yl0CIFnOTBCM+3C145ZnmsJvEQ\ng1q+4sLi1d2698mksTa20v2i1RILXF+k6OFMwctvUzdoYZ3F/vD0GQEGTpMNco+2\ntlyBgvKjFvgrbQN3Si5pHjW5F4Bcd4Sc3oVxy+Xv5C7G3RaSCSnU/gOeKTwYZPwh\nMpXcDm0x+5oWmvWwx5iK+ShQkuwUFyitYCR37zpnShC5S0EJU4cWWtNhAlD+ZUED\nIL+yrdwhAoGBAPig8vKSErp0Lzkj6l70sQX5S1bicTEgsinG0XtiUnpQaUFjKR8Z\nHPlGYUniFzj6BVFoPuGOygYPF5/zerOwi3x+Qa6xjaDK81EN//bREIPImOjUXD3A\nYUt42qFJgAWoQtzjS8t6ZMcIUrqqKkPyMp2deRFKvClWnXnKfrwY3DjzAoGBANav\nU5yiDdYhHseqaQjpcHazhZft7vXUTPW1D4VFwQXGDQu3UF0el9hO9cRNzJd+D31P\njvmTi/mJIW1ObR21tWaK0zpYxQ6KsAu55NxFg8f6eYRWkN0h0VkS3BolvN/YLH5g\nqEC9COo4TZ6ovnI4pahBj9QUnx0Z2FfF55PqwLxZAoGABj6Um38LtV8hqH+8bTIc\nGBhQyhfZ2/AESYRS0pR/mc7XNes1pzBMR/56hw6Eosu0wnypx6R8cnaCk2PcGxM+\nDZxmLesLsZQnVEvTt/E8RvMM1BwxTOO+DdU1OIPOEVZOh5m116B1U4JkAYgwk5BL\nsSW5WrPT0f346owpbrP5I/0CgYBbu1CrtebZnw9K23rD7xM59R1ZPLaFXfCAcJww\nIw0GDYkXf32cPG0/ZQXImkGYXan6rlr2M2B1AG5DCWbAchsPtLPq03Fn9ESizgyH\nPkC/2zu/G0oM4t1UBSX9GjDpKLJiUaSy/NLpWaN47rtpjODj0xfE1Abk5V02q/52\nirFOCQKBgFbTgJlBmdxNNUbG5rr6qO4WdykAMIvuswqz7WujVlVkrqtqw/3ZwS/6\nxysgLpl5/zM88Z+y2t7UhBg7aZXtbhci45vFy0Y4ttr2K2O6TxI6LrN+i72p61xD\ncWFSgdXzf1kAoFF9O8A4kdNAuaGQZ7JYxNZIUmdlyqk5tbcNQhmM\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-08-12 08:46:09,736 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack/b450bcbe-445a-4e11-8bb1-769e2642ec1e used request id req-30ae2cdc-67b5-477b-afbb-250a8c58e6dd 2018-08-12 08:46:09,737 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-08-12 08:46:09,737 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-08-12 08:46:12,740 - create_stack - DEBUG - Stack status query timeout in 1182.94339895 2018-08-12 08:46:12,743 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6/stacks/b450bcbe-445a-4e11-8bb1-769e2642ec1e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bf982008c18cbe95dec9e647df91f1328dac201" 2018-08-12 08:46:12,950 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:46:12 GMT Server: Apache x-openstack-request-id: req-df4d32c1-a32d-40e2-9f16-1d7ece968fff Location: http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack/b450bcbe-445a-4e11-8bb1-769e2642ec1e Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack/b450bcbe-445a-4e11-8bb1-769e2642ec1e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:46:13,260 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:46:12 GMT Server: Apache x-openstack-request-id: req-a4b59baf-70b1-41fb-81d4-9bb9a52cab90 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2071 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-flavor2", "OS::project_id": "c66b8eadd57844168146bee72c2cfdb6", "OS::stack_id": "b450bcbe-445a-4e11-8bb1-769e2642ec1e", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-kp", "security_group_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-sec_grp", "subnet_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-subnet", "net_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-inst2", "inst1_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-inst1", "image2_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-image", "flavor1_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-flavor1", "image1_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack", "stack_user_project_id": "d0e0e6f425ab44559d35897311fd317a", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-12T08:45:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack/b450bcbe-445a-4e11-8bb1-769e2642ec1e", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "b450bcbe-445a-4e11-8bb1-769e2642ec1e", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEA0IDSUSgpfbg3P3mZa8xEJX7hYej7prb4+RTah+FPZasvg41q\n1b8gdk+tIvofcPDxOVF+l1Uza2ODSze+a8vXu9IXeHahe2OT9CQfZ3myLoCyvm5j\nXIxbvNW+LgHC5wE3/ShECVVtKw3dg/gebkkU4bvVvLnCE7J51NtadXFblf0gweGO\nf3PF4MNvS9ccxg+6xujdd5rONhNSP5xUlt3N3qbaOHq6OXx8nO/PFpj95y+iPUl1\nqqhOrjJ74Xx6PNAfn3IwN6YEr0aFqikrSv7Pz4QhqDa7/u6bWBeW3Pod2VjJIB1T\nsCg1m63STNv9ddCi/2HA/qQkczJuGxtoMqJAewIDAQABAoIBAQCPg/xALHrStFgi\n8totnv5RKNKOCEYfbNZW7Im2+dkiy//6dv7Qfawkg5dS+gNmRBJmN7gBBn5MLsUS\nox4JKNgnyeap3k4sllAivjJ3kQaah6+A8I6oB1yl0CIFnOTBCM+3C145ZnmsJvEQ\ng1q+4sLi1d2698mksTa20v2i1RILXF+k6OFMwctvUzdoYZ3F/vD0GQEGTpMNco+2\ntlyBgvKjFvgrbQN3Si5pHjW5F4Bcd4Sc3oVxy+Xv5C7G3RaSCSnU/gOeKTwYZPwh\nMpXcDm0x+5oWmvWwx5iK+ShQkuwUFyitYCR37zpnShC5S0EJU4cWWtNhAlD+ZUED\nIL+yrdwhAoGBAPig8vKSErp0Lzkj6l70sQX5S1bicTEgsinG0XtiUnpQaUFjKR8Z\nHPlGYUniFzj6BVFoPuGOygYPF5/zerOwi3x+Qa6xjaDK81EN//bREIPImOjUXD3A\nYUt42qFJgAWoQtzjS8t6ZMcIUrqqKkPyMp2deRFKvClWnXnKfrwY3DjzAoGBANav\nU5yiDdYhHseqaQjpcHazhZft7vXUTPW1D4VFwQXGDQu3UF0el9hO9cRNzJd+D31P\njvmTi/mJIW1ObR21tWaK0zpYxQ6KsAu55NxFg8f6eYRWkN0h0VkS3BolvN/YLH5g\nqEC9COo4TZ6ovnI4pahBj9QUnx0Z2FfF55PqwLxZAoGABj6Um38LtV8hqH+8bTIc\nGBhQyhfZ2/AESYRS0pR/mc7XNes1pzBMR/56hw6Eosu0wnypx6R8cnaCk2PcGxM+\nDZxmLesLsZQnVEvTt/E8RvMM1BwxTOO+DdU1OIPOEVZOh5m116B1U4JkAYgwk5BL\nsSW5WrPT0f346owpbrP5I/0CgYBbu1CrtebZnw9K23rD7xM59R1ZPLaFXfCAcJww\nIw0GDYkXf32cPG0/ZQXImkGYXan6rlr2M2B1AG5DCWbAchsPtLPq03Fn9ESizgyH\nPkC/2zu/G0oM4t1UBSX9GjDpKLJiUaSy/NLpWaN47rtpjODj0xfE1Abk5V02q/52\nirFOCQKBgFbTgJlBmdxNNUbG5rr6qO4WdykAMIvuswqz7WujVlVkrqtqw/3ZwS/6\nxysgLpl5/zM88Z+y2t7UhBg7aZXtbhci45vFy0Y4ttr2K2O6TxI6LrN+i72p61xD\ncWFSgdXzf1kAoFF9O8A4kdNAuaGQZ7JYxNZIUmdlyqk5tbcNQhmM\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-08-12 08:46:13,261 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack/b450bcbe-445a-4e11-8bb1-769e2642ec1e used request id req-a4b59baf-70b1-41fb-81d4-9bb9a52cab90 2018-08-12 08:46:13,261 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-08-12 08:46:13,261 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-08-12 08:46:16,265 - create_stack - DEBUG - Stack status query timeout in 1179.41921806 2018-08-12 08:46:16,267 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6/stacks/b450bcbe-445a-4e11-8bb1-769e2642ec1e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bf982008c18cbe95dec9e647df91f1328dac201" 2018-08-12 08:46:16,466 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:46:16 GMT Server: Apache x-openstack-request-id: req-293731e5-8f23-4c40-bfcb-3b33432c7b83 Location: http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack/b450bcbe-445a-4e11-8bb1-769e2642ec1e Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack/b450bcbe-445a-4e11-8bb1-769e2642ec1e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:46:16,591 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:46:16 GMT Server: Apache x-openstack-request-id: req-94062727-a722-4ec7-b2e7-90d9af41670d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2080 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-flavor2", "OS::project_id": "c66b8eadd57844168146bee72c2cfdb6", "OS::stack_id": "b450bcbe-445a-4e11-8bb1-769e2642ec1e", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-kp", "security_group_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-sec_grp", "subnet_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-subnet", "net_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-inst2", "inst1_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-inst1", "image2_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-image", "flavor1_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-flavor1", "image1_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack", "stack_user_project_id": "d0e0e6f425ab44559d35897311fd317a", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-08-12T08:45:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack/b450bcbe-445a-4e11-8bb1-769e2642ec1e", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "b450bcbe-445a-4e11-8bb1-769e2642ec1e", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEA0IDSUSgpfbg3P3mZa8xEJX7hYej7prb4+RTah+FPZasvg41q\n1b8gdk+tIvofcPDxOVF+l1Uza2ODSze+a8vXu9IXeHahe2OT9CQfZ3myLoCyvm5j\nXIxbvNW+LgHC5wE3/ShECVVtKw3dg/gebkkU4bvVvLnCE7J51NtadXFblf0gweGO\nf3PF4MNvS9ccxg+6xujdd5rONhNSP5xUlt3N3qbaOHq6OXx8nO/PFpj95y+iPUl1\nqqhOrjJ74Xx6PNAfn3IwN6YEr0aFqikrSv7Pz4QhqDa7/u6bWBeW3Pod2VjJIB1T\nsCg1m63STNv9ddCi/2HA/qQkczJuGxtoMqJAewIDAQABAoIBAQCPg/xALHrStFgi\n8totnv5RKNKOCEYfbNZW7Im2+dkiy//6dv7Qfawkg5dS+gNmRBJmN7gBBn5MLsUS\nox4JKNgnyeap3k4sllAivjJ3kQaah6+A8I6oB1yl0CIFnOTBCM+3C145ZnmsJvEQ\ng1q+4sLi1d2698mksTa20v2i1RILXF+k6OFMwctvUzdoYZ3F/vD0GQEGTpMNco+2\ntlyBgvKjFvgrbQN3Si5pHjW5F4Bcd4Sc3oVxy+Xv5C7G3RaSCSnU/gOeKTwYZPwh\nMpXcDm0x+5oWmvWwx5iK+ShQkuwUFyitYCR37zpnShC5S0EJU4cWWtNhAlD+ZUED\nIL+yrdwhAoGBAPig8vKSErp0Lzkj6l70sQX5S1bicTEgsinG0XtiUnpQaUFjKR8Z\nHPlGYUniFzj6BVFoPuGOygYPF5/zerOwi3x+Qa6xjaDK81EN//bREIPImOjUXD3A\nYUt42qFJgAWoQtzjS8t6ZMcIUrqqKkPyMp2deRFKvClWnXnKfrwY3DjzAoGBANav\nU5yiDdYhHseqaQjpcHazhZft7vXUTPW1D4VFwQXGDQu3UF0el9hO9cRNzJd+D31P\njvmTi/mJIW1ObR21tWaK0zpYxQ6KsAu55NxFg8f6eYRWkN0h0VkS3BolvN/YLH5g\nqEC9COo4TZ6ovnI4pahBj9QUnx0Z2FfF55PqwLxZAoGABj6Um38LtV8hqH+8bTIc\nGBhQyhfZ2/AESYRS0pR/mc7XNes1pzBMR/56hw6Eosu0wnypx6R8cnaCk2PcGxM+\nDZxmLesLsZQnVEvTt/E8RvMM1BwxTOO+DdU1OIPOEVZOh5m116B1U4JkAYgwk5BL\nsSW5WrPT0f346owpbrP5I/0CgYBbu1CrtebZnw9K23rD7xM59R1ZPLaFXfCAcJww\nIw0GDYkXf32cPG0/ZQXImkGYXan6rlr2M2B1AG5DCWbAchsPtLPq03Fn9ESizgyH\nPkC/2zu/G0oM4t1UBSX9GjDpKLJiUaSy/NLpWaN47rtpjODj0xfE1Abk5V02q/52\nirFOCQKBgFbTgJlBmdxNNUbG5rr6qO4WdykAMIvuswqz7WujVlVkrqtqw/3ZwS/6\nxysgLpl5/zM88Z+y2t7UhBg7aZXtbhci45vFy0Y4ttr2K2O6TxI6LrN+i72p61xD\ncWFSgdXzf1kAoFF9O8A4kdNAuaGQZ7JYxNZIUmdlyqk5tbcNQhmM\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-08-12 08:46:16,591 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack/b450bcbe-445a-4e11-8bb1-769e2642ec1e used request id req-94062727-a722-4ec7-b2e7-90d9af41670d 2018-08-12 08:46:16,592 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2018-08-12 08:46:16,592 - create_stack - DEBUG - Stack is active with name - CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack 2018-08-12 08:46:16,592 - create_stack - INFO - Stack is now active with name - CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack 2018-08-12 08:46:16,595 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6/stacks/b450bcbe-445a-4e11-8bb1-769e2642ec1e/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bf982008c18cbe95dec9e647df91f1328dac201" 2018-08-12 08:46:16,794 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:46:16 GMT Server: Apache x-openstack-request-id: req-91f7c73d-47dc-43fb-b3e8-4f039312e1b8 Location: http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack/b450bcbe-445a-4e11-8bb1-769e2642ec1e/resources Content-Length: 563 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack/b450bcbe-445a-4e11-8bb1-769e2642ec1e/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:46:16,873 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:46:16 GMT Server: Apache x-openstack-request-id: req-6403caac-eea8-4e42-a4d5-8f6d61f4e659 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1050 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "subnet", "links": [{"href": "http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack/b450bcbe-445a-4e11-8bb1-769e2642ec1e/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack/b450bcbe-445a-4e11-8bb1-769e2642ec1e", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2018-08-12T08:45:55Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-12T08:45:55Z", "required_by": ["management_router_interface", "vm1", "port1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "767106b9-3ac2-4921-a2a8-a86b9fd69d44", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack/b450bcbe-445a-4e11-8bb1-769e2642ec1e/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack/b450bcbe-445a-4e11-8bb1-769e2642ec1e", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2018-08-12T08:45:55Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-12T08:45:55Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "207e7881-e8c7-4da6-b692-9f4195bb60ce", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack/b450bcbe-445a-4e11-8bb1-769e2642ec1e/resources/network", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack/b450bcbe-445a-4e11-8bb1-769e2642ec1e", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2018-08-12T08:45:55Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-12T08:45:55Z", "required_by": ["subnet", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "42403bee-34de-40b4-b02d-050d9f0a6279", "resource_type": "OS::Neutron::Net"}, {"resource_name": "flavor2", "links": [{"href": "http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack/b450bcbe-445a-4e11-8bb1-769e2642ec1e/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack/b450bcbe-445a-4e11-8bb1-769e2642ec1e", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2018-08-12T08:45:55Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-12T08:45:55Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "2a8aba78-4846-4a35-b9f4-6ea7ea4cf571", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack/b450bcbe-445a-4e11-8bb1-769e2642ec1e/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack/b450bcbe-445a-4e11-8bb1-769e2642ec1e", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-08-12T08:45:55Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-12T08:45:55Z", "required_by": ["port1"], "resource_status_reason": "state changed", "physical_resource_id": "2aea58fb-c79e-4a2b-ae31-80c46c533697", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack/b450bcbe-445a-4e11-8bb1-769e2642ec1e/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack/b450bcbe-445a-4e11-8bb1-769e2642ec1e", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2018-08-12T08:45:55Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-12T08:45:55Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "1eac8b2b-f7eb-48a4-bd48-1490c0516eab", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack/b450bcbe-445a-4e11-8bb1-769e2642ec1e/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack/b450bcbe-445a-4e11-8bb1-769e2642ec1e", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2018-08-12T08:45:55Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-12T08:45:55Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "248", "resource_type": "OS::Neutron::FloatingIPAssociation"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack/b450bcbe-445a-4e11-8bb1-769e2642ec1e/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack/b450bcbe-445a-4e11-8bb1-769e2642ec1e", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-08-12T08:45:55Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-12T08:45:55Z", "required_by": ["vm1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-kp", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack/b450bcbe-445a-4e11-8bb1-769e2642ec1e/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack/b450bcbe-445a-4e11-8bb1-769e2642ec1e", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2018-08-12T08:45:55Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-12T08:45:55Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "79c2f56e-609f-470d-abb6-660657c0cbe9:subnet_id=767106b9-3ac2-4921-a2a8-a86b9fd69d44", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "management_router", "links": [{"href": "http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack/b450bcbe-445a-4e11-8bb1-769e2642ec1e/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack/b450bcbe-445a-4e11-8bb1-769e2642ec1e", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2018-08-12T08:45:55Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-12T08:45:55Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "79c2f56e-609f-470d-abb6-660657c0cbe9", "resource_type": "OS::Neutron::Router"}, {"resource_name": "port1", "links": [{"href": "http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack/b450bcbe-445a-4e11-8bb1-769e2642ec1e/resources/port1", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack/b450bcbe-445a-4e11-8bb1-769e2642ec1e", "rel": "stack"}], "logical_resource_id": "port1", "creation_time": "2018-08-12T08:45:55Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-12T08:45:55Z", "required_by": ["floating_ip_association", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "b5ff9d94-1eb3-4edf-8c92-0b63273cbc55", "resource_type": "OS::Neutron::Port"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack/b450bcbe-445a-4e11-8bb1-769e2642ec1e/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack/b450bcbe-445a-4e11-8bb1-769e2642ec1e", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2018-08-12T08:45:55Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-12T08:45:55Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "4ed3ae2a-3cd0-4305-af27-6a4e0b9d3f86", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack/b450bcbe-445a-4e11-8bb1-769e2642ec1e/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack/b450bcbe-445a-4e11-8bb1-769e2642ec1e", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2018-08-12T08:45:55Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-12T08:45:55Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "9f1d111c-1903-4913-b4f3-591cdba57d07", "resource_type": "OS::Nova::Server"}]} 2018-08-12 08:46:16,873 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack/b450bcbe-445a-4e11-8bb1-769e2642ec1e/resources used request id req-6403caac-eea8-4e42-a4d5-8f6d61f4e659 2018-08-12 08:46:16,879 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/4ed3ae2a-3cd0-4305-af27-6a4e0b9d3f86 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bf982008c18cbe95dec9e647df91f1328dac201" 2018-08-12 08:46:16,884 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/9f1d111c-1903-4913-b4f3-591cdba57d07 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bf982008c18cbe95dec9e647df91f1328dac201" 2018-08-12 08:46:17,339 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:46: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-93e2068f-e44b-44ec-98cd-adc40cc464f6 x-compute-request-id: req-93e2068f-e44b-44ec-98cd-adc40cc464f6 Content-Encoding: gzip Content-Length: 819 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:73:1f:3b", "version": 4, "addr": "10.1.2.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/4ed3ae2a-3cd0-4305-af27-6a4e0b9d3f86", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/4ed3ae2a-3cd0-4305-af27-6a4e0b9d3f86", "rel": "bookmark"}], "image": {"id": "5921c54f-ca42-4241-996d-27615c52de94", "links": [{"href": "http://172.30.9.21:8774/images/5921c54f-ca42-4241-996d-27615c52de94", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000da", "OS-SRV-USG:launched_at": "2018-08-12T08:46:08.000000", "flavor": {"id": "2a8aba78-4846-4a35-b9f4-6ea7ea4cf571", "links": [{"href": "http://172.30.9.21:8774/flavors/2a8aba78-4846-4a35-b9f4-6ea7ea4cf571", "rel": "bookmark"}]}, "id": "4ed3ae2a-3cd0-4305-af27-6a4e0b9d3f86", "security_groups": [{"name": "default"}], "user_id": "40dea2a13e2945e29453d1ce78f50e25", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:46:08Z", "hostId": "53472e6f9733427321fdc9f57aef1c8f35a55016303339863b10e7ca", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-inst2", "created": "2018-08-12T08:46:01Z", "tenant_id": "c66b8eadd57844168146bee72c2cfdb6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:46:17,339 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/4ed3ae2a-3cd0-4305-af27-6a4e0b9d3f86 used request id req-93e2068f-e44b-44ec-98cd-adc40cc464f6 2018-08-12 08:46:17,345 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bf982008c18cbe95dec9e647df91f1328dac201" 2018-08-12 08:46:17,521 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:46: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-d04a3773-712c-4be4-9e02-7d6bc84dd52a x-compute-request-id: req-d04a3773-712c-4be4-9e02-7d6bc84dd52a Content-Encoding: gzip Content-Length: 838 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a2:e1:9c", "version": 4, "addr": "10.1.2.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a2:e1:9c", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/9f1d111c-1903-4913-b4f3-591cdba57d07", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/9f1d111c-1903-4913-b4f3-591cdba57d07", "rel": "bookmark"}], "image": {"id": "5921c54f-ca42-4241-996d-27615c52de94", "links": [{"href": "http://172.30.9.21:8774/images/5921c54f-ca42-4241-996d-27615c52de94", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000dd", "OS-SRV-USG:launched_at": "2018-08-12T08:46:13.000000", "flavor": {"id": "207e7881-e8c7-4da6-b692-9f4195bb60ce", "links": [{"href": "http://172.30.9.21:8774/flavors/207e7881-e8c7-4da6-b692-9f4195bb60ce", "rel": "bookmark"}]}, "id": "9f1d111c-1903-4913-b4f3-591cdba57d07", "security_groups": [{"name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-sec_grp"}], "user_id": "40dea2a13e2945e29453d1ce78f50e25", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:46:13Z", "hostId": "8d2b24c8e64a6fb34473a402323996e1e21d04ef6815c32986b3db36", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-inst1", "created": "2018-08-12T08:46:07Z", "tenant_id": "c66b8eadd57844168146bee72c2cfdb6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:46:17,522 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/9f1d111c-1903-4913-b4f3-591cdba57d07 used request id req-d04a3773-712c-4be4-9e02-7d6bc84dd52a 2018-08-12 08:46:17,527 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bf982008c18cbe95dec9e647df91f1328dac201" 2018-08-12 08:46:17,610 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-0d0d0140-92c5-49c1-a594-aa3ed4303161 Date: Sun, 12 Aug 2018 08:46:17 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"42403bee-34de-40b4-b02d-050d9f0a6279","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c66b8eadd57844168146bee72c2cfdb6","status":"ACTIVE","subnets":["767106b9-3ac2-4921-a2a8-a86b9fd69d44"],"description":"","tags":[],"updated_at":"2018-08-12T08:45:57Z","provider:segmentation_id":12,"name":"CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-net","admin_state_up":true,"tenant_id":"c66b8eadd57844168146bee72c2cfdb6","created_at":"2018-08-12T08:45:56Z","provider:network_type":"vxlan"}]} 2018-08-12 08:46:17,610 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-net used request id req-0d0d0140-92c5-49c1-a594-aa3ed4303161 2018-08-12 08:46:17,614 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:46:17,617 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-2b02e39e-dad8-484c-bb68-9b9b84ef73f5 Date: Sun, 12 Aug 2018 08:46:17 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"42403bee-34de-40b4-b02d-050d9f0a6279","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c66b8eadd57844168146bee72c2cfdb6","status":"ACTIVE","subnets":["767106b9-3ac2-4921-a2a8-a86b9fd69d44"],"description":"","tags":[],"updated_at":"2018-08-12T08:45:57Z","provider:segmentation_id":12,"name":"CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-net","admin_state_up":true,"tenant_id":"c66b8eadd57844168146bee72c2cfdb6","created_at":"2018-08-12T08:45:56Z","provider:network_type":"vxlan"}]} 2018-08-12 08:46:17,617 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-net used request id req-2b02e39e-dad8-484c-bb68-9b9b84ef73f5 2018-08-12 08:46:17,622 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:46:17,629 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:46:17 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:46:17,630 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:46:17 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:46:17,631 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c66b8eadd57844168146bee72c2cfdb6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bf982008c18cbe95dec9e647df91f1328dac201" 2018-08-12 08:46:17,632 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c66b8eadd57844168146bee72c2cfdb6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bf982008c18cbe95dec9e647df91f1328dac201" 2018-08-12 08:46:17,730 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:46:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6c039138-28bb-4345-8ee6-e8f454e09388 Content-Encoding: gzip Content-Length: 231 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c66b8eadd57844168146bee72c2cfdb6"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "c66b8eadd57844168146bee72c2cfdb6", "name": "CreateStackFloatingIpTests-363f1c33-5301-478-proj"}} 2018-08-12 08:46:17,731 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:46:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-580feb77-1aca-4ddf-a1c4-bbf24cd88f60 Content-Encoding: gzip Content-Length: 231 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c66b8eadd57844168146bee72c2cfdb6"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "c66b8eadd57844168146bee72c2cfdb6", "name": "CreateStackFloatingIpTests-363f1c33-5301-478-proj"}} 2018-08-12 08:46:17,731 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c66b8eadd57844168146bee72c2cfdb6 used request id req-6c039138-28bb-4345-8ee6-e8f454e09388 2018-08-12 08:46:17,731 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c66b8eadd57844168146bee72c2cfdb6 used request id req-580feb77-1aca-4ddf-a1c4-bbf24cd88f60 2018-08-12 08:46:17,741 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=42403bee-34de-40b4-b02d-050d9f0a6279 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bf982008c18cbe95dec9e647df91f1328dac201" 2018-08-12 08:46:17,746 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=42403bee-34de-40b4-b02d-050d9f0a6279 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bf982008c18cbe95dec9e647df91f1328dac201" 2018-08-12 08:46:17,791 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-30fa7f7b-f408-4e05-9eb2-f7edfeb9a064 Date: Sun, 12 Aug 2018 08:46:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"42403bee-34de-40b4-b02d-050d9f0a6279","tenant_id":"c66b8eadd57844168146bee72c2cfdb6","created_at":"2018-08-12T08:45:57Z","dns_nameservers":[],"updated_at":"2018-08-12T08:45:57Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"gateway_ip":"10.1.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.1.2.0/24","project_id":"c66b8eadd57844168146bee72c2cfdb6","id":"767106b9-3ac2-4921-a2a8-a86b9fd69d44","subnetpool_id":null,"name":"CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-subnet"}]} 2018-08-12 08:46:17,792 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=42403bee-34de-40b4-b02d-050d9f0a6279 used request id req-30fa7f7b-f408-4e05-9eb2-f7edfeb9a064 2018-08-12 08:46:17,796 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-5d4fd924-383d-4dd3-a31f-1fd6bbb35599 Date: Sun, 12 Aug 2018 08:46:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"42403bee-34de-40b4-b02d-050d9f0a6279","tenant_id":"c66b8eadd57844168146bee72c2cfdb6","created_at":"2018-08-12T08:45:57Z","dns_nameservers":[],"updated_at":"2018-08-12T08:45:57Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"gateway_ip":"10.1.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.1.2.0/24","project_id":"c66b8eadd57844168146bee72c2cfdb6","id":"767106b9-3ac2-4921-a2a8-a86b9fd69d44","subnetpool_id":null,"name":"CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-subnet"}]} 2018-08-12 08:46:17,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=42403bee-34de-40b4-b02d-050d9f0a6279 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bf982008c18cbe95dec9e647df91f1328dac201" 2018-08-12 08:46:17,798 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=42403bee-34de-40b4-b02d-050d9f0a6279 used request id req-5d4fd924-383d-4dd3-a31f-1fd6bbb35599 2018-08-12 08:46:17,805 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=42403bee-34de-40b4-b02d-050d9f0a6279 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bf982008c18cbe95dec9e647df91f1328dac201" 2018-08-12 08:46:17,867 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5239 X-Openstack-Request-Id: req-2acde6ab-6c51-422a-ac0a-5c810d4ef58b Date: Sun, 12 Aug 2018 08:46:17 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:46:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"767106b9-3ac2-4921-a2a8-a86b9fd69d44","ip_address":"10.1.2.3"}],"id":"517fd0c9-1995-4b0a-a47c-de7ef4d79ef4","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f3:74:f7","project_id":"c66b8eadd57844168146bee72c2cfdb6","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-42403bee-34de-40b4-b02d-050d9f0a6279","name":"","admin_state_up":true,"network_id":"42403bee-34de-40b4-b02d-050d9f0a6279","tenant_id":"c66b8eadd57844168146bee72c2cfdb6","created_at":"2018-08-12T08:45:58Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:46:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"767106b9-3ac2-4921-a2a8-a86b9fd69d44","ip_address":"10.1.2.2"}],"id":"52212ae1-8678-454b-8c0b-c1bbd5ef585e","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a0:71:1c","project_id":"c66b8eadd57844168146bee72c2cfdb6","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-42403bee-34de-40b4-b02d-050d9f0a6279","name":"","admin_state_up":true,"network_id":"42403bee-34de-40b4-b02d-050d9f0a6279","tenant_id":"c66b8eadd57844168146bee72c2cfdb6","created_at":"2018-08-12T08:45:58Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:46:03Z","device_owner":"network:router_interface","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"767106b9-3ac2-4921-a2a8-a86b9fd69d44","ip_address":"10.1.2.1"}],"id":"79beb82d-5f48-4ad6-bcbc-4734e9742e10","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:0e:56:3a","project_id":"c66b8eadd57844168146bee72c2cfdb6","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"79c2f56e-609f-470d-abb6-660657c0cbe9","name":"","admin_state_up":true,"network_id":"42403bee-34de-40b4-b02d-050d9f0a6279","tenant_id":"c66b8eadd57844168146bee72c2cfdb6","created_at":"2018-08-12T08:46:02Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:46:13Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"767106b9-3ac2-4921-a2a8-a86b9fd69d44","ip_address":"10.1.2.8"}],"id":"b5ff9d94-1eb3-4edf-8c92-0b63273cbc55","security_groups":["2aea58fb-c79e-4a2b-ae31-80c46c533697"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a2:e1:9c","project_id":"c66b8eadd57844168146bee72c2cfdb6","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"9f1d111c-1903-4913-b4f3-591cdba57d07","name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack-port1-rtoypy4kxidb","admin_state_up":true,"network_id":"42403bee-34de-40b4-b02d-050d9f0a6279","tenant_id":"c66b8eadd57844168146bee72c2cfdb6","created_at":"2018-08-12T08:46:02Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:46:02Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"767106b9-3ac2-4921-a2a8-a86b9fd69d44","ip_address":"10.1.2.4"}],"id":"d23bfac4-d6c9-419d-8759-582c57b6dc99","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:9f:c6:55","project_id":"c66b8eadd57844168146bee72c2cfdb6","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-42403bee-34de-40b4-b02d-050d9f0a6279","name":"","admin_state_up":true,"network_id":"42403bee-34de-40b4-b02d-050d9f0a6279","tenant_id":"c66b8eadd57844168146bee72c2cfdb6","created_at":"2018-08-12T08:45:59Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:46:08Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"767106b9-3ac2-4921-a2a8-a86b9fd69d44","ip_address":"10.1.2.5"}],"id":"d3493a12-1450-4de5-b263-603f458d2aee","security_groups":["e3f663ef-f8b7-40e0-94f2-2b3d152c9a41"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:73:1f:3b","project_id":"c66b8eadd57844168146bee72c2cfdb6","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"4ed3ae2a-3cd0-4305-af27-6a4e0b9d3f86","name":"","admin_state_up":true,"network_id":"42403bee-34de-40b4-b02d-050d9f0a6279","tenant_id":"c66b8eadd57844168146bee72c2cfdb6","created_at":"2018-08-12T08:46:03Z","binding:vnic_type":"normal"}]} 2018-08-12 08:46:17,868 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=42403bee-34de-40b4-b02d-050d9f0a6279 used request id req-2acde6ab-6c51-422a-ac0a-5c810d4ef58b 2018-08-12 08:46:18,041 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5239 X-Openstack-Request-Id: req-752c124c-5d3f-4520-a76d-b70ce3856b25 Date: Sun, 12 Aug 2018 08:46:18 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:46:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"767106b9-3ac2-4921-a2a8-a86b9fd69d44","ip_address":"10.1.2.3"}],"id":"517fd0c9-1995-4b0a-a47c-de7ef4d79ef4","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f3:74:f7","project_id":"c66b8eadd57844168146bee72c2cfdb6","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-42403bee-34de-40b4-b02d-050d9f0a6279","name":"","admin_state_up":true,"network_id":"42403bee-34de-40b4-b02d-050d9f0a6279","tenant_id":"c66b8eadd57844168146bee72c2cfdb6","created_at":"2018-08-12T08:45:58Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:46:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"767106b9-3ac2-4921-a2a8-a86b9fd69d44","ip_address":"10.1.2.2"}],"id":"52212ae1-8678-454b-8c0b-c1bbd5ef585e","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a0:71:1c","project_id":"c66b8eadd57844168146bee72c2cfdb6","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-42403bee-34de-40b4-b02d-050d9f0a6279","name":"","admin_state_up":true,"network_id":"42403bee-34de-40b4-b02d-050d9f0a6279","tenant_id":"c66b8eadd57844168146bee72c2cfdb6","created_at":"2018-08-12T08:45:58Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:46:03Z","device_owner":"network:router_interface","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"767106b9-3ac2-4921-a2a8-a86b9fd69d44","ip_address":"10.1.2.1"}],"id":"79beb82d-5f48-4ad6-bcbc-4734e9742e10","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:0e:56:3a","project_id":"c66b8eadd57844168146bee72c2cfdb6","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"79c2f56e-609f-470d-abb6-660657c0cbe9","name":"","admin_state_up":true,"network_id":"42403bee-34de-40b4-b02d-050d9f0a6279","tenant_id":"c66b8eadd57844168146bee72c2cfdb6","created_at":"2018-08-12T08:46:02Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:46:13Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"767106b9-3ac2-4921-a2a8-a86b9fd69d44","ip_address":"10.1.2.8"}],"id":"b5ff9d94-1eb3-4edf-8c92-0b63273cbc55","security_groups":["2aea58fb-c79e-4a2b-ae31-80c46c533697"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a2:e1:9c","project_id":"c66b8eadd57844168146bee72c2cfdb6","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"9f1d111c-1903-4913-b4f3-591cdba57d07","name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack-port1-rtoypy4kxidb","admin_state_up":true,"network_id":"42403bee-34de-40b4-b02d-050d9f0a6279","tenant_id":"c66b8eadd57844168146bee72c2cfdb6","created_at":"2018-08-12T08:46:02Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:46:02Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"767106b9-3ac2-4921-a2a8-a86b9fd69d44","ip_address":"10.1.2.4"}],"id":"d23bfac4-d6c9-419d-8759-582c57b6dc99","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:9f:c6:55","project_id":"c66b8eadd57844168146bee72c2cfdb6","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-42403bee-34de-40b4-b02d-050d9f0a6279","name":"","admin_state_up":true,"network_id":"42403bee-34de-40b4-b02d-050d9f0a6279","tenant_id":"c66b8eadd57844168146bee72c2cfdb6","created_at":"2018-08-12T08:45:59Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:46:08Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"767106b9-3ac2-4921-a2a8-a86b9fd69d44","ip_address":"10.1.2.5"}],"id":"d3493a12-1450-4de5-b263-603f458d2aee","security_groups":["e3f663ef-f8b7-40e0-94f2-2b3d152c9a41"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:73:1f:3b","project_id":"c66b8eadd57844168146bee72c2cfdb6","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"4ed3ae2a-3cd0-4305-af27-6a4e0b9d3f86","name":"","admin_state_up":true,"network_id":"42403bee-34de-40b4-b02d-050d9f0a6279","tenant_id":"c66b8eadd57844168146bee72c2cfdb6","created_at":"2018-08-12T08:46:03Z","binding:vnic_type":"normal"}]} 2018-08-12 08:46:18,041 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=42403bee-34de-40b4-b02d-050d9f0a6279 used request id req-752c124c-5d3f-4520-a76d-b70ce3856b25 2018-08-12 08:46:18,045 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6/stacks/b450bcbe-445a-4e11-8bb1-769e2642ec1e/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bf982008c18cbe95dec9e647df91f1328dac201" 2018-08-12 08:46:18,234 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:46:18 GMT Server: Apache x-openstack-request-id: req-474a9fb4-3235-4f79-8e64-1728136a8cfc Location: http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack/b450bcbe-445a-4e11-8bb1-769e2642ec1e/resources Content-Length: 563 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack/b450bcbe-445a-4e11-8bb1-769e2642ec1e/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:46:18,476 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:46:18 GMT Server: Apache x-openstack-request-id: req-7f8b998a-50ec-4eb1-8321-a0c29ec63b80 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1045 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "subnet", "links": [{"href": "http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack/b450bcbe-445a-4e11-8bb1-769e2642ec1e/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack/b450bcbe-445a-4e11-8bb1-769e2642ec1e", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2018-08-12T08:45:55Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-12T08:45:55Z", "required_by": ["management_router_interface", "vm1", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "767106b9-3ac2-4921-a2a8-a86b9fd69d44", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack/b450bcbe-445a-4e11-8bb1-769e2642ec1e/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack/b450bcbe-445a-4e11-8bb1-769e2642ec1e", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2018-08-12T08:45:55Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-12T08:45:55Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "207e7881-e8c7-4da6-b692-9f4195bb60ce", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack/b450bcbe-445a-4e11-8bb1-769e2642ec1e/resources/network", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack/b450bcbe-445a-4e11-8bb1-769e2642ec1e", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2018-08-12T08:45:55Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-12T08:45:55Z", "required_by": ["subnet", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "42403bee-34de-40b4-b02d-050d9f0a6279", "resource_type": "OS::Neutron::Net"}, {"resource_name": "flavor2", "links": [{"href": "http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack/b450bcbe-445a-4e11-8bb1-769e2642ec1e/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack/b450bcbe-445a-4e11-8bb1-769e2642ec1e", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2018-08-12T08:45:55Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-12T08:45:55Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "2a8aba78-4846-4a35-b9f4-6ea7ea4cf571", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack/b450bcbe-445a-4e11-8bb1-769e2642ec1e/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack/b450bcbe-445a-4e11-8bb1-769e2642ec1e", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-08-12T08:45:55Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-12T08:45:55Z", "required_by": ["port1"], "resource_status_reason": "state changed", "physical_resource_id": "2aea58fb-c79e-4a2b-ae31-80c46c533697", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack/b450bcbe-445a-4e11-8bb1-769e2642ec1e/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack/b450bcbe-445a-4e11-8bb1-769e2642ec1e", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2018-08-12T08:45:55Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-12T08:45:55Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "1eac8b2b-f7eb-48a4-bd48-1490c0516eab", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack/b450bcbe-445a-4e11-8bb1-769e2642ec1e/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack/b450bcbe-445a-4e11-8bb1-769e2642ec1e", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2018-08-12T08:45:55Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-12T08:45:55Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "248", "resource_type": "OS::Neutron::FloatingIPAssociation"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack/b450bcbe-445a-4e11-8bb1-769e2642ec1e/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack/b450bcbe-445a-4e11-8bb1-769e2642ec1e", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-08-12T08:45:55Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-12T08:45:55Z", "required_by": ["vm1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-kp", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack/b450bcbe-445a-4e11-8bb1-769e2642ec1e/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack/b450bcbe-445a-4e11-8bb1-769e2642ec1e", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2018-08-12T08:45:55Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-12T08:45:55Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "79c2f56e-609f-470d-abb6-660657c0cbe9:subnet_id=767106b9-3ac2-4921-a2a8-a86b9fd69d44", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "management_router", "links": [{"href": "http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack/b450bcbe-445a-4e11-8bb1-769e2642ec1e/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack/b450bcbe-445a-4e11-8bb1-769e2642ec1e", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2018-08-12T08:45:55Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-12T08:45:55Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "79c2f56e-609f-470d-abb6-660657c0cbe9", "resource_type": "OS::Neutron::Router"}, {"resource_name": "port1", "links": [{"href": "http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack/b450bcbe-445a-4e11-8bb1-769e2642ec1e/resources/port1", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack/b450bcbe-445a-4e11-8bb1-769e2642ec1e", "rel": "stack"}], "logical_resource_id": "port1", "creation_time": "2018-08-12T08:45:55Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-12T08:45:55Z", "required_by": ["floating_ip_association", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "b5ff9d94-1eb3-4edf-8c92-0b63273cbc55", "resource_type": "OS::Neutron::Port"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack/b450bcbe-445a-4e11-8bb1-769e2642ec1e/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack/b450bcbe-445a-4e11-8bb1-769e2642ec1e", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2018-08-12T08:45:55Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-12T08:45:55Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "4ed3ae2a-3cd0-4305-af27-6a4e0b9d3f86", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack/b450bcbe-445a-4e11-8bb1-769e2642ec1e/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack/b450bcbe-445a-4e11-8bb1-769e2642ec1e", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2018-08-12T08:45:55Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-12T08:45:55Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "9f1d111c-1903-4913-b4f3-591cdba57d07", "resource_type": "OS::Nova::Server"}]} 2018-08-12 08:46:18,477 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack/b450bcbe-445a-4e11-8bb1-769e2642ec1e/resources used request id req-7f8b998a-50ec-4eb1-8321-a0c29ec63b80 2018-08-12 08:46:18,482 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors/2a8aba78-4846-4a35-b9f4-6ea7ea4cf571 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bf982008c18cbe95dec9e647df91f1328dac201" 2018-08-12 08:46:18,487 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors/207e7881-e8c7-4da6-b692-9f4195bb60ce -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bf982008c18cbe95dec9e647df91f1328dac201" 2018-08-12 08:46:18,509 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:46: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-daab80e7-8c0d-412d-84ba-e622a3a715d4 x-compute-request-id: req-daab80e7-8c0d-412d-84ba-e622a3a715d4 Content-Encoding: gzip Content-Length: 338 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack-flavor2-x44m2nov47s5", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/2a8aba78-4846-4a35-b9f4-6ea7ea4cf571", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/2a8aba78-4846-4a35-b9f4-6ea7ea4cf571", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 2, "id": "2a8aba78-4846-4a35-b9f4-6ea7ea4cf571"}} 2018-08-12 08:46:18,510 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/2a8aba78-4846-4a35-b9f4-6ea7ea4cf571 used request id req-daab80e7-8c0d-412d-84ba-e622a3a715d4 2018-08-12 08:46:18,510 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:46: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-d36a7f80-3c5f-440c-a4d4-6763cc9e6dee x-compute-request-id: req-d36a7f80-3c5f-440c-a4d4-6763cc9e6dee Content-Encoding: gzip Content-Length: 340 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack-flavor1-ougnhxv7d4q6", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/207e7881-e8c7-4da6-b692-9f4195bb60ce", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/207e7881-e8c7-4da6-b692-9f4195bb60ce", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 2, "id": "207e7881-e8c7-4da6-b692-9f4195bb60ce"}} 2018-08-12 08:46:18,516 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/767106b9-3ac2-4921-a2a8-a86b9fd69d44 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bf982008c18cbe95dec9e647df91f1328dac201" 2018-08-12 08:46:18,516 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/207e7881-e8c7-4da6-b692-9f4195bb60ce used request id req-d36a7f80-3c5f-440c-a4d4-6763cc9e6dee 2018-08-12 08:46:18,523 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/767106b9-3ac2-4921-a2a8-a86b9fd69d44 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bf982008c18cbe95dec9e647df91f1328dac201" 2018-08-12 08:46:18,567 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-c625824c-44cf-486d-ab8f-ab3f531d9c0c Date: Sun, 12 Aug 2018 08:46:18 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"42403bee-34de-40b4-b02d-050d9f0a6279","tenant_id":"c66b8eadd57844168146bee72c2cfdb6","created_at":"2018-08-12T08:45:57Z","dns_nameservers":[],"updated_at":"2018-08-12T08:45:57Z","gateway_ip":"10.1.2.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.1.2.0/24","project_id":"c66b8eadd57844168146bee72c2cfdb6","id":"767106b9-3ac2-4921-a2a8-a86b9fd69d44","subnetpool_id":null,"name":"CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-subnet"}} 2018-08-12 08:46:18,568 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/767106b9-3ac2-4921-a2a8-a86b9fd69d44 used request id req-c625824c-44cf-486d-ab8f-ab3f531d9c0c 2018-08-12 08:46:18,575 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=42403bee-34de-40b4-b02d-050d9f0a6279 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bf982008c18cbe95dec9e647df91f1328dac201" 2018-08-12 08:46:18,577 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-f2f77ef8-cefd-444f-8274-c34da215036a Date: Sun, 12 Aug 2018 08:46:18 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"42403bee-34de-40b4-b02d-050d9f0a6279","tenant_id":"c66b8eadd57844168146bee72c2cfdb6","created_at":"2018-08-12T08:45:57Z","dns_nameservers":[],"updated_at":"2018-08-12T08:45:57Z","gateway_ip":"10.1.2.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.1.2.0/24","project_id":"c66b8eadd57844168146bee72c2cfdb6","id":"767106b9-3ac2-4921-a2a8-a86b9fd69d44","subnetpool_id":null,"name":"CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-subnet"}} 2018-08-12 08:46:18,577 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/767106b9-3ac2-4921-a2a8-a86b9fd69d44 used request id req-f2f77ef8-cefd-444f-8274-c34da215036a 2018-08-12 08:46:18,586 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=42403bee-34de-40b4-b02d-050d9f0a6279 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bf982008c18cbe95dec9e647df91f1328dac201" 2018-08-12 08:46:18,668 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-395e9a59-73cc-48b3-8ebc-93a6cf05ea2b Date: Sun, 12 Aug 2018 08:46:18 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"42403bee-34de-40b4-b02d-050d9f0a6279","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c66b8eadd57844168146bee72c2cfdb6","status":"ACTIVE","subnets":["767106b9-3ac2-4921-a2a8-a86b9fd69d44"],"description":"","tags":[],"updated_at":"2018-08-12T08:45:57Z","provider:segmentation_id":12,"name":"CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-net","admin_state_up":true,"tenant_id":"c66b8eadd57844168146bee72c2cfdb6","created_at":"2018-08-12T08:45:56Z","provider:network_type":"vxlan"}]} 2018-08-12 08:46:18,668 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=42403bee-34de-40b4-b02d-050d9f0a6279 used request id req-395e9a59-73cc-48b3-8ebc-93a6cf05ea2b 2018-08-12 08:46:18,673 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=42403bee-34de-40b4-b02d-050d9f0a6279 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bf982008c18cbe95dec9e647df91f1328dac201" 2018-08-12 08:46:18,682 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-d6094860-4e78-4c43-b3a0-bb0c0615df35 Date: Sun, 12 Aug 2018 08:46:18 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"42403bee-34de-40b4-b02d-050d9f0a6279","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c66b8eadd57844168146bee72c2cfdb6","status":"ACTIVE","subnets":["767106b9-3ac2-4921-a2a8-a86b9fd69d44"],"description":"","tags":[],"updated_at":"2018-08-12T08:45:57Z","provider:segmentation_id":12,"name":"CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-net","admin_state_up":true,"tenant_id":"c66b8eadd57844168146bee72c2cfdb6","created_at":"2018-08-12T08:45:56Z","provider:network_type":"vxlan"}]} 2018-08-12 08:46:18,682 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=42403bee-34de-40b4-b02d-050d9f0a6279 used request id req-d6094860-4e78-4c43-b3a0-bb0c0615df35 2018-08-12 08:46:18,688 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=42403bee-34de-40b4-b02d-050d9f0a6279 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bf982008c18cbe95dec9e647df91f1328dac201" 2018-08-12 08:46:18,732 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-37ce9571-d379-4b3c-b69c-8ae8d14bdce6 Date: Sun, 12 Aug 2018 08:46:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"42403bee-34de-40b4-b02d-050d9f0a6279","tenant_id":"c66b8eadd57844168146bee72c2cfdb6","created_at":"2018-08-12T08:45:57Z","dns_nameservers":[],"updated_at":"2018-08-12T08:45:57Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"gateway_ip":"10.1.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.1.2.0/24","project_id":"c66b8eadd57844168146bee72c2cfdb6","id":"767106b9-3ac2-4921-a2a8-a86b9fd69d44","subnetpool_id":null,"name":"CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-subnet"}]} 2018-08-12 08:46:18,732 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=42403bee-34de-40b4-b02d-050d9f0a6279 used request id req-37ce9571-d379-4b3c-b69c-8ae8d14bdce6 2018-08-12 08:46:18,737 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bf982008c18cbe95dec9e647df91f1328dac201" 2018-08-12 08:46:18,820 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-ec2b873f-c283-4f0d-9552-59db04ca0814 Date: Sun, 12 Aug 2018 08:46:18 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"42403bee-34de-40b4-b02d-050d9f0a6279","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c66b8eadd57844168146bee72c2cfdb6","status":"ACTIVE","subnets":["767106b9-3ac2-4921-a2a8-a86b9fd69d44"],"description":"","tags":[],"updated_at":"2018-08-12T08:45:57Z","provider:segmentation_id":12,"name":"CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-net","admin_state_up":true,"tenant_id":"c66b8eadd57844168146bee72c2cfdb6","created_at":"2018-08-12T08:45:56Z","provider:network_type":"vxlan"}]} 2018-08-12 08:46:18,820 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-net used request id req-ec2b873f-c283-4f0d-9552-59db04ca0814 2018-08-12 08:46:18,824 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=42403bee-34de-40b4-b02d-050d9f0a6279 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bf982008c18cbe95dec9e647df91f1328dac201" 2018-08-12 08:46:18,897 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-dd7a101a-bd34-433a-81c1-bea93030139b Date: Sun, 12 Aug 2018 08:46:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"42403bee-34de-40b4-b02d-050d9f0a6279","tenant_id":"c66b8eadd57844168146bee72c2cfdb6","created_at":"2018-08-12T08:45:57Z","dns_nameservers":[],"updated_at":"2018-08-12T08:45:57Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"gateway_ip":"10.1.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.1.2.0/24","project_id":"c66b8eadd57844168146bee72c2cfdb6","id":"767106b9-3ac2-4921-a2a8-a86b9fd69d44","subnetpool_id":null,"name":"CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-subnet"}]} 2018-08-12 08:46:18,898 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=42403bee-34de-40b4-b02d-050d9f0a6279 used request id req-dd7a101a-bd34-433a-81c1-bea93030139b 2018-08-12 08:46:18,903 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bf982008c18cbe95dec9e647df91f1328dac201" 2018-08-12 08:46:18,985 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-4d06d633-9516-434e-86cd-068b249a2d6e Date: Sun, 12 Aug 2018 08:46:18 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"42403bee-34de-40b4-b02d-050d9f0a6279","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c66b8eadd57844168146bee72c2cfdb6","status":"ACTIVE","subnets":["767106b9-3ac2-4921-a2a8-a86b9fd69d44"],"description":"","tags":[],"updated_at":"2018-08-12T08:45:57Z","provider:segmentation_id":12,"name":"CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-net","admin_state_up":true,"tenant_id":"c66b8eadd57844168146bee72c2cfdb6","created_at":"2018-08-12T08:45:56Z","provider:network_type":"vxlan"}]} 2018-08-12 08:46:18,985 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-net used request id req-4d06d633-9516-434e-86cd-068b249a2d6e 2018-08-12 08:46:18,990 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=42403bee-34de-40b4-b02d-050d9f0a6279 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bf982008c18cbe95dec9e647df91f1328dac201" 2018-08-12 08:46:19,032 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-abbb67be-4921-49ca-a8dc-d63e2a77dd69 Date: Sun, 12 Aug 2018 08:46:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"42403bee-34de-40b4-b02d-050d9f0a6279","tenant_id":"c66b8eadd57844168146bee72c2cfdb6","created_at":"2018-08-12T08:45:57Z","dns_nameservers":[],"updated_at":"2018-08-12T08:45:57Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"gateway_ip":"10.1.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.1.2.0/24","project_id":"c66b8eadd57844168146bee72c2cfdb6","id":"767106b9-3ac2-4921-a2a8-a86b9fd69d44","subnetpool_id":null,"name":"CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-subnet"}]} 2018-08-12 08:46:19,032 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-2547488f-a526-426c-b4c6-a510521804d5 Date: Sun, 12 Aug 2018 08:46:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"42403bee-34de-40b4-b02d-050d9f0a6279","tenant_id":"c66b8eadd57844168146bee72c2cfdb6","created_at":"2018-08-12T08:45:57Z","dns_nameservers":[],"updated_at":"2018-08-12T08:45:57Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"gateway_ip":"10.1.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.1.2.0/24","project_id":"c66b8eadd57844168146bee72c2cfdb6","id":"767106b9-3ac2-4921-a2a8-a86b9fd69d44","subnetpool_id":null,"name":"CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-subnet"}]} 2018-08-12 08:46:19,032 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=42403bee-34de-40b4-b02d-050d9f0a6279 used request id req-abbb67be-4921-49ca-a8dc-d63e2a77dd69 2018-08-12 08:46:19,033 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=42403bee-34de-40b4-b02d-050d9f0a6279 used request id req-2547488f-a526-426c-b4c6-a510521804d5 2018-08-12 08:46:19,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bf982008c18cbe95dec9e647df91f1328dac201" 2018-08-12 08:46:19,047 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bf982008c18cbe95dec9e647df91f1328dac201" 2018-08-12 08:46:19,131 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-91cc6f21-e740-46eb-a291-234c1455d1bb Date: Sun, 12 Aug 2018 08:46:19 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"42403bee-34de-40b4-b02d-050d9f0a6279","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c66b8eadd57844168146bee72c2cfdb6","status":"ACTIVE","subnets":["767106b9-3ac2-4921-a2a8-a86b9fd69d44"],"description":"","tags":[],"updated_at":"2018-08-12T08:45:57Z","provider:segmentation_id":12,"name":"CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-net","admin_state_up":true,"tenant_id":"c66b8eadd57844168146bee72c2cfdb6","created_at":"2018-08-12T08:45:56Z","provider:network_type":"vxlan"}]} 2018-08-12 08:46:19,131 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-net used request id req-91cc6f21-e740-46eb-a291-234c1455d1bb 2018-08-12 08:46:19,135 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-cb67375d-f1fe-40d3-a56e-eaba097252f5 Date: Sun, 12 Aug 2018 08:46:19 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"42403bee-34de-40b4-b02d-050d9f0a6279","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c66b8eadd57844168146bee72c2cfdb6","status":"ACTIVE","subnets":["767106b9-3ac2-4921-a2a8-a86b9fd69d44"],"description":"","tags":[],"updated_at":"2018-08-12T08:45:57Z","provider:segmentation_id":12,"name":"CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-net","admin_state_up":true,"tenant_id":"c66b8eadd57844168146bee72c2cfdb6","created_at":"2018-08-12T08:45:56Z","provider:network_type":"vxlan"}]} 2018-08-12 08:46:19,137 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c66b8eadd57844168146bee72c2cfdb6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bf982008c18cbe95dec9e647df91f1328dac201" 2018-08-12 08:46:19,137 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-net used request id req-cb67375d-f1fe-40d3-a56e-eaba097252f5 2018-08-12 08:46:19,144 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c66b8eadd57844168146bee72c2cfdb6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bf982008c18cbe95dec9e647df91f1328dac201" 2018-08-12 08:46:19,235 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:46:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1a637d00-c9b1-439a-a441-ff6d5be6103b Content-Encoding: gzip Content-Length: 231 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c66b8eadd57844168146bee72c2cfdb6"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "c66b8eadd57844168146bee72c2cfdb6", "name": "CreateStackFloatingIpTests-363f1c33-5301-478-proj"}} 2018-08-12 08:46:19,235 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c66b8eadd57844168146bee72c2cfdb6 used request id req-1a637d00-c9b1-439a-a441-ff6d5be6103b 2018-08-12 08:46:19,243 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=42403bee-34de-40b4-b02d-050d9f0a6279 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bf982008c18cbe95dec9e647df91f1328dac201" 2018-08-12 08:46:19,244 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:46:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e329a195-3db3-4f1a-9e8b-d526df8d566d Content-Encoding: gzip Content-Length: 231 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c66b8eadd57844168146bee72c2cfdb6"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "c66b8eadd57844168146bee72c2cfdb6", "name": "CreateStackFloatingIpTests-363f1c33-5301-478-proj"}} 2018-08-12 08:46:19,244 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c66b8eadd57844168146bee72c2cfdb6 used request id req-e329a195-3db3-4f1a-9e8b-d526df8d566d 2018-08-12 08:46:19,251 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=42403bee-34de-40b4-b02d-050d9f0a6279 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bf982008c18cbe95dec9e647df91f1328dac201" 2018-08-12 08:46:19,294 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-f9fa0fc9-907d-4bd9-a904-2078ec5b235a Date: Sun, 12 Aug 2018 08:46:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"42403bee-34de-40b4-b02d-050d9f0a6279","tenant_id":"c66b8eadd57844168146bee72c2cfdb6","created_at":"2018-08-12T08:45:57Z","dns_nameservers":[],"updated_at":"2018-08-12T08:45:57Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"gateway_ip":"10.1.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.1.2.0/24","project_id":"c66b8eadd57844168146bee72c2cfdb6","id":"767106b9-3ac2-4921-a2a8-a86b9fd69d44","subnetpool_id":null,"name":"CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-subnet"}]} 2018-08-12 08:46:19,296 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-d0f41036-18fc-45ca-a6fb-7ada553e0ba6 Date: Sun, 12 Aug 2018 08:46:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"42403bee-34de-40b4-b02d-050d9f0a6279","tenant_id":"c66b8eadd57844168146bee72c2cfdb6","created_at":"2018-08-12T08:45:57Z","dns_nameservers":[],"updated_at":"2018-08-12T08:45:57Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"gateway_ip":"10.1.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.1.2.0/24","project_id":"c66b8eadd57844168146bee72c2cfdb6","id":"767106b9-3ac2-4921-a2a8-a86b9fd69d44","subnetpool_id":null,"name":"CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-subnet"}]} 2018-08-12 08:46:19,296 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=42403bee-34de-40b4-b02d-050d9f0a6279 used request id req-f9fa0fc9-907d-4bd9-a904-2078ec5b235a 2018-08-12 08:46:19,296 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=42403bee-34de-40b4-b02d-050d9f0a6279 used request id req-d0f41036-18fc-45ca-a6fb-7ada553e0ba6 2018-08-12 08:46:19,302 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=42403bee-34de-40b4-b02d-050d9f0a6279&mac_address=fa%3A16%3A3e%3A73%3A1f%3A3b&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bf982008c18cbe95dec9e647df91f1328dac201" 2018-08-12 08:46:19,307 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=42403bee-34de-40b4-b02d-050d9f0a6279&mac_address=fa%3A16%3A3e%3Aa2%3Ae1%3A9c&name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack-port1-rtoypy4kxidb&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bf982008c18cbe95dec9e647df91f1328dac201" 2018-08-12 08:46:19,364 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 987 X-Openstack-Request-Id: req-f0c1c432-91f9-4f17-8844-9dd43a78334e Date: Sun, 12 Aug 2018 08:46:19 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:46:13Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"767106b9-3ac2-4921-a2a8-a86b9fd69d44","ip_address":"10.1.2.8"}],"id":"b5ff9d94-1eb3-4edf-8c92-0b63273cbc55","security_groups":["2aea58fb-c79e-4a2b-ae31-80c46c533697"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a2:e1:9c","project_id":"c66b8eadd57844168146bee72c2cfdb6","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"9f1d111c-1903-4913-b4f3-591cdba57d07","name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack-port1-rtoypy4kxidb","admin_state_up":true,"network_id":"42403bee-34de-40b4-b02d-050d9f0a6279","tenant_id":"c66b8eadd57844168146bee72c2cfdb6","created_at":"2018-08-12T08:46:02Z","binding:vnic_type":"normal"}]} 2018-08-12 08:46:19,364 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=42403bee-34de-40b4-b02d-050d9f0a6279&mac_address=fa%3A16%3A3e%3Aa2%3Ae1%3A9c&name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack-port1-rtoypy4kxidb&admin_state_up=True used request id req-f0c1c432-91f9-4f17-8844-9dd43a78334e 2018-08-12 08:46:19,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c66b8eadd57844168146bee72c2cfdb6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bf982008c18cbe95dec9e647df91f1328dac201" 2018-08-12 08:46:19,464 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:46:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4285c675-fc56-44ff-9c87-d16b0fe3d132 Content-Encoding: gzip Content-Length: 231 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c66b8eadd57844168146bee72c2cfdb6"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "c66b8eadd57844168146bee72c2cfdb6", "name": "CreateStackFloatingIpTests-363f1c33-5301-478-proj"}} 2018-08-12 08:46:19,464 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c66b8eadd57844168146bee72c2cfdb6 used request id req-4285c675-fc56-44ff-9c87-d16b0fe3d132 2018-08-12 08:46:19,469 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bf982008c18cbe95dec9e647df91f1328dac201" 2018-08-12 08:46:19,526 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 872 X-Openstack-Request-Id: req-17f84914-1f86-4ea9-b97d-51a75f03765a Date: Sun, 12 Aug 2018 08:46:19 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:46:08Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"767106b9-3ac2-4921-a2a8-a86b9fd69d44","ip_address":"10.1.2.5"}],"id":"d3493a12-1450-4de5-b263-603f458d2aee","security_groups":["e3f663ef-f8b7-40e0-94f2-2b3d152c9a41"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:73:1f:3b","project_id":"c66b8eadd57844168146bee72c2cfdb6","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"4ed3ae2a-3cd0-4305-af27-6a4e0b9d3f86","name":"","admin_state_up":true,"network_id":"42403bee-34de-40b4-b02d-050d9f0a6279","tenant_id":"c66b8eadd57844168146bee72c2cfdb6","created_at":"2018-08-12T08:46:03Z","binding:vnic_type":"normal"}]} 2018-08-12 08:46:19,526 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=42403bee-34de-40b4-b02d-050d9f0a6279&mac_address=fa%3A16%3A3e%3A73%3A1f%3A3b&admin_state_up=True used request id req-17f84914-1f86-4ea9-b97d-51a75f03765a 2018-08-12 08:46:19,530 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c66b8eadd57844168146bee72c2cfdb6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bf982008c18cbe95dec9e647df91f1328dac201" 2018-08-12 08:46:19,557 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-4ebe88f1-630b-4d17-8602-65608e4ed069 Date: Sun, 12 Aug 2018 08:46:19 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"42403bee-34de-40b4-b02d-050d9f0a6279","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c66b8eadd57844168146bee72c2cfdb6","status":"ACTIVE","subnets":["767106b9-3ac2-4921-a2a8-a86b9fd69d44"],"description":"","tags":[],"updated_at":"2018-08-12T08:45:57Z","provider:segmentation_id":12,"name":"CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-net","admin_state_up":true,"tenant_id":"c66b8eadd57844168146bee72c2cfdb6","created_at":"2018-08-12T08:45:56Z","provider:network_type":"vxlan"}]} 2018-08-12 08:46:19,558 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-net used request id req-4ebe88f1-630b-4d17-8602-65608e4ed069 2018-08-12 08:46:19,563 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=42403bee-34de-40b4-b02d-050d9f0a6279 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bf982008c18cbe95dec9e647df91f1328dac201" 2018-08-12 08:46:19,605 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-560fcc40-e89e-47c7-9ac3-45643adcd9d1 Date: Sun, 12 Aug 2018 08:46:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"42403bee-34de-40b4-b02d-050d9f0a6279","tenant_id":"c66b8eadd57844168146bee72c2cfdb6","created_at":"2018-08-12T08:45:57Z","dns_nameservers":[],"updated_at":"2018-08-12T08:45:57Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"gateway_ip":"10.1.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.1.2.0/24","project_id":"c66b8eadd57844168146bee72c2cfdb6","id":"767106b9-3ac2-4921-a2a8-a86b9fd69d44","subnetpool_id":null,"name":"CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-subnet"}]} 2018-08-12 08:46:19,605 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=42403bee-34de-40b4-b02d-050d9f0a6279 used request id req-560fcc40-e89e-47c7-9ac3-45643adcd9d1 2018-08-12 08:46:19,610 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=42403bee-34de-40b4-b02d-050d9f0a6279 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bf982008c18cbe95dec9e647df91f1328dac201" 2018-08-12 08:46:19,622 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:46:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6cb3528b-a732-4bff-8c59-77f93d34abdc Content-Encoding: gzip Content-Length: 231 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c66b8eadd57844168146bee72c2cfdb6"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "c66b8eadd57844168146bee72c2cfdb6", "name": "CreateStackFloatingIpTests-363f1c33-5301-478-proj"}} 2018-08-12 08:46:19,623 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c66b8eadd57844168146bee72c2cfdb6 used request id req-6cb3528b-a732-4bff-8c59-77f93d34abdc 2018-08-12 08:46:19,627 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bf982008c18cbe95dec9e647df91f1328dac201" 2018-08-12 08:46:19,658 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5239 X-Openstack-Request-Id: req-90aac2d9-775d-49c8-876e-08559bc9cb10 Date: Sun, 12 Aug 2018 08:46:19 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:46:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"767106b9-3ac2-4921-a2a8-a86b9fd69d44","ip_address":"10.1.2.3"}],"id":"517fd0c9-1995-4b0a-a47c-de7ef4d79ef4","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f3:74:f7","project_id":"c66b8eadd57844168146bee72c2cfdb6","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-42403bee-34de-40b4-b02d-050d9f0a6279","name":"","admin_state_up":true,"network_id":"42403bee-34de-40b4-b02d-050d9f0a6279","tenant_id":"c66b8eadd57844168146bee72c2cfdb6","created_at":"2018-08-12T08:45:58Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:46:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"767106b9-3ac2-4921-a2a8-a86b9fd69d44","ip_address":"10.1.2.2"}],"id":"52212ae1-8678-454b-8c0b-c1bbd5ef585e","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a0:71:1c","project_id":"c66b8eadd57844168146bee72c2cfdb6","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-42403bee-34de-40b4-b02d-050d9f0a6279","name":"","admin_state_up":true,"network_id":"42403bee-34de-40b4-b02d-050d9f0a6279","tenant_id":"c66b8eadd57844168146bee72c2cfdb6","created_at":"2018-08-12T08:45:58Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:46:03Z","device_owner":"network:router_interface","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"767106b9-3ac2-4921-a2a8-a86b9fd69d44","ip_address":"10.1.2.1"}],"id":"79beb82d-5f48-4ad6-bcbc-4734e9742e10","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:0e:56:3a","project_id":"c66b8eadd57844168146bee72c2cfdb6","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"79c2f56e-609f-470d-abb6-660657c0cbe9","name":"","admin_state_up":true,"network_id":"42403bee-34de-40b4-b02d-050d9f0a6279","tenant_id":"c66b8eadd57844168146bee72c2cfdb6","created_at":"2018-08-12T08:46:02Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:46:13Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"767106b9-3ac2-4921-a2a8-a86b9fd69d44","ip_address":"10.1.2.8"}],"id":"b5ff9d94-1eb3-4edf-8c92-0b63273cbc55","security_groups":["2aea58fb-c79e-4a2b-ae31-80c46c533697"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a2:e1:9c","project_id":"c66b8eadd57844168146bee72c2cfdb6","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"9f1d111c-1903-4913-b4f3-591cdba57d07","name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack-port1-rtoypy4kxidb","admin_state_up":true,"network_id":"42403bee-34de-40b4-b02d-050d9f0a6279","tenant_id":"c66b8eadd57844168146bee72c2cfdb6","created_at":"2018-08-12T08:46:02Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:46:02Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"767106b9-3ac2-4921-a2a8-a86b9fd69d44","ip_address":"10.1.2.4"}],"id":"d23bfac4-d6c9-419d-8759-582c57b6dc99","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:9f:c6:55","project_id":"c66b8eadd57844168146bee72c2cfdb6","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-42403bee-34de-40b4-b02d-050d9f0a6279","name":"","admin_state_up":true,"network_id":"42403bee-34de-40b4-b02d-050d9f0a6279","tenant_id":"c66b8eadd57844168146bee72c2cfdb6","created_at":"2018-08-12T08:45:59Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:46:08Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"767106b9-3ac2-4921-a2a8-a86b9fd69d44","ip_address":"10.1.2.5"}],"id":"d3493a12-1450-4de5-b263-603f458d2aee","security_groups":["e3f663ef-f8b7-40e0-94f2-2b3d152c9a41"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:73:1f:3b","project_id":"c66b8eadd57844168146bee72c2cfdb6","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"4ed3ae2a-3cd0-4305-af27-6a4e0b9d3f86","name":"","admin_state_up":true,"network_id":"42403bee-34de-40b4-b02d-050d9f0a6279","tenant_id":"c66b8eadd57844168146bee72c2cfdb6","created_at":"2018-08-12T08:46:03Z","binding:vnic_type":"normal"}]} 2018-08-12 08:46:19,658 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=42403bee-34de-40b4-b02d-050d9f0a6279 used request id req-90aac2d9-775d-49c8-876e-08559bc9cb10 2018-08-12 08:46:19,663 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bf982008c18cbe95dec9e647df91f1328dac201" 2018-08-12 08:46:19,684 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1088 X-Openstack-Request-Id: req-6e9b82f0-b7b4-4210-af9c-01668a0ee45e Date: Sun, 12 Aug 2018 08:46:19 GMT RESP BODY: {"floatingips": [{"router_id": "79c2f56e-609f-470d-abb6-660657c0cbe9", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-12T08:46:05Z", "floating_network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "fixed_ip_address": "10.1.2.8", "floating_ip_address": "172.30.9.200", "revision_number": 2, "port_id": "b5ff9d94-1eb3-4edf-8c92-0b63273cbc55", "id": "1eac8b2b-f7eb-48a4-bd48-1490c0516eab", "tenant_id": "c66b8eadd57844168146bee72c2cfdb6", "created_at": "2018-08-12T08:46:02Z", "project_id": "c66b8eadd57844168146bee72c2cfdb6"}, {"router_id": "8b254875-08ae-4a93-8f2f-7d8064451ba9", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-12T06:21:29Z", "floating_network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "fixed_ip_address": "192.168.1.5", "floating_ip_address": "172.30.9.204", "revision_number": 0, "port_id": "31b43b29-e122-433e-ae3e-4cc8934c01af", "id": "e7a37c1e-78e0-4963-a79d-d777e09fb783", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "created_at": "2018-08-12T06:21:29Z", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}]} 2018-08-12 08:46:19,684 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips used request id req-6e9b82f0-b7b4-4210-af9c-01668a0ee45e 2018-08-12 08:46:19,689 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers/79c2f56e-609f-470d-abb6-660657c0cbe9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bf982008c18cbe95dec9e647df91f1328dac201" 2018-08-12 08:46:19,712 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-260f3308-5dab-489e-919a-c061a4174ad0 Date: Sun, 12 Aug 2018 08:46:19 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"42403bee-34de-40b4-b02d-050d9f0a6279","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c66b8eadd57844168146bee72c2cfdb6","status":"ACTIVE","subnets":["767106b9-3ac2-4921-a2a8-a86b9fd69d44"],"description":"","tags":[],"updated_at":"2018-08-12T08:45:57Z","provider:segmentation_id":12,"name":"CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-net","admin_state_up":true,"tenant_id":"c66b8eadd57844168146bee72c2cfdb6","created_at":"2018-08-12T08:45:56Z","provider:network_type":"vxlan"}]} 2018-08-12 08:46:19,712 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-net used request id req-260f3308-5dab-489e-919a-c061a4174ad0 2018-08-12 08:46:19,717 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=42403bee-34de-40b4-b02d-050d9f0a6279 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bf982008c18cbe95dec9e647df91f1328dac201" 2018-08-12 08:46:19,760 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-c1921b12-c659-481b-8fa2-4b561f71648e Date: Sun, 12 Aug 2018 08:46:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"42403bee-34de-40b4-b02d-050d9f0a6279","tenant_id":"c66b8eadd57844168146bee72c2cfdb6","created_at":"2018-08-12T08:45:57Z","dns_nameservers":[],"updated_at":"2018-08-12T08:45:57Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"gateway_ip":"10.1.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.1.2.0/24","project_id":"c66b8eadd57844168146bee72c2cfdb6","id":"767106b9-3ac2-4921-a2a8-a86b9fd69d44","subnetpool_id":null,"name":"CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-subnet"}]} 2018-08-12 08:46:19,760 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=42403bee-34de-40b4-b02d-050d9f0a6279 used request id req-c1921b12-c659-481b-8fa2-4b561f71648e 2018-08-12 08:46:19,765 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=42403bee-34de-40b4-b02d-050d9f0a6279 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bf982008c18cbe95dec9e647df91f1328dac201" 2018-08-12 08:46:19,797 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 600 X-Openstack-Request-Id: req-07da1f9e-e428-4c58-ab4e-3fee4f8bb413 Date: Sun, 12 Aug 2018 08:46:19 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ec788992-fa73-45cc-a7d9-6d44542124c2", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "c66b8eadd57844168146bee72c2cfdb6", "created_at": "2018-08-12T08:45:59Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-12T08:46:03Z", "revision_number": 3, "routes": [], "project_id": "c66b8eadd57844168146bee72c2cfdb6", "id": "79c2f56e-609f-470d-abb6-660657c0cbe9", "name": "mgmt_router"}} 2018-08-12 08:46:19,797 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers/79c2f56e-609f-470d-abb6-660657c0cbe9 used request id req-07da1f9e-e428-4c58-ab4e-3fee4f8bb413 2018-08-12 08:46:19,801 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=79c2f56e-609f-470d-abb6-660657c0cbe9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bf982008c18cbe95dec9e647df91f1328dac201" 2018-08-12 08:46:19,813 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5239 X-Openstack-Request-Id: req-988a9615-0987-45c9-ae65-8153af99a6bb Date: Sun, 12 Aug 2018 08:46:19 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:46:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"767106b9-3ac2-4921-a2a8-a86b9fd69d44","ip_address":"10.1.2.3"}],"id":"517fd0c9-1995-4b0a-a47c-de7ef4d79ef4","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f3:74:f7","project_id":"c66b8eadd57844168146bee72c2cfdb6","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-42403bee-34de-40b4-b02d-050d9f0a6279","name":"","admin_state_up":true,"network_id":"42403bee-34de-40b4-b02d-050d9f0a6279","tenant_id":"c66b8eadd57844168146bee72c2cfdb6","created_at":"2018-08-12T08:45:58Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:46:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"767106b9-3ac2-4921-a2a8-a86b9fd69d44","ip_address":"10.1.2.2"}],"id":"52212ae1-8678-454b-8c0b-c1bbd5ef585e","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a0:71:1c","project_id":"c66b8eadd57844168146bee72c2cfdb6","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-42403bee-34de-40b4-b02d-050d9f0a6279","name":"","admin_state_up":true,"network_id":"42403bee-34de-40b4-b02d-050d9f0a6279","tenant_id":"c66b8eadd57844168146bee72c2cfdb6","created_at":"2018-08-12T08:45:58Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:46:03Z","device_owner":"network:router_interface","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"767106b9-3ac2-4921-a2a8-a86b9fd69d44","ip_address":"10.1.2.1"}],"id":"79beb82d-5f48-4ad6-bcbc-4734e9742e10","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:0e:56:3a","project_id":"c66b8eadd57844168146bee72c2cfdb6","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"79c2f56e-609f-470d-abb6-660657c0cbe9","name":"","admin_state_up":true,"network_id":"42403bee-34de-40b4-b02d-050d9f0a6279","tenant_id":"c66b8eadd57844168146bee72c2cfdb6","created_at":"2018-08-12T08:46:02Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:46:13Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"767106b9-3ac2-4921-a2a8-a86b9fd69d44","ip_address":"10.1.2.8"}],"id":"b5ff9d94-1eb3-4edf-8c92-0b63273cbc55","security_groups":["2aea58fb-c79e-4a2b-ae31-80c46c533697"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a2:e1:9c","project_id":"c66b8eadd57844168146bee72c2cfdb6","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"9f1d111c-1903-4913-b4f3-591cdba57d07","name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack-port1-rtoypy4kxidb","admin_state_up":true,"network_id":"42403bee-34de-40b4-b02d-050d9f0a6279","tenant_id":"c66b8eadd57844168146bee72c2cfdb6","created_at":"2018-08-12T08:46:02Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:46:02Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"767106b9-3ac2-4921-a2a8-a86b9fd69d44","ip_address":"10.1.2.4"}],"id":"d23bfac4-d6c9-419d-8759-582c57b6dc99","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:9f:c6:55","project_id":"c66b8eadd57844168146bee72c2cfdb6","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-42403bee-34de-40b4-b02d-050d9f0a6279","name":"","admin_state_up":true,"network_id":"42403bee-34de-40b4-b02d-050d9f0a6279","tenant_id":"c66b8eadd57844168146bee72c2cfdb6","created_at":"2018-08-12T08:45:59Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:46:08Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"767106b9-3ac2-4921-a2a8-a86b9fd69d44","ip_address":"10.1.2.5"}],"id":"d3493a12-1450-4de5-b263-603f458d2aee","security_groups":["e3f663ef-f8b7-40e0-94f2-2b3d152c9a41"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:73:1f:3b","project_id":"c66b8eadd57844168146bee72c2cfdb6","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"4ed3ae2a-3cd0-4305-af27-6a4e0b9d3f86","name":"","admin_state_up":true,"network_id":"42403bee-34de-40b4-b02d-050d9f0a6279","tenant_id":"c66b8eadd57844168146bee72c2cfdb6","created_at":"2018-08-12T08:46:03Z","binding:vnic_type":"normal"}]} 2018-08-12 08:46:19,813 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=42403bee-34de-40b4-b02d-050d9f0a6279 used request id req-988a9615-0987-45c9-ae65-8153af99a6bb 2018-08-12 08:46:19,817 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bf982008c18cbe95dec9e647df91f1328dac201" 2018-08-12 08:46:19,836 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1088 X-Openstack-Request-Id: req-f021e8a8-dfc5-4ebf-85a5-6ade0600f194 Date: Sun, 12 Aug 2018 08:46:19 GMT RESP BODY: {"floatingips": [{"router_id": "79c2f56e-609f-470d-abb6-660657c0cbe9", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-12T08:46:05Z", "floating_network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "fixed_ip_address": "10.1.2.8", "floating_ip_address": "172.30.9.200", "revision_number": 2, "port_id": "b5ff9d94-1eb3-4edf-8c92-0b63273cbc55", "id": "1eac8b2b-f7eb-48a4-bd48-1490c0516eab", "tenant_id": "c66b8eadd57844168146bee72c2cfdb6", "created_at": "2018-08-12T08:46:02Z", "project_id": "c66b8eadd57844168146bee72c2cfdb6"}, {"router_id": "8b254875-08ae-4a93-8f2f-7d8064451ba9", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-12T06:21:29Z", "floating_network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "fixed_ip_address": "192.168.1.5", "floating_ip_address": "172.30.9.204", "revision_number": 0, "port_id": "31b43b29-e122-433e-ae3e-4cc8934c01af", "id": "e7a37c1e-78e0-4963-a79d-d777e09fb783", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "created_at": "2018-08-12T06:21:29Z", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}]} 2018-08-12 08:46:19,836 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips used request id req-f021e8a8-dfc5-4ebf-85a5-6ade0600f194 2018-08-12 08:46:19,838 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/5921c54f-ca42-4241-996d-27615c52de94 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6bf982008c18cbe95dec9e647df91f1328dac201" 2018-08-12 08:46:19,842 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1553 X-Openstack-Request-Id: req-52c1af50-13fb-4d8e-b684-e71c18a7133b Date: Sun, 12 Aug 2018 08:46:19 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:45:59Z","device_owner":"network:router_gateway","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ec788992-fa73-45cc-a7d9-6d44542124c2","ip_address":"172.30.9.201"}],"id":"243674ae-60a0-4775-9f5f-a7dff5d84156","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:d4:7b:cb","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"79c2f56e-609f-470d-abb6-660657c0cbe9","name":"","admin_state_up":true,"network_id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","tenant_id":"","created_at":"2018-08-12T08:45:59Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:46:03Z","device_owner":"network:router_interface","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"767106b9-3ac2-4921-a2a8-a86b9fd69d44","ip_address":"10.1.2.1"}],"id":"79beb82d-5f48-4ad6-bcbc-4734e9742e10","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:0e:56:3a","project_id":"c66b8eadd57844168146bee72c2cfdb6","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"79c2f56e-609f-470d-abb6-660657c0cbe9","name":"","admin_state_up":true,"network_id":"42403bee-34de-40b4-b02d-050d9f0a6279","tenant_id":"c66b8eadd57844168146bee72c2cfdb6","created_at":"2018-08-12T08:46:02Z","binding:vnic_type":"normal"}]} 2018-08-12 08:46:19,842 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=79c2f56e-609f-470d-abb6-660657c0cbe9 used request id req-52c1af50-13fb-4d8e-b684-e71c18a7133b 2018-08-12 08:46:19,845 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/ec788992-fa73-45cc-a7d9-6d44542124c2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bf982008c18cbe95dec9e647df91f1328dac201" 2018-08-12 08:46:19,897 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-0f6eb87a-94b4-40d7-9b56-8f0f4cab4918 Date: Sun, 12 Aug 2018 08:46:19 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","tenant_id":"310f5853751a4c968f3eeb0a3d99a0a8","created_at":"2018-08-12T05:04:31Z","dns_nameservers":[],"updated_at":"2018-08-12T05:04:31Z","gateway_ip":"172.30.9.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"172.30.9.0/24","project_id":"310f5853751a4c968f3eeb0a3d99a0a8","id":"ec788992-fa73-45cc-a7d9-6d44542124c2","subnetpool_id":null,"name":"external-subnet"}} 2018-08-12 08:46:19,897 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/ec788992-fa73-45cc-a7d9-6d44542124c2 used request id req-0f6eb87a-94b4-40d7-9b56-8f0f4cab4918 2018-08-12 08:46:19,900 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/767106b9-3ac2-4921-a2a8-a86b9fd69d44 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bf982008c18cbe95dec9e647df91f1328dac201" 2018-08-12 08:46:19,945 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-9c4f765e-8435-44f7-849f-4c23359ed5ba Date: Sun, 12 Aug 2018 08:46:19 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"42403bee-34de-40b4-b02d-050d9f0a6279","tenant_id":"c66b8eadd57844168146bee72c2cfdb6","created_at":"2018-08-12T08:45:57Z","dns_nameservers":[],"updated_at":"2018-08-12T08:45:57Z","gateway_ip":"10.1.2.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.1.2.0/24","project_id":"c66b8eadd57844168146bee72c2cfdb6","id":"767106b9-3ac2-4921-a2a8-a86b9fd69d44","subnetpool_id":null,"name":"CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-subnet"}} 2018-08-12 08:46:19,945 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/767106b9-3ac2-4921-a2a8-a86b9fd69d44 used request id req-9c4f765e-8435-44f7-849f-4c23359ed5ba 2018-08-12 08:46:19,950 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports/b5ff9d94-1eb3-4edf-8c92-0b63273cbc55 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bf982008c18cbe95dec9e647df91f1328dac201" 2018-08-12 08:46:19,987 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 984 X-Openstack-Request-Id: req-f223a02b-523c-42aa-96b9-eaaca1476a74 Date: Sun, 12 Aug 2018 08:46:19 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:46:13Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"767106b9-3ac2-4921-a2a8-a86b9fd69d44","ip_address":"10.1.2.8"}],"id":"b5ff9d94-1eb3-4edf-8c92-0b63273cbc55","security_groups":["2aea58fb-c79e-4a2b-ae31-80c46c533697"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a2:e1:9c","project_id":"c66b8eadd57844168146bee72c2cfdb6","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"9f1d111c-1903-4913-b4f3-591cdba57d07","name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack-port1-rtoypy4kxidb","admin_state_up":true,"network_id":"42403bee-34de-40b4-b02d-050d9f0a6279","tenant_id":"c66b8eadd57844168146bee72c2cfdb6","created_at":"2018-08-12T08:46:02Z","binding:vnic_type":"normal"}} 2018-08-12 08:46:19,987 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports/b5ff9d94-1eb3-4edf-8c92-0b63273cbc55 used request id req-f223a02b-523c-42aa-96b9-eaaca1476a74 2018-08-12 08:46:19,992 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/767106b9-3ac2-4921-a2a8-a86b9fd69d44 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bf982008c18cbe95dec9e647df91f1328dac201" 2018-08-12 08:46:20,018 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-1d3c01d8-96c2-4ebc-ae4a-43ef348b6bc7 Date: Sun, 12 Aug 2018 08:46:20 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-image", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:45:49Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-12T08:45:50Z", "visibility": "shared", "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/5921c54f-ca42-4241-996d-27615c52de94/snap", "metadata": {}}], "self": "/v2/images/5921c54f-ca42-4241-996d-27615c52de94", "min_disk": 0, "protected": false, "id": "5921c54f-ca42-4241-996d-27615c52de94", "file": "/v2/images/5921c54f-ca42-4241-996d-27615c52de94/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "c66b8eadd57844168146bee72c2cfdb6", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/5921c54f-ca42-4241-996d-27615c52de94/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-12 08:46:20,018 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/5921c54f-ca42-4241-996d-27615c52de94 used request id req-1d3c01d8-96c2-4ebc-ae4a-43ef348b6bc7 2018-08-12 08:46:20,021 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6bf982008c18cbe95dec9e647df91f1328dac201" 2018-08-12 08:46:20,034 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-3f4b17d3-f88e-45d2-add2-f7c9328baed3 Date: Sun, 12 Aug 2018 08:46:20 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"42403bee-34de-40b4-b02d-050d9f0a6279","tenant_id":"c66b8eadd57844168146bee72c2cfdb6","created_at":"2018-08-12T08:45:57Z","dns_nameservers":[],"updated_at":"2018-08-12T08:45:57Z","gateway_ip":"10.1.2.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.1.2.0/24","project_id":"c66b8eadd57844168146bee72c2cfdb6","id":"767106b9-3ac2-4921-a2a8-a86b9fd69d44","subnetpool_id":null,"name":"CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-subnet"}} 2018-08-12 08:46:20,034 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/767106b9-3ac2-4921-a2a8-a86b9fd69d44 used request id req-3f4b17d3-f88e-45d2-add2-f7c9328baed3 2018-08-12 08:46:20,037 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/5921c54f-ca42-4241-996d-27615c52de94 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6bf982008c18cbe95dec9e647df91f1328dac201" 2018-08-12 08:46:20,052 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-d088a1b3-fe31-4202-8684-4a0d9efef3b4 Date: Sun, 12 Aug 2018 08:46:20 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-image", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:45:49Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-12T08:45:50Z", "visibility": "shared", "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/5921c54f-ca42-4241-996d-27615c52de94/snap", "metadata": {}}], "self": "/v2/images/5921c54f-ca42-4241-996d-27615c52de94", "min_disk": 0, "protected": false, "id": "5921c54f-ca42-4241-996d-27615c52de94", "file": "/v2/images/5921c54f-ca42-4241-996d-27615c52de94/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "c66b8eadd57844168146bee72c2cfdb6", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/5921c54f-ca42-4241-996d-27615c52de94/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-12 08:46:20,052 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/5921c54f-ca42-4241-996d-27615c52de94 used request id req-d088a1b3-fe31-4202-8684-4a0d9efef3b4 2018-08-12 08:46:20,197 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-f462c579-e1cf-4dfc-92b3-6fbf230e1a07 Date: Sun, 12 Aug 2018 08:46:20 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"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}, "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}, "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"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "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"}, "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"}, "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}, "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}, "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"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "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}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-12 08:46:20,197 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-f462c579-e1cf-4dfc-92b3-6fbf230e1a07 2018-08-12 08:46:20,204 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6/stacks/b450bcbe-445a-4e11-8bb1-769e2642ec1e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bf982008c18cbe95dec9e647df91f1328dac201" 2018-08-12 08:46:20,208 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6/stacks/b450bcbe-445a-4e11-8bb1-769e2642ec1e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bf982008c18cbe95dec9e647df91f1328dac201" 2018-08-12 08:46:20,411 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:46:20 GMT Server: Apache x-openstack-request-id: req-b876040f-e222-494f-97c6-d24b8d6a811c Location: http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack/b450bcbe-445a-4e11-8bb1-769e2642ec1e Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack/b450bcbe-445a-4e11-8bb1-769e2642ec1e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:46:20,417 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:46:20 GMT Server: Apache x-openstack-request-id: req-af6ce3ed-3499-4756-83be-931aa7eb9f34 Location: http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack/b450bcbe-445a-4e11-8bb1-769e2642ec1e Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack/b450bcbe-445a-4e11-8bb1-769e2642ec1e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:46:20,541 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:46:20 GMT Server: Apache x-openstack-request-id: req-99d9ea0b-9fb2-4ee7-803a-b3961826b1f2 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2080 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-flavor2", "OS::project_id": "c66b8eadd57844168146bee72c2cfdb6", "OS::stack_id": "b450bcbe-445a-4e11-8bb1-769e2642ec1e", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-kp", "security_group_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-sec_grp", "subnet_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-subnet", "net_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-inst2", "inst1_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-inst1", "image2_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-image", "flavor1_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-flavor1", "image1_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack", "stack_user_project_id": "d0e0e6f425ab44559d35897311fd317a", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-08-12T08:45:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack/b450bcbe-445a-4e11-8bb1-769e2642ec1e", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "b450bcbe-445a-4e11-8bb1-769e2642ec1e", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEA0IDSUSgpfbg3P3mZa8xEJX7hYej7prb4+RTah+FPZasvg41q\n1b8gdk+tIvofcPDxOVF+l1Uza2ODSze+a8vXu9IXeHahe2OT9CQfZ3myLoCyvm5j\nXIxbvNW+LgHC5wE3/ShECVVtKw3dg/gebkkU4bvVvLnCE7J51NtadXFblf0gweGO\nf3PF4MNvS9ccxg+6xujdd5rONhNSP5xUlt3N3qbaOHq6OXx8nO/PFpj95y+iPUl1\nqqhOrjJ74Xx6PNAfn3IwN6YEr0aFqikrSv7Pz4QhqDa7/u6bWBeW3Pod2VjJIB1T\nsCg1m63STNv9ddCi/2HA/qQkczJuGxtoMqJAewIDAQABAoIBAQCPg/xALHrStFgi\n8totnv5RKNKOCEYfbNZW7Im2+dkiy//6dv7Qfawkg5dS+gNmRBJmN7gBBn5MLsUS\nox4JKNgnyeap3k4sllAivjJ3kQaah6+A8I6oB1yl0CIFnOTBCM+3C145ZnmsJvEQ\ng1q+4sLi1d2698mksTa20v2i1RILXF+k6OFMwctvUzdoYZ3F/vD0GQEGTpMNco+2\ntlyBgvKjFvgrbQN3Si5pHjW5F4Bcd4Sc3oVxy+Xv5C7G3RaSCSnU/gOeKTwYZPwh\nMpXcDm0x+5oWmvWwx5iK+ShQkuwUFyitYCR37zpnShC5S0EJU4cWWtNhAlD+ZUED\nIL+yrdwhAoGBAPig8vKSErp0Lzkj6l70sQX5S1bicTEgsinG0XtiUnpQaUFjKR8Z\nHPlGYUniFzj6BVFoPuGOygYPF5/zerOwi3x+Qa6xjaDK81EN//bREIPImOjUXD3A\nYUt42qFJgAWoQtzjS8t6ZMcIUrqqKkPyMp2deRFKvClWnXnKfrwY3DjzAoGBANav\nU5yiDdYhHseqaQjpcHazhZft7vXUTPW1D4VFwQXGDQu3UF0el9hO9cRNzJd+D31P\njvmTi/mJIW1ObR21tWaK0zpYxQ6KsAu55NxFg8f6eYRWkN0h0VkS3BolvN/YLH5g\nqEC9COo4TZ6ovnI4pahBj9QUnx0Z2FfF55PqwLxZAoGABj6Um38LtV8hqH+8bTIc\nGBhQyhfZ2/AESYRS0pR/mc7XNes1pzBMR/56hw6Eosu0wnypx6R8cnaCk2PcGxM+\nDZxmLesLsZQnVEvTt/E8RvMM1BwxTOO+DdU1OIPOEVZOh5m116B1U4JkAYgwk5BL\nsSW5WrPT0f346owpbrP5I/0CgYBbu1CrtebZnw9K23rD7xM59R1ZPLaFXfCAcJww\nIw0GDYkXf32cPG0/ZQXImkGYXan6rlr2M2B1AG5DCWbAchsPtLPq03Fn9ESizgyH\nPkC/2zu/G0oM4t1UBSX9GjDpKLJiUaSy/NLpWaN47rtpjODj0xfE1Abk5V02q/52\nirFOCQKBgFbTgJlBmdxNNUbG5rr6qO4WdykAMIvuswqz7WujVlVkrqtqw/3ZwS/6\nxysgLpl5/zM88Z+y2t7UhBg7aZXtbhci45vFy0Y4ttr2K2O6TxI6LrN+i72p61xD\ncWFSgdXzf1kAoFF9O8A4kdNAuaGQZ7JYxNZIUmdlyqk5tbcNQhmM\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-08-12 08:46:20,542 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack/b450bcbe-445a-4e11-8bb1-769e2642ec1e used request id req-99d9ea0b-9fb2-4ee7-803a-b3961826b1f2 2018-08-12 08:46:20,543 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:46:20,544 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:46:20,701 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:46:20 GMT Server: Apache x-openstack-request-id: req-fde60970-bd28-4ed3-9ab8-ec2b9b4ed895 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2080 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-flavor2", "OS::project_id": "c66b8eadd57844168146bee72c2cfdb6", "OS::stack_id": "b450bcbe-445a-4e11-8bb1-769e2642ec1e", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-kp", "security_group_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-sec_grp", "subnet_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-subnet", "net_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-inst2", "inst1_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-inst1", "image2_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-image", "flavor1_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-flavor1", "image1_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack", "stack_user_project_id": "d0e0e6f425ab44559d35897311fd317a", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-08-12T08:45:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack/b450bcbe-445a-4e11-8bb1-769e2642ec1e", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "b450bcbe-445a-4e11-8bb1-769e2642ec1e", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEA0IDSUSgpfbg3P3mZa8xEJX7hYej7prb4+RTah+FPZasvg41q\n1b8gdk+tIvofcPDxOVF+l1Uza2ODSze+a8vXu9IXeHahe2OT9CQfZ3myLoCyvm5j\nXIxbvNW+LgHC5wE3/ShECVVtKw3dg/gebkkU4bvVvLnCE7J51NtadXFblf0gweGO\nf3PF4MNvS9ccxg+6xujdd5rONhNSP5xUlt3N3qbaOHq6OXx8nO/PFpj95y+iPUl1\nqqhOrjJ74Xx6PNAfn3IwN6YEr0aFqikrSv7Pz4QhqDa7/u6bWBeW3Pod2VjJIB1T\nsCg1m63STNv9ddCi/2HA/qQkczJuGxtoMqJAewIDAQABAoIBAQCPg/xALHrStFgi\n8totnv5RKNKOCEYfbNZW7Im2+dkiy//6dv7Qfawkg5dS+gNmRBJmN7gBBn5MLsUS\nox4JKNgnyeap3k4sllAivjJ3kQaah6+A8I6oB1yl0CIFnOTBCM+3C145ZnmsJvEQ\ng1q+4sLi1d2698mksTa20v2i1RILXF+k6OFMwctvUzdoYZ3F/vD0GQEGTpMNco+2\ntlyBgvKjFvgrbQN3Si5pHjW5F4Bcd4Sc3oVxy+Xv5C7G3RaSCSnU/gOeKTwYZPwh\nMpXcDm0x+5oWmvWwx5iK+ShQkuwUFyitYCR37zpnShC5S0EJU4cWWtNhAlD+ZUED\nIL+yrdwhAoGBAPig8vKSErp0Lzkj6l70sQX5S1bicTEgsinG0XtiUnpQaUFjKR8Z\nHPlGYUniFzj6BVFoPuGOygYPF5/zerOwi3x+Qa6xjaDK81EN//bREIPImOjUXD3A\nYUt42qFJgAWoQtzjS8t6ZMcIUrqqKkPyMp2deRFKvClWnXnKfrwY3DjzAoGBANav\nU5yiDdYhHseqaQjpcHazhZft7vXUTPW1D4VFwQXGDQu3UF0el9hO9cRNzJd+D31P\njvmTi/mJIW1ObR21tWaK0zpYxQ6KsAu55NxFg8f6eYRWkN0h0VkS3BolvN/YLH5g\nqEC9COo4TZ6ovnI4pahBj9QUnx0Z2FfF55PqwLxZAoGABj6Um38LtV8hqH+8bTIc\nGBhQyhfZ2/AESYRS0pR/mc7XNes1pzBMR/56hw6Eosu0wnypx6R8cnaCk2PcGxM+\nDZxmLesLsZQnVEvTt/E8RvMM1BwxTOO+DdU1OIPOEVZOh5m116B1U4JkAYgwk5BL\nsSW5WrPT0f346owpbrP5I/0CgYBbu1CrtebZnw9K23rD7xM59R1ZPLaFXfCAcJww\nIw0GDYkXf32cPG0/ZQXImkGYXan6rlr2M2B1AG5DCWbAchsPtLPq03Fn9ESizgyH\nPkC/2zu/G0oM4t1UBSX9GjDpKLJiUaSy/NLpWaN47rtpjODj0xfE1Abk5V02q/52\nirFOCQKBgFbTgJlBmdxNNUbG5rr6qO4WdykAMIvuswqz7WujVlVkrqtqw/3ZwS/6\nxysgLpl5/zM88Z+y2t7UhBg7aZXtbhci45vFy0Y4ttr2K2O6TxI6LrN+i72p61xD\ncWFSgdXzf1kAoFF9O8A4kdNAuaGQZ7JYxNZIUmdlyqk5tbcNQhmM\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-08-12 08:46:20,701 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack/b450bcbe-445a-4e11-8bb1-769e2642ec1e used request id req-fde60970-bd28-4ed3-9ab8-ec2b9b4ed895 2018-08-12 08:46:20,702 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:46:20,703 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:46:20,940 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "feb4cec0ebca4fc59acf07dcb140fd77", "name": "CreateStackFloatingIpTests-363f1c33-5301-478-proj-role"}, {"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:46:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c66b8eadd57844168146bee72c2cfdb6", "name": "CreateStackFloatingIpTests-363f1c33-5301-478-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/c66b8eadd57844168146bee72c2cfdb6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/c66b8eadd57844168146bee72c2cfdb6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/c66b8eadd57844168146bee72c2cfdb6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_c66b8eadd57844168146bee72c2cfdb6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_c66b8eadd57844168146bee72c2cfdb6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/c66b8eadd57844168146bee72c2cfdb6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/c66b8eadd57844168146bee72c2cfdb6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/c66b8eadd57844168146bee72c2cfdb6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/c66b8eadd57844168146bee72c2cfdb6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/c66b8eadd57844168146bee72c2cfdb6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/c66b8eadd57844168146bee72c2cfdb6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/c66b8eadd57844168146bee72c2cfdb6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/c66b8eadd57844168146bee72c2cfdb6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackFloatingIpTests-363f1c33-5301-478-user", "id": "40dea2a13e2945e29453d1ce78f50e25"}, "audit_ids": ["eHWEfIpMQNyY30ha48p-UA"], "issued_at": "2018-08-12T08:46:20.000000Z"}} 2018-08-12 08:46:20,940 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}67464aaf0893fc69b047e9fe9a534707cc736820" 2018-08-12 08:46:21,025 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:46:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-48c7f420-a821-4c46-8fe0-090c7a9413bc Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:46:21,025 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-48c7f420-a821-4c46-8fe0-090c7a9413bc 2018-08-12 08:46:21,026 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-12 08:46:21,028 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:46:21,028 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:46:21,029 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:46:21,029 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:46:21,029 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:46:21,031 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}67464aaf0893fc69b047e9fe9a534707cc736820" 2018-08-12 08:46:21,119 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "feb4cec0ebca4fc59acf07dcb140fd77", "name": "CreateStackFloatingIpTests-363f1c33-5301-478-proj-role"}, {"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:46:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c66b8eadd57844168146bee72c2cfdb6", "name": "CreateStackFloatingIpTests-363f1c33-5301-478-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/c66b8eadd57844168146bee72c2cfdb6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/c66b8eadd57844168146bee72c2cfdb6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/c66b8eadd57844168146bee72c2cfdb6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_c66b8eadd57844168146bee72c2cfdb6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_c66b8eadd57844168146bee72c2cfdb6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/c66b8eadd57844168146bee72c2cfdb6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/c66b8eadd57844168146bee72c2cfdb6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/c66b8eadd57844168146bee72c2cfdb6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/c66b8eadd57844168146bee72c2cfdb6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/c66b8eadd57844168146bee72c2cfdb6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/c66b8eadd57844168146bee72c2cfdb6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/c66b8eadd57844168146bee72c2cfdb6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/c66b8eadd57844168146bee72c2cfdb6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackFloatingIpTests-363f1c33-5301-478-user", "id": "40dea2a13e2945e29453d1ce78f50e25"}, "audit_ids": ["R_L2cNWrRoOO7kx2cDsDJw"], "issued_at": "2018-08-12T08:46:21.000000Z"}} 2018-08-12 08:46:21,119 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}87c5cfbe3e3d9004ec34d5415b939fa959436e85" 2018-08-12 08:46:21,123 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:46:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-07722a44-b1af-4392-a32d-c7b8b5f261ad Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:46:21,124 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-07722a44-b1af-4392-a32d-c7b8b5f261ad 2018-08-12 08:46:21,131 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67464aaf0893fc69b047e9fe9a534707cc736820" 2018-08-12 08:46:21,221 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:46:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e7f2e062-6b8b-4458-b1f9-921e161a961b Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:46:21,221 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-e7f2e062-6b8b-4458-b1f9-921e161a961b 2018-08-12 08:46:21,222 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-12 08:46:21,223 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:46:21,223 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:46:21,223 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:46:21,224 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:46:21,224 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:46:21,226 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}87c5cfbe3e3d9004ec34d5415b939fa959436e85" 2018-08-12 08:46:21,321 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:46:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-583b9ead-957d-4812-bf7f-58a4a67d6d40 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:46:21,321 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-583b9ead-957d-4812-bf7f-58a4a67d6d40 2018-08-12 08:46:21,329 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87c5cfbe3e3d9004ec34d5415b939fa959436e85" 2018-08-12 08:46:21,415 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-17d573af-7496-4ee7-bc9b-70300a69e7f4 Date: Sun, 12 Aug 2018 08:46:21 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"42403bee-34de-40b4-b02d-050d9f0a6279","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c66b8eadd57844168146bee72c2cfdb6","status":"ACTIVE","subnets":["767106b9-3ac2-4921-a2a8-a86b9fd69d44"],"description":"","tags":[],"updated_at":"2018-08-12T08:45:57Z","provider:segmentation_id":12,"name":"CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-net","admin_state_up":true,"tenant_id":"c66b8eadd57844168146bee72c2cfdb6","created_at":"2018-08-12T08:45:56Z","provider:network_type":"vxlan"}]} 2018-08-12 08:46:21,416 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-net used request id req-17d573af-7496-4ee7-bc9b-70300a69e7f4 2018-08-12 08:46:21,421 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=42403bee-34de-40b4-b02d-050d9f0a6279 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67464aaf0893fc69b047e9fe9a534707cc736820" 2018-08-12 08:46:21,638 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-c72301e0-602a-4242-a160-2919a7a3ca81 Date: Sun, 12 Aug 2018 08:46:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"42403bee-34de-40b4-b02d-050d9f0a6279","tenant_id":"c66b8eadd57844168146bee72c2cfdb6","created_at":"2018-08-12T08:45:57Z","dns_nameservers":[],"updated_at":"2018-08-12T08:45:57Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"gateway_ip":"10.1.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.1.2.0/24","project_id":"c66b8eadd57844168146bee72c2cfdb6","id":"767106b9-3ac2-4921-a2a8-a86b9fd69d44","subnetpool_id":null,"name":"CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-subnet"}]} 2018-08-12 08:46:21,638 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=42403bee-34de-40b4-b02d-050d9f0a6279 used request id req-c72301e0-602a-4242-a160-2919a7a3ca81 2018-08-12 08:46:21,643 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67464aaf0893fc69b047e9fe9a534707cc736820" 2018-08-12 08:46:21,758 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-86aed3dd-43a9-4c69-9c63-b32f9f0a9e5b Date: Sun, 12 Aug 2018 08:46:21 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"42403bee-34de-40b4-b02d-050d9f0a6279","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c66b8eadd57844168146bee72c2cfdb6","status":"ACTIVE","subnets":["767106b9-3ac2-4921-a2a8-a86b9fd69d44"],"description":"","tags":[],"updated_at":"2018-08-12T08:45:57Z","provider:segmentation_id":12,"name":"CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-net","admin_state_up":true,"tenant_id":"c66b8eadd57844168146bee72c2cfdb6","created_at":"2018-08-12T08:45:56Z","provider:network_type":"vxlan"}]} 2018-08-12 08:46:21,758 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-net used request id req-86aed3dd-43a9-4c69-9c63-b32f9f0a9e5b 2018-08-12 08:46:21,764 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=42403bee-34de-40b4-b02d-050d9f0a6279 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87c5cfbe3e3d9004ec34d5415b939fa959436e85" 2018-08-12 08:46:21,804 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-06510bc8-2204-453d-a0af-402a4457ba3a Date: Sun, 12 Aug 2018 08:46:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"42403bee-34de-40b4-b02d-050d9f0a6279","tenant_id":"c66b8eadd57844168146bee72c2cfdb6","created_at":"2018-08-12T08:45:57Z","dns_nameservers":[],"updated_at":"2018-08-12T08:45:57Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"gateway_ip":"10.1.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.1.2.0/24","project_id":"c66b8eadd57844168146bee72c2cfdb6","id":"767106b9-3ac2-4921-a2a8-a86b9fd69d44","subnetpool_id":null,"name":"CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-subnet"}]} 2018-08-12 08:46:21,805 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=42403bee-34de-40b4-b02d-050d9f0a6279 used request id req-06510bc8-2204-453d-a0af-402a4457ba3a 2018-08-12 08:46:21,810 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87c5cfbe3e3d9004ec34d5415b939fa959436e85" 2018-08-12 08:46:21,897 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-3c462add-5f20-4800-80ad-a60b8bb16e81 Date: Sun, 12 Aug 2018 08:46:21 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"42403bee-34de-40b4-b02d-050d9f0a6279","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c66b8eadd57844168146bee72c2cfdb6","status":"ACTIVE","subnets":["767106b9-3ac2-4921-a2a8-a86b9fd69d44"],"description":"","tags":[],"updated_at":"2018-08-12T08:45:57Z","provider:segmentation_id":12,"name":"CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-net","admin_state_up":true,"tenant_id":"c66b8eadd57844168146bee72c2cfdb6","created_at":"2018-08-12T08:45:56Z","provider:network_type":"vxlan"}]} 2018-08-12 08:46:21,897 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-net used request id req-3c462add-5f20-4800-80ad-a60b8bb16e81 2018-08-12 08:46:21,900 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:46:21,906 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:46:21 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:46:21,907 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c66b8eadd57844168146bee72c2cfdb6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67464aaf0893fc69b047e9fe9a534707cc736820" 2018-08-12 08:46:22,019 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:46:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-344ab65f-df2d-48bf-9603-cc710be9b955 Content-Encoding: gzip Content-Length: 231 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c66b8eadd57844168146bee72c2cfdb6"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "c66b8eadd57844168146bee72c2cfdb6", "name": "CreateStackFloatingIpTests-363f1c33-5301-478-proj"}} 2018-08-12 08:46:22,019 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c66b8eadd57844168146bee72c2cfdb6 used request id req-344ab65f-df2d-48bf-9603-cc710be9b955 2018-08-12 08:46:22,024 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=42403bee-34de-40b4-b02d-050d9f0a6279 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67464aaf0893fc69b047e9fe9a534707cc736820" 2018-08-12 08:46:22,070 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-c469b89d-6461-4243-9ec0-8e490e46ee7d Date: Sun, 12 Aug 2018 08:46:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"42403bee-34de-40b4-b02d-050d9f0a6279","tenant_id":"c66b8eadd57844168146bee72c2cfdb6","created_at":"2018-08-12T08:45:57Z","dns_nameservers":[],"updated_at":"2018-08-12T08:45:57Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"gateway_ip":"10.1.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.1.2.0/24","project_id":"c66b8eadd57844168146bee72c2cfdb6","id":"767106b9-3ac2-4921-a2a8-a86b9fd69d44","subnetpool_id":null,"name":"CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-subnet"}]} 2018-08-12 08:46:22,070 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=42403bee-34de-40b4-b02d-050d9f0a6279 used request id req-c469b89d-6461-4243-9ec0-8e490e46ee7d 2018-08-12 08:46:22,075 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=42403bee-34de-40b4-b02d-050d9f0a6279&mac_address=fa%3A16%3A3e%3A73%3A1f%3A3b&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67464aaf0893fc69b047e9fe9a534707cc736820" 2018-08-12 08:46:22,283 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-05268116-d53c-4a05-a319-d581c1230b52 Date: Sun, 12 Aug 2018 08:46:22 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"42403bee-34de-40b4-b02d-050d9f0a6279","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c66b8eadd57844168146bee72c2cfdb6","status":"ACTIVE","subnets":["767106b9-3ac2-4921-a2a8-a86b9fd69d44"],"description":"","tags":[],"updated_at":"2018-08-12T08:45:57Z","provider:segmentation_id":12,"name":"CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-net","admin_state_up":true,"tenant_id":"c66b8eadd57844168146bee72c2cfdb6","created_at":"2018-08-12T08:45:56Z","provider:network_type":"vxlan"}]} 2018-08-12 08:46:22,283 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-net used request id req-05268116-d53c-4a05-a319-d581c1230b52 2018-08-12 08:46:22,286 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 872 X-Openstack-Request-Id: req-0bba4841-48ba-4987-8908-395abc91eb20 Date: Sun, 12 Aug 2018 08:46:22 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:46:08Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"767106b9-3ac2-4921-a2a8-a86b9fd69d44","ip_address":"10.1.2.5"}],"id":"d3493a12-1450-4de5-b263-603f458d2aee","security_groups":["e3f663ef-f8b7-40e0-94f2-2b3d152c9a41"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:73:1f:3b","project_id":"c66b8eadd57844168146bee72c2cfdb6","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"4ed3ae2a-3cd0-4305-af27-6a4e0b9d3f86","name":"","admin_state_up":true,"network_id":"42403bee-34de-40b4-b02d-050d9f0a6279","tenant_id":"c66b8eadd57844168146bee72c2cfdb6","created_at":"2018-08-12T08:46:03Z","binding:vnic_type":"normal"}]} 2018-08-12 08:46:22,288 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=42403bee-34de-40b4-b02d-050d9f0a6279&mac_address=fa%3A16%3A3e%3A73%3A1f%3A3b&admin_state_up=True used request id req-0bba4841-48ba-4987-8908-395abc91eb20 2018-08-12 08:46:22,289 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:46:22,294 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c66b8eadd57844168146bee72c2cfdb6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67464aaf0893fc69b047e9fe9a534707cc736820" 2018-08-12 08:46:22,302 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:46:22 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:46:22,302 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c66b8eadd57844168146bee72c2cfdb6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87c5cfbe3e3d9004ec34d5415b939fa959436e85" 2018-08-12 08:46:22,389 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:46:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e4ba95e2-f0ed-499e-b8b7-b43220e04cc9 Content-Encoding: gzip Content-Length: 231 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c66b8eadd57844168146bee72c2cfdb6"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "c66b8eadd57844168146bee72c2cfdb6", "name": "CreateStackFloatingIpTests-363f1c33-5301-478-proj"}} 2018-08-12 08:46:22,389 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c66b8eadd57844168146bee72c2cfdb6 used request id req-e4ba95e2-f0ed-499e-b8b7-b43220e04cc9 2018-08-12 08:46:22,392 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/detail?name=CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-inst2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67464aaf0893fc69b047e9fe9a534707cc736820" 2018-08-12 08:46:22,399 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:46:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-907b430e-ce2f-4639-acd6-ff2a16365322 Content-Encoding: gzip Content-Length: 231 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c66b8eadd57844168146bee72c2cfdb6"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "c66b8eadd57844168146bee72c2cfdb6", "name": "CreateStackFloatingIpTests-363f1c33-5301-478-proj"}} 2018-08-12 08:46:22,399 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c66b8eadd57844168146bee72c2cfdb6 used request id req-907b430e-ce2f-4639-acd6-ff2a16365322 2018-08-12 08:46:22,404 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=42403bee-34de-40b4-b02d-050d9f0a6279 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87c5cfbe3e3d9004ec34d5415b939fa959436e85" 2018-08-12 08:46:22,447 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-e765d580-59af-4277-9eb8-e2ecf8138b0a Date: Sun, 12 Aug 2018 08:46:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"42403bee-34de-40b4-b02d-050d9f0a6279","tenant_id":"c66b8eadd57844168146bee72c2cfdb6","created_at":"2018-08-12T08:45:57Z","dns_nameservers":[],"updated_at":"2018-08-12T08:45:57Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"gateway_ip":"10.1.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.1.2.0/24","project_id":"c66b8eadd57844168146bee72c2cfdb6","id":"767106b9-3ac2-4921-a2a8-a86b9fd69d44","subnetpool_id":null,"name":"CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-subnet"}]} 2018-08-12 08:46:22,447 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=42403bee-34de-40b4-b02d-050d9f0a6279 used request id req-e765d580-59af-4277-9eb8-e2ecf8138b0a 2018-08-12 08:46:22,453 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=42403bee-34de-40b4-b02d-050d9f0a6279&mac_address=fa%3A16%3A3e%3Aa2%3Ae1%3A9c&name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack-port1-rtoypy4kxidb&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87c5cfbe3e3d9004ec34d5415b939fa959436e85" 2018-08-12 08:46:22,674 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 987 X-Openstack-Request-Id: req-3f7f67e3-a91f-48cf-ba4f-9c902842d7b4 Date: Sun, 12 Aug 2018 08:46:22 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:46:13Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"767106b9-3ac2-4921-a2a8-a86b9fd69d44","ip_address":"10.1.2.8"}],"id":"b5ff9d94-1eb3-4edf-8c92-0b63273cbc55","security_groups":["2aea58fb-c79e-4a2b-ae31-80c46c533697"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a2:e1:9c","project_id":"c66b8eadd57844168146bee72c2cfdb6","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"9f1d111c-1903-4913-b4f3-591cdba57d07","name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack-port1-rtoypy4kxidb","admin_state_up":true,"network_id":"42403bee-34de-40b4-b02d-050d9f0a6279","tenant_id":"c66b8eadd57844168146bee72c2cfdb6","created_at":"2018-08-12T08:46:02Z","binding:vnic_type":"normal"}]} 2018-08-12 08:46:22,675 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=42403bee-34de-40b4-b02d-050d9f0a6279&mac_address=fa%3A16%3A3e%3Aa2%3Ae1%3A9c&name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack-port1-rtoypy4kxidb&admin_state_up=True used request id req-3f7f67e3-a91f-48cf-ba4f-9c902842d7b4 2018-08-12 08:46:22,678 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c66b8eadd57844168146bee72c2cfdb6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87c5cfbe3e3d9004ec34d5415b939fa959436e85" 2018-08-12 08:46:22,774 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:46:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-97d59124-dee5-4f29-849a-acc5de9565c0 Content-Encoding: gzip Content-Length: 231 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c66b8eadd57844168146bee72c2cfdb6"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "c66b8eadd57844168146bee72c2cfdb6", "name": "CreateStackFloatingIpTests-363f1c33-5301-478-proj"}} 2018-08-12 08:46:22,774 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c66b8eadd57844168146bee72c2cfdb6 used request id req-97d59124-dee5-4f29-849a-acc5de9565c0 2018-08-12 08:46:22,777 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/detail?name=CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-inst1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87c5cfbe3e3d9004ec34d5415b939fa959436e85" 2018-08-12 08:46:23,397 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:46: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-7c833b74-294b-414c-a36c-77c5ffd98862 x-compute-request-id: req-7c833b74-294b-414c-a36c-77c5ffd98862 Content-Encoding: gzip Content-Length: 819 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:73:1f:3b", "version": 4, "addr": "10.1.2.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/4ed3ae2a-3cd0-4305-af27-6a4e0b9d3f86", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/4ed3ae2a-3cd0-4305-af27-6a4e0b9d3f86", "rel": "bookmark"}], "image": {"id": "5921c54f-ca42-4241-996d-27615c52de94", "links": [{"href": "http://172.30.9.21:8774/images/5921c54f-ca42-4241-996d-27615c52de94", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000da", "OS-SRV-USG:launched_at": "2018-08-12T08:46:08.000000", "flavor": {"id": "2a8aba78-4846-4a35-b9f4-6ea7ea4cf571", "links": [{"href": "http://172.30.9.21:8774/flavors/2a8aba78-4846-4a35-b9f4-6ea7ea4cf571", "rel": "bookmark"}]}, "id": "4ed3ae2a-3cd0-4305-af27-6a4e0b9d3f86", "security_groups": [{"name": "default"}], "user_id": "40dea2a13e2945e29453d1ce78f50e25", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:46:08Z", "hostId": "53472e6f9733427321fdc9f57aef1c8f35a55016303339863b10e7ca", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-inst2", "created": "2018-08-12T08:46:01Z", "tenant_id": "c66b8eadd57844168146bee72c2cfdb6", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 08:46:23,397 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail?name=CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-inst2 used request id req-7c833b74-294b-414c-a36c-77c5ffd98862 2018-08-12 08:46:23,403 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67464aaf0893fc69b047e9fe9a534707cc736820" 2018-08-12 08:46:23,489 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-27c995ca-bd18-4d3f-a024-d94f70b0f9a0 Date: Sun, 12 Aug 2018 08:46:23 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"42403bee-34de-40b4-b02d-050d9f0a6279","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c66b8eadd57844168146bee72c2cfdb6","status":"ACTIVE","subnets":["767106b9-3ac2-4921-a2a8-a86b9fd69d44"],"description":"","tags":[],"updated_at":"2018-08-12T08:45:57Z","provider:segmentation_id":12,"name":"CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-net","admin_state_up":true,"tenant_id":"c66b8eadd57844168146bee72c2cfdb6","created_at":"2018-08-12T08:45:56Z","provider:network_type":"vxlan"}]} 2018-08-12 08:46:23,489 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-net used request id req-27c995ca-bd18-4d3f-a024-d94f70b0f9a0 2018-08-12 08:46:23,495 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=42403bee-34de-40b4-b02d-050d9f0a6279 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67464aaf0893fc69b047e9fe9a534707cc736820" 2018-08-12 08:46:23,651 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:46: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-2554a029-b054-4c81-a870-8f5923d6f829 x-compute-request-id: req-2554a029-b054-4c81-a870-8f5923d6f829 Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a2:e1:9c", "version": 4, "addr": "10.1.2.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a2:e1:9c", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/9f1d111c-1903-4913-b4f3-591cdba57d07", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/9f1d111c-1903-4913-b4f3-591cdba57d07", "rel": "bookmark"}], "image": {"id": "5921c54f-ca42-4241-996d-27615c52de94", "links": [{"href": "http://172.30.9.21:8774/images/5921c54f-ca42-4241-996d-27615c52de94", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000dd", "OS-SRV-USG:launched_at": "2018-08-12T08:46:13.000000", "flavor": {"id": "207e7881-e8c7-4da6-b692-9f4195bb60ce", "links": [{"href": "http://172.30.9.21:8774/flavors/207e7881-e8c7-4da6-b692-9f4195bb60ce", "rel": "bookmark"}]}, "id": "9f1d111c-1903-4913-b4f3-591cdba57d07", "security_groups": [{"name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-sec_grp"}], "user_id": "40dea2a13e2945e29453d1ce78f50e25", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:46:13Z", "hostId": "8d2b24c8e64a6fb34473a402323996e1e21d04ef6815c32986b3db36", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-inst1", "created": "2018-08-12T08:46:07Z", "tenant_id": "c66b8eadd57844168146bee72c2cfdb6", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 08:46:23,651 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail?name=CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-inst1 used request id req-2554a029-b054-4c81-a870-8f5923d6f829 2018-08-12 08:46:23,657 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87c5cfbe3e3d9004ec34d5415b939fa959436e85" 2018-08-12 08:46:23,713 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-8841bcb2-150b-42ce-aada-ea0071c933f0 Date: Sun, 12 Aug 2018 08:46:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"42403bee-34de-40b4-b02d-050d9f0a6279","tenant_id":"c66b8eadd57844168146bee72c2cfdb6","created_at":"2018-08-12T08:45:57Z","dns_nameservers":[],"updated_at":"2018-08-12T08:45:57Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"gateway_ip":"10.1.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.1.2.0/24","project_id":"c66b8eadd57844168146bee72c2cfdb6","id":"767106b9-3ac2-4921-a2a8-a86b9fd69d44","subnetpool_id":null,"name":"CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-subnet"}]} 2018-08-12 08:46:23,713 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=42403bee-34de-40b4-b02d-050d9f0a6279 used request id req-8841bcb2-150b-42ce-aada-ea0071c933f0 2018-08-12 08:46:23,718 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=42403bee-34de-40b4-b02d-050d9f0a6279 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67464aaf0893fc69b047e9fe9a534707cc736820" 2018-08-12 08:46:23,751 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-e5c398fe-2709-4466-9894-3a226cb53da2 Date: Sun, 12 Aug 2018 08:46:23 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"42403bee-34de-40b4-b02d-050d9f0a6279","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c66b8eadd57844168146bee72c2cfdb6","status":"ACTIVE","subnets":["767106b9-3ac2-4921-a2a8-a86b9fd69d44"],"description":"","tags":[],"updated_at":"2018-08-12T08:45:57Z","provider:segmentation_id":12,"name":"CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-net","admin_state_up":true,"tenant_id":"c66b8eadd57844168146bee72c2cfdb6","created_at":"2018-08-12T08:45:56Z","provider:network_type":"vxlan"}]} 2018-08-12 08:46:23,752 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-net used request id req-e5c398fe-2709-4466-9894-3a226cb53da2 2018-08-12 08:46:23,756 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=42403bee-34de-40b4-b02d-050d9f0a6279 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87c5cfbe3e3d9004ec34d5415b939fa959436e85" 2018-08-12 08:46:23,930 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5239 X-Openstack-Request-Id: req-21435521-5da4-492d-a79f-416eefef9fd6 Date: Sun, 12 Aug 2018 08:46:23 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:46:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"767106b9-3ac2-4921-a2a8-a86b9fd69d44","ip_address":"10.1.2.3"}],"id":"517fd0c9-1995-4b0a-a47c-de7ef4d79ef4","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f3:74:f7","project_id":"c66b8eadd57844168146bee72c2cfdb6","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-42403bee-34de-40b4-b02d-050d9f0a6279","name":"","admin_state_up":true,"network_id":"42403bee-34de-40b4-b02d-050d9f0a6279","tenant_id":"c66b8eadd57844168146bee72c2cfdb6","created_at":"2018-08-12T08:45:58Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:46:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"767106b9-3ac2-4921-a2a8-a86b9fd69d44","ip_address":"10.1.2.2"}],"id":"52212ae1-8678-454b-8c0b-c1bbd5ef585e","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a0:71:1c","project_id":"c66b8eadd57844168146bee72c2cfdb6","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-42403bee-34de-40b4-b02d-050d9f0a6279","name":"","admin_state_up":true,"network_id":"42403bee-34de-40b4-b02d-050d9f0a6279","tenant_id":"c66b8eadd57844168146bee72c2cfdb6","created_at":"2018-08-12T08:45:58Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:46:03Z","device_owner":"network:router_interface","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"767106b9-3ac2-4921-a2a8-a86b9fd69d44","ip_address":"10.1.2.1"}],"id":"79beb82d-5f48-4ad6-bcbc-4734e9742e10","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:0e:56:3a","project_id":"c66b8eadd57844168146bee72c2cfdb6","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"79c2f56e-609f-470d-abb6-660657c0cbe9","name":"","admin_state_up":true,"network_id":"42403bee-34de-40b4-b02d-050d9f0a6279","tenant_id":"c66b8eadd57844168146bee72c2cfdb6","created_at":"2018-08-12T08:46:02Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:46:13Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"767106b9-3ac2-4921-a2a8-a86b9fd69d44","ip_address":"10.1.2.8"}],"id":"b5ff9d94-1eb3-4edf-8c92-0b63273cbc55","security_groups":["2aea58fb-c79e-4a2b-ae31-80c46c533697"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a2:e1:9c","project_id":"c66b8eadd57844168146bee72c2cfdb6","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"9f1d111c-1903-4913-b4f3-591cdba57d07","name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack-port1-rtoypy4kxidb","admin_state_up":true,"network_id":"42403bee-34de-40b4-b02d-050d9f0a6279","tenant_id":"c66b8eadd57844168146bee72c2cfdb6","created_at":"2018-08-12T08:46:02Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:46:02Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"767106b9-3ac2-4921-a2a8-a86b9fd69d44","ip_address":"10.1.2.4"}],"id":"d23bfac4-d6c9-419d-8759-582c57b6dc99","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:9f:c6:55","project_id":"c66b8eadd57844168146bee72c2cfdb6","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-42403bee-34de-40b4-b02d-050d9f0a6279","name":"","admin_state_up":true,"network_id":"42403bee-34de-40b4-b02d-050d9f0a6279","tenant_id":"c66b8eadd57844168146bee72c2cfdb6","created_at":"2018-08-12T08:45:59Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:46:08Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"767106b9-3ac2-4921-a2a8-a86b9fd69d44","ip_address":"10.1.2.5"}],"id":"d3493a12-1450-4de5-b263-603f458d2aee","security_groups":["e3f663ef-f8b7-40e0-94f2-2b3d152c9a41"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:73:1f:3b","project_id":"c66b8eadd57844168146bee72c2cfdb6","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"4ed3ae2a-3cd0-4305-af27-6a4e0b9d3f86","name":"","admin_state_up":true,"network_id":"42403bee-34de-40b4-b02d-050d9f0a6279","tenant_id":"c66b8eadd57844168146bee72c2cfdb6","created_at":"2018-08-12T08:46:03Z","binding:vnic_type":"normal"}]} 2018-08-12 08:46:23,930 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=42403bee-34de-40b4-b02d-050d9f0a6279 used request id req-21435521-5da4-492d-a79f-416eefef9fd6 2018-08-12 08:46:23,931 - create_instance - INFO - Found existing machine with name - CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-inst2 2018-08-12 08:46:23,936 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67464aaf0893fc69b047e9fe9a534707cc736820" 2018-08-12 08:46:23,971 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-6b9ce3cd-4cde-4d6e-a444-18d4c983645c Date: Sun, 12 Aug 2018 08:46:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"42403bee-34de-40b4-b02d-050d9f0a6279","tenant_id":"c66b8eadd57844168146bee72c2cfdb6","created_at":"2018-08-12T08:45:57Z","dns_nameservers":[],"updated_at":"2018-08-12T08:45:57Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"gateway_ip":"10.1.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.1.2.0/24","project_id":"c66b8eadd57844168146bee72c2cfdb6","id":"767106b9-3ac2-4921-a2a8-a86b9fd69d44","subnetpool_id":null,"name":"CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-subnet"}]} 2018-08-12 08:46:23,971 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=42403bee-34de-40b4-b02d-050d9f0a6279 used request id req-6b9ce3cd-4cde-4d6e-a444-18d4c983645c 2018-08-12 08:46:23,977 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=42403bee-34de-40b4-b02d-050d9f0a6279 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87c5cfbe3e3d9004ec34d5415b939fa959436e85" 2018-08-12 08:46:24,025 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5239 X-Openstack-Request-Id: req-8b761849-b1ca-4ea5-8cf3-9a50129d516f Date: Sun, 12 Aug 2018 08:46:24 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:46:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"767106b9-3ac2-4921-a2a8-a86b9fd69d44","ip_address":"10.1.2.3"}],"id":"517fd0c9-1995-4b0a-a47c-de7ef4d79ef4","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f3:74:f7","project_id":"c66b8eadd57844168146bee72c2cfdb6","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-42403bee-34de-40b4-b02d-050d9f0a6279","name":"","admin_state_up":true,"network_id":"42403bee-34de-40b4-b02d-050d9f0a6279","tenant_id":"c66b8eadd57844168146bee72c2cfdb6","created_at":"2018-08-12T08:45:58Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:46:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"767106b9-3ac2-4921-a2a8-a86b9fd69d44","ip_address":"10.1.2.2"}],"id":"52212ae1-8678-454b-8c0b-c1bbd5ef585e","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a0:71:1c","project_id":"c66b8eadd57844168146bee72c2cfdb6","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-42403bee-34de-40b4-b02d-050d9f0a6279","name":"","admin_state_up":true,"network_id":"42403bee-34de-40b4-b02d-050d9f0a6279","tenant_id":"c66b8eadd57844168146bee72c2cfdb6","created_at":"2018-08-12T08:45:58Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:46:03Z","device_owner":"network:router_interface","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"767106b9-3ac2-4921-a2a8-a86b9fd69d44","ip_address":"10.1.2.1"}],"id":"79beb82d-5f48-4ad6-bcbc-4734e9742e10","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:0e:56:3a","project_id":"c66b8eadd57844168146bee72c2cfdb6","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"79c2f56e-609f-470d-abb6-660657c0cbe9","name":"","admin_state_up":true,"network_id":"42403bee-34de-40b4-b02d-050d9f0a6279","tenant_id":"c66b8eadd57844168146bee72c2cfdb6","created_at":"2018-08-12T08:46:02Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:46:13Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"767106b9-3ac2-4921-a2a8-a86b9fd69d44","ip_address":"10.1.2.8"}],"id":"b5ff9d94-1eb3-4edf-8c92-0b63273cbc55","security_groups":["2aea58fb-c79e-4a2b-ae31-80c46c533697"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a2:e1:9c","project_id":"c66b8eadd57844168146bee72c2cfdb6","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"9f1d111c-1903-4913-b4f3-591cdba57d07","name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack-port1-rtoypy4kxidb","admin_state_up":true,"network_id":"42403bee-34de-40b4-b02d-050d9f0a6279","tenant_id":"c66b8eadd57844168146bee72c2cfdb6","created_at":"2018-08-12T08:46:02Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:46:02Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"767106b9-3ac2-4921-a2a8-a86b9fd69d44","ip_address":"10.1.2.4"}],"id":"d23bfac4-d6c9-419d-8759-582c57b6dc99","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:9f:c6:55","project_id":"c66b8eadd57844168146bee72c2cfdb6","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-42403bee-34de-40b4-b02d-050d9f0a6279","name":"","admin_state_up":true,"network_id":"42403bee-34de-40b4-b02d-050d9f0a6279","tenant_id":"c66b8eadd57844168146bee72c2cfdb6","created_at":"2018-08-12T08:45:59Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:46:08Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"767106b9-3ac2-4921-a2a8-a86b9fd69d44","ip_address":"10.1.2.5"}],"id":"d3493a12-1450-4de5-b263-603f458d2aee","security_groups":["e3f663ef-f8b7-40e0-94f2-2b3d152c9a41"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:73:1f:3b","project_id":"c66b8eadd57844168146bee72c2cfdb6","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"4ed3ae2a-3cd0-4305-af27-6a4e0b9d3f86","name":"","admin_state_up":true,"network_id":"42403bee-34de-40b4-b02d-050d9f0a6279","tenant_id":"c66b8eadd57844168146bee72c2cfdb6","created_at":"2018-08-12T08:46:03Z","binding:vnic_type":"normal"}]} 2018-08-12 08:46:24,025 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=42403bee-34de-40b4-b02d-050d9f0a6279 used request id req-8b761849-b1ca-4ea5-8cf3-9a50129d516f 2018-08-12 08:46:24,026 - create_instance - INFO - Found existing machine with name - CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-inst1 2018-08-12 08:46:24,030 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87c5cfbe3e3d9004ec34d5415b939fa959436e85" 2018-08-12 08:46:24,051 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1088 X-Openstack-Request-Id: req-74ff5fd5-09bf-4088-bfe9-207691dcd4f7 Date: Sun, 12 Aug 2018 08:46:24 GMT RESP BODY: {"floatingips": [{"router_id": "79c2f56e-609f-470d-abb6-660657c0cbe9", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-12T08:46:05Z", "floating_network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "fixed_ip_address": "10.1.2.8", "floating_ip_address": "172.30.9.200", "revision_number": 2, "port_id": "b5ff9d94-1eb3-4edf-8c92-0b63273cbc55", "id": "1eac8b2b-f7eb-48a4-bd48-1490c0516eab", "tenant_id": "c66b8eadd57844168146bee72c2cfdb6", "created_at": "2018-08-12T08:46:02Z", "project_id": "c66b8eadd57844168146bee72c2cfdb6"}, {"router_id": "8b254875-08ae-4a93-8f2f-7d8064451ba9", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-12T06:21:29Z", "floating_network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "fixed_ip_address": "192.168.1.5", "floating_ip_address": "172.30.9.204", "revision_number": 0, "port_id": "31b43b29-e122-433e-ae3e-4cc8934c01af", "id": "e7a37c1e-78e0-4963-a79d-d777e09fb783", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "created_at": "2018-08-12T06:21:29Z", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}]} 2018-08-12 08:46:24,051 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips used request id req-74ff5fd5-09bf-4088-bfe9-207691dcd4f7 2018-08-12 08:46:24,218 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1088 X-Openstack-Request-Id: req-be993448-a3c2-4de6-9f47-325b62626bc1 Date: Sun, 12 Aug 2018 08:46:24 GMT RESP BODY: {"floatingips": [{"router_id": "79c2f56e-609f-470d-abb6-660657c0cbe9", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-12T08:46:05Z", "floating_network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "fixed_ip_address": "10.1.2.8", "floating_ip_address": "172.30.9.200", "revision_number": 2, "port_id": "b5ff9d94-1eb3-4edf-8c92-0b63273cbc55", "id": "1eac8b2b-f7eb-48a4-bd48-1490c0516eab", "tenant_id": "c66b8eadd57844168146bee72c2cfdb6", "created_at": "2018-08-12T08:46:02Z", "project_id": "c66b8eadd57844168146bee72c2cfdb6"}, {"router_id": "8b254875-08ae-4a93-8f2f-7d8064451ba9", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-12T06:21:29Z", "floating_network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "fixed_ip_address": "192.168.1.5", "floating_ip_address": "172.30.9.204", "revision_number": 0, "port_id": "31b43b29-e122-433e-ae3e-4cc8934c01af", "id": "e7a37c1e-78e0-4963-a79d-d777e09fb783", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "created_at": "2018-08-12T06:21:29Z", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}]} 2018-08-12 08:46:24,218 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips used request id req-be993448-a3c2-4de6-9f47-325b62626bc1 2018-08-12 08:46:24,222 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/4ed3ae2a-3cd0-4305-af27-6a4e0b9d3f86 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67464aaf0893fc69b047e9fe9a534707cc736820" 2018-08-12 08:46:24,871 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:46: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-2df3c679-d90a-418f-8753-857de406fdb3 x-compute-request-id: req-2df3c679-d90a-418f-8753-857de406fdb3 Content-Encoding: gzip Content-Length: 819 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:73:1f:3b", "version": 4, "addr": "10.1.2.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/4ed3ae2a-3cd0-4305-af27-6a4e0b9d3f86", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/4ed3ae2a-3cd0-4305-af27-6a4e0b9d3f86", "rel": "bookmark"}], "image": {"id": "5921c54f-ca42-4241-996d-27615c52de94", "links": [{"href": "http://172.30.9.21:8774/images/5921c54f-ca42-4241-996d-27615c52de94", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000da", "OS-SRV-USG:launched_at": "2018-08-12T08:46:08.000000", "flavor": {"id": "2a8aba78-4846-4a35-b9f4-6ea7ea4cf571", "links": [{"href": "http://172.30.9.21:8774/flavors/2a8aba78-4846-4a35-b9f4-6ea7ea4cf571", "rel": "bookmark"}]}, "id": "4ed3ae2a-3cd0-4305-af27-6a4e0b9d3f86", "security_groups": [{"name": "default"}], "user_id": "40dea2a13e2945e29453d1ce78f50e25", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:46:08Z", "hostId": "53472e6f9733427321fdc9f57aef1c8f35a55016303339863b10e7ca", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-inst2", "created": "2018-08-12T08:46:01Z", "tenant_id": "c66b8eadd57844168146bee72c2cfdb6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:46:24,871 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/4ed3ae2a-3cd0-4305-af27-6a4e0b9d3f86 used request id req-2df3c679-d90a-418f-8753-857de406fdb3 2018-08-12 08:46:24,876 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67464aaf0893fc69b047e9fe9a534707cc736820" 2018-08-12 08:46:24,972 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-b58efc3e-400a-4ea6-a43c-452495f79577 Date: Sun, 12 Aug 2018 08:46:24 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"42403bee-34de-40b4-b02d-050d9f0a6279","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c66b8eadd57844168146bee72c2cfdb6","status":"ACTIVE","subnets":["767106b9-3ac2-4921-a2a8-a86b9fd69d44"],"description":"","tags":[],"updated_at":"2018-08-12T08:45:57Z","provider:segmentation_id":12,"name":"CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-net","admin_state_up":true,"tenant_id":"c66b8eadd57844168146bee72c2cfdb6","created_at":"2018-08-12T08:45:56Z","provider:network_type":"vxlan"}]} 2018-08-12 08:46:24,972 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-net used request id req-b58efc3e-400a-4ea6-a43c-452495f79577 2018-08-12 08:46:24,976 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c66b8eadd57844168146bee72c2cfdb6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67464aaf0893fc69b047e9fe9a534707cc736820" 2018-08-12 08:46:25,073 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:46:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4d3fa187-34a5-4bb0-ba5b-1380c406bb6e Content-Encoding: gzip Content-Length: 231 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c66b8eadd57844168146bee72c2cfdb6"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "c66b8eadd57844168146bee72c2cfdb6", "name": "CreateStackFloatingIpTests-363f1c33-5301-478-proj"}} 2018-08-12 08:46:25,073 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c66b8eadd57844168146bee72c2cfdb6 used request id req-4d3fa187-34a5-4bb0-ba5b-1380c406bb6e 2018-08-12 08:46:25,078 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=42403bee-34de-40b4-b02d-050d9f0a6279 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67464aaf0893fc69b047e9fe9a534707cc736820" 2018-08-12 08:46:25,304 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-09e1f5f4-adf2-4696-96e2-72189103dbe0 Date: Sun, 12 Aug 2018 08:46:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"42403bee-34de-40b4-b02d-050d9f0a6279","tenant_id":"c66b8eadd57844168146bee72c2cfdb6","created_at":"2018-08-12T08:45:57Z","dns_nameservers":[],"updated_at":"2018-08-12T08:45:57Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"gateway_ip":"10.1.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.1.2.0/24","project_id":"c66b8eadd57844168146bee72c2cfdb6","id":"767106b9-3ac2-4921-a2a8-a86b9fd69d44","subnetpool_id":null,"name":"CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-subnet"}]} 2018-08-12 08:46:25,304 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=42403bee-34de-40b4-b02d-050d9f0a6279 used request id req-09e1f5f4-adf2-4696-96e2-72189103dbe0 2018-08-12 08:46:25,309 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=42403bee-34de-40b4-b02d-050d9f0a6279 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67464aaf0893fc69b047e9fe9a534707cc736820" 2018-08-12 08:46:25,540 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5239 X-Openstack-Request-Id: req-3190e287-dbda-4c68-99eb-779ac35f4152 Date: Sun, 12 Aug 2018 08:46:25 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:46:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"767106b9-3ac2-4921-a2a8-a86b9fd69d44","ip_address":"10.1.2.3"}],"id":"517fd0c9-1995-4b0a-a47c-de7ef4d79ef4","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f3:74:f7","project_id":"c66b8eadd57844168146bee72c2cfdb6","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-42403bee-34de-40b4-b02d-050d9f0a6279","name":"","admin_state_up":true,"network_id":"42403bee-34de-40b4-b02d-050d9f0a6279","tenant_id":"c66b8eadd57844168146bee72c2cfdb6","created_at":"2018-08-12T08:45:58Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:46:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"767106b9-3ac2-4921-a2a8-a86b9fd69d44","ip_address":"10.1.2.2"}],"id":"52212ae1-8678-454b-8c0b-c1bbd5ef585e","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a0:71:1c","project_id":"c66b8eadd57844168146bee72c2cfdb6","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-42403bee-34de-40b4-b02d-050d9f0a6279","name":"","admin_state_up":true,"network_id":"42403bee-34de-40b4-b02d-050d9f0a6279","tenant_id":"c66b8eadd57844168146bee72c2cfdb6","created_at":"2018-08-12T08:45:58Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:46:03Z","device_owner":"network:router_interface","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"767106b9-3ac2-4921-a2a8-a86b9fd69d44","ip_address":"10.1.2.1"}],"id":"79beb82d-5f48-4ad6-bcbc-4734e9742e10","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:0e:56:3a","project_id":"c66b8eadd57844168146bee72c2cfdb6","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"79c2f56e-609f-470d-abb6-660657c0cbe9","name":"","admin_state_up":true,"network_id":"42403bee-34de-40b4-b02d-050d9f0a6279","tenant_id":"c66b8eadd57844168146bee72c2cfdb6","created_at":"2018-08-12T08:46:02Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:46:13Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"767106b9-3ac2-4921-a2a8-a86b9fd69d44","ip_address":"10.1.2.8"}],"id":"b5ff9d94-1eb3-4edf-8c92-0b63273cbc55","security_groups":["2aea58fb-c79e-4a2b-ae31-80c46c533697"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a2:e1:9c","project_id":"c66b8eadd57844168146bee72c2cfdb6","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"9f1d111c-1903-4913-b4f3-591cdba57d07","name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack-port1-rtoypy4kxidb","admin_state_up":true,"network_id":"42403bee-34de-40b4-b02d-050d9f0a6279","tenant_id":"c66b8eadd57844168146bee72c2cfdb6","created_at":"2018-08-12T08:46:02Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:46:02Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"767106b9-3ac2-4921-a2a8-a86b9fd69d44","ip_address":"10.1.2.4"}],"id":"d23bfac4-d6c9-419d-8759-582c57b6dc99","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:9f:c6:55","project_id":"c66b8eadd57844168146bee72c2cfdb6","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-42403bee-34de-40b4-b02d-050d9f0a6279","name":"","admin_state_up":true,"network_id":"42403bee-34de-40b4-b02d-050d9f0a6279","tenant_id":"c66b8eadd57844168146bee72c2cfdb6","created_at":"2018-08-12T08:45:59Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:46:08Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"767106b9-3ac2-4921-a2a8-a86b9fd69d44","ip_address":"10.1.2.5"}],"id":"d3493a12-1450-4de5-b263-603f458d2aee","security_groups":["e3f663ef-f8b7-40e0-94f2-2b3d152c9a41"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:73:1f:3b","project_id":"c66b8eadd57844168146bee72c2cfdb6","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"4ed3ae2a-3cd0-4305-af27-6a4e0b9d3f86","name":"","admin_state_up":true,"network_id":"42403bee-34de-40b4-b02d-050d9f0a6279","tenant_id":"c66b8eadd57844168146bee72c2cfdb6","created_at":"2018-08-12T08:46:03Z","binding:vnic_type":"normal"}]} 2018-08-12 08:46:25,540 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=42403bee-34de-40b4-b02d-050d9f0a6279 used request id req-3190e287-dbda-4c68-99eb-779ac35f4152 2018-08-12 08:46:25,543 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/9f1d111c-1903-4913-b4f3-591cdba57d07 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87c5cfbe3e3d9004ec34d5415b939fa959436e85" 2018-08-12 08:46:26,396 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:46: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-787d12e5-1a71-4d50-9b52-4d936dd95b30 x-compute-request-id: req-787d12e5-1a71-4d50-9b52-4d936dd95b30 Content-Encoding: gzip Content-Length: 838 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a2:e1:9c", "version": 4, "addr": "10.1.2.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a2:e1:9c", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/9f1d111c-1903-4913-b4f3-591cdba57d07", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/9f1d111c-1903-4913-b4f3-591cdba57d07", "rel": "bookmark"}], "image": {"id": "5921c54f-ca42-4241-996d-27615c52de94", "links": [{"href": "http://172.30.9.21:8774/images/5921c54f-ca42-4241-996d-27615c52de94", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000dd", "OS-SRV-USG:launched_at": "2018-08-12T08:46:13.000000", "flavor": {"id": "207e7881-e8c7-4da6-b692-9f4195bb60ce", "links": [{"href": "http://172.30.9.21:8774/flavors/207e7881-e8c7-4da6-b692-9f4195bb60ce", "rel": "bookmark"}]}, "id": "9f1d111c-1903-4913-b4f3-591cdba57d07", "security_groups": [{"name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-sec_grp"}], "user_id": "40dea2a13e2945e29453d1ce78f50e25", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:46:13Z", "hostId": "8d2b24c8e64a6fb34473a402323996e1e21d04ef6815c32986b3db36", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-inst1", "created": "2018-08-12T08:46:07Z", "tenant_id": "c66b8eadd57844168146bee72c2cfdb6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:46:26,396 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/9f1d111c-1903-4913-b4f3-591cdba57d07 used request id req-787d12e5-1a71-4d50-9b52-4d936dd95b30 2018-08-12 08:46:26,401 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87c5cfbe3e3d9004ec34d5415b939fa959436e85" 2018-08-12 08:46:26,646 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-fa906a19-dcc2-4f8e-9d07-5b531731978a Date: Sun, 12 Aug 2018 08:46:26 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"42403bee-34de-40b4-b02d-050d9f0a6279","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c66b8eadd57844168146bee72c2cfdb6","status":"ACTIVE","subnets":["767106b9-3ac2-4921-a2a8-a86b9fd69d44"],"description":"","tags":[],"updated_at":"2018-08-12T08:45:57Z","provider:segmentation_id":12,"name":"CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-net","admin_state_up":true,"tenant_id":"c66b8eadd57844168146bee72c2cfdb6","created_at":"2018-08-12T08:45:56Z","provider:network_type":"vxlan"}]} 2018-08-12 08:46:26,647 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-net used request id req-fa906a19-dcc2-4f8e-9d07-5b531731978a 2018-08-12 08:46:26,650 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c66b8eadd57844168146bee72c2cfdb6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87c5cfbe3e3d9004ec34d5415b939fa959436e85" 2018-08-12 08:46:26,750 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:46:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6e377ae3-e543-4314-afbd-62194134a658 Content-Encoding: gzip Content-Length: 231 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c66b8eadd57844168146bee72c2cfdb6"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "c66b8eadd57844168146bee72c2cfdb6", "name": "CreateStackFloatingIpTests-363f1c33-5301-478-proj"}} 2018-08-12 08:46:26,750 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c66b8eadd57844168146bee72c2cfdb6 used request id req-6e377ae3-e543-4314-afbd-62194134a658 2018-08-12 08:46:26,755 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=42403bee-34de-40b4-b02d-050d9f0a6279 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87c5cfbe3e3d9004ec34d5415b939fa959436e85" 2018-08-12 08:46:26,983 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-b97bab66-94eb-4f48-bfb0-45392a8a1ce3 Date: Sun, 12 Aug 2018 08:46:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"42403bee-34de-40b4-b02d-050d9f0a6279","tenant_id":"c66b8eadd57844168146bee72c2cfdb6","created_at":"2018-08-12T08:45:57Z","dns_nameservers":[],"updated_at":"2018-08-12T08:45:57Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"gateway_ip":"10.1.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.1.2.0/24","project_id":"c66b8eadd57844168146bee72c2cfdb6","id":"767106b9-3ac2-4921-a2a8-a86b9fd69d44","subnetpool_id":null,"name":"CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-subnet"}]} 2018-08-12 08:46:26,983 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=42403bee-34de-40b4-b02d-050d9f0a6279 used request id req-b97bab66-94eb-4f48-bfb0-45392a8a1ce3 2018-08-12 08:46:26,988 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=42403bee-34de-40b4-b02d-050d9f0a6279 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87c5cfbe3e3d9004ec34d5415b939fa959436e85" 2018-08-12 08:46:27,206 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5239 X-Openstack-Request-Id: req-ab6d58a4-7356-4fb1-9767-e36d7720859c Date: Sun, 12 Aug 2018 08:46:27 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:46:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"767106b9-3ac2-4921-a2a8-a86b9fd69d44","ip_address":"10.1.2.3"}],"id":"517fd0c9-1995-4b0a-a47c-de7ef4d79ef4","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f3:74:f7","project_id":"c66b8eadd57844168146bee72c2cfdb6","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-42403bee-34de-40b4-b02d-050d9f0a6279","name":"","admin_state_up":true,"network_id":"42403bee-34de-40b4-b02d-050d9f0a6279","tenant_id":"c66b8eadd57844168146bee72c2cfdb6","created_at":"2018-08-12T08:45:58Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:46:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"767106b9-3ac2-4921-a2a8-a86b9fd69d44","ip_address":"10.1.2.2"}],"id":"52212ae1-8678-454b-8c0b-c1bbd5ef585e","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a0:71:1c","project_id":"c66b8eadd57844168146bee72c2cfdb6","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-42403bee-34de-40b4-b02d-050d9f0a6279","name":"","admin_state_up":true,"network_id":"42403bee-34de-40b4-b02d-050d9f0a6279","tenant_id":"c66b8eadd57844168146bee72c2cfdb6","created_at":"2018-08-12T08:45:58Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:46:03Z","device_owner":"network:router_interface","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"767106b9-3ac2-4921-a2a8-a86b9fd69d44","ip_address":"10.1.2.1"}],"id":"79beb82d-5f48-4ad6-bcbc-4734e9742e10","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:0e:56:3a","project_id":"c66b8eadd57844168146bee72c2cfdb6","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"79c2f56e-609f-470d-abb6-660657c0cbe9","name":"","admin_state_up":true,"network_id":"42403bee-34de-40b4-b02d-050d9f0a6279","tenant_id":"c66b8eadd57844168146bee72c2cfdb6","created_at":"2018-08-12T08:46:02Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:46:13Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"767106b9-3ac2-4921-a2a8-a86b9fd69d44","ip_address":"10.1.2.8"}],"id":"b5ff9d94-1eb3-4edf-8c92-0b63273cbc55","security_groups":["2aea58fb-c79e-4a2b-ae31-80c46c533697"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a2:e1:9c","project_id":"c66b8eadd57844168146bee72c2cfdb6","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"9f1d111c-1903-4913-b4f3-591cdba57d07","name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack-port1-rtoypy4kxidb","admin_state_up":true,"network_id":"42403bee-34de-40b4-b02d-050d9f0a6279","tenant_id":"c66b8eadd57844168146bee72c2cfdb6","created_at":"2018-08-12T08:46:02Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:46:02Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"767106b9-3ac2-4921-a2a8-a86b9fd69d44","ip_address":"10.1.2.4"}],"id":"d23bfac4-d6c9-419d-8759-582c57b6dc99","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:9f:c6:55","project_id":"c66b8eadd57844168146bee72c2cfdb6","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-42403bee-34de-40b4-b02d-050d9f0a6279","name":"","admin_state_up":true,"network_id":"42403bee-34de-40b4-b02d-050d9f0a6279","tenant_id":"c66b8eadd57844168146bee72c2cfdb6","created_at":"2018-08-12T08:45:59Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:46:08Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"767106b9-3ac2-4921-a2a8-a86b9fd69d44","ip_address":"10.1.2.5"}],"id":"d3493a12-1450-4de5-b263-603f458d2aee","security_groups":["e3f663ef-f8b7-40e0-94f2-2b3d152c9a41"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:73:1f:3b","project_id":"c66b8eadd57844168146bee72c2cfdb6","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"4ed3ae2a-3cd0-4305-af27-6a4e0b9d3f86","name":"","admin_state_up":true,"network_id":"42403bee-34de-40b4-b02d-050d9f0a6279","tenant_id":"c66b8eadd57844168146bee72c2cfdb6","created_at":"2018-08-12T08:46:03Z","binding:vnic_type":"normal"}]} 2018-08-12 08:46:27,206 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=42403bee-34de-40b4-b02d-050d9f0a6279 used request id req-ab6d58a4-7356-4fb1-9767-e36d7720859c 2018-08-12 08:46:27,207 - create_instance - INFO - Checking if VM is active 2018-08-12 08:46:27,210 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/9f1d111c-1903-4913-b4f3-591cdba57d07 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87c5cfbe3e3d9004ec34d5415b939fa959436e85" 2018-08-12 08:46:28,059 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:46: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-9ac848f8-a4c2-4f21-99d8-d1b96c887ba2 x-compute-request-id: req-9ac848f8-a4c2-4f21-99d8-d1b96c887ba2 Content-Encoding: gzip Content-Length: 838 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a2:e1:9c", "version": 4, "addr": "10.1.2.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a2:e1:9c", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/9f1d111c-1903-4913-b4f3-591cdba57d07", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/9f1d111c-1903-4913-b4f3-591cdba57d07", "rel": "bookmark"}], "image": {"id": "5921c54f-ca42-4241-996d-27615c52de94", "links": [{"href": "http://172.30.9.21:8774/images/5921c54f-ca42-4241-996d-27615c52de94", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000dd", "OS-SRV-USG:launched_at": "2018-08-12T08:46:13.000000", "flavor": {"id": "207e7881-e8c7-4da6-b692-9f4195bb60ce", "links": [{"href": "http://172.30.9.21:8774/flavors/207e7881-e8c7-4da6-b692-9f4195bb60ce", "rel": "bookmark"}]}, "id": "9f1d111c-1903-4913-b4f3-591cdba57d07", "security_groups": [{"name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-sec_grp"}], "user_id": "40dea2a13e2945e29453d1ce78f50e25", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:46:13Z", "hostId": "8d2b24c8e64a6fb34473a402323996e1e21d04ef6815c32986b3db36", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-inst1", "created": "2018-08-12T08:46:07Z", "tenant_id": "c66b8eadd57844168146bee72c2cfdb6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:46:28,059 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/9f1d111c-1903-4913-b4f3-591cdba57d07 used request id req-9ac848f8-a4c2-4f21-99d8-d1b96c887ba2 2018-08-12 08:46:28,059 - create_instance - DEBUG - Instance status [CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-inst1] is - ACTIVE 2018-08-12 08:46:28,060 - create_instance - INFO - VM is - ACTIVE 2018-08-12 08:46:28,062 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/9f1d111c-1903-4913-b4f3-591cdba57d07 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87c5cfbe3e3d9004ec34d5415b939fa959436e85" 2018-08-12 08:46:28,906 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:46: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-702fa3b5-d28b-42fa-a59f-5a4bce6b8fca x-compute-request-id: req-702fa3b5-d28b-42fa-a59f-5a4bce6b8fca Content-Encoding: gzip Content-Length: 838 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a2:e1:9c", "version": 4, "addr": "10.1.2.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a2:e1:9c", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/9f1d111c-1903-4913-b4f3-591cdba57d07", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/9f1d111c-1903-4913-b4f3-591cdba57d07", "rel": "bookmark"}], "image": {"id": "5921c54f-ca42-4241-996d-27615c52de94", "links": [{"href": "http://172.30.9.21:8774/images/5921c54f-ca42-4241-996d-27615c52de94", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000dd", "OS-SRV-USG:launched_at": "2018-08-12T08:46:13.000000", "flavor": {"id": "207e7881-e8c7-4da6-b692-9f4195bb60ce", "links": [{"href": "http://172.30.9.21:8774/flavors/207e7881-e8c7-4da6-b692-9f4195bb60ce", "rel": "bookmark"}]}, "id": "9f1d111c-1903-4913-b4f3-591cdba57d07", "security_groups": [{"name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-sec_grp"}], "user_id": "40dea2a13e2945e29453d1ce78f50e25", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:46:13Z", "hostId": "8d2b24c8e64a6fb34473a402323996e1e21d04ef6815c32986b3db36", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-inst1", "created": "2018-08-12T08:46:07Z", "tenant_id": "c66b8eadd57844168146bee72c2cfdb6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:46:28,906 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/9f1d111c-1903-4913-b4f3-591cdba57d07 used request id req-702fa3b5-d28b-42fa-a59f-5a4bce6b8fca 2018-08-12 08:46:28,911 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87c5cfbe3e3d9004ec34d5415b939fa959436e85" 2018-08-12 08:46:29,224 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-a6400998-8b7f-4d5e-aa97-72456d0e8743 Date: Sun, 12 Aug 2018 08:46:29 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"42403bee-34de-40b4-b02d-050d9f0a6279","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c66b8eadd57844168146bee72c2cfdb6","status":"ACTIVE","subnets":["767106b9-3ac2-4921-a2a8-a86b9fd69d44"],"description":"","tags":[],"updated_at":"2018-08-12T08:45:57Z","provider:segmentation_id":12,"name":"CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-net","admin_state_up":true,"tenant_id":"c66b8eadd57844168146bee72c2cfdb6","created_at":"2018-08-12T08:45:56Z","provider:network_type":"vxlan"}]} 2018-08-12 08:46:29,224 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-net used request id req-a6400998-8b7f-4d5e-aa97-72456d0e8743 2018-08-12 08:46:29,228 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c66b8eadd57844168146bee72c2cfdb6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87c5cfbe3e3d9004ec34d5415b939fa959436e85" 2018-08-12 08:46:29,326 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:46:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-48e9c680-dd3d-4b16-8337-fe4bf5f2cbca Content-Encoding: gzip Content-Length: 231 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c66b8eadd57844168146bee72c2cfdb6"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "c66b8eadd57844168146bee72c2cfdb6", "name": "CreateStackFloatingIpTests-363f1c33-5301-478-proj"}} 2018-08-12 08:46:29,326 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c66b8eadd57844168146bee72c2cfdb6 used request id req-48e9c680-dd3d-4b16-8337-fe4bf5f2cbca 2018-08-12 08:46:29,331 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=42403bee-34de-40b4-b02d-050d9f0a6279 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87c5cfbe3e3d9004ec34d5415b939fa959436e85" 2018-08-12 08:46:29,542 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-20373167-28c8-41cb-a638-dcb011ce59ce Date: Sun, 12 Aug 2018 08:46:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"42403bee-34de-40b4-b02d-050d9f0a6279","tenant_id":"c66b8eadd57844168146bee72c2cfdb6","created_at":"2018-08-12T08:45:57Z","dns_nameservers":[],"updated_at":"2018-08-12T08:45:57Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"gateway_ip":"10.1.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.1.2.0/24","project_id":"c66b8eadd57844168146bee72c2cfdb6","id":"767106b9-3ac2-4921-a2a8-a86b9fd69d44","subnetpool_id":null,"name":"CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-subnet"}]} 2018-08-12 08:46:29,543 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=42403bee-34de-40b4-b02d-050d9f0a6279 used request id req-20373167-28c8-41cb-a638-dcb011ce59ce 2018-08-12 08:46:29,548 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=42403bee-34de-40b4-b02d-050d9f0a6279 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87c5cfbe3e3d9004ec34d5415b939fa959436e85" 2018-08-12 08:46:29,604 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5239 X-Openstack-Request-Id: req-6f72ea8d-3546-4874-9809-368691a26bdf Date: Sun, 12 Aug 2018 08:46:29 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:46:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"767106b9-3ac2-4921-a2a8-a86b9fd69d44","ip_address":"10.1.2.3"}],"id":"517fd0c9-1995-4b0a-a47c-de7ef4d79ef4","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f3:74:f7","project_id":"c66b8eadd57844168146bee72c2cfdb6","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-42403bee-34de-40b4-b02d-050d9f0a6279","name":"","admin_state_up":true,"network_id":"42403bee-34de-40b4-b02d-050d9f0a6279","tenant_id":"c66b8eadd57844168146bee72c2cfdb6","created_at":"2018-08-12T08:45:58Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:46:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"767106b9-3ac2-4921-a2a8-a86b9fd69d44","ip_address":"10.1.2.2"}],"id":"52212ae1-8678-454b-8c0b-c1bbd5ef585e","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a0:71:1c","project_id":"c66b8eadd57844168146bee72c2cfdb6","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-42403bee-34de-40b4-b02d-050d9f0a6279","name":"","admin_state_up":true,"network_id":"42403bee-34de-40b4-b02d-050d9f0a6279","tenant_id":"c66b8eadd57844168146bee72c2cfdb6","created_at":"2018-08-12T08:45:58Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:46:03Z","device_owner":"network:router_interface","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"767106b9-3ac2-4921-a2a8-a86b9fd69d44","ip_address":"10.1.2.1"}],"id":"79beb82d-5f48-4ad6-bcbc-4734e9742e10","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:0e:56:3a","project_id":"c66b8eadd57844168146bee72c2cfdb6","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"79c2f56e-609f-470d-abb6-660657c0cbe9","name":"","admin_state_up":true,"network_id":"42403bee-34de-40b4-b02d-050d9f0a6279","tenant_id":"c66b8eadd57844168146bee72c2cfdb6","created_at":"2018-08-12T08:46:02Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:46:13Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"767106b9-3ac2-4921-a2a8-a86b9fd69d44","ip_address":"10.1.2.8"}],"id":"b5ff9d94-1eb3-4edf-8c92-0b63273cbc55","security_groups":["2aea58fb-c79e-4a2b-ae31-80c46c533697"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a2:e1:9c","project_id":"c66b8eadd57844168146bee72c2cfdb6","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"9f1d111c-1903-4913-b4f3-591cdba57d07","name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack-port1-rtoypy4kxidb","admin_state_up":true,"network_id":"42403bee-34de-40b4-b02d-050d9f0a6279","tenant_id":"c66b8eadd57844168146bee72c2cfdb6","created_at":"2018-08-12T08:46:02Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:46:02Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"767106b9-3ac2-4921-a2a8-a86b9fd69d44","ip_address":"10.1.2.4"}],"id":"d23bfac4-d6c9-419d-8759-582c57b6dc99","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:9f:c6:55","project_id":"c66b8eadd57844168146bee72c2cfdb6","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-42403bee-34de-40b4-b02d-050d9f0a6279","name":"","admin_state_up":true,"network_id":"42403bee-34de-40b4-b02d-050d9f0a6279","tenant_id":"c66b8eadd57844168146bee72c2cfdb6","created_at":"2018-08-12T08:45:59Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:46:08Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"767106b9-3ac2-4921-a2a8-a86b9fd69d44","ip_address":"10.1.2.5"}],"id":"d3493a12-1450-4de5-b263-603f458d2aee","security_groups":["e3f663ef-f8b7-40e0-94f2-2b3d152c9a41"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:73:1f:3b","project_id":"c66b8eadd57844168146bee72c2cfdb6","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"4ed3ae2a-3cd0-4305-af27-6a4e0b9d3f86","name":"","admin_state_up":true,"network_id":"42403bee-34de-40b4-b02d-050d9f0a6279","tenant_id":"c66b8eadd57844168146bee72c2cfdb6","created_at":"2018-08-12T08:46:03Z","binding:vnic_type":"normal"}]} 2018-08-12 08:46:29,605 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=42403bee-34de-40b4-b02d-050d9f0a6279 used request id req-6f72ea8d-3546-4874-9809-368691a26bdf 2018-08-12 08:46:29,606 - ansible_utils - DEBUG - Retrieving SSH client 2018-08-12 08:46:29,609 - paramiko.transport - DEBUG - starting thread (client mode): 0x9318d50L 2018-08-12 08:46:29,609 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-12 08:46:29,609 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-08-12 08:46:29,609 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-08-12 08:46:29,611 - 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 08:46:29,611 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-12 08:46:29,611 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-08-12 08:46:29,611 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-12 08:46:29,611 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-12 08:46:29,612 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-12 08:46:29,629 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-12 08:46:29,629 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-12 08:46:29,641 - paramiko.transport - DEBUG - Trying discovered key 0eb93fac2fa94410fbd9f402e2c61fc4 in 4be687b4-39be-4097-9017-5602e36f1f69 2018-08-12 08:46:29,667 - paramiko.transport - DEBUG - userauth is OK 2018-08-12 08:46:29,673 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-12 08:46:29,773 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-12 08:46:29,787 - create_instance - INFO - SSH is active for VM instance 2018-08-12 08:46:29,788 - ansible_utils - DEBUG - Retrieving SSH client 2018-08-12 08:46:29,789 - paramiko.transport - DEBUG - starting thread (client mode): 0x9318d50L 2018-08-12 08:46:29,789 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-12 08:46:29,790 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-08-12 08:46:29,790 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-08-12 08:46:29,791 - 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 08:46:29,791 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-12 08:46:29,791 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-08-12 08:46:29,791 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-12 08:46:29,792 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-12 08:46:29,792 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-12 08:46:29,808 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-12 08:46:29,808 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-12 08:46:29,821 - paramiko.transport - DEBUG - Trying discovered key 0eb93fac2fa94410fbd9f402e2c61fc4 in 4be687b4-39be-4097-9017-5602e36f1f69 2018-08-12 08:46:29,847 - paramiko.transport - DEBUG - userauth is OK 2018-08-12 08:46:29,853 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-12 08:46:29,854 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-12 08:46:29,855 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-08-12 08:46:29,855 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-12 08:46:29,856 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-12 08:46:29,858 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-12 08:46:29,859 - create_stack - INFO - Deleting stack - CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack 2018-08-12 08:46:29,862 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6/stacks/b450bcbe-445a-4e11-8bb1-769e2642ec1e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bf982008c18cbe95dec9e647df91f1328dac201" 2018-08-12 08:46:30,139 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:46:29 GMT Server: Apache x-openstack-request-id: req-1495dc87-403f-49b2-a67f-8bb2a4af67fb Location: http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack/b450bcbe-445a-4e11-8bb1-769e2642ec1e Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack/b450bcbe-445a-4e11-8bb1-769e2642ec1e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:46:30,181 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:46:30 GMT Server: Apache x-openstack-request-id: req-27c80a6e-9999-4fc6-a3dc-d0adb442d635 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 08:46:30,181 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack/b450bcbe-445a-4e11-8bb1-769e2642ec1e used request id req-27c80a6e-9999-4fc6-a3dc-d0adb442d635 2018-08-12 08:46:30,184 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6/stacks/b450bcbe-445a-4e11-8bb1-769e2642ec1e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bf982008c18cbe95dec9e647df91f1328dac201" 2018-08-12 08:46:30,211 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:46:30 GMT Server: Apache x-openstack-request-id: req-ba2b9bca-2d34-4995-b44a-1ae6d55eff95 Location: http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack/b450bcbe-445a-4e11-8bb1-769e2642ec1e Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack/b450bcbe-445a-4e11-8bb1-769e2642ec1e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:46:30,238 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:46:30 GMT Server: Apache x-openstack-request-id: req-d0de4764-41e9-4e4f-8156-d93d10a22fda Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 776 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-flavor2", "OS::project_id": "c66b8eadd57844168146bee72c2cfdb6", "OS::stack_id": "b450bcbe-445a-4e11-8bb1-769e2642ec1e", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-kp", "security_group_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-sec_grp", "subnet_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-subnet", "net_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-inst2", "inst1_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-inst1", "image2_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-image", "flavor1_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-flavor1", "image1_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack", "stack_user_project_id": "d0e0e6f425ab44559d35897311fd317a", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-08-12T08:45:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack/b450bcbe-445a-4e11-8bb1-769e2642ec1e", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-08-12T08:46:30Z", "id": "b450bcbe-445a-4e11-8bb1-769e2642ec1e", "outputs": [{"output_value": null, "output_error": "The specified reference \"keypair\" (in unknown) is incorrect.", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-08-12 08:46:30,239 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack/b450bcbe-445a-4e11-8bb1-769e2642ec1e used request id req-d0de4764-41e9-4e4f-8156-d93d10a22fda 2018-08-12 08:46:30,239 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-08-12 08:46:30,239 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-08-12 08:46:33,242 - create_stack - DEBUG - Stack status query timeout in 1196.93918991 2018-08-12 08:46:33,245 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6/stacks/b450bcbe-445a-4e11-8bb1-769e2642ec1e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bf982008c18cbe95dec9e647df91f1328dac201" 2018-08-12 08:46:33,472 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:46:33 GMT Server: Apache x-openstack-request-id: req-71cf639b-14cb-4d3d-8b92-4e325c63f1ee Location: http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack/b450bcbe-445a-4e11-8bb1-769e2642ec1e Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack/b450bcbe-445a-4e11-8bb1-769e2642ec1e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:46:33,498 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:46:33 GMT Server: Apache x-openstack-request-id: req-d9f61a33-00e1-42d3-9629-92373fc25c0f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 776 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-flavor2", "OS::project_id": "c66b8eadd57844168146bee72c2cfdb6", "OS::stack_id": "b450bcbe-445a-4e11-8bb1-769e2642ec1e", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-kp", "security_group_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-sec_grp", "subnet_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-subnet", "net_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-inst2", "inst1_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-inst1", "image2_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-image", "flavor1_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-flavor1", "image1_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack", "stack_user_project_id": "d0e0e6f425ab44559d35897311fd317a", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-08-12T08:45:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack/b450bcbe-445a-4e11-8bb1-769e2642ec1e", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-08-12T08:46:30Z", "id": "b450bcbe-445a-4e11-8bb1-769e2642ec1e", "outputs": [{"output_value": null, "output_error": "The specified reference \"keypair\" (in unknown) is incorrect.", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-08-12 08:46:33,499 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack/b450bcbe-445a-4e11-8bb1-769e2642ec1e used request id req-d9f61a33-00e1-42d3-9629-92373fc25c0f 2018-08-12 08:46:33,499 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-08-12 08:46:33,499 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-08-12 08:46:36,503 - create_stack - DEBUG - Stack status query timeout in 1193.67895794 2018-08-12 08:46:36,506 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6/stacks/b450bcbe-445a-4e11-8bb1-769e2642ec1e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bf982008c18cbe95dec9e647df91f1328dac201" 2018-08-12 08:46:36,711 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:46:36 GMT Server: Apache x-openstack-request-id: req-de71a58d-0737-4a7f-8927-83c1e80d1951 Location: http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack/b450bcbe-445a-4e11-8bb1-769e2642ec1e Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack/b450bcbe-445a-4e11-8bb1-769e2642ec1e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:46:36,754 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:46:36 GMT Server: Apache x-openstack-request-id: req-aec0db30-45ca-4bb4-b029-78577033c0b4 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 776 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-flavor2", "OS::project_id": "c66b8eadd57844168146bee72c2cfdb6", "OS::stack_id": "b450bcbe-445a-4e11-8bb1-769e2642ec1e", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-kp", "security_group_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-sec_grp", "subnet_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-subnet", "net_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-inst2", "inst1_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-inst1", "image2_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-image", "flavor1_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-flavor1", "image1_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack", "stack_user_project_id": "d0e0e6f425ab44559d35897311fd317a", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-08-12T08:45:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack/b450bcbe-445a-4e11-8bb1-769e2642ec1e", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-08-12T08:46:30Z", "id": "b450bcbe-445a-4e11-8bb1-769e2642ec1e", "outputs": [{"output_value": null, "output_error": "The specified reference \"keypair\" (in unknown) is incorrect.", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-08-12 08:46:36,754 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack/b450bcbe-445a-4e11-8bb1-769e2642ec1e used request id req-aec0db30-45ca-4bb4-b029-78577033c0b4 2018-08-12 08:46:36,755 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-08-12 08:46:36,755 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-08-12 08:46:39,758 - create_stack - DEBUG - Stack status query timeout in 1190.423172 2018-08-12 08:46:39,761 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6/stacks/b450bcbe-445a-4e11-8bb1-769e2642ec1e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bf982008c18cbe95dec9e647df91f1328dac201" 2018-08-12 08:46:39,963 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:46:39 GMT Server: Apache x-openstack-request-id: req-ce55cd2e-07a6-4a8c-b00a-b8a8d76d572d Location: http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack/b450bcbe-445a-4e11-8bb1-769e2642ec1e Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack/b450bcbe-445a-4e11-8bb1-769e2642ec1e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:46:40,167 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:46:39 GMT Server: Apache x-openstack-request-id: req-fc60763c-d94a-44f3-849d-c1c2b3585245 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 776 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-flavor2", "OS::project_id": "c66b8eadd57844168146bee72c2cfdb6", "OS::stack_id": "b450bcbe-445a-4e11-8bb1-769e2642ec1e", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-kp", "security_group_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-sec_grp", "subnet_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-subnet", "net_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-inst2", "inst1_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-inst1", "image2_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-image", "flavor1_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-flavor1", "image1_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack", "stack_user_project_id": "d0e0e6f425ab44559d35897311fd317a", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-08-12T08:45:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack/b450bcbe-445a-4e11-8bb1-769e2642ec1e", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-08-12T08:46:30Z", "id": "b450bcbe-445a-4e11-8bb1-769e2642ec1e", "outputs": [{"output_value": null, "output_error": "The specified reference \"keypair\" (in unknown) is incorrect.", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-08-12 08:46:40,167 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack/b450bcbe-445a-4e11-8bb1-769e2642ec1e used request id req-fc60763c-d94a-44f3-849d-c1c2b3585245 2018-08-12 08:46:40,168 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-08-12 08:46:40,168 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-08-12 08:46:43,171 - create_stack - DEBUG - Stack status query timeout in 1187.01040101 2018-08-12 08:46:43,174 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6/stacks/b450bcbe-445a-4e11-8bb1-769e2642ec1e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bf982008c18cbe95dec9e647df91f1328dac201" 2018-08-12 08:46:43,357 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:46:43 GMT Server: Apache x-openstack-request-id: req-075aad44-d8f5-45d8-8d4b-2a7b3c7b12f4 Location: http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack/b450bcbe-445a-4e11-8bb1-769e2642ec1e Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack/b450bcbe-445a-4e11-8bb1-769e2642ec1e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:46:43,400 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:46:43 GMT Server: Apache x-openstack-request-id: req-57c42b5b-3262-4fe0-aaae-28b3eeae66c2 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 691 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-flavor2", "OS::project_id": "c66b8eadd57844168146bee72c2cfdb6", "OS::stack_id": "b450bcbe-445a-4e11-8bb1-769e2642ec1e", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-kp", "security_group_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-sec_grp", "subnet_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-subnet", "net_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-inst2", "inst1_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-inst1", "image2_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-image", "flavor1_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-flavor1", "image1_name": "CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-image"}, "deletion_time": "2018-08-12T08:46:41Z", "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack", "stack_user_project_id": "d0e0e6f425ab44559d35897311fd317a", "tags": null, "creation_time": "2018-08-12T08:45:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack/b450bcbe-445a-4e11-8bb1-769e2642ec1e", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-08-12T08:46:30Z", "id": "b450bcbe-445a-4e11-8bb1-769e2642ec1e", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-08-12 08:46:43,401 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack/b450bcbe-445a-4e11-8bb1-769e2642ec1e used request id req-57c42b5b-3262-4fe0-aaae-28b3eeae66c2 2018-08-12 08:46:43,401 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2018-08-12 08:46:43,401 - create_stack - DEBUG - Stack is active with name - CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack 2018-08-12 08:46:43,401 - create_stack - INFO - Attempting to delete again stack - CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack 2018-08-12 08:46:43,404 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6/stacks/b450bcbe-445a-4e11-8bb1-769e2642ec1e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bf982008c18cbe95dec9e647df91f1328dac201" 2018-08-12 08:46:43,626 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:46:43 GMT Server: Apache x-openstack-request-id: req-e723b752-730a-47f8-b64c-74a6bd9b54ee Location: http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack/b450bcbe-445a-4e11-8bb1-769e2642ec1e Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack/b450bcbe-445a-4e11-8bb1-769e2642ec1e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:46:43,653 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:46:43 GMT Server: Apache x-openstack-request-id: req-c2a524e8-c787-4777-96a3-57e2d1e4f6b1 Content-Length: 285 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-08-12 08:46:43,654 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.21:8004/v1/c66b8eadd57844168146bee72c2cfdb6/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-stack/b450bcbe-445a-4e11-8bb1-769e2642ec1e used request id req-c2a524e8-c787-4777-96a3-57e2d1e4f6b1 2018-08-12 08:46:43,655 - glance_utils - INFO - Deleting image named - CreateStackFloatingIpTests-0472ca7b-a4c0-400f-ac00-219fd48a5407-image 2018-08-12 08:46:43,658 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/5921c54f-ca42-4241-996d-27615c52de94 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c7e979fd0e61653dfa422bc0276c6700018601d9" 2018-08-12 08:46:45,053 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d040325b-32bb-43cb-94f1-f8344a1227c7 Date: Sun, 12 Aug 2018 08:46: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 08:46:45,053 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/5921c54f-ca42-4241-996d-27615c52de94 used request id req-d040325b-32bb-43cb-94f1-f8344a1227c7 2018-08-12 08:46:45,054 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:46:45,054 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:46:45,055 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:46:45,055 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:46:45,055 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:46:45,061 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f81bb50e3c4226e18bf122d2a214cb6eb2645d1c" 2018-08-12 08:46:45,488 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 45548 X-Openstack-Request-Id: req-39342f65-3d1a-4fc8-9f04-d3f87b7998b8 Date: Sun, 12 Aug 2018 08:46:45 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "created_at": "2018-08-12T06:59:44Z", "updated_at": "2018-08-12T06:59:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "1d7fd960-7865-4453-aecc-8d399b4fad21", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "66820d8a-b785-4b18-bd67-500221c8e4f9", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "74fc7638-a322-4841-8c47-06d36174a200", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "8eaa09ec-8419-4582-9312-1e527afe6e4b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}], "revision_number": 4, "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "created_at": "2018-08-12T05:12:34Z", "updated_at": "2018-08-12T05:12:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "709513d2-af7d-4d0b-bd3c-604fed75a711", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "aa346066-e46f-44f2-94be-2884aa998a19", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "c15f7b93-e56c-4afa-867d-2acb286d4b7b", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "cb0ef83f-5f70-4a80-ad35-431ca9df551e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}], "revision_number": 4, "project_id": "fa5a7fe6ee54472ba01638877aade8e3", "id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ea65becf30e54b27aa96a449698a435e", "created_at": "2018-08-12T05:10:35Z", "updated_at": "2018-08-12T05:10:35Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "30ad280c-f302-4cd4-a438-5139917b56f9", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "76115c4c-887d-4f0a-83e2-486e4b39c713", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "8ab14937-4c08-4d43-8a9a-662e622cc643", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "ee757a03-5662-4273-9c3e-6212e7afb48f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}], "revision_number": 4, "project_id": "ea65becf30e54b27aa96a449698a435e", "id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "created_at": "2018-08-12T06:20:09Z", "updated_at": "2018-08-12T06:20:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "1123b8f2-75ac-4a26-b9b2-a96da97408e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "2ddd2b93-e080-48cd-9a50-f5fe8a82ad0c", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "cd1bae62-0aea-4438-b4c3-50a69ae6f855", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "e398e01e-ceea-46d1-9534-b929808c4a5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}], "revision_number": 4, "project_id": "ff7abd7bb61f4f2889831e932d65dc2e", "id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "created_at": "2018-08-12T05:34:57Z", "updated_at": "2018-08-12T05:34:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "208a1c1e-f5f8-49c7-9a25-d07e68b1541f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "27bfd867-e607-4bf8-9de8-60682d3f771d", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "49360e1f-6fd3-4f35-b339-24cea95773ee", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "60f631a9-d305-4920-9631-d0543e2ac64f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}], "revision_number": 4, "project_id": "3a85ceae958d4d9fba68847e7df67db8", "id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "created_at": "2018-08-12T05:34:40Z", "updated_at": "2018-08-12T05:34:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "2192c259-363e-4768-ae73-e75837ad63b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "3f87ddc5-f84d-41dc-8215-847724782569", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "7d89f6da-ea78-49dd-9115-f9ad23b250bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "9ec4497d-0f65-44db-9be9-7b3042e4a584", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}], "revision_number": 4, "project_id": "85517fcf1c6247e699fdcdd42ecc8c79", "id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "created_at": "2018-08-12T05:16:02Z", "updated_at": "2018-08-12T05:16:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "1ecacd8c-c1c7-4a66-9871-406a69323b43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "3cc1750c-e0e7-4902-b6f3-494a161b832e", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "d719a7a4-8c99-44ed-8c12-6bf071890203", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "fe7421b5-d577-41da-8c78-62f3c07eda92", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}], "revision_number": 4, "project_id": "a267b9a156244bb192691cff6e5f74fe", "id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "315a428116f24d9fbb826b37080a918e", "created_at": "2018-08-12T05:11:31Z", "updated_at": "2018-08-12T05:11:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "5e52886a-1dc3-4a81-a55d-f388dc4fd1a1", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "678e32e4-d64c-448a-a4ab-e253ab94ae90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "a8da1539-e3ad-4f90-b2df-3dc1f09d228a", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "b73d5cc9-0205-4658-bb1f-61a042c0ab8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}], "revision_number": 4, "project_id": "315a428116f24d9fbb826b37080a918e", "id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-12T05:08:01Z", "updated_at": "2018-08-12T05:08:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:01Z", "revision_number": 0, "id": "0fb05d03-1117-45d0-930c-b6d4c96ef102", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "4faaab33-5788-4bbd-85b8-0fb44d41413a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "96d0c5a0-5c67-421b-8fc8-2b46d77e5db3", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "dd78519b-4bc5-4e8e-ad0f-58089dd69347", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "11a46741b7954b959fd7764109c047b6", "created_at": "2018-08-12T05:34:51Z", "updated_at": "2018-08-12T05:34:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "0b67bf3c-2289-43bb-ab6c-7d25ec32a279", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "51f3f833-337a-42bd-a8d5-742ea8d6c226", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "571fd0b5-ef90-408d-af33-aafb517b8993", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "944ba823-fb9c-496e-a66e-bb426bb14a8d", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}], "revision_number": 4, "project_id": "11a46741b7954b959fd7764109c047b6", "id": "90af9782-8112-4257-801d-ee5115d226ba", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "created_at": "2018-08-12T05:34:26Z", "updated_at": "2018-08-12T05:34:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "2ee1f63a-807c-4d6a-85ee-dd784f6b8c3f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5dec3ec2-2add-47dd-8618-90659dcf3885", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5ea0dc3e-49d0-43f0-94e9-f6443527d14c", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "fbfaca22-7e3e-4128-8973-43e439b77c28", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}], "revision_number": 4, "project_id": "3c01cd58055c44ecaef39f7e625c2258", "id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "521007c1818145639e93ceb270559219", "created_at": "2018-08-12T05:13:27Z", "updated_at": "2018-08-12T05:13:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "5e7fede5-b0f2-47d8-95c3-516cdfc7f9de", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "8fd0e36f-c6c4-4f64-ba97-40439e614448", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "db7d79de-1dfc-4138-945f-91e74cdc266b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "e87f2cff-ff3e-4b6d-aaf0-7f0eb0ab9f05", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}], "revision_number": 4, "project_id": "521007c1818145639e93ceb270559219", "id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "created_at": "2018-08-12T05:08:18Z", "updated_at": "2018-08-12T05:08:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "3c67be40-bf74-4f97-9693-d93ce73a23b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "6112d869-2fc6-4a25-a13c-3d55cd7206c0", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "bdf21c56-453e-482e-9cba-3c55abcb0339", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "c8e92c39-38cc-4f48-be9c-5f0912e6a725", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}], "revision_number": 4, "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "created_at": "2018-08-12T05:04:23Z", "updated_at": "2018-08-12T05:04:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "280546d9-8ad1-4283-abfc-15ee9b1736c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "58bce125-f2ca-4a6d-b9ca-4e6cf5c0f7a5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "69275b9a-cfb5-482c-a9c4-8ffc79adf2c7", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "6d747f3a-3764-469a-a645-f977585c5aac", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}], "revision_number": 4, "project_id": "310f5853751a4c968f3eeb0a3d99a0a8", "id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "created_at": "2018-08-12T05:34:42Z", "updated_at": "2018-08-12T05:34:42Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "199582e8-25aa-457a-aa7c-6d8413ca4464", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "234f3609-4454-448f-919d-c8143c7cd764", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "c1061460-71a2-49a9-a04b-9fa33eeb17ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "d21ac532-51d8-4d6b-8300-7bac216759bf", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}], "revision_number": 4, "project_id": "9f6c1a272706419c9a74b0893b2890e8", "id": "d6739716-c693-460c-89c6-e7c8c48f8245", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "created_at": "2018-08-12T05:34:54Z", "updated_at": "2018-08-12T05:34:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "0633a05a-ee7d-4476-a56b-75d011b22f77", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "6cc1b9f8-73db-47a3-a0e0-3c96c43f34da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "90d99a6b-e94f-4fd8-a10c-f19dd8954c13", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "e843c139-af2a-4d2c-a24f-59f7b10ff72e", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}], "revision_number": 4, "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c66b8eadd57844168146bee72c2cfdb6", "created_at": "2018-08-12T08:45:55Z", "updated_at": "2018-08-12T08:45:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:45:55Z", "revision_number": 0, "id": "61abdfdf-e51c-439c-87ce-bf94c9ecf942", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:45:55Z", "security_group_id": "e3f663ef-f8b7-40e0-94f2-2b3d152c9a41", "tenant_id": "c66b8eadd57844168146bee72c2cfdb6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c66b8eadd57844168146bee72c2cfdb6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:45:55Z", "revision_number": 0, "id": "687d0277-cf67-4b01-a93c-79ebd9396921", "remote_group_id": "e3f663ef-f8b7-40e0-94f2-2b3d152c9a41", "remote_ip_prefix": null, "created_at": "2018-08-12T08:45:55Z", "security_group_id": "e3f663ef-f8b7-40e0-94f2-2b3d152c9a41", "tenant_id": "c66b8eadd57844168146bee72c2cfdb6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c66b8eadd57844168146bee72c2cfdb6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:45:55Z", "revision_number": 0, "id": "b424488c-2aba-46cc-b75a-34d427ff6495", "remote_group_id": "e3f663ef-f8b7-40e0-94f2-2b3d152c9a41", "remote_ip_prefix": null, "created_at": "2018-08-12T08:45:55Z", "security_group_id": "e3f663ef-f8b7-40e0-94f2-2b3d152c9a41", "tenant_id": "c66b8eadd57844168146bee72c2cfdb6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c66b8eadd57844168146bee72c2cfdb6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:45:55Z", "revision_number": 0, "id": "f8b1769d-6625-4219-98d7-9e82056812a2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:45:55Z", "security_group_id": "e3f663ef-f8b7-40e0-94f2-2b3d152c9a41", "tenant_id": "c66b8eadd57844168146bee72c2cfdb6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c66b8eadd57844168146bee72c2cfdb6"}], "revision_number": 4, "project_id": "c66b8eadd57844168146bee72c2cfdb6", "id": "e3f663ef-f8b7-40e0-94f2-2b3d152c9a41", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "created_at": "2018-08-12T05:09:07Z", "updated_at": "2018-08-12T05:09:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "5495e168-f505-4d74-ae6d-387f0bf533c2", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "6fd19b8b-3062-456e-81ba-3ff37fe43429", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8ca59d25-485c-46ce-939c-2e4a468caeac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8f190846-50a0-42b9-b571-390809b752b1", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}], "revision_number": 4, "project_id": "fa9ca6d7608b4d7d87ce97331679a481", "id": "edcd9b17-9416-4c25-823c-060c435e18d7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "created_at": "2018-08-12T05:34:52Z", "updated_at": "2018-08-12T05:34:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "2c7e484e-6ec5-4a95-8c9c-66d294c0c27e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "70c74258-3c2c-4efc-87e0-079c26ee3417", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "b70382fa-082e-4c2b-abc8-87490fa50b11", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "c3628e02-b4b6-42c9-8751-c1a2d3c19caa", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}], "revision_number": 4, "project_id": "87db863ba6e348b0a5ddcb67053db9d1", "id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "name": "default"}]} 2018-08-12 08:46:45,489 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-39342f65-3d1a-4fc8-9f04-d3f87b7998b8 2018-08-12 08:46:45,498 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f81bb50e3c4226e18bf122d2a214cb6eb2645d1c" 2018-08-12 08:46:45,592 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:46:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9730a963-1429-4deb-8374-a596954c548f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 5fe28c13d4d74ba2be8d019ac1ea6363.", "code": 404, "title": "Not Found"}} 2018-08-12 08:46:45,592 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 used request id req-9730a963-1429-4deb-8374-a596954c548f 2018-08-12 08:46:45,592 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:46:45,595 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f81bb50e3c4226e18bf122d2a214cb6eb2645d1c" 2018-08-12 08:46:45,689 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:46:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-27ed04f2-dbdb-4a50-b2fb-9a7923d7ab6f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa5a7fe6ee54472ba01638877aade8e3.", "code": 404, "title": "Not Found"}} 2018-08-12 08:46:45,689 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 used request id req-27ed04f2-dbdb-4a50-b2fb-9a7923d7ab6f 2018-08-12 08:46:45,689 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:46:45,692 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f81bb50e3c4226e18bf122d2a214cb6eb2645d1c" 2018-08-12 08:46:45,778 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:46:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-086d32a2-28a9-4cd6-9242-079ed296f7de Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ea65becf30e54b27aa96a449698a435e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:46:45,778 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e used request id req-086d32a2-28a9-4cd6-9242-079ed296f7de 2018-08-12 08:46:45,778 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:46:45,782 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f81bb50e3c4226e18bf122d2a214cb6eb2645d1c" 2018-08-12 08:46:45,870 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:46:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d99f1e9f-01fa-4986-bbde-6858eb7fd26f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ff7abd7bb61f4f2889831e932d65dc2e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:46:45,870 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e used request id req-d99f1e9f-01fa-4986-bbde-6858eb7fd26f 2018-08-12 08:46:45,870 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:46:45,872 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f81bb50e3c4226e18bf122d2a214cb6eb2645d1c" 2018-08-12 08:46:45,961 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:46:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d2de6e9c-f2ef-489d-800a-9f60b4cabade Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3a85ceae958d4d9fba68847e7df67db8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:46:45,961 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 used request id req-d2de6e9c-f2ef-489d-800a-9f60b4cabade 2018-08-12 08:46:45,961 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:46:45,963 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f81bb50e3c4226e18bf122d2a214cb6eb2645d1c" 2018-08-12 08:46:46,051 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:46:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cc56fff6-2282-46de-8f84-cd9bd7fabd50 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 85517fcf1c6247e699fdcdd42ecc8c79.", "code": 404, "title": "Not Found"}} 2018-08-12 08:46:46,051 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 used request id req-cc56fff6-2282-46de-8f84-cd9bd7fabd50 2018-08-12 08:46:46,051 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:46:46,053 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f81bb50e3c4226e18bf122d2a214cb6eb2645d1c" 2018-08-12 08:46:46,141 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:46:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0f34d600-1696-4880-a121-8e5a5ea570f1 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}} 2018-08-12 08:46:46,141 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe used request id req-0f34d600-1696-4880-a121-8e5a5ea570f1 2018-08-12 08:46:46,144 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f81bb50e3c4226e18bf122d2a214cb6eb2645d1c" 2018-08-12 08:46:46,242 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:46:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6311c8f3-f250-44dc-a1df-33919843faee Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 315a428116f24d9fbb826b37080a918e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:46:46,243 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e used request id req-6311c8f3-f250-44dc-a1df-33919843faee 2018-08-12 08:46:46,243 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:46:46,246 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f81bb50e3c4226e18bf122d2a214cb6eb2645d1c" 2018-08-12 08:46:46,332 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:46:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-efcb00cf-9a46-4709-8554-9207c9de09dc Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 11a46741b7954b959fd7764109c047b6.", "code": 404, "title": "Not Found"}} 2018-08-12 08:46:46,332 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 used request id req-efcb00cf-9a46-4709-8554-9207c9de09dc 2018-08-12 08:46:46,332 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:46:46,336 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f81bb50e3c4226e18bf122d2a214cb6eb2645d1c" 2018-08-12 08:46:46,427 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:46:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cf5bda68-984c-4cb9-9d3c-d957adb29c31 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3c01cd58055c44ecaef39f7e625c2258.", "code": 404, "title": "Not Found"}} 2018-08-12 08:46:46,428 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 used request id req-cf5bda68-984c-4cb9-9d3c-d957adb29c31 2018-08-12 08:46:46,428 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:46:46,432 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f81bb50e3c4226e18bf122d2a214cb6eb2645d1c" 2018-08-12 08:46:46,525 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:46:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-06ad4b4a-d073-4761-a6a4-8e5e3ef013f4 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 521007c1818145639e93ceb270559219.", "code": 404, "title": "Not Found"}} 2018-08-12 08:46:46,525 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 used request id req-06ad4b4a-d073-4761-a6a4-8e5e3ef013f4 2018-08-12 08:46:46,526 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:46:46,529 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f81bb50e3c4226e18bf122d2a214cb6eb2645d1c" 2018-08-12 08:46:46,618 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:46:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-72b7229b-b191-4da2-b2d0-858e0261656f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e18fcc7fc10a4fd0b20234f8520d0aab.", "code": 404, "title": "Not Found"}} 2018-08-12 08:46:46,618 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab used request id req-72b7229b-b191-4da2-b2d0-858e0261656f 2018-08-12 08:46:46,618 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:46:46,622 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f81bb50e3c4226e18bf122d2a214cb6eb2645d1c" 2018-08-12 08:46:46,718 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:46:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9d140a87-8489-457c-8c76-851d86d73f4c Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "310f5853751a4c968f3eeb0a3d99a0a8", "name": "service"}} 2018-08-12 08:46:46,719 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 used request id req-9d140a87-8489-457c-8c76-851d86d73f4c 2018-08-12 08:46:46,723 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f81bb50e3c4226e18bf122d2a214cb6eb2645d1c" 2018-08-12 08:46:46,814 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:46:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-01a930c8-8c3b-433d-ad54-89b56613760e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9f6c1a272706419c9a74b0893b2890e8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:46:46,815 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 used request id req-01a930c8-8c3b-433d-ad54-89b56613760e 2018-08-12 08:46:46,815 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:46:46,818 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/34cb7327fcfc4b52a63b4b8c0ea4a54d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f81bb50e3c4226e18bf122d2a214cb6eb2645d1c" 2018-08-12 08:46:46,905 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:46:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9d0a0c34-892b-4476-a5c7-ac83ed615a5e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 34cb7327fcfc4b52a63b4b8c0ea4a54d.", "code": 404, "title": "Not Found"}} 2018-08-12 08:46:46,905 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/34cb7327fcfc4b52a63b4b8c0ea4a54d used request id req-9d0a0c34-892b-4476-a5c7-ac83ed615a5e 2018-08-12 08:46:46,905 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:46:46,910 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c66b8eadd57844168146bee72c2cfdb6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f81bb50e3c4226e18bf122d2a214cb6eb2645d1c" 2018-08-12 08:46:47,005 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:46:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8bb6ce5c-0206-49dd-b275-9c134f50b389 Content-Encoding: gzip Content-Length: 231 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c66b8eadd57844168146bee72c2cfdb6"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "c66b8eadd57844168146bee72c2cfdb6", "name": "CreateStackFloatingIpTests-363f1c33-5301-478-proj"}} 2018-08-12 08:46:47,005 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c66b8eadd57844168146bee72c2cfdb6 used request id req-8bb6ce5c-0206-49dd-b275-9c134f50b389 2018-08-12 08:46:47,006 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e3f663ef-f8b7-40e0-94f2-2b3d152c9a41 2018-08-12 08:46:47,008 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=e3f663ef-f8b7-40e0-94f2-2b3d152c9a41 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f81bb50e3c4226e18bf122d2a214cb6eb2645d1c" 2018-08-12 08:46:47,203 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-a1d6b70c-6d11-400d-97d6-c32458f8c54d Date: Sun, 12 Aug 2018 08:46:47 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:45:55Z", "security_group_id": "e3f663ef-f8b7-40e0-94f2-2b3d152c9a41", "port_range_min": null, "revision_number": 0, "tenant_id": "c66b8eadd57844168146bee72c2cfdb6", "created_at": "2018-08-12T08:45:55Z", "project_id": "c66b8eadd57844168146bee72c2cfdb6", "id": "61abdfdf-e51c-439c-87ce-bf94c9ecf942"}, {"remote_group_id": "e3f663ef-f8b7-40e0-94f2-2b3d152c9a41", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:45:55Z", "security_group_id": "e3f663ef-f8b7-40e0-94f2-2b3d152c9a41", "port_range_min": null, "revision_number": 0, "tenant_id": "c66b8eadd57844168146bee72c2cfdb6", "created_at": "2018-08-12T08:45:55Z", "project_id": "c66b8eadd57844168146bee72c2cfdb6", "id": "687d0277-cf67-4b01-a93c-79ebd9396921"}, {"remote_group_id": "e3f663ef-f8b7-40e0-94f2-2b3d152c9a41", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:45:55Z", "security_group_id": "e3f663ef-f8b7-40e0-94f2-2b3d152c9a41", "port_range_min": null, "revision_number": 0, "tenant_id": "c66b8eadd57844168146bee72c2cfdb6", "created_at": "2018-08-12T08:45:55Z", "project_id": "c66b8eadd57844168146bee72c2cfdb6", "id": "b424488c-2aba-46cc-b75a-34d427ff6495"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:45:55Z", "security_group_id": "e3f663ef-f8b7-40e0-94f2-2b3d152c9a41", "port_range_min": null, "revision_number": 0, "tenant_id": "c66b8eadd57844168146bee72c2cfdb6", "created_at": "2018-08-12T08:45:55Z", "project_id": "c66b8eadd57844168146bee72c2cfdb6", "id": "f8b1769d-6625-4219-98d7-9e82056812a2"}]} 2018-08-12 08:46:47,204 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=e3f663ef-f8b7-40e0-94f2-2b3d152c9a41 used request id req-a1d6b70c-6d11-400d-97d6-c32458f8c54d 2018-08-12 08:46:47,205 - neutron_utils - INFO - Deleting security group with name - default 2018-08-12 08:46:47,210 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/e3f663ef-f8b7-40e0-94f2-2b3d152c9a41 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f81bb50e3c4226e18bf122d2a214cb6eb2645d1c" 2018-08-12 08:46:47,579 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-beb4d2e6-a450-44b9-aef2-fb590f821dc6 Content-Length: 0 Date: Sun, 12 Aug 2018 08:46:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:46:47,580 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/e3f663ef-f8b7-40e0-94f2-2b3d152c9a41 used request id req-beb4d2e6-a450-44b9-aef2-fb590f821dc6 2018-08-12 08:46:47,580 - keystone_utils - INFO - Deleting project with name - CreateStackFloatingIpTests-363f1c33-5301-478-proj 2018-08-12 08:46:47,584 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/c66b8eadd57844168146bee72c2cfdb6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f81bb50e3c4226e18bf122d2a214cb6eb2645d1c" 2018-08-12 08:46:47,920 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:46:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e3809743-2199-4688-8c96-33a6ff978aa1 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 08:46:47,920 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/c66b8eadd57844168146bee72c2cfdb6 used request id req-e3809743-2199-4688-8c96-33a6ff978aa1 2018-08-12 08:46:47,920 - keystone_utils - INFO - Deleting role with name - CreateStackFloatingIpTests-363f1c33-5301-478-proj-role 2018-08-12 08:46:47,924 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/feb4cec0ebca4fc59acf07dcb140fd77 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f81bb50e3c4226e18bf122d2a214cb6eb2645d1c" 2018-08-12 08:46:48,106 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:46:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8d95248b-bf7a-4c22-9c6c-de224e31a478 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 08:46:48,106 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/feb4cec0ebca4fc59acf07dcb140fd77 used request id req-8d95248b-bf7a-4c22-9c6c-de224e31a478 2018-08-12 08:46:48,110 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f81bb50e3c4226e18bf122d2a214cb6eb2645d1c" 2018-08-12 08:46:48,204 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:46:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b14be98-88a6-486d-b5c6-107b5f1026d4 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:46:48,204 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-1b14be98-88a6-486d-b5c6-107b5f1026d4 2018-08-12 08:46:48,205 - keystone_utils - INFO - Deleting user with name - CreateStackFloatingIpTests-363f1c33-5301-478-user 2018-08-12 08:46:48,209 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/40dea2a13e2945e29453d1ce78f50e25 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}582ebedf3fea8d0365c8a32f536aa45df7913031" 2018-08-12 08:46:48,408 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:46:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-195af27b-1203-49ea-8b1d-98a22b396d45 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 08:46:48,408 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/40dea2a13e2945e29453d1ce78f50e25 used request id req-195af27b-1203-49ea-8b1d-98a22b396d45 2018-08-12 08:46:48,410 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:46:48,817 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:46:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["b-rkDhGHSD2WDfryS9up-Q"], "issued_at": "2018-08-12T08:46:48.000000Z"}} 2018-08-12 08:46:48,818 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}254ef37ce9599bde40d10eab9327a973049b0525" 2018-08-12 08:46:48,905 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:46:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-90e19a97-ba5a-4aeb-9b6f-324f71b00487 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:46:48,906 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-90e19a97-ba5a-4aeb-9b6f-324f71b00487 2018-08-12 08:46:48,907 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:46:48,908 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:46:49,398 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:46:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["keV0CeHATXalxkQgjAHuPg"], "issued_at": "2018-08-12T08:46:49.000000Z"}} 2018-08-12 08:46:49,399 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}01ceaaa4c4da9c3ec3d2cc572208b9e69f304edf" 2018-08-12 08:46:49,482 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:46:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-afee5f99-230b-4a12-befb-f73a0a54947a Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:46:49,482 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-afee5f99-230b-4a12-befb-f73a0a54947a 2018-08-12 08:46:49,486 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:46:49,492 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:46:49 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:46:49,492 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackFloatingIpTests-b195427a-328e-429-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01ceaaa4c4da9c3ec3d2cc572208b9e69f304edf" 2018-08-12 08:46:49,606 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:46:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e8cad411-86b0-4f1f-ba78-8066131590f6 Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackFloatingIpTests-b195427a-328e-429-proj", "previous": null, "next": null}, "projects": []} 2018-08-12 08:46:49,606 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackFloatingIpTests-b195427a-328e-429-proj used request id req-e8cad411-86b0-4f1f-ba78-8066131590f6 2018-08-12 08:46:49,610 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01ceaaa4c4da9c3ec3d2cc572208b9e69f304edf" 2018-08-12 08:46:49,696 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:46:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-534a7ea6-62d6-495f-92a8-a62561bc77e8 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:46:49,696 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-534a7ea6-62d6-495f-92a8-a62561bc77e8 2018-08-12 08:46:49,700 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01ceaaa4c4da9c3ec3d2cc572208b9e69f304edf" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackFloatingIpTests-b195427a-328e-429-proj"}}' 2018-08-12 08:46:49,824 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:46:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-63ec35f9-a70f-4f5a-b382-5f20dbd27345 Content-Length: 323 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/09475b47d2224a18b98d24a11e23a2c7"}, "tags": [], "enabled": true, "id": "09475b47d2224a18b98d24a11e23a2c7", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-b195427a-328e-429-proj"}} 2018-08-12 08:46:49,825 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-63ec35f9-a70f-4f5a-b382-5f20dbd27345 2018-08-12 08:46:49,825 - keystone_utils - INFO - Created project with name - CreateStackFloatingIpTests-b195427a-328e-429-proj 2018-08-12 08:46:49,825 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:46:49,826 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:46:50,219 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:46:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["HeFdG7kKS5OrV0nGmPpfUw"], "issued_at": "2018-08-12T08:46:50.000000Z"}} 2018-08-12 08:46:50,220 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}e46d7acc4eb55359c9588cfc0768b0d39c80e723" 2018-08-12 08:46:50,311 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:46:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-23836d32-2a6a-48bf-84e9-e73afe9a6449 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:46:50,311 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-23836d32-2a6a-48bf-84e9-e73afe9a6449 2018-08-12 08:46:50,315 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:46:50,320 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:46:50 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:46:50,321 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e46d7acc4eb55359c9588cfc0768b0d39c80e723" 2018-08-12 08:46:50,432 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:46:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6bea81c7-4a1e-444f-ab3a-2d684f9a663c Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/105a247548624314b9228f85f6325f0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105a247548624314b9228f85f6325f0b", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/1c5de0eaa44543f08da6ad63a51594ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c5de0eaa44543f08da6ad63a51594ff", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/1d127b5b832547a88a547c116dfdd65b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d127b5b832547a88a547c116dfdd65b", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/1d5cfc170d624ce4ae53ae0507c8d517"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d5cfc170d624ce4ae53ae0507c8d517", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/2421820b75eb4d3ebd02830378d1377b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2421820b75eb4d3ebd02830378d1377b", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/40bd8ee54ecf44868cc83cede652c396"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40bd8ee54ecf44868cc83cede652c396", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/4f32fb8153854c4c9f5094b42b523f80"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f32fb8153854c4c9f5094b42b523f80", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7066130d08fb4db7bf4ab468de53933b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7066130d08fb4db7bf4ab468de53933b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/8d0898a83bcf4521bbc11501d5d7ac89"}, "domain_id": "1eec97585bde483292ece28ee11f4b8d", "enabled": true, "options": {}, "id": "8d0898a83bcf4521bbc11501d5d7ac89", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/9defcced327d476f8a3beab718a13da3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9defcced327d476f8a3beab718a13da3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/b80ee4f6992446e0879624dd436e99a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b80ee4f6992446e0879624dd436e99a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b86fd3e011324d398fcdb6f095a20a9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b86fd3e011324d398fcdb6f095a20a9d", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1701d2754064b5cadf765ea0806f9b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1701d2754064b5cadf765ea0806f9b2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/db4e7b8d76d549faa502716565c733dd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db4e7b8d76d549faa502716565c733dd", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-12 08:46:50,432 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-6bea81c7-4a1e-444f-ab3a-2d684f9a663c 2018-08-12 08:46:50,438 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateStackFloatingIpTests-b195427a-328e-429-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e46d7acc4eb55359c9588cfc0768b0d39c80e723" 2018-08-12 08:46:50,525 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:46:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dad24589-b004-4185-8e06-e907f0a7d70d Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateStackFloatingIpTests-b195427a-328e-429-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/09475b47d2224a18b98d24a11e23a2c7"}, "tags": [], "enabled": true, "id": "09475b47d2224a18b98d24a11e23a2c7", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-b195427a-328e-429-proj"}]} 2018-08-12 08:46:50,525 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateStackFloatingIpTests-b195427a-328e-429-proj used request id req-dad24589-b004-4185-8e06-e907f0a7d70d 2018-08-12 08:46:50,529 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e46d7acc4eb55359c9588cfc0768b0d39c80e723" 2018-08-12 08:46:50,627 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:46:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-132f178c-777e-4191-821e-a50dd20ff2fa Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:46:50,627 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-132f178c-777e-4191-821e-a50dd20ff2fa 2018-08-12 08:46:51,030 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e46d7acc4eb55359c9588cfc0768b0d39c80e723" 2018-08-12 08:46:51,119 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:46:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9eab092e-c7c4-457f-b95a-fe05c0263eb6 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:46:51,119 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-9eab092e-c7c4-457f-b95a-fe05c0263eb6 2018-08-12 08:46:51,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateStackFloatingIpTests-b195427a-328e-429-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e46d7acc4eb55359c9588cfc0768b0d39c80e723" 2018-08-12 08:46:51,219 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:46:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f0d63436-7379-4c8d-b371-52e6b4de6be3 Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateStackFloatingIpTests-b195427a-328e-429-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/09475b47d2224a18b98d24a11e23a2c7"}, "tags": [], "enabled": true, "id": "09475b47d2224a18b98d24a11e23a2c7", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-b195427a-328e-429-proj"}]} 2018-08-12 08:46:51,219 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateStackFloatingIpTests-b195427a-328e-429-proj used request id req-f0d63436-7379-4c8d-b371-52e6b4de6be3 2018-08-12 08:46:51,223 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users/17269338a98243ca8f7d9e5eaed9dfb2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e46d7acc4eb55359c9588cfc0768b0d39c80e723" 2018-08-12 08:46:51,331 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:46:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e909ebab-b352-41cf-a8ae-aa5cfc591058 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackFloatingIpTests-b195427a-328e-429-user", "links": {"self": "http://172.30.9.21:5000/v3/users/17269338a98243ca8f7d9e5eaed9dfb2"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "09475b47d2224a18b98d24a11e23a2c7", "id": "17269338a98243ca8f7d9e5eaed9dfb2", "password_expires_at": null}} 2018-08-12 08:46:51,331 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/17269338a98243ca8f7d9e5eaed9dfb2 used request id req-e909ebab-b352-41cf-a8ae-aa5cfc591058 2018-08-12 08:46:51,335 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/09475b47d2224a18b98d24a11e23a2c7/users/17269338a98243ca8f7d9e5eaed9dfb2/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e46d7acc4eb55359c9588cfc0768b0d39c80e723" 2018-08-12 08:46:51,437 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:46:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5c90e9d5-6b3a-4e34-ad5b-8610c29674bc Content-Encoding: gzip Content-Length: 164 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects/09475b47d2224a18b98d24a11e23a2c7/users/17269338a98243ca8f7d9e5eaed9dfb2/roles", "previous": null, "next": null}, "roles": []} 2018-08-12 08:46:51,437 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/09475b47d2224a18b98d24a11e23a2c7/users/17269338a98243ca8f7d9e5eaed9dfb2/roles used request id req-5c90e9d5-6b3a-4e34-ad5b-8610c29674bc 2018-08-12 08:46:51,441 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e46d7acc4eb55359c9588cfc0768b0d39c80e723" 2018-08-12 08:46:51,534 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:46:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f326b802-dab7-46b8-8db1-b36f503ec7a8 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}} 2018-08-12 08:46:51,535 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c used request id req-f326b802-dab7-46b8-8db1-b36f503ec7a8 2018-08-12 08:46:51,535 - keystone_utils - INFO - Granting role admin to project CreateStackFloatingIpTests-b195427a-328e-429-proj 2018-08-12 08:46:51,538 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/09475b47d2224a18b98d24a11e23a2c7/users/17269338a98243ca8f7d9e5eaed9dfb2/roles/8dbf9ffab0974542864a297567a51a1c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e46d7acc4eb55359c9588cfc0768b0d39c80e723" 2018-08-12 08:46:51,686 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:46:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d76c08ee-d3fb-4625-964d-dc23ffd6a8d5 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 08:46:51,686 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/09475b47d2224a18b98d24a11e23a2c7/users/17269338a98243ca8f7d9e5eaed9dfb2/roles/8dbf9ffab0974542864a297567a51a1c used request id req-d76c08ee-d3fb-4625-964d-dc23ffd6a8d5 2018-08-12 08:46:51,690 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e46d7acc4eb55359c9588cfc0768b0d39c80e723" 2018-08-12 08:46:51,773 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:46:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-210d2b5a-1ae6-41ba-a2d2-f18b75990bf6 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:46:51,773 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-210d2b5a-1ae6-41ba-a2d2-f18b75990bf6 2018-08-12 08:46:51,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateStackFloatingIpTests-b195427a-328e-429-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e46d7acc4eb55359c9588cfc0768b0d39c80e723" 2018-08-12 08:46:51,871 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:46:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-185f5a6a-d220-42d4-af2e-254c562fb3ae Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateStackFloatingIpTests-b195427a-328e-429-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/09475b47d2224a18b98d24a11e23a2c7"}, "tags": [], "enabled": true, "id": "09475b47d2224a18b98d24a11e23a2c7", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-b195427a-328e-429-proj"}]} 2018-08-12 08:46:51,871 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateStackFloatingIpTests-b195427a-328e-429-proj used request id req-185f5a6a-d220-42d4-af2e-254c562fb3ae 2018-08-12 08:46:51,872 - keystone_utils - INFO - Created user with name - CreateStackFloatingIpTests-b195427a-328e-429-user 2018-08-12 08:46:51,872 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:46:51,876 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01ceaaa4c4da9c3ec3d2cc572208b9e69f304edf" 2018-08-12 08:46:52,047 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:46:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dab15f91-197a-42d0-a3e8-da537470564b Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:46:52,047 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-dab15f91-197a-42d0-a3e8-da537470564b 2018-08-12 08:46:52,051 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01ceaaa4c4da9c3ec3d2cc572208b9e69f304edf" -d '{"role": {"name": "CreateStackFloatingIpTests-b195427a-328e-429-proj-role"}}' 2018-08-12 08:46:52,172 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:46:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a6c7d3a8-0552-4d2c-81f2-0c83cc743adc Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "8cc298a9e9be4bf39c7cd70ab5bf3d52", "links": {"self": "http://172.30.9.21:5000/v3/roles/8cc298a9e9be4bf39c7cd70ab5bf3d52"}, "name": "CreateStackFloatingIpTests-b195427a-328e-429-proj-role"}} 2018-08-12 08:46:52,172 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-a6c7d3a8-0552-4d2c-81f2-0c83cc743adc 2018-08-12 08:46:52,172 - keystone_utils - INFO - Created role with name - CreateStackFloatingIpTests-b195427a-328e-429-proj-role 2018-08-12 08:46:52,173 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/8cc298a9e9be4bf39c7cd70ab5bf3d52 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01ceaaa4c4da9c3ec3d2cc572208b9e69f304edf" 2018-08-12 08:46:52,260 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:46:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d3411b9a-d070-428b-84b6-14876184b3e2 Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "8cc298a9e9be4bf39c7cd70ab5bf3d52", "links": {"self": "http://172.30.9.21:5000/v3/roles/8cc298a9e9be4bf39c7cd70ab5bf3d52"}, "name": "CreateStackFloatingIpTests-b195427a-328e-429-proj-role"}} 2018-08-12 08:46:52,260 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/8cc298a9e9be4bf39c7cd70ab5bf3d52 used request id req-d3411b9a-d070-428b-84b6-14876184b3e2 2018-08-12 08:46:52,260 - keystone_utils - INFO - Granting role CreateStackFloatingIpTests-b195427a-328e-429-proj-role to project CreateStackFloatingIpTests-b195427a-328e-429-proj 2018-08-12 08:46:52,264 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/09475b47d2224a18b98d24a11e23a2c7/users/17269338a98243ca8f7d9e5eaed9dfb2/roles/8cc298a9e9be4bf39c7cd70ab5bf3d52 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01ceaaa4c4da9c3ec3d2cc572208b9e69f304edf" 2018-08-12 08:46:52,397 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:46:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4fa227d8-0635-450a-b825-46b6931ca76c 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 08:46:52,397 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/09475b47d2224a18b98d24a11e23a2c7/users/17269338a98243ca8f7d9e5eaed9dfb2/roles/8cc298a9e9be4bf39c7cd70ab5bf3d52 used request id req-4fa227d8-0635-450a-b825-46b6931ca76c 2018-08-12 08:46:52,397 - heat_utils - DEBUG - Retrieving Heat Client 2018-08-12 08:46:52,398 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-08-12 08:46:52,398 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:46:52,399 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:46:52,790 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8cc298a9e9be4bf39c7cd70ab5bf3d52", "name": "CreateStackFloatingIpTests-b195427a-328e-429-proj-role"}, {"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:46:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "09475b47d2224a18b98d24a11e23a2c7", "name": "CreateStackFloatingIpTests-b195427a-328e-429-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/09475b47d2224a18b98d24a11e23a2c7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/09475b47d2224a18b98d24a11e23a2c7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/09475b47d2224a18b98d24a11e23a2c7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_09475b47d2224a18b98d24a11e23a2c7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_09475b47d2224a18b98d24a11e23a2c7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/09475b47d2224a18b98d24a11e23a2c7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/09475b47d2224a18b98d24a11e23a2c7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/09475b47d2224a18b98d24a11e23a2c7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/09475b47d2224a18b98d24a11e23a2c7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/09475b47d2224a18b98d24a11e23a2c7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/09475b47d2224a18b98d24a11e23a2c7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/09475b47d2224a18b98d24a11e23a2c7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/09475b47d2224a18b98d24a11e23a2c7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackFloatingIpTests-b195427a-328e-429-user", "id": "17269338a98243ca8f7d9e5eaed9dfb2"}, "audit_ids": ["m95USmOkQjG2kaAoC2TI5w"], "issued_at": "2018-08-12T08:46:52.000000Z"}} 2018-08-12 08:46:52,791 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}64ef6581df3947e2a4a0b458e61792bde175b991" 2018-08-12 08:46:52,884 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:46:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7dcba768-e63f-448c-8053-c9813fd9d947 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:46:52,884 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-7dcba768-e63f-448c-8053-c9813fd9d947 2018-08-12 08:46:52,888 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}64ef6581df3947e2a4a0b458e61792bde175b991" 2018-08-12 08:46:53,087 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 171 Content-Type: application/json X-Openstack-Request-Id: req-22e447a4-0443-4254-8a43-377508cd2463 Date: Sun, 12 Aug 2018 08:46:53 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-image"} 2018-08-12 08:46:53,087 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-image used request id req-22e447a4-0443-4254-8a43-377508cd2463 2018-08-12 08:46:53,090 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}64ef6581df3947e2a4a0b458e61792bde175b991" 2018-08-12 08:46:53,264 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-bdc96983-b6ff-42c5-b1c9-247928d1805b Date: Sun, 12 Aug 2018 08:46:53 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"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}, "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}, "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"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "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"}, "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"}, "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}, "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}, "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"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "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}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-12 08:46:53,265 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-bdc96983-b6ff-42c5-b1c9-247928d1805b 2018-08-12 08:46:53,293 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}64ef6581df3947e2a4a0b458e61792bde175b991" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-image"}' 2018-08-12 08:46:53,522 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 630 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/59cea4eb-6475-404c-beb0-b5db9530b81a Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-60d1e376-4594-4a11-984f-2872a827e6a9 Date: Sun, 12 Aug 2018 08:46:53 GMT RESP BODY: {"status": "queued", "name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-image", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:46:53Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-08-12T08:46:53Z", "visibility": "shared", "locations": [], "self": "/v2/images/59cea4eb-6475-404c-beb0-b5db9530b81a", "min_disk": 0, "protected": false, "id": "59cea4eb-6475-404c-beb0-b5db9530b81a", "file": "/v2/images/59cea4eb-6475-404c-beb0-b5db9530b81a/file", "checksum": null, "owner": "09475b47d2224a18b98d24a11e23a2c7", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-12 08:46:53,522 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-60d1e376-4594-4a11-984f-2872a827e6a9 2018-08-12 08:46:53,533 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/59cea4eb-6475-404c-beb0-b5db9530b81a/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}64ef6581df3947e2a4a0b458e61792bde175b991" -d '' 2018-08-12 08:46:54,959 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-80a5081f-01fa-4bc1-9396-68ecd144a06f Date: Sun, 12 Aug 2018 08:46:54 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-12 08:46:54,959 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/59cea4eb-6475-404c-beb0-b5db9530b81a/file used request id req-80a5081f-01fa-4bc1-9396-68ecd144a06f 2018-08-12 08:46:54,960 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-12 08:46:54,963 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/59cea4eb-6475-404c-beb0-b5db9530b81a -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}64ef6581df3947e2a4a0b458e61792bde175b991" 2018-08-12 08:46:55,161 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-813fae73-c757-4a7b-983f-fd4bf4f31985 Date: Sun, 12 Aug 2018 08:46:55 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-image", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:46:53Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-12T08:46:54Z", "visibility": "shared", "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/59cea4eb-6475-404c-beb0-b5db9530b81a/snap", "metadata": {}}], "self": "/v2/images/59cea4eb-6475-404c-beb0-b5db9530b81a", "min_disk": 0, "protected": false, "id": "59cea4eb-6475-404c-beb0-b5db9530b81a", "file": "/v2/images/59cea4eb-6475-404c-beb0-b5db9530b81a/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "09475b47d2224a18b98d24a11e23a2c7", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/59cea4eb-6475-404c-beb0-b5db9530b81a/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-12 08:46:55,161 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/59cea4eb-6475-404c-beb0-b5db9530b81a used request id req-813fae73-c757-4a7b-983f-fd4bf4f31985 2018-08-12 08:46:55,165 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}64ef6581df3947e2a4a0b458e61792bde175b991" 2018-08-12 08:46:55,340 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-4e5f4739-17da-44c8-b31b-ce2bbb522a84 Date: Sun, 12 Aug 2018 08:46:55 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"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}, "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}, "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"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "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"}, "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"}, "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}, "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}, "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"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "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}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-12 08:46:55,340 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-4e5f4739-17da-44c8-b31b-ce2bbb522a84 2018-08-12 08:46:55,343 - create_image - INFO - Created image with name - CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-image 2018-08-12 08:46:55,346 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/59cea4eb-6475-404c-beb0-b5db9530b81a -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}64ef6581df3947e2a4a0b458e61792bde175b991" 2018-08-12 08:46:55,363 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-1d4514af-a561-462b-a3d8-e23080e1e729 Date: Sun, 12 Aug 2018 08:46:55 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-image", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:46:53Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-12T08:46:54Z", "visibility": "shared", "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/59cea4eb-6475-404c-beb0-b5db9530b81a/snap", "metadata": {}}], "self": "/v2/images/59cea4eb-6475-404c-beb0-b5db9530b81a", "min_disk": 0, "protected": false, "id": "59cea4eb-6475-404c-beb0-b5db9530b81a", "file": "/v2/images/59cea4eb-6475-404c-beb0-b5db9530b81a/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "09475b47d2224a18b98d24a11e23a2c7", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/59cea4eb-6475-404c-beb0-b5db9530b81a/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-12 08:46:55,363 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/59cea4eb-6475-404c-beb0-b5db9530b81a used request id req-1d4514af-a561-462b-a3d8-e23080e1e729 2018-08-12 08:46:55,363 - create_image - DEBUG - Instance status is - active 2018-08-12 08:46:55,364 - create_image - DEBUG - Image is active with name - CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-image 2018-08-12 08:46:55,364 - create_image - INFO - Image is now active with name - CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-image 2018-08-12 08:46:55,364 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:46:55,365 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:46:55,782 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8cc298a9e9be4bf39c7cd70ab5bf3d52", "name": "CreateStackFloatingIpTests-b195427a-328e-429-proj-role"}, {"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:46:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "09475b47d2224a18b98d24a11e23a2c7", "name": "CreateStackFloatingIpTests-b195427a-328e-429-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/09475b47d2224a18b98d24a11e23a2c7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/09475b47d2224a18b98d24a11e23a2c7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/09475b47d2224a18b98d24a11e23a2c7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_09475b47d2224a18b98d24a11e23a2c7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_09475b47d2224a18b98d24a11e23a2c7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/09475b47d2224a18b98d24a11e23a2c7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/09475b47d2224a18b98d24a11e23a2c7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/09475b47d2224a18b98d24a11e23a2c7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/09475b47d2224a18b98d24a11e23a2c7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/09475b47d2224a18b98d24a11e23a2c7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/09475b47d2224a18b98d24a11e23a2c7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/09475b47d2224a18b98d24a11e23a2c7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/09475b47d2224a18b98d24a11e23a2c7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackFloatingIpTests-b195427a-328e-429-user", "id": "17269338a98243ca8f7d9e5eaed9dfb2"}, "audit_ids": ["1E8p19L-RoSCpnSXxG2_xQ"], "issued_at": "2018-08-12T08:46:55.000000Z"}} 2018-08-12 08:46:55,782 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}8301ef65d692f3a7aa405410a9a85366357eddd5" 2018-08-12 08:46:55,868 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:46:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-38e394cc-2655-4d7a-a94a-28bc73f191cc Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:46:55,868 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-38e394cc-2655-4d7a-a94a-28bc73f191cc 2018-08-12 08:46:55,869 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:46:55,869 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:46:55,869 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:46:55,869 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:46:55,870 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:46:55,871 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-12 08:46:55,874 - heat_utils - DEBUG - Retrieving Heat Client 2018-08-12 08:46:55,877 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks?stack_name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8301ef65d692f3a7aa405410a9a85366357eddd5" 2018-08-12 08:46:56,116 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:46:55 GMT Server: Apache x-openstack-request-id: req-6e18acb9-f75c-4456-bc6e-d413cd9498aa Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-08-12 08:46:56,116 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks?stack_name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack used request id req-6e18acb9-f75c-4456-bc6e-d413cd9498aa 2018-08-12 08:46:56,185 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8301ef65d692f3a7aa405410a9a85366357eddd5" -d '{"stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack", "template": {"outputs": {"private_key": {"description": "SSH Private Key", "value": {"get_attr": ["keypair", "private_key"]}}}, "heat_template_version": "2015-04-30", "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": {"default": "m1.med", "type": "string", "description": "Flavor name for the second instance", "label": "Instance Flavor for second VM"}, "image2_name": {"default": "image_2", "type": "string", "description": "Image name to be used for second instance", "label": "Image ID for second VM"}, "keypair_name": {"default": "keypair_name", "type": "string", "description": "The name of the stack's keypair", "label": "Keypair name"}, "security_group_name": {"default": "security_group_name", "type": "string", "description": "The name of the stack's security group", "label": "Security Group name"}, "subnet_name": {"default": "test_subnet", "type": "string", "description": "The name of the stack's subnet", "label": "Test subnet name"}, "net_name": {"default": "test_net", "type": "string", "description": "The name of the stack's network", "label": "Test network name"}, "external_net_name": {"default": "external", "type": "string", "description": "Name of the external network which management network will connect to"}, "inst2_name": {"default": "test_vm2", "type": "string", "description": "The name of the second VM to be spawned", "label": "Second VM name"}, "inst1_name": {"default": "test_vm1", "type": "string", "description": "The name of the first VM to be spawned", "label": "First VM name"}, "router_name": {"default": "mgmt_router", "type": "string", "description": "The name of the stack's router", "label": "Test router name"}, "flavor1_name": {"default": "m1.small", "type": "string", "description": "Flavor name for the first instance", "label": "Instance Flavor for first VM"}, "image1_name": {"default": "image_1", "type": "string", "description": "Image name to be used for first instance", "label": "Image ID for first VM"}}, "resources": {"flavor2": {"type": "OS::Nova::Flavor", "properties": {"vcpus": 2, "disk": 2, "ram": 1024}}, "flavor1": {"type": "OS::Nova::Flavor", "properties": {"vcpus": 2, "disk": 2, "ram": 1024}}, "network": {"type": "OS::Neutron::Net", "properties": {"name": {"get_param": "net_name"}}}, "subnet": {"type": "OS::Neutron::Subnet", "properties": {"ip_version": 4, "cidr": "10.1.2.0/24", "name": {"get_param": "subnet_name"}, "network": {"get_resource": "network"}}}, "server_security_group": {"type": "OS::Neutron::SecurityGroup", "properties": {"rules": [{"remote_ip_prefix": "0.0.0.0/0", "port_range_max": 22, "port_range_min": 22, "protocol": "tcp"}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "icmp"}], "description": "Add security group rules for server", "name": {"get_param": "security_group_name"}}}, "floating_ip": {"type": "OS::Neutron::FloatingIP", "properties": {"floating_network": {"get_param": "external_net_name"}}}, "floating_ip_association": {"type": "OS::Neutron::FloatingIPAssociation", "properties": {"floatingip_id": {"get_resource": "floating_ip"}, "port_id": {"get_resource": "port1"}}}, "management_router": {"type": "OS::Neutron::Router", "properties": {"external_gateway_info": {"network": {"get_param": "external_net_name"}}, "name": {"get_param": "router_name"}}}, "keypair": {"type": "OS::Nova::KeyPair", "properties": {"name": {"get_param": "keypair_name"}, "save_private_key": true}}, "management_router_interface": {"type": "OS::Neutron::RouterInterface", "properties": {"router": {"get_resource": "management_router"}, "subnet": {"get_resource": "subnet"}}}, "port1": {"type": "OS::Neutron::Port", "properties": {"fixed_ips": [{"subnet_id": {"get_resource": "subnet"}}], "network": {"get_resource": "network"}, "security_groups": [{"get_resource": "server_security_group"}]}}, "vm2": {"depends_on": ["subnet", "keypair", "flavor2"], "type": "OS::Nova::Server", "properties": {"key_name": {"get_resource": "keypair"}, "image": {"get_param": "image2_name"}, "name": {"get_param": "inst2_name"}, "flavor": {"get_resource": "flavor2"}, "networks": [{"network": {"get_resource": "network"}}]}}, "vm1": {"depends_on": ["subnet", "keypair", "flavor1", "port1"], "type": "OS::Nova::Server", "properties": {"key_name": {"get_resource": "keypair"}, "image": {"get_param": "image1_name"}, "name": {"get_param": "inst1_name"}, "flavor": {"get_resource": "flavor1"}, "networks": [{"port": {"get_resource": "port1"}}]}}}}, "parameters": {"flavor2_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-flavor2", "keypair_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-kp", "security_group_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-sec_grp", "external_net_name": "external", "image2_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-image", "flavor1_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-flavor1", "inst1_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-inst1", "subnet_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-subnet", "image1_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-image", "inst2_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-inst2", "net_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-net"}}' 2018-08-12 08:46:59,538 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:46:56 GMT Server: Apache x-openstack-request-id: req-655968f6-e1fb-4e27-acaf-b4dbdd0ff52e Location: http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack/0ac6cf5e-97f3-4469-b452-c37726a282ad Content-Length: 297 Content-Type: application/json RESP BODY: {"stack": {"id": "0ac6cf5e-97f3-4469-b452-c37726a282ad", "links": [{"href": "http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack/0ac6cf5e-97f3-4469-b452-c37726a282ad", "rel": "self"}]}} 2018-08-12 08:46:59,539 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks used request id req-655968f6-e1fb-4e27-acaf-b4dbdd0ff52e 2018-08-12 08:46:59,541 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks/0ac6cf5e-97f3-4469-b452-c37726a282ad -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8301ef65d692f3a7aa405410a9a85366357eddd5" 2018-08-12 08:46:59,738 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:46:59 GMT Server: Apache x-openstack-request-id: req-c10a9e54-b40a-4b45-877a-a2d6707ae9d1 Location: http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack/0ac6cf5e-97f3-4469-b452-c37726a282ad Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack/0ac6cf5e-97f3-4469-b452-c37726a282ad;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:46:59,998 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:46:59 GMT Server: Apache x-openstack-request-id: req-32ba4b82-f948-4c04-a5a8-258ea7edd600 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 719 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-flavor2", "OS::project_id": "09475b47d2224a18b98d24a11e23a2c7", "OS::stack_id": "0ac6cf5e-97f3-4469-b452-c37726a282ad", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-kp", "security_group_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-sec_grp", "subnet_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-subnet", "net_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-inst2", "inst1_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-inst1", "image2_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-image", "flavor1_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-flavor1", "image1_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack", "stack_user_project_id": "214885e4848f489f881a09edc64f9090", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-12T08:46:58Z", "links": [{"href": "http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack/0ac6cf5e-97f3-4469-b452-c37726a282ad", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "0ac6cf5e-97f3-4469-b452-c37726a282ad", "outputs": [{"output_value": null, "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-08-12 08:46:59,998 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack/0ac6cf5e-97f3-4469-b452-c37726a282ad used request id req-32ba4b82-f948-4c04-a5a8-258ea7edd600 2018-08-12 08:46:59,999 - create_stack - INFO - Created stack with name - CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack 2018-08-12 08:47:00,002 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks/0ac6cf5e-97f3-4469-b452-c37726a282ad -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8301ef65d692f3a7aa405410a9a85366357eddd5" 2018-08-12 08:47:00,197 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:46:59 GMT Server: Apache x-openstack-request-id: req-b7c73008-241c-4613-9709-591a19d1e06e Location: http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack/0ac6cf5e-97f3-4469-b452-c37726a282ad Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack/0ac6cf5e-97f3-4469-b452-c37726a282ad;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:47:00,437 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:47:00 GMT Server: Apache x-openstack-request-id: req-be652231-96e3-4adc-89a3-7e81f5282978 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 719 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-flavor2", "OS::project_id": "09475b47d2224a18b98d24a11e23a2c7", "OS::stack_id": "0ac6cf5e-97f3-4469-b452-c37726a282ad", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-kp", "security_group_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-sec_grp", "subnet_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-subnet", "net_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-inst2", "inst1_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-inst1", "image2_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-image", "flavor1_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-flavor1", "image1_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack", "stack_user_project_id": "214885e4848f489f881a09edc64f9090", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-12T08:46:58Z", "links": [{"href": "http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack/0ac6cf5e-97f3-4469-b452-c37726a282ad", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "0ac6cf5e-97f3-4469-b452-c37726a282ad", "outputs": [{"output_value": null, "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-08-12 08:47:00,437 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack/0ac6cf5e-97f3-4469-b452-c37726a282ad used request id req-be652231-96e3-4adc-89a3-7e81f5282978 2018-08-12 08:47:00,437 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-08-12 08:47:00,437 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-08-12 08:47:03,441 - create_stack - DEBUG - Stack status query timeout in 1196.55859017 2018-08-12 08:47:03,444 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks/0ac6cf5e-97f3-4469-b452-c37726a282ad -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8301ef65d692f3a7aa405410a9a85366357eddd5" 2018-08-12 08:47:03,638 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:47:03 GMT Server: Apache x-openstack-request-id: req-411868d5-2778-4690-a0dd-de570a732c35 Location: http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack/0ac6cf5e-97f3-4469-b452-c37726a282ad Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack/0ac6cf5e-97f3-4469-b452-c37726a282ad;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:47:03,886 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:47:03 GMT Server: Apache x-openstack-request-id: req-dd49d281-5318-4b1b-bc00-9febb2604cd4 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 719 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-flavor2", "OS::project_id": "09475b47d2224a18b98d24a11e23a2c7", "OS::stack_id": "0ac6cf5e-97f3-4469-b452-c37726a282ad", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-kp", "security_group_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-sec_grp", "subnet_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-subnet", "net_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-inst2", "inst1_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-inst1", "image2_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-image", "flavor1_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-flavor1", "image1_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack", "stack_user_project_id": "214885e4848f489f881a09edc64f9090", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-12T08:46:58Z", "links": [{"href": "http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack/0ac6cf5e-97f3-4469-b452-c37726a282ad", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "0ac6cf5e-97f3-4469-b452-c37726a282ad", "outputs": [{"output_value": null, "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-08-12 08:47:03,886 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack/0ac6cf5e-97f3-4469-b452-c37726a282ad used request id req-dd49d281-5318-4b1b-bc00-9febb2604cd4 2018-08-12 08:47:03,887 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-08-12 08:47:03,887 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-08-12 08:47:06,890 - create_stack - DEBUG - Stack status query timeout in 1193.10908818 2018-08-12 08:47:06,893 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks/0ac6cf5e-97f3-4469-b452-c37726a282ad -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8301ef65d692f3a7aa405410a9a85366357eddd5" 2018-08-12 08:47:07,101 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:47:06 GMT Server: Apache x-openstack-request-id: req-a98c82e1-d5fd-45a2-b491-211c515db979 Location: http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack/0ac6cf5e-97f3-4469-b452-c37726a282ad Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack/0ac6cf5e-97f3-4469-b452-c37726a282ad;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:47:07,403 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:47:07 GMT Server: Apache x-openstack-request-id: req-3bbf8bcf-6c67-4d6a-a629-db4cbc394733 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2075 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-flavor2", "OS::project_id": "09475b47d2224a18b98d24a11e23a2c7", "OS::stack_id": "0ac6cf5e-97f3-4469-b452-c37726a282ad", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-kp", "security_group_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-sec_grp", "subnet_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-subnet", "net_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-inst2", "inst1_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-inst1", "image2_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-image", "flavor1_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-flavor1", "image1_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack", "stack_user_project_id": "214885e4848f489f881a09edc64f9090", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-12T08:46:58Z", "links": [{"href": "http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack/0ac6cf5e-97f3-4469-b452-c37726a282ad", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "0ac6cf5e-97f3-4469-b452-c37726a282ad", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA1kEvLMWEweOkS+Kz3+NpdpINyQDnqMgLjw/2C9QKGPbUogoh\nuyFvA1WC2gu3bHWze1GE/yElDDfTIxQM+CRj8FBWdsWXW0PzRwGfFeYjGORGhy35\nygyYorwh7RWesmTPyVtz4A7Cnxy0D3JvbNr5S1DBg4/QYD/5hi+Lq6o2qqdLS8pX\naMOfXmdZ3TMphivWOispc3KOo+cczpnrCDsMdqTWeVJcDHiDHGDndQfd9snHc+to\nRr2bhpNOY+KXvB5M8N8ZaIabSB3aICU9NGiGHoQHV53FJmaoRfZYp9rna9eWSCjN\nlwQE8twbTMMkVc7Osw/uBNg5kS/b2w+zKFZ4lwIDAQABAoIBAQC9L6/FO9//CNCR\nhWvJXVhJr6vmehsUqRezyqc7SI9l/cZCEuo3/8yzx/UULlZXuhKy6IekdJLvF/gi\nuFi/X/qzP20p0U3V88lEQMVFpAIHv8IbKViwtbCtuavHWljYMzZbGZrXFJF7x++i\n2CxVlYGdpIBLeFjKNJNTjnYpLdK5mgK+dpGOI5WM+g1MHNO7CsYo/8KdrUyKEneK\nPQCrjIqOQ06UyJnA+Gxh1iiBIlMw/ohS4sn1JqlIMuWcEorq74SuMMruK+yfCPcC\nSq/d/Keh8bFzY4LvxoQWN72PLVdCP9QWnLfN5z2ZPHvPAJSenKkPx4+RykflN3vU\nCdFxijZxAoGBAPs/ctfqETsDZWSrM6HggtAy2JAX6FYEzXgGf+n5rZ6WGgZfgEDY\nM3KMbw5NnNOLQYSJjdZ8HfB0LBwjbupYtERXVgQ6owtvIyXqNF8N1woqwME3TCjS\npZcysC3V2392j8NWjavh4G4sHSmGE4Lv0z6DKJG9zt2BVUbcdgNcu7x/AoGBANpO\nnPXQk3icCf6eA17TM2zY4vQJ70t7nM+ERzPMtTmg8AsFVnoPlSI2R/OIHk8IEtOB\nSpDL4boJxYH/3Sq60B97GQX3TNBCEFBegiKkIXU792OH4TfyH6gb4Q3GKz5t8Fwf\nlnDMNFXPmzoCjAeOVK1pwnpSgPC5tlQycbl6N5fpAoGBAPJTrgbGQbwzeFXyMiiN\njF4WzH2eMX7Vvv9m9XTMVkLA73T6I49nd6eh/3NCNGJsy9JzgZQ/vfivc+Pn4RCy\nYZwQyGvnyl464SGulLihdqjdt3AkT5aIJSKBxx9ORxjXV63GC3qer4JTlgT4xlTh\nz1NZ2YVIFv/ZwFBKTqDLjl8tAoGAFoEsJRsPWMudLCZV6pyTHJFvNAEiLgHcNHhK\nbsiXlg1FMZ2nQIYCtbgqyqwpk7QdXLhjW3HpHyiKt9AMmK8RbW1fMwI/ZOiqjd5w\nQ+nvmQpJgnUrfnzzTn0xQh4/rvveX2DSPWaPrpjsQ5qnnM/LYuUYK0v+BtLePOfG\nWXyD5qECgYA2YfcwusaDgNzikzlAWoVdnhIlouX0FjtBIqEkziPmzxIdkfL46Fzc\n/p+dDgNEsSAc4ZJR88dEYXbtjZOnj0/RSIX5xhHMbeRpbYnOnI3vFUVBqccGliUC\n8uDkNf4Rfv+YRMGx+J37GGm+b2XPBVNnMNXibDbsZAHe2j6C4ApLtA==\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-08-12 08:47:07,403 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack/0ac6cf5e-97f3-4469-b452-c37726a282ad used request id req-3bbf8bcf-6c67-4d6a-a629-db4cbc394733 2018-08-12 08:47:07,404 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-08-12 08:47:07,404 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-08-12 08:47:10,407 - create_stack - DEBUG - Stack status query timeout in 1189.59186411 2018-08-12 08:47:10,410 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks/0ac6cf5e-97f3-4469-b452-c37726a282ad -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8301ef65d692f3a7aa405410a9a85366357eddd5" 2018-08-12 08:47:10,594 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:47:10 GMT Server: Apache x-openstack-request-id: req-67f101a1-9eb2-42e4-b656-0e0289bab64b Location: http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack/0ac6cf5e-97f3-4469-b452-c37726a282ad Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack/0ac6cf5e-97f3-4469-b452-c37726a282ad;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:47:10,927 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:47:10 GMT Server: Apache x-openstack-request-id: req-dbd55c7d-a0e3-43ab-a7b4-6dbf35ff4dcc Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2075 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-flavor2", "OS::project_id": "09475b47d2224a18b98d24a11e23a2c7", "OS::stack_id": "0ac6cf5e-97f3-4469-b452-c37726a282ad", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-kp", "security_group_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-sec_grp", "subnet_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-subnet", "net_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-inst2", "inst1_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-inst1", "image2_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-image", "flavor1_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-flavor1", "image1_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack", "stack_user_project_id": "214885e4848f489f881a09edc64f9090", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-12T08:46:58Z", "links": [{"href": "http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack/0ac6cf5e-97f3-4469-b452-c37726a282ad", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "0ac6cf5e-97f3-4469-b452-c37726a282ad", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA1kEvLMWEweOkS+Kz3+NpdpINyQDnqMgLjw/2C9QKGPbUogoh\nuyFvA1WC2gu3bHWze1GE/yElDDfTIxQM+CRj8FBWdsWXW0PzRwGfFeYjGORGhy35\nygyYorwh7RWesmTPyVtz4A7Cnxy0D3JvbNr5S1DBg4/QYD/5hi+Lq6o2qqdLS8pX\naMOfXmdZ3TMphivWOispc3KOo+cczpnrCDsMdqTWeVJcDHiDHGDndQfd9snHc+to\nRr2bhpNOY+KXvB5M8N8ZaIabSB3aICU9NGiGHoQHV53FJmaoRfZYp9rna9eWSCjN\nlwQE8twbTMMkVc7Osw/uBNg5kS/b2w+zKFZ4lwIDAQABAoIBAQC9L6/FO9//CNCR\nhWvJXVhJr6vmehsUqRezyqc7SI9l/cZCEuo3/8yzx/UULlZXuhKy6IekdJLvF/gi\nuFi/X/qzP20p0U3V88lEQMVFpAIHv8IbKViwtbCtuavHWljYMzZbGZrXFJF7x++i\n2CxVlYGdpIBLeFjKNJNTjnYpLdK5mgK+dpGOI5WM+g1MHNO7CsYo/8KdrUyKEneK\nPQCrjIqOQ06UyJnA+Gxh1iiBIlMw/ohS4sn1JqlIMuWcEorq74SuMMruK+yfCPcC\nSq/d/Keh8bFzY4LvxoQWN72PLVdCP9QWnLfN5z2ZPHvPAJSenKkPx4+RykflN3vU\nCdFxijZxAoGBAPs/ctfqETsDZWSrM6HggtAy2JAX6FYEzXgGf+n5rZ6WGgZfgEDY\nM3KMbw5NnNOLQYSJjdZ8HfB0LBwjbupYtERXVgQ6owtvIyXqNF8N1woqwME3TCjS\npZcysC3V2392j8NWjavh4G4sHSmGE4Lv0z6DKJG9zt2BVUbcdgNcu7x/AoGBANpO\nnPXQk3icCf6eA17TM2zY4vQJ70t7nM+ERzPMtTmg8AsFVnoPlSI2R/OIHk8IEtOB\nSpDL4boJxYH/3Sq60B97GQX3TNBCEFBegiKkIXU792OH4TfyH6gb4Q3GKz5t8Fwf\nlnDMNFXPmzoCjAeOVK1pwnpSgPC5tlQycbl6N5fpAoGBAPJTrgbGQbwzeFXyMiiN\njF4WzH2eMX7Vvv9m9XTMVkLA73T6I49nd6eh/3NCNGJsy9JzgZQ/vfivc+Pn4RCy\nYZwQyGvnyl464SGulLihdqjdt3AkT5aIJSKBxx9ORxjXV63GC3qer4JTlgT4xlTh\nz1NZ2YVIFv/ZwFBKTqDLjl8tAoGAFoEsJRsPWMudLCZV6pyTHJFvNAEiLgHcNHhK\nbsiXlg1FMZ2nQIYCtbgqyqwpk7QdXLhjW3HpHyiKt9AMmK8RbW1fMwI/ZOiqjd5w\nQ+nvmQpJgnUrfnzzTn0xQh4/rvveX2DSPWaPrpjsQ5qnnM/LYuUYK0v+BtLePOfG\nWXyD5qECgYA2YfcwusaDgNzikzlAWoVdnhIlouX0FjtBIqEkziPmzxIdkfL46Fzc\n/p+dDgNEsSAc4ZJR88dEYXbtjZOnj0/RSIX5xhHMbeRpbYnOnI3vFUVBqccGliUC\n8uDkNf4Rfv+YRMGx+J37GGm+b2XPBVNnMNXibDbsZAHe2j6C4ApLtA==\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-08-12 08:47:10,928 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack/0ac6cf5e-97f3-4469-b452-c37726a282ad used request id req-dbd55c7d-a0e3-43ab-a7b4-6dbf35ff4dcc 2018-08-12 08:47:10,928 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-08-12 08:47:10,928 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-08-12 08:47:13,932 - create_stack - DEBUG - Stack status query timeout in 1186.06767201 2018-08-12 08:47:13,934 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks/0ac6cf5e-97f3-4469-b452-c37726a282ad -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8301ef65d692f3a7aa405410a9a85366357eddd5" 2018-08-12 08:47:14,138 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:47:13 GMT Server: Apache x-openstack-request-id: req-c0a38a3e-02ca-4459-a88b-34fc944dcd89 Location: http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack/0ac6cf5e-97f3-4469-b452-c37726a282ad Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack/0ac6cf5e-97f3-4469-b452-c37726a282ad;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:47:14,430 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:47:14 GMT Server: Apache x-openstack-request-id: req-59e1ca20-b779-4629-883f-3cd96c3e185a Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2075 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-flavor2", "OS::project_id": "09475b47d2224a18b98d24a11e23a2c7", "OS::stack_id": "0ac6cf5e-97f3-4469-b452-c37726a282ad", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-kp", "security_group_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-sec_grp", "subnet_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-subnet", "net_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-inst2", "inst1_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-inst1", "image2_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-image", "flavor1_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-flavor1", "image1_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack", "stack_user_project_id": "214885e4848f489f881a09edc64f9090", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-12T08:46:58Z", "links": [{"href": "http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack/0ac6cf5e-97f3-4469-b452-c37726a282ad", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "0ac6cf5e-97f3-4469-b452-c37726a282ad", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA1kEvLMWEweOkS+Kz3+NpdpINyQDnqMgLjw/2C9QKGPbUogoh\nuyFvA1WC2gu3bHWze1GE/yElDDfTIxQM+CRj8FBWdsWXW0PzRwGfFeYjGORGhy35\nygyYorwh7RWesmTPyVtz4A7Cnxy0D3JvbNr5S1DBg4/QYD/5hi+Lq6o2qqdLS8pX\naMOfXmdZ3TMphivWOispc3KOo+cczpnrCDsMdqTWeVJcDHiDHGDndQfd9snHc+to\nRr2bhpNOY+KXvB5M8N8ZaIabSB3aICU9NGiGHoQHV53FJmaoRfZYp9rna9eWSCjN\nlwQE8twbTMMkVc7Osw/uBNg5kS/b2w+zKFZ4lwIDAQABAoIBAQC9L6/FO9//CNCR\nhWvJXVhJr6vmehsUqRezyqc7SI9l/cZCEuo3/8yzx/UULlZXuhKy6IekdJLvF/gi\nuFi/X/qzP20p0U3V88lEQMVFpAIHv8IbKViwtbCtuavHWljYMzZbGZrXFJF7x++i\n2CxVlYGdpIBLeFjKNJNTjnYpLdK5mgK+dpGOI5WM+g1MHNO7CsYo/8KdrUyKEneK\nPQCrjIqOQ06UyJnA+Gxh1iiBIlMw/ohS4sn1JqlIMuWcEorq74SuMMruK+yfCPcC\nSq/d/Keh8bFzY4LvxoQWN72PLVdCP9QWnLfN5z2ZPHvPAJSenKkPx4+RykflN3vU\nCdFxijZxAoGBAPs/ctfqETsDZWSrM6HggtAy2JAX6FYEzXgGf+n5rZ6WGgZfgEDY\nM3KMbw5NnNOLQYSJjdZ8HfB0LBwjbupYtERXVgQ6owtvIyXqNF8N1woqwME3TCjS\npZcysC3V2392j8NWjavh4G4sHSmGE4Lv0z6DKJG9zt2BVUbcdgNcu7x/AoGBANpO\nnPXQk3icCf6eA17TM2zY4vQJ70t7nM+ERzPMtTmg8AsFVnoPlSI2R/OIHk8IEtOB\nSpDL4boJxYH/3Sq60B97GQX3TNBCEFBegiKkIXU792OH4TfyH6gb4Q3GKz5t8Fwf\nlnDMNFXPmzoCjAeOVK1pwnpSgPC5tlQycbl6N5fpAoGBAPJTrgbGQbwzeFXyMiiN\njF4WzH2eMX7Vvv9m9XTMVkLA73T6I49nd6eh/3NCNGJsy9JzgZQ/vfivc+Pn4RCy\nYZwQyGvnyl464SGulLihdqjdt3AkT5aIJSKBxx9ORxjXV63GC3qer4JTlgT4xlTh\nz1NZ2YVIFv/ZwFBKTqDLjl8tAoGAFoEsJRsPWMudLCZV6pyTHJFvNAEiLgHcNHhK\nbsiXlg1FMZ2nQIYCtbgqyqwpk7QdXLhjW3HpHyiKt9AMmK8RbW1fMwI/ZOiqjd5w\nQ+nvmQpJgnUrfnzzTn0xQh4/rvveX2DSPWaPrpjsQ5qnnM/LYuUYK0v+BtLePOfG\nWXyD5qECgYA2YfcwusaDgNzikzlAWoVdnhIlouX0FjtBIqEkziPmzxIdkfL46Fzc\n/p+dDgNEsSAc4ZJR88dEYXbtjZOnj0/RSIX5xhHMbeRpbYnOnI3vFUVBqccGliUC\n8uDkNf4Rfv+YRMGx+J37GGm+b2XPBVNnMNXibDbsZAHe2j6C4ApLtA==\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-08-12 08:47:14,430 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack/0ac6cf5e-97f3-4469-b452-c37726a282ad used request id req-59e1ca20-b779-4629-883f-3cd96c3e185a 2018-08-12 08:47:14,431 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-08-12 08:47:14,431 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-08-12 08:47:17,434 - create_stack - DEBUG - Stack status query timeout in 1182.564852 2018-08-12 08:47:17,437 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks/0ac6cf5e-97f3-4469-b452-c37726a282ad -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8301ef65d692f3a7aa405410a9a85366357eddd5" 2018-08-12 08:47:17,645 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:47:17 GMT Server: Apache x-openstack-request-id: req-ab069a30-8e4a-45d0-bd06-cf8523bb3500 Location: http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack/0ac6cf5e-97f3-4469-b452-c37726a282ad Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack/0ac6cf5e-97f3-4469-b452-c37726a282ad;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:47:18,024 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:47:17 GMT Server: Apache x-openstack-request-id: req-c1d8a29c-6791-4494-a0bc-48f6dc8a2e0c Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2075 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-flavor2", "OS::project_id": "09475b47d2224a18b98d24a11e23a2c7", "OS::stack_id": "0ac6cf5e-97f3-4469-b452-c37726a282ad", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-kp", "security_group_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-sec_grp", "subnet_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-subnet", "net_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-inst2", "inst1_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-inst1", "image2_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-image", "flavor1_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-flavor1", "image1_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack", "stack_user_project_id": "214885e4848f489f881a09edc64f9090", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-12T08:46:58Z", "links": [{"href": "http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack/0ac6cf5e-97f3-4469-b452-c37726a282ad", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "0ac6cf5e-97f3-4469-b452-c37726a282ad", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA1kEvLMWEweOkS+Kz3+NpdpINyQDnqMgLjw/2C9QKGPbUogoh\nuyFvA1WC2gu3bHWze1GE/yElDDfTIxQM+CRj8FBWdsWXW0PzRwGfFeYjGORGhy35\nygyYorwh7RWesmTPyVtz4A7Cnxy0D3JvbNr5S1DBg4/QYD/5hi+Lq6o2qqdLS8pX\naMOfXmdZ3TMphivWOispc3KOo+cczpnrCDsMdqTWeVJcDHiDHGDndQfd9snHc+to\nRr2bhpNOY+KXvB5M8N8ZaIabSB3aICU9NGiGHoQHV53FJmaoRfZYp9rna9eWSCjN\nlwQE8twbTMMkVc7Osw/uBNg5kS/b2w+zKFZ4lwIDAQABAoIBAQC9L6/FO9//CNCR\nhWvJXVhJr6vmehsUqRezyqc7SI9l/cZCEuo3/8yzx/UULlZXuhKy6IekdJLvF/gi\nuFi/X/qzP20p0U3V88lEQMVFpAIHv8IbKViwtbCtuavHWljYMzZbGZrXFJF7x++i\n2CxVlYGdpIBLeFjKNJNTjnYpLdK5mgK+dpGOI5WM+g1MHNO7CsYo/8KdrUyKEneK\nPQCrjIqOQ06UyJnA+Gxh1iiBIlMw/ohS4sn1JqlIMuWcEorq74SuMMruK+yfCPcC\nSq/d/Keh8bFzY4LvxoQWN72PLVdCP9QWnLfN5z2ZPHvPAJSenKkPx4+RykflN3vU\nCdFxijZxAoGBAPs/ctfqETsDZWSrM6HggtAy2JAX6FYEzXgGf+n5rZ6WGgZfgEDY\nM3KMbw5NnNOLQYSJjdZ8HfB0LBwjbupYtERXVgQ6owtvIyXqNF8N1woqwME3TCjS\npZcysC3V2392j8NWjavh4G4sHSmGE4Lv0z6DKJG9zt2BVUbcdgNcu7x/AoGBANpO\nnPXQk3icCf6eA17TM2zY4vQJ70t7nM+ERzPMtTmg8AsFVnoPlSI2R/OIHk8IEtOB\nSpDL4boJxYH/3Sq60B97GQX3TNBCEFBegiKkIXU792OH4TfyH6gb4Q3GKz5t8Fwf\nlnDMNFXPmzoCjAeOVK1pwnpSgPC5tlQycbl6N5fpAoGBAPJTrgbGQbwzeFXyMiiN\njF4WzH2eMX7Vvv9m9XTMVkLA73T6I49nd6eh/3NCNGJsy9JzgZQ/vfivc+Pn4RCy\nYZwQyGvnyl464SGulLihdqjdt3AkT5aIJSKBxx9ORxjXV63GC3qer4JTlgT4xlTh\nz1NZ2YVIFv/ZwFBKTqDLjl8tAoGAFoEsJRsPWMudLCZV6pyTHJFvNAEiLgHcNHhK\nbsiXlg1FMZ2nQIYCtbgqyqwpk7QdXLhjW3HpHyiKt9AMmK8RbW1fMwI/ZOiqjd5w\nQ+nvmQpJgnUrfnzzTn0xQh4/rvveX2DSPWaPrpjsQ5qnnM/LYuUYK0v+BtLePOfG\nWXyD5qECgYA2YfcwusaDgNzikzlAWoVdnhIlouX0FjtBIqEkziPmzxIdkfL46Fzc\n/p+dDgNEsSAc4ZJR88dEYXbtjZOnj0/RSIX5xhHMbeRpbYnOnI3vFUVBqccGliUC\n8uDkNf4Rfv+YRMGx+J37GGm+b2XPBVNnMNXibDbsZAHe2j6C4ApLtA==\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-08-12 08:47:18,024 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack/0ac6cf5e-97f3-4469-b452-c37726a282ad used request id req-c1d8a29c-6791-4494-a0bc-48f6dc8a2e0c 2018-08-12 08:47:18,024 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-08-12 08:47:18,025 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-08-12 08:47:21,025 - create_stack - DEBUG - Stack status query timeout in 1178.97428203 2018-08-12 08:47:21,028 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks/0ac6cf5e-97f3-4469-b452-c37726a282ad -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8301ef65d692f3a7aa405410a9a85366357eddd5" 2018-08-12 08:47:21,247 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:47:21 GMT Server: Apache x-openstack-request-id: req-367489e6-c309-41ac-9722-aab2249436d9 Location: http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack/0ac6cf5e-97f3-4469-b452-c37726a282ad Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack/0ac6cf5e-97f3-4469-b452-c37726a282ad;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:47:21,529 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:47:21 GMT Server: Apache x-openstack-request-id: req-3cbf6ccf-395b-4e86-bb87-aefafe030019 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2084 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-flavor2", "OS::project_id": "09475b47d2224a18b98d24a11e23a2c7", "OS::stack_id": "0ac6cf5e-97f3-4469-b452-c37726a282ad", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-kp", "security_group_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-sec_grp", "subnet_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-subnet", "net_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-inst2", "inst1_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-inst1", "image2_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-image", "flavor1_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-flavor1", "image1_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack", "stack_user_project_id": "214885e4848f489f881a09edc64f9090", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-08-12T08:46:58Z", "links": [{"href": "http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack/0ac6cf5e-97f3-4469-b452-c37726a282ad", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "0ac6cf5e-97f3-4469-b452-c37726a282ad", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA1kEvLMWEweOkS+Kz3+NpdpINyQDnqMgLjw/2C9QKGPbUogoh\nuyFvA1WC2gu3bHWze1GE/yElDDfTIxQM+CRj8FBWdsWXW0PzRwGfFeYjGORGhy35\nygyYorwh7RWesmTPyVtz4A7Cnxy0D3JvbNr5S1DBg4/QYD/5hi+Lq6o2qqdLS8pX\naMOfXmdZ3TMphivWOispc3KOo+cczpnrCDsMdqTWeVJcDHiDHGDndQfd9snHc+to\nRr2bhpNOY+KXvB5M8N8ZaIabSB3aICU9NGiGHoQHV53FJmaoRfZYp9rna9eWSCjN\nlwQE8twbTMMkVc7Osw/uBNg5kS/b2w+zKFZ4lwIDAQABAoIBAQC9L6/FO9//CNCR\nhWvJXVhJr6vmehsUqRezyqc7SI9l/cZCEuo3/8yzx/UULlZXuhKy6IekdJLvF/gi\nuFi/X/qzP20p0U3V88lEQMVFpAIHv8IbKViwtbCtuavHWljYMzZbGZrXFJF7x++i\n2CxVlYGdpIBLeFjKNJNTjnYpLdK5mgK+dpGOI5WM+g1MHNO7CsYo/8KdrUyKEneK\nPQCrjIqOQ06UyJnA+Gxh1iiBIlMw/ohS4sn1JqlIMuWcEorq74SuMMruK+yfCPcC\nSq/d/Keh8bFzY4LvxoQWN72PLVdCP9QWnLfN5z2ZPHvPAJSenKkPx4+RykflN3vU\nCdFxijZxAoGBAPs/ctfqETsDZWSrM6HggtAy2JAX6FYEzXgGf+n5rZ6WGgZfgEDY\nM3KMbw5NnNOLQYSJjdZ8HfB0LBwjbupYtERXVgQ6owtvIyXqNF8N1woqwME3TCjS\npZcysC3V2392j8NWjavh4G4sHSmGE4Lv0z6DKJG9zt2BVUbcdgNcu7x/AoGBANpO\nnPXQk3icCf6eA17TM2zY4vQJ70t7nM+ERzPMtTmg8AsFVnoPlSI2R/OIHk8IEtOB\nSpDL4boJxYH/3Sq60B97GQX3TNBCEFBegiKkIXU792OH4TfyH6gb4Q3GKz5t8Fwf\nlnDMNFXPmzoCjAeOVK1pwnpSgPC5tlQycbl6N5fpAoGBAPJTrgbGQbwzeFXyMiiN\njF4WzH2eMX7Vvv9m9XTMVkLA73T6I49nd6eh/3NCNGJsy9JzgZQ/vfivc+Pn4RCy\nYZwQyGvnyl464SGulLihdqjdt3AkT5aIJSKBxx9ORxjXV63GC3qer4JTlgT4xlTh\nz1NZ2YVIFv/ZwFBKTqDLjl8tAoGAFoEsJRsPWMudLCZV6pyTHJFvNAEiLgHcNHhK\nbsiXlg1FMZ2nQIYCtbgqyqwpk7QdXLhjW3HpHyiKt9AMmK8RbW1fMwI/ZOiqjd5w\nQ+nvmQpJgnUrfnzzTn0xQh4/rvveX2DSPWaPrpjsQ5qnnM/LYuUYK0v+BtLePOfG\nWXyD5qECgYA2YfcwusaDgNzikzlAWoVdnhIlouX0FjtBIqEkziPmzxIdkfL46Fzc\n/p+dDgNEsSAc4ZJR88dEYXbtjZOnj0/RSIX5xhHMbeRpbYnOnI3vFUVBqccGliUC\n8uDkNf4Rfv+YRMGx+J37GGm+b2XPBVNnMNXibDbsZAHe2j6C4ApLtA==\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-08-12 08:47:21,530 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack/0ac6cf5e-97f3-4469-b452-c37726a282ad used request id req-3cbf6ccf-395b-4e86-bb87-aefafe030019 2018-08-12 08:47:21,530 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2018-08-12 08:47:21,530 - create_stack - DEBUG - Stack is active with name - CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack 2018-08-12 08:47:21,531 - create_stack - INFO - Stack is now active with name - CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack 2018-08-12 08:47:21,531 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:47:21,532 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:47:21,940 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8cc298a9e9be4bf39c7cd70ab5bf3d52", "name": "CreateStackFloatingIpTests-b195427a-328e-429-proj-role"}, {"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:47:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "09475b47d2224a18b98d24a11e23a2c7", "name": "CreateStackFloatingIpTests-b195427a-328e-429-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/09475b47d2224a18b98d24a11e23a2c7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/09475b47d2224a18b98d24a11e23a2c7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/09475b47d2224a18b98d24a11e23a2c7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_09475b47d2224a18b98d24a11e23a2c7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_09475b47d2224a18b98d24a11e23a2c7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/09475b47d2224a18b98d24a11e23a2c7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/09475b47d2224a18b98d24a11e23a2c7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/09475b47d2224a18b98d24a11e23a2c7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/09475b47d2224a18b98d24a11e23a2c7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/09475b47d2224a18b98d24a11e23a2c7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/09475b47d2224a18b98d24a11e23a2c7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/09475b47d2224a18b98d24a11e23a2c7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/09475b47d2224a18b98d24a11e23a2c7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackFloatingIpTests-b195427a-328e-429-user", "id": "17269338a98243ca8f7d9e5eaed9dfb2"}, "audit_ids": ["qRlKU_CuR2eFg0TQgYEUaA"], "issued_at": "2018-08-12T08:47:21.000000Z"}} 2018-08-12 08:47:21,940 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}402bfbd98fe2b733c25bc91e7a76e392901684e1" 2018-08-12 08:47:22,027 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:47:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3afe6035-a510-4f20-851a-d094100f90e5 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:47:22,028 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-3afe6035-a510-4f20-851a-d094100f90e5 2018-08-12 08:47:22,029 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:47:22,029 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:47:22,029 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:47:22,029 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:47:22,030 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:47:22,031 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-12 08:47:22,034 - heat_utils - DEBUG - Retrieving Heat Client 2018-08-12 08:47:22,037 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks?stack_name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}402bfbd98fe2b733c25bc91e7a76e392901684e1" 2018-08-12 08:47:22,252 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:47:22 GMT Server: Apache x-openstack-request-id: req-57d0c916-a485-4f80-bc30-caac94722e1c Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 401 Content-Type: application/json RESP BODY: {"stacks": [{"description": "", "parent": null, "stack_status_reason": "Stack CREATE completed successfully", "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack", "stack_user_project_id": "214885e4848f489f881a09edc64f9090", "deletion_time": null, "creation_time": "2018-08-12T08:46:58Z", "links": [{"href": "http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack/0ac6cf5e-97f3-4469-b452-c37726a282ad", "rel": "self"}], "updated_time": null, "project": "09475b47d2224a18b98d24a11e23a2c7", "stack_owner": null, "stack_status": "CREATE_COMPLETE", "id": "0ac6cf5e-97f3-4469-b452-c37726a282ad", "tags": null}]} 2018-08-12 08:47:22,253 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks?stack_name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack used request id req-57d0c916-a485-4f80-bc30-caac94722e1c 2018-08-12 08:47:22,253 - create_stack - INFO - Found stack with name - CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack 2018-08-12 08:47:22,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks/0ac6cf5e-97f3-4469-b452-c37726a282ad/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}402bfbd98fe2b733c25bc91e7a76e392901684e1" 2018-08-12 08:47:22,467 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:47:22 GMT Server: Apache x-openstack-request-id: req-d304a933-1f71-41ef-b19b-e5a3b1699dc7 Location: http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack/0ac6cf5e-97f3-4469-b452-c37726a282ad/resources Content-Length: 563 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack/0ac6cf5e-97f3-4469-b452-c37726a282ad/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:47:22,712 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:47:22 GMT Server: Apache x-openstack-request-id: req-999f5a5e-a030-40c5-9b25-7a7c17fdde43 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1046 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor2", "links": [{"href": "http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack/0ac6cf5e-97f3-4469-b452-c37726a282ad/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack/0ac6cf5e-97f3-4469-b452-c37726a282ad", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2018-08-12T08:46:59Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-12T08:46:59Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "2b6dd3fe-8b60-4096-a3f1-0d21a71ebef1", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack/0ac6cf5e-97f3-4469-b452-c37726a282ad/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack/0ac6cf5e-97f3-4469-b452-c37726a282ad", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2018-08-12T08:46:59Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-12T08:46:59Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "a262cb29-8374-40f2-8de2-cd6ecbc19ae9", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack/0ac6cf5e-97f3-4469-b452-c37726a282ad/resources/network", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack/0ac6cf5e-97f3-4469-b452-c37726a282ad", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2018-08-12T08:46:59Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-12T08:46:59Z", "required_by": ["subnet", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "66a6c85e-ff34-4445-8789-a1523c02e79d", "resource_type": "OS::Neutron::Net"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack/0ac6cf5e-97f3-4469-b452-c37726a282ad/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack/0ac6cf5e-97f3-4469-b452-c37726a282ad", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-08-12T08:46:59Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-12T08:46:59Z", "required_by": ["port1"], "resource_status_reason": "state changed", "physical_resource_id": "0c8e2667-7404-43a3-ba20-8693b3e2c970", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack/0ac6cf5e-97f3-4469-b452-c37726a282ad/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack/0ac6cf5e-97f3-4469-b452-c37726a282ad", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2018-08-12T08:46:59Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-12T08:46:59Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "4d7e9930-d6cf-4dcd-8b56-659808b6f04d", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack/0ac6cf5e-97f3-4469-b452-c37726a282ad/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack/0ac6cf5e-97f3-4469-b452-c37726a282ad", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2018-08-12T08:46:59Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-12T08:46:59Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "278", "resource_type": "OS::Neutron::FloatingIPAssociation"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack/0ac6cf5e-97f3-4469-b452-c37726a282ad/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack/0ac6cf5e-97f3-4469-b452-c37726a282ad", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-08-12T08:46:59Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-12T08:46:59Z", "required_by": ["vm1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-kp", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack/0ac6cf5e-97f3-4469-b452-c37726a282ad/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack/0ac6cf5e-97f3-4469-b452-c37726a282ad", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2018-08-12T08:46:59Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-12T08:46:59Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "7bb7d7a0-cedd-4c6c-ad19-5b068599734b:subnet_id=0d6136fe-7c45-4ddc-9aa4-664c629cd804", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "subnet", "links": [{"href": "http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack/0ac6cf5e-97f3-4469-b452-c37726a282ad/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack/0ac6cf5e-97f3-4469-b452-c37726a282ad", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2018-08-12T08:46:59Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-12T08:46:59Z", "required_by": ["management_router_interface", "vm1", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "0d6136fe-7c45-4ddc-9aa4-664c629cd804", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "management_router", "links": [{"href": "http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack/0ac6cf5e-97f3-4469-b452-c37726a282ad/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack/0ac6cf5e-97f3-4469-b452-c37726a282ad", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2018-08-12T08:46:59Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-12T08:46:59Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "7bb7d7a0-cedd-4c6c-ad19-5b068599734b", "resource_type": "OS::Neutron::Router"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack/0ac6cf5e-97f3-4469-b452-c37726a282ad/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack/0ac6cf5e-97f3-4469-b452-c37726a282ad", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2018-08-12T08:46:59Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-12T08:46:59Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "29fd9676-bf08-45b1-b55b-435fe202f231", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack/0ac6cf5e-97f3-4469-b452-c37726a282ad/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack/0ac6cf5e-97f3-4469-b452-c37726a282ad", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2018-08-12T08:46:59Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-12T08:46:59Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "119ae33f-c6c4-45c5-b7ec-49740db9f83c", "resource_type": "OS::Nova::Server"}, {"resource_name": "port1", "links": [{"href": "http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack/0ac6cf5e-97f3-4469-b452-c37726a282ad/resources/port1", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack/0ac6cf5e-97f3-4469-b452-c37726a282ad", "rel": "stack"}], "logical_resource_id": "port1", "creation_time": "2018-08-12T08:46:59Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-12T08:46:59Z", "required_by": ["floating_ip_association", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "6656e172-8928-424d-983e-225bdaab8af6", "resource_type": "OS::Neutron::Port"}]} 2018-08-12 08:47:22,712 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack/0ac6cf5e-97f3-4469-b452-c37726a282ad/resources used request id req-999f5a5e-a030-40c5-9b25-7a7c17fdde43 2018-08-12 08:47:22,721 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/119ae33f-c6c4-45c5-b7ec-49740db9f83c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}402bfbd98fe2b733c25bc91e7a76e392901684e1" 2018-08-12 08:47:22,722 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/29fd9676-bf08-45b1-b55b-435fe202f231 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}402bfbd98fe2b733c25bc91e7a76e392901684e1" 2018-08-12 08:47:23,605 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:47: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-fd69b906-e40d-4817-aebd-0390df0c8d94 x-compute-request-id: req-fd69b906-e40d-4817-aebd-0390df0c8d94 Content-Encoding: gzip Content-Length: 838 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8e:a6:e5", "version": 4, "addr": "10.1.2.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8e:a6:e5", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/29fd9676-bf08-45b1-b55b-435fe202f231", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/29fd9676-bf08-45b1-b55b-435fe202f231", "rel": "bookmark"}], "image": {"id": "59cea4eb-6475-404c-beb0-b5db9530b81a", "links": [{"href": "http://172.30.9.21:8774/images/59cea4eb-6475-404c-beb0-b5db9530b81a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e3", "OS-SRV-USG:launched_at": "2018-08-12T08:47:15.000000", "flavor": {"id": "a262cb29-8374-40f2-8de2-cd6ecbc19ae9", "links": [{"href": "http://172.30.9.21:8774/flavors/a262cb29-8374-40f2-8de2-cd6ecbc19ae9", "rel": "bookmark"}]}, "id": "29fd9676-bf08-45b1-b55b-435fe202f231", "security_groups": [{"name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-sec_grp"}], "user_id": "17269338a98243ca8f7d9e5eaed9dfb2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:47:15Z", "hostId": "8bbb9e3967f19290e49306d746758fccba87a907dbb6eacc47f2b17b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-inst1", "created": "2018-08-12T08:47:09Z", "tenant_id": "09475b47d2224a18b98d24a11e23a2c7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:47:23,606 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/29fd9676-bf08-45b1-b55b-435fe202f231 used request id req-fd69b906-e40d-4817-aebd-0390df0c8d94 2018-08-12 08:47:23,611 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}402bfbd98fe2b733c25bc91e7a76e392901684e1" 2018-08-12 08:47:23,712 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:47: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-aa04df05-deab-4f3d-9de5-a9396f0fed8d x-compute-request-id: req-aa04df05-deab-4f3d-9de5-a9396f0fed8d Content-Encoding: gzip Content-Length: 822 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:54:eb:26", "version": 4, "addr": "10.1.2.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/119ae33f-c6c4-45c5-b7ec-49740db9f83c", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/119ae33f-c6c4-45c5-b7ec-49740db9f83c", "rel": "bookmark"}], "image": {"id": "59cea4eb-6475-404c-beb0-b5db9530b81a", "links": [{"href": "http://172.30.9.21:8774/images/59cea4eb-6475-404c-beb0-b5db9530b81a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e0", "OS-SRV-USG:launched_at": "2018-08-12T08:47:17.000000", "flavor": {"id": "2b6dd3fe-8b60-4096-a3f1-0d21a71ebef1", "links": [{"href": "http://172.30.9.21:8774/flavors/2b6dd3fe-8b60-4096-a3f1-0d21a71ebef1", "rel": "bookmark"}]}, "id": "119ae33f-c6c4-45c5-b7ec-49740db9f83c", "security_groups": [{"name": "default"}], "user_id": "17269338a98243ca8f7d9e5eaed9dfb2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:47:17Z", "hostId": "8bbb9e3967f19290e49306d746758fccba87a907dbb6eacc47f2b17b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-inst2", "created": "2018-08-12T08:47:08Z", "tenant_id": "09475b47d2224a18b98d24a11e23a2c7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:47:23,712 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/119ae33f-c6c4-45c5-b7ec-49740db9f83c used request id req-aa04df05-deab-4f3d-9de5-a9396f0fed8d 2018-08-12 08:47:23,717 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}402bfbd98fe2b733c25bc91e7a76e392901684e1" 2018-08-12 08:47:23,810 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-d3985fd8-58a3-4d75-b717-0cf104268fca Date: Sun, 12 Aug 2018 08:47:23 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"66a6c85e-ff34-4445-8789-a1523c02e79d","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"09475b47d2224a18b98d24a11e23a2c7","status":"ACTIVE","subnets":["0d6136fe-7c45-4ddc-9aa4-664c629cd804"],"description":"","tags":[],"updated_at":"2018-08-12T08:47:02Z","provider:segmentation_id":10,"name":"CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-net","admin_state_up":true,"tenant_id":"09475b47d2224a18b98d24a11e23a2c7","created_at":"2018-08-12T08:47:00Z","provider:network_type":"vxlan"}]} 2018-08-12 08:47:23,810 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-net used request id req-d3985fd8-58a3-4d75-b717-0cf104268fca 2018-08-12 08:47:23,814 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:47:23,819 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:47:23 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:47:23,820 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/09475b47d2224a18b98d24a11e23a2c7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}402bfbd98fe2b733c25bc91e7a76e392901684e1" 2018-08-12 08:47:23,868 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-8c1a0ccd-61b7-4c4c-a386-ae40e8121600 Date: Sun, 12 Aug 2018 08:47:23 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"66a6c85e-ff34-4445-8789-a1523c02e79d","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"09475b47d2224a18b98d24a11e23a2c7","status":"ACTIVE","subnets":["0d6136fe-7c45-4ddc-9aa4-664c629cd804"],"description":"","tags":[],"updated_at":"2018-08-12T08:47:02Z","provider:segmentation_id":10,"name":"CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-net","admin_state_up":true,"tenant_id":"09475b47d2224a18b98d24a11e23a2c7","created_at":"2018-08-12T08:47:00Z","provider:network_type":"vxlan"}]} 2018-08-12 08:47:23,869 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-net used request id req-8c1a0ccd-61b7-4c4c-a386-ae40e8121600 2018-08-12 08:47:23,871 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/09475b47d2224a18b98d24a11e23a2c7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}402bfbd98fe2b733c25bc91e7a76e392901684e1" 2018-08-12 08:47:23,914 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:47:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3f682a34-9f00-4649-bdd7-4888abf9d816 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/09475b47d2224a18b98d24a11e23a2c7"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "09475b47d2224a18b98d24a11e23a2c7", "name": "CreateStackFloatingIpTests-b195427a-328e-429-proj"}} 2018-08-12 08:47:23,914 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/09475b47d2224a18b98d24a11e23a2c7 used request id req-3f682a34-9f00-4649-bdd7-4888abf9d816 2018-08-12 08:47:23,919 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=66a6c85e-ff34-4445-8789-a1523c02e79d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}402bfbd98fe2b733c25bc91e7a76e392901684e1" 2018-08-12 08:47:23,964 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-c40ddf4b-cdb5-4b77-9a9a-250d43eda427 Date: Sun, 12 Aug 2018 08:47:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"66a6c85e-ff34-4445-8789-a1523c02e79d","tenant_id":"09475b47d2224a18b98d24a11e23a2c7","created_at":"2018-08-12T08:47:02Z","dns_nameservers":[],"updated_at":"2018-08-12T08:47:02Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"gateway_ip":"10.1.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.1.2.0/24","project_id":"09475b47d2224a18b98d24a11e23a2c7","id":"0d6136fe-7c45-4ddc-9aa4-664c629cd804","subnetpool_id":null,"name":"CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-subnet"}]} 2018-08-12 08:47:23,964 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=66a6c85e-ff34-4445-8789-a1523c02e79d used request id req-c40ddf4b-cdb5-4b77-9a9a-250d43eda427 2018-08-12 08:47:23,970 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:47:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ac8461a6-5ff9-49c3-8606-77c45ab315c1 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/09475b47d2224a18b98d24a11e23a2c7"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "09475b47d2224a18b98d24a11e23a2c7", "name": "CreateStackFloatingIpTests-b195427a-328e-429-proj"}} 2018-08-12 08:47:23,971 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/09475b47d2224a18b98d24a11e23a2c7 used request id req-ac8461a6-5ff9-49c3-8606-77c45ab315c1 2018-08-12 08:47:23,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=66a6c85e-ff34-4445-8789-a1523c02e79d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}402bfbd98fe2b733c25bc91e7a76e392901684e1" 2018-08-12 08:47:23,980 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=66a6c85e-ff34-4445-8789-a1523c02e79d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}402bfbd98fe2b733c25bc91e7a76e392901684e1" 2018-08-12 08:47:24,029 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-3a4d824a-ebf6-41d5-bd20-7d460e85e9cd Date: Sun, 12 Aug 2018 08:47:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"66a6c85e-ff34-4445-8789-a1523c02e79d","tenant_id":"09475b47d2224a18b98d24a11e23a2c7","created_at":"2018-08-12T08:47:02Z","dns_nameservers":[],"updated_at":"2018-08-12T08:47:02Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"gateway_ip":"10.1.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.1.2.0/24","project_id":"09475b47d2224a18b98d24a11e23a2c7","id":"0d6136fe-7c45-4ddc-9aa4-664c629cd804","subnetpool_id":null,"name":"CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-subnet"}]} 2018-08-12 08:47:24,029 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=66a6c85e-ff34-4445-8789-a1523c02e79d used request id req-3a4d824a-ebf6-41d5-bd20-7d460e85e9cd 2018-08-12 08:47:24,034 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=66a6c85e-ff34-4445-8789-a1523c02e79d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}402bfbd98fe2b733c25bc91e7a76e392901684e1" 2018-08-12 08:47:24,209 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5241 X-Openstack-Request-Id: req-24613745-b507-49e9-8943-fb56c8a7b750 Date: Sun, 12 Aug 2018 08:47:24 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:47:06Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"0d6136fe-7c45-4ddc-9aa4-664c629cd804","ip_address":"10.1.2.3"}],"id":"04d23f10-15c2-4a9c-b5c6-222ed0199403","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c2:fa:2b","project_id":"09475b47d2224a18b98d24a11e23a2c7","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-66a6c85e-ff34-4445-8789-a1523c02e79d","name":"","admin_state_up":true,"network_id":"66a6c85e-ff34-4445-8789-a1523c02e79d","tenant_id":"09475b47d2224a18b98d24a11e23a2c7","created_at":"2018-08-12T08:47:03Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:47:05Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"0d6136fe-7c45-4ddc-9aa4-664c629cd804","ip_address":"10.1.2.2"}],"id":"084d7e09-63c8-4686-a8d8-3fc1dfb8e8eb","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:53:84:8e","project_id":"09475b47d2224a18b98d24a11e23a2c7","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-66a6c85e-ff34-4445-8789-a1523c02e79d","name":"","admin_state_up":true,"network_id":"66a6c85e-ff34-4445-8789-a1523c02e79d","tenant_id":"09475b47d2224a18b98d24a11e23a2c7","created_at":"2018-08-12T08:47:02Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:47:15Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"0d6136fe-7c45-4ddc-9aa4-664c629cd804","ip_address":"10.1.2.11"}],"id":"4d18bccd-9cdd-46b3-b76f-15939230a457","security_groups":["aa37c8ae-2450-4037-8a87-90ed06d3c384"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:54:eb:26","project_id":"09475b47d2224a18b98d24a11e23a2c7","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"119ae33f-c6c4-45c5-b7ec-49740db9f83c","name":"","admin_state_up":true,"network_id":"66a6c85e-ff34-4445-8789-a1523c02e79d","tenant_id":"09475b47d2224a18b98d24a11e23a2c7","created_at":"2018-08-12T08:47:10Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:47:14Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"0d6136fe-7c45-4ddc-9aa4-664c629cd804","ip_address":"10.1.2.14"}],"id":"6656e172-8928-424d-983e-225bdaab8af6","security_groups":["0c8e2667-7404-43a3-ba20-8693b3e2c970"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:8e:a6:e5","project_id":"09475b47d2224a18b98d24a11e23a2c7","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"29fd9676-bf08-45b1-b55b-435fe202f231","name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack-port1-j4sk54ixtfms","admin_state_up":true,"network_id":"66a6c85e-ff34-4445-8789-a1523c02e79d","tenant_id":"09475b47d2224a18b98d24a11e23a2c7","created_at":"2018-08-12T08:47:05Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:47:06Z","device_owner":"network:router_interface","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"0d6136fe-7c45-4ddc-9aa4-664c629cd804","ip_address":"10.1.2.1"}],"id":"955832c4-3905-4fb0-bfe1-1626fe2f53c4","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:ea:55:94","project_id":"09475b47d2224a18b98d24a11e23a2c7","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"7bb7d7a0-cedd-4c6c-ad19-5b068599734b","name":"","admin_state_up":true,"network_id":"66a6c85e-ff34-4445-8789-a1523c02e79d","tenant_id":"09475b47d2224a18b98d24a11e23a2c7","created_at":"2018-08-12T08:47:05Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:47:07Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"0d6136fe-7c45-4ddc-9aa4-664c629cd804","ip_address":"10.1.2.4"}],"id":"c8a4ac61-e8ac-4499-8b81-bdc51256873f","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e1:24:82","project_id":"09475b47d2224a18b98d24a11e23a2c7","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-66a6c85e-ff34-4445-8789-a1523c02e79d","name":"","admin_state_up":true,"network_id":"66a6c85e-ff34-4445-8789-a1523c02e79d","tenant_id":"09475b47d2224a18b98d24a11e23a2c7","created_at":"2018-08-12T08:47:04Z","binding:vnic_type":"normal"}]} 2018-08-12 08:47:24,209 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=66a6c85e-ff34-4445-8789-a1523c02e79d used request id req-24613745-b507-49e9-8943-fb56c8a7b750 2018-08-12 08:47:24,337 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5241 X-Openstack-Request-Id: req-e8ee3ceb-e48f-4faa-988d-049260729fd0 Date: Sun, 12 Aug 2018 08:47:24 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:47:06Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"0d6136fe-7c45-4ddc-9aa4-664c629cd804","ip_address":"10.1.2.3"}],"id":"04d23f10-15c2-4a9c-b5c6-222ed0199403","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c2:fa:2b","project_id":"09475b47d2224a18b98d24a11e23a2c7","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-66a6c85e-ff34-4445-8789-a1523c02e79d","name":"","admin_state_up":true,"network_id":"66a6c85e-ff34-4445-8789-a1523c02e79d","tenant_id":"09475b47d2224a18b98d24a11e23a2c7","created_at":"2018-08-12T08:47:03Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:47:05Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"0d6136fe-7c45-4ddc-9aa4-664c629cd804","ip_address":"10.1.2.2"}],"id":"084d7e09-63c8-4686-a8d8-3fc1dfb8e8eb","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:53:84:8e","project_id":"09475b47d2224a18b98d24a11e23a2c7","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-66a6c85e-ff34-4445-8789-a1523c02e79d","name":"","admin_state_up":true,"network_id":"66a6c85e-ff34-4445-8789-a1523c02e79d","tenant_id":"09475b47d2224a18b98d24a11e23a2c7","created_at":"2018-08-12T08:47:02Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:47:15Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"0d6136fe-7c45-4ddc-9aa4-664c629cd804","ip_address":"10.1.2.11"}],"id":"4d18bccd-9cdd-46b3-b76f-15939230a457","security_groups":["aa37c8ae-2450-4037-8a87-90ed06d3c384"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:54:eb:26","project_id":"09475b47d2224a18b98d24a11e23a2c7","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"119ae33f-c6c4-45c5-b7ec-49740db9f83c","name":"","admin_state_up":true,"network_id":"66a6c85e-ff34-4445-8789-a1523c02e79d","tenant_id":"09475b47d2224a18b98d24a11e23a2c7","created_at":"2018-08-12T08:47:10Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:47:14Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"0d6136fe-7c45-4ddc-9aa4-664c629cd804","ip_address":"10.1.2.14"}],"id":"6656e172-8928-424d-983e-225bdaab8af6","security_groups":["0c8e2667-7404-43a3-ba20-8693b3e2c970"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:8e:a6:e5","project_id":"09475b47d2224a18b98d24a11e23a2c7","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"29fd9676-bf08-45b1-b55b-435fe202f231","name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack-port1-j4sk54ixtfms","admin_state_up":true,"network_id":"66a6c85e-ff34-4445-8789-a1523c02e79d","tenant_id":"09475b47d2224a18b98d24a11e23a2c7","created_at":"2018-08-12T08:47:05Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:47:06Z","device_owner":"network:router_interface","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"0d6136fe-7c45-4ddc-9aa4-664c629cd804","ip_address":"10.1.2.1"}],"id":"955832c4-3905-4fb0-bfe1-1626fe2f53c4","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:ea:55:94","project_id":"09475b47d2224a18b98d24a11e23a2c7","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"7bb7d7a0-cedd-4c6c-ad19-5b068599734b","name":"","admin_state_up":true,"network_id":"66a6c85e-ff34-4445-8789-a1523c02e79d","tenant_id":"09475b47d2224a18b98d24a11e23a2c7","created_at":"2018-08-12T08:47:05Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:47:07Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"0d6136fe-7c45-4ddc-9aa4-664c629cd804","ip_address":"10.1.2.4"}],"id":"c8a4ac61-e8ac-4499-8b81-bdc51256873f","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e1:24:82","project_id":"09475b47d2224a18b98d24a11e23a2c7","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-66a6c85e-ff34-4445-8789-a1523c02e79d","name":"","admin_state_up":true,"network_id":"66a6c85e-ff34-4445-8789-a1523c02e79d","tenant_id":"09475b47d2224a18b98d24a11e23a2c7","created_at":"2018-08-12T08:47:04Z","binding:vnic_type":"normal"}]} 2018-08-12 08:47:24,337 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=66a6c85e-ff34-4445-8789-a1523c02e79d used request id req-e8ee3ceb-e48f-4faa-988d-049260729fd0 2018-08-12 08:47:24,342 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks/0ac6cf5e-97f3-4469-b452-c37726a282ad/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}402bfbd98fe2b733c25bc91e7a76e392901684e1" 2018-08-12 08:47:24,533 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:47:24 GMT Server: Apache x-openstack-request-id: req-6558a643-9040-4fb8-a86c-6c8017adb837 Location: http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack/0ac6cf5e-97f3-4469-b452-c37726a282ad/resources Content-Length: 563 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack/0ac6cf5e-97f3-4469-b452-c37726a282ad/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:47:24,786 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:47:24 GMT Server: Apache x-openstack-request-id: req-5487906c-7be7-4e36-9925-9a7b9d209f5b Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1046 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor2", "links": [{"href": "http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack/0ac6cf5e-97f3-4469-b452-c37726a282ad/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack/0ac6cf5e-97f3-4469-b452-c37726a282ad", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2018-08-12T08:46:59Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-12T08:46:59Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "2b6dd3fe-8b60-4096-a3f1-0d21a71ebef1", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack/0ac6cf5e-97f3-4469-b452-c37726a282ad/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack/0ac6cf5e-97f3-4469-b452-c37726a282ad", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2018-08-12T08:46:59Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-12T08:46:59Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "a262cb29-8374-40f2-8de2-cd6ecbc19ae9", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack/0ac6cf5e-97f3-4469-b452-c37726a282ad/resources/network", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack/0ac6cf5e-97f3-4469-b452-c37726a282ad", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2018-08-12T08:46:59Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-12T08:46:59Z", "required_by": ["subnet", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "66a6c85e-ff34-4445-8789-a1523c02e79d", "resource_type": "OS::Neutron::Net"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack/0ac6cf5e-97f3-4469-b452-c37726a282ad/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack/0ac6cf5e-97f3-4469-b452-c37726a282ad", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-08-12T08:46:59Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-12T08:46:59Z", "required_by": ["port1"], "resource_status_reason": "state changed", "physical_resource_id": "0c8e2667-7404-43a3-ba20-8693b3e2c970", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack/0ac6cf5e-97f3-4469-b452-c37726a282ad/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack/0ac6cf5e-97f3-4469-b452-c37726a282ad", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2018-08-12T08:46:59Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-12T08:46:59Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "4d7e9930-d6cf-4dcd-8b56-659808b6f04d", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack/0ac6cf5e-97f3-4469-b452-c37726a282ad/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack/0ac6cf5e-97f3-4469-b452-c37726a282ad", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2018-08-12T08:46:59Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-12T08:46:59Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "278", "resource_type": "OS::Neutron::FloatingIPAssociation"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack/0ac6cf5e-97f3-4469-b452-c37726a282ad/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack/0ac6cf5e-97f3-4469-b452-c37726a282ad", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-08-12T08:46:59Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-12T08:46:59Z", "required_by": ["vm1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-kp", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack/0ac6cf5e-97f3-4469-b452-c37726a282ad/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack/0ac6cf5e-97f3-4469-b452-c37726a282ad", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2018-08-12T08:46:59Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-12T08:46:59Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "7bb7d7a0-cedd-4c6c-ad19-5b068599734b:subnet_id=0d6136fe-7c45-4ddc-9aa4-664c629cd804", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "subnet", "links": [{"href": "http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack/0ac6cf5e-97f3-4469-b452-c37726a282ad/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack/0ac6cf5e-97f3-4469-b452-c37726a282ad", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2018-08-12T08:46:59Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-12T08:46:59Z", "required_by": ["management_router_interface", "vm1", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "0d6136fe-7c45-4ddc-9aa4-664c629cd804", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "management_router", "links": [{"href": "http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack/0ac6cf5e-97f3-4469-b452-c37726a282ad/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack/0ac6cf5e-97f3-4469-b452-c37726a282ad", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2018-08-12T08:46:59Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-12T08:46:59Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "7bb7d7a0-cedd-4c6c-ad19-5b068599734b", "resource_type": "OS::Neutron::Router"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack/0ac6cf5e-97f3-4469-b452-c37726a282ad/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack/0ac6cf5e-97f3-4469-b452-c37726a282ad", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2018-08-12T08:46:59Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-12T08:46:59Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "29fd9676-bf08-45b1-b55b-435fe202f231", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack/0ac6cf5e-97f3-4469-b452-c37726a282ad/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack/0ac6cf5e-97f3-4469-b452-c37726a282ad", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2018-08-12T08:46:59Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-12T08:46:59Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "119ae33f-c6c4-45c5-b7ec-49740db9f83c", "resource_type": "OS::Nova::Server"}, {"resource_name": "port1", "links": [{"href": "http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack/0ac6cf5e-97f3-4469-b452-c37726a282ad/resources/port1", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack/0ac6cf5e-97f3-4469-b452-c37726a282ad", "rel": "stack"}], "logical_resource_id": "port1", "creation_time": "2018-08-12T08:46:59Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-12T08:46:59Z", "required_by": ["floating_ip_association", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "6656e172-8928-424d-983e-225bdaab8af6", "resource_type": "OS::Neutron::Port"}]} 2018-08-12 08:47:24,786 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack/0ac6cf5e-97f3-4469-b452-c37726a282ad/resources used request id req-5487906c-7be7-4e36-9925-9a7b9d209f5b 2018-08-12 08:47:24,792 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors/a262cb29-8374-40f2-8de2-cd6ecbc19ae9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}402bfbd98fe2b733c25bc91e7a76e392901684e1" 2018-08-12 08:47:24,795 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors/2b6dd3fe-8b60-4096-a3f1-0d21a71ebef1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}402bfbd98fe2b733c25bc91e7a76e392901684e1" 2018-08-12 08:47:24,818 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08: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-52efc565-4b06-4d9d-9633-8991139afe27 x-compute-request-id: req-52efc565-4b06-4d9d-9633-8991139afe27 Content-Encoding: gzip Content-Length: 339 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack-flavor1-vz52zpqmlhva", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/a262cb29-8374-40f2-8de2-cd6ecbc19ae9", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/a262cb29-8374-40f2-8de2-cd6ecbc19ae9", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 2, "id": "a262cb29-8374-40f2-8de2-cd6ecbc19ae9"}} 2018-08-12 08:47:24,818 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/a262cb29-8374-40f2-8de2-cd6ecbc19ae9 used request id req-52efc565-4b06-4d9d-9633-8991139afe27 2018-08-12 08:47:24,826 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/0d6136fe-7c45-4ddc-9aa4-664c629cd804 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}402bfbd98fe2b733c25bc91e7a76e392901684e1" 2018-08-12 08:47:24,826 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08: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-89f24b51-dbcd-43fc-84dd-4ad7b5eb7548 x-compute-request-id: req-89f24b51-dbcd-43fc-84dd-4ad7b5eb7548 Content-Encoding: gzip Content-Length: 338 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack-flavor2-nz5erpl4rnkf", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/2b6dd3fe-8b60-4096-a3f1-0d21a71ebef1", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/2b6dd3fe-8b60-4096-a3f1-0d21a71ebef1", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 2, "id": "2b6dd3fe-8b60-4096-a3f1-0d21a71ebef1"}} 2018-08-12 08:47:24,828 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/2b6dd3fe-8b60-4096-a3f1-0d21a71ebef1 used request id req-89f24b51-dbcd-43fc-84dd-4ad7b5eb7548 2018-08-12 08:47:24,833 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/0d6136fe-7c45-4ddc-9aa4-664c629cd804 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}402bfbd98fe2b733c25bc91e7a76e392901684e1" 2018-08-12 08:47:25,024 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-69916129-bf4b-4751-8578-d3dcaf6ad7ef Date: Sun, 12 Aug 2018 08:47:25 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"66a6c85e-ff34-4445-8789-a1523c02e79d","tenant_id":"09475b47d2224a18b98d24a11e23a2c7","created_at":"2018-08-12T08:47:02Z","dns_nameservers":[],"updated_at":"2018-08-12T08:47:02Z","gateway_ip":"10.1.2.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.1.2.0/24","project_id":"09475b47d2224a18b98d24a11e23a2c7","id":"0d6136fe-7c45-4ddc-9aa4-664c629cd804","subnetpool_id":null,"name":"CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-subnet"}} 2018-08-12 08:47:25,024 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/0d6136fe-7c45-4ddc-9aa4-664c629cd804 used request id req-69916129-bf4b-4751-8578-d3dcaf6ad7ef 2018-08-12 08:47:25,030 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=66a6c85e-ff34-4445-8789-a1523c02e79d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}402bfbd98fe2b733c25bc91e7a76e392901684e1" 2018-08-12 08:47:25,038 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-9a5e44f6-d8ac-436c-861a-c700a7bcaed8 Date: Sun, 12 Aug 2018 08:47:25 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"66a6c85e-ff34-4445-8789-a1523c02e79d","tenant_id":"09475b47d2224a18b98d24a11e23a2c7","created_at":"2018-08-12T08:47:02Z","dns_nameservers":[],"updated_at":"2018-08-12T08:47:02Z","gateway_ip":"10.1.2.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.1.2.0/24","project_id":"09475b47d2224a18b98d24a11e23a2c7","id":"0d6136fe-7c45-4ddc-9aa4-664c629cd804","subnetpool_id":null,"name":"CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-subnet"}} 2018-08-12 08:47:25,038 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/0d6136fe-7c45-4ddc-9aa4-664c629cd804 used request id req-9a5e44f6-d8ac-436c-861a-c700a7bcaed8 2018-08-12 08:47:25,043 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=66a6c85e-ff34-4445-8789-a1523c02e79d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}402bfbd98fe2b733c25bc91e7a76e392901684e1" 2018-08-12 08:47:25,299 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-363e0a22-2aab-42b0-a8db-85aaf4994f1b Date: Sun, 12 Aug 2018 08:47:25 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"66a6c85e-ff34-4445-8789-a1523c02e79d","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"09475b47d2224a18b98d24a11e23a2c7","status":"ACTIVE","subnets":["0d6136fe-7c45-4ddc-9aa4-664c629cd804"],"description":"","tags":[],"updated_at":"2018-08-12T08:47:02Z","provider:segmentation_id":10,"name":"CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-net","admin_state_up":true,"tenant_id":"09475b47d2224a18b98d24a11e23a2c7","created_at":"2018-08-12T08:47:00Z","provider:network_type":"vxlan"}]} 2018-08-12 08:47:25,299 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=66a6c85e-ff34-4445-8789-a1523c02e79d used request id req-363e0a22-2aab-42b0-a8db-85aaf4994f1b 2018-08-12 08:47:25,305 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-35a30fa3-d535-44fa-bb10-41de02ec6473 Date: Sun, 12 Aug 2018 08:47:25 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"66a6c85e-ff34-4445-8789-a1523c02e79d","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"09475b47d2224a18b98d24a11e23a2c7","status":"ACTIVE","subnets":["0d6136fe-7c45-4ddc-9aa4-664c629cd804"],"description":"","tags":[],"updated_at":"2018-08-12T08:47:02Z","provider:segmentation_id":10,"name":"CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-net","admin_state_up":true,"tenant_id":"09475b47d2224a18b98d24a11e23a2c7","created_at":"2018-08-12T08:47:00Z","provider:network_type":"vxlan"}]} 2018-08-12 08:47:25,305 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=66a6c85e-ff34-4445-8789-a1523c02e79d used request id req-35a30fa3-d535-44fa-bb10-41de02ec6473 2018-08-12 08:47:25,313 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=66a6c85e-ff34-4445-8789-a1523c02e79d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}402bfbd98fe2b733c25bc91e7a76e392901684e1" 2018-08-12 08:47:25,315 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=66a6c85e-ff34-4445-8789-a1523c02e79d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}402bfbd98fe2b733c25bc91e7a76e392901684e1" 2018-08-12 08:47:25,359 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-4b0887d2-34a9-45e2-9dac-a27cce1155e8 Date: Sun, 12 Aug 2018 08:47:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"66a6c85e-ff34-4445-8789-a1523c02e79d","tenant_id":"09475b47d2224a18b98d24a11e23a2c7","created_at":"2018-08-12T08:47:02Z","dns_nameservers":[],"updated_at":"2018-08-12T08:47:02Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"gateway_ip":"10.1.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.1.2.0/24","project_id":"09475b47d2224a18b98d24a11e23a2c7","id":"0d6136fe-7c45-4ddc-9aa4-664c629cd804","subnetpool_id":null,"name":"CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-subnet"}]} 2018-08-12 08:47:25,359 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=66a6c85e-ff34-4445-8789-a1523c02e79d used request id req-4b0887d2-34a9-45e2-9dac-a27cce1155e8 2018-08-12 08:47:25,364 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}402bfbd98fe2b733c25bc91e7a76e392901684e1" 2018-08-12 08:47:25,445 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-6dde6db1-5a2e-4d9c-af83-f50442ae2023 Date: Sun, 12 Aug 2018 08:47:25 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"66a6c85e-ff34-4445-8789-a1523c02e79d","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"09475b47d2224a18b98d24a11e23a2c7","status":"ACTIVE","subnets":["0d6136fe-7c45-4ddc-9aa4-664c629cd804"],"description":"","tags":[],"updated_at":"2018-08-12T08:47:02Z","provider:segmentation_id":10,"name":"CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-net","admin_state_up":true,"tenant_id":"09475b47d2224a18b98d24a11e23a2c7","created_at":"2018-08-12T08:47:00Z","provider:network_type":"vxlan"}]} 2018-08-12 08:47:25,446 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-net used request id req-6dde6db1-5a2e-4d9c-af83-f50442ae2023 2018-08-12 08:47:25,451 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=66a6c85e-ff34-4445-8789-a1523c02e79d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}402bfbd98fe2b733c25bc91e7a76e392901684e1" 2018-08-12 08:47:25,530 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-36a59244-edc8-4642-bac1-91e0e1793466 Date: Sun, 12 Aug 2018 08:47:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"66a6c85e-ff34-4445-8789-a1523c02e79d","tenant_id":"09475b47d2224a18b98d24a11e23a2c7","created_at":"2018-08-12T08:47:02Z","dns_nameservers":[],"updated_at":"2018-08-12T08:47:02Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"gateway_ip":"10.1.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.1.2.0/24","project_id":"09475b47d2224a18b98d24a11e23a2c7","id":"0d6136fe-7c45-4ddc-9aa4-664c629cd804","subnetpool_id":null,"name":"CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-subnet"}]} 2018-08-12 08:47:25,530 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=66a6c85e-ff34-4445-8789-a1523c02e79d used request id req-36a59244-edc8-4642-bac1-91e0e1793466 2018-08-12 08:47:25,536 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}402bfbd98fe2b733c25bc91e7a76e392901684e1" 2018-08-12 08:47:25,619 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-05bf8d19-3e04-4d91-8220-19a7453104c4 Date: Sun, 12 Aug 2018 08:47:25 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"66a6c85e-ff34-4445-8789-a1523c02e79d","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"09475b47d2224a18b98d24a11e23a2c7","status":"ACTIVE","subnets":["0d6136fe-7c45-4ddc-9aa4-664c629cd804"],"description":"","tags":[],"updated_at":"2018-08-12T08:47:02Z","provider:segmentation_id":10,"name":"CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-net","admin_state_up":true,"tenant_id":"09475b47d2224a18b98d24a11e23a2c7","created_at":"2018-08-12T08:47:00Z","provider:network_type":"vxlan"}]} 2018-08-12 08:47:25,620 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-net used request id req-05bf8d19-3e04-4d91-8220-19a7453104c4 2018-08-12 08:47:25,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=66a6c85e-ff34-4445-8789-a1523c02e79d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}402bfbd98fe2b733c25bc91e7a76e392901684e1" 2018-08-12 08:47:25,666 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-bc887d0f-0e26-46e8-ad31-283f9eea911f Date: Sun, 12 Aug 2018 08:47:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"66a6c85e-ff34-4445-8789-a1523c02e79d","tenant_id":"09475b47d2224a18b98d24a11e23a2c7","created_at":"2018-08-12T08:47:02Z","dns_nameservers":[],"updated_at":"2018-08-12T08:47:02Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"gateway_ip":"10.1.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.1.2.0/24","project_id":"09475b47d2224a18b98d24a11e23a2c7","id":"0d6136fe-7c45-4ddc-9aa4-664c629cd804","subnetpool_id":null,"name":"CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-subnet"}]} 2018-08-12 08:47:25,666 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=66a6c85e-ff34-4445-8789-a1523c02e79d used request id req-bc887d0f-0e26-46e8-ad31-283f9eea911f 2018-08-12 08:47:25,671 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}402bfbd98fe2b733c25bc91e7a76e392901684e1" 2018-08-12 08:47:25,754 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-755f6f0c-803f-4a89-9a88-8077cd7e67d8 Date: Sun, 12 Aug 2018 08:47:25 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"66a6c85e-ff34-4445-8789-a1523c02e79d","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"09475b47d2224a18b98d24a11e23a2c7","status":"ACTIVE","subnets":["0d6136fe-7c45-4ddc-9aa4-664c629cd804"],"description":"","tags":[],"updated_at":"2018-08-12T08:47:02Z","provider:segmentation_id":10,"name":"CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-net","admin_state_up":true,"tenant_id":"09475b47d2224a18b98d24a11e23a2c7","created_at":"2018-08-12T08:47:00Z","provider:network_type":"vxlan"}]} 2018-08-12 08:47:25,754 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-net used request id req-755f6f0c-803f-4a89-9a88-8077cd7e67d8 2018-08-12 08:47:25,758 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/09475b47d2224a18b98d24a11e23a2c7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}402bfbd98fe2b733c25bc91e7a76e392901684e1" 2018-08-12 08:47:25,843 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-2b35b1e4-14c1-4ecf-9f19-1a74efc6681b Date: Sun, 12 Aug 2018 08:47:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"66a6c85e-ff34-4445-8789-a1523c02e79d","tenant_id":"09475b47d2224a18b98d24a11e23a2c7","created_at":"2018-08-12T08:47:02Z","dns_nameservers":[],"updated_at":"2018-08-12T08:47:02Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"gateway_ip":"10.1.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.1.2.0/24","project_id":"09475b47d2224a18b98d24a11e23a2c7","id":"0d6136fe-7c45-4ddc-9aa4-664c629cd804","subnetpool_id":null,"name":"CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-subnet"}]} 2018-08-12 08:47:25,843 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=66a6c85e-ff34-4445-8789-a1523c02e79d used request id req-2b35b1e4-14c1-4ecf-9f19-1a74efc6681b 2018-08-12 08:47:25,849 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}402bfbd98fe2b733c25bc91e7a76e392901684e1" 2018-08-12 08:47:25,850 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:47:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7dc1a0a4-8806-4519-80f3-c6c1952ba192 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/09475b47d2224a18b98d24a11e23a2c7"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "09475b47d2224a18b98d24a11e23a2c7", "name": "CreateStackFloatingIpTests-b195427a-328e-429-proj"}} 2018-08-12 08:47:25,851 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/09475b47d2224a18b98d24a11e23a2c7 used request id req-7dc1a0a4-8806-4519-80f3-c6c1952ba192 2018-08-12 08:47:25,858 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=66a6c85e-ff34-4445-8789-a1523c02e79d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}402bfbd98fe2b733c25bc91e7a76e392901684e1" 2018-08-12 08:47:25,901 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-b0318078-d2c9-45c9-a5ea-4b6255910413 Date: Sun, 12 Aug 2018 08:47:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"66a6c85e-ff34-4445-8789-a1523c02e79d","tenant_id":"09475b47d2224a18b98d24a11e23a2c7","created_at":"2018-08-12T08:47:02Z","dns_nameservers":[],"updated_at":"2018-08-12T08:47:02Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"gateway_ip":"10.1.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.1.2.0/24","project_id":"09475b47d2224a18b98d24a11e23a2c7","id":"0d6136fe-7c45-4ddc-9aa4-664c629cd804","subnetpool_id":null,"name":"CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-subnet"}]} 2018-08-12 08:47:25,901 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=66a6c85e-ff34-4445-8789-a1523c02e79d used request id req-b0318078-d2c9-45c9-a5ea-4b6255910413 2018-08-12 08:47:25,906 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=66a6c85e-ff34-4445-8789-a1523c02e79d&mac_address=fa%3A16%3A3e%3A8e%3Aa6%3Ae5&name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack-port1-j4sk54ixtfms&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}402bfbd98fe2b733c25bc91e7a76e392901684e1" 2018-08-12 08:47:25,951 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 988 X-Openstack-Request-Id: req-8d0dd7ad-98d5-4e90-a624-d3e767647910 Date: Sun, 12 Aug 2018 08:47:25 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:47:14Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"0d6136fe-7c45-4ddc-9aa4-664c629cd804","ip_address":"10.1.2.14"}],"id":"6656e172-8928-424d-983e-225bdaab8af6","security_groups":["0c8e2667-7404-43a3-ba20-8693b3e2c970"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:8e:a6:e5","project_id":"09475b47d2224a18b98d24a11e23a2c7","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"29fd9676-bf08-45b1-b55b-435fe202f231","name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack-port1-j4sk54ixtfms","admin_state_up":true,"network_id":"66a6c85e-ff34-4445-8789-a1523c02e79d","tenant_id":"09475b47d2224a18b98d24a11e23a2c7","created_at":"2018-08-12T08:47:05Z","binding:vnic_type":"normal"}]} 2018-08-12 08:47:25,951 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=66a6c85e-ff34-4445-8789-a1523c02e79d&mac_address=fa%3A16%3A3e%3A8e%3Aa6%3Ae5&name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack-port1-j4sk54ixtfms&admin_state_up=True used request id req-8d0dd7ad-98d5-4e90-a624-d3e767647910 2018-08-12 08:47:25,954 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/09475b47d2224a18b98d24a11e23a2c7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}402bfbd98fe2b733c25bc91e7a76e392901684e1" 2018-08-12 08:47:26,048 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:47:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b566c09e-2fa5-4397-9ad9-4628494e3b9b Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/09475b47d2224a18b98d24a11e23a2c7"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "09475b47d2224a18b98d24a11e23a2c7", "name": "CreateStackFloatingIpTests-b195427a-328e-429-proj"}} 2018-08-12 08:47:26,048 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/09475b47d2224a18b98d24a11e23a2c7 used request id req-b566c09e-2fa5-4397-9ad9-4628494e3b9b 2018-08-12 08:47:26,053 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}402bfbd98fe2b733c25bc91e7a76e392901684e1" 2018-08-12 08:47:26,126 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-5c02933b-255e-4b26-915b-567a1aefe62f Date: Sun, 12 Aug 2018 08:47:26 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"66a6c85e-ff34-4445-8789-a1523c02e79d","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"09475b47d2224a18b98d24a11e23a2c7","status":"ACTIVE","subnets":["0d6136fe-7c45-4ddc-9aa4-664c629cd804"],"description":"","tags":[],"updated_at":"2018-08-12T08:47:02Z","provider:segmentation_id":10,"name":"CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-net","admin_state_up":true,"tenant_id":"09475b47d2224a18b98d24a11e23a2c7","created_at":"2018-08-12T08:47:00Z","provider:network_type":"vxlan"}]} 2018-08-12 08:47:26,126 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-net used request id req-5c02933b-255e-4b26-915b-567a1aefe62f 2018-08-12 08:47:26,130 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/09475b47d2224a18b98d24a11e23a2c7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}402bfbd98fe2b733c25bc91e7a76e392901684e1" 2018-08-12 08:47:26,227 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:47:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-83f78557-3baa-4307-8b34-d5387809b096 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/09475b47d2224a18b98d24a11e23a2c7"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "09475b47d2224a18b98d24a11e23a2c7", "name": "CreateStackFloatingIpTests-b195427a-328e-429-proj"}} 2018-08-12 08:47:26,227 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/09475b47d2224a18b98d24a11e23a2c7 used request id req-83f78557-3baa-4307-8b34-d5387809b096 2018-08-12 08:47:26,232 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=66a6c85e-ff34-4445-8789-a1523c02e79d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}402bfbd98fe2b733c25bc91e7a76e392901684e1" 2018-08-12 08:47:26,284 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-c59ff22d-3d7a-4083-9da6-ce80b5f106fd Date: Sun, 12 Aug 2018 08:47:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"66a6c85e-ff34-4445-8789-a1523c02e79d","tenant_id":"09475b47d2224a18b98d24a11e23a2c7","created_at":"2018-08-12T08:47:02Z","dns_nameservers":[],"updated_at":"2018-08-12T08:47:02Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"gateway_ip":"10.1.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.1.2.0/24","project_id":"09475b47d2224a18b98d24a11e23a2c7","id":"0d6136fe-7c45-4ddc-9aa4-664c629cd804","subnetpool_id":null,"name":"CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-subnet"}]} 2018-08-12 08:47:26,284 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=66a6c85e-ff34-4445-8789-a1523c02e79d used request id req-c59ff22d-3d7a-4083-9da6-ce80b5f106fd 2018-08-12 08:47:26,289 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=66a6c85e-ff34-4445-8789-a1523c02e79d&mac_address=fa%3A16%3A3e%3A54%3Aeb%3A26&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}402bfbd98fe2b733c25bc91e7a76e392901684e1" 2018-08-12 08:47:26,314 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-ac1b2910-3e04-4336-9371-a72c4c98aadc Date: Sun, 12 Aug 2018 08:47:26 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"66a6c85e-ff34-4445-8789-a1523c02e79d","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"09475b47d2224a18b98d24a11e23a2c7","status":"ACTIVE","subnets":["0d6136fe-7c45-4ddc-9aa4-664c629cd804"],"description":"","tags":[],"updated_at":"2018-08-12T08:47:02Z","provider:segmentation_id":10,"name":"CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-net","admin_state_up":true,"tenant_id":"09475b47d2224a18b98d24a11e23a2c7","created_at":"2018-08-12T08:47:00Z","provider:network_type":"vxlan"}]} 2018-08-12 08:47:26,315 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-net used request id req-ac1b2910-3e04-4336-9371-a72c4c98aadc 2018-08-12 08:47:26,320 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=66a6c85e-ff34-4445-8789-a1523c02e79d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}402bfbd98fe2b733c25bc91e7a76e392901684e1" 2018-08-12 08:47:26,339 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 873 X-Openstack-Request-Id: req-5b9cef73-6e2b-436c-9f8c-851bfb2e39a3 Date: Sun, 12 Aug 2018 08:47:26 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:47:15Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"0d6136fe-7c45-4ddc-9aa4-664c629cd804","ip_address":"10.1.2.11"}],"id":"4d18bccd-9cdd-46b3-b76f-15939230a457","security_groups":["aa37c8ae-2450-4037-8a87-90ed06d3c384"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:54:eb:26","project_id":"09475b47d2224a18b98d24a11e23a2c7","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"119ae33f-c6c4-45c5-b7ec-49740db9f83c","name":"","admin_state_up":true,"network_id":"66a6c85e-ff34-4445-8789-a1523c02e79d","tenant_id":"09475b47d2224a18b98d24a11e23a2c7","created_at":"2018-08-12T08:47:10Z","binding:vnic_type":"normal"}]} 2018-08-12 08:47:26,339 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=66a6c85e-ff34-4445-8789-a1523c02e79d&mac_address=fa%3A16%3A3e%3A54%3Aeb%3A26&admin_state_up=True used request id req-5b9cef73-6e2b-436c-9f8c-851bfb2e39a3 2018-08-12 08:47:26,342 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/09475b47d2224a18b98d24a11e23a2c7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}402bfbd98fe2b733c25bc91e7a76e392901684e1" 2018-08-12 08:47:26,359 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-81199c8b-11c8-492d-a79e-8544b769cb76 Date: Sun, 12 Aug 2018 08:47:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"66a6c85e-ff34-4445-8789-a1523c02e79d","tenant_id":"09475b47d2224a18b98d24a11e23a2c7","created_at":"2018-08-12T08:47:02Z","dns_nameservers":[],"updated_at":"2018-08-12T08:47:02Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"gateway_ip":"10.1.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.1.2.0/24","project_id":"09475b47d2224a18b98d24a11e23a2c7","id":"0d6136fe-7c45-4ddc-9aa4-664c629cd804","subnetpool_id":null,"name":"CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-subnet"}]} 2018-08-12 08:47:26,359 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=66a6c85e-ff34-4445-8789-a1523c02e79d used request id req-81199c8b-11c8-492d-a79e-8544b769cb76 2018-08-12 08:47:26,363 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=66a6c85e-ff34-4445-8789-a1523c02e79d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}402bfbd98fe2b733c25bc91e7a76e392901684e1" 2018-08-12 08:47:26,437 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:47:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e6f64df8-c72a-47d1-903a-be2dae9ac171 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/09475b47d2224a18b98d24a11e23a2c7"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "09475b47d2224a18b98d24a11e23a2c7", "name": "CreateStackFloatingIpTests-b195427a-328e-429-proj"}} 2018-08-12 08:47:26,437 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/09475b47d2224a18b98d24a11e23a2c7 used request id req-e6f64df8-c72a-47d1-903a-be2dae9ac171 2018-08-12 08:47:26,442 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}402bfbd98fe2b733c25bc91e7a76e392901684e1" 2018-08-12 08:47:26,526 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-dd20bbdd-40df-4213-be38-5fa46465bee8 Date: Sun, 12 Aug 2018 08:47:26 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"66a6c85e-ff34-4445-8789-a1523c02e79d","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"09475b47d2224a18b98d24a11e23a2c7","status":"ACTIVE","subnets":["0d6136fe-7c45-4ddc-9aa4-664c629cd804"],"description":"","tags":[],"updated_at":"2018-08-12T08:47:02Z","provider:segmentation_id":10,"name":"CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-net","admin_state_up":true,"tenant_id":"09475b47d2224a18b98d24a11e23a2c7","created_at":"2018-08-12T08:47:00Z","provider:network_type":"vxlan"}]} 2018-08-12 08:47:26,526 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-net used request id req-dd20bbdd-40df-4213-be38-5fa46465bee8 2018-08-12 08:47:26,532 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=66a6c85e-ff34-4445-8789-a1523c02e79d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}402bfbd98fe2b733c25bc91e7a76e392901684e1" 2018-08-12 08:47:26,570 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5241 X-Openstack-Request-Id: req-db70e753-7cd1-4cca-81f0-0356837084e2 Date: Sun, 12 Aug 2018 08:47:26 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:47:06Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"0d6136fe-7c45-4ddc-9aa4-664c629cd804","ip_address":"10.1.2.3"}],"id":"04d23f10-15c2-4a9c-b5c6-222ed0199403","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c2:fa:2b","project_id":"09475b47d2224a18b98d24a11e23a2c7","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-66a6c85e-ff34-4445-8789-a1523c02e79d","name":"","admin_state_up":true,"network_id":"66a6c85e-ff34-4445-8789-a1523c02e79d","tenant_id":"09475b47d2224a18b98d24a11e23a2c7","created_at":"2018-08-12T08:47:03Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:47:05Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"0d6136fe-7c45-4ddc-9aa4-664c629cd804","ip_address":"10.1.2.2"}],"id":"084d7e09-63c8-4686-a8d8-3fc1dfb8e8eb","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:53:84:8e","project_id":"09475b47d2224a18b98d24a11e23a2c7","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-66a6c85e-ff34-4445-8789-a1523c02e79d","name":"","admin_state_up":true,"network_id":"66a6c85e-ff34-4445-8789-a1523c02e79d","tenant_id":"09475b47d2224a18b98d24a11e23a2c7","created_at":"2018-08-12T08:47:02Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:47:15Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"0d6136fe-7c45-4ddc-9aa4-664c629cd804","ip_address":"10.1.2.11"}],"id":"4d18bccd-9cdd-46b3-b76f-15939230a457","security_groups":["aa37c8ae-2450-4037-8a87-90ed06d3c384"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:54:eb:26","project_id":"09475b47d2224a18b98d24a11e23a2c7","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"119ae33f-c6c4-45c5-b7ec-49740db9f83c","name":"","admin_state_up":true,"network_id":"66a6c85e-ff34-4445-8789-a1523c02e79d","tenant_id":"09475b47d2224a18b98d24a11e23a2c7","created_at":"2018-08-12T08:47:10Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:47:14Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"0d6136fe-7c45-4ddc-9aa4-664c629cd804","ip_address":"10.1.2.14"}],"id":"6656e172-8928-424d-983e-225bdaab8af6","security_groups":["0c8e2667-7404-43a3-ba20-8693b3e2c970"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:8e:a6:e5","project_id":"09475b47d2224a18b98d24a11e23a2c7","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"29fd9676-bf08-45b1-b55b-435fe202f231","name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack-port1-j4sk54ixtfms","admin_state_up":true,"network_id":"66a6c85e-ff34-4445-8789-a1523c02e79d","tenant_id":"09475b47d2224a18b98d24a11e23a2c7","created_at":"2018-08-12T08:47:05Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:47:06Z","device_owner":"network:router_interface","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"0d6136fe-7c45-4ddc-9aa4-664c629cd804","ip_address":"10.1.2.1"}],"id":"955832c4-3905-4fb0-bfe1-1626fe2f53c4","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:ea:55:94","project_id":"09475b47d2224a18b98d24a11e23a2c7","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"7bb7d7a0-cedd-4c6c-ad19-5b068599734b","name":"","admin_state_up":true,"network_id":"66a6c85e-ff34-4445-8789-a1523c02e79d","tenant_id":"09475b47d2224a18b98d24a11e23a2c7","created_at":"2018-08-12T08:47:05Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:47:07Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"0d6136fe-7c45-4ddc-9aa4-664c629cd804","ip_address":"10.1.2.4"}],"id":"c8a4ac61-e8ac-4499-8b81-bdc51256873f","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e1:24:82","project_id":"09475b47d2224a18b98d24a11e23a2c7","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-66a6c85e-ff34-4445-8789-a1523c02e79d","name":"","admin_state_up":true,"network_id":"66a6c85e-ff34-4445-8789-a1523c02e79d","tenant_id":"09475b47d2224a18b98d24a11e23a2c7","created_at":"2018-08-12T08:47:04Z","binding:vnic_type":"normal"}]} 2018-08-12 08:47:26,570 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=66a6c85e-ff34-4445-8789-a1523c02e79d used request id req-db70e753-7cd1-4cca-81f0-0356837084e2 2018-08-12 08:47:26,575 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}402bfbd98fe2b733c25bc91e7a76e392901684e1" 2018-08-12 08:47:26,594 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1089 X-Openstack-Request-Id: req-ebfb53f2-2018-4e3b-bbf0-15b8e117946b Date: Sun, 12 Aug 2018 08:47:26 GMT RESP BODY: {"floatingips": [{"router_id": "7bb7d7a0-cedd-4c6c-ad19-5b068599734b", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-12T08:47:08Z", "floating_network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "fixed_ip_address": "10.1.2.14", "floating_ip_address": "172.30.9.201", "revision_number": 2, "port_id": "6656e172-8928-424d-983e-225bdaab8af6", "id": "4d7e9930-d6cf-4dcd-8b56-659808b6f04d", "tenant_id": "09475b47d2224a18b98d24a11e23a2c7", "created_at": "2018-08-12T08:47:05Z", "project_id": "09475b47d2224a18b98d24a11e23a2c7"}, {"router_id": "8b254875-08ae-4a93-8f2f-7d8064451ba9", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-12T06:21:29Z", "floating_network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "fixed_ip_address": "192.168.1.5", "floating_ip_address": "172.30.9.204", "revision_number": 0, "port_id": "31b43b29-e122-433e-ae3e-4cc8934c01af", "id": "e7a37c1e-78e0-4963-a79d-d777e09fb783", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "created_at": "2018-08-12T06:21:29Z", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}]} 2018-08-12 08:47:26,594 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips used request id req-ebfb53f2-2018-4e3b-bbf0-15b8e117946b 2018-08-12 08:47:26,599 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers/7bb7d7a0-cedd-4c6c-ad19-5b068599734b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}402bfbd98fe2b733c25bc91e7a76e392901684e1" 2018-08-12 08:47:26,703 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 600 X-Openstack-Request-Id: req-67cf0f5d-540c-4c4f-adf5-c0515ed32bb1 Date: Sun, 12 Aug 2018 08:47:26 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ec788992-fa73-45cc-a7d9-6d44542124c2", "ip_address": "172.30.9.208"}]}, "description": "", "tags": [], "tenant_id": "09475b47d2224a18b98d24a11e23a2c7", "created_at": "2018-08-12T08:47:01Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-12T08:47:06Z", "revision_number": 3, "routes": [], "project_id": "09475b47d2224a18b98d24a11e23a2c7", "id": "7bb7d7a0-cedd-4c6c-ad19-5b068599734b", "name": "mgmt_router"}} 2018-08-12 08:47:26,703 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers/7bb7d7a0-cedd-4c6c-ad19-5b068599734b used request id req-67cf0f5d-540c-4c4f-adf5-c0515ed32bb1 2018-08-12 08:47:26,708 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=7bb7d7a0-cedd-4c6c-ad19-5b068599734b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}402bfbd98fe2b733c25bc91e7a76e392901684e1" 2018-08-12 08:47:26,745 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-1c9e3231-bab9-444b-9dc6-2cd624c9925a Date: Sun, 12 Aug 2018 08:47:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"66a6c85e-ff34-4445-8789-a1523c02e79d","tenant_id":"09475b47d2224a18b98d24a11e23a2c7","created_at":"2018-08-12T08:47:02Z","dns_nameservers":[],"updated_at":"2018-08-12T08:47:02Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"gateway_ip":"10.1.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.1.2.0/24","project_id":"09475b47d2224a18b98d24a11e23a2c7","id":"0d6136fe-7c45-4ddc-9aa4-664c629cd804","subnetpool_id":null,"name":"CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-subnet"}]} 2018-08-12 08:47:26,745 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=66a6c85e-ff34-4445-8789-a1523c02e79d used request id req-1c9e3231-bab9-444b-9dc6-2cd624c9925a 2018-08-12 08:47:26,750 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=66a6c85e-ff34-4445-8789-a1523c02e79d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}402bfbd98fe2b733c25bc91e7a76e392901684e1" 2018-08-12 08:47:26,759 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1553 X-Openstack-Request-Id: req-71c3e5bc-013a-491c-9cd5-e5fac4abd462 Date: Sun, 12 Aug 2018 08:47:26 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:47:06Z","device_owner":"network:router_interface","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"0d6136fe-7c45-4ddc-9aa4-664c629cd804","ip_address":"10.1.2.1"}],"id":"955832c4-3905-4fb0-bfe1-1626fe2f53c4","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:ea:55:94","project_id":"09475b47d2224a18b98d24a11e23a2c7","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"7bb7d7a0-cedd-4c6c-ad19-5b068599734b","name":"","admin_state_up":true,"network_id":"66a6c85e-ff34-4445-8789-a1523c02e79d","tenant_id":"09475b47d2224a18b98d24a11e23a2c7","created_at":"2018-08-12T08:47:05Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:47:02Z","device_owner":"network:router_gateway","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ec788992-fa73-45cc-a7d9-6d44542124c2","ip_address":"172.30.9.208"}],"id":"b9f81760-ad8b-432f-8641-fa097ffe47c7","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:fe:85:64","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"7bb7d7a0-cedd-4c6c-ad19-5b068599734b","name":"","admin_state_up":true,"network_id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","tenant_id":"","created_at":"2018-08-12T08:47:02Z","binding:vnic_type":"normal"}]} 2018-08-12 08:47:26,760 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=7bb7d7a0-cedd-4c6c-ad19-5b068599734b used request id req-71c3e5bc-013a-491c-9cd5-e5fac4abd462 2018-08-12 08:47:26,765 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/ec788992-fa73-45cc-a7d9-6d44542124c2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}402bfbd98fe2b733c25bc91e7a76e392901684e1" 2018-08-12 08:47:26,809 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-20a86c43-8034-41d1-8207-a3ef05c4df98 Date: Sun, 12 Aug 2018 08:47:26 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","tenant_id":"310f5853751a4c968f3eeb0a3d99a0a8","created_at":"2018-08-12T05:04:31Z","dns_nameservers":[],"updated_at":"2018-08-12T05:04:31Z","gateway_ip":"172.30.9.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"172.30.9.0/24","project_id":"310f5853751a4c968f3eeb0a3d99a0a8","id":"ec788992-fa73-45cc-a7d9-6d44542124c2","subnetpool_id":null,"name":"external-subnet"}} 2018-08-12 08:47:26,810 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/ec788992-fa73-45cc-a7d9-6d44542124c2 used request id req-20a86c43-8034-41d1-8207-a3ef05c4df98 2018-08-12 08:47:26,814 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/0d6136fe-7c45-4ddc-9aa4-664c629cd804 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}402bfbd98fe2b733c25bc91e7a76e392901684e1" 2018-08-12 08:47:26,859 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-b19e61e1-c30f-48f8-8a37-478c1a1b8932 Date: Sun, 12 Aug 2018 08:47:26 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"66a6c85e-ff34-4445-8789-a1523c02e79d","tenant_id":"09475b47d2224a18b98d24a11e23a2c7","created_at":"2018-08-12T08:47:02Z","dns_nameservers":[],"updated_at":"2018-08-12T08:47:02Z","gateway_ip":"10.1.2.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.1.2.0/24","project_id":"09475b47d2224a18b98d24a11e23a2c7","id":"0d6136fe-7c45-4ddc-9aa4-664c629cd804","subnetpool_id":null,"name":"CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-subnet"}} 2018-08-12 08:47:26,859 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/0d6136fe-7c45-4ddc-9aa4-664c629cd804 used request id req-b19e61e1-c30f-48f8-8a37-478c1a1b8932 2018-08-12 08:47:26,863 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports/6656e172-8928-424d-983e-225bdaab8af6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}402bfbd98fe2b733c25bc91e7a76e392901684e1" 2018-08-12 08:47:26,906 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 985 X-Openstack-Request-Id: req-7c5c60ca-0875-4820-9157-d2757be65a0e Date: Sun, 12 Aug 2018 08:47:26 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:47:14Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"0d6136fe-7c45-4ddc-9aa4-664c629cd804","ip_address":"10.1.2.14"}],"id":"6656e172-8928-424d-983e-225bdaab8af6","security_groups":["0c8e2667-7404-43a3-ba20-8693b3e2c970"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:8e:a6:e5","project_id":"09475b47d2224a18b98d24a11e23a2c7","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"29fd9676-bf08-45b1-b55b-435fe202f231","name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack-port1-j4sk54ixtfms","admin_state_up":true,"network_id":"66a6c85e-ff34-4445-8789-a1523c02e79d","tenant_id":"09475b47d2224a18b98d24a11e23a2c7","created_at":"2018-08-12T08:47:05Z","binding:vnic_type":"normal"}} 2018-08-12 08:47:26,906 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports/6656e172-8928-424d-983e-225bdaab8af6 used request id req-7c5c60ca-0875-4820-9157-d2757be65a0e 2018-08-12 08:47:26,910 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/0d6136fe-7c45-4ddc-9aa4-664c629cd804 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}402bfbd98fe2b733c25bc91e7a76e392901684e1" 2018-08-12 08:47:26,951 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-07b433c7-70a9-40d8-b009-d676172757d3 Date: Sun, 12 Aug 2018 08:47:26 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"66a6c85e-ff34-4445-8789-a1523c02e79d","tenant_id":"09475b47d2224a18b98d24a11e23a2c7","created_at":"2018-08-12T08:47:02Z","dns_nameservers":[],"updated_at":"2018-08-12T08:47:02Z","gateway_ip":"10.1.2.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.1.2.0/24","project_id":"09475b47d2224a18b98d24a11e23a2c7","id":"0d6136fe-7c45-4ddc-9aa4-664c629cd804","subnetpool_id":null,"name":"CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-subnet"}} 2018-08-12 08:47:26,951 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/0d6136fe-7c45-4ddc-9aa4-664c629cd804 used request id req-07b433c7-70a9-40d8-b009-d676172757d3 2018-08-12 08:47:26,954 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/59cea4eb-6475-404c-beb0-b5db9530b81a -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}402bfbd98fe2b733c25bc91e7a76e392901684e1" 2018-08-12 08:47:26,981 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5241 X-Openstack-Request-Id: req-a90f8ddc-ad74-4ec2-b769-899851bb42b9 Date: Sun, 12 Aug 2018 08:47:26 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:47:06Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"0d6136fe-7c45-4ddc-9aa4-664c629cd804","ip_address":"10.1.2.3"}],"id":"04d23f10-15c2-4a9c-b5c6-222ed0199403","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c2:fa:2b","project_id":"09475b47d2224a18b98d24a11e23a2c7","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-66a6c85e-ff34-4445-8789-a1523c02e79d","name":"","admin_state_up":true,"network_id":"66a6c85e-ff34-4445-8789-a1523c02e79d","tenant_id":"09475b47d2224a18b98d24a11e23a2c7","created_at":"2018-08-12T08:47:03Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:47:05Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"0d6136fe-7c45-4ddc-9aa4-664c629cd804","ip_address":"10.1.2.2"}],"id":"084d7e09-63c8-4686-a8d8-3fc1dfb8e8eb","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:53:84:8e","project_id":"09475b47d2224a18b98d24a11e23a2c7","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-66a6c85e-ff34-4445-8789-a1523c02e79d","name":"","admin_state_up":true,"network_id":"66a6c85e-ff34-4445-8789-a1523c02e79d","tenant_id":"09475b47d2224a18b98d24a11e23a2c7","created_at":"2018-08-12T08:47:02Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:47:15Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"0d6136fe-7c45-4ddc-9aa4-664c629cd804","ip_address":"10.1.2.11"}],"id":"4d18bccd-9cdd-46b3-b76f-15939230a457","security_groups":["aa37c8ae-2450-4037-8a87-90ed06d3c384"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:54:eb:26","project_id":"09475b47d2224a18b98d24a11e23a2c7","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"119ae33f-c6c4-45c5-b7ec-49740db9f83c","name":"","admin_state_up":true,"network_id":"66a6c85e-ff34-4445-8789-a1523c02e79d","tenant_id":"09475b47d2224a18b98d24a11e23a2c7","created_at":"2018-08-12T08:47:10Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:47:14Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"0d6136fe-7c45-4ddc-9aa4-664c629cd804","ip_address":"10.1.2.14"}],"id":"6656e172-8928-424d-983e-225bdaab8af6","security_groups":["0c8e2667-7404-43a3-ba20-8693b3e2c970"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:8e:a6:e5","project_id":"09475b47d2224a18b98d24a11e23a2c7","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"29fd9676-bf08-45b1-b55b-435fe202f231","name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack-port1-j4sk54ixtfms","admin_state_up":true,"network_id":"66a6c85e-ff34-4445-8789-a1523c02e79d","tenant_id":"09475b47d2224a18b98d24a11e23a2c7","created_at":"2018-08-12T08:47:05Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:47:06Z","device_owner":"network:router_interface","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"0d6136fe-7c45-4ddc-9aa4-664c629cd804","ip_address":"10.1.2.1"}],"id":"955832c4-3905-4fb0-bfe1-1626fe2f53c4","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:ea:55:94","project_id":"09475b47d2224a18b98d24a11e23a2c7","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"7bb7d7a0-cedd-4c6c-ad19-5b068599734b","name":"","admin_state_up":true,"network_id":"66a6c85e-ff34-4445-8789-a1523c02e79d","tenant_id":"09475b47d2224a18b98d24a11e23a2c7","created_at":"2018-08-12T08:47:05Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:47:07Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"0d6136fe-7c45-4ddc-9aa4-664c629cd804","ip_address":"10.1.2.4"}],"id":"c8a4ac61-e8ac-4499-8b81-bdc51256873f","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e1:24:82","project_id":"09475b47d2224a18b98d24a11e23a2c7","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-66a6c85e-ff34-4445-8789-a1523c02e79d","name":"","admin_state_up":true,"network_id":"66a6c85e-ff34-4445-8789-a1523c02e79d","tenant_id":"09475b47d2224a18b98d24a11e23a2c7","created_at":"2018-08-12T08:47:04Z","binding:vnic_type":"normal"}]} 2018-08-12 08:47:26,981 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=66a6c85e-ff34-4445-8789-a1523c02e79d used request id req-a90f8ddc-ad74-4ec2-b769-899851bb42b9 2018-08-12 08:47:26,986 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}402bfbd98fe2b733c25bc91e7a76e392901684e1" 2018-08-12 08:47:27,134 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-9955167e-f073-44d7-bf63-5068d997c297 Date: Sun, 12 Aug 2018 08:47:27 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-image", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:46:53Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-12T08:46:54Z", "visibility": "shared", "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/59cea4eb-6475-404c-beb0-b5db9530b81a/snap", "metadata": {}}], "self": "/v2/images/59cea4eb-6475-404c-beb0-b5db9530b81a", "min_disk": 0, "protected": false, "id": "59cea4eb-6475-404c-beb0-b5db9530b81a", "file": "/v2/images/59cea4eb-6475-404c-beb0-b5db9530b81a/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "09475b47d2224a18b98d24a11e23a2c7", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/59cea4eb-6475-404c-beb0-b5db9530b81a/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-12 08:47:27,135 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/59cea4eb-6475-404c-beb0-b5db9530b81a used request id req-9955167e-f073-44d7-bf63-5068d997c297 2018-08-12 08:47:27,137 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}402bfbd98fe2b733c25bc91e7a76e392901684e1" 2018-08-12 08:47:27,162 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1089 X-Openstack-Request-Id: req-791cb267-1a28-4de6-87b0-66c16bad78d2 Date: Sun, 12 Aug 2018 08:47:27 GMT RESP BODY: {"floatingips": [{"router_id": "7bb7d7a0-cedd-4c6c-ad19-5b068599734b", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-12T08:47:08Z", "floating_network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "fixed_ip_address": "10.1.2.14", "floating_ip_address": "172.30.9.201", "revision_number": 2, "port_id": "6656e172-8928-424d-983e-225bdaab8af6", "id": "4d7e9930-d6cf-4dcd-8b56-659808b6f04d", "tenant_id": "09475b47d2224a18b98d24a11e23a2c7", "created_at": "2018-08-12T08:47:05Z", "project_id": "09475b47d2224a18b98d24a11e23a2c7"}, {"router_id": "8b254875-08ae-4a93-8f2f-7d8064451ba9", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-12T06:21:29Z", "floating_network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "fixed_ip_address": "192.168.1.5", "floating_ip_address": "172.30.9.204", "revision_number": 0, "port_id": "31b43b29-e122-433e-ae3e-4cc8934c01af", "id": "e7a37c1e-78e0-4963-a79d-d777e09fb783", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "created_at": "2018-08-12T06:21:29Z", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}]} 2018-08-12 08:47:27,162 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips used request id req-791cb267-1a28-4de6-87b0-66c16bad78d2 2018-08-12 08:47:27,165 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/59cea4eb-6475-404c-beb0-b5db9530b81a -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}402bfbd98fe2b733c25bc91e7a76e392901684e1" 2018-08-12 08:47:27,315 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-bc8b201a-4c28-40b4-b792-c29e8235fcc5 Date: Sun, 12 Aug 2018 08:47:27 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"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}, "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}, "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"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "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"}, "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"}, "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}, "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}, "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"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "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}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-12 08:47:27,315 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-bc8b201a-4c28-40b4-b792-c29e8235fcc5 2018-08-12 08:47:27,321 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks/0ac6cf5e-97f3-4469-b452-c37726a282ad -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}402bfbd98fe2b733c25bc91e7a76e392901684e1" 2018-08-12 08:47:27,351 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-e6dbeca5-c030-457c-8727-2b2ba258c7ea Date: Sun, 12 Aug 2018 08:47:27 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-image", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:46:53Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-12T08:46:54Z", "visibility": "shared", "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/59cea4eb-6475-404c-beb0-b5db9530b81a/snap", "metadata": {}}], "self": "/v2/images/59cea4eb-6475-404c-beb0-b5db9530b81a", "min_disk": 0, "protected": false, "id": "59cea4eb-6475-404c-beb0-b5db9530b81a", "file": "/v2/images/59cea4eb-6475-404c-beb0-b5db9530b81a/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "09475b47d2224a18b98d24a11e23a2c7", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/59cea4eb-6475-404c-beb0-b5db9530b81a/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-12 08:47:27,352 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/59cea4eb-6475-404c-beb0-b5db9530b81a used request id req-e6dbeca5-c030-457c-8727-2b2ba258c7ea 2018-08-12 08:47:27,355 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks/0ac6cf5e-97f3-4469-b452-c37726a282ad -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}402bfbd98fe2b733c25bc91e7a76e392901684e1" 2018-08-12 08:47:27,511 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:47:27 GMT Server: Apache x-openstack-request-id: req-0b309dc2-9897-4dbf-b7e0-dcfaab53a994 Location: http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack/0ac6cf5e-97f3-4469-b452-c37726a282ad Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack/0ac6cf5e-97f3-4469-b452-c37726a282ad;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:47:27,539 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:47:27 GMT Server: Apache x-openstack-request-id: req-158bd943-d94c-46d6-bdd8-be78ad2f0a5b Location: http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack/0ac6cf5e-97f3-4469-b452-c37726a282ad Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack/0ac6cf5e-97f3-4469-b452-c37726a282ad;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:47:27,664 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:47:27 GMT Server: Apache x-openstack-request-id: req-eb426540-e518-4d46-9e47-2c2d5622f4e8 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2084 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-flavor2", "OS::project_id": "09475b47d2224a18b98d24a11e23a2c7", "OS::stack_id": "0ac6cf5e-97f3-4469-b452-c37726a282ad", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-kp", "security_group_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-sec_grp", "subnet_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-subnet", "net_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-inst2", "inst1_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-inst1", "image2_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-image", "flavor1_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-flavor1", "image1_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack", "stack_user_project_id": "214885e4848f489f881a09edc64f9090", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-08-12T08:46:58Z", "links": [{"href": "http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack/0ac6cf5e-97f3-4469-b452-c37726a282ad", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "0ac6cf5e-97f3-4469-b452-c37726a282ad", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA1kEvLMWEweOkS+Kz3+NpdpINyQDnqMgLjw/2C9QKGPbUogoh\nuyFvA1WC2gu3bHWze1GE/yElDDfTIxQM+CRj8FBWdsWXW0PzRwGfFeYjGORGhy35\nygyYorwh7RWesmTPyVtz4A7Cnxy0D3JvbNr5S1DBg4/QYD/5hi+Lq6o2qqdLS8pX\naMOfXmdZ3TMphivWOispc3KOo+cczpnrCDsMdqTWeVJcDHiDHGDndQfd9snHc+to\nRr2bhpNOY+KXvB5M8N8ZaIabSB3aICU9NGiGHoQHV53FJmaoRfZYp9rna9eWSCjN\nlwQE8twbTMMkVc7Osw/uBNg5kS/b2w+zKFZ4lwIDAQABAoIBAQC9L6/FO9//CNCR\nhWvJXVhJr6vmehsUqRezyqc7SI9l/cZCEuo3/8yzx/UULlZXuhKy6IekdJLvF/gi\nuFi/X/qzP20p0U3V88lEQMVFpAIHv8IbKViwtbCtuavHWljYMzZbGZrXFJF7x++i\n2CxVlYGdpIBLeFjKNJNTjnYpLdK5mgK+dpGOI5WM+g1MHNO7CsYo/8KdrUyKEneK\nPQCrjIqOQ06UyJnA+Gxh1iiBIlMw/ohS4sn1JqlIMuWcEorq74SuMMruK+yfCPcC\nSq/d/Keh8bFzY4LvxoQWN72PLVdCP9QWnLfN5z2ZPHvPAJSenKkPx4+RykflN3vU\nCdFxijZxAoGBAPs/ctfqETsDZWSrM6HggtAy2JAX6FYEzXgGf+n5rZ6WGgZfgEDY\nM3KMbw5NnNOLQYSJjdZ8HfB0LBwjbupYtERXVgQ6owtvIyXqNF8N1woqwME3TCjS\npZcysC3V2392j8NWjavh4G4sHSmGE4Lv0z6DKJG9zt2BVUbcdgNcu7x/AoGBANpO\nnPXQk3icCf6eA17TM2zY4vQJ70t7nM+ERzPMtTmg8AsFVnoPlSI2R/OIHk8IEtOB\nSpDL4boJxYH/3Sq60B97GQX3TNBCEFBegiKkIXU792OH4TfyH6gb4Q3GKz5t8Fwf\nlnDMNFXPmzoCjAeOVK1pwnpSgPC5tlQycbl6N5fpAoGBAPJTrgbGQbwzeFXyMiiN\njF4WzH2eMX7Vvv9m9XTMVkLA73T6I49nd6eh/3NCNGJsy9JzgZQ/vfivc+Pn4RCy\nYZwQyGvnyl464SGulLihdqjdt3AkT5aIJSKBxx9ORxjXV63GC3qer4JTlgT4xlTh\nz1NZ2YVIFv/ZwFBKTqDLjl8tAoGAFoEsJRsPWMudLCZV6pyTHJFvNAEiLgHcNHhK\nbsiXlg1FMZ2nQIYCtbgqyqwpk7QdXLhjW3HpHyiKt9AMmK8RbW1fMwI/ZOiqjd5w\nQ+nvmQpJgnUrfnzzTn0xQh4/rvveX2DSPWaPrpjsQ5qnnM/LYuUYK0v+BtLePOfG\nWXyD5qECgYA2YfcwusaDgNzikzlAWoVdnhIlouX0FjtBIqEkziPmzxIdkfL46Fzc\n/p+dDgNEsSAc4ZJR88dEYXbtjZOnj0/RSIX5xhHMbeRpbYnOnI3vFUVBqccGliUC\n8uDkNf4Rfv+YRMGx+J37GGm+b2XPBVNnMNXibDbsZAHe2j6C4ApLtA==\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-08-12 08:47:27,664 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack/0ac6cf5e-97f3-4469-b452-c37726a282ad used request id req-eb426540-e518-4d46-9e47-2c2d5622f4e8 2018-08-12 08:47:27,666 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:47:27,667 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:47:27,812 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:47:27 GMT Server: Apache x-openstack-request-id: req-2649ce05-35aa-4500-b2f3-cc6479c34a32 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2084 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-flavor2", "OS::project_id": "09475b47d2224a18b98d24a11e23a2c7", "OS::stack_id": "0ac6cf5e-97f3-4469-b452-c37726a282ad", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-kp", "security_group_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-sec_grp", "subnet_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-subnet", "net_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-inst2", "inst1_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-inst1", "image2_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-image", "flavor1_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-flavor1", "image1_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack", "stack_user_project_id": "214885e4848f489f881a09edc64f9090", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-08-12T08:46:58Z", "links": [{"href": "http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack/0ac6cf5e-97f3-4469-b452-c37726a282ad", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "0ac6cf5e-97f3-4469-b452-c37726a282ad", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA1kEvLMWEweOkS+Kz3+NpdpINyQDnqMgLjw/2C9QKGPbUogoh\nuyFvA1WC2gu3bHWze1GE/yElDDfTIxQM+CRj8FBWdsWXW0PzRwGfFeYjGORGhy35\nygyYorwh7RWesmTPyVtz4A7Cnxy0D3JvbNr5S1DBg4/QYD/5hi+Lq6o2qqdLS8pX\naMOfXmdZ3TMphivWOispc3KOo+cczpnrCDsMdqTWeVJcDHiDHGDndQfd9snHc+to\nRr2bhpNOY+KXvB5M8N8ZaIabSB3aICU9NGiGHoQHV53FJmaoRfZYp9rna9eWSCjN\nlwQE8twbTMMkVc7Osw/uBNg5kS/b2w+zKFZ4lwIDAQABAoIBAQC9L6/FO9//CNCR\nhWvJXVhJr6vmehsUqRezyqc7SI9l/cZCEuo3/8yzx/UULlZXuhKy6IekdJLvF/gi\nuFi/X/qzP20p0U3V88lEQMVFpAIHv8IbKViwtbCtuavHWljYMzZbGZrXFJF7x++i\n2CxVlYGdpIBLeFjKNJNTjnYpLdK5mgK+dpGOI5WM+g1MHNO7CsYo/8KdrUyKEneK\nPQCrjIqOQ06UyJnA+Gxh1iiBIlMw/ohS4sn1JqlIMuWcEorq74SuMMruK+yfCPcC\nSq/d/Keh8bFzY4LvxoQWN72PLVdCP9QWnLfN5z2ZPHvPAJSenKkPx4+RykflN3vU\nCdFxijZxAoGBAPs/ctfqETsDZWSrM6HggtAy2JAX6FYEzXgGf+n5rZ6WGgZfgEDY\nM3KMbw5NnNOLQYSJjdZ8HfB0LBwjbupYtERXVgQ6owtvIyXqNF8N1woqwME3TCjS\npZcysC3V2392j8NWjavh4G4sHSmGE4Lv0z6DKJG9zt2BVUbcdgNcu7x/AoGBANpO\nnPXQk3icCf6eA17TM2zY4vQJ70t7nM+ERzPMtTmg8AsFVnoPlSI2R/OIHk8IEtOB\nSpDL4boJxYH/3Sq60B97GQX3TNBCEFBegiKkIXU792OH4TfyH6gb4Q3GKz5t8Fwf\nlnDMNFXPmzoCjAeOVK1pwnpSgPC5tlQycbl6N5fpAoGBAPJTrgbGQbwzeFXyMiiN\njF4WzH2eMX7Vvv9m9XTMVkLA73T6I49nd6eh/3NCNGJsy9JzgZQ/vfivc+Pn4RCy\nYZwQyGvnyl464SGulLihdqjdt3AkT5aIJSKBxx9ORxjXV63GC3qer4JTlgT4xlTh\nz1NZ2YVIFv/ZwFBKTqDLjl8tAoGAFoEsJRsPWMudLCZV6pyTHJFvNAEiLgHcNHhK\nbsiXlg1FMZ2nQIYCtbgqyqwpk7QdXLhjW3HpHyiKt9AMmK8RbW1fMwI/ZOiqjd5w\nQ+nvmQpJgnUrfnzzTn0xQh4/rvveX2DSPWaPrpjsQ5qnnM/LYuUYK0v+BtLePOfG\nWXyD5qECgYA2YfcwusaDgNzikzlAWoVdnhIlouX0FjtBIqEkziPmzxIdkfL46Fzc\n/p+dDgNEsSAc4ZJR88dEYXbtjZOnj0/RSIX5xhHMbeRpbYnOnI3vFUVBqccGliUC\n8uDkNf4Rfv+YRMGx+J37GGm+b2XPBVNnMNXibDbsZAHe2j6C4ApLtA==\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-08-12 08:47:27,812 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack/0ac6cf5e-97f3-4469-b452-c37726a282ad used request id req-2649ce05-35aa-4500-b2f3-cc6479c34a32 2018-08-12 08:47:27,813 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:47:27,814 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:47:28,067 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8cc298a9e9be4bf39c7cd70ab5bf3d52", "name": "CreateStackFloatingIpTests-b195427a-328e-429-proj-role"}, {"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:47:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "09475b47d2224a18b98d24a11e23a2c7", "name": "CreateStackFloatingIpTests-b195427a-328e-429-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/09475b47d2224a18b98d24a11e23a2c7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/09475b47d2224a18b98d24a11e23a2c7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/09475b47d2224a18b98d24a11e23a2c7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_09475b47d2224a18b98d24a11e23a2c7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_09475b47d2224a18b98d24a11e23a2c7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/09475b47d2224a18b98d24a11e23a2c7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/09475b47d2224a18b98d24a11e23a2c7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/09475b47d2224a18b98d24a11e23a2c7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/09475b47d2224a18b98d24a11e23a2c7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/09475b47d2224a18b98d24a11e23a2c7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/09475b47d2224a18b98d24a11e23a2c7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/09475b47d2224a18b98d24a11e23a2c7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/09475b47d2224a18b98d24a11e23a2c7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackFloatingIpTests-b195427a-328e-429-user", "id": "17269338a98243ca8f7d9e5eaed9dfb2"}, "audit_ids": ["k1aVmVroRxmOajDW1RMmag"], "issued_at": "2018-08-12T08:47:28.000000Z"}} 2018-08-12 08:47:28,067 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}897c2c3525d89ab70e369b4e7c0b0a668dabf57b" 2018-08-12 08:47:28,152 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:47:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c85c7d12-ad40-401e-a418-aabe8b337233 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:47:28,152 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-c85c7d12-ad40-401e-a418-aabe8b337233 2018-08-12 08:47:28,153 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-12 08:47:28,155 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:47:28,155 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:47:28,155 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:47:28,155 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:47:28,156 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:47:28,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}897c2c3525d89ab70e369b4e7c0b0a668dabf57b" 2018-08-12 08:47:28,221 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8cc298a9e9be4bf39c7cd70ab5bf3d52", "name": "CreateStackFloatingIpTests-b195427a-328e-429-proj-role"}, {"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:47:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "09475b47d2224a18b98d24a11e23a2c7", "name": "CreateStackFloatingIpTests-b195427a-328e-429-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/09475b47d2224a18b98d24a11e23a2c7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/09475b47d2224a18b98d24a11e23a2c7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/09475b47d2224a18b98d24a11e23a2c7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_09475b47d2224a18b98d24a11e23a2c7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_09475b47d2224a18b98d24a11e23a2c7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/09475b47d2224a18b98d24a11e23a2c7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/09475b47d2224a18b98d24a11e23a2c7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/09475b47d2224a18b98d24a11e23a2c7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/09475b47d2224a18b98d24a11e23a2c7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/09475b47d2224a18b98d24a11e23a2c7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/09475b47d2224a18b98d24a11e23a2c7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/09475b47d2224a18b98d24a11e23a2c7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/09475b47d2224a18b98d24a11e23a2c7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackFloatingIpTests-b195427a-328e-429-user", "id": "17269338a98243ca8f7d9e5eaed9dfb2"}, "audit_ids": ["SgqkEpEWRsikDpo8AL1JQA"], "issued_at": "2018-08-12T08:47:28.000000Z"}} 2018-08-12 08:47:28,221 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}8cfbfef4fd8628550724a508361de52aedc41894" 2018-08-12 08:47:28,244 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:47:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-007ea8be-c166-4cb4-9569-42c0616fc402 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:47:28,244 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-007ea8be-c166-4cb4-9569-42c0616fc402 2018-08-12 08:47:28,251 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}897c2c3525d89ab70e369b4e7c0b0a668dabf57b" 2018-08-12 08:47:28,310 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:47:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f2d039dc-e567-489f-8d1f-2bc6bb30ceac Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:47:28,310 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-f2d039dc-e567-489f-8d1f-2bc6bb30ceac 2018-08-12 08:47:28,311 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-12 08:47:28,313 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:47:28,313 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:47:28,313 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:47:28,313 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:47:28,313 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:47:28,315 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}8cfbfef4fd8628550724a508361de52aedc41894" 2018-08-12 08:47:28,403 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:47:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a5beb999-f420-4a34-a2c4-10b29a6baeac Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:47:28,404 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-a5beb999-f420-4a34-a2c4-10b29a6baeac 2018-08-12 08:47:28,412 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cfbfef4fd8628550724a508361de52aedc41894" 2018-08-12 08:47:28,506 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-641a2d3d-8444-4566-9eb6-369b2b501a71 Date: Sun, 12 Aug 2018 08:47:28 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"66a6c85e-ff34-4445-8789-a1523c02e79d","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"09475b47d2224a18b98d24a11e23a2c7","status":"ACTIVE","subnets":["0d6136fe-7c45-4ddc-9aa4-664c629cd804"],"description":"","tags":[],"updated_at":"2018-08-12T08:47:02Z","provider:segmentation_id":10,"name":"CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-net","admin_state_up":true,"tenant_id":"09475b47d2224a18b98d24a11e23a2c7","created_at":"2018-08-12T08:47:00Z","provider:network_type":"vxlan"}]} 2018-08-12 08:47:28,506 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-net used request id req-641a2d3d-8444-4566-9eb6-369b2b501a71 2018-08-12 08:47:28,511 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=66a6c85e-ff34-4445-8789-a1523c02e79d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}897c2c3525d89ab70e369b4e7c0b0a668dabf57b" 2018-08-12 08:47:28,696 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-2680190a-6f56-48de-9d84-18e6655f26d9 Date: Sun, 12 Aug 2018 08:47:28 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"66a6c85e-ff34-4445-8789-a1523c02e79d","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"09475b47d2224a18b98d24a11e23a2c7","status":"ACTIVE","subnets":["0d6136fe-7c45-4ddc-9aa4-664c629cd804"],"description":"","tags":[],"updated_at":"2018-08-12T08:47:02Z","provider:segmentation_id":10,"name":"CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-net","admin_state_up":true,"tenant_id":"09475b47d2224a18b98d24a11e23a2c7","created_at":"2018-08-12T08:47:00Z","provider:network_type":"vxlan"}]} 2018-08-12 08:47:28,696 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-net used request id req-2680190a-6f56-48de-9d84-18e6655f26d9 2018-08-12 08:47:28,702 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=66a6c85e-ff34-4445-8789-a1523c02e79d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cfbfef4fd8628550724a508361de52aedc41894" 2018-08-12 08:47:28,716 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-88160cd7-c72a-4087-ac4d-f3fa0a14f329 Date: Sun, 12 Aug 2018 08:47:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"66a6c85e-ff34-4445-8789-a1523c02e79d","tenant_id":"09475b47d2224a18b98d24a11e23a2c7","created_at":"2018-08-12T08:47:02Z","dns_nameservers":[],"updated_at":"2018-08-12T08:47:02Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"gateway_ip":"10.1.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.1.2.0/24","project_id":"09475b47d2224a18b98d24a11e23a2c7","id":"0d6136fe-7c45-4ddc-9aa4-664c629cd804","subnetpool_id":null,"name":"CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-subnet"}]} 2018-08-12 08:47:28,716 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=66a6c85e-ff34-4445-8789-a1523c02e79d used request id req-88160cd7-c72a-4087-ac4d-f3fa0a14f329 2018-08-12 08:47:28,721 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}897c2c3525d89ab70e369b4e7c0b0a668dabf57b" 2018-08-12 08:47:28,913 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-407e0db3-06bb-4f5a-8728-b70dfc667661 Date: Sun, 12 Aug 2018 08:47:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"66a6c85e-ff34-4445-8789-a1523c02e79d","tenant_id":"09475b47d2224a18b98d24a11e23a2c7","created_at":"2018-08-12T08:47:02Z","dns_nameservers":[],"updated_at":"2018-08-12T08:47:02Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"gateway_ip":"10.1.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.1.2.0/24","project_id":"09475b47d2224a18b98d24a11e23a2c7","id":"0d6136fe-7c45-4ddc-9aa4-664c629cd804","subnetpool_id":null,"name":"CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-subnet"}]} 2018-08-12 08:47:28,913 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=66a6c85e-ff34-4445-8789-a1523c02e79d used request id req-407e0db3-06bb-4f5a-8728-b70dfc667661 2018-08-12 08:47:28,918 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cfbfef4fd8628550724a508361de52aedc41894" 2018-08-12 08:47:28,974 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-056d95f2-4820-47a4-a952-bfeeb400c72f Date: Sun, 12 Aug 2018 08:47:28 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"66a6c85e-ff34-4445-8789-a1523c02e79d","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"09475b47d2224a18b98d24a11e23a2c7","status":"ACTIVE","subnets":["0d6136fe-7c45-4ddc-9aa4-664c629cd804"],"description":"","tags":[],"updated_at":"2018-08-12T08:47:02Z","provider:segmentation_id":10,"name":"CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-net","admin_state_up":true,"tenant_id":"09475b47d2224a18b98d24a11e23a2c7","created_at":"2018-08-12T08:47:00Z","provider:network_type":"vxlan"}]} 2018-08-12 08:47:28,974 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-net used request id req-056d95f2-4820-47a4-a952-bfeeb400c72f 2018-08-12 08:47:28,977 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:47:28,981 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:47:28 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:47:28,982 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/09475b47d2224a18b98d24a11e23a2c7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}897c2c3525d89ab70e369b4e7c0b0a668dabf57b" 2018-08-12 08:47:29,076 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:47:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6befed8b-45e4-4136-945e-881f814dda65 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/09475b47d2224a18b98d24a11e23a2c7"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "09475b47d2224a18b98d24a11e23a2c7", "name": "CreateStackFloatingIpTests-b195427a-328e-429-proj"}} 2018-08-12 08:47:29,076 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/09475b47d2224a18b98d24a11e23a2c7 used request id req-6befed8b-45e4-4136-945e-881f814dda65 2018-08-12 08:47:29,081 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=66a6c85e-ff34-4445-8789-a1523c02e79d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}897c2c3525d89ab70e369b4e7c0b0a668dabf57b" 2018-08-12 08:47:29,177 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-9c84e848-4caa-4abd-8e2b-3aa54d28812b Date: Sun, 12 Aug 2018 08:47:29 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"66a6c85e-ff34-4445-8789-a1523c02e79d","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"09475b47d2224a18b98d24a11e23a2c7","status":"ACTIVE","subnets":["0d6136fe-7c45-4ddc-9aa4-664c629cd804"],"description":"","tags":[],"updated_at":"2018-08-12T08:47:02Z","provider:segmentation_id":10,"name":"CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-net","admin_state_up":true,"tenant_id":"09475b47d2224a18b98d24a11e23a2c7","created_at":"2018-08-12T08:47:00Z","provider:network_type":"vxlan"}]} 2018-08-12 08:47:29,177 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-net used request id req-9c84e848-4caa-4abd-8e2b-3aa54d28812b 2018-08-12 08:47:29,181 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:47:29,186 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:47:29 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:47:29,187 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/09475b47d2224a18b98d24a11e23a2c7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cfbfef4fd8628550724a508361de52aedc41894" 2018-08-12 08:47:29,280 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:47:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-699d22e2-532e-43df-a5fa-9e2b74b85286 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/09475b47d2224a18b98d24a11e23a2c7"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "09475b47d2224a18b98d24a11e23a2c7", "name": "CreateStackFloatingIpTests-b195427a-328e-429-proj"}} 2018-08-12 08:47:29,280 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/09475b47d2224a18b98d24a11e23a2c7 used request id req-699d22e2-532e-43df-a5fa-9e2b74b85286 2018-08-12 08:47:29,285 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=66a6c85e-ff34-4445-8789-a1523c02e79d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cfbfef4fd8628550724a508361de52aedc41894" 2018-08-12 08:47:29,501 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-7a3e8dcf-fbbe-4970-9591-370dea2ac3f6 Date: Sun, 12 Aug 2018 08:47:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"66a6c85e-ff34-4445-8789-a1523c02e79d","tenant_id":"09475b47d2224a18b98d24a11e23a2c7","created_at":"2018-08-12T08:47:02Z","dns_nameservers":[],"updated_at":"2018-08-12T08:47:02Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"gateway_ip":"10.1.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.1.2.0/24","project_id":"09475b47d2224a18b98d24a11e23a2c7","id":"0d6136fe-7c45-4ddc-9aa4-664c629cd804","subnetpool_id":null,"name":"CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-subnet"}]} 2018-08-12 08:47:29,501 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=66a6c85e-ff34-4445-8789-a1523c02e79d used request id req-7a3e8dcf-fbbe-4970-9591-370dea2ac3f6 2018-08-12 08:47:29,508 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=66a6c85e-ff34-4445-8789-a1523c02e79d&mac_address=fa%3A16%3A3e%3A54%3Aeb%3A26&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}897c2c3525d89ab70e369b4e7c0b0a668dabf57b" 2018-08-12 08:47:29,509 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-a24bbaea-651a-413e-be59-a511356cc96c Date: Sun, 12 Aug 2018 08:47:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"66a6c85e-ff34-4445-8789-a1523c02e79d","tenant_id":"09475b47d2224a18b98d24a11e23a2c7","created_at":"2018-08-12T08:47:02Z","dns_nameservers":[],"updated_at":"2018-08-12T08:47:02Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"gateway_ip":"10.1.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.1.2.0/24","project_id":"09475b47d2224a18b98d24a11e23a2c7","id":"0d6136fe-7c45-4ddc-9aa4-664c629cd804","subnetpool_id":null,"name":"CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-subnet"}]} 2018-08-12 08:47:29,511 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=66a6c85e-ff34-4445-8789-a1523c02e79d used request id req-a24bbaea-651a-413e-be59-a511356cc96c 2018-08-12 08:47:29,518 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=66a6c85e-ff34-4445-8789-a1523c02e79d&mac_address=fa%3A16%3A3e%3A8e%3Aa6%3Ae5&name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack-port1-j4sk54ixtfms&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cfbfef4fd8628550724a508361de52aedc41894" 2018-08-12 08:47:29,718 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 873 X-Openstack-Request-Id: req-f36bb76e-c371-440c-9f32-ccb630584699 Date: Sun, 12 Aug 2018 08:47:29 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:47:15Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"0d6136fe-7c45-4ddc-9aa4-664c629cd804","ip_address":"10.1.2.11"}],"id":"4d18bccd-9cdd-46b3-b76f-15939230a457","security_groups":["aa37c8ae-2450-4037-8a87-90ed06d3c384"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:54:eb:26","project_id":"09475b47d2224a18b98d24a11e23a2c7","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"119ae33f-c6c4-45c5-b7ec-49740db9f83c","name":"","admin_state_up":true,"network_id":"66a6c85e-ff34-4445-8789-a1523c02e79d","tenant_id":"09475b47d2224a18b98d24a11e23a2c7","created_at":"2018-08-12T08:47:10Z","binding:vnic_type":"normal"}]} 2018-08-12 08:47:29,719 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=66a6c85e-ff34-4445-8789-a1523c02e79d&mac_address=fa%3A16%3A3e%3A54%3Aeb%3A26&admin_state_up=True used request id req-f36bb76e-c371-440c-9f32-ccb630584699 2018-08-12 08:47:29,719 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 988 X-Openstack-Request-Id: req-db72fd66-c9f4-43bd-8ab6-2dc7ef8eddaf Date: Sun, 12 Aug 2018 08:47:29 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:47:14Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"0d6136fe-7c45-4ddc-9aa4-664c629cd804","ip_address":"10.1.2.14"}],"id":"6656e172-8928-424d-983e-225bdaab8af6","security_groups":["0c8e2667-7404-43a3-ba20-8693b3e2c970"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:8e:a6:e5","project_id":"09475b47d2224a18b98d24a11e23a2c7","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"29fd9676-bf08-45b1-b55b-435fe202f231","name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack-port1-j4sk54ixtfms","admin_state_up":true,"network_id":"66a6c85e-ff34-4445-8789-a1523c02e79d","tenant_id":"09475b47d2224a18b98d24a11e23a2c7","created_at":"2018-08-12T08:47:05Z","binding:vnic_type":"normal"}]} 2018-08-12 08:47:29,724 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/09475b47d2224a18b98d24a11e23a2c7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}897c2c3525d89ab70e369b4e7c0b0a668dabf57b" 2018-08-12 08:47:29,724 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=66a6c85e-ff34-4445-8789-a1523c02e79d&mac_address=fa%3A16%3A3e%3A8e%3Aa6%3Ae5&name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack-port1-j4sk54ixtfms&admin_state_up=True used request id req-db72fd66-c9f4-43bd-8ab6-2dc7ef8eddaf 2018-08-12 08:47:29,731 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/09475b47d2224a18b98d24a11e23a2c7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cfbfef4fd8628550724a508361de52aedc41894" 2018-08-12 08:47:29,820 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:47:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a2d2b8ec-ebbd-476a-afbb-2a852638a83b Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/09475b47d2224a18b98d24a11e23a2c7"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "09475b47d2224a18b98d24a11e23a2c7", "name": "CreateStackFloatingIpTests-b195427a-328e-429-proj"}} 2018-08-12 08:47:29,820 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/09475b47d2224a18b98d24a11e23a2c7 used request id req-a2d2b8ec-ebbd-476a-afbb-2a852638a83b 2018-08-12 08:47:29,823 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/detail?name=CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-inst2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}897c2c3525d89ab70e369b4e7c0b0a668dabf57b" 2018-08-12 08:47:29,826 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:47:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3d84e7bb-0ca9-4414-bf9e-0d19e8cd33ee Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/09475b47d2224a18b98d24a11e23a2c7"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "09475b47d2224a18b98d24a11e23a2c7", "name": "CreateStackFloatingIpTests-b195427a-328e-429-proj"}} 2018-08-12 08:47:29,827 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/09475b47d2224a18b98d24a11e23a2c7 used request id req-3d84e7bb-0ca9-4414-bf9e-0d19e8cd33ee 2018-08-12 08:47:29,831 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/detail?name=CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-inst1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cfbfef4fd8628550724a508361de52aedc41894" 2018-08-12 08:47:30,621 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08: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-64311c36-4769-4037-bf5f-cd48f9acb6a0 x-compute-request-id: req-64311c36-4769-4037-bf5f-cd48f9acb6a0 Content-Encoding: gzip Content-Length: 820 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:54:eb:26", "version": 4, "addr": "10.1.2.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/119ae33f-c6c4-45c5-b7ec-49740db9f83c", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/119ae33f-c6c4-45c5-b7ec-49740db9f83c", "rel": "bookmark"}], "image": {"id": "59cea4eb-6475-404c-beb0-b5db9530b81a", "links": [{"href": "http://172.30.9.21:8774/images/59cea4eb-6475-404c-beb0-b5db9530b81a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e0", "OS-SRV-USG:launched_at": "2018-08-12T08:47:17.000000", "flavor": {"id": "2b6dd3fe-8b60-4096-a3f1-0d21a71ebef1", "links": [{"href": "http://172.30.9.21:8774/flavors/2b6dd3fe-8b60-4096-a3f1-0d21a71ebef1", "rel": "bookmark"}]}, "id": "119ae33f-c6c4-45c5-b7ec-49740db9f83c", "security_groups": [{"name": "default"}], "user_id": "17269338a98243ca8f7d9e5eaed9dfb2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:47:17Z", "hostId": "8bbb9e3967f19290e49306d746758fccba87a907dbb6eacc47f2b17b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-inst2", "created": "2018-08-12T08:47:08Z", "tenant_id": "09475b47d2224a18b98d24a11e23a2c7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 08:47:30,621 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail?name=CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-inst2 used request id req-64311c36-4769-4037-bf5f-cd48f9acb6a0 2018-08-12 08:47:30,627 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}897c2c3525d89ab70e369b4e7c0b0a668dabf57b" 2018-08-12 08:47:30,847 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08: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-e916b84c-a39a-4176-8d60-46348b014d19 x-compute-request-id: req-e916b84c-a39a-4176-8d60-46348b014d19 Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8e:a6:e5", "version": 4, "addr": "10.1.2.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8e:a6:e5", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/29fd9676-bf08-45b1-b55b-435fe202f231", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/29fd9676-bf08-45b1-b55b-435fe202f231", "rel": "bookmark"}], "image": {"id": "59cea4eb-6475-404c-beb0-b5db9530b81a", "links": [{"href": "http://172.30.9.21:8774/images/59cea4eb-6475-404c-beb0-b5db9530b81a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e3", "OS-SRV-USG:launched_at": "2018-08-12T08:47:15.000000", "flavor": {"id": "a262cb29-8374-40f2-8de2-cd6ecbc19ae9", "links": [{"href": "http://172.30.9.21:8774/flavors/a262cb29-8374-40f2-8de2-cd6ecbc19ae9", "rel": "bookmark"}]}, "id": "29fd9676-bf08-45b1-b55b-435fe202f231", "security_groups": [{"name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-sec_grp"}], "user_id": "17269338a98243ca8f7d9e5eaed9dfb2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:47:15Z", "hostId": "8bbb9e3967f19290e49306d746758fccba87a907dbb6eacc47f2b17b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-inst1", "created": "2018-08-12T08:47:09Z", "tenant_id": "09475b47d2224a18b98d24a11e23a2c7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 08:47:30,847 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail?name=CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-inst1 used request id req-e916b84c-a39a-4176-8d60-46348b014d19 2018-08-12 08:47:30,853 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cfbfef4fd8628550724a508361de52aedc41894" 2018-08-12 08:47:30,876 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-35e10ca7-42f3-4cbc-abf0-1ddd9b6faa12 Date: Sun, 12 Aug 2018 08:47:30 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"66a6c85e-ff34-4445-8789-a1523c02e79d","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"09475b47d2224a18b98d24a11e23a2c7","status":"ACTIVE","subnets":["0d6136fe-7c45-4ddc-9aa4-664c629cd804"],"description":"","tags":[],"updated_at":"2018-08-12T08:47:02Z","provider:segmentation_id":10,"name":"CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-net","admin_state_up":true,"tenant_id":"09475b47d2224a18b98d24a11e23a2c7","created_at":"2018-08-12T08:47:00Z","provider:network_type":"vxlan"}]} 2018-08-12 08:47:30,876 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-net used request id req-35e10ca7-42f3-4cbc-abf0-1ddd9b6faa12 2018-08-12 08:47:30,880 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=66a6c85e-ff34-4445-8789-a1523c02e79d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}897c2c3525d89ab70e369b4e7c0b0a668dabf57b" 2018-08-12 08:47:31,089 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-1f89303e-c963-40c6-aa09-b792f208ac6e Date: Sun, 12 Aug 2018 08:47:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"66a6c85e-ff34-4445-8789-a1523c02e79d","tenant_id":"09475b47d2224a18b98d24a11e23a2c7","created_at":"2018-08-12T08:47:02Z","dns_nameservers":[],"updated_at":"2018-08-12T08:47:02Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"gateway_ip":"10.1.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.1.2.0/24","project_id":"09475b47d2224a18b98d24a11e23a2c7","id":"0d6136fe-7c45-4ddc-9aa4-664c629cd804","subnetpool_id":null,"name":"CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-subnet"}]} 2018-08-12 08:47:31,090 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=66a6c85e-ff34-4445-8789-a1523c02e79d used request id req-1f89303e-c963-40c6-aa09-b792f208ac6e 2018-08-12 08:47:31,095 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=66a6c85e-ff34-4445-8789-a1523c02e79d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}897c2c3525d89ab70e369b4e7c0b0a668dabf57b" 2018-08-12 08:47:31,105 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-86d68aee-1965-474d-8fd3-d52a7ef8cc12 Date: Sun, 12 Aug 2018 08:47:31 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"66a6c85e-ff34-4445-8789-a1523c02e79d","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"09475b47d2224a18b98d24a11e23a2c7","status":"ACTIVE","subnets":["0d6136fe-7c45-4ddc-9aa4-664c629cd804"],"description":"","tags":[],"updated_at":"2018-08-12T08:47:02Z","provider:segmentation_id":10,"name":"CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-net","admin_state_up":true,"tenant_id":"09475b47d2224a18b98d24a11e23a2c7","created_at":"2018-08-12T08:47:00Z","provider:network_type":"vxlan"}]} 2018-08-12 08:47:31,106 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-net used request id req-86d68aee-1965-474d-8fd3-d52a7ef8cc12 2018-08-12 08:47:31,110 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=66a6c85e-ff34-4445-8789-a1523c02e79d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cfbfef4fd8628550724a508361de52aedc41894" 2018-08-12 08:47:31,152 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-95a43cc7-6454-48da-a130-64cfa78605e0 Date: Sun, 12 Aug 2018 08:47:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"66a6c85e-ff34-4445-8789-a1523c02e79d","tenant_id":"09475b47d2224a18b98d24a11e23a2c7","created_at":"2018-08-12T08:47:02Z","dns_nameservers":[],"updated_at":"2018-08-12T08:47:02Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"gateway_ip":"10.1.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.1.2.0/24","project_id":"09475b47d2224a18b98d24a11e23a2c7","id":"0d6136fe-7c45-4ddc-9aa4-664c629cd804","subnetpool_id":null,"name":"CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-subnet"}]} 2018-08-12 08:47:31,152 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=66a6c85e-ff34-4445-8789-a1523c02e79d used request id req-95a43cc7-6454-48da-a130-64cfa78605e0 2018-08-12 08:47:31,158 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=66a6c85e-ff34-4445-8789-a1523c02e79d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cfbfef4fd8628550724a508361de52aedc41894" 2018-08-12 08:47:31,206 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5241 X-Openstack-Request-Id: req-4962bd99-048c-4c6a-a1cc-c7c02ab61f9a Date: Sun, 12 Aug 2018 08:47:31 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:47:06Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"0d6136fe-7c45-4ddc-9aa4-664c629cd804","ip_address":"10.1.2.3"}],"id":"04d23f10-15c2-4a9c-b5c6-222ed0199403","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c2:fa:2b","project_id":"09475b47d2224a18b98d24a11e23a2c7","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-66a6c85e-ff34-4445-8789-a1523c02e79d","name":"","admin_state_up":true,"network_id":"66a6c85e-ff34-4445-8789-a1523c02e79d","tenant_id":"09475b47d2224a18b98d24a11e23a2c7","created_at":"2018-08-12T08:47:03Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:47:05Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"0d6136fe-7c45-4ddc-9aa4-664c629cd804","ip_address":"10.1.2.2"}],"id":"084d7e09-63c8-4686-a8d8-3fc1dfb8e8eb","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:53:84:8e","project_id":"09475b47d2224a18b98d24a11e23a2c7","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-66a6c85e-ff34-4445-8789-a1523c02e79d","name":"","admin_state_up":true,"network_id":"66a6c85e-ff34-4445-8789-a1523c02e79d","tenant_id":"09475b47d2224a18b98d24a11e23a2c7","created_at":"2018-08-12T08:47:02Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:47:15Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"0d6136fe-7c45-4ddc-9aa4-664c629cd804","ip_address":"10.1.2.11"}],"id":"4d18bccd-9cdd-46b3-b76f-15939230a457","security_groups":["aa37c8ae-2450-4037-8a87-90ed06d3c384"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:54:eb:26","project_id":"09475b47d2224a18b98d24a11e23a2c7","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"119ae33f-c6c4-45c5-b7ec-49740db9f83c","name":"","admin_state_up":true,"network_id":"66a6c85e-ff34-4445-8789-a1523c02e79d","tenant_id":"09475b47d2224a18b98d24a11e23a2c7","created_at":"2018-08-12T08:47:10Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:47:14Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"0d6136fe-7c45-4ddc-9aa4-664c629cd804","ip_address":"10.1.2.14"}],"id":"6656e172-8928-424d-983e-225bdaab8af6","security_groups":["0c8e2667-7404-43a3-ba20-8693b3e2c970"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:8e:a6:e5","project_id":"09475b47d2224a18b98d24a11e23a2c7","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"29fd9676-bf08-45b1-b55b-435fe202f231","name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack-port1-j4sk54ixtfms","admin_state_up":true,"network_id":"66a6c85e-ff34-4445-8789-a1523c02e79d","tenant_id":"09475b47d2224a18b98d24a11e23a2c7","created_at":"2018-08-12T08:47:05Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:47:06Z","device_owner":"network:router_interface","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"0d6136fe-7c45-4ddc-9aa4-664c629cd804","ip_address":"10.1.2.1"}],"id":"955832c4-3905-4fb0-bfe1-1626fe2f53c4","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:ea:55:94","project_id":"09475b47d2224a18b98d24a11e23a2c7","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"7bb7d7a0-cedd-4c6c-ad19-5b068599734b","name":"","admin_state_up":true,"network_id":"66a6c85e-ff34-4445-8789-a1523c02e79d","tenant_id":"09475b47d2224a18b98d24a11e23a2c7","created_at":"2018-08-12T08:47:05Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:47:07Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"0d6136fe-7c45-4ddc-9aa4-664c629cd804","ip_address":"10.1.2.4"}],"id":"c8a4ac61-e8ac-4499-8b81-bdc51256873f","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e1:24:82","project_id":"09475b47d2224a18b98d24a11e23a2c7","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-66a6c85e-ff34-4445-8789-a1523c02e79d","name":"","admin_state_up":true,"network_id":"66a6c85e-ff34-4445-8789-a1523c02e79d","tenant_id":"09475b47d2224a18b98d24a11e23a2c7","created_at":"2018-08-12T08:47:04Z","binding:vnic_type":"normal"}]} 2018-08-12 08:47:31,206 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=66a6c85e-ff34-4445-8789-a1523c02e79d used request id req-4962bd99-048c-4c6a-a1cc-c7c02ab61f9a 2018-08-12 08:47:31,207 - create_instance - INFO - Found existing machine with name - CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-inst1 2018-08-12 08:47:31,212 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cfbfef4fd8628550724a508361de52aedc41894" 2018-08-12 08:47:31,321 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5241 X-Openstack-Request-Id: req-65f9fd92-9ddd-4f9a-b102-d0e3710e4b2c Date: Sun, 12 Aug 2018 08:47:31 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:47:06Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"0d6136fe-7c45-4ddc-9aa4-664c629cd804","ip_address":"10.1.2.3"}],"id":"04d23f10-15c2-4a9c-b5c6-222ed0199403","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c2:fa:2b","project_id":"09475b47d2224a18b98d24a11e23a2c7","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-66a6c85e-ff34-4445-8789-a1523c02e79d","name":"","admin_state_up":true,"network_id":"66a6c85e-ff34-4445-8789-a1523c02e79d","tenant_id":"09475b47d2224a18b98d24a11e23a2c7","created_at":"2018-08-12T08:47:03Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:47:05Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"0d6136fe-7c45-4ddc-9aa4-664c629cd804","ip_address":"10.1.2.2"}],"id":"084d7e09-63c8-4686-a8d8-3fc1dfb8e8eb","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:53:84:8e","project_id":"09475b47d2224a18b98d24a11e23a2c7","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-66a6c85e-ff34-4445-8789-a1523c02e79d","name":"","admin_state_up":true,"network_id":"66a6c85e-ff34-4445-8789-a1523c02e79d","tenant_id":"09475b47d2224a18b98d24a11e23a2c7","created_at":"2018-08-12T08:47:02Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:47:15Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"0d6136fe-7c45-4ddc-9aa4-664c629cd804","ip_address":"10.1.2.11"}],"id":"4d18bccd-9cdd-46b3-b76f-15939230a457","security_groups":["aa37c8ae-2450-4037-8a87-90ed06d3c384"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:54:eb:26","project_id":"09475b47d2224a18b98d24a11e23a2c7","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"119ae33f-c6c4-45c5-b7ec-49740db9f83c","name":"","admin_state_up":true,"network_id":"66a6c85e-ff34-4445-8789-a1523c02e79d","tenant_id":"09475b47d2224a18b98d24a11e23a2c7","created_at":"2018-08-12T08:47:10Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:47:14Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"0d6136fe-7c45-4ddc-9aa4-664c629cd804","ip_address":"10.1.2.14"}],"id":"6656e172-8928-424d-983e-225bdaab8af6","security_groups":["0c8e2667-7404-43a3-ba20-8693b3e2c970"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:8e:a6:e5","project_id":"09475b47d2224a18b98d24a11e23a2c7","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"29fd9676-bf08-45b1-b55b-435fe202f231","name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack-port1-j4sk54ixtfms","admin_state_up":true,"network_id":"66a6c85e-ff34-4445-8789-a1523c02e79d","tenant_id":"09475b47d2224a18b98d24a11e23a2c7","created_at":"2018-08-12T08:47:05Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:47:06Z","device_owner":"network:router_interface","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"0d6136fe-7c45-4ddc-9aa4-664c629cd804","ip_address":"10.1.2.1"}],"id":"955832c4-3905-4fb0-bfe1-1626fe2f53c4","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:ea:55:94","project_id":"09475b47d2224a18b98d24a11e23a2c7","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"7bb7d7a0-cedd-4c6c-ad19-5b068599734b","name":"","admin_state_up":true,"network_id":"66a6c85e-ff34-4445-8789-a1523c02e79d","tenant_id":"09475b47d2224a18b98d24a11e23a2c7","created_at":"2018-08-12T08:47:05Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:47:07Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"0d6136fe-7c45-4ddc-9aa4-664c629cd804","ip_address":"10.1.2.4"}],"id":"c8a4ac61-e8ac-4499-8b81-bdc51256873f","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e1:24:82","project_id":"09475b47d2224a18b98d24a11e23a2c7","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-66a6c85e-ff34-4445-8789-a1523c02e79d","name":"","admin_state_up":true,"network_id":"66a6c85e-ff34-4445-8789-a1523c02e79d","tenant_id":"09475b47d2224a18b98d24a11e23a2c7","created_at":"2018-08-12T08:47:04Z","binding:vnic_type":"normal"}]} 2018-08-12 08:47:31,321 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=66a6c85e-ff34-4445-8789-a1523c02e79d used request id req-65f9fd92-9ddd-4f9a-b102-d0e3710e4b2c 2018-08-12 08:47:31,322 - create_instance - INFO - Found existing machine with name - CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-inst2 2018-08-12 08:47:31,327 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}897c2c3525d89ab70e369b4e7c0b0a668dabf57b" 2018-08-12 08:47:31,348 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1089 X-Openstack-Request-Id: req-586a42aa-891e-4394-b181-b9047bca6257 Date: Sun, 12 Aug 2018 08:47:31 GMT RESP BODY: {"floatingips": [{"router_id": "7bb7d7a0-cedd-4c6c-ad19-5b068599734b", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-12T08:47:08Z", "floating_network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "fixed_ip_address": "10.1.2.14", "floating_ip_address": "172.30.9.201", "revision_number": 2, "port_id": "6656e172-8928-424d-983e-225bdaab8af6", "id": "4d7e9930-d6cf-4dcd-8b56-659808b6f04d", "tenant_id": "09475b47d2224a18b98d24a11e23a2c7", "created_at": "2018-08-12T08:47:05Z", "project_id": "09475b47d2224a18b98d24a11e23a2c7"}, {"router_id": "8b254875-08ae-4a93-8f2f-7d8064451ba9", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-12T06:21:29Z", "floating_network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "fixed_ip_address": "192.168.1.5", "floating_ip_address": "172.30.9.204", "revision_number": 0, "port_id": "31b43b29-e122-433e-ae3e-4cc8934c01af", "id": "e7a37c1e-78e0-4963-a79d-d777e09fb783", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "created_at": "2018-08-12T06:21:29Z", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}]} 2018-08-12 08:47:31,348 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips used request id req-586a42aa-891e-4394-b181-b9047bca6257 2018-08-12 08:47:31,418 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1089 X-Openstack-Request-Id: req-2673d445-b236-4c21-a00a-bcf4895f574b Date: Sun, 12 Aug 2018 08:47:31 GMT RESP BODY: {"floatingips": [{"router_id": "7bb7d7a0-cedd-4c6c-ad19-5b068599734b", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-12T08:47:08Z", "floating_network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "fixed_ip_address": "10.1.2.14", "floating_ip_address": "172.30.9.201", "revision_number": 2, "port_id": "6656e172-8928-424d-983e-225bdaab8af6", "id": "4d7e9930-d6cf-4dcd-8b56-659808b6f04d", "tenant_id": "09475b47d2224a18b98d24a11e23a2c7", "created_at": "2018-08-12T08:47:05Z", "project_id": "09475b47d2224a18b98d24a11e23a2c7"}, {"router_id": "8b254875-08ae-4a93-8f2f-7d8064451ba9", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-12T06:21:29Z", "floating_network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "fixed_ip_address": "192.168.1.5", "floating_ip_address": "172.30.9.204", "revision_number": 0, "port_id": "31b43b29-e122-433e-ae3e-4cc8934c01af", "id": "e7a37c1e-78e0-4963-a79d-d777e09fb783", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "created_at": "2018-08-12T06:21:29Z", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}]} 2018-08-12 08:47:31,418 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips used request id req-2673d445-b236-4c21-a00a-bcf4895f574b 2018-08-12 08:47:31,422 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/29fd9676-bf08-45b1-b55b-435fe202f231 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cfbfef4fd8628550724a508361de52aedc41894" 2018-08-12 08:47:32,172 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08: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,Accept-Encoding x-openstack-request-id: req-d2d4646f-36cb-4a68-ab13-4f96d509c5f0 x-compute-request-id: req-d2d4646f-36cb-4a68-ab13-4f96d509c5f0 Content-Encoding: gzip Content-Length: 838 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8e:a6:e5", "version": 4, "addr": "10.1.2.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8e:a6:e5", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/29fd9676-bf08-45b1-b55b-435fe202f231", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/29fd9676-bf08-45b1-b55b-435fe202f231", "rel": "bookmark"}], "image": {"id": "59cea4eb-6475-404c-beb0-b5db9530b81a", "links": [{"href": "http://172.30.9.21:8774/images/59cea4eb-6475-404c-beb0-b5db9530b81a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e3", "OS-SRV-USG:launched_at": "2018-08-12T08:47:15.000000", "flavor": {"id": "a262cb29-8374-40f2-8de2-cd6ecbc19ae9", "links": [{"href": "http://172.30.9.21:8774/flavors/a262cb29-8374-40f2-8de2-cd6ecbc19ae9", "rel": "bookmark"}]}, "id": "29fd9676-bf08-45b1-b55b-435fe202f231", "security_groups": [{"name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-sec_grp"}], "user_id": "17269338a98243ca8f7d9e5eaed9dfb2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:47:15Z", "hostId": "8bbb9e3967f19290e49306d746758fccba87a907dbb6eacc47f2b17b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-inst1", "created": "2018-08-12T08:47:09Z", "tenant_id": "09475b47d2224a18b98d24a11e23a2c7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:47:32,173 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/29fd9676-bf08-45b1-b55b-435fe202f231 used request id req-d2d4646f-36cb-4a68-ab13-4f96d509c5f0 2018-08-12 08:47:32,178 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cfbfef4fd8628550724a508361de52aedc41894" 2018-08-12 08:47:32,446 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-a5ac0bf2-810c-4650-bd6f-7c61e40e6613 Date: Sun, 12 Aug 2018 08:47:32 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"66a6c85e-ff34-4445-8789-a1523c02e79d","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"09475b47d2224a18b98d24a11e23a2c7","status":"ACTIVE","subnets":["0d6136fe-7c45-4ddc-9aa4-664c629cd804"],"description":"","tags":[],"updated_at":"2018-08-12T08:47:02Z","provider:segmentation_id":10,"name":"CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-net","admin_state_up":true,"tenant_id":"09475b47d2224a18b98d24a11e23a2c7","created_at":"2018-08-12T08:47:00Z","provider:network_type":"vxlan"}]} 2018-08-12 08:47:32,446 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-net used request id req-a5ac0bf2-810c-4650-bd6f-7c61e40e6613 2018-08-12 08:47:32,450 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/09475b47d2224a18b98d24a11e23a2c7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cfbfef4fd8628550724a508361de52aedc41894" 2018-08-12 08:47:32,545 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:47:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-22a0a2f2-5b67-4255-bb8a-6f7a8bbfdb29 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/09475b47d2224a18b98d24a11e23a2c7"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "09475b47d2224a18b98d24a11e23a2c7", "name": "CreateStackFloatingIpTests-b195427a-328e-429-proj"}} 2018-08-12 08:47:32,545 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/09475b47d2224a18b98d24a11e23a2c7 used request id req-22a0a2f2-5b67-4255-bb8a-6f7a8bbfdb29 2018-08-12 08:47:32,550 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=66a6c85e-ff34-4445-8789-a1523c02e79d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cfbfef4fd8628550724a508361de52aedc41894" 2018-08-12 08:47:32,770 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-2d762c9a-756d-4110-ae7c-72263c32bc89 Date: Sun, 12 Aug 2018 08:47:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"66a6c85e-ff34-4445-8789-a1523c02e79d","tenant_id":"09475b47d2224a18b98d24a11e23a2c7","created_at":"2018-08-12T08:47:02Z","dns_nameservers":[],"updated_at":"2018-08-12T08:47:02Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"gateway_ip":"10.1.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.1.2.0/24","project_id":"09475b47d2224a18b98d24a11e23a2c7","id":"0d6136fe-7c45-4ddc-9aa4-664c629cd804","subnetpool_id":null,"name":"CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-subnet"}]} 2018-08-12 08:47:32,770 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=66a6c85e-ff34-4445-8789-a1523c02e79d used request id req-2d762c9a-756d-4110-ae7c-72263c32bc89 2018-08-12 08:47:32,775 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=66a6c85e-ff34-4445-8789-a1523c02e79d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cfbfef4fd8628550724a508361de52aedc41894" 2018-08-12 08:47:32,821 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5241 X-Openstack-Request-Id: req-c25cf321-4496-4067-80bb-f0b0ffdf6678 Date: Sun, 12 Aug 2018 08:47:32 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:47:06Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"0d6136fe-7c45-4ddc-9aa4-664c629cd804","ip_address":"10.1.2.3"}],"id":"04d23f10-15c2-4a9c-b5c6-222ed0199403","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c2:fa:2b","project_id":"09475b47d2224a18b98d24a11e23a2c7","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-66a6c85e-ff34-4445-8789-a1523c02e79d","name":"","admin_state_up":true,"network_id":"66a6c85e-ff34-4445-8789-a1523c02e79d","tenant_id":"09475b47d2224a18b98d24a11e23a2c7","created_at":"2018-08-12T08:47:03Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:47:05Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"0d6136fe-7c45-4ddc-9aa4-664c629cd804","ip_address":"10.1.2.2"}],"id":"084d7e09-63c8-4686-a8d8-3fc1dfb8e8eb","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:53:84:8e","project_id":"09475b47d2224a18b98d24a11e23a2c7","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-66a6c85e-ff34-4445-8789-a1523c02e79d","name":"","admin_state_up":true,"network_id":"66a6c85e-ff34-4445-8789-a1523c02e79d","tenant_id":"09475b47d2224a18b98d24a11e23a2c7","created_at":"2018-08-12T08:47:02Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:47:15Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"0d6136fe-7c45-4ddc-9aa4-664c629cd804","ip_address":"10.1.2.11"}],"id":"4d18bccd-9cdd-46b3-b76f-15939230a457","security_groups":["aa37c8ae-2450-4037-8a87-90ed06d3c384"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:54:eb:26","project_id":"09475b47d2224a18b98d24a11e23a2c7","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"119ae33f-c6c4-45c5-b7ec-49740db9f83c","name":"","admin_state_up":true,"network_id":"66a6c85e-ff34-4445-8789-a1523c02e79d","tenant_id":"09475b47d2224a18b98d24a11e23a2c7","created_at":"2018-08-12T08:47:10Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:47:14Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"0d6136fe-7c45-4ddc-9aa4-664c629cd804","ip_address":"10.1.2.14"}],"id":"6656e172-8928-424d-983e-225bdaab8af6","security_groups":["0c8e2667-7404-43a3-ba20-8693b3e2c970"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:8e:a6:e5","project_id":"09475b47d2224a18b98d24a11e23a2c7","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"29fd9676-bf08-45b1-b55b-435fe202f231","name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack-port1-j4sk54ixtfms","admin_state_up":true,"network_id":"66a6c85e-ff34-4445-8789-a1523c02e79d","tenant_id":"09475b47d2224a18b98d24a11e23a2c7","created_at":"2018-08-12T08:47:05Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:47:06Z","device_owner":"network:router_interface","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"0d6136fe-7c45-4ddc-9aa4-664c629cd804","ip_address":"10.1.2.1"}],"id":"955832c4-3905-4fb0-bfe1-1626fe2f53c4","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:ea:55:94","project_id":"09475b47d2224a18b98d24a11e23a2c7","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"7bb7d7a0-cedd-4c6c-ad19-5b068599734b","name":"","admin_state_up":true,"network_id":"66a6c85e-ff34-4445-8789-a1523c02e79d","tenant_id":"09475b47d2224a18b98d24a11e23a2c7","created_at":"2018-08-12T08:47:05Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:47:07Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"0d6136fe-7c45-4ddc-9aa4-664c629cd804","ip_address":"10.1.2.4"}],"id":"c8a4ac61-e8ac-4499-8b81-bdc51256873f","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e1:24:82","project_id":"09475b47d2224a18b98d24a11e23a2c7","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-66a6c85e-ff34-4445-8789-a1523c02e79d","name":"","admin_state_up":true,"network_id":"66a6c85e-ff34-4445-8789-a1523c02e79d","tenant_id":"09475b47d2224a18b98d24a11e23a2c7","created_at":"2018-08-12T08:47:04Z","binding:vnic_type":"normal"}]} 2018-08-12 08:47:32,821 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=66a6c85e-ff34-4445-8789-a1523c02e79d used request id req-c25cf321-4496-4067-80bb-f0b0ffdf6678 2018-08-12 08:47:32,822 - create_instance - INFO - Checking if VM is active 2018-08-12 08:47:32,824 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/29fd9676-bf08-45b1-b55b-435fe202f231 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cfbfef4fd8628550724a508361de52aedc41894" 2018-08-12 08:47:33,146 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:47: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-e021cf6f-1c20-486d-b390-818fc32169ab x-compute-request-id: req-e021cf6f-1c20-486d-b390-818fc32169ab Content-Encoding: gzip Content-Length: 838 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8e:a6:e5", "version": 4, "addr": "10.1.2.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8e:a6:e5", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/29fd9676-bf08-45b1-b55b-435fe202f231", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/29fd9676-bf08-45b1-b55b-435fe202f231", "rel": "bookmark"}], "image": {"id": "59cea4eb-6475-404c-beb0-b5db9530b81a", "links": [{"href": "http://172.30.9.21:8774/images/59cea4eb-6475-404c-beb0-b5db9530b81a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e3", "OS-SRV-USG:launched_at": "2018-08-12T08:47:15.000000", "flavor": {"id": "a262cb29-8374-40f2-8de2-cd6ecbc19ae9", "links": [{"href": "http://172.30.9.21:8774/flavors/a262cb29-8374-40f2-8de2-cd6ecbc19ae9", "rel": "bookmark"}]}, "id": "29fd9676-bf08-45b1-b55b-435fe202f231", "security_groups": [{"name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-sec_grp"}], "user_id": "17269338a98243ca8f7d9e5eaed9dfb2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:47:15Z", "hostId": "8bbb9e3967f19290e49306d746758fccba87a907dbb6eacc47f2b17b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-inst1", "created": "2018-08-12T08:47:09Z", "tenant_id": "09475b47d2224a18b98d24a11e23a2c7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:47:33,146 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/29fd9676-bf08-45b1-b55b-435fe202f231 used request id req-e021cf6f-1c20-486d-b390-818fc32169ab 2018-08-12 08:47:33,147 - create_instance - DEBUG - Instance status [CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-inst1] is - ACTIVE 2018-08-12 08:47:33,147 - create_instance - INFO - VM is - ACTIVE 2018-08-12 08:47:33,149 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/29fd9676-bf08-45b1-b55b-435fe202f231 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cfbfef4fd8628550724a508361de52aedc41894" 2018-08-12 08:47:33,877 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:47: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-1b97f9c3-3981-4189-8481-b29216d8fffd x-compute-request-id: req-1b97f9c3-3981-4189-8481-b29216d8fffd Content-Encoding: gzip Content-Length: 838 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8e:a6:e5", "version": 4, "addr": "10.1.2.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8e:a6:e5", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/29fd9676-bf08-45b1-b55b-435fe202f231", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/29fd9676-bf08-45b1-b55b-435fe202f231", "rel": "bookmark"}], "image": {"id": "59cea4eb-6475-404c-beb0-b5db9530b81a", "links": [{"href": "http://172.30.9.21:8774/images/59cea4eb-6475-404c-beb0-b5db9530b81a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e3", "OS-SRV-USG:launched_at": "2018-08-12T08:47:15.000000", "flavor": {"id": "a262cb29-8374-40f2-8de2-cd6ecbc19ae9", "links": [{"href": "http://172.30.9.21:8774/flavors/a262cb29-8374-40f2-8de2-cd6ecbc19ae9", "rel": "bookmark"}]}, "id": "29fd9676-bf08-45b1-b55b-435fe202f231", "security_groups": [{"name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-sec_grp"}], "user_id": "17269338a98243ca8f7d9e5eaed9dfb2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:47:15Z", "hostId": "8bbb9e3967f19290e49306d746758fccba87a907dbb6eacc47f2b17b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-inst1", "created": "2018-08-12T08:47:09Z", "tenant_id": "09475b47d2224a18b98d24a11e23a2c7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:47:33,877 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/29fd9676-bf08-45b1-b55b-435fe202f231 used request id req-1b97f9c3-3981-4189-8481-b29216d8fffd 2018-08-12 08:47:33,882 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cfbfef4fd8628550724a508361de52aedc41894" 2018-08-12 08:47:33,966 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-fd2d85b8-dae9-419d-bb06-4d9b0439cfe6 Date: Sun, 12 Aug 2018 08:47:33 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"66a6c85e-ff34-4445-8789-a1523c02e79d","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"09475b47d2224a18b98d24a11e23a2c7","status":"ACTIVE","subnets":["0d6136fe-7c45-4ddc-9aa4-664c629cd804"],"description":"","tags":[],"updated_at":"2018-08-12T08:47:02Z","provider:segmentation_id":10,"name":"CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-net","admin_state_up":true,"tenant_id":"09475b47d2224a18b98d24a11e23a2c7","created_at":"2018-08-12T08:47:00Z","provider:network_type":"vxlan"}]} 2018-08-12 08:47:33,966 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-net used request id req-fd2d85b8-dae9-419d-bb06-4d9b0439cfe6 2018-08-12 08:47:33,970 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/09475b47d2224a18b98d24a11e23a2c7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cfbfef4fd8628550724a508361de52aedc41894" 2018-08-12 08:47:34,071 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:47:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d48980c7-a5df-414f-98e1-fd9af2ad83c3 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/09475b47d2224a18b98d24a11e23a2c7"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "09475b47d2224a18b98d24a11e23a2c7", "name": "CreateStackFloatingIpTests-b195427a-328e-429-proj"}} 2018-08-12 08:47:34,071 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/09475b47d2224a18b98d24a11e23a2c7 used request id req-d48980c7-a5df-414f-98e1-fd9af2ad83c3 2018-08-12 08:47:34,076 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=66a6c85e-ff34-4445-8789-a1523c02e79d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cfbfef4fd8628550724a508361de52aedc41894" 2018-08-12 08:47:34,122 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-b4f3f724-805d-4cad-bee0-f83a3a934f71 Date: Sun, 12 Aug 2018 08:47:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"66a6c85e-ff34-4445-8789-a1523c02e79d","tenant_id":"09475b47d2224a18b98d24a11e23a2c7","created_at":"2018-08-12T08:47:02Z","dns_nameservers":[],"updated_at":"2018-08-12T08:47:02Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"gateway_ip":"10.1.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.1.2.0/24","project_id":"09475b47d2224a18b98d24a11e23a2c7","id":"0d6136fe-7c45-4ddc-9aa4-664c629cd804","subnetpool_id":null,"name":"CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-subnet"}]} 2018-08-12 08:47:34,122 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=66a6c85e-ff34-4445-8789-a1523c02e79d used request id req-b4f3f724-805d-4cad-bee0-f83a3a934f71 2018-08-12 08:47:34,127 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=66a6c85e-ff34-4445-8789-a1523c02e79d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cfbfef4fd8628550724a508361de52aedc41894" 2018-08-12 08:47:34,345 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5241 X-Openstack-Request-Id: req-7537e346-f0b7-4784-981b-b4793c9e1e4a Date: Sun, 12 Aug 2018 08:47:34 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:47:06Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"0d6136fe-7c45-4ddc-9aa4-664c629cd804","ip_address":"10.1.2.3"}],"id":"04d23f10-15c2-4a9c-b5c6-222ed0199403","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c2:fa:2b","project_id":"09475b47d2224a18b98d24a11e23a2c7","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-66a6c85e-ff34-4445-8789-a1523c02e79d","name":"","admin_state_up":true,"network_id":"66a6c85e-ff34-4445-8789-a1523c02e79d","tenant_id":"09475b47d2224a18b98d24a11e23a2c7","created_at":"2018-08-12T08:47:03Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:47:05Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"0d6136fe-7c45-4ddc-9aa4-664c629cd804","ip_address":"10.1.2.2"}],"id":"084d7e09-63c8-4686-a8d8-3fc1dfb8e8eb","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:53:84:8e","project_id":"09475b47d2224a18b98d24a11e23a2c7","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-66a6c85e-ff34-4445-8789-a1523c02e79d","name":"","admin_state_up":true,"network_id":"66a6c85e-ff34-4445-8789-a1523c02e79d","tenant_id":"09475b47d2224a18b98d24a11e23a2c7","created_at":"2018-08-12T08:47:02Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:47:15Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"0d6136fe-7c45-4ddc-9aa4-664c629cd804","ip_address":"10.1.2.11"}],"id":"4d18bccd-9cdd-46b3-b76f-15939230a457","security_groups":["aa37c8ae-2450-4037-8a87-90ed06d3c384"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:54:eb:26","project_id":"09475b47d2224a18b98d24a11e23a2c7","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"119ae33f-c6c4-45c5-b7ec-49740db9f83c","name":"","admin_state_up":true,"network_id":"66a6c85e-ff34-4445-8789-a1523c02e79d","tenant_id":"09475b47d2224a18b98d24a11e23a2c7","created_at":"2018-08-12T08:47:10Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:47:14Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"0d6136fe-7c45-4ddc-9aa4-664c629cd804","ip_address":"10.1.2.14"}],"id":"6656e172-8928-424d-983e-225bdaab8af6","security_groups":["0c8e2667-7404-43a3-ba20-8693b3e2c970"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:8e:a6:e5","project_id":"09475b47d2224a18b98d24a11e23a2c7","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"29fd9676-bf08-45b1-b55b-435fe202f231","name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack-port1-j4sk54ixtfms","admin_state_up":true,"network_id":"66a6c85e-ff34-4445-8789-a1523c02e79d","tenant_id":"09475b47d2224a18b98d24a11e23a2c7","created_at":"2018-08-12T08:47:05Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:47:06Z","device_owner":"network:router_interface","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"0d6136fe-7c45-4ddc-9aa4-664c629cd804","ip_address":"10.1.2.1"}],"id":"955832c4-3905-4fb0-bfe1-1626fe2f53c4","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:ea:55:94","project_id":"09475b47d2224a18b98d24a11e23a2c7","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"7bb7d7a0-cedd-4c6c-ad19-5b068599734b","name":"","admin_state_up":true,"network_id":"66a6c85e-ff34-4445-8789-a1523c02e79d","tenant_id":"09475b47d2224a18b98d24a11e23a2c7","created_at":"2018-08-12T08:47:05Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:47:07Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"0d6136fe-7c45-4ddc-9aa4-664c629cd804","ip_address":"10.1.2.4"}],"id":"c8a4ac61-e8ac-4499-8b81-bdc51256873f","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e1:24:82","project_id":"09475b47d2224a18b98d24a11e23a2c7","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-66a6c85e-ff34-4445-8789-a1523c02e79d","name":"","admin_state_up":true,"network_id":"66a6c85e-ff34-4445-8789-a1523c02e79d","tenant_id":"09475b47d2224a18b98d24a11e23a2c7","created_at":"2018-08-12T08:47:04Z","binding:vnic_type":"normal"}]} 2018-08-12 08:47:34,345 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=66a6c85e-ff34-4445-8789-a1523c02e79d used request id req-7537e346-f0b7-4784-981b-b4793c9e1e4a 2018-08-12 08:47:34,346 - ansible_utils - DEBUG - Retrieving SSH client 2018-08-12 08:47:49,378 - paramiko.transport - DEBUG - starting thread (client mode): 0x91ba310L 2018-08-12 08:47:49,378 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-12 08:47:49,379 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-08-12 08:47:49,379 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-08-12 08:47:49,380 - 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 08:47:49,381 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-12 08:47:49,381 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-08-12 08:47:49,381 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-12 08:47:49,381 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-12 08:47:49,381 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-12 08:47:49,399 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-12 08:47:49,399 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-12 08:47:49,411 - paramiko.transport - DEBUG - Trying discovered key 70f0f7ab849c48889c43a5720899ec21 in 490169bd-3351-43fa-b20c-d19cbeddcfaf 2018-08-12 08:47:49,436 - paramiko.transport - DEBUG - userauth is OK 2018-08-12 08:47:49,441 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-12 08:47:49,542 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-12 08:47:49,557 - create_instance - INFO - SSH is active for VM instance 2018-08-12 08:47:49,557 - ansible_utils - DEBUG - Retrieving SSH client 2018-08-12 08:47:49,559 - paramiko.transport - DEBUG - starting thread (client mode): 0x91ba310L 2018-08-12 08:47:49,560 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-12 08:47:49,560 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-08-12 08:47:49,560 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-08-12 08:47:49,561 - 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 08:47:49,562 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-12 08:47:49,562 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-08-12 08:47:49,562 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-12 08:47:49,562 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-12 08:47:49,562 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-12 08:47:49,578 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-12 08:47:49,579 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-12 08:47:49,592 - paramiko.transport - DEBUG - Trying discovered key 70f0f7ab849c48889c43a5720899ec21 in 490169bd-3351-43fa-b20c-d19cbeddcfaf 2018-08-12 08:47:49,617 - paramiko.transport - DEBUG - userauth is OK 2018-08-12 08:47:49,622 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-12 08:47:49,624 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-12 08:47:49,625 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-08-12 08:47:49,625 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-12 08:47:49,627 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-12 08:47:49,628 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-12 08:47:49,632 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/119ae33f-c6c4-45c5-b7ec-49740db9f83c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}897c2c3525d89ab70e369b4e7c0b0a668dabf57b" 2018-08-12 08:47:50,472 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:47: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-a74ed135-b742-4979-800c-651831d7e7bd x-compute-request-id: req-a74ed135-b742-4979-800c-651831d7e7bd Content-Encoding: gzip Content-Length: 822 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:54:eb:26", "version": 4, "addr": "10.1.2.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/119ae33f-c6c4-45c5-b7ec-49740db9f83c", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/119ae33f-c6c4-45c5-b7ec-49740db9f83c", "rel": "bookmark"}], "image": {"id": "59cea4eb-6475-404c-beb0-b5db9530b81a", "links": [{"href": "http://172.30.9.21:8774/images/59cea4eb-6475-404c-beb0-b5db9530b81a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e0", "OS-SRV-USG:launched_at": "2018-08-12T08:47:17.000000", "flavor": {"id": "2b6dd3fe-8b60-4096-a3f1-0d21a71ebef1", "links": [{"href": "http://172.30.9.21:8774/flavors/2b6dd3fe-8b60-4096-a3f1-0d21a71ebef1", "rel": "bookmark"}]}, "id": "119ae33f-c6c4-45c5-b7ec-49740db9f83c", "security_groups": [{"name": "default"}], "user_id": "17269338a98243ca8f7d9e5eaed9dfb2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:47:17Z", "hostId": "8bbb9e3967f19290e49306d746758fccba87a907dbb6eacc47f2b17b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-inst2", "created": "2018-08-12T08:47:08Z", "tenant_id": "09475b47d2224a18b98d24a11e23a2c7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:47:50,472 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/119ae33f-c6c4-45c5-b7ec-49740db9f83c used request id req-a74ed135-b742-4979-800c-651831d7e7bd 2018-08-12 08:47:50,478 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}897c2c3525d89ab70e369b4e7c0b0a668dabf57b" 2018-08-12 08:47:50,563 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-15ad46f7-453c-44c3-aa3b-22b2902a254c Date: Sun, 12 Aug 2018 08:47:50 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"66a6c85e-ff34-4445-8789-a1523c02e79d","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"09475b47d2224a18b98d24a11e23a2c7","status":"ACTIVE","subnets":["0d6136fe-7c45-4ddc-9aa4-664c629cd804"],"description":"","tags":[],"updated_at":"2018-08-12T08:47:02Z","provider:segmentation_id":10,"name":"CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-net","admin_state_up":true,"tenant_id":"09475b47d2224a18b98d24a11e23a2c7","created_at":"2018-08-12T08:47:00Z","provider:network_type":"vxlan"}]} 2018-08-12 08:47:50,563 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-net used request id req-15ad46f7-453c-44c3-aa3b-22b2902a254c 2018-08-12 08:47:50,567 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/09475b47d2224a18b98d24a11e23a2c7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}897c2c3525d89ab70e369b4e7c0b0a668dabf57b" 2018-08-12 08:47:50,660 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:47:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-41575da9-b1e4-4225-bbfd-d86dccd5b88e Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/09475b47d2224a18b98d24a11e23a2c7"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "09475b47d2224a18b98d24a11e23a2c7", "name": "CreateStackFloatingIpTests-b195427a-328e-429-proj"}} 2018-08-12 08:47:50,661 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/09475b47d2224a18b98d24a11e23a2c7 used request id req-41575da9-b1e4-4225-bbfd-d86dccd5b88e 2018-08-12 08:47:50,666 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=66a6c85e-ff34-4445-8789-a1523c02e79d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}897c2c3525d89ab70e369b4e7c0b0a668dabf57b" 2018-08-12 08:47:50,893 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-87727707-e1a5-4588-9827-5202ae80a995 Date: Sun, 12 Aug 2018 08:47:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"66a6c85e-ff34-4445-8789-a1523c02e79d","tenant_id":"09475b47d2224a18b98d24a11e23a2c7","created_at":"2018-08-12T08:47:02Z","dns_nameservers":[],"updated_at":"2018-08-12T08:47:02Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"gateway_ip":"10.1.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.1.2.0/24","project_id":"09475b47d2224a18b98d24a11e23a2c7","id":"0d6136fe-7c45-4ddc-9aa4-664c629cd804","subnetpool_id":null,"name":"CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-subnet"}]} 2018-08-12 08:47:50,893 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=66a6c85e-ff34-4445-8789-a1523c02e79d used request id req-87727707-e1a5-4588-9827-5202ae80a995 2018-08-12 08:47:50,898 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=66a6c85e-ff34-4445-8789-a1523c02e79d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}897c2c3525d89ab70e369b4e7c0b0a668dabf57b" 2018-08-12 08:47:51,110 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5241 X-Openstack-Request-Id: req-a758f02b-2655-4467-9b5c-1c5241e77c7b Date: Sun, 12 Aug 2018 08:47:51 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:47:06Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"0d6136fe-7c45-4ddc-9aa4-664c629cd804","ip_address":"10.1.2.3"}],"id":"04d23f10-15c2-4a9c-b5c6-222ed0199403","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c2:fa:2b","project_id":"09475b47d2224a18b98d24a11e23a2c7","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-66a6c85e-ff34-4445-8789-a1523c02e79d","name":"","admin_state_up":true,"network_id":"66a6c85e-ff34-4445-8789-a1523c02e79d","tenant_id":"09475b47d2224a18b98d24a11e23a2c7","created_at":"2018-08-12T08:47:03Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:47:05Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"0d6136fe-7c45-4ddc-9aa4-664c629cd804","ip_address":"10.1.2.2"}],"id":"084d7e09-63c8-4686-a8d8-3fc1dfb8e8eb","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:53:84:8e","project_id":"09475b47d2224a18b98d24a11e23a2c7","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-66a6c85e-ff34-4445-8789-a1523c02e79d","name":"","admin_state_up":true,"network_id":"66a6c85e-ff34-4445-8789-a1523c02e79d","tenant_id":"09475b47d2224a18b98d24a11e23a2c7","created_at":"2018-08-12T08:47:02Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:47:15Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"0d6136fe-7c45-4ddc-9aa4-664c629cd804","ip_address":"10.1.2.11"}],"id":"4d18bccd-9cdd-46b3-b76f-15939230a457","security_groups":["aa37c8ae-2450-4037-8a87-90ed06d3c384"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:54:eb:26","project_id":"09475b47d2224a18b98d24a11e23a2c7","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"119ae33f-c6c4-45c5-b7ec-49740db9f83c","name":"","admin_state_up":true,"network_id":"66a6c85e-ff34-4445-8789-a1523c02e79d","tenant_id":"09475b47d2224a18b98d24a11e23a2c7","created_at":"2018-08-12T08:47:10Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:47:14Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"0d6136fe-7c45-4ddc-9aa4-664c629cd804","ip_address":"10.1.2.14"}],"id":"6656e172-8928-424d-983e-225bdaab8af6","security_groups":["0c8e2667-7404-43a3-ba20-8693b3e2c970"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:8e:a6:e5","project_id":"09475b47d2224a18b98d24a11e23a2c7","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"29fd9676-bf08-45b1-b55b-435fe202f231","name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack-port1-j4sk54ixtfms","admin_state_up":true,"network_id":"66a6c85e-ff34-4445-8789-a1523c02e79d","tenant_id":"09475b47d2224a18b98d24a11e23a2c7","created_at":"2018-08-12T08:47:05Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:47:06Z","device_owner":"network:router_interface","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"0d6136fe-7c45-4ddc-9aa4-664c629cd804","ip_address":"10.1.2.1"}],"id":"955832c4-3905-4fb0-bfe1-1626fe2f53c4","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:ea:55:94","project_id":"09475b47d2224a18b98d24a11e23a2c7","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"7bb7d7a0-cedd-4c6c-ad19-5b068599734b","name":"","admin_state_up":true,"network_id":"66a6c85e-ff34-4445-8789-a1523c02e79d","tenant_id":"09475b47d2224a18b98d24a11e23a2c7","created_at":"2018-08-12T08:47:05Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T08:47:07Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"0d6136fe-7c45-4ddc-9aa4-664c629cd804","ip_address":"10.1.2.4"}],"id":"c8a4ac61-e8ac-4499-8b81-bdc51256873f","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e1:24:82","project_id":"09475b47d2224a18b98d24a11e23a2c7","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-66a6c85e-ff34-4445-8789-a1523c02e79d","name":"","admin_state_up":true,"network_id":"66a6c85e-ff34-4445-8789-a1523c02e79d","tenant_id":"09475b47d2224a18b98d24a11e23a2c7","created_at":"2018-08-12T08:47:04Z","binding:vnic_type":"normal"}]} 2018-08-12 08:47:51,110 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=66a6c85e-ff34-4445-8789-a1523c02e79d used request id req-a758f02b-2655-4467-9b5c-1c5241e77c7b 2018-08-12 08:47:51,111 - create_stack - INFO - Deleting stack - CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack 2018-08-12 08:47:51,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks/0ac6cf5e-97f3-4469-b452-c37726a282ad -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8301ef65d692f3a7aa405410a9a85366357eddd5" 2018-08-12 08:47:51,319 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:47:51 GMT Server: Apache x-openstack-request-id: req-135f7818-e29f-454d-ac1b-2bd1d84b0019 Location: http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack/0ac6cf5e-97f3-4469-b452-c37726a282ad Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack/0ac6cf5e-97f3-4469-b452-c37726a282ad;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:47:51,393 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:47:51 GMT Server: Apache x-openstack-request-id: req-95ecd91a-d274-4955-9c40-c2097eb5002d 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 08:47:51,393 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack/0ac6cf5e-97f3-4469-b452-c37726a282ad used request id req-95ecd91a-d274-4955-9c40-c2097eb5002d 2018-08-12 08:47:51,396 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks/0ac6cf5e-97f3-4469-b452-c37726a282ad -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8301ef65d692f3a7aa405410a9a85366357eddd5" 2018-08-12 08:47:51,619 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:47:51 GMT Server: Apache x-openstack-request-id: req-72f7740d-ee03-4c02-975d-9a3732a3fda5 Location: http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack/0ac6cf5e-97f3-4469-b452-c37726a282ad Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack/0ac6cf5e-97f3-4469-b452-c37726a282ad;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:47:51,827 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:47:51 GMT Server: Apache x-openstack-request-id: req-1764d65b-d7c3-4ad7-81d1-7ec241b1916c Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 772 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-flavor2", "OS::project_id": "09475b47d2224a18b98d24a11e23a2c7", "OS::stack_id": "0ac6cf5e-97f3-4469-b452-c37726a282ad", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-kp", "security_group_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-sec_grp", "subnet_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-subnet", "net_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-inst2", "inst1_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-inst1", "image2_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-image", "flavor1_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-flavor1", "image1_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack", "stack_user_project_id": "214885e4848f489f881a09edc64f9090", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-08-12T08:46:58Z", "links": [{"href": "http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack/0ac6cf5e-97f3-4469-b452-c37726a282ad", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-08-12T08:47:51Z", "id": "0ac6cf5e-97f3-4469-b452-c37726a282ad", "outputs": [{"output_value": null, "output_error": "The specified reference \"keypair\" (in unknown) is incorrect.", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-08-12 08:47:51,827 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack/0ac6cf5e-97f3-4469-b452-c37726a282ad used request id req-1764d65b-d7c3-4ad7-81d1-7ec241b1916c 2018-08-12 08:47:51,828 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-08-12 08:47:51,828 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-08-12 08:47:54,831 - create_stack - DEBUG - Stack status query timeout in 1196.56231594 2018-08-12 08:47:54,834 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks/0ac6cf5e-97f3-4469-b452-c37726a282ad -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8301ef65d692f3a7aa405410a9a85366357eddd5" 2018-08-12 08:47:54,861 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:47:54 GMT Server: Apache x-openstack-request-id: req-69bf0f5e-e142-458e-8808-5d6b800177ab Location: http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack/0ac6cf5e-97f3-4469-b452-c37726a282ad Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack/0ac6cf5e-97f3-4469-b452-c37726a282ad;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:47:54,887 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:47:54 GMT Server: Apache x-openstack-request-id: req-68415a0e-8000-4460-a0af-ab7beef5a426 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 772 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-flavor2", "OS::project_id": "09475b47d2224a18b98d24a11e23a2c7", "OS::stack_id": "0ac6cf5e-97f3-4469-b452-c37726a282ad", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-kp", "security_group_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-sec_grp", "subnet_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-subnet", "net_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-inst2", "inst1_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-inst1", "image2_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-image", "flavor1_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-flavor1", "image1_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack", "stack_user_project_id": "214885e4848f489f881a09edc64f9090", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-08-12T08:46:58Z", "links": [{"href": "http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack/0ac6cf5e-97f3-4469-b452-c37726a282ad", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-08-12T08:47:51Z", "id": "0ac6cf5e-97f3-4469-b452-c37726a282ad", "outputs": [{"output_value": null, "output_error": "The specified reference \"keypair\" (in unknown) is incorrect.", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-08-12 08:47:54,888 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack/0ac6cf5e-97f3-4469-b452-c37726a282ad used request id req-68415a0e-8000-4460-a0af-ab7beef5a426 2018-08-12 08:47:54,888 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-08-12 08:47:54,888 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-08-12 08:47:57,892 - create_stack - DEBUG - Stack status query timeout in 1193.50183892 2018-08-12 08:47:57,895 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks/0ac6cf5e-97f3-4469-b452-c37726a282ad -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8301ef65d692f3a7aa405410a9a85366357eddd5" 2018-08-12 08:47:57,922 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:47:57 GMT Server: Apache x-openstack-request-id: req-d7e946bc-747e-452d-9ff5-7ca7f32f0934 Location: http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack/0ac6cf5e-97f3-4469-b452-c37726a282ad Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack/0ac6cf5e-97f3-4469-b452-c37726a282ad;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:47:57,967 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:47:57 GMT Server: Apache x-openstack-request-id: req-8bbb9ef6-a86f-42f5-8a1a-69fb4da52666 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 772 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-flavor2", "OS::project_id": "09475b47d2224a18b98d24a11e23a2c7", "OS::stack_id": "0ac6cf5e-97f3-4469-b452-c37726a282ad", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-kp", "security_group_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-sec_grp", "subnet_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-subnet", "net_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-inst2", "inst1_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-inst1", "image2_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-image", "flavor1_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-flavor1", "image1_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack", "stack_user_project_id": "214885e4848f489f881a09edc64f9090", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-08-12T08:46:58Z", "links": [{"href": "http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack/0ac6cf5e-97f3-4469-b452-c37726a282ad", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-08-12T08:47:51Z", "id": "0ac6cf5e-97f3-4469-b452-c37726a282ad", "outputs": [{"output_value": null, "output_error": "The specified reference \"keypair\" (in unknown) is incorrect.", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-08-12 08:47:57,967 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack/0ac6cf5e-97f3-4469-b452-c37726a282ad used request id req-8bbb9ef6-a86f-42f5-8a1a-69fb4da52666 2018-08-12 08:47:57,967 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-08-12 08:47:57,967 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-08-12 08:48:00,971 - create_stack - DEBUG - Stack status query timeout in 1190.42268991 2018-08-12 08:48:00,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks/0ac6cf5e-97f3-4469-b452-c37726a282ad -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8301ef65d692f3a7aa405410a9a85366357eddd5" 2018-08-12 08:48:00,999 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:48:00 GMT Server: Apache x-openstack-request-id: req-e09d0e31-2534-4233-8286-e3688f9bbd50 Location: http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack/0ac6cf5e-97f3-4469-b452-c37726a282ad Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack/0ac6cf5e-97f3-4469-b452-c37726a282ad;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:48:01,024 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:48:01 GMT Server: Apache x-openstack-request-id: req-c3692a69-dcb2-4025-ba2b-8547d40e89ea Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 772 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-flavor2", "OS::project_id": "09475b47d2224a18b98d24a11e23a2c7", "OS::stack_id": "0ac6cf5e-97f3-4469-b452-c37726a282ad", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-kp", "security_group_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-sec_grp", "subnet_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-subnet", "net_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-inst2", "inst1_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-inst1", "image2_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-image", "flavor1_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-flavor1", "image1_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack", "stack_user_project_id": "214885e4848f489f881a09edc64f9090", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-08-12T08:46:58Z", "links": [{"href": "http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack/0ac6cf5e-97f3-4469-b452-c37726a282ad", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-08-12T08:47:51Z", "id": "0ac6cf5e-97f3-4469-b452-c37726a282ad", "outputs": [{"output_value": null, "output_error": "The specified reference \"keypair\" (in unknown) is incorrect.", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-08-12 08:48:01,024 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack/0ac6cf5e-97f3-4469-b452-c37726a282ad used request id req-c3692a69-dcb2-4025-ba2b-8547d40e89ea 2018-08-12 08:48:01,024 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-08-12 08:48:01,024 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-08-12 08:48:04,025 - create_stack - DEBUG - Stack status query timeout in 1187.36835098 2018-08-12 08:48:04,028 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks/0ac6cf5e-97f3-4469-b452-c37726a282ad -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8301ef65d692f3a7aa405410a9a85366357eddd5" 2018-08-12 08:48:04,056 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:48:04 GMT Server: Apache x-openstack-request-id: req-7526f906-a91b-4bb8-961b-42ea3874a68a Location: http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack/0ac6cf5e-97f3-4469-b452-c37726a282ad Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack/0ac6cf5e-97f3-4469-b452-c37726a282ad;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:48:04,100 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:48:04 GMT Server: Apache x-openstack-request-id: req-50fc9edd-811d-4099-bfd4-1d4f66fdea13 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 691 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-flavor2", "OS::project_id": "09475b47d2224a18b98d24a11e23a2c7", "OS::stack_id": "0ac6cf5e-97f3-4469-b452-c37726a282ad", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-kp", "security_group_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-sec_grp", "subnet_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-subnet", "net_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-inst2", "inst1_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-inst1", "image2_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-image", "flavor1_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-flavor1", "image1_name": "CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-image"}, "deletion_time": "2018-08-12T08:48:02Z", "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack", "stack_user_project_id": "214885e4848f489f881a09edc64f9090", "tags": null, "creation_time": "2018-08-12T08:46:58Z", "links": [{"href": "http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack/0ac6cf5e-97f3-4469-b452-c37726a282ad", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-08-12T08:47:51Z", "id": "0ac6cf5e-97f3-4469-b452-c37726a282ad", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-08-12 08:48:04,100 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack/0ac6cf5e-97f3-4469-b452-c37726a282ad used request id req-50fc9edd-811d-4099-bfd4-1d4f66fdea13 2018-08-12 08:48:04,101 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2018-08-12 08:48:04,101 - create_stack - DEBUG - Stack is active with name - CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack 2018-08-12 08:48:04,101 - create_stack - INFO - Attempting to delete again stack - CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack 2018-08-12 08:48:04,104 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks/0ac6cf5e-97f3-4469-b452-c37726a282ad -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8301ef65d692f3a7aa405410a9a85366357eddd5" 2018-08-12 08:48:04,306 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 08:48:04 GMT Server: Apache x-openstack-request-id: req-2265a66e-0e35-4088-add9-b46f9bb45ebf Location: http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack/0ac6cf5e-97f3-4469-b452-c37726a282ad Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack/0ac6cf5e-97f3-4469-b452-c37726a282ad;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-12 08:48:04,605 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:48:04 GMT Server: Apache x-openstack-request-id: req-a5f7b8f7-4379-47ee-a3ba-301fb1e3d432 Content-Length: 285 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-08-12 08:48:04,606 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.21:8004/v1/09475b47d2224a18b98d24a11e23a2c7/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-stack/0ac6cf5e-97f3-4469-b452-c37726a282ad used request id req-a5f7b8f7-4379-47ee-a3ba-301fb1e3d432 2018-08-12 08:48:04,607 - glance_utils - INFO - Deleting image named - CreateStackFloatingIpTests-6128e64d-ea8c-4d4a-8aad-21c9df9c66c8-image 2018-08-12 08:48:04,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/59cea4eb-6475-404c-beb0-b5db9530b81a -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}64ef6581df3947e2a4a0b458e61792bde175b991" 2018-08-12 08:48:05,070 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-0fa218f5-526f-4499-9d0a-f4e878d6378a Date: Sun, 12 Aug 2018 08: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 08:48:05,071 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/59cea4eb-6475-404c-beb0-b5db9530b81a used request id req-0fa218f5-526f-4499-9d0a-f4e878d6378a 2018-08-12 08:48:05,072 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:48:05,072 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:48:05,072 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:48:05,073 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:48:05,073 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:48:05,079 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01ceaaa4c4da9c3ec3d2cc572208b9e69f304edf" 2018-08-12 08:48:05,352 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 45548 X-Openstack-Request-Id: req-1adeadfc-fde7-41b5-b516-e79cb90cddbe Date: Sun, 12 Aug 2018 08:48:05 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "created_at": "2018-08-12T06:59:44Z", "updated_at": "2018-08-12T06:59:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "1d7fd960-7865-4453-aecc-8d399b4fad21", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "66820d8a-b785-4b18-bd67-500221c8e4f9", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "74fc7638-a322-4841-8c47-06d36174a200", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "8eaa09ec-8419-4582-9312-1e527afe6e4b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}], "revision_number": 4, "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "created_at": "2018-08-12T05:12:34Z", "updated_at": "2018-08-12T05:12:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "709513d2-af7d-4d0b-bd3c-604fed75a711", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "aa346066-e46f-44f2-94be-2884aa998a19", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "c15f7b93-e56c-4afa-867d-2acb286d4b7b", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "cb0ef83f-5f70-4a80-ad35-431ca9df551e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}], "revision_number": 4, "project_id": "fa5a7fe6ee54472ba01638877aade8e3", "id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ea65becf30e54b27aa96a449698a435e", "created_at": "2018-08-12T05:10:35Z", "updated_at": "2018-08-12T05:10:35Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "30ad280c-f302-4cd4-a438-5139917b56f9", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "76115c4c-887d-4f0a-83e2-486e4b39c713", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "8ab14937-4c08-4d43-8a9a-662e622cc643", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "ee757a03-5662-4273-9c3e-6212e7afb48f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}], "revision_number": 4, "project_id": "ea65becf30e54b27aa96a449698a435e", "id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "created_at": "2018-08-12T06:20:09Z", "updated_at": "2018-08-12T06:20:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "1123b8f2-75ac-4a26-b9b2-a96da97408e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "2ddd2b93-e080-48cd-9a50-f5fe8a82ad0c", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "cd1bae62-0aea-4438-b4c3-50a69ae6f855", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "e398e01e-ceea-46d1-9534-b929808c4a5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}], "revision_number": 4, "project_id": "ff7abd7bb61f4f2889831e932d65dc2e", "id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "created_at": "2018-08-12T05:34:57Z", "updated_at": "2018-08-12T05:34:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "208a1c1e-f5f8-49c7-9a25-d07e68b1541f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "27bfd867-e607-4bf8-9de8-60682d3f771d", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "49360e1f-6fd3-4f35-b339-24cea95773ee", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "60f631a9-d305-4920-9631-d0543e2ac64f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}], "revision_number": 4, "project_id": "3a85ceae958d4d9fba68847e7df67db8", "id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "created_at": "2018-08-12T05:34:40Z", "updated_at": "2018-08-12T05:34:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "2192c259-363e-4768-ae73-e75837ad63b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "3f87ddc5-f84d-41dc-8215-847724782569", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "7d89f6da-ea78-49dd-9115-f9ad23b250bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "9ec4497d-0f65-44db-9be9-7b3042e4a584", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}], "revision_number": 4, "project_id": "85517fcf1c6247e699fdcdd42ecc8c79", "id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "created_at": "2018-08-12T05:16:02Z", "updated_at": "2018-08-12T05:16:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "1ecacd8c-c1c7-4a66-9871-406a69323b43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "3cc1750c-e0e7-4902-b6f3-494a161b832e", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "d719a7a4-8c99-44ed-8c12-6bf071890203", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "fe7421b5-d577-41da-8c78-62f3c07eda92", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}], "revision_number": 4, "project_id": "a267b9a156244bb192691cff6e5f74fe", "id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "315a428116f24d9fbb826b37080a918e", "created_at": "2018-08-12T05:11:31Z", "updated_at": "2018-08-12T05:11:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "5e52886a-1dc3-4a81-a55d-f388dc4fd1a1", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "678e32e4-d64c-448a-a4ab-e253ab94ae90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "a8da1539-e3ad-4f90-b2df-3dc1f09d228a", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "b73d5cc9-0205-4658-bb1f-61a042c0ab8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}], "revision_number": 4, "project_id": "315a428116f24d9fbb826b37080a918e", "id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-12T05:08:01Z", "updated_at": "2018-08-12T05:08:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:01Z", "revision_number": 0, "id": "0fb05d03-1117-45d0-930c-b6d4c96ef102", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "4faaab33-5788-4bbd-85b8-0fb44d41413a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "96d0c5a0-5c67-421b-8fc8-2b46d77e5db3", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "dd78519b-4bc5-4e8e-ad0f-58089dd69347", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "11a46741b7954b959fd7764109c047b6", "created_at": "2018-08-12T05:34:51Z", "updated_at": "2018-08-12T05:34:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "0b67bf3c-2289-43bb-ab6c-7d25ec32a279", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "51f3f833-337a-42bd-a8d5-742ea8d6c226", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "571fd0b5-ef90-408d-af33-aafb517b8993", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "944ba823-fb9c-496e-a66e-bb426bb14a8d", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}], "revision_number": 4, "project_id": "11a46741b7954b959fd7764109c047b6", "id": "90af9782-8112-4257-801d-ee5115d226ba", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "created_at": "2018-08-12T05:34:26Z", "updated_at": "2018-08-12T05:34:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "2ee1f63a-807c-4d6a-85ee-dd784f6b8c3f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5dec3ec2-2add-47dd-8618-90659dcf3885", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5ea0dc3e-49d0-43f0-94e9-f6443527d14c", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "fbfaca22-7e3e-4128-8973-43e439b77c28", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}], "revision_number": 4, "project_id": "3c01cd58055c44ecaef39f7e625c2258", "id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "09475b47d2224a18b98d24a11e23a2c7", "created_at": "2018-08-12T08:47:00Z", "updated_at": "2018-08-12T08:47:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:47:00Z", "revision_number": 0, "id": "18be630c-36a7-487a-ad50-e406478864c7", "remote_group_id": "aa37c8ae-2450-4037-8a87-90ed06d3c384", "remote_ip_prefix": null, "created_at": "2018-08-12T08:47:00Z", "security_group_id": "aa37c8ae-2450-4037-8a87-90ed06d3c384", "tenant_id": "09475b47d2224a18b98d24a11e23a2c7", "port_range_min": null, "ethertype": "IPv6", "project_id": "09475b47d2224a18b98d24a11e23a2c7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:47:00Z", "revision_number": 0, "id": "49530bae-4da8-4f3e-ba68-2c72fe9e30d8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:47:00Z", "security_group_id": "aa37c8ae-2450-4037-8a87-90ed06d3c384", "tenant_id": "09475b47d2224a18b98d24a11e23a2c7", "port_range_min": null, "ethertype": "IPv6", "project_id": "09475b47d2224a18b98d24a11e23a2c7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:47:00Z", "revision_number": 0, "id": "4d069bc2-aee4-4a79-afc0-ea36a4c0a82c", "remote_group_id": "aa37c8ae-2450-4037-8a87-90ed06d3c384", "remote_ip_prefix": null, "created_at": "2018-08-12T08:47:00Z", "security_group_id": "aa37c8ae-2450-4037-8a87-90ed06d3c384", "tenant_id": "09475b47d2224a18b98d24a11e23a2c7", "port_range_min": null, "ethertype": "IPv4", "project_id": "09475b47d2224a18b98d24a11e23a2c7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:47:00Z", "revision_number": 0, "id": "80d7c74d-a9ec-464d-90d6-98c631366dfe", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:47:00Z", "security_group_id": "aa37c8ae-2450-4037-8a87-90ed06d3c384", "tenant_id": "09475b47d2224a18b98d24a11e23a2c7", "port_range_min": null, "ethertype": "IPv4", "project_id": "09475b47d2224a18b98d24a11e23a2c7"}], "revision_number": 4, "project_id": "09475b47d2224a18b98d24a11e23a2c7", "id": "aa37c8ae-2450-4037-8a87-90ed06d3c384", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "521007c1818145639e93ceb270559219", "created_at": "2018-08-12T05:13:27Z", "updated_at": "2018-08-12T05:13:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "5e7fede5-b0f2-47d8-95c3-516cdfc7f9de", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "8fd0e36f-c6c4-4f64-ba97-40439e614448", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "db7d79de-1dfc-4138-945f-91e74cdc266b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "e87f2cff-ff3e-4b6d-aaf0-7f0eb0ab9f05", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}], "revision_number": 4, "project_id": "521007c1818145639e93ceb270559219", "id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "created_at": "2018-08-12T05:08:18Z", "updated_at": "2018-08-12T05:08:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "3c67be40-bf74-4f97-9693-d93ce73a23b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "6112d869-2fc6-4a25-a13c-3d55cd7206c0", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "bdf21c56-453e-482e-9cba-3c55abcb0339", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "c8e92c39-38cc-4f48-be9c-5f0912e6a725", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}], "revision_number": 4, "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "created_at": "2018-08-12T05:04:23Z", "updated_at": "2018-08-12T05:04:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "280546d9-8ad1-4283-abfc-15ee9b1736c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "58bce125-f2ca-4a6d-b9ca-4e6cf5c0f7a5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "69275b9a-cfb5-482c-a9c4-8ffc79adf2c7", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "6d747f3a-3764-469a-a645-f977585c5aac", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}], "revision_number": 4, "project_id": "310f5853751a4c968f3eeb0a3d99a0a8", "id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "created_at": "2018-08-12T05:34:42Z", "updated_at": "2018-08-12T05:34:42Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "199582e8-25aa-457a-aa7c-6d8413ca4464", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "234f3609-4454-448f-919d-c8143c7cd764", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "c1061460-71a2-49a9-a04b-9fa33eeb17ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "d21ac532-51d8-4d6b-8300-7bac216759bf", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}], "revision_number": 4, "project_id": "9f6c1a272706419c9a74b0893b2890e8", "id": "d6739716-c693-460c-89c6-e7c8c48f8245", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "created_at": "2018-08-12T05:34:54Z", "updated_at": "2018-08-12T05:34:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "0633a05a-ee7d-4476-a56b-75d011b22f77", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "6cc1b9f8-73db-47a3-a0e0-3c96c43f34da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "90d99a6b-e94f-4fd8-a10c-f19dd8954c13", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "e843c139-af2a-4d2c-a24f-59f7b10ff72e", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}], "revision_number": 4, "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "created_at": "2018-08-12T05:09:07Z", "updated_at": "2018-08-12T05:09:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "5495e168-f505-4d74-ae6d-387f0bf533c2", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "6fd19b8b-3062-456e-81ba-3ff37fe43429", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8ca59d25-485c-46ce-939c-2e4a468caeac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8f190846-50a0-42b9-b571-390809b752b1", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}], "revision_number": 4, "project_id": "fa9ca6d7608b4d7d87ce97331679a481", "id": "edcd9b17-9416-4c25-823c-060c435e18d7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "created_at": "2018-08-12T05:34:52Z", "updated_at": "2018-08-12T05:34:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "2c7e484e-6ec5-4a95-8c9c-66d294c0c27e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "70c74258-3c2c-4efc-87e0-079c26ee3417", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "b70382fa-082e-4c2b-abc8-87490fa50b11", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "c3628e02-b4b6-42c9-8751-c1a2d3c19caa", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}], "revision_number": 4, "project_id": "87db863ba6e348b0a5ddcb67053db9d1", "id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "name": "default"}]} 2018-08-12 08:48:05,353 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-1adeadfc-fde7-41b5-b516-e79cb90cddbe 2018-08-12 08:48:05,361 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01ceaaa4c4da9c3ec3d2cc572208b9e69f304edf" 2018-08-12 08:48:05,454 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:48:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cd913c38-70d7-4288-bd63-5e19a6e08d43 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 5fe28c13d4d74ba2be8d019ac1ea6363.", "code": 404, "title": "Not Found"}} 2018-08-12 08:48:05,454 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 used request id req-cd913c38-70d7-4288-bd63-5e19a6e08d43 2018-08-12 08:48:05,454 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:48:05,458 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01ceaaa4c4da9c3ec3d2cc572208b9e69f304edf" 2018-08-12 08:48:05,548 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:48:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8df6678f-6d0f-4019-96c6-75277c803699 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa5a7fe6ee54472ba01638877aade8e3.", "code": 404, "title": "Not Found"}} 2018-08-12 08:48:05,548 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 used request id req-8df6678f-6d0f-4019-96c6-75277c803699 2018-08-12 08:48:05,549 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:48:05,552 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01ceaaa4c4da9c3ec3d2cc572208b9e69f304edf" 2018-08-12 08:48:05,646 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:48:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-46580ebf-0701-43e0-814d-539b644fa763 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ea65becf30e54b27aa96a449698a435e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:48:05,647 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e used request id req-46580ebf-0701-43e0-814d-539b644fa763 2018-08-12 08:48:05,647 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:48:05,650 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01ceaaa4c4da9c3ec3d2cc572208b9e69f304edf" 2018-08-12 08:48:05,740 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:48:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d62068a7-ef6d-49aa-a36a-f219833ca3fc Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ff7abd7bb61f4f2889831e932d65dc2e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:48:05,740 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e used request id req-d62068a7-ef6d-49aa-a36a-f219833ca3fc 2018-08-12 08:48:05,741 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:48:05,744 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01ceaaa4c4da9c3ec3d2cc572208b9e69f304edf" 2018-08-12 08:48:05,835 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:48:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-22b373b7-fed4-4b88-99e5-5dfcbbc837b7 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3a85ceae958d4d9fba68847e7df67db8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:48:05,835 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 used request id req-22b373b7-fed4-4b88-99e5-5dfcbbc837b7 2018-08-12 08:48:05,835 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:48:05,838 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01ceaaa4c4da9c3ec3d2cc572208b9e69f304edf" 2018-08-12 08:48:05,925 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:48:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2d9cd2f4-6859-44b6-a43d-61f597dc254c Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 85517fcf1c6247e699fdcdd42ecc8c79.", "code": 404, "title": "Not Found"}} 2018-08-12 08:48:05,925 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 used request id req-2d9cd2f4-6859-44b6-a43d-61f597dc254c 2018-08-12 08:48:05,925 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:48:05,929 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01ceaaa4c4da9c3ec3d2cc572208b9e69f304edf" 2018-08-12 08:48:06,030 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:48:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3ce64b87-cb1c-4f76-9950-946db347084e Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}} 2018-08-12 08:48:06,030 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe used request id req-3ce64b87-cb1c-4f76-9950-946db347084e 2018-08-12 08:48:06,034 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01ceaaa4c4da9c3ec3d2cc572208b9e69f304edf" 2018-08-12 08:48:06,120 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:48:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-190cf578-182e-44c8-aa9c-df195ec4cdeb Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 315a428116f24d9fbb826b37080a918e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:48:06,120 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e used request id req-190cf578-182e-44c8-aa9c-df195ec4cdeb 2018-08-12 08:48:06,120 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:48:06,124 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01ceaaa4c4da9c3ec3d2cc572208b9e69f304edf" 2018-08-12 08:48:06,212 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:48:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a04a7ac7-1475-4ebe-b498-4733715c7ca6 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 11a46741b7954b959fd7764109c047b6.", "code": 404, "title": "Not Found"}} 2018-08-12 08:48:06,212 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 used request id req-a04a7ac7-1475-4ebe-b498-4733715c7ca6 2018-08-12 08:48:06,212 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:48:06,216 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01ceaaa4c4da9c3ec3d2cc572208b9e69f304edf" 2018-08-12 08:48:06,303 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:48:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-48d01e08-a8d0-4bd5-8415-3508d5ad4ed3 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3c01cd58055c44ecaef39f7e625c2258.", "code": 404, "title": "Not Found"}} 2018-08-12 08:48:06,303 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 used request id req-48d01e08-a8d0-4bd5-8415-3508d5ad4ed3 2018-08-12 08:48:06,303 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:48:06,307 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/09475b47d2224a18b98d24a11e23a2c7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01ceaaa4c4da9c3ec3d2cc572208b9e69f304edf" 2018-08-12 08:48:06,401 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:48:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-54631887-71de-4e1a-9619-b4a00cc32a4c Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/09475b47d2224a18b98d24a11e23a2c7"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "09475b47d2224a18b98d24a11e23a2c7", "name": "CreateStackFloatingIpTests-b195427a-328e-429-proj"}} 2018-08-12 08:48:06,402 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/09475b47d2224a18b98d24a11e23a2c7 used request id req-54631887-71de-4e1a-9619-b4a00cc32a4c 2018-08-12 08:48:06,402 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - aa37c8ae-2450-4037-8a87-90ed06d3c384 2018-08-12 08:48:06,407 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=aa37c8ae-2450-4037-8a87-90ed06d3c384 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01ceaaa4c4da9c3ec3d2cc572208b9e69f304edf" 2018-08-12 08:48:06,593 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-4974a715-f200-4029-888a-38aeac808f72 Date: Sun, 12 Aug 2018 08:48:06 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "aa37c8ae-2450-4037-8a87-90ed06d3c384", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:47:00Z", "security_group_id": "aa37c8ae-2450-4037-8a87-90ed06d3c384", "port_range_min": null, "revision_number": 0, "tenant_id": "09475b47d2224a18b98d24a11e23a2c7", "created_at": "2018-08-12T08:47:00Z", "project_id": "09475b47d2224a18b98d24a11e23a2c7", "id": "18be630c-36a7-487a-ad50-e406478864c7"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:47:00Z", "security_group_id": "aa37c8ae-2450-4037-8a87-90ed06d3c384", "port_range_min": null, "revision_number": 0, "tenant_id": "09475b47d2224a18b98d24a11e23a2c7", "created_at": "2018-08-12T08:47:00Z", "project_id": "09475b47d2224a18b98d24a11e23a2c7", "id": "49530bae-4da8-4f3e-ba68-2c72fe9e30d8"}, {"remote_group_id": "aa37c8ae-2450-4037-8a87-90ed06d3c384", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:47:00Z", "security_group_id": "aa37c8ae-2450-4037-8a87-90ed06d3c384", "port_range_min": null, "revision_number": 0, "tenant_id": "09475b47d2224a18b98d24a11e23a2c7", "created_at": "2018-08-12T08:47:00Z", "project_id": "09475b47d2224a18b98d24a11e23a2c7", "id": "4d069bc2-aee4-4a79-afc0-ea36a4c0a82c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:47:00Z", "security_group_id": "aa37c8ae-2450-4037-8a87-90ed06d3c384", "port_range_min": null, "revision_number": 0, "tenant_id": "09475b47d2224a18b98d24a11e23a2c7", "created_at": "2018-08-12T08:47:00Z", "project_id": "09475b47d2224a18b98d24a11e23a2c7", "id": "80d7c74d-a9ec-464d-90d6-98c631366dfe"}]} 2018-08-12 08:48:06,593 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=aa37c8ae-2450-4037-8a87-90ed06d3c384 used request id req-4974a715-f200-4029-888a-38aeac808f72 2018-08-12 08:48:06,594 - neutron_utils - INFO - Deleting security group with name - default 2018-08-12 08:48:06,599 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/aa37c8ae-2450-4037-8a87-90ed06d3c384 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01ceaaa4c4da9c3ec3d2cc572208b9e69f304edf" 2018-08-12 08:48:06,969 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-47d131df-03ee-4d80-afa3-a0bef56e3d4e Content-Length: 0 Date: Sun, 12 Aug 2018 08:48:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:48:06,970 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/aa37c8ae-2450-4037-8a87-90ed06d3c384 used request id req-47d131df-03ee-4d80-afa3-a0bef56e3d4e 2018-08-12 08:48:06,970 - keystone_utils - INFO - Deleting project with name - CreateStackFloatingIpTests-b195427a-328e-429-proj 2018-08-12 08:48:06,974 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/09475b47d2224a18b98d24a11e23a2c7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01ceaaa4c4da9c3ec3d2cc572208b9e69f304edf" 2018-08-12 08:48:07,304 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:48:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-be246f59-e51f-4e97-966b-412e48e614cf 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 08:48:07,304 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/09475b47d2224a18b98d24a11e23a2c7 used request id req-be246f59-e51f-4e97-966b-412e48e614cf 2018-08-12 08:48:07,305 - keystone_utils - INFO - Deleting role with name - CreateStackFloatingIpTests-b195427a-328e-429-proj-role 2018-08-12 08:48:07,308 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/8cc298a9e9be4bf39c7cd70ab5bf3d52 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01ceaaa4c4da9c3ec3d2cc572208b9e69f304edf" 2018-08-12 08:48:07,424 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:48:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-29ca24a0-d5be-40c1-a3c9-e6b39387a078 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 08:48:07,424 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/8cc298a9e9be4bf39c7cd70ab5bf3d52 used request id req-29ca24a0-d5be-40c1-a3c9-e6b39387a078 2018-08-12 08:48:07,428 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01ceaaa4c4da9c3ec3d2cc572208b9e69f304edf" 2018-08-12 08:48:07,524 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:48:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-da3b2ced-76ee-4eb6-8cdd-23f85e505386 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:48:07,525 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-da3b2ced-76ee-4eb6-8cdd-23f85e505386 2018-08-12 08:48:07,525 - keystone_utils - INFO - Deleting user with name - CreateStackFloatingIpTests-b195427a-328e-429-user 2018-08-12 08:48:07,529 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/17269338a98243ca8f7d9e5eaed9dfb2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e46d7acc4eb55359c9588cfc0768b0d39c80e723" 2018-08-12 08:48:07,730 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:48:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-56a1f9e3-0832-40a9-9031-0557e673953a 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 08:48:07,730 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/17269338a98243ca8f7d9e5eaed9dfb2 used request id req-56a1f9e3-0832-40a9-9031-0557e673953a 2018-08-12 08:48:07,731 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:48:08,128 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:48:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["Arc8NnAkSR6Eo8VHWSha5g"], "issued_at": "2018-08-12T08:48:08.000000Z"}} 2018-08-12 08:48:08,129 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}7ea7d12aef4d3db41575906e7bac89decab00c45" 2018-08-12 08:48:08,225 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:48:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e20e9043-400b-4bb8-9d46-9f920e27d7e3 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:48:08,225 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-e20e9043-400b-4bb8-9d46-9f920e27d7e3 2018-08-12 08:48:08,226 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:48:08,227 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:48:08,618 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:48:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["Afe2z93VTv2WJyxeWlY92A"], "issued_at": "2018-08-12T08:48:08.000000Z"}} 2018-08-12 08:48:08,619 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}cf85fa424a4f89ed588715f62505d5b9aced43cc" 2018-08-12 08:48:08,712 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:48:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e84e5cd-e5c3-4a62-90be-c945d1f74ff4 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:48:08,712 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-0e84e5cd-e5c3-4a62-90be-c945d1f74ff4 2018-08-12 08:48:08,717 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:48:08,722 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:48:08 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:48:08,723 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=AnsibleProvisioningTests-90aaf607-e50f-4a6-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf85fa424a4f89ed588715f62505d5b9aced43cc" 2018-08-12 08:48:08,810 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:48:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-48c6000c-b820-448f-97f0-d0467e37ad3f Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=AnsibleProvisioningTests-90aaf607-e50f-4a6-proj", "previous": null, "next": null}, "projects": []} 2018-08-12 08:48:08,810 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=AnsibleProvisioningTests-90aaf607-e50f-4a6-proj used request id req-48c6000c-b820-448f-97f0-d0467e37ad3f 2018-08-12 08:48:08,814 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf85fa424a4f89ed588715f62505d5b9aced43cc" 2018-08-12 08:48:08,834 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:48:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-57c11627-579b-4f96-a8c7-c6864cc28088 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:48:08,834 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-57c11627-579b-4f96-a8c7-c6864cc28088 2018-08-12 08:48:08,838 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf85fa424a4f89ed588715f62505d5b9aced43cc" -d '{"project": {"enabled": true, "domain_id": "default", "name": "AnsibleProvisioningTests-90aaf607-e50f-4a6-proj"}}' 2018-08-12 08:48:08,969 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:48:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-da3908e2-04cb-4345-a9e4-d17e99d93006 Content-Length: 321 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/e580cfaf966c4c2ea126413b5f30357f"}, "tags": [], "enabled": true, "id": "e580cfaf966c4c2ea126413b5f30357f", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-90aaf607-e50f-4a6-proj"}} 2018-08-12 08:48:08,969 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-da3908e2-04cb-4345-a9e4-d17e99d93006 2018-08-12 08:48:08,969 - keystone_utils - INFO - Created project with name - AnsibleProvisioningTests-90aaf607-e50f-4a6-proj 2018-08-12 08:48:08,969 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:48:08,970 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:48:09,363 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:48:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["O7ACGtYdQDqrsoxx9XfFBw"], "issued_at": "2018-08-12T08:48:09.000000Z"}} 2018-08-12 08:48:09,363 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}97ae8b000367f467293f28f8dfe7b034209ab595" 2018-08-12 08:48:09,460 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:48:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ac868936-6f91-4a23-a0cc-b167add0f66a Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:48:09,460 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-ac868936-6f91-4a23-a0cc-b167add0f66a 2018-08-12 08:48:09,464 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:48:09,470 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:48:09 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:48:09,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97ae8b000367f467293f28f8dfe7b034209ab595" 2018-08-12 08:48:09,575 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:48:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9ee3e9eb-e419-4af1-8a06-233820577705 Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/105a247548624314b9228f85f6325f0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105a247548624314b9228f85f6325f0b", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/1c5de0eaa44543f08da6ad63a51594ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c5de0eaa44543f08da6ad63a51594ff", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/1d127b5b832547a88a547c116dfdd65b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d127b5b832547a88a547c116dfdd65b", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/1d5cfc170d624ce4ae53ae0507c8d517"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d5cfc170d624ce4ae53ae0507c8d517", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/2421820b75eb4d3ebd02830378d1377b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2421820b75eb4d3ebd02830378d1377b", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/40bd8ee54ecf44868cc83cede652c396"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40bd8ee54ecf44868cc83cede652c396", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/4f32fb8153854c4c9f5094b42b523f80"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f32fb8153854c4c9f5094b42b523f80", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7066130d08fb4db7bf4ab468de53933b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7066130d08fb4db7bf4ab468de53933b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/8d0898a83bcf4521bbc11501d5d7ac89"}, "domain_id": "1eec97585bde483292ece28ee11f4b8d", "enabled": true, "options": {}, "id": "8d0898a83bcf4521bbc11501d5d7ac89", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/9defcced327d476f8a3beab718a13da3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9defcced327d476f8a3beab718a13da3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/b80ee4f6992446e0879624dd436e99a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b80ee4f6992446e0879624dd436e99a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b86fd3e011324d398fcdb6f095a20a9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b86fd3e011324d398fcdb6f095a20a9d", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1701d2754064b5cadf765ea0806f9b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1701d2754064b5cadf765ea0806f9b2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/db4e7b8d76d549faa502716565c733dd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db4e7b8d76d549faa502716565c733dd", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-12 08:48:09,576 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-9ee3e9eb-e419-4af1-8a06-233820577705 2018-08-12 08:48:09,579 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=AnsibleProvisioningTests-90aaf607-e50f-4a6-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97ae8b000367f467293f28f8dfe7b034209ab595" 2018-08-12 08:48:09,673 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:48:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c25c6f98-9557-43f4-92c0-fee7a1aeef33 Content-Encoding: gzip Content-Length: 259 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=AnsibleProvisioningTests-90aaf607-e50f-4a6-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/e580cfaf966c4c2ea126413b5f30357f"}, "tags": [], "enabled": true, "id": "e580cfaf966c4c2ea126413b5f30357f", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-90aaf607-e50f-4a6-proj"}]} 2018-08-12 08:48:09,673 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=AnsibleProvisioningTests-90aaf607-e50f-4a6-proj used request id req-c25c6f98-9557-43f4-92c0-fee7a1aeef33 2018-08-12 08:48:09,677 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97ae8b000367f467293f28f8dfe7b034209ab595" 2018-08-12 08:48:09,787 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:48:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-37e75ad7-d449-4365-b8bf-bd7e4704f348 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:48:09,788 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-37e75ad7-d449-4365-b8bf-bd7e4704f348 2018-08-12 08:48:10,173 - keystone_utils - INFO - Created user with name - AnsibleProvisioningTests-90aaf607-e50f-4a6-user 2018-08-12 08:48:10,173 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:48:10,180 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf85fa424a4f89ed588715f62505d5b9aced43cc" 2018-08-12 08:48:10,271 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:48:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d08e7b6a-497a-4569-bcd2-06b41f2febe0 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:48:10,272 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-d08e7b6a-497a-4569-bcd2-06b41f2febe0 2018-08-12 08:48:10,275 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf85fa424a4f89ed588715f62505d5b9aced43cc" -d '{"role": {"name": "AnsibleProvisioningTests-90aaf607-e50f-4a6-proj-role"}}' 2018-08-12 08:48:10,381 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:48:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4522040a-eafd-496b-85e5-a7dd68fb2f3b Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "b151353afde549ef92f4b850808c165f", "links": {"self": "http://172.30.9.21:5000/v3/roles/b151353afde549ef92f4b850808c165f"}, "name": "AnsibleProvisioningTests-90aaf607-e50f-4a6-proj-role"}} 2018-08-12 08:48:10,381 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-4522040a-eafd-496b-85e5-a7dd68fb2f3b 2018-08-12 08:48:10,382 - keystone_utils - INFO - Created role with name - AnsibleProvisioningTests-90aaf607-e50f-4a6-proj-role 2018-08-12 08:48:10,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/b151353afde549ef92f4b850808c165f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf85fa424a4f89ed588715f62505d5b9aced43cc" 2018-08-12 08:48:10,472 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:48:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d0c138cd-1473-4eff-9311-52c0ebf0012a Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "b151353afde549ef92f4b850808c165f", "links": {"self": "http://172.30.9.21:5000/v3/roles/b151353afde549ef92f4b850808c165f"}, "name": "AnsibleProvisioningTests-90aaf607-e50f-4a6-proj-role"}} 2018-08-12 08:48:10,473 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/b151353afde549ef92f4b850808c165f used request id req-d0c138cd-1473-4eff-9311-52c0ebf0012a 2018-08-12 08:48:10,473 - keystone_utils - INFO - Granting role AnsibleProvisioningTests-90aaf607-e50f-4a6-proj-role to project AnsibleProvisioningTests-90aaf607-e50f-4a6-proj 2018-08-12 08:48:10,476 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/e580cfaf966c4c2ea126413b5f30357f/users/c62df36d62284745b5c98c92f61d0103/roles/b151353afde549ef92f4b850808c165f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf85fa424a4f89ed588715f62505d5b9aced43cc" 2018-08-12 08:48:10,612 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:48:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-907d435f-3d5c-4b58-9273-802f8468ee12 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 08:48:10,612 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/e580cfaf966c4c2ea126413b5f30357f/users/c62df36d62284745b5c98c92f61d0103/roles/b151353afde549ef92f4b850808c165f used request id req-907d435f-3d5c-4b58-9273-802f8468ee12 2018-08-12 08:48:10,612 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-12 08:48:10,614 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img'} 2018-08-12 08:48:10,614 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:48:10,615 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:48:11,101 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b151353afde549ef92f4b850808c165f", "name": "AnsibleProvisioningTests-90aaf607-e50f-4a6-proj-role"}], "expires_at": "2018-08-12T09:48:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e580cfaf966c4c2ea126413b5f30357f", "name": "AnsibleProvisioningTests-90aaf607-e50f-4a6-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e580cfaf966c4c2ea126413b5f30357f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/e580cfaf966c4c2ea126413b5f30357f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/e580cfaf966c4c2ea126413b5f30357f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_e580cfaf966c4c2ea126413b5f30357f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_e580cfaf966c4c2ea126413b5f30357f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e580cfaf966c4c2ea126413b5f30357f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/e580cfaf966c4c2ea126413b5f30357f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/e580cfaf966c4c2ea126413b5f30357f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/e580cfaf966c4c2ea126413b5f30357f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/e580cfaf966c4c2ea126413b5f30357f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/e580cfaf966c4c2ea126413b5f30357f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e580cfaf966c4c2ea126413b5f30357f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/e580cfaf966c4c2ea126413b5f30357f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/e580cfaf966c4c2ea126413b5f30357f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-90aaf607-e50f-4a6-user", "id": "c62df36d62284745b5c98c92f61d0103"}, "audit_ids": ["ROSZ6EgyQ-6PYTA1MlEYFw"], "issued_at": "2018-08-12T08:48:11.000000Z"}} 2018-08-12 08:48:11,102 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}bcb5f465fc701346b527b5e4d3c316ec54cc4be4" 2018-08-12 08:48:11,187 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:48:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e9116400-36c9-4204-8002-c74a2630a863 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:48:11,187 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-e9116400-36c9-4204-8002-c74a2630a863 2018-08-12 08:48:11,191 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267--image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bcb5f465fc701346b527b5e4d3c316ec54cc4be4" 2018-08-12 08:48:11,398 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 170 Content-Type: application/json X-Openstack-Request-Id: req-376f13ee-1b13-4809-8a14-6a3785d0dc18 Date: Sun, 12 Aug 2018 08:48:11 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267--image"} 2018-08-12 08:48:11,398 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267--image used request id req-376f13ee-1b13-4809-8a14-6a3785d0dc18 2018-08-12 08:48:11,401 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bcb5f465fc701346b527b5e4d3c316ec54cc4be4" 2018-08-12 08:48:11,573 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-8499b13e-f8f8-45b5-a921-27545b61943e Date: Sun, 12 Aug 2018 08:48:11 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"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}, "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}, "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"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "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"}, "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"}, "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}, "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}, "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"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "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}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-12 08:48:11,573 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-8499b13e-f8f8-45b5-a921-27545b61943e 2018-08-12 08:48:11,599 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}bcb5f465fc701346b527b5e4d3c316ec54cc4be4" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267--image"}' 2018-08-12 08:48:11,821 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 629 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/290a4d3d-1c41-4510-ba1d-1f0fb4a7a0a0 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-af51cd88-7f4e-47b3-8ca5-84bc01863e6b Date: Sun, 12 Aug 2018 08:48:11 GMT RESP BODY: {"status": "queued", "name": "AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267--image", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:48:11Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-08-12T08:48:11Z", "visibility": "shared", "locations": [], "self": "/v2/images/290a4d3d-1c41-4510-ba1d-1f0fb4a7a0a0", "min_disk": 0, "protected": false, "id": "290a4d3d-1c41-4510-ba1d-1f0fb4a7a0a0", "file": "/v2/images/290a4d3d-1c41-4510-ba1d-1f0fb4a7a0a0/file", "checksum": null, "owner": "e580cfaf966c4c2ea126413b5f30357f", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-12 08:48:11,822 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-af51cd88-7f4e-47b3-8ca5-84bc01863e6b 2018-08-12 08:48:11,831 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/290a4d3d-1c41-4510-ba1d-1f0fb4a7a0a0/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bcb5f465fc701346b527b5e4d3c316ec54cc4be4" -d '' 2018-08-12 08:48:17,251 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-569e77d1-7ada-4735-a785-28cba307725b Date: Sun, 12 Aug 2018 08:48: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 08:48:17,251 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/290a4d3d-1c41-4510-ba1d-1f0fb4a7a0a0/file used request id req-569e77d1-7ada-4735-a785-28cba307725b 2018-08-12 08:48:17,252 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img 2018-08-12 08:48:17,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/290a4d3d-1c41-4510-ba1d-1f0fb4a7a0a0 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bcb5f465fc701346b527b5e4d3c316ec54cc4be4" 2018-08-12 08:48:17,438 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-43a7b283-ddb2-45a5-b739-712db1e0ed9f Date: Sun, 12 Aug 2018 08:48:17 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267--image", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:48:11Z", "size": 263062016, "disk_format": "qcow2", "updated_at": "2018-08-12T08:48:17Z", "visibility": "shared", "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/290a4d3d-1c41-4510-ba1d-1f0fb4a7a0a0/snap", "metadata": {}}], "self": "/v2/images/290a4d3d-1c41-4510-ba1d-1f0fb4a7a0a0", "min_disk": 0, "protected": false, "id": "290a4d3d-1c41-4510-ba1d-1f0fb4a7a0a0", "file": "/v2/images/290a4d3d-1c41-4510-ba1d-1f0fb4a7a0a0/file", "checksum": "81360220b4382d4b91eef0ebaf46a661", "owner": "e580cfaf966c4c2ea126413b5f30357f", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/290a4d3d-1c41-4510-ba1d-1f0fb4a7a0a0/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-12 08:48:17,438 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/290a4d3d-1c41-4510-ba1d-1f0fb4a7a0a0 used request id req-43a7b283-ddb2-45a5-b739-712db1e0ed9f 2018-08-12 08:48:17,441 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bcb5f465fc701346b527b5e4d3c316ec54cc4be4" 2018-08-12 08:48:17,620 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-32ae67fb-d0a5-459e-bdd7-4488e511e9d8 Date: Sun, 12 Aug 2018 08:48:17 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"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}, "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}, "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"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "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"}, "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"}, "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}, "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}, "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"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "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}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-12 08:48:17,621 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-32ae67fb-d0a5-459e-bdd7-4488e511e9d8 2018-08-12 08:48:17,624 - create_image - INFO - Created image with name - AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267--image 2018-08-12 08:48:17,626 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/290a4d3d-1c41-4510-ba1d-1f0fb4a7a0a0 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bcb5f465fc701346b527b5e4d3c316ec54cc4be4" 2018-08-12 08:48:17,854 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-bd465eec-bc7e-4fc6-a36e-fa207abb2225 Date: Sun, 12 Aug 2018 08:48:17 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267--image", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:48:11Z", "size": 263062016, "disk_format": "qcow2", "updated_at": "2018-08-12T08:48:17Z", "visibility": "shared", "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/290a4d3d-1c41-4510-ba1d-1f0fb4a7a0a0/snap", "metadata": {}}], "self": "/v2/images/290a4d3d-1c41-4510-ba1d-1f0fb4a7a0a0", "min_disk": 0, "protected": false, "id": "290a4d3d-1c41-4510-ba1d-1f0fb4a7a0a0", "file": "/v2/images/290a4d3d-1c41-4510-ba1d-1f0fb4a7a0a0/file", "checksum": "81360220b4382d4b91eef0ebaf46a661", "owner": "e580cfaf966c4c2ea126413b5f30357f", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/290a4d3d-1c41-4510-ba1d-1f0fb4a7a0a0/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-12 08:48:17,854 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/290a4d3d-1c41-4510-ba1d-1f0fb4a7a0a0 used request id req-bd465eec-bc7e-4fc6-a36e-fa207abb2225 2018-08-12 08:48:17,855 - create_image - DEBUG - Instance status is - active 2018-08-12 08:48:17,855 - create_image - DEBUG - Image is active with name - AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267--image 2018-08-12 08:48:17,855 - create_image - INFO - Image is now active with name - AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267--image 2018-08-12 08:48:17,855 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:48:17,856 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:48:18,250 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b151353afde549ef92f4b850808c165f", "name": "AnsibleProvisioningTests-90aaf607-e50f-4a6-proj-role"}], "expires_at": "2018-08-12T09:48:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e580cfaf966c4c2ea126413b5f30357f", "name": "AnsibleProvisioningTests-90aaf607-e50f-4a6-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e580cfaf966c4c2ea126413b5f30357f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/e580cfaf966c4c2ea126413b5f30357f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/e580cfaf966c4c2ea126413b5f30357f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_e580cfaf966c4c2ea126413b5f30357f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_e580cfaf966c4c2ea126413b5f30357f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e580cfaf966c4c2ea126413b5f30357f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/e580cfaf966c4c2ea126413b5f30357f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/e580cfaf966c4c2ea126413b5f30357f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/e580cfaf966c4c2ea126413b5f30357f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/e580cfaf966c4c2ea126413b5f30357f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/e580cfaf966c4c2ea126413b5f30357f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e580cfaf966c4c2ea126413b5f30357f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/e580cfaf966c4c2ea126413b5f30357f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/e580cfaf966c4c2ea126413b5f30357f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-90aaf607-e50f-4a6-user", "id": "c62df36d62284745b5c98c92f61d0103"}, "audit_ids": ["BmJW3wM7QoqK2rCeiICRog"], "issued_at": "2018-08-12T08:48:18.000000Z"}} 2018-08-12 08:48:18,250 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}97c569aa5b475d1d9a3a8af57802eb5761d9cd39" 2018-08-12 08:48:18,338 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:48:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-83882dad-8bf5-4b27-a71f-4a06a2fc2852 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:48:18,338 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-83882dad-8bf5-4b27-a71f-4a06a2fc2852 2018-08-12 08:48:18,340 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:48:18,340 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:48:18,340 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:48:18,340 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:48:18,340 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:48:18,347 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97c569aa5b475d1d9a3a8af57802eb5761d9cd39" 2018-08-12 08:48:18,528 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-4defc28d-25f6-487a-a767-fcc8df533ee7 Date: Sun, 12 Aug 2018 08:48:18 GMT RESP BODY: {"networks":[]} 2018-08-12 08:48:18,528 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-pub-net used request id req-4defc28d-25f6-487a-a767-fcc8df533ee7 2018-08-12 08:48:18,529 - neutron_utils - INFO - Creating network with name AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-pub-net 2018-08-12 08:48:18,534 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97c569aa5b475d1d9a3a8af57802eb5761d9cd39" -d '{"network": {"mtu": 1450, "name": "AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-pub-net", "admin_state_up": true}}' 2018-08-12 08:48:19,278 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 606 X-Openstack-Request-Id: req-b66c84b5-6ee1-47b5-a9cc-91cc912cc973 Date: Sun, 12 Aug 2018 08:48:19 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"e580cfaf966c4c2ea126413b5f30357f","created_at":"2018-08-12T08:48:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T08:48:19Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"e580cfaf966c4c2ea126413b5f30357f","id":"9b8a7177-88d3-4fc9-8dce-88bd17f22f93","name":"AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-pub-net"}} 2018-08-12 08:48:19,279 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-b66c84b5-6ee1-47b5-a9cc-91cc912cc973 2018-08-12 08:48:19,284 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=9b8a7177-88d3-4fc9-8dce-88bd17f22f93 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97c569aa5b475d1d9a3a8af57802eb5761d9cd39" 2018-08-12 08:48:19,621 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-80868ced-cd6f-4321-b9d2-9120ebb2a55e Date: Sun, 12 Aug 2018 08:48:19 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-12T08:48:19Z","tenant_id":"e580cfaf966c4c2ea126413b5f30357f","created_at":"2018-08-12T08:48:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"e580cfaf966c4c2ea126413b5f30357f","id":"9b8a7177-88d3-4fc9-8dce-88bd17f22f93","name":"AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-pub-net"}]} 2018-08-12 08:48:19,622 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=9b8a7177-88d3-4fc9-8dce-88bd17f22f93 used request id req-80868ced-cd6f-4321-b9d2-9120ebb2a55e 2018-08-12 08:48:19,627 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=9b8a7177-88d3-4fc9-8dce-88bd17f22f93 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97c569aa5b475d1d9a3a8af57802eb5761d9cd39" 2018-08-12 08:48:19,827 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-5974b2df-f814-4024-8e09-d15c659402e9 Date: Sun, 12 Aug 2018 08:48:19 GMT RESP BODY: {"subnets":[]} 2018-08-12 08:48:19,827 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=9b8a7177-88d3-4fc9-8dce-88bd17f22f93 used request id req-5974b2df-f814-4024-8e09-d15c659402e9 2018-08-12 08:48:19,828 - neutron_utils - INFO - Creating subnet with name AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-pub-subnet 2018-08-12 08:48:19,833 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97c569aa5b475d1d9a3a8af57802eb5761d9cd39" -d '{"subnets": [{"ip_version": 4, "network_id": "9b8a7177-88d3-4fc9-8dce-88bd17f22f93", "cidr": "10.55.1.0/24", "name": "AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-pub-subnet"}]}' 2018-08-12 08:48:20,931 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-08a7ced9-932a-4b8c-9156-f833704df952 Date: Sun, 12 Aug 2018 08:48:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9b8a7177-88d3-4fc9-8dce-88bd17f22f93","tenant_id":"e580cfaf966c4c2ea126413b5f30357f","created_at":"2018-08-12T08:48:20Z","dns_nameservers":[],"updated_at":"2018-08-12T08:48:20Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"e580cfaf966c4c2ea126413b5f30357f","id":"132cdf22-b32e-4628-9f44-6f2578cce43b","subnetpool_id":null,"name":"AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-pub-subnet"}]} 2018-08-12 08:48:20,931 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-08a7ced9-932a-4b8c-9156-f833704df952 2018-08-12 08:48:20,936 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=9b8a7177-88d3-4fc9-8dce-88bd17f22f93 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97c569aa5b475d1d9a3a8af57802eb5761d9cd39" 2018-08-12 08:48:21,223 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 634 X-Openstack-Request-Id: req-1d85bc2a-d660-49c2-9694-6a6aced22839 Date: Sun, 12 Aug 2018 08:48: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":["132cdf22-b32e-4628-9f44-6f2578cce43b"],"updated_at":"2018-08-12T08:48:20Z","tenant_id":"e580cfaf966c4c2ea126413b5f30357f","created_at":"2018-08-12T08:48:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"e580cfaf966c4c2ea126413b5f30357f","id":"9b8a7177-88d3-4fc9-8dce-88bd17f22f93","name":"AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-pub-net"}]} 2018-08-12 08:48:21,223 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=9b8a7177-88d3-4fc9-8dce-88bd17f22f93 used request id req-1d85bc2a-d660-49c2-9694-6a6aced22839 2018-08-12 08:48:21,228 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=9b8a7177-88d3-4fc9-8dce-88bd17f22f93 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97c569aa5b475d1d9a3a8af57802eb5761d9cd39" 2018-08-12 08:48:21,537 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-78939398-fea1-4be8-b487-46df4b156982 Date: Sun, 12 Aug 2018 08:48:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9b8a7177-88d3-4fc9-8dce-88bd17f22f93","tenant_id":"e580cfaf966c4c2ea126413b5f30357f","created_at":"2018-08-12T08:48:20Z","dns_nameservers":[],"updated_at":"2018-08-12T08:48:20Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e580cfaf966c4c2ea126413b5f30357f","id":"132cdf22-b32e-4628-9f44-6f2578cce43b","subnetpool_id":null,"name":"AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-pub-subnet"}]} 2018-08-12 08:48:21,538 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=9b8a7177-88d3-4fc9-8dce-88bd17f22f93 used request id req-78939398-fea1-4be8-b487-46df4b156982 2018-08-12 08:48:21,538 - OpenStackNetwork - DEBUG - Network [9b8a7177-88d3-4fc9-8dce-88bd17f22f93] created successfully 2018-08-12 08:48:21,538 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:48:21,539 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:48:21,933 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b151353afde549ef92f4b850808c165f", "name": "AnsibleProvisioningTests-90aaf607-e50f-4a6-proj-role"}], "expires_at": "2018-08-12T09:48:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e580cfaf966c4c2ea126413b5f30357f", "name": "AnsibleProvisioningTests-90aaf607-e50f-4a6-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e580cfaf966c4c2ea126413b5f30357f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/e580cfaf966c4c2ea126413b5f30357f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/e580cfaf966c4c2ea126413b5f30357f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_e580cfaf966c4c2ea126413b5f30357f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_e580cfaf966c4c2ea126413b5f30357f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e580cfaf966c4c2ea126413b5f30357f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/e580cfaf966c4c2ea126413b5f30357f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/e580cfaf966c4c2ea126413b5f30357f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/e580cfaf966c4c2ea126413b5f30357f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/e580cfaf966c4c2ea126413b5f30357f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/e580cfaf966c4c2ea126413b5f30357f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e580cfaf966c4c2ea126413b5f30357f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/e580cfaf966c4c2ea126413b5f30357f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/e580cfaf966c4c2ea126413b5f30357f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-90aaf607-e50f-4a6-user", "id": "c62df36d62284745b5c98c92f61d0103"}, "audit_ids": ["i4zGtNCKQK-ff2W8aetXzg"], "issued_at": "2018-08-12T08:48:21.000000Z"}} 2018-08-12 08:48:21,933 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}726629e5934ad5bba77e0858ee62a67fedbc8171" 2018-08-12 08:48:22,029 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:48:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-67df3ba9-5173-44ad-b972-4e5a35988db1 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:48:22,029 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-67df3ba9-5173-44ad-b972-4e5a35988db1 2018-08-12 08:48:22,030 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:48:22,030 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:48:22,030 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:48:22,031 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:48:22,031 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:48:22,037 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}726629e5934ad5bba77e0858ee62a67fedbc8171" 2018-08-12 08:48:22,277 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-45e3c78b-1ebc-46b1-85b9-7ec75d329861 Date: Sun, 12 Aug 2018 08:48:22 GMT RESP BODY: {"routers": []} 2018-08-12 08:48:22,277 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-pub-router&admin_state_up=True used request id req-45e3c78b-1ebc-46b1-85b9-7ec75d329861 2018-08-12 08:48:22,278 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:48:22,278 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:48:22,701 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b151353afde549ef92f4b850808c165f", "name": "AnsibleProvisioningTests-90aaf607-e50f-4a6-proj-role"}], "expires_at": "2018-08-12T09:48:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e580cfaf966c4c2ea126413b5f30357f", "name": "AnsibleProvisioningTests-90aaf607-e50f-4a6-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e580cfaf966c4c2ea126413b5f30357f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/e580cfaf966c4c2ea126413b5f30357f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/e580cfaf966c4c2ea126413b5f30357f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_e580cfaf966c4c2ea126413b5f30357f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_e580cfaf966c4c2ea126413b5f30357f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e580cfaf966c4c2ea126413b5f30357f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/e580cfaf966c4c2ea126413b5f30357f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/e580cfaf966c4c2ea126413b5f30357f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/e580cfaf966c4c2ea126413b5f30357f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/e580cfaf966c4c2ea126413b5f30357f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/e580cfaf966c4c2ea126413b5f30357f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e580cfaf966c4c2ea126413b5f30357f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/e580cfaf966c4c2ea126413b5f30357f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/e580cfaf966c4c2ea126413b5f30357f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-90aaf607-e50f-4a6-user", "id": "c62df36d62284745b5c98c92f61d0103"}, "audit_ids": ["W1InTqUQSkKBNYjG_cCbqg"], "issued_at": "2018-08-12T08:48:22.000000Z"}} 2018-08-12 08:48:22,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}e49a63b53bc34c7f1e71fd4fea88aa705c0a5995" 2018-08-12 08:48:22,782 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:48:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-23933bda-6ac2-4877-b700-0c2d497cbeca Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:48:22,783 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-23933bda-6ac2-4877-b700-0c2d497cbeca 2018-08-12 08:48:22,790 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}726629e5934ad5bba77e0858ee62a67fedbc8171" 2018-08-12 08:48:23,069 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-20c36b48-d4e0-413d-87eb-724468144c34 Date: Sun, 12 Aug 2018 08:48:23 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ec788992-fa73-45cc-a7d9-6d44542124c2"],"updated_at":"2018-08-12T05:35:20Z","tenant_id":"310f5853751a4c968f3eeb0a3d99a0a8","created_at":"2018-08-12T05:04:23Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":7,"admin_state_up":true,"shared":false,"project_id":"310f5853751a4c968f3eeb0a3d99a0a8","id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","name":"external"}]} 2018-08-12 08:48:23,069 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=external used request id req-20c36b48-d4e0-413d-87eb-724468144c34 2018-08-12 08:48:23,075 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=03886690-4630-4c4c-9ccb-7eedaa9b1fd3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}726629e5934ad5bba77e0858ee62a67fedbc8171" 2018-08-12 08:48:23,273 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-53d69d22-d3b2-4881-868b-e87fb2e0c46b Date: Sun, 12 Aug 2018 08:48:23 GMT RESP BODY: {"subnets":[]} 2018-08-12 08:48:23,274 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=03886690-4630-4c4c-9ccb-7eedaa9b1fd3 used request id req-53d69d22-d3b2-4881-868b-e87fb2e0c46b 2018-08-12 08:48:23,274 - neutron_utils - INFO - Creating router with name - AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-pub-router 2018-08-12 08:48:23,280 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}726629e5934ad5bba77e0858ee62a67fedbc8171" -d '{"router": {"external_gateway_info": {"network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3"}, "name": "AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-pub-router", "admin_state_up": true}}' 2018-08-12 08:48:24,801 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 639 X-Openstack-Request-Id: req-f47885d2-3baf-4abf-ad18-6b60e8c87b6e Date: Sun, 12 Aug 2018 08:48:24 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ec788992-fa73-45cc-a7d9-6d44542124c2", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "e580cfaf966c4c2ea126413b5f30357f", "created_at": "2018-08-12T08:48:23Z", "admin_state_up": true, "updated_at": "2018-08-12T08:48:24Z", "revision_number": 2, "routes": [], "project_id": "e580cfaf966c4c2ea126413b5f30357f", "id": "672f0511-ccba-49f7-a709-57f8417dfb0c", "name": "AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-pub-router"}} 2018-08-12 08:48:24,801 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers used request id req-f47885d2-3baf-4abf-ad18-6b60e8c87b6e 2018-08-12 08:48:24,806 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=672f0511-ccba-49f7-a709-57f8417dfb0c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}726629e5934ad5bba77e0858ee62a67fedbc8171" 2018-08-12 08:48:25,007 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-6ac93b8d-1aa4-4ed4-9d0b-1dbefd9dd390 Date: Sun, 12 Aug 2018 08:48:25 GMT RESP BODY: {"ports":[]} 2018-08-12 08:48:25,008 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=672f0511-ccba-49f7-a709-57f8417dfb0c used request id req-6ac93b8d-1aa4-4ed4-9d0b-1dbefd9dd390 2018-08-12 08:48:25,013 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}726629e5934ad5bba77e0858ee62a67fedbc8171" 2018-08-12 08:48:25,450 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 634 X-Openstack-Request-Id: req-59f16a4e-ba4b-42a5-9a08-85d281dd5ad2 Date: Sun, 12 Aug 2018 08:48:25 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":["132cdf22-b32e-4628-9f44-6f2578cce43b"],"updated_at":"2018-08-12T08:48:20Z","tenant_id":"e580cfaf966c4c2ea126413b5f30357f","created_at":"2018-08-12T08:48:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"e580cfaf966c4c2ea126413b5f30357f","id":"9b8a7177-88d3-4fc9-8dce-88bd17f22f93","name":"AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-pub-net"}]} 2018-08-12 08:48:25,450 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-pub-net used request id req-59f16a4e-ba4b-42a5-9a08-85d281dd5ad2 2018-08-12 08:48:25,454 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:48:25,459 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:48:25 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:48:25,460 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e580cfaf966c4c2ea126413b5f30357f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}726629e5934ad5bba77e0858ee62a67fedbc8171" 2018-08-12 08:48:25,555 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:48:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-39009e7b-672d-4a4f-84e5-4f7362b58a74 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/e580cfaf966c4c2ea126413b5f30357f"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "e580cfaf966c4c2ea126413b5f30357f", "name": "AnsibleProvisioningTests-90aaf607-e50f-4a6-proj"}} 2018-08-12 08:48:25,555 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e580cfaf966c4c2ea126413b5f30357f used request id req-39009e7b-672d-4a4f-84e5-4f7362b58a74 2018-08-12 08:48:25,560 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=9b8a7177-88d3-4fc9-8dce-88bd17f22f93 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}726629e5934ad5bba77e0858ee62a67fedbc8171" 2018-08-12 08:48:25,810 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-03e0b832-891b-465e-97be-d7621205ce79 Date: Sun, 12 Aug 2018 08:48:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9b8a7177-88d3-4fc9-8dce-88bd17f22f93","tenant_id":"e580cfaf966c4c2ea126413b5f30357f","created_at":"2018-08-12T08:48:20Z","dns_nameservers":[],"updated_at":"2018-08-12T08:48:20Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e580cfaf966c4c2ea126413b5f30357f","id":"132cdf22-b32e-4628-9f44-6f2578cce43b","subnetpool_id":null,"name":"AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-pub-subnet"}]} 2018-08-12 08:48:25,811 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=9b8a7177-88d3-4fc9-8dce-88bd17f22f93 used request id req-03e0b832-891b-465e-97be-d7621205ce79 2018-08-12 08:48:25,816 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=9b8a7177-88d3-4fc9-8dce-88bd17f22f93&name=AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}726629e5934ad5bba77e0858ee62a67fedbc8171" 2018-08-12 08:48:26,040 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-b99dde3f-e63e-4d55-9cc7-1c6d4b6aebe1 Date: Sun, 12 Aug 2018 08:48:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9b8a7177-88d3-4fc9-8dce-88bd17f22f93","tenant_id":"e580cfaf966c4c2ea126413b5f30357f","created_at":"2018-08-12T08:48:20Z","dns_nameservers":[],"updated_at":"2018-08-12T08:48:20Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e580cfaf966c4c2ea126413b5f30357f","id":"132cdf22-b32e-4628-9f44-6f2578cce43b","subnetpool_id":null,"name":"AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-pub-subnet"}]} 2018-08-12 08:48:26,040 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=9b8a7177-88d3-4fc9-8dce-88bd17f22f93&name=AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-pub-subnet used request id req-b99dde3f-e63e-4d55-9cc7-1c6d4b6aebe1 2018-08-12 08:48:26,040 - OpenStackNetwork - DEBUG - Adding router to subnet... 2018-08-12 08:48:26,040 - neutron_utils - INFO - Adding interface to router with name AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-pub-router 2018-08-12 08:48:26,045 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9696/v2.0/routers/672f0511-ccba-49f7-a709-57f8417dfb0c/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}726629e5934ad5bba77e0858ee62a67fedbc8171" -d '{"subnet_id": "132cdf22-b32e-4628-9f44-6f2578cce43b"}' 2018-08-12 08:48:28,276 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-30dd7db9-6b82-42d5-a778-32390f194237 Date: Sun, 12 Aug 2018 08:48:28 GMT RESP BODY: {"network_id": "9b8a7177-88d3-4fc9-8dce-88bd17f22f93", "tenant_id": "e580cfaf966c4c2ea126413b5f30357f", "subnet_id": "132cdf22-b32e-4628-9f44-6f2578cce43b", "subnet_ids": ["132cdf22-b32e-4628-9f44-6f2578cce43b"], "port_id": "c25f4865-e00b-4508-a576-b2915b29401c", "id": "672f0511-ccba-49f7-a709-57f8417dfb0c"} 2018-08-12 08:48:28,277 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/672f0511-ccba-49f7-a709-57f8417dfb0c/add_router_interface used request id req-30dd7db9-6b82-42d5-a778-32390f194237 2018-08-12 08:48:28,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers/672f0511-ccba-49f7-a709-57f8417dfb0c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}726629e5934ad5bba77e0858ee62a67fedbc8171" 2018-08-12 08:48:28,575 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 639 X-Openstack-Request-Id: req-151e8381-494e-46f9-a67a-d1cbebe38648 Date: Sun, 12 Aug 2018 08:48:28 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ec788992-fa73-45cc-a7d9-6d44542124c2", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "e580cfaf966c4c2ea126413b5f30357f", "created_at": "2018-08-12T08:48:23Z", "admin_state_up": true, "updated_at": "2018-08-12T08:48:27Z", "revision_number": 3, "routes": [], "project_id": "e580cfaf966c4c2ea126413b5f30357f", "id": "672f0511-ccba-49f7-a709-57f8417dfb0c", "name": "AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-pub-router"}} 2018-08-12 08:48:28,575 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers/672f0511-ccba-49f7-a709-57f8417dfb0c used request id req-151e8381-494e-46f9-a67a-d1cbebe38648 2018-08-12 08:48:28,581 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=672f0511-ccba-49f7-a709-57f8417dfb0c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}726629e5934ad5bba77e0858ee62a67fedbc8171" 2018-08-12 08:48:28,818 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 718 X-Openstack-Request-Id: req-e2d85b5a-6080-4520-800c-519d3de02225 Date: Sun, 12 Aug 2018 08:48:28 GMT RESP BODY: {"ports":[{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"9b8a7177-88d3-4fc9-8dce-88bd17f22f93","tenant_id":"e580cfaf966c4c2ea126413b5f30357f","created_at":"2018-08-12T08:48:26Z","admin_state_up":true,"updated_at":"2018-08-12T08:48:27Z","binding:vnic_type":"normal","device_id":"672f0511-ccba-49f7-a709-57f8417dfb0c","device_owner":"network:router_interface","revision_number":6,"mac_address":"fa:16:3e:56:b3:68","id":"c25f4865-e00b-4508-a576-b2915b29401c","port_security_enabled":false,"project_id":"e580cfaf966c4c2ea126413b5f30357f","fixed_ips":[{"subnet_id":"132cdf22-b32e-4628-9f44-6f2578cce43b","ip_address":"10.55.1.1"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-12 08:48:28,819 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=672f0511-ccba-49f7-a709-57f8417dfb0c used request id req-e2d85b5a-6080-4520-800c-519d3de02225 2018-08-12 08:48:28,824 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/132cdf22-b32e-4628-9f44-6f2578cce43b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}726629e5934ad5bba77e0858ee62a67fedbc8171" 2018-08-12 08:48:29,057 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 671 X-Openstack-Request-Id: req-90ab0b90-5647-42ff-b9bb-d333badafbf3 Date: Sun, 12 Aug 2018 08:48:29 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9b8a7177-88d3-4fc9-8dce-88bd17f22f93","tenant_id":"e580cfaf966c4c2ea126413b5f30357f","created_at":"2018-08-12T08:48:20Z","dns_nameservers":[],"updated_at":"2018-08-12T08:48:20Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"e580cfaf966c4c2ea126413b5f30357f","id":"132cdf22-b32e-4628-9f44-6f2578cce43b","subnetpool_id":null,"name":"AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-pub-subnet"}} 2018-08-12 08:48:29,058 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/132cdf22-b32e-4628-9f44-6f2578cce43b used request id req-90ab0b90-5647-42ff-b9bb-d333badafbf3 2018-08-12 08:48:29,058 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:48:29,059 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:48:29,445 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:48:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["oBpnEZd5S_iNWGSl1d83sQ"], "issued_at": "2018-08-12T08:48:29.000000Z"}} 2018-08-12 08:48:29,445 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}39cc925bfe11244fae46189f5dee84dbe3fdf772" 2018-08-12 08:48:29,540 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:48:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0dc8dfd2-a2cb-406d-ac8e-2a8ec6fc6a43 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:48:29,540 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-0dc8dfd2-a2cb-406d-ac8e-2a8ec6fc6a43 2018-08-12 08:48:29,541 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-12 08:48:29,545 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39cc925bfe11244fae46189f5dee84dbe3fdf772" 2018-08-12 08:48:29,745 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:48: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-35db908e-b8b0-4929-a761-0204cb9213a4 x-compute-request-id: req-35db908e-b8b0-4929-a761-0204cb9213a4 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-08-12 08:48:29,745 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-35db908e-b8b0-4929-a761-0204cb9213a4 2018-08-12 08:48:29,748 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39cc925bfe11244fae46189f5dee84dbe3fdf772" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 2048, "id": null, "swap": 0}}' 2018-08-12 08:48:29,797 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:48: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-70477030-83d1-452e-b9ee-b3597faa42da x-compute-request-id: req-70477030-83d1-452e-b9ee-b3597faa42da Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"name": "AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-flavor-name", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/0a58d74d-e2af-4a5d-bae4-e2642f47de9e", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/0a58d74d-e2af-4a5d-bae4-e2642f47de9e", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": "0a58d74d-e2af-4a5d-bae4-e2642f47de9e"}} 2018-08-12 08:48:29,797 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-70477030-83d1-452e-b9ee-b3597faa42da 2018-08-12 08:48:29,798 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:48:29,799 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:48:30,198 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b151353afde549ef92f4b850808c165f", "name": "AnsibleProvisioningTests-90aaf607-e50f-4a6-proj-role"}], "expires_at": "2018-08-12T09:48:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e580cfaf966c4c2ea126413b5f30357f", "name": "AnsibleProvisioningTests-90aaf607-e50f-4a6-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e580cfaf966c4c2ea126413b5f30357f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/e580cfaf966c4c2ea126413b5f30357f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/e580cfaf966c4c2ea126413b5f30357f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_e580cfaf966c4c2ea126413b5f30357f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_e580cfaf966c4c2ea126413b5f30357f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e580cfaf966c4c2ea126413b5f30357f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/e580cfaf966c4c2ea126413b5f30357f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/e580cfaf966c4c2ea126413b5f30357f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/e580cfaf966c4c2ea126413b5f30357f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/e580cfaf966c4c2ea126413b5f30357f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/e580cfaf966c4c2ea126413b5f30357f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e580cfaf966c4c2ea126413b5f30357f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/e580cfaf966c4c2ea126413b5f30357f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/e580cfaf966c4c2ea126413b5f30357f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-90aaf607-e50f-4a6-user", "id": "c62df36d62284745b5c98c92f61d0103"}, "audit_ids": ["SzbJbycCRVOyQgg_TkTnLQ"], "issued_at": "2018-08-12T08:48:30.000000Z"}} 2018-08-12 08:48:30,198 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}00302c570326ee3eb8cdce023cdf674c054a93a0" 2018-08-12 08:48:30,287 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:48:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e13db42-5bea-4c34-afe7-50d203828bd5 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:48:30,288 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-1e13db42-5bea-4c34-afe7-50d203828bd5 2018-08-12 08:48:30,289 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-12 08:48:30,292 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00302c570326ee3eb8cdce023cdf674c054a93a0" 2018-08-12 08:48:30,485 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:48: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-a248ca7e-66c9-4046-9904-6a5483bf6391 x-compute-request-id: req-a248ca7e-66c9-4046-9904-6a5483bf6391 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-08-12 08:48:30,486 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-a248ca7e-66c9-4046-9904-6a5483bf6391 2018-08-12 08:48:30,486 - OpenStackKeypair - INFO - Creating keypair AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-kp... 2018-08-12 08:48:30,486 - OpenStackKeypair - INFO - Creating new keypair 2018-08-12 08:48:30,519 - nova_utils - INFO - Creating keypair with name - AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-kp 2018-08-12 08:48:30,521 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00302c570326ee3eb8cdce023cdf674c054a93a0" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQD0128oxRwMqetlX4o3HsVsKQQE09xrBD5HJmbrayfuNUYcLFBsBog5WtBWCmGlbm6XHvslmsA1+BUfzD4MvDZW2cFO4yO8nvgO9MX83iG+8u+Q6BFNqQFJ5/rkrcJPOXEML/Ncoyq9Sf6d02v1pxkMrQCeiRreo/4o/6lC45o6YQ==", "name": "AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-kp"}}' 2018-08-12 08:48:30,586 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:48: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-06a2fa9b-b999-40af-b2ab-3f6c2df34811 x-compute-request-id: req-06a2fa9b-b999-40af-b2ab-3f6c2df34811 Content-Encoding: gzip Content-Length: 375 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQD0128oxRwMqetlX4o3HsVsKQQE09xrBD5HJmbrayfuNUYcLFBsBog5WtBWCmGlbm6XHvslmsA1+BUfzD4MvDZW2cFO4yO8nvgO9MX83iG+8u+Q6BFNqQFJ5/rkrcJPOXEML/Ncoyq9Sf6d02v1pxkMrQCeiRreo/4o/6lC45o6YQ==", "user_id": "c62df36d62284745b5c98c92f61d0103", "name": "AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-kp", "fingerprint": "43:e0:c7:f6:7f:93:97:bf:cc:eb:0d:c1:02:36:a4:7c"}} 2018-08-12 08:48:30,587 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-06a2fa9b-b999-40af-b2ab-3f6c2df34811 2018-08-12 08:48:30,589 - file_utils - INFO - Saved public key to - tmp/AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267.pub 2018-08-12 08:48:30,589 - file_utils - INFO - Saved private key to - tmp/AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267 2018-08-12 08:48:30,590 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:48:30,590 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:48:30,990 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b151353afde549ef92f4b850808c165f", "name": "AnsibleProvisioningTests-90aaf607-e50f-4a6-proj-role"}], "expires_at": "2018-08-12T09:48:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e580cfaf966c4c2ea126413b5f30357f", "name": "AnsibleProvisioningTests-90aaf607-e50f-4a6-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e580cfaf966c4c2ea126413b5f30357f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/e580cfaf966c4c2ea126413b5f30357f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/e580cfaf966c4c2ea126413b5f30357f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_e580cfaf966c4c2ea126413b5f30357f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_e580cfaf966c4c2ea126413b5f30357f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e580cfaf966c4c2ea126413b5f30357f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/e580cfaf966c4c2ea126413b5f30357f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/e580cfaf966c4c2ea126413b5f30357f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/e580cfaf966c4c2ea126413b5f30357f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/e580cfaf966c4c2ea126413b5f30357f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/e580cfaf966c4c2ea126413b5f30357f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e580cfaf966c4c2ea126413b5f30357f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/e580cfaf966c4c2ea126413b5f30357f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/e580cfaf966c4c2ea126413b5f30357f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-90aaf607-e50f-4a6-user", "id": "c62df36d62284745b5c98c92f61d0103"}, "audit_ids": ["3GNJgZ58RJmlMSAqYFiqnw"], "issued_at": "2018-08-12T08:48:30.000000Z"}} 2018-08-12 08:48:30,990 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}a7081d886b300b7640e5b0509d6a6727851f4218" 2018-08-12 08:48:31,003 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:48:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f781963e-6a64-4dcd-9e70-876b151d18ec Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:48:31,003 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-f781963e-6a64-4dcd-9e70-876b151d18ec 2018-08-12 08:48:31,004 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:48:31,005 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:48:31,005 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:48:31,005 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:48:31,005 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:48:31,011 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7081d886b300b7640e5b0509d6a6727851f4218" 2018-08-12 08:48:31,219 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-aa0a6548-08c1-40ac-8f53-f123b3ad3d32 Date: Sun, 12 Aug 2018 08:48:31 GMT RESP BODY: {"security_groups": []} 2018-08-12 08:48:31,219 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-sec-grp used request id req-aa0a6548-08c1-40ac-8f53-f123b3ad3d32 2018-08-12 08:48:31,219 - OpenStackSecurityGroup - INFO - Creating security group AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-sec-grp... 2018-08-12 08:48:31,219 - neutron_utils - INFO - Creating security group with name - AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-sec-grp 2018-08-12 08:48:31,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7081d886b300b7640e5b0509d6a6727851f4218" -d '{"security_group": {"name": "AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-sec-grp"}}' 2018-08-12 08:48:31,627 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1401 X-Openstack-Request-Id: req-3d01b795-c30e-4f3d-95ad-bdccbc15ea58 Date: Sun, 12 Aug 2018 08:48:31 GMT RESP BODY: {"security_group": {"description": "", "tags": [], "tenant_id": "e580cfaf966c4c2ea126413b5f30357f", "created_at": "2018-08-12T08:48:31Z", "updated_at": "2018-08-12T08:48:31Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:48:31Z", "revision_number": 0, "id": "5af265c0-0d43-4a79-ad92-8a07d84b0652", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:48:31Z", "security_group_id": "1d9c18a9-2b7a-4af6-a9aa-646532d064e5", "tenant_id": "e580cfaf966c4c2ea126413b5f30357f", "port_range_min": null, "ethertype": "IPv6", "project_id": "e580cfaf966c4c2ea126413b5f30357f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:48:31Z", "revision_number": 0, "id": "f7d93460-0320-4bb3-9253-2886016a2200", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:48:31Z", "security_group_id": "1d9c18a9-2b7a-4af6-a9aa-646532d064e5", "tenant_id": "e580cfaf966c4c2ea126413b5f30357f", "port_range_min": null, "ethertype": "IPv4", "project_id": "e580cfaf966c4c2ea126413b5f30357f"}], "revision_number": 2, "project_id": "e580cfaf966c4c2ea126413b5f30357f", "id": "1d9c18a9-2b7a-4af6-a9aa-646532d064e5", "name": "AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-sec-grp"}} 2018-08-12 08:48:31,627 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups used request id req-3d01b795-c30e-4f3d-95ad-bdccbc15ea58 2018-08-12 08:48:31,628 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1d9c18a9-2b7a-4af6-a9aa-646532d064e5 2018-08-12 08:48:31,633 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=1d9c18a9-2b7a-4af6-a9aa-646532d064e5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7081d886b300b7640e5b0509d6a6727851f4218" 2018-08-12 08:48:31,916 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-5d958b5d-2318-45a6-8947-3291c228198d Date: Sun, 12 Aug 2018 08:48:31 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-12T08:48:31Z", "security_group_id": "1d9c18a9-2b7a-4af6-a9aa-646532d064e5", "port_range_min": null, "revision_number": 0, "tenant_id": "e580cfaf966c4c2ea126413b5f30357f", "created_at": "2018-08-12T08:48:31Z", "project_id": "e580cfaf966c4c2ea126413b5f30357f", "id": "5af265c0-0d43-4a79-ad92-8a07d84b0652"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:48:31Z", "security_group_id": "1d9c18a9-2b7a-4af6-a9aa-646532d064e5", "port_range_min": null, "revision_number": 0, "tenant_id": "e580cfaf966c4c2ea126413b5f30357f", "created_at": "2018-08-12T08:48:31Z", "project_id": "e580cfaf966c4c2ea126413b5f30357f", "id": "f7d93460-0320-4bb3-9253-2886016a2200"}]} 2018-08-12 08:48:31,916 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=1d9c18a9-2b7a-4af6-a9aa-646532d064e5 used request id req-5d958b5d-2318-45a6-8947-3291c228198d 2018-08-12 08:48:31,917 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1d9c18a9-2b7a-4af6-a9aa-646532d064e5 2018-08-12 08:48:31,922 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=1d9c18a9-2b7a-4af6-a9aa-646532d064e5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7081d886b300b7640e5b0509d6a6727851f4218" 2018-08-12 08:48:32,121 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-b52129d7-7721-41c8-a4b1-4c8246a36475 Date: Sun, 12 Aug 2018 08:48:32 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-12T08:48:31Z", "security_group_id": "1d9c18a9-2b7a-4af6-a9aa-646532d064e5", "port_range_min": null, "revision_number": 0, "tenant_id": "e580cfaf966c4c2ea126413b5f30357f", "created_at": "2018-08-12T08:48:31Z", "project_id": "e580cfaf966c4c2ea126413b5f30357f", "id": "5af265c0-0d43-4a79-ad92-8a07d84b0652"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:48:31Z", "security_group_id": "1d9c18a9-2b7a-4af6-a9aa-646532d064e5", "port_range_min": null, "revision_number": 0, "tenant_id": "e580cfaf966c4c2ea126413b5f30357f", "created_at": "2018-08-12T08:48:31Z", "project_id": "e580cfaf966c4c2ea126413b5f30357f", "id": "f7d93460-0320-4bb3-9253-2886016a2200"}]} 2018-08-12 08:48:32,122 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=1d9c18a9-2b7a-4af6-a9aa-646532d064e5 used request id req-b52129d7-7721-41c8-a4b1-4c8246a36475 2018-08-12 08:48:32,122 - neutron_utils - INFO - Retrieving security group with ID - 1d9c18a9-2b7a-4af6-a9aa-646532d064e5 2018-08-12 08:48:32,127 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=1d9c18a9-2b7a-4af6-a9aa-646532d064e5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7081d886b300b7640e5b0509d6a6727851f4218" 2018-08-12 08:48:32,363 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1404 X-Openstack-Request-Id: req-f563aa1a-9c9f-472b-baaa-0a7332260305 Date: Sun, 12 Aug 2018 08:48:32 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "e580cfaf966c4c2ea126413b5f30357f", "created_at": "2018-08-12T08:48:31Z", "updated_at": "2018-08-12T08:48:31Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:48:31Z", "revision_number": 0, "id": "5af265c0-0d43-4a79-ad92-8a07d84b0652", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:48:31Z", "security_group_id": "1d9c18a9-2b7a-4af6-a9aa-646532d064e5", "tenant_id": "e580cfaf966c4c2ea126413b5f30357f", "port_range_min": null, "ethertype": "IPv6", "project_id": "e580cfaf966c4c2ea126413b5f30357f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:48:31Z", "revision_number": 0, "id": "f7d93460-0320-4bb3-9253-2886016a2200", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:48:31Z", "security_group_id": "1d9c18a9-2b7a-4af6-a9aa-646532d064e5", "tenant_id": "e580cfaf966c4c2ea126413b5f30357f", "port_range_min": null, "ethertype": "IPv4", "project_id": "e580cfaf966c4c2ea126413b5f30357f"}], "revision_number": 2, "project_id": "e580cfaf966c4c2ea126413b5f30357f", "id": "1d9c18a9-2b7a-4af6-a9aa-646532d064e5", "name": "AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-sec-grp"}]} 2018-08-12 08:48:32,364 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=1d9c18a9-2b7a-4af6-a9aa-646532d064e5 used request id req-f563aa1a-9c9f-472b-baaa-0a7332260305 2018-08-12 08:48:32,364 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1d9c18a9-2b7a-4af6-a9aa-646532d064e5 2018-08-12 08:48:32,369 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=1d9c18a9-2b7a-4af6-a9aa-646532d064e5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7081d886b300b7640e5b0509d6a6727851f4218" 2018-08-12 08:48:32,571 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-80589de4-55d9-494d-83ac-f273dfae07a3 Date: Sun, 12 Aug 2018 08:48:32 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-12T08:48:31Z", "security_group_id": "1d9c18a9-2b7a-4af6-a9aa-646532d064e5", "port_range_min": null, "revision_number": 0, "tenant_id": "e580cfaf966c4c2ea126413b5f30357f", "created_at": "2018-08-12T08:48:31Z", "project_id": "e580cfaf966c4c2ea126413b5f30357f", "id": "5af265c0-0d43-4a79-ad92-8a07d84b0652"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:48:31Z", "security_group_id": "1d9c18a9-2b7a-4af6-a9aa-646532d064e5", "port_range_min": null, "revision_number": 0, "tenant_id": "e580cfaf966c4c2ea126413b5f30357f", "created_at": "2018-08-12T08:48:31Z", "project_id": "e580cfaf966c4c2ea126413b5f30357f", "id": "f7d93460-0320-4bb3-9253-2886016a2200"}]} 2018-08-12 08:48:32,571 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=1d9c18a9-2b7a-4af6-a9aa-646532d064e5 used request id req-80589de4-55d9-494d-83ac-f273dfae07a3 2018-08-12 08:48:32,572 - neutron_utils - INFO - Retrieving security group with ID - 1d9c18a9-2b7a-4af6-a9aa-646532d064e5 2018-08-12 08:48:32,577 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=1d9c18a9-2b7a-4af6-a9aa-646532d064e5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7081d886b300b7640e5b0509d6a6727851f4218" 2018-08-12 08:48:32,786 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1404 X-Openstack-Request-Id: req-10bf5d6d-36da-4695-80bb-c7aca922d6a9 Date: Sun, 12 Aug 2018 08:48:32 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "e580cfaf966c4c2ea126413b5f30357f", "created_at": "2018-08-12T08:48:31Z", "updated_at": "2018-08-12T08:48:31Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:48:31Z", "revision_number": 0, "id": "5af265c0-0d43-4a79-ad92-8a07d84b0652", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:48:31Z", "security_group_id": "1d9c18a9-2b7a-4af6-a9aa-646532d064e5", "tenant_id": "e580cfaf966c4c2ea126413b5f30357f", "port_range_min": null, "ethertype": "IPv6", "project_id": "e580cfaf966c4c2ea126413b5f30357f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:48:31Z", "revision_number": 0, "id": "f7d93460-0320-4bb3-9253-2886016a2200", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:48:31Z", "security_group_id": "1d9c18a9-2b7a-4af6-a9aa-646532d064e5", "tenant_id": "e580cfaf966c4c2ea126413b5f30357f", "port_range_min": null, "ethertype": "IPv4", "project_id": "e580cfaf966c4c2ea126413b5f30357f"}], "revision_number": 2, "project_id": "e580cfaf966c4c2ea126413b5f30357f", "id": "1d9c18a9-2b7a-4af6-a9aa-646532d064e5", "name": "AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-sec-grp"}]} 2018-08-12 08:48:32,786 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=1d9c18a9-2b7a-4af6-a9aa-646532d064e5 used request id req-10bf5d6d-36da-4695-80bb-c7aca922d6a9 2018-08-12 08:48:32,787 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1d9c18a9-2b7a-4af6-a9aa-646532d064e5 2018-08-12 08:48:32,791 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=1d9c18a9-2b7a-4af6-a9aa-646532d064e5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7081d886b300b7640e5b0509d6a6727851f4218" 2018-08-12 08:48:32,992 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-37e14878-528f-4928-9e97-5fa9bc833f84 Date: Sun, 12 Aug 2018 08:48:32 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-12T08:48:31Z", "security_group_id": "1d9c18a9-2b7a-4af6-a9aa-646532d064e5", "port_range_min": null, "revision_number": 0, "tenant_id": "e580cfaf966c4c2ea126413b5f30357f", "created_at": "2018-08-12T08:48:31Z", "project_id": "e580cfaf966c4c2ea126413b5f30357f", "id": "5af265c0-0d43-4a79-ad92-8a07d84b0652"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:48:31Z", "security_group_id": "1d9c18a9-2b7a-4af6-a9aa-646532d064e5", "port_range_min": null, "revision_number": 0, "tenant_id": "e580cfaf966c4c2ea126413b5f30357f", "created_at": "2018-08-12T08:48:31Z", "project_id": "e580cfaf966c4c2ea126413b5f30357f", "id": "f7d93460-0320-4bb3-9253-2886016a2200"}]} 2018-08-12 08:48:32,992 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=1d9c18a9-2b7a-4af6-a9aa-646532d064e5 used request id req-37e14878-528f-4928-9e97-5fa9bc833f84 2018-08-12 08:48:32,993 - neutron_utils - INFO - Creating security group to security group - AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-sec-grp 2018-08-12 08:48:32,998 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7081d886b300b7640e5b0509d6a6727851f4218" 2018-08-12 08:48:33,228 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1404 X-Openstack-Request-Id: req-2f2d8d51-0d10-4e2a-b2d2-f0c32c376369 Date: Sun, 12 Aug 2018 08:48:33 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "e580cfaf966c4c2ea126413b5f30357f", "created_at": "2018-08-12T08:48:31Z", "updated_at": "2018-08-12T08:48:31Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:48:31Z", "revision_number": 0, "id": "5af265c0-0d43-4a79-ad92-8a07d84b0652", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:48:31Z", "security_group_id": "1d9c18a9-2b7a-4af6-a9aa-646532d064e5", "tenant_id": "e580cfaf966c4c2ea126413b5f30357f", "port_range_min": null, "ethertype": "IPv6", "project_id": "e580cfaf966c4c2ea126413b5f30357f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:48:31Z", "revision_number": 0, "id": "f7d93460-0320-4bb3-9253-2886016a2200", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:48:31Z", "security_group_id": "1d9c18a9-2b7a-4af6-a9aa-646532d064e5", "tenant_id": "e580cfaf966c4c2ea126413b5f30357f", "port_range_min": null, "ethertype": "IPv4", "project_id": "e580cfaf966c4c2ea126413b5f30357f"}], "revision_number": 2, "project_id": "e580cfaf966c4c2ea126413b5f30357f", "id": "1d9c18a9-2b7a-4af6-a9aa-646532d064e5", "name": "AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-sec-grp"}]} 2018-08-12 08:48:33,228 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-sec-grp used request id req-2f2d8d51-0d10-4e2a-b2d2-f0c32c376369 2018-08-12 08:48:33,231 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:48:33,236 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:48:33 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:48:33,237 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e580cfaf966c4c2ea126413b5f30357f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7081d886b300b7640e5b0509d6a6727851f4218" 2018-08-12 08:48:33,328 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:48:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-70636408-774a-4fce-96a0-1594e72c8de7 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/e580cfaf966c4c2ea126413b5f30357f"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "e580cfaf966c4c2ea126413b5f30357f", "name": "AnsibleProvisioningTests-90aaf607-e50f-4a6-proj"}} 2018-08-12 08:48:33,329 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e580cfaf966c4c2ea126413b5f30357f used request id req-70636408-774a-4fce-96a0-1594e72c8de7 2018-08-12 08:48:33,329 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1d9c18a9-2b7a-4af6-a9aa-646532d064e5 2018-08-12 08:48:33,334 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=1d9c18a9-2b7a-4af6-a9aa-646532d064e5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7081d886b300b7640e5b0509d6a6727851f4218" 2018-08-12 08:48:33,527 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-3e5b3d8f-4753-485b-994f-523bd451f1ed Date: Sun, 12 Aug 2018 08:48:33 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-12T08:48:31Z", "security_group_id": "1d9c18a9-2b7a-4af6-a9aa-646532d064e5", "port_range_min": null, "revision_number": 0, "tenant_id": "e580cfaf966c4c2ea126413b5f30357f", "created_at": "2018-08-12T08:48:31Z", "project_id": "e580cfaf966c4c2ea126413b5f30357f", "id": "5af265c0-0d43-4a79-ad92-8a07d84b0652"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:48:31Z", "security_group_id": "1d9c18a9-2b7a-4af6-a9aa-646532d064e5", "port_range_min": null, "revision_number": 0, "tenant_id": "e580cfaf966c4c2ea126413b5f30357f", "created_at": "2018-08-12T08:48:31Z", "project_id": "e580cfaf966c4c2ea126413b5f30357f", "id": "f7d93460-0320-4bb3-9253-2886016a2200"}]} 2018-08-12 08:48:33,527 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=1d9c18a9-2b7a-4af6-a9aa-646532d064e5 used request id req-3e5b3d8f-4753-485b-994f-523bd451f1ed 2018-08-12 08:48:33,532 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21: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}a7081d886b300b7640e5b0509d6a6727851f4218" -d '{"security_group_rule": {"direction": "ingress", "protocol": 1, "security_group_id": "1d9c18a9-2b7a-4af6-a9aa-646532d064e5"}}' 2018-08-12 08:48:33,939 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-c83e85d1-5b79-444b-8af9-b33a6d8b76c3 Date: Sun, 12 Aug 2018 08:48:33 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:48:33Z", "security_group_id": "1d9c18a9-2b7a-4af6-a9aa-646532d064e5", "port_range_min": null, "revision_number": 0, "tenant_id": "e580cfaf966c4c2ea126413b5f30357f", "created_at": "2018-08-12T08:48:33Z", "project_id": "e580cfaf966c4c2ea126413b5f30357f", "id": "735fcc43-fd0e-4bfb-b8c2-16099322e7ee"}} 2018-08-12 08:48:33,939 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules used request id req-c83e85d1-5b79-444b-8af9-b33a6d8b76c3 2018-08-12 08:48:33,939 - neutron_utils - INFO - Creating security group to security group - AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-sec-grp 2018-08-12 08:48:33,944 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7081d886b300b7640e5b0509d6a6727851f4218" 2018-08-12 08:48:34,162 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1902 X-Openstack-Request-Id: req-61deb3c7-9b62-4034-b8d1-a892a13e7468 Date: Sun, 12 Aug 2018 08:48:34 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "e580cfaf966c4c2ea126413b5f30357f", "created_at": "2018-08-12T08:48:31Z", "updated_at": "2018-08-12T08:48:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:48:31Z", "revision_number": 0, "id": "5af265c0-0d43-4a79-ad92-8a07d84b0652", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:48:31Z", "security_group_id": "1d9c18a9-2b7a-4af6-a9aa-646532d064e5", "tenant_id": "e580cfaf966c4c2ea126413b5f30357f", "port_range_min": null, "ethertype": "IPv6", "project_id": "e580cfaf966c4c2ea126413b5f30357f"}, {"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:48:33Z", "revision_number": 0, "id": "735fcc43-fd0e-4bfb-b8c2-16099322e7ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:48:33Z", "security_group_id": "1d9c18a9-2b7a-4af6-a9aa-646532d064e5", "tenant_id": "e580cfaf966c4c2ea126413b5f30357f", "port_range_min": null, "ethertype": "IPv4", "project_id": "e580cfaf966c4c2ea126413b5f30357f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:48:31Z", "revision_number": 0, "id": "f7d93460-0320-4bb3-9253-2886016a2200", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:48:31Z", "security_group_id": "1d9c18a9-2b7a-4af6-a9aa-646532d064e5", "tenant_id": "e580cfaf966c4c2ea126413b5f30357f", "port_range_min": null, "ethertype": "IPv4", "project_id": "e580cfaf966c4c2ea126413b5f30357f"}], "revision_number": 3, "project_id": "e580cfaf966c4c2ea126413b5f30357f", "id": "1d9c18a9-2b7a-4af6-a9aa-646532d064e5", "name": "AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-sec-grp"}]} 2018-08-12 08:48:34,162 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-sec-grp used request id req-61deb3c7-9b62-4034-b8d1-a892a13e7468 2018-08-12 08:48:34,166 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e580cfaf966c4c2ea126413b5f30357f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7081d886b300b7640e5b0509d6a6727851f4218" 2018-08-12 08:48:34,286 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:48:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c92762ec-ec2d-476f-9d69-4ba1b9cf04c3 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/e580cfaf966c4c2ea126413b5f30357f"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "e580cfaf966c4c2ea126413b5f30357f", "name": "AnsibleProvisioningTests-90aaf607-e50f-4a6-proj"}} 2018-08-12 08:48:34,286 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e580cfaf966c4c2ea126413b5f30357f used request id req-c92762ec-ec2d-476f-9d69-4ba1b9cf04c3 2018-08-12 08:48:34,286 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1d9c18a9-2b7a-4af6-a9aa-646532d064e5 2018-08-12 08:48:34,291 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=1d9c18a9-2b7a-4af6-a9aa-646532d064e5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7081d886b300b7640e5b0509d6a6727851f4218" 2018-08-12 08:48:34,318 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1488 X-Openstack-Request-Id: req-c858d16e-a6e0-43f6-8a84-615ba1483316 Date: Sun, 12 Aug 2018 08:48:34 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-12T08:48:31Z", "security_group_id": "1d9c18a9-2b7a-4af6-a9aa-646532d064e5", "port_range_min": null, "revision_number": 0, "tenant_id": "e580cfaf966c4c2ea126413b5f30357f", "created_at": "2018-08-12T08:48:31Z", "project_id": "e580cfaf966c4c2ea126413b5f30357f", "id": "5af265c0-0d43-4a79-ad92-8a07d84b0652"}, {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:48:33Z", "security_group_id": "1d9c18a9-2b7a-4af6-a9aa-646532d064e5", "port_range_min": null, "revision_number": 0, "tenant_id": "e580cfaf966c4c2ea126413b5f30357f", "created_at": "2018-08-12T08:48:33Z", "project_id": "e580cfaf966c4c2ea126413b5f30357f", "id": "735fcc43-fd0e-4bfb-b8c2-16099322e7ee"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:48:31Z", "security_group_id": "1d9c18a9-2b7a-4af6-a9aa-646532d064e5", "port_range_min": null, "revision_number": 0, "tenant_id": "e580cfaf966c4c2ea126413b5f30357f", "created_at": "2018-08-12T08:48:31Z", "project_id": "e580cfaf966c4c2ea126413b5f30357f", "id": "f7d93460-0320-4bb3-9253-2886016a2200"}]} 2018-08-12 08:48:34,318 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=1d9c18a9-2b7a-4af6-a9aa-646532d064e5 used request id req-c858d16e-a6e0-43f6-8a84-615ba1483316 2018-08-12 08:48:34,323 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21: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}a7081d886b300b7640e5b0509d6a6727851f4218" -d '{"security_group_rule": {"protocol": 6, "direction": "ingress", "port_range_min": 22, "port_range_max": 22, "security_group_id": "1d9c18a9-2b7a-4af6-a9aa-646532d064e5"}}' 2018-08-12 08:48:34,663 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 505 X-Openstack-Request-Id: req-78aeb722-253e-4851-83fa-f6b215e76edc Date: Sun, 12 Aug 2018 08:48:34 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "6", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-12T08:48:34Z", "security_group_id": "1d9c18a9-2b7a-4af6-a9aa-646532d064e5", "port_range_min": 22, "revision_number": 0, "tenant_id": "e580cfaf966c4c2ea126413b5f30357f", "created_at": "2018-08-12T08:48:34Z", "project_id": "e580cfaf966c4c2ea126413b5f30357f", "id": "d4067c74-572c-4352-b32e-6207e05934eb"}} 2018-08-12 08:48:34,663 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules used request id req-78aeb722-253e-4851-83fa-f6b215e76edc 2018-08-12 08:48:34,663 - neutron_utils - INFO - Retrieving security group with ID - 1d9c18a9-2b7a-4af6-a9aa-646532d064e5 2018-08-12 08:48:34,668 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=1d9c18a9-2b7a-4af6-a9aa-646532d064e5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7081d886b300b7640e5b0509d6a6727851f4218" 2018-08-12 08:48:34,897 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2396 X-Openstack-Request-Id: req-44670e4e-feef-4e90-baf1-3b86a07d7977 Date: Sun, 12 Aug 2018 08:48:34 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "e580cfaf966c4c2ea126413b5f30357f", "created_at": "2018-08-12T08:48:31Z", "updated_at": "2018-08-12T08:48:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:48:31Z", "revision_number": 0, "id": "5af265c0-0d43-4a79-ad92-8a07d84b0652", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:48:31Z", "security_group_id": "1d9c18a9-2b7a-4af6-a9aa-646532d064e5", "tenant_id": "e580cfaf966c4c2ea126413b5f30357f", "port_range_min": null, "ethertype": "IPv6", "project_id": "e580cfaf966c4c2ea126413b5f30357f"}, {"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:48:33Z", "revision_number": 0, "id": "735fcc43-fd0e-4bfb-b8c2-16099322e7ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:48:33Z", "security_group_id": "1d9c18a9-2b7a-4af6-a9aa-646532d064e5", "tenant_id": "e580cfaf966c4c2ea126413b5f30357f", "port_range_min": null, "ethertype": "IPv4", "project_id": "e580cfaf966c4c2ea126413b5f30357f"}, {"direction": "ingress", "protocol": "6", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-12T08:48:34Z", "revision_number": 0, "id": "d4067c74-572c-4352-b32e-6207e05934eb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:48:34Z", "security_group_id": "1d9c18a9-2b7a-4af6-a9aa-646532d064e5", "tenant_id": "e580cfaf966c4c2ea126413b5f30357f", "port_range_min": 22, "ethertype": "IPv4", "project_id": "e580cfaf966c4c2ea126413b5f30357f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:48:31Z", "revision_number": 0, "id": "f7d93460-0320-4bb3-9253-2886016a2200", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:48:31Z", "security_group_id": "1d9c18a9-2b7a-4af6-a9aa-646532d064e5", "tenant_id": "e580cfaf966c4c2ea126413b5f30357f", "port_range_min": null, "ethertype": "IPv4", "project_id": "e580cfaf966c4c2ea126413b5f30357f"}], "revision_number": 4, "project_id": "e580cfaf966c4c2ea126413b5f30357f", "id": "1d9c18a9-2b7a-4af6-a9aa-646532d064e5", "name": "AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-sec-grp"}]} 2018-08-12 08:48:34,897 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=1d9c18a9-2b7a-4af6-a9aa-646532d064e5 used request id req-44670e4e-feef-4e90-baf1-3b86a07d7977 2018-08-12 08:48:34,897 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1d9c18a9-2b7a-4af6-a9aa-646532d064e5 2018-08-12 08:48:34,902 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=1d9c18a9-2b7a-4af6-a9aa-646532d064e5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7081d886b300b7640e5b0509d6a6727851f4218" 2018-08-12 08:48:35,179 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1970 X-Openstack-Request-Id: req-a6413263-f251-49f5-b830-80f3143e9f28 Date: Sun, 12 Aug 2018 08:48:35 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-12T08:48:31Z", "security_group_id": "1d9c18a9-2b7a-4af6-a9aa-646532d064e5", "port_range_min": null, "revision_number": 0, "tenant_id": "e580cfaf966c4c2ea126413b5f30357f", "created_at": "2018-08-12T08:48:31Z", "project_id": "e580cfaf966c4c2ea126413b5f30357f", "id": "5af265c0-0d43-4a79-ad92-8a07d84b0652"}, {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:48:33Z", "security_group_id": "1d9c18a9-2b7a-4af6-a9aa-646532d064e5", "port_range_min": null, "revision_number": 0, "tenant_id": "e580cfaf966c4c2ea126413b5f30357f", "created_at": "2018-08-12T08:48:33Z", "project_id": "e580cfaf966c4c2ea126413b5f30357f", "id": "735fcc43-fd0e-4bfb-b8c2-16099322e7ee"}, {"remote_group_id": null, "direction": "ingress", "protocol": "6", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-12T08:48:34Z", "security_group_id": "1d9c18a9-2b7a-4af6-a9aa-646532d064e5", "port_range_min": 22, "revision_number": 0, "tenant_id": "e580cfaf966c4c2ea126413b5f30357f", "created_at": "2018-08-12T08:48:34Z", "project_id": "e580cfaf966c4c2ea126413b5f30357f", "id": "d4067c74-572c-4352-b32e-6207e05934eb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:48:31Z", "security_group_id": "1d9c18a9-2b7a-4af6-a9aa-646532d064e5", "port_range_min": null, "revision_number": 0, "tenant_id": "e580cfaf966c4c2ea126413b5f30357f", "created_at": "2018-08-12T08:48:31Z", "project_id": "e580cfaf966c4c2ea126413b5f30357f", "id": "f7d93460-0320-4bb3-9253-2886016a2200"}]} 2018-08-12 08:48:35,179 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=1d9c18a9-2b7a-4af6-a9aa-646532d064e5 used request id req-a6413263-f251-49f5-b830-80f3143e9f28 2018-08-12 08:48:35,180 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:48:35,181 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:48:35,575 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b151353afde549ef92f4b850808c165f", "name": "AnsibleProvisioningTests-90aaf607-e50f-4a6-proj-role"}], "expires_at": "2018-08-12T09:48:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e580cfaf966c4c2ea126413b5f30357f", "name": "AnsibleProvisioningTests-90aaf607-e50f-4a6-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e580cfaf966c4c2ea126413b5f30357f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/e580cfaf966c4c2ea126413b5f30357f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/e580cfaf966c4c2ea126413b5f30357f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_e580cfaf966c4c2ea126413b5f30357f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_e580cfaf966c4c2ea126413b5f30357f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e580cfaf966c4c2ea126413b5f30357f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/e580cfaf966c4c2ea126413b5f30357f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/e580cfaf966c4c2ea126413b5f30357f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/e580cfaf966c4c2ea126413b5f30357f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/e580cfaf966c4c2ea126413b5f30357f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/e580cfaf966c4c2ea126413b5f30357f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e580cfaf966c4c2ea126413b5f30357f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/e580cfaf966c4c2ea126413b5f30357f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/e580cfaf966c4c2ea126413b5f30357f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-90aaf607-e50f-4a6-user", "id": "c62df36d62284745b5c98c92f61d0103"}, "audit_ids": ["Bfd3Vx8oSyWE9Zdc99Opfg"], "issued_at": "2018-08-12T08:48:35.000000Z"}} 2018-08-12 08:48:35,576 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}1c95cb04847edb4e964c233363c60adf1ccf70e2" 2018-08-12 08:48:35,662 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:48:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a128aee3-cafd-4d66-bb4c-f50ddc839ada Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:48:35,663 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-a128aee3-cafd-4d66-bb4c-f50ddc839ada 2018-08-12 08:48:35,663 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-12 08:48:35,665 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:48:35,665 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:48:35,665 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:48:35,665 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:48:35,665 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:48:35,667 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}1c95cb04847edb4e964c233363c60adf1ccf70e2" 2018-08-12 08:48:35,759 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:48:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0bb8d516-ece2-435c-863f-eb593e66d29d Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:48:35,760 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-0bb8d516-ece2-435c-863f-eb593e66d29d 2018-08-12 08:48:35,768 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c95cb04847edb4e964c233363c60adf1ccf70e2" 2018-08-12 08:48:36,047 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 634 X-Openstack-Request-Id: req-bf6b2838-45ab-4d10-b95d-5d950b369abd Date: Sun, 12 Aug 2018 08:48:36 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["132cdf22-b32e-4628-9f44-6f2578cce43b"],"updated_at":"2018-08-12T08:48:20Z","tenant_id":"e580cfaf966c4c2ea126413b5f30357f","created_at":"2018-08-12T08:48:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"e580cfaf966c4c2ea126413b5f30357f","id":"9b8a7177-88d3-4fc9-8dce-88bd17f22f93","name":"AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-pub-net"}]} 2018-08-12 08:48:36,047 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-pub-net used request id req-bf6b2838-45ab-4d10-b95d-5d950b369abd 2018-08-12 08:48:36,052 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=9b8a7177-88d3-4fc9-8dce-88bd17f22f93 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c95cb04847edb4e964c233363c60adf1ccf70e2" 2018-08-12 08:48:36,278 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-87f76287-24a4-4aaf-8ef0-7aa049c25730 Date: Sun, 12 Aug 2018 08:48:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9b8a7177-88d3-4fc9-8dce-88bd17f22f93","tenant_id":"e580cfaf966c4c2ea126413b5f30357f","created_at":"2018-08-12T08:48:20Z","dns_nameservers":[],"updated_at":"2018-08-12T08:48:20Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e580cfaf966c4c2ea126413b5f30357f","id":"132cdf22-b32e-4628-9f44-6f2578cce43b","subnetpool_id":null,"name":"AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-pub-subnet"}]} 2018-08-12 08:48:36,278 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=9b8a7177-88d3-4fc9-8dce-88bd17f22f93 used request id req-87f76287-24a4-4aaf-8ef0-7aa049c25730 2018-08-12 08:48:36,284 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c95cb04847edb4e964c233363c60adf1ccf70e2" 2018-08-12 08:48:36,546 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 634 X-Openstack-Request-Id: req-561ee5d1-06fe-4858-ac76-fe03aa3812af Date: Sun, 12 Aug 2018 08:48:36 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["132cdf22-b32e-4628-9f44-6f2578cce43b"],"updated_at":"2018-08-12T08:48:20Z","tenant_id":"e580cfaf966c4c2ea126413b5f30357f","created_at":"2018-08-12T08:48:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"e580cfaf966c4c2ea126413b5f30357f","id":"9b8a7177-88d3-4fc9-8dce-88bd17f22f93","name":"AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-pub-net"}]} 2018-08-12 08:48:36,546 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-pub-net used request id req-561ee5d1-06fe-4858-ac76-fe03aa3812af 2018-08-12 08:48:36,549 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:48:36,553 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:48:36 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:48:36,554 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e580cfaf966c4c2ea126413b5f30357f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c95cb04847edb4e964c233363c60adf1ccf70e2" 2018-08-12 08:48:36,647 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:48:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af641aac-754a-465d-b914-90fa605deefb Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/e580cfaf966c4c2ea126413b5f30357f"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "e580cfaf966c4c2ea126413b5f30357f", "name": "AnsibleProvisioningTests-90aaf607-e50f-4a6-proj"}} 2018-08-12 08:48:36,647 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e580cfaf966c4c2ea126413b5f30357f used request id req-af641aac-754a-465d-b914-90fa605deefb 2018-08-12 08:48:36,652 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=9b8a7177-88d3-4fc9-8dce-88bd17f22f93 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c95cb04847edb4e964c233363c60adf1ccf70e2" 2018-08-12 08:48:36,863 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-58879e76-83cc-426a-956a-6d4d27cf8ef4 Date: Sun, 12 Aug 2018 08:48:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9b8a7177-88d3-4fc9-8dce-88bd17f22f93","tenant_id":"e580cfaf966c4c2ea126413b5f30357f","created_at":"2018-08-12T08:48:20Z","dns_nameservers":[],"updated_at":"2018-08-12T08:48:20Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e580cfaf966c4c2ea126413b5f30357f","id":"132cdf22-b32e-4628-9f44-6f2578cce43b","subnetpool_id":null,"name":"AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-pub-subnet"}]} 2018-08-12 08:48:36,864 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=9b8a7177-88d3-4fc9-8dce-88bd17f22f93 used request id req-58879e76-83cc-426a-956a-6d4d27cf8ef4 2018-08-12 08:48:36,869 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=9b8a7177-88d3-4fc9-8dce-88bd17f22f93&name=AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c95cb04847edb4e964c233363c60adf1ccf70e2" 2018-08-12 08:48:37,067 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-1bf9f608-1fc8-40fa-89f3-6a091d97c807 Date: Sun, 12 Aug 2018 08:48:37 GMT RESP BODY: {"ports":[]} 2018-08-12 08:48:37,067 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=9b8a7177-88d3-4fc9-8dce-88bd17f22f93&name=AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-port-1&admin_state_up=True used request id req-1bf9f608-1fc8-40fa-89f3-6a091d97c807 2018-08-12 08:48:37,070 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/detail?name=AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c95cb04847edb4e964c233363c60adf1ccf70e2" 2018-08-12 08:48:37,321 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:48: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-588e72f2-c7e4-4182-b46e-cf52a7fb7d9d x-compute-request-id: req-588e72f2-c7e4-4182-b46e-cf52a7fb7d9d Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-12 08:48:37,321 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail?name=AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-inst used request id req-588e72f2-c7e4-4182-b46e-cf52a7fb7d9d 2018-08-12 08:48:37,327 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c95cb04847edb4e964c233363c60adf1ccf70e2" 2018-08-12 08:48:37,428 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 634 X-Openstack-Request-Id: req-b8e384cf-6d7a-4e1d-9e72-42acdc7353bb Date: Sun, 12 Aug 2018 08:48:37 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":["132cdf22-b32e-4628-9f44-6f2578cce43b"],"updated_at":"2018-08-12T08:48:20Z","tenant_id":"e580cfaf966c4c2ea126413b5f30357f","created_at":"2018-08-12T08:48:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"e580cfaf966c4c2ea126413b5f30357f","id":"9b8a7177-88d3-4fc9-8dce-88bd17f22f93","name":"AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-pub-net"}]} 2018-08-12 08:48:37,428 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-pub-net used request id req-b8e384cf-6d7a-4e1d-9e72-42acdc7353bb 2018-08-12 08:48:37,434 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=9b8a7177-88d3-4fc9-8dce-88bd17f22f93 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c95cb04847edb4e964c233363c60adf1ccf70e2" 2018-08-12 08:48:37,659 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-32b35377-641c-499d-9295-40ac10f58fbe Date: Sun, 12 Aug 2018 08:48:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9b8a7177-88d3-4fc9-8dce-88bd17f22f93","tenant_id":"e580cfaf966c4c2ea126413b5f30357f","created_at":"2018-08-12T08:48:20Z","dns_nameservers":[],"updated_at":"2018-08-12T08:48:20Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e580cfaf966c4c2ea126413b5f30357f","id":"132cdf22-b32e-4628-9f44-6f2578cce43b","subnetpool_id":null,"name":"AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-pub-subnet"}]} 2018-08-12 08:48:37,659 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=9b8a7177-88d3-4fc9-8dce-88bd17f22f93 used request id req-32b35377-641c-499d-9295-40ac10f58fbe 2018-08-12 08:48:37,664 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c95cb04847edb4e964c233363c60adf1ccf70e2" 2018-08-12 08:48:38,121 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 634 X-Openstack-Request-Id: req-277588a9-52b4-42d8-be1d-54108ae64af2 Date: Sun, 12 Aug 2018 08:48:38 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["132cdf22-b32e-4628-9f44-6f2578cce43b"],"updated_at":"2018-08-12T08:48:20Z","tenant_id":"e580cfaf966c4c2ea126413b5f30357f","created_at":"2018-08-12T08:48:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"e580cfaf966c4c2ea126413b5f30357f","id":"9b8a7177-88d3-4fc9-8dce-88bd17f22f93","name":"AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-pub-net"}]} 2018-08-12 08:48:38,121 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-pub-net used request id req-277588a9-52b4-42d8-be1d-54108ae64af2 2018-08-12 08:48:38,126 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e580cfaf966c4c2ea126413b5f30357f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c95cb04847edb4e964c233363c60adf1ccf70e2" 2018-08-12 08:48:38,230 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:48:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-45304e3a-073b-44f5-ba20-75b7e74a9542 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/e580cfaf966c4c2ea126413b5f30357f"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "e580cfaf966c4c2ea126413b5f30357f", "name": "AnsibleProvisioningTests-90aaf607-e50f-4a6-proj"}} 2018-08-12 08:48:38,230 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e580cfaf966c4c2ea126413b5f30357f used request id req-45304e3a-073b-44f5-ba20-75b7e74a9542 2018-08-12 08:48:38,236 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=9b8a7177-88d3-4fc9-8dce-88bd17f22f93 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c95cb04847edb4e964c233363c60adf1ccf70e2" 2018-08-12 08:48:38,285 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-cdbe7971-f34c-41ad-8765-a13f14076ade Date: Sun, 12 Aug 2018 08:48:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9b8a7177-88d3-4fc9-8dce-88bd17f22f93","tenant_id":"e580cfaf966c4c2ea126413b5f30357f","created_at":"2018-08-12T08:48:20Z","dns_nameservers":[],"updated_at":"2018-08-12T08:48:20Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e580cfaf966c4c2ea126413b5f30357f","id":"132cdf22-b32e-4628-9f44-6f2578cce43b","subnetpool_id":null,"name":"AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-pub-subnet"}]} 2018-08-12 08:48:38,286 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=9b8a7177-88d3-4fc9-8dce-88bd17f22f93 used request id req-cdbe7971-f34c-41ad-8765-a13f14076ade 2018-08-12 08:48:38,291 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=9b8a7177-88d3-4fc9-8dce-88bd17f22f93&name=AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c95cb04847edb4e964c233363c60adf1ccf70e2" 2018-08-12 08:48:38,499 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-18abb689-80c8-4a6d-89f3-96a481fa87b2 Date: Sun, 12 Aug 2018 08:48:38 GMT RESP BODY: {"ports":[]} 2018-08-12 08:48:38,499 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=9b8a7177-88d3-4fc9-8dce-88bd17f22f93&name=AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-port-1&admin_state_up=True used request id req-18abb689-80c8-4a6d-89f3-96a481fa87b2 2018-08-12 08:48:38,500 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:48:38,500 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:48:38,899 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b151353afde549ef92f4b850808c165f", "name": "AnsibleProvisioningTests-90aaf607-e50f-4a6-proj-role"}], "expires_at": "2018-08-12T09:48:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e580cfaf966c4c2ea126413b5f30357f", "name": "AnsibleProvisioningTests-90aaf607-e50f-4a6-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e580cfaf966c4c2ea126413b5f30357f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/e580cfaf966c4c2ea126413b5f30357f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/e580cfaf966c4c2ea126413b5f30357f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_e580cfaf966c4c2ea126413b5f30357f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_e580cfaf966c4c2ea126413b5f30357f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e580cfaf966c4c2ea126413b5f30357f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/e580cfaf966c4c2ea126413b5f30357f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/e580cfaf966c4c2ea126413b5f30357f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/e580cfaf966c4c2ea126413b5f30357f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/e580cfaf966c4c2ea126413b5f30357f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/e580cfaf966c4c2ea126413b5f30357f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e580cfaf966c4c2ea126413b5f30357f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/e580cfaf966c4c2ea126413b5f30357f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/e580cfaf966c4c2ea126413b5f30357f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-90aaf607-e50f-4a6-user", "id": "c62df36d62284745b5c98c92f61d0103"}, "audit_ids": ["2GL1GcaDRnKE7GDT3qSAuA"], "issued_at": "2018-08-12T08:48:38.000000Z"}} 2018-08-12 08:48:38,900 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}62f58643398b44234cdafde2b5703dba66f6f86d" 2018-08-12 08:48:38,988 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:48:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-31c89bd1-fa34-4a14-b851-7b0f171ceb65 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:48:38,988 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-31c89bd1-fa34-4a14-b851-7b0f171ceb65 2018-08-12 08:48:38,994 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c95cb04847edb4e964c233363c60adf1ccf70e2" 2018-08-12 08:48:39,094 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 634 X-Openstack-Request-Id: req-8310202b-6883-4717-8897-19e411c3a8b5 Date: Sun, 12 Aug 2018 08:48:39 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["132cdf22-b32e-4628-9f44-6f2578cce43b"],"updated_at":"2018-08-12T08:48:20Z","tenant_id":"e580cfaf966c4c2ea126413b5f30357f","created_at":"2018-08-12T08:48:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"e580cfaf966c4c2ea126413b5f30357f","id":"9b8a7177-88d3-4fc9-8dce-88bd17f22f93","name":"AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-pub-net"}]} 2018-08-12 08:48:39,094 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-pub-net used request id req-8310202b-6883-4717-8897-19e411c3a8b5 2018-08-12 08:48:39,100 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=9b8a7177-88d3-4fc9-8dce-88bd17f22f93 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c95cb04847edb4e964c233363c60adf1ccf70e2" 2018-08-12 08:48:39,316 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-c9dfbf5e-a327-467e-a4d2-edf8c57298eb Date: Sun, 12 Aug 2018 08:48:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9b8a7177-88d3-4fc9-8dce-88bd17f22f93","tenant_id":"e580cfaf966c4c2ea126413b5f30357f","created_at":"2018-08-12T08:48:20Z","dns_nameservers":[],"updated_at":"2018-08-12T08:48:20Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e580cfaf966c4c2ea126413b5f30357f","id":"132cdf22-b32e-4628-9f44-6f2578cce43b","subnetpool_id":null,"name":"AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-pub-subnet"}]} 2018-08-12 08:48:39,316 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=9b8a7177-88d3-4fc9-8dce-88bd17f22f93 used request id req-c9dfbf5e-a327-467e-a4d2-edf8c57298eb 2018-08-12 08:48:39,320 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c95cb04847edb4e964c233363c60adf1ccf70e2" 2018-08-12 08:48:39,589 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 634 X-Openstack-Request-Id: req-d881dcc0-f867-4046-9411-10a13a4b585e Date: Sun, 12 Aug 2018 08:48:39 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["132cdf22-b32e-4628-9f44-6f2578cce43b"],"updated_at":"2018-08-12T08:48:20Z","tenant_id":"e580cfaf966c4c2ea126413b5f30357f","created_at":"2018-08-12T08:48:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"e580cfaf966c4c2ea126413b5f30357f","id":"9b8a7177-88d3-4fc9-8dce-88bd17f22f93","name":"AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-pub-net"}]} 2018-08-12 08:48:39,589 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-pub-net used request id req-d881dcc0-f867-4046-9411-10a13a4b585e 2018-08-12 08:48:39,593 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:48:39,598 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:48:39 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:48:39,599 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e580cfaf966c4c2ea126413b5f30357f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62f58643398b44234cdafde2b5703dba66f6f86d" 2018-08-12 08:48:39,688 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:48:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2c3fcf14-09bb-4968-830a-ce0ebacc147c Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/e580cfaf966c4c2ea126413b5f30357f"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "e580cfaf966c4c2ea126413b5f30357f", "name": "AnsibleProvisioningTests-90aaf607-e50f-4a6-proj"}} 2018-08-12 08:48:39,688 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e580cfaf966c4c2ea126413b5f30357f used request id req-2c3fcf14-09bb-4968-830a-ce0ebacc147c 2018-08-12 08:48:39,693 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=9b8a7177-88d3-4fc9-8dce-88bd17f22f93 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c95cb04847edb4e964c233363c60adf1ccf70e2" 2018-08-12 08:48:39,918 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-46a94a94-43d6-44f7-8cae-4dc3f53d3ee1 Date: Sun, 12 Aug 2018 08:48:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9b8a7177-88d3-4fc9-8dce-88bd17f22f93","tenant_id":"e580cfaf966c4c2ea126413b5f30357f","created_at":"2018-08-12T08:48:20Z","dns_nameservers":[],"updated_at":"2018-08-12T08:48:20Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e580cfaf966c4c2ea126413b5f30357f","id":"132cdf22-b32e-4628-9f44-6f2578cce43b","subnetpool_id":null,"name":"AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-pub-subnet"}]} 2018-08-12 08:48:39,919 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=9b8a7177-88d3-4fc9-8dce-88bd17f22f93 used request id req-46a94a94-43d6-44f7-8cae-4dc3f53d3ee1 2018-08-12 08:48:39,919 - neutron_utils - INFO - Creating port for network with name - AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-pub-net 2018-08-12 08:48:39,924 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c95cb04847edb4e964c233363c60adf1ccf70e2" -d '{"port": {"network_id": "9b8a7177-88d3-4fc9-8dce-88bd17f22f93", "name": "AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-port-1", "admin_state_up": true}}' 2018-08-12 08:48:41,092 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 761 X-Openstack-Request-Id: req-f42c83f7-b652-4662-88cc-b74fa19659d0 Date: Sun, 12 Aug 2018 08:48:41 GMT RESP BODY: {"port":{"status":"DOWN","created_at":"2018-08-12T08:48:40Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"9b8a7177-88d3-4fc9-8dce-88bd17f22f93","tenant_id":"e580cfaf966c4c2ea126413b5f30357f","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T08:48:40Z","name":"AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-port-1","device_owner":"","revision_number":6,"mac_address":"fa:16:3e:07:17:61","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"e580cfaf966c4c2ea126413b5f30357f","fixed_ips":[{"subnet_id":"132cdf22-b32e-4628-9f44-6f2578cce43b","ip_address":"10.55.1.16"}],"id":"c2b640e0-bf08-40dc-8627-a0ead77eaf9d","security_groups":["fcc99492-d0f9-41c2-a3aa-cde7d69ef17a"],"device_id":""}} 2018-08-12 08:48:41,093 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/ports used request id req-f42c83f7-b652-4662-88cc-b74fa19659d0 2018-08-12 08:48:41,098 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c95cb04847edb4e964c233363c60adf1ccf70e2" 2018-08-12 08:48:41,208 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 634 X-Openstack-Request-Id: req-c5b163bf-385a-4327-87af-db7c3a513403 Date: Sun, 12 Aug 2018 08:48:41 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":["132cdf22-b32e-4628-9f44-6f2578cce43b"],"updated_at":"2018-08-12T08:48:20Z","tenant_id":"e580cfaf966c4c2ea126413b5f30357f","created_at":"2018-08-12T08:48:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"e580cfaf966c4c2ea126413b5f30357f","id":"9b8a7177-88d3-4fc9-8dce-88bd17f22f93","name":"AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-pub-net"}]} 2018-08-12 08:48:41,209 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-pub-net used request id req-c5b163bf-385a-4327-87af-db7c3a513403 2018-08-12 08:48:41,214 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=9b8a7177-88d3-4fc9-8dce-88bd17f22f93 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c95cb04847edb4e964c233363c60adf1ccf70e2" 2018-08-12 08:48:41,268 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-4230f5ad-dd08-4ade-9ce9-fd12cecda863 Date: Sun, 12 Aug 2018 08:48:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9b8a7177-88d3-4fc9-8dce-88bd17f22f93","tenant_id":"e580cfaf966c4c2ea126413b5f30357f","created_at":"2018-08-12T08:48:20Z","dns_nameservers":[],"updated_at":"2018-08-12T08:48:20Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e580cfaf966c4c2ea126413b5f30357f","id":"132cdf22-b32e-4628-9f44-6f2578cce43b","subnetpool_id":null,"name":"AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-pub-subnet"}]} 2018-08-12 08:48:41,268 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=9b8a7177-88d3-4fc9-8dce-88bd17f22f93 used request id req-4230f5ad-dd08-4ade-9ce9-fd12cecda863 2018-08-12 08:48:41,273 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c95cb04847edb4e964c233363c60adf1ccf70e2" 2018-08-12 08:48:41,558 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 634 X-Openstack-Request-Id: req-cc04ea15-2f4c-4906-bc60-eec24ca71ba2 Date: Sun, 12 Aug 2018 08:48:41 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":["132cdf22-b32e-4628-9f44-6f2578cce43b"],"updated_at":"2018-08-12T08:48:20Z","tenant_id":"e580cfaf966c4c2ea126413b5f30357f","created_at":"2018-08-12T08:48:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"e580cfaf966c4c2ea126413b5f30357f","id":"9b8a7177-88d3-4fc9-8dce-88bd17f22f93","name":"AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-pub-net"}]} 2018-08-12 08:48:41,558 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-pub-net used request id req-cc04ea15-2f4c-4906-bc60-eec24ca71ba2 2018-08-12 08:48:41,562 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e580cfaf966c4c2ea126413b5f30357f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c95cb04847edb4e964c233363c60adf1ccf70e2" 2018-08-12 08:48:41,656 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:48:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-21bdd87b-b55c-4cf2-a3d4-47a218bab57f Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/e580cfaf966c4c2ea126413b5f30357f"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "e580cfaf966c4c2ea126413b5f30357f", "name": "AnsibleProvisioningTests-90aaf607-e50f-4a6-proj"}} 2018-08-12 08:48:41,656 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e580cfaf966c4c2ea126413b5f30357f used request id req-21bdd87b-b55c-4cf2-a3d4-47a218bab57f 2018-08-12 08:48:41,661 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=9b8a7177-88d3-4fc9-8dce-88bd17f22f93 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c95cb04847edb4e964c233363c60adf1ccf70e2" 2018-08-12 08:48:42,017 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-e6fc2112-7edf-4422-b137-cb5c6c5253b3 Date: Sun, 12 Aug 2018 08:48:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9b8a7177-88d3-4fc9-8dce-88bd17f22f93","tenant_id":"e580cfaf966c4c2ea126413b5f30357f","created_at":"2018-08-12T08:48:20Z","dns_nameservers":[],"updated_at":"2018-08-12T08:48:20Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e580cfaf966c4c2ea126413b5f30357f","id":"132cdf22-b32e-4628-9f44-6f2578cce43b","subnetpool_id":null,"name":"AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-pub-subnet"}]} 2018-08-12 08:48:42,017 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=9b8a7177-88d3-4fc9-8dce-88bd17f22f93 used request id req-e6fc2112-7edf-4422-b137-cb5c6c5253b3 2018-08-12 08:48:42,023 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=9b8a7177-88d3-4fc9-8dce-88bd17f22f93&name=AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c95cb04847edb4e964c233363c60adf1ccf70e2" 2018-08-12 08:48:42,256 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 764 X-Openstack-Request-Id: req-2095733a-27e4-4ed1-8bee-dc1d1907e0eb Date: Sun, 12 Aug 2018 08:48:42 GMT RESP BODY: {"ports":[{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"9b8a7177-88d3-4fc9-8dce-88bd17f22f93","tenant_id":"e580cfaf966c4c2ea126413b5f30357f","created_at":"2018-08-12T08:48:40Z","admin_state_up":true,"updated_at":"2018-08-12T08:48:40Z","binding:vnic_type":"normal","device_id":"","device_owner":"","revision_number":6,"mac_address":"fa:16:3e:07:17:61","id":"c2b640e0-bf08-40dc-8627-a0ead77eaf9d","port_security_enabled":true,"project_id":"e580cfaf966c4c2ea126413b5f30357f","fixed_ips":[{"subnet_id":"132cdf22-b32e-4628-9f44-6f2578cce43b","ip_address":"10.55.1.16"}],"extra_dhcp_opts":[],"security_groups":["fcc99492-d0f9-41c2-a3aa-cde7d69ef17a"],"name":"AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-port-1"}]} 2018-08-12 08:48:42,257 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=9b8a7177-88d3-4fc9-8dce-88bd17f22f93&name=AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-port-1&admin_state_up=True used request id req-2095733a-27e4-4ed1-8bee-dc1d1907e0eb 2018-08-12 08:48:42,261 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e580cfaf966c4c2ea126413b5f30357f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c95cb04847edb4e964c233363c60adf1ccf70e2" 2018-08-12 08:48:42,353 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:48:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b35fa607-649b-4b49-9d05-443d9c3a812b Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/e580cfaf966c4c2ea126413b5f30357f"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "e580cfaf966c4c2ea126413b5f30357f", "name": "AnsibleProvisioningTests-90aaf607-e50f-4a6-proj"}} 2018-08-12 08:48:42,353 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e580cfaf966c4c2ea126413b5f30357f used request id req-b35fa607-649b-4b49-9d05-443d9c3a812b 2018-08-12 08:48:42,353 - nova_utils - INFO - Creating VM with name - AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-inst 2018-08-12 08:48:42,357 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c95cb04847edb4e964c233363c60adf1ccf70e2" 2018-08-12 08:48:42,376 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08: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,Accept-Encoding x-openstack-request-id: req-615602d2-373f-440d-938a-edaee3560b36 x-compute-request-id: req-615602d2-373f-440d-938a-edaee3560b36 Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"flavors": [{"id": "0a58d74d-e2af-4a5d-bae4-e2642f47de9e", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/0a58d74d-e2af-4a5d-bae4-e2642f47de9e", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/0a58d74d-e2af-4a5d-bae4-e2642f47de9e", "rel": "bookmark"}], "name": "AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-flavor-name"}]} 2018-08-12 08:48:42,377 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-615602d2-373f-440d-938a-edaee3560b36 2018-08-12 08:48:42,380 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors/0a58d74d-e2af-4a5d-bae4-e2642f47de9e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c95cb04847edb4e964c233363c60adf1ccf70e2" 2018-08-12 08:48:42,402 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08: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,Accept-Encoding x-openstack-request-id: req-1bd08cc0-a660-407a-9e0f-31afb2c626f5 x-compute-request-id: req-1bd08cc0-a660-407a-9e0f-31afb2c626f5 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"name": "AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-flavor-name", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/0a58d74d-e2af-4a5d-bae4-e2642f47de9e", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/0a58d74d-e2af-4a5d-bae4-e2642f47de9e", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": "0a58d74d-e2af-4a5d-bae4-e2642f47de9e"}} 2018-08-12 08:48:42,402 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/0a58d74d-e2af-4a5d-bae4-e2642f47de9e used request id req-1bd08cc0-a660-407a-9e0f-31afb2c626f5 2018-08-12 08:48:42,405 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267--image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1c95cb04847edb4e964c233363c60adf1ccf70e2" 2018-08-12 08:48:42,599 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1061 Content-Type: application/json X-Openstack-Request-Id: req-a9df027a-4dea-4276-9146-400a1cc11196 Date: Sun, 12 Aug 2018 08:48:42 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267--image", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:48:11Z", "size": 263062016, "disk_format": "qcow2", "updated_at": "2018-08-12T08:48:17Z", "visibility": "shared", "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/290a4d3d-1c41-4510-ba1d-1f0fb4a7a0a0/snap", "metadata": {}}], "self": "/v2/images/290a4d3d-1c41-4510-ba1d-1f0fb4a7a0a0", "min_disk": 0, "protected": false, "id": "290a4d3d-1c41-4510-ba1d-1f0fb4a7a0a0", "file": "/v2/images/290a4d3d-1c41-4510-ba1d-1f0fb4a7a0a0/file", "checksum": "81360220b4382d4b91eef0ebaf46a661", "owner": "e580cfaf966c4c2ea126413b5f30357f", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/290a4d3d-1c41-4510-ba1d-1f0fb4a7a0a0/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267--image"} 2018-08-12 08:48:42,600 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267--image used request id req-a9df027a-4dea-4276-9146-400a1cc11196 2018-08-12 08:48:42,602 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1c95cb04847edb4e964c233363c60adf1ccf70e2" 2018-08-12 08:48:42,788 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-7375344d-7a16-4e36-8aaa-237daaaffb96 Date: Sun, 12 Aug 2018 08:48:42 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"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}, "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}, "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"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "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"}, "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"}, "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}, "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}, "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"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "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}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-12 08:48:42,789 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-7375344d-7a16-4e36-8aaa-237daaaffb96 2018-08-12 08:48:42,794 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c95cb04847edb4e964c233363c60adf1ccf70e2" -d '{"server": {"name": "AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-inst", "imageRef": "290a4d3d-1c41-4510-ba1d-1f0fb4a7a0a0", "key_name": "AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-kp", "flavorRef": "0a58d74d-e2af-4a5d-bae4-e2642f47de9e", "max_count": 1, "min_count": 1, "networks": [{"port": "c2b640e0-bf08-40dc-8627-a0ead77eaf9d"}]}}' 2018-08-12 08:48:44,829 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 08: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-57e4318d-fa14-4a5e-96e9-2c8768a5fa2c x-compute-request-id: req-57e4318d-fa14-4a5e-96e9-2c8768a5fa2c Content-Length: 374 location: http://172.30.9.21:8774/v2.1/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "c5666c6d-f963-4b80-9e9f-fd95c7ce864b", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b", "rel": "bookmark"}], "adminPass": "UCg9r5Cet7rJ"}} 2018-08-12 08:48:44,830 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-57e4318d-fa14-4a5e-96e9-2c8768a5fa2c 2018-08-12 08:48:44,833 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c95cb04847edb4e964c233363c60adf1ccf70e2" 2018-08-12 08:48:45,284 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:48: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-4016bf32-cce6-45ab-9f4d-27355203a80b x-compute-request-id: req-4016bf32-cce6-45ab-9f4d-27355203a80b Content-Encoding: gzip Content-Length: 615 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b", "rel": "bookmark"}], "image": {"id": "290a4d3d-1c41-4510-ba1d-1f0fb4a7a0a0", "links": [{"href": "http://172.30.9.21:8774/images/290a4d3d-1c41-4510-ba1d-1f0fb4a7a0a0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0a58d74d-e2af-4a5d-bae4-e2642f47de9e", "links": [{"href": "http://172.30.9.21:8774/flavors/0a58d74d-e2af-4a5d-bae4-e2642f47de9e", "rel": "bookmark"}]}, "id": "c5666c6d-f963-4b80-9e9f-fd95c7ce864b", "user_id": "c62df36d62284745b5c98c92f61d0103", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:48:44Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-kp", "name": "AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-inst", "created": "2018-08-12T08:48:44Z", "tenant_id": "e580cfaf966c4c2ea126413b5f30357f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:48:45,285 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b used request id req-4016bf32-cce6-45ab-9f4d-27355203a80b 2018-08-12 08:48:45,285 - create_instance - INFO - Created instance with name - AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-inst 2018-08-12 08:48:45,288 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c95cb04847edb4e964c233363c60adf1ccf70e2" 2018-08-12 08:48:45,529 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08: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-7b522e56-7d32-4d55-8b19-eab84a3a8610 x-compute-request-id: req-7b522e56-7d32-4d55-8b19-eab84a3a8610 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.21:8774/v2.1/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b", "rel": "bookmark"}], "image": {"id": "290a4d3d-1c41-4510-ba1d-1f0fb4a7a0a0", "links": [{"href": "http://172.30.9.21:8774/images/290a4d3d-1c41-4510-ba1d-1f0fb4a7a0a0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0a58d74d-e2af-4a5d-bae4-e2642f47de9e", "links": [{"href": "http://172.30.9.21:8774/flavors/0a58d74d-e2af-4a5d-bae4-e2642f47de9e", "rel": "bookmark"}]}, "id": "c5666c6d-f963-4b80-9e9f-fd95c7ce864b", "user_id": "c62df36d62284745b5c98c92f61d0103", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:48:45Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-kp", "name": "AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-inst", "created": "2018-08-12T08:48:44Z", "tenant_id": "e580cfaf966c4c2ea126413b5f30357f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:48:45,529 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b used request id req-7b522e56-7d32-4d55-8b19-eab84a3a8610 2018-08-12 08:48:45,529 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-inst] is - BUILD 2018-08-12 08:48:45,530 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-12 08:48:48,533 - create_instance - DEBUG - VM status query timeout in 896.752511978 2018-08-12 08:48:48,535 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c95cb04847edb4e964c233363c60adf1ccf70e2" 2018-08-12 08:48:49,244 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:48: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-c48c845a-3d2d-40d0-be87-a8f3cca101a5 x-compute-request-id: req-c48c845a-3d2d-40d0-be87-a8f3cca101a5 Content-Encoding: gzip Content-Length: 680 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b", "rel": "bookmark"}], "image": {"id": "290a4d3d-1c41-4510-ba1d-1f0fb4a7a0a0", "links": [{"href": "http://172.30.9.21:8774/images/290a4d3d-1c41-4510-ba1d-1f0fb4a7a0a0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0a58d74d-e2af-4a5d-bae4-e2642f47de9e", "links": [{"href": "http://172.30.9.21:8774/flavors/0a58d74d-e2af-4a5d-bae4-e2642f47de9e", "rel": "bookmark"}]}, "id": "c5666c6d-f963-4b80-9e9f-fd95c7ce864b", "security_groups": [{"name": "default"}], "user_id": "c62df36d62284745b5c98c92f61d0103", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:48:46Z", "hostId": "b1882a8c43b729cf60b8378ef4290484cb80028b17b09314805d967e", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-kp", "name": "AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-inst", "created": "2018-08-12T08:48:44Z", "tenant_id": "e580cfaf966c4c2ea126413b5f30357f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:48:49,244 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b used request id req-c48c845a-3d2d-40d0-be87-a8f3cca101a5 2018-08-12 08:48:49,244 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-inst] is - BUILD 2018-08-12 08:48:49,244 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-12 08:48:52,248 - create_instance - DEBUG - VM status query timeout in 893.03769803 2018-08-12 08:48:52,250 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c95cb04847edb4e964c233363c60adf1ccf70e2" 2018-08-12 08:48:52,955 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:48: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-bbbf2d3b-311b-40fe-b9d8-af28b92a6da6 x-compute-request-id: req-bbbf2d3b-311b-40fe-b9d8-af28b92a6da6 Content-Encoding: gzip Content-Length: 680 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b", "rel": "bookmark"}], "image": {"id": "290a4d3d-1c41-4510-ba1d-1f0fb4a7a0a0", "links": [{"href": "http://172.30.9.21:8774/images/290a4d3d-1c41-4510-ba1d-1f0fb4a7a0a0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0a58d74d-e2af-4a5d-bae4-e2642f47de9e", "links": [{"href": "http://172.30.9.21:8774/flavors/0a58d74d-e2af-4a5d-bae4-e2642f47de9e", "rel": "bookmark"}]}, "id": "c5666c6d-f963-4b80-9e9f-fd95c7ce864b", "security_groups": [{"name": "default"}], "user_id": "c62df36d62284745b5c98c92f61d0103", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:48:46Z", "hostId": "b1882a8c43b729cf60b8378ef4290484cb80028b17b09314805d967e", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-kp", "name": "AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-inst", "created": "2018-08-12T08:48:44Z", "tenant_id": "e580cfaf966c4c2ea126413b5f30357f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:48:52,955 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b used request id req-bbbf2d3b-311b-40fe-b9d8-af28b92a6da6 2018-08-12 08:48:52,955 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-inst] is - BUILD 2018-08-12 08:48:52,955 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-12 08:48:55,959 - create_instance - DEBUG - VM status query timeout in 889.326664925 2018-08-12 08:48:55,961 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c95cb04847edb4e964c233363c60adf1ccf70e2" 2018-08-12 08:48:56,496 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:48: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-4919d889-8096-49ba-b0f8-cc1af390683d x-compute-request-id: req-4919d889-8096-49ba-b0f8-cc1af390683d Content-Encoding: gzip Content-Length: 680 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b", "rel": "bookmark"}], "image": {"id": "290a4d3d-1c41-4510-ba1d-1f0fb4a7a0a0", "links": [{"href": "http://172.30.9.21:8774/images/290a4d3d-1c41-4510-ba1d-1f0fb4a7a0a0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0a58d74d-e2af-4a5d-bae4-e2642f47de9e", "links": [{"href": "http://172.30.9.21:8774/flavors/0a58d74d-e2af-4a5d-bae4-e2642f47de9e", "rel": "bookmark"}]}, "id": "c5666c6d-f963-4b80-9e9f-fd95c7ce864b", "security_groups": [{"name": "default"}], "user_id": "c62df36d62284745b5c98c92f61d0103", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:48:46Z", "hostId": "b1882a8c43b729cf60b8378ef4290484cb80028b17b09314805d967e", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-kp", "name": "AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-inst", "created": "2018-08-12T08:48:44Z", "tenant_id": "e580cfaf966c4c2ea126413b5f30357f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:48:56,497 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b used request id req-4919d889-8096-49ba-b0f8-cc1af390683d 2018-08-12 08:48:56,497 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-inst] is - BUILD 2018-08-12 08:48:56,497 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-12 08:48:59,500 - create_instance - DEBUG - VM status query timeout in 885.784806013 2018-08-12 08:48:59,504 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c95cb04847edb4e964c233363c60adf1ccf70e2" 2018-08-12 08:49:00,463 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:48: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-7bd6c20d-bd2e-48b5-a56d-dd523a15f928 x-compute-request-id: req-7bd6c20d-bd2e-48b5-a56d-dd523a15f928 Content-Encoding: gzip Content-Length: 680 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b", "rel": "bookmark"}], "image": {"id": "290a4d3d-1c41-4510-ba1d-1f0fb4a7a0a0", "links": [{"href": "http://172.30.9.21:8774/images/290a4d3d-1c41-4510-ba1d-1f0fb4a7a0a0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0a58d74d-e2af-4a5d-bae4-e2642f47de9e", "links": [{"href": "http://172.30.9.21:8774/flavors/0a58d74d-e2af-4a5d-bae4-e2642f47de9e", "rel": "bookmark"}]}, "id": "c5666c6d-f963-4b80-9e9f-fd95c7ce864b", "security_groups": [{"name": "default"}], "user_id": "c62df36d62284745b5c98c92f61d0103", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:48:46Z", "hostId": "b1882a8c43b729cf60b8378ef4290484cb80028b17b09314805d967e", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-kp", "name": "AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-inst", "created": "2018-08-12T08:48:44Z", "tenant_id": "e580cfaf966c4c2ea126413b5f30357f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:49:00,463 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b used request id req-7bd6c20d-bd2e-48b5-a56d-dd523a15f928 2018-08-12 08:49:00,464 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-inst] is - BUILD 2018-08-12 08:49:00,464 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-12 08:49:03,467 - create_instance - DEBUG - VM status query timeout in 881.817989111 2018-08-12 08:49:03,470 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c95cb04847edb4e964c233363c60adf1ccf70e2" 2018-08-12 08:49:04,574 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08: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,Accept-Encoding x-openstack-request-id: req-826d25bd-ef6c-4520-b1e1-0d0d4e60a2b8 x-compute-request-id: req-826d25bd-ef6c-4520-b1e1-0d0d4e60a2b8 Content-Encoding: gzip Content-Length: 680 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b", "rel": "bookmark"}], "image": {"id": "290a4d3d-1c41-4510-ba1d-1f0fb4a7a0a0", "links": [{"href": "http://172.30.9.21:8774/images/290a4d3d-1c41-4510-ba1d-1f0fb4a7a0a0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0a58d74d-e2af-4a5d-bae4-e2642f47de9e", "links": [{"href": "http://172.30.9.21:8774/flavors/0a58d74d-e2af-4a5d-bae4-e2642f47de9e", "rel": "bookmark"}]}, "id": "c5666c6d-f963-4b80-9e9f-fd95c7ce864b", "security_groups": [{"name": "default"}], "user_id": "c62df36d62284745b5c98c92f61d0103", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:48:46Z", "hostId": "b1882a8c43b729cf60b8378ef4290484cb80028b17b09314805d967e", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-kp", "name": "AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-inst", "created": "2018-08-12T08:48:44Z", "tenant_id": "e580cfaf966c4c2ea126413b5f30357f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:49:04,574 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b used request id req-826d25bd-ef6c-4520-b1e1-0d0d4e60a2b8 2018-08-12 08:49:04,574 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-inst] is - BUILD 2018-08-12 08:49:04,574 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-12 08:49:07,578 - create_instance - DEBUG - VM status query timeout in 877.707587957 2018-08-12 08:49:07,581 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c95cb04847edb4e964c233363c60adf1ccf70e2" 2018-08-12 08:49:08,275 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08: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-6e50446e-3435-481c-9274-d9b912a55eb7 x-compute-request-id: req-6e50446e-3435-481c-9274-d9b912a55eb7 Content-Encoding: gzip Content-Length: 680 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b", "rel": "bookmark"}], "image": {"id": "290a4d3d-1c41-4510-ba1d-1f0fb4a7a0a0", "links": [{"href": "http://172.30.9.21:8774/images/290a4d3d-1c41-4510-ba1d-1f0fb4a7a0a0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0a58d74d-e2af-4a5d-bae4-e2642f47de9e", "links": [{"href": "http://172.30.9.21:8774/flavors/0a58d74d-e2af-4a5d-bae4-e2642f47de9e", "rel": "bookmark"}]}, "id": "c5666c6d-f963-4b80-9e9f-fd95c7ce864b", "security_groups": [{"name": "default"}], "user_id": "c62df36d62284745b5c98c92f61d0103", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:48:46Z", "hostId": "b1882a8c43b729cf60b8378ef4290484cb80028b17b09314805d967e", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-kp", "name": "AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-inst", "created": "2018-08-12T08:48:44Z", "tenant_id": "e580cfaf966c4c2ea126413b5f30357f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:49:08,275 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b used request id req-6e50446e-3435-481c-9274-d9b912a55eb7 2018-08-12 08:49:08,275 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-inst] is - BUILD 2018-08-12 08:49:08,276 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-12 08:49:11,279 - create_instance - DEBUG - VM status query timeout in 874.006586075 2018-08-12 08:49:11,281 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c95cb04847edb4e964c233363c60adf1ccf70e2" 2018-08-12 08:49:12,343 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:49: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-8e9fa39b-cac1-49c9-bbc6-f436ab59afb8 x-compute-request-id: req-8e9fa39b-cac1-49c9-bbc6-f436ab59afb8 Content-Encoding: gzip Content-Length: 680 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b", "rel": "bookmark"}], "image": {"id": "290a4d3d-1c41-4510-ba1d-1f0fb4a7a0a0", "links": [{"href": "http://172.30.9.21:8774/images/290a4d3d-1c41-4510-ba1d-1f0fb4a7a0a0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0a58d74d-e2af-4a5d-bae4-e2642f47de9e", "links": [{"href": "http://172.30.9.21:8774/flavors/0a58d74d-e2af-4a5d-bae4-e2642f47de9e", "rel": "bookmark"}]}, "id": "c5666c6d-f963-4b80-9e9f-fd95c7ce864b", "security_groups": [{"name": "default"}], "user_id": "c62df36d62284745b5c98c92f61d0103", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:48:46Z", "hostId": "b1882a8c43b729cf60b8378ef4290484cb80028b17b09314805d967e", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-kp", "name": "AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-inst", "created": "2018-08-12T08:48:44Z", "tenant_id": "e580cfaf966c4c2ea126413b5f30357f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:49:12,343 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b used request id req-8e9fa39b-cac1-49c9-bbc6-f436ab59afb8 2018-08-12 08:49:12,343 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-inst] is - BUILD 2018-08-12 08:49:12,343 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-12 08:49:15,347 - create_instance - DEBUG - VM status query timeout in 869.938580036 2018-08-12 08:49:15,350 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c95cb04847edb4e964c233363c60adf1ccf70e2" 2018-08-12 08:49:15,867 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:49: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-282f1d89-9f97-4de1-8a1d-25eb08ca0a63 x-compute-request-id: req-282f1d89-9f97-4de1-8a1d-25eb08ca0a63 Content-Encoding: gzip Content-Length: 680 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b", "rel": "bookmark"}], "image": {"id": "290a4d3d-1c41-4510-ba1d-1f0fb4a7a0a0", "links": [{"href": "http://172.30.9.21:8774/images/290a4d3d-1c41-4510-ba1d-1f0fb4a7a0a0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0a58d74d-e2af-4a5d-bae4-e2642f47de9e", "links": [{"href": "http://172.30.9.21:8774/flavors/0a58d74d-e2af-4a5d-bae4-e2642f47de9e", "rel": "bookmark"}]}, "id": "c5666c6d-f963-4b80-9e9f-fd95c7ce864b", "security_groups": [{"name": "default"}], "user_id": "c62df36d62284745b5c98c92f61d0103", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:48:46Z", "hostId": "b1882a8c43b729cf60b8378ef4290484cb80028b17b09314805d967e", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-kp", "name": "AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-inst", "created": "2018-08-12T08:48:44Z", "tenant_id": "e580cfaf966c4c2ea126413b5f30357f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:49:15,868 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b used request id req-282f1d89-9f97-4de1-8a1d-25eb08ca0a63 2018-08-12 08:49:15,868 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-inst] is - BUILD 2018-08-12 08:49:15,868 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-12 08:49:18,871 - create_instance - DEBUG - VM status query timeout in 866.413826942 2018-08-12 08:49:18,874 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c95cb04847edb4e964c233363c60adf1ccf70e2" 2018-08-12 08:49:19,380 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:49: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-877d0fe2-b1c5-455e-b9e5-07d9b25a52b7 x-compute-request-id: req-877d0fe2-b1c5-455e-b9e5-07d9b25a52b7 Content-Encoding: gzip Content-Length: 680 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b", "rel": "bookmark"}], "image": {"id": "290a4d3d-1c41-4510-ba1d-1f0fb4a7a0a0", "links": [{"href": "http://172.30.9.21:8774/images/290a4d3d-1c41-4510-ba1d-1f0fb4a7a0a0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0a58d74d-e2af-4a5d-bae4-e2642f47de9e", "links": [{"href": "http://172.30.9.21:8774/flavors/0a58d74d-e2af-4a5d-bae4-e2642f47de9e", "rel": "bookmark"}]}, "id": "c5666c6d-f963-4b80-9e9f-fd95c7ce864b", "security_groups": [{"name": "default"}], "user_id": "c62df36d62284745b5c98c92f61d0103", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:48:46Z", "hostId": "b1882a8c43b729cf60b8378ef4290484cb80028b17b09314805d967e", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-kp", "name": "AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-inst", "created": "2018-08-12T08:48:44Z", "tenant_id": "e580cfaf966c4c2ea126413b5f30357f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:49:19,380 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b used request id req-877d0fe2-b1c5-455e-b9e5-07d9b25a52b7 2018-08-12 08:49:19,380 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-inst] is - BUILD 2018-08-12 08:49:19,380 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-12 08:49:22,384 - create_instance - DEBUG - VM status query timeout in 862.901634932 2018-08-12 08:49:22,387 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c95cb04847edb4e964c233363c60adf1ccf70e2" 2018-08-12 08:49:22,734 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:49: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-52f9066d-6dbe-4931-88c2-0ec4416981ac x-compute-request-id: req-52f9066d-6dbe-4931-88c2-0ec4416981ac Content-Encoding: gzip Content-Length: 680 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b", "rel": "bookmark"}], "image": {"id": "290a4d3d-1c41-4510-ba1d-1f0fb4a7a0a0", "links": [{"href": "http://172.30.9.21:8774/images/290a4d3d-1c41-4510-ba1d-1f0fb4a7a0a0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0a58d74d-e2af-4a5d-bae4-e2642f47de9e", "links": [{"href": "http://172.30.9.21:8774/flavors/0a58d74d-e2af-4a5d-bae4-e2642f47de9e", "rel": "bookmark"}]}, "id": "c5666c6d-f963-4b80-9e9f-fd95c7ce864b", "security_groups": [{"name": "default"}], "user_id": "c62df36d62284745b5c98c92f61d0103", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:48:46Z", "hostId": "b1882a8c43b729cf60b8378ef4290484cb80028b17b09314805d967e", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-kp", "name": "AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-inst", "created": "2018-08-12T08:48:44Z", "tenant_id": "e580cfaf966c4c2ea126413b5f30357f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:49:22,734 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b used request id req-52f9066d-6dbe-4931-88c2-0ec4416981ac 2018-08-12 08:49:22,734 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-inst] is - BUILD 2018-08-12 08:49:22,735 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-12 08:49:25,738 - create_instance - DEBUG - VM status query timeout in 859.547472 2018-08-12 08:49:25,741 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c95cb04847edb4e964c233363c60adf1ccf70e2" 2018-08-12 08:49:26,353 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:49: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-3ab8127e-cc17-4cf5-b117-d212f4d2f037 x-compute-request-id: req-3ab8127e-cc17-4cf5-b117-d212f4d2f037 Content-Encoding: gzip Content-Length: 680 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b", "rel": "bookmark"}], "image": {"id": "290a4d3d-1c41-4510-ba1d-1f0fb4a7a0a0", "links": [{"href": "http://172.30.9.21:8774/images/290a4d3d-1c41-4510-ba1d-1f0fb4a7a0a0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0a58d74d-e2af-4a5d-bae4-e2642f47de9e", "links": [{"href": "http://172.30.9.21:8774/flavors/0a58d74d-e2af-4a5d-bae4-e2642f47de9e", "rel": "bookmark"}]}, "id": "c5666c6d-f963-4b80-9e9f-fd95c7ce864b", "security_groups": [{"name": "default"}], "user_id": "c62df36d62284745b5c98c92f61d0103", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:48:46Z", "hostId": "b1882a8c43b729cf60b8378ef4290484cb80028b17b09314805d967e", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-kp", "name": "AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-inst", "created": "2018-08-12T08:48:44Z", "tenant_id": "e580cfaf966c4c2ea126413b5f30357f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:49:26,354 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b used request id req-3ab8127e-cc17-4cf5-b117-d212f4d2f037 2018-08-12 08:49:26,354 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-inst] is - BUILD 2018-08-12 08:49:26,354 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-12 08:49:29,357 - create_instance - DEBUG - VM status query timeout in 855.927964926 2018-08-12 08:49:29,360 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c95cb04847edb4e964c233363c60adf1ccf70e2" 2018-08-12 08:49:30,061 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:49: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-0c5ffcc2-8cb7-4007-9c25-8143a990827c x-compute-request-id: req-0c5ffcc2-8cb7-4007-9c25-8143a990827c Content-Encoding: gzip Content-Length: 680 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b", "rel": "bookmark"}], "image": {"id": "290a4d3d-1c41-4510-ba1d-1f0fb4a7a0a0", "links": [{"href": "http://172.30.9.21:8774/images/290a4d3d-1c41-4510-ba1d-1f0fb4a7a0a0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0a58d74d-e2af-4a5d-bae4-e2642f47de9e", "links": [{"href": "http://172.30.9.21:8774/flavors/0a58d74d-e2af-4a5d-bae4-e2642f47de9e", "rel": "bookmark"}]}, "id": "c5666c6d-f963-4b80-9e9f-fd95c7ce864b", "security_groups": [{"name": "default"}], "user_id": "c62df36d62284745b5c98c92f61d0103", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:48:46Z", "hostId": "b1882a8c43b729cf60b8378ef4290484cb80028b17b09314805d967e", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-kp", "name": "AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-inst", "created": "2018-08-12T08:48:44Z", "tenant_id": "e580cfaf966c4c2ea126413b5f30357f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:49:30,062 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b used request id req-0c5ffcc2-8cb7-4007-9c25-8143a990827c 2018-08-12 08:49:30,062 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-inst] is - BUILD 2018-08-12 08:49:30,062 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-12 08:49:33,065 - create_instance - DEBUG - VM status query timeout in 852.219886065 2018-08-12 08:49:33,068 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c95cb04847edb4e964c233363c60adf1ccf70e2" 2018-08-12 08:49:33,929 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:49: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-2d6cf841-53e7-452a-8409-9d6b4d8cfec7 x-compute-request-id: req-2d6cf841-53e7-452a-8409-9d6b4d8cfec7 Content-Encoding: gzip Content-Length: 680 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b", "rel": "bookmark"}], "image": {"id": "290a4d3d-1c41-4510-ba1d-1f0fb4a7a0a0", "links": [{"href": "http://172.30.9.21:8774/images/290a4d3d-1c41-4510-ba1d-1f0fb4a7a0a0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0a58d74d-e2af-4a5d-bae4-e2642f47de9e", "links": [{"href": "http://172.30.9.21:8774/flavors/0a58d74d-e2af-4a5d-bae4-e2642f47de9e", "rel": "bookmark"}]}, "id": "c5666c6d-f963-4b80-9e9f-fd95c7ce864b", "security_groups": [{"name": "default"}], "user_id": "c62df36d62284745b5c98c92f61d0103", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:48:46Z", "hostId": "b1882a8c43b729cf60b8378ef4290484cb80028b17b09314805d967e", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-kp", "name": "AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-inst", "created": "2018-08-12T08:48:44Z", "tenant_id": "e580cfaf966c4c2ea126413b5f30357f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:49:33,930 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b used request id req-2d6cf841-53e7-452a-8409-9d6b4d8cfec7 2018-08-12 08:49:33,930 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-inst] is - BUILD 2018-08-12 08:49:33,930 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-12 08:49:36,933 - create_instance - DEBUG - VM status query timeout in 848.351783991 2018-08-12 08:49:36,936 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c95cb04847edb4e964c233363c60adf1ccf70e2" 2018-08-12 08:49:37,483 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:49: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-7f095b53-718b-4cd1-a21f-2b7f89bff2b2 x-compute-request-id: req-7f095b53-718b-4cd1-a21f-2b7f89bff2b2 Content-Encoding: gzip Content-Length: 680 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b", "rel": "bookmark"}], "image": {"id": "290a4d3d-1c41-4510-ba1d-1f0fb4a7a0a0", "links": [{"href": "http://172.30.9.21:8774/images/290a4d3d-1c41-4510-ba1d-1f0fb4a7a0a0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0a58d74d-e2af-4a5d-bae4-e2642f47de9e", "links": [{"href": "http://172.30.9.21:8774/flavors/0a58d74d-e2af-4a5d-bae4-e2642f47de9e", "rel": "bookmark"}]}, "id": "c5666c6d-f963-4b80-9e9f-fd95c7ce864b", "security_groups": [{"name": "default"}], "user_id": "c62df36d62284745b5c98c92f61d0103", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:48:46Z", "hostId": "b1882a8c43b729cf60b8378ef4290484cb80028b17b09314805d967e", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-kp", "name": "AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-inst", "created": "2018-08-12T08:48:44Z", "tenant_id": "e580cfaf966c4c2ea126413b5f30357f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:49:37,483 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b used request id req-7f095b53-718b-4cd1-a21f-2b7f89bff2b2 2018-08-12 08:49:37,484 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-inst] is - BUILD 2018-08-12 08:49:37,484 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-12 08:49:40,487 - create_instance - DEBUG - VM status query timeout in 844.798269033 2018-08-12 08:49:40,490 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c95cb04847edb4e964c233363c60adf1ccf70e2" 2018-08-12 08:49:41,194 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:49: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-d3d92be1-afb8-47fb-a52d-52cb5a6ded7c x-compute-request-id: req-d3d92be1-afb8-47fb-a52d-52cb5a6ded7c Content-Encoding: gzip Content-Length: 680 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b", "rel": "bookmark"}], "image": {"id": "290a4d3d-1c41-4510-ba1d-1f0fb4a7a0a0", "links": [{"href": "http://172.30.9.21:8774/images/290a4d3d-1c41-4510-ba1d-1f0fb4a7a0a0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0a58d74d-e2af-4a5d-bae4-e2642f47de9e", "links": [{"href": "http://172.30.9.21:8774/flavors/0a58d74d-e2af-4a5d-bae4-e2642f47de9e", "rel": "bookmark"}]}, "id": "c5666c6d-f963-4b80-9e9f-fd95c7ce864b", "security_groups": [{"name": "default"}], "user_id": "c62df36d62284745b5c98c92f61d0103", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:48:46Z", "hostId": "b1882a8c43b729cf60b8378ef4290484cb80028b17b09314805d967e", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-kp", "name": "AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-inst", "created": "2018-08-12T08:48:44Z", "tenant_id": "e580cfaf966c4c2ea126413b5f30357f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:49:41,195 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b used request id req-d3d92be1-afb8-47fb-a52d-52cb5a6ded7c 2018-08-12 08:49:41,195 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-inst] is - BUILD 2018-08-12 08:49:41,195 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-12 08:49:44,198 - create_instance - DEBUG - VM status query timeout in 841.086872101 2018-08-12 08:49:44,201 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c95cb04847edb4e964c233363c60adf1ccf70e2" 2018-08-12 08:49:44,902 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:49: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-4d53cd2d-e2d1-4823-9e69-0facc540374a x-compute-request-id: req-4d53cd2d-e2d1-4823-9e69-0facc540374a Content-Encoding: gzip Content-Length: 680 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b", "rel": "bookmark"}], "image": {"id": "290a4d3d-1c41-4510-ba1d-1f0fb4a7a0a0", "links": [{"href": "http://172.30.9.21:8774/images/290a4d3d-1c41-4510-ba1d-1f0fb4a7a0a0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0a58d74d-e2af-4a5d-bae4-e2642f47de9e", "links": [{"href": "http://172.30.9.21:8774/flavors/0a58d74d-e2af-4a5d-bae4-e2642f47de9e", "rel": "bookmark"}]}, "id": "c5666c6d-f963-4b80-9e9f-fd95c7ce864b", "security_groups": [{"name": "default"}], "user_id": "c62df36d62284745b5c98c92f61d0103", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:48:46Z", "hostId": "b1882a8c43b729cf60b8378ef4290484cb80028b17b09314805d967e", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-kp", "name": "AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-inst", "created": "2018-08-12T08:48:44Z", "tenant_id": "e580cfaf966c4c2ea126413b5f30357f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:49:44,902 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b used request id req-4d53cd2d-e2d1-4823-9e69-0facc540374a 2018-08-12 08:49:44,902 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-inst] is - BUILD 2018-08-12 08:49:44,902 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-12 08:49:47,906 - create_instance - DEBUG - VM status query timeout in 837.379636049 2018-08-12 08:49:47,909 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c95cb04847edb4e964c233363c60adf1ccf70e2" 2018-08-12 08:49:48,447 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:49: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-7854815f-f7a8-4e67-a2fa-765bc2a6b925 x-compute-request-id: req-7854815f-f7a8-4e67-a2fa-765bc2a6b925 Content-Encoding: gzip Content-Length: 680 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b", "rel": "bookmark"}], "image": {"id": "290a4d3d-1c41-4510-ba1d-1f0fb4a7a0a0", "links": [{"href": "http://172.30.9.21:8774/images/290a4d3d-1c41-4510-ba1d-1f0fb4a7a0a0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0a58d74d-e2af-4a5d-bae4-e2642f47de9e", "links": [{"href": "http://172.30.9.21:8774/flavors/0a58d74d-e2af-4a5d-bae4-e2642f47de9e", "rel": "bookmark"}]}, "id": "c5666c6d-f963-4b80-9e9f-fd95c7ce864b", "security_groups": [{"name": "default"}], "user_id": "c62df36d62284745b5c98c92f61d0103", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:48:46Z", "hostId": "b1882a8c43b729cf60b8378ef4290484cb80028b17b09314805d967e", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-kp", "name": "AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-inst", "created": "2018-08-12T08:48:44Z", "tenant_id": "e580cfaf966c4c2ea126413b5f30357f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:49:48,447 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b used request id req-7854815f-f7a8-4e67-a2fa-765bc2a6b925 2018-08-12 08:49:48,447 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-inst] is - BUILD 2018-08-12 08:49:48,447 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-12 08:49:51,451 - create_instance - DEBUG - VM status query timeout in 833.834667921 2018-08-12 08:49:51,453 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c95cb04847edb4e964c233363c60adf1ccf70e2" 2018-08-12 08:49:52,155 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:49: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-9a0ed24a-d3f3-4868-994f-f1be7f581487 x-compute-request-id: req-9a0ed24a-d3f3-4868-994f-f1be7f581487 Content-Encoding: gzip Content-Length: 680 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b", "rel": "bookmark"}], "image": {"id": "290a4d3d-1c41-4510-ba1d-1f0fb4a7a0a0", "links": [{"href": "http://172.30.9.21:8774/images/290a4d3d-1c41-4510-ba1d-1f0fb4a7a0a0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0a58d74d-e2af-4a5d-bae4-e2642f47de9e", "links": [{"href": "http://172.30.9.21:8774/flavors/0a58d74d-e2af-4a5d-bae4-e2642f47de9e", "rel": "bookmark"}]}, "id": "c5666c6d-f963-4b80-9e9f-fd95c7ce864b", "security_groups": [{"name": "default"}], "user_id": "c62df36d62284745b5c98c92f61d0103", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:48:46Z", "hostId": "b1882a8c43b729cf60b8378ef4290484cb80028b17b09314805d967e", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-kp", "name": "AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-inst", "created": "2018-08-12T08:48:44Z", "tenant_id": "e580cfaf966c4c2ea126413b5f30357f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:49:52,155 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b used request id req-9a0ed24a-d3f3-4868-994f-f1be7f581487 2018-08-12 08:49:52,156 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-inst] is - BUILD 2018-08-12 08:49:52,156 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-12 08:49:55,159 - create_instance - DEBUG - VM status query timeout in 830.126182079 2018-08-12 08:49:55,162 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c95cb04847edb4e964c233363c60adf1ccf70e2" 2018-08-12 08:49:55,691 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:49: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-03989971-821e-443f-8fb0-60f0f4b5159f x-compute-request-id: req-03989971-821e-443f-8fb0-60f0f4b5159f Content-Encoding: gzip Content-Length: 680 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b", "rel": "bookmark"}], "image": {"id": "290a4d3d-1c41-4510-ba1d-1f0fb4a7a0a0", "links": [{"href": "http://172.30.9.21:8774/images/290a4d3d-1c41-4510-ba1d-1f0fb4a7a0a0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0a58d74d-e2af-4a5d-bae4-e2642f47de9e", "links": [{"href": "http://172.30.9.21:8774/flavors/0a58d74d-e2af-4a5d-bae4-e2642f47de9e", "rel": "bookmark"}]}, "id": "c5666c6d-f963-4b80-9e9f-fd95c7ce864b", "security_groups": [{"name": "default"}], "user_id": "c62df36d62284745b5c98c92f61d0103", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:48:46Z", "hostId": "b1882a8c43b729cf60b8378ef4290484cb80028b17b09314805d967e", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-kp", "name": "AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-inst", "created": "2018-08-12T08:48:44Z", "tenant_id": "e580cfaf966c4c2ea126413b5f30357f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:49:55,691 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b used request id req-03989971-821e-443f-8fb0-60f0f4b5159f 2018-08-12 08:49:55,691 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-inst] is - BUILD 2018-08-12 08:49:55,692 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-12 08:49:58,695 - create_instance - DEBUG - VM status query timeout in 826.590485096 2018-08-12 08:49:58,698 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c95cb04847edb4e964c233363c60adf1ccf70e2" 2018-08-12 08:49:59,219 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:49: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-af28e9ff-f583-4a09-8aa1-c9355d5c5205 x-compute-request-id: req-af28e9ff-f583-4a09-8aa1-c9355d5c5205 Content-Encoding: gzip Content-Length: 680 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b", "rel": "bookmark"}], "image": {"id": "290a4d3d-1c41-4510-ba1d-1f0fb4a7a0a0", "links": [{"href": "http://172.30.9.21:8774/images/290a4d3d-1c41-4510-ba1d-1f0fb4a7a0a0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0a58d74d-e2af-4a5d-bae4-e2642f47de9e", "links": [{"href": "http://172.30.9.21:8774/flavors/0a58d74d-e2af-4a5d-bae4-e2642f47de9e", "rel": "bookmark"}]}, "id": "c5666c6d-f963-4b80-9e9f-fd95c7ce864b", "security_groups": [{"name": "default"}], "user_id": "c62df36d62284745b5c98c92f61d0103", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:48:46Z", "hostId": "b1882a8c43b729cf60b8378ef4290484cb80028b17b09314805d967e", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-kp", "name": "AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-inst", "created": "2018-08-12T08:48:44Z", "tenant_id": "e580cfaf966c4c2ea126413b5f30357f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:49:59,220 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b used request id req-af28e9ff-f583-4a09-8aa1-c9355d5c5205 2018-08-12 08:49:59,220 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-inst] is - BUILD 2018-08-12 08:49:59,220 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-12 08:50:02,223 - create_instance - DEBUG - VM status query timeout in 823.061892986 2018-08-12 08:50:02,227 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c95cb04847edb4e964c233363c60adf1ccf70e2" 2018-08-12 08:50:02,754 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:50: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-6685d608-1ef7-4f32-8470-a3afab147a9a x-compute-request-id: req-6685d608-1ef7-4f32-8470-a3afab147a9a Content-Encoding: gzip Content-Length: 680 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b", "rel": "bookmark"}], "image": {"id": "290a4d3d-1c41-4510-ba1d-1f0fb4a7a0a0", "links": [{"href": "http://172.30.9.21:8774/images/290a4d3d-1c41-4510-ba1d-1f0fb4a7a0a0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0a58d74d-e2af-4a5d-bae4-e2642f47de9e", "links": [{"href": "http://172.30.9.21:8774/flavors/0a58d74d-e2af-4a5d-bae4-e2642f47de9e", "rel": "bookmark"}]}, "id": "c5666c6d-f963-4b80-9e9f-fd95c7ce864b", "security_groups": [{"name": "default"}], "user_id": "c62df36d62284745b5c98c92f61d0103", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:48:46Z", "hostId": "b1882a8c43b729cf60b8378ef4290484cb80028b17b09314805d967e", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-kp", "name": "AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-inst", "created": "2018-08-12T08:48:44Z", "tenant_id": "e580cfaf966c4c2ea126413b5f30357f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:50:02,755 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b used request id req-6685d608-1ef7-4f32-8470-a3afab147a9a 2018-08-12 08:50:02,755 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-inst] is - BUILD 2018-08-12 08:50:02,755 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-12 08:50:05,758 - create_instance - DEBUG - VM status query timeout in 819.526869059 2018-08-12 08:50:05,761 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c95cb04847edb4e964c233363c60adf1ccf70e2" 2018-08-12 08:50:06,377 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:50: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-b2d66928-ac7e-4a03-b883-ff680a380523 x-compute-request-id: req-b2d66928-ac7e-4a03-b883-ff680a380523 Content-Encoding: gzip Content-Length: 680 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b", "rel": "bookmark"}], "image": {"id": "290a4d3d-1c41-4510-ba1d-1f0fb4a7a0a0", "links": [{"href": "http://172.30.9.21:8774/images/290a4d3d-1c41-4510-ba1d-1f0fb4a7a0a0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0a58d74d-e2af-4a5d-bae4-e2642f47de9e", "links": [{"href": "http://172.30.9.21:8774/flavors/0a58d74d-e2af-4a5d-bae4-e2642f47de9e", "rel": "bookmark"}]}, "id": "c5666c6d-f963-4b80-9e9f-fd95c7ce864b", "security_groups": [{"name": "default"}], "user_id": "c62df36d62284745b5c98c92f61d0103", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:48:46Z", "hostId": "b1882a8c43b729cf60b8378ef4290484cb80028b17b09314805d967e", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-kp", "name": "AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-inst", "created": "2018-08-12T08:48:44Z", "tenant_id": "e580cfaf966c4c2ea126413b5f30357f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:50:06,377 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b used request id req-b2d66928-ac7e-4a03-b883-ff680a380523 2018-08-12 08:50:06,377 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-inst] is - BUILD 2018-08-12 08:50:06,377 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-12 08:50:09,381 - create_instance - DEBUG - VM status query timeout in 815.904608965 2018-08-12 08:50:09,384 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c95cb04847edb4e964c233363c60adf1ccf70e2" 2018-08-12 08:50:09,938 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:50: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-5def2375-2b5f-42bb-8c82-0b1c30c92fc8 x-compute-request-id: req-5def2375-2b5f-42bb-8c82-0b1c30c92fc8 Content-Encoding: gzip Content-Length: 680 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b", "rel": "bookmark"}], "image": {"id": "290a4d3d-1c41-4510-ba1d-1f0fb4a7a0a0", "links": [{"href": "http://172.30.9.21:8774/images/290a4d3d-1c41-4510-ba1d-1f0fb4a7a0a0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0a58d74d-e2af-4a5d-bae4-e2642f47de9e", "links": [{"href": "http://172.30.9.21:8774/flavors/0a58d74d-e2af-4a5d-bae4-e2642f47de9e", "rel": "bookmark"}]}, "id": "c5666c6d-f963-4b80-9e9f-fd95c7ce864b", "security_groups": [{"name": "default"}], "user_id": "c62df36d62284745b5c98c92f61d0103", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:48:46Z", "hostId": "b1882a8c43b729cf60b8378ef4290484cb80028b17b09314805d967e", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-kp", "name": "AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-inst", "created": "2018-08-12T08:48:44Z", "tenant_id": "e580cfaf966c4c2ea126413b5f30357f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:50:09,938 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b used request id req-5def2375-2b5f-42bb-8c82-0b1c30c92fc8 2018-08-12 08:50:09,938 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-inst] is - BUILD 2018-08-12 08:50:09,938 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-12 08:50:12,942 - create_instance - DEBUG - VM status query timeout in 812.343652964 2018-08-12 08:50:12,944 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c95cb04847edb4e964c233363c60adf1ccf70e2" 2018-08-12 08:50:13,462 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:50: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-5b21e7d4-1726-4879-b203-4e08a8d84882 x-compute-request-id: req-5b21e7d4-1726-4879-b203-4e08a8d84882 Content-Encoding: gzip Content-Length: 680 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b", "rel": "bookmark"}], "image": {"id": "290a4d3d-1c41-4510-ba1d-1f0fb4a7a0a0", "links": [{"href": "http://172.30.9.21:8774/images/290a4d3d-1c41-4510-ba1d-1f0fb4a7a0a0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0a58d74d-e2af-4a5d-bae4-e2642f47de9e", "links": [{"href": "http://172.30.9.21:8774/flavors/0a58d74d-e2af-4a5d-bae4-e2642f47de9e", "rel": "bookmark"}]}, "id": "c5666c6d-f963-4b80-9e9f-fd95c7ce864b", "security_groups": [{"name": "default"}], "user_id": "c62df36d62284745b5c98c92f61d0103", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:48:46Z", "hostId": "b1882a8c43b729cf60b8378ef4290484cb80028b17b09314805d967e", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-kp", "name": "AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-inst", "created": "2018-08-12T08:48:44Z", "tenant_id": "e580cfaf966c4c2ea126413b5f30357f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:50:13,462 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b used request id req-5b21e7d4-1726-4879-b203-4e08a8d84882 2018-08-12 08:50:13,463 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-inst] is - BUILD 2018-08-12 08:50:13,463 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-12 08:50:16,466 - create_instance - DEBUG - VM status query timeout in 808.819015026 2018-08-12 08:50:16,469 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c95cb04847edb4e964c233363c60adf1ccf70e2" 2018-08-12 08:50:17,067 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:50: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-93d4e3c5-005d-458b-8f97-84e4fd9bd1f2 x-compute-request-id: req-93d4e3c5-005d-458b-8f97-84e4fd9bd1f2 Content-Encoding: gzip Content-Length: 680 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b", "rel": "bookmark"}], "image": {"id": "290a4d3d-1c41-4510-ba1d-1f0fb4a7a0a0", "links": [{"href": "http://172.30.9.21:8774/images/290a4d3d-1c41-4510-ba1d-1f0fb4a7a0a0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0a58d74d-e2af-4a5d-bae4-e2642f47de9e", "links": [{"href": "http://172.30.9.21:8774/flavors/0a58d74d-e2af-4a5d-bae4-e2642f47de9e", "rel": "bookmark"}]}, "id": "c5666c6d-f963-4b80-9e9f-fd95c7ce864b", "security_groups": [{"name": "default"}], "user_id": "c62df36d62284745b5c98c92f61d0103", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:48:46Z", "hostId": "b1882a8c43b729cf60b8378ef4290484cb80028b17b09314805d967e", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-kp", "name": "AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-inst", "created": "2018-08-12T08:48:44Z", "tenant_id": "e580cfaf966c4c2ea126413b5f30357f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:50:17,067 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b used request id req-93d4e3c5-005d-458b-8f97-84e4fd9bd1f2 2018-08-12 08:50:17,067 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-inst] is - BUILD 2018-08-12 08:50:17,067 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-12 08:50:20,071 - create_instance - DEBUG - VM status query timeout in 805.214740992 2018-08-12 08:50:20,073 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c95cb04847edb4e964c233363c60adf1ccf70e2" 2018-08-12 08:50:20,572 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:50: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-57c37e81-518d-438f-949f-4f833ff23051 x-compute-request-id: req-57c37e81-518d-438f-949f-4f833ff23051 Content-Encoding: gzip Content-Length: 680 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b", "rel": "bookmark"}], "image": {"id": "290a4d3d-1c41-4510-ba1d-1f0fb4a7a0a0", "links": [{"href": "http://172.30.9.21:8774/images/290a4d3d-1c41-4510-ba1d-1f0fb4a7a0a0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0a58d74d-e2af-4a5d-bae4-e2642f47de9e", "links": [{"href": "http://172.30.9.21:8774/flavors/0a58d74d-e2af-4a5d-bae4-e2642f47de9e", "rel": "bookmark"}]}, "id": "c5666c6d-f963-4b80-9e9f-fd95c7ce864b", "security_groups": [{"name": "default"}], "user_id": "c62df36d62284745b5c98c92f61d0103", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:48:46Z", "hostId": "b1882a8c43b729cf60b8378ef4290484cb80028b17b09314805d967e", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-kp", "name": "AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-inst", "created": "2018-08-12T08:48:44Z", "tenant_id": "e580cfaf966c4c2ea126413b5f30357f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:50:20,572 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b used request id req-57c37e81-518d-438f-949f-4f833ff23051 2018-08-12 08:50:20,572 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-inst] is - BUILD 2018-08-12 08:50:20,572 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-12 08:50:23,576 - create_instance - DEBUG - VM status query timeout in 801.709753036 2018-08-12 08:50:23,579 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c95cb04847edb4e964c233363c60adf1ccf70e2" 2018-08-12 08:50:24,266 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:50: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-12dae46e-43e0-498d-9c5e-2f1362cf269e x-compute-request-id: req-12dae46e-43e0-498d-9c5e-2f1362cf269e Content-Encoding: gzip Content-Length: 680 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b", "rel": "bookmark"}], "image": {"id": "290a4d3d-1c41-4510-ba1d-1f0fb4a7a0a0", "links": [{"href": "http://172.30.9.21:8774/images/290a4d3d-1c41-4510-ba1d-1f0fb4a7a0a0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0a58d74d-e2af-4a5d-bae4-e2642f47de9e", "links": [{"href": "http://172.30.9.21:8774/flavors/0a58d74d-e2af-4a5d-bae4-e2642f47de9e", "rel": "bookmark"}]}, "id": "c5666c6d-f963-4b80-9e9f-fd95c7ce864b", "security_groups": [{"name": "default"}], "user_id": "c62df36d62284745b5c98c92f61d0103", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:48:46Z", "hostId": "b1882a8c43b729cf60b8378ef4290484cb80028b17b09314805d967e", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-kp", "name": "AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-inst", "created": "2018-08-12T08:48:44Z", "tenant_id": "e580cfaf966c4c2ea126413b5f30357f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:50:24,266 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b used request id req-12dae46e-43e0-498d-9c5e-2f1362cf269e 2018-08-12 08:50:24,267 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-inst] is - BUILD 2018-08-12 08:50:24,267 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-12 08:50:27,270 - create_instance - DEBUG - VM status query timeout in 798.015285015 2018-08-12 08:50:27,273 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c95cb04847edb4e964c233363c60adf1ccf70e2" 2018-08-12 08:50:27,620 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:50: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-85e1e3c2-b560-491e-850d-58ed7d1c930e x-compute-request-id: req-85e1e3c2-b560-491e-850d-58ed7d1c930e Content-Encoding: gzip Content-Length: 757 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:17:61", "version": 4, "addr": "10.55.1.16", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b", "rel": "bookmark"}], "image": {"id": "290a4d3d-1c41-4510-ba1d-1f0fb4a7a0a0", "links": [{"href": "http://172.30.9.21:8774/images/290a4d3d-1c41-4510-ba1d-1f0fb4a7a0a0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:50:26.000000", "flavor": {"id": "0a58d74d-e2af-4a5d-bae4-e2642f47de9e", "links": [{"href": "http://172.30.9.21:8774/flavors/0a58d74d-e2af-4a5d-bae4-e2642f47de9e", "rel": "bookmark"}]}, "id": "c5666c6d-f963-4b80-9e9f-fd95c7ce864b", "security_groups": [{"name": "default"}], "user_id": "c62df36d62284745b5c98c92f61d0103", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:50:26Z", "hostId": "b1882a8c43b729cf60b8378ef4290484cb80028b17b09314805d967e", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-kp", "name": "AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-inst", "created": "2018-08-12T08:48:44Z", "tenant_id": "e580cfaf966c4c2ea126413b5f30357f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:50:27,621 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b used request id req-85e1e3c2-b560-491e-850d-58ed7d1c930e 2018-08-12 08:50:27,621 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-inst] is - ACTIVE 2018-08-12 08:50:27,621 - create_instance - INFO - VM is - ACTIVE 2018-08-12 08:50:27,624 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c95cb04847edb4e964c233363c60adf1ccf70e2" 2018-08-12 08:50:27,970 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:50: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-b02c413f-a8da-4ca6-9209-2eb608c51264 x-compute-request-id: req-b02c413f-a8da-4ca6-9209-2eb608c51264 Content-Encoding: gzip Content-Length: 757 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:17:61", "version": 4, "addr": "10.55.1.16", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b", "rel": "bookmark"}], "image": {"id": "290a4d3d-1c41-4510-ba1d-1f0fb4a7a0a0", "links": [{"href": "http://172.30.9.21:8774/images/290a4d3d-1c41-4510-ba1d-1f0fb4a7a0a0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:50:26.000000", "flavor": {"id": "0a58d74d-e2af-4a5d-bae4-e2642f47de9e", "links": [{"href": "http://172.30.9.21:8774/flavors/0a58d74d-e2af-4a5d-bae4-e2642f47de9e", "rel": "bookmark"}]}, "id": "c5666c6d-f963-4b80-9e9f-fd95c7ce864b", "security_groups": [{"name": "default"}], "user_id": "c62df36d62284745b5c98c92f61d0103", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:50:26Z", "hostId": "b1882a8c43b729cf60b8378ef4290484cb80028b17b09314805d967e", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-kp", "name": "AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-inst", "created": "2018-08-12T08:48:44Z", "tenant_id": "e580cfaf966c4c2ea126413b5f30357f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:50:27,970 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b used request id req-b02c413f-a8da-4ca6-9209-2eb608c51264 2018-08-12 08:50:27,975 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c95cb04847edb4e964c233363c60adf1ccf70e2" 2018-08-12 08:50:28,080 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 634 X-Openstack-Request-Id: req-eccc53ab-c166-4e5e-8bb8-1e920c047527 Date: Sun, 12 Aug 2018 08:50: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":["132cdf22-b32e-4628-9f44-6f2578cce43b"],"updated_at":"2018-08-12T08:48:20Z","tenant_id":"e580cfaf966c4c2ea126413b5f30357f","created_at":"2018-08-12T08:48:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"e580cfaf966c4c2ea126413b5f30357f","id":"9b8a7177-88d3-4fc9-8dce-88bd17f22f93","name":"AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-pub-net"}]} 2018-08-12 08:50:28,080 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-pub-net used request id req-eccc53ab-c166-4e5e-8bb8-1e920c047527 2018-08-12 08:50:28,085 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e580cfaf966c4c2ea126413b5f30357f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c95cb04847edb4e964c233363c60adf1ccf70e2" 2018-08-12 08:50:28,176 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:50:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a9fd80f7-8a3f-487c-9054-04ea6117c55a Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/e580cfaf966c4c2ea126413b5f30357f"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "e580cfaf966c4c2ea126413b5f30357f", "name": "AnsibleProvisioningTests-90aaf607-e50f-4a6-proj"}} 2018-08-12 08:50:28,176 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e580cfaf966c4c2ea126413b5f30357f used request id req-a9fd80f7-8a3f-487c-9054-04ea6117c55a 2018-08-12 08:50:28,182 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=9b8a7177-88d3-4fc9-8dce-88bd17f22f93 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c95cb04847edb4e964c233363c60adf1ccf70e2" 2018-08-12 08:50:28,239 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-51766c40-e538-4e73-b18f-4956ed6a977b Date: Sun, 12 Aug 2018 08:50:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9b8a7177-88d3-4fc9-8dce-88bd17f22f93","tenant_id":"e580cfaf966c4c2ea126413b5f30357f","created_at":"2018-08-12T08:48:20Z","dns_nameservers":[],"updated_at":"2018-08-12T08:48:20Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e580cfaf966c4c2ea126413b5f30357f","id":"132cdf22-b32e-4628-9f44-6f2578cce43b","subnetpool_id":null,"name":"AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-pub-subnet"}]} 2018-08-12 08:50:28,239 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=9b8a7177-88d3-4fc9-8dce-88bd17f22f93 used request id req-51766c40-e538-4e73-b18f-4956ed6a977b 2018-08-12 08:50:28,244 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=9b8a7177-88d3-4fc9-8dce-88bd17f22f93 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c95cb04847edb4e964c233363c60adf1ccf70e2" 2018-08-12 08:50:28,346 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3736 X-Openstack-Request-Id: req-400016d8-058a-403f-b5c1-9af6276eb94a Date: Sun, 12 Aug 2018 08:50:28 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"9b8a7177-88d3-4fc9-8dce-88bd17f22f93","tenant_id":"e580cfaf966c4c2ea126413b5f30357f","created_at":"2018-08-12T08:48:21Z","admin_state_up":true,"updated_at":"2018-08-12T08:48:24Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-9b8a7177-88d3-4fc9-8dce-88bd17f22f93","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:ac:25:3a","id":"4b969482-f9d4-43bb-a026-860f6590e577","port_security_enabled":false,"project_id":"e580cfaf966c4c2ea126413b5f30357f","fixed_ips":[{"subnet_id":"132cdf22-b32e-4628-9f44-6f2578cce43b","ip_address":"10.55.1.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"9b8a7177-88d3-4fc9-8dce-88bd17f22f93","tenant_id":"e580cfaf966c4c2ea126413b5f30357f","created_at":"2018-08-12T08:48:26Z","admin_state_up":true,"updated_at":"2018-08-12T08:48:27Z","binding:vnic_type":"normal","device_id":"672f0511-ccba-49f7-a709-57f8417dfb0c","device_owner":"network:router_interface","revision_number":6,"mac_address":"fa:16:3e:56:b3:68","id":"c25f4865-e00b-4508-a576-b2915b29401c","port_security_enabled":false,"project_id":"e580cfaf966c4c2ea126413b5f30357f","fixed_ips":[{"subnet_id":"132cdf22-b32e-4628-9f44-6f2578cce43b","ip_address":"10.55.1.1"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"9b8a7177-88d3-4fc9-8dce-88bd17f22f93","tenant_id":"e580cfaf966c4c2ea126413b5f30357f","created_at":"2018-08-12T08:48:40Z","admin_state_up":true,"updated_at":"2018-08-12T08:50:26Z","binding:vnic_type":"normal","device_id":"c5666c6d-f963-4b80-9e9f-fd95c7ce864b","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:07:17:61","id":"c2b640e0-bf08-40dc-8627-a0ead77eaf9d","port_security_enabled":true,"project_id":"e580cfaf966c4c2ea126413b5f30357f","fixed_ips":[{"subnet_id":"132cdf22-b32e-4628-9f44-6f2578cce43b","ip_address":"10.55.1.16"}],"extra_dhcp_opts":[],"security_groups":["fcc99492-d0f9-41c2-a3aa-cde7d69ef17a"],"name":"AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-port-1"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"9b8a7177-88d3-4fc9-8dce-88bd17f22f93","tenant_id":"e580cfaf966c4c2ea126413b5f30357f","created_at":"2018-08-12T08:48:21Z","admin_state_up":true,"updated_at":"2018-08-12T08:48:23Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-9b8a7177-88d3-4fc9-8dce-88bd17f22f93","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:4c:db:6d","id":"cf9fa49f-5ec6-438c-b068-47ae1a0e1c47","port_security_enabled":false,"project_id":"e580cfaf966c4c2ea126413b5f30357f","fixed_ips":[{"subnet_id":"132cdf22-b32e-4628-9f44-6f2578cce43b","ip_address":"10.55.1.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"9b8a7177-88d3-4fc9-8dce-88bd17f22f93","tenant_id":"e580cfaf966c4c2ea126413b5f30357f","created_at":"2018-08-12T08:48:22Z","admin_state_up":true,"updated_at":"2018-08-12T08:48:25Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-9b8a7177-88d3-4fc9-8dce-88bd17f22f93","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:ac:42:6d","id":"d57342dc-552d-4797-bbc2-b05b21d1af02","port_security_enabled":false,"project_id":"e580cfaf966c4c2ea126413b5f30357f","fixed_ips":[{"subnet_id":"132cdf22-b32e-4628-9f44-6f2578cce43b","ip_address":"10.55.1.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-12 08:50:28,346 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=9b8a7177-88d3-4fc9-8dce-88bd17f22f93 used request id req-400016d8-058a-403f-b5c1-9af6276eb94a 2018-08-12 08:50:28,352 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c95cb04847edb4e964c233363c60adf1ccf70e2" 2018-08-12 08:50:28,473 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-e0783a07-c81b-49aa-a23f-88593a269202 Date: Sun, 12 Aug 2018 08:50:28 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ec788992-fa73-45cc-a7d9-6d44542124c2", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "e580cfaf966c4c2ea126413b5f30357f", "created_at": "2018-08-12T08:48:23Z", "admin_state_up": true, "updated_at": "2018-08-12T08:48:27Z", "revision_number": 3, "routes": [], "project_id": "e580cfaf966c4c2ea126413b5f30357f", "id": "672f0511-ccba-49f7-a709-57f8417dfb0c", "name": "AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-pub-router"}]} 2018-08-12 08:50:28,474 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-pub-router used request id req-e0783a07-c81b-49aa-a23f-88593a269202 2018-08-12 08:50:28,477 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e580cfaf966c4c2ea126413b5f30357f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c95cb04847edb4e964c233363c60adf1ccf70e2" 2018-08-12 08:50:28,578 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:50:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7482ed61-e1a0-4487-b878-4877639c58da Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/e580cfaf966c4c2ea126413b5f30357f"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "e580cfaf966c4c2ea126413b5f30357f", "name": "AnsibleProvisioningTests-90aaf607-e50f-4a6-proj"}} 2018-08-12 08:50:28,579 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e580cfaf966c4c2ea126413b5f30357f used request id req-7482ed61-e1a0-4487-b878-4877639c58da 2018-08-12 08:50:28,584 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=672f0511-ccba-49f7-a709-57f8417dfb0c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c95cb04847edb4e964c233363c60adf1ccf70e2" 2018-08-12 08:50:28,647 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 718 X-Openstack-Request-Id: req-04588ea8-2c5e-46d7-849e-b156d005dbcd Date: Sun, 12 Aug 2018 08:50:28 GMT RESP BODY: {"ports":[{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"9b8a7177-88d3-4fc9-8dce-88bd17f22f93","tenant_id":"e580cfaf966c4c2ea126413b5f30357f","created_at":"2018-08-12T08:48:26Z","admin_state_up":true,"updated_at":"2018-08-12T08:48:27Z","binding:vnic_type":"normal","device_id":"672f0511-ccba-49f7-a709-57f8417dfb0c","device_owner":"network:router_interface","revision_number":6,"mac_address":"fa:16:3e:56:b3:68","id":"c25f4865-e00b-4508-a576-b2915b29401c","port_security_enabled":false,"project_id":"e580cfaf966c4c2ea126413b5f30357f","fixed_ips":[{"subnet_id":"132cdf22-b32e-4628-9f44-6f2578cce43b","ip_address":"10.55.1.1"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-12 08:50:28,647 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=672f0511-ccba-49f7-a709-57f8417dfb0c used request id req-04588ea8-2c5e-46d7-849e-b156d005dbcd 2018-08-12 08:50:28,652 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/132cdf22-b32e-4628-9f44-6f2578cce43b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c95cb04847edb4e964c233363c60adf1ccf70e2" 2018-08-12 08:50:28,916 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 671 X-Openstack-Request-Id: req-f0a6bc44-a0b0-4b6b-925e-57fcf58bd21c Date: Sun, 12 Aug 2018 08:50:28 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9b8a7177-88d3-4fc9-8dce-88bd17f22f93","tenant_id":"e580cfaf966c4c2ea126413b5f30357f","created_at":"2018-08-12T08:48:20Z","dns_nameservers":[],"updated_at":"2018-08-12T08:48:20Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"e580cfaf966c4c2ea126413b5f30357f","id":"132cdf22-b32e-4628-9f44-6f2578cce43b","subnetpool_id":null,"name":"AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-pub-subnet"}} 2018-08-12 08:50:28,916 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/132cdf22-b32e-4628-9f44-6f2578cce43b used request id req-f0a6bc44-a0b0-4b6b-925e-57fcf58bd21c 2018-08-12 08:50:28,921 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=03886690-4630-4c4c-9ccb-7eedaa9b1fd3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c95cb04847edb4e964c233363c60adf1ccf70e2" 2018-08-12 08:50:29,023 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-bdbaf62c-d3b9-4249-b197-62b97841da25 Date: Sun, 12 Aug 2018 08:50:29 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":["ec788992-fa73-45cc-a7d9-6d44542124c2"],"updated_at":"2018-08-12T05:35:20Z","tenant_id":"310f5853751a4c968f3eeb0a3d99a0a8","created_at":"2018-08-12T05:04:23Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":7,"admin_state_up":true,"shared":false,"project_id":"310f5853751a4c968f3eeb0a3d99a0a8","id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","name":"external"}]} 2018-08-12 08:50:29,023 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=03886690-4630-4c4c-9ccb-7eedaa9b1fd3 used request id req-bdbaf62c-d3b9-4249-b197-62b97841da25 2018-08-12 08:50:29,028 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=03886690-4630-4c4c-9ccb-7eedaa9b1fd3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c95cb04847edb4e964c233363c60adf1ccf70e2" 2018-08-12 08:50:29,058 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-74e9c107-8430-46d0-b6d3-f3d06e200ca4 Date: Sun, 12 Aug 2018 08:50:29 GMT RESP BODY: {"subnets":[]} 2018-08-12 08:50:29,058 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=03886690-4630-4c4c-9ccb-7eedaa9b1fd3 used request id req-74e9c107-8430-46d0-b6d3-f3d06e200ca4 2018-08-12 08:50:29,061 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c95cb04847edb4e964c233363c60adf1ccf70e2" 2018-08-12 08:50:29,586 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08: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-d05a2fb6-f1b5-4188-bfc3-d57a0aeb4095 x-compute-request-id: req-d05a2fb6-f1b5-4188-bfc3-d57a0aeb4095 Content-Encoding: gzip Content-Length: 757 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:17:61", "version": 4, "addr": "10.55.1.16", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b", "rel": "bookmark"}], "image": {"id": "290a4d3d-1c41-4510-ba1d-1f0fb4a7a0a0", "links": [{"href": "http://172.30.9.21:8774/images/290a4d3d-1c41-4510-ba1d-1f0fb4a7a0a0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:50:26.000000", "flavor": {"id": "0a58d74d-e2af-4a5d-bae4-e2642f47de9e", "links": [{"href": "http://172.30.9.21:8774/flavors/0a58d74d-e2af-4a5d-bae4-e2642f47de9e", "rel": "bookmark"}]}, "id": "c5666c6d-f963-4b80-9e9f-fd95c7ce864b", "security_groups": [{"name": "default"}], "user_id": "c62df36d62284745b5c98c92f61d0103", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:50:26Z", "hostId": "b1882a8c43b729cf60b8378ef4290484cb80028b17b09314805d967e", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-kp", "name": "AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-inst", "created": "2018-08-12T08:48:44Z", "tenant_id": "e580cfaf966c4c2ea126413b5f30357f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:50:29,586 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b used request id req-d05a2fb6-f1b5-4188-bfc3-d57a0aeb4095 2018-08-12 08:50:29,587 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-inst] is - ACTIVE 2018-08-12 08:50:29,587 - create_instance - INFO - VM is - ACTIVE 2018-08-12 08:50:29,590 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c95cb04847edb4e964c233363c60adf1ccf70e2" 2018-08-12 08:50:30,118 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08: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-40e16afb-34be-4e75-9099-39d0733bed6e x-compute-request-id: req-40e16afb-34be-4e75-9099-39d0733bed6e Content-Encoding: gzip Content-Length: 757 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:17:61", "version": 4, "addr": "10.55.1.16", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b", "rel": "bookmark"}], "image": {"id": "290a4d3d-1c41-4510-ba1d-1f0fb4a7a0a0", "links": [{"href": "http://172.30.9.21:8774/images/290a4d3d-1c41-4510-ba1d-1f0fb4a7a0a0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:50:26.000000", "flavor": {"id": "0a58d74d-e2af-4a5d-bae4-e2642f47de9e", "links": [{"href": "http://172.30.9.21:8774/flavors/0a58d74d-e2af-4a5d-bae4-e2642f47de9e", "rel": "bookmark"}]}, "id": "c5666c6d-f963-4b80-9e9f-fd95c7ce864b", "security_groups": [{"name": "default"}], "user_id": "c62df36d62284745b5c98c92f61d0103", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:50:26Z", "hostId": "b1882a8c43b729cf60b8378ef4290484cb80028b17b09314805d967e", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-kp", "name": "AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-inst", "created": "2018-08-12T08:48:44Z", "tenant_id": "e580cfaf966c4c2ea126413b5f30357f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:50:30,118 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b used request id req-40e16afb-34be-4e75-9099-39d0733bed6e 2018-08-12 08:50:30,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c95cb04847edb4e964c233363c60adf1ccf70e2" 2018-08-12 08:50:30,232 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 634 X-Openstack-Request-Id: req-d0287f3c-5bfe-46a9-852e-680ecd394e70 Date: Sun, 12 Aug 2018 08:50:30 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":["132cdf22-b32e-4628-9f44-6f2578cce43b"],"updated_at":"2018-08-12T08:48:20Z","tenant_id":"e580cfaf966c4c2ea126413b5f30357f","created_at":"2018-08-12T08:48:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"e580cfaf966c4c2ea126413b5f30357f","id":"9b8a7177-88d3-4fc9-8dce-88bd17f22f93","name":"AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-pub-net"}]} 2018-08-12 08:50:30,232 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-pub-net used request id req-d0287f3c-5bfe-46a9-852e-680ecd394e70 2018-08-12 08:50:30,236 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e580cfaf966c4c2ea126413b5f30357f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c95cb04847edb4e964c233363c60adf1ccf70e2" 2018-08-12 08:50:30,332 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:50:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-531b24aa-d27c-4c3d-b467-553b1db62a2d Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/e580cfaf966c4c2ea126413b5f30357f"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "e580cfaf966c4c2ea126413b5f30357f", "name": "AnsibleProvisioningTests-90aaf607-e50f-4a6-proj"}} 2018-08-12 08:50:30,333 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e580cfaf966c4c2ea126413b5f30357f used request id req-531b24aa-d27c-4c3d-b467-553b1db62a2d 2018-08-12 08:50:30,337 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=9b8a7177-88d3-4fc9-8dce-88bd17f22f93 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c95cb04847edb4e964c233363c60adf1ccf70e2" 2018-08-12 08:50:30,387 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-06f44299-8ff8-4b08-8efc-b58d94f5dab7 Date: Sun, 12 Aug 2018 08:50:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9b8a7177-88d3-4fc9-8dce-88bd17f22f93","tenant_id":"e580cfaf966c4c2ea126413b5f30357f","created_at":"2018-08-12T08:48:20Z","dns_nameservers":[],"updated_at":"2018-08-12T08:48:20Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e580cfaf966c4c2ea126413b5f30357f","id":"132cdf22-b32e-4628-9f44-6f2578cce43b","subnetpool_id":null,"name":"AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-pub-subnet"}]} 2018-08-12 08:50:30,388 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=9b8a7177-88d3-4fc9-8dce-88bd17f22f93 used request id req-06f44299-8ff8-4b08-8efc-b58d94f5dab7 2018-08-12 08:50:30,391 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=9b8a7177-88d3-4fc9-8dce-88bd17f22f93 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c95cb04847edb4e964c233363c60adf1ccf70e2" 2018-08-12 08:50:30,493 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3736 X-Openstack-Request-Id: req-4a86111a-8e16-47b0-a642-85969e685e45 Date: Sun, 12 Aug 2018 08:50:30 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"9b8a7177-88d3-4fc9-8dce-88bd17f22f93","tenant_id":"e580cfaf966c4c2ea126413b5f30357f","created_at":"2018-08-12T08:48:21Z","admin_state_up":true,"updated_at":"2018-08-12T08:48:24Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-9b8a7177-88d3-4fc9-8dce-88bd17f22f93","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:ac:25:3a","id":"4b969482-f9d4-43bb-a026-860f6590e577","port_security_enabled":false,"project_id":"e580cfaf966c4c2ea126413b5f30357f","fixed_ips":[{"subnet_id":"132cdf22-b32e-4628-9f44-6f2578cce43b","ip_address":"10.55.1.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"9b8a7177-88d3-4fc9-8dce-88bd17f22f93","tenant_id":"e580cfaf966c4c2ea126413b5f30357f","created_at":"2018-08-12T08:48:26Z","admin_state_up":true,"updated_at":"2018-08-12T08:48:27Z","binding:vnic_type":"normal","device_id":"672f0511-ccba-49f7-a709-57f8417dfb0c","device_owner":"network:router_interface","revision_number":6,"mac_address":"fa:16:3e:56:b3:68","id":"c25f4865-e00b-4508-a576-b2915b29401c","port_security_enabled":false,"project_id":"e580cfaf966c4c2ea126413b5f30357f","fixed_ips":[{"subnet_id":"132cdf22-b32e-4628-9f44-6f2578cce43b","ip_address":"10.55.1.1"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"9b8a7177-88d3-4fc9-8dce-88bd17f22f93","tenant_id":"e580cfaf966c4c2ea126413b5f30357f","created_at":"2018-08-12T08:48:40Z","admin_state_up":true,"updated_at":"2018-08-12T08:50:26Z","binding:vnic_type":"normal","device_id":"c5666c6d-f963-4b80-9e9f-fd95c7ce864b","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:07:17:61","id":"c2b640e0-bf08-40dc-8627-a0ead77eaf9d","port_security_enabled":true,"project_id":"e580cfaf966c4c2ea126413b5f30357f","fixed_ips":[{"subnet_id":"132cdf22-b32e-4628-9f44-6f2578cce43b","ip_address":"10.55.1.16"}],"extra_dhcp_opts":[],"security_groups":["fcc99492-d0f9-41c2-a3aa-cde7d69ef17a"],"name":"AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-port-1"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"9b8a7177-88d3-4fc9-8dce-88bd17f22f93","tenant_id":"e580cfaf966c4c2ea126413b5f30357f","created_at":"2018-08-12T08:48:21Z","admin_state_up":true,"updated_at":"2018-08-12T08:48:23Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-9b8a7177-88d3-4fc9-8dce-88bd17f22f93","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:4c:db:6d","id":"cf9fa49f-5ec6-438c-b068-47ae1a0e1c47","port_security_enabled":false,"project_id":"e580cfaf966c4c2ea126413b5f30357f","fixed_ips":[{"subnet_id":"132cdf22-b32e-4628-9f44-6f2578cce43b","ip_address":"10.55.1.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"9b8a7177-88d3-4fc9-8dce-88bd17f22f93","tenant_id":"e580cfaf966c4c2ea126413b5f30357f","created_at":"2018-08-12T08:48:22Z","admin_state_up":true,"updated_at":"2018-08-12T08:48:25Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-9b8a7177-88d3-4fc9-8dce-88bd17f22f93","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:ac:42:6d","id":"d57342dc-552d-4797-bbc2-b05b21d1af02","port_security_enabled":false,"project_id":"e580cfaf966c4c2ea126413b5f30357f","fixed_ips":[{"subnet_id":"132cdf22-b32e-4628-9f44-6f2578cce43b","ip_address":"10.55.1.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-12 08:50:30,493 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=9b8a7177-88d3-4fc9-8dce-88bd17f22f93 used request id req-4a86111a-8e16-47b0-a642-85969e685e45 2018-08-12 08:50:30,494 - neutron_utils - INFO - Creating floating ip to external network - external 2018-08-12 08:50:30,498 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c95cb04847edb4e964c233363c60adf1ccf70e2" 2018-08-12 08:50:30,618 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-f48d1eac-563b-4fe9-b1e8-a71112d39387 Date: Sun, 12 Aug 2018 08:50: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":["ec788992-fa73-45cc-a7d9-6d44542124c2"],"updated_at":"2018-08-12T05:35:20Z","tenant_id":"310f5853751a4c968f3eeb0a3d99a0a8","created_at":"2018-08-12T05:04:23Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":7,"admin_state_up":true,"shared":false,"project_id":"310f5853751a4c968f3eeb0a3d99a0a8","id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","name":"external"}]} 2018-08-12 08:50:30,618 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=external used request id req-f48d1eac-563b-4fe9-b1e8-a71112d39387 2018-08-12 08:50:30,622 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=03886690-4630-4c4c-9ccb-7eedaa9b1fd3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c95cb04847edb4e964c233363c60adf1ccf70e2" 2018-08-12 08:50:30,662 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-d866869e-5ab4-44a1-9b66-921192a76ae5 Date: Sun, 12 Aug 2018 08:50:30 GMT RESP BODY: {"subnets":[]} 2018-08-12 08:50:30,662 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=03886690-4630-4c4c-9ccb-7eedaa9b1fd3 used request id req-d866869e-5ab4-44a1-9b66-921192a76ae5 2018-08-12 08:50:30,666 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c95cb04847edb4e964c233363c60adf1ccf70e2" -d '{"floatingip": {"floating_network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "port_id": "c2b640e0-bf08-40dc-8627-a0ead77eaf9d"}}' 2018-08-12 08:50:32,434 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 550 X-Openstack-Request-Id: req-14bba55f-b864-49b1-8809-eda43fead5ae Date: Sun, 12 Aug 2018 08:50:32 GMT RESP BODY: {"floatingip": {"router_id": "672f0511-ccba-49f7-a709-57f8417dfb0c", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-12T08:50:31Z", "floating_network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "fixed_ip_address": "10.55.1.16", "floating_ip_address": "172.30.9.206", "revision_number": 0, "port_id": "c2b640e0-bf08-40dc-8627-a0ead77eaf9d", "id": "80113def-fd49-45b8-bae6-14ee90d7b8af", "tenant_id": "e580cfaf966c4c2ea126413b5f30357f", "created_at": "2018-08-12T08:50:31Z", "project_id": "e580cfaf966c4c2ea126413b5f30357f"}} 2018-08-12 08:50:32,434 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/floatingips used request id req-14bba55f-b864-49b1-8809-eda43fead5ae 2018-08-12 08:50:32,435 - create_instance - INFO - Created floating IP 172.30.9.206 via router - AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-pub-router 2018-08-12 08:50:32,435 - create_instance_tests - INFO - Looking for IP 10.55.1.16 in the console log 2018-08-12 08:50:32,438 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c95cb04847edb4e964c233363c60adf1ccf70e2" 2018-08-12 08:50:32,784 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:50: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-386ec782-7f8e-4ab0-9bc7-e1913d21b91d x-compute-request-id: req-386ec782-7f8e-4ab0-9bc7-e1913d21b91d Content-Encoding: gzip Content-Length: 757 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:17:61", "version": 4, "addr": "10.55.1.16", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b", "rel": "bookmark"}], "image": {"id": "290a4d3d-1c41-4510-ba1d-1f0fb4a7a0a0", "links": [{"href": "http://172.30.9.21:8774/images/290a4d3d-1c41-4510-ba1d-1f0fb4a7a0a0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:50:26.000000", "flavor": {"id": "0a58d74d-e2af-4a5d-bae4-e2642f47de9e", "links": [{"href": "http://172.30.9.21:8774/flavors/0a58d74d-e2af-4a5d-bae4-e2642f47de9e", "rel": "bookmark"}]}, "id": "c5666c6d-f963-4b80-9e9f-fd95c7ce864b", "security_groups": [{"name": "default"}], "user_id": "c62df36d62284745b5c98c92f61d0103", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:50:26Z", "hostId": "b1882a8c43b729cf60b8378ef4290484cb80028b17b09314805d967e", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-kp", "name": "AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-inst", "created": "2018-08-12T08:48:44Z", "tenant_id": "e580cfaf966c4c2ea126413b5f30357f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:50:32,784 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b used request id req-386ec782-7f8e-4ab0-9bc7-e1913d21b91d 2018-08-12 08:50:32,787 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c95cb04847edb4e964c233363c60adf1ccf70e2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 08:50:32,857 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:50: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-19577f07-34d3-47dc-9384-6cfc27625d6d x-compute-request-id: req-19577f07-34d3-47dc-9384-6cfc27625d6d Content-Encoding: gzip Content-Length: 8479 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 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] 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-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] 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] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6390-0x000f639f] mapped at [ffff8800000f6390]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff]\n[ 0.000000] ACPI: RSDP 00000000000f60f0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\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 2 CPUs, 0 hotplug CPUs\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 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008031] Security Framework initialized\n[ 0.009254] AppArmor: AppArmor initialized\n[ 0.010428] Yama: becoming mindful.\n[ 0.012145] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.015411] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.016635] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.020006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.022204] Initializing cgroup subsys memory\n[ 0.023456] Initializing cgroup subsys devices\n[ 0.024004] Initializing cgroup subsys freezer\n[ 0.024967] Initializing cgroup subsys blkio\n[ 0.025851] Initializing cgroup subsys perf_event\n[ 0.026798] Initializing cgroup subsys hugetlb\n[ 0.028054] CPU: Physical Processor ID: 0\n[ 0.028902] FEATURE SPEC_CTRL Not Present\n[ 0.030430] mce: CPU supports 10 MCE banks\n[ 0.032029] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.032029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.034093] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.035337] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.036003] Speculative Store Bypass: Vulnerable\n[ 0.037493] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000)\n[ 0.042474] ACPI: Core revision 20131115\n[ 0.043773] ACPI: All ACPI Tables successfully acquired\n[ 0.044846] ftrace: allocating 28727 entries in 113 pages\n[ 0.064273] Enabling x2apic\n[ 0.064967] Enabled x2apic\n[ 0.065795] Switched APIC routing to physical x2apic.\n[ 0.067702] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.068007] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.070328] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.076578] KVM setup paravirtual spinlock\n[ 0.078744] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.080145] x86: Booting SMP configuration:\n[ 0.081142] .... node #0, CPUs: #1[ 0.078713] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.096026] x86: Booted up 1 node, 2 CPUs\n[ 0.096026] KVM setup async PF for cpu 1\n[ 0.096030] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.098812] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.100312] devtmpfs: initialized\n[ 0.101814] EVM: security.selinux\n[ 0.102546] EVM: security.SMACK64\n[ 0.103262] EVM: security.ima\n[ 0.104005] EVM: security.capability\n[ 0.104858] pinctrl core: initialized pinctrl subsystem\n[ 0.105934] regulator-dummy: no parameters\n[ 0.106908] RTC time: 8:50:26, date: 08/12/18\n[ 0.108034] NET: Registered protocol family 16\n[ 0.109024] cpuidle: using governor ladder\n[ 0.109875] cpuidle: using governor menu\n[ 0.110754] ACPI: bus type PCI registered\n[ 0.111602] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.112094] PCI: Using configuration type 1 for base access\n[ 0.113753] bio: create slab at 0\n[ 0.113753] ACPI: Added _OSI(Module Device)\n[ 0.113753] ACPI: Added _OSI(Processor Device)\n[ 0.116003] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.116975] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.119039] ACPI: Interpreter enabled\n[ 0.119853] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.121286] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.123276] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.124574] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.127354] ACPI: (supports S0 S5)\n[ 0.128003] ACPI: Using IOAPIC for interrupt routing\n[ 0.129443] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.132193] ACPI: No dock devices found.\n[ 0.135160] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.136012] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.137912] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.139764] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.140183] acpiphp: Slot [3] registered\n[ 0.141386] acpiphp: Slot [4] registered\n[ 0.142585] acpiphp: Slot [5] registered\n[ 0.143782] acpiphp: Slot [6] registered\n[ 0.144018] acpiphp: Slot [7] registered\n[ 0.148212] acpiphp: Slot [8] registered\n[ 0.149175] acpiphp: Slot [9] registered\n[ 0.150235] acpiphp: Slot [10] registered\n[ 0.151198] acpiphp: Slot [11] registered\n[ 0.152020] acpiphp: Slot [12] registered\n[ 0.152918] acpiphp: Slot [13] registered\n[ 0.153793] acpiphp: Slot [14] registered\n[ 0.154671] acpiphp: Slot [15] registered\n[ 0.155568] acpiphp: Slot [16] registered\n[ 0.156028] acpiphp: Slot [17] registered\n[ 0.156919] acpiphp: Slot [18] registered\n[ 0.157813] acpiphp: Slot [19] registered\n[ 0.158704] acpiphp: Slot [20] registered\n[ 0.159599] acpiphp: Slot [21] registered\n[ 0.160019] acpiphp: Slot [22] registered\n[ 0.160907] acpiphp: Slot [23] registered\n[ 0.161805] acpiphp: Slot [24] registered\n[ 0.162701] acpiphp: Slot [25] registered\n[ 0.163586] acpiphp: Slot [26] registered\n[ 0.164019] acpiphp: Slot [27] registered\n[ 0.164906] acpiphp: Slot [28] registered\n[ 0.165798] acpiphp: Slot [29] registered\n[ 0.166685] acpiphp: Slot [30] registered\n[ 0.167578] acpiphp: Slot [31] registered\n[ 0.168034] PCI host bridge to bus 0000:00\n[ 0.168972] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.170076] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.171306] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.172004] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.173340] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.174672] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.183176] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.184013] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.205796] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.207428] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.208723] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.210272] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.211809] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.212701] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.214439] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.214439] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.216004] vgaarb: loaded\n[ 0.216652] vgaarb: bridge control possible 0000:00:02.0\n[ 0.218245] SCSI subsystem initialized\n[ 0.219485] ACPI: bus type USB registered\n[ 0.220072] usbcore: registered new interface driver usbfs\n[ 0.221206] usbcore: registered new interface driver hub\n[ 0.222330] usbcore: registered new device driver usb\n[ 0.222330] PCI: Using ACPI for IRQ routing\n[ 0.224640] NetLabel: Initializing\n[ 0.225431] NetLabel: domain hash size = 128\n[ 0.226356] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.227440] NetLabel: unlabeled traffic allowed by default\n[ 0.228389] Switched to clocksource kvm-clock\n[ 0.235972] AppArmor: AppArmor Filesystem Enabled\n[ 0.237012] pnp: PnP ACPI init\n[ 0.237756] ACPI: bus type PNP registered\n[ 0.239182] pnp: PnP ACPI: found 8 devices\n[ 0.240080] ACPI: bus type PNP unregistered\n[ 0.247735] NET: Registered protocol family 2\n[ 0.249168] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.250803] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.252286] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.253672] TCP: reno registered\n[ 0.254418] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.255652] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.257110] NET: Registered protocol family 1\n[ 0.258101] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.259303] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.260487] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.282463] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.304545] Trying to unpack rootfs image as initramfs...\n[ 0.395393] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.397430] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.398645] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.400448] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.402238] Scanning for low memory corruption every 60 seconds\n[ 0.403883] Initialise system trusted keyring\n[ 0.405252] audit: initializing netlink socket (disabled)\n[ 0.406789] type=2000 audit(1534063827.585:1): initialized\n[ 0.426286] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.428731] zbud: loaded\n[ 0.429722] VFS: Disk quotas dquot_6.5.2\n[ 0.430920] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.432992] fuse init (API version 7.22)\n[ 0.434211] msgmni has been set to 3997\n[ 0.435388] Key type big_key registered\n[ 0.436760] Key type asymmetric registered\n[ 0.437966] Asymmetric key parser 'x509' registered\n[ 0.439381] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.441555] io scheduler noop registered\n[ 0.442715] io scheduler deadline registered (default)\n[ 0.444158] io scheduler cfq registered\n[ 0.445390] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.446957] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.448803] ipmi message handler version 39.2\n[ 0.450113] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.452264] ACPI: Power Button [PWRF]\n[ 0.453438] GHES: HEST is not enabled!\n[ 0.474830] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.518357] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.520472] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.543963] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.546774] Linux agpgart interface v0.103\n[ 0.548798] brd: module loaded\n[ 0.550098] loop: module loaded\n[ 0.551384] blk-mq: CPU -> queue map\n[ 0.552447] CPU 0 -> Queue 0\n[ 0.553396] CPU 1 -> Queue 0\n[ 0.554984] vda: vda1\n[ 0.556462] scsi0 : ata_piix\n[ 0.557248] scsi1 : ata_piix\n[ 0.557964] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.559321] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.560912] libphy: Fixed MDIO Bus: probed\n[ 0.561915] tun: Universal TUN/TAP device driver, 1.6\n[ 0.563015] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.565011] PPP generic driver version 2.4.2\n[ 0.566031] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.567342] ehci-pci: EHCI PCI platform driver\n[ 0.568320] ehci-platform: EHCI generic platform driver\n[ 0.569430] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.570681] ohci-pci: OHCI PCI platform driver\n[ 0.571636] ohci-platform: OHCI generic platform driver\n[ 0.572730] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.594690] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.595807] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.597497] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.598822] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.600177] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.601717] usb usb1: Product: UHCI Host Controller\n[ 0.602741] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd\n[ 0.603996] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.605059] hub 1-0:1.0: USB hub found\n[ 0.605890] hub 1-0:1.0: 2 ports detected\n[ 0.606978] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.609315] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.610364] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.611592] mousedev: PS/2 mouse device common for all mice\n[ 0.613050] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.615137] rtc_cmos 00:00: RTC can wake from S4\n[ 0.616397] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.617693] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.619058] device-mapper: uevent: version 1.0.3\n[ 0.620119] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.621902] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.623208] TCP: cubic registered\n[ 0.624063] NET: Registered protocol family 10\n[ 0.625383] NET: Registered protocol family 17\n[ 0.626380] Key type dns_resolver registered\n[ 0.627599] Loading compiled-in X.509 certificates\n[ 0.629219] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0'\n[ 0.631190] registered taskstats version 1\n[ 0.634096] Key type trusted registered\n[ 0.637821] Key type encrypted registered\n[ 0.638747] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.639882] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.641367] regulator-dummy: disabling\n[ 0.642275] Magic number: 14:547:826\n[ 0.643229] rtc_cmos 00:00: setting system clock to 2018-08-12 08:50:27 UTC (1534063827)\n[ 0.651991] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.653255] EDD information not available.\n[ 0.717980] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000)\n[ 0.719686] Write protecting the kernel read-only data: 12288k\n[ 0.722036] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000)\n[ 0.725514] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.739583] systemd-udevd[107]: starting version 204\n[ 0.776485] FDC 0 is a S82078B\n[ 0.916091] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.080533] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.081930] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.083322] usb 1-1: Product: QEMU USB Tablet\n[ 1.084253] usb 1-1: Manufacturer: QEMU\n[ 1.085097] usb 1-1: SerialNumber: 42\n[ 1.396041] tsc: Refined TSC clocksource calibration: 3491.840 MHz\n[ 1.789132] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.028627] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.104475] random: init urandom read with 10 bits of entropy available\n * Starting Mount filesystems on boot[74G[ OK ]\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 2.204842] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sun, 12 Aug 2018 08:50:29 +0000. Up 2.50 seconds.\ncloud-init-nonet[2.64]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[3.48]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sun, 12 Aug 2018 08:50:30 +0000. Up 3.67 seconds.\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\nci-info: +++++++++++++++++++++++++Net device info++++++++++++++++++++++++++\nci-info: +--------+------+------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+------+------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth0 | True | 10.55.1.16 | 255.255.255.0 | fa:16:3e:07:17:61 |\nci-info: +--------+------+------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+-----------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+-----------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 10.55.1.1 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 10.55.1.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: | 2 | 169.254.169.254 | 10.55.1.4 | 255.255.255.255 | eth0 | UGH |\nci-info: +-------+-----------------+-----------+-----------------+-----------+-------+\n"} 2018-08-12 08:50:32,857 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b/action used request id req-19577f07-34d3-47dc-9384-6cfc27625d6d 2018-08-12 08:50:32,859 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-08-12 08:50:32,859 - create_instance_tests - DEBUG - Full console output - [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-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] 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-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] 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] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6390-0x000f639f] mapped at [ffff8800000f6390] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff] [ 0.000000] ACPI: RSDP 00000000000f60f0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 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 2 CPUs, 0 hotplug CPUs [ 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 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008031] Security Framework initialized [ 0.009254] AppArmor: AppArmor initialized [ 0.010428] Yama: becoming mindful. [ 0.012145] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.015411] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.016635] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.022204] Initializing cgroup subsys memory [ 0.023456] Initializing cgroup subsys devices [ 0.024004] Initializing cgroup subsys freezer [ 0.024967] Initializing cgroup subsys blkio [ 0.025851] Initializing cgroup subsys perf_event [ 0.026798] Initializing cgroup subsys hugetlb [ 0.028054] CPU: Physical Processor ID: 0 [ 0.028902] FEATURE SPEC_CTRL Not Present [ 0.030430] mce: CPU supports 10 MCE banks [ 0.032029] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.032029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.034093] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.035337] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.036003] Speculative Store Bypass: Vulnerable [ 0.037493] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000) [ 0.042474] ACPI: Core revision 20131115 [ 0.043773] ACPI: All ACPI Tables successfully acquired [ 0.044846] ftrace: allocating 28727 entries in 113 pages [ 0.064273] Enabling x2apic [ 0.064967] Enabled x2apic [ 0.065795] Switched APIC routing to physical x2apic. [ 0.067702] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.068007] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.070328] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.076578] KVM setup paravirtual spinlock [ 0.078744] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.080145] x86: Booting SMP configuration: [ 0.081142] .... node #0, CPUs: #1[ 0.078713] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.096026] x86: Booted up 1 node, 2 CPUs [ 0.096026] KVM setup async PF for cpu 1 [ 0.096030] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.098812] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.100312] devtmpfs: initialized [ 0.101814] EVM: security.selinux [ 0.102546] EVM: security.SMACK64 [ 0.103262] EVM: security.ima [ 0.104005] EVM: security.capability [ 0.104858] pinctrl core: initialized pinctrl subsystem [ 0.105934] regulator-dummy: no parameters [ 0.106908] RTC time: 8:50:26, date: 08/12/18 [ 0.108034] NET: Registered protocol family 16 [ 0.109024] cpuidle: using governor ladder [ 0.109875] cpuidle: using governor menu [ 0.110754] ACPI: bus type PCI registered [ 0.111602] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.112094] PCI: Using configuration type 1 for base access [ 0.113753] bio: create slab at 0 [ 0.113753] ACPI: Added _OSI(Module Device) [ 0.113753] ACPI: Added _OSI(Processor Device) [ 0.116003] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.116975] ACPI: Added _OSI(Processor Aggregator Device) [ 0.119039] ACPI: Interpreter enabled [ 0.119853] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.121286] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.123276] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.124574] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.127354] ACPI: (supports S0 S5) [ 0.128003] ACPI: Using IOAPIC for interrupt routing [ 0.129443] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.132193] ACPI: No dock devices found. [ 0.135160] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.136012] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.137912] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.139764] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.140183] acpiphp: Slot [3] registered [ 0.141386] acpiphp: Slot [4] registered [ 0.142585] acpiphp: Slot [5] registered [ 0.143782] acpiphp: Slot [6] registered [ 0.144018] acpiphp: Slot [7] registered [ 0.148212] acpiphp: Slot [8] registered [ 0.149175] acpiphp: Slot [9] registered [ 0.150235] acpiphp: Slot [10] registered [ 0.151198] acpiphp: Slot [11] registered [ 0.152020] acpiphp: Slot [12] registered [ 0.152918] acpiphp: Slot [13] registered [ 0.153793] acpiphp: Slot [14] registered [ 0.154671] acpiphp: Slot [15] registered [ 0.155568] acpiphp: Slot [16] registered [ 0.156028] acpiphp: Slot [17] registered [ 0.156919] acpiphp: Slot [18] registered [ 0.157813] acpiphp: Slot [19] registered [ 0.158704] acpiphp: Slot [20] registered [ 0.159599] acpiphp: Slot [21] registered [ 0.160019] acpiphp: Slot [22] registered [ 0.160907] acpiphp: Slot [23] registered [ 0.161805] acpiphp: Slot [24] registered [ 0.162701] acpiphp: Slot [25] registered [ 0.163586] acpiphp: Slot [26] registered [ 0.164019] acpiphp: Slot [27] registered [ 0.164906] acpiphp: Slot [28] registered [ 0.165798] acpiphp: Slot [29] registered [ 0.166685] acpiphp: Slot [30] registered [ 0.167578] acpiphp: Slot [31] registered [ 0.168034] PCI host bridge to bus 0000:00 [ 0.168972] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.170076] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.171306] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.172004] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.173340] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.174672] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.183176] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.184013] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.205796] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.207428] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.208723] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.210272] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.211809] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.212701] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.214439] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.214439] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.216004] vgaarb: loaded [ 0.216652] vgaarb: bridge control possible 0000:00:02.0 [ 0.218245] SCSI subsystem initialized [ 0.219485] ACPI: bus type USB registered [ 0.220072] usbcore: registered new interface driver usbfs [ 0.221206] usbcore: registered new interface driver hub [ 0.222330] usbcore: registered new device driver usb [ 0.222330] PCI: Using ACPI for IRQ routing [ 0.224640] NetLabel: Initializing [ 0.225431] NetLabel: domain hash size = 128 [ 0.226356] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.227440] NetLabel: unlabeled traffic allowed by default [ 0.228389] Switched to clocksource kvm-clock [ 0.235972] AppArmor: AppArmor Filesystem Enabled [ 0.237012] pnp: PnP ACPI init [ 0.237756] ACPI: bus type PNP registered [ 0.239182] pnp: PnP ACPI: found 8 devices [ 0.240080] ACPI: bus type PNP unregistered [ 0.247735] NET: Registered protocol family 2 [ 0.249168] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.250803] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.252286] TCP: Hash tables configured (established 16384 bind 16384) [ 0.253672] TCP: reno registered [ 0.254418] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.255652] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.257110] NET: Registered protocol family 1 [ 0.258101] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.259303] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.260487] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.282463] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.304545] Trying to unpack rootfs image as initramfs... [ 0.395393] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.397430] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.398645] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.400448] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.402238] Scanning for low memory corruption every 60 seconds [ 0.403883] Initialise system trusted keyring [ 0.405252] audit: initializing netlink socket (disabled) [ 0.406789] type=2000 audit(1534063827.585:1): initialized [ 0.426286] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.428731] zbud: loaded [ 0.429722] VFS: Disk quotas dquot_6.5.2 [ 0.430920] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.432992] fuse init (API version 7.22) [ 0.434211] msgmni has been set to 3997 [ 0.435388] Key type big_key registered [ 0.436760] Key type asymmetric registered [ 0.437966] Asymmetric key parser 'x509' registered [ 0.439381] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.441555] io scheduler noop registered [ 0.442715] io scheduler deadline registered (default) [ 0.444158] io scheduler cfq registered [ 0.445390] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.446957] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.448803] ipmi message handler version 39.2 [ 0.450113] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.452264] ACPI: Power Button [PWRF] [ 0.453438] GHES: HEST is not enabled! [ 0.474830] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.518357] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.520472] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.543963] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.546774] Linux agpgart interface v0.103 [ 0.548798] brd: module loaded [ 0.550098] loop: module loaded [ 0.551384] blk-mq: CPU -> queue map [ 0.552447] CPU 0 -> Queue 0 [ 0.553396] CPU 1 -> Queue 0 [ 0.554984] vda: vda1 [ 0.556462] scsi0 : ata_piix [ 0.557248] scsi1 : ata_piix [ 0.557964] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.559321] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.560912] libphy: Fixed MDIO Bus: probed [ 0.561915] tun: Universal TUN/TAP device driver, 1.6 [ 0.563015] tun: (C) 1999-2004 Max Krasnyansky [ 0.565011] PPP generic driver version 2.4.2 [ 0.566031] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.567342] ehci-pci: EHCI PCI platform driver [ 0.568320] ehci-platform: EHCI generic platform driver [ 0.569430] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.570681] ohci-pci: OHCI PCI platform driver [ 0.571636] ohci-platform: OHCI generic platform driver [ 0.572730] uhci_hcd: USB Universal Host Controller Interface driver [ 0.594690] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.595807] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.597497] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.598822] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.600177] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.601717] usb usb1: Product: UHCI Host Controller [ 0.602741] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd [ 0.603996] usb usb1: SerialNumber: 0000:00:01.2 [ 0.605059] hub 1-0:1.0: USB hub found [ 0.605890] hub 1-0:1.0: 2 ports detected [ 0.606978] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.609315] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.610364] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.611592] mousedev: PS/2 mouse device common for all mice [ 0.613050] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.615137] rtc_cmos 00:00: RTC can wake from S4 [ 0.616397] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.617693] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.619058] device-mapper: uevent: version 1.0.3 [ 0.620119] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.621902] ledtrig-cpu: registered to indicate activity on CPUs [ 0.623208] TCP: cubic registered [ 0.624063] NET: Registered protocol family 10 [ 0.625383] NET: Registered protocol family 17 [ 0.626380] Key type dns_resolver registered [ 0.627599] Loading compiled-in X.509 certificates [ 0.629219] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0' [ 0.631190] registered taskstats version 1 [ 0.634096] Key type trusted registered [ 0.637821] Key type encrypted registered [ 0.638747] AppArmor: AppArmor sha1 policy hashing enabled [ 0.639882] IMA: No TPM chip found, activating TPM-bypass! [ 0.641367] regulator-dummy: disabling [ 0.642275] Magic number: 14:547:826 [ 0.643229] rtc_cmos 00:00: setting system clock to 2018-08-12 08:50:27 UTC (1534063827) [ 0.651991] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.653255] EDD information not available. [ 0.717980] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000) [ 0.719686] Write protecting the kernel read-only data: 12288k [ 0.722036] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000) [ 0.725514] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.739583] systemd-udevd[107]: starting version 204 [ 0.776485] FDC 0 is a S82078B [ 0.916091] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.080533] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.081930] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.083322] usb 1-1: Product: QEMU USB Tablet [ 1.084253] usb 1-1: Manufacturer: QEMU [ 1.085097] usb 1-1: SerialNumber: 42 [ 1.396041] tsc: Refined TSC clocksource calibration: 3491.840 MHz [ 1.789132] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.028627] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.104475] random: init urandom read with 10 bits of entropy available * Starting Mount filesystems on boot[74G[ OK ] * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 2.204842] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Initialize or finalize resolvconf[74G[ OK ] * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sun, 12 Aug 2018 08:50:29 +0000. Up 2.50 seconds. cloud-init-nonet[2.64]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[3.48]: static networking is now up * Starting configure network device[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sun, 12 Aug 2018 08:50:30 +0000. Up 3.67 seconds. * Starting enable remaining boot-time encrypted block devices[74G[ OK ] ci-info: +++++++++++++++++++++++++Net device info++++++++++++++++++++++++++ ci-info: +--------+------+------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+------+------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth0 | True | 10.55.1.16 | 255.255.255.0 | fa:16:3e:07:17:61 | ci-info: +--------+------+------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+-----------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+-----------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 10.55.1.1 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 10.55.1.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: | 2 | 169.254.169.254 | 10.55.1.4 | 255.255.255.255 | eth0 | UGH | ci-info: +-------+-----------------+-----------+-----------------+-----------+-------+ 2018-08-12 08:50:32,862 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c95cb04847edb4e964c233363c60adf1ccf70e2" 2018-08-12 08:50:33,453 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:50: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-dbb7ef25-744a-451f-958c-046ee54888e1 x-compute-request-id: req-dbb7ef25-744a-451f-958c-046ee54888e1 Content-Encoding: gzip Content-Length: 757 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:17:61", "version": 4, "addr": "10.55.1.16", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b", "rel": "bookmark"}], "image": {"id": "290a4d3d-1c41-4510-ba1d-1f0fb4a7a0a0", "links": [{"href": "http://172.30.9.21:8774/images/290a4d3d-1c41-4510-ba1d-1f0fb4a7a0a0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:50:26.000000", "flavor": {"id": "0a58d74d-e2af-4a5d-bae4-e2642f47de9e", "links": [{"href": "http://172.30.9.21:8774/flavors/0a58d74d-e2af-4a5d-bae4-e2642f47de9e", "rel": "bookmark"}]}, "id": "c5666c6d-f963-4b80-9e9f-fd95c7ce864b", "security_groups": [{"name": "default"}], "user_id": "c62df36d62284745b5c98c92f61d0103", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:50:26Z", "hostId": "b1882a8c43b729cf60b8378ef4290484cb80028b17b09314805d967e", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-kp", "name": "AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-inst", "created": "2018-08-12T08:48:44Z", "tenant_id": "e580cfaf966c4c2ea126413b5f30357f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:50:33,453 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b used request id req-dbb7ef25-744a-451f-958c-046ee54888e1 2018-08-12 08:50:33,454 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-inst] is - ACTIVE 2018-08-12 08:50:33,454 - create_instance - INFO - VM is - ACTIVE 2018-08-12 08:50:33,456 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c95cb04847edb4e964c233363c60adf1ccf70e2" 2018-08-12 08:50:33,982 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08: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-bac5dff8-65d9-45f8-a8ff-fa5f0c592267 x-compute-request-id: req-bac5dff8-65d9-45f8-a8ff-fa5f0c592267 Content-Encoding: gzip Content-Length: 774 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:17:61", "version": 4, "addr": "10.55.1.16", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:17:61", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b", "rel": "bookmark"}], "image": {"id": "290a4d3d-1c41-4510-ba1d-1f0fb4a7a0a0", "links": [{"href": "http://172.30.9.21:8774/images/290a4d3d-1c41-4510-ba1d-1f0fb4a7a0a0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:50:26.000000", "flavor": {"id": "0a58d74d-e2af-4a5d-bae4-e2642f47de9e", "links": [{"href": "http://172.30.9.21:8774/flavors/0a58d74d-e2af-4a5d-bae4-e2642f47de9e", "rel": "bookmark"}]}, "id": "c5666c6d-f963-4b80-9e9f-fd95c7ce864b", "security_groups": [{"name": "default"}], "user_id": "c62df36d62284745b5c98c92f61d0103", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:50:26Z", "hostId": "b1882a8c43b729cf60b8378ef4290484cb80028b17b09314805d967e", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-kp", "name": "AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-inst", "created": "2018-08-12T08:48:44Z", "tenant_id": "e580cfaf966c4c2ea126413b5f30357f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:50:33,982 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b used request id req-bac5dff8-65d9-45f8-a8ff-fa5f0c592267 2018-08-12 08:50:33,988 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c95cb04847edb4e964c233363c60adf1ccf70e2" 2018-08-12 08:50:34,088 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 634 X-Openstack-Request-Id: req-063f1fcf-17be-49c7-82b8-ca2c3f036f0d Date: Sun, 12 Aug 2018 08:50:34 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":["132cdf22-b32e-4628-9f44-6f2578cce43b"],"updated_at":"2018-08-12T08:48:20Z","tenant_id":"e580cfaf966c4c2ea126413b5f30357f","created_at":"2018-08-12T08:48:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"e580cfaf966c4c2ea126413b5f30357f","id":"9b8a7177-88d3-4fc9-8dce-88bd17f22f93","name":"AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-pub-net"}]} 2018-08-12 08:50:34,088 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-pub-net used request id req-063f1fcf-17be-49c7-82b8-ca2c3f036f0d 2018-08-12 08:50:34,092 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e580cfaf966c4c2ea126413b5f30357f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c95cb04847edb4e964c233363c60adf1ccf70e2" 2018-08-12 08:50:34,179 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:50:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-449eb547-585c-426e-92d3-f07aad76a87e Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/e580cfaf966c4c2ea126413b5f30357f"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "e580cfaf966c4c2ea126413b5f30357f", "name": "AnsibleProvisioningTests-90aaf607-e50f-4a6-proj"}} 2018-08-12 08:50:34,179 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e580cfaf966c4c2ea126413b5f30357f used request id req-449eb547-585c-426e-92d3-f07aad76a87e 2018-08-12 08:50:34,185 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=9b8a7177-88d3-4fc9-8dce-88bd17f22f93 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c95cb04847edb4e964c233363c60adf1ccf70e2" 2018-08-12 08:50:34,411 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-e7e42bfd-3d78-4999-b526-fde51a830054 Date: Sun, 12 Aug 2018 08:50:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9b8a7177-88d3-4fc9-8dce-88bd17f22f93","tenant_id":"e580cfaf966c4c2ea126413b5f30357f","created_at":"2018-08-12T08:48:20Z","dns_nameservers":[],"updated_at":"2018-08-12T08:48:20Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e580cfaf966c4c2ea126413b5f30357f","id":"132cdf22-b32e-4628-9f44-6f2578cce43b","subnetpool_id":null,"name":"AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-pub-subnet"}]} 2018-08-12 08:50:34,411 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=9b8a7177-88d3-4fc9-8dce-88bd17f22f93 used request id req-e7e42bfd-3d78-4999-b526-fde51a830054 2018-08-12 08:50:34,416 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=9b8a7177-88d3-4fc9-8dce-88bd17f22f93 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c95cb04847edb4e964c233363c60adf1ccf70e2" 2018-08-12 08:50:34,519 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3736 X-Openstack-Request-Id: req-f92839e1-b125-4d21-a683-52ddc317c85b Date: Sun, 12 Aug 2018 08:50:34 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"9b8a7177-88d3-4fc9-8dce-88bd17f22f93","tenant_id":"e580cfaf966c4c2ea126413b5f30357f","created_at":"2018-08-12T08:48:21Z","admin_state_up":true,"updated_at":"2018-08-12T08:48:24Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-9b8a7177-88d3-4fc9-8dce-88bd17f22f93","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:ac:25:3a","id":"4b969482-f9d4-43bb-a026-860f6590e577","port_security_enabled":false,"project_id":"e580cfaf966c4c2ea126413b5f30357f","fixed_ips":[{"subnet_id":"132cdf22-b32e-4628-9f44-6f2578cce43b","ip_address":"10.55.1.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"9b8a7177-88d3-4fc9-8dce-88bd17f22f93","tenant_id":"e580cfaf966c4c2ea126413b5f30357f","created_at":"2018-08-12T08:48:26Z","admin_state_up":true,"updated_at":"2018-08-12T08:48:27Z","binding:vnic_type":"normal","device_id":"672f0511-ccba-49f7-a709-57f8417dfb0c","device_owner":"network:router_interface","revision_number":6,"mac_address":"fa:16:3e:56:b3:68","id":"c25f4865-e00b-4508-a576-b2915b29401c","port_security_enabled":false,"project_id":"e580cfaf966c4c2ea126413b5f30357f","fixed_ips":[{"subnet_id":"132cdf22-b32e-4628-9f44-6f2578cce43b","ip_address":"10.55.1.1"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"9b8a7177-88d3-4fc9-8dce-88bd17f22f93","tenant_id":"e580cfaf966c4c2ea126413b5f30357f","created_at":"2018-08-12T08:48:40Z","admin_state_up":true,"updated_at":"2018-08-12T08:50:26Z","binding:vnic_type":"normal","device_id":"c5666c6d-f963-4b80-9e9f-fd95c7ce864b","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:07:17:61","id":"c2b640e0-bf08-40dc-8627-a0ead77eaf9d","port_security_enabled":true,"project_id":"e580cfaf966c4c2ea126413b5f30357f","fixed_ips":[{"subnet_id":"132cdf22-b32e-4628-9f44-6f2578cce43b","ip_address":"10.55.1.16"}],"extra_dhcp_opts":[],"security_groups":["fcc99492-d0f9-41c2-a3aa-cde7d69ef17a"],"name":"AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-port-1"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"9b8a7177-88d3-4fc9-8dce-88bd17f22f93","tenant_id":"e580cfaf966c4c2ea126413b5f30357f","created_at":"2018-08-12T08:48:21Z","admin_state_up":true,"updated_at":"2018-08-12T08:48:23Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-9b8a7177-88d3-4fc9-8dce-88bd17f22f93","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:4c:db:6d","id":"cf9fa49f-5ec6-438c-b068-47ae1a0e1c47","port_security_enabled":false,"project_id":"e580cfaf966c4c2ea126413b5f30357f","fixed_ips":[{"subnet_id":"132cdf22-b32e-4628-9f44-6f2578cce43b","ip_address":"10.55.1.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"9b8a7177-88d3-4fc9-8dce-88bd17f22f93","tenant_id":"e580cfaf966c4c2ea126413b5f30357f","created_at":"2018-08-12T08:48:22Z","admin_state_up":true,"updated_at":"2018-08-12T08:48:25Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-9b8a7177-88d3-4fc9-8dce-88bd17f22f93","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:ac:42:6d","id":"d57342dc-552d-4797-bbc2-b05b21d1af02","port_security_enabled":false,"project_id":"e580cfaf966c4c2ea126413b5f30357f","fixed_ips":[{"subnet_id":"132cdf22-b32e-4628-9f44-6f2578cce43b","ip_address":"10.55.1.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-12 08:50:34,519 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=9b8a7177-88d3-4fc9-8dce-88bd17f22f93 used request id req-f92839e1-b125-4d21-a683-52ddc317c85b 2018-08-12 08:50:34,523 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c95cb04847edb4e964c233363c60adf1ccf70e2" 2018-08-12 08:50:35,014 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:50:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3a6860e7-a989-4d39-aa1a-4d174df99729 x-compute-request-id: req-3a6860e7-a989-4d39-aa1a-4d174df99729 Content-Encoding: gzip Content-Length: 774 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:17:61", "version": 4, "addr": "10.55.1.16", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:17:61", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b", "rel": "bookmark"}], "image": {"id": "290a4d3d-1c41-4510-ba1d-1f0fb4a7a0a0", "links": [{"href": "http://172.30.9.21:8774/images/290a4d3d-1c41-4510-ba1d-1f0fb4a7a0a0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:50:26.000000", "flavor": {"id": "0a58d74d-e2af-4a5d-bae4-e2642f47de9e", "links": [{"href": "http://172.30.9.21:8774/flavors/0a58d74d-e2af-4a5d-bae4-e2642f47de9e", "rel": "bookmark"}]}, "id": "c5666c6d-f963-4b80-9e9f-fd95c7ce864b", "security_groups": [{"name": "default"}], "user_id": "c62df36d62284745b5c98c92f61d0103", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:50:26Z", "hostId": "b1882a8c43b729cf60b8378ef4290484cb80028b17b09314805d967e", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-kp", "name": "AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-inst", "created": "2018-08-12T08:48:44Z", "tenant_id": "e580cfaf966c4c2ea126413b5f30357f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:50:35,015 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b used request id req-3a6860e7-a989-4d39-aa1a-4d174df99729 2018-08-12 08:50:35,020 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c95cb04847edb4e964c233363c60adf1ccf70e2" 2018-08-12 08:50:35,127 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 634 X-Openstack-Request-Id: req-d381d917-8915-4373-b638-200fd967cd7a Date: Sun, 12 Aug 2018 08:50:35 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["132cdf22-b32e-4628-9f44-6f2578cce43b"],"updated_at":"2018-08-12T08:48:20Z","tenant_id":"e580cfaf966c4c2ea126413b5f30357f","created_at":"2018-08-12T08:48:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"e580cfaf966c4c2ea126413b5f30357f","id":"9b8a7177-88d3-4fc9-8dce-88bd17f22f93","name":"AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-pub-net"}]} 2018-08-12 08:50:35,127 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-pub-net used request id req-d381d917-8915-4373-b638-200fd967cd7a 2018-08-12 08:50:35,131 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e580cfaf966c4c2ea126413b5f30357f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c95cb04847edb4e964c233363c60adf1ccf70e2" 2018-08-12 08:50:35,231 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:50:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-55b6322f-dfdb-49f1-bd30-b4309996471b Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/e580cfaf966c4c2ea126413b5f30357f"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "e580cfaf966c4c2ea126413b5f30357f", "name": "AnsibleProvisioningTests-90aaf607-e50f-4a6-proj"}} 2018-08-12 08:50:35,231 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e580cfaf966c4c2ea126413b5f30357f used request id req-55b6322f-dfdb-49f1-bd30-b4309996471b 2018-08-12 08:50:35,236 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=9b8a7177-88d3-4fc9-8dce-88bd17f22f93 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c95cb04847edb4e964c233363c60adf1ccf70e2" 2018-08-12 08:50:35,543 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-63011a4b-6a03-4bde-a8ee-c121457aa312 Date: Sun, 12 Aug 2018 08:50:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9b8a7177-88d3-4fc9-8dce-88bd17f22f93","tenant_id":"e580cfaf966c4c2ea126413b5f30357f","created_at":"2018-08-12T08:48:20Z","dns_nameservers":[],"updated_at":"2018-08-12T08:48:20Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e580cfaf966c4c2ea126413b5f30357f","id":"132cdf22-b32e-4628-9f44-6f2578cce43b","subnetpool_id":null,"name":"AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-pub-subnet"}]} 2018-08-12 08:50:35,543 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=9b8a7177-88d3-4fc9-8dce-88bd17f22f93 used request id req-63011a4b-6a03-4bde-a8ee-c121457aa312 2018-08-12 08:50:35,548 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=9b8a7177-88d3-4fc9-8dce-88bd17f22f93 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c95cb04847edb4e964c233363c60adf1ccf70e2" 2018-08-12 08:50:35,654 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3736 X-Openstack-Request-Id: req-ed6f7dad-79cf-4991-b6a5-bf4d1c1f2e89 Date: Sun, 12 Aug 2018 08:50:35 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"9b8a7177-88d3-4fc9-8dce-88bd17f22f93","tenant_id":"e580cfaf966c4c2ea126413b5f30357f","created_at":"2018-08-12T08:48:21Z","admin_state_up":true,"updated_at":"2018-08-12T08:48:24Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-9b8a7177-88d3-4fc9-8dce-88bd17f22f93","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:ac:25:3a","id":"4b969482-f9d4-43bb-a026-860f6590e577","port_security_enabled":false,"project_id":"e580cfaf966c4c2ea126413b5f30357f","fixed_ips":[{"subnet_id":"132cdf22-b32e-4628-9f44-6f2578cce43b","ip_address":"10.55.1.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"9b8a7177-88d3-4fc9-8dce-88bd17f22f93","tenant_id":"e580cfaf966c4c2ea126413b5f30357f","created_at":"2018-08-12T08:48:26Z","admin_state_up":true,"updated_at":"2018-08-12T08:48:27Z","binding:vnic_type":"normal","device_id":"672f0511-ccba-49f7-a709-57f8417dfb0c","device_owner":"network:router_interface","revision_number":6,"mac_address":"fa:16:3e:56:b3:68","id":"c25f4865-e00b-4508-a576-b2915b29401c","port_security_enabled":false,"project_id":"e580cfaf966c4c2ea126413b5f30357f","fixed_ips":[{"subnet_id":"132cdf22-b32e-4628-9f44-6f2578cce43b","ip_address":"10.55.1.1"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"9b8a7177-88d3-4fc9-8dce-88bd17f22f93","tenant_id":"e580cfaf966c4c2ea126413b5f30357f","created_at":"2018-08-12T08:48:40Z","admin_state_up":true,"updated_at":"2018-08-12T08:50:26Z","binding:vnic_type":"normal","device_id":"c5666c6d-f963-4b80-9e9f-fd95c7ce864b","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:07:17:61","id":"c2b640e0-bf08-40dc-8627-a0ead77eaf9d","port_security_enabled":true,"project_id":"e580cfaf966c4c2ea126413b5f30357f","fixed_ips":[{"subnet_id":"132cdf22-b32e-4628-9f44-6f2578cce43b","ip_address":"10.55.1.16"}],"extra_dhcp_opts":[],"security_groups":["fcc99492-d0f9-41c2-a3aa-cde7d69ef17a"],"name":"AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-port-1"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"9b8a7177-88d3-4fc9-8dce-88bd17f22f93","tenant_id":"e580cfaf966c4c2ea126413b5f30357f","created_at":"2018-08-12T08:48:21Z","admin_state_up":true,"updated_at":"2018-08-12T08:48:23Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-9b8a7177-88d3-4fc9-8dce-88bd17f22f93","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:4c:db:6d","id":"cf9fa49f-5ec6-438c-b068-47ae1a0e1c47","port_security_enabled":false,"project_id":"e580cfaf966c4c2ea126413b5f30357f","fixed_ips":[{"subnet_id":"132cdf22-b32e-4628-9f44-6f2578cce43b","ip_address":"10.55.1.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"9b8a7177-88d3-4fc9-8dce-88bd17f22f93","tenant_id":"e580cfaf966c4c2ea126413b5f30357f","created_at":"2018-08-12T08:48:22Z","admin_state_up":true,"updated_at":"2018-08-12T08:48:25Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-9b8a7177-88d3-4fc9-8dce-88bd17f22f93","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:ac:42:6d","id":"d57342dc-552d-4797-bbc2-b05b21d1af02","port_security_enabled":false,"project_id":"e580cfaf966c4c2ea126413b5f30357f","fixed_ips":[{"subnet_id":"132cdf22-b32e-4628-9f44-6f2578cce43b","ip_address":"10.55.1.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-12 08:50:35,654 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=9b8a7177-88d3-4fc9-8dce-88bd17f22f93 used request id req-ed6f7dad-79cf-4991-b6a5-bf4d1c1f2e89 2018-08-12 08:50:35,657 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c95cb04847edb4e964c233363c60adf1ccf70e2" -d '{"addSecurityGroup": {"name": "AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-sec-grp"}}' 2018-08-12 08:50:36,785 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 08:50: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-bb35e25c-e35b-434c-8b87-31390e86120d x-compute-request-id: req-bb35e25c-e35b-434c-8b87-31390e86120d Content-Length: 0 Content-Type: application/json 2018-08-12 08:50:36,785 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b/action used request id req-bb35e25c-e35b-434c-8b87-31390e86120d 2018-08-12 08:50:36,785 - create_instance - INFO - Checking if VM is active 2018-08-12 08:50:36,788 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c95cb04847edb4e964c233363c60adf1ccf70e2" 2018-08-12 08:50:37,342 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08: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-d76ae367-82a9-402a-b982-b535e149582d x-compute-request-id: req-d76ae367-82a9-402a-b982-b535e149582d Content-Encoding: gzip Content-Length: 784 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:17:61", "version": 4, "addr": "10.55.1.16", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:17:61", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b", "rel": "bookmark"}], "image": {"id": "290a4d3d-1c41-4510-ba1d-1f0fb4a7a0a0", "links": [{"href": "http://172.30.9.21:8774/images/290a4d3d-1c41-4510-ba1d-1f0fb4a7a0a0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:50:26.000000", "flavor": {"id": "0a58d74d-e2af-4a5d-bae4-e2642f47de9e", "links": [{"href": "http://172.30.9.21:8774/flavors/0a58d74d-e2af-4a5d-bae4-e2642f47de9e", "rel": "bookmark"}]}, "id": "c5666c6d-f963-4b80-9e9f-fd95c7ce864b", "security_groups": [{"name": "AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-sec-grp"}, {"name": "default"}], "user_id": "c62df36d62284745b5c98c92f61d0103", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:50:26Z", "hostId": "b1882a8c43b729cf60b8378ef4290484cb80028b17b09314805d967e", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-kp", "name": "AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-inst", "created": "2018-08-12T08:48:44Z", "tenant_id": "e580cfaf966c4c2ea126413b5f30357f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:50:37,342 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b used request id req-d76ae367-82a9-402a-b982-b535e149582d 2018-08-12 08:50:37,343 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-inst] is - ACTIVE 2018-08-12 08:50:37,343 - create_instance - INFO - VM is - ACTIVE 2018-08-12 08:50:37,346 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c95cb04847edb4e964c233363c60adf1ccf70e2" 2018-08-12 08:50:37,850 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:50:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5739c7d9-62af-4f7c-b6f7-4b058c22fc32 x-compute-request-id: req-5739c7d9-62af-4f7c-b6f7-4b058c22fc32 Content-Encoding: gzip Content-Length: 784 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:17:61", "version": 4, "addr": "10.55.1.16", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:17:61", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b", "rel": "bookmark"}], "image": {"id": "290a4d3d-1c41-4510-ba1d-1f0fb4a7a0a0", "links": [{"href": "http://172.30.9.21:8774/images/290a4d3d-1c41-4510-ba1d-1f0fb4a7a0a0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:50:26.000000", "flavor": {"id": "0a58d74d-e2af-4a5d-bae4-e2642f47de9e", "links": [{"href": "http://172.30.9.21:8774/flavors/0a58d74d-e2af-4a5d-bae4-e2642f47de9e", "rel": "bookmark"}]}, "id": "c5666c6d-f963-4b80-9e9f-fd95c7ce864b", "security_groups": [{"name": "AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-sec-grp"}, {"name": "default"}], "user_id": "c62df36d62284745b5c98c92f61d0103", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:50:26Z", "hostId": "b1882a8c43b729cf60b8378ef4290484cb80028b17b09314805d967e", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-kp", "name": "AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-inst", "created": "2018-08-12T08:48:44Z", "tenant_id": "e580cfaf966c4c2ea126413b5f30357f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:50:37,850 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b used request id req-5739c7d9-62af-4f7c-b6f7-4b058c22fc32 2018-08-12 08:50:37,855 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c95cb04847edb4e964c233363c60adf1ccf70e2" 2018-08-12 08:50:37,960 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 634 X-Openstack-Request-Id: req-7030db67-488c-4cbe-9c36-0826288d7088 Date: Sun, 12 Aug 2018 08:50:37 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":["132cdf22-b32e-4628-9f44-6f2578cce43b"],"updated_at":"2018-08-12T08:48:20Z","tenant_id":"e580cfaf966c4c2ea126413b5f30357f","created_at":"2018-08-12T08:48:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"e580cfaf966c4c2ea126413b5f30357f","id":"9b8a7177-88d3-4fc9-8dce-88bd17f22f93","name":"AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-pub-net"}]} 2018-08-12 08:50:37,960 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-pub-net used request id req-7030db67-488c-4cbe-9c36-0826288d7088 2018-08-12 08:50:37,964 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e580cfaf966c4c2ea126413b5f30357f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c95cb04847edb4e964c233363c60adf1ccf70e2" 2018-08-12 08:50:38,057 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:50:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-feadf058-3c50-45ad-a3e4-32800be3c3dd Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/e580cfaf966c4c2ea126413b5f30357f"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "e580cfaf966c4c2ea126413b5f30357f", "name": "AnsibleProvisioningTests-90aaf607-e50f-4a6-proj"}} 2018-08-12 08:50:38,057 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e580cfaf966c4c2ea126413b5f30357f used request id req-feadf058-3c50-45ad-a3e4-32800be3c3dd 2018-08-12 08:50:38,062 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=9b8a7177-88d3-4fc9-8dce-88bd17f22f93 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c95cb04847edb4e964c233363c60adf1ccf70e2" 2018-08-12 08:50:38,113 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-e8748218-8882-4843-bc97-1e0f9311836d Date: Sun, 12 Aug 2018 08:50:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9b8a7177-88d3-4fc9-8dce-88bd17f22f93","tenant_id":"e580cfaf966c4c2ea126413b5f30357f","created_at":"2018-08-12T08:48:20Z","dns_nameservers":[],"updated_at":"2018-08-12T08:48:20Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e580cfaf966c4c2ea126413b5f30357f","id":"132cdf22-b32e-4628-9f44-6f2578cce43b","subnetpool_id":null,"name":"AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-pub-subnet"}]} 2018-08-12 08:50:38,113 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=9b8a7177-88d3-4fc9-8dce-88bd17f22f93 used request id req-e8748218-8882-4843-bc97-1e0f9311836d 2018-08-12 08:50:38,119 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=9b8a7177-88d3-4fc9-8dce-88bd17f22f93 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c95cb04847edb4e964c233363c60adf1ccf70e2" 2018-08-12 08:50:38,219 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3775 X-Openstack-Request-Id: req-6306914a-7b58-4d4a-a883-bc2fb5400da1 Date: Sun, 12 Aug 2018 08:50:38 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"9b8a7177-88d3-4fc9-8dce-88bd17f22f93","tenant_id":"e580cfaf966c4c2ea126413b5f30357f","created_at":"2018-08-12T08:48:21Z","admin_state_up":true,"updated_at":"2018-08-12T08:48:24Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-9b8a7177-88d3-4fc9-8dce-88bd17f22f93","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:ac:25:3a","id":"4b969482-f9d4-43bb-a026-860f6590e577","port_security_enabled":false,"project_id":"e580cfaf966c4c2ea126413b5f30357f","fixed_ips":[{"subnet_id":"132cdf22-b32e-4628-9f44-6f2578cce43b","ip_address":"10.55.1.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"9b8a7177-88d3-4fc9-8dce-88bd17f22f93","tenant_id":"e580cfaf966c4c2ea126413b5f30357f","created_at":"2018-08-12T08:48:26Z","admin_state_up":true,"updated_at":"2018-08-12T08:48:27Z","binding:vnic_type":"normal","device_id":"672f0511-ccba-49f7-a709-57f8417dfb0c","device_owner":"network:router_interface","revision_number":6,"mac_address":"fa:16:3e:56:b3:68","id":"c25f4865-e00b-4508-a576-b2915b29401c","port_security_enabled":false,"project_id":"e580cfaf966c4c2ea126413b5f30357f","fixed_ips":[{"subnet_id":"132cdf22-b32e-4628-9f44-6f2578cce43b","ip_address":"10.55.1.1"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"9b8a7177-88d3-4fc9-8dce-88bd17f22f93","tenant_id":"e580cfaf966c4c2ea126413b5f30357f","created_at":"2018-08-12T08:48:40Z","admin_state_up":true,"updated_at":"2018-08-12T08:50:36Z","binding:vnic_type":"normal","device_id":"c5666c6d-f963-4b80-9e9f-fd95c7ce864b","device_owner":"compute:nova","revision_number":12,"mac_address":"fa:16:3e:07:17:61","id":"c2b640e0-bf08-40dc-8627-a0ead77eaf9d","port_security_enabled":true,"project_id":"e580cfaf966c4c2ea126413b5f30357f","fixed_ips":[{"subnet_id":"132cdf22-b32e-4628-9f44-6f2578cce43b","ip_address":"10.55.1.16"}],"extra_dhcp_opts":[],"security_groups":["1d9c18a9-2b7a-4af6-a9aa-646532d064e5","fcc99492-d0f9-41c2-a3aa-cde7d69ef17a"],"name":"AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-port-1"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"9b8a7177-88d3-4fc9-8dce-88bd17f22f93","tenant_id":"e580cfaf966c4c2ea126413b5f30357f","created_at":"2018-08-12T08:48:21Z","admin_state_up":true,"updated_at":"2018-08-12T08:48:23Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-9b8a7177-88d3-4fc9-8dce-88bd17f22f93","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:4c:db:6d","id":"cf9fa49f-5ec6-438c-b068-47ae1a0e1c47","port_security_enabled":false,"project_id":"e580cfaf966c4c2ea126413b5f30357f","fixed_ips":[{"subnet_id":"132cdf22-b32e-4628-9f44-6f2578cce43b","ip_address":"10.55.1.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"9b8a7177-88d3-4fc9-8dce-88bd17f22f93","tenant_id":"e580cfaf966c4c2ea126413b5f30357f","created_at":"2018-08-12T08:48:22Z","admin_state_up":true,"updated_at":"2018-08-12T08:48:25Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-9b8a7177-88d3-4fc9-8dce-88bd17f22f93","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:ac:42:6d","id":"d57342dc-552d-4797-bbc2-b05b21d1af02","port_security_enabled":false,"project_id":"e580cfaf966c4c2ea126413b5f30357f","fixed_ips":[{"subnet_id":"132cdf22-b32e-4628-9f44-6f2578cce43b","ip_address":"10.55.1.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-12 08:50:38,219 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=9b8a7177-88d3-4fc9-8dce-88bd17f22f93 used request id req-6306914a-7b58-4d4a-a883-bc2fb5400da1 2018-08-12 08:50:38,220 - ansible_utils - DEBUG - Retrieving SSH client 2018-08-12 08:50:38,223 - paramiko.transport - DEBUG - starting thread (client mode): 0x91ba250L 2018-08-12 08:50:38,223 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-12 08:50:38,229 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.10 2018-08-12 08:50:38,229 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1p1) 2018-08-12 08:50:38,231 - 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-group-exchange-sha1', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'ssh-dss', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] server encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] client mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', 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-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] server mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', 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-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] 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 08:50:38,231 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-12 08:50:38,231 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-12 08:50:38,231 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-12 08:50:38,231 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-12 08:50:38,231 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-12 08:50:38,274 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-12 08:50:38,274 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-12 08:50:38,288 - paramiko.transport - DEBUG - Trying discovered key 43e0c7f67f9397bfcceb0dc10236a47c in tmp/AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267 2018-08-12 08:50:38,314 - paramiko.transport - DEBUG - userauth is OK 2018-08-12 08:50:38,334 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-12 08:50:38,435 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-12 08:50:38,466 - create_instance - INFO - SSH is active for VM instance 2018-08-12 08:50:38,466 - create_instance - INFO - Checking if cloud-init has completed 2018-08-12 08:50:38,470 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c95cb04847edb4e964c233363c60adf1ccf70e2" 2018-08-12 08:50:38,990 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:50: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-f085607a-244e-47be-83fa-dbe6ab55d6c0 x-compute-request-id: req-f085607a-244e-47be-83fa-dbe6ab55d6c0 Content-Encoding: gzip Content-Length: 784 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:17:61", "version": 4, "addr": "10.55.1.16", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:17:61", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b", "rel": "bookmark"}], "image": {"id": "290a4d3d-1c41-4510-ba1d-1f0fb4a7a0a0", "links": [{"href": "http://172.30.9.21:8774/images/290a4d3d-1c41-4510-ba1d-1f0fb4a7a0a0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:50:26.000000", "flavor": {"id": "0a58d74d-e2af-4a5d-bae4-e2642f47de9e", "links": [{"href": "http://172.30.9.21:8774/flavors/0a58d74d-e2af-4a5d-bae4-e2642f47de9e", "rel": "bookmark"}]}, "id": "c5666c6d-f963-4b80-9e9f-fd95c7ce864b", "security_groups": [{"name": "AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-sec-grp"}, {"name": "default"}], "user_id": "c62df36d62284745b5c98c92f61d0103", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:50:26Z", "hostId": "b1882a8c43b729cf60b8378ef4290484cb80028b17b09314805d967e", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-kp", "name": "AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-inst", "created": "2018-08-12T08:48:44Z", "tenant_id": "e580cfaf966c4c2ea126413b5f30357f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:50:38,990 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b used request id req-f085607a-244e-47be-83fa-dbe6ab55d6c0 2018-08-12 08:50:38,991 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-inst] is - ACTIVE 2018-08-12 08:50:38,991 - create_instance - INFO - VM is - ACTIVE 2018-08-12 08:50:38,994 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c95cb04847edb4e964c233363c60adf1ccf70e2" 2018-08-12 08:50:39,454 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:50: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-cc8d36c9-d82a-4395-94e7-ee508a2d2ea9 x-compute-request-id: req-cc8d36c9-d82a-4395-94e7-ee508a2d2ea9 Content-Encoding: gzip Content-Length: 784 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:17:61", "version": 4, "addr": "10.55.1.16", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:17:61", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b", "rel": "bookmark"}], "image": {"id": "290a4d3d-1c41-4510-ba1d-1f0fb4a7a0a0", "links": [{"href": "http://172.30.9.21:8774/images/290a4d3d-1c41-4510-ba1d-1f0fb4a7a0a0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:50:26.000000", "flavor": {"id": "0a58d74d-e2af-4a5d-bae4-e2642f47de9e", "links": [{"href": "http://172.30.9.21:8774/flavors/0a58d74d-e2af-4a5d-bae4-e2642f47de9e", "rel": "bookmark"}]}, "id": "c5666c6d-f963-4b80-9e9f-fd95c7ce864b", "security_groups": [{"name": "AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-sec-grp"}, {"name": "default"}], "user_id": "c62df36d62284745b5c98c92f61d0103", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:50:26Z", "hostId": "b1882a8c43b729cf60b8378ef4290484cb80028b17b09314805d967e", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-kp", "name": "AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-inst", "created": "2018-08-12T08:48:44Z", "tenant_id": "e580cfaf966c4c2ea126413b5f30357f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:50:39,454 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b used request id req-cc8d36c9-d82a-4395-94e7-ee508a2d2ea9 2018-08-12 08:50:39,460 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c95cb04847edb4e964c233363c60adf1ccf70e2" 2018-08-12 08:50:39,583 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 634 X-Openstack-Request-Id: req-688af492-54f3-4214-a62a-d35c18273c56 Date: Sun, 12 Aug 2018 08:50:39 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["132cdf22-b32e-4628-9f44-6f2578cce43b"],"updated_at":"2018-08-12T08:48:20Z","tenant_id":"e580cfaf966c4c2ea126413b5f30357f","created_at":"2018-08-12T08:48:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"e580cfaf966c4c2ea126413b5f30357f","id":"9b8a7177-88d3-4fc9-8dce-88bd17f22f93","name":"AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-pub-net"}]} 2018-08-12 08:50:39,583 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-pub-net used request id req-688af492-54f3-4214-a62a-d35c18273c56 2018-08-12 08:50:39,587 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e580cfaf966c4c2ea126413b5f30357f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c95cb04847edb4e964c233363c60adf1ccf70e2" 2018-08-12 08:50:39,683 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:50:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d471600b-f785-4047-bfa6-21f2ea6903ed Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/e580cfaf966c4c2ea126413b5f30357f"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "e580cfaf966c4c2ea126413b5f30357f", "name": "AnsibleProvisioningTests-90aaf607-e50f-4a6-proj"}} 2018-08-12 08:50:39,683 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e580cfaf966c4c2ea126413b5f30357f used request id req-d471600b-f785-4047-bfa6-21f2ea6903ed 2018-08-12 08:50:39,688 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=9b8a7177-88d3-4fc9-8dce-88bd17f22f93 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c95cb04847edb4e964c233363c60adf1ccf70e2" 2018-08-12 08:50:39,738 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-f8c5067d-b563-48d8-b6e1-d541f96a64c7 Date: Sun, 12 Aug 2018 08:50:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9b8a7177-88d3-4fc9-8dce-88bd17f22f93","tenant_id":"e580cfaf966c4c2ea126413b5f30357f","created_at":"2018-08-12T08:48:20Z","dns_nameservers":[],"updated_at":"2018-08-12T08:48:20Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e580cfaf966c4c2ea126413b5f30357f","id":"132cdf22-b32e-4628-9f44-6f2578cce43b","subnetpool_id":null,"name":"AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-pub-subnet"}]} 2018-08-12 08:50:39,738 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=9b8a7177-88d3-4fc9-8dce-88bd17f22f93 used request id req-f8c5067d-b563-48d8-b6e1-d541f96a64c7 2018-08-12 08:50:39,743 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=9b8a7177-88d3-4fc9-8dce-88bd17f22f93 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c95cb04847edb4e964c233363c60adf1ccf70e2" 2018-08-12 08:50:39,842 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3775 X-Openstack-Request-Id: req-0aaeabdf-879c-4232-bd82-667257ff154c Date: Sun, 12 Aug 2018 08:50:39 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"9b8a7177-88d3-4fc9-8dce-88bd17f22f93","tenant_id":"e580cfaf966c4c2ea126413b5f30357f","created_at":"2018-08-12T08:48:21Z","admin_state_up":true,"updated_at":"2018-08-12T08:48:24Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-9b8a7177-88d3-4fc9-8dce-88bd17f22f93","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:ac:25:3a","id":"4b969482-f9d4-43bb-a026-860f6590e577","port_security_enabled":false,"project_id":"e580cfaf966c4c2ea126413b5f30357f","fixed_ips":[{"subnet_id":"132cdf22-b32e-4628-9f44-6f2578cce43b","ip_address":"10.55.1.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"9b8a7177-88d3-4fc9-8dce-88bd17f22f93","tenant_id":"e580cfaf966c4c2ea126413b5f30357f","created_at":"2018-08-12T08:48:26Z","admin_state_up":true,"updated_at":"2018-08-12T08:48:27Z","binding:vnic_type":"normal","device_id":"672f0511-ccba-49f7-a709-57f8417dfb0c","device_owner":"network:router_interface","revision_number":6,"mac_address":"fa:16:3e:56:b3:68","id":"c25f4865-e00b-4508-a576-b2915b29401c","port_security_enabled":false,"project_id":"e580cfaf966c4c2ea126413b5f30357f","fixed_ips":[{"subnet_id":"132cdf22-b32e-4628-9f44-6f2578cce43b","ip_address":"10.55.1.1"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"9b8a7177-88d3-4fc9-8dce-88bd17f22f93","tenant_id":"e580cfaf966c4c2ea126413b5f30357f","created_at":"2018-08-12T08:48:40Z","admin_state_up":true,"updated_at":"2018-08-12T08:50:36Z","binding:vnic_type":"normal","device_id":"c5666c6d-f963-4b80-9e9f-fd95c7ce864b","device_owner":"compute:nova","revision_number":12,"mac_address":"fa:16:3e:07:17:61","id":"c2b640e0-bf08-40dc-8627-a0ead77eaf9d","port_security_enabled":true,"project_id":"e580cfaf966c4c2ea126413b5f30357f","fixed_ips":[{"subnet_id":"132cdf22-b32e-4628-9f44-6f2578cce43b","ip_address":"10.55.1.16"}],"extra_dhcp_opts":[],"security_groups":["1d9c18a9-2b7a-4af6-a9aa-646532d064e5","fcc99492-d0f9-41c2-a3aa-cde7d69ef17a"],"name":"AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-port-1"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"9b8a7177-88d3-4fc9-8dce-88bd17f22f93","tenant_id":"e580cfaf966c4c2ea126413b5f30357f","created_at":"2018-08-12T08:48:21Z","admin_state_up":true,"updated_at":"2018-08-12T08:48:23Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-9b8a7177-88d3-4fc9-8dce-88bd17f22f93","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:4c:db:6d","id":"cf9fa49f-5ec6-438c-b068-47ae1a0e1c47","port_security_enabled":false,"project_id":"e580cfaf966c4c2ea126413b5f30357f","fixed_ips":[{"subnet_id":"132cdf22-b32e-4628-9f44-6f2578cce43b","ip_address":"10.55.1.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"9b8a7177-88d3-4fc9-8dce-88bd17f22f93","tenant_id":"e580cfaf966c4c2ea126413b5f30357f","created_at":"2018-08-12T08:48:22Z","admin_state_up":true,"updated_at":"2018-08-12T08:48:25Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-9b8a7177-88d3-4fc9-8dce-88bd17f22f93","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:ac:42:6d","id":"d57342dc-552d-4797-bbc2-b05b21d1af02","port_security_enabled":false,"project_id":"e580cfaf966c4c2ea126413b5f30357f","fixed_ips":[{"subnet_id":"132cdf22-b32e-4628-9f44-6f2578cce43b","ip_address":"10.55.1.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-12 08:50:39,842 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=9b8a7177-88d3-4fc9-8dce-88bd17f22f93 used request id req-0aaeabdf-879c-4232-bd82-667257ff154c 2018-08-12 08:50:39,843 - create_instance - INFO - Checking if VM is active 2018-08-12 08:50:39,846 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c95cb04847edb4e964c233363c60adf1ccf70e2" 2018-08-12 08:50:40,216 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:50: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-526adba3-4498-4cfd-99ea-d6bfc311e811 x-compute-request-id: req-526adba3-4498-4cfd-99ea-d6bfc311e811 Content-Encoding: gzip Content-Length: 784 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:17:61", "version": 4, "addr": "10.55.1.16", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:17:61", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b", "rel": "bookmark"}], "image": {"id": "290a4d3d-1c41-4510-ba1d-1f0fb4a7a0a0", "links": [{"href": "http://172.30.9.21:8774/images/290a4d3d-1c41-4510-ba1d-1f0fb4a7a0a0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:50:26.000000", "flavor": {"id": "0a58d74d-e2af-4a5d-bae4-e2642f47de9e", "links": [{"href": "http://172.30.9.21:8774/flavors/0a58d74d-e2af-4a5d-bae4-e2642f47de9e", "rel": "bookmark"}]}, "id": "c5666c6d-f963-4b80-9e9f-fd95c7ce864b", "security_groups": [{"name": "AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-sec-grp"}, {"name": "default"}], "user_id": "c62df36d62284745b5c98c92f61d0103", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:50:26Z", "hostId": "b1882a8c43b729cf60b8378ef4290484cb80028b17b09314805d967e", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-kp", "name": "AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-inst", "created": "2018-08-12T08:48:44Z", "tenant_id": "e580cfaf966c4c2ea126413b5f30357f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:50:40,216 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b used request id req-526adba3-4498-4cfd-99ea-d6bfc311e811 2018-08-12 08:50:40,216 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-inst] is - ACTIVE 2018-08-12 08:50:40,217 - create_instance - INFO - VM is - ACTIVE 2018-08-12 08:50:40,219 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c95cb04847edb4e964c233363c60adf1ccf70e2" 2018-08-12 08:50:40,713 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:50:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-41ae1cff-1c64-4120-9841-7898f0e1bcea x-compute-request-id: req-41ae1cff-1c64-4120-9841-7898f0e1bcea Content-Encoding: gzip Content-Length: 784 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:17:61", "version": 4, "addr": "10.55.1.16", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:17:61", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b", "rel": "bookmark"}], "image": {"id": "290a4d3d-1c41-4510-ba1d-1f0fb4a7a0a0", "links": [{"href": "http://172.30.9.21:8774/images/290a4d3d-1c41-4510-ba1d-1f0fb4a7a0a0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:50:26.000000", "flavor": {"id": "0a58d74d-e2af-4a5d-bae4-e2642f47de9e", "links": [{"href": "http://172.30.9.21:8774/flavors/0a58d74d-e2af-4a5d-bae4-e2642f47de9e", "rel": "bookmark"}]}, "id": "c5666c6d-f963-4b80-9e9f-fd95c7ce864b", "security_groups": [{"name": "AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-sec-grp"}, {"name": "default"}], "user_id": "c62df36d62284745b5c98c92f61d0103", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:50:26Z", "hostId": "b1882a8c43b729cf60b8378ef4290484cb80028b17b09314805d967e", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-kp", "name": "AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-inst", "created": "2018-08-12T08:48:44Z", "tenant_id": "e580cfaf966c4c2ea126413b5f30357f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:50:40,713 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b used request id req-41ae1cff-1c64-4120-9841-7898f0e1bcea 2018-08-12 08:50:40,718 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c95cb04847edb4e964c233363c60adf1ccf70e2" 2018-08-12 08:50:40,821 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 634 X-Openstack-Request-Id: req-fc1a89cb-cdce-42dd-8861-57c85be8b823 Date: Sun, 12 Aug 2018 08:50: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":["132cdf22-b32e-4628-9f44-6f2578cce43b"],"updated_at":"2018-08-12T08:48:20Z","tenant_id":"e580cfaf966c4c2ea126413b5f30357f","created_at":"2018-08-12T08:48:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"e580cfaf966c4c2ea126413b5f30357f","id":"9b8a7177-88d3-4fc9-8dce-88bd17f22f93","name":"AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-pub-net"}]} 2018-08-12 08:50:40,821 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-pub-net used request id req-fc1a89cb-cdce-42dd-8861-57c85be8b823 2018-08-12 08:50:40,825 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e580cfaf966c4c2ea126413b5f30357f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c95cb04847edb4e964c233363c60adf1ccf70e2" 2018-08-12 08:50:40,921 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:50:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c33cf858-c608-4c62-b123-515f9c6116b2 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/e580cfaf966c4c2ea126413b5f30357f"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "e580cfaf966c4c2ea126413b5f30357f", "name": "AnsibleProvisioningTests-90aaf607-e50f-4a6-proj"}} 2018-08-12 08:50:40,921 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e580cfaf966c4c2ea126413b5f30357f used request id req-c33cf858-c608-4c62-b123-515f9c6116b2 2018-08-12 08:50:40,926 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=9b8a7177-88d3-4fc9-8dce-88bd17f22f93 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c95cb04847edb4e964c233363c60adf1ccf70e2" 2018-08-12 08:50:40,981 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-68e073ed-3d0d-4335-b099-a47db4ff1e89 Date: Sun, 12 Aug 2018 08:50:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9b8a7177-88d3-4fc9-8dce-88bd17f22f93","tenant_id":"e580cfaf966c4c2ea126413b5f30357f","created_at":"2018-08-12T08:48:20Z","dns_nameservers":[],"updated_at":"2018-08-12T08:48:20Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e580cfaf966c4c2ea126413b5f30357f","id":"132cdf22-b32e-4628-9f44-6f2578cce43b","subnetpool_id":null,"name":"AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-pub-subnet"}]} 2018-08-12 08:50:40,981 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=9b8a7177-88d3-4fc9-8dce-88bd17f22f93 used request id req-68e073ed-3d0d-4335-b099-a47db4ff1e89 2018-08-12 08:50:40,987 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=9b8a7177-88d3-4fc9-8dce-88bd17f22f93 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c95cb04847edb4e964c233363c60adf1ccf70e2" 2018-08-12 08:50:41,097 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3775 X-Openstack-Request-Id: req-850fa593-7dcf-4c9a-bf02-880da63a5041 Date: Sun, 12 Aug 2018 08:50:41 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"9b8a7177-88d3-4fc9-8dce-88bd17f22f93","tenant_id":"e580cfaf966c4c2ea126413b5f30357f","created_at":"2018-08-12T08:48:21Z","admin_state_up":true,"updated_at":"2018-08-12T08:48:24Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-9b8a7177-88d3-4fc9-8dce-88bd17f22f93","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:ac:25:3a","id":"4b969482-f9d4-43bb-a026-860f6590e577","port_security_enabled":false,"project_id":"e580cfaf966c4c2ea126413b5f30357f","fixed_ips":[{"subnet_id":"132cdf22-b32e-4628-9f44-6f2578cce43b","ip_address":"10.55.1.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"9b8a7177-88d3-4fc9-8dce-88bd17f22f93","tenant_id":"e580cfaf966c4c2ea126413b5f30357f","created_at":"2018-08-12T08:48:26Z","admin_state_up":true,"updated_at":"2018-08-12T08:48:27Z","binding:vnic_type":"normal","device_id":"672f0511-ccba-49f7-a709-57f8417dfb0c","device_owner":"network:router_interface","revision_number":6,"mac_address":"fa:16:3e:56:b3:68","id":"c25f4865-e00b-4508-a576-b2915b29401c","port_security_enabled":false,"project_id":"e580cfaf966c4c2ea126413b5f30357f","fixed_ips":[{"subnet_id":"132cdf22-b32e-4628-9f44-6f2578cce43b","ip_address":"10.55.1.1"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"9b8a7177-88d3-4fc9-8dce-88bd17f22f93","tenant_id":"e580cfaf966c4c2ea126413b5f30357f","created_at":"2018-08-12T08:48:40Z","admin_state_up":true,"updated_at":"2018-08-12T08:50:36Z","binding:vnic_type":"normal","device_id":"c5666c6d-f963-4b80-9e9f-fd95c7ce864b","device_owner":"compute:nova","revision_number":12,"mac_address":"fa:16:3e:07:17:61","id":"c2b640e0-bf08-40dc-8627-a0ead77eaf9d","port_security_enabled":true,"project_id":"e580cfaf966c4c2ea126413b5f30357f","fixed_ips":[{"subnet_id":"132cdf22-b32e-4628-9f44-6f2578cce43b","ip_address":"10.55.1.16"}],"extra_dhcp_opts":[],"security_groups":["1d9c18a9-2b7a-4af6-a9aa-646532d064e5","fcc99492-d0f9-41c2-a3aa-cde7d69ef17a"],"name":"AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-port-1"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"9b8a7177-88d3-4fc9-8dce-88bd17f22f93","tenant_id":"e580cfaf966c4c2ea126413b5f30357f","created_at":"2018-08-12T08:48:21Z","admin_state_up":true,"updated_at":"2018-08-12T08:48:23Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-9b8a7177-88d3-4fc9-8dce-88bd17f22f93","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:4c:db:6d","id":"cf9fa49f-5ec6-438c-b068-47ae1a0e1c47","port_security_enabled":false,"project_id":"e580cfaf966c4c2ea126413b5f30357f","fixed_ips":[{"subnet_id":"132cdf22-b32e-4628-9f44-6f2578cce43b","ip_address":"10.55.1.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"9b8a7177-88d3-4fc9-8dce-88bd17f22f93","tenant_id":"e580cfaf966c4c2ea126413b5f30357f","created_at":"2018-08-12T08:48:22Z","admin_state_up":true,"updated_at":"2018-08-12T08:48:25Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-9b8a7177-88d3-4fc9-8dce-88bd17f22f93","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:ac:42:6d","id":"d57342dc-552d-4797-bbc2-b05b21d1af02","port_security_enabled":false,"project_id":"e580cfaf966c4c2ea126413b5f30357f","fixed_ips":[{"subnet_id":"132cdf22-b32e-4628-9f44-6f2578cce43b","ip_address":"10.55.1.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-12 08:50:41,097 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=9b8a7177-88d3-4fc9-8dce-88bd17f22f93 used request id req-850fa593-7dcf-4c9a-bf02-880da63a5041 2018-08-12 08:50:41,098 - ansible_utils - DEBUG - Retrieving SSH client 2018-08-12 08:50:41,099 - paramiko.transport - DEBUG - starting thread (client mode): 0x91ba250L 2018-08-12 08:50:41,100 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-12 08:50:41,104 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.10 2018-08-12 08:50:41,104 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1p1) 2018-08-12 08:50:41,105 - 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-group-exchange-sha1', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'ssh-dss', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] server encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] client mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', 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-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] server mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', 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-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] 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 08:50:41,105 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-12 08:50:41,106 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-12 08:50:41,106 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-12 08:50:41,106 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-12 08:50:41,106 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-12 08:50:41,146 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-12 08:50:41,146 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-12 08:50:41,164 - paramiko.transport - DEBUG - Trying discovered key 43e0c7f67f9397bfcceb0dc10236a47c in tmp/AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267 2018-08-12 08:50:41,186 - paramiko.transport - DEBUG - userauth is OK 2018-08-12 08:50:41,196 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-12 08:50:41,296 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-12 08:50:41,310 - create_instance - INFO - SSH is active for VM instance 2018-08-12 08:50:41,310 - ansible_utils - DEBUG - Retrieving SSH client 2018-08-12 08:50:41,312 - paramiko.transport - DEBUG - starting thread (client mode): 0x91ba250L 2018-08-12 08:50:41,312 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-12 08:50:41,316 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.10 2018-08-12 08:50:41,316 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1p1) 2018-08-12 08:50:41,317 - 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-group-exchange-sha1', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'ssh-dss', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] server encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] client mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', 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-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] server mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', 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-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] 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 08:50:41,317 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-12 08:50:41,317 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-12 08:50:41,318 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-12 08:50:41,318 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-12 08:50:41,318 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-12 08:50:41,357 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-12 08:50:41,358 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-12 08:50:41,376 - paramiko.transport - DEBUG - Trying discovered key 43e0c7f67f9397bfcceb0dc10236a47c in tmp/AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267 2018-08-12 08:50:41,394 - paramiko.transport - DEBUG - userauth is OK 2018-08-12 08:50:41,402 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-12 08:50:41,409 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-12 08:50:41,595 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-12 08:50:41,596 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-12 08:50:41,610 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-12 08:50:41,621 - create_instance - INFO - cloud-init complete for VM instance 2018-08-12 08:50:41,621 - ansible_utils - DEBUG - Retrieving SSH client 2018-08-12 08:50:41,622 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-12 08:50:41,624 - paramiko.transport - DEBUG - starting thread (client mode): 0x90e2cd0L 2018-08-12 08:50:41,624 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-12 08:50:41,625 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-12 08:50:41,627 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.10 2018-08-12 08:50:41,627 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1p1) 2018-08-12 08:50:41,628 - 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-group-exchange-sha1', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'ssh-dss', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] server encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] client mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', 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-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] server mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', 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-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] 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 08:50:41,628 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-12 08:50:41,629 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-12 08:50:41,629 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-12 08:50:41,629 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-12 08:50:41,629 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-12 08:50:41,669 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-12 08:50:41,670 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-12 08:50:41,689 - paramiko.transport - DEBUG - Trying discovered key 43e0c7f67f9397bfcceb0dc10236a47c in tmp/AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267 2018-08-12 08:50:41,710 - paramiko.transport - DEBUG - userauth is OK 2018-08-12 08:50:41,720 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-12 08:50:41,722 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-12 08:50:41,898 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-12 08:50:41,898 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-12 08:50:41,924 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-12 08:50:41,925 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-12 08:50:41,934 - ansible_utils - DEBUG - Setting up Ansible Playbook Executor for playbook - /usr/lib/python2.7/site-packages/snaps/provisioning/tests/playbooks/simple_playbook.yml 2018-08-12 08:50:41,954 - ansible_utils - DEBUG - Executing Ansible Playbook - /usr/lib/python2.7/site-packages/snaps/provisioning/tests/playbooks/simple_playbook.yml 2018-08-12 08:50:44,057 - ansible_utils - DEBUG - Retrieving SSH client 2018-08-12 08:50:44,059 - paramiko.transport - DEBUG - starting thread (client mode): 0x8f59850L 2018-08-12 08:50:44,060 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-12 08:50:44,065 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.10 2018-08-12 08:50:44,065 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1p1) 2018-08-12 08:50:44,067 - 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-group-exchange-sha1', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'ssh-dss', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] server encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] client mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', 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-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] server mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', 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-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] 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 08:50:44,067 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-12 08:50:44,068 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-12 08:50:44,068 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-12 08:50:44,068 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-12 08:50:44,068 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-12 08:50:44,110 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-12 08:50:44,111 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-12 08:50:44,123 - paramiko.transport - DEBUG - Trying discovered key 43e0c7f67f9397bfcceb0dc10236a47c in tmp/AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267 2018-08-12 08:50:44,150 - paramiko.transport - DEBUG - userauth is OK 2018-08-12 08:50:44,161 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-12 08:50:44,188 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-12 08:50:44,377 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-12 08:50:44,377 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-12 08:50:44,390 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-12 08:50:44,404 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-12 08:50:44,404 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-12 08:50:44,405 - paramiko.transport - DEBUG - Dropping user packet because connection is dead. 2018-08-12 08:50:44,405 - paramiko.transport - DEBUG - Dropping user packet because connection is dead. 2018-08-12 08:50:44,406 - create_instance - INFO - Deleting Floating IP - 172.30.9.206 2018-08-12 08:50:44,407 - neutron_utils - DEBUG - Attempting to delete existing floating ip with IP - 172.30.9.206 2018-08-12 08:50:44,412 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/floatingips/80113def-fd49-45b8-bae6-14ee90d7b8af -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c95cb04847edb4e964c233363c60adf1ccf70e2" 2018-08-12 08:50:45,021 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-5ac75f1d-cd81-4f72-b202-93e422ebb103 Content-Length: 0 Date: Sun, 12 Aug 2018 08:50:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:50:45,022 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/floatingips/80113def-fd49-45b8-bae6-14ee90d7b8af used request id req-5ac75f1d-cd81-4f72-b202-93e422ebb103 2018-08-12 08:50:45,022 - create_instance - INFO - Deleting Port with ID - c2b640e0-bf08-40dc-8627-a0ead77eaf9d 2018-08-12 08:50:45,022 - neutron_utils - INFO - Deleting port with name AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-port-1 2018-08-12 08:50:45,027 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/ports/c2b640e0-bf08-40dc-8627-a0ead77eaf9d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c95cb04847edb4e964c233363c60adf1ccf70e2" 2018-08-12 08:50:45,758 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-dff50660-bac8-4864-9b22-9a77e9ee7b70 Date: Sun, 12 Aug 2018 08:50:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:50:45,758 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/ports/c2b640e0-bf08-40dc-8627-a0ead77eaf9d used request id req-dff50660-bac8-4864-9b22-9a77e9ee7b70 2018-08-12 08:50:45,758 - create_instance - INFO - Deleting VM instance - AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-inst 2018-08-12 08:50:45,761 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c95cb04847edb4e964c233363c60adf1ccf70e2" 2018-08-12 08:50:45,917 - novaclient.v2.client - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08: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 x-openstack-request-id: req-95e936ed-3a8d-45ff-be63-42bfe7644602 x-compute-request-id: req-95e936ed-3a8d-45ff-be63-42bfe7644602 Content-Type: application/json 2018-08-12 08:50:45,917 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b used request id req-95e936ed-3a8d-45ff-be63-42bfe7644602 2018-08-12 08:50:45,918 - create_instance - INFO - Checking deletion status 2018-08-12 08:50:45,920 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c95cb04847edb4e964c233363c60adf1ccf70e2" 2018-08-12 08:50:46,188 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08: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-088acc3e-319c-4729-99f8-0cb2be385122 x-compute-request-id: req-088acc3e-319c-4729-99f8-0cb2be385122 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b", "rel": "bookmark"}], "image": {"id": "290a4d3d-1c41-4510-ba1d-1f0fb4a7a0a0", "links": [{"href": "http://172.30.9.21:8774/images/290a4d3d-1c41-4510-ba1d-1f0fb4a7a0a0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:50:26.000000", "flavor": {"id": "0a58d74d-e2af-4a5d-bae4-e2642f47de9e", "links": [{"href": "http://172.30.9.21:8774/flavors/0a58d74d-e2af-4a5d-bae4-e2642f47de9e", "rel": "bookmark"}]}, "id": "c5666c6d-f963-4b80-9e9f-fd95c7ce864b", "user_id": "c62df36d62284745b5c98c92f61d0103", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:50:45Z", "hostId": "b1882a8c43b729cf60b8378ef4290484cb80028b17b09314805d967e", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-kp", "name": "AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-inst", "created": "2018-08-12T08:48:44Z", "tenant_id": "e580cfaf966c4c2ea126413b5f30357f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:50:46,188 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b used request id req-088acc3e-319c-4729-99f8-0cb2be385122 2018-08-12 08:50:46,189 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-inst] is - ACTIVE 2018-08-12 08:50:46,189 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-12 08:50:49,192 - create_instance - DEBUG - VM status query timeout in 296.725451946 2018-08-12 08:50:49,195 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c95cb04847edb4e964c233363c60adf1ccf70e2" 2018-08-12 08:50:49,243 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:50:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-23d715ad-0d9f-4e35-8a55-610f19c6d4c9 x-compute-request-id: req-23d715ad-0d9f-4e35-8a55-610f19c6d4c9 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance c5666c6d-f963-4b80-9e9f-fd95c7ce864b could not be found.", "code": 404}} 2018-08-12 08:50:49,243 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/c5666c6d-f963-4b80-9e9f-fd95c7ce864b used request id req-23d715ad-0d9f-4e35-8a55-610f19c6d4c9 2018-08-12 08:50:49,243 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance c5666c6d-f963-4b80-9e9f-fd95c7ce864b could not be found. (HTTP 404) (Request-ID: req-23d715ad-0d9f-4e35-8a55-610f19c6d4c9) 2018-08-12 08:50:49,243 - create_instance - INFO - VM has been properly deleted VM with name - AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-inst 2018-08-12 08:50:49,245 - neutron_utils - INFO - Deleting security group rule with ID - f7d93460-0320-4bb3-9253-2886016a2200 2018-08-12 08:50:49,250 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/f7d93460-0320-4bb3-9253-2886016a2200 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7081d886b300b7640e5b0509d6a6727851f4218" 2018-08-12 08:50:49,516 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e338d4e8-fda4-4586-96f3-c47a86180f27 Content-Length: 0 Date: Sun, 12 Aug 2018 08:50:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:50:49,516 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/f7d93460-0320-4bb3-9253-2886016a2200 used request id req-e338d4e8-fda4-4586-96f3-c47a86180f27 2018-08-12 08:50:49,516 - neutron_utils - INFO - Deleting security group rule with ID - 5af265c0-0d43-4a79-ad92-8a07d84b0652 2018-08-12 08:50:49,521 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/5af265c0-0d43-4a79-ad92-8a07d84b0652 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7081d886b300b7640e5b0509d6a6727851f4218" 2018-08-12 08:50:49,768 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-8d80352c-0a3e-46f6-bf91-705fc7889e97 Content-Length: 0 Date: Sun, 12 Aug 2018 08:50:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:50:49,768 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/5af265c0-0d43-4a79-ad92-8a07d84b0652 used request id req-8d80352c-0a3e-46f6-bf91-705fc7889e97 2018-08-12 08:50:49,768 - neutron_utils - INFO - Deleting security group rule with ID - d4067c74-572c-4352-b32e-6207e05934eb 2018-08-12 08:50:49,773 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/d4067c74-572c-4352-b32e-6207e05934eb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7081d886b300b7640e5b0509d6a6727851f4218" 2018-08-12 08:50:50,041 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-275abbcd-c1bb-401e-a12e-8aea353f73eb Content-Length: 0 Date: Sun, 12 Aug 2018 08:50:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:50:50,042 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/d4067c74-572c-4352-b32e-6207e05934eb used request id req-275abbcd-c1bb-401e-a12e-8aea353f73eb 2018-08-12 08:50:50,042 - neutron_utils - INFO - Deleting security group rule with ID - 735fcc43-fd0e-4bfb-b8c2-16099322e7ee 2018-08-12 08:50:50,046 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/735fcc43-fd0e-4bfb-b8c2-16099322e7ee -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7081d886b300b7640e5b0509d6a6727851f4218" 2018-08-12 08:50:50,173 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e19395f3-e6ae-4d3f-81ad-0c2d0b2eb4de Content-Length: 0 Date: Sun, 12 Aug 2018 08:50:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:50:50,173 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/735fcc43-fd0e-4bfb-b8c2-16099322e7ee used request id req-e19395f3-e6ae-4d3f-81ad-0c2d0b2eb4de 2018-08-12 08:50:50,173 - neutron_utils - INFO - Deleting security group with name - AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-sec-grp 2018-08-12 08:50:50,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/1d9c18a9-2b7a-4af6-a9aa-646532d064e5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7081d886b300b7640e5b0509d6a6727851f4218" 2018-08-12 08:50:50,532 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-8616c7b7-b76f-4e7f-9cff-796bc5ffc1c8 Content-Length: 0 Date: Sun, 12 Aug 2018 08:50:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:50:50,532 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/1d9c18a9-2b7a-4af6-a9aa-646532d064e5 used request id req-8616c7b7-b76f-4e7f-9cff-796bc5ffc1c8 2018-08-12 08:50:50,533 - nova_utils - DEBUG - Deleting keypair - AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-kp 2018-08-12 08:50:50,536 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/os-keypairs/AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00302c570326ee3eb8cdce023cdf674c054a93a0" 2018-08-12 08:50:50,592 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 08: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 x-openstack-request-id: req-fcad7e4b-12c7-4f9c-94e9-aa394821f4f6 x-compute-request-id: req-fcad7e4b-12c7-4f9c-94e9-aa394821f4f6 Content-Length: 0 Content-Type: application/json 2018-08-12 08:50:50,592 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-kp used request id req-fcad7e4b-12c7-4f9c-94e9-aa394821f4f6 2018-08-12 08:50:50,592 - OpenStackKeypair - INFO - Deleted public key file [tmp/AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267.pub] 2018-08-12 08:50:50,593 - OpenStackKeypair - INFO - Deleted private key file [tmp/AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267] 2018-08-12 08:50:50,596 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/flavors/0a58d74d-e2af-4a5d-bae4-e2642f47de9e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39cc925bfe11244fae46189f5dee84dbe3fdf772" 2018-08-12 08:50:50,674 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 08: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 x-openstack-request-id: req-5b5a738b-0871-460a-ad56-a3d9caacc238 x-compute-request-id: req-5b5a738b-0871-460a-ad56-a3d9caacc238 Content-Length: 0 Content-Type: application/json 2018-08-12 08:50:50,674 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/0a58d74d-e2af-4a5d-bae4-e2642f47de9e used request id req-5b5a738b-0871-460a-ad56-a3d9caacc238 2018-08-12 08:50:50,675 - OpenStackNetwork - INFO - Removing router interface from router AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-pub-router and subnet AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-pub-subnet 2018-08-12 08:50:50,676 - neutron_utils - INFO - Removing router interface from router named AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-pub-router 2018-08-12 08:50:50,681 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9696/v2.0/routers/672f0511-ccba-49f7-a709-57f8417dfb0c/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}726629e5934ad5bba77e0858ee62a67fedbc8171" -d '{"subnet_id": "132cdf22-b32e-4628-9f44-6f2578cce43b"}' 2018-08-12 08:50:52,136 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-fc35d639-c3d6-4f25-a3dd-d9e00cf61d2c Date: Sun, 12 Aug 2018 08:50:52 GMT RESP BODY: {"network_id": "9b8a7177-88d3-4fc9-8dce-88bd17f22f93", "tenant_id": "e580cfaf966c4c2ea126413b5f30357f", "subnet_id": "132cdf22-b32e-4628-9f44-6f2578cce43b", "subnet_ids": ["132cdf22-b32e-4628-9f44-6f2578cce43b"], "port_id": "c25f4865-e00b-4508-a576-b2915b29401c", "id": "672f0511-ccba-49f7-a709-57f8417dfb0c"} 2018-08-12 08:50:52,136 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/672f0511-ccba-49f7-a709-57f8417dfb0c/remove_router_interface used request id req-fc35d639-c3d6-4f25-a3dd-d9e00cf61d2c 2018-08-12 08:50:52,137 - OpenStackNetwork - INFO - Removing router AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-pub-router 2018-08-12 08:50:52,137 - neutron_utils - INFO - Deleting router with name - AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-pub-router 2018-08-12 08:50:52,142 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/routers/672f0511-ccba-49f7-a709-57f8417dfb0c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}726629e5934ad5bba77e0858ee62a67fedbc8171" 2018-08-12 08:50:53,489 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-02985c8e-51f4-4980-82f8-93b6a00674cd Content-Length: 0 Date: Sun, 12 Aug 2018 08:50:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:50:53,490 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/672f0511-ccba-49f7-a709-57f8417dfb0c used request id req-02985c8e-51f4-4980-82f8-93b6a00674cd 2018-08-12 08:50:53,490 - neutron_utils - INFO - Deleting subnet with name AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-pub-subnet 2018-08-12 08:50:53,491 - neutron_utils - INFO - Deleting subnet with name AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-pub-subnet 2018-08-12 08:50:53,496 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/132cdf22-b32e-4628-9f44-6f2578cce43b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97c569aa5b475d1d9a3a8af57802eb5761d9cd39" 2018-08-12 08:50:55,786 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-65bd12c7-b70f-4d64-b6ae-403d5f876090 Date: Sun, 12 Aug 2018 08:50:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:50:55,786 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/132cdf22-b32e-4628-9f44-6f2578cce43b used request id req-65bd12c7-b70f-4d64-b6ae-403d5f876090 2018-08-12 08:50:55,787 - neutron_utils - INFO - Deleting network with name AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267-pub-net 2018-08-12 08:50:55,792 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/9b8a7177-88d3-4fc9-8dce-88bd17f22f93 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97c569aa5b475d1d9a3a8af57802eb5761d9cd39" 2018-08-12 08:50:57,804 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-65455902-59ce-4dec-8ed4-bee9e2e4fd22 Date: Sun, 12 Aug 2018 08:50:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:50:57,804 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/9b8a7177-88d3-4fc9-8dce-88bd17f22f93 used request id req-65455902-59ce-4dec-8ed4-bee9e2e4fd22 2018-08-12 08:50:57,805 - glance_utils - INFO - Deleting image named - AnsibleProvisioningTests-d08e73a8-4aa5-4a15-ad3c-5068b0227267--image 2018-08-12 08:50:57,808 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/290a4d3d-1c41-4510-ba1d-1f0fb4a7a0a0 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bcb5f465fc701346b527b5e4d3c316ec54cc4be4" 2018-08-12 08:50:59,155 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-5a1a293d-c7c4-4eef-b001-2f8a66791001 Date: Sun, 12 Aug 2018 08:50: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 08:50:59,155 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/290a4d3d-1c41-4510-ba1d-1f0fb4a7a0a0 used request id req-5a1a293d-c7c4-4eef-b001-2f8a66791001 2018-08-12 08:50:59,157 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:50:59,157 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:50:59,157 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:50:59,158 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:50:59,158 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:50:59,165 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf85fa424a4f89ed588715f62505d5b9aced43cc" 2018-08-12 08:50:59,428 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 45548 X-Openstack-Request-Id: req-99c67a95-adbc-4e49-b768-c4b0156fca96 Date: Sun, 12 Aug 2018 08:50:59 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "created_at": "2018-08-12T06:59:44Z", "updated_at": "2018-08-12T06:59:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "1d7fd960-7865-4453-aecc-8d399b4fad21", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "66820d8a-b785-4b18-bd67-500221c8e4f9", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "74fc7638-a322-4841-8c47-06d36174a200", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "8eaa09ec-8419-4582-9312-1e527afe6e4b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}], "revision_number": 4, "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "created_at": "2018-08-12T05:12:34Z", "updated_at": "2018-08-12T05:12:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "709513d2-af7d-4d0b-bd3c-604fed75a711", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "aa346066-e46f-44f2-94be-2884aa998a19", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "c15f7b93-e56c-4afa-867d-2acb286d4b7b", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "cb0ef83f-5f70-4a80-ad35-431ca9df551e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}], "revision_number": 4, "project_id": "fa5a7fe6ee54472ba01638877aade8e3", "id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ea65becf30e54b27aa96a449698a435e", "created_at": "2018-08-12T05:10:35Z", "updated_at": "2018-08-12T05:10:35Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "30ad280c-f302-4cd4-a438-5139917b56f9", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "76115c4c-887d-4f0a-83e2-486e4b39c713", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "8ab14937-4c08-4d43-8a9a-662e622cc643", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "ee757a03-5662-4273-9c3e-6212e7afb48f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}], "revision_number": 4, "project_id": "ea65becf30e54b27aa96a449698a435e", "id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "created_at": "2018-08-12T06:20:09Z", "updated_at": "2018-08-12T06:20:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "1123b8f2-75ac-4a26-b9b2-a96da97408e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "2ddd2b93-e080-48cd-9a50-f5fe8a82ad0c", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "cd1bae62-0aea-4438-b4c3-50a69ae6f855", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "e398e01e-ceea-46d1-9534-b929808c4a5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}], "revision_number": 4, "project_id": "ff7abd7bb61f4f2889831e932d65dc2e", "id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "created_at": "2018-08-12T05:34:57Z", "updated_at": "2018-08-12T05:34:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "208a1c1e-f5f8-49c7-9a25-d07e68b1541f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "27bfd867-e607-4bf8-9de8-60682d3f771d", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "49360e1f-6fd3-4f35-b339-24cea95773ee", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "60f631a9-d305-4920-9631-d0543e2ac64f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}], "revision_number": 4, "project_id": "3a85ceae958d4d9fba68847e7df67db8", "id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "created_at": "2018-08-12T05:34:40Z", "updated_at": "2018-08-12T05:34:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "2192c259-363e-4768-ae73-e75837ad63b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "3f87ddc5-f84d-41dc-8215-847724782569", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "7d89f6da-ea78-49dd-9115-f9ad23b250bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "9ec4497d-0f65-44db-9be9-7b3042e4a584", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}], "revision_number": 4, "project_id": "85517fcf1c6247e699fdcdd42ecc8c79", "id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "created_at": "2018-08-12T05:16:02Z", "updated_at": "2018-08-12T05:16:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "1ecacd8c-c1c7-4a66-9871-406a69323b43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "3cc1750c-e0e7-4902-b6f3-494a161b832e", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "d719a7a4-8c99-44ed-8c12-6bf071890203", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "fe7421b5-d577-41da-8c78-62f3c07eda92", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}], "revision_number": 4, "project_id": "a267b9a156244bb192691cff6e5f74fe", "id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "315a428116f24d9fbb826b37080a918e", "created_at": "2018-08-12T05:11:31Z", "updated_at": "2018-08-12T05:11:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "5e52886a-1dc3-4a81-a55d-f388dc4fd1a1", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "678e32e4-d64c-448a-a4ab-e253ab94ae90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "a8da1539-e3ad-4f90-b2df-3dc1f09d228a", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "b73d5cc9-0205-4658-bb1f-61a042c0ab8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}], "revision_number": 4, "project_id": "315a428116f24d9fbb826b37080a918e", "id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-12T05:08:01Z", "updated_at": "2018-08-12T05:08:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:01Z", "revision_number": 0, "id": "0fb05d03-1117-45d0-930c-b6d4c96ef102", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "4faaab33-5788-4bbd-85b8-0fb44d41413a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "96d0c5a0-5c67-421b-8fc8-2b46d77e5db3", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "dd78519b-4bc5-4e8e-ad0f-58089dd69347", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "11a46741b7954b959fd7764109c047b6", "created_at": "2018-08-12T05:34:51Z", "updated_at": "2018-08-12T05:34:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "0b67bf3c-2289-43bb-ab6c-7d25ec32a279", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "51f3f833-337a-42bd-a8d5-742ea8d6c226", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "571fd0b5-ef90-408d-af33-aafb517b8993", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "944ba823-fb9c-496e-a66e-bb426bb14a8d", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}], "revision_number": 4, "project_id": "11a46741b7954b959fd7764109c047b6", "id": "90af9782-8112-4257-801d-ee5115d226ba", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "created_at": "2018-08-12T05:34:26Z", "updated_at": "2018-08-12T05:34:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "2ee1f63a-807c-4d6a-85ee-dd784f6b8c3f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5dec3ec2-2add-47dd-8618-90659dcf3885", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5ea0dc3e-49d0-43f0-94e9-f6443527d14c", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "fbfaca22-7e3e-4128-8973-43e439b77c28", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}], "revision_number": 4, "project_id": "3c01cd58055c44ecaef39f7e625c2258", "id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "521007c1818145639e93ceb270559219", "created_at": "2018-08-12T05:13:27Z", "updated_at": "2018-08-12T05:13:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "5e7fede5-b0f2-47d8-95c3-516cdfc7f9de", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "8fd0e36f-c6c4-4f64-ba97-40439e614448", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "db7d79de-1dfc-4138-945f-91e74cdc266b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "e87f2cff-ff3e-4b6d-aaf0-7f0eb0ab9f05", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}], "revision_number": 4, "project_id": "521007c1818145639e93ceb270559219", "id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "created_at": "2018-08-12T05:08:18Z", "updated_at": "2018-08-12T05:08:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "3c67be40-bf74-4f97-9693-d93ce73a23b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "6112d869-2fc6-4a25-a13c-3d55cd7206c0", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "bdf21c56-453e-482e-9cba-3c55abcb0339", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "c8e92c39-38cc-4f48-be9c-5f0912e6a725", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}], "revision_number": 4, "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "created_at": "2018-08-12T05:04:23Z", "updated_at": "2018-08-12T05:04:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "280546d9-8ad1-4283-abfc-15ee9b1736c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "58bce125-f2ca-4a6d-b9ca-4e6cf5c0f7a5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "69275b9a-cfb5-482c-a9c4-8ffc79adf2c7", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "6d747f3a-3764-469a-a645-f977585c5aac", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}], "revision_number": 4, "project_id": "310f5853751a4c968f3eeb0a3d99a0a8", "id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "created_at": "2018-08-12T05:34:42Z", "updated_at": "2018-08-12T05:34:42Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "199582e8-25aa-457a-aa7c-6d8413ca4464", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "234f3609-4454-448f-919d-c8143c7cd764", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "c1061460-71a2-49a9-a04b-9fa33eeb17ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "d21ac532-51d8-4d6b-8300-7bac216759bf", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}], "revision_number": 4, "project_id": "9f6c1a272706419c9a74b0893b2890e8", "id": "d6739716-c693-460c-89c6-e7c8c48f8245", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "created_at": "2018-08-12T05:34:54Z", "updated_at": "2018-08-12T05:34:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "0633a05a-ee7d-4476-a56b-75d011b22f77", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "6cc1b9f8-73db-47a3-a0e0-3c96c43f34da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "90d99a6b-e94f-4fd8-a10c-f19dd8954c13", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "e843c139-af2a-4d2c-a24f-59f7b10ff72e", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}], "revision_number": 4, "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "created_at": "2018-08-12T05:09:07Z", "updated_at": "2018-08-12T05:09:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "5495e168-f505-4d74-ae6d-387f0bf533c2", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "6fd19b8b-3062-456e-81ba-3ff37fe43429", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8ca59d25-485c-46ce-939c-2e4a468caeac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8f190846-50a0-42b9-b571-390809b752b1", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}], "revision_number": 4, "project_id": "fa9ca6d7608b4d7d87ce97331679a481", "id": "edcd9b17-9416-4c25-823c-060c435e18d7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "created_at": "2018-08-12T05:34:52Z", "updated_at": "2018-08-12T05:34:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "2c7e484e-6ec5-4a95-8c9c-66d294c0c27e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "70c74258-3c2c-4efc-87e0-079c26ee3417", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "b70382fa-082e-4c2b-abc8-87490fa50b11", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "c3628e02-b4b6-42c9-8751-c1a2d3c19caa", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}], "revision_number": 4, "project_id": "87db863ba6e348b0a5ddcb67053db9d1", "id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e580cfaf966c4c2ea126413b5f30357f", "created_at": "2018-08-12T08:48:18Z", "updated_at": "2018-08-12T08:48:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:48:18Z", "revision_number": 0, "id": "159dea2a-b186-4337-9306-2b320a850098", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:48:18Z", "security_group_id": "fcc99492-d0f9-41c2-a3aa-cde7d69ef17a", "tenant_id": "e580cfaf966c4c2ea126413b5f30357f", "port_range_min": null, "ethertype": "IPv6", "project_id": "e580cfaf966c4c2ea126413b5f30357f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:48:18Z", "revision_number": 0, "id": "295822dd-fb8d-4a03-8f87-56af8f2f1ae6", "remote_group_id": "fcc99492-d0f9-41c2-a3aa-cde7d69ef17a", "remote_ip_prefix": null, "created_at": "2018-08-12T08:48:18Z", "security_group_id": "fcc99492-d0f9-41c2-a3aa-cde7d69ef17a", "tenant_id": "e580cfaf966c4c2ea126413b5f30357f", "port_range_min": null, "ethertype": "IPv6", "project_id": "e580cfaf966c4c2ea126413b5f30357f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:48:18Z", "revision_number": 0, "id": "c9c7c816-c1c7-41a8-b913-b61c77488bf8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:48:18Z", "security_group_id": "fcc99492-d0f9-41c2-a3aa-cde7d69ef17a", "tenant_id": "e580cfaf966c4c2ea126413b5f30357f", "port_range_min": null, "ethertype": "IPv4", "project_id": "e580cfaf966c4c2ea126413b5f30357f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:48:18Z", "revision_number": 0, "id": "e89b880d-df06-415a-9039-3998c9521cc0", "remote_group_id": "fcc99492-d0f9-41c2-a3aa-cde7d69ef17a", "remote_ip_prefix": null, "created_at": "2018-08-12T08:48:18Z", "security_group_id": "fcc99492-d0f9-41c2-a3aa-cde7d69ef17a", "tenant_id": "e580cfaf966c4c2ea126413b5f30357f", "port_range_min": null, "ethertype": "IPv4", "project_id": "e580cfaf966c4c2ea126413b5f30357f"}], "revision_number": 4, "project_id": "e580cfaf966c4c2ea126413b5f30357f", "id": "fcc99492-d0f9-41c2-a3aa-cde7d69ef17a", "name": "default"}]} 2018-08-12 08:50:59,429 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-99c67a95-adbc-4e49-b768-c4b0156fca96 2018-08-12 08:50:59,438 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf85fa424a4f89ed588715f62505d5b9aced43cc" 2018-08-12 08:50:59,547 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:50:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c08cf30d-b5f7-4aee-814f-4044c0175440 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 5fe28c13d4d74ba2be8d019ac1ea6363.", "code": 404, "title": "Not Found"}} 2018-08-12 08:50:59,547 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 used request id req-c08cf30d-b5f7-4aee-814f-4044c0175440 2018-08-12 08:50:59,548 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:50:59,551 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf85fa424a4f89ed588715f62505d5b9aced43cc" 2018-08-12 08:50:59,641 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:50:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7057d6b9-554c-4910-9c39-3c25332b514f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa5a7fe6ee54472ba01638877aade8e3.", "code": 404, "title": "Not Found"}} 2018-08-12 08:50:59,641 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 used request id req-7057d6b9-554c-4910-9c39-3c25332b514f 2018-08-12 08:50:59,641 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:50:59,645 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf85fa424a4f89ed588715f62505d5b9aced43cc" 2018-08-12 08:50:59,740 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:50:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f9f0f3f8-4271-4d87-8f89-8fedfaddd6d4 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ea65becf30e54b27aa96a449698a435e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:50:59,740 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e used request id req-f9f0f3f8-4271-4d87-8f89-8fedfaddd6d4 2018-08-12 08:50:59,740 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:50:59,744 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf85fa424a4f89ed588715f62505d5b9aced43cc" 2018-08-12 08:50:59,833 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:50:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-09227371-e764-4ed2-826f-375b360924c3 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ff7abd7bb61f4f2889831e932d65dc2e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:50:59,834 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e used request id req-09227371-e764-4ed2-826f-375b360924c3 2018-08-12 08:50:59,834 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:50:59,837 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf85fa424a4f89ed588715f62505d5b9aced43cc" 2018-08-12 08:50:59,921 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:50:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f29797fc-1367-467d-9147-ca70d6887ea0 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3a85ceae958d4d9fba68847e7df67db8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:50:59,921 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 used request id req-f29797fc-1367-467d-9147-ca70d6887ea0 2018-08-12 08:50:59,921 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:50:59,925 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf85fa424a4f89ed588715f62505d5b9aced43cc" 2018-08-12 08:51:00,015 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:50:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9a2e94fb-3ffc-4e6d-a2e5-0b34d7c0755f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 85517fcf1c6247e699fdcdd42ecc8c79.", "code": 404, "title": "Not Found"}} 2018-08-12 08:51:00,015 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 used request id req-9a2e94fb-3ffc-4e6d-a2e5-0b34d7c0755f 2018-08-12 08:51:00,015 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:51:00,019 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf85fa424a4f89ed588715f62505d5b9aced43cc" 2018-08-12 08:51:00,112 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:51:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3041d330-d060-48b1-831a-3ed5a10da45c Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}} 2018-08-12 08:51:00,113 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe used request id req-3041d330-d060-48b1-831a-3ed5a10da45c 2018-08-12 08:51:00,117 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf85fa424a4f89ed588715f62505d5b9aced43cc" 2018-08-12 08:51:00,204 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:51:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-79ff79ac-e4d8-4cc6-9dda-3839370a9338 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 315a428116f24d9fbb826b37080a918e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:51:00,204 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/315a428116f24d9fbb826b37080a918e used request id req-79ff79ac-e4d8-4cc6-9dda-3839370a9338 2018-08-12 08:51:00,204 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:51:00,208 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf85fa424a4f89ed588715f62505d5b9aced43cc" 2018-08-12 08:51:00,301 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:51:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-148bcd67-8ee8-4112-8808-f9bdbf6003f4 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 11a46741b7954b959fd7764109c047b6.", "code": 404, "title": "Not Found"}} 2018-08-12 08:51:00,301 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/11a46741b7954b959fd7764109c047b6 used request id req-148bcd67-8ee8-4112-8808-f9bdbf6003f4 2018-08-12 08:51:00,301 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:51:00,306 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf85fa424a4f89ed588715f62505d5b9aced43cc" 2018-08-12 08:51:00,494 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:51:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-57275fb3-9a01-4195-8360-1cfd649d51b3 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3c01cd58055c44ecaef39f7e625c2258.", "code": 404, "title": "Not Found"}} 2018-08-12 08:51:00,495 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3c01cd58055c44ecaef39f7e625c2258 used request id req-57275fb3-9a01-4195-8360-1cfd649d51b3 2018-08-12 08:51:00,495 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:51:00,499 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf85fa424a4f89ed588715f62505d5b9aced43cc" 2018-08-12 08:51:00,584 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:51:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7756e331-cc72-4758-b0c7-f7c6b655424f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 521007c1818145639e93ceb270559219.", "code": 404, "title": "Not Found"}} 2018-08-12 08:51:00,584 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/521007c1818145639e93ceb270559219 used request id req-7756e331-cc72-4758-b0c7-f7c6b655424f 2018-08-12 08:51:00,585 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:51:00,588 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf85fa424a4f89ed588715f62505d5b9aced43cc" 2018-08-12 08:51:00,686 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:51:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-77a5f432-4122-47c6-aa4e-91f616fa2002 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e18fcc7fc10a4fd0b20234f8520d0aab.", "code": 404, "title": "Not Found"}} 2018-08-12 08:51:00,687 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e18fcc7fc10a4fd0b20234f8520d0aab used request id req-77a5f432-4122-47c6-aa4e-91f616fa2002 2018-08-12 08:51:00,687 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:51:00,690 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf85fa424a4f89ed588715f62505d5b9aced43cc" 2018-08-12 08:51:00,784 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:51:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-467114d6-5ed6-4825-bbda-7faa133ba62e Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "310f5853751a4c968f3eeb0a3d99a0a8", "name": "service"}} 2018-08-12 08:51:00,784 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8 used request id req-467114d6-5ed6-4825-bbda-7faa133ba62e 2018-08-12 08:51:00,788 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf85fa424a4f89ed588715f62505d5b9aced43cc" 2018-08-12 08:51:00,872 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:51:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1c4cb81f-9939-4fcf-9e1d-5e86acd5db08 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9f6c1a272706419c9a74b0893b2890e8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:51:00,873 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/9f6c1a272706419c9a74b0893b2890e8 used request id req-1c4cb81f-9939-4fcf-9e1d-5e86acd5db08 2018-08-12 08:51:00,873 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:51:00,876 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/34cb7327fcfc4b52a63b4b8c0ea4a54d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf85fa424a4f89ed588715f62505d5b9aced43cc" 2018-08-12 08:51:00,969 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:51:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c81bf4f9-a46d-4508-be9f-b0dfaffbc33e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 34cb7327fcfc4b52a63b4b8c0ea4a54d.", "code": 404, "title": "Not Found"}} 2018-08-12 08:51:00,969 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/34cb7327fcfc4b52a63b4b8c0ea4a54d used request id req-c81bf4f9-a46d-4508-be9f-b0dfaffbc33e 2018-08-12 08:51:00,969 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:51:00,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa9ca6d7608b4d7d87ce97331679a481 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf85fa424a4f89ed588715f62505d5b9aced43cc" 2018-08-12 08:51:01,064 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:51:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9e9753df-2c1a-485c-b693-4feab779d92d Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa9ca6d7608b4d7d87ce97331679a481.", "code": 404, "title": "Not Found"}} 2018-08-12 08:51:01,064 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa9ca6d7608b4d7d87ce97331679a481 used request id req-9e9753df-2c1a-485c-b693-4feab779d92d 2018-08-12 08:51:01,064 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:51:01,068 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/87db863ba6e348b0a5ddcb67053db9d1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf85fa424a4f89ed588715f62505d5b9aced43cc" 2018-08-12 08:51:01,153 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:51:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0d4abc01-0c27-456e-8a97-239e5324b41e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87db863ba6e348b0a5ddcb67053db9d1.", "code": 404, "title": "Not Found"}} 2018-08-12 08:51:01,153 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/87db863ba6e348b0a5ddcb67053db9d1 used request id req-0d4abc01-0c27-456e-8a97-239e5324b41e 2018-08-12 08:51:01,153 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:51:01,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e580cfaf966c4c2ea126413b5f30357f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf85fa424a4f89ed588715f62505d5b9aced43cc" 2018-08-12 08:51:01,253 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:51:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bd820101-9c9c-4968-ab19-be183830600b Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/e580cfaf966c4c2ea126413b5f30357f"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "e580cfaf966c4c2ea126413b5f30357f", "name": "AnsibleProvisioningTests-90aaf607-e50f-4a6-proj"}} 2018-08-12 08:51:01,254 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e580cfaf966c4c2ea126413b5f30357f used request id req-bd820101-9c9c-4968-ab19-be183830600b 2018-08-12 08:51:01,254 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - fcc99492-d0f9-41c2-a3aa-cde7d69ef17a 2018-08-12 08:51:01,259 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=fcc99492-d0f9-41c2-a3aa-cde7d69ef17a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf85fa424a4f89ed588715f62505d5b9aced43cc" 2018-08-12 08:51:01,464 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-6cbbb9f8-b727-4745-85ed-abb14ce8b05f Date: Sun, 12 Aug 2018 08:51:01 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-12T08:48:18Z", "security_group_id": "fcc99492-d0f9-41c2-a3aa-cde7d69ef17a", "port_range_min": null, "revision_number": 0, "tenant_id": "e580cfaf966c4c2ea126413b5f30357f", "created_at": "2018-08-12T08:48:18Z", "project_id": "e580cfaf966c4c2ea126413b5f30357f", "id": "159dea2a-b186-4337-9306-2b320a850098"}, {"remote_group_id": "fcc99492-d0f9-41c2-a3aa-cde7d69ef17a", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:48:18Z", "security_group_id": "fcc99492-d0f9-41c2-a3aa-cde7d69ef17a", "port_range_min": null, "revision_number": 0, "tenant_id": "e580cfaf966c4c2ea126413b5f30357f", "created_at": "2018-08-12T08:48:18Z", "project_id": "e580cfaf966c4c2ea126413b5f30357f", "id": "295822dd-fb8d-4a03-8f87-56af8f2f1ae6"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:48:18Z", "security_group_id": "fcc99492-d0f9-41c2-a3aa-cde7d69ef17a", "port_range_min": null, "revision_number": 0, "tenant_id": "e580cfaf966c4c2ea126413b5f30357f", "created_at": "2018-08-12T08:48:18Z", "project_id": "e580cfaf966c4c2ea126413b5f30357f", "id": "c9c7c816-c1c7-41a8-b913-b61c77488bf8"}, {"remote_group_id": "fcc99492-d0f9-41c2-a3aa-cde7d69ef17a", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:48:18Z", "security_group_id": "fcc99492-d0f9-41c2-a3aa-cde7d69ef17a", "port_range_min": null, "revision_number": 0, "tenant_id": "e580cfaf966c4c2ea126413b5f30357f", "created_at": "2018-08-12T08:48:18Z", "project_id": "e580cfaf966c4c2ea126413b5f30357f", "id": "e89b880d-df06-415a-9039-3998c9521cc0"}]} 2018-08-12 08:51:01,465 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=fcc99492-d0f9-41c2-a3aa-cde7d69ef17a used request id req-6cbbb9f8-b727-4745-85ed-abb14ce8b05f 2018-08-12 08:51:01,466 - neutron_utils - INFO - Deleting security group with name - default 2018-08-12 08:51:01,471 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/fcc99492-d0f9-41c2-a3aa-cde7d69ef17a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf85fa424a4f89ed588715f62505d5b9aced43cc" 2018-08-12 08:51:01,795 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-6ea0b8cf-6cbe-4781-ad95-0afed93cc46d Content-Length: 0 Date: Sun, 12 Aug 2018 08:51:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:51:01,795 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/fcc99492-d0f9-41c2-a3aa-cde7d69ef17a used request id req-6ea0b8cf-6cbe-4781-ad95-0afed93cc46d 2018-08-12 08:51:01,796 - keystone_utils - INFO - Deleting project with name - AnsibleProvisioningTests-90aaf607-e50f-4a6-proj 2018-08-12 08:51:01,799 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/e580cfaf966c4c2ea126413b5f30357f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf85fa424a4f89ed588715f62505d5b9aced43cc" 2018-08-12 08:51:02,071 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:51:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9619f467-afd0-468f-ae92-03de89647a92 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 08:51:02,071 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/e580cfaf966c4c2ea126413b5f30357f used request id req-9619f467-afd0-468f-ae92-03de89647a92 2018-08-12 08:51:02,071 - keystone_utils - INFO - Deleting role with name - AnsibleProvisioningTests-90aaf607-e50f-4a6-proj-role 2018-08-12 08:51:02,075 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/b151353afde549ef92f4b850808c165f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf85fa424a4f89ed588715f62505d5b9aced43cc" 2018-08-12 08:51:02,184 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:51:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b7fc8fb2-c035-48d9-991c-3516e4f7ad04 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 08:51:02,184 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/b151353afde549ef92f4b850808c165f used request id req-b7fc8fb2-c035-48d9-991c-3516e4f7ad04 2018-08-12 08:51:02,188 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf85fa424a4f89ed588715f62505d5b9aced43cc" 2018-08-12 08:51:02,281 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:51:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-76a1c636-2697-4d93-8f55-419a5a7eec6c Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:51:02,281 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-76a1c636-2697-4d93-8f55-419a5a7eec6c 2018-08-12 08:51:02,282 - keystone_utils - INFO - Deleting user with name - AnsibleProvisioningTests-90aaf607-e50f-4a6-user 2018-08-12 08:51:02,285 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/c62df36d62284745b5c98c92f61d0103 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97ae8b000367f467293f28f8dfe7b034209ab595" 2018-08-12 08:51:02,473 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:51:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c3b25e7d-7be5-4559-9b4b-9237a5bc4eb5 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 08:51:02,474 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/c62df36d62284745b5c98c92f61d0103 used request id req-c3b25e7d-7be5-4559-9b4b-9237a5bc4eb5 2018-08-12 08:51:02,475 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:51:02,872 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:51:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["mWZx_X4dRQy8XPORiWQ8Rw"], "issued_at": "2018-08-12T08:51:02.000000Z"}} 2018-08-12 08:51:02,873 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}6f52901bc2e435302636650ff65ed3b339580bc9" 2018-08-12 08:51:02,967 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:51:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b420e6c2-9811-48fd-9c82-7664bc3050fe Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:51:02,967 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-b420e6c2-9811-48fd-9c82-7664bc3050fe 2018-08-12 08:51:02,968 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:51:02,969 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:51:03,371 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:51:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["k95Ka50wQTK5R5e-P-_HUg"], "issued_at": "2018-08-12T08:51:03.000000Z"}} 2018-08-12 08:51:03,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}c352526fdcaef9cc07d90f281d92643e90c01ee1" 2018-08-12 08:51:03,457 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:51:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9b1a5092-8e42-479a-a025-dcf26950f84f Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:51:03,457 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-9b1a5092-8e42-479a-a025-dcf26950f84f 2018-08-12 08:51:03,461 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:51:03,467 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:51:03 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:51:03,468 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=AnsibleProvisioningTests-18cd7f89-db2c-4cb-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c352526fdcaef9cc07d90f281d92643e90c01ee1" 2018-08-12 08:51:03,561 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:51:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-215caaae-ce8d-46c0-8788-6385ded7086f Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=AnsibleProvisioningTests-18cd7f89-db2c-4cb-proj", "previous": null, "next": null}, "projects": []} 2018-08-12 08:51:03,561 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=AnsibleProvisioningTests-18cd7f89-db2c-4cb-proj used request id req-215caaae-ce8d-46c0-8788-6385ded7086f 2018-08-12 08:51:03,565 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c352526fdcaef9cc07d90f281d92643e90c01ee1" 2018-08-12 08:51:03,657 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:51:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a6a9d8f2-c7a1-4ba1-8056-b3ba5700f1f1 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:51:03,657 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-a6a9d8f2-c7a1-4ba1-8056-b3ba5700f1f1 2018-08-12 08:51:03,661 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c352526fdcaef9cc07d90f281d92643e90c01ee1" -d '{"project": {"enabled": true, "domain_id": "default", "name": "AnsibleProvisioningTests-18cd7f89-db2c-4cb-proj"}}' 2018-08-12 08:51:03,813 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:51:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5542e6c5-5e91-44f1-897e-dc2e5d058b90 Content-Length: 321 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/dc0e7608488f46ccb70c2aaa83b8823d"}, "tags": [], "enabled": true, "id": "dc0e7608488f46ccb70c2aaa83b8823d", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-18cd7f89-db2c-4cb-proj"}} 2018-08-12 08:51:03,813 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-5542e6c5-5e91-44f1-897e-dc2e5d058b90 2018-08-12 08:51:03,814 - keystone_utils - INFO - Created project with name - AnsibleProvisioningTests-18cd7f89-db2c-4cb-proj 2018-08-12 08:51:03,814 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:51:03,815 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:51:04,213 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:51:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["hP4mWNOVQJ-03-jrpSKCww"], "issued_at": "2018-08-12T08:51:04.000000Z"}} 2018-08-12 08:51:04,214 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}e309755f323204c3639b018abda8ef02e741e01a" 2018-08-12 08:51:04,296 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:51:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d18d576d-79ff-4272-8ee4-08e1df7d5510 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:51:04,296 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-d18d576d-79ff-4272-8ee4-08e1df7d5510 2018-08-12 08:51:04,299 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:51:04,305 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:51:04 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:51:04,306 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e309755f323204c3639b018abda8ef02e741e01a" 2018-08-12 08:51:04,413 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:51:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7d3f5b16-a421-493c-bd08-6aa1e88d0cb5 Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/105a247548624314b9228f85f6325f0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105a247548624314b9228f85f6325f0b", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/1c5de0eaa44543f08da6ad63a51594ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c5de0eaa44543f08da6ad63a51594ff", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/1d127b5b832547a88a547c116dfdd65b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d127b5b832547a88a547c116dfdd65b", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/1d5cfc170d624ce4ae53ae0507c8d517"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d5cfc170d624ce4ae53ae0507c8d517", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/2421820b75eb4d3ebd02830378d1377b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2421820b75eb4d3ebd02830378d1377b", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/40bd8ee54ecf44868cc83cede652c396"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40bd8ee54ecf44868cc83cede652c396", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/4f32fb8153854c4c9f5094b42b523f80"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f32fb8153854c4c9f5094b42b523f80", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7066130d08fb4db7bf4ab468de53933b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7066130d08fb4db7bf4ab468de53933b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/8d0898a83bcf4521bbc11501d5d7ac89"}, "domain_id": "1eec97585bde483292ece28ee11f4b8d", "enabled": true, "options": {}, "id": "8d0898a83bcf4521bbc11501d5d7ac89", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/9defcced327d476f8a3beab718a13da3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9defcced327d476f8a3beab718a13da3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/b80ee4f6992446e0879624dd436e99a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b80ee4f6992446e0879624dd436e99a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b86fd3e011324d398fcdb6f095a20a9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b86fd3e011324d398fcdb6f095a20a9d", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1701d2754064b5cadf765ea0806f9b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1701d2754064b5cadf765ea0806f9b2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/db4e7b8d76d549faa502716565c733dd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db4e7b8d76d549faa502716565c733dd", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-12 08:51:04,414 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-7d3f5b16-a421-493c-bd08-6aa1e88d0cb5 2018-08-12 08:51:04,418 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=AnsibleProvisioningTests-18cd7f89-db2c-4cb-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e309755f323204c3639b018abda8ef02e741e01a" 2018-08-12 08:51:04,441 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:51:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-87eb89e3-9738-4c6c-8163-cee7dfc1f738 Content-Encoding: gzip Content-Length: 260 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=AnsibleProvisioningTests-18cd7f89-db2c-4cb-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/dc0e7608488f46ccb70c2aaa83b8823d"}, "tags": [], "enabled": true, "id": "dc0e7608488f46ccb70c2aaa83b8823d", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-18cd7f89-db2c-4cb-proj"}]} 2018-08-12 08:51:04,442 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=AnsibleProvisioningTests-18cd7f89-db2c-4cb-proj used request id req-87eb89e3-9738-4c6c-8163-cee7dfc1f738 2018-08-12 08:51:04,445 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e309755f323204c3639b018abda8ef02e741e01a" 2018-08-12 08:51:04,548 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:51:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-976a5a1f-c7fb-42e9-a409-577b56261908 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-12 08:51:04,548 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-976a5a1f-c7fb-42e9-a409-577b56261908 2018-08-12 08:51:04,946 - keystone_utils - INFO - Created user with name - AnsibleProvisioningTests-18cd7f89-db2c-4cb-user 2018-08-12 08:51:04,946 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:51:04,950 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c352526fdcaef9cc07d90f281d92643e90c01ee1" 2018-08-12 08:51:05,043 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:51:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ecfc5dd6-2a58-4f51-af7c-73bc44eb038d Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:51:05,043 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-ecfc5dd6-2a58-4f51-af7c-73bc44eb038d 2018-08-12 08:51:05,047 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c352526fdcaef9cc07d90f281d92643e90c01ee1" -d '{"role": {"name": "AnsibleProvisioningTests-18cd7f89-db2c-4cb-proj-role"}}' 2018-08-12 08:51:05,160 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:51:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-99d8b767-fd47-4d5f-a35f-f731d463a7aa Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "c5b1528067d54524859b0d40ea6df2cd", "links": {"self": "http://172.30.9.21:5000/v3/roles/c5b1528067d54524859b0d40ea6df2cd"}, "name": "AnsibleProvisioningTests-18cd7f89-db2c-4cb-proj-role"}} 2018-08-12 08:51:05,161 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-99d8b767-fd47-4d5f-a35f-f731d463a7aa 2018-08-12 08:51:05,161 - keystone_utils - INFO - Created role with name - AnsibleProvisioningTests-18cd7f89-db2c-4cb-proj-role 2018-08-12 08:51:05,164 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/c5b1528067d54524859b0d40ea6df2cd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c352526fdcaef9cc07d90f281d92643e90c01ee1" 2018-08-12 08:51:05,257 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:51:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c85dbcd4-aaaa-4b27-8646-7899cc3cd13d Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "c5b1528067d54524859b0d40ea6df2cd", "links": {"self": "http://172.30.9.21:5000/v3/roles/c5b1528067d54524859b0d40ea6df2cd"}, "name": "AnsibleProvisioningTests-18cd7f89-db2c-4cb-proj-role"}} 2018-08-12 08:51:05,257 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/c5b1528067d54524859b0d40ea6df2cd used request id req-c85dbcd4-aaaa-4b27-8646-7899cc3cd13d 2018-08-12 08:51:05,257 - keystone_utils - INFO - Granting role AnsibleProvisioningTests-18cd7f89-db2c-4cb-proj-role to project AnsibleProvisioningTests-18cd7f89-db2c-4cb-proj 2018-08-12 08:51:05,261 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/dc0e7608488f46ccb70c2aaa83b8823d/users/fbebacd7d3974a6989f952e5cabf631b/roles/c5b1528067d54524859b0d40ea6df2cd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c352526fdcaef9cc07d90f281d92643e90c01ee1" 2018-08-12 08:51:05,392 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:51:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-04457b17-0a46-4a9e-85e9-22bbb7f78a9c 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 08:51:05,392 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/dc0e7608488f46ccb70c2aaa83b8823d/users/fbebacd7d3974a6989f952e5cabf631b/roles/c5b1528067d54524859b0d40ea6df2cd used request id req-04457b17-0a46-4a9e-85e9-22bbb7f78a9c 2018-08-12 08:51:05,392 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-12 08:51:05,394 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img'} 2018-08-12 08:51:05,394 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:51:05,395 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:51:05,799 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c5b1528067d54524859b0d40ea6df2cd", "name": "AnsibleProvisioningTests-18cd7f89-db2c-4cb-proj-role"}], "expires_at": "2018-08-12T09:51:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dc0e7608488f46ccb70c2aaa83b8823d", "name": "AnsibleProvisioningTests-18cd7f89-db2c-4cb-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/dc0e7608488f46ccb70c2aaa83b8823d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/dc0e7608488f46ccb70c2aaa83b8823d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/dc0e7608488f46ccb70c2aaa83b8823d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_dc0e7608488f46ccb70c2aaa83b8823d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_dc0e7608488f46ccb70c2aaa83b8823d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/dc0e7608488f46ccb70c2aaa83b8823d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/dc0e7608488f46ccb70c2aaa83b8823d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/dc0e7608488f46ccb70c2aaa83b8823d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/dc0e7608488f46ccb70c2aaa83b8823d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/dc0e7608488f46ccb70c2aaa83b8823d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/dc0e7608488f46ccb70c2aaa83b8823d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/dc0e7608488f46ccb70c2aaa83b8823d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/dc0e7608488f46ccb70c2aaa83b8823d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/dc0e7608488f46ccb70c2aaa83b8823d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-18cd7f89-db2c-4cb-user", "id": "fbebacd7d3974a6989f952e5cabf631b"}, "audit_ids": ["YV6P_NcjRC6x0lKkVoqqcQ"], "issued_at": "2018-08-12T08:51:05.000000Z"}} 2018-08-12 08:51:05,799 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}1a390c54e327e812bec9be72e36829ff95586672" 2018-08-12 08:51:05,892 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:51:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-163b6035-48d7-4f28-b34c-d43977c5f4ec Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:51:05,892 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-163b6035-48d7-4f28-b34c-d43977c5f4ec 2018-08-12 08:51:05,897 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d--image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1a390c54e327e812bec9be72e36829ff95586672" 2018-08-12 08:51:06,089 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 170 Content-Type: application/json X-Openstack-Request-Id: req-9d85d261-bb42-42a8-af21-60d92bd24a0c Date: Sun, 12 Aug 2018 08:51:06 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d--image"} 2018-08-12 08:51:06,089 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d--image used request id req-9d85d261-bb42-42a8-af21-60d92bd24a0c 2018-08-12 08:51:06,092 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1a390c54e327e812bec9be72e36829ff95586672" 2018-08-12 08:51:06,271 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-975943bd-b648-4455-b136-0b9182637a98 Date: Sun, 12 Aug 2018 08:51:06 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"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}, "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}, "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"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "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"}, "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"}, "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}, "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}, "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"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "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}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-12 08:51:06,272 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-975943bd-b648-4455-b136-0b9182637a98 2018-08-12 08:51:06,303 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}1a390c54e327e812bec9be72e36829ff95586672" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d--image"}' 2018-08-12 08:51:06,547 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 629 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/6e496332-7e13-424f-8a23-1b5703c6393a Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-ad5a5302-11ea-4780-972c-cffc99edca81 Date: Sun, 12 Aug 2018 08:51:06 GMT RESP BODY: {"status": "queued", "name": "AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d--image", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:51:06Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-08-12T08:51:06Z", "visibility": "shared", "locations": [], "self": "/v2/images/6e496332-7e13-424f-8a23-1b5703c6393a", "min_disk": 0, "protected": false, "id": "6e496332-7e13-424f-8a23-1b5703c6393a", "file": "/v2/images/6e496332-7e13-424f-8a23-1b5703c6393a/file", "checksum": null, "owner": "dc0e7608488f46ccb70c2aaa83b8823d", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-12 08:51:06,547 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-ad5a5302-11ea-4780-972c-cffc99edca81 2018-08-12 08:51:06,556 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/6e496332-7e13-424f-8a23-1b5703c6393a/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1a390c54e327e812bec9be72e36829ff95586672" -d '' 2018-08-12 08:51:11,416 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-6862f29b-41b5-4ed3-a91e-d14dd091fe5f Date: Sun, 12 Aug 2018 08:51: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 08:51:11,416 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/6e496332-7e13-424f-8a23-1b5703c6393a/file used request id req-6862f29b-41b5-4ed3-a91e-d14dd091fe5f 2018-08-12 08:51:11,417 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img 2018-08-12 08:51:11,420 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/6e496332-7e13-424f-8a23-1b5703c6393a -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1a390c54e327e812bec9be72e36829ff95586672" 2018-08-12 08:51:11,603 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-180fe03e-8c26-4f1e-843b-61e0a3987383 Date: Sun, 12 Aug 2018 08:51:11 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d--image", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:51:06Z", "size": 263062016, "disk_format": "qcow2", "updated_at": "2018-08-12T08:51:11Z", "visibility": "shared", "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/6e496332-7e13-424f-8a23-1b5703c6393a/snap", "metadata": {}}], "self": "/v2/images/6e496332-7e13-424f-8a23-1b5703c6393a", "min_disk": 0, "protected": false, "id": "6e496332-7e13-424f-8a23-1b5703c6393a", "file": "/v2/images/6e496332-7e13-424f-8a23-1b5703c6393a/file", "checksum": "81360220b4382d4b91eef0ebaf46a661", "owner": "dc0e7608488f46ccb70c2aaa83b8823d", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/6e496332-7e13-424f-8a23-1b5703c6393a/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-12 08:51:11,603 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/6e496332-7e13-424f-8a23-1b5703c6393a used request id req-180fe03e-8c26-4f1e-843b-61e0a3987383 2018-08-12 08:51:11,606 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1a390c54e327e812bec9be72e36829ff95586672" 2018-08-12 08:51:11,785 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-3a5ac44d-0dd4-422f-b959-540546c154a5 Date: Sun, 12 Aug 2018 08:51:11 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"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}, "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}, "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"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "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"}, "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"}, "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}, "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}, "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"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "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}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-12 08:51:11,785 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-3a5ac44d-0dd4-422f-b959-540546c154a5 2018-08-12 08:51:11,788 - create_image - INFO - Created image with name - AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d--image 2018-08-12 08:51:11,791 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/6e496332-7e13-424f-8a23-1b5703c6393a -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1a390c54e327e812bec9be72e36829ff95586672" 2018-08-12 08:51:11,808 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-eee730ad-3d18-43fb-84fa-0a413e30d577 Date: Sun, 12 Aug 2018 08:51:11 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d--image", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:51:06Z", "size": 263062016, "disk_format": "qcow2", "updated_at": "2018-08-12T08:51:11Z", "visibility": "shared", "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/6e496332-7e13-424f-8a23-1b5703c6393a/snap", "metadata": {}}], "self": "/v2/images/6e496332-7e13-424f-8a23-1b5703c6393a", "min_disk": 0, "protected": false, "id": "6e496332-7e13-424f-8a23-1b5703c6393a", "file": "/v2/images/6e496332-7e13-424f-8a23-1b5703c6393a/file", "checksum": "81360220b4382d4b91eef0ebaf46a661", "owner": "dc0e7608488f46ccb70c2aaa83b8823d", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/6e496332-7e13-424f-8a23-1b5703c6393a/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-12 08:51:11,809 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/6e496332-7e13-424f-8a23-1b5703c6393a used request id req-eee730ad-3d18-43fb-84fa-0a413e30d577 2018-08-12 08:51:11,809 - create_image - DEBUG - Instance status is - active 2018-08-12 08:51:11,809 - create_image - DEBUG - Image is active with name - AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d--image 2018-08-12 08:51:11,809 - create_image - INFO - Image is now active with name - AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d--image 2018-08-12 08:51:11,810 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:51:11,811 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:51:12,201 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c5b1528067d54524859b0d40ea6df2cd", "name": "AnsibleProvisioningTests-18cd7f89-db2c-4cb-proj-role"}], "expires_at": "2018-08-12T09:51:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dc0e7608488f46ccb70c2aaa83b8823d", "name": "AnsibleProvisioningTests-18cd7f89-db2c-4cb-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/dc0e7608488f46ccb70c2aaa83b8823d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/dc0e7608488f46ccb70c2aaa83b8823d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/dc0e7608488f46ccb70c2aaa83b8823d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_dc0e7608488f46ccb70c2aaa83b8823d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_dc0e7608488f46ccb70c2aaa83b8823d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/dc0e7608488f46ccb70c2aaa83b8823d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/dc0e7608488f46ccb70c2aaa83b8823d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/dc0e7608488f46ccb70c2aaa83b8823d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/dc0e7608488f46ccb70c2aaa83b8823d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/dc0e7608488f46ccb70c2aaa83b8823d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/dc0e7608488f46ccb70c2aaa83b8823d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/dc0e7608488f46ccb70c2aaa83b8823d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/dc0e7608488f46ccb70c2aaa83b8823d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/dc0e7608488f46ccb70c2aaa83b8823d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-18cd7f89-db2c-4cb-user", "id": "fbebacd7d3974a6989f952e5cabf631b"}, "audit_ids": ["6b7Vcai5QseJOVCJjcHJ8Q"], "issued_at": "2018-08-12T08:51:12.000000Z"}} 2018-08-12 08:51:12,202 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}b6a42d16fa23b57628ae9826d5cb958338be55e3" 2018-08-12 08:51:12,289 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:51:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eff578a5-d3f3-4606-a80e-c2f36cbc9968 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:51:12,289 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-eff578a5-d3f3-4606-a80e-c2f36cbc9968 2018-08-12 08:51:12,291 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:51:12,291 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:51:12,291 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:51:12,291 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:51:12,291 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:51:12,297 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6a42d16fa23b57628ae9826d5cb958338be55e3" 2018-08-12 08:51:12,485 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-32d725da-cad3-47f9-a71a-299dfa82c24e Date: Sun, 12 Aug 2018 08:51:12 GMT RESP BODY: {"networks":[]} 2018-08-12 08:51:12,486 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-pub-net used request id req-32d725da-cad3-47f9-a71a-299dfa82c24e 2018-08-12 08:51:12,486 - neutron_utils - INFO - Creating network with name AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-pub-net 2018-08-12 08:51:12,493 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6a42d16fa23b57628ae9826d5cb958338be55e3" -d '{"network": {"mtu": 1450, "name": "AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-pub-net", "admin_state_up": true}}' 2018-08-12 08:51:13,123 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 606 X-Openstack-Request-Id: req-ef1cf8b4-8832-4501-8b3c-50ad7d949f69 Date: Sun, 12 Aug 2018 08:51:13 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"dc0e7608488f46ccb70c2aaa83b8823d","created_at":"2018-08-12T08:51:12Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T08:51:12Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"dc0e7608488f46ccb70c2aaa83b8823d","id":"21d31016-6652-497c-b205-c2baed769c1b","name":"AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-pub-net"}} 2018-08-12 08:51:13,124 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-ef1cf8b4-8832-4501-8b3c-50ad7d949f69 2018-08-12 08:51:13,129 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=21d31016-6652-497c-b205-c2baed769c1b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6a42d16fa23b57628ae9826d5cb958338be55e3" 2018-08-12 08:51:13,393 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-55e7341c-0b7f-4951-90db-72977d6793fe Date: Sun, 12 Aug 2018 08:51:13 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-12T08:51:12Z","tenant_id":"dc0e7608488f46ccb70c2aaa83b8823d","created_at":"2018-08-12T08:51:12Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"dc0e7608488f46ccb70c2aaa83b8823d","id":"21d31016-6652-497c-b205-c2baed769c1b","name":"AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-pub-net"}]} 2018-08-12 08:51:13,393 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=21d31016-6652-497c-b205-c2baed769c1b used request id req-55e7341c-0b7f-4951-90db-72977d6793fe 2018-08-12 08:51:13,399 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=21d31016-6652-497c-b205-c2baed769c1b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6a42d16fa23b57628ae9826d5cb958338be55e3" 2018-08-12 08:51:13,593 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-b547e3bd-78e2-4d44-8994-1b8eebc415f9 Date: Sun, 12 Aug 2018 08:51:13 GMT RESP BODY: {"subnets":[]} 2018-08-12 08:51:13,593 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=21d31016-6652-497c-b205-c2baed769c1b used request id req-b547e3bd-78e2-4d44-8994-1b8eebc415f9 2018-08-12 08:51:13,594 - neutron_utils - INFO - Creating subnet with name AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-pub-subnet 2018-08-12 08:51:13,599 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6a42d16fa23b57628ae9826d5cb958338be55e3" -d '{"subnets": [{"ip_version": 4, "network_id": "21d31016-6652-497c-b205-c2baed769c1b", "cidr": "10.55.1.0/24", "name": "AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-pub-subnet"}]}' 2018-08-12 08:51:14,405 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-b57cf22c-b6d6-4ce7-866c-16c20f367061 Date: Sun, 12 Aug 2018 08:51:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"21d31016-6652-497c-b205-c2baed769c1b","tenant_id":"dc0e7608488f46ccb70c2aaa83b8823d","created_at":"2018-08-12T08:51:14Z","dns_nameservers":[],"updated_at":"2018-08-12T08:51:14Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"dc0e7608488f46ccb70c2aaa83b8823d","id":"d9370efe-49e4-4c35-8eb9-020503200a59","subnetpool_id":null,"name":"AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-pub-subnet"}]} 2018-08-12 08:51:14,405 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-b57cf22c-b6d6-4ce7-866c-16c20f367061 2018-08-12 08:51:14,410 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=21d31016-6652-497c-b205-c2baed769c1b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6a42d16fa23b57628ae9826d5cb958338be55e3" 2018-08-12 08:51:14,679 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 634 X-Openstack-Request-Id: req-6ace3a91-215f-4e1d-bb27-f2f0095405e6 Date: Sun, 12 Aug 2018 08:51:14 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":["d9370efe-49e4-4c35-8eb9-020503200a59"],"updated_at":"2018-08-12T08:51:14Z","tenant_id":"dc0e7608488f46ccb70c2aaa83b8823d","created_at":"2018-08-12T08:51:12Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"dc0e7608488f46ccb70c2aaa83b8823d","id":"21d31016-6652-497c-b205-c2baed769c1b","name":"AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-pub-net"}]} 2018-08-12 08:51:14,679 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=21d31016-6652-497c-b205-c2baed769c1b used request id req-6ace3a91-215f-4e1d-bb27-f2f0095405e6 2018-08-12 08:51:14,684 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=21d31016-6652-497c-b205-c2baed769c1b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6a42d16fa23b57628ae9826d5cb958338be55e3" 2018-08-12 08:51:14,895 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-502d5ab4-fb20-46d3-a34c-d8e962e22e06 Date: Sun, 12 Aug 2018 08:51:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"21d31016-6652-497c-b205-c2baed769c1b","tenant_id":"dc0e7608488f46ccb70c2aaa83b8823d","created_at":"2018-08-12T08:51:14Z","dns_nameservers":[],"updated_at":"2018-08-12T08:51:14Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"dc0e7608488f46ccb70c2aaa83b8823d","id":"d9370efe-49e4-4c35-8eb9-020503200a59","subnetpool_id":null,"name":"AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-pub-subnet"}]} 2018-08-12 08:51:14,895 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=21d31016-6652-497c-b205-c2baed769c1b used request id req-502d5ab4-fb20-46d3-a34c-d8e962e22e06 2018-08-12 08:51:14,896 - OpenStackNetwork - DEBUG - Network [21d31016-6652-497c-b205-c2baed769c1b] created successfully 2018-08-12 08:51:14,896 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:51:14,897 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:51:15,296 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c5b1528067d54524859b0d40ea6df2cd", "name": "AnsibleProvisioningTests-18cd7f89-db2c-4cb-proj-role"}], "expires_at": "2018-08-12T09:51:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dc0e7608488f46ccb70c2aaa83b8823d", "name": "AnsibleProvisioningTests-18cd7f89-db2c-4cb-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/dc0e7608488f46ccb70c2aaa83b8823d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/dc0e7608488f46ccb70c2aaa83b8823d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/dc0e7608488f46ccb70c2aaa83b8823d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_dc0e7608488f46ccb70c2aaa83b8823d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_dc0e7608488f46ccb70c2aaa83b8823d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/dc0e7608488f46ccb70c2aaa83b8823d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/dc0e7608488f46ccb70c2aaa83b8823d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/dc0e7608488f46ccb70c2aaa83b8823d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/dc0e7608488f46ccb70c2aaa83b8823d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/dc0e7608488f46ccb70c2aaa83b8823d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/dc0e7608488f46ccb70c2aaa83b8823d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/dc0e7608488f46ccb70c2aaa83b8823d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/dc0e7608488f46ccb70c2aaa83b8823d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/dc0e7608488f46ccb70c2aaa83b8823d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-18cd7f89-db2c-4cb-user", "id": "fbebacd7d3974a6989f952e5cabf631b"}, "audit_ids": ["MZM_Y0tuSjGHeQN-9opFdA"], "issued_at": "2018-08-12T08:51:15.000000Z"}} 2018-08-12 08:51:15,297 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}606cd419966d619ab476f40014f837c11cefcb80" 2018-08-12 08:51:15,383 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:51:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dbb920c0-095b-40f5-803d-419e169af6b3 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:51:15,383 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-dbb920c0-095b-40f5-803d-419e169af6b3 2018-08-12 08:51:15,384 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:51:15,385 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:51:15,385 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:51:15,385 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:51:15,385 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:51:15,392 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}606cd419966d619ab476f40014f837c11cefcb80" 2018-08-12 08:51:15,618 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-37bf5fcc-c5e4-439f-8f30-2bff4d9ef3a8 Date: Sun, 12 Aug 2018 08:51:15 GMT RESP BODY: {"routers": []} 2018-08-12 08:51:15,618 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-pub-router&admin_state_up=True used request id req-37bf5fcc-c5e4-439f-8f30-2bff4d9ef3a8 2018-08-12 08:51:15,619 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:51:15,619 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:51:16,018 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c5b1528067d54524859b0d40ea6df2cd", "name": "AnsibleProvisioningTests-18cd7f89-db2c-4cb-proj-role"}], "expires_at": "2018-08-12T09:51:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dc0e7608488f46ccb70c2aaa83b8823d", "name": "AnsibleProvisioningTests-18cd7f89-db2c-4cb-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/dc0e7608488f46ccb70c2aaa83b8823d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/dc0e7608488f46ccb70c2aaa83b8823d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/dc0e7608488f46ccb70c2aaa83b8823d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_dc0e7608488f46ccb70c2aaa83b8823d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_dc0e7608488f46ccb70c2aaa83b8823d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/dc0e7608488f46ccb70c2aaa83b8823d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/dc0e7608488f46ccb70c2aaa83b8823d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/dc0e7608488f46ccb70c2aaa83b8823d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/dc0e7608488f46ccb70c2aaa83b8823d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/dc0e7608488f46ccb70c2aaa83b8823d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/dc0e7608488f46ccb70c2aaa83b8823d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/dc0e7608488f46ccb70c2aaa83b8823d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/dc0e7608488f46ccb70c2aaa83b8823d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/dc0e7608488f46ccb70c2aaa83b8823d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-18cd7f89-db2c-4cb-user", "id": "fbebacd7d3974a6989f952e5cabf631b"}, "audit_ids": ["UusQ6ABuTByDZfrMy6gCvQ"], "issued_at": "2018-08-12T08:51:16.000000Z"}} 2018-08-12 08:51:16,019 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}2cb6ec71ac47a4a500b65ee82193333ed2ee5019" 2018-08-12 08:51:16,106 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:51:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-858a8f9d-809e-418d-a376-0e34ee82baa9 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:51:16,106 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-858a8f9d-809e-418d-a376-0e34ee82baa9 2018-08-12 08:51:16,113 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}606cd419966d619ab476f40014f837c11cefcb80" 2018-08-12 08:51:16,395 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-9063be4a-676e-4217-b720-a7b48f98695b Date: Sun, 12 Aug 2018 08:51: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":["ec788992-fa73-45cc-a7d9-6d44542124c2"],"updated_at":"2018-08-12T05:35:20Z","tenant_id":"310f5853751a4c968f3eeb0a3d99a0a8","created_at":"2018-08-12T05:04:23Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":7,"admin_state_up":true,"shared":false,"project_id":"310f5853751a4c968f3eeb0a3d99a0a8","id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","name":"external"}]} 2018-08-12 08:51:16,395 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=external used request id req-9063be4a-676e-4217-b720-a7b48f98695b 2018-08-12 08:51:16,400 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=03886690-4630-4c4c-9ccb-7eedaa9b1fd3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}606cd419966d619ab476f40014f837c11cefcb80" 2018-08-12 08:51:16,596 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-3aa39303-958e-4adc-b7e1-32380cddf783 Date: Sun, 12 Aug 2018 08:51:16 GMT RESP BODY: {"subnets":[]} 2018-08-12 08:51:16,596 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=03886690-4630-4c4c-9ccb-7eedaa9b1fd3 used request id req-3aa39303-958e-4adc-b7e1-32380cddf783 2018-08-12 08:51:16,597 - neutron_utils - INFO - Creating router with name - AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-pub-router 2018-08-12 08:51:16,602 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}606cd419966d619ab476f40014f837c11cefcb80" -d '{"router": {"external_gateway_info": {"network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3"}, "name": "AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-pub-router", "admin_state_up": true}}' 2018-08-12 08:51:17,891 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 639 X-Openstack-Request-Id: req-52338c3d-2459-4fee-b74b-ac422330da2c Date: Sun, 12 Aug 2018 08:51:17 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ec788992-fa73-45cc-a7d9-6d44542124c2", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "dc0e7608488f46ccb70c2aaa83b8823d", "created_at": "2018-08-12T08:51:16Z", "admin_state_up": true, "updated_at": "2018-08-12T08:51:17Z", "revision_number": 2, "routes": [], "project_id": "dc0e7608488f46ccb70c2aaa83b8823d", "id": "89a6d5c2-6370-4297-8099-a08781797be6", "name": "AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-pub-router"}} 2018-08-12 08:51:17,891 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers used request id req-52338c3d-2459-4fee-b74b-ac422330da2c 2018-08-12 08:51:17,897 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=89a6d5c2-6370-4297-8099-a08781797be6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}606cd419966d619ab476f40014f837c11cefcb80" 2018-08-12 08:51:18,106 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-eb75af23-bcd4-40c0-b511-3d84cc3d6236 Date: Sun, 12 Aug 2018 08:51:18 GMT RESP BODY: {"ports":[]} 2018-08-12 08:51:18,106 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=89a6d5c2-6370-4297-8099-a08781797be6 used request id req-eb75af23-bcd4-40c0-b511-3d84cc3d6236 2018-08-12 08:51:18,111 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}606cd419966d619ab476f40014f837c11cefcb80" 2018-08-12 08:51:18,306 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 634 X-Openstack-Request-Id: req-fc42c937-9e78-43a0-a828-503f4dbad763 Date: Sun, 12 Aug 2018 08:51:18 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":["d9370efe-49e4-4c35-8eb9-020503200a59"],"updated_at":"2018-08-12T08:51:14Z","tenant_id":"dc0e7608488f46ccb70c2aaa83b8823d","created_at":"2018-08-12T08:51:12Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"dc0e7608488f46ccb70c2aaa83b8823d","id":"21d31016-6652-497c-b205-c2baed769c1b","name":"AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-pub-net"}]} 2018-08-12 08:51:18,306 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-pub-net used request id req-fc42c937-9e78-43a0-a828-503f4dbad763 2018-08-12 08:51:18,310 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:51:18,315 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:51:18 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:51:18,316 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/dc0e7608488f46ccb70c2aaa83b8823d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}606cd419966d619ab476f40014f837c11cefcb80" 2018-08-12 08:51:18,409 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:51:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c6f3a32d-7227-4dc7-ac6e-6792a225694c Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/dc0e7608488f46ccb70c2aaa83b8823d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "dc0e7608488f46ccb70c2aaa83b8823d", "name": "AnsibleProvisioningTests-18cd7f89-db2c-4cb-proj"}} 2018-08-12 08:51:18,409 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/dc0e7608488f46ccb70c2aaa83b8823d used request id req-c6f3a32d-7227-4dc7-ac6e-6792a225694c 2018-08-12 08:51:18,415 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=21d31016-6652-497c-b205-c2baed769c1b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}606cd419966d619ab476f40014f837c11cefcb80" 2018-08-12 08:51:18,563 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-125f5b01-050b-4867-a019-70e5d73ffd1e Date: Sun, 12 Aug 2018 08:51:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"21d31016-6652-497c-b205-c2baed769c1b","tenant_id":"dc0e7608488f46ccb70c2aaa83b8823d","created_at":"2018-08-12T08:51:14Z","dns_nameservers":[],"updated_at":"2018-08-12T08:51:14Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"dc0e7608488f46ccb70c2aaa83b8823d","id":"d9370efe-49e4-4c35-8eb9-020503200a59","subnetpool_id":null,"name":"AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-pub-subnet"}]} 2018-08-12 08:51:18,563 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=21d31016-6652-497c-b205-c2baed769c1b used request id req-125f5b01-050b-4867-a019-70e5d73ffd1e 2018-08-12 08:51:18,569 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=21d31016-6652-497c-b205-c2baed769c1b&name=AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}606cd419966d619ab476f40014f837c11cefcb80" 2018-08-12 08:51:18,786 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-dfb23b61-d3aa-4d06-951d-91c8e7ac901a Date: Sun, 12 Aug 2018 08:51:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"21d31016-6652-497c-b205-c2baed769c1b","tenant_id":"dc0e7608488f46ccb70c2aaa83b8823d","created_at":"2018-08-12T08:51:14Z","dns_nameservers":[],"updated_at":"2018-08-12T08:51:14Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"dc0e7608488f46ccb70c2aaa83b8823d","id":"d9370efe-49e4-4c35-8eb9-020503200a59","subnetpool_id":null,"name":"AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-pub-subnet"}]} 2018-08-12 08:51:18,786 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=21d31016-6652-497c-b205-c2baed769c1b&name=AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-pub-subnet used request id req-dfb23b61-d3aa-4d06-951d-91c8e7ac901a 2018-08-12 08:51:18,787 - OpenStackNetwork - DEBUG - Adding router to subnet... 2018-08-12 08:51:18,787 - neutron_utils - INFO - Adding interface to router with name AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-pub-router 2018-08-12 08:51:18,791 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9696/v2.0/routers/89a6d5c2-6370-4297-8099-a08781797be6/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}606cd419966d619ab476f40014f837c11cefcb80" -d '{"subnet_id": "d9370efe-49e4-4c35-8eb9-020503200a59"}' 2018-08-12 08:51:20,874 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-4e161ce5-8d4c-45cd-b5e0-32110c93de77 Date: Sun, 12 Aug 2018 08:51:20 GMT RESP BODY: {"network_id": "21d31016-6652-497c-b205-c2baed769c1b", "tenant_id": "dc0e7608488f46ccb70c2aaa83b8823d", "subnet_id": "d9370efe-49e4-4c35-8eb9-020503200a59", "subnet_ids": ["d9370efe-49e4-4c35-8eb9-020503200a59"], "port_id": "657f4b60-f951-4cb5-90fc-34c4ec60171d", "id": "89a6d5c2-6370-4297-8099-a08781797be6"} 2018-08-12 08:51:20,874 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/89a6d5c2-6370-4297-8099-a08781797be6/add_router_interface used request id req-4e161ce5-8d4c-45cd-b5e0-32110c93de77 2018-08-12 08:51:20,880 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers/89a6d5c2-6370-4297-8099-a08781797be6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}606cd419966d619ab476f40014f837c11cefcb80" 2018-08-12 08:51:20,996 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 639 X-Openstack-Request-Id: req-62984fe5-199d-4603-b625-d6c59971d324 Date: Sun, 12 Aug 2018 08:51:21 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ec788992-fa73-45cc-a7d9-6d44542124c2", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "dc0e7608488f46ccb70c2aaa83b8823d", "created_at": "2018-08-12T08:51:16Z", "admin_state_up": true, "updated_at": "2018-08-12T08:51:20Z", "revision_number": 3, "routes": [], "project_id": "dc0e7608488f46ccb70c2aaa83b8823d", "id": "89a6d5c2-6370-4297-8099-a08781797be6", "name": "AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-pub-router"}} 2018-08-12 08:51:20,996 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers/89a6d5c2-6370-4297-8099-a08781797be6 used request id req-62984fe5-199d-4603-b625-d6c59971d324 2018-08-12 08:51:21,001 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=89a6d5c2-6370-4297-8099-a08781797be6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}606cd419966d619ab476f40014f837c11cefcb80" 2018-08-12 08:51:21,234 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 718 X-Openstack-Request-Id: req-3b7cf934-8697-47fc-a79c-339eaedd88a0 Date: Sun, 12 Aug 2018 08:51:21 GMT RESP BODY: {"ports":[{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"21d31016-6652-497c-b205-c2baed769c1b","tenant_id":"dc0e7608488f46ccb70c2aaa83b8823d","created_at":"2018-08-12T08:51:19Z","admin_state_up":true,"updated_at":"2018-08-12T08:51:20Z","binding:vnic_type":"normal","device_id":"89a6d5c2-6370-4297-8099-a08781797be6","device_owner":"network:router_interface","revision_number":6,"mac_address":"fa:16:3e:e6:d9:dc","id":"657f4b60-f951-4cb5-90fc-34c4ec60171d","port_security_enabled":false,"project_id":"dc0e7608488f46ccb70c2aaa83b8823d","fixed_ips":[{"subnet_id":"d9370efe-49e4-4c35-8eb9-020503200a59","ip_address":"10.55.1.1"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-12 08:51:21,234 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=89a6d5c2-6370-4297-8099-a08781797be6 used request id req-3b7cf934-8697-47fc-a79c-339eaedd88a0 2018-08-12 08:51:21,239 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/d9370efe-49e4-4c35-8eb9-020503200a59 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}606cd419966d619ab476f40014f837c11cefcb80" 2018-08-12 08:51:21,453 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 671 X-Openstack-Request-Id: req-9ee1d587-539a-4c2a-86db-7d2eeb017381 Date: Sun, 12 Aug 2018 08:51:21 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"21d31016-6652-497c-b205-c2baed769c1b","tenant_id":"dc0e7608488f46ccb70c2aaa83b8823d","created_at":"2018-08-12T08:51:14Z","dns_nameservers":[],"updated_at":"2018-08-12T08:51:14Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"dc0e7608488f46ccb70c2aaa83b8823d","id":"d9370efe-49e4-4c35-8eb9-020503200a59","subnetpool_id":null,"name":"AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-pub-subnet"}} 2018-08-12 08:51:21,453 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/d9370efe-49e4-4c35-8eb9-020503200a59 used request id req-9ee1d587-539a-4c2a-86db-7d2eeb017381 2018-08-12 08:51:21,454 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:51:21,455 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:51:21,848 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:51:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["5DHvF8iqRPmP-yVKJYD3Cg"], "issued_at": "2018-08-12T08:51:21.000000Z"}} 2018-08-12 08:51:21,849 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}344bb3a026f0735c9ce31ab4956478765703e3ac" 2018-08-12 08:51:21,932 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:51:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d3713b96-6402-48e5-9833-6e66d3cbae7b Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:51:21,932 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-d3713b96-6402-48e5-9833-6e66d3cbae7b 2018-08-12 08:51:21,933 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-12 08:51:21,938 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}344bb3a026f0735c9ce31ab4956478765703e3ac" 2018-08-12 08:51:22,130 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:51:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4a4fa110-2ab3-4597-93ce-7a1c63bed080 x-compute-request-id: req-4a4fa110-2ab3-4597-93ce-7a1c63bed080 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-08-12 08:51:22,130 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-4a4fa110-2ab3-4597-93ce-7a1c63bed080 2018-08-12 08:51:22,133 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}344bb3a026f0735c9ce31ab4956478765703e3ac" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 2048, "id": null, "swap": 0}}' 2018-08-12 08:51:22,176 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:51: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-779e52f7-f06c-463c-acdf-e8d6185c9860 x-compute-request-id: req-779e52f7-f06c-463c-acdf-e8d6185c9860 Content-Encoding: gzip Content-Length: 324 Content-Type: application/json RESP BODY: {"flavor": {"name": "AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-flavor-name", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/1091621d-8685-4aef-953c-51d6b55c52af", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/1091621d-8685-4aef-953c-51d6b55c52af", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": "1091621d-8685-4aef-953c-51d6b55c52af"}} 2018-08-12 08:51:22,176 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-779e52f7-f06c-463c-acdf-e8d6185c9860 2018-08-12 08:51:22,177 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:51:22,178 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:51:22,575 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c5b1528067d54524859b0d40ea6df2cd", "name": "AnsibleProvisioningTests-18cd7f89-db2c-4cb-proj-role"}], "expires_at": "2018-08-12T09:51:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dc0e7608488f46ccb70c2aaa83b8823d", "name": "AnsibleProvisioningTests-18cd7f89-db2c-4cb-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/dc0e7608488f46ccb70c2aaa83b8823d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/dc0e7608488f46ccb70c2aaa83b8823d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/dc0e7608488f46ccb70c2aaa83b8823d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_dc0e7608488f46ccb70c2aaa83b8823d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_dc0e7608488f46ccb70c2aaa83b8823d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/dc0e7608488f46ccb70c2aaa83b8823d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/dc0e7608488f46ccb70c2aaa83b8823d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/dc0e7608488f46ccb70c2aaa83b8823d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/dc0e7608488f46ccb70c2aaa83b8823d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/dc0e7608488f46ccb70c2aaa83b8823d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/dc0e7608488f46ccb70c2aaa83b8823d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/dc0e7608488f46ccb70c2aaa83b8823d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/dc0e7608488f46ccb70c2aaa83b8823d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/dc0e7608488f46ccb70c2aaa83b8823d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-18cd7f89-db2c-4cb-user", "id": "fbebacd7d3974a6989f952e5cabf631b"}, "audit_ids": ["szKDN3bJRByImPMehUxFBw"], "issued_at": "2018-08-12T08:51:22.000000Z"}} 2018-08-12 08:51:22,575 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}9864dc551fe297381469098a78f65e5d5a2610eb" 2018-08-12 08:51:22,662 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:51:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-29172747-c182-49ab-8405-d8e5afd32127 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:51:22,663 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-29172747-c182-49ab-8405-d8e5afd32127 2018-08-12 08:51:22,664 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-12 08:51:22,667 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9864dc551fe297381469098a78f65e5d5a2610eb" 2018-08-12 08:51:22,842 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:51: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-3eac4a1c-7f64-4759-bf03-b295ab54b742 x-compute-request-id: req-3eac4a1c-7f64-4759-bf03-b295ab54b742 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-08-12 08:51:22,843 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-3eac4a1c-7f64-4759-bf03-b295ab54b742 2018-08-12 08:51:22,843 - OpenStackKeypair - INFO - Creating keypair AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-kp... 2018-08-12 08:51:22,843 - OpenStackKeypair - INFO - Creating new keypair 2018-08-12 08:51:22,885 - nova_utils - INFO - Creating keypair with name - AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-kp 2018-08-12 08:51:22,887 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9864dc551fe297381469098a78f65e5d5a2610eb" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQC+J4m1NnRbI9qILo/6YMzCqOxXtLFfvGsFwQqJ4+ApmhBZdMKzkvUrFh2NJxqYdK157tl0vvOic460Oaqxp/tmb3NgAnwpfo9WOz+kHyP0OXFnqZ8djUJvQnkYL8lA7kxcEGYggVhag82zNqDP7zBYS1eyWZSfImMhtp8aQFe/iw==", "name": "AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-kp"}}' 2018-08-12 08:51:23,095 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:51: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-6d6fa754-4da4-4432-a3ed-b401df0f8967 x-compute-request-id: req-6d6fa754-4da4-4432-a3ed-b401df0f8967 Content-Encoding: gzip Content-Length: 373 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQC+J4m1NnRbI9qILo/6YMzCqOxXtLFfvGsFwQqJ4+ApmhBZdMKzkvUrFh2NJxqYdK157tl0vvOic460Oaqxp/tmb3NgAnwpfo9WOz+kHyP0OXFnqZ8djUJvQnkYL8lA7kxcEGYggVhag82zNqDP7zBYS1eyWZSfImMhtp8aQFe/iw==", "user_id": "fbebacd7d3974a6989f952e5cabf631b", "name": "AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-kp", "fingerprint": "26:df:a9:f1:11:d7:c8:c2:05:16:df:5f:e8:c2:62:78"}} 2018-08-12 08:51:23,096 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-6d6fa754-4da4-4432-a3ed-b401df0f8967 2018-08-12 08:51:23,097 - file_utils - INFO - Saved public key to - tmp/AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d.pub 2018-08-12 08:51:23,098 - file_utils - INFO - Saved private key to - tmp/AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d 2018-08-12 08:51:23,098 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:51:23,099 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:51:23,495 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c5b1528067d54524859b0d40ea6df2cd", "name": "AnsibleProvisioningTests-18cd7f89-db2c-4cb-proj-role"}], "expires_at": "2018-08-12T09:51:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dc0e7608488f46ccb70c2aaa83b8823d", "name": "AnsibleProvisioningTests-18cd7f89-db2c-4cb-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/dc0e7608488f46ccb70c2aaa83b8823d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/dc0e7608488f46ccb70c2aaa83b8823d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/dc0e7608488f46ccb70c2aaa83b8823d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_dc0e7608488f46ccb70c2aaa83b8823d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_dc0e7608488f46ccb70c2aaa83b8823d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/dc0e7608488f46ccb70c2aaa83b8823d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/dc0e7608488f46ccb70c2aaa83b8823d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/dc0e7608488f46ccb70c2aaa83b8823d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/dc0e7608488f46ccb70c2aaa83b8823d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/dc0e7608488f46ccb70c2aaa83b8823d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/dc0e7608488f46ccb70c2aaa83b8823d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/dc0e7608488f46ccb70c2aaa83b8823d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/dc0e7608488f46ccb70c2aaa83b8823d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/dc0e7608488f46ccb70c2aaa83b8823d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-18cd7f89-db2c-4cb-user", "id": "fbebacd7d3974a6989f952e5cabf631b"}, "audit_ids": ["V_9IYpJtRauvY7WG2h-dLA"], "issued_at": "2018-08-12T08:51:23.000000Z"}} 2018-08-12 08:51:23,495 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}af9de7a694d30162840c3ac0462eb47c6269e243" 2018-08-12 08:51:23,582 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:51:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f0d92132-4fb2-43ec-848c-e972af5526b9 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:51:23,582 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-f0d92132-4fb2-43ec-848c-e972af5526b9 2018-08-12 08:51:23,583 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:51:23,584 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:51:23,584 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:51:23,584 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:51:23,584 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:51:23,591 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af9de7a694d30162840c3ac0462eb47c6269e243" 2018-08-12 08:51:23,797 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-3e3ea6b3-2f41-4c46-92b0-684a9ea5521a Date: Sun, 12 Aug 2018 08:51:23 GMT RESP BODY: {"security_groups": []} 2018-08-12 08:51:23,798 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-sec-grp used request id req-3e3ea6b3-2f41-4c46-92b0-684a9ea5521a 2018-08-12 08:51:23,798 - OpenStackSecurityGroup - INFO - Creating security group AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-sec-grp... 2018-08-12 08:51:23,798 - neutron_utils - INFO - Creating security group with name - AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-sec-grp 2018-08-12 08:51:23,803 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af9de7a694d30162840c3ac0462eb47c6269e243" -d '{"security_group": {"name": "AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-sec-grp"}}' 2018-08-12 08:51:24,208 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1401 X-Openstack-Request-Id: req-c6629b79-b98a-49e1-aad3-0361b6dbb3c5 Date: Sun, 12 Aug 2018 08:51:24 GMT RESP BODY: {"security_group": {"description": "", "tags": [], "tenant_id": "dc0e7608488f46ccb70c2aaa83b8823d", "created_at": "2018-08-12T08:51:24Z", "updated_at": "2018-08-12T08:51:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:51:24Z", "revision_number": 0, "id": "593ce175-db50-46c7-81a4-f177563fc4ce", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:51:24Z", "security_group_id": "0b67befc-28eb-47de-9018-6378a9a69f93", "tenant_id": "dc0e7608488f46ccb70c2aaa83b8823d", "port_range_min": null, "ethertype": "IPv4", "project_id": "dc0e7608488f46ccb70c2aaa83b8823d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:51:24Z", "revision_number": 0, "id": "ef854921-671b-42d0-ad90-d726e9c76a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:51:24Z", "security_group_id": "0b67befc-28eb-47de-9018-6378a9a69f93", "tenant_id": "dc0e7608488f46ccb70c2aaa83b8823d", "port_range_min": null, "ethertype": "IPv6", "project_id": "dc0e7608488f46ccb70c2aaa83b8823d"}], "revision_number": 2, "project_id": "dc0e7608488f46ccb70c2aaa83b8823d", "id": "0b67befc-28eb-47de-9018-6378a9a69f93", "name": "AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-sec-grp"}} 2018-08-12 08:51:24,208 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups used request id req-c6629b79-b98a-49e1-aad3-0361b6dbb3c5 2018-08-12 08:51:24,209 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0b67befc-28eb-47de-9018-6378a9a69f93 2018-08-12 08:51:24,214 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=0b67befc-28eb-47de-9018-6378a9a69f93 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af9de7a694d30162840c3ac0462eb47c6269e243" 2018-08-12 08:51:24,409 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-a7f8c4ef-881a-47a1-8646-1bc52ecf47e7 Date: Sun, 12 Aug 2018 08:51:24 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:51:24Z", "security_group_id": "0b67befc-28eb-47de-9018-6378a9a69f93", "port_range_min": null, "revision_number": 0, "tenant_id": "dc0e7608488f46ccb70c2aaa83b8823d", "created_at": "2018-08-12T08:51:24Z", "project_id": "dc0e7608488f46ccb70c2aaa83b8823d", "id": "593ce175-db50-46c7-81a4-f177563fc4ce"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:51:24Z", "security_group_id": "0b67befc-28eb-47de-9018-6378a9a69f93", "port_range_min": null, "revision_number": 0, "tenant_id": "dc0e7608488f46ccb70c2aaa83b8823d", "created_at": "2018-08-12T08:51:24Z", "project_id": "dc0e7608488f46ccb70c2aaa83b8823d", "id": "ef854921-671b-42d0-ad90-d726e9c76a4c"}]} 2018-08-12 08:51:24,409 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=0b67befc-28eb-47de-9018-6378a9a69f93 used request id req-a7f8c4ef-881a-47a1-8646-1bc52ecf47e7 2018-08-12 08:51:24,410 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0b67befc-28eb-47de-9018-6378a9a69f93 2018-08-12 08:51:24,415 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=0b67befc-28eb-47de-9018-6378a9a69f93 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af9de7a694d30162840c3ac0462eb47c6269e243" 2018-08-12 08:51:24,605 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-71ad59f8-f977-419b-9e98-5476073755f2 Date: Sun, 12 Aug 2018 08:51:24 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:51:24Z", "security_group_id": "0b67befc-28eb-47de-9018-6378a9a69f93", "port_range_min": null, "revision_number": 0, "tenant_id": "dc0e7608488f46ccb70c2aaa83b8823d", "created_at": "2018-08-12T08:51:24Z", "project_id": "dc0e7608488f46ccb70c2aaa83b8823d", "id": "593ce175-db50-46c7-81a4-f177563fc4ce"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:51:24Z", "security_group_id": "0b67befc-28eb-47de-9018-6378a9a69f93", "port_range_min": null, "revision_number": 0, "tenant_id": "dc0e7608488f46ccb70c2aaa83b8823d", "created_at": "2018-08-12T08:51:24Z", "project_id": "dc0e7608488f46ccb70c2aaa83b8823d", "id": "ef854921-671b-42d0-ad90-d726e9c76a4c"}]} 2018-08-12 08:51:24,605 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=0b67befc-28eb-47de-9018-6378a9a69f93 used request id req-71ad59f8-f977-419b-9e98-5476073755f2 2018-08-12 08:51:24,605 - neutron_utils - INFO - Retrieving security group with ID - 0b67befc-28eb-47de-9018-6378a9a69f93 2018-08-12 08:51:24,612 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=0b67befc-28eb-47de-9018-6378a9a69f93 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af9de7a694d30162840c3ac0462eb47c6269e243" 2018-08-12 08:51:24,825 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1404 X-Openstack-Request-Id: req-ead02b56-9d05-4d9d-a0a5-fb5bf2ff0a2e Date: Sun, 12 Aug 2018 08:51:24 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "dc0e7608488f46ccb70c2aaa83b8823d", "created_at": "2018-08-12T08:51:24Z", "updated_at": "2018-08-12T08:51:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:51:24Z", "revision_number": 0, "id": "593ce175-db50-46c7-81a4-f177563fc4ce", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:51:24Z", "security_group_id": "0b67befc-28eb-47de-9018-6378a9a69f93", "tenant_id": "dc0e7608488f46ccb70c2aaa83b8823d", "port_range_min": null, "ethertype": "IPv4", "project_id": "dc0e7608488f46ccb70c2aaa83b8823d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:51:24Z", "revision_number": 0, "id": "ef854921-671b-42d0-ad90-d726e9c76a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:51:24Z", "security_group_id": "0b67befc-28eb-47de-9018-6378a9a69f93", "tenant_id": "dc0e7608488f46ccb70c2aaa83b8823d", "port_range_min": null, "ethertype": "IPv6", "project_id": "dc0e7608488f46ccb70c2aaa83b8823d"}], "revision_number": 2, "project_id": "dc0e7608488f46ccb70c2aaa83b8823d", "id": "0b67befc-28eb-47de-9018-6378a9a69f93", "name": "AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-sec-grp"}]} 2018-08-12 08:51:24,825 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=0b67befc-28eb-47de-9018-6378a9a69f93 used request id req-ead02b56-9d05-4d9d-a0a5-fb5bf2ff0a2e 2018-08-12 08:51:24,826 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0b67befc-28eb-47de-9018-6378a9a69f93 2018-08-12 08:51:24,830 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=0b67befc-28eb-47de-9018-6378a9a69f93 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af9de7a694d30162840c3ac0462eb47c6269e243" 2018-08-12 08:51:25,027 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-f1f4299d-6612-4229-97ba-8ffa22af97ba Date: Sun, 12 Aug 2018 08:51:25 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:51:24Z", "security_group_id": "0b67befc-28eb-47de-9018-6378a9a69f93", "port_range_min": null, "revision_number": 0, "tenant_id": "dc0e7608488f46ccb70c2aaa83b8823d", "created_at": "2018-08-12T08:51:24Z", "project_id": "dc0e7608488f46ccb70c2aaa83b8823d", "id": "593ce175-db50-46c7-81a4-f177563fc4ce"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:51:24Z", "security_group_id": "0b67befc-28eb-47de-9018-6378a9a69f93", "port_range_min": null, "revision_number": 0, "tenant_id": "dc0e7608488f46ccb70c2aaa83b8823d", "created_at": "2018-08-12T08:51:24Z", "project_id": "dc0e7608488f46ccb70c2aaa83b8823d", "id": "ef854921-671b-42d0-ad90-d726e9c76a4c"}]} 2018-08-12 08:51:25,027 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=0b67befc-28eb-47de-9018-6378a9a69f93 used request id req-f1f4299d-6612-4229-97ba-8ffa22af97ba 2018-08-12 08:51:25,027 - neutron_utils - INFO - Retrieving security group with ID - 0b67befc-28eb-47de-9018-6378a9a69f93 2018-08-12 08:51:25,032 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=0b67befc-28eb-47de-9018-6378a9a69f93 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af9de7a694d30162840c3ac0462eb47c6269e243" 2018-08-12 08:51:25,253 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1404 X-Openstack-Request-Id: req-551b365e-6e2c-488e-b47a-2bbab287d8e1 Date: Sun, 12 Aug 2018 08:51:25 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "dc0e7608488f46ccb70c2aaa83b8823d", "created_at": "2018-08-12T08:51:24Z", "updated_at": "2018-08-12T08:51:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:51:24Z", "revision_number": 0, "id": "593ce175-db50-46c7-81a4-f177563fc4ce", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:51:24Z", "security_group_id": "0b67befc-28eb-47de-9018-6378a9a69f93", "tenant_id": "dc0e7608488f46ccb70c2aaa83b8823d", "port_range_min": null, "ethertype": "IPv4", "project_id": "dc0e7608488f46ccb70c2aaa83b8823d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:51:24Z", "revision_number": 0, "id": "ef854921-671b-42d0-ad90-d726e9c76a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:51:24Z", "security_group_id": "0b67befc-28eb-47de-9018-6378a9a69f93", "tenant_id": "dc0e7608488f46ccb70c2aaa83b8823d", "port_range_min": null, "ethertype": "IPv6", "project_id": "dc0e7608488f46ccb70c2aaa83b8823d"}], "revision_number": 2, "project_id": "dc0e7608488f46ccb70c2aaa83b8823d", "id": "0b67befc-28eb-47de-9018-6378a9a69f93", "name": "AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-sec-grp"}]} 2018-08-12 08:51:25,253 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=0b67befc-28eb-47de-9018-6378a9a69f93 used request id req-551b365e-6e2c-488e-b47a-2bbab287d8e1 2018-08-12 08:51:25,254 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0b67befc-28eb-47de-9018-6378a9a69f93 2018-08-12 08:51:25,259 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=0b67befc-28eb-47de-9018-6378a9a69f93 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af9de7a694d30162840c3ac0462eb47c6269e243" 2018-08-12 08:51:25,466 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-457624d2-d063-4176-88c6-57480df08821 Date: Sun, 12 Aug 2018 08:51:25 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:51:24Z", "security_group_id": "0b67befc-28eb-47de-9018-6378a9a69f93", "port_range_min": null, "revision_number": 0, "tenant_id": "dc0e7608488f46ccb70c2aaa83b8823d", "created_at": "2018-08-12T08:51:24Z", "project_id": "dc0e7608488f46ccb70c2aaa83b8823d", "id": "593ce175-db50-46c7-81a4-f177563fc4ce"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:51:24Z", "security_group_id": "0b67befc-28eb-47de-9018-6378a9a69f93", "port_range_min": null, "revision_number": 0, "tenant_id": "dc0e7608488f46ccb70c2aaa83b8823d", "created_at": "2018-08-12T08:51:24Z", "project_id": "dc0e7608488f46ccb70c2aaa83b8823d", "id": "ef854921-671b-42d0-ad90-d726e9c76a4c"}]} 2018-08-12 08:51:25,466 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=0b67befc-28eb-47de-9018-6378a9a69f93 used request id req-457624d2-d063-4176-88c6-57480df08821 2018-08-12 08:51:25,467 - neutron_utils - INFO - Creating security group to security group - AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-sec-grp 2018-08-12 08:51:25,472 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af9de7a694d30162840c3ac0462eb47c6269e243" 2018-08-12 08:51:25,522 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1404 X-Openstack-Request-Id: req-53ca8d0a-bb43-4140-90ba-11b05f69adb6 Date: Sun, 12 Aug 2018 08:51:25 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "dc0e7608488f46ccb70c2aaa83b8823d", "created_at": "2018-08-12T08:51:24Z", "updated_at": "2018-08-12T08:51:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:51:24Z", "revision_number": 0, "id": "593ce175-db50-46c7-81a4-f177563fc4ce", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:51:24Z", "security_group_id": "0b67befc-28eb-47de-9018-6378a9a69f93", "tenant_id": "dc0e7608488f46ccb70c2aaa83b8823d", "port_range_min": null, "ethertype": "IPv4", "project_id": "dc0e7608488f46ccb70c2aaa83b8823d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:51:24Z", "revision_number": 0, "id": "ef854921-671b-42d0-ad90-d726e9c76a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:51:24Z", "security_group_id": "0b67befc-28eb-47de-9018-6378a9a69f93", "tenant_id": "dc0e7608488f46ccb70c2aaa83b8823d", "port_range_min": null, "ethertype": "IPv6", "project_id": "dc0e7608488f46ccb70c2aaa83b8823d"}], "revision_number": 2, "project_id": "dc0e7608488f46ccb70c2aaa83b8823d", "id": "0b67befc-28eb-47de-9018-6378a9a69f93", "name": "AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-sec-grp"}]} 2018-08-12 08:51:25,522 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-sec-grp used request id req-53ca8d0a-bb43-4140-90ba-11b05f69adb6 2018-08-12 08:51:25,525 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:51:25,530 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:51:25 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:51:25,530 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/dc0e7608488f46ccb70c2aaa83b8823d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af9de7a694d30162840c3ac0462eb47c6269e243" 2018-08-12 08:51:25,549 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:51:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a6e0b463-a91d-4f59-bd11-353a1c4f5ff8 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/dc0e7608488f46ccb70c2aaa83b8823d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "dc0e7608488f46ccb70c2aaa83b8823d", "name": "AnsibleProvisioningTests-18cd7f89-db2c-4cb-proj"}} 2018-08-12 08:51:25,549 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/dc0e7608488f46ccb70c2aaa83b8823d used request id req-a6e0b463-a91d-4f59-bd11-353a1c4f5ff8 2018-08-12 08:51:25,549 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0b67befc-28eb-47de-9018-6378a9a69f93 2018-08-12 08:51:25,553 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=0b67befc-28eb-47de-9018-6378a9a69f93 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af9de7a694d30162840c3ac0462eb47c6269e243" 2018-08-12 08:51:25,744 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-f8e8ec3a-cee4-472b-82c3-0173b61c6169 Date: Sun, 12 Aug 2018 08:51:25 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:51:24Z", "security_group_id": "0b67befc-28eb-47de-9018-6378a9a69f93", "port_range_min": null, "revision_number": 0, "tenant_id": "dc0e7608488f46ccb70c2aaa83b8823d", "created_at": "2018-08-12T08:51:24Z", "project_id": "dc0e7608488f46ccb70c2aaa83b8823d", "id": "593ce175-db50-46c7-81a4-f177563fc4ce"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:51:24Z", "security_group_id": "0b67befc-28eb-47de-9018-6378a9a69f93", "port_range_min": null, "revision_number": 0, "tenant_id": "dc0e7608488f46ccb70c2aaa83b8823d", "created_at": "2018-08-12T08:51:24Z", "project_id": "dc0e7608488f46ccb70c2aaa83b8823d", "id": "ef854921-671b-42d0-ad90-d726e9c76a4c"}]} 2018-08-12 08:51:25,744 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=0b67befc-28eb-47de-9018-6378a9a69f93 used request id req-f8e8ec3a-cee4-472b-82c3-0173b61c6169 2018-08-12 08:51:25,749 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21: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}af9de7a694d30162840c3ac0462eb47c6269e243" -d '{"security_group_rule": {"direction": "ingress", "protocol": 1, "security_group_id": "0b67befc-28eb-47de-9018-6378a9a69f93"}}' 2018-08-12 08:51:26,112 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-15eb7907-954c-42f1-8e41-3a32b4531a65 Date: Sun, 12 Aug 2018 08:51:26 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:51:26Z", "security_group_id": "0b67befc-28eb-47de-9018-6378a9a69f93", "port_range_min": null, "revision_number": 0, "tenant_id": "dc0e7608488f46ccb70c2aaa83b8823d", "created_at": "2018-08-12T08:51:26Z", "project_id": "dc0e7608488f46ccb70c2aaa83b8823d", "id": "6e26ce59-6aca-4e3c-9fd0-e9df4eacff22"}} 2018-08-12 08:51:26,112 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules used request id req-15eb7907-954c-42f1-8e41-3a32b4531a65 2018-08-12 08:51:26,113 - neutron_utils - INFO - Creating security group to security group - AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-sec-grp 2018-08-12 08:51:26,118 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af9de7a694d30162840c3ac0462eb47c6269e243" 2018-08-12 08:51:26,339 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1902 X-Openstack-Request-Id: req-e4f369e8-4cf4-47c5-8b1b-4e7b75f931c8 Date: Sun, 12 Aug 2018 08:51:26 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "dc0e7608488f46ccb70c2aaa83b8823d", "created_at": "2018-08-12T08:51:24Z", "updated_at": "2018-08-12T08:51:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:51:24Z", "revision_number": 0, "id": "593ce175-db50-46c7-81a4-f177563fc4ce", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:51:24Z", "security_group_id": "0b67befc-28eb-47de-9018-6378a9a69f93", "tenant_id": "dc0e7608488f46ccb70c2aaa83b8823d", "port_range_min": null, "ethertype": "IPv4", "project_id": "dc0e7608488f46ccb70c2aaa83b8823d"}, {"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:51:26Z", "revision_number": 0, "id": "6e26ce59-6aca-4e3c-9fd0-e9df4eacff22", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:51:26Z", "security_group_id": "0b67befc-28eb-47de-9018-6378a9a69f93", "tenant_id": "dc0e7608488f46ccb70c2aaa83b8823d", "port_range_min": null, "ethertype": "IPv4", "project_id": "dc0e7608488f46ccb70c2aaa83b8823d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:51:24Z", "revision_number": 0, "id": "ef854921-671b-42d0-ad90-d726e9c76a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:51:24Z", "security_group_id": "0b67befc-28eb-47de-9018-6378a9a69f93", "tenant_id": "dc0e7608488f46ccb70c2aaa83b8823d", "port_range_min": null, "ethertype": "IPv6", "project_id": "dc0e7608488f46ccb70c2aaa83b8823d"}], "revision_number": 3, "project_id": "dc0e7608488f46ccb70c2aaa83b8823d", "id": "0b67befc-28eb-47de-9018-6378a9a69f93", "name": "AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-sec-grp"}]} 2018-08-12 08:51:26,339 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-sec-grp used request id req-e4f369e8-4cf4-47c5-8b1b-4e7b75f931c8 2018-08-12 08:51:26,342 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/dc0e7608488f46ccb70c2aaa83b8823d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af9de7a694d30162840c3ac0462eb47c6269e243" 2018-08-12 08:51:26,438 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:51:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fcb599c7-9136-496b-8e9f-0502edfd49c4 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/dc0e7608488f46ccb70c2aaa83b8823d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "dc0e7608488f46ccb70c2aaa83b8823d", "name": "AnsibleProvisioningTests-18cd7f89-db2c-4cb-proj"}} 2018-08-12 08:51:26,438 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/dc0e7608488f46ccb70c2aaa83b8823d used request id req-fcb599c7-9136-496b-8e9f-0502edfd49c4 2018-08-12 08:51:26,439 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0b67befc-28eb-47de-9018-6378a9a69f93 2018-08-12 08:51:26,444 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=0b67befc-28eb-47de-9018-6378a9a69f93 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af9de7a694d30162840c3ac0462eb47c6269e243" 2018-08-12 08:51:26,474 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1488 X-Openstack-Request-Id: req-be795a83-128c-4a56-acde-9cd1059d7b3e Date: Sun, 12 Aug 2018 08:51:26 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:51:24Z", "security_group_id": "0b67befc-28eb-47de-9018-6378a9a69f93", "port_range_min": null, "revision_number": 0, "tenant_id": "dc0e7608488f46ccb70c2aaa83b8823d", "created_at": "2018-08-12T08:51:24Z", "project_id": "dc0e7608488f46ccb70c2aaa83b8823d", "id": "593ce175-db50-46c7-81a4-f177563fc4ce"}, {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:51:26Z", "security_group_id": "0b67befc-28eb-47de-9018-6378a9a69f93", "port_range_min": null, "revision_number": 0, "tenant_id": "dc0e7608488f46ccb70c2aaa83b8823d", "created_at": "2018-08-12T08:51:26Z", "project_id": "dc0e7608488f46ccb70c2aaa83b8823d", "id": "6e26ce59-6aca-4e3c-9fd0-e9df4eacff22"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:51:24Z", "security_group_id": "0b67befc-28eb-47de-9018-6378a9a69f93", "port_range_min": null, "revision_number": 0, "tenant_id": "dc0e7608488f46ccb70c2aaa83b8823d", "created_at": "2018-08-12T08:51:24Z", "project_id": "dc0e7608488f46ccb70c2aaa83b8823d", "id": "ef854921-671b-42d0-ad90-d726e9c76a4c"}]} 2018-08-12 08:51:26,474 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=0b67befc-28eb-47de-9018-6378a9a69f93 used request id req-be795a83-128c-4a56-acde-9cd1059d7b3e 2018-08-12 08:51:26,479 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21: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}af9de7a694d30162840c3ac0462eb47c6269e243" -d '{"security_group_rule": {"protocol": 6, "direction": "ingress", "port_range_min": 22, "port_range_max": 22, "security_group_id": "0b67befc-28eb-47de-9018-6378a9a69f93"}}' 2018-08-12 08:51:26,675 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 505 X-Openstack-Request-Id: req-8cab42b1-6d14-4f40-bfd4-4d62fac0c822 Date: Sun, 12 Aug 2018 08:51:26 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "6", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-12T08:51:26Z", "security_group_id": "0b67befc-28eb-47de-9018-6378a9a69f93", "port_range_min": 22, "revision_number": 0, "tenant_id": "dc0e7608488f46ccb70c2aaa83b8823d", "created_at": "2018-08-12T08:51:26Z", "project_id": "dc0e7608488f46ccb70c2aaa83b8823d", "id": "ada6ba21-cc32-4ffc-bc07-3289ce95cb99"}} 2018-08-12 08:51:26,675 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules used request id req-8cab42b1-6d14-4f40-bfd4-4d62fac0c822 2018-08-12 08:51:26,676 - neutron_utils - INFO - Retrieving security group with ID - 0b67befc-28eb-47de-9018-6378a9a69f93 2018-08-12 08:51:26,681 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=0b67befc-28eb-47de-9018-6378a9a69f93 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af9de7a694d30162840c3ac0462eb47c6269e243" 2018-08-12 08:51:26,728 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2396 X-Openstack-Request-Id: req-aeeda121-fdc3-49d7-8f51-0b7525719259 Date: Sun, 12 Aug 2018 08:51:26 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "dc0e7608488f46ccb70c2aaa83b8823d", "created_at": "2018-08-12T08:51:24Z", "updated_at": "2018-08-12T08:51:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:51:24Z", "revision_number": 0, "id": "593ce175-db50-46c7-81a4-f177563fc4ce", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:51:24Z", "security_group_id": "0b67befc-28eb-47de-9018-6378a9a69f93", "tenant_id": "dc0e7608488f46ccb70c2aaa83b8823d", "port_range_min": null, "ethertype": "IPv4", "project_id": "dc0e7608488f46ccb70c2aaa83b8823d"}, {"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:51:26Z", "revision_number": 0, "id": "6e26ce59-6aca-4e3c-9fd0-e9df4eacff22", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:51:26Z", "security_group_id": "0b67befc-28eb-47de-9018-6378a9a69f93", "tenant_id": "dc0e7608488f46ccb70c2aaa83b8823d", "port_range_min": null, "ethertype": "IPv4", "project_id": "dc0e7608488f46ccb70c2aaa83b8823d"}, {"direction": "ingress", "protocol": "6", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-12T08:51:26Z", "revision_number": 0, "id": "ada6ba21-cc32-4ffc-bc07-3289ce95cb99", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:51:26Z", "security_group_id": "0b67befc-28eb-47de-9018-6378a9a69f93", "tenant_id": "dc0e7608488f46ccb70c2aaa83b8823d", "port_range_min": 22, "ethertype": "IPv4", "project_id": "dc0e7608488f46ccb70c2aaa83b8823d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:51:24Z", "revision_number": 0, "id": "ef854921-671b-42d0-ad90-d726e9c76a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:51:24Z", "security_group_id": "0b67befc-28eb-47de-9018-6378a9a69f93", "tenant_id": "dc0e7608488f46ccb70c2aaa83b8823d", "port_range_min": null, "ethertype": "IPv6", "project_id": "dc0e7608488f46ccb70c2aaa83b8823d"}], "revision_number": 4, "project_id": "dc0e7608488f46ccb70c2aaa83b8823d", "id": "0b67befc-28eb-47de-9018-6378a9a69f93", "name": "AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-sec-grp"}]} 2018-08-12 08:51:26,729 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=0b67befc-28eb-47de-9018-6378a9a69f93 used request id req-aeeda121-fdc3-49d7-8f51-0b7525719259 2018-08-12 08:51:26,729 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0b67befc-28eb-47de-9018-6378a9a69f93 2018-08-12 08:51:26,734 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=0b67befc-28eb-47de-9018-6378a9a69f93 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af9de7a694d30162840c3ac0462eb47c6269e243" 2018-08-12 08:51:26,763 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1970 X-Openstack-Request-Id: req-2703b11e-efa3-4f65-8717-ca8766432191 Date: Sun, 12 Aug 2018 08:51:26 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:51:24Z", "security_group_id": "0b67befc-28eb-47de-9018-6378a9a69f93", "port_range_min": null, "revision_number": 0, "tenant_id": "dc0e7608488f46ccb70c2aaa83b8823d", "created_at": "2018-08-12T08:51:24Z", "project_id": "dc0e7608488f46ccb70c2aaa83b8823d", "id": "593ce175-db50-46c7-81a4-f177563fc4ce"}, {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:51:26Z", "security_group_id": "0b67befc-28eb-47de-9018-6378a9a69f93", "port_range_min": null, "revision_number": 0, "tenant_id": "dc0e7608488f46ccb70c2aaa83b8823d", "created_at": "2018-08-12T08:51:26Z", "project_id": "dc0e7608488f46ccb70c2aaa83b8823d", "id": "6e26ce59-6aca-4e3c-9fd0-e9df4eacff22"}, {"remote_group_id": null, "direction": "ingress", "protocol": "6", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-12T08:51:26Z", "security_group_id": "0b67befc-28eb-47de-9018-6378a9a69f93", "port_range_min": 22, "revision_number": 0, "tenant_id": "dc0e7608488f46ccb70c2aaa83b8823d", "created_at": "2018-08-12T08:51:26Z", "project_id": "dc0e7608488f46ccb70c2aaa83b8823d", "id": "ada6ba21-cc32-4ffc-bc07-3289ce95cb99"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:51:24Z", "security_group_id": "0b67befc-28eb-47de-9018-6378a9a69f93", "port_range_min": null, "revision_number": 0, "tenant_id": "dc0e7608488f46ccb70c2aaa83b8823d", "created_at": "2018-08-12T08:51:24Z", "project_id": "dc0e7608488f46ccb70c2aaa83b8823d", "id": "ef854921-671b-42d0-ad90-d726e9c76a4c"}]} 2018-08-12 08:51:26,763 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=0b67befc-28eb-47de-9018-6378a9a69f93 used request id req-2703b11e-efa3-4f65-8717-ca8766432191 2018-08-12 08:51:26,764 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:51:26,765 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:51:27,167 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c5b1528067d54524859b0d40ea6df2cd", "name": "AnsibleProvisioningTests-18cd7f89-db2c-4cb-proj-role"}], "expires_at": "2018-08-12T09:51:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dc0e7608488f46ccb70c2aaa83b8823d", "name": "AnsibleProvisioningTests-18cd7f89-db2c-4cb-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/dc0e7608488f46ccb70c2aaa83b8823d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/dc0e7608488f46ccb70c2aaa83b8823d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/dc0e7608488f46ccb70c2aaa83b8823d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_dc0e7608488f46ccb70c2aaa83b8823d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_dc0e7608488f46ccb70c2aaa83b8823d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/dc0e7608488f46ccb70c2aaa83b8823d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/dc0e7608488f46ccb70c2aaa83b8823d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/dc0e7608488f46ccb70c2aaa83b8823d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/dc0e7608488f46ccb70c2aaa83b8823d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/dc0e7608488f46ccb70c2aaa83b8823d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/dc0e7608488f46ccb70c2aaa83b8823d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/dc0e7608488f46ccb70c2aaa83b8823d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/dc0e7608488f46ccb70c2aaa83b8823d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/dc0e7608488f46ccb70c2aaa83b8823d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-18cd7f89-db2c-4cb-user", "id": "fbebacd7d3974a6989f952e5cabf631b"}, "audit_ids": ["K9wBvXZQTtKhLd-AqiiCbg"], "issued_at": "2018-08-12T08:51:27.000000Z"}} 2018-08-12 08:51:27,167 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}21ff6c5198d5f93d163d4210602bf14f61e66855" 2018-08-12 08:51:27,248 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:51:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6a2d1918-1a4a-4fd9-8fd0-6d7c0d5945a9 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:51:27,248 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-6a2d1918-1a4a-4fd9-8fd0-6d7c0d5945a9 2018-08-12 08:51:27,250 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-12 08:51:27,251 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:51:27,251 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:51:27,251 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:51:27,251 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:51:27,252 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:51:27,254 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}21ff6c5198d5f93d163d4210602bf14f61e66855" 2018-08-12 08:51:27,342 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:51:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-03641f3a-47b1-4d92-a6b9-8bdf60da91f5 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:51:27,343 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-03641f3a-47b1-4d92-a6b9-8bdf60da91f5 2018-08-12 08:51:27,352 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ff6c5198d5f93d163d4210602bf14f61e66855" 2018-08-12 08:51:27,630 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 634 X-Openstack-Request-Id: req-e974b7eb-e762-4ad5-aa9a-8dde659e6672 Date: Sun, 12 Aug 2018 08:51:27 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":["d9370efe-49e4-4c35-8eb9-020503200a59"],"updated_at":"2018-08-12T08:51:14Z","tenant_id":"dc0e7608488f46ccb70c2aaa83b8823d","created_at":"2018-08-12T08:51:12Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"dc0e7608488f46ccb70c2aaa83b8823d","id":"21d31016-6652-497c-b205-c2baed769c1b","name":"AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-pub-net"}]} 2018-08-12 08:51:27,630 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-pub-net used request id req-e974b7eb-e762-4ad5-aa9a-8dde659e6672 2018-08-12 08:51:27,635 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=21d31016-6652-497c-b205-c2baed769c1b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ff6c5198d5f93d163d4210602bf14f61e66855" 2018-08-12 08:51:27,854 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-2d58b937-9e9c-4d28-bc66-7f4c507c179f Date: Sun, 12 Aug 2018 08:51:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"21d31016-6652-497c-b205-c2baed769c1b","tenant_id":"dc0e7608488f46ccb70c2aaa83b8823d","created_at":"2018-08-12T08:51:14Z","dns_nameservers":[],"updated_at":"2018-08-12T08:51:14Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"dc0e7608488f46ccb70c2aaa83b8823d","id":"d9370efe-49e4-4c35-8eb9-020503200a59","subnetpool_id":null,"name":"AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-pub-subnet"}]} 2018-08-12 08:51:27,854 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=21d31016-6652-497c-b205-c2baed769c1b used request id req-2d58b937-9e9c-4d28-bc66-7f4c507c179f 2018-08-12 08:51:27,859 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ff6c5198d5f93d163d4210602bf14f61e66855" 2018-08-12 08:51:28,139 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 634 X-Openstack-Request-Id: req-550bac02-a8dc-4b16-9ecb-8d7d1c4d8bad Date: Sun, 12 Aug 2018 08:51: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":["d9370efe-49e4-4c35-8eb9-020503200a59"],"updated_at":"2018-08-12T08:51:14Z","tenant_id":"dc0e7608488f46ccb70c2aaa83b8823d","created_at":"2018-08-12T08:51:12Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"dc0e7608488f46ccb70c2aaa83b8823d","id":"21d31016-6652-497c-b205-c2baed769c1b","name":"AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-pub-net"}]} 2018-08-12 08:51:28,140 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-pub-net used request id req-550bac02-a8dc-4b16-9ecb-8d7d1c4d8bad 2018-08-12 08:51:28,143 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:51:28,148 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:51:28 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:51:28,149 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/dc0e7608488f46ccb70c2aaa83b8823d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ff6c5198d5f93d163d4210602bf14f61e66855" 2018-08-12 08:51:28,239 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:51:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-65e03650-9067-4b87-9316-001c407122bc Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/dc0e7608488f46ccb70c2aaa83b8823d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "dc0e7608488f46ccb70c2aaa83b8823d", "name": "AnsibleProvisioningTests-18cd7f89-db2c-4cb-proj"}} 2018-08-12 08:51:28,239 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/dc0e7608488f46ccb70c2aaa83b8823d used request id req-65e03650-9067-4b87-9316-001c407122bc 2018-08-12 08:51:28,244 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=21d31016-6652-497c-b205-c2baed769c1b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ff6c5198d5f93d163d4210602bf14f61e66855" 2018-08-12 08:51:28,463 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-32aa84a4-67fc-42b0-8927-bf165db5c051 Date: Sun, 12 Aug 2018 08:51:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"21d31016-6652-497c-b205-c2baed769c1b","tenant_id":"dc0e7608488f46ccb70c2aaa83b8823d","created_at":"2018-08-12T08:51:14Z","dns_nameservers":[],"updated_at":"2018-08-12T08:51:14Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"dc0e7608488f46ccb70c2aaa83b8823d","id":"d9370efe-49e4-4c35-8eb9-020503200a59","subnetpool_id":null,"name":"AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-pub-subnet"}]} 2018-08-12 08:51:28,464 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=21d31016-6652-497c-b205-c2baed769c1b used request id req-32aa84a4-67fc-42b0-8927-bf165db5c051 2018-08-12 08:51:28,468 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=21d31016-6652-497c-b205-c2baed769c1b&name=AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ff6c5198d5f93d163d4210602bf14f61e66855" 2018-08-12 08:51:28,664 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-7ae06b8f-d3d2-4c78-98a8-c488fa577b55 Date: Sun, 12 Aug 2018 08:51:28 GMT RESP BODY: {"ports":[]} 2018-08-12 08:51:28,664 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=21d31016-6652-497c-b205-c2baed769c1b&name=AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-port-1&admin_state_up=True used request id req-7ae06b8f-d3d2-4c78-98a8-c488fa577b55 2018-08-12 08:51:28,667 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/detail?name=AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ff6c5198d5f93d163d4210602bf14f61e66855" 2018-08-12 08:51:28,927 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:51:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-9210c3c1-1293-4229-bcf8-7ce9a1fca2d0 x-compute-request-id: req-9210c3c1-1293-4229-bcf8-7ce9a1fca2d0 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-12 08:51:28,927 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail?name=AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-inst used request id req-9210c3c1-1293-4229-bcf8-7ce9a1fca2d0 2018-08-12 08:51:28,932 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ff6c5198d5f93d163d4210602bf14f61e66855" 2018-08-12 08:51:29,197 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 634 X-Openstack-Request-Id: req-a3d3f327-d210-448b-9acf-9df94e5c4e87 Date: Sun, 12 Aug 2018 08:51: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":["d9370efe-49e4-4c35-8eb9-020503200a59"],"updated_at":"2018-08-12T08:51:14Z","tenant_id":"dc0e7608488f46ccb70c2aaa83b8823d","created_at":"2018-08-12T08:51:12Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"dc0e7608488f46ccb70c2aaa83b8823d","id":"21d31016-6652-497c-b205-c2baed769c1b","name":"AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-pub-net"}]} 2018-08-12 08:51:29,198 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-pub-net used request id req-a3d3f327-d210-448b-9acf-9df94e5c4e87 2018-08-12 08:51:29,203 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=21d31016-6652-497c-b205-c2baed769c1b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ff6c5198d5f93d163d4210602bf14f61e66855" 2018-08-12 08:51:29,253 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-d1409084-76e4-46b5-a93e-eee85e7acbc6 Date: Sun, 12 Aug 2018 08:51:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"21d31016-6652-497c-b205-c2baed769c1b","tenant_id":"dc0e7608488f46ccb70c2aaa83b8823d","created_at":"2018-08-12T08:51:14Z","dns_nameservers":[],"updated_at":"2018-08-12T08:51:14Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"dc0e7608488f46ccb70c2aaa83b8823d","id":"d9370efe-49e4-4c35-8eb9-020503200a59","subnetpool_id":null,"name":"AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-pub-subnet"}]} 2018-08-12 08:51:29,253 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=21d31016-6652-497c-b205-c2baed769c1b used request id req-d1409084-76e4-46b5-a93e-eee85e7acbc6 2018-08-12 08:51:29,259 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ff6c5198d5f93d163d4210602bf14f61e66855" 2018-08-12 08:51:29,518 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 634 X-Openstack-Request-Id: req-ebc85ad3-78a4-4cb6-8c48-52765b23bb07 Date: Sun, 12 Aug 2018 08:51: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":["d9370efe-49e4-4c35-8eb9-020503200a59"],"updated_at":"2018-08-12T08:51:14Z","tenant_id":"dc0e7608488f46ccb70c2aaa83b8823d","created_at":"2018-08-12T08:51:12Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"dc0e7608488f46ccb70c2aaa83b8823d","id":"21d31016-6652-497c-b205-c2baed769c1b","name":"AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-pub-net"}]} 2018-08-12 08:51:29,518 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-pub-net used request id req-ebc85ad3-78a4-4cb6-8c48-52765b23bb07 2018-08-12 08:51:29,523 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/dc0e7608488f46ccb70c2aaa83b8823d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ff6c5198d5f93d163d4210602bf14f61e66855" 2018-08-12 08:51:29,620 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:51:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-85614710-8702-460e-95f0-1ff8f9909c27 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/dc0e7608488f46ccb70c2aaa83b8823d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "dc0e7608488f46ccb70c2aaa83b8823d", "name": "AnsibleProvisioningTests-18cd7f89-db2c-4cb-proj"}} 2018-08-12 08:51:29,620 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/dc0e7608488f46ccb70c2aaa83b8823d used request id req-85614710-8702-460e-95f0-1ff8f9909c27 2018-08-12 08:51:29,626 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=21d31016-6652-497c-b205-c2baed769c1b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ff6c5198d5f93d163d4210602bf14f61e66855" 2018-08-12 08:51:29,845 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-7f2eaca4-56e2-4f35-8502-e606e9875759 Date: Sun, 12 Aug 2018 08:51:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"21d31016-6652-497c-b205-c2baed769c1b","tenant_id":"dc0e7608488f46ccb70c2aaa83b8823d","created_at":"2018-08-12T08:51:14Z","dns_nameservers":[],"updated_at":"2018-08-12T08:51:14Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"dc0e7608488f46ccb70c2aaa83b8823d","id":"d9370efe-49e4-4c35-8eb9-020503200a59","subnetpool_id":null,"name":"AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-pub-subnet"}]} 2018-08-12 08:51:29,846 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=21d31016-6652-497c-b205-c2baed769c1b used request id req-7f2eaca4-56e2-4f35-8502-e606e9875759 2018-08-12 08:51:29,851 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=21d31016-6652-497c-b205-c2baed769c1b&name=AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ff6c5198d5f93d163d4210602bf14f61e66855" 2018-08-12 08:51:30,057 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-8adc192d-c38e-497b-9325-6d48099a1d0a Date: Sun, 12 Aug 2018 08:51:30 GMT RESP BODY: {"ports":[]} 2018-08-12 08:51:30,057 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=21d31016-6652-497c-b205-c2baed769c1b&name=AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-port-1&admin_state_up=True used request id req-8adc192d-c38e-497b-9325-6d48099a1d0a 2018-08-12 08:51:30,058 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 08:51:30,058 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000//v3/auth/tokens 2018-08-12 08:51:30,453 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c5b1528067d54524859b0d40ea6df2cd", "name": "AnsibleProvisioningTests-18cd7f89-db2c-4cb-proj-role"}], "expires_at": "2018-08-12T09:51:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dc0e7608488f46ccb70c2aaa83b8823d", "name": "AnsibleProvisioningTests-18cd7f89-db2c-4cb-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/dc0e7608488f46ccb70c2aaa83b8823d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/dc0e7608488f46ccb70c2aaa83b8823d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/dc0e7608488f46ccb70c2aaa83b8823d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_dc0e7608488f46ccb70c2aaa83b8823d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_dc0e7608488f46ccb70c2aaa83b8823d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/dc0e7608488f46ccb70c2aaa83b8823d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/dc0e7608488f46ccb70c2aaa83b8823d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/dc0e7608488f46ccb70c2aaa83b8823d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/dc0e7608488f46ccb70c2aaa83b8823d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/dc0e7608488f46ccb70c2aaa83b8823d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/dc0e7608488f46ccb70c2aaa83b8823d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/dc0e7608488f46ccb70c2aaa83b8823d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/dc0e7608488f46ccb70c2aaa83b8823d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/dc0e7608488f46ccb70c2aaa83b8823d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-18cd7f89-db2c-4cb-user", "id": "fbebacd7d3974a6989f952e5cabf631b"}, "audit_ids": ["KOEn_pTRRi-KNuUQfL9dUg"], "issued_at": "2018-08-12T08:51:30.000000Z"}} 2018-08-12 08:51:30,453 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21: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}ac0f765b0f43c0deed75a884c28de8dfbc2a73ef" 2018-08-12 08:51:30,530 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:51:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a289b92a-e129-44e9-85ec-939f6ded37cc Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:51:30,530 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-a289b92a-e129-44e9-85ec-939f6ded37cc 2018-08-12 08:51:30,536 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ff6c5198d5f93d163d4210602bf14f61e66855" 2018-08-12 08:51:31,072 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 634 X-Openstack-Request-Id: req-dedb1032-1815-472f-80fc-b830b3a6313f Date: Sun, 12 Aug 2018 08:51:31 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":["d9370efe-49e4-4c35-8eb9-020503200a59"],"updated_at":"2018-08-12T08:51:14Z","tenant_id":"dc0e7608488f46ccb70c2aaa83b8823d","created_at":"2018-08-12T08:51:12Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"dc0e7608488f46ccb70c2aaa83b8823d","id":"21d31016-6652-497c-b205-c2baed769c1b","name":"AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-pub-net"}]} 2018-08-12 08:51:31,072 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-pub-net used request id req-dedb1032-1815-472f-80fc-b830b3a6313f 2018-08-12 08:51:31,078 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=21d31016-6652-497c-b205-c2baed769c1b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ff6c5198d5f93d163d4210602bf14f61e66855" 2018-08-12 08:51:31,134 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-c9760265-9913-4c4e-a25c-6e29b99e0b8f Date: Sun, 12 Aug 2018 08:51:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"21d31016-6652-497c-b205-c2baed769c1b","tenant_id":"dc0e7608488f46ccb70c2aaa83b8823d","created_at":"2018-08-12T08:51:14Z","dns_nameservers":[],"updated_at":"2018-08-12T08:51:14Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"dc0e7608488f46ccb70c2aaa83b8823d","id":"d9370efe-49e4-4c35-8eb9-020503200a59","subnetpool_id":null,"name":"AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-pub-subnet"}]} 2018-08-12 08:51:31,134 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=21d31016-6652-497c-b205-c2baed769c1b used request id req-c9760265-9913-4c4e-a25c-6e29b99e0b8f 2018-08-12 08:51:31,139 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ff6c5198d5f93d163d4210602bf14f61e66855" 2018-08-12 08:51:31,427 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 634 X-Openstack-Request-Id: req-821fc796-1d92-4754-bf88-40b7ca9d2e1f Date: Sun, 12 Aug 2018 08:51:31 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":["d9370efe-49e4-4c35-8eb9-020503200a59"],"updated_at":"2018-08-12T08:51:14Z","tenant_id":"dc0e7608488f46ccb70c2aaa83b8823d","created_at":"2018-08-12T08:51:12Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"dc0e7608488f46ccb70c2aaa83b8823d","id":"21d31016-6652-497c-b205-c2baed769c1b","name":"AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-pub-net"}]} 2018-08-12 08:51:31,427 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-pub-net used request id req-821fc796-1d92-4754-bf88-40b7ca9d2e1f 2018-08-12 08:51:31,431 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -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 08:51:31,436 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:51:31 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:51:31,437 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/dc0e7608488f46ccb70c2aaa83b8823d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac0f765b0f43c0deed75a884c28de8dfbc2a73ef" 2018-08-12 08:51:31,533 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:51:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2314740e-e74f-4531-9e86-ee9c2645d827 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/dc0e7608488f46ccb70c2aaa83b8823d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "dc0e7608488f46ccb70c2aaa83b8823d", "name": "AnsibleProvisioningTests-18cd7f89-db2c-4cb-proj"}} 2018-08-12 08:51:31,533 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/dc0e7608488f46ccb70c2aaa83b8823d used request id req-2314740e-e74f-4531-9e86-ee9c2645d827 2018-08-12 08:51:31,538 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=21d31016-6652-497c-b205-c2baed769c1b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ff6c5198d5f93d163d4210602bf14f61e66855" 2018-08-12 08:51:31,589 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-7ea1733b-6704-4e90-ac2b-b49f1bd0d723 Date: Sun, 12 Aug 2018 08:51:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"21d31016-6652-497c-b205-c2baed769c1b","tenant_id":"dc0e7608488f46ccb70c2aaa83b8823d","created_at":"2018-08-12T08:51:14Z","dns_nameservers":[],"updated_at":"2018-08-12T08:51:14Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"dc0e7608488f46ccb70c2aaa83b8823d","id":"d9370efe-49e4-4c35-8eb9-020503200a59","subnetpool_id":null,"name":"AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-pub-subnet"}]} 2018-08-12 08:51:31,589 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=21d31016-6652-497c-b205-c2baed769c1b used request id req-7ea1733b-6704-4e90-ac2b-b49f1bd0d723 2018-08-12 08:51:31,590 - neutron_utils - INFO - Creating port for network with name - AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-pub-net 2018-08-12 08:51:31,595 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ff6c5198d5f93d163d4210602bf14f61e66855" -d '{"port": {"network_id": "21d31016-6652-497c-b205-c2baed769c1b", "name": "AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-port-1", "admin_state_up": true}}' 2018-08-12 08:51:32,698 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 760 X-Openstack-Request-Id: req-f14bc3ef-4ad5-47cb-a58b-386502dbed4d Date: Sun, 12 Aug 2018 08:51:32 GMT RESP BODY: {"port":{"status":"DOWN","created_at":"2018-08-12T08:51:32Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"21d31016-6652-497c-b205-c2baed769c1b","tenant_id":"dc0e7608488f46ccb70c2aaa83b8823d","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T08:51:32Z","name":"AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-port-1","device_owner":"","revision_number":6,"mac_address":"fa:16:3e:32:3d:3f","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"dc0e7608488f46ccb70c2aaa83b8823d","fixed_ips":[{"subnet_id":"d9370efe-49e4-4c35-8eb9-020503200a59","ip_address":"10.55.1.5"}],"id":"587e42ec-d72b-4c9f-be74-7f18f896394f","security_groups":["72287029-2d0a-46c7-a6b7-00e80cfd8304"],"device_id":""}} 2018-08-12 08:51:32,698 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/ports used request id req-f14bc3ef-4ad5-47cb-a58b-386502dbed4d 2018-08-12 08:51:32,704 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ff6c5198d5f93d163d4210602bf14f61e66855" 2018-08-12 08:51:32,982 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 634 X-Openstack-Request-Id: req-28d2ba45-4736-4457-8c76-e109642f1f22 Date: Sun, 12 Aug 2018 08:51:32 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":["d9370efe-49e4-4c35-8eb9-020503200a59"],"updated_at":"2018-08-12T08:51:14Z","tenant_id":"dc0e7608488f46ccb70c2aaa83b8823d","created_at":"2018-08-12T08:51:12Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"dc0e7608488f46ccb70c2aaa83b8823d","id":"21d31016-6652-497c-b205-c2baed769c1b","name":"AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-pub-net"}]} 2018-08-12 08:51:32,982 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-pub-net used request id req-28d2ba45-4736-4457-8c76-e109642f1f22 2018-08-12 08:51:32,988 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=21d31016-6652-497c-b205-c2baed769c1b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ff6c5198d5f93d163d4210602bf14f61e66855" 2018-08-12 08:51:33,036 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-66981269-d6b9-48f3-a87e-62d72da6bfc5 Date: Sun, 12 Aug 2018 08:51:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"21d31016-6652-497c-b205-c2baed769c1b","tenant_id":"dc0e7608488f46ccb70c2aaa83b8823d","created_at":"2018-08-12T08:51:14Z","dns_nameservers":[],"updated_at":"2018-08-12T08:51:14Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"dc0e7608488f46ccb70c2aaa83b8823d","id":"d9370efe-49e4-4c35-8eb9-020503200a59","subnetpool_id":null,"name":"AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-pub-subnet"}]} 2018-08-12 08:51:33,036 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=21d31016-6652-497c-b205-c2baed769c1b used request id req-66981269-d6b9-48f3-a87e-62d72da6bfc5 2018-08-12 08:51:33,040 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ff6c5198d5f93d163d4210602bf14f61e66855" 2018-08-12 08:51:33,319 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 634 X-Openstack-Request-Id: req-167b5157-cebc-4aca-8760-09ceb0f2a8d1 Date: Sun, 12 Aug 2018 08:51: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":["d9370efe-49e4-4c35-8eb9-020503200a59"],"updated_at":"2018-08-12T08:51:14Z","tenant_id":"dc0e7608488f46ccb70c2aaa83b8823d","created_at":"2018-08-12T08:51:12Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"dc0e7608488f46ccb70c2aaa83b8823d","id":"21d31016-6652-497c-b205-c2baed769c1b","name":"AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-pub-net"}]} 2018-08-12 08:51:33,319 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-pub-net used request id req-167b5157-cebc-4aca-8760-09ceb0f2a8d1 2018-08-12 08:51:33,323 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/dc0e7608488f46ccb70c2aaa83b8823d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ff6c5198d5f93d163d4210602bf14f61e66855" 2018-08-12 08:51:33,415 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:51:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-92564b4d-248a-4fcf-ae23-fa501880f1fe Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/dc0e7608488f46ccb70c2aaa83b8823d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "dc0e7608488f46ccb70c2aaa83b8823d", "name": "AnsibleProvisioningTests-18cd7f89-db2c-4cb-proj"}} 2018-08-12 08:51:33,415 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/dc0e7608488f46ccb70c2aaa83b8823d used request id req-92564b4d-248a-4fcf-ae23-fa501880f1fe 2018-08-12 08:51:33,420 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=21d31016-6652-497c-b205-c2baed769c1b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ff6c5198d5f93d163d4210602bf14f61e66855" 2018-08-12 08:51:33,636 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-a00a8b77-d515-4db4-9712-a15446f73711 Date: Sun, 12 Aug 2018 08:51:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"21d31016-6652-497c-b205-c2baed769c1b","tenant_id":"dc0e7608488f46ccb70c2aaa83b8823d","created_at":"2018-08-12T08:51:14Z","dns_nameservers":[],"updated_at":"2018-08-12T08:51:14Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"dc0e7608488f46ccb70c2aaa83b8823d","id":"d9370efe-49e4-4c35-8eb9-020503200a59","subnetpool_id":null,"name":"AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-pub-subnet"}]} 2018-08-12 08:51:33,637 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=21d31016-6652-497c-b205-c2baed769c1b used request id req-a00a8b77-d515-4db4-9712-a15446f73711 2018-08-12 08:51:33,642 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=21d31016-6652-497c-b205-c2baed769c1b&name=AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ff6c5198d5f93d163d4210602bf14f61e66855" 2018-08-12 08:51:33,699 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 763 X-Openstack-Request-Id: req-e9bd86d6-3f07-439a-91ff-91462bc2427b Date: Sun, 12 Aug 2018 08:51:33 GMT RESP BODY: {"ports":[{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"21d31016-6652-497c-b205-c2baed769c1b","tenant_id":"dc0e7608488f46ccb70c2aaa83b8823d","created_at":"2018-08-12T08:51:32Z","admin_state_up":true,"updated_at":"2018-08-12T08:51:32Z","binding:vnic_type":"normal","device_id":"","device_owner":"","revision_number":6,"mac_address":"fa:16:3e:32:3d:3f","id":"587e42ec-d72b-4c9f-be74-7f18f896394f","port_security_enabled":true,"project_id":"dc0e7608488f46ccb70c2aaa83b8823d","fixed_ips":[{"subnet_id":"d9370efe-49e4-4c35-8eb9-020503200a59","ip_address":"10.55.1.5"}],"extra_dhcp_opts":[],"security_groups":["72287029-2d0a-46c7-a6b7-00e80cfd8304"],"name":"AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-port-1"}]} 2018-08-12 08:51:33,699 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=21d31016-6652-497c-b205-c2baed769c1b&name=AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-port-1&admin_state_up=True used request id req-e9bd86d6-3f07-439a-91ff-91462bc2427b 2018-08-12 08:51:33,703 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/dc0e7608488f46ccb70c2aaa83b8823d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ff6c5198d5f93d163d4210602bf14f61e66855" 2018-08-12 08:51:33,807 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:51:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-406d460c-56d2-4256-bdf0-546f5c8e31fc Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/dc0e7608488f46ccb70c2aaa83b8823d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "dc0e7608488f46ccb70c2aaa83b8823d", "name": "AnsibleProvisioningTests-18cd7f89-db2c-4cb-proj"}} 2018-08-12 08:51:33,807 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/dc0e7608488f46ccb70c2aaa83b8823d used request id req-406d460c-56d2-4256-bdf0-546f5c8e31fc 2018-08-12 08:51:33,808 - nova_utils - INFO - Creating VM with name - AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-inst 2018-08-12 08:51:33,811 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ff6c5198d5f93d163d4210602bf14f61e66855" 2018-08-12 08:51:33,834 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:51: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-f402568b-1722-4bdb-a4f4-7702f2b2560f x-compute-request-id: req-f402568b-1722-4bdb-a4f4-7702f2b2560f Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"flavors": [{"id": "1091621d-8685-4aef-953c-51d6b55c52af", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/1091621d-8685-4aef-953c-51d6b55c52af", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/1091621d-8685-4aef-953c-51d6b55c52af", "rel": "bookmark"}], "name": "AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-flavor-name"}]} 2018-08-12 08:51:33,834 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-f402568b-1722-4bdb-a4f4-7702f2b2560f 2018-08-12 08:51:33,837 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors/1091621d-8685-4aef-953c-51d6b55c52af -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ff6c5198d5f93d163d4210602bf14f61e66855" 2018-08-12 08:51:33,861 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:51: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-680921e8-7d9f-4a5c-a45d-fe941888f64a x-compute-request-id: req-680921e8-7d9f-4a5c-a45d-fe941888f64a Content-Encoding: gzip Content-Length: 324 Content-Type: application/json RESP BODY: {"flavor": {"name": "AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-flavor-name", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/1091621d-8685-4aef-953c-51d6b55c52af", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/1091621d-8685-4aef-953c-51d6b55c52af", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": "1091621d-8685-4aef-953c-51d6b55c52af"}} 2018-08-12 08:51:33,861 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/1091621d-8685-4aef-953c-51d6b55c52af used request id req-680921e8-7d9f-4a5c-a45d-fe941888f64a 2018-08-12 08:51:33,864 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d--image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}21ff6c5198d5f93d163d4210602bf14f61e66855" 2018-08-12 08:51:34,063 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1061 Content-Type: application/json X-Openstack-Request-Id: req-a5fcd639-8f28-4554-9e8a-cf3f43247dc1 Date: Sun, 12 Aug 2018 08:51:34 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d--image", "tags": [], "container_format": "bare", "created_at": "2018-08-12T08:51:06Z", "size": 263062016, "disk_format": "qcow2", "updated_at": "2018-08-12T08:51:11Z", "visibility": "shared", "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/6e496332-7e13-424f-8a23-1b5703c6393a/snap", "metadata": {}}], "self": "/v2/images/6e496332-7e13-424f-8a23-1b5703c6393a", "min_disk": 0, "protected": false, "id": "6e496332-7e13-424f-8a23-1b5703c6393a", "file": "/v2/images/6e496332-7e13-424f-8a23-1b5703c6393a/file", "checksum": "81360220b4382d4b91eef0ebaf46a661", "owner": "dc0e7608488f46ccb70c2aaa83b8823d", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/6e496332-7e13-424f-8a23-1b5703c6393a/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d--image"} 2018-08-12 08:51:34,063 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d--image used request id req-a5fcd639-8f28-4554-9e8a-cf3f43247dc1 2018-08-12 08:51:34,066 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}21ff6c5198d5f93d163d4210602bf14f61e66855" 2018-08-12 08:51:34,241 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-6eb9f2dd-9c13-4273-a0a6-3d5c0c99ff3e Date: Sun, 12 Aug 2018 08:51:34 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"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}, "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}, "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"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "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"}, "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"}, "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}, "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}, "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"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "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}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-12 08:51:34,241 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-6eb9f2dd-9c13-4273-a0a6-3d5c0c99ff3e 2018-08-12 08:51:34,247 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ff6c5198d5f93d163d4210602bf14f61e66855" -d '{"server": {"name": "AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-inst", "imageRef": "6e496332-7e13-424f-8a23-1b5703c6393a", "key_name": "AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-kp", "flavorRef": "1091621d-8685-4aef-953c-51d6b55c52af", "max_count": 1, "min_count": 1, "networks": [{"port": "587e42ec-d72b-4c9f-be74-7f18f896394f"}]}}' 2018-08-12 08:51:35,773 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 08:51:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f405175e-b2fa-4d40-8721-1df36bd9053a x-compute-request-id: req-f405175e-b2fa-4d40-8721-1df36bd9053a Content-Length: 374 location: http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "a1360dc0-3718-4fa0-8c5f-175c74344698", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/a1360dc0-3718-4fa0-8c5f-175c74344698", "rel": "bookmark"}], "adminPass": "PJtZtz4zVKJo"}} 2018-08-12 08:51:35,774 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-f405175e-b2fa-4d40-8721-1df36bd9053a 2018-08-12 08:51:35,777 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ff6c5198d5f93d163d4210602bf14f61e66855" 2018-08-12 08:51:36,192 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08: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-944e2281-6de3-4018-bc89-011902fd0038 x-compute-request-id: req-944e2281-6de3-4018-bc89-011902fd0038 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.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/a1360dc0-3718-4fa0-8c5f-175c74344698", "rel": "bookmark"}], "image": {"id": "6e496332-7e13-424f-8a23-1b5703c6393a", "links": [{"href": "http://172.30.9.21:8774/images/6e496332-7e13-424f-8a23-1b5703c6393a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1091621d-8685-4aef-953c-51d6b55c52af", "links": [{"href": "http://172.30.9.21:8774/flavors/1091621d-8685-4aef-953c-51d6b55c52af", "rel": "bookmark"}]}, "id": "a1360dc0-3718-4fa0-8c5f-175c74344698", "user_id": "fbebacd7d3974a6989f952e5cabf631b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:51:35Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-kp", "name": "AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-inst", "created": "2018-08-12T08:51:35Z", "tenant_id": "dc0e7608488f46ccb70c2aaa83b8823d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:51:36,192 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698 used request id req-944e2281-6de3-4018-bc89-011902fd0038 2018-08-12 08:51:36,193 - create_instance - INFO - Created instance with name - AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-inst 2018-08-12 08:51:36,196 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ff6c5198d5f93d163d4210602bf14f61e66855" 2018-08-12 08:51:36,472 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08: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-eb8e7128-fd92-408f-a3cb-95eb732e0c9a x-compute-request-id: req-eb8e7128-fd92-408f-a3cb-95eb732e0c9a 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.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/a1360dc0-3718-4fa0-8c5f-175c74344698", "rel": "bookmark"}], "image": {"id": "6e496332-7e13-424f-8a23-1b5703c6393a", "links": [{"href": "http://172.30.9.21:8774/images/6e496332-7e13-424f-8a23-1b5703c6393a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1091621d-8685-4aef-953c-51d6b55c52af", "links": [{"href": "http://172.30.9.21:8774/flavors/1091621d-8685-4aef-953c-51d6b55c52af", "rel": "bookmark"}]}, "id": "a1360dc0-3718-4fa0-8c5f-175c74344698", "user_id": "fbebacd7d3974a6989f952e5cabf631b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:51:36Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-kp", "name": "AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-inst", "created": "2018-08-12T08:51:35Z", "tenant_id": "dc0e7608488f46ccb70c2aaa83b8823d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:51:36,472 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698 used request id req-eb8e7128-fd92-408f-a3cb-95eb732e0c9a 2018-08-12 08:51:36,473 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-inst] is - BUILD 2018-08-12 08:51:36,473 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-12 08:51:39,476 - create_instance - DEBUG - VM status query timeout in 896.717180014 2018-08-12 08:51:39,479 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ff6c5198d5f93d163d4210602bf14f61e66855" 2018-08-12 08:51:40,002 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:51: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-b87778b8-ac8a-47f8-8a14-1c1bbc4362b9 x-compute-request-id: req-b87778b8-ac8a-47f8-8a14-1c1bbc4362b9 Content-Encoding: gzip Content-Length: 681 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/a1360dc0-3718-4fa0-8c5f-175c74344698", "rel": "bookmark"}], "image": {"id": "6e496332-7e13-424f-8a23-1b5703c6393a", "links": [{"href": "http://172.30.9.21:8774/images/6e496332-7e13-424f-8a23-1b5703c6393a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1091621d-8685-4aef-953c-51d6b55c52af", "links": [{"href": "http://172.30.9.21:8774/flavors/1091621d-8685-4aef-953c-51d6b55c52af", "rel": "bookmark"}]}, "id": "a1360dc0-3718-4fa0-8c5f-175c74344698", "security_groups": [{"name": "default"}], "user_id": "fbebacd7d3974a6989f952e5cabf631b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:51:36Z", "hostId": "2c8c069d0d13d52970e248b4a454e27cf63764b68696c18b3bde999c", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-kp", "name": "AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-inst", "created": "2018-08-12T08:51:35Z", "tenant_id": "dc0e7608488f46ccb70c2aaa83b8823d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:51:40,002 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698 used request id req-b87778b8-ac8a-47f8-8a14-1c1bbc4362b9 2018-08-12 08:51:40,003 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-inst] is - BUILD 2018-08-12 08:51:40,003 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-12 08:51:43,006 - create_instance - DEBUG - VM status query timeout in 893.187087059 2018-08-12 08:51:43,009 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ff6c5198d5f93d163d4210602bf14f61e66855" 2018-08-12 08:51:43,721 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:51: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-378c5446-c95a-4198-a76e-a69a27f1b963 x-compute-request-id: req-378c5446-c95a-4198-a76e-a69a27f1b963 Content-Encoding: gzip Content-Length: 681 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/a1360dc0-3718-4fa0-8c5f-175c74344698", "rel": "bookmark"}], "image": {"id": "6e496332-7e13-424f-8a23-1b5703c6393a", "links": [{"href": "http://172.30.9.21:8774/images/6e496332-7e13-424f-8a23-1b5703c6393a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1091621d-8685-4aef-953c-51d6b55c52af", "links": [{"href": "http://172.30.9.21:8774/flavors/1091621d-8685-4aef-953c-51d6b55c52af", "rel": "bookmark"}]}, "id": "a1360dc0-3718-4fa0-8c5f-175c74344698", "security_groups": [{"name": "default"}], "user_id": "fbebacd7d3974a6989f952e5cabf631b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:51:36Z", "hostId": "2c8c069d0d13d52970e248b4a454e27cf63764b68696c18b3bde999c", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-kp", "name": "AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-inst", "created": "2018-08-12T08:51:35Z", "tenant_id": "dc0e7608488f46ccb70c2aaa83b8823d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:51:43,722 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698 used request id req-378c5446-c95a-4198-a76e-a69a27f1b963 2018-08-12 08:51:43,722 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-inst] is - BUILD 2018-08-12 08:51:43,722 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-12 08:51:46,725 - create_instance - DEBUG - VM status query timeout in 889.467876196 2018-08-12 08:51:46,728 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ff6c5198d5f93d163d4210602bf14f61e66855" 2018-08-12 08:51:47,516 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:51:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1490961e-001a-4b3a-b764-4a6f89ff5b28 x-compute-request-id: req-1490961e-001a-4b3a-b764-4a6f89ff5b28 Content-Encoding: gzip Content-Length: 681 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/a1360dc0-3718-4fa0-8c5f-175c74344698", "rel": "bookmark"}], "image": {"id": "6e496332-7e13-424f-8a23-1b5703c6393a", "links": [{"href": "http://172.30.9.21:8774/images/6e496332-7e13-424f-8a23-1b5703c6393a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1091621d-8685-4aef-953c-51d6b55c52af", "links": [{"href": "http://172.30.9.21:8774/flavors/1091621d-8685-4aef-953c-51d6b55c52af", "rel": "bookmark"}]}, "id": "a1360dc0-3718-4fa0-8c5f-175c74344698", "security_groups": [{"name": "default"}], "user_id": "fbebacd7d3974a6989f952e5cabf631b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:51:36Z", "hostId": "2c8c069d0d13d52970e248b4a454e27cf63764b68696c18b3bde999c", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-kp", "name": "AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-inst", "created": "2018-08-12T08:51:35Z", "tenant_id": "dc0e7608488f46ccb70c2aaa83b8823d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:51:47,516 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698 used request id req-1490961e-001a-4b3a-b764-4a6f89ff5b28 2018-08-12 08:51:47,517 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-inst] is - BUILD 2018-08-12 08:51:47,517 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-12 08:51:50,520 - create_instance - DEBUG - VM status query timeout in 885.673289061 2018-08-12 08:51:50,522 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ff6c5198d5f93d163d4210602bf14f61e66855" 2018-08-12 08:51:51,060 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:51: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-a2fea8c9-2486-49bb-ad19-6545aebba461 x-compute-request-id: req-a2fea8c9-2486-49bb-ad19-6545aebba461 Content-Encoding: gzip Content-Length: 681 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/a1360dc0-3718-4fa0-8c5f-175c74344698", "rel": "bookmark"}], "image": {"id": "6e496332-7e13-424f-8a23-1b5703c6393a", "links": [{"href": "http://172.30.9.21:8774/images/6e496332-7e13-424f-8a23-1b5703c6393a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1091621d-8685-4aef-953c-51d6b55c52af", "links": [{"href": "http://172.30.9.21:8774/flavors/1091621d-8685-4aef-953c-51d6b55c52af", "rel": "bookmark"}]}, "id": "a1360dc0-3718-4fa0-8c5f-175c74344698", "security_groups": [{"name": "default"}], "user_id": "fbebacd7d3974a6989f952e5cabf631b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:51:36Z", "hostId": "2c8c069d0d13d52970e248b4a454e27cf63764b68696c18b3bde999c", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-kp", "name": "AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-inst", "created": "2018-08-12T08:51:35Z", "tenant_id": "dc0e7608488f46ccb70c2aaa83b8823d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:51:51,060 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698 used request id req-a2fea8c9-2486-49bb-ad19-6545aebba461 2018-08-12 08:51:51,060 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-inst] is - BUILD 2018-08-12 08:51:51,061 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-12 08:51:54,064 - create_instance - DEBUG - VM status query timeout in 882.129477024 2018-08-12 08:51:54,066 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ff6c5198d5f93d163d4210602bf14f61e66855" 2018-08-12 08:51:54,773 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08: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-0400cee4-50bf-40e4-b085-95de5359bc88 x-compute-request-id: req-0400cee4-50bf-40e4-b085-95de5359bc88 Content-Encoding: gzip Content-Length: 681 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/a1360dc0-3718-4fa0-8c5f-175c74344698", "rel": "bookmark"}], "image": {"id": "6e496332-7e13-424f-8a23-1b5703c6393a", "links": [{"href": "http://172.30.9.21:8774/images/6e496332-7e13-424f-8a23-1b5703c6393a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1091621d-8685-4aef-953c-51d6b55c52af", "links": [{"href": "http://172.30.9.21:8774/flavors/1091621d-8685-4aef-953c-51d6b55c52af", "rel": "bookmark"}]}, "id": "a1360dc0-3718-4fa0-8c5f-175c74344698", "security_groups": [{"name": "default"}], "user_id": "fbebacd7d3974a6989f952e5cabf631b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:51:36Z", "hostId": "2c8c069d0d13d52970e248b4a454e27cf63764b68696c18b3bde999c", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-kp", "name": "AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-inst", "created": "2018-08-12T08:51:35Z", "tenant_id": "dc0e7608488f46ccb70c2aaa83b8823d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:51:54,773 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698 used request id req-0400cee4-50bf-40e4-b085-95de5359bc88 2018-08-12 08:51:54,774 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-inst] is - BUILD 2018-08-12 08:51:54,774 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-12 08:51:57,776 - create_instance - DEBUG - VM status query timeout in 878.417208195 2018-08-12 08:51:57,778 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ff6c5198d5f93d163d4210602bf14f61e66855" 2018-08-12 08:51:58,720 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:51:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f2077953-6a77-4d5c-be0e-99c2a214865f x-compute-request-id: req-f2077953-6a77-4d5c-be0e-99c2a214865f Content-Encoding: gzip Content-Length: 681 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/a1360dc0-3718-4fa0-8c5f-175c74344698", "rel": "bookmark"}], "image": {"id": "6e496332-7e13-424f-8a23-1b5703c6393a", "links": [{"href": "http://172.30.9.21:8774/images/6e496332-7e13-424f-8a23-1b5703c6393a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1091621d-8685-4aef-953c-51d6b55c52af", "links": [{"href": "http://172.30.9.21:8774/flavors/1091621d-8685-4aef-953c-51d6b55c52af", "rel": "bookmark"}]}, "id": "a1360dc0-3718-4fa0-8c5f-175c74344698", "security_groups": [{"name": "default"}], "user_id": "fbebacd7d3974a6989f952e5cabf631b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:51:36Z", "hostId": "2c8c069d0d13d52970e248b4a454e27cf63764b68696c18b3bde999c", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-kp", "name": "AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-inst", "created": "2018-08-12T08:51:35Z", "tenant_id": "dc0e7608488f46ccb70c2aaa83b8823d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:51:58,720 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698 used request id req-f2077953-6a77-4d5c-be0e-99c2a214865f 2018-08-12 08:51:58,721 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-inst] is - BUILD 2018-08-12 08:51:58,721 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-12 08:52:01,725 - create_instance - DEBUG - VM status query timeout in 874.468597174 2018-08-12 08:52:01,728 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ff6c5198d5f93d163d4210602bf14f61e66855" 2018-08-12 08:52:02,613 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08: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-63627449-7b74-412e-b777-a9614d3d5cf1 x-compute-request-id: req-63627449-7b74-412e-b777-a9614d3d5cf1 Content-Encoding: gzip Content-Length: 681 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/a1360dc0-3718-4fa0-8c5f-175c74344698", "rel": "bookmark"}], "image": {"id": "6e496332-7e13-424f-8a23-1b5703c6393a", "links": [{"href": "http://172.30.9.21:8774/images/6e496332-7e13-424f-8a23-1b5703c6393a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1091621d-8685-4aef-953c-51d6b55c52af", "links": [{"href": "http://172.30.9.21:8774/flavors/1091621d-8685-4aef-953c-51d6b55c52af", "rel": "bookmark"}]}, "id": "a1360dc0-3718-4fa0-8c5f-175c74344698", "security_groups": [{"name": "default"}], "user_id": "fbebacd7d3974a6989f952e5cabf631b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:51:36Z", "hostId": "2c8c069d0d13d52970e248b4a454e27cf63764b68696c18b3bde999c", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-kp", "name": "AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-inst", "created": "2018-08-12T08:51:35Z", "tenant_id": "dc0e7608488f46ccb70c2aaa83b8823d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:52:02,613 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698 used request id req-63627449-7b74-412e-b777-a9614d3d5cf1 2018-08-12 08:52:02,614 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-inst] is - BUILD 2018-08-12 08:52:02,614 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-12 08:52:05,617 - create_instance - DEBUG - VM status query timeout in 870.576384068 2018-08-12 08:52:05,619 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ff6c5198d5f93d163d4210602bf14f61e66855" 2018-08-12 08:52:06,315 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08: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-06f2e845-df12-40d4-933e-9010021cb926 x-compute-request-id: req-06f2e845-df12-40d4-933e-9010021cb926 Content-Encoding: gzip Content-Length: 681 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/a1360dc0-3718-4fa0-8c5f-175c74344698", "rel": "bookmark"}], "image": {"id": "6e496332-7e13-424f-8a23-1b5703c6393a", "links": [{"href": "http://172.30.9.21:8774/images/6e496332-7e13-424f-8a23-1b5703c6393a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1091621d-8685-4aef-953c-51d6b55c52af", "links": [{"href": "http://172.30.9.21:8774/flavors/1091621d-8685-4aef-953c-51d6b55c52af", "rel": "bookmark"}]}, "id": "a1360dc0-3718-4fa0-8c5f-175c74344698", "security_groups": [{"name": "default"}], "user_id": "fbebacd7d3974a6989f952e5cabf631b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:51:36Z", "hostId": "2c8c069d0d13d52970e248b4a454e27cf63764b68696c18b3bde999c", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-kp", "name": "AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-inst", "created": "2018-08-12T08:51:35Z", "tenant_id": "dc0e7608488f46ccb70c2aaa83b8823d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:52:06,316 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698 used request id req-06f2e845-df12-40d4-933e-9010021cb926 2018-08-12 08:52:06,316 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-inst] is - BUILD 2018-08-12 08:52:06,316 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-12 08:52:09,319 - create_instance - DEBUG - VM status query timeout in 866.874162197 2018-08-12 08:52:09,321 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ff6c5198d5f93d163d4210602bf14f61e66855" 2018-08-12 08:52:09,854 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08: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-81f4fff0-a53b-4ba1-a2f6-a672b8ec9cc7 x-compute-request-id: req-81f4fff0-a53b-4ba1-a2f6-a672b8ec9cc7 Content-Encoding: gzip Content-Length: 681 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/a1360dc0-3718-4fa0-8c5f-175c74344698", "rel": "bookmark"}], "image": {"id": "6e496332-7e13-424f-8a23-1b5703c6393a", "links": [{"href": "http://172.30.9.21:8774/images/6e496332-7e13-424f-8a23-1b5703c6393a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1091621d-8685-4aef-953c-51d6b55c52af", "links": [{"href": "http://172.30.9.21:8774/flavors/1091621d-8685-4aef-953c-51d6b55c52af", "rel": "bookmark"}]}, "id": "a1360dc0-3718-4fa0-8c5f-175c74344698", "security_groups": [{"name": "default"}], "user_id": "fbebacd7d3974a6989f952e5cabf631b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:51:36Z", "hostId": "2c8c069d0d13d52970e248b4a454e27cf63764b68696c18b3bde999c", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-kp", "name": "AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-inst", "created": "2018-08-12T08:51:35Z", "tenant_id": "dc0e7608488f46ccb70c2aaa83b8823d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:52:09,854 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698 used request id req-81f4fff0-a53b-4ba1-a2f6-a672b8ec9cc7 2018-08-12 08:52:09,854 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-inst] is - BUILD 2018-08-12 08:52:09,854 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-12 08:52:12,857 - create_instance - DEBUG - VM status query timeout in 863.335713148 2018-08-12 08:52:12,859 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ff6c5198d5f93d163d4210602bf14f61e66855" 2018-08-12 08:52:13,385 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:52: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-de6f7594-f940-48bf-b6b8-8932b610e2e4 x-compute-request-id: req-de6f7594-f940-48bf-b6b8-8932b610e2e4 Content-Encoding: gzip Content-Length: 681 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/a1360dc0-3718-4fa0-8c5f-175c74344698", "rel": "bookmark"}], "image": {"id": "6e496332-7e13-424f-8a23-1b5703c6393a", "links": [{"href": "http://172.30.9.21:8774/images/6e496332-7e13-424f-8a23-1b5703c6393a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1091621d-8685-4aef-953c-51d6b55c52af", "links": [{"href": "http://172.30.9.21:8774/flavors/1091621d-8685-4aef-953c-51d6b55c52af", "rel": "bookmark"}]}, "id": "a1360dc0-3718-4fa0-8c5f-175c74344698", "security_groups": [{"name": "default"}], "user_id": "fbebacd7d3974a6989f952e5cabf631b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:51:36Z", "hostId": "2c8c069d0d13d52970e248b4a454e27cf63764b68696c18b3bde999c", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-kp", "name": "AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-inst", "created": "2018-08-12T08:51:35Z", "tenant_id": "dc0e7608488f46ccb70c2aaa83b8823d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:52:13,385 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698 used request id req-de6f7594-f940-48bf-b6b8-8932b610e2e4 2018-08-12 08:52:13,385 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-inst] is - BUILD 2018-08-12 08:52:13,385 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-12 08:52:16,389 - create_instance - DEBUG - VM status query timeout in 859.804572105 2018-08-12 08:52:16,391 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ff6c5198d5f93d163d4210602bf14f61e66855" 2018-08-12 08:52:16,901 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:52:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f385fb10-1d47-448b-b17c-f391db2da7ab x-compute-request-id: req-f385fb10-1d47-448b-b17c-f391db2da7ab Content-Encoding: gzip Content-Length: 681 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/a1360dc0-3718-4fa0-8c5f-175c74344698", "rel": "bookmark"}], "image": {"id": "6e496332-7e13-424f-8a23-1b5703c6393a", "links": [{"href": "http://172.30.9.21:8774/images/6e496332-7e13-424f-8a23-1b5703c6393a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1091621d-8685-4aef-953c-51d6b55c52af", "links": [{"href": "http://172.30.9.21:8774/flavors/1091621d-8685-4aef-953c-51d6b55c52af", "rel": "bookmark"}]}, "id": "a1360dc0-3718-4fa0-8c5f-175c74344698", "security_groups": [{"name": "default"}], "user_id": "fbebacd7d3974a6989f952e5cabf631b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:51:36Z", "hostId": "2c8c069d0d13d52970e248b4a454e27cf63764b68696c18b3bde999c", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-kp", "name": "AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-inst", "created": "2018-08-12T08:51:35Z", "tenant_id": "dc0e7608488f46ccb70c2aaa83b8823d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:52:16,901 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698 used request id req-f385fb10-1d47-448b-b17c-f391db2da7ab 2018-08-12 08:52:16,901 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-inst] is - BUILD 2018-08-12 08:52:16,901 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-12 08:52:19,905 - create_instance - DEBUG - VM status query timeout in 856.288521051 2018-08-12 08:52:19,908 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ff6c5198d5f93d163d4210602bf14f61e66855" 2018-08-12 08:52:20,590 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:52:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-82dcd0d7-6e63-4c44-9880-5234f40b22d3 x-compute-request-id: req-82dcd0d7-6e63-4c44-9880-5234f40b22d3 Content-Encoding: gzip Content-Length: 681 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/a1360dc0-3718-4fa0-8c5f-175c74344698", "rel": "bookmark"}], "image": {"id": "6e496332-7e13-424f-8a23-1b5703c6393a", "links": [{"href": "http://172.30.9.21:8774/images/6e496332-7e13-424f-8a23-1b5703c6393a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1091621d-8685-4aef-953c-51d6b55c52af", "links": [{"href": "http://172.30.9.21:8774/flavors/1091621d-8685-4aef-953c-51d6b55c52af", "rel": "bookmark"}]}, "id": "a1360dc0-3718-4fa0-8c5f-175c74344698", "security_groups": [{"name": "default"}], "user_id": "fbebacd7d3974a6989f952e5cabf631b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:51:36Z", "hostId": "2c8c069d0d13d52970e248b4a454e27cf63764b68696c18b3bde999c", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-kp", "name": "AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-inst", "created": "2018-08-12T08:51:35Z", "tenant_id": "dc0e7608488f46ccb70c2aaa83b8823d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:52:20,590 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698 used request id req-82dcd0d7-6e63-4c44-9880-5234f40b22d3 2018-08-12 08:52:20,591 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-inst] is - BUILD 2018-08-12 08:52:20,591 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-12 08:52:23,594 - create_instance - DEBUG - VM status query timeout in 852.599420071 2018-08-12 08:52:23,597 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ff6c5198d5f93d163d4210602bf14f61e66855" 2018-08-12 08:52:24,128 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:52: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-ea7d7feb-eea7-459e-a095-658ceb6facbf x-compute-request-id: req-ea7d7feb-eea7-459e-a095-658ceb6facbf Content-Encoding: gzip Content-Length: 681 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/a1360dc0-3718-4fa0-8c5f-175c74344698", "rel": "bookmark"}], "image": {"id": "6e496332-7e13-424f-8a23-1b5703c6393a", "links": [{"href": "http://172.30.9.21:8774/images/6e496332-7e13-424f-8a23-1b5703c6393a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1091621d-8685-4aef-953c-51d6b55c52af", "links": [{"href": "http://172.30.9.21:8774/flavors/1091621d-8685-4aef-953c-51d6b55c52af", "rel": "bookmark"}]}, "id": "a1360dc0-3718-4fa0-8c5f-175c74344698", "security_groups": [{"name": "default"}], "user_id": "fbebacd7d3974a6989f952e5cabf631b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:51:36Z", "hostId": "2c8c069d0d13d52970e248b4a454e27cf63764b68696c18b3bde999c", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-kp", "name": "AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-inst", "created": "2018-08-12T08:51:35Z", "tenant_id": "dc0e7608488f46ccb70c2aaa83b8823d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:52:24,128 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698 used request id req-ea7d7feb-eea7-459e-a095-658ceb6facbf 2018-08-12 08:52:24,129 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-inst] is - BUILD 2018-08-12 08:52:24,129 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-12 08:52:27,132 - create_instance - DEBUG - VM status query timeout in 849.061185122 2018-08-12 08:52:27,135 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ff6c5198d5f93d163d4210602bf14f61e66855" 2018-08-12 08:52:27,651 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:52: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-53c58fd0-105f-456c-8c35-93a2090fe628 x-compute-request-id: req-53c58fd0-105f-456c-8c35-93a2090fe628 Content-Encoding: gzip Content-Length: 681 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/a1360dc0-3718-4fa0-8c5f-175c74344698", "rel": "bookmark"}], "image": {"id": "6e496332-7e13-424f-8a23-1b5703c6393a", "links": [{"href": "http://172.30.9.21:8774/images/6e496332-7e13-424f-8a23-1b5703c6393a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1091621d-8685-4aef-953c-51d6b55c52af", "links": [{"href": "http://172.30.9.21:8774/flavors/1091621d-8685-4aef-953c-51d6b55c52af", "rel": "bookmark"}]}, "id": "a1360dc0-3718-4fa0-8c5f-175c74344698", "security_groups": [{"name": "default"}], "user_id": "fbebacd7d3974a6989f952e5cabf631b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:51:36Z", "hostId": "2c8c069d0d13d52970e248b4a454e27cf63764b68696c18b3bde999c", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-kp", "name": "AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-inst", "created": "2018-08-12T08:51:35Z", "tenant_id": "dc0e7608488f46ccb70c2aaa83b8823d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:52:27,651 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698 used request id req-53c58fd0-105f-456c-8c35-93a2090fe628 2018-08-12 08:52:27,652 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-inst] is - BUILD 2018-08-12 08:52:27,652 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-12 08:52:30,655 - create_instance - DEBUG - VM status query timeout in 845.538246155 2018-08-12 08:52:30,658 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ff6c5198d5f93d163d4210602bf14f61e66855" 2018-08-12 08:52:31,212 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08: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-282b70c8-af3d-418e-a370-f1a95714ad0a x-compute-request-id: req-282b70c8-af3d-418e-a370-f1a95714ad0a Content-Encoding: gzip Content-Length: 681 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/a1360dc0-3718-4fa0-8c5f-175c74344698", "rel": "bookmark"}], "image": {"id": "6e496332-7e13-424f-8a23-1b5703c6393a", "links": [{"href": "http://172.30.9.21:8774/images/6e496332-7e13-424f-8a23-1b5703c6393a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1091621d-8685-4aef-953c-51d6b55c52af", "links": [{"href": "http://172.30.9.21:8774/flavors/1091621d-8685-4aef-953c-51d6b55c52af", "rel": "bookmark"}]}, "id": "a1360dc0-3718-4fa0-8c5f-175c74344698", "security_groups": [{"name": "default"}], "user_id": "fbebacd7d3974a6989f952e5cabf631b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:51:36Z", "hostId": "2c8c069d0d13d52970e248b4a454e27cf63764b68696c18b3bde999c", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-kp", "name": "AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-inst", "created": "2018-08-12T08:51:35Z", "tenant_id": "dc0e7608488f46ccb70c2aaa83b8823d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:52:31,212 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698 used request id req-282b70c8-af3d-418e-a370-f1a95714ad0a 2018-08-12 08:52:31,213 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-inst] is - BUILD 2018-08-12 08:52:31,213 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-12 08:52:34,216 - create_instance - DEBUG - VM status query timeout in 841.977160215 2018-08-12 08:52:34,219 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ff6c5198d5f93d163d4210602bf14f61e66855" 2018-08-12 08:52:35,012 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08: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-671c8a76-1a50-4e2a-83d8-5a2e34896d48 x-compute-request-id: req-671c8a76-1a50-4e2a-83d8-5a2e34896d48 Content-Encoding: gzip Content-Length: 681 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/a1360dc0-3718-4fa0-8c5f-175c74344698", "rel": "bookmark"}], "image": {"id": "6e496332-7e13-424f-8a23-1b5703c6393a", "links": [{"href": "http://172.30.9.21:8774/images/6e496332-7e13-424f-8a23-1b5703c6393a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1091621d-8685-4aef-953c-51d6b55c52af", "links": [{"href": "http://172.30.9.21:8774/flavors/1091621d-8685-4aef-953c-51d6b55c52af", "rel": "bookmark"}]}, "id": "a1360dc0-3718-4fa0-8c5f-175c74344698", "security_groups": [{"name": "default"}], "user_id": "fbebacd7d3974a6989f952e5cabf631b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:51:36Z", "hostId": "2c8c069d0d13d52970e248b4a454e27cf63764b68696c18b3bde999c", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-kp", "name": "AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-inst", "created": "2018-08-12T08:51:35Z", "tenant_id": "dc0e7608488f46ccb70c2aaa83b8823d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:52:35,012 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698 used request id req-671c8a76-1a50-4e2a-83d8-5a2e34896d48 2018-08-12 08:52:35,012 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-inst] is - BUILD 2018-08-12 08:52:35,012 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-12 08:52:38,016 - create_instance - DEBUG - VM status query timeout in 838.177638054 2018-08-12 08:52:38,018 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ff6c5198d5f93d163d4210602bf14f61e66855" 2018-08-12 08:52:38,417 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08: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-cdac20a1-ae74-4689-a9a8-9f68851f77f1 x-compute-request-id: req-cdac20a1-ae74-4689-a9a8-9f68851f77f1 Content-Encoding: gzip Content-Length: 681 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/a1360dc0-3718-4fa0-8c5f-175c74344698", "rel": "bookmark"}], "image": {"id": "6e496332-7e13-424f-8a23-1b5703c6393a", "links": [{"href": "http://172.30.9.21:8774/images/6e496332-7e13-424f-8a23-1b5703c6393a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1091621d-8685-4aef-953c-51d6b55c52af", "links": [{"href": "http://172.30.9.21:8774/flavors/1091621d-8685-4aef-953c-51d6b55c52af", "rel": "bookmark"}]}, "id": "a1360dc0-3718-4fa0-8c5f-175c74344698", "security_groups": [{"name": "default"}], "user_id": "fbebacd7d3974a6989f952e5cabf631b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:51:36Z", "hostId": "2c8c069d0d13d52970e248b4a454e27cf63764b68696c18b3bde999c", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-kp", "name": "AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-inst", "created": "2018-08-12T08:51:35Z", "tenant_id": "dc0e7608488f46ccb70c2aaa83b8823d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:52:38,417 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698 used request id req-cdac20a1-ae74-4689-a9a8-9f68851f77f1 2018-08-12 08:52:38,418 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-inst] is - BUILD 2018-08-12 08:52:38,418 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-12 08:52:41,421 - create_instance - DEBUG - VM status query timeout in 834.772000074 2018-08-12 08:52:41,424 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ff6c5198d5f93d163d4210602bf14f61e66855" 2018-08-12 08:52:41,759 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:52: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-801841f9-41ae-4ec8-93c9-73771bc33489 x-compute-request-id: req-801841f9-41ae-4ec8-93c9-73771bc33489 Content-Encoding: gzip Content-Length: 681 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/a1360dc0-3718-4fa0-8c5f-175c74344698", "rel": "bookmark"}], "image": {"id": "6e496332-7e13-424f-8a23-1b5703c6393a", "links": [{"href": "http://172.30.9.21:8774/images/6e496332-7e13-424f-8a23-1b5703c6393a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1091621d-8685-4aef-953c-51d6b55c52af", "links": [{"href": "http://172.30.9.21:8774/flavors/1091621d-8685-4aef-953c-51d6b55c52af", "rel": "bookmark"}]}, "id": "a1360dc0-3718-4fa0-8c5f-175c74344698", "security_groups": [{"name": "default"}], "user_id": "fbebacd7d3974a6989f952e5cabf631b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:51:36Z", "hostId": "2c8c069d0d13d52970e248b4a454e27cf63764b68696c18b3bde999c", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-kp", "name": "AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-inst", "created": "2018-08-12T08:51:35Z", "tenant_id": "dc0e7608488f46ccb70c2aaa83b8823d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:52:41,759 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698 used request id req-801841f9-41ae-4ec8-93c9-73771bc33489 2018-08-12 08:52:41,759 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-inst] is - BUILD 2018-08-12 08:52:41,759 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-12 08:52:44,763 - create_instance - DEBUG - VM status query timeout in 831.43049407 2018-08-12 08:52:44,766 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ff6c5198d5f93d163d4210602bf14f61e66855" 2018-08-12 08:52:45,494 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:52: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-1b311eb0-6048-4097-9a9b-9ac6e71c7fb5 x-compute-request-id: req-1b311eb0-6048-4097-9a9b-9ac6e71c7fb5 Content-Encoding: gzip Content-Length: 681 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/a1360dc0-3718-4fa0-8c5f-175c74344698", "rel": "bookmark"}], "image": {"id": "6e496332-7e13-424f-8a23-1b5703c6393a", "links": [{"href": "http://172.30.9.21:8774/images/6e496332-7e13-424f-8a23-1b5703c6393a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1091621d-8685-4aef-953c-51d6b55c52af", "links": [{"href": "http://172.30.9.21:8774/flavors/1091621d-8685-4aef-953c-51d6b55c52af", "rel": "bookmark"}]}, "id": "a1360dc0-3718-4fa0-8c5f-175c74344698", "security_groups": [{"name": "default"}], "user_id": "fbebacd7d3974a6989f952e5cabf631b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:51:36Z", "hostId": "2c8c069d0d13d52970e248b4a454e27cf63764b68696c18b3bde999c", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-kp", "name": "AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-inst", "created": "2018-08-12T08:51:35Z", "tenant_id": "dc0e7608488f46ccb70c2aaa83b8823d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:52:45,494 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698 used request id req-1b311eb0-6048-4097-9a9b-9ac6e71c7fb5 2018-08-12 08:52:45,495 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-inst] is - BUILD 2018-08-12 08:52:45,495 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-12 08:52:48,498 - create_instance - DEBUG - VM status query timeout in 827.694976091 2018-08-12 08:52:48,501 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ff6c5198d5f93d163d4210602bf14f61e66855" 2018-08-12 08:52:49,027 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:52:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c9cc03e1-ea39-4db0-aa7e-b4c099d737b0 x-compute-request-id: req-c9cc03e1-ea39-4db0-aa7e-b4c099d737b0 Content-Encoding: gzip Content-Length: 681 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/a1360dc0-3718-4fa0-8c5f-175c74344698", "rel": "bookmark"}], "image": {"id": "6e496332-7e13-424f-8a23-1b5703c6393a", "links": [{"href": "http://172.30.9.21:8774/images/6e496332-7e13-424f-8a23-1b5703c6393a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1091621d-8685-4aef-953c-51d6b55c52af", "links": [{"href": "http://172.30.9.21:8774/flavors/1091621d-8685-4aef-953c-51d6b55c52af", "rel": "bookmark"}]}, "id": "a1360dc0-3718-4fa0-8c5f-175c74344698", "security_groups": [{"name": "default"}], "user_id": "fbebacd7d3974a6989f952e5cabf631b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:51:36Z", "hostId": "2c8c069d0d13d52970e248b4a454e27cf63764b68696c18b3bde999c", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-kp", "name": "AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-inst", "created": "2018-08-12T08:51:35Z", "tenant_id": "dc0e7608488f46ccb70c2aaa83b8823d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:52:49,027 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698 used request id req-c9cc03e1-ea39-4db0-aa7e-b4c099d737b0 2018-08-12 08:52:49,027 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-inst] is - BUILD 2018-08-12 08:52:49,028 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-12 08:52:52,031 - create_instance - DEBUG - VM status query timeout in 824.162440062 2018-08-12 08:52:52,034 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ff6c5198d5f93d163d4210602bf14f61e66855" 2018-08-12 08:52:52,717 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:52: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-df86a7e2-c7c2-44a1-936b-cebf224d5701 x-compute-request-id: req-df86a7e2-c7c2-44a1-936b-cebf224d5701 Content-Encoding: gzip Content-Length: 681 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/a1360dc0-3718-4fa0-8c5f-175c74344698", "rel": "bookmark"}], "image": {"id": "6e496332-7e13-424f-8a23-1b5703c6393a", "links": [{"href": "http://172.30.9.21:8774/images/6e496332-7e13-424f-8a23-1b5703c6393a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1091621d-8685-4aef-953c-51d6b55c52af", "links": [{"href": "http://172.30.9.21:8774/flavors/1091621d-8685-4aef-953c-51d6b55c52af", "rel": "bookmark"}]}, "id": "a1360dc0-3718-4fa0-8c5f-175c74344698", "security_groups": [{"name": "default"}], "user_id": "fbebacd7d3974a6989f952e5cabf631b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:51:36Z", "hostId": "2c8c069d0d13d52970e248b4a454e27cf63764b68696c18b3bde999c", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-kp", "name": "AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-inst", "created": "2018-08-12T08:51:35Z", "tenant_id": "dc0e7608488f46ccb70c2aaa83b8823d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:52:52,717 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698 used request id req-df86a7e2-c7c2-44a1-936b-cebf224d5701 2018-08-12 08:52:52,718 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-inst] is - BUILD 2018-08-12 08:52:52,718 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-12 08:52:55,721 - create_instance - DEBUG - VM status query timeout in 820.472061157 2018-08-12 08:52:55,724 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ff6c5198d5f93d163d4210602bf14f61e66855" 2018-08-12 08:52:56,275 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:52: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-8a7a4174-a844-4ac7-ad75-7f10d046dfd4 x-compute-request-id: req-8a7a4174-a844-4ac7-ad75-7f10d046dfd4 Content-Encoding: gzip Content-Length: 681 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/a1360dc0-3718-4fa0-8c5f-175c74344698", "rel": "bookmark"}], "image": {"id": "6e496332-7e13-424f-8a23-1b5703c6393a", "links": [{"href": "http://172.30.9.21:8774/images/6e496332-7e13-424f-8a23-1b5703c6393a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1091621d-8685-4aef-953c-51d6b55c52af", "links": [{"href": "http://172.30.9.21:8774/flavors/1091621d-8685-4aef-953c-51d6b55c52af", "rel": "bookmark"}]}, "id": "a1360dc0-3718-4fa0-8c5f-175c74344698", "security_groups": [{"name": "default"}], "user_id": "fbebacd7d3974a6989f952e5cabf631b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:51:36Z", "hostId": "2c8c069d0d13d52970e248b4a454e27cf63764b68696c18b3bde999c", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-kp", "name": "AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-inst", "created": "2018-08-12T08:51:35Z", "tenant_id": "dc0e7608488f46ccb70c2aaa83b8823d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:52:56,275 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698 used request id req-8a7a4174-a844-4ac7-ad75-7f10d046dfd4 2018-08-12 08:52:56,276 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-inst] is - BUILD 2018-08-12 08:52:56,276 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-12 08:52:59,279 - create_instance - DEBUG - VM status query timeout in 816.91389823 2018-08-12 08:52:59,284 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ff6c5198d5f93d163d4210602bf14f61e66855" 2018-08-12 08:52:59,804 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:52:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4ec9c4c0-ccda-4f3d-9bad-9b65b3dcc06f x-compute-request-id: req-4ec9c4c0-ccda-4f3d-9bad-9b65b3dcc06f Content-Encoding: gzip Content-Length: 681 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/a1360dc0-3718-4fa0-8c5f-175c74344698", "rel": "bookmark"}], "image": {"id": "6e496332-7e13-424f-8a23-1b5703c6393a", "links": [{"href": "http://172.30.9.21:8774/images/6e496332-7e13-424f-8a23-1b5703c6393a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1091621d-8685-4aef-953c-51d6b55c52af", "links": [{"href": "http://172.30.9.21:8774/flavors/1091621d-8685-4aef-953c-51d6b55c52af", "rel": "bookmark"}]}, "id": "a1360dc0-3718-4fa0-8c5f-175c74344698", "security_groups": [{"name": "default"}], "user_id": "fbebacd7d3974a6989f952e5cabf631b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:51:36Z", "hostId": "2c8c069d0d13d52970e248b4a454e27cf63764b68696c18b3bde999c", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-kp", "name": "AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-inst", "created": "2018-08-12T08:51:35Z", "tenant_id": "dc0e7608488f46ccb70c2aaa83b8823d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:52:59,805 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698 used request id req-4ec9c4c0-ccda-4f3d-9bad-9b65b3dcc06f 2018-08-12 08:52:59,805 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-inst] is - BUILD 2018-08-12 08:52:59,805 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-12 08:53:02,808 - create_instance - DEBUG - VM status query timeout in 813.38472414 2018-08-12 08:53:02,812 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ff6c5198d5f93d163d4210602bf14f61e66855" 2018-08-12 08:53:03,369 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:53: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-38be9be3-bcc7-4e8d-95cc-1b4c3ba4deee x-compute-request-id: req-38be9be3-bcc7-4e8d-95cc-1b4c3ba4deee Content-Encoding: gzip Content-Length: 681 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/a1360dc0-3718-4fa0-8c5f-175c74344698", "rel": "bookmark"}], "image": {"id": "6e496332-7e13-424f-8a23-1b5703c6393a", "links": [{"href": "http://172.30.9.21:8774/images/6e496332-7e13-424f-8a23-1b5703c6393a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1091621d-8685-4aef-953c-51d6b55c52af", "links": [{"href": "http://172.30.9.21:8774/flavors/1091621d-8685-4aef-953c-51d6b55c52af", "rel": "bookmark"}]}, "id": "a1360dc0-3718-4fa0-8c5f-175c74344698", "security_groups": [{"name": "default"}], "user_id": "fbebacd7d3974a6989f952e5cabf631b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:51:36Z", "hostId": "2c8c069d0d13d52970e248b4a454e27cf63764b68696c18b3bde999c", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-kp", "name": "AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-inst", "created": "2018-08-12T08:51:35Z", "tenant_id": "dc0e7608488f46ccb70c2aaa83b8823d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:53:03,369 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698 used request id req-38be9be3-bcc7-4e8d-95cc-1b4c3ba4deee 2018-08-12 08:53:03,370 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-inst] is - BUILD 2018-08-12 08:53:03,370 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-12 08:53:06,373 - create_instance - DEBUG - VM status query timeout in 809.820188999 2018-08-12 08:53:06,376 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ff6c5198d5f93d163d4210602bf14f61e66855" 2018-08-12 08:53:06,914 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:53: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-03ef44c0-bd59-4bdf-97bb-9fc5cdff2ac9 x-compute-request-id: req-03ef44c0-bd59-4bdf-97bb-9fc5cdff2ac9 Content-Encoding: gzip Content-Length: 681 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/a1360dc0-3718-4fa0-8c5f-175c74344698", "rel": "bookmark"}], "image": {"id": "6e496332-7e13-424f-8a23-1b5703c6393a", "links": [{"href": "http://172.30.9.21:8774/images/6e496332-7e13-424f-8a23-1b5703c6393a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1091621d-8685-4aef-953c-51d6b55c52af", "links": [{"href": "http://172.30.9.21:8774/flavors/1091621d-8685-4aef-953c-51d6b55c52af", "rel": "bookmark"}]}, "id": "a1360dc0-3718-4fa0-8c5f-175c74344698", "security_groups": [{"name": "default"}], "user_id": "fbebacd7d3974a6989f952e5cabf631b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:51:36Z", "hostId": "2c8c069d0d13d52970e248b4a454e27cf63764b68696c18b3bde999c", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-kp", "name": "AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-inst", "created": "2018-08-12T08:51:35Z", "tenant_id": "dc0e7608488f46ccb70c2aaa83b8823d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:53:06,914 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698 used request id req-03ef44c0-bd59-4bdf-97bb-9fc5cdff2ac9 2018-08-12 08:53:06,915 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-inst] is - BUILD 2018-08-12 08:53:06,915 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-12 08:53:09,918 - create_instance - DEBUG - VM status query timeout in 806.274945021 2018-08-12 08:53:09,922 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ff6c5198d5f93d163d4210602bf14f61e66855" 2018-08-12 08:53:10,259 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:53:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8d914f9d-f5b5-4c73-9315-a5b4c1a269d1 x-compute-request-id: req-8d914f9d-f5b5-4c73-9315-a5b4c1a269d1 Content-Encoding: gzip Content-Length: 681 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/a1360dc0-3718-4fa0-8c5f-175c74344698", "rel": "bookmark"}], "image": {"id": "6e496332-7e13-424f-8a23-1b5703c6393a", "links": [{"href": "http://172.30.9.21:8774/images/6e496332-7e13-424f-8a23-1b5703c6393a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1091621d-8685-4aef-953c-51d6b55c52af", "links": [{"href": "http://172.30.9.21:8774/flavors/1091621d-8685-4aef-953c-51d6b55c52af", "rel": "bookmark"}]}, "id": "a1360dc0-3718-4fa0-8c5f-175c74344698", "security_groups": [{"name": "default"}], "user_id": "fbebacd7d3974a6989f952e5cabf631b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:51:36Z", "hostId": "2c8c069d0d13d52970e248b4a454e27cf63764b68696c18b3bde999c", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-kp", "name": "AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-inst", "created": "2018-08-12T08:51:35Z", "tenant_id": "dc0e7608488f46ccb70c2aaa83b8823d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:53:10,259 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698 used request id req-8d914f9d-f5b5-4c73-9315-a5b4c1a269d1 2018-08-12 08:53:10,259 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-inst] is - BUILD 2018-08-12 08:53:10,259 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-12 08:53:13,263 - create_instance - DEBUG - VM status query timeout in 802.930469036 2018-08-12 08:53:13,266 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ff6c5198d5f93d163d4210602bf14f61e66855" 2018-08-12 08:53:13,928 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:53: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-7304a187-98b8-4a74-8ea1-4b6ec759e290 x-compute-request-id: req-7304a187-98b8-4a74-8ea1-4b6ec759e290 Content-Encoding: gzip Content-Length: 681 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/a1360dc0-3718-4fa0-8c5f-175c74344698", "rel": "bookmark"}], "image": {"id": "6e496332-7e13-424f-8a23-1b5703c6393a", "links": [{"href": "http://172.30.9.21:8774/images/6e496332-7e13-424f-8a23-1b5703c6393a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1091621d-8685-4aef-953c-51d6b55c52af", "links": [{"href": "http://172.30.9.21:8774/flavors/1091621d-8685-4aef-953c-51d6b55c52af", "rel": "bookmark"}]}, "id": "a1360dc0-3718-4fa0-8c5f-175c74344698", "security_groups": [{"name": "default"}], "user_id": "fbebacd7d3974a6989f952e5cabf631b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:51:36Z", "hostId": "2c8c069d0d13d52970e248b4a454e27cf63764b68696c18b3bde999c", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-kp", "name": "AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-inst", "created": "2018-08-12T08:51:35Z", "tenant_id": "dc0e7608488f46ccb70c2aaa83b8823d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:53:13,929 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698 used request id req-7304a187-98b8-4a74-8ea1-4b6ec759e290 2018-08-12 08:53:13,929 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-inst] is - BUILD 2018-08-12 08:53:13,929 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-12 08:53:16,932 - create_instance - DEBUG - VM status query timeout in 799.260763168 2018-08-12 08:53:16,936 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ff6c5198d5f93d163d4210602bf14f61e66855" 2018-08-12 08:53:17,465 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:53: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-adaa9952-efc6-40f8-8575-851c636ebdf0 x-compute-request-id: req-adaa9952-efc6-40f8-8575-851c636ebdf0 Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:3d:3f", "version": 4, "addr": "10.55.1.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/a1360dc0-3718-4fa0-8c5f-175c74344698", "rel": "bookmark"}], "image": {"id": "6e496332-7e13-424f-8a23-1b5703c6393a", "links": [{"href": "http://172.30.9.21:8774/images/6e496332-7e13-424f-8a23-1b5703c6393a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:53:14.000000", "flavor": {"id": "1091621d-8685-4aef-953c-51d6b55c52af", "links": [{"href": "http://172.30.9.21:8774/flavors/1091621d-8685-4aef-953c-51d6b55c52af", "rel": "bookmark"}]}, "id": "a1360dc0-3718-4fa0-8c5f-175c74344698", "security_groups": [{"name": "default"}], "user_id": "fbebacd7d3974a6989f952e5cabf631b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:53:15Z", "hostId": "2c8c069d0d13d52970e248b4a454e27cf63764b68696c18b3bde999c", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-kp", "name": "AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-inst", "created": "2018-08-12T08:51:35Z", "tenant_id": "dc0e7608488f46ccb70c2aaa83b8823d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:53:17,465 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698 used request id req-adaa9952-efc6-40f8-8575-851c636ebdf0 2018-08-12 08:53:17,465 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-inst] is - ACTIVE 2018-08-12 08:53:17,465 - create_instance - INFO - VM is - ACTIVE 2018-08-12 08:53:17,468 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ff6c5198d5f93d163d4210602bf14f61e66855" 2018-08-12 08:53:18,022 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:53:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2f52dcde-4a5d-4645-85c5-ef9685e4f0f8 x-compute-request-id: req-2f52dcde-4a5d-4645-85c5-ef9685e4f0f8 Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:3d:3f", "version": 4, "addr": "10.55.1.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/a1360dc0-3718-4fa0-8c5f-175c74344698", "rel": "bookmark"}], "image": {"id": "6e496332-7e13-424f-8a23-1b5703c6393a", "links": [{"href": "http://172.30.9.21:8774/images/6e496332-7e13-424f-8a23-1b5703c6393a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:53:14.000000", "flavor": {"id": "1091621d-8685-4aef-953c-51d6b55c52af", "links": [{"href": "http://172.30.9.21:8774/flavors/1091621d-8685-4aef-953c-51d6b55c52af", "rel": "bookmark"}]}, "id": "a1360dc0-3718-4fa0-8c5f-175c74344698", "security_groups": [{"name": "default"}], "user_id": "fbebacd7d3974a6989f952e5cabf631b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:53:15Z", "hostId": "2c8c069d0d13d52970e248b4a454e27cf63764b68696c18b3bde999c", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-kp", "name": "AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-inst", "created": "2018-08-12T08:51:35Z", "tenant_id": "dc0e7608488f46ccb70c2aaa83b8823d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:53:18,022 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698 used request id req-2f52dcde-4a5d-4645-85c5-ef9685e4f0f8 2018-08-12 08:53:18,028 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ff6c5198d5f93d163d4210602bf14f61e66855" 2018-08-12 08:53:18,140 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 634 X-Openstack-Request-Id: req-64a37751-65e3-4064-8c53-cf9553f38935 Date: Sun, 12 Aug 2018 08:53:18 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":["d9370efe-49e4-4c35-8eb9-020503200a59"],"updated_at":"2018-08-12T08:51:14Z","tenant_id":"dc0e7608488f46ccb70c2aaa83b8823d","created_at":"2018-08-12T08:51:12Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"dc0e7608488f46ccb70c2aaa83b8823d","id":"21d31016-6652-497c-b205-c2baed769c1b","name":"AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-pub-net"}]} 2018-08-12 08:53:18,140 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-pub-net used request id req-64a37751-65e3-4064-8c53-cf9553f38935 2018-08-12 08:53:18,144 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/dc0e7608488f46ccb70c2aaa83b8823d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ff6c5198d5f93d163d4210602bf14f61e66855" 2018-08-12 08:53:18,320 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:53:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f7ca0632-b19f-49b5-af76-5296b9052dc1 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/dc0e7608488f46ccb70c2aaa83b8823d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "dc0e7608488f46ccb70c2aaa83b8823d", "name": "AnsibleProvisioningTests-18cd7f89-db2c-4cb-proj"}} 2018-08-12 08:53:18,320 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/dc0e7608488f46ccb70c2aaa83b8823d used request id req-f7ca0632-b19f-49b5-af76-5296b9052dc1 2018-08-12 08:53:18,326 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=21d31016-6652-497c-b205-c2baed769c1b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ff6c5198d5f93d163d4210602bf14f61e66855" 2018-08-12 08:53:18,375 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-d03c57c0-cfba-42d8-8b2c-9f72a139818e Date: Sun, 12 Aug 2018 08:53:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"21d31016-6652-497c-b205-c2baed769c1b","tenant_id":"dc0e7608488f46ccb70c2aaa83b8823d","created_at":"2018-08-12T08:51:14Z","dns_nameservers":[],"updated_at":"2018-08-12T08:51:14Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"dc0e7608488f46ccb70c2aaa83b8823d","id":"d9370efe-49e4-4c35-8eb9-020503200a59","subnetpool_id":null,"name":"AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-pub-subnet"}]} 2018-08-12 08:53:18,375 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=21d31016-6652-497c-b205-c2baed769c1b used request id req-d03c57c0-cfba-42d8-8b2c-9f72a139818e 2018-08-12 08:53:18,380 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=21d31016-6652-497c-b205-c2baed769c1b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ff6c5198d5f93d163d4210602bf14f61e66855" 2018-08-12 08:53:18,479 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3735 X-Openstack-Request-Id: req-3c706a34-8400-409a-8ac1-07b9309c452e Date: Sun, 12 Aug 2018 08:53:18 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"21d31016-6652-497c-b205-c2baed769c1b","tenant_id":"dc0e7608488f46ccb70c2aaa83b8823d","created_at":"2018-08-12T08:51:15Z","admin_state_up":true,"updated_at":"2018-08-12T08:51:18Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-21d31016-6652-497c-b205-c2baed769c1b","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:de:14:07","id":"3bce8a9c-f219-4a72-94ba-d3e4254100f9","port_security_enabled":false,"project_id":"dc0e7608488f46ccb70c2aaa83b8823d","fixed_ips":[{"subnet_id":"d9370efe-49e4-4c35-8eb9-020503200a59","ip_address":"10.55.1.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"21d31016-6652-497c-b205-c2baed769c1b","tenant_id":"dc0e7608488f46ccb70c2aaa83b8823d","created_at":"2018-08-12T08:51:14Z","admin_state_up":true,"updated_at":"2018-08-12T08:51:17Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-21d31016-6652-497c-b205-c2baed769c1b","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:ba:f7:2e","id":"52e64d19-9808-4903-93ca-872f477a82e2","port_security_enabled":false,"project_id":"dc0e7608488f46ccb70c2aaa83b8823d","fixed_ips":[{"subnet_id":"d9370efe-49e4-4c35-8eb9-020503200a59","ip_address":"10.55.1.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"21d31016-6652-497c-b205-c2baed769c1b","tenant_id":"dc0e7608488f46ccb70c2aaa83b8823d","created_at":"2018-08-12T08:51:32Z","admin_state_up":true,"updated_at":"2018-08-12T08:53:14Z","binding:vnic_type":"normal","device_id":"a1360dc0-3718-4fa0-8c5f-175c74344698","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:32:3d:3f","id":"587e42ec-d72b-4c9f-be74-7f18f896394f","port_security_enabled":true,"project_id":"dc0e7608488f46ccb70c2aaa83b8823d","fixed_ips":[{"subnet_id":"d9370efe-49e4-4c35-8eb9-020503200a59","ip_address":"10.55.1.5"}],"extra_dhcp_opts":[],"security_groups":["72287029-2d0a-46c7-a6b7-00e80cfd8304"],"name":"AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-port-1"},{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"21d31016-6652-497c-b205-c2baed769c1b","tenant_id":"dc0e7608488f46ccb70c2aaa83b8823d","created_at":"2018-08-12T08:51:19Z","admin_state_up":true,"updated_at":"2018-08-12T08:51:20Z","binding:vnic_type":"normal","device_id":"89a6d5c2-6370-4297-8099-a08781797be6","device_owner":"network:router_interface","revision_number":6,"mac_address":"fa:16:3e:e6:d9:dc","id":"657f4b60-f951-4cb5-90fc-34c4ec60171d","port_security_enabled":false,"project_id":"dc0e7608488f46ccb70c2aaa83b8823d","fixed_ips":[{"subnet_id":"d9370efe-49e4-4c35-8eb9-020503200a59","ip_address":"10.55.1.1"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"21d31016-6652-497c-b205-c2baed769c1b","tenant_id":"dc0e7608488f46ccb70c2aaa83b8823d","created_at":"2018-08-12T08:51:15Z","admin_state_up":true,"updated_at":"2018-08-12T08:51:17Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-21d31016-6652-497c-b205-c2baed769c1b","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:58:8e:87","id":"991f491e-75b8-42e7-9265-99436284c465","port_security_enabled":false,"project_id":"dc0e7608488f46ccb70c2aaa83b8823d","fixed_ips":[{"subnet_id":"d9370efe-49e4-4c35-8eb9-020503200a59","ip_address":"10.55.1.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-12 08:53:18,479 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=21d31016-6652-497c-b205-c2baed769c1b used request id req-3c706a34-8400-409a-8ac1-07b9309c452e 2018-08-12 08:53:18,485 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ff6c5198d5f93d163d4210602bf14f61e66855" 2018-08-12 08:53:18,769 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-852dffa1-3ce5-41d8-8446-23f9d1ab2b17 Date: Sun, 12 Aug 2018 08:53:18 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ec788992-fa73-45cc-a7d9-6d44542124c2", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "dc0e7608488f46ccb70c2aaa83b8823d", "created_at": "2018-08-12T08:51:16Z", "admin_state_up": true, "updated_at": "2018-08-12T08:51:20Z", "revision_number": 3, "routes": [], "project_id": "dc0e7608488f46ccb70c2aaa83b8823d", "id": "89a6d5c2-6370-4297-8099-a08781797be6", "name": "AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-pub-router"}]} 2018-08-12 08:53:18,769 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-pub-router used request id req-852dffa1-3ce5-41d8-8446-23f9d1ab2b17 2018-08-12 08:53:18,773 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/dc0e7608488f46ccb70c2aaa83b8823d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ff6c5198d5f93d163d4210602bf14f61e66855" 2018-08-12 08:53:18,863 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:53:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3476de03-175b-48a2-808b-65483b121b5d Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/dc0e7608488f46ccb70c2aaa83b8823d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "dc0e7608488f46ccb70c2aaa83b8823d", "name": "AnsibleProvisioningTests-18cd7f89-db2c-4cb-proj"}} 2018-08-12 08:53:18,863 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/dc0e7608488f46ccb70c2aaa83b8823d used request id req-3476de03-175b-48a2-808b-65483b121b5d 2018-08-12 08:53:18,868 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=89a6d5c2-6370-4297-8099-a08781797be6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ff6c5198d5f93d163d4210602bf14f61e66855" 2018-08-12 08:53:18,928 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 718 X-Openstack-Request-Id: req-c0beacb8-5f2a-49fe-ae1f-6ef1d4ec97da Date: Sun, 12 Aug 2018 08:53:18 GMT RESP BODY: {"ports":[{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"21d31016-6652-497c-b205-c2baed769c1b","tenant_id":"dc0e7608488f46ccb70c2aaa83b8823d","created_at":"2018-08-12T08:51:19Z","admin_state_up":true,"updated_at":"2018-08-12T08:51:20Z","binding:vnic_type":"normal","device_id":"89a6d5c2-6370-4297-8099-a08781797be6","device_owner":"network:router_interface","revision_number":6,"mac_address":"fa:16:3e:e6:d9:dc","id":"657f4b60-f951-4cb5-90fc-34c4ec60171d","port_security_enabled":false,"project_id":"dc0e7608488f46ccb70c2aaa83b8823d","fixed_ips":[{"subnet_id":"d9370efe-49e4-4c35-8eb9-020503200a59","ip_address":"10.55.1.1"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-12 08:53:18,928 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=89a6d5c2-6370-4297-8099-a08781797be6 used request id req-c0beacb8-5f2a-49fe-ae1f-6ef1d4ec97da 2018-08-12 08:53:18,933 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/d9370efe-49e4-4c35-8eb9-020503200a59 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ff6c5198d5f93d163d4210602bf14f61e66855" 2018-08-12 08:53:18,984 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 671 X-Openstack-Request-Id: req-c777f36e-baa3-44b7-a49a-091116b018f7 Date: Sun, 12 Aug 2018 08:53:18 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"21d31016-6652-497c-b205-c2baed769c1b","tenant_id":"dc0e7608488f46ccb70c2aaa83b8823d","created_at":"2018-08-12T08:51:14Z","dns_nameservers":[],"updated_at":"2018-08-12T08:51:14Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"dc0e7608488f46ccb70c2aaa83b8823d","id":"d9370efe-49e4-4c35-8eb9-020503200a59","subnetpool_id":null,"name":"AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-pub-subnet"}} 2018-08-12 08:53:18,984 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/d9370efe-49e4-4c35-8eb9-020503200a59 used request id req-c777f36e-baa3-44b7-a49a-091116b018f7 2018-08-12 08:53:18,990 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=03886690-4630-4c4c-9ccb-7eedaa9b1fd3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ff6c5198d5f93d163d4210602bf14f61e66855" 2018-08-12 08:53:19,100 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-f56abcd0-279d-4afe-8e00-21f1684264c2 Date: Sun, 12 Aug 2018 08:53:19 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ec788992-fa73-45cc-a7d9-6d44542124c2"],"updated_at":"2018-08-12T05:35:20Z","tenant_id":"310f5853751a4c968f3eeb0a3d99a0a8","created_at":"2018-08-12T05:04:23Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":7,"admin_state_up":true,"shared":false,"project_id":"310f5853751a4c968f3eeb0a3d99a0a8","id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","name":"external"}]} 2018-08-12 08:53:19,101 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=03886690-4630-4c4c-9ccb-7eedaa9b1fd3 used request id req-f56abcd0-279d-4afe-8e00-21f1684264c2 2018-08-12 08:53:19,106 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=03886690-4630-4c4c-9ccb-7eedaa9b1fd3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ff6c5198d5f93d163d4210602bf14f61e66855" 2018-08-12 08:53:19,137 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-4ff2ad1d-d41e-4519-b337-2723763ba410 Date: Sun, 12 Aug 2018 08:53:19 GMT RESP BODY: {"subnets":[]} 2018-08-12 08:53:19,137 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=03886690-4630-4c4c-9ccb-7eedaa9b1fd3 used request id req-4ff2ad1d-d41e-4519-b337-2723763ba410 2018-08-12 08:53:19,140 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ff6c5198d5f93d163d4210602bf14f61e66855" 2018-08-12 08:53:19,673 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:53: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-f728da3a-e444-44de-8b94-b94d28bdaccb x-compute-request-id: req-f728da3a-e444-44de-8b94-b94d28bdaccb Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:3d:3f", "version": 4, "addr": "10.55.1.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/a1360dc0-3718-4fa0-8c5f-175c74344698", "rel": "bookmark"}], "image": {"id": "6e496332-7e13-424f-8a23-1b5703c6393a", "links": [{"href": "http://172.30.9.21:8774/images/6e496332-7e13-424f-8a23-1b5703c6393a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:53:14.000000", "flavor": {"id": "1091621d-8685-4aef-953c-51d6b55c52af", "links": [{"href": "http://172.30.9.21:8774/flavors/1091621d-8685-4aef-953c-51d6b55c52af", "rel": "bookmark"}]}, "id": "a1360dc0-3718-4fa0-8c5f-175c74344698", "security_groups": [{"name": "default"}], "user_id": "fbebacd7d3974a6989f952e5cabf631b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:53:15Z", "hostId": "2c8c069d0d13d52970e248b4a454e27cf63764b68696c18b3bde999c", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-kp", "name": "AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-inst", "created": "2018-08-12T08:51:35Z", "tenant_id": "dc0e7608488f46ccb70c2aaa83b8823d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:53:19,673 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698 used request id req-f728da3a-e444-44de-8b94-b94d28bdaccb 2018-08-12 08:53:19,674 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-inst] is - ACTIVE 2018-08-12 08:53:19,674 - create_instance - INFO - VM is - ACTIVE 2018-08-12 08:53:19,677 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ff6c5198d5f93d163d4210602bf14f61e66855" 2018-08-12 08:53:20,170 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:53: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-8fcf7b13-65b1-4be0-9bdd-a4d00b5a3661 x-compute-request-id: req-8fcf7b13-65b1-4be0-9bdd-a4d00b5a3661 Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:3d:3f", "version": 4, "addr": "10.55.1.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/a1360dc0-3718-4fa0-8c5f-175c74344698", "rel": "bookmark"}], "image": {"id": "6e496332-7e13-424f-8a23-1b5703c6393a", "links": [{"href": "http://172.30.9.21:8774/images/6e496332-7e13-424f-8a23-1b5703c6393a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:53:14.000000", "flavor": {"id": "1091621d-8685-4aef-953c-51d6b55c52af", "links": [{"href": "http://172.30.9.21:8774/flavors/1091621d-8685-4aef-953c-51d6b55c52af", "rel": "bookmark"}]}, "id": "a1360dc0-3718-4fa0-8c5f-175c74344698", "security_groups": [{"name": "default"}], "user_id": "fbebacd7d3974a6989f952e5cabf631b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:53:15Z", "hostId": "2c8c069d0d13d52970e248b4a454e27cf63764b68696c18b3bde999c", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-kp", "name": "AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-inst", "created": "2018-08-12T08:51:35Z", "tenant_id": "dc0e7608488f46ccb70c2aaa83b8823d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:53:20,170 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698 used request id req-8fcf7b13-65b1-4be0-9bdd-a4d00b5a3661 2018-08-12 08:53:20,175 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ff6c5198d5f93d163d4210602bf14f61e66855" 2018-08-12 08:53:20,325 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 634 X-Openstack-Request-Id: req-10b44d39-30d5-4ffd-af76-1f59910a2993 Date: Sun, 12 Aug 2018 08:53:20 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":["d9370efe-49e4-4c35-8eb9-020503200a59"],"updated_at":"2018-08-12T08:51:14Z","tenant_id":"dc0e7608488f46ccb70c2aaa83b8823d","created_at":"2018-08-12T08:51:12Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"dc0e7608488f46ccb70c2aaa83b8823d","id":"21d31016-6652-497c-b205-c2baed769c1b","name":"AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-pub-net"}]} 2018-08-12 08:53:20,325 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-pub-net used request id req-10b44d39-30d5-4ffd-af76-1f59910a2993 2018-08-12 08:53:20,329 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/dc0e7608488f46ccb70c2aaa83b8823d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ff6c5198d5f93d163d4210602bf14f61e66855" 2018-08-12 08:53:20,422 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:53:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c941a026-b56e-471f-ba68-c160d2b1fafa Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/dc0e7608488f46ccb70c2aaa83b8823d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "dc0e7608488f46ccb70c2aaa83b8823d", "name": "AnsibleProvisioningTests-18cd7f89-db2c-4cb-proj"}} 2018-08-12 08:53:20,423 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/dc0e7608488f46ccb70c2aaa83b8823d used request id req-c941a026-b56e-471f-ba68-c160d2b1fafa 2018-08-12 08:53:20,428 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=21d31016-6652-497c-b205-c2baed769c1b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ff6c5198d5f93d163d4210602bf14f61e66855" 2018-08-12 08:53:20,479 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-0ac57642-64aa-4e3b-8b99-856b8ada5910 Date: Sun, 12 Aug 2018 08:53:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"21d31016-6652-497c-b205-c2baed769c1b","tenant_id":"dc0e7608488f46ccb70c2aaa83b8823d","created_at":"2018-08-12T08:51:14Z","dns_nameservers":[],"updated_at":"2018-08-12T08:51:14Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"dc0e7608488f46ccb70c2aaa83b8823d","id":"d9370efe-49e4-4c35-8eb9-020503200a59","subnetpool_id":null,"name":"AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-pub-subnet"}]} 2018-08-12 08:53:20,479 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=21d31016-6652-497c-b205-c2baed769c1b used request id req-0ac57642-64aa-4e3b-8b99-856b8ada5910 2018-08-12 08:53:20,485 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=21d31016-6652-497c-b205-c2baed769c1b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ff6c5198d5f93d163d4210602bf14f61e66855" 2018-08-12 08:53:20,584 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3735 X-Openstack-Request-Id: req-bce8c144-ebe6-4663-be4f-b1ac1d2e849a Date: Sun, 12 Aug 2018 08:53:20 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"21d31016-6652-497c-b205-c2baed769c1b","tenant_id":"dc0e7608488f46ccb70c2aaa83b8823d","created_at":"2018-08-12T08:51:15Z","admin_state_up":true,"updated_at":"2018-08-12T08:51:18Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-21d31016-6652-497c-b205-c2baed769c1b","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:de:14:07","id":"3bce8a9c-f219-4a72-94ba-d3e4254100f9","port_security_enabled":false,"project_id":"dc0e7608488f46ccb70c2aaa83b8823d","fixed_ips":[{"subnet_id":"d9370efe-49e4-4c35-8eb9-020503200a59","ip_address":"10.55.1.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"21d31016-6652-497c-b205-c2baed769c1b","tenant_id":"dc0e7608488f46ccb70c2aaa83b8823d","created_at":"2018-08-12T08:51:14Z","admin_state_up":true,"updated_at":"2018-08-12T08:51:17Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-21d31016-6652-497c-b205-c2baed769c1b","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:ba:f7:2e","id":"52e64d19-9808-4903-93ca-872f477a82e2","port_security_enabled":false,"project_id":"dc0e7608488f46ccb70c2aaa83b8823d","fixed_ips":[{"subnet_id":"d9370efe-49e4-4c35-8eb9-020503200a59","ip_address":"10.55.1.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"21d31016-6652-497c-b205-c2baed769c1b","tenant_id":"dc0e7608488f46ccb70c2aaa83b8823d","created_at":"2018-08-12T08:51:32Z","admin_state_up":true,"updated_at":"2018-08-12T08:53:14Z","binding:vnic_type":"normal","device_id":"a1360dc0-3718-4fa0-8c5f-175c74344698","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:32:3d:3f","id":"587e42ec-d72b-4c9f-be74-7f18f896394f","port_security_enabled":true,"project_id":"dc0e7608488f46ccb70c2aaa83b8823d","fixed_ips":[{"subnet_id":"d9370efe-49e4-4c35-8eb9-020503200a59","ip_address":"10.55.1.5"}],"extra_dhcp_opts":[],"security_groups":["72287029-2d0a-46c7-a6b7-00e80cfd8304"],"name":"AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-port-1"},{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"21d31016-6652-497c-b205-c2baed769c1b","tenant_id":"dc0e7608488f46ccb70c2aaa83b8823d","created_at":"2018-08-12T08:51:19Z","admin_state_up":true,"updated_at":"2018-08-12T08:51:20Z","binding:vnic_type":"normal","device_id":"89a6d5c2-6370-4297-8099-a08781797be6","device_owner":"network:router_interface","revision_number":6,"mac_address":"fa:16:3e:e6:d9:dc","id":"657f4b60-f951-4cb5-90fc-34c4ec60171d","port_security_enabled":false,"project_id":"dc0e7608488f46ccb70c2aaa83b8823d","fixed_ips":[{"subnet_id":"d9370efe-49e4-4c35-8eb9-020503200a59","ip_address":"10.55.1.1"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"21d31016-6652-497c-b205-c2baed769c1b","tenant_id":"dc0e7608488f46ccb70c2aaa83b8823d","created_at":"2018-08-12T08:51:15Z","admin_state_up":true,"updated_at":"2018-08-12T08:51:17Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-21d31016-6652-497c-b205-c2baed769c1b","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:58:8e:87","id":"991f491e-75b8-42e7-9265-99436284c465","port_security_enabled":false,"project_id":"dc0e7608488f46ccb70c2aaa83b8823d","fixed_ips":[{"subnet_id":"d9370efe-49e4-4c35-8eb9-020503200a59","ip_address":"10.55.1.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-12 08:53:20,585 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=21d31016-6652-497c-b205-c2baed769c1b used request id req-bce8c144-ebe6-4663-be4f-b1ac1d2e849a 2018-08-12 08:53:20,585 - neutron_utils - INFO - Creating floating ip to external network - external 2018-08-12 08:53:20,590 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ff6c5198d5f93d163d4210602bf14f61e66855" 2018-08-12 08:53:20,890 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-d4ba41c1-d174-4067-aa96-e8bd89e51774 Date: Sun, 12 Aug 2018 08:53:20 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ec788992-fa73-45cc-a7d9-6d44542124c2"],"updated_at":"2018-08-12T05:35:20Z","tenant_id":"310f5853751a4c968f3eeb0a3d99a0a8","created_at":"2018-08-12T05:04:23Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":7,"admin_state_up":true,"shared":false,"project_id":"310f5853751a4c968f3eeb0a3d99a0a8","id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","name":"external"}]} 2018-08-12 08:53:20,890 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=external used request id req-d4ba41c1-d174-4067-aa96-e8bd89e51774 2018-08-12 08:53:20,895 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=03886690-4630-4c4c-9ccb-7eedaa9b1fd3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ff6c5198d5f93d163d4210602bf14f61e66855" 2018-08-12 08:53:21,123 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-aa317816-7d8a-4490-9a80-59efcc49bfec Date: Sun, 12 Aug 2018 08:53:21 GMT RESP BODY: {"subnets":[]} 2018-08-12 08:53:21,123 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=03886690-4630-4c4c-9ccb-7eedaa9b1fd3 used request id req-aa317816-7d8a-4490-9a80-59efcc49bfec 2018-08-12 08:53:21,128 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ff6c5198d5f93d163d4210602bf14f61e66855" -d '{"floatingip": {"floating_network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "port_id": "587e42ec-d72b-4c9f-be74-7f18f896394f"}}' 2018-08-12 08:53:22,743 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 549 X-Openstack-Request-Id: req-6efc8ea7-8d82-41b7-a7ba-cfc312c9871a Date: Sun, 12 Aug 2018 08:53:22 GMT RESP BODY: {"floatingip": {"router_id": "89a6d5c2-6370-4297-8099-a08781797be6", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-12T08:53:21Z", "floating_network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "fixed_ip_address": "10.55.1.5", "floating_ip_address": "172.30.9.212", "revision_number": 0, "port_id": "587e42ec-d72b-4c9f-be74-7f18f896394f", "id": "92b37a8e-f2d4-48f0-a22d-fcc69400d7b6", "tenant_id": "dc0e7608488f46ccb70c2aaa83b8823d", "created_at": "2018-08-12T08:53:21Z", "project_id": "dc0e7608488f46ccb70c2aaa83b8823d"}} 2018-08-12 08:53:22,744 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/floatingips used request id req-6efc8ea7-8d82-41b7-a7ba-cfc312c9871a 2018-08-12 08:53:22,744 - create_instance - INFO - Created floating IP 172.30.9.212 via router - AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-pub-router 2018-08-12 08:53:22,744 - create_instance_tests - INFO - Looking for IP 10.55.1.5 in the console log 2018-08-12 08:53:22,747 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ff6c5198d5f93d163d4210602bf14f61e66855" 2018-08-12 08:53:23,135 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:53: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-47e86d22-eeb6-4be6-b082-8c5a3fbeb119 x-compute-request-id: req-47e86d22-eeb6-4be6-b082-8c5a3fbeb119 Content-Encoding: gzip Content-Length: 775 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:3d:3f", "version": 4, "addr": "10.55.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:3d:3f", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/a1360dc0-3718-4fa0-8c5f-175c74344698", "rel": "bookmark"}], "image": {"id": "6e496332-7e13-424f-8a23-1b5703c6393a", "links": [{"href": "http://172.30.9.21:8774/images/6e496332-7e13-424f-8a23-1b5703c6393a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:53:14.000000", "flavor": {"id": "1091621d-8685-4aef-953c-51d6b55c52af", "links": [{"href": "http://172.30.9.21:8774/flavors/1091621d-8685-4aef-953c-51d6b55c52af", "rel": "bookmark"}]}, "id": "a1360dc0-3718-4fa0-8c5f-175c74344698", "security_groups": [{"name": "default"}], "user_id": "fbebacd7d3974a6989f952e5cabf631b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:53:15Z", "hostId": "2c8c069d0d13d52970e248b4a454e27cf63764b68696c18b3bde999c", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-kp", "name": "AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-inst", "created": "2018-08-12T08:51:35Z", "tenant_id": "dc0e7608488f46ccb70c2aaa83b8823d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:53:23,135 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698 used request id req-47e86d22-eeb6-4be6-b082-8c5a3fbeb119 2018-08-12 08:53:23,138 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ff6c5198d5f93d163d4210602bf14f61e66855" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 08:53:23,224 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:53:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6a4ab053-749e-4234-aa0e-ddbe2530432c x-compute-request-id: req-6a4ab053-749e-4234-aa0e-ddbe2530432c Content-Encoding: gzip Content-Length: 9612 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 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] 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-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] 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] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6390-0x000f639f] mapped at [ffff8800000f6390]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff]\n[ 0.000000] ACPI: RSDP 00000000000f60f0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\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 2 CPUs, 0 hotplug CPUs\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 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008000] Security Framework initialized\n[ 0.008029] AppArmor: AppArmor initialized\n[ 0.008866] Yama: becoming mindful.\n[ 0.009728] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.012736] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.014647] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.015880] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.016229] Initializing cgroup subsys memory\n[ 0.017118] Initializing cgroup subsys devices\n[ 0.017997] Initializing cgroup subsys freezer\n[ 0.020003] Initializing cgroup subsys blkio\n[ 0.020844] Initializing cgroup subsys perf_event\n[ 0.021754] Initializing cgroup subsys hugetlb\n[ 0.022685] CPU: Physical Processor ID: 0\n[ 0.023503] FEATURE SPEC_CTRL Not Present\n[ 0.024691] mce: CPU supports 10 MCE banks\n[ 0.025532] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.025532] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.028004] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.029323] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.030913] Speculative Store Bypass: Vulnerable\n[ 0.032312] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000)\n[ 0.036834] ACPI: Core revision 20131115\n[ 0.038200] ACPI: All ACPI Tables successfully acquired\n[ 0.039426] ftrace: allocating 28727 entries in 113 pages\n[ 0.060264] Enabling x2apic\n[ 0.061036] Enabled x2apic\n[ 0.064003] Switched APIC routing to physical x2apic.\n[ 0.066018] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.068002] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.070510] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.076757] KVM setup paravirtual spinlock\n[ 0.078918] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.080152] x86: Booting SMP configuration:\n[ 0.081098] .... node #0, CPUs: #1[ 0.078887] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.096017] x86: Booted up 1 node, 2 CPUs\n[ 0.096011] KVM setup async PF for cpu 1\n[ 0.096012] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.098902] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.100301] devtmpfs: initialized\n[ 0.102410] EVM: security.selinux\n[ 0.103210] EVM: security.SMACK64\n[ 0.104008] EVM: security.ima\n[ 0.104731] EVM: security.capability\n[ 0.105591] pinctrl core: initialized pinctrl subsystem\n[ 0.106039] regulator-dummy: no parameters\n[ 0.108059] RTC time: 8:53:14, date: 08/12/18\n[ 0.109114] NET: Registered protocol family 16\n[ 0.110260] cpuidle: using governor ladder\n[ 0.111256] cpuidle: using governor menu\n[ 0.112084] ACPI: bus type PCI registered\n[ 0.113005] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.114525] PCI: Using configuration type 1 for base access\n[ 0.116228] bio: create slab at 0\n[ 0.116943] ACPI: Added _OSI(Module Device)\n[ 0.117052] ACPI: Added _OSI(Processor Device)\n[ 0.118006] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.120003] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.122135] ACPI: Interpreter enabled\n[ 0.122984] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.124581] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.126577] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.128570] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.130670] ACPI: (supports S0 S5)\n[ 0.131502] ACPI: Using IOAPIC for interrupt routing\n[ 0.132013] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.134230] ACPI: No dock devices found.\n[ 0.136891] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.138199] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.139588] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.140017] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.144180] acpiphp: Slot [3] registered\n[ 0.145059] acpiphp: Slot [4] registered\n[ 0.145904] acpiphp: Slot [5] registered\n[ 0.146745] acpiphp: Slot [6] registered\n[ 0.147645] acpiphp: Slot [7] registered\n[ 0.148017] acpiphp: Slot [8] registered\n[ 0.148908] acpiphp: Slot [9] registered\n[ 0.149800] acpiphp: Slot [10] registered\n[ 0.150652] acpiphp: Slot [11] registered\n[ 0.151520] acpiphp: Slot [12] registered\n[ 0.152017] acpiphp: Slot [13] registered\n[ 0.152934] acpiphp: Slot [14] registered\n[ 0.153826] acpiphp: Slot [15] registered\n[ 0.154770] acpiphp: Slot [16] registered\n[ 0.155719] acpiphp: Slot [17] registered\n[ 0.156017] acpiphp: Slot [18] registered\n[ 0.156900] acpiphp: Slot [19] registered\n[ 0.157806] acpiphp: Slot [20] registered\n[ 0.158727] acpiphp: Slot [21] registered\n[ 0.159603] acpiphp: Slot [22] registered\n[ 0.160017] acpiphp: Slot [23] registered\n[ 0.160899] acpiphp: Slot [24] registered\n[ 0.161827] acpiphp: Slot [25] registered\n[ 0.162740] acpiphp: Slot [26] registered\n[ 0.163758] acpiphp: Slot [27] registered\n[ 0.164017] acpiphp: Slot [28] registered\n[ 0.164935] acpiphp: Slot [29] registered\n[ 0.165864] acpiphp: Slot [30] registered\n[ 0.166783] acpiphp: Slot [31] registered\n[ 0.167631] PCI host bridge to bus 0000:00\n[ 0.168004] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.169189] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.170465] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.171686] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.172004] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.173360] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.179027] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.180011] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.199562] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.200713] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.202287] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.203851] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.204887] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.206297] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.207632] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.207632] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.208003] vgaarb: loaded\n[ 0.208670] vgaarb: bridge control possible 0000:00:02.0\n[ 0.210028] SCSI subsystem initialized\n[ 0.211058] ACPI: bus type USB registered\n[ 0.212028] usbcore: registered new interface driver usbfs\n[ 0.213161] usbcore: registered new interface driver hub\n[ 0.214302] usbcore: registered new device driver usb\n[ 0.214302] PCI: Using ACPI for IRQ routing\n[ 0.216262] NetLabel: Initializing\n[ 0.217076] NetLabel: domain hash size = 128\n[ 0.218024] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.219081] NetLabel: unlabeled traffic allowed by default\n[ 0.220127] Switched to clocksource kvm-clock\n[ 0.227034] AppArmor: AppArmor Filesystem Enabled\n[ 0.228127] pnp: PnP ACPI init\n[ 0.228860] ACPI: bus type PNP registered\n[ 0.230126] pnp: PnP ACPI: found 8 devices\n[ 0.231032] ACPI: bus type PNP unregistered\n[ 0.238158] NET: Registered protocol family 2\n[ 0.239352] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.241046] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.242492] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.243799] TCP: reno registered\n[ 0.244537] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.245759] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.247054] NET: Registered protocol family 1\n[ 0.247986] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.249213] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.250390] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.271828] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.295717] Trying to unpack rootfs image as initramfs...\n[ 0.386166] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.388748] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.390346] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.392131] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.394634] Scanning for low memory corruption every 60 seconds\n[ 0.396767] Initialise system trusted keyring\n[ 0.398061] audit: initializing netlink socket (disabled)\n[ 0.399535] type=2000 audit(1534063995.948:1): initialized\n[ 0.419431] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.422016] zbud: loaded\n[ 0.423050] VFS: Disk quotas dquot_6.5.2\n[ 0.424288] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.426503] fuse init (API version 7.22)\n[ 0.427695] msgmni has been set to 3997\n[ 0.428715] Key type big_key registered\n[ 0.430041] Key type asymmetric registered\n[ 0.431311] Asymmetric key parser 'x509' registered\n[ 0.432826] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.435023] io scheduler noop registered\n[ 0.436170] io scheduler deadline registered (default)\n[ 0.437685] io scheduler cfq registered\n[ 0.438927] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.440533] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.442495] ipmi message handler version 39.2\n[ 0.443823] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.446018] ACPI: Power Button [PWRF]\n[ 0.447209] GHES: HEST is not enabled!\n[ 0.469065] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.512286] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.514475] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.537823] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.540389] Linux agpgart interface v0.103\n[ 0.542222] brd: module loaded\n[ 0.543457] loop: module loaded\n[ 0.544668] blk-mq: CPU -> queue map\n[ 0.545666] CPU 0 -> Queue 0\n[ 0.546559] CPU 1 -> Queue 0\n[ 0.548086] vda: vda1\n[ 0.549573] scsi0 : ata_piix\n[ 0.550774] scsi1 : ata_piix\n[ 0.551720] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.553622] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.555743] libphy: Fixed MDIO Bus: probed\n[ 0.557045] tun: Universal TUN/TAP device driver, 1.6\n[ 0.558198] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.560717] PPP generic driver version 2.4.2\n[ 0.561699] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.562913] ehci-pci: EHCI PCI platform driver\n[ 0.563805] ehci-platform: EHCI generic platform driver\n[ 0.564829] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.565992] ohci-pci: OHCI PCI platform driver\n[ 0.566882] ohci-platform: OHCI generic platform driver\n[ 0.567889] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.589819] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.590856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.592443] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.593616] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.594875] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.596317] usb usb1: Product: UHCI Host Controller\n[ 0.597270] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd\n[ 0.598454] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.599463] hub 1-0:1.0: USB hub found\n[ 0.600356] hub 1-0:1.0: 2 ports detected\n[ 0.601314] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.603474] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.604475] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.605598] mousedev: PS/2 mouse device common for all mice\n[ 0.606921] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.608718] rtc_cmos 00:00: RTC can wake from S4\n[ 0.609911] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.611196] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.612512] device-mapper: uevent: version 1.0.3\n[ 0.613533] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.615274] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.616576] TCP: cubic registered\n[ 0.617399] NET: Registered protocol family 10\n[ 0.618556] NET: Registered protocol family 17\n[ 0.619515] Key type dns_resolver registered\n[ 0.620574] Loading compiled-in X.509 certificates\n[ 0.622103] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0'\n[ 0.624026] registered taskstats version 1\n[ 0.626496] Key type trusted registered\n[ 0.629820] Key type encrypted registered\n[ 0.630698] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.631797] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.633264] regulator-dummy: disabling\n[ 0.634145] Magic number: 14:100:877\n[ 0.635066] rtc_cmos 00:00: setting system clock to 2018-08-12 08:53:15 UTC (1534063995)\n[ 0.643677] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.644893] EDD information not available.\n[ 0.713151] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000)\n[ 0.714790] Write protecting the kernel read-only data: 12288k\n[ 0.716392] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000)\n[ 0.719131] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.732011] systemd-udevd[107]: starting version 204\n[ 0.768395] FDC 0 is a S82078B\n[ 0.912058] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.072134] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.073521] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.074904] usb 1-1: Product: QEMU USB Tablet\n[ 1.075827] usb 1-1: Manufacturer: QEMU\n[ 1.076675] usb 1-1: SerialNumber: 42\n[ 1.388085] tsc: Refined TSC clocksource calibration: 3491.842 MHz\n[ 1.788966] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.026630] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.099742] random: init urandom read with 10 bits of entropy available\n * Stopping adjust system clock and timezone[74G[ OK ]\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Populate /dev filesystem[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Populate /dev filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n[ 2.194465] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sun, 12 Aug 2018 08:53:17 +0000. Up 2.48 seconds.\ncloud-init-nonet[2.63]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\ncloud-init-nonet[3.38]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sun, 12 Aug 2018 08:53:18 +0000. Up 3.51 seconds.\nci-info: +++++++++++++++++++++++++Net device info+++++++++++++++++++++++++\nci-info: +--------+------+-----------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+------+-----------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth0 | True | 10.55.1.5 | 255.255.255.0 | fa:16:3e:32:3d:3f |\nci-info: +--------+------+-----------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+-----------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+-----------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 10.55.1.1 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 10.55.1.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: | 2 | 169.254.169.254 | 10.55.1.4 | 255.255.255.255 | eth0 | UGH |\nci-info: +-------+-----------------+-----------+-----------------+-----------+-------+\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\n11:9c:bd:d7:27:90:53:98:18:c9:63:20:e2:29:0d:64 root@ansibleprovisioningtests-7a517154-7f7b-4985-8c8f-60917e33b25d-i\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| .E . ..o=.+ =. |\n| . + o .o.B * |\n| . + .. o + |\n| . .. . o .|\n| S . o |\n| |\n| |\n| |\n| |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\nf7:84:e2:6a:7a:98:fb:53:cd:84:99:dc:a2:6b:32:d7 root@ansibleprovisioningtests-7a517154-7f7b-4985-8c8f-60917e33b25d-i\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| |\n| |\n| . = |\n| * o. |\n| .S=o . |\n| ...ooo |\n| o +. . |\n| = B.E |\n| o@o. |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\nd8:75:87:92:12:c5:7e:62:b0:66:43:23:a7:1b:42:fa root@ansibleprovisioningtests-7a517154-7f7b-4985-8c8f-60917e33b25d-i\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| .o. |\n| . . =... . |\n| o =.=+ o . |\n| . . oo=o+o.. |\n| . ..=So o |\n| E . |\n| |\n| |\n| |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\nc0:60:9a:f3:4a:8c:dc:0b:10:fb:67:94:aa:7b:d8:5a root@ansibleprovisioningtests-7a517154-7f7b-4985-8c8f-60917e33b25d-i\nThe key's randomart image is:\n+--[ED25519 256--+\n|. o |\n| o + + |\n|o + o o |\n|o+.= . |\n|.o=.+ S |\n| o.+. |\n|.oE. |\n|.oo |\n|oo |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting system logging daemon[74G[ OK ]\n * Starting Handle applying cloud-config[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\n * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\nCloud-init v. 0.7.5 running 'modules:config' at Sun, 12 Aug 2018 08:53:21 +0000. Up 6.93 seconds.\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\n * Starting ACPI daemon[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\n"} 2018-08-12 08:53:23,225 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698/action used request id req-6a4ab053-749e-4234-aa0e-ddbe2530432c 2018-08-12 08:53:23,227 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-08-12 08:53:23,227 - create_instance_tests - DEBUG - Full console output - [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-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] 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-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] 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] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6390-0x000f639f] mapped at [ffff8800000f6390] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff] [ 0.000000] ACPI: RSDP 00000000000f60f0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 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 2 CPUs, 0 hotplug CPUs [ 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 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008000] Security Framework initialized [ 0.008029] AppArmor: AppArmor initialized [ 0.008866] Yama: becoming mindful. [ 0.009728] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.012736] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.014647] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.015880] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.016229] Initializing cgroup subsys memory [ 0.017118] Initializing cgroup subsys devices [ 0.017997] Initializing cgroup subsys freezer [ 0.020003] Initializing cgroup subsys blkio [ 0.020844] Initializing cgroup subsys perf_event [ 0.021754] Initializing cgroup subsys hugetlb [ 0.022685] CPU: Physical Processor ID: 0 [ 0.023503] FEATURE SPEC_CTRL Not Present [ 0.024691] mce: CPU supports 10 MCE banks [ 0.025532] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.025532] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.028004] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.029323] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.030913] Speculative Store Bypass: Vulnerable [ 0.032312] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000) [ 0.036834] ACPI: Core revision 20131115 [ 0.038200] ACPI: All ACPI Tables successfully acquired [ 0.039426] ftrace: allocating 28727 entries in 113 pages [ 0.060264] Enabling x2apic [ 0.061036] Enabled x2apic [ 0.064003] Switched APIC routing to physical x2apic. [ 0.066018] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.068002] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.070510] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.076757] KVM setup paravirtual spinlock [ 0.078918] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.080152] x86: Booting SMP configuration: [ 0.081098] .... node #0, CPUs: #1[ 0.078887] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.096017] x86: Booted up 1 node, 2 CPUs [ 0.096011] KVM setup async PF for cpu 1 [ 0.096012] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.098902] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.100301] devtmpfs: initialized [ 0.102410] EVM: security.selinux [ 0.103210] EVM: security.SMACK64 [ 0.104008] EVM: security.ima [ 0.104731] EVM: security.capability [ 0.105591] pinctrl core: initialized pinctrl subsystem [ 0.106039] regulator-dummy: no parameters [ 0.108059] RTC time: 8:53:14, date: 08/12/18 [ 0.109114] NET: Registered protocol family 16 [ 0.110260] cpuidle: using governor ladder [ 0.111256] cpuidle: using governor menu [ 0.112084] ACPI: bus type PCI registered [ 0.113005] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.114525] PCI: Using configuration type 1 for base access [ 0.116228] bio: create slab at 0 [ 0.116943] ACPI: Added _OSI(Module Device) [ 0.117052] ACPI: Added _OSI(Processor Device) [ 0.118006] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.120003] ACPI: Added _OSI(Processor Aggregator Device) [ 0.122135] ACPI: Interpreter enabled [ 0.122984] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.124581] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.126577] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.128570] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.130670] ACPI: (supports S0 S5) [ 0.131502] ACPI: Using IOAPIC for interrupt routing [ 0.132013] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.134230] ACPI: No dock devices found. [ 0.136891] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.138199] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.139588] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.140017] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.144180] acpiphp: Slot [3] registered [ 0.145059] acpiphp: Slot [4] registered [ 0.145904] acpiphp: Slot [5] registered [ 0.146745] acpiphp: Slot [6] registered [ 0.147645] acpiphp: Slot [7] registered [ 0.148017] acpiphp: Slot [8] registered [ 0.148908] acpiphp: Slot [9] registered [ 0.149800] acpiphp: Slot [10] registered [ 0.150652] acpiphp: Slot [11] registered [ 0.151520] acpiphp: Slot [12] registered [ 0.152017] acpiphp: Slot [13] registered [ 0.152934] acpiphp: Slot [14] registered [ 0.153826] acpiphp: Slot [15] registered [ 0.154770] acpiphp: Slot [16] registered [ 0.155719] acpiphp: Slot [17] registered [ 0.156017] acpiphp: Slot [18] registered [ 0.156900] acpiphp: Slot [19] registered [ 0.157806] acpiphp: Slot [20] registered [ 0.158727] acpiphp: Slot [21] registered [ 0.159603] acpiphp: Slot [22] registered [ 0.160017] acpiphp: Slot [23] registered [ 0.160899] acpiphp: Slot [24] registered [ 0.161827] acpiphp: Slot [25] registered [ 0.162740] acpiphp: Slot [26] registered [ 0.163758] acpiphp: Slot [27] registered [ 0.164017] acpiphp: Slot [28] registered [ 0.164935] acpiphp: Slot [29] registered [ 0.165864] acpiphp: Slot [30] registered [ 0.166783] acpiphp: Slot [31] registered [ 0.167631] PCI host bridge to bus 0000:00 [ 0.168004] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.169189] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.170465] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.171686] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.172004] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.173360] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.179027] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.180011] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.199562] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.200713] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.202287] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.203851] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.204887] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.206297] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.207632] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.207632] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.208003] vgaarb: loaded [ 0.208670] vgaarb: bridge control possible 0000:00:02.0 [ 0.210028] SCSI subsystem initialized [ 0.211058] ACPI: bus type USB registered [ 0.212028] usbcore: registered new interface driver usbfs [ 0.213161] usbcore: registered new interface driver hub [ 0.214302] usbcore: registered new device driver usb [ 0.214302] PCI: Using ACPI for IRQ routing [ 0.216262] NetLabel: Initializing [ 0.217076] NetLabel: domain hash size = 128 [ 0.218024] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.219081] NetLabel: unlabeled traffic allowed by default [ 0.220127] Switched to clocksource kvm-clock [ 0.227034] AppArmor: AppArmor Filesystem Enabled [ 0.228127] pnp: PnP ACPI init [ 0.228860] ACPI: bus type PNP registered [ 0.230126] pnp: PnP ACPI: found 8 devices [ 0.231032] ACPI: bus type PNP unregistered [ 0.238158] NET: Registered protocol family 2 [ 0.239352] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.241046] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.242492] TCP: Hash tables configured (established 16384 bind 16384) [ 0.243799] TCP: reno registered [ 0.244537] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.245759] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.247054] NET: Registered protocol family 1 [ 0.247986] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.249213] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.250390] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.271828] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.295717] Trying to unpack rootfs image as initramfs... [ 0.386166] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.388748] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.390346] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.392131] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.394634] Scanning for low memory corruption every 60 seconds [ 0.396767] Initialise system trusted keyring [ 0.398061] audit: initializing netlink socket (disabled) [ 0.399535] type=2000 audit(1534063995.948:1): initialized [ 0.419431] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.422016] zbud: loaded [ 0.423050] VFS: Disk quotas dquot_6.5.2 [ 0.424288] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.426503] fuse init (API version 7.22) [ 0.427695] msgmni has been set to 3997 [ 0.428715] Key type big_key registered [ 0.430041] Key type asymmetric registered [ 0.431311] Asymmetric key parser 'x509' registered [ 0.432826] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.435023] io scheduler noop registered [ 0.436170] io scheduler deadline registered (default) [ 0.437685] io scheduler cfq registered [ 0.438927] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.440533] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.442495] ipmi message handler version 39.2 [ 0.443823] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.446018] ACPI: Power Button [PWRF] [ 0.447209] GHES: HEST is not enabled! [ 0.469065] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.512286] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.514475] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.537823] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.540389] Linux agpgart interface v0.103 [ 0.542222] brd: module loaded [ 0.543457] loop: module loaded [ 0.544668] blk-mq: CPU -> queue map [ 0.545666] CPU 0 -> Queue 0 [ 0.546559] CPU 1 -> Queue 0 [ 0.548086] vda: vda1 [ 0.549573] scsi0 : ata_piix [ 0.550774] scsi1 : ata_piix [ 0.551720] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.553622] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.555743] libphy: Fixed MDIO Bus: probed [ 0.557045] tun: Universal TUN/TAP device driver, 1.6 [ 0.558198] tun: (C) 1999-2004 Max Krasnyansky [ 0.560717] PPP generic driver version 2.4.2 [ 0.561699] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.562913] ehci-pci: EHCI PCI platform driver [ 0.563805] ehci-platform: EHCI generic platform driver [ 0.564829] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.565992] ohci-pci: OHCI PCI platform driver [ 0.566882] ohci-platform: OHCI generic platform driver [ 0.567889] uhci_hcd: USB Universal Host Controller Interface driver [ 0.589819] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.590856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.592443] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.593616] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.594875] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.596317] usb usb1: Product: UHCI Host Controller [ 0.597270] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd [ 0.598454] usb usb1: SerialNumber: 0000:00:01.2 [ 0.599463] hub 1-0:1.0: USB hub found [ 0.600356] hub 1-0:1.0: 2 ports detected [ 0.601314] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.603474] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.604475] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.605598] mousedev: PS/2 mouse device common for all mice [ 0.606921] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.608718] rtc_cmos 00:00: RTC can wake from S4 [ 0.609911] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.611196] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.612512] device-mapper: uevent: version 1.0.3 [ 0.613533] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.615274] ledtrig-cpu: registered to indicate activity on CPUs [ 0.616576] TCP: cubic registered [ 0.617399] NET: Registered protocol family 10 [ 0.618556] NET: Registered protocol family 17 [ 0.619515] Key type dns_resolver registered [ 0.620574] Loading compiled-in X.509 certificates [ 0.622103] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0' [ 0.624026] registered taskstats version 1 [ 0.626496] Key type trusted registered [ 0.629820] Key type encrypted registered [ 0.630698] AppArmor: AppArmor sha1 policy hashing enabled [ 0.631797] IMA: No TPM chip found, activating TPM-bypass! [ 0.633264] regulator-dummy: disabling [ 0.634145] Magic number: 14:100:877 [ 0.635066] rtc_cmos 00:00: setting system clock to 2018-08-12 08:53:15 UTC (1534063995) [ 0.643677] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.644893] EDD information not available. [ 0.713151] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000) [ 0.714790] Write protecting the kernel read-only data: 12288k [ 0.716392] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000) [ 0.719131] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.732011] systemd-udevd[107]: starting version 204 [ 0.768395] FDC 0 is a S82078B [ 0.912058] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.072134] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.073521] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.074904] usb 1-1: Product: QEMU USB Tablet [ 1.075827] usb 1-1: Manufacturer: QEMU [ 1.076675] usb 1-1: SerialNumber: 42 [ 1.388085] tsc: Refined TSC clocksource calibration: 3491.842 MHz [ 1.788966] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.026630] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.099742] random: init urandom read with 10 bits of entropy available * Stopping adjust system clock and timezone[74G[ OK ] * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Populate /dev filesystem[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Populate /dev filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] [ 2.194465] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Initialize or finalize resolvconf[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sun, 12 Aug 2018 08:53:17 +0000. Up 2.48 seconds. cloud-init-nonet[2.63]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] cloud-init-nonet[3.38]: static networking is now up * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sun, 12 Aug 2018 08:53:18 +0000. Up 3.51 seconds. ci-info: +++++++++++++++++++++++++Net device info+++++++++++++++++++++++++ ci-info: +--------+------+-----------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+------+-----------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth0 | True | 10.55.1.5 | 255.255.255.0 | fa:16:3e:32:3d:3f | ci-info: +--------+------+-----------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+-----------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+-----------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 10.55.1.1 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 10.55.1.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: | 2 | 169.254.169.254 | 10.55.1.4 | 255.255.255.255 | eth0 | UGH | ci-info: +-------+-----------------+-----------+-----------------+-----------+-------+ Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: 11:9c:bd:d7:27:90:53:98:18:c9:63:20:e2:29:0d:64 root@ansibleprovisioningtests-7a517154-7f7b-4985-8c8f-60917e33b25d-i The key's randomart image is: +--[ RSA 2048]----+ | .E . ..o=.+ =. | | . + o .o.B * | | . + .. o + | | . .. . o .| | S . o | | | | | | | | | +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: f7:84:e2:6a:7a:98:fb:53:cd:84:99:dc:a2:6b:32:d7 root@ansibleprovisioningtests-7a517154-7f7b-4985-8c8f-60917e33b25d-i The key's randomart image is: +--[ DSA 1024]----+ | | | | | . = | | * o. | | .S=o . | | ...ooo | | o +. . | | = B.E | | o@o. | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: d8:75:87:92:12:c5:7e:62:b0:66:43:23:a7:1b:42:fa root@ansibleprovisioningtests-7a517154-7f7b-4985-8c8f-60917e33b25d-i The key's randomart image is: +--[ECDSA 256]---+ | .o. | | . . =... . | | o =.=+ o . | | . . oo=o+o.. | | . ..=So o | | E . | | | | | | | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: c0:60:9a:f3:4a:8c:dc:0b:10:fb:67:94:aa:7b:d8:5a root@ansibleprovisioningtests-7a517154-7f7b-4985-8c8f-60917e33b25d-i The key's randomart image is: +--[ED25519 256--+ |. o | | o + + | |o + o o | |o+.= . | |.o=.+ S | | o.+. | |.oE. | |.oo | |oo | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting system logging daemon[74G[ OK ] * Starting Handle applying cloud-config[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] Cloud-init v. 0.7.5 running 'modules:config' at Sun, 12 Aug 2018 08:53:21 +0000. Up 6.93 seconds. * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] * Starting ACPI daemon[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Generating locales... en_US.UTF-8... up-to-date Generation complete. 2018-08-12 08:53:23,230 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ff6c5198d5f93d163d4210602bf14f61e66855" 2018-08-12 08:53:23,753 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:53:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-94a6aac2-6916-4d7f-9994-6c9c33faed1e x-compute-request-id: req-94a6aac2-6916-4d7f-9994-6c9c33faed1e Content-Encoding: gzip Content-Length: 775 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:3d:3f", "version": 4, "addr": "10.55.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:3d:3f", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/a1360dc0-3718-4fa0-8c5f-175c74344698", "rel": "bookmark"}], "image": {"id": "6e496332-7e13-424f-8a23-1b5703c6393a", "links": [{"href": "http://172.30.9.21:8774/images/6e496332-7e13-424f-8a23-1b5703c6393a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:53:14.000000", "flavor": {"id": "1091621d-8685-4aef-953c-51d6b55c52af", "links": [{"href": "http://172.30.9.21:8774/flavors/1091621d-8685-4aef-953c-51d6b55c52af", "rel": "bookmark"}]}, "id": "a1360dc0-3718-4fa0-8c5f-175c74344698", "security_groups": [{"name": "default"}], "user_id": "fbebacd7d3974a6989f952e5cabf631b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:53:15Z", "hostId": "2c8c069d0d13d52970e248b4a454e27cf63764b68696c18b3bde999c", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-kp", "name": "AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-inst", "created": "2018-08-12T08:51:35Z", "tenant_id": "dc0e7608488f46ccb70c2aaa83b8823d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:53:23,753 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698 used request id req-94a6aac2-6916-4d7f-9994-6c9c33faed1e 2018-08-12 08:53:23,754 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-inst] is - ACTIVE 2018-08-12 08:53:23,754 - create_instance - INFO - VM is - ACTIVE 2018-08-12 08:53:23,757 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ff6c5198d5f93d163d4210602bf14f61e66855" 2018-08-12 08:53:24,187 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:53:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e0902533-e112-4517-beaa-05711709d75a x-compute-request-id: req-e0902533-e112-4517-beaa-05711709d75a Content-Encoding: gzip Content-Length: 775 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:3d:3f", "version": 4, "addr": "10.55.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:3d:3f", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/a1360dc0-3718-4fa0-8c5f-175c74344698", "rel": "bookmark"}], "image": {"id": "6e496332-7e13-424f-8a23-1b5703c6393a", "links": [{"href": "http://172.30.9.21:8774/images/6e496332-7e13-424f-8a23-1b5703c6393a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:53:14.000000", "flavor": {"id": "1091621d-8685-4aef-953c-51d6b55c52af", "links": [{"href": "http://172.30.9.21:8774/flavors/1091621d-8685-4aef-953c-51d6b55c52af", "rel": "bookmark"}]}, "id": "a1360dc0-3718-4fa0-8c5f-175c74344698", "security_groups": [{"name": "default"}], "user_id": "fbebacd7d3974a6989f952e5cabf631b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:53:15Z", "hostId": "2c8c069d0d13d52970e248b4a454e27cf63764b68696c18b3bde999c", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-kp", "name": "AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-inst", "created": "2018-08-12T08:51:35Z", "tenant_id": "dc0e7608488f46ccb70c2aaa83b8823d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:53:24,187 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698 used request id req-e0902533-e112-4517-beaa-05711709d75a 2018-08-12 08:53:24,192 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ff6c5198d5f93d163d4210602bf14f61e66855" 2018-08-12 08:53:24,290 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 634 X-Openstack-Request-Id: req-c7882a18-19f7-4797-8b86-33586de23a21 Date: Sun, 12 Aug 2018 08:53:24 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":["d9370efe-49e4-4c35-8eb9-020503200a59"],"updated_at":"2018-08-12T08:51:14Z","tenant_id":"dc0e7608488f46ccb70c2aaa83b8823d","created_at":"2018-08-12T08:51:12Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"dc0e7608488f46ccb70c2aaa83b8823d","id":"21d31016-6652-497c-b205-c2baed769c1b","name":"AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-pub-net"}]} 2018-08-12 08:53:24,290 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-pub-net used request id req-c7882a18-19f7-4797-8b86-33586de23a21 2018-08-12 08:53:24,294 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/dc0e7608488f46ccb70c2aaa83b8823d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ff6c5198d5f93d163d4210602bf14f61e66855" 2018-08-12 08:53:24,389 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:53:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-db10ca03-47d9-4746-9664-65ab9cd2251b Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/dc0e7608488f46ccb70c2aaa83b8823d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "dc0e7608488f46ccb70c2aaa83b8823d", "name": "AnsibleProvisioningTests-18cd7f89-db2c-4cb-proj"}} 2018-08-12 08:53:24,389 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/dc0e7608488f46ccb70c2aaa83b8823d used request id req-db10ca03-47d9-4746-9664-65ab9cd2251b 2018-08-12 08:53:24,395 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=21d31016-6652-497c-b205-c2baed769c1b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ff6c5198d5f93d163d4210602bf14f61e66855" 2018-08-12 08:53:24,442 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-5c83a997-b727-4fae-830e-d8f883a4282a Date: Sun, 12 Aug 2018 08:53:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"21d31016-6652-497c-b205-c2baed769c1b","tenant_id":"dc0e7608488f46ccb70c2aaa83b8823d","created_at":"2018-08-12T08:51:14Z","dns_nameservers":[],"updated_at":"2018-08-12T08:51:14Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"dc0e7608488f46ccb70c2aaa83b8823d","id":"d9370efe-49e4-4c35-8eb9-020503200a59","subnetpool_id":null,"name":"AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-pub-subnet"}]} 2018-08-12 08:53:24,443 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=21d31016-6652-497c-b205-c2baed769c1b used request id req-5c83a997-b727-4fae-830e-d8f883a4282a 2018-08-12 08:53:24,448 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=21d31016-6652-497c-b205-c2baed769c1b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ff6c5198d5f93d163d4210602bf14f61e66855" 2018-08-12 08:53:24,550 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3735 X-Openstack-Request-Id: req-33dfbd28-ddfa-4239-ba05-f6594fe7e483 Date: Sun, 12 Aug 2018 08:53:24 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"21d31016-6652-497c-b205-c2baed769c1b","tenant_id":"dc0e7608488f46ccb70c2aaa83b8823d","created_at":"2018-08-12T08:51:15Z","admin_state_up":true,"updated_at":"2018-08-12T08:51:18Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-21d31016-6652-497c-b205-c2baed769c1b","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:de:14:07","id":"3bce8a9c-f219-4a72-94ba-d3e4254100f9","port_security_enabled":false,"project_id":"dc0e7608488f46ccb70c2aaa83b8823d","fixed_ips":[{"subnet_id":"d9370efe-49e4-4c35-8eb9-020503200a59","ip_address":"10.55.1.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"21d31016-6652-497c-b205-c2baed769c1b","tenant_id":"dc0e7608488f46ccb70c2aaa83b8823d","created_at":"2018-08-12T08:51:14Z","admin_state_up":true,"updated_at":"2018-08-12T08:51:17Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-21d31016-6652-497c-b205-c2baed769c1b","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:ba:f7:2e","id":"52e64d19-9808-4903-93ca-872f477a82e2","port_security_enabled":false,"project_id":"dc0e7608488f46ccb70c2aaa83b8823d","fixed_ips":[{"subnet_id":"d9370efe-49e4-4c35-8eb9-020503200a59","ip_address":"10.55.1.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"21d31016-6652-497c-b205-c2baed769c1b","tenant_id":"dc0e7608488f46ccb70c2aaa83b8823d","created_at":"2018-08-12T08:51:32Z","admin_state_up":true,"updated_at":"2018-08-12T08:53:14Z","binding:vnic_type":"normal","device_id":"a1360dc0-3718-4fa0-8c5f-175c74344698","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:32:3d:3f","id":"587e42ec-d72b-4c9f-be74-7f18f896394f","port_security_enabled":true,"project_id":"dc0e7608488f46ccb70c2aaa83b8823d","fixed_ips":[{"subnet_id":"d9370efe-49e4-4c35-8eb9-020503200a59","ip_address":"10.55.1.5"}],"extra_dhcp_opts":[],"security_groups":["72287029-2d0a-46c7-a6b7-00e80cfd8304"],"name":"AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-port-1"},{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"21d31016-6652-497c-b205-c2baed769c1b","tenant_id":"dc0e7608488f46ccb70c2aaa83b8823d","created_at":"2018-08-12T08:51:19Z","admin_state_up":true,"updated_at":"2018-08-12T08:51:20Z","binding:vnic_type":"normal","device_id":"89a6d5c2-6370-4297-8099-a08781797be6","device_owner":"network:router_interface","revision_number":6,"mac_address":"fa:16:3e:e6:d9:dc","id":"657f4b60-f951-4cb5-90fc-34c4ec60171d","port_security_enabled":false,"project_id":"dc0e7608488f46ccb70c2aaa83b8823d","fixed_ips":[{"subnet_id":"d9370efe-49e4-4c35-8eb9-020503200a59","ip_address":"10.55.1.1"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"21d31016-6652-497c-b205-c2baed769c1b","tenant_id":"dc0e7608488f46ccb70c2aaa83b8823d","created_at":"2018-08-12T08:51:15Z","admin_state_up":true,"updated_at":"2018-08-12T08:51:17Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-21d31016-6652-497c-b205-c2baed769c1b","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:58:8e:87","id":"991f491e-75b8-42e7-9265-99436284c465","port_security_enabled":false,"project_id":"dc0e7608488f46ccb70c2aaa83b8823d","fixed_ips":[{"subnet_id":"d9370efe-49e4-4c35-8eb9-020503200a59","ip_address":"10.55.1.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-12 08:53:24,550 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=21d31016-6652-497c-b205-c2baed769c1b used request id req-33dfbd28-ddfa-4239-ba05-f6594fe7e483 2018-08-12 08:53:24,553 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ff6c5198d5f93d163d4210602bf14f61e66855" 2018-08-12 08:53:25,095 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:53: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-0493c193-8258-41a7-8de7-8116d31718b3 x-compute-request-id: req-0493c193-8258-41a7-8de7-8116d31718b3 Content-Encoding: gzip Content-Length: 775 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:3d:3f", "version": 4, "addr": "10.55.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:3d:3f", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/a1360dc0-3718-4fa0-8c5f-175c74344698", "rel": "bookmark"}], "image": {"id": "6e496332-7e13-424f-8a23-1b5703c6393a", "links": [{"href": "http://172.30.9.21:8774/images/6e496332-7e13-424f-8a23-1b5703c6393a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:53:14.000000", "flavor": {"id": "1091621d-8685-4aef-953c-51d6b55c52af", "links": [{"href": "http://172.30.9.21:8774/flavors/1091621d-8685-4aef-953c-51d6b55c52af", "rel": "bookmark"}]}, "id": "a1360dc0-3718-4fa0-8c5f-175c74344698", "security_groups": [{"name": "default"}], "user_id": "fbebacd7d3974a6989f952e5cabf631b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:53:15Z", "hostId": "2c8c069d0d13d52970e248b4a454e27cf63764b68696c18b3bde999c", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-kp", "name": "AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-inst", "created": "2018-08-12T08:51:35Z", "tenant_id": "dc0e7608488f46ccb70c2aaa83b8823d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:53:25,096 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698 used request id req-0493c193-8258-41a7-8de7-8116d31718b3 2018-08-12 08:53:25,101 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ff6c5198d5f93d163d4210602bf14f61e66855" 2018-08-12 08:53:25,203 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 634 X-Openstack-Request-Id: req-3f004563-846d-46aa-a2af-0a46bdf79402 Date: Sun, 12 Aug 2018 08:53:25 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":["d9370efe-49e4-4c35-8eb9-020503200a59"],"updated_at":"2018-08-12T08:51:14Z","tenant_id":"dc0e7608488f46ccb70c2aaa83b8823d","created_at":"2018-08-12T08:51:12Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"dc0e7608488f46ccb70c2aaa83b8823d","id":"21d31016-6652-497c-b205-c2baed769c1b","name":"AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-pub-net"}]} 2018-08-12 08:53:25,203 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-pub-net used request id req-3f004563-846d-46aa-a2af-0a46bdf79402 2018-08-12 08:53:25,207 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/dc0e7608488f46ccb70c2aaa83b8823d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ff6c5198d5f93d163d4210602bf14f61e66855" 2018-08-12 08:53:25,296 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:53:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-64f0cb33-e9e3-48f3-ac2e-ef81630e371b Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/dc0e7608488f46ccb70c2aaa83b8823d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "dc0e7608488f46ccb70c2aaa83b8823d", "name": "AnsibleProvisioningTests-18cd7f89-db2c-4cb-proj"}} 2018-08-12 08:53:25,296 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/dc0e7608488f46ccb70c2aaa83b8823d used request id req-64f0cb33-e9e3-48f3-ac2e-ef81630e371b 2018-08-12 08:53:25,301 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=21d31016-6652-497c-b205-c2baed769c1b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ff6c5198d5f93d163d4210602bf14f61e66855" 2018-08-12 08:53:25,350 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-0849cc22-f7f6-4936-a627-5f97f79e43b8 Date: Sun, 12 Aug 2018 08:53:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"21d31016-6652-497c-b205-c2baed769c1b","tenant_id":"dc0e7608488f46ccb70c2aaa83b8823d","created_at":"2018-08-12T08:51:14Z","dns_nameservers":[],"updated_at":"2018-08-12T08:51:14Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"dc0e7608488f46ccb70c2aaa83b8823d","id":"d9370efe-49e4-4c35-8eb9-020503200a59","subnetpool_id":null,"name":"AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-pub-subnet"}]} 2018-08-12 08:53:25,350 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=21d31016-6652-497c-b205-c2baed769c1b used request id req-0849cc22-f7f6-4936-a627-5f97f79e43b8 2018-08-12 08:53:25,356 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=21d31016-6652-497c-b205-c2baed769c1b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ff6c5198d5f93d163d4210602bf14f61e66855" 2018-08-12 08:53:25,658 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3735 X-Openstack-Request-Id: req-ff50f76d-0731-454c-b4df-b72d7fc0237c Date: Sun, 12 Aug 2018 08:53:25 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"21d31016-6652-497c-b205-c2baed769c1b","tenant_id":"dc0e7608488f46ccb70c2aaa83b8823d","created_at":"2018-08-12T08:51:15Z","admin_state_up":true,"updated_at":"2018-08-12T08:51:18Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-21d31016-6652-497c-b205-c2baed769c1b","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:de:14:07","id":"3bce8a9c-f219-4a72-94ba-d3e4254100f9","port_security_enabled":false,"project_id":"dc0e7608488f46ccb70c2aaa83b8823d","fixed_ips":[{"subnet_id":"d9370efe-49e4-4c35-8eb9-020503200a59","ip_address":"10.55.1.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"21d31016-6652-497c-b205-c2baed769c1b","tenant_id":"dc0e7608488f46ccb70c2aaa83b8823d","created_at":"2018-08-12T08:51:14Z","admin_state_up":true,"updated_at":"2018-08-12T08:51:17Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-21d31016-6652-497c-b205-c2baed769c1b","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:ba:f7:2e","id":"52e64d19-9808-4903-93ca-872f477a82e2","port_security_enabled":false,"project_id":"dc0e7608488f46ccb70c2aaa83b8823d","fixed_ips":[{"subnet_id":"d9370efe-49e4-4c35-8eb9-020503200a59","ip_address":"10.55.1.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"21d31016-6652-497c-b205-c2baed769c1b","tenant_id":"dc0e7608488f46ccb70c2aaa83b8823d","created_at":"2018-08-12T08:51:32Z","admin_state_up":true,"updated_at":"2018-08-12T08:53:14Z","binding:vnic_type":"normal","device_id":"a1360dc0-3718-4fa0-8c5f-175c74344698","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:32:3d:3f","id":"587e42ec-d72b-4c9f-be74-7f18f896394f","port_security_enabled":true,"project_id":"dc0e7608488f46ccb70c2aaa83b8823d","fixed_ips":[{"subnet_id":"d9370efe-49e4-4c35-8eb9-020503200a59","ip_address":"10.55.1.5"}],"extra_dhcp_opts":[],"security_groups":["72287029-2d0a-46c7-a6b7-00e80cfd8304"],"name":"AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-port-1"},{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"21d31016-6652-497c-b205-c2baed769c1b","tenant_id":"dc0e7608488f46ccb70c2aaa83b8823d","created_at":"2018-08-12T08:51:19Z","admin_state_up":true,"updated_at":"2018-08-12T08:51:20Z","binding:vnic_type":"normal","device_id":"89a6d5c2-6370-4297-8099-a08781797be6","device_owner":"network:router_interface","revision_number":6,"mac_address":"fa:16:3e:e6:d9:dc","id":"657f4b60-f951-4cb5-90fc-34c4ec60171d","port_security_enabled":false,"project_id":"dc0e7608488f46ccb70c2aaa83b8823d","fixed_ips":[{"subnet_id":"d9370efe-49e4-4c35-8eb9-020503200a59","ip_address":"10.55.1.1"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"21d31016-6652-497c-b205-c2baed769c1b","tenant_id":"dc0e7608488f46ccb70c2aaa83b8823d","created_at":"2018-08-12T08:51:15Z","admin_state_up":true,"updated_at":"2018-08-12T08:51:17Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-21d31016-6652-497c-b205-c2baed769c1b","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:58:8e:87","id":"991f491e-75b8-42e7-9265-99436284c465","port_security_enabled":false,"project_id":"dc0e7608488f46ccb70c2aaa83b8823d","fixed_ips":[{"subnet_id":"d9370efe-49e4-4c35-8eb9-020503200a59","ip_address":"10.55.1.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-12 08:53:25,658 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=21d31016-6652-497c-b205-c2baed769c1b used request id req-ff50f76d-0731-454c-b4df-b72d7fc0237c 2018-08-12 08:53:25,661 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ff6c5198d5f93d163d4210602bf14f61e66855" -d '{"addSecurityGroup": {"name": "AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-sec-grp"}}' 2018-08-12 08:53:26,785 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 08:53: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-1c910876-2005-47b6-82be-ad74c85cadcb x-compute-request-id: req-1c910876-2005-47b6-82be-ad74c85cadcb Content-Length: 0 Content-Type: application/json 2018-08-12 08:53:26,785 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698/action used request id req-1c910876-2005-47b6-82be-ad74c85cadcb 2018-08-12 08:53:26,786 - create_instance - INFO - Checking if VM is active 2018-08-12 08:53:26,788 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ff6c5198d5f93d163d4210602bf14f61e66855" 2018-08-12 08:53:27,305 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:53:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-00db21ec-b9cd-491c-b7b1-60b094e2944d x-compute-request-id: req-00db21ec-b9cd-491c-b7b1-60b094e2944d Content-Encoding: gzip Content-Length: 783 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:3d:3f", "version": 4, "addr": "10.55.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:3d:3f", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/a1360dc0-3718-4fa0-8c5f-175c74344698", "rel": "bookmark"}], "image": {"id": "6e496332-7e13-424f-8a23-1b5703c6393a", "links": [{"href": "http://172.30.9.21:8774/images/6e496332-7e13-424f-8a23-1b5703c6393a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:53:14.000000", "flavor": {"id": "1091621d-8685-4aef-953c-51d6b55c52af", "links": [{"href": "http://172.30.9.21:8774/flavors/1091621d-8685-4aef-953c-51d6b55c52af", "rel": "bookmark"}]}, "id": "a1360dc0-3718-4fa0-8c5f-175c74344698", "security_groups": [{"name": "AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-sec-grp"}, {"name": "default"}], "user_id": "fbebacd7d3974a6989f952e5cabf631b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:53:15Z", "hostId": "2c8c069d0d13d52970e248b4a454e27cf63764b68696c18b3bde999c", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-kp", "name": "AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-inst", "created": "2018-08-12T08:51:35Z", "tenant_id": "dc0e7608488f46ccb70c2aaa83b8823d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:53:27,305 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698 used request id req-00db21ec-b9cd-491c-b7b1-60b094e2944d 2018-08-12 08:53:27,306 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-inst] is - ACTIVE 2018-08-12 08:53:27,306 - create_instance - INFO - VM is - ACTIVE 2018-08-12 08:53:27,309 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ff6c5198d5f93d163d4210602bf14f61e66855" 2018-08-12 08:53:27,808 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:53: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-13699a9b-2c06-4382-b8a1-af6a6a7ba728 x-compute-request-id: req-13699a9b-2c06-4382-b8a1-af6a6a7ba728 Content-Encoding: gzip Content-Length: 783 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:3d:3f", "version": 4, "addr": "10.55.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:3d:3f", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/a1360dc0-3718-4fa0-8c5f-175c74344698", "rel": "bookmark"}], "image": {"id": "6e496332-7e13-424f-8a23-1b5703c6393a", "links": [{"href": "http://172.30.9.21:8774/images/6e496332-7e13-424f-8a23-1b5703c6393a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:53:14.000000", "flavor": {"id": "1091621d-8685-4aef-953c-51d6b55c52af", "links": [{"href": "http://172.30.9.21:8774/flavors/1091621d-8685-4aef-953c-51d6b55c52af", "rel": "bookmark"}]}, "id": "a1360dc0-3718-4fa0-8c5f-175c74344698", "security_groups": [{"name": "AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-sec-grp"}, {"name": "default"}], "user_id": "fbebacd7d3974a6989f952e5cabf631b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:53:15Z", "hostId": "2c8c069d0d13d52970e248b4a454e27cf63764b68696c18b3bde999c", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-kp", "name": "AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-inst", "created": "2018-08-12T08:51:35Z", "tenant_id": "dc0e7608488f46ccb70c2aaa83b8823d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:53:27,809 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698 used request id req-13699a9b-2c06-4382-b8a1-af6a6a7ba728 2018-08-12 08:53:27,814 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ff6c5198d5f93d163d4210602bf14f61e66855" 2018-08-12 08:53:27,913 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 634 X-Openstack-Request-Id: req-c7e42032-7668-49fa-910f-a68fb360b539 Date: Sun, 12 Aug 2018 08:53:27 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":["d9370efe-49e4-4c35-8eb9-020503200a59"],"updated_at":"2018-08-12T08:51:14Z","tenant_id":"dc0e7608488f46ccb70c2aaa83b8823d","created_at":"2018-08-12T08:51:12Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"dc0e7608488f46ccb70c2aaa83b8823d","id":"21d31016-6652-497c-b205-c2baed769c1b","name":"AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-pub-net"}]} 2018-08-12 08:53:27,913 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-pub-net used request id req-c7e42032-7668-49fa-910f-a68fb360b539 2018-08-12 08:53:27,917 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/dc0e7608488f46ccb70c2aaa83b8823d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ff6c5198d5f93d163d4210602bf14f61e66855" 2018-08-12 08:53:28,009 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:53:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-faf49e01-0223-4d68-8c91-4672da8b4a3e Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/dc0e7608488f46ccb70c2aaa83b8823d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "dc0e7608488f46ccb70c2aaa83b8823d", "name": "AnsibleProvisioningTests-18cd7f89-db2c-4cb-proj"}} 2018-08-12 08:53:28,009 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/dc0e7608488f46ccb70c2aaa83b8823d used request id req-faf49e01-0223-4d68-8c91-4672da8b4a3e 2018-08-12 08:53:28,014 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=21d31016-6652-497c-b205-c2baed769c1b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ff6c5198d5f93d163d4210602bf14f61e66855" 2018-08-12 08:53:28,063 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-97db7112-7efc-45c5-a660-854222e98c89 Date: Sun, 12 Aug 2018 08:53:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"21d31016-6652-497c-b205-c2baed769c1b","tenant_id":"dc0e7608488f46ccb70c2aaa83b8823d","created_at":"2018-08-12T08:51:14Z","dns_nameservers":[],"updated_at":"2018-08-12T08:51:14Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"dc0e7608488f46ccb70c2aaa83b8823d","id":"d9370efe-49e4-4c35-8eb9-020503200a59","subnetpool_id":null,"name":"AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-pub-subnet"}]} 2018-08-12 08:53:28,064 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=21d31016-6652-497c-b205-c2baed769c1b used request id req-97db7112-7efc-45c5-a660-854222e98c89 2018-08-12 08:53:28,069 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=21d31016-6652-497c-b205-c2baed769c1b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ff6c5198d5f93d163d4210602bf14f61e66855" 2018-08-12 08:53:28,168 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3774 X-Openstack-Request-Id: req-9d14797c-dd5d-439b-a7b0-2e37dc55e620 Date: Sun, 12 Aug 2018 08:53:28 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"21d31016-6652-497c-b205-c2baed769c1b","tenant_id":"dc0e7608488f46ccb70c2aaa83b8823d","created_at":"2018-08-12T08:51:15Z","admin_state_up":true,"updated_at":"2018-08-12T08:51:18Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-21d31016-6652-497c-b205-c2baed769c1b","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:de:14:07","id":"3bce8a9c-f219-4a72-94ba-d3e4254100f9","port_security_enabled":false,"project_id":"dc0e7608488f46ccb70c2aaa83b8823d","fixed_ips":[{"subnet_id":"d9370efe-49e4-4c35-8eb9-020503200a59","ip_address":"10.55.1.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"21d31016-6652-497c-b205-c2baed769c1b","tenant_id":"dc0e7608488f46ccb70c2aaa83b8823d","created_at":"2018-08-12T08:51:14Z","admin_state_up":true,"updated_at":"2018-08-12T08:51:17Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-21d31016-6652-497c-b205-c2baed769c1b","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:ba:f7:2e","id":"52e64d19-9808-4903-93ca-872f477a82e2","port_security_enabled":false,"project_id":"dc0e7608488f46ccb70c2aaa83b8823d","fixed_ips":[{"subnet_id":"d9370efe-49e4-4c35-8eb9-020503200a59","ip_address":"10.55.1.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"21d31016-6652-497c-b205-c2baed769c1b","tenant_id":"dc0e7608488f46ccb70c2aaa83b8823d","created_at":"2018-08-12T08:51:32Z","admin_state_up":true,"updated_at":"2018-08-12T08:53:26Z","binding:vnic_type":"normal","device_id":"a1360dc0-3718-4fa0-8c5f-175c74344698","device_owner":"compute:nova","revision_number":12,"mac_address":"fa:16:3e:32:3d:3f","id":"587e42ec-d72b-4c9f-be74-7f18f896394f","port_security_enabled":true,"project_id":"dc0e7608488f46ccb70c2aaa83b8823d","fixed_ips":[{"subnet_id":"d9370efe-49e4-4c35-8eb9-020503200a59","ip_address":"10.55.1.5"}],"extra_dhcp_opts":[],"security_groups":["0b67befc-28eb-47de-9018-6378a9a69f93","72287029-2d0a-46c7-a6b7-00e80cfd8304"],"name":"AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-port-1"},{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"21d31016-6652-497c-b205-c2baed769c1b","tenant_id":"dc0e7608488f46ccb70c2aaa83b8823d","created_at":"2018-08-12T08:51:19Z","admin_state_up":true,"updated_at":"2018-08-12T08:51:20Z","binding:vnic_type":"normal","device_id":"89a6d5c2-6370-4297-8099-a08781797be6","device_owner":"network:router_interface","revision_number":6,"mac_address":"fa:16:3e:e6:d9:dc","id":"657f4b60-f951-4cb5-90fc-34c4ec60171d","port_security_enabled":false,"project_id":"dc0e7608488f46ccb70c2aaa83b8823d","fixed_ips":[{"subnet_id":"d9370efe-49e4-4c35-8eb9-020503200a59","ip_address":"10.55.1.1"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"21d31016-6652-497c-b205-c2baed769c1b","tenant_id":"dc0e7608488f46ccb70c2aaa83b8823d","created_at":"2018-08-12T08:51:15Z","admin_state_up":true,"updated_at":"2018-08-12T08:51:17Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-21d31016-6652-497c-b205-c2baed769c1b","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:58:8e:87","id":"991f491e-75b8-42e7-9265-99436284c465","port_security_enabled":false,"project_id":"dc0e7608488f46ccb70c2aaa83b8823d","fixed_ips":[{"subnet_id":"d9370efe-49e4-4c35-8eb9-020503200a59","ip_address":"10.55.1.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-12 08:53:28,169 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=21d31016-6652-497c-b205-c2baed769c1b used request id req-9d14797c-dd5d-439b-a7b0-2e37dc55e620 2018-08-12 08:53:28,169 - ansible_utils - DEBUG - Retrieving SSH client 2018-08-12 08:53:28,172 - paramiko.transport - DEBUG - starting thread (client mode): 0x8b37ad0L 2018-08-12 08:53:28,173 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-12 08:53:28,178 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.10 2018-08-12 08:53:28,178 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1p1) 2018-08-12 08:53:28,179 - 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-group-exchange-sha1', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'ssh-dss', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] server encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] client mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', 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-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] server mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', 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-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] 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 08:53:28,180 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-12 08:53:28,180 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-12 08:53:28,180 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-12 08:53:28,180 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-12 08:53:28,181 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-12 08:53:28,222 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-12 08:53:28,222 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-12 08:53:28,237 - paramiko.transport - DEBUG - Trying discovered key 26dfa9f111d7c8c20516df5fe8c26278 in tmp/AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d 2018-08-12 08:53:28,262 - paramiko.transport - DEBUG - userauth is OK 2018-08-12 08:53:28,285 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-12 08:53:28,386 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-12 08:53:28,415 - create_instance - INFO - SSH is active for VM instance 2018-08-12 08:53:28,415 - create_instance - INFO - Checking if cloud-init has completed 2018-08-12 08:53:28,418 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ff6c5198d5f93d163d4210602bf14f61e66855" 2018-08-12 08:53:28,990 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:53:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-566c1c01-af89-44ec-9bb2-376808dcb729 x-compute-request-id: req-566c1c01-af89-44ec-9bb2-376808dcb729 Content-Encoding: gzip Content-Length: 783 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:3d:3f", "version": 4, "addr": "10.55.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:3d:3f", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/a1360dc0-3718-4fa0-8c5f-175c74344698", "rel": "bookmark"}], "image": {"id": "6e496332-7e13-424f-8a23-1b5703c6393a", "links": [{"href": "http://172.30.9.21:8774/images/6e496332-7e13-424f-8a23-1b5703c6393a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:53:14.000000", "flavor": {"id": "1091621d-8685-4aef-953c-51d6b55c52af", "links": [{"href": "http://172.30.9.21:8774/flavors/1091621d-8685-4aef-953c-51d6b55c52af", "rel": "bookmark"}]}, "id": "a1360dc0-3718-4fa0-8c5f-175c74344698", "security_groups": [{"name": "AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-sec-grp"}, {"name": "default"}], "user_id": "fbebacd7d3974a6989f952e5cabf631b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:53:15Z", "hostId": "2c8c069d0d13d52970e248b4a454e27cf63764b68696c18b3bde999c", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-kp", "name": "AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-inst", "created": "2018-08-12T08:51:35Z", "tenant_id": "dc0e7608488f46ccb70c2aaa83b8823d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:53:28,991 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698 used request id req-566c1c01-af89-44ec-9bb2-376808dcb729 2018-08-12 08:53:28,991 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-inst] is - ACTIVE 2018-08-12 08:53:28,991 - create_instance - INFO - VM is - ACTIVE 2018-08-12 08:53:28,994 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ff6c5198d5f93d163d4210602bf14f61e66855" 2018-08-12 08:53:29,441 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:53: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-e822104f-2624-4f4c-a4c3-6717051ce855 x-compute-request-id: req-e822104f-2624-4f4c-a4c3-6717051ce855 Content-Encoding: gzip Content-Length: 783 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:3d:3f", "version": 4, "addr": "10.55.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:3d:3f", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/a1360dc0-3718-4fa0-8c5f-175c74344698", "rel": "bookmark"}], "image": {"id": "6e496332-7e13-424f-8a23-1b5703c6393a", "links": [{"href": "http://172.30.9.21:8774/images/6e496332-7e13-424f-8a23-1b5703c6393a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:53:14.000000", "flavor": {"id": "1091621d-8685-4aef-953c-51d6b55c52af", "links": [{"href": "http://172.30.9.21:8774/flavors/1091621d-8685-4aef-953c-51d6b55c52af", "rel": "bookmark"}]}, "id": "a1360dc0-3718-4fa0-8c5f-175c74344698", "security_groups": [{"name": "AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-sec-grp"}, {"name": "default"}], "user_id": "fbebacd7d3974a6989f952e5cabf631b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:53:15Z", "hostId": "2c8c069d0d13d52970e248b4a454e27cf63764b68696c18b3bde999c", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-kp", "name": "AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-inst", "created": "2018-08-12T08:51:35Z", "tenant_id": "dc0e7608488f46ccb70c2aaa83b8823d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:53:29,441 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698 used request id req-e822104f-2624-4f4c-a4c3-6717051ce855 2018-08-12 08:53:29,447 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ff6c5198d5f93d163d4210602bf14f61e66855" 2018-08-12 08:53:29,545 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 634 X-Openstack-Request-Id: req-f9d62693-ced7-4a32-9afa-4ed1238931b2 Date: Sun, 12 Aug 2018 08:53: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":["d9370efe-49e4-4c35-8eb9-020503200a59"],"updated_at":"2018-08-12T08:51:14Z","tenant_id":"dc0e7608488f46ccb70c2aaa83b8823d","created_at":"2018-08-12T08:51:12Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"dc0e7608488f46ccb70c2aaa83b8823d","id":"21d31016-6652-497c-b205-c2baed769c1b","name":"AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-pub-net"}]} 2018-08-12 08:53:29,546 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-pub-net used request id req-f9d62693-ced7-4a32-9afa-4ed1238931b2 2018-08-12 08:53:29,549 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/dc0e7608488f46ccb70c2aaa83b8823d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ff6c5198d5f93d163d4210602bf14f61e66855" 2018-08-12 08:53:29,667 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:53:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e8976b73-b109-4846-b5ee-3085dd7aa611 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/dc0e7608488f46ccb70c2aaa83b8823d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "dc0e7608488f46ccb70c2aaa83b8823d", "name": "AnsibleProvisioningTests-18cd7f89-db2c-4cb-proj"}} 2018-08-12 08:53:29,668 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/dc0e7608488f46ccb70c2aaa83b8823d used request id req-e8976b73-b109-4846-b5ee-3085dd7aa611 2018-08-12 08:53:29,672 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=21d31016-6652-497c-b205-c2baed769c1b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ff6c5198d5f93d163d4210602bf14f61e66855" 2018-08-12 08:53:29,730 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-35b8a162-cb7a-4bf1-b05d-dd9d949d90b1 Date: Sun, 12 Aug 2018 08:53:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"21d31016-6652-497c-b205-c2baed769c1b","tenant_id":"dc0e7608488f46ccb70c2aaa83b8823d","created_at":"2018-08-12T08:51:14Z","dns_nameservers":[],"updated_at":"2018-08-12T08:51:14Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"dc0e7608488f46ccb70c2aaa83b8823d","id":"d9370efe-49e4-4c35-8eb9-020503200a59","subnetpool_id":null,"name":"AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-pub-subnet"}]} 2018-08-12 08:53:29,730 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=21d31016-6652-497c-b205-c2baed769c1b used request id req-35b8a162-cb7a-4bf1-b05d-dd9d949d90b1 2018-08-12 08:53:29,736 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=21d31016-6652-497c-b205-c2baed769c1b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ff6c5198d5f93d163d4210602bf14f61e66855" 2018-08-12 08:53:29,861 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3774 X-Openstack-Request-Id: req-60db3d94-ec65-4a23-8cca-f831970a9017 Date: Sun, 12 Aug 2018 08:53:29 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"21d31016-6652-497c-b205-c2baed769c1b","tenant_id":"dc0e7608488f46ccb70c2aaa83b8823d","created_at":"2018-08-12T08:51:15Z","admin_state_up":true,"updated_at":"2018-08-12T08:51:18Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-21d31016-6652-497c-b205-c2baed769c1b","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:de:14:07","id":"3bce8a9c-f219-4a72-94ba-d3e4254100f9","port_security_enabled":false,"project_id":"dc0e7608488f46ccb70c2aaa83b8823d","fixed_ips":[{"subnet_id":"d9370efe-49e4-4c35-8eb9-020503200a59","ip_address":"10.55.1.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"21d31016-6652-497c-b205-c2baed769c1b","tenant_id":"dc0e7608488f46ccb70c2aaa83b8823d","created_at":"2018-08-12T08:51:14Z","admin_state_up":true,"updated_at":"2018-08-12T08:51:17Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-21d31016-6652-497c-b205-c2baed769c1b","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:ba:f7:2e","id":"52e64d19-9808-4903-93ca-872f477a82e2","port_security_enabled":false,"project_id":"dc0e7608488f46ccb70c2aaa83b8823d","fixed_ips":[{"subnet_id":"d9370efe-49e4-4c35-8eb9-020503200a59","ip_address":"10.55.1.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"21d31016-6652-497c-b205-c2baed769c1b","tenant_id":"dc0e7608488f46ccb70c2aaa83b8823d","created_at":"2018-08-12T08:51:32Z","admin_state_up":true,"updated_at":"2018-08-12T08:53:26Z","binding:vnic_type":"normal","device_id":"a1360dc0-3718-4fa0-8c5f-175c74344698","device_owner":"compute:nova","revision_number":12,"mac_address":"fa:16:3e:32:3d:3f","id":"587e42ec-d72b-4c9f-be74-7f18f896394f","port_security_enabled":true,"project_id":"dc0e7608488f46ccb70c2aaa83b8823d","fixed_ips":[{"subnet_id":"d9370efe-49e4-4c35-8eb9-020503200a59","ip_address":"10.55.1.5"}],"extra_dhcp_opts":[],"security_groups":["0b67befc-28eb-47de-9018-6378a9a69f93","72287029-2d0a-46c7-a6b7-00e80cfd8304"],"name":"AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-port-1"},{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"21d31016-6652-497c-b205-c2baed769c1b","tenant_id":"dc0e7608488f46ccb70c2aaa83b8823d","created_at":"2018-08-12T08:51:19Z","admin_state_up":true,"updated_at":"2018-08-12T08:51:20Z","binding:vnic_type":"normal","device_id":"89a6d5c2-6370-4297-8099-a08781797be6","device_owner":"network:router_interface","revision_number":6,"mac_address":"fa:16:3e:e6:d9:dc","id":"657f4b60-f951-4cb5-90fc-34c4ec60171d","port_security_enabled":false,"project_id":"dc0e7608488f46ccb70c2aaa83b8823d","fixed_ips":[{"subnet_id":"d9370efe-49e4-4c35-8eb9-020503200a59","ip_address":"10.55.1.1"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"21d31016-6652-497c-b205-c2baed769c1b","tenant_id":"dc0e7608488f46ccb70c2aaa83b8823d","created_at":"2018-08-12T08:51:15Z","admin_state_up":true,"updated_at":"2018-08-12T08:51:17Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-21d31016-6652-497c-b205-c2baed769c1b","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:58:8e:87","id":"991f491e-75b8-42e7-9265-99436284c465","port_security_enabled":false,"project_id":"dc0e7608488f46ccb70c2aaa83b8823d","fixed_ips":[{"subnet_id":"d9370efe-49e4-4c35-8eb9-020503200a59","ip_address":"10.55.1.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-12 08:53:29,862 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=21d31016-6652-497c-b205-c2baed769c1b used request id req-60db3d94-ec65-4a23-8cca-f831970a9017 2018-08-12 08:53:29,862 - create_instance - INFO - Checking if VM is active 2018-08-12 08:53:29,865 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ff6c5198d5f93d163d4210602bf14f61e66855" 2018-08-12 08:53:30,314 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:53: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-4f18b508-5764-4721-bfd6-c3e296098b1e x-compute-request-id: req-4f18b508-5764-4721-bfd6-c3e296098b1e Content-Encoding: gzip Content-Length: 783 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:3d:3f", "version": 4, "addr": "10.55.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:3d:3f", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/a1360dc0-3718-4fa0-8c5f-175c74344698", "rel": "bookmark"}], "image": {"id": "6e496332-7e13-424f-8a23-1b5703c6393a", "links": [{"href": "http://172.30.9.21:8774/images/6e496332-7e13-424f-8a23-1b5703c6393a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:53:14.000000", "flavor": {"id": "1091621d-8685-4aef-953c-51d6b55c52af", "links": [{"href": "http://172.30.9.21:8774/flavors/1091621d-8685-4aef-953c-51d6b55c52af", "rel": "bookmark"}]}, "id": "a1360dc0-3718-4fa0-8c5f-175c74344698", "security_groups": [{"name": "AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-sec-grp"}, {"name": "default"}], "user_id": "fbebacd7d3974a6989f952e5cabf631b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:53:15Z", "hostId": "2c8c069d0d13d52970e248b4a454e27cf63764b68696c18b3bde999c", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-kp", "name": "AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-inst", "created": "2018-08-12T08:51:35Z", "tenant_id": "dc0e7608488f46ccb70c2aaa83b8823d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:53:30,314 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698 used request id req-4f18b508-5764-4721-bfd6-c3e296098b1e 2018-08-12 08:53:30,314 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-inst] is - ACTIVE 2018-08-12 08:53:30,315 - create_instance - INFO - VM is - ACTIVE 2018-08-12 08:53:30,317 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ff6c5198d5f93d163d4210602bf14f61e66855" 2018-08-12 08:53:30,672 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:53: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-31c9eda5-8d86-444c-893c-ca107d4fce08 x-compute-request-id: req-31c9eda5-8d86-444c-893c-ca107d4fce08 Content-Encoding: gzip Content-Length: 783 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:3d:3f", "version": 4, "addr": "10.55.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:3d:3f", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/a1360dc0-3718-4fa0-8c5f-175c74344698", "rel": "bookmark"}], "image": {"id": "6e496332-7e13-424f-8a23-1b5703c6393a", "links": [{"href": "http://172.30.9.21:8774/images/6e496332-7e13-424f-8a23-1b5703c6393a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:53:14.000000", "flavor": {"id": "1091621d-8685-4aef-953c-51d6b55c52af", "links": [{"href": "http://172.30.9.21:8774/flavors/1091621d-8685-4aef-953c-51d6b55c52af", "rel": "bookmark"}]}, "id": "a1360dc0-3718-4fa0-8c5f-175c74344698", "security_groups": [{"name": "AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-sec-grp"}, {"name": "default"}], "user_id": "fbebacd7d3974a6989f952e5cabf631b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:53:15Z", "hostId": "2c8c069d0d13d52970e248b4a454e27cf63764b68696c18b3bde999c", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-kp", "name": "AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-inst", "created": "2018-08-12T08:51:35Z", "tenant_id": "dc0e7608488f46ccb70c2aaa83b8823d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:53:30,672 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698 used request id req-31c9eda5-8d86-444c-893c-ca107d4fce08 2018-08-12 08:53:30,677 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ff6c5198d5f93d163d4210602bf14f61e66855" 2018-08-12 08:53:30,776 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 634 X-Openstack-Request-Id: req-03249189-c669-4679-8616-4580c88958e7 Date: Sun, 12 Aug 2018 08:53:30 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":["d9370efe-49e4-4c35-8eb9-020503200a59"],"updated_at":"2018-08-12T08:51:14Z","tenant_id":"dc0e7608488f46ccb70c2aaa83b8823d","created_at":"2018-08-12T08:51:12Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"dc0e7608488f46ccb70c2aaa83b8823d","id":"21d31016-6652-497c-b205-c2baed769c1b","name":"AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-pub-net"}]} 2018-08-12 08:53:30,776 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-pub-net used request id req-03249189-c669-4679-8616-4580c88958e7 2018-08-12 08:53:30,780 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/dc0e7608488f46ccb70c2aaa83b8823d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ff6c5198d5f93d163d4210602bf14f61e66855" 2018-08-12 08:53:30,869 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:53:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3240b1d8-94ab-4034-ada3-74a728e33d26 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/dc0e7608488f46ccb70c2aaa83b8823d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "dc0e7608488f46ccb70c2aaa83b8823d", "name": "AnsibleProvisioningTests-18cd7f89-db2c-4cb-proj"}} 2018-08-12 08:53:30,870 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/dc0e7608488f46ccb70c2aaa83b8823d used request id req-3240b1d8-94ab-4034-ada3-74a728e33d26 2018-08-12 08:53:30,875 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=21d31016-6652-497c-b205-c2baed769c1b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ff6c5198d5f93d163d4210602bf14f61e66855" 2018-08-12 08:53:30,922 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-7a809310-dd7b-41d4-9ac6-864113f529aa Date: Sun, 12 Aug 2018 08:53:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"21d31016-6652-497c-b205-c2baed769c1b","tenant_id":"dc0e7608488f46ccb70c2aaa83b8823d","created_at":"2018-08-12T08:51:14Z","dns_nameservers":[],"updated_at":"2018-08-12T08:51:14Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"dc0e7608488f46ccb70c2aaa83b8823d","id":"d9370efe-49e4-4c35-8eb9-020503200a59","subnetpool_id":null,"name":"AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-pub-subnet"}]} 2018-08-12 08:53:30,922 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=21d31016-6652-497c-b205-c2baed769c1b used request id req-7a809310-dd7b-41d4-9ac6-864113f529aa 2018-08-12 08:53:30,928 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=21d31016-6652-497c-b205-c2baed769c1b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ff6c5198d5f93d163d4210602bf14f61e66855" 2018-08-12 08:53:31,032 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3774 X-Openstack-Request-Id: req-ec78639a-5840-4a0f-921a-b7fa0c09b629 Date: Sun, 12 Aug 2018 08:53:31 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"21d31016-6652-497c-b205-c2baed769c1b","tenant_id":"dc0e7608488f46ccb70c2aaa83b8823d","created_at":"2018-08-12T08:51:15Z","admin_state_up":true,"updated_at":"2018-08-12T08:51:18Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-21d31016-6652-497c-b205-c2baed769c1b","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:de:14:07","id":"3bce8a9c-f219-4a72-94ba-d3e4254100f9","port_security_enabled":false,"project_id":"dc0e7608488f46ccb70c2aaa83b8823d","fixed_ips":[{"subnet_id":"d9370efe-49e4-4c35-8eb9-020503200a59","ip_address":"10.55.1.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"21d31016-6652-497c-b205-c2baed769c1b","tenant_id":"dc0e7608488f46ccb70c2aaa83b8823d","created_at":"2018-08-12T08:51:14Z","admin_state_up":true,"updated_at":"2018-08-12T08:51:17Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-21d31016-6652-497c-b205-c2baed769c1b","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:ba:f7:2e","id":"52e64d19-9808-4903-93ca-872f477a82e2","port_security_enabled":false,"project_id":"dc0e7608488f46ccb70c2aaa83b8823d","fixed_ips":[{"subnet_id":"d9370efe-49e4-4c35-8eb9-020503200a59","ip_address":"10.55.1.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"21d31016-6652-497c-b205-c2baed769c1b","tenant_id":"dc0e7608488f46ccb70c2aaa83b8823d","created_at":"2018-08-12T08:51:32Z","admin_state_up":true,"updated_at":"2018-08-12T08:53:26Z","binding:vnic_type":"normal","device_id":"a1360dc0-3718-4fa0-8c5f-175c74344698","device_owner":"compute:nova","revision_number":12,"mac_address":"fa:16:3e:32:3d:3f","id":"587e42ec-d72b-4c9f-be74-7f18f896394f","port_security_enabled":true,"project_id":"dc0e7608488f46ccb70c2aaa83b8823d","fixed_ips":[{"subnet_id":"d9370efe-49e4-4c35-8eb9-020503200a59","ip_address":"10.55.1.5"}],"extra_dhcp_opts":[],"security_groups":["0b67befc-28eb-47de-9018-6378a9a69f93","72287029-2d0a-46c7-a6b7-00e80cfd8304"],"name":"AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-port-1"},{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"21d31016-6652-497c-b205-c2baed769c1b","tenant_id":"dc0e7608488f46ccb70c2aaa83b8823d","created_at":"2018-08-12T08:51:19Z","admin_state_up":true,"updated_at":"2018-08-12T08:51:20Z","binding:vnic_type":"normal","device_id":"89a6d5c2-6370-4297-8099-a08781797be6","device_owner":"network:router_interface","revision_number":6,"mac_address":"fa:16:3e:e6:d9:dc","id":"657f4b60-f951-4cb5-90fc-34c4ec60171d","port_security_enabled":false,"project_id":"dc0e7608488f46ccb70c2aaa83b8823d","fixed_ips":[{"subnet_id":"d9370efe-49e4-4c35-8eb9-020503200a59","ip_address":"10.55.1.1"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"21d31016-6652-497c-b205-c2baed769c1b","tenant_id":"dc0e7608488f46ccb70c2aaa83b8823d","created_at":"2018-08-12T08:51:15Z","admin_state_up":true,"updated_at":"2018-08-12T08:51:17Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-21d31016-6652-497c-b205-c2baed769c1b","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:58:8e:87","id":"991f491e-75b8-42e7-9265-99436284c465","port_security_enabled":false,"project_id":"dc0e7608488f46ccb70c2aaa83b8823d","fixed_ips":[{"subnet_id":"d9370efe-49e4-4c35-8eb9-020503200a59","ip_address":"10.55.1.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-12 08:53:31,032 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=21d31016-6652-497c-b205-c2baed769c1b used request id req-ec78639a-5840-4a0f-921a-b7fa0c09b629 2018-08-12 08:53:31,033 - ansible_utils - DEBUG - Retrieving SSH client 2018-08-12 08:53:31,035 - paramiko.transport - DEBUG - starting thread (client mode): 0x8b37ad0L 2018-08-12 08:53:31,035 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-12 08:53:31,039 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.10 2018-08-12 08:53:31,039 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1p1) 2018-08-12 08:53:31,040 - 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-group-exchange-sha1', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'ssh-dss', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] server encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] client mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', 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-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] server mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', 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-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] 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 08:53:31,040 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-12 08:53:31,040 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-12 08:53:31,041 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-12 08:53:31,041 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-12 08:53:31,041 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-12 08:53:31,082 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-12 08:53:31,082 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-12 08:53:31,099 - paramiko.transport - DEBUG - Trying discovered key 26dfa9f111d7c8c20516df5fe8c26278 in tmp/AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d 2018-08-12 08:53:31,122 - paramiko.transport - DEBUG - userauth is OK 2018-08-12 08:53:31,132 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-12 08:53:31,232 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-12 08:53:31,277 - create_instance - INFO - SSH is active for VM instance 2018-08-12 08:53:31,277 - ansible_utils - DEBUG - Retrieving SSH client 2018-08-12 08:53:31,279 - paramiko.transport - DEBUG - starting thread (client mode): 0x8b37ad0L 2018-08-12 08:53:31,279 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-12 08:53:31,283 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.10 2018-08-12 08:53:31,283 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1p1) 2018-08-12 08:53:31,284 - 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-group-exchange-sha1', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'ssh-dss', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] server encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] client mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', 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-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] server mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', 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-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] 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 08:53:31,284 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-12 08:53:31,284 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-12 08:53:31,285 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-12 08:53:31,285 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-12 08:53:31,285 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-12 08:53:31,326 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-12 08:53:31,326 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-12 08:53:31,343 - paramiko.transport - DEBUG - Trying discovered key 26dfa9f111d7c8c20516df5fe8c26278 in tmp/AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d 2018-08-12 08:53:31,362 - paramiko.transport - DEBUG - userauth is OK 2018-08-12 08:53:31,370 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-12 08:53:31,376 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-12 08:53:31,549 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-12 08:53:31,549 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-12 08:53:31,578 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-12 08:53:31,587 - create_instance - INFO - cloud-init complete for VM instance 2018-08-12 08:53:31,591 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ff6c5198d5f93d163d4210602bf14f61e66855" 2018-08-12 08:53:31,594 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-12 08:53:31,595 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-12 08:53:31,792 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:53:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-44ed7475-2378-4aec-b817-f803615f1418 x-compute-request-id: req-44ed7475-2378-4aec-b817-f803615f1418 Content-Encoding: gzip Content-Length: 783 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:3d:3f", "version": 4, "addr": "10.55.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:3d:3f", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/a1360dc0-3718-4fa0-8c5f-175c74344698", "rel": "bookmark"}], "image": {"id": "6e496332-7e13-424f-8a23-1b5703c6393a", "links": [{"href": "http://172.30.9.21:8774/images/6e496332-7e13-424f-8a23-1b5703c6393a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:53:14.000000", "flavor": {"id": "1091621d-8685-4aef-953c-51d6b55c52af", "links": [{"href": "http://172.30.9.21:8774/flavors/1091621d-8685-4aef-953c-51d6b55c52af", "rel": "bookmark"}]}, "id": "a1360dc0-3718-4fa0-8c5f-175c74344698", "security_groups": [{"name": "AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-sec-grp"}, {"name": "default"}], "user_id": "fbebacd7d3974a6989f952e5cabf631b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:53:15Z", "hostId": "2c8c069d0d13d52970e248b4a454e27cf63764b68696c18b3bde999c", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-kp", "name": "AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-inst", "created": "2018-08-12T08:51:35Z", "tenant_id": "dc0e7608488f46ccb70c2aaa83b8823d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:53:31,792 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698 used request id req-44ed7475-2378-4aec-b817-f803615f1418 2018-08-12 08:53:31,793 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-inst] is - ACTIVE 2018-08-12 08:53:31,793 - create_instance - INFO - VM is - ACTIVE 2018-08-12 08:53:31,795 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ff6c5198d5f93d163d4210602bf14f61e66855" 2018-08-12 08:53:32,328 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:53:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c410524f-956b-4994-aa61-e07afdb1898c x-compute-request-id: req-c410524f-956b-4994-aa61-e07afdb1898c Content-Encoding: gzip Content-Length: 783 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:3d:3f", "version": 4, "addr": "10.55.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:3d:3f", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/a1360dc0-3718-4fa0-8c5f-175c74344698", "rel": "bookmark"}], "image": {"id": "6e496332-7e13-424f-8a23-1b5703c6393a", "links": [{"href": "http://172.30.9.21:8774/images/6e496332-7e13-424f-8a23-1b5703c6393a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:53:14.000000", "flavor": {"id": "1091621d-8685-4aef-953c-51d6b55c52af", "links": [{"href": "http://172.30.9.21:8774/flavors/1091621d-8685-4aef-953c-51d6b55c52af", "rel": "bookmark"}]}, "id": "a1360dc0-3718-4fa0-8c5f-175c74344698", "security_groups": [{"name": "AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-sec-grp"}, {"name": "default"}], "user_id": "fbebacd7d3974a6989f952e5cabf631b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:53:15Z", "hostId": "2c8c069d0d13d52970e248b4a454e27cf63764b68696c18b3bde999c", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-kp", "name": "AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-inst", "created": "2018-08-12T08:51:35Z", "tenant_id": "dc0e7608488f46ccb70c2aaa83b8823d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:53:32,329 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698 used request id req-c410524f-956b-4994-aa61-e07afdb1898c 2018-08-12 08:53:32,334 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ff6c5198d5f93d163d4210602bf14f61e66855" 2018-08-12 08:53:32,611 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 634 X-Openstack-Request-Id: req-722a9e14-e16a-438c-99ff-dda84df8a425 Date: Sun, 12 Aug 2018 08:53:32 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":["d9370efe-49e4-4c35-8eb9-020503200a59"],"updated_at":"2018-08-12T08:51:14Z","tenant_id":"dc0e7608488f46ccb70c2aaa83b8823d","created_at":"2018-08-12T08:51:12Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"dc0e7608488f46ccb70c2aaa83b8823d","id":"21d31016-6652-497c-b205-c2baed769c1b","name":"AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-pub-net"}]} 2018-08-12 08:53:32,611 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-pub-net used request id req-722a9e14-e16a-438c-99ff-dda84df8a425 2018-08-12 08:53:32,615 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/dc0e7608488f46ccb70c2aaa83b8823d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ff6c5198d5f93d163d4210602bf14f61e66855" 2018-08-12 08:53:32,714 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:53:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2ee1417d-d927-410f-8809-e3f9a2648ab2 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/dc0e7608488f46ccb70c2aaa83b8823d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "dc0e7608488f46ccb70c2aaa83b8823d", "name": "AnsibleProvisioningTests-18cd7f89-db2c-4cb-proj"}} 2018-08-12 08:53:32,714 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/dc0e7608488f46ccb70c2aaa83b8823d used request id req-2ee1417d-d927-410f-8809-e3f9a2648ab2 2018-08-12 08:53:32,719 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=21d31016-6652-497c-b205-c2baed769c1b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ff6c5198d5f93d163d4210602bf14f61e66855" 2018-08-12 08:53:32,770 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-355750a9-f33b-41d1-abbe-9628ed76f055 Date: Sun, 12 Aug 2018 08:53:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"21d31016-6652-497c-b205-c2baed769c1b","tenant_id":"dc0e7608488f46ccb70c2aaa83b8823d","created_at":"2018-08-12T08:51:14Z","dns_nameservers":[],"updated_at":"2018-08-12T08:51:14Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"dc0e7608488f46ccb70c2aaa83b8823d","id":"d9370efe-49e4-4c35-8eb9-020503200a59","subnetpool_id":null,"name":"AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-pub-subnet"}]} 2018-08-12 08:53:32,770 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=21d31016-6652-497c-b205-c2baed769c1b used request id req-355750a9-f33b-41d1-abbe-9628ed76f055 2018-08-12 08:53:32,776 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=21d31016-6652-497c-b205-c2baed769c1b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ff6c5198d5f93d163d4210602bf14f61e66855" 2018-08-12 08:53:32,882 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3774 X-Openstack-Request-Id: req-9e49419b-486f-425b-b59f-3fa71b47d128 Date: Sun, 12 Aug 2018 08:53:32 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"21d31016-6652-497c-b205-c2baed769c1b","tenant_id":"dc0e7608488f46ccb70c2aaa83b8823d","created_at":"2018-08-12T08:51:15Z","admin_state_up":true,"updated_at":"2018-08-12T08:51:18Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-21d31016-6652-497c-b205-c2baed769c1b","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:de:14:07","id":"3bce8a9c-f219-4a72-94ba-d3e4254100f9","port_security_enabled":false,"project_id":"dc0e7608488f46ccb70c2aaa83b8823d","fixed_ips":[{"subnet_id":"d9370efe-49e4-4c35-8eb9-020503200a59","ip_address":"10.55.1.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"21d31016-6652-497c-b205-c2baed769c1b","tenant_id":"dc0e7608488f46ccb70c2aaa83b8823d","created_at":"2018-08-12T08:51:14Z","admin_state_up":true,"updated_at":"2018-08-12T08:51:17Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-21d31016-6652-497c-b205-c2baed769c1b","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:ba:f7:2e","id":"52e64d19-9808-4903-93ca-872f477a82e2","port_security_enabled":false,"project_id":"dc0e7608488f46ccb70c2aaa83b8823d","fixed_ips":[{"subnet_id":"d9370efe-49e4-4c35-8eb9-020503200a59","ip_address":"10.55.1.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"21d31016-6652-497c-b205-c2baed769c1b","tenant_id":"dc0e7608488f46ccb70c2aaa83b8823d","created_at":"2018-08-12T08:51:32Z","admin_state_up":true,"updated_at":"2018-08-12T08:53:26Z","binding:vnic_type":"normal","device_id":"a1360dc0-3718-4fa0-8c5f-175c74344698","device_owner":"compute:nova","revision_number":12,"mac_address":"fa:16:3e:32:3d:3f","id":"587e42ec-d72b-4c9f-be74-7f18f896394f","port_security_enabled":true,"project_id":"dc0e7608488f46ccb70c2aaa83b8823d","fixed_ips":[{"subnet_id":"d9370efe-49e4-4c35-8eb9-020503200a59","ip_address":"10.55.1.5"}],"extra_dhcp_opts":[],"security_groups":["0b67befc-28eb-47de-9018-6378a9a69f93","72287029-2d0a-46c7-a6b7-00e80cfd8304"],"name":"AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-port-1"},{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"21d31016-6652-497c-b205-c2baed769c1b","tenant_id":"dc0e7608488f46ccb70c2aaa83b8823d","created_at":"2018-08-12T08:51:19Z","admin_state_up":true,"updated_at":"2018-08-12T08:51:20Z","binding:vnic_type":"normal","device_id":"89a6d5c2-6370-4297-8099-a08781797be6","device_owner":"network:router_interface","revision_number":6,"mac_address":"fa:16:3e:e6:d9:dc","id":"657f4b60-f951-4cb5-90fc-34c4ec60171d","port_security_enabled":false,"project_id":"dc0e7608488f46ccb70c2aaa83b8823d","fixed_ips":[{"subnet_id":"d9370efe-49e4-4c35-8eb9-020503200a59","ip_address":"10.55.1.1"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"21d31016-6652-497c-b205-c2baed769c1b","tenant_id":"dc0e7608488f46ccb70c2aaa83b8823d","created_at":"2018-08-12T08:51:15Z","admin_state_up":true,"updated_at":"2018-08-12T08:51:17Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-21d31016-6652-497c-b205-c2baed769c1b","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:58:8e:87","id":"991f491e-75b8-42e7-9265-99436284c465","port_security_enabled":false,"project_id":"dc0e7608488f46ccb70c2aaa83b8823d","fixed_ips":[{"subnet_id":"d9370efe-49e4-4c35-8eb9-020503200a59","ip_address":"10.55.1.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-12 08:53:32,883 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=21d31016-6652-497c-b205-c2baed769c1b used request id req-9e49419b-486f-425b-b59f-3fa71b47d128 2018-08-12 08:53:32,886 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ff6c5198d5f93d163d4210602bf14f61e66855" 2018-08-12 08:53:33,396 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:53: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-9325fbb1-9411-4ecc-89c2-72bd2cbffa37 x-compute-request-id: req-9325fbb1-9411-4ecc-89c2-72bd2cbffa37 Content-Encoding: gzip Content-Length: 783 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:3d:3f", "version": 4, "addr": "10.55.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:3d:3f", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/a1360dc0-3718-4fa0-8c5f-175c74344698", "rel": "bookmark"}], "image": {"id": "6e496332-7e13-424f-8a23-1b5703c6393a", "links": [{"href": "http://172.30.9.21:8774/images/6e496332-7e13-424f-8a23-1b5703c6393a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:53:14.000000", "flavor": {"id": "1091621d-8685-4aef-953c-51d6b55c52af", "links": [{"href": "http://172.30.9.21:8774/flavors/1091621d-8685-4aef-953c-51d6b55c52af", "rel": "bookmark"}]}, "id": "a1360dc0-3718-4fa0-8c5f-175c74344698", "security_groups": [{"name": "AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-sec-grp"}, {"name": "default"}], "user_id": "fbebacd7d3974a6989f952e5cabf631b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:53:15Z", "hostId": "2c8c069d0d13d52970e248b4a454e27cf63764b68696c18b3bde999c", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-kp", "name": "AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-inst", "created": "2018-08-12T08:51:35Z", "tenant_id": "dc0e7608488f46ccb70c2aaa83b8823d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:53:33,397 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698 used request id req-9325fbb1-9411-4ecc-89c2-72bd2cbffa37 2018-08-12 08:53:33,402 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ff6c5198d5f93d163d4210602bf14f61e66855" 2018-08-12 08:53:33,503 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 634 X-Openstack-Request-Id: req-d57cf773-fae6-411e-9c53-67144ace83e2 Date: Sun, 12 Aug 2018 08:53: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":["d9370efe-49e4-4c35-8eb9-020503200a59"],"updated_at":"2018-08-12T08:51:14Z","tenant_id":"dc0e7608488f46ccb70c2aaa83b8823d","created_at":"2018-08-12T08:51:12Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"dc0e7608488f46ccb70c2aaa83b8823d","id":"21d31016-6652-497c-b205-c2baed769c1b","name":"AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-pub-net"}]} 2018-08-12 08:53:33,504 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-pub-net used request id req-d57cf773-fae6-411e-9c53-67144ace83e2 2018-08-12 08:53:33,507 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/dc0e7608488f46ccb70c2aaa83b8823d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ff6c5198d5f93d163d4210602bf14f61e66855" 2018-08-12 08:53:33,602 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:53:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5413bb7a-005c-4c86-87d4-91d56e87c5a9 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/dc0e7608488f46ccb70c2aaa83b8823d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "dc0e7608488f46ccb70c2aaa83b8823d", "name": "AnsibleProvisioningTests-18cd7f89-db2c-4cb-proj"}} 2018-08-12 08:53:33,602 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/dc0e7608488f46ccb70c2aaa83b8823d used request id req-5413bb7a-005c-4c86-87d4-91d56e87c5a9 2018-08-12 08:53:33,607 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=21d31016-6652-497c-b205-c2baed769c1b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ff6c5198d5f93d163d4210602bf14f61e66855" 2018-08-12 08:53:33,655 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-19eab7bb-bb38-459a-a7f8-a5dd39e8a2a1 Date: Sun, 12 Aug 2018 08:53:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"21d31016-6652-497c-b205-c2baed769c1b","tenant_id":"dc0e7608488f46ccb70c2aaa83b8823d","created_at":"2018-08-12T08:51:14Z","dns_nameservers":[],"updated_at":"2018-08-12T08:51:14Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"dc0e7608488f46ccb70c2aaa83b8823d","id":"d9370efe-49e4-4c35-8eb9-020503200a59","subnetpool_id":null,"name":"AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-pub-subnet"}]} 2018-08-12 08:53:33,655 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=21d31016-6652-497c-b205-c2baed769c1b used request id req-19eab7bb-bb38-459a-a7f8-a5dd39e8a2a1 2018-08-12 08:53:33,660 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=21d31016-6652-497c-b205-c2baed769c1b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ff6c5198d5f93d163d4210602bf14f61e66855" 2018-08-12 08:53:33,769 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3774 X-Openstack-Request-Id: req-d96f133e-1672-47bb-a58c-a846e321537d Date: Sun, 12 Aug 2018 08:53:33 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"21d31016-6652-497c-b205-c2baed769c1b","tenant_id":"dc0e7608488f46ccb70c2aaa83b8823d","created_at":"2018-08-12T08:51:15Z","admin_state_up":true,"updated_at":"2018-08-12T08:51:18Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-21d31016-6652-497c-b205-c2baed769c1b","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:de:14:07","id":"3bce8a9c-f219-4a72-94ba-d3e4254100f9","port_security_enabled":false,"project_id":"dc0e7608488f46ccb70c2aaa83b8823d","fixed_ips":[{"subnet_id":"d9370efe-49e4-4c35-8eb9-020503200a59","ip_address":"10.55.1.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"21d31016-6652-497c-b205-c2baed769c1b","tenant_id":"dc0e7608488f46ccb70c2aaa83b8823d","created_at":"2018-08-12T08:51:14Z","admin_state_up":true,"updated_at":"2018-08-12T08:51:17Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-21d31016-6652-497c-b205-c2baed769c1b","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:ba:f7:2e","id":"52e64d19-9808-4903-93ca-872f477a82e2","port_security_enabled":false,"project_id":"dc0e7608488f46ccb70c2aaa83b8823d","fixed_ips":[{"subnet_id":"d9370efe-49e4-4c35-8eb9-020503200a59","ip_address":"10.55.1.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"21d31016-6652-497c-b205-c2baed769c1b","tenant_id":"dc0e7608488f46ccb70c2aaa83b8823d","created_at":"2018-08-12T08:51:32Z","admin_state_up":true,"updated_at":"2018-08-12T08:53:26Z","binding:vnic_type":"normal","device_id":"a1360dc0-3718-4fa0-8c5f-175c74344698","device_owner":"compute:nova","revision_number":12,"mac_address":"fa:16:3e:32:3d:3f","id":"587e42ec-d72b-4c9f-be74-7f18f896394f","port_security_enabled":true,"project_id":"dc0e7608488f46ccb70c2aaa83b8823d","fixed_ips":[{"subnet_id":"d9370efe-49e4-4c35-8eb9-020503200a59","ip_address":"10.55.1.5"}],"extra_dhcp_opts":[],"security_groups":["0b67befc-28eb-47de-9018-6378a9a69f93","72287029-2d0a-46c7-a6b7-00e80cfd8304"],"name":"AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-port-1"},{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"21d31016-6652-497c-b205-c2baed769c1b","tenant_id":"dc0e7608488f46ccb70c2aaa83b8823d","created_at":"2018-08-12T08:51:19Z","admin_state_up":true,"updated_at":"2018-08-12T08:51:20Z","binding:vnic_type":"normal","device_id":"89a6d5c2-6370-4297-8099-a08781797be6","device_owner":"network:router_interface","revision_number":6,"mac_address":"fa:16:3e:e6:d9:dc","id":"657f4b60-f951-4cb5-90fc-34c4ec60171d","port_security_enabled":false,"project_id":"dc0e7608488f46ccb70c2aaa83b8823d","fixed_ips":[{"subnet_id":"d9370efe-49e4-4c35-8eb9-020503200a59","ip_address":"10.55.1.1"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"21d31016-6652-497c-b205-c2baed769c1b","tenant_id":"dc0e7608488f46ccb70c2aaa83b8823d","created_at":"2018-08-12T08:51:15Z","admin_state_up":true,"updated_at":"2018-08-12T08:51:17Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-21d31016-6652-497c-b205-c2baed769c1b","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:58:8e:87","id":"991f491e-75b8-42e7-9265-99436284c465","port_security_enabled":false,"project_id":"dc0e7608488f46ccb70c2aaa83b8823d","fixed_ips":[{"subnet_id":"d9370efe-49e4-4c35-8eb9-020503200a59","ip_address":"10.55.1.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-12 08:53:33,769 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=21d31016-6652-497c-b205-c2baed769c1b used request id req-d96f133e-1672-47bb-a58c-a846e321537d 2018-08-12 08:53:33,772 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ff6c5198d5f93d163d4210602bf14f61e66855" -d '{"addSecurityGroup": {"name": "AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-sec-grp"}}' 2018-08-12 08:53:34,278 - novaclient.v2.client - DEBUG - RESP: [400] Date: Sun, 12 Aug 2018 08:53: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-8532a2f0-b52b-4777-bfe1-396a5a0f674a x-compute-request-id: req-8532a2f0-b52b-4777-bfe1-396a5a0f674a Content-Length: 237 Content-Type: application/json; charset=UTF-8 RESP BODY: {"badRequest": {"message": "Invalid input for security_groups. Reason: Duplicate items in the list: '0b67befc-28eb-47de-9018-6378a9a69f93'.\nNeutron server returns request_ids: ['req-d576547b-5302-4256-a582-faffdf1bf5b7']", "code": 400}} 2018-08-12 08:53:34,279 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698/action used request id req-8532a2f0-b52b-4777-bfe1-396a5a0f674a 2018-08-12 08:53:34,281 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ff6c5198d5f93d163d4210602bf14f61e66855" 2018-08-12 08:53:34,802 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:53:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-144e58bd-797d-44a9-b394-61b4f5b85a1c x-compute-request-id: req-144e58bd-797d-44a9-b394-61b4f5b85a1c Content-Encoding: gzip Content-Length: 783 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:3d:3f", "version": 4, "addr": "10.55.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:3d:3f", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/a1360dc0-3718-4fa0-8c5f-175c74344698", "rel": "bookmark"}], "image": {"id": "6e496332-7e13-424f-8a23-1b5703c6393a", "links": [{"href": "http://172.30.9.21:8774/images/6e496332-7e13-424f-8a23-1b5703c6393a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:53:14.000000", "flavor": {"id": "1091621d-8685-4aef-953c-51d6b55c52af", "links": [{"href": "http://172.30.9.21:8774/flavors/1091621d-8685-4aef-953c-51d6b55c52af", "rel": "bookmark"}]}, "id": "a1360dc0-3718-4fa0-8c5f-175c74344698", "security_groups": [{"name": "AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-sec-grp"}, {"name": "default"}], "user_id": "fbebacd7d3974a6989f952e5cabf631b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:53:15Z", "hostId": "2c8c069d0d13d52970e248b4a454e27cf63764b68696c18b3bde999c", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-kp", "name": "AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-inst", "created": "2018-08-12T08:51:35Z", "tenant_id": "dc0e7608488f46ccb70c2aaa83b8823d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:53:34,802 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698 used request id req-144e58bd-797d-44a9-b394-61b4f5b85a1c 2018-08-12 08:53:34,803 - nova_utils - WARNING - Security group [AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-sec-grp] already added to VM [AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-inst] 2018-08-12 08:53:34,807 - ansible_utils - DEBUG - Setting up Ansible Playbook Executor for playbook - /usr/lib/python2.7/site-packages/snaps/provisioning/tests/playbooks/template_playbook.yml 2018-08-12 08:53:34,808 - ansible_utils - DEBUG - Executing Ansible Playbook - /usr/lib/python2.7/site-packages/snaps/provisioning/tests/playbooks/template_playbook.yml 2018-08-12 08:53:39,238 - ansible_utils - DEBUG - Retrieving SSH client 2018-08-12 08:53:39,240 - paramiko.transport - DEBUG - starting thread (client mode): 0x8bd4ed0L 2018-08-12 08:53:39,240 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-12 08:53:39,244 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.10 2018-08-12 08:53:39,244 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1p1) 2018-08-12 08:53:39,245 - 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-group-exchange-sha1', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'ssh-dss', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] server encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] client mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', 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-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] server mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', 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-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] 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 08:53:39,245 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-12 08:53:39,245 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-12 08:53:39,246 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-12 08:53:39,246 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-12 08:53:39,246 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-12 08:53:39,286 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-12 08:53:39,287 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-12 08:53:39,305 - paramiko.transport - DEBUG - Trying discovered key 26dfa9f111d7c8c20516df5fe8c26278 in tmp/AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d 2018-08-12 08:53:39,327 - paramiko.transport - DEBUG - userauth is OK 2018-08-12 08:53:39,335 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-12 08:53:39,337 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-12 08:53:39,519 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-12 08:53:39,519 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-12 08:53:39,539 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-12 08:53:39,555 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-12 08:53:39,555 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-12 08:53:39,656 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-12 08:53:39,670 - create_instance - INFO - Deleting Floating IP - 172.30.9.212 2018-08-12 08:53:39,670 - neutron_utils - DEBUG - Attempting to delete existing floating ip with IP - 172.30.9.212 2018-08-12 08:53:39,678 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/floatingips/92b37a8e-f2d4-48f0-a22d-fcc69400d7b6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ff6c5198d5f93d163d4210602bf14f61e66855" 2018-08-12 08:53:40,464 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ae32c747-7a75-47e0-be77-3a70a9f0c574 Content-Length: 0 Date: Sun, 12 Aug 2018 08:53:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:53:40,465 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/floatingips/92b37a8e-f2d4-48f0-a22d-fcc69400d7b6 used request id req-ae32c747-7a75-47e0-be77-3a70a9f0c574 2018-08-12 08:53:40,465 - create_instance - INFO - Deleting Port with ID - 587e42ec-d72b-4c9f-be74-7f18f896394f 2018-08-12 08:53:40,465 - neutron_utils - INFO - Deleting port with name AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-port-1 2018-08-12 08:53:40,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/ports/587e42ec-d72b-4c9f-be74-7f18f896394f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ff6c5198d5f93d163d4210602bf14f61e66855" 2018-08-12 08:53:41,057 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-be85d6cd-c98d-4bdf-a6a5-5f11e04af082 Date: Sun, 12 Aug 2018 08:53:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:53:41,057 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/ports/587e42ec-d72b-4c9f-be74-7f18f896394f used request id req-be85d6cd-c98d-4bdf-a6a5-5f11e04af082 2018-08-12 08:53:41,058 - create_instance - INFO - Deleting VM instance - AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-inst 2018-08-12 08:53:41,061 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ff6c5198d5f93d163d4210602bf14f61e66855" 2018-08-12 08:53:41,199 - novaclient.v2.client - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:53: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-894a06c0-8c5c-400b-a1bf-865008ae991a x-compute-request-id: req-894a06c0-8c5c-400b-a1bf-865008ae991a Content-Type: application/json 2018-08-12 08:53:41,199 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698 used request id req-894a06c0-8c5c-400b-a1bf-865008ae991a 2018-08-12 08:53:41,199 - create_instance - INFO - Checking deletion status 2018-08-12 08:53:41,202 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ff6c5198d5f93d163d4210602bf14f61e66855" 2018-08-12 08:53:41,469 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:53: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-6015e50c-2db3-403c-ba1f-20b50c711508 x-compute-request-id: req-6015e50c-2db3-403c-ba1f-20b50c711508 Content-Encoding: gzip Content-Length: 757 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:3d:3f", "version": 4, "addr": "10.55.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:3d:3f", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/a1360dc0-3718-4fa0-8c5f-175c74344698", "rel": "bookmark"}], "image": {"id": "6e496332-7e13-424f-8a23-1b5703c6393a", "links": [{"href": "http://172.30.9.21:8774/images/6e496332-7e13-424f-8a23-1b5703c6393a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T08:53:14.000000", "flavor": {"id": "1091621d-8685-4aef-953c-51d6b55c52af", "links": [{"href": "http://172.30.9.21:8774/flavors/1091621d-8685-4aef-953c-51d6b55c52af", "rel": "bookmark"}]}, "id": "a1360dc0-3718-4fa0-8c5f-175c74344698", "user_id": "fbebacd7d3974a6989f952e5cabf631b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T08:53:41Z", "hostId": "2c8c069d0d13d52970e248b4a454e27cf63764b68696c18b3bde999c", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-kp", "name": "AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-inst", "created": "2018-08-12T08:51:35Z", "tenant_id": "dc0e7608488f46ccb70c2aaa83b8823d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 08:53:41,469 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698 used request id req-6015e50c-2db3-403c-ba1f-20b50c711508 2018-08-12 08:53:41,470 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-inst] is - ACTIVE 2018-08-12 08:53:41,470 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-12 08:53:44,470 - create_instance - DEBUG - VM status query timeout in 296.729400158 2018-08-12 08:53:44,474 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ff6c5198d5f93d163d4210602bf14f61e66855" 2018-08-12 08:53:44,520 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:53:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a32d0e14-3410-4728-9c94-6dcda50e7291 x-compute-request-id: req-a32d0e14-3410-4728-9c94-6dcda50e7291 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance a1360dc0-3718-4fa0-8c5f-175c74344698 could not be found.", "code": 404}} 2018-08-12 08:53:44,520 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/a1360dc0-3718-4fa0-8c5f-175c74344698 used request id req-a32d0e14-3410-4728-9c94-6dcda50e7291 2018-08-12 08:53:44,520 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance a1360dc0-3718-4fa0-8c5f-175c74344698 could not be found. (HTTP 404) (Request-ID: req-a32d0e14-3410-4728-9c94-6dcda50e7291) 2018-08-12 08:53:44,520 - create_instance - INFO - VM has been properly deleted VM with name - AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-inst 2018-08-12 08:53:44,521 - neutron_utils - INFO - Deleting security group rule with ID - ef854921-671b-42d0-ad90-d726e9c76a4c 2018-08-12 08:53:44,525 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/ef854921-671b-42d0-ad90-d726e9c76a4c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af9de7a694d30162840c3ac0462eb47c6269e243" 2018-08-12 08:53:44,805 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1c7e8d06-9a63-4e4d-9e6a-e0dfebe58b2b Content-Length: 0 Date: Sun, 12 Aug 2018 08:53:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:53:44,805 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/ef854921-671b-42d0-ad90-d726e9c76a4c used request id req-1c7e8d06-9a63-4e4d-9e6a-e0dfebe58b2b 2018-08-12 08:53:44,805 - neutron_utils - INFO - Deleting security group rule with ID - 6e26ce59-6aca-4e3c-9fd0-e9df4eacff22 2018-08-12 08:53:44,810 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/6e26ce59-6aca-4e3c-9fd0-e9df4eacff22 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af9de7a694d30162840c3ac0462eb47c6269e243" 2018-08-12 08:53:45,076 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-bfba8ae2-03f6-414a-95d6-3e12ddaa7f65 Content-Length: 0 Date: Sun, 12 Aug 2018 08:53:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:53:45,076 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/6e26ce59-6aca-4e3c-9fd0-e9df4eacff22 used request id req-bfba8ae2-03f6-414a-95d6-3e12ddaa7f65 2018-08-12 08:53:45,076 - neutron_utils - INFO - Deleting security group rule with ID - ada6ba21-cc32-4ffc-bc07-3289ce95cb99 2018-08-12 08:53:45,081 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/ada6ba21-cc32-4ffc-bc07-3289ce95cb99 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af9de7a694d30162840c3ac0462eb47c6269e243" 2018-08-12 08:53:45,322 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-6f4fdd26-0352-4598-82eb-8700c059371e Content-Length: 0 Date: Sun, 12 Aug 2018 08:53:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:53:45,322 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/ada6ba21-cc32-4ffc-bc07-3289ce95cb99 used request id req-6f4fdd26-0352-4598-82eb-8700c059371e 2018-08-12 08:53:45,323 - neutron_utils - INFO - Deleting security group rule with ID - 593ce175-db50-46c7-81a4-f177563fc4ce 2018-08-12 08:53:45,328 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/593ce175-db50-46c7-81a4-f177563fc4ce -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af9de7a694d30162840c3ac0462eb47c6269e243" 2018-08-12 08:53:45,621 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1a4e0b59-ffd8-4fbc-afb8-2ed82ec06501 Content-Length: 0 Date: Sun, 12 Aug 2018 08:53:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:53:45,621 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/593ce175-db50-46c7-81a4-f177563fc4ce used request id req-1a4e0b59-ffd8-4fbc-afb8-2ed82ec06501 2018-08-12 08:53:45,622 - neutron_utils - INFO - Deleting security group with name - AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-sec-grp 2018-08-12 08:53:45,626 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/0b67befc-28eb-47de-9018-6378a9a69f93 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af9de7a694d30162840c3ac0462eb47c6269e243" 2018-08-12 08:53:45,834 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3dc609c9-9d97-4af9-80d5-3f6b35b81916 Content-Length: 0 Date: Sun, 12 Aug 2018 08:53:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:53:45,834 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/0b67befc-28eb-47de-9018-6378a9a69f93 used request id req-3dc609c9-9d97-4af9-80d5-3f6b35b81916 2018-08-12 08:53:45,835 - nova_utils - DEBUG - Deleting keypair - AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-kp 2018-08-12 08:53:45,838 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/os-keypairs/AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9864dc551fe297381469098a78f65e5d5a2610eb" 2018-08-12 08:53:45,892 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 08:53: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-0da7c1d5-93c3-4a52-b43f-90469c57c6c4 x-compute-request-id: req-0da7c1d5-93c3-4a52-b43f-90469c57c6c4 Content-Length: 0 Content-Type: application/json 2018-08-12 08:53:45,892 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-kp used request id req-0da7c1d5-93c3-4a52-b43f-90469c57c6c4 2018-08-12 08:53:45,893 - OpenStackKeypair - INFO - Deleted public key file [tmp/AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d.pub] 2018-08-12 08:53:45,893 - OpenStackKeypair - INFO - Deleted private key file [tmp/AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d] 2018-08-12 08:53:45,896 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/flavors/1091621d-8685-4aef-953c-51d6b55c52af -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}344bb3a026f0735c9ce31ab4956478765703e3ac" 2018-08-12 08:53:45,975 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 08:53: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-328138a0-b9e7-4bfc-86e1-daaebaabe33b x-compute-request-id: req-328138a0-b9e7-4bfc-86e1-daaebaabe33b Content-Length: 0 Content-Type: application/json 2018-08-12 08:53:45,975 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/1091621d-8685-4aef-953c-51d6b55c52af used request id req-328138a0-b9e7-4bfc-86e1-daaebaabe33b 2018-08-12 08:53:45,976 - OpenStackNetwork - INFO - Removing router interface from router AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-pub-router and subnet AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-pub-subnet 2018-08-12 08:53:45,976 - neutron_utils - INFO - Removing router interface from router named AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-pub-router 2018-08-12 08:53:45,982 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9696/v2.0/routers/89a6d5c2-6370-4297-8099-a08781797be6/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}606cd419966d619ab476f40014f837c11cefcb80" -d '{"subnet_id": "d9370efe-49e4-4c35-8eb9-020503200a59"}' 2018-08-12 08:53:47,606 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-9d5a1868-a67c-4e60-a920-0c0caa536db5 Date: Sun, 12 Aug 2018 08:53:47 GMT RESP BODY: {"network_id": "21d31016-6652-497c-b205-c2baed769c1b", "tenant_id": "dc0e7608488f46ccb70c2aaa83b8823d", "subnet_id": "d9370efe-49e4-4c35-8eb9-020503200a59", "subnet_ids": ["d9370efe-49e4-4c35-8eb9-020503200a59"], "port_id": "657f4b60-f951-4cb5-90fc-34c4ec60171d", "id": "89a6d5c2-6370-4297-8099-a08781797be6"} 2018-08-12 08:53:47,606 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/89a6d5c2-6370-4297-8099-a08781797be6/remove_router_interface used request id req-9d5a1868-a67c-4e60-a920-0c0caa536db5 2018-08-12 08:53:47,607 - OpenStackNetwork - INFO - Removing router AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-pub-router 2018-08-12 08:53:47,607 - neutron_utils - INFO - Deleting router with name - AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-pub-router 2018-08-12 08:53:47,612 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/routers/89a6d5c2-6370-4297-8099-a08781797be6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}606cd419966d619ab476f40014f837c11cefcb80" 2018-08-12 08:53:49,069 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e0c62fa3-7476-43b1-8ab7-a4508313403f Content-Length: 0 Date: Sun, 12 Aug 2018 08:53:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:53:49,069 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/89a6d5c2-6370-4297-8099-a08781797be6 used request id req-e0c62fa3-7476-43b1-8ab7-a4508313403f 2018-08-12 08:53:49,070 - neutron_utils - INFO - Deleting subnet with name AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-pub-subnet 2018-08-12 08:53:49,070 - neutron_utils - INFO - Deleting subnet with name AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-pub-subnet 2018-08-12 08:53:49,075 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/d9370efe-49e4-4c35-8eb9-020503200a59 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6a42d16fa23b57628ae9826d5cb958338be55e3" 2018-08-12 08:53:51,686 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e8841b08-77a8-4997-b833-c2f2be900b09 Date: Sun, 12 Aug 2018 08:53:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:53:51,686 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/d9370efe-49e4-4c35-8eb9-020503200a59 used request id req-e8841b08-77a8-4997-b833-c2f2be900b09 2018-08-12 08:53:51,686 - neutron_utils - INFO - Deleting network with name AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d-pub-net 2018-08-12 08:53:51,692 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/21d31016-6652-497c-b205-c2baed769c1b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6a42d16fa23b57628ae9826d5cb958338be55e3" 2018-08-12 08:53:53,575 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-6265c5e2-4f98-489b-b81c-a6cbc03ca8fb Date: Sun, 12 Aug 2018 08:53:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:53:53,575 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/21d31016-6652-497c-b205-c2baed769c1b used request id req-6265c5e2-4f98-489b-b81c-a6cbc03ca8fb 2018-08-12 08:53:53,576 - glance_utils - INFO - Deleting image named - AnsibleProvisioningTests-7a517154-7f7b-4985-8c8f-60917e33b25d--image 2018-08-12 08:53:53,579 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/6e496332-7e13-424f-8a23-1b5703c6393a -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1a390c54e327e812bec9be72e36829ff95586672" 2018-08-12 08:53:54,035 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-64555c94-d730-4081-b4b1-20202b6a08f1 Date: Sun, 12 Aug 2018 08:53:54 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-12 08:53:54,035 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/6e496332-7e13-424f-8a23-1b5703c6393a used request id req-64555c94-d730-4081-b4b1-20202b6a08f1 2018-08-12 08:53:54,037 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 08:53:54,037 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 08:53:54,037 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 08:53:54,038 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 08:53:54,038 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 08:53:54,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c352526fdcaef9cc07d90f281d92643e90c01ee1" 2018-08-12 08:53:54,311 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 45548 X-Openstack-Request-Id: req-0f320bc5-c2e6-49ef-a622-f42433d3d785 Date: Sun, 12 Aug 2018 08:53:54 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "created_at": "2018-08-12T06:59:44Z", "updated_at": "2018-08-12T06:59:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "1d7fd960-7865-4453-aecc-8d399b4fad21", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "66820d8a-b785-4b18-bd67-500221c8e4f9", "remote_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "74fc7638-a322-4841-8c47-06d36174a200", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:59:44Z", "revision_number": 0, "id": "8eaa09ec-8419-4582-9312-1e527afe6e4b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:59:44Z", "security_group_id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "tenant_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363"}], "revision_number": 4, "project_id": "5fe28c13d4d74ba2be8d019ac1ea6363", "id": "145328f2-54c2-4c9c-bb26-7c04ecc21725", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "created_at": "2018-08-12T05:12:34Z", "updated_at": "2018-08-12T05:12:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "709513d2-af7d-4d0b-bd3c-604fed75a711", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "aa346066-e46f-44f2-94be-2884aa998a19", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "c15f7b93-e56c-4afa-867d-2acb286d4b7b", "remote_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:12:34Z", "revision_number": 0, "id": "cb0ef83f-5f70-4a80-ad35-431ca9df551e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:12:34Z", "security_group_id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "tenant_id": "fa5a7fe6ee54472ba01638877aade8e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa5a7fe6ee54472ba01638877aade8e3"}], "revision_number": 4, "project_id": "fa5a7fe6ee54472ba01638877aade8e3", "id": "16ae63c2-e3b6-4a20-872b-73765b23fe73", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ea65becf30e54b27aa96a449698a435e", "created_at": "2018-08-12T05:10:35Z", "updated_at": "2018-08-12T05:10:35Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "30ad280c-f302-4cd4-a438-5139917b56f9", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "76115c4c-887d-4f0a-83e2-486e4b39c713", "remote_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "8ab14937-4c08-4d43-8a9a-662e622cc643", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ea65becf30e54b27aa96a449698a435e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:10:35Z", "revision_number": 0, "id": "ee757a03-5662-4273-9c3e-6212e7afb48f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:10:35Z", "security_group_id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "tenant_id": "ea65becf30e54b27aa96a449698a435e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ea65becf30e54b27aa96a449698a435e"}], "revision_number": 4, "project_id": "ea65becf30e54b27aa96a449698a435e", "id": "3573e3d1-8238-43dd-abdc-8458da2e2c34", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "created_at": "2018-08-12T06:20:09Z", "updated_at": "2018-08-12T06:20:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "1123b8f2-75ac-4a26-b9b2-a96da97408e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "2ddd2b93-e080-48cd-9a50-f5fe8a82ad0c", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "cd1bae62-0aea-4438-b4c3-50a69ae6f855", "remote_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T06:20:09Z", "revision_number": 0, "id": "e398e01e-ceea-46d1-9534-b929808c4a5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T06:20:09Z", "security_group_id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff7abd7bb61f4f2889831e932d65dc2e"}], "revision_number": 4, "project_id": "ff7abd7bb61f4f2889831e932d65dc2e", "id": "4cf1d83c-4876-4a98-acde-96074eebe3a2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "created_at": "2018-08-12T05:34:57Z", "updated_at": "2018-08-12T05:34:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "208a1c1e-f5f8-49c7-9a25-d07e68b1541f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "27bfd867-e607-4bf8-9de8-60682d3f771d", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "49360e1f-6fd3-4f35-b339-24cea95773ee", "remote_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:57Z", "revision_number": 0, "id": "60f631a9-d305-4920-9631-d0543e2ac64f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:57Z", "security_group_id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "tenant_id": "3a85ceae958d4d9fba68847e7df67db8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a85ceae958d4d9fba68847e7df67db8"}], "revision_number": 4, "project_id": "3a85ceae958d4d9fba68847e7df67db8", "id": "4d038237-8d52-40f3-a20e-47300e0e30d3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "created_at": "2018-08-12T05:34:40Z", "updated_at": "2018-08-12T05:34:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "2192c259-363e-4768-ae73-e75837ad63b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "3f87ddc5-f84d-41dc-8215-847724782569", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "7d89f6da-ea78-49dd-9115-f9ad23b250bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv6", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:40Z", "revision_number": 0, "id": "9ec4497d-0f65-44db-9be9-7b3042e4a584", "remote_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:40Z", "security_group_id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "tenant_id": "85517fcf1c6247e699fdcdd42ecc8c79", "port_range_min": null, "ethertype": "IPv4", "project_id": "85517fcf1c6247e699fdcdd42ecc8c79"}], "revision_number": 4, "project_id": "85517fcf1c6247e699fdcdd42ecc8c79", "id": "5a001c81-332f-4a0e-9af9-19e0e07d38ab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "created_at": "2018-08-12T05:16:02Z", "updated_at": "2018-08-12T05:16:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "1ecacd8c-c1c7-4a66-9871-406a69323b43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "3cc1750c-e0e7-4902-b6f3-494a161b832e", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "d719a7a4-8c99-44ed-8c12-6bf071890203", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:16:02Z", "revision_number": 0, "id": "fe7421b5-d577-41da-8c78-62f3c07eda92", "remote_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:16:02Z", "security_group_id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "a267b9a156244bb192691cff6e5f74fe"}], "revision_number": 4, "project_id": "a267b9a156244bb192691cff6e5f74fe", "id": "5f66b959-9187-4391-aafa-4c9cd7dd156e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dc0e7608488f46ccb70c2aaa83b8823d", "created_at": "2018-08-12T08:51:12Z", "updated_at": "2018-08-12T08:51:12Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:51:12Z", "revision_number": 0, "id": "50df37da-8cd3-4158-9d0c-6f3181a041f8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:51:12Z", "security_group_id": "72287029-2d0a-46c7-a6b7-00e80cfd8304", "tenant_id": "dc0e7608488f46ccb70c2aaa83b8823d", "port_range_min": null, "ethertype": "IPv6", "project_id": "dc0e7608488f46ccb70c2aaa83b8823d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:51:12Z", "revision_number": 0, "id": "66970a33-1d7c-432f-a2a8-a3137eab3c02", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:51:12Z", "security_group_id": "72287029-2d0a-46c7-a6b7-00e80cfd8304", "tenant_id": "dc0e7608488f46ccb70c2aaa83b8823d", "port_range_min": null, "ethertype": "IPv4", "project_id": "dc0e7608488f46ccb70c2aaa83b8823d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:51:12Z", "revision_number": 0, "id": "b919dab7-95d6-4830-b00e-2f93f5ebd3f4", "remote_group_id": "72287029-2d0a-46c7-a6b7-00e80cfd8304", "remote_ip_prefix": null, "created_at": "2018-08-12T08:51:12Z", "security_group_id": "72287029-2d0a-46c7-a6b7-00e80cfd8304", "tenant_id": "dc0e7608488f46ccb70c2aaa83b8823d", "port_range_min": null, "ethertype": "IPv6", "project_id": "dc0e7608488f46ccb70c2aaa83b8823d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:51:12Z", "revision_number": 0, "id": "bcebac81-d2b9-4e06-a054-d359c4dddb18", "remote_group_id": "72287029-2d0a-46c7-a6b7-00e80cfd8304", "remote_ip_prefix": null, "created_at": "2018-08-12T08:51:12Z", "security_group_id": "72287029-2d0a-46c7-a6b7-00e80cfd8304", "tenant_id": "dc0e7608488f46ccb70c2aaa83b8823d", "port_range_min": null, "ethertype": "IPv4", "project_id": "dc0e7608488f46ccb70c2aaa83b8823d"}], "revision_number": 4, "project_id": "dc0e7608488f46ccb70c2aaa83b8823d", "id": "72287029-2d0a-46c7-a6b7-00e80cfd8304", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "315a428116f24d9fbb826b37080a918e", "created_at": "2018-08-12T05:11:31Z", "updated_at": "2018-08-12T05:11:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "5e52886a-1dc3-4a81-a55d-f388dc4fd1a1", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "678e32e4-d64c-448a-a4ab-e253ab94ae90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv4", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "a8da1539-e3ad-4f90-b2df-3dc1f09d228a", "remote_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:11:31Z", "revision_number": 0, "id": "b73d5cc9-0205-4658-bb1f-61a042c0ab8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:11:31Z", "security_group_id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "tenant_id": "315a428116f24d9fbb826b37080a918e", "port_range_min": null, "ethertype": "IPv6", "project_id": "315a428116f24d9fbb826b37080a918e"}], "revision_number": 4, "project_id": "315a428116f24d9fbb826b37080a918e", "id": "7ced26ed-092f-4589-b4f8-44c12d4d7f49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-12T05:08:01Z", "updated_at": "2018-08-12T05:08:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:01Z", "revision_number": 0, "id": "0fb05d03-1117-45d0-930c-b6d4c96ef102", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "4faaab33-5788-4bbd-85b8-0fb44d41413a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "96d0c5a0-5c67-421b-8fc8-2b46d77e5db3", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "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-12T05:08:01Z", "revision_number": 0, "id": "dd78519b-4bc5-4e8e-ad0f-58089dd69347", "remote_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:01Z", "security_group_id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "7f3820d5-2e79-41ee-b2eb-de491e67635d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "11a46741b7954b959fd7764109c047b6", "created_at": "2018-08-12T05:34:51Z", "updated_at": "2018-08-12T05:34:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "0b67bf3c-2289-43bb-ab6c-7d25ec32a279", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "51f3f833-337a-42bd-a8d5-742ea8d6c226", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "571fd0b5-ef90-408d-af33-aafb517b8993", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "11a46741b7954b959fd7764109c047b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "944ba823-fb9c-496e-a66e-bb426bb14a8d", "remote_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "90af9782-8112-4257-801d-ee5115d226ba", "tenant_id": "11a46741b7954b959fd7764109c047b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "11a46741b7954b959fd7764109c047b6"}], "revision_number": 4, "project_id": "11a46741b7954b959fd7764109c047b6", "id": "90af9782-8112-4257-801d-ee5115d226ba", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "created_at": "2018-08-12T05:34:26Z", "updated_at": "2018-08-12T05:34:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "2ee1f63a-807c-4d6a-85ee-dd784f6b8c3f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5dec3ec2-2add-47dd-8618-90659dcf3885", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "5ea0dc3e-49d0-43f0-94e9-f6443527d14c", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:26Z", "revision_number": 0, "id": "fbfaca22-7e3e-4128-8973-43e439b77c28", "remote_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:26Z", "security_group_id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "tenant_id": "3c01cd58055c44ecaef39f7e625c2258", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c01cd58055c44ecaef39f7e625c2258"}], "revision_number": 4, "project_id": "3c01cd58055c44ecaef39f7e625c2258", "id": "a1a2859c-1b29-4829-8f95-8ef484d1598e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "521007c1818145639e93ceb270559219", "created_at": "2018-08-12T05:13:27Z", "updated_at": "2018-08-12T05:13:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "5e7fede5-b0f2-47d8-95c3-516cdfc7f9de", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "8fd0e36f-c6c4-4f64-ba97-40439e614448", "remote_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "db7d79de-1dfc-4138-945f-91e74cdc266b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv4", "project_id": "521007c1818145639e93ceb270559219"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:13:27Z", "revision_number": 0, "id": "e87f2cff-ff3e-4b6d-aaf0-7f0eb0ab9f05", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:13:27Z", "security_group_id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "tenant_id": "521007c1818145639e93ceb270559219", "port_range_min": null, "ethertype": "IPv6", "project_id": "521007c1818145639e93ceb270559219"}], "revision_number": 4, "project_id": "521007c1818145639e93ceb270559219", "id": "b30b8b8a-0ed0-4b07-838e-9235ff43b225", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "created_at": "2018-08-12T05:08:18Z", "updated_at": "2018-08-12T05:08:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "3c67be40-bf74-4f97-9693-d93ce73a23b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "6112d869-2fc6-4a25-a13c-3d55cd7206c0", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "bdf21c56-453e-482e-9cba-3c55abcb0339", "remote_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv4", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:08:18Z", "revision_number": 0, "id": "c8e92c39-38cc-4f48-be9c-5f0912e6a725", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:08:18Z", "security_group_id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "tenant_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "port_range_min": null, "ethertype": "IPv6", "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab"}], "revision_number": 4, "project_id": "e18fcc7fc10a4fd0b20234f8520d0aab", "id": "c9bdb470-c7df-4570-b0a9-d60bd186bb40", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "created_at": "2018-08-12T05:04:23Z", "updated_at": "2018-08-12T05:04:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "280546d9-8ad1-4283-abfc-15ee9b1736c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "58bce125-f2ca-4a6d-b9ca-4e6cf5c0f7a5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "69275b9a-cfb5-482c-a9c4-8ffc79adf2c7", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:04:23Z", "revision_number": 0, "id": "6d747f3a-3764-469a-a645-f977585c5aac", "remote_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "remote_ip_prefix": null, "created_at": "2018-08-12T05:04:23Z", "security_group_id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "tenant_id": "310f5853751a4c968f3eeb0a3d99a0a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "310f5853751a4c968f3eeb0a3d99a0a8"}], "revision_number": 4, "project_id": "310f5853751a4c968f3eeb0a3d99a0a8", "id": "cc2a4970-e1c3-4feb-8c93-b7e792eed996", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "created_at": "2018-08-12T05:34:42Z", "updated_at": "2018-08-12T05:34:42Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "199582e8-25aa-457a-aa7c-6d8413ca4464", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "234f3609-4454-448f-919d-c8143c7cd764", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "c1061460-71a2-49a9-a04b-9fa33eeb17ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:42Z", "revision_number": 0, "id": "d21ac532-51d8-4d6b-8300-7bac216759bf", "remote_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:42Z", "security_group_id": "d6739716-c693-460c-89c6-e7c8c48f8245", "tenant_id": "9f6c1a272706419c9a74b0893b2890e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f6c1a272706419c9a74b0893b2890e8"}], "revision_number": 4, "project_id": "9f6c1a272706419c9a74b0893b2890e8", "id": "d6739716-c693-460c-89c6-e7c8c48f8245", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "created_at": "2018-08-12T05:34:54Z", "updated_at": "2018-08-12T05:34:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "0633a05a-ee7d-4476-a56b-75d011b22f77", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "6cc1b9f8-73db-47a3-a0e0-3c96c43f34da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "90d99a6b-e94f-4fd8-a10c-f19dd8954c13", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv4", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:54Z", "revision_number": 0, "id": "e843c139-af2a-4d2c-a24f-59f7b10ff72e", "remote_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:54Z", "security_group_id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "tenant_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "port_range_min": null, "ethertype": "IPv6", "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d"}], "revision_number": 4, "project_id": "34cb7327fcfc4b52a63b4b8c0ea4a54d", "id": "de961c9f-6cf0-4ac6-a9f7-edfec94ce683", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "created_at": "2018-08-12T05:09:07Z", "updated_at": "2018-08-12T05:09:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "5495e168-f505-4d74-ae6d-387f0bf533c2", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "6fd19b8b-3062-456e-81ba-3ff37fe43429", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8ca59d25-485c-46ce-939c-2e4a468caeac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv6", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:09:07Z", "revision_number": 0, "id": "8f190846-50a0-42b9-b571-390809b752b1", "remote_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "remote_ip_prefix": null, "created_at": "2018-08-12T05:09:07Z", "security_group_id": "edcd9b17-9416-4c25-823c-060c435e18d7", "tenant_id": "fa9ca6d7608b4d7d87ce97331679a481", "port_range_min": null, "ethertype": "IPv4", "project_id": "fa9ca6d7608b4d7d87ce97331679a481"}], "revision_number": 4, "project_id": "fa9ca6d7608b4d7d87ce97331679a481", "id": "edcd9b17-9416-4c25-823c-060c435e18d7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "created_at": "2018-08-12T05:34:52Z", "updated_at": "2018-08-12T05:34:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "2c7e484e-6ec5-4a95-8c9c-66d294c0c27e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "70c74258-3c2c-4efc-87e0-079c26ee3417", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:53Z", "revision_number": 0, "id": "b70382fa-082e-4c2b-abc8-87490fa50b11", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:53Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T05:34:52Z", "revision_number": 0, "id": "c3628e02-b4b6-42c9-8751-c1a2d3c19caa", "remote_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "remote_ip_prefix": null, "created_at": "2018-08-12T05:34:52Z", "security_group_id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "tenant_id": "87db863ba6e348b0a5ddcb67053db9d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db863ba6e348b0a5ddcb67053db9d1"}], "revision_number": 4, "project_id": "87db863ba6e348b0a5ddcb67053db9d1", "id": "ede1e5c8-76e7-4be0-b567-586c2a8b01da", "name": "default"}]} 2018-08-12 08:53:54,312 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-0f320bc5-c2e6-49ef-a622-f42433d3d785 2018-08-12 08:53:54,319 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c352526fdcaef9cc07d90f281d92643e90c01ee1" 2018-08-12 08:53:54,405 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:53:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c3620f5d-bd76-47eb-8c92-650578f8e4d8 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 5fe28c13d4d74ba2be8d019ac1ea6363.", "code": 404, "title": "Not Found"}} 2018-08-12 08:53:54,406 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/5fe28c13d4d74ba2be8d019ac1ea6363 used request id req-c3620f5d-bd76-47eb-8c92-650578f8e4d8 2018-08-12 08:53:54,406 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:53:54,409 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c352526fdcaef9cc07d90f281d92643e90c01ee1" 2018-08-12 08:53:54,501 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:53:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-169848c9-43f0-4584-98d0-b63c166c8b57 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fa5a7fe6ee54472ba01638877aade8e3.", "code": 404, "title": "Not Found"}} 2018-08-12 08:53:54,501 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fa5a7fe6ee54472ba01638877aade8e3 used request id req-169848c9-43f0-4584-98d0-b63c166c8b57 2018-08-12 08:53:54,501 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:53:54,505 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c352526fdcaef9cc07d90f281d92643e90c01ee1" 2018-08-12 08:53:54,596 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:53:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-97c83178-f715-464f-aca6-487e0bd05687 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ea65becf30e54b27aa96a449698a435e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:53:54,597 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ea65becf30e54b27aa96a449698a435e used request id req-97c83178-f715-464f-aca6-487e0bd05687 2018-08-12 08:53:54,597 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:53:54,601 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c352526fdcaef9cc07d90f281d92643e90c01ee1" 2018-08-12 08:53:54,690 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:53:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c9bce8fe-5a72-4a9d-a3d5-566ff07b5e0f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ff7abd7bb61f4f2889831e932d65dc2e.", "code": 404, "title": "Not Found"}} 2018-08-12 08:53:54,691 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ff7abd7bb61f4f2889831e932d65dc2e used request id req-c9bce8fe-5a72-4a9d-a3d5-566ff07b5e0f 2018-08-12 08:53:54,691 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:53:54,695 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c352526fdcaef9cc07d90f281d92643e90c01ee1" 2018-08-12 08:53:54,785 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:53:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-df5d0dbb-4fbf-40c0-9764-4d9e8b5a63fc Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3a85ceae958d4d9fba68847e7df67db8.", "code": 404, "title": "Not Found"}} 2018-08-12 08:53:54,785 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3a85ceae958d4d9fba68847e7df67db8 used request id req-df5d0dbb-4fbf-40c0-9764-4d9e8b5a63fc 2018-08-12 08:53:54,786 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:53:54,789 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c352526fdcaef9cc07d90f281d92643e90c01ee1" 2018-08-12 08:53:54,879 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 12 Aug 2018 08:53:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4a482ddb-c210-4438-ad83-9cab4054a6e2 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 85517fcf1c6247e699fdcdd42ecc8c79.", "code": 404, "title": "Not Found"}} 2018-08-12 08:53:54,880 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/85517fcf1c6247e699fdcdd42ecc8c79 used request id req-4a482ddb-c210-4438-ad83-9cab4054a6e2 2018-08-12 08:53:54,880 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-12 08:53:54,883 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c352526fdcaef9cc07d90f281d92643e90c01ee1" 2018-08-12 08:53:54,973 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:53:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e568754a-714f-4f3e-9f6f-78150772790a Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}} 2018-08-12 08:53:54,974 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe used request id req-e568754a-714f-4f3e-9f6f-78150772790a 2018-08-12 08:53:54,979 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/dc0e7608488f46ccb70c2aaa83b8823d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c352526fdcaef9cc07d90f281d92643e90c01ee1" 2018-08-12 08:53:55,073 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:53:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-04285f0f-c8f5-42af-a147-1b00b8c4789a Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/dc0e7608488f46ccb70c2aaa83b8823d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "dc0e7608488f46ccb70c2aaa83b8823d", "name": "AnsibleProvisioningTests-18cd7f89-db2c-4cb-proj"}} 2018-08-12 08:53:55,073 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/dc0e7608488f46ccb70c2aaa83b8823d used request id req-04285f0f-c8f5-42af-a147-1b00b8c4789a 2018-08-12 08:53:55,074 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 72287029-2d0a-46c7-a6b7-00e80cfd8304 2018-08-12 08:53:55,079 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=72287029-2d0a-46c7-a6b7-00e80cfd8304 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c352526fdcaef9cc07d90f281d92643e90c01ee1" 2018-08-12 08:53:55,284 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-0d175039-7f56-4b14-95bd-cb3a07ded40c Date: Sun, 12 Aug 2018 08:53:55 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-12T08:51:12Z", "security_group_id": "72287029-2d0a-46c7-a6b7-00e80cfd8304", "port_range_min": null, "revision_number": 0, "tenant_id": "dc0e7608488f46ccb70c2aaa83b8823d", "created_at": "2018-08-12T08:51:12Z", "project_id": "dc0e7608488f46ccb70c2aaa83b8823d", "id": "50df37da-8cd3-4158-9d0c-6f3181a041f8"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:51:12Z", "security_group_id": "72287029-2d0a-46c7-a6b7-00e80cfd8304", "port_range_min": null, "revision_number": 0, "tenant_id": "dc0e7608488f46ccb70c2aaa83b8823d", "created_at": "2018-08-12T08:51:12Z", "project_id": "dc0e7608488f46ccb70c2aaa83b8823d", "id": "66970a33-1d7c-432f-a2a8-a3137eab3c02"}, {"remote_group_id": "72287029-2d0a-46c7-a6b7-00e80cfd8304", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:51:12Z", "security_group_id": "72287029-2d0a-46c7-a6b7-00e80cfd8304", "port_range_min": null, "revision_number": 0, "tenant_id": "dc0e7608488f46ccb70c2aaa83b8823d", "created_at": "2018-08-12T08:51:12Z", "project_id": "dc0e7608488f46ccb70c2aaa83b8823d", "id": "b919dab7-95d6-4830-b00e-2f93f5ebd3f4"}, {"remote_group_id": "72287029-2d0a-46c7-a6b7-00e80cfd8304", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T08:51:12Z", "security_group_id": "72287029-2d0a-46c7-a6b7-00e80cfd8304", "port_range_min": null, "revision_number": 0, "tenant_id": "dc0e7608488f46ccb70c2aaa83b8823d", "created_at": "2018-08-12T08:51:12Z", "project_id": "dc0e7608488f46ccb70c2aaa83b8823d", "id": "bcebac81-d2b9-4e06-a054-d359c4dddb18"}]} 2018-08-12 08:53:55,284 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=72287029-2d0a-46c7-a6b7-00e80cfd8304 used request id req-0d175039-7f56-4b14-95bd-cb3a07ded40c 2018-08-12 08:53:55,285 - neutron_utils - INFO - Deleting security group with name - default 2018-08-12 08:53:55,290 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/72287029-2d0a-46c7-a6b7-00e80cfd8304 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c352526fdcaef9cc07d90f281d92643e90c01ee1" 2018-08-12 08:53:55,845 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-4bd3d85a-e5b3-4a17-ac0b-26cd68dd67f1 Content-Length: 0 Date: Sun, 12 Aug 2018 08:53:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:53:55,845 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/72287029-2d0a-46c7-a6b7-00e80cfd8304 used request id req-4bd3d85a-e5b3-4a17-ac0b-26cd68dd67f1 2018-08-12 08:53:55,846 - keystone_utils - INFO - Deleting project with name - AnsibleProvisioningTests-18cd7f89-db2c-4cb-proj 2018-08-12 08:53:55,850 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/dc0e7608488f46ccb70c2aaa83b8823d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c352526fdcaef9cc07d90f281d92643e90c01ee1" 2018-08-12 08:53:56,215 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:53:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7f2c6f3c-9770-4392-b2fb-752a702b01d1 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 08:53:56,215 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/dc0e7608488f46ccb70c2aaa83b8823d used request id req-7f2c6f3c-9770-4392-b2fb-752a702b01d1 2018-08-12 08:53:56,215 - keystone_utils - INFO - Deleting role with name - AnsibleProvisioningTests-18cd7f89-db2c-4cb-proj-role 2018-08-12 08:53:56,219 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/c5b1528067d54524859b0d40ea6df2cd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c352526fdcaef9cc07d90f281d92643e90c01ee1" 2018-08-12 08:53:56,377 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:53:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a96b8b7c-7129-4f7a-9933-d59a9eb44a90 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 08:53:56,377 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/c5b1528067d54524859b0d40ea6df2cd used request id req-a96b8b7c-7129-4f7a-9933-d59a9eb44a90 2018-08-12 08:53:56,380 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c352526fdcaef9cc07d90f281d92643e90c01ee1" 2018-08-12 08:53:56,473 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:53:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8fd58a6a-eda0-4f7f-9c85-72783383b46e Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:53:56,474 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-8fd58a6a-eda0-4f7f-9c85-72783383b46e 2018-08-12 08:53:56,474 - keystone_utils - INFO - Deleting user with name - AnsibleProvisioningTests-18cd7f89-db2c-4cb-user 2018-08-12 08:53:56,478 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/fbebacd7d3974a6989f952e5cabf631b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e309755f323204c3639b018abda8ef02e741e01a" 2018-08-12 08:53:56,672 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:53:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-03f36e7f-d0e6-4ad3-8bc5-44d5d63e4eb4 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 08:53:56,672 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/fbebacd7d3974a6989f952e5cabf631b used request id req-03f36e7f-d0e6-4ad3-8bc5-44d5d63e4eb4 2018-08-12 08:53:56,673 - xtesting.core.unit - DEBUG - test_add_rule (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_delete_group (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_admin_user_to_new_project (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_new_user_to_admin_project (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_with_one_complex_rule (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_with_one_simple_rule (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_with_several_rules (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_without_rules (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_remove_rule_by_id (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_remove_rule_by_setting (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_delete_image (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_create_image_clean_file (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_create_image_clean_url (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_create_image_clean_url_properties (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_create_same_image (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_create_same_image_new_settings (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_bad_image_file (snaps.openstack.tests.create_image_tests.CreateImageNegativeTests) ... ok test_bad_image_image_type (snaps.openstack.tests.create_image_tests.CreateImageNegativeTests) ... ok test_bad_image_name (snaps.openstack.tests.create_image_tests.CreateImageNegativeTests) ... ok test_bad_image_url (snaps.openstack.tests.create_image_tests.CreateImageNegativeTests) ... ok test_create_three_part_image_from_file_3_creators (snaps.openstack.tests.create_image_tests.CreateMultiPartImageTests) ... ok test_create_three_part_image_from_url (snaps.openstack.tests.create_image_tests.CreateMultiPartImageTests) ... ok test_create_three_part_image_from_url_3_creators (snaps.openstack.tests.create_image_tests.CreateMultiPartImageTests) ... ok test_create_delete_keypair (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_from_file (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_large_key (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_only (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_save_both (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_save_pub_only (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_exist_files_delete (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests) ... ok test_create_keypair_exist_files_keep (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests) ... ok test_create_keypair_gen_files_delete_1 (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests) ... ok test_create_keypair_gen_files_delete_2 (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests) ... ok test_create_keypair_gen_files_keep (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests) ... ok test_create_delete_network (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_network_router_admin_user_to_new_project (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_network_router_new_user_to_admin_project (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_network_with_router (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_network_without_router (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_networks_same_name (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_delete_router (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_admin_state_True (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_admin_state_false (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_admin_user_to_new_project (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_external_network (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_new_user_as_admin_project (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_private_network (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_vanilla (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_with_ext_port (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_with_internal_sub (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_with_invalid_internal_sub (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_admin_ports (snaps.openstack.tests.create_router_tests.CreateRouterNegativeTests) ... ok test_create_router_invalid_gateway_name (snaps.openstack.tests.create_router_tests.CreateRouterNegativeTests) ... ok test_create_router_noname (snaps.openstack.tests.create_router_tests.CreateRouterNegativeTests) ... ok test_create_delete_qos (snaps.openstack.tests.create_qos_tests.CreateQoSTests) ... ok test_create_qos (snaps.openstack.tests.create_qos_tests.CreateQoSTests) ... ok test_create_same_qos (snaps.openstack.tests.create_qos_tests.CreateQoSTests) ... ok test_create_delete_volume_type (snaps.openstack.tests.create_volume_type_tests.CreateSimpleVolumeTypeSuccessTests) ... ok test_create_same_volume_type (snaps.openstack.tests.create_volume_type_tests.CreateSimpleVolumeTypeSuccessTests) ... ok test_create_volume_type (snaps.openstack.tests.create_volume_type_tests.CreateSimpleVolumeTypeSuccessTests) ... ok test_volume_type_with_encryption (snaps.openstack.tests.create_volume_type_tests.CreateVolumeTypeComplexTests) ... ok test_volume_type_with_qos (snaps.openstack.tests.create_volume_type_tests.CreateVolumeTypeComplexTests) ... ok test_volume_type_with_qos_and_encryption (snaps.openstack.tests.create_volume_type_tests.CreateVolumeTypeComplexTests) ... ok test_create_delete_volume (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeSuccessTests) ... ok test_create_same_volume (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeSuccessTests) ... ok test_create_volume_simple (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeSuccessTests) ... ok test_create_volume_bad_image (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeFailureTests) ... ok test_create_volume_bad_size (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeFailureTests) ... ok test_create_volume_bad_type (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeFailureTests) ... ok test_bad_volume_type (snaps.openstack.tests.create_volume_tests.CreateVolumeWithTypeTests) ... ok test_valid_volume_type (snaps.openstack.tests.create_volume_tests.CreateVolumeWithTypeTests) ... ok test_bad_image_name (snaps.openstack.tests.create_volume_tests.CreateVolumeWithImageTests) ... ok test_valid_volume_image (snaps.openstack.tests.create_volume_tests.CreateVolumeWithImageTests) ... ok test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok test_ping_via_router (snaps.openstack.tests.create_instance_tests.CreateInstanceTwoNetTests) ... ok test_create_admin_instance (snaps.openstack.tests.create_instance_tests.CreateInstanceSimpleTests) ... ok test_create_delete_instance (snaps.openstack.tests.create_instance_tests.CreateInstanceSimpleTests) ... ok test_set_allowed_address_pairs (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_allowed_address_pairs_bad_ip (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_allowed_address_pairs_bad_mac (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_custom_invalid_ip_one_subnet (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_custom_invalid_mac (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_custom_mac_and_ip (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_custom_valid_ip_one_subnet (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_custom_valid_mac (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_one_port_two_ip_one_subnet (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_one_port_two_ip_two_subnets (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_add_invalid_security_group (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ok test_add_same_security_group (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ok test_add_security_group (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ok test_remove_security_group (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ok test_remove_security_group_never_added (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ok test_deploy_vm_to_each_compute_node (snaps.openstack.tests.create_instance_tests.CreateInstanceOnComputeHost) ... ok test_create_instance_from_three_part_image (snaps.openstack.tests.create_instance_tests.CreateInstanceFromThreePartImage) ... ok test_create_instance_with_one_volume (snaps.openstack.tests.create_instance_tests.CreateInstanceVolumeTests) ... ok test_create_instance_with_two_volumes (snaps.openstack.tests.create_instance_tests.CreateInstanceVolumeTests) ... ok test_create_delete_stack (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_create_same_stack (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_create_stack_short_timeout (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_create_stack_template_dict (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_create_stack_template_file (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_retrieve_network_creators (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_retrieve_vm_inst_creators (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_retrieve_volume_creator (snaps.openstack.tests.create_stack_tests.CreateStackVolumeTests) ... ok test_retrieve_volume_type_creator (snaps.openstack.tests.create_stack_tests.CreateStackVolumeTests) ... ok test_retrieve_flavor_creator (snaps.openstack.tests.create_stack_tests.CreateStackFlavorTests) ... ok test_retrieve_keypair_creator (snaps.openstack.tests.create_stack_tests.CreateStackKeypairTests) ... ok test_retrieve_security_group_creator (snaps.openstack.tests.create_stack_tests.CreateStackSecurityGroupTests) ... ok test_bad_stack_file (snaps.openstack.tests.create_stack_tests.CreateStackNegativeTests) ... ok test_missing_dependencies (snaps.openstack.tests.create_stack_tests.CreateStackNegativeTests) ... ok test_connect_via_ssh_heat_vm (snaps.openstack.tests.create_stack_tests.CreateStackFloatingIpTests) ... ok test_connect_via_ssh_heat_vm_derived (snaps.openstack.tests.create_stack_tests.CreateStackFloatingIpTests) ... ok test_apply_simple_playbook (snaps.provisioning.tests.ansible_utils_tests.AnsibleProvisioningTests) ... ok test_apply_template_playbook (snaps.provisioning.tests.ansible_utils_tests.AnsibleProvisioningTests) ... ok ---------------------------------------------------------------------- Ran 114 tests in 2916.740s OK 2018-08-12 08:53:56,824 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-12 08:53:56,825 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 48:37 | PASS | +---------------------+------------------+------------------+----------------+ 2018-08-12 08:53:56,878 - xtesting.ci.run_tests - INFO - Loading test case 'neutron_trunk'... 2018-08-12 08:53:56,918 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-12 08:53:56,918 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-12 08:53:56,918 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-12 08:53:56,919 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-12 08:53:56,919 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-12 08:53:56,919 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-12 08:53:56,919 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-12 08:53:56,919 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-12 08:53:56,919 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-12 08:53:56,919 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-12 08:53:56,919 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-12 08:53:56,919 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-12 08:53:56,919 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-12 08:53:56,919 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-12 08:53:56,919 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-12 08:53:56,919 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-12 08:53:56,919 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-12 08:53:56,919 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-12 08:53:56,920 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-12 08:53:56,920 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-12 08:53:56,920 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-12 08:53:56,920 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-12 08:53:56,920 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-12 08:53:56,920 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-12 08:53:56,920 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-12 08:53:56,922 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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 08:53:56,927 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:53:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b0ade408-ee7f-4616-ba4f-057e74cc9f1c Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:53:56,927 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-b0ade408-ee7f-4616-ba4f-057e74cc9f1c 2018-08-12 08:53:56,927 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-08-12 08:53:57,315 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:53:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["2Aq8MQzPSRqcHU_cquTMug"], "issued_at": "2018-08-12T08:53:57.000000Z"}} 2018-08-12 08:53:57,319 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 08:53:57,319 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}679ce04ce10a083061adbb6d17a0885ba4f94e8a" 2018-08-12 08:53:57,585 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-b2c1f119-9a49-4ab8-aa0d-92bede16c7d0 Date: Sun, 12 Aug 2018 08:53:57 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":7,"port_security_enabled":true,"mtu":1500,"id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"310f5853751a4c968f3eeb0a3d99a0a8","status":"ACTIVE","subnets":["ec788992-fa73-45cc-a7d9-6d44542124c2"],"description":"","tags":[],"updated_at":"2018-08-12T05:35:20Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"310f5853751a4c968f3eeb0a3d99a0a8","created_at":"2018-08-12T05:04:23Z","provider:network_type":"flat"}]} 2018-08-12 08:53:57,585 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-b2c1f119-9a49-4ab8-aa0d-92bede16c7d0 2018-08-12 08:53:57,585 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.26646900177s 2018-08-12 08:53:57,586 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-b2c1f119-9a49-4ab8-aa0d-92bede16c7d0 2018-08-12 08:53:57,586 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-12 08:54:00,493 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-08-12 08:54:03,292 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | 181bffdf-7bc7-44be-b001-957690c742af | 2018-08-12T08:54:02.914791 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: 181bffdf-7bc7-44be-b001-957690c742af ~/.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 08:54:07,156 - 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 08:54:07,156 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-08-12 08:54:09,922 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-08-12 08:54:14,120 - 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=c5aa439b-7825-4765-9e10-89eeaff529dd) as the default verifier for the future CLI operations. 2018-08-12 08:54:17,488 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.extensions 2018-08-12 08:54:17,489 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}679ce04ce10a083061adbb6d17a0885ba4f94e8a" 2018-08-12 08:54:17,680 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 8053 X-Openstack-Request-Id: req-3fa12f53-7e9b-4b80-beff-6274f8aeb6a6 Date: Sun, 12 Aug 2018 08:54: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": "trunk-details", "updated": "2016-01-01T10:00:00-00:00", "name": "Trunk port details", "links": [], "description": "Expose trunk port details"}, {"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": "tag", "updated": "2016-01-01T00:00:00-00:00", "name": "Tag support", "links": [], "description": "Enables to set tag on resources."}, {"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: trunk, policy, security_group, floatingip", "links": [], "description": "Enables to set tag on resources with standard attribute."}, {"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": "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": "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": "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": "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": "tag-ext", "updated": "2017-01-01T00:00:00-00:00", "name": "Tag support for resources: subnet, subnetpool, port, router", "links": [], "description": "Extends tag support to more L2 and L3 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": "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 08:54:17,681 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/extensions.json used request id req-3fa12f53-7e9b-4b80-beff-6274f8aeb6a6 2018-08-12 08:54:17,681 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.extensions in 0.192482948303s 2018-08-12 08:54:17,681 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/extensions.json used request id req-3fa12f53-7e9b-4b80-beff-6274f8aeb6a6 2018-08-12 08:54:17,689 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2018-08-12 08:54:17,689 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-12 08:54:17,690 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}679ce04ce10a083061adbb6d17a0885ba4f94e8a" -d '{"network": {"name": "neutron_trunk-net_1ccf49d0-60e2-4f52-a35e-a905e15d846e", "admin_state_up": true}}' 2018-08-12 08:54:18,129 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 686 X-Openstack-Request-Id: req-b5da7e6b-8d63-46c7-b118-5da6bababd91 Date: Sun, 12 Aug 2018 08:54:18 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"0b6ccd29-816a-48ec-b556-fe3722d906ef","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"a267b9a156244bb192691cff6e5f74fe","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T08:54:17Z","is_default":false,"provider:segmentation_id":46,"name":"neutron_trunk-net_1ccf49d0-60e2-4f52-a35e-a905e15d846e","admin_state_up":true,"tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:54:17Z","mtu":1450}} 2018-08-12 08:54:18,129 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-b5da7e6b-8d63-46c7-b118-5da6bababd91 2018-08-12 08:54:18,130 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.439988136292s 2018-08-12 08:54:18,130 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-b5da7e6b-8d63-46c7-b118-5da6bababd91 2018-08-12 08:54:18,130 - 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-12T08:54:17Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'0b6ccd29-816a-48ec-b556-fe3722d906ef', u'provider:segmentation_id': 46, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'neutron_trunk-net_1ccf49d0-60e2-4f52-a35e-a905e15d846e', u'admin_state_up': True, u'tenant_id': u'a267b9a156244bb192691cff6e5f74fe', u'created_at': u'2018-08-12T08:54:17Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'a267b9a156244bb192691cff6e5f74fe'}) 2018-08-12 08:54:18,131 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 08:54:18,132 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}679ce04ce10a083061adbb6d17a0885ba4f94e8a" 2018-08-12 08:54:18,404 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2749 X-Openstack-Request-Id: req-3095f904-3ccf-402b-832b-82197a0b03e4 Date: Sun, 12 Aug 2018 08:54:18 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":7,"port_security_enabled":true,"mtu":1500,"id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"310f5853751a4c968f3eeb0a3d99a0a8","status":"ACTIVE","subnets":["ec788992-fa73-45cc-a7d9-6d44542124c2"],"description":"","tags":[],"updated_at":"2018-08-12T05:35:20Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"310f5853751a4c968f3eeb0a3d99a0a8","created_at":"2018-08-12T05:04:23Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"0b6ccd29-816a-48ec-b556-fe3722d906ef","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"a267b9a156244bb192691cff6e5f74fe","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T08:54:17Z","provider:segmentation_id":46,"name":"neutron_trunk-net_1ccf49d0-60e2-4f52-a35e-a905e15d846e","admin_state_up":true,"tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:54:17Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"362995a0-5efc-47a4-9b82-b152f7be6688","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ff7abd7bb61f4f2889831e932d65dc2e","status":"ACTIVE","subnets":["05ae82a9-54f4-471a-b220-748a180a057a"],"description":"","tags":[],"updated_at":"2018-08-12T06:20:11Z","provider:segmentation_id":73,"name":"pns-internal-net2_0888abd2-2765-41a2-9cf5-24a1755ef722","admin_state_up":true,"tenant_id":"ff7abd7bb61f4f2889831e932d65dc2e","created_at":"2018-08-12T06:20:11Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"e101bfa0-88d4-4aed-bea7-666211ceee40","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ff7abd7bb61f4f2889831e932d65dc2e","status":"ACTIVE","subnets":["696f7d01-cc12-43cf-b10d-283c60e7d6e0"],"description":"","tags":[],"updated_at":"2018-08-12T06:20:10Z","provider:segmentation_id":58,"name":"pns-internal-net_0888abd2-2765-41a2-9cf5-24a1755ef722","admin_state_up":true,"tenant_id":"ff7abd7bb61f4f2889831e932d65dc2e","created_at":"2018-08-12T06:20:09Z","provider:network_type":"vxlan"}]} 2018-08-12 08:54:18,404 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-3095f904-3ccf-402b-832b-82197a0b03e4 2018-08-12 08:54:18,404 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.272977113724s 2018-08-12 08:54:18,405 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-3095f904-3ccf-402b-832b-82197a0b03e4 2018-08-12 08:54:18,407 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-12 08:54:18,408 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}679ce04ce10a083061adbb6d17a0885ba4f94e8a" -d '{"subnet": {"name": "neutron_trunk-subnet_1ccf49d0-60e2-4f52-a35e-a905e15d846e", "enable_dhcp": true, "network_id": "0b6ccd29-816a-48ec-b556-fe3722d906ef", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-12 08:54:19,105 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 681 X-Openstack-Request-Id: req-43b9bf2b-8fe6-4eb1-afdb-f0d2632d77d7 Date: Sun, 12 Aug 2018 08:54:19 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0b6ccd29-816a-48ec-b556-fe3722d906ef","tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:54:18Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-12T08:54:18Z","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":"a267b9a156244bb192691cff6e5f74fe","id":"19c46b64-68d7-43fb-91dc-f6ea5434cbbe","subnetpool_id":null,"name":"neutron_trunk-subnet_1ccf49d0-60e2-4f52-a35e-a905e15d846e"}} 2018-08-12 08:54:19,106 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-43b9bf2b-8fe6-4eb1-afdb-f0d2632d77d7 2018-08-12 08:54:19,106 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.698079109192s 2018-08-12 08:54:19,106 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-43b9bf2b-8fe6-4eb1-afdb-f0d2632d77d7 2018-08-12 08:54:19,106 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-12T08:54:18Z', 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'19c46b64-68d7-43fb-91dc-f6ea5434cbbe', u'subnetpool_id': None, u'service_types': [], u'name': u'neutron_trunk-subnet_1ccf49d0-60e2-4f52-a35e-a905e15d846e', u'enable_dhcp': True, u'network_id': u'0b6ccd29-816a-48ec-b556-fe3722d906ef', u'tenant_id': u'a267b9a156244bb192691cff6e5f74fe', u'created_at': u'2018-08-12T08:54:18Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'a267b9a156244bb192691cff6e5f74fe'}) 2018-08-12 08:54:19,107 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-12 08:54:19,108 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}679ce04ce10a083061adbb6d17a0885ba4f94e8a" -d '{"router": {"external_gateway_info": {"network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3"}, "name": "neutron_trunk-router_1ccf49d0-60e2-4f52-a35e-a905e15d846e", "admin_state_up": true}}' 2018-08-12 08:54:20,424 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 646 X-Openstack-Request-Id: req-aaa57eef-fdbb-40fa-9e87-df14b1e52534 Date: Sun, 12 Aug 2018 08:54:20 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ec788992-fa73-45cc-a7d9-6d44542124c2", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "created_at": "2018-08-12T08:54:19Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-12T08:54:20Z", "revision_number": 2, "routes": [], "project_id": "a267b9a156244bb192691cff6e5f74fe", "id": "10536c0a-3534-43f1-999e-d73c267f08f4", "name": "neutron_trunk-router_1ccf49d0-60e2-4f52-a35e-a905e15d846e"}} 2018-08-12 08:54:20,425 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-aaa57eef-fdbb-40fa-9e87-df14b1e52534 2018-08-12 08:54:20,425 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.31761789322s 2018-08-12 08:54:20,425 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-aaa57eef-fdbb-40fa-9e87-df14b1e52534 2018-08-12 08:54:20,426 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'03886690-4630-4c4c-9ccb-7eedaa9b1fd3', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'ec788992-fa73-45cc-a7d9-6d44542124c2', u'ip_address': u'172.30.9.202'}]}, u'description': u'', u'tags': [], u'tenant_id': u'a267b9a156244bb192691cff6e5f74fe', u'created_at': u'2018-08-12T08:54:19Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-12T08:54:20Z', u'revision_number': 2, u'routes': [], u'project_id': u'a267b9a156244bb192691cff6e5f74fe', u'id': u'10536c0a-3534-43f1-999e-d73c267f08f4', u'name': u'neutron_trunk-router_1ccf49d0-60e2-4f52-a35e-a905e15d846e'}) 2018-08-12 08:54:20,426 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-12 08:54:20,427 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/10536c0a-3534-43f1-999e-d73c267f08f4/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}679ce04ce10a083061adbb6d17a0885ba4f94e8a" -d '{"subnet_id": "19c46b64-68d7-43fb-91dc-f6ea5434cbbe"}' 2018-08-12 08:54:22,455 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-e5c350a4-0c6a-4520-aa16-dbec570764a7 Date: Sun, 12 Aug 2018 08:54:22 GMT RESP BODY: {"network_id": "0b6ccd29-816a-48ec-b556-fe3722d906ef", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "subnet_id": "19c46b64-68d7-43fb-91dc-f6ea5434cbbe", "subnet_ids": ["19c46b64-68d7-43fb-91dc-f6ea5434cbbe"], "port_id": "52ad54cb-8db4-4557-a883-c7e5e9e74fd2", "id": "10536c0a-3534-43f1-999e-d73c267f08f4"} 2018-08-12 08:54:22,456 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/10536c0a-3534-43f1-999e-d73c267f08f4/add_router_interface.json used request id req-e5c350a4-0c6a-4520-aa16-dbec570764a7 2018-08-12 08:54:22,456 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.02933597565s 2018-08-12 08:54:22,456 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/10536c0a-3534-43f1-999e-d73c267f08f4/add_router_interface.json used request id req-e5c350a4-0c6a-4520-aa16-dbec570764a7 returning object 10536c0a-3534-43f1-999e-d73c267f08f4 2018-08-12 08:54:22,457 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-12 08:54:22,591 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-12 08:54:22,593 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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 08:54:22,598 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Sun, 12 Aug 2018 08:54:22 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}]} 2018-08-12 08:54:22,603 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 08:54:22,607 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}679ce04ce10a083061adbb6d17a0885ba4f94e8a" 2018-08-12 08:54:22,804 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-7f13bc99-3ab6-41f4-b425-63aa82a7d36e Date: Sun, 12 Aug 2018 08:54:22 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 08:54:22,804 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-7f13bc99-3ab6-41f4-b425-63aa82a7d36e 2018-08-12 08:54:22,804 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.200965166092s 2018-08-12 08:54:22,804 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-7f13bc99-3ab6-41f4-b425-63aa82a7d36e 2018-08-12 08:54:22,812 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-12 08:54:22,816 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}679ce04ce10a083061adbb6d17a0885ba4f94e8a" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/neutron_trunk-img_1ccf49d0-60e2-4f52-a35e-a905e15d846e", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "neutron_trunk-img_1ccf49d0-60e2-4f52-a35e-a905e15d846e"}' 2018-08-12 08:54:23,028 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 877 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/b2564b0f-a6f9-4f32-a5fa-334e9b710f34 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-79696aeb-1b53-4da2-8642-74cd09ec369d Date: Sun, 12 Aug 2018 08:54:23 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/b2564b0f-a6f9-4f32-a5fa-334e9b710f34/file", "owner": "a267b9a156244bb192691cff6e5f74fe", "id": "b2564b0f-a6f9-4f32-a5fa-334e9b710f34", "size": null, "self": "/v2/images/b2564b0f-a6f9-4f32-a5fa-334e9b710f34", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-12T08:54:23Z", "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_1ccf49d0-60e2-4f52-a35e-a905e15d846e", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_1ccf49d0-60e2-4f52-a35e-a905e15d846e", "checksum": null, "created_at": "2018-08-12T08:54:23Z", "protected": false} 2018-08-12 08:54:23,029 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-79696aeb-1b53-4da2-8642-74cd09ec369d 2018-08-12 08:54:23,029 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.216588973999s 2018-08-12 08:54:23,029 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-79696aeb-1b53-4da2-8642-74cd09ec369d returning object b2564b0f-a6f9-4f32-a5fa-334e9b710f34 2018-08-12 08:54:23,030 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-12 08:54:23,034 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9292/v2/images/b2564b0f-a6f9-4f32-a5fa-334e9b710f34/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}679ce04ce10a083061adbb6d17a0885ba4f94e8a" -d '' 2018-08-12 08:54:23,641 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-5d892a1b-0463-4372-ba3e-2611f68a79a3 Date: Sun, 12 Aug 2018 08:54: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 08:54:23,641 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/b2564b0f-a6f9-4f32-a5fa-334e9b710f34/file used request id req-5d892a1b-0463-4372-ba3e-2611f68a79a3 2018-08-12 08:54:23,641 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.611005067825s 2018-08-12 08:54:23,641 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/b2564b0f-a6f9-4f32-a5fa-334e9b710f34/file used request id req-5d892a1b-0463-4372-ba3e-2611f68a79a3 2018-08-12 08:54:23,646 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 08:54:23,650 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}679ce04ce10a083061adbb6d17a0885ba4f94e8a" 2018-08-12 08:54:23,855 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1207 Content-Type: application/json X-Openstack-Request-Id: req-f4a2cc30-f0a5-4a02-8bf2-079788032900 Date: Sun, 12 Aug 2018 08:54:23 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/b2564b0f-a6f9-4f32-a5fa-334e9b710f34/snap", "metadata": {}}], "file": "/v2/images/b2564b0f-a6f9-4f32-a5fa-334e9b710f34/file", "owner": "a267b9a156244bb192691cff6e5f74fe", "id": "b2564b0f-a6f9-4f32-a5fa-334e9b710f34", "size": 12716032, "self": "/v2/images/b2564b0f-a6f9-4f32-a5fa-334e9b710f34", "disk_format": "qcow2", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/b2564b0f-a6f9-4f32-a5fa-334e9b710f34/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-12T08:54:23Z", "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_1ccf49d0-60e2-4f52-a35e-a905e15d846e", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_1ccf49d0-60e2-4f52-a35e-a905e15d846e", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-12T08:54:23Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 08:54:23,855 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-f4a2cc30-f0a5-4a02-8bf2-079788032900 2018-08-12 08:54:23,855 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.209671974182s 2018-08-12 08:54:23,856 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-f4a2cc30-f0a5-4a02-8bf2-079788032900 2018-08-12 08:54:23,858 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://b36631de-8836-42ae-a808-b5158928754c/images/b2564b0f-a6f9-4f32-a5fa-334e9b710f34/snap', u'metadata': Munch({})})], 'file': u'/v2/images/b2564b0f-a6f9-4f32-a5fa-334e9b710f34/file', 'owner': u'a267b9a156244bb192691cff6e5f74fe', 'id': u'b2564b0f-a6f9-4f32-a5fa-334e9b710f34', 'size': 12716032, u'self': u'/v2/images/b2564b0f-a6f9-4f32-a5fa-334e9b710f34', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'a267b9a156244bb192691cff6e5f74fe', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://b36631de-8836-42ae-a808-b5158928754c/images/b2564b0f-a6f9-4f32-a5fa-334e9b710f34/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-12T08:54:23Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-12T08:54:23Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/neutron_trunk-img_1ccf49d0-60e2-4f52-a35e-a905e15d846e', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/b2564b0f-a6f9-4f32-a5fa-334e9b710f34', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/neutron_trunk-img_1ccf49d0-60e2-4f52-a35e-a905e15d846e', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'neutron_trunk-img_1ccf49d0-60e2-4f52-a35e-a905e15d846e', 'created': u'2018-08-12T08:54:23Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-12T08:54:23Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/b2564b0f-a6f9-4f32-a5fa-334e9b710f34', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/neutron_trunk-img_1ccf49d0-60e2-4f52-a35e-a905e15d846e', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-08-12 08:54:23,859 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-12 08:54:23,862 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}679ce04ce10a083061adbb6d17a0885ba4f94e8a" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "neutron_trunk-flavor_1ccf49d0-60e2-4f52-a35e-a905e15d846e", "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 08:54:24,076 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08: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-baed09a3-c93c-41c6-8393-1f74fc433e68 x-compute-request-id: req-baed09a3-c93c-41c6-8393-1f74fc433e68 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavor": {"name": "neutron_trunk-flavor_1ccf49d0-60e2-4f52-a35e-a905e15d846e", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/25208261-b22a-4cdb-839d-0c838543ec40", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/25208261-b22a-4cdb-839d-0c838543ec40", "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": "25208261-b22a-4cdb-839d-0c838543ec40"}} 2018-08-12 08:54:24,076 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-baed09a3-c93c-41c6-8393-1f74fc433e68 2018-08-12 08:54:24,077 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.217340946198s 2018-08-12 08:54:24,077 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-baed09a3-c93c-41c6-8393-1f74fc433e68 2018-08-12 08:54:24,078 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'neutron_trunk-flavor_1ccf49d0-60e2-4f52-a35e-a905e15d846e', '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'a267b9a156244bb192691cff6e5f74fe', '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'25208261-b22a-4cdb-839d-0c838543ec40', 'swap': 0}) 2018-08-12 08:54:24,079 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-12 08:54:24,082 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors/25208261-b22a-4cdb-839d-0c838543ec40/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}679ce04ce10a083061adbb6d17a0885ba4f94e8a" -d '{"extra_specs": {}}' 2018-08-12 08:54:24,104 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:54: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-1037223f-8661-4d4d-b77d-220b93682380 x-compute-request-id: req-1037223f-8661-4d4d-b77d-220b93682380 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-12 08:54:24,104 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/25208261-b22a-4cdb-839d-0c838543ec40/os-extra_specs used request id req-1037223f-8661-4d4d-b77d-220b93682380 2018-08-12 08:54:24,104 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0253608226776s 2018-08-12 08:54:24,104 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/25208261-b22a-4cdb-839d-0c838543ec40/os-extra_specs used request id req-1037223f-8661-4d4d-b77d-220b93682380 2018-08-12 08:54:24,108 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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 08:54:24,113 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:54:24 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:54:24,117 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-12 08:54:24,120 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}679ce04ce10a083061adbb6d17a0885ba4f94e8a" 2018-08-12 08:54:24,206 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:54:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6792a8d7-8f6c-43e4-8056-1deb818d919f Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:54:24,206 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-6792a8d7-8f6c-43e4-8056-1deb818d919f 2018-08-12 08:54:24,207 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0894680023193s 2018-08-12 08:54:24,207 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-6792a8d7-8f6c-43e4-8056-1deb818d919f 2018-08-12 08:54:24,212 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-12 08:54:24,215 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}679ce04ce10a083061adbb6d17a0885ba4f94e8a" 2018-08-12 08:54:24,304 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:54:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-84af5dcd-373f-4eb0-99c3-312a9716c2a6 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:54:24,304 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-84af5dcd-373f-4eb0-99c3-312a9716c2a6 2018-08-12 08:54:24,304 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0923628807068s 2018-08-12 08:54:24,304 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-84af5dcd-373f-4eb0-99c3-312a9716c2a6 2018-08-12 08:54:24,307 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-08-12 08:54:24,310 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}679ce04ce10a083061adbb6d17a0885ba4f94e8a" 2018-08-12 08:54:24,347 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:54: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-b411d857-d67c-4190-bd14-ff4aa31a61f5 x-compute-request-id: req-b411d857-d67c-4190-bd14-ff4aa31a61f5 Content-Encoding: gzip Content-Length: 736 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 14}, "vcpus_used": 1, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 6144, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.3", "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": 247, "hypervisor_version": 2010000, "disk_available_least": 243, "local_gb": 247, "free_ram_mb": 26358, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 17}, "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": 244, "local_gb": 247, "free_ram_mb": 28406, "id": 5}]} 2018-08-12 08:54:24,347 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-hypervisors/detail used request id req-b411d857-d67c-4190-bd14-ff4aa31a61f5 2018-08-12 08:54:24,347 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.0396301746368s 2018-08-12 08:54:24,348 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-hypervisors/detail used request id req-b411d857-d67c-4190-bd14-ff4aa31a61f5 2018-08-12 08:54:24,352 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 08:54:24,356 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}679ce04ce10a083061adbb6d17a0885ba4f94e8a" 2018-08-12 08:54:24,543 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1207 Content-Type: application/json X-Openstack-Request-Id: req-eddfd247-eaef-4f6a-b9ca-c4296e9d19b5 Date: Sun, 12 Aug 2018 08:54:24 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/b2564b0f-a6f9-4f32-a5fa-334e9b710f34/snap", "metadata": {}}], "file": "/v2/images/b2564b0f-a6f9-4f32-a5fa-334e9b710f34/file", "owner": "a267b9a156244bb192691cff6e5f74fe", "id": "b2564b0f-a6f9-4f32-a5fa-334e9b710f34", "size": 12716032, "self": "/v2/images/b2564b0f-a6f9-4f32-a5fa-334e9b710f34", "disk_format": "qcow2", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/b2564b0f-a6f9-4f32-a5fa-334e9b710f34/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-12T08:54:23Z", "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_1ccf49d0-60e2-4f52-a35e-a905e15d846e", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_1ccf49d0-60e2-4f52-a35e-a905e15d846e", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-12T08:54:23Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 08:54:24,543 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-eddfd247-eaef-4f6a-b9ca-c4296e9d19b5 2018-08-12 08:54:24,543 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.191346883774s 2018-08-12 08:54:24,543 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-eddfd247-eaef-4f6a-b9ca-c4296e9d19b5 2018-08-12 08:54:24,552 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-12 08:54:24,556 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}679ce04ce10a083061adbb6d17a0885ba4f94e8a" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/neutron_trunk-img_alt_1ccf49d0-60e2-4f52-a35e-a905e15d846e", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "neutron_trunk-img_alt_1ccf49d0-60e2-4f52-a35e-a905e15d846e"}' 2018-08-12 08:54:24,829 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 885 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/a4fa14e0-3e64-4052-ab0c-ba0b45f23421 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-842b127c-2125-4b95-aeae-86973f641747 Date: Sun, 12 Aug 2018 08:54:24 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/a4fa14e0-3e64-4052-ab0c-ba0b45f23421/file", "owner": "a267b9a156244bb192691cff6e5f74fe", "id": "a4fa14e0-3e64-4052-ab0c-ba0b45f23421", "size": null, "self": "/v2/images/a4fa14e0-3e64-4052-ab0c-ba0b45f23421", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-12T08:54:24Z", "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_alt_1ccf49d0-60e2-4f52-a35e-a905e15d846e", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_alt_1ccf49d0-60e2-4f52-a35e-a905e15d846e", "checksum": null, "created_at": "2018-08-12T08:54:24Z", "protected": false} 2018-08-12 08:54:24,829 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-842b127c-2125-4b95-aeae-86973f641747 2018-08-12 08:54:24,829 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.276381969452s 2018-08-12 08:54:24,829 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-842b127c-2125-4b95-aeae-86973f641747 returning object a4fa14e0-3e64-4052-ab0c-ba0b45f23421 2018-08-12 08:54:24,830 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-12 08:54:24,834 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9292/v2/images/a4fa14e0-3e64-4052-ab0c-ba0b45f23421/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}679ce04ce10a083061adbb6d17a0885ba4f94e8a" -d '' 2018-08-12 08:54:25,930 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-bf1f5a73-d931-4fd2-a160-54cd25ebbf7e Date: Sun, 12 Aug 2018 08:54: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 08:54:25,930 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/a4fa14e0-3e64-4052-ab0c-ba0b45f23421/file used request id req-bf1f5a73-d931-4fd2-a160-54cd25ebbf7e 2018-08-12 08:54:25,930 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.10000610352s 2018-08-12 08:54:25,930 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/a4fa14e0-3e64-4052-ab0c-ba0b45f23421/file used request id req-bf1f5a73-d931-4fd2-a160-54cd25ebbf7e 2018-08-12 08:54:25,935 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 08:54:25,938 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}679ce04ce10a083061adbb6d17a0885ba4f94e8a" 2018-08-12 08:54:26,127 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2355 Content-Type: application/json X-Openstack-Request-Id: req-d9b65041-5675-434e-a997-a930ac2726cf Date: Sun, 12 Aug 2018 08:54:26 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/a4fa14e0-3e64-4052-ab0c-ba0b45f23421/snap", "metadata": {}}], "file": "/v2/images/a4fa14e0-3e64-4052-ab0c-ba0b45f23421/file", "owner": "a267b9a156244bb192691cff6e5f74fe", "id": "a4fa14e0-3e64-4052-ab0c-ba0b45f23421", "size": 12716032, "self": "/v2/images/a4fa14e0-3e64-4052-ab0c-ba0b45f23421", "disk_format": "qcow2", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/a4fa14e0-3e64-4052-ab0c-ba0b45f23421/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-12T08:54:25Z", "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_alt_1ccf49d0-60e2-4f52-a35e-a905e15d846e", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_alt_1ccf49d0-60e2-4f52-a35e-a905e15d846e", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-12T08:54:24Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/b2564b0f-a6f9-4f32-a5fa-334e9b710f34/snap", "metadata": {}}], "file": "/v2/images/b2564b0f-a6f9-4f32-a5fa-334e9b710f34/file", "owner": "a267b9a156244bb192691cff6e5f74fe", "id": "b2564b0f-a6f9-4f32-a5fa-334e9b710f34", "size": 12716032, "self": "/v2/images/b2564b0f-a6f9-4f32-a5fa-334e9b710f34", "disk_format": "qcow2", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/b2564b0f-a6f9-4f32-a5fa-334e9b710f34/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-12T08:54:23Z", "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_1ccf49d0-60e2-4f52-a35e-a905e15d846e", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_1ccf49d0-60e2-4f52-a35e-a905e15d846e", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-12T08:54:23Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 08:54:26,128 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-d9b65041-5675-434e-a997-a930ac2726cf 2018-08-12 08:54:26,128 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.193061828613s 2018-08-12 08:54:26,128 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-d9b65041-5675-434e-a997-a930ac2726cf 2018-08-12 08:54:26,131 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://b36631de-8836-42ae-a808-b5158928754c/images/a4fa14e0-3e64-4052-ab0c-ba0b45f23421/snap', u'metadata': Munch({})})], 'file': u'/v2/images/a4fa14e0-3e64-4052-ab0c-ba0b45f23421/file', 'owner': u'a267b9a156244bb192691cff6e5f74fe', 'id': u'a4fa14e0-3e64-4052-ab0c-ba0b45f23421', 'size': 12716032, u'self': u'/v2/images/a4fa14e0-3e64-4052-ab0c-ba0b45f23421', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'a267b9a156244bb192691cff6e5f74fe', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://b36631de-8836-42ae-a808-b5158928754c/images/a4fa14e0-3e64-4052-ab0c-ba0b45f23421/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-12T08:54:25Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-12T08:54:25Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/neutron_trunk-img_alt_1ccf49d0-60e2-4f52-a35e-a905e15d846e', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/a4fa14e0-3e64-4052-ab0c-ba0b45f23421', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/neutron_trunk-img_alt_1ccf49d0-60e2-4f52-a35e-a905e15d846e', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'neutron_trunk-img_alt_1ccf49d0-60e2-4f52-a35e-a905e15d846e', 'created': u'2018-08-12T08:54:24Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-12T08:54:24Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/a4fa14e0-3e64-4052-ab0c-ba0b45f23421', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/neutron_trunk-img_alt_1ccf49d0-60e2-4f52-a35e-a905e15d846e', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-08-12 08:54:26,132 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-12 08:54:26,134 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}679ce04ce10a083061adbb6d17a0885ba4f94e8a" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "neutron_trunk-flavor_alt_1ccf49d0-60e2-4f52-a35e-a905e15d846e", "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 08:54:26,267 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:54: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-757fb722-b444-44bc-8002-e5cf2b01941f x-compute-request-id: req-757fb722-b444-44bc-8002-e5cf2b01941f Content-Encoding: gzip Content-Length: 318 Content-Type: application/json RESP BODY: {"flavor": {"name": "neutron_trunk-flavor_alt_1ccf49d0-60e2-4f52-a35e-a905e15d846e", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/c13597e9-b697-4157-a5f4-4a898cc3bbdb", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/c13597e9-b697-4157-a5f4-4a898cc3bbdb", "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": "c13597e9-b697-4157-a5f4-4a898cc3bbdb"}} 2018-08-12 08:54:26,267 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-757fb722-b444-44bc-8002-e5cf2b01941f 2018-08-12 08:54:26,267 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.135242938995s 2018-08-12 08:54:26,267 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-757fb722-b444-44bc-8002-e5cf2b01941f 2018-08-12 08:54:26,268 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'neutron_trunk-flavor_alt_1ccf49d0-60e2-4f52-a35e-a905e15d846e', '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'a267b9a156244bb192691cff6e5f74fe', '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'c13597e9-b697-4157-a5f4-4a898cc3bbdb', 'swap': 0}) 2018-08-12 08:54:26,269 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-12 08:54:26,272 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors/c13597e9-b697-4157-a5f4-4a898cc3bbdb/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}679ce04ce10a083061adbb6d17a0885ba4f94e8a" -d '{"extra_specs": {}}' 2018-08-12 08:54:26,294 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:54: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-06544f3e-2125-4dba-9b28-a654f7d777a7 x-compute-request-id: req-06544f3e-2125-4dba-9b28-a654f7d777a7 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-12 08:54:26,294 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/c13597e9-b697-4157-a5f4-4a898cc3bbdb/os-extra_specs used request id req-06544f3e-2125-4dba-9b28-a654f7d777a7 2018-08-12 08:54:26,294 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.02503490448s 2018-08-12 08:54:26,294 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/c13597e9-b697-4157-a5f4-4a898cc3bbdb/os-extra_specs used request id req-06544f3e-2125-4dba-9b28-a654f7d777a7 2018-08-12 08:54:26,295 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'neutron_trunk-flavor_alt_1ccf49d0-60e2-4f52-a35e-a905e15d846e', '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'a267b9a156244bb192691cff6e5f74fe', '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'c13597e9-b697-4157-a5f4-4a898cc3bbdb', 'swap': 0}) 2018-08-12 08:54:29,888 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-08-12 08:54:29,889 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-08-12 08:54:29,889 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-08-12 08:54:29,892 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-08-12 08:54:29,895 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-08-12 08:54:33,537 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-c5aa439b-7825-4765-9e10-89eeaff529dd/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 08:54:33,537 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-08-12 08:54:33,539 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-08-12 08:54:33,540 - 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 08:56:42,432 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: bfaed342-0a42-4ac1-bbd6-75627ade4534 2018-08-12 08:56:42,434 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'bfaed342-0a42-4ac1-bbd6-75627ade4534']'. 2018-08-12 08:56:43,341 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-08-12 08:56:43,342 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-08-12 08:56:43,342 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-12 08:56:43,342 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | bfaed342-0a42-4ac1-bbd6-75627ade4534 | 2018-08-12 08:56:43,342 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-08-12 08:56:43,343 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-08-12 08:54:35 | 2018-08-12 08:56:43,343 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-08-12 08:56:42 | 2018-08-12 08:56:43,343 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:07 | 2018-08-12 08:56:43,343 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-08-12 08:56:43,343 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-08-12 08:56:43,343 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: c5aa439b-7825-4765-9e10-89eeaff529dd) | 2018-08-12 08:56:43,343 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-08-12 08:56:43,344 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 181bffdf-7bc7-44be-b001-957690c742af) | 2018-08-12 08:56:43,344 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 52 | 2018-08-12 08:56:43,344 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 114.737 | 2018-08-12 08:56:43,344 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 43 | 2018-08-12 08:56:43,344 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 9 | 2018-08-12 08:56:43,344 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-08-12 08:56:43,345 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-08-12 08:56:43,345 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-08-12 08:56:43,345 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-12 08:56:43,345 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-08-12 08:56:43,345 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-08-12 08:56:43,390 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron_trunk success_rate is 100.0% 2018-08-12 08:56:43,538 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-12 08:56:43,538 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 02:26 | PASS | +-----------------------+------------------+------------------+----------------+ 2018-08-12 08:56:43,547 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-12 08:56:43,553 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9292/v2/images/a4fa14e0-3e64-4052-ab0c-ba0b45f23421 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}679ce04ce10a083061adbb6d17a0885ba4f94e8a" 2018-08-12 08:56:44,060 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-056c3040-c649-4f0a-ab62-e89402632ff2 Date: Sun, 12 Aug 2018 08:56:44 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-12 08:56:44,060 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/a4fa14e0-3e64-4052-ab0c-ba0b45f23421 used request id req-056c3040-c649-4f0a-ab62-e89402632ff2 2018-08-12 08:56:44,060 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.513252019882s 2018-08-12 08:56:44,061 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/a4fa14e0-3e64-4052-ab0c-ba0b45f23421 used request id req-056c3040-c649-4f0a-ab62-e89402632ff2 2018-08-12 08:56:44,061 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-12 08:56:44,064 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}679ce04ce10a083061adbb6d17a0885ba4f94e8a" 2018-08-12 08:56:44,091 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:56: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-7c2156f4-dd4f-47ec-bb0d-e0be8e28d972 x-compute-request-id: req-7c2156f4-dd4f-47ec-bb0d-e0be8e28d972 Content-Encoding: gzip Content-Length: 366 Content-Type: application/json RESP BODY: {"flavors": [{"name": "neutron_trunk-flavor_1ccf49d0-60e2-4f52-a35e-a905e15d846e", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/25208261-b22a-4cdb-839d-0c838543ec40", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/25208261-b22a-4cdb-839d-0c838543ec40", "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": "25208261-b22a-4cdb-839d-0c838543ec40"}, {"name": "neutron_trunk-flavor_alt_1ccf49d0-60e2-4f52-a35e-a905e15d846e", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/c13597e9-b697-4157-a5f4-4a898cc3bbdb", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/c13597e9-b697-4157-a5f4-4a898cc3bbdb", "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": "c13597e9-b697-4157-a5f4-4a898cc3bbdb"}]} 2018-08-12 08:56:44,092 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-7c2156f4-dd4f-47ec-bb0d-e0be8e28d972 2018-08-12 08:56:44,092 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0302929878235s 2018-08-12 08:56:44,092 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-7c2156f4-dd4f-47ec-bb0d-e0be8e28d972 2018-08-12 08:56:44,095 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-12 08:56:44,098 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/flavors/c13597e9-b697-4157-a5f4-4a898cc3bbdb -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}679ce04ce10a083061adbb6d17a0885ba4f94e8a" 2018-08-12 08:56:44,142 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 08:56: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-a9b97f85-f97f-464b-a3a2-1aff16264e8a x-compute-request-id: req-a9b97f85-f97f-464b-a3a2-1aff16264e8a Content-Length: 0 Content-Type: application/json 2018-08-12 08:56:44,142 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/c13597e9-b697-4157-a5f4-4a898cc3bbdb used request id req-a9b97f85-f97f-464b-a3a2-1aff16264e8a 2018-08-12 08:56:44,143 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0474059581757s 2018-08-12 08:56:44,143 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/c13597e9-b697-4157-a5f4-4a898cc3bbdb used request id req-a9b97f85-f97f-464b-a3a2-1aff16264e8a 2018-08-12 08:56:44,143 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-12 08:56:44,144 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/10536c0a-3534-43f1-999e-d73c267f08f4/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}679ce04ce10a083061adbb6d17a0885ba4f94e8a" -d '{"subnet_id": "19c46b64-68d7-43fb-91dc-f6ea5434cbbe"}' 2018-08-12 08:56:45,813 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-c179c4df-6490-468c-bc51-a1a901d6bbc0 Date: Sun, 12 Aug 2018 08:56:45 GMT RESP BODY: {"network_id": "0b6ccd29-816a-48ec-b556-fe3722d906ef", "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "subnet_id": "19c46b64-68d7-43fb-91dc-f6ea5434cbbe", "subnet_ids": ["19c46b64-68d7-43fb-91dc-f6ea5434cbbe"], "port_id": "52ad54cb-8db4-4557-a883-c7e5e9e74fd2", "id": "10536c0a-3534-43f1-999e-d73c267f08f4"} 2018-08-12 08:56:45,813 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/10536c0a-3534-43f1-999e-d73c267f08f4/remove_router_interface.json used request id req-c179c4df-6490-468c-bc51-a1a901d6bbc0 2018-08-12 08:56:45,813 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.66979289055s 2018-08-12 08:56:45,814 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/10536c0a-3534-43f1-999e-d73c267f08f4/remove_router_interface.json used request id req-c179c4df-6490-468c-bc51-a1a901d6bbc0 returning object 10536c0a-3534-43f1-999e-d73c267f08f4 2018-08-12 08:56:45,814 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-12 08:56:45,815 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}679ce04ce10a083061adbb6d17a0885ba4f94e8a" 2018-08-12 08:56:46,082 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1276 X-Openstack-Request-Id: req-516af1a2-6ee1-4cf8-a674-4565c25bf69d Date: Sun, 12 Aug 2018 08:56:46 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ec788992-fa73-45cc-a7d9-6d44542124c2", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "a267b9a156244bb192691cff6e5f74fe", "created_at": "2018-08-12T08:54:19Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-12T08:56:45Z", "revision_number": 4, "routes": [], "project_id": "a267b9a156244bb192691cff6e5f74fe", "id": "10536c0a-3534-43f1-999e-d73c267f08f4", "name": "neutron_trunk-router_1ccf49d0-60e2-4f52-a35e-a905e15d846e"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ec788992-fa73-45cc-a7d9-6d44542124c2", "ip_address": "172.30.9.210"}]}, "description": "", "tags": [], "tenant_id": "ff7abd7bb61f4f2889831e932d65dc2e", "created_at": "2018-08-12T06:19:55Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-12T06:20:15Z", "revision_number": 4, "routes": [], "project_id": "ff7abd7bb61f4f2889831e932d65dc2e", "id": "8b254875-08ae-4a93-8f2f-7d8064451ba9", "name": "vmtp-router_0888abd2-2765-41a2-9cf5-24a1755ef722"}]} 2018-08-12 08:56:46,083 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-516af1a2-6ee1-4cf8-a674-4565c25bf69d 2018-08-12 08:56:46,083 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.268549919128s 2018-08-12 08:56:46,083 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-516af1a2-6ee1-4cf8-a674-4565c25bf69d 2018-08-12 08:56:46,086 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-12 08:56:46,086 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/routers/10536c0a-3534-43f1-999e-d73c267f08f4.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}679ce04ce10a083061adbb6d17a0885ba4f94e8a" 2018-08-12 08:56:47,459 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b74f8021-87a0-437c-bb88-d897e7908642 Content-Length: 0 Date: Sun, 12 Aug 2018 08:56:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:56:47,459 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/10536c0a-3534-43f1-999e-d73c267f08f4.json used request id req-b74f8021-87a0-437c-bb88-d897e7908642 2018-08-12 08:56:47,459 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.3729569912s 2018-08-12 08:56:47,459 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/10536c0a-3534-43f1-999e-d73c267f08f4.json used request id req-b74f8021-87a0-437c-bb88-d897e7908642 2018-08-12 08:56:47,460 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-12 08:56:47,460 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}679ce04ce10a083061adbb6d17a0885ba4f94e8a" 2018-08-12 08:56:47,681 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2546 X-Openstack-Request-Id: req-72d71cb6-3fa5-45cb-98f2-3d7e97b9eabf Date: Sun, 12 Aug 2018 08:56:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"362995a0-5efc-47a4-9b82-b152f7be6688","tenant_id":"ff7abd7bb61f4f2889831e932d65dc2e","created_at":"2018-08-12T06:20:11Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-12T06:20:11Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.2.2","end":"192.168.2.254"}],"gateway_ip":"192.168.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.2.0/24","project_id":"ff7abd7bb61f4f2889831e932d65dc2e","id":"05ae82a9-54f4-471a-b220-748a180a057a","subnetpool_id":null,"name":"pns-internal-subnet2"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0b6ccd29-816a-48ec-b556-fe3722d906ef","tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:54:18Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-12T08:54:18Z","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":"a267b9a156244bb192691cff6e5f74fe","id":"19c46b64-68d7-43fb-91dc-f6ea5434cbbe","subnetpool_id":null,"name":"neutron_trunk-subnet_1ccf49d0-60e2-4f52-a35e-a905e15d846e"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e101bfa0-88d4-4aed-bea7-666211ceee40","tenant_id":"ff7abd7bb61f4f2889831e932d65dc2e","created_at":"2018-08-12T06:20:10Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-12T06:20:10Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.1.2","end":"192.168.1.254"}],"gateway_ip":"192.168.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.1.0/24","project_id":"ff7abd7bb61f4f2889831e932d65dc2e","id":"696f7d01-cc12-43cf-b10d-283c60e7d6e0","subnetpool_id":null,"name":"pns-internal-subnet"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","tenant_id":"310f5853751a4c968f3eeb0a3d99a0a8","created_at":"2018-08-12T05:04:31Z","dns_nameservers":[],"updated_at":"2018-08-12T05:04:31Z","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":"310f5853751a4c968f3eeb0a3d99a0a8","id":"ec788992-fa73-45cc-a7d9-6d44542124c2","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-12 08:56:47,681 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-72d71cb6-3fa5-45cb-98f2-3d7e97b9eabf 2018-08-12 08:56:47,681 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.221322059631s 2018-08-12 08:56:47,682 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-72d71cb6-3fa5-45cb-98f2-3d7e97b9eabf 2018-08-12 08:56:47,683 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-12 08:56:47,684 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/subnets/19c46b64-68d7-43fb-91dc-f6ea5434cbbe.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}679ce04ce10a083061adbb6d17a0885ba4f94e8a" 2018-08-12 08:56:50,048 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-0ab96077-58c9-4862-8cb3-d4050e2bb9cf Date: Sun, 12 Aug 2018 08:56:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:56:50,048 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/19c46b64-68d7-43fb-91dc-f6ea5434cbbe.json used request id req-0ab96077-58c9-4862-8cb3-d4050e2bb9cf 2018-08-12 08:56:50,048 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.36472201347s 2018-08-12 08:56:50,049 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/19c46b64-68d7-43fb-91dc-f6ea5434cbbe.json used request id req-0ab96077-58c9-4862-8cb3-d4050e2bb9cf 2018-08-12 08:56:50,049 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 08:56:50,050 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}679ce04ce10a083061adbb6d17a0885ba4f94e8a" 2018-08-12 08:56:50,366 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2755 X-Openstack-Request-Id: req-f1faf100-1663-431e-96ea-d99c515e745a Date: Sun, 12 Aug 2018 08:56:50 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":7,"port_security_enabled":true,"mtu":1500,"id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"310f5853751a4c968f3eeb0a3d99a0a8","status":"ACTIVE","subnets":["ec788992-fa73-45cc-a7d9-6d44542124c2"],"description":"","tags":[],"updated_at":"2018-08-12T05:35:20Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"310f5853751a4c968f3eeb0a3d99a0a8","created_at":"2018-08-12T05:04:23Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"0b6ccd29-816a-48ec-b556-fe3722d906ef","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a267b9a156244bb192691cff6e5f74fe","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T08:56:49Z","provider:segmentation_id":46,"name":"neutron_trunk-net_1ccf49d0-60e2-4f52-a35e-a905e15d846e","admin_state_up":true,"tenant_id":"a267b9a156244bb192691cff6e5f74fe","created_at":"2018-08-12T08:54:17Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"362995a0-5efc-47a4-9b82-b152f7be6688","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ff7abd7bb61f4f2889831e932d65dc2e","status":"ACTIVE","subnets":["05ae82a9-54f4-471a-b220-748a180a057a"],"description":"","tags":[],"updated_at":"2018-08-12T06:20:11Z","provider:segmentation_id":73,"name":"pns-internal-net2_0888abd2-2765-41a2-9cf5-24a1755ef722","admin_state_up":true,"tenant_id":"ff7abd7bb61f4f2889831e932d65dc2e","created_at":"2018-08-12T06:20:11Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"e101bfa0-88d4-4aed-bea7-666211ceee40","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ff7abd7bb61f4f2889831e932d65dc2e","status":"ACTIVE","subnets":["696f7d01-cc12-43cf-b10d-283c60e7d6e0"],"description":"","tags":[],"updated_at":"2018-08-12T06:20:10Z","provider:segmentation_id":58,"name":"pns-internal-net_0888abd2-2765-41a2-9cf5-24a1755ef722","admin_state_up":true,"tenant_id":"ff7abd7bb61f4f2889831e932d65dc2e","created_at":"2018-08-12T06:20:09Z","provider:network_type":"vxlan"}]} 2018-08-12 08:56:50,367 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-f1faf100-1663-431e-96ea-d99c515e745a 2018-08-12 08:56:50,367 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.31748008728s 2018-08-12 08:56:50,367 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-f1faf100-1663-431e-96ea-d99c515e745a 2018-08-12 08:56:50,369 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-12 08:56:50,369 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/networks/0b6ccd29-816a-48ec-b556-fe3722d906ef.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}679ce04ce10a083061adbb6d17a0885ba4f94e8a" 2018-08-12 08:56:51,893 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-fa9238cf-5655-4662-a8a3-ce0f6814f52f Date: Sun, 12 Aug 2018 08:56:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 08:56:51,894 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/0b6ccd29-816a-48ec-b556-fe3722d906ef.json used request id req-fa9238cf-5655-4662-a8a3-ce0f6814f52f 2018-08-12 08:56:51,894 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.52477002144s 2018-08-12 08:56:51,894 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/0b6ccd29-816a-48ec-b556-fe3722d906ef.json used request id req-fa9238cf-5655-4662-a8a3-ce0f6814f52f 2018-08-12 08:56:51,899 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 08:56:51,903 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}679ce04ce10a083061adbb6d17a0885ba4f94e8a" 2018-08-12 08:56:52,132 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1207 Content-Type: application/json X-Openstack-Request-Id: req-95878314-b563-48d9-9109-01cf65ba87a2 Date: Sun, 12 Aug 2018 08:56:52 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/b2564b0f-a6f9-4f32-a5fa-334e9b710f34/snap", "metadata": {}}], "file": "/v2/images/b2564b0f-a6f9-4f32-a5fa-334e9b710f34/file", "owner": "a267b9a156244bb192691cff6e5f74fe", "id": "b2564b0f-a6f9-4f32-a5fa-334e9b710f34", "size": 12716032, "self": "/v2/images/b2564b0f-a6f9-4f32-a5fa-334e9b710f34", "disk_format": "qcow2", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/b2564b0f-a6f9-4f32-a5fa-334e9b710f34/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-12T08:54:23Z", "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_1ccf49d0-60e2-4f52-a35e-a905e15d846e", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_1ccf49d0-60e2-4f52-a35e-a905e15d846e", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-12T08:54:23Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 08:56:52,133 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-95878314-b563-48d9-9109-01cf65ba87a2 2018-08-12 08:56:52,133 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.233660936356s 2018-08-12 08:56:52,133 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-95878314-b563-48d9-9109-01cf65ba87a2 2018-08-12 08:56:52,135 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-12 08:56:52,140 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9292/v2/images/b2564b0f-a6f9-4f32-a5fa-334e9b710f34 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}679ce04ce10a083061adbb6d17a0885ba4f94e8a" 2018-08-12 08:56:53,383 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-dd6dc228-4da4-469d-9c93-c0ce18ac2584 Date: Sun, 12 Aug 2018 08:56: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 08:56:53,384 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/b2564b0f-a6f9-4f32-a5fa-334e9b710f34 used request id req-dd6dc228-4da4-469d-9c93-c0ce18ac2584 2018-08-12 08:56:53,384 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.24877309799s 2018-08-12 08:56:53,384 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/b2564b0f-a6f9-4f32-a5fa-334e9b710f34 used request id req-dd6dc228-4da4-469d-9c93-c0ce18ac2584 2018-08-12 08:56:53,385 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-12 08:56:53,388 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}679ce04ce10a083061adbb6d17a0885ba4f94e8a" 2018-08-12 08:56:53,412 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:56: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-606fd74f-39c3-49f6-95c6-b19ca14c2584 x-compute-request-id: req-606fd74f-39c3-49f6-95c6-b19ca14c2584 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavors": [{"name": "neutron_trunk-flavor_1ccf49d0-60e2-4f52-a35e-a905e15d846e", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/25208261-b22a-4cdb-839d-0c838543ec40", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/25208261-b22a-4cdb-839d-0c838543ec40", "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": "25208261-b22a-4cdb-839d-0c838543ec40"}]} 2018-08-12 08:56:53,412 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-606fd74f-39c3-49f6-95c6-b19ca14c2584 2018-08-12 08:56:53,412 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0276329517365s 2018-08-12 08:56:53,413 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-606fd74f-39c3-49f6-95c6-b19ca14c2584 2018-08-12 08:56:53,415 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-12 08:56:53,417 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/flavors/25208261-b22a-4cdb-839d-0c838543ec40 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}679ce04ce10a083061adbb6d17a0885ba4f94e8a" 2018-08-12 08:56:53,448 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 08:56: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-9dbeeb94-d046-42e6-9aae-0fc48d1cdac8 x-compute-request-id: req-9dbeeb94-d046-42e6-9aae-0fc48d1cdac8 Content-Length: 0 Content-Type: application/json 2018-08-12 08:56:53,448 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/25208261-b22a-4cdb-839d-0c838543ec40 used request id req-9dbeeb94-d046-42e6-9aae-0fc48d1cdac8 2018-08-12 08:56:53,448 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0335121154785s 2018-08-12 08:56:53,449 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/25208261-b22a-4cdb-839d-0c838543ec40 used request id req-9dbeeb94-d046-42e6-9aae-0fc48d1cdac8 2018-08-12 08:56:53,512 - xtesting.ci.run_tests - INFO - Loading test case 'networking-bgpvpn'... 2018-08-12 08:56:53,558 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-12 08:56:53,558 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-12 08:56:53,558 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-12 08:56:53,559 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-12 08:56:53,559 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-12 08:56:53,559 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-12 08:56:53,559 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-12 08:56:53,559 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-12 08:56:53,559 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-12 08:56:53,559 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-12 08:56:53,559 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-12 08:56:53,559 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-12 08:56:53,559 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-12 08:56:53,559 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-12 08:56:53,560 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-12 08:56:53,560 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-12 08:56:53,560 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-12 08:56:53,560 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-12 08:56:53,560 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-12 08:56:53,560 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-12 08:56:53,560 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-12 08:56:53,560 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-12 08:56:53,560 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-12 08:56:53,560 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-12 08:56:53,560 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-12 08:56:53,562 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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 08:56:53,569 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:56:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ed443eec-aa37-4240-a82f-da239053ee57 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:56:53,569 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-ed443eec-aa37-4240-a82f-da239053ee57 2018-08-12 08:56:53,569 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-08-12 08:56:53,952 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:56:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["VpYQTA0ISUmRH5AIHg2glg"], "issued_at": "2018-08-12T08:56:53.000000Z"}} 2018-08-12 08:56:53,955 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 08:56:53,955 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}a5b356ee7ae57f16323d349d84a48038d4d17bfc" 2018-08-12 08:56:54,226 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-6d0dcfa8-57e3-4e63-a1a1-808baec38058 Date: Sun, 12 Aug 2018 08:56:54 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":7,"port_security_enabled":true,"mtu":1500,"id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"310f5853751a4c968f3eeb0a3d99a0a8","status":"ACTIVE","subnets":["ec788992-fa73-45cc-a7d9-6d44542124c2"],"description":"","tags":[],"updated_at":"2018-08-12T05:35:20Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"310f5853751a4c968f3eeb0a3d99a0a8","created_at":"2018-08-12T05:04:23Z","provider:network_type":"flat"}]} 2018-08-12 08:56:54,226 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-6d0dcfa8-57e3-4e63-a1a1-808baec38058 2018-08-12 08:56:54,226 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.27116394043s 2018-08-12 08:56:54,226 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-6d0dcfa8-57e3-4e63-a1a1-808baec38058 2018-08-12 08:56:54,227 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-12 08:56:57,127 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-08-12 08:56:59,842 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | f5a56d63-e8a1-4563-a13c-01e1c1e8dfc8 | 2018-08-12T08:56:59.459347 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: f5a56d63-e8a1-4563-a13c-01e1c1e8dfc8 ~/.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 08:57:03,635 - 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 08:57:03,635 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-08-12 08:57:06,317 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-08-12 08:57:10,070 - 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=0d76de66-c585-4f79-a1a7-4e7e2132fd74) as the default verifier for the future CLI operations. 2018-08-12 08:57:13,473 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.extensions 2018-08-12 08:57:13,475 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}a5b356ee7ae57f16323d349d84a48038d4d17bfc" 2018-08-12 08:57:13,659 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 8053 X-Openstack-Request-Id: req-f437a7f6-3d62-4f22-ad94-0aff4534e5cc Date: Sun, 12 Aug 2018 08:57:13 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": "trunk-details", "updated": "2016-01-01T10:00:00-00:00", "name": "Trunk port details", "links": [], "description": "Expose trunk port details"}, {"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": "tag", "updated": "2016-01-01T00:00:00-00:00", "name": "Tag support", "links": [], "description": "Enables to set tag on resources."}, {"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: trunk, policy, security_group, floatingip", "links": [], "description": "Enables to set tag on resources with standard attribute."}, {"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": "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": "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": "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": "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": "tag-ext", "updated": "2017-01-01T00:00:00-00:00", "name": "Tag support for resources: subnet, subnetpool, port, router", "links": [], "description": "Extends tag support to more L2 and L3 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": "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 08:57:13,660 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/extensions.json used request id req-f437a7f6-3d62-4f22-ad94-0aff4534e5cc 2018-08-12 08:57:13,660 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.extensions in 0.185884952545s 2018-08-12 08:57:13,660 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/extensions.json used request id req-f437a7f6-3d62-4f22-ad94-0aff4534e5cc 2018-08-12 08:57:13,667 - functest.opnfv_tests.openstack.tempest.tempest - WARNING - Cannot find Neutron extension: bgpvpn 2018-08-12 08:57:13,667 - xtesting.ci.run_tests - INFO - Skipping test case 'networking-bgpvpn'... 2018-08-12 08:57:13,668 - xtesting.ci.run_tests - INFO - Test result: +---------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------------+------------------+------------------+----------------+ | networking-bgpvpn | functest | 00:00 | SKIP | +---------------------------+------------------+------------------+----------------+ 2018-08-12 08:57:13,732 - xtesting.ci.run_tests - INFO - Loading test case 'networking-sfc'... 2018-08-12 08:57:13,773 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-12 08:57:13,774 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-12 08:57:13,774 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-12 08:57:13,774 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-12 08:57:13,774 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-12 08:57:13,774 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-12 08:57:13,774 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-12 08:57:13,774 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-12 08:57:13,774 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-12 08:57:13,774 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-12 08:57:13,774 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-12 08:57:13,774 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-12 08:57:13,774 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-12 08:57:13,775 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-12 08:57:13,775 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-12 08:57:13,775 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-12 08:57:13,775 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-12 08:57:13,775 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-12 08:57:13,775 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-12 08:57:13,775 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-12 08:57:13,775 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-12 08:57:13,775 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-12 08:57:13,775 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-12 08:57:13,775 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-12 08:57:13,775 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-12 08:57:13,781 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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 08:57:13,786 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:57:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-68f8a7f3-4586-43e6-81dd-ae20b34bd3a8 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:57:13,786 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-68f8a7f3-4586-43e6-81dd-ae20b34bd3a8 2018-08-12 08:57:13,787 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-08-12 08:57:14,172 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:57:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["_XO2A1GTQhSyFAwtzQCRXA"], "issued_at": "2018-08-12T08:57:14.000000Z"}} 2018-08-12 08:57:14,175 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 08:57:14,176 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}62ab514c5488b0200de42b64dc86bbb420b4c21c" 2018-08-12 08:57:14,441 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-7d18ff6c-8094-47eb-9335-e502888a5fa2 Date: Sun, 12 Aug 2018 08:57:14 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":7,"port_security_enabled":true,"mtu":1500,"id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"310f5853751a4c968f3eeb0a3d99a0a8","status":"ACTIVE","subnets":["ec788992-fa73-45cc-a7d9-6d44542124c2"],"description":"","tags":[],"updated_at":"2018-08-12T05:35:20Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"310f5853751a4c968f3eeb0a3d99a0a8","created_at":"2018-08-12T05:04:23Z","provider:network_type":"flat"}]} 2018-08-12 08:57:14,441 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-7d18ff6c-8094-47eb-9335-e502888a5fa2 2018-08-12 08:57:14,441 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.265773057938s 2018-08-12 08:57:14,441 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-7d18ff6c-8094-47eb-9335-e502888a5fa2 2018-08-12 08:57:14,442 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-12 08:57:17,234 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-08-12 08:57:20,071 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | 8dedcecb-94dc-4f98-b956-203f77c0351c | 2018-08-12T08:57:19.708504 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: 8dedcecb-94dc-4f98-b956-203f77c0351c ~/.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 08:57:23,772 - 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 08:57:23,772 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-08-12 08:57:26,661 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-08-12 08:57:30,715 - 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=7041a4ee-a973-4cd2-8ef2-69da821dcc16) as the default verifier for the future CLI operations. 2018-08-12 08:57:34,004 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.extensions 2018-08-12 08:57:34,005 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}62ab514c5488b0200de42b64dc86bbb420b4c21c" 2018-08-12 08:57:34,209 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 8053 X-Openstack-Request-Id: req-7578b4d7-0a7a-4f8b-9341-0d0e5b12871d Date: Sun, 12 Aug 2018 08:57:34 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": "trunk-details", "updated": "2016-01-01T10:00:00-00:00", "name": "Trunk port details", "links": [], "description": "Expose trunk port details"}, {"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": "tag", "updated": "2016-01-01T00:00:00-00:00", "name": "Tag support", "links": [], "description": "Enables to set tag on resources."}, {"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: trunk, policy, security_group, floatingip", "links": [], "description": "Enables to set tag on resources with standard attribute."}, {"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": "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": "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": "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": "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": "tag-ext", "updated": "2017-01-01T00:00:00-00:00", "name": "Tag support for resources: subnet, subnetpool, port, router", "links": [], "description": "Extends tag support to more L2 and L3 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": "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 08:57:34,210 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/extensions.json used request id req-7578b4d7-0a7a-4f8b-9341-0d0e5b12871d 2018-08-12 08:57:34,210 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.extensions in 0.205168962479s 2018-08-12 08:57:34,210 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/extensions.json used request id req-7578b4d7-0a7a-4f8b-9341-0d0e5b12871d 2018-08-12 08:57:34,218 - functest.opnfv_tests.openstack.tempest.tempest - WARNING - Cannot find Neutron extension: sfc 2018-08-12 08:57:34,218 - xtesting.ci.run_tests - INFO - Skipping test case 'networking-sfc'... 2018-08-12 08:57:34,219 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | networking-sfc | functest | 00:00 | SKIP | +------------------------+------------------+------------------+----------------+ 2018-08-12 08:57:34,283 - xtesting.ci.run_tests - INFO - Loading test case 'barbican'... 2018-08-12 08:57:34,337 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-12 08:57:34,337 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-12 08:57:34,338 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-12 08:57:34,338 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-12 08:57:34,338 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-12 08:57:34,338 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-12 08:57:34,338 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-12 08:57:34,338 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-12 08:57:34,338 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-12 08:57:34,338 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-12 08:57:34,338 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-12 08:57:34,338 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-12 08:57:34,338 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-12 08:57:34,338 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-12 08:57:34,338 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-12 08:57:34,339 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-12 08:57:34,339 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-12 08:57:34,339 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-12 08:57:34,339 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-12 08:57:34,339 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-12 08:57:34,339 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-12 08:57:34,339 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-12 08:57:34,339 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-12 08:57:34,339 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-12 08:57:34,339 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-12 08:57:34,343 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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 08:57:34,349 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:57:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4ef7b4be-bba2-4155-a851-c95c2c8fe282 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:57:34,349 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-4ef7b4be-bba2-4155-a851-c95c2c8fe282 2018-08-12 08:57:34,350 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-08-12 08:57:34,737 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:57:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["jeV341F3STW5mP_1DM3NMQ"], "issued_at": "2018-08-12T08:57:34.000000Z"}} 2018-08-12 08:57:34,740 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 08:57:34,741 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}eae2e97c8738f9477d8f718fe033b24a2a732a01" 2018-08-12 08:57:34,962 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-d68db186-c22b-481e-b06a-8723e6566927 Date: Sun, 12 Aug 2018 08:57:34 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":7,"port_security_enabled":true,"mtu":1500,"id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"310f5853751a4c968f3eeb0a3d99a0a8","status":"ACTIVE","subnets":["ec788992-fa73-45cc-a7d9-6d44542124c2"],"description":"","tags":[],"updated_at":"2018-08-12T05:35:20Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"310f5853751a4c968f3eeb0a3d99a0a8","created_at":"2018-08-12T05:04:23Z","provider:network_type":"flat"}]} 2018-08-12 08:57:34,962 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-d68db186-c22b-481e-b06a-8723e6566927 2018-08-12 08:57:34,962 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.221866130829s 2018-08-12 08:57:34,963 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-d68db186-c22b-481e-b06a-8723e6566927 2018-08-12 08:57:34,963 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-12 08:57:37,800 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-08-12 08:57:40,623 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | 9a208e6c-c613-4569-b0d0-c60df4f5a0e5 | 2018-08-12T08:57:40.312140 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: 9a208e6c-c613-4569-b0d0-c60df4f5a0e5 ~/.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 08:57:44,415 - 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 08:57:44,416 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-08-12 08:57:47,172 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-08-12 08:57:51,163 - 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=b0d08d1b-3208-47a9-b4ad-bd4eee8df655) as the default verifier for the future CLI operations. 2018-08-12 08:57:54,525 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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 08:57:54,532 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:57:54 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:57:54,536 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-08-12 08:57:54,539 - 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 08:57:54,545 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:57:54 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://192.30.9.4:35357/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://192.30.9.4:35357/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:57:54,546 - 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}eae2e97c8738f9477d8f718fe033b24a2a732a01" 2018-08-12 08:57:54,646 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:57:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2f77119b-39cd-49c3-a17d-283a26930f22 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"services": [{"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.4:35357/v3/services/15c0704ff3984609bc46a7ae9df6d854"}, "enabled": true, "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.4:35357/v3/services/19d3b3318551439c9543240172cdbd78"}, "enabled": true, "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.4:35357/v3/services/1dbfa23d060f4e70aa33e1cf9b50ab15"}, "enabled": true, "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.4:35357/v3/services/209950594c2b43048ba72516819c6386"}, "enabled": true, "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.4:35357/v3/services/2a58b259627349678c35c4f7a309d1b8"}, "enabled": true, "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.4:35357/v3/services/3420b5d212e345eca027a97d5de7638f"}, "enabled": true, "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.4:35357/v3/services/42a6b5976d8645e8a4c7c24467befa4d"}, "enabled": true, "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.4:35357/v3/services/4c895a2543ed4b87a379b8595130a8f7"}, "enabled": true, "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.4:35357/v3/services/715f238e402745d38ee9f3b37fa5b7b2"}, "enabled": true, "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.4:35357/v3/services/7229e6f7777f43d58cbed8a7dd0304d6"}, "enabled": true, "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.4:35357/v3/services/7fc41da629194ab488892d45d20f194e"}, "enabled": true, "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.4:35357/v3/services/99e7c5a4539d41d8ac9078a76fcee515"}, "enabled": true, "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.4:35357/v3/services/bab20e1e10e642b3b651400b1c4f18bf"}, "enabled": true, "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.4:35357/v3/services/cb46eeaecd3148259c3e255a5497608c"}, "enabled": true, "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.4:35357/v3/services/e5f94bd0ef324f738590907aed02c0f1"}, "enabled": true, "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "links": {"self": "http://192.30.9.4:35357/v3/services", "previous": null, "next": null}} 2018-08-12 08:57:54,647 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.4:35357/v3/services used request id req-2f77119b-39cd-49c3-a17d-283a26930f22 2018-08-12 08:57:54,647 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.110245943069s 2018-08-12 08:57:54,647 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.4:35357/v3/services used request id req-2f77119b-39cd-49c3-a17d-283a26930f22 2018-08-12 08:57:54,653 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.extensions 2018-08-12 08:57:54,653 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}eae2e97c8738f9477d8f718fe033b24a2a732a01" 2018-08-12 08:57:54,856 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 8053 X-Openstack-Request-Id: req-dc490bc3-d1bb-4540-950b-c67117c28805 Date: Sun, 12 Aug 2018 08:57:54 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": "trunk-details", "updated": "2016-01-01T10:00:00-00:00", "name": "Trunk port details", "links": [], "description": "Expose trunk port details"}, {"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": "tag", "updated": "2016-01-01T00:00:00-00:00", "name": "Tag support", "links": [], "description": "Enables to set tag on resources."}, {"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: trunk, policy, security_group, floatingip", "links": [], "description": "Enables to set tag on resources with standard attribute."}, {"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": "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": "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": "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": "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": "tag-ext", "updated": "2017-01-01T00:00:00-00:00", "name": "Tag support for resources: subnet, subnetpool, port, router", "links": [], "description": "Extends tag support to more L2 and L3 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": "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 08:57:54,856 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/extensions.json used request id req-dc490bc3-d1bb-4540-950b-c67117c28805 2018-08-12 08:57:54,856 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.extensions in 0.203232049942s 2018-08-12 08:57:54,856 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/extensions.json used request id req-dc490bc3-d1bb-4540-950b-c67117c28805 2018-08-12 08:57:54,860 - xtesting.ci.run_tests - INFO - Skipping test case 'barbican'... 2018-08-12 08:57:54,860 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | barbican | functest | 00:00 | SKIP | +-------------------+------------------+------------------+----------------+ 2018-08-12 08:57:54,865 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------------+------------------+---------------+------------------+----------------+ | tempest_smoke | functest | smoke | 06:21 | PASS | | neutron-tempest-plugin-api | functest | smoke | 14:37 | FAIL | | rally_sanity | functest | smoke | 28:38 | PASS | | patrole | functest | smoke | 01:59 | PASS | | vmtp | functest | smoke | 39:43 | FAIL | | shaker | functest | smoke | 65:12 | FAIL | | snaps_smoke | functest | smoke | 48:37 | PASS | | neutron_trunk | functest | smoke | 02:26 | PASS | | networking-bgpvpn | functest | smoke | 00:00 | SKIP | | networking-sfc | functest | smoke | 00:00 | SKIP | | barbican | functest | smoke | 00:00 | SKIP | | refstack_defcore | functest | smoke | 00:00 | SKIP | +------------------------------------+------------------+---------------+------------------+----------------+ 2018-08-12 08:57:54,878 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-08-12 08:57:55,102 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-12 08:57:55,201 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-12 08:57:58,127 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-212 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-odl-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-08-12 08:57:58,130 - 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.21,192.30.9.4 export OS_USER_DOMAIN_NAME=Default export OS_VOLUME_API_VERSION=3.50 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.21:5000//v3 export NOVA_VERSION=1.1 export OS_IMAGE_API_VERSION=2 export OS_PASSWORD=6mk3VM4emyArWYUDBeCAFUnEP 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=a267b9a156244bb192691cff6e5f74fe export OS_TENANT_NAME=admin export SDN_CONTROLLER_IP=192.30.9.4 export SDN_CONTROLLER_PASSWORD=cpmVHhQecqUaz4fh8rsrddwU6 export OS_REGION_NAME=regionOne 2018-08-12 08:57:58,130 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-08-12 08:57:58,130 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+---------------------+-------------------+ | TIERS | ORDER | DESCRIPTION | TESTCASES | +---------------+---------------+---------------------+-------------------+ +---------------+---------------+---------------------+-------------------+ 2018-08-12 08:57:58,131 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------------+------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------------+------------------------+------------------+------------------+----------------+ | doctor-notification | doctor | features | 00:00 | SKIP | | bgpvpn | sdnvpn | features | 00:00 | SKIP | | 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 08:57:58,133 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-08-12 08:58:00,660 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-212 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-odl-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-08-12 08:58:00,665 - 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.21,192.30.9.4 export OS_USER_DOMAIN_NAME=Default export OS_VOLUME_API_VERSION=3.50 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.21:5000//v3 export NOVA_VERSION=1.1 export OS_IMAGE_API_VERSION=2 export OS_PASSWORD=6mk3VM4emyArWYUDBeCAFUnEP 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=a267b9a156244bb192691cff6e5f74fe export OS_TENANT_NAME=admin export SDN_CONTROLLER_IP=192.30.9.4 export SDN_CONTROLLER_PASSWORD=cpmVHhQecqUaz4fh8rsrddwU6 export OS_REGION_NAME=regionOne 2018-08-12 08:58:00,665 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-08-12 08:58:00,666 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+---------------------------------------+----------------------------------------+ | TIERS | ORDER | DESCRIPTION | TESTCASES | +---------------+---------------+---------------------------------------+----------------------------------------+ | vnf | 4 | Collection of VNF test cases. | cloudify cloudify_ims heat_ims | | | | | vyos_vrouter juju_epc | +---------------+---------------+---------------------------------------+----------------------------------------+ 2018-08-12 08:58:00,685 - xtesting.ci.run_tests - INFO - Loading test case 'cloudify'... 2018-08-12 08:58:01,074 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-12 08:58:01,074 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-12 08:58:01,074 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-12 08:58:01,074 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-12 08:58:01,074 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-12 08:58:01,074 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-12 08:58:01,074 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-12 08:58:01,074 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-12 08:58:01,074 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-12 08:58:01,074 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-12 08:58:01,074 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-12 08:58:01,074 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-12 08:58:01,074 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-12 08:58:01,074 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-12 08:58:01,074 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-12 08:58:01,074 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-12 08:58:01,074 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-12 08:58:01,075 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-12 08:58:01,075 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-12 08:58:01,075 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-12 08:58:01,075 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-12 08:58:01,079 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-12 08:58:01,080 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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 08:58:01,087 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:58:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8f78c374-8135-4d61-b6eb-e5d0b6bc7642 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:58:01,087 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-8f78c374-8135-4d61-b6eb-e5d0b6bc7642 2018-08-12 08:58:01,087 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-08-12 08:58:01,485 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T09:58:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["uq1-QzKQR1iTOq4qgpeKIg"], "issued_at": "2018-08-12T08:58:01.000000Z"}} 2018-08-12 08:58:01,488 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 08:58:01,489 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}0becec1b62cd7657443bf73e01b2e75216d20ebf" 2018-08-12 08:58:01,745 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-f4b42a67-bc16-4662-bf16-b1d66d8f2006 Date: Sun, 12 Aug 2018 08:58:01 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":7,"port_security_enabled":true,"mtu":1500,"id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"310f5853751a4c968f3eeb0a3d99a0a8","status":"ACTIVE","subnets":["ec788992-fa73-45cc-a7d9-6d44542124c2"],"description":"","tags":[],"updated_at":"2018-08-12T05:35:20Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"310f5853751a4c968f3eeb0a3d99a0a8","created_at":"2018-08-12T05:04:23Z","provider:network_type":"flat"}]} 2018-08-12 08:58:01,745 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-f4b42a67-bc16-4662-bf16-b1d66d8f2006 2018-08-12 08:58:01,746 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.257121086121s 2018-08-12 08:58:01,746 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-f4b42a67-bc16-4662-bf16-b1d66d8f2006 2018-08-12 08:58:01,754 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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 08:58:01,759 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 08:58:01 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 08:58:01,760 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-12 08:58:01,764 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}0becec1b62cd7657443bf73e01b2e75216d20ebf" 2018-08-12 08:58:01,858 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:58:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6f6f31bd-d00f-418d-a01d-657461ef13e5 Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.21:5000/v3/domains/1eec97585bde483292ece28ee11f4b8d"}, "tags": [], "enabled": true, "id": "1eec97585bde483292ece28ee11f4b8d", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains", "previous": null, "next": null}} 2018-08-12 08:58:01,858 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-6f6f31bd-d00f-418d-a01d-657461ef13e5 2018-08-12 08:58:01,859 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0980160236359s 2018-08-12 08:58:01,859 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-6f6f31bd-d00f-418d-a01d-657461ef13e5 2018-08-12 08:58:01,866 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-12 08:58:01,869 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}0becec1b62cd7657443bf73e01b2e75216d20ebf" -d '{"project": {"description": "Created by OPNFV Functest: cloudify", "enabled": true, "domain_id": "default", "name": "cloudify-project_55f36722-c9d2-4d57-af79-ff0967db0574"}}' 2018-08-12 08:58:01,994 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:58:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-755a9680-c893-4559-b1e0-4f8139887dad Content-Length: 362 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: cloudify", "links": {"self": "http://172.30.9.21:5000/v3/projects/52ada6bae536420c85c928a9c2576a96"}, "tags": [], "enabled": true, "id": "52ada6bae536420c85c928a9c2576a96", "parent_id": "default", "domain_id": "default", "name": "cloudify-project_55f36722-c9d2-4d57-af79-ff0967db0574"}} 2018-08-12 08:58:01,994 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-755a9680-c893-4559-b1e0-4f8139887dad 2018-08-12 08:58:01,994 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.12796998024s 2018-08-12 08:58:01,995 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-755a9680-c893-4559-b1e0-4f8139887dad 2018-08-12 08:58:01,995 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'is_domain': False, 'description': u'Created by OPNFV Functest: cloudify', u'tags': [], 'enabled': True, 'id': u'52ada6bae536420c85c928a9c2576a96', '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'cloudify-project_55f36722-c9d2-4d57-af79-ff0967db0574'}) 2018-08-12 08:58:02,002 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-12 08:58:02,005 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}0becec1b62cd7657443bf73e01b2e75216d20ebf" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "cd2b10e0-a1f3-45bd-9a2f-7f4297a20c7b", "email": null, "name": "cloudify-user_55f36722-c9d2-4d57-af79-ff0967db0574"}}' 2018-08-12 08:58:02,389 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:58:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2053f24e-fd37-45d0-98d6-e0f4b13daa94 Content-Length: 323 Content-Type: application/json RESP BODY: {"user": {"name": "cloudify-user_55f36722-c9d2-4d57-af79-ff0967db0574", "links": {"self": "http://172.30.9.21:5000/v3/users/352e5edce8244c5b9b486d8589c83271"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "352e5edce8244c5b9b486d8589c83271", "domain_id": "default", "password_expires_at": null}} 2018-08-12 08:58:02,389 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/users used request id req-2053f24e-fd37-45d0-98d6-e0f4b13daa94 2018-08-12 08:58:02,389 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.387423038483s 2018-08-12 08:58:02,389 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/users used request id req-2053f24e-fd37-45d0-98d6-e0f4b13daa94 2018-08-12 08:58:02,390 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'352e5edce8244c5b9b486d8589c83271', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'cloudify-user_55f36722-c9d2-4d57-af79-ff0967db0574'}) 2018-08-12 08:58:02,393 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-12 08:58:02,397 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}0becec1b62cd7657443bf73e01b2e75216d20ebf" 2018-08-12 08:58:02,485 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:58:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ccbdf2dd-da6c-48ab-a8e1-0f843ed97dc0 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:58:02,485 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-ccbdf2dd-da6c-48ab-a8e1-0f843ed97dc0 2018-08-12 08:58:02,485 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0915341377258s 2018-08-12 08:58:02,485 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-ccbdf2dd-da6c-48ab-a8e1-0f843ed97dc0 2018-08-12 08:58:02,490 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-12 08:58:02,493 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}0becec1b62cd7657443bf73e01b2e75216d20ebf" 2018-08-12 08:58:02,587 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:58:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0c30b8ee-2f75-4c61-a09b-c61c41aa48d4 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:58:02,588 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-0c30b8ee-2f75-4c61-a09b-c61c41aa48d4 2018-08-12 08:58:02,588 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0975699424744s 2018-08-12 08:58:02,588 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-0c30b8ee-2f75-4c61-a09b-c61c41aa48d4 2018-08-12 08:58:02,589 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-08-12 08:58:02,593 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.roles 2018-08-12 08:58:02,596 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}0becec1b62cd7657443bf73e01b2e75216d20ebf" -d '{"role": {"name": "Member"}}' 2018-08-12 08:58:02,712 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 08:58:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5c9764be-2ef3-4c98-8160-c4f07ad08742 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "545fadf20fcd4dc0b5d1a0393c14eb12", "links": {"self": "http://172.30.9.21:5000/v3/roles/545fadf20fcd4dc0b5d1a0393c14eb12"}, "name": "Member"}} 2018-08-12 08:58:02,712 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-5c9764be-2ef3-4c98-8160-c4f07ad08742 2018-08-12 08:58:02,713 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.roles in 0.119532108307s 2018-08-12 08:58:02,713 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-5c9764be-2ef3-4c98-8160-c4f07ad08742 2018-08-12 08:58:02,713 - functest.core.tenantnetwork - DEBUG - role: Munch({'properties': {}, 'location': Munch({'project': Munch({'domain_id': None, 'id': None, 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': None, 'name': u'Member', 'id': u'545fadf20fcd4dc0b5d1a0393c14eb12'}) 2018-08-12 08:58:02,717 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-12 08:58:02,720 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}0becec1b62cd7657443bf73e01b2e75216d20ebf" 2018-08-12 08:58:02,816 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:58:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9faad34a-ea7e-418c-8da8-b9e38f42bbb9 Content-Encoding: gzip Content-Length: 353 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "545fadf20fcd4dc0b5d1a0393c14eb12", "links": {"self": "http://172.30.9.21:5000/v3/roles/545fadf20fcd4dc0b5d1a0393c14eb12"}, "name": "Member"}, {"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 08:58:02,816 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-9faad34a-ea7e-418c-8da8-b9e38f42bbb9 2018-08-12 08:58:02,816 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0991961956024s 2018-08-12 08:58:02,817 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-9faad34a-ea7e-418c-8da8-b9e38f42bbb9 2018-08-12 08:58:02,821 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-12 08:58:02,824 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}0becec1b62cd7657443bf73e01b2e75216d20ebf" 2018-08-12 08:58:02,845 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:58:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e8b8fa07-7135-4e05-9105-59632c091c34 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-12 08:58:02,845 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-e8b8fa07-7135-4e05-9105-59632c091c34 2018-08-12 08:58:02,846 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.024570941925s 2018-08-12 08:58:02,846 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-e8b8fa07-7135-4e05-9105-59632c091c34 2018-08-12 08:58:02,847 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-12 08:58:02,850 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}0becec1b62cd7657443bf73e01b2e75216d20ebf" 2018-08-12 08:58:02,957 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:58:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b622db69-435c-497a-bdd3-53e48450e56e Content-Encoding: gzip Content-Length: 840 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/105a247548624314b9228f85f6325f0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105a247548624314b9228f85f6325f0b", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/1c5de0eaa44543f08da6ad63a51594ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c5de0eaa44543f08da6ad63a51594ff", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/1d127b5b832547a88a547c116dfdd65b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d127b5b832547a88a547c116dfdd65b", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/1d5cfc170d624ce4ae53ae0507c8d517"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d5cfc170d624ce4ae53ae0507c8d517", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/2421820b75eb4d3ebd02830378d1377b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2421820b75eb4d3ebd02830378d1377b", "email": "heat@localhost", "password_expires_at": null}, {"name": "cloudify-user_55f36722-c9d2-4d57-af79-ff0967db0574", "links": {"self": "http://172.30.9.21:5000/v3/users/352e5edce8244c5b9b486d8589c83271"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "352e5edce8244c5b9b486d8589c83271", "domain_id": "default", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/40bd8ee54ecf44868cc83cede652c396"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40bd8ee54ecf44868cc83cede652c396", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/4f32fb8153854c4c9f5094b42b523f80"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f32fb8153854c4c9f5094b42b523f80", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7066130d08fb4db7bf4ab468de53933b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7066130d08fb4db7bf4ab468de53933b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/8d0898a83bcf4521bbc11501d5d7ac89"}, "domain_id": "1eec97585bde483292ece28ee11f4b8d", "enabled": true, "options": {}, "id": "8d0898a83bcf4521bbc11501d5d7ac89", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/9defcced327d476f8a3beab718a13da3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9defcced327d476f8a3beab718a13da3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/b80ee4f6992446e0879624dd436e99a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b80ee4f6992446e0879624dd436e99a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b86fd3e011324d398fcdb6f095a20a9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b86fd3e011324d398fcdb6f095a20a9d", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1701d2754064b5cadf765ea0806f9b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1701d2754064b5cadf765ea0806f9b2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/db4e7b8d76d549faa502716565c733dd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db4e7b8d76d549faa502716565c733dd", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-12 08:58:02,957 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-b622db69-435c-497a-bdd3-53e48450e56e 2018-08-12 08:58:02,957 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.110123872757s 2018-08-12 08:58:02,957 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-b622db69-435c-497a-bdd3-53e48450e56e 2018-08-12 08:58:02,969 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-12 08:58:02,972 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}0becec1b62cd7657443bf73e01b2e75216d20ebf" 2018-08-12 08:58:03,062 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:58:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ff7fc905-9cce-4e73-b432-ff1a1da4a135 Content-Encoding: gzip Content-Length: 397 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8"}, "tags": [], "enabled": true, "id": "310f5853751a4c968f3eeb0a3d99a0a8", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: cloudify", "links": {"self": "http://172.30.9.21:5000/v3/projects/52ada6bae536420c85c928a9c2576a96"}, "tags": [], "enabled": true, "id": "52ada6bae536420c85c928a9c2576a96", "parent_id": "default", "domain_id": "default", "name": "cloudify-project_55f36722-c9d2-4d57-af79-ff0967db0574"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "id": "a267b9a156244bb192691cff6e5f74fe", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-08-12 08:58:03,062 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-ff7fc905-9cce-4e73-b432-ff1a1da4a135 2018-08-12 08:58:03,062 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.093090057373s 2018-08-12 08:58:03,063 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-ff7fc905-9cce-4e73-b432-ff1a1da4a135 2018-08-12 08:58:03,070 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-12 08:58:03,073 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:5000/v3/role_assignments?user.id=352e5edce8244c5b9b486d8589c83271&role.id=545fadf20fcd4dc0b5d1a0393c14eb12&scope.project.id=52ada6bae536420c85c928a9c2576a96" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0becec1b62cd7657443bf73e01b2e75216d20ebf" 2018-08-12 08:58:03,182 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:58:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7cb93a70-c3a3-4308-846e-330704fc5e0a Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.21:5000/v3/role_assignments?user.id=352e5edce8244c5b9b486d8589c83271&role.id=545fadf20fcd4dc0b5d1a0393c14eb12&scope.project.id=52ada6bae536420c85c928a9c2576a96", "previous": null, "next": null}} 2018-08-12 08:58:03,182 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=352e5edce8244c5b9b486d8589c83271&role.id=545fadf20fcd4dc0b5d1a0393c14eb12&scope.project.id=52ada6bae536420c85c928a9c2576a96 used request id req-7cb93a70-c3a3-4308-846e-330704fc5e0a 2018-08-12 08:58:03,182 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.111649036407s 2018-08-12 08:58:03,182 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=352e5edce8244c5b9b486d8589c83271&role.id=545fadf20fcd4dc0b5d1a0393c14eb12&scope.project.id=52ada6bae536420c85c928a9c2576a96 used request id req-7cb93a70-c3a3-4308-846e-330704fc5e0a 2018-08-12 08:58:03,186 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-12 08:58:03,189 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:5000/v3/projects/52ada6bae536420c85c928a9c2576a96/users/352e5edce8244c5b9b486d8589c83271/roles/545fadf20fcd4dc0b5d1a0393c14eb12 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0becec1b62cd7657443bf73e01b2e75216d20ebf" 2018-08-12 08:58:03,339 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 08:58:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bcfd18f8-ba9e-40e5-89d1-c2d9e6e539a4 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 08:58:03,339 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/52ada6bae536420c85c928a9c2576a96/users/352e5edce8244c5b9b486d8589c83271/roles/545fadf20fcd4dc0b5d1a0393c14eb12 used request id req-bcfd18f8-ba9e-40e5-89d1-c2d9e6e539a4 2018-08-12 08:58:03,339 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.153628826141s 2018-08-12 08:58:03,340 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/52ada6bae536420c85c928a9c2576a96/users/352e5edce8244c5b9b486d8589c83271/roles/545fadf20fcd4dc0b5d1a0393c14eb12 used request id req-bcfd18f8-ba9e-40e5-89d1-c2d9e6e539a4 2018-08-12 08:58:03,340 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'cloudify-project_55f36722-c9d2-4d57-af79-ff0967db0574', 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'52ada6bae536420c85c928a9c2576a96', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.50', 'password': 'cd2b10e0-a1f3-45bd-9a2f-7f4297a20c7b', 'username': u'cloudify-user_55f36722-c9d2-4d57-af79-ff0967db0574', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.21: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 08:58:03,341 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-12 08:58:03,342 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-12 08:58:03,342 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-12 08:58:03,342 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-12 08:58:03,342 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-12 08:58:03,342 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-12 08:58:03,342 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-12 08:58:03,342 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-12 08:58:03,342 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-12 08:58:03,343 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-12 08:58:03,343 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-12 08:58:03,343 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-12 08:58:03,343 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-12 08:58:03,343 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-12 08:58:03,343 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-12 08:58:03,343 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-12 08:58:03,343 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-12 08:58:03,343 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-12 08:58:03,344 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-12 08:58:03,344 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-12 08:58:03,344 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-12 08:58:03,344 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-12 08:58:03,345 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'cloudify-user_55f36722-c9d2-4d57-af79-ff0967db0574', 'password': 'cd2b10e0-a1f3-45bd-9a2f-7f4297a20c7b', 'project_name': 'cloudify-project_55f36722-c9d2-4d57-af79-ff0967db0574', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.21:5000//v3', 'project_id': '52ada6bae536420c85c928a9c2576a96', 'project_domain_name': 'Default'} 2018-08-12 08:58:03,346 - xtesting.ci.run_tests - INFO - Running test case 'cloudify'... 2018-08-12 08:58:03,347 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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 08:58:03,353 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:58:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a586dfa9-db9c-44e3-8867-829c75a7550e Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 08:58:03,353 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-a586dfa9-db9c-44e3-8867-829c75a7550e 2018-08-12 08:58:03,354 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-08-12 08:58:03,748 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "545fadf20fcd4dc0b5d1a0393c14eb12", "name": "Member"}], "expires_at": "2018-08-12T09:58:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "52ada6bae536420c85c928a9c2576a96", "name": "cloudify-project_55f36722-c9d2-4d57-af79-ff0967db0574"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/52ada6bae536420c85c928a9c2576a96", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/52ada6bae536420c85c928a9c2576a96", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/52ada6bae536420c85c928a9c2576a96", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_52ada6bae536420c85c928a9c2576a96", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_52ada6bae536420c85c928a9c2576a96", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/52ada6bae536420c85c928a9c2576a96", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/52ada6bae536420c85c928a9c2576a96", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/52ada6bae536420c85c928a9c2576a96", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/52ada6bae536420c85c928a9c2576a96", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/52ada6bae536420c85c928a9c2576a96", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/52ada6bae536420c85c928a9c2576a96", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/52ada6bae536420c85c928a9c2576a96", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/52ada6bae536420c85c928a9c2576a96", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/52ada6bae536420c85c928a9c2576a96", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "cloudify-user_55f36722-c9d2-4d57-af79-ff0967db0574", "id": "352e5edce8244c5b9b486d8589c83271"}, "audit_ids": ["K9sjz0pMQjmMw1nmPJp2Pw"], "issued_at": "2018-08-12T08:58:03.000000Z"}} 2018-08-12 08:58:03,753 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-12 08:58:03,754 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}274a41a9ca43f2806738ff12dfc9d252bd5f1f34" -d '{"network": {"name": "cloudify-net_55f36722-c9d2-4d57-af79-ff0967db0574", "admin_state_up": true}}' 2018-08-12 08:58:04,579 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 586 X-Openstack-Request-Id: req-24c56b20-db16-4a79-9fdb-1243e524efde Date: Sun, 12 Aug 2018 08:58:04 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"52ada6bae536420c85c928a9c2576a96","created_at":"2018-08-12T08:58:04Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T08:58:04Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"52ada6bae536420c85c928a9c2576a96","id":"2ec72790-410e-4c2d-b999-f422a31d6c96","name":"cloudify-net_55f36722-c9d2-4d57-af79-ff0967db0574"}} 2018-08-12 08:58:04,580 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-24c56b20-db16-4a79-9fdb-1243e524efde 2018-08-12 08:58:04,580 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.826818943024s 2018-08-12 08:58:04,580 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-24c56b20-db16-4a79-9fdb-1243e524efde 2018-08-12 08:58:04,581 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-12T08:58:04Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'id': u'2ec72790-410e-4c2d-b999-f422a31d6c96', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'cloudify-net_55f36722-c9d2-4d57-af79-ff0967db0574', u'admin_state_up': True, u'tenant_id': u'52ada6bae536420c85c928a9c2576a96', u'created_at': u'2018-08-12T08:58:04Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'52ada6bae536420c85c928a9c2576a96'}) 2018-08-12 08:58:04,582 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 08:58:04,582 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}274a41a9ca43f2806738ff12dfc9d252bd5f1f34" 2018-08-12 08:58:04,863 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1146 X-Openstack-Request-Id: req-68d9f487-b620-442f-b9c7-1ed48ec0de36 Date: Sun, 12 Aug 2018 08:58: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":["ec788992-fa73-45cc-a7d9-6d44542124c2"],"updated_at":"2018-08-12T05:35:20Z","tenant_id":"310f5853751a4c968f3eeb0a3d99a0a8","created_at":"2018-08-12T05:04:23Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":7,"admin_state_up":true,"shared":false,"project_id":"310f5853751a4c968f3eeb0a3d99a0a8","id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","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-12T08:58:04Z","tenant_id":"52ada6bae536420c85c928a9c2576a96","created_at":"2018-08-12T08:58:04Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"52ada6bae536420c85c928a9c2576a96","id":"2ec72790-410e-4c2d-b999-f422a31d6c96","name":"cloudify-net_55f36722-c9d2-4d57-af79-ff0967db0574"}]} 2018-08-12 08:58:04,863 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-68d9f487-b620-442f-b9c7-1ed48ec0de36 2018-08-12 08:58:04,863 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.281807899475s 2018-08-12 08:58:04,864 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-68d9f487-b620-442f-b9c7-1ed48ec0de36 2018-08-12 08:58:04,865 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-12 08:58:04,866 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}274a41a9ca43f2806738ff12dfc9d252bd5f1f34" -d '{"subnet": {"name": "cloudify-subnet_55f36722-c9d2-4d57-af79-ff0967db0574", "enable_dhcp": true, "network_id": "2ec72790-410e-4c2d-b999-f422a31d6c96", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-12 08:58:05,741 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-4f7f1edf-f278-4e24-a766-00122924c7de Date: Sun, 12 Aug 2018 08:58:05 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2ec72790-410e-4c2d-b999-f422a31d6c96","tenant_id":"52ada6bae536420c85c928a9c2576a96","created_at":"2018-08-12T08:58:05Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-12T08:58: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":"52ada6bae536420c85c928a9c2576a96","id":"d082a9e8-58fd-462c-a6f2-5d4c8abdbbd5","subnetpool_id":null,"name":"cloudify-subnet_55f36722-c9d2-4d57-af79-ff0967db0574"}} 2018-08-12 08:58:05,741 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-4f7f1edf-f278-4e24-a766-00122924c7de 2018-08-12 08:58:05,741 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.875246047974s 2018-08-12 08:58:05,741 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-4f7f1edf-f278-4e24-a766-00122924c7de 2018-08-12 08:58:05,742 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-12T08:58: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'd082a9e8-58fd-462c-a6f2-5d4c8abdbbd5', u'subnetpool_id': None, u'service_types': [], u'name': u'cloudify-subnet_55f36722-c9d2-4d57-af79-ff0967db0574', u'enable_dhcp': True, u'network_id': u'2ec72790-410e-4c2d-b999-f422a31d6c96', u'tenant_id': u'52ada6bae536420c85c928a9c2576a96', u'created_at': u'2018-08-12T08:58: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'52ada6bae536420c85c928a9c2576a96'}) 2018-08-12 08:58:05,742 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-12 08:58:05,743 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}274a41a9ca43f2806738ff12dfc9d252bd5f1f34" -d '{"router": {"external_gateway_info": {"network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3"}, "name": "cloudify-router_55f36722-c9d2-4d57-af79-ff0967db0574", "admin_state_up": true}}' 2018-08-12 08:58:07,105 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 619 X-Openstack-Request-Id: req-b14cca22-8e79-40b8-9efb-7f2197a4d180 Date: Sun, 12 Aug 2018 08:58:07 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ec788992-fa73-45cc-a7d9-6d44542124c2", "ip_address": "172.30.9.213"}]}, "description": "", "tags": [], "tenant_id": "52ada6bae536420c85c928a9c2576a96", "created_at": "2018-08-12T08:58:05Z", "admin_state_up": true, "updated_at": "2018-08-12T08:58:06Z", "revision_number": 2, "routes": [], "project_id": "52ada6bae536420c85c928a9c2576a96", "id": "9d4b320f-8861-4f7d-884d-977b49aeb9b6", "name": "cloudify-router_55f36722-c9d2-4d57-af79-ff0967db0574"}} 2018-08-12 08:58:07,105 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-b14cca22-8e79-40b8-9efb-7f2197a4d180 2018-08-12 08:58:07,105 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.36283588409s 2018-08-12 08:58:07,106 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-b14cca22-8e79-40b8-9efb-7f2197a4d180 2018-08-12 08:58:07,106 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'03886690-4630-4c4c-9ccb-7eedaa9b1fd3', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'ec788992-fa73-45cc-a7d9-6d44542124c2', u'ip_address': u'172.30.9.213'}]}, u'description': u'', u'tags': [], u'tenant_id': u'52ada6bae536420c85c928a9c2576a96', u'created_at': u'2018-08-12T08:58:05Z', u'admin_state_up': True, u'updated_at': u'2018-08-12T08:58:06Z', u'revision_number': 2, u'routes': [], u'project_id': u'52ada6bae536420c85c928a9c2576a96', u'id': u'9d4b320f-8861-4f7d-884d-977b49aeb9b6', u'name': u'cloudify-router_55f36722-c9d2-4d57-af79-ff0967db0574'}) 2018-08-12 08:58:07,107 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-12 08:58:07,107 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/9d4b320f-8861-4f7d-884d-977b49aeb9b6/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}274a41a9ca43f2806738ff12dfc9d252bd5f1f34" -d '{"subnet_id": "d082a9e8-58fd-462c-a6f2-5d4c8abdbbd5"}' 2018-08-12 08:58:09,353 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-7bca9926-097a-4c43-959a-25905558ca0e Date: Sun, 12 Aug 2018 08:58:09 GMT RESP BODY: {"network_id": "2ec72790-410e-4c2d-b999-f422a31d6c96", "tenant_id": "52ada6bae536420c85c928a9c2576a96", "subnet_id": "d082a9e8-58fd-462c-a6f2-5d4c8abdbbd5", "subnet_ids": ["d082a9e8-58fd-462c-a6f2-5d4c8abdbbd5"], "port_id": "a9167898-64a5-409f-a49e-864079bf5744", "id": "9d4b320f-8861-4f7d-884d-977b49aeb9b6"} 2018-08-12 08:58:09,353 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/9d4b320f-8861-4f7d-884d-977b49aeb9b6/add_router_interface.json used request id req-7bca9926-097a-4c43-959a-25905558ca0e 2018-08-12 08:58:09,353 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.24612808228s 2018-08-12 08:58:09,353 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/9d4b320f-8861-4f7d-884d-977b49aeb9b6/add_router_interface.json used request id req-7bca9926-097a-4c43-959a-25905558ca0e returning object 9d4b320f-8861-4f7d-884d-977b49aeb9b6 2018-08-12 08:58:09,353 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 2018-08-12 08:58:32,204 - shade - DEBUG - Image file /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 md5:d9fa9deb2e0906ab7da21bd97d305fa1 sha256:e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a 2018-08-12 08:58:32,206 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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 08:58:32,211 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Sun, 12 Aug 2018 08:58:32 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}]} 2018-08-12 08:58:32,215 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 08:58:32,218 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}274a41a9ca43f2806738ff12dfc9d252bd5f1f34" 2018-08-12 08:58:32,416 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-ef612287-7816-486c-aee5-ef7d83c7db79 Date: Sun, 12 Aug 2018 08:58:32 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 08:58:32,416 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-ef612287-7816-486c-aee5-ef7d83c7db79 2018-08-12 08:58:32,416 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.200834035873s 2018-08-12 08:58:32,416 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-ef612287-7816-486c-aee5-ef7d83c7db79 2018-08-12 08:58:32,422 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-12 08:58:32,426 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}274a41a9ca43f2806738ff12dfc9d252bd5f1f34" -d '{"owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "owner_specified.shade.object": "images/cloudify-img_55f36722-c9d2-4d57-af79-ff0967db0574", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "cloudify-img_55f36722-c9d2-4d57-af79-ff0967db0574"}' 2018-08-12 08:58:32,680 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 868 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/efa634f4-4124-42f3-b6e6-b3b7a3b1c89f Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-e4100257-caf1-4ca0-baff-d5dd47f4b4e2 Date: Sun, 12 Aug 2018 08:58:32 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/efa634f4-4124-42f3-b6e6-b3b7a3b1c89f/file", "owner": "52ada6bae536420c85c928a9c2576a96", "id": "efa634f4-4124-42f3-b6e6-b3b7a3b1c89f", "size": null, "self": "/v2/images/efa634f4-4124-42f3-b6e6-b3b7a3b1c89f", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-08-12T08:58:32Z", "visibility": "private", "owner_specified.shade.object": "images/cloudify-img_55f36722-c9d2-4d57-af79-ff0967db0574", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify-img_55f36722-c9d2-4d57-af79-ff0967db0574", "checksum": null, "created_at": "2018-08-12T08:58:32Z", "protected": false} 2018-08-12 08:58:32,681 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-e4100257-caf1-4ca0-baff-d5dd47f4b4e2 2018-08-12 08:58:32,681 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.258052110672s 2018-08-12 08:58:32,681 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-e4100257-caf1-4ca0-baff-d5dd47f4b4e2 returning object efa634f4-4124-42f3-b6e6-b3b7a3b1c89f 2018-08-12 08:58:32,682 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-12 08:58:32,685 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9292/v2/images/efa634f4-4124-42f3-b6e6-b3b7a3b1c89f/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}274a41a9ca43f2806738ff12dfc9d252bd5f1f34" -d '' 2018-08-12 08:59:31,485 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-229ae44c-eb00-4b7f-843c-8fb55f6fbd9d Date: Sun, 12 Aug 2018 08:59:31 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-12 08:59:31,485 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/efa634f4-4124-42f3-b6e6-b3b7a3b1c89f/file used request id req-229ae44c-eb00-4b7f-843c-8fb55f6fbd9d 2018-08-12 08:59:31,485 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 58.8033359051s 2018-08-12 08:59:31,485 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/efa634f4-4124-42f3-b6e6-b3b7a3b1c89f/file used request id req-229ae44c-eb00-4b7f-843c-8fb55f6fbd9d 2018-08-12 08:59:31,489 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 08:59:31,493 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}274a41a9ca43f2806738ff12dfc9d252bd5f1f34" 2018-08-12 08:59:31,694 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-19870600-bda2-4d69-b22d-6702652ab7b5 Date: Sun, 12 Aug 2018 08:59:31 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/efa634f4-4124-42f3-b6e6-b3b7a3b1c89f/snap", "metadata": {}}], "file": "/v2/images/efa634f4-4124-42f3-b6e6-b3b7a3b1c89f/file", "owner": "52ada6bae536420c85c928a9c2576a96", "id": "efa634f4-4124-42f3-b6e6-b3b7a3b1c89f", "size": 4373348352, "self": "/v2/images/efa634f4-4124-42f3-b6e6-b3b7a3b1c89f", "disk_format": "qcow2", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/efa634f4-4124-42f3-b6e6-b3b7a3b1c89f/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-08-12T08:59:31Z", "visibility": "private", "owner_specified.shade.object": "images/cloudify-img_55f36722-c9d2-4d57-af79-ff0967db0574", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify-img_55f36722-c9d2-4d57-af79-ff0967db0574", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-08-12T08:58:32Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 08:59:31,694 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-19870600-bda2-4d69-b22d-6702652ab7b5 2018-08-12 08:59:31,694 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.204288959503s 2018-08-12 08:59:31,694 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-19870600-bda2-4d69-b22d-6702652ab7b5 2018-08-12 08:59:31,696 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://b36631de-8836-42ae-a808-b5158928754c/images/efa634f4-4124-42f3-b6e6-b3b7a3b1c89f/snap', u'metadata': Munch({})})], 'file': u'/v2/images/efa634f4-4124-42f3-b6e6-b3b7a3b1c89f/file', 'owner': u'52ada6bae536420c85c928a9c2576a96', 'id': u'efa634f4-4124-42f3-b6e6-b3b7a3b1c89f', 'size': 4373348352, u'self': u'/v2/images/efa634f4-4124-42f3-b6e6-b3b7a3b1c89f', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'52ada6bae536420c85c928a9c2576a96', 'name': 'cloudify-project_55f36722-c9d2-4d57-af79-ff0967db0574', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://b36631de-8836-42ae-a808-b5158928754c/images/efa634f4-4124-42f3-b6e6-b3b7a3b1c89f/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-12T08:59:31Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-12T08:59:31Z', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'owner_specified.shade.object': u'images/cloudify-img_55f36722-c9d2-4d57-af79-ff0967db0574', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', 'properties': {u'self': u'/v2/images/efa634f4-4124-42f3-b6e6-b3b7a3b1c89f', u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', u'owner_specified.shade.object': u'images/cloudify-img_55f36722-c9d2-4d57-af79-ff0967db0574', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'schema': u'/v2/schemas/image'}, 'name': u'cloudify-img_55f36722-c9d2-4d57-af79-ff0967db0574', 'created': u'2018-08-12T08:58:32Z', 'checksum': u'd9fa9deb2e0906ab7da21bd97d305fa1', 'created_at': u'2018-08-12T08:58:32Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/efa634f4-4124-42f3-b6e6-b3b7a3b1c89f', u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', u'owner_specified.shade.object': u'images/cloudify-img_55f36722-c9d2-4d57-af79-ff0967db0574', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'schema': u'/v2/schemas/image'}}) 2018-08-12 08:59:31,697 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-12 08:59:31,700 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}0becec1b62cd7657443bf73e01b2e75216d20ebf" -d '{"flavor": {"vcpus": 2, "ram": 4096, "name": "cloudify-flavor_55f36722-c9d2-4d57-af79-ff0967db0574", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 40, "id": null, "swap": 0}}' 2018-08-12 08:59:32,020 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:59:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5d86e7e9-0624-4463-92a8-d3908418c808 x-compute-request-id: req-5d86e7e9-0624-4463-92a8-d3908418c808 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavor": {"name": "cloudify-flavor_55f36722-c9d2-4d57-af79-ff0967db0574", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/38570afa-b78f-40ee-9be0-2aa656f08bd0", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/38570afa-b78f-40ee-9be0-2aa656f08bd0", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 40, "id": "38570afa-b78f-40ee-9be0-2aa656f08bd0"}} 2018-08-12 08:59:32,021 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-5d86e7e9-0624-4463-92a8-d3908418c808 2018-08-12 08:59:32,021 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.323387861252s 2018-08-12 08:59:32,021 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-5d86e7e9-0624-4463-92a8-d3908418c808 2018-08-12 08:59:32,022 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'cloudify-flavor_55f36722-c9d2-4d57-af79-ff0967db0574', 'ephemeral': 0, 'ram': 4096, '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': 2, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'a267b9a156244bb192691cff6e5f74fe', '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': 40, 'id': u'38570afa-b78f-40ee-9be0-2aa656f08bd0', 'swap': 0}) 2018-08-12 08:59:32,023 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-12 08:59:32,025 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors/38570afa-b78f-40ee-9be0-2aa656f08bd0/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}0becec1b62cd7657443bf73e01b2e75216d20ebf" -d '{"extra_specs": {}}' 2018-08-12 08:59:32,044 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:59:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-29f2a7f1-cee6-4613-9711-e06c20dea57f x-compute-request-id: req-29f2a7f1-cee6-4613-9711-e06c20dea57f Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-12 08:59:32,045 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/38570afa-b78f-40ee-9be0-2aa656f08bd0/os-extra_specs used request id req-29f2a7f1-cee6-4613-9711-e06c20dea57f 2018-08-12 08:59:32,045 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0220229625702s 2018-08-12 08:59:32,045 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/38570afa-b78f-40ee-9be0-2aa656f08bd0/os-extra_specs used request id req-29f2a7f1-cee6-4613-9711-e06c20dea57f 2018-08-12 08:59:32,045 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-12 08:59:32,048 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}274a41a9ca43f2806738ff12dfc9d252bd5f1f34" -d '{"keypair": {"name": "cloudify-kp_55f36722-c9d2-4d57-af79-ff0967db0574"}}' 2018-08-12 08:59:32,468 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:59:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d6e0ab10-eddc-4e60-8b49-25391bb4cb80 x-compute-request-id: req-d6e0ab10-eddc-4e60-8b49-25391bb4cb80 Content-Encoding: gzip Content-Length: 1803 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQD4WQcJv/1q13V3NOQSa0Q0N0M4XALrEOsPnrXjmlfXzBZNjE9rn6ajdnNLD9brbXPgG2VvI1zRFCuHzVyo5qk/bP47M5I2zpdtV9UipX/sKIgwavzUAPwP6dE5wBFvQ1yqh48kz1t/yBE1W4SXi+bWwZ4kHu1PQJdEc9X6N4ZapI+GX8m3wlgQL5jzrZxm9QtumIQXCRVn9s7ZKOcTrNDsR3wXELJ0Ft4XJQA1dxCdqe/X0oBqi9/4H8Wha33HWIxWqCcCc4WJln5N8jGTpWeO1xNElaKc2Ba16VWM8JmScdG9aMaxAiadOlIAonRlKZROBjxWqnJ1nVDZ2/43TAgf Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEA+FkHCb/9atd1dzTkEmtENDdDOFwC6xDrD56145pX18wWTYxP\na5+mo3ZzSw/W621z4BtlbyNc0RQrh81cqOapP2z+OzOSNs6XbVfVIqV/7CiIMGr8\n1AD8D+nROcARb0NcqoePJM9bf8gRNVuEl4vm1sGeJB7tT0CXRHPV+jeGWqSPhl/J\nt8JYEC+Y862cZvULbpiEFwkVZ/bO2SjnE6zQ7Ed8FxCydBbeFyUANXcQnanv19KA\naovf+B/FoWt9x1iMVqgnAnOFiZZ+TfIxk6VnjtcTRJWinNgWtelVjPCZknHRvWjG\nsQImnTpSAKJ0ZSmUTgY8VqpydZ1Q2dv+N0wIHwIDAQABAoIBAQDhLd/60DEYUho5\nJyTxKn+iFMWHca5Xs3RfKlnj8ItbqLpEQEe23wB6UKmDUu5dc1XQyyZy2g6LqQ07\nSlKM9vBZCRuPVFhsB3A3/Z7MlmFiIPIzbJ6oH+htCWXjRirIxrxcByQcjUN6nk40\nIjIcMwbwjIg2WjB0Xq2JrLpE8VmKDsiwF5xp7qwwLFdcba/UIZOrh2XLuwxAQYzN\n/KW8D2jv8/wYnIVpi8mECYJAQKecgeZfRvbGZg6u//Jbq75dO1VkhhzmMM6KAbQB\n4m6NmL+O0QllR02PICloJmUB9CRBF52V0f6f6RZS0KixnqpRFWDnNBn1DStmQZRF\nNuHeWrNhAoGBAPwwJfzWVr+wlE7EUsMple/X6aPM46LyxdgJXa1C32ZyPrKWxspe\nQUwzlezXCxdzBfmUELQO9cg8zoeODgBFbBoB0rdZSEXidbyIlOPzgugrzxLrxu1E\nU+w6b44GntJwscQ+t82tm05PNXFCfiwUi8jMxMo8nPRMJyDKSSfzSLhPAoGBAPwa\nBNNmkfvwRBDWKyBvpS8iTLKRN7WOGOPkfO1prctk9Z7EPNXxkEPop78z3MxypM+p\n0q+PlfM/BqwPBa64EJSJzLKRjIW2P5Kad4QfcSd2+9oDGWPSYojfEjUwqTJk0J1K\n/vbtt01LvF/wJggmtWLZocUNslB37NSXnBPWAe8xAoGAMuHoGD6K3DxdgBL+e+Ad\nH3pZ6rHBUDRZlMA3BWlTt9DfM5tWWqhv1lcmLdYpp76Oew/T2vCVyKP0K8eOraFU\nMV8iy9mYynjptnN8Tw3n4L5OFow548+Ae05DCc3uJ5mTVHwvC7G2fzNeHg8DdBNl\nLMub/Q4DwQrIbkZCQmxExOMCgYEA7Jpu1Ql7EX0aJMMcjsC5w1bprN3l7xuB+MDF\nDv0UA8SpUWzTu+ePgmykoyrFm4wtakj0V5jnHviUBn/C0Ywm44HBAAbiX8wANlOK\nwBHSXTuqe55VAf6+Q784k3ssEQPVVwq/6HiKhJ0EGvaEezn5GuEuloaYSDWFrLDt\n5x//iMECgYEAu62ebTd8Q73l5rL2zUxGMUETrt2BugDTFitK+BEjFUv97YPe7rTH\n5N5S2ncbARqRHXjNyfxpFoxT/3otFNPZQsBpmmwuL2fOrZpxIKzBq2mkztJn1fbE\nQoXG2QO9ZhLk5T9V7zLZMFGSDFu8nF1YW80gYjG1q0ETWtJ4ZAYwCKg=\n-----END RSA PRIVATE KEY-----\n", "user_id": "352e5edce8244c5b9b486d8589c83271", "name": "cloudify-kp_55f36722-c9d2-4d57-af79-ff0967db0574", "fingerprint": "81:5d:85:f4:19:f8:e5:09:f9:ff:e2:42:f3:e5:f7:d9"}} 2018-08-12 08:59:32,469 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-d6e0ab10-eddc-4e60-8b49-25391bb4cb80 2018-08-12 08:59:32,469 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.423286914825s 2018-08-12 08:59:32,469 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-d6e0ab10-eddc-4e60-8b49-25391bb4cb80 2018-08-12 08:59:32,470 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQD4WQcJv/1q13V3NOQSa0Q0N0M4XALrEOsPnrXjmlfXzBZNjE9rn6ajdnNLD9brbXPgG2VvI1zRFCuHzVyo5qk/bP47M5I2zpdtV9UipX/sKIgwavzUAPwP6dE5wBFvQ1yqh48kz1t/yBE1W4SXi+bWwZ4kHu1PQJdEc9X6N4ZapI+GX8m3wlgQL5jzrZxm9QtumIQXCRVn9s7ZKOcTrNDsR3wXELJ0Ft4XJQA1dxCdqe/X0oBqi9/4H8Wha33HWIxWqCcCc4WJln5N8jGTpWeO1xNElaKc2Ba16VWM8JmScdG9aMaxAiadOlIAonRlKZROBjxWqnJ1nVDZ2/43TAgf Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEA+FkHCb/9atd1dzTkEmtENDdDOFwC6xDrD56145pX18wWTYxP\na5+mo3ZzSw/W621z4BtlbyNc0RQrh81cqOapP2z+OzOSNs6XbVfVIqV/7CiIMGr8\n1AD8D+nROcARb0NcqoePJM9bf8gRNVuEl4vm1sGeJB7tT0CXRHPV+jeGWqSPhl/J\nt8JYEC+Y862cZvULbpiEFwkVZ/bO2SjnE6zQ7Ed8FxCydBbeFyUANXcQnanv19KA\naovf+B/FoWt9x1iMVqgnAnOFiZZ+TfIxk6VnjtcTRJWinNgWtelVjPCZknHRvWjG\nsQImnTpSAKJ0ZSmUTgY8VqpydZ1Q2dv+N0wIHwIDAQABAoIBAQDhLd/60DEYUho5\nJyTxKn+iFMWHca5Xs3RfKlnj8ItbqLpEQEe23wB6UKmDUu5dc1XQyyZy2g6LqQ07\nSlKM9vBZCRuPVFhsB3A3/Z7MlmFiIPIzbJ6oH+htCWXjRirIxrxcByQcjUN6nk40\nIjIcMwbwjIg2WjB0Xq2JrLpE8VmKDsiwF5xp7qwwLFdcba/UIZOrh2XLuwxAQYzN\n/KW8D2jv8/wYnIVpi8mECYJAQKecgeZfRvbGZg6u//Jbq75dO1VkhhzmMM6KAbQB\n4m6NmL+O0QllR02PICloJmUB9CRBF52V0f6f6RZS0KixnqpRFWDnNBn1DStmQZRF\nNuHeWrNhAoGBAPwwJfzWVr+wlE7EUsMple/X6aPM46LyxdgJXa1C32ZyPrKWxspe\nQUwzlezXCxdzBfmUELQO9cg8zoeODgBFbBoB0rdZSEXidbyIlOPzgugrzxLrxu1E\nU+w6b44GntJwscQ+t82tm05PNXFCfiwUi8jMxMo8nPRMJyDKSSfzSLhPAoGBAPwa\nBNNmkfvwRBDWKyBvpS8iTLKRN7WOGOPkfO1prctk9Z7EPNXxkEPop78z3MxypM+p\n0q+PlfM/BqwPBa64EJSJzLKRjIW2P5Kad4QfcSd2+9oDGWPSYojfEjUwqTJk0J1K\n/vbtt01LvF/wJggmtWLZocUNslB37NSXnBPWAe8xAoGAMuHoGD6K3DxdgBL+e+Ad\nH3pZ6rHBUDRZlMA3BWlTt9DfM5tWWqhv1lcmLdYpp76Oew/T2vCVyKP0K8eOraFU\nMV8iy9mYynjptnN8Tw3n4L5OFow548+Ae05DCc3uJ5mTVHwvC7G2fzNeHg8DdBNl\nLMub/Q4DwQrIbkZCQmxExOMCgYEA7Jpu1Ql7EX0aJMMcjsC5w1bprN3l7xuB+MDF\nDv0UA8SpUWzTu+ePgmykoyrFm4wtakj0V5jnHviUBn/C0Ywm44HBAAbiX8wANlOK\nwBHSXTuqe55VAf6+Q784k3ssEQPVVwq/6HiKhJ0EGvaEezn5GuEuloaYSDWFrLDt\n5x//iMECgYEAu62ebTd8Q73l5rL2zUxGMUETrt2BugDTFitK+BEjFUv97YPe7rTH\n5N5S2ncbARqRHXjNyfxpFoxT/3otFNPZQsBpmmwuL2fOrZpxIKzBq2mkztJn1fbE\nQoXG2QO9ZhLk5T9V7zLZMFGSDFu8nF1YW80gYjG1q0ETWtJ4ZAYwCKg=\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'352e5edce8244c5b9b486d8589c83271', 'name': u'cloudify-kp_55f36722-c9d2-4d57-af79-ff0967db0574', 'created_at': '2018-08-12T08:59:32.470418', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'52ada6bae536420c85c928a9c2576a96', 'name': 'cloudify-project_55f36722-c9d2-4d57-af79-ff0967db0574', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'81:5d:85:f4:19:f8:e5:09:f9:ff:e2:42:f3:e5:f7:d9', 'type': 'ssh', 'id': u'cloudify-kp_55f36722-c9d2-4d57-af79-ff0967db0574'}) 2018-08-12 08:59:32,470 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpQIBAAKCAQEA+FkHCb/9atd1dzTkEmtENDdDOFwC6xDrD56145pX18wWTYxP a5+mo3ZzSw/W621z4BtlbyNc0RQrh81cqOapP2z+OzOSNs6XbVfVIqV/7CiIMGr8 1AD8D+nROcARb0NcqoePJM9bf8gRNVuEl4vm1sGeJB7tT0CXRHPV+jeGWqSPhl/J t8JYEC+Y862cZvULbpiEFwkVZ/bO2SjnE6zQ7Ed8FxCydBbeFyUANXcQnanv19KA aovf+B/FoWt9x1iMVqgnAnOFiZZ+TfIxk6VnjtcTRJWinNgWtelVjPCZknHRvWjG sQImnTpSAKJ0ZSmUTgY8VqpydZ1Q2dv+N0wIHwIDAQABAoIBAQDhLd/60DEYUho5 JyTxKn+iFMWHca5Xs3RfKlnj8ItbqLpEQEe23wB6UKmDUu5dc1XQyyZy2g6LqQ07 SlKM9vBZCRuPVFhsB3A3/Z7MlmFiIPIzbJ6oH+htCWXjRirIxrxcByQcjUN6nk40 IjIcMwbwjIg2WjB0Xq2JrLpE8VmKDsiwF5xp7qwwLFdcba/UIZOrh2XLuwxAQYzN /KW8D2jv8/wYnIVpi8mECYJAQKecgeZfRvbGZg6u//Jbq75dO1VkhhzmMM6KAbQB 4m6NmL+O0QllR02PICloJmUB9CRBF52V0f6f6RZS0KixnqpRFWDnNBn1DStmQZRF NuHeWrNhAoGBAPwwJfzWVr+wlE7EUsMple/X6aPM46LyxdgJXa1C32ZyPrKWxspe QUwzlezXCxdzBfmUELQO9cg8zoeODgBFbBoB0rdZSEXidbyIlOPzgugrzxLrxu1E U+w6b44GntJwscQ+t82tm05PNXFCfiwUi8jMxMo8nPRMJyDKSSfzSLhPAoGBAPwa BNNmkfvwRBDWKyBvpS8iTLKRN7WOGOPkfO1prctk9Z7EPNXxkEPop78z3MxypM+p 0q+PlfM/BqwPBa64EJSJzLKRjIW2P5Kad4QfcSd2+9oDGWPSYojfEjUwqTJk0J1K /vbtt01LvF/wJggmtWLZocUNslB37NSXnBPWAe8xAoGAMuHoGD6K3DxdgBL+e+Ad H3pZ6rHBUDRZlMA3BWlTt9DfM5tWWqhv1lcmLdYpp76Oew/T2vCVyKP0K8eOraFU MV8iy9mYynjptnN8Tw3n4L5OFow548+Ae05DCc3uJ5mTVHwvC7G2fzNeHg8DdBNl LMub/Q4DwQrIbkZCQmxExOMCgYEA7Jpu1Ql7EX0aJMMcjsC5w1bprN3l7xuB+MDF Dv0UA8SpUWzTu+ePgmykoyrFm4wtakj0V5jnHviUBn/C0Ywm44HBAAbiX8wANlOK wBHSXTuqe55VAf6+Q784k3ssEQPVVwq/6HiKhJ0EGvaEezn5GuEuloaYSDWFrLDt 5x//iMECgYEAu62ebTd8Q73l5rL2zUxGMUETrt2BugDTFitK+BEjFUv97YPe7rTH 5N5S2ncbARqRHXjNyfxpFoxT/3otFNPZQsBpmmwuL2fOrZpxIKzBq2mkztJn1fbE QoXG2QO9ZhLk5T9V7zLZMFGSDFu8nF1YW80gYjG1q0ETWtJ4ZAYwCKg= -----END RSA PRIVATE KEY----- 2018-08-12 08:59:32,473 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-08-12 08:59:32,474 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}274a41a9ca43f2806738ff12dfc9d252bd5f1f34" -d '{"security_group": {"name": "cloudify-sg_55f36722-c9d2-4d57-af79-ff0967db0574", "description": "created by OPNFV Functest (cloudify)"}}' 2018-08-12 08:59:32,888 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1416 X-Openstack-Request-Id: req-8bd98b12-7c85-4174-a983-ecde3c8b5a65 Date: Sun, 12 Aug 2018 08:59:32 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (cloudify)", "tags": [], "tenant_id": "52ada6bae536420c85c928a9c2576a96", "created_at": "2018-08-12T08:59:32Z", "updated_at": "2018-08-12T08:59:32Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:59:32Z", "revision_number": 0, "id": "495d5161-9f2a-4cbd-87a7-243362bf1aa6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:59:32Z", "security_group_id": "40923b22-3417-486f-b94f-38f7b6a4eae8", "tenant_id": "52ada6bae536420c85c928a9c2576a96", "port_range_min": null, "ethertype": "IPv6", "project_id": "52ada6bae536420c85c928a9c2576a96"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:59:32Z", "revision_number": 0, "id": "7056cc45-c4c7-4f48-81ac-7fbc635230b1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:59:32Z", "security_group_id": "40923b22-3417-486f-b94f-38f7b6a4eae8", "tenant_id": "52ada6bae536420c85c928a9c2576a96", "port_range_min": null, "ethertype": "IPv4", "project_id": "52ada6bae536420c85c928a9c2576a96"}], "revision_number": 2, "project_id": "52ada6bae536420c85c928a9c2576a96", "id": "40923b22-3417-486f-b94f-38f7b6a4eae8", "name": "cloudify-sg_55f36722-c9d2-4d57-af79-ff0967db0574"}} 2018-08-12 08:59:32,888 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-8bd98b12-7c85-4174-a983-ecde3c8b5a65 2018-08-12 08:59:32,888 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.41446685791s 2018-08-12 08:59:32,888 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-8bd98b12-7c85-4174-a983-ecde3c8b5a65 2018-08-12 08:59:32,893 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-12 08:59:32,894 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}274a41a9ca43f2806738ff12dfc9d252bd5f1f34" 2018-08-12 08:59:33,121 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3832 X-Openstack-Request-Id: req-ff3f5e58-a5e5-46b2-a11a-695cb105432c Date: Sun, 12 Aug 2018 08:59:33 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify)", "tags": [], "tenant_id": "52ada6bae536420c85c928a9c2576a96", "created_at": "2018-08-12T08:59:32Z", "updated_at": "2018-08-12T08:59:32Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:59:32Z", "revision_number": 0, "id": "495d5161-9f2a-4cbd-87a7-243362bf1aa6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:59:32Z", "security_group_id": "40923b22-3417-486f-b94f-38f7b6a4eae8", "tenant_id": "52ada6bae536420c85c928a9c2576a96", "port_range_min": null, "ethertype": "IPv6", "project_id": "52ada6bae536420c85c928a9c2576a96"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:59:32Z", "revision_number": 0, "id": "7056cc45-c4c7-4f48-81ac-7fbc635230b1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:59:32Z", "security_group_id": "40923b22-3417-486f-b94f-38f7b6a4eae8", "tenant_id": "52ada6bae536420c85c928a9c2576a96", "port_range_min": null, "ethertype": "IPv4", "project_id": "52ada6bae536420c85c928a9c2576a96"}], "revision_number": 2, "project_id": "52ada6bae536420c85c928a9c2576a96", "id": "40923b22-3417-486f-b94f-38f7b6a4eae8", "name": "cloudify-sg_55f36722-c9d2-4d57-af79-ff0967db0574"}, {"description": "Default security group", "tags": [], "tenant_id": "52ada6bae536420c85c928a9c2576a96", "created_at": "2018-08-12T08:58:04Z", "updated_at": "2018-08-12T08:58:04Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:58:04Z", "revision_number": 0, "id": "14da580d-be0e-4392-8db7-47849c93f22d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:58:04Z", "security_group_id": "b33b4814-3115-4e0c-a071-abe161795a5c", "tenant_id": "52ada6bae536420c85c928a9c2576a96", "port_range_min": null, "ethertype": "IPv4", "project_id": "52ada6bae536420c85c928a9c2576a96"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:58:04Z", "revision_number": 0, "id": "ac9ebe24-f5ee-4803-97d7-df28c445c6ba", "remote_group_id": "b33b4814-3115-4e0c-a071-abe161795a5c", "remote_ip_prefix": null, "created_at": "2018-08-12T08:58:04Z", "security_group_id": "b33b4814-3115-4e0c-a071-abe161795a5c", "tenant_id": "52ada6bae536420c85c928a9c2576a96", "port_range_min": null, "ethertype": "IPv6", "project_id": "52ada6bae536420c85c928a9c2576a96"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:58:04Z", "revision_number": 0, "id": "d77561cb-003e-418a-a1b1-2234682f4d01", "remote_group_id": "b33b4814-3115-4e0c-a071-abe161795a5c", "remote_ip_prefix": null, "created_at": "2018-08-12T08:58:04Z", "security_group_id": "b33b4814-3115-4e0c-a071-abe161795a5c", "tenant_id": "52ada6bae536420c85c928a9c2576a96", "port_range_min": null, "ethertype": "IPv4", "project_id": "52ada6bae536420c85c928a9c2576a96"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:58:04Z", "revision_number": 0, "id": "ff48c811-f3c9-484b-97e3-56bed30e0396", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:58:04Z", "security_group_id": "b33b4814-3115-4e0c-a071-abe161795a5c", "tenant_id": "52ada6bae536420c85c928a9c2576a96", "port_range_min": null, "ethertype": "IPv6", "project_id": "52ada6bae536420c85c928a9c2576a96"}], "revision_number": 4, "project_id": "52ada6bae536420c85c928a9c2576a96", "id": "b33b4814-3115-4e0c-a071-abe161795a5c", "name": "default"}]} 2018-08-12 08:59:33,121 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-ff3f5e58-a5e5-46b2-a11a-695cb105432c 2018-08-12 08:59:33,122 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.228363037109s 2018-08-12 08:59:33,122 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-ff3f5e58-a5e5-46b2-a11a-695cb105432c 2018-08-12 08:59:33,126 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-12 08:59:33,127 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}274a41a9ca43f2806738ff12dfc9d252bd5f1f34" -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": "40923b22-3417-486f-b94f-38f7b6a4eae8"}}' 2018-08-12 08:59:33,503 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-122d565d-2052-4abf-9acd-914c38981ed6 Date: Sun, 12 Aug 2018 08:59:33 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-12T08:59:33Z", "security_group_id": "40923b22-3417-486f-b94f-38f7b6a4eae8", "port_range_min": 22, "revision_number": 0, "tenant_id": "52ada6bae536420c85c928a9c2576a96", "created_at": "2018-08-12T08:59:33Z", "project_id": "52ada6bae536420c85c928a9c2576a96", "id": "1ce307a4-3e52-4ef1-b478-e7e81d9ba285"}} 2018-08-12 08:59:33,503 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-122d565d-2052-4abf-9acd-914c38981ed6 2018-08-12 08:59:33,503 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.377058982849s 2018-08-12 08:59:33,503 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-122d565d-2052-4abf-9acd-914c38981ed6 2018-08-12 08:59:33,507 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-12 08:59:33,507 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}274a41a9ca43f2806738ff12dfc9d252bd5f1f34" 2018-08-12 08:59:33,727 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4328 X-Openstack-Request-Id: req-b046832f-82fa-4f09-bd06-7565bf564729 Date: Sun, 12 Aug 2018 08:59:33 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify)", "tags": [], "tenant_id": "52ada6bae536420c85c928a9c2576a96", "created_at": "2018-08-12T08:59:32Z", "updated_at": "2018-08-12T08:59:33Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-12T08:59:33Z", "revision_number": 0, "id": "1ce307a4-3e52-4ef1-b478-e7e81d9ba285", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:59:33Z", "security_group_id": "40923b22-3417-486f-b94f-38f7b6a4eae8", "tenant_id": "52ada6bae536420c85c928a9c2576a96", "port_range_min": 22, "ethertype": "IPv4", "project_id": "52ada6bae536420c85c928a9c2576a96"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:59:32Z", "revision_number": 0, "id": "495d5161-9f2a-4cbd-87a7-243362bf1aa6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:59:32Z", "security_group_id": "40923b22-3417-486f-b94f-38f7b6a4eae8", "tenant_id": "52ada6bae536420c85c928a9c2576a96", "port_range_min": null, "ethertype": "IPv6", "project_id": "52ada6bae536420c85c928a9c2576a96"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:59:32Z", "revision_number": 0, "id": "7056cc45-c4c7-4f48-81ac-7fbc635230b1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:59:32Z", "security_group_id": "40923b22-3417-486f-b94f-38f7b6a4eae8", "tenant_id": "52ada6bae536420c85c928a9c2576a96", "port_range_min": null, "ethertype": "IPv4", "project_id": "52ada6bae536420c85c928a9c2576a96"}], "revision_number": 3, "project_id": "52ada6bae536420c85c928a9c2576a96", "id": "40923b22-3417-486f-b94f-38f7b6a4eae8", "name": "cloudify-sg_55f36722-c9d2-4d57-af79-ff0967db0574"}, {"description": "Default security group", "tags": [], "tenant_id": "52ada6bae536420c85c928a9c2576a96", "created_at": "2018-08-12T08:58:04Z", "updated_at": "2018-08-12T08:58:04Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:58:04Z", "revision_number": 0, "id": "14da580d-be0e-4392-8db7-47849c93f22d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:58:04Z", "security_group_id": "b33b4814-3115-4e0c-a071-abe161795a5c", "tenant_id": "52ada6bae536420c85c928a9c2576a96", "port_range_min": null, "ethertype": "IPv4", "project_id": "52ada6bae536420c85c928a9c2576a96"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:58:04Z", "revision_number": 0, "id": "ac9ebe24-f5ee-4803-97d7-df28c445c6ba", "remote_group_id": "b33b4814-3115-4e0c-a071-abe161795a5c", "remote_ip_prefix": null, "created_at": "2018-08-12T08:58:04Z", "security_group_id": "b33b4814-3115-4e0c-a071-abe161795a5c", "tenant_id": "52ada6bae536420c85c928a9c2576a96", "port_range_min": null, "ethertype": "IPv6", "project_id": "52ada6bae536420c85c928a9c2576a96"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:58:04Z", "revision_number": 0, "id": "d77561cb-003e-418a-a1b1-2234682f4d01", "remote_group_id": "b33b4814-3115-4e0c-a071-abe161795a5c", "remote_ip_prefix": null, "created_at": "2018-08-12T08:58:04Z", "security_group_id": "b33b4814-3115-4e0c-a071-abe161795a5c", "tenant_id": "52ada6bae536420c85c928a9c2576a96", "port_range_min": null, "ethertype": "IPv4", "project_id": "52ada6bae536420c85c928a9c2576a96"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:58:04Z", "revision_number": 0, "id": "ff48c811-f3c9-484b-97e3-56bed30e0396", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:58:04Z", "security_group_id": "b33b4814-3115-4e0c-a071-abe161795a5c", "tenant_id": "52ada6bae536420c85c928a9c2576a96", "port_range_min": null, "ethertype": "IPv6", "project_id": "52ada6bae536420c85c928a9c2576a96"}], "revision_number": 4, "project_id": "52ada6bae536420c85c928a9c2576a96", "id": "b33b4814-3115-4e0c-a071-abe161795a5c", "name": "default"}]} 2018-08-12 08:59:33,727 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-b046832f-82fa-4f09-bd06-7565bf564729 2018-08-12 08:59:33,728 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.220540046692s 2018-08-12 08:59:33,728 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-b046832f-82fa-4f09-bd06-7565bf564729 2018-08-12 08:59:33,731 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-12 08:59:33,732 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}274a41a9ca43f2806738ff12dfc9d252bd5f1f34" -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": "40923b22-3417-486f-b94f-38f7b6a4eae8"}}' 2018-08-12 08:59:34,503 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-34c96f2f-62de-40f0-bba9-efd71e776538 Date: Sun, 12 Aug 2018 08:59:34 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-12T08:59:34Z", "security_group_id": "40923b22-3417-486f-b94f-38f7b6a4eae8", "port_range_min": null, "revision_number": 0, "tenant_id": "52ada6bae536420c85c928a9c2576a96", "created_at": "2018-08-12T08:59:34Z", "project_id": "52ada6bae536420c85c928a9c2576a96", "id": "8e20f6a6-0612-4f02-9d12-ec5c6fd8527a"}} 2018-08-12 08:59:34,503 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-34c96f2f-62de-40f0-bba9-efd71e776538 2018-08-12 08:59:34,503 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.771899223328s 2018-08-12 08:59:34,504 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-34c96f2f-62de-40f0-bba9-efd71e776538 2018-08-12 08:59:34,507 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-12 08:59:34,507 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}274a41a9ca43f2806738ff12dfc9d252bd5f1f34" 2018-08-12 08:59:34,560 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4829 X-Openstack-Request-Id: req-43980198-d1b9-4378-8874-f2ac05815280 Date: Sun, 12 Aug 2018 08:59:34 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify)", "tags": [], "tenant_id": "52ada6bae536420c85c928a9c2576a96", "created_at": "2018-08-12T08:59:32Z", "updated_at": "2018-08-12T08:59:34Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-12T08:59:33Z", "revision_number": 0, "id": "1ce307a4-3e52-4ef1-b478-e7e81d9ba285", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:59:33Z", "security_group_id": "40923b22-3417-486f-b94f-38f7b6a4eae8", "tenant_id": "52ada6bae536420c85c928a9c2576a96", "port_range_min": 22, "ethertype": "IPv4", "project_id": "52ada6bae536420c85c928a9c2576a96"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:59:32Z", "revision_number": 0, "id": "495d5161-9f2a-4cbd-87a7-243362bf1aa6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:59:32Z", "security_group_id": "40923b22-3417-486f-b94f-38f7b6a4eae8", "tenant_id": "52ada6bae536420c85c928a9c2576a96", "port_range_min": null, "ethertype": "IPv6", "project_id": "52ada6bae536420c85c928a9c2576a96"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:59:32Z", "revision_number": 0, "id": "7056cc45-c4c7-4f48-81ac-7fbc635230b1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:59:32Z", "security_group_id": "40923b22-3417-486f-b94f-38f7b6a4eae8", "tenant_id": "52ada6bae536420c85c928a9c2576a96", "port_range_min": null, "ethertype": "IPv4", "project_id": "52ada6bae536420c85c928a9c2576a96"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:59:34Z", "revision_number": 0, "id": "8e20f6a6-0612-4f02-9d12-ec5c6fd8527a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:59:34Z", "security_group_id": "40923b22-3417-486f-b94f-38f7b6a4eae8", "tenant_id": "52ada6bae536420c85c928a9c2576a96", "port_range_min": null, "ethertype": "IPv4", "project_id": "52ada6bae536420c85c928a9c2576a96"}], "revision_number": 4, "project_id": "52ada6bae536420c85c928a9c2576a96", "id": "40923b22-3417-486f-b94f-38f7b6a4eae8", "name": "cloudify-sg_55f36722-c9d2-4d57-af79-ff0967db0574"}, {"description": "Default security group", "tags": [], "tenant_id": "52ada6bae536420c85c928a9c2576a96", "created_at": "2018-08-12T08:58:04Z", "updated_at": "2018-08-12T08:58:04Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:58:04Z", "revision_number": 0, "id": "14da580d-be0e-4392-8db7-47849c93f22d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:58:04Z", "security_group_id": "b33b4814-3115-4e0c-a071-abe161795a5c", "tenant_id": "52ada6bae536420c85c928a9c2576a96", "port_range_min": null, "ethertype": "IPv4", "project_id": "52ada6bae536420c85c928a9c2576a96"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:58:04Z", "revision_number": 0, "id": "ac9ebe24-f5ee-4803-97d7-df28c445c6ba", "remote_group_id": "b33b4814-3115-4e0c-a071-abe161795a5c", "remote_ip_prefix": null, "created_at": "2018-08-12T08:58:04Z", "security_group_id": "b33b4814-3115-4e0c-a071-abe161795a5c", "tenant_id": "52ada6bae536420c85c928a9c2576a96", "port_range_min": null, "ethertype": "IPv6", "project_id": "52ada6bae536420c85c928a9c2576a96"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:58:04Z", "revision_number": 0, "id": "d77561cb-003e-418a-a1b1-2234682f4d01", "remote_group_id": "b33b4814-3115-4e0c-a071-abe161795a5c", "remote_ip_prefix": null, "created_at": "2018-08-12T08:58:04Z", "security_group_id": "b33b4814-3115-4e0c-a071-abe161795a5c", "tenant_id": "52ada6bae536420c85c928a9c2576a96", "port_range_min": null, "ethertype": "IPv4", "project_id": "52ada6bae536420c85c928a9c2576a96"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:58:04Z", "revision_number": 0, "id": "ff48c811-f3c9-484b-97e3-56bed30e0396", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:58:04Z", "security_group_id": "b33b4814-3115-4e0c-a071-abe161795a5c", "tenant_id": "52ada6bae536420c85c928a9c2576a96", "port_range_min": null, "ethertype": "IPv6", "project_id": "52ada6bae536420c85c928a9c2576a96"}], "revision_number": 4, "project_id": "52ada6bae536420c85c928a9c2576a96", "id": "b33b4814-3115-4e0c-a071-abe161795a5c", "name": "default"}]} 2018-08-12 08:59:34,561 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-43980198-d1b9-4378-8874-f2ac05815280 2018-08-12 08:59:34,561 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0539779663086s 2018-08-12 08:59:34,562 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-43980198-d1b9-4378-8874-f2ac05815280 2018-08-12 08:59:34,565 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-12 08:59:34,565 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}274a41a9ca43f2806738ff12dfc9d252bd5f1f34" -d '{"security_group_rule": {"remote_group_id": null, "direction": "ingress", "port_range_min": 80, "remote_ip_prefix": null, "protocol": "tcp", "port_range_max": 80, "ethertype": "IPv4", "security_group_id": "40923b22-3417-486f-b94f-38f7b6a4eae8"}}' 2018-08-12 08:59:34,761 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-b7ce982f-7103-4aa8-8c93-03844bf9a91a Date: Sun, 12 Aug 2018 08:59:34 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-12T08:59:34Z", "security_group_id": "40923b22-3417-486f-b94f-38f7b6a4eae8", "port_range_min": 80, "revision_number": 0, "tenant_id": "52ada6bae536420c85c928a9c2576a96", "created_at": "2018-08-12T08:59:34Z", "project_id": "52ada6bae536420c85c928a9c2576a96", "id": "111d7da1-9345-4a3d-aad9-d53d2b0922b0"}} 2018-08-12 08:59:34,761 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-b7ce982f-7103-4aa8-8c93-03844bf9a91a 2018-08-12 08:59:34,762 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.196679115295s 2018-08-12 08:59:34,762 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-b7ce982f-7103-4aa8-8c93-03844bf9a91a 2018-08-12 08:59:34,765 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-12 08:59:34,766 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}274a41a9ca43f2806738ff12dfc9d252bd5f1f34" 2018-08-12 08:59:34,997 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5325 X-Openstack-Request-Id: req-e8934380-8ced-4d05-9fda-e01360f862a7 Date: Sun, 12 Aug 2018 08:59:34 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify)", "tags": [], "tenant_id": "52ada6bae536420c85c928a9c2576a96", "created_at": "2018-08-12T08:59:32Z", "updated_at": "2018-08-12T08:59:34Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-12T08:59:34Z", "revision_number": 0, "id": "111d7da1-9345-4a3d-aad9-d53d2b0922b0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:59:34Z", "security_group_id": "40923b22-3417-486f-b94f-38f7b6a4eae8", "tenant_id": "52ada6bae536420c85c928a9c2576a96", "port_range_min": 80, "ethertype": "IPv4", "project_id": "52ada6bae536420c85c928a9c2576a96"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-12T08:59:33Z", "revision_number": 0, "id": "1ce307a4-3e52-4ef1-b478-e7e81d9ba285", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:59:33Z", "security_group_id": "40923b22-3417-486f-b94f-38f7b6a4eae8", "tenant_id": "52ada6bae536420c85c928a9c2576a96", "port_range_min": 22, "ethertype": "IPv4", "project_id": "52ada6bae536420c85c928a9c2576a96"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:59:32Z", "revision_number": 0, "id": "495d5161-9f2a-4cbd-87a7-243362bf1aa6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:59:32Z", "security_group_id": "40923b22-3417-486f-b94f-38f7b6a4eae8", "tenant_id": "52ada6bae536420c85c928a9c2576a96", "port_range_min": null, "ethertype": "IPv6", "project_id": "52ada6bae536420c85c928a9c2576a96"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:59:32Z", "revision_number": 0, "id": "7056cc45-c4c7-4f48-81ac-7fbc635230b1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:59:32Z", "security_group_id": "40923b22-3417-486f-b94f-38f7b6a4eae8", "tenant_id": "52ada6bae536420c85c928a9c2576a96", "port_range_min": null, "ethertype": "IPv4", "project_id": "52ada6bae536420c85c928a9c2576a96"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:59:34Z", "revision_number": 0, "id": "8e20f6a6-0612-4f02-9d12-ec5c6fd8527a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:59:34Z", "security_group_id": "40923b22-3417-486f-b94f-38f7b6a4eae8", "tenant_id": "52ada6bae536420c85c928a9c2576a96", "port_range_min": null, "ethertype": "IPv4", "project_id": "52ada6bae536420c85c928a9c2576a96"}], "revision_number": 5, "project_id": "52ada6bae536420c85c928a9c2576a96", "id": "40923b22-3417-486f-b94f-38f7b6a4eae8", "name": "cloudify-sg_55f36722-c9d2-4d57-af79-ff0967db0574"}, {"description": "Default security group", "tags": [], "tenant_id": "52ada6bae536420c85c928a9c2576a96", "created_at": "2018-08-12T08:58:04Z", "updated_at": "2018-08-12T08:58:04Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:58:04Z", "revision_number": 0, "id": "14da580d-be0e-4392-8db7-47849c93f22d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:58:04Z", "security_group_id": "b33b4814-3115-4e0c-a071-abe161795a5c", "tenant_id": "52ada6bae536420c85c928a9c2576a96", "port_range_min": null, "ethertype": "IPv4", "project_id": "52ada6bae536420c85c928a9c2576a96"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:58:04Z", "revision_number": 0, "id": "ac9ebe24-f5ee-4803-97d7-df28c445c6ba", "remote_group_id": "b33b4814-3115-4e0c-a071-abe161795a5c", "remote_ip_prefix": null, "created_at": "2018-08-12T08:58:04Z", "security_group_id": "b33b4814-3115-4e0c-a071-abe161795a5c", "tenant_id": "52ada6bae536420c85c928a9c2576a96", "port_range_min": null, "ethertype": "IPv6", "project_id": "52ada6bae536420c85c928a9c2576a96"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:58:04Z", "revision_number": 0, "id": "d77561cb-003e-418a-a1b1-2234682f4d01", "remote_group_id": "b33b4814-3115-4e0c-a071-abe161795a5c", "remote_ip_prefix": null, "created_at": "2018-08-12T08:58:04Z", "security_group_id": "b33b4814-3115-4e0c-a071-abe161795a5c", "tenant_id": "52ada6bae536420c85c928a9c2576a96", "port_range_min": null, "ethertype": "IPv4", "project_id": "52ada6bae536420c85c928a9c2576a96"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:58:04Z", "revision_number": 0, "id": "ff48c811-f3c9-484b-97e3-56bed30e0396", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:58:04Z", "security_group_id": "b33b4814-3115-4e0c-a071-abe161795a5c", "tenant_id": "52ada6bae536420c85c928a9c2576a96", "port_range_min": null, "ethertype": "IPv6", "project_id": "52ada6bae536420c85c928a9c2576a96"}], "revision_number": 4, "project_id": "52ada6bae536420c85c928a9c2576a96", "id": "b33b4814-3115-4e0c-a071-abe161795a5c", "name": "default"}]} 2018-08-12 08:59:34,997 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-e8934380-8ced-4d05-9fda-e01360f862a7 2018-08-12 08:59:34,997 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.231760978699s 2018-08-12 08:59:34,997 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-e8934380-8ced-4d05-9fda-e01360f862a7 2018-08-12 08:59:35,000 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-12 08:59:35,000 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}274a41a9ca43f2806738ff12dfc9d252bd5f1f34" -d '{"security_group_rule": {"remote_group_id": null, "direction": "ingress", "port_range_min": 443, "remote_ip_prefix": null, "protocol": "tcp", "port_range_max": 443, "ethertype": "IPv4", "security_group_id": "40923b22-3417-486f-b94f-38f7b6a4eae8"}}' 2018-08-12 08:59:35,186 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-e0062393-83e8-4b33-a24c-43f18b9b2630 Date: Sun, 12 Aug 2018 08:59: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": 443, "updated_at": "2018-08-12T08:59:35Z", "security_group_id": "40923b22-3417-486f-b94f-38f7b6a4eae8", "port_range_min": 443, "revision_number": 0, "tenant_id": "52ada6bae536420c85c928a9c2576a96", "created_at": "2018-08-12T08:59:35Z", "project_id": "52ada6bae536420c85c928a9c2576a96", "id": "ebc3033b-9330-4b97-b326-920467e80ad7"}} 2018-08-12 08:59:35,186 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-e0062393-83e8-4b33-a24c-43f18b9b2630 2018-08-12 08:59:35,186 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.185834884644s 2018-08-12 08:59:35,186 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-e0062393-83e8-4b33-a24c-43f18b9b2630 2018-08-12 08:59:35,189 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-12 08:59:35,189 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}274a41a9ca43f2806738ff12dfc9d252bd5f1f34" 2018-08-12 08:59:35,421 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5823 X-Openstack-Request-Id: req-e28883b7-3b88-4d6b-8514-4dd6fedb5deb Date: Sun, 12 Aug 2018 08:59:35 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify)", "tags": [], "tenant_id": "52ada6bae536420c85c928a9c2576a96", "created_at": "2018-08-12T08:59:32Z", "updated_at": "2018-08-12T08:59:35Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-12T08:59:34Z", "revision_number": 0, "id": "111d7da1-9345-4a3d-aad9-d53d2b0922b0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:59:34Z", "security_group_id": "40923b22-3417-486f-b94f-38f7b6a4eae8", "tenant_id": "52ada6bae536420c85c928a9c2576a96", "port_range_min": 80, "ethertype": "IPv4", "project_id": "52ada6bae536420c85c928a9c2576a96"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-12T08:59:33Z", "revision_number": 0, "id": "1ce307a4-3e52-4ef1-b478-e7e81d9ba285", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:59:33Z", "security_group_id": "40923b22-3417-486f-b94f-38f7b6a4eae8", "tenant_id": "52ada6bae536420c85c928a9c2576a96", "port_range_min": 22, "ethertype": "IPv4", "project_id": "52ada6bae536420c85c928a9c2576a96"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:59:32Z", "revision_number": 0, "id": "495d5161-9f2a-4cbd-87a7-243362bf1aa6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:59:32Z", "security_group_id": "40923b22-3417-486f-b94f-38f7b6a4eae8", "tenant_id": "52ada6bae536420c85c928a9c2576a96", "port_range_min": null, "ethertype": "IPv6", "project_id": "52ada6bae536420c85c928a9c2576a96"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:59:32Z", "revision_number": 0, "id": "7056cc45-c4c7-4f48-81ac-7fbc635230b1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:59:32Z", "security_group_id": "40923b22-3417-486f-b94f-38f7b6a4eae8", "tenant_id": "52ada6bae536420c85c928a9c2576a96", "port_range_min": null, "ethertype": "IPv4", "project_id": "52ada6bae536420c85c928a9c2576a96"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:59:34Z", "revision_number": 0, "id": "8e20f6a6-0612-4f02-9d12-ec5c6fd8527a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:59:34Z", "security_group_id": "40923b22-3417-486f-b94f-38f7b6a4eae8", "tenant_id": "52ada6bae536420c85c928a9c2576a96", "port_range_min": null, "ethertype": "IPv4", "project_id": "52ada6bae536420c85c928a9c2576a96"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-08-12T08:59:35Z", "revision_number": 0, "id": "ebc3033b-9330-4b97-b326-920467e80ad7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:59:35Z", "security_group_id": "40923b22-3417-486f-b94f-38f7b6a4eae8", "tenant_id": "52ada6bae536420c85c928a9c2576a96", "port_range_min": 443, "ethertype": "IPv4", "project_id": "52ada6bae536420c85c928a9c2576a96"}], "revision_number": 6, "project_id": "52ada6bae536420c85c928a9c2576a96", "id": "40923b22-3417-486f-b94f-38f7b6a4eae8", "name": "cloudify-sg_55f36722-c9d2-4d57-af79-ff0967db0574"}, {"description": "Default security group", "tags": [], "tenant_id": "52ada6bae536420c85c928a9c2576a96", "created_at": "2018-08-12T08:58:04Z", "updated_at": "2018-08-12T08:58:04Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:58:04Z", "revision_number": 0, "id": "14da580d-be0e-4392-8db7-47849c93f22d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:58:04Z", "security_group_id": "b33b4814-3115-4e0c-a071-abe161795a5c", "tenant_id": "52ada6bae536420c85c928a9c2576a96", "port_range_min": null, "ethertype": "IPv4", "project_id": "52ada6bae536420c85c928a9c2576a96"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:58:04Z", "revision_number": 0, "id": "ac9ebe24-f5ee-4803-97d7-df28c445c6ba", "remote_group_id": "b33b4814-3115-4e0c-a071-abe161795a5c", "remote_ip_prefix": null, "created_at": "2018-08-12T08:58:04Z", "security_group_id": "b33b4814-3115-4e0c-a071-abe161795a5c", "tenant_id": "52ada6bae536420c85c928a9c2576a96", "port_range_min": null, "ethertype": "IPv6", "project_id": "52ada6bae536420c85c928a9c2576a96"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:58:04Z", "revision_number": 0, "id": "d77561cb-003e-418a-a1b1-2234682f4d01", "remote_group_id": "b33b4814-3115-4e0c-a071-abe161795a5c", "remote_ip_prefix": null, "created_at": "2018-08-12T08:58:04Z", "security_group_id": "b33b4814-3115-4e0c-a071-abe161795a5c", "tenant_id": "52ada6bae536420c85c928a9c2576a96", "port_range_min": null, "ethertype": "IPv4", "project_id": "52ada6bae536420c85c928a9c2576a96"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:58:04Z", "revision_number": 0, "id": "ff48c811-f3c9-484b-97e3-56bed30e0396", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:58:04Z", "security_group_id": "b33b4814-3115-4e0c-a071-abe161795a5c", "tenant_id": "52ada6bae536420c85c928a9c2576a96", "port_range_min": null, "ethertype": "IPv6", "project_id": "52ada6bae536420c85c928a9c2576a96"}], "revision_number": 4, "project_id": "52ada6bae536420c85c928a9c2576a96", "id": "b33b4814-3115-4e0c-a071-abe161795a5c", "name": "default"}]} 2018-08-12 08:59:35,422 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-e28883b7-3b88-4d6b-8514-4dd6fedb5deb 2018-08-12 08:59:35,422 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.232980012894s 2018-08-12 08:59:35,422 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-e28883b7-3b88-4d6b-8514-4dd6fedb5deb 2018-08-12 08:59:35,425 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-12 08:59:35,426 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}274a41a9ca43f2806738ff12dfc9d252bd5f1f34" -d '{"security_group_rule": {"remote_group_id": null, "direction": "ingress", "port_range_min": 5671, "remote_ip_prefix": null, "protocol": "tcp", "port_range_max": 5671, "ethertype": "IPv4", "security_group_id": "40923b22-3417-486f-b94f-38f7b6a4eae8"}}' 2018-08-12 08:59:35,622 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 511 X-Openstack-Request-Id: req-e1465605-8806-45b8-a183-fefb430ffc75 Date: Sun, 12 Aug 2018 08:59: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": 5671, "updated_at": "2018-08-12T08:59:35Z", "security_group_id": "40923b22-3417-486f-b94f-38f7b6a4eae8", "port_range_min": 5671, "revision_number": 0, "tenant_id": "52ada6bae536420c85c928a9c2576a96", "created_at": "2018-08-12T08:59:35Z", "project_id": "52ada6bae536420c85c928a9c2576a96", "id": "92536e99-c05c-455c-a3fa-68695df2bbea"}} 2018-08-12 08:59:35,623 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-e1465605-8806-45b8-a183-fefb430ffc75 2018-08-12 08:59:35,623 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.197365999222s 2018-08-12 08:59:35,623 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-e1465605-8806-45b8-a183-fefb430ffc75 2018-08-12 08:59:35,626 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-12 08:59:35,627 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}274a41a9ca43f2806738ff12dfc9d252bd5f1f34" 2018-08-12 08:59:35,845 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6323 X-Openstack-Request-Id: req-466210f8-813b-4b1d-8003-9553e0862582 Date: Sun, 12 Aug 2018 08:59:35 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify)", "tags": [], "tenant_id": "52ada6bae536420c85c928a9c2576a96", "created_at": "2018-08-12T08:59:32Z", "updated_at": "2018-08-12T08:59:35Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-12T08:59:34Z", "revision_number": 0, "id": "111d7da1-9345-4a3d-aad9-d53d2b0922b0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:59:34Z", "security_group_id": "40923b22-3417-486f-b94f-38f7b6a4eae8", "tenant_id": "52ada6bae536420c85c928a9c2576a96", "port_range_min": 80, "ethertype": "IPv4", "project_id": "52ada6bae536420c85c928a9c2576a96"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-12T08:59:33Z", "revision_number": 0, "id": "1ce307a4-3e52-4ef1-b478-e7e81d9ba285", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:59:33Z", "security_group_id": "40923b22-3417-486f-b94f-38f7b6a4eae8", "tenant_id": "52ada6bae536420c85c928a9c2576a96", "port_range_min": 22, "ethertype": "IPv4", "project_id": "52ada6bae536420c85c928a9c2576a96"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:59:32Z", "revision_number": 0, "id": "495d5161-9f2a-4cbd-87a7-243362bf1aa6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:59:32Z", "security_group_id": "40923b22-3417-486f-b94f-38f7b6a4eae8", "tenant_id": "52ada6bae536420c85c928a9c2576a96", "port_range_min": null, "ethertype": "IPv6", "project_id": "52ada6bae536420c85c928a9c2576a96"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:59:32Z", "revision_number": 0, "id": "7056cc45-c4c7-4f48-81ac-7fbc635230b1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:59:32Z", "security_group_id": "40923b22-3417-486f-b94f-38f7b6a4eae8", "tenant_id": "52ada6bae536420c85c928a9c2576a96", "port_range_min": null, "ethertype": "IPv4", "project_id": "52ada6bae536420c85c928a9c2576a96"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:59:34Z", "revision_number": 0, "id": "8e20f6a6-0612-4f02-9d12-ec5c6fd8527a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:59:34Z", "security_group_id": "40923b22-3417-486f-b94f-38f7b6a4eae8", "tenant_id": "52ada6bae536420c85c928a9c2576a96", "port_range_min": null, "ethertype": "IPv4", "project_id": "52ada6bae536420c85c928a9c2576a96"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-08-12T08:59:35Z", "revision_number": 0, "id": "92536e99-c05c-455c-a3fa-68695df2bbea", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:59:35Z", "security_group_id": "40923b22-3417-486f-b94f-38f7b6a4eae8", "tenant_id": "52ada6bae536420c85c928a9c2576a96", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "52ada6bae536420c85c928a9c2576a96"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-08-12T08:59:35Z", "revision_number": 0, "id": "ebc3033b-9330-4b97-b326-920467e80ad7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:59:35Z", "security_group_id": "40923b22-3417-486f-b94f-38f7b6a4eae8", "tenant_id": "52ada6bae536420c85c928a9c2576a96", "port_range_min": 443, "ethertype": "IPv4", "project_id": "52ada6bae536420c85c928a9c2576a96"}], "revision_number": 7, "project_id": "52ada6bae536420c85c928a9c2576a96", "id": "40923b22-3417-486f-b94f-38f7b6a4eae8", "name": "cloudify-sg_55f36722-c9d2-4d57-af79-ff0967db0574"}, {"description": "Default security group", "tags": [], "tenant_id": "52ada6bae536420c85c928a9c2576a96", "created_at": "2018-08-12T08:58:04Z", "updated_at": "2018-08-12T08:58:04Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:58:04Z", "revision_number": 0, "id": "14da580d-be0e-4392-8db7-47849c93f22d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:58:04Z", "security_group_id": "b33b4814-3115-4e0c-a071-abe161795a5c", "tenant_id": "52ada6bae536420c85c928a9c2576a96", "port_range_min": null, "ethertype": "IPv4", "project_id": "52ada6bae536420c85c928a9c2576a96"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:58:04Z", "revision_number": 0, "id": "ac9ebe24-f5ee-4803-97d7-df28c445c6ba", "remote_group_id": "b33b4814-3115-4e0c-a071-abe161795a5c", "remote_ip_prefix": null, "created_at": "2018-08-12T08:58:04Z", "security_group_id": "b33b4814-3115-4e0c-a071-abe161795a5c", "tenant_id": "52ada6bae536420c85c928a9c2576a96", "port_range_min": null, "ethertype": "IPv6", "project_id": "52ada6bae536420c85c928a9c2576a96"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:58:04Z", "revision_number": 0, "id": "d77561cb-003e-418a-a1b1-2234682f4d01", "remote_group_id": "b33b4814-3115-4e0c-a071-abe161795a5c", "remote_ip_prefix": null, "created_at": "2018-08-12T08:58:04Z", "security_group_id": "b33b4814-3115-4e0c-a071-abe161795a5c", "tenant_id": "52ada6bae536420c85c928a9c2576a96", "port_range_min": null, "ethertype": "IPv4", "project_id": "52ada6bae536420c85c928a9c2576a96"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:58:04Z", "revision_number": 0, "id": "ff48c811-f3c9-484b-97e3-56bed30e0396", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:58:04Z", "security_group_id": "b33b4814-3115-4e0c-a071-abe161795a5c", "tenant_id": "52ada6bae536420c85c928a9c2576a96", "port_range_min": null, "ethertype": "IPv6", "project_id": "52ada6bae536420c85c928a9c2576a96"}], "revision_number": 4, "project_id": "52ada6bae536420c85c928a9c2576a96", "id": "b33b4814-3115-4e0c-a071-abe161795a5c", "name": "default"}]} 2018-08-12 08:59:35,845 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-466210f8-813b-4b1d-8003-9553e0862582 2018-08-12 08:59:35,845 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.218640089035s 2018-08-12 08:59:35,846 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-466210f8-813b-4b1d-8003-9553e0862582 2018-08-12 08:59:35,849 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-12 08:59:35,850 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}274a41a9ca43f2806738ff12dfc9d252bd5f1f34" -d '{"security_group_rule": {"remote_group_id": null, "direction": "ingress", "port_range_min": 53333, "remote_ip_prefix": null, "protocol": "tcp", "port_range_max": 53333, "ethertype": "IPv4", "security_group_id": "40923b22-3417-486f-b94f-38f7b6a4eae8"}}' 2018-08-12 08:59:36,270 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 513 X-Openstack-Request-Id: req-a3ffb2c2-b9db-41ad-8c82-90e58466148c Date: Sun, 12 Aug 2018 08:59:36 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 53333, "updated_at": "2018-08-12T08:59:36Z", "security_group_id": "40923b22-3417-486f-b94f-38f7b6a4eae8", "port_range_min": 53333, "revision_number": 0, "tenant_id": "52ada6bae536420c85c928a9c2576a96", "created_at": "2018-08-12T08:59:36Z", "project_id": "52ada6bae536420c85c928a9c2576a96", "id": "3e034f62-e721-445a-98eb-d22e11938473"}} 2018-08-12 08:59:36,271 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-a3ffb2c2-b9db-41ad-8c82-90e58466148c 2018-08-12 08:59:36,271 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.421391010284s 2018-08-12 08:59:36,271 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-a3ffb2c2-b9db-41ad-8c82-90e58466148c 2018-08-12 08:59:36,273 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 08:59:36,273 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}274a41a9ca43f2806738ff12dfc9d252bd5f1f34" 2018-08-12 08:59:36,640 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1190 X-Openstack-Request-Id: req-647cb254-318f-495f-855d-f13fffe0a75b Date: Sun, 12 Aug 2018 08:59: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":["ec788992-fa73-45cc-a7d9-6d44542124c2"],"updated_at":"2018-08-12T05:35:20Z","tenant_id":"310f5853751a4c968f3eeb0a3d99a0a8","created_at":"2018-08-12T05:04:23Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":7,"admin_state_up":true,"shared":false,"project_id":"310f5853751a4c968f3eeb0a3d99a0a8","id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["d082a9e8-58fd-462c-a6f2-5d4c8abdbbd5"],"updated_at":"2018-08-12T08:58:05Z","tenant_id":"52ada6bae536420c85c928a9c2576a96","created_at":"2018-08-12T08:58:04Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"52ada6bae536420c85c928a9c2576a96","id":"2ec72790-410e-4c2d-b999-f422a31d6c96","name":"cloudify-net_55f36722-c9d2-4d57-af79-ff0967db0574"}]} 2018-08-12 08:59:36,640 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-647cb254-318f-495f-855d-f13fffe0a75b 2018-08-12 08:59:36,640 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.367525100708s 2018-08-12 08:59:36,641 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-647cb254-318f-495f-855d-f13fffe0a75b 2018-08-12 08:59:36,645 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 08:59:36,649 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}274a41a9ca43f2806738ff12dfc9d252bd5f1f34" 2018-08-12 08:59:36,859 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-20b21280-5cb8-4abd-8107-62742baf2a93 Date: Sun, 12 Aug 2018 08:59:36 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/efa634f4-4124-42f3-b6e6-b3b7a3b1c89f/snap", "metadata": {}}], "file": "/v2/images/efa634f4-4124-42f3-b6e6-b3b7a3b1c89f/file", "owner": "52ada6bae536420c85c928a9c2576a96", "id": "efa634f4-4124-42f3-b6e6-b3b7a3b1c89f", "size": 4373348352, "self": "/v2/images/efa634f4-4124-42f3-b6e6-b3b7a3b1c89f", "disk_format": "qcow2", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/efa634f4-4124-42f3-b6e6-b3b7a3b1c89f/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-08-12T08:59:31Z", "visibility": "private", "owner_specified.shade.object": "images/cloudify-img_55f36722-c9d2-4d57-af79-ff0967db0574", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify-img_55f36722-c9d2-4d57-af79-ff0967db0574", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-08-12T08:58:32Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 08:59:36,859 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-20b21280-5cb8-4abd-8107-62742baf2a93 2018-08-12 08:59:36,859 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.21365904808s 2018-08-12 08:59:36,859 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-20b21280-5cb8-4abd-8107-62742baf2a93 2018-08-12 08:59:36,861 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-12 08:59:36,863 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}274a41a9ca43f2806738ff12dfc9d252bd5f1f34" 2018-08-12 08:59:36,895 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:59:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-86944e91-3c26-4401-8cd1-796658cf8b2f x-compute-request-id: req-86944e91-3c26-4401-8cd1-796658cf8b2f Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cloudify-flavor_55f36722-c9d2-4d57-af79-ff0967db0574", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/38570afa-b78f-40ee-9be0-2aa656f08bd0", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/38570afa-b78f-40ee-9be0-2aa656f08bd0", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 40, "id": "38570afa-b78f-40ee-9be0-2aa656f08bd0"}]} 2018-08-12 08:59:36,895 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-86944e91-3c26-4401-8cd1-796658cf8b2f 2018-08-12 08:59:36,895 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0342528820038s 2018-08-12 08:59:36,896 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-86944e91-3c26-4401-8cd1-796658cf8b2f 2018-08-12 08:59:36,898 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-12 08:59:36,901 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}274a41a9ca43f2806738ff12dfc9d252bd5f1f34" -d '{"server": {"name": "cloudify-vm_55f36722-c9d2-4d57-af79-ff0967db0574", "imageRef": "efa634f4-4124-42f3-b6e6-b3b7a3b1c89f", "key_name": "cloudify-kp_55f36722-c9d2-4d57-af79-ff0967db0574", "flavorRef": "38570afa-b78f-40ee-9be0-2aa656f08bd0", "max_count": 1, "min_count": 1, "networks": [{"uuid": "2ec72790-410e-4c2d-b999-f422a31d6c96"}], "security_groups": [{"name": "40923b22-3417-486f-b94f-38f7b6a4eae8"}]}}' 2018-08-12 08:59:39,380 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 08:59:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4c53b56e-4dd4-46af-9958-2ab9acbd68a8 x-compute-request-id: req-4c53b56e-4dd4-46af-9958-2ab9acbd68a8 Content-Length: 403 location: http://172.30.9.21:8774/v2.1/servers/22b1203c-7862-4502-ae31-7a49d851bb62 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "40923b22-3417-486f-b94f-38f7b6a4eae8"}], "OS-DCF:diskConfig": "MANUAL", "id": "22b1203c-7862-4502-ae31-7a49d851bb62", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/22b1203c-7862-4502-ae31-7a49d851bb62", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/22b1203c-7862-4502-ae31-7a49d851bb62", "rel": "bookmark"}], "adminPass": "sM3BS3RPC865"}} 2018-08-12 08:59:39,380 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-4c53b56e-4dd4-46af-9958-2ab9acbd68a8 2018-08-12 08:59:39,380 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.4821767807s 2018-08-12 08:59:39,381 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-4c53b56e-4dd4-46af-9958-2ab9acbd68a8 2018-08-12 08:59:39,381 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 08:59:39,384 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}274a41a9ca43f2806738ff12dfc9d252bd5f1f34" 2018-08-12 08:59:39,671 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:59: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-e7fdf4ad-d496-4bd2-99d3-daa6692bd6a7 x-compute-request-id: req-e7fdf4ad-d496-4bd2-99d3-daa6692bd6a7 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.21:8774/v2.1/servers/22b1203c-7862-4502-ae31-7a49d851bb62", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/22b1203c-7862-4502-ae31-7a49d851bb62", "rel": "bookmark"}], "image": {"id": "efa634f4-4124-42f3-b6e6-b3b7a3b1c89f", "links": [{"href": "http://172.30.9.21:8774/images/efa634f4-4124-42f3-b6e6-b3b7a3b1c89f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "38570afa-b78f-40ee-9be0-2aa656f08bd0", "links": [{"href": "http://172.30.9.21:8774/flavors/38570afa-b78f-40ee-9be0-2aa656f08bd0", "rel": "bookmark"}]}, "id": "22b1203c-7862-4502-ae31-7a49d851bb62", "user_id": "352e5edce8244c5b9b486d8589c83271", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:59:39Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_55f36722-c9d2-4d57-af79-ff0967db0574", "name": "cloudify-vm_55f36722-c9d2-4d57-af79-ff0967db0574", "created": "2018-08-12T08:59:39Z", "tenant_id": "52ada6bae536420c85c928a9c2576a96", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 08:59:39,671 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-e7fdf4ad-d496-4bd2-99d3-daa6692bd6a7 2018-08-12 08:59:39,672 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.290077209473s 2018-08-12 08:59:39,672 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-e7fdf4ad-d496-4bd2-99d3-daa6692bd6a7 2018-08-12 08:59:39,678 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 08:59:39,678 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}274a41a9ca43f2806738ff12dfc9d252bd5f1f34" 2018-08-12 08:59:39,952 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1190 X-Openstack-Request-Id: req-2d44a55f-ea76-44d3-939d-6bbaaf2a53b2 Date: Sun, 12 Aug 2018 08:59:39 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ec788992-fa73-45cc-a7d9-6d44542124c2"],"updated_at":"2018-08-12T05:35:20Z","tenant_id":"310f5853751a4c968f3eeb0a3d99a0a8","created_at":"2018-08-12T05:04:23Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":7,"admin_state_up":true,"shared":false,"project_id":"310f5853751a4c968f3eeb0a3d99a0a8","id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["d082a9e8-58fd-462c-a6f2-5d4c8abdbbd5"],"updated_at":"2018-08-12T08:58:05Z","tenant_id":"52ada6bae536420c85c928a9c2576a96","created_at":"2018-08-12T08:58:04Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"52ada6bae536420c85c928a9c2576a96","id":"2ec72790-410e-4c2d-b999-f422a31d6c96","name":"cloudify-net_55f36722-c9d2-4d57-af79-ff0967db0574"}]} 2018-08-12 08:59:39,952 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-2d44a55f-ea76-44d3-939d-6bbaaf2a53b2 2018-08-12 08:59:39,952 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.274260997772s 2018-08-12 08:59:39,953 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-2d44a55f-ea76-44d3-939d-6bbaaf2a53b2 2018-08-12 08:59:39,954 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-12 08:59:39,954 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}274a41a9ca43f2806738ff12dfc9d252bd5f1f34" 2018-08-12 08:59:40,001 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-c5ba2c40-f572-4063-b7b5-560428e49aaf Date: Sun, 12 Aug 2018 08:59:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2ec72790-410e-4c2d-b999-f422a31d6c96","tenant_id":"52ada6bae536420c85c928a9c2576a96","created_at":"2018-08-12T08:58:05Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-12T08:58: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":"52ada6bae536420c85c928a9c2576a96","id":"d082a9e8-58fd-462c-a6f2-5d4c8abdbbd5","subnetpool_id":null,"name":"cloudify-subnet_55f36722-c9d2-4d57-af79-ff0967db0574"}]} 2018-08-12 08:59:40,001 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-c5ba2c40-f572-4063-b7b5-560428e49aaf 2018-08-12 08:59:40,002 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0478610992432s 2018-08-12 08:59:40,002 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-c5ba2c40-f572-4063-b7b5-560428e49aaf 2018-08-12 08:59:40,002 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 08:59:42,005 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 08:59:42,008 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}274a41a9ca43f2806738ff12dfc9d252bd5f1f34" 2018-08-12 08:59:43,054 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:59:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6dd74e2b-0369-4d1e-9952-3c8e71fdc597 x-compute-request-id: req-6dd74e2b-0369-4d1e-9952-3c8e71fdc597 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.21:8774/v2.1/servers/22b1203c-7862-4502-ae31-7a49d851bb62", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/22b1203c-7862-4502-ae31-7a49d851bb62", "rel": "bookmark"}], "image": {"id": "efa634f4-4124-42f3-b6e6-b3b7a3b1c89f", "links": [{"href": "http://172.30.9.21:8774/images/efa634f4-4124-42f3-b6e6-b3b7a3b1c89f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "38570afa-b78f-40ee-9be0-2aa656f08bd0", "links": [{"href": "http://172.30.9.21:8774/flavors/38570afa-b78f-40ee-9be0-2aa656f08bd0", "rel": "bookmark"}]}, "id": "22b1203c-7862-4502-ae31-7a49d851bb62", "security_groups": [{"name": "cloudify-sg_55f36722-c9d2-4d57-af79-ff0967db0574"}], "user_id": "352e5edce8244c5b9b486d8589c83271", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:59:40Z", "hostId": "a2ac90ef67bd5d3ad1c709e42ae58e20d6c49f6f9540f2317a5d4aec", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_55f36722-c9d2-4d57-af79-ff0967db0574", "name": "cloudify-vm_55f36722-c9d2-4d57-af79-ff0967db0574", "created": "2018-08-12T08:59:39Z", "tenant_id": "52ada6bae536420c85c928a9c2576a96", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 08:59:43,054 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-6dd74e2b-0369-4d1e-9952-3c8e71fdc597 2018-08-12 08:59:43,054 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.04841089249s 2018-08-12 08:59:43,054 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-6dd74e2b-0369-4d1e-9952-3c8e71fdc597 2018-08-12 08:59:43,058 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 08:59:45,061 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 08:59:45,064 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}274a41a9ca43f2806738ff12dfc9d252bd5f1f34" 2018-08-12 08:59:45,686 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:59:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1c339c05-d7fc-48ac-b562-ab4bf1472306 x-compute-request-id: req-1c339c05-d7fc-48ac-b562-ab4bf1472306 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.21:8774/v2.1/servers/22b1203c-7862-4502-ae31-7a49d851bb62", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/22b1203c-7862-4502-ae31-7a49d851bb62", "rel": "bookmark"}], "image": {"id": "efa634f4-4124-42f3-b6e6-b3b7a3b1c89f", "links": [{"href": "http://172.30.9.21:8774/images/efa634f4-4124-42f3-b6e6-b3b7a3b1c89f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "38570afa-b78f-40ee-9be0-2aa656f08bd0", "links": [{"href": "http://172.30.9.21:8774/flavors/38570afa-b78f-40ee-9be0-2aa656f08bd0", "rel": "bookmark"}]}, "id": "22b1203c-7862-4502-ae31-7a49d851bb62", "security_groups": [{"name": "cloudify-sg_55f36722-c9d2-4d57-af79-ff0967db0574"}], "user_id": "352e5edce8244c5b9b486d8589c83271", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:59:40Z", "hostId": "a2ac90ef67bd5d3ad1c709e42ae58e20d6c49f6f9540f2317a5d4aec", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_55f36722-c9d2-4d57-af79-ff0967db0574", "name": "cloudify-vm_55f36722-c9d2-4d57-af79-ff0967db0574", "created": "2018-08-12T08:59:39Z", "tenant_id": "52ada6bae536420c85c928a9c2576a96", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 08:59:45,686 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-1c339c05-d7fc-48ac-b562-ab4bf1472306 2018-08-12 08:59:45,686 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.624749183655s 2018-08-12 08:59:45,687 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-1c339c05-d7fc-48ac-b562-ab4bf1472306 2018-08-12 08:59:45,690 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 08:59:47,693 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 08:59:47,696 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}274a41a9ca43f2806738ff12dfc9d252bd5f1f34" 2018-08-12 08:59:48,493 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:59: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-788fd753-c38a-437f-86fb-d4b70abf2a52 x-compute-request-id: req-788fd753-c38a-437f-86fb-d4b70abf2a52 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.21:8774/v2.1/servers/22b1203c-7862-4502-ae31-7a49d851bb62", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/22b1203c-7862-4502-ae31-7a49d851bb62", "rel": "bookmark"}], "image": {"id": "efa634f4-4124-42f3-b6e6-b3b7a3b1c89f", "links": [{"href": "http://172.30.9.21:8774/images/efa634f4-4124-42f3-b6e6-b3b7a3b1c89f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "38570afa-b78f-40ee-9be0-2aa656f08bd0", "links": [{"href": "http://172.30.9.21:8774/flavors/38570afa-b78f-40ee-9be0-2aa656f08bd0", "rel": "bookmark"}]}, "id": "22b1203c-7862-4502-ae31-7a49d851bb62", "security_groups": [{"name": "cloudify-sg_55f36722-c9d2-4d57-af79-ff0967db0574"}], "user_id": "352e5edce8244c5b9b486d8589c83271", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:59:40Z", "hostId": "a2ac90ef67bd5d3ad1c709e42ae58e20d6c49f6f9540f2317a5d4aec", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_55f36722-c9d2-4d57-af79-ff0967db0574", "name": "cloudify-vm_55f36722-c9d2-4d57-af79-ff0967db0574", "created": "2018-08-12T08:59:39Z", "tenant_id": "52ada6bae536420c85c928a9c2576a96", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 08:59:48,493 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-788fd753-c38a-437f-86fb-d4b70abf2a52 2018-08-12 08:59:48,493 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.799911975861s 2018-08-12 08:59:48,494 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-788fd753-c38a-437f-86fb-d4b70abf2a52 2018-08-12 08:59:48,498 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 08:59:50,500 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 08:59:50,503 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}274a41a9ca43f2806738ff12dfc9d252bd5f1f34" 2018-08-12 08:59:51,123 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:59:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6d237f53-04f7-48b9-952f-54cae9a51531 x-compute-request-id: req-6d237f53-04f7-48b9-952f-54cae9a51531 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.21:8774/v2.1/servers/22b1203c-7862-4502-ae31-7a49d851bb62", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/22b1203c-7862-4502-ae31-7a49d851bb62", "rel": "bookmark"}], "image": {"id": "efa634f4-4124-42f3-b6e6-b3b7a3b1c89f", "links": [{"href": "http://172.30.9.21:8774/images/efa634f4-4124-42f3-b6e6-b3b7a3b1c89f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "38570afa-b78f-40ee-9be0-2aa656f08bd0", "links": [{"href": "http://172.30.9.21:8774/flavors/38570afa-b78f-40ee-9be0-2aa656f08bd0", "rel": "bookmark"}]}, "id": "22b1203c-7862-4502-ae31-7a49d851bb62", "security_groups": [{"name": "cloudify-sg_55f36722-c9d2-4d57-af79-ff0967db0574"}], "user_id": "352e5edce8244c5b9b486d8589c83271", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:59:40Z", "hostId": "a2ac90ef67bd5d3ad1c709e42ae58e20d6c49f6f9540f2317a5d4aec", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_55f36722-c9d2-4d57-af79-ff0967db0574", "name": "cloudify-vm_55f36722-c9d2-4d57-af79-ff0967db0574", "created": "2018-08-12T08:59:39Z", "tenant_id": "52ada6bae536420c85c928a9c2576a96", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 08:59:51,123 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-6d237f53-04f7-48b9-952f-54cae9a51531 2018-08-12 08:59:51,123 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.622642040253s 2018-08-12 08:59:51,123 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-6d237f53-04f7-48b9-952f-54cae9a51531 2018-08-12 08:59:51,127 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 08:59:53,128 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 08:59:53,131 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}274a41a9ca43f2806738ff12dfc9d252bd5f1f34" 2018-08-12 08:59:54,216 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:59:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bc2e91ae-316b-45d7-874c-3e35c1ed36d5 x-compute-request-id: req-bc2e91ae-316b-45d7-874c-3e35c1ed36d5 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.21:8774/v2.1/servers/22b1203c-7862-4502-ae31-7a49d851bb62", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/22b1203c-7862-4502-ae31-7a49d851bb62", "rel": "bookmark"}], "image": {"id": "efa634f4-4124-42f3-b6e6-b3b7a3b1c89f", "links": [{"href": "http://172.30.9.21:8774/images/efa634f4-4124-42f3-b6e6-b3b7a3b1c89f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "38570afa-b78f-40ee-9be0-2aa656f08bd0", "links": [{"href": "http://172.30.9.21:8774/flavors/38570afa-b78f-40ee-9be0-2aa656f08bd0", "rel": "bookmark"}]}, "id": "22b1203c-7862-4502-ae31-7a49d851bb62", "security_groups": [{"name": "cloudify-sg_55f36722-c9d2-4d57-af79-ff0967db0574"}], "user_id": "352e5edce8244c5b9b486d8589c83271", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:59:40Z", "hostId": "a2ac90ef67bd5d3ad1c709e42ae58e20d6c49f6f9540f2317a5d4aec", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_55f36722-c9d2-4d57-af79-ff0967db0574", "name": "cloudify-vm_55f36722-c9d2-4d57-af79-ff0967db0574", "created": "2018-08-12T08:59:39Z", "tenant_id": "52ada6bae536420c85c928a9c2576a96", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 08:59:54,217 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-bc2e91ae-316b-45d7-874c-3e35c1ed36d5 2018-08-12 08:59:54,217 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.08812689781s 2018-08-12 08:59:54,217 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-bc2e91ae-316b-45d7-874c-3e35c1ed36d5 2018-08-12 08:59:54,221 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 08:59:56,222 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 08:59:56,226 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}274a41a9ca43f2806738ff12dfc9d252bd5f1f34" 2018-08-12 08:59:56,845 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:59:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cad48648-16e9-42f8-8afb-07e637ed78ad x-compute-request-id: req-cad48648-16e9-42f8-8afb-07e637ed78ad 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.21:8774/v2.1/servers/22b1203c-7862-4502-ae31-7a49d851bb62", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/22b1203c-7862-4502-ae31-7a49d851bb62", "rel": "bookmark"}], "image": {"id": "efa634f4-4124-42f3-b6e6-b3b7a3b1c89f", "links": [{"href": "http://172.30.9.21:8774/images/efa634f4-4124-42f3-b6e6-b3b7a3b1c89f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "38570afa-b78f-40ee-9be0-2aa656f08bd0", "links": [{"href": "http://172.30.9.21:8774/flavors/38570afa-b78f-40ee-9be0-2aa656f08bd0", "rel": "bookmark"}]}, "id": "22b1203c-7862-4502-ae31-7a49d851bb62", "security_groups": [{"name": "cloudify-sg_55f36722-c9d2-4d57-af79-ff0967db0574"}], "user_id": "352e5edce8244c5b9b486d8589c83271", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:59:40Z", "hostId": "a2ac90ef67bd5d3ad1c709e42ae58e20d6c49f6f9540f2317a5d4aec", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_55f36722-c9d2-4d57-af79-ff0967db0574", "name": "cloudify-vm_55f36722-c9d2-4d57-af79-ff0967db0574", "created": "2018-08-12T08:59:39Z", "tenant_id": "52ada6bae536420c85c928a9c2576a96", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 08:59:56,845 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-cad48648-16e9-42f8-8afb-07e637ed78ad 2018-08-12 08:59:56,845 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.622565031052s 2018-08-12 08:59:56,846 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-cad48648-16e9-42f8-8afb-07e637ed78ad 2018-08-12 08:59:56,850 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 08:59:58,852 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 08:59:58,855 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}274a41a9ca43f2806738ff12dfc9d252bd5f1f34" 2018-08-12 08:59:59,567 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 08:59: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-82269904-aa64-44bf-9083-5547b740cf37 x-compute-request-id: req-82269904-aa64-44bf-9083-5547b740cf37 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.21:8774/v2.1/servers/22b1203c-7862-4502-ae31-7a49d851bb62", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/22b1203c-7862-4502-ae31-7a49d851bb62", "rel": "bookmark"}], "image": {"id": "efa634f4-4124-42f3-b6e6-b3b7a3b1c89f", "links": [{"href": "http://172.30.9.21:8774/images/efa634f4-4124-42f3-b6e6-b3b7a3b1c89f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "38570afa-b78f-40ee-9be0-2aa656f08bd0", "links": [{"href": "http://172.30.9.21:8774/flavors/38570afa-b78f-40ee-9be0-2aa656f08bd0", "rel": "bookmark"}]}, "id": "22b1203c-7862-4502-ae31-7a49d851bb62", "security_groups": [{"name": "cloudify-sg_55f36722-c9d2-4d57-af79-ff0967db0574"}], "user_id": "352e5edce8244c5b9b486d8589c83271", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:59:40Z", "hostId": "a2ac90ef67bd5d3ad1c709e42ae58e20d6c49f6f9540f2317a5d4aec", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_55f36722-c9d2-4d57-af79-ff0967db0574", "name": "cloudify-vm_55f36722-c9d2-4d57-af79-ff0967db0574", "created": "2018-08-12T08:59:39Z", "tenant_id": "52ada6bae536420c85c928a9c2576a96", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 08:59:59,568 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-82269904-aa64-44bf-9083-5547b740cf37 2018-08-12 08:59:59,568 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.715279817581s 2018-08-12 08:59:59,568 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-82269904-aa64-44bf-9083-5547b740cf37 2018-08-12 08:59:59,572 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:00:01,575 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:00:01,578 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}274a41a9ca43f2806738ff12dfc9d252bd5f1f34" 2018-08-12 09:00:02,368 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:00:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-65115413-d832-4abc-8274-30531abc1c9e x-compute-request-id: req-65115413-d832-4abc-8274-30531abc1c9e 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.21:8774/v2.1/servers/22b1203c-7862-4502-ae31-7a49d851bb62", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/22b1203c-7862-4502-ae31-7a49d851bb62", "rel": "bookmark"}], "image": {"id": "efa634f4-4124-42f3-b6e6-b3b7a3b1c89f", "links": [{"href": "http://172.30.9.21:8774/images/efa634f4-4124-42f3-b6e6-b3b7a3b1c89f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "38570afa-b78f-40ee-9be0-2aa656f08bd0", "links": [{"href": "http://172.30.9.21:8774/flavors/38570afa-b78f-40ee-9be0-2aa656f08bd0", "rel": "bookmark"}]}, "id": "22b1203c-7862-4502-ae31-7a49d851bb62", "security_groups": [{"name": "cloudify-sg_55f36722-c9d2-4d57-af79-ff0967db0574"}], "user_id": "352e5edce8244c5b9b486d8589c83271", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:59:40Z", "hostId": "a2ac90ef67bd5d3ad1c709e42ae58e20d6c49f6f9540f2317a5d4aec", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_55f36722-c9d2-4d57-af79-ff0967db0574", "name": "cloudify-vm_55f36722-c9d2-4d57-af79-ff0967db0574", "created": "2018-08-12T08:59:39Z", "tenant_id": "52ada6bae536420c85c928a9c2576a96", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:00:02,368 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-65115413-d832-4abc-8274-30531abc1c9e 2018-08-12 09:00:02,369 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.793253898621s 2018-08-12 09:00:02,369 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-65115413-d832-4abc-8274-30531abc1c9e 2018-08-12 09:00:02,373 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:00:04,375 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:00:04,378 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}274a41a9ca43f2806738ff12dfc9d252bd5f1f34" 2018-08-12 09:00:04,917 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:00:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4542038f-1926-4469-9f21-2ada7a85b4d8 x-compute-request-id: req-4542038f-1926-4469-9f21-2ada7a85b4d8 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.21:8774/v2.1/servers/22b1203c-7862-4502-ae31-7a49d851bb62", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/22b1203c-7862-4502-ae31-7a49d851bb62", "rel": "bookmark"}], "image": {"id": "efa634f4-4124-42f3-b6e6-b3b7a3b1c89f", "links": [{"href": "http://172.30.9.21:8774/images/efa634f4-4124-42f3-b6e6-b3b7a3b1c89f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "38570afa-b78f-40ee-9be0-2aa656f08bd0", "links": [{"href": "http://172.30.9.21:8774/flavors/38570afa-b78f-40ee-9be0-2aa656f08bd0", "rel": "bookmark"}]}, "id": "22b1203c-7862-4502-ae31-7a49d851bb62", "security_groups": [{"name": "cloudify-sg_55f36722-c9d2-4d57-af79-ff0967db0574"}], "user_id": "352e5edce8244c5b9b486d8589c83271", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:59:40Z", "hostId": "a2ac90ef67bd5d3ad1c709e42ae58e20d6c49f6f9540f2317a5d4aec", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_55f36722-c9d2-4d57-af79-ff0967db0574", "name": "cloudify-vm_55f36722-c9d2-4d57-af79-ff0967db0574", "created": "2018-08-12T08:59:39Z", "tenant_id": "52ada6bae536420c85c928a9c2576a96", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:00:04,917 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-4542038f-1926-4469-9f21-2ada7a85b4d8 2018-08-12 09:00:04,918 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.542089939117s 2018-08-12 09:00:04,918 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-4542038f-1926-4469-9f21-2ada7a85b4d8 2018-08-12 09:00:04,925 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:00:06,928 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:00:06,930 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}274a41a9ca43f2806738ff12dfc9d252bd5f1f34" 2018-08-12 09:00:07,506 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:00:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-46b947da-db02-411c-a367-bca6da34d760 x-compute-request-id: req-46b947da-db02-411c-a367-bca6da34d760 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.21:8774/v2.1/servers/22b1203c-7862-4502-ae31-7a49d851bb62", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/22b1203c-7862-4502-ae31-7a49d851bb62", "rel": "bookmark"}], "image": {"id": "efa634f4-4124-42f3-b6e6-b3b7a3b1c89f", "links": [{"href": "http://172.30.9.21:8774/images/efa634f4-4124-42f3-b6e6-b3b7a3b1c89f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "38570afa-b78f-40ee-9be0-2aa656f08bd0", "links": [{"href": "http://172.30.9.21:8774/flavors/38570afa-b78f-40ee-9be0-2aa656f08bd0", "rel": "bookmark"}]}, "id": "22b1203c-7862-4502-ae31-7a49d851bb62", "security_groups": [{"name": "cloudify-sg_55f36722-c9d2-4d57-af79-ff0967db0574"}], "user_id": "352e5edce8244c5b9b486d8589c83271", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:59:40Z", "hostId": "a2ac90ef67bd5d3ad1c709e42ae58e20d6c49f6f9540f2317a5d4aec", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_55f36722-c9d2-4d57-af79-ff0967db0574", "name": "cloudify-vm_55f36722-c9d2-4d57-af79-ff0967db0574", "created": "2018-08-12T08:59:39Z", "tenant_id": "52ada6bae536420c85c928a9c2576a96", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:00:07,506 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-46b947da-db02-411c-a367-bca6da34d760 2018-08-12 09:00:07,506 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.578207015991s 2018-08-12 09:00:07,507 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-46b947da-db02-411c-a367-bca6da34d760 2018-08-12 09:00:07,510 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:00:09,513 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:00:09,516 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}274a41a9ca43f2806738ff12dfc9d252bd5f1f34" 2018-08-12 09:00:10,256 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:00:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4d0f429b-1cba-49e0-964a-8e58e4fae186 x-compute-request-id: req-4d0f429b-1cba-49e0-964a-8e58e4fae186 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.21:8774/v2.1/servers/22b1203c-7862-4502-ae31-7a49d851bb62", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/22b1203c-7862-4502-ae31-7a49d851bb62", "rel": "bookmark"}], "image": {"id": "efa634f4-4124-42f3-b6e6-b3b7a3b1c89f", "links": [{"href": "http://172.30.9.21:8774/images/efa634f4-4124-42f3-b6e6-b3b7a3b1c89f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "38570afa-b78f-40ee-9be0-2aa656f08bd0", "links": [{"href": "http://172.30.9.21:8774/flavors/38570afa-b78f-40ee-9be0-2aa656f08bd0", "rel": "bookmark"}]}, "id": "22b1203c-7862-4502-ae31-7a49d851bb62", "security_groups": [{"name": "cloudify-sg_55f36722-c9d2-4d57-af79-ff0967db0574"}], "user_id": "352e5edce8244c5b9b486d8589c83271", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:59:40Z", "hostId": "a2ac90ef67bd5d3ad1c709e42ae58e20d6c49f6f9540f2317a5d4aec", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_55f36722-c9d2-4d57-af79-ff0967db0574", "name": "cloudify-vm_55f36722-c9d2-4d57-af79-ff0967db0574", "created": "2018-08-12T08:59:39Z", "tenant_id": "52ada6bae536420c85c928a9c2576a96", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:00:10,256 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-4d0f429b-1cba-49e0-964a-8e58e4fae186 2018-08-12 09:00:10,257 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.743098974228s 2018-08-12 09:00:10,257 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-4d0f429b-1cba-49e0-964a-8e58e4fae186 2018-08-12 09:00:10,261 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:00:12,263 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:00:12,267 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}274a41a9ca43f2806738ff12dfc9d252bd5f1f34" 2018-08-12 09:00:12,888 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:00:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-06747c50-b9f6-45e3-9a17-8627ab4e879e x-compute-request-id: req-06747c50-b9f6-45e3-9a17-8627ab4e879e 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.21:8774/v2.1/servers/22b1203c-7862-4502-ae31-7a49d851bb62", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/22b1203c-7862-4502-ae31-7a49d851bb62", "rel": "bookmark"}], "image": {"id": "efa634f4-4124-42f3-b6e6-b3b7a3b1c89f", "links": [{"href": "http://172.30.9.21:8774/images/efa634f4-4124-42f3-b6e6-b3b7a3b1c89f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "38570afa-b78f-40ee-9be0-2aa656f08bd0", "links": [{"href": "http://172.30.9.21:8774/flavors/38570afa-b78f-40ee-9be0-2aa656f08bd0", "rel": "bookmark"}]}, "id": "22b1203c-7862-4502-ae31-7a49d851bb62", "security_groups": [{"name": "cloudify-sg_55f36722-c9d2-4d57-af79-ff0967db0574"}], "user_id": "352e5edce8244c5b9b486d8589c83271", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:59:40Z", "hostId": "a2ac90ef67bd5d3ad1c709e42ae58e20d6c49f6f9540f2317a5d4aec", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_55f36722-c9d2-4d57-af79-ff0967db0574", "name": "cloudify-vm_55f36722-c9d2-4d57-af79-ff0967db0574", "created": "2018-08-12T08:59:39Z", "tenant_id": "52ada6bae536420c85c928a9c2576a96", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:00:12,888 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-06747c50-b9f6-45e3-9a17-8627ab4e879e 2018-08-12 09:00:12,888 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.624402046204s 2018-08-12 09:00:12,888 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-06747c50-b9f6-45e3-9a17-8627ab4e879e 2018-08-12 09:00:12,892 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:00:14,895 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:00:14,898 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}274a41a9ca43f2806738ff12dfc9d252bd5f1f34" 2018-08-12 09:00:15,557 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:00: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-59d7435b-760c-4034-8488-b09231d08120 x-compute-request-id: req-59d7435b-760c-4034-8488-b09231d08120 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.21:8774/v2.1/servers/22b1203c-7862-4502-ae31-7a49d851bb62", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/22b1203c-7862-4502-ae31-7a49d851bb62", "rel": "bookmark"}], "image": {"id": "efa634f4-4124-42f3-b6e6-b3b7a3b1c89f", "links": [{"href": "http://172.30.9.21:8774/images/efa634f4-4124-42f3-b6e6-b3b7a3b1c89f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "38570afa-b78f-40ee-9be0-2aa656f08bd0", "links": [{"href": "http://172.30.9.21:8774/flavors/38570afa-b78f-40ee-9be0-2aa656f08bd0", "rel": "bookmark"}]}, "id": "22b1203c-7862-4502-ae31-7a49d851bb62", "security_groups": [{"name": "cloudify-sg_55f36722-c9d2-4d57-af79-ff0967db0574"}], "user_id": "352e5edce8244c5b9b486d8589c83271", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:59:40Z", "hostId": "a2ac90ef67bd5d3ad1c709e42ae58e20d6c49f6f9540f2317a5d4aec", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_55f36722-c9d2-4d57-af79-ff0967db0574", "name": "cloudify-vm_55f36722-c9d2-4d57-af79-ff0967db0574", "created": "2018-08-12T08:59:39Z", "tenant_id": "52ada6bae536420c85c928a9c2576a96", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:00:15,557 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-59d7435b-760c-4034-8488-b09231d08120 2018-08-12 09:00:15,557 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.661846876144s 2018-08-12 09:00:15,558 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-59d7435b-760c-4034-8488-b09231d08120 2018-08-12 09:00:15,561 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:00:17,564 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:00:17,567 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}274a41a9ca43f2806738ff12dfc9d252bd5f1f34" 2018-08-12 09:00:18,318 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:00:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-976a63f0-047c-4c6f-a571-469df09219c7 x-compute-request-id: req-976a63f0-047c-4c6f-a571-469df09219c7 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.21:8774/v2.1/servers/22b1203c-7862-4502-ae31-7a49d851bb62", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/22b1203c-7862-4502-ae31-7a49d851bb62", "rel": "bookmark"}], "image": {"id": "efa634f4-4124-42f3-b6e6-b3b7a3b1c89f", "links": [{"href": "http://172.30.9.21:8774/images/efa634f4-4124-42f3-b6e6-b3b7a3b1c89f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "38570afa-b78f-40ee-9be0-2aa656f08bd0", "links": [{"href": "http://172.30.9.21:8774/flavors/38570afa-b78f-40ee-9be0-2aa656f08bd0", "rel": "bookmark"}]}, "id": "22b1203c-7862-4502-ae31-7a49d851bb62", "security_groups": [{"name": "cloudify-sg_55f36722-c9d2-4d57-af79-ff0967db0574"}], "user_id": "352e5edce8244c5b9b486d8589c83271", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:59:40Z", "hostId": "a2ac90ef67bd5d3ad1c709e42ae58e20d6c49f6f9540f2317a5d4aec", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_55f36722-c9d2-4d57-af79-ff0967db0574", "name": "cloudify-vm_55f36722-c9d2-4d57-af79-ff0967db0574", "created": "2018-08-12T08:59:39Z", "tenant_id": "52ada6bae536420c85c928a9c2576a96", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:00:18,319 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-976a63f0-047c-4c6f-a571-469df09219c7 2018-08-12 09:00:18,319 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.754867076874s 2018-08-12 09:00:18,319 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-976a63f0-047c-4c6f-a571-469df09219c7 2018-08-12 09:00:18,323 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:00:20,326 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:00:20,328 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}274a41a9ca43f2806738ff12dfc9d252bd5f1f34" 2018-08-12 09:00:20,952 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:00:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d7d33046-397d-4d2f-a8ee-c814443d918a x-compute-request-id: req-d7d33046-397d-4d2f-a8ee-c814443d918a 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.21:8774/v2.1/servers/22b1203c-7862-4502-ae31-7a49d851bb62", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/22b1203c-7862-4502-ae31-7a49d851bb62", "rel": "bookmark"}], "image": {"id": "efa634f4-4124-42f3-b6e6-b3b7a3b1c89f", "links": [{"href": "http://172.30.9.21:8774/images/efa634f4-4124-42f3-b6e6-b3b7a3b1c89f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "38570afa-b78f-40ee-9be0-2aa656f08bd0", "links": [{"href": "http://172.30.9.21:8774/flavors/38570afa-b78f-40ee-9be0-2aa656f08bd0", "rel": "bookmark"}]}, "id": "22b1203c-7862-4502-ae31-7a49d851bb62", "security_groups": [{"name": "cloudify-sg_55f36722-c9d2-4d57-af79-ff0967db0574"}], "user_id": "352e5edce8244c5b9b486d8589c83271", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:59:40Z", "hostId": "a2ac90ef67bd5d3ad1c709e42ae58e20d6c49f6f9540f2317a5d4aec", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_55f36722-c9d2-4d57-af79-ff0967db0574", "name": "cloudify-vm_55f36722-c9d2-4d57-af79-ff0967db0574", "created": "2018-08-12T08:59:39Z", "tenant_id": "52ada6bae536420c85c928a9c2576a96", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:00:20,952 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-d7d33046-397d-4d2f-a8ee-c814443d918a 2018-08-12 09:00:20,953 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.626806020737s 2018-08-12 09:00:20,953 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-d7d33046-397d-4d2f-a8ee-c814443d918a 2018-08-12 09:00:20,957 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:00:22,959 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:00:22,962 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}274a41a9ca43f2806738ff12dfc9d252bd5f1f34" 2018-08-12 09:00:23,481 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:00: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-4433bab2-a15f-4c28-9ce2-b579c7764afb x-compute-request-id: req-4433bab2-a15f-4c28-9ce2-b579c7764afb 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.21:8774/v2.1/servers/22b1203c-7862-4502-ae31-7a49d851bb62", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/22b1203c-7862-4502-ae31-7a49d851bb62", "rel": "bookmark"}], "image": {"id": "efa634f4-4124-42f3-b6e6-b3b7a3b1c89f", "links": [{"href": "http://172.30.9.21:8774/images/efa634f4-4124-42f3-b6e6-b3b7a3b1c89f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "38570afa-b78f-40ee-9be0-2aa656f08bd0", "links": [{"href": "http://172.30.9.21:8774/flavors/38570afa-b78f-40ee-9be0-2aa656f08bd0", "rel": "bookmark"}]}, "id": "22b1203c-7862-4502-ae31-7a49d851bb62", "security_groups": [{"name": "cloudify-sg_55f36722-c9d2-4d57-af79-ff0967db0574"}], "user_id": "352e5edce8244c5b9b486d8589c83271", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:59:40Z", "hostId": "a2ac90ef67bd5d3ad1c709e42ae58e20d6c49f6f9540f2317a5d4aec", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_55f36722-c9d2-4d57-af79-ff0967db0574", "name": "cloudify-vm_55f36722-c9d2-4d57-af79-ff0967db0574", "created": "2018-08-12T08:59:39Z", "tenant_id": "52ada6bae536420c85c928a9c2576a96", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:00:23,481 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-4433bab2-a15f-4c28-9ce2-b579c7764afb 2018-08-12 09:00:23,482 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.522176980972s 2018-08-12 09:00:23,482 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-4433bab2-a15f-4c28-9ce2-b579c7764afb 2018-08-12 09:00:23,486 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:00:25,489 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:00:25,494 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}274a41a9ca43f2806738ff12dfc9d252bd5f1f34" 2018-08-12 09:00:26,209 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:00:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c88ad737-898b-4371-bb9f-3807a90119e1 x-compute-request-id: req-c88ad737-898b-4371-bb9f-3807a90119e1 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.21:8774/v2.1/servers/22b1203c-7862-4502-ae31-7a49d851bb62", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/22b1203c-7862-4502-ae31-7a49d851bb62", "rel": "bookmark"}], "image": {"id": "efa634f4-4124-42f3-b6e6-b3b7a3b1c89f", "links": [{"href": "http://172.30.9.21:8774/images/efa634f4-4124-42f3-b6e6-b3b7a3b1c89f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "38570afa-b78f-40ee-9be0-2aa656f08bd0", "links": [{"href": "http://172.30.9.21:8774/flavors/38570afa-b78f-40ee-9be0-2aa656f08bd0", "rel": "bookmark"}]}, "id": "22b1203c-7862-4502-ae31-7a49d851bb62", "security_groups": [{"name": "cloudify-sg_55f36722-c9d2-4d57-af79-ff0967db0574"}], "user_id": "352e5edce8244c5b9b486d8589c83271", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:59:40Z", "hostId": "a2ac90ef67bd5d3ad1c709e42ae58e20d6c49f6f9540f2317a5d4aec", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_55f36722-c9d2-4d57-af79-ff0967db0574", "name": "cloudify-vm_55f36722-c9d2-4d57-af79-ff0967db0574", "created": "2018-08-12T08:59:39Z", "tenant_id": "52ada6bae536420c85c928a9c2576a96", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:00:26,209 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-c88ad737-898b-4371-bb9f-3807a90119e1 2018-08-12 09:00:26,209 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.719877004623s 2018-08-12 09:00:26,209 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-c88ad737-898b-4371-bb9f-3807a90119e1 2018-08-12 09:00:26,213 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:00:28,216 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:00:28,219 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}274a41a9ca43f2806738ff12dfc9d252bd5f1f34" 2018-08-12 09:00:28,767 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:00: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-37caa48e-92f3-4a6b-8ee3-24bb8b0ee5f4 x-compute-request-id: req-37caa48e-92f3-4a6b-8ee3-24bb8b0ee5f4 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.21:8774/v2.1/servers/22b1203c-7862-4502-ae31-7a49d851bb62", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/22b1203c-7862-4502-ae31-7a49d851bb62", "rel": "bookmark"}], "image": {"id": "efa634f4-4124-42f3-b6e6-b3b7a3b1c89f", "links": [{"href": "http://172.30.9.21:8774/images/efa634f4-4124-42f3-b6e6-b3b7a3b1c89f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "38570afa-b78f-40ee-9be0-2aa656f08bd0", "links": [{"href": "http://172.30.9.21:8774/flavors/38570afa-b78f-40ee-9be0-2aa656f08bd0", "rel": "bookmark"}]}, "id": "22b1203c-7862-4502-ae31-7a49d851bb62", "security_groups": [{"name": "cloudify-sg_55f36722-c9d2-4d57-af79-ff0967db0574"}], "user_id": "352e5edce8244c5b9b486d8589c83271", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:59:40Z", "hostId": "a2ac90ef67bd5d3ad1c709e42ae58e20d6c49f6f9540f2317a5d4aec", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_55f36722-c9d2-4d57-af79-ff0967db0574", "name": "cloudify-vm_55f36722-c9d2-4d57-af79-ff0967db0574", "created": "2018-08-12T08:59:39Z", "tenant_id": "52ada6bae536420c85c928a9c2576a96", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:00:28,767 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-37caa48e-92f3-4a6b-8ee3-24bb8b0ee5f4 2018-08-12 09:00:28,767 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.551284074783s 2018-08-12 09:00:28,768 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-37caa48e-92f3-4a6b-8ee3-24bb8b0ee5f4 2018-08-12 09:00:28,772 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:00:30,775 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:00:30,778 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}274a41a9ca43f2806738ff12dfc9d252bd5f1f34" 2018-08-12 09:00:31,725 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09: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-9fb3c26e-3f17-48ae-8713-100effdc9327 x-compute-request-id: req-9fb3c26e-3f17-48ae-8713-100effdc9327 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.21:8774/v2.1/servers/22b1203c-7862-4502-ae31-7a49d851bb62", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/22b1203c-7862-4502-ae31-7a49d851bb62", "rel": "bookmark"}], "image": {"id": "efa634f4-4124-42f3-b6e6-b3b7a3b1c89f", "links": [{"href": "http://172.30.9.21:8774/images/efa634f4-4124-42f3-b6e6-b3b7a3b1c89f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "38570afa-b78f-40ee-9be0-2aa656f08bd0", "links": [{"href": "http://172.30.9.21:8774/flavors/38570afa-b78f-40ee-9be0-2aa656f08bd0", "rel": "bookmark"}]}, "id": "22b1203c-7862-4502-ae31-7a49d851bb62", "security_groups": [{"name": "cloudify-sg_55f36722-c9d2-4d57-af79-ff0967db0574"}], "user_id": "352e5edce8244c5b9b486d8589c83271", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:59:40Z", "hostId": "a2ac90ef67bd5d3ad1c709e42ae58e20d6c49f6f9540f2317a5d4aec", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_55f36722-c9d2-4d57-af79-ff0967db0574", "name": "cloudify-vm_55f36722-c9d2-4d57-af79-ff0967db0574", "created": "2018-08-12T08:59:39Z", "tenant_id": "52ada6bae536420c85c928a9c2576a96", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:00:31,725 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-9fb3c26e-3f17-48ae-8713-100effdc9327 2018-08-12 09:00:31,725 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.95018196106s 2018-08-12 09:00:31,726 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-9fb3c26e-3f17-48ae-8713-100effdc9327 2018-08-12 09:00:31,730 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:00:33,732 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:00:33,735 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}274a41a9ca43f2806738ff12dfc9d252bd5f1f34" 2018-08-12 09:00:34,271 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:00:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-db5a2689-f1ab-41c7-84fe-b8455a832d08 x-compute-request-id: req-db5a2689-f1ab-41c7-84fe-b8455a832d08 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.21:8774/v2.1/servers/22b1203c-7862-4502-ae31-7a49d851bb62", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/22b1203c-7862-4502-ae31-7a49d851bb62", "rel": "bookmark"}], "image": {"id": "efa634f4-4124-42f3-b6e6-b3b7a3b1c89f", "links": [{"href": "http://172.30.9.21:8774/images/efa634f4-4124-42f3-b6e6-b3b7a3b1c89f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "38570afa-b78f-40ee-9be0-2aa656f08bd0", "links": [{"href": "http://172.30.9.21:8774/flavors/38570afa-b78f-40ee-9be0-2aa656f08bd0", "rel": "bookmark"}]}, "id": "22b1203c-7862-4502-ae31-7a49d851bb62", "security_groups": [{"name": "cloudify-sg_55f36722-c9d2-4d57-af79-ff0967db0574"}], "user_id": "352e5edce8244c5b9b486d8589c83271", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:59:40Z", "hostId": "a2ac90ef67bd5d3ad1c709e42ae58e20d6c49f6f9540f2317a5d4aec", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_55f36722-c9d2-4d57-af79-ff0967db0574", "name": "cloudify-vm_55f36722-c9d2-4d57-af79-ff0967db0574", "created": "2018-08-12T08:59:39Z", "tenant_id": "52ada6bae536420c85c928a9c2576a96", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:00:34,272 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-db5a2689-f1ab-41c7-84fe-b8455a832d08 2018-08-12 09:00:34,272 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.539134025574s 2018-08-12 09:00:34,272 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-db5a2689-f1ab-41c7-84fe-b8455a832d08 2018-08-12 09:00:34,276 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:00:36,279 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:00:36,282 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}274a41a9ca43f2806738ff12dfc9d252bd5f1f34" 2018-08-12 09:00:36,828 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:00: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-0ccf79bf-9b26-42c9-98aa-426cdf0b932f x-compute-request-id: req-0ccf79bf-9b26-42c9-98aa-426cdf0b932f 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.21:8774/v2.1/servers/22b1203c-7862-4502-ae31-7a49d851bb62", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/22b1203c-7862-4502-ae31-7a49d851bb62", "rel": "bookmark"}], "image": {"id": "efa634f4-4124-42f3-b6e6-b3b7a3b1c89f", "links": [{"href": "http://172.30.9.21:8774/images/efa634f4-4124-42f3-b6e6-b3b7a3b1c89f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "38570afa-b78f-40ee-9be0-2aa656f08bd0", "links": [{"href": "http://172.30.9.21:8774/flavors/38570afa-b78f-40ee-9be0-2aa656f08bd0", "rel": "bookmark"}]}, "id": "22b1203c-7862-4502-ae31-7a49d851bb62", "security_groups": [{"name": "cloudify-sg_55f36722-c9d2-4d57-af79-ff0967db0574"}], "user_id": "352e5edce8244c5b9b486d8589c83271", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:59:40Z", "hostId": "a2ac90ef67bd5d3ad1c709e42ae58e20d6c49f6f9540f2317a5d4aec", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_55f36722-c9d2-4d57-af79-ff0967db0574", "name": "cloudify-vm_55f36722-c9d2-4d57-af79-ff0967db0574", "created": "2018-08-12T08:59:39Z", "tenant_id": "52ada6bae536420c85c928a9c2576a96", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:00:36,828 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-0ccf79bf-9b26-42c9-98aa-426cdf0b932f 2018-08-12 09:00:36,828 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.549082994461s 2018-08-12 09:00:36,829 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-0ccf79bf-9b26-42c9-98aa-426cdf0b932f 2018-08-12 09:00:36,832 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:00:38,835 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:00:38,838 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}274a41a9ca43f2806738ff12dfc9d252bd5f1f34" 2018-08-12 09:00:39,427 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:00: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-401fa646-2f81-4d19-a1c6-e7a32292bee6 x-compute-request-id: req-401fa646-2f81-4d19-a1c6-e7a32292bee6 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.21:8774/v2.1/servers/22b1203c-7862-4502-ae31-7a49d851bb62", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/22b1203c-7862-4502-ae31-7a49d851bb62", "rel": "bookmark"}], "image": {"id": "efa634f4-4124-42f3-b6e6-b3b7a3b1c89f", "links": [{"href": "http://172.30.9.21:8774/images/efa634f4-4124-42f3-b6e6-b3b7a3b1c89f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "38570afa-b78f-40ee-9be0-2aa656f08bd0", "links": [{"href": "http://172.30.9.21:8774/flavors/38570afa-b78f-40ee-9be0-2aa656f08bd0", "rel": "bookmark"}]}, "id": "22b1203c-7862-4502-ae31-7a49d851bb62", "security_groups": [{"name": "cloudify-sg_55f36722-c9d2-4d57-af79-ff0967db0574"}], "user_id": "352e5edce8244c5b9b486d8589c83271", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:59:40Z", "hostId": "a2ac90ef67bd5d3ad1c709e42ae58e20d6c49f6f9540f2317a5d4aec", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_55f36722-c9d2-4d57-af79-ff0967db0574", "name": "cloudify-vm_55f36722-c9d2-4d57-af79-ff0967db0574", "created": "2018-08-12T08:59:39Z", "tenant_id": "52ada6bae536420c85c928a9c2576a96", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:00:39,427 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-401fa646-2f81-4d19-a1c6-e7a32292bee6 2018-08-12 09:00:39,428 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.592674016953s 2018-08-12 09:00:39,428 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-401fa646-2f81-4d19-a1c6-e7a32292bee6 2018-08-12 09:00:39,432 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:00:41,435 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:00:41,438 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}274a41a9ca43f2806738ff12dfc9d252bd5f1f34" 2018-08-12 09:00:42,182 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:00:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4661f316-624c-4f05-b8a8-44d56eb93367 x-compute-request-id: req-4661f316-624c-4f05-b8a8-44d56eb93367 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.21:8774/v2.1/servers/22b1203c-7862-4502-ae31-7a49d851bb62", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/22b1203c-7862-4502-ae31-7a49d851bb62", "rel": "bookmark"}], "image": {"id": "efa634f4-4124-42f3-b6e6-b3b7a3b1c89f", "links": [{"href": "http://172.30.9.21:8774/images/efa634f4-4124-42f3-b6e6-b3b7a3b1c89f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "38570afa-b78f-40ee-9be0-2aa656f08bd0", "links": [{"href": "http://172.30.9.21:8774/flavors/38570afa-b78f-40ee-9be0-2aa656f08bd0", "rel": "bookmark"}]}, "id": "22b1203c-7862-4502-ae31-7a49d851bb62", "security_groups": [{"name": "cloudify-sg_55f36722-c9d2-4d57-af79-ff0967db0574"}], "user_id": "352e5edce8244c5b9b486d8589c83271", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:59:40Z", "hostId": "a2ac90ef67bd5d3ad1c709e42ae58e20d6c49f6f9540f2317a5d4aec", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_55f36722-c9d2-4d57-af79-ff0967db0574", "name": "cloudify-vm_55f36722-c9d2-4d57-af79-ff0967db0574", "created": "2018-08-12T08:59:39Z", "tenant_id": "52ada6bae536420c85c928a9c2576a96", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:00:42,182 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-4661f316-624c-4f05-b8a8-44d56eb93367 2018-08-12 09:00:42,182 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.747395992279s 2018-08-12 09:00:42,183 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-4661f316-624c-4f05-b8a8-44d56eb93367 2018-08-12 09:00:42,187 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:00:44,190 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:00:44,194 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}274a41a9ca43f2806738ff12dfc9d252bd5f1f34" 2018-08-12 09:00:44,731 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:00: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-12376241-b447-42ee-8afc-df3087fdfd2f x-compute-request-id: req-12376241-b447-42ee-8afc-df3087fdfd2f 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.21:8774/v2.1/servers/22b1203c-7862-4502-ae31-7a49d851bb62", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/22b1203c-7862-4502-ae31-7a49d851bb62", "rel": "bookmark"}], "image": {"id": "efa634f4-4124-42f3-b6e6-b3b7a3b1c89f", "links": [{"href": "http://172.30.9.21:8774/images/efa634f4-4124-42f3-b6e6-b3b7a3b1c89f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "38570afa-b78f-40ee-9be0-2aa656f08bd0", "links": [{"href": "http://172.30.9.21:8774/flavors/38570afa-b78f-40ee-9be0-2aa656f08bd0", "rel": "bookmark"}]}, "id": "22b1203c-7862-4502-ae31-7a49d851bb62", "security_groups": [{"name": "cloudify-sg_55f36722-c9d2-4d57-af79-ff0967db0574"}], "user_id": "352e5edce8244c5b9b486d8589c83271", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:59:40Z", "hostId": "a2ac90ef67bd5d3ad1c709e42ae58e20d6c49f6f9540f2317a5d4aec", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_55f36722-c9d2-4d57-af79-ff0967db0574", "name": "cloudify-vm_55f36722-c9d2-4d57-af79-ff0967db0574", "created": "2018-08-12T08:59:39Z", "tenant_id": "52ada6bae536420c85c928a9c2576a96", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:00:44,731 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-12376241-b447-42ee-8afc-df3087fdfd2f 2018-08-12 09:00:44,732 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.541476964951s 2018-08-12 09:00:44,732 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-12376241-b447-42ee-8afc-df3087fdfd2f 2018-08-12 09:00:44,736 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:00:46,738 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:00:46,741 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}274a41a9ca43f2806738ff12dfc9d252bd5f1f34" 2018-08-12 09:00:47,308 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:00:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-60637ca8-63bb-4ac6-82d7-75d151fa7c3c x-compute-request-id: req-60637ca8-63bb-4ac6-82d7-75d151fa7c3c 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.21:8774/v2.1/servers/22b1203c-7862-4502-ae31-7a49d851bb62", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/22b1203c-7862-4502-ae31-7a49d851bb62", "rel": "bookmark"}], "image": {"id": "efa634f4-4124-42f3-b6e6-b3b7a3b1c89f", "links": [{"href": "http://172.30.9.21:8774/images/efa634f4-4124-42f3-b6e6-b3b7a3b1c89f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "38570afa-b78f-40ee-9be0-2aa656f08bd0", "links": [{"href": "http://172.30.9.21:8774/flavors/38570afa-b78f-40ee-9be0-2aa656f08bd0", "rel": "bookmark"}]}, "id": "22b1203c-7862-4502-ae31-7a49d851bb62", "security_groups": [{"name": "cloudify-sg_55f36722-c9d2-4d57-af79-ff0967db0574"}], "user_id": "352e5edce8244c5b9b486d8589c83271", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:59:40Z", "hostId": "a2ac90ef67bd5d3ad1c709e42ae58e20d6c49f6f9540f2317a5d4aec", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_55f36722-c9d2-4d57-af79-ff0967db0574", "name": "cloudify-vm_55f36722-c9d2-4d57-af79-ff0967db0574", "created": "2018-08-12T08:59:39Z", "tenant_id": "52ada6bae536420c85c928a9c2576a96", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:00:47,308 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-60637ca8-63bb-4ac6-82d7-75d151fa7c3c 2018-08-12 09:00:47,308 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.569628000259s 2018-08-12 09:00:47,309 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-60637ca8-63bb-4ac6-82d7-75d151fa7c3c 2018-08-12 09:00:47,312 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:00:49,315 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:00:49,318 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}274a41a9ca43f2806738ff12dfc9d252bd5f1f34" 2018-08-12 09:00:50,029 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:00: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-1765d099-ea88-4b33-9d46-f1de0aa17a47 x-compute-request-id: req-1765d099-ea88-4b33-9d46-f1de0aa17a47 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.21:8774/v2.1/servers/22b1203c-7862-4502-ae31-7a49d851bb62", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/22b1203c-7862-4502-ae31-7a49d851bb62", "rel": "bookmark"}], "image": {"id": "efa634f4-4124-42f3-b6e6-b3b7a3b1c89f", "links": [{"href": "http://172.30.9.21:8774/images/efa634f4-4124-42f3-b6e6-b3b7a3b1c89f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "38570afa-b78f-40ee-9be0-2aa656f08bd0", "links": [{"href": "http://172.30.9.21:8774/flavors/38570afa-b78f-40ee-9be0-2aa656f08bd0", "rel": "bookmark"}]}, "id": "22b1203c-7862-4502-ae31-7a49d851bb62", "security_groups": [{"name": "cloudify-sg_55f36722-c9d2-4d57-af79-ff0967db0574"}], "user_id": "352e5edce8244c5b9b486d8589c83271", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:59:40Z", "hostId": "a2ac90ef67bd5d3ad1c709e42ae58e20d6c49f6f9540f2317a5d4aec", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_55f36722-c9d2-4d57-af79-ff0967db0574", "name": "cloudify-vm_55f36722-c9d2-4d57-af79-ff0967db0574", "created": "2018-08-12T08:59:39Z", "tenant_id": "52ada6bae536420c85c928a9c2576a96", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:00:50,029 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-1765d099-ea88-4b33-9d46-f1de0aa17a47 2018-08-12 09:00:50,029 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.713624954224s 2018-08-12 09:00:50,029 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-1765d099-ea88-4b33-9d46-f1de0aa17a47 2018-08-12 09:00:50,033 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:00:52,036 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:00:52,038 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}274a41a9ca43f2806738ff12dfc9d252bd5f1f34" 2018-08-12 09:00:52,588 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:00: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-58dc3a38-fef3-40dd-a05c-5eb1a05d4ee6 x-compute-request-id: req-58dc3a38-fef3-40dd-a05c-5eb1a05d4ee6 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.21:8774/v2.1/servers/22b1203c-7862-4502-ae31-7a49d851bb62", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/22b1203c-7862-4502-ae31-7a49d851bb62", "rel": "bookmark"}], "image": {"id": "efa634f4-4124-42f3-b6e6-b3b7a3b1c89f", "links": [{"href": "http://172.30.9.21:8774/images/efa634f4-4124-42f3-b6e6-b3b7a3b1c89f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "38570afa-b78f-40ee-9be0-2aa656f08bd0", "links": [{"href": "http://172.30.9.21:8774/flavors/38570afa-b78f-40ee-9be0-2aa656f08bd0", "rel": "bookmark"}]}, "id": "22b1203c-7862-4502-ae31-7a49d851bb62", "security_groups": [{"name": "cloudify-sg_55f36722-c9d2-4d57-af79-ff0967db0574"}], "user_id": "352e5edce8244c5b9b486d8589c83271", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:59:40Z", "hostId": "a2ac90ef67bd5d3ad1c709e42ae58e20d6c49f6f9540f2317a5d4aec", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_55f36722-c9d2-4d57-af79-ff0967db0574", "name": "cloudify-vm_55f36722-c9d2-4d57-af79-ff0967db0574", "created": "2018-08-12T08:59:39Z", "tenant_id": "52ada6bae536420c85c928a9c2576a96", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:00:52,588 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-58dc3a38-fef3-40dd-a05c-5eb1a05d4ee6 2018-08-12 09:00:52,588 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.552021026611s 2018-08-12 09:00:52,588 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-58dc3a38-fef3-40dd-a05c-5eb1a05d4ee6 2018-08-12 09:00:52,592 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:00:54,595 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:00:54,598 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}274a41a9ca43f2806738ff12dfc9d252bd5f1f34" 2018-08-12 09:00:55,346 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:00:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-734b6d1c-011d-4c4a-a0a0-fddbe3ead262 x-compute-request-id: req-734b6d1c-011d-4c4a-a0a0-fddbe3ead262 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.21:8774/v2.1/servers/22b1203c-7862-4502-ae31-7a49d851bb62", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/22b1203c-7862-4502-ae31-7a49d851bb62", "rel": "bookmark"}], "image": {"id": "efa634f4-4124-42f3-b6e6-b3b7a3b1c89f", "links": [{"href": "http://172.30.9.21:8774/images/efa634f4-4124-42f3-b6e6-b3b7a3b1c89f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "38570afa-b78f-40ee-9be0-2aa656f08bd0", "links": [{"href": "http://172.30.9.21:8774/flavors/38570afa-b78f-40ee-9be0-2aa656f08bd0", "rel": "bookmark"}]}, "id": "22b1203c-7862-4502-ae31-7a49d851bb62", "security_groups": [{"name": "cloudify-sg_55f36722-c9d2-4d57-af79-ff0967db0574"}], "user_id": "352e5edce8244c5b9b486d8589c83271", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:59:40Z", "hostId": "a2ac90ef67bd5d3ad1c709e42ae58e20d6c49f6f9540f2317a5d4aec", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_55f36722-c9d2-4d57-af79-ff0967db0574", "name": "cloudify-vm_55f36722-c9d2-4d57-af79-ff0967db0574", "created": "2018-08-12T08:59:39Z", "tenant_id": "52ada6bae536420c85c928a9c2576a96", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:00:55,346 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-734b6d1c-011d-4c4a-a0a0-fddbe3ead262 2018-08-12 09:00:55,346 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.751096963882s 2018-08-12 09:00:55,347 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-734b6d1c-011d-4c4a-a0a0-fddbe3ead262 2018-08-12 09:00:55,351 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:00:57,353 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:00:57,356 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}274a41a9ca43f2806738ff12dfc9d252bd5f1f34" 2018-08-12 09:00:57,744 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:00:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-36c5e269-c668-4464-9e7b-f8bfe2cccba0 x-compute-request-id: req-36c5e269-c668-4464-9e7b-f8bfe2cccba0 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.21:8774/v2.1/servers/22b1203c-7862-4502-ae31-7a49d851bb62", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/22b1203c-7862-4502-ae31-7a49d851bb62", "rel": "bookmark"}], "image": {"id": "efa634f4-4124-42f3-b6e6-b3b7a3b1c89f", "links": [{"href": "http://172.30.9.21:8774/images/efa634f4-4124-42f3-b6e6-b3b7a3b1c89f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "38570afa-b78f-40ee-9be0-2aa656f08bd0", "links": [{"href": "http://172.30.9.21:8774/flavors/38570afa-b78f-40ee-9be0-2aa656f08bd0", "rel": "bookmark"}]}, "id": "22b1203c-7862-4502-ae31-7a49d851bb62", "security_groups": [{"name": "cloudify-sg_55f36722-c9d2-4d57-af79-ff0967db0574"}], "user_id": "352e5edce8244c5b9b486d8589c83271", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:59:40Z", "hostId": "a2ac90ef67bd5d3ad1c709e42ae58e20d6c49f6f9540f2317a5d4aec", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_55f36722-c9d2-4d57-af79-ff0967db0574", "name": "cloudify-vm_55f36722-c9d2-4d57-af79-ff0967db0574", "created": "2018-08-12T08:59:39Z", "tenant_id": "52ada6bae536420c85c928a9c2576a96", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:00:57,744 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-36c5e269-c668-4464-9e7b-f8bfe2cccba0 2018-08-12 09:00:57,745 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.390858888626s 2018-08-12 09:00:57,745 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-36c5e269-c668-4464-9e7b-f8bfe2cccba0 2018-08-12 09:00:57,749 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:00:59,751 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:00:59,754 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}274a41a9ca43f2806738ff12dfc9d252bd5f1f34" 2018-08-12 09:01:00,179 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:00: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-3081487c-6ca9-4119-9918-f80a4bf199e8 x-compute-request-id: req-3081487c-6ca9-4119-9918-f80a4bf199e8 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.21:8774/v2.1/servers/22b1203c-7862-4502-ae31-7a49d851bb62", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/22b1203c-7862-4502-ae31-7a49d851bb62", "rel": "bookmark"}], "image": {"id": "efa634f4-4124-42f3-b6e6-b3b7a3b1c89f", "links": [{"href": "http://172.30.9.21:8774/images/efa634f4-4124-42f3-b6e6-b3b7a3b1c89f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "38570afa-b78f-40ee-9be0-2aa656f08bd0", "links": [{"href": "http://172.30.9.21:8774/flavors/38570afa-b78f-40ee-9be0-2aa656f08bd0", "rel": "bookmark"}]}, "id": "22b1203c-7862-4502-ae31-7a49d851bb62", "security_groups": [{"name": "cloudify-sg_55f36722-c9d2-4d57-af79-ff0967db0574"}], "user_id": "352e5edce8244c5b9b486d8589c83271", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:59:40Z", "hostId": "a2ac90ef67bd5d3ad1c709e42ae58e20d6c49f6f9540f2317a5d4aec", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_55f36722-c9d2-4d57-af79-ff0967db0574", "name": "cloudify-vm_55f36722-c9d2-4d57-af79-ff0967db0574", "created": "2018-08-12T08:59:39Z", "tenant_id": "52ada6bae536420c85c928a9c2576a96", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:01:00,180 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-3081487c-6ca9-4119-9918-f80a4bf199e8 2018-08-12 09:01:00,180 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.428146123886s 2018-08-12 09:01:00,180 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-3081487c-6ca9-4119-9918-f80a4bf199e8 2018-08-12 09:01:00,184 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:01:02,187 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:01:02,189 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}274a41a9ca43f2806738ff12dfc9d252bd5f1f34" 2018-08-12 09:01:02,911 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:01: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-30236482-1c95-4ecd-98b1-8fae09abde42 x-compute-request-id: req-30236482-1c95-4ecd-98b1-8fae09abde42 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.21:8774/v2.1/servers/22b1203c-7862-4502-ae31-7a49d851bb62", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/22b1203c-7862-4502-ae31-7a49d851bb62", "rel": "bookmark"}], "image": {"id": "efa634f4-4124-42f3-b6e6-b3b7a3b1c89f", "links": [{"href": "http://172.30.9.21:8774/images/efa634f4-4124-42f3-b6e6-b3b7a3b1c89f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "38570afa-b78f-40ee-9be0-2aa656f08bd0", "links": [{"href": "http://172.30.9.21:8774/flavors/38570afa-b78f-40ee-9be0-2aa656f08bd0", "rel": "bookmark"}]}, "id": "22b1203c-7862-4502-ae31-7a49d851bb62", "security_groups": [{"name": "cloudify-sg_55f36722-c9d2-4d57-af79-ff0967db0574"}], "user_id": "352e5edce8244c5b9b486d8589c83271", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:59:40Z", "hostId": "a2ac90ef67bd5d3ad1c709e42ae58e20d6c49f6f9540f2317a5d4aec", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_55f36722-c9d2-4d57-af79-ff0967db0574", "name": "cloudify-vm_55f36722-c9d2-4d57-af79-ff0967db0574", "created": "2018-08-12T08:59:39Z", "tenant_id": "52ada6bae536420c85c928a9c2576a96", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:01:02,911 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-30236482-1c95-4ecd-98b1-8fae09abde42 2018-08-12 09:01:02,911 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.724457979202s 2018-08-12 09:01:02,912 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-30236482-1c95-4ecd-98b1-8fae09abde42 2018-08-12 09:01:02,915 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:01:04,918 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:01:04,921 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}274a41a9ca43f2806738ff12dfc9d252bd5f1f34" 2018-08-12 09:01:05,571 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:01: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-72ced810-fa51-4423-b988-5182fbee0ef6 x-compute-request-id: req-72ced810-fa51-4423-b988-5182fbee0ef6 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.21:8774/v2.1/servers/22b1203c-7862-4502-ae31-7a49d851bb62", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/22b1203c-7862-4502-ae31-7a49d851bb62", "rel": "bookmark"}], "image": {"id": "efa634f4-4124-42f3-b6e6-b3b7a3b1c89f", "links": [{"href": "http://172.30.9.21:8774/images/efa634f4-4124-42f3-b6e6-b3b7a3b1c89f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "38570afa-b78f-40ee-9be0-2aa656f08bd0", "links": [{"href": "http://172.30.9.21:8774/flavors/38570afa-b78f-40ee-9be0-2aa656f08bd0", "rel": "bookmark"}]}, "id": "22b1203c-7862-4502-ae31-7a49d851bb62", "security_groups": [{"name": "cloudify-sg_55f36722-c9d2-4d57-af79-ff0967db0574"}], "user_id": "352e5edce8244c5b9b486d8589c83271", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:59:40Z", "hostId": "a2ac90ef67bd5d3ad1c709e42ae58e20d6c49f6f9540f2317a5d4aec", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_55f36722-c9d2-4d57-af79-ff0967db0574", "name": "cloudify-vm_55f36722-c9d2-4d57-af79-ff0967db0574", "created": "2018-08-12T08:59:39Z", "tenant_id": "52ada6bae536420c85c928a9c2576a96", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:01:05,571 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-72ced810-fa51-4423-b988-5182fbee0ef6 2018-08-12 09:01:05,572 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.653424978256s 2018-08-12 09:01:05,572 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-72ced810-fa51-4423-b988-5182fbee0ef6 2018-08-12 09:01:05,576 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:01:07,578 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:01:07,581 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}274a41a9ca43f2806738ff12dfc9d252bd5f1f34" 2018-08-12 09:01:08,143 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:01: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-53ce5f9c-e35c-4e86-b7e6-2a9581949a8c x-compute-request-id: req-53ce5f9c-e35c-4e86-b7e6-2a9581949a8c 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.21:8774/v2.1/servers/22b1203c-7862-4502-ae31-7a49d851bb62", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/22b1203c-7862-4502-ae31-7a49d851bb62", "rel": "bookmark"}], "image": {"id": "efa634f4-4124-42f3-b6e6-b3b7a3b1c89f", "links": [{"href": "http://172.30.9.21:8774/images/efa634f4-4124-42f3-b6e6-b3b7a3b1c89f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "38570afa-b78f-40ee-9be0-2aa656f08bd0", "links": [{"href": "http://172.30.9.21:8774/flavors/38570afa-b78f-40ee-9be0-2aa656f08bd0", "rel": "bookmark"}]}, "id": "22b1203c-7862-4502-ae31-7a49d851bb62", "security_groups": [{"name": "cloudify-sg_55f36722-c9d2-4d57-af79-ff0967db0574"}], "user_id": "352e5edce8244c5b9b486d8589c83271", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:59:40Z", "hostId": "a2ac90ef67bd5d3ad1c709e42ae58e20d6c49f6f9540f2317a5d4aec", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_55f36722-c9d2-4d57-af79-ff0967db0574", "name": "cloudify-vm_55f36722-c9d2-4d57-af79-ff0967db0574", "created": "2018-08-12T08:59:39Z", "tenant_id": "52ada6bae536420c85c928a9c2576a96", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:01:08,143 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-53ce5f9c-e35c-4e86-b7e6-2a9581949a8c 2018-08-12 09:01:08,143 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.564581871033s 2018-08-12 09:01:08,143 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-53ce5f9c-e35c-4e86-b7e6-2a9581949a8c 2018-08-12 09:01:08,147 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:01:10,149 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:01:10,153 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}274a41a9ca43f2806738ff12dfc9d252bd5f1f34" 2018-08-12 09:01:10,925 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:01:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bda514d3-4ff1-4982-9081-f2e7fa0eab11 x-compute-request-id: req-bda514d3-4ff1-4982-9081-f2e7fa0eab11 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.21:8774/v2.1/servers/22b1203c-7862-4502-ae31-7a49d851bb62", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/22b1203c-7862-4502-ae31-7a49d851bb62", "rel": "bookmark"}], "image": {"id": "efa634f4-4124-42f3-b6e6-b3b7a3b1c89f", "links": [{"href": "http://172.30.9.21:8774/images/efa634f4-4124-42f3-b6e6-b3b7a3b1c89f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "38570afa-b78f-40ee-9be0-2aa656f08bd0", "links": [{"href": "http://172.30.9.21:8774/flavors/38570afa-b78f-40ee-9be0-2aa656f08bd0", "rel": "bookmark"}]}, "id": "22b1203c-7862-4502-ae31-7a49d851bb62", "security_groups": [{"name": "cloudify-sg_55f36722-c9d2-4d57-af79-ff0967db0574"}], "user_id": "352e5edce8244c5b9b486d8589c83271", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:59:40Z", "hostId": "a2ac90ef67bd5d3ad1c709e42ae58e20d6c49f6f9540f2317a5d4aec", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_55f36722-c9d2-4d57-af79-ff0967db0574", "name": "cloudify-vm_55f36722-c9d2-4d57-af79-ff0967db0574", "created": "2018-08-12T08:59:39Z", "tenant_id": "52ada6bae536420c85c928a9c2576a96", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:01:10,925 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-bda514d3-4ff1-4982-9081-f2e7fa0eab11 2018-08-12 09:01:10,925 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.775795936584s 2018-08-12 09:01:10,926 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-bda514d3-4ff1-4982-9081-f2e7fa0eab11 2018-08-12 09:01:10,929 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:01:12,932 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:01:12,937 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}274a41a9ca43f2806738ff12dfc9d252bd5f1f34" 2018-08-12 09:01:13,911 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:01:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7c84d918-6f46-4bcb-9de8-886faa55cab6 x-compute-request-id: req-7c84d918-6f46-4bcb-9de8-886faa55cab6 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.21:8774/v2.1/servers/22b1203c-7862-4502-ae31-7a49d851bb62", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/22b1203c-7862-4502-ae31-7a49d851bb62", "rel": "bookmark"}], "image": {"id": "efa634f4-4124-42f3-b6e6-b3b7a3b1c89f", "links": [{"href": "http://172.30.9.21:8774/images/efa634f4-4124-42f3-b6e6-b3b7a3b1c89f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "38570afa-b78f-40ee-9be0-2aa656f08bd0", "links": [{"href": "http://172.30.9.21:8774/flavors/38570afa-b78f-40ee-9be0-2aa656f08bd0", "rel": "bookmark"}]}, "id": "22b1203c-7862-4502-ae31-7a49d851bb62", "security_groups": [{"name": "cloudify-sg_55f36722-c9d2-4d57-af79-ff0967db0574"}], "user_id": "352e5edce8244c5b9b486d8589c83271", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:59:40Z", "hostId": "a2ac90ef67bd5d3ad1c709e42ae58e20d6c49f6f9540f2317a5d4aec", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_55f36722-c9d2-4d57-af79-ff0967db0574", "name": "cloudify-vm_55f36722-c9d2-4d57-af79-ff0967db0574", "created": "2018-08-12T08:59:39Z", "tenant_id": "52ada6bae536420c85c928a9c2576a96", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:01:13,912 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-7c84d918-6f46-4bcb-9de8-886faa55cab6 2018-08-12 09:01:13,912 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.979464054108s 2018-08-12 09:01:13,912 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-7c84d918-6f46-4bcb-9de8-886faa55cab6 2018-08-12 09:01:13,916 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:01:15,918 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:01:15,921 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}274a41a9ca43f2806738ff12dfc9d252bd5f1f34" 2018-08-12 09:01:16,468 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:01:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d64ccb91-8122-43f7-b406-e1d787e231e3 x-compute-request-id: req-d64ccb91-8122-43f7-b406-e1d787e231e3 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.21:8774/v2.1/servers/22b1203c-7862-4502-ae31-7a49d851bb62", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/22b1203c-7862-4502-ae31-7a49d851bb62", "rel": "bookmark"}], "image": {"id": "efa634f4-4124-42f3-b6e6-b3b7a3b1c89f", "links": [{"href": "http://172.30.9.21:8774/images/efa634f4-4124-42f3-b6e6-b3b7a3b1c89f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "38570afa-b78f-40ee-9be0-2aa656f08bd0", "links": [{"href": "http://172.30.9.21:8774/flavors/38570afa-b78f-40ee-9be0-2aa656f08bd0", "rel": "bookmark"}]}, "id": "22b1203c-7862-4502-ae31-7a49d851bb62", "security_groups": [{"name": "cloudify-sg_55f36722-c9d2-4d57-af79-ff0967db0574"}], "user_id": "352e5edce8244c5b9b486d8589c83271", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:59:40Z", "hostId": "a2ac90ef67bd5d3ad1c709e42ae58e20d6c49f6f9540f2317a5d4aec", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_55f36722-c9d2-4d57-af79-ff0967db0574", "name": "cloudify-vm_55f36722-c9d2-4d57-af79-ff0967db0574", "created": "2018-08-12T08:59:39Z", "tenant_id": "52ada6bae536420c85c928a9c2576a96", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:01:16,469 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-d64ccb91-8122-43f7-b406-e1d787e231e3 2018-08-12 09:01:16,469 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.550225973129s 2018-08-12 09:01:16,469 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-d64ccb91-8122-43f7-b406-e1d787e231e3 2018-08-12 09:01:16,473 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:01:18,475 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:01:18,478 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}274a41a9ca43f2806738ff12dfc9d252bd5f1f34" 2018-08-12 09:01:19,060 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:01:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e6a6d189-c01f-4181-bd40-0ef21c1fa536 x-compute-request-id: req-e6a6d189-c01f-4181-bd40-0ef21c1fa536 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.21:8774/v2.1/servers/22b1203c-7862-4502-ae31-7a49d851bb62", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/22b1203c-7862-4502-ae31-7a49d851bb62", "rel": "bookmark"}], "image": {"id": "efa634f4-4124-42f3-b6e6-b3b7a3b1c89f", "links": [{"href": "http://172.30.9.21:8774/images/efa634f4-4124-42f3-b6e6-b3b7a3b1c89f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "38570afa-b78f-40ee-9be0-2aa656f08bd0", "links": [{"href": "http://172.30.9.21:8774/flavors/38570afa-b78f-40ee-9be0-2aa656f08bd0", "rel": "bookmark"}]}, "id": "22b1203c-7862-4502-ae31-7a49d851bb62", "security_groups": [{"name": "cloudify-sg_55f36722-c9d2-4d57-af79-ff0967db0574"}], "user_id": "352e5edce8244c5b9b486d8589c83271", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:59:40Z", "hostId": "a2ac90ef67bd5d3ad1c709e42ae58e20d6c49f6f9540f2317a5d4aec", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_55f36722-c9d2-4d57-af79-ff0967db0574", "name": "cloudify-vm_55f36722-c9d2-4d57-af79-ff0967db0574", "created": "2018-08-12T08:59:39Z", "tenant_id": "52ada6bae536420c85c928a9c2576a96", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:01:19,061 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-e6a6d189-c01f-4181-bd40-0ef21c1fa536 2018-08-12 09:01:19,061 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.585167884827s 2018-08-12 09:01:19,061 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-e6a6d189-c01f-4181-bd40-0ef21c1fa536 2018-08-12 09:01:19,065 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:01:21,066 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:01:21,069 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}274a41a9ca43f2806738ff12dfc9d252bd5f1f34" 2018-08-12 09:01:21,704 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:01:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e8140b5c-3865-40f3-ab18-7e1c952609cc x-compute-request-id: req-e8140b5c-3865-40f3-ab18-7e1c952609cc 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.21:8774/v2.1/servers/22b1203c-7862-4502-ae31-7a49d851bb62", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/22b1203c-7862-4502-ae31-7a49d851bb62", "rel": "bookmark"}], "image": {"id": "efa634f4-4124-42f3-b6e6-b3b7a3b1c89f", "links": [{"href": "http://172.30.9.21:8774/images/efa634f4-4124-42f3-b6e6-b3b7a3b1c89f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "38570afa-b78f-40ee-9be0-2aa656f08bd0", "links": [{"href": "http://172.30.9.21:8774/flavors/38570afa-b78f-40ee-9be0-2aa656f08bd0", "rel": "bookmark"}]}, "id": "22b1203c-7862-4502-ae31-7a49d851bb62", "security_groups": [{"name": "cloudify-sg_55f36722-c9d2-4d57-af79-ff0967db0574"}], "user_id": "352e5edce8244c5b9b486d8589c83271", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:59:40Z", "hostId": "a2ac90ef67bd5d3ad1c709e42ae58e20d6c49f6f9540f2317a5d4aec", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_55f36722-c9d2-4d57-af79-ff0967db0574", "name": "cloudify-vm_55f36722-c9d2-4d57-af79-ff0967db0574", "created": "2018-08-12T08:59:39Z", "tenant_id": "52ada6bae536420c85c928a9c2576a96", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:01:21,704 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-e8140b5c-3865-40f3-ab18-7e1c952609cc 2018-08-12 09:01:21,704 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.637723922729s 2018-08-12 09:01:21,705 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-e8140b5c-3865-40f3-ab18-7e1c952609cc 2018-08-12 09:01:21,708 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:01:23,711 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:01:23,714 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}274a41a9ca43f2806738ff12dfc9d252bd5f1f34" 2018-08-12 09:01:24,674 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:01: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-113aa117-bb90-499c-a60b-5c89ddc3ed1c x-compute-request-id: req-113aa117-bb90-499c-a60b-5c89ddc3ed1c 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.21:8774/v2.1/servers/22b1203c-7862-4502-ae31-7a49d851bb62", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/22b1203c-7862-4502-ae31-7a49d851bb62", "rel": "bookmark"}], "image": {"id": "efa634f4-4124-42f3-b6e6-b3b7a3b1c89f", "links": [{"href": "http://172.30.9.21:8774/images/efa634f4-4124-42f3-b6e6-b3b7a3b1c89f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "38570afa-b78f-40ee-9be0-2aa656f08bd0", "links": [{"href": "http://172.30.9.21:8774/flavors/38570afa-b78f-40ee-9be0-2aa656f08bd0", "rel": "bookmark"}]}, "id": "22b1203c-7862-4502-ae31-7a49d851bb62", "security_groups": [{"name": "cloudify-sg_55f36722-c9d2-4d57-af79-ff0967db0574"}], "user_id": "352e5edce8244c5b9b486d8589c83271", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:59:40Z", "hostId": "a2ac90ef67bd5d3ad1c709e42ae58e20d6c49f6f9540f2317a5d4aec", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_55f36722-c9d2-4d57-af79-ff0967db0574", "name": "cloudify-vm_55f36722-c9d2-4d57-af79-ff0967db0574", "created": "2018-08-12T08:59:39Z", "tenant_id": "52ada6bae536420c85c928a9c2576a96", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:01:24,675 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-113aa117-bb90-499c-a60b-5c89ddc3ed1c 2018-08-12 09:01:24,675 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.963525056839s 2018-08-12 09:01:24,675 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-113aa117-bb90-499c-a60b-5c89ddc3ed1c 2018-08-12 09:01:24,679 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:01:26,682 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:01:26,685 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}274a41a9ca43f2806738ff12dfc9d252bd5f1f34" 2018-08-12 09:01:27,086 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:01: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-e5bd149d-25de-458d-b302-f57483f22464 x-compute-request-id: req-e5bd149d-25de-458d-b302-f57483f22464 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.21:8774/v2.1/servers/22b1203c-7862-4502-ae31-7a49d851bb62", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/22b1203c-7862-4502-ae31-7a49d851bb62", "rel": "bookmark"}], "image": {"id": "efa634f4-4124-42f3-b6e6-b3b7a3b1c89f", "links": [{"href": "http://172.30.9.21:8774/images/efa634f4-4124-42f3-b6e6-b3b7a3b1c89f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "38570afa-b78f-40ee-9be0-2aa656f08bd0", "links": [{"href": "http://172.30.9.21:8774/flavors/38570afa-b78f-40ee-9be0-2aa656f08bd0", "rel": "bookmark"}]}, "id": "22b1203c-7862-4502-ae31-7a49d851bb62", "security_groups": [{"name": "cloudify-sg_55f36722-c9d2-4d57-af79-ff0967db0574"}], "user_id": "352e5edce8244c5b9b486d8589c83271", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:59:40Z", "hostId": "a2ac90ef67bd5d3ad1c709e42ae58e20d6c49f6f9540f2317a5d4aec", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_55f36722-c9d2-4d57-af79-ff0967db0574", "name": "cloudify-vm_55f36722-c9d2-4d57-af79-ff0967db0574", "created": "2018-08-12T08:59:39Z", "tenant_id": "52ada6bae536420c85c928a9c2576a96", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:01:27,086 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-e5bd149d-25de-458d-b302-f57483f22464 2018-08-12 09:01:27,086 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.403932094574s 2018-08-12 09:01:27,087 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-e5bd149d-25de-458d-b302-f57483f22464 2018-08-12 09:01:27,089 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:01:29,092 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:01:29,095 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}274a41a9ca43f2806738ff12dfc9d252bd5f1f34" 2018-08-12 09:01:30,044 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:01: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-72272f1f-cc7c-4b6c-9c3a-cab547039662 x-compute-request-id: req-72272f1f-cc7c-4b6c-9c3a-cab547039662 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.21:8774/v2.1/servers/22b1203c-7862-4502-ae31-7a49d851bb62", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/22b1203c-7862-4502-ae31-7a49d851bb62", "rel": "bookmark"}], "image": {"id": "efa634f4-4124-42f3-b6e6-b3b7a3b1c89f", "links": [{"href": "http://172.30.9.21:8774/images/efa634f4-4124-42f3-b6e6-b3b7a3b1c89f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "38570afa-b78f-40ee-9be0-2aa656f08bd0", "links": [{"href": "http://172.30.9.21:8774/flavors/38570afa-b78f-40ee-9be0-2aa656f08bd0", "rel": "bookmark"}]}, "id": "22b1203c-7862-4502-ae31-7a49d851bb62", "security_groups": [{"name": "cloudify-sg_55f36722-c9d2-4d57-af79-ff0967db0574"}], "user_id": "352e5edce8244c5b9b486d8589c83271", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:59:40Z", "hostId": "a2ac90ef67bd5d3ad1c709e42ae58e20d6c49f6f9540f2317a5d4aec", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_55f36722-c9d2-4d57-af79-ff0967db0574", "name": "cloudify-vm_55f36722-c9d2-4d57-af79-ff0967db0574", "created": "2018-08-12T08:59:39Z", "tenant_id": "52ada6bae536420c85c928a9c2576a96", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:01:30,044 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-72272f1f-cc7c-4b6c-9c3a-cab547039662 2018-08-12 09:01:30,044 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.951570034027s 2018-08-12 09:01:30,044 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-72272f1f-cc7c-4b6c-9c3a-cab547039662 2018-08-12 09:01:30,049 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:01:32,052 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:01:32,054 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}274a41a9ca43f2806738ff12dfc9d252bd5f1f34" 2018-08-12 09:01:32,624 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:01: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-5c24b150-2809-499e-98ab-d121b9cb5e83 x-compute-request-id: req-5c24b150-2809-499e-98ab-d121b9cb5e83 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.21:8774/v2.1/servers/22b1203c-7862-4502-ae31-7a49d851bb62", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/22b1203c-7862-4502-ae31-7a49d851bb62", "rel": "bookmark"}], "image": {"id": "efa634f4-4124-42f3-b6e6-b3b7a3b1c89f", "links": [{"href": "http://172.30.9.21:8774/images/efa634f4-4124-42f3-b6e6-b3b7a3b1c89f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "38570afa-b78f-40ee-9be0-2aa656f08bd0", "links": [{"href": "http://172.30.9.21:8774/flavors/38570afa-b78f-40ee-9be0-2aa656f08bd0", "rel": "bookmark"}]}, "id": "22b1203c-7862-4502-ae31-7a49d851bb62", "security_groups": [{"name": "cloudify-sg_55f36722-c9d2-4d57-af79-ff0967db0574"}], "user_id": "352e5edce8244c5b9b486d8589c83271", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:59:40Z", "hostId": "a2ac90ef67bd5d3ad1c709e42ae58e20d6c49f6f9540f2317a5d4aec", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_55f36722-c9d2-4d57-af79-ff0967db0574", "name": "cloudify-vm_55f36722-c9d2-4d57-af79-ff0967db0574", "created": "2018-08-12T08:59:39Z", "tenant_id": "52ada6bae536420c85c928a9c2576a96", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:01:32,624 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-5c24b150-2809-499e-98ab-d121b9cb5e83 2018-08-12 09:01:32,625 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.572826862335s 2018-08-12 09:01:32,625 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-5c24b150-2809-499e-98ab-d121b9cb5e83 2018-08-12 09:01:32,628 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:01:34,631 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:01:34,634 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}274a41a9ca43f2806738ff12dfc9d252bd5f1f34" 2018-08-12 09:01:35,196 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:01:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4522cc0e-55bb-46bf-926b-24e1b24b8d11 x-compute-request-id: req-4522cc0e-55bb-46bf-926b-24e1b24b8d11 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.21:8774/v2.1/servers/22b1203c-7862-4502-ae31-7a49d851bb62", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/22b1203c-7862-4502-ae31-7a49d851bb62", "rel": "bookmark"}], "image": {"id": "efa634f4-4124-42f3-b6e6-b3b7a3b1c89f", "links": [{"href": "http://172.30.9.21:8774/images/efa634f4-4124-42f3-b6e6-b3b7a3b1c89f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "38570afa-b78f-40ee-9be0-2aa656f08bd0", "links": [{"href": "http://172.30.9.21:8774/flavors/38570afa-b78f-40ee-9be0-2aa656f08bd0", "rel": "bookmark"}]}, "id": "22b1203c-7862-4502-ae31-7a49d851bb62", "security_groups": [{"name": "cloudify-sg_55f36722-c9d2-4d57-af79-ff0967db0574"}], "user_id": "352e5edce8244c5b9b486d8589c83271", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:59:40Z", "hostId": "a2ac90ef67bd5d3ad1c709e42ae58e20d6c49f6f9540f2317a5d4aec", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_55f36722-c9d2-4d57-af79-ff0967db0574", "name": "cloudify-vm_55f36722-c9d2-4d57-af79-ff0967db0574", "created": "2018-08-12T08:59:39Z", "tenant_id": "52ada6bae536420c85c928a9c2576a96", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:01:35,196 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-4522cc0e-55bb-46bf-926b-24e1b24b8d11 2018-08-12 09:01:35,196 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.565022945404s 2018-08-12 09:01:35,196 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-4522cc0e-55bb-46bf-926b-24e1b24b8d11 2018-08-12 09:01:35,200 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:01:37,203 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:01:37,207 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}274a41a9ca43f2806738ff12dfc9d252bd5f1f34" 2018-08-12 09:01:37,769 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:01:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d8326ea2-cc1d-494a-9880-11a502095aa4 x-compute-request-id: req-d8326ea2-cc1d-494a-9880-11a502095aa4 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.21:8774/v2.1/servers/22b1203c-7862-4502-ae31-7a49d851bb62", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/22b1203c-7862-4502-ae31-7a49d851bb62", "rel": "bookmark"}], "image": {"id": "efa634f4-4124-42f3-b6e6-b3b7a3b1c89f", "links": [{"href": "http://172.30.9.21:8774/images/efa634f4-4124-42f3-b6e6-b3b7a3b1c89f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "38570afa-b78f-40ee-9be0-2aa656f08bd0", "links": [{"href": "http://172.30.9.21:8774/flavors/38570afa-b78f-40ee-9be0-2aa656f08bd0", "rel": "bookmark"}]}, "id": "22b1203c-7862-4502-ae31-7a49d851bb62", "security_groups": [{"name": "cloudify-sg_55f36722-c9d2-4d57-af79-ff0967db0574"}], "user_id": "352e5edce8244c5b9b486d8589c83271", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:59:40Z", "hostId": "a2ac90ef67bd5d3ad1c709e42ae58e20d6c49f6f9540f2317a5d4aec", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_55f36722-c9d2-4d57-af79-ff0967db0574", "name": "cloudify-vm_55f36722-c9d2-4d57-af79-ff0967db0574", "created": "2018-08-12T08:59:39Z", "tenant_id": "52ada6bae536420c85c928a9c2576a96", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:01:37,769 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-d8326ea2-cc1d-494a-9880-11a502095aa4 2018-08-12 09:01:37,769 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.56601691246s 2018-08-12 09:01:37,770 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-d8326ea2-cc1d-494a-9880-11a502095aa4 2018-08-12 09:01:37,773 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:01:39,776 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:01:39,779 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}274a41a9ca43f2806738ff12dfc9d252bd5f1f34" 2018-08-12 09:01:40,320 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:01: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-1cd63c14-a8f1-49c8-9205-68bd8a4aaf55 x-compute-request-id: req-1cd63c14-a8f1-49c8-9205-68bd8a4aaf55 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.21:8774/v2.1/servers/22b1203c-7862-4502-ae31-7a49d851bb62", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/22b1203c-7862-4502-ae31-7a49d851bb62", "rel": "bookmark"}], "image": {"id": "efa634f4-4124-42f3-b6e6-b3b7a3b1c89f", "links": [{"href": "http://172.30.9.21:8774/images/efa634f4-4124-42f3-b6e6-b3b7a3b1c89f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "38570afa-b78f-40ee-9be0-2aa656f08bd0", "links": [{"href": "http://172.30.9.21:8774/flavors/38570afa-b78f-40ee-9be0-2aa656f08bd0", "rel": "bookmark"}]}, "id": "22b1203c-7862-4502-ae31-7a49d851bb62", "security_groups": [{"name": "cloudify-sg_55f36722-c9d2-4d57-af79-ff0967db0574"}], "user_id": "352e5edce8244c5b9b486d8589c83271", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:59:40Z", "hostId": "a2ac90ef67bd5d3ad1c709e42ae58e20d6c49f6f9540f2317a5d4aec", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_55f36722-c9d2-4d57-af79-ff0967db0574", "name": "cloudify-vm_55f36722-c9d2-4d57-af79-ff0967db0574", "created": "2018-08-12T08:59:39Z", "tenant_id": "52ada6bae536420c85c928a9c2576a96", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:01:40,320 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-1cd63c14-a8f1-49c8-9205-68bd8a4aaf55 2018-08-12 09:01:40,321 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.544306993484s 2018-08-12 09:01:40,321 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-1cd63c14-a8f1-49c8-9205-68bd8a4aaf55 2018-08-12 09:01:40,325 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:01:42,327 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:01:42,330 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}274a41a9ca43f2806738ff12dfc9d252bd5f1f34" 2018-08-12 09:01:42,916 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:01:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d67b95b3-ca54-4982-887e-9fb17cc79c2b x-compute-request-id: req-d67b95b3-ca54-4982-887e-9fb17cc79c2b 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.21:8774/v2.1/servers/22b1203c-7862-4502-ae31-7a49d851bb62", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/22b1203c-7862-4502-ae31-7a49d851bb62", "rel": "bookmark"}], "image": {"id": "efa634f4-4124-42f3-b6e6-b3b7a3b1c89f", "links": [{"href": "http://172.30.9.21:8774/images/efa634f4-4124-42f3-b6e6-b3b7a3b1c89f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "38570afa-b78f-40ee-9be0-2aa656f08bd0", "links": [{"href": "http://172.30.9.21:8774/flavors/38570afa-b78f-40ee-9be0-2aa656f08bd0", "rel": "bookmark"}]}, "id": "22b1203c-7862-4502-ae31-7a49d851bb62", "security_groups": [{"name": "cloudify-sg_55f36722-c9d2-4d57-af79-ff0967db0574"}], "user_id": "352e5edce8244c5b9b486d8589c83271", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:59:40Z", "hostId": "a2ac90ef67bd5d3ad1c709e42ae58e20d6c49f6f9540f2317a5d4aec", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_55f36722-c9d2-4d57-af79-ff0967db0574", "name": "cloudify-vm_55f36722-c9d2-4d57-af79-ff0967db0574", "created": "2018-08-12T08:59:39Z", "tenant_id": "52ada6bae536420c85c928a9c2576a96", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:01:42,916 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-d67b95b3-ca54-4982-887e-9fb17cc79c2b 2018-08-12 09:01:42,917 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.589359045029s 2018-08-12 09:01:42,917 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-d67b95b3-ca54-4982-887e-9fb17cc79c2b 2018-08-12 09:01:42,921 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:01:44,924 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:01:44,926 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}274a41a9ca43f2806738ff12dfc9d252bd5f1f34" 2018-08-12 09:01:45,740 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:01: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-02875028-baac-400f-8944-9e64ad06ad38 x-compute-request-id: req-02875028-baac-400f-8944-9e64ad06ad38 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.21:8774/v2.1/servers/22b1203c-7862-4502-ae31-7a49d851bb62", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/22b1203c-7862-4502-ae31-7a49d851bb62", "rel": "bookmark"}], "image": {"id": "efa634f4-4124-42f3-b6e6-b3b7a3b1c89f", "links": [{"href": "http://172.30.9.21:8774/images/efa634f4-4124-42f3-b6e6-b3b7a3b1c89f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "38570afa-b78f-40ee-9be0-2aa656f08bd0", "links": [{"href": "http://172.30.9.21:8774/flavors/38570afa-b78f-40ee-9be0-2aa656f08bd0", "rel": "bookmark"}]}, "id": "22b1203c-7862-4502-ae31-7a49d851bb62", "security_groups": [{"name": "cloudify-sg_55f36722-c9d2-4d57-af79-ff0967db0574"}], "user_id": "352e5edce8244c5b9b486d8589c83271", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:59:40Z", "hostId": "a2ac90ef67bd5d3ad1c709e42ae58e20d6c49f6f9540f2317a5d4aec", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_55f36722-c9d2-4d57-af79-ff0967db0574", "name": "cloudify-vm_55f36722-c9d2-4d57-af79-ff0967db0574", "created": "2018-08-12T08:59:39Z", "tenant_id": "52ada6bae536420c85c928a9c2576a96", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:01:45,740 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-02875028-baac-400f-8944-9e64ad06ad38 2018-08-12 09:01:45,741 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.816560029984s 2018-08-12 09:01:45,741 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-02875028-baac-400f-8944-9e64ad06ad38 2018-08-12 09:01:45,745 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:01:47,748 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:01:47,751 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}274a41a9ca43f2806738ff12dfc9d252bd5f1f34" 2018-08-12 09:01:48,147 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:01: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-90d6788f-e5b0-474e-b78a-69f289834a7f x-compute-request-id: req-90d6788f-e5b0-474e-b78a-69f289834a7f 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.21:8774/v2.1/servers/22b1203c-7862-4502-ae31-7a49d851bb62", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/22b1203c-7862-4502-ae31-7a49d851bb62", "rel": "bookmark"}], "image": {"id": "efa634f4-4124-42f3-b6e6-b3b7a3b1c89f", "links": [{"href": "http://172.30.9.21:8774/images/efa634f4-4124-42f3-b6e6-b3b7a3b1c89f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "38570afa-b78f-40ee-9be0-2aa656f08bd0", "links": [{"href": "http://172.30.9.21:8774/flavors/38570afa-b78f-40ee-9be0-2aa656f08bd0", "rel": "bookmark"}]}, "id": "22b1203c-7862-4502-ae31-7a49d851bb62", "security_groups": [{"name": "cloudify-sg_55f36722-c9d2-4d57-af79-ff0967db0574"}], "user_id": "352e5edce8244c5b9b486d8589c83271", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:59:40Z", "hostId": "a2ac90ef67bd5d3ad1c709e42ae58e20d6c49f6f9540f2317a5d4aec", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_55f36722-c9d2-4d57-af79-ff0967db0574", "name": "cloudify-vm_55f36722-c9d2-4d57-af79-ff0967db0574", "created": "2018-08-12T08:59:39Z", "tenant_id": "52ada6bae536420c85c928a9c2576a96", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:01:48,147 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-90d6788f-e5b0-474e-b78a-69f289834a7f 2018-08-12 09:01:48,147 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.398750066757s 2018-08-12 09:01:48,147 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-90d6788f-e5b0-474e-b78a-69f289834a7f 2018-08-12 09:01:48,152 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:01:50,154 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:01:50,157 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}274a41a9ca43f2806738ff12dfc9d252bd5f1f34" 2018-08-12 09:01:50,378 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:01:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9e143ccb-8ba2-4ddd-a26d-d606b8e80911 x-compute-request-id: req-9e143ccb-8ba2-4ddd-a26d-d606b8e80911 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.21:8774/v2.1/servers/22b1203c-7862-4502-ae31-7a49d851bb62", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/22b1203c-7862-4502-ae31-7a49d851bb62", "rel": "bookmark"}], "image": {"id": "efa634f4-4124-42f3-b6e6-b3b7a3b1c89f", "links": [{"href": "http://172.30.9.21:8774/images/efa634f4-4124-42f3-b6e6-b3b7a3b1c89f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "38570afa-b78f-40ee-9be0-2aa656f08bd0", "links": [{"href": "http://172.30.9.21:8774/flavors/38570afa-b78f-40ee-9be0-2aa656f08bd0", "rel": "bookmark"}]}, "id": "22b1203c-7862-4502-ae31-7a49d851bb62", "security_groups": [{"name": "cloudify-sg_55f36722-c9d2-4d57-af79-ff0967db0574"}], "user_id": "352e5edce8244c5b9b486d8589c83271", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:59:40Z", "hostId": "a2ac90ef67bd5d3ad1c709e42ae58e20d6c49f6f9540f2317a5d4aec", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_55f36722-c9d2-4d57-af79-ff0967db0574", "name": "cloudify-vm_55f36722-c9d2-4d57-af79-ff0967db0574", "created": "2018-08-12T08:59:39Z", "tenant_id": "52ada6bae536420c85c928a9c2576a96", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:01:50,378 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-9e143ccb-8ba2-4ddd-a26d-d606b8e80911 2018-08-12 09:01:50,378 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.22368311882s 2018-08-12 09:01:50,379 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-9e143ccb-8ba2-4ddd-a26d-d606b8e80911 2018-08-12 09:01:50,383 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:01:52,385 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:01:52,388 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}274a41a9ca43f2806738ff12dfc9d252bd5f1f34" 2018-08-12 09:01:52,945 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:01:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-02d5e4ef-d978-4fc3-9d62-b78a390d750e x-compute-request-id: req-02d5e4ef-d978-4fc3-9d62-b78a390d750e 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.21:8774/v2.1/servers/22b1203c-7862-4502-ae31-7a49d851bb62", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/22b1203c-7862-4502-ae31-7a49d851bb62", "rel": "bookmark"}], "image": {"id": "efa634f4-4124-42f3-b6e6-b3b7a3b1c89f", "links": [{"href": "http://172.30.9.21:8774/images/efa634f4-4124-42f3-b6e6-b3b7a3b1c89f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "38570afa-b78f-40ee-9be0-2aa656f08bd0", "links": [{"href": "http://172.30.9.21:8774/flavors/38570afa-b78f-40ee-9be0-2aa656f08bd0", "rel": "bookmark"}]}, "id": "22b1203c-7862-4502-ae31-7a49d851bb62", "security_groups": [{"name": "cloudify-sg_55f36722-c9d2-4d57-af79-ff0967db0574"}], "user_id": "352e5edce8244c5b9b486d8589c83271", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:59:40Z", "hostId": "a2ac90ef67bd5d3ad1c709e42ae58e20d6c49f6f9540f2317a5d4aec", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_55f36722-c9d2-4d57-af79-ff0967db0574", "name": "cloudify-vm_55f36722-c9d2-4d57-af79-ff0967db0574", "created": "2018-08-12T08:59:39Z", "tenant_id": "52ada6bae536420c85c928a9c2576a96", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:01:52,945 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-02d5e4ef-d978-4fc3-9d62-b78a390d750e 2018-08-12 09:01:52,946 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.559860944748s 2018-08-12 09:01:52,946 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-02d5e4ef-d978-4fc3-9d62-b78a390d750e 2018-08-12 09:01:52,950 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:01:54,952 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:01:54,955 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}274a41a9ca43f2806738ff12dfc9d252bd5f1f34" 2018-08-12 09:01:55,514 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:01:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3c7212ce-4fde-4938-b4b9-9e0380cce9c1 x-compute-request-id: req-3c7212ce-4fde-4938-b4b9-9e0380cce9c1 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.21:8774/v2.1/servers/22b1203c-7862-4502-ae31-7a49d851bb62", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/22b1203c-7862-4502-ae31-7a49d851bb62", "rel": "bookmark"}], "image": {"id": "efa634f4-4124-42f3-b6e6-b3b7a3b1c89f", "links": [{"href": "http://172.30.9.21:8774/images/efa634f4-4124-42f3-b6e6-b3b7a3b1c89f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "38570afa-b78f-40ee-9be0-2aa656f08bd0", "links": [{"href": "http://172.30.9.21:8774/flavors/38570afa-b78f-40ee-9be0-2aa656f08bd0", "rel": "bookmark"}]}, "id": "22b1203c-7862-4502-ae31-7a49d851bb62", "security_groups": [{"name": "cloudify-sg_55f36722-c9d2-4d57-af79-ff0967db0574"}], "user_id": "352e5edce8244c5b9b486d8589c83271", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:59:40Z", "hostId": "a2ac90ef67bd5d3ad1c709e42ae58e20d6c49f6f9540f2317a5d4aec", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_55f36722-c9d2-4d57-af79-ff0967db0574", "name": "cloudify-vm_55f36722-c9d2-4d57-af79-ff0967db0574", "created": "2018-08-12T08:59:39Z", "tenant_id": "52ada6bae536420c85c928a9c2576a96", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:01:55,514 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-3c7212ce-4fde-4938-b4b9-9e0380cce9c1 2018-08-12 09:01:55,515 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.561942100525s 2018-08-12 09:01:55,515 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-3c7212ce-4fde-4938-b4b9-9e0380cce9c1 2018-08-12 09:01:55,519 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:01:57,522 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:01:57,525 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}274a41a9ca43f2806738ff12dfc9d252bd5f1f34" 2018-08-12 09:01:58,079 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:01:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a1766733-be52-4e19-81c3-a64eb2e48fb8 x-compute-request-id: req-a1766733-be52-4e19-81c3-a64eb2e48fb8 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.21:8774/v2.1/servers/22b1203c-7862-4502-ae31-7a49d851bb62", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/22b1203c-7862-4502-ae31-7a49d851bb62", "rel": "bookmark"}], "image": {"id": "efa634f4-4124-42f3-b6e6-b3b7a3b1c89f", "links": [{"href": "http://172.30.9.21:8774/images/efa634f4-4124-42f3-b6e6-b3b7a3b1c89f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "38570afa-b78f-40ee-9be0-2aa656f08bd0", "links": [{"href": "http://172.30.9.21:8774/flavors/38570afa-b78f-40ee-9be0-2aa656f08bd0", "rel": "bookmark"}]}, "id": "22b1203c-7862-4502-ae31-7a49d851bb62", "security_groups": [{"name": "cloudify-sg_55f36722-c9d2-4d57-af79-ff0967db0574"}], "user_id": "352e5edce8244c5b9b486d8589c83271", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:59:40Z", "hostId": "a2ac90ef67bd5d3ad1c709e42ae58e20d6c49f6f9540f2317a5d4aec", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_55f36722-c9d2-4d57-af79-ff0967db0574", "name": "cloudify-vm_55f36722-c9d2-4d57-af79-ff0967db0574", "created": "2018-08-12T08:59:39Z", "tenant_id": "52ada6bae536420c85c928a9c2576a96", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:01:58,079 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-a1766733-be52-4e19-81c3-a64eb2e48fb8 2018-08-12 09:01:58,079 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.557147979736s 2018-08-12 09:01:58,079 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-a1766733-be52-4e19-81c3-a64eb2e48fb8 2018-08-12 09:01:58,083 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:02:00,086 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:02:00,089 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}274a41a9ca43f2806738ff12dfc9d252bd5f1f34" 2018-08-12 09:02:00,627 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:02:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7ad52408-84d4-4c83-b153-ef0b9e37f43a x-compute-request-id: req-7ad52408-84d4-4c83-b153-ef0b9e37f43a 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.21:8774/v2.1/servers/22b1203c-7862-4502-ae31-7a49d851bb62", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/22b1203c-7862-4502-ae31-7a49d851bb62", "rel": "bookmark"}], "image": {"id": "efa634f4-4124-42f3-b6e6-b3b7a3b1c89f", "links": [{"href": "http://172.30.9.21:8774/images/efa634f4-4124-42f3-b6e6-b3b7a3b1c89f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "38570afa-b78f-40ee-9be0-2aa656f08bd0", "links": [{"href": "http://172.30.9.21:8774/flavors/38570afa-b78f-40ee-9be0-2aa656f08bd0", "rel": "bookmark"}]}, "id": "22b1203c-7862-4502-ae31-7a49d851bb62", "security_groups": [{"name": "cloudify-sg_55f36722-c9d2-4d57-af79-ff0967db0574"}], "user_id": "352e5edce8244c5b9b486d8589c83271", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T08:59:40Z", "hostId": "a2ac90ef67bd5d3ad1c709e42ae58e20d6c49f6f9540f2317a5d4aec", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_55f36722-c9d2-4d57-af79-ff0967db0574", "name": "cloudify-vm_55f36722-c9d2-4d57-af79-ff0967db0574", "created": "2018-08-12T08:59:39Z", "tenant_id": "52ada6bae536420c85c928a9c2576a96", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:02:00,628 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-7ad52408-84d4-4c83-b153-ef0b9e37f43a 2018-08-12 09:02:00,628 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.541687011719s 2018-08-12 09:02:00,628 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-7ad52408-84d4-4c83-b153-ef0b9e37f43a 2018-08-12 09:02:00,632 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:02:02,634 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:02:02,638 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}274a41a9ca43f2806738ff12dfc9d252bd5f1f34" 2018-08-12 09:02:03,012 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:02: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-695159bd-6b76-4ee8-a7db-e19285f7a75d x-compute-request-id: req-695159bd-6b76-4ee8-a7db-e19285f7a75d Content-Encoding: gzip Content-Length: 746 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cloudify-net_55f36722-c9d2-4d57-af79-ff0967db0574": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:09:4f", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/22b1203c-7862-4502-ae31-7a49d851bb62", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/22b1203c-7862-4502-ae31-7a49d851bb62", "rel": "bookmark"}], "image": {"id": "efa634f4-4124-42f3-b6e6-b3b7a3b1c89f", "links": [{"href": "http://172.30.9.21:8774/images/efa634f4-4124-42f3-b6e6-b3b7a3b1c89f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:02:01.000000", "flavor": {"id": "38570afa-b78f-40ee-9be0-2aa656f08bd0", "links": [{"href": "http://172.30.9.21:8774/flavors/38570afa-b78f-40ee-9be0-2aa656f08bd0", "rel": "bookmark"}]}, "id": "22b1203c-7862-4502-ae31-7a49d851bb62", "security_groups": [{"name": "cloudify-sg_55f36722-c9d2-4d57-af79-ff0967db0574"}], "user_id": "352e5edce8244c5b9b486d8589c83271", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:02:01Z", "hostId": "a2ac90ef67bd5d3ad1c709e42ae58e20d6c49f6f9540f2317a5d4aec", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_55f36722-c9d2-4d57-af79-ff0967db0574", "name": "cloudify-vm_55f36722-c9d2-4d57-af79-ff0967db0574", "created": "2018-08-12T08:59:39Z", "tenant_id": "52ada6bae536420c85c928a9c2576a96", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:02:03,012 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-695159bd-6b76-4ee8-a7db-e19285f7a75d 2018-08-12 09:02:03,013 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.377851009369s 2018-08-12 09:02:03,013 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-695159bd-6b76-4ee8-a7db-e19285f7a75d 2018-08-12 09:02:03,017 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-12 09:02:03,018 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/ports.json?device_id=22b1203c-7862-4502-ae31-7a49d851bb62" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}274a41a9ca43f2806738ff12dfc9d252bd5f1f34" 2018-08-12 09:02:03,078 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-3eb30aca-25da-476b-98a8-cf2f26e02781 Date: Sun, 12 Aug 2018 09:02:03 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"2ec72790-410e-4c2d-b999-f422a31d6c96","tenant_id":"52ada6bae536420c85c928a9c2576a96","created_at":"2018-08-12T08:59:41Z","admin_state_up":true,"updated_at":"2018-08-12T09:02:01Z","binding:vnic_type":"normal","device_id":"22b1203c-7862-4502-ae31-7a49d851bb62","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:7f:09:4f","id":"23abf5f7-986e-4687-a7d3-cd4a7a43af7e","port_security_enabled":true,"project_id":"52ada6bae536420c85c928a9c2576a96","fixed_ips":[{"subnet_id":"d082a9e8-58fd-462c-a6f2-5d4c8abdbbd5","ip_address":"192.168.120.8"}],"extra_dhcp_opts":[],"security_groups":["40923b22-3417-486f-b94f-38f7b6a4eae8"],"name":""}]} 2018-08-12 09:02:03,078 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=22b1203c-7862-4502-ae31-7a49d851bb62 used request id req-3eb30aca-25da-476b-98a8-cf2f26e02781 2018-08-12 09:02:03,078 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0609018802643s 2018-08-12 09:02:03,078 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=22b1203c-7862-4502-ae31-7a49d851bb62 used request id req-3eb30aca-25da-476b-98a8-cf2f26e02781 2018-08-12 09:02:03,082 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-12 09:02:03,083 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/floatingips.json?port_id=23abf5f7-986e-4687-a7d3-cd4a7a43af7e" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}274a41a9ca43f2806738ff12dfc9d252bd5f1f34" 2018-08-12 09:02:03,101 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-abb66c23-82fc-4fdb-b994-961f8640e36d Date: Sun, 12 Aug 2018 09:02:03 GMT RESP BODY: {"floatingips": []} 2018-08-12 09:02:03,101 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=23abf5f7-986e-4687-a7d3-cd4a7a43af7e used request id req-abb66c23-82fc-4fdb-b994-961f8640e36d 2018-08-12 09:02:03,102 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0190191268921s 2018-08-12 09:02:03,102 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=23abf5f7-986e-4687-a7d3-cd4a7a43af7e used request id req-abb66c23-82fc-4fdb-b994-961f8640e36d 2018-08-12 09:02:03,102 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'cloudify-net_55f36722-c9d2-4d57-af79-ff0967db0574': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:7f:09:4f', 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'efa634f4-4124-42f3-b6e6-b3b7a3b1c89f'}), 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-12T09:02:01.000000', 'flavor': Munch({u'id': u'38570afa-b78f-40ee-9be0-2aa656f08bd0'}), 'az': u'nova', 'id': u'22b1203c-7862-4502-ae31-7a49d851bb62', 'security_groups': [Munch({u'name': u'cloudify-sg_55f36722-c9d2-4d57-af79-ff0967db0574'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'352e5edce8244c5b9b486d8589c83271', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'52ada6bae536420c85c928a9c2576a96', 'name': 'cloudify-project_55f36722-c9d2-4d57-af79-ff0967db0574', '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-12T09:02:01.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-12T09:02:01Z', 'hostId': u'a2ac90ef67bd5d3ad1c709e42ae58e20d6c49f6f9540f2317a5d4aec', u'OS-SRV-USG:terminated_at': None, 'key_name': u'cloudify-kp_55f36722-c9d2-4d57-af79-ff0967db0574', 'public_v6': '', 'private_v4': u'192.168.120.8', 'cloud': 'envvars', 'host_id': u'a2ac90ef67bd5d3ad1c709e42ae58e20d6c49f6f9540f2317a5d4aec', '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-12T09:02:01.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'52ada6bae536420c85c928a9c2576a96', 'name': u'cloudify-vm_55f36722-c9d2-4d57-af79-ff0967db0574', 'adminPass': u'sM3BS3RPC865', 'tenant_id': u'52ada6bae536420c85c928a9c2576a96', 'created_at': u'2018-08-12T08:59:39Z', 'created': u'2018-08-12T08:59:39Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-12 09:02:03,105 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 09:02:03,105 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}274a41a9ca43f2806738ff12dfc9d252bd5f1f34" 2018-08-12 09:02:03,223 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1190 X-Openstack-Request-Id: req-265753e1-2ed1-4609-b006-dfb8b9d0a50d Date: Sun, 12 Aug 2018 09:02:03 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ec788992-fa73-45cc-a7d9-6d44542124c2"],"updated_at":"2018-08-12T05:35:20Z","tenant_id":"310f5853751a4c968f3eeb0a3d99a0a8","created_at":"2018-08-12T05:04:23Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":7,"admin_state_up":true,"shared":false,"project_id":"310f5853751a4c968f3eeb0a3d99a0a8","id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["d082a9e8-58fd-462c-a6f2-5d4c8abdbbd5"],"updated_at":"2018-08-12T08:58:05Z","tenant_id":"52ada6bae536420c85c928a9c2576a96","created_at":"2018-08-12T08:58:04Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"52ada6bae536420c85c928a9c2576a96","id":"2ec72790-410e-4c2d-b999-f422a31d6c96","name":"cloudify-net_55f36722-c9d2-4d57-af79-ff0967db0574"}]} 2018-08-12 09:02:03,223 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-265753e1-2ed1-4609-b006-dfb8b9d0a50d 2018-08-12 09:02:03,223 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.117970943451s 2018-08-12 09:02:03,223 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-265753e1-2ed1-4609-b006-dfb8b9d0a50d 2018-08-12 09:02:03,225 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-12 09:02:03,226 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/ports.json?device_id=22b1203c-7862-4502-ae31-7a49d851bb62" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}274a41a9ca43f2806738ff12dfc9d252bd5f1f34" 2018-08-12 09:02:03,283 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-edf972fd-3965-4642-9cea-33169d8b123d Date: Sun, 12 Aug 2018 09:02:03 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"2ec72790-410e-4c2d-b999-f422a31d6c96","tenant_id":"52ada6bae536420c85c928a9c2576a96","created_at":"2018-08-12T08:59:41Z","admin_state_up":true,"updated_at":"2018-08-12T09:02:01Z","binding:vnic_type":"normal","device_id":"22b1203c-7862-4502-ae31-7a49d851bb62","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:7f:09:4f","id":"23abf5f7-986e-4687-a7d3-cd4a7a43af7e","port_security_enabled":true,"project_id":"52ada6bae536420c85c928a9c2576a96","fixed_ips":[{"subnet_id":"d082a9e8-58fd-462c-a6f2-5d4c8abdbbd5","ip_address":"192.168.120.8"}],"extra_dhcp_opts":[],"security_groups":["40923b22-3417-486f-b94f-38f7b6a4eae8"],"name":""}]} 2018-08-12 09:02:03,284 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=22b1203c-7862-4502-ae31-7a49d851bb62 used request id req-edf972fd-3965-4642-9cea-33169d8b123d 2018-08-12 09:02:03,284 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0585701465607s 2018-08-12 09:02:03,284 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=22b1203c-7862-4502-ae31-7a49d851bb62 used request id req-edf972fd-3965-4642-9cea-33169d8b123d 2018-08-12 09:02:03,285 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-12 09:02:03,286 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}274a41a9ca43f2806738ff12dfc9d252bd5f1f34" -d '{"floatingip": {"floating_network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "fixed_ip_address": "192.168.120.8", "port_id": "23abf5f7-986e-4687-a7d3-cd4a7a43af7e"}}' 2018-08-12 09:02:04,930 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 553 X-Openstack-Request-Id: req-5ddd7403-584c-4103-8f9f-6369f47efc7f Date: Sun, 12 Aug 2018 09:02:04 GMT RESP BODY: {"floatingip": {"router_id": "9d4b320f-8861-4f7d-884d-977b49aeb9b6", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-12T09:02:03Z", "floating_network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "fixed_ip_address": "192.168.120.8", "floating_ip_address": "172.30.9.200", "revision_number": 0, "port_id": "23abf5f7-986e-4687-a7d3-cd4a7a43af7e", "id": "56932855-44ee-4ebb-baf6-272fab3f1c48", "tenant_id": "52ada6bae536420c85c928a9c2576a96", "created_at": "2018-08-12T09:02:03Z", "project_id": "52ada6bae536420c85c928a9c2576a96"}} 2018-08-12 09:02:04,930 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-5ddd7403-584c-4103-8f9f-6369f47efc7f 2018-08-12 09:02:04,930 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.645195961s 2018-08-12 09:02:04,931 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-5ddd7403-584c-4103-8f9f-6369f47efc7f 2018-08-12 09:02:04,939 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-12 09:02:04,939 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}274a41a9ca43f2806738ff12dfc9d252bd5f1f34" 2018-08-12 09:02:04,965 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 556 X-Openstack-Request-Id: req-701bc9a0-b810-48ed-841f-c289591358bd Date: Sun, 12 Aug 2018 09:02:04 GMT RESP BODY: {"floatingips": [{"router_id": "9d4b320f-8861-4f7d-884d-977b49aeb9b6", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-12T09:02:03Z", "floating_network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "fixed_ip_address": "192.168.120.8", "floating_ip_address": "172.30.9.200", "revision_number": 0, "port_id": "23abf5f7-986e-4687-a7d3-cd4a7a43af7e", "id": "56932855-44ee-4ebb-baf6-272fab3f1c48", "tenant_id": "52ada6bae536420c85c928a9c2576a96", "created_at": "2018-08-12T09:02:03Z", "project_id": "52ada6bae536420c85c928a9c2576a96"}]} 2018-08-12 09:02:04,965 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-701bc9a0-b810-48ed-841f-c289591358bd 2018-08-12 09:02:04,965 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0261659622192s 2018-08-12 09:02:04,965 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-701bc9a0-b810-48ed-841f-c289591358bd 2018-08-12 09:02:04,969 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'9d4b320f-8861-4f7d-884d-977b49aeb9b6', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'52ada6bae536420c85c928a9c2576a96', 'created_at': u'2018-08-12T09:02:03Z', 'attached': True, 'updated_at': u'2018-08-12T09:02:03Z', 'id': u'56932855-44ee-4ebb-baf6-272fab3f1c48', 'floating_network_id': u'03886690-4630-4c4c-9ccb-7eedaa9b1fd3', 'fixed_ip_address': u'192.168.120.8', 'floating_ip_address': u'172.30.9.200', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'52ada6bae536420c85c928a9c2576a96', 'name': 'cloudify-project_55f36722-c9d2-4d57-af79-ff0967db0574', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'9d4b320f-8861-4f7d-884d-977b49aeb9b6', 'project_id': u'52ada6bae536420c85c928a9c2576a96', 'port_id': u'23abf5f7-986e-4687-a7d3-cd4a7a43af7e', 'port': u'23abf5f7-986e-4687-a7d3-cd4a7a43af7e', 'network': u'03886690-4630-4c4c-9ccb-7eedaa9b1fd3'}) 2018-08-12 09:02:04,970 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-12 09:02:04,972 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/22b1203c-7862-4502-ae31-7a49d851bb62/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}274a41a9ca43f2806738ff12dfc9d252bd5f1f34" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 09:02:05,042 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:02: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-f516fe00-8148-47c0-94e1-1b61e3fe6ff3 x-compute-request-id: req-f516fe00-8148-47c0-94e1-1b61e3fe6ff3 Content-Encoding: gzip Content-Length: 8243 Content-Type: application/json RESP BODY: {"output": "[H[J[1;1H[?25l[m[H[J[1;1H[20;7H[mUse the ^ and v keys to change the selection. \n Press 'e' to edit the selected item, or 'c' for a command prompt. [4;80H [7m[4;1H CentOS Linux (3.10.0-514.16.1.el7.x86_64) 7 (Core) [m[4;79H[m[m[5;1H CentOS Linux (3.10.0-327.28.3.el7.x86_64) 7 (Core) [m[5;79H[m[m[6;1H CentOS Linux (0-rescue-56d65f493d8f854534fe792ecf014b83) 7 (Core) [m[6;79H[m[m[7;1H [m[7;79H[m[m[8;1H [m[8;79H[m[m[9;1H [m[9;79H[m[m[10;1H [m[10;79H[m[m[11;1H [m[11;79H[m[m[12;1H [m[12;79H[m[m[13;1H [m[13;79H[m[m[14;1H [m[14;79H[m[m[15;1H [m[15;79H[m[m[16;1H [m[16;79H[m[m[17;1H [m[17;79H[m[m[18;1H [m[18;79H[m[18;80H [4;79H[22;1H The selected entry will be started automatically in 1s. [4;79H[22;1H The selected entry will be started automatically in 0s. [4;79H[?25h[H[J[1;1H[H[J[1;1H[ 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 3.10.0-514.16.1.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #1 SMP Wed Apr 12 15:04:24 UTC 2017\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8\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-0x00000000bffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x00000000bffdc000-0x00000000bfffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable\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 = 0x140000 max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] e820: last_pfn = 0xbffdc max_arch_pfn = 0x400000000\n[ 0.000000] found SMP MP-table at [mem 0x000f6390-0x000f639f] mapped at [ffff8800000f6390]\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff]\n[ 0.000000] ACPI: RSDP 00000000000f6340 00014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 00000000bffe1351 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 00000000bffe11dd 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 00000000bffdfdc0 0141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 00000000bffdfd80 00040\n[ 0.000000] ACPI: APIC 00000000bffe12d1 00080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000013fffffff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x13fffffff]\n[ 0.000000] NODE_DATA [mem 0x13ffd7000-0x13fffdfff]\n[ 0.000000] Reserving 161MB of memory at 656MB for crashkernel (System RAM: 4095MB)\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 1:3ff87001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 1752226919 cycles\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal [mem 0x100000000-0x13fffffff]\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0xbffdbfff]\n[ 0.000000] node 0: [mem 0x100000000-0x13fffffff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\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 2 CPUs, 0 hotplug CPUs\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] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff]\n[ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037\n[ 0.000000] Policy zone: Normal\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form\n[ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2.\n[ 0.000000] NR_IRQS:327936 nr_irqs:440 0\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty0] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 16777216 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.326637] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912)\n[ 0.329037] pid_max: default: 32768 minimum: 301\n[ 0.330401] Security Framework initialized\n[ 0.331661] SELinux: Initializing.\n[ 0.333075] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.338359] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.341631] Mount-cache hash table entries: 4096\n[ 0.343262] Initializing cgroup subsys memory\n[ 0.344570] Initializing cgroup subsys devices\n[ 0.345842] Initializing cgroup subsys freezer\n[ 0.347141] Initializing cgroup subsys net_cls\n[ 0.348474] Initializing cgroup subsys blkio\n[ 0.349761] Initializing cgroup subsys perf_event\n[ 0.351128] Initializing cgroup subsys hugetlb\n[ 0.352442] Initializing cgroup subsys pids\n[ 0.353714] Initializing cgroup subsys net_prio\n[ 0.355122] CPU: Physical Processor ID: 0\n[ 0.357112] mce: CPU supports 10 MCE banks\n[ 0.358420] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.359897] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.362261] tlb_flushall_shift: 6\n[ 0.363589] Freeing SMP alternatives: 28k freed\n[ 0.367719] ACPI: Core revision 20130517\n[ 0.369402] ACPI: All ACPI Tables successfully acquired\n[ 0.371067] ftrace: allocating 25812 entries in 101 pages\n[ 0.393993] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.395741] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.397463] smpboot: Max logical packages: 2\n[ 0.398938] Enabling x2apic\n[ 0.399948] Enabled x2apic\n[ 0.401138] Switched APIC routing to physical x2apic.\n[ 0.403549] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.405213] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.408111] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.415779] KVM setup paravirtual spinlock\n[ 0.418226] smpboot: Booting Node 0, Processors #1 OK\n[ 0.419987] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.441786] Brought up 2 CPUs\n[ 0.441789] KVM setup async PF for cpu 1\n[ 0.441792] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.445141] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.447444] devtmpfs: initialized\n[ 0.449836] EVM: security.selinux\n[ 0.450921] EVM: security.ima\n[ 0.451892] EVM: security.capability\n[ 0.453634] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.455356] pinctrl core: initialized pinctrl subsystem\n[ 0.456910] NET: Registered protocol family 16\n[ 0.458368] ACPI: bus type PCI registered\n[ 0.459571] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.461276] PCI: Using configuration type 1 for base access\n[ 0.466078] ACPI: Added _OSI(Module Device)\n[ 0.467335] ACPI: Added _OSI(Processor Device)\n[ 0.468630] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.469970] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.472501] ACPI: Interpreter enabled\n[ 0.473618] ACPI: (supports S0 S5)\n[ 0.474651] ACPI: Using IOAPIC for interrupt routing\n[ 0.475957] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.480034] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.481526] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.483136] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.484742] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.487688] acpiphp: Slot [3] registered\n[ 0.488826] acpiphp: Slot [4] registered\n[ 0.489961] acpiphp: Slot [5] registered\n[ 0.491101] acpiphp: Slot [6] registered\n[ 0.492265] acpiphp: Slot [7] registered\n[ 0.493421] acpiphp: Slot [8] registered\n[ 0.494589] acpiphp: Slot [9] registered\n[ 0.495725] acpiphp: Slot [10] registered\n[ 0.496869] acpiphp: Slot [11] registered\n[ 0.498022] acpiphp: Slot [12] registered\n[ 0.499186] acpiphp: Slot [13] registered\n[ 0.500336] acpiphp: Slot [14] registered\n[ 0.501480] acpiphp: Slot [15] registered\n[ 0.502624] acpiphp: Slot [16] registered\n[ 0.503787] acpiphp: Slot [17] registered\n[ 0.504944] acpiphp: Slot [18] registered\n[ 0.506087] acpiphp: Slot [19] registered\n[ 0.507245] acpiphp: Slot [20] registered\n[ 0.508383] acpiphp: Slot [21] registered\n[ 0.509529] acpiphp: Slot [22] registered\n[ 0.510670] acpiphp: Slot [23] registered\n[ 0.511809] acpiphp: Slot [24] registered\n[ 0.512974] acpiphp: Slot [25] registered\n[ 0.514130] acpiphp: Slot [26] registered\n[ 0.515289] acpiphp: Slot [27] registered\n[ 0.516431] acpiphp: Slot [28] registered\n[ 0.517593] acpiphp: Slot [29] registered\n[ 0.518765] acpiphp: Slot [30] registered\n[ 0.519915] acpiphp: Slot [31] registered\n[ 0.521054] PCI host bridge to bus 0000:00\n[ 0.522198] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.523632] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.525218] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.526793] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.528927] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.531060] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window]\n[ 0.535774] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.537467] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.539011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.540629] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.545054] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.547115] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.569196] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.571068] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.572849] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.574615] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.576674] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.578350] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.580053] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.582278] vgaarb: loaded\n[ 0.583215] vgaarb: bridge control possible 0000:00:02.0\n[ 0.584700] SCSI subsystem initialized\n[ 0.585834] ACPI: bus type USB registered\n[ 0.587003] usbcore: registered new interface driver usbfs\n[ 0.588414] usbcore: registered new interface driver hub\n[ 0.589809] usbcore: registered new device driver usb\n[ 0.591293] PCI: Using ACPI for IRQ routing\n[ 0.592779] NetLabel: Initializing\n[ 0.593834] NetLabel: domain hash size = 128\n[ 0.595041] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.596372] NetLabel: unlabeled traffic allowed by default\n[ 0.597900] Switched to clocksource kvm-clock\n[ 0.606238] pnp: PnP ACPI init\n[ 0.607201] ACPI: bus type PNP registered\n[ 0.608636] pnp: PnP ACPI: found 5 devices\n[ 0.609783] ACPI: bus type PNP unregistered\n[ 0.616918] NET: Registered protocol family 2\n[ 0.618374] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.620679] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.622595] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.624228] TCP: reno registered\n[ 0.625254] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.626738] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.628407] NET: Registered protocol family 1\n[ 0.629641] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.631068] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.632472] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.651961] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.671999] Unpacking initramfs...\n[ 1.100657] Freeing initrd memory: 37508k freed\n[ 1.109971] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.111569] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.114621] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.116156] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.117957] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.119403] Initialise system trusted keyring\n[ 1.120567] audit: initializing netlink socket (disabled)\n[ 1.121871] type=2000 audit(1534064524.263:1): initialized\n[ 1.138392] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.139847] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.142080] zpool: loaded\n[ 1.142966] zbud: loaded\n[ 1.143978] VFS: Disk quotas dquot_6.5.2\n[ 1.145081] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.146684] msgmni has been set to 7578\n[ 1.147808] Key type big_key registered\n[ 1.149525] NET: Registered protocol family 38\n[ 1.150700] Key type asymmetric registered\n[ 1.151801] Asymmetric key parser 'x509' registered\n[ 1.153043] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.155093] io scheduler noop registered\n[ 1.156182] io scheduler deadline registered (default)\n[ 1.167243] io scheduler cfq registered\n[ 1.168390] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.169715] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.171310] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.173312] ACPI: Power Button [PWRF]\n[ 1.174433] GHES: HEST is not enabled!\n[ 1.175548] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.200011] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.201671] Non-volatile memory driver v1.3\n[ 1.202804] Linux agpgart interface v0.103\n[ 1.203996] crash memory driver: version 1.1\n[ 1.205179] rdac: device handler registered\n[ 1.206346] hp_sw: device handler registered\n[ 1.207490] emc: device handler registered\n[ 1.208579] alua: device handler registered\n[ 1.209706] libphy: Fixed MDIO Bus: probed\n[ 1.210845] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.212325] ehci-pci: EHCI PCI platform driver\n[ 1.213482] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.214966] ohci-pci: OHCI PCI platform driver\n[ 1.216134] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.236097] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.237400] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.239411] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.240699] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.242125] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.243644] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.245619] usb usb1: Product: UHCI Host Controller\n[ 1.246834] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.248409] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.249658] hub 1-0:1.0: USB hub found\n[ 1.250728] hub 1-0:1.0: 2 ports detected\n[ 1.251957] usbcore: registered new interface driver usbserial\n[ 1.253351] usbcore: registered new interface driver usbserial_generic\n[ 1.254837] usbserial: USB Serial support registered for generic\n[ 1.256250] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.258956] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.260448] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.262049] mousedev: PS/2 mouse device common for all mice\n[ 1.263961] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.266713] rtc_cmos 00:00: RTC can wake from S4\n[ 1.267496] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.268741] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.272908] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.274399] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.275913] cpuidle: using governor menu\n[ 1.277062] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.278450] usbcore: registered new interface driver usbhid\n[ 1.279777] usbhid: USB HID core driver\n[ 1.280884] drop_monitor: Initializing network drop monitor service\n[ 1.282367] TCP: cubic registered\n[ 1.283346] Initializing XFRM netlink socket\n[ 1.284539] NET: Registered protocol family 10\n[ 1.285905] NET: Registered protocol family 17\n[ 1.287276] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.288915] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.290324] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.292656] Loading compiled-in X.509 certificates\n[ 1.293894] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.296246] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.299006] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.301366] registered taskstats version 1\n[ 1.304199] Key type trusted registered\n[ 1.306501] Key type encrypted registered\n[ 1.308739] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.310450] rtc_cmos 00:00: setting system clock to 2018-08-12 09:02:03 UTC (1534064523)\n[ 1.313208] Freeing unused kernel memory: 1680k freed\n[ 1.318056] systemd[1]: systemd 219 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID +ELFUTILS +KMOD +IDN)\n[ 1.322988] systemd[1]: Detected virtualization kvm.\n[ 1.324463] systemd[1]: Detected architecture x86-64.\n[ 1.325957] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.328893] systemd[1]: No hostname configured.\n[ 1.330291] systemd[1]: Set hostname to .\n[ 1.331810] systemd[1]: Initializing machine ID from KVM UUID.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.356638] systemd[1]: Created slice Root Slice.\n[ 1.358085] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Reached target Timers.\n[ 1.360406] systemd[1]: Reached target Timers.\n[ 1.361768] systemd[1]: Starting Timers.\n[[32m OK [0m] Reached target Swap.\n[ 1.363944] systemd[1]: Reached target Swap.\n[ 1.365297] systemd[1]: Starting Swap.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.367598] systemd[1]: Listening on udev Kernel Socket.\n[ 1.369158] systemd[1]: Starting udev Kernel Socket.\n[ 1.370654] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.373144] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.376681] systemd[1]: Reached target Local File Systems.\n[ 1.378259] systemd[1]: Starting Local File Systems.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.380768] systemd[1]: Listening on Journal Socket.\n[ 1.382242] systemd[1]: Starting Journal Socket.\n[[32m OK [0m] Created slice System Slice.\n[ 1.384526] systemd[1]: Created slice System Slice.\n[ 1.385770] systemd[1]: Starting System Slice.\n[[32m OK [0m] Reached target Slices.\n[ 1.387699] systemd[1]: Reached target Slices.\n[ 1.388884] systemd[1]: Starting Slices.\n[ 1.390376] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[ 1.392722] 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[ 1.396602] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.399808] systemd[1]: Listening on udev Control Socket.\n[ 1.401154] systemd[1]: Starting udev Control Socket.\n[[32m OK [0m] Reached target Sockets.\n[ 1.403516] systemd[1]: Reached target Sockets.\n[ 1.404713] systemd[1]: Starting Sockets.\n[[32m OK [0m] Reached target Paths.\n[ 1.406590] systemd[1]: Reached target Paths.\n[ 1.407759] systemd[1]: Starting Paths.\n[ 1.409112] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[[32m OK [0m] Started Journal Service.\n[ 1.412276] systemd[1]: Started Journal Service.\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n Starting Create Static Device Nodes in /dev...\n[[32m OK [0m] Started Apply Kernel Variables.\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n[[32m OK [0m] Started dracut cmdline hook.\n Starting dracut pre-udev hook...\n[ 1.465293] RPC: Registered named UNIX socket transport module.\n[ 1.466682] RPC: Registered udp transport module.\n[ 1.467859] RPC: Registered tcp transport module.\n[ 1.469035] RPC: Registered tcp NFSv4.1 backchannel transport module.\n[[32m OK [0m] Started dracut pre-udev hook.\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Started udev Kernel Device Manager.\n Starting dracut pre-trigger hook...\n[[32m OK [0m] Started dracut pre-trigger hook.\n Starting udev Coldplug all Devices...\n Mounting Configuration File System...\n[[32m OK [0m] Mounted Configuration File System.\n[ "} 2018-08-12 09:02:05,042 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/22b1203c-7862-4502-ae31-7a49d851bb62/action used request id req-f516fe00-8148-47c0-94e1-1b61e3fe6ff3 2018-08-12 09:02:05,043 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0725162029266s 2018-08-12 09:02:05,043 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/22b1203c-7862-4502-ae31-7a49d851bb62/action used request id req-f516fe00-8148-47c0-94e1-1b61e3fe6ff3 2018-08-12 09:02:05,043 - functest.core.singlevm - DEBUG - vm console: [H[J[1;1H[?25l[m[H[J[1;1H[20;7H[mUse the ^ and v keys to change the selection. Press 'e' to edit the selected item, or 'c' for a command prompt. [4;80H [7m[4;1H CentOS Linux (3.10.0-514.16.1.el7.x86_64) 7 (Core) [m[4;79H[m[m[5;1H CentOS Linux (3.10.0-327.28.3.el7.x86_64) 7 (Core) [m[5;79H[m[m[6;1H CentOS Linux (0-rescue-56d65f493d8f854534fe792ecf014b83) 7 (Core) [m[6;79H[m[m[7;1H [m[7;79H[m[m[8;1H [m[8;79H[m[m[9;1H [m[9;79H[m[m[10;1H [m[10;79H[m[m[11;1H [m[11;79H[m[m[12;1H [m[12;79H[m[m[13;1H [m[13;79H[m[m[14;1H [m[14;79H[m[m[15;1H [m[15;79H[m[m[16;1H [m[16;79H[m[m[17;1H [m[17;79H[m[m[18;1H [m[18;79H[m[18;80H [4;79H[22;1H The selected entry will be started automatically in 1s. [4;79H[22;1H The selected entry will be started automatically in 0s. [4;79H[?25h[H[J[1;1H[H[J[1;1H[ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.10.0-514.16.1.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #1 SMP Wed Apr 12 15:04:24 UTC 2017 [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8 [ 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-0x00000000bffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x00000000bffdc000-0x00000000bfffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x140000 max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] e820: last_pfn = 0xbffdc max_arch_pfn = 0x400000000 [ 0.000000] found SMP MP-table at [mem 0x000f6390-0x000f639f] mapped at [ffff8800000f6390] [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff] [ 0.000000] ACPI: RSDP 00000000000f6340 00014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 00000000bffe1351 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 00000000bffe11dd 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 00000000bffdfdc0 0141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 00000000bffdfd80 00040 [ 0.000000] ACPI: APIC 00000000bffe12d1 00080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000013fffffff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x13fffffff] [ 0.000000] NODE_DATA [mem 0x13ffd7000-0x13fffdfff] [ 0.000000] Reserving 161MB of memory at 656MB for crashkernel (System RAM: 4095MB) [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 1:3ff87001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 1752226919 cycles [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal [mem 0x100000000-0x13fffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0xbffdbfff] [ 0.000000] node 0: [mem 0x100000000-0x13fffffff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 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 2 CPUs, 0 hotplug CPUs [ 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] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff] [ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff] [ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff] [ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037 [ 0.000000] Policy zone: Normal [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100 [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form [ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2. [ 0.000000] NR_IRQS:327936 nr_irqs:440 0 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty0] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 16777216 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.326637] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912) [ 0.329037] pid_max: default: 32768 minimum: 301 [ 0.330401] Security Framework initialized [ 0.331661] SELinux: Initializing. [ 0.333075] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.338359] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.341631] Mount-cache hash table entries: 4096 [ 0.343262] Initializing cgroup subsys memory [ 0.344570] Initializing cgroup subsys devices [ 0.345842] Initializing cgroup subsys freezer [ 0.347141] Initializing cgroup subsys net_cls [ 0.348474] Initializing cgroup subsys blkio [ 0.349761] Initializing cgroup subsys perf_event [ 0.351128] Initializing cgroup subsys hugetlb [ 0.352442] Initializing cgroup subsys pids [ 0.353714] Initializing cgroup subsys net_prio [ 0.355122] CPU: Physical Processor ID: 0 [ 0.357112] mce: CPU supports 10 MCE banks [ 0.358420] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.359897] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.362261] tlb_flushall_shift: 6 [ 0.363589] Freeing SMP alternatives: 28k freed [ 0.367719] ACPI: Core revision 20130517 [ 0.369402] ACPI: All ACPI Tables successfully acquired [ 0.371067] ftrace: allocating 25812 entries in 101 pages [ 0.393993] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.395741] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.397463] smpboot: Max logical packages: 2 [ 0.398938] Enabling x2apic [ 0.399948] Enabled x2apic [ 0.401138] Switched APIC routing to physical x2apic. [ 0.403549] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.405213] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.408111] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.415779] KVM setup paravirtual spinlock [ 0.418226] smpboot: Booting Node 0, Processors #1 OK [ 0.419987] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.441786] Brought up 2 CPUs [ 0.441789] KVM setup async PF for cpu 1 [ 0.441792] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.445141] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.447444] devtmpfs: initialized [ 0.449836] EVM: security.selinux [ 0.450921] EVM: security.ima [ 0.451892] EVM: security.capability [ 0.453634] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.455356] pinctrl core: initialized pinctrl subsystem [ 0.456910] NET: Registered protocol family 16 [ 0.458368] ACPI: bus type PCI registered [ 0.459571] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.461276] PCI: Using configuration type 1 for base access [ 0.466078] ACPI: Added _OSI(Module Device) [ 0.467335] ACPI: Added _OSI(Processor Device) [ 0.468630] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.469970] ACPI: Added _OSI(Processor Aggregator Device) [ 0.472501] ACPI: Interpreter enabled [ 0.473618] ACPI: (supports S0 S5) [ 0.474651] ACPI: Using IOAPIC for interrupt routing [ 0.475957] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.480034] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.481526] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.483136] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.484742] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.487688] acpiphp: Slot [3] registered [ 0.488826] acpiphp: Slot [4] registered [ 0.489961] acpiphp: Slot [5] registered [ 0.491101] acpiphp: Slot [6] registered [ 0.492265] acpiphp: Slot [7] registered [ 0.493421] acpiphp: Slot [8] registered [ 0.494589] acpiphp: Slot [9] registered [ 0.495725] acpiphp: Slot [10] registered [ 0.496869] acpiphp: Slot [11] registered [ 0.498022] acpiphp: Slot [12] registered [ 0.499186] acpiphp: Slot [13] registered [ 0.500336] acpiphp: Slot [14] registered [ 0.501480] acpiphp: Slot [15] registered [ 0.502624] acpiphp: Slot [16] registered [ 0.503787] acpiphp: Slot [17] registered [ 0.504944] acpiphp: Slot [18] registered [ 0.506087] acpiphp: Slot [19] registered [ 0.507245] acpiphp: Slot [20] registered [ 0.508383] acpiphp: Slot [21] registered [ 0.509529] acpiphp: Slot [22] registered [ 0.510670] acpiphp: Slot [23] registered [ 0.511809] acpiphp: Slot [24] registered [ 0.512974] acpiphp: Slot [25] registered [ 0.514130] acpiphp: Slot [26] registered [ 0.515289] acpiphp: Slot [27] registered [ 0.516431] acpiphp: Slot [28] registered [ 0.517593] acpiphp: Slot [29] registered [ 0.518765] acpiphp: Slot [30] registered [ 0.519915] acpiphp: Slot [31] registered [ 0.521054] PCI host bridge to bus 0000:00 [ 0.522198] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.523632] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.525218] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.526793] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.528927] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.531060] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window] [ 0.535774] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.537467] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.539011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.540629] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.545054] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.547115] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.569196] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.571068] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.572849] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.574615] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.576674] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.578350] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.580053] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.582278] vgaarb: loaded [ 0.583215] vgaarb: bridge control possible 0000:00:02.0 [ 0.584700] SCSI subsystem initialized [ 0.585834] ACPI: bus type USB registered [ 0.587003] usbcore: registered new interface driver usbfs [ 0.588414] usbcore: registered new interface driver hub [ 0.589809] usbcore: registered new device driver usb [ 0.591293] PCI: Using ACPI for IRQ routing [ 0.592779] NetLabel: Initializing [ 0.593834] NetLabel: domain hash size = 128 [ 0.595041] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.596372] NetLabel: unlabeled traffic allowed by default [ 0.597900] Switched to clocksource kvm-clock [ 0.606238] pnp: PnP ACPI init [ 0.607201] ACPI: bus type PNP registered [ 0.608636] pnp: PnP ACPI: found 5 devices [ 0.609783] ACPI: bus type PNP unregistered [ 0.616918] NET: Registered protocol family 2 [ 0.618374] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.620679] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.622595] TCP: Hash tables configured (established 32768 bind 32768) [ 0.624228] TCP: reno registered [ 0.625254] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.626738] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.628407] NET: Registered protocol family 1 [ 0.629641] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.631068] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.632472] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.651961] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.671999] Unpacking initramfs... [ 1.100657] Freeing initrd memory: 37508k freed [ 1.109971] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.111569] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.114621] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.116156] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.117957] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.119403] Initialise system trusted keyring [ 1.120567] audit: initializing netlink socket (disabled) [ 1.121871] type=2000 audit(1534064524.263:1): initialized [ 1.138392] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.139847] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.142080] zpool: loaded [ 1.142966] zbud: loaded [ 1.143978] VFS: Disk quotas dquot_6.5.2 [ 1.145081] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.146684] msgmni has been set to 7578 [ 1.147808] Key type big_key registered [ 1.149525] NET: Registered protocol family 38 [ 1.150700] Key type asymmetric registered [ 1.151801] Asymmetric key parser 'x509' registered [ 1.153043] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.155093] io scheduler noop registered [ 1.156182] io scheduler deadline registered (default) [ 1.167243] io scheduler cfq registered [ 1.168390] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.169715] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.171310] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.173312] ACPI: Power Button [PWRF] [ 1.174433] GHES: HEST is not enabled! [ 1.175548] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.200011] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.201671] Non-volatile memory driver v1.3 [ 1.202804] Linux agpgart interface v0.103 [ 1.203996] crash memory driver: version 1.1 [ 1.205179] rdac: device handler registered [ 1.206346] hp_sw: device handler registered [ 1.207490] emc: device handler registered [ 1.208579] alua: device handler registered [ 1.209706] libphy: Fixed MDIO Bus: probed [ 1.210845] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.212325] ehci-pci: EHCI PCI platform driver [ 1.213482] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.214966] ohci-pci: OHCI PCI platform driver [ 1.216134] uhci_hcd: USB Universal Host Controller Interface driver [ 1.236097] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.237400] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.239411] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.240699] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.242125] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.243644] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.245619] usb usb1: Product: UHCI Host Controller [ 1.246834] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.248409] usb usb1: SerialNumber: 0000:00:01.2 [ 1.249658] hub 1-0:1.0: USB hub found [ 1.250728] hub 1-0:1.0: 2 ports detected [ 1.251957] usbcore: registered new interface driver usbserial [ 1.253351] usbcore: registered new interface driver usbserial_generic [ 1.254837] usbserial: USB Serial support registered for generic [ 1.256250] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.258956] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.260448] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.262049] mousedev: PS/2 mouse device common for all mice [ 1.263961] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.266713] rtc_cmos 00:00: RTC can wake from S4 [ 1.267496] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.268741] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.272908] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.274399] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.275913] cpuidle: using governor menu [ 1.277062] hidraw: raw HID events driver (C) Jiri Kosina [ 1.278450] usbcore: registered new interface driver usbhid [ 1.279777] usbhid: USB HID core driver [ 1.280884] drop_monitor: Initializing network drop monitor service [ 1.282367] TCP: cubic registered [ 1.283346] Initializing XFRM netlink socket [ 1.284539] NET: Registered protocol family 10 [ 1.285905] NET: Registered protocol family 17 [ 1.287276] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.288915] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.290324] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.292656] Loading compiled-in X.509 certificates [ 1.293894] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.296246] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.299006] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.301366] registered taskstats version 1 [ 1.304199] Key type trusted registered [ 1.306501] Key type encrypted registered [ 1.308739] IMA: No TPM chip found, activating TPM-bypass! [ 1.310450] rtc_cmos 00:00: setting system clock to 2018-08-12 09:02:03 UTC (1534064523) [ 1.313208] Freeing unused kernel memory: 1680k freed [ 1.318056] systemd[1]: systemd 219 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID +ELFUTILS +KMOD +IDN) [ 1.322988] systemd[1]: Detected virtualization kvm. [ 1.324463] systemd[1]: Detected architecture x86-64. [ 1.325957] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.328893] systemd[1]: No hostname configured. [ 1.330291] systemd[1]: Set hostname to . [ 1.331810] systemd[1]: Initializing machine ID from KVM UUID. [[32m OK [0m] Created slice Root Slice. [ 1.356638] systemd[1]: Created slice Root Slice. [ 1.358085] systemd[1]: Starting Root Slice. [[32m OK [0m] Reached target Timers. [ 1.360406] systemd[1]: Reached target Timers. [ 1.361768] systemd[1]: Starting Timers. [[32m OK [0m] Reached target Swap. [ 1.363944] systemd[1]: Reached target Swap. [ 1.365297] systemd[1]: Starting Swap. [[32m OK [0m] Listening on udev Kernel Socket. [ 1.367598] systemd[1]: Listening on udev Kernel Socket. [ 1.369158] systemd[1]: Starting udev Kernel Socket. [ 1.370654] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.373144] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Reached target Local File Systems. [ 1.376681] systemd[1]: Reached target Local File Systems. [ 1.378259] systemd[1]: Starting Local File Systems. [[32m OK [0m] Listening on Journal Socket. [ 1.380768] systemd[1]: Listening on Journal Socket. [ 1.382242] systemd[1]: Starting Journal Socket. [[32m OK [0m] Created slice System Slice. [ 1.384526] systemd[1]: Created slice System Slice. [ 1.385770] systemd[1]: Starting System Slice. [[32m OK [0m] Reached target Slices. [ 1.387699] systemd[1]: Reached target Slices. [ 1.388884] systemd[1]: Starting Slices. [ 1.390376] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [ 1.392722] 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... [ 1.396602] systemd[1]: Starting Journal Service... Starting Journal Service... [[32m OK [0m] Listening on udev Control Socket. [ 1.399808] systemd[1]: Listening on udev Control Socket. [ 1.401154] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Reached target Sockets. [ 1.403516] systemd[1]: Reached target Sockets. [ 1.404713] systemd[1]: Starting Sockets. [[32m OK [0m] Reached target Paths. [ 1.406590] systemd[1]: Reached target Paths. [ 1.407759] systemd[1]: Starting Paths. [ 1.409112] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [[32m OK [0m] Started Journal Service. [ 1.412276] systemd[1]: Started Journal Service. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. Starting Create Static Device Nodes in /dev... [[32m OK [0m] Started Apply Kernel Variables. [[32m OK [0m] Started Create Static Device Nodes in /dev. [[32m OK [0m] Started dracut cmdline hook. Starting dracut pre-udev hook... [ 1.465293] RPC: Registered named UNIX socket transport module. [ 1.466682] RPC: Registered udp transport module. [ 1.467859] RPC: Registered tcp transport module. [ 1.469035] RPC: Registered tcp NFSv4.1 backchannel transport module. [[32m OK [0m] Started dracut pre-udev hook. Starting udev Kernel Device Manager... [[32m OK [0m] Started udev Kernel Device Manager. Starting dracut pre-trigger hook... [[32m OK [0m] Started dracut pre-trigger hook. Starting udev Coldplug all Devices... Mounting Configuration File System... [[32m OK [0m] Mounted Configuration File System. [ 2018-08-12 09:02:06,046 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.200: timed out 2018-08-12 09:02:15,056 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-12 09:02:15,059 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/22b1203c-7862-4502-ae31-7a49d851bb62/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}274a41a9ca43f2806738ff12dfc9d252bd5f1f34" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 09:02:15,173 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:02: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-b58aaf85-d308-4fb4-b68b-35a146df4f74 x-compute-request-id: req-b58aaf85-d308-4fb4-b68b-35a146df4f74 Content-Encoding: gzip Content-Length: 11757 Content-Type: application/json RESP BODY: {"output": "[H[J[1;1H[?25l[m[H[J[1;1H[20;7H[mUse the ^ and v keys to change the selection. \n Press 'e' to edit the selected item, or 'c' for a command prompt. [4;80H [7m[4;1H CentOS Linux (3.10.0-514.16.1.el7.x86_64) 7 (Core) [m[4;79H[m[m[5;1H CentOS Linux (3.10.0-327.28.3.el7.x86_64) 7 (Core) [m[5;79H[m[m[6;1H CentOS Linux (0-rescue-56d65f493d8f854534fe792ecf014b83) 7 (Core) [m[6;79H[m[m[7;1H [m[7;79H[m[m[8;1H [m[8;79H[m[m[9;1H [m[9;79H[m[m[10;1H [m[10;79H[m[m[11;1H [m[11;79H[m[m[12;1H [m[12;79H[m[m[13;1H [m[13;79H[m[m[14;1H [m[14;79H[m[m[15;1H [m[15;79H[m[m[16;1H [m[16;79H[m[m[17;1H [m[17;79H[m[m[18;1H [m[18;79H[m[18;80H [4;79H[22;1H The selected entry will be started automatically in 1s. [4;79H[22;1H The selected entry will be started automatically in 0s. [4;79H[?25h[H[J[1;1H[H[J[1;1H[ 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 3.10.0-514.16.1.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #1 SMP Wed Apr 12 15:04:24 UTC 2017\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8\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-0x00000000bffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x00000000bffdc000-0x00000000bfffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable\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 = 0x140000 max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] e820: last_pfn = 0xbffdc max_arch_pfn = 0x400000000\n[ 0.000000] found SMP MP-table at [mem 0x000f6390-0x000f639f] mapped at [ffff8800000f6390]\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff]\n[ 0.000000] ACPI: RSDP 00000000000f6340 00014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 00000000bffe1351 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 00000000bffe11dd 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 00000000bffdfdc0 0141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 00000000bffdfd80 00040\n[ 0.000000] ACPI: APIC 00000000bffe12d1 00080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000013fffffff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x13fffffff]\n[ 0.000000] NODE_DATA [mem 0x13ffd7000-0x13fffdfff]\n[ 0.000000] Reserving 161MB of memory at 656MB for crashkernel (System RAM: 4095MB)\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 1:3ff87001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 1752226919 cycles\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal [mem 0x100000000-0x13fffffff]\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0xbffdbfff]\n[ 0.000000] node 0: [mem 0x100000000-0x13fffffff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\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 2 CPUs, 0 hotplug CPUs\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] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff]\n[ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037\n[ 0.000000] Policy zone: Normal\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form\n[ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2.\n[ 0.000000] NR_IRQS:327936 nr_irqs:440 0\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty0] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 16777216 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.326637] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912)\n[ 0.329037] pid_max: default: 32768 minimum: 301\n[ 0.330401] Security Framework initialized\n[ 0.331661] SELinux: Initializing.\n[ 0.333075] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.338359] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.341631] Mount-cache hash table entries: 4096\n[ 0.343262] Initializing cgroup subsys memory\n[ 0.344570] Initializing cgroup subsys devices\n[ 0.345842] Initializing cgroup subsys freezer\n[ 0.347141] Initializing cgroup subsys net_cls\n[ 0.348474] Initializing cgroup subsys blkio\n[ 0.349761] Initializing cgroup subsys perf_event\n[ 0.351128] Initializing cgroup subsys hugetlb\n[ 0.352442] Initializing cgroup subsys pids\n[ 0.353714] Initializing cgroup subsys net_prio\n[ 0.355122] CPU: Physical Processor ID: 0\n[ 0.357112] mce: CPU supports 10 MCE banks\n[ 0.358420] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.359897] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.362261] tlb_flushall_shift: 6\n[ 0.363589] Freeing SMP alternatives: 28k freed\n[ 0.367719] ACPI: Core revision 20130517\n[ 0.369402] ACPI: All ACPI Tables successfully acquired\n[ 0.371067] ftrace: allocating 25812 entries in 101 pages\n[ 0.393993] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.395741] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.397463] smpboot: Max logical packages: 2\n[ 0.398938] Enabling x2apic\n[ 0.399948] Enabled x2apic\n[ 0.401138] Switched APIC routing to physical x2apic.\n[ 0.403549] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.405213] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.408111] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.415779] KVM setup paravirtual spinlock\n[ 0.418226] smpboot: Booting Node 0, Processors #1 OK\n[ 0.419987] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.441786] Brought up 2 CPUs\n[ 0.441789] KVM setup async PF for cpu 1\n[ 0.441792] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.445141] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.447444] devtmpfs: initialized\n[ 0.449836] EVM: security.selinux\n[ 0.450921] EVM: security.ima\n[ 0.451892] EVM: security.capability\n[ 0.453634] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.455356] pinctrl core: initialized pinctrl subsystem\n[ 0.456910] NET: Registered protocol family 16\n[ 0.458368] ACPI: bus type PCI registered\n[ 0.459571] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.461276] PCI: Using configuration type 1 for base access\n[ 0.466078] ACPI: Added _OSI(Module Device)\n[ 0.467335] ACPI: Added _OSI(Processor Device)\n[ 0.468630] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.469970] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.472501] ACPI: Interpreter enabled\n[ 0.473618] ACPI: (supports S0 S5)\n[ 0.474651] ACPI: Using IOAPIC for interrupt routing\n[ 0.475957] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.480034] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.481526] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.483136] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.484742] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.487688] acpiphp: Slot [3] registered\n[ 0.488826] acpiphp: Slot [4] registered\n[ 0.489961] acpiphp: Slot [5] registered\n[ 0.491101] acpiphp: Slot [6] registered\n[ 0.492265] acpiphp: Slot [7] registered\n[ 0.493421] acpiphp: Slot [8] registered\n[ 0.494589] acpiphp: Slot [9] registered\n[ 0.495725] acpiphp: Slot [10] registered\n[ 0.496869] acpiphp: Slot [11] registered\n[ 0.498022] acpiphp: Slot [12] registered\n[ 0.499186] acpiphp: Slot [13] registered\n[ 0.500336] acpiphp: Slot [14] registered\n[ 0.501480] acpiphp: Slot [15] registered\n[ 0.502624] acpiphp: Slot [16] registered\n[ 0.503787] acpiphp: Slot [17] registered\n[ 0.504944] acpiphp: Slot [18] registered\n[ 0.506087] acpiphp: Slot [19] registered\n[ 0.507245] acpiphp: Slot [20] registered\n[ 0.508383] acpiphp: Slot [21] registered\n[ 0.509529] acpiphp: Slot [22] registered\n[ 0.510670] acpiphp: Slot [23] registered\n[ 0.511809] acpiphp: Slot [24] registered\n[ 0.512974] acpiphp: Slot [25] registered\n[ 0.514130] acpiphp: Slot [26] registered\n[ 0.515289] acpiphp: Slot [27] registered\n[ 0.516431] acpiphp: Slot [28] registered\n[ 0.517593] acpiphp: Slot [29] registered\n[ 0.518765] acpiphp: Slot [30] registered\n[ 0.519915] acpiphp: Slot [31] registered\n[ 0.521054] PCI host bridge to bus 0000:00\n[ 0.522198] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.523632] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.525218] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.526793] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.528927] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.531060] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window]\n[ 0.535774] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.537467] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.539011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.540629] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.545054] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.547115] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.569196] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.571068] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.572849] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.574615] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.576674] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.578350] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.580053] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.582278] vgaarb: loaded\n[ 0.583215] vgaarb: bridge control possible 0000:00:02.0\n[ 0.584700] SCSI subsystem initialized\n[ 0.585834] ACPI: bus type USB registered\n[ 0.587003] usbcore: registered new interface driver usbfs\n[ 0.588414] usbcore: registered new interface driver hub\n[ 0.589809] usbcore: registered new device driver usb\n[ 0.591293] PCI: Using ACPI for IRQ routing\n[ 0.592779] NetLabel: Initializing\n[ 0.593834] NetLabel: domain hash size = 128\n[ 0.595041] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.596372] NetLabel: unlabeled traffic allowed by default\n[ 0.597900] Switched to clocksource kvm-clock\n[ 0.606238] pnp: PnP ACPI init\n[ 0.607201] ACPI: bus type PNP registered\n[ 0.608636] pnp: PnP ACPI: found 5 devices\n[ 0.609783] ACPI: bus type PNP unregistered\n[ 0.616918] NET: Registered protocol family 2\n[ 0.618374] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.620679] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.622595] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.624228] TCP: reno registered\n[ 0.625254] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.626738] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.628407] NET: Registered protocol family 1\n[ 0.629641] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.631068] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.632472] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.651961] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.671999] Unpacking initramfs...\n[ 1.100657] Freeing initrd memory: 37508k freed\n[ 1.109971] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.111569] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.114621] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.116156] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.117957] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.119403] Initialise system trusted keyring\n[ 1.120567] audit: initializing netlink socket (disabled)\n[ 1.121871] type=2000 audit(1534064524.263:1): initialized\n[ 1.138392] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.139847] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.142080] zpool: loaded\n[ 1.142966] zbud: loaded\n[ 1.143978] VFS: Disk quotas dquot_6.5.2\n[ 1.145081] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.146684] msgmni has been set to 7578\n[ 1.147808] Key type big_key registered\n[ 1.149525] NET: Registered protocol family 38\n[ 1.150700] Key type asymmetric registered\n[ 1.151801] Asymmetric key parser 'x509' registered\n[ 1.153043] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.155093] io scheduler noop registered\n[ 1.156182] io scheduler deadline registered (default)\n[ 1.167243] io scheduler cfq registered\n[ 1.168390] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.169715] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.171310] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.173312] ACPI: Power Button [PWRF]\n[ 1.174433] GHES: HEST is not enabled!\n[ 1.175548] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.200011] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.201671] Non-volatile memory driver v1.3\n[ 1.202804] Linux agpgart interface v0.103\n[ 1.203996] crash memory driver: version 1.1\n[ 1.205179] rdac: device handler registered\n[ 1.206346] hp_sw: device handler registered\n[ 1.207490] emc: device handler registered\n[ 1.208579] alua: device handler registered\n[ 1.209706] libphy: Fixed MDIO Bus: probed\n[ 1.210845] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.212325] ehci-pci: EHCI PCI platform driver\n[ 1.213482] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.214966] ohci-pci: OHCI PCI platform driver\n[ 1.216134] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.236097] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.237400] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.239411] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.240699] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.242125] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.243644] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.245619] usb usb1: Product: UHCI Host Controller\n[ 1.246834] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.248409] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.249658] hub 1-0:1.0: USB hub found\n[ 1.250728] hub 1-0:1.0: 2 ports detected\n[ 1.251957] usbcore: registered new interface driver usbserial\n[ 1.253351] usbcore: registered new interface driver usbserial_generic\n[ 1.254837] usbserial: USB Serial support registered for generic\n[ 1.256250] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.258956] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.260448] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.262049] mousedev: PS/2 mouse device common for all mice\n[ 1.263961] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.266713] rtc_cmos 00:00: RTC can wake from S4\n[ 1.267496] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.268741] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.272908] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.274399] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.275913] cpuidle: using governor menu\n[ 1.277062] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.278450] usbcore: registered new interface driver usbhid\n[ 1.279777] usbhid: USB HID core driver\n[ 1.280884] drop_monitor: Initializing network drop monitor service\n[ 1.282367] TCP: cubic registered\n[ 1.283346] Initializing XFRM netlink socket\n[ 1.284539] NET: Registered protocol family 10\n[ 1.285905] NET: Registered protocol family 17\n[ 1.287276] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.288915] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.290324] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.292656] Loading compiled-in X.509 certificates\n[ 1.293894] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.296246] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.299006] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.301366] registered taskstats version 1\n[ 1.304199] Key type trusted registered\n[ 1.306501] Key type encrypted registered\n[ 1.308739] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.310450] rtc_cmos 00:00: setting system clock to 2018-08-12 09:02:03 UTC (1534064523)\n[ 1.313208] Freeing unused kernel memory: 1680k freed\n[ 1.318056] systemd[1]: systemd 219 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID +ELFUTILS +KMOD +IDN)\n[ 1.322988] systemd[1]: Detected virtualization kvm.\n[ 1.324463] systemd[1]: Detected architecture x86-64.\n[ 1.325957] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.328893] systemd[1]: No hostname configured.\n[ 1.330291] systemd[1]: Set hostname to .\n[ 1.331810] systemd[1]: Initializing machine ID from KVM UUID.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.356638] systemd[1]: Created slice Root Slice.\n[ 1.358085] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Reached target Timers.\n[ 1.360406] systemd[1]: Reached target Timers.\n[ 1.361768] systemd[1]: Starting Timers.\n[[32m OK [0m] Reached target Swap.\n[ 1.363944] systemd[1]: Reached target Swap.\n[ 1.365297] systemd[1]: Starting Swap.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.367598] systemd[1]: Listening on udev Kernel Socket.\n[ 1.369158] systemd[1]: Starting udev Kernel Socket.\n[ 1.370654] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.373144] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.376681] systemd[1]: Reached target Local File Systems.\n[ 1.378259] systemd[1]: Starting Local File Systems.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.380768] systemd[1]: Listening on Journal Socket.\n[ 1.382242] systemd[1]: Starting Journal Socket.\n[[32m OK [0m] Created slice System Slice.\n[ 1.384526] systemd[1]: Created slice System Slice.\n[ 1.385770] systemd[1]: Starting System Slice.\n[[32m OK [0m] Reached target Slices.\n[ 1.387699] systemd[1]: Reached target Slices.\n[ 1.388884] systemd[1]: Starting Slices.\n[ 1.390376] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[ 1.392722] 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[ 1.396602] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.399808] systemd[1]: Listening on udev Control Socket.\n[ 1.401154] systemd[1]: Starting udev Control Socket.\n[[32m OK [0m] Reached target Sockets.\n[ 1.403516] systemd[1]: Reached target Sockets.\n[ 1.404713] systemd[1]: Starting Sockets.\n[[32m OK [0m] Reached target Paths.\n[ 1.406590] systemd[1]: Reached target Paths.\n[ 1.407759] systemd[1]: Starting Paths.\n[ 1.409112] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[[32m OK [0m] Started Journal Service.\n[ 1.412276] systemd[1]: Started Journal Service.\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n Starting Create Static Device Nodes in /dev...\n[[32m OK [0m] Started Apply Kernel Variables.\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n[[32m OK [0m] Started dracut cmdline hook.\n Starting dracut pre-udev hook...\n[ 1.465293] RPC: Registered named UNIX socket transport module.\n[ 1.466682] RPC: Registered udp transport module.\n[ 1.467859] RPC: Registered tcp transport module.\n[ 1.469035] RPC: Registered tcp NFSv4.1 backchannel transport module.\n[[32m OK [0m] Started dracut pre-udev hook.\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Started udev Kernel Device Manager.\n Starting dracut pre-trigger hook...\n[[32m OK [0m] Started dracut pre-trigger hook.\n Starting udev Coldplug all Devices...\n Mounting Configuration File System...\n[[32m OK [0m] Mounted Configuration File System.\n[ 1.555943] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.562229] FDC 0 is a S82078B\n[[32m OK [0m] Started udev Coldplug all Devices.\n Starting dracut initqueue hook...\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Basic System.\n[ 1.586161] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.627163] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.632569] scsi host0: ata_piix\n[ 1.633805] vda: vda1\n[ 1.634573] scsi host1: ata_piix\n[ 1.634608] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.634609] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[[32m OK [0m] Found device /dev/disk/by-uuid/f13d84b4-c756-4d89-9d5e-6b534397aa14.\n Starting File System Check on /dev/...4-c756-4d89-9d5e-6b534397aa14...\n[[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14.\n[ 1.707481] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.709652] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.711849] usb 1-1: Product: QEMU USB Tablet\n[ 1.713385] usb 1-1: Manufacturer: QEMU\n[ 1.714634] usb 1-1: SerialNumber: 42\n[ 1.724786] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 1.727433] 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[[32m OK [0m] Started dracut initqueue hook.\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n Mounting /sysroot...\n[ 1.809462] SGI XFS with ACLs, security attributes, no debug enabled\n[ 1.812314] XFS (vda1): Mounting V4 Filesystem\n[ 1.840262] XFS (vda1): Ending clean mount\n[[32m OK [0m] Mounted /sysroot.\n[[32m OK [0m] Reached target Initrd Root File System.\n Starting Reload Configuration from the Real Root...\n[[32m OK [0m] Started Reload Configuration from the Real Root.\n[[32m OK [0m] Reached target Initrd File Systems.\n[[32m OK [0m] Reached target Initrd Default Target.\n Starting dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Started dracut pre-pivot and cleanup hook.\n Starting Cleaning Up and Shutting Down Daemons...\n[[32m OK [0m] Stopped target Timers.\n[[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons.\n[[32m OK [0m] Stopped dracut pre-pivot and cleanup hook.\n Stopping dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Stopped target Initrd Default Target.\n[[32m OK [0m] Stopped target Basic System.\n[[32m OK [0m] Stopped target Sockets.\n[[32m OK [0m] Stopped target Paths.\n[[32m OK [0m] Stopped target Slices.\n[[32m OK [0m] Stopped target System Initialization.\n[[32m OK [0m] Stopped target Swap.\n[[32m OK [0m] Stopped Apply Kernel Variables.\n Stopping Apply Kernel Variables...\n[[32m OK [0m] Stopped target Local File Systems.\n[[32m OK [0m] Stopped target Remote File Systems.\n[[32m OK [0m] Stopped target Remote File Systems (Pre).\n[[32m OK [0m] Stopped dracut initqueue hook.\n Stopping dracut initqueue hook...\n[[32m OK [0m] Stopped udev Coldplug all Devices.\n Stopping udev Coldplug all Devices...\n[[32m OK [0m] Stopped dracut pre-trigger hook.\n Stopping dracut pre-trigger hook...\n Stopping udev Kernel Device Manager...\n[[32m OK [0m] Stopped udev Kernel Device Manager.\n[[32m OK [0m] Stopped Create Static Device Nodes in /dev.\n Stopping Create Static Device Nodes in /dev...\n[[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel.\n Stopping Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Stopped dracut pre-udev hook.\n Stopping dracut pre-udev hook...\n[[32m OK [0m] Stopped dracut cmdline hook.\n Stopping dracut cmdline hook...\n[[32m OK [0m] Closed udev Kernel Socket.\n[[32m OK [0m] Closed udev Control Socket.\n Starting Cleanup udevd DB...\n[[32m OK [0m] Started Cleanup udevd DB.\n[[32m OK [0m] Reached target Switch Root.\n Starting Switch Root...\n[ 2.066534] systemd-journald[112]: Received SIGTERM from PID 1 (systemd).\n[ 2.115933] tsc: Refined TSC clocksource calibration: 3491.847 MHz\n[ 2.239428] SELinux: Disabled at runtime.\n[ 2.277920] type=1404 audit(1534064524.467:2): selinux=0 auid=4294967295 ses=4294967295\n[ 2.303241] ip_tables: (C) 2000-2006 Netfilter Core Team\n[ 2.304746] systemd[1]: Inserted module 'ip_tables'\n\nWelcome to [0;31mCentOS Linux 7 (Core)[0m!\n\n[[32m OK [0m] Stopped Switch Root.\n[[32m OK [0m] Listening on udev Control Socket.\n[[32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[[32m OK [0m] Stopped target Switch Root.\n[[32m OK [0m] Stopped target Initrd Root File System.\n[[32m OK [0m] Stopped File System Check on Root Device.\n Stopping File System Check on Root Device...\n[[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[[32m OK [0m] Created slice User and Session Slice.\n Starting Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Stopped Journal Service.\n Starting Journal Service...\n[[32m OK [0m] Reached target Encrypted Volumes.\n[[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n Mounting POSIX Message Queue File System...\n Starting Apply Kernel Variables...\n[[32m OK [0m] Reached target Slices.\n Mounting Debug File System...\n[[32m OK [0m] Stopped target Initrd File Systems.\n Mounting Huge Pages File System...\n Starting Remount Root and Kernel File Systems...\n[[32m OK [0m] Listening on udev Kernel Socket.\n Starting Setup Virtual Console...\n[[32m OK [0m] Created slice system-selinux\\x2dpol...grate\\x2dlocal\\x2dchanges.slice.\n[[32m OK [0m] Listening on Delayed Shutdown Socket.\n[[32m OK [0m] Reached target Swap.\n Mounting NFSD configuration filesystem...\n[[32m OK [0m] Created slice system-getty.slice.\n[[32m OK [0m] Started Journal Service.\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[[32m OK [0m] Started Apply Kernel Variables.\n Starting Create Static Device Nodes in /dev...\n[[32m OK [0m] Mounted Huge Pages File System.\n[[32m OK [0m] Mounted Debug File System.\n[[32m OK [0m] Mounted POSIX Message Queue File System.\n[[32m OK [0m] Started Remount Root and Kernel File Systems.\n Starting Load/Save Random Seed...\n Starting Configure read-only root support...\n Starting Flush Journal to Persistent Storage...\n Starting Rebuild Hardware Database...\n[[32m OK [0m] Started Load/Save Random Seed.\n[ 2.548701] systemd-journald[384]: Received request to flush runtime journal from PID 1\n[[32m OK [0m] Started Flush Journal to Persistent Storage.\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n Starting udev Kernel Device Manager...\n[[ 2.604131] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).\n[32m OK [0m] Reached target Local File Systems (Pre).\n[[32m OK [0m] Mounted NFSD configuration filesystem.\n[[32m OK [0m] Started Configure read-only root support.\n[[32m OK [0m] Reached target Local File Systems.\n Starting Preprocess NFS configuration...\n Starting Import network configuration from initramfs...\n Starting Rebuild Journal Catalog...\n Starting Mark the need to relabel after reboot...\n[[32m OK [0m] Started Mark the need to relabel after reboot.\n[[32m OK [0m] Started Rebuild Journal Catalog.\n[[32m OK [0m] Started Preprocess NFS configuration.\n[[32m OK [0m] Started udev Kernel Device Manager.\n[[32m OK [0m] Started Import network configuration from initramfs.\n Starting Create Volatile Files and Directories...\n[[32m OK [0m] Started Create Volatile Files and Directories.\n Starting Security Auditing Service...\n[[32m OK [0m] Started Setup Virtual Console.\n[ 2.681795] type=1305 audit(1534064524.870:3): audit_pid=439 old=0 auid=4294967295 ses=4294967295 res=1\n[[32m OK [0m] Started Security Auditing Service.\n Starting Update UTMP about System Boot/Shutdown...\n[[32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[32m OK [0m] Started Rebuild Hardware Database.\n Starting Update is Completed...\n Starting udev Coldplug all Devices...\n[[32m OK [0m] Started Update is Completed.\n[[32m OK [0m] Started udev Coldplug all Devices.\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Listening on RPCbind Server Activation Socket.\n[[32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[32m OK [0m] Reached target Sockets.\n[[32m OK [0m] Reached target Paths.\n[[32m OK [0m] Reached target Basic System.\n Starting GSSAPI Proxy Daemon...\n Starting Login Service...\n Starting LSB: Bring up/down networking...\n Starting Initial cloud-init job (pre-networking)...\n Starting NTP client/server...\n Starting Authorization Manager...\n Starting Dump dmesg to /var/log/dmesg...\n[[32m OK [0m[ 2.903450] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0\n] Started D-Bus System Message Bus.\n[ 2.911172] input: PC Speaker as /devices/platform/pcspkr/input/input5\n[ 2.940928] [drm] Initialized drm 1.1.0 20060810\n Starting D-Bus System Message Bus...\n[ 2.959325] ppdev: user-space parallel port driver\n[[32m OK [0m] Started irqbalance daemon.\n Starting irqbala[ 2.963107] [TTM] Zone kernel: Available graphics memory: 1940960 kiB\nnce daemon...\n[ 2.964789] [TTM] Initializing pool allocator\n[ 2.965165] [TTM] Initializing DMA pool allocator\n[ 2.965440] [drm] fb mappable at 0xFC000000\n[ 2.965440] [drm] vram aper at 0xFC000000\n[[32m OK [0m] Reached target Timers.\n[ 2.965440] [drm] size 33554432\n[ 2.965441] [drm] fb depth is 24\n[ 2.965441] [drm] pitch is 3072\n[ 2.970160] fbcon: cirrusdrmfb (fb0) is primary device\n[ 2.991833] Console: switching to colour frame buffer device 128x48\n[ 3.005245] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device\n[[32m OK [0m] Started GSSAPI Proxy Daemon.\n[[32m OK [0m] Started Dump dmesg to /var/log/dmesg.\n[[32m OK [0m] Found device /dev/ttyS0.\n[[32m OK [0m] Started NTP client/server.\n[ 3.025306] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0\n[[32m OK [0m] Reached target NFS client services.\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n Starting Permit User Sessions...\n[[32m OK [0m] Started Authorization Manager.\n[[32m OK [0m] Started Login Service.\n[[32m OK [0m] Started Permit User Sessions.\n[[32m OK [0m] Started Getty on tty1.\n Starting Getty on tty1...\n[[32m OK [0m] Started Serial Getty on ttyS0.\n Starting Serial Getty on ttyS0...\n[[32m OK [0m] Reached target Login Prompts.\n[ 3.070783] AES CTR mode by8 optimization enabled\n[[32m OK [0m] Started Command Scheduler.\n Starting Command Scheduler...\n[ 3.095936] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)\n[ 3.102210] alg: No test for crc32 (crc32-pclmul)\n[ 3.105910] intel_rapl: no valid rapl domains found in package 0\n[ 3.144503] intel_powerclamp: No package C-state available\n[ 3.150250] intel_powerclamp: No package C-state availableintel_powerclamp: No package C-state available[ 3.120584] cloud-init[474]: Cloud-init v. 0.7.5 running 'init-local' at Sun, 12 Aug 2018 09:02:05 +0000. Up 3.08 seconds.\n[[32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[32m OK [0m] Started LSB: Bring up/down networking.\n[[32m OK [0m] Reached target Network.\n Starting Initial cloud-init job (metadata service crawler)...\n Starting System Logging Service...\n[[32m OK [0m] Reached target Network is Online.\n[[32m OK [0m] Started Cloudify REST Service.\n Starting Cloudify REST Service...\n Starting RabbitMQ Service...\n Starting LSB: Starts Logstash as a daemon....\n Starting LSB: Supports the direct execution of binary formats....\n[[32m OK [0m] Started Cloudify Stage Service.\n Starting Cloudify Stage Service...\n[[32m OK [0m] Started InfluxDB Service.\n Starting InfluxDB Service...\n Starting Crash recovery kernel arming...\n Starting Postfix Mail Transport Agent...\n Starting OpenSSH server daemon...\n Starting Dynamic System Tuning Daemon...\n Starting PostgreSQL 9.5 database server...\n Starting nginx - high performance web server...\n Starting Notify NFS peers of a restart...\n[[32m OK [0m] Started LSB: Starts Logstash as a daemon..\n[[32m OK [0m] Started Notify NFS peers of a restart.\n Mounting Arbitrary Executable File Formats File System...\n[[32m OK [0m] Started OpenSSH server daemon.\n[[32m OK [0m] Mounted Arbitrary Executable File Formats File System.\n[[32m OK [0m] Started nginx - high performance web server.\n[[32m OK [0m] Started LSB: Supports the direct execution of binary formats..\n[[32m OK [0m] Created slice user-993.slice.\n[[32m OK [0m] Started Dynamic System Tuning Daemon.\n[ 5.537653] cloud-init[790]: Cloud-init v. 0.7.5 running 'init' at Sun, 12 Aug 2018 09:02:08 +0000. Up 5.50 seconds.\n[ 5.590256] cloud-init[790]: ci-info: +++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\n[ 5.594246] cloud-init[790]: ci-info: +--------+------+---------------+---------------+-------------------+\n[ 5.599339] cloud-init[790]: ci-info: | Device | Up | Address | Mask | Hw-Address |\n[ 5.601740] cloud-init[790]: ci-info: +--------+------+---------------+---------------+-------------------+\n[ 5.604048] cloud-init[790]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . |\n[ 5.606372] cloud-init[790]: ci-info: | eth0: | True | 192.168.120.8 | 255.255.255.0 | fa:16:3e:7f:09:4f |\n[ 5.608679] cloud-init[790]: ci-info: +--------+------+---------------+---------------+-------------------+\n[ 5.611409] cloud-init[790]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\n[ 5.613930] cloud-init[790]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 5.616453] cloud-init[790]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 5.618989] cloud-init[790]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 5.622844] cloud-init[790]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG |\n[ 5.625445] cloud-init[790]: ci-info: | 1 | 169.254.169.254 | 192.168.120.3 | 255.255.255.255 | eth0 | UGH |\n[ 5.628330] cloud-init[790]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\n[ 5.630852] cloud-init[790]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[[32m OK [0m] Started Postfix Mail Transport Agent.\n[[32m OK [0m] Started PostgreSQL 9.5 database server.\n\nCentOS Linux 7 (Core)\nKernel 3.10.0-514.16.1.el7.x86_64 on an x86_64\n\ncloudify login: "} 2018-08-12 09:02:15,174 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/22b1203c-7862-4502-ae31-7a49d851bb62/action used request id req-b58aaf85-d308-4fb4-b68b-35a146df4f74 2018-08-12 09:02:15,174 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.117909908295s 2018-08-12 09:02:15,175 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/22b1203c-7862-4502-ae31-7a49d851bb62/action used request id req-b58aaf85-d308-4fb4-b68b-35a146df4f74 2018-08-12 09:02:15,176 - functest.core.singlevm - DEBUG - vm console: [H[J[1;1H[?25l[m[H[J[1;1H[20;7H[mUse the ^ and v keys to change the selection. Press 'e' to edit the selected item, or 'c' for a command prompt. [4;80H [7m[4;1H CentOS Linux (3.10.0-514.16.1.el7.x86_64) 7 (Core) [m[4;79H[m[m[5;1H CentOS Linux (3.10.0-327.28.3.el7.x86_64) 7 (Core) [m[5;79H[m[m[6;1H CentOS Linux (0-rescue-56d65f493d8f854534fe792ecf014b83) 7 (Core) [m[6;79H[m[m[7;1H [m[7;79H[m[m[8;1H [m[8;79H[m[m[9;1H [m[9;79H[m[m[10;1H [m[10;79H[m[m[11;1H [m[11;79H[m[m[12;1H [m[12;79H[m[m[13;1H [m[13;79H[m[m[14;1H [m[14;79H[m[m[15;1H [m[15;79H[m[m[16;1H [m[16;79H[m[m[17;1H [m[17;79H[m[m[18;1H [m[18;79H[m[18;80H [4;79H[22;1H The selected entry will be started automatically in 1s. [4;79H[22;1H The selected entry will be started automatically in 0s. [4;79H[?25h[H[J[1;1H[H[J[1;1H[ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.10.0-514.16.1.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #1 SMP Wed Apr 12 15:04:24 UTC 2017 [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8 [ 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-0x00000000bffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x00000000bffdc000-0x00000000bfffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x140000 max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] e820: last_pfn = 0xbffdc max_arch_pfn = 0x400000000 [ 0.000000] found SMP MP-table at [mem 0x000f6390-0x000f639f] mapped at [ffff8800000f6390] [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff] [ 0.000000] ACPI: RSDP 00000000000f6340 00014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 00000000bffe1351 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 00000000bffe11dd 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 00000000bffdfdc0 0141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 00000000bffdfd80 00040 [ 0.000000] ACPI: APIC 00000000bffe12d1 00080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000013fffffff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x13fffffff] [ 0.000000] NODE_DATA [mem 0x13ffd7000-0x13fffdfff] [ 0.000000] Reserving 161MB of memory at 656MB for crashkernel (System RAM: 4095MB) [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 1:3ff87001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 1752226919 cycles [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal [mem 0x100000000-0x13fffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0xbffdbfff] [ 0.000000] node 0: [mem 0x100000000-0x13fffffff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 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 2 CPUs, 0 hotplug CPUs [ 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] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff] [ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff] [ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff] [ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037 [ 0.000000] Policy zone: Normal [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100 [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form [ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2. [ 0.000000] NR_IRQS:327936 nr_irqs:440 0 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty0] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 16777216 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.326637] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912) [ 0.329037] pid_max: default: 32768 minimum: 301 [ 0.330401] Security Framework initialized [ 0.331661] SELinux: Initializing. [ 0.333075] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.338359] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.341631] Mount-cache hash table entries: 4096 [ 0.343262] Initializing cgroup subsys memory [ 0.344570] Initializing cgroup subsys devices [ 0.345842] Initializing cgroup subsys freezer [ 0.347141] Initializing cgroup subsys net_cls [ 0.348474] Initializing cgroup subsys blkio [ 0.349761] Initializing cgroup subsys perf_event [ 0.351128] Initializing cgroup subsys hugetlb [ 0.352442] Initializing cgroup subsys pids [ 0.353714] Initializing cgroup subsys net_prio [ 0.355122] CPU: Physical Processor ID: 0 [ 0.357112] mce: CPU supports 10 MCE banks [ 0.358420] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.359897] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.362261] tlb_flushall_shift: 6 [ 0.363589] Freeing SMP alternatives: 28k freed [ 0.367719] ACPI: Core revision 20130517 [ 0.369402] ACPI: All ACPI Tables successfully acquired [ 0.371067] ftrace: allocating 25812 entries in 101 pages [ 0.393993] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.395741] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.397463] smpboot: Max logical packages: 2 [ 0.398938] Enabling x2apic [ 0.399948] Enabled x2apic [ 0.401138] Switched APIC routing to physical x2apic. [ 0.403549] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.405213] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.408111] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.415779] KVM setup paravirtual spinlock [ 0.418226] smpboot: Booting Node 0, Processors #1 OK [ 0.419987] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.441786] Brought up 2 CPUs [ 0.441789] KVM setup async PF for cpu 1 [ 0.441792] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.445141] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.447444] devtmpfs: initialized [ 0.449836] EVM: security.selinux [ 0.450921] EVM: security.ima [ 0.451892] EVM: security.capability [ 0.453634] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.455356] pinctrl core: initialized pinctrl subsystem [ 0.456910] NET: Registered protocol family 16 [ 0.458368] ACPI: bus type PCI registered [ 0.459571] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.461276] PCI: Using configuration type 1 for base access [ 0.466078] ACPI: Added _OSI(Module Device) [ 0.467335] ACPI: Added _OSI(Processor Device) [ 0.468630] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.469970] ACPI: Added _OSI(Processor Aggregator Device) [ 0.472501] ACPI: Interpreter enabled [ 0.473618] ACPI: (supports S0 S5) [ 0.474651] ACPI: Using IOAPIC for interrupt routing [ 0.475957] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.480034] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.481526] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.483136] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.484742] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.487688] acpiphp: Slot [3] registered [ 0.488826] acpiphp: Slot [4] registered [ 0.489961] acpiphp: Slot [5] registered [ 0.491101] acpiphp: Slot [6] registered [ 0.492265] acpiphp: Slot [7] registered [ 0.493421] acpiphp: Slot [8] registered [ 0.494589] acpiphp: Slot [9] registered [ 0.495725] acpiphp: Slot [10] registered [ 0.496869] acpiphp: Slot [11] registered [ 0.498022] acpiphp: Slot [12] registered [ 0.499186] acpiphp: Slot [13] registered [ 0.500336] acpiphp: Slot [14] registered [ 0.501480] acpiphp: Slot [15] registered [ 0.502624] acpiphp: Slot [16] registered [ 0.503787] acpiphp: Slot [17] registered [ 0.504944] acpiphp: Slot [18] registered [ 0.506087] acpiphp: Slot [19] registered [ 0.507245] acpiphp: Slot [20] registered [ 0.508383] acpiphp: Slot [21] registered [ 0.509529] acpiphp: Slot [22] registered [ 0.510670] acpiphp: Slot [23] registered [ 0.511809] acpiphp: Slot [24] registered [ 0.512974] acpiphp: Slot [25] registered [ 0.514130] acpiphp: Slot [26] registered [ 0.515289] acpiphp: Slot [27] registered [ 0.516431] acpiphp: Slot [28] registered [ 0.517593] acpiphp: Slot [29] registered [ 0.518765] acpiphp: Slot [30] registered [ 0.519915] acpiphp: Slot [31] registered [ 0.521054] PCI host bridge to bus 0000:00 [ 0.522198] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.523632] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.525218] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.526793] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.528927] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.531060] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window] [ 0.535774] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.537467] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.539011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.540629] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.545054] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.547115] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.569196] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.571068] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.572849] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.574615] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.576674] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.578350] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.580053] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.582278] vgaarb: loaded [ 0.583215] vgaarb: bridge control possible 0000:00:02.0 [ 0.584700] SCSI subsystem initialized [ 0.585834] ACPI: bus type USB registered [ 0.587003] usbcore: registered new interface driver usbfs [ 0.588414] usbcore: registered new interface driver hub [ 0.589809] usbcore: registered new device driver usb [ 0.591293] PCI: Using ACPI for IRQ routing [ 0.592779] NetLabel: Initializing [ 0.593834] NetLabel: domain hash size = 128 [ 0.595041] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.596372] NetLabel: unlabeled traffic allowed by default [ 0.597900] Switched to clocksource kvm-clock [ 0.606238] pnp: PnP ACPI init [ 0.607201] ACPI: bus type PNP registered [ 0.608636] pnp: PnP ACPI: found 5 devices [ 0.609783] ACPI: bus type PNP unregistered [ 0.616918] NET: Registered protocol family 2 [ 0.618374] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.620679] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.622595] TCP: Hash tables configured (established 32768 bind 32768) [ 0.624228] TCP: reno registered [ 0.625254] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.626738] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.628407] NET: Registered protocol family 1 [ 0.629641] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.631068] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.632472] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.651961] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.671999] Unpacking initramfs... [ 1.100657] Freeing initrd memory: 37508k freed [ 1.109971] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.111569] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.114621] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.116156] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.117957] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.119403] Initialise system trusted keyring [ 1.120567] audit: initializing netlink socket (disabled) [ 1.121871] type=2000 audit(1534064524.263:1): initialized [ 1.138392] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.139847] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.142080] zpool: loaded [ 1.142966] zbud: loaded [ 1.143978] VFS: Disk quotas dquot_6.5.2 [ 1.145081] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.146684] msgmni has been set to 7578 [ 1.147808] Key type big_key registered [ 1.149525] NET: Registered protocol family 38 [ 1.150700] Key type asymmetric registered [ 1.151801] Asymmetric key parser 'x509' registered [ 1.153043] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.155093] io scheduler noop registered [ 1.156182] io scheduler deadline registered (default) [ 1.167243] io scheduler cfq registered [ 1.168390] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.169715] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.171310] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.173312] ACPI: Power Button [PWRF] [ 1.174433] GHES: HEST is not enabled! [ 1.175548] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.200011] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.201671] Non-volatile memory driver v1.3 [ 1.202804] Linux agpgart interface v0.103 [ 1.203996] crash memory driver: version 1.1 [ 1.205179] rdac: device handler registered [ 1.206346] hp_sw: device handler registered [ 1.207490] emc: device handler registered [ 1.208579] alua: device handler registered [ 1.209706] libphy: Fixed MDIO Bus: probed [ 1.210845] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.212325] ehci-pci: EHCI PCI platform driver [ 1.213482] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.214966] ohci-pci: OHCI PCI platform driver [ 1.216134] uhci_hcd: USB Universal Host Controller Interface driver [ 1.236097] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.237400] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.239411] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.240699] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.242125] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.243644] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.245619] usb usb1: Product: UHCI Host Controller [ 1.246834] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.248409] usb usb1: SerialNumber: 0000:00:01.2 [ 1.249658] hub 1-0:1.0: USB hub found [ 1.250728] hub 1-0:1.0: 2 ports detected [ 1.251957] usbcore: registered new interface driver usbserial [ 1.253351] usbcore: registered new interface driver usbserial_generic [ 1.254837] usbserial: USB Serial support registered for generic [ 1.256250] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.258956] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.260448] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.262049] mousedev: PS/2 mouse device common for all mice [ 1.263961] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.266713] rtc_cmos 00:00: RTC can wake from S4 [ 1.267496] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.268741] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.272908] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.274399] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.275913] cpuidle: using governor menu [ 1.277062] hidraw: raw HID events driver (C) Jiri Kosina [ 1.278450] usbcore: registered new interface driver usbhid [ 1.279777] usbhid: USB HID core driver [ 1.280884] drop_monitor: Initializing network drop monitor service [ 1.282367] TCP: cubic registered [ 1.283346] Initializing XFRM netlink socket [ 1.284539] NET: Registered protocol family 10 [ 1.285905] NET: Registered protocol family 17 [ 1.287276] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.288915] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.290324] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.292656] Loading compiled-in X.509 certificates [ 1.293894] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.296246] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.299006] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.301366] registered taskstats version 1 [ 1.304199] Key type trusted registered [ 1.306501] Key type encrypted registered [ 1.308739] IMA: No TPM chip found, activating TPM-bypass! [ 1.310450] rtc_cmos 00:00: setting system clock to 2018-08-12 09:02:03 UTC (1534064523) [ 1.313208] Freeing unused kernel memory: 1680k freed [ 1.318056] systemd[1]: systemd 219 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID +ELFUTILS +KMOD +IDN) [ 1.322988] systemd[1]: Detected virtualization kvm. [ 1.324463] systemd[1]: Detected architecture x86-64. [ 1.325957] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.328893] systemd[1]: No hostname configured. [ 1.330291] systemd[1]: Set hostname to . [ 1.331810] systemd[1]: Initializing machine ID from KVM UUID. [[32m OK [0m] Created slice Root Slice. [ 1.356638] systemd[1]: Created slice Root Slice. [ 1.358085] systemd[1]: Starting Root Slice. [[32m OK [0m] Reached target Timers. [ 1.360406] systemd[1]: Reached target Timers. [ 1.361768] systemd[1]: Starting Timers. [[32m OK [0m] Reached target Swap. [ 1.363944] systemd[1]: Reached target Swap. [ 1.365297] systemd[1]: Starting Swap. [[32m OK [0m] Listening on udev Kernel Socket. [ 1.367598] systemd[1]: Listening on udev Kernel Socket. [ 1.369158] systemd[1]: Starting udev Kernel Socket. [ 1.370654] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.373144] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Reached target Local File Systems. [ 1.376681] systemd[1]: Reached target Local File Systems. [ 1.378259] systemd[1]: Starting Local File Systems. [[32m OK [0m] Listening on Journal Socket. [ 1.380768] systemd[1]: Listening on Journal Socket. [ 1.382242] systemd[1]: Starting Journal Socket. [[32m OK [0m] Created slice System Slice. [ 1.384526] systemd[1]: Created slice System Slice. [ 1.385770] systemd[1]: Starting System Slice. [[32m OK [0m] Reached target Slices. [ 1.387699] systemd[1]: Reached target Slices. [ 1.388884] systemd[1]: Starting Slices. [ 1.390376] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [ 1.392722] 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... [ 1.396602] systemd[1]: Starting Journal Service... Starting Journal Service... [[32m OK [0m] Listening on udev Control Socket. [ 1.399808] systemd[1]: Listening on udev Control Socket. [ 1.401154] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Reached target Sockets. [ 1.403516] systemd[1]: Reached target Sockets. [ 1.404713] systemd[1]: Starting Sockets. [[32m OK [0m] Reached target Paths. [ 1.406590] systemd[1]: Reached target Paths. [ 1.407759] systemd[1]: Starting Paths. [ 1.409112] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [[32m OK [0m] Started Journal Service. [ 1.412276] systemd[1]: Started Journal Service. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. Starting Create Static Device Nodes in /dev... [[32m OK [0m] Started Apply Kernel Variables. [[32m OK [0m] Started Create Static Device Nodes in /dev. [[32m OK [0m] Started dracut cmdline hook. Starting dracut pre-udev hook... [ 1.465293] RPC: Registered named UNIX socket transport module. [ 1.466682] RPC: Registered udp transport module. [ 1.467859] RPC: Registered tcp transport module. [ 1.469035] RPC: Registered tcp NFSv4.1 backchannel transport module. [[32m OK [0m] Started dracut pre-udev hook. Starting udev Kernel Device Manager... [[32m OK [0m] Started udev Kernel Device Manager. Starting dracut pre-trigger hook... [[32m OK [0m] Started dracut pre-trigger hook. Starting udev Coldplug all Devices... Mounting Configuration File System... [[32m OK [0m] Mounted Configuration File System. [ 1.555943] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.562229] FDC 0 is a S82078B [[32m OK [0m] Started udev Coldplug all Devices. Starting dracut initqueue hook... [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Basic System. [ 1.586161] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.627163] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.632569] scsi host0: ata_piix [ 1.633805] vda: vda1 [ 1.634573] scsi host1: ata_piix [ 1.634608] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.634609] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [[32m OK [0m] Found device /dev/disk/by-uuid/f13d84b4-c756-4d89-9d5e-6b534397aa14. Starting File System Check on /dev/...4-c756-4d89-9d5e-6b534397aa14... [[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14. [ 1.707481] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.709652] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.711849] usb 1-1: Product: QEMU USB Tablet [ 1.713385] usb 1-1: Manufacturer: QEMU [ 1.714634] usb 1-1: SerialNumber: 42 [ 1.724786] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 1.727433] 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 [[32m OK [0m] Started dracut initqueue hook. [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. Mounting /sysroot... [ 1.809462] SGI XFS with ACLs, security attributes, no debug enabled [ 1.812314] XFS (vda1): Mounting V4 Filesystem [ 1.840262] XFS (vda1): Ending clean mount [[32m OK [0m] Mounted /sysroot. [[32m OK [0m] Reached target Initrd Root File System. Starting Reload Configuration from the Real Root... [[32m OK [0m] Started Reload Configuration from the Real Root. [[32m OK [0m] Reached target Initrd File Systems. [[32m OK [0m] Reached target Initrd Default Target. Starting dracut pre-pivot and cleanup hook... [[32m OK [0m] Started dracut pre-pivot and cleanup hook. Starting Cleaning Up and Shutting Down Daemons... [[32m OK [0m] Stopped target Timers. [[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons. [[32m OK [0m] Stopped dracut pre-pivot and cleanup hook. Stopping dracut pre-pivot and cleanup hook... [[32m OK [0m] Stopped target Initrd Default Target. [[32m OK [0m] Stopped target Basic System. [[32m OK [0m] Stopped target Sockets. [[32m OK [0m] Stopped target Paths. [[32m OK [0m] Stopped target Slices. [[32m OK [0m] Stopped target System Initialization. [[32m OK [0m] Stopped target Swap. [[32m OK [0m] Stopped Apply Kernel Variables. Stopping Apply Kernel Variables... [[32m OK [0m] Stopped target Local File Systems. [[32m OK [0m] Stopped target Remote File Systems. [[32m OK [0m] Stopped target Remote File Systems (Pre). [[32m OK [0m] Stopped dracut initqueue hook. Stopping dracut initqueue hook... [[32m OK [0m] Stopped udev Coldplug all Devices. Stopping udev Coldplug all Devices... [[32m OK [0m] Stopped dracut pre-trigger hook. Stopping dracut pre-trigger hook... Stopping udev Kernel Device Manager... [[32m OK [0m] Stopped udev Kernel Device Manager. [[32m OK [0m] Stopped Create Static Device Nodes in /dev. Stopping Create Static Device Nodes in /dev... [[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel. Stopping Create list of required st... nodes for the current kernel... [[32m OK [0m] Stopped dracut pre-udev hook. Stopping dracut pre-udev hook... [[32m OK [0m] Stopped dracut cmdline hook. Stopping dracut cmdline hook... [[32m OK [0m] Closed udev Kernel Socket. [[32m OK [0m] Closed udev Control Socket. Starting Cleanup udevd DB... [[32m OK [0m] Started Cleanup udevd DB. [[32m OK [0m] Reached target Switch Root. Starting Switch Root... [ 2.066534] systemd-journald[112]: Received SIGTERM from PID 1 (systemd). [ 2.115933] tsc: Refined TSC clocksource calibration: 3491.847 MHz [ 2.239428] SELinux: Disabled at runtime. [ 2.277920] type=1404 audit(1534064524.467:2): selinux=0 auid=4294967295 ses=4294967295 [ 2.303241] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.304746] systemd[1]: Inserted module 'ip_tables' Welcome to [0;31mCentOS Linux 7 (Core)[0m! [[32m OK [0m] Stopped Switch Root. [[32m OK [0m] Listening on udev Control Socket. [[32m OK [0m] Created slice system-serial\x2dgetty.slice. [[32m OK [0m] Stopped target Switch Root. [[32m OK [0m] Stopped target Initrd Root File System. [[32m OK [0m] Stopped File System Check on Root Device. Stopping File System Check on Root Device... [[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [[32m OK [0m] Created slice User and Session Slice. Starting Create list of required st... nodes for the current kernel... [[32m OK [0m] Stopped Journal Service. Starting Journal Service... [[32m OK [0m] Reached target Encrypted Volumes. [[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. Mounting POSIX Message Queue File System... Starting Apply Kernel Variables... [[32m OK [0m] Reached target Slices. Mounting Debug File System... [[32m OK [0m] Stopped target Initrd File Systems. Mounting Huge Pages File System... Starting Remount Root and Kernel File Systems... [[32m OK [0m] Listening on udev Kernel Socket. Starting Setup Virtual Console... [[32m OK [0m] Created slice system-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice. [[32m OK [0m] Listening on Delayed Shutdown Socket. [[32m OK [0m] Reached target Swap. Mounting NFSD configuration filesystem... [[32m OK [0m] Created slice system-getty.slice. [[32m OK [0m] Started Journal Service. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [[32m OK [0m] Started Apply Kernel Variables. Starting Create Static Device Nodes in /dev... [[32m OK [0m] Mounted Huge Pages File System. [[32m OK [0m] Mounted Debug File System. [[32m OK [0m] Mounted POSIX Message Queue File System. [[32m OK [0m] Started Remount Root and Kernel File Systems. Starting Load/Save Random Seed... Starting Configure read-only root support... Starting Flush Journal to Persistent Storage... Starting Rebuild Hardware Database... [[32m OK [0m] Started Load/Save Random Seed. [ 2.548701] systemd-journald[384]: Received request to flush runtime journal from PID 1 [[32m OK [0m] Started Flush Journal to Persistent Storage. [[32m OK [0m] Started Create Static Device Nodes in /dev. Starting udev Kernel Device Manager... [[ 2.604131] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). [32m OK [0m] Reached target Local File Systems (Pre). [[32m OK [0m] Mounted NFSD configuration filesystem. [[32m OK [0m] Started Configure read-only root support. [[32m OK [0m] Reached target Local File Systems. Starting Preprocess NFS configuration... Starting Import network configuration from initramfs... Starting Rebuild Journal Catalog... Starting Mark the need to relabel after reboot... [[32m OK [0m] Started Mark the need to relabel after reboot. [[32m OK [0m] Started Rebuild Journal Catalog. [[32m OK [0m] Started Preprocess NFS configuration. [[32m OK [0m] Started udev Kernel Device Manager. [[32m OK [0m] Started Import network configuration from initramfs. Starting Create Volatile Files and Directories... [[32m OK [0m] Started Create Volatile Files and Directories. Starting Security Auditing Service... [[32m OK [0m] Started Setup Virtual Console. [ 2.681795] type=1305 audit(1534064524.870:3): audit_pid=439 old=0 auid=4294967295 ses=4294967295 res=1 [[32m OK [0m] Started Security Auditing Service. Starting Update UTMP about System Boot/Shutdown... [[32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[32m OK [0m] Started Rebuild Hardware Database. Starting Update is Completed... Starting udev Coldplug all Devices... [[32m OK [0m] Started Update is Completed. [[32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Listening on RPCbind Server Activation Socket. [[32m OK [0m] Listening on D-Bus System Message Bus Socket. [[32m OK [0m] Reached target Sockets. [[32m OK [0m] Reached target Paths. [[32m OK [0m] Reached target Basic System. Starting GSSAPI Proxy Daemon... Starting Login Service... Starting LSB: Bring up/down networking... Starting Initial cloud-init job (pre-networking)... Starting NTP client/server... Starting Authorization Manager... Starting Dump dmesg to /var/log/dmesg... [[32m OK [0m[ 2.903450] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0 ] Started D-Bus System Message Bus. [ 2.911172] input: PC Speaker as /devices/platform/pcspkr/input/input5 [ 2.940928] [drm] Initialized drm 1.1.0 20060810 Starting D-Bus System Message Bus... [ 2.959325] ppdev: user-space parallel port driver [[32m OK [0m] Started irqbalance daemon. Starting irqbala[ 2.963107] [TTM] Zone kernel: Available graphics memory: 1940960 kiB nce daemon... [ 2.964789] [TTM] Initializing pool allocator [ 2.965165] [TTM] Initializing DMA pool allocator [ 2.965440] [drm] fb mappable at 0xFC000000 [ 2.965440] [drm] vram aper at 0xFC000000 [[32m OK [0m] Reached target Timers. [ 2.965440] [drm] size 33554432 [ 2.965441] [drm] fb depth is 24 [ 2.965441] [drm] pitch is 3072 [ 2.970160] fbcon: cirrusdrmfb (fb0) is primary device [ 2.991833] Console: switching to colour frame buffer device 128x48 [ 3.005245] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device [[32m OK [0m] Started GSSAPI Proxy Daemon. [[32m OK [0m] Started Dump dmesg to /var/log/dmesg. [[32m OK [0m] Found device /dev/ttyS0. [[32m OK [0m] Started NTP client/server. [ 3.025306] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 [[32m OK [0m] Reached target NFS client services. [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. Starting Permit User Sessions... [[32m OK [0m] Started Authorization Manager. [[32m OK [0m] Started Login Service. [[32m OK [0m] Started Permit User Sessions. [[32m OK [0m] Started Getty on tty1. Starting Getty on tty1... [[32m OK [0m] Started Serial Getty on ttyS0. Starting Serial Getty on ttyS0... [[32m OK [0m] Reached target Login Prompts. [ 3.070783] AES CTR mode by8 optimization enabled [[32m OK [0m] Started Command Scheduler. Starting Command Scheduler... [ 3.095936] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) [ 3.102210] alg: No test for crc32 (crc32-pclmul) [ 3.105910] intel_rapl: no valid rapl domains found in package 0 [ 3.144503] intel_powerclamp: No package C-state available [ 3.150250] intel_powerclamp: No package C-state availableintel_powerclamp: No package C-state available[ 3.120584] cloud-init[474]: Cloud-init v. 0.7.5 running 'init-local' at Sun, 12 Aug 2018 09:02:05 +0000. Up 3.08 seconds. [[32m OK [0m] Started Initial cloud-init job (pre-networking). [[32m OK [0m] Started LSB: Bring up/down networking. [[32m OK [0m] Reached target Network. Starting Initial cloud-init job (metadata service crawler)... Starting System Logging Service... [[32m OK [0m] Reached target Network is Online. [[32m OK [0m] Started Cloudify REST Service. Starting Cloudify REST Service... Starting RabbitMQ Service... Starting LSB: Starts Logstash as a daemon.... Starting LSB: Supports the direct execution of binary formats.... [[32m OK [0m] Started Cloudify Stage Service. Starting Cloudify Stage Service... [[32m OK [0m] Started InfluxDB Service. Starting InfluxDB Service... Starting Crash recovery kernel arming... Starting Postfix Mail Transport Agent... Starting OpenSSH server daemon... Starting Dynamic System Tuning Daemon... Starting PostgreSQL 9.5 database server... Starting nginx - high performance web server... Starting Notify NFS peers of a restart... [[32m OK [0m] Started LSB: Starts Logstash as a daemon.. [[32m OK [0m] Started Notify NFS peers of a restart. Mounting Arbitrary Executable File Formats File System... [[32m OK [0m] Started OpenSSH server daemon. [[32m OK [0m] Mounted Arbitrary Executable File Formats File System. [[32m OK [0m] Started nginx - high performance web server. [[32m OK [0m] Started LSB: Supports the direct execution of binary formats.. [[32m OK [0m] Created slice user-993.slice. [[32m OK [0m] Started Dynamic System Tuning Daemon. [ 5.537653] cloud-init[790]: Cloud-init v. 0.7.5 running 'init' at Sun, 12 Aug 2018 09:02:08 +0000. Up 5.50 seconds. [ 5.590256] cloud-init[790]: ci-info: +++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ [ 5.594246] cloud-init[790]: ci-info: +--------+------+---------------+---------------+-------------------+ [ 5.599339] cloud-init[790]: ci-info: | Device | Up | Address | Mask | Hw-Address | [ 5.601740] cloud-init[790]: ci-info: +--------+------+---------------+---------------+-------------------+ [ 5.604048] cloud-init[790]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . | [ 5.606372] cloud-init[790]: ci-info: | eth0: | True | 192.168.120.8 | 255.255.255.0 | fa:16:3e:7f:09:4f | [ 5.608679] cloud-init[790]: ci-info: +--------+------+---------------+---------------+-------------------+ [ 5.611409] cloud-init[790]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ [ 5.613930] cloud-init[790]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 5.616453] cloud-init[790]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 5.618989] cloud-init[790]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 5.622844] cloud-init[790]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG | [ 5.625445] cloud-init[790]: ci-info: | 1 | 169.254.169.254 | 192.168.120.3 | 255.255.255.255 | eth0 | UGH | [ 5.628330] cloud-init[790]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | [ 5.630852] cloud-init[790]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [[32m OK [0m] Started Postfix Mail Transport Agent. [[32m OK [0m] Started PostgreSQL 9.5 database server. CentOS Linux 7 (Core) Kernel 3.10.0-514.16.1.el7.x86_64 on an x86_64 cloudify login: 2018-08-12 09:02:15,180 - paramiko.transport - DEBUG - starting thread (client mode): 0x83001d0L 2018-08-12 09:02:15,181 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-12 09:02:15,189 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1 2018-08-12 09:02:15,189 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1) 2018-08-12 09:02:15,196 - 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-group-exchange-sha1', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] server encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] client mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', 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-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] server mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', 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-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] 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 09:02:15,197 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-12 09:02:15,197 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-12 09:02:15,197 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-12 09:02:15,197 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-12 09:02:15,197 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-12 09:02:15,207 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-12 09:02:15,208 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-12 09:02:15,213 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 172.30.9.200: 4c1f7c71f5a98b8370f02ab218eae423 2018-08-12 09:02:15,214 - paramiko.transport - DEBUG - Trying discovered key 815d85f419f8e509f9ffe242f3e5f7d9 in /tmp/tmp2SMb7l 2018-08-12 09:02:15,253 - paramiko.transport - DEBUG - userauth is OK 2018-08-12 09:02:25,294 - paramiko.transport - INFO - Authentication (publickey) failed. 2018-08-12 09:02:25,330 - paramiko.transport - DEBUG - Trying discovered key 53a32704d80d9fa5426a394ad4fcf413 in /root/.ssh/id_rsa 2018-08-12 09:02:25,331 - paramiko.transport - DEBUG - userauth is OK 2018-08-12 09:02:25,338 - paramiko.transport - INFO - Authentication (publickey) failed. 2018-08-12 09:02:25,346 - functest.core.singlevm - DEBUG - try 2: cannot connect to 172.30.9.200: Authentication failed. 2018-08-12 09:02:34,356 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-12 09:02:34,359 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/22b1203c-7862-4502-ae31-7a49d851bb62/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}274a41a9ca43f2806738ff12dfc9d252bd5f1f34" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 09:02:34,472 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:02: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-1f542d6e-0975-4f7b-a388-1e5367f1f0fb x-compute-request-id: req-1f542d6e-0975-4f7b-a388-1e5367f1f0fb Content-Encoding: gzip Content-Length: 11757 Content-Type: application/json RESP BODY: {"output": "[H[J[1;1H[?25l[m[H[J[1;1H[20;7H[mUse the ^ and v keys to change the selection. \n Press 'e' to edit the selected item, or 'c' for a command prompt. [4;80H [7m[4;1H CentOS Linux (3.10.0-514.16.1.el7.x86_64) 7 (Core) [m[4;79H[m[m[5;1H CentOS Linux (3.10.0-327.28.3.el7.x86_64) 7 (Core) [m[5;79H[m[m[6;1H CentOS Linux (0-rescue-56d65f493d8f854534fe792ecf014b83) 7 (Core) [m[6;79H[m[m[7;1H [m[7;79H[m[m[8;1H [m[8;79H[m[m[9;1H [m[9;79H[m[m[10;1H [m[10;79H[m[m[11;1H [m[11;79H[m[m[12;1H [m[12;79H[m[m[13;1H [m[13;79H[m[m[14;1H [m[14;79H[m[m[15;1H [m[15;79H[m[m[16;1H [m[16;79H[m[m[17;1H [m[17;79H[m[m[18;1H [m[18;79H[m[18;80H [4;79H[22;1H The selected entry will be started automatically in 1s. [4;79H[22;1H The selected entry will be started automatically in 0s. [4;79H[?25h[H[J[1;1H[H[J[1;1H[ 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 3.10.0-514.16.1.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #1 SMP Wed Apr 12 15:04:24 UTC 2017\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8\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-0x00000000bffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x00000000bffdc000-0x00000000bfffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable\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 = 0x140000 max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] e820: last_pfn = 0xbffdc max_arch_pfn = 0x400000000\n[ 0.000000] found SMP MP-table at [mem 0x000f6390-0x000f639f] mapped at [ffff8800000f6390]\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff]\n[ 0.000000] ACPI: RSDP 00000000000f6340 00014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 00000000bffe1351 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 00000000bffe11dd 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 00000000bffdfdc0 0141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 00000000bffdfd80 00040\n[ 0.000000] ACPI: APIC 00000000bffe12d1 00080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000013fffffff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x13fffffff]\n[ 0.000000] NODE_DATA [mem 0x13ffd7000-0x13fffdfff]\n[ 0.000000] Reserving 161MB of memory at 656MB for crashkernel (System RAM: 4095MB)\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 1:3ff87001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 1752226919 cycles\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal [mem 0x100000000-0x13fffffff]\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0xbffdbfff]\n[ 0.000000] node 0: [mem 0x100000000-0x13fffffff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\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 2 CPUs, 0 hotplug CPUs\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] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff]\n[ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037\n[ 0.000000] Policy zone: Normal\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form\n[ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2.\n[ 0.000000] NR_IRQS:327936 nr_irqs:440 0\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty0] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 16777216 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.326637] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912)\n[ 0.329037] pid_max: default: 32768 minimum: 301\n[ 0.330401] Security Framework initialized\n[ 0.331661] SELinux: Initializing.\n[ 0.333075] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.338359] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.341631] Mount-cache hash table entries: 4096\n[ 0.343262] Initializing cgroup subsys memory\n[ 0.344570] Initializing cgroup subsys devices\n[ 0.345842] Initializing cgroup subsys freezer\n[ 0.347141] Initializing cgroup subsys net_cls\n[ 0.348474] Initializing cgroup subsys blkio\n[ 0.349761] Initializing cgroup subsys perf_event\n[ 0.351128] Initializing cgroup subsys hugetlb\n[ 0.352442] Initializing cgroup subsys pids\n[ 0.353714] Initializing cgroup subsys net_prio\n[ 0.355122] CPU: Physical Processor ID: 0\n[ 0.357112] mce: CPU supports 10 MCE banks\n[ 0.358420] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.359897] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.362261] tlb_flushall_shift: 6\n[ 0.363589] Freeing SMP alternatives: 28k freed\n[ 0.367719] ACPI: Core revision 20130517\n[ 0.369402] ACPI: All ACPI Tables successfully acquired\n[ 0.371067] ftrace: allocating 25812 entries in 101 pages\n[ 0.393993] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.395741] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.397463] smpboot: Max logical packages: 2\n[ 0.398938] Enabling x2apic\n[ 0.399948] Enabled x2apic\n[ 0.401138] Switched APIC routing to physical x2apic.\n[ 0.403549] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.405213] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.408111] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.415779] KVM setup paravirtual spinlock\n[ 0.418226] smpboot: Booting Node 0, Processors #1 OK\n[ 0.419987] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.441786] Brought up 2 CPUs\n[ 0.441789] KVM setup async PF for cpu 1\n[ 0.441792] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.445141] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.447444] devtmpfs: initialized\n[ 0.449836] EVM: security.selinux\n[ 0.450921] EVM: security.ima\n[ 0.451892] EVM: security.capability\n[ 0.453634] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.455356] pinctrl core: initialized pinctrl subsystem\n[ 0.456910] NET: Registered protocol family 16\n[ 0.458368] ACPI: bus type PCI registered\n[ 0.459571] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.461276] PCI: Using configuration type 1 for base access\n[ 0.466078] ACPI: Added _OSI(Module Device)\n[ 0.467335] ACPI: Added _OSI(Processor Device)\n[ 0.468630] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.469970] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.472501] ACPI: Interpreter enabled\n[ 0.473618] ACPI: (supports S0 S5)\n[ 0.474651] ACPI: Using IOAPIC for interrupt routing\n[ 0.475957] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.480034] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.481526] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.483136] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.484742] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.487688] acpiphp: Slot [3] registered\n[ 0.488826] acpiphp: Slot [4] registered\n[ 0.489961] acpiphp: Slot [5] registered\n[ 0.491101] acpiphp: Slot [6] registered\n[ 0.492265] acpiphp: Slot [7] registered\n[ 0.493421] acpiphp: Slot [8] registered\n[ 0.494589] acpiphp: Slot [9] registered\n[ 0.495725] acpiphp: Slot [10] registered\n[ 0.496869] acpiphp: Slot [11] registered\n[ 0.498022] acpiphp: Slot [12] registered\n[ 0.499186] acpiphp: Slot [13] registered\n[ 0.500336] acpiphp: Slot [14] registered\n[ 0.501480] acpiphp: Slot [15] registered\n[ 0.502624] acpiphp: Slot [16] registered\n[ 0.503787] acpiphp: Slot [17] registered\n[ 0.504944] acpiphp: Slot [18] registered\n[ 0.506087] acpiphp: Slot [19] registered\n[ 0.507245] acpiphp: Slot [20] registered\n[ 0.508383] acpiphp: Slot [21] registered\n[ 0.509529] acpiphp: Slot [22] registered\n[ 0.510670] acpiphp: Slot [23] registered\n[ 0.511809] acpiphp: Slot [24] registered\n[ 0.512974] acpiphp: Slot [25] registered\n[ 0.514130] acpiphp: Slot [26] registered\n[ 0.515289] acpiphp: Slot [27] registered\n[ 0.516431] acpiphp: Slot [28] registered\n[ 0.517593] acpiphp: Slot [29] registered\n[ 0.518765] acpiphp: Slot [30] registered\n[ 0.519915] acpiphp: Slot [31] registered\n[ 0.521054] PCI host bridge to bus 0000:00\n[ 0.522198] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.523632] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.525218] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.526793] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.528927] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.531060] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window]\n[ 0.535774] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.537467] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.539011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.540629] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.545054] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.547115] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.569196] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.571068] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.572849] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.574615] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.576674] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.578350] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.580053] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.582278] vgaarb: loaded\n[ 0.583215] vgaarb: bridge control possible 0000:00:02.0\n[ 0.584700] SCSI subsystem initialized\n[ 0.585834] ACPI: bus type USB registered\n[ 0.587003] usbcore: registered new interface driver usbfs\n[ 0.588414] usbcore: registered new interface driver hub\n[ 0.589809] usbcore: registered new device driver usb\n[ 0.591293] PCI: Using ACPI for IRQ routing\n[ 0.592779] NetLabel: Initializing\n[ 0.593834] NetLabel: domain hash size = 128\n[ 0.595041] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.596372] NetLabel: unlabeled traffic allowed by default\n[ 0.597900] Switched to clocksource kvm-clock\n[ 0.606238] pnp: PnP ACPI init\n[ 0.607201] ACPI: bus type PNP registered\n[ 0.608636] pnp: PnP ACPI: found 5 devices\n[ 0.609783] ACPI: bus type PNP unregistered\n[ 0.616918] NET: Registered protocol family 2\n[ 0.618374] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.620679] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.622595] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.624228] TCP: reno registered\n[ 0.625254] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.626738] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.628407] NET: Registered protocol family 1\n[ 0.629641] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.631068] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.632472] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.651961] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.671999] Unpacking initramfs...\n[ 1.100657] Freeing initrd memory: 37508k freed\n[ 1.109971] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.111569] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.114621] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.116156] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.117957] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.119403] Initialise system trusted keyring\n[ 1.120567] audit: initializing netlink socket (disabled)\n[ 1.121871] type=2000 audit(1534064524.263:1): initialized\n[ 1.138392] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.139847] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.142080] zpool: loaded\n[ 1.142966] zbud: loaded\n[ 1.143978] VFS: Disk quotas dquot_6.5.2\n[ 1.145081] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.146684] msgmni has been set to 7578\n[ 1.147808] Key type big_key registered\n[ 1.149525] NET: Registered protocol family 38\n[ 1.150700] Key type asymmetric registered\n[ 1.151801] Asymmetric key parser 'x509' registered\n[ 1.153043] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.155093] io scheduler noop registered\n[ 1.156182] io scheduler deadline registered (default)\n[ 1.167243] io scheduler cfq registered\n[ 1.168390] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.169715] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.171310] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.173312] ACPI: Power Button [PWRF]\n[ 1.174433] GHES: HEST is not enabled!\n[ 1.175548] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.200011] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.201671] Non-volatile memory driver v1.3\n[ 1.202804] Linux agpgart interface v0.103\n[ 1.203996] crash memory driver: version 1.1\n[ 1.205179] rdac: device handler registered\n[ 1.206346] hp_sw: device handler registered\n[ 1.207490] emc: device handler registered\n[ 1.208579] alua: device handler registered\n[ 1.209706] libphy: Fixed MDIO Bus: probed\n[ 1.210845] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.212325] ehci-pci: EHCI PCI platform driver\n[ 1.213482] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.214966] ohci-pci: OHCI PCI platform driver\n[ 1.216134] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.236097] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.237400] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.239411] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.240699] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.242125] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.243644] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.245619] usb usb1: Product: UHCI Host Controller\n[ 1.246834] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.248409] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.249658] hub 1-0:1.0: USB hub found\n[ 1.250728] hub 1-0:1.0: 2 ports detected\n[ 1.251957] usbcore: registered new interface driver usbserial\n[ 1.253351] usbcore: registered new interface driver usbserial_generic\n[ 1.254837] usbserial: USB Serial support registered for generic\n[ 1.256250] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.258956] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.260448] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.262049] mousedev: PS/2 mouse device common for all mice\n[ 1.263961] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.266713] rtc_cmos 00:00: RTC can wake from S4\n[ 1.267496] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.268741] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.272908] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.274399] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.275913] cpuidle: using governor menu\n[ 1.277062] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.278450] usbcore: registered new interface driver usbhid\n[ 1.279777] usbhid: USB HID core driver\n[ 1.280884] drop_monitor: Initializing network drop monitor service\n[ 1.282367] TCP: cubic registered\n[ 1.283346] Initializing XFRM netlink socket\n[ 1.284539] NET: Registered protocol family 10\n[ 1.285905] NET: Registered protocol family 17\n[ 1.287276] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.288915] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.290324] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.292656] Loading compiled-in X.509 certificates\n[ 1.293894] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.296246] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.299006] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.301366] registered taskstats version 1\n[ 1.304199] Key type trusted registered\n[ 1.306501] Key type encrypted registered\n[ 1.308739] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.310450] rtc_cmos 00:00: setting system clock to 2018-08-12 09:02:03 UTC (1534064523)\n[ 1.313208] Freeing unused kernel memory: 1680k freed\n[ 1.318056] systemd[1]: systemd 219 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID +ELFUTILS +KMOD +IDN)\n[ 1.322988] systemd[1]: Detected virtualization kvm.\n[ 1.324463] systemd[1]: Detected architecture x86-64.\n[ 1.325957] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.328893] systemd[1]: No hostname configured.\n[ 1.330291] systemd[1]: Set hostname to .\n[ 1.331810] systemd[1]: Initializing machine ID from KVM UUID.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.356638] systemd[1]: Created slice Root Slice.\n[ 1.358085] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Reached target Timers.\n[ 1.360406] systemd[1]: Reached target Timers.\n[ 1.361768] systemd[1]: Starting Timers.\n[[32m OK [0m] Reached target Swap.\n[ 1.363944] systemd[1]: Reached target Swap.\n[ 1.365297] systemd[1]: Starting Swap.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.367598] systemd[1]: Listening on udev Kernel Socket.\n[ 1.369158] systemd[1]: Starting udev Kernel Socket.\n[ 1.370654] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.373144] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.376681] systemd[1]: Reached target Local File Systems.\n[ 1.378259] systemd[1]: Starting Local File Systems.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.380768] systemd[1]: Listening on Journal Socket.\n[ 1.382242] systemd[1]: Starting Journal Socket.\n[[32m OK [0m] Created slice System Slice.\n[ 1.384526] systemd[1]: Created slice System Slice.\n[ 1.385770] systemd[1]: Starting System Slice.\n[[32m OK [0m] Reached target Slices.\n[ 1.387699] systemd[1]: Reached target Slices.\n[ 1.388884] systemd[1]: Starting Slices.\n[ 1.390376] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[ 1.392722] 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[ 1.396602] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.399808] systemd[1]: Listening on udev Control Socket.\n[ 1.401154] systemd[1]: Starting udev Control Socket.\n[[32m OK [0m] Reached target Sockets.\n[ 1.403516] systemd[1]: Reached target Sockets.\n[ 1.404713] systemd[1]: Starting Sockets.\n[[32m OK [0m] Reached target Paths.\n[ 1.406590] systemd[1]: Reached target Paths.\n[ 1.407759] systemd[1]: Starting Paths.\n[ 1.409112] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[[32m OK [0m] Started Journal Service.\n[ 1.412276] systemd[1]: Started Journal Service.\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n Starting Create Static Device Nodes in /dev...\n[[32m OK [0m] Started Apply Kernel Variables.\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n[[32m OK [0m] Started dracut cmdline hook.\n Starting dracut pre-udev hook...\n[ 1.465293] RPC: Registered named UNIX socket transport module.\n[ 1.466682] RPC: Registered udp transport module.\n[ 1.467859] RPC: Registered tcp transport module.\n[ 1.469035] RPC: Registered tcp NFSv4.1 backchannel transport module.\n[[32m OK [0m] Started dracut pre-udev hook.\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Started udev Kernel Device Manager.\n Starting dracut pre-trigger hook...\n[[32m OK [0m] Started dracut pre-trigger hook.\n Starting udev Coldplug all Devices...\n Mounting Configuration File System...\n[[32m OK [0m] Mounted Configuration File System.\n[ 1.555943] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.562229] FDC 0 is a S82078B\n[[32m OK [0m] Started udev Coldplug all Devices.\n Starting dracut initqueue hook...\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Basic System.\n[ 1.586161] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.627163] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.632569] scsi host0: ata_piix\n[ 1.633805] vda: vda1\n[ 1.634573] scsi host1: ata_piix\n[ 1.634608] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.634609] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[[32m OK [0m] Found device /dev/disk/by-uuid/f13d84b4-c756-4d89-9d5e-6b534397aa14.\n Starting File System Check on /dev/...4-c756-4d89-9d5e-6b534397aa14...\n[[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14.\n[ 1.707481] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.709652] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.711849] usb 1-1: Product: QEMU USB Tablet\n[ 1.713385] usb 1-1: Manufacturer: QEMU\n[ 1.714634] usb 1-1: SerialNumber: 42\n[ 1.724786] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 1.727433] 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[[32m OK [0m] Started dracut initqueue hook.\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n Mounting /sysroot...\n[ 1.809462] SGI XFS with ACLs, security attributes, no debug enabled\n[ 1.812314] XFS (vda1): Mounting V4 Filesystem\n[ 1.840262] XFS (vda1): Ending clean mount\n[[32m OK [0m] Mounted /sysroot.\n[[32m OK [0m] Reached target Initrd Root File System.\n Starting Reload Configuration from the Real Root...\n[[32m OK [0m] Started Reload Configuration from the Real Root.\n[[32m OK [0m] Reached target Initrd File Systems.\n[[32m OK [0m] Reached target Initrd Default Target.\n Starting dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Started dracut pre-pivot and cleanup hook.\n Starting Cleaning Up and Shutting Down Daemons...\n[[32m OK [0m] Stopped target Timers.\n[[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons.\n[[32m OK [0m] Stopped dracut pre-pivot and cleanup hook.\n Stopping dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Stopped target Initrd Default Target.\n[[32m OK [0m] Stopped target Basic System.\n[[32m OK [0m] Stopped target Sockets.\n[[32m OK [0m] Stopped target Paths.\n[[32m OK [0m] Stopped target Slices.\n[[32m OK [0m] Stopped target System Initialization.\n[[32m OK [0m] Stopped target Swap.\n[[32m OK [0m] Stopped Apply Kernel Variables.\n Stopping Apply Kernel Variables...\n[[32m OK [0m] Stopped target Local File Systems.\n[[32m OK [0m] Stopped target Remote File Systems.\n[[32m OK [0m] Stopped target Remote File Systems (Pre).\n[[32m OK [0m] Stopped dracut initqueue hook.\n Stopping dracut initqueue hook...\n[[32m OK [0m] Stopped udev Coldplug all Devices.\n Stopping udev Coldplug all Devices...\n[[32m OK [0m] Stopped dracut pre-trigger hook.\n Stopping dracut pre-trigger hook...\n Stopping udev Kernel Device Manager...\n[[32m OK [0m] Stopped udev Kernel Device Manager.\n[[32m OK [0m] Stopped Create Static Device Nodes in /dev.\n Stopping Create Static Device Nodes in /dev...\n[[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel.\n Stopping Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Stopped dracut pre-udev hook.\n Stopping dracut pre-udev hook...\n[[32m OK [0m] Stopped dracut cmdline hook.\n Stopping dracut cmdline hook...\n[[32m OK [0m] Closed udev Kernel Socket.\n[[32m OK [0m] Closed udev Control Socket.\n Starting Cleanup udevd DB...\n[[32m OK [0m] Started Cleanup udevd DB.\n[[32m OK [0m] Reached target Switch Root.\n Starting Switch Root...\n[ 2.066534] systemd-journald[112]: Received SIGTERM from PID 1 (systemd).\n[ 2.115933] tsc: Refined TSC clocksource calibration: 3491.847 MHz\n[ 2.239428] SELinux: Disabled at runtime.\n[ 2.277920] type=1404 audit(1534064524.467:2): selinux=0 auid=4294967295 ses=4294967295\n[ 2.303241] ip_tables: (C) 2000-2006 Netfilter Core Team\n[ 2.304746] systemd[1]: Inserted module 'ip_tables'\n\nWelcome to [0;31mCentOS Linux 7 (Core)[0m!\n\n[[32m OK [0m] Stopped Switch Root.\n[[32m OK [0m] Listening on udev Control Socket.\n[[32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[[32m OK [0m] Stopped target Switch Root.\n[[32m OK [0m] Stopped target Initrd Root File System.\n[[32m OK [0m] Stopped File System Check on Root Device.\n Stopping File System Check on Root Device...\n[[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[[32m OK [0m] Created slice User and Session Slice.\n Starting Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Stopped Journal Service.\n Starting Journal Service...\n[[32m OK [0m] Reached target Encrypted Volumes.\n[[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n Mounting POSIX Message Queue File System...\n Starting Apply Kernel Variables...\n[[32m OK [0m] Reached target Slices.\n Mounting Debug File System...\n[[32m OK [0m] Stopped target Initrd File Systems.\n Mounting Huge Pages File System...\n Starting Remount Root and Kernel File Systems...\n[[32m OK [0m] Listening on udev Kernel Socket.\n Starting Setup Virtual Console...\n[[32m OK [0m] Created slice system-selinux\\x2dpol...grate\\x2dlocal\\x2dchanges.slice.\n[[32m OK [0m] Listening on Delayed Shutdown Socket.\n[[32m OK [0m] Reached target Swap.\n Mounting NFSD configuration filesystem...\n[[32m OK [0m] Created slice system-getty.slice.\n[[32m OK [0m] Started Journal Service.\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[[32m OK [0m] Started Apply Kernel Variables.\n Starting Create Static Device Nodes in /dev...\n[[32m OK [0m] Mounted Huge Pages File System.\n[[32m OK [0m] Mounted Debug File System.\n[[32m OK [0m] Mounted POSIX Message Queue File System.\n[[32m OK [0m] Started Remount Root and Kernel File Systems.\n Starting Load/Save Random Seed...\n Starting Configure read-only root support...\n Starting Flush Journal to Persistent Storage...\n Starting Rebuild Hardware Database...\n[[32m OK [0m] Started Load/Save Random Seed.\n[ 2.548701] systemd-journald[384]: Received request to flush runtime journal from PID 1\n[[32m OK [0m] Started Flush Journal to Persistent Storage.\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n Starting udev Kernel Device Manager...\n[[ 2.604131] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).\n[32m OK [0m] Reached target Local File Systems (Pre).\n[[32m OK [0m] Mounted NFSD configuration filesystem.\n[[32m OK [0m] Started Configure read-only root support.\n[[32m OK [0m] Reached target Local File Systems.\n Starting Preprocess NFS configuration...\n Starting Import network configuration from initramfs...\n Starting Rebuild Journal Catalog...\n Starting Mark the need to relabel after reboot...\n[[32m OK [0m] Started Mark the need to relabel after reboot.\n[[32m OK [0m] Started Rebuild Journal Catalog.\n[[32m OK [0m] Started Preprocess NFS configuration.\n[[32m OK [0m] Started udev Kernel Device Manager.\n[[32m OK [0m] Started Import network configuration from initramfs.\n Starting Create Volatile Files and Directories...\n[[32m OK [0m] Started Create Volatile Files and Directories.\n Starting Security Auditing Service...\n[[32m OK [0m] Started Setup Virtual Console.\n[ 2.681795] type=1305 audit(1534064524.870:3): audit_pid=439 old=0 auid=4294967295 ses=4294967295 res=1\n[[32m OK [0m] Started Security Auditing Service.\n Starting Update UTMP about System Boot/Shutdown...\n[[32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[32m OK [0m] Started Rebuild Hardware Database.\n Starting Update is Completed...\n Starting udev Coldplug all Devices...\n[[32m OK [0m] Started Update is Completed.\n[[32m OK [0m] Started udev Coldplug all Devices.\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Listening on RPCbind Server Activation Socket.\n[[32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[32m OK [0m] Reached target Sockets.\n[[32m OK [0m] Reached target Paths.\n[[32m OK [0m] Reached target Basic System.\n Starting GSSAPI Proxy Daemon...\n Starting Login Service...\n Starting LSB: Bring up/down networking...\n Starting Initial cloud-init job (pre-networking)...\n Starting NTP client/server...\n Starting Authorization Manager...\n Starting Dump dmesg to /var/log/dmesg...\n[[32m OK [0m[ 2.903450] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0\n] Started D-Bus System Message Bus.\n[ 2.911172] input: PC Speaker as /devices/platform/pcspkr/input/input5\n[ 2.940928] [drm] Initialized drm 1.1.0 20060810\n Starting D-Bus System Message Bus...\n[ 2.959325] ppdev: user-space parallel port driver\n[[32m OK [0m] Started irqbalance daemon.\n Starting irqbala[ 2.963107] [TTM] Zone kernel: Available graphics memory: 1940960 kiB\nnce daemon...\n[ 2.964789] [TTM] Initializing pool allocator\n[ 2.965165] [TTM] Initializing DMA pool allocator\n[ 2.965440] [drm] fb mappable at 0xFC000000\n[ 2.965440] [drm] vram aper at 0xFC000000\n[[32m OK [0m] Reached target Timers.\n[ 2.965440] [drm] size 33554432\n[ 2.965441] [drm] fb depth is 24\n[ 2.965441] [drm] pitch is 3072\n[ 2.970160] fbcon: cirrusdrmfb (fb0) is primary device\n[ 2.991833] Console: switching to colour frame buffer device 128x48\n[ 3.005245] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device\n[[32m OK [0m] Started GSSAPI Proxy Daemon.\n[[32m OK [0m] Started Dump dmesg to /var/log/dmesg.\n[[32m OK [0m] Found device /dev/ttyS0.\n[[32m OK [0m] Started NTP client/server.\n[ 3.025306] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0\n[[32m OK [0m] Reached target NFS client services.\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n Starting Permit User Sessions...\n[[32m OK [0m] Started Authorization Manager.\n[[32m OK [0m] Started Login Service.\n[[32m OK [0m] Started Permit User Sessions.\n[[32m OK [0m] Started Getty on tty1.\n Starting Getty on tty1...\n[[32m OK [0m] Started Serial Getty on ttyS0.\n Starting Serial Getty on ttyS0...\n[[32m OK [0m] Reached target Login Prompts.\n[ 3.070783] AES CTR mode by8 optimization enabled\n[[32m OK [0m] Started Command Scheduler.\n Starting Command Scheduler...\n[ 3.095936] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)\n[ 3.102210] alg: No test for crc32 (crc32-pclmul)\n[ 3.105910] intel_rapl: no valid rapl domains found in package 0\n[ 3.144503] intel_powerclamp: No package C-state available\n[ 3.150250] intel_powerclamp: No package C-state availableintel_powerclamp: No package C-state available[ 3.120584] cloud-init[474]: Cloud-init v. 0.7.5 running 'init-local' at Sun, 12 Aug 2018 09:02:05 +0000. Up 3.08 seconds.\n[[32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[32m OK [0m] Started LSB: Bring up/down networking.\n[[32m OK [0m] Reached target Network.\n Starting Initial cloud-init job (metadata service crawler)...\n Starting System Logging Service...\n[[32m OK [0m] Reached target Network is Online.\n[[32m OK [0m] Started Cloudify REST Service.\n Starting Cloudify REST Service...\n Starting RabbitMQ Service...\n Starting LSB: Starts Logstash as a daemon....\n Starting LSB: Supports the direct execution of binary formats....\n[[32m OK [0m] Started Cloudify Stage Service.\n Starting Cloudify Stage Service...\n[[32m OK [0m] Started InfluxDB Service.\n Starting InfluxDB Service...\n Starting Crash recovery kernel arming...\n Starting Postfix Mail Transport Agent...\n Starting OpenSSH server daemon...\n Starting Dynamic System Tuning Daemon...\n Starting PostgreSQL 9.5 database server...\n Starting nginx - high performance web server...\n Starting Notify NFS peers of a restart...\n[[32m OK [0m] Started LSB: Starts Logstash as a daemon..\n[[32m OK [0m] Started Notify NFS peers of a restart.\n Mounting Arbitrary Executable File Formats File System...\n[[32m OK [0m] Started OpenSSH server daemon.\n[[32m OK [0m] Mounted Arbitrary Executable File Formats File System.\n[[32m OK [0m] Started nginx - high performance web server.\n[[32m OK [0m] Started LSB: Supports the direct execution of binary formats..\n[[32m OK [0m] Created slice user-993.slice.\n[[32m OK [0m] Started Dynamic System Tuning Daemon.\n[ 5.537653] cloud-init[790]: Cloud-init v. 0.7.5 running 'init' at Sun, 12 Aug 2018 09:02:08 +0000. Up 5.50 seconds.\n[ 5.590256] cloud-init[790]: ci-info: +++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\n[ 5.594246] cloud-init[790]: ci-info: +--------+------+---------------+---------------+-------------------+\n[ 5.599339] cloud-init[790]: ci-info: | Device | Up | Address | Mask | Hw-Address |\n[ 5.601740] cloud-init[790]: ci-info: +--------+------+---------------+---------------+-------------------+\n[ 5.604048] cloud-init[790]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . |\n[ 5.606372] cloud-init[790]: ci-info: | eth0: | True | 192.168.120.8 | 255.255.255.0 | fa:16:3e:7f:09:4f |\n[ 5.608679] cloud-init[790]: ci-info: +--------+------+---------------+---------------+-------------------+\n[ 5.611409] cloud-init[790]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\n[ 5.613930] cloud-init[790]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 5.616453] cloud-init[790]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 5.618989] cloud-init[790]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 5.622844] cloud-init[790]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG |\n[ 5.625445] cloud-init[790]: ci-info: | 1 | 169.254.169.254 | 192.168.120.3 | 255.255.255.255 | eth0 | UGH |\n[ 5.628330] cloud-init[790]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\n[ 5.630852] cloud-init[790]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[[32m OK [0m] Started Postfix Mail Transport Agent.\n[[32m OK [0m] Started PostgreSQL 9.5 database server.\n\nCentOS Linux 7 (Core)\nKernel 3.10.0-514.16.1.el7.x86_64 on an x86_64\n\ncloudify login: "} 2018-08-12 09:02:34,473 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/22b1203c-7862-4502-ae31-7a49d851bb62/action used request id req-1f542d6e-0975-4f7b-a388-1e5367f1f0fb 2018-08-12 09:02:34,474 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.11779999733s 2018-08-12 09:02:34,475 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/22b1203c-7862-4502-ae31-7a49d851bb62/action used request id req-1f542d6e-0975-4f7b-a388-1e5367f1f0fb 2018-08-12 09:02:34,475 - functest.core.singlevm - DEBUG - vm console: [H[J[1;1H[?25l[m[H[J[1;1H[20;7H[mUse the ^ and v keys to change the selection. Press 'e' to edit the selected item, or 'c' for a command prompt. [4;80H [7m[4;1H CentOS Linux (3.10.0-514.16.1.el7.x86_64) 7 (Core) [m[4;79H[m[m[5;1H CentOS Linux (3.10.0-327.28.3.el7.x86_64) 7 (Core) [m[5;79H[m[m[6;1H CentOS Linux (0-rescue-56d65f493d8f854534fe792ecf014b83) 7 (Core) [m[6;79H[m[m[7;1H [m[7;79H[m[m[8;1H [m[8;79H[m[m[9;1H [m[9;79H[m[m[10;1H [m[10;79H[m[m[11;1H [m[11;79H[m[m[12;1H [m[12;79H[m[m[13;1H [m[13;79H[m[m[14;1H [m[14;79H[m[m[15;1H [m[15;79H[m[m[16;1H [m[16;79H[m[m[17;1H [m[17;79H[m[m[18;1H [m[18;79H[m[18;80H [4;79H[22;1H The selected entry will be started automatically in 1s. [4;79H[22;1H The selected entry will be started automatically in 0s. [4;79H[?25h[H[J[1;1H[H[J[1;1H[ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.10.0-514.16.1.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #1 SMP Wed Apr 12 15:04:24 UTC 2017 [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8 [ 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-0x00000000bffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x00000000bffdc000-0x00000000bfffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x140000 max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] e820: last_pfn = 0xbffdc max_arch_pfn = 0x400000000 [ 0.000000] found SMP MP-table at [mem 0x000f6390-0x000f639f] mapped at [ffff8800000f6390] [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff] [ 0.000000] ACPI: RSDP 00000000000f6340 00014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 00000000bffe1351 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 00000000bffe11dd 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 00000000bffdfdc0 0141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 00000000bffdfd80 00040 [ 0.000000] ACPI: APIC 00000000bffe12d1 00080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000013fffffff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x13fffffff] [ 0.000000] NODE_DATA [mem 0x13ffd7000-0x13fffdfff] [ 0.000000] Reserving 161MB of memory at 656MB for crashkernel (System RAM: 4095MB) [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 1:3ff87001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 1752226919 cycles [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal [mem 0x100000000-0x13fffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0xbffdbfff] [ 0.000000] node 0: [mem 0x100000000-0x13fffffff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 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 2 CPUs, 0 hotplug CPUs [ 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] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff] [ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff] [ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff] [ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037 [ 0.000000] Policy zone: Normal [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100 [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form [ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2. [ 0.000000] NR_IRQS:327936 nr_irqs:440 0 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty0] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 16777216 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.326637] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912) [ 0.329037] pid_max: default: 32768 minimum: 301 [ 0.330401] Security Framework initialized [ 0.331661] SELinux: Initializing. [ 0.333075] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.338359] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.341631] Mount-cache hash table entries: 4096 [ 0.343262] Initializing cgroup subsys memory [ 0.344570] Initializing cgroup subsys devices [ 0.345842] Initializing cgroup subsys freezer [ 0.347141] Initializing cgroup subsys net_cls [ 0.348474] Initializing cgroup subsys blkio [ 0.349761] Initializing cgroup subsys perf_event [ 0.351128] Initializing cgroup subsys hugetlb [ 0.352442] Initializing cgroup subsys pids [ 0.353714] Initializing cgroup subsys net_prio [ 0.355122] CPU: Physical Processor ID: 0 [ 0.357112] mce: CPU supports 10 MCE banks [ 0.358420] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.359897] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.362261] tlb_flushall_shift: 6 [ 0.363589] Freeing SMP alternatives: 28k freed [ 0.367719] ACPI: Core revision 20130517 [ 0.369402] ACPI: All ACPI Tables successfully acquired [ 0.371067] ftrace: allocating 25812 entries in 101 pages [ 0.393993] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.395741] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.397463] smpboot: Max logical packages: 2 [ 0.398938] Enabling x2apic [ 0.399948] Enabled x2apic [ 0.401138] Switched APIC routing to physical x2apic. [ 0.403549] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.405213] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.408111] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.415779] KVM setup paravirtual spinlock [ 0.418226] smpboot: Booting Node 0, Processors #1 OK [ 0.419987] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.441786] Brought up 2 CPUs [ 0.441789] KVM setup async PF for cpu 1 [ 0.441792] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.445141] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.447444] devtmpfs: initialized [ 0.449836] EVM: security.selinux [ 0.450921] EVM: security.ima [ 0.451892] EVM: security.capability [ 0.453634] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.455356] pinctrl core: initialized pinctrl subsystem [ 0.456910] NET: Registered protocol family 16 [ 0.458368] ACPI: bus type PCI registered [ 0.459571] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.461276] PCI: Using configuration type 1 for base access [ 0.466078] ACPI: Added _OSI(Module Device) [ 0.467335] ACPI: Added _OSI(Processor Device) [ 0.468630] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.469970] ACPI: Added _OSI(Processor Aggregator Device) [ 0.472501] ACPI: Interpreter enabled [ 0.473618] ACPI: (supports S0 S5) [ 0.474651] ACPI: Using IOAPIC for interrupt routing [ 0.475957] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.480034] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.481526] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.483136] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.484742] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.487688] acpiphp: Slot [3] registered [ 0.488826] acpiphp: Slot [4] registered [ 0.489961] acpiphp: Slot [5] registered [ 0.491101] acpiphp: Slot [6] registered [ 0.492265] acpiphp: Slot [7] registered [ 0.493421] acpiphp: Slot [8] registered [ 0.494589] acpiphp: Slot [9] registered [ 0.495725] acpiphp: Slot [10] registered [ 0.496869] acpiphp: Slot [11] registered [ 0.498022] acpiphp: Slot [12] registered [ 0.499186] acpiphp: Slot [13] registered [ 0.500336] acpiphp: Slot [14] registered [ 0.501480] acpiphp: Slot [15] registered [ 0.502624] acpiphp: Slot [16] registered [ 0.503787] acpiphp: Slot [17] registered [ 0.504944] acpiphp: Slot [18] registered [ 0.506087] acpiphp: Slot [19] registered [ 0.507245] acpiphp: Slot [20] registered [ 0.508383] acpiphp: Slot [21] registered [ 0.509529] acpiphp: Slot [22] registered [ 0.510670] acpiphp: Slot [23] registered [ 0.511809] acpiphp: Slot [24] registered [ 0.512974] acpiphp: Slot [25] registered [ 0.514130] acpiphp: Slot [26] registered [ 0.515289] acpiphp: Slot [27] registered [ 0.516431] acpiphp: Slot [28] registered [ 0.517593] acpiphp: Slot [29] registered [ 0.518765] acpiphp: Slot [30] registered [ 0.519915] acpiphp: Slot [31] registered [ 0.521054] PCI host bridge to bus 0000:00 [ 0.522198] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.523632] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.525218] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.526793] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.528927] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.531060] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window] [ 0.535774] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.537467] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.539011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.540629] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.545054] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.547115] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.569196] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.571068] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.572849] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.574615] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.576674] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.578350] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.580053] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.582278] vgaarb: loaded [ 0.583215] vgaarb: bridge control possible 0000:00:02.0 [ 0.584700] SCSI subsystem initialized [ 0.585834] ACPI: bus type USB registered [ 0.587003] usbcore: registered new interface driver usbfs [ 0.588414] usbcore: registered new interface driver hub [ 0.589809] usbcore: registered new device driver usb [ 0.591293] PCI: Using ACPI for IRQ routing [ 0.592779] NetLabel: Initializing [ 0.593834] NetLabel: domain hash size = 128 [ 0.595041] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.596372] NetLabel: unlabeled traffic allowed by default [ 0.597900] Switched to clocksource kvm-clock [ 0.606238] pnp: PnP ACPI init [ 0.607201] ACPI: bus type PNP registered [ 0.608636] pnp: PnP ACPI: found 5 devices [ 0.609783] ACPI: bus type PNP unregistered [ 0.616918] NET: Registered protocol family 2 [ 0.618374] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.620679] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.622595] TCP: Hash tables configured (established 32768 bind 32768) [ 0.624228] TCP: reno registered [ 0.625254] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.626738] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.628407] NET: Registered protocol family 1 [ 0.629641] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.631068] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.632472] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.651961] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.671999] Unpacking initramfs... [ 1.100657] Freeing initrd memory: 37508k freed [ 1.109971] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.111569] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.114621] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.116156] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.117957] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.119403] Initialise system trusted keyring [ 1.120567] audit: initializing netlink socket (disabled) [ 1.121871] type=2000 audit(1534064524.263:1): initialized [ 1.138392] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.139847] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.142080] zpool: loaded [ 1.142966] zbud: loaded [ 1.143978] VFS: Disk quotas dquot_6.5.2 [ 1.145081] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.146684] msgmni has been set to 7578 [ 1.147808] Key type big_key registered [ 1.149525] NET: Registered protocol family 38 [ 1.150700] Key type asymmetric registered [ 1.151801] Asymmetric key parser 'x509' registered [ 1.153043] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.155093] io scheduler noop registered [ 1.156182] io scheduler deadline registered (default) [ 1.167243] io scheduler cfq registered [ 1.168390] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.169715] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.171310] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.173312] ACPI: Power Button [PWRF] [ 1.174433] GHES: HEST is not enabled! [ 1.175548] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.200011] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.201671] Non-volatile memory driver v1.3 [ 1.202804] Linux agpgart interface v0.103 [ 1.203996] crash memory driver: version 1.1 [ 1.205179] rdac: device handler registered [ 1.206346] hp_sw: device handler registered [ 1.207490] emc: device handler registered [ 1.208579] alua: device handler registered [ 1.209706] libphy: Fixed MDIO Bus: probed [ 1.210845] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.212325] ehci-pci: EHCI PCI platform driver [ 1.213482] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.214966] ohci-pci: OHCI PCI platform driver [ 1.216134] uhci_hcd: USB Universal Host Controller Interface driver [ 1.236097] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.237400] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.239411] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.240699] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.242125] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.243644] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.245619] usb usb1: Product: UHCI Host Controller [ 1.246834] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.248409] usb usb1: SerialNumber: 0000:00:01.2 [ 1.249658] hub 1-0:1.0: USB hub found [ 1.250728] hub 1-0:1.0: 2 ports detected [ 1.251957] usbcore: registered new interface driver usbserial [ 1.253351] usbcore: registered new interface driver usbserial_generic [ 1.254837] usbserial: USB Serial support registered for generic [ 1.256250] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.258956] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.260448] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.262049] mousedev: PS/2 mouse device common for all mice [ 1.263961] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.266713] rtc_cmos 00:00: RTC can wake from S4 [ 1.267496] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.268741] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.272908] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.274399] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.275913] cpuidle: using governor menu [ 1.277062] hidraw: raw HID events driver (C) Jiri Kosina [ 1.278450] usbcore: registered new interface driver usbhid [ 1.279777] usbhid: USB HID core driver [ 1.280884] drop_monitor: Initializing network drop monitor service [ 1.282367] TCP: cubic registered [ 1.283346] Initializing XFRM netlink socket [ 1.284539] NET: Registered protocol family 10 [ 1.285905] NET: Registered protocol family 17 [ 1.287276] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.288915] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.290324] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.292656] Loading compiled-in X.509 certificates [ 1.293894] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.296246] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.299006] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.301366] registered taskstats version 1 [ 1.304199] Key type trusted registered [ 1.306501] Key type encrypted registered [ 1.308739] IMA: No TPM chip found, activating TPM-bypass! [ 1.310450] rtc_cmos 00:00: setting system clock to 2018-08-12 09:02:03 UTC (1534064523) [ 1.313208] Freeing unused kernel memory: 1680k freed [ 1.318056] systemd[1]: systemd 219 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID +ELFUTILS +KMOD +IDN) [ 1.322988] systemd[1]: Detected virtualization kvm. [ 1.324463] systemd[1]: Detected architecture x86-64. [ 1.325957] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.328893] systemd[1]: No hostname configured. [ 1.330291] systemd[1]: Set hostname to . [ 1.331810] systemd[1]: Initializing machine ID from KVM UUID. [[32m OK [0m] Created slice Root Slice. [ 1.356638] systemd[1]: Created slice Root Slice. [ 1.358085] systemd[1]: Starting Root Slice. [[32m OK [0m] Reached target Timers. [ 1.360406] systemd[1]: Reached target Timers. [ 1.361768] systemd[1]: Starting Timers. [[32m OK [0m] Reached target Swap. [ 1.363944] systemd[1]: Reached target Swap. [ 1.365297] systemd[1]: Starting Swap. [[32m OK [0m] Listening on udev Kernel Socket. [ 1.367598] systemd[1]: Listening on udev Kernel Socket. [ 1.369158] systemd[1]: Starting udev Kernel Socket. [ 1.370654] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.373144] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Reached target Local File Systems. [ 1.376681] systemd[1]: Reached target Local File Systems. [ 1.378259] systemd[1]: Starting Local File Systems. [[32m OK [0m] Listening on Journal Socket. [ 1.380768] systemd[1]: Listening on Journal Socket. [ 1.382242] systemd[1]: Starting Journal Socket. [[32m OK [0m] Created slice System Slice. [ 1.384526] systemd[1]: Created slice System Slice. [ 1.385770] systemd[1]: Starting System Slice. [[32m OK [0m] Reached target Slices. [ 1.387699] systemd[1]: Reached target Slices. [ 1.388884] systemd[1]: Starting Slices. [ 1.390376] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [ 1.392722] 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... [ 1.396602] systemd[1]: Starting Journal Service... Starting Journal Service... [[32m OK [0m] Listening on udev Control Socket. [ 1.399808] systemd[1]: Listening on udev Control Socket. [ 1.401154] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Reached target Sockets. [ 1.403516] systemd[1]: Reached target Sockets. [ 1.404713] systemd[1]: Starting Sockets. [[32m OK [0m] Reached target Paths. [ 1.406590] systemd[1]: Reached target Paths. [ 1.407759] systemd[1]: Starting Paths. [ 1.409112] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [[32m OK [0m] Started Journal Service. [ 1.412276] systemd[1]: Started Journal Service. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. Starting Create Static Device Nodes in /dev... [[32m OK [0m] Started Apply Kernel Variables. [[32m OK [0m] Started Create Static Device Nodes in /dev. [[32m OK [0m] Started dracut cmdline hook. Starting dracut pre-udev hook... [ 1.465293] RPC: Registered named UNIX socket transport module. [ 1.466682] RPC: Registered udp transport module. [ 1.467859] RPC: Registered tcp transport module. [ 1.469035] RPC: Registered tcp NFSv4.1 backchannel transport module. [[32m OK [0m] Started dracut pre-udev hook. Starting udev Kernel Device Manager... [[32m OK [0m] Started udev Kernel Device Manager. Starting dracut pre-trigger hook... [[32m OK [0m] Started dracut pre-trigger hook. Starting udev Coldplug all Devices... Mounting Configuration File System... [[32m OK [0m] Mounted Configuration File System. [ 1.555943] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.562229] FDC 0 is a S82078B [[32m OK [0m] Started udev Coldplug all Devices. Starting dracut initqueue hook... [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Basic System. [ 1.586161] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.627163] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.632569] scsi host0: ata_piix [ 1.633805] vda: vda1 [ 1.634573] scsi host1: ata_piix [ 1.634608] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.634609] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [[32m OK [0m] Found device /dev/disk/by-uuid/f13d84b4-c756-4d89-9d5e-6b534397aa14. Starting File System Check on /dev/...4-c756-4d89-9d5e-6b534397aa14... [[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14. [ 1.707481] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.709652] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.711849] usb 1-1: Product: QEMU USB Tablet [ 1.713385] usb 1-1: Manufacturer: QEMU [ 1.714634] usb 1-1: SerialNumber: 42 [ 1.724786] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 1.727433] 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 [[32m OK [0m] Started dracut initqueue hook. [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. Mounting /sysroot... [ 1.809462] SGI XFS with ACLs, security attributes, no debug enabled [ 1.812314] XFS (vda1): Mounting V4 Filesystem [ 1.840262] XFS (vda1): Ending clean mount [[32m OK [0m] Mounted /sysroot. [[32m OK [0m] Reached target Initrd Root File System. Starting Reload Configuration from the Real Root... [[32m OK [0m] Started Reload Configuration from the Real Root. [[32m OK [0m] Reached target Initrd File Systems. [[32m OK [0m] Reached target Initrd Default Target. Starting dracut pre-pivot and cleanup hook... [[32m OK [0m] Started dracut pre-pivot and cleanup hook. Starting Cleaning Up and Shutting Down Daemons... [[32m OK [0m] Stopped target Timers. [[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons. [[32m OK [0m] Stopped dracut pre-pivot and cleanup hook. Stopping dracut pre-pivot and cleanup hook... [[32m OK [0m] Stopped target Initrd Default Target. [[32m OK [0m] Stopped target Basic System. [[32m OK [0m] Stopped target Sockets. [[32m OK [0m] Stopped target Paths. [[32m OK [0m] Stopped target Slices. [[32m OK [0m] Stopped target System Initialization. [[32m OK [0m] Stopped target Swap. [[32m OK [0m] Stopped Apply Kernel Variables. Stopping Apply Kernel Variables... [[32m OK [0m] Stopped target Local File Systems. [[32m OK [0m] Stopped target Remote File Systems. [[32m OK [0m] Stopped target Remote File Systems (Pre). [[32m OK [0m] Stopped dracut initqueue hook. Stopping dracut initqueue hook... [[32m OK [0m] Stopped udev Coldplug all Devices. Stopping udev Coldplug all Devices... [[32m OK [0m] Stopped dracut pre-trigger hook. Stopping dracut pre-trigger hook... Stopping udev Kernel Device Manager... [[32m OK [0m] Stopped udev Kernel Device Manager. [[32m OK [0m] Stopped Create Static Device Nodes in /dev. Stopping Create Static Device Nodes in /dev... [[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel. Stopping Create list of required st... nodes for the current kernel... [[32m OK [0m] Stopped dracut pre-udev hook. Stopping dracut pre-udev hook... [[32m OK [0m] Stopped dracut cmdline hook. Stopping dracut cmdline hook... [[32m OK [0m] Closed udev Kernel Socket. [[32m OK [0m] Closed udev Control Socket. Starting Cleanup udevd DB... [[32m OK [0m] Started Cleanup udevd DB. [[32m OK [0m] Reached target Switch Root. Starting Switch Root... [ 2.066534] systemd-journald[112]: Received SIGTERM from PID 1 (systemd). [ 2.115933] tsc: Refined TSC clocksource calibration: 3491.847 MHz [ 2.239428] SELinux: Disabled at runtime. [ 2.277920] type=1404 audit(1534064524.467:2): selinux=0 auid=4294967295 ses=4294967295 [ 2.303241] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.304746] systemd[1]: Inserted module 'ip_tables' Welcome to [0;31mCentOS Linux 7 (Core)[0m! [[32m OK [0m] Stopped Switch Root. [[32m OK [0m] Listening on udev Control Socket. [[32m OK [0m] Created slice system-serial\x2dgetty.slice. [[32m OK [0m] Stopped target Switch Root. [[32m OK [0m] Stopped target Initrd Root File System. [[32m OK [0m] Stopped File System Check on Root Device. Stopping File System Check on Root Device... [[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [[32m OK [0m] Created slice User and Session Slice. Starting Create list of required st... nodes for the current kernel... [[32m OK [0m] Stopped Journal Service. Starting Journal Service... [[32m OK [0m] Reached target Encrypted Volumes. [[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. Mounting POSIX Message Queue File System... Starting Apply Kernel Variables... [[32m OK [0m] Reached target Slices. Mounting Debug File System... [[32m OK [0m] Stopped target Initrd File Systems. Mounting Huge Pages File System... Starting Remount Root and Kernel File Systems... [[32m OK [0m] Listening on udev Kernel Socket. Starting Setup Virtual Console... [[32m OK [0m] Created slice system-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice. [[32m OK [0m] Listening on Delayed Shutdown Socket. [[32m OK [0m] Reached target Swap. Mounting NFSD configuration filesystem... [[32m OK [0m] Created slice system-getty.slice. [[32m OK [0m] Started Journal Service. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [[32m OK [0m] Started Apply Kernel Variables. Starting Create Static Device Nodes in /dev... [[32m OK [0m] Mounted Huge Pages File System. [[32m OK [0m] Mounted Debug File System. [[32m OK [0m] Mounted POSIX Message Queue File System. [[32m OK [0m] Started Remount Root and Kernel File Systems. Starting Load/Save Random Seed... Starting Configure read-only root support... Starting Flush Journal to Persistent Storage... Starting Rebuild Hardware Database... [[32m OK [0m] Started Load/Save Random Seed. [ 2.548701] systemd-journald[384]: Received request to flush runtime journal from PID 1 [[32m OK [0m] Started Flush Journal to Persistent Storage. [[32m OK [0m] Started Create Static Device Nodes in /dev. Starting udev Kernel Device Manager... [[ 2.604131] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). [32m OK [0m] Reached target Local File Systems (Pre). [[32m OK [0m] Mounted NFSD configuration filesystem. [[32m OK [0m] Started Configure read-only root support. [[32m OK [0m] Reached target Local File Systems. Starting Preprocess NFS configuration... Starting Import network configuration from initramfs... Starting Rebuild Journal Catalog... Starting Mark the need to relabel after reboot... [[32m OK [0m] Started Mark the need to relabel after reboot. [[32m OK [0m] Started Rebuild Journal Catalog. [[32m OK [0m] Started Preprocess NFS configuration. [[32m OK [0m] Started udev Kernel Device Manager. [[32m OK [0m] Started Import network configuration from initramfs. Starting Create Volatile Files and Directories... [[32m OK [0m] Started Create Volatile Files and Directories. Starting Security Auditing Service... [[32m OK [0m] Started Setup Virtual Console. [ 2.681795] type=1305 audit(1534064524.870:3): audit_pid=439 old=0 auid=4294967295 ses=4294967295 res=1 [[32m OK [0m] Started Security Auditing Service. Starting Update UTMP about System Boot/Shutdown... [[32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[32m OK [0m] Started Rebuild Hardware Database. Starting Update is Completed... Starting udev Coldplug all Devices... [[32m OK [0m] Started Update is Completed. [[32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Listening on RPCbind Server Activation Socket. [[32m OK [0m] Listening on D-Bus System Message Bus Socket. [[32m OK [0m] Reached target Sockets. [[32m OK [0m] Reached target Paths. [[32m OK [0m] Reached target Basic System. Starting GSSAPI Proxy Daemon... Starting Login Service... Starting LSB: Bring up/down networking... Starting Initial cloud-init job (pre-networking)... Starting NTP client/server... Starting Authorization Manager... Starting Dump dmesg to /var/log/dmesg... [[32m OK [0m[ 2.903450] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0 ] Started D-Bus System Message Bus. [ 2.911172] input: PC Speaker as /devices/platform/pcspkr/input/input5 [ 2.940928] [drm] Initialized drm 1.1.0 20060810 Starting D-Bus System Message Bus... [ 2.959325] ppdev: user-space parallel port driver [[32m OK [0m] Started irqbalance daemon. Starting irqbala[ 2.963107] [TTM] Zone kernel: Available graphics memory: 1940960 kiB nce daemon... [ 2.964789] [TTM] Initializing pool allocator [ 2.965165] [TTM] Initializing DMA pool allocator [ 2.965440] [drm] fb mappable at 0xFC000000 [ 2.965440] [drm] vram aper at 0xFC000000 [[32m OK [0m] Reached target Timers. [ 2.965440] [drm] size 33554432 [ 2.965441] [drm] fb depth is 24 [ 2.965441] [drm] pitch is 3072 [ 2.970160] fbcon: cirrusdrmfb (fb0) is primary device [ 2.991833] Console: switching to colour frame buffer device 128x48 [ 3.005245] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device [[32m OK [0m] Started GSSAPI Proxy Daemon. [[32m OK [0m] Started Dump dmesg to /var/log/dmesg. [[32m OK [0m] Found device /dev/ttyS0. [[32m OK [0m] Started NTP client/server. [ 3.025306] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 [[32m OK [0m] Reached target NFS client services. [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. Starting Permit User Sessions... [[32m OK [0m] Started Authorization Manager. [[32m OK [0m] Started Login Service. [[32m OK [0m] Started Permit User Sessions. [[32m OK [0m] Started Getty on tty1. Starting Getty on tty1... [[32m OK [0m] Started Serial Getty on ttyS0. Starting Serial Getty on ttyS0... [[32m OK [0m] Reached target Login Prompts. [ 3.070783] AES CTR mode by8 optimization enabled [[32m OK [0m] Started Command Scheduler. Starting Command Scheduler... [ 3.095936] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) [ 3.102210] alg: No test for crc32 (crc32-pclmul) [ 3.105910] intel_rapl: no valid rapl domains found in package 0 [ 3.144503] intel_powerclamp: No package C-state available [ 3.150250] intel_powerclamp: No package C-state availableintel_powerclamp: No package C-state available[ 3.120584] cloud-init[474]: Cloud-init v. 0.7.5 running 'init-local' at Sun, 12 Aug 2018 09:02:05 +0000. Up 3.08 seconds. [[32m OK [0m] Started Initial cloud-init job (pre-networking). [[32m OK [0m] Started LSB: Bring up/down networking. [[32m OK [0m] Reached target Network. Starting Initial cloud-init job (metadata service crawler)... Starting System Logging Service... [[32m OK [0m] Reached target Network is Online. [[32m OK [0m] Started Cloudify REST Service. Starting Cloudify REST Service... Starting RabbitMQ Service... Starting LSB: Starts Logstash as a daemon.... Starting LSB: Supports the direct execution of binary formats.... [[32m OK [0m] Started Cloudify Stage Service. Starting Cloudify Stage Service... [[32m OK [0m] Started InfluxDB Service. Starting InfluxDB Service... Starting Crash recovery kernel arming... Starting Postfix Mail Transport Agent... Starting OpenSSH server daemon... Starting Dynamic System Tuning Daemon... Starting PostgreSQL 9.5 database server... Starting nginx - high performance web server... Starting Notify NFS peers of a restart... [[32m OK [0m] Started LSB: Starts Logstash as a daemon.. [[32m OK [0m] Started Notify NFS peers of a restart. Mounting Arbitrary Executable File Formats File System... [[32m OK [0m] Started OpenSSH server daemon. [[32m OK [0m] Mounted Arbitrary Executable File Formats File System. [[32m OK [0m] Started nginx - high performance web server. [[32m OK [0m] Started LSB: Supports the direct execution of binary formats.. [[32m OK [0m] Created slice user-993.slice. [[32m OK [0m] Started Dynamic System Tuning Daemon. [ 5.537653] cloud-init[790]: Cloud-init v. 0.7.5 running 'init' at Sun, 12 Aug 2018 09:02:08 +0000. Up 5.50 seconds. [ 5.590256] cloud-init[790]: ci-info: +++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ [ 5.594246] cloud-init[790]: ci-info: +--------+------+---------------+---------------+-------------------+ [ 5.599339] cloud-init[790]: ci-info: | Device | Up | Address | Mask | Hw-Address | [ 5.601740] cloud-init[790]: ci-info: +--------+------+---------------+---------------+-------------------+ [ 5.604048] cloud-init[790]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . | [ 5.606372] cloud-init[790]: ci-info: | eth0: | True | 192.168.120.8 | 255.255.255.0 | fa:16:3e:7f:09:4f | [ 5.608679] cloud-init[790]: ci-info: +--------+------+---------------+---------------+-------------------+ [ 5.611409] cloud-init[790]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ [ 5.613930] cloud-init[790]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 5.616453] cloud-init[790]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 5.618989] cloud-init[790]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 5.622844] cloud-init[790]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG | [ 5.625445] cloud-init[790]: ci-info: | 1 | 169.254.169.254 | 192.168.120.3 | 255.255.255.255 | eth0 | UGH | [ 5.628330] cloud-init[790]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | [ 5.630852] cloud-init[790]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [[32m OK [0m] Started Postfix Mail Transport Agent. [[32m OK [0m] Started PostgreSQL 9.5 database server. CentOS Linux 7 (Core) Kernel 3.10.0-514.16.1.el7.x86_64 on an x86_64 cloudify login: 2018-08-12 09:02:34,479 - paramiko.transport - DEBUG - starting thread (client mode): 0x8271dd0L 2018-08-12 09:02:34,479 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-12 09:02:34,487 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1 2018-08-12 09:02:34,487 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1) 2018-08-12 09:02:34,488 - 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-group-exchange-sha1', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] server encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] client mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', 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-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] server mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', 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-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] 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 09:02:34,489 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-12 09:02:34,489 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-12 09:02:34,489 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-12 09:02:34,489 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-12 09:02:34,489 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-12 09:02:34,494 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-12 09:02:34,495 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-12 09:02:34,512 - paramiko.transport - DEBUG - Trying discovered key 815d85f419f8e509f9ffe242f3e5f7d9 in /tmp/tmp2SMb7l 2018-08-12 09:02:34,537 - paramiko.transport - DEBUG - userauth is OK 2018-08-12 09:02:44,557 - paramiko.transport - INFO - Authentication (publickey) failed. 2018-08-12 09:02:44,560 - paramiko.transport - DEBUG - Trying discovered key 53a32704d80d9fa5426a394ad4fcf413 in /root/.ssh/id_rsa 2018-08-12 09:02:44,561 - paramiko.transport - DEBUG - userauth is OK 2018-08-12 09:02:44,566 - paramiko.transport - INFO - Authentication (publickey) failed. 2018-08-12 09:02:44,568 - functest.core.singlevm - DEBUG - try 3: cannot connect to 172.30.9.200: Authentication failed. 2018-08-12 09:02:53,578 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-12 09:02:53,581 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/22b1203c-7862-4502-ae31-7a49d851bb62/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}274a41a9ca43f2806738ff12dfc9d252bd5f1f34" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 09:02:53,836 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:02:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3ce396ae-67dc-452e-9526-da92f627b481 x-compute-request-id: req-3ce396ae-67dc-452e-9526-da92f627b481 Content-Encoding: gzip Content-Length: 11757 Content-Type: application/json RESP BODY: {"output": "[H[J[1;1H[?25l[m[H[J[1;1H[20;7H[mUse the ^ and v keys to change the selection. \n Press 'e' to edit the selected item, or 'c' for a command prompt. [4;80H [7m[4;1H CentOS Linux (3.10.0-514.16.1.el7.x86_64) 7 (Core) [m[4;79H[m[m[5;1H CentOS Linux (3.10.0-327.28.3.el7.x86_64) 7 (Core) [m[5;79H[m[m[6;1H CentOS Linux (0-rescue-56d65f493d8f854534fe792ecf014b83) 7 (Core) [m[6;79H[m[m[7;1H [m[7;79H[m[m[8;1H [m[8;79H[m[m[9;1H [m[9;79H[m[m[10;1H [m[10;79H[m[m[11;1H [m[11;79H[m[m[12;1H [m[12;79H[m[m[13;1H [m[13;79H[m[m[14;1H [m[14;79H[m[m[15;1H [m[15;79H[m[m[16;1H [m[16;79H[m[m[17;1H [m[17;79H[m[m[18;1H [m[18;79H[m[18;80H [4;79H[22;1H The selected entry will be started automatically in 1s. [4;79H[22;1H The selected entry will be started automatically in 0s. [4;79H[?25h[H[J[1;1H[H[J[1;1H[ 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 3.10.0-514.16.1.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #1 SMP Wed Apr 12 15:04:24 UTC 2017\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8\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-0x00000000bffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x00000000bffdc000-0x00000000bfffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable\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 = 0x140000 max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] e820: last_pfn = 0xbffdc max_arch_pfn = 0x400000000\n[ 0.000000] found SMP MP-table at [mem 0x000f6390-0x000f639f] mapped at [ffff8800000f6390]\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff]\n[ 0.000000] ACPI: RSDP 00000000000f6340 00014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 00000000bffe1351 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 00000000bffe11dd 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 00000000bffdfdc0 0141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 00000000bffdfd80 00040\n[ 0.000000] ACPI: APIC 00000000bffe12d1 00080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000013fffffff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x13fffffff]\n[ 0.000000] NODE_DATA [mem 0x13ffd7000-0x13fffdfff]\n[ 0.000000] Reserving 161MB of memory at 656MB for crashkernel (System RAM: 4095MB)\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 1:3ff87001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 1752226919 cycles\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal [mem 0x100000000-0x13fffffff]\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0xbffdbfff]\n[ 0.000000] node 0: [mem 0x100000000-0x13fffffff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\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 2 CPUs, 0 hotplug CPUs\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] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff]\n[ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037\n[ 0.000000] Policy zone: Normal\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form\n[ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2.\n[ 0.000000] NR_IRQS:327936 nr_irqs:440 0\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty0] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 16777216 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.326637] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912)\n[ 0.329037] pid_max: default: 32768 minimum: 301\n[ 0.330401] Security Framework initialized\n[ 0.331661] SELinux: Initializing.\n[ 0.333075] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.338359] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.341631] Mount-cache hash table entries: 4096\n[ 0.343262] Initializing cgroup subsys memory\n[ 0.344570] Initializing cgroup subsys devices\n[ 0.345842] Initializing cgroup subsys freezer\n[ 0.347141] Initializing cgroup subsys net_cls\n[ 0.348474] Initializing cgroup subsys blkio\n[ 0.349761] Initializing cgroup subsys perf_event\n[ 0.351128] Initializing cgroup subsys hugetlb\n[ 0.352442] Initializing cgroup subsys pids\n[ 0.353714] Initializing cgroup subsys net_prio\n[ 0.355122] CPU: Physical Processor ID: 0\n[ 0.357112] mce: CPU supports 10 MCE banks\n[ 0.358420] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.359897] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.362261] tlb_flushall_shift: 6\n[ 0.363589] Freeing SMP alternatives: 28k freed\n[ 0.367719] ACPI: Core revision 20130517\n[ 0.369402] ACPI: All ACPI Tables successfully acquired\n[ 0.371067] ftrace: allocating 25812 entries in 101 pages\n[ 0.393993] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.395741] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.397463] smpboot: Max logical packages: 2\n[ 0.398938] Enabling x2apic\n[ 0.399948] Enabled x2apic\n[ 0.401138] Switched APIC routing to physical x2apic.\n[ 0.403549] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.405213] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.408111] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.415779] KVM setup paravirtual spinlock\n[ 0.418226] smpboot: Booting Node 0, Processors #1 OK\n[ 0.419987] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.441786] Brought up 2 CPUs\n[ 0.441789] KVM setup async PF for cpu 1\n[ 0.441792] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.445141] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.447444] devtmpfs: initialized\n[ 0.449836] EVM: security.selinux\n[ 0.450921] EVM: security.ima\n[ 0.451892] EVM: security.capability\n[ 0.453634] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.455356] pinctrl core: initialized pinctrl subsystem\n[ 0.456910] NET: Registered protocol family 16\n[ 0.458368] ACPI: bus type PCI registered\n[ 0.459571] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.461276] PCI: Using configuration type 1 for base access\n[ 0.466078] ACPI: Added _OSI(Module Device)\n[ 0.467335] ACPI: Added _OSI(Processor Device)\n[ 0.468630] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.469970] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.472501] ACPI: Interpreter enabled\n[ 0.473618] ACPI: (supports S0 S5)\n[ 0.474651] ACPI: Using IOAPIC for interrupt routing\n[ 0.475957] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.480034] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.481526] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.483136] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.484742] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.487688] acpiphp: Slot [3] registered\n[ 0.488826] acpiphp: Slot [4] registered\n[ 0.489961] acpiphp: Slot [5] registered\n[ 0.491101] acpiphp: Slot [6] registered\n[ 0.492265] acpiphp: Slot [7] registered\n[ 0.493421] acpiphp: Slot [8] registered\n[ 0.494589] acpiphp: Slot [9] registered\n[ 0.495725] acpiphp: Slot [10] registered\n[ 0.496869] acpiphp: Slot [11] registered\n[ 0.498022] acpiphp: Slot [12] registered\n[ 0.499186] acpiphp: Slot [13] registered\n[ 0.500336] acpiphp: Slot [14] registered\n[ 0.501480] acpiphp: Slot [15] registered\n[ 0.502624] acpiphp: Slot [16] registered\n[ 0.503787] acpiphp: Slot [17] registered\n[ 0.504944] acpiphp: Slot [18] registered\n[ 0.506087] acpiphp: Slot [19] registered\n[ 0.507245] acpiphp: Slot [20] registered\n[ 0.508383] acpiphp: Slot [21] registered\n[ 0.509529] acpiphp: Slot [22] registered\n[ 0.510670] acpiphp: Slot [23] registered\n[ 0.511809] acpiphp: Slot [24] registered\n[ 0.512974] acpiphp: Slot [25] registered\n[ 0.514130] acpiphp: Slot [26] registered\n[ 0.515289] acpiphp: Slot [27] registered\n[ 0.516431] acpiphp: Slot [28] registered\n[ 0.517593] acpiphp: Slot [29] registered\n[ 0.518765] acpiphp: Slot [30] registered\n[ 0.519915] acpiphp: Slot [31] registered\n[ 0.521054] PCI host bridge to bus 0000:00\n[ 0.522198] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.523632] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.525218] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.526793] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.528927] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.531060] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window]\n[ 0.535774] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.537467] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.539011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.540629] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.545054] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.547115] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.569196] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.571068] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.572849] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.574615] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.576674] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.578350] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.580053] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.582278] vgaarb: loaded\n[ 0.583215] vgaarb: bridge control possible 0000:00:02.0\n[ 0.584700] SCSI subsystem initialized\n[ 0.585834] ACPI: bus type USB registered\n[ 0.587003] usbcore: registered new interface driver usbfs\n[ 0.588414] usbcore: registered new interface driver hub\n[ 0.589809] usbcore: registered new device driver usb\n[ 0.591293] PCI: Using ACPI for IRQ routing\n[ 0.592779] NetLabel: Initializing\n[ 0.593834] NetLabel: domain hash size = 128\n[ 0.595041] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.596372] NetLabel: unlabeled traffic allowed by default\n[ 0.597900] Switched to clocksource kvm-clock\n[ 0.606238] pnp: PnP ACPI init\n[ 0.607201] ACPI: bus type PNP registered\n[ 0.608636] pnp: PnP ACPI: found 5 devices\n[ 0.609783] ACPI: bus type PNP unregistered\n[ 0.616918] NET: Registered protocol family 2\n[ 0.618374] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.620679] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.622595] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.624228] TCP: reno registered\n[ 0.625254] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.626738] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.628407] NET: Registered protocol family 1\n[ 0.629641] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.631068] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.632472] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.651961] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.671999] Unpacking initramfs...\n[ 1.100657] Freeing initrd memory: 37508k freed\n[ 1.109971] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.111569] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.114621] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.116156] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.117957] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.119403] Initialise system trusted keyring\n[ 1.120567] audit: initializing netlink socket (disabled)\n[ 1.121871] type=2000 audit(1534064524.263:1): initialized\n[ 1.138392] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.139847] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.142080] zpool: loaded\n[ 1.142966] zbud: loaded\n[ 1.143978] VFS: Disk quotas dquot_6.5.2\n[ 1.145081] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.146684] msgmni has been set to 7578\n[ 1.147808] Key type big_key registered\n[ 1.149525] NET: Registered protocol family 38\n[ 1.150700] Key type asymmetric registered\n[ 1.151801] Asymmetric key parser 'x509' registered\n[ 1.153043] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.155093] io scheduler noop registered\n[ 1.156182] io scheduler deadline registered (default)\n[ 1.167243] io scheduler cfq registered\n[ 1.168390] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.169715] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.171310] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.173312] ACPI: Power Button [PWRF]\n[ 1.174433] GHES: HEST is not enabled!\n[ 1.175548] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.200011] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.201671] Non-volatile memory driver v1.3\n[ 1.202804] Linux agpgart interface v0.103\n[ 1.203996] crash memory driver: version 1.1\n[ 1.205179] rdac: device handler registered\n[ 1.206346] hp_sw: device handler registered\n[ 1.207490] emc: device handler registered\n[ 1.208579] alua: device handler registered\n[ 1.209706] libphy: Fixed MDIO Bus: probed\n[ 1.210845] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.212325] ehci-pci: EHCI PCI platform driver\n[ 1.213482] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.214966] ohci-pci: OHCI PCI platform driver\n[ 1.216134] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.236097] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.237400] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.239411] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.240699] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.242125] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.243644] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.245619] usb usb1: Product: UHCI Host Controller\n[ 1.246834] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.248409] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.249658] hub 1-0:1.0: USB hub found\n[ 1.250728] hub 1-0:1.0: 2 ports detected\n[ 1.251957] usbcore: registered new interface driver usbserial\n[ 1.253351] usbcore: registered new interface driver usbserial_generic\n[ 1.254837] usbserial: USB Serial support registered for generic\n[ 1.256250] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.258956] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.260448] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.262049] mousedev: PS/2 mouse device common for all mice\n[ 1.263961] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.266713] rtc_cmos 00:00: RTC can wake from S4\n[ 1.267496] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.268741] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.272908] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.274399] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.275913] cpuidle: using governor menu\n[ 1.277062] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.278450] usbcore: registered new interface driver usbhid\n[ 1.279777] usbhid: USB HID core driver\n[ 1.280884] drop_monitor: Initializing network drop monitor service\n[ 1.282367] TCP: cubic registered\n[ 1.283346] Initializing XFRM netlink socket\n[ 1.284539] NET: Registered protocol family 10\n[ 1.285905] NET: Registered protocol family 17\n[ 1.287276] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.288915] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.290324] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.292656] Loading compiled-in X.509 certificates\n[ 1.293894] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.296246] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.299006] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.301366] registered taskstats version 1\n[ 1.304199] Key type trusted registered\n[ 1.306501] Key type encrypted registered\n[ 1.308739] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.310450] rtc_cmos 00:00: setting system clock to 2018-08-12 09:02:03 UTC (1534064523)\n[ 1.313208] Freeing unused kernel memory: 1680k freed\n[ 1.318056] systemd[1]: systemd 219 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID +ELFUTILS +KMOD +IDN)\n[ 1.322988] systemd[1]: Detected virtualization kvm.\n[ 1.324463] systemd[1]: Detected architecture x86-64.\n[ 1.325957] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.328893] systemd[1]: No hostname configured.\n[ 1.330291] systemd[1]: Set hostname to .\n[ 1.331810] systemd[1]: Initializing machine ID from KVM UUID.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.356638] systemd[1]: Created slice Root Slice.\n[ 1.358085] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Reached target Timers.\n[ 1.360406] systemd[1]: Reached target Timers.\n[ 1.361768] systemd[1]: Starting Timers.\n[[32m OK [0m] Reached target Swap.\n[ 1.363944] systemd[1]: Reached target Swap.\n[ 1.365297] systemd[1]: Starting Swap.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.367598] systemd[1]: Listening on udev Kernel Socket.\n[ 1.369158] systemd[1]: Starting udev Kernel Socket.\n[ 1.370654] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.373144] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.376681] systemd[1]: Reached target Local File Systems.\n[ 1.378259] systemd[1]: Starting Local File Systems.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.380768] systemd[1]: Listening on Journal Socket.\n[ 1.382242] systemd[1]: Starting Journal Socket.\n[[32m OK [0m] Created slice System Slice.\n[ 1.384526] systemd[1]: Created slice System Slice.\n[ 1.385770] systemd[1]: Starting System Slice.\n[[32m OK [0m] Reached target Slices.\n[ 1.387699] systemd[1]: Reached target Slices.\n[ 1.388884] systemd[1]: Starting Slices.\n[ 1.390376] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[ 1.392722] 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[ 1.396602] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.399808] systemd[1]: Listening on udev Control Socket.\n[ 1.401154] systemd[1]: Starting udev Control Socket.\n[[32m OK [0m] Reached target Sockets.\n[ 1.403516] systemd[1]: Reached target Sockets.\n[ 1.404713] systemd[1]: Starting Sockets.\n[[32m OK [0m] Reached target Paths.\n[ 1.406590] systemd[1]: Reached target Paths.\n[ 1.407759] systemd[1]: Starting Paths.\n[ 1.409112] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[[32m OK [0m] Started Journal Service.\n[ 1.412276] systemd[1]: Started Journal Service.\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n Starting Create Static Device Nodes in /dev...\n[[32m OK [0m] Started Apply Kernel Variables.\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n[[32m OK [0m] Started dracut cmdline hook.\n Starting dracut pre-udev hook...\n[ 1.465293] RPC: Registered named UNIX socket transport module.\n[ 1.466682] RPC: Registered udp transport module.\n[ 1.467859] RPC: Registered tcp transport module.\n[ 1.469035] RPC: Registered tcp NFSv4.1 backchannel transport module.\n[[32m OK [0m] Started dracut pre-udev hook.\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Started udev Kernel Device Manager.\n Starting dracut pre-trigger hook...\n[[32m OK [0m] Started dracut pre-trigger hook.\n Starting udev Coldplug all Devices...\n Mounting Configuration File System...\n[[32m OK [0m] Mounted Configuration File System.\n[ 1.555943] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.562229] FDC 0 is a S82078B\n[[32m OK [0m] Started udev Coldplug all Devices.\n Starting dracut initqueue hook...\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Basic System.\n[ 1.586161] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.627163] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.632569] scsi host0: ata_piix\n[ 1.633805] vda: vda1\n[ 1.634573] scsi host1: ata_piix\n[ 1.634608] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.634609] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[[32m OK [0m] Found device /dev/disk/by-uuid/f13d84b4-c756-4d89-9d5e-6b534397aa14.\n Starting File System Check on /dev/...4-c756-4d89-9d5e-6b534397aa14...\n[[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14.\n[ 1.707481] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.709652] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.711849] usb 1-1: Product: QEMU USB Tablet\n[ 1.713385] usb 1-1: Manufacturer: QEMU\n[ 1.714634] usb 1-1: SerialNumber: 42\n[ 1.724786] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 1.727433] 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[[32m OK [0m] Started dracut initqueue hook.\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n Mounting /sysroot...\n[ 1.809462] SGI XFS with ACLs, security attributes, no debug enabled\n[ 1.812314] XFS (vda1): Mounting V4 Filesystem\n[ 1.840262] XFS (vda1): Ending clean mount\n[[32m OK [0m] Mounted /sysroot.\n[[32m OK [0m] Reached target Initrd Root File System.\n Starting Reload Configuration from the Real Root...\n[[32m OK [0m] Started Reload Configuration from the Real Root.\n[[32m OK [0m] Reached target Initrd File Systems.\n[[32m OK [0m] Reached target Initrd Default Target.\n Starting dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Started dracut pre-pivot and cleanup hook.\n Starting Cleaning Up and Shutting Down Daemons...\n[[32m OK [0m] Stopped target Timers.\n[[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons.\n[[32m OK [0m] Stopped dracut pre-pivot and cleanup hook.\n Stopping dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Stopped target Initrd Default Target.\n[[32m OK [0m] Stopped target Basic System.\n[[32m OK [0m] Stopped target Sockets.\n[[32m OK [0m] Stopped target Paths.\n[[32m OK [0m] Stopped target Slices.\n[[32m OK [0m] Stopped target System Initialization.\n[[32m OK [0m] Stopped target Swap.\n[[32m OK [0m] Stopped Apply Kernel Variables.\n Stopping Apply Kernel Variables...\n[[32m OK [0m] Stopped target Local File Systems.\n[[32m OK [0m] Stopped target Remote File Systems.\n[[32m OK [0m] Stopped target Remote File Systems (Pre).\n[[32m OK [0m] Stopped dracut initqueue hook.\n Stopping dracut initqueue hook...\n[[32m OK [0m] Stopped udev Coldplug all Devices.\n Stopping udev Coldplug all Devices...\n[[32m OK [0m] Stopped dracut pre-trigger hook.\n Stopping dracut pre-trigger hook...\n Stopping udev Kernel Device Manager...\n[[32m OK [0m] Stopped udev Kernel Device Manager.\n[[32m OK [0m] Stopped Create Static Device Nodes in /dev.\n Stopping Create Static Device Nodes in /dev...\n[[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel.\n Stopping Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Stopped dracut pre-udev hook.\n Stopping dracut pre-udev hook...\n[[32m OK [0m] Stopped dracut cmdline hook.\n Stopping dracut cmdline hook...\n[[32m OK [0m] Closed udev Kernel Socket.\n[[32m OK [0m] Closed udev Control Socket.\n Starting Cleanup udevd DB...\n[[32m OK [0m] Started Cleanup udevd DB.\n[[32m OK [0m] Reached target Switch Root.\n Starting Switch Root...\n[ 2.066534] systemd-journald[112]: Received SIGTERM from PID 1 (systemd).\n[ 2.115933] tsc: Refined TSC clocksource calibration: 3491.847 MHz\n[ 2.239428] SELinux: Disabled at runtime.\n[ 2.277920] type=1404 audit(1534064524.467:2): selinux=0 auid=4294967295 ses=4294967295\n[ 2.303241] ip_tables: (C) 2000-2006 Netfilter Core Team\n[ 2.304746] systemd[1]: Inserted module 'ip_tables'\n\nWelcome to [0;31mCentOS Linux 7 (Core)[0m!\n\n[[32m OK [0m] Stopped Switch Root.\n[[32m OK [0m] Listening on udev Control Socket.\n[[32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[[32m OK [0m] Stopped target Switch Root.\n[[32m OK [0m] Stopped target Initrd Root File System.\n[[32m OK [0m] Stopped File System Check on Root Device.\n Stopping File System Check on Root Device...\n[[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[[32m OK [0m] Created slice User and Session Slice.\n Starting Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Stopped Journal Service.\n Starting Journal Service...\n[[32m OK [0m] Reached target Encrypted Volumes.\n[[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n Mounting POSIX Message Queue File System...\n Starting Apply Kernel Variables...\n[[32m OK [0m] Reached target Slices.\n Mounting Debug File System...\n[[32m OK [0m] Stopped target Initrd File Systems.\n Mounting Huge Pages File System...\n Starting Remount Root and Kernel File Systems...\n[[32m OK [0m] Listening on udev Kernel Socket.\n Starting Setup Virtual Console...\n[[32m OK [0m] Created slice system-selinux\\x2dpol...grate\\x2dlocal\\x2dchanges.slice.\n[[32m OK [0m] Listening on Delayed Shutdown Socket.\n[[32m OK [0m] Reached target Swap.\n Mounting NFSD configuration filesystem...\n[[32m OK [0m] Created slice system-getty.slice.\n[[32m OK [0m] Started Journal Service.\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[[32m OK [0m] Started Apply Kernel Variables.\n Starting Create Static Device Nodes in /dev...\n[[32m OK [0m] Mounted Huge Pages File System.\n[[32m OK [0m] Mounted Debug File System.\n[[32m OK [0m] Mounted POSIX Message Queue File System.\n[[32m OK [0m] Started Remount Root and Kernel File Systems.\n Starting Load/Save Random Seed...\n Starting Configure read-only root support...\n Starting Flush Journal to Persistent Storage...\n Starting Rebuild Hardware Database...\n[[32m OK [0m] Started Load/Save Random Seed.\n[ 2.548701] systemd-journald[384]: Received request to flush runtime journal from PID 1\n[[32m OK [0m] Started Flush Journal to Persistent Storage.\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n Starting udev Kernel Device Manager...\n[[ 2.604131] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).\n[32m OK [0m] Reached target Local File Systems (Pre).\n[[32m OK [0m] Mounted NFSD configuration filesystem.\n[[32m OK [0m] Started Configure read-only root support.\n[[32m OK [0m] Reached target Local File Systems.\n Starting Preprocess NFS configuration...\n Starting Import network configuration from initramfs...\n Starting Rebuild Journal Catalog...\n Starting Mark the need to relabel after reboot...\n[[32m OK [0m] Started Mark the need to relabel after reboot.\n[[32m OK [0m] Started Rebuild Journal Catalog.\n[[32m OK [0m] Started Preprocess NFS configuration.\n[[32m OK [0m] Started udev Kernel Device Manager.\n[[32m OK [0m] Started Import network configuration from initramfs.\n Starting Create Volatile Files and Directories...\n[[32m OK [0m] Started Create Volatile Files and Directories.\n Starting Security Auditing Service...\n[[32m OK [0m] Started Setup Virtual Console.\n[ 2.681795] type=1305 audit(1534064524.870:3): audit_pid=439 old=0 auid=4294967295 ses=4294967295 res=1\n[[32m OK [0m] Started Security Auditing Service.\n Starting Update UTMP about System Boot/Shutdown...\n[[32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[32m OK [0m] Started Rebuild Hardware Database.\n Starting Update is Completed...\n Starting udev Coldplug all Devices...\n[[32m OK [0m] Started Update is Completed.\n[[32m OK [0m] Started udev Coldplug all Devices.\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Listening on RPCbind Server Activation Socket.\n[[32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[32m OK [0m] Reached target Sockets.\n[[32m OK [0m] Reached target Paths.\n[[32m OK [0m] Reached target Basic System.\n Starting GSSAPI Proxy Daemon...\n Starting Login Service...\n Starting LSB: Bring up/down networking...\n Starting Initial cloud-init job (pre-networking)...\n Starting NTP client/server...\n Starting Authorization Manager...\n Starting Dump dmesg to /var/log/dmesg...\n[[32m OK [0m[ 2.903450] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0\n] Started D-Bus System Message Bus.\n[ 2.911172] input: PC Speaker as /devices/platform/pcspkr/input/input5\n[ 2.940928] [drm] Initialized drm 1.1.0 20060810\n Starting D-Bus System Message Bus...\n[ 2.959325] ppdev: user-space parallel port driver\n[[32m OK [0m] Started irqbalance daemon.\n Starting irqbala[ 2.963107] [TTM] Zone kernel: Available graphics memory: 1940960 kiB\nnce daemon...\n[ 2.964789] [TTM] Initializing pool allocator\n[ 2.965165] [TTM] Initializing DMA pool allocator\n[ 2.965440] [drm] fb mappable at 0xFC000000\n[ 2.965440] [drm] vram aper at 0xFC000000\n[[32m OK [0m] Reached target Timers.\n[ 2.965440] [drm] size 33554432\n[ 2.965441] [drm] fb depth is 24\n[ 2.965441] [drm] pitch is 3072\n[ 2.970160] fbcon: cirrusdrmfb (fb0) is primary device\n[ 2.991833] Console: switching to colour frame buffer device 128x48\n[ 3.005245] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device\n[[32m OK [0m] Started GSSAPI Proxy Daemon.\n[[32m OK [0m] Started Dump dmesg to /var/log/dmesg.\n[[32m OK [0m] Found device /dev/ttyS0.\n[[32m OK [0m] Started NTP client/server.\n[ 3.025306] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0\n[[32m OK [0m] Reached target NFS client services.\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n Starting Permit User Sessions...\n[[32m OK [0m] Started Authorization Manager.\n[[32m OK [0m] Started Login Service.\n[[32m OK [0m] Started Permit User Sessions.\n[[32m OK [0m] Started Getty on tty1.\n Starting Getty on tty1...\n[[32m OK [0m] Started Serial Getty on ttyS0.\n Starting Serial Getty on ttyS0...\n[[32m OK [0m] Reached target Login Prompts.\n[ 3.070783] AES CTR mode by8 optimization enabled\n[[32m OK [0m] Started Command Scheduler.\n Starting Command Scheduler...\n[ 3.095936] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)\n[ 3.102210] alg: No test for crc32 (crc32-pclmul)\n[ 3.105910] intel_rapl: no valid rapl domains found in package 0\n[ 3.144503] intel_powerclamp: No package C-state available\n[ 3.150250] intel_powerclamp: No package C-state availableintel_powerclamp: No package C-state available[ 3.120584] cloud-init[474]: Cloud-init v. 0.7.5 running 'init-local' at Sun, 12 Aug 2018 09:02:05 +0000. Up 3.08 seconds.\n[[32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[32m OK [0m] Started LSB: Bring up/down networking.\n[[32m OK [0m] Reached target Network.\n Starting Initial cloud-init job (metadata service crawler)...\n Starting System Logging Service...\n[[32m OK [0m] Reached target Network is Online.\n[[32m OK [0m] Started Cloudify REST Service.\n Starting Cloudify REST Service...\n Starting RabbitMQ Service...\n Starting LSB: Starts Logstash as a daemon....\n Starting LSB: Supports the direct execution of binary formats....\n[[32m OK [0m] Started Cloudify Stage Service.\n Starting Cloudify Stage Service...\n[[32m OK [0m] Started InfluxDB Service.\n Starting InfluxDB Service...\n Starting Crash recovery kernel arming...\n Starting Postfix Mail Transport Agent...\n Starting OpenSSH server daemon...\n Starting Dynamic System Tuning Daemon...\n Starting PostgreSQL 9.5 database server...\n Starting nginx - high performance web server...\n Starting Notify NFS peers of a restart...\n[[32m OK [0m] Started LSB: Starts Logstash as a daemon..\n[[32m OK [0m] Started Notify NFS peers of a restart.\n Mounting Arbitrary Executable File Formats File System...\n[[32m OK [0m] Started OpenSSH server daemon.\n[[32m OK [0m] Mounted Arbitrary Executable File Formats File System.\n[[32m OK [0m] Started nginx - high performance web server.\n[[32m OK [0m] Started LSB: Supports the direct execution of binary formats..\n[[32m OK [0m] Created slice user-993.slice.\n[[32m OK [0m] Started Dynamic System Tuning Daemon.\n[ 5.537653] cloud-init[790]: Cloud-init v. 0.7.5 running 'init' at Sun, 12 Aug 2018 09:02:08 +0000. Up 5.50 seconds.\n[ 5.590256] cloud-init[790]: ci-info: +++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\n[ 5.594246] cloud-init[790]: ci-info: +--------+------+---------------+---------------+-------------------+\n[ 5.599339] cloud-init[790]: ci-info: | Device | Up | Address | Mask | Hw-Address |\n[ 5.601740] cloud-init[790]: ci-info: +--------+------+---------------+---------------+-------------------+\n[ 5.604048] cloud-init[790]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . |\n[ 5.606372] cloud-init[790]: ci-info: | eth0: | True | 192.168.120.8 | 255.255.255.0 | fa:16:3e:7f:09:4f |\n[ 5.608679] cloud-init[790]: ci-info: +--------+------+---------------+---------------+-------------------+\n[ 5.611409] cloud-init[790]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\n[ 5.613930] cloud-init[790]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 5.616453] cloud-init[790]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 5.618989] cloud-init[790]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 5.622844] cloud-init[790]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG |\n[ 5.625445] cloud-init[790]: ci-info: | 1 | 169.254.169.254 | 192.168.120.3 | 255.255.255.255 | eth0 | UGH |\n[ 5.628330] cloud-init[790]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\n[ 5.630852] cloud-init[790]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[[32m OK [0m] Started Postfix Mail Transport Agent.\n[[32m OK [0m] Started PostgreSQL 9.5 database server.\n\nCentOS Linux 7 (Core)\nKernel 3.10.0-514.16.1.el7.x86_64 on an x86_64\n\ncloudify login: "} 2018-08-12 09:02:53,837 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/22b1203c-7862-4502-ae31-7a49d851bb62/action used request id req-3ce396ae-67dc-452e-9526-da92f627b481 2018-08-12 09:02:53,837 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.258736848831s 2018-08-12 09:02:53,838 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/22b1203c-7862-4502-ae31-7a49d851bb62/action used request id req-3ce396ae-67dc-452e-9526-da92f627b481 2018-08-12 09:02:53,838 - functest.core.singlevm - DEBUG - vm console: [H[J[1;1H[?25l[m[H[J[1;1H[20;7H[mUse the ^ and v keys to change the selection. Press 'e' to edit the selected item, or 'c' for a command prompt. [4;80H [7m[4;1H CentOS Linux (3.10.0-514.16.1.el7.x86_64) 7 (Core) [m[4;79H[m[m[5;1H CentOS Linux (3.10.0-327.28.3.el7.x86_64) 7 (Core) [m[5;79H[m[m[6;1H CentOS Linux (0-rescue-56d65f493d8f854534fe792ecf014b83) 7 (Core) [m[6;79H[m[m[7;1H [m[7;79H[m[m[8;1H [m[8;79H[m[m[9;1H [m[9;79H[m[m[10;1H [m[10;79H[m[m[11;1H [m[11;79H[m[m[12;1H [m[12;79H[m[m[13;1H [m[13;79H[m[m[14;1H [m[14;79H[m[m[15;1H [m[15;79H[m[m[16;1H [m[16;79H[m[m[17;1H [m[17;79H[m[m[18;1H [m[18;79H[m[18;80H [4;79H[22;1H The selected entry will be started automatically in 1s. [4;79H[22;1H The selected entry will be started automatically in 0s. [4;79H[?25h[H[J[1;1H[H[J[1;1H[ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.10.0-514.16.1.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #1 SMP Wed Apr 12 15:04:24 UTC 2017 [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8 [ 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-0x00000000bffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x00000000bffdc000-0x00000000bfffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x140000 max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] e820: last_pfn = 0xbffdc max_arch_pfn = 0x400000000 [ 0.000000] found SMP MP-table at [mem 0x000f6390-0x000f639f] mapped at [ffff8800000f6390] [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff] [ 0.000000] ACPI: RSDP 00000000000f6340 00014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 00000000bffe1351 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 00000000bffe11dd 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 00000000bffdfdc0 0141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 00000000bffdfd80 00040 [ 0.000000] ACPI: APIC 00000000bffe12d1 00080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000013fffffff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x13fffffff] [ 0.000000] NODE_DATA [mem 0x13ffd7000-0x13fffdfff] [ 0.000000] Reserving 161MB of memory at 656MB for crashkernel (System RAM: 4095MB) [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 1:3ff87001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 1752226919 cycles [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal [mem 0x100000000-0x13fffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0xbffdbfff] [ 0.000000] node 0: [mem 0x100000000-0x13fffffff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 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 2 CPUs, 0 hotplug CPUs [ 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] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff] [ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff] [ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff] [ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037 [ 0.000000] Policy zone: Normal [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100 [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form [ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2. [ 0.000000] NR_IRQS:327936 nr_irqs:440 0 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty0] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 16777216 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.326637] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912) [ 0.329037] pid_max: default: 32768 minimum: 301 [ 0.330401] Security Framework initialized [ 0.331661] SELinux: Initializing. [ 0.333075] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.338359] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.341631] Mount-cache hash table entries: 4096 [ 0.343262] Initializing cgroup subsys memory [ 0.344570] Initializing cgroup subsys devices [ 0.345842] Initializing cgroup subsys freezer [ 0.347141] Initializing cgroup subsys net_cls [ 0.348474] Initializing cgroup subsys blkio [ 0.349761] Initializing cgroup subsys perf_event [ 0.351128] Initializing cgroup subsys hugetlb [ 0.352442] Initializing cgroup subsys pids [ 0.353714] Initializing cgroup subsys net_prio [ 0.355122] CPU: Physical Processor ID: 0 [ 0.357112] mce: CPU supports 10 MCE banks [ 0.358420] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.359897] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.362261] tlb_flushall_shift: 6 [ 0.363589] Freeing SMP alternatives: 28k freed [ 0.367719] ACPI: Core revision 20130517 [ 0.369402] ACPI: All ACPI Tables successfully acquired [ 0.371067] ftrace: allocating 25812 entries in 101 pages [ 0.393993] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.395741] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.397463] smpboot: Max logical packages: 2 [ 0.398938] Enabling x2apic [ 0.399948] Enabled x2apic [ 0.401138] Switched APIC routing to physical x2apic. [ 0.403549] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.405213] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.408111] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.415779] KVM setup paravirtual spinlock [ 0.418226] smpboot: Booting Node 0, Processors #1 OK [ 0.419987] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.441786] Brought up 2 CPUs [ 0.441789] KVM setup async PF for cpu 1 [ 0.441792] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.445141] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.447444] devtmpfs: initialized [ 0.449836] EVM: security.selinux [ 0.450921] EVM: security.ima [ 0.451892] EVM: security.capability [ 0.453634] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.455356] pinctrl core: initialized pinctrl subsystem [ 0.456910] NET: Registered protocol family 16 [ 0.458368] ACPI: bus type PCI registered [ 0.459571] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.461276] PCI: Using configuration type 1 for base access [ 0.466078] ACPI: Added _OSI(Module Device) [ 0.467335] ACPI: Added _OSI(Processor Device) [ 0.468630] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.469970] ACPI: Added _OSI(Processor Aggregator Device) [ 0.472501] ACPI: Interpreter enabled [ 0.473618] ACPI: (supports S0 S5) [ 0.474651] ACPI: Using IOAPIC for interrupt routing [ 0.475957] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.480034] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.481526] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.483136] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.484742] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.487688] acpiphp: Slot [3] registered [ 0.488826] acpiphp: Slot [4] registered [ 0.489961] acpiphp: Slot [5] registered [ 0.491101] acpiphp: Slot [6] registered [ 0.492265] acpiphp: Slot [7] registered [ 0.493421] acpiphp: Slot [8] registered [ 0.494589] acpiphp: Slot [9] registered [ 0.495725] acpiphp: Slot [10] registered [ 0.496869] acpiphp: Slot [11] registered [ 0.498022] acpiphp: Slot [12] registered [ 0.499186] acpiphp: Slot [13] registered [ 0.500336] acpiphp: Slot [14] registered [ 0.501480] acpiphp: Slot [15] registered [ 0.502624] acpiphp: Slot [16] registered [ 0.503787] acpiphp: Slot [17] registered [ 0.504944] acpiphp: Slot [18] registered [ 0.506087] acpiphp: Slot [19] registered [ 0.507245] acpiphp: Slot [20] registered [ 0.508383] acpiphp: Slot [21] registered [ 0.509529] acpiphp: Slot [22] registered [ 0.510670] acpiphp: Slot [23] registered [ 0.511809] acpiphp: Slot [24] registered [ 0.512974] acpiphp: Slot [25] registered [ 0.514130] acpiphp: Slot [26] registered [ 0.515289] acpiphp: Slot [27] registered [ 0.516431] acpiphp: Slot [28] registered [ 0.517593] acpiphp: Slot [29] registered [ 0.518765] acpiphp: Slot [30] registered [ 0.519915] acpiphp: Slot [31] registered [ 0.521054] PCI host bridge to bus 0000:00 [ 0.522198] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.523632] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.525218] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.526793] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.528927] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.531060] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window] [ 0.535774] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.537467] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.539011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.540629] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.545054] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.547115] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.569196] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.571068] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.572849] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.574615] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.576674] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.578350] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.580053] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.582278] vgaarb: loaded [ 0.583215] vgaarb: bridge control possible 0000:00:02.0 [ 0.584700] SCSI subsystem initialized [ 0.585834] ACPI: bus type USB registered [ 0.587003] usbcore: registered new interface driver usbfs [ 0.588414] usbcore: registered new interface driver hub [ 0.589809] usbcore: registered new device driver usb [ 0.591293] PCI: Using ACPI for IRQ routing [ 0.592779] NetLabel: Initializing [ 0.593834] NetLabel: domain hash size = 128 [ 0.595041] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.596372] NetLabel: unlabeled traffic allowed by default [ 0.597900] Switched to clocksource kvm-clock [ 0.606238] pnp: PnP ACPI init [ 0.607201] ACPI: bus type PNP registered [ 0.608636] pnp: PnP ACPI: found 5 devices [ 0.609783] ACPI: bus type PNP unregistered [ 0.616918] NET: Registered protocol family 2 [ 0.618374] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.620679] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.622595] TCP: Hash tables configured (established 32768 bind 32768) [ 0.624228] TCP: reno registered [ 0.625254] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.626738] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.628407] NET: Registered protocol family 1 [ 0.629641] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.631068] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.632472] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.651961] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.671999] Unpacking initramfs... [ 1.100657] Freeing initrd memory: 37508k freed [ 1.109971] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.111569] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.114621] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.116156] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.117957] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.119403] Initialise system trusted keyring [ 1.120567] audit: initializing netlink socket (disabled) [ 1.121871] type=2000 audit(1534064524.263:1): initialized [ 1.138392] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.139847] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.142080] zpool: loaded [ 1.142966] zbud: loaded [ 1.143978] VFS: Disk quotas dquot_6.5.2 [ 1.145081] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.146684] msgmni has been set to 7578 [ 1.147808] Key type big_key registered [ 1.149525] NET: Registered protocol family 38 [ 1.150700] Key type asymmetric registered [ 1.151801] Asymmetric key parser 'x509' registered [ 1.153043] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.155093] io scheduler noop registered [ 1.156182] io scheduler deadline registered (default) [ 1.167243] io scheduler cfq registered [ 1.168390] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.169715] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.171310] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.173312] ACPI: Power Button [PWRF] [ 1.174433] GHES: HEST is not enabled! [ 1.175548] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.200011] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.201671] Non-volatile memory driver v1.3 [ 1.202804] Linux agpgart interface v0.103 [ 1.203996] crash memory driver: version 1.1 [ 1.205179] rdac: device handler registered [ 1.206346] hp_sw: device handler registered [ 1.207490] emc: device handler registered [ 1.208579] alua: device handler registered [ 1.209706] libphy: Fixed MDIO Bus: probed [ 1.210845] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.212325] ehci-pci: EHCI PCI platform driver [ 1.213482] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.214966] ohci-pci: OHCI PCI platform driver [ 1.216134] uhci_hcd: USB Universal Host Controller Interface driver [ 1.236097] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.237400] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.239411] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.240699] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.242125] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.243644] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.245619] usb usb1: Product: UHCI Host Controller [ 1.246834] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.248409] usb usb1: SerialNumber: 0000:00:01.2 [ 1.249658] hub 1-0:1.0: USB hub found [ 1.250728] hub 1-0:1.0: 2 ports detected [ 1.251957] usbcore: registered new interface driver usbserial [ 1.253351] usbcore: registered new interface driver usbserial_generic [ 1.254837] usbserial: USB Serial support registered for generic [ 1.256250] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.258956] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.260448] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.262049] mousedev: PS/2 mouse device common for all mice [ 1.263961] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.266713] rtc_cmos 00:00: RTC can wake from S4 [ 1.267496] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.268741] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.272908] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.274399] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.275913] cpuidle: using governor menu [ 1.277062] hidraw: raw HID events driver (C) Jiri Kosina [ 1.278450] usbcore: registered new interface driver usbhid [ 1.279777] usbhid: USB HID core driver [ 1.280884] drop_monitor: Initializing network drop monitor service [ 1.282367] TCP: cubic registered [ 1.283346] Initializing XFRM netlink socket [ 1.284539] NET: Registered protocol family 10 [ 1.285905] NET: Registered protocol family 17 [ 1.287276] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.288915] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.290324] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.292656] Loading compiled-in X.509 certificates [ 1.293894] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.296246] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.299006] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.301366] registered taskstats version 1 [ 1.304199] Key type trusted registered [ 1.306501] Key type encrypted registered [ 1.308739] IMA: No TPM chip found, activating TPM-bypass! [ 1.310450] rtc_cmos 00:00: setting system clock to 2018-08-12 09:02:03 UTC (1534064523) [ 1.313208] Freeing unused kernel memory: 1680k freed [ 1.318056] systemd[1]: systemd 219 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID +ELFUTILS +KMOD +IDN) [ 1.322988] systemd[1]: Detected virtualization kvm. [ 1.324463] systemd[1]: Detected architecture x86-64. [ 1.325957] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.328893] systemd[1]: No hostname configured. [ 1.330291] systemd[1]: Set hostname to . [ 1.331810] systemd[1]: Initializing machine ID from KVM UUID. [[32m OK [0m] Created slice Root Slice. [ 1.356638] systemd[1]: Created slice Root Slice. [ 1.358085] systemd[1]: Starting Root Slice. [[32m OK [0m] Reached target Timers. [ 1.360406] systemd[1]: Reached target Timers. [ 1.361768] systemd[1]: Starting Timers. [[32m OK [0m] Reached target Swap. [ 1.363944] systemd[1]: Reached target Swap. [ 1.365297] systemd[1]: Starting Swap. [[32m OK [0m] Listening on udev Kernel Socket. [ 1.367598] systemd[1]: Listening on udev Kernel Socket. [ 1.369158] systemd[1]: Starting udev Kernel Socket. [ 1.370654] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.373144] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Reached target Local File Systems. [ 1.376681] systemd[1]: Reached target Local File Systems. [ 1.378259] systemd[1]: Starting Local File Systems. [[32m OK [0m] Listening on Journal Socket. [ 1.380768] systemd[1]: Listening on Journal Socket. [ 1.382242] systemd[1]: Starting Journal Socket. [[32m OK [0m] Created slice System Slice. [ 1.384526] systemd[1]: Created slice System Slice. [ 1.385770] systemd[1]: Starting System Slice. [[32m OK [0m] Reached target Slices. [ 1.387699] systemd[1]: Reached target Slices. [ 1.388884] systemd[1]: Starting Slices. [ 1.390376] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [ 1.392722] 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... [ 1.396602] systemd[1]: Starting Journal Service... Starting Journal Service... [[32m OK [0m] Listening on udev Control Socket. [ 1.399808] systemd[1]: Listening on udev Control Socket. [ 1.401154] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Reached target Sockets. [ 1.403516] systemd[1]: Reached target Sockets. [ 1.404713] systemd[1]: Starting Sockets. [[32m OK [0m] Reached target Paths. [ 1.406590] systemd[1]: Reached target Paths. [ 1.407759] systemd[1]: Starting Paths. [ 1.409112] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [[32m OK [0m] Started Journal Service. [ 1.412276] systemd[1]: Started Journal Service. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. Starting Create Static Device Nodes in /dev... [[32m OK [0m] Started Apply Kernel Variables. [[32m OK [0m] Started Create Static Device Nodes in /dev. [[32m OK [0m] Started dracut cmdline hook. Starting dracut pre-udev hook... [ 1.465293] RPC: Registered named UNIX socket transport module. [ 1.466682] RPC: Registered udp transport module. [ 1.467859] RPC: Registered tcp transport module. [ 1.469035] RPC: Registered tcp NFSv4.1 backchannel transport module. [[32m OK [0m] Started dracut pre-udev hook. Starting udev Kernel Device Manager... [[32m OK [0m] Started udev Kernel Device Manager. Starting dracut pre-trigger hook... [[32m OK [0m] Started dracut pre-trigger hook. Starting udev Coldplug all Devices... Mounting Configuration File System... [[32m OK [0m] Mounted Configuration File System. [ 1.555943] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.562229] FDC 0 is a S82078B [[32m OK [0m] Started udev Coldplug all Devices. Starting dracut initqueue hook... [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Basic System. [ 1.586161] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.627163] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.632569] scsi host0: ata_piix [ 1.633805] vda: vda1 [ 1.634573] scsi host1: ata_piix [ 1.634608] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.634609] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [[32m OK [0m] Found device /dev/disk/by-uuid/f13d84b4-c756-4d89-9d5e-6b534397aa14. Starting File System Check on /dev/...4-c756-4d89-9d5e-6b534397aa14... [[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14. [ 1.707481] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.709652] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.711849] usb 1-1: Product: QEMU USB Tablet [ 1.713385] usb 1-1: Manufacturer: QEMU [ 1.714634] usb 1-1: SerialNumber: 42 [ 1.724786] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 1.727433] 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 [[32m OK [0m] Started dracut initqueue hook. [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. Mounting /sysroot... [ 1.809462] SGI XFS with ACLs, security attributes, no debug enabled [ 1.812314] XFS (vda1): Mounting V4 Filesystem [ 1.840262] XFS (vda1): Ending clean mount [[32m OK [0m] Mounted /sysroot. [[32m OK [0m] Reached target Initrd Root File System. Starting Reload Configuration from the Real Root... [[32m OK [0m] Started Reload Configuration from the Real Root. [[32m OK [0m] Reached target Initrd File Systems. [[32m OK [0m] Reached target Initrd Default Target. Starting dracut pre-pivot and cleanup hook... [[32m OK [0m] Started dracut pre-pivot and cleanup hook. Starting Cleaning Up and Shutting Down Daemons... [[32m OK [0m] Stopped target Timers. [[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons. [[32m OK [0m] Stopped dracut pre-pivot and cleanup hook. Stopping dracut pre-pivot and cleanup hook... [[32m OK [0m] Stopped target Initrd Default Target. [[32m OK [0m] Stopped target Basic System. [[32m OK [0m] Stopped target Sockets. [[32m OK [0m] Stopped target Paths. [[32m OK [0m] Stopped target Slices. [[32m OK [0m] Stopped target System Initialization. [[32m OK [0m] Stopped target Swap. [[32m OK [0m] Stopped Apply Kernel Variables. Stopping Apply Kernel Variables... [[32m OK [0m] Stopped target Local File Systems. [[32m OK [0m] Stopped target Remote File Systems. [[32m OK [0m] Stopped target Remote File Systems (Pre). [[32m OK [0m] Stopped dracut initqueue hook. Stopping dracut initqueue hook... [[32m OK [0m] Stopped udev Coldplug all Devices. Stopping udev Coldplug all Devices... [[32m OK [0m] Stopped dracut pre-trigger hook. Stopping dracut pre-trigger hook... Stopping udev Kernel Device Manager... [[32m OK [0m] Stopped udev Kernel Device Manager. [[32m OK [0m] Stopped Create Static Device Nodes in /dev. Stopping Create Static Device Nodes in /dev... [[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel. Stopping Create list of required st... nodes for the current kernel... [[32m OK [0m] Stopped dracut pre-udev hook. Stopping dracut pre-udev hook... [[32m OK [0m] Stopped dracut cmdline hook. Stopping dracut cmdline hook... [[32m OK [0m] Closed udev Kernel Socket. [[32m OK [0m] Closed udev Control Socket. Starting Cleanup udevd DB... [[32m OK [0m] Started Cleanup udevd DB. [[32m OK [0m] Reached target Switch Root. Starting Switch Root... [ 2.066534] systemd-journald[112]: Received SIGTERM from PID 1 (systemd). [ 2.115933] tsc: Refined TSC clocksource calibration: 3491.847 MHz [ 2.239428] SELinux: Disabled at runtime. [ 2.277920] type=1404 audit(1534064524.467:2): selinux=0 auid=4294967295 ses=4294967295 [ 2.303241] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.304746] systemd[1]: Inserted module 'ip_tables' Welcome to [0;31mCentOS Linux 7 (Core)[0m! [[32m OK [0m] Stopped Switch Root. [[32m OK [0m] Listening on udev Control Socket. [[32m OK [0m] Created slice system-serial\x2dgetty.slice. [[32m OK [0m] Stopped target Switch Root. [[32m OK [0m] Stopped target Initrd Root File System. [[32m OK [0m] Stopped File System Check on Root Device. Stopping File System Check on Root Device... [[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [[32m OK [0m] Created slice User and Session Slice. Starting Create list of required st... nodes for the current kernel... [[32m OK [0m] Stopped Journal Service. Starting Journal Service... [[32m OK [0m] Reached target Encrypted Volumes. [[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. Mounting POSIX Message Queue File System... Starting Apply Kernel Variables... [[32m OK [0m] Reached target Slices. Mounting Debug File System... [[32m OK [0m] Stopped target Initrd File Systems. Mounting Huge Pages File System... Starting Remount Root and Kernel File Systems... [[32m OK [0m] Listening on udev Kernel Socket. Starting Setup Virtual Console... [[32m OK [0m] Created slice system-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice. [[32m OK [0m] Listening on Delayed Shutdown Socket. [[32m OK [0m] Reached target Swap. Mounting NFSD configuration filesystem... [[32m OK [0m] Created slice system-getty.slice. [[32m OK [0m] Started Journal Service. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [[32m OK [0m] Started Apply Kernel Variables. Starting Create Static Device Nodes in /dev... [[32m OK [0m] Mounted Huge Pages File System. [[32m OK [0m] Mounted Debug File System. [[32m OK [0m] Mounted POSIX Message Queue File System. [[32m OK [0m] Started Remount Root and Kernel File Systems. Starting Load/Save Random Seed... Starting Configure read-only root support... Starting Flush Journal to Persistent Storage... Starting Rebuild Hardware Database... [[32m OK [0m] Started Load/Save Random Seed. [ 2.548701] systemd-journald[384]: Received request to flush runtime journal from PID 1 [[32m OK [0m] Started Flush Journal to Persistent Storage. [[32m OK [0m] Started Create Static Device Nodes in /dev. Starting udev Kernel Device Manager... [[ 2.604131] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). [32m OK [0m] Reached target Local File Systems (Pre). [[32m OK [0m] Mounted NFSD configuration filesystem. [[32m OK [0m] Started Configure read-only root support. [[32m OK [0m] Reached target Local File Systems. Starting Preprocess NFS configuration... Starting Import network configuration from initramfs... Starting Rebuild Journal Catalog... Starting Mark the need to relabel after reboot... [[32m OK [0m] Started Mark the need to relabel after reboot. [[32m OK [0m] Started Rebuild Journal Catalog. [[32m OK [0m] Started Preprocess NFS configuration. [[32m OK [0m] Started udev Kernel Device Manager. [[32m OK [0m] Started Import network configuration from initramfs. Starting Create Volatile Files and Directories... [[32m OK [0m] Started Create Volatile Files and Directories. Starting Security Auditing Service... [[32m OK [0m] Started Setup Virtual Console. [ 2.681795] type=1305 audit(1534064524.870:3): audit_pid=439 old=0 auid=4294967295 ses=4294967295 res=1 [[32m OK [0m] Started Security Auditing Service. Starting Update UTMP about System Boot/Shutdown... [[32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[32m OK [0m] Started Rebuild Hardware Database. Starting Update is Completed... Starting udev Coldplug all Devices... [[32m OK [0m] Started Update is Completed. [[32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Listening on RPCbind Server Activation Socket. [[32m OK [0m] Listening on D-Bus System Message Bus Socket. [[32m OK [0m] Reached target Sockets. [[32m OK [0m] Reached target Paths. [[32m OK [0m] Reached target Basic System. Starting GSSAPI Proxy Daemon... Starting Login Service... Starting LSB: Bring up/down networking... Starting Initial cloud-init job (pre-networking)... Starting NTP client/server... Starting Authorization Manager... Starting Dump dmesg to /var/log/dmesg... [[32m OK [0m[ 2.903450] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0 ] Started D-Bus System Message Bus. [ 2.911172] input: PC Speaker as /devices/platform/pcspkr/input/input5 [ 2.940928] [drm] Initialized drm 1.1.0 20060810 Starting D-Bus System Message Bus... [ 2.959325] ppdev: user-space parallel port driver [[32m OK [0m] Started irqbalance daemon. Starting irqbala[ 2.963107] [TTM] Zone kernel: Available graphics memory: 1940960 kiB nce daemon... [ 2.964789] [TTM] Initializing pool allocator [ 2.965165] [TTM] Initializing DMA pool allocator [ 2.965440] [drm] fb mappable at 0xFC000000 [ 2.965440] [drm] vram aper at 0xFC000000 [[32m OK [0m] Reached target Timers. [ 2.965440] [drm] size 33554432 [ 2.965441] [drm] fb depth is 24 [ 2.965441] [drm] pitch is 3072 [ 2.970160] fbcon: cirrusdrmfb (fb0) is primary device [ 2.991833] Console: switching to colour frame buffer device 128x48 [ 3.005245] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device [[32m OK [0m] Started GSSAPI Proxy Daemon. [[32m OK [0m] Started Dump dmesg to /var/log/dmesg. [[32m OK [0m] Found device /dev/ttyS0. [[32m OK [0m] Started NTP client/server. [ 3.025306] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 [[32m OK [0m] Reached target NFS client services. [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. Starting Permit User Sessions... [[32m OK [0m] Started Authorization Manager. [[32m OK [0m] Started Login Service. [[32m OK [0m] Started Permit User Sessions. [[32m OK [0m] Started Getty on tty1. Starting Getty on tty1... [[32m OK [0m] Started Serial Getty on ttyS0. Starting Serial Getty on ttyS0... [[32m OK [0m] Reached target Login Prompts. [ 3.070783] AES CTR mode by8 optimization enabled [[32m OK [0m] Started Command Scheduler. Starting Command Scheduler... [ 3.095936] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) [ 3.102210] alg: No test for crc32 (crc32-pclmul) [ 3.105910] intel_rapl: no valid rapl domains found in package 0 [ 3.144503] intel_powerclamp: No package C-state available [ 3.150250] intel_powerclamp: No package C-state availableintel_powerclamp: No package C-state available[ 3.120584] cloud-init[474]: Cloud-init v. 0.7.5 running 'init-local' at Sun, 12 Aug 2018 09:02:05 +0000. Up 3.08 seconds. [[32m OK [0m] Started Initial cloud-init job (pre-networking). [[32m OK [0m] Started LSB: Bring up/down networking. [[32m OK [0m] Reached target Network. Starting Initial cloud-init job (metadata service crawler)... Starting System Logging Service... [[32m OK [0m] Reached target Network is Online. [[32m OK [0m] Started Cloudify REST Service. Starting Cloudify REST Service... Starting RabbitMQ Service... Starting LSB: Starts Logstash as a daemon.... Starting LSB: Supports the direct execution of binary formats.... [[32m OK [0m] Started Cloudify Stage Service. Starting Cloudify Stage Service... [[32m OK [0m] Started InfluxDB Service. Starting InfluxDB Service... Starting Crash recovery kernel arming... Starting Postfix Mail Transport Agent... Starting OpenSSH server daemon... Starting Dynamic System Tuning Daemon... Starting PostgreSQL 9.5 database server... Starting nginx - high performance web server... Starting Notify NFS peers of a restart... [[32m OK [0m] Started LSB: Starts Logstash as a daemon.. [[32m OK [0m] Started Notify NFS peers of a restart. Mounting Arbitrary Executable File Formats File System... [[32m OK [0m] Started OpenSSH server daemon. [[32m OK [0m] Mounted Arbitrary Executable File Formats File System. [[32m OK [0m] Started nginx - high performance web server. [[32m OK [0m] Started LSB: Supports the direct execution of binary formats.. [[32m OK [0m] Created slice user-993.slice. [[32m OK [0m] Started Dynamic System Tuning Daemon. [ 5.537653] cloud-init[790]: Cloud-init v. 0.7.5 running 'init' at Sun, 12 Aug 2018 09:02:08 +0000. Up 5.50 seconds. [ 5.590256] cloud-init[790]: ci-info: +++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ [ 5.594246] cloud-init[790]: ci-info: +--------+------+---------------+---------------+-------------------+ [ 5.599339] cloud-init[790]: ci-info: | Device | Up | Address | Mask | Hw-Address | [ 5.601740] cloud-init[790]: ci-info: +--------+------+---------------+---------------+-------------------+ [ 5.604048] cloud-init[790]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . | [ 5.606372] cloud-init[790]: ci-info: | eth0: | True | 192.168.120.8 | 255.255.255.0 | fa:16:3e:7f:09:4f | [ 5.608679] cloud-init[790]: ci-info: +--------+------+---------------+---------------+-------------------+ [ 5.611409] cloud-init[790]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ [ 5.613930] cloud-init[790]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 5.616453] cloud-init[790]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 5.618989] cloud-init[790]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 5.622844] cloud-init[790]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG | [ 5.625445] cloud-init[790]: ci-info: | 1 | 169.254.169.254 | 192.168.120.3 | 255.255.255.255 | eth0 | UGH | [ 5.628330] cloud-init[790]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | [ 5.630852] cloud-init[790]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [[32m OK [0m] Started Postfix Mail Transport Agent. [[32m OK [0m] Started PostgreSQL 9.5 database server. CentOS Linux 7 (Core) Kernel 3.10.0-514.16.1.el7.x86_64 on an x86_64 cloudify login: 2018-08-12 09:02:53,842 - paramiko.transport - DEBUG - starting thread (client mode): 0x828ad10L 2018-08-12 09:02:53,843 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-12 09:02:53,851 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1 2018-08-12 09:02:53,851 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1) 2018-08-12 09:02:53,853 - 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-group-exchange-sha1', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] server encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] client mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', 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-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] server mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', 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-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] 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 09:02:53,854 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-12 09:02:53,854 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-12 09:02:53,854 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-12 09:02:53,854 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-12 09:02:53,854 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-12 09:02:53,860 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-12 09:02:53,860 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-12 09:02:53,875 - paramiko.transport - DEBUG - Trying discovered key 815d85f419f8e509f9ffe242f3e5f7d9 in /tmp/tmp2SMb7l 2018-08-12 09:02:53,900 - paramiko.transport - DEBUG - userauth is OK 2018-08-12 09:03:03,921 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-12 09:03:03,922 - cloudify.rest_client.http - DEBUG - Setting `Authorization` header: * 2018-08-12 09:03:03,922 - cloudify.rest_client.http - DEBUG - Setting `Tenant` header: default_tenant 2018-08-12 09:03:03,924 - functest.core.cloudify - INFO - Attemps running status of the Manager 2018-08-12 09:03:03,924 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/status 2018-08-12 09:03:04,103 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-12 09:03:04,103 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-12 09:03:04,104 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-12 09:03:04,104 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-12 09:03:04,104 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-12 09:03:04,104 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-12 09:03:04,104 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-12 09:03:04,104 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "running", "services": [{"instances": [{"LoadState": "loaded", "Description": "InfluxDB Service", "state": "running", "MainPID": 804, "Id": "cloudify-influxdb.service", "ActiveState": "active", "SubState": "running"}], "display_name": "InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Management Worker Service", "state": "dead", "MainPID": 0, "Id": "cloudify-mgmtworker.service", "ActiveState": "inactive", "SubState": "dead"}], "display_name": "Celery Management"}, {"instances": [{"LoadState": "loaded", "Description": "LSB: Starts Logstash as a daemon.", "state": "running", "MainPID": 0, "Id": "logstash.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Logstash"}, {"instances": [{"LoadState": "loaded", "Description": "RabbitMQ Service", "state": "start-post", "MainPID": 7999, "Id": "cloudify-rabbitmq.service", "ActiveState": "activating", "SubState": "start-post"}], "display_name": "RabbitMQ"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify AMQP InfluxDB Broker Service", "state": "dead", "MainPID": 0, "Id": "cloudify-amqpinflux.service", "ActiveState": "inactive", "SubState": "dead"}], "display_name": "AMQP InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "PostgreSQL 9.5 database server", "state": "running", "MainPID": 886, "Id": "postgresql-9.5.service", "ActiveState": "active", "SubState": "running"}], "display_name": "PostgreSQL"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify REST Service", "state": "running", "MainPID": 792, "Id": "cloudify-restservice.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Manager Rest-Service"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Stage Service", "state": "running", "MainPID": 800, "Id": "cloudify-stage.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Cloudify Stage"}, {"instances": [{"LoadState": "loaded", "Description": "Riemann Service", "state": "dead", "MainPID": 0, "Id": "cloudify-riemann.service", "ActiveState": "inactive", "SubState": "dead"}], "display_name": "Riemann"}, {"instances": [{"LoadState": "loaded", "Description": "nginx - high performance web server", "state": "running", "MainPID": 855, "Id": "nginx.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Webserver"}]} 2018-08-12 09:03:04,104 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-12 09:03:04,104 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 12 Aug 2018 09:03:02 GMT 2018-08-12 09:03:04,104 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-12 09:03:04,105 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2378 2018-08-12 09:03:04,105 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-12 09:03:04,105 - functest.core.cloudify - DEBUG - status {u'status': u'running', u'services': [{u'instances': [{u'LoadState': u'loaded', u'Description': u'InfluxDB Service', u'MainPID': 804, u'state': u'running', u'Id': u'cloudify-influxdb.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'InfluxDB'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Cloudify Management Worker Service', u'MainPID': 0, u'state': u'dead', u'Id': u'cloudify-mgmtworker.service', u'ActiveState': u'inactive', u'SubState': u'dead'}], u'display_name': u'Celery Management'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'LSB: Starts Logstash as a daemon.', u'MainPID': 0, u'state': u'running', u'Id': u'logstash.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Logstash'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'RabbitMQ Service', u'MainPID': 7999, u'state': u'start-post', u'Id': u'cloudify-rabbitmq.service', u'ActiveState': u'activating', u'SubState': u'start-post'}], u'display_name': u'RabbitMQ'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Cloudify AMQP InfluxDB Broker Service', u'MainPID': 0, u'state': u'dead', u'Id': u'cloudify-amqpinflux.service', u'ActiveState': u'inactive', u'SubState': u'dead'}], u'display_name': u'AMQP InfluxDB'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'PostgreSQL 9.5 database server', u'MainPID': 886, u'state': u'running', u'Id': u'postgresql-9.5.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'PostgreSQL'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Cloudify REST Service', u'MainPID': 792, u'state': u'running', u'Id': u'cloudify-restservice.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Manager Rest-Service'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Cloudify Stage Service', u'MainPID': 800, u'state': u'running', u'Id': u'cloudify-stage.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Cloudify Stage'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Riemann Service', u'MainPID': 0, u'state': u'dead', u'Id': u'cloudify-riemann.service', u'ActiveState': u'inactive', u'SubState': u'dead'}], u'display_name': u'Riemann'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'nginx - high performance web server', u'MainPID': 855, u'state': u'running', u'Id': u'nginx.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Webserver'}]} 2018-08-12 09:03:04,106 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/status 2018-08-12 09:03:04,235 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-12 09:03:04,235 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-12 09:03:04,235 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-12 09:03:04,236 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-12 09:03:04,236 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-12 09:03:04,236 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-12 09:03:04,236 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-12 09:03:04,236 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "running", "services": [{"instances": [{"LoadState": "loaded", "Description": "InfluxDB Service", "state": "running", "MainPID": 804, "Id": "cloudify-influxdb.service", "ActiveState": "active", "SubState": "running"}], "display_name": "InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Management Worker Service", "state": "dead", "MainPID": 0, "Id": "cloudify-mgmtworker.service", "ActiveState": "inactive", "SubState": "dead"}], "display_name": "Celery Management"}, {"instances": [{"LoadState": "loaded", "Description": "LSB: Starts Logstash as a daemon.", "state": "running", "MainPID": 0, "Id": "logstash.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Logstash"}, {"instances": [{"LoadState": "loaded", "Description": "RabbitMQ Service", "state": "start-post", "MainPID": 7999, "Id": "cloudify-rabbitmq.service", "ActiveState": "activating", "SubState": "start-post"}], "display_name": "RabbitMQ"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify AMQP InfluxDB Broker Service", "state": "dead", "MainPID": 0, "Id": "cloudify-amqpinflux.service", "ActiveState": "inactive", "SubState": "dead"}], "display_name": "AMQP InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "PostgreSQL 9.5 database server", "state": "running", "MainPID": 886, "Id": "postgresql-9.5.service", "ActiveState": "active", "SubState": "running"}], "display_name": "PostgreSQL"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify REST Service", "state": "running", "MainPID": 792, "Id": "cloudify-restservice.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Manager Rest-Service"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Stage Service", "state": "running", "MainPID": 800, "Id": "cloudify-stage.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Cloudify Stage"}, {"instances": [{"LoadState": "loaded", "Description": "Riemann Service", "state": "dead", "MainPID": 0, "Id": "cloudify-riemann.service", "ActiveState": "inactive", "SubState": "dead"}], "display_name": "Riemann"}, {"instances": [{"LoadState": "loaded", "Description": "nginx - high performance web server", "state": "running", "MainPID": 855, "Id": "nginx.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Webserver"}]} 2018-08-12 09:03:04,236 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-12 09:03:04,236 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 12 Aug 2018 09:03:02 GMT 2018-08-12 09:03:04,236 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-12 09:03:04,236 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2378 2018-08-12 09:03:04,236 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-12 09:03:04,237 - functest.core.cloudify - INFO - The current manager status is running 2018-08-12 09:03:04,237 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.200:80/api/v3/secrets/foo; body: {"update_if_exists": false, "visibility": "tenant", "value": "bar"} 2018-08-12 09:03:04,303 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-12 09:03:04,303 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-12 09:03:04,304 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-12 09:03:04,304 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-12 09:03:04,304 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-12 09:03:04,304 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-12 09:03:04,304 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-12 09:03:04,304 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 67 2018-08-12 09:03:04,304 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-08-12T09:03:02.998Z", "updated_at": "2018-08-12T09:03:02.998Z", "created_by": "admin", "private_resource": false, "value": "bar", "key": "foo"} 2018-08-12 09:03:04,304 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-12 09:03:04,304 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 12 Aug 2018 09:03:03 GMT 2018-08-12 09:03:04,304 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-12 09:03:04,305 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 197 2018-08-12 09:03:04,305 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-12 09:03:04,305 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/secrets 2018-08-12 09:03:04,387 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-12 09:03:04,388 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-12 09:03:04,388 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-12 09:03:04,388 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-12 09:03:04,388 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-12 09:03:04,388 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-12 09:03:04,388 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-12 09:03:04,388 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"permission": null, "tenant_name": "default_tenant", "created_at": "2018-08-12T09:03:02.998Z", "updated_at": "2018-08-12T09:03:02.998Z", "created_by": "admin", "key": "foo"}], "metadata": {"pagination": {"total": 1, "offset": 0, "size": 0}}} 2018-08-12 09:03:04,388 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-12 09:03:04,388 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 12 Aug 2018 09:03:03 GMT 2018-08-12 09:03:04,389 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-12 09:03:04,389 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 253 2018-08-12 09:03:04,389 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-12 09:03:04,389 - functest.core.cloudify - DEBUG - List secrets: 2018-08-12 09:03:04,389 - cloudify.rest_client.http - DEBUG - Sending request: DELETE http://172.30.9.200:80/api/v3/secrets/foo 2018-08-12 09:03:04,442 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-12 09:03:04,442 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-12 09:03:04,442 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-12 09:03:04,442 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-12 09:03:04,442 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-12 09:03:04,442 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-12 09:03:04,442 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-12 09:03:04,443 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 0 2018-08-12 09:03:04,443 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-08-12T09:03:02.998Z", "updated_at": "2018-08-12T09:03:02.998Z", "created_by": "admin", "private_resource": false, "value": "bar", "key": "foo"} 2018-08-12 09:03:04,443 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-12 09:03:04,443 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 12 Aug 2018 09:03:03 GMT 2018-08-12 09:03:04,443 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-12 09:03:04,443 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 197 2018-08-12 09:03:04,443 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-12 09:03:04,443 - functest.core.cloudify - INFO - Secrets API successfully reached 2018-08-12 09:03:04,444 - functest.core.cloudify - INFO - Cloudify Manager is up and running 2018-08-12 09:03:04,567 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-12 09:03:04,567 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | cloudify | functest | 05:01 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-12 09:03:04,575 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-12 09:03:04,575 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/floatingips/56932855-44ee-4ebb-baf6-272fab3f1c48.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}274a41a9ca43f2806738ff12dfc9d252bd5f1f34" 2018-08-12 09:03:05,516 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-331f1e2e-16ce-4c7d-8454-6839308a6fd8 Content-Length: 0 Date: Sun, 12 Aug 2018 09:03:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 09:03:05,516 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/floatingips/56932855-44ee-4ebb-baf6-272fab3f1c48.json used request id req-331f1e2e-16ce-4c7d-8454-6839308a6fd8 2018-08-12 09:03:05,517 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.941734075546s 2018-08-12 09:03:05,517 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/floatingips/56932855-44ee-4ebb-baf6-272fab3f1c48.json used request id req-331f1e2e-16ce-4c7d-8454-6839308a6fd8 2018-08-12 09:03:05,522 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-12 09:03:05,522 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}274a41a9ca43f2806738ff12dfc9d252bd5f1f34" 2018-08-12 09:03:05,542 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-a81d9bb7-0e69-4939-aaa2-cd14395f0b50 Date: Sun, 12 Aug 2018 09:03:05 GMT RESP BODY: {"floatingips": []} 2018-08-12 09:03:05,542 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-a81d9bb7-0e69-4939-aaa2-cd14395f0b50 2018-08-12 09:03:05,542 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0201010704041s 2018-08-12 09:03:05,542 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-a81d9bb7-0e69-4939-aaa2-cd14395f0b50 2018-08-12 09:03:05,543 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-12 09:03:05,545 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/servers/22b1203c-7862-4502-ae31-7a49d851bb62 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}274a41a9ca43f2806738ff12dfc9d252bd5f1f34" 2018-08-12 09:03:05,691 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 09:03: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-abd60767-1968-47ab-833a-4d8200313a37 x-compute-request-id: req-abd60767-1968-47ab-833a-4d8200313a37 Content-Type: application/json 2018-08-12 09:03:05,691 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/22b1203c-7862-4502-ae31-7a49d851bb62 used request id req-abd60767-1968-47ab-833a-4d8200313a37 2018-08-12 09:03:05,691 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.14821100235s 2018-08-12 09:03:05,691 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/22b1203c-7862-4502-ae31-7a49d851bb62 used request id req-abd60767-1968-47ab-833a-4d8200313a37 2018-08-12 09:03:05,692 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:03:05,694 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}274a41a9ca43f2806738ff12dfc9d252bd5f1f34" 2018-08-12 09:03:06,295 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:03: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-4d4ded03-4c81-4d69-822f-f79a24dc7abf x-compute-request-id: req-4d4ded03-4c81-4d69-822f-f79a24dc7abf Content-Encoding: gzip Content-Length: 771 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"cloudify-net_55f36722-c9d2-4d57-af79-ff0967db0574": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:09:4f", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:09:4f", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/22b1203c-7862-4502-ae31-7a49d851bb62", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/22b1203c-7862-4502-ae31-7a49d851bb62", "rel": "bookmark"}], "image": {"id": "efa634f4-4124-42f3-b6e6-b3b7a3b1c89f", "links": [{"href": "http://172.30.9.21:8774/images/efa634f4-4124-42f3-b6e6-b3b7a3b1c89f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:02:01.000000", "flavor": {"id": "38570afa-b78f-40ee-9be0-2aa656f08bd0", "links": [{"href": "http://172.30.9.21:8774/flavors/38570afa-b78f-40ee-9be0-2aa656f08bd0", "rel": "bookmark"}]}, "id": "22b1203c-7862-4502-ae31-7a49d851bb62", "security_groups": [{"name": "cloudify-sg_55f36722-c9d2-4d57-af79-ff0967db0574"}], "user_id": "352e5edce8244c5b9b486d8589c83271", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:03:05Z", "hostId": "a2ac90ef67bd5d3ad1c709e42ae58e20d6c49f6f9540f2317a5d4aec", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_55f36722-c9d2-4d57-af79-ff0967db0574", "name": "cloudify-vm_55f36722-c9d2-4d57-af79-ff0967db0574", "created": "2018-08-12T08:59:39Z", "tenant_id": "52ada6bae536420c85c928a9c2576a96", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:03:06,296 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-4d4ded03-4c81-4d69-822f-f79a24dc7abf 2018-08-12 09:03:06,296 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.603750944138s 2018-08-12 09:03:06,296 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-4d4ded03-4c81-4d69-822f-f79a24dc7abf 2018-08-12 09:03:06,297 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:03:08,300 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:03:08,303 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}274a41a9ca43f2806738ff12dfc9d252bd5f1f34" 2018-08-12 09:03:08,388 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:03:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f7d21656-978b-44be-a1f9-ec9fa17098eb x-compute-request-id: req-f7d21656-978b-44be-a1f9-ec9fa17098eb Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-12 09:03:08,388 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-f7d21656-978b-44be-a1f9-ec9fa17098eb 2018-08-12 09:03:08,388 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0881271362305s 2018-08-12 09:03:08,389 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-f7d21656-978b-44be-a1f9-ec9fa17098eb 2018-08-12 09:03:08,392 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-12 09:03:08,392 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}274a41a9ca43f2806738ff12dfc9d252bd5f1f34" 2018-08-12 09:03:08,446 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6825 X-Openstack-Request-Id: req-b7752501-13d7-4aae-a67f-78cfd1f3cdfd Date: Sun, 12 Aug 2018 09:03:08 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify)", "tags": [], "tenant_id": "52ada6bae536420c85c928a9c2576a96", "created_at": "2018-08-12T08:59:32Z", "updated_at": "2018-08-12T08:59:36Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-12T08:59:34Z", "revision_number": 0, "id": "111d7da1-9345-4a3d-aad9-d53d2b0922b0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:59:34Z", "security_group_id": "40923b22-3417-486f-b94f-38f7b6a4eae8", "tenant_id": "52ada6bae536420c85c928a9c2576a96", "port_range_min": 80, "ethertype": "IPv4", "project_id": "52ada6bae536420c85c928a9c2576a96"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-12T08:59:33Z", "revision_number": 0, "id": "1ce307a4-3e52-4ef1-b478-e7e81d9ba285", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:59:33Z", "security_group_id": "40923b22-3417-486f-b94f-38f7b6a4eae8", "tenant_id": "52ada6bae536420c85c928a9c2576a96", "port_range_min": 22, "ethertype": "IPv4", "project_id": "52ada6bae536420c85c928a9c2576a96"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 53333, "updated_at": "2018-08-12T08:59:36Z", "revision_number": 0, "id": "3e034f62-e721-445a-98eb-d22e11938473", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:59:36Z", "security_group_id": "40923b22-3417-486f-b94f-38f7b6a4eae8", "tenant_id": "52ada6bae536420c85c928a9c2576a96", "port_range_min": 53333, "ethertype": "IPv4", "project_id": "52ada6bae536420c85c928a9c2576a96"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:59:32Z", "revision_number": 0, "id": "495d5161-9f2a-4cbd-87a7-243362bf1aa6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:59:32Z", "security_group_id": "40923b22-3417-486f-b94f-38f7b6a4eae8", "tenant_id": "52ada6bae536420c85c928a9c2576a96", "port_range_min": null, "ethertype": "IPv6", "project_id": "52ada6bae536420c85c928a9c2576a96"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:59:32Z", "revision_number": 0, "id": "7056cc45-c4c7-4f48-81ac-7fbc635230b1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:59:32Z", "security_group_id": "40923b22-3417-486f-b94f-38f7b6a4eae8", "tenant_id": "52ada6bae536420c85c928a9c2576a96", "port_range_min": null, "ethertype": "IPv4", "project_id": "52ada6bae536420c85c928a9c2576a96"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:59:34Z", "revision_number": 0, "id": "8e20f6a6-0612-4f02-9d12-ec5c6fd8527a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:59:34Z", "security_group_id": "40923b22-3417-486f-b94f-38f7b6a4eae8", "tenant_id": "52ada6bae536420c85c928a9c2576a96", "port_range_min": null, "ethertype": "IPv4", "project_id": "52ada6bae536420c85c928a9c2576a96"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-08-12T08:59:35Z", "revision_number": 0, "id": "92536e99-c05c-455c-a3fa-68695df2bbea", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:59:35Z", "security_group_id": "40923b22-3417-486f-b94f-38f7b6a4eae8", "tenant_id": "52ada6bae536420c85c928a9c2576a96", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "52ada6bae536420c85c928a9c2576a96"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-08-12T08:59:35Z", "revision_number": 0, "id": "ebc3033b-9330-4b97-b326-920467e80ad7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:59:35Z", "security_group_id": "40923b22-3417-486f-b94f-38f7b6a4eae8", "tenant_id": "52ada6bae536420c85c928a9c2576a96", "port_range_min": 443, "ethertype": "IPv4", "project_id": "52ada6bae536420c85c928a9c2576a96"}], "revision_number": 8, "project_id": "52ada6bae536420c85c928a9c2576a96", "id": "40923b22-3417-486f-b94f-38f7b6a4eae8", "name": "cloudify-sg_55f36722-c9d2-4d57-af79-ff0967db0574"}, {"description": "Default security group", "tags": [], "tenant_id": "52ada6bae536420c85c928a9c2576a96", "created_at": "2018-08-12T08:58:04Z", "updated_at": "2018-08-12T08:58:04Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:58:04Z", "revision_number": 0, "id": "14da580d-be0e-4392-8db7-47849c93f22d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:58:04Z", "security_group_id": "b33b4814-3115-4e0c-a071-abe161795a5c", "tenant_id": "52ada6bae536420c85c928a9c2576a96", "port_range_min": null, "ethertype": "IPv4", "project_id": "52ada6bae536420c85c928a9c2576a96"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:58:04Z", "revision_number": 0, "id": "ac9ebe24-f5ee-4803-97d7-df28c445c6ba", "remote_group_id": "b33b4814-3115-4e0c-a071-abe161795a5c", "remote_ip_prefix": null, "created_at": "2018-08-12T08:58:04Z", "security_group_id": "b33b4814-3115-4e0c-a071-abe161795a5c", "tenant_id": "52ada6bae536420c85c928a9c2576a96", "port_range_min": null, "ethertype": "IPv6", "project_id": "52ada6bae536420c85c928a9c2576a96"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:58:04Z", "revision_number": 0, "id": "d77561cb-003e-418a-a1b1-2234682f4d01", "remote_group_id": "b33b4814-3115-4e0c-a071-abe161795a5c", "remote_ip_prefix": null, "created_at": "2018-08-12T08:58:04Z", "security_group_id": "b33b4814-3115-4e0c-a071-abe161795a5c", "tenant_id": "52ada6bae536420c85c928a9c2576a96", "port_range_min": null, "ethertype": "IPv4", "project_id": "52ada6bae536420c85c928a9c2576a96"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T08:58:04Z", "revision_number": 0, "id": "ff48c811-f3c9-484b-97e3-56bed30e0396", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T08:58:04Z", "security_group_id": "b33b4814-3115-4e0c-a071-abe161795a5c", "tenant_id": "52ada6bae536420c85c928a9c2576a96", "port_range_min": null, "ethertype": "IPv6", "project_id": "52ada6bae536420c85c928a9c2576a96"}], "revision_number": 4, "project_id": "52ada6bae536420c85c928a9c2576a96", "id": "b33b4814-3115-4e0c-a071-abe161795a5c", "name": "default"}]} 2018-08-12 09:03:08,446 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-b7752501-13d7-4aae-a67f-78cfd1f3cdfd 2018-08-12 09:03:08,446 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.05428814888s 2018-08-12 09:03:08,447 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-b7752501-13d7-4aae-a67f-78cfd1f3cdfd 2018-08-12 09:03:08,450 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-08-12 09:03:08,451 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/security-groups/40923b22-3417-486f-b94f-38f7b6a4eae8.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}274a41a9ca43f2806738ff12dfc9d252bd5f1f34" 2018-08-12 09:03:08,731 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-304cbf23-2087-4b88-931a-c060a950fa87 Content-Length: 0 Date: Sun, 12 Aug 2018 09:03:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 09:03:08,731 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/40923b22-3417-486f-b94f-38f7b6a4eae8.json used request id req-304cbf23-2087-4b88-931a-c060a950fa87 2018-08-12 09:03:08,731 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.28088593483s 2018-08-12 09:03:08,731 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/40923b22-3417-486f-b94f-38f7b6a4eae8.json used request id req-304cbf23-2087-4b88-931a-c060a950fa87 2018-08-12 09:03:08,732 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-12 09:03:08,734 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/os-keypairs/cloudify-kp_55f36722-c9d2-4d57-af79-ff0967db0574 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}274a41a9ca43f2806738ff12dfc9d252bd5f1f34" 2018-08-12 09:03:08,851 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 09:03:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-6d689825-1bb5-4767-9551-7a31f3965d22 x-compute-request-id: req-6d689825-1bb5-4767-9551-7a31f3965d22 Content-Length: 0 Content-Type: application/json 2018-08-12 09:03:08,851 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/cloudify-kp_55f36722-c9d2-4d57-af79-ff0967db0574 used request id req-6d689825-1bb5-4767-9551-7a31f3965d22 2018-08-12 09:03:08,851 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.119266986847s 2018-08-12 09:03:08,851 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/cloudify-kp_55f36722-c9d2-4d57-af79-ff0967db0574 used request id req-6d689825-1bb5-4767-9551-7a31f3965d22 2018-08-12 09:03:08,852 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-12 09:03:08,852 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/9d4b320f-8861-4f7d-884d-977b49aeb9b6/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}274a41a9ca43f2806738ff12dfc9d252bd5f1f34" -d '{"subnet_id": "d082a9e8-58fd-462c-a6f2-5d4c8abdbbd5"}' 2018-08-12 09:03:10,297 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-d99bb407-c966-47b4-8ae1-b7bcd021e213 Date: Sun, 12 Aug 2018 09:03:10 GMT RESP BODY: {"network_id": "2ec72790-410e-4c2d-b999-f422a31d6c96", "tenant_id": "52ada6bae536420c85c928a9c2576a96", "subnet_id": "d082a9e8-58fd-462c-a6f2-5d4c8abdbbd5", "subnet_ids": ["d082a9e8-58fd-462c-a6f2-5d4c8abdbbd5"], "port_id": "a9167898-64a5-409f-a49e-864079bf5744", "id": "9d4b320f-8861-4f7d-884d-977b49aeb9b6"} 2018-08-12 09:03:10,297 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/9d4b320f-8861-4f7d-884d-977b49aeb9b6/remove_router_interface.json used request id req-d99bb407-c966-47b4-8ae1-b7bcd021e213 2018-08-12 09:03:10,298 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.44572901726s 2018-08-12 09:03:10,298 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/9d4b320f-8861-4f7d-884d-977b49aeb9b6/remove_router_interface.json used request id req-d99bb407-c966-47b4-8ae1-b7bcd021e213 returning object 9d4b320f-8861-4f7d-884d-977b49aeb9b6 2018-08-12 09:03:10,298 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-12 09:03:10,299 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}274a41a9ca43f2806738ff12dfc9d252bd5f1f34" 2018-08-12 09:03:10,420 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-c6d42e1d-d700-45f9-8ec6-3619624fc25b Date: Sun, 12 Aug 2018 09:03:10 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ec788992-fa73-45cc-a7d9-6d44542124c2", "ip_address": "172.30.9.213"}]}, "description": "", "tags": [], "tenant_id": "52ada6bae536420c85c928a9c2576a96", "created_at": "2018-08-12T08:58:05Z", "admin_state_up": true, "updated_at": "2018-08-12T09:03:09Z", "revision_number": 4, "routes": [], "project_id": "52ada6bae536420c85c928a9c2576a96", "id": "9d4b320f-8861-4f7d-884d-977b49aeb9b6", "name": "cloudify-router_55f36722-c9d2-4d57-af79-ff0967db0574"}]} 2018-08-12 09:03:10,420 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-c6d42e1d-d700-45f9-8ec6-3619624fc25b 2018-08-12 09:03:10,420 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.121633052826s 2018-08-12 09:03:10,420 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-c6d42e1d-d700-45f9-8ec6-3619624fc25b 2018-08-12 09:03:10,422 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-12 09:03:10,422 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/routers/9d4b320f-8861-4f7d-884d-977b49aeb9b6.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}274a41a9ca43f2806738ff12dfc9d252bd5f1f34" 2018-08-12 09:03:11,708 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-312d5c80-569b-4c8e-adf2-d64d54680b57 Content-Length: 0 Date: Sun, 12 Aug 2018 09:03:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 09:03:11,708 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/9d4b320f-8861-4f7d-884d-977b49aeb9b6.json used request id req-312d5c80-569b-4c8e-adf2-d64d54680b57 2018-08-12 09:03:11,708 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.28629207611s 2018-08-12 09:03:11,709 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/9d4b320f-8861-4f7d-884d-977b49aeb9b6.json used request id req-312d5c80-569b-4c8e-adf2-d64d54680b57 2018-08-12 09:03:11,709 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-12 09:03:11,710 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}274a41a9ca43f2806738ff12dfc9d252bd5f1f34" 2018-08-12 09:03:11,760 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-f84c51f4-23ac-4d38-bbe6-91e7ce215233 Date: Sun, 12 Aug 2018 09:03:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2ec72790-410e-4c2d-b999-f422a31d6c96","tenant_id":"52ada6bae536420c85c928a9c2576a96","created_at":"2018-08-12T08:58:05Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-12T08:58: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":"52ada6bae536420c85c928a9c2576a96","id":"d082a9e8-58fd-462c-a6f2-5d4c8abdbbd5","subnetpool_id":null,"name":"cloudify-subnet_55f36722-c9d2-4d57-af79-ff0967db0574"}]} 2018-08-12 09:03:11,760 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-f84c51f4-23ac-4d38-bbe6-91e7ce215233 2018-08-12 09:03:11,760 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0510878562927s 2018-08-12 09:03:11,761 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-f84c51f4-23ac-4d38-bbe6-91e7ce215233 2018-08-12 09:03:11,762 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-12 09:03:11,763 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/subnets/d082a9e8-58fd-462c-a6f2-5d4c8abdbbd5.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}274a41a9ca43f2806738ff12dfc9d252bd5f1f34" 2018-08-12 09:03:14,064 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f589c915-248a-4407-8ba3-ed0acae4e202 Date: Sun, 12 Aug 2018 09:03:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 09:03:14,064 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/d082a9e8-58fd-462c-a6f2-5d4c8abdbbd5.json used request id req-f589c915-248a-4407-8ba3-ed0acae4e202 2018-08-12 09:03:14,065 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.30236697197s 2018-08-12 09:03:14,065 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/d082a9e8-58fd-462c-a6f2-5d4c8abdbbd5.json used request id req-f589c915-248a-4407-8ba3-ed0acae4e202 2018-08-12 09:03:14,065 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 09:03:14,066 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}274a41a9ca43f2806738ff12dfc9d252bd5f1f34" 2018-08-12 09:03:14,180 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1152 X-Openstack-Request-Id: req-129f2c64-fcde-458a-8aa8-42562e71e3a7 Date: Sun, 12 Aug 2018 09:03:14 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":["ec788992-fa73-45cc-a7d9-6d44542124c2"],"updated_at":"2018-08-12T05:35:20Z","tenant_id":"310f5853751a4c968f3eeb0a3d99a0a8","created_at":"2018-08-12T05:04:23Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":7,"admin_state_up":true,"shared":false,"project_id":"310f5853751a4c968f3eeb0a3d99a0a8","id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","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-12T09:03:13Z","tenant_id":"52ada6bae536420c85c928a9c2576a96","created_at":"2018-08-12T08:58:04Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"52ada6bae536420c85c928a9c2576a96","id":"2ec72790-410e-4c2d-b999-f422a31d6c96","name":"cloudify-net_55f36722-c9d2-4d57-af79-ff0967db0574"}]} 2018-08-12 09:03:14,180 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-129f2c64-fcde-458a-8aa8-42562e71e3a7 2018-08-12 09:03:14,181 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.115196943283s 2018-08-12 09:03:14,181 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-129f2c64-fcde-458a-8aa8-42562e71e3a7 2018-08-12 09:03:14,182 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-12 09:03:14,182 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/networks/2ec72790-410e-4c2d-b999-f422a31d6c96.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}274a41a9ca43f2806738ff12dfc9d252bd5f1f34" 2018-08-12 09:03:16,258 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-31f04f85-28b6-4dcb-8c52-455d2a6abe05 Date: Sun, 12 Aug 2018 09:03:16 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 09:03:16,258 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/2ec72790-410e-4c2d-b999-f422a31d6c96.json used request id req-31f04f85-28b6-4dcb-8c52-455d2a6abe05 2018-08-12 09:03:16,258 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 2.0759768486s 2018-08-12 09:03:16,258 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/2ec72790-410e-4c2d-b999-f422a31d6c96.json used request id req-31f04f85-28b6-4dcb-8c52-455d2a6abe05 2018-08-12 09:03:16,262 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 09:03:16,266 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}274a41a9ca43f2806738ff12dfc9d252bd5f1f34" 2018-08-12 09:03:16,300 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-cfe4e901-6e93-41e4-a14b-58da4e1646b5 Date: Sun, 12 Aug 2018 09:03:16 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/efa634f4-4124-42f3-b6e6-b3b7a3b1c89f/snap", "metadata": {}}], "file": "/v2/images/efa634f4-4124-42f3-b6e6-b3b7a3b1c89f/file", "owner": "52ada6bae536420c85c928a9c2576a96", "id": "efa634f4-4124-42f3-b6e6-b3b7a3b1c89f", "size": 4373348352, "self": "/v2/images/efa634f4-4124-42f3-b6e6-b3b7a3b1c89f", "disk_format": "qcow2", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/efa634f4-4124-42f3-b6e6-b3b7a3b1c89f/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-08-12T08:59:31Z", "visibility": "private", "owner_specified.shade.object": "images/cloudify-img_55f36722-c9d2-4d57-af79-ff0967db0574", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify-img_55f36722-c9d2-4d57-af79-ff0967db0574", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-08-12T08:58:32Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 09:03:16,300 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-cfe4e901-6e93-41e4-a14b-58da4e1646b5 2018-08-12 09:03:16,301 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.038202047348s 2018-08-12 09:03:16,301 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-cfe4e901-6e93-41e4-a14b-58da4e1646b5 2018-08-12 09:03:16,302 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-12 09:03:16,306 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9292/v2/images/efa634f4-4124-42f3-b6e6-b3b7a3b1c89f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}274a41a9ca43f2806738ff12dfc9d252bd5f1f34" 2018-08-12 09:03:17,575 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-8dbe58e0-b8bb-411e-a78b-4da82d5726ab Date: Sun, 12 Aug 2018 09:03: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 09:03:17,576 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/efa634f4-4124-42f3-b6e6-b3b7a3b1c89f used request id req-8dbe58e0-b8bb-411e-a78b-4da82d5726ab 2018-08-12 09:03:17,576 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.27328181267s 2018-08-12 09:03:17,576 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/efa634f4-4124-42f3-b6e6-b3b7a3b1c89f used request id req-8dbe58e0-b8bb-411e-a78b-4da82d5726ab 2018-08-12 09:03:17,576 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-12 09:03:17,579 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}0becec1b62cd7657443bf73e01b2e75216d20ebf" 2018-08-12 09:03:17,601 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:03: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-7d61d819-310f-4752-8297-0db5f9295958 x-compute-request-id: req-7d61d819-310f-4752-8297-0db5f9295958 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cloudify-flavor_55f36722-c9d2-4d57-af79-ff0967db0574", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/38570afa-b78f-40ee-9be0-2aa656f08bd0", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/38570afa-b78f-40ee-9be0-2aa656f08bd0", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 40, "id": "38570afa-b78f-40ee-9be0-2aa656f08bd0"}]} 2018-08-12 09:03:17,601 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-7d61d819-310f-4752-8297-0db5f9295958 2018-08-12 09:03:17,601 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0248808860779s 2018-08-12 09:03:17,602 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-7d61d819-310f-4752-8297-0db5f9295958 2018-08-12 09:03:17,603 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-12 09:03:17,606 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/flavors/38570afa-b78f-40ee-9be0-2aa656f08bd0 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0becec1b62cd7657443bf73e01b2e75216d20ebf" 2018-08-12 09:03:17,639 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 09:03: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-e5511ca7-31f7-4b8c-9ce7-ce2ba748c5a8 x-compute-request-id: req-e5511ca7-31f7-4b8c-9ce7-ce2ba748c5a8 Content-Length: 0 Content-Type: application/json 2018-08-12 09:03:17,640 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/38570afa-b78f-40ee-9be0-2aa656f08bd0 used request id req-e5511ca7-31f7-4b8c-9ce7-ce2ba748c5a8 2018-08-12 09:03:17,640 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0365378856659s 2018-08-12 09:03:17,640 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/38570afa-b78f-40ee-9be0-2aa656f08bd0 used request id req-e5511ca7-31f7-4b8c-9ce7-ce2ba748c5a8 2018-08-12 09:03:17,640 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-12 09:03:17,644 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}0becec1b62cd7657443bf73e01b2e75216d20ebf" 2018-08-12 09:03:17,752 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:03:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a8b348df-738f-4e93-9a66-278229f66142 Content-Encoding: gzip Content-Length: 840 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/105a247548624314b9228f85f6325f0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105a247548624314b9228f85f6325f0b", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/1c5de0eaa44543f08da6ad63a51594ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c5de0eaa44543f08da6ad63a51594ff", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/1d127b5b832547a88a547c116dfdd65b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d127b5b832547a88a547c116dfdd65b", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/1d5cfc170d624ce4ae53ae0507c8d517"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d5cfc170d624ce4ae53ae0507c8d517", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/2421820b75eb4d3ebd02830378d1377b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2421820b75eb4d3ebd02830378d1377b", "email": "heat@localhost", "password_expires_at": null}, {"name": "cloudify-user_55f36722-c9d2-4d57-af79-ff0967db0574", "links": {"self": "http://172.30.9.21:5000/v3/users/352e5edce8244c5b9b486d8589c83271"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "352e5edce8244c5b9b486d8589c83271", "domain_id": "default", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/40bd8ee54ecf44868cc83cede652c396"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40bd8ee54ecf44868cc83cede652c396", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/4f32fb8153854c4c9f5094b42b523f80"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f32fb8153854c4c9f5094b42b523f80", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7066130d08fb4db7bf4ab468de53933b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7066130d08fb4db7bf4ab468de53933b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/8d0898a83bcf4521bbc11501d5d7ac89"}, "domain_id": "1eec97585bde483292ece28ee11f4b8d", "enabled": true, "options": {}, "id": "8d0898a83bcf4521bbc11501d5d7ac89", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/9defcced327d476f8a3beab718a13da3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9defcced327d476f8a3beab718a13da3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/b80ee4f6992446e0879624dd436e99a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b80ee4f6992446e0879624dd436e99a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b86fd3e011324d398fcdb6f095a20a9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b86fd3e011324d398fcdb6f095a20a9d", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1701d2754064b5cadf765ea0806f9b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1701d2754064b5cadf765ea0806f9b2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/db4e7b8d76d549faa502716565c733dd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db4e7b8d76d549faa502716565c733dd", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-12 09:03:17,752 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-a8b348df-738f-4e93-9a66-278229f66142 2018-08-12 09:03:17,753 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.111922979355s 2018-08-12 09:03:17,753 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-a8b348df-738f-4e93-9a66-278229f66142 2018-08-12 09:03:17,759 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-12 09:03:17,762 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users/352e5edce8244c5b9b486d8589c83271 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0becec1b62cd7657443bf73e01b2e75216d20ebf" 2018-08-12 09:03:17,905 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:03:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-37fd5820-bf9a-4e71-9481-3d298b6950cd Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"user": {"name": "cloudify-user_55f36722-c9d2-4d57-af79-ff0967db0574", "links": {"self": "http://172.30.9.21:5000/v3/users/352e5edce8244c5b9b486d8589c83271"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "352e5edce8244c5b9b486d8589c83271", "description": null}} 2018-08-12 09:03:17,905 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/352e5edce8244c5b9b486d8589c83271 used request id req-37fd5820-bf9a-4e71-9481-3d298b6950cd 2018-08-12 09:03:17,905 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.146588087082s 2018-08-12 09:03:17,906 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/352e5edce8244c5b9b486d8589c83271 used request id req-37fd5820-bf9a-4e71-9481-3d298b6950cd 2018-08-12 09:03:17,906 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-12 09:03:17,910 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/users/352e5edce8244c5b9b486d8589c83271 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0becec1b62cd7657443bf73e01b2e75216d20ebf" 2018-08-12 09:03:18,121 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 09:03:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3f782a00-8c59-483c-8f78-b04a1f4b23d2 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 09:03:18,121 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/352e5edce8244c5b9b486d8589c83271 used request id req-3f782a00-8c59-483c-8f78-b04a1f4b23d2 2018-08-12 09:03:18,122 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.215188980103s 2018-08-12 09:03:18,122 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/352e5edce8244c5b9b486d8589c83271 used request id req-3f782a00-8c59-483c-8f78-b04a1f4b23d2 2018-08-12 09:03:18,128 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-12 09:03:18,132 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}0becec1b62cd7657443bf73e01b2e75216d20ebf" 2018-08-12 09:03:18,227 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:03:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-33f0d4f1-a0dc-4809-8830-3d5e0def6d14 Content-Encoding: gzip Content-Length: 386 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8"}, "tags": [], "enabled": true, "id": "310f5853751a4c968f3eeb0a3d99a0a8", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: cloudify", "links": {"self": "http://172.30.9.21:5000/v3/projects/52ada6bae536420c85c928a9c2576a96"}, "tags": [], "enabled": true, "id": "52ada6bae536420c85c928a9c2576a96", "parent_id": "default", "domain_id": "default", "name": "cloudify-project_55f36722-c9d2-4d57-af79-ff0967db0574"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "id": "a267b9a156244bb192691cff6e5f74fe", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-08-12 09:03:18,227 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-33f0d4f1-a0dc-4809-8830-3d5e0def6d14 2018-08-12 09:03:18,228 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0991599559784s 2018-08-12 09:03:18,228 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-33f0d4f1-a0dc-4809-8830-3d5e0def6d14 2018-08-12 09:03:18,233 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-12 09:03:18,236 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/projects/52ada6bae536420c85c928a9c2576a96 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0becec1b62cd7657443bf73e01b2e75216d20ebf" 2018-08-12 09:03:18,407 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 09:03:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-95a66323-4391-40aa-9acb-db673fa92f0f 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 09:03:18,407 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/52ada6bae536420c85c928a9c2576a96 used request id req-95a66323-4391-40aa-9acb-db673fa92f0f 2018-08-12 09:03:18,407 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.173514127731s 2018-08-12 09:03:18,407 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/52ada6bae536420c85c928a9c2576a96 used request id req-95a66323-4391-40aa-9acb-db673fa92f0f 2018-08-12 09:03:18,411 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-12 09:03:18,414 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}0becec1b62cd7657443bf73e01b2e75216d20ebf" 2018-08-12 09:03:18,507 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:03:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c2009f15-9f16-4316-b84d-f8b93b2b6de4 Content-Encoding: gzip Content-Length: 353 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "545fadf20fcd4dc0b5d1a0393c14eb12", "links": {"self": "http://172.30.9.21:5000/v3/roles/545fadf20fcd4dc0b5d1a0393c14eb12"}, "name": "Member"}, {"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 09:03:18,507 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-c2009f15-9f16-4316-b84d-f8b93b2b6de4 2018-08-12 09:03:18,508 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0968029499054s 2018-08-12 09:03:18,508 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-c2009f15-9f16-4316-b84d-f8b93b2b6de4 2018-08-12 09:03:18,513 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.roles 2018-08-12 09:03:18,517 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/roles/545fadf20fcd4dc0b5d1a0393c14eb12 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0becec1b62cd7657443bf73e01b2e75216d20ebf" 2018-08-12 09:03:18,641 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 09:03:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-44bdb8db-7d36-49a2-b5ff-b7b6927f6793 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 09:03:18,641 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/545fadf20fcd4dc0b5d1a0393c14eb12 used request id req-44bdb8db-7d36-49a2-b5ff-b7b6927f6793 2018-08-12 09:03:18,641 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.roles in 0.12765789032s 2018-08-12 09:03:18,641 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/545fadf20fcd4dc0b5d1a0393c14eb12 used request id req-44bdb8db-7d36-49a2-b5ff-b7b6927f6793 2018-08-12 09:03:18,667 - xtesting.ci.run_tests - INFO - Loading test case 'cloudify_ims'... 2018-08-12 09:03:18,693 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-12 09:03:18,693 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-12 09:03:18,693 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-12 09:03:18,693 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-12 09:03:18,693 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-12 09:03:18,693 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-12 09:03:18,693 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-12 09:03:18,693 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-12 09:03:18,693 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-12 09:03:18,694 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-12 09:03:18,694 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-12 09:03:18,694 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-12 09:03:18,694 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-12 09:03:18,694 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-12 09:03:18,694 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-12 09:03:18,694 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-12 09:03:18,694 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-12 09:03:18,694 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-12 09:03:18,694 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-12 09:03:18,694 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-12 09:03:18,694 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-12 09:03:18,695 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-12 09:03:18,697 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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 09:03:18,703 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:03:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8044b76d-9c65-4504-b8a9-e5ce2a53e41b Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 09:03:18,703 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-8044b76d-9c65-4504-b8a9-e5ce2a53e41b 2018-08-12 09:03:18,703 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-08-12 09:03:19,104 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T10:03:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["IgY5mlmIRHSNXGn3gOw4OA"], "issued_at": "2018-08-12T09:03:19.000000Z"}} 2018-08-12 09:03:19,107 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 09:03:19,107 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}817f6fed486d5bf63d2438c61703c61e0f770b94" 2018-08-12 09:03:19,366 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-f406ccf7-8989-43e5-bf6f-10cecd2a8e5d Date: Sun, 12 Aug 2018 09:03:19 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":7,"port_security_enabled":true,"mtu":1500,"id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"310f5853751a4c968f3eeb0a3d99a0a8","status":"ACTIVE","subnets":["ec788992-fa73-45cc-a7d9-6d44542124c2"],"description":"","tags":[],"updated_at":"2018-08-12T05:35:20Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"310f5853751a4c968f3eeb0a3d99a0a8","created_at":"2018-08-12T05:04:23Z","provider:network_type":"flat"}]} 2018-08-12 09:03:19,366 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-f406ccf7-8989-43e5-bf6f-10cecd2a8e5d 2018-08-12 09:03:19,366 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.259420871735s 2018-08-12 09:03:19,366 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-f406ccf7-8989-43e5-bf6f-10cecd2a8e5d 2018-08-12 09:03:19,370 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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 09:03:19,376 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 09:03:19 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 09:03:19,377 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-12 09:03:19,380 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}817f6fed486d5bf63d2438c61703c61e0f770b94" 2018-08-12 09:03:19,473 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:03:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0cbf82fd-9cc1-4b0a-8ada-63fcf22b94fa Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.21:5000/v3/domains/1eec97585bde483292ece28ee11f4b8d"}, "tags": [], "enabled": true, "id": "1eec97585bde483292ece28ee11f4b8d", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains", "previous": null, "next": null}} 2018-08-12 09:03:19,473 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-0cbf82fd-9cc1-4b0a-8ada-63fcf22b94fa 2018-08-12 09:03:19,473 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0963220596313s 2018-08-12 09:03:19,473 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-0cbf82fd-9cc1-4b0a-8ada-63fcf22b94fa 2018-08-12 09:03:19,480 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-12 09:03:19,484 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}817f6fed486d5bf63d2438c61703c61e0f770b94" -d '{"project": {"description": "Created by OPNFV Functest: cloudify_ims", "enabled": true, "domain_id": "default", "name": "cloudify_ims-project_b8044517-429e-4a8c-975b-6828183c76b0"}}' 2018-08-12 09:03:19,623 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 09:03:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-440288cd-fb83-45bd-bfa3-3f1266ef8ffa Content-Length: 370 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: cloudify_ims", "links": {"self": "http://172.30.9.21:5000/v3/projects/d1803c5e965e47a48de43a49636ebe03"}, "tags": [], "enabled": true, "id": "d1803c5e965e47a48de43a49636ebe03", "parent_id": "default", "domain_id": "default", "name": "cloudify_ims-project_b8044517-429e-4a8c-975b-6828183c76b0"}} 2018-08-12 09:03:19,623 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-440288cd-fb83-45bd-bfa3-3f1266ef8ffa 2018-08-12 09:03:19,623 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.142774820328s 2018-08-12 09:03:19,624 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-440288cd-fb83-45bd-bfa3-3f1266ef8ffa 2018-08-12 09:03:19,624 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'is_domain': False, 'description': u'Created by OPNFV Functest: cloudify_ims', u'tags': [], 'enabled': True, 'id': u'd1803c5e965e47a48de43a49636ebe03', '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'cloudify_ims-project_b8044517-429e-4a8c-975b-6828183c76b0'}) 2018-08-12 09:03:19,631 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-12 09:03:19,634 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}817f6fed486d5bf63d2438c61703c61e0f770b94" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "25de2e30-444b-4fe4-8d85-a4a11b9d559a", "email": null, "name": "cloudify_ims-user_b8044517-429e-4a8c-975b-6828183c76b0"}}' 2018-08-12 09:03:20,073 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 09:03:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d773cb12-afee-4392-94b5-a1eca4cc77ef Content-Length: 327 Content-Type: application/json RESP BODY: {"user": {"name": "cloudify_ims-user_b8044517-429e-4a8c-975b-6828183c76b0", "links": {"self": "http://172.30.9.21:5000/v3/users/2cc1e6cd1d5d477497b8e2e005350b12"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "2cc1e6cd1d5d477497b8e2e005350b12", "domain_id": "default", "password_expires_at": null}} 2018-08-12 09:03:20,073 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/users used request id req-d773cb12-afee-4392-94b5-a1eca4cc77ef 2018-08-12 09:03:20,074 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.442752122879s 2018-08-12 09:03:20,074 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/users used request id req-d773cb12-afee-4392-94b5-a1eca4cc77ef 2018-08-12 09:03:20,075 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'2cc1e6cd1d5d477497b8e2e005350b12', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'cloudify_ims-user_b8044517-429e-4a8c-975b-6828183c76b0'}) 2018-08-12 09:03:20,078 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-12 09:03:20,082 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}817f6fed486d5bf63d2438c61703c61e0f770b94" 2018-08-12 09:03:20,166 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:03:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-38f6f755-4e7e-409c-8833-898506633896 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 09:03:20,166 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-38f6f755-4e7e-409c-8833-898506633896 2018-08-12 09:03:20,167 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0882740020752s 2018-08-12 09:03:20,167 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-38f6f755-4e7e-409c-8833-898506633896 2018-08-12 09:03:20,171 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-12 09:03:20,175 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}817f6fed486d5bf63d2438c61703c61e0f770b94" 2018-08-12 09:03:20,265 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:03:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e436ae6-7b2b-42d0-97f7-a48b982d25c9 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 09:03:20,266 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-4e436ae6-7b2b-42d0-97f7-a48b982d25c9 2018-08-12 09:03:20,266 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0941951274872s 2018-08-12 09:03:20,266 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-4e436ae6-7b2b-42d0-97f7-a48b982d25c9 2018-08-12 09:03:20,267 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-08-12 09:03:20,271 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.roles 2018-08-12 09:03:20,274 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}817f6fed486d5bf63d2438c61703c61e0f770b94" -d '{"role": {"name": "Member"}}' 2018-08-12 09:03:20,390 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 09:03:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2c2961a7-9ca8-4abb-bfc6-f0c0471fea91 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "89d9758662544fe795b9591ec6fa08f8", "links": {"self": "http://172.30.9.21:5000/v3/roles/89d9758662544fe795b9591ec6fa08f8"}, "name": "Member"}} 2018-08-12 09:03:20,390 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-2c2961a7-9ca8-4abb-bfc6-f0c0471fea91 2018-08-12 09:03:20,390 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.roles in 0.119009971619s 2018-08-12 09:03:20,390 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-2c2961a7-9ca8-4abb-bfc6-f0c0471fea91 2018-08-12 09:03:20,391 - functest.core.tenantnetwork - DEBUG - role: Munch({'properties': {}, 'location': Munch({'project': Munch({'domain_id': None, 'id': None, 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': None, 'name': u'Member', 'id': u'89d9758662544fe795b9591ec6fa08f8'}) 2018-08-12 09:03:20,394 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-12 09:03:20,398 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}817f6fed486d5bf63d2438c61703c61e0f770b94" 2018-08-12 09:03:20,486 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:03:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd0174ef-6758-4708-965a-0b5f64e08bf5 Content-Encoding: gzip Content-Length: 354 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "89d9758662544fe795b9591ec6fa08f8", "links": {"self": "http://172.30.9.21:5000/v3/roles/89d9758662544fe795b9591ec6fa08f8"}, "name": "Member"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 09:03:20,486 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-dd0174ef-6758-4708-965a-0b5f64e08bf5 2018-08-12 09:03:20,486 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0918748378754s 2018-08-12 09:03:20,487 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-dd0174ef-6758-4708-965a-0b5f64e08bf5 2018-08-12 09:03:20,491 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-12 09:03:20,495 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}817f6fed486d5bf63d2438c61703c61e0f770b94" 2018-08-12 09:03:20,595 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:03:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9ca9cbb2-7d65-4e1b-b2ac-976d050e5089 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-12 09:03:20,596 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-9ca9cbb2-7d65-4e1b-b2ac-976d050e5089 2018-08-12 09:03:20,596 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.104447126389s 2018-08-12 09:03:20,596 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-9ca9cbb2-7d65-4e1b-b2ac-976d050e5089 2018-08-12 09:03:20,597 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-12 09:03:20,600 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}817f6fed486d5bf63d2438c61703c61e0f770b94" 2018-08-12 09:03:20,719 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:03:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-37d15b11-b034-4b64-86cf-3deb5dc55e8c Content-Encoding: gzip Content-Length: 842 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/105a247548624314b9228f85f6325f0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105a247548624314b9228f85f6325f0b", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/1c5de0eaa44543f08da6ad63a51594ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c5de0eaa44543f08da6ad63a51594ff", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/1d127b5b832547a88a547c116dfdd65b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d127b5b832547a88a547c116dfdd65b", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/1d5cfc170d624ce4ae53ae0507c8d517"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d5cfc170d624ce4ae53ae0507c8d517", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/2421820b75eb4d3ebd02830378d1377b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2421820b75eb4d3ebd02830378d1377b", "email": "heat@localhost", "password_expires_at": null}, {"name": "cloudify_ims-user_b8044517-429e-4a8c-975b-6828183c76b0", "links": {"self": "http://172.30.9.21:5000/v3/users/2cc1e6cd1d5d477497b8e2e005350b12"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "2cc1e6cd1d5d477497b8e2e005350b12", "domain_id": "default", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/40bd8ee54ecf44868cc83cede652c396"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40bd8ee54ecf44868cc83cede652c396", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/4f32fb8153854c4c9f5094b42b523f80"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f32fb8153854c4c9f5094b42b523f80", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7066130d08fb4db7bf4ab468de53933b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7066130d08fb4db7bf4ab468de53933b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/8d0898a83bcf4521bbc11501d5d7ac89"}, "domain_id": "1eec97585bde483292ece28ee11f4b8d", "enabled": true, "options": {}, "id": "8d0898a83bcf4521bbc11501d5d7ac89", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/9defcced327d476f8a3beab718a13da3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9defcced327d476f8a3beab718a13da3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/b80ee4f6992446e0879624dd436e99a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b80ee4f6992446e0879624dd436e99a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b86fd3e011324d398fcdb6f095a20a9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b86fd3e011324d398fcdb6f095a20a9d", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1701d2754064b5cadf765ea0806f9b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1701d2754064b5cadf765ea0806f9b2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/db4e7b8d76d549faa502716565c733dd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db4e7b8d76d549faa502716565c733dd", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-12 09:03:20,719 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-37d15b11-b034-4b64-86cf-3deb5dc55e8c 2018-08-12 09:03:20,720 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.122415065765s 2018-08-12 09:03:20,720 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-37d15b11-b034-4b64-86cf-3deb5dc55e8c 2018-08-12 09:03:20,732 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-12 09:03:20,735 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}817f6fed486d5bf63d2438c61703c61e0f770b94" 2018-08-12 09:03:20,822 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:03:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1de0923c-2879-4b95-9b60-b6f918feb603 Content-Encoding: gzip Content-Length: 399 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8"}, "tags": [], "enabled": true, "id": "310f5853751a4c968f3eeb0a3d99a0a8", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "id": "a267b9a156244bb192691cff6e5f74fe", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: cloudify_ims", "links": {"self": "http://172.30.9.21:5000/v3/projects/d1803c5e965e47a48de43a49636ebe03"}, "tags": [], "enabled": true, "id": "d1803c5e965e47a48de43a49636ebe03", "parent_id": "default", "domain_id": "default", "name": "cloudify_ims-project_b8044517-429e-4a8c-975b-6828183c76b0"}]} 2018-08-12 09:03:20,822 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-1de0923c-2879-4b95-9b60-b6f918feb603 2018-08-12 09:03:20,823 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0906121730804s 2018-08-12 09:03:20,823 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-1de0923c-2879-4b95-9b60-b6f918feb603 2018-08-12 09:03:20,831 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-12 09:03:20,834 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:5000/v3/role_assignments?user.id=2cc1e6cd1d5d477497b8e2e005350b12&role.id=89d9758662544fe795b9591ec6fa08f8&scope.project.id=d1803c5e965e47a48de43a49636ebe03" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}817f6fed486d5bf63d2438c61703c61e0f770b94" 2018-08-12 09:03:20,851 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:03:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a7da2aa8-a92e-4788-a3da-fe6e02b6d3b6 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.21:5000/v3/role_assignments?user.id=2cc1e6cd1d5d477497b8e2e005350b12&role.id=89d9758662544fe795b9591ec6fa08f8&scope.project.id=d1803c5e965e47a48de43a49636ebe03", "previous": null, "next": null}} 2018-08-12 09:03:20,851 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=2cc1e6cd1d5d477497b8e2e005350b12&role.id=89d9758662544fe795b9591ec6fa08f8&scope.project.id=d1803c5e965e47a48de43a49636ebe03 used request id req-a7da2aa8-a92e-4788-a3da-fe6e02b6d3b6 2018-08-12 09:03:20,851 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.0202629566193s 2018-08-12 09:03:20,851 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=2cc1e6cd1d5d477497b8e2e005350b12&role.id=89d9758662544fe795b9591ec6fa08f8&scope.project.id=d1803c5e965e47a48de43a49636ebe03 used request id req-a7da2aa8-a92e-4788-a3da-fe6e02b6d3b6 2018-08-12 09:03:20,854 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-12 09:03:20,857 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:5000/v3/projects/d1803c5e965e47a48de43a49636ebe03/users/2cc1e6cd1d5d477497b8e2e005350b12/roles/89d9758662544fe795b9591ec6fa08f8 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}817f6fed486d5bf63d2438c61703c61e0f770b94" 2018-08-12 09:03:21,016 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 09:03:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-70312584-323e-4bd7-a02f-4cf703fb9f92 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 09:03:21,016 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/d1803c5e965e47a48de43a49636ebe03/users/2cc1e6cd1d5d477497b8e2e005350b12/roles/89d9758662544fe795b9591ec6fa08f8 used request id req-70312584-323e-4bd7-a02f-4cf703fb9f92 2018-08-12 09:03:21,016 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.161655902863s 2018-08-12 09:03:21,016 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/d1803c5e965e47a48de43a49636ebe03/users/2cc1e6cd1d5d477497b8e2e005350b12/roles/89d9758662544fe795b9591ec6fa08f8 used request id req-70312584-323e-4bd7-a02f-4cf703fb9f92 2018-08-12 09:03:21,017 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'cloudify_ims-project_b8044517-429e-4a8c-975b-6828183c76b0', 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'd1803c5e965e47a48de43a49636ebe03', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.50', 'password': '25de2e30-444b-4fe4-8d85-a4a11b9d559a', 'username': u'cloudify_ims-user_b8044517-429e-4a8c-975b-6828183c76b0', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.21: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 09:03:21,018 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-12 09:03:21,018 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-12 09:03:21,018 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-12 09:03:21,019 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-12 09:03:21,019 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-12 09:03:21,019 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-12 09:03:21,019 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-12 09:03:21,019 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-12 09:03:21,019 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-12 09:03:21,019 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-12 09:03:21,019 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-12 09:03:21,019 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-12 09:03:21,020 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-12 09:03:21,020 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-12 09:03:21,020 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-12 09:03:21,020 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-12 09:03:21,020 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-12 09:03:21,020 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-12 09:03:21,020 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-12 09:03:21,020 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-12 09:03:21,020 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-12 09:03:21,021 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-12 09:03:21,022 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'cloudify_ims-user_b8044517-429e-4a8c-975b-6828183c76b0', 'password': '25de2e30-444b-4fe4-8d85-a4a11b9d559a', 'project_name': 'cloudify_ims-project_b8044517-429e-4a8c-975b-6828183c76b0', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.21:5000//v3', 'project_id': 'd1803c5e965e47a48de43a49636ebe03', 'project_domain_name': 'Default'} 2018-08-12 09:03:21,078 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - VNF configuration: {'inputs': {u'vellum_cluster_size': 1, u'agent_user': u'ubuntu', u'image_id': u'ubuntu_14.04', u'external_network_name': u'', u'dime_cluster_size': 1, u'key_pair_name': u'cloudify_ims_kp', u'bono_cluster_size': 1, u'flavor_id': u'cloudify.small', u'public_domain': u'clearwater.opnfv', u'homer_cluster_size': 1, u'release': u'repo129', u'private_key_path': u'/etc/cloudify/cloudify_ims.pem', u'sprout_cluster_size': 1}, 'descriptor': {u'file_name': u'/src/cloudify_vims/openstack-blueprint.yaml', u'version': u'129', u'name': u'clearwater-opnfv'}} 2018-08-12 09:03:21,092 - xtesting.ci.run_tests - INFO - Running test case 'cloudify_ims'... 2018-08-12 09:03:21,092 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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 09:03:21,098 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:03:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-25614bbb-367f-4f9f-b987-336dd8b11013 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 09:03:21,098 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-25614bbb-367f-4f9f-b987-336dd8b11013 2018-08-12 09:03:21,099 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-08-12 09:03:21,493 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "89d9758662544fe795b9591ec6fa08f8", "name": "Member"}], "expires_at": "2018-08-12T10:03:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d1803c5e965e47a48de43a49636ebe03", "name": "cloudify_ims-project_b8044517-429e-4a8c-975b-6828183c76b0"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/d1803c5e965e47a48de43a49636ebe03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/d1803c5e965e47a48de43a49636ebe03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/d1803c5e965e47a48de43a49636ebe03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_d1803c5e965e47a48de43a49636ebe03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_d1803c5e965e47a48de43a49636ebe03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/d1803c5e965e47a48de43a49636ebe03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/d1803c5e965e47a48de43a49636ebe03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/d1803c5e965e47a48de43a49636ebe03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/d1803c5e965e47a48de43a49636ebe03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/d1803c5e965e47a48de43a49636ebe03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/d1803c5e965e47a48de43a49636ebe03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/d1803c5e965e47a48de43a49636ebe03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/d1803c5e965e47a48de43a49636ebe03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/d1803c5e965e47a48de43a49636ebe03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "cloudify_ims-user_b8044517-429e-4a8c-975b-6828183c76b0", "id": "2cc1e6cd1d5d477497b8e2e005350b12"}, "audit_ids": ["xUkdfgZ3T_em5Xoa7kt-oA"], "issued_at": "2018-08-12T09:03:21.000000Z"}} 2018-08-12 09:03:21,495 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-12 09:03:21,496 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c668290d9c72147a094047a9af54f9d559becb08" -d '{"network": {"name": "cloudify_ims-net_b8044517-429e-4a8c-975b-6828183c76b0", "admin_state_up": true}}' 2018-08-12 09:03:22,286 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-a51c1c54-3168-4eec-a88c-af523b29244b Date: Sun, 12 Aug 2018 09:03:22 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"d1803c5e965e47a48de43a49636ebe03","created_at":"2018-08-12T09:03:21Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T09:03:22Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"d1803c5e965e47a48de43a49636ebe03","id":"6f6c0a11-7b33-4d5f-b952-3af22515a602","name":"cloudify_ims-net_b8044517-429e-4a8c-975b-6828183c76b0"}} 2018-08-12 09:03:22,286 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-a51c1c54-3168-4eec-a88c-af523b29244b 2018-08-12 09:03:22,286 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.790786027908s 2018-08-12 09:03:22,287 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-a51c1c54-3168-4eec-a88c-af523b29244b 2018-08-12 09:03:22,287 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-12T09:03:22Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'id': u'6f6c0a11-7b33-4d5f-b952-3af22515a602', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'cloudify_ims-net_b8044517-429e-4a8c-975b-6828183c76b0', u'admin_state_up': True, u'tenant_id': u'd1803c5e965e47a48de43a49636ebe03', u'created_at': u'2018-08-12T09:03:21Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'd1803c5e965e47a48de43a49636ebe03'}) 2018-08-12 09:03:22,288 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 09:03:22,288 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c668290d9c72147a094047a9af54f9d559becb08" 2018-08-12 09:03:22,980 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1150 X-Openstack-Request-Id: req-aa8565c7-9df2-4236-bde2-1ddcfd82c476 Date: Sun, 12 Aug 2018 09:03:22 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":["ec788992-fa73-45cc-a7d9-6d44542124c2"],"updated_at":"2018-08-12T05:35:20Z","tenant_id":"310f5853751a4c968f3eeb0a3d99a0a8","created_at":"2018-08-12T05:04:23Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":7,"admin_state_up":true,"shared":false,"project_id":"310f5853751a4c968f3eeb0a3d99a0a8","id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","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-12T09:03:22Z","tenant_id":"d1803c5e965e47a48de43a49636ebe03","created_at":"2018-08-12T09:03:21Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"d1803c5e965e47a48de43a49636ebe03","id":"6f6c0a11-7b33-4d5f-b952-3af22515a602","name":"cloudify_ims-net_b8044517-429e-4a8c-975b-6828183c76b0"}]} 2018-08-12 09:03:22,980 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-aa8565c7-9df2-4236-bde2-1ddcfd82c476 2018-08-12 09:03:22,980 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.692643880844s 2018-08-12 09:03:22,981 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-aa8565c7-9df2-4236-bde2-1ddcfd82c476 2018-08-12 09:03:22,982 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-12 09:03:22,983 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}c668290d9c72147a094047a9af54f9d559becb08" -d '{"subnet": {"name": "cloudify_ims-subnet_b8044517-429e-4a8c-975b-6828183c76b0", "enable_dhcp": true, "network_id": "6f6c0a11-7b33-4d5f-b952-3af22515a602", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-12 09:03:23,968 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-0b6b1524-bf57-4aca-9085-3e527783b892 Date: Sun, 12 Aug 2018 09:03:23 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6f6c0a11-7b33-4d5f-b952-3af22515a602","tenant_id":"d1803c5e965e47a48de43a49636ebe03","created_at":"2018-08-12T09:03:23Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-12T09:03:23Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"d1803c5e965e47a48de43a49636ebe03","id":"8902d2bd-06c7-465f-9c9b-8b311940634f","subnetpool_id":null,"name":"cloudify_ims-subnet_b8044517-429e-4a8c-975b-6828183c76b0"}} 2018-08-12 09:03:23,968 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-0b6b1524-bf57-4aca-9085-3e527783b892 2018-08-12 09:03:23,969 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.98628282547s 2018-08-12 09:03:23,969 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-0b6b1524-bf57-4aca-9085-3e527783b892 2018-08-12 09:03:23,969 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-12T09:03:23Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'8902d2bd-06c7-465f-9c9b-8b311940634f', u'subnetpool_id': None, u'service_types': [], u'name': u'cloudify_ims-subnet_b8044517-429e-4a8c-975b-6828183c76b0', u'enable_dhcp': True, u'network_id': u'6f6c0a11-7b33-4d5f-b952-3af22515a602', u'tenant_id': u'd1803c5e965e47a48de43a49636ebe03', u'created_at': u'2018-08-12T09:03:23Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'd1803c5e965e47a48de43a49636ebe03'}) 2018-08-12 09:03:23,970 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-12 09:03:23,970 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}c668290d9c72147a094047a9af54f9d559becb08" -d '{"router": {"external_gateway_info": {"network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3"}, "name": "cloudify_ims-router_b8044517-429e-4a8c-975b-6828183c76b0", "admin_state_up": true}}' 2018-08-12 09:03:25,312 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 623 X-Openstack-Request-Id: req-fc6c92e7-d32e-4a76-a05c-37fe6f50ddf1 Date: Sun, 12 Aug 2018 09:03:25 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ec788992-fa73-45cc-a7d9-6d44542124c2", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "created_at": "2018-08-12T09:03:24Z", "admin_state_up": true, "updated_at": "2018-08-12T09:03:25Z", "revision_number": 2, "routes": [], "project_id": "d1803c5e965e47a48de43a49636ebe03", "id": "c3561816-49f6-4141-ad72-465d55c10065", "name": "cloudify_ims-router_b8044517-429e-4a8c-975b-6828183c76b0"}} 2018-08-12 09:03:25,312 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-fc6c92e7-d32e-4a76-a05c-37fe6f50ddf1 2018-08-12 09:03:25,312 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.34190797806s 2018-08-12 09:03:25,312 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-fc6c92e7-d32e-4a76-a05c-37fe6f50ddf1 2018-08-12 09:03:25,313 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'03886690-4630-4c4c-9ccb-7eedaa9b1fd3', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'ec788992-fa73-45cc-a7d9-6d44542124c2', u'ip_address': u'172.30.9.205'}]}, u'description': u'', u'tags': [], u'tenant_id': u'd1803c5e965e47a48de43a49636ebe03', u'created_at': u'2018-08-12T09:03:24Z', u'admin_state_up': True, u'updated_at': u'2018-08-12T09:03:25Z', u'revision_number': 2, u'routes': [], u'project_id': u'd1803c5e965e47a48de43a49636ebe03', u'id': u'c3561816-49f6-4141-ad72-465d55c10065', u'name': u'cloudify_ims-router_b8044517-429e-4a8c-975b-6828183c76b0'}) 2018-08-12 09:03:25,313 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-12 09:03:25,314 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/c3561816-49f6-4141-ad72-465d55c10065/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}c668290d9c72147a094047a9af54f9d559becb08" -d '{"subnet_id": "8902d2bd-06c7-465f-9c9b-8b311940634f"}' 2018-08-12 09:03:27,910 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-28417585-9b9e-4c7a-aa77-34e0d4f76c84 Date: Sun, 12 Aug 2018 09:03:27 GMT RESP BODY: {"network_id": "6f6c0a11-7b33-4d5f-b952-3af22515a602", "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "subnet_id": "8902d2bd-06c7-465f-9c9b-8b311940634f", "subnet_ids": ["8902d2bd-06c7-465f-9c9b-8b311940634f"], "port_id": "d0e4ae91-0e49-4caa-9763-8adc7f3f2ada", "id": "c3561816-49f6-4141-ad72-465d55c10065"} 2018-08-12 09:03:27,910 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/c3561816-49f6-4141-ad72-465d55c10065/add_router_interface.json used request id req-28417585-9b9e-4c7a-aa77-34e0d4f76c84 2018-08-12 09:03:27,910 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.59669399261s 2018-08-12 09:03:27,910 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/c3561816-49f6-4141-ad72-465d55c10065/add_router_interface.json used request id req-28417585-9b9e-4c7a-aa77-34e0d4f76c84 returning object c3561816-49f6-4141-ad72-465d55c10065 2018-08-12 09:03:27,910 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 2018-08-12 09:03:50,847 - shade - DEBUG - Image file /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 md5:d9fa9deb2e0906ab7da21bd97d305fa1 sha256:e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a 2018-08-12 09:03:50,849 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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 09:03:50,854 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Sun, 12 Aug 2018 09:03:50 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}]} 2018-08-12 09:03:50,855 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 09:03:50,856 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c668290d9c72147a094047a9af54f9d559becb08" 2018-08-12 09:03:51,052 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-03340202-09f2-4d3b-842c-e0865af4dc94 Date: Sun, 12 Aug 2018 09:03:51 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 09:03:51,052 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-03340202-09f2-4d3b-842c-e0865af4dc94 2018-08-12 09:03:51,052 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.197042942047s 2018-08-12 09:03:51,053 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-03340202-09f2-4d3b-842c-e0865af4dc94 2018-08-12 09:03:51,061 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-12 09:03:51,064 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c668290d9c72147a094047a9af54f9d559becb08" -d '{"owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "owner_specified.shade.object": "images/cloudify_ims-img_b8044517-429e-4a8c-975b-6828183c76b0", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "cloudify_ims-img_b8044517-429e-4a8c-975b-6828183c76b0"}' 2018-08-12 09:03:51,273 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 876 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/37f81232-fc35-4d94-81a2-c5d6ebdf90df Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-2f111f39-72fc-43a9-a441-4f66c988798c Date: Sun, 12 Aug 2018 09:03:51 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/37f81232-fc35-4d94-81a2-c5d6ebdf90df/file", "owner": "d1803c5e965e47a48de43a49636ebe03", "id": "37f81232-fc35-4d94-81a2-c5d6ebdf90df", "size": null, "self": "/v2/images/37f81232-fc35-4d94-81a2-c5d6ebdf90df", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-08-12T09:03:51Z", "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_b8044517-429e-4a8c-975b-6828183c76b0", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify_ims-img_b8044517-429e-4a8c-975b-6828183c76b0", "checksum": null, "created_at": "2018-08-12T09:03:51Z", "protected": false} 2018-08-12 09:03:51,273 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-2f111f39-72fc-43a9-a441-4f66c988798c 2018-08-12 09:03:51,273 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.212565898895s 2018-08-12 09:03:51,274 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-2f111f39-72fc-43a9-a441-4f66c988798c returning object 37f81232-fc35-4d94-81a2-c5d6ebdf90df 2018-08-12 09:03:51,274 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-12 09:03:51,278 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9292/v2/images/37f81232-fc35-4d94-81a2-c5d6ebdf90df/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}c668290d9c72147a094047a9af54f9d559becb08" -d '' 2018-08-12 09:04:47,608 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-bbb50804-f8b3-4b78-86a3-055e26bf561e Date: Sun, 12 Aug 2018 09:04:47 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 09:04:47,608 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/37f81232-fc35-4d94-81a2-c5d6ebdf90df/file used request id req-bbb50804-f8b3-4b78-86a3-055e26bf561e 2018-08-12 09:04:47,609 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 56.3341770172s 2018-08-12 09:04:47,609 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/37f81232-fc35-4d94-81a2-c5d6ebdf90df/file used request id req-bbb50804-f8b3-4b78-86a3-055e26bf561e 2018-08-12 09:04:47,613 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 09:04:47,617 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c668290d9c72147a094047a9af54f9d559becb08" 2018-08-12 09:04:47,820 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1208 Content-Type: application/json X-Openstack-Request-Id: req-1d6f512b-ad3d-429e-8e31-7420ce585d18 Date: Sun, 12 Aug 2018 09:04:47 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/37f81232-fc35-4d94-81a2-c5d6ebdf90df/snap", "metadata": {}}], "file": "/v2/images/37f81232-fc35-4d94-81a2-c5d6ebdf90df/file", "owner": "d1803c5e965e47a48de43a49636ebe03", "id": "37f81232-fc35-4d94-81a2-c5d6ebdf90df", "size": 4373348352, "self": "/v2/images/37f81232-fc35-4d94-81a2-c5d6ebdf90df", "disk_format": "qcow2", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/37f81232-fc35-4d94-81a2-c5d6ebdf90df/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-08-12T09:04:47Z", "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_b8044517-429e-4a8c-975b-6828183c76b0", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify_ims-img_b8044517-429e-4a8c-975b-6828183c76b0", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-08-12T09:03:51Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 09:04:47,820 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-1d6f512b-ad3d-429e-8e31-7420ce585d18 2018-08-12 09:04:47,820 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.207015037537s 2018-08-12 09:04:47,820 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-1d6f512b-ad3d-429e-8e31-7420ce585d18 2018-08-12 09:04:47,822 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://b36631de-8836-42ae-a808-b5158928754c/images/37f81232-fc35-4d94-81a2-c5d6ebdf90df/snap', u'metadata': Munch({})})], 'file': u'/v2/images/37f81232-fc35-4d94-81a2-c5d6ebdf90df/file', 'owner': u'd1803c5e965e47a48de43a49636ebe03', 'id': u'37f81232-fc35-4d94-81a2-c5d6ebdf90df', 'size': 4373348352, u'self': u'/v2/images/37f81232-fc35-4d94-81a2-c5d6ebdf90df', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'd1803c5e965e47a48de43a49636ebe03', 'name': 'cloudify_ims-project_b8044517-429e-4a8c-975b-6828183c76b0', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://b36631de-8836-42ae-a808-b5158928754c/images/37f81232-fc35-4d94-81a2-c5d6ebdf90df/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-12T09:04:47Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-12T09:04:47Z', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'owner_specified.shade.object': u'images/cloudify_ims-img_b8044517-429e-4a8c-975b-6828183c76b0', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', 'properties': {u'self': u'/v2/images/37f81232-fc35-4d94-81a2-c5d6ebdf90df', u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', u'owner_specified.shade.object': u'images/cloudify_ims-img_b8044517-429e-4a8c-975b-6828183c76b0', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'schema': u'/v2/schemas/image'}, 'name': u'cloudify_ims-img_b8044517-429e-4a8c-975b-6828183c76b0', 'created': u'2018-08-12T09:03:51Z', 'checksum': u'd9fa9deb2e0906ab7da21bd97d305fa1', 'created_at': u'2018-08-12T09:03:51Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/37f81232-fc35-4d94-81a2-c5d6ebdf90df', u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', u'owner_specified.shade.object': u'images/cloudify_ims-img_b8044517-429e-4a8c-975b-6828183c76b0', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'schema': u'/v2/schemas/image'}}) 2018-08-12 09:04:47,824 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-12 09:04:47,826 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}817f6fed486d5bf63d2438c61703c61e0f770b94" -d '{"flavor": {"vcpus": 2, "ram": 4096, "name": "cloudify_ims-flavor_b8044517-429e-4a8c-975b-6828183c76b0", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 40, "id": null, "swap": 0}}' 2018-08-12 09:04:48,040 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:04:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-66fc6dc1-3a30-4e5f-95e4-1874d1763ea3 x-compute-request-id: req-66fc6dc1-3a30-4e5f-95e4-1874d1763ea3 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"flavor": {"name": "cloudify_ims-flavor_b8044517-429e-4a8c-975b-6828183c76b0", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/61cef0a9-a10c-4637-a2b4-11af746f84a8", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/61cef0a9-a10c-4637-a2b4-11af746f84a8", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 40, "id": "61cef0a9-a10c-4637-a2b4-11af746f84a8"}} 2018-08-12 09:04:48,040 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-66fc6dc1-3a30-4e5f-95e4-1874d1763ea3 2018-08-12 09:04:48,040 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.2165620327s 2018-08-12 09:04:48,041 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-66fc6dc1-3a30-4e5f-95e4-1874d1763ea3 2018-08-12 09:04:48,041 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'cloudify_ims-flavor_b8044517-429e-4a8c-975b-6828183c76b0', 'ephemeral': 0, 'ram': 4096, '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': 2, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'a267b9a156244bb192691cff6e5f74fe', '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': 40, 'id': u'61cef0a9-a10c-4637-a2b4-11af746f84a8', 'swap': 0}) 2018-08-12 09:04:48,042 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-12 09:04:48,044 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors/61cef0a9-a10c-4637-a2b4-11af746f84a8/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}817f6fed486d5bf63d2438c61703c61e0f770b94" -d '{"extra_specs": {}}' 2018-08-12 09:04:48,064 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:04:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-88154687-f4e5-4281-9bd2-249df00acdcc x-compute-request-id: req-88154687-f4e5-4281-9bd2-249df00acdcc Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-12 09:04:48,064 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/61cef0a9-a10c-4637-a2b4-11af746f84a8/os-extra_specs used request id req-88154687-f4e5-4281-9bd2-249df00acdcc 2018-08-12 09:04:48,064 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0219128131866s 2018-08-12 09:04:48,064 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/61cef0a9-a10c-4637-a2b4-11af746f84a8/os-extra_specs used request id req-88154687-f4e5-4281-9bd2-249df00acdcc 2018-08-12 09:04:48,065 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-12 09:04:48,067 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}c668290d9c72147a094047a9af54f9d559becb08" -d '{"keypair": {"name": "cloudify_ims-kp_b8044517-429e-4a8c-975b-6828183c76b0"}}' 2018-08-12 09:04:48,469 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:04:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1f4e7097-8dea-4331-b049-4496f2411af0 x-compute-request-id: req-1f4e7097-8dea-4331-b049-4496f2411af0 Content-Encoding: gzip Content-Length: 1804 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDD7vnftcrYE9mur0e2DvSC7wpfZwqjwnaZY3t1TfWcwfxyFvADWWb+HkybrKkNnxGmLNo5Qq7UXNCdZbwtfiRkFSk75XMLrjVGvgGU1Euz0U1s28usS8oCBVFo6idCjyhSx3kEos77//lNw1OAOwsg6jVEV3Fd9yOh+dJrKIpuQKJ9/Jcr8sE4QAVW5Up9uBYC46HZrLGxRjLJ79dwJhaly/d+5F27aQkUhgF7BE0lrLD0LBqbQkOPszwYvFh6hBJlF40PhGv8X+LV9d8rnqrkwnlgXo/WNnQ5XNZfE7PZFaYKCtryo6QnuFfG/YSXONljgnQAgryvq/9038P+4kKD Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAw+7537XK2BPZrq9Htg70gu8KX2cKo8J2mWN7dU31nMH8chbw\nA1lm/h5Mm6ypDZ8RpizaOUKu1FzQnWW8LX4kZBUpO+VzC641Rr4BlNRLs9FNbNvL\nrEvKAgVRaOonQo8oUsd5BKLO+//5TcNTgDsLIOo1RFdxXfcjofnSayiKbkCiffyX\nK/LBOEAFVuVKfbgWAuOh2ayxsUYyye/XcCYWpcv3fuRdu2kJFIYBewRNJayw9Cwa\nm0JDj7M8GLxYeoQSZReND4Rr/F/i1fXfK56q5MJ5YF6P1jZ0OVzWXxOz2RWmCgra\n8qOkJ7hXxv2ElzjZY4J0AIK8r6v/dN/D/uJCgwIDAQABAoIBAB4/2OgG4wg1GFh1\nyzZ6XJmSWiGcgPIDZdgMmdTkclT/RgA/NlLuDI6TEvS91WO6+TiUmCRa/S7gHX0P\nZdwIK4ogEjujEv3sqWEAmLHnjMB4QeHalTlGgiuJsqXl8KXAAFO3ZCGpGReiz1SI\nIW4cr30na43fiisdqqypKylMGwMmRceKyyfpYB/eAPFlNrinJHGPbMcJM6N3IGpO\nu5y0OW5RAy95QW5KgXDi18jQt9iUBsRQ7++Soldtnrp6o+1vBtzbAFvn/EQBqOS2\n1+fX7TEDNa6Ws+sk+XF7YKa1QcTiAFBtyf+hNf+16a+rB7Jdfr5DDUUmKRIjG3Dc\ngA6dlzECgYEA/KwniMVZmNbTM4XR23aGHv73YRYdqVhJYYmxP3FQIXl0ekPQc55R\nXOhvNes4HWSyrpS70LgrCs4fc3uS9FGzP5tYq1P4tS6EWACDP1PxIJJJo8Zt3Yl7\njUqnQqy687CoHxPSNZ6eka2cHTXlbddVPnDvCm03S3KN83WRb49HZj0CgYEAxoOI\n+4IP6/rZi3F7rDXav5Ze9g/4OAybw5o87QXFwukuNbdy0phC8d4nRlU8wt/MBx7t\nbFWxG3Sce77hEcasLe1FtS3ZVaWUXzRiqzX0j4KvuI90p+4UgUJ8pTP+XJ5Wn9j4\nXoyqGPtARfaI5hW7ZgXpTB6ReJ6F/vFKXAx7l78CgYEApn4JzuW7lCp6IIkdLy96\nURJQj3izMtMqB0tjsBpKYsRVK/tjb8vycPX30d+cqkGgO8lluLKiKgyITOAwhS0Q\nn+kNFFfQmhJ8wkAUO7ZkPMIoI/Kskj31W7TFYfnPdqQBI/k7mnlao0NyiwzokOhD\nE1H3MTemJ+DkCHh/zLLsqUECgYAnczxlvxMq8k8JRyQstQcjy95TSBksClVqKdyx\nvdPvSCfGxQ4si9XB+0QS1h2dHJyPTbYhMWZg7muqq+ROhAzzk5OmzdXDD4TM5rw1\nCiPv4SjKpLeqJ8YraesbaZnDDjRoz9WL9KhZDpVXUgcism7rd4FFf02pitdWMt10\nLYbiQQKBgAR9mBrcYZYXSPkHEUiaW5DZAJSbx1jRjJ6xaupbSGgY/6wOmr3SC9Cx\ncMsJNT9xePLBImAVwCcw4LsfPowW4G+zS9ag8M0Ry0wbdUCGdtf+Zl9WyWmQHqdC\n7cbtc9FaLOFjMPgklQBGnW+PhMolMqH4bMRqHZe+ySSmTPeI2eBB\n-----END RSA PRIVATE KEY-----\n", "user_id": "2cc1e6cd1d5d477497b8e2e005350b12", "name": "cloudify_ims-kp_b8044517-429e-4a8c-975b-6828183c76b0", "fingerprint": "e5:05:e8:cf:e9:84:8b:45:2f:2f:14:96:a9:a5:3a:fb"}} 2018-08-12 09:04:48,470 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-1f4e7097-8dea-4331-b049-4496f2411af0 2018-08-12 09:04:48,470 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.405096054077s 2018-08-12 09:04:48,470 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-1f4e7097-8dea-4331-b049-4496f2411af0 2018-08-12 09:04:48,471 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDD7vnftcrYE9mur0e2DvSC7wpfZwqjwnaZY3t1TfWcwfxyFvADWWb+HkybrKkNnxGmLNo5Qq7UXNCdZbwtfiRkFSk75XMLrjVGvgGU1Euz0U1s28usS8oCBVFo6idCjyhSx3kEos77//lNw1OAOwsg6jVEV3Fd9yOh+dJrKIpuQKJ9/Jcr8sE4QAVW5Up9uBYC46HZrLGxRjLJ79dwJhaly/d+5F27aQkUhgF7BE0lrLD0LBqbQkOPszwYvFh6hBJlF40PhGv8X+LV9d8rnqrkwnlgXo/WNnQ5XNZfE7PZFaYKCtryo6QnuFfG/YSXONljgnQAgryvq/9038P+4kKD Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAw+7537XK2BPZrq9Htg70gu8KX2cKo8J2mWN7dU31nMH8chbw\nA1lm/h5Mm6ypDZ8RpizaOUKu1FzQnWW8LX4kZBUpO+VzC641Rr4BlNRLs9FNbNvL\nrEvKAgVRaOonQo8oUsd5BKLO+//5TcNTgDsLIOo1RFdxXfcjofnSayiKbkCiffyX\nK/LBOEAFVuVKfbgWAuOh2ayxsUYyye/XcCYWpcv3fuRdu2kJFIYBewRNJayw9Cwa\nm0JDj7M8GLxYeoQSZReND4Rr/F/i1fXfK56q5MJ5YF6P1jZ0OVzWXxOz2RWmCgra\n8qOkJ7hXxv2ElzjZY4J0AIK8r6v/dN/D/uJCgwIDAQABAoIBAB4/2OgG4wg1GFh1\nyzZ6XJmSWiGcgPIDZdgMmdTkclT/RgA/NlLuDI6TEvS91WO6+TiUmCRa/S7gHX0P\nZdwIK4ogEjujEv3sqWEAmLHnjMB4QeHalTlGgiuJsqXl8KXAAFO3ZCGpGReiz1SI\nIW4cr30na43fiisdqqypKylMGwMmRceKyyfpYB/eAPFlNrinJHGPbMcJM6N3IGpO\nu5y0OW5RAy95QW5KgXDi18jQt9iUBsRQ7++Soldtnrp6o+1vBtzbAFvn/EQBqOS2\n1+fX7TEDNa6Ws+sk+XF7YKa1QcTiAFBtyf+hNf+16a+rB7Jdfr5DDUUmKRIjG3Dc\ngA6dlzECgYEA/KwniMVZmNbTM4XR23aGHv73YRYdqVhJYYmxP3FQIXl0ekPQc55R\nXOhvNes4HWSyrpS70LgrCs4fc3uS9FGzP5tYq1P4tS6EWACDP1PxIJJJo8Zt3Yl7\njUqnQqy687CoHxPSNZ6eka2cHTXlbddVPnDvCm03S3KN83WRb49HZj0CgYEAxoOI\n+4IP6/rZi3F7rDXav5Ze9g/4OAybw5o87QXFwukuNbdy0phC8d4nRlU8wt/MBx7t\nbFWxG3Sce77hEcasLe1FtS3ZVaWUXzRiqzX0j4KvuI90p+4UgUJ8pTP+XJ5Wn9j4\nXoyqGPtARfaI5hW7ZgXpTB6ReJ6F/vFKXAx7l78CgYEApn4JzuW7lCp6IIkdLy96\nURJQj3izMtMqB0tjsBpKYsRVK/tjb8vycPX30d+cqkGgO8lluLKiKgyITOAwhS0Q\nn+kNFFfQmhJ8wkAUO7ZkPMIoI/Kskj31W7TFYfnPdqQBI/k7mnlao0NyiwzokOhD\nE1H3MTemJ+DkCHh/zLLsqUECgYAnczxlvxMq8k8JRyQstQcjy95TSBksClVqKdyx\nvdPvSCfGxQ4si9XB+0QS1h2dHJyPTbYhMWZg7muqq+ROhAzzk5OmzdXDD4TM5rw1\nCiPv4SjKpLeqJ8YraesbaZnDDjRoz9WL9KhZDpVXUgcism7rd4FFf02pitdWMt10\nLYbiQQKBgAR9mBrcYZYXSPkHEUiaW5DZAJSbx1jRjJ6xaupbSGgY/6wOmr3SC9Cx\ncMsJNT9xePLBImAVwCcw4LsfPowW4G+zS9ag8M0Ry0wbdUCGdtf+Zl9WyWmQHqdC\n7cbtc9FaLOFjMPgklQBGnW+PhMolMqH4bMRqHZe+ySSmTPeI2eBB\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'2cc1e6cd1d5d477497b8e2e005350b12', 'name': u'cloudify_ims-kp_b8044517-429e-4a8c-975b-6828183c76b0', 'created_at': '2018-08-12T09:04:48.471309', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'd1803c5e965e47a48de43a49636ebe03', 'name': 'cloudify_ims-project_b8044517-429e-4a8c-975b-6828183c76b0', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'e5:05:e8:cf:e9:84:8b:45:2f:2f:14:96:a9:a5:3a:fb', 'type': 'ssh', 'id': u'cloudify_ims-kp_b8044517-429e-4a8c-975b-6828183c76b0'}) 2018-08-12 09:04:48,471 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEowIBAAKCAQEAw+7537XK2BPZrq9Htg70gu8KX2cKo8J2mWN7dU31nMH8chbw A1lm/h5Mm6ypDZ8RpizaOUKu1FzQnWW8LX4kZBUpO+VzC641Rr4BlNRLs9FNbNvL rEvKAgVRaOonQo8oUsd5BKLO+//5TcNTgDsLIOo1RFdxXfcjofnSayiKbkCiffyX K/LBOEAFVuVKfbgWAuOh2ayxsUYyye/XcCYWpcv3fuRdu2kJFIYBewRNJayw9Cwa m0JDj7M8GLxYeoQSZReND4Rr/F/i1fXfK56q5MJ5YF6P1jZ0OVzWXxOz2RWmCgra 8qOkJ7hXxv2ElzjZY4J0AIK8r6v/dN/D/uJCgwIDAQABAoIBAB4/2OgG4wg1GFh1 yzZ6XJmSWiGcgPIDZdgMmdTkclT/RgA/NlLuDI6TEvS91WO6+TiUmCRa/S7gHX0P ZdwIK4ogEjujEv3sqWEAmLHnjMB4QeHalTlGgiuJsqXl8KXAAFO3ZCGpGReiz1SI IW4cr30na43fiisdqqypKylMGwMmRceKyyfpYB/eAPFlNrinJHGPbMcJM6N3IGpO u5y0OW5RAy95QW5KgXDi18jQt9iUBsRQ7++Soldtnrp6o+1vBtzbAFvn/EQBqOS2 1+fX7TEDNa6Ws+sk+XF7YKa1QcTiAFBtyf+hNf+16a+rB7Jdfr5DDUUmKRIjG3Dc gA6dlzECgYEA/KwniMVZmNbTM4XR23aGHv73YRYdqVhJYYmxP3FQIXl0ekPQc55R XOhvNes4HWSyrpS70LgrCs4fc3uS9FGzP5tYq1P4tS6EWACDP1PxIJJJo8Zt3Yl7 jUqnQqy687CoHxPSNZ6eka2cHTXlbddVPnDvCm03S3KN83WRb49HZj0CgYEAxoOI +4IP6/rZi3F7rDXav5Ze9g/4OAybw5o87QXFwukuNbdy0phC8d4nRlU8wt/MBx7t bFWxG3Sce77hEcasLe1FtS3ZVaWUXzRiqzX0j4KvuI90p+4UgUJ8pTP+XJ5Wn9j4 XoyqGPtARfaI5hW7ZgXpTB6ReJ6F/vFKXAx7l78CgYEApn4JzuW7lCp6IIkdLy96 URJQj3izMtMqB0tjsBpKYsRVK/tjb8vycPX30d+cqkGgO8lluLKiKgyITOAwhS0Q n+kNFFfQmhJ8wkAUO7ZkPMIoI/Kskj31W7TFYfnPdqQBI/k7mnlao0NyiwzokOhD E1H3MTemJ+DkCHh/zLLsqUECgYAnczxlvxMq8k8JRyQstQcjy95TSBksClVqKdyx vdPvSCfGxQ4si9XB+0QS1h2dHJyPTbYhMWZg7muqq+ROhAzzk5OmzdXDD4TM5rw1 CiPv4SjKpLeqJ8YraesbaZnDDjRoz9WL9KhZDpVXUgcism7rd4FFf02pitdWMt10 LYbiQQKBgAR9mBrcYZYXSPkHEUiaW5DZAJSbx1jRjJ6xaupbSGgY/6wOmr3SC9Cx cMsJNT9xePLBImAVwCcw4LsfPowW4G+zS9ag8M0Ry0wbdUCGdtf+Zl9WyWmQHqdC 7cbtc9FaLOFjMPgklQBGnW+PhMolMqH4bMRqHZe+ySSmTPeI2eBB -----END RSA PRIVATE KEY----- 2018-08-12 09:04:48,475 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-08-12 09:04:48,475 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}c668290d9c72147a094047a9af54f9d559becb08" -d '{"security_group": {"name": "cloudify_ims-sg_b8044517-429e-4a8c-975b-6828183c76b0", "description": "created by OPNFV Functest (cloudify_ims)"}}' 2018-08-12 09:04:49,330 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1424 X-Openstack-Request-Id: req-6a279b26-5fc9-4145-ba2e-9ce7a797571e Date: Sun, 12 Aug 2018 09:04:49 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "created_at": "2018-08-12T09:04:49Z", "updated_at": "2018-08-12T09:04:49Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T09:04:49Z", "revision_number": 0, "id": "08e422cc-90dd-4fe2-a9d8-97167ae506bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T09:04:49Z", "security_group_id": "071aaddb-0b26-4172-bfcc-0633396f9e47", "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "port_range_min": null, "ethertype": "IPv4", "project_id": "d1803c5e965e47a48de43a49636ebe03"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T09:04:49Z", "revision_number": 0, "id": "c69d93d5-477d-4860-9397-62c0ecca321c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T09:04:49Z", "security_group_id": "071aaddb-0b26-4172-bfcc-0633396f9e47", "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "port_range_min": null, "ethertype": "IPv6", "project_id": "d1803c5e965e47a48de43a49636ebe03"}], "revision_number": 2, "project_id": "d1803c5e965e47a48de43a49636ebe03", "id": "071aaddb-0b26-4172-bfcc-0633396f9e47", "name": "cloudify_ims-sg_b8044517-429e-4a8c-975b-6828183c76b0"}} 2018-08-12 09:04:49,330 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-6a279b26-5fc9-4145-ba2e-9ce7a797571e 2018-08-12 09:04:49,331 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.855674982071s 2018-08-12 09:04:49,331 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-6a279b26-5fc9-4145-ba2e-9ce7a797571e 2018-08-12 09:04:49,335 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-12 09:04:49,336 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}c668290d9c72147a094047a9af54f9d559becb08" 2018-08-12 09:04:49,963 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3840 X-Openstack-Request-Id: req-2cb68912-529f-4277-a41e-954ec58eb16c Date: Sun, 12 Aug 2018 09:04:49 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "created_at": "2018-08-12T09:04:49Z", "updated_at": "2018-08-12T09:04:49Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T09:04:49Z", "revision_number": 0, "id": "08e422cc-90dd-4fe2-a9d8-97167ae506bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T09:04:49Z", "security_group_id": "071aaddb-0b26-4172-bfcc-0633396f9e47", "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "port_range_min": null, "ethertype": "IPv4", "project_id": "d1803c5e965e47a48de43a49636ebe03"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T09:04:49Z", "revision_number": 0, "id": "c69d93d5-477d-4860-9397-62c0ecca321c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T09:04:49Z", "security_group_id": "071aaddb-0b26-4172-bfcc-0633396f9e47", "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "port_range_min": null, "ethertype": "IPv6", "project_id": "d1803c5e965e47a48de43a49636ebe03"}], "revision_number": 2, "project_id": "d1803c5e965e47a48de43a49636ebe03", "id": "071aaddb-0b26-4172-bfcc-0633396f9e47", "name": "cloudify_ims-sg_b8044517-429e-4a8c-975b-6828183c76b0"}, {"description": "Default security group", "tags": [], "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "created_at": "2018-08-12T09:03:21Z", "updated_at": "2018-08-12T09:03:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T09:03:21Z", "revision_number": 0, "id": "75ed468d-603e-4b90-976a-22cb9f3d6c97", "remote_group_id": "df15a8d7-c5d6-4959-8ce0-4dd6f9628a3b", "remote_ip_prefix": null, "created_at": "2018-08-12T09:03:21Z", "security_group_id": "df15a8d7-c5d6-4959-8ce0-4dd6f9628a3b", "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "port_range_min": null, "ethertype": "IPv4", "project_id": "d1803c5e965e47a48de43a49636ebe03"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T09:03:21Z", "revision_number": 0, "id": "7893f2ed-266d-4c76-a70e-c5cfbf786f2b", "remote_group_id": "df15a8d7-c5d6-4959-8ce0-4dd6f9628a3b", "remote_ip_prefix": null, "created_at": "2018-08-12T09:03:21Z", "security_group_id": "df15a8d7-c5d6-4959-8ce0-4dd6f9628a3b", "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "port_range_min": null, "ethertype": "IPv6", "project_id": "d1803c5e965e47a48de43a49636ebe03"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T09:03:21Z", "revision_number": 0, "id": "90a1b7b3-c4ce-49ee-a2bf-153fe72eaf99", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T09:03:21Z", "security_group_id": "df15a8d7-c5d6-4959-8ce0-4dd6f9628a3b", "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "port_range_min": null, "ethertype": "IPv6", "project_id": "d1803c5e965e47a48de43a49636ebe03"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T09:03:21Z", "revision_number": 0, "id": "c6691b53-68b4-4b7e-aae4-ce8984578dc8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T09:03:21Z", "security_group_id": "df15a8d7-c5d6-4959-8ce0-4dd6f9628a3b", "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "port_range_min": null, "ethertype": "IPv4", "project_id": "d1803c5e965e47a48de43a49636ebe03"}], "revision_number": 4, "project_id": "d1803c5e965e47a48de43a49636ebe03", "id": "df15a8d7-c5d6-4959-8ce0-4dd6f9628a3b", "name": "default"}]} 2018-08-12 09:04:49,964 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-2cb68912-529f-4277-a41e-954ec58eb16c 2018-08-12 09:04:49,964 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.628349065781s 2018-08-12 09:04:49,964 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-2cb68912-529f-4277-a41e-954ec58eb16c 2018-08-12 09:04:49,968 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-12 09:04:49,969 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}c668290d9c72147a094047a9af54f9d559becb08" -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": "071aaddb-0b26-4172-bfcc-0633396f9e47"}}' 2018-08-12 09:04:50,347 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-7d73bb59-0fe2-425a-9e79-46953fe5527f Date: Sun, 12 Aug 2018 09:04:50 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-12T09:04:50Z", "security_group_id": "071aaddb-0b26-4172-bfcc-0633396f9e47", "port_range_min": 22, "revision_number": 0, "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "created_at": "2018-08-12T09:04:50Z", "project_id": "d1803c5e965e47a48de43a49636ebe03", "id": "6e9abdd6-3584-432f-beb3-e2d0c0920718"}} 2018-08-12 09:04:50,348 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-7d73bb59-0fe2-425a-9e79-46953fe5527f 2018-08-12 09:04:50,348 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.379648923874s 2018-08-12 09:04:50,348 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-7d73bb59-0fe2-425a-9e79-46953fe5527f 2018-08-12 09:04:50,351 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-12 09:04:50,352 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}c668290d9c72147a094047a9af54f9d559becb08" 2018-08-12 09:04:50,582 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4336 X-Openstack-Request-Id: req-572df5b9-8a74-4d45-9ce6-8953c340433b Date: Sun, 12 Aug 2018 09:04:50 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "created_at": "2018-08-12T09:04:49Z", "updated_at": "2018-08-12T09:04:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T09:04:49Z", "revision_number": 0, "id": "08e422cc-90dd-4fe2-a9d8-97167ae506bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T09:04:49Z", "security_group_id": "071aaddb-0b26-4172-bfcc-0633396f9e47", "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "port_range_min": null, "ethertype": "IPv4", "project_id": "d1803c5e965e47a48de43a49636ebe03"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-12T09:04:50Z", "revision_number": 0, "id": "6e9abdd6-3584-432f-beb3-e2d0c0920718", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T09:04:50Z", "security_group_id": "071aaddb-0b26-4172-bfcc-0633396f9e47", "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "port_range_min": 22, "ethertype": "IPv4", "project_id": "d1803c5e965e47a48de43a49636ebe03"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T09:04:49Z", "revision_number": 0, "id": "c69d93d5-477d-4860-9397-62c0ecca321c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T09:04:49Z", "security_group_id": "071aaddb-0b26-4172-bfcc-0633396f9e47", "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "port_range_min": null, "ethertype": "IPv6", "project_id": "d1803c5e965e47a48de43a49636ebe03"}], "revision_number": 3, "project_id": "d1803c5e965e47a48de43a49636ebe03", "id": "071aaddb-0b26-4172-bfcc-0633396f9e47", "name": "cloudify_ims-sg_b8044517-429e-4a8c-975b-6828183c76b0"}, {"description": "Default security group", "tags": [], "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "created_at": "2018-08-12T09:03:21Z", "updated_at": "2018-08-12T09:03:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T09:03:21Z", "revision_number": 0, "id": "75ed468d-603e-4b90-976a-22cb9f3d6c97", "remote_group_id": "df15a8d7-c5d6-4959-8ce0-4dd6f9628a3b", "remote_ip_prefix": null, "created_at": "2018-08-12T09:03:21Z", "security_group_id": "df15a8d7-c5d6-4959-8ce0-4dd6f9628a3b", "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "port_range_min": null, "ethertype": "IPv4", "project_id": "d1803c5e965e47a48de43a49636ebe03"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T09:03:21Z", "revision_number": 0, "id": "7893f2ed-266d-4c76-a70e-c5cfbf786f2b", "remote_group_id": "df15a8d7-c5d6-4959-8ce0-4dd6f9628a3b", "remote_ip_prefix": null, "created_at": "2018-08-12T09:03:21Z", "security_group_id": "df15a8d7-c5d6-4959-8ce0-4dd6f9628a3b", "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "port_range_min": null, "ethertype": "IPv6", "project_id": "d1803c5e965e47a48de43a49636ebe03"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T09:03:21Z", "revision_number": 0, "id": "90a1b7b3-c4ce-49ee-a2bf-153fe72eaf99", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T09:03:21Z", "security_group_id": "df15a8d7-c5d6-4959-8ce0-4dd6f9628a3b", "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "port_range_min": null, "ethertype": "IPv6", "project_id": "d1803c5e965e47a48de43a49636ebe03"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T09:03:21Z", "revision_number": 0, "id": "c6691b53-68b4-4b7e-aae4-ce8984578dc8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T09:03:21Z", "security_group_id": "df15a8d7-c5d6-4959-8ce0-4dd6f9628a3b", "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "port_range_min": null, "ethertype": "IPv4", "project_id": "d1803c5e965e47a48de43a49636ebe03"}], "revision_number": 4, "project_id": "d1803c5e965e47a48de43a49636ebe03", "id": "df15a8d7-c5d6-4959-8ce0-4dd6f9628a3b", "name": "default"}]} 2018-08-12 09:04:50,582 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-572df5b9-8a74-4d45-9ce6-8953c340433b 2018-08-12 09:04:50,582 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.23059296608s 2018-08-12 09:04:50,583 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-572df5b9-8a74-4d45-9ce6-8953c340433b 2018-08-12 09:04:50,586 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-12 09:04:50,587 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}c668290d9c72147a094047a9af54f9d559becb08" -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": "071aaddb-0b26-4172-bfcc-0633396f9e47"}}' 2018-08-12 09:04:50,940 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-18ed85db-188f-4040-beeb-68cbf70fbe0e Date: Sun, 12 Aug 2018 09:04:50 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-12T09:04:50Z", "security_group_id": "071aaddb-0b26-4172-bfcc-0633396f9e47", "port_range_min": null, "revision_number": 0, "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "created_at": "2018-08-12T09:04:50Z", "project_id": "d1803c5e965e47a48de43a49636ebe03", "id": "d23dbcc8-7b6b-4afe-9670-81be3e89d97c"}} 2018-08-12 09:04:50,940 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-18ed85db-188f-4040-beeb-68cbf70fbe0e 2018-08-12 09:04:50,940 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.354299068451s 2018-08-12 09:04:50,941 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-18ed85db-188f-4040-beeb-68cbf70fbe0e 2018-08-12 09:04:50,944 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-12 09:04:50,945 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}c668290d9c72147a094047a9af54f9d559becb08" 2018-08-12 09:04:51,684 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4837 X-Openstack-Request-Id: req-8927c023-b449-49f1-b63b-76c1e884655d Date: Sun, 12 Aug 2018 09:04:51 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "created_at": "2018-08-12T09:04:49Z", "updated_at": "2018-08-12T09:04:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T09:04:49Z", "revision_number": 0, "id": "08e422cc-90dd-4fe2-a9d8-97167ae506bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T09:04:49Z", "security_group_id": "071aaddb-0b26-4172-bfcc-0633396f9e47", "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "port_range_min": null, "ethertype": "IPv4", "project_id": "d1803c5e965e47a48de43a49636ebe03"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-12T09:04:50Z", "revision_number": 0, "id": "6e9abdd6-3584-432f-beb3-e2d0c0920718", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T09:04:50Z", "security_group_id": "071aaddb-0b26-4172-bfcc-0633396f9e47", "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "port_range_min": 22, "ethertype": "IPv4", "project_id": "d1803c5e965e47a48de43a49636ebe03"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T09:04:49Z", "revision_number": 0, "id": "c69d93d5-477d-4860-9397-62c0ecca321c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T09:04:49Z", "security_group_id": "071aaddb-0b26-4172-bfcc-0633396f9e47", "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "port_range_min": null, "ethertype": "IPv6", "project_id": "d1803c5e965e47a48de43a49636ebe03"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-12T09:04:50Z", "revision_number": 0, "id": "d23dbcc8-7b6b-4afe-9670-81be3e89d97c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T09:04:50Z", "security_group_id": "071aaddb-0b26-4172-bfcc-0633396f9e47", "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "port_range_min": null, "ethertype": "IPv4", "project_id": "d1803c5e965e47a48de43a49636ebe03"}], "revision_number": 4, "project_id": "d1803c5e965e47a48de43a49636ebe03", "id": "071aaddb-0b26-4172-bfcc-0633396f9e47", "name": "cloudify_ims-sg_b8044517-429e-4a8c-975b-6828183c76b0"}, {"description": "Default security group", "tags": [], "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "created_at": "2018-08-12T09:03:21Z", "updated_at": "2018-08-12T09:03:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T09:03:21Z", "revision_number": 0, "id": "75ed468d-603e-4b90-976a-22cb9f3d6c97", "remote_group_id": "df15a8d7-c5d6-4959-8ce0-4dd6f9628a3b", "remote_ip_prefix": null, "created_at": "2018-08-12T09:03:21Z", "security_group_id": "df15a8d7-c5d6-4959-8ce0-4dd6f9628a3b", "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "port_range_min": null, "ethertype": "IPv4", "project_id": "d1803c5e965e47a48de43a49636ebe03"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T09:03:21Z", "revision_number": 0, "id": "7893f2ed-266d-4c76-a70e-c5cfbf786f2b", "remote_group_id": "df15a8d7-c5d6-4959-8ce0-4dd6f9628a3b", "remote_ip_prefix": null, "created_at": "2018-08-12T09:03:21Z", "security_group_id": "df15a8d7-c5d6-4959-8ce0-4dd6f9628a3b", "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "port_range_min": null, "ethertype": "IPv6", "project_id": "d1803c5e965e47a48de43a49636ebe03"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T09:03:21Z", "revision_number": 0, "id": "90a1b7b3-c4ce-49ee-a2bf-153fe72eaf99", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T09:03:21Z", "security_group_id": "df15a8d7-c5d6-4959-8ce0-4dd6f9628a3b", "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "port_range_min": null, "ethertype": "IPv6", "project_id": "d1803c5e965e47a48de43a49636ebe03"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T09:03:21Z", "revision_number": 0, "id": "c6691b53-68b4-4b7e-aae4-ce8984578dc8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T09:03:21Z", "security_group_id": "df15a8d7-c5d6-4959-8ce0-4dd6f9628a3b", "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "port_range_min": null, "ethertype": "IPv4", "project_id": "d1803c5e965e47a48de43a49636ebe03"}], "revision_number": 4, "project_id": "d1803c5e965e47a48de43a49636ebe03", "id": "df15a8d7-c5d6-4959-8ce0-4dd6f9628a3b", "name": "default"}]} 2018-08-12 09:04:51,685 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-8927c023-b449-49f1-b63b-76c1e884655d 2018-08-12 09:04:51,685 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.740563869476s 2018-08-12 09:04:51,685 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-8927c023-b449-49f1-b63b-76c1e884655d 2018-08-12 09:04:51,689 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-12 09:04:51,689 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}c668290d9c72147a094047a9af54f9d559becb08" -d '{"security_group_rule": {"remote_group_id": null, "direction": "ingress", "port_range_min": 80, "remote_ip_prefix": null, "protocol": "tcp", "port_range_max": 80, "ethertype": "IPv4", "security_group_id": "071aaddb-0b26-4172-bfcc-0633396f9e47"}}' 2018-08-12 09:04:52,426 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-7854a9f2-ef6f-4155-a55a-208920016c5d Date: Sun, 12 Aug 2018 09:04:52 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-12T09:04:52Z", "security_group_id": "071aaddb-0b26-4172-bfcc-0633396f9e47", "port_range_min": 80, "revision_number": 0, "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "created_at": "2018-08-12T09:04:52Z", "project_id": "d1803c5e965e47a48de43a49636ebe03", "id": "9b48b2e5-7675-43fb-a1e5-967ca9cdd654"}} 2018-08-12 09:04:52,426 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-7854a9f2-ef6f-4155-a55a-208920016c5d 2018-08-12 09:04:52,426 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.737077951431s 2018-08-12 09:04:52,426 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-7854a9f2-ef6f-4155-a55a-208920016c5d 2018-08-12 09:04:52,430 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-12 09:04:52,430 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}c668290d9c72147a094047a9af54f9d559becb08" 2018-08-12 09:04:53,049 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5333 X-Openstack-Request-Id: req-db23e70c-0a0f-419d-a775-6f3c60c23922 Date: Sun, 12 Aug 2018 09:04:53 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "created_at": "2018-08-12T09:04:49Z", "updated_at": "2018-08-12T09:04:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T09:04:49Z", "revision_number": 0, "id": "08e422cc-90dd-4fe2-a9d8-97167ae506bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T09:04:49Z", "security_group_id": "071aaddb-0b26-4172-bfcc-0633396f9e47", "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "port_range_min": null, "ethertype": "IPv4", "project_id": "d1803c5e965e47a48de43a49636ebe03"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-12T09:04:50Z", "revision_number": 0, "id": "6e9abdd6-3584-432f-beb3-e2d0c0920718", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T09:04:50Z", "security_group_id": "071aaddb-0b26-4172-bfcc-0633396f9e47", "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "port_range_min": 22, "ethertype": "IPv4", "project_id": "d1803c5e965e47a48de43a49636ebe03"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-12T09:04:52Z", "revision_number": 0, "id": "9b48b2e5-7675-43fb-a1e5-967ca9cdd654", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T09:04:52Z", "security_group_id": "071aaddb-0b26-4172-bfcc-0633396f9e47", "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "port_range_min": 80, "ethertype": "IPv4", "project_id": "d1803c5e965e47a48de43a49636ebe03"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T09:04:49Z", "revision_number": 0, "id": "c69d93d5-477d-4860-9397-62c0ecca321c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T09:04:49Z", "security_group_id": "071aaddb-0b26-4172-bfcc-0633396f9e47", "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "port_range_min": null, "ethertype": "IPv6", "project_id": "d1803c5e965e47a48de43a49636ebe03"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-12T09:04:50Z", "revision_number": 0, "id": "d23dbcc8-7b6b-4afe-9670-81be3e89d97c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T09:04:50Z", "security_group_id": "071aaddb-0b26-4172-bfcc-0633396f9e47", "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "port_range_min": null, "ethertype": "IPv4", "project_id": "d1803c5e965e47a48de43a49636ebe03"}], "revision_number": 5, "project_id": "d1803c5e965e47a48de43a49636ebe03", "id": "071aaddb-0b26-4172-bfcc-0633396f9e47", "name": "cloudify_ims-sg_b8044517-429e-4a8c-975b-6828183c76b0"}, {"description": "Default security group", "tags": [], "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "created_at": "2018-08-12T09:03:21Z", "updated_at": "2018-08-12T09:03:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T09:03:21Z", "revision_number": 0, "id": "75ed468d-603e-4b90-976a-22cb9f3d6c97", "remote_group_id": "df15a8d7-c5d6-4959-8ce0-4dd6f9628a3b", "remote_ip_prefix": null, "created_at": "2018-08-12T09:03:21Z", "security_group_id": "df15a8d7-c5d6-4959-8ce0-4dd6f9628a3b", "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "port_range_min": null, "ethertype": "IPv4", "project_id": "d1803c5e965e47a48de43a49636ebe03"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T09:03:21Z", "revision_number": 0, "id": "7893f2ed-266d-4c76-a70e-c5cfbf786f2b", "remote_group_id": "df15a8d7-c5d6-4959-8ce0-4dd6f9628a3b", "remote_ip_prefix": null, "created_at": "2018-08-12T09:03:21Z", "security_group_id": "df15a8d7-c5d6-4959-8ce0-4dd6f9628a3b", "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "port_range_min": null, "ethertype": "IPv6", "project_id": "d1803c5e965e47a48de43a49636ebe03"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T09:03:21Z", "revision_number": 0, "id": "90a1b7b3-c4ce-49ee-a2bf-153fe72eaf99", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T09:03:21Z", "security_group_id": "df15a8d7-c5d6-4959-8ce0-4dd6f9628a3b", "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "port_range_min": null, "ethertype": "IPv6", "project_id": "d1803c5e965e47a48de43a49636ebe03"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T09:03:21Z", "revision_number": 0, "id": "c6691b53-68b4-4b7e-aae4-ce8984578dc8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T09:03:21Z", "security_group_id": "df15a8d7-c5d6-4959-8ce0-4dd6f9628a3b", "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "port_range_min": null, "ethertype": "IPv4", "project_id": "d1803c5e965e47a48de43a49636ebe03"}], "revision_number": 4, "project_id": "d1803c5e965e47a48de43a49636ebe03", "id": "df15a8d7-c5d6-4959-8ce0-4dd6f9628a3b", "name": "default"}]} 2018-08-12 09:04:53,049 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-db23e70c-0a0f-419d-a775-6f3c60c23922 2018-08-12 09:04:53,049 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.61954498291s 2018-08-12 09:04:53,050 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-db23e70c-0a0f-419d-a775-6f3c60c23922 2018-08-12 09:04:53,053 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-12 09:04:53,054 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}c668290d9c72147a094047a9af54f9d559becb08" -d '{"security_group_rule": {"remote_group_id": null, "direction": "ingress", "port_range_min": 443, "remote_ip_prefix": null, "protocol": "tcp", "port_range_max": 443, "ethertype": "IPv4", "security_group_id": "071aaddb-0b26-4172-bfcc-0633396f9e47"}}' 2018-08-12 09:04:53,266 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-be483dc0-0a0a-488e-807a-21a25f9d1bd9 Date: Sun, 12 Aug 2018 09:04:53 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 443, "updated_at": "2018-08-12T09:04:53Z", "security_group_id": "071aaddb-0b26-4172-bfcc-0633396f9e47", "port_range_min": 443, "revision_number": 0, "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "created_at": "2018-08-12T09:04:53Z", "project_id": "d1803c5e965e47a48de43a49636ebe03", "id": "d919e08b-ba83-4a99-a6d4-40540b23ab1d"}} 2018-08-12 09:04:53,266 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-be483dc0-0a0a-488e-807a-21a25f9d1bd9 2018-08-12 09:04:53,266 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.213171958923s 2018-08-12 09:04:53,267 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-be483dc0-0a0a-488e-807a-21a25f9d1bd9 2018-08-12 09:04:53,270 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-12 09:04:53,271 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}c668290d9c72147a094047a9af54f9d559becb08" 2018-08-12 09:04:53,493 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5831 X-Openstack-Request-Id: req-eee3f420-eb88-44e9-8a80-fab4957e6c83 Date: Sun, 12 Aug 2018 09:04:53 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "created_at": "2018-08-12T09:04:49Z", "updated_at": "2018-08-12T09:04:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T09:04:49Z", "revision_number": 0, "id": "08e422cc-90dd-4fe2-a9d8-97167ae506bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T09:04:49Z", "security_group_id": "071aaddb-0b26-4172-bfcc-0633396f9e47", "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "port_range_min": null, "ethertype": "IPv4", "project_id": "d1803c5e965e47a48de43a49636ebe03"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-12T09:04:50Z", "revision_number": 0, "id": "6e9abdd6-3584-432f-beb3-e2d0c0920718", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T09:04:50Z", "security_group_id": "071aaddb-0b26-4172-bfcc-0633396f9e47", "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "port_range_min": 22, "ethertype": "IPv4", "project_id": "d1803c5e965e47a48de43a49636ebe03"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-12T09:04:52Z", "revision_number": 0, "id": "9b48b2e5-7675-43fb-a1e5-967ca9cdd654", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T09:04:52Z", "security_group_id": "071aaddb-0b26-4172-bfcc-0633396f9e47", "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "port_range_min": 80, "ethertype": "IPv4", "project_id": "d1803c5e965e47a48de43a49636ebe03"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T09:04:49Z", "revision_number": 0, "id": "c69d93d5-477d-4860-9397-62c0ecca321c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T09:04:49Z", "security_group_id": "071aaddb-0b26-4172-bfcc-0633396f9e47", "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "port_range_min": null, "ethertype": "IPv6", "project_id": "d1803c5e965e47a48de43a49636ebe03"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-12T09:04:50Z", "revision_number": 0, "id": "d23dbcc8-7b6b-4afe-9670-81be3e89d97c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T09:04:50Z", "security_group_id": "071aaddb-0b26-4172-bfcc-0633396f9e47", "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "port_range_min": null, "ethertype": "IPv4", "project_id": "d1803c5e965e47a48de43a49636ebe03"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-08-12T09:04:53Z", "revision_number": 0, "id": "d919e08b-ba83-4a99-a6d4-40540b23ab1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T09:04:53Z", "security_group_id": "071aaddb-0b26-4172-bfcc-0633396f9e47", "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "port_range_min": 443, "ethertype": "IPv4", "project_id": "d1803c5e965e47a48de43a49636ebe03"}], "revision_number": 6, "project_id": "d1803c5e965e47a48de43a49636ebe03", "id": "071aaddb-0b26-4172-bfcc-0633396f9e47", "name": "cloudify_ims-sg_b8044517-429e-4a8c-975b-6828183c76b0"}, {"description": "Default security group", "tags": [], "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "created_at": "2018-08-12T09:03:21Z", "updated_at": "2018-08-12T09:03:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T09:03:21Z", "revision_number": 0, "id": "75ed468d-603e-4b90-976a-22cb9f3d6c97", "remote_group_id": "df15a8d7-c5d6-4959-8ce0-4dd6f9628a3b", "remote_ip_prefix": null, "created_at": "2018-08-12T09:03:21Z", "security_group_id": "df15a8d7-c5d6-4959-8ce0-4dd6f9628a3b", "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "port_range_min": null, "ethertype": "IPv4", "project_id": "d1803c5e965e47a48de43a49636ebe03"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T09:03:21Z", "revision_number": 0, "id": "7893f2ed-266d-4c76-a70e-c5cfbf786f2b", "remote_group_id": "df15a8d7-c5d6-4959-8ce0-4dd6f9628a3b", "remote_ip_prefix": null, "created_at": "2018-08-12T09:03:21Z", "security_group_id": "df15a8d7-c5d6-4959-8ce0-4dd6f9628a3b", "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "port_range_min": null, "ethertype": "IPv6", "project_id": "d1803c5e965e47a48de43a49636ebe03"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T09:03:21Z", "revision_number": 0, "id": "90a1b7b3-c4ce-49ee-a2bf-153fe72eaf99", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T09:03:21Z", "security_group_id": "df15a8d7-c5d6-4959-8ce0-4dd6f9628a3b", "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "port_range_min": null, "ethertype": "IPv6", "project_id": "d1803c5e965e47a48de43a49636ebe03"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T09:03:21Z", "revision_number": 0, "id": "c6691b53-68b4-4b7e-aae4-ce8984578dc8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T09:03:21Z", "security_group_id": "df15a8d7-c5d6-4959-8ce0-4dd6f9628a3b", "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "port_range_min": null, "ethertype": "IPv4", "project_id": "d1803c5e965e47a48de43a49636ebe03"}], "revision_number": 4, "project_id": "d1803c5e965e47a48de43a49636ebe03", "id": "df15a8d7-c5d6-4959-8ce0-4dd6f9628a3b", "name": "default"}]} 2018-08-12 09:04:53,494 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-eee3f420-eb88-44e9-8a80-fab4957e6c83 2018-08-12 09:04:53,494 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.223556995392s 2018-08-12 09:04:53,494 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-eee3f420-eb88-44e9-8a80-fab4957e6c83 2018-08-12 09:04:53,497 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-12 09:04:53,498 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}c668290d9c72147a094047a9af54f9d559becb08" -d '{"security_group_rule": {"remote_group_id": null, "direction": "ingress", "port_range_min": 5671, "remote_ip_prefix": null, "protocol": "tcp", "port_range_max": 5671, "ethertype": "IPv4", "security_group_id": "071aaddb-0b26-4172-bfcc-0633396f9e47"}}' 2018-08-12 09:04:53,684 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 511 X-Openstack-Request-Id: req-09037ae0-a463-4dfe-bb86-f37cfd6a3f2d Date: Sun, 12 Aug 2018 09:04:53 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 5671, "updated_at": "2018-08-12T09:04:53Z", "security_group_id": "071aaddb-0b26-4172-bfcc-0633396f9e47", "port_range_min": 5671, "revision_number": 0, "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "created_at": "2018-08-12T09:04:53Z", "project_id": "d1803c5e965e47a48de43a49636ebe03", "id": "722c3d9a-e4b3-481c-b819-1f6e42ac9d50"}} 2018-08-12 09:04:53,684 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-09037ae0-a463-4dfe-bb86-f37cfd6a3f2d 2018-08-12 09:04:53,684 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.186736822128s 2018-08-12 09:04:53,685 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-09037ae0-a463-4dfe-bb86-f37cfd6a3f2d 2018-08-12 09:04:53,688 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-12 09:04:53,688 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}c668290d9c72147a094047a9af54f9d559becb08" 2018-08-12 09:04:54,298 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6331 X-Openstack-Request-Id: req-01b43baf-794b-49f9-b055-8ecdd06df1ff Date: Sun, 12 Aug 2018 09:04:54 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "created_at": "2018-08-12T09:04:49Z", "updated_at": "2018-08-12T09:04:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T09:04:49Z", "revision_number": 0, "id": "08e422cc-90dd-4fe2-a9d8-97167ae506bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T09:04:49Z", "security_group_id": "071aaddb-0b26-4172-bfcc-0633396f9e47", "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "port_range_min": null, "ethertype": "IPv4", "project_id": "d1803c5e965e47a48de43a49636ebe03"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-12T09:04:50Z", "revision_number": 0, "id": "6e9abdd6-3584-432f-beb3-e2d0c0920718", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T09:04:50Z", "security_group_id": "071aaddb-0b26-4172-bfcc-0633396f9e47", "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "port_range_min": 22, "ethertype": "IPv4", "project_id": "d1803c5e965e47a48de43a49636ebe03"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-08-12T09:04:53Z", "revision_number": 0, "id": "722c3d9a-e4b3-481c-b819-1f6e42ac9d50", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T09:04:53Z", "security_group_id": "071aaddb-0b26-4172-bfcc-0633396f9e47", "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "d1803c5e965e47a48de43a49636ebe03"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-12T09:04:52Z", "revision_number": 0, "id": "9b48b2e5-7675-43fb-a1e5-967ca9cdd654", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T09:04:52Z", "security_group_id": "071aaddb-0b26-4172-bfcc-0633396f9e47", "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "port_range_min": 80, "ethertype": "IPv4", "project_id": "d1803c5e965e47a48de43a49636ebe03"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T09:04:49Z", "revision_number": 0, "id": "c69d93d5-477d-4860-9397-62c0ecca321c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T09:04:49Z", "security_group_id": "071aaddb-0b26-4172-bfcc-0633396f9e47", "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "port_range_min": null, "ethertype": "IPv6", "project_id": "d1803c5e965e47a48de43a49636ebe03"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-12T09:04:50Z", "revision_number": 0, "id": "d23dbcc8-7b6b-4afe-9670-81be3e89d97c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T09:04:50Z", "security_group_id": "071aaddb-0b26-4172-bfcc-0633396f9e47", "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "port_range_min": null, "ethertype": "IPv4", "project_id": "d1803c5e965e47a48de43a49636ebe03"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-08-12T09:04:53Z", "revision_number": 0, "id": "d919e08b-ba83-4a99-a6d4-40540b23ab1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T09:04:53Z", "security_group_id": "071aaddb-0b26-4172-bfcc-0633396f9e47", "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "port_range_min": 443, "ethertype": "IPv4", "project_id": "d1803c5e965e47a48de43a49636ebe03"}], "revision_number": 7, "project_id": "d1803c5e965e47a48de43a49636ebe03", "id": "071aaddb-0b26-4172-bfcc-0633396f9e47", "name": "cloudify_ims-sg_b8044517-429e-4a8c-975b-6828183c76b0"}, {"description": "Default security group", "tags": [], "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "created_at": "2018-08-12T09:03:21Z", "updated_at": "2018-08-12T09:03:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T09:03:21Z", "revision_number": 0, "id": "75ed468d-603e-4b90-976a-22cb9f3d6c97", "remote_group_id": "df15a8d7-c5d6-4959-8ce0-4dd6f9628a3b", "remote_ip_prefix": null, "created_at": "2018-08-12T09:03:21Z", "security_group_id": "df15a8d7-c5d6-4959-8ce0-4dd6f9628a3b", "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "port_range_min": null, "ethertype": "IPv4", "project_id": "d1803c5e965e47a48de43a49636ebe03"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T09:03:21Z", "revision_number": 0, "id": "7893f2ed-266d-4c76-a70e-c5cfbf786f2b", "remote_group_id": "df15a8d7-c5d6-4959-8ce0-4dd6f9628a3b", "remote_ip_prefix": null, "created_at": "2018-08-12T09:03:21Z", "security_group_id": "df15a8d7-c5d6-4959-8ce0-4dd6f9628a3b", "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "port_range_min": null, "ethertype": "IPv6", "project_id": "d1803c5e965e47a48de43a49636ebe03"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T09:03:21Z", "revision_number": 0, "id": "90a1b7b3-c4ce-49ee-a2bf-153fe72eaf99", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T09:03:21Z", "security_group_id": "df15a8d7-c5d6-4959-8ce0-4dd6f9628a3b", "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "port_range_min": null, "ethertype": "IPv6", "project_id": "d1803c5e965e47a48de43a49636ebe03"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T09:03:21Z", "revision_number": 0, "id": "c6691b53-68b4-4b7e-aae4-ce8984578dc8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T09:03:21Z", "security_group_id": "df15a8d7-c5d6-4959-8ce0-4dd6f9628a3b", "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "port_range_min": null, "ethertype": "IPv4", "project_id": "d1803c5e965e47a48de43a49636ebe03"}], "revision_number": 4, "project_id": "d1803c5e965e47a48de43a49636ebe03", "id": "df15a8d7-c5d6-4959-8ce0-4dd6f9628a3b", "name": "default"}]} 2018-08-12 09:04:54,298 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-01b43baf-794b-49f9-b055-8ecdd06df1ff 2018-08-12 09:04:54,299 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.610571861267s 2018-08-12 09:04:54,299 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-01b43baf-794b-49f9-b055-8ecdd06df1ff 2018-08-12 09:04:54,302 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-12 09:04:54,303 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}c668290d9c72147a094047a9af54f9d559becb08" -d '{"security_group_rule": {"remote_group_id": null, "direction": "ingress", "port_range_min": 53333, "remote_ip_prefix": null, "protocol": "tcp", "port_range_max": 53333, "ethertype": "IPv4", "security_group_id": "071aaddb-0b26-4172-bfcc-0633396f9e47"}}' 2018-08-12 09:04:54,522 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 513 X-Openstack-Request-Id: req-f49f8b39-a93c-495b-8728-6afaa8d32b87 Date: Sun, 12 Aug 2018 09:04:54 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 53333, "updated_at": "2018-08-12T09:04:54Z", "security_group_id": "071aaddb-0b26-4172-bfcc-0633396f9e47", "port_range_min": 53333, "revision_number": 0, "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "created_at": "2018-08-12T09:04:54Z", "project_id": "d1803c5e965e47a48de43a49636ebe03", "id": "7eaab63a-f85a-4505-9934-198c50ae87db"}} 2018-08-12 09:04:54,523 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-f49f8b39-a93c-495b-8728-6afaa8d32b87 2018-08-12 09:04:54,523 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.220325946808s 2018-08-12 09:04:54,523 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-f49f8b39-a93c-495b-8728-6afaa8d32b87 2018-08-12 09:04:54,524 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 09:04:54,525 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c668290d9c72147a094047a9af54f9d559becb08" 2018-08-12 09:04:55,217 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-9a597293-fb91-4cda-a900-03ef07a62224 Date: Sun, 12 Aug 2018 09:04:55 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":["ec788992-fa73-45cc-a7d9-6d44542124c2"],"updated_at":"2018-08-12T05:35:20Z","tenant_id":"310f5853751a4c968f3eeb0a3d99a0a8","created_at":"2018-08-12T05:04:23Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":7,"admin_state_up":true,"shared":false,"project_id":"310f5853751a4c968f3eeb0a3d99a0a8","id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["8902d2bd-06c7-465f-9c9b-8b311940634f"],"updated_at":"2018-08-12T09:03:23Z","tenant_id":"d1803c5e965e47a48de43a49636ebe03","created_at":"2018-08-12T09:03:21Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"d1803c5e965e47a48de43a49636ebe03","id":"6f6c0a11-7b33-4d5f-b952-3af22515a602","name":"cloudify_ims-net_b8044517-429e-4a8c-975b-6828183c76b0"}]} 2018-08-12 09:04:55,217 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-9a597293-fb91-4cda-a900-03ef07a62224 2018-08-12 09:04:55,217 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.69239783287s 2018-08-12 09:04:55,217 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-9a597293-fb91-4cda-a900-03ef07a62224 2018-08-12 09:04:55,222 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 09:04:55,226 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c668290d9c72147a094047a9af54f9d559becb08" 2018-08-12 09:04:55,433 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1208 Content-Type: application/json X-Openstack-Request-Id: req-b7add7c5-f7ee-44a8-80b5-cf43a4febf95 Date: Sun, 12 Aug 2018 09:04:55 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/37f81232-fc35-4d94-81a2-c5d6ebdf90df/snap", "metadata": {}}], "file": "/v2/images/37f81232-fc35-4d94-81a2-c5d6ebdf90df/file", "owner": "d1803c5e965e47a48de43a49636ebe03", "id": "37f81232-fc35-4d94-81a2-c5d6ebdf90df", "size": 4373348352, "self": "/v2/images/37f81232-fc35-4d94-81a2-c5d6ebdf90df", "disk_format": "qcow2", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/37f81232-fc35-4d94-81a2-c5d6ebdf90df/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-08-12T09:04:47Z", "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_b8044517-429e-4a8c-975b-6828183c76b0", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify_ims-img_b8044517-429e-4a8c-975b-6828183c76b0", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-08-12T09:03:51Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 09:04:55,433 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-b7add7c5-f7ee-44a8-80b5-cf43a4febf95 2018-08-12 09:04:55,433 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.21110701561s 2018-08-12 09:04:55,433 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-b7add7c5-f7ee-44a8-80b5-cf43a4febf95 2018-08-12 09:04:55,435 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-12 09:04:55,438 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}c668290d9c72147a094047a9af54f9d559becb08" 2018-08-12 09:04:55,461 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:04:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7bd3f885-12aa-4844-9944-f30cf856f190 x-compute-request-id: req-7bd3f885-12aa-4844-9944-f30cf856f190 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cloudify_ims-flavor_b8044517-429e-4a8c-975b-6828183c76b0", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/61cef0a9-a10c-4637-a2b4-11af746f84a8", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/61cef0a9-a10c-4637-a2b4-11af746f84a8", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 40, "id": "61cef0a9-a10c-4637-a2b4-11af746f84a8"}]} 2018-08-12 09:04:55,461 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-7bd3f885-12aa-4844-9944-f30cf856f190 2018-08-12 09:04:55,461 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0257489681244s 2018-08-12 09:04:55,461 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-7bd3f885-12aa-4844-9944-f30cf856f190 2018-08-12 09:04:55,463 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-12 09:04:55,466 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}c668290d9c72147a094047a9af54f9d559becb08" -d '{"server": {"name": "cloudify_ims-vm_b8044517-429e-4a8c-975b-6828183c76b0", "imageRef": "37f81232-fc35-4d94-81a2-c5d6ebdf90df", "key_name": "cloudify_ims-kp_b8044517-429e-4a8c-975b-6828183c76b0", "flavorRef": "61cef0a9-a10c-4637-a2b4-11af746f84a8", "max_count": 1, "min_count": 1, "networks": [{"uuid": "6f6c0a11-7b33-4d5f-b952-3af22515a602"}], "security_groups": [{"name": "071aaddb-0b26-4172-bfcc-0633396f9e47"}]}}' 2018-08-12 09:04:57,363 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 09:04:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-3f36035b-ca98-400f-966d-768526db9d33 x-compute-request-id: req-3f36035b-ca98-400f-966d-768526db9d33 Content-Length: 403 location: http://172.30.9.21:8774/v2.1/servers/e2dfb149-a4be-47c3-b7c0-b69ce64de327 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "071aaddb-0b26-4172-bfcc-0633396f9e47"}], "OS-DCF:diskConfig": "MANUAL", "id": "e2dfb149-a4be-47c3-b7c0-b69ce64de327", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e2dfb149-a4be-47c3-b7c0-b69ce64de327", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e2dfb149-a4be-47c3-b7c0-b69ce64de327", "rel": "bookmark"}], "adminPass": "Se82CSGjQncF"}} 2018-08-12 09:04:57,364 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-3f36035b-ca98-400f-966d-768526db9d33 2018-08-12 09:04:57,364 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 1.90067195892s 2018-08-12 09:04:57,364 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-3f36035b-ca98-400f-966d-768526db9d33 2018-08-12 09:04:57,365 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:04:57,367 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c668290d9c72147a094047a9af54f9d559becb08" 2018-08-12 09:04:57,646 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:04:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-da3d757f-0a01-4afa-86f5-b280b87fa9a9 x-compute-request-id: req-da3d757f-0a01-4afa-86f5-b280b87fa9a9 Content-Encoding: gzip Content-Length: 607 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e2dfb149-a4be-47c3-b7c0-b69ce64de327", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e2dfb149-a4be-47c3-b7c0-b69ce64de327", "rel": "bookmark"}], "image": {"id": "37f81232-fc35-4d94-81a2-c5d6ebdf90df", "links": [{"href": "http://172.30.9.21:8774/images/37f81232-fc35-4d94-81a2-c5d6ebdf90df", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "61cef0a9-a10c-4637-a2b4-11af746f84a8", "links": [{"href": "http://172.30.9.21:8774/flavors/61cef0a9-a10c-4637-a2b4-11af746f84a8", "rel": "bookmark"}]}, "id": "e2dfb149-a4be-47c3-b7c0-b69ce64de327", "user_id": "2cc1e6cd1d5d477497b8e2e005350b12", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T09:04:57Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_b8044517-429e-4a8c-975b-6828183c76b0", "name": "cloudify_ims-vm_b8044517-429e-4a8c-975b-6828183c76b0", "created": "2018-08-12T09:04:57Z", "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:04:57,646 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-da3d757f-0a01-4afa-86f5-b280b87fa9a9 2018-08-12 09:04:57,646 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.281352043152s 2018-08-12 09:04:57,647 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-da3d757f-0a01-4afa-86f5-b280b87fa9a9 2018-08-12 09:04:57,653 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 09:04:57,653 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c668290d9c72147a094047a9af54f9d559becb08" 2018-08-12 09:04:57,764 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-70357165-31d7-46e7-864c-a4bcf7e02bee Date: Sun, 12 Aug 2018 09:04:57 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ec788992-fa73-45cc-a7d9-6d44542124c2"],"updated_at":"2018-08-12T05:35:20Z","tenant_id":"310f5853751a4c968f3eeb0a3d99a0a8","created_at":"2018-08-12T05:04:23Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":7,"admin_state_up":true,"shared":false,"project_id":"310f5853751a4c968f3eeb0a3d99a0a8","id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["8902d2bd-06c7-465f-9c9b-8b311940634f"],"updated_at":"2018-08-12T09:03:23Z","tenant_id":"d1803c5e965e47a48de43a49636ebe03","created_at":"2018-08-12T09:03:21Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"d1803c5e965e47a48de43a49636ebe03","id":"6f6c0a11-7b33-4d5f-b952-3af22515a602","name":"cloudify_ims-net_b8044517-429e-4a8c-975b-6828183c76b0"}]} 2018-08-12 09:04:57,764 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-70357165-31d7-46e7-864c-a4bcf7e02bee 2018-08-12 09:04:57,764 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.111469984055s 2018-08-12 09:04:57,765 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-70357165-31d7-46e7-864c-a4bcf7e02bee 2018-08-12 09:04:57,766 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-12 09:04:57,766 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}c668290d9c72147a094047a9af54f9d559becb08" 2018-08-12 09:04:57,843 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 683 X-Openstack-Request-Id: req-156d9bf7-5d2b-43e1-89e9-a6e845148cc2 Date: Sun, 12 Aug 2018 09:04:57 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6f6c0a11-7b33-4d5f-b952-3af22515a602","tenant_id":"d1803c5e965e47a48de43a49636ebe03","created_at":"2018-08-12T09:03:23Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-12T09:03:23Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"d1803c5e965e47a48de43a49636ebe03","id":"8902d2bd-06c7-465f-9c9b-8b311940634f","subnetpool_id":null,"name":"cloudify_ims-subnet_b8044517-429e-4a8c-975b-6828183c76b0"}]} 2018-08-12 09:04:57,843 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-156d9bf7-5d2b-43e1-89e9-a6e845148cc2 2018-08-12 09:04:57,843 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.077367067337s 2018-08-12 09:04:57,843 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-156d9bf7-5d2b-43e1-89e9-a6e845148cc2 2018-08-12 09:04:57,844 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:04:59,846 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:04:59,849 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c668290d9c72147a094047a9af54f9d559becb08" 2018-08-12 09:05:00,875 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:04:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-672e071b-1c58-43e9-a540-29f75f5f4e76 x-compute-request-id: req-672e071b-1c58-43e9-a540-29f75f5f4e76 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e2dfb149-a4be-47c3-b7c0-b69ce64de327", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e2dfb149-a4be-47c3-b7c0-b69ce64de327", "rel": "bookmark"}], "image": {"id": "37f81232-fc35-4d94-81a2-c5d6ebdf90df", "links": [{"href": "http://172.30.9.21:8774/images/37f81232-fc35-4d94-81a2-c5d6ebdf90df", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "61cef0a9-a10c-4637-a2b4-11af746f84a8", "links": [{"href": "http://172.30.9.21:8774/flavors/61cef0a9-a10c-4637-a2b4-11af746f84a8", "rel": "bookmark"}]}, "id": "e2dfb149-a4be-47c3-b7c0-b69ce64de327", "security_groups": [{"name": "cloudify_ims-sg_b8044517-429e-4a8c-975b-6828183c76b0"}], "user_id": "2cc1e6cd1d5d477497b8e2e005350b12", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T09:04:59Z", "hostId": "114462cd5435ddf17396a6305201ffaf54cdd3d2e0861ab8086675e1", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_b8044517-429e-4a8c-975b-6828183c76b0", "name": "cloudify_ims-vm_b8044517-429e-4a8c-975b-6828183c76b0", "created": "2018-08-12T09:04:57Z", "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:05:00,876 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-672e071b-1c58-43e9-a540-29f75f5f4e76 2018-08-12 09:05:00,876 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.02907395363s 2018-08-12 09:05:00,876 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-672e071b-1c58-43e9-a540-29f75f5f4e76 2018-08-12 09:05:00,880 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:05:02,883 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:05:02,885 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c668290d9c72147a094047a9af54f9d559becb08" 2018-08-12 09:05:03,924 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:05: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-36287d24-024c-4b39-9c26-d7621da8539c x-compute-request-id: req-36287d24-024c-4b39-9c26-d7621da8539c Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e2dfb149-a4be-47c3-b7c0-b69ce64de327", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e2dfb149-a4be-47c3-b7c0-b69ce64de327", "rel": "bookmark"}], "image": {"id": "37f81232-fc35-4d94-81a2-c5d6ebdf90df", "links": [{"href": "http://172.30.9.21:8774/images/37f81232-fc35-4d94-81a2-c5d6ebdf90df", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "61cef0a9-a10c-4637-a2b4-11af746f84a8", "links": [{"href": "http://172.30.9.21:8774/flavors/61cef0a9-a10c-4637-a2b4-11af746f84a8", "rel": "bookmark"}]}, "id": "e2dfb149-a4be-47c3-b7c0-b69ce64de327", "security_groups": [{"name": "cloudify_ims-sg_b8044517-429e-4a8c-975b-6828183c76b0"}], "user_id": "2cc1e6cd1d5d477497b8e2e005350b12", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T09:04:59Z", "hostId": "114462cd5435ddf17396a6305201ffaf54cdd3d2e0861ab8086675e1", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_b8044517-429e-4a8c-975b-6828183c76b0", "name": "cloudify_ims-vm_b8044517-429e-4a8c-975b-6828183c76b0", "created": "2018-08-12T09:04:57Z", "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:05:03,924 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-36287d24-024c-4b39-9c26-d7621da8539c 2018-08-12 09:05:03,925 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.04178905487s 2018-08-12 09:05:03,925 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-36287d24-024c-4b39-9c26-d7621da8539c 2018-08-12 09:05:03,929 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:05:05,931 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:05:05,934 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c668290d9c72147a094047a9af54f9d559becb08" 2018-08-12 09:05:07,156 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:05: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-daba02d6-611d-41c6-bd2e-db64369d2cf0 x-compute-request-id: req-daba02d6-611d-41c6-bd2e-db64369d2cf0 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e2dfb149-a4be-47c3-b7c0-b69ce64de327", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e2dfb149-a4be-47c3-b7c0-b69ce64de327", "rel": "bookmark"}], "image": {"id": "37f81232-fc35-4d94-81a2-c5d6ebdf90df", "links": [{"href": "http://172.30.9.21:8774/images/37f81232-fc35-4d94-81a2-c5d6ebdf90df", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "61cef0a9-a10c-4637-a2b4-11af746f84a8", "links": [{"href": "http://172.30.9.21:8774/flavors/61cef0a9-a10c-4637-a2b4-11af746f84a8", "rel": "bookmark"}]}, "id": "e2dfb149-a4be-47c3-b7c0-b69ce64de327", "security_groups": [{"name": "cloudify_ims-sg_b8044517-429e-4a8c-975b-6828183c76b0"}], "user_id": "2cc1e6cd1d5d477497b8e2e005350b12", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T09:04:59Z", "hostId": "114462cd5435ddf17396a6305201ffaf54cdd3d2e0861ab8086675e1", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_b8044517-429e-4a8c-975b-6828183c76b0", "name": "cloudify_ims-vm_b8044517-429e-4a8c-975b-6828183c76b0", "created": "2018-08-12T09:04:57Z", "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:05:07,156 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-daba02d6-611d-41c6-bd2e-db64369d2cf0 2018-08-12 09:05:07,156 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.22458600998s 2018-08-12 09:05:07,156 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-daba02d6-611d-41c6-bd2e-db64369d2cf0 2018-08-12 09:05:07,160 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:05:09,163 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:05:09,165 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c668290d9c72147a094047a9af54f9d559becb08" 2018-08-12 09:05:10,290 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:05: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-117ff3d2-eb70-442b-8d5c-e64a05a575dd x-compute-request-id: req-117ff3d2-eb70-442b-8d5c-e64a05a575dd Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e2dfb149-a4be-47c3-b7c0-b69ce64de327", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e2dfb149-a4be-47c3-b7c0-b69ce64de327", "rel": "bookmark"}], "image": {"id": "37f81232-fc35-4d94-81a2-c5d6ebdf90df", "links": [{"href": "http://172.30.9.21:8774/images/37f81232-fc35-4d94-81a2-c5d6ebdf90df", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "61cef0a9-a10c-4637-a2b4-11af746f84a8", "links": [{"href": "http://172.30.9.21:8774/flavors/61cef0a9-a10c-4637-a2b4-11af746f84a8", "rel": "bookmark"}]}, "id": "e2dfb149-a4be-47c3-b7c0-b69ce64de327", "security_groups": [{"name": "cloudify_ims-sg_b8044517-429e-4a8c-975b-6828183c76b0"}], "user_id": "2cc1e6cd1d5d477497b8e2e005350b12", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T09:04:59Z", "hostId": "114462cd5435ddf17396a6305201ffaf54cdd3d2e0861ab8086675e1", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_b8044517-429e-4a8c-975b-6828183c76b0", "name": "cloudify_ims-vm_b8044517-429e-4a8c-975b-6828183c76b0", "created": "2018-08-12T09:04:57Z", "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:05:10,290 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-117ff3d2-eb70-442b-8d5c-e64a05a575dd 2018-08-12 09:05:10,290 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.12759280205s 2018-08-12 09:05:10,291 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-117ff3d2-eb70-442b-8d5c-e64a05a575dd 2018-08-12 09:05:10,294 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:05:12,297 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:05:12,300 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c668290d9c72147a094047a9af54f9d559becb08" 2018-08-12 09:05:13,210 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:05:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f281ac69-c9ca-40fe-a953-8bf9280c1f5d x-compute-request-id: req-f281ac69-c9ca-40fe-a953-8bf9280c1f5d Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e2dfb149-a4be-47c3-b7c0-b69ce64de327", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e2dfb149-a4be-47c3-b7c0-b69ce64de327", "rel": "bookmark"}], "image": {"id": "37f81232-fc35-4d94-81a2-c5d6ebdf90df", "links": [{"href": "http://172.30.9.21:8774/images/37f81232-fc35-4d94-81a2-c5d6ebdf90df", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "61cef0a9-a10c-4637-a2b4-11af746f84a8", "links": [{"href": "http://172.30.9.21:8774/flavors/61cef0a9-a10c-4637-a2b4-11af746f84a8", "rel": "bookmark"}]}, "id": "e2dfb149-a4be-47c3-b7c0-b69ce64de327", "security_groups": [{"name": "cloudify_ims-sg_b8044517-429e-4a8c-975b-6828183c76b0"}], "user_id": "2cc1e6cd1d5d477497b8e2e005350b12", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T09:04:59Z", "hostId": "114462cd5435ddf17396a6305201ffaf54cdd3d2e0861ab8086675e1", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_b8044517-429e-4a8c-975b-6828183c76b0", "name": "cloudify_ims-vm_b8044517-429e-4a8c-975b-6828183c76b0", "created": "2018-08-12T09:04:57Z", "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:05:13,210 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-f281ac69-c9ca-40fe-a953-8bf9280c1f5d 2018-08-12 09:05:13,210 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.912343978882s 2018-08-12 09:05:13,210 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-f281ac69-c9ca-40fe-a953-8bf9280c1f5d 2018-08-12 09:05:13,212 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:05:15,214 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:05:15,217 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c668290d9c72147a094047a9af54f9d559becb08" 2018-08-12 09:05:15,747 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:05:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-28d3d371-44ce-4903-b6fe-ddd800196b6c x-compute-request-id: req-28d3d371-44ce-4903-b6fe-ddd800196b6c Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e2dfb149-a4be-47c3-b7c0-b69ce64de327", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e2dfb149-a4be-47c3-b7c0-b69ce64de327", "rel": "bookmark"}], "image": {"id": "37f81232-fc35-4d94-81a2-c5d6ebdf90df", "links": [{"href": "http://172.30.9.21:8774/images/37f81232-fc35-4d94-81a2-c5d6ebdf90df", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "61cef0a9-a10c-4637-a2b4-11af746f84a8", "links": [{"href": "http://172.30.9.21:8774/flavors/61cef0a9-a10c-4637-a2b4-11af746f84a8", "rel": "bookmark"}]}, "id": "e2dfb149-a4be-47c3-b7c0-b69ce64de327", "security_groups": [{"name": "cloudify_ims-sg_b8044517-429e-4a8c-975b-6828183c76b0"}], "user_id": "2cc1e6cd1d5d477497b8e2e005350b12", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T09:04:59Z", "hostId": "114462cd5435ddf17396a6305201ffaf54cdd3d2e0861ab8086675e1", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_b8044517-429e-4a8c-975b-6828183c76b0", "name": "cloudify_ims-vm_b8044517-429e-4a8c-975b-6828183c76b0", "created": "2018-08-12T09:04:57Z", "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:05:15,747 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-28d3d371-44ce-4903-b6fe-ddd800196b6c 2018-08-12 09:05:15,747 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.532904863358s 2018-08-12 09:05:15,748 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-28d3d371-44ce-4903-b6fe-ddd800196b6c 2018-08-12 09:05:15,751 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:05:17,754 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:05:17,757 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c668290d9c72147a094047a9af54f9d559becb08" 2018-08-12 09:05:18,117 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:05:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a20678ad-5bb0-42ef-a652-17479bb56390 x-compute-request-id: req-a20678ad-5bb0-42ef-a652-17479bb56390 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e2dfb149-a4be-47c3-b7c0-b69ce64de327", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e2dfb149-a4be-47c3-b7c0-b69ce64de327", "rel": "bookmark"}], "image": {"id": "37f81232-fc35-4d94-81a2-c5d6ebdf90df", "links": [{"href": "http://172.30.9.21:8774/images/37f81232-fc35-4d94-81a2-c5d6ebdf90df", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "61cef0a9-a10c-4637-a2b4-11af746f84a8", "links": [{"href": "http://172.30.9.21:8774/flavors/61cef0a9-a10c-4637-a2b4-11af746f84a8", "rel": "bookmark"}]}, "id": "e2dfb149-a4be-47c3-b7c0-b69ce64de327", "security_groups": [{"name": "cloudify_ims-sg_b8044517-429e-4a8c-975b-6828183c76b0"}], "user_id": "2cc1e6cd1d5d477497b8e2e005350b12", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T09:04:59Z", "hostId": "114462cd5435ddf17396a6305201ffaf54cdd3d2e0861ab8086675e1", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_b8044517-429e-4a8c-975b-6828183c76b0", "name": "cloudify_ims-vm_b8044517-429e-4a8c-975b-6828183c76b0", "created": "2018-08-12T09:04:57Z", "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:05:18,117 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-a20678ad-5bb0-42ef-a652-17479bb56390 2018-08-12 09:05:18,117 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.362955093384s 2018-08-12 09:05:18,117 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-a20678ad-5bb0-42ef-a652-17479bb56390 2018-08-12 09:05:18,121 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:05:20,124 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:05:20,127 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c668290d9c72147a094047a9af54f9d559becb08" 2018-08-12 09:05:20,984 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:05:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7f40c4b3-d3e1-4fed-b357-d03d826a6b41 x-compute-request-id: req-7f40c4b3-d3e1-4fed-b357-d03d826a6b41 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e2dfb149-a4be-47c3-b7c0-b69ce64de327", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e2dfb149-a4be-47c3-b7c0-b69ce64de327", "rel": "bookmark"}], "image": {"id": "37f81232-fc35-4d94-81a2-c5d6ebdf90df", "links": [{"href": "http://172.30.9.21:8774/images/37f81232-fc35-4d94-81a2-c5d6ebdf90df", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "61cef0a9-a10c-4637-a2b4-11af746f84a8", "links": [{"href": "http://172.30.9.21:8774/flavors/61cef0a9-a10c-4637-a2b4-11af746f84a8", "rel": "bookmark"}]}, "id": "e2dfb149-a4be-47c3-b7c0-b69ce64de327", "security_groups": [{"name": "cloudify_ims-sg_b8044517-429e-4a8c-975b-6828183c76b0"}], "user_id": "2cc1e6cd1d5d477497b8e2e005350b12", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T09:04:59Z", "hostId": "114462cd5435ddf17396a6305201ffaf54cdd3d2e0861ab8086675e1", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_b8044517-429e-4a8c-975b-6828183c76b0", "name": "cloudify_ims-vm_b8044517-429e-4a8c-975b-6828183c76b0", "created": "2018-08-12T09:04:57Z", "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:05:20,984 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-7f40c4b3-d3e1-4fed-b357-d03d826a6b41 2018-08-12 09:05:20,984 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.860278129578s 2018-08-12 09:05:20,985 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-7f40c4b3-d3e1-4fed-b357-d03d826a6b41 2018-08-12 09:05:20,989 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:05:22,991 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:05:22,994 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c668290d9c72147a094047a9af54f9d559becb08" 2018-08-12 09:05:24,141 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:05: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-49869038-b5aa-4f91-b70a-065a2e3717d3 x-compute-request-id: req-49869038-b5aa-4f91-b70a-065a2e3717d3 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e2dfb149-a4be-47c3-b7c0-b69ce64de327", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e2dfb149-a4be-47c3-b7c0-b69ce64de327", "rel": "bookmark"}], "image": {"id": "37f81232-fc35-4d94-81a2-c5d6ebdf90df", "links": [{"href": "http://172.30.9.21:8774/images/37f81232-fc35-4d94-81a2-c5d6ebdf90df", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "61cef0a9-a10c-4637-a2b4-11af746f84a8", "links": [{"href": "http://172.30.9.21:8774/flavors/61cef0a9-a10c-4637-a2b4-11af746f84a8", "rel": "bookmark"}]}, "id": "e2dfb149-a4be-47c3-b7c0-b69ce64de327", "security_groups": [{"name": "cloudify_ims-sg_b8044517-429e-4a8c-975b-6828183c76b0"}], "user_id": "2cc1e6cd1d5d477497b8e2e005350b12", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T09:04:59Z", "hostId": "114462cd5435ddf17396a6305201ffaf54cdd3d2e0861ab8086675e1", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_b8044517-429e-4a8c-975b-6828183c76b0", "name": "cloudify_ims-vm_b8044517-429e-4a8c-975b-6828183c76b0", "created": "2018-08-12T09:04:57Z", "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:05:24,141 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-49869038-b5aa-4f91-b70a-065a2e3717d3 2018-08-12 09:05:24,141 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.14942002296s 2018-08-12 09:05:24,141 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-49869038-b5aa-4f91-b70a-065a2e3717d3 2018-08-12 09:05:24,145 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:05:26,148 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:05:26,150 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c668290d9c72147a094047a9af54f9d559becb08" 2018-08-12 09:05:26,703 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:05: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-2e1010ba-4b23-474f-9f9d-1f293d98640b x-compute-request-id: req-2e1010ba-4b23-474f-9f9d-1f293d98640b Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e2dfb149-a4be-47c3-b7c0-b69ce64de327", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e2dfb149-a4be-47c3-b7c0-b69ce64de327", "rel": "bookmark"}], "image": {"id": "37f81232-fc35-4d94-81a2-c5d6ebdf90df", "links": [{"href": "http://172.30.9.21:8774/images/37f81232-fc35-4d94-81a2-c5d6ebdf90df", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "61cef0a9-a10c-4637-a2b4-11af746f84a8", "links": [{"href": "http://172.30.9.21:8774/flavors/61cef0a9-a10c-4637-a2b4-11af746f84a8", "rel": "bookmark"}]}, "id": "e2dfb149-a4be-47c3-b7c0-b69ce64de327", "security_groups": [{"name": "cloudify_ims-sg_b8044517-429e-4a8c-975b-6828183c76b0"}], "user_id": "2cc1e6cd1d5d477497b8e2e005350b12", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T09:04:59Z", "hostId": "114462cd5435ddf17396a6305201ffaf54cdd3d2e0861ab8086675e1", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_b8044517-429e-4a8c-975b-6828183c76b0", "name": "cloudify_ims-vm_b8044517-429e-4a8c-975b-6828183c76b0", "created": "2018-08-12T09:04:57Z", "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:05:26,703 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-2e1010ba-4b23-474f-9f9d-1f293d98640b 2018-08-12 09:05:26,703 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.555454015732s 2018-08-12 09:05:26,704 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-2e1010ba-4b23-474f-9f9d-1f293d98640b 2018-08-12 09:05:26,707 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:05:28,710 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:05:28,715 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c668290d9c72147a094047a9af54f9d559becb08" 2018-08-12 09:05:29,413 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:05: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-8ba7ddf3-bf7e-4213-bf5c-6f73ec9d9a19 x-compute-request-id: req-8ba7ddf3-bf7e-4213-bf5c-6f73ec9d9a19 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e2dfb149-a4be-47c3-b7c0-b69ce64de327", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e2dfb149-a4be-47c3-b7c0-b69ce64de327", "rel": "bookmark"}], "image": {"id": "37f81232-fc35-4d94-81a2-c5d6ebdf90df", "links": [{"href": "http://172.30.9.21:8774/images/37f81232-fc35-4d94-81a2-c5d6ebdf90df", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "61cef0a9-a10c-4637-a2b4-11af746f84a8", "links": [{"href": "http://172.30.9.21:8774/flavors/61cef0a9-a10c-4637-a2b4-11af746f84a8", "rel": "bookmark"}]}, "id": "e2dfb149-a4be-47c3-b7c0-b69ce64de327", "security_groups": [{"name": "cloudify_ims-sg_b8044517-429e-4a8c-975b-6828183c76b0"}], "user_id": "2cc1e6cd1d5d477497b8e2e005350b12", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T09:04:59Z", "hostId": "114462cd5435ddf17396a6305201ffaf54cdd3d2e0861ab8086675e1", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_b8044517-429e-4a8c-975b-6828183c76b0", "name": "cloudify_ims-vm_b8044517-429e-4a8c-975b-6828183c76b0", "created": "2018-08-12T09:04:57Z", "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:05:29,413 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-8ba7ddf3-bf7e-4213-bf5c-6f73ec9d9a19 2018-08-12 09:05:29,414 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.703378915787s 2018-08-12 09:05:29,414 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-8ba7ddf3-bf7e-4213-bf5c-6f73ec9d9a19 2018-08-12 09:05:29,418 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:05:31,420 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:05:31,423 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c668290d9c72147a094047a9af54f9d559becb08" 2018-08-12 09:05:32,011 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:05: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-3eddbe14-91f7-40e8-9b43-b0b30f5a6599 x-compute-request-id: req-3eddbe14-91f7-40e8-9b43-b0b30f5a6599 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e2dfb149-a4be-47c3-b7c0-b69ce64de327", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e2dfb149-a4be-47c3-b7c0-b69ce64de327", "rel": "bookmark"}], "image": {"id": "37f81232-fc35-4d94-81a2-c5d6ebdf90df", "links": [{"href": "http://172.30.9.21:8774/images/37f81232-fc35-4d94-81a2-c5d6ebdf90df", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "61cef0a9-a10c-4637-a2b4-11af746f84a8", "links": [{"href": "http://172.30.9.21:8774/flavors/61cef0a9-a10c-4637-a2b4-11af746f84a8", "rel": "bookmark"}]}, "id": "e2dfb149-a4be-47c3-b7c0-b69ce64de327", "security_groups": [{"name": "cloudify_ims-sg_b8044517-429e-4a8c-975b-6828183c76b0"}], "user_id": "2cc1e6cd1d5d477497b8e2e005350b12", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T09:04:59Z", "hostId": "114462cd5435ddf17396a6305201ffaf54cdd3d2e0861ab8086675e1", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_b8044517-429e-4a8c-975b-6828183c76b0", "name": "cloudify_ims-vm_b8044517-429e-4a8c-975b-6828183c76b0", "created": "2018-08-12T09:04:57Z", "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:05:32,012 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-3eddbe14-91f7-40e8-9b43-b0b30f5a6599 2018-08-12 09:05:32,012 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.591251134872s 2018-08-12 09:05:32,012 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-3eddbe14-91f7-40e8-9b43-b0b30f5a6599 2018-08-12 09:05:32,016 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:05:34,018 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:05:34,021 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c668290d9c72147a094047a9af54f9d559becb08" 2018-08-12 09:05:34,748 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:05:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-359f1c06-bb06-445b-94ae-4baa2ff57ead x-compute-request-id: req-359f1c06-bb06-445b-94ae-4baa2ff57ead Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e2dfb149-a4be-47c3-b7c0-b69ce64de327", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e2dfb149-a4be-47c3-b7c0-b69ce64de327", "rel": "bookmark"}], "image": {"id": "37f81232-fc35-4d94-81a2-c5d6ebdf90df", "links": [{"href": "http://172.30.9.21:8774/images/37f81232-fc35-4d94-81a2-c5d6ebdf90df", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "61cef0a9-a10c-4637-a2b4-11af746f84a8", "links": [{"href": "http://172.30.9.21:8774/flavors/61cef0a9-a10c-4637-a2b4-11af746f84a8", "rel": "bookmark"}]}, "id": "e2dfb149-a4be-47c3-b7c0-b69ce64de327", "security_groups": [{"name": "cloudify_ims-sg_b8044517-429e-4a8c-975b-6828183c76b0"}], "user_id": "2cc1e6cd1d5d477497b8e2e005350b12", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T09:04:59Z", "hostId": "114462cd5435ddf17396a6305201ffaf54cdd3d2e0861ab8086675e1", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_b8044517-429e-4a8c-975b-6828183c76b0", "name": "cloudify_ims-vm_b8044517-429e-4a8c-975b-6828183c76b0", "created": "2018-08-12T09:04:57Z", "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:05:34,748 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-359f1c06-bb06-445b-94ae-4baa2ff57ead 2018-08-12 09:05:34,748 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.729601860046s 2018-08-12 09:05:34,748 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-359f1c06-bb06-445b-94ae-4baa2ff57ead 2018-08-12 09:05:34,752 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:05:36,755 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:05:36,757 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c668290d9c72147a094047a9af54f9d559becb08" 2018-08-12 09:05:37,296 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:05: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-7bdf1cb6-c445-4163-94c8-cd80a7e656b7 x-compute-request-id: req-7bdf1cb6-c445-4163-94c8-cd80a7e656b7 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e2dfb149-a4be-47c3-b7c0-b69ce64de327", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e2dfb149-a4be-47c3-b7c0-b69ce64de327", "rel": "bookmark"}], "image": {"id": "37f81232-fc35-4d94-81a2-c5d6ebdf90df", "links": [{"href": "http://172.30.9.21:8774/images/37f81232-fc35-4d94-81a2-c5d6ebdf90df", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "61cef0a9-a10c-4637-a2b4-11af746f84a8", "links": [{"href": "http://172.30.9.21:8774/flavors/61cef0a9-a10c-4637-a2b4-11af746f84a8", "rel": "bookmark"}]}, "id": "e2dfb149-a4be-47c3-b7c0-b69ce64de327", "security_groups": [{"name": "cloudify_ims-sg_b8044517-429e-4a8c-975b-6828183c76b0"}], "user_id": "2cc1e6cd1d5d477497b8e2e005350b12", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T09:04:59Z", "hostId": "114462cd5435ddf17396a6305201ffaf54cdd3d2e0861ab8086675e1", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_b8044517-429e-4a8c-975b-6828183c76b0", "name": "cloudify_ims-vm_b8044517-429e-4a8c-975b-6828183c76b0", "created": "2018-08-12T09:04:57Z", "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:05:37,296 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-7bdf1cb6-c445-4163-94c8-cd80a7e656b7 2018-08-12 09:05:37,297 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.541665077209s 2018-08-12 09:05:37,297 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-7bdf1cb6-c445-4163-94c8-cd80a7e656b7 2018-08-12 09:05:37,300 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:05:39,303 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:05:39,305 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c668290d9c72147a094047a9af54f9d559becb08" 2018-08-12 09:05:40,244 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:05: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-eae95bec-5e15-45ab-88c0-799291464c71 x-compute-request-id: req-eae95bec-5e15-45ab-88c0-799291464c71 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e2dfb149-a4be-47c3-b7c0-b69ce64de327", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e2dfb149-a4be-47c3-b7c0-b69ce64de327", "rel": "bookmark"}], "image": {"id": "37f81232-fc35-4d94-81a2-c5d6ebdf90df", "links": [{"href": "http://172.30.9.21:8774/images/37f81232-fc35-4d94-81a2-c5d6ebdf90df", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "61cef0a9-a10c-4637-a2b4-11af746f84a8", "links": [{"href": "http://172.30.9.21:8774/flavors/61cef0a9-a10c-4637-a2b4-11af746f84a8", "rel": "bookmark"}]}, "id": "e2dfb149-a4be-47c3-b7c0-b69ce64de327", "security_groups": [{"name": "cloudify_ims-sg_b8044517-429e-4a8c-975b-6828183c76b0"}], "user_id": "2cc1e6cd1d5d477497b8e2e005350b12", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T09:04:59Z", "hostId": "114462cd5435ddf17396a6305201ffaf54cdd3d2e0861ab8086675e1", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_b8044517-429e-4a8c-975b-6828183c76b0", "name": "cloudify_ims-vm_b8044517-429e-4a8c-975b-6828183c76b0", "created": "2018-08-12T09:04:57Z", "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:05:40,244 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-eae95bec-5e15-45ab-88c0-799291464c71 2018-08-12 09:05:40,244 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.940943002701s 2018-08-12 09:05:40,244 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-eae95bec-5e15-45ab-88c0-799291464c71 2018-08-12 09:05:40,249 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:05:42,249 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:05:42,253 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c668290d9c72147a094047a9af54f9d559becb08" 2018-08-12 09:05:42,799 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:05:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-76ba3a74-7190-4b12-a417-641ff7d913e9 x-compute-request-id: req-76ba3a74-7190-4b12-a417-641ff7d913e9 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e2dfb149-a4be-47c3-b7c0-b69ce64de327", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e2dfb149-a4be-47c3-b7c0-b69ce64de327", "rel": "bookmark"}], "image": {"id": "37f81232-fc35-4d94-81a2-c5d6ebdf90df", "links": [{"href": "http://172.30.9.21:8774/images/37f81232-fc35-4d94-81a2-c5d6ebdf90df", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "61cef0a9-a10c-4637-a2b4-11af746f84a8", "links": [{"href": "http://172.30.9.21:8774/flavors/61cef0a9-a10c-4637-a2b4-11af746f84a8", "rel": "bookmark"}]}, "id": "e2dfb149-a4be-47c3-b7c0-b69ce64de327", "security_groups": [{"name": "cloudify_ims-sg_b8044517-429e-4a8c-975b-6828183c76b0"}], "user_id": "2cc1e6cd1d5d477497b8e2e005350b12", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T09:04:59Z", "hostId": "114462cd5435ddf17396a6305201ffaf54cdd3d2e0861ab8086675e1", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_b8044517-429e-4a8c-975b-6828183c76b0", "name": "cloudify_ims-vm_b8044517-429e-4a8c-975b-6828183c76b0", "created": "2018-08-12T09:04:57Z", "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:05:42,800 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-76ba3a74-7190-4b12-a417-641ff7d913e9 2018-08-12 09:05:42,800 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.550223112106s 2018-08-12 09:05:42,800 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-76ba3a74-7190-4b12-a417-641ff7d913e9 2018-08-12 09:05:42,804 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:05:44,806 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:05:44,809 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c668290d9c72147a094047a9af54f9d559becb08" 2018-08-12 09:05:46,206 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:05:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e15d3cec-33f7-44d6-976d-cc72ec9c9e1f x-compute-request-id: req-e15d3cec-33f7-44d6-976d-cc72ec9c9e1f Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e2dfb149-a4be-47c3-b7c0-b69ce64de327", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e2dfb149-a4be-47c3-b7c0-b69ce64de327", "rel": "bookmark"}], "image": {"id": "37f81232-fc35-4d94-81a2-c5d6ebdf90df", "links": [{"href": "http://172.30.9.21:8774/images/37f81232-fc35-4d94-81a2-c5d6ebdf90df", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "61cef0a9-a10c-4637-a2b4-11af746f84a8", "links": [{"href": "http://172.30.9.21:8774/flavors/61cef0a9-a10c-4637-a2b4-11af746f84a8", "rel": "bookmark"}]}, "id": "e2dfb149-a4be-47c3-b7c0-b69ce64de327", "security_groups": [{"name": "cloudify_ims-sg_b8044517-429e-4a8c-975b-6828183c76b0"}], "user_id": "2cc1e6cd1d5d477497b8e2e005350b12", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T09:04:59Z", "hostId": "114462cd5435ddf17396a6305201ffaf54cdd3d2e0861ab8086675e1", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_b8044517-429e-4a8c-975b-6828183c76b0", "name": "cloudify_ims-vm_b8044517-429e-4a8c-975b-6828183c76b0", "created": "2018-08-12T09:04:57Z", "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:05:46,206 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-e15d3cec-33f7-44d6-976d-cc72ec9c9e1f 2018-08-12 09:05:46,207 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.39996004105s 2018-08-12 09:05:46,207 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-e15d3cec-33f7-44d6-976d-cc72ec9c9e1f 2018-08-12 09:05:46,211 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:05:48,214 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:05:48,217 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c668290d9c72147a094047a9af54f9d559becb08" 2018-08-12 09:05:48,797 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:05: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-82eb9d11-7182-4200-81df-1b7ffe891138 x-compute-request-id: req-82eb9d11-7182-4200-81df-1b7ffe891138 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e2dfb149-a4be-47c3-b7c0-b69ce64de327", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e2dfb149-a4be-47c3-b7c0-b69ce64de327", "rel": "bookmark"}], "image": {"id": "37f81232-fc35-4d94-81a2-c5d6ebdf90df", "links": [{"href": "http://172.30.9.21:8774/images/37f81232-fc35-4d94-81a2-c5d6ebdf90df", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "61cef0a9-a10c-4637-a2b4-11af746f84a8", "links": [{"href": "http://172.30.9.21:8774/flavors/61cef0a9-a10c-4637-a2b4-11af746f84a8", "rel": "bookmark"}]}, "id": "e2dfb149-a4be-47c3-b7c0-b69ce64de327", "security_groups": [{"name": "cloudify_ims-sg_b8044517-429e-4a8c-975b-6828183c76b0"}], "user_id": "2cc1e6cd1d5d477497b8e2e005350b12", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T09:04:59Z", "hostId": "114462cd5435ddf17396a6305201ffaf54cdd3d2e0861ab8086675e1", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_b8044517-429e-4a8c-975b-6828183c76b0", "name": "cloudify_ims-vm_b8044517-429e-4a8c-975b-6828183c76b0", "created": "2018-08-12T09:04:57Z", "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:05:48,797 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-82eb9d11-7182-4200-81df-1b7ffe891138 2018-08-12 09:05:48,798 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.583705186844s 2018-08-12 09:05:48,798 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-82eb9d11-7182-4200-81df-1b7ffe891138 2018-08-12 09:05:48,802 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:05:50,805 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:05:50,808 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c668290d9c72147a094047a9af54f9d559becb08" 2018-08-12 09:05:51,356 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:05: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-1b16ef9b-5da0-42b0-a3a4-9f26643e8369 x-compute-request-id: req-1b16ef9b-5da0-42b0-a3a4-9f26643e8369 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e2dfb149-a4be-47c3-b7c0-b69ce64de327", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e2dfb149-a4be-47c3-b7c0-b69ce64de327", "rel": "bookmark"}], "image": {"id": "37f81232-fc35-4d94-81a2-c5d6ebdf90df", "links": [{"href": "http://172.30.9.21:8774/images/37f81232-fc35-4d94-81a2-c5d6ebdf90df", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "61cef0a9-a10c-4637-a2b4-11af746f84a8", "links": [{"href": "http://172.30.9.21:8774/flavors/61cef0a9-a10c-4637-a2b4-11af746f84a8", "rel": "bookmark"}]}, "id": "e2dfb149-a4be-47c3-b7c0-b69ce64de327", "security_groups": [{"name": "cloudify_ims-sg_b8044517-429e-4a8c-975b-6828183c76b0"}], "user_id": "2cc1e6cd1d5d477497b8e2e005350b12", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T09:04:59Z", "hostId": "114462cd5435ddf17396a6305201ffaf54cdd3d2e0861ab8086675e1", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_b8044517-429e-4a8c-975b-6828183c76b0", "name": "cloudify_ims-vm_b8044517-429e-4a8c-975b-6828183c76b0", "created": "2018-08-12T09:04:57Z", "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:05:51,356 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-1b16ef9b-5da0-42b0-a3a4-9f26643e8369 2018-08-12 09:05:51,356 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.55165719986s 2018-08-12 09:05:51,357 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-1b16ef9b-5da0-42b0-a3a4-9f26643e8369 2018-08-12 09:05:51,361 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:05:53,363 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:05:53,366 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c668290d9c72147a094047a9af54f9d559becb08" 2018-08-12 09:05:53,908 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:05:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f9415d56-7f26-4552-a834-c79bdc9d97c5 x-compute-request-id: req-f9415d56-7f26-4552-a834-c79bdc9d97c5 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e2dfb149-a4be-47c3-b7c0-b69ce64de327", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e2dfb149-a4be-47c3-b7c0-b69ce64de327", "rel": "bookmark"}], "image": {"id": "37f81232-fc35-4d94-81a2-c5d6ebdf90df", "links": [{"href": "http://172.30.9.21:8774/images/37f81232-fc35-4d94-81a2-c5d6ebdf90df", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "61cef0a9-a10c-4637-a2b4-11af746f84a8", "links": [{"href": "http://172.30.9.21:8774/flavors/61cef0a9-a10c-4637-a2b4-11af746f84a8", "rel": "bookmark"}]}, "id": "e2dfb149-a4be-47c3-b7c0-b69ce64de327", "security_groups": [{"name": "cloudify_ims-sg_b8044517-429e-4a8c-975b-6828183c76b0"}], "user_id": "2cc1e6cd1d5d477497b8e2e005350b12", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T09:04:59Z", "hostId": "114462cd5435ddf17396a6305201ffaf54cdd3d2e0861ab8086675e1", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_b8044517-429e-4a8c-975b-6828183c76b0", "name": "cloudify_ims-vm_b8044517-429e-4a8c-975b-6828183c76b0", "created": "2018-08-12T09:04:57Z", "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:05:53,908 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-f9415d56-7f26-4552-a834-c79bdc9d97c5 2018-08-12 09:05:53,909 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.545232057571s 2018-08-12 09:05:53,909 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-f9415d56-7f26-4552-a834-c79bdc9d97c5 2018-08-12 09:05:53,913 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:05:55,915 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:05:55,919 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c668290d9c72147a094047a9af54f9d559becb08" 2018-08-12 09:05:56,442 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:05: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-c9415307-7b79-439c-9433-c51b5ca7fd57 x-compute-request-id: req-c9415307-7b79-439c-9433-c51b5ca7fd57 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e2dfb149-a4be-47c3-b7c0-b69ce64de327", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e2dfb149-a4be-47c3-b7c0-b69ce64de327", "rel": "bookmark"}], "image": {"id": "37f81232-fc35-4d94-81a2-c5d6ebdf90df", "links": [{"href": "http://172.30.9.21:8774/images/37f81232-fc35-4d94-81a2-c5d6ebdf90df", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "61cef0a9-a10c-4637-a2b4-11af746f84a8", "links": [{"href": "http://172.30.9.21:8774/flavors/61cef0a9-a10c-4637-a2b4-11af746f84a8", "rel": "bookmark"}]}, "id": "e2dfb149-a4be-47c3-b7c0-b69ce64de327", "security_groups": [{"name": "cloudify_ims-sg_b8044517-429e-4a8c-975b-6828183c76b0"}], "user_id": "2cc1e6cd1d5d477497b8e2e005350b12", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T09:04:59Z", "hostId": "114462cd5435ddf17396a6305201ffaf54cdd3d2e0861ab8086675e1", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_b8044517-429e-4a8c-975b-6828183c76b0", "name": "cloudify_ims-vm_b8044517-429e-4a8c-975b-6828183c76b0", "created": "2018-08-12T09:04:57Z", "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:05:56,443 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-c9415307-7b79-439c-9433-c51b5ca7fd57 2018-08-12 09:05:56,443 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.527270078659s 2018-08-12 09:05:56,443 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-c9415307-7b79-439c-9433-c51b5ca7fd57 2018-08-12 09:05:56,447 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:05:58,450 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:05:58,452 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c668290d9c72147a094047a9af54f9d559becb08" 2018-08-12 09:05:59,034 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:05: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-11fe33d9-0f64-42d7-9909-8337037f0077 x-compute-request-id: req-11fe33d9-0f64-42d7-9909-8337037f0077 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e2dfb149-a4be-47c3-b7c0-b69ce64de327", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e2dfb149-a4be-47c3-b7c0-b69ce64de327", "rel": "bookmark"}], "image": {"id": "37f81232-fc35-4d94-81a2-c5d6ebdf90df", "links": [{"href": "http://172.30.9.21:8774/images/37f81232-fc35-4d94-81a2-c5d6ebdf90df", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "61cef0a9-a10c-4637-a2b4-11af746f84a8", "links": [{"href": "http://172.30.9.21:8774/flavors/61cef0a9-a10c-4637-a2b4-11af746f84a8", "rel": "bookmark"}]}, "id": "e2dfb149-a4be-47c3-b7c0-b69ce64de327", "security_groups": [{"name": "cloudify_ims-sg_b8044517-429e-4a8c-975b-6828183c76b0"}], "user_id": "2cc1e6cd1d5d477497b8e2e005350b12", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T09:04:59Z", "hostId": "114462cd5435ddf17396a6305201ffaf54cdd3d2e0861ab8086675e1", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_b8044517-429e-4a8c-975b-6828183c76b0", "name": "cloudify_ims-vm_b8044517-429e-4a8c-975b-6828183c76b0", "created": "2018-08-12T09:04:57Z", "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:05:59,034 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-11fe33d9-0f64-42d7-9909-8337037f0077 2018-08-12 09:05:59,034 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.584424972534s 2018-08-12 09:05:59,035 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-11fe33d9-0f64-42d7-9909-8337037f0077 2018-08-12 09:05:59,038 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:06:01,041 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:06:01,044 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c668290d9c72147a094047a9af54f9d559becb08" 2018-08-12 09:06:01,801 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:06:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4cc4500e-a33b-4461-b73c-9baf5b20f672 x-compute-request-id: req-4cc4500e-a33b-4461-b73c-9baf5b20f672 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e2dfb149-a4be-47c3-b7c0-b69ce64de327", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e2dfb149-a4be-47c3-b7c0-b69ce64de327", "rel": "bookmark"}], "image": {"id": "37f81232-fc35-4d94-81a2-c5d6ebdf90df", "links": [{"href": "http://172.30.9.21:8774/images/37f81232-fc35-4d94-81a2-c5d6ebdf90df", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "61cef0a9-a10c-4637-a2b4-11af746f84a8", "links": [{"href": "http://172.30.9.21:8774/flavors/61cef0a9-a10c-4637-a2b4-11af746f84a8", "rel": "bookmark"}]}, "id": "e2dfb149-a4be-47c3-b7c0-b69ce64de327", "security_groups": [{"name": "cloudify_ims-sg_b8044517-429e-4a8c-975b-6828183c76b0"}], "user_id": "2cc1e6cd1d5d477497b8e2e005350b12", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T09:04:59Z", "hostId": "114462cd5435ddf17396a6305201ffaf54cdd3d2e0861ab8086675e1", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_b8044517-429e-4a8c-975b-6828183c76b0", "name": "cloudify_ims-vm_b8044517-429e-4a8c-975b-6828183c76b0", "created": "2018-08-12T09:04:57Z", "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:06:01,801 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-4cc4500e-a33b-4461-b73c-9baf5b20f672 2018-08-12 09:06:01,801 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.759752035141s 2018-08-12 09:06:01,801 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-4cc4500e-a33b-4461-b73c-9baf5b20f672 2018-08-12 09:06:01,805 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:06:03,807 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:06:03,810 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c668290d9c72147a094047a9af54f9d559becb08" 2018-08-12 09:06:04,387 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:06:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e5033cdb-4546-4db5-b3a4-ef4fd4b6fe32 x-compute-request-id: req-e5033cdb-4546-4db5-b3a4-ef4fd4b6fe32 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e2dfb149-a4be-47c3-b7c0-b69ce64de327", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e2dfb149-a4be-47c3-b7c0-b69ce64de327", "rel": "bookmark"}], "image": {"id": "37f81232-fc35-4d94-81a2-c5d6ebdf90df", "links": [{"href": "http://172.30.9.21:8774/images/37f81232-fc35-4d94-81a2-c5d6ebdf90df", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "61cef0a9-a10c-4637-a2b4-11af746f84a8", "links": [{"href": "http://172.30.9.21:8774/flavors/61cef0a9-a10c-4637-a2b4-11af746f84a8", "rel": "bookmark"}]}, "id": "e2dfb149-a4be-47c3-b7c0-b69ce64de327", "security_groups": [{"name": "cloudify_ims-sg_b8044517-429e-4a8c-975b-6828183c76b0"}], "user_id": "2cc1e6cd1d5d477497b8e2e005350b12", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T09:04:59Z", "hostId": "114462cd5435ddf17396a6305201ffaf54cdd3d2e0861ab8086675e1", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_b8044517-429e-4a8c-975b-6828183c76b0", "name": "cloudify_ims-vm_b8044517-429e-4a8c-975b-6828183c76b0", "created": "2018-08-12T09:04:57Z", "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:06:04,387 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-e5033cdb-4546-4db5-b3a4-ef4fd4b6fe32 2018-08-12 09:06:04,387 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.579502820969s 2018-08-12 09:06:04,387 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-e5033cdb-4546-4db5-b3a4-ef4fd4b6fe32 2018-08-12 09:06:04,391 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:06:06,394 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:06:06,397 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c668290d9c72147a094047a9af54f9d559becb08" 2018-08-12 09:06:06,966 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:06:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fa3934ab-ab11-483f-ac80-20ca60ac2d1e x-compute-request-id: req-fa3934ab-ab11-483f-ac80-20ca60ac2d1e Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e2dfb149-a4be-47c3-b7c0-b69ce64de327", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e2dfb149-a4be-47c3-b7c0-b69ce64de327", "rel": "bookmark"}], "image": {"id": "37f81232-fc35-4d94-81a2-c5d6ebdf90df", "links": [{"href": "http://172.30.9.21:8774/images/37f81232-fc35-4d94-81a2-c5d6ebdf90df", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "61cef0a9-a10c-4637-a2b4-11af746f84a8", "links": [{"href": "http://172.30.9.21:8774/flavors/61cef0a9-a10c-4637-a2b4-11af746f84a8", "rel": "bookmark"}]}, "id": "e2dfb149-a4be-47c3-b7c0-b69ce64de327", "security_groups": [{"name": "cloudify_ims-sg_b8044517-429e-4a8c-975b-6828183c76b0"}], "user_id": "2cc1e6cd1d5d477497b8e2e005350b12", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T09:04:59Z", "hostId": "114462cd5435ddf17396a6305201ffaf54cdd3d2e0861ab8086675e1", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_b8044517-429e-4a8c-975b-6828183c76b0", "name": "cloudify_ims-vm_b8044517-429e-4a8c-975b-6828183c76b0", "created": "2018-08-12T09:04:57Z", "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:06:06,966 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-fa3934ab-ab11-483f-ac80-20ca60ac2d1e 2018-08-12 09:06:06,966 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.572221040726s 2018-08-12 09:06:06,967 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-fa3934ab-ab11-483f-ac80-20ca60ac2d1e 2018-08-12 09:06:06,970 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:06:08,973 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:06:08,976 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c668290d9c72147a094047a9af54f9d559becb08" 2018-08-12 09:06:10,206 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:06: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-6e0d3e17-2fda-4b1d-bdb9-88147b77523d x-compute-request-id: req-6e0d3e17-2fda-4b1d-bdb9-88147b77523d Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e2dfb149-a4be-47c3-b7c0-b69ce64de327", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e2dfb149-a4be-47c3-b7c0-b69ce64de327", "rel": "bookmark"}], "image": {"id": "37f81232-fc35-4d94-81a2-c5d6ebdf90df", "links": [{"href": "http://172.30.9.21:8774/images/37f81232-fc35-4d94-81a2-c5d6ebdf90df", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "61cef0a9-a10c-4637-a2b4-11af746f84a8", "links": [{"href": "http://172.30.9.21:8774/flavors/61cef0a9-a10c-4637-a2b4-11af746f84a8", "rel": "bookmark"}]}, "id": "e2dfb149-a4be-47c3-b7c0-b69ce64de327", "security_groups": [{"name": "cloudify_ims-sg_b8044517-429e-4a8c-975b-6828183c76b0"}], "user_id": "2cc1e6cd1d5d477497b8e2e005350b12", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T09:04:59Z", "hostId": "114462cd5435ddf17396a6305201ffaf54cdd3d2e0861ab8086675e1", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_b8044517-429e-4a8c-975b-6828183c76b0", "name": "cloudify_ims-vm_b8044517-429e-4a8c-975b-6828183c76b0", "created": "2018-08-12T09:04:57Z", "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:06:10,207 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-6e0d3e17-2fda-4b1d-bdb9-88147b77523d 2018-08-12 09:06:10,207 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.23355197906s 2018-08-12 09:06:10,207 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-6e0d3e17-2fda-4b1d-bdb9-88147b77523d 2018-08-12 09:06:10,211 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:06:12,214 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:06:12,216 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c668290d9c72147a094047a9af54f9d559becb08" 2018-08-12 09:06:12,803 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:06: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-5e1e827a-270b-4da8-b652-77462ba41cba x-compute-request-id: req-5e1e827a-270b-4da8-b652-77462ba41cba Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e2dfb149-a4be-47c3-b7c0-b69ce64de327", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e2dfb149-a4be-47c3-b7c0-b69ce64de327", "rel": "bookmark"}], "image": {"id": "37f81232-fc35-4d94-81a2-c5d6ebdf90df", "links": [{"href": "http://172.30.9.21:8774/images/37f81232-fc35-4d94-81a2-c5d6ebdf90df", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "61cef0a9-a10c-4637-a2b4-11af746f84a8", "links": [{"href": "http://172.30.9.21:8774/flavors/61cef0a9-a10c-4637-a2b4-11af746f84a8", "rel": "bookmark"}]}, "id": "e2dfb149-a4be-47c3-b7c0-b69ce64de327", "security_groups": [{"name": "cloudify_ims-sg_b8044517-429e-4a8c-975b-6828183c76b0"}], "user_id": "2cc1e6cd1d5d477497b8e2e005350b12", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T09:04:59Z", "hostId": "114462cd5435ddf17396a6305201ffaf54cdd3d2e0861ab8086675e1", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_b8044517-429e-4a8c-975b-6828183c76b0", "name": "cloudify_ims-vm_b8044517-429e-4a8c-975b-6828183c76b0", "created": "2018-08-12T09:04:57Z", "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:06:12,804 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-5e1e827a-270b-4da8-b652-77462ba41cba 2018-08-12 09:06:12,804 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.589859962463s 2018-08-12 09:06:12,804 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-5e1e827a-270b-4da8-b652-77462ba41cba 2018-08-12 09:06:12,808 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:06:14,810 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:06:14,813 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c668290d9c72147a094047a9af54f9d559becb08" 2018-08-12 09:06:15,550 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:06:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dafe9a50-a186-4061-8ea2-f8e1c92e6e0f x-compute-request-id: req-dafe9a50-a186-4061-8ea2-f8e1c92e6e0f Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e2dfb149-a4be-47c3-b7c0-b69ce64de327", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e2dfb149-a4be-47c3-b7c0-b69ce64de327", "rel": "bookmark"}], "image": {"id": "37f81232-fc35-4d94-81a2-c5d6ebdf90df", "links": [{"href": "http://172.30.9.21:8774/images/37f81232-fc35-4d94-81a2-c5d6ebdf90df", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "61cef0a9-a10c-4637-a2b4-11af746f84a8", "links": [{"href": "http://172.30.9.21:8774/flavors/61cef0a9-a10c-4637-a2b4-11af746f84a8", "rel": "bookmark"}]}, "id": "e2dfb149-a4be-47c3-b7c0-b69ce64de327", "security_groups": [{"name": "cloudify_ims-sg_b8044517-429e-4a8c-975b-6828183c76b0"}], "user_id": "2cc1e6cd1d5d477497b8e2e005350b12", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T09:04:59Z", "hostId": "114462cd5435ddf17396a6305201ffaf54cdd3d2e0861ab8086675e1", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_b8044517-429e-4a8c-975b-6828183c76b0", "name": "cloudify_ims-vm_b8044517-429e-4a8c-975b-6828183c76b0", "created": "2018-08-12T09:04:57Z", "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:06:15,550 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-dafe9a50-a186-4061-8ea2-f8e1c92e6e0f 2018-08-12 09:06:15,550 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.739920139313s 2018-08-12 09:06:15,551 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-dafe9a50-a186-4061-8ea2-f8e1c92e6e0f 2018-08-12 09:06:15,554 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:06:17,557 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:06:17,559 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c668290d9c72147a094047a9af54f9d559becb08" 2018-08-12 09:06:18,089 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:06: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-1a057542-d2ab-4577-b92f-f7ccb2ad2752 x-compute-request-id: req-1a057542-d2ab-4577-b92f-f7ccb2ad2752 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e2dfb149-a4be-47c3-b7c0-b69ce64de327", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e2dfb149-a4be-47c3-b7c0-b69ce64de327", "rel": "bookmark"}], "image": {"id": "37f81232-fc35-4d94-81a2-c5d6ebdf90df", "links": [{"href": "http://172.30.9.21:8774/images/37f81232-fc35-4d94-81a2-c5d6ebdf90df", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "61cef0a9-a10c-4637-a2b4-11af746f84a8", "links": [{"href": "http://172.30.9.21:8774/flavors/61cef0a9-a10c-4637-a2b4-11af746f84a8", "rel": "bookmark"}]}, "id": "e2dfb149-a4be-47c3-b7c0-b69ce64de327", "security_groups": [{"name": "cloudify_ims-sg_b8044517-429e-4a8c-975b-6828183c76b0"}], "user_id": "2cc1e6cd1d5d477497b8e2e005350b12", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T09:04:59Z", "hostId": "114462cd5435ddf17396a6305201ffaf54cdd3d2e0861ab8086675e1", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_b8044517-429e-4a8c-975b-6828183c76b0", "name": "cloudify_ims-vm_b8044517-429e-4a8c-975b-6828183c76b0", "created": "2018-08-12T09:04:57Z", "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:06:18,090 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-1a057542-d2ab-4577-b92f-f7ccb2ad2752 2018-08-12 09:06:18,090 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.533087968826s 2018-08-12 09:06:18,090 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-1a057542-d2ab-4577-b92f-f7ccb2ad2752 2018-08-12 09:06:18,094 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:06:20,097 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:06:20,099 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c668290d9c72147a094047a9af54f9d559becb08" 2018-08-12 09:06:20,655 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:06:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f943b17e-414f-4246-b0a7-8f7aadb52c9a x-compute-request-id: req-f943b17e-414f-4246-b0a7-8f7aadb52c9a Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e2dfb149-a4be-47c3-b7c0-b69ce64de327", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e2dfb149-a4be-47c3-b7c0-b69ce64de327", "rel": "bookmark"}], "image": {"id": "37f81232-fc35-4d94-81a2-c5d6ebdf90df", "links": [{"href": "http://172.30.9.21:8774/images/37f81232-fc35-4d94-81a2-c5d6ebdf90df", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "61cef0a9-a10c-4637-a2b4-11af746f84a8", "links": [{"href": "http://172.30.9.21:8774/flavors/61cef0a9-a10c-4637-a2b4-11af746f84a8", "rel": "bookmark"}]}, "id": "e2dfb149-a4be-47c3-b7c0-b69ce64de327", "security_groups": [{"name": "cloudify_ims-sg_b8044517-429e-4a8c-975b-6828183c76b0"}], "user_id": "2cc1e6cd1d5d477497b8e2e005350b12", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T09:04:59Z", "hostId": "114462cd5435ddf17396a6305201ffaf54cdd3d2e0861ab8086675e1", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_b8044517-429e-4a8c-975b-6828183c76b0", "name": "cloudify_ims-vm_b8044517-429e-4a8c-975b-6828183c76b0", "created": "2018-08-12T09:04:57Z", "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:06:20,656 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-f943b17e-414f-4246-b0a7-8f7aadb52c9a 2018-08-12 09:06:20,656 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.559094905853s 2018-08-12 09:06:20,656 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-f943b17e-414f-4246-b0a7-8f7aadb52c9a 2018-08-12 09:06:20,660 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:06:22,663 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:06:22,667 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c668290d9c72147a094047a9af54f9d559becb08" 2018-08-12 09:06:23,870 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:06: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-70163b2d-a49f-4cbf-9342-79aa18509ae9 x-compute-request-id: req-70163b2d-a49f-4cbf-9342-79aa18509ae9 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e2dfb149-a4be-47c3-b7c0-b69ce64de327", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e2dfb149-a4be-47c3-b7c0-b69ce64de327", "rel": "bookmark"}], "image": {"id": "37f81232-fc35-4d94-81a2-c5d6ebdf90df", "links": [{"href": "http://172.30.9.21:8774/images/37f81232-fc35-4d94-81a2-c5d6ebdf90df", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "61cef0a9-a10c-4637-a2b4-11af746f84a8", "links": [{"href": "http://172.30.9.21:8774/flavors/61cef0a9-a10c-4637-a2b4-11af746f84a8", "rel": "bookmark"}]}, "id": "e2dfb149-a4be-47c3-b7c0-b69ce64de327", "security_groups": [{"name": "cloudify_ims-sg_b8044517-429e-4a8c-975b-6828183c76b0"}], "user_id": "2cc1e6cd1d5d477497b8e2e005350b12", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T09:04:59Z", "hostId": "114462cd5435ddf17396a6305201ffaf54cdd3d2e0861ab8086675e1", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_b8044517-429e-4a8c-975b-6828183c76b0", "name": "cloudify_ims-vm_b8044517-429e-4a8c-975b-6828183c76b0", "created": "2018-08-12T09:04:57Z", "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:06:23,871 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-70163b2d-a49f-4cbf-9342-79aa18509ae9 2018-08-12 09:06:23,871 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.20789313316s 2018-08-12 09:06:23,871 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-70163b2d-a49f-4cbf-9342-79aa18509ae9 2018-08-12 09:06:23,875 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:06:25,878 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:06:25,880 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c668290d9c72147a094047a9af54f9d559becb08" 2018-08-12 09:06:26,626 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:06: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-0cdd76f4-430f-438a-ad3d-d58861e41660 x-compute-request-id: req-0cdd76f4-430f-438a-ad3d-d58861e41660 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e2dfb149-a4be-47c3-b7c0-b69ce64de327", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e2dfb149-a4be-47c3-b7c0-b69ce64de327", "rel": "bookmark"}], "image": {"id": "37f81232-fc35-4d94-81a2-c5d6ebdf90df", "links": [{"href": "http://172.30.9.21:8774/images/37f81232-fc35-4d94-81a2-c5d6ebdf90df", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "61cef0a9-a10c-4637-a2b4-11af746f84a8", "links": [{"href": "http://172.30.9.21:8774/flavors/61cef0a9-a10c-4637-a2b4-11af746f84a8", "rel": "bookmark"}]}, "id": "e2dfb149-a4be-47c3-b7c0-b69ce64de327", "security_groups": [{"name": "cloudify_ims-sg_b8044517-429e-4a8c-975b-6828183c76b0"}], "user_id": "2cc1e6cd1d5d477497b8e2e005350b12", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T09:04:59Z", "hostId": "114462cd5435ddf17396a6305201ffaf54cdd3d2e0861ab8086675e1", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_b8044517-429e-4a8c-975b-6828183c76b0", "name": "cloudify_ims-vm_b8044517-429e-4a8c-975b-6828183c76b0", "created": "2018-08-12T09:04:57Z", "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:06:26,626 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-0cdd76f4-430f-438a-ad3d-d58861e41660 2018-08-12 09:06:26,626 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.748576879501s 2018-08-12 09:06:26,627 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-0cdd76f4-430f-438a-ad3d-d58861e41660 2018-08-12 09:06:26,631 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:06:28,633 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:06:28,636 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c668290d9c72147a094047a9af54f9d559becb08" 2018-08-12 09:06:29,192 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:06: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-b7d4ef2d-cc90-4fc3-818a-6ded9f136e2a x-compute-request-id: req-b7d4ef2d-cc90-4fc3-818a-6ded9f136e2a Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e2dfb149-a4be-47c3-b7c0-b69ce64de327", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e2dfb149-a4be-47c3-b7c0-b69ce64de327", "rel": "bookmark"}], "image": {"id": "37f81232-fc35-4d94-81a2-c5d6ebdf90df", "links": [{"href": "http://172.30.9.21:8774/images/37f81232-fc35-4d94-81a2-c5d6ebdf90df", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "61cef0a9-a10c-4637-a2b4-11af746f84a8", "links": [{"href": "http://172.30.9.21:8774/flavors/61cef0a9-a10c-4637-a2b4-11af746f84a8", "rel": "bookmark"}]}, "id": "e2dfb149-a4be-47c3-b7c0-b69ce64de327", "security_groups": [{"name": "cloudify_ims-sg_b8044517-429e-4a8c-975b-6828183c76b0"}], "user_id": "2cc1e6cd1d5d477497b8e2e005350b12", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T09:04:59Z", "hostId": "114462cd5435ddf17396a6305201ffaf54cdd3d2e0861ab8086675e1", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_b8044517-429e-4a8c-975b-6828183c76b0", "name": "cloudify_ims-vm_b8044517-429e-4a8c-975b-6828183c76b0", "created": "2018-08-12T09:04:57Z", "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:06:29,192 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-b7d4ef2d-cc90-4fc3-818a-6ded9f136e2a 2018-08-12 09:06:29,192 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.558742046356s 2018-08-12 09:06:29,193 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-b7d4ef2d-cc90-4fc3-818a-6ded9f136e2a 2018-08-12 09:06:29,197 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:06:31,198 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:06:31,201 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c668290d9c72147a094047a9af54f9d559becb08" 2018-08-12 09:06:31,949 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:06:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-340defa6-7ba6-49d6-bab9-8e1168739eea x-compute-request-id: req-340defa6-7ba6-49d6-bab9-8e1168739eea Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e2dfb149-a4be-47c3-b7c0-b69ce64de327", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e2dfb149-a4be-47c3-b7c0-b69ce64de327", "rel": "bookmark"}], "image": {"id": "37f81232-fc35-4d94-81a2-c5d6ebdf90df", "links": [{"href": "http://172.30.9.21:8774/images/37f81232-fc35-4d94-81a2-c5d6ebdf90df", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "61cef0a9-a10c-4637-a2b4-11af746f84a8", "links": [{"href": "http://172.30.9.21:8774/flavors/61cef0a9-a10c-4637-a2b4-11af746f84a8", "rel": "bookmark"}]}, "id": "e2dfb149-a4be-47c3-b7c0-b69ce64de327", "security_groups": [{"name": "cloudify_ims-sg_b8044517-429e-4a8c-975b-6828183c76b0"}], "user_id": "2cc1e6cd1d5d477497b8e2e005350b12", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T09:04:59Z", "hostId": "114462cd5435ddf17396a6305201ffaf54cdd3d2e0861ab8086675e1", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_b8044517-429e-4a8c-975b-6828183c76b0", "name": "cloudify_ims-vm_b8044517-429e-4a8c-975b-6828183c76b0", "created": "2018-08-12T09:04:57Z", "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:06:31,949 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-340defa6-7ba6-49d6-bab9-8e1168739eea 2018-08-12 09:06:31,949 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.7511241436s 2018-08-12 09:06:31,950 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-340defa6-7ba6-49d6-bab9-8e1168739eea 2018-08-12 09:06:31,954 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:06:33,956 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:06:33,960 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c668290d9c72147a094047a9af54f9d559becb08" 2018-08-12 09:06:34,517 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:06: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-6f730e8f-549e-4f5d-b96c-f4d5e0b0bff0 x-compute-request-id: req-6f730e8f-549e-4f5d-b96c-f4d5e0b0bff0 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e2dfb149-a4be-47c3-b7c0-b69ce64de327", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e2dfb149-a4be-47c3-b7c0-b69ce64de327", "rel": "bookmark"}], "image": {"id": "37f81232-fc35-4d94-81a2-c5d6ebdf90df", "links": [{"href": "http://172.30.9.21:8774/images/37f81232-fc35-4d94-81a2-c5d6ebdf90df", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "61cef0a9-a10c-4637-a2b4-11af746f84a8", "links": [{"href": "http://172.30.9.21:8774/flavors/61cef0a9-a10c-4637-a2b4-11af746f84a8", "rel": "bookmark"}]}, "id": "e2dfb149-a4be-47c3-b7c0-b69ce64de327", "security_groups": [{"name": "cloudify_ims-sg_b8044517-429e-4a8c-975b-6828183c76b0"}], "user_id": "2cc1e6cd1d5d477497b8e2e005350b12", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T09:04:59Z", "hostId": "114462cd5435ddf17396a6305201ffaf54cdd3d2e0861ab8086675e1", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_b8044517-429e-4a8c-975b-6828183c76b0", "name": "cloudify_ims-vm_b8044517-429e-4a8c-975b-6828183c76b0", "created": "2018-08-12T09:04:57Z", "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:06:34,517 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-6f730e8f-549e-4f5d-b96c-f4d5e0b0bff0 2018-08-12 09:06:34,517 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.56075501442s 2018-08-12 09:06:34,518 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-6f730e8f-549e-4f5d-b96c-f4d5e0b0bff0 2018-08-12 09:06:34,522 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:06:36,525 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:06:36,528 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c668290d9c72147a094047a9af54f9d559becb08" 2018-08-12 09:06:37,731 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:06: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-2825cc12-dfb9-4bdb-a15f-c58784b75a01 x-compute-request-id: req-2825cc12-dfb9-4bdb-a15f-c58784b75a01 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e2dfb149-a4be-47c3-b7c0-b69ce64de327", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e2dfb149-a4be-47c3-b7c0-b69ce64de327", "rel": "bookmark"}], "image": {"id": "37f81232-fc35-4d94-81a2-c5d6ebdf90df", "links": [{"href": "http://172.30.9.21:8774/images/37f81232-fc35-4d94-81a2-c5d6ebdf90df", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "61cef0a9-a10c-4637-a2b4-11af746f84a8", "links": [{"href": "http://172.30.9.21:8774/flavors/61cef0a9-a10c-4637-a2b4-11af746f84a8", "rel": "bookmark"}]}, "id": "e2dfb149-a4be-47c3-b7c0-b69ce64de327", "security_groups": [{"name": "cloudify_ims-sg_b8044517-429e-4a8c-975b-6828183c76b0"}], "user_id": "2cc1e6cd1d5d477497b8e2e005350b12", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T09:04:59Z", "hostId": "114462cd5435ddf17396a6305201ffaf54cdd3d2e0861ab8086675e1", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_b8044517-429e-4a8c-975b-6828183c76b0", "name": "cloudify_ims-vm_b8044517-429e-4a8c-975b-6828183c76b0", "created": "2018-08-12T09:04:57Z", "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:06:37,731 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-2825cc12-dfb9-4bdb-a15f-c58784b75a01 2018-08-12 09:06:37,731 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.20629000664s 2018-08-12 09:06:37,731 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-2825cc12-dfb9-4bdb-a15f-c58784b75a01 2018-08-12 09:06:37,736 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:06:39,737 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:06:39,740 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c668290d9c72147a094047a9af54f9d559becb08" 2018-08-12 09:06:40,327 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09: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,Accept-Encoding x-openstack-request-id: req-5b1b4134-6fb9-4992-9796-d9c0da8d8ff1 x-compute-request-id: req-5b1b4134-6fb9-4992-9796-d9c0da8d8ff1 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e2dfb149-a4be-47c3-b7c0-b69ce64de327", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e2dfb149-a4be-47c3-b7c0-b69ce64de327", "rel": "bookmark"}], "image": {"id": "37f81232-fc35-4d94-81a2-c5d6ebdf90df", "links": [{"href": "http://172.30.9.21:8774/images/37f81232-fc35-4d94-81a2-c5d6ebdf90df", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "61cef0a9-a10c-4637-a2b4-11af746f84a8", "links": [{"href": "http://172.30.9.21:8774/flavors/61cef0a9-a10c-4637-a2b4-11af746f84a8", "rel": "bookmark"}]}, "id": "e2dfb149-a4be-47c3-b7c0-b69ce64de327", "security_groups": [{"name": "cloudify_ims-sg_b8044517-429e-4a8c-975b-6828183c76b0"}], "user_id": "2cc1e6cd1d5d477497b8e2e005350b12", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T09:04:59Z", "hostId": "114462cd5435ddf17396a6305201ffaf54cdd3d2e0861ab8086675e1", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_b8044517-429e-4a8c-975b-6828183c76b0", "name": "cloudify_ims-vm_b8044517-429e-4a8c-975b-6828183c76b0", "created": "2018-08-12T09:04:57Z", "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:06:40,327 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-5b1b4134-6fb9-4992-9796-d9c0da8d8ff1 2018-08-12 09:06:40,327 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.590487957001s 2018-08-12 09:06:40,328 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-5b1b4134-6fb9-4992-9796-d9c0da8d8ff1 2018-08-12 09:06:40,332 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:06:42,334 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:06:42,337 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c668290d9c72147a094047a9af54f9d559becb08" 2018-08-12 09:06:43,276 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09: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-d4fbd2a8-6667-423c-a1c8-88f186506948 x-compute-request-id: req-d4fbd2a8-6667-423c-a1c8-88f186506948 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e2dfb149-a4be-47c3-b7c0-b69ce64de327", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e2dfb149-a4be-47c3-b7c0-b69ce64de327", "rel": "bookmark"}], "image": {"id": "37f81232-fc35-4d94-81a2-c5d6ebdf90df", "links": [{"href": "http://172.30.9.21:8774/images/37f81232-fc35-4d94-81a2-c5d6ebdf90df", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "61cef0a9-a10c-4637-a2b4-11af746f84a8", "links": [{"href": "http://172.30.9.21:8774/flavors/61cef0a9-a10c-4637-a2b4-11af746f84a8", "rel": "bookmark"}]}, "id": "e2dfb149-a4be-47c3-b7c0-b69ce64de327", "security_groups": [{"name": "cloudify_ims-sg_b8044517-429e-4a8c-975b-6828183c76b0"}], "user_id": "2cc1e6cd1d5d477497b8e2e005350b12", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T09:04:59Z", "hostId": "114462cd5435ddf17396a6305201ffaf54cdd3d2e0861ab8086675e1", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_b8044517-429e-4a8c-975b-6828183c76b0", "name": "cloudify_ims-vm_b8044517-429e-4a8c-975b-6828183c76b0", "created": "2018-08-12T09:04:57Z", "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:06:43,277 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-d4fbd2a8-6667-423c-a1c8-88f186506948 2018-08-12 09:06:43,277 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.942250967026s 2018-08-12 09:06:43,277 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-d4fbd2a8-6667-423c-a1c8-88f186506948 2018-08-12 09:06:43,281 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:06:45,283 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:06:45,286 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c668290d9c72147a094047a9af54f9d559becb08" 2018-08-12 09:06:45,844 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:06: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-f0a538cf-8753-4173-bbef-27ee9d0e75cf x-compute-request-id: req-f0a538cf-8753-4173-bbef-27ee9d0e75cf Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e2dfb149-a4be-47c3-b7c0-b69ce64de327", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e2dfb149-a4be-47c3-b7c0-b69ce64de327", "rel": "bookmark"}], "image": {"id": "37f81232-fc35-4d94-81a2-c5d6ebdf90df", "links": [{"href": "http://172.30.9.21:8774/images/37f81232-fc35-4d94-81a2-c5d6ebdf90df", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "61cef0a9-a10c-4637-a2b4-11af746f84a8", "links": [{"href": "http://172.30.9.21:8774/flavors/61cef0a9-a10c-4637-a2b4-11af746f84a8", "rel": "bookmark"}]}, "id": "e2dfb149-a4be-47c3-b7c0-b69ce64de327", "security_groups": [{"name": "cloudify_ims-sg_b8044517-429e-4a8c-975b-6828183c76b0"}], "user_id": "2cc1e6cd1d5d477497b8e2e005350b12", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T09:04:59Z", "hostId": "114462cd5435ddf17396a6305201ffaf54cdd3d2e0861ab8086675e1", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_b8044517-429e-4a8c-975b-6828183c76b0", "name": "cloudify_ims-vm_b8044517-429e-4a8c-975b-6828183c76b0", "created": "2018-08-12T09:04:57Z", "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:06:45,844 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-f0a538cf-8753-4173-bbef-27ee9d0e75cf 2018-08-12 09:06:45,844 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.560685157776s 2018-08-12 09:06:45,845 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-f0a538cf-8753-4173-bbef-27ee9d0e75cf 2018-08-12 09:06:45,849 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:06:47,851 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:06:47,854 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c668290d9c72147a094047a9af54f9d559becb08" 2018-08-12 09:06:48,423 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:06: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-d3c0b992-f54a-43f3-8619-6541679d692d x-compute-request-id: req-d3c0b992-f54a-43f3-8619-6541679d692d Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e2dfb149-a4be-47c3-b7c0-b69ce64de327", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e2dfb149-a4be-47c3-b7c0-b69ce64de327", "rel": "bookmark"}], "image": {"id": "37f81232-fc35-4d94-81a2-c5d6ebdf90df", "links": [{"href": "http://172.30.9.21:8774/images/37f81232-fc35-4d94-81a2-c5d6ebdf90df", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "61cef0a9-a10c-4637-a2b4-11af746f84a8", "links": [{"href": "http://172.30.9.21:8774/flavors/61cef0a9-a10c-4637-a2b4-11af746f84a8", "rel": "bookmark"}]}, "id": "e2dfb149-a4be-47c3-b7c0-b69ce64de327", "security_groups": [{"name": "cloudify_ims-sg_b8044517-429e-4a8c-975b-6828183c76b0"}], "user_id": "2cc1e6cd1d5d477497b8e2e005350b12", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T09:04:59Z", "hostId": "114462cd5435ddf17396a6305201ffaf54cdd3d2e0861ab8086675e1", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_b8044517-429e-4a8c-975b-6828183c76b0", "name": "cloudify_ims-vm_b8044517-429e-4a8c-975b-6828183c76b0", "created": "2018-08-12T09:04:57Z", "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:06:48,424 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-d3c0b992-f54a-43f3-8619-6541679d692d 2018-08-12 09:06:48,424 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.572089910507s 2018-08-12 09:06:48,424 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-d3c0b992-f54a-43f3-8619-6541679d692d 2018-08-12 09:06:48,428 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:06:50,430 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:06:50,434 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c668290d9c72147a094047a9af54f9d559becb08" 2018-08-12 09:06:50,969 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:06:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f5a1f56b-b15a-40dd-962d-941493f8e554 x-compute-request-id: req-f5a1f56b-b15a-40dd-962d-941493f8e554 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e2dfb149-a4be-47c3-b7c0-b69ce64de327", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e2dfb149-a4be-47c3-b7c0-b69ce64de327", "rel": "bookmark"}], "image": {"id": "37f81232-fc35-4d94-81a2-c5d6ebdf90df", "links": [{"href": "http://172.30.9.21:8774/images/37f81232-fc35-4d94-81a2-c5d6ebdf90df", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "61cef0a9-a10c-4637-a2b4-11af746f84a8", "links": [{"href": "http://172.30.9.21:8774/flavors/61cef0a9-a10c-4637-a2b4-11af746f84a8", "rel": "bookmark"}]}, "id": "e2dfb149-a4be-47c3-b7c0-b69ce64de327", "security_groups": [{"name": "cloudify_ims-sg_b8044517-429e-4a8c-975b-6828183c76b0"}], "user_id": "2cc1e6cd1d5d477497b8e2e005350b12", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T09:04:59Z", "hostId": "114462cd5435ddf17396a6305201ffaf54cdd3d2e0861ab8086675e1", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_b8044517-429e-4a8c-975b-6828183c76b0", "name": "cloudify_ims-vm_b8044517-429e-4a8c-975b-6828183c76b0", "created": "2018-08-12T09:04:57Z", "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:06:50,970 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-f5a1f56b-b15a-40dd-962d-941493f8e554 2018-08-12 09:06:50,970 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.538984060287s 2018-08-12 09:06:50,970 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-f5a1f56b-b15a-40dd-962d-941493f8e554 2018-08-12 09:06:50,974 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:06:52,976 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:06:52,979 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c668290d9c72147a094047a9af54f9d559becb08" 2018-08-12 09:06:53,500 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:06: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-d97be225-fe4b-4b64-8704-d916e6c3f79b x-compute-request-id: req-d97be225-fe4b-4b64-8704-d916e6c3f79b Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e2dfb149-a4be-47c3-b7c0-b69ce64de327", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e2dfb149-a4be-47c3-b7c0-b69ce64de327", "rel": "bookmark"}], "image": {"id": "37f81232-fc35-4d94-81a2-c5d6ebdf90df", "links": [{"href": "http://172.30.9.21:8774/images/37f81232-fc35-4d94-81a2-c5d6ebdf90df", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "61cef0a9-a10c-4637-a2b4-11af746f84a8", "links": [{"href": "http://172.30.9.21:8774/flavors/61cef0a9-a10c-4637-a2b4-11af746f84a8", "rel": "bookmark"}]}, "id": "e2dfb149-a4be-47c3-b7c0-b69ce64de327", "security_groups": [{"name": "cloudify_ims-sg_b8044517-429e-4a8c-975b-6828183c76b0"}], "user_id": "2cc1e6cd1d5d477497b8e2e005350b12", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T09:04:59Z", "hostId": "114462cd5435ddf17396a6305201ffaf54cdd3d2e0861ab8086675e1", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_b8044517-429e-4a8c-975b-6828183c76b0", "name": "cloudify_ims-vm_b8044517-429e-4a8c-975b-6828183c76b0", "created": "2018-08-12T09:04:57Z", "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:06:53,501 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-d97be225-fe4b-4b64-8704-d916e6c3f79b 2018-08-12 09:06:53,501 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.52431511879s 2018-08-12 09:06:53,501 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-d97be225-fe4b-4b64-8704-d916e6c3f79b 2018-08-12 09:06:53,505 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:06:55,508 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:06:55,511 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c668290d9c72147a094047a9af54f9d559becb08" 2018-08-12 09:06:56,077 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:06:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-152c37e9-ff64-48a6-9935-434ae518e229 x-compute-request-id: req-152c37e9-ff64-48a6-9935-434ae518e229 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e2dfb149-a4be-47c3-b7c0-b69ce64de327", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e2dfb149-a4be-47c3-b7c0-b69ce64de327", "rel": "bookmark"}], "image": {"id": "37f81232-fc35-4d94-81a2-c5d6ebdf90df", "links": [{"href": "http://172.30.9.21:8774/images/37f81232-fc35-4d94-81a2-c5d6ebdf90df", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "61cef0a9-a10c-4637-a2b4-11af746f84a8", "links": [{"href": "http://172.30.9.21:8774/flavors/61cef0a9-a10c-4637-a2b4-11af746f84a8", "rel": "bookmark"}]}, "id": "e2dfb149-a4be-47c3-b7c0-b69ce64de327", "security_groups": [{"name": "cloudify_ims-sg_b8044517-429e-4a8c-975b-6828183c76b0"}], "user_id": "2cc1e6cd1d5d477497b8e2e005350b12", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T09:04:59Z", "hostId": "114462cd5435ddf17396a6305201ffaf54cdd3d2e0861ab8086675e1", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_b8044517-429e-4a8c-975b-6828183c76b0", "name": "cloudify_ims-vm_b8044517-429e-4a8c-975b-6828183c76b0", "created": "2018-08-12T09:04:57Z", "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:06:56,077 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-152c37e9-ff64-48a6-9935-434ae518e229 2018-08-12 09:06:56,077 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.569154977798s 2018-08-12 09:06:56,077 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-152c37e9-ff64-48a6-9935-434ae518e229 2018-08-12 09:06:56,081 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:06:58,084 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:06:58,087 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c668290d9c72147a094047a9af54f9d559becb08" 2018-08-12 09:06:58,633 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:06:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-284f0f78-45c4-445a-8d80-5cb3472e890c x-compute-request-id: req-284f0f78-45c4-445a-8d80-5cb3472e890c Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e2dfb149-a4be-47c3-b7c0-b69ce64de327", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e2dfb149-a4be-47c3-b7c0-b69ce64de327", "rel": "bookmark"}], "image": {"id": "37f81232-fc35-4d94-81a2-c5d6ebdf90df", "links": [{"href": "http://172.30.9.21:8774/images/37f81232-fc35-4d94-81a2-c5d6ebdf90df", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "61cef0a9-a10c-4637-a2b4-11af746f84a8", "links": [{"href": "http://172.30.9.21:8774/flavors/61cef0a9-a10c-4637-a2b4-11af746f84a8", "rel": "bookmark"}]}, "id": "e2dfb149-a4be-47c3-b7c0-b69ce64de327", "security_groups": [{"name": "cloudify_ims-sg_b8044517-429e-4a8c-975b-6828183c76b0"}], "user_id": "2cc1e6cd1d5d477497b8e2e005350b12", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T09:04:59Z", "hostId": "114462cd5435ddf17396a6305201ffaf54cdd3d2e0861ab8086675e1", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_b8044517-429e-4a8c-975b-6828183c76b0", "name": "cloudify_ims-vm_b8044517-429e-4a8c-975b-6828183c76b0", "created": "2018-08-12T09:04:57Z", "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:06:58,633 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-284f0f78-45c4-445a-8d80-5cb3472e890c 2018-08-12 09:06:58,634 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.549316167831s 2018-08-12 09:06:58,634 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-284f0f78-45c4-445a-8d80-5cb3472e890c 2018-08-12 09:06:58,638 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:07:00,640 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:07:00,643 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c668290d9c72147a094047a9af54f9d559becb08" 2018-08-12 09:07:01,204 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:07:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fbc2b51f-797b-4ea8-9bcb-2cde2e5313e2 x-compute-request-id: req-fbc2b51f-797b-4ea8-9bcb-2cde2e5313e2 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e2dfb149-a4be-47c3-b7c0-b69ce64de327", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e2dfb149-a4be-47c3-b7c0-b69ce64de327", "rel": "bookmark"}], "image": {"id": "37f81232-fc35-4d94-81a2-c5d6ebdf90df", "links": [{"href": "http://172.30.9.21:8774/images/37f81232-fc35-4d94-81a2-c5d6ebdf90df", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "61cef0a9-a10c-4637-a2b4-11af746f84a8", "links": [{"href": "http://172.30.9.21:8774/flavors/61cef0a9-a10c-4637-a2b4-11af746f84a8", "rel": "bookmark"}]}, "id": "e2dfb149-a4be-47c3-b7c0-b69ce64de327", "security_groups": [{"name": "cloudify_ims-sg_b8044517-429e-4a8c-975b-6828183c76b0"}], "user_id": "2cc1e6cd1d5d477497b8e2e005350b12", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T09:04:59Z", "hostId": "114462cd5435ddf17396a6305201ffaf54cdd3d2e0861ab8086675e1", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_b8044517-429e-4a8c-975b-6828183c76b0", "name": "cloudify_ims-vm_b8044517-429e-4a8c-975b-6828183c76b0", "created": "2018-08-12T09:04:57Z", "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:07:01,204 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-fbc2b51f-797b-4ea8-9bcb-2cde2e5313e2 2018-08-12 09:07:01,205 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.564113140106s 2018-08-12 09:07:01,205 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-fbc2b51f-797b-4ea8-9bcb-2cde2e5313e2 2018-08-12 09:07:01,208 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:07:03,211 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:07:03,214 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c668290d9c72147a094047a9af54f9d559becb08" 2018-08-12 09:07:03,764 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:07:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c9cc1ccd-3876-4883-8494-9f18df7c763d x-compute-request-id: req-c9cc1ccd-3876-4883-8494-9f18df7c763d Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e2dfb149-a4be-47c3-b7c0-b69ce64de327", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e2dfb149-a4be-47c3-b7c0-b69ce64de327", "rel": "bookmark"}], "image": {"id": "37f81232-fc35-4d94-81a2-c5d6ebdf90df", "links": [{"href": "http://172.30.9.21:8774/images/37f81232-fc35-4d94-81a2-c5d6ebdf90df", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "61cef0a9-a10c-4637-a2b4-11af746f84a8", "links": [{"href": "http://172.30.9.21:8774/flavors/61cef0a9-a10c-4637-a2b4-11af746f84a8", "rel": "bookmark"}]}, "id": "e2dfb149-a4be-47c3-b7c0-b69ce64de327", "security_groups": [{"name": "cloudify_ims-sg_b8044517-429e-4a8c-975b-6828183c76b0"}], "user_id": "2cc1e6cd1d5d477497b8e2e005350b12", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T09:04:59Z", "hostId": "114462cd5435ddf17396a6305201ffaf54cdd3d2e0861ab8086675e1", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_b8044517-429e-4a8c-975b-6828183c76b0", "name": "cloudify_ims-vm_b8044517-429e-4a8c-975b-6828183c76b0", "created": "2018-08-12T09:04:57Z", "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:07:03,764 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-c9cc1ccd-3876-4883-8494-9f18df7c763d 2018-08-12 09:07:03,764 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.5529088974s 2018-08-12 09:07:03,765 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-c9cc1ccd-3876-4883-8494-9f18df7c763d 2018-08-12 09:07:03,768 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:07:05,771 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:07:05,774 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c668290d9c72147a094047a9af54f9d559becb08" 2018-08-12 09:07:06,145 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:07: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-69dda8f8-f742-4686-8321-92f086cc58fd x-compute-request-id: req-69dda8f8-f742-4686-8321-92f086cc58fd Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e2dfb149-a4be-47c3-b7c0-b69ce64de327", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e2dfb149-a4be-47c3-b7c0-b69ce64de327", "rel": "bookmark"}], "image": {"id": "37f81232-fc35-4d94-81a2-c5d6ebdf90df", "links": [{"href": "http://172.30.9.21:8774/images/37f81232-fc35-4d94-81a2-c5d6ebdf90df", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "61cef0a9-a10c-4637-a2b4-11af746f84a8", "links": [{"href": "http://172.30.9.21:8774/flavors/61cef0a9-a10c-4637-a2b4-11af746f84a8", "rel": "bookmark"}]}, "id": "e2dfb149-a4be-47c3-b7c0-b69ce64de327", "security_groups": [{"name": "cloudify_ims-sg_b8044517-429e-4a8c-975b-6828183c76b0"}], "user_id": "2cc1e6cd1d5d477497b8e2e005350b12", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T09:04:59Z", "hostId": "114462cd5435ddf17396a6305201ffaf54cdd3d2e0861ab8086675e1", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_b8044517-429e-4a8c-975b-6828183c76b0", "name": "cloudify_ims-vm_b8044517-429e-4a8c-975b-6828183c76b0", "created": "2018-08-12T09:04:57Z", "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:07:06,145 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-69dda8f8-f742-4686-8321-92f086cc58fd 2018-08-12 09:07:06,146 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.37423992157s 2018-08-12 09:07:06,146 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-69dda8f8-f742-4686-8321-92f086cc58fd 2018-08-12 09:07:06,150 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:07:08,152 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:07:08,155 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c668290d9c72147a094047a9af54f9d559becb08" 2018-08-12 09:07:08,933 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:07:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d1ba4a14-9b3e-4f4e-a12c-3dc9e6109262 x-compute-request-id: req-d1ba4a14-9b3e-4f4e-a12c-3dc9e6109262 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e2dfb149-a4be-47c3-b7c0-b69ce64de327", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e2dfb149-a4be-47c3-b7c0-b69ce64de327", "rel": "bookmark"}], "image": {"id": "37f81232-fc35-4d94-81a2-c5d6ebdf90df", "links": [{"href": "http://172.30.9.21:8774/images/37f81232-fc35-4d94-81a2-c5d6ebdf90df", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "61cef0a9-a10c-4637-a2b4-11af746f84a8", "links": [{"href": "http://172.30.9.21:8774/flavors/61cef0a9-a10c-4637-a2b4-11af746f84a8", "rel": "bookmark"}]}, "id": "e2dfb149-a4be-47c3-b7c0-b69ce64de327", "security_groups": [{"name": "cloudify_ims-sg_b8044517-429e-4a8c-975b-6828183c76b0"}], "user_id": "2cc1e6cd1d5d477497b8e2e005350b12", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T09:04:59Z", "hostId": "114462cd5435ddf17396a6305201ffaf54cdd3d2e0861ab8086675e1", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_b8044517-429e-4a8c-975b-6828183c76b0", "name": "cloudify_ims-vm_b8044517-429e-4a8c-975b-6828183c76b0", "created": "2018-08-12T09:04:57Z", "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:07:08,933 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-d1ba4a14-9b3e-4f4e-a12c-3dc9e6109262 2018-08-12 09:07:08,933 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.780848026276s 2018-08-12 09:07:08,934 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-d1ba4a14-9b3e-4f4e-a12c-3dc9e6109262 2018-08-12 09:07:08,938 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:07:10,940 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:07:10,943 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c668290d9c72147a094047a9af54f9d559becb08" 2018-08-12 09:07:12,054 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:07:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2d21b6ac-ae6a-4df4-ba8e-2765e912b994 x-compute-request-id: req-2d21b6ac-ae6a-4df4-ba8e-2765e912b994 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e2dfb149-a4be-47c3-b7c0-b69ce64de327", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e2dfb149-a4be-47c3-b7c0-b69ce64de327", "rel": "bookmark"}], "image": {"id": "37f81232-fc35-4d94-81a2-c5d6ebdf90df", "links": [{"href": "http://172.30.9.21:8774/images/37f81232-fc35-4d94-81a2-c5d6ebdf90df", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "61cef0a9-a10c-4637-a2b4-11af746f84a8", "links": [{"href": "http://172.30.9.21:8774/flavors/61cef0a9-a10c-4637-a2b4-11af746f84a8", "rel": "bookmark"}]}, "id": "e2dfb149-a4be-47c3-b7c0-b69ce64de327", "security_groups": [{"name": "cloudify_ims-sg_b8044517-429e-4a8c-975b-6828183c76b0"}], "user_id": "2cc1e6cd1d5d477497b8e2e005350b12", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T09:04:59Z", "hostId": "114462cd5435ddf17396a6305201ffaf54cdd3d2e0861ab8086675e1", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_b8044517-429e-4a8c-975b-6828183c76b0", "name": "cloudify_ims-vm_b8044517-429e-4a8c-975b-6828183c76b0", "created": "2018-08-12T09:04:57Z", "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:07:12,055 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-2d21b6ac-ae6a-4df4-ba8e-2765e912b994 2018-08-12 09:07:12,055 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.11459684372s 2018-08-12 09:07:12,055 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-2d21b6ac-ae6a-4df4-ba8e-2765e912b994 2018-08-12 09:07:12,059 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:07:14,062 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:07:14,065 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c668290d9c72147a094047a9af54f9d559becb08" 2018-08-12 09:07:14,654 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:07:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4f4a298f-35d4-43f2-9d2a-8fe6e76ad62d x-compute-request-id: req-4f4a298f-35d4-43f2-9d2a-8fe6e76ad62d Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e2dfb149-a4be-47c3-b7c0-b69ce64de327", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e2dfb149-a4be-47c3-b7c0-b69ce64de327", "rel": "bookmark"}], "image": {"id": "37f81232-fc35-4d94-81a2-c5d6ebdf90df", "links": [{"href": "http://172.30.9.21:8774/images/37f81232-fc35-4d94-81a2-c5d6ebdf90df", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "61cef0a9-a10c-4637-a2b4-11af746f84a8", "links": [{"href": "http://172.30.9.21:8774/flavors/61cef0a9-a10c-4637-a2b4-11af746f84a8", "rel": "bookmark"}]}, "id": "e2dfb149-a4be-47c3-b7c0-b69ce64de327", "security_groups": [{"name": "cloudify_ims-sg_b8044517-429e-4a8c-975b-6828183c76b0"}], "user_id": "2cc1e6cd1d5d477497b8e2e005350b12", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T09:04:59Z", "hostId": "114462cd5435ddf17396a6305201ffaf54cdd3d2e0861ab8086675e1", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_b8044517-429e-4a8c-975b-6828183c76b0", "name": "cloudify_ims-vm_b8044517-429e-4a8c-975b-6828183c76b0", "created": "2018-08-12T09:04:57Z", "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:07:14,654 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-4f4a298f-35d4-43f2-9d2a-8fe6e76ad62d 2018-08-12 09:07:14,654 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.592190980911s 2018-08-12 09:07:14,655 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-4f4a298f-35d4-43f2-9d2a-8fe6e76ad62d 2018-08-12 09:07:14,658 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:07:16,661 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:07:16,664 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c668290d9c72147a094047a9af54f9d559becb08" 2018-08-12 09:07:17,183 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:07:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ea74ae03-17e7-4d9c-84a1-99945915e084 x-compute-request-id: req-ea74ae03-17e7-4d9c-84a1-99945915e084 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e2dfb149-a4be-47c3-b7c0-b69ce64de327", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e2dfb149-a4be-47c3-b7c0-b69ce64de327", "rel": "bookmark"}], "image": {"id": "37f81232-fc35-4d94-81a2-c5d6ebdf90df", "links": [{"href": "http://172.30.9.21:8774/images/37f81232-fc35-4d94-81a2-c5d6ebdf90df", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "61cef0a9-a10c-4637-a2b4-11af746f84a8", "links": [{"href": "http://172.30.9.21:8774/flavors/61cef0a9-a10c-4637-a2b4-11af746f84a8", "rel": "bookmark"}]}, "id": "e2dfb149-a4be-47c3-b7c0-b69ce64de327", "security_groups": [{"name": "cloudify_ims-sg_b8044517-429e-4a8c-975b-6828183c76b0"}], "user_id": "2cc1e6cd1d5d477497b8e2e005350b12", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T09:04:59Z", "hostId": "114462cd5435ddf17396a6305201ffaf54cdd3d2e0861ab8086675e1", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_b8044517-429e-4a8c-975b-6828183c76b0", "name": "cloudify_ims-vm_b8044517-429e-4a8c-975b-6828183c76b0", "created": "2018-08-12T09:04:57Z", "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:07:17,183 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-ea74ae03-17e7-4d9c-84a1-99945915e084 2018-08-12 09:07:17,184 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.522541999817s 2018-08-12 09:07:17,184 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-ea74ae03-17e7-4d9c-84a1-99945915e084 2018-08-12 09:07:17,188 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:07:19,191 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:07:19,192 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c668290d9c72147a094047a9af54f9d559becb08" 2018-08-12 09:07:19,568 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:07: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-269b179a-d354-460d-bc94-47ce8c79c0cc x-compute-request-id: req-269b179a-d354-460d-bc94-47ce8c79c0cc Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e2dfb149-a4be-47c3-b7c0-b69ce64de327", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e2dfb149-a4be-47c3-b7c0-b69ce64de327", "rel": "bookmark"}], "image": {"id": "37f81232-fc35-4d94-81a2-c5d6ebdf90df", "links": [{"href": "http://172.30.9.21:8774/images/37f81232-fc35-4d94-81a2-c5d6ebdf90df", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "61cef0a9-a10c-4637-a2b4-11af746f84a8", "links": [{"href": "http://172.30.9.21:8774/flavors/61cef0a9-a10c-4637-a2b4-11af746f84a8", "rel": "bookmark"}]}, "id": "e2dfb149-a4be-47c3-b7c0-b69ce64de327", "security_groups": [{"name": "cloudify_ims-sg_b8044517-429e-4a8c-975b-6828183c76b0"}], "user_id": "2cc1e6cd1d5d477497b8e2e005350b12", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T09:04:59Z", "hostId": "114462cd5435ddf17396a6305201ffaf54cdd3d2e0861ab8086675e1", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_b8044517-429e-4a8c-975b-6828183c76b0", "name": "cloudify_ims-vm_b8044517-429e-4a8c-975b-6828183c76b0", "created": "2018-08-12T09:04:57Z", "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:07:19,568 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-269b179a-d354-460d-bc94-47ce8c79c0cc 2018-08-12 09:07:19,568 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.377315044403s 2018-08-12 09:07:19,568 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-269b179a-d354-460d-bc94-47ce8c79c0cc 2018-08-12 09:07:19,571 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:07:21,573 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:07:21,575 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c668290d9c72147a094047a9af54f9d559becb08" 2018-08-12 09:07:22,098 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:07:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c34e3c42-21f0-420c-a9c8-1533551e4899 x-compute-request-id: req-c34e3c42-21f0-420c-a9c8-1533551e4899 Content-Encoding: gzip Content-Length: 748 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cloudify_ims-net_b8044517-429e-4a8c-975b-6828183c76b0": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3a:81:a4", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e2dfb149-a4be-47c3-b7c0-b69ce64de327", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e2dfb149-a4be-47c3-b7c0-b69ce64de327", "rel": "bookmark"}], "image": {"id": "37f81232-fc35-4d94-81a2-c5d6ebdf90df", "links": [{"href": "http://172.30.9.21:8774/images/37f81232-fc35-4d94-81a2-c5d6ebdf90df", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:07:19.000000", "flavor": {"id": "61cef0a9-a10c-4637-a2b4-11af746f84a8", "links": [{"href": "http://172.30.9.21:8774/flavors/61cef0a9-a10c-4637-a2b4-11af746f84a8", "rel": "bookmark"}]}, "id": "e2dfb149-a4be-47c3-b7c0-b69ce64de327", "security_groups": [{"name": "cloudify_ims-sg_b8044517-429e-4a8c-975b-6828183c76b0"}], "user_id": "2cc1e6cd1d5d477497b8e2e005350b12", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:07:19Z", "hostId": "114462cd5435ddf17396a6305201ffaf54cdd3d2e0861ab8086675e1", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_b8044517-429e-4a8c-975b-6828183c76b0", "name": "cloudify_ims-vm_b8044517-429e-4a8c-975b-6828183c76b0", "created": "2018-08-12T09:04:57Z", "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:07:22,098 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-c34e3c42-21f0-420c-a9c8-1533551e4899 2018-08-12 09:07:22,098 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.524882078171s 2018-08-12 09:07:22,098 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-c34e3c42-21f0-420c-a9c8-1533551e4899 2018-08-12 09:07:22,101 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-12 09:07:22,101 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/ports.json?device_id=e2dfb149-a4be-47c3-b7c0-b69ce64de327" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c668290d9c72147a094047a9af54f9d559becb08" 2018-08-12 09:07:22,294 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-e74d9655-4610-478a-9f41-5580083e8988 Date: Sun, 12 Aug 2018 09:07:22 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"6f6c0a11-7b33-4d5f-b952-3af22515a602","tenant_id":"d1803c5e965e47a48de43a49636ebe03","created_at":"2018-08-12T09:04:59Z","admin_state_up":true,"updated_at":"2018-08-12T09:07:19Z","binding:vnic_type":"normal","device_id":"e2dfb149-a4be-47c3-b7c0-b69ce64de327","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:3a:81:a4","id":"b033e8a1-695d-49c1-b851-0eed3ba5542d","port_security_enabled":true,"project_id":"d1803c5e965e47a48de43a49636ebe03","fixed_ips":[{"subnet_id":"8902d2bd-06c7-465f-9c9b-8b311940634f","ip_address":"192.168.120.5"}],"extra_dhcp_opts":[],"security_groups":["071aaddb-0b26-4172-bfcc-0633396f9e47"],"name":""}]} 2018-08-12 09:07:22,294 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=e2dfb149-a4be-47c3-b7c0-b69ce64de327 used request id req-e74d9655-4610-478a-9f41-5580083e8988 2018-08-12 09:07:22,294 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.192803144455s 2018-08-12 09:07:22,294 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=e2dfb149-a4be-47c3-b7c0-b69ce64de327 used request id req-e74d9655-4610-478a-9f41-5580083e8988 2018-08-12 09:07:22,297 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-12 09:07:22,298 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/floatingips.json?port_id=b033e8a1-695d-49c1-b851-0eed3ba5542d" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c668290d9c72147a094047a9af54f9d559becb08" 2018-08-12 09:07:22,316 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-a79e0b6a-623a-461e-a647-6cc86a10fd36 Date: Sun, 12 Aug 2018 09:07:22 GMT RESP BODY: {"floatingips": []} 2018-08-12 09:07:22,316 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=b033e8a1-695d-49c1-b851-0eed3ba5542d used request id req-a79e0b6a-623a-461e-a647-6cc86a10fd36 2018-08-12 09:07:22,316 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0183861255646s 2018-08-12 09:07:22,316 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=b033e8a1-695d-49c1-b851-0eed3ba5542d used request id req-a79e0b6a-623a-461e-a647-6cc86a10fd36 2018-08-12 09:07:22,316 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'cloudify_ims-net_b8044517-429e-4a8c-975b-6828183c76b0': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:3a:81:a4', 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'37f81232-fc35-4d94-81a2-c5d6ebdf90df'}), 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-12T09:07:19.000000', 'flavor': Munch({u'id': u'61cef0a9-a10c-4637-a2b4-11af746f84a8'}), 'az': u'nova', 'id': u'e2dfb149-a4be-47c3-b7c0-b69ce64de327', 'security_groups': [Munch({u'name': u'cloudify_ims-sg_b8044517-429e-4a8c-975b-6828183c76b0'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'2cc1e6cd1d5d477497b8e2e005350b12', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'd1803c5e965e47a48de43a49636ebe03', 'name': 'cloudify_ims-project_b8044517-429e-4a8c-975b-6828183c76b0', '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-12T09:07:19.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-12T09:07:19Z', 'hostId': u'114462cd5435ddf17396a6305201ffaf54cdd3d2e0861ab8086675e1', u'OS-SRV-USG:terminated_at': None, 'key_name': u'cloudify_ims-kp_b8044517-429e-4a8c-975b-6828183c76b0', 'public_v6': '', 'private_v4': u'192.168.120.5', 'cloud': 'envvars', 'host_id': u'114462cd5435ddf17396a6305201ffaf54cdd3d2e0861ab8086675e1', '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-12T09:07:19.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'd1803c5e965e47a48de43a49636ebe03', 'name': u'cloudify_ims-vm_b8044517-429e-4a8c-975b-6828183c76b0', 'adminPass': u'Se82CSGjQncF', 'tenant_id': u'd1803c5e965e47a48de43a49636ebe03', 'created_at': u'2018-08-12T09:04:57Z', 'created': u'2018-08-12T09:04:57Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-12 09:07:22,318 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 09:07:22,318 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c668290d9c72147a094047a9af54f9d559becb08" 2018-08-12 09:07:22,438 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-efc03ecf-81a9-41ed-9463-d55144459735 Date: Sun, 12 Aug 2018 09:07:22 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":["ec788992-fa73-45cc-a7d9-6d44542124c2"],"updated_at":"2018-08-12T05:35:20Z","tenant_id":"310f5853751a4c968f3eeb0a3d99a0a8","created_at":"2018-08-12T05:04:23Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":7,"admin_state_up":true,"shared":false,"project_id":"310f5853751a4c968f3eeb0a3d99a0a8","id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["8902d2bd-06c7-465f-9c9b-8b311940634f"],"updated_at":"2018-08-12T09:03:23Z","tenant_id":"d1803c5e965e47a48de43a49636ebe03","created_at":"2018-08-12T09:03:21Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"d1803c5e965e47a48de43a49636ebe03","id":"6f6c0a11-7b33-4d5f-b952-3af22515a602","name":"cloudify_ims-net_b8044517-429e-4a8c-975b-6828183c76b0"}]} 2018-08-12 09:07:22,438 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-efc03ecf-81a9-41ed-9463-d55144459735 2018-08-12 09:07:22,438 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.119926929474s 2018-08-12 09:07:22,438 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-efc03ecf-81a9-41ed-9463-d55144459735 2018-08-12 09:07:22,439 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-12 09:07:22,439 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/ports.json?device_id=e2dfb149-a4be-47c3-b7c0-b69ce64de327" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c668290d9c72147a094047a9af54f9d559becb08" 2018-08-12 09:07:22,502 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-f8670309-00e3-401c-81eb-b6a4a8843e14 Date: Sun, 12 Aug 2018 09:07:22 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"6f6c0a11-7b33-4d5f-b952-3af22515a602","tenant_id":"d1803c5e965e47a48de43a49636ebe03","created_at":"2018-08-12T09:04:59Z","admin_state_up":true,"updated_at":"2018-08-12T09:07:19Z","binding:vnic_type":"normal","device_id":"e2dfb149-a4be-47c3-b7c0-b69ce64de327","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:3a:81:a4","id":"b033e8a1-695d-49c1-b851-0eed3ba5542d","port_security_enabled":true,"project_id":"d1803c5e965e47a48de43a49636ebe03","fixed_ips":[{"subnet_id":"8902d2bd-06c7-465f-9c9b-8b311940634f","ip_address":"192.168.120.5"}],"extra_dhcp_opts":[],"security_groups":["071aaddb-0b26-4172-bfcc-0633396f9e47"],"name":""}]} 2018-08-12 09:07:22,503 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=e2dfb149-a4be-47c3-b7c0-b69ce64de327 used request id req-f8670309-00e3-401c-81eb-b6a4a8843e14 2018-08-12 09:07:22,503 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0636250972748s 2018-08-12 09:07:22,503 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=e2dfb149-a4be-47c3-b7c0-b69ce64de327 used request id req-f8670309-00e3-401c-81eb-b6a4a8843e14 2018-08-12 09:07:22,503 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-12 09:07:22,504 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}c668290d9c72147a094047a9af54f9d559becb08" -d '{"floatingip": {"floating_network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "fixed_ip_address": "192.168.120.5", "port_id": "b033e8a1-695d-49c1-b851-0eed3ba5542d"}}' 2018-08-12 09:07:24,364 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 553 X-Openstack-Request-Id: req-c6f513aa-c412-4cf9-b489-199ed9c8ea97 Date: Sun, 12 Aug 2018 09:07:24 GMT RESP BODY: {"floatingip": {"router_id": "c3561816-49f6-4141-ad72-465d55c10065", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-12T09:07:23Z", "floating_network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "fixed_ip_address": "192.168.120.5", "floating_ip_address": "172.30.9.202", "revision_number": 0, "port_id": "b033e8a1-695d-49c1-b851-0eed3ba5542d", "id": "6afe8b11-aa29-4182-90c7-c3bf5156f385", "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "created_at": "2018-08-12T09:07:23Z", "project_id": "d1803c5e965e47a48de43a49636ebe03"}} 2018-08-12 09:07:24,364 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-c6f513aa-c412-4cf9-b489-199ed9c8ea97 2018-08-12 09:07:24,364 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.86101508141s 2018-08-12 09:07:24,365 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-c6f513aa-c412-4cf9-b489-199ed9c8ea97 2018-08-12 09:07:24,374 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-12 09:07:24,375 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}c668290d9c72147a094047a9af54f9d559becb08" 2018-08-12 09:07:24,398 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 556 X-Openstack-Request-Id: req-806e2b44-1dba-4afe-9f3b-f6a69572884d Date: Sun, 12 Aug 2018 09:07:24 GMT RESP BODY: {"floatingips": [{"router_id": "c3561816-49f6-4141-ad72-465d55c10065", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-12T09:07:23Z", "floating_network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "fixed_ip_address": "192.168.120.5", "floating_ip_address": "172.30.9.202", "revision_number": 0, "port_id": "b033e8a1-695d-49c1-b851-0eed3ba5542d", "id": "6afe8b11-aa29-4182-90c7-c3bf5156f385", "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "created_at": "2018-08-12T09:07:23Z", "project_id": "d1803c5e965e47a48de43a49636ebe03"}]} 2018-08-12 09:07:24,398 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-806e2b44-1dba-4afe-9f3b-f6a69572884d 2018-08-12 09:07:24,398 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0239069461823s 2018-08-12 09:07:24,399 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-806e2b44-1dba-4afe-9f3b-f6a69572884d 2018-08-12 09:07:24,401 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'c3561816-49f6-4141-ad72-465d55c10065', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'd1803c5e965e47a48de43a49636ebe03', 'created_at': u'2018-08-12T09:07:23Z', 'attached': True, 'updated_at': u'2018-08-12T09:07:23Z', 'id': u'6afe8b11-aa29-4182-90c7-c3bf5156f385', 'floating_network_id': u'03886690-4630-4c4c-9ccb-7eedaa9b1fd3', 'fixed_ip_address': u'192.168.120.5', 'floating_ip_address': u'172.30.9.202', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'd1803c5e965e47a48de43a49636ebe03', 'name': 'cloudify_ims-project_b8044517-429e-4a8c-975b-6828183c76b0', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'c3561816-49f6-4141-ad72-465d55c10065', 'project_id': u'd1803c5e965e47a48de43a49636ebe03', 'port_id': u'b033e8a1-695d-49c1-b851-0eed3ba5542d', 'port': u'b033e8a1-695d-49c1-b851-0eed3ba5542d', 'network': u'03886690-4630-4c4c-9ccb-7eedaa9b1fd3'}) 2018-08-12 09:07:24,401 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-12 09:07:24,403 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/e2dfb149-a4be-47c3-b7c0-b69ce64de327/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}c668290d9c72147a094047a9af54f9d559becb08" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 09:07:24,555 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:07:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cc7e7786-c939-4e72-a4b4-19e4131ca4d5 x-compute-request-id: req-cc7e7786-c939-4e72-a4b4-19e4131ca4d5 Content-Encoding: gzip Content-Length: 10016 Content-Type: application/json RESP BODY: {"output": "[H[J[1;1H[?25l[m[H[J[1;1H[20;7H[mUse the ^ and v keys to change the selection. \n Press 'e' to edit the selected item, or 'c' for a command prompt. [4;80H [7m[4;1H CentOS Linux (3.10.0-514.16.1.el7.x86_64) 7 (Core) [m[4;79H[m[m[5;1H CentOS Linux (3.10.0-327.28.3.el7.x86_64) 7 (Core) [m[5;79H[m[m[6;1H CentOS Linux (0-rescue-56d65f493d8f854534fe792ecf014b83) 7 (Core) [m[6;79H[m[m[7;1H [m[7;79H[m[m[8;1H [m[8;79H[m[m[9;1H [m[9;79H[m[m[10;1H [m[10;79H[m[m[11;1H [m[11;79H[m[m[12;1H [m[12;79H[m[m[13;1H [m[13;79H[m[m[14;1H [m[14;79H[m[m[15;1H [m[15;79H[m[m[16;1H [m[16;79H[m[m[17;1H [m[17;79H[m[m[18;1H [m[18;79H[m[18;80H [4;79H[22;1H The selected entry will be started automatically in 1s. [4;79H[22;1H The selected entry will be started automatically in 0s. [4;79H[?25h[H[J[1;1H[H[J[1;1H[ 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 3.10.0-514.16.1.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #1 SMP Wed Apr 12 15:04:24 UTC 2017\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8\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-0x00000000bffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x00000000bffdc000-0x00000000bfffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable\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 = 0x140000 max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] e820: last_pfn = 0xbffdc max_arch_pfn = 0x400000000\n[ 0.000000] found SMP MP-table at [mem 0x000f6390-0x000f639f] mapped at [ffff8800000f6390]\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff]\n[ 0.000000] ACPI: RSDP 00000000000f6340 00014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 00000000bffe1351 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 00000000bffe11dd 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 00000000bffdfdc0 0141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 00000000bffdfd80 00040\n[ 0.000000] ACPI: APIC 00000000bffe12d1 00080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000013fffffff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x13fffffff]\n[ 0.000000] NODE_DATA [mem 0x13ffd7000-0x13fffdfff]\n[ 0.000000] Reserving 161MB of memory at 656MB for crashkernel (System RAM: 4095MB)\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 1:3ff87001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 2067716025 cycles\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal [mem 0x100000000-0x13fffffff]\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0xbffdbfff]\n[ 0.000000] node 0: [mem 0x100000000-0x13fffffff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\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 2 CPUs, 0 hotplug CPUs\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] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff]\n[ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037\n[ 0.000000] Policy zone: Normal\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form\n[ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2.\n[ 0.000000] NR_IRQS:327936 nr_irqs:440 0\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty0] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 16777216 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.313289] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912)\n[ 0.315489] pid_max: default: 32768 minimum: 301\n[ 0.316679] Security Framework initialized\n[ 0.317781] SELinux: Initializing.\n[ 0.319065] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.323668] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.326484] Mount-cache hash table entries: 4096\n[ 0.327904] Initializing cgroup subsys memory\n[ 0.329063] Initializing cgroup subsys devices\n[ 0.330212] Initializing cgroup subsys freezer\n[ 0.331359] Initializing cgroup subsys net_cls\n[ 0.332506] Initializing cgroup subsys blkio\n[ 0.333626] Initializing cgroup subsys perf_event\n[ 0.334809] Initializing cgroup subsys hugetlb\n[ 0.335952] Initializing cgroup subsys pids\n[ 0.337060] Initializing cgroup subsys net_prio\n[ 0.338284] CPU: Physical Processor ID: 0\n[ 0.340081] mce: CPU supports 10 MCE banks\n[ 0.341202] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.342483] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.343770] tlb_flushall_shift: 6\n[ 0.344940] Freeing SMP alternatives: 28k freed\n[ 0.348678] ACPI: Core revision 20130517\n[ 0.350203] ACPI: All ACPI Tables successfully acquired\n[ 0.351643] ftrace: allocating 25812 entries in 101 pages\n[ 0.372567] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.374097] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.375577] smpboot: Max logical packages: 2\n[ 0.376879] Enabling x2apic\n[ 0.377774] Enabled x2apic\n[ 0.378850] Switched APIC routing to physical x2apic.\n[ 0.380995] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.382478] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.385105] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.392426] KVM setup paravirtual spinlock\n[ 0.394707] smpboot: Booting Node 0, Processors #1 OK\n[ 0.396354] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.418161] Brought up 2 CPUs\n[ 0.418171] KVM setup async PF for cpu 1\n[ 0.418174] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.421277] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.423475] devtmpfs: initialized\n[ 0.426166] EVM: security.selinux\n[ 0.427156] EVM: security.ima\n[ 0.428064] EVM: security.capability\n[ 0.429715] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.431243] pinctrl core: initialized pinctrl subsystem\n[ 0.432621] NET: Registered protocol family 16\n[ 0.433978] ACPI: bus type PCI registered\n[ 0.435065] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.436579] PCI: Using configuration type 1 for base access\n[ 0.441281] ACPI: Added _OSI(Module Device)\n[ 0.442471] ACPI: Added _OSI(Processor Device)\n[ 0.443667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.444903] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.447356] ACPI: Interpreter enabled\n[ 0.448451] ACPI: (supports S0 S5)\n[ 0.449477] ACPI: Using IOAPIC for interrupt routing\n[ 0.450769] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.454822] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.456308] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.457900] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.459445] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.462331] acpiphp: Slot [3] registered\n[ 0.463461] acpiphp: Slot [4] registered\n[ 0.464590] acpiphp: Slot [5] registered\n[ 0.465712] acpiphp: Slot [6] registered\n[ 0.466835] acpiphp: Slot [7] registered\n[ 0.467952] acpiphp: Slot [8] registered\n[ 0.469068] acpiphp: Slot [9] registered\n[ 0.470183] acpiphp: Slot [10] registered\n[ 0.471313] acpiphp: Slot [11] registered\n[ 0.472447] acpiphp: Slot [12] registered\n[ 0.473585] acpiphp: Slot [13] registered\n[ 0.474723] acpiphp: Slot [14] registered\n[ 0.475859] acpiphp: Slot [15] registered\n[ 0.476995] acpiphp: Slot [16] registered\n[ 0.478130] acpiphp: Slot [17] registered\n[ 0.479286] acpiphp: Slot [18] registered\n[ 0.480439] acpiphp: Slot [19] registered\n[ 0.481593] acpiphp: Slot [20] registered\n[ 0.482774] acpiphp: Slot [21] registered\n[ 0.483873] acpiphp: Slot [22] registered\n[ 0.484961] acpiphp: Slot [23] registered\n[ 0.486046] acpiphp: Slot [24] registered\n[ 0.487147] acpiphp: Slot [25] registered\n[ 0.488240] acpiphp: Slot [26] registered\n[ 0.489334] acpiphp: Slot [27] registered\n[ 0.490427] acpiphp: Slot [28] registered\n[ 0.491516] acpiphp: Slot [29] registered\n[ 0.492597] acpiphp: Slot [30] registered\n[ 0.493680] acpiphp: Slot [31] registered\n[ 0.494759] PCI host bridge to bus 0000:00\n[ 0.495843] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.497142] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.498689] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.500180] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.502154] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.504131] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window]\n[ 0.508586] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.510162] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.511615] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.513159] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.517065] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.519385] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.543833] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.545642] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.547361] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.549084] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.551141] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.552735] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.554393] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.556487] vgaarb: loaded\n[ 0.557368] vgaarb: bridge control possible 0000:00:02.0\n[ 0.558785] SCSI subsystem initialized\n[ 0.559865] ACPI: bus type USB registered\n[ 0.560968] usbcore: registered new interface driver usbfs\n[ 0.562278] usbcore: registered new interface driver hub\n[ 0.563583] usbcore: registered new device driver usb\n[ 0.564997] PCI: Using ACPI for IRQ routing\n[ 0.566402] NetLabel: Initializing\n[ 0.567392] NetLabel: domain hash size = 128\n[ 0.568506] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.569743] NetLabel: unlabeled traffic allowed by default\n[ 0.571151] Switched to clocksource kvm-clock\n[ 0.579243] pnp: PnP ACPI init\n[ 0.580189] ACPI: bus type PNP registered\n[ 0.581601] pnp: PnP ACPI: found 5 devices\n[ 0.582687] ACPI: bus type PNP unregistered\n[ 0.590080] NET: Registered protocol family 2\n[ 0.591502] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.593673] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.595488] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.597025] TCP: reno registered\n[ 0.597979] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.599390] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.601007] NET: Registered protocol family 1\n[ 0.602585] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.604448] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.606288] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.626253] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.646327] Unpacking initramfs...\n[ 1.092840] Freeing initrd memory: 37508k freed\n[ 1.102433] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.104492] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.108120] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.110259] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.112572] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.114557] Initialise system trusted keyring\n[ 1.116094] audit: initializing netlink socket (disabled)\n[ 1.117883] type=2000 audit(1534064842.564:1): initialized\n[ 1.134492] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.136491] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.139307] zpool: loaded\n[ 1.140413] zbud: loaded\n[ 1.141672] VFS: Disk quotas dquot_6.5.2\n[ 1.143110] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.145286] msgmni has been set to 7578\n[ 1.146709] Key type big_key registered\n[ 1.148857] NET: Registered protocol family 38\n[ 1.150380] Key type asymmetric registered\n[ 1.151847] Asymmetric key parser 'x509' registered\n[ 1.153507] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.156213] io scheduler noop registered\n[ 1.157627] io scheduler deadline registered (default)\n[ 1.169034] io scheduler cfq registered\n[ 1.170527] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.172379] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.174592] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.177250] ACPI: Power Button [PWRF]\n[ 1.178699] GHES: HEST is not enabled!\n[ 1.180138] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.204079] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.206250] Non-volatile memory driver v1.3\n[ 1.207742] Linux agpgart interface v0.103\n[ 1.209298] crash memory driver: version 1.1\n[ 1.210851] rdac: device handler registered\n[ 1.212427] hp_sw: device handler registered\n[ 1.213968] emc: device handler registered\n[ 1.215444] alua: device handler registered\n[ 1.216941] libphy: Fixed MDIO Bus: probed\n[ 1.218441] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.220486] ehci-pci: EHCI PCI platform driver\n[ 1.222041] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.224014] ohci-pci: OHCI PCI platform driver\n[ 1.225546] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.245989] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.247752] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.250461] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.252204] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.254133] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.256320] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.258942] usb usb1: Product: UHCI Host Controller\n[ 1.260594] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.262769] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.264386] hub 1-0:1.0: USB hub found\n[ 1.265788] hub 1-0:1.0: 2 ports detected\n[ 1.267347] usbcore: registered new interface driver usbserial\n[ 1.269229] usbcore: registered new interface driver usbserial_generic\n[ 1.271254] usbserial: USB Serial support registered for generic\n[ 1.273172] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.276586] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.277854] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.279211] mousedev: PS/2 mouse device common for all mice\n[ 1.280827] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.283147] rtc_cmos 00:00: RTC can wake from S4\n[ 1.283837] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.285412] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.289815] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.291360] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.292912] cpuidle: using governor menu\n[ 1.294069] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.295490] usbcore: registered new interface driver usbhid\n[ 1.296899] usbhid: USB HID core driver\n[ 1.298040] drop_monitor: Initializing network drop monitor service\n[ 1.299550] TCP: cubic registered\n[ 1.300543] Initializing XFRM netlink socket\n[ 1.301790] NET: Registered protocol family 10\n[ 1.303224] NET: Registered protocol family 17\n[ 1.304629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.306068] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.307586] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.310031] Loading compiled-in X.509 certificates\n[ 1.311370] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.313809] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.316646] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.319081] registered taskstats version 1\n[ 1.322137] Key type trusted registered\n[ 1.324516] Key type encrypted registered\n[ 1.326912] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.328722] rtc_cmos 00:00: setting system clock to 2018-08-12 09:07:22 UTC (1534064842)\n[ 1.331555] Freeing unused kernel memory: 1680k freed\n[ 1.336284] systemd[1]: systemd 219 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID +ELFUTILS +KMOD +IDN)\n[ 1.340586] systemd[1]: Detected virtualization kvm.\n[ 1.341909] systemd[1]: Detected architecture x86-64.\n[ 1.343214] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.345951] systemd[1]: No hostname configured.\n[ 1.347161] systemd[1]: Set hostname to .\n[ 1.348496] systemd[1]: Initializing machine ID from KVM UUID.\n[ 1.371994] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.374309] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Reached target Paths.\n[ 1.377502] systemd[1]: Reached target Paths.\n[ 1.378758] systemd[1]: Starting Paths.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.380905] systemd[1]: Created slice Root Slice.\n[ 1.382216] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Created slice System Slice.\n[ 1.384402] systemd[1]: Created slice System Slice.\n[ 1.385728] systemd[1]: Starting System Slice.\n[[32m OK [0m] Reached target Slices.\n[ 1.387937] systemd[1]: Reached target Slices.\n[ 1.389182] systemd[1]: Starting Slices.\n[[32m OK [0m] Reached target Swap.\n[ 1.391150] systemd[1]: Reached target Swap.\n[ 1.392380] systemd[1]: Starting Swap.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.394538] systemd[1]: Listening on udev Kernel Socket.\n[ 1.395950] systemd[1]: Starting udev Kernel Socket.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.398297] systemd[1]: Listening on Journal Socket.\n[ 1.399646] systemd[1]: Starting Journal Socket.\n[ 1.401373] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 1.404016] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[[32m OK [0m] Reached target Timers.\n[ 1.407125] systemd[1]: Reached target Timers.\n[ 1.408402] systemd[1]: Starting Timers.\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.411367] systemd[1]: Listening on udev Control Socket.\n[ 1.412975] systemd[1]: Starting udev Control Socket.\n[[32m OK [0m] Reached target Sockets.\n[ 1.415147] systemd[1]: Reached target Sockets.\n[ 1.416401] systemd[1]: Starting Sockets.\n[ 1.417962] 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[[32m OK [0m] Reached target Local File Systems.\n[ 1.422586] systemd[1]: Reached target Local File Systems.\n[ 1.424026] systemd[1]: Starting Local File Systems.\n[ 1.426098] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[[32m OK [0m] Started Journal Service.\n[ 1.429552] systemd[1]: Started Journal Service.\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n Starting Create Static Device Nodes in /dev...\n[[32m OK [0m] Started Apply Kernel Variables.\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n[[32m OK [0m] Started dracut cmdline hook.\n Starting dracut pre-udev hook...\n[ 1.486990] RPC: Registered named UNIX socket transport module.\n[ 1.488480] RPC: Registered udp transport module.\n[ 1.489732] RPC: Registered tcp transport module.\n[ 1.490986] RPC: Registered tcp NFSv4.1 backchannel transport module.\n[[32m OK [0m] Started dracut pre-udev hook.\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Started udev Kernel Device Manager.\n Starting dracut pre-trigger hook...\n[[32m OK [0m] Started dracut pre-trigger hook.\n Starting udev Coldplug all Devices...\n Mounting Configuration File System...\n[[32m OK [0m] Mounted Configuration File System.\n[ 1.573160] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[[32m OK [0m] Started udev Coldplug all Devices.\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Basic System.\n Starting dracut initqueue hook...\n[ 1.595743] FDC 0 is a S82078B\n[ 1.609601] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.613141] scsi host0: ata_piix\n[ 1.614511] scsi host1: ata_piix\n[ 1.615809] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.617938] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.656825] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.664477] vda: vda1\n[[32m OK [0m] Found device /dev/disk/by-uuid/f13d84b4-c756-4d89-9d5e-6b534397aa14.\n Starting File System Check on /dev/...4-c756-4d89-9d5e-6b534397aa14...\n[[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14.\n[ 1.726370] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.728179] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.729814] usb 1-1: Product: QEMU USB Tablet\n[ 1.731039] usb 1-1: Manufacturer: QEMU\n[ 1.732142] usb 1-1: SerialNumber: 42\n[ 1.741547] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 1.744354] 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[[32m OK [0m] Started dracut initqueue hook.\n Mounting /sysroot...\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n[ 1.827799] SGI XFS with ACLs, security attributes, no debug enabled\n[ 1.830327] XFS (vda1): Mounting V4 Filesystem\n[ 1.867367] XFS (vda1): Ending clean mount\n[[32m OK [0m] Mounted /sysroot.\n[[32m OK [0m] Reached target Initrd Root File System.\n Starting Reload Configuration from the Real Root...\n[[32m OK [0m] Started Reload Configuration from the Real Root.\n[[32m OK [0m] Reached target Initrd File Systems.\n[[32m OK [0m] Reached target Initrd Default Target.\n Starting dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Started dracut pre-pivot and cleanup hook.\n Starting Cleaning Up and Shutting Down Daemons...\n[[32m OK [0m] Stopped target Timers.\n[[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons.\n[[32m OK [0m] Stopped dracut pre-pivot and cleanup hook.\n Stopping dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Stopped target Remote File Systems.\n[[32m OK [0m] Stopped target Remote File Systems (Pre).\n[[32m OK [0m] Stopped dracut initqueue hook.\n Stopping dracut initqueue hook...\n[[32m OK [0m] Stopped target Initrd Default Target.\n[[32m OK [0m] Stopped target Basic System.\n[[32m OK [0m] Stopped target System Initialization.\n[[32m OK [0m] Stopped udev Coldplug all Devices.\n Stopping udev Coldplug all Devices...\n[[32m OK [0m] Stopped dracut pre-trigger hook.\n Stopping dracut pre-trigger hook...\n[[32m OK [0m] Stopped Apply Kernel Variables.\n Stopping Apply Kernel Variables...\n[[32m OK [0m] Stopped target Local File Systems.\n[[32m OK [0m] Stopped target Swap.\n Stopping udev Kernel Device Manager...\n[[32m OK [0m] Stopped target Sockets.\n[[32m OK [0m] Stopped target Slices.\n[[32m OK [0m] Stopped target Paths.\n[[32m OK [0m] Stopped udev Kernel Device Manager.\n[[32m OK [0m] Stopped dracut pre-udev hook.\n Stopping dracut pre-udev hook...\n[[32m OK [0m] Stopped dracut cmdline hook.\n Stopping dracut cmdline hook...\n[[32m OK [0m] Stopped Create Static Device Nodes in /dev.\n Stopping Create Static Device Nodes in /dev...\n[[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel.\n Stopping Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Closed udev Kernel Socket.\n[[32m OK [0m] Closed udev Control Socket.\n Starting Cleanup udevd DB...\n[[32m OK [0m] Started Cleanup udevd DB.\n[[32m OK [0m] Reached target Switch Root.\n Starting Switch Root...\n[ 2.088838] systemd-journald[105]: Received SIGTERM from PID 1 (systemd).\n[ 2.110201] tsc: Refined TSC clocksource calibration: 3491.849 MHz\n[ 2.168897] SELinux: Disabled at runtime.\n[ 2.207185] type=1404 audit(1534064843.378:2): selinux=0 auid=4294967295 ses=4294967295\n[ 2.232871] ip_tables: (C) 2000-2006 Netfilter Core Team\n[ 2.234403] systemd[1]: Inserted module 'ip_tables'\n\nWelcome to [0;31mCentOS Linux 7 (Core)[0m!\n\n[[32m OK [0m] Stopped Switch Root.\n[[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[[32m OK [0m] Stopped target Switch Root.\n Mounting NFSD configuration filesystem...\n Mounting Debug File System...\n[[32m OK [0m] Created slice system-selinux\\x2dpol...grate\\x2dlocal\\x2dchanges.slice.\n[[32m OK [0m] Created slice User and Session Slice.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[[32m OK [0m] Stopped target Initrd File Systems.\n[[32m OK [0m] Listening on udev Control Socket.\n[[32m OK [0m] Created slice system-getty.slice.\n[[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[[32m OK [0m] Listening on Delayed Shutdown Socket.\n[[32m OK [0m] Stopped File System Check on Root Device.\n Stopping File System Check on Root Device...\n[[32m OK [0m] Stopped target Initrd Root File System.\n[[32m OK [0m] Stopped Journal Service.\n Starting Journal Service...\n[[32m OK [0m] Reached target Encrypted Volumes.\n Starting Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Reached target Swap.\n[[32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n Starting Apply Kernel Variables...\n Starting Remount Root and Kernel File Systems...\n Mounting POSIX Message Queue File System...\n[[32m OK [0m] Reached target Slices.\n Starting Setup Virtual Console...\n Mounting Huge Pages File System...\n[[32m OK [0m] Mounted Debug File System.\n[[32m OK [0m] Started Journal Service.\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[[32m OK [0m] Started Apply Kernel Variables.\n[[32m OK [0m] Started Remount Root and Kernel File Systems.\n[[32m OK [0m] Mounted POSIX Message Queue File System.\n[[32m OK [0m] Mounted Huge Pages File System.\n[ 2.455414] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).\n Starting Configure read-only root support...\n Starting Load/Save Random Seed...\n Starting Rebuild Hardware Database...\n Starting Create Static Device Nodes in /dev...\n Starting Flush Journal to Persistent Storage...\n[[32m OK [0m] Mounted NFSD configuration filesystem.\n[[32m OK [0m] Started Load/Save Random Seed.\n[[32m OK [0m] Started Configure read-only root support.\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n[ 2.531747] systemd-journald[387]: Received request to flush runtime journal from PID 1\n[[32m OK [0m] Started Flush Journal to Persistent Storage.\n[[32m OK [0m] Reached target Local File Systems (Pre).\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Reached target Local File Systems.\n Starting Mark the need to relabel after reboot...\n Starting Import network configuration from initramfs...\n Starting Rebuild Journal Catalog...\n Starting Preprocess NFS configuration...\n[[32m OK [0m] Started Mark the need to relabel after reboot.\n[[32m OK [0m] Started Rebuild Journal Catalog.\n[[32m OK [0m] Started Preprocess NFS configuration.\n[[32m OK [0m] Started udev Kernel Device Manager.\n[[32m OK [0m] Started Setup Virtual Console.\n[[32m OK [0m] Started Import network configuration from initramfs.\n Starting Create Volatile Files and Directories...\n[[32m OK [0m] Started Create Volatile Files and Directories.\n Starting Security Auditing Service...\n[ 2.627658] type=1305 audit(1534064843.798:3): audit_pid=436 old=0 auid=4294967295 ses=4294967295 res=1\n[[32m OK [0m] Started Security Auditing Service.\n Starting Update UTMP about System Boot/Shutdown...\n[[32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[32m OK [0m] Started Rebuild Hardware Database.\n Starting Update is Completed...\n Starting udev Coldplug all Devices...\n[[32m OK [0m] Started Update is Completed.\n"} 2018-08-12 09:07:24,555 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/e2dfb149-a4be-47c3-b7c0-b69ce64de327/action used request id req-cc7e7786-c939-4e72-a4b4-19e4131ca4d5 2018-08-12 09:07:24,555 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.153656959534s 2018-08-12 09:07:24,556 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/e2dfb149-a4be-47c3-b7c0-b69ce64de327/action used request id req-cc7e7786-c939-4e72-a4b4-19e4131ca4d5 2018-08-12 09:07:24,556 - functest.core.singlevm - DEBUG - vm console: [H[J[1;1H[?25l[m[H[J[1;1H[20;7H[mUse the ^ and v keys to change the selection. Press 'e' to edit the selected item, or 'c' for a command prompt. [4;80H [7m[4;1H CentOS Linux (3.10.0-514.16.1.el7.x86_64) 7 (Core) [m[4;79H[m[m[5;1H CentOS Linux (3.10.0-327.28.3.el7.x86_64) 7 (Core) [m[5;79H[m[m[6;1H CentOS Linux (0-rescue-56d65f493d8f854534fe792ecf014b83) 7 (Core) [m[6;79H[m[m[7;1H [m[7;79H[m[m[8;1H [m[8;79H[m[m[9;1H [m[9;79H[m[m[10;1H [m[10;79H[m[m[11;1H [m[11;79H[m[m[12;1H [m[12;79H[m[m[13;1H [m[13;79H[m[m[14;1H [m[14;79H[m[m[15;1H [m[15;79H[m[m[16;1H [m[16;79H[m[m[17;1H [m[17;79H[m[m[18;1H [m[18;79H[m[18;80H [4;79H[22;1H The selected entry will be started automatically in 1s. [4;79H[22;1H The selected entry will be started automatically in 0s. [4;79H[?25h[H[J[1;1H[H[J[1;1H[ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.10.0-514.16.1.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #1 SMP Wed Apr 12 15:04:24 UTC 2017 [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8 [ 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-0x00000000bffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x00000000bffdc000-0x00000000bfffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x140000 max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] e820: last_pfn = 0xbffdc max_arch_pfn = 0x400000000 [ 0.000000] found SMP MP-table at [mem 0x000f6390-0x000f639f] mapped at [ffff8800000f6390] [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff] [ 0.000000] ACPI: RSDP 00000000000f6340 00014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 00000000bffe1351 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 00000000bffe11dd 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 00000000bffdfdc0 0141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 00000000bffdfd80 00040 [ 0.000000] ACPI: APIC 00000000bffe12d1 00080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000013fffffff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x13fffffff] [ 0.000000] NODE_DATA [mem 0x13ffd7000-0x13fffdfff] [ 0.000000] Reserving 161MB of memory at 656MB for crashkernel (System RAM: 4095MB) [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 1:3ff87001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 2067716025 cycles [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal [mem 0x100000000-0x13fffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0xbffdbfff] [ 0.000000] node 0: [mem 0x100000000-0x13fffffff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 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 2 CPUs, 0 hotplug CPUs [ 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] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff] [ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff] [ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff] [ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037 [ 0.000000] Policy zone: Normal [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100 [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form [ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2. [ 0.000000] NR_IRQS:327936 nr_irqs:440 0 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty0] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 16777216 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.313289] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912) [ 0.315489] pid_max: default: 32768 minimum: 301 [ 0.316679] Security Framework initialized [ 0.317781] SELinux: Initializing. [ 0.319065] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.323668] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.326484] Mount-cache hash table entries: 4096 [ 0.327904] Initializing cgroup subsys memory [ 0.329063] Initializing cgroup subsys devices [ 0.330212] Initializing cgroup subsys freezer [ 0.331359] Initializing cgroup subsys net_cls [ 0.332506] Initializing cgroup subsys blkio [ 0.333626] Initializing cgroup subsys perf_event [ 0.334809] Initializing cgroup subsys hugetlb [ 0.335952] Initializing cgroup subsys pids [ 0.337060] Initializing cgroup subsys net_prio [ 0.338284] CPU: Physical Processor ID: 0 [ 0.340081] mce: CPU supports 10 MCE banks [ 0.341202] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.342483] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.343770] tlb_flushall_shift: 6 [ 0.344940] Freeing SMP alternatives: 28k freed [ 0.348678] ACPI: Core revision 20130517 [ 0.350203] ACPI: All ACPI Tables successfully acquired [ 0.351643] ftrace: allocating 25812 entries in 101 pages [ 0.372567] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.374097] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.375577] smpboot: Max logical packages: 2 [ 0.376879] Enabling x2apic [ 0.377774] Enabled x2apic [ 0.378850] Switched APIC routing to physical x2apic. [ 0.380995] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.382478] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.385105] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.392426] KVM setup paravirtual spinlock [ 0.394707] smpboot: Booting Node 0, Processors #1 OK [ 0.396354] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.418161] Brought up 2 CPUs [ 0.418171] KVM setup async PF for cpu 1 [ 0.418174] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.421277] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.423475] devtmpfs: initialized [ 0.426166] EVM: security.selinux [ 0.427156] EVM: security.ima [ 0.428064] EVM: security.capability [ 0.429715] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.431243] pinctrl core: initialized pinctrl subsystem [ 0.432621] NET: Registered protocol family 16 [ 0.433978] ACPI: bus type PCI registered [ 0.435065] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.436579] PCI: Using configuration type 1 for base access [ 0.441281] ACPI: Added _OSI(Module Device) [ 0.442471] ACPI: Added _OSI(Processor Device) [ 0.443667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.444903] ACPI: Added _OSI(Processor Aggregator Device) [ 0.447356] ACPI: Interpreter enabled [ 0.448451] ACPI: (supports S0 S5) [ 0.449477] ACPI: Using IOAPIC for interrupt routing [ 0.450769] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.454822] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.456308] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.457900] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.459445] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.462331] acpiphp: Slot [3] registered [ 0.463461] acpiphp: Slot [4] registered [ 0.464590] acpiphp: Slot [5] registered [ 0.465712] acpiphp: Slot [6] registered [ 0.466835] acpiphp: Slot [7] registered [ 0.467952] acpiphp: Slot [8] registered [ 0.469068] acpiphp: Slot [9] registered [ 0.470183] acpiphp: Slot [10] registered [ 0.471313] acpiphp: Slot [11] registered [ 0.472447] acpiphp: Slot [12] registered [ 0.473585] acpiphp: Slot [13] registered [ 0.474723] acpiphp: Slot [14] registered [ 0.475859] acpiphp: Slot [15] registered [ 0.476995] acpiphp: Slot [16] registered [ 0.478130] acpiphp: Slot [17] registered [ 0.479286] acpiphp: Slot [18] registered [ 0.480439] acpiphp: Slot [19] registered [ 0.481593] acpiphp: Slot [20] registered [ 0.482774] acpiphp: Slot [21] registered [ 0.483873] acpiphp: Slot [22] registered [ 0.484961] acpiphp: Slot [23] registered [ 0.486046] acpiphp: Slot [24] registered [ 0.487147] acpiphp: Slot [25] registered [ 0.488240] acpiphp: Slot [26] registered [ 0.489334] acpiphp: Slot [27] registered [ 0.490427] acpiphp: Slot [28] registered [ 0.491516] acpiphp: Slot [29] registered [ 0.492597] acpiphp: Slot [30] registered [ 0.493680] acpiphp: Slot [31] registered [ 0.494759] PCI host bridge to bus 0000:00 [ 0.495843] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.497142] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.498689] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.500180] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.502154] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.504131] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window] [ 0.508586] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.510162] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.511615] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.513159] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.517065] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.519385] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.543833] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.545642] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.547361] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.549084] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.551141] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.552735] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.554393] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.556487] vgaarb: loaded [ 0.557368] vgaarb: bridge control possible 0000:00:02.0 [ 0.558785] SCSI subsystem initialized [ 0.559865] ACPI: bus type USB registered [ 0.560968] usbcore: registered new interface driver usbfs [ 0.562278] usbcore: registered new interface driver hub [ 0.563583] usbcore: registered new device driver usb [ 0.564997] PCI: Using ACPI for IRQ routing [ 0.566402] NetLabel: Initializing [ 0.567392] NetLabel: domain hash size = 128 [ 0.568506] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.569743] NetLabel: unlabeled traffic allowed by default [ 0.571151] Switched to clocksource kvm-clock [ 0.579243] pnp: PnP ACPI init [ 0.580189] ACPI: bus type PNP registered [ 0.581601] pnp: PnP ACPI: found 5 devices [ 0.582687] ACPI: bus type PNP unregistered [ 0.590080] NET: Registered protocol family 2 [ 0.591502] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.593673] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.595488] TCP: Hash tables configured (established 32768 bind 32768) [ 0.597025] TCP: reno registered [ 0.597979] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.599390] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.601007] NET: Registered protocol family 1 [ 0.602585] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.604448] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.606288] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.626253] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.646327] Unpacking initramfs... [ 1.092840] Freeing initrd memory: 37508k freed [ 1.102433] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.104492] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.108120] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.110259] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.112572] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.114557] Initialise system trusted keyring [ 1.116094] audit: initializing netlink socket (disabled) [ 1.117883] type=2000 audit(1534064842.564:1): initialized [ 1.134492] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.136491] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.139307] zpool: loaded [ 1.140413] zbud: loaded [ 1.141672] VFS: Disk quotas dquot_6.5.2 [ 1.143110] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.145286] msgmni has been set to 7578 [ 1.146709] Key type big_key registered [ 1.148857] NET: Registered protocol family 38 [ 1.150380] Key type asymmetric registered [ 1.151847] Asymmetric key parser 'x509' registered [ 1.153507] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.156213] io scheduler noop registered [ 1.157627] io scheduler deadline registered (default) [ 1.169034] io scheduler cfq registered [ 1.170527] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.172379] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.174592] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.177250] ACPI: Power Button [PWRF] [ 1.178699] GHES: HEST is not enabled! [ 1.180138] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.204079] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.206250] Non-volatile memory driver v1.3 [ 1.207742] Linux agpgart interface v0.103 [ 1.209298] crash memory driver: version 1.1 [ 1.210851] rdac: device handler registered [ 1.212427] hp_sw: device handler registered [ 1.213968] emc: device handler registered [ 1.215444] alua: device handler registered [ 1.216941] libphy: Fixed MDIO Bus: probed [ 1.218441] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.220486] ehci-pci: EHCI PCI platform driver [ 1.222041] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.224014] ohci-pci: OHCI PCI platform driver [ 1.225546] uhci_hcd: USB Universal Host Controller Interface driver [ 1.245989] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.247752] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.250461] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.252204] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.254133] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.256320] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.258942] usb usb1: Product: UHCI Host Controller [ 1.260594] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.262769] usb usb1: SerialNumber: 0000:00:01.2 [ 1.264386] hub 1-0:1.0: USB hub found [ 1.265788] hub 1-0:1.0: 2 ports detected [ 1.267347] usbcore: registered new interface driver usbserial [ 1.269229] usbcore: registered new interface driver usbserial_generic [ 1.271254] usbserial: USB Serial support registered for generic [ 1.273172] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.276586] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.277854] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.279211] mousedev: PS/2 mouse device common for all mice [ 1.280827] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.283147] rtc_cmos 00:00: RTC can wake from S4 [ 1.283837] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.285412] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.289815] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.291360] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.292912] cpuidle: using governor menu [ 1.294069] hidraw: raw HID events driver (C) Jiri Kosina [ 1.295490] usbcore: registered new interface driver usbhid [ 1.296899] usbhid: USB HID core driver [ 1.298040] drop_monitor: Initializing network drop monitor service [ 1.299550] TCP: cubic registered [ 1.300543] Initializing XFRM netlink socket [ 1.301790] NET: Registered protocol family 10 [ 1.303224] NET: Registered protocol family 17 [ 1.304629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.306068] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.307586] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.310031] Loading compiled-in X.509 certificates [ 1.311370] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.313809] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.316646] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.319081] registered taskstats version 1 [ 1.322137] Key type trusted registered [ 1.324516] Key type encrypted registered [ 1.326912] IMA: No TPM chip found, activating TPM-bypass! [ 1.328722] rtc_cmos 00:00: setting system clock to 2018-08-12 09:07:22 UTC (1534064842) [ 1.331555] Freeing unused kernel memory: 1680k freed [ 1.336284] systemd[1]: systemd 219 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID +ELFUTILS +KMOD +IDN) [ 1.340586] systemd[1]: Detected virtualization kvm. [ 1.341909] systemd[1]: Detected architecture x86-64. [ 1.343214] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.345951] systemd[1]: No hostname configured. [ 1.347161] systemd[1]: Set hostname to . [ 1.348496] systemd[1]: Initializing machine ID from KVM UUID. [ 1.371994] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.374309] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Reached target Paths. [ 1.377502] systemd[1]: Reached target Paths. [ 1.378758] systemd[1]: Starting Paths. [[32m OK [0m] Created slice Root Slice. [ 1.380905] systemd[1]: Created slice Root Slice. [ 1.382216] systemd[1]: Starting Root Slice. [[32m OK [0m] Created slice System Slice. [ 1.384402] systemd[1]: Created slice System Slice. [ 1.385728] systemd[1]: Starting System Slice. [[32m OK [0m] Reached target Slices. [ 1.387937] systemd[1]: Reached target Slices. [ 1.389182] systemd[1]: Starting Slices. [[32m OK [0m] Reached target Swap. [ 1.391150] systemd[1]: Reached target Swap. [ 1.392380] systemd[1]: Starting Swap. [[32m OK [0m] Listening on udev Kernel Socket. [ 1.394538] systemd[1]: Listening on udev Kernel Socket. [ 1.395950] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Listening on Journal Socket. [ 1.398297] systemd[1]: Listening on Journal Socket. [ 1.399646] systemd[1]: Starting Journal Socket. [ 1.401373] systemd[1]: Starting Journal Service... Starting Journal Service... [ 1.404016] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [[32m OK [0m] Reached target Timers. [ 1.407125] systemd[1]: Reached target Timers. [ 1.408402] systemd[1]: Starting Timers. [[32m OK [0m] Listening on udev Control Socket. [ 1.411367] systemd[1]: Listening on udev Control Socket. [ 1.412975] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Reached target Sockets. [ 1.415147] systemd[1]: Reached target Sockets. [ 1.416401] systemd[1]: Starting Sockets. [ 1.417962] 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... [[32m OK [0m] Reached target Local File Systems. [ 1.422586] systemd[1]: Reached target Local File Systems. [ 1.424026] systemd[1]: Starting Local File Systems. [ 1.426098] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [[32m OK [0m] Started Journal Service. [ 1.429552] systemd[1]: Started Journal Service. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. Starting Create Static Device Nodes in /dev... [[32m OK [0m] Started Apply Kernel Variables. [[32m OK [0m] Started Create Static Device Nodes in /dev. [[32m OK [0m] Started dracut cmdline hook. Starting dracut pre-udev hook... [ 1.486990] RPC: Registered named UNIX socket transport module. [ 1.488480] RPC: Registered udp transport module. [ 1.489732] RPC: Registered tcp transport module. [ 1.490986] RPC: Registered tcp NFSv4.1 backchannel transport module. [[32m OK [0m] Started dracut pre-udev hook. Starting udev Kernel Device Manager... [[32m OK [0m] Started udev Kernel Device Manager. Starting dracut pre-trigger hook... [[32m OK [0m] Started dracut pre-trigger hook. Starting udev Coldplug all Devices... Mounting Configuration File System... [[32m OK [0m] Mounted Configuration File System. [ 1.573160] usb 1-1: new full-speed USB device number 2 using uhci_hcd [[32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Basic System. Starting dracut initqueue hook... [ 1.595743] FDC 0 is a S82078B [ 1.609601] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.613141] scsi host0: ata_piix [ 1.614511] scsi host1: ata_piix [ 1.615809] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.617938] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.656825] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.664477] vda: vda1 [[32m OK [0m] Found device /dev/disk/by-uuid/f13d84b4-c756-4d89-9d5e-6b534397aa14. Starting File System Check on /dev/...4-c756-4d89-9d5e-6b534397aa14... [[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14. [ 1.726370] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.728179] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.729814] usb 1-1: Product: QEMU USB Tablet [ 1.731039] usb 1-1: Manufacturer: QEMU [ 1.732142] usb 1-1: SerialNumber: 42 [ 1.741547] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 1.744354] 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 [[32m OK [0m] Started dracut initqueue hook. Mounting /sysroot... [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. [ 1.827799] SGI XFS with ACLs, security attributes, no debug enabled [ 1.830327] XFS (vda1): Mounting V4 Filesystem [ 1.867367] XFS (vda1): Ending clean mount [[32m OK [0m] Mounted /sysroot. [[32m OK [0m] Reached target Initrd Root File System. Starting Reload Configuration from the Real Root... [[32m OK [0m] Started Reload Configuration from the Real Root. [[32m OK [0m] Reached target Initrd File Systems. [[32m OK [0m] Reached target Initrd Default Target. Starting dracut pre-pivot and cleanup hook... [[32m OK [0m] Started dracut pre-pivot and cleanup hook. Starting Cleaning Up and Shutting Down Daemons... [[32m OK [0m] Stopped target Timers. [[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons. [[32m OK [0m] Stopped dracut pre-pivot and cleanup hook. Stopping dracut pre-pivot and cleanup hook... [[32m OK [0m] Stopped target Remote File Systems. [[32m OK [0m] Stopped target Remote File Systems (Pre). [[32m OK [0m] Stopped dracut initqueue hook. Stopping dracut initqueue hook... [[32m OK [0m] Stopped target Initrd Default Target. [[32m OK [0m] Stopped target Basic System. [[32m OK [0m] Stopped target System Initialization. [[32m OK [0m] Stopped udev Coldplug all Devices. Stopping udev Coldplug all Devices... [[32m OK [0m] Stopped dracut pre-trigger hook. Stopping dracut pre-trigger hook... [[32m OK [0m] Stopped Apply Kernel Variables. Stopping Apply Kernel Variables... [[32m OK [0m] Stopped target Local File Systems. [[32m OK [0m] Stopped target Swap. Stopping udev Kernel Device Manager... [[32m OK [0m] Stopped target Sockets. [[32m OK [0m] Stopped target Slices. [[32m OK [0m] Stopped target Paths. [[32m OK [0m] Stopped udev Kernel Device Manager. [[32m OK [0m] Stopped dracut pre-udev hook. Stopping dracut pre-udev hook... [[32m OK [0m] Stopped dracut cmdline hook. Stopping dracut cmdline hook... [[32m OK [0m] Stopped Create Static Device Nodes in /dev. Stopping Create Static Device Nodes in /dev... [[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel. Stopping Create list of required st... nodes for the current kernel... [[32m OK [0m] Closed udev Kernel Socket. [[32m OK [0m] Closed udev Control Socket. Starting Cleanup udevd DB... [[32m OK [0m] Started Cleanup udevd DB. [[32m OK [0m] Reached target Switch Root. Starting Switch Root... [ 2.088838] systemd-journald[105]: Received SIGTERM from PID 1 (systemd). [ 2.110201] tsc: Refined TSC clocksource calibration: 3491.849 MHz [ 2.168897] SELinux: Disabled at runtime. [ 2.207185] type=1404 audit(1534064843.378:2): selinux=0 auid=4294967295 ses=4294967295 [ 2.232871] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.234403] systemd[1]: Inserted module 'ip_tables' Welcome to [0;31mCentOS Linux 7 (Core)[0m! [[32m OK [0m] Stopped Switch Root. [[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [[32m OK [0m] Stopped target Switch Root. Mounting NFSD configuration filesystem... Mounting Debug File System... [[32m OK [0m] Created slice system-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice. [[32m OK [0m] Created slice User and Session Slice. [[32m OK [0m] Listening on udev Kernel Socket. [[32m OK [0m] Stopped target Initrd File Systems. [[32m OK [0m] Listening on udev Control Socket. [[32m OK [0m] Created slice system-getty.slice. [[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [[32m OK [0m] Listening on Delayed Shutdown Socket. [[32m OK [0m] Stopped File System Check on Root Device. Stopping File System Check on Root Device... [[32m OK [0m] Stopped target Initrd Root File System. [[32m OK [0m] Stopped Journal Service. Starting Journal Service... [[32m OK [0m] Reached target Encrypted Volumes. Starting Create list of required st... nodes for the current kernel... [[32m OK [0m] Reached target Swap. [[32m OK [0m] Created slice system-serial\x2dgetty.slice. Starting Apply Kernel Variables... Starting Remount Root and Kernel File Systems... Mounting POSIX Message Queue File System... [[32m OK [0m] Reached target Slices. Starting Setup Virtual Console... Mounting Huge Pages File System... [[32m OK [0m] Mounted Debug File System. [[32m OK [0m] Started Journal Service. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [[32m OK [0m] Started Apply Kernel Variables. [[32m OK [0m] Started Remount Root and Kernel File Systems. [[32m OK [0m] Mounted POSIX Message Queue File System. [[32m OK [0m] Mounted Huge Pages File System. [ 2.455414] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). Starting Configure read-only root support... Starting Load/Save Random Seed... Starting Rebuild Hardware Database... Starting Create Static Device Nodes in /dev... Starting Flush Journal to Persistent Storage... [[32m OK [0m] Mounted NFSD configuration filesystem. [[32m OK [0m] Started Load/Save Random Seed. [[32m OK [0m] Started Configure read-only root support. [[32m OK [0m] Started Create Static Device Nodes in /dev. [ 2.531747] systemd-journald[387]: Received request to flush runtime journal from PID 1 [[32m OK [0m] Started Flush Journal to Persistent Storage. [[32m OK [0m] Reached target Local File Systems (Pre). Starting udev Kernel Device Manager... [[32m OK [0m] Reached target Local File Systems. Starting Mark the need to relabel after reboot... Starting Import network configuration from initramfs... Starting Rebuild Journal Catalog... Starting Preprocess NFS configuration... [[32m OK [0m] Started Mark the need to relabel after reboot. [[32m OK [0m] Started Rebuild Journal Catalog. [[32m OK [0m] Started Preprocess NFS configuration. [[32m OK [0m] Started udev Kernel Device Manager. [[32m OK [0m] Started Setup Virtual Console. [[32m OK [0m] Started Import network configuration from initramfs. Starting Create Volatile Files and Directories... [[32m OK [0m] Started Create Volatile Files and Directories. Starting Security Auditing Service... [ 2.627658] type=1305 audit(1534064843.798:3): audit_pid=436 old=0 auid=4294967295 ses=4294967295 res=1 [[32m OK [0m] Started Security Auditing Service. Starting Update UTMP about System Boot/Shutdown... [[32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[32m OK [0m] Started Rebuild Hardware Database. Starting Update is Completed... Starting udev Coldplug all Devices... [[32m OK [0m] Started Update is Completed. 2018-08-12 09:07:25,558 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.202: timed out 2018-08-12 09:07:34,567 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-12 09:07:34,569 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/e2dfb149-a4be-47c3-b7c0-b69ce64de327/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}c668290d9c72147a094047a9af54f9d559becb08" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 09:07:34,639 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:07:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3e34628d-a37a-4e92-80e5-42cb6151955c x-compute-request-id: req-3e34628d-a37a-4e92-80e5-42cb6151955c Content-Encoding: gzip Content-Length: 11717 Content-Type: application/json RESP BODY: {"output": "[H[J[1;1H[?25l[m[H[J[1;1H[20;7H[mUse the ^ and v keys to change the selection. \n Press 'e' to edit the selected item, or 'c' for a command prompt. [4;80H [7m[4;1H CentOS Linux (3.10.0-514.16.1.el7.x86_64) 7 (Core) [m[4;79H[m[m[5;1H CentOS Linux (3.10.0-327.28.3.el7.x86_64) 7 (Core) [m[5;79H[m[m[6;1H CentOS Linux (0-rescue-56d65f493d8f854534fe792ecf014b83) 7 (Core) [m[6;79H[m[m[7;1H [m[7;79H[m[m[8;1H [m[8;79H[m[m[9;1H [m[9;79H[m[m[10;1H [m[10;79H[m[m[11;1H [m[11;79H[m[m[12;1H [m[12;79H[m[m[13;1H [m[13;79H[m[m[14;1H [m[14;79H[m[m[15;1H [m[15;79H[m[m[16;1H [m[16;79H[m[m[17;1H [m[17;79H[m[m[18;1H [m[18;79H[m[18;80H [4;79H[22;1H The selected entry will be started automatically in 1s. [4;79H[22;1H The selected entry will be started automatically in 0s. [4;79H[?25h[H[J[1;1H[H[J[1;1H[ 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 3.10.0-514.16.1.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #1 SMP Wed Apr 12 15:04:24 UTC 2017\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8\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-0x00000000bffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x00000000bffdc000-0x00000000bfffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable\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 = 0x140000 max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] e820: last_pfn = 0xbffdc max_arch_pfn = 0x400000000\n[ 0.000000] found SMP MP-table at [mem 0x000f6390-0x000f639f] mapped at [ffff8800000f6390]\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff]\n[ 0.000000] ACPI: RSDP 00000000000f6340 00014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 00000000bffe1351 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 00000000bffe11dd 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 00000000bffdfdc0 0141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 00000000bffdfd80 00040\n[ 0.000000] ACPI: APIC 00000000bffe12d1 00080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000013fffffff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x13fffffff]\n[ 0.000000] NODE_DATA [mem 0x13ffd7000-0x13fffdfff]\n[ 0.000000] Reserving 161MB of memory at 656MB for crashkernel (System RAM: 4095MB)\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 1:3ff87001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 2067716025 cycles\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal [mem 0x100000000-0x13fffffff]\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0xbffdbfff]\n[ 0.000000] node 0: [mem 0x100000000-0x13fffffff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\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 2 CPUs, 0 hotplug CPUs\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] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff]\n[ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037\n[ 0.000000] Policy zone: Normal\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form\n[ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2.\n[ 0.000000] NR_IRQS:327936 nr_irqs:440 0\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty0] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 16777216 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.313289] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912)\n[ 0.315489] pid_max: default: 32768 minimum: 301\n[ 0.316679] Security Framework initialized\n[ 0.317781] SELinux: Initializing.\n[ 0.319065] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.323668] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.326484] Mount-cache hash table entries: 4096\n[ 0.327904] Initializing cgroup subsys memory\n[ 0.329063] Initializing cgroup subsys devices\n[ 0.330212] Initializing cgroup subsys freezer\n[ 0.331359] Initializing cgroup subsys net_cls\n[ 0.332506] Initializing cgroup subsys blkio\n[ 0.333626] Initializing cgroup subsys perf_event\n[ 0.334809] Initializing cgroup subsys hugetlb\n[ 0.335952] Initializing cgroup subsys pids\n[ 0.337060] Initializing cgroup subsys net_prio\n[ 0.338284] CPU: Physical Processor ID: 0\n[ 0.340081] mce: CPU supports 10 MCE banks\n[ 0.341202] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.342483] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.343770] tlb_flushall_shift: 6\n[ 0.344940] Freeing SMP alternatives: 28k freed\n[ 0.348678] ACPI: Core revision 20130517\n[ 0.350203] ACPI: All ACPI Tables successfully acquired\n[ 0.351643] ftrace: allocating 25812 entries in 101 pages\n[ 0.372567] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.374097] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.375577] smpboot: Max logical packages: 2\n[ 0.376879] Enabling x2apic\n[ 0.377774] Enabled x2apic\n[ 0.378850] Switched APIC routing to physical x2apic.\n[ 0.380995] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.382478] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.385105] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.392426] KVM setup paravirtual spinlock\n[ 0.394707] smpboot: Booting Node 0, Processors #1 OK\n[ 0.396354] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.418161] Brought up 2 CPUs\n[ 0.418171] KVM setup async PF for cpu 1\n[ 0.418174] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.421277] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.423475] devtmpfs: initialized\n[ 0.426166] EVM: security.selinux\n[ 0.427156] EVM: security.ima\n[ 0.428064] EVM: security.capability\n[ 0.429715] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.431243] pinctrl core: initialized pinctrl subsystem\n[ 0.432621] NET: Registered protocol family 16\n[ 0.433978] ACPI: bus type PCI registered\n[ 0.435065] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.436579] PCI: Using configuration type 1 for base access\n[ 0.441281] ACPI: Added _OSI(Module Device)\n[ 0.442471] ACPI: Added _OSI(Processor Device)\n[ 0.443667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.444903] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.447356] ACPI: Interpreter enabled\n[ 0.448451] ACPI: (supports S0 S5)\n[ 0.449477] ACPI: Using IOAPIC for interrupt routing\n[ 0.450769] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.454822] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.456308] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.457900] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.459445] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.462331] acpiphp: Slot [3] registered\n[ 0.463461] acpiphp: Slot [4] registered\n[ 0.464590] acpiphp: Slot [5] registered\n[ 0.465712] acpiphp: Slot [6] registered\n[ 0.466835] acpiphp: Slot [7] registered\n[ 0.467952] acpiphp: Slot [8] registered\n[ 0.469068] acpiphp: Slot [9] registered\n[ 0.470183] acpiphp: Slot [10] registered\n[ 0.471313] acpiphp: Slot [11] registered\n[ 0.472447] acpiphp: Slot [12] registered\n[ 0.473585] acpiphp: Slot [13] registered\n[ 0.474723] acpiphp: Slot [14] registered\n[ 0.475859] acpiphp: Slot [15] registered\n[ 0.476995] acpiphp: Slot [16] registered\n[ 0.478130] acpiphp: Slot [17] registered\n[ 0.479286] acpiphp: Slot [18] registered\n[ 0.480439] acpiphp: Slot [19] registered\n[ 0.481593] acpiphp: Slot [20] registered\n[ 0.482774] acpiphp: Slot [21] registered\n[ 0.483873] acpiphp: Slot [22] registered\n[ 0.484961] acpiphp: Slot [23] registered\n[ 0.486046] acpiphp: Slot [24] registered\n[ 0.487147] acpiphp: Slot [25] registered\n[ 0.488240] acpiphp: Slot [26] registered\n[ 0.489334] acpiphp: Slot [27] registered\n[ 0.490427] acpiphp: Slot [28] registered\n[ 0.491516] acpiphp: Slot [29] registered\n[ 0.492597] acpiphp: Slot [30] registered\n[ 0.493680] acpiphp: Slot [31] registered\n[ 0.494759] PCI host bridge to bus 0000:00\n[ 0.495843] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.497142] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.498689] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.500180] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.502154] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.504131] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window]\n[ 0.508586] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.510162] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.511615] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.513159] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.517065] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.519385] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.543833] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.545642] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.547361] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.549084] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.551141] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.552735] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.554393] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.556487] vgaarb: loaded\n[ 0.557368] vgaarb: bridge control possible 0000:00:02.0\n[ 0.558785] SCSI subsystem initialized\n[ 0.559865] ACPI: bus type USB registered\n[ 0.560968] usbcore: registered new interface driver usbfs\n[ 0.562278] usbcore: registered new interface driver hub\n[ 0.563583] usbcore: registered new device driver usb\n[ 0.564997] PCI: Using ACPI for IRQ routing\n[ 0.566402] NetLabel: Initializing\n[ 0.567392] NetLabel: domain hash size = 128\n[ 0.568506] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.569743] NetLabel: unlabeled traffic allowed by default\n[ 0.571151] Switched to clocksource kvm-clock\n[ 0.579243] pnp: PnP ACPI init\n[ 0.580189] ACPI: bus type PNP registered\n[ 0.581601] pnp: PnP ACPI: found 5 devices\n[ 0.582687] ACPI: bus type PNP unregistered\n[ 0.590080] NET: Registered protocol family 2\n[ 0.591502] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.593673] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.595488] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.597025] TCP: reno registered\n[ 0.597979] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.599390] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.601007] NET: Registered protocol family 1\n[ 0.602585] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.604448] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.606288] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.626253] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.646327] Unpacking initramfs...\n[ 1.092840] Freeing initrd memory: 37508k freed\n[ 1.102433] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.104492] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.108120] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.110259] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.112572] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.114557] Initialise system trusted keyring\n[ 1.116094] audit: initializing netlink socket (disabled)\n[ 1.117883] type=2000 audit(1534064842.564:1): initialized\n[ 1.134492] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.136491] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.139307] zpool: loaded\n[ 1.140413] zbud: loaded\n[ 1.141672] VFS: Disk quotas dquot_6.5.2\n[ 1.143110] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.145286] msgmni has been set to 7578\n[ 1.146709] Key type big_key registered\n[ 1.148857] NET: Registered protocol family 38\n[ 1.150380] Key type asymmetric registered\n[ 1.151847] Asymmetric key parser 'x509' registered\n[ 1.153507] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.156213] io scheduler noop registered\n[ 1.157627] io scheduler deadline registered (default)\n[ 1.169034] io scheduler cfq registered\n[ 1.170527] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.172379] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.174592] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.177250] ACPI: Power Button [PWRF]\n[ 1.178699] GHES: HEST is not enabled!\n[ 1.180138] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.204079] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.206250] Non-volatile memory driver v1.3\n[ 1.207742] Linux agpgart interface v0.103\n[ 1.209298] crash memory driver: version 1.1\n[ 1.210851] rdac: device handler registered\n[ 1.212427] hp_sw: device handler registered\n[ 1.213968] emc: device handler registered\n[ 1.215444] alua: device handler registered\n[ 1.216941] libphy: Fixed MDIO Bus: probed\n[ 1.218441] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.220486] ehci-pci: EHCI PCI platform driver\n[ 1.222041] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.224014] ohci-pci: OHCI PCI platform driver\n[ 1.225546] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.245989] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.247752] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.250461] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.252204] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.254133] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.256320] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.258942] usb usb1: Product: UHCI Host Controller\n[ 1.260594] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.262769] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.264386] hub 1-0:1.0: USB hub found\n[ 1.265788] hub 1-0:1.0: 2 ports detected\n[ 1.267347] usbcore: registered new interface driver usbserial\n[ 1.269229] usbcore: registered new interface driver usbserial_generic\n[ 1.271254] usbserial: USB Serial support registered for generic\n[ 1.273172] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.276586] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.277854] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.279211] mousedev: PS/2 mouse device common for all mice\n[ 1.280827] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.283147] rtc_cmos 00:00: RTC can wake from S4\n[ 1.283837] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.285412] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.289815] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.291360] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.292912] cpuidle: using governor menu\n[ 1.294069] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.295490] usbcore: registered new interface driver usbhid\n[ 1.296899] usbhid: USB HID core driver\n[ 1.298040] drop_monitor: Initializing network drop monitor service\n[ 1.299550] TCP: cubic registered\n[ 1.300543] Initializing XFRM netlink socket\n[ 1.301790] NET: Registered protocol family 10\n[ 1.303224] NET: Registered protocol family 17\n[ 1.304629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.306068] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.307586] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.310031] Loading compiled-in X.509 certificates\n[ 1.311370] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.313809] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.316646] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.319081] registered taskstats version 1\n[ 1.322137] Key type trusted registered\n[ 1.324516] Key type encrypted registered\n[ 1.326912] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.328722] rtc_cmos 00:00: setting system clock to 2018-08-12 09:07:22 UTC (1534064842)\n[ 1.331555] Freeing unused kernel memory: 1680k freed\n[ 1.336284] systemd[1]: systemd 219 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID +ELFUTILS +KMOD +IDN)\n[ 1.340586] systemd[1]: Detected virtualization kvm.\n[ 1.341909] systemd[1]: Detected architecture x86-64.\n[ 1.343214] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.345951] systemd[1]: No hostname configured.\n[ 1.347161] systemd[1]: Set hostname to .\n[ 1.348496] systemd[1]: Initializing machine ID from KVM UUID.\n[ 1.371994] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.374309] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Reached target Paths.\n[ 1.377502] systemd[1]: Reached target Paths.\n[ 1.378758] systemd[1]: Starting Paths.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.380905] systemd[1]: Created slice Root Slice.\n[ 1.382216] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Created slice System Slice.\n[ 1.384402] systemd[1]: Created slice System Slice.\n[ 1.385728] systemd[1]: Starting System Slice.\n[[32m OK [0m] Reached target Slices.\n[ 1.387937] systemd[1]: Reached target Slices.\n[ 1.389182] systemd[1]: Starting Slices.\n[[32m OK [0m] Reached target Swap.\n[ 1.391150] systemd[1]: Reached target Swap.\n[ 1.392380] systemd[1]: Starting Swap.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.394538] systemd[1]: Listening on udev Kernel Socket.\n[ 1.395950] systemd[1]: Starting udev Kernel Socket.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.398297] systemd[1]: Listening on Journal Socket.\n[ 1.399646] systemd[1]: Starting Journal Socket.\n[ 1.401373] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 1.404016] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[[32m OK [0m] Reached target Timers.\n[ 1.407125] systemd[1]: Reached target Timers.\n[ 1.408402] systemd[1]: Starting Timers.\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.411367] systemd[1]: Listening on udev Control Socket.\n[ 1.412975] systemd[1]: Starting udev Control Socket.\n[[32m OK [0m] Reached target Sockets.\n[ 1.415147] systemd[1]: Reached target Sockets.\n[ 1.416401] systemd[1]: Starting Sockets.\n[ 1.417962] 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[[32m OK [0m] Reached target Local File Systems.\n[ 1.422586] systemd[1]: Reached target Local File Systems.\n[ 1.424026] systemd[1]: Starting Local File Systems.\n[ 1.426098] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[[32m OK [0m] Started Journal Service.\n[ 1.429552] systemd[1]: Started Journal Service.\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n Starting Create Static Device Nodes in /dev...\n[[32m OK [0m] Started Apply Kernel Variables.\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n[[32m OK [0m] Started dracut cmdline hook.\n Starting dracut pre-udev hook...\n[ 1.486990] RPC: Registered named UNIX socket transport module.\n[ 1.488480] RPC: Registered udp transport module.\n[ 1.489732] RPC: Registered tcp transport module.\n[ 1.490986] RPC: Registered tcp NFSv4.1 backchannel transport module.\n[[32m OK [0m] Started dracut pre-udev hook.\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Started udev Kernel Device Manager.\n Starting dracut pre-trigger hook...\n[[32m OK [0m] Started dracut pre-trigger hook.\n Starting udev Coldplug all Devices...\n Mounting Configuration File System...\n[[32m OK [0m] Mounted Configuration File System.\n[ 1.573160] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[[32m OK [0m] Started udev Coldplug all Devices.\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Basic System.\n Starting dracut initqueue hook...\n[ 1.595743] FDC 0 is a S82078B\n[ 1.609601] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.613141] scsi host0: ata_piix\n[ 1.614511] scsi host1: ata_piix\n[ 1.615809] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.617938] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.656825] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.664477] vda: vda1\n[[32m OK [0m] Found device /dev/disk/by-uuid/f13d84b4-c756-4d89-9d5e-6b534397aa14.\n Starting File System Check on /dev/...4-c756-4d89-9d5e-6b534397aa14...\n[[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14.\n[ 1.726370] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.728179] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.729814] usb 1-1: Product: QEMU USB Tablet\n[ 1.731039] usb 1-1: Manufacturer: QEMU\n[ 1.732142] usb 1-1: SerialNumber: 42\n[ 1.741547] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 1.744354] 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[[32m OK [0m] Started dracut initqueue hook.\n Mounting /sysroot...\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n[ 1.827799] SGI XFS with ACLs, security attributes, no debug enabled\n[ 1.830327] XFS (vda1): Mounting V4 Filesystem\n[ 1.867367] XFS (vda1): Ending clean mount\n[[32m OK [0m] Mounted /sysroot.\n[[32m OK [0m] Reached target Initrd Root File System.\n Starting Reload Configuration from the Real Root...\n[[32m OK [0m] Started Reload Configuration from the Real Root.\n[[32m OK [0m] Reached target Initrd File Systems.\n[[32m OK [0m] Reached target Initrd Default Target.\n Starting dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Started dracut pre-pivot and cleanup hook.\n Starting Cleaning Up and Shutting Down Daemons...\n[[32m OK [0m] Stopped target Timers.\n[[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons.\n[[32m OK [0m] Stopped dracut pre-pivot and cleanup hook.\n Stopping dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Stopped target Remote File Systems.\n[[32m OK [0m] Stopped target Remote File Systems (Pre).\n[[32m OK [0m] Stopped dracut initqueue hook.\n Stopping dracut initqueue hook...\n[[32m OK [0m] Stopped target Initrd Default Target.\n[[32m OK [0m] Stopped target Basic System.\n[[32m OK [0m] Stopped target System Initialization.\n[[32m OK [0m] Stopped udev Coldplug all Devices.\n Stopping udev Coldplug all Devices...\n[[32m OK [0m] Stopped dracut pre-trigger hook.\n Stopping dracut pre-trigger hook...\n[[32m OK [0m] Stopped Apply Kernel Variables.\n Stopping Apply Kernel Variables...\n[[32m OK [0m] Stopped target Local File Systems.\n[[32m OK [0m] Stopped target Swap.\n Stopping udev Kernel Device Manager...\n[[32m OK [0m] Stopped target Sockets.\n[[32m OK [0m] Stopped target Slices.\n[[32m OK [0m] Stopped target Paths.\n[[32m OK [0m] Stopped udev Kernel Device Manager.\n[[32m OK [0m] Stopped dracut pre-udev hook.\n Stopping dracut pre-udev hook...\n[[32m OK [0m] Stopped dracut cmdline hook.\n Stopping dracut cmdline hook...\n[[32m OK [0m] Stopped Create Static Device Nodes in /dev.\n Stopping Create Static Device Nodes in /dev...\n[[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel.\n Stopping Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Closed udev Kernel Socket.\n[[32m OK [0m] Closed udev Control Socket.\n Starting Cleanup udevd DB...\n[[32m OK [0m] Started Cleanup udevd DB.\n[[32m OK [0m] Reached target Switch Root.\n Starting Switch Root...\n[ 2.088838] systemd-journald[105]: Received SIGTERM from PID 1 (systemd).\n[ 2.110201] tsc: Refined TSC clocksource calibration: 3491.849 MHz\n[ 2.168897] SELinux: Disabled at runtime.\n[ 2.207185] type=1404 audit(1534064843.378:2): selinux=0 auid=4294967295 ses=4294967295\n[ 2.232871] ip_tables: (C) 2000-2006 Netfilter Core Team\n[ 2.234403] systemd[1]: Inserted module 'ip_tables'\n\nWelcome to [0;31mCentOS Linux 7 (Core)[0m!\n\n[[32m OK [0m] Stopped Switch Root.\n[[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[[32m OK [0m] Stopped target Switch Root.\n Mounting NFSD configuration filesystem...\n Mounting Debug File System...\n[[32m OK [0m] Created slice system-selinux\\x2dpol...grate\\x2dlocal\\x2dchanges.slice.\n[[32m OK [0m] Created slice User and Session Slice.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[[32m OK [0m] Stopped target Initrd File Systems.\n[[32m OK [0m] Listening on udev Control Socket.\n[[32m OK [0m] Created slice system-getty.slice.\n[[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[[32m OK [0m] Listening on Delayed Shutdown Socket.\n[[32m OK [0m] Stopped File System Check on Root Device.\n Stopping File System Check on Root Device...\n[[32m OK [0m] Stopped target Initrd Root File System.\n[[32m OK [0m] Stopped Journal Service.\n Starting Journal Service...\n[[32m OK [0m] Reached target Encrypted Volumes.\n Starting Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Reached target Swap.\n[[32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n Starting Apply Kernel Variables...\n Starting Remount Root and Kernel File Systems...\n Mounting POSIX Message Queue File System...\n[[32m OK [0m] Reached target Slices.\n Starting Setup Virtual Console...\n Mounting Huge Pages File System...\n[[32m OK [0m] Mounted Debug File System.\n[[32m OK [0m] Started Journal Service.\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[[32m OK [0m] Started Apply Kernel Variables.\n[[32m OK [0m] Started Remount Root and Kernel File Systems.\n[[32m OK [0m] Mounted POSIX Message Queue File System.\n[[32m OK [0m] Mounted Huge Pages File System.\n[ 2.455414] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).\n Starting Configure read-only root support...\n Starting Load/Save Random Seed...\n Starting Rebuild Hardware Database...\n Starting Create Static Device Nodes in /dev...\n Starting Flush Journal to Persistent Storage...\n[[32m OK [0m] Mounted NFSD configuration filesystem.\n[[32m OK [0m] Started Load/Save Random Seed.\n[[32m OK [0m] Started Configure read-only root support.\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n[ 2.531747] systemd-journald[387]: Received request to flush runtime journal from PID 1\n[[32m OK [0m] Started Flush Journal to Persistent Storage.\n[[32m OK [0m] Reached target Local File Systems (Pre).\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Reached target Local File Systems.\n Starting Mark the need to relabel after reboot...\n Starting Import network configuration from initramfs...\n Starting Rebuild Journal Catalog...\n Starting Preprocess NFS configuration...\n[[32m OK [0m] Started Mark the need to relabel after reboot.\n[[32m OK [0m] Started Rebuild Journal Catalog.\n[[32m OK [0m] Started Preprocess NFS configuration.\n[[32m OK [0m] Started udev Kernel Device Manager.\n[[32m OK [0m] Started Setup Virtual Console.\n[[32m OK [0m] Started Import network configuration from initramfs.\n Starting Create Volatile Files and Directories...\n[[32m OK [0m] Started Create Volatile Files and Directories.\n Starting Security Auditing Service...\n[ 2.627658] type=1305 audit(1534064843.798:3): audit_pid=436 old=0 auid=4294967295 ses=4294967295 res=1\n[[32m OK [0m] Started Security Auditing Service.\n Starting Update UTMP about System Boot/Shutdown...\n[[32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[32m OK [0m] Started Rebuild Hardware Database.\n Starting Update is Completed...\n Starting udev Coldplug all Devices...\n[[32m OK [0m] Started Update is Completed.\n[[32m OK [0m] Started udev Coldplug all Devices.\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Listening on RPCbind Server Activation Socket.\n[[32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[32m OK [0m] Reached target Sockets.\n[[32m OK [0m[ 2.806481] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0\n] Reached target Paths.\n[[32m OK [0m] Reached target Basic System.\n Starting NTP client/server...\n Starting Authorization Manager...\n Starting GSSAPI Proxy Daemon...\n[ 2.815306] [drm] Initialized drm 1.1.0 20060810\n Starting Dump dmesg to /var/log/dmesg...\n Starting Login Service...\n[[32m OK [0m] Started D-Bus System Message Bus.\n[ 2.826347] input: PC Speaker as /devices/platform/pcspkr/input/input5\n[ 2.848495] [TTM] Zone kernel: Available graphics memory: 1940960 kiB\n[ 2.850929] [TTM] Initializing pool allocator\n[ 2.852469] [TTM] Initializing DMA pool allocator\n[ 2.854032] [drm] fb mappable at 0xFC000000\n[ 2.855481] [drm] vram aper at 0xFC000000\n[ 2.856694] [drm] size 33554432\n[ 2.857857] [drm] fb depth is 24\n[ 2.859076] [drm] pitch is 3072\n Starting D-Bus System Message Bus...\n[ 2.862273] fbcon: cirrusdrmfb (fb0) is primary device\n[ 2.882066] ppdev: user-space parallel port driver\n[ 2.888056] Console: switching to colour frame buffer device 128x48\n[ 2.900269] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device\n Starting LSB: Bring up/down networking...\n[[32m OK [0m] Started irqbalance daemon.\n Starting irqbalance daemon...\n[ 2.915545] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0\n Starting Initial cloud-init job (pre-networking)...\n[[32m OK [0m] Reached target Timers.\n[[32m OK [0m] Started GSSAPI Proxy Daemon.\n[[32m OK [0m] Started Dump dmesg to /var/log/dmesg.\n[[32m OK [0m] Found device /dev/ttyS0.\n[[32m OK [0m] Started Authorization Manager.\n[[32m OK [0m] Started Login Service.\n[[32m OK [0m] Started NTP client/server.\n[[32m OK [0m] Reached target NFS client services.\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n Starting Permit User Sessions...[ 2.960427] AES CTR mode by8 optimization enabled\n\n[[32m OK [0m] Started Permit User Sessions.\n[[32m OK [0m] Started Serial Getty on ttyS0.\n Starting Serial Getty on ttyS0...\n[[32m OK [0m] Started Command Scheduler.\n Starting Command Scheduler...\n[[32m OK [0m] Started Getty on tty1.\n Starting Getty on tty1...\n[[32m OK [0m] Reached target Login Prompts.\n[ 2.992642] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)\n[ 3.000640] alg: No test for crc32 (crc32-pclmul)\n[ 3.004139] intel_rapl: no valid rapl domains found in package 0\n[ 3.010563] intel_rapl: no valid rapl domains found in package 0\n[ 3.012924] intel_powerclamp: No package C-state available\n[ 3.016881] intel_powerclamp: No package C-state available[ 3.081733] cloud-init[518]: Cloud-init v. 0.7.5 running 'init-local' at Sun, 12 Aug 2018 09:07:24 +0000. Up 3.05 seconds.\n[[32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[32m OK [0m] Started LSB: Bring up/down networking.\n[[32m OK [0m] Reached target Network.\n Starting Notify NFS peers of a restart...\n Starting Dynamic System Tuning Daemon...\n Starting System Logging Service...\n Starting Postfix Mail Transport Agent...\n[[32m OK [0m] Reached target Network is Online.\n Starting RabbitMQ Service...\n[[32m OK [0m] Started Cloudify REST Service.\n Starting Cloudify REST Service...\n[[32m OK [0m] Started InfluxDB Service.\n Starting InfluxDB Service...\n[[32m OK [0m] Started Cloudify Stage Service.\n Starting Cloudify Stage Service...\n Starting Crash recovery kernel arming...\n Starting LSB: Starts Logstash as a daemon....\n Starting LSB: Supports the direct execution of binary formats....\n Starting nginx - high performance web server...\n Starting OpenSSH server daemon...\n Starting Initial cloud-init job (metadata service crawler)...\n Starting PostgreSQL 9.5 database server...\n[[32m OK [0m] Started Notify NFS peers of a restart.\n[[32m OK [0m] Started LSB: Starts Logstash as a daemon..\n Mounting Arbitrary Executable File Formats File System...\n[[32m OK [0m] Mounted Arbitrary Executable File Formats File System.\n[[32m OK [0m] Started LSB: Supports the direct execution of binary formats..\n[[32m OK [0m] Started OpenSSH server daemon.\n[[32m OK [0m] Started nginx - high performance web server.\n[[32m OK [0m] Created slice user-993.slice.\n[[32m OK [0m] Started Dynamic System Tuning Daemon.\n[ 5.547485] cloud-init[823]: Cloud-init v. 0.7.5 running 'init' at Sun, 12 Aug 2018 09:07:27 +0000. Up 5.49 seconds.\n[ 5.616318] cloud-init[823]: ci-info: +++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\n[ 5.617905] cloud-init[823]: ci-info: +--------+------+---------------+---------------+-------------------+\n[ 5.619359] cloud-init[823]: ci-info: | Device | Up | Address | Mask | Hw-Address |\n[ 5.620817] cloud-init[823]: ci-info: +--------+------+---------------+---------------+-------------------+\n[ 5.622278] cloud-init[823]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . |\n[ 5.623721] cloud-init[823]: ci-info: | eth0: | True | 192.168.120.5 | 255.255.255.0 | fa:16:3e:3a:81:a4 |\n[ 5.625181] cloud-init[823]: ci-info: +--------+------+---------------+---------------+-------------------+\n[ 5.639197] cloud-init[823]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\n[ 5.640913] cloud-init[823]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 5.642487] cloud-init[823]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 5.644080] cloud-init[823]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 5.645656] cloud-init[823]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG |\n[ 5.647597] cloud-init[823]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | eth0 | UGH |\n[ 5.674345] cloud-init[823]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\n[ 5.675995] cloud-init[823]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[[32m OK [0m] Started Postfix Mail Transport Agent.\n[[32m OK [0m] Started PostgreSQL 9.5 database server.\n\nCentOS Linux 7 (Core)\nKernel 3.10.0-514.16.1.el7.x86_64 on an x86_64\n\ncloudify login: "} 2018-08-12 09:07:34,640 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/e2dfb149-a4be-47c3-b7c0-b69ce64de327/action used request id req-3e34628d-a37a-4e92-80e5-42cb6151955c 2018-08-12 09:07:34,640 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0721409320831s 2018-08-12 09:07:34,640 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/e2dfb149-a4be-47c3-b7c0-b69ce64de327/action used request id req-3e34628d-a37a-4e92-80e5-42cb6151955c 2018-08-12 09:07:34,641 - functest.core.singlevm - DEBUG - vm console: [H[J[1;1H[?25l[m[H[J[1;1H[20;7H[mUse the ^ and v keys to change the selection. Press 'e' to edit the selected item, or 'c' for a command prompt. [4;80H [7m[4;1H CentOS Linux (3.10.0-514.16.1.el7.x86_64) 7 (Core) [m[4;79H[m[m[5;1H CentOS Linux (3.10.0-327.28.3.el7.x86_64) 7 (Core) [m[5;79H[m[m[6;1H CentOS Linux (0-rescue-56d65f493d8f854534fe792ecf014b83) 7 (Core) [m[6;79H[m[m[7;1H [m[7;79H[m[m[8;1H [m[8;79H[m[m[9;1H [m[9;79H[m[m[10;1H [m[10;79H[m[m[11;1H [m[11;79H[m[m[12;1H [m[12;79H[m[m[13;1H [m[13;79H[m[m[14;1H [m[14;79H[m[m[15;1H [m[15;79H[m[m[16;1H [m[16;79H[m[m[17;1H [m[17;79H[m[m[18;1H [m[18;79H[m[18;80H [4;79H[22;1H The selected entry will be started automatically in 1s. [4;79H[22;1H The selected entry will be started automatically in 0s. [4;79H[?25h[H[J[1;1H[H[J[1;1H[ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.10.0-514.16.1.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #1 SMP Wed Apr 12 15:04:24 UTC 2017 [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8 [ 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-0x00000000bffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x00000000bffdc000-0x00000000bfffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x140000 max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] e820: last_pfn = 0xbffdc max_arch_pfn = 0x400000000 [ 0.000000] found SMP MP-table at [mem 0x000f6390-0x000f639f] mapped at [ffff8800000f6390] [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff] [ 0.000000] ACPI: RSDP 00000000000f6340 00014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 00000000bffe1351 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 00000000bffe11dd 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 00000000bffdfdc0 0141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 00000000bffdfd80 00040 [ 0.000000] ACPI: APIC 00000000bffe12d1 00080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000013fffffff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x13fffffff] [ 0.000000] NODE_DATA [mem 0x13ffd7000-0x13fffdfff] [ 0.000000] Reserving 161MB of memory at 656MB for crashkernel (System RAM: 4095MB) [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 1:3ff87001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 2067716025 cycles [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal [mem 0x100000000-0x13fffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0xbffdbfff] [ 0.000000] node 0: [mem 0x100000000-0x13fffffff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 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 2 CPUs, 0 hotplug CPUs [ 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] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff] [ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff] [ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff] [ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037 [ 0.000000] Policy zone: Normal [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100 [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form [ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2. [ 0.000000] NR_IRQS:327936 nr_irqs:440 0 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty0] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 16777216 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.313289] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912) [ 0.315489] pid_max: default: 32768 minimum: 301 [ 0.316679] Security Framework initialized [ 0.317781] SELinux: Initializing. [ 0.319065] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.323668] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.326484] Mount-cache hash table entries: 4096 [ 0.327904] Initializing cgroup subsys memory [ 0.329063] Initializing cgroup subsys devices [ 0.330212] Initializing cgroup subsys freezer [ 0.331359] Initializing cgroup subsys net_cls [ 0.332506] Initializing cgroup subsys blkio [ 0.333626] Initializing cgroup subsys perf_event [ 0.334809] Initializing cgroup subsys hugetlb [ 0.335952] Initializing cgroup subsys pids [ 0.337060] Initializing cgroup subsys net_prio [ 0.338284] CPU: Physical Processor ID: 0 [ 0.340081] mce: CPU supports 10 MCE banks [ 0.341202] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.342483] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.343770] tlb_flushall_shift: 6 [ 0.344940] Freeing SMP alternatives: 28k freed [ 0.348678] ACPI: Core revision 20130517 [ 0.350203] ACPI: All ACPI Tables successfully acquired [ 0.351643] ftrace: allocating 25812 entries in 101 pages [ 0.372567] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.374097] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.375577] smpboot: Max logical packages: 2 [ 0.376879] Enabling x2apic [ 0.377774] Enabled x2apic [ 0.378850] Switched APIC routing to physical x2apic. [ 0.380995] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.382478] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.385105] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.392426] KVM setup paravirtual spinlock [ 0.394707] smpboot: Booting Node 0, Processors #1 OK [ 0.396354] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.418161] Brought up 2 CPUs [ 0.418171] KVM setup async PF for cpu 1 [ 0.418174] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.421277] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.423475] devtmpfs: initialized [ 0.426166] EVM: security.selinux [ 0.427156] EVM: security.ima [ 0.428064] EVM: security.capability [ 0.429715] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.431243] pinctrl core: initialized pinctrl subsystem [ 0.432621] NET: Registered protocol family 16 [ 0.433978] ACPI: bus type PCI registered [ 0.435065] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.436579] PCI: Using configuration type 1 for base access [ 0.441281] ACPI: Added _OSI(Module Device) [ 0.442471] ACPI: Added _OSI(Processor Device) [ 0.443667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.444903] ACPI: Added _OSI(Processor Aggregator Device) [ 0.447356] ACPI: Interpreter enabled [ 0.448451] ACPI: (supports S0 S5) [ 0.449477] ACPI: Using IOAPIC for interrupt routing [ 0.450769] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.454822] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.456308] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.457900] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.459445] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.462331] acpiphp: Slot [3] registered [ 0.463461] acpiphp: Slot [4] registered [ 0.464590] acpiphp: Slot [5] registered [ 0.465712] acpiphp: Slot [6] registered [ 0.466835] acpiphp: Slot [7] registered [ 0.467952] acpiphp: Slot [8] registered [ 0.469068] acpiphp: Slot [9] registered [ 0.470183] acpiphp: Slot [10] registered [ 0.471313] acpiphp: Slot [11] registered [ 0.472447] acpiphp: Slot [12] registered [ 0.473585] acpiphp: Slot [13] registered [ 0.474723] acpiphp: Slot [14] registered [ 0.475859] acpiphp: Slot [15] registered [ 0.476995] acpiphp: Slot [16] registered [ 0.478130] acpiphp: Slot [17] registered [ 0.479286] acpiphp: Slot [18] registered [ 0.480439] acpiphp: Slot [19] registered [ 0.481593] acpiphp: Slot [20] registered [ 0.482774] acpiphp: Slot [21] registered [ 0.483873] acpiphp: Slot [22] registered [ 0.484961] acpiphp: Slot [23] registered [ 0.486046] acpiphp: Slot [24] registered [ 0.487147] acpiphp: Slot [25] registered [ 0.488240] acpiphp: Slot [26] registered [ 0.489334] acpiphp: Slot [27] registered [ 0.490427] acpiphp: Slot [28] registered [ 0.491516] acpiphp: Slot [29] registered [ 0.492597] acpiphp: Slot [30] registered [ 0.493680] acpiphp: Slot [31] registered [ 0.494759] PCI host bridge to bus 0000:00 [ 0.495843] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.497142] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.498689] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.500180] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.502154] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.504131] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window] [ 0.508586] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.510162] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.511615] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.513159] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.517065] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.519385] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.543833] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.545642] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.547361] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.549084] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.551141] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.552735] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.554393] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.556487] vgaarb: loaded [ 0.557368] vgaarb: bridge control possible 0000:00:02.0 [ 0.558785] SCSI subsystem initialized [ 0.559865] ACPI: bus type USB registered [ 0.560968] usbcore: registered new interface driver usbfs [ 0.562278] usbcore: registered new interface driver hub [ 0.563583] usbcore: registered new device driver usb [ 0.564997] PCI: Using ACPI for IRQ routing [ 0.566402] NetLabel: Initializing [ 0.567392] NetLabel: domain hash size = 128 [ 0.568506] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.569743] NetLabel: unlabeled traffic allowed by default [ 0.571151] Switched to clocksource kvm-clock [ 0.579243] pnp: PnP ACPI init [ 0.580189] ACPI: bus type PNP registered [ 0.581601] pnp: PnP ACPI: found 5 devices [ 0.582687] ACPI: bus type PNP unregistered [ 0.590080] NET: Registered protocol family 2 [ 0.591502] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.593673] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.595488] TCP: Hash tables configured (established 32768 bind 32768) [ 0.597025] TCP: reno registered [ 0.597979] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.599390] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.601007] NET: Registered protocol family 1 [ 0.602585] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.604448] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.606288] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.626253] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.646327] Unpacking initramfs... [ 1.092840] Freeing initrd memory: 37508k freed [ 1.102433] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.104492] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.108120] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.110259] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.112572] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.114557] Initialise system trusted keyring [ 1.116094] audit: initializing netlink socket (disabled) [ 1.117883] type=2000 audit(1534064842.564:1): initialized [ 1.134492] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.136491] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.139307] zpool: loaded [ 1.140413] zbud: loaded [ 1.141672] VFS: Disk quotas dquot_6.5.2 [ 1.143110] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.145286] msgmni has been set to 7578 [ 1.146709] Key type big_key registered [ 1.148857] NET: Registered protocol family 38 [ 1.150380] Key type asymmetric registered [ 1.151847] Asymmetric key parser 'x509' registered [ 1.153507] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.156213] io scheduler noop registered [ 1.157627] io scheduler deadline registered (default) [ 1.169034] io scheduler cfq registered [ 1.170527] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.172379] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.174592] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.177250] ACPI: Power Button [PWRF] [ 1.178699] GHES: HEST is not enabled! [ 1.180138] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.204079] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.206250] Non-volatile memory driver v1.3 [ 1.207742] Linux agpgart interface v0.103 [ 1.209298] crash memory driver: version 1.1 [ 1.210851] rdac: device handler registered [ 1.212427] hp_sw: device handler registered [ 1.213968] emc: device handler registered [ 1.215444] alua: device handler registered [ 1.216941] libphy: Fixed MDIO Bus: probed [ 1.218441] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.220486] ehci-pci: EHCI PCI platform driver [ 1.222041] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.224014] ohci-pci: OHCI PCI platform driver [ 1.225546] uhci_hcd: USB Universal Host Controller Interface driver [ 1.245989] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.247752] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.250461] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.252204] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.254133] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.256320] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.258942] usb usb1: Product: UHCI Host Controller [ 1.260594] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.262769] usb usb1: SerialNumber: 0000:00:01.2 [ 1.264386] hub 1-0:1.0: USB hub found [ 1.265788] hub 1-0:1.0: 2 ports detected [ 1.267347] usbcore: registered new interface driver usbserial [ 1.269229] usbcore: registered new interface driver usbserial_generic [ 1.271254] usbserial: USB Serial support registered for generic [ 1.273172] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.276586] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.277854] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.279211] mousedev: PS/2 mouse device common for all mice [ 1.280827] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.283147] rtc_cmos 00:00: RTC can wake from S4 [ 1.283837] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.285412] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.289815] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.291360] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.292912] cpuidle: using governor menu [ 1.294069] hidraw: raw HID events driver (C) Jiri Kosina [ 1.295490] usbcore: registered new interface driver usbhid [ 1.296899] usbhid: USB HID core driver [ 1.298040] drop_monitor: Initializing network drop monitor service [ 1.299550] TCP: cubic registered [ 1.300543] Initializing XFRM netlink socket [ 1.301790] NET: Registered protocol family 10 [ 1.303224] NET: Registered protocol family 17 [ 1.304629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.306068] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.307586] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.310031] Loading compiled-in X.509 certificates [ 1.311370] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.313809] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.316646] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.319081] registered taskstats version 1 [ 1.322137] Key type trusted registered [ 1.324516] Key type encrypted registered [ 1.326912] IMA: No TPM chip found, activating TPM-bypass! [ 1.328722] rtc_cmos 00:00: setting system clock to 2018-08-12 09:07:22 UTC (1534064842) [ 1.331555] Freeing unused kernel memory: 1680k freed [ 1.336284] systemd[1]: systemd 219 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID +ELFUTILS +KMOD +IDN) [ 1.340586] systemd[1]: Detected virtualization kvm. [ 1.341909] systemd[1]: Detected architecture x86-64. [ 1.343214] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.345951] systemd[1]: No hostname configured. [ 1.347161] systemd[1]: Set hostname to . [ 1.348496] systemd[1]: Initializing machine ID from KVM UUID. [ 1.371994] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.374309] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Reached target Paths. [ 1.377502] systemd[1]: Reached target Paths. [ 1.378758] systemd[1]: Starting Paths. [[32m OK [0m] Created slice Root Slice. [ 1.380905] systemd[1]: Created slice Root Slice. [ 1.382216] systemd[1]: Starting Root Slice. [[32m OK [0m] Created slice System Slice. [ 1.384402] systemd[1]: Created slice System Slice. [ 1.385728] systemd[1]: Starting System Slice. [[32m OK [0m] Reached target Slices. [ 1.387937] systemd[1]: Reached target Slices. [ 1.389182] systemd[1]: Starting Slices. [[32m OK [0m] Reached target Swap. [ 1.391150] systemd[1]: Reached target Swap. [ 1.392380] systemd[1]: Starting Swap. [[32m OK [0m] Listening on udev Kernel Socket. [ 1.394538] systemd[1]: Listening on udev Kernel Socket. [ 1.395950] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Listening on Journal Socket. [ 1.398297] systemd[1]: Listening on Journal Socket. [ 1.399646] systemd[1]: Starting Journal Socket. [ 1.401373] systemd[1]: Starting Journal Service... Starting Journal Service... [ 1.404016] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [[32m OK [0m] Reached target Timers. [ 1.407125] systemd[1]: Reached target Timers. [ 1.408402] systemd[1]: Starting Timers. [[32m OK [0m] Listening on udev Control Socket. [ 1.411367] systemd[1]: Listening on udev Control Socket. [ 1.412975] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Reached target Sockets. [ 1.415147] systemd[1]: Reached target Sockets. [ 1.416401] systemd[1]: Starting Sockets. [ 1.417962] 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... [[32m OK [0m] Reached target Local File Systems. [ 1.422586] systemd[1]: Reached target Local File Systems. [ 1.424026] systemd[1]: Starting Local File Systems. [ 1.426098] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [[32m OK [0m] Started Journal Service. [ 1.429552] systemd[1]: Started Journal Service. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. Starting Create Static Device Nodes in /dev... [[32m OK [0m] Started Apply Kernel Variables. [[32m OK [0m] Started Create Static Device Nodes in /dev. [[32m OK [0m] Started dracut cmdline hook. Starting dracut pre-udev hook... [ 1.486990] RPC: Registered named UNIX socket transport module. [ 1.488480] RPC: Registered udp transport module. [ 1.489732] RPC: Registered tcp transport module. [ 1.490986] RPC: Registered tcp NFSv4.1 backchannel transport module. [[32m OK [0m] Started dracut pre-udev hook. Starting udev Kernel Device Manager... [[32m OK [0m] Started udev Kernel Device Manager. Starting dracut pre-trigger hook... [[32m OK [0m] Started dracut pre-trigger hook. Starting udev Coldplug all Devices... Mounting Configuration File System... [[32m OK [0m] Mounted Configuration File System. [ 1.573160] usb 1-1: new full-speed USB device number 2 using uhci_hcd [[32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Basic System. Starting dracut initqueue hook... [ 1.595743] FDC 0 is a S82078B [ 1.609601] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.613141] scsi host0: ata_piix [ 1.614511] scsi host1: ata_piix [ 1.615809] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.617938] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.656825] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.664477] vda: vda1 [[32m OK [0m] Found device /dev/disk/by-uuid/f13d84b4-c756-4d89-9d5e-6b534397aa14. Starting File System Check on /dev/...4-c756-4d89-9d5e-6b534397aa14... [[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14. [ 1.726370] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.728179] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.729814] usb 1-1: Product: QEMU USB Tablet [ 1.731039] usb 1-1: Manufacturer: QEMU [ 1.732142] usb 1-1: SerialNumber: 42 [ 1.741547] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 1.744354] 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 [[32m OK [0m] Started dracut initqueue hook. Mounting /sysroot... [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. [ 1.827799] SGI XFS with ACLs, security attributes, no debug enabled [ 1.830327] XFS (vda1): Mounting V4 Filesystem [ 1.867367] XFS (vda1): Ending clean mount [[32m OK [0m] Mounted /sysroot. [[32m OK [0m] Reached target Initrd Root File System. Starting Reload Configuration from the Real Root... [[32m OK [0m] Started Reload Configuration from the Real Root. [[32m OK [0m] Reached target Initrd File Systems. [[32m OK [0m] Reached target Initrd Default Target. Starting dracut pre-pivot and cleanup hook... [[32m OK [0m] Started dracut pre-pivot and cleanup hook. Starting Cleaning Up and Shutting Down Daemons... [[32m OK [0m] Stopped target Timers. [[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons. [[32m OK [0m] Stopped dracut pre-pivot and cleanup hook. Stopping dracut pre-pivot and cleanup hook... [[32m OK [0m] Stopped target Remote File Systems. [[32m OK [0m] Stopped target Remote File Systems (Pre). [[32m OK [0m] Stopped dracut initqueue hook. Stopping dracut initqueue hook... [[32m OK [0m] Stopped target Initrd Default Target. [[32m OK [0m] Stopped target Basic System. [[32m OK [0m] Stopped target System Initialization. [[32m OK [0m] Stopped udev Coldplug all Devices. Stopping udev Coldplug all Devices... [[32m OK [0m] Stopped dracut pre-trigger hook. Stopping dracut pre-trigger hook... [[32m OK [0m] Stopped Apply Kernel Variables. Stopping Apply Kernel Variables... [[32m OK [0m] Stopped target Local File Systems. [[32m OK [0m] Stopped target Swap. Stopping udev Kernel Device Manager... [[32m OK [0m] Stopped target Sockets. [[32m OK [0m] Stopped target Slices. [[32m OK [0m] Stopped target Paths. [[32m OK [0m] Stopped udev Kernel Device Manager. [[32m OK [0m] Stopped dracut pre-udev hook. Stopping dracut pre-udev hook... [[32m OK [0m] Stopped dracut cmdline hook. Stopping dracut cmdline hook... [[32m OK [0m] Stopped Create Static Device Nodes in /dev. Stopping Create Static Device Nodes in /dev... [[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel. Stopping Create list of required st... nodes for the current kernel... [[32m OK [0m] Closed udev Kernel Socket. [[32m OK [0m] Closed udev Control Socket. Starting Cleanup udevd DB... [[32m OK [0m] Started Cleanup udevd DB. [[32m OK [0m] Reached target Switch Root. Starting Switch Root... [ 2.088838] systemd-journald[105]: Received SIGTERM from PID 1 (systemd). [ 2.110201] tsc: Refined TSC clocksource calibration: 3491.849 MHz [ 2.168897] SELinux: Disabled at runtime. [ 2.207185] type=1404 audit(1534064843.378:2): selinux=0 auid=4294967295 ses=4294967295 [ 2.232871] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.234403] systemd[1]: Inserted module 'ip_tables' Welcome to [0;31mCentOS Linux 7 (Core)[0m! [[32m OK [0m] Stopped Switch Root. [[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [[32m OK [0m] Stopped target Switch Root. Mounting NFSD configuration filesystem... Mounting Debug File System... [[32m OK [0m] Created slice system-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice. [[32m OK [0m] Created slice User and Session Slice. [[32m OK [0m] Listening on udev Kernel Socket. [[32m OK [0m] Stopped target Initrd File Systems. [[32m OK [0m] Listening on udev Control Socket. [[32m OK [0m] Created slice system-getty.slice. [[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [[32m OK [0m] Listening on Delayed Shutdown Socket. [[32m OK [0m] Stopped File System Check on Root Device. Stopping File System Check on Root Device... [[32m OK [0m] Stopped target Initrd Root File System. [[32m OK [0m] Stopped Journal Service. Starting Journal Service... [[32m OK [0m] Reached target Encrypted Volumes. Starting Create list of required st... nodes for the current kernel... [[32m OK [0m] Reached target Swap. [[32m OK [0m] Created slice system-serial\x2dgetty.slice. Starting Apply Kernel Variables... Starting Remount Root and Kernel File Systems... Mounting POSIX Message Queue File System... [[32m OK [0m] Reached target Slices. Starting Setup Virtual Console... Mounting Huge Pages File System... [[32m OK [0m] Mounted Debug File System. [[32m OK [0m] Started Journal Service. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [[32m OK [0m] Started Apply Kernel Variables. [[32m OK [0m] Started Remount Root and Kernel File Systems. [[32m OK [0m] Mounted POSIX Message Queue File System. [[32m OK [0m] Mounted Huge Pages File System. [ 2.455414] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). Starting Configure read-only root support... Starting Load/Save Random Seed... Starting Rebuild Hardware Database... Starting Create Static Device Nodes in /dev... Starting Flush Journal to Persistent Storage... [[32m OK [0m] Mounted NFSD configuration filesystem. [[32m OK [0m] Started Load/Save Random Seed. [[32m OK [0m] Started Configure read-only root support. [[32m OK [0m] Started Create Static Device Nodes in /dev. [ 2.531747] systemd-journald[387]: Received request to flush runtime journal from PID 1 [[32m OK [0m] Started Flush Journal to Persistent Storage. [[32m OK [0m] Reached target Local File Systems (Pre). Starting udev Kernel Device Manager... [[32m OK [0m] Reached target Local File Systems. Starting Mark the need to relabel after reboot... Starting Import network configuration from initramfs... Starting Rebuild Journal Catalog... Starting Preprocess NFS configuration... [[32m OK [0m] Started Mark the need to relabel after reboot. [[32m OK [0m] Started Rebuild Journal Catalog. [[32m OK [0m] Started Preprocess NFS configuration. [[32m OK [0m] Started udev Kernel Device Manager. [[32m OK [0m] Started Setup Virtual Console. [[32m OK [0m] Started Import network configuration from initramfs. Starting Create Volatile Files and Directories... [[32m OK [0m] Started Create Volatile Files and Directories. Starting Security Auditing Service... [ 2.627658] type=1305 audit(1534064843.798:3): audit_pid=436 old=0 auid=4294967295 ses=4294967295 res=1 [[32m OK [0m] Started Security Auditing Service. Starting Update UTMP about System Boot/Shutdown... [[32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[32m OK [0m] Started Rebuild Hardware Database. Starting Update is Completed... Starting udev Coldplug all Devices... [[32m OK [0m] Started Update is Completed. [[32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Listening on RPCbind Server Activation Socket. [[32m OK [0m] Listening on D-Bus System Message Bus Socket. [[32m OK [0m] Reached target Sockets. [[32m OK [0m[ 2.806481] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0 ] Reached target Paths. [[32m OK [0m] Reached target Basic System. Starting NTP client/server... Starting Authorization Manager... Starting GSSAPI Proxy Daemon... [ 2.815306] [drm] Initialized drm 1.1.0 20060810 Starting Dump dmesg to /var/log/dmesg... Starting Login Service... [[32m OK [0m] Started D-Bus System Message Bus. [ 2.826347] input: PC Speaker as /devices/platform/pcspkr/input/input5 [ 2.848495] [TTM] Zone kernel: Available graphics memory: 1940960 kiB [ 2.850929] [TTM] Initializing pool allocator [ 2.852469] [TTM] Initializing DMA pool allocator [ 2.854032] [drm] fb mappable at 0xFC000000 [ 2.855481] [drm] vram aper at 0xFC000000 [ 2.856694] [drm] size 33554432 [ 2.857857] [drm] fb depth is 24 [ 2.859076] [drm] pitch is 3072 Starting D-Bus System Message Bus... [ 2.862273] fbcon: cirrusdrmfb (fb0) is primary device [ 2.882066] ppdev: user-space parallel port driver [ 2.888056] Console: switching to colour frame buffer device 128x48 [ 2.900269] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device Starting LSB: Bring up/down networking... [[32m OK [0m] Started irqbalance daemon. Starting irqbalance daemon... [ 2.915545] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 Starting Initial cloud-init job (pre-networking)... [[32m OK [0m] Reached target Timers. [[32m OK [0m] Started GSSAPI Proxy Daemon. [[32m OK [0m] Started Dump dmesg to /var/log/dmesg. [[32m OK [0m] Found device /dev/ttyS0. [[32m OK [0m] Started Authorization Manager. [[32m OK [0m] Started Login Service. [[32m OK [0m] Started NTP client/server. [[32m OK [0m] Reached target NFS client services. [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. Starting Permit User Sessions...[ 2.960427] AES CTR mode by8 optimization enabled [[32m OK [0m] Started Permit User Sessions. [[32m OK [0m] Started Serial Getty on ttyS0. Starting Serial Getty on ttyS0... [[32m OK [0m] Started Command Scheduler. Starting Command Scheduler... [[32m OK [0m] Started Getty on tty1. Starting Getty on tty1... [[32m OK [0m] Reached target Login Prompts. [ 2.992642] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) [ 3.000640] alg: No test for crc32 (crc32-pclmul) [ 3.004139] intel_rapl: no valid rapl domains found in package 0 [ 3.010563] intel_rapl: no valid rapl domains found in package 0 [ 3.012924] intel_powerclamp: No package C-state available [ 3.016881] intel_powerclamp: No package C-state available[ 3.081733] cloud-init[518]: Cloud-init v. 0.7.5 running 'init-local' at Sun, 12 Aug 2018 09:07:24 +0000. Up 3.05 seconds. [[32m OK [0m] Started Initial cloud-init job (pre-networking). [[32m OK [0m] Started LSB: Bring up/down networking. [[32m OK [0m] Reached target Network. Starting Notify NFS peers of a restart... Starting Dynamic System Tuning Daemon... Starting System Logging Service... Starting Postfix Mail Transport Agent... [[32m OK [0m] Reached target Network is Online. Starting RabbitMQ Service... [[32m OK [0m] Started Cloudify REST Service. Starting Cloudify REST Service... [[32m OK [0m] Started InfluxDB Service. Starting InfluxDB Service... [[32m OK [0m] Started Cloudify Stage Service. Starting Cloudify Stage Service... Starting Crash recovery kernel arming... Starting LSB: Starts Logstash as a daemon.... Starting LSB: Supports the direct execution of binary formats.... Starting nginx - high performance web server... Starting OpenSSH server daemon... Starting Initial cloud-init job (metadata service crawler)... Starting PostgreSQL 9.5 database server... [[32m OK [0m] Started Notify NFS peers of a restart. [[32m OK [0m] Started LSB: Starts Logstash as a daemon.. Mounting Arbitrary Executable File Formats File System... [[32m OK [0m] Mounted Arbitrary Executable File Formats File System. [[32m OK [0m] Started LSB: Supports the direct execution of binary formats.. [[32m OK [0m] Started OpenSSH server daemon. [[32m OK [0m] Started nginx - high performance web server. [[32m OK [0m] Created slice user-993.slice. [[32m OK [0m] Started Dynamic System Tuning Daemon. [ 5.547485] cloud-init[823]: Cloud-init v. 0.7.5 running 'init' at Sun, 12 Aug 2018 09:07:27 +0000. Up 5.49 seconds. [ 5.616318] cloud-init[823]: ci-info: +++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ [ 5.617905] cloud-init[823]: ci-info: +--------+------+---------------+---------------+-------------------+ [ 5.619359] cloud-init[823]: ci-info: | Device | Up | Address | Mask | Hw-Address | [ 5.620817] cloud-init[823]: ci-info: +--------+------+---------------+---------------+-------------------+ [ 5.622278] cloud-init[823]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . | [ 5.623721] cloud-init[823]: ci-info: | eth0: | True | 192.168.120.5 | 255.255.255.0 | fa:16:3e:3a:81:a4 | [ 5.625181] cloud-init[823]: ci-info: +--------+------+---------------+---------------+-------------------+ [ 5.639197] cloud-init[823]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ [ 5.640913] cloud-init[823]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 5.642487] cloud-init[823]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 5.644080] cloud-init[823]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 5.645656] cloud-init[823]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG | [ 5.647597] cloud-init[823]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | eth0 | UGH | [ 5.674345] cloud-init[823]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | [ 5.675995] cloud-init[823]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [[32m OK [0m] Started Postfix Mail Transport Agent. [[32m OK [0m] Started PostgreSQL 9.5 database server. CentOS Linux 7 (Core) Kernel 3.10.0-514.16.1.el7.x86_64 on an x86_64 cloudify login: 2018-08-12 09:07:34,644 - paramiko.transport - DEBUG - starting thread (client mode): 0x7e64a10L 2018-08-12 09:07:34,645 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-12 09:07:34,653 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1 2018-08-12 09:07:34,653 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1) 2018-08-12 09:07:34,667 - 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-group-exchange-sha1', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] server encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] client mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', 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-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] server mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', 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-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] 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 09:07:34,667 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-12 09:07:34,667 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-12 09:07:34,667 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-12 09:07:34,668 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-12 09:07:34,668 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-12 09:07:34,673 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-12 09:07:34,673 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-12 09:07:34,676 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 172.30.9.202: 4c1f7c71f5a98b8370f02ab218eae423 2018-08-12 09:07:34,677 - paramiko.transport - DEBUG - Trying discovered key e505e8cfe9848b452f2f1496a9a53afb in /tmp/tmpu0joFv 2018-08-12 09:07:34,714 - paramiko.transport - DEBUG - userauth is OK 2018-08-12 09:07:44,809 - paramiko.transport - INFO - Authentication (publickey) failed. 2018-08-12 09:07:44,826 - paramiko.transport - DEBUG - Trying discovered key 53a32704d80d9fa5426a394ad4fcf413 in /root/.ssh/id_rsa 2018-08-12 09:07:44,835 - paramiko.transport - DEBUG - userauth is OK 2018-08-12 09:07:44,847 - paramiko.transport - INFO - Authentication (publickey) failed. 2018-08-12 09:07:44,859 - functest.core.singlevm - DEBUG - try 2: cannot connect to 172.30.9.202: Authentication failed. 2018-08-12 09:07:53,859 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-12 09:07:53,862 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/e2dfb149-a4be-47c3-b7c0-b69ce64de327/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}c668290d9c72147a094047a9af54f9d559becb08" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 09:07:53,964 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:07: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-332b421b-5e02-4506-b5df-7c02765543a8 x-compute-request-id: req-332b421b-5e02-4506-b5df-7c02765543a8 Content-Encoding: gzip Content-Length: 11717 Content-Type: application/json RESP BODY: {"output": "[H[J[1;1H[?25l[m[H[J[1;1H[20;7H[mUse the ^ and v keys to change the selection. \n Press 'e' to edit the selected item, or 'c' for a command prompt. [4;80H [7m[4;1H CentOS Linux (3.10.0-514.16.1.el7.x86_64) 7 (Core) [m[4;79H[m[m[5;1H CentOS Linux (3.10.0-327.28.3.el7.x86_64) 7 (Core) [m[5;79H[m[m[6;1H CentOS Linux (0-rescue-56d65f493d8f854534fe792ecf014b83) 7 (Core) [m[6;79H[m[m[7;1H [m[7;79H[m[m[8;1H [m[8;79H[m[m[9;1H [m[9;79H[m[m[10;1H [m[10;79H[m[m[11;1H [m[11;79H[m[m[12;1H [m[12;79H[m[m[13;1H [m[13;79H[m[m[14;1H [m[14;79H[m[m[15;1H [m[15;79H[m[m[16;1H [m[16;79H[m[m[17;1H [m[17;79H[m[m[18;1H [m[18;79H[m[18;80H [4;79H[22;1H The selected entry will be started automatically in 1s. [4;79H[22;1H The selected entry will be started automatically in 0s. [4;79H[?25h[H[J[1;1H[H[J[1;1H[ 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 3.10.0-514.16.1.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #1 SMP Wed Apr 12 15:04:24 UTC 2017\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8\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-0x00000000bffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x00000000bffdc000-0x00000000bfffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable\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 = 0x140000 max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] e820: last_pfn = 0xbffdc max_arch_pfn = 0x400000000\n[ 0.000000] found SMP MP-table at [mem 0x000f6390-0x000f639f] mapped at [ffff8800000f6390]\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff]\n[ 0.000000] ACPI: RSDP 00000000000f6340 00014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 00000000bffe1351 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 00000000bffe11dd 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 00000000bffdfdc0 0141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 00000000bffdfd80 00040\n[ 0.000000] ACPI: APIC 00000000bffe12d1 00080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000013fffffff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x13fffffff]\n[ 0.000000] NODE_DATA [mem 0x13ffd7000-0x13fffdfff]\n[ 0.000000] Reserving 161MB of memory at 656MB for crashkernel (System RAM: 4095MB)\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 1:3ff87001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 2067716025 cycles\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal [mem 0x100000000-0x13fffffff]\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0xbffdbfff]\n[ 0.000000] node 0: [mem 0x100000000-0x13fffffff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\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 2 CPUs, 0 hotplug CPUs\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] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff]\n[ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037\n[ 0.000000] Policy zone: Normal\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form\n[ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2.\n[ 0.000000] NR_IRQS:327936 nr_irqs:440 0\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty0] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 16777216 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.313289] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912)\n[ 0.315489] pid_max: default: 32768 minimum: 301\n[ 0.316679] Security Framework initialized\n[ 0.317781] SELinux: Initializing.\n[ 0.319065] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.323668] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.326484] Mount-cache hash table entries: 4096\n[ 0.327904] Initializing cgroup subsys memory\n[ 0.329063] Initializing cgroup subsys devices\n[ 0.330212] Initializing cgroup subsys freezer\n[ 0.331359] Initializing cgroup subsys net_cls\n[ 0.332506] Initializing cgroup subsys blkio\n[ 0.333626] Initializing cgroup subsys perf_event\n[ 0.334809] Initializing cgroup subsys hugetlb\n[ 0.335952] Initializing cgroup subsys pids\n[ 0.337060] Initializing cgroup subsys net_prio\n[ 0.338284] CPU: Physical Processor ID: 0\n[ 0.340081] mce: CPU supports 10 MCE banks\n[ 0.341202] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.342483] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.343770] tlb_flushall_shift: 6\n[ 0.344940] Freeing SMP alternatives: 28k freed\n[ 0.348678] ACPI: Core revision 20130517\n[ 0.350203] ACPI: All ACPI Tables successfully acquired\n[ 0.351643] ftrace: allocating 25812 entries in 101 pages\n[ 0.372567] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.374097] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.375577] smpboot: Max logical packages: 2\n[ 0.376879] Enabling x2apic\n[ 0.377774] Enabled x2apic\n[ 0.378850] Switched APIC routing to physical x2apic.\n[ 0.380995] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.382478] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.385105] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.392426] KVM setup paravirtual spinlock\n[ 0.394707] smpboot: Booting Node 0, Processors #1 OK\n[ 0.396354] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.418161] Brought up 2 CPUs\n[ 0.418171] KVM setup async PF for cpu 1\n[ 0.418174] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.421277] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.423475] devtmpfs: initialized\n[ 0.426166] EVM: security.selinux\n[ 0.427156] EVM: security.ima\n[ 0.428064] EVM: security.capability\n[ 0.429715] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.431243] pinctrl core: initialized pinctrl subsystem\n[ 0.432621] NET: Registered protocol family 16\n[ 0.433978] ACPI: bus type PCI registered\n[ 0.435065] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.436579] PCI: Using configuration type 1 for base access\n[ 0.441281] ACPI: Added _OSI(Module Device)\n[ 0.442471] ACPI: Added _OSI(Processor Device)\n[ 0.443667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.444903] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.447356] ACPI: Interpreter enabled\n[ 0.448451] ACPI: (supports S0 S5)\n[ 0.449477] ACPI: Using IOAPIC for interrupt routing\n[ 0.450769] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.454822] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.456308] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.457900] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.459445] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.462331] acpiphp: Slot [3] registered\n[ 0.463461] acpiphp: Slot [4] registered\n[ 0.464590] acpiphp: Slot [5] registered\n[ 0.465712] acpiphp: Slot [6] registered\n[ 0.466835] acpiphp: Slot [7] registered\n[ 0.467952] acpiphp: Slot [8] registered\n[ 0.469068] acpiphp: Slot [9] registered\n[ 0.470183] acpiphp: Slot [10] registered\n[ 0.471313] acpiphp: Slot [11] registered\n[ 0.472447] acpiphp: Slot [12] registered\n[ 0.473585] acpiphp: Slot [13] registered\n[ 0.474723] acpiphp: Slot [14] registered\n[ 0.475859] acpiphp: Slot [15] registered\n[ 0.476995] acpiphp: Slot [16] registered\n[ 0.478130] acpiphp: Slot [17] registered\n[ 0.479286] acpiphp: Slot [18] registered\n[ 0.480439] acpiphp: Slot [19] registered\n[ 0.481593] acpiphp: Slot [20] registered\n[ 0.482774] acpiphp: Slot [21] registered\n[ 0.483873] acpiphp: Slot [22] registered\n[ 0.484961] acpiphp: Slot [23] registered\n[ 0.486046] acpiphp: Slot [24] registered\n[ 0.487147] acpiphp: Slot [25] registered\n[ 0.488240] acpiphp: Slot [26] registered\n[ 0.489334] acpiphp: Slot [27] registered\n[ 0.490427] acpiphp: Slot [28] registered\n[ 0.491516] acpiphp: Slot [29] registered\n[ 0.492597] acpiphp: Slot [30] registered\n[ 0.493680] acpiphp: Slot [31] registered\n[ 0.494759] PCI host bridge to bus 0000:00\n[ 0.495843] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.497142] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.498689] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.500180] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.502154] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.504131] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window]\n[ 0.508586] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.510162] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.511615] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.513159] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.517065] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.519385] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.543833] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.545642] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.547361] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.549084] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.551141] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.552735] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.554393] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.556487] vgaarb: loaded\n[ 0.557368] vgaarb: bridge control possible 0000:00:02.0\n[ 0.558785] SCSI subsystem initialized\n[ 0.559865] ACPI: bus type USB registered\n[ 0.560968] usbcore: registered new interface driver usbfs\n[ 0.562278] usbcore: registered new interface driver hub\n[ 0.563583] usbcore: registered new device driver usb\n[ 0.564997] PCI: Using ACPI for IRQ routing\n[ 0.566402] NetLabel: Initializing\n[ 0.567392] NetLabel: domain hash size = 128\n[ 0.568506] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.569743] NetLabel: unlabeled traffic allowed by default\n[ 0.571151] Switched to clocksource kvm-clock\n[ 0.579243] pnp: PnP ACPI init\n[ 0.580189] ACPI: bus type PNP registered\n[ 0.581601] pnp: PnP ACPI: found 5 devices\n[ 0.582687] ACPI: bus type PNP unregistered\n[ 0.590080] NET: Registered protocol family 2\n[ 0.591502] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.593673] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.595488] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.597025] TCP: reno registered\n[ 0.597979] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.599390] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.601007] NET: Registered protocol family 1\n[ 0.602585] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.604448] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.606288] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.626253] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.646327] Unpacking initramfs...\n[ 1.092840] Freeing initrd memory: 37508k freed\n[ 1.102433] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.104492] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.108120] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.110259] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.112572] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.114557] Initialise system trusted keyring\n[ 1.116094] audit: initializing netlink socket (disabled)\n[ 1.117883] type=2000 audit(1534064842.564:1): initialized\n[ 1.134492] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.136491] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.139307] zpool: loaded\n[ 1.140413] zbud: loaded\n[ 1.141672] VFS: Disk quotas dquot_6.5.2\n[ 1.143110] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.145286] msgmni has been set to 7578\n[ 1.146709] Key type big_key registered\n[ 1.148857] NET: Registered protocol family 38\n[ 1.150380] Key type asymmetric registered\n[ 1.151847] Asymmetric key parser 'x509' registered\n[ 1.153507] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.156213] io scheduler noop registered\n[ 1.157627] io scheduler deadline registered (default)\n[ 1.169034] io scheduler cfq registered\n[ 1.170527] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.172379] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.174592] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.177250] ACPI: Power Button [PWRF]\n[ 1.178699] GHES: HEST is not enabled!\n[ 1.180138] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.204079] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.206250] Non-volatile memory driver v1.3\n[ 1.207742] Linux agpgart interface v0.103\n[ 1.209298] crash memory driver: version 1.1\n[ 1.210851] rdac: device handler registered\n[ 1.212427] hp_sw: device handler registered\n[ 1.213968] emc: device handler registered\n[ 1.215444] alua: device handler registered\n[ 1.216941] libphy: Fixed MDIO Bus: probed\n[ 1.218441] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.220486] ehci-pci: EHCI PCI platform driver\n[ 1.222041] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.224014] ohci-pci: OHCI PCI platform driver\n[ 1.225546] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.245989] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.247752] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.250461] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.252204] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.254133] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.256320] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.258942] usb usb1: Product: UHCI Host Controller\n[ 1.260594] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.262769] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.264386] hub 1-0:1.0: USB hub found\n[ 1.265788] hub 1-0:1.0: 2 ports detected\n[ 1.267347] usbcore: registered new interface driver usbserial\n[ 1.269229] usbcore: registered new interface driver usbserial_generic\n[ 1.271254] usbserial: USB Serial support registered for generic\n[ 1.273172] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.276586] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.277854] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.279211] mousedev: PS/2 mouse device common for all mice\n[ 1.280827] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.283147] rtc_cmos 00:00: RTC can wake from S4\n[ 1.283837] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.285412] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.289815] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.291360] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.292912] cpuidle: using governor menu\n[ 1.294069] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.295490] usbcore: registered new interface driver usbhid\n[ 1.296899] usbhid: USB HID core driver\n[ 1.298040] drop_monitor: Initializing network drop monitor service\n[ 1.299550] TCP: cubic registered\n[ 1.300543] Initializing XFRM netlink socket\n[ 1.301790] NET: Registered protocol family 10\n[ 1.303224] NET: Registered protocol family 17\n[ 1.304629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.306068] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.307586] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.310031] Loading compiled-in X.509 certificates\n[ 1.311370] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.313809] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.316646] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.319081] registered taskstats version 1\n[ 1.322137] Key type trusted registered\n[ 1.324516] Key type encrypted registered\n[ 1.326912] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.328722] rtc_cmos 00:00: setting system clock to 2018-08-12 09:07:22 UTC (1534064842)\n[ 1.331555] Freeing unused kernel memory: 1680k freed\n[ 1.336284] systemd[1]: systemd 219 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID +ELFUTILS +KMOD +IDN)\n[ 1.340586] systemd[1]: Detected virtualization kvm.\n[ 1.341909] systemd[1]: Detected architecture x86-64.\n[ 1.343214] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.345951] systemd[1]: No hostname configured.\n[ 1.347161] systemd[1]: Set hostname to .\n[ 1.348496] systemd[1]: Initializing machine ID from KVM UUID.\n[ 1.371994] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.374309] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Reached target Paths.\n[ 1.377502] systemd[1]: Reached target Paths.\n[ 1.378758] systemd[1]: Starting Paths.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.380905] systemd[1]: Created slice Root Slice.\n[ 1.382216] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Created slice System Slice.\n[ 1.384402] systemd[1]: Created slice System Slice.\n[ 1.385728] systemd[1]: Starting System Slice.\n[[32m OK [0m] Reached target Slices.\n[ 1.387937] systemd[1]: Reached target Slices.\n[ 1.389182] systemd[1]: Starting Slices.\n[[32m OK [0m] Reached target Swap.\n[ 1.391150] systemd[1]: Reached target Swap.\n[ 1.392380] systemd[1]: Starting Swap.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.394538] systemd[1]: Listening on udev Kernel Socket.\n[ 1.395950] systemd[1]: Starting udev Kernel Socket.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.398297] systemd[1]: Listening on Journal Socket.\n[ 1.399646] systemd[1]: Starting Journal Socket.\n[ 1.401373] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 1.404016] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[[32m OK [0m] Reached target Timers.\n[ 1.407125] systemd[1]: Reached target Timers.\n[ 1.408402] systemd[1]: Starting Timers.\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.411367] systemd[1]: Listening on udev Control Socket.\n[ 1.412975] systemd[1]: Starting udev Control Socket.\n[[32m OK [0m] Reached target Sockets.\n[ 1.415147] systemd[1]: Reached target Sockets.\n[ 1.416401] systemd[1]: Starting Sockets.\n[ 1.417962] 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[[32m OK [0m] Reached target Local File Systems.\n[ 1.422586] systemd[1]: Reached target Local File Systems.\n[ 1.424026] systemd[1]: Starting Local File Systems.\n[ 1.426098] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[[32m OK [0m] Started Journal Service.\n[ 1.429552] systemd[1]: Started Journal Service.\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n Starting Create Static Device Nodes in /dev...\n[[32m OK [0m] Started Apply Kernel Variables.\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n[[32m OK [0m] Started dracut cmdline hook.\n Starting dracut pre-udev hook...\n[ 1.486990] RPC: Registered named UNIX socket transport module.\n[ 1.488480] RPC: Registered udp transport module.\n[ 1.489732] RPC: Registered tcp transport module.\n[ 1.490986] RPC: Registered tcp NFSv4.1 backchannel transport module.\n[[32m OK [0m] Started dracut pre-udev hook.\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Started udev Kernel Device Manager.\n Starting dracut pre-trigger hook...\n[[32m OK [0m] Started dracut pre-trigger hook.\n Starting udev Coldplug all Devices...\n Mounting Configuration File System...\n[[32m OK [0m] Mounted Configuration File System.\n[ 1.573160] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[[32m OK [0m] Started udev Coldplug all Devices.\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Basic System.\n Starting dracut initqueue hook...\n[ 1.595743] FDC 0 is a S82078B\n[ 1.609601] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.613141] scsi host0: ata_piix\n[ 1.614511] scsi host1: ata_piix\n[ 1.615809] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.617938] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.656825] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.664477] vda: vda1\n[[32m OK [0m] Found device /dev/disk/by-uuid/f13d84b4-c756-4d89-9d5e-6b534397aa14.\n Starting File System Check on /dev/...4-c756-4d89-9d5e-6b534397aa14...\n[[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14.\n[ 1.726370] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.728179] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.729814] usb 1-1: Product: QEMU USB Tablet\n[ 1.731039] usb 1-1: Manufacturer: QEMU\n[ 1.732142] usb 1-1: SerialNumber: 42\n[ 1.741547] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 1.744354] 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[[32m OK [0m] Started dracut initqueue hook.\n Mounting /sysroot...\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n[ 1.827799] SGI XFS with ACLs, security attributes, no debug enabled\n[ 1.830327] XFS (vda1): Mounting V4 Filesystem\n[ 1.867367] XFS (vda1): Ending clean mount\n[[32m OK [0m] Mounted /sysroot.\n[[32m OK [0m] Reached target Initrd Root File System.\n Starting Reload Configuration from the Real Root...\n[[32m OK [0m] Started Reload Configuration from the Real Root.\n[[32m OK [0m] Reached target Initrd File Systems.\n[[32m OK [0m] Reached target Initrd Default Target.\n Starting dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Started dracut pre-pivot and cleanup hook.\n Starting Cleaning Up and Shutting Down Daemons...\n[[32m OK [0m] Stopped target Timers.\n[[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons.\n[[32m OK [0m] Stopped dracut pre-pivot and cleanup hook.\n Stopping dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Stopped target Remote File Systems.\n[[32m OK [0m] Stopped target Remote File Systems (Pre).\n[[32m OK [0m] Stopped dracut initqueue hook.\n Stopping dracut initqueue hook...\n[[32m OK [0m] Stopped target Initrd Default Target.\n[[32m OK [0m] Stopped target Basic System.\n[[32m OK [0m] Stopped target System Initialization.\n[[32m OK [0m] Stopped udev Coldplug all Devices.\n Stopping udev Coldplug all Devices...\n[[32m OK [0m] Stopped dracut pre-trigger hook.\n Stopping dracut pre-trigger hook...\n[[32m OK [0m] Stopped Apply Kernel Variables.\n Stopping Apply Kernel Variables...\n[[32m OK [0m] Stopped target Local File Systems.\n[[32m OK [0m] Stopped target Swap.\n Stopping udev Kernel Device Manager...\n[[32m OK [0m] Stopped target Sockets.\n[[32m OK [0m] Stopped target Slices.\n[[32m OK [0m] Stopped target Paths.\n[[32m OK [0m] Stopped udev Kernel Device Manager.\n[[32m OK [0m] Stopped dracut pre-udev hook.\n Stopping dracut pre-udev hook...\n[[32m OK [0m] Stopped dracut cmdline hook.\n Stopping dracut cmdline hook...\n[[32m OK [0m] Stopped Create Static Device Nodes in /dev.\n Stopping Create Static Device Nodes in /dev...\n[[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel.\n Stopping Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Closed udev Kernel Socket.\n[[32m OK [0m] Closed udev Control Socket.\n Starting Cleanup udevd DB...\n[[32m OK [0m] Started Cleanup udevd DB.\n[[32m OK [0m] Reached target Switch Root.\n Starting Switch Root...\n[ 2.088838] systemd-journald[105]: Received SIGTERM from PID 1 (systemd).\n[ 2.110201] tsc: Refined TSC clocksource calibration: 3491.849 MHz\n[ 2.168897] SELinux: Disabled at runtime.\n[ 2.207185] type=1404 audit(1534064843.378:2): selinux=0 auid=4294967295 ses=4294967295\n[ 2.232871] ip_tables: (C) 2000-2006 Netfilter Core Team\n[ 2.234403] systemd[1]: Inserted module 'ip_tables'\n\nWelcome to [0;31mCentOS Linux 7 (Core)[0m!\n\n[[32m OK [0m] Stopped Switch Root.\n[[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[[32m OK [0m] Stopped target Switch Root.\n Mounting NFSD configuration filesystem...\n Mounting Debug File System...\n[[32m OK [0m] Created slice system-selinux\\x2dpol...grate\\x2dlocal\\x2dchanges.slice.\n[[32m OK [0m] Created slice User and Session Slice.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[[32m OK [0m] Stopped target Initrd File Systems.\n[[32m OK [0m] Listening on udev Control Socket.\n[[32m OK [0m] Created slice system-getty.slice.\n[[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[[32m OK [0m] Listening on Delayed Shutdown Socket.\n[[32m OK [0m] Stopped File System Check on Root Device.\n Stopping File System Check on Root Device...\n[[32m OK [0m] Stopped target Initrd Root File System.\n[[32m OK [0m] Stopped Journal Service.\n Starting Journal Service...\n[[32m OK [0m] Reached target Encrypted Volumes.\n Starting Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Reached target Swap.\n[[32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n Starting Apply Kernel Variables...\n Starting Remount Root and Kernel File Systems...\n Mounting POSIX Message Queue File System...\n[[32m OK [0m] Reached target Slices.\n Starting Setup Virtual Console...\n Mounting Huge Pages File System...\n[[32m OK [0m] Mounted Debug File System.\n[[32m OK [0m] Started Journal Service.\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[[32m OK [0m] Started Apply Kernel Variables.\n[[32m OK [0m] Started Remount Root and Kernel File Systems.\n[[32m OK [0m] Mounted POSIX Message Queue File System.\n[[32m OK [0m] Mounted Huge Pages File System.\n[ 2.455414] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).\n Starting Configure read-only root support...\n Starting Load/Save Random Seed...\n Starting Rebuild Hardware Database...\n Starting Create Static Device Nodes in /dev...\n Starting Flush Journal to Persistent Storage...\n[[32m OK [0m] Mounted NFSD configuration filesystem.\n[[32m OK [0m] Started Load/Save Random Seed.\n[[32m OK [0m] Started Configure read-only root support.\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n[ 2.531747] systemd-journald[387]: Received request to flush runtime journal from PID 1\n[[32m OK [0m] Started Flush Journal to Persistent Storage.\n[[32m OK [0m] Reached target Local File Systems (Pre).\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Reached target Local File Systems.\n Starting Mark the need to relabel after reboot...\n Starting Import network configuration from initramfs...\n Starting Rebuild Journal Catalog...\n Starting Preprocess NFS configuration...\n[[32m OK [0m] Started Mark the need to relabel after reboot.\n[[32m OK [0m] Started Rebuild Journal Catalog.\n[[32m OK [0m] Started Preprocess NFS configuration.\n[[32m OK [0m] Started udev Kernel Device Manager.\n[[32m OK [0m] Started Setup Virtual Console.\n[[32m OK [0m] Started Import network configuration from initramfs.\n Starting Create Volatile Files and Directories...\n[[32m OK [0m] Started Create Volatile Files and Directories.\n Starting Security Auditing Service...\n[ 2.627658] type=1305 audit(1534064843.798:3): audit_pid=436 old=0 auid=4294967295 ses=4294967295 res=1\n[[32m OK [0m] Started Security Auditing Service.\n Starting Update UTMP about System Boot/Shutdown...\n[[32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[32m OK [0m] Started Rebuild Hardware Database.\n Starting Update is Completed...\n Starting udev Coldplug all Devices...\n[[32m OK [0m] Started Update is Completed.\n[[32m OK [0m] Started udev Coldplug all Devices.\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Listening on RPCbind Server Activation Socket.\n[[32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[32m OK [0m] Reached target Sockets.\n[[32m OK [0m[ 2.806481] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0\n] Reached target Paths.\n[[32m OK [0m] Reached target Basic System.\n Starting NTP client/server...\n Starting Authorization Manager...\n Starting GSSAPI Proxy Daemon...\n[ 2.815306] [drm] Initialized drm 1.1.0 20060810\n Starting Dump dmesg to /var/log/dmesg...\n Starting Login Service...\n[[32m OK [0m] Started D-Bus System Message Bus.\n[ 2.826347] input: PC Speaker as /devices/platform/pcspkr/input/input5\n[ 2.848495] [TTM] Zone kernel: Available graphics memory: 1940960 kiB\n[ 2.850929] [TTM] Initializing pool allocator\n[ 2.852469] [TTM] Initializing DMA pool allocator\n[ 2.854032] [drm] fb mappable at 0xFC000000\n[ 2.855481] [drm] vram aper at 0xFC000000\n[ 2.856694] [drm] size 33554432\n[ 2.857857] [drm] fb depth is 24\n[ 2.859076] [drm] pitch is 3072\n Starting D-Bus System Message Bus...\n[ 2.862273] fbcon: cirrusdrmfb (fb0) is primary device\n[ 2.882066] ppdev: user-space parallel port driver\n[ 2.888056] Console: switching to colour frame buffer device 128x48\n[ 2.900269] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device\n Starting LSB: Bring up/down networking...\n[[32m OK [0m] Started irqbalance daemon.\n Starting irqbalance daemon...\n[ 2.915545] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0\n Starting Initial cloud-init job (pre-networking)...\n[[32m OK [0m] Reached target Timers.\n[[32m OK [0m] Started GSSAPI Proxy Daemon.\n[[32m OK [0m] Started Dump dmesg to /var/log/dmesg.\n[[32m OK [0m] Found device /dev/ttyS0.\n[[32m OK [0m] Started Authorization Manager.\n[[32m OK [0m] Started Login Service.\n[[32m OK [0m] Started NTP client/server.\n[[32m OK [0m] Reached target NFS client services.\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n Starting Permit User Sessions...[ 2.960427] AES CTR mode by8 optimization enabled\n\n[[32m OK [0m] Started Permit User Sessions.\n[[32m OK [0m] Started Serial Getty on ttyS0.\n Starting Serial Getty on ttyS0...\n[[32m OK [0m] Started Command Scheduler.\n Starting Command Scheduler...\n[[32m OK [0m] Started Getty on tty1.\n Starting Getty on tty1...\n[[32m OK [0m] Reached target Login Prompts.\n[ 2.992642] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)\n[ 3.000640] alg: No test for crc32 (crc32-pclmul)\n[ 3.004139] intel_rapl: no valid rapl domains found in package 0\n[ 3.010563] intel_rapl: no valid rapl domains found in package 0\n[ 3.012924] intel_powerclamp: No package C-state available\n[ 3.016881] intel_powerclamp: No package C-state available[ 3.081733] cloud-init[518]: Cloud-init v. 0.7.5 running 'init-local' at Sun, 12 Aug 2018 09:07:24 +0000. Up 3.05 seconds.\n[[32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[32m OK [0m] Started LSB: Bring up/down networking.\n[[32m OK [0m] Reached target Network.\n Starting Notify NFS peers of a restart...\n Starting Dynamic System Tuning Daemon...\n Starting System Logging Service...\n Starting Postfix Mail Transport Agent...\n[[32m OK [0m] Reached target Network is Online.\n Starting RabbitMQ Service...\n[[32m OK [0m] Started Cloudify REST Service.\n Starting Cloudify REST Service...\n[[32m OK [0m] Started InfluxDB Service.\n Starting InfluxDB Service...\n[[32m OK [0m] Started Cloudify Stage Service.\n Starting Cloudify Stage Service...\n Starting Crash recovery kernel arming...\n Starting LSB: Starts Logstash as a daemon....\n Starting LSB: Supports the direct execution of binary formats....\n Starting nginx - high performance web server...\n Starting OpenSSH server daemon...\n Starting Initial cloud-init job (metadata service crawler)...\n Starting PostgreSQL 9.5 database server...\n[[32m OK [0m] Started Notify NFS peers of a restart.\n[[32m OK [0m] Started LSB: Starts Logstash as a daemon..\n Mounting Arbitrary Executable File Formats File System...\n[[32m OK [0m] Mounted Arbitrary Executable File Formats File System.\n[[32m OK [0m] Started LSB: Supports the direct execution of binary formats..\n[[32m OK [0m] Started OpenSSH server daemon.\n[[32m OK [0m] Started nginx - high performance web server.\n[[32m OK [0m] Created slice user-993.slice.\n[[32m OK [0m] Started Dynamic System Tuning Daemon.\n[ 5.547485] cloud-init[823]: Cloud-init v. 0.7.5 running 'init' at Sun, 12 Aug 2018 09:07:27 +0000. Up 5.49 seconds.\n[ 5.616318] cloud-init[823]: ci-info: +++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\n[ 5.617905] cloud-init[823]: ci-info: +--------+------+---------------+---------------+-------------------+\n[ 5.619359] cloud-init[823]: ci-info: | Device | Up | Address | Mask | Hw-Address |\n[ 5.620817] cloud-init[823]: ci-info: +--------+------+---------------+---------------+-------------------+\n[ 5.622278] cloud-init[823]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . |\n[ 5.623721] cloud-init[823]: ci-info: | eth0: | True | 192.168.120.5 | 255.255.255.0 | fa:16:3e:3a:81:a4 |\n[ 5.625181] cloud-init[823]: ci-info: +--------+------+---------------+---------------+-------------------+\n[ 5.639197] cloud-init[823]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\n[ 5.640913] cloud-init[823]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 5.642487] cloud-init[823]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 5.644080] cloud-init[823]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 5.645656] cloud-init[823]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG |\n[ 5.647597] cloud-init[823]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | eth0 | UGH |\n[ 5.674345] cloud-init[823]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\n[ 5.675995] cloud-init[823]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[[32m OK [0m] Started Postfix Mail Transport Agent.\n[[32m OK [0m] Started PostgreSQL 9.5 database server.\n\nCentOS Linux 7 (Core)\nKernel 3.10.0-514.16.1.el7.x86_64 on an x86_64\n\ncloudify login: "} 2018-08-12 09:07:53,965 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/e2dfb149-a4be-47c3-b7c0-b69ce64de327/action used request id req-332b421b-5e02-4506-b5df-7c02765543a8 2018-08-12 09:07:53,965 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.105618000031s 2018-08-12 09:07:53,966 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/e2dfb149-a4be-47c3-b7c0-b69ce64de327/action used request id req-332b421b-5e02-4506-b5df-7c02765543a8 2018-08-12 09:07:53,966 - functest.core.singlevm - DEBUG - vm console: [H[J[1;1H[?25l[m[H[J[1;1H[20;7H[mUse the ^ and v keys to change the selection. Press 'e' to edit the selected item, or 'c' for a command prompt. [4;80H [7m[4;1H CentOS Linux (3.10.0-514.16.1.el7.x86_64) 7 (Core) [m[4;79H[m[m[5;1H CentOS Linux (3.10.0-327.28.3.el7.x86_64) 7 (Core) [m[5;79H[m[m[6;1H CentOS Linux (0-rescue-56d65f493d8f854534fe792ecf014b83) 7 (Core) [m[6;79H[m[m[7;1H [m[7;79H[m[m[8;1H [m[8;79H[m[m[9;1H [m[9;79H[m[m[10;1H [m[10;79H[m[m[11;1H [m[11;79H[m[m[12;1H [m[12;79H[m[m[13;1H [m[13;79H[m[m[14;1H [m[14;79H[m[m[15;1H [m[15;79H[m[m[16;1H [m[16;79H[m[m[17;1H [m[17;79H[m[m[18;1H [m[18;79H[m[18;80H [4;79H[22;1H The selected entry will be started automatically in 1s. [4;79H[22;1H The selected entry will be started automatically in 0s. [4;79H[?25h[H[J[1;1H[H[J[1;1H[ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.10.0-514.16.1.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #1 SMP Wed Apr 12 15:04:24 UTC 2017 [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8 [ 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-0x00000000bffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x00000000bffdc000-0x00000000bfffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x140000 max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] e820: last_pfn = 0xbffdc max_arch_pfn = 0x400000000 [ 0.000000] found SMP MP-table at [mem 0x000f6390-0x000f639f] mapped at [ffff8800000f6390] [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff] [ 0.000000] ACPI: RSDP 00000000000f6340 00014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 00000000bffe1351 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 00000000bffe11dd 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 00000000bffdfdc0 0141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 00000000bffdfd80 00040 [ 0.000000] ACPI: APIC 00000000bffe12d1 00080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000013fffffff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x13fffffff] [ 0.000000] NODE_DATA [mem 0x13ffd7000-0x13fffdfff] [ 0.000000] Reserving 161MB of memory at 656MB for crashkernel (System RAM: 4095MB) [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 1:3ff87001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 2067716025 cycles [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal [mem 0x100000000-0x13fffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0xbffdbfff] [ 0.000000] node 0: [mem 0x100000000-0x13fffffff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 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 2 CPUs, 0 hotplug CPUs [ 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] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff] [ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff] [ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff] [ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037 [ 0.000000] Policy zone: Normal [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100 [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form [ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2. [ 0.000000] NR_IRQS:327936 nr_irqs:440 0 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty0] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 16777216 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.313289] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912) [ 0.315489] pid_max: default: 32768 minimum: 301 [ 0.316679] Security Framework initialized [ 0.317781] SELinux: Initializing. [ 0.319065] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.323668] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.326484] Mount-cache hash table entries: 4096 [ 0.327904] Initializing cgroup subsys memory [ 0.329063] Initializing cgroup subsys devices [ 0.330212] Initializing cgroup subsys freezer [ 0.331359] Initializing cgroup subsys net_cls [ 0.332506] Initializing cgroup subsys blkio [ 0.333626] Initializing cgroup subsys perf_event [ 0.334809] Initializing cgroup subsys hugetlb [ 0.335952] Initializing cgroup subsys pids [ 0.337060] Initializing cgroup subsys net_prio [ 0.338284] CPU: Physical Processor ID: 0 [ 0.340081] mce: CPU supports 10 MCE banks [ 0.341202] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.342483] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.343770] tlb_flushall_shift: 6 [ 0.344940] Freeing SMP alternatives: 28k freed [ 0.348678] ACPI: Core revision 20130517 [ 0.350203] ACPI: All ACPI Tables successfully acquired [ 0.351643] ftrace: allocating 25812 entries in 101 pages [ 0.372567] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.374097] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.375577] smpboot: Max logical packages: 2 [ 0.376879] Enabling x2apic [ 0.377774] Enabled x2apic [ 0.378850] Switched APIC routing to physical x2apic. [ 0.380995] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.382478] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.385105] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.392426] KVM setup paravirtual spinlock [ 0.394707] smpboot: Booting Node 0, Processors #1 OK [ 0.396354] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.418161] Brought up 2 CPUs [ 0.418171] KVM setup async PF for cpu 1 [ 0.418174] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.421277] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.423475] devtmpfs: initialized [ 0.426166] EVM: security.selinux [ 0.427156] EVM: security.ima [ 0.428064] EVM: security.capability [ 0.429715] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.431243] pinctrl core: initialized pinctrl subsystem [ 0.432621] NET: Registered protocol family 16 [ 0.433978] ACPI: bus type PCI registered [ 0.435065] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.436579] PCI: Using configuration type 1 for base access [ 0.441281] ACPI: Added _OSI(Module Device) [ 0.442471] ACPI: Added _OSI(Processor Device) [ 0.443667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.444903] ACPI: Added _OSI(Processor Aggregator Device) [ 0.447356] ACPI: Interpreter enabled [ 0.448451] ACPI: (supports S0 S5) [ 0.449477] ACPI: Using IOAPIC for interrupt routing [ 0.450769] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.454822] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.456308] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.457900] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.459445] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.462331] acpiphp: Slot [3] registered [ 0.463461] acpiphp: Slot [4] registered [ 0.464590] acpiphp: Slot [5] registered [ 0.465712] acpiphp: Slot [6] registered [ 0.466835] acpiphp: Slot [7] registered [ 0.467952] acpiphp: Slot [8] registered [ 0.469068] acpiphp: Slot [9] registered [ 0.470183] acpiphp: Slot [10] registered [ 0.471313] acpiphp: Slot [11] registered [ 0.472447] acpiphp: Slot [12] registered [ 0.473585] acpiphp: Slot [13] registered [ 0.474723] acpiphp: Slot [14] registered [ 0.475859] acpiphp: Slot [15] registered [ 0.476995] acpiphp: Slot [16] registered [ 0.478130] acpiphp: Slot [17] registered [ 0.479286] acpiphp: Slot [18] registered [ 0.480439] acpiphp: Slot [19] registered [ 0.481593] acpiphp: Slot [20] registered [ 0.482774] acpiphp: Slot [21] registered [ 0.483873] acpiphp: Slot [22] registered [ 0.484961] acpiphp: Slot [23] registered [ 0.486046] acpiphp: Slot [24] registered [ 0.487147] acpiphp: Slot [25] registered [ 0.488240] acpiphp: Slot [26] registered [ 0.489334] acpiphp: Slot [27] registered [ 0.490427] acpiphp: Slot [28] registered [ 0.491516] acpiphp: Slot [29] registered [ 0.492597] acpiphp: Slot [30] registered [ 0.493680] acpiphp: Slot [31] registered [ 0.494759] PCI host bridge to bus 0000:00 [ 0.495843] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.497142] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.498689] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.500180] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.502154] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.504131] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window] [ 0.508586] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.510162] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.511615] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.513159] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.517065] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.519385] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.543833] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.545642] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.547361] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.549084] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.551141] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.552735] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.554393] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.556487] vgaarb: loaded [ 0.557368] vgaarb: bridge control possible 0000:00:02.0 [ 0.558785] SCSI subsystem initialized [ 0.559865] ACPI: bus type USB registered [ 0.560968] usbcore: registered new interface driver usbfs [ 0.562278] usbcore: registered new interface driver hub [ 0.563583] usbcore: registered new device driver usb [ 0.564997] PCI: Using ACPI for IRQ routing [ 0.566402] NetLabel: Initializing [ 0.567392] NetLabel: domain hash size = 128 [ 0.568506] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.569743] NetLabel: unlabeled traffic allowed by default [ 0.571151] Switched to clocksource kvm-clock [ 0.579243] pnp: PnP ACPI init [ 0.580189] ACPI: bus type PNP registered [ 0.581601] pnp: PnP ACPI: found 5 devices [ 0.582687] ACPI: bus type PNP unregistered [ 0.590080] NET: Registered protocol family 2 [ 0.591502] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.593673] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.595488] TCP: Hash tables configured (established 32768 bind 32768) [ 0.597025] TCP: reno registered [ 0.597979] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.599390] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.601007] NET: Registered protocol family 1 [ 0.602585] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.604448] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.606288] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.626253] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.646327] Unpacking initramfs... [ 1.092840] Freeing initrd memory: 37508k freed [ 1.102433] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.104492] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.108120] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.110259] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.112572] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.114557] Initialise system trusted keyring [ 1.116094] audit: initializing netlink socket (disabled) [ 1.117883] type=2000 audit(1534064842.564:1): initialized [ 1.134492] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.136491] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.139307] zpool: loaded [ 1.140413] zbud: loaded [ 1.141672] VFS: Disk quotas dquot_6.5.2 [ 1.143110] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.145286] msgmni has been set to 7578 [ 1.146709] Key type big_key registered [ 1.148857] NET: Registered protocol family 38 [ 1.150380] Key type asymmetric registered [ 1.151847] Asymmetric key parser 'x509' registered [ 1.153507] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.156213] io scheduler noop registered [ 1.157627] io scheduler deadline registered (default) [ 1.169034] io scheduler cfq registered [ 1.170527] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.172379] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.174592] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.177250] ACPI: Power Button [PWRF] [ 1.178699] GHES: HEST is not enabled! [ 1.180138] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.204079] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.206250] Non-volatile memory driver v1.3 [ 1.207742] Linux agpgart interface v0.103 [ 1.209298] crash memory driver: version 1.1 [ 1.210851] rdac: device handler registered [ 1.212427] hp_sw: device handler registered [ 1.213968] emc: device handler registered [ 1.215444] alua: device handler registered [ 1.216941] libphy: Fixed MDIO Bus: probed [ 1.218441] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.220486] ehci-pci: EHCI PCI platform driver [ 1.222041] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.224014] ohci-pci: OHCI PCI platform driver [ 1.225546] uhci_hcd: USB Universal Host Controller Interface driver [ 1.245989] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.247752] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.250461] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.252204] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.254133] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.256320] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.258942] usb usb1: Product: UHCI Host Controller [ 1.260594] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.262769] usb usb1: SerialNumber: 0000:00:01.2 [ 1.264386] hub 1-0:1.0: USB hub found [ 1.265788] hub 1-0:1.0: 2 ports detected [ 1.267347] usbcore: registered new interface driver usbserial [ 1.269229] usbcore: registered new interface driver usbserial_generic [ 1.271254] usbserial: USB Serial support registered for generic [ 1.273172] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.276586] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.277854] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.279211] mousedev: PS/2 mouse device common for all mice [ 1.280827] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.283147] rtc_cmos 00:00: RTC can wake from S4 [ 1.283837] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.285412] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.289815] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.291360] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.292912] cpuidle: using governor menu [ 1.294069] hidraw: raw HID events driver (C) Jiri Kosina [ 1.295490] usbcore: registered new interface driver usbhid [ 1.296899] usbhid: USB HID core driver [ 1.298040] drop_monitor: Initializing network drop monitor service [ 1.299550] TCP: cubic registered [ 1.300543] Initializing XFRM netlink socket [ 1.301790] NET: Registered protocol family 10 [ 1.303224] NET: Registered protocol family 17 [ 1.304629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.306068] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.307586] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.310031] Loading compiled-in X.509 certificates [ 1.311370] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.313809] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.316646] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.319081] registered taskstats version 1 [ 1.322137] Key type trusted registered [ 1.324516] Key type encrypted registered [ 1.326912] IMA: No TPM chip found, activating TPM-bypass! [ 1.328722] rtc_cmos 00:00: setting system clock to 2018-08-12 09:07:22 UTC (1534064842) [ 1.331555] Freeing unused kernel memory: 1680k freed [ 1.336284] systemd[1]: systemd 219 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID +ELFUTILS +KMOD +IDN) [ 1.340586] systemd[1]: Detected virtualization kvm. [ 1.341909] systemd[1]: Detected architecture x86-64. [ 1.343214] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.345951] systemd[1]: No hostname configured. [ 1.347161] systemd[1]: Set hostname to . [ 1.348496] systemd[1]: Initializing machine ID from KVM UUID. [ 1.371994] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.374309] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Reached target Paths. [ 1.377502] systemd[1]: Reached target Paths. [ 1.378758] systemd[1]: Starting Paths. [[32m OK [0m] Created slice Root Slice. [ 1.380905] systemd[1]: Created slice Root Slice. [ 1.382216] systemd[1]: Starting Root Slice. [[32m OK [0m] Created slice System Slice. [ 1.384402] systemd[1]: Created slice System Slice. [ 1.385728] systemd[1]: Starting System Slice. [[32m OK [0m] Reached target Slices. [ 1.387937] systemd[1]: Reached target Slices. [ 1.389182] systemd[1]: Starting Slices. [[32m OK [0m] Reached target Swap. [ 1.391150] systemd[1]: Reached target Swap. [ 1.392380] systemd[1]: Starting Swap. [[32m OK [0m] Listening on udev Kernel Socket. [ 1.394538] systemd[1]: Listening on udev Kernel Socket. [ 1.395950] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Listening on Journal Socket. [ 1.398297] systemd[1]: Listening on Journal Socket. [ 1.399646] systemd[1]: Starting Journal Socket. [ 1.401373] systemd[1]: Starting Journal Service... Starting Journal Service... [ 1.404016] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [[32m OK [0m] Reached target Timers. [ 1.407125] systemd[1]: Reached target Timers. [ 1.408402] systemd[1]: Starting Timers. [[32m OK [0m] Listening on udev Control Socket. [ 1.411367] systemd[1]: Listening on udev Control Socket. [ 1.412975] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Reached target Sockets. [ 1.415147] systemd[1]: Reached target Sockets. [ 1.416401] systemd[1]: Starting Sockets. [ 1.417962] 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... [[32m OK [0m] Reached target Local File Systems. [ 1.422586] systemd[1]: Reached target Local File Systems. [ 1.424026] systemd[1]: Starting Local File Systems. [ 1.426098] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [[32m OK [0m] Started Journal Service. [ 1.429552] systemd[1]: Started Journal Service. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. Starting Create Static Device Nodes in /dev... [[32m OK [0m] Started Apply Kernel Variables. [[32m OK [0m] Started Create Static Device Nodes in /dev. [[32m OK [0m] Started dracut cmdline hook. Starting dracut pre-udev hook... [ 1.486990] RPC: Registered named UNIX socket transport module. [ 1.488480] RPC: Registered udp transport module. [ 1.489732] RPC: Registered tcp transport module. [ 1.490986] RPC: Registered tcp NFSv4.1 backchannel transport module. [[32m OK [0m] Started dracut pre-udev hook. Starting udev Kernel Device Manager... [[32m OK [0m] Started udev Kernel Device Manager. Starting dracut pre-trigger hook... [[32m OK [0m] Started dracut pre-trigger hook. Starting udev Coldplug all Devices... Mounting Configuration File System... [[32m OK [0m] Mounted Configuration File System. [ 1.573160] usb 1-1: new full-speed USB device number 2 using uhci_hcd [[32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Basic System. Starting dracut initqueue hook... [ 1.595743] FDC 0 is a S82078B [ 1.609601] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.613141] scsi host0: ata_piix [ 1.614511] scsi host1: ata_piix [ 1.615809] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.617938] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.656825] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.664477] vda: vda1 [[32m OK [0m] Found device /dev/disk/by-uuid/f13d84b4-c756-4d89-9d5e-6b534397aa14. Starting File System Check on /dev/...4-c756-4d89-9d5e-6b534397aa14... [[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14. [ 1.726370] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.728179] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.729814] usb 1-1: Product: QEMU USB Tablet [ 1.731039] usb 1-1: Manufacturer: QEMU [ 1.732142] usb 1-1: SerialNumber: 42 [ 1.741547] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 1.744354] 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 [[32m OK [0m] Started dracut initqueue hook. Mounting /sysroot... [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. [ 1.827799] SGI XFS with ACLs, security attributes, no debug enabled [ 1.830327] XFS (vda1): Mounting V4 Filesystem [ 1.867367] XFS (vda1): Ending clean mount [[32m OK [0m] Mounted /sysroot. [[32m OK [0m] Reached target Initrd Root File System. Starting Reload Configuration from the Real Root... [[32m OK [0m] Started Reload Configuration from the Real Root. [[32m OK [0m] Reached target Initrd File Systems. [[32m OK [0m] Reached target Initrd Default Target. Starting dracut pre-pivot and cleanup hook... [[32m OK [0m] Started dracut pre-pivot and cleanup hook. Starting Cleaning Up and Shutting Down Daemons... [[32m OK [0m] Stopped target Timers. [[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons. [[32m OK [0m] Stopped dracut pre-pivot and cleanup hook. Stopping dracut pre-pivot and cleanup hook... [[32m OK [0m] Stopped target Remote File Systems. [[32m OK [0m] Stopped target Remote File Systems (Pre). [[32m OK [0m] Stopped dracut initqueue hook. Stopping dracut initqueue hook... [[32m OK [0m] Stopped target Initrd Default Target. [[32m OK [0m] Stopped target Basic System. [[32m OK [0m] Stopped target System Initialization. [[32m OK [0m] Stopped udev Coldplug all Devices. Stopping udev Coldplug all Devices... [[32m OK [0m] Stopped dracut pre-trigger hook. Stopping dracut pre-trigger hook... [[32m OK [0m] Stopped Apply Kernel Variables. Stopping Apply Kernel Variables... [[32m OK [0m] Stopped target Local File Systems. [[32m OK [0m] Stopped target Swap. Stopping udev Kernel Device Manager... [[32m OK [0m] Stopped target Sockets. [[32m OK [0m] Stopped target Slices. [[32m OK [0m] Stopped target Paths. [[32m OK [0m] Stopped udev Kernel Device Manager. [[32m OK [0m] Stopped dracut pre-udev hook. Stopping dracut pre-udev hook... [[32m OK [0m] Stopped dracut cmdline hook. Stopping dracut cmdline hook... [[32m OK [0m] Stopped Create Static Device Nodes in /dev. Stopping Create Static Device Nodes in /dev... [[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel. Stopping Create list of required st... nodes for the current kernel... [[32m OK [0m] Closed udev Kernel Socket. [[32m OK [0m] Closed udev Control Socket. Starting Cleanup udevd DB... [[32m OK [0m] Started Cleanup udevd DB. [[32m OK [0m] Reached target Switch Root. Starting Switch Root... [ 2.088838] systemd-journald[105]: Received SIGTERM from PID 1 (systemd). [ 2.110201] tsc: Refined TSC clocksource calibration: 3491.849 MHz [ 2.168897] SELinux: Disabled at runtime. [ 2.207185] type=1404 audit(1534064843.378:2): selinux=0 auid=4294967295 ses=4294967295 [ 2.232871] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.234403] systemd[1]: Inserted module 'ip_tables' Welcome to [0;31mCentOS Linux 7 (Core)[0m! [[32m OK [0m] Stopped Switch Root. [[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [[32m OK [0m] Stopped target Switch Root. Mounting NFSD configuration filesystem... Mounting Debug File System... [[32m OK [0m] Created slice system-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice. [[32m OK [0m] Created slice User and Session Slice. [[32m OK [0m] Listening on udev Kernel Socket. [[32m OK [0m] Stopped target Initrd File Systems. [[32m OK [0m] Listening on udev Control Socket. [[32m OK [0m] Created slice system-getty.slice. [[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [[32m OK [0m] Listening on Delayed Shutdown Socket. [[32m OK [0m] Stopped File System Check on Root Device. Stopping File System Check on Root Device... [[32m OK [0m] Stopped target Initrd Root File System. [[32m OK [0m] Stopped Journal Service. Starting Journal Service... [[32m OK [0m] Reached target Encrypted Volumes. Starting Create list of required st... nodes for the current kernel... [[32m OK [0m] Reached target Swap. [[32m OK [0m] Created slice system-serial\x2dgetty.slice. Starting Apply Kernel Variables... Starting Remount Root and Kernel File Systems... Mounting POSIX Message Queue File System... [[32m OK [0m] Reached target Slices. Starting Setup Virtual Console... Mounting Huge Pages File System... [[32m OK [0m] Mounted Debug File System. [[32m OK [0m] Started Journal Service. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [[32m OK [0m] Started Apply Kernel Variables. [[32m OK [0m] Started Remount Root and Kernel File Systems. [[32m OK [0m] Mounted POSIX Message Queue File System. [[32m OK [0m] Mounted Huge Pages File System. [ 2.455414] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). Starting Configure read-only root support... Starting Load/Save Random Seed... Starting Rebuild Hardware Database... Starting Create Static Device Nodes in /dev... Starting Flush Journal to Persistent Storage... [[32m OK [0m] Mounted NFSD configuration filesystem. [[32m OK [0m] Started Load/Save Random Seed. [[32m OK [0m] Started Configure read-only root support. [[32m OK [0m] Started Create Static Device Nodes in /dev. [ 2.531747] systemd-journald[387]: Received request to flush runtime journal from PID 1 [[32m OK [0m] Started Flush Journal to Persistent Storage. [[32m OK [0m] Reached target Local File Systems (Pre). Starting udev Kernel Device Manager... [[32m OK [0m] Reached target Local File Systems. Starting Mark the need to relabel after reboot... Starting Import network configuration from initramfs... Starting Rebuild Journal Catalog... Starting Preprocess NFS configuration... [[32m OK [0m] Started Mark the need to relabel after reboot. [[32m OK [0m] Started Rebuild Journal Catalog. [[32m OK [0m] Started Preprocess NFS configuration. [[32m OK [0m] Started udev Kernel Device Manager. [[32m OK [0m] Started Setup Virtual Console. [[32m OK [0m] Started Import network configuration from initramfs. Starting Create Volatile Files and Directories... [[32m OK [0m] Started Create Volatile Files and Directories. Starting Security Auditing Service... [ 2.627658] type=1305 audit(1534064843.798:3): audit_pid=436 old=0 auid=4294967295 ses=4294967295 res=1 [[32m OK [0m] Started Security Auditing Service. Starting Update UTMP about System Boot/Shutdown... [[32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[32m OK [0m] Started Rebuild Hardware Database. Starting Update is Completed... Starting udev Coldplug all Devices... [[32m OK [0m] Started Update is Completed. [[32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Listening on RPCbind Server Activation Socket. [[32m OK [0m] Listening on D-Bus System Message Bus Socket. [[32m OK [0m] Reached target Sockets. [[32m OK [0m[ 2.806481] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0 ] Reached target Paths. [[32m OK [0m] Reached target Basic System. Starting NTP client/server... Starting Authorization Manager... Starting GSSAPI Proxy Daemon... [ 2.815306] [drm] Initialized drm 1.1.0 20060810 Starting Dump dmesg to /var/log/dmesg... Starting Login Service... [[32m OK [0m] Started D-Bus System Message Bus. [ 2.826347] input: PC Speaker as /devices/platform/pcspkr/input/input5 [ 2.848495] [TTM] Zone kernel: Available graphics memory: 1940960 kiB [ 2.850929] [TTM] Initializing pool allocator [ 2.852469] [TTM] Initializing DMA pool allocator [ 2.854032] [drm] fb mappable at 0xFC000000 [ 2.855481] [drm] vram aper at 0xFC000000 [ 2.856694] [drm] size 33554432 [ 2.857857] [drm] fb depth is 24 [ 2.859076] [drm] pitch is 3072 Starting D-Bus System Message Bus... [ 2.862273] fbcon: cirrusdrmfb (fb0) is primary device [ 2.882066] ppdev: user-space parallel port driver [ 2.888056] Console: switching to colour frame buffer device 128x48 [ 2.900269] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device Starting LSB: Bring up/down networking... [[32m OK [0m] Started irqbalance daemon. Starting irqbalance daemon... [ 2.915545] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 Starting Initial cloud-init job (pre-networking)... [[32m OK [0m] Reached target Timers. [[32m OK [0m] Started GSSAPI Proxy Daemon. [[32m OK [0m] Started Dump dmesg to /var/log/dmesg. [[32m OK [0m] Found device /dev/ttyS0. [[32m OK [0m] Started Authorization Manager. [[32m OK [0m] Started Login Service. [[32m OK [0m] Started NTP client/server. [[32m OK [0m] Reached target NFS client services. [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. Starting Permit User Sessions...[ 2.960427] AES CTR mode by8 optimization enabled [[32m OK [0m] Started Permit User Sessions. [[32m OK [0m] Started Serial Getty on ttyS0. Starting Serial Getty on ttyS0... [[32m OK [0m] Started Command Scheduler. Starting Command Scheduler... [[32m OK [0m] Started Getty on tty1. Starting Getty on tty1... [[32m OK [0m] Reached target Login Prompts. [ 2.992642] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) [ 3.000640] alg: No test for crc32 (crc32-pclmul) [ 3.004139] intel_rapl: no valid rapl domains found in package 0 [ 3.010563] intel_rapl: no valid rapl domains found in package 0 [ 3.012924] intel_powerclamp: No package C-state available [ 3.016881] intel_powerclamp: No package C-state available[ 3.081733] cloud-init[518]: Cloud-init v. 0.7.5 running 'init-local' at Sun, 12 Aug 2018 09:07:24 +0000. Up 3.05 seconds. [[32m OK [0m] Started Initial cloud-init job (pre-networking). [[32m OK [0m] Started LSB: Bring up/down networking. [[32m OK [0m] Reached target Network. Starting Notify NFS peers of a restart... Starting Dynamic System Tuning Daemon... Starting System Logging Service... Starting Postfix Mail Transport Agent... [[32m OK [0m] Reached target Network is Online. Starting RabbitMQ Service... [[32m OK [0m] Started Cloudify REST Service. Starting Cloudify REST Service... [[32m OK [0m] Started InfluxDB Service. Starting InfluxDB Service... [[32m OK [0m] Started Cloudify Stage Service. Starting Cloudify Stage Service... Starting Crash recovery kernel arming... Starting LSB: Starts Logstash as a daemon.... Starting LSB: Supports the direct execution of binary formats.... Starting nginx - high performance web server... Starting OpenSSH server daemon... Starting Initial cloud-init job (metadata service crawler)... Starting PostgreSQL 9.5 database server... [[32m OK [0m] Started Notify NFS peers of a restart. [[32m OK [0m] Started LSB: Starts Logstash as a daemon.. Mounting Arbitrary Executable File Formats File System... [[32m OK [0m] Mounted Arbitrary Executable File Formats File System. [[32m OK [0m] Started LSB: Supports the direct execution of binary formats.. [[32m OK [0m] Started OpenSSH server daemon. [[32m OK [0m] Started nginx - high performance web server. [[32m OK [0m] Created slice user-993.slice. [[32m OK [0m] Started Dynamic System Tuning Daemon. [ 5.547485] cloud-init[823]: Cloud-init v. 0.7.5 running 'init' at Sun, 12 Aug 2018 09:07:27 +0000. Up 5.49 seconds. [ 5.616318] cloud-init[823]: ci-info: +++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ [ 5.617905] cloud-init[823]: ci-info: +--------+------+---------------+---------------+-------------------+ [ 5.619359] cloud-init[823]: ci-info: | Device | Up | Address | Mask | Hw-Address | [ 5.620817] cloud-init[823]: ci-info: +--------+------+---------------+---------------+-------------------+ [ 5.622278] cloud-init[823]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . | [ 5.623721] cloud-init[823]: ci-info: | eth0: | True | 192.168.120.5 | 255.255.255.0 | fa:16:3e:3a:81:a4 | [ 5.625181] cloud-init[823]: ci-info: +--------+------+---------------+---------------+-------------------+ [ 5.639197] cloud-init[823]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ [ 5.640913] cloud-init[823]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 5.642487] cloud-init[823]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 5.644080] cloud-init[823]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 5.645656] cloud-init[823]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG | [ 5.647597] cloud-init[823]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | eth0 | UGH | [ 5.674345] cloud-init[823]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | [ 5.675995] cloud-init[823]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [[32m OK [0m] Started Postfix Mail Transport Agent. [[32m OK [0m] Started PostgreSQL 9.5 database server. CentOS Linux 7 (Core) Kernel 3.10.0-514.16.1.el7.x86_64 on an x86_64 cloudify login: 2018-08-12 09:07:53,968 - paramiko.transport - DEBUG - starting thread (client mode): 0x7e830d0L 2018-08-12 09:07:53,969 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-12 09:07:53,976 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1 2018-08-12 09:07:53,976 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1) 2018-08-12 09:07:53,978 - 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-group-exchange-sha1', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] server encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] client mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', 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-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] server mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', 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-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] 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 09:07:53,978 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-12 09:07:53,978 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-12 09:07:53,978 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-12 09:07:53,978 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-12 09:07:53,979 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-12 09:07:53,982 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-12 09:07:53,983 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-12 09:07:53,984 - paramiko.transport - DEBUG - Trying discovered key e505e8cfe9848b452f2f1496a9a53afb in /tmp/tmpu0joFv 2018-08-12 09:07:54,023 - paramiko.transport - DEBUG - userauth is OK 2018-08-12 09:08:04,040 - paramiko.transport - INFO - Authentication (publickey) failed. 2018-08-12 09:08:04,065 - paramiko.transport - DEBUG - Trying discovered key 53a32704d80d9fa5426a394ad4fcf413 in /root/.ssh/id_rsa 2018-08-12 09:08:04,066 - paramiko.transport - DEBUG - userauth is OK 2018-08-12 09:08:04,072 - paramiko.transport - INFO - Authentication (publickey) failed. 2018-08-12 09:08:04,073 - functest.core.singlevm - DEBUG - try 3: cannot connect to 172.30.9.202: Authentication failed. 2018-08-12 09:08:13,083 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-12 09:08:13,086 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/e2dfb149-a4be-47c3-b7c0-b69ce64de327/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}c668290d9c72147a094047a9af54f9d559becb08" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 09:08:13,172 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:08: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-06cde5ac-5bd3-4983-965d-567b55c17506 x-compute-request-id: req-06cde5ac-5bd3-4983-965d-567b55c17506 Content-Encoding: gzip Content-Length: 11717 Content-Type: application/json RESP BODY: {"output": "[H[J[1;1H[?25l[m[H[J[1;1H[20;7H[mUse the ^ and v keys to change the selection. \n Press 'e' to edit the selected item, or 'c' for a command prompt. [4;80H [7m[4;1H CentOS Linux (3.10.0-514.16.1.el7.x86_64) 7 (Core) [m[4;79H[m[m[5;1H CentOS Linux (3.10.0-327.28.3.el7.x86_64) 7 (Core) [m[5;79H[m[m[6;1H CentOS Linux (0-rescue-56d65f493d8f854534fe792ecf014b83) 7 (Core) [m[6;79H[m[m[7;1H [m[7;79H[m[m[8;1H [m[8;79H[m[m[9;1H [m[9;79H[m[m[10;1H [m[10;79H[m[m[11;1H [m[11;79H[m[m[12;1H [m[12;79H[m[m[13;1H [m[13;79H[m[m[14;1H [m[14;79H[m[m[15;1H [m[15;79H[m[m[16;1H [m[16;79H[m[m[17;1H [m[17;79H[m[m[18;1H [m[18;79H[m[18;80H [4;79H[22;1H The selected entry will be started automatically in 1s. [4;79H[22;1H The selected entry will be started automatically in 0s. [4;79H[?25h[H[J[1;1H[H[J[1;1H[ 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 3.10.0-514.16.1.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #1 SMP Wed Apr 12 15:04:24 UTC 2017\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8\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-0x00000000bffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x00000000bffdc000-0x00000000bfffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable\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 = 0x140000 max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] e820: last_pfn = 0xbffdc max_arch_pfn = 0x400000000\n[ 0.000000] found SMP MP-table at [mem 0x000f6390-0x000f639f] mapped at [ffff8800000f6390]\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff]\n[ 0.000000] ACPI: RSDP 00000000000f6340 00014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 00000000bffe1351 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 00000000bffe11dd 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 00000000bffdfdc0 0141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 00000000bffdfd80 00040\n[ 0.000000] ACPI: APIC 00000000bffe12d1 00080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000013fffffff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x13fffffff]\n[ 0.000000] NODE_DATA [mem 0x13ffd7000-0x13fffdfff]\n[ 0.000000] Reserving 161MB of memory at 656MB for crashkernel (System RAM: 4095MB)\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 1:3ff87001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 2067716025 cycles\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal [mem 0x100000000-0x13fffffff]\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0xbffdbfff]\n[ 0.000000] node 0: [mem 0x100000000-0x13fffffff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\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 2 CPUs, 0 hotplug CPUs\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] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff]\n[ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037\n[ 0.000000] Policy zone: Normal\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form\n[ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2.\n[ 0.000000] NR_IRQS:327936 nr_irqs:440 0\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty0] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 16777216 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.313289] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912)\n[ 0.315489] pid_max: default: 32768 minimum: 301\n[ 0.316679] Security Framework initialized\n[ 0.317781] SELinux: Initializing.\n[ 0.319065] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.323668] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.326484] Mount-cache hash table entries: 4096\n[ 0.327904] Initializing cgroup subsys memory\n[ 0.329063] Initializing cgroup subsys devices\n[ 0.330212] Initializing cgroup subsys freezer\n[ 0.331359] Initializing cgroup subsys net_cls\n[ 0.332506] Initializing cgroup subsys blkio\n[ 0.333626] Initializing cgroup subsys perf_event\n[ 0.334809] Initializing cgroup subsys hugetlb\n[ 0.335952] Initializing cgroup subsys pids\n[ 0.337060] Initializing cgroup subsys net_prio\n[ 0.338284] CPU: Physical Processor ID: 0\n[ 0.340081] mce: CPU supports 10 MCE banks\n[ 0.341202] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.342483] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.343770] tlb_flushall_shift: 6\n[ 0.344940] Freeing SMP alternatives: 28k freed\n[ 0.348678] ACPI: Core revision 20130517\n[ 0.350203] ACPI: All ACPI Tables successfully acquired\n[ 0.351643] ftrace: allocating 25812 entries in 101 pages\n[ 0.372567] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.374097] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.375577] smpboot: Max logical packages: 2\n[ 0.376879] Enabling x2apic\n[ 0.377774] Enabled x2apic\n[ 0.378850] Switched APIC routing to physical x2apic.\n[ 0.380995] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.382478] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.385105] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.392426] KVM setup paravirtual spinlock\n[ 0.394707] smpboot: Booting Node 0, Processors #1 OK\n[ 0.396354] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.418161] Brought up 2 CPUs\n[ 0.418171] KVM setup async PF for cpu 1\n[ 0.418174] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.421277] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.423475] devtmpfs: initialized\n[ 0.426166] EVM: security.selinux\n[ 0.427156] EVM: security.ima\n[ 0.428064] EVM: security.capability\n[ 0.429715] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.431243] pinctrl core: initialized pinctrl subsystem\n[ 0.432621] NET: Registered protocol family 16\n[ 0.433978] ACPI: bus type PCI registered\n[ 0.435065] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.436579] PCI: Using configuration type 1 for base access\n[ 0.441281] ACPI: Added _OSI(Module Device)\n[ 0.442471] ACPI: Added _OSI(Processor Device)\n[ 0.443667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.444903] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.447356] ACPI: Interpreter enabled\n[ 0.448451] ACPI: (supports S0 S5)\n[ 0.449477] ACPI: Using IOAPIC for interrupt routing\n[ 0.450769] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.454822] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.456308] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.457900] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.459445] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.462331] acpiphp: Slot [3] registered\n[ 0.463461] acpiphp: Slot [4] registered\n[ 0.464590] acpiphp: Slot [5] registered\n[ 0.465712] acpiphp: Slot [6] registered\n[ 0.466835] acpiphp: Slot [7] registered\n[ 0.467952] acpiphp: Slot [8] registered\n[ 0.469068] acpiphp: Slot [9] registered\n[ 0.470183] acpiphp: Slot [10] registered\n[ 0.471313] acpiphp: Slot [11] registered\n[ 0.472447] acpiphp: Slot [12] registered\n[ 0.473585] acpiphp: Slot [13] registered\n[ 0.474723] acpiphp: Slot [14] registered\n[ 0.475859] acpiphp: Slot [15] registered\n[ 0.476995] acpiphp: Slot [16] registered\n[ 0.478130] acpiphp: Slot [17] registered\n[ 0.479286] acpiphp: Slot [18] registered\n[ 0.480439] acpiphp: Slot [19] registered\n[ 0.481593] acpiphp: Slot [20] registered\n[ 0.482774] acpiphp: Slot [21] registered\n[ 0.483873] acpiphp: Slot [22] registered\n[ 0.484961] acpiphp: Slot [23] registered\n[ 0.486046] acpiphp: Slot [24] registered\n[ 0.487147] acpiphp: Slot [25] registered\n[ 0.488240] acpiphp: Slot [26] registered\n[ 0.489334] acpiphp: Slot [27] registered\n[ 0.490427] acpiphp: Slot [28] registered\n[ 0.491516] acpiphp: Slot [29] registered\n[ 0.492597] acpiphp: Slot [30] registered\n[ 0.493680] acpiphp: Slot [31] registered\n[ 0.494759] PCI host bridge to bus 0000:00\n[ 0.495843] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.497142] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.498689] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.500180] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.502154] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.504131] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window]\n[ 0.508586] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.510162] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.511615] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.513159] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.517065] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.519385] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.543833] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.545642] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.547361] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.549084] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.551141] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.552735] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.554393] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.556487] vgaarb: loaded\n[ 0.557368] vgaarb: bridge control possible 0000:00:02.0\n[ 0.558785] SCSI subsystem initialized\n[ 0.559865] ACPI: bus type USB registered\n[ 0.560968] usbcore: registered new interface driver usbfs\n[ 0.562278] usbcore: registered new interface driver hub\n[ 0.563583] usbcore: registered new device driver usb\n[ 0.564997] PCI: Using ACPI for IRQ routing\n[ 0.566402] NetLabel: Initializing\n[ 0.567392] NetLabel: domain hash size = 128\n[ 0.568506] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.569743] NetLabel: unlabeled traffic allowed by default\n[ 0.571151] Switched to clocksource kvm-clock\n[ 0.579243] pnp: PnP ACPI init\n[ 0.580189] ACPI: bus type PNP registered\n[ 0.581601] pnp: PnP ACPI: found 5 devices\n[ 0.582687] ACPI: bus type PNP unregistered\n[ 0.590080] NET: Registered protocol family 2\n[ 0.591502] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.593673] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.595488] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.597025] TCP: reno registered\n[ 0.597979] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.599390] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.601007] NET: Registered protocol family 1\n[ 0.602585] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.604448] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.606288] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.626253] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.646327] Unpacking initramfs...\n[ 1.092840] Freeing initrd memory: 37508k freed\n[ 1.102433] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.104492] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.108120] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.110259] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.112572] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.114557] Initialise system trusted keyring\n[ 1.116094] audit: initializing netlink socket (disabled)\n[ 1.117883] type=2000 audit(1534064842.564:1): initialized\n[ 1.134492] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.136491] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.139307] zpool: loaded\n[ 1.140413] zbud: loaded\n[ 1.141672] VFS: Disk quotas dquot_6.5.2\n[ 1.143110] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.145286] msgmni has been set to 7578\n[ 1.146709] Key type big_key registered\n[ 1.148857] NET: Registered protocol family 38\n[ 1.150380] Key type asymmetric registered\n[ 1.151847] Asymmetric key parser 'x509' registered\n[ 1.153507] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.156213] io scheduler noop registered\n[ 1.157627] io scheduler deadline registered (default)\n[ 1.169034] io scheduler cfq registered\n[ 1.170527] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.172379] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.174592] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.177250] ACPI: Power Button [PWRF]\n[ 1.178699] GHES: HEST is not enabled!\n[ 1.180138] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.204079] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.206250] Non-volatile memory driver v1.3\n[ 1.207742] Linux agpgart interface v0.103\n[ 1.209298] crash memory driver: version 1.1\n[ 1.210851] rdac: device handler registered\n[ 1.212427] hp_sw: device handler registered\n[ 1.213968] emc: device handler registered\n[ 1.215444] alua: device handler registered\n[ 1.216941] libphy: Fixed MDIO Bus: probed\n[ 1.218441] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.220486] ehci-pci: EHCI PCI platform driver\n[ 1.222041] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.224014] ohci-pci: OHCI PCI platform driver\n[ 1.225546] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.245989] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.247752] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.250461] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.252204] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.254133] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.256320] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.258942] usb usb1: Product: UHCI Host Controller\n[ 1.260594] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.262769] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.264386] hub 1-0:1.0: USB hub found\n[ 1.265788] hub 1-0:1.0: 2 ports detected\n[ 1.267347] usbcore: registered new interface driver usbserial\n[ 1.269229] usbcore: registered new interface driver usbserial_generic\n[ 1.271254] usbserial: USB Serial support registered for generic\n[ 1.273172] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.276586] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.277854] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.279211] mousedev: PS/2 mouse device common for all mice\n[ 1.280827] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.283147] rtc_cmos 00:00: RTC can wake from S4\n[ 1.283837] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.285412] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.289815] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.291360] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.292912] cpuidle: using governor menu\n[ 1.294069] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.295490] usbcore: registered new interface driver usbhid\n[ 1.296899] usbhid: USB HID core driver\n[ 1.298040] drop_monitor: Initializing network drop monitor service\n[ 1.299550] TCP: cubic registered\n[ 1.300543] Initializing XFRM netlink socket\n[ 1.301790] NET: Registered protocol family 10\n[ 1.303224] NET: Registered protocol family 17\n[ 1.304629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.306068] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.307586] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.310031] Loading compiled-in X.509 certificates\n[ 1.311370] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.313809] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.316646] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.319081] registered taskstats version 1\n[ 1.322137] Key type trusted registered\n[ 1.324516] Key type encrypted registered\n[ 1.326912] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.328722] rtc_cmos 00:00: setting system clock to 2018-08-12 09:07:22 UTC (1534064842)\n[ 1.331555] Freeing unused kernel memory: 1680k freed\n[ 1.336284] systemd[1]: systemd 219 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID +ELFUTILS +KMOD +IDN)\n[ 1.340586] systemd[1]: Detected virtualization kvm.\n[ 1.341909] systemd[1]: Detected architecture x86-64.\n[ 1.343214] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.345951] systemd[1]: No hostname configured.\n[ 1.347161] systemd[1]: Set hostname to .\n[ 1.348496] systemd[1]: Initializing machine ID from KVM UUID.\n[ 1.371994] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.374309] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Reached target Paths.\n[ 1.377502] systemd[1]: Reached target Paths.\n[ 1.378758] systemd[1]: Starting Paths.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.380905] systemd[1]: Created slice Root Slice.\n[ 1.382216] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Created slice System Slice.\n[ 1.384402] systemd[1]: Created slice System Slice.\n[ 1.385728] systemd[1]: Starting System Slice.\n[[32m OK [0m] Reached target Slices.\n[ 1.387937] systemd[1]: Reached target Slices.\n[ 1.389182] systemd[1]: Starting Slices.\n[[32m OK [0m] Reached target Swap.\n[ 1.391150] systemd[1]: Reached target Swap.\n[ 1.392380] systemd[1]: Starting Swap.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.394538] systemd[1]: Listening on udev Kernel Socket.\n[ 1.395950] systemd[1]: Starting udev Kernel Socket.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.398297] systemd[1]: Listening on Journal Socket.\n[ 1.399646] systemd[1]: Starting Journal Socket.\n[ 1.401373] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 1.404016] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[[32m OK [0m] Reached target Timers.\n[ 1.407125] systemd[1]: Reached target Timers.\n[ 1.408402] systemd[1]: Starting Timers.\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.411367] systemd[1]: Listening on udev Control Socket.\n[ 1.412975] systemd[1]: Starting udev Control Socket.\n[[32m OK [0m] Reached target Sockets.\n[ 1.415147] systemd[1]: Reached target Sockets.\n[ 1.416401] systemd[1]: Starting Sockets.\n[ 1.417962] 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[[32m OK [0m] Reached target Local File Systems.\n[ 1.422586] systemd[1]: Reached target Local File Systems.\n[ 1.424026] systemd[1]: Starting Local File Systems.\n[ 1.426098] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[[32m OK [0m] Started Journal Service.\n[ 1.429552] systemd[1]: Started Journal Service.\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n Starting Create Static Device Nodes in /dev...\n[[32m OK [0m] Started Apply Kernel Variables.\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n[[32m OK [0m] Started dracut cmdline hook.\n Starting dracut pre-udev hook...\n[ 1.486990] RPC: Registered named UNIX socket transport module.\n[ 1.488480] RPC: Registered udp transport module.\n[ 1.489732] RPC: Registered tcp transport module.\n[ 1.490986] RPC: Registered tcp NFSv4.1 backchannel transport module.\n[[32m OK [0m] Started dracut pre-udev hook.\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Started udev Kernel Device Manager.\n Starting dracut pre-trigger hook...\n[[32m OK [0m] Started dracut pre-trigger hook.\n Starting udev Coldplug all Devices...\n Mounting Configuration File System...\n[[32m OK [0m] Mounted Configuration File System.\n[ 1.573160] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[[32m OK [0m] Started udev Coldplug all Devices.\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Basic System.\n Starting dracut initqueue hook...\n[ 1.595743] FDC 0 is a S82078B\n[ 1.609601] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.613141] scsi host0: ata_piix\n[ 1.614511] scsi host1: ata_piix\n[ 1.615809] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.617938] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.656825] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.664477] vda: vda1\n[[32m OK [0m] Found device /dev/disk/by-uuid/f13d84b4-c756-4d89-9d5e-6b534397aa14.\n Starting File System Check on /dev/...4-c756-4d89-9d5e-6b534397aa14...\n[[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14.\n[ 1.726370] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.728179] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.729814] usb 1-1: Product: QEMU USB Tablet\n[ 1.731039] usb 1-1: Manufacturer: QEMU\n[ 1.732142] usb 1-1: SerialNumber: 42\n[ 1.741547] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 1.744354] 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[[32m OK [0m] Started dracut initqueue hook.\n Mounting /sysroot...\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n[ 1.827799] SGI XFS with ACLs, security attributes, no debug enabled\n[ 1.830327] XFS (vda1): Mounting V4 Filesystem\n[ 1.867367] XFS (vda1): Ending clean mount\n[[32m OK [0m] Mounted /sysroot.\n[[32m OK [0m] Reached target Initrd Root File System.\n Starting Reload Configuration from the Real Root...\n[[32m OK [0m] Started Reload Configuration from the Real Root.\n[[32m OK [0m] Reached target Initrd File Systems.\n[[32m OK [0m] Reached target Initrd Default Target.\n Starting dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Started dracut pre-pivot and cleanup hook.\n Starting Cleaning Up and Shutting Down Daemons...\n[[32m OK [0m] Stopped target Timers.\n[[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons.\n[[32m OK [0m] Stopped dracut pre-pivot and cleanup hook.\n Stopping dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Stopped target Remote File Systems.\n[[32m OK [0m] Stopped target Remote File Systems (Pre).\n[[32m OK [0m] Stopped dracut initqueue hook.\n Stopping dracut initqueue hook...\n[[32m OK [0m] Stopped target Initrd Default Target.\n[[32m OK [0m] Stopped target Basic System.\n[[32m OK [0m] Stopped target System Initialization.\n[[32m OK [0m] Stopped udev Coldplug all Devices.\n Stopping udev Coldplug all Devices...\n[[32m OK [0m] Stopped dracut pre-trigger hook.\n Stopping dracut pre-trigger hook...\n[[32m OK [0m] Stopped Apply Kernel Variables.\n Stopping Apply Kernel Variables...\n[[32m OK [0m] Stopped target Local File Systems.\n[[32m OK [0m] Stopped target Swap.\n Stopping udev Kernel Device Manager...\n[[32m OK [0m] Stopped target Sockets.\n[[32m OK [0m] Stopped target Slices.\n[[32m OK [0m] Stopped target Paths.\n[[32m OK [0m] Stopped udev Kernel Device Manager.\n[[32m OK [0m] Stopped dracut pre-udev hook.\n Stopping dracut pre-udev hook...\n[[32m OK [0m] Stopped dracut cmdline hook.\n Stopping dracut cmdline hook...\n[[32m OK [0m] Stopped Create Static Device Nodes in /dev.\n Stopping Create Static Device Nodes in /dev...\n[[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel.\n Stopping Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Closed udev Kernel Socket.\n[[32m OK [0m] Closed udev Control Socket.\n Starting Cleanup udevd DB...\n[[32m OK [0m] Started Cleanup udevd DB.\n[[32m OK [0m] Reached target Switch Root.\n Starting Switch Root...\n[ 2.088838] systemd-journald[105]: Received SIGTERM from PID 1 (systemd).\n[ 2.110201] tsc: Refined TSC clocksource calibration: 3491.849 MHz\n[ 2.168897] SELinux: Disabled at runtime.\n[ 2.207185] type=1404 audit(1534064843.378:2): selinux=0 auid=4294967295 ses=4294967295\n[ 2.232871] ip_tables: (C) 2000-2006 Netfilter Core Team\n[ 2.234403] systemd[1]: Inserted module 'ip_tables'\n\nWelcome to [0;31mCentOS Linux 7 (Core)[0m!\n\n[[32m OK [0m] Stopped Switch Root.\n[[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[[32m OK [0m] Stopped target Switch Root.\n Mounting NFSD configuration filesystem...\n Mounting Debug File System...\n[[32m OK [0m] Created slice system-selinux\\x2dpol...grate\\x2dlocal\\x2dchanges.slice.\n[[32m OK [0m] Created slice User and Session Slice.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[[32m OK [0m] Stopped target Initrd File Systems.\n[[32m OK [0m] Listening on udev Control Socket.\n[[32m OK [0m] Created slice system-getty.slice.\n[[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[[32m OK [0m] Listening on Delayed Shutdown Socket.\n[[32m OK [0m] Stopped File System Check on Root Device.\n Stopping File System Check on Root Device...\n[[32m OK [0m] Stopped target Initrd Root File System.\n[[32m OK [0m] Stopped Journal Service.\n Starting Journal Service...\n[[32m OK [0m] Reached target Encrypted Volumes.\n Starting Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Reached target Swap.\n[[32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n Starting Apply Kernel Variables...\n Starting Remount Root and Kernel File Systems...\n Mounting POSIX Message Queue File System...\n[[32m OK [0m] Reached target Slices.\n Starting Setup Virtual Console...\n Mounting Huge Pages File System...\n[[32m OK [0m] Mounted Debug File System.\n[[32m OK [0m] Started Journal Service.\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[[32m OK [0m] Started Apply Kernel Variables.\n[[32m OK [0m] Started Remount Root and Kernel File Systems.\n[[32m OK [0m] Mounted POSIX Message Queue File System.\n[[32m OK [0m] Mounted Huge Pages File System.\n[ 2.455414] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).\n Starting Configure read-only root support...\n Starting Load/Save Random Seed...\n Starting Rebuild Hardware Database...\n Starting Create Static Device Nodes in /dev...\n Starting Flush Journal to Persistent Storage...\n[[32m OK [0m] Mounted NFSD configuration filesystem.\n[[32m OK [0m] Started Load/Save Random Seed.\n[[32m OK [0m] Started Configure read-only root support.\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n[ 2.531747] systemd-journald[387]: Received request to flush runtime journal from PID 1\n[[32m OK [0m] Started Flush Journal to Persistent Storage.\n[[32m OK [0m] Reached target Local File Systems (Pre).\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Reached target Local File Systems.\n Starting Mark the need to relabel after reboot...\n Starting Import network configuration from initramfs...\n Starting Rebuild Journal Catalog...\n Starting Preprocess NFS configuration...\n[[32m OK [0m] Started Mark the need to relabel after reboot.\n[[32m OK [0m] Started Rebuild Journal Catalog.\n[[32m OK [0m] Started Preprocess NFS configuration.\n[[32m OK [0m] Started udev Kernel Device Manager.\n[[32m OK [0m] Started Setup Virtual Console.\n[[32m OK [0m] Started Import network configuration from initramfs.\n Starting Create Volatile Files and Directories...\n[[32m OK [0m] Started Create Volatile Files and Directories.\n Starting Security Auditing Service...\n[ 2.627658] type=1305 audit(1534064843.798:3): audit_pid=436 old=0 auid=4294967295 ses=4294967295 res=1\n[[32m OK [0m] Started Security Auditing Service.\n Starting Update UTMP about System Boot/Shutdown...\n[[32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[32m OK [0m] Started Rebuild Hardware Database.\n Starting Update is Completed...\n Starting udev Coldplug all Devices...\n[[32m OK [0m] Started Update is Completed.\n[[32m OK [0m] Started udev Coldplug all Devices.\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Listening on RPCbind Server Activation Socket.\n[[32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[32m OK [0m] Reached target Sockets.\n[[32m OK [0m[ 2.806481] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0\n] Reached target Paths.\n[[32m OK [0m] Reached target Basic System.\n Starting NTP client/server...\n Starting Authorization Manager...\n Starting GSSAPI Proxy Daemon...\n[ 2.815306] [drm] Initialized drm 1.1.0 20060810\n Starting Dump dmesg to /var/log/dmesg...\n Starting Login Service...\n[[32m OK [0m] Started D-Bus System Message Bus.\n[ 2.826347] input: PC Speaker as /devices/platform/pcspkr/input/input5\n[ 2.848495] [TTM] Zone kernel: Available graphics memory: 1940960 kiB\n[ 2.850929] [TTM] Initializing pool allocator\n[ 2.852469] [TTM] Initializing DMA pool allocator\n[ 2.854032] [drm] fb mappable at 0xFC000000\n[ 2.855481] [drm] vram aper at 0xFC000000\n[ 2.856694] [drm] size 33554432\n[ 2.857857] [drm] fb depth is 24\n[ 2.859076] [drm] pitch is 3072\n Starting D-Bus System Message Bus...\n[ 2.862273] fbcon: cirrusdrmfb (fb0) is primary device\n[ 2.882066] ppdev: user-space parallel port driver\n[ 2.888056] Console: switching to colour frame buffer device 128x48\n[ 2.900269] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device\n Starting LSB: Bring up/down networking...\n[[32m OK [0m] Started irqbalance daemon.\n Starting irqbalance daemon...\n[ 2.915545] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0\n Starting Initial cloud-init job (pre-networking)...\n[[32m OK [0m] Reached target Timers.\n[[32m OK [0m] Started GSSAPI Proxy Daemon.\n[[32m OK [0m] Started Dump dmesg to /var/log/dmesg.\n[[32m OK [0m] Found device /dev/ttyS0.\n[[32m OK [0m] Started Authorization Manager.\n[[32m OK [0m] Started Login Service.\n[[32m OK [0m] Started NTP client/server.\n[[32m OK [0m] Reached target NFS client services.\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n Starting Permit User Sessions...[ 2.960427] AES CTR mode by8 optimization enabled\n\n[[32m OK [0m] Started Permit User Sessions.\n[[32m OK [0m] Started Serial Getty on ttyS0.\n Starting Serial Getty on ttyS0...\n[[32m OK [0m] Started Command Scheduler.\n Starting Command Scheduler...\n[[32m OK [0m] Started Getty on tty1.\n Starting Getty on tty1...\n[[32m OK [0m] Reached target Login Prompts.\n[ 2.992642] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)\n[ 3.000640] alg: No test for crc32 (crc32-pclmul)\n[ 3.004139] intel_rapl: no valid rapl domains found in package 0\n[ 3.010563] intel_rapl: no valid rapl domains found in package 0\n[ 3.012924] intel_powerclamp: No package C-state available\n[ 3.016881] intel_powerclamp: No package C-state available[ 3.081733] cloud-init[518]: Cloud-init v. 0.7.5 running 'init-local' at Sun, 12 Aug 2018 09:07:24 +0000. Up 3.05 seconds.\n[[32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[32m OK [0m] Started LSB: Bring up/down networking.\n[[32m OK [0m] Reached target Network.\n Starting Notify NFS peers of a restart...\n Starting Dynamic System Tuning Daemon...\n Starting System Logging Service...\n Starting Postfix Mail Transport Agent...\n[[32m OK [0m] Reached target Network is Online.\n Starting RabbitMQ Service...\n[[32m OK [0m] Started Cloudify REST Service.\n Starting Cloudify REST Service...\n[[32m OK [0m] Started InfluxDB Service.\n Starting InfluxDB Service...\n[[32m OK [0m] Started Cloudify Stage Service.\n Starting Cloudify Stage Service...\n Starting Crash recovery kernel arming...\n Starting LSB: Starts Logstash as a daemon....\n Starting LSB: Supports the direct execution of binary formats....\n Starting nginx - high performance web server...\n Starting OpenSSH server daemon...\n Starting Initial cloud-init job (metadata service crawler)...\n Starting PostgreSQL 9.5 database server...\n[[32m OK [0m] Started Notify NFS peers of a restart.\n[[32m OK [0m] Started LSB: Starts Logstash as a daemon..\n Mounting Arbitrary Executable File Formats File System...\n[[32m OK [0m] Mounted Arbitrary Executable File Formats File System.\n[[32m OK [0m] Started LSB: Supports the direct execution of binary formats..\n[[32m OK [0m] Started OpenSSH server daemon.\n[[32m OK [0m] Started nginx - high performance web server.\n[[32m OK [0m] Created slice user-993.slice.\n[[32m OK [0m] Started Dynamic System Tuning Daemon.\n[ 5.547485] cloud-init[823]: Cloud-init v. 0.7.5 running 'init' at Sun, 12 Aug 2018 09:07:27 +0000. Up 5.49 seconds.\n[ 5.616318] cloud-init[823]: ci-info: +++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\n[ 5.617905] cloud-init[823]: ci-info: +--------+------+---------------+---------------+-------------------+\n[ 5.619359] cloud-init[823]: ci-info: | Device | Up | Address | Mask | Hw-Address |\n[ 5.620817] cloud-init[823]: ci-info: +--------+------+---------------+---------------+-------------------+\n[ 5.622278] cloud-init[823]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . |\n[ 5.623721] cloud-init[823]: ci-info: | eth0: | True | 192.168.120.5 | 255.255.255.0 | fa:16:3e:3a:81:a4 |\n[ 5.625181] cloud-init[823]: ci-info: +--------+------+---------------+---------------+-------------------+\n[ 5.639197] cloud-init[823]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\n[ 5.640913] cloud-init[823]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 5.642487] cloud-init[823]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 5.644080] cloud-init[823]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 5.645656] cloud-init[823]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG |\n[ 5.647597] cloud-init[823]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | eth0 | UGH |\n[ 5.674345] cloud-init[823]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\n[ 5.675995] cloud-init[823]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[[32m OK [0m] Started Postfix Mail Transport Agent.\n[[32m OK [0m] Started PostgreSQL 9.5 database server.\n\nCentOS Linux 7 (Core)\nKernel 3.10.0-514.16.1.el7.x86_64 on an x86_64\n\ncloudify login: "} 2018-08-12 09:08:13,173 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/e2dfb149-a4be-47c3-b7c0-b69ce64de327/action used request id req-06cde5ac-5bd3-4983-965d-567b55c17506 2018-08-12 09:08:13,173 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0894160270691s 2018-08-12 09:08:13,174 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/e2dfb149-a4be-47c3-b7c0-b69ce64de327/action used request id req-06cde5ac-5bd3-4983-965d-567b55c17506 2018-08-12 09:08:13,174 - functest.core.singlevm - DEBUG - vm console: [H[J[1;1H[?25l[m[H[J[1;1H[20;7H[mUse the ^ and v keys to change the selection. Press 'e' to edit the selected item, or 'c' for a command prompt. [4;80H [7m[4;1H CentOS Linux (3.10.0-514.16.1.el7.x86_64) 7 (Core) [m[4;79H[m[m[5;1H CentOS Linux (3.10.0-327.28.3.el7.x86_64) 7 (Core) [m[5;79H[m[m[6;1H CentOS Linux (0-rescue-56d65f493d8f854534fe792ecf014b83) 7 (Core) [m[6;79H[m[m[7;1H [m[7;79H[m[m[8;1H [m[8;79H[m[m[9;1H [m[9;79H[m[m[10;1H [m[10;79H[m[m[11;1H [m[11;79H[m[m[12;1H [m[12;79H[m[m[13;1H [m[13;79H[m[m[14;1H [m[14;79H[m[m[15;1H [m[15;79H[m[m[16;1H [m[16;79H[m[m[17;1H [m[17;79H[m[m[18;1H [m[18;79H[m[18;80H [4;79H[22;1H The selected entry will be started automatically in 1s. [4;79H[22;1H The selected entry will be started automatically in 0s. [4;79H[?25h[H[J[1;1H[H[J[1;1H[ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.10.0-514.16.1.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #1 SMP Wed Apr 12 15:04:24 UTC 2017 [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8 [ 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-0x00000000bffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x00000000bffdc000-0x00000000bfffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x140000 max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] e820: last_pfn = 0xbffdc max_arch_pfn = 0x400000000 [ 0.000000] found SMP MP-table at [mem 0x000f6390-0x000f639f] mapped at [ffff8800000f6390] [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff] [ 0.000000] ACPI: RSDP 00000000000f6340 00014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 00000000bffe1351 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 00000000bffe11dd 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 00000000bffdfdc0 0141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 00000000bffdfd80 00040 [ 0.000000] ACPI: APIC 00000000bffe12d1 00080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000013fffffff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x13fffffff] [ 0.000000] NODE_DATA [mem 0x13ffd7000-0x13fffdfff] [ 0.000000] Reserving 161MB of memory at 656MB for crashkernel (System RAM: 4095MB) [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 1:3ff87001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 2067716025 cycles [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal [mem 0x100000000-0x13fffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0xbffdbfff] [ 0.000000] node 0: [mem 0x100000000-0x13fffffff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 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 2 CPUs, 0 hotplug CPUs [ 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] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff] [ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff] [ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff] [ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037 [ 0.000000] Policy zone: Normal [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100 [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form [ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2. [ 0.000000] NR_IRQS:327936 nr_irqs:440 0 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty0] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 16777216 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.313289] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912) [ 0.315489] pid_max: default: 32768 minimum: 301 [ 0.316679] Security Framework initialized [ 0.317781] SELinux: Initializing. [ 0.319065] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.323668] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.326484] Mount-cache hash table entries: 4096 [ 0.327904] Initializing cgroup subsys memory [ 0.329063] Initializing cgroup subsys devices [ 0.330212] Initializing cgroup subsys freezer [ 0.331359] Initializing cgroup subsys net_cls [ 0.332506] Initializing cgroup subsys blkio [ 0.333626] Initializing cgroup subsys perf_event [ 0.334809] Initializing cgroup subsys hugetlb [ 0.335952] Initializing cgroup subsys pids [ 0.337060] Initializing cgroup subsys net_prio [ 0.338284] CPU: Physical Processor ID: 0 [ 0.340081] mce: CPU supports 10 MCE banks [ 0.341202] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.342483] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.343770] tlb_flushall_shift: 6 [ 0.344940] Freeing SMP alternatives: 28k freed [ 0.348678] ACPI: Core revision 20130517 [ 0.350203] ACPI: All ACPI Tables successfully acquired [ 0.351643] ftrace: allocating 25812 entries in 101 pages [ 0.372567] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.374097] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.375577] smpboot: Max logical packages: 2 [ 0.376879] Enabling x2apic [ 0.377774] Enabled x2apic [ 0.378850] Switched APIC routing to physical x2apic. [ 0.380995] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.382478] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.385105] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.392426] KVM setup paravirtual spinlock [ 0.394707] smpboot: Booting Node 0, Processors #1 OK [ 0.396354] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.418161] Brought up 2 CPUs [ 0.418171] KVM setup async PF for cpu 1 [ 0.418174] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.421277] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.423475] devtmpfs: initialized [ 0.426166] EVM: security.selinux [ 0.427156] EVM: security.ima [ 0.428064] EVM: security.capability [ 0.429715] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.431243] pinctrl core: initialized pinctrl subsystem [ 0.432621] NET: Registered protocol family 16 [ 0.433978] ACPI: bus type PCI registered [ 0.435065] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.436579] PCI: Using configuration type 1 for base access [ 0.441281] ACPI: Added _OSI(Module Device) [ 0.442471] ACPI: Added _OSI(Processor Device) [ 0.443667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.444903] ACPI: Added _OSI(Processor Aggregator Device) [ 0.447356] ACPI: Interpreter enabled [ 0.448451] ACPI: (supports S0 S5) [ 0.449477] ACPI: Using IOAPIC for interrupt routing [ 0.450769] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.454822] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.456308] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.457900] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.459445] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.462331] acpiphp: Slot [3] registered [ 0.463461] acpiphp: Slot [4] registered [ 0.464590] acpiphp: Slot [5] registered [ 0.465712] acpiphp: Slot [6] registered [ 0.466835] acpiphp: Slot [7] registered [ 0.467952] acpiphp: Slot [8] registered [ 0.469068] acpiphp: Slot [9] registered [ 0.470183] acpiphp: Slot [10] registered [ 0.471313] acpiphp: Slot [11] registered [ 0.472447] acpiphp: Slot [12] registered [ 0.473585] acpiphp: Slot [13] registered [ 0.474723] acpiphp: Slot [14] registered [ 0.475859] acpiphp: Slot [15] registered [ 0.476995] acpiphp: Slot [16] registered [ 0.478130] acpiphp: Slot [17] registered [ 0.479286] acpiphp: Slot [18] registered [ 0.480439] acpiphp: Slot [19] registered [ 0.481593] acpiphp: Slot [20] registered [ 0.482774] acpiphp: Slot [21] registered [ 0.483873] acpiphp: Slot [22] registered [ 0.484961] acpiphp: Slot [23] registered [ 0.486046] acpiphp: Slot [24] registered [ 0.487147] acpiphp: Slot [25] registered [ 0.488240] acpiphp: Slot [26] registered [ 0.489334] acpiphp: Slot [27] registered [ 0.490427] acpiphp: Slot [28] registered [ 0.491516] acpiphp: Slot [29] registered [ 0.492597] acpiphp: Slot [30] registered [ 0.493680] acpiphp: Slot [31] registered [ 0.494759] PCI host bridge to bus 0000:00 [ 0.495843] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.497142] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.498689] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.500180] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.502154] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.504131] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window] [ 0.508586] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.510162] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.511615] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.513159] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.517065] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.519385] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.543833] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.545642] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.547361] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.549084] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.551141] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.552735] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.554393] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.556487] vgaarb: loaded [ 0.557368] vgaarb: bridge control possible 0000:00:02.0 [ 0.558785] SCSI subsystem initialized [ 0.559865] ACPI: bus type USB registered [ 0.560968] usbcore: registered new interface driver usbfs [ 0.562278] usbcore: registered new interface driver hub [ 0.563583] usbcore: registered new device driver usb [ 0.564997] PCI: Using ACPI for IRQ routing [ 0.566402] NetLabel: Initializing [ 0.567392] NetLabel: domain hash size = 128 [ 0.568506] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.569743] NetLabel: unlabeled traffic allowed by default [ 0.571151] Switched to clocksource kvm-clock [ 0.579243] pnp: PnP ACPI init [ 0.580189] ACPI: bus type PNP registered [ 0.581601] pnp: PnP ACPI: found 5 devices [ 0.582687] ACPI: bus type PNP unregistered [ 0.590080] NET: Registered protocol family 2 [ 0.591502] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.593673] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.595488] TCP: Hash tables configured (established 32768 bind 32768) [ 0.597025] TCP: reno registered [ 0.597979] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.599390] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.601007] NET: Registered protocol family 1 [ 0.602585] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.604448] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.606288] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.626253] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.646327] Unpacking initramfs... [ 1.092840] Freeing initrd memory: 37508k freed [ 1.102433] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.104492] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.108120] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.110259] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.112572] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.114557] Initialise system trusted keyring [ 1.116094] audit: initializing netlink socket (disabled) [ 1.117883] type=2000 audit(1534064842.564:1): initialized [ 1.134492] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.136491] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.139307] zpool: loaded [ 1.140413] zbud: loaded [ 1.141672] VFS: Disk quotas dquot_6.5.2 [ 1.143110] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.145286] msgmni has been set to 7578 [ 1.146709] Key type big_key registered [ 1.148857] NET: Registered protocol family 38 [ 1.150380] Key type asymmetric registered [ 1.151847] Asymmetric key parser 'x509' registered [ 1.153507] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.156213] io scheduler noop registered [ 1.157627] io scheduler deadline registered (default) [ 1.169034] io scheduler cfq registered [ 1.170527] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.172379] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.174592] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.177250] ACPI: Power Button [PWRF] [ 1.178699] GHES: HEST is not enabled! [ 1.180138] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.204079] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.206250] Non-volatile memory driver v1.3 [ 1.207742] Linux agpgart interface v0.103 [ 1.209298] crash memory driver: version 1.1 [ 1.210851] rdac: device handler registered [ 1.212427] hp_sw: device handler registered [ 1.213968] emc: device handler registered [ 1.215444] alua: device handler registered [ 1.216941] libphy: Fixed MDIO Bus: probed [ 1.218441] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.220486] ehci-pci: EHCI PCI platform driver [ 1.222041] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.224014] ohci-pci: OHCI PCI platform driver [ 1.225546] uhci_hcd: USB Universal Host Controller Interface driver [ 1.245989] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.247752] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.250461] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.252204] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.254133] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.256320] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.258942] usb usb1: Product: UHCI Host Controller [ 1.260594] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.262769] usb usb1: SerialNumber: 0000:00:01.2 [ 1.264386] hub 1-0:1.0: USB hub found [ 1.265788] hub 1-0:1.0: 2 ports detected [ 1.267347] usbcore: registered new interface driver usbserial [ 1.269229] usbcore: registered new interface driver usbserial_generic [ 1.271254] usbserial: USB Serial support registered for generic [ 1.273172] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.276586] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.277854] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.279211] mousedev: PS/2 mouse device common for all mice [ 1.280827] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.283147] rtc_cmos 00:00: RTC can wake from S4 [ 1.283837] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.285412] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.289815] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.291360] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.292912] cpuidle: using governor menu [ 1.294069] hidraw: raw HID events driver (C) Jiri Kosina [ 1.295490] usbcore: registered new interface driver usbhid [ 1.296899] usbhid: USB HID core driver [ 1.298040] drop_monitor: Initializing network drop monitor service [ 1.299550] TCP: cubic registered [ 1.300543] Initializing XFRM netlink socket [ 1.301790] NET: Registered protocol family 10 [ 1.303224] NET: Registered protocol family 17 [ 1.304629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.306068] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.307586] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.310031] Loading compiled-in X.509 certificates [ 1.311370] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.313809] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.316646] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.319081] registered taskstats version 1 [ 1.322137] Key type trusted registered [ 1.324516] Key type encrypted registered [ 1.326912] IMA: No TPM chip found, activating TPM-bypass! [ 1.328722] rtc_cmos 00:00: setting system clock to 2018-08-12 09:07:22 UTC (1534064842) [ 1.331555] Freeing unused kernel memory: 1680k freed [ 1.336284] systemd[1]: systemd 219 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID +ELFUTILS +KMOD +IDN) [ 1.340586] systemd[1]: Detected virtualization kvm. [ 1.341909] systemd[1]: Detected architecture x86-64. [ 1.343214] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.345951] systemd[1]: No hostname configured. [ 1.347161] systemd[1]: Set hostname to . [ 1.348496] systemd[1]: Initializing machine ID from KVM UUID. [ 1.371994] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.374309] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Reached target Paths. [ 1.377502] systemd[1]: Reached target Paths. [ 1.378758] systemd[1]: Starting Paths. [[32m OK [0m] Created slice Root Slice. [ 1.380905] systemd[1]: Created slice Root Slice. [ 1.382216] systemd[1]: Starting Root Slice. [[32m OK [0m] Created slice System Slice. [ 1.384402] systemd[1]: Created slice System Slice. [ 1.385728] systemd[1]: Starting System Slice. [[32m OK [0m] Reached target Slices. [ 1.387937] systemd[1]: Reached target Slices. [ 1.389182] systemd[1]: Starting Slices. [[32m OK [0m] Reached target Swap. [ 1.391150] systemd[1]: Reached target Swap. [ 1.392380] systemd[1]: Starting Swap. [[32m OK [0m] Listening on udev Kernel Socket. [ 1.394538] systemd[1]: Listening on udev Kernel Socket. [ 1.395950] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Listening on Journal Socket. [ 1.398297] systemd[1]: Listening on Journal Socket. [ 1.399646] systemd[1]: Starting Journal Socket. [ 1.401373] systemd[1]: Starting Journal Service... Starting Journal Service... [ 1.404016] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [[32m OK [0m] Reached target Timers. [ 1.407125] systemd[1]: Reached target Timers. [ 1.408402] systemd[1]: Starting Timers. [[32m OK [0m] Listening on udev Control Socket. [ 1.411367] systemd[1]: Listening on udev Control Socket. [ 1.412975] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Reached target Sockets. [ 1.415147] systemd[1]: Reached target Sockets. [ 1.416401] systemd[1]: Starting Sockets. [ 1.417962] 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... [[32m OK [0m] Reached target Local File Systems. [ 1.422586] systemd[1]: Reached target Local File Systems. [ 1.424026] systemd[1]: Starting Local File Systems. [ 1.426098] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [[32m OK [0m] Started Journal Service. [ 1.429552] systemd[1]: Started Journal Service. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. Starting Create Static Device Nodes in /dev... [[32m OK [0m] Started Apply Kernel Variables. [[32m OK [0m] Started Create Static Device Nodes in /dev. [[32m OK [0m] Started dracut cmdline hook. Starting dracut pre-udev hook... [ 1.486990] RPC: Registered named UNIX socket transport module. [ 1.488480] RPC: Registered udp transport module. [ 1.489732] RPC: Registered tcp transport module. [ 1.490986] RPC: Registered tcp NFSv4.1 backchannel transport module. [[32m OK [0m] Started dracut pre-udev hook. Starting udev Kernel Device Manager... [[32m OK [0m] Started udev Kernel Device Manager. Starting dracut pre-trigger hook... [[32m OK [0m] Started dracut pre-trigger hook. Starting udev Coldplug all Devices... Mounting Configuration File System... [[32m OK [0m] Mounted Configuration File System. [ 1.573160] usb 1-1: new full-speed USB device number 2 using uhci_hcd [[32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Basic System. Starting dracut initqueue hook... [ 1.595743] FDC 0 is a S82078B [ 1.609601] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.613141] scsi host0: ata_piix [ 1.614511] scsi host1: ata_piix [ 1.615809] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.617938] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.656825] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.664477] vda: vda1 [[32m OK [0m] Found device /dev/disk/by-uuid/f13d84b4-c756-4d89-9d5e-6b534397aa14. Starting File System Check on /dev/...4-c756-4d89-9d5e-6b534397aa14... [[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14. [ 1.726370] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.728179] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.729814] usb 1-1: Product: QEMU USB Tablet [ 1.731039] usb 1-1: Manufacturer: QEMU [ 1.732142] usb 1-1: SerialNumber: 42 [ 1.741547] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 1.744354] 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 [[32m OK [0m] Started dracut initqueue hook. Mounting /sysroot... [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. [ 1.827799] SGI XFS with ACLs, security attributes, no debug enabled [ 1.830327] XFS (vda1): Mounting V4 Filesystem [ 1.867367] XFS (vda1): Ending clean mount [[32m OK [0m] Mounted /sysroot. [[32m OK [0m] Reached target Initrd Root File System. Starting Reload Configuration from the Real Root... [[32m OK [0m] Started Reload Configuration from the Real Root. [[32m OK [0m] Reached target Initrd File Systems. [[32m OK [0m] Reached target Initrd Default Target. Starting dracut pre-pivot and cleanup hook... [[32m OK [0m] Started dracut pre-pivot and cleanup hook. Starting Cleaning Up and Shutting Down Daemons... [[32m OK [0m] Stopped target Timers. [[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons. [[32m OK [0m] Stopped dracut pre-pivot and cleanup hook. Stopping dracut pre-pivot and cleanup hook... [[32m OK [0m] Stopped target Remote File Systems. [[32m OK [0m] Stopped target Remote File Systems (Pre). [[32m OK [0m] Stopped dracut initqueue hook. Stopping dracut initqueue hook... [[32m OK [0m] Stopped target Initrd Default Target. [[32m OK [0m] Stopped target Basic System. [[32m OK [0m] Stopped target System Initialization. [[32m OK [0m] Stopped udev Coldplug all Devices. Stopping udev Coldplug all Devices... [[32m OK [0m] Stopped dracut pre-trigger hook. Stopping dracut pre-trigger hook... [[32m OK [0m] Stopped Apply Kernel Variables. Stopping Apply Kernel Variables... [[32m OK [0m] Stopped target Local File Systems. [[32m OK [0m] Stopped target Swap. Stopping udev Kernel Device Manager... [[32m OK [0m] Stopped target Sockets. [[32m OK [0m] Stopped target Slices. [[32m OK [0m] Stopped target Paths. [[32m OK [0m] Stopped udev Kernel Device Manager. [[32m OK [0m] Stopped dracut pre-udev hook. Stopping dracut pre-udev hook... [[32m OK [0m] Stopped dracut cmdline hook. Stopping dracut cmdline hook... [[32m OK [0m] Stopped Create Static Device Nodes in /dev. Stopping Create Static Device Nodes in /dev... [[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel. Stopping Create list of required st... nodes for the current kernel... [[32m OK [0m] Closed udev Kernel Socket. [[32m OK [0m] Closed udev Control Socket. Starting Cleanup udevd DB... [[32m OK [0m] Started Cleanup udevd DB. [[32m OK [0m] Reached target Switch Root. Starting Switch Root... [ 2.088838] systemd-journald[105]: Received SIGTERM from PID 1 (systemd). [ 2.110201] tsc: Refined TSC clocksource calibration: 3491.849 MHz [ 2.168897] SELinux: Disabled at runtime. [ 2.207185] type=1404 audit(1534064843.378:2): selinux=0 auid=4294967295 ses=4294967295 [ 2.232871] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.234403] systemd[1]: Inserted module 'ip_tables' Welcome to [0;31mCentOS Linux 7 (Core)[0m! [[32m OK [0m] Stopped Switch Root. [[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [[32m OK [0m] Stopped target Switch Root. Mounting NFSD configuration filesystem... Mounting Debug File System... [[32m OK [0m] Created slice system-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice. [[32m OK [0m] Created slice User and Session Slice. [[32m OK [0m] Listening on udev Kernel Socket. [[32m OK [0m] Stopped target Initrd File Systems. [[32m OK [0m] Listening on udev Control Socket. [[32m OK [0m] Created slice system-getty.slice. [[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [[32m OK [0m] Listening on Delayed Shutdown Socket. [[32m OK [0m] Stopped File System Check on Root Device. Stopping File System Check on Root Device... [[32m OK [0m] Stopped target Initrd Root File System. [[32m OK [0m] Stopped Journal Service. Starting Journal Service... [[32m OK [0m] Reached target Encrypted Volumes. Starting Create list of required st... nodes for the current kernel... [[32m OK [0m] Reached target Swap. [[32m OK [0m] Created slice system-serial\x2dgetty.slice. Starting Apply Kernel Variables... Starting Remount Root and Kernel File Systems... Mounting POSIX Message Queue File System... [[32m OK [0m] Reached target Slices. Starting Setup Virtual Console... Mounting Huge Pages File System... [[32m OK [0m] Mounted Debug File System. [[32m OK [0m] Started Journal Service. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [[32m OK [0m] Started Apply Kernel Variables. [[32m OK [0m] Started Remount Root and Kernel File Systems. [[32m OK [0m] Mounted POSIX Message Queue File System. [[32m OK [0m] Mounted Huge Pages File System. [ 2.455414] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). Starting Configure read-only root support... Starting Load/Save Random Seed... Starting Rebuild Hardware Database... Starting Create Static Device Nodes in /dev... Starting Flush Journal to Persistent Storage... [[32m OK [0m] Mounted NFSD configuration filesystem. [[32m OK [0m] Started Load/Save Random Seed. [[32m OK [0m] Started Configure read-only root support. [[32m OK [0m] Started Create Static Device Nodes in /dev. [ 2.531747] systemd-journald[387]: Received request to flush runtime journal from PID 1 [[32m OK [0m] Started Flush Journal to Persistent Storage. [[32m OK [0m] Reached target Local File Systems (Pre). Starting udev Kernel Device Manager... [[32m OK [0m] Reached target Local File Systems. Starting Mark the need to relabel after reboot... Starting Import network configuration from initramfs... Starting Rebuild Journal Catalog... Starting Preprocess NFS configuration... [[32m OK [0m] Started Mark the need to relabel after reboot. [[32m OK [0m] Started Rebuild Journal Catalog. [[32m OK [0m] Started Preprocess NFS configuration. [[32m OK [0m] Started udev Kernel Device Manager. [[32m OK [0m] Started Setup Virtual Console. [[32m OK [0m] Started Import network configuration from initramfs. Starting Create Volatile Files and Directories... [[32m OK [0m] Started Create Volatile Files and Directories. Starting Security Auditing Service... [ 2.627658] type=1305 audit(1534064843.798:3): audit_pid=436 old=0 auid=4294967295 ses=4294967295 res=1 [[32m OK [0m] Started Security Auditing Service. Starting Update UTMP about System Boot/Shutdown... [[32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[32m OK [0m] Started Rebuild Hardware Database. Starting Update is Completed... Starting udev Coldplug all Devices... [[32m OK [0m] Started Update is Completed. [[32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Listening on RPCbind Server Activation Socket. [[32m OK [0m] Listening on D-Bus System Message Bus Socket. [[32m OK [0m] Reached target Sockets. [[32m OK [0m[ 2.806481] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0 ] Reached target Paths. [[32m OK [0m] Reached target Basic System. Starting NTP client/server... Starting Authorization Manager... Starting GSSAPI Proxy Daemon... [ 2.815306] [drm] Initialized drm 1.1.0 20060810 Starting Dump dmesg to /var/log/dmesg... Starting Login Service... [[32m OK [0m] Started D-Bus System Message Bus. [ 2.826347] input: PC Speaker as /devices/platform/pcspkr/input/input5 [ 2.848495] [TTM] Zone kernel: Available graphics memory: 1940960 kiB [ 2.850929] [TTM] Initializing pool allocator [ 2.852469] [TTM] Initializing DMA pool allocator [ 2.854032] [drm] fb mappable at 0xFC000000 [ 2.855481] [drm] vram aper at 0xFC000000 [ 2.856694] [drm] size 33554432 [ 2.857857] [drm] fb depth is 24 [ 2.859076] [drm] pitch is 3072 Starting D-Bus System Message Bus... [ 2.862273] fbcon: cirrusdrmfb (fb0) is primary device [ 2.882066] ppdev: user-space parallel port driver [ 2.888056] Console: switching to colour frame buffer device 128x48 [ 2.900269] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device Starting LSB: Bring up/down networking... [[32m OK [0m] Started irqbalance daemon. Starting irqbalance daemon... [ 2.915545] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 Starting Initial cloud-init job (pre-networking)... [[32m OK [0m] Reached target Timers. [[32m OK [0m] Started GSSAPI Proxy Daemon. [[32m OK [0m] Started Dump dmesg to /var/log/dmesg. [[32m OK [0m] Found device /dev/ttyS0. [[32m OK [0m] Started Authorization Manager. [[32m OK [0m] Started Login Service. [[32m OK [0m] Started NTP client/server. [[32m OK [0m] Reached target NFS client services. [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. Starting Permit User Sessions...[ 2.960427] AES CTR mode by8 optimization enabled [[32m OK [0m] Started Permit User Sessions. [[32m OK [0m] Started Serial Getty on ttyS0. Starting Serial Getty on ttyS0... [[32m OK [0m] Started Command Scheduler. Starting Command Scheduler... [[32m OK [0m] Started Getty on tty1. Starting Getty on tty1... [[32m OK [0m] Reached target Login Prompts. [ 2.992642] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) [ 3.000640] alg: No test for crc32 (crc32-pclmul) [ 3.004139] intel_rapl: no valid rapl domains found in package 0 [ 3.010563] intel_rapl: no valid rapl domains found in package 0 [ 3.012924] intel_powerclamp: No package C-state available [ 3.016881] intel_powerclamp: No package C-state available[ 3.081733] cloud-init[518]: Cloud-init v. 0.7.5 running 'init-local' at Sun, 12 Aug 2018 09:07:24 +0000. Up 3.05 seconds. [[32m OK [0m] Started Initial cloud-init job (pre-networking). [[32m OK [0m] Started LSB: Bring up/down networking. [[32m OK [0m] Reached target Network. Starting Notify NFS peers of a restart... Starting Dynamic System Tuning Daemon... Starting System Logging Service... Starting Postfix Mail Transport Agent... [[32m OK [0m] Reached target Network is Online. Starting RabbitMQ Service... [[32m OK [0m] Started Cloudify REST Service. Starting Cloudify REST Service... [[32m OK [0m] Started InfluxDB Service. Starting InfluxDB Service... [[32m OK [0m] Started Cloudify Stage Service. Starting Cloudify Stage Service... Starting Crash recovery kernel arming... Starting LSB: Starts Logstash as a daemon.... Starting LSB: Supports the direct execution of binary formats.... Starting nginx - high performance web server... Starting OpenSSH server daemon... Starting Initial cloud-init job (metadata service crawler)... Starting PostgreSQL 9.5 database server... [[32m OK [0m] Started Notify NFS peers of a restart. [[32m OK [0m] Started LSB: Starts Logstash as a daemon.. Mounting Arbitrary Executable File Formats File System... [[32m OK [0m] Mounted Arbitrary Executable File Formats File System. [[32m OK [0m] Started LSB: Supports the direct execution of binary formats.. [[32m OK [0m] Started OpenSSH server daemon. [[32m OK [0m] Started nginx - high performance web server. [[32m OK [0m] Created slice user-993.slice. [[32m OK [0m] Started Dynamic System Tuning Daemon. [ 5.547485] cloud-init[823]: Cloud-init v. 0.7.5 running 'init' at Sun, 12 Aug 2018 09:07:27 +0000. Up 5.49 seconds. [ 5.616318] cloud-init[823]: ci-info: +++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ [ 5.617905] cloud-init[823]: ci-info: +--------+------+---------------+---------------+-------------------+ [ 5.619359] cloud-init[823]: ci-info: | Device | Up | Address | Mask | Hw-Address | [ 5.620817] cloud-init[823]: ci-info: +--------+------+---------------+---------------+-------------------+ [ 5.622278] cloud-init[823]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . | [ 5.623721] cloud-init[823]: ci-info: | eth0: | True | 192.168.120.5 | 255.255.255.0 | fa:16:3e:3a:81:a4 | [ 5.625181] cloud-init[823]: ci-info: +--------+------+---------------+---------------+-------------------+ [ 5.639197] cloud-init[823]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ [ 5.640913] cloud-init[823]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 5.642487] cloud-init[823]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 5.644080] cloud-init[823]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 5.645656] cloud-init[823]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG | [ 5.647597] cloud-init[823]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | eth0 | UGH | [ 5.674345] cloud-init[823]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | [ 5.675995] cloud-init[823]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [[32m OK [0m] Started Postfix Mail Transport Agent. [[32m OK [0m] Started PostgreSQL 9.5 database server. CentOS Linux 7 (Core) Kernel 3.10.0-514.16.1.el7.x86_64 on an x86_64 cloudify login: 2018-08-12 09:08:13,178 - paramiko.transport - DEBUG - starting thread (client mode): 0x7e57810L 2018-08-12 09:08:13,179 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-12 09:08:13,187 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1 2018-08-12 09:08:13,187 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1) 2018-08-12 09:08:13,189 - 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-group-exchange-sha1', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] server encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] client mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', 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-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] server mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', 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-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] 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 09:08:13,190 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-12 09:08:13,190 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-12 09:08:13,190 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-12 09:08:13,190 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-12 09:08:13,190 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-12 09:08:13,195 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-12 09:08:13,196 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-12 09:08:13,211 - paramiko.transport - DEBUG - Trying discovered key e505e8cfe9848b452f2f1496a9a53afb in /tmp/tmpu0joFv 2018-08-12 09:08:13,236 - paramiko.transport - DEBUG - userauth is OK 2018-08-12 09:08:23,257 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-12 09:08:23,258 - cloudify.rest_client.http - DEBUG - Setting `Authorization` header: * 2018-08-12 09:08:23,258 - cloudify.rest_client.http - DEBUG - Setting `Tenant` header: default_tenant 2018-08-12 09:08:23,259 - functest.core.cloudify - INFO - Attemps running status of the Manager 2018-08-12 09:08:23,259 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/status 2018-08-12 09:08:23,449 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-12 09:08:23,449 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-12 09:08:23,450 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-12 09:08:23,450 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-12 09:08:23,450 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-12 09:08:23,450 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-12 09:08:23,450 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-12 09:08:23,450 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "running", "services": [{"instances": [{"LoadState": "loaded", "Description": "InfluxDB Service", "state": "running", "MainPID": 797, "Id": "cloudify-influxdb.service", "ActiveState": "active", "SubState": "running"}], "display_name": "InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Management Worker Service", "state": "dead", "MainPID": 0, "Id": "cloudify-mgmtworker.service", "ActiveState": "inactive", "SubState": "dead"}], "display_name": "Celery Management"}, {"instances": [{"LoadState": "loaded", "Description": "LSB: Starts Logstash as a daemon.", "state": "running", "MainPID": 0, "Id": "logstash.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Logstash"}, {"instances": [{"LoadState": "loaded", "Description": "RabbitMQ Service", "state": "start-post", "MainPID": 7995, "Id": "cloudify-rabbitmq.service", "ActiveState": "activating", "SubState": "start-post"}], "display_name": "RabbitMQ"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify AMQP InfluxDB Broker Service", "state": "dead", "MainPID": 0, "Id": "cloudify-amqpinflux.service", "ActiveState": "inactive", "SubState": "dead"}], "display_name": "AMQP InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "PostgreSQL 9.5 database server", "state": "running", "MainPID": 932, "Id": "postgresql-9.5.service", "ActiveState": "active", "SubState": "running"}], "display_name": "PostgreSQL"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify REST Service", "state": "running", "MainPID": 796, "Id": "cloudify-restservice.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Manager Rest-Service"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Stage Service", "state": "running", "MainPID": 798, "Id": "cloudify-stage.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Cloudify Stage"}, {"instances": [{"LoadState": "loaded", "Description": "Riemann Service", "state": "dead", "MainPID": 0, "Id": "cloudify-riemann.service", "ActiveState": "inactive", "SubState": "dead"}], "display_name": "Riemann"}, {"instances": [{"LoadState": "loaded", "Description": "nginx - high performance web server", "state": "running", "MainPID": 895, "Id": "nginx.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Webserver"}]} 2018-08-12 09:08:23,450 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-12 09:08:23,450 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 12 Aug 2018 09:08:22 GMT 2018-08-12 09:08:23,450 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-12 09:08:23,451 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2378 2018-08-12 09:08:23,451 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-12 09:08:23,451 - functest.core.cloudify - DEBUG - status {u'status': u'running', u'services': [{u'instances': [{u'LoadState': u'loaded', u'Description': u'InfluxDB Service', u'MainPID': 797, u'state': u'running', u'Id': u'cloudify-influxdb.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'InfluxDB'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Cloudify Management Worker Service', u'MainPID': 0, u'state': u'dead', u'Id': u'cloudify-mgmtworker.service', u'ActiveState': u'inactive', u'SubState': u'dead'}], u'display_name': u'Celery Management'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'LSB: Starts Logstash as a daemon.', u'MainPID': 0, u'state': u'running', u'Id': u'logstash.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Logstash'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'RabbitMQ Service', u'MainPID': 7995, u'state': u'start-post', u'Id': u'cloudify-rabbitmq.service', u'ActiveState': u'activating', u'SubState': u'start-post'}], u'display_name': u'RabbitMQ'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Cloudify AMQP InfluxDB Broker Service', u'MainPID': 0, u'state': u'dead', u'Id': u'cloudify-amqpinflux.service', u'ActiveState': u'inactive', u'SubState': u'dead'}], u'display_name': u'AMQP InfluxDB'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'PostgreSQL 9.5 database server', u'MainPID': 932, u'state': u'running', u'Id': u'postgresql-9.5.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'PostgreSQL'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Cloudify REST Service', u'MainPID': 796, u'state': u'running', u'Id': u'cloudify-restservice.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Manager Rest-Service'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Cloudify Stage Service', u'MainPID': 798, u'state': u'running', u'Id': u'cloudify-stage.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Cloudify Stage'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Riemann Service', u'MainPID': 0, u'state': u'dead', u'Id': u'cloudify-riemann.service', u'ActiveState': u'inactive', u'SubState': u'dead'}], u'display_name': u'Riemann'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'nginx - high performance web server', u'MainPID': 895, u'state': u'running', u'Id': u'nginx.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Webserver'}]} 2018-08-12 09:08:23,452 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/status 2018-08-12 09:08:23,583 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-12 09:08:23,584 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-12 09:08:23,584 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-12 09:08:23,584 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-12 09:08:23,584 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-12 09:08:23,584 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-12 09:08:23,584 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-12 09:08:23,584 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "running", "services": [{"instances": [{"LoadState": "loaded", "Description": "InfluxDB Service", "state": "running", "MainPID": 797, "Id": "cloudify-influxdb.service", "ActiveState": "active", "SubState": "running"}], "display_name": "InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Management Worker Service", "state": "dead", "MainPID": 0, "Id": "cloudify-mgmtworker.service", "ActiveState": "inactive", "SubState": "dead"}], "display_name": "Celery Management"}, {"instances": [{"LoadState": "loaded", "Description": "LSB: Starts Logstash as a daemon.", "state": "running", "MainPID": 0, "Id": "logstash.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Logstash"}, {"instances": [{"LoadState": "loaded", "Description": "RabbitMQ Service", "state": "start-post", "MainPID": 7995, "Id": "cloudify-rabbitmq.service", "ActiveState": "activating", "SubState": "start-post"}], "display_name": "RabbitMQ"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify AMQP InfluxDB Broker Service", "state": "dead", "MainPID": 0, "Id": "cloudify-amqpinflux.service", "ActiveState": "inactive", "SubState": "dead"}], "display_name": "AMQP InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "PostgreSQL 9.5 database server", "state": "running", "MainPID": 932, "Id": "postgresql-9.5.service", "ActiveState": "active", "SubState": "running"}], "display_name": "PostgreSQL"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify REST Service", "state": "running", "MainPID": 796, "Id": "cloudify-restservice.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Manager Rest-Service"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Stage Service", "state": "running", "MainPID": 798, "Id": "cloudify-stage.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Cloudify Stage"}, {"instances": [{"LoadState": "loaded", "Description": "Riemann Service", "state": "dead", "MainPID": 0, "Id": "cloudify-riemann.service", "ActiveState": "inactive", "SubState": "dead"}], "display_name": "Riemann"}, {"instances": [{"LoadState": "loaded", "Description": "nginx - high performance web server", "state": "running", "MainPID": 895, "Id": "nginx.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Webserver"}]} 2018-08-12 09:08:23,584 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-12 09:08:23,585 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 12 Aug 2018 09:08:22 GMT 2018-08-12 09:08:23,585 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-12 09:08:23,585 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2378 2018-08-12 09:08:23,585 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-12 09:08:23,585 - functest.core.cloudify - INFO - The current manager status is running 2018-08-12 09:08:23,586 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.202:80/api/v3/secrets/foo; body: {"update_if_exists": false, "visibility": "tenant", "value": "bar"} 2018-08-12 09:08:23,650 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-12 09:08:23,650 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-12 09:08:23,650 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-12 09:08:23,650 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-12 09:08:23,651 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-12 09:08:23,651 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-12 09:08:23,651 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-12 09:08:23,651 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 67 2018-08-12 09:08:23,651 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-08-12T09:08:23.043Z", "updated_at": "2018-08-12T09:08:23.043Z", "created_by": "admin", "private_resource": false, "value": "bar", "key": "foo"} 2018-08-12 09:08:23,651 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-12 09:08:23,651 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 12 Aug 2018 09:08:23 GMT 2018-08-12 09:08:23,651 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-12 09:08:23,651 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 197 2018-08-12 09:08:23,651 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-12 09:08:23,652 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/secrets 2018-08-12 09:08:23,699 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-12 09:08:23,699 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-12 09:08:23,700 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-12 09:08:23,700 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-12 09:08:23,700 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-12 09:08:23,700 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-12 09:08:23,700 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-12 09:08:23,700 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"permission": null, "tenant_name": "default_tenant", "created_at": "2018-08-12T09:08:23.043Z", "updated_at": "2018-08-12T09:08:23.043Z", "created_by": "admin", "key": "foo"}], "metadata": {"pagination": {"total": 1, "offset": 0, "size": 0}}} 2018-08-12 09:08:23,700 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-12 09:08:23,700 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 12 Aug 2018 09:08:23 GMT 2018-08-12 09:08:23,700 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-12 09:08:23,701 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 253 2018-08-12 09:08:23,701 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-12 09:08:23,701 - functest.core.cloudify - DEBUG - List secrets: 2018-08-12 09:08:23,701 - cloudify.rest_client.http - DEBUG - Sending request: DELETE http://172.30.9.202:80/api/v3/secrets/foo 2018-08-12 09:08:23,750 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-12 09:08:23,750 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-12 09:08:23,750 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-12 09:08:23,750 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-12 09:08:23,750 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-12 09:08:23,750 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-12 09:08:23,750 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-12 09:08:23,750 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 0 2018-08-12 09:08:23,751 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-08-12T09:08:23.043Z", "updated_at": "2018-08-12T09:08:23.043Z", "created_by": "admin", "private_resource": false, "value": "bar", "key": "foo"} 2018-08-12 09:08:23,751 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-12 09:08:23,751 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 12 Aug 2018 09:08:23 GMT 2018-08-12 09:08:23,751 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-12 09:08:23,751 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 197 2018-08-12 09:08:23,751 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-12 09:08:23,751 - functest.core.cloudify - INFO - Secrets API successfully reached 2018-08-12 09:08:23,752 - functest.core.cloudify - INFO - Cloudify Manager is up and running 2018-08-12 09:08:23,758 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-12 09:08:23,762 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}817f6fed486d5bf63d2438c61703c61e0f770b94" 2018-08-12 09:08:23,857 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:08:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-75b3b409-b6d3-4197-ac3b-e56d0dab8b56 Content-Encoding: gzip Content-Length: 390 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8"}, "tags": [], "enabled": true, "id": "310f5853751a4c968f3eeb0a3d99a0a8", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "id": "a267b9a156244bb192691cff6e5f74fe", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: cloudify_ims", "links": {"self": "http://172.30.9.21:5000/v3/projects/d1803c5e965e47a48de43a49636ebe03"}, "tags": [], "enabled": true, "id": "d1803c5e965e47a48de43a49636ebe03", "parent_id": "default", "domain_id": "default", "name": "cloudify_ims-project_b8044517-429e-4a8c-975b-6828183c76b0"}]} 2018-08-12 09:08:23,857 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-75b3b409-b6d3-4197-ac3b-e56d0dab8b56 2018-08-12 09:08:23,858 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0996460914612s 2018-08-12 09:08:23,858 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-75b3b409-b6d3-4197-ac3b-e56d0dab8b56 2018-08-12 09:08:23,860 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.quotas 2018-08-12 09:08:23,861 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/quotas/d1803c5e965e47a48de43a49636ebe03.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}817f6fed486d5bf63d2438c61703c61e0f770b94" -d '{"quota": {"security_group": 20, "security_group_rule": 100, "port": 50}}' 2018-08-12 09:08:24,129 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 186 X-Openstack-Request-Id: req-ab6a32fa-2812-4b98-a89a-ec7ea00a5981 Date: Sun, 12 Aug 2018 09:08:24 GMT RESP BODY: {"quota": {"subnet": 100, "network": 100, "floatingip": 50, "subnetpool": -1, "security_group_rule": 100, "trunk": -1, "security_group": 20, "router": 10, "rbac_policy": 10, "port": 50}} 2018-08-12 09:08:24,129 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/quotas/d1803c5e965e47a48de43a49636ebe03.json used request id req-ab6a32fa-2812-4b98-a89a-ec7ea00a5981 2018-08-12 09:08:24,129 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.quotas in 0.268883943558s 2018-08-12 09:08:24,129 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/quotas/d1803c5e965e47a48de43a49636ebe03.json used request id req-ab6a32fa-2812-4b98-a89a-ec7ea00a5981 2018-08-12 09:08:24,130 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Put OpenStack creds in manager 2018-08-12 09:08:24,133 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-08-12 09:08:24,136 - 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 09:08:24,142 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 09:08:24 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://192.30.9.4:35357/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://192.30.9.4:35357/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 09:08:24,143 - 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}817f6fed486d5bf63d2438c61703c61e0f770b94" 2018-08-12 09:08:24,240 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:08:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-25add05b-8b12-4b0f-ab78-7f5d59a6a877 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"services": [{"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.4:35357/v3/services/15c0704ff3984609bc46a7ae9df6d854"}, "enabled": true, "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.4:35357/v3/services/19d3b3318551439c9543240172cdbd78"}, "enabled": true, "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.4:35357/v3/services/1dbfa23d060f4e70aa33e1cf9b50ab15"}, "enabled": true, "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.4:35357/v3/services/209950594c2b43048ba72516819c6386"}, "enabled": true, "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.4:35357/v3/services/2a58b259627349678c35c4f7a309d1b8"}, "enabled": true, "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.4:35357/v3/services/3420b5d212e345eca027a97d5de7638f"}, "enabled": true, "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.4:35357/v3/services/42a6b5976d8645e8a4c7c24467befa4d"}, "enabled": true, "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.4:35357/v3/services/4c895a2543ed4b87a379b8595130a8f7"}, "enabled": true, "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.4:35357/v3/services/715f238e402745d38ee9f3b37fa5b7b2"}, "enabled": true, "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.4:35357/v3/services/7229e6f7777f43d58cbed8a7dd0304d6"}, "enabled": true, "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.4:35357/v3/services/7fc41da629194ab488892d45d20f194e"}, "enabled": true, "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.4:35357/v3/services/99e7c5a4539d41d8ac9078a76fcee515"}, "enabled": true, "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.4:35357/v3/services/bab20e1e10e642b3b651400b1c4f18bf"}, "enabled": true, "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.4:35357/v3/services/cb46eeaecd3148259c3e255a5497608c"}, "enabled": true, "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.4:35357/v3/services/e5f94bd0ef324f738590907aed02c0f1"}, "enabled": true, "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "links": {"self": "http://192.30.9.4:35357/v3/services", "previous": null, "next": null}} 2018-08-12 09:08:24,240 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.4:35357/v3/services used request id req-25add05b-8b12-4b0f-ab78-7f5d59a6a877 2018-08-12 09:08:24,240 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.107028961182s 2018-08-12 09:08:24,241 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.4:35357/v3/services used request id req-25add05b-8b12-4b0f-ab78-7f5d59a6a877 2018-08-12 09:08:24,249 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-08-12 09:08:24,252 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}817f6fed486d5bf63d2438c61703c61e0f770b94" 2018-08-12 09:08:24,343 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:08:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-424fe7df-82a8-44e3-a438-5002c8078daa Content-Encoding: gzip Content-Length: 1972 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/0180081c176f44d28b00231a5e42328e"}, "url": "http://192.30.9.4:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "cb46eeaecd3148259c3e255a5497608c", "id": "0180081c176f44d28b00231a5e42328e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/0dea4b7330b54c0c9a0636f1e97478db"}, "url": "http://12.0.0.25:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "209950594c2b43048ba72516819c6386", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/164fb84df0d249f1a90eaa5c2aa43963"}, "url": "http://172.30.9.21:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "99e7c5a4539d41d8ac9078a76fcee515", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/190d75d57ae64cf0878a46f0524e7172"}, "url": "http://172.30.9.21:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "e5f94bd0ef324f738590907aed02c0f1", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/1a02946ca6ed4a81a0bdcbef89ba8455"}, "url": "http://172.30.9.21:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "42a6b5976d8645e8a4c7c24467befa4d", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/1b32ac2547c44d9eaf35ee6c4a387dcb"}, "url": "http://172.30.9.21:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "7229e6f7777f43d58cbed8a7dd0304d6", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/1cfb1ed578eb49dd87ca083a4db541c8"}, "url": "http://192.30.9.4:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "cb46eeaecd3148259c3e255a5497608c", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/2240a154977f4379bf6cb7b06d908ad5"}, "url": "http://192.30.9.4:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "7229e6f7777f43d58cbed8a7dd0304d6", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/2a9a76dbb65b4e1b8d6116fedbba8d84"}, "url": "http://192.30.9.4:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "99e7c5a4539d41d8ac9078a76fcee515", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/2d2cec92590247c08bd065796c7809f1"}, "url": "http://192.30.9.4:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "bab20e1e10e642b3b651400b1c4f18bf", "id": "2d2cec92590247c08bd065796c7809f1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/3369b5207e9e462493b48531ec10856d"}, "url": "http://192.30.9.4:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "e5f94bd0ef324f738590907aed02c0f1", "id": "3369b5207e9e462493b48531ec10856d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/34ab0036b02a4971b8fa6b0b45d8d3b5"}, "url": "http://192.30.9.4:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "19d3b3318551439c9543240172cdbd78", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/3ca9accb793a49cbbe90e5a661064c92"}, "url": "http://172.30.9.21:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "15c0704ff3984609bc46a7ae9df6d854", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/3fc16a63f6be4d3c80a2783bb851e4bb"}, "url": "http://172.30.9.21:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/43bb9a55be8d4fb9b7b14ab829552412"}, "url": "http://192.30.9.4:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/4a4d4aede044418995764ba52a2f5df0"}, "url": "http://172.30.9.21:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "715f238e402745d38ee9f3b37fa5b7b2", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/4fb85ade24214df2affc22743e195528"}, "url": "http://172.30.9.21:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "cb46eeaecd3148259c3e255a5497608c", "id": "4fb85ade24214df2affc22743e195528"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/60a5f72c43664608a86d96f08a113212"}, "url": "http://192.30.9.4:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "3420b5d212e345eca027a97d5de7638f", "id": "60a5f72c43664608a86d96f08a113212"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/623eb42a777f4771adf7f96e3a71405c"}, "url": "http://172.30.9.21:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "4c895a2543ed4b87a379b8595130a8f7", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/720e01cf00f84d04a2ee62edcf16b6c5"}, "url": "http://192.30.9.4:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "19d3b3318551439c9543240172cdbd78", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/75bcb5f8a1e1470d86971f289010cc01"}, "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "7fc41da629194ab488892d45d20f194e", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/7969c3b38465413d9a6597bdb8ece535"}, "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "42a6b5976d8645e8a4c7c24467befa4d", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/825be5f2ac7f49148b48b6b902457d3b"}, "url": "http://192.30.9.4:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "e5f94bd0ef324f738590907aed02c0f1", "id": "825be5f2ac7f49148b48b6b902457d3b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/84de8f696bae486b93af949c9fcba0e0"}, "url": "http://192.30.9.4:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "3420b5d212e345eca027a97d5de7638f", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/8b9cbe54bbaf48bea58cd1eac70c11e3"}, "url": "http://192.30.9.4:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "4c895a2543ed4b87a379b8595130a8f7", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/8e40ba7572e344069179902ef8294d94"}, "url": "http://172.30.9.21:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "19d3b3318551439c9543240172cdbd78", "id": "8e40ba7572e344069179902ef8294d94"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/955859bdf3284e0291fae73771e83dbf"}, "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "7fc41da629194ab488892d45d20f194e", "id": "955859bdf3284e0291fae73771e83dbf"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/a05785e9fdaf4b99b730c281a8798879"}, "url": "http://172.30.9.21:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "bab20e1e10e642b3b651400b1c4f18bf", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/aa83ad94e5364c91ae9784fdce32f60e"}, "url": "http://192.30.9.4:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "715f238e402745d38ee9f3b37fa5b7b2", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/ae7c491dfb654c01b3a40697a3d71d2a"}, "url": "http://192.30.9.4:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/b0df2bf1d7134de390b5d61b210210f1"}, "url": "http://192.30.9.4:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "99e7c5a4539d41d8ac9078a76fcee515", "id": "b0df2bf1d7134de390b5d61b210210f1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/b9fb1c42ce3946749b180fecea8a4890"}, "url": "http://192.30.9.4:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "bab20e1e10e642b3b651400b1c4f18bf", "id": "b9fb1c42ce3946749b180fecea8a4890"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/baac3ca7bc5242acae74cd07cd8aac8b"}, "url": "http://172.30.9.21:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "209950594c2b43048ba72516819c6386", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/c0ec153aa11f4d0ca453edd1a735ac0e"}, "url": "http://192.30.9.4:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "7229e6f7777f43d58cbed8a7dd0304d6", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/c5342aa69d8643359bba955b671d2015"}, "url": "http://192.30.9.4:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "4c895a2543ed4b87a379b8595130a8f7", "id": "c5342aa69d8643359bba955b671d2015"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/ca0ce0f5278a4af6b162a26925808f73"}, "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "42a6b5976d8645e8a4c7c24467befa4d", "id": "ca0ce0f5278a4af6b162a26925808f73"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/d0a2205495074bd29a4de90120faedb9"}, "url": "http://172.30.9.21:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "7fc41da629194ab488892d45d20f194e", "id": "d0a2205495074bd29a4de90120faedb9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/e126bf7c26924c9f9cc609ae27eef638"}, "url": "http://172.30.9.21:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "3420b5d212e345eca027a97d5de7638f", "id": "e126bf7c26924c9f9cc609ae27eef638"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, "url": "http://192.30.9.4:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "15c0704ff3984609bc46a7ae9df6d854", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/f1f42723f09d48c9901ecfd4c8abc28c"}, "url": "http://12.0.0.25:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "209950594c2b43048ba72516819c6386", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/f609c2453dc343a4a5565a231be14af1"}, "url": "http://192.30.9.4:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "715f238e402745d38ee9f3b37fa5b7b2", "id": "f609c2453dc343a4a5565a231be14af1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/f8ed02b7c8b8467f8e3ad22c2a47b4ec"}, "url": "http://192.30.9.4:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "15c0704ff3984609bc46a7ae9df6d854", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "links": {"self": "http://172.30.9.21:5000/v3/endpoints", "previous": null, "next": null}} 2018-08-12 09:08:24,344 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/endpoints used request id req-424fe7df-82a8-44e3-a438-5002c8078daa 2018-08-12 09:08:24,344 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.0945930480957s 2018-08-12 09:08:24,345 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/endpoints used request id req-424fe7df-82a8-44e3-a438-5002c8078daa 2018-08-12 09:08:24,352 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Set creds for cloudify manager {'keystone_password': '25de2e30-444b-4fe4-8d85-a4a11b9d559a', 'keystone_tenant_name': u'cloudify_ims-project_b8044517-429e-4a8c-975b-6828183c76b0', 'region': 'regionOne', 'keystone_url': u'http://172.30.9.21:5000', 'user_domain_name': 'Default', 'keystone_username': u'cloudify_ims-user_b8044517-429e-4a8c-975b-6828183c76b0', 'project_domain_name': 'Default'} 2018-08-12 09:08:24,352 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/secrets 2018-08-12 09:08:24,406 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-12 09:08:24,407 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-12 09:08:24,407 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-12 09:08:24,407 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-12 09:08:24,407 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-12 09:08:24,407 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-12 09:08:24,407 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-12 09:08:24,407 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 0, "offset": 0, "size": 0}}} 2018-08-12 09:08:24,407 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-12 09:08:24,407 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 12 Aug 2018 09:08:23 GMT 2018-08-12 09:08:24,408 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-12 09:08:24,408 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 79 2018-08-12 09:08:24,408 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-12 09:08:24,408 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.202:80/api/v3/secrets/keystone_password; body: {"update_if_exists": false, "visibility": "tenant", "value": "25de2e30-444b-4fe4-8d85-a4a11b9d559a"} 2018-08-12 09:08:24,470 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-12 09:08:24,470 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-12 09:08:24,471 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-12 09:08:24,471 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-12 09:08:24,471 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-12 09:08:24,471 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-12 09:08:24,471 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-12 09:08:24,471 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 100 2018-08-12 09:08:24,471 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-08-12T09:08:23.867Z", "updated_at": "2018-08-12T09:08:23.867Z", "created_by": "admin", "private_resource": false, "value": "25de2e30-444b-4fe4-8d85-a4a11b9d559a", "key": "keystone_password"} 2018-08-12 09:08:24,471 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-12 09:08:24,471 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 12 Aug 2018 09:08:23 GMT 2018-08-12 09:08:24,471 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-12 09:08:24,472 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 244 2018-08-12 09:08:24,472 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-12 09:08:24,472 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.202:80/api/v3/secrets/keystone_tenant_name; body: {"update_if_exists": false, "visibility": "tenant", "value": "cloudify_ims-project_b8044517-429e-4a8c-975b-6828183c76b0"} 2018-08-12 09:08:24,561 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-12 09:08:24,562 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-12 09:08:24,562 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-12 09:08:24,562 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-12 09:08:24,562 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-12 09:08:24,562 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-12 09:08:24,562 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-12 09:08:24,562 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 121 2018-08-12 09:08:24,562 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-08-12T09:08:23.959Z", "updated_at": "2018-08-12T09:08:23.959Z", "created_by": "admin", "private_resource": false, "value": "cloudify_ims-project_b8044517-429e-4a8c-975b-6828183c76b0", "key": "keystone_tenant_name"} 2018-08-12 09:08:24,562 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-12 09:08:24,562 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 12 Aug 2018 09:08:23 GMT 2018-08-12 09:08:24,563 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-12 09:08:24,563 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 268 2018-08-12 09:08:24,563 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-12 09:08:24,563 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.202:80/api/v3/secrets/region; body: {"update_if_exists": false, "visibility": "tenant", "value": "regionOne"} 2018-08-12 09:08:24,621 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-12 09:08:24,621 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-12 09:08:24,622 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-12 09:08:24,622 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-12 09:08:24,622 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-12 09:08:24,622 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-12 09:08:24,622 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-12 09:08:24,622 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 73 2018-08-12 09:08:24,622 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-08-12T09:08:24.021Z", "updated_at": "2018-08-12T09:08:24.021Z", "created_by": "admin", "private_resource": false, "value": "regionOne", "key": "region"} 2018-08-12 09:08:24,622 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-12 09:08:24,622 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 12 Aug 2018 09:08:24 GMT 2018-08-12 09:08:24,622 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-12 09:08:24,623 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 206 2018-08-12 09:08:24,623 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-12 09:08:24,623 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.202:80/api/v3/secrets/keystone_url; body: {"update_if_exists": false, "visibility": "tenant", "value": "http://172.30.9.21:5000"} 2018-08-12 09:08:24,677 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-12 09:08:24,677 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-12 09:08:24,677 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-12 09:08:24,678 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-12 09:08:24,678 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-12 09:08:24,678 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-12 09:08:24,678 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-12 09:08:24,678 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 87 2018-08-12 09:08:24,678 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-08-12T09:08:24.078Z", "updated_at": "2018-08-12T09:08:24.078Z", "created_by": "admin", "private_resource": false, "value": "http://172.30.9.21:5000", "key": "keystone_url"} 2018-08-12 09:08:24,678 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-12 09:08:24,678 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 12 Aug 2018 09:08:24 GMT 2018-08-12 09:08:24,678 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-12 09:08:24,678 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 226 2018-08-12 09:08:24,678 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-12 09:08:24,679 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.202:80/api/v3/secrets/user_domain_name; body: {"update_if_exists": false, "visibility": "tenant", "value": "Default"} 2018-08-12 09:08:24,733 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-12 09:08:24,733 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-12 09:08:24,733 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-12 09:08:24,733 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-12 09:08:24,734 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-12 09:08:24,734 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-12 09:08:24,734 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-12 09:08:24,734 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 71 2018-08-12 09:08:24,734 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-08-12T09:08:24.134Z", "updated_at": "2018-08-12T09:08:24.134Z", "created_by": "admin", "private_resource": false, "value": "Default", "key": "user_domain_name"} 2018-08-12 09:08:24,734 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-12 09:08:24,734 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 12 Aug 2018 09:08:24 GMT 2018-08-12 09:08:24,734 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-12 09:08:24,734 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 214 2018-08-12 09:08:24,734 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-12 09:08:24,734 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.202:80/api/v3/secrets/keystone_username; body: {"update_if_exists": false, "visibility": "tenant", "value": "cloudify_ims-user_b8044517-429e-4a8c-975b-6828183c76b0"} 2018-08-12 09:08:24,788 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-12 09:08:24,788 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-12 09:08:24,789 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-12 09:08:24,789 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-12 09:08:24,789 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-12 09:08:24,789 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-12 09:08:24,789 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-12 09:08:24,789 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 118 2018-08-12 09:08:24,789 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-08-12T09:08:24.189Z", "updated_at": "2018-08-12T09:08:24.189Z", "created_by": "admin", "private_resource": false, "value": "cloudify_ims-user_b8044517-429e-4a8c-975b-6828183c76b0", "key": "keystone_username"} 2018-08-12 09:08:24,789 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-12 09:08:24,789 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 12 Aug 2018 09:08:24 GMT 2018-08-12 09:08:24,789 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-12 09:08:24,790 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 262 2018-08-12 09:08:24,790 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-12 09:08:24,790 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.202:80/api/v3/secrets/project_domain_name; body: {"update_if_exists": false, "visibility": "tenant", "value": "Default"} 2018-08-12 09:08:24,842 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-12 09:08:24,843 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-12 09:08:24,843 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-12 09:08:24,843 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-12 09:08:24,843 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-12 09:08:24,843 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-12 09:08:24,843 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-12 09:08:24,843 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 71 2018-08-12 09:08:24,843 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-08-12T09:08:24.244Z", "updated_at": "2018-08-12T09:08:24.244Z", "created_by": "admin", "private_resource": false, "value": "Default", "key": "project_domain_name"} 2018-08-12 09:08:24,843 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-12 09:08:24,844 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 12 Aug 2018 09:08:24 GMT 2018-08-12 09:08:24,844 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-12 09:08:24,844 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 217 2018-08-12 09:08:24,844 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-12 09:08:24,844 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Put private keypair in manager 2018-08-12 09:08:24,844 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-12 09:08:24,845 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-12 09:08:24,845 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-12 09:08:24,848 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-12 09:08:24,882 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-12 09:08:24,883 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-12 09:08:24,884 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-12 09:08:24,924 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-12 09:08:24,924 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-12 09:08:24,949 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-12 09:08:45,810 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-12 09:08:45,810 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - output: Loaded plugins: fastestmirror Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=7&arch=x86_64&repo=os&infra=genclo error was 14: curl#6 - "Could not resolve host: mirrorlist.centos.org; Unknown error" 2018-08-12 09:08:45,811 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-12 09:08:45,812 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - error: One of the configured repositories failed (Unknown), and yum doesn't have enough cached data to continue. At this point the only safe thing yum can do is fail. There are a few ways to work "fix" this: 1. Contact the upstream for the repository and get them to fix the problem. 2. Reconfigure the baseurl/etc. for the repository, to point to a working upstream. This is most often useful if you are using a newer distribution release than is supported by the repository (and the packages for the previous distribution release still work). 3. Run the command with the repository temporarily disabled yum --disablerepo= ... 4. Disable the repository permanently, so yum won't use it by default. Yum will then just ignore the repository until you permanently enable it again or use --enablerepo for temporary usage: yum-config-manager --disable or subscription-manager repos --disable= 5. Configure the failing repository to be skipped, if it is unavailable. Note that yum will try to contact the repo. when it runs most commands, so will have to try and fail each time (and thus. yum will be be much slower). If it is a very temporary problem though, this is often a nice compromise: yum-config-manager --save --setopt=.skip_if_unavailable=true Cannot find a valid baseurl for repo: base/7/x86_64 2018-08-12 09:08:45,815 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-12 09:08:45,815 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}c668290d9c72147a094047a9af54f9d559becb08" 2018-08-12 09:08:45,873 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6833 X-Openstack-Request-Id: req-c1a0622b-0000-470b-926f-21a440476503 Date: Sun, 12 Aug 2018 09:08:45 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "created_at": "2018-08-12T09:04:49Z", "updated_at": "2018-08-12T09:04:54Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T09:04:49Z", "revision_number": 0, "id": "08e422cc-90dd-4fe2-a9d8-97167ae506bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T09:04:49Z", "security_group_id": "071aaddb-0b26-4172-bfcc-0633396f9e47", "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "port_range_min": null, "ethertype": "IPv4", "project_id": "d1803c5e965e47a48de43a49636ebe03"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-12T09:04:50Z", "revision_number": 0, "id": "6e9abdd6-3584-432f-beb3-e2d0c0920718", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T09:04:50Z", "security_group_id": "071aaddb-0b26-4172-bfcc-0633396f9e47", "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "port_range_min": 22, "ethertype": "IPv4", "project_id": "d1803c5e965e47a48de43a49636ebe03"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-08-12T09:04:53Z", "revision_number": 0, "id": "722c3d9a-e4b3-481c-b819-1f6e42ac9d50", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T09:04:53Z", "security_group_id": "071aaddb-0b26-4172-bfcc-0633396f9e47", "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "d1803c5e965e47a48de43a49636ebe03"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 53333, "updated_at": "2018-08-12T09:04:54Z", "revision_number": 0, "id": "7eaab63a-f85a-4505-9934-198c50ae87db", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T09:04:54Z", "security_group_id": "071aaddb-0b26-4172-bfcc-0633396f9e47", "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "port_range_min": 53333, "ethertype": "IPv4", "project_id": "d1803c5e965e47a48de43a49636ebe03"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-12T09:04:52Z", "revision_number": 0, "id": "9b48b2e5-7675-43fb-a1e5-967ca9cdd654", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T09:04:52Z", "security_group_id": "071aaddb-0b26-4172-bfcc-0633396f9e47", "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "port_range_min": 80, "ethertype": "IPv4", "project_id": "d1803c5e965e47a48de43a49636ebe03"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T09:04:49Z", "revision_number": 0, "id": "c69d93d5-477d-4860-9397-62c0ecca321c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T09:04:49Z", "security_group_id": "071aaddb-0b26-4172-bfcc-0633396f9e47", "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "port_range_min": null, "ethertype": "IPv6", "project_id": "d1803c5e965e47a48de43a49636ebe03"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-12T09:04:50Z", "revision_number": 0, "id": "d23dbcc8-7b6b-4afe-9670-81be3e89d97c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T09:04:50Z", "security_group_id": "071aaddb-0b26-4172-bfcc-0633396f9e47", "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "port_range_min": null, "ethertype": "IPv4", "project_id": "d1803c5e965e47a48de43a49636ebe03"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-08-12T09:04:53Z", "revision_number": 0, "id": "d919e08b-ba83-4a99-a6d4-40540b23ab1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T09:04:53Z", "security_group_id": "071aaddb-0b26-4172-bfcc-0633396f9e47", "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "port_range_min": 443, "ethertype": "IPv4", "project_id": "d1803c5e965e47a48de43a49636ebe03"}], "revision_number": 8, "project_id": "d1803c5e965e47a48de43a49636ebe03", "id": "071aaddb-0b26-4172-bfcc-0633396f9e47", "name": "cloudify_ims-sg_b8044517-429e-4a8c-975b-6828183c76b0"}, {"description": "Default security group", "tags": [], "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "created_at": "2018-08-12T09:03:21Z", "updated_at": "2018-08-12T09:03:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T09:03:21Z", "revision_number": 0, "id": "75ed468d-603e-4b90-976a-22cb9f3d6c97", "remote_group_id": "df15a8d7-c5d6-4959-8ce0-4dd6f9628a3b", "remote_ip_prefix": null, "created_at": "2018-08-12T09:03:21Z", "security_group_id": "df15a8d7-c5d6-4959-8ce0-4dd6f9628a3b", "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "port_range_min": null, "ethertype": "IPv4", "project_id": "d1803c5e965e47a48de43a49636ebe03"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T09:03:21Z", "revision_number": 0, "id": "7893f2ed-266d-4c76-a70e-c5cfbf786f2b", "remote_group_id": "df15a8d7-c5d6-4959-8ce0-4dd6f9628a3b", "remote_ip_prefix": null, "created_at": "2018-08-12T09:03:21Z", "security_group_id": "df15a8d7-c5d6-4959-8ce0-4dd6f9628a3b", "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "port_range_min": null, "ethertype": "IPv6", "project_id": "d1803c5e965e47a48de43a49636ebe03"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T09:03:21Z", "revision_number": 0, "id": "90a1b7b3-c4ce-49ee-a2bf-153fe72eaf99", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T09:03:21Z", "security_group_id": "df15a8d7-c5d6-4959-8ce0-4dd6f9628a3b", "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "port_range_min": null, "ethertype": "IPv6", "project_id": "d1803c5e965e47a48de43a49636ebe03"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T09:03:21Z", "revision_number": 0, "id": "c6691b53-68b4-4b7e-aae4-ce8984578dc8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T09:03:21Z", "security_group_id": "df15a8d7-c5d6-4959-8ce0-4dd6f9628a3b", "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "port_range_min": null, "ethertype": "IPv4", "project_id": "d1803c5e965e47a48de43a49636ebe03"}], "revision_number": 4, "project_id": "d1803c5e965e47a48de43a49636ebe03", "id": "df15a8d7-c5d6-4959-8ce0-4dd6f9628a3b", "name": "default"}]} 2018-08-12 09:08:45,873 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-c1a0622b-0000-470b-926f-21a440476503 2018-08-12 09:08:45,873 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0582029819489s 2018-08-12 09:08:45,874 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-c1a0622b-0000-470b-926f-21a440476503 2018-08-12 09:08:45,877 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-12 09:08:45,878 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}c668290d9c72147a094047a9af54f9d559becb08" -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": "df15a8d7-c5d6-4959-8ce0-4dd6f9628a3b"}}' 2018-08-12 09:08:46,235 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-2a88ec3e-dc0a-4c4b-948b-11b5163a0445 Date: Sun, 12 Aug 2018 09:08:46 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-12T09:08:46Z", "security_group_id": "df15a8d7-c5d6-4959-8ce0-4dd6f9628a3b", "port_range_min": 22, "revision_number": 0, "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "created_at": "2018-08-12T09:08:46Z", "project_id": "d1803c5e965e47a48de43a49636ebe03", "id": "639f23cc-66d9-4f6e-9c0c-405dea3e5a30"}} 2018-08-12 09:08:46,235 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-2a88ec3e-dc0a-4c4b-948b-11b5163a0445 2018-08-12 09:08:46,235 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.357522010803s 2018-08-12 09:08:46,235 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-2a88ec3e-dc0a-4c4b-948b-11b5163a0445 2018-08-12 09:08:46,236 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Upload VNFD 2018-08-12 09:08:46,331 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.202:80/api/v3/blueprints/clearwater-opnfv; body: bytes data 2018-08-12 09:08:49,033 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-12 09:08:49,033 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-12 09:08:49,033 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-12 09:08:49,033 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-12 09:08:49,034 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-12 09:08:49,034 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-12 09:08:49,034 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-12 09:08:49,034 - cloudify.rest_client.http - DEBUG - request header: Transfer-Encoding: chunked 2018-08-12 09:08:49,034 - cloudify.rest_client.http - DEBUG - reply: "201 CREATED" {"main_file_name": "openstack-blueprint.yaml", "description": null, "tenant_name": "default_tenant", "created_at": "2018-08-12T09:08:48.363Z", "updated_at": "2018-08-12T09:08:48.363Z", "created_by": "admin", "private_resource": false, "plan": {"relationships": {"app_connected_to_bind_ellis": {"name": "app_connected_to_bind_ellis", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind", "app_connected_to_bind_ellis"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"default": {"function": "add_backend"}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"default": {"function": "remove_backend"}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "app_connected_to_bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/clearwater/ellis/create_number.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.server_connected_to_port": {"name": "cloudify.openstack.server_connected_to_port", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_port"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.port.detach", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.port_connected_to_security_group": {"name": "cloudify.openstack.port_connected_to_security_group", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.port.connect_security_group", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.depends_on": {"properties": {"connection_type": {"default": "all_to_all"}}, "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "name": "cloudify.relationships.depends_on", "type_hierarchy": ["cloudify.relationships.depends_on"], "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}}, "cloudify.openstack.server_connected_to_keypair": {"name": "cloudify.openstack.server_connected_to_keypair", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.subnet_connected_to_router": {"name": "cloudify.openstack.subnet_connected_to_router", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.subnet_connected_to_router"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.router.connect_subnet", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.router.disconnect_subnet", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.server_connected_to_security_group": {"name": "cloudify.openstack.server_connected_to_security_group", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.port_connected_to_subnet": {"name": "cloudify.openstack.port_connected_to_subnet", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_subnet"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.contained_in": {"name": "cloudify.relationships.contained_in", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.depends_on", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.monitors": {"name": "cloudify.relationships.monitors", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.relationships.monitors"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "inputs": {"port": {"default": 161, "description": "snmp port"}, "community": {"default": "public", "description": "the community"}, "oids": {"description": "the oids to poll"}}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "app_connected_to_bind": {"name": "app_connected_to_bind", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"default": {"function": "add_backend"}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"default": {"function": "remove_backend"}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.port_connected_to_floating_ip": {"name": "cloudify.openstack.port_connected_to_floating_ip", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.floatingip.connect_port", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.floatingip.disconnect_port", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.server_connected_to_floating_ip": {"name": "cloudify.openstack.server_connected_to_floating_ip", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_floatingip", "inputs": {"fixed_ip": {"default": "", "type": "string", "description": "The fixed IP to be associated with the floating IP. If omitted, Openstack will choose which port to associate.\n"}, "openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_floatingip", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.connected_to": {"name": "cloudify.relationships.connected_to", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.depends_on", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.volume_attached_to_server": {"name": "cloudify.openstack.volume_attached_to_server", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.volume_attached_to_server"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.attach_volume", "inputs": {"status_attempts": {"default": 10, "type": "integer", "description": "Number of times to check for the attachment's status before failing\n"}, "status_timeout": {"default": 2, "type": "integer", "description": "Interval (in seconds) between subsequent inquiries of the attachment's status\n"}, "openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.detach_volume", "inputs": {"status_timeout": {"default": 2, "type": "integer", "description": "Interval (in seconds) between subsequent inquiries of the detachment's status\n"}, "status_attempts": {"default": 10, "type": "integer", "description": "Number of times to check for the detachment's status before failing\n"}, "openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.file_system_depends_on_volume": {"name": "cloudify.relationships.file_system_depends_on_volume", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.file_system_depends_on_volume"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.depends_on", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "script.script_runner.tasks.run", "inputs": {"script_path": {"default": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/fs/fdisk.sh"}, "device_name": {"default": {"get_attribute": ["TARGET", "device_name"]}}}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "monitors_sprout_nodes": {"name": "monitors_sprout_nodes", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.relationships.monitors", "monitors_sprout_nodes"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "inputs": {"port": {"default": 161, "description": "snmp port"}, "community": {"default": "clearwater", "description": "snmp community"}, "oids": {"default": {"1.2.826.0.1.1578918.9.3.9.1.3.1": "sprout.Initial.Registration.Successes", "1.2.826.0.1.1578918.9.3.3.1.1.3.1": "sprout.Homestead.Connection.Count", "1.2.826.0.1.1578918.9.3.9.1.2.1": "sprout.Initial.Registration.Attempts", "1.2.826.0.1.1578918.9.3.6.1.2.1": "sprout.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.3.11.1.2.1": "sprout.De.Registration.Attempts", "1.2.826.0.1.1578918.9.3.10.1.2.1": "sprout.Re.Registration.Attempts", "1.2.826.0.1.1578918.9.3.1.1.2": "sprout.Latency.Average", "1.2.826.0.1.1578918.9.3.2.1.1.3.1": "sprout.Homer.Connection.Count", "1.2.826.0.1.1578918.9.3.7.1.2.1": "sprout.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.3.11.1.4.1": "sprout.De.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.4.1": "sprout.Re.Registration.Failures", "1.2.826.0.1.1578918.9.3.8.1.2": "sprout.Queue.Size.Average", "1.2.826.0.1.1578918.9.3.11.1.3.1": "sprout.De.Registration.Successes", "1.2.826.0.1.1578918.9.3.9.1.4.1": "sprout.Initial.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.3.1": "sprout.Re.Registration.Successes"}, "description": "snmp oids to poll"}}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.monitors", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.file_system_contained_in_compute": {"name": "cloudify.relationships.file_system_contained_in_compute", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in", "cloudify.relationships.file_system_contained_in_compute"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.contained_in", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "script.script_runner.tasks.run", "inputs": {"script_path": {"default": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/fs/mount.sh"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "script.script_runner.tasks.run", "inputs": {"script_path": {"default": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/fs/unmount.sh"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "monitors_bono_nodes": {"name": "monitors_bono_nodes", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.relationships.monitors", "monitors_bono_nodes"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "inputs": {"port": {"default": 161, "description": "snmp port"}, "community": {"default": "clearwater", "description": "snmp community"}, "oids": {"default": {"1.2.826.0.1.1578918.9.2.2.1.2.1": "bono.Latency.Average", "1.2.826.0.1.1578918.9.2.1": "bono.Connected.Clients", "1.2.826.0.1.1578918.9.2.4.1.2.1": "bono.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.2.5.1.2.1": "bono.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.2.3.1.1.3.1": "bono.Sprout.Connection.Count", "1.2.826.0.1.1578918.9.2.6.1.2.1": "bono.Queue.Size.Average"}, "description": "snmp oids to poll"}}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.monitors", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}}, "inputs": {"vellum_cluster_size": {"default": 1, "type": "integer", "description": "number of vellum instance"}, "agent_user": {"default": "ubuntu", "type": "string", "description": "User for connecting to agent VM's"}, "dime_cluster_size": {"default": 1, "type": "integer", "description": "number of dime instance"}, "with_ellis": {"default": 1, "type": "integer", "description": "1 for true 0 for false"}, "external_network_name": {"type": "string", "description": "Network that will be the floating IP"}, "image_id": {"type": "string", "description": "Image ID of the agent VM's (Ubuntu 14.04 for clearwater)"}, "key_pair_name": {"default": "clearwater-key", "description": "Openstack key pair name of the key to associate with the new server"}, "bono_cluster_size": {"default": 1, "type": "integer", "description": "number of bono instance"}, "flavor_id": {"type": "string", "description": "Flavor ID of the agent VM's (RAM >= 2 GB)"}, "public_domain": {"type": "string", "description": "Sip domain for sip users and bono load-balancing"}, "homer_cluster_size": {"default": 1, "type": "integer", "description": "number of homer instance"}, "release": {"default": "stable", "type": "string", "description": "Clearwater release"}, "network_name": {"default": "net2", "description": "Openstack network name the new server will be connected to"}, "private_key_path": {"description": "Path to the private key which will be used for connecting to the server\non the manager or machine running CLI if running in local mode.\n"}, "sprout_cluster_size": {"default": 1, "type": "integer", "description": "number of sprout instance"}}, "description": null, "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "outputs": {"dns_ip": {"value": {"get_attribute": ["bind_floatingip", "floating_ip_address"]}}, "ellis_ip": {"value": {"get_attribute": ["ellis_floatingip", "floating_ip_address"]}}}, "version": {"definitions_name": "cloudify_dsl", "raw": "cloudify_dsl_1_3", "definitions_version": [1, 3]}, "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "groups": {"bono_group": {"members": ["bono_floatingip", "bono_host"], "policies": {}}}, "workflows": {"scale": {"operation": "cloudify.plugins.workflows.scale_entity", "parameters": {"scalable_entity_name": {"description": "Which node/group to scale. Note that the parameter specified should denote the node/group name and NOT the node/group instance id.\n"}, "ignore_failure": {"default": false, "type": "boolean"}, "scale_compute": {"default": false, "description": "If a node name is passed as the `scalable_entity_name` parameter and that node is contained (transitively) within a compute node and this property is 'true', operate on the compute node instead of the specified node.\n"}, "delta": {"default": 1, "type": "integer", "description": "How many node/group instances should be added/removed. A positive number denotes increase of instances. A negative number denotes decrease of instances.\n"}}, "plugin": "default_workflows"}, "heal": {"operation": "cloudify.plugins.workflows.auto_heal_reinstall_node_subgraph", "parameters": {"diagnose_value": {"default": "Not provided", "description": "Diagnosed reason of failure"}, "node_instance_id": {"description": "Which node instance has failed"}, "ignore_failure": {"default": true, "type": "boolean"}}, "plugin": "default_workflows"}, "update": {"operation": "cloudify.plugins.workflows.update", "parameters": {"skip_uninstall": {"default": false}, "remove_target_instance_ids": {"default": []}, "added_instance_ids": {"default": []}, "reduce_target_instance_ids": {"default": []}, "ignore_failure": {"default": false, "type": "boolean"}, "reduced_instance_ids": {"default": []}, "modified_entity_ids": {"default": []}, "added_target_instances_ids": {"default": []}, "update_id": {"default": ""}, "skip_install": {"default": false}, "removed_instance_ids": {"default": []}, "extend_target_instance_ids": {"default": []}, "extended_instance_ids": {"default": []}}, "plugin": "default_workflows"}, "execute_operation": {"operation": "cloudify.plugins.workflows.execute_operation", "parameters": {"operation_kwargs": {"default": {}}, "node_ids": {"default": []}, "node_instance_ids": {"default": []}, "run_by_dependency_order": {"default": false}, "operation": {}, "allow_kwargs_override": {"default": null}, "type_names": {"default": []}}, "plugin": "default_workflows"}, "install": {"operation": "cloudify.plugins.workflows.install", "parameters": {}, "plugin": "default_workflows"}, "install_new_agents": {"operation": "cloudify.plugins.workflows.install_new_agents", "parameters": {"node_ids": {"default": []}, "install_agent_timeout": {"default": 300}, "node_instance_ids": {"default": []}, "install": {"default": true}, "validate": {"default": true}, "install_script": {"default": ""}}, "plugin": "default_workflows"}, "uninstall": {"operation": "cloudify.plugins.workflows.uninstall", "parameters": {"ignore_failure": {"default": false, "type": "boolean"}}, "plugin": "default_workflows"}}, "policies": {"scale_bono": {"type": "cloudify.policies.scaling", "properties": {"min_instances": 0, "planned_instances": {"get_input": "bono_cluster_size"}, "default_instances": {"get_input": "bono_cluster_size"}, "max_instances": -1, "current_instances": {"get_input": "bono_cluster_size"}}, "targets": ["bono_group"]}}, "nodes": [{"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bono_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "internal_sip_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_floatingip"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"fixed_ip": "", "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_floatingip"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_floatingip"}, "establish": {"inputs": {"fixed_ip": "", "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_floatingip"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bono_floatingip", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_floatingip", "inputs": {"fixed_ip": "", "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_floatingip", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_floating_ip", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "bono_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bono_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "bono_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "sprout_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "add_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "remove_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "app_connected_to_bind", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "port": 161, "community": "clearwater", "oids": {"1.2.826.0.1.1578918.9.3.9.1.3.1": "sprout.Initial.Registration.Successes", "1.2.826.0.1.1578918.9.3.3.1.1.3.1": "sprout.Homestead.Connection.Count", "1.2.826.0.1.1578918.9.3.9.1.2.1": "sprout.Initial.Registration.Attempts", "1.2.826.0.1.1578918.9.3.6.1.2.1": "sprout.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.3.11.1.2.1": "sprout.De.Registration.Attempts", "1.2.826.0.1.1578918.9.3.10.1.2.1": "sprout.Re.Registration.Attempts", "1.2.826.0.1.1578918.9.3.1.1.2": "sprout.Latency.Average", "1.2.826.0.1.1578918.9.3.2.1.1.3.1": "sprout.Homer.Connection.Count", "1.2.826.0.1.1578918.9.3.7.1.2.1": "sprout.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.3.11.1.4.1": "sprout.De.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.4.1": "sprout.Re.Registration.Failures", "1.2.826.0.1.1578918.9.3.8.1.2": "sprout.Queue.Size.Average", "1.2.826.0.1.1578918.9.3.11.1.3.1": "sprout.De.Registration.Successes", "1.2.826.0.1.1578918.9.3.9.1.4.1": "sprout.Initial.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.3.1": "sprout.Re.Registration.Successes"}}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "script_runner.tasks.run"}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "port": 161, "community": "clearwater", "oids": {"1.2.826.0.1.1578918.9.3.9.1.3.1": "sprout.Initial.Registration.Successes", "1.2.826.0.1.1578918.9.3.3.1.1.3.1": "sprout.Homestead.Connection.Count", "1.2.826.0.1.1578918.9.3.9.1.2.1": "sprout.Initial.Registration.Attempts", "1.2.826.0.1.1578918.9.3.6.1.2.1": "sprout.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.3.11.1.2.1": "sprout.De.Registration.Attempts", "1.2.826.0.1.1578918.9.3.10.1.2.1": "sprout.Re.Registration.Attempts", "1.2.826.0.1.1578918.9.3.1.1.2": "sprout.Latency.Average", "1.2.826.0.1.1578918.9.3.2.1.1.3.1": "sprout.Homer.Connection.Count", "1.2.826.0.1.1578918.9.3.7.1.2.1": "sprout.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.3.11.1.4.1": "sprout.De.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.4.1": "sprout.Re.Registration.Failures", "1.2.826.0.1.1578918.9.3.8.1.2": "sprout.Queue.Size.Average", "1.2.826.0.1.1578918.9.3.11.1.3.1": "sprout.De.Registration.Successes", "1.2.826.0.1.1578918.9.3.9.1.4.1": "sprout.Initial.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.3.1": "sprout.Re.Registration.Successes"}}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.relationships.monitors", "monitors_sprout_nodes"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "inputs": {"port": 161, "community": "clearwater", "oids": {"1.2.826.0.1.1578918.9.3.9.1.3.1": "sprout.Initial.Registration.Successes", "1.2.826.0.1.1578918.9.3.3.1.1.3.1": "sprout.Homestead.Connection.Count", "1.2.826.0.1.1578918.9.3.9.1.2.1": "sprout.Initial.Registration.Attempts", "1.2.826.0.1.1578918.9.3.6.1.2.1": "sprout.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.3.11.1.2.1": "sprout.De.Registration.Attempts", "1.2.826.0.1.1578918.9.3.10.1.2.1": "sprout.Re.Registration.Attempts", "1.2.826.0.1.1578918.9.3.10.1.4.1": "sprout.Re.Registration.Failures", "1.2.826.0.1.1578918.9.3.2.1.1.3.1": "sprout.Homer.Connection.Count", "1.2.826.0.1.1578918.9.3.7.1.2.1": "sprout.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.3.11.1.4.1": "sprout.De.Registration.Failures", "1.2.826.0.1.1578918.9.3.1.1.2": "sprout.Latency.Average", "1.2.826.0.1.1578918.9.3.8.1.2": "sprout.Queue.Size.Average", "1.2.826.0.1.1578918.9.3.11.1.3.1": "sprout.De.Registration.Successes", "1.2.826.0.1.1578918.9.3.9.1.4.1": "sprout.Initial.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.3.1": "sprout.Re.Registration.Successes"}}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "proxy_node", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "monitors_sprout_nodes", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"script_path": "scripts/clearwater/sprout/stop-sprout.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/sprout/install-sprout.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/sprout/install-sprout.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "name": "sprout", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.nodes.config", "clearwater.nodes.sprout"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/clearwater/other/clearwater.py", "inputs": {"invocation": {"function": "configure"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "scripts/clearwater/sprout/stop-sprout.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/sprout/install-sprout.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "scripts/clearwater/other/remove-cluster-node.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "sprout", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "sprout_host", "type": "clearwater.nodes.sprout", "properties": {"release": {"get_input": "release"}, "private_domain": "clearwater.local"}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "vellum_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "add_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "remove_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "app_connected_to_bind", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"script_path": "scripts/clearwater/vellum/stop-vellum.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"script_path": "scripts/clearwater/vellum/start-vellum.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/vellum/install-vellum.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/vellum/install-vellum.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "name": "vellum", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.nodes.config", "clearwater.nodes.vellum"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "scripts/clearwater/vellum/start-vellum.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/clearwater/other/clearwater.py", "inputs": {"invocation": {"function": "configure"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "scripts/clearwater/vellum/stop-vellum.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/vellum/install-vellum.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "scripts/clearwater/other/remove-cluster-node.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "vellum", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "vellum_host", "type": "clearwater.nodes.vellum", "properties": {"release": {"get_input": "release"}, "private_domain": "clearwater.local"}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "homer_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "homer_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "homer_cluster_size"}, "default_instances": {"get_input": "homer_cluster_size"}, "max_instances": -1, "current_instances": {"get_input": "homer_cluster_size"}}}}, "id": "homer_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "homer_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.delete"}}, "name": "keypair", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.openstack.nodes.KeyPair"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.keypair.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.keypair.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.keypair.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "keypair", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.KeyPair", "properties": {"openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": {"get_input": "key_pair_name"}, "create_if_missing": false, "keypair": {}, "private_key_path": {"get_input": "private_key_path"}, "use_external_resource": true}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "internal_sip_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "internal_sip_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"description": "", "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 5058}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 5054}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 5052}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_internal_sip", "description": "Internal SIP signalling"}, "disable_default_egress_rules": false, "use_external_resource": false, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "ellis_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"script_path": "scripts/clearwater/ellis/create_number.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"script_path": "scripts/clearwater/ellis/create_number.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind", "app_connected_to_bind_ellis"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "add_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "remove_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/clearwater/ellis/create_number.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "app_connected_to_bind_ellis", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"script_path": "scripts/clearwater/ellis/stop-ellis.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/ellis/install-ellis.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/ellis/install-ellis.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "name": "ellis", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.nodes.config", "clearwater.nodes.ellis"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/clearwater/other/clearwater.py", "inputs": {"invocation": {"function": "configure"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "scripts/clearwater/ellis/stop-ellis.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/ellis/install-ellis.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "scripts/clearwater/other/remove-cluster-node.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "ellis", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "ellis_host", "type": "clearwater.nodes.ellis", "properties": {"release": {"get_input": "release"}, "private_domain": "clearwater.local"}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 10}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 10}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "proxy_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 10}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 1, "planned_instances": 1, "default_instances": 1, "max_instances": 1, "current_instances": 1}}}, "id": "proxy_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "proxy_host", "type": "cloudify.openstack.nodes.Server", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "dime_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "dime_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"description": "", "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 8888}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 8889}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 10888}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_dime", "description": "memcached Chronos REST"}, "disable_default_egress_rules": false, "use_external_resource": false, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}}, "name": "ellis_floatingip", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.VirtualIP", "cloudify.openstack.nodes.FloatingIP"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.floatingip.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.floatingip.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.floatingip.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "with_ellis"}, "default_instances": {"get_input": "with_ellis"}, "max_instances": -1, "current_instances": {"get_input": "with_ellis"}}}}, "id": "ellis_floatingip", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.FloatingIP", "properties": {"resource_id": "", "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "use_external_resource": false, "create_if_missing": false, "floatingip": {"floating_network_name": {"get_input": "external_network_name"}}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "dime_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "dime_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "dime_cluster_size"}, "default_instances": {"get_input": "dime_cluster_size"}, "max_instances": -1, "current_instances": {"get_input": "dime_cluster_size"}}}}, "id": "dime_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "dime_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "bono_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bono_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"description": "", "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 3478}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "udp", "port": 3478}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 5060}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "udp", "port": 5060}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 5062}, {"remote_ip_prefix": "0.0.0.0/0", "port_range_max": 65535, "port_range_min": 32768, "protocol": "udp"}, {"remote_ip_prefix": "0.0.0.0/0", "port": 6669}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 5058}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_bono", "description": "STUN SIP RTP 0MQ"}, "disable_default_egress_rules": false, "use_external_resource": false, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "vellum_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "vellum_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "vellum_cluster_size"}, "default_instances": {"get_input": "vellum_cluster_size"}, "max_instances": -1, "current_instances": {"get_input": "vellum_cluster_size"}}}}, "id": "vellum_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "vellum_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "dime_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "add_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "remove_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "app_connected_to_bind", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"script_path": "scripts/clearwater/dime/stop-dime.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/dime/install-dime.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/dime/install-dime.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "name": "dime", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.nodes.config", "clearwater.nodes.dime"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/clearwater/other/clearwater.py", "inputs": {"invocation": {"function": "configure"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "scripts/clearwater/dime/stop-dime.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/dime/install-dime.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "scripts/clearwater/other/remove-cluster-node.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "dime", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "dime_host", "type": "clearwater.nodes.dime", "properties": {"release": {"get_input": "release"}, "private_domain": "clearwater.local"}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "proxy_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.create": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/install_requirements.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/install_requirements.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "name": "proxy_node", "type_hierarchy": ["cloudify.nodes.Root", "SNMPProxy"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/monitoring/proxy_snmp/install_requirements.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "proxy_node", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "host_id": "proxy_host", "type": "SNMPProxy", "properties": {}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "base_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "base_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"description": "", "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "port": 22}, {"remote_ip_prefix": "0.0.0.0/0", "port": 4000}, {"remote_ip_prefix": "0.0.0.0/0", "port": 2380}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "udp", "port": 161}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_base", "description": "SSH"}, "disable_default_egress_rules": false, "use_external_resource": false, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}}, "name": "bono_floatingip", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.VirtualIP", "cloudify.openstack.nodes.FloatingIP"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.floatingip.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.floatingip.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.floatingip.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bono_floatingip", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.FloatingIP", "properties": {"resource_id": "", "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "use_external_resource": false, "create_if_missing": false, "floatingip": {"floating_network_name": {"get_input": "external_network_name"}}}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "homer_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "homer_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"description": "", "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 7888}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 9160}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_homer", "description": "REST Cassandra 0MQ"}, "disable_default_egress_rules": false, "use_external_resource": false, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "internal_sip_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "sprout_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "sprout_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "sprout_cluster_size"}, "default_instances": {"get_input": "sprout_cluster_size"}, "max_instances": -1, "current_instances": {"get_input": "sprout_cluster_size"}}}}, "id": "sprout_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "sprout_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "bind_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bind_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"description": "", "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "udp", "port": 53}, {"remote_ip_prefix": "0.0.0.0/0", "port": 53}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_bind", "description": "DNS"}, "disable_default_egress_rules": false, "use_external_resource": false, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "homer_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "add_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "remove_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "app_connected_to_bind", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"script_path": "scripts/clearwater/homer/stop-homer.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/homer/install-homer.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/homer/install-homer.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "name": "homer", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.nodes.config", "clearwater.nodes.homer"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/clearwater/other/clearwater.py", "inputs": {"invocation": {"function": "configure"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "scripts/clearwater/homer/stop-homer.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/homer/install-homer.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "scripts/clearwater/other/remove-cluster-node.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "homer", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "homer_host", "type": "clearwater.nodes.homer", "properties": {"release": {"get_input": "release"}, "private_domain": "clearwater.local"}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "sprout_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "sprout_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"description": "", "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 9888}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_sprout", "description": "memcached Chronos 0MQ"}, "disable_default_egress_rules": false, "use_external_resource": false, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_floatingip"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"fixed_ip": "", "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_floatingip"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_floatingip"}, "establish": {"inputs": {"fixed_ip": "", "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_floatingip"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind_floatingip", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_floatingip", "inputs": {"fixed_ip": "", "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_floatingip", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_floating_ip", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "bind_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 1, "planned_instances": 1, "default_instances": 1, "max_instances": 1, "current_instances": 1}}}, "id": "bind_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "bind_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "install"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "install"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/other/install-etcd.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/other/install-etcd.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "name": "bind", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.infra.bind"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "install"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/other/install-etcd.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bind", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "bind_host", "type": "clearwater.infra.bind", "properties": {"private_domain": "clearwater.local", "secret_code": "secret", "hss_port": "3868", "public_domain": {"get_input": "public_domain"}, "release": {"get_input": "release"}, "hss_hostname": ""}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bono_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "add_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "remove_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "app_connected_to_bind", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "port": 161, "community": "clearwater", "oids": {"1.2.826.0.1.1578918.9.2.2.1.2.1": "bono.Latency.Average", "1.2.826.0.1.1578918.9.2.1": "bono.Connected.Clients", "1.2.826.0.1.1578918.9.2.4.1.2.1": "bono.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.2.5.1.2.1": "bono.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.2.3.1.1.3.1": "bono.Sprout.Connection.Count", "1.2.826.0.1.1578918.9.2.6.1.2.1": "bono.Queue.Size.Average"}}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "script_runner.tasks.run"}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "port": 161, "community": "clearwater", "oids": {"1.2.826.0.1.1578918.9.2.2.1.2.1": "bono.Latency.Average", "1.2.826.0.1.1578918.9.2.1": "bono.Connected.Clients", "1.2.826.0.1.1578918.9.2.4.1.2.1": "bono.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.2.5.1.2.1": "bono.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.2.3.1.1.3.1": "bono.Sprout.Connection.Count", "1.2.826.0.1.1578918.9.2.6.1.2.1": "bono.Queue.Size.Average"}}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.relationships.monitors", "monitors_bono_nodes"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "inputs": {"port": 161, "community": "clearwater", "oids": {"1.2.826.0.1.1578918.9.2.2.1.2.1": "bono.Latency.Average", "1.2.826.0.1.1578918.9.2.1": "bono.Connected.Clients", "1.2.826.0.1.1578918.9.2.4.1.2.1": "bono.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.2.5.1.2.1": "bono.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.2.3.1.1.3.1": "bono.Sprout.Connection.Count", "1.2.826.0.1.1578918.9.2.6.1.2.1": "bono.Queue.Size.Average"}}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "proxy_node", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "monitors_bono_nodes", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"script_path": "scripts/clearwater/bono/stop-bono.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/bono/install-bono.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/bono/install-bono.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "name": "bono", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.nodes.config", "clearwater.nodes.bono"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/clearwater/other/clearwater.py", "inputs": {"invocation": {"function": "configure"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "scripts/clearwater/bono/stop-bono.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/bono/install-bono.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "scripts/clearwater/other/remove-cluster-node.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bono", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "bono_host", "type": "clearwater.nodes.bono", "properties": {"release": {"get_input": "release"}, "private_domain": "clearwater.local"}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "ellis_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "with_ellis"}, "default_instances": {"get_input": "with_ellis"}, "max_instances": -1, "current_instances": {"get_input": "with_ellis"}}}}, "id": "ellis_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"description": "", "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 80}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 443}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_ellis", "description": "Web UI"}, "disable_default_egress_rules": false, "use_external_resource": false, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "ellis_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_floatingip"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"fixed_ip": "", "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_floatingip"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_floatingip"}, "establish": {"inputs": {"fixed_ip": "", "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_floatingip"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "ellis_floatingip", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_floatingip", "inputs": {"fixed_ip": "", "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_floatingip", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_floating_ip", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "ellis_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "with_ellis"}, "default_instances": {"get_input": "with_ellis"}, "max_instances": -1, "current_instances": {"get_input": "with_ellis"}}}}, "id": "ellis_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "ellis_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}}, "name": "bind_floatingip", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.VirtualIP", "cloudify.openstack.nodes.FloatingIP"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.floatingip.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.floatingip.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.floatingip.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bind_floatingip", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.FloatingIP", "properties": {"resource_id": "", "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "use_external_resource": false, "create_if_missing": false, "floatingip": {"floating_network_name": {"get_input": "external_network_name"}}}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "vellum_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "vellum_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"description": "", "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 11211}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 11311}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 7253}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 7000}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 9160}, {"remote_ip_prefix": "0.0.0.0/0", "port_range_max": 6668, "port_range_min": 6667}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_vellum", "description": "REST Cassandra 0MQ"}, "disable_default_egress_rules": false, "use_external_resource": false, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}}}], "scaling_groups": {"bono_group": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "bono_cluster_size"}, "default_instances": {"get_input": "bono_cluster_size"}, "max_instances": -1, "current_instances": {"get_input": "bono_cluster_size"}}, "members": ["bono_floatingip", "bono_host"]}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}}, "id": "clearwater-opnfv"} 2018-08-12 09:08:49,037 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-12 09:08:49,037 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 12 Aug 2018 09:08:48 GMT 2018-08-12 09:08:49,037 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-12 09:08:49,037 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 515398 2018-08-12 09:08:49,037 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-12 09:08:49,063 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img 2018-08-12 09:08:50,533 - shade - DEBUG - Image file /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img md5:81360220b4382d4b91eef0ebaf46a661 sha256:c32842906fda865db9034d5a3159ad979a5432d2fec0864c6f6bed7b7de7338e 2018-08-12 09:08:50,535 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 09:08:50,536 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c668290d9c72147a094047a9af54f9d559becb08" 2018-08-12 09:08:51,148 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1208 Content-Type: application/json X-Openstack-Request-Id: req-3279aba7-8e9a-4563-9eeb-50b46e573fd2 Date: Sun, 12 Aug 2018 09:08:51 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/37f81232-fc35-4d94-81a2-c5d6ebdf90df/snap", "metadata": {}}], "file": "/v2/images/37f81232-fc35-4d94-81a2-c5d6ebdf90df/file", "owner": "d1803c5e965e47a48de43a49636ebe03", "id": "37f81232-fc35-4d94-81a2-c5d6ebdf90df", "size": 4373348352, "self": "/v2/images/37f81232-fc35-4d94-81a2-c5d6ebdf90df", "disk_format": "qcow2", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/37f81232-fc35-4d94-81a2-c5d6ebdf90df/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-08-12T09:04:47Z", "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_b8044517-429e-4a8c-975b-6828183c76b0", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify_ims-img_b8044517-429e-4a8c-975b-6828183c76b0", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-08-12T09:03:51Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 09:08:51,148 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-3279aba7-8e9a-4563-9eeb-50b46e573fd2 2018-08-12 09:08:51,149 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.613303899765s 2018-08-12 09:08:51,149 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-3279aba7-8e9a-4563-9eeb-50b46e573fd2 2018-08-12 09:08:51,158 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-12 09:08:51,161 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c668290d9c72147a094047a9af54f9d559becb08" -d '{"owner_specified.shade.md5": "81360220b4382d4b91eef0ebaf46a661", "owner_specified.shade.sha256": "c32842906fda865db9034d5a3159ad979a5432d2fec0864c6f6bed7b7de7338e", "owner_specified.shade.object": "images/cloudify_ims-img_alt_b8044517-429e-4a8c-975b-6828183c76b0", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "cloudify_ims-img_alt_b8044517-429e-4a8c-975b-6828183c76b0"}' 2018-08-12 09:08:51,784 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 884 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/2e219773-7eec-4ad9-8578-3481164b3444 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-503f6bc2-074a-4633-95cb-8ce88f96b033 Date: Sun, 12 Aug 2018 09:08:51 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/2e219773-7eec-4ad9-8578-3481164b3444/file", "owner": "d1803c5e965e47a48de43a49636ebe03", "id": "2e219773-7eec-4ad9-8578-3481164b3444", "size": null, "self": "/v2/images/2e219773-7eec-4ad9-8578-3481164b3444", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "c32842906fda865db9034d5a3159ad979a5432d2fec0864c6f6bed7b7de7338e", "updated_at": "2018-08-12T09:08:51Z", "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_alt_b8044517-429e-4a8c-975b-6828183c76b0", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "81360220b4382d4b91eef0ebaf46a661", "name": "cloudify_ims-img_alt_b8044517-429e-4a8c-975b-6828183c76b0", "checksum": null, "created_at": "2018-08-12T09:08:51Z", "protected": false} 2018-08-12 09:08:51,785 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-503f6bc2-074a-4633-95cb-8ce88f96b033 2018-08-12 09:08:51,785 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.626852035522s 2018-08-12 09:08:51,785 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-503f6bc2-074a-4633-95cb-8ce88f96b033 returning object 2e219773-7eec-4ad9-8578-3481164b3444 2018-08-12 09:08:51,786 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-12 09:08:51,789 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9292/v2/images/2e219773-7eec-4ad9-8578-3481164b3444/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}c668290d9c72147a094047a9af54f9d559becb08" -d '' 2018-08-12 09:08:55,839 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-6288e8c0-095a-4a45-88a9-3f8ac4e4eab3 Date: Sun, 12 Aug 2018 09:08: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 09:08:55,839 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/2e219773-7eec-4ad9-8578-3481164b3444/file used request id req-6288e8c0-095a-4a45-88a9-3f8ac4e4eab3 2018-08-12 09:08:55,839 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 4.05353999138s 2018-08-12 09:08:55,840 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/2e219773-7eec-4ad9-8578-3481164b3444/file used request id req-6288e8c0-095a-4a45-88a9-3f8ac4e4eab3 2018-08-12 09:08:55,844 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 09:08:55,847 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c668290d9c72147a094047a9af54f9d559becb08" 2018-08-12 09:08:56,501 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2356 Content-Type: application/json X-Openstack-Request-Id: req-19edae1b-cf74-4a9a-8ae5-7534166284e1 Date: Sun, 12 Aug 2018 09:08:56 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/2e219773-7eec-4ad9-8578-3481164b3444/snap", "metadata": {}}], "file": "/v2/images/2e219773-7eec-4ad9-8578-3481164b3444/file", "owner": "d1803c5e965e47a48de43a49636ebe03", "id": "2e219773-7eec-4ad9-8578-3481164b3444", "size": 263062016, "self": "/v2/images/2e219773-7eec-4ad9-8578-3481164b3444", "disk_format": "qcow2", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/2e219773-7eec-4ad9-8578-3481164b3444/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "c32842906fda865db9034d5a3159ad979a5432d2fec0864c6f6bed7b7de7338e", "updated_at": "2018-08-12T09:08:55Z", "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_alt_b8044517-429e-4a8c-975b-6828183c76b0", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "81360220b4382d4b91eef0ebaf46a661", "name": "cloudify_ims-img_alt_b8044517-429e-4a8c-975b-6828183c76b0", "checksum": "81360220b4382d4b91eef0ebaf46a661", "created_at": "2018-08-12T09:08:51Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/37f81232-fc35-4d94-81a2-c5d6ebdf90df/snap", "metadata": {}}], "file": "/v2/images/37f81232-fc35-4d94-81a2-c5d6ebdf90df/file", "owner": "d1803c5e965e47a48de43a49636ebe03", "id": "37f81232-fc35-4d94-81a2-c5d6ebdf90df", "size": 4373348352, "self": "/v2/images/37f81232-fc35-4d94-81a2-c5d6ebdf90df", "disk_format": "qcow2", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/37f81232-fc35-4d94-81a2-c5d6ebdf90df/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-08-12T09:04:47Z", "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_b8044517-429e-4a8c-975b-6828183c76b0", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify_ims-img_b8044517-429e-4a8c-975b-6828183c76b0", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-08-12T09:03:51Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 09:08:56,501 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-19edae1b-cf74-4a9a-8ae5-7534166284e1 2018-08-12 09:08:56,502 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.657714128494s 2018-08-12 09:08:56,502 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-19edae1b-cf74-4a9a-8ae5-7534166284e1 2018-08-12 09:08:56,504 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://b36631de-8836-42ae-a808-b5158928754c/images/2e219773-7eec-4ad9-8578-3481164b3444/snap', u'metadata': Munch({})})], 'file': u'/v2/images/2e219773-7eec-4ad9-8578-3481164b3444/file', 'owner': u'd1803c5e965e47a48de43a49636ebe03', 'id': u'2e219773-7eec-4ad9-8578-3481164b3444', 'size': 263062016, u'self': u'/v2/images/2e219773-7eec-4ad9-8578-3481164b3444', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'd1803c5e965e47a48de43a49636ebe03', 'name': 'cloudify_ims-project_b8044517-429e-4a8c-975b-6828183c76b0', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://b36631de-8836-42ae-a808-b5158928754c/images/2e219773-7eec-4ad9-8578-3481164b3444/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-12T09:08:55Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-12T09:08:55Z', u'owner_specified.shade.sha256': u'c32842906fda865db9034d5a3159ad979a5432d2fec0864c6f6bed7b7de7338e', u'owner_specified.shade.object': u'images/cloudify_ims-img_alt_b8044517-429e-4a8c-975b-6828183c76b0', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'81360220b4382d4b91eef0ebaf46a661', 'properties': {u'self': u'/v2/images/2e219773-7eec-4ad9-8578-3481164b3444', u'owner_specified.shade.md5': u'81360220b4382d4b91eef0ebaf46a661', u'owner_specified.shade.object': u'images/cloudify_ims-img_alt_b8044517-429e-4a8c-975b-6828183c76b0', u'owner_specified.shade.sha256': u'c32842906fda865db9034d5a3159ad979a5432d2fec0864c6f6bed7b7de7338e', u'schema': u'/v2/schemas/image'}, 'name': u'cloudify_ims-img_alt_b8044517-429e-4a8c-975b-6828183c76b0', 'created': u'2018-08-12T09:08:51Z', 'checksum': u'81360220b4382d4b91eef0ebaf46a661', 'created_at': u'2018-08-12T09:08:51Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/2e219773-7eec-4ad9-8578-3481164b3444', u'owner_specified.shade.md5': u'81360220b4382d4b91eef0ebaf46a661', u'owner_specified.shade.object': u'images/cloudify_ims-img_alt_b8044517-429e-4a8c-975b-6828183c76b0', u'owner_specified.shade.sha256': u'c32842906fda865db9034d5a3159ad979a5432d2fec0864c6f6bed7b7de7338e', u'schema': u'/v2/schemas/image'}}) 2018-08-12 09:08:56,505 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-12 09:08:56,508 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}817f6fed486d5bf63d2438c61703c61e0f770b94" -d '{"flavor": {"vcpus": 2, "ram": 2048, "name": "cloudify_ims-flavor_alt_b8044517-429e-4a8c-975b-6828183c76b0", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 25, "id": null, "swap": 0}}' 2018-08-12 09:08:56,576 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:08: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-b78e15ce-3ed5-48df-bc1e-72a4cb50e6f0 x-compute-request-id: req-b78e15ce-3ed5-48df-bc1e-72a4cb50e6f0 Content-Encoding: gzip Content-Length: 318 Content-Type: application/json RESP BODY: {"flavor": {"name": "cloudify_ims-flavor_alt_b8044517-429e-4a8c-975b-6828183c76b0", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/294890ad-8932-4b4f-b4e8-6566109073f1", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/294890ad-8932-4b4f-b4e8-6566109073f1", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 25, "id": "294890ad-8932-4b4f-b4e8-6566109073f1"}} 2018-08-12 09:08:56,576 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-b78e15ce-3ed5-48df-bc1e-72a4cb50e6f0 2018-08-12 09:08:56,576 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0705120563507s 2018-08-12 09:08:56,576 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-b78e15ce-3ed5-48df-bc1e-72a4cb50e6f0 2018-08-12 09:08:56,577 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'cloudify_ims-flavor_alt_b8044517-429e-4a8c-975b-6828183c76b0', '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': 2, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'a267b9a156244bb192691cff6e5f74fe', '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': 25, 'id': u'294890ad-8932-4b4f-b4e8-6566109073f1', 'swap': 0}) 2018-08-12 09:08:56,578 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-12 09:08:56,580 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors/294890ad-8932-4b4f-b4e8-6566109073f1/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}817f6fed486d5bf63d2438c61703c61e0f770b94" -d '{"extra_specs": {}}' 2018-08-12 09:08:56,601 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:08: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-c35d5355-c013-47e7-8ac2-d740534ba444 x-compute-request-id: req-c35d5355-c013-47e7-8ac2-d740534ba444 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-12 09:08:56,601 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/294890ad-8932-4b4f-b4e8-6566109073f1/os-extra_specs used request id req-c35d5355-c013-47e7-8ac2-d740534ba444 2018-08-12 09:08:56,601 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0237069129944s 2018-08-12 09:08:56,602 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/294890ad-8932-4b4f-b4e8-6566109073f1/os-extra_specs used request id req-c35d5355-c013-47e7-8ac2-d740534ba444 2018-08-12 09:08:56,602 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Create VNF Instance 2018-08-12 09:08:56,602 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.202:80/api/v3/deployments/clearwater-opnfv; body: {"inputs": {"vellum_cluster_size": 1, "agent_user": "ubuntu", "image_id": "2e219773-7eec-4ad9-8578-3481164b3444", "external_network_name": "external", "dime_cluster_size": 1, "key_pair_name": "cloudify_ims-kp_b8044517-429e-4a8c-975b-6828183c76b0", "bono_cluster_size": 1, "flavor_id": "294890ad-8932-4b4f-b4e8-6566109073f1", "public_domain": "clearwater.opnfv", "homer_cluster_size": 1, "release": "repo129", "network_name": "cloudify_ims-net_b8044517-429e-4a8c-975b-6828183c76b0", "private_key_path": "/etc/cloudify/cloudify_ims.pem", "sprout_cluster_size": 1}, "skip_plugins_validation": false, "visibility": "tenant", "blueprint_id": "clearwater-opnfv"} 2018-08-12 09:08:58,598 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-12 09:08:58,598 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-12 09:08:58,598 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-12 09:08:58,598 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-12 09:08:58,598 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-12 09:08:58,598 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-12 09:08:58,598 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-12 09:08:58,598 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 656 2018-08-12 09:08:58,599 - cloudify.rest_client.http - DEBUG - reply: "500 INTERNAL SERVER ERROR" {"status": 500, "message": "Internal Server Error"} 2018-08-12 09:08:58,599 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-12 09:08:58,599 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 12 Aug 2018 09:08:58 GMT 2018-08-12 09:08:58,599 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-12 09:08:58,599 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 51 2018-08-12 09:08:58,599 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-12 09:08:58,599 - functest.core.singlevm - ERROR - Cannot run cloudify_ims Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/core/singlevm.py", line 424, in run if not self.execute(): File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/ims/cloudify_ims.py", line 162, in execute if (self.deploy_vnf() and self.test_vnf()): File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/ims/cloudify_ims.py", line 191, in deploy_vnf self.vnf.get('inputs')) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/deployments.py", line 214, in create response = self.api.put(uri, data, expected_status_code=201) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 263, in put timeout=timeout) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 224, in do_request verify=self.get_request_verify(), timeout=timeout) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 158, in _do_request self._raise_client_error(response, request_url) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 119, in _raise_client_error response=response) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 131, in _prepare_and_raise_exception status_code, error_code=error_code, response=response) CloudifyClientError: 500: Internal Server Error 2018-08-12 09:08:58,737 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-12 09:08:58,737 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | cloudify_ims | functest | 05:38 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-08-12 09:08:58,743 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Deleting the current deployment 2018-08-12 09:08:58,743 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions 2018-08-12 09:08:58,807 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-12 09:08:58,807 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-12 09:08:58,807 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-12 09:08:58,807 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-12 09:08:58,807 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-12 09:08:58,807 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-12 09:08:58,808 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-12 09:08:58,808 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"status": "pending", "parameters": {"deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_configuration": {"policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {"bono_group": {"policies": {}, "members": ["bono_floatingip", "bono_host"]}}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-12T09:08:57.264Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "ad3a3447-ca0b-4328-993e-6a52259e8fbe"}], "metadata": {"pagination": {"total": 1, "offset": 0, "size": 0}}} 2018-08-12 09:08:58,808 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-12 09:08:58,808 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 12 Aug 2018 09:08:58 GMT 2018-08-12 09:08:58,808 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-12 09:08:58,808 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6369 2018-08-12 09:08:58,808 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-12 09:08:58,809 - cloudify.rest_client.http - DEBUG - Sending request: POST http://172.30.9.202:80/api/v3/executions; body: {"allow_custom_parameters": "false", "deployment_id": "clearwater-opnfv", "force": "true", "workflow_id": "uninstall", "parameters": {"ignore_failure": true}} 2018-08-12 09:08:58,871 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-12 09:08:58,871 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-12 09:08:58,872 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-12 09:08:58,872 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-12 09:08:58,872 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-12 09:08:58,872 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-12 09:08:58,872 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-12 09:08:58,872 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 158 2018-08-12 09:08:58,872 - cloudify.rest_client.http - DEBUG - reply: "400 BAD REQUEST" {"message": "Deployment environment creation is still pending, try again in a minute", "error_code": "deployment_environment_creation_pending_error", "server_traceback": "Traceback (most recent call last):\n File \"/opt/manager/env/lib/python2.7/site-packages/manager_rest/rest/rest_decorators.py\", line 93, in wrapper\n return func(*args, **kwargs)\n File \"/opt/manager/env/lib/python2.7/site-packages/manager_rest/rest/rest_decorators.py\", line 133, in wrapper\n response = f(*args, **kwargs)\n File \"/opt/manager/env/lib/python2.7/site-packages/manager_rest/rest/resources_v1/executions.py\", line 115, in post\n bypass_maintenance=bypass_maintenance)\n File \"/opt/manager/env/lib/python2.7/site-packages/manager_rest/resource_manager.py\", line 359, in execute_workflow\n self._verify_deployment_environment_created_successfully(deployment_id)\n File \"/opt/manager/env/lib/python2.7/site-packages/manager_rest/resource_manager.py\", line 1117, in _verify_deployment_environment_created_successfully\n 'Deployment environment creation is still pending, '\nDeploymentEnvironmentCreationPendingError: Deployment environment creation is still pending, try again in a minute\n"} 2018-08-12 09:08:58,872 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-12 09:08:58,872 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 12 Aug 2018 09:08:58 GMT 2018-08-12 09:08:58,873 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-12 09:08:58,873 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1203 2018-08-12 09:08:58,873 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-12 09:08:58,873 - functest.opnfv_tests.vnf.ims.cloudify_ims - ERROR - Some issue during the undeployment .. Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/ims/cloudify_ims.py", line 273, in clean force=True) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/executions.py", line 201, in start expected_status_code=201) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 285, in post timeout=timeout) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 224, in do_request verify=self.get_request_verify(), timeout=timeout) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 158, in _do_request self._raise_client_error(response, request_url) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 119, in _raise_client_error response=response) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 131, in _prepare_and_raise_exception status_code, error_code=error_code, response=response) DeploymentEnvironmentCreationPendingError: 400: Deployment environment creation is still pending, try again in a minute 2018-08-12 09:08:58,874 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-12 09:08:58,878 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9292/v2/images/2e219773-7eec-4ad9-8578-3481164b3444 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c668290d9c72147a094047a9af54f9d559becb08" 2018-08-12 09:08:59,720 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-188e9989-b5ad-452a-9595-2ac0fab1ab06 Date: Sun, 12 Aug 2018 09:08: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 09:08:59,721 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/2e219773-7eec-4ad9-8578-3481164b3444 used request id req-188e9989-b5ad-452a-9595-2ac0fab1ab06 2018-08-12 09:08:59,721 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.846755027771s 2018-08-12 09:08:59,721 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/2e219773-7eec-4ad9-8578-3481164b3444 used request id req-188e9989-b5ad-452a-9595-2ac0fab1ab06 2018-08-12 09:08:59,722 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-12 09:08:59,724 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}817f6fed486d5bf63d2438c61703c61e0f770b94" 2018-08-12 09:08:59,748 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:08: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-71be7e57-e615-4e89-bfec-aaf18d5510f8 x-compute-request-id: req-71be7e57-e615-4e89-bfec-aaf18d5510f8 Content-Encoding: gzip Content-Length: 375 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cloudify_ims-flavor_alt_b8044517-429e-4a8c-975b-6828183c76b0", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/294890ad-8932-4b4f-b4e8-6566109073f1", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/294890ad-8932-4b4f-b4e8-6566109073f1", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 25, "id": "294890ad-8932-4b4f-b4e8-6566109073f1"}, {"name": "cloudify_ims-flavor_b8044517-429e-4a8c-975b-6828183c76b0", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/61cef0a9-a10c-4637-a2b4-11af746f84a8", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/61cef0a9-a10c-4637-a2b4-11af746f84a8", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 40, "id": "61cef0a9-a10c-4637-a2b4-11af746f84a8"}]} 2018-08-12 09:08:59,748 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-71be7e57-e615-4e89-bfec-aaf18d5510f8 2018-08-12 09:08:59,748 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0262470245361s 2018-08-12 09:08:59,748 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-71be7e57-e615-4e89-bfec-aaf18d5510f8 2018-08-12 09:08:59,751 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-12 09:08:59,753 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/flavors/294890ad-8932-4b4f-b4e8-6566109073f1 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}817f6fed486d5bf63d2438c61703c61e0f770b94" 2018-08-12 09:08:59,790 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 09:08: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-4e6f4c09-4f6e-4fa7-9548-12ecce1b249d x-compute-request-id: req-4e6f4c09-4f6e-4fa7-9548-12ecce1b249d Content-Length: 0 Content-Type: application/json 2018-08-12 09:08:59,790 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/294890ad-8932-4b4f-b4e8-6566109073f1 used request id req-4e6f4c09-4f6e-4fa7-9548-12ecce1b249d 2018-08-12 09:08:59,791 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0399160385132s 2018-08-12 09:08:59,791 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/294890ad-8932-4b4f-b4e8-6566109073f1 used request id req-4e6f4c09-4f6e-4fa7-9548-12ecce1b249d 2018-08-12 09:08:59,793 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-12 09:08:59,794 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/floatingips/6afe8b11-aa29-4182-90c7-c3bf5156f385.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c668290d9c72147a094047a9af54f9d559becb08" 2018-08-12 09:09:00,794 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0ac1a3a4-333a-4c0d-a816-faa7a6227ded Content-Length: 0 Date: Sun, 12 Aug 2018 09:09:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 09:09:00,795 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/floatingips/6afe8b11-aa29-4182-90c7-c3bf5156f385.json used request id req-0ac1a3a4-333a-4c0d-a816-faa7a6227ded 2018-08-12 09:09:00,795 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.0012319088s 2018-08-12 09:09:00,795 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/floatingips/6afe8b11-aa29-4182-90c7-c3bf5156f385.json used request id req-0ac1a3a4-333a-4c0d-a816-faa7a6227ded 2018-08-12 09:09:00,800 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-12 09:09:00,800 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}c668290d9c72147a094047a9af54f9d559becb08" 2018-08-12 09:09:00,819 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-d8e9af49-6881-4dd0-b1fd-c2c6424df273 Date: Sun, 12 Aug 2018 09:09:00 GMT RESP BODY: {"floatingips": []} 2018-08-12 09:09:00,819 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-d8e9af49-6881-4dd0-b1fd-c2c6424df273 2018-08-12 09:09:00,819 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0191948413849s 2018-08-12 09:09:00,819 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-d8e9af49-6881-4dd0-b1fd-c2c6424df273 2018-08-12 09:09:00,820 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-12 09:09:00,822 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/servers/e2dfb149-a4be-47c3-b7c0-b69ce64de327 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c668290d9c72147a094047a9af54f9d559becb08" 2018-08-12 09:09:00,980 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 09:09: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-bf59ba28-be58-434b-8c70-db63de523b8c x-compute-request-id: req-bf59ba28-be58-434b-8c70-db63de523b8c Content-Type: application/json 2018-08-12 09:09:00,980 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/e2dfb149-a4be-47c3-b7c0-b69ce64de327 used request id req-bf59ba28-be58-434b-8c70-db63de523b8c 2018-08-12 09:09:00,980 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.160097837448s 2018-08-12 09:09:00,980 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/e2dfb149-a4be-47c3-b7c0-b69ce64de327 used request id req-bf59ba28-be58-434b-8c70-db63de523b8c 2018-08-12 09:09:00,981 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:09:00,984 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c668290d9c72147a094047a9af54f9d559becb08" 2018-08-12 09:09:01,922 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:09: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-767cba30-b457-4564-a130-88ddf08e5583 x-compute-request-id: req-767cba30-b457-4564-a130-88ddf08e5583 Content-Encoding: gzip Content-Length: 772 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"cloudify_ims-net_b8044517-429e-4a8c-975b-6828183c76b0": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3a:81:a4", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3a:81:a4", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e2dfb149-a4be-47c3-b7c0-b69ce64de327", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e2dfb149-a4be-47c3-b7c0-b69ce64de327", "rel": "bookmark"}], "image": {"id": "37f81232-fc35-4d94-81a2-c5d6ebdf90df", "links": [{"href": "http://172.30.9.21:8774/images/37f81232-fc35-4d94-81a2-c5d6ebdf90df", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:07:19.000000", "flavor": {"id": "61cef0a9-a10c-4637-a2b4-11af746f84a8", "links": [{"href": "http://172.30.9.21:8774/flavors/61cef0a9-a10c-4637-a2b4-11af746f84a8", "rel": "bookmark"}]}, "id": "e2dfb149-a4be-47c3-b7c0-b69ce64de327", "security_groups": [{"name": "cloudify_ims-sg_b8044517-429e-4a8c-975b-6828183c76b0"}], "user_id": "2cc1e6cd1d5d477497b8e2e005350b12", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:09:00Z", "hostId": "114462cd5435ddf17396a6305201ffaf54cdd3d2e0861ab8086675e1", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_b8044517-429e-4a8c-975b-6828183c76b0", "name": "cloudify_ims-vm_b8044517-429e-4a8c-975b-6828183c76b0", "created": "2018-08-12T09:04:57Z", "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:09:01,922 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-767cba30-b457-4564-a130-88ddf08e5583 2018-08-12 09:09:01,922 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.941266059875s 2018-08-12 09:09:01,922 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-767cba30-b457-4564-a130-88ddf08e5583 2018-08-12 09:09:01,924 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:09:03,927 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:09:03,929 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c668290d9c72147a094047a9af54f9d559becb08" 2018-08-12 09:09:04,010 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09: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-1aaa1f68-95eb-4864-9b0a-08b3caa507f4 x-compute-request-id: req-1aaa1f68-95eb-4864-9b0a-08b3caa507f4 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-12 09:09:04,011 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-1aaa1f68-95eb-4864-9b0a-08b3caa507f4 2018-08-12 09:09:04,011 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0840229988098s 2018-08-12 09:09:04,011 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-1aaa1f68-95eb-4864-9b0a-08b3caa507f4 2018-08-12 09:09:04,014 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-12 09:09:04,015 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}c668290d9c72147a094047a9af54f9d559becb08" 2018-08-12 09:09:04,069 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7329 X-Openstack-Request-Id: req-763b1011-1ca4-44b3-8520-6da1e290e2b8 Date: Sun, 12 Aug 2018 09:09:04 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "created_at": "2018-08-12T09:04:49Z", "updated_at": "2018-08-12T09:04:54Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T09:04:49Z", "revision_number": 0, "id": "08e422cc-90dd-4fe2-a9d8-97167ae506bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T09:04:49Z", "security_group_id": "071aaddb-0b26-4172-bfcc-0633396f9e47", "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "port_range_min": null, "ethertype": "IPv4", "project_id": "d1803c5e965e47a48de43a49636ebe03"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-12T09:04:50Z", "revision_number": 0, "id": "6e9abdd6-3584-432f-beb3-e2d0c0920718", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T09:04:50Z", "security_group_id": "071aaddb-0b26-4172-bfcc-0633396f9e47", "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "port_range_min": 22, "ethertype": "IPv4", "project_id": "d1803c5e965e47a48de43a49636ebe03"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-08-12T09:04:53Z", "revision_number": 0, "id": "722c3d9a-e4b3-481c-b819-1f6e42ac9d50", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T09:04:53Z", "security_group_id": "071aaddb-0b26-4172-bfcc-0633396f9e47", "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "d1803c5e965e47a48de43a49636ebe03"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 53333, "updated_at": "2018-08-12T09:04:54Z", "revision_number": 0, "id": "7eaab63a-f85a-4505-9934-198c50ae87db", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T09:04:54Z", "security_group_id": "071aaddb-0b26-4172-bfcc-0633396f9e47", "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "port_range_min": 53333, "ethertype": "IPv4", "project_id": "d1803c5e965e47a48de43a49636ebe03"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-12T09:04:52Z", "revision_number": 0, "id": "9b48b2e5-7675-43fb-a1e5-967ca9cdd654", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T09:04:52Z", "security_group_id": "071aaddb-0b26-4172-bfcc-0633396f9e47", "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "port_range_min": 80, "ethertype": "IPv4", "project_id": "d1803c5e965e47a48de43a49636ebe03"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T09:04:49Z", "revision_number": 0, "id": "c69d93d5-477d-4860-9397-62c0ecca321c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T09:04:49Z", "security_group_id": "071aaddb-0b26-4172-bfcc-0633396f9e47", "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "port_range_min": null, "ethertype": "IPv6", "project_id": "d1803c5e965e47a48de43a49636ebe03"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-12T09:04:50Z", "revision_number": 0, "id": "d23dbcc8-7b6b-4afe-9670-81be3e89d97c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T09:04:50Z", "security_group_id": "071aaddb-0b26-4172-bfcc-0633396f9e47", "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "port_range_min": null, "ethertype": "IPv4", "project_id": "d1803c5e965e47a48de43a49636ebe03"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-08-12T09:04:53Z", "revision_number": 0, "id": "d919e08b-ba83-4a99-a6d4-40540b23ab1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T09:04:53Z", "security_group_id": "071aaddb-0b26-4172-bfcc-0633396f9e47", "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "port_range_min": 443, "ethertype": "IPv4", "project_id": "d1803c5e965e47a48de43a49636ebe03"}], "revision_number": 8, "project_id": "d1803c5e965e47a48de43a49636ebe03", "id": "071aaddb-0b26-4172-bfcc-0633396f9e47", "name": "cloudify_ims-sg_b8044517-429e-4a8c-975b-6828183c76b0"}, {"description": "Default security group", "tags": [], "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "created_at": "2018-08-12T09:03:21Z", "updated_at": "2018-08-12T09:08:46Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-12T09:08:46Z", "revision_number": 0, "id": "639f23cc-66d9-4f6e-9c0c-405dea3e5a30", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T09:08:46Z", "security_group_id": "df15a8d7-c5d6-4959-8ce0-4dd6f9628a3b", "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "port_range_min": 22, "ethertype": "IPv4", "project_id": "d1803c5e965e47a48de43a49636ebe03"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T09:03:21Z", "revision_number": 0, "id": "75ed468d-603e-4b90-976a-22cb9f3d6c97", "remote_group_id": "df15a8d7-c5d6-4959-8ce0-4dd6f9628a3b", "remote_ip_prefix": null, "created_at": "2018-08-12T09:03:21Z", "security_group_id": "df15a8d7-c5d6-4959-8ce0-4dd6f9628a3b", "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "port_range_min": null, "ethertype": "IPv4", "project_id": "d1803c5e965e47a48de43a49636ebe03"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T09:03:21Z", "revision_number": 0, "id": "7893f2ed-266d-4c76-a70e-c5cfbf786f2b", "remote_group_id": "df15a8d7-c5d6-4959-8ce0-4dd6f9628a3b", "remote_ip_prefix": null, "created_at": "2018-08-12T09:03:21Z", "security_group_id": "df15a8d7-c5d6-4959-8ce0-4dd6f9628a3b", "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "port_range_min": null, "ethertype": "IPv6", "project_id": "d1803c5e965e47a48de43a49636ebe03"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T09:03:21Z", "revision_number": 0, "id": "90a1b7b3-c4ce-49ee-a2bf-153fe72eaf99", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T09:03:21Z", "security_group_id": "df15a8d7-c5d6-4959-8ce0-4dd6f9628a3b", "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "port_range_min": null, "ethertype": "IPv6", "project_id": "d1803c5e965e47a48de43a49636ebe03"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T09:03:21Z", "revision_number": 0, "id": "c6691b53-68b4-4b7e-aae4-ce8984578dc8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T09:03:21Z", "security_group_id": "df15a8d7-c5d6-4959-8ce0-4dd6f9628a3b", "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "port_range_min": null, "ethertype": "IPv4", "project_id": "d1803c5e965e47a48de43a49636ebe03"}], "revision_number": 5, "project_id": "d1803c5e965e47a48de43a49636ebe03", "id": "df15a8d7-c5d6-4959-8ce0-4dd6f9628a3b", "name": "default"}]} 2018-08-12 09:09:04,070 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-763b1011-1ca4-44b3-8520-6da1e290e2b8 2018-08-12 09:09:04,070 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0557050704956s 2018-08-12 09:09:04,070 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-763b1011-1ca4-44b3-8520-6da1e290e2b8 2018-08-12 09:09:04,074 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-08-12 09:09:04,074 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/security-groups/071aaddb-0b26-4172-bfcc-0633396f9e47.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c668290d9c72147a094047a9af54f9d559becb08" 2018-08-12 09:09:04,288 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-fc8d5ae5-aaaa-4114-b6b1-dd690e024c80 Content-Length: 0 Date: Sun, 12 Aug 2018 09:09:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 09:09:04,289 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/071aaddb-0b26-4172-bfcc-0633396f9e47.json used request id req-fc8d5ae5-aaaa-4114-b6b1-dd690e024c80 2018-08-12 09:09:04,289 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.21488904953s 2018-08-12 09:09:04,289 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/071aaddb-0b26-4172-bfcc-0633396f9e47.json used request id req-fc8d5ae5-aaaa-4114-b6b1-dd690e024c80 2018-08-12 09:09:04,289 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-12 09:09:04,292 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/os-keypairs/cloudify_ims-kp_b8044517-429e-4a8c-975b-6828183c76b0 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c668290d9c72147a094047a9af54f9d559becb08" 2018-08-12 09:09:04,336 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 09:09: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-1f9b4384-a907-415d-87c5-1bbd2b35c775 x-compute-request-id: req-1f9b4384-a907-415d-87c5-1bbd2b35c775 Content-Length: 0 Content-Type: application/json 2018-08-12 09:09:04,336 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/cloudify_ims-kp_b8044517-429e-4a8c-975b-6828183c76b0 used request id req-1f9b4384-a907-415d-87c5-1bbd2b35c775 2018-08-12 09:09:04,336 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0468301773071s 2018-08-12 09:09:04,337 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/cloudify_ims-kp_b8044517-429e-4a8c-975b-6828183c76b0 used request id req-1f9b4384-a907-415d-87c5-1bbd2b35c775 2018-08-12 09:09:04,337 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-12 09:09:04,338 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/c3561816-49f6-4141-ad72-465d55c10065/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}c668290d9c72147a094047a9af54f9d559becb08" -d '{"subnet_id": "8902d2bd-06c7-465f-9c9b-8b311940634f"}' 2018-08-12 09:09:05,721 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-7fe53256-20a1-4d27-9c41-8ee46c4214ed Date: Sun, 12 Aug 2018 09:09:05 GMT RESP BODY: {"network_id": "6f6c0a11-7b33-4d5f-b952-3af22515a602", "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "subnet_id": "8902d2bd-06c7-465f-9c9b-8b311940634f", "subnet_ids": ["8902d2bd-06c7-465f-9c9b-8b311940634f"], "port_id": "d0e4ae91-0e49-4caa-9763-8adc7f3f2ada", "id": "c3561816-49f6-4141-ad72-465d55c10065"} 2018-08-12 09:09:05,721 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/c3561816-49f6-4141-ad72-465d55c10065/remove_router_interface.json used request id req-7fe53256-20a1-4d27-9c41-8ee46c4214ed 2018-08-12 09:09:05,721 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.3836581707s 2018-08-12 09:09:05,721 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/c3561816-49f6-4141-ad72-465d55c10065/remove_router_interface.json used request id req-7fe53256-20a1-4d27-9c41-8ee46c4214ed returning object c3561816-49f6-4141-ad72-465d55c10065 2018-08-12 09:09:05,722 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-12 09:09:05,722 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}c668290d9c72147a094047a9af54f9d559becb08" 2018-08-12 09:09:05,861 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 626 X-Openstack-Request-Id: req-a88bc6c7-08d7-47df-9717-f73131018de2 Date: Sun, 12 Aug 2018 09:09:05 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ec788992-fa73-45cc-a7d9-6d44542124c2", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "d1803c5e965e47a48de43a49636ebe03", "created_at": "2018-08-12T09:03:24Z", "admin_state_up": true, "updated_at": "2018-08-12T09:09:05Z", "revision_number": 4, "routes": [], "project_id": "d1803c5e965e47a48de43a49636ebe03", "id": "c3561816-49f6-4141-ad72-465d55c10065", "name": "cloudify_ims-router_b8044517-429e-4a8c-975b-6828183c76b0"}]} 2018-08-12 09:09:05,861 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-a88bc6c7-08d7-47df-9717-f73131018de2 2018-08-12 09:09:05,861 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.139435768127s 2018-08-12 09:09:05,861 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-a88bc6c7-08d7-47df-9717-f73131018de2 2018-08-12 09:09:05,863 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-12 09:09:05,863 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/routers/c3561816-49f6-4141-ad72-465d55c10065.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c668290d9c72147a094047a9af54f9d559becb08" 2018-08-12 09:09:07,067 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-6021046a-94d3-4954-ade4-21658af13302 Content-Length: 0 Date: Sun, 12 Aug 2018 09:09:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 09:09:07,067 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/c3561816-49f6-4141-ad72-465d55c10065.json used request id req-6021046a-94d3-4954-ade4-21658af13302 2018-08-12 09:09:07,067 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.20395493507s 2018-08-12 09:09:07,067 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/c3561816-49f6-4141-ad72-465d55c10065.json used request id req-6021046a-94d3-4954-ade4-21658af13302 2018-08-12 09:09:07,068 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-12 09:09:07,068 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}c668290d9c72147a094047a9af54f9d559becb08" 2018-08-12 09:09:07,686 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 683 X-Openstack-Request-Id: req-24c3be09-924f-4586-b3a0-61724ec7521d Date: Sun, 12 Aug 2018 09:09:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6f6c0a11-7b33-4d5f-b952-3af22515a602","tenant_id":"d1803c5e965e47a48de43a49636ebe03","created_at":"2018-08-12T09:03:23Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-12T09:03:23Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"d1803c5e965e47a48de43a49636ebe03","id":"8902d2bd-06c7-465f-9c9b-8b311940634f","subnetpool_id":null,"name":"cloudify_ims-subnet_b8044517-429e-4a8c-975b-6828183c76b0"}]} 2018-08-12 09:09:07,687 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-24c3be09-924f-4586-b3a0-61724ec7521d 2018-08-12 09:09:07,687 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.619058132172s 2018-08-12 09:09:07,687 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-24c3be09-924f-4586-b3a0-61724ec7521d 2018-08-12 09:09:07,688 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-12 09:09:07,689 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/subnets/8902d2bd-06c7-465f-9c9b-8b311940634f.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c668290d9c72147a094047a9af54f9d559becb08" 2018-08-12 09:09:09,993 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-08f2d814-29bb-4a06-afa5-20af9a5c736f Date: Sun, 12 Aug 2018 09:09:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 09:09:09,993 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/8902d2bd-06c7-465f-9c9b-8b311940634f.json used request id req-08f2d814-29bb-4a06-afa5-20af9a5c736f 2018-08-12 09:09:09,993 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.30463814735s 2018-08-12 09:09:09,993 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/8902d2bd-06c7-465f-9c9b-8b311940634f.json used request id req-08f2d814-29bb-4a06-afa5-20af9a5c736f 2018-08-12 09:09:09,994 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 09:09:09,994 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c668290d9c72147a094047a9af54f9d559becb08" 2018-08-12 09:09:10,105 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1156 X-Openstack-Request-Id: req-6694737c-0e0b-46a7-9a0a-f5a25015196d Date: Sun, 12 Aug 2018 09:09:10 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ec788992-fa73-45cc-a7d9-6d44542124c2"],"updated_at":"2018-08-12T05:35:20Z","tenant_id":"310f5853751a4c968f3eeb0a3d99a0a8","created_at":"2018-08-12T05:04:23Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":7,"admin_state_up":true,"shared":false,"project_id":"310f5853751a4c968f3eeb0a3d99a0a8","id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","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-12T09:09:09Z","tenant_id":"d1803c5e965e47a48de43a49636ebe03","created_at":"2018-08-12T09:03:21Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d1803c5e965e47a48de43a49636ebe03","id":"6f6c0a11-7b33-4d5f-b952-3af22515a602","name":"cloudify_ims-net_b8044517-429e-4a8c-975b-6828183c76b0"}]} 2018-08-12 09:09:10,105 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-6694737c-0e0b-46a7-9a0a-f5a25015196d 2018-08-12 09:09:10,105 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.111392974854s 2018-08-12 09:09:10,106 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-6694737c-0e0b-46a7-9a0a-f5a25015196d 2018-08-12 09:09:10,106 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-12 09:09:10,107 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/networks/6f6c0a11-7b33-4d5f-b952-3af22515a602.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c668290d9c72147a094047a9af54f9d559becb08" 2018-08-12 09:09:12,142 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-46005ddf-da31-420e-bd1d-96b208dfac64 Date: Sun, 12 Aug 2018 09:09:12 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 09:09:12,142 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/6f6c0a11-7b33-4d5f-b952-3af22515a602.json used request id req-46005ddf-da31-420e-bd1d-96b208dfac64 2018-08-12 09:09:12,143 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 2.03591895103s 2018-08-12 09:09:12,143 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/6f6c0a11-7b33-4d5f-b952-3af22515a602.json used request id req-46005ddf-da31-420e-bd1d-96b208dfac64 2018-08-12 09:09:12,147 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 09:09:12,151 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c668290d9c72147a094047a9af54f9d559becb08" 2018-08-12 09:09:12,753 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1208 Content-Type: application/json X-Openstack-Request-Id: req-e439ce06-5d74-487c-8bbe-9bc8f1e2954a Date: Sun, 12 Aug 2018 09:09:12 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/37f81232-fc35-4d94-81a2-c5d6ebdf90df/snap", "metadata": {}}], "file": "/v2/images/37f81232-fc35-4d94-81a2-c5d6ebdf90df/file", "owner": "d1803c5e965e47a48de43a49636ebe03", "id": "37f81232-fc35-4d94-81a2-c5d6ebdf90df", "size": 4373348352, "self": "/v2/images/37f81232-fc35-4d94-81a2-c5d6ebdf90df", "disk_format": "qcow2", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/37f81232-fc35-4d94-81a2-c5d6ebdf90df/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-08-12T09:04:47Z", "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_b8044517-429e-4a8c-975b-6828183c76b0", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify_ims-img_b8044517-429e-4a8c-975b-6828183c76b0", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-08-12T09:03:51Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 09:09:12,754 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-e439ce06-5d74-487c-8bbe-9bc8f1e2954a 2018-08-12 09:09:12,754 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.606873989105s 2018-08-12 09:09:12,754 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-e439ce06-5d74-487c-8bbe-9bc8f1e2954a 2018-08-12 09:09:12,756 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-12 09:09:12,760 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9292/v2/images/37f81232-fc35-4d94-81a2-c5d6ebdf90df -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c668290d9c72147a094047a9af54f9d559becb08" 2018-08-12 09:09:13,810 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-98232a41-6046-429d-ac11-dfcce3047706 Date: Sun, 12 Aug 2018 09:09:13 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-12 09:09:13,810 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/37f81232-fc35-4d94-81a2-c5d6ebdf90df used request id req-98232a41-6046-429d-ac11-dfcce3047706 2018-08-12 09:09:13,810 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.05413389206s 2018-08-12 09:09:13,810 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/37f81232-fc35-4d94-81a2-c5d6ebdf90df used request id req-98232a41-6046-429d-ac11-dfcce3047706 2018-08-12 09:09:13,810 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-12 09:09:13,813 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}817f6fed486d5bf63d2438c61703c61e0f770b94" 2018-08-12 09:09:13,839 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:09: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-3ce78232-8451-41e1-91ec-fd9b563675cd x-compute-request-id: req-3ce78232-8451-41e1-91ec-fd9b563675cd Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cloudify_ims-flavor_b8044517-429e-4a8c-975b-6828183c76b0", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/61cef0a9-a10c-4637-a2b4-11af746f84a8", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/61cef0a9-a10c-4637-a2b4-11af746f84a8", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 40, "id": "61cef0a9-a10c-4637-a2b4-11af746f84a8"}]} 2018-08-12 09:09:13,839 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-3ce78232-8451-41e1-91ec-fd9b563675cd 2018-08-12 09:09:13,839 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0288100242615s 2018-08-12 09:09:13,840 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-3ce78232-8451-41e1-91ec-fd9b563675cd 2018-08-12 09:09:13,841 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-12 09:09:13,843 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/flavors/61cef0a9-a10c-4637-a2b4-11af746f84a8 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}817f6fed486d5bf63d2438c61703c61e0f770b94" 2018-08-12 09:09:13,886 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 09:09: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-1535b6c8-fdd4-499c-8ebe-d38032bf24b0 x-compute-request-id: req-1535b6c8-fdd4-499c-8ebe-d38032bf24b0 Content-Length: 0 Content-Type: application/json 2018-08-12 09:09:13,886 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/61cef0a9-a10c-4637-a2b4-11af746f84a8 used request id req-1535b6c8-fdd4-499c-8ebe-d38032bf24b0 2018-08-12 09:09:13,886 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0454199314117s 2018-08-12 09:09:13,887 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/61cef0a9-a10c-4637-a2b4-11af746f84a8 used request id req-1535b6c8-fdd4-499c-8ebe-d38032bf24b0 2018-08-12 09:09:13,887 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-12 09:09:13,891 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}817f6fed486d5bf63d2438c61703c61e0f770b94" 2018-08-12 09:09:14,000 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:09:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6f0499f8-c6c1-454b-b2f6-66cbd2549a78 Content-Encoding: gzip Content-Length: 842 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/105a247548624314b9228f85f6325f0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105a247548624314b9228f85f6325f0b", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/1c5de0eaa44543f08da6ad63a51594ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c5de0eaa44543f08da6ad63a51594ff", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/1d127b5b832547a88a547c116dfdd65b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d127b5b832547a88a547c116dfdd65b", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/1d5cfc170d624ce4ae53ae0507c8d517"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d5cfc170d624ce4ae53ae0507c8d517", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/2421820b75eb4d3ebd02830378d1377b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2421820b75eb4d3ebd02830378d1377b", "email": "heat@localhost", "password_expires_at": null}, {"name": "cloudify_ims-user_b8044517-429e-4a8c-975b-6828183c76b0", "links": {"self": "http://172.30.9.21:5000/v3/users/2cc1e6cd1d5d477497b8e2e005350b12"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "2cc1e6cd1d5d477497b8e2e005350b12", "domain_id": "default", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/40bd8ee54ecf44868cc83cede652c396"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40bd8ee54ecf44868cc83cede652c396", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/4f32fb8153854c4c9f5094b42b523f80"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f32fb8153854c4c9f5094b42b523f80", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7066130d08fb4db7bf4ab468de53933b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7066130d08fb4db7bf4ab468de53933b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/8d0898a83bcf4521bbc11501d5d7ac89"}, "domain_id": "1eec97585bde483292ece28ee11f4b8d", "enabled": true, "options": {}, "id": "8d0898a83bcf4521bbc11501d5d7ac89", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/9defcced327d476f8a3beab718a13da3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9defcced327d476f8a3beab718a13da3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/b80ee4f6992446e0879624dd436e99a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b80ee4f6992446e0879624dd436e99a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b86fd3e011324d398fcdb6f095a20a9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b86fd3e011324d398fcdb6f095a20a9d", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1701d2754064b5cadf765ea0806f9b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1701d2754064b5cadf765ea0806f9b2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/db4e7b8d76d549faa502716565c733dd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db4e7b8d76d549faa502716565c733dd", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-12 09:09:14,000 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-6f0499f8-c6c1-454b-b2f6-66cbd2549a78 2018-08-12 09:09:14,000 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.113111019135s 2018-08-12 09:09:14,001 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-6f0499f8-c6c1-454b-b2f6-66cbd2549a78 2018-08-12 09:09:14,007 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-12 09:09:14,011 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users/2cc1e6cd1d5d477497b8e2e005350b12 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}817f6fed486d5bf63d2438c61703c61e0f770b94" 2018-08-12 09:09:14,115 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:09:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2e7078a9-3c54-4e9c-ac28-4fc65fb45d64 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"user": {"name": "cloudify_ims-user_b8044517-429e-4a8c-975b-6828183c76b0", "links": {"self": "http://172.30.9.21:5000/v3/users/2cc1e6cd1d5d477497b8e2e005350b12"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "2cc1e6cd1d5d477497b8e2e005350b12", "description": null}} 2018-08-12 09:09:14,115 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/2cc1e6cd1d5d477497b8e2e005350b12 used request id req-2e7078a9-3c54-4e9c-ac28-4fc65fb45d64 2018-08-12 09:09:14,115 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.107506990433s 2018-08-12 09:09:14,115 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/2cc1e6cd1d5d477497b8e2e005350b12 used request id req-2e7078a9-3c54-4e9c-ac28-4fc65fb45d64 2018-08-12 09:09:14,116 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-12 09:09:14,120 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/users/2cc1e6cd1d5d477497b8e2e005350b12 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}817f6fed486d5bf63d2438c61703c61e0f770b94" 2018-08-12 09:09:14,320 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 09:09:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1341fdc6-6094-47a9-b97e-1d329c1fc524 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 09:09:14,320 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/2cc1e6cd1d5d477497b8e2e005350b12 used request id req-1341fdc6-6094-47a9-b97e-1d329c1fc524 2018-08-12 09:09:14,320 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.203714132309s 2018-08-12 09:09:14,320 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/2cc1e6cd1d5d477497b8e2e005350b12 used request id req-1341fdc6-6094-47a9-b97e-1d329c1fc524 2018-08-12 09:09:14,327 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-12 09:09:14,330 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}817f6fed486d5bf63d2438c61703c61e0f770b94" 2018-08-12 09:09:14,419 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:09:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1d908c04-b59d-4241-901c-60bf165fd12c Content-Encoding: gzip Content-Length: 390 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8"}, "tags": [], "enabled": true, "id": "310f5853751a4c968f3eeb0a3d99a0a8", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "id": "a267b9a156244bb192691cff6e5f74fe", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: cloudify_ims", "links": {"self": "http://172.30.9.21:5000/v3/projects/d1803c5e965e47a48de43a49636ebe03"}, "tags": [], "enabled": true, "id": "d1803c5e965e47a48de43a49636ebe03", "parent_id": "default", "domain_id": "default", "name": "cloudify_ims-project_b8044517-429e-4a8c-975b-6828183c76b0"}]} 2018-08-12 09:09:14,419 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-1d908c04-b59d-4241-901c-60bf165fd12c 2018-08-12 09:09:14,420 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0929448604584s 2018-08-12 09:09:14,420 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-1d908c04-b59d-4241-901c-60bf165fd12c 2018-08-12 09:09:14,424 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-12 09:09:14,428 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/projects/d1803c5e965e47a48de43a49636ebe03 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}817f6fed486d5bf63d2438c61703c61e0f770b94" 2018-08-12 09:09:14,649 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 09:09:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-540adb11-d23e-42de-9687-73feb6ff60a3 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 09:09:14,650 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/d1803c5e965e47a48de43a49636ebe03 used request id req-540adb11-d23e-42de-9687-73feb6ff60a3 2018-08-12 09:09:14,650 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.22518992424s 2018-08-12 09:09:14,650 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/d1803c5e965e47a48de43a49636ebe03 used request id req-540adb11-d23e-42de-9687-73feb6ff60a3 2018-08-12 09:09:14,653 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-12 09:09:14,657 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}817f6fed486d5bf63d2438c61703c61e0f770b94" 2018-08-12 09:09:14,744 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:09:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-93b5289f-eb24-4507-a0e7-fe2d7b034733 Content-Encoding: gzip Content-Length: 354 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "89d9758662544fe795b9591ec6fa08f8", "links": {"self": "http://172.30.9.21:5000/v3/roles/89d9758662544fe795b9591ec6fa08f8"}, "name": "Member"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 09:09:14,744 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-93b5289f-eb24-4507-a0e7-fe2d7b034733 2018-08-12 09:09:14,744 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0907809734344s 2018-08-12 09:09:14,745 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-93b5289f-eb24-4507-a0e7-fe2d7b034733 2018-08-12 09:09:14,750 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.roles 2018-08-12 09:09:14,753 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/roles/89d9758662544fe795b9591ec6fa08f8 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}817f6fed486d5bf63d2438c61703c61e0f770b94" 2018-08-12 09:09:14,875 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 09:09:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c109fb52-4ce3-4c76-8fff-95b6bda661c3 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 09:09:14,875 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/89d9758662544fe795b9591ec6fa08f8 used request id req-c109fb52-4ce3-4c76-8fff-95b6bda661c3 2018-08-12 09:09:14,875 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.roles in 0.125115156174s 2018-08-12 09:09:14,875 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/89d9758662544fe795b9591ec6fa08f8 used request id req-c109fb52-4ce3-4c76-8fff-95b6bda661c3 2018-08-12 09:09:14,876 - xtesting.ci.run_tests - ERROR - The test case 'cloudify_ims' failed. 2018-08-12 09:09:14,903 - xtesting.ci.run_tests - INFO - Loading test case 'heat_ims'... 2018-08-12 09:09:14,932 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-12 09:09:14,933 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-12 09:09:14,933 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-12 09:09:14,933 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-12 09:09:14,933 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-12 09:09:14,933 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-12 09:09:14,933 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-12 09:09:14,933 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-12 09:09:14,933 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-12 09:09:14,933 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-12 09:09:14,933 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-12 09:09:14,934 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-12 09:09:14,934 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-12 09:09:14,934 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-12 09:09:14,934 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-12 09:09:14,934 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-12 09:09:14,934 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-12 09:09:14,934 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-12 09:09:14,934 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-12 09:09:14,934 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-12 09:09:14,934 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-12 09:09:14,934 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-12 09:09:14,936 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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 09:09:14,942 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:09:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-360f5610-f3ca-446d-83a5-8cac294c2f74 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 09:09:14,942 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-360f5610-f3ca-446d-83a5-8cac294c2f74 2018-08-12 09:09:14,943 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-08-12 09:09:15,331 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T10:09:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["blAVp35zQfWwPrSpEWxtVQ"], "issued_at": "2018-08-12T09:09:15.000000Z"}} 2018-08-12 09:09:15,334 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 09:09:15,335 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}e7c720a82abbaa5bb89bbbb1da2f10518700fbd0" 2018-08-12 09:09:15,595 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-43e74ad7-5d31-4303-89c0-fd349654a32b Date: Sun, 12 Aug 2018 09:09:15 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":7,"port_security_enabled":true,"mtu":1500,"id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"310f5853751a4c968f3eeb0a3d99a0a8","status":"ACTIVE","subnets":["ec788992-fa73-45cc-a7d9-6d44542124c2"],"description":"","tags":[],"updated_at":"2018-08-12T05:35:20Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"310f5853751a4c968f3eeb0a3d99a0a8","created_at":"2018-08-12T05:04:23Z","provider:network_type":"flat"}]} 2018-08-12 09:09:15,595 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-43e74ad7-5d31-4303-89c0-fd349654a32b 2018-08-12 09:09:15,595 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.261114120483s 2018-08-12 09:09:15,596 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-43e74ad7-5d31-4303-89c0-fd349654a32b 2018-08-12 09:09:15,599 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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 09:09:15,604 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 09:09:15 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 09:09:15,605 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-12 09:09:15,609 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}e7c720a82abbaa5bb89bbbb1da2f10518700fbd0" 2018-08-12 09:09:15,697 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:09:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d7e94bf7-0fb4-4734-9273-b0977e5d739a Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.21:5000/v3/domains/1eec97585bde483292ece28ee11f4b8d"}, "tags": [], "enabled": true, "id": "1eec97585bde483292ece28ee11f4b8d", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains", "previous": null, "next": null}} 2018-08-12 09:09:15,698 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-d7e94bf7-0fb4-4734-9273-b0977e5d739a 2018-08-12 09:09:15,698 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0922770500183s 2018-08-12 09:09:15,698 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-d7e94bf7-0fb4-4734-9273-b0977e5d739a 2018-08-12 09:09:15,705 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-12 09:09:15,709 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}e7c720a82abbaa5bb89bbbb1da2f10518700fbd0" -d '{"project": {"description": "Created by OPNFV Functest: heat_ims", "enabled": true, "domain_id": "default", "name": "heat_ims-project_61cf3297-02ef-4796-a134-6831b487977a"}}' 2018-08-12 09:09:15,840 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 09:09:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c656c650-3222-42a2-887e-86789368f8f5 Content-Length: 362 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: heat_ims", "links": {"self": "http://172.30.9.21:5000/v3/projects/ea1830952fba468cada22c80855b775c"}, "tags": [], "enabled": true, "id": "ea1830952fba468cada22c80855b775c", "parent_id": "default", "domain_id": "default", "name": "heat_ims-project_61cf3297-02ef-4796-a134-6831b487977a"}} 2018-08-12 09:09:15,840 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-c656c650-3222-42a2-887e-86789368f8f5 2018-08-12 09:09:15,840 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.13493680954s 2018-08-12 09:09:15,841 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-c656c650-3222-42a2-887e-86789368f8f5 2018-08-12 09:09:15,841 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'is_domain': False, 'description': u'Created by OPNFV Functest: heat_ims', u'tags': [], 'enabled': True, 'id': u'ea1830952fba468cada22c80855b775c', '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'heat_ims-project_61cf3297-02ef-4796-a134-6831b487977a'}) 2018-08-12 09:09:15,847 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-12 09:09:15,851 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}e7c720a82abbaa5bb89bbbb1da2f10518700fbd0" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "ee3785d5-18d3-4e47-87b5-6b380995bf7d", "email": null, "name": "heat_ims-user_61cf3297-02ef-4796-a134-6831b487977a"}}' 2018-08-12 09:09:16,223 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 09:09:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fc4d5d76-a21e-4e3c-85bb-217acbcc00ac Content-Length: 323 Content-Type: application/json RESP BODY: {"user": {"name": "heat_ims-user_61cf3297-02ef-4796-a134-6831b487977a", "links": {"self": "http://172.30.9.21:5000/v3/users/4216264a70ee44b4a6476e54e220c085"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "4216264a70ee44b4a6476e54e220c085", "domain_id": "default", "password_expires_at": null}} 2018-08-12 09:09:16,223 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/users used request id req-fc4d5d76-a21e-4e3c-85bb-217acbcc00ac 2018-08-12 09:09:16,223 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.375705003738s 2018-08-12 09:09:16,224 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/users used request id req-fc4d5d76-a21e-4e3c-85bb-217acbcc00ac 2018-08-12 09:09:16,224 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'4216264a70ee44b4a6476e54e220c085', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'heat_ims-user_61cf3297-02ef-4796-a134-6831b487977a'}) 2018-08-12 09:09:16,228 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-12 09:09:16,231 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}e7c720a82abbaa5bb89bbbb1da2f10518700fbd0" 2018-08-12 09:09:16,324 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:09:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5f9e9bb2-f4da-4327-80e2-d273d69737d5 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 09:09:16,324 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-5f9e9bb2-f4da-4327-80e2-d273d69737d5 2018-08-12 09:09:16,324 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0958800315857s 2018-08-12 09:09:16,324 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-5f9e9bb2-f4da-4327-80e2-d273d69737d5 2018-08-12 09:09:16,330 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-12 09:09:16,333 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}e7c720a82abbaa5bb89bbbb1da2f10518700fbd0" 2018-08-12 09:09:16,427 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:09:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4c78b7c0-c6ac-470d-8bf5-d9dcdb3a9bb7 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 09:09:16,428 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-4c78b7c0-c6ac-470d-8bf5-d9dcdb3a9bb7 2018-08-12 09:09:16,428 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0975661277771s 2018-08-12 09:09:16,428 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-4c78b7c0-c6ac-470d-8bf5-d9dcdb3a9bb7 2018-08-12 09:09:16,429 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-08-12 09:09:16,433 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.roles 2018-08-12 09:09:16,436 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}e7c720a82abbaa5bb89bbbb1da2f10518700fbd0" -d '{"role": {"name": "Member"}}' 2018-08-12 09:09:16,551 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 09:09:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e2f60bd3-3211-46c8-986d-d49aa8f61571 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "9302dba682914d969a38231d16c55fff", "links": {"self": "http://172.30.9.21:5000/v3/roles/9302dba682914d969a38231d16c55fff"}, "name": "Member"}} 2018-08-12 09:09:16,552 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-e2f60bd3-3211-46c8-986d-d49aa8f61571 2018-08-12 09:09:16,552 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.roles in 0.118875980377s 2018-08-12 09:09:16,552 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-e2f60bd3-3211-46c8-986d-d49aa8f61571 2018-08-12 09:09:16,552 - functest.core.tenantnetwork - DEBUG - role: Munch({'properties': {}, 'location': Munch({'project': Munch({'domain_id': None, 'id': None, 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': None, 'name': u'Member', 'id': u'9302dba682914d969a38231d16c55fff'}) 2018-08-12 09:09:16,556 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-12 09:09:16,559 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}e7c720a82abbaa5bb89bbbb1da2f10518700fbd0" 2018-08-12 09:09:16,644 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:09:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4d551dde-b190-4e01-a331-7b327fb6a8fe Content-Encoding: gzip Content-Length: 351 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9302dba682914d969a38231d16c55fff", "links": {"self": "http://172.30.9.21:5000/v3/roles/9302dba682914d969a38231d16c55fff"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 09:09:16,644 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-4d551dde-b190-4e01-a331-7b327fb6a8fe 2018-08-12 09:09:16,644 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0880210399628s 2018-08-12 09:09:16,644 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-4d551dde-b190-4e01-a331-7b327fb6a8fe 2018-08-12 09:09:16,649 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-12 09:09:16,652 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}e7c720a82abbaa5bb89bbbb1da2f10518700fbd0" 2018-08-12 09:09:16,833 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:09:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-303999ee-f0b6-460c-8916-43132eb27cfb Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-12 09:09:16,833 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-303999ee-f0b6-460c-8916-43132eb27cfb 2018-08-12 09:09:16,834 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.184617996216s 2018-08-12 09:09:16,834 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-303999ee-f0b6-460c-8916-43132eb27cfb 2018-08-12 09:09:16,835 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-12 09:09:16,838 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}e7c720a82abbaa5bb89bbbb1da2f10518700fbd0" 2018-08-12 09:09:16,951 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:09:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0381b2bf-6b49-4093-980e-eab0f3673e39 Content-Encoding: gzip Content-Length: 834 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/105a247548624314b9228f85f6325f0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105a247548624314b9228f85f6325f0b", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/1c5de0eaa44543f08da6ad63a51594ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c5de0eaa44543f08da6ad63a51594ff", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/1d127b5b832547a88a547c116dfdd65b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d127b5b832547a88a547c116dfdd65b", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/1d5cfc170d624ce4ae53ae0507c8d517"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d5cfc170d624ce4ae53ae0507c8d517", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/2421820b75eb4d3ebd02830378d1377b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2421820b75eb4d3ebd02830378d1377b", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/40bd8ee54ecf44868cc83cede652c396"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40bd8ee54ecf44868cc83cede652c396", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_ims-user_61cf3297-02ef-4796-a134-6831b487977a", "links": {"self": "http://172.30.9.21:5000/v3/users/4216264a70ee44b4a6476e54e220c085"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "4216264a70ee44b4a6476e54e220c085", "domain_id": "default", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/4f32fb8153854c4c9f5094b42b523f80"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f32fb8153854c4c9f5094b42b523f80", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7066130d08fb4db7bf4ab468de53933b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7066130d08fb4db7bf4ab468de53933b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/8d0898a83bcf4521bbc11501d5d7ac89"}, "domain_id": "1eec97585bde483292ece28ee11f4b8d", "enabled": true, "options": {}, "id": "8d0898a83bcf4521bbc11501d5d7ac89", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/9defcced327d476f8a3beab718a13da3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9defcced327d476f8a3beab718a13da3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/b80ee4f6992446e0879624dd436e99a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b80ee4f6992446e0879624dd436e99a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b86fd3e011324d398fcdb6f095a20a9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b86fd3e011324d398fcdb6f095a20a9d", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1701d2754064b5cadf765ea0806f9b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1701d2754064b5cadf765ea0806f9b2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/db4e7b8d76d549faa502716565c733dd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db4e7b8d76d549faa502716565c733dd", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-12 09:09:16,951 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-0381b2bf-6b49-4093-980e-eab0f3673e39 2018-08-12 09:09:16,951 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.116054058075s 2018-08-12 09:09:16,951 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-0381b2bf-6b49-4093-980e-eab0f3673e39 2018-08-12 09:09:16,963 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-12 09:09:16,966 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}e7c720a82abbaa5bb89bbbb1da2f10518700fbd0" 2018-08-12 09:09:17,082 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:09:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8e390694-53da-4206-b761-b15b21afc040 Content-Encoding: gzip Content-Length: 398 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8"}, "tags": [], "enabled": true, "id": "310f5853751a4c968f3eeb0a3d99a0a8", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "id": "a267b9a156244bb192691cff6e5f74fe", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: heat_ims", "links": {"self": "http://172.30.9.21:5000/v3/projects/ea1830952fba468cada22c80855b775c"}, "tags": [], "enabled": true, "id": "ea1830952fba468cada22c80855b775c", "parent_id": "default", "domain_id": "default", "name": "heat_ims-project_61cf3297-02ef-4796-a134-6831b487977a"}]} 2018-08-12 09:09:17,082 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-8e390694-53da-4206-b761-b15b21afc040 2018-08-12 09:09:17,083 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.119514942169s 2018-08-12 09:09:17,083 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-8e390694-53da-4206-b761-b15b21afc040 2018-08-12 09:09:17,091 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-12 09:09:17,094 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:5000/v3/role_assignments?user.id=4216264a70ee44b4a6476e54e220c085&role.id=9302dba682914d969a38231d16c55fff&scope.project.id=ea1830952fba468cada22c80855b775c" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e7c720a82abbaa5bb89bbbb1da2f10518700fbd0" 2018-08-12 09:09:17,177 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:09:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bbb17eb7-60d6-47dc-8d5c-3a6205f7e3e2 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.21:5000/v3/role_assignments?user.id=4216264a70ee44b4a6476e54e220c085&role.id=9302dba682914d969a38231d16c55fff&scope.project.id=ea1830952fba468cada22c80855b775c", "previous": null, "next": null}} 2018-08-12 09:09:17,177 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=4216264a70ee44b4a6476e54e220c085&role.id=9302dba682914d969a38231d16c55fff&scope.project.id=ea1830952fba468cada22c80855b775c used request id req-bbb17eb7-60d6-47dc-8d5c-3a6205f7e3e2 2018-08-12 09:09:17,177 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.0863180160522s 2018-08-12 09:09:17,177 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=4216264a70ee44b4a6476e54e220c085&role.id=9302dba682914d969a38231d16c55fff&scope.project.id=ea1830952fba468cada22c80855b775c used request id req-bbb17eb7-60d6-47dc-8d5c-3a6205f7e3e2 2018-08-12 09:09:17,180 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-12 09:09:17,183 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:5000/v3/projects/ea1830952fba468cada22c80855b775c/users/4216264a70ee44b4a6476e54e220c085/roles/9302dba682914d969a38231d16c55fff -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e7c720a82abbaa5bb89bbbb1da2f10518700fbd0" 2018-08-12 09:09:17,315 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 09:09:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d2b05cbd-50ab-4ee6-988c-ff77c353afba 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 09:09:17,315 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/ea1830952fba468cada22c80855b775c/users/4216264a70ee44b4a6476e54e220c085/roles/9302dba682914d969a38231d16c55fff used request id req-d2b05cbd-50ab-4ee6-988c-ff77c353afba 2018-08-12 09:09:17,315 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.134685993195s 2018-08-12 09:09:17,315 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/ea1830952fba468cada22c80855b775c/users/4216264a70ee44b4a6476e54e220c085/roles/9302dba682914d969a38231d16c55fff used request id req-d2b05cbd-50ab-4ee6-988c-ff77c353afba 2018-08-12 09:09:17,316 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'heat_ims-project_61cf3297-02ef-4796-a134-6831b487977a', 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'ea1830952fba468cada22c80855b775c', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.50', 'password': 'ee3785d5-18d3-4e47-87b5-6b380995bf7d', 'username': u'heat_ims-user_61cf3297-02ef-4796-a134-6831b487977a', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.21: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 09:09:17,317 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-12 09:09:17,318 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-12 09:09:17,318 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-12 09:09:17,318 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-12 09:09:17,318 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-12 09:09:17,318 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-12 09:09:17,318 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-12 09:09:17,318 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-12 09:09:17,318 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-12 09:09:17,319 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-12 09:09:17,319 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-12 09:09:17,319 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-12 09:09:17,319 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-12 09:09:17,319 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-12 09:09:17,319 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-12 09:09:17,319 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-12 09:09:17,319 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-12 09:09:17,319 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-12 09:09:17,320 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-12 09:09:17,320 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-12 09:09:17,320 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-12 09:09:17,320 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-12 09:09:17,321 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'heat_ims-user_61cf3297-02ef-4796-a134-6831b487977a', 'password': 'ee3785d5-18d3-4e47-87b5-6b380995bf7d', 'project_name': 'heat_ims-project_61cf3297-02ef-4796-a134-6831b487977a', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.21:5000//v3', 'project_id': 'ea1830952fba468cada22c80855b775c', 'project_domain_name': 'Default'} 2018-08-12 09:09:17,352 - functest.opnfv_tests.vnf.ims.heat_ims - DEBUG - VNF configuration: {'descriptor': {u'file_name': u'/src/heat_vims/clearwater.yaml', u'version': u'129', u'name': u'clearwater-opnfv'}, 'parameters': {u'vellum_cluster_size': 1, u'zone': u'clearwater.opnfv', u'dnssec_key': u'GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==', u'dn_range_length': u'1000', u'dime_cluster_size': 1, u'dn_range_start': u'6505550000', u'bono_cluster_size': 1, u'homer_cluster_size': 1, u'sprout_cluster_size': 1}} 2018-08-12 09:09:17,352 - xtesting.ci.run_tests - INFO - Running test case 'heat_ims'... 2018-08-12 09:09:17,358 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-12 09:09:17,360 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}e7c720a82abbaa5bb89bbbb1da2f10518700fbd0" 2018-08-12 09:09:17,457 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:09:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-39e17340-bfb0-46dd-b63b-303a3a68bc62 Content-Encoding: gzip Content-Length: 387 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8"}, "tags": [], "enabled": true, "id": "310f5853751a4c968f3eeb0a3d99a0a8", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "id": "a267b9a156244bb192691cff6e5f74fe", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: heat_ims", "links": {"self": "http://172.30.9.21:5000/v3/projects/ea1830952fba468cada22c80855b775c"}, "tags": [], "enabled": true, "id": "ea1830952fba468cada22c80855b775c", "parent_id": "default", "domain_id": "default", "name": "heat_ims-project_61cf3297-02ef-4796-a134-6831b487977a"}]} 2018-08-12 09:09:17,457 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-39e17340-bfb0-46dd-b63b-303a3a68bc62 2018-08-12 09:09:17,457 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0991520881653s 2018-08-12 09:09:17,457 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-39e17340-bfb0-46dd-b63b-303a3a68bc62 2018-08-12 09:09:17,459 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.quotas 2018-08-12 09:09:17,460 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/quotas/ea1830952fba468cada22c80855b775c.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e7c720a82abbaa5bb89bbbb1da2f10518700fbd0" -d '{"quota": {"security_group": 20, "security_group_rule": 100, "port": 50}}' 2018-08-12 09:09:17,728 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 186 X-Openstack-Request-Id: req-3a6b90d1-78c8-4213-b465-75e865dd129c Date: Sun, 12 Aug 2018 09:09:17 GMT RESP BODY: {"quota": {"subnet": 100, "network": 100, "floatingip": 50, "subnetpool": -1, "security_group_rule": 100, "trunk": -1, "security_group": 20, "router": 10, "rbac_policy": 10, "port": 50}} 2018-08-12 09:09:17,728 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/quotas/ea1830952fba468cada22c80855b775c.json used request id req-3a6b90d1-78c8-4213-b465-75e865dd129c 2018-08-12 09:09:17,728 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.quotas in 0.268548965454s 2018-08-12 09:09:17,728 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/quotas/ea1830952fba468cada22c80855b775c.json used request id req-3a6b90d1-78c8-4213-b465-75e865dd129c 2018-08-12 09:09:17,732 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-12 09:09:17,735 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}e7c720a82abbaa5bb89bbbb1da2f10518700fbd0" 2018-08-12 09:09:17,825 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:09:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-872f5fd6-4ff8-4381-aa3e-5674ca394a03 Content-Encoding: gzip Content-Length: 351 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9302dba682914d969a38231d16c55fff", "links": {"self": "http://172.30.9.21:5000/v3/roles/9302dba682914d969a38231d16c55fff"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 09:09:17,825 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-872f5fd6-4ff8-4381-aa3e-5674ca394a03 2018-08-12 09:09:17,825 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0933339595795s 2018-08-12 09:09:17,826 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-872f5fd6-4ff8-4381-aa3e-5674ca394a03 2018-08-12 09:09:17,830 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.roles 2018-08-12 09:09:17,834 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}e7c720a82abbaa5bb89bbbb1da2f10518700fbd0" -d '{"role": {"name": "heat_stack_owner"}}' 2018-08-12 09:09:17,947 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 09:09:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-26481e17-662b-4506-83f9-640d45f90de9 Content-Length: 187 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "55eeaab031654ffc98703a85fa36ce84", "links": {"self": "http://172.30.9.21:5000/v3/roles/55eeaab031654ffc98703a85fa36ce84"}, "name": "heat_stack_owner"}} 2018-08-12 09:09:17,947 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-26481e17-662b-4506-83f9-640d45f90de9 2018-08-12 09:09:17,947 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.roles in 0.117225885391s 2018-08-12 09:09:17,947 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-26481e17-662b-4506-83f9-640d45f90de9 2018-08-12 09:09:17,951 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-12 09:09:17,954 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}e7c720a82abbaa5bb89bbbb1da2f10518700fbd0" 2018-08-12 09:09:18,045 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:09:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-54fb4294-4f76-4a67-95ea-78942cff620f Content-Encoding: gzip Content-Length: 386 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "55eeaab031654ffc98703a85fa36ce84", "links": {"self": "http://172.30.9.21:5000/v3/roles/55eeaab031654ffc98703a85fa36ce84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9302dba682914d969a38231d16c55fff", "links": {"self": "http://172.30.9.21:5000/v3/roles/9302dba682914d969a38231d16c55fff"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 09:09:18,045 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-54fb4294-4f76-4a67-95ea-78942cff620f 2018-08-12 09:09:18,045 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0946161746979s 2018-08-12 09:09:18,046 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-54fb4294-4f76-4a67-95ea-78942cff620f 2018-08-12 09:09:18,050 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-12 09:09:18,053 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}e7c720a82abbaa5bb89bbbb1da2f10518700fbd0" 2018-08-12 09:09:18,144 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:09:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e1415b9f-3df9-47b2-bdea-8d56c5993439 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-12 09:09:18,144 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-e1415b9f-3df9-47b2-bdea-8d56c5993439 2018-08-12 09:09:18,144 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0936379432678s 2018-08-12 09:09:18,144 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-e1415b9f-3df9-47b2-bdea-8d56c5993439 2018-08-12 09:09:18,145 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-12 09:09:18,149 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}e7c720a82abbaa5bb89bbbb1da2f10518700fbd0" 2018-08-12 09:09:18,257 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:09:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-18aea0b4-83fb-4cc8-b108-260aff763a4c Content-Encoding: gzip Content-Length: 834 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/105a247548624314b9228f85f6325f0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105a247548624314b9228f85f6325f0b", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/1c5de0eaa44543f08da6ad63a51594ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c5de0eaa44543f08da6ad63a51594ff", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/1d127b5b832547a88a547c116dfdd65b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d127b5b832547a88a547c116dfdd65b", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/1d5cfc170d624ce4ae53ae0507c8d517"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d5cfc170d624ce4ae53ae0507c8d517", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/2421820b75eb4d3ebd02830378d1377b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2421820b75eb4d3ebd02830378d1377b", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/40bd8ee54ecf44868cc83cede652c396"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40bd8ee54ecf44868cc83cede652c396", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_ims-user_61cf3297-02ef-4796-a134-6831b487977a", "links": {"self": "http://172.30.9.21:5000/v3/users/4216264a70ee44b4a6476e54e220c085"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "4216264a70ee44b4a6476e54e220c085", "domain_id": "default", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/4f32fb8153854c4c9f5094b42b523f80"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f32fb8153854c4c9f5094b42b523f80", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7066130d08fb4db7bf4ab468de53933b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7066130d08fb4db7bf4ab468de53933b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/8d0898a83bcf4521bbc11501d5d7ac89"}, "domain_id": "1eec97585bde483292ece28ee11f4b8d", "enabled": true, "options": {}, "id": "8d0898a83bcf4521bbc11501d5d7ac89", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/9defcced327d476f8a3beab718a13da3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9defcced327d476f8a3beab718a13da3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/b80ee4f6992446e0879624dd436e99a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b80ee4f6992446e0879624dd436e99a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b86fd3e011324d398fcdb6f095a20a9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b86fd3e011324d398fcdb6f095a20a9d", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1701d2754064b5cadf765ea0806f9b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1701d2754064b5cadf765ea0806f9b2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/db4e7b8d76d549faa502716565c733dd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db4e7b8d76d549faa502716565c733dd", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-12 09:09:18,257 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-18aea0b4-83fb-4cc8-b108-260aff763a4c 2018-08-12 09:09:18,257 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.111876964569s 2018-08-12 09:09:18,257 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-18aea0b4-83fb-4cc8-b108-260aff763a4c 2018-08-12 09:09:18,269 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-12 09:09:18,272 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}e7c720a82abbaa5bb89bbbb1da2f10518700fbd0" 2018-08-12 09:09:18,368 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:09:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a7385a80-e96b-4e08-8371-4c0b2367d3b3 Content-Encoding: gzip Content-Length: 398 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8"}, "tags": [], "enabled": true, "id": "310f5853751a4c968f3eeb0a3d99a0a8", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "id": "a267b9a156244bb192691cff6e5f74fe", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: heat_ims", "links": {"self": "http://172.30.9.21:5000/v3/projects/ea1830952fba468cada22c80855b775c"}, "tags": [], "enabled": true, "id": "ea1830952fba468cada22c80855b775c", "parent_id": "default", "domain_id": "default", "name": "heat_ims-project_61cf3297-02ef-4796-a134-6831b487977a"}]} 2018-08-12 09:09:18,368 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-a7385a80-e96b-4e08-8371-4c0b2367d3b3 2018-08-12 09:09:18,368 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0988450050354s 2018-08-12 09:09:18,368 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-a7385a80-e96b-4e08-8371-4c0b2367d3b3 2018-08-12 09:09:18,377 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-12 09:09:18,380 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:5000/v3/role_assignments?user.id=4216264a70ee44b4a6476e54e220c085&role.id=55eeaab031654ffc98703a85fa36ce84&scope.project.id=ea1830952fba468cada22c80855b775c" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e7c720a82abbaa5bb89bbbb1da2f10518700fbd0" 2018-08-12 09:09:18,467 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:09:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b3478a09-c9a2-4f82-9870-00ec411051c3 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.21:5000/v3/role_assignments?user.id=4216264a70ee44b4a6476e54e220c085&role.id=55eeaab031654ffc98703a85fa36ce84&scope.project.id=ea1830952fba468cada22c80855b775c", "previous": null, "next": null}} 2018-08-12 09:09:18,467 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=4216264a70ee44b4a6476e54e220c085&role.id=55eeaab031654ffc98703a85fa36ce84&scope.project.id=ea1830952fba468cada22c80855b775c used request id req-b3478a09-c9a2-4f82-9870-00ec411051c3 2018-08-12 09:09:18,467 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.0897090435028s 2018-08-12 09:09:18,467 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=4216264a70ee44b4a6476e54e220c085&role.id=55eeaab031654ffc98703a85fa36ce84&scope.project.id=ea1830952fba468cada22c80855b775c used request id req-b3478a09-c9a2-4f82-9870-00ec411051c3 2018-08-12 09:09:18,471 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-12 09:09:18,474 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:5000/v3/projects/ea1830952fba468cada22c80855b775c/users/4216264a70ee44b4a6476e54e220c085/roles/55eeaab031654ffc98703a85fa36ce84 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e7c720a82abbaa5bb89bbbb1da2f10518700fbd0" 2018-08-12 09:09:18,621 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 09:09:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-93715088-dafa-4c66-906e-6b77c0a96ca9 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 09:09:18,621 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/ea1830952fba468cada22c80855b775c/users/4216264a70ee44b4a6476e54e220c085/roles/55eeaab031654ffc98703a85fa36ce84 used request id req-93715088-dafa-4c66-906e-6b77c0a96ca9 2018-08-12 09:09:18,621 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.150156974792s 2018-08-12 09:09:18,621 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/ea1830952fba468cada22c80855b775c/users/4216264a70ee44b4a6476e54e220c085/roles/55eeaab031654ffc98703a85fa36ce84 used request id req-93715088-dafa-4c66-906e-6b77c0a96ca9 2018-08-12 09:09:18,622 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-12 09:09:18,623 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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 09:09:18,629 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:09:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-406bc54e-aedb-409b-b112-a4e9a3c83e7d Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 09:09:18,630 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-406bc54e-aedb-409b-b112-a4e9a3c83e7d 2018-08-12 09:09:18,630 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-08-12 09:09:19,015 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9302dba682914d969a38231d16c55fff", "name": "Member"}, {"id": "55eeaab031654ffc98703a85fa36ce84", "name": "heat_stack_owner"}], "expires_at": "2018-08-12T10:09:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ea1830952fba468cada22c80855b775c", "name": "heat_ims-project_61cf3297-02ef-4796-a134-6831b487977a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/ea1830952fba468cada22c80855b775c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/ea1830952fba468cada22c80855b775c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/ea1830952fba468cada22c80855b775c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_ea1830952fba468cada22c80855b775c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_ea1830952fba468cada22c80855b775c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/ea1830952fba468cada22c80855b775c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/ea1830952fba468cada22c80855b775c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/ea1830952fba468cada22c80855b775c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/ea1830952fba468cada22c80855b775c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/ea1830952fba468cada22c80855b775c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/ea1830952fba468cada22c80855b775c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/ea1830952fba468cada22c80855b775c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/ea1830952fba468cada22c80855b775c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "heat_ims-user_61cf3297-02ef-4796-a134-6831b487977a", "id": "4216264a70ee44b4a6476e54e220c085"}, "audit_ids": ["Gxc-wzSCTG2NakA__nj0Jw"], "issued_at": "2018-08-12T09:09:19.000000Z"}} 2018-08-12 09:09:19,019 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}d584eff3730be386f99aabb4bf64013d89965dc6" -d '{"keypair": {"name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a"}}' 2018-08-12 09:09:19,415 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:09: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-154a88b5-5f80-4d5a-9462-921fa76cf1ed x-compute-request-id: req-154a88b5-5f80-4d5a-9462-921fa76cf1ed Content-Encoding: gzip Content-Length: 1806 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCxgAHbIKdop8I3xlIL3PqL4ir6oGVe/g9qhOFqjTxZSXJaK47EaHJg0fa3+iygrrAqqZPAH/gAlhcXPrj3LiH4r3XdlysMEPVvoWvDfeLxhiq4c/2sUA+QHI3pEirIwno2y80vWME/TWof6KuEpYWfgE+aMEhHa0zyZU0JdgVhLhKTIxHCvb9n00qO52EpmN9x6Dr3qB0inxsnxJOTlWYDdxs3/fhlTguWNPlg3FU4+AvYJO6itqQQ82jnm+iTuDNrCZXLIofcqxsBPcwBo7fcdNMmSQ5mWTAcDvg7O1UD+icvqhs72amDIprMchyCgAREuoK5x8B97b8CJ+RNZdCl Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAsYAB2yCnaKfCN8ZSC9z6i+Iq+qBlXv4PaoThao08WUlyWiuO\nxGhyYNH2t/osoK6wKqmTwB/4AJYXFz649y4h+K913ZcrDBD1b6Frw33i8YYquHP9\nrFAPkByN6RIqyMJ6NsvNL1jBP01qH+irhKWFn4BPmjBIR2tM8mVNCXYFYS4SkyMR\nwr2/Z9NKjudhKZjfceg696gdIp8bJ8STk5VmA3cbN/34ZU4LljT5YNxVOPgL2CTu\norakEPNo55vok7gzawmVyyKH3KsbAT3MAaO33HTTJkkOZlkwHA74OztVA/onL6ob\nO9mpgyKazHIcgoAERLqCucfAfe2/AifkTWXQpQIDAQABAoIBAD9PuVm/u/bIX64l\nPv6cQ4HBmjLrIz1OwZDs9LpcxjnSyMcA4luMJcADJE1bHq/xn0SYV+sffAY5guL3\nrGH+Qn/BlfkEAoa7RdAbc6S3MkuT34kLVmAv7l0o0jVgFYKmW5FQAE/zCHrb0g6v\nnv4hTBgoXDxTHHTdAQU0vNWzExgmDoCAQeJIzRznhwJWBVHh69I1qxpwbNyScvKA\nrNMmBQjK+opsy7muY7d9YPR5RCVYA+YF/emKNMdUQj+uqPPvUBPKcr5HqAh7hEWo\nA7Au8a2ZV73pWLLAoYICkITCa645UgReh/d10hnIgwbwbzNsfHwMpG2E4NZLUmAu\nSk4SN8ECgYEA4of3DYt5xY+DwecKdkSd/0sVbteDYROI33NTIVzGT4QsyhVhZowB\nUVuzDczhM+uW+RjJMWa5CH8+aAZ3LQFsIwkiTxWc2cXUbhGvTzDNel+R2bISEo2r\nqvd8coQaa4lVnG36xoq2l9FkAqhrjbQPZpKZPvj70gMLW9yupwLS9+sCgYEAyJcw\nMhio6SLnlYOf2zaN6ZGEgJp/a31PL49ueYgUvJ8BY0yVqy9l/OyFgeYMYfl9W6lY\n5H1CfRBLPUm9yFWUYw2ubr1LFit519o4WdtSRvzagVjeP7NA1eQ4mwMklj3JKS7X\nrA/04YMxwBjy3Z0/57iwPa8sJY1//hefrGwURa8CgYEAoyiw/ZV+4Jesm6VwOJzV\ne8I1rr8VBn+ObvreXkI3J6CYrfjWTYj7jgDRJ1hwv/eopsN+bdGB5ifX6A74GXdT\nzqxOhM2ZSpUdmyWrsgsBhGl/YF/MeoaFpb9ZaBXT/a5N9jyUihnwx8puESgDR23w\nRb3DGMM2hR3iOYjqVqpHD38CgYAxFbYIfDpRGmZ7EsN6XAYsApze72+AuSA4bivF\nd4RDh9FKIEJ7qlSVqLcey1F6ZBfF51HGT9SGUAdpTvMu46o09vMZTB7kpOzi4hZp\n/p5KmrNJdZqlEdMqw/cKD6HTVfk0p67E/v6YdIcnD7PWgRVTOcF+xq/R3KdWYSeE\nhMoNJwKBgQDarXIx74eJcIs39swh2aR0RdzeFjj3nBS2QD5v5z/tKE1tRgmxImoL\njTgHt8ZLyd/3vxqTXuXiyitr4Vc14q2pzJ7uGZJhPZv3eRk7Xw9tMw9Zb874vfyq\n1H1sqd9VKZOgcMoIgwJZrvaJ+JIrV94BZr3Xi4bx/iiQX35ggnvaog==\n-----END RSA PRIVATE KEY-----\n", "user_id": "4216264a70ee44b4a6476e54e220c085", "name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "fingerprint": "2c:92:48:e8:e4:cd:71:cf:8b:13:5d:18:72:7b:c4:7a"}} 2018-08-12 09:09:19,416 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-154a88b5-5f80-4d5a-9462-921fa76cf1ed 2018-08-12 09:09:19,416 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.793334960938s 2018-08-12 09:09:19,416 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-154a88b5-5f80-4d5a-9462-921fa76cf1ed 2018-08-12 09:09:19,417 - functest.opnfv_tests.vnf.ims.heat_ims - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCxgAHbIKdop8I3xlIL3PqL4ir6oGVe/g9qhOFqjTxZSXJaK47EaHJg0fa3+iygrrAqqZPAH/gAlhcXPrj3LiH4r3XdlysMEPVvoWvDfeLxhiq4c/2sUA+QHI3pEirIwno2y80vWME/TWof6KuEpYWfgE+aMEhHa0zyZU0JdgVhLhKTIxHCvb9n00qO52EpmN9x6Dr3qB0inxsnxJOTlWYDdxs3/fhlTguWNPlg3FU4+AvYJO6itqQQ82jnm+iTuDNrCZXLIofcqxsBPcwBo7fcdNMmSQ5mWTAcDvg7O1UD+icvqhs72amDIprMchyCgAREuoK5x8B97b8CJ+RNZdCl Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAsYAB2yCnaKfCN8ZSC9z6i+Iq+qBlXv4PaoThao08WUlyWiuO\nxGhyYNH2t/osoK6wKqmTwB/4AJYXFz649y4h+K913ZcrDBD1b6Frw33i8YYquHP9\nrFAPkByN6RIqyMJ6NsvNL1jBP01qH+irhKWFn4BPmjBIR2tM8mVNCXYFYS4SkyMR\nwr2/Z9NKjudhKZjfceg696gdIp8bJ8STk5VmA3cbN/34ZU4LljT5YNxVOPgL2CTu\norakEPNo55vok7gzawmVyyKH3KsbAT3MAaO33HTTJkkOZlkwHA74OztVA/onL6ob\nO9mpgyKazHIcgoAERLqCucfAfe2/AifkTWXQpQIDAQABAoIBAD9PuVm/u/bIX64l\nPv6cQ4HBmjLrIz1OwZDs9LpcxjnSyMcA4luMJcADJE1bHq/xn0SYV+sffAY5guL3\nrGH+Qn/BlfkEAoa7RdAbc6S3MkuT34kLVmAv7l0o0jVgFYKmW5FQAE/zCHrb0g6v\nnv4hTBgoXDxTHHTdAQU0vNWzExgmDoCAQeJIzRznhwJWBVHh69I1qxpwbNyScvKA\nrNMmBQjK+opsy7muY7d9YPR5RCVYA+YF/emKNMdUQj+uqPPvUBPKcr5HqAh7hEWo\nA7Au8a2ZV73pWLLAoYICkITCa645UgReh/d10hnIgwbwbzNsfHwMpG2E4NZLUmAu\nSk4SN8ECgYEA4of3DYt5xY+DwecKdkSd/0sVbteDYROI33NTIVzGT4QsyhVhZowB\nUVuzDczhM+uW+RjJMWa5CH8+aAZ3LQFsIwkiTxWc2cXUbhGvTzDNel+R2bISEo2r\nqvd8coQaa4lVnG36xoq2l9FkAqhrjbQPZpKZPvj70gMLW9yupwLS9+sCgYEAyJcw\nMhio6SLnlYOf2zaN6ZGEgJp/a31PL49ueYgUvJ8BY0yVqy9l/OyFgeYMYfl9W6lY\n5H1CfRBLPUm9yFWUYw2ubr1LFit519o4WdtSRvzagVjeP7NA1eQ4mwMklj3JKS7X\nrA/04YMxwBjy3Z0/57iwPa8sJY1//hefrGwURa8CgYEAoyiw/ZV+4Jesm6VwOJzV\ne8I1rr8VBn+ObvreXkI3J6CYrfjWTYj7jgDRJ1hwv/eopsN+bdGB5ifX6A74GXdT\nzqxOhM2ZSpUdmyWrsgsBhGl/YF/MeoaFpb9ZaBXT/a5N9jyUihnwx8puESgDR23w\nRb3DGMM2hR3iOYjqVqpHD38CgYAxFbYIfDpRGmZ7EsN6XAYsApze72+AuSA4bivF\nd4RDh9FKIEJ7qlSVqLcey1F6ZBfF51HGT9SGUAdpTvMu46o09vMZTB7kpOzi4hZp\n/p5KmrNJdZqlEdMqw/cKD6HTVfk0p67E/v6YdIcnD7PWgRVTOcF+xq/R3KdWYSeE\nhMoNJwKBgQDarXIx74eJcIs39swh2aR0RdzeFjj3nBS2QD5v5z/tKE1tRgmxImoL\njTgHt8ZLyd/3vxqTXuXiyitr4Vc14q2pzJ7uGZJhPZv3eRk7Xw9tMw9Zb874vfyq\n1H1sqd9VKZOgcMoIgwJZrvaJ+JIrV94BZr3Xi4bx/iiQX35ggnvaog==\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'4216264a70ee44b4a6476e54e220c085', 'name': u'heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a', 'created_at': '2018-08-12T09:09:19.417200', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ea1830952fba468cada22c80855b775c', 'name': 'heat_ims-project_61cf3297-02ef-4796-a134-6831b487977a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'2c:92:48:e8:e4:cd:71:cf:8b:13:5d:18:72:7b:c4:7a', 'type': 'ssh', 'id': u'heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a'}) 2018-08-12 09:09:19,418 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img 2018-08-12 09:09:20,903 - shade - DEBUG - Image file /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img md5:81360220b4382d4b91eef0ebaf46a661 sha256:c32842906fda865db9034d5a3159ad979a5432d2fec0864c6f6bed7b7de7338e 2018-08-12 09:09:20,904 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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 09:09:20,908 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Sun, 12 Aug 2018 09:09:20 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}]} 2018-08-12 09:09:20,913 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 09:09:20,917 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:09:21,513 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-0476fd3c-a864-454e-9b6b-707889ab78a4 Date: Sun, 12 Aug 2018 09:09:21 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 09:09:21,513 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-0476fd3c-a864-454e-9b6b-707889ab78a4 2018-08-12 09:09:21,513 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.600018978119s 2018-08-12 09:09:21,514 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-0476fd3c-a864-454e-9b6b-707889ab78a4 2018-08-12 09:09:21,521 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-12 09:09:21,525 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" -d '{"owner_specified.shade.md5": "81360220b4382d4b91eef0ebaf46a661", "owner_specified.shade.sha256": "c32842906fda865db9034d5a3159ad979a5432d2fec0864c6f6bed7b7de7338e", "owner_specified.shade.object": "images/heat_ims-img_alt_61cf3297-02ef-4796-a134-6831b487977a", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "heat_ims-img_alt_61cf3297-02ef-4796-a134-6831b487977a"}' 2018-08-12 09:09:22,173 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 876 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/449d5968-a970-4d5c-9c22-cb001102c0b9 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-76e5430c-9d06-445c-b132-e4a7ae25e56c Date: Sun, 12 Aug 2018 09:09:22 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/449d5968-a970-4d5c-9c22-cb001102c0b9/file", "owner": "ea1830952fba468cada22c80855b775c", "id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "size": null, "self": "/v2/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "c32842906fda865db9034d5a3159ad979a5432d2fec0864c6f6bed7b7de7338e", "updated_at": "2018-08-12T09:09:22Z", "visibility": "private", "owner_specified.shade.object": "images/heat_ims-img_alt_61cf3297-02ef-4796-a134-6831b487977a", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "81360220b4382d4b91eef0ebaf46a661", "name": "heat_ims-img_alt_61cf3297-02ef-4796-a134-6831b487977a", "checksum": null, "created_at": "2018-08-12T09:09:22Z", "protected": false} 2018-08-12 09:09:22,173 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-76e5430c-9d06-445c-b132-e4a7ae25e56c 2018-08-12 09:09:22,173 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.651780843735s 2018-08-12 09:09:22,174 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-76e5430c-9d06-445c-b132-e4a7ae25e56c returning object 449d5968-a970-4d5c-9c22-cb001102c0b9 2018-08-12 09:09:22,174 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-12 09:09:22,178 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9292/v2/images/449d5968-a970-4d5c-9c22-cb001102c0b9/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}d584eff3730be386f99aabb4bf64013d89965dc6" -d '' 2018-08-12 09:09:26,657 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-3d866a86-c935-4182-a4c7-d56884966cc4 Date: Sun, 12 Aug 2018 09:09:26 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 09:09:26,657 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/449d5968-a970-4d5c-9c22-cb001102c0b9/file used request id req-3d866a86-c935-4182-a4c7-d56884966cc4 2018-08-12 09:09:26,658 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 4.4831829071s 2018-08-12 09:09:26,658 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/449d5968-a970-4d5c-9c22-cb001102c0b9/file used request id req-3d866a86-c935-4182-a4c7-d56884966cc4 2018-08-12 09:09:26,662 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 09:09:26,666 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:09:27,277 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1207 Content-Type: application/json X-Openstack-Request-Id: req-782e2916-eb0a-4d6c-97bd-0b418b94883c Date: Sun, 12 Aug 2018 09:09:27 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/449d5968-a970-4d5c-9c22-cb001102c0b9/snap", "metadata": {}}], "file": "/v2/images/449d5968-a970-4d5c-9c22-cb001102c0b9/file", "owner": "ea1830952fba468cada22c80855b775c", "id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "size": 263062016, "self": "/v2/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "disk_format": "qcow2", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/449d5968-a970-4d5c-9c22-cb001102c0b9/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "c32842906fda865db9034d5a3159ad979a5432d2fec0864c6f6bed7b7de7338e", "updated_at": "2018-08-12T09:09:26Z", "visibility": "private", "owner_specified.shade.object": "images/heat_ims-img_alt_61cf3297-02ef-4796-a134-6831b487977a", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "81360220b4382d4b91eef0ebaf46a661", "name": "heat_ims-img_alt_61cf3297-02ef-4796-a134-6831b487977a", "checksum": "81360220b4382d4b91eef0ebaf46a661", "created_at": "2018-08-12T09:09:22Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 09:09:27,277 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-782e2916-eb0a-4d6c-97bd-0b418b94883c 2018-08-12 09:09:27,277 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.615022182465s 2018-08-12 09:09:27,277 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-782e2916-eb0a-4d6c-97bd-0b418b94883c 2018-08-12 09:09:27,279 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://b36631de-8836-42ae-a808-b5158928754c/images/449d5968-a970-4d5c-9c22-cb001102c0b9/snap', u'metadata': Munch({})})], 'file': u'/v2/images/449d5968-a970-4d5c-9c22-cb001102c0b9/file', 'owner': u'ea1830952fba468cada22c80855b775c', 'id': u'449d5968-a970-4d5c-9c22-cb001102c0b9', 'size': 263062016, u'self': u'/v2/images/449d5968-a970-4d5c-9c22-cb001102c0b9', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ea1830952fba468cada22c80855b775c', 'name': 'heat_ims-project_61cf3297-02ef-4796-a134-6831b487977a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://b36631de-8836-42ae-a808-b5158928754c/images/449d5968-a970-4d5c-9c22-cb001102c0b9/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-12T09:09:26Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-12T09:09:26Z', u'owner_specified.shade.sha256': u'c32842906fda865db9034d5a3159ad979a5432d2fec0864c6f6bed7b7de7338e', u'owner_specified.shade.object': u'images/heat_ims-img_alt_61cf3297-02ef-4796-a134-6831b487977a', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'81360220b4382d4b91eef0ebaf46a661', 'properties': {u'self': u'/v2/images/449d5968-a970-4d5c-9c22-cb001102c0b9', u'owner_specified.shade.md5': u'81360220b4382d4b91eef0ebaf46a661', u'owner_specified.shade.object': u'images/heat_ims-img_alt_61cf3297-02ef-4796-a134-6831b487977a', u'owner_specified.shade.sha256': u'c32842906fda865db9034d5a3159ad979a5432d2fec0864c6f6bed7b7de7338e', u'schema': u'/v2/schemas/image'}, 'name': u'heat_ims-img_alt_61cf3297-02ef-4796-a134-6831b487977a', 'created': u'2018-08-12T09:09:22Z', 'checksum': u'81360220b4382d4b91eef0ebaf46a661', 'created_at': u'2018-08-12T09:09:22Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/449d5968-a970-4d5c-9c22-cb001102c0b9', u'owner_specified.shade.md5': u'81360220b4382d4b91eef0ebaf46a661', u'owner_specified.shade.object': u'images/heat_ims-img_alt_61cf3297-02ef-4796-a134-6831b487977a', u'owner_specified.shade.sha256': u'c32842906fda865db9034d5a3159ad979a5432d2fec0864c6f6bed7b7de7338e', u'schema': u'/v2/schemas/image'}}) 2018-08-12 09:09:27,280 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-12 09:09:27,283 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}e7c720a82abbaa5bb89bbbb1da2f10518700fbd0" -d '{"flavor": {"vcpus": 2, "ram": 2048, "name": "heat_ims-flavor_alt_61cf3297-02ef-4796-a134-6831b487977a", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 25, "id": null, "swap": 0}}' 2018-08-12 09:09:27,911 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:09: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-c977ca9b-d755-400c-91e0-b677c976ae78 x-compute-request-id: req-c977ca9b-d755-400c-91e0-b677c976ae78 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"flavor": {"name": "heat_ims-flavor_alt_61cf3297-02ef-4796-a134-6831b487977a", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 25, "id": "5b23103b-521b-4914-ba2d-4a96218272e5"}} 2018-08-12 09:09:27,911 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-c977ca9b-d755-400c-91e0-b677c976ae78 2018-08-12 09:09:27,911 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.630610942841s 2018-08-12 09:09:27,911 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-c977ca9b-d755-400c-91e0-b677c976ae78 2018-08-12 09:09:27,912 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'heat_ims-flavor_alt_61cf3297-02ef-4796-a134-6831b487977a', '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': 2, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'a267b9a156244bb192691cff6e5f74fe', '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': 25, 'id': u'5b23103b-521b-4914-ba2d-4a96218272e5', 'swap': 0}) 2018-08-12 09:09:27,913 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-12 09:09:27,915 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors/5b23103b-521b-4914-ba2d-4a96218272e5/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}e7c720a82abbaa5bb89bbbb1da2f10518700fbd0" -d '{"extra_specs": {}}' 2018-08-12 09:09:27,936 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:09: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-ce79fb42-7aaf-4bb4-9395-57540124d7c4 x-compute-request-id: req-ce79fb42-7aaf-4bb4-9395-57540124d7c4 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-12 09:09:27,936 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/5b23103b-521b-4914-ba2d-4a96218272e5/os-extra_specs used request id req-ce79fb42-7aaf-4bb4-9395-57540124d7c4 2018-08-12 09:09:27,936 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0236270427704s 2018-08-12 09:09:27,937 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/5b23103b-521b-4914-ba2d-4a96218272e5/os-extra_specs used request id req-ce79fb42-7aaf-4bb4-9395-57540124d7c4 2018-08-12 09:09:27,937 - functest.opnfv_tests.vnf.ims.heat_ims - INFO - Create Heat Stack 2018-08-12 09:09:28,702 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.POST.stacks 2018-08-12 09:09:28,705 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" -d '{"files": {"file:///src/heat_vims/ellis.yaml": "{\"outputs\": {\"private_mgmt_ip\": {\"description\": \"IP address in private management network\", \"value\": {\"get_attr\": [\"mgmt_port\", \"fixed_ips\", 0, \"ip_address\"]}}, \"public_mgmt_ip\": {\"description\": \"IP address in public management network\", \"value\": {\"get_attr\": [\"mgmt_floating_ip\", \"floating_ip_address\"]}}}, \"heat_template_version\": \"2013-05-23\", \"description\": \"Clearwater Ellis node\\n\", \"parameters\": {\"etcd_ip\": {\"default\": \"\", \"type\": \"string\", \"description\": \"IP address of an existing member of the etcd cluster\"}, \"zone\": {\"default\": \"example.com\", \"type\": \"string\", \"description\": \"DNS zone\"}, \"dnssec_key\": {\"type\": \"string\", \"description\": \"DNSSEC private key (Base64-encoded)\", \"constraints\": [{\"allowed_pattern\": \"[0-9A-Za-z+/=]+\", \"description\": \"Must be Base64-encoded\"}]}, \"index\": {\"default\": 0, \"type\": \"number\", \"description\": \"Index of this Ellis node in the Ellis cluster\"}, \"key_name\": {\"type\": \"string\", \"description\": \"Name of keypair to assign\", \"constraints\": [{\"custom_constraint\": \"nova.keypair\", \"description\": \"Must be a valid keypair name\"}]}, \"image\": {\"type\": \"string\", \"description\": \"Name of image to use\", \"constraints\": [{\"custom_constraint\": \"glance.image\", \"description\": \"Must be a valid image name\"}]}, \"ellis_mgmt_security_group\": {\"type\": \"string\", \"description\": \"ID of security group for Ellis nodes (management)\"}, \"dn_range_length\": {\"default\": \"1000\", \"type\": \"string\", \"description\": \"Number of directory numbers to add to pool\", \"constraints\": [{\"allowed_pattern\": \"[0-9]+\", \"description\": \"Must be numeric\"}]}, \"base_mgmt_security_group\": {\"type\": \"string\", \"description\": \"ID of base security group for all Clearwater nodes (management)\"}, \"dn_range_start\": {\"default\": \"6505550000\", \"type\": \"string\", \"description\": \"First directory number in pool\", \"constraints\": [{\"allowed_pattern\": \"[0-9]+\", \"description\": \"Must be numeric\"}]}, \"repo_url\": {\"default\": \"http://repo.cw-ngv.com/stable\", \"type\": \"string\", \"description\": \"URL for Clearwater repository\"}, \"public_mgmt_net_id\": {\"type\": \"string\", \"description\": \"ID of public management network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}, \"flavor\": {\"type\": \"string\", \"description\": \"Flavor to use\", \"constraints\": [{\"custom_constraint\": \"nova.flavor\", \"description\": \"Must be a valid flavor name\"}]}, \"dns_mgmt_ip\": {\"type\": \"string\", \"description\": \"IP address for DNS server\"}, \"private_mgmt_net_id\": {\"type\": \"string\", \"description\": \"ID of private management network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}}, \"resources\": {\"mgmt_floating_ip\": {\"type\": \"OS::Neutron::FloatingIP\", \"properties\": {\"floating_network_id\": {\"get_param\": \"public_mgmt_net_id\"}, \"port_id\": {\"get_resource\": \"mgmt_port\"}}}, \"mgmt_port\": {\"type\": \"OS::Neutron::Port\", \"properties\": {\"network_id\": {\"str_replace\": {\"params\": {\"x\": {\"get_param\": \"private_mgmt_net_id\"}}, \"template\": \"x\"}}, \"security_groups\": [{\"get_param\": \"base_mgmt_security_group\"}, {\"get_param\": \"ellis_mgmt_security_group\"}]}}, \"server\": {\"type\": \"OS::Nova::Server\", \"properties\": {\"user_data_format\": \"RAW\", \"name\": {\"str_replace\": {\"params\": {\"__index__\": {\"get_param\": \"index\"}, \"__zone__\": {\"get_param\": \"zone\"}}, \"template\": \"ellis-__index__.__zone__\"}}, \"key_name\": {\"get_param\": \"key_name\"}, \"image\": {\"get_param\": \"image\"}, \"user_data\": {\"str_replace\": {\"params\": {\"__private_mgmt_ip__\": {\"get_attr\": [\"mgmt_port\", \"fixed_ips\", 0, \"ip_address\"]}, \"__public_mgmt_ip__\": {\"get_attr\": [\"mgmt_floating_ip\", \"floating_ip_address\"]}, \"__dns_mgmt_ip__\": {\"get_param\": \"dns_mgmt_ip\"}, \"__zone__\": {\"get_param\": \"zone\"}, \"__dn_range_length__\": {\"get_param\": \"dn_range_length\"}, \"__repo_url__\": {\"get_param\": \"repo_url\"}, \"__index__\": {\"get_param\": \"index\"}, \"__dn_range_start__\": {\"get_param\": \"dn_range_start\"}, \"__etcd_ip__\": {\"get_param\": \"etcd_ip\"}, \"__dnssec_key__\": {\"get_param\": \"dnssec_key\"}}, \"template\": \"#!/bin/bash\\n\\n# Log all output to file.\\nexec > >(tee -a /var/log/clearwater-heat-ellis.log) 2>&1\\nset -x\\n\\n# Configure the APT software source.\\necho 'deb __repo_url__ binary/' > /etc/apt/sources.list.d/clearwater.list\\ncurl -L http://repo.cw-ngv.com/repo_key | apt-key add -\\napt-get update\\n\\n# Configure /etc/clearwater/local_config. Add xdms_hostname here to use Homer's management\\n# hostname instead of signaling. This will override shared_config. This works around\\n# https://github.com/Metaswitch/ellis/issues/153.\\nmkdir -p /etc/clearwater\\netcd_ip=__etcd_ip__\\n[ -n \\\"$etcd_ip\\\" ] || etcd_ip=__private_mgmt_ip__\\ncat > /etc/clearwater/local_config << EOF\\nlocal_ip=__private_mgmt_ip__\\npublic_ip=__public_mgmt_ip__\\npublic_hostname=ellis-__index__.__zone__\\netcd_cluster=$etcd_ip\\nxdms_hostname=homer-0.__zone__:7888\\nEOF\\n\\n# Now install the software.\\nDEBIAN_FRONTEND=noninteractive apt-get install ellis --yes --force-yes\\nDEBIAN_FRONTEND=noninteractive apt-get install clearwater-management --yes --force-yes\\n\\n# Wait until etcd is up and running before uploading the shared_config\\n/usr/share/clearwater/clearwater-etcd/scripts/wait_for_etcd\\n\\n# Configure and upload /etc/clearwater/shared_config.\\n/usr/share/clearwater/clearwater-config-manager/scripts/cw-config download shared_config --autoconfirm --dir /tmp\\ncat > /tmp/shared_config << EOF\\n# Deployment definitions\\nhome_domain=__zone__\\nsprout_hostname=sprout.__zone__\\nhs_hostname=hs.__zone__:8888\\nhs_provisioning_hostname=hs-prov.__zone__:8889\\nralf_hostname=ralf.__zone__:10888\\nxdms_hostname=homer.__zone__:7888\\nsprout_impi_store=vellum.__zone__\\nsprout_registration_store=vellum.__zone__\\nhomestead_impu_store=vellum.__zone__\\ncassandra_hostname=vellum.__zone__\\nchronos_hostname=vellum.__zone__\\nralf_session_store=vellum.__zone__\\n\\nupstream_port=0\\n\\n# Email server configuration\\nsmtp_smarthost=localhost\\nsmtp_username=username\\nsmtp_password=password\\nemail_recovery_sender=clearwater@example.org\\n\\n# Keys\\nsignup_key=secret\\nturn_workaround=secret\\nellis_api_key=secret\\nellis_cookie_key=secret\\nEOF\\n/usr/share/clearwater/clearwater-config-manager/scripts/cw-config upload shared_config --autoconfirm --dir /tmp\\n\\n# Allocate a pool of numbers to assign to users. Before we do this,\\n# restart clearwater-infrastructure to make sure that\\n# local_settings.py runs to pick up the configuration changes.\\nservice clearwater-infrastructure restart\\nservice ellis stop\\n/usr/share/clearwater/ellis/env/bin/python /usr/share/clearwater/ellis/src/metaswitch/ellis/tools/create_numbers.py --start __dn_range_start__ --count __dn_range_length__\\n\\n# Function to give DNS record type and IP address for specified IP address\\nip2rr() {\\n if echo $1 | grep -q -e '[^0-9.]' ; then\\n echo AAAA $1\\n else\\n echo A $1\\n fi\\n}\\n\\n# Update DNS\\nretries=0\\nwhile ! { nsupdate -y \\\"__zone__:__dnssec_key__\\\" -v << EOF\\nserver __dns_mgmt_ip__\\nupdate add ellis-__index__.__zone__. 30 $(ip2rr __public_mgmt_ip__)\\nupdate add ellis.__zone__. 30 $(ip2rr __public_mgmt_ip__)\\nsend\\nEOF\\n} && [ $retries -lt 10 ]\\ndo\\n retries=$((retries + 1))\\n echo 'nsupdate failed - retrying (retry '$retries')...'\\n sleep 5\\ndone\\n\\n# Use the DNS server.\\necho 'nameserver __dns_mgmt_ip__' > /etc/dnsmasq.resolv.conf\\necho 'RESOLV_CONF=/etc/dnsmasq.resolv.conf' >> /etc/default/dnsmasq\\nservice dnsmasq force-reload\\n\"}}, \"flavor\": {\"get_param\": \"flavor\"}, \"networks\": [{\"port\": {\"get_resource\": \"mgmt_port\"}}]}}}}", "file:///src/heat_vims/vellum.yaml": "{\"outputs\": {\"private_mgmt_ip\": {\"description\": \"IP address in private management network\", \"value\": {\"get_attr\": [\"mgmt_port\", \"fixed_ips\", 0, \"ip_address\"]}}, \"public_mgmt_ip\": {\"description\": \"IP address in public management network\", \"value\": {\"get_attr\": [\"mgmt_floating_ip\", \"floating_ip_address\"]}}, \"private_sig_ip\": {\"description\": \"IP address in private signaling network\", \"value\": {\"get_attr\": [\"sig_port\", \"fixed_ips\", 0, \"ip_address\"]}}}, \"heat_template_version\": \"2013-05-23\", \"description\": \"Clearwater Vellum node\\n\", \"parameters\": {\"index\": {\"default\": 0, \"type\": \"number\", \"description\": \"Index of this Vellum node in the Vellum cluster\"}, \"key_name\": {\"type\": \"string\", \"description\": \"Name of keypair to assign\", \"constraints\": [{\"custom_constraint\": \"nova.keypair\", \"description\": \"Must be a valid keypair name\"}]}, \"image\": {\"type\": \"string\", \"description\": \"Name of image to use\", \"constraints\": [{\"custom_constraint\": \"glance.image\", \"description\": \"Must be a valid image name\"}]}, \"private_sig_net_id\": {\"type\": \"string\", \"description\": \"ID of private signaling network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}, \"public_sig_net_id\": {\"type\": \"string\", \"description\": \"ID of public signaling network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}, \"repo_url\": {\"default\": \"http://repo.cw-ngv.com/stable\", \"type\": \"string\", \"description\": \"URL for Clearwater repository\"}, \"flavor\": {\"type\": \"string\", \"description\": \"Flavor to use\", \"constraints\": [{\"custom_constraint\": \"nova.flavor\", \"description\": \"Must be a valid flavor name\"}]}, \"dns_sig_ip\": {\"type\": \"string\", \"description\": \"IP address for DNS server on signaling network\"}, \"private_mgmt_net_id\": {\"type\": \"string\", \"description\": \"ID of private management network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}, \"etcd_ip\": {\"default\": \"\", \"type\": \"string\", \"description\": \"IP address of an existing member of the etcd cluster\"}, \"zone\": {\"default\": \"example.com\", \"type\": \"string\", \"description\": \"DNS zone\"}, \"dnssec_key\": {\"type\": \"string\", \"description\": \"DNSSEC private key (Base64-encoded)\", \"constraints\": [{\"allowed_pattern\": \"[0-9A-Za-z+/=]+\", \"description\": \"Must be Base64-encoded\"}]}, \"dns_mgmt_ip\": {\"type\": \"string\", \"description\": \"IP address for DNS server on management network\"}, \"vellum_sig_inbound_security_group\": {\"type\": \"string\", \"description\": \"ID of security group for Vellum nodes inbound traffic (signaling)\"}, \"base_mgmt_security_group\": {\"type\": \"string\", \"description\": \"ID of base security group for all Clearwater nodes (management)\"}, \"private_sig_net_cidr\": {\"default\": \"192.168.1.0/24\", \"type\": \"string\", \"description\": \"Private signaling network address (CIDR notation)\"}, \"vellum_sig_outbound_security_group\": {\"type\": \"string\", \"description\": \"ID of security group for Vellum nodes outbound traffic (signaling)\"}, \"public_mgmt_net_id\": {\"type\": \"string\", \"description\": \"ID of public management network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}, \"private_sig_net_gateway\": {\"default\": \"192.168.1.254\", \"type\": \"string\", \"description\": \"Private signaling network gateway address\"}}, \"resources\": {\"sig_port\": {\"type\": \"OS::Neutron::Port\", \"properties\": {\"network_id\": {\"str_replace\": {\"params\": {\"x\": {\"get_param\": \"private_sig_net_id\"}}, \"template\": \"x\"}}, \"security_groups\": [{\"get_param\": \"vellum_sig_outbound_security_group\"}, {\"get_param\": \"vellum_sig_inbound_security_group\"}]}}, \"mgmt_floating_ip\": {\"type\": \"OS::Neutron::FloatingIP\", \"properties\": {\"floating_network_id\": {\"get_param\": \"public_mgmt_net_id\"}, \"port_id\": {\"get_resource\": \"mgmt_port\"}}}, \"mgmt_port\": {\"type\": \"OS::Neutron::Port\", \"properties\": {\"network_id\": {\"str_replace\": {\"params\": {\"x\": {\"get_param\": \"private_mgmt_net_id\"}}, \"template\": \"x\"}}, \"security_groups\": [{\"get_param\": \"base_mgmt_security_group\"}]}}, \"server\": {\"type\": \"OS::Nova::Server\", \"properties\": {\"user_data_format\": \"RAW\", \"name\": {\"str_replace\": {\"params\": {\"__index__\": {\"get_param\": \"index\"}, \"__zone__\": {\"get_param\": \"zone\"}}, \"template\": \"vellum-__index__.__zone__\"}}, \"key_name\": {\"get_param\": \"key_name\"}, \"image\": {\"get_param\": \"image\"}, \"user_data\": {\"str_replace\": {\"params\": {\"__private_mgmt_ip__\": {\"get_attr\": [\"mgmt_port\", \"fixed_ips\", 0, \"ip_address\"]}, \"__public_mgmt_ip__\": {\"get_attr\": [\"mgmt_floating_ip\", \"floating_ip_address\"]}, \"__dns_mgmt_ip__\": {\"get_param\": \"dns_mgmt_ip\"}, \"__private_sig_cidr__\": {\"get_param\": \"private_sig_net_cidr\"}, \"__zone__\": {\"get_param\": \"zone\"}, \"__private_sig_gateway__\": {\"get_param\": \"private_sig_net_gateway\"}, \"__repo_url__\": {\"get_param\": \"repo_url\"}, \"__index__\": {\"get_param\": \"index\"}, \"__private_sig_ip__\": {\"get_attr\": [\"sig_port\", \"fixed_ips\", 0, \"ip_address\"]}, \"__etcd_ip__\": {\"get_param\": \"etcd_ip\"}, \"__dnssec_key__\": {\"get_param\": \"dnssec_key\"}, \"__dns_sig_ip__\": {\"get_param\": \"dns_sig_ip\"}}, \"template\": \"#!/bin/bash\\n\\n# Log all output to file.\\nexec > >(tee -a /var/log/clearwater-heat-vellum.log) 2>&1\\nset -x\\n\\n# Set up the signaling network namespace on each boot by creating an init file and\\n# linking to it from runlevel 2 and 3\\ncat >/etc/init.d/signaling_namespace < /etc/apt/sources.list.d/clearwater.list\\ncurl -L http://repo.cw-ngv.com/repo_key | apt-key add -\\napt-get update\\n\\n# Configure /etc/clearwater/local_config.\\nmkdir -p /etc/clearwater\\netcd_ip=__etcd_ip__\\n[ -n \\\"$etcd_ip\\\" ] || etcd_ip=__private_mgmt_ip__\\ncat > /etc/clearwater/local_config << EOF\\nsignaling_namespace=signaling\\nsignaling_dns_server=__dns_sig_ip__\\nmanagement_local_ip=__private_mgmt_ip__\\nlocal_ip=__private_sig_ip__\\npublic_ip=__private_sig_ip__\\npublic_hostname=__index__.vellum.__zone__\\netcd_cluster=$etcd_ip\\nEOF\\n\\n# Create /etc/chronos/chronos.conf.\\nmkdir -p /etc/chronos\\ncat > /etc/chronos/chronos.conf << EOF\\n[http]\\nbind-address = __private_sig_ip__\\nbind-port = 7253\\nthreads = 50\\n\\n[logging]\\nfolder = /var/log/chronos\\nlevel = 2\\n\\n[alarms]\\nenabled = true\\n\\n[dns]\\nservers = __dns_sig_ip__\\nEOF\\n\\n# Now install the software.\\nDEBIAN_FRONTEND=noninteractive apt-get install vellum --yes --force-yes\\nDEBIAN_FRONTEND=noninteractive apt-get install clearwater-management --yes --force-yes\\n\\n# Function to give DNS record type and IP address for specified IP address\\nip2rr() {\\n if echo $1 | grep -q -e '[^0-9.]' ; then\\n echo AAAA $1\\n else\\n echo A $1\\n fi\\n}\\n\\n# Update DNS\\nretries=0\\nwhile ! { nsupdate -y \\\"__zone__:__dnssec_key__\\\" -v << EOF\\nserver __dns_mgmt_ip__\\nupdate add vellum-__index__.__zone__. 30 $(ip2rr __public_mgmt_ip__)\\nupdate add vellum.__zone__. 30 $(ip2rr __private_sig_ip__)\\nsend\\nEOF\\n} && [ $retries -lt 10 ]\\ndo\\n retries=$((retries + 1))\\n echo 'nsupdate failed - retrying (retry '$retries')...'\\n sleep 5\\ndone\\n\\n# Use the DNS server.\\necho 'nameserver __dns_mgmt_ip__' > /etc/dnsmasq.resolv.conf\\necho 'RESOLV_CONF=/etc/dnsmasq.resolv.conf' >> /etc/default/dnsmasq\\nmkdir -p /etc/netns/signaling\\necho 'nameserver __dns_sig_ip__' > /etc/netns/signaling/resolv.conf\\nservice dnsmasq force-reload\\n\"}}, \"flavor\": {\"get_param\": \"flavor\"}, \"networks\": [{\"port\": {\"get_resource\": \"mgmt_port\"}}, {\"port\": {\"get_resource\": \"sig_port\"}}]}}}}", "file:///src/heat_vims/sprout.yaml": "{\"outputs\": {\"private_mgmt_ip\": {\"description\": \"IP address in private signaling network\", \"value\": {\"get_attr\": [\"mgmt_port\", \"fixed_ips\", 0, \"ip_address\"]}}, \"public_mgmt_ip\": {\"description\": \"IP address in public (management) network\", \"value\": {\"get_attr\": [\"mgmt_floating_ip\", \"floating_ip_address\"]}}, \"private_sig_ip\": {\"description\": \"IP address in private signaling network\", \"value\": {\"get_attr\": [\"sig_port\", \"fixed_ips\", 0, \"ip_address\"]}}}, \"heat_template_version\": \"2013-05-23\", \"description\": \"Clearwater Sprout node\\n\", \"parameters\": {\"sprout_sig_outbound_security_group\": {\"type\": \"string\", \"description\": \"ID of security group for Sprout nodes outbound traffic (signaling)\"}, \"index\": {\"default\": 0, \"type\": \"number\", \"description\": \"Index of this Sprout node in the Sprout cluster\"}, \"key_name\": {\"type\": \"string\", \"description\": \"Name of keypair to assign\", \"constraints\": [{\"custom_constraint\": \"nova.keypair\", \"description\": \"Must be a valid keypair name\"}]}, \"image\": {\"type\": \"string\", \"description\": \"Name of image to use\", \"constraints\": [{\"custom_constraint\": \"glance.image\", \"description\": \"Must be a valid image name\"}]}, \"private_sig_net_id\": {\"type\": \"string\", \"description\": \"ID of private signaling network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}, \"public_sig_net_id\": {\"type\": \"string\", \"description\": \"ID of public signaling network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}, \"sprout_sig_inbound_security_group\": {\"type\": \"string\", \"description\": \"ID of security group for Sprout nodes inbound traffic (signaling)\"}, \"repo_url\": {\"default\": \"http://repo.cw-ngv.com/stable\", \"type\": \"string\", \"description\": \"URL for Clearwater repository\"}, \"flavor\": {\"type\": \"string\", \"description\": \"Flavor to use\", \"constraints\": [{\"custom_constraint\": \"nova.flavor\", \"description\": \"Must be a valid flavor name\"}]}, \"private_mgmt_net_id\": {\"type\": \"string\", \"description\": \"ID of private management network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}, \"etcd_ip\": {\"default\": \"\", \"type\": \"string\", \"description\": \"IP address of an existing member of the etcd cluster\"}, \"zone\": {\"default\": \"example.com\", \"type\": \"string\", \"description\": \"DNS zone\"}, \"dnssec_key\": {\"type\": \"string\", \"description\": \"DNSSEC private key (Base64-encoded)\", \"constraints\": [{\"allowed_pattern\": \"[0-9A-Za-z+/=]+\", \"description\": \"Must be Base64-encoded\"}]}, \"dns_mgmt_ip\": {\"type\": \"string\", \"description\": \"IP address for DNS server on management network\"}, \"dns_sig_ip\": {\"type\": \"string\", \"description\": \"IP address for DNS server on signaling network\"}, \"base_mgmt_security_group\": {\"type\": \"string\", \"description\": \"ID of base security group for all Clearwater nodes (management)\"}, \"private_sig_net_cidr\": {\"default\": \"192.168.1.0/24\", \"type\": \"string\", \"description\": \"Private signaling network address (CIDR notation)\"}, \"public_mgmt_net_id\": {\"type\": \"string\", \"description\": \"ID of public management network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}, \"private_sig_net_gateway\": {\"default\": \"192.168.1.254\", \"type\": \"string\", \"description\": \"Private signaling network gateway address\"}}, \"resources\": {\"sig_port\": {\"type\": \"OS::Neutron::Port\", \"properties\": {\"network_id\": {\"str_replace\": {\"params\": {\"x\": {\"get_param\": \"private_sig_net_id\"}}, \"template\": \"x\"}}, \"security_groups\": [{\"get_param\": \"sprout_sig_outbound_security_group\"}, {\"get_param\": \"sprout_sig_inbound_security_group\"}]}}, \"mgmt_floating_ip\": {\"type\": \"OS::Neutron::FloatingIP\", \"properties\": {\"floating_network_id\": {\"get_param\": \"public_mgmt_net_id\"}, \"port_id\": {\"get_resource\": \"mgmt_port\"}}}, \"mgmt_port\": {\"type\": \"OS::Neutron::Port\", \"properties\": {\"network_id\": {\"str_replace\": {\"params\": {\"x\": {\"get_param\": \"private_mgmt_net_id\"}}, \"template\": \"x\"}}, \"security_groups\": [{\"get_param\": \"base_mgmt_security_group\"}]}}, \"server\": {\"type\": \"OS::Nova::Server\", \"properties\": {\"user_data_format\": \"RAW\", \"name\": {\"str_replace\": {\"params\": {\"__index__\": {\"get_param\": \"index\"}, \"__zone__\": {\"get_param\": \"zone\"}}, \"template\": \"sprout-__index__.__zone__\"}}, \"key_name\": {\"get_param\": \"key_name\"}, \"image\": {\"get_param\": \"image\"}, \"user_data\": {\"str_replace\": {\"params\": {\"__private_mgmt_ip__\": {\"get_attr\": [\"mgmt_port\", \"fixed_ips\", 0, \"ip_address\"]}, \"__public_mgmt_ip__\": {\"get_attr\": [\"mgmt_floating_ip\", \"floating_ip_address\"]}, \"__dns_mgmt_ip__\": {\"get_param\": \"dns_mgmt_ip\"}, \"__private_sig_cidr__\": {\"get_param\": \"private_sig_net_cidr\"}, \"__zone__\": {\"get_param\": \"zone\"}, \"__private_sig_gateway__\": {\"get_param\": \"private_sig_net_gateway\"}, \"__repo_url__\": {\"get_param\": \"repo_url\"}, \"__index__\": {\"get_param\": \"index\"}, \"__private_sig_ip__\": {\"get_attr\": [\"sig_port\", \"fixed_ips\", 0, \"ip_address\"]}, \"__etcd_ip__\": {\"get_param\": \"etcd_ip\"}, \"__dnssec_key__\": {\"get_param\": \"dnssec_key\"}, \"__dns_sig_ip__\": {\"get_param\": \"dns_sig_ip\"}}, \"template\": \"#!/bin/bash\\n\\n# Log all output to file.\\nexec > >(tee -a /var/log/clearwater-heat-sprout.log) 2>&1\\nset -x\\n\\n# Set up the signaling network namespace on each boot by creating an init file and\\n# linking to it from runlevel 2 and 3\\ncat >/etc/init.d/signaling_namespace < /etc/apt/sources.list.d/clearwater.list\\ncurl -L http://repo.cw-ngv.com/repo_key | apt-key add -\\napt-get update\\n\\n# Configure /etc/clearwater/local_config.\\nmkdir -p /etc/clearwater\\netcd_ip=__etcd_ip__\\n[ -n \\\"$etcd_ip\\\" ] || etcd_ip=__private_mgmt_ip__\\ncat > /etc/clearwater/local_config << EOF\\nsignaling_namespace=signaling\\nsignaling_dns_server=__dns_sig_ip__\\nmanagement_local_ip=__private_mgmt_ip__\\nlocal_ip=__private_sig_ip__\\npublic_ip=__private_sig_ip__\\npublic_hostname=__index__.sprout.__zone__\\netcd_cluster=$etcd_ip\\nEOF\\n\\n# Now install the software.\\nDEBIAN_FRONTEND=noninteractive apt-get install sprout --yes --force-yes\\nDEBIAN_FRONTEND=noninteractive apt-get install clearwater-management --yes --force-yes\\n\\n# Function to give DNS record type and IP address for specified IP address\\nip2rr() {\\n if echo $1 | grep -q -e '[^0-9.]' ; then\\n echo AAAA $1\\n else\\n echo A $1\\n fi\\n}\\n\\n# Update DNS\\nretries=0\\nwhile ! { nsupdate -y \\\"__zone__:__dnssec_key__\\\" -v << EOF\\nserver __dns_mgmt_ip__\\nupdate add sprout-__index__.__zone__. 30 $(ip2rr __public_mgmt_ip__)\\nupdate add __index__.sprout.__zone__. 30 $(ip2rr __private_sig_ip__)\\nupdate add sprout.__zone__. 30 $(ip2rr __private_sig_ip__)\\nupdate add scscf.sprout.__zone__. 30 $(ip2rr __private_sig_ip__)\\nupdate add icscf.sprout.__zone__. 30 $(ip2rr __private_sig_ip__)\\nupdate add sprout.__zone__. 30 NAPTR 0 0 \\\"s\\\" \\\"SIP+D2T\\\" \\\"\\\" _sip._tcp.sprout.__zone__.\\nupdate add _sip._tcp.sprout.__zone__. 30 SRV 0 0 5054 __index__.sprout.__zone__.\\nupdate add icscf.sprout.__zone__. 30 NAPTR 0 0 \\\"s\\\" \\\"SIP+D2T\\\" \\\"\\\" _sip._tcp.icscf.sprout.__zone__.\\nupdate add _sip._tcp.icscf.sprout.__zone__. 30 SRV 0 0 5052 __index__.sprout.__zone__.\\nupdate add scscf.sprout.__zone__. 30 NAPTR 0 0 \\\"s\\\" \\\"SIP+D2T\\\" \\\"\\\" _sip._tcp.scscf.sprout.__zone__.\\nupdate add _sip._tcp.scscf.sprout.__zone__. 30 SRV 0 0 5054 __index__.sprout.__zone__.\\nsend\\nEOF\\n} && [ $retries -lt 10 ]\\ndo\\n retries=$((retries + 1))\\n echo 'nsupdate failed - retrying (retry '$retries')...'\\n sleep 5\\ndone\\n\\n# Use the DNS server.\\necho 'nameserver __dns_mgmt_ip__' > /etc/dnsmasq.resolv.conf\\necho 'RESOLV_CONF=/etc/dnsmasq.resolv.conf' >> /etc/default/dnsmasq\\nmkdir -p /etc/netns/signaling\\necho 'nameserver __dns_sig_ip__' > /etc/netns/signaling/resolv.conf\\nservice dnsmasq force-reload\\n\"}}, \"flavor\": {\"get_param\": \"flavor\"}, \"networks\": [{\"port\": {\"get_resource\": \"mgmt_port\"}}, {\"port\": {\"get_resource\": \"sig_port\"}}]}}}}", "file:///src/heat_vims/network.yaml": "{\"outputs\": {\"private_net_gateway\": {\"description\": \"Private network gateway address\", \"value\": {\"get_param\": \"private_net_gateway\"}}, \"private_net\": {\"description\": \"ID of private network\", \"value\": {\"get_resource\": \"private_net\"}}, \"private_net_cidr\": {\"description\": \"Private network address (CIDR notation)\", \"value\": {\"get_param\": \"private_net_cidr\"}}}, \"heat_template_version\": \"2013-05-23\", \"description\": \"Network for Clearwater to use\\n\", \"parameters\": {\"private_net_cidr\": {\"default\": \"192.168.0.0/24\", \"type\": \"string\", \"description\": \"Private network address (CIDR notation)\"}, \"private_net_pool_end\": {\"default\": \"192.168.0.253\", \"type\": \"string\", \"description\": \"End of private network IP address pool\"}, \"dns_ip\": {\"default\": \"8.8.8.8\", \"type\": \"string\", \"description\": \"IP address of DNS server\"}, \"private_net_gateway\": {\"default\": \"192.168.0.254\", \"type\": \"string\", \"description\": \"Private network gateway address\"}, \"public_net_id\": {\"type\": \"string\", \"description\": \"ID of public network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}, \"private_net_pool_start\": {\"default\": \"192.168.0.1\", \"type\": \"string\", \"description\": \"Start of private network IP address pool\"}, \"private_net_name\": {\"default\": \"clearwater-private\", \"type\": \"string\", \"description\": \"Name of private network\"}, \"private_net_ip_version\": {\"default\": \"4\", \"type\": \"string\", \"description\": \"IP version (4 or 6)\", \"constraints\": [{\"description\": \"Must be 4 (IPv4) or 6 (IPv6)\", \"allowed_values\": [\"4\", \"6\"]}]}}, \"resources\": {\"router\": {\"type\": \"OS::Neutron::Router\", \"properties\": {\"name\": {\"get_param\": \"private_net_name\"}}}, \"private_net\": {\"type\": \"OS::Neutron::Net\", \"properties\": {\"name\": {\"get_param\": \"private_net_name\"}}}, \"private_subnet\": {\"type\": \"OS::Neutron::Subnet\", \"properties\": {\"ip_version\": {\"get_param\": \"private_net_ip_version\"}, \"allocation_pools\": [{\"start\": {\"get_param\": \"private_net_pool_start\"}, \"end\": {\"get_param\": \"private_net_pool_end\"}}], \"gateway_ip\": {\"get_param\": \"private_net_gateway\"}, \"name\": {\"get_param\": \"private_net_name\"}, \"network_id\": {\"get_resource\": \"private_net\"}, \"cidr\": {\"get_param\": \"private_net_cidr\"}, \"dns_nameservers\": [{\"get_param\": \"dns_ip\"}]}}, \"router_gateway\": {\"type\": \"OS::Neutron::RouterGateway\", \"properties\": {\"router_id\": {\"get_resource\": \"router\"}, \"network_id\": {\"get_param\": \"public_net_id\"}}}, \"router_interface\": {\"type\": \"OS::Neutron::RouterInterface\", \"properties\": {\"router_id\": {\"get_resource\": \"router\"}, \"subnet_id\": {\"get_resource\": \"private_subnet\"}}}}}", "file:///src/heat_vims/dns.yaml": "{\"outputs\": {\"private_mgmt_ip\": {\"description\": \"IP address in private signaling network\", \"value\": {\"get_attr\": [\"mgmt_port\", \"fixed_ips\", 0, \"ip_address\"]}}, \"zone\": {\"description\": \"DNS zone\", \"value\": {\"get_param\": \"zone\"}}, \"public_mgmt_ip\": {\"description\": \"IP address in public management network\", \"value\": {\"get_attr\": [\"mgmt_floating_ip\", \"floating_ip_address\"]}}, \"dnssec_key\": {\"description\": \"DNSSEC private key (Base64-encoded)\", \"value\": {\"get_param\": \"dnssec_key\"}}, \"private_sig_ip\": {\"description\": \"IP address in private signaling network\", \"value\": {\"get_attr\": [\"sig_port\", \"fixed_ips\", 0, \"ip_address\"]}}}, \"heat_template_version\": \"2013-05-23\", \"description\": \"DNS server exposing dynamic DNS using DNSSEC\\n\", \"parameters\": {\"dns_security_group\": {\"type\": \"string\", \"description\": \"ID of security group for DNS nodes\"}, \"zone\": {\"default\": \"example.com\", \"type\": \"string\", \"description\": \"DNS zone\"}, \"dnssec_key\": {\"type\": \"string\", \"description\": \"DNSSEC private key (Base64-encoded)\"}, \"key_name\": {\"type\": \"string\", \"description\": \"Name of keypair to assign\", \"constraints\": [{\"custom_constraint\": \"nova.keypair\", \"description\": \"Must be a valid keypair name\"}]}, \"image\": {\"type\": \"string\", \"description\": \"Name of image to use\", \"constraints\": [{\"custom_constraint\": \"glance.image\", \"description\": \"Must be a valid image name\"}]}, \"private_sig_net_id\": {\"type\": \"string\", \"description\": \"ID of private signaling network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}, \"public_sig_net_id\": {\"type\": \"string\", \"description\": \"ID of public signaling network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}, \"private_sig_net_cidr\": {\"default\": \"192.168.1.0/24\", \"type\": \"string\", \"description\": \"Private signaling network address (CIDR notation)\"}, \"public_mgmt_net_id\": {\"type\": \"string\", \"description\": \"ID of public management network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}, \"flavor\": {\"type\": \"string\", \"description\": \"Flavor to use\", \"constraints\": [{\"custom_constraint\": \"nova.flavor\", \"description\": \"Must be a valid flavor name\"}]}, \"private_mgmt_net_id\": {\"type\": \"string\", \"description\": \"ID of private management network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}}, \"resources\": {\"sig_port\": {\"type\": \"OS::Neutron::Port\", \"properties\": {\"network_id\": {\"str_replace\": {\"params\": {\"x\": {\"get_param\": \"private_sig_net_id\"}}, \"template\": \"x\"}}, \"security_groups\": [{\"get_param\": \"dns_security_group\"}]}}, \"mgmt_floating_ip\": {\"type\": \"OS::Neutron::FloatingIP\", \"properties\": {\"floating_network_id\": {\"get_param\": \"public_mgmt_net_id\"}, \"port_id\": {\"get_resource\": \"mgmt_port\"}}}, \"mgmt_port\": {\"type\": \"OS::Neutron::Port\", \"properties\": {\"network_id\": {\"str_replace\": {\"params\": {\"x\": {\"get_param\": \"private_mgmt_net_id\"}}, \"template\": \"x\"}}, \"security_groups\": [{\"get_param\": \"dns_security_group\"}]}}, \"server\": {\"type\": \"OS::Nova::Server\", \"properties\": {\"user_data_format\": \"RAW\", \"name\": {\"str_replace\": {\"params\": {\"__zone__\": {\"get_param\": \"zone\"}}, \"template\": \"ns.__zone__\"}}, \"key_name\": {\"get_param\": \"key_name\"}, \"image\": {\"get_param\": \"image\"}, \"user_data\": {\"str_replace\": {\"params\": {\"__public_ip__\": {\"get_attr\": [\"mgmt_floating_ip\", \"floating_ip_address\"]}, \"__zone__\": {\"get_param\": \"zone\"}, \"__private_sig_cidr__\": {\"get_param\": \"private_sig_net_cidr\"}, \"__dnssec_key__\": {\"get_param\": \"dnssec_key\"}, \"__private_sig_ip__\": {\"get_attr\": [\"sig_port\", \"fixed_ips\", 0, \"ip_address\"]}}, \"template\": \"#!/bin/bash\\n\\n# Log all output to file.\\nexec > >(tee -a /var/log/clearwater-heat-dns.log) 2>&1\\nset -x\\n\\n# Set up the signaling network interface\\nip addr add __private_sig_ip__/$(echo __private_sig_cidr__ | cut -d / -f 2) dev eth1\\nip link set dev eth1 up\\n\\n# Install BIND.\\napt-get update\\nDEBIAN_FRONTEND=noninteractive apt-get install bind9 --yes\\n\\n# Update BIND configuration with the specified zone and key.\\ncat >> /etc/bind/named.conf.local << EOF\\nkey __zone__. {\\n algorithm \\\"HMAC-MD5\\\";\\n secret \\\"__dnssec_key__\\\";\\n};\\n\\nzone \\\"__zone__\\\" IN {\\n type master;\\n file \\\"/var/lib/bind/db.__zone__\\\";\\n allow-update {\\n key __zone__.;\\n };\\n};\\nEOF\\n\\n# Function to give DNS record type and IP address for specified IP address\\nip2rr() {\\n if echo $1 | grep -q -e '[^0-9.]' ; then\\n echo AAAA $1\\n else\\n echo A $1\\n fi\\n}\\n\\n# Create basic zone configuration.\\ncat > /var/lib/bind/db.__zone__ << EOF\\n\\\\$ORIGIN __zone__.\\n\\\\$TTL 1h\\n@ IN SOA ns admin\\\\@__zone__. ( $(date +%Y%m%d%H) 1d 2h 1w 30s )\\n@ NS ns\\nns $(ip2rr __public_ip__)\\nEOF\\nchown root:bind /var/lib/bind/db.__zone__\\n\\n# Now that BIND configuration is correct, kick it to reload.\\nservice bind9 reload\\n\"}}, \"flavor\": {\"get_param\": \"flavor\"}, \"networks\": [{\"port\": {\"get_resource\": \"mgmt_port\"}}, {\"port\": {\"get_resource\": \"sig_port\"}}]}}}}", "file:///src/heat_vims/dime.yaml": "{\"outputs\": {\"private_mgmt_ip\": {\"description\": \"IP address in private signaling network\", \"value\": {\"get_attr\": [\"mgmt_port\", \"fixed_ips\", 0, \"ip_address\"]}}, \"public_mgmt_ip\": {\"description\": \"IP address in public (management) network\", \"value\": {\"get_attr\": [\"mgmt_floating_ip\", \"floating_ip_address\"]}}, \"private_sig_ip\": {\"description\": \"IP address in private signaling network\", \"value\": {\"get_attr\": [\"sig_port\", \"fixed_ips\", 0, \"ip_address\"]}}}, \"heat_template_version\": \"2013-05-23\", \"description\": \"Clearwater Dime node\\n\", \"parameters\": {\"dime_sig_security_group\": {\"type\": \"string\", \"description\": \"ID of security group for Dime nodes (signaling)\"}, \"index\": {\"default\": 0, \"type\": \"number\", \"description\": \"Index of this Ralf node in the Ralf cluster\"}, \"key_name\": {\"type\": \"string\", \"description\": \"Name of keypair to assign\", \"constraints\": [{\"custom_constraint\": \"nova.keypair\", \"description\": \"Must be a valid keypair name\"}]}, \"image\": {\"type\": \"string\", \"description\": \"Name of image to use\", \"constraints\": [{\"custom_constraint\": \"glance.image\", \"description\": \"Must be a valid image name\"}]}, \"private_sig_net_id\": {\"type\": \"string\", \"description\": \"ID of private signaling network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}, \"public_sig_net_id\": {\"type\": \"string\", \"description\": \"ID of public signaling network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}, \"repo_url\": {\"default\": \"http://repo.cw-ngv.com/stable\", \"type\": \"string\", \"description\": \"URL for Clearwater repository\"}, \"flavor\": {\"type\": \"string\", \"description\": \"Flavor to use\", \"constraints\": [{\"custom_constraint\": \"nova.flavor\", \"description\": \"Must be a valid flavor name\"}]}, \"private_mgmt_net_id\": {\"type\": \"string\", \"description\": \"ID of private management network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}, \"etcd_ip\": {\"default\": \"\", \"type\": \"string\", \"description\": \"IP address of an existing member of the etcd cluster\"}, \"dnssec_key\": {\"type\": \"string\", \"description\": \"DNSSEC private key (Base64-encoded)\", \"constraints\": [{\"allowed_pattern\": \"[0-9A-Za-z+/=]+\", \"description\": \"Must be Base64-encoded\"}]}, \"zone\": {\"default\": \"example.com\", \"type\": \"string\", \"description\": \"DNS zone\"}, \"dns_mgmt_ip\": {\"type\": \"string\", \"description\": \"IP address for DNS server on management network\"}, \"dns_sig_ip\": {\"type\": \"string\", \"description\": \"IP address for DNS server on signaling network\"}, \"base_mgmt_security_group\": {\"type\": \"string\", \"description\": \"ID of base security group for all Clearwater nodes (management)\"}, \"private_sig_net_cidr\": {\"default\": \"192.168.1.0/24\", \"type\": \"string\", \"description\": \"Private signaling network address (CIDR notation)\"}, \"dime_mgmt_security_group\": {\"type\": \"string\", \"description\": \"ID of security group for Dime nodes (management)\"}, \"public_mgmt_net_id\": {\"type\": \"string\", \"description\": \"ID of public management network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}, \"private_sig_net_gateway\": {\"default\": \"192.168.1.254\", \"type\": \"string\", \"description\": \"Private signaling network gateway address\"}}, \"resources\": {\"sig_port\": {\"type\": \"OS::Neutron::Port\", \"properties\": {\"network_id\": {\"str_replace\": {\"params\": {\"x\": {\"get_param\": \"private_sig_net_id\"}}, \"template\": \"x\"}}, \"security_groups\": [{\"get_param\": \"dime_sig_security_group\"}]}}, \"mgmt_floating_ip\": {\"type\": \"OS::Neutron::FloatingIP\", \"properties\": {\"floating_network_id\": {\"get_param\": \"public_mgmt_net_id\"}, \"port_id\": {\"get_resource\": \"mgmt_port\"}}}, \"mgmt_port\": {\"type\": \"OS::Neutron::Port\", \"properties\": {\"network_id\": {\"str_replace\": {\"params\": {\"x\": {\"get_param\": \"private_mgmt_net_id\"}}, \"template\": \"x\"}}, \"security_groups\": [{\"get_param\": \"base_mgmt_security_group\"}, {\"get_param\": \"dime_mgmt_security_group\"}]}}, \"server\": {\"type\": \"OS::Nova::Server\", \"properties\": {\"user_data_format\": \"RAW\", \"name\": {\"str_replace\": {\"params\": {\"__index__\": {\"get_param\": \"index\"}, \"__zone__\": {\"get_param\": \"zone\"}}, \"template\": \"dime-__index__.__zone__\"}}, \"key_name\": {\"get_param\": \"key_name\"}, \"image\": {\"get_param\": \"image\"}, \"user_data\": {\"str_replace\": {\"params\": {\"__private_mgmt_ip__\": {\"get_attr\": [\"mgmt_port\", \"fixed_ips\", 0, \"ip_address\"]}, \"__public_mgmt_ip__\": {\"get_attr\": [\"mgmt_floating_ip\", \"floating_ip_address\"]}, \"__dns_mgmt_ip__\": {\"get_param\": \"dns_mgmt_ip\"}, \"__private_sig_cidr__\": {\"get_param\": \"private_sig_net_cidr\"}, \"__zone__\": {\"get_param\": \"zone\"}, \"__private_sig_gateway__\": {\"get_param\": \"private_sig_net_gateway\"}, \"__repo_url__\": {\"get_param\": \"repo_url\"}, \"__index__\": {\"get_param\": \"index\"}, \"__private_sig_ip__\": {\"get_attr\": [\"sig_port\", \"fixed_ips\", 0, \"ip_address\"]}, \"__etcd_ip__\": {\"get_param\": \"etcd_ip\"}, \"__dnssec_key__\": {\"get_param\": \"dnssec_key\"}, \"__dns_sig_ip__\": {\"get_param\": \"dns_sig_ip\"}}, \"template\": \"#!/bin/bash\\n\\n# Log all output to file.\\nexec > >(tee -a /var/log/clearwater-heat-dime.log) 2>&1\\nset -x\\n\\n# Set up the signaling network namespace on each boot by creating an init file and\\n# linking to it from runlevel 2 and 3\\ncat >/etc/init.d/signaling_namespace < /etc/apt/sources.list.d/clearwater.list\\ncurl -L http://repo.cw-ngv.com/repo_key | apt-key add -\\napt-get update\\n\\n# Configure /etc/clearwater/local_config.\\nmkdir -p /etc/clearwater\\netcd_ip=__etcd_ip__\\n[ -n \\\"$etcd_ip\\\" ] || etcd_ip=__private_mgmt_ip__\\ncat > /etc/clearwater/local_config << EOF\\nsignaling_namespace=signaling\\nsignaling_dns_server=__dns_sig_ip__\\nmanagement_local_ip=__private_mgmt_ip__\\nlocal_ip=__private_sig_ip__\\npublic_ip=__private_sig_ip__\\npublic_hostname=dime-__index__.__zone__\\netcd_cluster=$etcd_ip\\nEOF\\n\\n# Now install the software.\\nDEBIAN_FRONTEND=noninteractive apt-get install dime --yes --force-yes\\nDEBIAN_FRONTEND=noninteractive apt-get install clearwater-management --yes --force-yes\\n\\n# Function to give DNS record type and IP address for specified IP address\\nip2rr() {\\n if echo $1 | grep -q -e '[^0-9.]' ; then\\n echo AAAA $1\\n else\\n echo A $1\\n fi\\n}\\n\\n# Update DNS\\nretries=0\\nwhile ! { nsupdate -y \\\"__zone__:__dnssec_key__\\\" -v << EOF\\nserver __dns_mgmt_ip__\\nupdate add dime-__index__.__zone__. 30 $(ip2rr __public_mgmt_ip__)\\nupdate add ralf.__zone__. 30 $(ip2rr __private_sig_ip__)\\nupdate add hs.__zone__. 30 $(ip2rr __private_sig_ip__)\\nupdate add hs-prov.__zone__. 30 $(ip2rr __private_mgmt_ip__)\\nsend\\nEOF\\n} && [ $retries -lt 10 ]\\ndo\\n retries=$((retries + 1))\\n echo 'nsupdate failed - retrying (retry '$retries')...'\\n sleep 5\\ndone\\n\\n# Use the DNS server.\\necho 'nameserver __dns_mgmt_ip__' > /etc/dnsmasq.resolv.conf\\necho 'RESOLV_CONF=/etc/dnsmasq.resolv.conf' >> /etc/default/dnsmasq\\nmkdir -p /etc/netns/signaling\\necho 'nameserver __dns_sig_ip__' > /etc/netns/signaling/resolv.conf\\nservice dnsmasq force-reload\\n\"}}, \"flavor\": {\"get_param\": \"flavor\"}, \"networks\": [{\"port\": {\"get_resource\": \"mgmt_port\"}}, {\"port\": {\"get_resource\": \"sig_port\"}}]}}}}", "file:///src/heat_vims/bono.yaml": "{\"outputs\": {\"private_mgmt_ip\": {\"description\": \"IP address in private management network\", \"value\": {\"get_attr\": [\"mgmt_port\", \"fixed_ips\", 0, \"ip_address\"]}}, \"public_mgmt_ip\": {\"description\": \"IP address in public management network\", \"value\": {\"get_attr\": [\"mgmt_floating_ip\", \"floating_ip_address\"]}}, \"public_sig_ip\": {\"description\": \"IP address in public signaling network\", \"value\": {\"get_attr\": [\"sig_floating_ip\", \"floating_ip_address\"]}}, \"private_sig_ip\": {\"description\": \"IP address in private signaling network\", \"value\": {\"get_attr\": [\"sig_port\", \"fixed_ips\", 0, \"ip_address\"]}}}, \"heat_template_version\": \"2013-05-23\", \"description\": \"Clearwater Bono node\\n\", \"parameters\": {\"index\": {\"default\": 0, \"type\": \"number\", \"description\": \"Index of this Bono node in the Bono cluster\"}, \"key_name\": {\"type\": \"string\", \"description\": \"Name of keypair to assign\", \"constraints\": [{\"custom_constraint\": \"nova.keypair\", \"description\": \"Must be a valid keypair name\"}]}, \"image\": {\"type\": \"string\", \"description\": \"Name of image to use\", \"constraints\": [{\"custom_constraint\": \"glance.image\", \"description\": \"Must be a valid image name\"}]}, \"private_sig_net_id\": {\"type\": \"string\", \"description\": \"ID of private signaling network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}, \"public_sig_net_id\": {\"type\": \"string\", \"description\": \"ID of public signaling network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}, \"repo_url\": {\"default\": \"http://repo.cw-ngv.com/stable\", \"type\": \"string\", \"description\": \"URL for Clearwater repository\"}, \"flavor\": {\"type\": \"string\", \"description\": \"Flavor to use\", \"constraints\": [{\"custom_constraint\": \"nova.flavor\", \"description\": \"Must be a valid flavor name\"}]}, \"private_mgmt_net_id\": {\"type\": \"string\", \"description\": \"ID of private management network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}, \"bono_sig_security_group\": {\"type\": \"string\", \"description\": \"ID of security group for Bono nodes (signaling)\"}, \"etcd_ip\": {\"default\": \"\", \"type\": \"string\", \"description\": \"IP address of an existing member of the etcd cluster\"}, \"zone\": {\"default\": \"example.com\", \"type\": \"string\", \"description\": \"DNS zone\"}, \"dnssec_key\": {\"type\": \"string\", \"description\": \"DNSSEC private key (Base64-encoded)\", \"constraints\": [{\"allowed_pattern\": \"[0-9A-Za-z+/=]+\", \"description\": \"Must be Base64-encoded\"}]}, \"dns_mgmt_ip\": {\"type\": \"string\", \"description\": \"IP address for DNS server on management network\"}, \"dns_sig_ip\": {\"type\": \"string\", \"description\": \"IP address for DNS server on signaling network\"}, \"base_mgmt_security_group\": {\"type\": \"string\", \"description\": \"ID of base security group for all Clearwater nodes (managment)\"}, \"private_sig_net_cidr\": {\"default\": \"192.168.1.0/24\", \"type\": \"string\", \"description\": \"Private signaling network address (CIDR notation)\"}, \"public_mgmt_net_id\": {\"type\": \"string\", \"description\": \"ID of public management network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}, \"private_sig_net_gateway\": {\"default\": \"192.168.1.254\", \"type\": \"string\", \"description\": \"Private signaling network gateway address\"}}, \"resources\": {\"sig_floating_ip\": {\"type\": \"OS::Neutron::FloatingIP\", \"properties\": {\"floating_network_id\": {\"get_param\": \"public_sig_net_id\"}, \"port_id\": {\"get_resource\": \"sig_port\"}}}, \"sig_port\": {\"type\": \"OS::Neutron::Port\", \"properties\": {\"network_id\": {\"str_replace\": {\"params\": {\"x\": {\"get_param\": \"private_sig_net_id\"}}, \"template\": \"x\"}}, \"security_groups\": [{\"get_param\": \"bono_sig_security_group\"}]}}, \"mgmt_floating_ip\": {\"type\": \"OS::Neutron::FloatingIP\", \"properties\": {\"floating_network_id\": {\"get_param\": \"public_mgmt_net_id\"}, \"port_id\": {\"get_resource\": \"mgmt_port\"}}}, \"mgmt_port\": {\"type\": \"OS::Neutron::Port\", \"properties\": {\"network_id\": {\"str_replace\": {\"params\": {\"x\": {\"get_param\": \"private_mgmt_net_id\"}}, \"template\": \"x\"}}, \"security_groups\": [{\"get_param\": \"base_mgmt_security_group\"}]}}, \"server\": {\"type\": \"OS::Nova::Server\", \"properties\": {\"user_data_format\": \"RAW\", \"name\": {\"str_replace\": {\"params\": {\"__index__\": {\"get_param\": \"index\"}, \"__zone__\": {\"get_param\": \"zone\"}}, \"template\": \"bono-__index__.__zone__\"}}, \"key_name\": {\"get_param\": \"key_name\"}, \"image\": {\"get_param\": \"image\"}, \"user_data\": {\"str_replace\": {\"params\": {\"__private_mgmt_ip__\": {\"get_attr\": [\"mgmt_port\", \"fixed_ips\", 0, \"ip_address\"]}, \"__public_mgmt_ip__\": {\"get_attr\": [\"mgmt_floating_ip\", \"floating_ip_address\"]}, \"__dns_mgmt_ip__\": {\"get_param\": \"dns_mgmt_ip\"}, \"__private_sig_cidr__\": {\"get_param\": \"private_sig_net_cidr\"}, \"__public_sig_ip__\": {\"get_attr\": [\"sig_floating_ip\", \"floating_ip_address\"]}, \"__zone__\": {\"get_param\": \"zone\"}, \"__private_sig_gateway__\": {\"get_param\": \"private_sig_net_gateway\"}, \"__repo_url__\": {\"get_param\": \"repo_url\"}, \"__index__\": {\"get_param\": \"index\"}, \"__private_sig_ip__\": {\"get_attr\": [\"sig_port\", \"fixed_ips\", 0, \"ip_address\"]}, \"__etcd_ip__\": {\"get_param\": \"etcd_ip\"}, \"__dnssec_key__\": {\"get_param\": \"dnssec_key\"}, \"__dns_sig_ip__\": {\"get_param\": \"dns_sig_ip\"}}, \"template\": \"#!/bin/bash\\n\\n# Log all output to file.\\nexec > >(tee -a /var/log/clearwater-heat-bono.log) 2>&1\\nset -x\\n\\n# Set up the signaling network namespace on each boot by creating an init file and\\n# linking to it from runlevel 2 and 3\\ncat >/etc/init.d/signaling_namespace < /etc/apt/sources.list.d/clearwater.list\\ncurl -L http://repo.cw-ngv.com/repo_key | apt-key add -\\napt-get update\\n\\n# Configure /etc/clearwater/local_config.\\nmkdir -p /etc/clearwater\\netcd_ip=__etcd_ip__\\n[ -n \\\"$etcd_ip\\\" ] || etcd_ip=__private_mgmt_ip__\\ncat > /etc/clearwater/local_config << EOF\\nsignaling_namespace=signaling\\nsignaling_dns_server=__dns_sig_ip__\\nmanagement_local_ip=__private_mgmt_ip__\\nlocal_ip=__private_sig_ip__\\npublic_ip=__public_sig_ip__\\npublic_hostname=__index__.bono.__zone__\\netcd_cluster=$etcd_ip\\nEOF\\n\\n# Now install the software.\\nDEBIAN_FRONTEND=noninteractive apt-get install bono --yes --force-yes\\nDEBIAN_FRONTEND=noninteractive apt-get install clearwater-management --yes --force-yes\\n\\n# Function to give DNS record type and IP address for specified IP address\\nip2rr() {\\n if echo $1 | grep -q -e '[^0-9.]' ; then\\n echo AAAA $1\\n else\\n echo A $1\\n fi\\n}\\n\\n# Update DNS\\nretries=0\\nwhile ! { nsupdate -y \\\"__zone__:__dnssec_key__\\\" -v << EOF\\nserver __dns_mgmt_ip__\\nupdate add bono-__index__.__zone__. 30 $(ip2rr __public_mgmt_ip__)\\nupdate add __index__.bono.__zone__. 30 $(ip2rr __public_sig_ip__)\\nupdate add __zone__. 30 $(ip2rr __public_sig_ip__)\\nupdate add __zone__. 30 NAPTR 0 0 \\\"s\\\" \\\"SIP+D2T\\\" \\\"\\\" _sip._tcp.__zone__.\\nupdate add __zone__. 30 NAPTR 0 0 \\\"s\\\" \\\"SIP+D2U\\\" \\\"\\\" _sip._udp.__zone__.\\nupdate add _sip._tcp.__zone__. 30 SRV 0 0 5060 __index__.bono.__zone__.\\nupdate add _sip._udp.__zone__. 30 SRV 0 0 5060 __index__.bono.__zone__.\\nsend\\nEOF\\n} && [ $retries -lt 10 ]\\ndo\\n retries=$((retries + 1))\\n echo 'nsupdate failed - retrying (retry '$retries')...'\\n sleep 5\\ndone\\n\\n# Use the DNS server.\\necho 'nameserver __dns_mgmt_ip__' > /etc/dnsmasq.resolv.conf\\necho 'RESOLV_CONF=/etc/dnsmasq.resolv.conf' >> /etc/default/dnsmasq\\nmkdir -p /etc/netns/signaling\\necho 'nameserver __dns_sig_ip__' > /etc/netns/signaling/resolv.conf\\nservice dnsmasq force-reload\\n\"}}, \"flavor\": {\"get_param\": \"flavor\"}, \"networks\": [{\"port\": {\"get_resource\": \"mgmt_port\"}}, {\"port\": {\"get_resource\": \"sig_port\"}}]}}}}", "file:///src/heat_vims/homer.yaml": "{\"outputs\": {\"private_mgmt_ip\": {\"description\": \"IP address in private management network\", \"value\": {\"get_attr\": [\"mgmt_port\", \"fixed_ips\", 0, \"ip_address\"]}}, \"public_mgmt_ip\": {\"description\": \"IP address in public management network\", \"value\": {\"get_attr\": [\"mgmt_floating_ip\", \"floating_ip_address\"]}}, \"public_sig_ip\": {\"description\": \"IP address in public signaling network\", \"value\": {\"get_attr\": [\"sig_floating_ip\", \"floating_ip_address\"]}}, \"private_sig_ip\": {\"description\": \"IP address in private signaling network\", \"value\": {\"get_attr\": [\"sig_port\", \"fixed_ips\", 0, \"ip_address\"]}}}, \"heat_template_version\": \"2013-05-23\", \"description\": \"Clearwater Homer node\\n\", \"parameters\": {\"index\": {\"default\": 0, \"type\": \"number\", \"description\": \"Index of this Homer node in the Homer cluster\"}, \"key_name\": {\"type\": \"string\", \"description\": \"Name of keypair to assign\", \"constraints\": [{\"custom_constraint\": \"nova.keypair\", \"description\": \"Must be a valid keypair name\"}]}, \"image\": {\"type\": \"string\", \"description\": \"Name of image to use\", \"constraints\": [{\"custom_constraint\": \"glance.image\", \"description\": \"Must be a valid image name\"}]}, \"private_sig_net_id\": {\"type\": \"string\", \"description\": \"ID of private signaling network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}, \"public_sig_net_id\": {\"type\": \"string\", \"description\": \"ID of public signaling network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}, \"homer_sig_security_group\": {\"type\": \"string\", \"description\": \"ID of security group for Homer nodes (signaling)\"}, \"repo_url\": {\"default\": \"http://repo.cw-ngv.com/stable\", \"type\": \"string\", \"description\": \"URL for Clearwater repository\"}, \"homer_mgmt_security_group\": {\"type\": \"string\", \"description\": \"ID of security group for Homer nodes (maangement)\"}, \"flavor\": {\"type\": \"string\", \"description\": \"Flavor to use\", \"constraints\": [{\"custom_constraint\": \"nova.flavor\", \"description\": \"Must be a valid flavor name\"}]}, \"private_mgmt_net_id\": {\"type\": \"string\", \"description\": \"ID of private management network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}, \"etcd_ip\": {\"default\": \"\", \"type\": \"string\", \"description\": \"IP address of an existing member of the etcd cluster\"}, \"zone\": {\"default\": \"example.com\", \"type\": \"string\", \"description\": \"DNS zone\"}, \"dnssec_key\": {\"type\": \"string\", \"description\": \"DNSSEC private key (Base64-encoded)\", \"constraints\": [{\"allowed_pattern\": \"[0-9A-Za-z+/=]+\", \"description\": \"Must be Base64-encoded\"}]}, \"dns_mgmt_ip\": {\"type\": \"string\", \"description\": \"IP address for DNS server on management network\"}, \"dns_sig_ip\": {\"type\": \"string\", \"description\": \"IP address for DNS server on signaling network\"}, \"base_mgmt_security_group\": {\"type\": \"string\", \"description\": \"ID of base security group for all Clearwater nodes (management)\"}, \"private_sig_net_cidr\": {\"default\": \"192.168.1.0/24\", \"type\": \"string\", \"description\": \"Private signaling network address (CIDR notation)\"}, \"public_mgmt_net_id\": {\"type\": \"string\", \"description\": \"ID of public management network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}, \"private_sig_net_gateway\": {\"default\": \"192.168.1.254\", \"type\": \"string\", \"description\": \"Private signaling network gateway address\"}}, \"resources\": {\"sig_floating_ip\": {\"type\": \"OS::Neutron::FloatingIP\", \"properties\": {\"floating_network_id\": {\"get_param\": \"public_sig_net_id\"}, \"port_id\": {\"get_resource\": \"sig_port\"}}}, \"sig_port\": {\"type\": \"OS::Neutron::Port\", \"properties\": {\"network_id\": {\"str_replace\": {\"params\": {\"x\": {\"get_param\": \"private_sig_net_id\"}}, \"template\": \"x\"}}, \"security_groups\": [{\"get_param\": \"homer_sig_security_group\"}]}}, \"mgmt_floating_ip\": {\"type\": \"OS::Neutron::FloatingIP\", \"properties\": {\"floating_network_id\": {\"get_param\": \"public_mgmt_net_id\"}, \"port_id\": {\"get_resource\": \"mgmt_port\"}}}, \"mgmt_port\": {\"type\": \"OS::Neutron::Port\", \"properties\": {\"network_id\": {\"str_replace\": {\"params\": {\"x\": {\"get_param\": \"private_mgmt_net_id\"}}, \"template\": \"x\"}}, \"security_groups\": [{\"get_param\": \"base_mgmt_security_group\"}, {\"get_param\": \"homer_mgmt_security_group\"}]}}, \"server\": {\"type\": \"OS::Nova::Server\", \"properties\": {\"user_data_format\": \"RAW\", \"name\": {\"str_replace\": {\"params\": {\"__index__\": {\"get_param\": \"index\"}, \"__zone__\": {\"get_param\": \"zone\"}}, \"template\": \"homer-__index__.__zone__\"}}, \"key_name\": {\"get_param\": \"key_name\"}, \"image\": {\"get_param\": \"image\"}, \"user_data\": {\"str_replace\": {\"params\": {\"__private_mgmt_ip__\": {\"get_attr\": [\"mgmt_port\", \"fixed_ips\", 0, \"ip_address\"]}, \"__public_mgmt_ip__\": {\"get_attr\": [\"mgmt_floating_ip\", \"floating_ip_address\"]}, \"__dns_mgmt_ip__\": {\"get_param\": \"dns_mgmt_ip\"}, \"__private_sig_cidr__\": {\"get_param\": \"private_sig_net_cidr\"}, \"__public_sig_ip__\": {\"get_attr\": [\"sig_floating_ip\", \"floating_ip_address\"]}, \"__zone__\": {\"get_param\": \"zone\"}, \"__private_sig_gateway__\": {\"get_param\": \"private_sig_net_gateway\"}, \"__repo_url__\": {\"get_param\": \"repo_url\"}, \"__index__\": {\"get_param\": \"index\"}, \"__private_sig_ip__\": {\"get_attr\": [\"sig_port\", \"fixed_ips\", 0, \"ip_address\"]}, \"__etcd_ip__\": {\"get_param\": \"etcd_ip\"}, \"__dnssec_key__\": {\"get_param\": \"dnssec_key\"}, \"__dns_sig_ip__\": {\"get_param\": \"dns_sig_ip\"}}, \"template\": \"#!/bin/bash\\n\\n# Log all output to file.\\nexec > >(tee -a /var/log/clearwater-heat-homer.log) 2>&1\\nset -x\\n\\n# Set up the signaling network namespace on each boot by creating an init file and\\n# linking to it from runlevel 2 and 3\\ncat >/etc/init.d/signaling_namespace < /etc/apt/sources.list.d/clearwater.list\\ncurl -L http://repo.cw-ngv.com/repo_key | apt-key add -\\napt-get update\\n\\n# Configure /etc/clearwater/local_config.\\nmkdir -p /etc/clearwater\\netcd_ip=__etcd_ip__\\n[ -n \\\"$etcd_ip\\\" ] || etcd_ip=__private_mgmt_ip__\\ncat > /etc/clearwater/local_config << EOF\\nsignaling_namespace=signaling\\nsignaling_dns_server=__dns_sig_ip__\\nmanagement_local_ip=__private_mgmt_ip__\\nlocal_ip=__private_sig_ip__\\npublic_ip=__public_sig_ip__\\npublic_hostname=homer-__index__.__zone__\\netcd_cluster=$etcd_ip\\nEOF\\n\\n# Now install the software.\\nDEBIAN_FRONTEND=noninteractive apt-get install homer --yes --force-yes\\nDEBIAN_FRONTEND=noninteractive apt-get install clearwater-management --yes --force-yes\\n\\n# Function to give DNS record type and IP address for specified IP address\\nip2rr() {\\n if echo $1 | grep -q -e '[^0-9.]' ; then\\n echo AAAA $1\\n else\\n echo A $1\\n fi\\n}\\n\\n# Update DNS\\nretries=0\\nwhile ! { nsupdate -y \\\"__zone__:__dnssec_key__\\\" -v << EOF\\nserver __dns_mgmt_ip__\\nupdate add homer-__index__.__zone__. 30 $(ip2rr __public_mgmt_ip__)\\nupdate add homer.__zone__. 30 $(ip2rr __public_sig_ip__)\\nsend\\nEOF\\n} && [ $retries -lt 10 ]\\ndo\\n retries=$((retries + 1))\\n echo 'nsupdate failed - retrying (retry '$retries')...'\\n sleep 5\\ndone\\n\\n# Use the DNS server.\\n# Use the DNS server.\\necho 'nameserver __dns_mgmt_ip__' > /etc/dnsmasq.resolv.conf\\necho 'RESOLV_CONF=/etc/dnsmasq.resolv.conf' >> /etc/default/dnsmasq\\nmkdir -p /etc/netns/signaling\\necho 'nameserver __dns_sig_ip__' > /etc/netns/signaling/resolv.conf\\nservice dnsmasq force-reload\\n\"}}, \"flavor\": {\"get_param\": \"flavor\"}, \"networks\": [{\"port\": {\"get_resource\": \"mgmt_port\"}}, {\"port\": {\"get_resource\": \"sig_port\"}}]}}}}", "file:///src/heat_vims/security-groups.yaml": "{\"outputs\": {\"dime_sig\": {\"description\": \"Security group for Dime nodes (signaling)\", \"value\": {\"get_resource\": \"dime_sig\"}}, \"dime_mgmt\": {\"description\": \"Security group for Dime nodes (management)\", \"value\": {\"get_resource\": \"dime_mgmt\"}}, \"ellis_mgmt\": {\"description\": \"Security group for Ellis nodes (managment)\", \"value\": {\"get_resource\": \"ellis_mgmt\"}}, \"sprout_sig_outbound\": {\"description\": \"Security group for Sprout nodes outbound traffic (signaling)\", \"value\": {\"get_resource\": \"sprout_sig_outbound\"}}, \"base_mgmt\": {\"description\": \"Base security group for all Clearwater nodes (management)\", \"value\": {\"get_resource\": \"base_mgmt\"}}, \"homer_mgmt\": {\"description\": \"Security group for Homer nodes (management)\", \"value\": {\"get_resource\": \"homer_mgmt\"}}, \"vellum_sig_outbound\": {\"description\": \"Security group for Vellum nodes outbound traffic (signaling)\", \"value\": {\"get_resource\": \"vellum_sig_outbound\"}}, \"homer_sig\": {\"description\": \"Security group for Homer nodes (signaling)\", \"value\": {\"get_resource\": \"homer_sig\"}}, \"dns\": {\"description\": \"Security group for DNS nodes\", \"value\": {\"get_resource\": \"dns\"}}, \"bono_sig\": {\"description\": \"Security group for Bono nodes (signaling)\", \"value\": {\"get_resource\": \"bono_sig\"}}, \"sprout_sig_inbound\": {\"description\": \"Security group for Sprout nodes inbound traffic (signaling)\", \"value\": {\"get_resource\": \"sprout_sig_inbound\"}}, \"vellum_sig_inbound\": {\"description\": \"Security group for Vellum nodes inbound traffic (signaling)\", \"value\": {\"get_resource\": \"vellum_sig_inbound\"}}}, \"heat_template_version\": \"2013-05-23\", \"description\": \"Security Groups for Clearwater to use\\n\", \"parameters\": {\"name_prefix\": {\"default\": \"clearwater\", \"type\": \"string\", \"description\": \"Security group name prefix\"}}, \"resources\": {\"dime_sig\": {\"type\": \"OS::Neutron::SecurityGroup\", \"properties\": {\"rules\": [{\"remote_group_id\": {\"get_resource\": \"bono_sig\"}, \"port_range_max\": 8888, \"port_range_min\": 8888, \"protocol\": \"tcp\", \"remote_mode\": \"remote_group_id\"}, {\"remote_group_id\": {\"get_resource\": \"sprout_sig_outbound\"}, \"port_range_max\": 8888, \"port_range_min\": 8888, \"protocol\": \"tcp\", \"remote_mode\": \"remote_group_id\"}, {\"remote_group_id\": {\"get_resource\": \"bono_sig\"}, \"port_range_max\": 10888, \"port_range_min\": 10888, \"protocol\": \"tcp\", \"remote_mode\": \"remote_group_id\"}, {\"remote_group_id\": {\"get_resource\": \"sprout_sig_outbound\"}, \"port_range_max\": 10888, \"port_range_min\": 10888, \"protocol\": \"tcp\", \"remote_mode\": \"remote_group_id\"}, {\"remote_group_id\": {\"get_resource\": \"vellum_sig_outbound\"}, \"port_range_max\": 10888, \"port_range_min\": 10888, \"protocol\": \"tcp\", \"remote_mode\": \"remote_group_id\"}], \"name\": {\"str_replace\": {\"params\": {\"__name_prefix__\": {\"get_param\": \"name_prefix\"}}, \"template\": \"__name_prefix__-dime-sig\"}}, \"description\": \"Security group for Dime nodes (signaling)\"}}, \"dime_mgmt\": {\"type\": \"OS::Neutron::SecurityGroup\", \"properties\": {\"rules\": [{\"remote_group_id\": {\"get_resource\": \"ellis_mgmt\"}, \"port_range_max\": 8889, \"port_range_min\": 8889, \"protocol\": \"tcp\", \"remote_mode\": \"remote_group_id\"}], \"name\": {\"str_replace\": {\"params\": {\"__name_prefix__\": {\"get_param\": \"name_prefix\"}}, \"template\": \"__name_prefix__-dime-mgmt\"}}, \"description\": \"Security group for Dime nodes (management)\"}}, \"ellis_mgmt\": {\"type\": \"OS::Neutron::SecurityGroup\", \"properties\": {\"rules\": [{\"protocol\": \"tcp\", \"port_range_max\": 80, \"port_range_min\": 80}, {\"protocol\": \"tcp\", \"port_range_max\": 443, \"port_range_min\": 443}], \"name\": {\"str_replace\": {\"params\": {\"__name_prefix__\": {\"get_param\": \"name_prefix\"}}, \"template\": \"__name_prefix__-ellis-mgmt\"}}, \"description\": \"Security group for Ellis nodes (management)\"}}, \"sprout_sig_outbound\": {\"type\": \"OS::Neutron::SecurityGroup\", \"properties\": {\"rules\": [{\"protocol\": \"tcp\", \"port_range_max\": 5052, \"port_range_min\": 5052, \"remote_mode\": \"remote_group_id\"}, {\"protocol\": \"tcp\", \"port_range_max\": 5054, \"port_range_min\": 5054, \"remote_mode\": \"remote_group_id\"}], \"name\": {\"str_replace\": {\"params\": {\"__name_prefix__\": {\"get_param\": \"name_prefix\"}}, \"template\": \"__name_prefix__-sprout-sig-outbound\"}}, \"description\": \"Security group for Sprout nodes outbound traffic (signaling)\"}}, \"base_mgmt\": {\"type\": \"OS::Neutron::SecurityGroup\", \"properties\": {\"rules\": [{\"ethertype\": \"IPv4\", \"direction\": \"egress\"}, {\"ethertype\": \"IPv6\", \"direction\": \"egress\"}, {\"protocol\": \"icmp\"}, {\"protocol\": \"tcp\", \"port_range_max\": 22, \"port_range_min\": 22}, {\"protocol\": \"udp\", \"port_range_max\": 161, \"port_range_min\": 161}, {\"protocol\": \"tcp\", \"port_range_max\": 2380, \"port_range_min\": 2380, \"remote_mode\": \"remote_group_id\"}, {\"protocol\": \"tcp\", \"port_range_max\": 4000, \"port_range_min\": 4000, \"remote_mode\": \"remote_group_id\"}], \"name\": {\"str_replace\": {\"params\": {\"__name_prefix__\": {\"get_param\": \"name_prefix\"}}, \"template\": \"__name_prefix__-base-mgmt\"}}, \"description\": \"Base security group for all Clearwater nodes (management)\"}}, \"homer_mgmt\": {\"type\": \"OS::Neutron::SecurityGroup\", \"properties\": {\"rules\": [{\"protocol\": \"tcp\", \"port_range_max\": 7888, \"port_range_min\": 7888}, {\"remote_group_id\": {\"get_resource\": \"sprout_sig_outbound\"}, \"port_range_max\": 7888, \"port_range_min\": 7888, \"protocol\": \"tcp\", \"remote_mode\": \"remote_group_id\"}], \"name\": {\"str_replace\": {\"params\": {\"__name_prefix__\": {\"get_param\": \"name_prefix\"}}, \"template\": \"__name_prefix__-homer-mgmt\"}}, \"description\": \"Security group for Homer nodes (management)\"}}, \"vellum_sig_outbound\": {\"type\": \"OS::Neutron::SecurityGroup\", \"properties\": {\"rules\": [{\"protocol\": \"tcp\", \"port_range_max\": 7253, \"port_range_min\": 7253, \"remote_mode\": \"remote_group_id\"}, {\"protocol\": \"tcp\", \"port_range_max\": 7000, \"port_range_min\": 7000, \"remote_mode\": \"remote_group_id\"}, {\"protocol\": \"tcp\", \"port_range_max\": 11211, \"port_range_min\": 11211, \"remote_mode\": \"remote_group_id\"}], \"name\": {\"str_replace\": {\"params\": {\"__name_prefix__\": {\"get_param\": \"name_prefix\"}}, \"template\": \"__name_prefix__-vellum-sig-outbound\"}}, \"description\": \"Security group for Vellum nodes outbound traffic (signaling)\"}}, \"homer_sig\": {\"type\": \"OS::Neutron::SecurityGroup\", \"properties\": {\"rules\": [{\"protocol\": \"tcp\", \"port_range_max\": 7888, \"port_range_min\": 7888}, {\"remote_group_id\": {\"get_resource\": \"sprout_sig_outbound\"}, \"port_range_max\": 7888, \"port_range_min\": 7888, \"protocol\": \"tcp\", \"remote_mode\": \"remote_group_id\"}, {\"protocol\": \"tcp\", \"port_range_max\": 9160, \"port_range_min\": 9160, \"remote_mode\": \"remote_group_id\"}], \"name\": {\"str_replace\": {\"params\": {\"__name_prefix__\": {\"get_param\": \"name_prefix\"}}, \"template\": \"__name_prefix__-homer-sig\"}}, \"description\": \"Security group for Homer nodes (signaling)\"}}, \"dns\": {\"type\": \"OS::Neutron::SecurityGroup\", \"properties\": {\"rules\": [{\"ethertype\": \"IPv4\", \"direction\": \"egress\"}, {\"ethertype\": \"IPv6\", \"direction\": \"egress\"}, {\"protocol\": \"icmp\"}, {\"protocol\": \"tcp\", \"port_range_max\": 22, \"port_range_min\": 22}, {\"protocol\": \"udp\", \"port_range_max\": 53, \"port_range_min\": 53}, {\"protocol\": \"tcp\", \"port_range_max\": 53, \"port_range_min\": 53}], \"name\": {\"str_replace\": {\"params\": {\"__name_prefix__\": {\"get_param\": \"name_prefix\"}}, \"template\": \"__name_prefix__-dns\"}}, \"description\": \"Security group for DNS nodes\"}}, \"bono_sig\": {\"type\": \"OS::Neutron::SecurityGroup\", \"properties\": {\"rules\": [{\"protocol\": \"udp\", \"port_range_max\": 3478, \"port_range_min\": 3478}, {\"protocol\": \"tcp\", \"port_range_max\": 3478, \"port_range_min\": 3478}, {\"protocol\": \"tcp\", \"port_range_max\": 5058, \"port_range_min\": 5058, \"remote_mode\": \"remote_group_id\"}, {\"remote_group_id\": {\"get_resource\": \"sprout_sig_outbound\"}, \"port_range_max\": 5058, \"port_range_min\": 5058, \"protocol\": \"tcp\", \"remote_mode\": \"remote_group_id\"}, {\"protocol\": \"udp\", \"port_range_max\": 5060, \"port_range_min\": 5060}, {\"protocol\": \"tcp\", \"port_range_max\": 5060, \"port_range_min\": 5060}, {\"protocol\": \"tcp\", \"port_range_max\": 5062, \"port_range_min\": 5062}, {\"protocol\": \"udp\", \"port_range_max\": 65535, \"port_range_min\": 32768}], \"name\": {\"str_replace\": {\"params\": {\"__name_prefix__\": {\"get_param\": \"name_prefix\"}}, \"template\": \"__name_prefix__-bono-sig\"}}, \"description\": \"Security group for Bono nodes (signaling)\"}}, \"sprout_sig_inbound\": {\"type\": \"OS::Neutron::SecurityGroup\", \"properties\": {\"rules\": [{\"remote_group_id\": {\"get_resource\": \"bono_sig\"}, \"port_range_max\": 5052, \"port_range_min\": 5052, \"protocol\": \"tcp\", \"remote_mode\": \"remote_group_id\"}, {\"remote_group_id\": {\"get_resource\": \"bono_sig\"}, \"port_range_max\": 5054, \"port_range_min\": 5054, \"protocol\": \"tcp\", \"remote_mode\": \"remote_group_id\"}, {\"remote_group_id\": {\"get_resource\": \"vellum_sig_outbound\"}, \"port_range_max\": 9888, \"port_range_min\": 9888, \"protocol\": \"tcp\", \"remote_mode\": \"remote_group_id\"}, {\"remote_group_id\": {\"get_resource\": \"dime_sig\"}, \"port_range_max\": 9888, \"port_range_min\": 9888, \"protocol\": \"tcp\", \"remote_mode\": \"remote_group_id\"}], \"name\": {\"str_replace\": {\"params\": {\"__name_prefix__\": {\"get_param\": \"name_prefix\"}}, \"template\": \"__name_prefix__-sprout-sig-inbound\"}}, \"description\": \"Security group for Sprout nodes inbound traffic (signaling)\"}}, \"vellum_sig_inbound\": {\"type\": \"OS::Neutron::SecurityGroup\", \"properties\": {\"rules\": [{\"remote_group_id\": {\"get_resource\": \"sprout_sig_outbound\"}, \"port_range_max\": 11311, \"port_range_min\": 11311, \"protocol\": \"tcp\", \"remote_mode\": \"remote_group_id\"}, {\"remote_group_id\": {\"get_resource\": \"dime_sig\"}, \"port_range_max\": 11311, \"port_range_min\": 11311, \"protocol\": \"tcp\", \"remote_mode\": \"remote_group_id\"}, {\"remote_group_id\": {\"get_resource\": \"sprout_sig_outbound\"}, \"port_range_max\": 7253, \"port_range_min\": 7253, \"protocol\": \"tcp\", \"remote_mode\": \"remote_group_id\"}, {\"remote_group_id\": {\"get_resource\": \"dime_sig\"}, \"port_range_max\": 7253, \"port_range_min\": 7253, \"protocol\": \"tcp\", \"remote_mode\": \"remote_group_id\"}, {\"remote_group_id\": {\"get_resource\": \"dime_sig\"}, \"port_range_max\": 9160, \"port_range_min\": 9160, \"protocol\": \"tcp\", \"remote_mode\": \"remote_group_id\"}, {\"remote_group_id\": {\"get_resource\": \"homer_sig\"}, \"port_range_max\": 9160, \"port_range_min\": 9160, \"protocol\": \"tcp\", \"remote_mode\": \"remote_group_id\"}], \"name\": {\"str_replace\": {\"params\": {\"__name_prefix__\": {\"get_param\": \"name_prefix\"}}, \"template\": \"__name_prefix__-vellum-sig-inbound\"}}, \"description\": \"Security group for Vellum nodes inbound traffic (signaling)\"}}}}"}, "disable_rollback": false, "parameters": {"vellum_cluster_size": 1, "zone": "clearwater.opnfv", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "image": "heat_ims-img_alt_61cf3297-02ef-4796-a134-6831b487977a", "public_sig_net_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "dn_range_length": "1000", "dime_cluster_size": 1, "dn_range_start": "6505550000", "bono_cluster_size": 1, "external_mgmt_dns_ip": "8.8.8.8", "homer_cluster_size": 1, "public_mgmt_net_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "flavor": "heat_ims-flavor_alt_61cf3297-02ef-4796-a134-6831b487977a", "external_sig_dns_ip": "8.8.8.8", "sprout_cluster_size": 1}, "tags": null, "stack_name": "clearwater-opnfv", "environment": {}, "template": {"outputs": {"dns_ip": {"description": "IP address of DNS", "value": {"get_attr": ["dns", "public_mgmt_ip"]}}, "zone": {"description": "DNS zone", "value": {"get_param": "zone"}}}, "heat_template_version": "2013-05-23", "description": "Clearwater deployment\n", "parameters": {"vellum_cluster_size": {"default": 1, "type": "number", "description": "Number of Vellum nodes in Vellum cluster"}, "repo_url": {"default": "http://repo.cw-ngv.com/stable", "type": "string", "description": "URL for Clearwater repository"}, "private_mgmt_net_cidr": {"default": "192.168.0.0/24", "type": "string", "description": "Private management network address (CIDR notation)"}, "key_name": {"type": "string", "description": "Name of keypair to assign", "constraints": [{"custom_constraint": "nova.keypair", "description": "Must be a valid keypair name"}]}, "image": {"type": "string", "description": "Name of image to use", "constraints": [{"custom_constraint": "glance.image", "description": "Must be a valid image name"}]}, "private_mgmt_net_pool_start": {"default": "192.168.0.1", "type": "string", "description": "Start of private management network IP address pool"}, "dn_range_length": {"default": "1000", "type": "string", "description": "Number of directory numbers to add to pool", "constraints": [{"allowed_pattern": "[0-9]+", "description": "Must be numeric"}]}, "dime_cluster_size": {"default": 1, "type": "number", "description": "Number of Dime nodes in Dime cluster"}, "private_sig_net_pool_end": {"default": "192.168.1.253", "type": "string", "description": "End of private signaling network IP address pool"}, "dn_range_start": {"default": "6505550000", "type": "string", "description": "First directory number in pool", "constraints": [{"allowed_pattern": "[0-9]+", "description": "Must be numeric"}]}, "public_sig_net_id": {"type": "string", "description": "ID of public signaling network", "constraints": [{"custom_constraint": "neutron.network", "description": "Must be a valid network ID"}]}, "private_sig_net_ip_version": {"default": "4", "type": "string", "description": "IP version (4 or 6) on the private signaling network", "constraints": [{"description": "Must be 4 (IPv4) or 6 (IPv6)", "allowed_values": ["4", "6"]}]}, "public_mgmt_net_id": {"type": "string", "description": "ID of public management network", "constraints": [{"custom_constraint": "neutron.network", "description": "Must be a valid network ID"}]}, "homer_cluster_size": {"default": 1, "type": "number", "description": "Number of Homer nodes in Homer cluster"}, "flavor": {"type": "string", "description": "Flavor to use", "constraints": [{"custom_constraint": "nova.flavor", "description": "Must be a valid flavor name"}]}, "sprout_cluster_size": {"default": 1, "type": "number", "description": "Number of Sprout nodes in Sprout cluster"}, "private_sig_net_pool_start": {"default": "192.168.1.1", "type": "string", "description": "Start of private signaling network IP address pool"}, "private_mgmt_net_gateway": {"default": "192.168.0.254", "type": "string", "description": "Private management network gateway address"}, "dnssec_key": {"type": "string", "description": "DNSSEC private key (Base64-encoded)", "constraints": [{"allowed_pattern": "[0-9A-Za-z+/=]+", "description": "Must be Base64-encoded"}]}, "zone": {"default": "example.com", "type": "string", "description": "DNS zone"}, "private_mgmt_net_pool_end": {"default": "192.168.0.253", "type": "string", "description": "End of private management network IP address pool"}, "external_mgmt_dns_ip": {"default": "8.8.8.8", "type": "string", "description": "IP address of external DNS server on management network"}, "bono_cluster_size": {"default": 1, "type": "number", "description": "Number of Bono nodes in Bono cluster"}, "private_sig_net_cidr": {"default": "192.168.1.0/24", "type": "string", "description": "Private signaling network address (CIDR notation)"}, "external_sig_dns_ip": {"default": "8.8.8.8", "type": "string", "description": "IP address of external DNS server on signaling network"}, "private_sig_net_gateway": {"default": "192.168.1.254", "type": "string", "description": "Private signaling network gateway address"}}, "resources": {"homer": {"type": "OS::Heat::ResourceGroup", "properties": {"count": {"get_param": "homer_cluster_size"}, "resource_def": {"type": "file:///src/heat_vims/homer.yaml", "properties": {"index": "__index__", "key_name": {"get_param": "key_name"}, "image": {"get_param": "image"}, "private_sig_net_id": {"get_attr": ["sig_network", "private_net"]}, "public_sig_net_id": {"get_param": "public_sig_net_id"}, "homer_sig_security_group": {"get_attr": ["security_groups", "homer_sig"]}, "repo_url": {"get_param": "repo_url"}, "homer_mgmt_security_group": {"get_attr": ["security_groups", "homer_mgmt"]}, "flavor": {"get_param": "flavor"}, "private_mgmt_net_id": {"get_attr": ["mgmt_network", "private_net"]}, "etcd_ip": {"get_attr": ["ellis", "private_mgmt_ip"]}, "zone": {"get_param": "zone"}, "dnssec_key": {"get_param": "dnssec_key"}, "dns_mgmt_ip": {"get_attr": ["dns", "private_mgmt_ip"]}, "dns_sig_ip": {"get_attr": ["dns", "private_sig_ip"]}, "base_mgmt_security_group": {"get_attr": ["security_groups", "base_mgmt"]}, "private_sig_net_cidr": {"get_attr": ["sig_network", "private_net_cidr"]}, "public_mgmt_net_id": {"get_param": "public_mgmt_net_id"}, "private_sig_net_gateway": {"get_attr": ["sig_network", "private_net_gateway"]}}}, "index_var": "__index__"}}, "ellis": {"type": "file:///src/heat_vims/ellis.yaml", "properties": {"zone": {"get_param": "zone"}, "dnssec_key": {"get_param": "dnssec_key"}, "key_name": {"get_param": "key_name"}, "image": {"get_param": "image"}, "ellis_mgmt_security_group": {"get_attr": ["security_groups", "ellis_mgmt"]}, "dn_range_length": {"get_param": "dn_range_length"}, "base_mgmt_security_group": {"get_attr": ["security_groups", "base_mgmt"]}, "dn_range_start": {"get_param": "dn_range_start"}, "repo_url": {"get_param": "repo_url"}, "public_mgmt_net_id": {"get_param": "public_mgmt_net_id"}, "flavor": {"get_param": "flavor"}, "dns_mgmt_ip": {"get_attr": ["dns", "private_mgmt_ip"]}, "private_mgmt_net_id": {"get_attr": ["mgmt_network", "private_net"]}}}, "dime": {"type": "OS::Heat::ResourceGroup", "properties": {"count": {"get_param": "dime_cluster_size"}, "resource_def": {"type": "file:///src/heat_vims/dime.yaml", "properties": {"dime_sig_security_group": {"get_attr": ["security_groups", "dime_sig"]}, "index": "__index__", "key_name": {"get_param": "key_name"}, "image": {"get_param": "image"}, "private_sig_net_id": {"get_attr": ["sig_network", "private_net"]}, "public_sig_net_id": {"get_param": "public_sig_net_id"}, "repo_url": {"get_param": "repo_url"}, "flavor": {"get_param": "flavor"}, "private_mgmt_net_id": {"get_attr": ["mgmt_network", "private_net"]}, "etcd_ip": {"get_attr": ["ellis", "private_mgmt_ip"]}, "dnssec_key": {"get_param": "dnssec_key"}, "zone": {"get_param": "zone"}, "dns_mgmt_ip": {"get_attr": ["dns", "private_mgmt_ip"]}, "dns_sig_ip": {"get_attr": ["dns", "private_sig_ip"]}, "base_mgmt_security_group": {"get_attr": ["security_groups", "base_mgmt"]}, "private_sig_net_cidr": {"get_attr": ["sig_network", "private_net_cidr"]}, "dime_mgmt_security_group": {"get_attr": ["security_groups", "dime_mgmt"]}, "public_mgmt_net_id": {"get_param": "public_mgmt_net_id"}, "private_sig_net_gateway": {"get_attr": ["sig_network", "private_net_gateway"]}}}, "index_var": "__index__"}}, "sprout": {"type": "OS::Heat::ResourceGroup", "properties": {"count": {"get_param": "sprout_cluster_size"}, "resource_def": {"type": "file:///src/heat_vims/sprout.yaml", "properties": {"sprout_sig_outbound_security_group": {"get_attr": ["security_groups", "sprout_sig_outbound"]}, "index": "__index__", "key_name": {"get_param": "key_name"}, "image": {"get_param": "image"}, "private_sig_net_id": {"get_attr": ["sig_network", "private_net"]}, "public_sig_net_id": {"get_param": "public_sig_net_id"}, "sprout_sig_inbound_security_group": {"get_attr": ["security_groups", "sprout_sig_inbound"]}, "repo_url": {"get_param": "repo_url"}, "flavor": {"get_param": "flavor"}, "private_mgmt_net_id": {"get_attr": ["mgmt_network", "private_net"]}, "etcd_ip": {"get_attr": ["ellis", "private_mgmt_ip"]}, "zone": {"get_param": "zone"}, "dnssec_key": {"get_param": "dnssec_key"}, "dns_mgmt_ip": {"get_attr": ["dns", "private_mgmt_ip"]}, "dns_sig_ip": {"get_attr": ["dns", "private_sig_ip"]}, "base_mgmt_security_group": {"get_attr": ["security_groups", "base_mgmt"]}, "private_sig_net_cidr": {"get_attr": ["sig_network", "private_net_cidr"]}, "public_mgmt_net_id": {"get_param": "public_mgmt_net_id"}, "private_sig_net_gateway": {"get_attr": ["sig_network", "private_net_gateway"]}}}, "index_var": "__index__"}}, "vellum": {"type": "OS::Heat::ResourceGroup", "properties": {"count": {"get_param": "vellum_cluster_size"}, "resource_def": {"type": "file:///src/heat_vims/vellum.yaml", "properties": {"index": "__index__", "key_name": {"get_param": "key_name"}, "image": {"get_param": "image"}, "private_sig_net_id": {"get_attr": ["sig_network", "private_net"]}, "public_sig_net_id": {"get_param": "public_sig_net_id"}, "repo_url": {"get_param": "repo_url"}, "flavor": {"get_param": "flavor"}, "dns_sig_ip": {"get_attr": ["dns", "private_sig_ip"]}, "private_mgmt_net_id": {"get_attr": ["mgmt_network", "private_net"]}, "etcd_ip": {"get_attr": ["ellis", "private_mgmt_ip"]}, "zone": {"get_param": "zone"}, "dnssec_key": {"get_param": "dnssec_key"}, "dns_mgmt_ip": {"get_attr": ["dns", "private_mgmt_ip"]}, "vellum_sig_inbound_security_group": {"get_attr": ["security_groups", "vellum_sig_inbound"]}, "base_mgmt_security_group": {"get_attr": ["security_groups", "base_mgmt"]}, "private_sig_net_cidr": {"get_attr": ["sig_network", "private_net_cidr"]}, "vellum_sig_outbound_security_group": {"get_attr": ["security_groups", "vellum_sig_outbound"]}, "public_mgmt_net_id": {"get_param": "public_mgmt_net_id"}, "private_sig_net_gateway": {"get_attr": ["sig_network", "private_net_gateway"]}}}, "index_var": "__index__"}}, "sig_network": {"type": "file:///src/heat_vims/network.yaml", "properties": {"private_net_cidr": {"get_param": "private_sig_net_cidr"}, "private_net_pool_end": {"get_param": "private_sig_net_pool_end"}, "dns_ip": {"get_param": "external_sig_dns_ip"}, "private_net_gateway": {"get_param": "private_sig_net_gateway"}, "public_net_id": {"get_param": "public_sig_net_id"}, "private_net_pool_start": {"get_param": "private_sig_net_pool_start"}, "private_net_name": {"str_replace": {"params": {"__stack__": {"get_param": "OS::stack_name"}}, "template": "__stack__-private-signaling"}}, "private_net_ip_version": {"get_param": "private_sig_net_ip_version"}}}, "bono": {"type": "OS::Heat::ResourceGroup", "properties": {"count": {"get_param": "bono_cluster_size"}, "resource_def": {"type": "file:///src/heat_vims/bono.yaml", "properties": {"index": "__index__", "key_name": {"get_param": "key_name"}, "image": {"get_param": "image"}, "private_sig_net_id": {"get_attr": ["sig_network", "private_net"]}, "public_sig_net_id": {"get_param": "public_sig_net_id"}, "repo_url": {"get_param": "repo_url"}, "flavor": {"get_param": "flavor"}, "private_mgmt_net_id": {"get_attr": ["mgmt_network", "private_net"]}, "bono_sig_security_group": {"get_attr": ["security_groups", "bono_sig"]}, "etcd_ip": {"get_attr": ["ellis", "private_mgmt_ip"]}, "zone": {"get_param": "zone"}, "dnssec_key": {"get_param": "dnssec_key"}, "dns_mgmt_ip": {"get_attr": ["dns", "private_mgmt_ip"]}, "dns_sig_ip": {"get_attr": ["dns", "private_sig_ip"]}, "base_mgmt_security_group": {"get_attr": ["security_groups", "base_mgmt"]}, "private_sig_net_cidr": {"get_attr": ["sig_network", "private_net_cidr"]}, "public_mgmt_net_id": {"get_param": "public_mgmt_net_id"}, "private_sig_net_gateway": {"get_attr": ["sig_network", "private_net_gateway"]}}}, "index_var": "__index__"}}, "dns": {"type": "file:///src/heat_vims/dns.yaml", "properties": {"dns_security_group": {"get_attr": ["security_groups", "dns"]}, "zone": {"get_param": "zone"}, "dnssec_key": {"get_param": "dnssec_key"}, "key_name": {"get_param": "key_name"}, "image": {"get_param": "image"}, "private_sig_net_id": {"get_attr": ["sig_network", "private_net"]}, "public_sig_net_id": {"get_param": "public_sig_net_id"}, "private_sig_net_cidr": {"get_attr": ["sig_network", "private_net_cidr"]}, "public_mgmt_net_id": {"get_param": "public_mgmt_net_id"}, "flavor": {"get_param": "flavor"}, "private_mgmt_net_id": {"get_attr": ["mgmt_network", "private_net"]}}}, "mgmt_network": {"type": "file:///src/heat_vims/network.yaml", "properties": {"private_net_gateway": {"get_param": "private_mgmt_net_gateway"}, "public_net_id": {"get_param": "public_mgmt_net_id"}, "private_net_pool_start": {"get_param": "private_mgmt_net_pool_start"}, "private_net_cidr": {"get_param": "private_mgmt_net_cidr"}, "private_net_name": {"str_replace": {"params": {"__stack__": {"get_param": "OS::stack_name"}}, "template": "__stack__-private-management"}}, "private_net_pool_end": {"get_param": "private_mgmt_net_pool_end"}, "dns_ip": {"get_param": "external_mgmt_dns_ip"}}}, "security_groups": {"type": "file:///src/heat_vims/security-groups.yaml", "properties": {"name_prefix": {"get_param": "OS::stack_name"}}}}}, "timeout_mins": 60}' 2018-08-12 09:09:41,525 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 09:09:28 GMT Server: Apache x-openstack-request-id: req-1bcfd21e-0101-433c-bfb4-c2ca0114f98f Location: http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159 Content-Length: 217 Content-Type: application/json RESP BODY: {"stack": {"id": "46848f83-8b03-447a-8113-006303ddf159", "links": [{"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159", "rel": "self"}]}} 2018-08-12 09:09:41,526 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks used request id req-1bcfd21e-0101-433c-bfb4-c2ca0114f98f 2018-08-12 09:09:41,526 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.POST.stacks in 12.8235781193s 2018-08-12 09:09:41,526 - shade.request_ids - DEBUG - POST call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks used request id req-1bcfd21e-0101-433c-bfb4-c2ca0114f98f 2018-08-12 09:09:41,527 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-12 09:09:41,530 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/events?marker=None&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:09:41,729 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 09:09:41 GMT Server: Apache x-openstack-request-id: req-d32cfeba-54e7-44b6-870c-84d287500143 Location: http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?sort_dir=asc Content-Length: 463 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 09:09:41,944 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:09:41 GMT Server: Apache x-openstack-request-id: req-01ceba27-2539-4272-aa52-0334ce697004 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 333 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "clearwater-opnfv", "event_time": "2018-08-12T09:09:41Z", "links": [{"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/resources/clearwater-opnfv/events/64d50d7d-23ef-4425-ad52-f8c5016ea81d", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/resources/clearwater-opnfv", "rel": "resource"}, {"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159", "rel": "stack"}], "logical_resource_id": "clearwater-opnfv", "resource_status_reason": "Stack CREATE started", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "46848f83-8b03-447a-8113-006303ddf159", "id": "64d50d7d-23ef-4425-ad52-f8c5016ea81d"}]} 2018-08-12 09:09:41,944 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?sort_dir=asc&sort_dir=asc used request id req-01ceba27-2539-4272-aa52-0334ce697004 2018-08-12 09:09:41,944 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.417437076569s 2018-08-12 09:09:41,944 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?sort_dir=asc&sort_dir=asc used request id req-01ceba27-2539-4272-aa52-0334ce697004 2018-08-12 09:09:46,948 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-12 09:09:46,951 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/events?marker=64d50d7d-23ef-4425-ad52-f8c5016ea81d&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:09:47,159 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 09:09:46 GMT Server: Apache x-openstack-request-id: req-876120a4-2980-4330-b906-121f73ce9dd2 Location: http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=64d50d7d-23ef-4425-ad52-f8c5016ea81d&sort_dir=asc Content-Length: 559 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 09:09:47,385 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:09:47 GMT Server: Apache x-openstack-request-id: req-d01db39e-73f8-43b2-840e-a2ac0aae8e15 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 514 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "mgmt_network", "event_time": "2018-08-12T09:09:42Z", "links": [{"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/resources/mgmt_network/events/2f6d8ec7-a16a-4673-9fe0-b5619eb593e9", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/resources/mgmt_network", "rel": "resource"}, {"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159", "rel": "stack"}], "logical_resource_id": "mgmt_network", "resource_status_reason": "state changed", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "clearwater-opnfv-mgmt_network-ivwu7737g5nh", "id": "2f6d8ec7-a16a-4673-9fe0-b5619eb593e9"}, {"resource_name": "security_groups", "event_time": "2018-08-12T09:09:43Z", "links": [{"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/resources/security_groups/events/f6170cc5-cabf-4fb8-aefb-4c5bbdb6619a", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/resources/security_groups", "rel": "resource"}, {"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159", "rel": "stack"}], "logical_resource_id": "security_groups", "resource_status_reason": "state changed", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "clearwater-opnfv-security_groups-26kjg3riezdp", "id": "f6170cc5-cabf-4fb8-aefb-4c5bbdb6619a"}, {"resource_name": "sig_network", "event_time": "2018-08-12T09:09:44Z", "links": [{"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/resources/sig_network/events/ef39a73d-389a-4678-8dd5-2100a3501ffe", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/resources/sig_network", "rel": "resource"}, {"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159", "rel": "stack"}], "logical_resource_id": "sig_network", "resource_status_reason": "state changed", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "clearwater-opnfv-sig_network-3ytr4fhtrnqz", "id": "ef39a73d-389a-4678-8dd5-2100a3501ffe"}]} 2018-08-12 09:09:47,386 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=64d50d7d-23ef-4425-ad52-f8c5016ea81d&sort_dir=asc&marker=64d50d7d-23ef-4425-ad52-f8c5016ea81d&sort_dir=asc used request id req-d01db39e-73f8-43b2-840e-a2ac0aae8e15 2018-08-12 09:09:47,386 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.438031196594s 2018-08-12 09:09:47,386 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=64d50d7d-23ef-4425-ad52-f8c5016ea81d&sort_dir=asc&marker=64d50d7d-23ef-4425-ad52-f8c5016ea81d&sort_dir=asc used request id req-d01db39e-73f8-43b2-840e-a2ac0aae8e15 2018-08-12 09:09:52,393 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-12 09:09:52,396 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/events?marker=ef39a73d-389a-4678-8dd5-2100a3501ffe&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:09:52,679 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 09:09:52 GMT Server: Apache x-openstack-request-id: req-f18a395d-ceff-43a3-8a37-e95e7302ddd2 Location: http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=ef39a73d-389a-4678-8dd5-2100a3501ffe&sort_dir=asc Content-Length: 559 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 09:09:52,893 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:09:52 GMT Server: Apache x-openstack-request-id: req-f83d53ca-15a1-4bc1-acdb-8437b8bb0a1a Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-12 09:09:52,893 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=ef39a73d-389a-4678-8dd5-2100a3501ffe&sort_dir=asc&marker=ef39a73d-389a-4678-8dd5-2100a3501ffe&sort_dir=asc used request id req-f83d53ca-15a1-4bc1-acdb-8437b8bb0a1a 2018-08-12 09:09:52,893 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.500245094299s 2018-08-12 09:09:52,893 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=ef39a73d-389a-4678-8dd5-2100a3501ffe&sort_dir=asc&marker=ef39a73d-389a-4678-8dd5-2100a3501ffe&sort_dir=asc used request id req-f83d53ca-15a1-4bc1-acdb-8437b8bb0a1a 2018-08-12 09:09:57,899 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-12 09:09:57,902 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/events?marker=ef39a73d-389a-4678-8dd5-2100a3501ffe&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:09:58,135 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 09:09:57 GMT Server: Apache x-openstack-request-id: req-a655bc5c-6e6e-4b33-ad0a-ebb80434f4f6 Location: http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=ef39a73d-389a-4678-8dd5-2100a3501ffe&sort_dir=asc Content-Length: 559 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 09:09:58,361 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:09:58 GMT Server: Apache x-openstack-request-id: req-deb86205-f149-4c7b-a1d0-87542d5ac6a3 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-12 09:09:58,361 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=ef39a73d-389a-4678-8dd5-2100a3501ffe&sort_dir=asc&marker=ef39a73d-389a-4678-8dd5-2100a3501ffe&sort_dir=asc used request id req-deb86205-f149-4c7b-a1d0-87542d5ac6a3 2018-08-12 09:09:58,361 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.462121009827s 2018-08-12 09:09:58,362 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=ef39a73d-389a-4678-8dd5-2100a3501ffe&sort_dir=asc&marker=ef39a73d-389a-4678-8dd5-2100a3501ffe&sort_dir=asc used request id req-deb86205-f149-4c7b-a1d0-87542d5ac6a3 2018-08-12 09:09:58,362 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-12 09:09:58,365 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:09:58,563 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 09:09:58 GMT Server: Apache x-openstack-request-id: req-280e835a-d0ec-40c2-8cec-4233d6defad7 Location: http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159?resolve_outputs=False Content-Length: 467 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 09:09:58,606 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:09:58 GMT Server: Apache x-openstack-request-id: req-7f83a112-8569-4d52-ad04-09dd41204d19 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 877 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "ea1830952fba468cada22c80855b775c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_61cf3297-02ef-4796-a134-6831b487977a", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_61cf3297-02ef-4796-a134-6831b487977a", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "46848f83-8b03-447a-8113-006303ddf159", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "ce10f6ee6e954eba8845dfa7eb5c94e3", "tags": null, "creation_time": "2018-08-12T09:09:40Z", "links": [{"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "46848f83-8b03-447a-8113-006303ddf159", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-12 09:09:58,606 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159?resolve_outputs=False used request id req-7f83a112-8569-4d52-ad04-09dd41204d19 2018-08-12 09:09:58,606 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.243643045425s 2018-08-12 09:09:58,606 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159?resolve_outputs=False used request id req-7f83a112-8569-4d52-ad04-09dd41204d19 2018-08-12 09:10:03,613 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-12 09:10:03,616 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/events?marker=ef39a73d-389a-4678-8dd5-2100a3501ffe&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:10:03,841 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 09:10:03 GMT Server: Apache x-openstack-request-id: req-a28f7d11-2275-49da-b355-de15447e3716 Location: http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=ef39a73d-389a-4678-8dd5-2100a3501ffe&sort_dir=asc Content-Length: 559 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 09:10:04,072 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:10:03 GMT Server: Apache x-openstack-request-id: req-aba91fda-8ad4-4a30-a818-6a4b173cae59 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 450 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "mgmt_network", "event_time": "2018-08-12T09:09:58Z", "links": [{"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/resources/mgmt_network/events/54e9749a-c007-4a46-9b61-8c5043cfd39e", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/resources/mgmt_network", "rel": "resource"}, {"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159", "rel": "stack"}], "logical_resource_id": "mgmt_network", "resource_status_reason": "state changed", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "3b546c18-57e2-4ed5-9b4a-063c1766fac1", "id": "54e9749a-c007-4a46-9b61-8c5043cfd39e"}, {"resource_name": "sig_network", "event_time": "2018-08-12T09:10:00Z", "links": [{"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/resources/sig_network/events/6764106f-8d2f-4153-8f9d-097190340a8c", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/resources/sig_network", "rel": "resource"}, {"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159", "rel": "stack"}], "logical_resource_id": "sig_network", "resource_status_reason": "state changed", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "990266d4-87e3-424a-a6f2-199e8c5695fe", "id": "6764106f-8d2f-4153-8f9d-097190340a8c"}]} 2018-08-12 09:10:04,072 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=ef39a73d-389a-4678-8dd5-2100a3501ffe&sort_dir=asc&marker=ef39a73d-389a-4678-8dd5-2100a3501ffe&sort_dir=asc used request id req-aba91fda-8ad4-4a30-a818-6a4b173cae59 2018-08-12 09:10:04,072 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.458593130112s 2018-08-12 09:10:04,072 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=ef39a73d-389a-4678-8dd5-2100a3501ffe&sort_dir=asc&marker=ef39a73d-389a-4678-8dd5-2100a3501ffe&sort_dir=asc used request id req-aba91fda-8ad4-4a30-a818-6a4b173cae59 2018-08-12 09:10:09,078 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-12 09:10:09,081 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/events?marker=6764106f-8d2f-4153-8f9d-097190340a8c&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:10:09,281 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 09:10:09 GMT Server: Apache x-openstack-request-id: req-6b8709c8-fb37-4f3b-bdb1-f126201b91fe Location: http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=6764106f-8d2f-4153-8f9d-097190340a8c&sort_dir=asc Content-Length: 559 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 09:10:09,524 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:10:09 GMT Server: Apache x-openstack-request-id: req-c72319e1-9ebf-44e1-96f3-2deca6c0383e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 455 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "security_groups", "event_time": "2018-08-12T09:10:04Z", "links": [{"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/resources/security_groups/events/559e5ae8-d777-4918-9467-21a93b5bbd96", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/resources/security_groups", "rel": "resource"}, {"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159", "rel": "stack"}], "logical_resource_id": "security_groups", "resource_status_reason": "state changed", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "9599a131-7cd5-45ae-9982-0048773d3184", "id": "559e5ae8-d777-4918-9467-21a93b5bbd96"}, {"resource_name": "dns", "event_time": "2018-08-12T09:10:05Z", "links": [{"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/resources/dns/events/1106b54c-9401-4832-9e05-76d4a6169e82", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/resources/dns", "rel": "resource"}, {"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159", "rel": "stack"}], "logical_resource_id": "dns", "resource_status_reason": "state changed", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "clearwater-opnfv-dns-7kblqewaolm5", "id": "1106b54c-9401-4832-9e05-76d4a6169e82"}]} 2018-08-12 09:10:09,524 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=6764106f-8d2f-4153-8f9d-097190340a8c&sort_dir=asc&marker=6764106f-8d2f-4153-8f9d-097190340a8c&sort_dir=asc used request id req-c72319e1-9ebf-44e1-96f3-2deca6c0383e 2018-08-12 09:10:09,524 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.445547819138s 2018-08-12 09:10:09,524 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=6764106f-8d2f-4153-8f9d-097190340a8c&sort_dir=asc&marker=6764106f-8d2f-4153-8f9d-097190340a8c&sort_dir=asc used request id req-c72319e1-9ebf-44e1-96f3-2deca6c0383e 2018-08-12 09:10:14,530 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-12 09:10:14,533 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/events?marker=1106b54c-9401-4832-9e05-76d4a6169e82&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:10:14,560 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 09:10:14 GMT Server: Apache x-openstack-request-id: req-3dac95c7-c972-46e6-9256-3920f0c78b63 Location: http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=1106b54c-9401-4832-9e05-76d4a6169e82&sort_dir=asc Content-Length: 559 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 09:10:14,603 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:10:14 GMT Server: Apache x-openstack-request-id: req-28d7a57d-f546-4e2a-8d0e-cfec9360267b Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-12 09:10:14,603 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=1106b54c-9401-4832-9e05-76d4a6169e82&sort_dir=asc&marker=1106b54c-9401-4832-9e05-76d4a6169e82&sort_dir=asc used request id req-28d7a57d-f546-4e2a-8d0e-cfec9360267b 2018-08-12 09:10:14,603 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0724270343781s 2018-08-12 09:10:14,603 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=1106b54c-9401-4832-9e05-76d4a6169e82&sort_dir=asc&marker=1106b54c-9401-4832-9e05-76d4a6169e82&sort_dir=asc used request id req-28d7a57d-f546-4e2a-8d0e-cfec9360267b 2018-08-12 09:10:19,609 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-12 09:10:19,612 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/events?marker=1106b54c-9401-4832-9e05-76d4a6169e82&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:10:19,639 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 09:10:19 GMT Server: Apache x-openstack-request-id: req-f9ee887b-39bf-4b1a-a4cd-6ea16b35be41 Location: http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=1106b54c-9401-4832-9e05-76d4a6169e82&sort_dir=asc Content-Length: 559 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 09:10:19,681 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:10:19 GMT Server: Apache x-openstack-request-id: req-eceb7a82-3aba-47c7-87b7-14c5e2e78b79 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-12 09:10:19,681 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=1106b54c-9401-4832-9e05-76d4a6169e82&sort_dir=asc&marker=1106b54c-9401-4832-9e05-76d4a6169e82&sort_dir=asc used request id req-eceb7a82-3aba-47c7-87b7-14c5e2e78b79 2018-08-12 09:10:19,681 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0719399452209s 2018-08-12 09:10:19,681 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=1106b54c-9401-4832-9e05-76d4a6169e82&sort_dir=asc&marker=1106b54c-9401-4832-9e05-76d4a6169e82&sort_dir=asc used request id req-eceb7a82-3aba-47c7-87b7-14c5e2e78b79 2018-08-12 09:10:19,682 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-12 09:10:19,684 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:10:19,712 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 09:10:19 GMT Server: Apache x-openstack-request-id: req-a9794c7b-a009-4ee8-8d01-cea43fda5ae6 Location: http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159?resolve_outputs=False Content-Length: 467 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 09:10:19,754 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:10:19 GMT Server: Apache x-openstack-request-id: req-f6f08ce8-c5ab-4fa0-a785-00ce668573af Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 877 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "ea1830952fba468cada22c80855b775c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_61cf3297-02ef-4796-a134-6831b487977a", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_61cf3297-02ef-4796-a134-6831b487977a", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "46848f83-8b03-447a-8113-006303ddf159", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "ce10f6ee6e954eba8845dfa7eb5c94e3", "tags": null, "creation_time": "2018-08-12T09:09:40Z", "links": [{"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "46848f83-8b03-447a-8113-006303ddf159", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-12 09:10:19,754 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159?resolve_outputs=False used request id req-f6f08ce8-c5ab-4fa0-a785-00ce668573af 2018-08-12 09:10:19,755 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0727880001068s 2018-08-12 09:10:19,755 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159?resolve_outputs=False used request id req-f6f08ce8-c5ab-4fa0-a785-00ce668573af 2018-08-12 09:10:24,762 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-12 09:10:24,765 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/events?marker=1106b54c-9401-4832-9e05-76d4a6169e82&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:10:24,791 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 09:10:24 GMT Server: Apache x-openstack-request-id: req-d75996b0-2245-4918-bb15-885e37fb7ed3 Location: http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=1106b54c-9401-4832-9e05-76d4a6169e82&sort_dir=asc Content-Length: 559 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 09:10:25,016 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:10:24 GMT Server: Apache x-openstack-request-id: req-24805486-0e63-4f4d-95a6-8c8ab7ae927c Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-12 09:10:25,016 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=1106b54c-9401-4832-9e05-76d4a6169e82&sort_dir=asc&marker=1106b54c-9401-4832-9e05-76d4a6169e82&sort_dir=asc used request id req-24805486-0e63-4f4d-95a6-8c8ab7ae927c 2018-08-12 09:10:25,016 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.254607200623s 2018-08-12 09:10:25,017 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=1106b54c-9401-4832-9e05-76d4a6169e82&sort_dir=asc&marker=1106b54c-9401-4832-9e05-76d4a6169e82&sort_dir=asc used request id req-24805486-0e63-4f4d-95a6-8c8ab7ae927c 2018-08-12 09:10:30,022 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-12 09:10:30,025 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/events?marker=1106b54c-9401-4832-9e05-76d4a6169e82&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:10:30,052 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 09:10:30 GMT Server: Apache x-openstack-request-id: req-1600f269-4410-4008-a3e3-c389526a44d1 Location: http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=1106b54c-9401-4832-9e05-76d4a6169e82&sort_dir=asc Content-Length: 559 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 09:10:30,258 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:10:30 GMT Server: Apache x-openstack-request-id: req-b14af88d-d766-4877-9818-d0f02625c275 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-12 09:10:30,258 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=1106b54c-9401-4832-9e05-76d4a6169e82&sort_dir=asc&marker=1106b54c-9401-4832-9e05-76d4a6169e82&sort_dir=asc used request id req-b14af88d-d766-4877-9818-d0f02625c275 2018-08-12 09:10:30,258 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.235527992249s 2018-08-12 09:10:30,258 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=1106b54c-9401-4832-9e05-76d4a6169e82&sort_dir=asc&marker=1106b54c-9401-4832-9e05-76d4a6169e82&sort_dir=asc used request id req-b14af88d-d766-4877-9818-d0f02625c275 2018-08-12 09:10:30,259 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-12 09:10:30,261 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:10:30,461 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 09:10:30 GMT Server: Apache x-openstack-request-id: req-40022e0f-92aa-465d-a7fd-2b98ac51dd89 Location: http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159?resolve_outputs=False Content-Length: 467 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 09:10:30,656 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:10:30 GMT Server: Apache x-openstack-request-id: req-c6f421ce-1401-4feb-8444-19af6566a1a1 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 877 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "ea1830952fba468cada22c80855b775c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_61cf3297-02ef-4796-a134-6831b487977a", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_61cf3297-02ef-4796-a134-6831b487977a", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "46848f83-8b03-447a-8113-006303ddf159", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "ce10f6ee6e954eba8845dfa7eb5c94e3", "tags": null, "creation_time": "2018-08-12T09:09:40Z", "links": [{"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "46848f83-8b03-447a-8113-006303ddf159", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-12 09:10:30,657 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159?resolve_outputs=False used request id req-c6f421ce-1401-4feb-8444-19af6566a1a1 2018-08-12 09:10:30,657 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.397844791412s 2018-08-12 09:10:30,657 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159?resolve_outputs=False used request id req-c6f421ce-1401-4feb-8444-19af6566a1a1 2018-08-12 09:10:35,659 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-12 09:10:35,662 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/events?marker=1106b54c-9401-4832-9e05-76d4a6169e82&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:10:35,877 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 09:10:35 GMT Server: Apache x-openstack-request-id: req-9dc618ef-e6b1-4a26-a410-914de224fe47 Location: http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=1106b54c-9401-4832-9e05-76d4a6169e82&sort_dir=asc Content-Length: 559 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 09:10:35,919 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:10:35 GMT Server: Apache x-openstack-request-id: req-fb019808-f241-4ce7-83db-b0e3ce74ebff Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-12 09:10:35,919 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=1106b54c-9401-4832-9e05-76d4a6169e82&sort_dir=asc&marker=1106b54c-9401-4832-9e05-76d4a6169e82&sort_dir=asc used request id req-fb019808-f241-4ce7-83db-b0e3ce74ebff 2018-08-12 09:10:35,920 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.260055065155s 2018-08-12 09:10:35,920 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=1106b54c-9401-4832-9e05-76d4a6169e82&sort_dir=asc&marker=1106b54c-9401-4832-9e05-76d4a6169e82&sort_dir=asc used request id req-fb019808-f241-4ce7-83db-b0e3ce74ebff 2018-08-12 09:10:40,921 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-12 09:10:40,924 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/events?marker=1106b54c-9401-4832-9e05-76d4a6169e82&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:10:41,101 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 09:10:40 GMT Server: Apache x-openstack-request-id: req-243cf73d-2e9c-43c2-9224-d873c236c5a9 Location: http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=1106b54c-9401-4832-9e05-76d4a6169e82&sort_dir=asc Content-Length: 559 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 09:10:41,143 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:10:41 GMT Server: Apache x-openstack-request-id: req-d7d0ccf4-bc28-42bf-907a-bd75209d1489 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-12 09:10:41,143 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=1106b54c-9401-4832-9e05-76d4a6169e82&sort_dir=asc&marker=1106b54c-9401-4832-9e05-76d4a6169e82&sort_dir=asc used request id req-d7d0ccf4-bc28-42bf-907a-bd75209d1489 2018-08-12 09:10:41,143 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.222048044205s 2018-08-12 09:10:41,143 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=1106b54c-9401-4832-9e05-76d4a6169e82&sort_dir=asc&marker=1106b54c-9401-4832-9e05-76d4a6169e82&sort_dir=asc used request id req-d7d0ccf4-bc28-42bf-907a-bd75209d1489 2018-08-12 09:10:41,144 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-12 09:10:41,147 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:10:41,375 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 09:10:41 GMT Server: Apache x-openstack-request-id: req-8fc24aeb-d13f-4794-9b4b-9af430008a19 Location: http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159?resolve_outputs=False Content-Length: 467 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 09:10:41,585 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:10:41 GMT Server: Apache x-openstack-request-id: req-0235fdb7-9875-44ee-9d06-c4c052c62d45 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 877 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "ea1830952fba468cada22c80855b775c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_61cf3297-02ef-4796-a134-6831b487977a", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_61cf3297-02ef-4796-a134-6831b487977a", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "46848f83-8b03-447a-8113-006303ddf159", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "ce10f6ee6e954eba8845dfa7eb5c94e3", "tags": null, "creation_time": "2018-08-12T09:09:40Z", "links": [{"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "46848f83-8b03-447a-8113-006303ddf159", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-12 09:10:41,585 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159?resolve_outputs=False used request id req-0235fdb7-9875-44ee-9d06-c4c052c62d45 2018-08-12 09:10:41,585 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.441187143326s 2018-08-12 09:10:41,585 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159?resolve_outputs=False used request id req-0235fdb7-9875-44ee-9d06-c4c052c62d45 2018-08-12 09:10:46,592 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-12 09:10:46,595 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/events?marker=1106b54c-9401-4832-9e05-76d4a6169e82&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:10:46,798 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 09:10:46 GMT Server: Apache x-openstack-request-id: req-73514385-9ac3-4a28-acd3-1ae8329440ad Location: http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=1106b54c-9401-4832-9e05-76d4a6169e82&sort_dir=asc Content-Length: 559 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 09:10:46,840 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:10:46 GMT Server: Apache x-openstack-request-id: req-5387b3bb-513b-4866-a901-f24a255f960d Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-12 09:10:46,840 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=1106b54c-9401-4832-9e05-76d4a6169e82&sort_dir=asc&marker=1106b54c-9401-4832-9e05-76d4a6169e82&sort_dir=asc used request id req-5387b3bb-513b-4866-a901-f24a255f960d 2018-08-12 09:10:46,841 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.248117923737s 2018-08-12 09:10:46,841 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=1106b54c-9401-4832-9e05-76d4a6169e82&sort_dir=asc&marker=1106b54c-9401-4832-9e05-76d4a6169e82&sort_dir=asc used request id req-5387b3bb-513b-4866-a901-f24a255f960d 2018-08-12 09:10:51,843 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-12 09:10:51,845 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/events?marker=1106b54c-9401-4832-9e05-76d4a6169e82&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:10:52,049 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 09:10:51 GMT Server: Apache x-openstack-request-id: req-6c9419bc-ddaa-4b5e-a432-eaeb6131019f Location: http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=1106b54c-9401-4832-9e05-76d4a6169e82&sort_dir=asc Content-Length: 559 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 09:10:52,262 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:10:52 GMT Server: Apache x-openstack-request-id: req-94bcf726-80ca-419b-a1d7-6055202dd177 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-12 09:10:52,262 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=1106b54c-9401-4832-9e05-76d4a6169e82&sort_dir=asc&marker=1106b54c-9401-4832-9e05-76d4a6169e82&sort_dir=asc used request id req-94bcf726-80ca-419b-a1d7-6055202dd177 2018-08-12 09:10:52,262 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.419363975525s 2018-08-12 09:10:52,262 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=1106b54c-9401-4832-9e05-76d4a6169e82&sort_dir=asc&marker=1106b54c-9401-4832-9e05-76d4a6169e82&sort_dir=asc used request id req-94bcf726-80ca-419b-a1d7-6055202dd177 2018-08-12 09:10:52,263 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-12 09:10:52,266 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:10:52,458 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 09:10:52 GMT Server: Apache x-openstack-request-id: req-4490d51b-4c13-4866-8271-ce63fa3e4d1c Location: http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159?resolve_outputs=False Content-Length: 467 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 09:10:52,500 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:10:52 GMT Server: Apache x-openstack-request-id: req-145f7e64-06db-476c-acaa-a007fba12e6d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 877 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "ea1830952fba468cada22c80855b775c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_61cf3297-02ef-4796-a134-6831b487977a", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_61cf3297-02ef-4796-a134-6831b487977a", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "46848f83-8b03-447a-8113-006303ddf159", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "ce10f6ee6e954eba8845dfa7eb5c94e3", "tags": null, "creation_time": "2018-08-12T09:09:40Z", "links": [{"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "46848f83-8b03-447a-8113-006303ddf159", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-12 09:10:52,500 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159?resolve_outputs=False used request id req-145f7e64-06db-476c-acaa-a007fba12e6d 2018-08-12 09:10:52,500 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.23689699173s 2018-08-12 09:10:52,500 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159?resolve_outputs=False used request id req-145f7e64-06db-476c-acaa-a007fba12e6d 2018-08-12 09:10:57,507 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-12 09:10:57,510 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/events?marker=1106b54c-9401-4832-9e05-76d4a6169e82&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:10:57,538 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 09:10:57 GMT Server: Apache x-openstack-request-id: req-48bc22a4-64fb-417e-91a6-b7654a20a5ed Location: http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=1106b54c-9401-4832-9e05-76d4a6169e82&sort_dir=asc Content-Length: 559 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 09:10:57,750 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:10:57 GMT Server: Apache x-openstack-request-id: req-5ef5256d-2a42-4091-b3a9-b24d1725aaa2 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-12 09:10:57,751 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=1106b54c-9401-4832-9e05-76d4a6169e82&sort_dir=asc&marker=1106b54c-9401-4832-9e05-76d4a6169e82&sort_dir=asc used request id req-5ef5256d-2a42-4091-b3a9-b24d1725aaa2 2018-08-12 09:10:57,751 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.243486881256s 2018-08-12 09:10:57,751 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=1106b54c-9401-4832-9e05-76d4a6169e82&sort_dir=asc&marker=1106b54c-9401-4832-9e05-76d4a6169e82&sort_dir=asc used request id req-5ef5256d-2a42-4091-b3a9-b24d1725aaa2 2018-08-12 09:11:02,757 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-12 09:11:02,760 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/events?marker=1106b54c-9401-4832-9e05-76d4a6169e82&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:11:02,788 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 09:11:02 GMT Server: Apache x-openstack-request-id: req-e9e828c2-d29f-48cc-a2c0-ae6e3338aa1e Location: http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=1106b54c-9401-4832-9e05-76d4a6169e82&sort_dir=asc Content-Length: 559 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 09:11:03,019 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:11:02 GMT Server: Apache x-openstack-request-id: req-77b0182e-d7db-453b-9175-8084e79cd106 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-12 09:11:03,019 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=1106b54c-9401-4832-9e05-76d4a6169e82&sort_dir=asc&marker=1106b54c-9401-4832-9e05-76d4a6169e82&sort_dir=asc used request id req-77b0182e-d7db-453b-9175-8084e79cd106 2018-08-12 09:11:03,019 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.262098073959s 2018-08-12 09:11:03,020 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=1106b54c-9401-4832-9e05-76d4a6169e82&sort_dir=asc&marker=1106b54c-9401-4832-9e05-76d4a6169e82&sort_dir=asc used request id req-77b0182e-d7db-453b-9175-8084e79cd106 2018-08-12 09:11:03,020 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-12 09:11:03,024 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:11:03,052 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 09:11:03 GMT Server: Apache x-openstack-request-id: req-d482eca2-b559-4cc7-bf25-9a689fcaebc5 Location: http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159?resolve_outputs=False Content-Length: 467 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 09:11:03,267 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:11:03 GMT Server: Apache x-openstack-request-id: req-8cb27bba-362b-470c-9e69-3445fbbe701f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 877 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "ea1830952fba468cada22c80855b775c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_61cf3297-02ef-4796-a134-6831b487977a", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_61cf3297-02ef-4796-a134-6831b487977a", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "46848f83-8b03-447a-8113-006303ddf159", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "ce10f6ee6e954eba8845dfa7eb5c94e3", "tags": null, "creation_time": "2018-08-12T09:09:40Z", "links": [{"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "46848f83-8b03-447a-8113-006303ddf159", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-12 09:11:03,267 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159?resolve_outputs=False used request id req-8cb27bba-362b-470c-9e69-3445fbbe701f 2018-08-12 09:11:03,267 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.247049093246s 2018-08-12 09:11:03,268 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159?resolve_outputs=False used request id req-8cb27bba-362b-470c-9e69-3445fbbe701f 2018-08-12 09:11:08,275 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-12 09:11:08,278 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/events?marker=1106b54c-9401-4832-9e05-76d4a6169e82&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:11:08,488 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 09:11:08 GMT Server: Apache x-openstack-request-id: req-d08f3d1b-84c7-4d4e-a2d0-0900ed5359ab Location: http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=1106b54c-9401-4832-9e05-76d4a6169e82&sort_dir=asc Content-Length: 559 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 09:11:08,711 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:11:08 GMT Server: Apache x-openstack-request-id: req-f0826947-9d27-4d48-813b-82299314f618 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-12 09:11:08,712 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=1106b54c-9401-4832-9e05-76d4a6169e82&sort_dir=asc&marker=1106b54c-9401-4832-9e05-76d4a6169e82&sort_dir=asc used request id req-f0826947-9d27-4d48-813b-82299314f618 2018-08-12 09:11:08,712 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.436950922012s 2018-08-12 09:11:08,712 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=1106b54c-9401-4832-9e05-76d4a6169e82&sort_dir=asc&marker=1106b54c-9401-4832-9e05-76d4a6169e82&sort_dir=asc used request id req-f0826947-9d27-4d48-813b-82299314f618 2018-08-12 09:11:13,718 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-12 09:11:13,720 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/events?marker=1106b54c-9401-4832-9e05-76d4a6169e82&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:11:13,747 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 09:11:13 GMT Server: Apache x-openstack-request-id: req-d594ed1f-65fb-4ac7-a3e8-e74fadafdb33 Location: http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=1106b54c-9401-4832-9e05-76d4a6169e82&sort_dir=asc Content-Length: 559 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 09:11:13,789 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:11:13 GMT Server: Apache x-openstack-request-id: req-fda031b7-454d-4155-8043-0704d314546a Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-12 09:11:13,789 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=1106b54c-9401-4832-9e05-76d4a6169e82&sort_dir=asc&marker=1106b54c-9401-4832-9e05-76d4a6169e82&sort_dir=asc used request id req-fda031b7-454d-4155-8043-0704d314546a 2018-08-12 09:11:13,789 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0716140270233s 2018-08-12 09:11:13,790 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=1106b54c-9401-4832-9e05-76d4a6169e82&sort_dir=asc&marker=1106b54c-9401-4832-9e05-76d4a6169e82&sort_dir=asc used request id req-fda031b7-454d-4155-8043-0704d314546a 2018-08-12 09:11:13,790 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-12 09:11:13,793 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:11:13,990 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 09:11:13 GMT Server: Apache x-openstack-request-id: req-dacb0dbd-276e-46b0-a318-8f900a0a98e6 Location: http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159?resolve_outputs=False Content-Length: 467 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 09:11:14,032 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:11:13 GMT Server: Apache x-openstack-request-id: req-6fd898d9-c4ea-4205-904a-6b44d9c600db Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 877 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "ea1830952fba468cada22c80855b775c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_61cf3297-02ef-4796-a134-6831b487977a", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_61cf3297-02ef-4796-a134-6831b487977a", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "46848f83-8b03-447a-8113-006303ddf159", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "ce10f6ee6e954eba8845dfa7eb5c94e3", "tags": null, "creation_time": "2018-08-12T09:09:40Z", "links": [{"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "46848f83-8b03-447a-8113-006303ddf159", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-12 09:11:14,032 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159?resolve_outputs=False used request id req-6fd898d9-c4ea-4205-904a-6b44d9c600db 2018-08-12 09:11:14,033 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.242312908173s 2018-08-12 09:11:14,033 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159?resolve_outputs=False used request id req-6fd898d9-c4ea-4205-904a-6b44d9c600db 2018-08-12 09:11:19,040 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-12 09:11:19,043 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/events?marker=1106b54c-9401-4832-9e05-76d4a6169e82&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:11:19,244 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 09:11:19 GMT Server: Apache x-openstack-request-id: req-fdaa728b-ff18-4202-a2ab-7e3f3e46c259 Location: http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=1106b54c-9401-4832-9e05-76d4a6169e82&sort_dir=asc Content-Length: 559 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 09:11:19,286 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:11:19 GMT Server: Apache x-openstack-request-id: req-ebefb716-3335-4c7c-a19e-dae18ea34a7e Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-12 09:11:19,286 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=1106b54c-9401-4832-9e05-76d4a6169e82&sort_dir=asc&marker=1106b54c-9401-4832-9e05-76d4a6169e82&sort_dir=asc used request id req-ebefb716-3335-4c7c-a19e-dae18ea34a7e 2018-08-12 09:11:19,286 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.246106863022s 2018-08-12 09:11:19,286 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=1106b54c-9401-4832-9e05-76d4a6169e82&sort_dir=asc&marker=1106b54c-9401-4832-9e05-76d4a6169e82&sort_dir=asc used request id req-ebefb716-3335-4c7c-a19e-dae18ea34a7e 2018-08-12 09:11:24,292 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-12 09:11:24,295 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/events?marker=1106b54c-9401-4832-9e05-76d4a6169e82&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:11:24,322 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 09:11:24 GMT Server: Apache x-openstack-request-id: req-cc6c2d27-2e05-40e6-80f5-a4e1ecdbaaa0 Location: http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=1106b54c-9401-4832-9e05-76d4a6169e82&sort_dir=asc Content-Length: 559 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 09:11:24,364 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:11:24 GMT Server: Apache x-openstack-request-id: req-3fcca670-e999-423c-abe4-111a7db7875d Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-12 09:11:24,364 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=1106b54c-9401-4832-9e05-76d4a6169e82&sort_dir=asc&marker=1106b54c-9401-4832-9e05-76d4a6169e82&sort_dir=asc used request id req-3fcca670-e999-423c-abe4-111a7db7875d 2018-08-12 09:11:24,364 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0722000598907s 2018-08-12 09:11:24,365 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=1106b54c-9401-4832-9e05-76d4a6169e82&sort_dir=asc&marker=1106b54c-9401-4832-9e05-76d4a6169e82&sort_dir=asc used request id req-3fcca670-e999-423c-abe4-111a7db7875d 2018-08-12 09:11:24,365 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-12 09:11:24,368 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:11:24,394 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 09:11:24 GMT Server: Apache x-openstack-request-id: req-e09e21ca-5f22-4a3d-a060-9636ea737943 Location: http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159?resolve_outputs=False Content-Length: 467 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 09:11:24,436 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:11:24 GMT Server: Apache x-openstack-request-id: req-1ff0fb55-a3b5-422f-af29-c868f303033d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 877 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "ea1830952fba468cada22c80855b775c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_61cf3297-02ef-4796-a134-6831b487977a", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_61cf3297-02ef-4796-a134-6831b487977a", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "46848f83-8b03-447a-8113-006303ddf159", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "ce10f6ee6e954eba8845dfa7eb5c94e3", "tags": null, "creation_time": "2018-08-12T09:09:40Z", "links": [{"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "46848f83-8b03-447a-8113-006303ddf159", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-12 09:11:24,437 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159?resolve_outputs=False used request id req-1ff0fb55-a3b5-422f-af29-c868f303033d 2018-08-12 09:11:24,437 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0715460777283s 2018-08-12 09:11:24,437 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159?resolve_outputs=False used request id req-1ff0fb55-a3b5-422f-af29-c868f303033d 2018-08-12 09:11:29,443 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-12 09:11:29,447 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/events?marker=1106b54c-9401-4832-9e05-76d4a6169e82&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:11:29,474 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 09:11:29 GMT Server: Apache x-openstack-request-id: req-0e35d304-11d6-44ba-a2a3-a936e1283c98 Location: http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=1106b54c-9401-4832-9e05-76d4a6169e82&sort_dir=asc Content-Length: 559 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 09:11:29,516 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:11:29 GMT Server: Apache x-openstack-request-id: req-939ba34e-0da8-4319-ac5b-4ad35726bd0a Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-12 09:11:29,516 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=1106b54c-9401-4832-9e05-76d4a6169e82&sort_dir=asc&marker=1106b54c-9401-4832-9e05-76d4a6169e82&sort_dir=asc used request id req-939ba34e-0da8-4319-ac5b-4ad35726bd0a 2018-08-12 09:11:29,516 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0725991725922s 2018-08-12 09:11:29,516 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=1106b54c-9401-4832-9e05-76d4a6169e82&sort_dir=asc&marker=1106b54c-9401-4832-9e05-76d4a6169e82&sort_dir=asc used request id req-939ba34e-0da8-4319-ac5b-4ad35726bd0a 2018-08-12 09:11:34,522 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-12 09:11:34,525 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/events?marker=1106b54c-9401-4832-9e05-76d4a6169e82&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:11:34,553 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 09:11:34 GMT Server: Apache x-openstack-request-id: req-f435901f-2301-48b3-ae8f-1e147c03f7e2 Location: http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=1106b54c-9401-4832-9e05-76d4a6169e82&sort_dir=asc Content-Length: 559 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 09:11:34,596 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:11:34 GMT Server: Apache x-openstack-request-id: req-83c1f602-71bd-4cf8-897f-554b6df63f9d Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-12 09:11:34,596 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=1106b54c-9401-4832-9e05-76d4a6169e82&sort_dir=asc&marker=1106b54c-9401-4832-9e05-76d4a6169e82&sort_dir=asc used request id req-83c1f602-71bd-4cf8-897f-554b6df63f9d 2018-08-12 09:11:34,596 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.073481798172s 2018-08-12 09:11:34,596 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=1106b54c-9401-4832-9e05-76d4a6169e82&sort_dir=asc&marker=1106b54c-9401-4832-9e05-76d4a6169e82&sort_dir=asc used request id req-83c1f602-71bd-4cf8-897f-554b6df63f9d 2018-08-12 09:11:34,597 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-12 09:11:34,599 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:11:34,626 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 09:11:34 GMT Server: Apache x-openstack-request-id: req-af16cadc-1dd2-4d17-9acb-31cdb415d4a2 Location: http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159?resolve_outputs=False Content-Length: 467 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 09:11:34,816 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:11:34 GMT Server: Apache x-openstack-request-id: req-6ec14fd7-ce46-45db-8c4a-dcd8be9c62b0 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 877 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "ea1830952fba468cada22c80855b775c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_61cf3297-02ef-4796-a134-6831b487977a", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_61cf3297-02ef-4796-a134-6831b487977a", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "46848f83-8b03-447a-8113-006303ddf159", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "ce10f6ee6e954eba8845dfa7eb5c94e3", "tags": null, "creation_time": "2018-08-12T09:09:40Z", "links": [{"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "46848f83-8b03-447a-8113-006303ddf159", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-12 09:11:34,816 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159?resolve_outputs=False used request id req-6ec14fd7-ce46-45db-8c4a-dcd8be9c62b0 2018-08-12 09:11:34,816 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.219145059586s 2018-08-12 09:11:34,816 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159?resolve_outputs=False used request id req-6ec14fd7-ce46-45db-8c4a-dcd8be9c62b0 2018-08-12 09:11:39,823 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-12 09:11:39,827 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/events?marker=1106b54c-9401-4832-9e05-76d4a6169e82&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:11:39,854 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 09:11:39 GMT Server: Apache x-openstack-request-id: req-a8b0ae82-a886-4bb4-af9e-19db1b7ad8c2 Location: http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=1106b54c-9401-4832-9e05-76d4a6169e82&sort_dir=asc Content-Length: 559 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 09:11:39,897 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:11:39 GMT Server: Apache x-openstack-request-id: req-985296aa-1e8a-426c-838a-8d18d74d1238 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-12 09:11:39,897 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=1106b54c-9401-4832-9e05-76d4a6169e82&sort_dir=asc&marker=1106b54c-9401-4832-9e05-76d4a6169e82&sort_dir=asc used request id req-985296aa-1e8a-426c-838a-8d18d74d1238 2018-08-12 09:11:39,897 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.073844909668s 2018-08-12 09:11:39,897 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=1106b54c-9401-4832-9e05-76d4a6169e82&sort_dir=asc&marker=1106b54c-9401-4832-9e05-76d4a6169e82&sort_dir=asc used request id req-985296aa-1e8a-426c-838a-8d18d74d1238 2018-08-12 09:11:44,903 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-12 09:11:44,906 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/events?marker=1106b54c-9401-4832-9e05-76d4a6169e82&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:11:44,933 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 09:11:44 GMT Server: Apache x-openstack-request-id: req-2f6a0851-308f-4692-af95-3ec9e1fa01b4 Location: http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=1106b54c-9401-4832-9e05-76d4a6169e82&sort_dir=asc Content-Length: 559 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 09:11:44,974 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:11:44 GMT Server: Apache x-openstack-request-id: req-e40d9e65-e0e2-47d6-84e0-9a79ac10bc2e Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-12 09:11:44,974 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=1106b54c-9401-4832-9e05-76d4a6169e82&sort_dir=asc&marker=1106b54c-9401-4832-9e05-76d4a6169e82&sort_dir=asc used request id req-e40d9e65-e0e2-47d6-84e0-9a79ac10bc2e 2018-08-12 09:11:44,974 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0709309577942s 2018-08-12 09:11:44,975 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=1106b54c-9401-4832-9e05-76d4a6169e82&sort_dir=asc&marker=1106b54c-9401-4832-9e05-76d4a6169e82&sort_dir=asc used request id req-e40d9e65-e0e2-47d6-84e0-9a79ac10bc2e 2018-08-12 09:11:44,975 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-12 09:11:44,978 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:11:45,006 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 09:11:44 GMT Server: Apache x-openstack-request-id: req-86cf1dc6-baa7-412e-88f7-252a4f796ad5 Location: http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159?resolve_outputs=False Content-Length: 467 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 09:11:45,032 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:11:45 GMT Server: Apache x-openstack-request-id: req-bd506d50-1dd0-438f-88af-ff5f70f5e930 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 877 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "ea1830952fba468cada22c80855b775c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_61cf3297-02ef-4796-a134-6831b487977a", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_61cf3297-02ef-4796-a134-6831b487977a", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "46848f83-8b03-447a-8113-006303ddf159", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "ce10f6ee6e954eba8845dfa7eb5c94e3", "tags": null, "creation_time": "2018-08-12T09:09:40Z", "links": [{"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "46848f83-8b03-447a-8113-006303ddf159", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-12 09:11:45,033 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159?resolve_outputs=False used request id req-bd506d50-1dd0-438f-88af-ff5f70f5e930 2018-08-12 09:11:45,033 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.057480096817s 2018-08-12 09:11:45,033 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159?resolve_outputs=False used request id req-bd506d50-1dd0-438f-88af-ff5f70f5e930 2018-08-12 09:11:50,040 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-12 09:11:50,043 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/events?marker=1106b54c-9401-4832-9e05-76d4a6169e82&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:11:50,070 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 09:11:50 GMT Server: Apache x-openstack-request-id: req-8876f419-1c1f-49ce-8df7-c64b3c614e15 Location: http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=1106b54c-9401-4832-9e05-76d4a6169e82&sort_dir=asc Content-Length: 559 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 09:11:50,113 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:11:50 GMT Server: Apache x-openstack-request-id: req-c3b3ad1b-2ba1-44b9-8503-d96397407078 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-12 09:11:50,113 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=1106b54c-9401-4832-9e05-76d4a6169e82&sort_dir=asc&marker=1106b54c-9401-4832-9e05-76d4a6169e82&sort_dir=asc used request id req-c3b3ad1b-2ba1-44b9-8503-d96397407078 2018-08-12 09:11:50,114 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0736501216888s 2018-08-12 09:11:50,114 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=1106b54c-9401-4832-9e05-76d4a6169e82&sort_dir=asc&marker=1106b54c-9401-4832-9e05-76d4a6169e82&sort_dir=asc used request id req-c3b3ad1b-2ba1-44b9-8503-d96397407078 2018-08-12 09:11:55,120 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-12 09:11:55,123 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/events?marker=1106b54c-9401-4832-9e05-76d4a6169e82&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:11:55,150 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 09:11:55 GMT Server: Apache x-openstack-request-id: req-39c08074-39d8-4a25-b007-31f64eb06d45 Location: http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=1106b54c-9401-4832-9e05-76d4a6169e82&sort_dir=asc Content-Length: 559 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 09:11:55,191 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:11:55 GMT Server: Apache x-openstack-request-id: req-64ae2ff3-dbd4-44bc-b4e1-0fe7fc1cdb5b Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-12 09:11:55,191 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=1106b54c-9401-4832-9e05-76d4a6169e82&sort_dir=asc&marker=1106b54c-9401-4832-9e05-76d4a6169e82&sort_dir=asc used request id req-64ae2ff3-dbd4-44bc-b4e1-0fe7fc1cdb5b 2018-08-12 09:11:55,191 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0717258453369s 2018-08-12 09:11:55,192 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=1106b54c-9401-4832-9e05-76d4a6169e82&sort_dir=asc&marker=1106b54c-9401-4832-9e05-76d4a6169e82&sort_dir=asc used request id req-64ae2ff3-dbd4-44bc-b4e1-0fe7fc1cdb5b 2018-08-12 09:11:55,192 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-12 09:11:55,195 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:11:55,400 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 09:11:55 GMT Server: Apache x-openstack-request-id: req-2b95f1e7-7dbf-4c01-84fe-5566e88e32ef Location: http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159?resolve_outputs=False Content-Length: 467 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 09:11:55,442 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:11:55 GMT Server: Apache x-openstack-request-id: req-9657c19b-259a-4bfd-ac72-b1613f417fd1 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 877 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "ea1830952fba468cada22c80855b775c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_61cf3297-02ef-4796-a134-6831b487977a", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_61cf3297-02ef-4796-a134-6831b487977a", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "46848f83-8b03-447a-8113-006303ddf159", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "ce10f6ee6e954eba8845dfa7eb5c94e3", "tags": null, "creation_time": "2018-08-12T09:09:40Z", "links": [{"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "46848f83-8b03-447a-8113-006303ddf159", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-12 09:11:55,442 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159?resolve_outputs=False used request id req-9657c19b-259a-4bfd-ac72-b1613f417fd1 2018-08-12 09:11:55,442 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.249713897705s 2018-08-12 09:11:55,442 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159?resolve_outputs=False used request id req-9657c19b-259a-4bfd-ac72-b1613f417fd1 2018-08-12 09:12:00,449 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-12 09:12:00,452 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/events?marker=1106b54c-9401-4832-9e05-76d4a6169e82&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:12:00,480 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 09:12:00 GMT Server: Apache x-openstack-request-id: req-b6be6f8e-dce5-42a4-a089-03fefe2035e0 Location: http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=1106b54c-9401-4832-9e05-76d4a6169e82&sort_dir=asc Content-Length: 559 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 09:12:00,523 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:12:00 GMT Server: Apache x-openstack-request-id: req-968dffe8-818f-4a8c-a037-8fe57a6c6ad8 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-12 09:12:00,523 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=1106b54c-9401-4832-9e05-76d4a6169e82&sort_dir=asc&marker=1106b54c-9401-4832-9e05-76d4a6169e82&sort_dir=asc used request id req-968dffe8-818f-4a8c-a037-8fe57a6c6ad8 2018-08-12 09:12:00,523 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.073784828186s 2018-08-12 09:12:00,523 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=1106b54c-9401-4832-9e05-76d4a6169e82&sort_dir=asc&marker=1106b54c-9401-4832-9e05-76d4a6169e82&sort_dir=asc used request id req-968dffe8-818f-4a8c-a037-8fe57a6c6ad8 2018-08-12 09:12:05,529 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-12 09:12:05,532 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/events?marker=1106b54c-9401-4832-9e05-76d4a6169e82&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:12:05,736 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 09:12:05 GMT Server: Apache x-openstack-request-id: req-5f18fe07-7936-4419-b53b-5e0208f73db0 Location: http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=1106b54c-9401-4832-9e05-76d4a6169e82&sort_dir=asc Content-Length: 559 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 09:12:05,779 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:12:05 GMT Server: Apache x-openstack-request-id: req-e370f90c-30e1-432d-9fbf-dbed2b0cb98d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 443 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "dns", "event_time": "2018-08-12T09:12:02Z", "links": [{"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/resources/dns/events/73fced02-6a84-4c81-a18e-8da1c19b3818", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/resources/dns", "rel": "resource"}, {"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159", "rel": "stack"}], "logical_resource_id": "dns", "resource_status_reason": "state changed", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "dd9089a7-46a1-4cf5-a5c5-41339607d97e", "id": "73fced02-6a84-4c81-a18e-8da1c19b3818"}, {"resource_name": "ellis", "event_time": "2018-08-12T09:12:02Z", "links": [{"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/resources/ellis/events/00f18638-655e-4c60-8b49-0f826d23fcde", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/resources/ellis", "rel": "resource"}, {"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159", "rel": "stack"}], "logical_resource_id": "ellis", "resource_status_reason": "state changed", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "clearwater-opnfv-ellis-brofa4hi6ghn", "id": "00f18638-655e-4c60-8b49-0f826d23fcde"}]} 2018-08-12 09:12:05,779 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=1106b54c-9401-4832-9e05-76d4a6169e82&sort_dir=asc&marker=1106b54c-9401-4832-9e05-76d4a6169e82&sort_dir=asc used request id req-e370f90c-30e1-432d-9fbf-dbed2b0cb98d 2018-08-12 09:12:05,779 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.250001907349s 2018-08-12 09:12:05,779 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=1106b54c-9401-4832-9e05-76d4a6169e82&sort_dir=asc&marker=1106b54c-9401-4832-9e05-76d4a6169e82&sort_dir=asc used request id req-e370f90c-30e1-432d-9fbf-dbed2b0cb98d 2018-08-12 09:12:10,782 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-12 09:12:10,785 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/events?marker=00f18638-655e-4c60-8b49-0f826d23fcde&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:12:10,812 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 09:12:10 GMT Server: Apache x-openstack-request-id: req-9b26b5b7-3a5e-4d20-a132-819a1fd2d84e Location: http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=00f18638-655e-4c60-8b49-0f826d23fcde&sort_dir=asc Content-Length: 559 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 09:12:10,855 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:12:10 GMT Server: Apache x-openstack-request-id: req-bac666a4-dea2-43de-9c1c-4cf5d216871b Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-12 09:12:10,855 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=00f18638-655e-4c60-8b49-0f826d23fcde&sort_dir=asc&marker=00f18638-655e-4c60-8b49-0f826d23fcde&sort_dir=asc used request id req-bac666a4-dea2-43de-9c1c-4cf5d216871b 2018-08-12 09:12:10,855 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0725338459015s 2018-08-12 09:12:10,855 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=00f18638-655e-4c60-8b49-0f826d23fcde&sort_dir=asc&marker=00f18638-655e-4c60-8b49-0f826d23fcde&sort_dir=asc used request id req-bac666a4-dea2-43de-9c1c-4cf5d216871b 2018-08-12 09:12:15,859 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-12 09:12:15,862 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/events?marker=00f18638-655e-4c60-8b49-0f826d23fcde&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:12:15,890 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 09:12:15 GMT Server: Apache x-openstack-request-id: req-158566cd-f0d2-413d-8e81-1391cbffd139 Location: http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=00f18638-655e-4c60-8b49-0f826d23fcde&sort_dir=asc Content-Length: 559 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 09:12:15,933 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:12:15 GMT Server: Apache x-openstack-request-id: req-3a45d78c-da0c-40e4-a5e0-b9ed650a6385 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-12 09:12:15,933 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=00f18638-655e-4c60-8b49-0f826d23fcde&sort_dir=asc&marker=00f18638-655e-4c60-8b49-0f826d23fcde&sort_dir=asc used request id req-3a45d78c-da0c-40e4-a5e0-b9ed650a6385 2018-08-12 09:12:15,933 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0734438896179s 2018-08-12 09:12:15,933 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=00f18638-655e-4c60-8b49-0f826d23fcde&sort_dir=asc&marker=00f18638-655e-4c60-8b49-0f826d23fcde&sort_dir=asc used request id req-3a45d78c-da0c-40e4-a5e0-b9ed650a6385 2018-08-12 09:12:15,934 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-12 09:12:15,936 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:12:15,963 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 09:12:15 GMT Server: Apache x-openstack-request-id: req-4a87597f-24e7-4b15-a7b2-a2a0e20f31be Location: http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159?resolve_outputs=False Content-Length: 467 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 09:12:15,990 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:12:15 GMT Server: Apache x-openstack-request-id: req-795f773c-18b8-4362-b614-4ddfee08940d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 877 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "ea1830952fba468cada22c80855b775c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_61cf3297-02ef-4796-a134-6831b487977a", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_61cf3297-02ef-4796-a134-6831b487977a", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "46848f83-8b03-447a-8113-006303ddf159", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "ce10f6ee6e954eba8845dfa7eb5c94e3", "tags": null, "creation_time": "2018-08-12T09:09:40Z", "links": [{"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "46848f83-8b03-447a-8113-006303ddf159", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-12 09:12:15,990 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159?resolve_outputs=False used request id req-795f773c-18b8-4362-b614-4ddfee08940d 2018-08-12 09:12:15,991 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0568330287933s 2018-08-12 09:12:15,991 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159?resolve_outputs=False used request id req-795f773c-18b8-4362-b614-4ddfee08940d 2018-08-12 09:12:20,997 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-12 09:12:21,000 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/events?marker=00f18638-655e-4c60-8b49-0f826d23fcde&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:12:21,029 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 09:12:21 GMT Server: Apache x-openstack-request-id: req-1ea2e15b-f3b9-4117-8a03-cf8f8f22fb42 Location: http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=00f18638-655e-4c60-8b49-0f826d23fcde&sort_dir=asc Content-Length: 559 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 09:12:21,073 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:12:21 GMT Server: Apache x-openstack-request-id: req-796d1678-5890-4dc0-a398-399f571f06bc Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-12 09:12:21,073 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=00f18638-655e-4c60-8b49-0f826d23fcde&sort_dir=asc&marker=00f18638-655e-4c60-8b49-0f826d23fcde&sort_dir=asc used request id req-796d1678-5890-4dc0-a398-399f571f06bc 2018-08-12 09:12:21,074 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.075877904892s 2018-08-12 09:12:21,074 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=00f18638-655e-4c60-8b49-0f826d23fcde&sort_dir=asc&marker=00f18638-655e-4c60-8b49-0f826d23fcde&sort_dir=asc used request id req-796d1678-5890-4dc0-a398-399f571f06bc 2018-08-12 09:12:26,079 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-12 09:12:26,084 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/events?marker=00f18638-655e-4c60-8b49-0f826d23fcde&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:12:26,114 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 09:12:26 GMT Server: Apache x-openstack-request-id: req-e3f344bc-20af-462a-9a6d-816ef2b441d7 Location: http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=00f18638-655e-4c60-8b49-0f826d23fcde&sort_dir=asc Content-Length: 559 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 09:12:26,156 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:12:26 GMT Server: Apache x-openstack-request-id: req-bfb369cc-e86a-487f-95e8-42a4f0303d18 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-12 09:12:26,156 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=00f18638-655e-4c60-8b49-0f826d23fcde&sort_dir=asc&marker=00f18638-655e-4c60-8b49-0f826d23fcde&sort_dir=asc used request id req-bfb369cc-e86a-487f-95e8-42a4f0303d18 2018-08-12 09:12:26,156 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0765409469604s 2018-08-12 09:12:26,156 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=00f18638-655e-4c60-8b49-0f826d23fcde&sort_dir=asc&marker=00f18638-655e-4c60-8b49-0f826d23fcde&sort_dir=asc used request id req-bfb369cc-e86a-487f-95e8-42a4f0303d18 2018-08-12 09:12:26,157 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-12 09:12:26,159 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:12:26,186 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 09:12:26 GMT Server: Apache x-openstack-request-id: req-40164908-cac0-43ca-b3b7-42edc7d24ac2 Location: http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159?resolve_outputs=False Content-Length: 467 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 09:12:26,212 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:12:26 GMT Server: Apache x-openstack-request-id: req-c6b2aad6-a6dc-4715-83af-bfb612ba62d8 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 877 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "ea1830952fba468cada22c80855b775c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_61cf3297-02ef-4796-a134-6831b487977a", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_61cf3297-02ef-4796-a134-6831b487977a", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "46848f83-8b03-447a-8113-006303ddf159", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "ce10f6ee6e954eba8845dfa7eb5c94e3", "tags": null, "creation_time": "2018-08-12T09:09:40Z", "links": [{"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "46848f83-8b03-447a-8113-006303ddf159", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-12 09:12:26,212 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159?resolve_outputs=False used request id req-c6b2aad6-a6dc-4715-83af-bfb612ba62d8 2018-08-12 09:12:26,212 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0554821491241s 2018-08-12 09:12:26,213 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159?resolve_outputs=False used request id req-c6b2aad6-a6dc-4715-83af-bfb612ba62d8 2018-08-12 09:12:31,219 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-12 09:12:31,221 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/events?marker=00f18638-655e-4c60-8b49-0f826d23fcde&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:12:31,248 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 09:12:31 GMT Server: Apache x-openstack-request-id: req-2a927771-07e9-48db-9982-4d112bf00fea Location: http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=00f18638-655e-4c60-8b49-0f826d23fcde&sort_dir=asc Content-Length: 559 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 09:12:31,290 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:12:31 GMT Server: Apache x-openstack-request-id: req-b8171c33-e565-4e82-b007-902724124296 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-12 09:12:31,290 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=00f18638-655e-4c60-8b49-0f826d23fcde&sort_dir=asc&marker=00f18638-655e-4c60-8b49-0f826d23fcde&sort_dir=asc used request id req-b8171c33-e565-4e82-b007-902724124296 2018-08-12 09:12:31,290 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0715048313141s 2018-08-12 09:12:31,291 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=00f18638-655e-4c60-8b49-0f826d23fcde&sort_dir=asc&marker=00f18638-655e-4c60-8b49-0f826d23fcde&sort_dir=asc used request id req-b8171c33-e565-4e82-b007-902724124296 2018-08-12 09:12:36,296 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-12 09:12:36,299 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/events?marker=00f18638-655e-4c60-8b49-0f826d23fcde&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:12:36,326 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 09:12:36 GMT Server: Apache x-openstack-request-id: req-4d54b565-a714-4511-b5dd-8ec1984125cf Location: http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=00f18638-655e-4c60-8b49-0f826d23fcde&sort_dir=asc Content-Length: 559 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 09:12:36,368 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:12:36 GMT Server: Apache x-openstack-request-id: req-bbf13be6-0f72-439e-a94a-b894ab99c62f Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-12 09:12:36,368 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=00f18638-655e-4c60-8b49-0f826d23fcde&sort_dir=asc&marker=00f18638-655e-4c60-8b49-0f826d23fcde&sort_dir=asc used request id req-bbf13be6-0f72-439e-a94a-b894ab99c62f 2018-08-12 09:12:36,368 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0718410015106s 2018-08-12 09:12:36,368 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=00f18638-655e-4c60-8b49-0f826d23fcde&sort_dir=asc&marker=00f18638-655e-4c60-8b49-0f826d23fcde&sort_dir=asc used request id req-bbf13be6-0f72-439e-a94a-b894ab99c62f 2018-08-12 09:12:36,369 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-12 09:12:36,372 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:12:36,399 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 09:12:36 GMT Server: Apache x-openstack-request-id: req-81d75b47-ba71-4486-9f40-74efd605ecd5 Location: http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159?resolve_outputs=False Content-Length: 467 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 09:12:36,441 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:12:36 GMT Server: Apache x-openstack-request-id: req-c74df8d6-e206-45e1-ac35-d6b973c5988b Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 877 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "ea1830952fba468cada22c80855b775c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_61cf3297-02ef-4796-a134-6831b487977a", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_61cf3297-02ef-4796-a134-6831b487977a", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "46848f83-8b03-447a-8113-006303ddf159", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "ce10f6ee6e954eba8845dfa7eb5c94e3", "tags": null, "creation_time": "2018-08-12T09:09:40Z", "links": [{"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "46848f83-8b03-447a-8113-006303ddf159", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-12 09:12:36,442 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159?resolve_outputs=False used request id req-c74df8d6-e206-45e1-ac35-d6b973c5988b 2018-08-12 09:12:36,442 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0727241039276s 2018-08-12 09:12:36,442 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159?resolve_outputs=False used request id req-c74df8d6-e206-45e1-ac35-d6b973c5988b 2018-08-12 09:12:41,449 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-12 09:12:41,452 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/events?marker=00f18638-655e-4c60-8b49-0f826d23fcde&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:12:41,479 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 09:12:41 GMT Server: Apache x-openstack-request-id: req-d2978c8a-db5a-4f9a-b6de-4249a369f002 Location: http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=00f18638-655e-4c60-8b49-0f826d23fcde&sort_dir=asc Content-Length: 559 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 09:12:41,521 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:12:41 GMT Server: Apache x-openstack-request-id: req-91c7c975-c535-4f21-b6a7-2d0d58ef4c9b Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-12 09:12:41,521 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=00f18638-655e-4c60-8b49-0f826d23fcde&sort_dir=asc&marker=00f18638-655e-4c60-8b49-0f826d23fcde&sort_dir=asc used request id req-91c7c975-c535-4f21-b6a7-2d0d58ef4c9b 2018-08-12 09:12:41,521 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0720920562744s 2018-08-12 09:12:41,521 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=00f18638-655e-4c60-8b49-0f826d23fcde&sort_dir=asc&marker=00f18638-655e-4c60-8b49-0f826d23fcde&sort_dir=asc used request id req-91c7c975-c535-4f21-b6a7-2d0d58ef4c9b 2018-08-12 09:12:46,527 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-12 09:12:46,530 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/events?marker=00f18638-655e-4c60-8b49-0f826d23fcde&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:12:46,556 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 09:12:46 GMT Server: Apache x-openstack-request-id: req-a442447c-ff6b-46a4-b279-37f7d635048a Location: http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=00f18638-655e-4c60-8b49-0f826d23fcde&sort_dir=asc Content-Length: 559 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 09:12:46,599 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:12:46 GMT Server: Apache x-openstack-request-id: req-3c3eaa39-5c09-44c7-9da7-a9c007c71dcb Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-12 09:12:46,599 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=00f18638-655e-4c60-8b49-0f826d23fcde&sort_dir=asc&marker=00f18638-655e-4c60-8b49-0f826d23fcde&sort_dir=asc used request id req-3c3eaa39-5c09-44c7-9da7-a9c007c71dcb 2018-08-12 09:12:46,599 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0719220638275s 2018-08-12 09:12:46,599 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=00f18638-655e-4c60-8b49-0f826d23fcde&sort_dir=asc&marker=00f18638-655e-4c60-8b49-0f826d23fcde&sort_dir=asc used request id req-3c3eaa39-5c09-44c7-9da7-a9c007c71dcb 2018-08-12 09:12:46,600 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-12 09:12:46,602 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:12:46,629 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 09:12:46 GMT Server: Apache x-openstack-request-id: req-307f15a4-daeb-47ee-be91-9211c00aabc5 Location: http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159?resolve_outputs=False Content-Length: 467 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 09:12:46,655 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:12:46 GMT Server: Apache x-openstack-request-id: req-52c015e1-b2b1-451c-bc3f-98a88f03b413 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 877 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "ea1830952fba468cada22c80855b775c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_61cf3297-02ef-4796-a134-6831b487977a", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_61cf3297-02ef-4796-a134-6831b487977a", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "46848f83-8b03-447a-8113-006303ddf159", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "ce10f6ee6e954eba8845dfa7eb5c94e3", "tags": null, "creation_time": "2018-08-12T09:09:40Z", "links": [{"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "46848f83-8b03-447a-8113-006303ddf159", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-12 09:12:46,655 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159?resolve_outputs=False used request id req-52c015e1-b2b1-451c-bc3f-98a88f03b413 2018-08-12 09:12:46,655 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0553319454193s 2018-08-12 09:12:46,656 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159?resolve_outputs=False used request id req-52c015e1-b2b1-451c-bc3f-98a88f03b413 2018-08-12 09:12:51,662 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-12 09:12:51,665 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/events?marker=00f18638-655e-4c60-8b49-0f826d23fcde&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:12:51,708 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 09:12:51 GMT Server: Apache x-openstack-request-id: req-1593b6d8-bd6d-4833-8047-a15fde73eb07 Location: http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=00f18638-655e-4c60-8b49-0f826d23fcde&sort_dir=asc Content-Length: 559 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 09:12:51,751 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:12:51 GMT Server: Apache x-openstack-request-id: req-89ebbbd7-24e2-46ae-b747-4771a4b54595 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-12 09:12:51,751 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=00f18638-655e-4c60-8b49-0f826d23fcde&sort_dir=asc&marker=00f18638-655e-4c60-8b49-0f826d23fcde&sort_dir=asc used request id req-89ebbbd7-24e2-46ae-b747-4771a4b54595 2018-08-12 09:12:51,751 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0891358852386s 2018-08-12 09:12:51,752 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=00f18638-655e-4c60-8b49-0f826d23fcde&sort_dir=asc&marker=00f18638-655e-4c60-8b49-0f826d23fcde&sort_dir=asc used request id req-89ebbbd7-24e2-46ae-b747-4771a4b54595 2018-08-12 09:12:56,757 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-12 09:12:56,760 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/events?marker=00f18638-655e-4c60-8b49-0f826d23fcde&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:12:56,787 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 09:12:56 GMT Server: Apache x-openstack-request-id: req-14e97fb0-99bb-4f6c-9a86-4110b003b51d Location: http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=00f18638-655e-4c60-8b49-0f826d23fcde&sort_dir=asc Content-Length: 559 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 09:12:56,829 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:12:56 GMT Server: Apache x-openstack-request-id: req-2e6c6ae1-9fc3-4b5d-baea-75c44c63f324 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-12 09:12:56,829 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=00f18638-655e-4c60-8b49-0f826d23fcde&sort_dir=asc&marker=00f18638-655e-4c60-8b49-0f826d23fcde&sort_dir=asc used request id req-2e6c6ae1-9fc3-4b5d-baea-75c44c63f324 2018-08-12 09:12:56,829 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0720150470734s 2018-08-12 09:12:56,830 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=00f18638-655e-4c60-8b49-0f826d23fcde&sort_dir=asc&marker=00f18638-655e-4c60-8b49-0f826d23fcde&sort_dir=asc used request id req-2e6c6ae1-9fc3-4b5d-baea-75c44c63f324 2018-08-12 09:12:56,830 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-12 09:12:56,833 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:12:56,859 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 09:12:56 GMT Server: Apache x-openstack-request-id: req-4fa4f535-c5cb-42a2-83f8-3bdfe947ead8 Location: http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159?resolve_outputs=False Content-Length: 467 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 09:12:56,901 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:12:56 GMT Server: Apache x-openstack-request-id: req-ee864afe-8d48-4c05-8ddd-29f05ae2a0ea Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 877 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "ea1830952fba468cada22c80855b775c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_61cf3297-02ef-4796-a134-6831b487977a", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_61cf3297-02ef-4796-a134-6831b487977a", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "46848f83-8b03-447a-8113-006303ddf159", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "ce10f6ee6e954eba8845dfa7eb5c94e3", "tags": null, "creation_time": "2018-08-12T09:09:40Z", "links": [{"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "46848f83-8b03-447a-8113-006303ddf159", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-12 09:12:56,902 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159?resolve_outputs=False used request id req-ee864afe-8d48-4c05-8ddd-29f05ae2a0ea 2018-08-12 09:12:56,902 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0716018676758s 2018-08-12 09:12:56,902 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159?resolve_outputs=False used request id req-ee864afe-8d48-4c05-8ddd-29f05ae2a0ea 2018-08-12 09:13:01,909 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-12 09:13:01,912 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/events?marker=00f18638-655e-4c60-8b49-0f826d23fcde&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:13:01,940 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 09:13:01 GMT Server: Apache x-openstack-request-id: req-a1802642-b2ce-4efa-bd9d-72e0d8887c15 Location: http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=00f18638-655e-4c60-8b49-0f826d23fcde&sort_dir=asc Content-Length: 559 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 09:13:01,984 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:13:01 GMT Server: Apache x-openstack-request-id: req-2fdc4d20-f18b-49f3-b462-6f81df32127b Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-12 09:13:01,985 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=00f18638-655e-4c60-8b49-0f826d23fcde&sort_dir=asc&marker=00f18638-655e-4c60-8b49-0f826d23fcde&sort_dir=asc used request id req-2fdc4d20-f18b-49f3-b462-6f81df32127b 2018-08-12 09:13:01,985 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0759561061859s 2018-08-12 09:13:01,985 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=00f18638-655e-4c60-8b49-0f826d23fcde&sort_dir=asc&marker=00f18638-655e-4c60-8b49-0f826d23fcde&sort_dir=asc used request id req-2fdc4d20-f18b-49f3-b462-6f81df32127b 2018-08-12 09:13:06,988 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-12 09:13:06,990 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/events?marker=00f18638-655e-4c60-8b49-0f826d23fcde&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:13:07,017 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 09:13:06 GMT Server: Apache x-openstack-request-id: req-523aba65-033a-472a-8a8a-c5af1b6ccd49 Location: http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=00f18638-655e-4c60-8b49-0f826d23fcde&sort_dir=asc Content-Length: 559 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 09:13:07,059 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:13:07 GMT Server: Apache x-openstack-request-id: req-8661a43d-cc98-4328-9c40-515b813e7c9e Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-12 09:13:07,059 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=00f18638-655e-4c60-8b49-0f826d23fcde&sort_dir=asc&marker=00f18638-655e-4c60-8b49-0f826d23fcde&sort_dir=asc used request id req-8661a43d-cc98-4328-9c40-515b813e7c9e 2018-08-12 09:13:07,060 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0715899467468s 2018-08-12 09:13:07,060 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=00f18638-655e-4c60-8b49-0f826d23fcde&sort_dir=asc&marker=00f18638-655e-4c60-8b49-0f826d23fcde&sort_dir=asc used request id req-8661a43d-cc98-4328-9c40-515b813e7c9e 2018-08-12 09:13:07,060 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-12 09:13:07,063 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:13:07,089 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 09:13:07 GMT Server: Apache x-openstack-request-id: req-a51f28dd-0e8c-4b33-b2a4-183a77817d6d Location: http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159?resolve_outputs=False Content-Length: 467 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 09:13:07,130 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:13:07 GMT Server: Apache x-openstack-request-id: req-c349cc26-350b-462d-b1a8-d3b78b5baad3 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 877 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "ea1830952fba468cada22c80855b775c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_61cf3297-02ef-4796-a134-6831b487977a", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_61cf3297-02ef-4796-a134-6831b487977a", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "46848f83-8b03-447a-8113-006303ddf159", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "ce10f6ee6e954eba8845dfa7eb5c94e3", "tags": null, "creation_time": "2018-08-12T09:09:40Z", "links": [{"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "46848f83-8b03-447a-8113-006303ddf159", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-12 09:13:07,130 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159?resolve_outputs=False used request id req-c349cc26-350b-462d-b1a8-d3b78b5baad3 2018-08-12 09:13:07,131 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0701830387115s 2018-08-12 09:13:07,131 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159?resolve_outputs=False used request id req-c349cc26-350b-462d-b1a8-d3b78b5baad3 2018-08-12 09:13:12,137 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-12 09:13:12,140 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/events?marker=00f18638-655e-4c60-8b49-0f826d23fcde&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:13:12,167 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 09:13:12 GMT Server: Apache x-openstack-request-id: req-97e2e4c7-2099-4f55-9155-ef05150abba7 Location: http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=00f18638-655e-4c60-8b49-0f826d23fcde&sort_dir=asc Content-Length: 559 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 09:13:12,209 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:13:12 GMT Server: Apache x-openstack-request-id: req-d39c346b-db77-4c7a-a799-2a4a5e161a83 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-12 09:13:12,210 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=00f18638-655e-4c60-8b49-0f826d23fcde&sort_dir=asc&marker=00f18638-655e-4c60-8b49-0f826d23fcde&sort_dir=asc used request id req-d39c346b-db77-4c7a-a799-2a4a5e161a83 2018-08-12 09:13:12,210 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0726540088654s 2018-08-12 09:13:12,210 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=00f18638-655e-4c60-8b49-0f826d23fcde&sort_dir=asc&marker=00f18638-655e-4c60-8b49-0f826d23fcde&sort_dir=asc used request id req-d39c346b-db77-4c7a-a799-2a4a5e161a83 2018-08-12 09:13:17,216 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-12 09:13:17,219 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/events?marker=00f18638-655e-4c60-8b49-0f826d23fcde&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:13:17,248 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 09:13:17 GMT Server: Apache x-openstack-request-id: req-067457f2-6dbd-4332-b9b0-7cf6c049c7e4 Location: http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=00f18638-655e-4c60-8b49-0f826d23fcde&sort_dir=asc Content-Length: 559 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 09:13:17,292 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:13:17 GMT Server: Apache x-openstack-request-id: req-c3326b3f-2da7-4bac-a042-06216e2a6045 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-12 09:13:17,292 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=00f18638-655e-4c60-8b49-0f826d23fcde&sort_dir=asc&marker=00f18638-655e-4c60-8b49-0f826d23fcde&sort_dir=asc used request id req-c3326b3f-2da7-4bac-a042-06216e2a6045 2018-08-12 09:13:17,292 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0764889717102s 2018-08-12 09:13:17,293 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=00f18638-655e-4c60-8b49-0f826d23fcde&sort_dir=asc&marker=00f18638-655e-4c60-8b49-0f826d23fcde&sort_dir=asc used request id req-c3326b3f-2da7-4bac-a042-06216e2a6045 2018-08-12 09:13:17,293 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-12 09:13:17,295 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:13:17,322 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 09:13:17 GMT Server: Apache x-openstack-request-id: req-6d7a1e0e-dfb1-4574-be38-4c3e94c0f212 Location: http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159?resolve_outputs=False Content-Length: 467 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 09:13:17,367 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:13:17 GMT Server: Apache x-openstack-request-id: req-6d581051-112d-48a8-87f3-f8b2ce26adf7 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 877 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "ea1830952fba468cada22c80855b775c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_61cf3297-02ef-4796-a134-6831b487977a", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_61cf3297-02ef-4796-a134-6831b487977a", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "46848f83-8b03-447a-8113-006303ddf159", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "ce10f6ee6e954eba8845dfa7eb5c94e3", "tags": null, "creation_time": "2018-08-12T09:09:40Z", "links": [{"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "46848f83-8b03-447a-8113-006303ddf159", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-12 09:13:17,367 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159?resolve_outputs=False used request id req-6d581051-112d-48a8-87f3-f8b2ce26adf7 2018-08-12 09:13:17,367 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0741200447083s 2018-08-12 09:13:17,368 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159?resolve_outputs=False used request id req-6d581051-112d-48a8-87f3-f8b2ce26adf7 2018-08-12 09:13:22,374 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-12 09:13:22,377 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/events?marker=00f18638-655e-4c60-8b49-0f826d23fcde&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:13:22,404 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 09:13:22 GMT Server: Apache x-openstack-request-id: req-f8d11418-4c6d-4328-861d-05babc2aa670 Location: http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=00f18638-655e-4c60-8b49-0f826d23fcde&sort_dir=asc Content-Length: 559 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 09:13:22,446 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:13:22 GMT Server: Apache x-openstack-request-id: req-6206cc90-b0ca-4343-b3b9-efeb695caf85 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-12 09:13:22,446 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=00f18638-655e-4c60-8b49-0f826d23fcde&sort_dir=asc&marker=00f18638-655e-4c60-8b49-0f826d23fcde&sort_dir=asc used request id req-6206cc90-b0ca-4343-b3b9-efeb695caf85 2018-08-12 09:13:22,447 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0722892284393s 2018-08-12 09:13:22,447 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=00f18638-655e-4c60-8b49-0f826d23fcde&sort_dir=asc&marker=00f18638-655e-4c60-8b49-0f826d23fcde&sort_dir=asc used request id req-6206cc90-b0ca-4343-b3b9-efeb695caf85 2018-08-12 09:13:27,453 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-12 09:13:27,456 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/events?marker=00f18638-655e-4c60-8b49-0f826d23fcde&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:13:27,484 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 09:13:27 GMT Server: Apache x-openstack-request-id: req-96869fb2-f231-43bf-a972-99f0e59b6e42 Location: http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=00f18638-655e-4c60-8b49-0f826d23fcde&sort_dir=asc Content-Length: 559 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 09:13:27,526 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:13:27 GMT Server: Apache x-openstack-request-id: req-2e4e89e0-f21d-4eca-a462-8fe3e5265a43 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-12 09:13:27,526 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=00f18638-655e-4c60-8b49-0f826d23fcde&sort_dir=asc&marker=00f18638-655e-4c60-8b49-0f826d23fcde&sort_dir=asc used request id req-2e4e89e0-f21d-4eca-a462-8fe3e5265a43 2018-08-12 09:13:27,526 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0734620094299s 2018-08-12 09:13:27,527 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=00f18638-655e-4c60-8b49-0f826d23fcde&sort_dir=asc&marker=00f18638-655e-4c60-8b49-0f826d23fcde&sort_dir=asc used request id req-2e4e89e0-f21d-4eca-a462-8fe3e5265a43 2018-08-12 09:13:27,527 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-12 09:13:27,530 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:13:27,557 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 09:13:27 GMT Server: Apache x-openstack-request-id: req-30137602-1afc-42af-89f7-8a6656c7ce8a Location: http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159?resolve_outputs=False Content-Length: 467 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 09:13:27,599 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:13:27 GMT Server: Apache x-openstack-request-id: req-e46522a9-b52c-4344-99da-e16e2027708d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 877 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "ea1830952fba468cada22c80855b775c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_61cf3297-02ef-4796-a134-6831b487977a", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_61cf3297-02ef-4796-a134-6831b487977a", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "46848f83-8b03-447a-8113-006303ddf159", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "ce10f6ee6e954eba8845dfa7eb5c94e3", "tags": null, "creation_time": "2018-08-12T09:09:40Z", "links": [{"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "46848f83-8b03-447a-8113-006303ddf159", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-12 09:13:27,599 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159?resolve_outputs=False used request id req-e46522a9-b52c-4344-99da-e16e2027708d 2018-08-12 09:13:27,599 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0722939968109s 2018-08-12 09:13:27,600 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159?resolve_outputs=False used request id req-e46522a9-b52c-4344-99da-e16e2027708d 2018-08-12 09:13:32,606 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-12 09:13:32,609 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/events?marker=00f18638-655e-4c60-8b49-0f826d23fcde&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:13:32,637 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 09:13:32 GMT Server: Apache x-openstack-request-id: req-828d2025-6d2e-4a3f-abc6-86beae8df2d7 Location: http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=00f18638-655e-4c60-8b49-0f826d23fcde&sort_dir=asc Content-Length: 559 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 09:13:32,678 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:13:32 GMT Server: Apache x-openstack-request-id: req-1d834bd1-18a8-447e-abe5-4a06ebe73e46 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-12 09:13:32,678 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=00f18638-655e-4c60-8b49-0f826d23fcde&sort_dir=asc&marker=00f18638-655e-4c60-8b49-0f826d23fcde&sort_dir=asc used request id req-1d834bd1-18a8-447e-abe5-4a06ebe73e46 2018-08-12 09:13:32,679 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0720779895782s 2018-08-12 09:13:32,679 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=00f18638-655e-4c60-8b49-0f826d23fcde&sort_dir=asc&marker=00f18638-655e-4c60-8b49-0f826d23fcde&sort_dir=asc used request id req-1d834bd1-18a8-447e-abe5-4a06ebe73e46 2018-08-12 09:13:37,685 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-12 09:13:37,688 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/events?marker=00f18638-655e-4c60-8b49-0f826d23fcde&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:13:37,717 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 09:13:37 GMT Server: Apache x-openstack-request-id: req-76f83dee-6117-4215-9abc-efd0a2b3e513 Location: http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=00f18638-655e-4c60-8b49-0f826d23fcde&sort_dir=asc Content-Length: 559 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 09:13:37,760 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:13:37 GMT Server: Apache x-openstack-request-id: req-dbc1f2c8-3d15-43bf-9838-c9e5201825f7 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-12 09:13:37,760 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=00f18638-655e-4c60-8b49-0f826d23fcde&sort_dir=asc&marker=00f18638-655e-4c60-8b49-0f826d23fcde&sort_dir=asc used request id req-dbc1f2c8-3d15-43bf-9838-c9e5201825f7 2018-08-12 09:13:37,760 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0752980709076s 2018-08-12 09:13:37,760 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=00f18638-655e-4c60-8b49-0f826d23fcde&sort_dir=asc&marker=00f18638-655e-4c60-8b49-0f826d23fcde&sort_dir=asc used request id req-dbc1f2c8-3d15-43bf-9838-c9e5201825f7 2018-08-12 09:13:37,761 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-12 09:13:37,764 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:13:37,792 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 09:13:37 GMT Server: Apache x-openstack-request-id: req-50896aa3-6b6f-4d5b-acea-1664b3f3aeb9 Location: http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159?resolve_outputs=False Content-Length: 467 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 09:13:37,835 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:13:37 GMT Server: Apache x-openstack-request-id: req-d793ca1f-bff8-4615-9364-56d5f2e74f2e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 877 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "ea1830952fba468cada22c80855b775c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_61cf3297-02ef-4796-a134-6831b487977a", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_61cf3297-02ef-4796-a134-6831b487977a", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "46848f83-8b03-447a-8113-006303ddf159", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "ce10f6ee6e954eba8845dfa7eb5c94e3", "tags": null, "creation_time": "2018-08-12T09:09:40Z", "links": [{"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "46848f83-8b03-447a-8113-006303ddf159", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-12 09:13:37,835 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159?resolve_outputs=False used request id req-d793ca1f-bff8-4615-9364-56d5f2e74f2e 2018-08-12 09:13:37,835 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0741319656372s 2018-08-12 09:13:37,836 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159?resolve_outputs=False used request id req-d793ca1f-bff8-4615-9364-56d5f2e74f2e 2018-08-12 09:13:42,842 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-12 09:13:42,845 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/events?marker=00f18638-655e-4c60-8b49-0f826d23fcde&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:13:42,876 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 09:13:42 GMT Server: Apache x-openstack-request-id: req-9b3117a5-7d5b-4eef-a2dd-a71103fd9578 Location: http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=00f18638-655e-4c60-8b49-0f826d23fcde&sort_dir=asc Content-Length: 559 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 09:13:42,919 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:13:42 GMT Server: Apache x-openstack-request-id: req-102e8867-1bf1-4215-88fc-e02af26289aa Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-12 09:13:42,919 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=00f18638-655e-4c60-8b49-0f826d23fcde&sort_dir=asc&marker=00f18638-655e-4c60-8b49-0f826d23fcde&sort_dir=asc used request id req-102e8867-1bf1-4215-88fc-e02af26289aa 2018-08-12 09:13:42,919 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0767529010773s 2018-08-12 09:13:42,920 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=00f18638-655e-4c60-8b49-0f826d23fcde&sort_dir=asc&marker=00f18638-655e-4c60-8b49-0f826d23fcde&sort_dir=asc used request id req-102e8867-1bf1-4215-88fc-e02af26289aa 2018-08-12 09:13:47,925 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-12 09:13:47,928 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/events?marker=00f18638-655e-4c60-8b49-0f826d23fcde&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:13:47,956 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 09:13:47 GMT Server: Apache x-openstack-request-id: req-0743679b-e7ea-44aa-aa10-0ad3bc7cc340 Location: http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=00f18638-655e-4c60-8b49-0f826d23fcde&sort_dir=asc Content-Length: 559 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 09:13:47,998 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:13:47 GMT Server: Apache x-openstack-request-id: req-2b3b6ca5-460d-43c4-9950-e120459e1999 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-12 09:13:47,998 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=00f18638-655e-4c60-8b49-0f826d23fcde&sort_dir=asc&marker=00f18638-655e-4c60-8b49-0f826d23fcde&sort_dir=asc used request id req-2b3b6ca5-460d-43c4-9950-e120459e1999 2018-08-12 09:13:47,998 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0723810195923s 2018-08-12 09:13:47,998 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=00f18638-655e-4c60-8b49-0f826d23fcde&sort_dir=asc&marker=00f18638-655e-4c60-8b49-0f826d23fcde&sort_dir=asc used request id req-2b3b6ca5-460d-43c4-9950-e120459e1999 2018-08-12 09:13:47,999 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-12 09:13:48,001 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:13:48,028 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 09:13:48 GMT Server: Apache x-openstack-request-id: req-abb6dc62-6002-45a7-a4bb-57f3eb66bb82 Location: http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159?resolve_outputs=False Content-Length: 467 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 09:13:48,073 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:13:48 GMT Server: Apache x-openstack-request-id: req-78b8000e-fa81-456e-9ba3-4a9cef43774d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 877 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "ea1830952fba468cada22c80855b775c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_61cf3297-02ef-4796-a134-6831b487977a", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_61cf3297-02ef-4796-a134-6831b487977a", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "46848f83-8b03-447a-8113-006303ddf159", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "ce10f6ee6e954eba8845dfa7eb5c94e3", "tags": null, "creation_time": "2018-08-12T09:09:40Z", "links": [{"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "46848f83-8b03-447a-8113-006303ddf159", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-12 09:13:48,073 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159?resolve_outputs=False used request id req-78b8000e-fa81-456e-9ba3-4a9cef43774d 2018-08-12 09:13:48,074 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0747940540314s 2018-08-12 09:13:48,074 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159?resolve_outputs=False used request id req-78b8000e-fa81-456e-9ba3-4a9cef43774d 2018-08-12 09:13:53,081 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-12 09:13:53,084 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/events?marker=00f18638-655e-4c60-8b49-0f826d23fcde&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:13:53,111 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 09:13:53 GMT Server: Apache x-openstack-request-id: req-4b6aacfa-2958-4bc2-a1d4-e1345d22c86a Location: http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=00f18638-655e-4c60-8b49-0f826d23fcde&sort_dir=asc Content-Length: 559 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 09:13:53,156 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:13:53 GMT Server: Apache x-openstack-request-id: req-fefebd37-d2f2-4024-bdbf-eb8e8f12d826 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 709 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "ellis", "event_time": "2018-08-12T09:13:51Z", "links": [{"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/resources/ellis/events/4ac1e657-a302-42bc-9e29-7977f4e41bc7", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/resources/ellis", "rel": "resource"}, {"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159", "rel": "stack"}], "logical_resource_id": "ellis", "resource_status_reason": "state changed", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "69c0ba76-0f44-4909-8b15-4230bcee4f0a", "id": "4ac1e657-a302-42bc-9e29-7977f4e41bc7"}, {"resource_name": "bono", "event_time": "2018-08-12T09:13:51Z", "links": [{"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/resources/bono/events/00198e1b-0937-4c3f-a07a-1bfd35f5afa2", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/resources/bono", "rel": "resource"}, {"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159", "rel": "stack"}], "logical_resource_id": "bono", "resource_status_reason": "state changed", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "clearwater-opnfv-bono-g4gesihhlpgd", "id": "00198e1b-0937-4c3f-a07a-1bfd35f5afa2"}, {"resource_name": "homer", "event_time": "2018-08-12T09:13:51Z", "links": [{"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/resources/homer/events/f66fe283-d409-4b23-95ff-bf5ce03f1ed9", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/resources/homer", "rel": "resource"}, {"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159", "rel": "stack"}], "logical_resource_id": "homer", "resource_status_reason": "state changed", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "clearwater-opnfv-homer-j5p5u7kxlfc6", "id": "f66fe283-d409-4b23-95ff-bf5ce03f1ed9"}, {"resource_name": "vellum", "event_time": "2018-08-12T09:13:51Z", "links": [{"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/resources/vellum/events/9b267f4e-59b5-4fa9-a29c-2ad2289d5464", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/resources/vellum", "rel": "resource"}, {"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159", "rel": "stack"}], "logical_resource_id": "vellum", "resource_status_reason": "state changed", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "clearwater-opnfv-vellum-atdmvt6fad3g", "id": "9b267f4e-59b5-4fa9-a29c-2ad2289d5464"}, {"resource_name": "sprout", "event_time": "2018-08-12T09:13:51Z", "links": [{"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/resources/sprout/events/16fa60c9-dbd6-452b-a600-615730029716", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/resources/sprout", "rel": "resource"}, {"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159", "rel": "stack"}], "logical_resource_id": "sprout", "resource_status_reason": "state changed", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "clearwater-opnfv-sprout-fndqz6a34r4c", "id": "16fa60c9-dbd6-452b-a600-615730029716"}, {"resource_name": "dime", "event_time": "2018-08-12T09:13:51Z", "links": [{"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/resources/dime/events/0899c616-c673-442f-9d3a-d461d8b609bc", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/resources/dime", "rel": "resource"}, {"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159", "rel": "stack"}], "logical_resource_id": "dime", "resource_status_reason": "state changed", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "clearwater-opnfv-dime-ecx3bgc4sm7i", "id": "0899c616-c673-442f-9d3a-d461d8b609bc"}]} 2018-08-12 09:13:53,157 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=00f18638-655e-4c60-8b49-0f826d23fcde&sort_dir=asc&marker=00f18638-655e-4c60-8b49-0f826d23fcde&sort_dir=asc used request id req-fefebd37-d2f2-4024-bdbf-eb8e8f12d826 2018-08-12 09:13:53,157 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0759308338165s 2018-08-12 09:13:53,157 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=00f18638-655e-4c60-8b49-0f826d23fcde&sort_dir=asc&marker=00f18638-655e-4c60-8b49-0f826d23fcde&sort_dir=asc used request id req-fefebd37-d2f2-4024-bdbf-eb8e8f12d826 2018-08-12 09:13:58,164 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-12 09:13:58,167 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/events?marker=0899c616-c673-442f-9d3a-d461d8b609bc&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:13:58,195 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 09:13:58 GMT Server: Apache x-openstack-request-id: req-f87f2cbf-f129-481e-986b-1f031c107270 Location: http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=0899c616-c673-442f-9d3a-d461d8b609bc&sort_dir=asc Content-Length: 559 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 09:13:58,239 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:13:58 GMT Server: Apache x-openstack-request-id: req-a78995e2-1a14-47c4-a2a9-548836c87c5e Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-12 09:13:58,239 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=0899c616-c673-442f-9d3a-d461d8b609bc&sort_dir=asc&marker=0899c616-c673-442f-9d3a-d461d8b609bc&sort_dir=asc used request id req-a78995e2-1a14-47c4-a2a9-548836c87c5e 2018-08-12 09:13:58,240 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0752918720245s 2018-08-12 09:13:58,240 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=0899c616-c673-442f-9d3a-d461d8b609bc&sort_dir=asc&marker=0899c616-c673-442f-9d3a-d461d8b609bc&sort_dir=asc used request id req-a78995e2-1a14-47c4-a2a9-548836c87c5e 2018-08-12 09:14:03,246 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-12 09:14:03,249 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/events?marker=0899c616-c673-442f-9d3a-d461d8b609bc&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:14:03,277 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 09:14:03 GMT Server: Apache x-openstack-request-id: req-cddf93cd-6b12-4f61-a0f6-44d82fe1a483 Location: http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=0899c616-c673-442f-9d3a-d461d8b609bc&sort_dir=asc Content-Length: 559 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 09:14:03,318 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:14:03 GMT Server: Apache x-openstack-request-id: req-7e710701-ba29-4016-a124-354525f5b138 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-12 09:14:03,319 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=0899c616-c673-442f-9d3a-d461d8b609bc&sort_dir=asc&marker=0899c616-c673-442f-9d3a-d461d8b609bc&sort_dir=asc used request id req-7e710701-ba29-4016-a124-354525f5b138 2018-08-12 09:14:03,319 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0729229450226s 2018-08-12 09:14:03,319 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=0899c616-c673-442f-9d3a-d461d8b609bc&sort_dir=asc&marker=0899c616-c673-442f-9d3a-d461d8b609bc&sort_dir=asc used request id req-7e710701-ba29-4016-a124-354525f5b138 2018-08-12 09:14:03,320 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-12 09:14:03,322 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:14:03,349 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 09:14:03 GMT Server: Apache x-openstack-request-id: req-fc45299b-8f0f-4317-87bc-07cc96ce15ce Location: http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159?resolve_outputs=False Content-Length: 467 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 09:14:03,391 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:14:03 GMT Server: Apache x-openstack-request-id: req-230f3ac9-d4b9-4a58-9d8d-d2a621288c6b Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 877 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "ea1830952fba468cada22c80855b775c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_61cf3297-02ef-4796-a134-6831b487977a", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_61cf3297-02ef-4796-a134-6831b487977a", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "46848f83-8b03-447a-8113-006303ddf159", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "ce10f6ee6e954eba8845dfa7eb5c94e3", "tags": null, "creation_time": "2018-08-12T09:09:40Z", "links": [{"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "46848f83-8b03-447a-8113-006303ddf159", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-12 09:14:03,391 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159?resolve_outputs=False used request id req-230f3ac9-d4b9-4a58-9d8d-d2a621288c6b 2018-08-12 09:14:03,391 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0715260505676s 2018-08-12 09:14:03,392 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159?resolve_outputs=False used request id req-230f3ac9-d4b9-4a58-9d8d-d2a621288c6b 2018-08-12 09:14:08,398 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-12 09:14:08,402 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/events?marker=0899c616-c673-442f-9d3a-d461d8b609bc&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:14:08,430 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 09:14:08 GMT Server: Apache x-openstack-request-id: req-9d5a0fe2-ee9e-43d5-b6ed-11122dabc28e Location: http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=0899c616-c673-442f-9d3a-d461d8b609bc&sort_dir=asc Content-Length: 559 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 09:14:08,475 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:14:08 GMT Server: Apache x-openstack-request-id: req-984d3056-e95e-41f3-a77b-012f0cffa01e Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-12 09:14:08,476 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=0899c616-c673-442f-9d3a-d461d8b609bc&sort_dir=asc&marker=0899c616-c673-442f-9d3a-d461d8b609bc&sort_dir=asc used request id req-984d3056-e95e-41f3-a77b-012f0cffa01e 2018-08-12 09:14:08,476 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0771329402924s 2018-08-12 09:14:08,476 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=0899c616-c673-442f-9d3a-d461d8b609bc&sort_dir=asc&marker=0899c616-c673-442f-9d3a-d461d8b609bc&sort_dir=asc used request id req-984d3056-e95e-41f3-a77b-012f0cffa01e 2018-08-12 09:14:13,482 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-12 09:14:13,485 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/events?marker=0899c616-c673-442f-9d3a-d461d8b609bc&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:14:13,512 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 09:14:13 GMT Server: Apache x-openstack-request-id: req-fd3d19b1-1580-4900-9fd8-20d25c66f966 Location: http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=0899c616-c673-442f-9d3a-d461d8b609bc&sort_dir=asc Content-Length: 559 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 09:14:13,554 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:14:13 GMT Server: Apache x-openstack-request-id: req-f9006f49-a697-4c45-a804-4501668c36da Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-12 09:14:13,554 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=0899c616-c673-442f-9d3a-d461d8b609bc&sort_dir=asc&marker=0899c616-c673-442f-9d3a-d461d8b609bc&sort_dir=asc used request id req-f9006f49-a697-4c45-a804-4501668c36da 2018-08-12 09:14:13,554 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0720291137695s 2018-08-12 09:14:13,554 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=0899c616-c673-442f-9d3a-d461d8b609bc&sort_dir=asc&marker=0899c616-c673-442f-9d3a-d461d8b609bc&sort_dir=asc used request id req-f9006f49-a697-4c45-a804-4501668c36da 2018-08-12 09:14:13,555 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-12 09:14:13,557 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:14:13,583 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 09:14:13 GMT Server: Apache x-openstack-request-id: req-8eb3aab1-be8e-4919-b3c9-92ac941ef73e Location: http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159?resolve_outputs=False Content-Length: 467 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 09:14:13,609 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:14:13 GMT Server: Apache x-openstack-request-id: req-823a7cb9-07cc-4281-bbb2-b74877e74c96 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 877 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "ea1830952fba468cada22c80855b775c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_61cf3297-02ef-4796-a134-6831b487977a", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_61cf3297-02ef-4796-a134-6831b487977a", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "46848f83-8b03-447a-8113-006303ddf159", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "ce10f6ee6e954eba8845dfa7eb5c94e3", "tags": null, "creation_time": "2018-08-12T09:09:40Z", "links": [{"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "46848f83-8b03-447a-8113-006303ddf159", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-12 09:14:13,609 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159?resolve_outputs=False used request id req-823a7cb9-07cc-4281-bbb2-b74877e74c96 2018-08-12 09:14:13,609 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0544378757477s 2018-08-12 09:14:13,609 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159?resolve_outputs=False used request id req-823a7cb9-07cc-4281-bbb2-b74877e74c96 2018-08-12 09:14:18,615 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-12 09:14:18,618 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/events?marker=0899c616-c673-442f-9d3a-d461d8b609bc&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:14:18,647 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 09:14:18 GMT Server: Apache x-openstack-request-id: req-5758b804-3f1b-4515-851e-b8659e5060dd Location: http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=0899c616-c673-442f-9d3a-d461d8b609bc&sort_dir=asc Content-Length: 559 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 09:14:18,692 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:14:18 GMT Server: Apache x-openstack-request-id: req-6818bd13-979c-4ea9-bc40-b4023a39986a Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-12 09:14:18,693 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=0899c616-c673-442f-9d3a-d461d8b609bc&sort_dir=asc&marker=0899c616-c673-442f-9d3a-d461d8b609bc&sort_dir=asc used request id req-6818bd13-979c-4ea9-bc40-b4023a39986a 2018-08-12 09:14:18,693 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0771069526672s 2018-08-12 09:14:18,693 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=0899c616-c673-442f-9d3a-d461d8b609bc&sort_dir=asc&marker=0899c616-c673-442f-9d3a-d461d8b609bc&sort_dir=asc used request id req-6818bd13-979c-4ea9-bc40-b4023a39986a 2018-08-12 09:14:23,699 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-12 09:14:23,702 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/events?marker=0899c616-c673-442f-9d3a-d461d8b609bc&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:14:23,731 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 09:14:23 GMT Server: Apache x-openstack-request-id: req-99ea3d9b-4447-4aa5-86fb-d7bc5bdfe2ba Location: http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=0899c616-c673-442f-9d3a-d461d8b609bc&sort_dir=asc Content-Length: 559 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 09:14:23,775 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:14:23 GMT Server: Apache x-openstack-request-id: req-ab261e81-9ff6-4557-be6c-fb6bc2d30ee2 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-12 09:14:23,775 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=0899c616-c673-442f-9d3a-d461d8b609bc&sort_dir=asc&marker=0899c616-c673-442f-9d3a-d461d8b609bc&sort_dir=asc used request id req-ab261e81-9ff6-4557-be6c-fb6bc2d30ee2 2018-08-12 09:14:23,775 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.076034784317s 2018-08-12 09:14:23,775 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=0899c616-c673-442f-9d3a-d461d8b609bc&sort_dir=asc&marker=0899c616-c673-442f-9d3a-d461d8b609bc&sort_dir=asc used request id req-ab261e81-9ff6-4557-be6c-fb6bc2d30ee2 2018-08-12 09:14:23,776 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-12 09:14:23,779 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:14:23,806 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 09:14:23 GMT Server: Apache x-openstack-request-id: req-210edbb6-dac4-462e-940e-98c7f94f4a2c Location: http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159?resolve_outputs=False Content-Length: 467 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 09:14:23,849 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:14:23 GMT Server: Apache x-openstack-request-id: req-44ce47d8-2af4-4ff8-8528-121b66bae25a Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 877 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "ea1830952fba468cada22c80855b775c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_61cf3297-02ef-4796-a134-6831b487977a", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_61cf3297-02ef-4796-a134-6831b487977a", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "46848f83-8b03-447a-8113-006303ddf159", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "ce10f6ee6e954eba8845dfa7eb5c94e3", "tags": null, "creation_time": "2018-08-12T09:09:40Z", "links": [{"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "46848f83-8b03-447a-8113-006303ddf159", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-12 09:14:23,849 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159?resolve_outputs=False used request id req-44ce47d8-2af4-4ff8-8528-121b66bae25a 2018-08-12 09:14:23,850 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0736179351807s 2018-08-12 09:14:23,850 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159?resolve_outputs=False used request id req-44ce47d8-2af4-4ff8-8528-121b66bae25a 2018-08-12 09:14:28,857 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-12 09:14:28,861 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/events?marker=0899c616-c673-442f-9d3a-d461d8b609bc&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:14:28,887 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 09:14:28 GMT Server: Apache x-openstack-request-id: req-d160dd8a-c2ed-4538-98ea-5364ffa7d896 Location: http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=0899c616-c673-442f-9d3a-d461d8b609bc&sort_dir=asc Content-Length: 559 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 09:14:28,930 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:14:28 GMT Server: Apache x-openstack-request-id: req-a78eb3de-ba41-4248-8b93-f3de3bad6c5a Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-12 09:14:28,930 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=0899c616-c673-442f-9d3a-d461d8b609bc&sort_dir=asc&marker=0899c616-c673-442f-9d3a-d461d8b609bc&sort_dir=asc used request id req-a78eb3de-ba41-4248-8b93-f3de3bad6c5a 2018-08-12 09:14:28,931 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0735490322113s 2018-08-12 09:14:28,931 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=0899c616-c673-442f-9d3a-d461d8b609bc&sort_dir=asc&marker=0899c616-c673-442f-9d3a-d461d8b609bc&sort_dir=asc used request id req-a78eb3de-ba41-4248-8b93-f3de3bad6c5a 2018-08-12 09:14:33,937 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-12 09:14:33,940 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/events?marker=0899c616-c673-442f-9d3a-d461d8b609bc&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:14:33,968 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 09:14:33 GMT Server: Apache x-openstack-request-id: req-49b6759e-3b09-4cd8-b9d1-8c2d0d7c7a89 Location: http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=0899c616-c673-442f-9d3a-d461d8b609bc&sort_dir=asc Content-Length: 559 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 09:14:34,011 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:14:33 GMT Server: Apache x-openstack-request-id: req-b9a981b5-ad66-43cb-87e3-9c759005e743 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 355 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "vellum", "event_time": "2018-08-12T09:14:29Z", "links": [{"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/resources/vellum/events/87c4c240-1698-4c10-ada9-9d2b3db22a9f", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/resources/vellum", "rel": "resource"}, {"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159", "rel": "stack"}], "logical_resource_id": "vellum", "resource_status_reason": "state changed", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "e1ddfb6d-a64d-4e7f-af2c-cad2671a6654", "id": "87c4c240-1698-4c10-ada9-9d2b3db22a9f"}]} 2018-08-12 09:14:34,011 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=0899c616-c673-442f-9d3a-d461d8b609bc&sort_dir=asc&marker=0899c616-c673-442f-9d3a-d461d8b609bc&sort_dir=asc used request id req-b9a981b5-ad66-43cb-87e3-9c759005e743 2018-08-12 09:14:34,011 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0744960308075s 2018-08-12 09:14:34,012 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=0899c616-c673-442f-9d3a-d461d8b609bc&sort_dir=asc&marker=0899c616-c673-442f-9d3a-d461d8b609bc&sort_dir=asc used request id req-b9a981b5-ad66-43cb-87e3-9c759005e743 2018-08-12 09:14:39,017 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-12 09:14:39,023 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/events?marker=87c4c240-1698-4c10-ada9-9d2b3db22a9f&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:14:39,051 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 09:14:39 GMT Server: Apache x-openstack-request-id: req-d312162a-8de1-4f5f-884c-00d8a6da0fb6 Location: http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=87c4c240-1698-4c10-ada9-9d2b3db22a9f&sort_dir=asc Content-Length: 559 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 09:14:39,094 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:14:39 GMT Server: Apache x-openstack-request-id: req-9a3b3da0-0d6f-4f9f-8ffc-c685a3aba5f1 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 354 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "sprout", "event_time": "2018-08-12T09:14:37Z", "links": [{"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/resources/sprout/events/3656fe7d-642b-4e3d-8ab9-b89c9fcddecb", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/resources/sprout", "rel": "resource"}, {"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159", "rel": "stack"}], "logical_resource_id": "sprout", "resource_status_reason": "state changed", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "eba7b99a-d434-4328-af59-f42f348ba8fa", "id": "3656fe7d-642b-4e3d-8ab9-b89c9fcddecb"}]} 2018-08-12 09:14:39,094 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=87c4c240-1698-4c10-ada9-9d2b3db22a9f&sort_dir=asc&marker=87c4c240-1698-4c10-ada9-9d2b3db22a9f&sort_dir=asc used request id req-9a3b3da0-0d6f-4f9f-8ffc-c685a3aba5f1 2018-08-12 09:14:39,095 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0768311023712s 2018-08-12 09:14:39,095 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=87c4c240-1698-4c10-ada9-9d2b3db22a9f&sort_dir=asc&marker=87c4c240-1698-4c10-ada9-9d2b3db22a9f&sort_dir=asc used request id req-9a3b3da0-0d6f-4f9f-8ffc-c685a3aba5f1 2018-08-12 09:14:44,101 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-12 09:14:44,104 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/events?marker=3656fe7d-642b-4e3d-8ab9-b89c9fcddecb&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:14:44,131 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 09:14:44 GMT Server: Apache x-openstack-request-id: req-6d25d7c0-e363-41ba-9dc6-c0d4f091c665 Location: http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=3656fe7d-642b-4e3d-8ab9-b89c9fcddecb&sort_dir=asc Content-Length: 559 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 09:14:44,174 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:14:44 GMT Server: Apache x-openstack-request-id: req-fba09fd3-54e7-4bea-9702-f159fbc40653 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 353 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "dime", "event_time": "2018-08-12T09:14:43Z", "links": [{"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/resources/dime/events/fcffd0ca-4032-473c-82b5-ffdd0efb0e2b", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/resources/dime", "rel": "resource"}, {"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159", "rel": "stack"}], "logical_resource_id": "dime", "resource_status_reason": "state changed", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "f9bda96e-c635-40fa-b6ac-64a9a9e1029c", "id": "fcffd0ca-4032-473c-82b5-ffdd0efb0e2b"}]} 2018-08-12 09:14:44,174 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=3656fe7d-642b-4e3d-8ab9-b89c9fcddecb&sort_dir=asc&marker=3656fe7d-642b-4e3d-8ab9-b89c9fcddecb&sort_dir=asc used request id req-fba09fd3-54e7-4bea-9702-f159fbc40653 2018-08-12 09:14:44,174 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0734038352966s 2018-08-12 09:14:44,175 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=3656fe7d-642b-4e3d-8ab9-b89c9fcddecb&sort_dir=asc&marker=3656fe7d-642b-4e3d-8ab9-b89c9fcddecb&sort_dir=asc used request id req-fba09fd3-54e7-4bea-9702-f159fbc40653 2018-08-12 09:14:49,180 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-12 09:14:49,183 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/events?marker=fcffd0ca-4032-473c-82b5-ffdd0efb0e2b&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:14:49,211 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 09:14:49 GMT Server: Apache x-openstack-request-id: req-7708cf6d-4f63-490f-97dd-7d0dd2d72067 Location: http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=fcffd0ca-4032-473c-82b5-ffdd0efb0e2b&sort_dir=asc Content-Length: 559 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 09:14:49,256 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:14:49 GMT Server: Apache x-openstack-request-id: req-ef571c00-aa86-496b-af8a-4c1033e0a921 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 516 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "homer", "event_time": "2018-08-12T09:14:46Z", "links": [{"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/resources/homer/events/53fd9ad0-200d-44d1-8b66-76633b392f48", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/resources/homer", "rel": "resource"}, {"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159", "rel": "stack"}], "logical_resource_id": "homer", "resource_status_reason": "state changed", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "f7d21359-5f29-4e50-8496-213fce75cd09", "id": "53fd9ad0-200d-44d1-8b66-76633b392f48"}, {"resource_name": "bono", "event_time": "2018-08-12T09:14:46Z", "links": [{"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/resources/bono/events/4c8a6afe-7106-4737-8cd8-63edf21e067e", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/resources/bono", "rel": "resource"}, {"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159", "rel": "stack"}], "logical_resource_id": "bono", "resource_status_reason": "state changed", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "108ddd79-ffad-4c9f-9d52-e13aa4fef41e", "id": "4c8a6afe-7106-4737-8cd8-63edf21e067e"}, {"resource_name": "clearwater-opnfv", "event_time": "2018-08-12T09:14:46Z", "links": [{"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/resources/clearwater-opnfv/events/ead54f28-0967-4a7c-9dc3-3442cefd0eae", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/resources/clearwater-opnfv", "rel": "resource"}, {"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159", "rel": "stack"}], "logical_resource_id": "clearwater-opnfv", "resource_status_reason": "Stack CREATE completed successfully", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "46848f83-8b03-447a-8113-006303ddf159", "id": "ead54f28-0967-4a7c-9dc3-3442cefd0eae"}]} 2018-08-12 09:14:49,256 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=fcffd0ca-4032-473c-82b5-ffdd0efb0e2b&sort_dir=asc&marker=fcffd0ca-4032-473c-82b5-ffdd0efb0e2b&sort_dir=asc used request id req-ef571c00-aa86-496b-af8a-4c1033e0a921 2018-08-12 09:14:49,256 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.075569152832s 2018-08-12 09:14:49,256 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=fcffd0ca-4032-473c-82b5-ffdd0efb0e2b&sort_dir=asc&marker=fcffd0ca-4032-473c-82b5-ffdd0efb0e2b&sort_dir=asc used request id req-ef571c00-aa86-496b-af8a-4c1033e0a921 2018-08-12 09:14:49,258 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-12 09:14:49,260 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:14:49,287 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 09:14:49 GMT Server: Apache x-openstack-request-id: req-864c07c2-3b0e-42c0-8a39-cf91a9e75f94 Location: http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159 Content-Length: 423 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 09:14:49,412 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:14:49 GMT Server: Apache x-openstack-request-id: req-ab3b797c-d15b-41b9-a75d-d5d53908d48f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 948 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "ea1830952fba468cada22c80855b775c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_61cf3297-02ef-4796-a134-6831b487977a", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_61cf3297-02ef-4796-a134-6831b487977a", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "46848f83-8b03-447a-8113-006303ddf159", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "ce10f6ee6e954eba8845dfa7eb5c94e3", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-08-12T09:09:40Z", "links": [{"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": 60, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "46848f83-8b03-447a-8113-006303ddf159", "outputs": [{"output_value": "172.30.9.205", "output_key": "dns_ip", "description": "IP address of DNS"}, {"output_value": "clearwater.opnfv", "output_key": "zone", "description": "DNS zone"}], "template_description": "Clearwater deployment\n"}} 2018-08-12 09:14:49,412 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159 used request id req-ab3b797c-d15b-41b9-a75d-d5d53908d48f 2018-08-12 09:14:49,412 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.154227972031s 2018-08-12 09:14:49,412 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159 used request id req-ab3b797c-d15b-41b9-a75d-d5d53908d48f 2018-08-12 09:14:49,414 - functest.opnfv_tests.vnf.ims.heat_ims - DEBUG - stack: Munch({'stack_name': u'clearwater-opnfv', 'creation_time': u'2018-08-12T09:09:40Z', 'updated_at': None, 'notification_topics': [], 'timeout_mins': 60, 'owner': None, 'tempate_description': u'Clearwater deployment\n', 'deleted_at': None, 'id': u'46848f83-8b03-447a-8113-006303ddf159', 'parameters': Munch({u'OS::project_id': u'ea1830952fba468cada22c80855b775c', u'private_sig_net_ip_version': u'4', u'image': u'heat_ims-img_alt_61cf3297-02ef-4796-a134-6831b487977a', u'private_mgmt_net_pool_start': u'192.168.0.1', u'dime_cluster_size': u'1', u'flavor': u'heat_ims-flavor_alt_61cf3297-02ef-4796-a134-6831b487977a', u'sprout_cluster_size': u'1', u'private_sig_net_pool_start': u'192.168.1.1', u'zone': u'clearwater.opnfv', u'private_mgmt_net_pool_end': u'192.168.0.253', u'external_mgmt_dns_ip': u'8.8.8.8', u'private_sig_net_cidr': u'192.168.1.0/24', u'external_sig_dns_ip': u'8.8.8.8', u'private_sig_net_gateway': u'192.168.1.254', u'vellum_cluster_size': u'1', u'OS::stack_name': u'clearwater-opnfv', u'key_name': u'heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a', u'dn_range_length': u'1000', u'private_mgmt_net_cidr': u'192.168.0.0/24', u'private_sig_net_pool_end': u'192.168.1.253', u'dn_range_start': u'6505550000', u'public_sig_net_id': u'03886690-4630-4c4c-9ccb-7eedaa9b1fd3', u'repo_url': u'http://repo.cw-ngv.com/stable', u'homer_cluster_size': u'1', u'private_mgmt_net_gateway': u'192.168.0.254', u'OS::stack_id': u'46848f83-8b03-447a-8113-006303ddf159', u'dnssec_key': u'GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==', u'bono_cluster_size': u'1', u'public_mgmt_net_id': u'03886690-4630-4c4c-9ccb-7eedaa9b1fd3'}), 'deletion_time': None, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ea1830952fba468cada22c80855b775c', 'name': 'heat_ims-project_61cf3297-02ef-4796-a134-6831b487977a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'stack_user_project_id': u'ce10f6ee6e954eba8845dfa7eb5c94e3', 'status': u'COMPLETE', 'disable_rollback': False, 'description': u'Clearwater deployment\n', 'parent': None, 'tags': None, 'outputs': [Munch({u'output_value': u'172.30.9.205', u'output_key': u'dns_ip', u'description': u'IP address of DNS'}), Munch({u'output_value': u'clearwater.opnfv', u'output_key': u'zone', u'description': u'DNS zone'})], 'stack_owner': None, 'stack_status': u'CREATE_COMPLETE', 'status_reason': u'Stack CREATE completed successfully', 'properties': Munch({u'capabilities': []}), 'template_description': u'Clearwater deployment\n', 'is_rollback_enabled': False, 'name': u'clearwater-opnfv', 'created_at': u'2018-08-12T09:09:40Z', 'stack_status_reason': u'Stack CREATE completed successfully', 'updated_time': None, 'action': u'CREATE', 'identifier': 'clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159'}) 2018-08-12 09:14:49,414 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:14:49,417 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:14:50,196 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:14: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-a061629a-c15f-4ea6-941c-e28ce04a23c7 x-compute-request-id: req-a061629a-c15f-4ea6-941c-e28ce04a23c7 Content-Encoding: gzip Content-Length: 1505 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:8c:69", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:8c:69", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:47:bc", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:47:bc", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/0d05f869-c182-4a19-86bf-4ac078c523fd", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:41.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "0d05f869-c182-4a19-86bf-4ac078c523fd", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:41Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "homer-0.clearwater.opnfv", "created": "2018-08-12T09:14:06Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:24:50", "version": 4, "addr": "192.168.0.22", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:24:50", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:35:db:99", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/1c9b6e42-b18c-407e-8d00-9077025769fd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1c9b6e42-b18c-407e-8d00-9077025769fd", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:39.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "1c9b6e42-b18c-407e-8d00-9077025769fd", "security_groups": [{"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:39Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "dime-0.clearwater.opnfv", "created": "2018-08-12T09:14:05Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:73:af", "version": 4, "addr": "192.168.0.17", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:73:af", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:b9:f2", "version": 4, "addr": "192.168.1.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:b9:f2", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:41.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:41Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "bono-0.clearwater.opnfv", "created": "2018-08-12T09:14:05Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:27:6c", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:27:6c", "version": 4, "addr": "172.30.9.216", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:82:86", "version": 4, "addr": "192.168.1.24", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/566a63cc-7490-4385-b2ac-bfb24030a031", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/566a63cc-7490-4385-b2ac-bfb24030a031", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:34.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "566a63cc-7490-4385-b2ac-bfb24030a031", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:34Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-12T09:14:04Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:9d:e5", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:9d:e5", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b4:d8:25", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/7a80620a-d807-4698-b6c3-7c140a7b5157", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/7a80620a-d807-4698-b6c3-7c140a7b5157", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:25.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "7a80620a-d807-4698-b6c3-7c140a7b5157", "security_groups": [{"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:25Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-12T09:14:04Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:ca:f6", "version": 4, "addr": "192.168.0.23", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:ca:f6", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/3544e1e5-febb-4596-964e-1a53f9d26ab6", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/3544e1e5-febb-4596-964e-1a53f9d26ab6", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:13:48.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "3544e1e5-febb-4596-964e-1a53f9d26ab6", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:13:48Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-12T09:12:11Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:77:d2", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:77:d2", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ac:00:39", "version": 4, "addr": "192.168.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/24234aa3-febc-4826-8d67-0c33e6f38782", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/24234aa3-febc-4826-8d67-0c33e6f38782", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:12:00.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "24234aa3-febc-4826-8d67-0c33e6f38782", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:12:00Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "ns.clearwater.opnfv", "created": "2018-08-12T09:10:20Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:14:50,196 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-a061629a-c15f-4ea6-941c-e28ce04a23c7 2018-08-12 09:14:50,196 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.781651973724s 2018-08-12 09:14:50,197 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-a061629a-c15f-4ea6-941c-e28ce04a23c7 2018-08-12 09:14:50,208 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 09:14:50,208 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:14:50,513 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1761 X-Openstack-Request-Id: req-0bdb6f2f-4b71-4d7d-bff3-06d7a1eee911 Date: Sun, 12 Aug 2018 09:14:50 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ec788992-fa73-45cc-a7d9-6d44542124c2"],"updated_at":"2018-08-12T05:35:20Z","tenant_id":"310f5853751a4c968f3eeb0a3d99a0a8","created_at":"2018-08-12T05:04:23Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":7,"admin_state_up":true,"shared":false,"project_id":"310f5853751a4c968f3eeb0a3d99a0a8","id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["1a37025a-c366-44c1-add1-ed53f257babb"],"updated_at":"2018-08-12T09:09:48Z","tenant_id":"ea1830952fba468cada22c80855b775c","created_at":"2018-08-12T09:09:46Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"ea1830952fba468cada22c80855b775c","id":"062a1b4e-7feb-49d8-b802-dcd2353e14f3","name":"clearwater-opnfv-private-signaling"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["462741a4-1532-48d3-ab4b-d54b654ed86c"],"updated_at":"2018-08-12T09:09:46Z","tenant_id":"ea1830952fba468cada22c80855b775c","created_at":"2018-08-12T09:09:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"ea1830952fba468cada22c80855b775c","id":"fc5d1381-e8ec-4447-873f-2a75f2789c19","name":"clearwater-opnfv-private-management"}]} 2018-08-12 09:14:50,513 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-0bdb6f2f-4b71-4d7d-bff3-06d7a1eee911 2018-08-12 09:14:50,514 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.305516958237s 2018-08-12 09:14:50,514 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-0bdb6f2f-4b71-4d7d-bff3-06d7a1eee911 2018-08-12 09:14:50,515 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-12 09:14:50,515 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:14:50,762 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1298 X-Openstack-Request-Id: req-bde375b0-14bd-4a6f-82c6-d1a33ccc2d34 Date: Sun, 12 Aug 2018 09:14:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"062a1b4e-7feb-49d8-b802-dcd2353e14f3","tenant_id":"ea1830952fba468cada22c80855b775c","created_at":"2018-08-12T09:09:48Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-12T09:09:48Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.1.1","end":"192.168.1.253"}],"gateway_ip":"192.168.1.254","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.1.0/24","project_id":"ea1830952fba468cada22c80855b775c","id":"1a37025a-c366-44c1-add1-ed53f257babb","subnetpool_id":null,"name":"clearwater-opnfv-private-signaling"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fc5d1381-e8ec-4447-873f-2a75f2789c19","tenant_id":"ea1830952fba468cada22c80855b775c","created_at":"2018-08-12T09:09:46Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-12T09:09:46Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.0.1","end":"192.168.0.253"}],"gateway_ip":"192.168.0.254","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.0.0/24","project_id":"ea1830952fba468cada22c80855b775c","id":"462741a4-1532-48d3-ab4b-d54b654ed86c","subnetpool_id":null,"name":"clearwater-opnfv-private-management"}]} 2018-08-12 09:14:50,763 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-bde375b0-14bd-4a6f-82c6-d1a33ccc2d34 2018-08-12 09:14:50,763 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.247675180435s 2018-08-12 09:14:50,763 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-bde375b0-14bd-4a6f-82c6-d1a33ccc2d34 2018-08-12 09:14:52,766 - shade - DEBUG - The cloud returned multiple addresses, and none of them seem to work. That might be what you wanted, but we have no clue what's going on, so we just picked one at random 2018-08-12 09:14:52,767 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-12 09:14:52,770 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:14:52,800 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:14: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-b6f0cfaf-98b0-41d6-b899-97cc44a7cd9e x-compute-request-id: req-b6f0cfaf-98b0-41d6-b899-97cc44a7cd9e Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavors": [{"name": "heat_ims-flavor_alt_61cf3297-02ef-4796-a134-6831b487977a", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 25, "id": "5b23103b-521b-4914-ba2d-4a96218272e5"}]} 2018-08-12 09:14:52,800 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-b6f0cfaf-98b0-41d6-b899-97cc44a7cd9e 2018-08-12 09:14:52,801 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0333449840546s 2018-08-12 09:14:52,801 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-b6f0cfaf-98b0-41d6-b899-97cc44a7cd9e 2018-08-12 09:14:52,802 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.os-security-groups 2018-08-12 09:14:52,805 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd/os-security-groups -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:14:53,432 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:14: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-4490f29e-8902-423c-8056-317b543c2243 x-compute-request-id: req-4490f29e-8902-423c-8056-317b543c2243 Content-Encoding: gzip Content-Length: 744 Content-Type: application/json RESP BODY: {"security_groups": [{"rules": [{"from_port": 4000, "group": {"tenant_id": "ea1830952fba468cada22c80855b775c", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 4000, "parent_group_id": "3f6cda0f-bce0-45a4-955f-b70f99037c8a", "ip_range": {}, "id": "518f00f0-72b7-49ec-b26e-ffc8e8663d60"}, {"from_port": 22, "group": {}, "ip_protocol": "tcp", "to_port": 22, "parent_group_id": "3f6cda0f-bce0-45a4-955f-b70f99037c8a", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "69703210-7b82-4129-8f03-0cdc73935957"}, {"from_port": 161, "group": {}, "ip_protocol": "udp", "to_port": 161, "parent_group_id": "3f6cda0f-bce0-45a4-955f-b70f99037c8a", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "bf4fc062-73af-4364-90a3-a2d8b43d0484"}, {"from_port": -1, "group": {}, "ip_protocol": "icmp", "to_port": -1, "parent_group_id": "3f6cda0f-bce0-45a4-955f-b70f99037c8a", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "e304077f-a982-4161-9706-085724a9faca"}, {"from_port": 2380, "group": {"tenant_id": "ea1830952fba468cada22c80855b775c", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 2380, "parent_group_id": "3f6cda0f-bce0-45a4-955f-b70f99037c8a", "ip_range": {}, "id": "f8a58456-c04a-4cf2-b2ce-b0c1246c98a3"}], "tenant_id": "ea1830952fba468cada22c80855b775c", "id": "3f6cda0f-bce0-45a4-955f-b70f99037c8a", "name": "clearwater-opnfv-base-mgmt", "description": "Base security group for all Clearwater nodes (management)"}, {"rules": [{"from_port": 7888, "group": {}, "ip_protocol": "tcp", "to_port": 7888, "parent_group_id": "a602617d-db71-4334-a538-b84721079df0", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "117a8ad4-a84d-4953-8a3b-6dcd752d6962"}, {"from_port": 7888, "group": {"tenant_id": "ea1830952fba468cada22c80855b775c", "name": "clearwater-opnfv-sprout-sig-outbound"}, "ip_protocol": "tcp", "to_port": 7888, "parent_group_id": "a602617d-db71-4334-a538-b84721079df0", "ip_range": {}, "id": "645fde95-176f-454e-b8f4-3466f7309140"}], "tenant_id": "ea1830952fba468cada22c80855b775c", "id": "a602617d-db71-4334-a538-b84721079df0", "name": "clearwater-opnfv-homer-mgmt", "description": "Security group for Homer nodes (management)"}, {"rules": [{"from_port": 9160, "group": {"tenant_id": "ea1830952fba468cada22c80855b775c", "name": "clearwater-opnfv-homer-sig"}, "ip_protocol": "tcp", "to_port": 9160, "parent_group_id": "ac4763a9-65fe-4919-8edd-a49b91d36eb1", "ip_range": {}, "id": "817ee797-b381-48fc-85e0-2c785bce926f"}, {"from_port": 7888, "group": {}, "ip_protocol": "tcp", "to_port": 7888, "parent_group_id": "ac4763a9-65fe-4919-8edd-a49b91d36eb1", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "c943e25e-1803-4c01-9dfa-228b17d08de6"}, {"from_port": 7888, "group": {"tenant_id": "ea1830952fba468cada22c80855b775c", "name": "clearwater-opnfv-sprout-sig-outbound"}, "ip_protocol": "tcp", "to_port": 7888, "parent_group_id": "ac4763a9-65fe-4919-8edd-a49b91d36eb1", "ip_range": {}, "id": "f3edbb10-f11b-4d11-8377-fd56a18f8e96"}], "tenant_id": "ea1830952fba468cada22c80855b775c", "id": "ac4763a9-65fe-4919-8edd-a49b91d36eb1", "name": "clearwater-opnfv-homer-sig", "description": "Security group for Homer nodes (signaling)"}]} 2018-08-12 09:14:53,432 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd/os-security-groups used request id req-4490f29e-8902-423c-8056-317b543c2243 2018-08-12 09:14:53,432 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.os-security-groups in 0.629674911499s 2018-08-12 09:14:53,433 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd/os-security-groups used request id req-4490f29e-8902-423c-8056-317b543c2243 2018-08-12 09:14:53,441 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 09:14:53,444 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:14:53,656 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1207 Content-Type: application/json X-Openstack-Request-Id: req-22433ae3-f7a7-49b0-bd89-3c75fc76823d Date: Sun, 12 Aug 2018 09:14:53 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/449d5968-a970-4d5c-9c22-cb001102c0b9/snap", "metadata": {}}], "file": "/v2/images/449d5968-a970-4d5c-9c22-cb001102c0b9/file", "owner": "ea1830952fba468cada22c80855b775c", "id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "size": 263062016, "self": "/v2/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "disk_format": "qcow2", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/449d5968-a970-4d5c-9c22-cb001102c0b9/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "c32842906fda865db9034d5a3159ad979a5432d2fec0864c6f6bed7b7de7338e", "updated_at": "2018-08-12T09:09:26Z", "visibility": "private", "owner_specified.shade.object": "images/heat_ims-img_alt_61cf3297-02ef-4796-a134-6831b487977a", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "81360220b4382d4b91eef0ebaf46a661", "name": "heat_ims-img_alt_61cf3297-02ef-4796-a134-6831b487977a", "checksum": "81360220b4382d4b91eef0ebaf46a661", "created_at": "2018-08-12T09:09:22Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 09:14:53,656 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-22433ae3-f7a7-49b0-bd89-3c75fc76823d 2018-08-12 09:14:53,657 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.215465068817s 2018-08-12 09:14:53,657 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-22433ae3-f7a7-49b0-bd89-3c75fc76823d 2018-08-12 09:14:53,661 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-12 09:14:53,664 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8776/v3/ea1830952fba468cada22c80855b775c/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}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:14:54,044 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:14:53 GMT Server: Apache x-compute-request-id: req-caa0f69d-912d-4395-86aa-b5ef6b95fb77 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-caa0f69d-912d-4395-86aa-b5ef6b95fb77 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-08-12 09:14:54,044 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/ea1830952fba468cada22c80855b775c/volumes/detail used request id req-caa0f69d-912d-4395-86aa-b5ef6b95fb77 2018-08-12 09:14:54,044 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.383427143097s 2018-08-12 09:14:54,045 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/ea1830952fba468cada22c80855b775c/volumes/detail used request id req-caa0f69d-912d-4395-86aa-b5ef6b95fb77 2018-08-12 09:14:54,045 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-12 09:14:54,048 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:14:54,074 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09: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-ba15085a-668c-45ea-9f49-9f4380ded973 x-compute-request-id: req-ba15085a-668c-45ea-9f49-9f4380ded973 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavors": [{"name": "heat_ims-flavor_alt_61cf3297-02ef-4796-a134-6831b487977a", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 25, "id": "5b23103b-521b-4914-ba2d-4a96218272e5"}]} 2018-08-12 09:14:54,074 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-ba15085a-668c-45ea-9f49-9f4380ded973 2018-08-12 09:14:54,074 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0290920734406s 2018-08-12 09:14:54,075 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-ba15085a-668c-45ea-9f49-9f4380ded973 2018-08-12 09:14:54,076 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.os-security-groups 2018-08-12 09:14:54,078 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/1c9b6e42-b18c-407e-8d00-9077025769fd/os-security-groups -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:14:55,375 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09: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-02e22f2c-bc6c-46aa-8740-7140c7a1ee22 x-compute-request-id: req-02e22f2c-bc6c-46aa-8740-7140c7a1ee22 Content-Encoding: gzip Content-Length: 783 Content-Type: application/json RESP BODY: {"security_groups": [{"rules": [{"from_port": 4000, "group": {"tenant_id": "ea1830952fba468cada22c80855b775c", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 4000, "parent_group_id": "3f6cda0f-bce0-45a4-955f-b70f99037c8a", "ip_range": {}, "id": "518f00f0-72b7-49ec-b26e-ffc8e8663d60"}, {"from_port": 22, "group": {}, "ip_protocol": "tcp", "to_port": 22, "parent_group_id": "3f6cda0f-bce0-45a4-955f-b70f99037c8a", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "69703210-7b82-4129-8f03-0cdc73935957"}, {"from_port": 161, "group": {}, "ip_protocol": "udp", "to_port": 161, "parent_group_id": "3f6cda0f-bce0-45a4-955f-b70f99037c8a", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "bf4fc062-73af-4364-90a3-a2d8b43d0484"}, {"from_port": -1, "group": {}, "ip_protocol": "icmp", "to_port": -1, "parent_group_id": "3f6cda0f-bce0-45a4-955f-b70f99037c8a", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "e304077f-a982-4161-9706-085724a9faca"}, {"from_port": 2380, "group": {"tenant_id": "ea1830952fba468cada22c80855b775c", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 2380, "parent_group_id": "3f6cda0f-bce0-45a4-955f-b70f99037c8a", "ip_range": {}, "id": "f8a58456-c04a-4cf2-b2ce-b0c1246c98a3"}], "tenant_id": "ea1830952fba468cada22c80855b775c", "id": "3f6cda0f-bce0-45a4-955f-b70f99037c8a", "name": "clearwater-opnfv-base-mgmt", "description": "Base security group for all Clearwater nodes (management)"}, {"rules": [{"from_port": 8889, "group": {"tenant_id": "ea1830952fba468cada22c80855b775c", "name": "clearwater-opnfv-ellis-mgmt"}, "ip_protocol": "tcp", "to_port": 8889, "parent_group_id": "1beff0df-e69a-4c2f-9410-6651cabf7c8b", "ip_range": {}, "id": "38b1aab7-7284-4ea0-9cb9-eb086b4664ee"}], "tenant_id": "ea1830952fba468cada22c80855b775c", "id": "1beff0df-e69a-4c2f-9410-6651cabf7c8b", "name": "clearwater-opnfv-dime-mgmt", "description": "Security group for Dime nodes (management)"}, {"rules": [{"from_port": 10888, "group": {"tenant_id": "ea1830952fba468cada22c80855b775c", "name": "clearwater-opnfv-vellum-sig-outbound"}, "ip_protocol": "tcp", "to_port": 10888, "parent_group_id": "3f95a2bc-bfc4-4610-bbf9-e04284c064b0", "ip_range": {}, "id": "04b7e78c-f790-47ee-b9cd-81101fe7af24"}, {"from_port": 10888, "group": {"tenant_id": "ea1830952fba468cada22c80855b775c", "name": "clearwater-opnfv-sprout-sig-outbound"}, "ip_protocol": "tcp", "to_port": 10888, "parent_group_id": "3f95a2bc-bfc4-4610-bbf9-e04284c064b0", "ip_range": {}, "id": "4c0df352-5907-4abd-a674-660b0eddc3d7"}, {"from_port": 10888, "group": {"tenant_id": "ea1830952fba468cada22c80855b775c", "name": "clearwater-opnfv-bono-sig"}, "ip_protocol": "tcp", "to_port": 10888, "parent_group_id": "3f95a2bc-bfc4-4610-bbf9-e04284c064b0", "ip_range": {}, "id": "687aed6b-4ca0-42cc-9258-72f084b49767"}, {"from_port": 8888, "group": {"tenant_id": "ea1830952fba468cada22c80855b775c", "name": "clearwater-opnfv-bono-sig"}, "ip_protocol": "tcp", "to_port": 8888, "parent_group_id": "3f95a2bc-bfc4-4610-bbf9-e04284c064b0", "ip_range": {}, "id": "c1f9d5d3-4c98-4518-8850-2e99456e20ba"}, {"from_port": 8888, "group": {"tenant_id": "ea1830952fba468cada22c80855b775c", "name": "clearwater-opnfv-sprout-sig-outbound"}, "ip_protocol": "tcp", "to_port": 8888, "parent_group_id": "3f95a2bc-bfc4-4610-bbf9-e04284c064b0", "ip_range": {}, "id": "f75b25ad-9464-4c72-a0c7-88106cf510d5"}], "tenant_id": "ea1830952fba468cada22c80855b775c", "id": "3f95a2bc-bfc4-4610-bbf9-e04284c064b0", "name": "clearwater-opnfv-dime-sig", "description": "Security group for Dime nodes (signaling)"}]} 2018-08-12 09:14:55,376 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/1c9b6e42-b18c-407e-8d00-9077025769fd/os-security-groups used request id req-02e22f2c-bc6c-46aa-8740-7140c7a1ee22 2018-08-12 09:14:55,376 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.os-security-groups in 1.29994916916s 2018-08-12 09:14:55,376 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/1c9b6e42-b18c-407e-8d00-9077025769fd/os-security-groups used request id req-02e22f2c-bc6c-46aa-8740-7140c7a1ee22 2018-08-12 09:14:55,384 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 09:14:55,388 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:14:55,570 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1207 Content-Type: application/json X-Openstack-Request-Id: req-2b731f35-d2cc-47a9-99d4-87c8c56511c7 Date: Sun, 12 Aug 2018 09:14:55 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/449d5968-a970-4d5c-9c22-cb001102c0b9/snap", "metadata": {}}], "file": "/v2/images/449d5968-a970-4d5c-9c22-cb001102c0b9/file", "owner": "ea1830952fba468cada22c80855b775c", "id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "size": 263062016, "self": "/v2/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "disk_format": "qcow2", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/449d5968-a970-4d5c-9c22-cb001102c0b9/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "c32842906fda865db9034d5a3159ad979a5432d2fec0864c6f6bed7b7de7338e", "updated_at": "2018-08-12T09:09:26Z", "visibility": "private", "owner_specified.shade.object": "images/heat_ims-img_alt_61cf3297-02ef-4796-a134-6831b487977a", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "81360220b4382d4b91eef0ebaf46a661", "name": "heat_ims-img_alt_61cf3297-02ef-4796-a134-6831b487977a", "checksum": "81360220b4382d4b91eef0ebaf46a661", "created_at": "2018-08-12T09:09:22Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 09:14:55,571 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-2b731f35-d2cc-47a9-99d4-87c8c56511c7 2018-08-12 09:14:55,571 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.186252832413s 2018-08-12 09:14:55,571 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-2b731f35-d2cc-47a9-99d4-87c8c56511c7 2018-08-12 09:14:55,575 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-12 09:14:55,577 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8776/v3/ea1830952fba468cada22c80855b775c/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}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:14:55,788 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:14:55 GMT Server: Apache x-compute-request-id: req-26e8e15d-7e81-4702-a48f-11a8a8bb353c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-26e8e15d-7e81-4702-a48f-11a8a8bb353c Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-08-12 09:14:55,788 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/ea1830952fba468cada22c80855b775c/volumes/detail used request id req-26e8e15d-7e81-4702-a48f-11a8a8bb353c 2018-08-12 09:14:55,788 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.213604927063s 2018-08-12 09:14:55,789 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/ea1830952fba468cada22c80855b775c/volumes/detail used request id req-26e8e15d-7e81-4702-a48f-11a8a8bb353c 2018-08-12 09:14:56,792 - shade - DEBUG - The cloud returned multiple addresses, and none of them seem to work. That might be what you wanted, but we have no clue what's going on, so we just picked one at random 2018-08-12 09:14:56,792 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-12 09:14:56,795 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:14:56,821 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09: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-e1e4ad85-1374-42d8-8119-8dce67427b7d x-compute-request-id: req-e1e4ad85-1374-42d8-8119-8dce67427b7d Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavors": [{"name": "heat_ims-flavor_alt_61cf3297-02ef-4796-a134-6831b487977a", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 25, "id": "5b23103b-521b-4914-ba2d-4a96218272e5"}]} 2018-08-12 09:14:56,821 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-e1e4ad85-1374-42d8-8119-8dce67427b7d 2018-08-12 09:14:56,821 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0291090011597s 2018-08-12 09:14:56,822 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-e1e4ad85-1374-42d8-8119-8dce67427b7d 2018-08-12 09:14:56,823 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.os-security-groups 2018-08-12 09:14:56,825 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/39b8c07c-ae77-4b92-8e1e-e3661c2b9dff/os-security-groups -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:14:57,745 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09: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-ef79f23f-078a-483e-8a83-7be1d8bd8f93 x-compute-request-id: req-ef79f23f-078a-483e-8a83-7be1d8bd8f93 Content-Encoding: gzip Content-Length: 809 Content-Type: application/json RESP BODY: {"security_groups": [{"rules": [{"from_port": 4000, "group": {"tenant_id": "ea1830952fba468cada22c80855b775c", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 4000, "parent_group_id": "3f6cda0f-bce0-45a4-955f-b70f99037c8a", "ip_range": {}, "id": "518f00f0-72b7-49ec-b26e-ffc8e8663d60"}, {"from_port": 22, "group": {}, "ip_protocol": "tcp", "to_port": 22, "parent_group_id": "3f6cda0f-bce0-45a4-955f-b70f99037c8a", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "69703210-7b82-4129-8f03-0cdc73935957"}, {"from_port": 161, "group": {}, "ip_protocol": "udp", "to_port": 161, "parent_group_id": "3f6cda0f-bce0-45a4-955f-b70f99037c8a", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "bf4fc062-73af-4364-90a3-a2d8b43d0484"}, {"from_port": -1, "group": {}, "ip_protocol": "icmp", "to_port": -1, "parent_group_id": "3f6cda0f-bce0-45a4-955f-b70f99037c8a", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "e304077f-a982-4161-9706-085724a9faca"}, {"from_port": 2380, "group": {"tenant_id": "ea1830952fba468cada22c80855b775c", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 2380, "parent_group_id": "3f6cda0f-bce0-45a4-955f-b70f99037c8a", "ip_range": {}, "id": "f8a58456-c04a-4cf2-b2ce-b0c1246c98a3"}], "tenant_id": "ea1830952fba468cada22c80855b775c", "id": "3f6cda0f-bce0-45a4-955f-b70f99037c8a", "name": "clearwater-opnfv-base-mgmt", "description": "Base security group for all Clearwater nodes (management)"}, {"rules": [{"from_port": 5058, "group": {"tenant_id": "ea1830952fba468cada22c80855b775c", "name": "clearwater-opnfv-bono-sig"}, "ip_protocol": "tcp", "to_port": 5058, "parent_group_id": "23984497-2f0b-4d8c-860e-ea5ba3f7c18f", "ip_range": {}, "id": "1db0307d-7853-4629-990e-03d00e73dea6"}, {"from_port": 32768, "group": {}, "ip_protocol": "udp", "to_port": 65535, "parent_group_id": "23984497-2f0b-4d8c-860e-ea5ba3f7c18f", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "37907640-b31e-4842-83ba-d59c8a77ff47"}, {"from_port": 5058, "group": {"tenant_id": "ea1830952fba468cada22c80855b775c", "name": "clearwater-opnfv-sprout-sig-outbound"}, "ip_protocol": "tcp", "to_port": 5058, "parent_group_id": "23984497-2f0b-4d8c-860e-ea5ba3f7c18f", "ip_range": {}, "id": "5f4935e6-be02-4ad8-bb68-e1fa4ab0688e"}, {"from_port": 5060, "group": {}, "ip_protocol": "udp", "to_port": 5060, "parent_group_id": "23984497-2f0b-4d8c-860e-ea5ba3f7c18f", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "695eb7de-14a4-4382-8090-41362f41b207"}, {"from_port": 3478, "group": {}, "ip_protocol": "tcp", "to_port": 3478, "parent_group_id": "23984497-2f0b-4d8c-860e-ea5ba3f7c18f", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "945aeb2b-22f4-4e05-a747-bee7c0c60336"}, {"from_port": 5062, "group": {}, "ip_protocol": "tcp", "to_port": 5062, "parent_group_id": "23984497-2f0b-4d8c-860e-ea5ba3f7c18f", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "bc1d91e9-769c-43e4-ae65-4d78d7034a92"}, {"from_port": 3478, "group": {}, "ip_protocol": "udp", "to_port": 3478, "parent_group_id": "23984497-2f0b-4d8c-860e-ea5ba3f7c18f", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "ca9b2afc-9a67-4b68-b469-705bda0e5234"}, {"from_port": 5060, "group": {}, "ip_protocol": "tcp", "to_port": 5060, "parent_group_id": "23984497-2f0b-4d8c-860e-ea5ba3f7c18f", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "d19c1ef9-d975-4e7e-9a58-f7b73ea4ec1a"}], "tenant_id": "ea1830952fba468cada22c80855b775c", "id": "23984497-2f0b-4d8c-860e-ea5ba3f7c18f", "name": "clearwater-opnfv-bono-sig", "description": "Security group for Bono nodes (signaling)"}]} 2018-08-12 09:14:57,746 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/39b8c07c-ae77-4b92-8e1e-e3661c2b9dff/os-security-groups used request id req-ef79f23f-078a-483e-8a83-7be1d8bd8f93 2018-08-12 09:14:57,746 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.os-security-groups in 0.92271900177s 2018-08-12 09:14:57,746 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/39b8c07c-ae77-4b92-8e1e-e3661c2b9dff/os-security-groups used request id req-ef79f23f-078a-483e-8a83-7be1d8bd8f93 2018-08-12 09:14:57,754 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 09:14:57,758 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:14:57,950 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1207 Content-Type: application/json X-Openstack-Request-Id: req-2aba382e-ae10-4f00-9dec-997243a86a12 Date: Sun, 12 Aug 2018 09:14:57 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/449d5968-a970-4d5c-9c22-cb001102c0b9/snap", "metadata": {}}], "file": "/v2/images/449d5968-a970-4d5c-9c22-cb001102c0b9/file", "owner": "ea1830952fba468cada22c80855b775c", "id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "size": 263062016, "self": "/v2/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "disk_format": "qcow2", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/449d5968-a970-4d5c-9c22-cb001102c0b9/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "c32842906fda865db9034d5a3159ad979a5432d2fec0864c6f6bed7b7de7338e", "updated_at": "2018-08-12T09:09:26Z", "visibility": "private", "owner_specified.shade.object": "images/heat_ims-img_alt_61cf3297-02ef-4796-a134-6831b487977a", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "81360220b4382d4b91eef0ebaf46a661", "name": "heat_ims-img_alt_61cf3297-02ef-4796-a134-6831b487977a", "checksum": "81360220b4382d4b91eef0ebaf46a661", "created_at": "2018-08-12T09:09:22Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 09:14:57,950 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-2aba382e-ae10-4f00-9dec-997243a86a12 2018-08-12 09:14:57,950 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.195692062378s 2018-08-12 09:14:57,951 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-2aba382e-ae10-4f00-9dec-997243a86a12 2018-08-12 09:14:57,954 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-12 09:14:57,957 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8776/v3/ea1830952fba468cada22c80855b775c/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}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:14:58,186 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:14:57 GMT Server: Apache x-compute-request-id: req-1e7d9811-d293-4d9c-802d-a57065a779a1 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-1e7d9811-d293-4d9c-802d-a57065a779a1 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-08-12 09:14:58,186 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/ea1830952fba468cada22c80855b775c/volumes/detail used request id req-1e7d9811-d293-4d9c-802d-a57065a779a1 2018-08-12 09:14:58,186 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.231919050217s 2018-08-12 09:14:58,187 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/ea1830952fba468cada22c80855b775c/volumes/detail used request id req-1e7d9811-d293-4d9c-802d-a57065a779a1 2018-08-12 09:14:58,187 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-12 09:14:58,190 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:14:58,212 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:14: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-ea0ec37d-c93c-460d-8c11-35878c4bfc89 x-compute-request-id: req-ea0ec37d-c93c-460d-8c11-35878c4bfc89 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavors": [{"name": "heat_ims-flavor_alt_61cf3297-02ef-4796-a134-6831b487977a", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 25, "id": "5b23103b-521b-4914-ba2d-4a96218272e5"}]} 2018-08-12 09:14:58,213 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-ea0ec37d-c93c-460d-8c11-35878c4bfc89 2018-08-12 09:14:58,213 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0254259109497s 2018-08-12 09:14:58,213 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-ea0ec37d-c93c-460d-8c11-35878c4bfc89 2018-08-12 09:14:58,214 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.os-security-groups 2018-08-12 09:14:58,217 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/566a63cc-7490-4385-b2ac-bfb24030a031/os-security-groups -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:14:59,209 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:14: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-5f61234a-5c17-45b1-a314-768cf147a1ea x-compute-request-id: req-5f61234a-5c17-45b1-a314-768cf147a1ea Content-Encoding: gzip Content-Length: 808 Content-Type: application/json RESP BODY: {"security_groups": [{"rules": [{"from_port": 4000, "group": {"tenant_id": "ea1830952fba468cada22c80855b775c", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 4000, "parent_group_id": "3f6cda0f-bce0-45a4-955f-b70f99037c8a", "ip_range": {}, "id": "518f00f0-72b7-49ec-b26e-ffc8e8663d60"}, {"from_port": 22, "group": {}, "ip_protocol": "tcp", "to_port": 22, "parent_group_id": "3f6cda0f-bce0-45a4-955f-b70f99037c8a", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "69703210-7b82-4129-8f03-0cdc73935957"}, {"from_port": 161, "group": {}, "ip_protocol": "udp", "to_port": 161, "parent_group_id": "3f6cda0f-bce0-45a4-955f-b70f99037c8a", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "bf4fc062-73af-4364-90a3-a2d8b43d0484"}, {"from_port": -1, "group": {}, "ip_protocol": "icmp", "to_port": -1, "parent_group_id": "3f6cda0f-bce0-45a4-955f-b70f99037c8a", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "e304077f-a982-4161-9706-085724a9faca"}, {"from_port": 2380, "group": {"tenant_id": "ea1830952fba468cada22c80855b775c", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 2380, "parent_group_id": "3f6cda0f-bce0-45a4-955f-b70f99037c8a", "ip_range": {}, "id": "f8a58456-c04a-4cf2-b2ce-b0c1246c98a3"}], "tenant_id": "ea1830952fba468cada22c80855b775c", "id": "3f6cda0f-bce0-45a4-955f-b70f99037c8a", "name": "clearwater-opnfv-base-mgmt", "description": "Base security group for all Clearwater nodes (management)"}, {"rules": [{"from_port": 9888, "group": {"tenant_id": "ea1830952fba468cada22c80855b775c", "name": "clearwater-opnfv-dime-sig"}, "ip_protocol": "tcp", "to_port": 9888, "parent_group_id": "2e7ebdc9-d55e-4026-8b2b-d5f2940bcb4c", "ip_range": {}, "id": "1b7f41ba-0f71-489d-b3b9-71e5bb483e33"}, {"from_port": 5052, "group": {"tenant_id": "ea1830952fba468cada22c80855b775c", "name": "clearwater-opnfv-bono-sig"}, "ip_protocol": "tcp", "to_port": 5052, "parent_group_id": "2e7ebdc9-d55e-4026-8b2b-d5f2940bcb4c", "ip_range": {}, "id": "7e4f6d81-2859-45d4-a2ad-387a93fb53ae"}, {"from_port": 9888, "group": {"tenant_id": "ea1830952fba468cada22c80855b775c", "name": "clearwater-opnfv-vellum-sig-outbound"}, "ip_protocol": "tcp", "to_port": 9888, "parent_group_id": "2e7ebdc9-d55e-4026-8b2b-d5f2940bcb4c", "ip_range": {}, "id": "83d89bc3-07c6-4432-b9cd-a671e68e19f3"}, {"from_port": 5054, "group": {"tenant_id": "ea1830952fba468cada22c80855b775c", "name": "clearwater-opnfv-bono-sig"}, "ip_protocol": "tcp", "to_port": 5054, "parent_group_id": "2e7ebdc9-d55e-4026-8b2b-d5f2940bcb4c", "ip_range": {}, "id": "d05e26b1-81d4-44a5-aa73-005164650274"}], "tenant_id": "ea1830952fba468cada22c80855b775c", "id": "2e7ebdc9-d55e-4026-8b2b-d5f2940bcb4c", "name": "clearwater-opnfv-sprout-sig-inbound", "description": "Security group for Sprout nodes inbound traffic (signaling)"}, {"rules": [{"from_port": 5054, "group": {"tenant_id": "ea1830952fba468cada22c80855b775c", "name": "clearwater-opnfv-sprout-sig-outbound"}, "ip_protocol": "tcp", "to_port": 5054, "parent_group_id": "4a352c80-3d12-4c47-9a01-a7ca1254ec7d", "ip_range": {}, "id": "0c09cbd9-92dd-4203-88ec-f4987ae47197"}, {"from_port": 5052, "group": {"tenant_id": "ea1830952fba468cada22c80855b775c", "name": "clearwater-opnfv-sprout-sig-outbound"}, "ip_protocol": "tcp", "to_port": 5052, "parent_group_id": "4a352c80-3d12-4c47-9a01-a7ca1254ec7d", "ip_range": {}, "id": "7874c2fd-7b5b-4136-9180-0aaf7b797592"}], "tenant_id": "ea1830952fba468cada22c80855b775c", "id": "4a352c80-3d12-4c47-9a01-a7ca1254ec7d", "name": "clearwater-opnfv-sprout-sig-outbound", "description": "Security group for Sprout nodes outbound traffic (signaling)"}]} 2018-08-12 09:14:59,210 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/566a63cc-7490-4385-b2ac-bfb24030a031/os-security-groups used request id req-5f61234a-5c17-45b1-a314-768cf147a1ea 2018-08-12 09:14:59,210 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.os-security-groups in 0.995137929916s 2018-08-12 09:14:59,210 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/566a63cc-7490-4385-b2ac-bfb24030a031/os-security-groups used request id req-5f61234a-5c17-45b1-a314-768cf147a1ea 2018-08-12 09:14:59,218 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 09:14:59,222 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:14:59,252 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1207 Content-Type: application/json X-Openstack-Request-Id: req-418345f1-9d3c-4c69-8f4a-e736f03d6908 Date: Sun, 12 Aug 2018 09:14:59 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/449d5968-a970-4d5c-9c22-cb001102c0b9/snap", "metadata": {}}], "file": "/v2/images/449d5968-a970-4d5c-9c22-cb001102c0b9/file", "owner": "ea1830952fba468cada22c80855b775c", "id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "size": 263062016, "self": "/v2/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "disk_format": "qcow2", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/449d5968-a970-4d5c-9c22-cb001102c0b9/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "c32842906fda865db9034d5a3159ad979a5432d2fec0864c6f6bed7b7de7338e", "updated_at": "2018-08-12T09:09:26Z", "visibility": "private", "owner_specified.shade.object": "images/heat_ims-img_alt_61cf3297-02ef-4796-a134-6831b487977a", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "81360220b4382d4b91eef0ebaf46a661", "name": "heat_ims-img_alt_61cf3297-02ef-4796-a134-6831b487977a", "checksum": "81360220b4382d4b91eef0ebaf46a661", "created_at": "2018-08-12T09:09:22Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 09:14:59,252 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-418345f1-9d3c-4c69-8f4a-e736f03d6908 2018-08-12 09:14:59,253 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0338990688324s 2018-08-12 09:14:59,253 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-418345f1-9d3c-4c69-8f4a-e736f03d6908 2018-08-12 09:14:59,257 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-12 09:14:59,260 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8776/v3/ea1830952fba468cada22c80855b775c/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}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:14:59,479 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:14:59 GMT Server: Apache x-compute-request-id: req-747ee415-c9f2-4498-b21b-bf00c9c7fb6d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-747ee415-c9f2-4498-b21b-bf00c9c7fb6d Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-08-12 09:14:59,479 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/ea1830952fba468cada22c80855b775c/volumes/detail used request id req-747ee415-c9f2-4498-b21b-bf00c9c7fb6d 2018-08-12 09:14:59,480 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.222269058228s 2018-08-12 09:14:59,480 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/ea1830952fba468cada22c80855b775c/volumes/detail used request id req-747ee415-c9f2-4498-b21b-bf00c9c7fb6d 2018-08-12 09:14:59,480 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-12 09:14:59,483 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:14:59,510 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09: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-67401c10-b089-4cab-af90-5afbc0b66dc6 x-compute-request-id: req-67401c10-b089-4cab-af90-5afbc0b66dc6 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavors": [{"name": "heat_ims-flavor_alt_61cf3297-02ef-4796-a134-6831b487977a", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 25, "id": "5b23103b-521b-4914-ba2d-4a96218272e5"}]} 2018-08-12 09:14:59,510 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-67401c10-b089-4cab-af90-5afbc0b66dc6 2018-08-12 09:14:59,510 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0299060344696s 2018-08-12 09:14:59,511 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-67401c10-b089-4cab-af90-5afbc0b66dc6 2018-08-12 09:14:59,512 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.os-security-groups 2018-08-12 09:14:59,515 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/7a80620a-d807-4698-b6c3-7c140a7b5157/os-security-groups -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:15:00,631 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09: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-0f6717bf-7932-4436-9ad8-05ea5bbbf626 x-compute-request-id: req-0f6717bf-7932-4436-9ad8-05ea5bbbf626 Content-Encoding: gzip Content-Length: 910 Content-Type: application/json RESP BODY: {"security_groups": [{"rules": [{"from_port": 4000, "group": {"tenant_id": "ea1830952fba468cada22c80855b775c", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 4000, "parent_group_id": "3f6cda0f-bce0-45a4-955f-b70f99037c8a", "ip_range": {}, "id": "518f00f0-72b7-49ec-b26e-ffc8e8663d60"}, {"from_port": 22, "group": {}, "ip_protocol": "tcp", "to_port": 22, "parent_group_id": "3f6cda0f-bce0-45a4-955f-b70f99037c8a", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "69703210-7b82-4129-8f03-0cdc73935957"}, {"from_port": 161, "group": {}, "ip_protocol": "udp", "to_port": 161, "parent_group_id": "3f6cda0f-bce0-45a4-955f-b70f99037c8a", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "bf4fc062-73af-4364-90a3-a2d8b43d0484"}, {"from_port": -1, "group": {}, "ip_protocol": "icmp", "to_port": -1, "parent_group_id": "3f6cda0f-bce0-45a4-955f-b70f99037c8a", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "e304077f-a982-4161-9706-085724a9faca"}, {"from_port": 2380, "group": {"tenant_id": "ea1830952fba468cada22c80855b775c", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 2380, "parent_group_id": "3f6cda0f-bce0-45a4-955f-b70f99037c8a", "ip_range": {}, "id": "f8a58456-c04a-4cf2-b2ce-b0c1246c98a3"}], "tenant_id": "ea1830952fba468cada22c80855b775c", "id": "3f6cda0f-bce0-45a4-955f-b70f99037c8a", "name": "clearwater-opnfv-base-mgmt", "description": "Base security group for all Clearwater nodes (management)"}, {"rules": [{"from_port": 9160, "group": {"tenant_id": "ea1830952fba468cada22c80855b775c", "name": "clearwater-opnfv-dime-sig"}, "ip_protocol": "tcp", "to_port": 9160, "parent_group_id": "4cc05925-89f3-4cdf-a91d-6383700bf4ec", "ip_range": {}, "id": "524dfd1d-a67a-4b67-8373-ec7bda3ebeac"}, {"from_port": 11311, "group": {"tenant_id": "ea1830952fba468cada22c80855b775c", "name": "clearwater-opnfv-dime-sig"}, "ip_protocol": "tcp", "to_port": 11311, "parent_group_id": "4cc05925-89f3-4cdf-a91d-6383700bf4ec", "ip_range": {}, "id": "79776d0c-f0b9-4746-bee1-193ac2a3d06d"}, {"from_port": 7253, "group": {"tenant_id": "ea1830952fba468cada22c80855b775c", "name": "clearwater-opnfv-dime-sig"}, "ip_protocol": "tcp", "to_port": 7253, "parent_group_id": "4cc05925-89f3-4cdf-a91d-6383700bf4ec", "ip_range": {}, "id": "ac0e31c4-60e3-48b6-9b43-9c949e32d236"}, {"from_port": 7253, "group": {"tenant_id": "ea1830952fba468cada22c80855b775c", "name": "clearwater-opnfv-sprout-sig-outbound"}, "ip_protocol": "tcp", "to_port": 7253, "parent_group_id": "4cc05925-89f3-4cdf-a91d-6383700bf4ec", "ip_range": {}, "id": "be4ab0dd-3a0b-4d54-a779-1a9f8f33922e"}, {"from_port": 11311, "group": {"tenant_id": "ea1830952fba468cada22c80855b775c", "name": "clearwater-opnfv-sprout-sig-outbound"}, "ip_protocol": "tcp", "to_port": 11311, "parent_group_id": "4cc05925-89f3-4cdf-a91d-6383700bf4ec", "ip_range": {}, "id": "d65ff108-4f0a-44b6-ad1d-71b525f27b7b"}, {"from_port": 9160, "group": {"tenant_id": "ea1830952fba468cada22c80855b775c", "name": "clearwater-opnfv-homer-sig"}, "ip_protocol": "tcp", "to_port": 9160, "parent_group_id": "4cc05925-89f3-4cdf-a91d-6383700bf4ec", "ip_range": {}, "id": "fc7b8a69-fdb7-4d80-9532-7b771917c645"}], "tenant_id": "ea1830952fba468cada22c80855b775c", "id": "4cc05925-89f3-4cdf-a91d-6383700bf4ec", "name": "clearwater-opnfv-vellum-sig-inbound", "description": "Security group for Vellum nodes inbound traffic (signaling)"}, {"rules": [{"from_port": 7000, "group": {"tenant_id": "ea1830952fba468cada22c80855b775c", "name": "clearwater-opnfv-vellum-sig-outbound"}, "ip_protocol": "tcp", "to_port": 7000, "parent_group_id": "d24e0c09-60ac-40a2-be62-135ce58b3aba", "ip_range": {}, "id": "ae7ae276-672a-4ccf-b148-4d48ec0538ef"}, {"from_port": 7253, "group": {"tenant_id": "ea1830952fba468cada22c80855b775c", "name": "clearwater-opnfv-vellum-sig-outbound"}, "ip_protocol": "tcp", "to_port": 7253, "parent_group_id": "d24e0c09-60ac-40a2-be62-135ce58b3aba", "ip_range": {}, "id": "bb33afbc-ae9e-4771-89a9-841dfbefcbf6"}, {"from_port": 11211, "group": {"tenant_id": "ea1830952fba468cada22c80855b775c", "name": "clearwater-opnfv-vellum-sig-outbound"}, "ip_protocol": "tcp", "to_port": 11211, "parent_group_id": "d24e0c09-60ac-40a2-be62-135ce58b3aba", "ip_range": {}, "id": "ca8d9d22-7efc-486d-bf1a-f245664eddf4"}], "tenant_id": "ea1830952fba468cada22c80855b775c", "id": "d24e0c09-60ac-40a2-be62-135ce58b3aba", "name": "clearwater-opnfv-vellum-sig-outbound", "description": "Security group for Vellum nodes outbound traffic (signaling)"}]} 2018-08-12 09:15:00,631 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/7a80620a-d807-4698-b6c3-7c140a7b5157/os-security-groups used request id req-0f6717bf-7932-4436-9ad8-05ea5bbbf626 2018-08-12 09:15:00,631 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.os-security-groups in 1.11886405945s 2018-08-12 09:15:00,632 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/7a80620a-d807-4698-b6c3-7c140a7b5157/os-security-groups used request id req-0f6717bf-7932-4436-9ad8-05ea5bbbf626 2018-08-12 09:15:00,641 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 09:15:00,644 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:15:00,677 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1207 Content-Type: application/json X-Openstack-Request-Id: req-2f624ea1-d3dd-443a-908b-14f99ac840c5 Date: Sun, 12 Aug 2018 09:15:00 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/449d5968-a970-4d5c-9c22-cb001102c0b9/snap", "metadata": {}}], "file": "/v2/images/449d5968-a970-4d5c-9c22-cb001102c0b9/file", "owner": "ea1830952fba468cada22c80855b775c", "id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "size": 263062016, "self": "/v2/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "disk_format": "qcow2", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/449d5968-a970-4d5c-9c22-cb001102c0b9/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "c32842906fda865db9034d5a3159ad979a5432d2fec0864c6f6bed7b7de7338e", "updated_at": "2018-08-12T09:09:26Z", "visibility": "private", "owner_specified.shade.object": "images/heat_ims-img_alt_61cf3297-02ef-4796-a134-6831b487977a", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "81360220b4382d4b91eef0ebaf46a661", "name": "heat_ims-img_alt_61cf3297-02ef-4796-a134-6831b487977a", "checksum": "81360220b4382d4b91eef0ebaf46a661", "created_at": "2018-08-12T09:09:22Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 09:15:00,677 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-2f624ea1-d3dd-443a-908b-14f99ac840c5 2018-08-12 09:15:00,677 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0360720157623s 2018-08-12 09:15:00,678 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-2f624ea1-d3dd-443a-908b-14f99ac840c5 2018-08-12 09:15:00,681 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-12 09:15:00,683 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8776/v3/ea1830952fba468cada22c80855b775c/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}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:15:00,730 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:15:00 GMT Server: Apache x-compute-request-id: req-2f456dc3-91bd-4168-9a21-265720c55a8b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-2f456dc3-91bd-4168-9a21-265720c55a8b Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-08-12 09:15:00,730 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/ea1830952fba468cada22c80855b775c/volumes/detail used request id req-2f456dc3-91bd-4168-9a21-265720c55a8b 2018-08-12 09:15:00,730 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0497469902039s 2018-08-12 09:15:00,731 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/ea1830952fba468cada22c80855b775c/volumes/detail used request id req-2f456dc3-91bd-4168-9a21-265720c55a8b 2018-08-12 09:15:00,731 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-12 09:15:00,734 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:15:00,757 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:15: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-e6425fad-3d71-47f0-adce-c739e1721653 x-compute-request-id: req-e6425fad-3d71-47f0-adce-c739e1721653 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavors": [{"name": "heat_ims-flavor_alt_61cf3297-02ef-4796-a134-6831b487977a", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 25, "id": "5b23103b-521b-4914-ba2d-4a96218272e5"}]} 2018-08-12 09:15:00,757 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-e6425fad-3d71-47f0-adce-c739e1721653 2018-08-12 09:15:00,757 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0258140563965s 2018-08-12 09:15:00,757 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-e6425fad-3d71-47f0-adce-c739e1721653 2018-08-12 09:15:00,759 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.os-security-groups 2018-08-12 09:15:00,761 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/3544e1e5-febb-4596-964e-1a53f9d26ab6/os-security-groups -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:15:01,229 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:15: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-b683c395-0e1b-43e3-9a20-2fd525b33fbd x-compute-request-id: req-b683c395-0e1b-43e3-9a20-2fd525b33fbd Content-Encoding: gzip Content-Length: 578 Content-Type: application/json RESP BODY: {"security_groups": [{"rules": [{"from_port": 4000, "group": {"tenant_id": "ea1830952fba468cada22c80855b775c", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 4000, "parent_group_id": "3f6cda0f-bce0-45a4-955f-b70f99037c8a", "ip_range": {}, "id": "518f00f0-72b7-49ec-b26e-ffc8e8663d60"}, {"from_port": 22, "group": {}, "ip_protocol": "tcp", "to_port": 22, "parent_group_id": "3f6cda0f-bce0-45a4-955f-b70f99037c8a", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "69703210-7b82-4129-8f03-0cdc73935957"}, {"from_port": 161, "group": {}, "ip_protocol": "udp", "to_port": 161, "parent_group_id": "3f6cda0f-bce0-45a4-955f-b70f99037c8a", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "bf4fc062-73af-4364-90a3-a2d8b43d0484"}, {"from_port": -1, "group": {}, "ip_protocol": "icmp", "to_port": -1, "parent_group_id": "3f6cda0f-bce0-45a4-955f-b70f99037c8a", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "e304077f-a982-4161-9706-085724a9faca"}, {"from_port": 2380, "group": {"tenant_id": "ea1830952fba468cada22c80855b775c", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 2380, "parent_group_id": "3f6cda0f-bce0-45a4-955f-b70f99037c8a", "ip_range": {}, "id": "f8a58456-c04a-4cf2-b2ce-b0c1246c98a3"}], "tenant_id": "ea1830952fba468cada22c80855b775c", "id": "3f6cda0f-bce0-45a4-955f-b70f99037c8a", "name": "clearwater-opnfv-base-mgmt", "description": "Base security group for all Clearwater nodes (management)"}, {"rules": [{"from_port": 443, "group": {}, "ip_protocol": "tcp", "to_port": 443, "parent_group_id": "9ad97b96-071a-4cf4-a70a-17a100ff26f9", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "3358c6dc-9bda-484b-bfb4-8145757a6f18"}, {"from_port": 80, "group": {}, "ip_protocol": "tcp", "to_port": 80, "parent_group_id": "9ad97b96-071a-4cf4-a70a-17a100ff26f9", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "c154badf-84cc-40a1-8e9d-5018686bb8e8"}], "tenant_id": "ea1830952fba468cada22c80855b775c", "id": "9ad97b96-071a-4cf4-a70a-17a100ff26f9", "name": "clearwater-opnfv-ellis-mgmt", "description": "Security group for Ellis nodes (management)"}]} 2018-08-12 09:15:01,229 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/3544e1e5-febb-4596-964e-1a53f9d26ab6/os-security-groups used request id req-b683c395-0e1b-43e3-9a20-2fd525b33fbd 2018-08-12 09:15:01,229 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.os-security-groups in 0.470547914505s 2018-08-12 09:15:01,230 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/3544e1e5-febb-4596-964e-1a53f9d26ab6/os-security-groups used request id req-b683c395-0e1b-43e3-9a20-2fd525b33fbd 2018-08-12 09:15:01,237 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 09:15:01,240 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:15:01,435 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1207 Content-Type: application/json X-Openstack-Request-Id: req-75721147-3045-4a9c-8e96-e4d1d609d911 Date: Sun, 12 Aug 2018 09:15:01 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/449d5968-a970-4d5c-9c22-cb001102c0b9/snap", "metadata": {}}], "file": "/v2/images/449d5968-a970-4d5c-9c22-cb001102c0b9/file", "owner": "ea1830952fba468cada22c80855b775c", "id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "size": 263062016, "self": "/v2/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "disk_format": "qcow2", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/449d5968-a970-4d5c-9c22-cb001102c0b9/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "c32842906fda865db9034d5a3159ad979a5432d2fec0864c6f6bed7b7de7338e", "updated_at": "2018-08-12T09:09:26Z", "visibility": "private", "owner_specified.shade.object": "images/heat_ims-img_alt_61cf3297-02ef-4796-a134-6831b487977a", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "81360220b4382d4b91eef0ebaf46a661", "name": "heat_ims-img_alt_61cf3297-02ef-4796-a134-6831b487977a", "checksum": "81360220b4382d4b91eef0ebaf46a661", "created_at": "2018-08-12T09:09:22Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 09:15:01,435 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-75721147-3045-4a9c-8e96-e4d1d609d911 2018-08-12 09:15:01,435 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.197824001312s 2018-08-12 09:15:01,435 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-75721147-3045-4a9c-8e96-e4d1d609d911 2018-08-12 09:15:01,439 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-12 09:15:01,442 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8776/v3/ea1830952fba468cada22c80855b775c/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}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:15:01,658 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:15:01 GMT Server: Apache x-compute-request-id: req-160b379d-30fb-4338-83af-b59d74bf0a8c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-160b379d-30fb-4338-83af-b59d74bf0a8c Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-08-12 09:15:01,658 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/ea1830952fba468cada22c80855b775c/volumes/detail used request id req-160b379d-30fb-4338-83af-b59d74bf0a8c 2018-08-12 09:15:01,658 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.219096899033s 2018-08-12 09:15:01,659 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/ea1830952fba468cada22c80855b775c/volumes/detail used request id req-160b379d-30fb-4338-83af-b59d74bf0a8c 2018-08-12 09:15:01,659 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-12 09:15:01,662 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:15:01,685 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09: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-713eaa50-1a7d-4367-932c-b944e8207db0 x-compute-request-id: req-713eaa50-1a7d-4367-932c-b944e8207db0 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavors": [{"name": "heat_ims-flavor_alt_61cf3297-02ef-4796-a134-6831b487977a", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 25, "id": "5b23103b-521b-4914-ba2d-4a96218272e5"}]} 2018-08-12 09:15:01,686 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-713eaa50-1a7d-4367-932c-b944e8207db0 2018-08-12 09:15:01,686 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0265209674835s 2018-08-12 09:15:01,686 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-713eaa50-1a7d-4367-932c-b944e8207db0 2018-08-12 09:15:01,687 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.os-security-groups 2018-08-12 09:15:01,690 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/24234aa3-febc-4826-8d67-0c33e6f38782/os-security-groups -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:15:02,018 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09: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-b87041e6-2adb-49f4-8562-2fc9495c9222 x-compute-request-id: req-b87041e6-2adb-49f4-8562-2fc9495c9222 Content-Encoding: gzip Content-Length: 401 Content-Type: application/json RESP BODY: {"security_groups": [{"rules": [{"from_port": 53, "group": {}, "ip_protocol": "tcp", "to_port": 53, "parent_group_id": "3fb0b5d2-fdc9-4a50-bc19-df4a5256d046", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "5d22ba72-5138-42f6-a9d8-b178604af9c9"}, {"from_port": 22, "group": {}, "ip_protocol": "tcp", "to_port": 22, "parent_group_id": "3fb0b5d2-fdc9-4a50-bc19-df4a5256d046", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "8a859207-840c-4c61-ba19-7c12e0376d9b"}, {"from_port": 53, "group": {}, "ip_protocol": "udp", "to_port": 53, "parent_group_id": "3fb0b5d2-fdc9-4a50-bc19-df4a5256d046", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "913e378a-ca5d-4bf4-bcdb-2520b6c0375d"}, {"from_port": -1, "group": {}, "ip_protocol": "icmp", "to_port": -1, "parent_group_id": "3fb0b5d2-fdc9-4a50-bc19-df4a5256d046", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "ff5177a9-9075-4d55-afa7-39084748fa9a"}], "tenant_id": "ea1830952fba468cada22c80855b775c", "id": "3fb0b5d2-fdc9-4a50-bc19-df4a5256d046", "name": "clearwater-opnfv-dns", "description": "Security group for DNS nodes"}, {"rules": [{"from_port": 53, "group": {}, "ip_protocol": "tcp", "to_port": 53, "parent_group_id": "3fb0b5d2-fdc9-4a50-bc19-df4a5256d046", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "5d22ba72-5138-42f6-a9d8-b178604af9c9"}, {"from_port": 22, "group": {}, "ip_protocol": "tcp", "to_port": 22, "parent_group_id": "3fb0b5d2-fdc9-4a50-bc19-df4a5256d046", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "8a859207-840c-4c61-ba19-7c12e0376d9b"}, {"from_port": 53, "group": {}, "ip_protocol": "udp", "to_port": 53, "parent_group_id": "3fb0b5d2-fdc9-4a50-bc19-df4a5256d046", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "913e378a-ca5d-4bf4-bcdb-2520b6c0375d"}, {"from_port": -1, "group": {}, "ip_protocol": "icmp", "to_port": -1, "parent_group_id": "3fb0b5d2-fdc9-4a50-bc19-df4a5256d046", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "ff5177a9-9075-4d55-afa7-39084748fa9a"}], "tenant_id": "ea1830952fba468cada22c80855b775c", "id": "3fb0b5d2-fdc9-4a50-bc19-df4a5256d046", "name": "clearwater-opnfv-dns", "description": "Security group for DNS nodes"}]} 2018-08-12 09:15:02,018 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/24234aa3-febc-4826-8d67-0c33e6f38782/os-security-groups used request id req-b87041e6-2adb-49f4-8562-2fc9495c9222 2018-08-12 09:15:02,018 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.os-security-groups in 0.330905199051s 2018-08-12 09:15:02,019 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/24234aa3-febc-4826-8d67-0c33e6f38782/os-security-groups used request id req-b87041e6-2adb-49f4-8562-2fc9495c9222 2018-08-12 09:15:02,026 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 09:15:02,030 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:15:02,061 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1207 Content-Type: application/json X-Openstack-Request-Id: req-3bd60462-b7c6-4c68-85b0-35564866d6af Date: Sun, 12 Aug 2018 09:15:02 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/449d5968-a970-4d5c-9c22-cb001102c0b9/snap", "metadata": {}}], "file": "/v2/images/449d5968-a970-4d5c-9c22-cb001102c0b9/file", "owner": "ea1830952fba468cada22c80855b775c", "id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "size": 263062016, "self": "/v2/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "disk_format": "qcow2", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/449d5968-a970-4d5c-9c22-cb001102c0b9/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "c32842906fda865db9034d5a3159ad979a5432d2fec0864c6f6bed7b7de7338e", "updated_at": "2018-08-12T09:09:26Z", "visibility": "private", "owner_specified.shade.object": "images/heat_ims-img_alt_61cf3297-02ef-4796-a134-6831b487977a", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "81360220b4382d4b91eef0ebaf46a661", "name": "heat_ims-img_alt_61cf3297-02ef-4796-a134-6831b487977a", "checksum": "81360220b4382d4b91eef0ebaf46a661", "created_at": "2018-08-12T09:09:22Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 09:15:02,061 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-3bd60462-b7c6-4c68-85b0-35564866d6af 2018-08-12 09:15:02,061 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0348749160767s 2018-08-12 09:15:02,062 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-3bd60462-b7c6-4c68-85b0-35564866d6af 2018-08-12 09:15:02,065 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-12 09:15:02,068 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8776/v3/ea1830952fba468cada22c80855b775c/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}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:15:02,282 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:15:02 GMT Server: Apache x-compute-request-id: req-b32fe513-163d-4ffd-9651-54b8524eea87 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-b32fe513-163d-4ffd-9651-54b8524eea87 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-08-12 09:15:02,282 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/ea1830952fba468cada22c80855b775c/volumes/detail used request id req-b32fe513-163d-4ffd-9651-54b8524eea87 2018-08-12 09:15:02,282 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.216780900955s 2018-08-12 09:15:02,282 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/ea1830952fba468cada22c80855b775c/volumes/detail used request id req-b32fe513-163d-4ffd-9651-54b8524eea87 2018-08-12 09:15:02,283 - functest.opnfv_tests.vnf.ims.heat_ims - DEBUG - servers: [Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'clearwater-opnfv-private-signaling': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:f8:47:bc', u'version': 4, u'addr': u'192.168.1.5', u'OS-EXT-IPS:type': u'fixed'}), Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:f8:47:bc', u'version': 4, u'addr': u'172.30.9.208', u'OS-EXT-IPS:type': u'floating'})], u'clearwater-opnfv-private-management': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:a0:8c:69', u'version': 4, u'addr': u'192.168.0.6', u'OS-EXT-IPS:type': u'fixed'}), Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:a0:8c:69', u'version': 4, u'addr': u'172.30.9.211', u'OS-EXT-IPS:type': u'floating'})]}), 'terminated_at': None, 'image': Munch({u'id': u'449d5968-a970-4d5c-9c22-cb001102c0b9', 'name': u'heat_ims-img_alt_61cf3297-02ef-4796-a134-6831b487977a'}), 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-12T09:14:41.000000', 'flavor': Munch({u'id': u'5b23103b-521b-4914-ba2d-4a96218272e5', 'name': u'heat_ims-flavor_alt_61cf3297-02ef-4796-a134-6831b487977a'}), 'az': u'nova', 'id': u'0d05f869-c182-4a19-86bf-4ac078c523fd', 'security_groups': [Munch({'description': u'Base security group for all Clearwater nodes (management)', 'tenant_id': u'ea1830952fba468cada22c80855b775c', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 4000, 'security_group_id': u'3f6cda0f-bce0-45a4-955f-b70f99037c8a', 'tenant_id': '', 'port_range_min': 4000, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ea1830952fba468cada22c80855b775c', 'name': 'heat_ims-project_61cf3297-02ef-4796-a134-6831b487977a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'ea1830952fba468cada22c80855b775c', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'ea1830952fba468cada22c80855b775c', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'518f00f0-72b7-49ec-b26e-ffc8e8663d60'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 22, 'security_group_id': u'3f6cda0f-bce0-45a4-955f-b70f99037c8a', 'tenant_id': '', 'port_range_min': 22, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ea1830952fba468cada22c80855b775c', 'name': 'heat_ims-project_61cf3297-02ef-4796-a134-6831b487977a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'69703210-7b82-4129-8f03-0cdc73935957'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 161, 'security_group_id': u'3f6cda0f-bce0-45a4-955f-b70f99037c8a', 'tenant_id': '', 'port_range_min': 161, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ea1830952fba468cada22c80855b775c', 'name': 'heat_ims-project_61cf3297-02ef-4796-a134-6831b487977a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'bf4fc062-73af-4364-90a3-a2d8b43d0484'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'icmp', 'ethertype': 'IPv4', 'port_range_max': None, 'security_group_id': u'3f6cda0f-bce0-45a4-955f-b70f99037c8a', 'tenant_id': '', 'port_range_min': None, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ea1830952fba468cada22c80855b775c', 'name': 'heat_ims-project_61cf3297-02ef-4796-a134-6831b487977a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'e304077f-a982-4161-9706-085724a9faca'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 2380, 'security_group_id': u'3f6cda0f-bce0-45a4-955f-b70f99037c8a', 'tenant_id': '', 'port_range_min': 2380, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ea1830952fba468cada22c80855b775c', 'name': 'heat_ims-project_61cf3297-02ef-4796-a134-6831b487977a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'ea1830952fba468cada22c80855b775c', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'ea1830952fba468cada22c80855b775c', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'f8a58456-c04a-4cf2-b2ce-b0c1246c98a3'})], 'id': u'3f6cda0f-bce0-45a4-955f-b70f99037c8a', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ea1830952fba468cada22c80855b775c', 'name': 'heat_ims-project_61cf3297-02ef-4796-a134-6831b487977a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'ea1830952fba468cada22c80855b775c', 'properties': Munch({}), 'name': u'clearwater-opnfv-base-mgmt'}), Munch({'description': u'Security group for Homer nodes (management)', 'tenant_id': u'ea1830952fba468cada22c80855b775c', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7888, 'security_group_id': u'a602617d-db71-4334-a538-b84721079df0', 'tenant_id': '', 'port_range_min': 7888, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ea1830952fba468cada22c80855b775c', 'name': 'heat_ims-project_61cf3297-02ef-4796-a134-6831b487977a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'117a8ad4-a84d-4953-8a3b-6dcd752d6962'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7888, 'security_group_id': u'a602617d-db71-4334-a538-b84721079df0', 'tenant_id': '', 'port_range_min': 7888, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ea1830952fba468cada22c80855b775c', 'name': 'heat_ims-project_61cf3297-02ef-4796-a134-6831b487977a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'ea1830952fba468cada22c80855b775c', u'name': u'clearwater-opnfv-sprout-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'ea1830952fba468cada22c80855b775c', u'name': u'clearwater-opnfv-sprout-sig-outbound'}), 'project_id': '', 'id': u'645fde95-176f-454e-b8f4-3466f7309140'})], 'id': u'a602617d-db71-4334-a538-b84721079df0', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ea1830952fba468cada22c80855b775c', 'name': 'heat_ims-project_61cf3297-02ef-4796-a134-6831b487977a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'ea1830952fba468cada22c80855b775c', 'properties': Munch({}), 'name': u'clearwater-opnfv-homer-mgmt'}), Munch({'description': u'Security group for Homer nodes (signaling)', 'tenant_id': u'ea1830952fba468cada22c80855b775c', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 9160, 'security_group_id': u'ac4763a9-65fe-4919-8edd-a49b91d36eb1', 'tenant_id': '', 'port_range_min': 9160, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ea1830952fba468cada22c80855b775c', 'name': 'heat_ims-project_61cf3297-02ef-4796-a134-6831b487977a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'ea1830952fba468cada22c80855b775c', u'name': u'clearwater-opnfv-homer-sig'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'ea1830952fba468cada22c80855b775c', u'name': u'clearwater-opnfv-homer-sig'}), 'project_id': '', 'id': u'817ee797-b381-48fc-85e0-2c785bce926f'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7888, 'security_group_id': u'ac4763a9-65fe-4919-8edd-a49b91d36eb1', 'tenant_id': '', 'port_range_min': 7888, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ea1830952fba468cada22c80855b775c', 'name': 'heat_ims-project_61cf3297-02ef-4796-a134-6831b487977a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'c943e25e-1803-4c01-9dfa-228b17d08de6'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7888, 'security_group_id': u'ac4763a9-65fe-4919-8edd-a49b91d36eb1', 'tenant_id': '', 'port_range_min': 7888, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ea1830952fba468cada22c80855b775c', 'name': 'heat_ims-project_61cf3297-02ef-4796-a134-6831b487977a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'ea1830952fba468cada22c80855b775c', u'name': u'clearwater-opnfv-sprout-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'ea1830952fba468cada22c80855b775c', u'name': u'clearwater-opnfv-sprout-sig-outbound'}), 'project_id': '', 'id': u'f3edbb10-f11b-4d11-8377-fd56a18f8e96'})], 'id': u'ac4763a9-65fe-4919-8edd-a49b91d36eb1', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ea1830952fba468cada22c80855b775c', 'name': 'heat_ims-project_61cf3297-02ef-4796-a134-6831b487977a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'ea1830952fba468cada22c80855b775c', 'properties': Munch({}), 'name': u'clearwater-opnfv-homer-sig'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'4216264a70ee44b4a6476e54e220c085', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': u'172.30.9.208', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ea1830952fba468cada22c80855b775c', 'name': 'heat_ims-project_61cf3297-02ef-4796-a134-6831b487977a', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': u'172.30.9.208', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': u'172.30.9.208', 'launched_at': u'2018-08-12T09:14:41.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-12T09:14:41Z', 'hostId': u'f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5', u'OS-SRV-USG:terminated_at': None, 'key_name': u'heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a', 'public_v6': '', 'private_v4': u'192.168.1.5', 'cloud': 'envvars', 'host_id': u'f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5', '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-12T09:14:41.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'ea1830952fba468cada22c80855b775c', 'name': u'homer-0.clearwater.opnfv', 'adminPass': None, 'tenant_id': u'ea1830952fba468cada22c80855b775c', 'created_at': u'2018-08-12T09:14:06Z', 'created': u'2018-08-12T09:14:06Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}), Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'clearwater-opnfv-private-signaling': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:35:db:99', u'version': 4, u'addr': u'192.168.1.9', u'OS-EXT-IPS:type': u'fixed'})], u'clearwater-opnfv-private-management': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:9f:24:50', u'version': 4, u'addr': u'192.168.0.22', u'OS-EXT-IPS:type': u'fixed'}), Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:9f:24:50', u'version': 4, u'addr': u'172.30.9.200', u'OS-EXT-IPS:type': u'floating'})]}), 'terminated_at': None, 'image': Munch({u'id': u'449d5968-a970-4d5c-9c22-cb001102c0b9', 'name': u'heat_ims-img_alt_61cf3297-02ef-4796-a134-6831b487977a'}), 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-12T09:14:39.000000', 'flavor': Munch({u'id': u'5b23103b-521b-4914-ba2d-4a96218272e5', 'name': u'heat_ims-flavor_alt_61cf3297-02ef-4796-a134-6831b487977a'}), 'az': u'nova', 'id': u'1c9b6e42-b18c-407e-8d00-9077025769fd', 'security_groups': [Munch({'description': u'Base security group for all Clearwater nodes (management)', 'tenant_id': u'ea1830952fba468cada22c80855b775c', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 4000, 'security_group_id': u'3f6cda0f-bce0-45a4-955f-b70f99037c8a', 'tenant_id': '', 'port_range_min': 4000, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ea1830952fba468cada22c80855b775c', 'name': 'heat_ims-project_61cf3297-02ef-4796-a134-6831b487977a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'ea1830952fba468cada22c80855b775c', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'ea1830952fba468cada22c80855b775c', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'518f00f0-72b7-49ec-b26e-ffc8e8663d60'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 22, 'security_group_id': u'3f6cda0f-bce0-45a4-955f-b70f99037c8a', 'tenant_id': '', 'port_range_min': 22, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ea1830952fba468cada22c80855b775c', 'name': 'heat_ims-project_61cf3297-02ef-4796-a134-6831b487977a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'69703210-7b82-4129-8f03-0cdc73935957'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 161, 'security_group_id': u'3f6cda0f-bce0-45a4-955f-b70f99037c8a', 'tenant_id': '', 'port_range_min': 161, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ea1830952fba468cada22c80855b775c', 'name': 'heat_ims-project_61cf3297-02ef-4796-a134-6831b487977a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'bf4fc062-73af-4364-90a3-a2d8b43d0484'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'icmp', 'ethertype': 'IPv4', 'port_range_max': None, 'security_group_id': u'3f6cda0f-bce0-45a4-955f-b70f99037c8a', 'tenant_id': '', 'port_range_min': None, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ea1830952fba468cada22c80855b775c', 'name': 'heat_ims-project_61cf3297-02ef-4796-a134-6831b487977a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'e304077f-a982-4161-9706-085724a9faca'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 2380, 'security_group_id': u'3f6cda0f-bce0-45a4-955f-b70f99037c8a', 'tenant_id': '', 'port_range_min': 2380, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ea1830952fba468cada22c80855b775c', 'name': 'heat_ims-project_61cf3297-02ef-4796-a134-6831b487977a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'ea1830952fba468cada22c80855b775c', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'ea1830952fba468cada22c80855b775c', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'f8a58456-c04a-4cf2-b2ce-b0c1246c98a3'})], 'id': u'3f6cda0f-bce0-45a4-955f-b70f99037c8a', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ea1830952fba468cada22c80855b775c', 'name': 'heat_ims-project_61cf3297-02ef-4796-a134-6831b487977a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'ea1830952fba468cada22c80855b775c', 'properties': Munch({}), 'name': u'clearwater-opnfv-base-mgmt'}), Munch({'description': u'Security group for Dime nodes (management)', 'tenant_id': u'ea1830952fba468cada22c80855b775c', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 8889, 'security_group_id': u'1beff0df-e69a-4c2f-9410-6651cabf7c8b', 'tenant_id': '', 'port_range_min': 8889, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ea1830952fba468cada22c80855b775c', 'name': 'heat_ims-project_61cf3297-02ef-4796-a134-6831b487977a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'ea1830952fba468cada22c80855b775c', u'name': u'clearwater-opnfv-ellis-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'ea1830952fba468cada22c80855b775c', u'name': u'clearwater-opnfv-ellis-mgmt'}), 'project_id': '', 'id': u'38b1aab7-7284-4ea0-9cb9-eb086b4664ee'})], 'id': u'1beff0df-e69a-4c2f-9410-6651cabf7c8b', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ea1830952fba468cada22c80855b775c', 'name': 'heat_ims-project_61cf3297-02ef-4796-a134-6831b487977a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'ea1830952fba468cada22c80855b775c', 'properties': Munch({}), 'name': u'clearwater-opnfv-dime-mgmt'}), Munch({'description': u'Security group for Dime nodes (signaling)', 'tenant_id': u'ea1830952fba468cada22c80855b775c', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 10888, 'security_group_id': u'3f95a2bc-bfc4-4610-bbf9-e04284c064b0', 'tenant_id': '', 'port_range_min': 10888, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ea1830952fba468cada22c80855b775c', 'name': 'heat_ims-project_61cf3297-02ef-4796-a134-6831b487977a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'ea1830952fba468cada22c80855b775c', u'name': u'clearwater-opnfv-vellum-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'ea1830952fba468cada22c80855b775c', u'name': u'clearwater-opnfv-vellum-sig-outbound'}), 'project_id': '', 'id': u'04b7e78c-f790-47ee-b9cd-81101fe7af24'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 10888, 'security_group_id': u'3f95a2bc-bfc4-4610-bbf9-e04284c064b0', 'tenant_id': '', 'port_range_min': 10888, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ea1830952fba468cada22c80855b775c', 'name': 'heat_ims-project_61cf3297-02ef-4796-a134-6831b487977a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'ea1830952fba468cada22c80855b775c', u'name': u'clearwater-opnfv-sprout-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'ea1830952fba468cada22c80855b775c', u'name': u'clearwater-opnfv-sprout-sig-outbound'}), 'project_id': '', 'id': u'4c0df352-5907-4abd-a674-660b0eddc3d7'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 10888, 'security_group_id': u'3f95a2bc-bfc4-4610-bbf9-e04284c064b0', 'tenant_id': '', 'port_range_min': 10888, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ea1830952fba468cada22c80855b775c', 'name': 'heat_ims-project_61cf3297-02ef-4796-a134-6831b487977a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'ea1830952fba468cada22c80855b775c', u'name': u'clearwater-opnfv-bono-sig'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'ea1830952fba468cada22c80855b775c', u'name': u'clearwater-opnfv-bono-sig'}), 'project_id': '', 'id': u'687aed6b-4ca0-42cc-9258-72f084b49767'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 8888, 'security_group_id': u'3f95a2bc-bfc4-4610-bbf9-e04284c064b0', 'tenant_id': '', 'port_range_min': 8888, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ea1830952fba468cada22c80855b775c', 'name': 'heat_ims-project_61cf3297-02ef-4796-a134-6831b487977a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'ea1830952fba468cada22c80855b775c', u'name': u'clearwater-opnfv-bono-sig'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'ea1830952fba468cada22c80855b775c', u'name': u'clearwater-opnfv-bono-sig'}), 'project_id': '', 'id': u'c1f9d5d3-4c98-4518-8850-2e99456e20ba'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 8888, 'security_group_id': u'3f95a2bc-bfc4-4610-bbf9-e04284c064b0', 'tenant_id': '', 'port_range_min': 8888, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ea1830952fba468cada22c80855b775c', 'name': 'heat_ims-project_61cf3297-02ef-4796-a134-6831b487977a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'ea1830952fba468cada22c80855b775c', u'name': u'clearwater-opnfv-sprout-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'ea1830952fba468cada22c80855b775c', u'name': u'clearwater-opnfv-sprout-sig-outbound'}), 'project_id': '', 'id': u'f75b25ad-9464-4c72-a0c7-88106cf510d5'})], 'id': u'3f95a2bc-bfc4-4610-bbf9-e04284c064b0', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ea1830952fba468cada22c80855b775c', 'name': 'heat_ims-project_61cf3297-02ef-4796-a134-6831b487977a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'ea1830952fba468cada22c80855b775c', 'properties': Munch({}), 'name': u'clearwater-opnfv-dime-sig'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'4216264a70ee44b4a6476e54e220c085', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': u'172.30.9.200', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ea1830952fba468cada22c80855b775c', 'name': 'heat_ims-project_61cf3297-02ef-4796-a134-6831b487977a', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': u'172.30.9.200', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': u'172.30.9.200', 'launched_at': u'2018-08-12T09:14:39.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-12T09:14:39Z', 'hostId': u'f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5', u'OS-SRV-USG:terminated_at': None, 'key_name': u'heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a', 'public_v6': '', 'private_v4': u'192.168.0.22', 'cloud': 'envvars', 'host_id': u'f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5', '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-12T09:14:39.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'ea1830952fba468cada22c80855b775c', 'name': u'dime-0.clearwater.opnfv', 'adminPass': None, 'tenant_id': u'ea1830952fba468cada22c80855b775c', 'created_at': u'2018-08-12T09:14:05Z', 'created': u'2018-08-12T09:14:05Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}), Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'clearwater-opnfv-private-signaling': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:2a:b9:f2', u'version': 4, u'addr': u'192.168.1.13', u'OS-EXT-IPS:type': u'fixed'}), Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:2a:b9:f2', u'version': 4, u'addr': u'172.30.9.209', u'OS-EXT-IPS:type': u'floating'})], u'clearwater-opnfv-private-management': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:ba:73:af', u'version': 4, u'addr': u'192.168.0.17', u'OS-EXT-IPS:type': u'fixed'}), Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:ba:73:af', u'version': 4, u'addr': u'172.30.9.207', u'OS-EXT-IPS:type': u'floating'})]}), 'terminated_at': None, 'image': Munch({u'id': u'449d5968-a970-4d5c-9c22-cb001102c0b9', 'name': u'heat_ims-img_alt_61cf3297-02ef-4796-a134-6831b487977a'}), 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-12T09:14:41.000000', 'flavor': Munch({u'id': u'5b23103b-521b-4914-ba2d-4a96218272e5', 'name': u'heat_ims-flavor_alt_61cf3297-02ef-4796-a134-6831b487977a'}), 'az': u'nova', 'id': u'39b8c07c-ae77-4b92-8e1e-e3661c2b9dff', 'security_groups': [Munch({'description': u'Base security group for all Clearwater nodes (management)', 'tenant_id': u'ea1830952fba468cada22c80855b775c', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 4000, 'security_group_id': u'3f6cda0f-bce0-45a4-955f-b70f99037c8a', 'tenant_id': '', 'port_range_min': 4000, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ea1830952fba468cada22c80855b775c', 'name': 'heat_ims-project_61cf3297-02ef-4796-a134-6831b487977a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'ea1830952fba468cada22c80855b775c', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'ea1830952fba468cada22c80855b775c', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'518f00f0-72b7-49ec-b26e-ffc8e8663d60'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 22, 'security_group_id': u'3f6cda0f-bce0-45a4-955f-b70f99037c8a', 'tenant_id': '', 'port_range_min': 22, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ea1830952fba468cada22c80855b775c', 'name': 'heat_ims-project_61cf3297-02ef-4796-a134-6831b487977a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'69703210-7b82-4129-8f03-0cdc73935957'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 161, 'security_group_id': u'3f6cda0f-bce0-45a4-955f-b70f99037c8a', 'tenant_id': '', 'port_range_min': 161, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ea1830952fba468cada22c80855b775c', 'name': 'heat_ims-project_61cf3297-02ef-4796-a134-6831b487977a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'bf4fc062-73af-4364-90a3-a2d8b43d0484'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'icmp', 'ethertype': 'IPv4', 'port_range_max': None, 'security_group_id': u'3f6cda0f-bce0-45a4-955f-b70f99037c8a', 'tenant_id': '', 'port_range_min': None, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ea1830952fba468cada22c80855b775c', 'name': 'heat_ims-project_61cf3297-02ef-4796-a134-6831b487977a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'e304077f-a982-4161-9706-085724a9faca'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 2380, 'security_group_id': u'3f6cda0f-bce0-45a4-955f-b70f99037c8a', 'tenant_id': '', 'port_range_min': 2380, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ea1830952fba468cada22c80855b775c', 'name': 'heat_ims-project_61cf3297-02ef-4796-a134-6831b487977a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'ea1830952fba468cada22c80855b775c', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'ea1830952fba468cada22c80855b775c', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'f8a58456-c04a-4cf2-b2ce-b0c1246c98a3'})], 'id': u'3f6cda0f-bce0-45a4-955f-b70f99037c8a', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ea1830952fba468cada22c80855b775c', 'name': 'heat_ims-project_61cf3297-02ef-4796-a134-6831b487977a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'ea1830952fba468cada22c80855b775c', 'properties': Munch({}), 'name': u'clearwater-opnfv-base-mgmt'}), Munch({'description': u'Security group for Bono nodes (signaling)', 'tenant_id': u'ea1830952fba468cada22c80855b775c', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5058, 'security_group_id': u'23984497-2f0b-4d8c-860e-ea5ba3f7c18f', 'tenant_id': '', 'port_range_min': 5058, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ea1830952fba468cada22c80855b775c', 'name': 'heat_ims-project_61cf3297-02ef-4796-a134-6831b487977a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'ea1830952fba468cada22c80855b775c', u'name': u'clearwater-opnfv-bono-sig'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'ea1830952fba468cada22c80855b775c', u'name': u'clearwater-opnfv-bono-sig'}), 'project_id': '', 'id': u'1db0307d-7853-4629-990e-03d00e73dea6'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 65535, 'security_group_id': u'23984497-2f0b-4d8c-860e-ea5ba3f7c18f', 'tenant_id': '', 'port_range_min': 32768, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ea1830952fba468cada22c80855b775c', 'name': 'heat_ims-project_61cf3297-02ef-4796-a134-6831b487977a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'37907640-b31e-4842-83ba-d59c8a77ff47'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5058, 'security_group_id': u'23984497-2f0b-4d8c-860e-ea5ba3f7c18f', 'tenant_id': '', 'port_range_min': 5058, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ea1830952fba468cada22c80855b775c', 'name': 'heat_ims-project_61cf3297-02ef-4796-a134-6831b487977a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'ea1830952fba468cada22c80855b775c', u'name': u'clearwater-opnfv-sprout-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'ea1830952fba468cada22c80855b775c', u'name': u'clearwater-opnfv-sprout-sig-outbound'}), 'project_id': '', 'id': u'5f4935e6-be02-4ad8-bb68-e1fa4ab0688e'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 5060, 'security_group_id': u'23984497-2f0b-4d8c-860e-ea5ba3f7c18f', 'tenant_id': '', 'port_range_min': 5060, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ea1830952fba468cada22c80855b775c', 'name': 'heat_ims-project_61cf3297-02ef-4796-a134-6831b487977a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'695eb7de-14a4-4382-8090-41362f41b207'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 3478, 'security_group_id': u'23984497-2f0b-4d8c-860e-ea5ba3f7c18f', 'tenant_id': '', 'port_range_min': 3478, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ea1830952fba468cada22c80855b775c', 'name': 'heat_ims-project_61cf3297-02ef-4796-a134-6831b487977a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'945aeb2b-22f4-4e05-a747-bee7c0c60336'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5062, 'security_group_id': u'23984497-2f0b-4d8c-860e-ea5ba3f7c18f', 'tenant_id': '', 'port_range_min': 5062, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ea1830952fba468cada22c80855b775c', 'name': 'heat_ims-project_61cf3297-02ef-4796-a134-6831b487977a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'bc1d91e9-769c-43e4-ae65-4d78d7034a92'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 3478, 'security_group_id': u'23984497-2f0b-4d8c-860e-ea5ba3f7c18f', 'tenant_id': '', 'port_range_min': 3478, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ea1830952fba468cada22c80855b775c', 'name': 'heat_ims-project_61cf3297-02ef-4796-a134-6831b487977a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'ca9b2afc-9a67-4b68-b469-705bda0e5234'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5060, 'security_group_id': u'23984497-2f0b-4d8c-860e-ea5ba3f7c18f', 'tenant_id': '', 'port_range_min': 5060, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ea1830952fba468cada22c80855b775c', 'name': 'heat_ims-project_61cf3297-02ef-4796-a134-6831b487977a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'd19c1ef9-d975-4e7e-9a58-f7b73ea4ec1a'})], 'id': u'23984497-2f0b-4d8c-860e-ea5ba3f7c18f', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ea1830952fba468cada22c80855b775c', 'name': 'heat_ims-project_61cf3297-02ef-4796-a134-6831b487977a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'ea1830952fba468cada22c80855b775c', 'properties': Munch({}), 'name': u'clearwater-opnfv-bono-sig'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'4216264a70ee44b4a6476e54e220c085', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': u'172.30.9.209', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ea1830952fba468cada22c80855b775c', 'name': 'heat_ims-project_61cf3297-02ef-4796-a134-6831b487977a', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': u'172.30.9.209', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': u'172.30.9.209', 'launched_at': u'2018-08-12T09:14:41.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-12T09:14:41Z', 'hostId': u'f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5', u'OS-SRV-USG:terminated_at': None, 'key_name': u'heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a', 'public_v6': '', 'private_v4': u'192.168.1.13', 'cloud': 'envvars', 'host_id': u'f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5', '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-12T09:14:41.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'ea1830952fba468cada22c80855b775c', 'name': u'bono-0.clearwater.opnfv', 'adminPass': None, 'tenant_id': u'ea1830952fba468cada22c80855b775c', 'created_at': u'2018-08-12T09:14:05Z', 'created': u'2018-08-12T09:14:05Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}), Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'clearwater-opnfv-private-signaling': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:a4:82:86', u'version': 4, u'addr': u'192.168.1.24', u'OS-EXT-IPS:type': u'fixed'})], u'clearwater-opnfv-private-management': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:9d:27:6c', u'version': 4, u'addr': u'192.168.0.12', u'OS-EXT-IPS:type': u'fixed'}), Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:9d:27:6c', u'version': 4, u'addr': u'172.30.9.216', u'OS-EXT-IPS:type': u'floating'})]}), 'terminated_at': None, 'image': Munch({u'id': u'449d5968-a970-4d5c-9c22-cb001102c0b9', 'name': u'heat_ims-img_alt_61cf3297-02ef-4796-a134-6831b487977a'}), 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-12T09:14:34.000000', 'flavor': Munch({u'id': u'5b23103b-521b-4914-ba2d-4a96218272e5', 'name': u'heat_ims-flavor_alt_61cf3297-02ef-4796-a134-6831b487977a'}), 'az': u'nova', 'id': u'566a63cc-7490-4385-b2ac-bfb24030a031', 'security_groups': [Munch({'description': u'Base security group for all Clearwater nodes (management)', 'tenant_id': u'ea1830952fba468cada22c80855b775c', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 4000, 'security_group_id': u'3f6cda0f-bce0-45a4-955f-b70f99037c8a', 'tenant_id': '', 'port_range_min': 4000, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ea1830952fba468cada22c80855b775c', 'name': 'heat_ims-project_61cf3297-02ef-4796-a134-6831b487977a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'ea1830952fba468cada22c80855b775c', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'ea1830952fba468cada22c80855b775c', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'518f00f0-72b7-49ec-b26e-ffc8e8663d60'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 22, 'security_group_id': u'3f6cda0f-bce0-45a4-955f-b70f99037c8a', 'tenant_id': '', 'port_range_min': 22, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ea1830952fba468cada22c80855b775c', 'name': 'heat_ims-project_61cf3297-02ef-4796-a134-6831b487977a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'69703210-7b82-4129-8f03-0cdc73935957'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 161, 'security_group_id': u'3f6cda0f-bce0-45a4-955f-b70f99037c8a', 'tenant_id': '', 'port_range_min': 161, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ea1830952fba468cada22c80855b775c', 'name': 'heat_ims-project_61cf3297-02ef-4796-a134-6831b487977a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'bf4fc062-73af-4364-90a3-a2d8b43d0484'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'icmp', 'ethertype': 'IPv4', 'port_range_max': None, 'security_group_id': u'3f6cda0f-bce0-45a4-955f-b70f99037c8a', 'tenant_id': '', 'port_range_min': None, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ea1830952fba468cada22c80855b775c', 'name': 'heat_ims-project_61cf3297-02ef-4796-a134-6831b487977a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'e304077f-a982-4161-9706-085724a9faca'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 2380, 'security_group_id': u'3f6cda0f-bce0-45a4-955f-b70f99037c8a', 'tenant_id': '', 'port_range_min': 2380, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ea1830952fba468cada22c80855b775c', 'name': 'heat_ims-project_61cf3297-02ef-4796-a134-6831b487977a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'ea1830952fba468cada22c80855b775c', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'ea1830952fba468cada22c80855b775c', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'f8a58456-c04a-4cf2-b2ce-b0c1246c98a3'})], 'id': u'3f6cda0f-bce0-45a4-955f-b70f99037c8a', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ea1830952fba468cada22c80855b775c', 'name': 'heat_ims-project_61cf3297-02ef-4796-a134-6831b487977a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'ea1830952fba468cada22c80855b775c', 'properties': Munch({}), 'name': u'clearwater-opnfv-base-mgmt'}), Munch({'description': u'Security group for Sprout nodes inbound traffic (signaling)', 'tenant_id': u'ea1830952fba468cada22c80855b775c', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 9888, 'security_group_id': u'2e7ebdc9-d55e-4026-8b2b-d5f2940bcb4c', 'tenant_id': '', 'port_range_min': 9888, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ea1830952fba468cada22c80855b775c', 'name': 'heat_ims-project_61cf3297-02ef-4796-a134-6831b487977a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'ea1830952fba468cada22c80855b775c', u'name': u'clearwater-opnfv-dime-sig'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'ea1830952fba468cada22c80855b775c', u'name': u'clearwater-opnfv-dime-sig'}), 'project_id': '', 'id': u'1b7f41ba-0f71-489d-b3b9-71e5bb483e33'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5052, 'security_group_id': u'2e7ebdc9-d55e-4026-8b2b-d5f2940bcb4c', 'tenant_id': '', 'port_range_min': 5052, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ea1830952fba468cada22c80855b775c', 'name': 'heat_ims-project_61cf3297-02ef-4796-a134-6831b487977a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'ea1830952fba468cada22c80855b775c', u'name': u'clearwater-opnfv-bono-sig'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'ea1830952fba468cada22c80855b775c', u'name': u'clearwater-opnfv-bono-sig'}), 'project_id': '', 'id': u'7e4f6d81-2859-45d4-a2ad-387a93fb53ae'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 9888, 'security_group_id': u'2e7ebdc9-d55e-4026-8b2b-d5f2940bcb4c', 'tenant_id': '', 'port_range_min': 9888, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ea1830952fba468cada22c80855b775c', 'name': 'heat_ims-project_61cf3297-02ef-4796-a134-6831b487977a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'ea1830952fba468cada22c80855b775c', u'name': u'clearwater-opnfv-vellum-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'ea1830952fba468cada22c80855b775c', u'name': u'clearwater-opnfv-vellum-sig-outbound'}), 'project_id': '', 'id': u'83d89bc3-07c6-4432-b9cd-a671e68e19f3'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5054, 'security_group_id': u'2e7ebdc9-d55e-4026-8b2b-d5f2940bcb4c', 'tenant_id': '', 'port_range_min': 5054, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ea1830952fba468cada22c80855b775c', 'name': 'heat_ims-project_61cf3297-02ef-4796-a134-6831b487977a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'ea1830952fba468cada22c80855b775c', u'name': u'clearwater-opnfv-bono-sig'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'ea1830952fba468cada22c80855b775c', u'name': u'clearwater-opnfv-bono-sig'}), 'project_id': '', 'id': u'd05e26b1-81d4-44a5-aa73-005164650274'})], 'id': u'2e7ebdc9-d55e-4026-8b2b-d5f2940bcb4c', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ea1830952fba468cada22c80855b775c', 'name': 'heat_ims-project_61cf3297-02ef-4796-a134-6831b487977a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'ea1830952fba468cada22c80855b775c', 'properties': Munch({}), 'name': u'clearwater-opnfv-sprout-sig-inbound'}), Munch({'description': u'Security group for Sprout nodes outbound traffic (signaling)', 'tenant_id': u'ea1830952fba468cada22c80855b775c', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5054, 'security_group_id': u'4a352c80-3d12-4c47-9a01-a7ca1254ec7d', 'tenant_id': '', 'port_range_min': 5054, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ea1830952fba468cada22c80855b775c', 'name': 'heat_ims-project_61cf3297-02ef-4796-a134-6831b487977a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'ea1830952fba468cada22c80855b775c', u'name': u'clearwater-opnfv-sprout-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'ea1830952fba468cada22c80855b775c', u'name': u'clearwater-opnfv-sprout-sig-outbound'}), 'project_id': '', 'id': u'0c09cbd9-92dd-4203-88ec-f4987ae47197'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5052, 'security_group_id': u'4a352c80-3d12-4c47-9a01-a7ca1254ec7d', 'tenant_id': '', 'port_range_min': 5052, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ea1830952fba468cada22c80855b775c', 'name': 'heat_ims-project_61cf3297-02ef-4796-a134-6831b487977a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'ea1830952fba468cada22c80855b775c', u'name': u'clearwater-opnfv-sprout-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'ea1830952fba468cada22c80855b775c', u'name': u'clearwater-opnfv-sprout-sig-outbound'}), 'project_id': '', 'id': u'7874c2fd-7b5b-4136-9180-0aaf7b797592'})], 'id': u'4a352c80-3d12-4c47-9a01-a7ca1254ec7d', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ea1830952fba468cada22c80855b775c', 'name': 'heat_ims-project_61cf3297-02ef-4796-a134-6831b487977a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'ea1830952fba468cada22c80855b775c', 'properties': Munch({}), 'name': u'clearwater-opnfv-sprout-sig-outbound'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'4216264a70ee44b4a6476e54e220c085', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': u'172.30.9.216', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ea1830952fba468cada22c80855b775c', 'name': 'heat_ims-project_61cf3297-02ef-4796-a134-6831b487977a', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': u'172.30.9.216', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': u'172.30.9.216', 'launched_at': u'2018-08-12T09:14:34.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-12T09:14:34Z', 'hostId': u'b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f', u'OS-SRV-USG:terminated_at': None, 'key_name': u'heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a', 'public_v6': '', 'private_v4': u'192.168.0.12', 'cloud': 'envvars', 'host_id': u'b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f', '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-12T09:14:34.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'ea1830952fba468cada22c80855b775c', 'name': u'sprout-0.clearwater.opnfv', 'adminPass': None, 'tenant_id': u'ea1830952fba468cada22c80855b775c', 'created_at': u'2018-08-12T09:14:04Z', 'created': u'2018-08-12T09:14:04Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}), Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'clearwater-opnfv-private-signaling': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:b4:d8:25', u'version': 4, u'addr': u'192.168.1.4', u'OS-EXT-IPS:type': u'fixed'})], u'clearwater-opnfv-private-management': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:16:9d:e5', u'version': 4, u'addr': u'192.168.0.11', u'OS-EXT-IPS:type': u'fixed'}), Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:16:9d:e5', u'version': 4, u'addr': u'172.30.9.206', u'OS-EXT-IPS:type': u'floating'})]}), 'terminated_at': None, 'image': Munch({u'id': u'449d5968-a970-4d5c-9c22-cb001102c0b9', 'name': u'heat_ims-img_alt_61cf3297-02ef-4796-a134-6831b487977a'}), 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-12T09:14:25.000000', 'flavor': Munch({u'id': u'5b23103b-521b-4914-ba2d-4a96218272e5', 'name': u'heat_ims-flavor_alt_61cf3297-02ef-4796-a134-6831b487977a'}), 'az': u'nova', 'id': u'7a80620a-d807-4698-b6c3-7c140a7b5157', 'security_groups': [Munch({'description': u'Base security group for all Clearwater nodes (management)', 'tenant_id': u'ea1830952fba468cada22c80855b775c', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 4000, 'security_group_id': u'3f6cda0f-bce0-45a4-955f-b70f99037c8a', 'tenant_id': '', 'port_range_min': 4000, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ea1830952fba468cada22c80855b775c', 'name': 'heat_ims-project_61cf3297-02ef-4796-a134-6831b487977a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'ea1830952fba468cada22c80855b775c', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'ea1830952fba468cada22c80855b775c', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'518f00f0-72b7-49ec-b26e-ffc8e8663d60'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 22, 'security_group_id': u'3f6cda0f-bce0-45a4-955f-b70f99037c8a', 'tenant_id': '', 'port_range_min': 22, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ea1830952fba468cada22c80855b775c', 'name': 'heat_ims-project_61cf3297-02ef-4796-a134-6831b487977a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'69703210-7b82-4129-8f03-0cdc73935957'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 161, 'security_group_id': u'3f6cda0f-bce0-45a4-955f-b70f99037c8a', 'tenant_id': '', 'port_range_min': 161, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ea1830952fba468cada22c80855b775c', 'name': 'heat_ims-project_61cf3297-02ef-4796-a134-6831b487977a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'bf4fc062-73af-4364-90a3-a2d8b43d0484'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'icmp', 'ethertype': 'IPv4', 'port_range_max': None, 'security_group_id': u'3f6cda0f-bce0-45a4-955f-b70f99037c8a', 'tenant_id': '', 'port_range_min': None, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ea1830952fba468cada22c80855b775c', 'name': 'heat_ims-project_61cf3297-02ef-4796-a134-6831b487977a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'e304077f-a982-4161-9706-085724a9faca'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 2380, 'security_group_id': u'3f6cda0f-bce0-45a4-955f-b70f99037c8a', 'tenant_id': '', 'port_range_min': 2380, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ea1830952fba468cada22c80855b775c', 'name': 'heat_ims-project_61cf3297-02ef-4796-a134-6831b487977a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'ea1830952fba468cada22c80855b775c', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'ea1830952fba468cada22c80855b775c', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'f8a58456-c04a-4cf2-b2ce-b0c1246c98a3'})], 'id': u'3f6cda0f-bce0-45a4-955f-b70f99037c8a', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ea1830952fba468cada22c80855b775c', 'name': 'heat_ims-project_61cf3297-02ef-4796-a134-6831b487977a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'ea1830952fba468cada22c80855b775c', 'properties': Munch({}), 'name': u'clearwater-opnfv-base-mgmt'}), Munch({'description': u'Security group for Vellum nodes inbound traffic (signaling)', 'tenant_id': u'ea1830952fba468cada22c80855b775c', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 9160, 'security_group_id': u'4cc05925-89f3-4cdf-a91d-6383700bf4ec', 'tenant_id': '', 'port_range_min': 9160, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ea1830952fba468cada22c80855b775c', 'name': 'heat_ims-project_61cf3297-02ef-4796-a134-6831b487977a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'ea1830952fba468cada22c80855b775c', u'name': u'clearwater-opnfv-dime-sig'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'ea1830952fba468cada22c80855b775c', u'name': u'clearwater-opnfv-dime-sig'}), 'project_id': '', 'id': u'524dfd1d-a67a-4b67-8373-ec7bda3ebeac'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 11311, 'security_group_id': u'4cc05925-89f3-4cdf-a91d-6383700bf4ec', 'tenant_id': '', 'port_range_min': 11311, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ea1830952fba468cada22c80855b775c', 'name': 'heat_ims-project_61cf3297-02ef-4796-a134-6831b487977a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'ea1830952fba468cada22c80855b775c', u'name': u'clearwater-opnfv-dime-sig'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'ea1830952fba468cada22c80855b775c', u'name': u'clearwater-opnfv-dime-sig'}), 'project_id': '', 'id': u'79776d0c-f0b9-4746-bee1-193ac2a3d06d'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7253, 'security_group_id': u'4cc05925-89f3-4cdf-a91d-6383700bf4ec', 'tenant_id': '', 'port_range_min': 7253, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ea1830952fba468cada22c80855b775c', 'name': 'heat_ims-project_61cf3297-02ef-4796-a134-6831b487977a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'ea1830952fba468cada22c80855b775c', u'name': u'clearwater-opnfv-dime-sig'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'ea1830952fba468cada22c80855b775c', u'name': u'clearwater-opnfv-dime-sig'}), 'project_id': '', 'id': u'ac0e31c4-60e3-48b6-9b43-9c949e32d236'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7253, 'security_group_id': u'4cc05925-89f3-4cdf-a91d-6383700bf4ec', 'tenant_id': '', 'port_range_min': 7253, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ea1830952fba468cada22c80855b775c', 'name': 'heat_ims-project_61cf3297-02ef-4796-a134-6831b487977a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'ea1830952fba468cada22c80855b775c', u'name': u'clearwater-opnfv-sprout-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'ea1830952fba468cada22c80855b775c', u'name': u'clearwater-opnfv-sprout-sig-outbound'}), 'project_id': '', 'id': u'be4ab0dd-3a0b-4d54-a779-1a9f8f33922e'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 11311, 'security_group_id': u'4cc05925-89f3-4cdf-a91d-6383700bf4ec', 'tenant_id': '', 'port_range_min': 11311, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ea1830952fba468cada22c80855b775c', 'name': 'heat_ims-project_61cf3297-02ef-4796-a134-6831b487977a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'ea1830952fba468cada22c80855b775c', u'name': u'clearwater-opnfv-sprout-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'ea1830952fba468cada22c80855b775c', u'name': u'clearwater-opnfv-sprout-sig-outbound'}), 'project_id': '', 'id': u'd65ff108-4f0a-44b6-ad1d-71b525f27b7b'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 9160, 'security_group_id': u'4cc05925-89f3-4cdf-a91d-6383700bf4ec', 'tenant_id': '', 'port_range_min': 9160, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ea1830952fba468cada22c80855b775c', 'name': 'heat_ims-project_61cf3297-02ef-4796-a134-6831b487977a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'ea1830952fba468cada22c80855b775c', u'name': u'clearwater-opnfv-homer-sig'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'ea1830952fba468cada22c80855b775c', u'name': u'clearwater-opnfv-homer-sig'}), 'project_id': '', 'id': u'fc7b8a69-fdb7-4d80-9532-7b771917c645'})], 'id': u'4cc05925-89f3-4cdf-a91d-6383700bf4ec', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ea1830952fba468cada22c80855b775c', 'name': 'heat_ims-project_61cf3297-02ef-4796-a134-6831b487977a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'ea1830952fba468cada22c80855b775c', 'properties': Munch({}), 'name': u'clearwater-opnfv-vellum-sig-inbound'}), Munch({'description': u'Security group for Vellum nodes outbound traffic (signaling)', 'tenant_id': u'ea1830952fba468cada22c80855b775c', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7000, 'security_group_id': u'd24e0c09-60ac-40a2-be62-135ce58b3aba', 'tenant_id': '', 'port_range_min': 7000, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ea1830952fba468cada22c80855b775c', 'name': 'heat_ims-project_61cf3297-02ef-4796-a134-6831b487977a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'ea1830952fba468cada22c80855b775c', u'name': u'clearwater-opnfv-vellum-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'ea1830952fba468cada22c80855b775c', u'name': u'clearwater-opnfv-vellum-sig-outbound'}), 'project_id': '', 'id': u'ae7ae276-672a-4ccf-b148-4d48ec0538ef'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7253, 'security_group_id': u'd24e0c09-60ac-40a2-be62-135ce58b3aba', 'tenant_id': '', 'port_range_min': 7253, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ea1830952fba468cada22c80855b775c', 'name': 'heat_ims-project_61cf3297-02ef-4796-a134-6831b487977a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'ea1830952fba468cada22c80855b775c', u'name': u'clearwater-opnfv-vellum-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'ea1830952fba468cada22c80855b775c', u'name': u'clearwater-opnfv-vellum-sig-outbound'}), 'project_id': '', 'id': u'bb33afbc-ae9e-4771-89a9-841dfbefcbf6'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 11211, 'security_group_id': u'd24e0c09-60ac-40a2-be62-135ce58b3aba', 'tenant_id': '', 'port_range_min': 11211, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ea1830952fba468cada22c80855b775c', 'name': 'heat_ims-project_61cf3297-02ef-4796-a134-6831b487977a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'ea1830952fba468cada22c80855b775c', u'name': u'clearwater-opnfv-vellum-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'ea1830952fba468cada22c80855b775c', u'name': u'clearwater-opnfv-vellum-sig-outbound'}), 'project_id': '', 'id': u'ca8d9d22-7efc-486d-bf1a-f245664eddf4'})], 'id': u'd24e0c09-60ac-40a2-be62-135ce58b3aba', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ea1830952fba468cada22c80855b775c', 'name': 'heat_ims-project_61cf3297-02ef-4796-a134-6831b487977a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'ea1830952fba468cada22c80855b775c', 'properties': Munch({}), 'name': u'clearwater-opnfv-vellum-sig-outbound'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'4216264a70ee44b4a6476e54e220c085', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': u'172.30.9.206', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ea1830952fba468cada22c80855b775c', 'name': 'heat_ims-project_61cf3297-02ef-4796-a134-6831b487977a', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': u'172.30.9.206', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': u'172.30.9.206', 'launched_at': u'2018-08-12T09:14:25.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-12T09:14:25Z', 'hostId': u'b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f', u'OS-SRV-USG:terminated_at': None, 'key_name': u'heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a', 'public_v6': '', 'private_v4': u'192.168.0.11', 'cloud': 'envvars', 'host_id': u'b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f', '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-12T09:14:25.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'ea1830952fba468cada22c80855b775c', 'name': u'vellum-0.clearwater.opnfv', 'adminPass': None, 'tenant_id': u'ea1830952fba468cada22c80855b775c', 'created_at': u'2018-08-12T09:14:04Z', 'created': u'2018-08-12T09:14:04Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}), Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'clearwater-opnfv-private-management': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:be:ca:f6', u'version': 4, u'addr': u'192.168.0.23', u'OS-EXT-IPS:type': u'fixed'}), Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:be:ca:f6', u'version': 4, u'addr': u'172.30.9.214', u'OS-EXT-IPS:type': u'floating'})]}), 'terminated_at': None, 'image': Munch({u'id': u'449d5968-a970-4d5c-9c22-cb001102c0b9', 'name': u'heat_ims-img_alt_61cf3297-02ef-4796-a134-6831b487977a'}), 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-12T09:13:48.000000', 'flavor': Munch({u'id': u'5b23103b-521b-4914-ba2d-4a96218272e5', 'name': u'heat_ims-flavor_alt_61cf3297-02ef-4796-a134-6831b487977a'}), 'az': u'nova', 'id': u'3544e1e5-febb-4596-964e-1a53f9d26ab6', 'security_groups': [Munch({'description': u'Base security group for all Clearwater nodes (management)', 'tenant_id': u'ea1830952fba468cada22c80855b775c', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 4000, 'security_group_id': u'3f6cda0f-bce0-45a4-955f-b70f99037c8a', 'tenant_id': '', 'port_range_min': 4000, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ea1830952fba468cada22c80855b775c', 'name': 'heat_ims-project_61cf3297-02ef-4796-a134-6831b487977a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'ea1830952fba468cada22c80855b775c', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'ea1830952fba468cada22c80855b775c', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'518f00f0-72b7-49ec-b26e-ffc8e8663d60'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 22, 'security_group_id': u'3f6cda0f-bce0-45a4-955f-b70f99037c8a', 'tenant_id': '', 'port_range_min': 22, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ea1830952fba468cada22c80855b775c', 'name': 'heat_ims-project_61cf3297-02ef-4796-a134-6831b487977a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'69703210-7b82-4129-8f03-0cdc73935957'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 161, 'security_group_id': u'3f6cda0f-bce0-45a4-955f-b70f99037c8a', 'tenant_id': '', 'port_range_min': 161, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ea1830952fba468cada22c80855b775c', 'name': 'heat_ims-project_61cf3297-02ef-4796-a134-6831b487977a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'bf4fc062-73af-4364-90a3-a2d8b43d0484'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'icmp', 'ethertype': 'IPv4', 'port_range_max': None, 'security_group_id': u'3f6cda0f-bce0-45a4-955f-b70f99037c8a', 'tenant_id': '', 'port_range_min': None, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ea1830952fba468cada22c80855b775c', 'name': 'heat_ims-project_61cf3297-02ef-4796-a134-6831b487977a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'e304077f-a982-4161-9706-085724a9faca'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 2380, 'security_group_id': u'3f6cda0f-bce0-45a4-955f-b70f99037c8a', 'tenant_id': '', 'port_range_min': 2380, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ea1830952fba468cada22c80855b775c', 'name': 'heat_ims-project_61cf3297-02ef-4796-a134-6831b487977a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'ea1830952fba468cada22c80855b775c', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'ea1830952fba468cada22c80855b775c', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'f8a58456-c04a-4cf2-b2ce-b0c1246c98a3'})], 'id': u'3f6cda0f-bce0-45a4-955f-b70f99037c8a', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ea1830952fba468cada22c80855b775c', 'name': 'heat_ims-project_61cf3297-02ef-4796-a134-6831b487977a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'ea1830952fba468cada22c80855b775c', 'properties': Munch({}), 'name': u'clearwater-opnfv-base-mgmt'}), Munch({'description': u'Security group for Ellis nodes (management)', 'tenant_id': u'ea1830952fba468cada22c80855b775c', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 443, 'security_group_id': u'9ad97b96-071a-4cf4-a70a-17a100ff26f9', 'tenant_id': '', 'port_range_min': 443, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ea1830952fba468cada22c80855b775c', 'name': 'heat_ims-project_61cf3297-02ef-4796-a134-6831b487977a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'3358c6dc-9bda-484b-bfb4-8145757a6f18'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 80, 'security_group_id': u'9ad97b96-071a-4cf4-a70a-17a100ff26f9', 'tenant_id': '', 'port_range_min': 80, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ea1830952fba468cada22c80855b775c', 'name': 'heat_ims-project_61cf3297-02ef-4796-a134-6831b487977a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'c154badf-84cc-40a1-8e9d-5018686bb8e8'})], 'id': u'9ad97b96-071a-4cf4-a70a-17a100ff26f9', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ea1830952fba468cada22c80855b775c', 'name': 'heat_ims-project_61cf3297-02ef-4796-a134-6831b487977a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'ea1830952fba468cada22c80855b775c', 'properties': Munch({}), 'name': u'clearwater-opnfv-ellis-mgmt'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'4216264a70ee44b4a6476e54e220c085', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': u'172.30.9.214', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ea1830952fba468cada22c80855b775c', 'name': 'heat_ims-project_61cf3297-02ef-4796-a134-6831b487977a', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': u'172.30.9.214', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': u'172.30.9.214', 'launched_at': u'2018-08-12T09:13:48.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-12T09:13:48Z', 'hostId': u'f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5', u'OS-SRV-USG:terminated_at': None, 'key_name': u'heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a', 'public_v6': '', 'private_v4': u'192.168.0.23', 'cloud': 'envvars', 'host_id': u'f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5', '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-12T09:13:48.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'ea1830952fba468cada22c80855b775c', 'name': u'ellis-0.clearwater.opnfv', 'adminPass': None, 'tenant_id': u'ea1830952fba468cada22c80855b775c', 'created_at': u'2018-08-12T09:12:11Z', 'created': u'2018-08-12T09:12:11Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}), Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'clearwater-opnfv-private-signaling': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:ac:00:39', u'version': 4, u'addr': u'192.168.1.14', u'OS-EXT-IPS:type': u'fixed'})], u'clearwater-opnfv-private-management': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:26:77:d2', u'version': 4, u'addr': u'192.168.0.5', u'OS-EXT-IPS:type': u'fixed'}), Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:26:77:d2', u'version': 4, u'addr': u'172.30.9.205', u'OS-EXT-IPS:type': u'floating'})]}), 'terminated_at': None, 'image': Munch({u'id': u'449d5968-a970-4d5c-9c22-cb001102c0b9', 'name': u'heat_ims-img_alt_61cf3297-02ef-4796-a134-6831b487977a'}), 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-12T09:12:00.000000', 'flavor': Munch({u'id': u'5b23103b-521b-4914-ba2d-4a96218272e5', 'name': u'heat_ims-flavor_alt_61cf3297-02ef-4796-a134-6831b487977a'}), 'az': u'nova', 'id': u'24234aa3-febc-4826-8d67-0c33e6f38782', 'security_groups': [Munch({'description': u'Security group for DNS nodes', 'tenant_id': u'ea1830952fba468cada22c80855b775c', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 53, 'security_group_id': u'3fb0b5d2-fdc9-4a50-bc19-df4a5256d046', 'tenant_id': '', 'port_range_min': 53, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ea1830952fba468cada22c80855b775c', 'name': 'heat_ims-project_61cf3297-02ef-4796-a134-6831b487977a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'5d22ba72-5138-42f6-a9d8-b178604af9c9'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 22, 'security_group_id': u'3fb0b5d2-fdc9-4a50-bc19-df4a5256d046', 'tenant_id': '', 'port_range_min': 22, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ea1830952fba468cada22c80855b775c', 'name': 'heat_ims-project_61cf3297-02ef-4796-a134-6831b487977a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'8a859207-840c-4c61-ba19-7c12e0376d9b'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 53, 'security_group_id': u'3fb0b5d2-fdc9-4a50-bc19-df4a5256d046', 'tenant_id': '', 'port_range_min': 53, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ea1830952fba468cada22c80855b775c', 'name': 'heat_ims-project_61cf3297-02ef-4796-a134-6831b487977a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'913e378a-ca5d-4bf4-bcdb-2520b6c0375d'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'icmp', 'ethertype': 'IPv4', 'port_range_max': None, 'security_group_id': u'3fb0b5d2-fdc9-4a50-bc19-df4a5256d046', 'tenant_id': '', 'port_range_min': None, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ea1830952fba468cada22c80855b775c', 'name': 'heat_ims-project_61cf3297-02ef-4796-a134-6831b487977a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'ff5177a9-9075-4d55-afa7-39084748fa9a'})], 'id': u'3fb0b5d2-fdc9-4a50-bc19-df4a5256d046', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ea1830952fba468cada22c80855b775c', 'name': 'heat_ims-project_61cf3297-02ef-4796-a134-6831b487977a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'ea1830952fba468cada22c80855b775c', 'properties': Munch({}), 'name': u'clearwater-opnfv-dns'}), Munch({'description': u'Security group for DNS nodes', 'tenant_id': u'ea1830952fba468cada22c80855b775c', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 53, 'security_group_id': u'3fb0b5d2-fdc9-4a50-bc19-df4a5256d046', 'tenant_id': '', 'port_range_min': 53, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ea1830952fba468cada22c80855b775c', 'name': 'heat_ims-project_61cf3297-02ef-4796-a134-6831b487977a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'5d22ba72-5138-42f6-a9d8-b178604af9c9'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 22, 'security_group_id': u'3fb0b5d2-fdc9-4a50-bc19-df4a5256d046', 'tenant_id': '', 'port_range_min': 22, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ea1830952fba468cada22c80855b775c', 'name': 'heat_ims-project_61cf3297-02ef-4796-a134-6831b487977a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'8a859207-840c-4c61-ba19-7c12e0376d9b'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 53, 'security_group_id': u'3fb0b5d2-fdc9-4a50-bc19-df4a5256d046', 'tenant_id': '', 'port_range_min': 53, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ea1830952fba468cada22c80855b775c', 'name': 'heat_ims-project_61cf3297-02ef-4796-a134-6831b487977a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'913e378a-ca5d-4bf4-bcdb-2520b6c0375d'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'icmp', 'ethertype': 'IPv4', 'port_range_max': None, 'security_group_id': u'3fb0b5d2-fdc9-4a50-bc19-df4a5256d046', 'tenant_id': '', 'port_range_min': None, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ea1830952fba468cada22c80855b775c', 'name': 'heat_ims-project_61cf3297-02ef-4796-a134-6831b487977a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'ff5177a9-9075-4d55-afa7-39084748fa9a'})], 'id': u'3fb0b5d2-fdc9-4a50-bc19-df4a5256d046', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ea1830952fba468cada22c80855b775c', 'name': 'heat_ims-project_61cf3297-02ef-4796-a134-6831b487977a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'ea1830952fba468cada22c80855b775c', 'properties': Munch({}), 'name': u'clearwater-opnfv-dns'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'4216264a70ee44b4a6476e54e220c085', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': u'172.30.9.205', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ea1830952fba468cada22c80855b775c', 'name': 'heat_ims-project_61cf3297-02ef-4796-a134-6831b487977a', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': u'172.30.9.205', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': u'172.30.9.205', 'launched_at': u'2018-08-12T09:12:00.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-12T09:12:00Z', 'hostId': u'b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f', u'OS-SRV-USG:terminated_at': None, 'key_name': u'heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a', 'public_v6': '', 'private_v4': u'192.168.0.5', 'cloud': 'envvars', 'host_id': u'b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f', '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-12T09:12:00.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'ea1830952fba468cada22c80855b775c', 'name': u'ns.clearwater.opnfv', 'adminPass': None, 'tenant_id': u'ea1830952fba468cada22c80855b775c', 'created_at': u'2018-08-12T09:10:20Z', 'created': u'2018-08-12T09:10:20Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'})] 2018-08-12 09:15:02,295 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:15:02,298 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:15:03,029 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:15: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-caffe895-91cb-4de7-9010-2663c92206ba x-compute-request-id: req-caffe895-91cb-4de7-9010-2663c92206ba Content-Encoding: gzip Content-Length: 1505 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:8c:69", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:8c:69", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:47:bc", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:47:bc", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/0d05f869-c182-4a19-86bf-4ac078c523fd", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:41.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "0d05f869-c182-4a19-86bf-4ac078c523fd", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:41Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "homer-0.clearwater.opnfv", "created": "2018-08-12T09:14:06Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:24:50", "version": 4, "addr": "192.168.0.22", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:24:50", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:35:db:99", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/1c9b6e42-b18c-407e-8d00-9077025769fd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1c9b6e42-b18c-407e-8d00-9077025769fd", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:39.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "1c9b6e42-b18c-407e-8d00-9077025769fd", "security_groups": [{"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:39Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "dime-0.clearwater.opnfv", "created": "2018-08-12T09:14:05Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:73:af", "version": 4, "addr": "192.168.0.17", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:73:af", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:b9:f2", "version": 4, "addr": "192.168.1.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:b9:f2", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:41.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:41Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "bono-0.clearwater.opnfv", "created": "2018-08-12T09:14:05Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:27:6c", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:27:6c", "version": 4, "addr": "172.30.9.216", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:82:86", "version": 4, "addr": "192.168.1.24", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/566a63cc-7490-4385-b2ac-bfb24030a031", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/566a63cc-7490-4385-b2ac-bfb24030a031", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:34.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "566a63cc-7490-4385-b2ac-bfb24030a031", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:34Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-12T09:14:04Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:9d:e5", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:9d:e5", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b4:d8:25", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/7a80620a-d807-4698-b6c3-7c140a7b5157", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/7a80620a-d807-4698-b6c3-7c140a7b5157", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:25.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "7a80620a-d807-4698-b6c3-7c140a7b5157", "security_groups": [{"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:25Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-12T09:14:04Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:ca:f6", "version": 4, "addr": "192.168.0.23", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:ca:f6", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/3544e1e5-febb-4596-964e-1a53f9d26ab6", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/3544e1e5-febb-4596-964e-1a53f9d26ab6", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:13:48.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "3544e1e5-febb-4596-964e-1a53f9d26ab6", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:13:48Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-12T09:12:11Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:77:d2", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:77:d2", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ac:00:39", "version": 4, "addr": "192.168.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/24234aa3-febc-4826-8d67-0c33e6f38782", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/24234aa3-febc-4826-8d67-0c33e6f38782", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:12:00.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "24234aa3-febc-4826-8d67-0c33e6f38782", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:12:00Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "ns.clearwater.opnfv", "created": "2018-08-12T09:10:20Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:15:03,029 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-caffe895-91cb-4de7-9010-2663c92206ba 2018-08-12 09:15:03,029 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.733863830566s 2018-08-12 09:15:03,030 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-caffe895-91cb-4de7-9010-2663c92206ba 2018-08-12 09:15:03,038 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-12 09:15:03,040 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd/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}d584eff3730be386f99aabb4bf64013d89965dc6" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 09:15:03,146 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:15: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-c78edf25-f1ee-4799-995f-4d854a48f24b x-compute-request-id: req-c78edf25-f1ee-4799-995f-4d854a48f24b Content-Encoding: gzip Content-Length: 8554 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 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] 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-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] 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] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\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 2 CPUs, 0 hotplug CPUs\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 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008016] Security Framework initialized\n[ 0.008913] AppArmor: AppArmor initialized\n[ 0.009837] Yama: becoming mindful.\n[ 0.010748] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.013325] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.015408] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.016006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.017778] Initializing cgroup subsys memory\n[ 0.018719] Initializing cgroup subsys devices\n[ 0.020003] Initializing cgroup subsys freezer\n[ 0.021086] Initializing cgroup subsys blkio\n[ 0.021991] Initializing cgroup subsys perf_event\n[ 0.022999] Initializing cgroup subsys hugetlb\n[ 0.024056] CPU: Physical Processor ID: 0\n[ 0.024946] FEATURE SPEC_CTRL Not Present\n[ 0.026471] mce: CPU supports 10 MCE banks\n[ 0.028035] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.028035] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.030137] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.031421] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.032003] Speculative Store Bypass: Vulnerable\n[ 0.033566] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000)\n[ 0.038566] ACPI: Core revision 20131115\n[ 0.040460] ACPI: All ACPI Tables successfully acquired\n[ 0.041709] ftrace: allocating 28727 entries in 113 pages\n[ 0.060291] Enabling x2apic\n[ 0.061073] Enabled x2apic\n[ 0.061964] Switched APIC routing to physical x2apic.\n[ 0.064919] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.066290] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.069066] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.076856] KVM setup paravirtual spinlock\n[ 0.079139] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.080155] x86: Booting SMP configuration:\n[ 0.081281] .... node #0, CPUs: #1[ 0.079106] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.096026] x86: Booted up 1 node, 2 CPUs\n[ 0.096018] KVM setup async PF for cpu 1\n[ 0.096020] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.099631] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.100348] devtmpfs: initialized\n[ 0.102632] EVM: security.selinux\n[ 0.104005] EVM: security.SMACK64\n[ 0.104954] EVM: security.ima\n[ 0.105920] EVM: security.capability\n[ 0.108118] pinctrl core: initialized pinctrl subsystem\n[ 0.109704] regulator-dummy: no parameters\n[ 0.110929] RTC time: 9:14:42, date: 08/12/18\n[ 0.112038] NET: Registered protocol family 16\n[ 0.113457] cpuidle: using governor ladder\n[ 0.114609] cpuidle: using governor menu\n[ 0.115850] ACPI: bus type PCI registered\n[ 0.116004] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.117746] PCI: Using configuration type 1 for base access\n[ 0.120038] bio: create slab at 0\n[ 0.121189] ACPI: Added _OSI(Module Device)\n[ 0.121189] ACPI: Added _OSI(Processor Device)\n[ 0.122213] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.124005] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.126110] ACPI: Interpreter enabled\n[ 0.127154] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.129830] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.132005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.134822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.136755] ACPI: (supports S0 S5)\n[ 0.137721] ACPI: Using IOAPIC for interrupt routing\n[ 0.139117] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.140200] ACPI: No dock devices found.\n[ 0.143264] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.144008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.145991] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.147946] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.148206] acpiphp: Slot [3] registered\n[ 0.149509] acpiphp: Slot [4] registered\n[ 0.150716] acpiphp: Slot [5] registered\n[ 0.151857] acpiphp: Slot [6] registered\n[ 0.152020] acpiphp: Slot [7] registered\n[ 0.153216] acpiphp: Slot [8] registered\n[ 0.154428] acpiphp: Slot [9] registered\n[ 0.155633] acpiphp: Slot [10] registered\n[ 0.156024] acpiphp: Slot [11] registered\n[ 0.157002] acpiphp: Slot [12] registered\n[ 0.157975] acpiphp: Slot [13] registered\n[ 0.158963] acpiphp: Slot [14] registered\n[ 0.159983] acpiphp: Slot [15] registered\n[ 0.160023] acpiphp: Slot [16] registered\n[ 0.160985] acpiphp: Slot [17] registered\n[ 0.161921] acpiphp: Slot [18] registered\n[ 0.162915] acpiphp: Slot [19] registered\n[ 0.163849] acpiphp: Slot [20] registered\n[ 0.164031] acpiphp: Slot [21] registered\n[ 0.164958] acpiphp: Slot [22] registered\n[ 0.165998] acpiphp: Slot [23] registered\n[ 0.166930] acpiphp: Slot [24] registered\n[ 0.167875] acpiphp: Slot [25] registered\n[ 0.168028] acpiphp: Slot [26] registered\n[ 0.168961] acpiphp: Slot [27] registered\n[ 0.169925] acpiphp: Slot [28] registered\n[ 0.170792] acpiphp: Slot [29] registered\n[ 0.171685] acpiphp: Slot [30] registered\n[ 0.172025] acpiphp: Slot [31] registered\n[ 0.172955] PCI host bridge to bus 0000:00\n[ 0.173880] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.175056] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.176004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.177251] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.178637] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.180006] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.186663] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.188013] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.215762] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.216865] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.218635] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.220322] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.221905] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.223587] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.224212] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.225252] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.227068] vgaarb: loaded\n[ 0.228003] vgaarb: bridge control possible 0000:00:02.0\n[ 0.229353] SCSI subsystem initialized\n[ 0.230422] ACPI: bus type USB registered\n[ 0.230422] usbcore: registered new interface driver usbfs\n[ 0.232012] usbcore: registered new interface driver hub\n[ 0.233326] usbcore: registered new device driver usb\n[ 0.233326] PCI: Using ACPI for IRQ routing\n[ 0.233326] NetLabel: Initializing\n[ 0.236006] NetLabel: domain hash size = 128\n[ 0.237063] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.238225] NetLabel: unlabeled traffic allowed by default\n[ 0.239575] Switched to clocksource kvm-clock\n[ 0.243616] AppArmor: AppArmor Filesystem Enabled\n[ 0.248321] pnp: PnP ACPI init\n[ 0.249466] ACPI: bus type PNP registered\n[ 0.251582] pnp: PnP ACPI: found 8 devices\n[ 0.252803] ACPI: bus type PNP unregistered\n[ 0.261343] NET: Registered protocol family 2\n[ 0.264264] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.266656] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.268553] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.270455] TCP: reno registered\n[ 0.271435] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.273178] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.275209] NET: Registered protocol family 1\n[ 0.276622] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.278372] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.279968] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.302269] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.325219] Trying to unpack rootfs image as initramfs...\n[ 0.418311] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.421287] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.423023] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.424607] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.427280] Scanning for low memory corruption every 60 seconds\n[ 0.429647] Initialise system trusted keyring\n[ 0.430835] audit: initializing netlink socket (disabled)\n[ 0.432157] type=2000 audit(1534065282.709:1): initialized\n[ 0.452031] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.454301] zbud: loaded\n[ 0.455252] VFS: Disk quotas dquot_6.5.2\n[ 0.456290] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.458115] fuse init (API version 7.22)\n[ 0.459227] msgmni has been set to 3997\n[ 0.460283] Key type big_key registered\n[ 0.461536] Key type asymmetric registered\n[ 0.462587] Asymmetric key parser 'x509' registered\n[ 0.463741] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.465576] io scheduler noop registered\n[ 0.466507] io scheduler deadline registered (default)\n[ 0.467638] io scheduler cfq registered\n[ 0.468678] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.469970] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.471482] ipmi message handler version 39.2\n[ 0.472595] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.474326] ACPI: Power Button [PWRF]\n[ 0.475394] GHES: HEST is not enabled!\n[ 0.497489] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.542062] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564583] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.566613] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590635] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593137] Linux agpgart interface v0.103\n[ 0.595007] brd: module loaded\n[ 0.596218] loop: module loaded\n[ 0.597375] blk-mq: CPU -> queue map\n[ 0.598285] CPU 0 -> Queue 0\n[ 0.599042] CPU 1 -> Queue 0\n[ 0.600473] vda: vda1\n[ 0.601881] scsi0 : ata_piix\n[ 0.602665] scsi1 : ata_piix\n[ 0.603381] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.604747] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.606311] libphy: Fixed MDIO Bus: probed\n[ 0.607293] tun: Universal TUN/TAP device driver, 1.6\n[ 0.608367] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.611003] PPP generic driver version 2.4.2\n[ 0.612023] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.613322] ehci-pci: EHCI PCI platform driver\n[ 0.614273] ehci-platform: EHCI generic platform driver\n[ 0.615386] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.616641] ohci-pci: OHCI PCI platform driver\n[ 0.617624] ohci-platform: OHCI generic platform driver\n[ 0.618701] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.640745] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.641845] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.643461] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.644695] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646020] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647550] usb usb1: Product: UHCI Host Controller\n[ 0.648565] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd\n[ 0.649920] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651116] hub 1-0:1.0: USB hub found\n[ 0.652166] hub 1-0:1.0: 2 ports detected\n[ 0.653393] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655673] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656701] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657858] mousedev: PS/2 mouse device common for all mice\n[ 0.659249] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.661121] rtc_cmos 00:00: RTC can wake from S4\n[ 0.662782] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.664550] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.666329] device-mapper: uevent: version 1.0.3\n[ 0.667736] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.670130] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.671824] TCP: cubic registered\n[ 0.672903] NET: Registered protocol family 10\n[ 0.674394] NET: Registered protocol family 17\n[ 0.675733] Key type dns_resolver registered\n[ 0.677151] Loading compiled-in X.509 certificates\n[ 0.679026] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0'\n[ 0.681691] registered taskstats version 1\n[ 0.692859] Key type trusted registered\n[ 0.696517] Key type encrypted registered\n[ 0.697497] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.698946] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.700888] regulator-dummy: disabling\n[ 0.701901] Magic number: 14:35:222\n[ 0.703011] rtc_cmos 00:00: setting system clock to 2018-08-12 09:14:43 UTC (1534065283)\n[ 0.704889] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.706135] EDD information not available.\n[ 0.761384] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000)\n[ 0.763225] Write protecting the kernel read-only data: 12288k\n[ 0.764990] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000)\n[ 0.767838] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.781703] systemd-udevd[107]: starting version 204\n[ 0.820635] FDC 0 is a S82078B\n[ 0.964059] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.124684] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.126110] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.127461] usb 1-1: Product: QEMU USB Tablet\n[ 1.128372] usb 1-1: Manufacturer: QEMU\n[ 1.129215] usb 1-1: SerialNumber: 42\n[ 1.420090] tsc: Refined TSC clocksource calibration: 3491.877 MHz\n[ 1.845302] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.096165] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.184699] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n[ 2.283393] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sun, 12 Aug 2018 09:14:45 +0000. Up 2.66 seconds.\ncloud-init-nonet[2.85]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting cold plug devices[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\ncloud-init-nonet[9.46]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sun, 12 Aug 2018 09:14:52 +0000. Up 9.59 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:f8:47:bc |\nci-info: | eth0 | True | 192.168.0.6 | 255.255.255.0 | fa:16:3e:a0:8c:69 |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.2 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n"} 2018-08-12 09:15:03,146 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd/action used request id req-c78edf25-f1ee-4799-995f-4d854a48f24b 2018-08-12 09:15:03,147 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.108821868896s 2018-08-12 09:15:03,147 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd/action used request id req-c78edf25-f1ee-4799-995f-4d854a48f24b 2018-08-12 09:15:03,148 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-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] 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-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] 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] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 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 2 CPUs, 0 hotplug CPUs [ 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 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008016] Security Framework initialized [ 0.008913] AppArmor: AppArmor initialized [ 0.009837] Yama: becoming mindful. [ 0.010748] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.013325] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.015408] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.016006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.017778] Initializing cgroup subsys memory [ 0.018719] Initializing cgroup subsys devices [ 0.020003] Initializing cgroup subsys freezer [ 0.021086] Initializing cgroup subsys blkio [ 0.021991] Initializing cgroup subsys perf_event [ 0.022999] Initializing cgroup subsys hugetlb [ 0.024056] CPU: Physical Processor ID: 0 [ 0.024946] FEATURE SPEC_CTRL Not Present [ 0.026471] mce: CPU supports 10 MCE banks [ 0.028035] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.028035] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.030137] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.031421] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.032003] Speculative Store Bypass: Vulnerable [ 0.033566] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000) [ 0.038566] ACPI: Core revision 20131115 [ 0.040460] ACPI: All ACPI Tables successfully acquired [ 0.041709] ftrace: allocating 28727 entries in 113 pages [ 0.060291] Enabling x2apic [ 0.061073] Enabled x2apic [ 0.061964] Switched APIC routing to physical x2apic. [ 0.064919] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.066290] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.069066] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.076856] KVM setup paravirtual spinlock [ 0.079139] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.080155] x86: Booting SMP configuration: [ 0.081281] .... node #0, CPUs: #1[ 0.079106] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.096026] x86: Booted up 1 node, 2 CPUs [ 0.096018] KVM setup async PF for cpu 1 [ 0.096020] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.099631] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.100348] devtmpfs: initialized [ 0.102632] EVM: security.selinux [ 0.104005] EVM: security.SMACK64 [ 0.104954] EVM: security.ima [ 0.105920] EVM: security.capability [ 0.108118] pinctrl core: initialized pinctrl subsystem [ 0.109704] regulator-dummy: no parameters [ 0.110929] RTC time: 9:14:42, date: 08/12/18 [ 0.112038] NET: Registered protocol family 16 [ 0.113457] cpuidle: using governor ladder [ 0.114609] cpuidle: using governor menu [ 0.115850] ACPI: bus type PCI registered [ 0.116004] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.117746] PCI: Using configuration type 1 for base access [ 0.120038] bio: create slab at 0 [ 0.121189] ACPI: Added _OSI(Module Device) [ 0.121189] ACPI: Added _OSI(Processor Device) [ 0.122213] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.124005] ACPI: Added _OSI(Processor Aggregator Device) [ 0.126110] ACPI: Interpreter enabled [ 0.127154] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.129830] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.132005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.134822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.136755] ACPI: (supports S0 S5) [ 0.137721] ACPI: Using IOAPIC for interrupt routing [ 0.139117] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.140200] ACPI: No dock devices found. [ 0.143264] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.144008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.145991] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.147946] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.148206] acpiphp: Slot [3] registered [ 0.149509] acpiphp: Slot [4] registered [ 0.150716] acpiphp: Slot [5] registered [ 0.151857] acpiphp: Slot [6] registered [ 0.152020] acpiphp: Slot [7] registered [ 0.153216] acpiphp: Slot [8] registered [ 0.154428] acpiphp: Slot [9] registered [ 0.155633] acpiphp: Slot [10] registered [ 0.156024] acpiphp: Slot [11] registered [ 0.157002] acpiphp: Slot [12] registered [ 0.157975] acpiphp: Slot [13] registered [ 0.158963] acpiphp: Slot [14] registered [ 0.159983] acpiphp: Slot [15] registered [ 0.160023] acpiphp: Slot [16] registered [ 0.160985] acpiphp: Slot [17] registered [ 0.161921] acpiphp: Slot [18] registered [ 0.162915] acpiphp: Slot [19] registered [ 0.163849] acpiphp: Slot [20] registered [ 0.164031] acpiphp: Slot [21] registered [ 0.164958] acpiphp: Slot [22] registered [ 0.165998] acpiphp: Slot [23] registered [ 0.166930] acpiphp: Slot [24] registered [ 0.167875] acpiphp: Slot [25] registered [ 0.168028] acpiphp: Slot [26] registered [ 0.168961] acpiphp: Slot [27] registered [ 0.169925] acpiphp: Slot [28] registered [ 0.170792] acpiphp: Slot [29] registered [ 0.171685] acpiphp: Slot [30] registered [ 0.172025] acpiphp: Slot [31] registered [ 0.172955] PCI host bridge to bus 0000:00 [ 0.173880] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.175056] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.176004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.177251] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.178637] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.180006] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.186663] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.188013] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.215762] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.216865] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.218635] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.220322] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.221905] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.223587] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.224212] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.225252] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.227068] vgaarb: loaded [ 0.228003] vgaarb: bridge control possible 0000:00:02.0 [ 0.229353] SCSI subsystem initialized [ 0.230422] ACPI: bus type USB registered [ 0.230422] usbcore: registered new interface driver usbfs [ 0.232012] usbcore: registered new interface driver hub [ 0.233326] usbcore: registered new device driver usb [ 0.233326] PCI: Using ACPI for IRQ routing [ 0.233326] NetLabel: Initializing [ 0.236006] NetLabel: domain hash size = 128 [ 0.237063] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.238225] NetLabel: unlabeled traffic allowed by default [ 0.239575] Switched to clocksource kvm-clock [ 0.243616] AppArmor: AppArmor Filesystem Enabled [ 0.248321] pnp: PnP ACPI init [ 0.249466] ACPI: bus type PNP registered [ 0.251582] pnp: PnP ACPI: found 8 devices [ 0.252803] ACPI: bus type PNP unregistered [ 0.261343] NET: Registered protocol family 2 [ 0.264264] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.266656] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.268553] TCP: Hash tables configured (established 16384 bind 16384) [ 0.270455] TCP: reno registered [ 0.271435] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.273178] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.275209] NET: Registered protocol family 1 [ 0.276622] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.278372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.279968] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.302269] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.325219] Trying to unpack rootfs image as initramfs... [ 0.418311] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.421287] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.423023] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.424607] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.427280] Scanning for low memory corruption every 60 seconds [ 0.429647] Initialise system trusted keyring [ 0.430835] audit: initializing netlink socket (disabled) [ 0.432157] type=2000 audit(1534065282.709:1): initialized [ 0.452031] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.454301] zbud: loaded [ 0.455252] VFS: Disk quotas dquot_6.5.2 [ 0.456290] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.458115] fuse init (API version 7.22) [ 0.459227] msgmni has been set to 3997 [ 0.460283] Key type big_key registered [ 0.461536] Key type asymmetric registered [ 0.462587] Asymmetric key parser 'x509' registered [ 0.463741] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.465576] io scheduler noop registered [ 0.466507] io scheduler deadline registered (default) [ 0.467638] io scheduler cfq registered [ 0.468678] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.469970] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.471482] ipmi message handler version 39.2 [ 0.472595] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.474326] ACPI: Power Button [PWRF] [ 0.475394] GHES: HEST is not enabled! [ 0.497489] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.542062] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.564583] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.566613] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.590635] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.593137] Linux agpgart interface v0.103 [ 0.595007] brd: module loaded [ 0.596218] loop: module loaded [ 0.597375] blk-mq: CPU -> queue map [ 0.598285] CPU 0 -> Queue 0 [ 0.599042] CPU 1 -> Queue 0 [ 0.600473] vda: vda1 [ 0.601881] scsi0 : ata_piix [ 0.602665] scsi1 : ata_piix [ 0.603381] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.604747] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.606311] libphy: Fixed MDIO Bus: probed [ 0.607293] tun: Universal TUN/TAP device driver, 1.6 [ 0.608367] tun: (C) 1999-2004 Max Krasnyansky [ 0.611003] PPP generic driver version 2.4.2 [ 0.612023] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.613322] ehci-pci: EHCI PCI platform driver [ 0.614273] ehci-platform: EHCI generic platform driver [ 0.615386] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.616641] ohci-pci: OHCI PCI platform driver [ 0.617624] ohci-platform: OHCI generic platform driver [ 0.618701] uhci_hcd: USB Universal Host Controller Interface driver [ 0.640745] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.641845] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.643461] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.644695] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.646020] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.647550] usb usb1: Product: UHCI Host Controller [ 0.648565] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd [ 0.649920] usb usb1: SerialNumber: 0000:00:01.2 [ 0.651116] hub 1-0:1.0: USB hub found [ 0.652166] hub 1-0:1.0: 2 ports detected [ 0.653393] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.655673] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.656701] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.657858] mousedev: PS/2 mouse device common for all mice [ 0.659249] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.661121] rtc_cmos 00:00: RTC can wake from S4 [ 0.662782] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.664550] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.666329] device-mapper: uevent: version 1.0.3 [ 0.667736] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.670130] ledtrig-cpu: registered to indicate activity on CPUs [ 0.671824] TCP: cubic registered [ 0.672903] NET: Registered protocol family 10 [ 0.674394] NET: Registered protocol family 17 [ 0.675733] Key type dns_resolver registered [ 0.677151] Loading compiled-in X.509 certificates [ 0.679026] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0' [ 0.681691] registered taskstats version 1 [ 0.692859] Key type trusted registered [ 0.696517] Key type encrypted registered [ 0.697497] AppArmor: AppArmor sha1 policy hashing enabled [ 0.698946] IMA: No TPM chip found, activating TPM-bypass! [ 0.700888] regulator-dummy: disabling [ 0.701901] Magic number: 14:35:222 [ 0.703011] rtc_cmos 00:00: setting system clock to 2018-08-12 09:14:43 UTC (1534065283) [ 0.704889] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.706135] EDD information not available. [ 0.761384] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000) [ 0.763225] Write protecting the kernel read-only data: 12288k [ 0.764990] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000) [ 0.767838] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.781703] systemd-udevd[107]: starting version 204 [ 0.820635] FDC 0 is a S82078B [ 0.964059] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.124684] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.126110] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.127461] usb 1-1: Product: QEMU USB Tablet [ 1.128372] usb 1-1: Manufacturer: QEMU [ 1.129215] usb 1-1: SerialNumber: 42 [ 1.420090] tsc: Refined TSC clocksource calibration: 3491.877 MHz [ 1.845302] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.096165] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.184699] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] [ 2.283393] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sun, 12 Aug 2018 09:14:45 +0000. Up 2.66 seconds. cloud-init-nonet[2.85]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting cold plug devices[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] cloud-init-nonet[9.46]: static networking is now up * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sun, 12 Aug 2018 09:14:52 +0000. Up 9.59 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:f8:47:bc | ci-info: | eth0 | True | 192.168.0.6 | 255.255.255.0 | fa:16:3e:a0:8c:69 | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.2 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ 2018-08-12 09:15:03,149 - functest.core.singlevm - DEBUG - try 1: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-12 09:15:13,159 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:15:13,162 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:15:13,903 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:15: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-776c161a-1aa5-4ad5-8f7a-47a708a47882 x-compute-request-id: req-776c161a-1aa5-4ad5-8f7a-47a708a47882 Content-Encoding: gzip Content-Length: 1505 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:8c:69", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:8c:69", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:47:bc", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:47:bc", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/0d05f869-c182-4a19-86bf-4ac078c523fd", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:41.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "0d05f869-c182-4a19-86bf-4ac078c523fd", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:41Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "homer-0.clearwater.opnfv", "created": "2018-08-12T09:14:06Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:24:50", "version": 4, "addr": "192.168.0.22", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:24:50", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:35:db:99", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/1c9b6e42-b18c-407e-8d00-9077025769fd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1c9b6e42-b18c-407e-8d00-9077025769fd", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:39.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "1c9b6e42-b18c-407e-8d00-9077025769fd", "security_groups": [{"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:39Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "dime-0.clearwater.opnfv", "created": "2018-08-12T09:14:05Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:73:af", "version": 4, "addr": "192.168.0.17", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:73:af", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:b9:f2", "version": 4, "addr": "192.168.1.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:b9:f2", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:41.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:41Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "bono-0.clearwater.opnfv", "created": "2018-08-12T09:14:05Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:27:6c", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:27:6c", "version": 4, "addr": "172.30.9.216", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:82:86", "version": 4, "addr": "192.168.1.24", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/566a63cc-7490-4385-b2ac-bfb24030a031", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/566a63cc-7490-4385-b2ac-bfb24030a031", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:34.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "566a63cc-7490-4385-b2ac-bfb24030a031", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:34Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-12T09:14:04Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:9d:e5", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:9d:e5", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b4:d8:25", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/7a80620a-d807-4698-b6c3-7c140a7b5157", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/7a80620a-d807-4698-b6c3-7c140a7b5157", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:25.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "7a80620a-d807-4698-b6c3-7c140a7b5157", "security_groups": [{"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:25Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-12T09:14:04Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:ca:f6", "version": 4, "addr": "192.168.0.23", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:ca:f6", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/3544e1e5-febb-4596-964e-1a53f9d26ab6", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/3544e1e5-febb-4596-964e-1a53f9d26ab6", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:13:48.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "3544e1e5-febb-4596-964e-1a53f9d26ab6", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:13:48Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-12T09:12:11Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:77:d2", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:77:d2", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ac:00:39", "version": 4, "addr": "192.168.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/24234aa3-febc-4826-8d67-0c33e6f38782", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/24234aa3-febc-4826-8d67-0c33e6f38782", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:12:00.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "24234aa3-febc-4826-8d67-0c33e6f38782", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:12:00Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "ns.clearwater.opnfv", "created": "2018-08-12T09:10:20Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:15:13,903 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-776c161a-1aa5-4ad5-8f7a-47a708a47882 2018-08-12 09:15:13,903 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.743865013123s 2018-08-12 09:15:13,904 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-776c161a-1aa5-4ad5-8f7a-47a708a47882 2018-08-12 09:15:13,912 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-12 09:15:13,915 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd/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}d584eff3730be386f99aabb4bf64013d89965dc6" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 09:15:13,984 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:15: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-4991f9fe-af24-4579-a5e0-439621a1bd63 x-compute-request-id: req-4991f9fe-af24-4579-a5e0-439621a1bd63 Content-Encoding: gzip Content-Length: 8554 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 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] 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-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] 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] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\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 2 CPUs, 0 hotplug CPUs\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 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008016] Security Framework initialized\n[ 0.008913] AppArmor: AppArmor initialized\n[ 0.009837] Yama: becoming mindful.\n[ 0.010748] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.013325] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.015408] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.016006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.017778] Initializing cgroup subsys memory\n[ 0.018719] Initializing cgroup subsys devices\n[ 0.020003] Initializing cgroup subsys freezer\n[ 0.021086] Initializing cgroup subsys blkio\n[ 0.021991] Initializing cgroup subsys perf_event\n[ 0.022999] Initializing cgroup subsys hugetlb\n[ 0.024056] CPU: Physical Processor ID: 0\n[ 0.024946] FEATURE SPEC_CTRL Not Present\n[ 0.026471] mce: CPU supports 10 MCE banks\n[ 0.028035] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.028035] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.030137] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.031421] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.032003] Speculative Store Bypass: Vulnerable\n[ 0.033566] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000)\n[ 0.038566] ACPI: Core revision 20131115\n[ 0.040460] ACPI: All ACPI Tables successfully acquired\n[ 0.041709] ftrace: allocating 28727 entries in 113 pages\n[ 0.060291] Enabling x2apic\n[ 0.061073] Enabled x2apic\n[ 0.061964] Switched APIC routing to physical x2apic.\n[ 0.064919] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.066290] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.069066] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.076856] KVM setup paravirtual spinlock\n[ 0.079139] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.080155] x86: Booting SMP configuration:\n[ 0.081281] .... node #0, CPUs: #1[ 0.079106] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.096026] x86: Booted up 1 node, 2 CPUs\n[ 0.096018] KVM setup async PF for cpu 1\n[ 0.096020] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.099631] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.100348] devtmpfs: initialized\n[ 0.102632] EVM: security.selinux\n[ 0.104005] EVM: security.SMACK64\n[ 0.104954] EVM: security.ima\n[ 0.105920] EVM: security.capability\n[ 0.108118] pinctrl core: initialized pinctrl subsystem\n[ 0.109704] regulator-dummy: no parameters\n[ 0.110929] RTC time: 9:14:42, date: 08/12/18\n[ 0.112038] NET: Registered protocol family 16\n[ 0.113457] cpuidle: using governor ladder\n[ 0.114609] cpuidle: using governor menu\n[ 0.115850] ACPI: bus type PCI registered\n[ 0.116004] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.117746] PCI: Using configuration type 1 for base access\n[ 0.120038] bio: create slab at 0\n[ 0.121189] ACPI: Added _OSI(Module Device)\n[ 0.121189] ACPI: Added _OSI(Processor Device)\n[ 0.122213] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.124005] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.126110] ACPI: Interpreter enabled\n[ 0.127154] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.129830] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.132005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.134822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.136755] ACPI: (supports S0 S5)\n[ 0.137721] ACPI: Using IOAPIC for interrupt routing\n[ 0.139117] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.140200] ACPI: No dock devices found.\n[ 0.143264] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.144008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.145991] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.147946] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.148206] acpiphp: Slot [3] registered\n[ 0.149509] acpiphp: Slot [4] registered\n[ 0.150716] acpiphp: Slot [5] registered\n[ 0.151857] acpiphp: Slot [6] registered\n[ 0.152020] acpiphp: Slot [7] registered\n[ 0.153216] acpiphp: Slot [8] registered\n[ 0.154428] acpiphp: Slot [9] registered\n[ 0.155633] acpiphp: Slot [10] registered\n[ 0.156024] acpiphp: Slot [11] registered\n[ 0.157002] acpiphp: Slot [12] registered\n[ 0.157975] acpiphp: Slot [13] registered\n[ 0.158963] acpiphp: Slot [14] registered\n[ 0.159983] acpiphp: Slot [15] registered\n[ 0.160023] acpiphp: Slot [16] registered\n[ 0.160985] acpiphp: Slot [17] registered\n[ 0.161921] acpiphp: Slot [18] registered\n[ 0.162915] acpiphp: Slot [19] registered\n[ 0.163849] acpiphp: Slot [20] registered\n[ 0.164031] acpiphp: Slot [21] registered\n[ 0.164958] acpiphp: Slot [22] registered\n[ 0.165998] acpiphp: Slot [23] registered\n[ 0.166930] acpiphp: Slot [24] registered\n[ 0.167875] acpiphp: Slot [25] registered\n[ 0.168028] acpiphp: Slot [26] registered\n[ 0.168961] acpiphp: Slot [27] registered\n[ 0.169925] acpiphp: Slot [28] registered\n[ 0.170792] acpiphp: Slot [29] registered\n[ 0.171685] acpiphp: Slot [30] registered\n[ 0.172025] acpiphp: Slot [31] registered\n[ 0.172955] PCI host bridge to bus 0000:00\n[ 0.173880] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.175056] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.176004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.177251] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.178637] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.180006] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.186663] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.188013] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.215762] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.216865] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.218635] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.220322] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.221905] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.223587] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.224212] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.225252] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.227068] vgaarb: loaded\n[ 0.228003] vgaarb: bridge control possible 0000:00:02.0\n[ 0.229353] SCSI subsystem initialized\n[ 0.230422] ACPI: bus type USB registered\n[ 0.230422] usbcore: registered new interface driver usbfs\n[ 0.232012] usbcore: registered new interface driver hub\n[ 0.233326] usbcore: registered new device driver usb\n[ 0.233326] PCI: Using ACPI for IRQ routing\n[ 0.233326] NetLabel: Initializing\n[ 0.236006] NetLabel: domain hash size = 128\n[ 0.237063] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.238225] NetLabel: unlabeled traffic allowed by default\n[ 0.239575] Switched to clocksource kvm-clock\n[ 0.243616] AppArmor: AppArmor Filesystem Enabled\n[ 0.248321] pnp: PnP ACPI init\n[ 0.249466] ACPI: bus type PNP registered\n[ 0.251582] pnp: PnP ACPI: found 8 devices\n[ 0.252803] ACPI: bus type PNP unregistered\n[ 0.261343] NET: Registered protocol family 2\n[ 0.264264] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.266656] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.268553] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.270455] TCP: reno registered\n[ 0.271435] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.273178] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.275209] NET: Registered protocol family 1\n[ 0.276622] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.278372] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.279968] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.302269] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.325219] Trying to unpack rootfs image as initramfs...\n[ 0.418311] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.421287] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.423023] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.424607] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.427280] Scanning for low memory corruption every 60 seconds\n[ 0.429647] Initialise system trusted keyring\n[ 0.430835] audit: initializing netlink socket (disabled)\n[ 0.432157] type=2000 audit(1534065282.709:1): initialized\n[ 0.452031] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.454301] zbud: loaded\n[ 0.455252] VFS: Disk quotas dquot_6.5.2\n[ 0.456290] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.458115] fuse init (API version 7.22)\n[ 0.459227] msgmni has been set to 3997\n[ 0.460283] Key type big_key registered\n[ 0.461536] Key type asymmetric registered\n[ 0.462587] Asymmetric key parser 'x509' registered\n[ 0.463741] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.465576] io scheduler noop registered\n[ 0.466507] io scheduler deadline registered (default)\n[ 0.467638] io scheduler cfq registered\n[ 0.468678] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.469970] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.471482] ipmi message handler version 39.2\n[ 0.472595] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.474326] ACPI: Power Button [PWRF]\n[ 0.475394] GHES: HEST is not enabled!\n[ 0.497489] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.542062] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564583] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.566613] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590635] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593137] Linux agpgart interface v0.103\n[ 0.595007] brd: module loaded\n[ 0.596218] loop: module loaded\n[ 0.597375] blk-mq: CPU -> queue map\n[ 0.598285] CPU 0 -> Queue 0\n[ 0.599042] CPU 1 -> Queue 0\n[ 0.600473] vda: vda1\n[ 0.601881] scsi0 : ata_piix\n[ 0.602665] scsi1 : ata_piix\n[ 0.603381] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.604747] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.606311] libphy: Fixed MDIO Bus: probed\n[ 0.607293] tun: Universal TUN/TAP device driver, 1.6\n[ 0.608367] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.611003] PPP generic driver version 2.4.2\n[ 0.612023] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.613322] ehci-pci: EHCI PCI platform driver\n[ 0.614273] ehci-platform: EHCI generic platform driver\n[ 0.615386] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.616641] ohci-pci: OHCI PCI platform driver\n[ 0.617624] ohci-platform: OHCI generic platform driver\n[ 0.618701] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.640745] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.641845] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.643461] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.644695] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646020] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647550] usb usb1: Product: UHCI Host Controller\n[ 0.648565] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd\n[ 0.649920] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651116] hub 1-0:1.0: USB hub found\n[ 0.652166] hub 1-0:1.0: 2 ports detected\n[ 0.653393] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655673] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656701] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657858] mousedev: PS/2 mouse device common for all mice\n[ 0.659249] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.661121] rtc_cmos 00:00: RTC can wake from S4\n[ 0.662782] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.664550] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.666329] device-mapper: uevent: version 1.0.3\n[ 0.667736] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.670130] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.671824] TCP: cubic registered\n[ 0.672903] NET: Registered protocol family 10\n[ 0.674394] NET: Registered protocol family 17\n[ 0.675733] Key type dns_resolver registered\n[ 0.677151] Loading compiled-in X.509 certificates\n[ 0.679026] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0'\n[ 0.681691] registered taskstats version 1\n[ 0.692859] Key type trusted registered\n[ 0.696517] Key type encrypted registered\n[ 0.697497] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.698946] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.700888] regulator-dummy: disabling\n[ 0.701901] Magic number: 14:35:222\n[ 0.703011] rtc_cmos 00:00: setting system clock to 2018-08-12 09:14:43 UTC (1534065283)\n[ 0.704889] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.706135] EDD information not available.\n[ 0.761384] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000)\n[ 0.763225] Write protecting the kernel read-only data: 12288k\n[ 0.764990] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000)\n[ 0.767838] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.781703] systemd-udevd[107]: starting version 204\n[ 0.820635] FDC 0 is a S82078B\n[ 0.964059] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.124684] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.126110] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.127461] usb 1-1: Product: QEMU USB Tablet\n[ 1.128372] usb 1-1: Manufacturer: QEMU\n[ 1.129215] usb 1-1: SerialNumber: 42\n[ 1.420090] tsc: Refined TSC clocksource calibration: 3491.877 MHz\n[ 1.845302] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.096165] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.184699] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n[ 2.283393] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sun, 12 Aug 2018 09:14:45 +0000. Up 2.66 seconds.\ncloud-init-nonet[2.85]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting cold plug devices[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\ncloud-init-nonet[9.46]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sun, 12 Aug 2018 09:14:52 +0000. Up 9.59 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:f8:47:bc |\nci-info: | eth0 | True | 192.168.0.6 | 255.255.255.0 | fa:16:3e:a0:8c:69 |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.2 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n"} 2018-08-12 09:15:13,985 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd/action used request id req-4991f9fe-af24-4579-a5e0-439621a1bd63 2018-08-12 09:15:13,985 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0727181434631s 2018-08-12 09:15:13,986 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd/action used request id req-4991f9fe-af24-4579-a5e0-439621a1bd63 2018-08-12 09:15:13,986 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-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] 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-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] 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] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 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 2 CPUs, 0 hotplug CPUs [ 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 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008016] Security Framework initialized [ 0.008913] AppArmor: AppArmor initialized [ 0.009837] Yama: becoming mindful. [ 0.010748] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.013325] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.015408] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.016006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.017778] Initializing cgroup subsys memory [ 0.018719] Initializing cgroup subsys devices [ 0.020003] Initializing cgroup subsys freezer [ 0.021086] Initializing cgroup subsys blkio [ 0.021991] Initializing cgroup subsys perf_event [ 0.022999] Initializing cgroup subsys hugetlb [ 0.024056] CPU: Physical Processor ID: 0 [ 0.024946] FEATURE SPEC_CTRL Not Present [ 0.026471] mce: CPU supports 10 MCE banks [ 0.028035] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.028035] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.030137] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.031421] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.032003] Speculative Store Bypass: Vulnerable [ 0.033566] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000) [ 0.038566] ACPI: Core revision 20131115 [ 0.040460] ACPI: All ACPI Tables successfully acquired [ 0.041709] ftrace: allocating 28727 entries in 113 pages [ 0.060291] Enabling x2apic [ 0.061073] Enabled x2apic [ 0.061964] Switched APIC routing to physical x2apic. [ 0.064919] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.066290] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.069066] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.076856] KVM setup paravirtual spinlock [ 0.079139] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.080155] x86: Booting SMP configuration: [ 0.081281] .... node #0, CPUs: #1[ 0.079106] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.096026] x86: Booted up 1 node, 2 CPUs [ 0.096018] KVM setup async PF for cpu 1 [ 0.096020] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.099631] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.100348] devtmpfs: initialized [ 0.102632] EVM: security.selinux [ 0.104005] EVM: security.SMACK64 [ 0.104954] EVM: security.ima [ 0.105920] EVM: security.capability [ 0.108118] pinctrl core: initialized pinctrl subsystem [ 0.109704] regulator-dummy: no parameters [ 0.110929] RTC time: 9:14:42, date: 08/12/18 [ 0.112038] NET: Registered protocol family 16 [ 0.113457] cpuidle: using governor ladder [ 0.114609] cpuidle: using governor menu [ 0.115850] ACPI: bus type PCI registered [ 0.116004] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.117746] PCI: Using configuration type 1 for base access [ 0.120038] bio: create slab at 0 [ 0.121189] ACPI: Added _OSI(Module Device) [ 0.121189] ACPI: Added _OSI(Processor Device) [ 0.122213] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.124005] ACPI: Added _OSI(Processor Aggregator Device) [ 0.126110] ACPI: Interpreter enabled [ 0.127154] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.129830] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.132005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.134822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.136755] ACPI: (supports S0 S5) [ 0.137721] ACPI: Using IOAPIC for interrupt routing [ 0.139117] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.140200] ACPI: No dock devices found. [ 0.143264] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.144008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.145991] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.147946] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.148206] acpiphp: Slot [3] registered [ 0.149509] acpiphp: Slot [4] registered [ 0.150716] acpiphp: Slot [5] registered [ 0.151857] acpiphp: Slot [6] registered [ 0.152020] acpiphp: Slot [7] registered [ 0.153216] acpiphp: Slot [8] registered [ 0.154428] acpiphp: Slot [9] registered [ 0.155633] acpiphp: Slot [10] registered [ 0.156024] acpiphp: Slot [11] registered [ 0.157002] acpiphp: Slot [12] registered [ 0.157975] acpiphp: Slot [13] registered [ 0.158963] acpiphp: Slot [14] registered [ 0.159983] acpiphp: Slot [15] registered [ 0.160023] acpiphp: Slot [16] registered [ 0.160985] acpiphp: Slot [17] registered [ 0.161921] acpiphp: Slot [18] registered [ 0.162915] acpiphp: Slot [19] registered [ 0.163849] acpiphp: Slot [20] registered [ 0.164031] acpiphp: Slot [21] registered [ 0.164958] acpiphp: Slot [22] registered [ 0.165998] acpiphp: Slot [23] registered [ 0.166930] acpiphp: Slot [24] registered [ 0.167875] acpiphp: Slot [25] registered [ 0.168028] acpiphp: Slot [26] registered [ 0.168961] acpiphp: Slot [27] registered [ 0.169925] acpiphp: Slot [28] registered [ 0.170792] acpiphp: Slot [29] registered [ 0.171685] acpiphp: Slot [30] registered [ 0.172025] acpiphp: Slot [31] registered [ 0.172955] PCI host bridge to bus 0000:00 [ 0.173880] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.175056] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.176004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.177251] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.178637] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.180006] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.186663] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.188013] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.215762] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.216865] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.218635] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.220322] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.221905] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.223587] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.224212] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.225252] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.227068] vgaarb: loaded [ 0.228003] vgaarb: bridge control possible 0000:00:02.0 [ 0.229353] SCSI subsystem initialized [ 0.230422] ACPI: bus type USB registered [ 0.230422] usbcore: registered new interface driver usbfs [ 0.232012] usbcore: registered new interface driver hub [ 0.233326] usbcore: registered new device driver usb [ 0.233326] PCI: Using ACPI for IRQ routing [ 0.233326] NetLabel: Initializing [ 0.236006] NetLabel: domain hash size = 128 [ 0.237063] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.238225] NetLabel: unlabeled traffic allowed by default [ 0.239575] Switched to clocksource kvm-clock [ 0.243616] AppArmor: AppArmor Filesystem Enabled [ 0.248321] pnp: PnP ACPI init [ 0.249466] ACPI: bus type PNP registered [ 0.251582] pnp: PnP ACPI: found 8 devices [ 0.252803] ACPI: bus type PNP unregistered [ 0.261343] NET: Registered protocol family 2 [ 0.264264] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.266656] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.268553] TCP: Hash tables configured (established 16384 bind 16384) [ 0.270455] TCP: reno registered [ 0.271435] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.273178] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.275209] NET: Registered protocol family 1 [ 0.276622] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.278372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.279968] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.302269] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.325219] Trying to unpack rootfs image as initramfs... [ 0.418311] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.421287] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.423023] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.424607] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.427280] Scanning for low memory corruption every 60 seconds [ 0.429647] Initialise system trusted keyring [ 0.430835] audit: initializing netlink socket (disabled) [ 0.432157] type=2000 audit(1534065282.709:1): initialized [ 0.452031] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.454301] zbud: loaded [ 0.455252] VFS: Disk quotas dquot_6.5.2 [ 0.456290] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.458115] fuse init (API version 7.22) [ 0.459227] msgmni has been set to 3997 [ 0.460283] Key type big_key registered [ 0.461536] Key type asymmetric registered [ 0.462587] Asymmetric key parser 'x509' registered [ 0.463741] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.465576] io scheduler noop registered [ 0.466507] io scheduler deadline registered (default) [ 0.467638] io scheduler cfq registered [ 0.468678] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.469970] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.471482] ipmi message handler version 39.2 [ 0.472595] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.474326] ACPI: Power Button [PWRF] [ 0.475394] GHES: HEST is not enabled! [ 0.497489] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.542062] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.564583] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.566613] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.590635] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.593137] Linux agpgart interface v0.103 [ 0.595007] brd: module loaded [ 0.596218] loop: module loaded [ 0.597375] blk-mq: CPU -> queue map [ 0.598285] CPU 0 -> Queue 0 [ 0.599042] CPU 1 -> Queue 0 [ 0.600473] vda: vda1 [ 0.601881] scsi0 : ata_piix [ 0.602665] scsi1 : ata_piix [ 0.603381] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.604747] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.606311] libphy: Fixed MDIO Bus: probed [ 0.607293] tun: Universal TUN/TAP device driver, 1.6 [ 0.608367] tun: (C) 1999-2004 Max Krasnyansky [ 0.611003] PPP generic driver version 2.4.2 [ 0.612023] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.613322] ehci-pci: EHCI PCI platform driver [ 0.614273] ehci-platform: EHCI generic platform driver [ 0.615386] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.616641] ohci-pci: OHCI PCI platform driver [ 0.617624] ohci-platform: OHCI generic platform driver [ 0.618701] uhci_hcd: USB Universal Host Controller Interface driver [ 0.640745] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.641845] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.643461] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.644695] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.646020] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.647550] usb usb1: Product: UHCI Host Controller [ 0.648565] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd [ 0.649920] usb usb1: SerialNumber: 0000:00:01.2 [ 0.651116] hub 1-0:1.0: USB hub found [ 0.652166] hub 1-0:1.0: 2 ports detected [ 0.653393] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.655673] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.656701] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.657858] mousedev: PS/2 mouse device common for all mice [ 0.659249] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.661121] rtc_cmos 00:00: RTC can wake from S4 [ 0.662782] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.664550] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.666329] device-mapper: uevent: version 1.0.3 [ 0.667736] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.670130] ledtrig-cpu: registered to indicate activity on CPUs [ 0.671824] TCP: cubic registered [ 0.672903] NET: Registered protocol family 10 [ 0.674394] NET: Registered protocol family 17 [ 0.675733] Key type dns_resolver registered [ 0.677151] Loading compiled-in X.509 certificates [ 0.679026] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0' [ 0.681691] registered taskstats version 1 [ 0.692859] Key type trusted registered [ 0.696517] Key type encrypted registered [ 0.697497] AppArmor: AppArmor sha1 policy hashing enabled [ 0.698946] IMA: No TPM chip found, activating TPM-bypass! [ 0.700888] regulator-dummy: disabling [ 0.701901] Magic number: 14:35:222 [ 0.703011] rtc_cmos 00:00: setting system clock to 2018-08-12 09:14:43 UTC (1534065283) [ 0.704889] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.706135] EDD information not available. [ 0.761384] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000) [ 0.763225] Write protecting the kernel read-only data: 12288k [ 0.764990] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000) [ 0.767838] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.781703] systemd-udevd[107]: starting version 204 [ 0.820635] FDC 0 is a S82078B [ 0.964059] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.124684] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.126110] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.127461] usb 1-1: Product: QEMU USB Tablet [ 1.128372] usb 1-1: Manufacturer: QEMU [ 1.129215] usb 1-1: SerialNumber: 42 [ 1.420090] tsc: Refined TSC clocksource calibration: 3491.877 MHz [ 1.845302] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.096165] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.184699] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] [ 2.283393] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sun, 12 Aug 2018 09:14:45 +0000. Up 2.66 seconds. cloud-init-nonet[2.85]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting cold plug devices[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] cloud-init-nonet[9.46]: static networking is now up * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sun, 12 Aug 2018 09:14:52 +0000. Up 9.59 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:f8:47:bc | ci-info: | eth0 | True | 192.168.0.6 | 255.255.255.0 | fa:16:3e:a0:8c:69 | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.2 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ 2018-08-12 09:15:13,987 - functest.core.singlevm - DEBUG - try 2: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-12 09:15:23,998 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:15:24,001 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:15:24,930 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09: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,Accept-Encoding x-openstack-request-id: req-a184c207-afe3-46f9-b8a1-4b80981de747 x-compute-request-id: req-a184c207-afe3-46f9-b8a1-4b80981de747 Content-Encoding: gzip Content-Length: 1505 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:8c:69", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:8c:69", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:47:bc", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:47:bc", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/0d05f869-c182-4a19-86bf-4ac078c523fd", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:41.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "0d05f869-c182-4a19-86bf-4ac078c523fd", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:41Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "homer-0.clearwater.opnfv", "created": "2018-08-12T09:14:06Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:24:50", "version": 4, "addr": "192.168.0.22", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:24:50", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:35:db:99", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/1c9b6e42-b18c-407e-8d00-9077025769fd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1c9b6e42-b18c-407e-8d00-9077025769fd", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:39.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "1c9b6e42-b18c-407e-8d00-9077025769fd", "security_groups": [{"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:39Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "dime-0.clearwater.opnfv", "created": "2018-08-12T09:14:05Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:73:af", "version": 4, "addr": "192.168.0.17", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:73:af", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:b9:f2", "version": 4, "addr": "192.168.1.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:b9:f2", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:41.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:41Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "bono-0.clearwater.opnfv", "created": "2018-08-12T09:14:05Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:27:6c", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:27:6c", "version": 4, "addr": "172.30.9.216", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:82:86", "version": 4, "addr": "192.168.1.24", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/566a63cc-7490-4385-b2ac-bfb24030a031", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/566a63cc-7490-4385-b2ac-bfb24030a031", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:34.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "566a63cc-7490-4385-b2ac-bfb24030a031", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:34Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-12T09:14:04Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:9d:e5", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:9d:e5", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b4:d8:25", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/7a80620a-d807-4698-b6c3-7c140a7b5157", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/7a80620a-d807-4698-b6c3-7c140a7b5157", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:25.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "7a80620a-d807-4698-b6c3-7c140a7b5157", "security_groups": [{"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:25Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-12T09:14:04Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:ca:f6", "version": 4, "addr": "192.168.0.23", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:ca:f6", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/3544e1e5-febb-4596-964e-1a53f9d26ab6", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/3544e1e5-febb-4596-964e-1a53f9d26ab6", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:13:48.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "3544e1e5-febb-4596-964e-1a53f9d26ab6", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:13:48Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-12T09:12:11Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:77:d2", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:77:d2", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ac:00:39", "version": 4, "addr": "192.168.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/24234aa3-febc-4826-8d67-0c33e6f38782", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/24234aa3-febc-4826-8d67-0c33e6f38782", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:12:00.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "24234aa3-febc-4826-8d67-0c33e6f38782", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:12:00Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "ns.clearwater.opnfv", "created": "2018-08-12T09:10:20Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:15:24,930 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-a184c207-afe3-46f9-b8a1-4b80981de747 2018-08-12 09:15:24,930 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.932636022568s 2018-08-12 09:15:24,931 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-a184c207-afe3-46f9-b8a1-4b80981de747 2018-08-12 09:15:24,939 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-12 09:15:24,941 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd/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}d584eff3730be386f99aabb4bf64013d89965dc6" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 09:15:25,014 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09: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,Accept-Encoding x-openstack-request-id: req-61963ab8-acd5-4d91-8422-e82e769c3218 x-compute-request-id: req-61963ab8-acd5-4d91-8422-e82e769c3218 Content-Encoding: gzip Content-Length: 8554 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 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] 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-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] 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] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\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 2 CPUs, 0 hotplug CPUs\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 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008016] Security Framework initialized\n[ 0.008913] AppArmor: AppArmor initialized\n[ 0.009837] Yama: becoming mindful.\n[ 0.010748] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.013325] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.015408] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.016006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.017778] Initializing cgroup subsys memory\n[ 0.018719] Initializing cgroup subsys devices\n[ 0.020003] Initializing cgroup subsys freezer\n[ 0.021086] Initializing cgroup subsys blkio\n[ 0.021991] Initializing cgroup subsys perf_event\n[ 0.022999] Initializing cgroup subsys hugetlb\n[ 0.024056] CPU: Physical Processor ID: 0\n[ 0.024946] FEATURE SPEC_CTRL Not Present\n[ 0.026471] mce: CPU supports 10 MCE banks\n[ 0.028035] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.028035] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.030137] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.031421] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.032003] Speculative Store Bypass: Vulnerable\n[ 0.033566] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000)\n[ 0.038566] ACPI: Core revision 20131115\n[ 0.040460] ACPI: All ACPI Tables successfully acquired\n[ 0.041709] ftrace: allocating 28727 entries in 113 pages\n[ 0.060291] Enabling x2apic\n[ 0.061073] Enabled x2apic\n[ 0.061964] Switched APIC routing to physical x2apic.\n[ 0.064919] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.066290] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.069066] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.076856] KVM setup paravirtual spinlock\n[ 0.079139] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.080155] x86: Booting SMP configuration:\n[ 0.081281] .... node #0, CPUs: #1[ 0.079106] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.096026] x86: Booted up 1 node, 2 CPUs\n[ 0.096018] KVM setup async PF for cpu 1\n[ 0.096020] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.099631] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.100348] devtmpfs: initialized\n[ 0.102632] EVM: security.selinux\n[ 0.104005] EVM: security.SMACK64\n[ 0.104954] EVM: security.ima\n[ 0.105920] EVM: security.capability\n[ 0.108118] pinctrl core: initialized pinctrl subsystem\n[ 0.109704] regulator-dummy: no parameters\n[ 0.110929] RTC time: 9:14:42, date: 08/12/18\n[ 0.112038] NET: Registered protocol family 16\n[ 0.113457] cpuidle: using governor ladder\n[ 0.114609] cpuidle: using governor menu\n[ 0.115850] ACPI: bus type PCI registered\n[ 0.116004] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.117746] PCI: Using configuration type 1 for base access\n[ 0.120038] bio: create slab at 0\n[ 0.121189] ACPI: Added _OSI(Module Device)\n[ 0.121189] ACPI: Added _OSI(Processor Device)\n[ 0.122213] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.124005] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.126110] ACPI: Interpreter enabled\n[ 0.127154] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.129830] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.132005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.134822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.136755] ACPI: (supports S0 S5)\n[ 0.137721] ACPI: Using IOAPIC for interrupt routing\n[ 0.139117] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.140200] ACPI: No dock devices found.\n[ 0.143264] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.144008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.145991] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.147946] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.148206] acpiphp: Slot [3] registered\n[ 0.149509] acpiphp: Slot [4] registered\n[ 0.150716] acpiphp: Slot [5] registered\n[ 0.151857] acpiphp: Slot [6] registered\n[ 0.152020] acpiphp: Slot [7] registered\n[ 0.153216] acpiphp: Slot [8] registered\n[ 0.154428] acpiphp: Slot [9] registered\n[ 0.155633] acpiphp: Slot [10] registered\n[ 0.156024] acpiphp: Slot [11] registered\n[ 0.157002] acpiphp: Slot [12] registered\n[ 0.157975] acpiphp: Slot [13] registered\n[ 0.158963] acpiphp: Slot [14] registered\n[ 0.159983] acpiphp: Slot [15] registered\n[ 0.160023] acpiphp: Slot [16] registered\n[ 0.160985] acpiphp: Slot [17] registered\n[ 0.161921] acpiphp: Slot [18] registered\n[ 0.162915] acpiphp: Slot [19] registered\n[ 0.163849] acpiphp: Slot [20] registered\n[ 0.164031] acpiphp: Slot [21] registered\n[ 0.164958] acpiphp: Slot [22] registered\n[ 0.165998] acpiphp: Slot [23] registered\n[ 0.166930] acpiphp: Slot [24] registered\n[ 0.167875] acpiphp: Slot [25] registered\n[ 0.168028] acpiphp: Slot [26] registered\n[ 0.168961] acpiphp: Slot [27] registered\n[ 0.169925] acpiphp: Slot [28] registered\n[ 0.170792] acpiphp: Slot [29] registered\n[ 0.171685] acpiphp: Slot [30] registered\n[ 0.172025] acpiphp: Slot [31] registered\n[ 0.172955] PCI host bridge to bus 0000:00\n[ 0.173880] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.175056] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.176004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.177251] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.178637] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.180006] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.186663] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.188013] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.215762] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.216865] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.218635] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.220322] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.221905] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.223587] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.224212] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.225252] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.227068] vgaarb: loaded\n[ 0.228003] vgaarb: bridge control possible 0000:00:02.0\n[ 0.229353] SCSI subsystem initialized\n[ 0.230422] ACPI: bus type USB registered\n[ 0.230422] usbcore: registered new interface driver usbfs\n[ 0.232012] usbcore: registered new interface driver hub\n[ 0.233326] usbcore: registered new device driver usb\n[ 0.233326] PCI: Using ACPI for IRQ routing\n[ 0.233326] NetLabel: Initializing\n[ 0.236006] NetLabel: domain hash size = 128\n[ 0.237063] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.238225] NetLabel: unlabeled traffic allowed by default\n[ 0.239575] Switched to clocksource kvm-clock\n[ 0.243616] AppArmor: AppArmor Filesystem Enabled\n[ 0.248321] pnp: PnP ACPI init\n[ 0.249466] ACPI: bus type PNP registered\n[ 0.251582] pnp: PnP ACPI: found 8 devices\n[ 0.252803] ACPI: bus type PNP unregistered\n[ 0.261343] NET: Registered protocol family 2\n[ 0.264264] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.266656] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.268553] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.270455] TCP: reno registered\n[ 0.271435] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.273178] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.275209] NET: Registered protocol family 1\n[ 0.276622] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.278372] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.279968] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.302269] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.325219] Trying to unpack rootfs image as initramfs...\n[ 0.418311] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.421287] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.423023] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.424607] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.427280] Scanning for low memory corruption every 60 seconds\n[ 0.429647] Initialise system trusted keyring\n[ 0.430835] audit: initializing netlink socket (disabled)\n[ 0.432157] type=2000 audit(1534065282.709:1): initialized\n[ 0.452031] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.454301] zbud: loaded\n[ 0.455252] VFS: Disk quotas dquot_6.5.2\n[ 0.456290] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.458115] fuse init (API version 7.22)\n[ 0.459227] msgmni has been set to 3997\n[ 0.460283] Key type big_key registered\n[ 0.461536] Key type asymmetric registered\n[ 0.462587] Asymmetric key parser 'x509' registered\n[ 0.463741] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.465576] io scheduler noop registered\n[ 0.466507] io scheduler deadline registered (default)\n[ 0.467638] io scheduler cfq registered\n[ 0.468678] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.469970] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.471482] ipmi message handler version 39.2\n[ 0.472595] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.474326] ACPI: Power Button [PWRF]\n[ 0.475394] GHES: HEST is not enabled!\n[ 0.497489] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.542062] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564583] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.566613] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590635] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593137] Linux agpgart interface v0.103\n[ 0.595007] brd: module loaded\n[ 0.596218] loop: module loaded\n[ 0.597375] blk-mq: CPU -> queue map\n[ 0.598285] CPU 0 -> Queue 0\n[ 0.599042] CPU 1 -> Queue 0\n[ 0.600473] vda: vda1\n[ 0.601881] scsi0 : ata_piix\n[ 0.602665] scsi1 : ata_piix\n[ 0.603381] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.604747] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.606311] libphy: Fixed MDIO Bus: probed\n[ 0.607293] tun: Universal TUN/TAP device driver, 1.6\n[ 0.608367] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.611003] PPP generic driver version 2.4.2\n[ 0.612023] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.613322] ehci-pci: EHCI PCI platform driver\n[ 0.614273] ehci-platform: EHCI generic platform driver\n[ 0.615386] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.616641] ohci-pci: OHCI PCI platform driver\n[ 0.617624] ohci-platform: OHCI generic platform driver\n[ 0.618701] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.640745] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.641845] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.643461] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.644695] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646020] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647550] usb usb1: Product: UHCI Host Controller\n[ 0.648565] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd\n[ 0.649920] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651116] hub 1-0:1.0: USB hub found\n[ 0.652166] hub 1-0:1.0: 2 ports detected\n[ 0.653393] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655673] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656701] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657858] mousedev: PS/2 mouse device common for all mice\n[ 0.659249] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.661121] rtc_cmos 00:00: RTC can wake from S4\n[ 0.662782] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.664550] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.666329] device-mapper: uevent: version 1.0.3\n[ 0.667736] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.670130] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.671824] TCP: cubic registered\n[ 0.672903] NET: Registered protocol family 10\n[ 0.674394] NET: Registered protocol family 17\n[ 0.675733] Key type dns_resolver registered\n[ 0.677151] Loading compiled-in X.509 certificates\n[ 0.679026] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0'\n[ 0.681691] registered taskstats version 1\n[ 0.692859] Key type trusted registered\n[ 0.696517] Key type encrypted registered\n[ 0.697497] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.698946] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.700888] regulator-dummy: disabling\n[ 0.701901] Magic number: 14:35:222\n[ 0.703011] rtc_cmos 00:00: setting system clock to 2018-08-12 09:14:43 UTC (1534065283)\n[ 0.704889] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.706135] EDD information not available.\n[ 0.761384] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000)\n[ 0.763225] Write protecting the kernel read-only data: 12288k\n[ 0.764990] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000)\n[ 0.767838] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.781703] systemd-udevd[107]: starting version 204\n[ 0.820635] FDC 0 is a S82078B\n[ 0.964059] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.124684] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.126110] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.127461] usb 1-1: Product: QEMU USB Tablet\n[ 1.128372] usb 1-1: Manufacturer: QEMU\n[ 1.129215] usb 1-1: SerialNumber: 42\n[ 1.420090] tsc: Refined TSC clocksource calibration: 3491.877 MHz\n[ 1.845302] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.096165] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.184699] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n[ 2.283393] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sun, 12 Aug 2018 09:14:45 +0000. Up 2.66 seconds.\ncloud-init-nonet[2.85]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting cold plug devices[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\ncloud-init-nonet[9.46]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sun, 12 Aug 2018 09:14:52 +0000. Up 9.59 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:f8:47:bc |\nci-info: | eth0 | True | 192.168.0.6 | 255.255.255.0 | fa:16:3e:a0:8c:69 |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.2 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n"} 2018-08-12 09:15:25,015 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd/action used request id req-61963ab8-acd5-4d91-8422-e82e769c3218 2018-08-12 09:15:25,015 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0759179592133s 2018-08-12 09:15:25,016 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd/action used request id req-61963ab8-acd5-4d91-8422-e82e769c3218 2018-08-12 09:15:25,016 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-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] 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-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] 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] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 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 2 CPUs, 0 hotplug CPUs [ 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 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008016] Security Framework initialized [ 0.008913] AppArmor: AppArmor initialized [ 0.009837] Yama: becoming mindful. [ 0.010748] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.013325] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.015408] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.016006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.017778] Initializing cgroup subsys memory [ 0.018719] Initializing cgroup subsys devices [ 0.020003] Initializing cgroup subsys freezer [ 0.021086] Initializing cgroup subsys blkio [ 0.021991] Initializing cgroup subsys perf_event [ 0.022999] Initializing cgroup subsys hugetlb [ 0.024056] CPU: Physical Processor ID: 0 [ 0.024946] FEATURE SPEC_CTRL Not Present [ 0.026471] mce: CPU supports 10 MCE banks [ 0.028035] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.028035] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.030137] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.031421] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.032003] Speculative Store Bypass: Vulnerable [ 0.033566] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000) [ 0.038566] ACPI: Core revision 20131115 [ 0.040460] ACPI: All ACPI Tables successfully acquired [ 0.041709] ftrace: allocating 28727 entries in 113 pages [ 0.060291] Enabling x2apic [ 0.061073] Enabled x2apic [ 0.061964] Switched APIC routing to physical x2apic. [ 0.064919] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.066290] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.069066] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.076856] KVM setup paravirtual spinlock [ 0.079139] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.080155] x86: Booting SMP configuration: [ 0.081281] .... node #0, CPUs: #1[ 0.079106] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.096026] x86: Booted up 1 node, 2 CPUs [ 0.096018] KVM setup async PF for cpu 1 [ 0.096020] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.099631] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.100348] devtmpfs: initialized [ 0.102632] EVM: security.selinux [ 0.104005] EVM: security.SMACK64 [ 0.104954] EVM: security.ima [ 0.105920] EVM: security.capability [ 0.108118] pinctrl core: initialized pinctrl subsystem [ 0.109704] regulator-dummy: no parameters [ 0.110929] RTC time: 9:14:42, date: 08/12/18 [ 0.112038] NET: Registered protocol family 16 [ 0.113457] cpuidle: using governor ladder [ 0.114609] cpuidle: using governor menu [ 0.115850] ACPI: bus type PCI registered [ 0.116004] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.117746] PCI: Using configuration type 1 for base access [ 0.120038] bio: create slab at 0 [ 0.121189] ACPI: Added _OSI(Module Device) [ 0.121189] ACPI: Added _OSI(Processor Device) [ 0.122213] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.124005] ACPI: Added _OSI(Processor Aggregator Device) [ 0.126110] ACPI: Interpreter enabled [ 0.127154] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.129830] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.132005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.134822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.136755] ACPI: (supports S0 S5) [ 0.137721] ACPI: Using IOAPIC for interrupt routing [ 0.139117] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.140200] ACPI: No dock devices found. [ 0.143264] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.144008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.145991] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.147946] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.148206] acpiphp: Slot [3] registered [ 0.149509] acpiphp: Slot [4] registered [ 0.150716] acpiphp: Slot [5] registered [ 0.151857] acpiphp: Slot [6] registered [ 0.152020] acpiphp: Slot [7] registered [ 0.153216] acpiphp: Slot [8] registered [ 0.154428] acpiphp: Slot [9] registered [ 0.155633] acpiphp: Slot [10] registered [ 0.156024] acpiphp: Slot [11] registered [ 0.157002] acpiphp: Slot [12] registered [ 0.157975] acpiphp: Slot [13] registered [ 0.158963] acpiphp: Slot [14] registered [ 0.159983] acpiphp: Slot [15] registered [ 0.160023] acpiphp: Slot [16] registered [ 0.160985] acpiphp: Slot [17] registered [ 0.161921] acpiphp: Slot [18] registered [ 0.162915] acpiphp: Slot [19] registered [ 0.163849] acpiphp: Slot [20] registered [ 0.164031] acpiphp: Slot [21] registered [ 0.164958] acpiphp: Slot [22] registered [ 0.165998] acpiphp: Slot [23] registered [ 0.166930] acpiphp: Slot [24] registered [ 0.167875] acpiphp: Slot [25] registered [ 0.168028] acpiphp: Slot [26] registered [ 0.168961] acpiphp: Slot [27] registered [ 0.169925] acpiphp: Slot [28] registered [ 0.170792] acpiphp: Slot [29] registered [ 0.171685] acpiphp: Slot [30] registered [ 0.172025] acpiphp: Slot [31] registered [ 0.172955] PCI host bridge to bus 0000:00 [ 0.173880] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.175056] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.176004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.177251] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.178637] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.180006] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.186663] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.188013] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.215762] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.216865] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.218635] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.220322] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.221905] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.223587] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.224212] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.225252] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.227068] vgaarb: loaded [ 0.228003] vgaarb: bridge control possible 0000:00:02.0 [ 0.229353] SCSI subsystem initialized [ 0.230422] ACPI: bus type USB registered [ 0.230422] usbcore: registered new interface driver usbfs [ 0.232012] usbcore: registered new interface driver hub [ 0.233326] usbcore: registered new device driver usb [ 0.233326] PCI: Using ACPI for IRQ routing [ 0.233326] NetLabel: Initializing [ 0.236006] NetLabel: domain hash size = 128 [ 0.237063] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.238225] NetLabel: unlabeled traffic allowed by default [ 0.239575] Switched to clocksource kvm-clock [ 0.243616] AppArmor: AppArmor Filesystem Enabled [ 0.248321] pnp: PnP ACPI init [ 0.249466] ACPI: bus type PNP registered [ 0.251582] pnp: PnP ACPI: found 8 devices [ 0.252803] ACPI: bus type PNP unregistered [ 0.261343] NET: Registered protocol family 2 [ 0.264264] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.266656] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.268553] TCP: Hash tables configured (established 16384 bind 16384) [ 0.270455] TCP: reno registered [ 0.271435] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.273178] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.275209] NET: Registered protocol family 1 [ 0.276622] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.278372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.279968] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.302269] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.325219] Trying to unpack rootfs image as initramfs... [ 0.418311] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.421287] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.423023] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.424607] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.427280] Scanning for low memory corruption every 60 seconds [ 0.429647] Initialise system trusted keyring [ 0.430835] audit: initializing netlink socket (disabled) [ 0.432157] type=2000 audit(1534065282.709:1): initialized [ 0.452031] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.454301] zbud: loaded [ 0.455252] VFS: Disk quotas dquot_6.5.2 [ 0.456290] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.458115] fuse init (API version 7.22) [ 0.459227] msgmni has been set to 3997 [ 0.460283] Key type big_key registered [ 0.461536] Key type asymmetric registered [ 0.462587] Asymmetric key parser 'x509' registered [ 0.463741] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.465576] io scheduler noop registered [ 0.466507] io scheduler deadline registered (default) [ 0.467638] io scheduler cfq registered [ 0.468678] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.469970] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.471482] ipmi message handler version 39.2 [ 0.472595] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.474326] ACPI: Power Button [PWRF] [ 0.475394] GHES: HEST is not enabled! [ 0.497489] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.542062] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.564583] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.566613] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.590635] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.593137] Linux agpgart interface v0.103 [ 0.595007] brd: module loaded [ 0.596218] loop: module loaded [ 0.597375] blk-mq: CPU -> queue map [ 0.598285] CPU 0 -> Queue 0 [ 0.599042] CPU 1 -> Queue 0 [ 0.600473] vda: vda1 [ 0.601881] scsi0 : ata_piix [ 0.602665] scsi1 : ata_piix [ 0.603381] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.604747] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.606311] libphy: Fixed MDIO Bus: probed [ 0.607293] tun: Universal TUN/TAP device driver, 1.6 [ 0.608367] tun: (C) 1999-2004 Max Krasnyansky [ 0.611003] PPP generic driver version 2.4.2 [ 0.612023] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.613322] ehci-pci: EHCI PCI platform driver [ 0.614273] ehci-platform: EHCI generic platform driver [ 0.615386] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.616641] ohci-pci: OHCI PCI platform driver [ 0.617624] ohci-platform: OHCI generic platform driver [ 0.618701] uhci_hcd: USB Universal Host Controller Interface driver [ 0.640745] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.641845] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.643461] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.644695] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.646020] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.647550] usb usb1: Product: UHCI Host Controller [ 0.648565] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd [ 0.649920] usb usb1: SerialNumber: 0000:00:01.2 [ 0.651116] hub 1-0:1.0: USB hub found [ 0.652166] hub 1-0:1.0: 2 ports detected [ 0.653393] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.655673] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.656701] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.657858] mousedev: PS/2 mouse device common for all mice [ 0.659249] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.661121] rtc_cmos 00:00: RTC can wake from S4 [ 0.662782] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.664550] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.666329] device-mapper: uevent: version 1.0.3 [ 0.667736] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.670130] ledtrig-cpu: registered to indicate activity on CPUs [ 0.671824] TCP: cubic registered [ 0.672903] NET: Registered protocol family 10 [ 0.674394] NET: Registered protocol family 17 [ 0.675733] Key type dns_resolver registered [ 0.677151] Loading compiled-in X.509 certificates [ 0.679026] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0' [ 0.681691] registered taskstats version 1 [ 0.692859] Key type trusted registered [ 0.696517] Key type encrypted registered [ 0.697497] AppArmor: AppArmor sha1 policy hashing enabled [ 0.698946] IMA: No TPM chip found, activating TPM-bypass! [ 0.700888] regulator-dummy: disabling [ 0.701901] Magic number: 14:35:222 [ 0.703011] rtc_cmos 00:00: setting system clock to 2018-08-12 09:14:43 UTC (1534065283) [ 0.704889] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.706135] EDD information not available. [ 0.761384] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000) [ 0.763225] Write protecting the kernel read-only data: 12288k [ 0.764990] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000) [ 0.767838] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.781703] systemd-udevd[107]: starting version 204 [ 0.820635] FDC 0 is a S82078B [ 0.964059] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.124684] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.126110] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.127461] usb 1-1: Product: QEMU USB Tablet [ 1.128372] usb 1-1: Manufacturer: QEMU [ 1.129215] usb 1-1: SerialNumber: 42 [ 1.420090] tsc: Refined TSC clocksource calibration: 3491.877 MHz [ 1.845302] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.096165] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.184699] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] [ 2.283393] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sun, 12 Aug 2018 09:14:45 +0000. Up 2.66 seconds. cloud-init-nonet[2.85]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting cold plug devices[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] cloud-init-nonet[9.46]: static networking is now up * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sun, 12 Aug 2018 09:14:52 +0000. Up 9.59 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:f8:47:bc | ci-info: | eth0 | True | 192.168.0.6 | 255.255.255.0 | fa:16:3e:a0:8c:69 | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.2 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ 2018-08-12 09:15:25,017 - functest.core.singlevm - DEBUG - try 3: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-12 09:15:35,027 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:15:35,030 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:15:35,648 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:15: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-88cffb77-7e0a-438d-b7de-17f330ecdeee x-compute-request-id: req-88cffb77-7e0a-438d-b7de-17f330ecdeee Content-Encoding: gzip Content-Length: 1505 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:8c:69", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:8c:69", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:47:bc", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:47:bc", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/0d05f869-c182-4a19-86bf-4ac078c523fd", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:41.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "0d05f869-c182-4a19-86bf-4ac078c523fd", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:41Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "homer-0.clearwater.opnfv", "created": "2018-08-12T09:14:06Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:24:50", "version": 4, "addr": "192.168.0.22", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:24:50", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:35:db:99", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/1c9b6e42-b18c-407e-8d00-9077025769fd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1c9b6e42-b18c-407e-8d00-9077025769fd", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:39.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "1c9b6e42-b18c-407e-8d00-9077025769fd", "security_groups": [{"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:39Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "dime-0.clearwater.opnfv", "created": "2018-08-12T09:14:05Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:73:af", "version": 4, "addr": "192.168.0.17", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:73:af", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:b9:f2", "version": 4, "addr": "192.168.1.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:b9:f2", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:41.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:41Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "bono-0.clearwater.opnfv", "created": "2018-08-12T09:14:05Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:27:6c", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:27:6c", "version": 4, "addr": "172.30.9.216", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:82:86", "version": 4, "addr": "192.168.1.24", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/566a63cc-7490-4385-b2ac-bfb24030a031", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/566a63cc-7490-4385-b2ac-bfb24030a031", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:34.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "566a63cc-7490-4385-b2ac-bfb24030a031", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:34Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-12T09:14:04Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:9d:e5", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:9d:e5", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b4:d8:25", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/7a80620a-d807-4698-b6c3-7c140a7b5157", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/7a80620a-d807-4698-b6c3-7c140a7b5157", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:25.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "7a80620a-d807-4698-b6c3-7c140a7b5157", "security_groups": [{"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:25Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-12T09:14:04Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:ca:f6", "version": 4, "addr": "192.168.0.23", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:ca:f6", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/3544e1e5-febb-4596-964e-1a53f9d26ab6", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/3544e1e5-febb-4596-964e-1a53f9d26ab6", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:13:48.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "3544e1e5-febb-4596-964e-1a53f9d26ab6", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:13:48Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-12T09:12:11Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:77:d2", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:77:d2", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ac:00:39", "version": 4, "addr": "192.168.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/24234aa3-febc-4826-8d67-0c33e6f38782", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/24234aa3-febc-4826-8d67-0c33e6f38782", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:12:00.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "24234aa3-febc-4826-8d67-0c33e6f38782", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:12:00Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "ns.clearwater.opnfv", "created": "2018-08-12T09:10:20Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:15:35,648 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-88cffb77-7e0a-438d-b7de-17f330ecdeee 2018-08-12 09:15:35,648 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.621007919312s 2018-08-12 09:15:35,649 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-88cffb77-7e0a-438d-b7de-17f330ecdeee 2018-08-12 09:15:35,656 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-12 09:15:35,658 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd/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}d584eff3730be386f99aabb4bf64013d89965dc6" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 09:15:35,752 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:15: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-31fe66b7-9f83-4b11-88d6-40f1efebe08b x-compute-request-id: req-31fe66b7-9f83-4b11-88d6-40f1efebe08b Content-Encoding: gzip Content-Length: 8554 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 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] 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-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] 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] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\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 2 CPUs, 0 hotplug CPUs\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 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008016] Security Framework initialized\n[ 0.008913] AppArmor: AppArmor initialized\n[ 0.009837] Yama: becoming mindful.\n[ 0.010748] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.013325] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.015408] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.016006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.017778] Initializing cgroup subsys memory\n[ 0.018719] Initializing cgroup subsys devices\n[ 0.020003] Initializing cgroup subsys freezer\n[ 0.021086] Initializing cgroup subsys blkio\n[ 0.021991] Initializing cgroup subsys perf_event\n[ 0.022999] Initializing cgroup subsys hugetlb\n[ 0.024056] CPU: Physical Processor ID: 0\n[ 0.024946] FEATURE SPEC_CTRL Not Present\n[ 0.026471] mce: CPU supports 10 MCE banks\n[ 0.028035] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.028035] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.030137] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.031421] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.032003] Speculative Store Bypass: Vulnerable\n[ 0.033566] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000)\n[ 0.038566] ACPI: Core revision 20131115\n[ 0.040460] ACPI: All ACPI Tables successfully acquired\n[ 0.041709] ftrace: allocating 28727 entries in 113 pages\n[ 0.060291] Enabling x2apic\n[ 0.061073] Enabled x2apic\n[ 0.061964] Switched APIC routing to physical x2apic.\n[ 0.064919] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.066290] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.069066] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.076856] KVM setup paravirtual spinlock\n[ 0.079139] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.080155] x86: Booting SMP configuration:\n[ 0.081281] .... node #0, CPUs: #1[ 0.079106] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.096026] x86: Booted up 1 node, 2 CPUs\n[ 0.096018] KVM setup async PF for cpu 1\n[ 0.096020] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.099631] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.100348] devtmpfs: initialized\n[ 0.102632] EVM: security.selinux\n[ 0.104005] EVM: security.SMACK64\n[ 0.104954] EVM: security.ima\n[ 0.105920] EVM: security.capability\n[ 0.108118] pinctrl core: initialized pinctrl subsystem\n[ 0.109704] regulator-dummy: no parameters\n[ 0.110929] RTC time: 9:14:42, date: 08/12/18\n[ 0.112038] NET: Registered protocol family 16\n[ 0.113457] cpuidle: using governor ladder\n[ 0.114609] cpuidle: using governor menu\n[ 0.115850] ACPI: bus type PCI registered\n[ 0.116004] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.117746] PCI: Using configuration type 1 for base access\n[ 0.120038] bio: create slab at 0\n[ 0.121189] ACPI: Added _OSI(Module Device)\n[ 0.121189] ACPI: Added _OSI(Processor Device)\n[ 0.122213] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.124005] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.126110] ACPI: Interpreter enabled\n[ 0.127154] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.129830] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.132005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.134822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.136755] ACPI: (supports S0 S5)\n[ 0.137721] ACPI: Using IOAPIC for interrupt routing\n[ 0.139117] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.140200] ACPI: No dock devices found.\n[ 0.143264] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.144008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.145991] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.147946] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.148206] acpiphp: Slot [3] registered\n[ 0.149509] acpiphp: Slot [4] registered\n[ 0.150716] acpiphp: Slot [5] registered\n[ 0.151857] acpiphp: Slot [6] registered\n[ 0.152020] acpiphp: Slot [7] registered\n[ 0.153216] acpiphp: Slot [8] registered\n[ 0.154428] acpiphp: Slot [9] registered\n[ 0.155633] acpiphp: Slot [10] registered\n[ 0.156024] acpiphp: Slot [11] registered\n[ 0.157002] acpiphp: Slot [12] registered\n[ 0.157975] acpiphp: Slot [13] registered\n[ 0.158963] acpiphp: Slot [14] registered\n[ 0.159983] acpiphp: Slot [15] registered\n[ 0.160023] acpiphp: Slot [16] registered\n[ 0.160985] acpiphp: Slot [17] registered\n[ 0.161921] acpiphp: Slot [18] registered\n[ 0.162915] acpiphp: Slot [19] registered\n[ 0.163849] acpiphp: Slot [20] registered\n[ 0.164031] acpiphp: Slot [21] registered\n[ 0.164958] acpiphp: Slot [22] registered\n[ 0.165998] acpiphp: Slot [23] registered\n[ 0.166930] acpiphp: Slot [24] registered\n[ 0.167875] acpiphp: Slot [25] registered\n[ 0.168028] acpiphp: Slot [26] registered\n[ 0.168961] acpiphp: Slot [27] registered\n[ 0.169925] acpiphp: Slot [28] registered\n[ 0.170792] acpiphp: Slot [29] registered\n[ 0.171685] acpiphp: Slot [30] registered\n[ 0.172025] acpiphp: Slot [31] registered\n[ 0.172955] PCI host bridge to bus 0000:00\n[ 0.173880] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.175056] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.176004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.177251] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.178637] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.180006] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.186663] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.188013] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.215762] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.216865] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.218635] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.220322] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.221905] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.223587] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.224212] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.225252] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.227068] vgaarb: loaded\n[ 0.228003] vgaarb: bridge control possible 0000:00:02.0\n[ 0.229353] SCSI subsystem initialized\n[ 0.230422] ACPI: bus type USB registered\n[ 0.230422] usbcore: registered new interface driver usbfs\n[ 0.232012] usbcore: registered new interface driver hub\n[ 0.233326] usbcore: registered new device driver usb\n[ 0.233326] PCI: Using ACPI for IRQ routing\n[ 0.233326] NetLabel: Initializing\n[ 0.236006] NetLabel: domain hash size = 128\n[ 0.237063] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.238225] NetLabel: unlabeled traffic allowed by default\n[ 0.239575] Switched to clocksource kvm-clock\n[ 0.243616] AppArmor: AppArmor Filesystem Enabled\n[ 0.248321] pnp: PnP ACPI init\n[ 0.249466] ACPI: bus type PNP registered\n[ 0.251582] pnp: PnP ACPI: found 8 devices\n[ 0.252803] ACPI: bus type PNP unregistered\n[ 0.261343] NET: Registered protocol family 2\n[ 0.264264] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.266656] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.268553] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.270455] TCP: reno registered\n[ 0.271435] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.273178] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.275209] NET: Registered protocol family 1\n[ 0.276622] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.278372] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.279968] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.302269] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.325219] Trying to unpack rootfs image as initramfs...\n[ 0.418311] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.421287] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.423023] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.424607] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.427280] Scanning for low memory corruption every 60 seconds\n[ 0.429647] Initialise system trusted keyring\n[ 0.430835] audit: initializing netlink socket (disabled)\n[ 0.432157] type=2000 audit(1534065282.709:1): initialized\n[ 0.452031] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.454301] zbud: loaded\n[ 0.455252] VFS: Disk quotas dquot_6.5.2\n[ 0.456290] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.458115] fuse init (API version 7.22)\n[ 0.459227] msgmni has been set to 3997\n[ 0.460283] Key type big_key registered\n[ 0.461536] Key type asymmetric registered\n[ 0.462587] Asymmetric key parser 'x509' registered\n[ 0.463741] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.465576] io scheduler noop registered\n[ 0.466507] io scheduler deadline registered (default)\n[ 0.467638] io scheduler cfq registered\n[ 0.468678] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.469970] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.471482] ipmi message handler version 39.2\n[ 0.472595] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.474326] ACPI: Power Button [PWRF]\n[ 0.475394] GHES: HEST is not enabled!\n[ 0.497489] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.542062] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564583] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.566613] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590635] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593137] Linux agpgart interface v0.103\n[ 0.595007] brd: module loaded\n[ 0.596218] loop: module loaded\n[ 0.597375] blk-mq: CPU -> queue map\n[ 0.598285] CPU 0 -> Queue 0\n[ 0.599042] CPU 1 -> Queue 0\n[ 0.600473] vda: vda1\n[ 0.601881] scsi0 : ata_piix\n[ 0.602665] scsi1 : ata_piix\n[ 0.603381] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.604747] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.606311] libphy: Fixed MDIO Bus: probed\n[ 0.607293] tun: Universal TUN/TAP device driver, 1.6\n[ 0.608367] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.611003] PPP generic driver version 2.4.2\n[ 0.612023] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.613322] ehci-pci: EHCI PCI platform driver\n[ 0.614273] ehci-platform: EHCI generic platform driver\n[ 0.615386] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.616641] ohci-pci: OHCI PCI platform driver\n[ 0.617624] ohci-platform: OHCI generic platform driver\n[ 0.618701] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.640745] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.641845] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.643461] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.644695] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646020] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647550] usb usb1: Product: UHCI Host Controller\n[ 0.648565] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd\n[ 0.649920] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651116] hub 1-0:1.0: USB hub found\n[ 0.652166] hub 1-0:1.0: 2 ports detected\n[ 0.653393] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655673] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656701] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657858] mousedev: PS/2 mouse device common for all mice\n[ 0.659249] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.661121] rtc_cmos 00:00: RTC can wake from S4\n[ 0.662782] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.664550] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.666329] device-mapper: uevent: version 1.0.3\n[ 0.667736] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.670130] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.671824] TCP: cubic registered\n[ 0.672903] NET: Registered protocol family 10\n[ 0.674394] NET: Registered protocol family 17\n[ 0.675733] Key type dns_resolver registered\n[ 0.677151] Loading compiled-in X.509 certificates\n[ 0.679026] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0'\n[ 0.681691] registered taskstats version 1\n[ 0.692859] Key type trusted registered\n[ 0.696517] Key type encrypted registered\n[ 0.697497] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.698946] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.700888] regulator-dummy: disabling\n[ 0.701901] Magic number: 14:35:222\n[ 0.703011] rtc_cmos 00:00: setting system clock to 2018-08-12 09:14:43 UTC (1534065283)\n[ 0.704889] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.706135] EDD information not available.\n[ 0.761384] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000)\n[ 0.763225] Write protecting the kernel read-only data: 12288k\n[ 0.764990] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000)\n[ 0.767838] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.781703] systemd-udevd[107]: starting version 204\n[ 0.820635] FDC 0 is a S82078B\n[ 0.964059] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.124684] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.126110] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.127461] usb 1-1: Product: QEMU USB Tablet\n[ 1.128372] usb 1-1: Manufacturer: QEMU\n[ 1.129215] usb 1-1: SerialNumber: 42\n[ 1.420090] tsc: Refined TSC clocksource calibration: 3491.877 MHz\n[ 1.845302] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.096165] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.184699] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n[ 2.283393] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sun, 12 Aug 2018 09:14:45 +0000. Up 2.66 seconds.\ncloud-init-nonet[2.85]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting cold plug devices[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\ncloud-init-nonet[9.46]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sun, 12 Aug 2018 09:14:52 +0000. Up 9.59 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:f8:47:bc |\nci-info: | eth0 | True | 192.168.0.6 | 255.255.255.0 | fa:16:3e:a0:8c:69 |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.2 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n"} 2018-08-12 09:15:35,753 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd/action used request id req-31fe66b7-9f83-4b11-88d6-40f1efebe08b 2018-08-12 09:15:35,753 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0970430374146s 2018-08-12 09:15:35,754 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd/action used request id req-31fe66b7-9f83-4b11-88d6-40f1efebe08b 2018-08-12 09:15:35,754 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-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] 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-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] 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] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 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 2 CPUs, 0 hotplug CPUs [ 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 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008016] Security Framework initialized [ 0.008913] AppArmor: AppArmor initialized [ 0.009837] Yama: becoming mindful. [ 0.010748] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.013325] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.015408] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.016006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.017778] Initializing cgroup subsys memory [ 0.018719] Initializing cgroup subsys devices [ 0.020003] Initializing cgroup subsys freezer [ 0.021086] Initializing cgroup subsys blkio [ 0.021991] Initializing cgroup subsys perf_event [ 0.022999] Initializing cgroup subsys hugetlb [ 0.024056] CPU: Physical Processor ID: 0 [ 0.024946] FEATURE SPEC_CTRL Not Present [ 0.026471] mce: CPU supports 10 MCE banks [ 0.028035] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.028035] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.030137] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.031421] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.032003] Speculative Store Bypass: Vulnerable [ 0.033566] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000) [ 0.038566] ACPI: Core revision 20131115 [ 0.040460] ACPI: All ACPI Tables successfully acquired [ 0.041709] ftrace: allocating 28727 entries in 113 pages [ 0.060291] Enabling x2apic [ 0.061073] Enabled x2apic [ 0.061964] Switched APIC routing to physical x2apic. [ 0.064919] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.066290] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.069066] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.076856] KVM setup paravirtual spinlock [ 0.079139] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.080155] x86: Booting SMP configuration: [ 0.081281] .... node #0, CPUs: #1[ 0.079106] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.096026] x86: Booted up 1 node, 2 CPUs [ 0.096018] KVM setup async PF for cpu 1 [ 0.096020] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.099631] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.100348] devtmpfs: initialized [ 0.102632] EVM: security.selinux [ 0.104005] EVM: security.SMACK64 [ 0.104954] EVM: security.ima [ 0.105920] EVM: security.capability [ 0.108118] pinctrl core: initialized pinctrl subsystem [ 0.109704] regulator-dummy: no parameters [ 0.110929] RTC time: 9:14:42, date: 08/12/18 [ 0.112038] NET: Registered protocol family 16 [ 0.113457] cpuidle: using governor ladder [ 0.114609] cpuidle: using governor menu [ 0.115850] ACPI: bus type PCI registered [ 0.116004] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.117746] PCI: Using configuration type 1 for base access [ 0.120038] bio: create slab at 0 [ 0.121189] ACPI: Added _OSI(Module Device) [ 0.121189] ACPI: Added _OSI(Processor Device) [ 0.122213] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.124005] ACPI: Added _OSI(Processor Aggregator Device) [ 0.126110] ACPI: Interpreter enabled [ 0.127154] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.129830] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.132005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.134822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.136755] ACPI: (supports S0 S5) [ 0.137721] ACPI: Using IOAPIC for interrupt routing [ 0.139117] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.140200] ACPI: No dock devices found. [ 0.143264] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.144008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.145991] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.147946] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.148206] acpiphp: Slot [3] registered [ 0.149509] acpiphp: Slot [4] registered [ 0.150716] acpiphp: Slot [5] registered [ 0.151857] acpiphp: Slot [6] registered [ 0.152020] acpiphp: Slot [7] registered [ 0.153216] acpiphp: Slot [8] registered [ 0.154428] acpiphp: Slot [9] registered [ 0.155633] acpiphp: Slot [10] registered [ 0.156024] acpiphp: Slot [11] registered [ 0.157002] acpiphp: Slot [12] registered [ 0.157975] acpiphp: Slot [13] registered [ 0.158963] acpiphp: Slot [14] registered [ 0.159983] acpiphp: Slot [15] registered [ 0.160023] acpiphp: Slot [16] registered [ 0.160985] acpiphp: Slot [17] registered [ 0.161921] acpiphp: Slot [18] registered [ 0.162915] acpiphp: Slot [19] registered [ 0.163849] acpiphp: Slot [20] registered [ 0.164031] acpiphp: Slot [21] registered [ 0.164958] acpiphp: Slot [22] registered [ 0.165998] acpiphp: Slot [23] registered [ 0.166930] acpiphp: Slot [24] registered [ 0.167875] acpiphp: Slot [25] registered [ 0.168028] acpiphp: Slot [26] registered [ 0.168961] acpiphp: Slot [27] registered [ 0.169925] acpiphp: Slot [28] registered [ 0.170792] acpiphp: Slot [29] registered [ 0.171685] acpiphp: Slot [30] registered [ 0.172025] acpiphp: Slot [31] registered [ 0.172955] PCI host bridge to bus 0000:00 [ 0.173880] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.175056] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.176004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.177251] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.178637] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.180006] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.186663] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.188013] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.215762] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.216865] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.218635] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.220322] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.221905] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.223587] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.224212] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.225252] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.227068] vgaarb: loaded [ 0.228003] vgaarb: bridge control possible 0000:00:02.0 [ 0.229353] SCSI subsystem initialized [ 0.230422] ACPI: bus type USB registered [ 0.230422] usbcore: registered new interface driver usbfs [ 0.232012] usbcore: registered new interface driver hub [ 0.233326] usbcore: registered new device driver usb [ 0.233326] PCI: Using ACPI for IRQ routing [ 0.233326] NetLabel: Initializing [ 0.236006] NetLabel: domain hash size = 128 [ 0.237063] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.238225] NetLabel: unlabeled traffic allowed by default [ 0.239575] Switched to clocksource kvm-clock [ 0.243616] AppArmor: AppArmor Filesystem Enabled [ 0.248321] pnp: PnP ACPI init [ 0.249466] ACPI: bus type PNP registered [ 0.251582] pnp: PnP ACPI: found 8 devices [ 0.252803] ACPI: bus type PNP unregistered [ 0.261343] NET: Registered protocol family 2 [ 0.264264] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.266656] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.268553] TCP: Hash tables configured (established 16384 bind 16384) [ 0.270455] TCP: reno registered [ 0.271435] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.273178] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.275209] NET: Registered protocol family 1 [ 0.276622] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.278372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.279968] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.302269] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.325219] Trying to unpack rootfs image as initramfs... [ 0.418311] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.421287] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.423023] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.424607] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.427280] Scanning for low memory corruption every 60 seconds [ 0.429647] Initialise system trusted keyring [ 0.430835] audit: initializing netlink socket (disabled) [ 0.432157] type=2000 audit(1534065282.709:1): initialized [ 0.452031] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.454301] zbud: loaded [ 0.455252] VFS: Disk quotas dquot_6.5.2 [ 0.456290] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.458115] fuse init (API version 7.22) [ 0.459227] msgmni has been set to 3997 [ 0.460283] Key type big_key registered [ 0.461536] Key type asymmetric registered [ 0.462587] Asymmetric key parser 'x509' registered [ 0.463741] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.465576] io scheduler noop registered [ 0.466507] io scheduler deadline registered (default) [ 0.467638] io scheduler cfq registered [ 0.468678] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.469970] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.471482] ipmi message handler version 39.2 [ 0.472595] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.474326] ACPI: Power Button [PWRF] [ 0.475394] GHES: HEST is not enabled! [ 0.497489] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.542062] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.564583] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.566613] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.590635] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.593137] Linux agpgart interface v0.103 [ 0.595007] brd: module loaded [ 0.596218] loop: module loaded [ 0.597375] blk-mq: CPU -> queue map [ 0.598285] CPU 0 -> Queue 0 [ 0.599042] CPU 1 -> Queue 0 [ 0.600473] vda: vda1 [ 0.601881] scsi0 : ata_piix [ 0.602665] scsi1 : ata_piix [ 0.603381] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.604747] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.606311] libphy: Fixed MDIO Bus: probed [ 0.607293] tun: Universal TUN/TAP device driver, 1.6 [ 0.608367] tun: (C) 1999-2004 Max Krasnyansky [ 0.611003] PPP generic driver version 2.4.2 [ 0.612023] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.613322] ehci-pci: EHCI PCI platform driver [ 0.614273] ehci-platform: EHCI generic platform driver [ 0.615386] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.616641] ohci-pci: OHCI PCI platform driver [ 0.617624] ohci-platform: OHCI generic platform driver [ 0.618701] uhci_hcd: USB Universal Host Controller Interface driver [ 0.640745] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.641845] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.643461] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.644695] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.646020] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.647550] usb usb1: Product: UHCI Host Controller [ 0.648565] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd [ 0.649920] usb usb1: SerialNumber: 0000:00:01.2 [ 0.651116] hub 1-0:1.0: USB hub found [ 0.652166] hub 1-0:1.0: 2 ports detected [ 0.653393] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.655673] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.656701] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.657858] mousedev: PS/2 mouse device common for all mice [ 0.659249] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.661121] rtc_cmos 00:00: RTC can wake from S4 [ 0.662782] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.664550] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.666329] device-mapper: uevent: version 1.0.3 [ 0.667736] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.670130] ledtrig-cpu: registered to indicate activity on CPUs [ 0.671824] TCP: cubic registered [ 0.672903] NET: Registered protocol family 10 [ 0.674394] NET: Registered protocol family 17 [ 0.675733] Key type dns_resolver registered [ 0.677151] Loading compiled-in X.509 certificates [ 0.679026] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0' [ 0.681691] registered taskstats version 1 [ 0.692859] Key type trusted registered [ 0.696517] Key type encrypted registered [ 0.697497] AppArmor: AppArmor sha1 policy hashing enabled [ 0.698946] IMA: No TPM chip found, activating TPM-bypass! [ 0.700888] regulator-dummy: disabling [ 0.701901] Magic number: 14:35:222 [ 0.703011] rtc_cmos 00:00: setting system clock to 2018-08-12 09:14:43 UTC (1534065283) [ 0.704889] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.706135] EDD information not available. [ 0.761384] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000) [ 0.763225] Write protecting the kernel read-only data: 12288k [ 0.764990] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000) [ 0.767838] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.781703] systemd-udevd[107]: starting version 204 [ 0.820635] FDC 0 is a S82078B [ 0.964059] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.124684] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.126110] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.127461] usb 1-1: Product: QEMU USB Tablet [ 1.128372] usb 1-1: Manufacturer: QEMU [ 1.129215] usb 1-1: SerialNumber: 42 [ 1.420090] tsc: Refined TSC clocksource calibration: 3491.877 MHz [ 1.845302] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.096165] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.184699] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] [ 2.283393] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sun, 12 Aug 2018 09:14:45 +0000. Up 2.66 seconds. cloud-init-nonet[2.85]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting cold plug devices[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] cloud-init-nonet[9.46]: static networking is now up * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sun, 12 Aug 2018 09:14:52 +0000. Up 9.59 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:f8:47:bc | ci-info: | eth0 | True | 192.168.0.6 | 255.255.255.0 | fa:16:3e:a0:8c:69 | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.2 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ 2018-08-12 09:15:35,755 - functest.core.singlevm - DEBUG - try 4: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-12 09:15:45,766 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:15:45,769 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:15:46,537 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:15: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-0aa6bc00-adb9-4fc5-9862-6bbe321b3895 x-compute-request-id: req-0aa6bc00-adb9-4fc5-9862-6bbe321b3895 Content-Encoding: gzip Content-Length: 1505 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:8c:69", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:8c:69", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:47:bc", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:47:bc", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/0d05f869-c182-4a19-86bf-4ac078c523fd", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:41.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "0d05f869-c182-4a19-86bf-4ac078c523fd", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:41Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "homer-0.clearwater.opnfv", "created": "2018-08-12T09:14:06Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:24:50", "version": 4, "addr": "192.168.0.22", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:24:50", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:35:db:99", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/1c9b6e42-b18c-407e-8d00-9077025769fd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1c9b6e42-b18c-407e-8d00-9077025769fd", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:39.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "1c9b6e42-b18c-407e-8d00-9077025769fd", "security_groups": [{"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:39Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "dime-0.clearwater.opnfv", "created": "2018-08-12T09:14:05Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:73:af", "version": 4, "addr": "192.168.0.17", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:73:af", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:b9:f2", "version": 4, "addr": "192.168.1.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:b9:f2", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:41.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:41Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "bono-0.clearwater.opnfv", "created": "2018-08-12T09:14:05Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:27:6c", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:27:6c", "version": 4, "addr": "172.30.9.216", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:82:86", "version": 4, "addr": "192.168.1.24", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/566a63cc-7490-4385-b2ac-bfb24030a031", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/566a63cc-7490-4385-b2ac-bfb24030a031", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:34.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "566a63cc-7490-4385-b2ac-bfb24030a031", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:34Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-12T09:14:04Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:9d:e5", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:9d:e5", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b4:d8:25", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/7a80620a-d807-4698-b6c3-7c140a7b5157", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/7a80620a-d807-4698-b6c3-7c140a7b5157", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:25.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "7a80620a-d807-4698-b6c3-7c140a7b5157", "security_groups": [{"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:25Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-12T09:14:04Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:ca:f6", "version": 4, "addr": "192.168.0.23", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:ca:f6", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/3544e1e5-febb-4596-964e-1a53f9d26ab6", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/3544e1e5-febb-4596-964e-1a53f9d26ab6", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:13:48.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "3544e1e5-febb-4596-964e-1a53f9d26ab6", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:13:48Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-12T09:12:11Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:77:d2", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:77:d2", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ac:00:39", "version": 4, "addr": "192.168.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/24234aa3-febc-4826-8d67-0c33e6f38782", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/24234aa3-febc-4826-8d67-0c33e6f38782", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:12:00.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "24234aa3-febc-4826-8d67-0c33e6f38782", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:12:00Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "ns.clearwater.opnfv", "created": "2018-08-12T09:10:20Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:15:46,538 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-0aa6bc00-adb9-4fc5-9862-6bbe321b3895 2018-08-12 09:15:46,538 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.772034168243s 2018-08-12 09:15:46,539 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-0aa6bc00-adb9-4fc5-9862-6bbe321b3895 2018-08-12 09:15:46,545 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-12 09:15:46,548 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd/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}d584eff3730be386f99aabb4bf64013d89965dc6" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 09:15:46,623 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09: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-0f796f51-b0c8-4ed0-96b1-e7f944e8e3b9 x-compute-request-id: req-0f796f51-b0c8-4ed0-96b1-e7f944e8e3b9 Content-Encoding: gzip Content-Length: 8554 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 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] 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-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] 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] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\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 2 CPUs, 0 hotplug CPUs\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 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008016] Security Framework initialized\n[ 0.008913] AppArmor: AppArmor initialized\n[ 0.009837] Yama: becoming mindful.\n[ 0.010748] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.013325] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.015408] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.016006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.017778] Initializing cgroup subsys memory\n[ 0.018719] Initializing cgroup subsys devices\n[ 0.020003] Initializing cgroup subsys freezer\n[ 0.021086] Initializing cgroup subsys blkio\n[ 0.021991] Initializing cgroup subsys perf_event\n[ 0.022999] Initializing cgroup subsys hugetlb\n[ 0.024056] CPU: Physical Processor ID: 0\n[ 0.024946] FEATURE SPEC_CTRL Not Present\n[ 0.026471] mce: CPU supports 10 MCE banks\n[ 0.028035] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.028035] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.030137] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.031421] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.032003] Speculative Store Bypass: Vulnerable\n[ 0.033566] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000)\n[ 0.038566] ACPI: Core revision 20131115\n[ 0.040460] ACPI: All ACPI Tables successfully acquired\n[ 0.041709] ftrace: allocating 28727 entries in 113 pages\n[ 0.060291] Enabling x2apic\n[ 0.061073] Enabled x2apic\n[ 0.061964] Switched APIC routing to physical x2apic.\n[ 0.064919] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.066290] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.069066] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.076856] KVM setup paravirtual spinlock\n[ 0.079139] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.080155] x86: Booting SMP configuration:\n[ 0.081281] .... node #0, CPUs: #1[ 0.079106] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.096026] x86: Booted up 1 node, 2 CPUs\n[ 0.096018] KVM setup async PF for cpu 1\n[ 0.096020] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.099631] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.100348] devtmpfs: initialized\n[ 0.102632] EVM: security.selinux\n[ 0.104005] EVM: security.SMACK64\n[ 0.104954] EVM: security.ima\n[ 0.105920] EVM: security.capability\n[ 0.108118] pinctrl core: initialized pinctrl subsystem\n[ 0.109704] regulator-dummy: no parameters\n[ 0.110929] RTC time: 9:14:42, date: 08/12/18\n[ 0.112038] NET: Registered protocol family 16\n[ 0.113457] cpuidle: using governor ladder\n[ 0.114609] cpuidle: using governor menu\n[ 0.115850] ACPI: bus type PCI registered\n[ 0.116004] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.117746] PCI: Using configuration type 1 for base access\n[ 0.120038] bio: create slab at 0\n[ 0.121189] ACPI: Added _OSI(Module Device)\n[ 0.121189] ACPI: Added _OSI(Processor Device)\n[ 0.122213] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.124005] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.126110] ACPI: Interpreter enabled\n[ 0.127154] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.129830] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.132005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.134822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.136755] ACPI: (supports S0 S5)\n[ 0.137721] ACPI: Using IOAPIC for interrupt routing\n[ 0.139117] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.140200] ACPI: No dock devices found.\n[ 0.143264] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.144008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.145991] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.147946] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.148206] acpiphp: Slot [3] registered\n[ 0.149509] acpiphp: Slot [4] registered\n[ 0.150716] acpiphp: Slot [5] registered\n[ 0.151857] acpiphp: Slot [6] registered\n[ 0.152020] acpiphp: Slot [7] registered\n[ 0.153216] acpiphp: Slot [8] registered\n[ 0.154428] acpiphp: Slot [9] registered\n[ 0.155633] acpiphp: Slot [10] registered\n[ 0.156024] acpiphp: Slot [11] registered\n[ 0.157002] acpiphp: Slot [12] registered\n[ 0.157975] acpiphp: Slot [13] registered\n[ 0.158963] acpiphp: Slot [14] registered\n[ 0.159983] acpiphp: Slot [15] registered\n[ 0.160023] acpiphp: Slot [16] registered\n[ 0.160985] acpiphp: Slot [17] registered\n[ 0.161921] acpiphp: Slot [18] registered\n[ 0.162915] acpiphp: Slot [19] registered\n[ 0.163849] acpiphp: Slot [20] registered\n[ 0.164031] acpiphp: Slot [21] registered\n[ 0.164958] acpiphp: Slot [22] registered\n[ 0.165998] acpiphp: Slot [23] registered\n[ 0.166930] acpiphp: Slot [24] registered\n[ 0.167875] acpiphp: Slot [25] registered\n[ 0.168028] acpiphp: Slot [26] registered\n[ 0.168961] acpiphp: Slot [27] registered\n[ 0.169925] acpiphp: Slot [28] registered\n[ 0.170792] acpiphp: Slot [29] registered\n[ 0.171685] acpiphp: Slot [30] registered\n[ 0.172025] acpiphp: Slot [31] registered\n[ 0.172955] PCI host bridge to bus 0000:00\n[ 0.173880] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.175056] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.176004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.177251] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.178637] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.180006] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.186663] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.188013] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.215762] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.216865] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.218635] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.220322] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.221905] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.223587] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.224212] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.225252] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.227068] vgaarb: loaded\n[ 0.228003] vgaarb: bridge control possible 0000:00:02.0\n[ 0.229353] SCSI subsystem initialized\n[ 0.230422] ACPI: bus type USB registered\n[ 0.230422] usbcore: registered new interface driver usbfs\n[ 0.232012] usbcore: registered new interface driver hub\n[ 0.233326] usbcore: registered new device driver usb\n[ 0.233326] PCI: Using ACPI for IRQ routing\n[ 0.233326] NetLabel: Initializing\n[ 0.236006] NetLabel: domain hash size = 128\n[ 0.237063] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.238225] NetLabel: unlabeled traffic allowed by default\n[ 0.239575] Switched to clocksource kvm-clock\n[ 0.243616] AppArmor: AppArmor Filesystem Enabled\n[ 0.248321] pnp: PnP ACPI init\n[ 0.249466] ACPI: bus type PNP registered\n[ 0.251582] pnp: PnP ACPI: found 8 devices\n[ 0.252803] ACPI: bus type PNP unregistered\n[ 0.261343] NET: Registered protocol family 2\n[ 0.264264] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.266656] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.268553] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.270455] TCP: reno registered\n[ 0.271435] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.273178] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.275209] NET: Registered protocol family 1\n[ 0.276622] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.278372] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.279968] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.302269] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.325219] Trying to unpack rootfs image as initramfs...\n[ 0.418311] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.421287] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.423023] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.424607] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.427280] Scanning for low memory corruption every 60 seconds\n[ 0.429647] Initialise system trusted keyring\n[ 0.430835] audit: initializing netlink socket (disabled)\n[ 0.432157] type=2000 audit(1534065282.709:1): initialized\n[ 0.452031] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.454301] zbud: loaded\n[ 0.455252] VFS: Disk quotas dquot_6.5.2\n[ 0.456290] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.458115] fuse init (API version 7.22)\n[ 0.459227] msgmni has been set to 3997\n[ 0.460283] Key type big_key registered\n[ 0.461536] Key type asymmetric registered\n[ 0.462587] Asymmetric key parser 'x509' registered\n[ 0.463741] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.465576] io scheduler noop registered\n[ 0.466507] io scheduler deadline registered (default)\n[ 0.467638] io scheduler cfq registered\n[ 0.468678] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.469970] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.471482] ipmi message handler version 39.2\n[ 0.472595] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.474326] ACPI: Power Button [PWRF]\n[ 0.475394] GHES: HEST is not enabled!\n[ 0.497489] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.542062] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564583] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.566613] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590635] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593137] Linux agpgart interface v0.103\n[ 0.595007] brd: module loaded\n[ 0.596218] loop: module loaded\n[ 0.597375] blk-mq: CPU -> queue map\n[ 0.598285] CPU 0 -> Queue 0\n[ 0.599042] CPU 1 -> Queue 0\n[ 0.600473] vda: vda1\n[ 0.601881] scsi0 : ata_piix\n[ 0.602665] scsi1 : ata_piix\n[ 0.603381] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.604747] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.606311] libphy: Fixed MDIO Bus: probed\n[ 0.607293] tun: Universal TUN/TAP device driver, 1.6\n[ 0.608367] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.611003] PPP generic driver version 2.4.2\n[ 0.612023] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.613322] ehci-pci: EHCI PCI platform driver\n[ 0.614273] ehci-platform: EHCI generic platform driver\n[ 0.615386] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.616641] ohci-pci: OHCI PCI platform driver\n[ 0.617624] ohci-platform: OHCI generic platform driver\n[ 0.618701] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.640745] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.641845] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.643461] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.644695] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646020] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647550] usb usb1: Product: UHCI Host Controller\n[ 0.648565] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd\n[ 0.649920] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651116] hub 1-0:1.0: USB hub found\n[ 0.652166] hub 1-0:1.0: 2 ports detected\n[ 0.653393] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655673] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656701] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657858] mousedev: PS/2 mouse device common for all mice\n[ 0.659249] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.661121] rtc_cmos 00:00: RTC can wake from S4\n[ 0.662782] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.664550] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.666329] device-mapper: uevent: version 1.0.3\n[ 0.667736] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.670130] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.671824] TCP: cubic registered\n[ 0.672903] NET: Registered protocol family 10\n[ 0.674394] NET: Registered protocol family 17\n[ 0.675733] Key type dns_resolver registered\n[ 0.677151] Loading compiled-in X.509 certificates\n[ 0.679026] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0'\n[ 0.681691] registered taskstats version 1\n[ 0.692859] Key type trusted registered\n[ 0.696517] Key type encrypted registered\n[ 0.697497] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.698946] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.700888] regulator-dummy: disabling\n[ 0.701901] Magic number: 14:35:222\n[ 0.703011] rtc_cmos 00:00: setting system clock to 2018-08-12 09:14:43 UTC (1534065283)\n[ 0.704889] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.706135] EDD information not available.\n[ 0.761384] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000)\n[ 0.763225] Write protecting the kernel read-only data: 12288k\n[ 0.764990] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000)\n[ 0.767838] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.781703] systemd-udevd[107]: starting version 204\n[ 0.820635] FDC 0 is a S82078B\n[ 0.964059] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.124684] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.126110] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.127461] usb 1-1: Product: QEMU USB Tablet\n[ 1.128372] usb 1-1: Manufacturer: QEMU\n[ 1.129215] usb 1-1: SerialNumber: 42\n[ 1.420090] tsc: Refined TSC clocksource calibration: 3491.877 MHz\n[ 1.845302] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.096165] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.184699] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n[ 2.283393] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sun, 12 Aug 2018 09:14:45 +0000. Up 2.66 seconds.\ncloud-init-nonet[2.85]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting cold plug devices[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\ncloud-init-nonet[9.46]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sun, 12 Aug 2018 09:14:52 +0000. Up 9.59 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:f8:47:bc |\nci-info: | eth0 | True | 192.168.0.6 | 255.255.255.0 | fa:16:3e:a0:8c:69 |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.2 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n"} 2018-08-12 09:15:46,623 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd/action used request id req-0f796f51-b0c8-4ed0-96b1-e7f944e8e3b9 2018-08-12 09:15:46,624 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0783221721649s 2018-08-12 09:15:46,624 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd/action used request id req-0f796f51-b0c8-4ed0-96b1-e7f944e8e3b9 2018-08-12 09:15:46,625 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-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] 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-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] 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] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 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 2 CPUs, 0 hotplug CPUs [ 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 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008016] Security Framework initialized [ 0.008913] AppArmor: AppArmor initialized [ 0.009837] Yama: becoming mindful. [ 0.010748] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.013325] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.015408] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.016006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.017778] Initializing cgroup subsys memory [ 0.018719] Initializing cgroup subsys devices [ 0.020003] Initializing cgroup subsys freezer [ 0.021086] Initializing cgroup subsys blkio [ 0.021991] Initializing cgroup subsys perf_event [ 0.022999] Initializing cgroup subsys hugetlb [ 0.024056] CPU: Physical Processor ID: 0 [ 0.024946] FEATURE SPEC_CTRL Not Present [ 0.026471] mce: CPU supports 10 MCE banks [ 0.028035] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.028035] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.030137] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.031421] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.032003] Speculative Store Bypass: Vulnerable [ 0.033566] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000) [ 0.038566] ACPI: Core revision 20131115 [ 0.040460] ACPI: All ACPI Tables successfully acquired [ 0.041709] ftrace: allocating 28727 entries in 113 pages [ 0.060291] Enabling x2apic [ 0.061073] Enabled x2apic [ 0.061964] Switched APIC routing to physical x2apic. [ 0.064919] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.066290] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.069066] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.076856] KVM setup paravirtual spinlock [ 0.079139] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.080155] x86: Booting SMP configuration: [ 0.081281] .... node #0, CPUs: #1[ 0.079106] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.096026] x86: Booted up 1 node, 2 CPUs [ 0.096018] KVM setup async PF for cpu 1 [ 0.096020] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.099631] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.100348] devtmpfs: initialized [ 0.102632] EVM: security.selinux [ 0.104005] EVM: security.SMACK64 [ 0.104954] EVM: security.ima [ 0.105920] EVM: security.capability [ 0.108118] pinctrl core: initialized pinctrl subsystem [ 0.109704] regulator-dummy: no parameters [ 0.110929] RTC time: 9:14:42, date: 08/12/18 [ 0.112038] NET: Registered protocol family 16 [ 0.113457] cpuidle: using governor ladder [ 0.114609] cpuidle: using governor menu [ 0.115850] ACPI: bus type PCI registered [ 0.116004] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.117746] PCI: Using configuration type 1 for base access [ 0.120038] bio: create slab at 0 [ 0.121189] ACPI: Added _OSI(Module Device) [ 0.121189] ACPI: Added _OSI(Processor Device) [ 0.122213] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.124005] ACPI: Added _OSI(Processor Aggregator Device) [ 0.126110] ACPI: Interpreter enabled [ 0.127154] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.129830] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.132005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.134822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.136755] ACPI: (supports S0 S5) [ 0.137721] ACPI: Using IOAPIC for interrupt routing [ 0.139117] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.140200] ACPI: No dock devices found. [ 0.143264] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.144008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.145991] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.147946] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.148206] acpiphp: Slot [3] registered [ 0.149509] acpiphp: Slot [4] registered [ 0.150716] acpiphp: Slot [5] registered [ 0.151857] acpiphp: Slot [6] registered [ 0.152020] acpiphp: Slot [7] registered [ 0.153216] acpiphp: Slot [8] registered [ 0.154428] acpiphp: Slot [9] registered [ 0.155633] acpiphp: Slot [10] registered [ 0.156024] acpiphp: Slot [11] registered [ 0.157002] acpiphp: Slot [12] registered [ 0.157975] acpiphp: Slot [13] registered [ 0.158963] acpiphp: Slot [14] registered [ 0.159983] acpiphp: Slot [15] registered [ 0.160023] acpiphp: Slot [16] registered [ 0.160985] acpiphp: Slot [17] registered [ 0.161921] acpiphp: Slot [18] registered [ 0.162915] acpiphp: Slot [19] registered [ 0.163849] acpiphp: Slot [20] registered [ 0.164031] acpiphp: Slot [21] registered [ 0.164958] acpiphp: Slot [22] registered [ 0.165998] acpiphp: Slot [23] registered [ 0.166930] acpiphp: Slot [24] registered [ 0.167875] acpiphp: Slot [25] registered [ 0.168028] acpiphp: Slot [26] registered [ 0.168961] acpiphp: Slot [27] registered [ 0.169925] acpiphp: Slot [28] registered [ 0.170792] acpiphp: Slot [29] registered [ 0.171685] acpiphp: Slot [30] registered [ 0.172025] acpiphp: Slot [31] registered [ 0.172955] PCI host bridge to bus 0000:00 [ 0.173880] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.175056] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.176004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.177251] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.178637] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.180006] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.186663] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.188013] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.215762] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.216865] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.218635] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.220322] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.221905] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.223587] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.224212] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.225252] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.227068] vgaarb: loaded [ 0.228003] vgaarb: bridge control possible 0000:00:02.0 [ 0.229353] SCSI subsystem initialized [ 0.230422] ACPI: bus type USB registered [ 0.230422] usbcore: registered new interface driver usbfs [ 0.232012] usbcore: registered new interface driver hub [ 0.233326] usbcore: registered new device driver usb [ 0.233326] PCI: Using ACPI for IRQ routing [ 0.233326] NetLabel: Initializing [ 0.236006] NetLabel: domain hash size = 128 [ 0.237063] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.238225] NetLabel: unlabeled traffic allowed by default [ 0.239575] Switched to clocksource kvm-clock [ 0.243616] AppArmor: AppArmor Filesystem Enabled [ 0.248321] pnp: PnP ACPI init [ 0.249466] ACPI: bus type PNP registered [ 0.251582] pnp: PnP ACPI: found 8 devices [ 0.252803] ACPI: bus type PNP unregistered [ 0.261343] NET: Registered protocol family 2 [ 0.264264] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.266656] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.268553] TCP: Hash tables configured (established 16384 bind 16384) [ 0.270455] TCP: reno registered [ 0.271435] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.273178] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.275209] NET: Registered protocol family 1 [ 0.276622] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.278372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.279968] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.302269] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.325219] Trying to unpack rootfs image as initramfs... [ 0.418311] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.421287] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.423023] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.424607] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.427280] Scanning for low memory corruption every 60 seconds [ 0.429647] Initialise system trusted keyring [ 0.430835] audit: initializing netlink socket (disabled) [ 0.432157] type=2000 audit(1534065282.709:1): initialized [ 0.452031] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.454301] zbud: loaded [ 0.455252] VFS: Disk quotas dquot_6.5.2 [ 0.456290] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.458115] fuse init (API version 7.22) [ 0.459227] msgmni has been set to 3997 [ 0.460283] Key type big_key registered [ 0.461536] Key type asymmetric registered [ 0.462587] Asymmetric key parser 'x509' registered [ 0.463741] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.465576] io scheduler noop registered [ 0.466507] io scheduler deadline registered (default) [ 0.467638] io scheduler cfq registered [ 0.468678] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.469970] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.471482] ipmi message handler version 39.2 [ 0.472595] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.474326] ACPI: Power Button [PWRF] [ 0.475394] GHES: HEST is not enabled! [ 0.497489] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.542062] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.564583] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.566613] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.590635] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.593137] Linux agpgart interface v0.103 [ 0.595007] brd: module loaded [ 0.596218] loop: module loaded [ 0.597375] blk-mq: CPU -> queue map [ 0.598285] CPU 0 -> Queue 0 [ 0.599042] CPU 1 -> Queue 0 [ 0.600473] vda: vda1 [ 0.601881] scsi0 : ata_piix [ 0.602665] scsi1 : ata_piix [ 0.603381] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.604747] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.606311] libphy: Fixed MDIO Bus: probed [ 0.607293] tun: Universal TUN/TAP device driver, 1.6 [ 0.608367] tun: (C) 1999-2004 Max Krasnyansky [ 0.611003] PPP generic driver version 2.4.2 [ 0.612023] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.613322] ehci-pci: EHCI PCI platform driver [ 0.614273] ehci-platform: EHCI generic platform driver [ 0.615386] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.616641] ohci-pci: OHCI PCI platform driver [ 0.617624] ohci-platform: OHCI generic platform driver [ 0.618701] uhci_hcd: USB Universal Host Controller Interface driver [ 0.640745] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.641845] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.643461] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.644695] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.646020] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.647550] usb usb1: Product: UHCI Host Controller [ 0.648565] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd [ 0.649920] usb usb1: SerialNumber: 0000:00:01.2 [ 0.651116] hub 1-0:1.0: USB hub found [ 0.652166] hub 1-0:1.0: 2 ports detected [ 0.653393] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.655673] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.656701] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.657858] mousedev: PS/2 mouse device common for all mice [ 0.659249] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.661121] rtc_cmos 00:00: RTC can wake from S4 [ 0.662782] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.664550] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.666329] device-mapper: uevent: version 1.0.3 [ 0.667736] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.670130] ledtrig-cpu: registered to indicate activity on CPUs [ 0.671824] TCP: cubic registered [ 0.672903] NET: Registered protocol family 10 [ 0.674394] NET: Registered protocol family 17 [ 0.675733] Key type dns_resolver registered [ 0.677151] Loading compiled-in X.509 certificates [ 0.679026] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0' [ 0.681691] registered taskstats version 1 [ 0.692859] Key type trusted registered [ 0.696517] Key type encrypted registered [ 0.697497] AppArmor: AppArmor sha1 policy hashing enabled [ 0.698946] IMA: No TPM chip found, activating TPM-bypass! [ 0.700888] regulator-dummy: disabling [ 0.701901] Magic number: 14:35:222 [ 0.703011] rtc_cmos 00:00: setting system clock to 2018-08-12 09:14:43 UTC (1534065283) [ 0.704889] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.706135] EDD information not available. [ 0.761384] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000) [ 0.763225] Write protecting the kernel read-only data: 12288k [ 0.764990] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000) [ 0.767838] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.781703] systemd-udevd[107]: starting version 204 [ 0.820635] FDC 0 is a S82078B [ 0.964059] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.124684] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.126110] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.127461] usb 1-1: Product: QEMU USB Tablet [ 1.128372] usb 1-1: Manufacturer: QEMU [ 1.129215] usb 1-1: SerialNumber: 42 [ 1.420090] tsc: Refined TSC clocksource calibration: 3491.877 MHz [ 1.845302] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.096165] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.184699] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] [ 2.283393] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sun, 12 Aug 2018 09:14:45 +0000. Up 2.66 seconds. cloud-init-nonet[2.85]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting cold plug devices[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] cloud-init-nonet[9.46]: static networking is now up * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sun, 12 Aug 2018 09:14:52 +0000. Up 9.59 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:f8:47:bc | ci-info: | eth0 | True | 192.168.0.6 | 255.255.255.0 | fa:16:3e:a0:8c:69 | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.2 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ 2018-08-12 09:15:46,625 - functest.core.singlevm - DEBUG - try 5: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-12 09:15:56,636 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:15:56,640 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:15:57,406 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:15: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-ffde0ce8-bab6-47df-9935-ca8bfa4ede0d x-compute-request-id: req-ffde0ce8-bab6-47df-9935-ca8bfa4ede0d Content-Encoding: gzip Content-Length: 1505 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:8c:69", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:8c:69", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:47:bc", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:47:bc", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/0d05f869-c182-4a19-86bf-4ac078c523fd", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:41.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "0d05f869-c182-4a19-86bf-4ac078c523fd", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:41Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "homer-0.clearwater.opnfv", "created": "2018-08-12T09:14:06Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:24:50", "version": 4, "addr": "192.168.0.22", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:24:50", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:35:db:99", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/1c9b6e42-b18c-407e-8d00-9077025769fd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1c9b6e42-b18c-407e-8d00-9077025769fd", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:39.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "1c9b6e42-b18c-407e-8d00-9077025769fd", "security_groups": [{"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:39Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "dime-0.clearwater.opnfv", "created": "2018-08-12T09:14:05Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:73:af", "version": 4, "addr": "192.168.0.17", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:73:af", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:b9:f2", "version": 4, "addr": "192.168.1.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:b9:f2", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:41.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:41Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "bono-0.clearwater.opnfv", "created": "2018-08-12T09:14:05Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:27:6c", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:27:6c", "version": 4, "addr": "172.30.9.216", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:82:86", "version": 4, "addr": "192.168.1.24", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/566a63cc-7490-4385-b2ac-bfb24030a031", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/566a63cc-7490-4385-b2ac-bfb24030a031", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:34.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "566a63cc-7490-4385-b2ac-bfb24030a031", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:34Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-12T09:14:04Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:9d:e5", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:9d:e5", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b4:d8:25", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/7a80620a-d807-4698-b6c3-7c140a7b5157", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/7a80620a-d807-4698-b6c3-7c140a7b5157", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:25.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "7a80620a-d807-4698-b6c3-7c140a7b5157", "security_groups": [{"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:25Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-12T09:14:04Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:ca:f6", "version": 4, "addr": "192.168.0.23", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:ca:f6", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/3544e1e5-febb-4596-964e-1a53f9d26ab6", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/3544e1e5-febb-4596-964e-1a53f9d26ab6", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:13:48.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "3544e1e5-febb-4596-964e-1a53f9d26ab6", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:13:48Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-12T09:12:11Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:77:d2", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:77:d2", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ac:00:39", "version": 4, "addr": "192.168.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/24234aa3-febc-4826-8d67-0c33e6f38782", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/24234aa3-febc-4826-8d67-0c33e6f38782", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:12:00.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "24234aa3-febc-4826-8d67-0c33e6f38782", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:12:00Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "ns.clearwater.opnfv", "created": "2018-08-12T09:10:20Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:15:57,407 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-ffde0ce8-bab6-47df-9935-ca8bfa4ede0d 2018-08-12 09:15:57,407 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.770688056946s 2018-08-12 09:15:57,408 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-ffde0ce8-bab6-47df-9935-ca8bfa4ede0d 2018-08-12 09:15:57,415 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-12 09:15:57,417 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd/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}d584eff3730be386f99aabb4bf64013d89965dc6" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 09:15:57,490 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09: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-4649b35d-5d8d-4a1a-b884-c65e0918222c x-compute-request-id: req-4649b35d-5d8d-4a1a-b884-c65e0918222c Content-Encoding: gzip Content-Length: 8554 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 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] 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-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] 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] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\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 2 CPUs, 0 hotplug CPUs\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 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008016] Security Framework initialized\n[ 0.008913] AppArmor: AppArmor initialized\n[ 0.009837] Yama: becoming mindful.\n[ 0.010748] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.013325] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.015408] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.016006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.017778] Initializing cgroup subsys memory\n[ 0.018719] Initializing cgroup subsys devices\n[ 0.020003] Initializing cgroup subsys freezer\n[ 0.021086] Initializing cgroup subsys blkio\n[ 0.021991] Initializing cgroup subsys perf_event\n[ 0.022999] Initializing cgroup subsys hugetlb\n[ 0.024056] CPU: Physical Processor ID: 0\n[ 0.024946] FEATURE SPEC_CTRL Not Present\n[ 0.026471] mce: CPU supports 10 MCE banks\n[ 0.028035] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.028035] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.030137] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.031421] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.032003] Speculative Store Bypass: Vulnerable\n[ 0.033566] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000)\n[ 0.038566] ACPI: Core revision 20131115\n[ 0.040460] ACPI: All ACPI Tables successfully acquired\n[ 0.041709] ftrace: allocating 28727 entries in 113 pages\n[ 0.060291] Enabling x2apic\n[ 0.061073] Enabled x2apic\n[ 0.061964] Switched APIC routing to physical x2apic.\n[ 0.064919] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.066290] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.069066] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.076856] KVM setup paravirtual spinlock\n[ 0.079139] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.080155] x86: Booting SMP configuration:\n[ 0.081281] .... node #0, CPUs: #1[ 0.079106] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.096026] x86: Booted up 1 node, 2 CPUs\n[ 0.096018] KVM setup async PF for cpu 1\n[ 0.096020] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.099631] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.100348] devtmpfs: initialized\n[ 0.102632] EVM: security.selinux\n[ 0.104005] EVM: security.SMACK64\n[ 0.104954] EVM: security.ima\n[ 0.105920] EVM: security.capability\n[ 0.108118] pinctrl core: initialized pinctrl subsystem\n[ 0.109704] regulator-dummy: no parameters\n[ 0.110929] RTC time: 9:14:42, date: 08/12/18\n[ 0.112038] NET: Registered protocol family 16\n[ 0.113457] cpuidle: using governor ladder\n[ 0.114609] cpuidle: using governor menu\n[ 0.115850] ACPI: bus type PCI registered\n[ 0.116004] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.117746] PCI: Using configuration type 1 for base access\n[ 0.120038] bio: create slab at 0\n[ 0.121189] ACPI: Added _OSI(Module Device)\n[ 0.121189] ACPI: Added _OSI(Processor Device)\n[ 0.122213] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.124005] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.126110] ACPI: Interpreter enabled\n[ 0.127154] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.129830] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.132005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.134822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.136755] ACPI: (supports S0 S5)\n[ 0.137721] ACPI: Using IOAPIC for interrupt routing\n[ 0.139117] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.140200] ACPI: No dock devices found.\n[ 0.143264] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.144008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.145991] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.147946] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.148206] acpiphp: Slot [3] registered\n[ 0.149509] acpiphp: Slot [4] registered\n[ 0.150716] acpiphp: Slot [5] registered\n[ 0.151857] acpiphp: Slot [6] registered\n[ 0.152020] acpiphp: Slot [7] registered\n[ 0.153216] acpiphp: Slot [8] registered\n[ 0.154428] acpiphp: Slot [9] registered\n[ 0.155633] acpiphp: Slot [10] registered\n[ 0.156024] acpiphp: Slot [11] registered\n[ 0.157002] acpiphp: Slot [12] registered\n[ 0.157975] acpiphp: Slot [13] registered\n[ 0.158963] acpiphp: Slot [14] registered\n[ 0.159983] acpiphp: Slot [15] registered\n[ 0.160023] acpiphp: Slot [16] registered\n[ 0.160985] acpiphp: Slot [17] registered\n[ 0.161921] acpiphp: Slot [18] registered\n[ 0.162915] acpiphp: Slot [19] registered\n[ 0.163849] acpiphp: Slot [20] registered\n[ 0.164031] acpiphp: Slot [21] registered\n[ 0.164958] acpiphp: Slot [22] registered\n[ 0.165998] acpiphp: Slot [23] registered\n[ 0.166930] acpiphp: Slot [24] registered\n[ 0.167875] acpiphp: Slot [25] registered\n[ 0.168028] acpiphp: Slot [26] registered\n[ 0.168961] acpiphp: Slot [27] registered\n[ 0.169925] acpiphp: Slot [28] registered\n[ 0.170792] acpiphp: Slot [29] registered\n[ 0.171685] acpiphp: Slot [30] registered\n[ 0.172025] acpiphp: Slot [31] registered\n[ 0.172955] PCI host bridge to bus 0000:00\n[ 0.173880] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.175056] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.176004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.177251] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.178637] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.180006] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.186663] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.188013] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.215762] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.216865] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.218635] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.220322] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.221905] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.223587] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.224212] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.225252] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.227068] vgaarb: loaded\n[ 0.228003] vgaarb: bridge control possible 0000:00:02.0\n[ 0.229353] SCSI subsystem initialized\n[ 0.230422] ACPI: bus type USB registered\n[ 0.230422] usbcore: registered new interface driver usbfs\n[ 0.232012] usbcore: registered new interface driver hub\n[ 0.233326] usbcore: registered new device driver usb\n[ 0.233326] PCI: Using ACPI for IRQ routing\n[ 0.233326] NetLabel: Initializing\n[ 0.236006] NetLabel: domain hash size = 128\n[ 0.237063] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.238225] NetLabel: unlabeled traffic allowed by default\n[ 0.239575] Switched to clocksource kvm-clock\n[ 0.243616] AppArmor: AppArmor Filesystem Enabled\n[ 0.248321] pnp: PnP ACPI init\n[ 0.249466] ACPI: bus type PNP registered\n[ 0.251582] pnp: PnP ACPI: found 8 devices\n[ 0.252803] ACPI: bus type PNP unregistered\n[ 0.261343] NET: Registered protocol family 2\n[ 0.264264] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.266656] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.268553] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.270455] TCP: reno registered\n[ 0.271435] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.273178] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.275209] NET: Registered protocol family 1\n[ 0.276622] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.278372] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.279968] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.302269] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.325219] Trying to unpack rootfs image as initramfs...\n[ 0.418311] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.421287] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.423023] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.424607] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.427280] Scanning for low memory corruption every 60 seconds\n[ 0.429647] Initialise system trusted keyring\n[ 0.430835] audit: initializing netlink socket (disabled)\n[ 0.432157] type=2000 audit(1534065282.709:1): initialized\n[ 0.452031] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.454301] zbud: loaded\n[ 0.455252] VFS: Disk quotas dquot_6.5.2\n[ 0.456290] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.458115] fuse init (API version 7.22)\n[ 0.459227] msgmni has been set to 3997\n[ 0.460283] Key type big_key registered\n[ 0.461536] Key type asymmetric registered\n[ 0.462587] Asymmetric key parser 'x509' registered\n[ 0.463741] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.465576] io scheduler noop registered\n[ 0.466507] io scheduler deadline registered (default)\n[ 0.467638] io scheduler cfq registered\n[ 0.468678] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.469970] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.471482] ipmi message handler version 39.2\n[ 0.472595] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.474326] ACPI: Power Button [PWRF]\n[ 0.475394] GHES: HEST is not enabled!\n[ 0.497489] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.542062] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564583] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.566613] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590635] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593137] Linux agpgart interface v0.103\n[ 0.595007] brd: module loaded\n[ 0.596218] loop: module loaded\n[ 0.597375] blk-mq: CPU -> queue map\n[ 0.598285] CPU 0 -> Queue 0\n[ 0.599042] CPU 1 -> Queue 0\n[ 0.600473] vda: vda1\n[ 0.601881] scsi0 : ata_piix\n[ 0.602665] scsi1 : ata_piix\n[ 0.603381] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.604747] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.606311] libphy: Fixed MDIO Bus: probed\n[ 0.607293] tun: Universal TUN/TAP device driver, 1.6\n[ 0.608367] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.611003] PPP generic driver version 2.4.2\n[ 0.612023] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.613322] ehci-pci: EHCI PCI platform driver\n[ 0.614273] ehci-platform: EHCI generic platform driver\n[ 0.615386] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.616641] ohci-pci: OHCI PCI platform driver\n[ 0.617624] ohci-platform: OHCI generic platform driver\n[ 0.618701] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.640745] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.641845] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.643461] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.644695] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646020] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647550] usb usb1: Product: UHCI Host Controller\n[ 0.648565] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd\n[ 0.649920] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651116] hub 1-0:1.0: USB hub found\n[ 0.652166] hub 1-0:1.0: 2 ports detected\n[ 0.653393] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655673] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656701] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657858] mousedev: PS/2 mouse device common for all mice\n[ 0.659249] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.661121] rtc_cmos 00:00: RTC can wake from S4\n[ 0.662782] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.664550] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.666329] device-mapper: uevent: version 1.0.3\n[ 0.667736] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.670130] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.671824] TCP: cubic registered\n[ 0.672903] NET: Registered protocol family 10\n[ 0.674394] NET: Registered protocol family 17\n[ 0.675733] Key type dns_resolver registered\n[ 0.677151] Loading compiled-in X.509 certificates\n[ 0.679026] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0'\n[ 0.681691] registered taskstats version 1\n[ 0.692859] Key type trusted registered\n[ 0.696517] Key type encrypted registered\n[ 0.697497] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.698946] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.700888] regulator-dummy: disabling\n[ 0.701901] Magic number: 14:35:222\n[ 0.703011] rtc_cmos 00:00: setting system clock to 2018-08-12 09:14:43 UTC (1534065283)\n[ 0.704889] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.706135] EDD information not available.\n[ 0.761384] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000)\n[ 0.763225] Write protecting the kernel read-only data: 12288k\n[ 0.764990] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000)\n[ 0.767838] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.781703] systemd-udevd[107]: starting version 204\n[ 0.820635] FDC 0 is a S82078B\n[ 0.964059] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.124684] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.126110] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.127461] usb 1-1: Product: QEMU USB Tablet\n[ 1.128372] usb 1-1: Manufacturer: QEMU\n[ 1.129215] usb 1-1: SerialNumber: 42\n[ 1.420090] tsc: Refined TSC clocksource calibration: 3491.877 MHz\n[ 1.845302] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.096165] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.184699] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n[ 2.283393] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sun, 12 Aug 2018 09:14:45 +0000. Up 2.66 seconds.\ncloud-init-nonet[2.85]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting cold plug devices[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\ncloud-init-nonet[9.46]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sun, 12 Aug 2018 09:14:52 +0000. Up 9.59 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:f8:47:bc |\nci-info: | eth0 | True | 192.168.0.6 | 255.255.255.0 | fa:16:3e:a0:8c:69 |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.2 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n"} 2018-08-12 09:15:57,491 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd/action used request id req-4649b35d-5d8d-4a1a-b884-c65e0918222c 2018-08-12 09:15:57,491 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0758790969849s 2018-08-12 09:15:57,491 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd/action used request id req-4649b35d-5d8d-4a1a-b884-c65e0918222c 2018-08-12 09:15:57,492 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-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] 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-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] 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] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 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 2 CPUs, 0 hotplug CPUs [ 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 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008016] Security Framework initialized [ 0.008913] AppArmor: AppArmor initialized [ 0.009837] Yama: becoming mindful. [ 0.010748] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.013325] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.015408] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.016006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.017778] Initializing cgroup subsys memory [ 0.018719] Initializing cgroup subsys devices [ 0.020003] Initializing cgroup subsys freezer [ 0.021086] Initializing cgroup subsys blkio [ 0.021991] Initializing cgroup subsys perf_event [ 0.022999] Initializing cgroup subsys hugetlb [ 0.024056] CPU: Physical Processor ID: 0 [ 0.024946] FEATURE SPEC_CTRL Not Present [ 0.026471] mce: CPU supports 10 MCE banks [ 0.028035] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.028035] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.030137] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.031421] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.032003] Speculative Store Bypass: Vulnerable [ 0.033566] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000) [ 0.038566] ACPI: Core revision 20131115 [ 0.040460] ACPI: All ACPI Tables successfully acquired [ 0.041709] ftrace: allocating 28727 entries in 113 pages [ 0.060291] Enabling x2apic [ 0.061073] Enabled x2apic [ 0.061964] Switched APIC routing to physical x2apic. [ 0.064919] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.066290] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.069066] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.076856] KVM setup paravirtual spinlock [ 0.079139] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.080155] x86: Booting SMP configuration: [ 0.081281] .... node #0, CPUs: #1[ 0.079106] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.096026] x86: Booted up 1 node, 2 CPUs [ 0.096018] KVM setup async PF for cpu 1 [ 0.096020] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.099631] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.100348] devtmpfs: initialized [ 0.102632] EVM: security.selinux [ 0.104005] EVM: security.SMACK64 [ 0.104954] EVM: security.ima [ 0.105920] EVM: security.capability [ 0.108118] pinctrl core: initialized pinctrl subsystem [ 0.109704] regulator-dummy: no parameters [ 0.110929] RTC time: 9:14:42, date: 08/12/18 [ 0.112038] NET: Registered protocol family 16 [ 0.113457] cpuidle: using governor ladder [ 0.114609] cpuidle: using governor menu [ 0.115850] ACPI: bus type PCI registered [ 0.116004] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.117746] PCI: Using configuration type 1 for base access [ 0.120038] bio: create slab at 0 [ 0.121189] ACPI: Added _OSI(Module Device) [ 0.121189] ACPI: Added _OSI(Processor Device) [ 0.122213] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.124005] ACPI: Added _OSI(Processor Aggregator Device) [ 0.126110] ACPI: Interpreter enabled [ 0.127154] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.129830] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.132005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.134822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.136755] ACPI: (supports S0 S5) [ 0.137721] ACPI: Using IOAPIC for interrupt routing [ 0.139117] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.140200] ACPI: No dock devices found. [ 0.143264] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.144008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.145991] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.147946] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.148206] acpiphp: Slot [3] registered [ 0.149509] acpiphp: Slot [4] registered [ 0.150716] acpiphp: Slot [5] registered [ 0.151857] acpiphp: Slot [6] registered [ 0.152020] acpiphp: Slot [7] registered [ 0.153216] acpiphp: Slot [8] registered [ 0.154428] acpiphp: Slot [9] registered [ 0.155633] acpiphp: Slot [10] registered [ 0.156024] acpiphp: Slot [11] registered [ 0.157002] acpiphp: Slot [12] registered [ 0.157975] acpiphp: Slot [13] registered [ 0.158963] acpiphp: Slot [14] registered [ 0.159983] acpiphp: Slot [15] registered [ 0.160023] acpiphp: Slot [16] registered [ 0.160985] acpiphp: Slot [17] registered [ 0.161921] acpiphp: Slot [18] registered [ 0.162915] acpiphp: Slot [19] registered [ 0.163849] acpiphp: Slot [20] registered [ 0.164031] acpiphp: Slot [21] registered [ 0.164958] acpiphp: Slot [22] registered [ 0.165998] acpiphp: Slot [23] registered [ 0.166930] acpiphp: Slot [24] registered [ 0.167875] acpiphp: Slot [25] registered [ 0.168028] acpiphp: Slot [26] registered [ 0.168961] acpiphp: Slot [27] registered [ 0.169925] acpiphp: Slot [28] registered [ 0.170792] acpiphp: Slot [29] registered [ 0.171685] acpiphp: Slot [30] registered [ 0.172025] acpiphp: Slot [31] registered [ 0.172955] PCI host bridge to bus 0000:00 [ 0.173880] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.175056] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.176004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.177251] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.178637] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.180006] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.186663] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.188013] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.215762] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.216865] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.218635] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.220322] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.221905] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.223587] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.224212] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.225252] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.227068] vgaarb: loaded [ 0.228003] vgaarb: bridge control possible 0000:00:02.0 [ 0.229353] SCSI subsystem initialized [ 0.230422] ACPI: bus type USB registered [ 0.230422] usbcore: registered new interface driver usbfs [ 0.232012] usbcore: registered new interface driver hub [ 0.233326] usbcore: registered new device driver usb [ 0.233326] PCI: Using ACPI for IRQ routing [ 0.233326] NetLabel: Initializing [ 0.236006] NetLabel: domain hash size = 128 [ 0.237063] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.238225] NetLabel: unlabeled traffic allowed by default [ 0.239575] Switched to clocksource kvm-clock [ 0.243616] AppArmor: AppArmor Filesystem Enabled [ 0.248321] pnp: PnP ACPI init [ 0.249466] ACPI: bus type PNP registered [ 0.251582] pnp: PnP ACPI: found 8 devices [ 0.252803] ACPI: bus type PNP unregistered [ 0.261343] NET: Registered protocol family 2 [ 0.264264] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.266656] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.268553] TCP: Hash tables configured (established 16384 bind 16384) [ 0.270455] TCP: reno registered [ 0.271435] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.273178] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.275209] NET: Registered protocol family 1 [ 0.276622] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.278372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.279968] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.302269] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.325219] Trying to unpack rootfs image as initramfs... [ 0.418311] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.421287] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.423023] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.424607] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.427280] Scanning for low memory corruption every 60 seconds [ 0.429647] Initialise system trusted keyring [ 0.430835] audit: initializing netlink socket (disabled) [ 0.432157] type=2000 audit(1534065282.709:1): initialized [ 0.452031] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.454301] zbud: loaded [ 0.455252] VFS: Disk quotas dquot_6.5.2 [ 0.456290] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.458115] fuse init (API version 7.22) [ 0.459227] msgmni has been set to 3997 [ 0.460283] Key type big_key registered [ 0.461536] Key type asymmetric registered [ 0.462587] Asymmetric key parser 'x509' registered [ 0.463741] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.465576] io scheduler noop registered [ 0.466507] io scheduler deadline registered (default) [ 0.467638] io scheduler cfq registered [ 0.468678] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.469970] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.471482] ipmi message handler version 39.2 [ 0.472595] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.474326] ACPI: Power Button [PWRF] [ 0.475394] GHES: HEST is not enabled! [ 0.497489] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.542062] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.564583] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.566613] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.590635] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.593137] Linux agpgart interface v0.103 [ 0.595007] brd: module loaded [ 0.596218] loop: module loaded [ 0.597375] blk-mq: CPU -> queue map [ 0.598285] CPU 0 -> Queue 0 [ 0.599042] CPU 1 -> Queue 0 [ 0.600473] vda: vda1 [ 0.601881] scsi0 : ata_piix [ 0.602665] scsi1 : ata_piix [ 0.603381] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.604747] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.606311] libphy: Fixed MDIO Bus: probed [ 0.607293] tun: Universal TUN/TAP device driver, 1.6 [ 0.608367] tun: (C) 1999-2004 Max Krasnyansky [ 0.611003] PPP generic driver version 2.4.2 [ 0.612023] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.613322] ehci-pci: EHCI PCI platform driver [ 0.614273] ehci-platform: EHCI generic platform driver [ 0.615386] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.616641] ohci-pci: OHCI PCI platform driver [ 0.617624] ohci-platform: OHCI generic platform driver [ 0.618701] uhci_hcd: USB Universal Host Controller Interface driver [ 0.640745] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.641845] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.643461] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.644695] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.646020] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.647550] usb usb1: Product: UHCI Host Controller [ 0.648565] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd [ 0.649920] usb usb1: SerialNumber: 0000:00:01.2 [ 0.651116] hub 1-0:1.0: USB hub found [ 0.652166] hub 1-0:1.0: 2 ports detected [ 0.653393] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.655673] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.656701] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.657858] mousedev: PS/2 mouse device common for all mice [ 0.659249] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.661121] rtc_cmos 00:00: RTC can wake from S4 [ 0.662782] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.664550] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.666329] device-mapper: uevent: version 1.0.3 [ 0.667736] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.670130] ledtrig-cpu: registered to indicate activity on CPUs [ 0.671824] TCP: cubic registered [ 0.672903] NET: Registered protocol family 10 [ 0.674394] NET: Registered protocol family 17 [ 0.675733] Key type dns_resolver registered [ 0.677151] Loading compiled-in X.509 certificates [ 0.679026] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0' [ 0.681691] registered taskstats version 1 [ 0.692859] Key type trusted registered [ 0.696517] Key type encrypted registered [ 0.697497] AppArmor: AppArmor sha1 policy hashing enabled [ 0.698946] IMA: No TPM chip found, activating TPM-bypass! [ 0.700888] regulator-dummy: disabling [ 0.701901] Magic number: 14:35:222 [ 0.703011] rtc_cmos 00:00: setting system clock to 2018-08-12 09:14:43 UTC (1534065283) [ 0.704889] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.706135] EDD information not available. [ 0.761384] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000) [ 0.763225] Write protecting the kernel read-only data: 12288k [ 0.764990] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000) [ 0.767838] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.781703] systemd-udevd[107]: starting version 204 [ 0.820635] FDC 0 is a S82078B [ 0.964059] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.124684] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.126110] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.127461] usb 1-1: Product: QEMU USB Tablet [ 1.128372] usb 1-1: Manufacturer: QEMU [ 1.129215] usb 1-1: SerialNumber: 42 [ 1.420090] tsc: Refined TSC clocksource calibration: 3491.877 MHz [ 1.845302] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.096165] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.184699] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] [ 2.283393] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sun, 12 Aug 2018 09:14:45 +0000. Up 2.66 seconds. cloud-init-nonet[2.85]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting cold plug devices[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] cloud-init-nonet[9.46]: static networking is now up * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sun, 12 Aug 2018 09:14:52 +0000. Up 9.59 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:f8:47:bc | ci-info: | eth0 | True | 192.168.0.6 | 255.255.255.0 | fa:16:3e:a0:8c:69 | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.2 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ 2018-08-12 09:15:57,492 - functest.core.singlevm - DEBUG - try 6: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-12 09:16:07,503 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:16:07,506 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:16:08,276 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:16: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-12fc3524-6325-4075-942d-cc54fbcb4757 x-compute-request-id: req-12fc3524-6325-4075-942d-cc54fbcb4757 Content-Encoding: gzip Content-Length: 1505 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:8c:69", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:8c:69", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:47:bc", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:47:bc", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/0d05f869-c182-4a19-86bf-4ac078c523fd", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:41.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "0d05f869-c182-4a19-86bf-4ac078c523fd", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:41Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "homer-0.clearwater.opnfv", "created": "2018-08-12T09:14:06Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:24:50", "version": 4, "addr": "192.168.0.22", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:24:50", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:35:db:99", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/1c9b6e42-b18c-407e-8d00-9077025769fd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1c9b6e42-b18c-407e-8d00-9077025769fd", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:39.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "1c9b6e42-b18c-407e-8d00-9077025769fd", "security_groups": [{"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:39Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "dime-0.clearwater.opnfv", "created": "2018-08-12T09:14:05Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:73:af", "version": 4, "addr": "192.168.0.17", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:73:af", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:b9:f2", "version": 4, "addr": "192.168.1.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:b9:f2", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:41.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:41Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "bono-0.clearwater.opnfv", "created": "2018-08-12T09:14:05Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:27:6c", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:27:6c", "version": 4, "addr": "172.30.9.216", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:82:86", "version": 4, "addr": "192.168.1.24", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/566a63cc-7490-4385-b2ac-bfb24030a031", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/566a63cc-7490-4385-b2ac-bfb24030a031", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:34.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "566a63cc-7490-4385-b2ac-bfb24030a031", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:34Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-12T09:14:04Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:9d:e5", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:9d:e5", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b4:d8:25", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/7a80620a-d807-4698-b6c3-7c140a7b5157", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/7a80620a-d807-4698-b6c3-7c140a7b5157", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:25.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "7a80620a-d807-4698-b6c3-7c140a7b5157", "security_groups": [{"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:25Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-12T09:14:04Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:ca:f6", "version": 4, "addr": "192.168.0.23", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:ca:f6", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/3544e1e5-febb-4596-964e-1a53f9d26ab6", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/3544e1e5-febb-4596-964e-1a53f9d26ab6", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:13:48.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "3544e1e5-febb-4596-964e-1a53f9d26ab6", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:13:48Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-12T09:12:11Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:77:d2", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:77:d2", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ac:00:39", "version": 4, "addr": "192.168.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/24234aa3-febc-4826-8d67-0c33e6f38782", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/24234aa3-febc-4826-8d67-0c33e6f38782", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:12:00.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "24234aa3-febc-4826-8d67-0c33e6f38782", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:12:00Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "ns.clearwater.opnfv", "created": "2018-08-12T09:10:20Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:16:08,277 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-12fc3524-6325-4075-942d-cc54fbcb4757 2018-08-12 09:16:08,277 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.773270130157s 2018-08-12 09:16:08,278 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-12fc3524-6325-4075-942d-cc54fbcb4757 2018-08-12 09:16:08,285 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-12 09:16:08,288 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd/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}d584eff3730be386f99aabb4bf64013d89965dc6" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 09:16:08,397 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:16: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-92b732cd-6835-49e5-b3e2-ec342003b889 x-compute-request-id: req-92b732cd-6835-49e5-b3e2-ec342003b889 Content-Encoding: gzip Content-Length: 8554 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 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] 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-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] 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] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\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 2 CPUs, 0 hotplug CPUs\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 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008016] Security Framework initialized\n[ 0.008913] AppArmor: AppArmor initialized\n[ 0.009837] Yama: becoming mindful.\n[ 0.010748] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.013325] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.015408] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.016006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.017778] Initializing cgroup subsys memory\n[ 0.018719] Initializing cgroup subsys devices\n[ 0.020003] Initializing cgroup subsys freezer\n[ 0.021086] Initializing cgroup subsys blkio\n[ 0.021991] Initializing cgroup subsys perf_event\n[ 0.022999] Initializing cgroup subsys hugetlb\n[ 0.024056] CPU: Physical Processor ID: 0\n[ 0.024946] FEATURE SPEC_CTRL Not Present\n[ 0.026471] mce: CPU supports 10 MCE banks\n[ 0.028035] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.028035] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.030137] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.031421] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.032003] Speculative Store Bypass: Vulnerable\n[ 0.033566] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000)\n[ 0.038566] ACPI: Core revision 20131115\n[ 0.040460] ACPI: All ACPI Tables successfully acquired\n[ 0.041709] ftrace: allocating 28727 entries in 113 pages\n[ 0.060291] Enabling x2apic\n[ 0.061073] Enabled x2apic\n[ 0.061964] Switched APIC routing to physical x2apic.\n[ 0.064919] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.066290] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.069066] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.076856] KVM setup paravirtual spinlock\n[ 0.079139] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.080155] x86: Booting SMP configuration:\n[ 0.081281] .... node #0, CPUs: #1[ 0.079106] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.096026] x86: Booted up 1 node, 2 CPUs\n[ 0.096018] KVM setup async PF for cpu 1\n[ 0.096020] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.099631] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.100348] devtmpfs: initialized\n[ 0.102632] EVM: security.selinux\n[ 0.104005] EVM: security.SMACK64\n[ 0.104954] EVM: security.ima\n[ 0.105920] EVM: security.capability\n[ 0.108118] pinctrl core: initialized pinctrl subsystem\n[ 0.109704] regulator-dummy: no parameters\n[ 0.110929] RTC time: 9:14:42, date: 08/12/18\n[ 0.112038] NET: Registered protocol family 16\n[ 0.113457] cpuidle: using governor ladder\n[ 0.114609] cpuidle: using governor menu\n[ 0.115850] ACPI: bus type PCI registered\n[ 0.116004] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.117746] PCI: Using configuration type 1 for base access\n[ 0.120038] bio: create slab at 0\n[ 0.121189] ACPI: Added _OSI(Module Device)\n[ 0.121189] ACPI: Added _OSI(Processor Device)\n[ 0.122213] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.124005] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.126110] ACPI: Interpreter enabled\n[ 0.127154] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.129830] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.132005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.134822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.136755] ACPI: (supports S0 S5)\n[ 0.137721] ACPI: Using IOAPIC for interrupt routing\n[ 0.139117] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.140200] ACPI: No dock devices found.\n[ 0.143264] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.144008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.145991] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.147946] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.148206] acpiphp: Slot [3] registered\n[ 0.149509] acpiphp: Slot [4] registered\n[ 0.150716] acpiphp: Slot [5] registered\n[ 0.151857] acpiphp: Slot [6] registered\n[ 0.152020] acpiphp: Slot [7] registered\n[ 0.153216] acpiphp: Slot [8] registered\n[ 0.154428] acpiphp: Slot [9] registered\n[ 0.155633] acpiphp: Slot [10] registered\n[ 0.156024] acpiphp: Slot [11] registered\n[ 0.157002] acpiphp: Slot [12] registered\n[ 0.157975] acpiphp: Slot [13] registered\n[ 0.158963] acpiphp: Slot [14] registered\n[ 0.159983] acpiphp: Slot [15] registered\n[ 0.160023] acpiphp: Slot [16] registered\n[ 0.160985] acpiphp: Slot [17] registered\n[ 0.161921] acpiphp: Slot [18] registered\n[ 0.162915] acpiphp: Slot [19] registered\n[ 0.163849] acpiphp: Slot [20] registered\n[ 0.164031] acpiphp: Slot [21] registered\n[ 0.164958] acpiphp: Slot [22] registered\n[ 0.165998] acpiphp: Slot [23] registered\n[ 0.166930] acpiphp: Slot [24] registered\n[ 0.167875] acpiphp: Slot [25] registered\n[ 0.168028] acpiphp: Slot [26] registered\n[ 0.168961] acpiphp: Slot [27] registered\n[ 0.169925] acpiphp: Slot [28] registered\n[ 0.170792] acpiphp: Slot [29] registered\n[ 0.171685] acpiphp: Slot [30] registered\n[ 0.172025] acpiphp: Slot [31] registered\n[ 0.172955] PCI host bridge to bus 0000:00\n[ 0.173880] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.175056] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.176004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.177251] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.178637] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.180006] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.186663] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.188013] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.215762] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.216865] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.218635] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.220322] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.221905] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.223587] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.224212] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.225252] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.227068] vgaarb: loaded\n[ 0.228003] vgaarb: bridge control possible 0000:00:02.0\n[ 0.229353] SCSI subsystem initialized\n[ 0.230422] ACPI: bus type USB registered\n[ 0.230422] usbcore: registered new interface driver usbfs\n[ 0.232012] usbcore: registered new interface driver hub\n[ 0.233326] usbcore: registered new device driver usb\n[ 0.233326] PCI: Using ACPI for IRQ routing\n[ 0.233326] NetLabel: Initializing\n[ 0.236006] NetLabel: domain hash size = 128\n[ 0.237063] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.238225] NetLabel: unlabeled traffic allowed by default\n[ 0.239575] Switched to clocksource kvm-clock\n[ 0.243616] AppArmor: AppArmor Filesystem Enabled\n[ 0.248321] pnp: PnP ACPI init\n[ 0.249466] ACPI: bus type PNP registered\n[ 0.251582] pnp: PnP ACPI: found 8 devices\n[ 0.252803] ACPI: bus type PNP unregistered\n[ 0.261343] NET: Registered protocol family 2\n[ 0.264264] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.266656] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.268553] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.270455] TCP: reno registered\n[ 0.271435] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.273178] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.275209] NET: Registered protocol family 1\n[ 0.276622] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.278372] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.279968] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.302269] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.325219] Trying to unpack rootfs image as initramfs...\n[ 0.418311] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.421287] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.423023] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.424607] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.427280] Scanning for low memory corruption every 60 seconds\n[ 0.429647] Initialise system trusted keyring\n[ 0.430835] audit: initializing netlink socket (disabled)\n[ 0.432157] type=2000 audit(1534065282.709:1): initialized\n[ 0.452031] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.454301] zbud: loaded\n[ 0.455252] VFS: Disk quotas dquot_6.5.2\n[ 0.456290] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.458115] fuse init (API version 7.22)\n[ 0.459227] msgmni has been set to 3997\n[ 0.460283] Key type big_key registered\n[ 0.461536] Key type asymmetric registered\n[ 0.462587] Asymmetric key parser 'x509' registered\n[ 0.463741] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.465576] io scheduler noop registered\n[ 0.466507] io scheduler deadline registered (default)\n[ 0.467638] io scheduler cfq registered\n[ 0.468678] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.469970] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.471482] ipmi message handler version 39.2\n[ 0.472595] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.474326] ACPI: Power Button [PWRF]\n[ 0.475394] GHES: HEST is not enabled!\n[ 0.497489] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.542062] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564583] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.566613] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590635] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593137] Linux agpgart interface v0.103\n[ 0.595007] brd: module loaded\n[ 0.596218] loop: module loaded\n[ 0.597375] blk-mq: CPU -> queue map\n[ 0.598285] CPU 0 -> Queue 0\n[ 0.599042] CPU 1 -> Queue 0\n[ 0.600473] vda: vda1\n[ 0.601881] scsi0 : ata_piix\n[ 0.602665] scsi1 : ata_piix\n[ 0.603381] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.604747] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.606311] libphy: Fixed MDIO Bus: probed\n[ 0.607293] tun: Universal TUN/TAP device driver, 1.6\n[ 0.608367] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.611003] PPP generic driver version 2.4.2\n[ 0.612023] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.613322] ehci-pci: EHCI PCI platform driver\n[ 0.614273] ehci-platform: EHCI generic platform driver\n[ 0.615386] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.616641] ohci-pci: OHCI PCI platform driver\n[ 0.617624] ohci-platform: OHCI generic platform driver\n[ 0.618701] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.640745] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.641845] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.643461] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.644695] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646020] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647550] usb usb1: Product: UHCI Host Controller\n[ 0.648565] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd\n[ 0.649920] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651116] hub 1-0:1.0: USB hub found\n[ 0.652166] hub 1-0:1.0: 2 ports detected\n[ 0.653393] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655673] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656701] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657858] mousedev: PS/2 mouse device common for all mice\n[ 0.659249] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.661121] rtc_cmos 00:00: RTC can wake from S4\n[ 0.662782] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.664550] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.666329] device-mapper: uevent: version 1.0.3\n[ 0.667736] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.670130] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.671824] TCP: cubic registered\n[ 0.672903] NET: Registered protocol family 10\n[ 0.674394] NET: Registered protocol family 17\n[ 0.675733] Key type dns_resolver registered\n[ 0.677151] Loading compiled-in X.509 certificates\n[ 0.679026] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0'\n[ 0.681691] registered taskstats version 1\n[ 0.692859] Key type trusted registered\n[ 0.696517] Key type encrypted registered\n[ 0.697497] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.698946] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.700888] regulator-dummy: disabling\n[ 0.701901] Magic number: 14:35:222\n[ 0.703011] rtc_cmos 00:00: setting system clock to 2018-08-12 09:14:43 UTC (1534065283)\n[ 0.704889] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.706135] EDD information not available.\n[ 0.761384] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000)\n[ 0.763225] Write protecting the kernel read-only data: 12288k\n[ 0.764990] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000)\n[ 0.767838] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.781703] systemd-udevd[107]: starting version 204\n[ 0.820635] FDC 0 is a S82078B\n[ 0.964059] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.124684] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.126110] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.127461] usb 1-1: Product: QEMU USB Tablet\n[ 1.128372] usb 1-1: Manufacturer: QEMU\n[ 1.129215] usb 1-1: SerialNumber: 42\n[ 1.420090] tsc: Refined TSC clocksource calibration: 3491.877 MHz\n[ 1.845302] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.096165] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.184699] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n[ 2.283393] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sun, 12 Aug 2018 09:14:45 +0000. Up 2.66 seconds.\ncloud-init-nonet[2.85]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting cold plug devices[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\ncloud-init-nonet[9.46]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sun, 12 Aug 2018 09:14:52 +0000. Up 9.59 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:f8:47:bc |\nci-info: | eth0 | True | 192.168.0.6 | 255.255.255.0 | fa:16:3e:a0:8c:69 |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.2 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n"} 2018-08-12 09:16:08,398 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd/action used request id req-92b732cd-6835-49e5-b3e2-ec342003b889 2018-08-12 09:16:08,398 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.112863063812s 2018-08-12 09:16:08,399 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd/action used request id req-92b732cd-6835-49e5-b3e2-ec342003b889 2018-08-12 09:16:08,399 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-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] 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-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] 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] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 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 2 CPUs, 0 hotplug CPUs [ 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 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008016] Security Framework initialized [ 0.008913] AppArmor: AppArmor initialized [ 0.009837] Yama: becoming mindful. [ 0.010748] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.013325] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.015408] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.016006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.017778] Initializing cgroup subsys memory [ 0.018719] Initializing cgroup subsys devices [ 0.020003] Initializing cgroup subsys freezer [ 0.021086] Initializing cgroup subsys blkio [ 0.021991] Initializing cgroup subsys perf_event [ 0.022999] Initializing cgroup subsys hugetlb [ 0.024056] CPU: Physical Processor ID: 0 [ 0.024946] FEATURE SPEC_CTRL Not Present [ 0.026471] mce: CPU supports 10 MCE banks [ 0.028035] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.028035] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.030137] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.031421] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.032003] Speculative Store Bypass: Vulnerable [ 0.033566] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000) [ 0.038566] ACPI: Core revision 20131115 [ 0.040460] ACPI: All ACPI Tables successfully acquired [ 0.041709] ftrace: allocating 28727 entries in 113 pages [ 0.060291] Enabling x2apic [ 0.061073] Enabled x2apic [ 0.061964] Switched APIC routing to physical x2apic. [ 0.064919] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.066290] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.069066] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.076856] KVM setup paravirtual spinlock [ 0.079139] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.080155] x86: Booting SMP configuration: [ 0.081281] .... node #0, CPUs: #1[ 0.079106] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.096026] x86: Booted up 1 node, 2 CPUs [ 0.096018] KVM setup async PF for cpu 1 [ 0.096020] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.099631] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.100348] devtmpfs: initialized [ 0.102632] EVM: security.selinux [ 0.104005] EVM: security.SMACK64 [ 0.104954] EVM: security.ima [ 0.105920] EVM: security.capability [ 0.108118] pinctrl core: initialized pinctrl subsystem [ 0.109704] regulator-dummy: no parameters [ 0.110929] RTC time: 9:14:42, date: 08/12/18 [ 0.112038] NET: Registered protocol family 16 [ 0.113457] cpuidle: using governor ladder [ 0.114609] cpuidle: using governor menu [ 0.115850] ACPI: bus type PCI registered [ 0.116004] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.117746] PCI: Using configuration type 1 for base access [ 0.120038] bio: create slab at 0 [ 0.121189] ACPI: Added _OSI(Module Device) [ 0.121189] ACPI: Added _OSI(Processor Device) [ 0.122213] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.124005] ACPI: Added _OSI(Processor Aggregator Device) [ 0.126110] ACPI: Interpreter enabled [ 0.127154] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.129830] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.132005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.134822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.136755] ACPI: (supports S0 S5) [ 0.137721] ACPI: Using IOAPIC for interrupt routing [ 0.139117] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.140200] ACPI: No dock devices found. [ 0.143264] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.144008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.145991] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.147946] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.148206] acpiphp: Slot [3] registered [ 0.149509] acpiphp: Slot [4] registered [ 0.150716] acpiphp: Slot [5] registered [ 0.151857] acpiphp: Slot [6] registered [ 0.152020] acpiphp: Slot [7] registered [ 0.153216] acpiphp: Slot [8] registered [ 0.154428] acpiphp: Slot [9] registered [ 0.155633] acpiphp: Slot [10] registered [ 0.156024] acpiphp: Slot [11] registered [ 0.157002] acpiphp: Slot [12] registered [ 0.157975] acpiphp: Slot [13] registered [ 0.158963] acpiphp: Slot [14] registered [ 0.159983] acpiphp: Slot [15] registered [ 0.160023] acpiphp: Slot [16] registered [ 0.160985] acpiphp: Slot [17] registered [ 0.161921] acpiphp: Slot [18] registered [ 0.162915] acpiphp: Slot [19] registered [ 0.163849] acpiphp: Slot [20] registered [ 0.164031] acpiphp: Slot [21] registered [ 0.164958] acpiphp: Slot [22] registered [ 0.165998] acpiphp: Slot [23] registered [ 0.166930] acpiphp: Slot [24] registered [ 0.167875] acpiphp: Slot [25] registered [ 0.168028] acpiphp: Slot [26] registered [ 0.168961] acpiphp: Slot [27] registered [ 0.169925] acpiphp: Slot [28] registered [ 0.170792] acpiphp: Slot [29] registered [ 0.171685] acpiphp: Slot [30] registered [ 0.172025] acpiphp: Slot [31] registered [ 0.172955] PCI host bridge to bus 0000:00 [ 0.173880] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.175056] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.176004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.177251] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.178637] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.180006] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.186663] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.188013] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.215762] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.216865] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.218635] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.220322] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.221905] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.223587] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.224212] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.225252] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.227068] vgaarb: loaded [ 0.228003] vgaarb: bridge control possible 0000:00:02.0 [ 0.229353] SCSI subsystem initialized [ 0.230422] ACPI: bus type USB registered [ 0.230422] usbcore: registered new interface driver usbfs [ 0.232012] usbcore: registered new interface driver hub [ 0.233326] usbcore: registered new device driver usb [ 0.233326] PCI: Using ACPI for IRQ routing [ 0.233326] NetLabel: Initializing [ 0.236006] NetLabel: domain hash size = 128 [ 0.237063] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.238225] NetLabel: unlabeled traffic allowed by default [ 0.239575] Switched to clocksource kvm-clock [ 0.243616] AppArmor: AppArmor Filesystem Enabled [ 0.248321] pnp: PnP ACPI init [ 0.249466] ACPI: bus type PNP registered [ 0.251582] pnp: PnP ACPI: found 8 devices [ 0.252803] ACPI: bus type PNP unregistered [ 0.261343] NET: Registered protocol family 2 [ 0.264264] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.266656] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.268553] TCP: Hash tables configured (established 16384 bind 16384) [ 0.270455] TCP: reno registered [ 0.271435] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.273178] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.275209] NET: Registered protocol family 1 [ 0.276622] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.278372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.279968] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.302269] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.325219] Trying to unpack rootfs image as initramfs... [ 0.418311] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.421287] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.423023] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.424607] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.427280] Scanning for low memory corruption every 60 seconds [ 0.429647] Initialise system trusted keyring [ 0.430835] audit: initializing netlink socket (disabled) [ 0.432157] type=2000 audit(1534065282.709:1): initialized [ 0.452031] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.454301] zbud: loaded [ 0.455252] VFS: Disk quotas dquot_6.5.2 [ 0.456290] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.458115] fuse init (API version 7.22) [ 0.459227] msgmni has been set to 3997 [ 0.460283] Key type big_key registered [ 0.461536] Key type asymmetric registered [ 0.462587] Asymmetric key parser 'x509' registered [ 0.463741] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.465576] io scheduler noop registered [ 0.466507] io scheduler deadline registered (default) [ 0.467638] io scheduler cfq registered [ 0.468678] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.469970] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.471482] ipmi message handler version 39.2 [ 0.472595] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.474326] ACPI: Power Button [PWRF] [ 0.475394] GHES: HEST is not enabled! [ 0.497489] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.542062] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.564583] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.566613] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.590635] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.593137] Linux agpgart interface v0.103 [ 0.595007] brd: module loaded [ 0.596218] loop: module loaded [ 0.597375] blk-mq: CPU -> queue map [ 0.598285] CPU 0 -> Queue 0 [ 0.599042] CPU 1 -> Queue 0 [ 0.600473] vda: vda1 [ 0.601881] scsi0 : ata_piix [ 0.602665] scsi1 : ata_piix [ 0.603381] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.604747] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.606311] libphy: Fixed MDIO Bus: probed [ 0.607293] tun: Universal TUN/TAP device driver, 1.6 [ 0.608367] tun: (C) 1999-2004 Max Krasnyansky [ 0.611003] PPP generic driver version 2.4.2 [ 0.612023] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.613322] ehci-pci: EHCI PCI platform driver [ 0.614273] ehci-platform: EHCI generic platform driver [ 0.615386] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.616641] ohci-pci: OHCI PCI platform driver [ 0.617624] ohci-platform: OHCI generic platform driver [ 0.618701] uhci_hcd: USB Universal Host Controller Interface driver [ 0.640745] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.641845] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.643461] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.644695] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.646020] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.647550] usb usb1: Product: UHCI Host Controller [ 0.648565] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd [ 0.649920] usb usb1: SerialNumber: 0000:00:01.2 [ 0.651116] hub 1-0:1.0: USB hub found [ 0.652166] hub 1-0:1.0: 2 ports detected [ 0.653393] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.655673] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.656701] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.657858] mousedev: PS/2 mouse device common for all mice [ 0.659249] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.661121] rtc_cmos 00:00: RTC can wake from S4 [ 0.662782] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.664550] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.666329] device-mapper: uevent: version 1.0.3 [ 0.667736] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.670130] ledtrig-cpu: registered to indicate activity on CPUs [ 0.671824] TCP: cubic registered [ 0.672903] NET: Registered protocol family 10 [ 0.674394] NET: Registered protocol family 17 [ 0.675733] Key type dns_resolver registered [ 0.677151] Loading compiled-in X.509 certificates [ 0.679026] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0' [ 0.681691] registered taskstats version 1 [ 0.692859] Key type trusted registered [ 0.696517] Key type encrypted registered [ 0.697497] AppArmor: AppArmor sha1 policy hashing enabled [ 0.698946] IMA: No TPM chip found, activating TPM-bypass! [ 0.700888] regulator-dummy: disabling [ 0.701901] Magic number: 14:35:222 [ 0.703011] rtc_cmos 00:00: setting system clock to 2018-08-12 09:14:43 UTC (1534065283) [ 0.704889] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.706135] EDD information not available. [ 0.761384] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000) [ 0.763225] Write protecting the kernel read-only data: 12288k [ 0.764990] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000) [ 0.767838] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.781703] systemd-udevd[107]: starting version 204 [ 0.820635] FDC 0 is a S82078B [ 0.964059] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.124684] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.126110] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.127461] usb 1-1: Product: QEMU USB Tablet [ 1.128372] usb 1-1: Manufacturer: QEMU [ 1.129215] usb 1-1: SerialNumber: 42 [ 1.420090] tsc: Refined TSC clocksource calibration: 3491.877 MHz [ 1.845302] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.096165] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.184699] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] [ 2.283393] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sun, 12 Aug 2018 09:14:45 +0000. Up 2.66 seconds. cloud-init-nonet[2.85]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting cold plug devices[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] cloud-init-nonet[9.46]: static networking is now up * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sun, 12 Aug 2018 09:14:52 +0000. Up 9.59 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:f8:47:bc | ci-info: | eth0 | True | 192.168.0.6 | 255.255.255.0 | fa:16:3e:a0:8c:69 | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.2 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ 2018-08-12 09:16:08,400 - functest.core.singlevm - DEBUG - try 7: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-12 09:16:18,411 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:16:18,414 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:16:19,098 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09: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-5360c395-568f-4175-b725-165be7dfa01f x-compute-request-id: req-5360c395-568f-4175-b725-165be7dfa01f Content-Encoding: gzip Content-Length: 1505 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:8c:69", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:8c:69", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:47:bc", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:47:bc", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/0d05f869-c182-4a19-86bf-4ac078c523fd", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:41.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "0d05f869-c182-4a19-86bf-4ac078c523fd", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:41Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "homer-0.clearwater.opnfv", "created": "2018-08-12T09:14:06Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:24:50", "version": 4, "addr": "192.168.0.22", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:24:50", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:35:db:99", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/1c9b6e42-b18c-407e-8d00-9077025769fd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1c9b6e42-b18c-407e-8d00-9077025769fd", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:39.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "1c9b6e42-b18c-407e-8d00-9077025769fd", "security_groups": [{"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:39Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "dime-0.clearwater.opnfv", "created": "2018-08-12T09:14:05Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:73:af", "version": 4, "addr": "192.168.0.17", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:73:af", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:b9:f2", "version": 4, "addr": "192.168.1.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:b9:f2", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:41.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:41Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "bono-0.clearwater.opnfv", "created": "2018-08-12T09:14:05Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:27:6c", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:27:6c", "version": 4, "addr": "172.30.9.216", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:82:86", "version": 4, "addr": "192.168.1.24", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/566a63cc-7490-4385-b2ac-bfb24030a031", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/566a63cc-7490-4385-b2ac-bfb24030a031", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:34.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "566a63cc-7490-4385-b2ac-bfb24030a031", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:34Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-12T09:14:04Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:9d:e5", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:9d:e5", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b4:d8:25", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/7a80620a-d807-4698-b6c3-7c140a7b5157", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/7a80620a-d807-4698-b6c3-7c140a7b5157", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:25.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "7a80620a-d807-4698-b6c3-7c140a7b5157", "security_groups": [{"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:25Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-12T09:14:04Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:ca:f6", "version": 4, "addr": "192.168.0.23", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:ca:f6", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/3544e1e5-febb-4596-964e-1a53f9d26ab6", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/3544e1e5-febb-4596-964e-1a53f9d26ab6", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:13:48.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "3544e1e5-febb-4596-964e-1a53f9d26ab6", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:13:48Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-12T09:12:11Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:77:d2", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:77:d2", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ac:00:39", "version": 4, "addr": "192.168.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/24234aa3-febc-4826-8d67-0c33e6f38782", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/24234aa3-febc-4826-8d67-0c33e6f38782", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:12:00.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "24234aa3-febc-4826-8d67-0c33e6f38782", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:12:00Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "ns.clearwater.opnfv", "created": "2018-08-12T09:10:20Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:16:19,098 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-5360c395-568f-4175-b725-165be7dfa01f 2018-08-12 09:16:19,099 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.687709093094s 2018-08-12 09:16:19,099 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-5360c395-568f-4175-b725-165be7dfa01f 2018-08-12 09:16:19,107 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-12 09:16:19,109 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd/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}d584eff3730be386f99aabb4bf64013d89965dc6" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 09:16:19,183 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09: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-553fc738-6cb3-428a-bd9e-ce449c04f7c7 x-compute-request-id: req-553fc738-6cb3-428a-bd9e-ce449c04f7c7 Content-Encoding: gzip Content-Length: 9630 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 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] 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-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] 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] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\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 2 CPUs, 0 hotplug CPUs\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 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008016] Security Framework initialized\n[ 0.008913] AppArmor: AppArmor initialized\n[ 0.009837] Yama: becoming mindful.\n[ 0.010748] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.013325] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.015408] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.016006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.017778] Initializing cgroup subsys memory\n[ 0.018719] Initializing cgroup subsys devices\n[ 0.020003] Initializing cgroup subsys freezer\n[ 0.021086] Initializing cgroup subsys blkio\n[ 0.021991] Initializing cgroup subsys perf_event\n[ 0.022999] Initializing cgroup subsys hugetlb\n[ 0.024056] CPU: Physical Processor ID: 0\n[ 0.024946] FEATURE SPEC_CTRL Not Present\n[ 0.026471] mce: CPU supports 10 MCE banks\n[ 0.028035] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.028035] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.030137] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.031421] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.032003] Speculative Store Bypass: Vulnerable\n[ 0.033566] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000)\n[ 0.038566] ACPI: Core revision 20131115\n[ 0.040460] ACPI: All ACPI Tables successfully acquired\n[ 0.041709] ftrace: allocating 28727 entries in 113 pages\n[ 0.060291] Enabling x2apic\n[ 0.061073] Enabled x2apic\n[ 0.061964] Switched APIC routing to physical x2apic.\n[ 0.064919] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.066290] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.069066] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.076856] KVM setup paravirtual spinlock\n[ 0.079139] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.080155] x86: Booting SMP configuration:\n[ 0.081281] .... node #0, CPUs: #1[ 0.079106] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.096026] x86: Booted up 1 node, 2 CPUs\n[ 0.096018] KVM setup async PF for cpu 1\n[ 0.096020] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.099631] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.100348] devtmpfs: initialized\n[ 0.102632] EVM: security.selinux\n[ 0.104005] EVM: security.SMACK64\n[ 0.104954] EVM: security.ima\n[ 0.105920] EVM: security.capability\n[ 0.108118] pinctrl core: initialized pinctrl subsystem\n[ 0.109704] regulator-dummy: no parameters\n[ 0.110929] RTC time: 9:14:42, date: 08/12/18\n[ 0.112038] NET: Registered protocol family 16\n[ 0.113457] cpuidle: using governor ladder\n[ 0.114609] cpuidle: using governor menu\n[ 0.115850] ACPI: bus type PCI registered\n[ 0.116004] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.117746] PCI: Using configuration type 1 for base access\n[ 0.120038] bio: create slab at 0\n[ 0.121189] ACPI: Added _OSI(Module Device)\n[ 0.121189] ACPI: Added _OSI(Processor Device)\n[ 0.122213] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.124005] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.126110] ACPI: Interpreter enabled\n[ 0.127154] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.129830] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.132005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.134822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.136755] ACPI: (supports S0 S5)\n[ 0.137721] ACPI: Using IOAPIC for interrupt routing\n[ 0.139117] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.140200] ACPI: No dock devices found.\n[ 0.143264] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.144008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.145991] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.147946] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.148206] acpiphp: Slot [3] registered\n[ 0.149509] acpiphp: Slot [4] registered\n[ 0.150716] acpiphp: Slot [5] registered\n[ 0.151857] acpiphp: Slot [6] registered\n[ 0.152020] acpiphp: Slot [7] registered\n[ 0.153216] acpiphp: Slot [8] registered\n[ 0.154428] acpiphp: Slot [9] registered\n[ 0.155633] acpiphp: Slot [10] registered\n[ 0.156024] acpiphp: Slot [11] registered\n[ 0.157002] acpiphp: Slot [12] registered\n[ 0.157975] acpiphp: Slot [13] registered\n[ 0.158963] acpiphp: Slot [14] registered\n[ 0.159983] acpiphp: Slot [15] registered\n[ 0.160023] acpiphp: Slot [16] registered\n[ 0.160985] acpiphp: Slot [17] registered\n[ 0.161921] acpiphp: Slot [18] registered\n[ 0.162915] acpiphp: Slot [19] registered\n[ 0.163849] acpiphp: Slot [20] registered\n[ 0.164031] acpiphp: Slot [21] registered\n[ 0.164958] acpiphp: Slot [22] registered\n[ 0.165998] acpiphp: Slot [23] registered\n[ 0.166930] acpiphp: Slot [24] registered\n[ 0.167875] acpiphp: Slot [25] registered\n[ 0.168028] acpiphp: Slot [26] registered\n[ 0.168961] acpiphp: Slot [27] registered\n[ 0.169925] acpiphp: Slot [28] registered\n[ 0.170792] acpiphp: Slot [29] registered\n[ 0.171685] acpiphp: Slot [30] registered\n[ 0.172025] acpiphp: Slot [31] registered\n[ 0.172955] PCI host bridge to bus 0000:00\n[ 0.173880] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.175056] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.176004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.177251] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.178637] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.180006] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.186663] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.188013] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.215762] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.216865] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.218635] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.220322] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.221905] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.223587] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.224212] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.225252] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.227068] vgaarb: loaded\n[ 0.228003] vgaarb: bridge control possible 0000:00:02.0\n[ 0.229353] SCSI subsystem initialized\n[ 0.230422] ACPI: bus type USB registered\n[ 0.230422] usbcore: registered new interface driver usbfs\n[ 0.232012] usbcore: registered new interface driver hub\n[ 0.233326] usbcore: registered new device driver usb\n[ 0.233326] PCI: Using ACPI for IRQ routing\n[ 0.233326] NetLabel: Initializing\n[ 0.236006] NetLabel: domain hash size = 128\n[ 0.237063] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.238225] NetLabel: unlabeled traffic allowed by default\n[ 0.239575] Switched to clocksource kvm-clock\n[ 0.243616] AppArmor: AppArmor Filesystem Enabled\n[ 0.248321] pnp: PnP ACPI init\n[ 0.249466] ACPI: bus type PNP registered\n[ 0.251582] pnp: PnP ACPI: found 8 devices\n[ 0.252803] ACPI: bus type PNP unregistered\n[ 0.261343] NET: Registered protocol family 2\n[ 0.264264] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.266656] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.268553] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.270455] TCP: reno registered\n[ 0.271435] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.273178] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.275209] NET: Registered protocol family 1\n[ 0.276622] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.278372] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.279968] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.302269] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.325219] Trying to unpack rootfs image as initramfs...\n[ 0.418311] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.421287] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.423023] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.424607] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.427280] Scanning for low memory corruption every 60 seconds\n[ 0.429647] Initialise system trusted keyring\n[ 0.430835] audit: initializing netlink socket (disabled)\n[ 0.432157] type=2000 audit(1534065282.709:1): initialized\n[ 0.452031] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.454301] zbud: loaded\n[ 0.455252] VFS: Disk quotas dquot_6.5.2\n[ 0.456290] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.458115] fuse init (API version 7.22)\n[ 0.459227] msgmni has been set to 3997\n[ 0.460283] Key type big_key registered\n[ 0.461536] Key type asymmetric registered\n[ 0.462587] Asymmetric key parser 'x509' registered\n[ 0.463741] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.465576] io scheduler noop registered\n[ 0.466507] io scheduler deadline registered (default)\n[ 0.467638] io scheduler cfq registered\n[ 0.468678] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.469970] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.471482] ipmi message handler version 39.2\n[ 0.472595] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.474326] ACPI: Power Button [PWRF]\n[ 0.475394] GHES: HEST is not enabled!\n[ 0.497489] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.542062] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564583] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.566613] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590635] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593137] Linux agpgart interface v0.103\n[ 0.595007] brd: module loaded\n[ 0.596218] loop: module loaded\n[ 0.597375] blk-mq: CPU -> queue map\n[ 0.598285] CPU 0 -> Queue 0\n[ 0.599042] CPU 1 -> Queue 0\n[ 0.600473] vda: vda1\n[ 0.601881] scsi0 : ata_piix\n[ 0.602665] scsi1 : ata_piix\n[ 0.603381] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.604747] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.606311] libphy: Fixed MDIO Bus: probed\n[ 0.607293] tun: Universal TUN/TAP device driver, 1.6\n[ 0.608367] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.611003] PPP generic driver version 2.4.2\n[ 0.612023] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.613322] ehci-pci: EHCI PCI platform driver\n[ 0.614273] ehci-platform: EHCI generic platform driver\n[ 0.615386] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.616641] ohci-pci: OHCI PCI platform driver\n[ 0.617624] ohci-platform: OHCI generic platform driver\n[ 0.618701] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.640745] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.641845] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.643461] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.644695] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646020] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647550] usb usb1: Product: UHCI Host Controller\n[ 0.648565] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd\n[ 0.649920] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651116] hub 1-0:1.0: USB hub found\n[ 0.652166] hub 1-0:1.0: 2 ports detected\n[ 0.653393] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655673] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656701] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657858] mousedev: PS/2 mouse device common for all mice\n[ 0.659249] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.661121] rtc_cmos 00:00: RTC can wake from S4\n[ 0.662782] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.664550] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.666329] device-mapper: uevent: version 1.0.3\n[ 0.667736] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.670130] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.671824] TCP: cubic registered\n[ 0.672903] NET: Registered protocol family 10\n[ 0.674394] NET: Registered protocol family 17\n[ 0.675733] Key type dns_resolver registered\n[ 0.677151] Loading compiled-in X.509 certificates\n[ 0.679026] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0'\n[ 0.681691] registered taskstats version 1\n[ 0.692859] Key type trusted registered\n[ 0.696517] Key type encrypted registered\n[ 0.697497] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.698946] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.700888] regulator-dummy: disabling\n[ 0.701901] Magic number: 14:35:222\n[ 0.703011] rtc_cmos 00:00: setting system clock to 2018-08-12 09:14:43 UTC (1534065283)\n[ 0.704889] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.706135] EDD information not available.\n[ 0.761384] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000)\n[ 0.763225] Write protecting the kernel read-only data: 12288k\n[ 0.764990] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000)\n[ 0.767838] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.781703] systemd-udevd[107]: starting version 204\n[ 0.820635] FDC 0 is a S82078B\n[ 0.964059] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.124684] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.126110] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.127461] usb 1-1: Product: QEMU USB Tablet\n[ 1.128372] usb 1-1: Manufacturer: QEMU\n[ 1.129215] usb 1-1: SerialNumber: 42\n[ 1.420090] tsc: Refined TSC clocksource calibration: 3491.877 MHz\n[ 1.845302] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.096165] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.184699] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n[ 2.283393] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sun, 12 Aug 2018 09:14:45 +0000. Up 2.66 seconds.\ncloud-init-nonet[2.85]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting cold plug devices[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\ncloud-init-nonet[9.46]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sun, 12 Aug 2018 09:14:52 +0000. Up 9.59 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:f8:47:bc |\nci-info: | eth0 | True | 192.168.0.6 | 255.255.255.0 | fa:16:3e:a0:8c:69 |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.2 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\n9e:9e:9f:8d:3a:a6:9c:55:48:62:37:40:24:56:bf:96 root@homer-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| o+= |\n| . . o |\n| o = |\n| . + = |\n| E . |\n| o o |\n| + |\n| . +o. + |\n| +o+++ . |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\nf5:82:85:56:b7:31:ca:0c:a6:5a:c4:22:5d:9b:95:f7 root@homer-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| . oo +.. + |\n| . o..*.*.o + |\n| . .= o.*.. |\n| o . + .E |\n| . S . . |\n| . |\n| |\n| |\n| |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\nae:94:d0:9e:d4:d7:5a:03:f2:3e:7d:6b:94:24:f5:c1 root@homer-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| . |\n| .E |\n| . . . ..|\n| . . o o. . .|\n| . o S o +o . |\n| + + o + .o |\n| = . + ... |\n| . . . ... |\n| . .. |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\ne9:6d:b2:ce:65:c3:06:5d:25:e6:9f:e9:9d:26:da:19 root@homer-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| o . |\n| o o |\n| o |\n| o . . o |\n| S . + |\n| . + . ..|\n| o O E.o.|\n| . B .o = |\n| .+ . o |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS homer-0 ttyS0\n\nhomer-0 login: "} 2018-08-12 09:16:19,184 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd/action used request id req-553fc738-6cb3-428a-bd9e-ce449c04f7c7 2018-08-12 09:16:19,184 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0771682262421s 2018-08-12 09:16:19,185 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd/action used request id req-553fc738-6cb3-428a-bd9e-ce449c04f7c7 2018-08-12 09:16:19,185 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-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] 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-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] 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] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 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 2 CPUs, 0 hotplug CPUs [ 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 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008016] Security Framework initialized [ 0.008913] AppArmor: AppArmor initialized [ 0.009837] Yama: becoming mindful. [ 0.010748] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.013325] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.015408] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.016006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.017778] Initializing cgroup subsys memory [ 0.018719] Initializing cgroup subsys devices [ 0.020003] Initializing cgroup subsys freezer [ 0.021086] Initializing cgroup subsys blkio [ 0.021991] Initializing cgroup subsys perf_event [ 0.022999] Initializing cgroup subsys hugetlb [ 0.024056] CPU: Physical Processor ID: 0 [ 0.024946] FEATURE SPEC_CTRL Not Present [ 0.026471] mce: CPU supports 10 MCE banks [ 0.028035] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.028035] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.030137] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.031421] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.032003] Speculative Store Bypass: Vulnerable [ 0.033566] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000) [ 0.038566] ACPI: Core revision 20131115 [ 0.040460] ACPI: All ACPI Tables successfully acquired [ 0.041709] ftrace: allocating 28727 entries in 113 pages [ 0.060291] Enabling x2apic [ 0.061073] Enabled x2apic [ 0.061964] Switched APIC routing to physical x2apic. [ 0.064919] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.066290] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.069066] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.076856] KVM setup paravirtual spinlock [ 0.079139] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.080155] x86: Booting SMP configuration: [ 0.081281] .... node #0, CPUs: #1[ 0.079106] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.096026] x86: Booted up 1 node, 2 CPUs [ 0.096018] KVM setup async PF for cpu 1 [ 0.096020] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.099631] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.100348] devtmpfs: initialized [ 0.102632] EVM: security.selinux [ 0.104005] EVM: security.SMACK64 [ 0.104954] EVM: security.ima [ 0.105920] EVM: security.capability [ 0.108118] pinctrl core: initialized pinctrl subsystem [ 0.109704] regulator-dummy: no parameters [ 0.110929] RTC time: 9:14:42, date: 08/12/18 [ 0.112038] NET: Registered protocol family 16 [ 0.113457] cpuidle: using governor ladder [ 0.114609] cpuidle: using governor menu [ 0.115850] ACPI: bus type PCI registered [ 0.116004] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.117746] PCI: Using configuration type 1 for base access [ 0.120038] bio: create slab at 0 [ 0.121189] ACPI: Added _OSI(Module Device) [ 0.121189] ACPI: Added _OSI(Processor Device) [ 0.122213] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.124005] ACPI: Added _OSI(Processor Aggregator Device) [ 0.126110] ACPI: Interpreter enabled [ 0.127154] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.129830] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.132005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.134822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.136755] ACPI: (supports S0 S5) [ 0.137721] ACPI: Using IOAPIC for interrupt routing [ 0.139117] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.140200] ACPI: No dock devices found. [ 0.143264] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.144008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.145991] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.147946] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.148206] acpiphp: Slot [3] registered [ 0.149509] acpiphp: Slot [4] registered [ 0.150716] acpiphp: Slot [5] registered [ 0.151857] acpiphp: Slot [6] registered [ 0.152020] acpiphp: Slot [7] registered [ 0.153216] acpiphp: Slot [8] registered [ 0.154428] acpiphp: Slot [9] registered [ 0.155633] acpiphp: Slot [10] registered [ 0.156024] acpiphp: Slot [11] registered [ 0.157002] acpiphp: Slot [12] registered [ 0.157975] acpiphp: Slot [13] registered [ 0.158963] acpiphp: Slot [14] registered [ 0.159983] acpiphp: Slot [15] registered [ 0.160023] acpiphp: Slot [16] registered [ 0.160985] acpiphp: Slot [17] registered [ 0.161921] acpiphp: Slot [18] registered [ 0.162915] acpiphp: Slot [19] registered [ 0.163849] acpiphp: Slot [20] registered [ 0.164031] acpiphp: Slot [21] registered [ 0.164958] acpiphp: Slot [22] registered [ 0.165998] acpiphp: Slot [23] registered [ 0.166930] acpiphp: Slot [24] registered [ 0.167875] acpiphp: Slot [25] registered [ 0.168028] acpiphp: Slot [26] registered [ 0.168961] acpiphp: Slot [27] registered [ 0.169925] acpiphp: Slot [28] registered [ 0.170792] acpiphp: Slot [29] registered [ 0.171685] acpiphp: Slot [30] registered [ 0.172025] acpiphp: Slot [31] registered [ 0.172955] PCI host bridge to bus 0000:00 [ 0.173880] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.175056] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.176004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.177251] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.178637] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.180006] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.186663] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.188013] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.215762] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.216865] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.218635] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.220322] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.221905] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.223587] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.224212] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.225252] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.227068] vgaarb: loaded [ 0.228003] vgaarb: bridge control possible 0000:00:02.0 [ 0.229353] SCSI subsystem initialized [ 0.230422] ACPI: bus type USB registered [ 0.230422] usbcore: registered new interface driver usbfs [ 0.232012] usbcore: registered new interface driver hub [ 0.233326] usbcore: registered new device driver usb [ 0.233326] PCI: Using ACPI for IRQ routing [ 0.233326] NetLabel: Initializing [ 0.236006] NetLabel: domain hash size = 128 [ 0.237063] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.238225] NetLabel: unlabeled traffic allowed by default [ 0.239575] Switched to clocksource kvm-clock [ 0.243616] AppArmor: AppArmor Filesystem Enabled [ 0.248321] pnp: PnP ACPI init [ 0.249466] ACPI: bus type PNP registered [ 0.251582] pnp: PnP ACPI: found 8 devices [ 0.252803] ACPI: bus type PNP unregistered [ 0.261343] NET: Registered protocol family 2 [ 0.264264] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.266656] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.268553] TCP: Hash tables configured (established 16384 bind 16384) [ 0.270455] TCP: reno registered [ 0.271435] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.273178] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.275209] NET: Registered protocol family 1 [ 0.276622] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.278372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.279968] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.302269] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.325219] Trying to unpack rootfs image as initramfs... [ 0.418311] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.421287] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.423023] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.424607] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.427280] Scanning for low memory corruption every 60 seconds [ 0.429647] Initialise system trusted keyring [ 0.430835] audit: initializing netlink socket (disabled) [ 0.432157] type=2000 audit(1534065282.709:1): initialized [ 0.452031] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.454301] zbud: loaded [ 0.455252] VFS: Disk quotas dquot_6.5.2 [ 0.456290] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.458115] fuse init (API version 7.22) [ 0.459227] msgmni has been set to 3997 [ 0.460283] Key type big_key registered [ 0.461536] Key type asymmetric registered [ 0.462587] Asymmetric key parser 'x509' registered [ 0.463741] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.465576] io scheduler noop registered [ 0.466507] io scheduler deadline registered (default) [ 0.467638] io scheduler cfq registered [ 0.468678] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.469970] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.471482] ipmi message handler version 39.2 [ 0.472595] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.474326] ACPI: Power Button [PWRF] [ 0.475394] GHES: HEST is not enabled! [ 0.497489] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.542062] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.564583] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.566613] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.590635] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.593137] Linux agpgart interface v0.103 [ 0.595007] brd: module loaded [ 0.596218] loop: module loaded [ 0.597375] blk-mq: CPU -> queue map [ 0.598285] CPU 0 -> Queue 0 [ 0.599042] CPU 1 -> Queue 0 [ 0.600473] vda: vda1 [ 0.601881] scsi0 : ata_piix [ 0.602665] scsi1 : ata_piix [ 0.603381] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.604747] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.606311] libphy: Fixed MDIO Bus: probed [ 0.607293] tun: Universal TUN/TAP device driver, 1.6 [ 0.608367] tun: (C) 1999-2004 Max Krasnyansky [ 0.611003] PPP generic driver version 2.4.2 [ 0.612023] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.613322] ehci-pci: EHCI PCI platform driver [ 0.614273] ehci-platform: EHCI generic platform driver [ 0.615386] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.616641] ohci-pci: OHCI PCI platform driver [ 0.617624] ohci-platform: OHCI generic platform driver [ 0.618701] uhci_hcd: USB Universal Host Controller Interface driver [ 0.640745] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.641845] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.643461] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.644695] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.646020] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.647550] usb usb1: Product: UHCI Host Controller [ 0.648565] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd [ 0.649920] usb usb1: SerialNumber: 0000:00:01.2 [ 0.651116] hub 1-0:1.0: USB hub found [ 0.652166] hub 1-0:1.0: 2 ports detected [ 0.653393] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.655673] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.656701] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.657858] mousedev: PS/2 mouse device common for all mice [ 0.659249] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.661121] rtc_cmos 00:00: RTC can wake from S4 [ 0.662782] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.664550] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.666329] device-mapper: uevent: version 1.0.3 [ 0.667736] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.670130] ledtrig-cpu: registered to indicate activity on CPUs [ 0.671824] TCP: cubic registered [ 0.672903] NET: Registered protocol family 10 [ 0.674394] NET: Registered protocol family 17 [ 0.675733] Key type dns_resolver registered [ 0.677151] Loading compiled-in X.509 certificates [ 0.679026] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0' [ 0.681691] registered taskstats version 1 [ 0.692859] Key type trusted registered [ 0.696517] Key type encrypted registered [ 0.697497] AppArmor: AppArmor sha1 policy hashing enabled [ 0.698946] IMA: No TPM chip found, activating TPM-bypass! [ 0.700888] regulator-dummy: disabling [ 0.701901] Magic number: 14:35:222 [ 0.703011] rtc_cmos 00:00: setting system clock to 2018-08-12 09:14:43 UTC (1534065283) [ 0.704889] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.706135] EDD information not available. [ 0.761384] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000) [ 0.763225] Write protecting the kernel read-only data: 12288k [ 0.764990] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000) [ 0.767838] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.781703] systemd-udevd[107]: starting version 204 [ 0.820635] FDC 0 is a S82078B [ 0.964059] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.124684] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.126110] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.127461] usb 1-1: Product: QEMU USB Tablet [ 1.128372] usb 1-1: Manufacturer: QEMU [ 1.129215] usb 1-1: SerialNumber: 42 [ 1.420090] tsc: Refined TSC clocksource calibration: 3491.877 MHz [ 1.845302] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.096165] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.184699] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] [ 2.283393] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sun, 12 Aug 2018 09:14:45 +0000. Up 2.66 seconds. cloud-init-nonet[2.85]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting cold plug devices[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] cloud-init-nonet[9.46]: static networking is now up * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sun, 12 Aug 2018 09:14:52 +0000. Up 9.59 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:f8:47:bc | ci-info: | eth0 | True | 192.168.0.6 | 255.255.255.0 | fa:16:3e:a0:8c:69 | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.2 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: 9e:9e:9f:8d:3a:a6:9c:55:48:62:37:40:24:56:bf:96 root@homer-0 The key's randomart image is: +--[ RSA 2048]----+ | o+= | | . . o | | o = | | . + = | | E . | | o o | | + | | . +o. + | | +o+++ . | +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: f5:82:85:56:b7:31:ca:0c:a6:5a:c4:22:5d:9b:95:f7 root@homer-0 The key's randomart image is: +--[ DSA 1024]----+ | . oo +.. + | | . o..*.*.o + | | . .= o.*.. | | o . + .E | | . S . . | | . | | | | | | | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: ae:94:d0:9e:d4:d7:5a:03:f2:3e:7d:6b:94:24:f5:c1 root@homer-0 The key's randomart image is: +--[ECDSA 256]---+ | . | | .E | | . . . ..| | . . o o. . .| | . o S o +o . | | + + o + .o | | = . + ... | | . . . ... | | . .. | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: e9:6d:b2:ce:65:c3:06:5d:25:e6:9f:e9:9d:26:da:19 root@homer-0 The key's randomart image is: +--[ED25519 256--+ | o . | | o o | | o | | o . . o | | S . + | | . + . ..| | o O E.o.| | . B .o = | | .+ . o | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS homer-0 ttyS0 homer-0 login: 2018-08-12 09:16:19,186 - functest.core.singlevm - DEBUG - try 8: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-12 09:16:29,191 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:16:29,194 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:16:29,201 - shade - DEBUG - Unable to establish connection to http://172.30.9.21:8774/v2.1/servers/detail: ('Connection aborted.', BadStatusLine("''",)) 2018-08-12 09:16:29,201 - shade - DEBUG - Connection failure on envvars:regionOne for compute.GET.servers.detail after 0.00994992256165 seconds, retrying 2018-08-12 09:16:29,204 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:16:30,011 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:16: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-726483e4-2a2e-450b-b89b-5f0122d54bad x-compute-request-id: req-726483e4-2a2e-450b-b89b-5f0122d54bad Content-Encoding: gzip Content-Length: 1505 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:8c:69", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:8c:69", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:47:bc", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:47:bc", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/0d05f869-c182-4a19-86bf-4ac078c523fd", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:41.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "0d05f869-c182-4a19-86bf-4ac078c523fd", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:41Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "homer-0.clearwater.opnfv", "created": "2018-08-12T09:14:06Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:24:50", "version": 4, "addr": "192.168.0.22", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:24:50", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:35:db:99", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/1c9b6e42-b18c-407e-8d00-9077025769fd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1c9b6e42-b18c-407e-8d00-9077025769fd", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:39.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "1c9b6e42-b18c-407e-8d00-9077025769fd", "security_groups": [{"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:39Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "dime-0.clearwater.opnfv", "created": "2018-08-12T09:14:05Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:73:af", "version": 4, "addr": "192.168.0.17", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:73:af", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:b9:f2", "version": 4, "addr": "192.168.1.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:b9:f2", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:41.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:41Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "bono-0.clearwater.opnfv", "created": "2018-08-12T09:14:05Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:27:6c", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:27:6c", "version": 4, "addr": "172.30.9.216", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:82:86", "version": 4, "addr": "192.168.1.24", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/566a63cc-7490-4385-b2ac-bfb24030a031", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/566a63cc-7490-4385-b2ac-bfb24030a031", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:34.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "566a63cc-7490-4385-b2ac-bfb24030a031", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:34Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-12T09:14:04Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:9d:e5", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:9d:e5", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b4:d8:25", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/7a80620a-d807-4698-b6c3-7c140a7b5157", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/7a80620a-d807-4698-b6c3-7c140a7b5157", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:25.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "7a80620a-d807-4698-b6c3-7c140a7b5157", "security_groups": [{"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:25Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-12T09:14:04Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:ca:f6", "version": 4, "addr": "192.168.0.23", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:ca:f6", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/3544e1e5-febb-4596-964e-1a53f9d26ab6", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/3544e1e5-febb-4596-964e-1a53f9d26ab6", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:13:48.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "3544e1e5-febb-4596-964e-1a53f9d26ab6", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:13:48Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-12T09:12:11Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:77:d2", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:77:d2", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ac:00:39", "version": 4, "addr": "192.168.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/24234aa3-febc-4826-8d67-0c33e6f38782", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/24234aa3-febc-4826-8d67-0c33e6f38782", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:12:00.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "24234aa3-febc-4826-8d67-0c33e6f38782", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:12:00Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "ns.clearwater.opnfv", "created": "2018-08-12T09:10:20Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:16:30,012 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-726483e4-2a2e-450b-b89b-5f0122d54bad 2018-08-12 09:16:30,012 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.820574998856s 2018-08-12 09:16:30,013 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-726483e4-2a2e-450b-b89b-5f0122d54bad 2018-08-12 09:16:30,020 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-12 09:16:30,023 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd/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}d584eff3730be386f99aabb4bf64013d89965dc6" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 09:16:30,127 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:16: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-3e8e2bd2-98e4-47bd-a278-dac1c0027dda x-compute-request-id: req-3e8e2bd2-98e4-47bd-a278-dac1c0027dda Content-Encoding: gzip Content-Length: 9630 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 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] 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-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] 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] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\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 2 CPUs, 0 hotplug CPUs\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 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008016] Security Framework initialized\n[ 0.008913] AppArmor: AppArmor initialized\n[ 0.009837] Yama: becoming mindful.\n[ 0.010748] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.013325] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.015408] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.016006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.017778] Initializing cgroup subsys memory\n[ 0.018719] Initializing cgroup subsys devices\n[ 0.020003] Initializing cgroup subsys freezer\n[ 0.021086] Initializing cgroup subsys blkio\n[ 0.021991] Initializing cgroup subsys perf_event\n[ 0.022999] Initializing cgroup subsys hugetlb\n[ 0.024056] CPU: Physical Processor ID: 0\n[ 0.024946] FEATURE SPEC_CTRL Not Present\n[ 0.026471] mce: CPU supports 10 MCE banks\n[ 0.028035] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.028035] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.030137] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.031421] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.032003] Speculative Store Bypass: Vulnerable\n[ 0.033566] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000)\n[ 0.038566] ACPI: Core revision 20131115\n[ 0.040460] ACPI: All ACPI Tables successfully acquired\n[ 0.041709] ftrace: allocating 28727 entries in 113 pages\n[ 0.060291] Enabling x2apic\n[ 0.061073] Enabled x2apic\n[ 0.061964] Switched APIC routing to physical x2apic.\n[ 0.064919] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.066290] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.069066] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.076856] KVM setup paravirtual spinlock\n[ 0.079139] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.080155] x86: Booting SMP configuration:\n[ 0.081281] .... node #0, CPUs: #1[ 0.079106] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.096026] x86: Booted up 1 node, 2 CPUs\n[ 0.096018] KVM setup async PF for cpu 1\n[ 0.096020] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.099631] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.100348] devtmpfs: initialized\n[ 0.102632] EVM: security.selinux\n[ 0.104005] EVM: security.SMACK64\n[ 0.104954] EVM: security.ima\n[ 0.105920] EVM: security.capability\n[ 0.108118] pinctrl core: initialized pinctrl subsystem\n[ 0.109704] regulator-dummy: no parameters\n[ 0.110929] RTC time: 9:14:42, date: 08/12/18\n[ 0.112038] NET: Registered protocol family 16\n[ 0.113457] cpuidle: using governor ladder\n[ 0.114609] cpuidle: using governor menu\n[ 0.115850] ACPI: bus type PCI registered\n[ 0.116004] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.117746] PCI: Using configuration type 1 for base access\n[ 0.120038] bio: create slab at 0\n[ 0.121189] ACPI: Added _OSI(Module Device)\n[ 0.121189] ACPI: Added _OSI(Processor Device)\n[ 0.122213] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.124005] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.126110] ACPI: Interpreter enabled\n[ 0.127154] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.129830] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.132005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.134822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.136755] ACPI: (supports S0 S5)\n[ 0.137721] ACPI: Using IOAPIC for interrupt routing\n[ 0.139117] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.140200] ACPI: No dock devices found.\n[ 0.143264] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.144008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.145991] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.147946] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.148206] acpiphp: Slot [3] registered\n[ 0.149509] acpiphp: Slot [4] registered\n[ 0.150716] acpiphp: Slot [5] registered\n[ 0.151857] acpiphp: Slot [6] registered\n[ 0.152020] acpiphp: Slot [7] registered\n[ 0.153216] acpiphp: Slot [8] registered\n[ 0.154428] acpiphp: Slot [9] registered\n[ 0.155633] acpiphp: Slot [10] registered\n[ 0.156024] acpiphp: Slot [11] registered\n[ 0.157002] acpiphp: Slot [12] registered\n[ 0.157975] acpiphp: Slot [13] registered\n[ 0.158963] acpiphp: Slot [14] registered\n[ 0.159983] acpiphp: Slot [15] registered\n[ 0.160023] acpiphp: Slot [16] registered\n[ 0.160985] acpiphp: Slot [17] registered\n[ 0.161921] acpiphp: Slot [18] registered\n[ 0.162915] acpiphp: Slot [19] registered\n[ 0.163849] acpiphp: Slot [20] registered\n[ 0.164031] acpiphp: Slot [21] registered\n[ 0.164958] acpiphp: Slot [22] registered\n[ 0.165998] acpiphp: Slot [23] registered\n[ 0.166930] acpiphp: Slot [24] registered\n[ 0.167875] acpiphp: Slot [25] registered\n[ 0.168028] acpiphp: Slot [26] registered\n[ 0.168961] acpiphp: Slot [27] registered\n[ 0.169925] acpiphp: Slot [28] registered\n[ 0.170792] acpiphp: Slot [29] registered\n[ 0.171685] acpiphp: Slot [30] registered\n[ 0.172025] acpiphp: Slot [31] registered\n[ 0.172955] PCI host bridge to bus 0000:00\n[ 0.173880] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.175056] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.176004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.177251] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.178637] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.180006] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.186663] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.188013] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.215762] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.216865] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.218635] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.220322] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.221905] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.223587] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.224212] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.225252] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.227068] vgaarb: loaded\n[ 0.228003] vgaarb: bridge control possible 0000:00:02.0\n[ 0.229353] SCSI subsystem initialized\n[ 0.230422] ACPI: bus type USB registered\n[ 0.230422] usbcore: registered new interface driver usbfs\n[ 0.232012] usbcore: registered new interface driver hub\n[ 0.233326] usbcore: registered new device driver usb\n[ 0.233326] PCI: Using ACPI for IRQ routing\n[ 0.233326] NetLabel: Initializing\n[ 0.236006] NetLabel: domain hash size = 128\n[ 0.237063] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.238225] NetLabel: unlabeled traffic allowed by default\n[ 0.239575] Switched to clocksource kvm-clock\n[ 0.243616] AppArmor: AppArmor Filesystem Enabled\n[ 0.248321] pnp: PnP ACPI init\n[ 0.249466] ACPI: bus type PNP registered\n[ 0.251582] pnp: PnP ACPI: found 8 devices\n[ 0.252803] ACPI: bus type PNP unregistered\n[ 0.261343] NET: Registered protocol family 2\n[ 0.264264] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.266656] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.268553] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.270455] TCP: reno registered\n[ 0.271435] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.273178] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.275209] NET: Registered protocol family 1\n[ 0.276622] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.278372] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.279968] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.302269] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.325219] Trying to unpack rootfs image as initramfs...\n[ 0.418311] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.421287] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.423023] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.424607] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.427280] Scanning for low memory corruption every 60 seconds\n[ 0.429647] Initialise system trusted keyring\n[ 0.430835] audit: initializing netlink socket (disabled)\n[ 0.432157] type=2000 audit(1534065282.709:1): initialized\n[ 0.452031] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.454301] zbud: loaded\n[ 0.455252] VFS: Disk quotas dquot_6.5.2\n[ 0.456290] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.458115] fuse init (API version 7.22)\n[ 0.459227] msgmni has been set to 3997\n[ 0.460283] Key type big_key registered\n[ 0.461536] Key type asymmetric registered\n[ 0.462587] Asymmetric key parser 'x509' registered\n[ 0.463741] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.465576] io scheduler noop registered\n[ 0.466507] io scheduler deadline registered (default)\n[ 0.467638] io scheduler cfq registered\n[ 0.468678] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.469970] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.471482] ipmi message handler version 39.2\n[ 0.472595] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.474326] ACPI: Power Button [PWRF]\n[ 0.475394] GHES: HEST is not enabled!\n[ 0.497489] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.542062] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564583] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.566613] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590635] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593137] Linux agpgart interface v0.103\n[ 0.595007] brd: module loaded\n[ 0.596218] loop: module loaded\n[ 0.597375] blk-mq: CPU -> queue map\n[ 0.598285] CPU 0 -> Queue 0\n[ 0.599042] CPU 1 -> Queue 0\n[ 0.600473] vda: vda1\n[ 0.601881] scsi0 : ata_piix\n[ 0.602665] scsi1 : ata_piix\n[ 0.603381] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.604747] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.606311] libphy: Fixed MDIO Bus: probed\n[ 0.607293] tun: Universal TUN/TAP device driver, 1.6\n[ 0.608367] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.611003] PPP generic driver version 2.4.2\n[ 0.612023] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.613322] ehci-pci: EHCI PCI platform driver\n[ 0.614273] ehci-platform: EHCI generic platform driver\n[ 0.615386] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.616641] ohci-pci: OHCI PCI platform driver\n[ 0.617624] ohci-platform: OHCI generic platform driver\n[ 0.618701] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.640745] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.641845] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.643461] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.644695] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646020] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647550] usb usb1: Product: UHCI Host Controller\n[ 0.648565] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd\n[ 0.649920] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651116] hub 1-0:1.0: USB hub found\n[ 0.652166] hub 1-0:1.0: 2 ports detected\n[ 0.653393] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655673] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656701] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657858] mousedev: PS/2 mouse device common for all mice\n[ 0.659249] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.661121] rtc_cmos 00:00: RTC can wake from S4\n[ 0.662782] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.664550] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.666329] device-mapper: uevent: version 1.0.3\n[ 0.667736] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.670130] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.671824] TCP: cubic registered\n[ 0.672903] NET: Registered protocol family 10\n[ 0.674394] NET: Registered protocol family 17\n[ 0.675733] Key type dns_resolver registered\n[ 0.677151] Loading compiled-in X.509 certificates\n[ 0.679026] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0'\n[ 0.681691] registered taskstats version 1\n[ 0.692859] Key type trusted registered\n[ 0.696517] Key type encrypted registered\n[ 0.697497] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.698946] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.700888] regulator-dummy: disabling\n[ 0.701901] Magic number: 14:35:222\n[ 0.703011] rtc_cmos 00:00: setting system clock to 2018-08-12 09:14:43 UTC (1534065283)\n[ 0.704889] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.706135] EDD information not available.\n[ 0.761384] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000)\n[ 0.763225] Write protecting the kernel read-only data: 12288k\n[ 0.764990] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000)\n[ 0.767838] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.781703] systemd-udevd[107]: starting version 204\n[ 0.820635] FDC 0 is a S82078B\n[ 0.964059] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.124684] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.126110] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.127461] usb 1-1: Product: QEMU USB Tablet\n[ 1.128372] usb 1-1: Manufacturer: QEMU\n[ 1.129215] usb 1-1: SerialNumber: 42\n[ 1.420090] tsc: Refined TSC clocksource calibration: 3491.877 MHz\n[ 1.845302] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.096165] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.184699] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n[ 2.283393] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sun, 12 Aug 2018 09:14:45 +0000. Up 2.66 seconds.\ncloud-init-nonet[2.85]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting cold plug devices[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\ncloud-init-nonet[9.46]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sun, 12 Aug 2018 09:14:52 +0000. Up 9.59 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:f8:47:bc |\nci-info: | eth0 | True | 192.168.0.6 | 255.255.255.0 | fa:16:3e:a0:8c:69 |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.2 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\n9e:9e:9f:8d:3a:a6:9c:55:48:62:37:40:24:56:bf:96 root@homer-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| o+= |\n| . . o |\n| o = |\n| . + = |\n| E . |\n| o o |\n| + |\n| . +o. + |\n| +o+++ . |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\nf5:82:85:56:b7:31:ca:0c:a6:5a:c4:22:5d:9b:95:f7 root@homer-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| . oo +.. + |\n| . o..*.*.o + |\n| . .= o.*.. |\n| o . + .E |\n| . S . . |\n| . |\n| |\n| |\n| |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\nae:94:d0:9e:d4:d7:5a:03:f2:3e:7d:6b:94:24:f5:c1 root@homer-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| . |\n| .E |\n| . . . ..|\n| . . o o. . .|\n| . o S o +o . |\n| + + o + .o |\n| = . + ... |\n| . . . ... |\n| . .. |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\ne9:6d:b2:ce:65:c3:06:5d:25:e6:9f:e9:9d:26:da:19 root@homer-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| o . |\n| o o |\n| o |\n| o . . o |\n| S . + |\n| . + . ..|\n| o O E.o.|\n| . B .o = |\n| .+ . o |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS homer-0 ttyS0\n\nhomer-0 login: "} 2018-08-12 09:16:30,128 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd/action used request id req-3e8e2bd2-98e4-47bd-a278-dac1c0027dda 2018-08-12 09:16:30,128 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.107641935349s 2018-08-12 09:16:30,129 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd/action used request id req-3e8e2bd2-98e4-47bd-a278-dac1c0027dda 2018-08-12 09:16:30,129 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-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] 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-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] 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] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 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 2 CPUs, 0 hotplug CPUs [ 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 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008016] Security Framework initialized [ 0.008913] AppArmor: AppArmor initialized [ 0.009837] Yama: becoming mindful. [ 0.010748] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.013325] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.015408] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.016006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.017778] Initializing cgroup subsys memory [ 0.018719] Initializing cgroup subsys devices [ 0.020003] Initializing cgroup subsys freezer [ 0.021086] Initializing cgroup subsys blkio [ 0.021991] Initializing cgroup subsys perf_event [ 0.022999] Initializing cgroup subsys hugetlb [ 0.024056] CPU: Physical Processor ID: 0 [ 0.024946] FEATURE SPEC_CTRL Not Present [ 0.026471] mce: CPU supports 10 MCE banks [ 0.028035] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.028035] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.030137] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.031421] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.032003] Speculative Store Bypass: Vulnerable [ 0.033566] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000) [ 0.038566] ACPI: Core revision 20131115 [ 0.040460] ACPI: All ACPI Tables successfully acquired [ 0.041709] ftrace: allocating 28727 entries in 113 pages [ 0.060291] Enabling x2apic [ 0.061073] Enabled x2apic [ 0.061964] Switched APIC routing to physical x2apic. [ 0.064919] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.066290] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.069066] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.076856] KVM setup paravirtual spinlock [ 0.079139] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.080155] x86: Booting SMP configuration: [ 0.081281] .... node #0, CPUs: #1[ 0.079106] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.096026] x86: Booted up 1 node, 2 CPUs [ 0.096018] KVM setup async PF for cpu 1 [ 0.096020] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.099631] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.100348] devtmpfs: initialized [ 0.102632] EVM: security.selinux [ 0.104005] EVM: security.SMACK64 [ 0.104954] EVM: security.ima [ 0.105920] EVM: security.capability [ 0.108118] pinctrl core: initialized pinctrl subsystem [ 0.109704] regulator-dummy: no parameters [ 0.110929] RTC time: 9:14:42, date: 08/12/18 [ 0.112038] NET: Registered protocol family 16 [ 0.113457] cpuidle: using governor ladder [ 0.114609] cpuidle: using governor menu [ 0.115850] ACPI: bus type PCI registered [ 0.116004] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.117746] PCI: Using configuration type 1 for base access [ 0.120038] bio: create slab at 0 [ 0.121189] ACPI: Added _OSI(Module Device) [ 0.121189] ACPI: Added _OSI(Processor Device) [ 0.122213] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.124005] ACPI: Added _OSI(Processor Aggregator Device) [ 0.126110] ACPI: Interpreter enabled [ 0.127154] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.129830] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.132005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.134822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.136755] ACPI: (supports S0 S5) [ 0.137721] ACPI: Using IOAPIC for interrupt routing [ 0.139117] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.140200] ACPI: No dock devices found. [ 0.143264] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.144008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.145991] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.147946] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.148206] acpiphp: Slot [3] registered [ 0.149509] acpiphp: Slot [4] registered [ 0.150716] acpiphp: Slot [5] registered [ 0.151857] acpiphp: Slot [6] registered [ 0.152020] acpiphp: Slot [7] registered [ 0.153216] acpiphp: Slot [8] registered [ 0.154428] acpiphp: Slot [9] registered [ 0.155633] acpiphp: Slot [10] registered [ 0.156024] acpiphp: Slot [11] registered [ 0.157002] acpiphp: Slot [12] registered [ 0.157975] acpiphp: Slot [13] registered [ 0.158963] acpiphp: Slot [14] registered [ 0.159983] acpiphp: Slot [15] registered [ 0.160023] acpiphp: Slot [16] registered [ 0.160985] acpiphp: Slot [17] registered [ 0.161921] acpiphp: Slot [18] registered [ 0.162915] acpiphp: Slot [19] registered [ 0.163849] acpiphp: Slot [20] registered [ 0.164031] acpiphp: Slot [21] registered [ 0.164958] acpiphp: Slot [22] registered [ 0.165998] acpiphp: Slot [23] registered [ 0.166930] acpiphp: Slot [24] registered [ 0.167875] acpiphp: Slot [25] registered [ 0.168028] acpiphp: Slot [26] registered [ 0.168961] acpiphp: Slot [27] registered [ 0.169925] acpiphp: Slot [28] registered [ 0.170792] acpiphp: Slot [29] registered [ 0.171685] acpiphp: Slot [30] registered [ 0.172025] acpiphp: Slot [31] registered [ 0.172955] PCI host bridge to bus 0000:00 [ 0.173880] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.175056] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.176004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.177251] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.178637] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.180006] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.186663] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.188013] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.215762] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.216865] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.218635] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.220322] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.221905] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.223587] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.224212] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.225252] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.227068] vgaarb: loaded [ 0.228003] vgaarb: bridge control possible 0000:00:02.0 [ 0.229353] SCSI subsystem initialized [ 0.230422] ACPI: bus type USB registered [ 0.230422] usbcore: registered new interface driver usbfs [ 0.232012] usbcore: registered new interface driver hub [ 0.233326] usbcore: registered new device driver usb [ 0.233326] PCI: Using ACPI for IRQ routing [ 0.233326] NetLabel: Initializing [ 0.236006] NetLabel: domain hash size = 128 [ 0.237063] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.238225] NetLabel: unlabeled traffic allowed by default [ 0.239575] Switched to clocksource kvm-clock [ 0.243616] AppArmor: AppArmor Filesystem Enabled [ 0.248321] pnp: PnP ACPI init [ 0.249466] ACPI: bus type PNP registered [ 0.251582] pnp: PnP ACPI: found 8 devices [ 0.252803] ACPI: bus type PNP unregistered [ 0.261343] NET: Registered protocol family 2 [ 0.264264] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.266656] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.268553] TCP: Hash tables configured (established 16384 bind 16384) [ 0.270455] TCP: reno registered [ 0.271435] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.273178] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.275209] NET: Registered protocol family 1 [ 0.276622] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.278372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.279968] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.302269] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.325219] Trying to unpack rootfs image as initramfs... [ 0.418311] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.421287] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.423023] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.424607] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.427280] Scanning for low memory corruption every 60 seconds [ 0.429647] Initialise system trusted keyring [ 0.430835] audit: initializing netlink socket (disabled) [ 0.432157] type=2000 audit(1534065282.709:1): initialized [ 0.452031] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.454301] zbud: loaded [ 0.455252] VFS: Disk quotas dquot_6.5.2 [ 0.456290] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.458115] fuse init (API version 7.22) [ 0.459227] msgmni has been set to 3997 [ 0.460283] Key type big_key registered [ 0.461536] Key type asymmetric registered [ 0.462587] Asymmetric key parser 'x509' registered [ 0.463741] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.465576] io scheduler noop registered [ 0.466507] io scheduler deadline registered (default) [ 0.467638] io scheduler cfq registered [ 0.468678] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.469970] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.471482] ipmi message handler version 39.2 [ 0.472595] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.474326] ACPI: Power Button [PWRF] [ 0.475394] GHES: HEST is not enabled! [ 0.497489] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.542062] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.564583] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.566613] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.590635] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.593137] Linux agpgart interface v0.103 [ 0.595007] brd: module loaded [ 0.596218] loop: module loaded [ 0.597375] blk-mq: CPU -> queue map [ 0.598285] CPU 0 -> Queue 0 [ 0.599042] CPU 1 -> Queue 0 [ 0.600473] vda: vda1 [ 0.601881] scsi0 : ata_piix [ 0.602665] scsi1 : ata_piix [ 0.603381] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.604747] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.606311] libphy: Fixed MDIO Bus: probed [ 0.607293] tun: Universal TUN/TAP device driver, 1.6 [ 0.608367] tun: (C) 1999-2004 Max Krasnyansky [ 0.611003] PPP generic driver version 2.4.2 [ 0.612023] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.613322] ehci-pci: EHCI PCI platform driver [ 0.614273] ehci-platform: EHCI generic platform driver [ 0.615386] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.616641] ohci-pci: OHCI PCI platform driver [ 0.617624] ohci-platform: OHCI generic platform driver [ 0.618701] uhci_hcd: USB Universal Host Controller Interface driver [ 0.640745] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.641845] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.643461] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.644695] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.646020] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.647550] usb usb1: Product: UHCI Host Controller [ 0.648565] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd [ 0.649920] usb usb1: SerialNumber: 0000:00:01.2 [ 0.651116] hub 1-0:1.0: USB hub found [ 0.652166] hub 1-0:1.0: 2 ports detected [ 0.653393] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.655673] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.656701] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.657858] mousedev: PS/2 mouse device common for all mice [ 0.659249] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.661121] rtc_cmos 00:00: RTC can wake from S4 [ 0.662782] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.664550] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.666329] device-mapper: uevent: version 1.0.3 [ 0.667736] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.670130] ledtrig-cpu: registered to indicate activity on CPUs [ 0.671824] TCP: cubic registered [ 0.672903] NET: Registered protocol family 10 [ 0.674394] NET: Registered protocol family 17 [ 0.675733] Key type dns_resolver registered [ 0.677151] Loading compiled-in X.509 certificates [ 0.679026] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0' [ 0.681691] registered taskstats version 1 [ 0.692859] Key type trusted registered [ 0.696517] Key type encrypted registered [ 0.697497] AppArmor: AppArmor sha1 policy hashing enabled [ 0.698946] IMA: No TPM chip found, activating TPM-bypass! [ 0.700888] regulator-dummy: disabling [ 0.701901] Magic number: 14:35:222 [ 0.703011] rtc_cmos 00:00: setting system clock to 2018-08-12 09:14:43 UTC (1534065283) [ 0.704889] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.706135] EDD information not available. [ 0.761384] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000) [ 0.763225] Write protecting the kernel read-only data: 12288k [ 0.764990] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000) [ 0.767838] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.781703] systemd-udevd[107]: starting version 204 [ 0.820635] FDC 0 is a S82078B [ 0.964059] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.124684] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.126110] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.127461] usb 1-1: Product: QEMU USB Tablet [ 1.128372] usb 1-1: Manufacturer: QEMU [ 1.129215] usb 1-1: SerialNumber: 42 [ 1.420090] tsc: Refined TSC clocksource calibration: 3491.877 MHz [ 1.845302] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.096165] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.184699] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] [ 2.283393] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sun, 12 Aug 2018 09:14:45 +0000. Up 2.66 seconds. cloud-init-nonet[2.85]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting cold plug devices[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] cloud-init-nonet[9.46]: static networking is now up * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sun, 12 Aug 2018 09:14:52 +0000. Up 9.59 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:f8:47:bc | ci-info: | eth0 | True | 192.168.0.6 | 255.255.255.0 | fa:16:3e:a0:8c:69 | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.2 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: 9e:9e:9f:8d:3a:a6:9c:55:48:62:37:40:24:56:bf:96 root@homer-0 The key's randomart image is: +--[ RSA 2048]----+ | o+= | | . . o | | o = | | . + = | | E . | | o o | | + | | . +o. + | | +o+++ . | +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: f5:82:85:56:b7:31:ca:0c:a6:5a:c4:22:5d:9b:95:f7 root@homer-0 The key's randomart image is: +--[ DSA 1024]----+ | . oo +.. + | | . o..*.*.o + | | . .= o.*.. | | o . + .E | | . S . . | | . | | | | | | | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: ae:94:d0:9e:d4:d7:5a:03:f2:3e:7d:6b:94:24:f5:c1 root@homer-0 The key's randomart image is: +--[ECDSA 256]---+ | . | | .E | | . . . ..| | . . o o. . .| | . o S o +o . | | + + o + .o | | = . + ... | | . . . ... | | . .. | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: e9:6d:b2:ce:65:c3:06:5d:25:e6:9f:e9:9d:26:da:19 root@homer-0 The key's randomart image is: +--[ED25519 256--+ | o . | | o o | | o | | o . . o | | S . + | | . + . ..| | o O E.o.| | . B .o = | | .+ . o | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS homer-0 ttyS0 homer-0 login: 2018-08-12 09:16:30,130 - functest.core.singlevm - DEBUG - try 9: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-12 09:16:40,141 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:16:40,144 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:16:40,909 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:16: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-f3757403-c0b2-40d6-a40d-85db00a54811 x-compute-request-id: req-f3757403-c0b2-40d6-a40d-85db00a54811 Content-Encoding: gzip Content-Length: 1505 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:8c:69", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:8c:69", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:47:bc", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:47:bc", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/0d05f869-c182-4a19-86bf-4ac078c523fd", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:41.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "0d05f869-c182-4a19-86bf-4ac078c523fd", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:41Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "homer-0.clearwater.opnfv", "created": "2018-08-12T09:14:06Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:24:50", "version": 4, "addr": "192.168.0.22", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:24:50", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:35:db:99", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/1c9b6e42-b18c-407e-8d00-9077025769fd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1c9b6e42-b18c-407e-8d00-9077025769fd", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:39.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "1c9b6e42-b18c-407e-8d00-9077025769fd", "security_groups": [{"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:39Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "dime-0.clearwater.opnfv", "created": "2018-08-12T09:14:05Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:73:af", "version": 4, "addr": "192.168.0.17", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:73:af", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:b9:f2", "version": 4, "addr": "192.168.1.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:b9:f2", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:41.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:41Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "bono-0.clearwater.opnfv", "created": "2018-08-12T09:14:05Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:27:6c", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:27:6c", "version": 4, "addr": "172.30.9.216", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:82:86", "version": 4, "addr": "192.168.1.24", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/566a63cc-7490-4385-b2ac-bfb24030a031", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/566a63cc-7490-4385-b2ac-bfb24030a031", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:34.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "566a63cc-7490-4385-b2ac-bfb24030a031", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:34Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-12T09:14:04Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:9d:e5", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:9d:e5", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b4:d8:25", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/7a80620a-d807-4698-b6c3-7c140a7b5157", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/7a80620a-d807-4698-b6c3-7c140a7b5157", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:25.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "7a80620a-d807-4698-b6c3-7c140a7b5157", "security_groups": [{"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:25Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-12T09:14:04Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:ca:f6", "version": 4, "addr": "192.168.0.23", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:ca:f6", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/3544e1e5-febb-4596-964e-1a53f9d26ab6", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/3544e1e5-febb-4596-964e-1a53f9d26ab6", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:13:48.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "3544e1e5-febb-4596-964e-1a53f9d26ab6", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:13:48Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-12T09:12:11Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:77:d2", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:77:d2", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ac:00:39", "version": 4, "addr": "192.168.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/24234aa3-febc-4826-8d67-0c33e6f38782", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/24234aa3-febc-4826-8d67-0c33e6f38782", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:12:00.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "24234aa3-febc-4826-8d67-0c33e6f38782", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:12:00Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "ns.clearwater.opnfv", "created": "2018-08-12T09:10:20Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:16:40,909 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-f3757403-c0b2-40d6-a40d-85db00a54811 2018-08-12 09:16:40,909 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.768114089966s 2018-08-12 09:16:40,910 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-f3757403-c0b2-40d6-a40d-85db00a54811 2018-08-12 09:16:40,917 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-12 09:16:40,920 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd/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}d584eff3730be386f99aabb4bf64013d89965dc6" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 09:16:40,997 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:16: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-23d2bfb8-1a62-4637-b188-0f2d81e27145 x-compute-request-id: req-23d2bfb8-1a62-4637-b188-0f2d81e27145 Content-Encoding: gzip Content-Length: 9630 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 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] 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-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] 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] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\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 2 CPUs, 0 hotplug CPUs\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 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008016] Security Framework initialized\n[ 0.008913] AppArmor: AppArmor initialized\n[ 0.009837] Yama: becoming mindful.\n[ 0.010748] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.013325] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.015408] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.016006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.017778] Initializing cgroup subsys memory\n[ 0.018719] Initializing cgroup subsys devices\n[ 0.020003] Initializing cgroup subsys freezer\n[ 0.021086] Initializing cgroup subsys blkio\n[ 0.021991] Initializing cgroup subsys perf_event\n[ 0.022999] Initializing cgroup subsys hugetlb\n[ 0.024056] CPU: Physical Processor ID: 0\n[ 0.024946] FEATURE SPEC_CTRL Not Present\n[ 0.026471] mce: CPU supports 10 MCE banks\n[ 0.028035] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.028035] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.030137] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.031421] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.032003] Speculative Store Bypass: Vulnerable\n[ 0.033566] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000)\n[ 0.038566] ACPI: Core revision 20131115\n[ 0.040460] ACPI: All ACPI Tables successfully acquired\n[ 0.041709] ftrace: allocating 28727 entries in 113 pages\n[ 0.060291] Enabling x2apic\n[ 0.061073] Enabled x2apic\n[ 0.061964] Switched APIC routing to physical x2apic.\n[ 0.064919] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.066290] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.069066] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.076856] KVM setup paravirtual spinlock\n[ 0.079139] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.080155] x86: Booting SMP configuration:\n[ 0.081281] .... node #0, CPUs: #1[ 0.079106] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.096026] x86: Booted up 1 node, 2 CPUs\n[ 0.096018] KVM setup async PF for cpu 1\n[ 0.096020] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.099631] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.100348] devtmpfs: initialized\n[ 0.102632] EVM: security.selinux\n[ 0.104005] EVM: security.SMACK64\n[ 0.104954] EVM: security.ima\n[ 0.105920] EVM: security.capability\n[ 0.108118] pinctrl core: initialized pinctrl subsystem\n[ 0.109704] regulator-dummy: no parameters\n[ 0.110929] RTC time: 9:14:42, date: 08/12/18\n[ 0.112038] NET: Registered protocol family 16\n[ 0.113457] cpuidle: using governor ladder\n[ 0.114609] cpuidle: using governor menu\n[ 0.115850] ACPI: bus type PCI registered\n[ 0.116004] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.117746] PCI: Using configuration type 1 for base access\n[ 0.120038] bio: create slab at 0\n[ 0.121189] ACPI: Added _OSI(Module Device)\n[ 0.121189] ACPI: Added _OSI(Processor Device)\n[ 0.122213] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.124005] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.126110] ACPI: Interpreter enabled\n[ 0.127154] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.129830] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.132005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.134822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.136755] ACPI: (supports S0 S5)\n[ 0.137721] ACPI: Using IOAPIC for interrupt routing\n[ 0.139117] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.140200] ACPI: No dock devices found.\n[ 0.143264] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.144008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.145991] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.147946] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.148206] acpiphp: Slot [3] registered\n[ 0.149509] acpiphp: Slot [4] registered\n[ 0.150716] acpiphp: Slot [5] registered\n[ 0.151857] acpiphp: Slot [6] registered\n[ 0.152020] acpiphp: Slot [7] registered\n[ 0.153216] acpiphp: Slot [8] registered\n[ 0.154428] acpiphp: Slot [9] registered\n[ 0.155633] acpiphp: Slot [10] registered\n[ 0.156024] acpiphp: Slot [11] registered\n[ 0.157002] acpiphp: Slot [12] registered\n[ 0.157975] acpiphp: Slot [13] registered\n[ 0.158963] acpiphp: Slot [14] registered\n[ 0.159983] acpiphp: Slot [15] registered\n[ 0.160023] acpiphp: Slot [16] registered\n[ 0.160985] acpiphp: Slot [17] registered\n[ 0.161921] acpiphp: Slot [18] registered\n[ 0.162915] acpiphp: Slot [19] registered\n[ 0.163849] acpiphp: Slot [20] registered\n[ 0.164031] acpiphp: Slot [21] registered\n[ 0.164958] acpiphp: Slot [22] registered\n[ 0.165998] acpiphp: Slot [23] registered\n[ 0.166930] acpiphp: Slot [24] registered\n[ 0.167875] acpiphp: Slot [25] registered\n[ 0.168028] acpiphp: Slot [26] registered\n[ 0.168961] acpiphp: Slot [27] registered\n[ 0.169925] acpiphp: Slot [28] registered\n[ 0.170792] acpiphp: Slot [29] registered\n[ 0.171685] acpiphp: Slot [30] registered\n[ 0.172025] acpiphp: Slot [31] registered\n[ 0.172955] PCI host bridge to bus 0000:00\n[ 0.173880] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.175056] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.176004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.177251] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.178637] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.180006] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.186663] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.188013] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.215762] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.216865] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.218635] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.220322] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.221905] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.223587] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.224212] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.225252] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.227068] vgaarb: loaded\n[ 0.228003] vgaarb: bridge control possible 0000:00:02.0\n[ 0.229353] SCSI subsystem initialized\n[ 0.230422] ACPI: bus type USB registered\n[ 0.230422] usbcore: registered new interface driver usbfs\n[ 0.232012] usbcore: registered new interface driver hub\n[ 0.233326] usbcore: registered new device driver usb\n[ 0.233326] PCI: Using ACPI for IRQ routing\n[ 0.233326] NetLabel: Initializing\n[ 0.236006] NetLabel: domain hash size = 128\n[ 0.237063] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.238225] NetLabel: unlabeled traffic allowed by default\n[ 0.239575] Switched to clocksource kvm-clock\n[ 0.243616] AppArmor: AppArmor Filesystem Enabled\n[ 0.248321] pnp: PnP ACPI init\n[ 0.249466] ACPI: bus type PNP registered\n[ 0.251582] pnp: PnP ACPI: found 8 devices\n[ 0.252803] ACPI: bus type PNP unregistered\n[ 0.261343] NET: Registered protocol family 2\n[ 0.264264] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.266656] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.268553] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.270455] TCP: reno registered\n[ 0.271435] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.273178] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.275209] NET: Registered protocol family 1\n[ 0.276622] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.278372] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.279968] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.302269] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.325219] Trying to unpack rootfs image as initramfs...\n[ 0.418311] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.421287] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.423023] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.424607] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.427280] Scanning for low memory corruption every 60 seconds\n[ 0.429647] Initialise system trusted keyring\n[ 0.430835] audit: initializing netlink socket (disabled)\n[ 0.432157] type=2000 audit(1534065282.709:1): initialized\n[ 0.452031] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.454301] zbud: loaded\n[ 0.455252] VFS: Disk quotas dquot_6.5.2\n[ 0.456290] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.458115] fuse init (API version 7.22)\n[ 0.459227] msgmni has been set to 3997\n[ 0.460283] Key type big_key registered\n[ 0.461536] Key type asymmetric registered\n[ 0.462587] Asymmetric key parser 'x509' registered\n[ 0.463741] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.465576] io scheduler noop registered\n[ 0.466507] io scheduler deadline registered (default)\n[ 0.467638] io scheduler cfq registered\n[ 0.468678] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.469970] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.471482] ipmi message handler version 39.2\n[ 0.472595] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.474326] ACPI: Power Button [PWRF]\n[ 0.475394] GHES: HEST is not enabled!\n[ 0.497489] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.542062] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564583] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.566613] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590635] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593137] Linux agpgart interface v0.103\n[ 0.595007] brd: module loaded\n[ 0.596218] loop: module loaded\n[ 0.597375] blk-mq: CPU -> queue map\n[ 0.598285] CPU 0 -> Queue 0\n[ 0.599042] CPU 1 -> Queue 0\n[ 0.600473] vda: vda1\n[ 0.601881] scsi0 : ata_piix\n[ 0.602665] scsi1 : ata_piix\n[ 0.603381] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.604747] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.606311] libphy: Fixed MDIO Bus: probed\n[ 0.607293] tun: Universal TUN/TAP device driver, 1.6\n[ 0.608367] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.611003] PPP generic driver version 2.4.2\n[ 0.612023] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.613322] ehci-pci: EHCI PCI platform driver\n[ 0.614273] ehci-platform: EHCI generic platform driver\n[ 0.615386] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.616641] ohci-pci: OHCI PCI platform driver\n[ 0.617624] ohci-platform: OHCI generic platform driver\n[ 0.618701] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.640745] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.641845] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.643461] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.644695] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646020] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647550] usb usb1: Product: UHCI Host Controller\n[ 0.648565] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd\n[ 0.649920] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651116] hub 1-0:1.0: USB hub found\n[ 0.652166] hub 1-0:1.0: 2 ports detected\n[ 0.653393] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655673] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656701] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657858] mousedev: PS/2 mouse device common for all mice\n[ 0.659249] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.661121] rtc_cmos 00:00: RTC can wake from S4\n[ 0.662782] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.664550] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.666329] device-mapper: uevent: version 1.0.3\n[ 0.667736] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.670130] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.671824] TCP: cubic registered\n[ 0.672903] NET: Registered protocol family 10\n[ 0.674394] NET: Registered protocol family 17\n[ 0.675733] Key type dns_resolver registered\n[ 0.677151] Loading compiled-in X.509 certificates\n[ 0.679026] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0'\n[ 0.681691] registered taskstats version 1\n[ 0.692859] Key type trusted registered\n[ 0.696517] Key type encrypted registered\n[ 0.697497] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.698946] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.700888] regulator-dummy: disabling\n[ 0.701901] Magic number: 14:35:222\n[ 0.703011] rtc_cmos 00:00: setting system clock to 2018-08-12 09:14:43 UTC (1534065283)\n[ 0.704889] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.706135] EDD information not available.\n[ 0.761384] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000)\n[ 0.763225] Write protecting the kernel read-only data: 12288k\n[ 0.764990] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000)\n[ 0.767838] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.781703] systemd-udevd[107]: starting version 204\n[ 0.820635] FDC 0 is a S82078B\n[ 0.964059] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.124684] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.126110] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.127461] usb 1-1: Product: QEMU USB Tablet\n[ 1.128372] usb 1-1: Manufacturer: QEMU\n[ 1.129215] usb 1-1: SerialNumber: 42\n[ 1.420090] tsc: Refined TSC clocksource calibration: 3491.877 MHz\n[ 1.845302] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.096165] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.184699] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n[ 2.283393] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sun, 12 Aug 2018 09:14:45 +0000. Up 2.66 seconds.\ncloud-init-nonet[2.85]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting cold plug devices[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\ncloud-init-nonet[9.46]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sun, 12 Aug 2018 09:14:52 +0000. Up 9.59 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:f8:47:bc |\nci-info: | eth0 | True | 192.168.0.6 | 255.255.255.0 | fa:16:3e:a0:8c:69 |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.2 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\n9e:9e:9f:8d:3a:a6:9c:55:48:62:37:40:24:56:bf:96 root@homer-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| o+= |\n| . . o |\n| o = |\n| . + = |\n| E . |\n| o o |\n| + |\n| . +o. + |\n| +o+++ . |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\nf5:82:85:56:b7:31:ca:0c:a6:5a:c4:22:5d:9b:95:f7 root@homer-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| . oo +.. + |\n| . o..*.*.o + |\n| . .= o.*.. |\n| o . + .E |\n| . S . . |\n| . |\n| |\n| |\n| |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\nae:94:d0:9e:d4:d7:5a:03:f2:3e:7d:6b:94:24:f5:c1 root@homer-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| . |\n| .E |\n| . . . ..|\n| . . o o. . .|\n| . o S o +o . |\n| + + o + .o |\n| = . + ... |\n| . . . ... |\n| . .. |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\ne9:6d:b2:ce:65:c3:06:5d:25:e6:9f:e9:9d:26:da:19 root@homer-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| o . |\n| o o |\n| o |\n| o . . o |\n| S . + |\n| . + . ..|\n| o O E.o.|\n| . B .o = |\n| .+ . o |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS homer-0 ttyS0\n\nhomer-0 login: "} 2018-08-12 09:16:40,997 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd/action used request id req-23d2bfb8-1a62-4637-b188-0f2d81e27145 2018-08-12 09:16:40,998 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0802810192108s 2018-08-12 09:16:40,998 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd/action used request id req-23d2bfb8-1a62-4637-b188-0f2d81e27145 2018-08-12 09:16:40,999 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-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] 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-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] 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] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 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 2 CPUs, 0 hotplug CPUs [ 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 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008016] Security Framework initialized [ 0.008913] AppArmor: AppArmor initialized [ 0.009837] Yama: becoming mindful. [ 0.010748] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.013325] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.015408] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.016006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.017778] Initializing cgroup subsys memory [ 0.018719] Initializing cgroup subsys devices [ 0.020003] Initializing cgroup subsys freezer [ 0.021086] Initializing cgroup subsys blkio [ 0.021991] Initializing cgroup subsys perf_event [ 0.022999] Initializing cgroup subsys hugetlb [ 0.024056] CPU: Physical Processor ID: 0 [ 0.024946] FEATURE SPEC_CTRL Not Present [ 0.026471] mce: CPU supports 10 MCE banks [ 0.028035] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.028035] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.030137] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.031421] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.032003] Speculative Store Bypass: Vulnerable [ 0.033566] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000) [ 0.038566] ACPI: Core revision 20131115 [ 0.040460] ACPI: All ACPI Tables successfully acquired [ 0.041709] ftrace: allocating 28727 entries in 113 pages [ 0.060291] Enabling x2apic [ 0.061073] Enabled x2apic [ 0.061964] Switched APIC routing to physical x2apic. [ 0.064919] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.066290] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.069066] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.076856] KVM setup paravirtual spinlock [ 0.079139] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.080155] x86: Booting SMP configuration: [ 0.081281] .... node #0, CPUs: #1[ 0.079106] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.096026] x86: Booted up 1 node, 2 CPUs [ 0.096018] KVM setup async PF for cpu 1 [ 0.096020] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.099631] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.100348] devtmpfs: initialized [ 0.102632] EVM: security.selinux [ 0.104005] EVM: security.SMACK64 [ 0.104954] EVM: security.ima [ 0.105920] EVM: security.capability [ 0.108118] pinctrl core: initialized pinctrl subsystem [ 0.109704] regulator-dummy: no parameters [ 0.110929] RTC time: 9:14:42, date: 08/12/18 [ 0.112038] NET: Registered protocol family 16 [ 0.113457] cpuidle: using governor ladder [ 0.114609] cpuidle: using governor menu [ 0.115850] ACPI: bus type PCI registered [ 0.116004] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.117746] PCI: Using configuration type 1 for base access [ 0.120038] bio: create slab at 0 [ 0.121189] ACPI: Added _OSI(Module Device) [ 0.121189] ACPI: Added _OSI(Processor Device) [ 0.122213] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.124005] ACPI: Added _OSI(Processor Aggregator Device) [ 0.126110] ACPI: Interpreter enabled [ 0.127154] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.129830] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.132005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.134822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.136755] ACPI: (supports S0 S5) [ 0.137721] ACPI: Using IOAPIC for interrupt routing [ 0.139117] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.140200] ACPI: No dock devices found. [ 0.143264] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.144008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.145991] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.147946] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.148206] acpiphp: Slot [3] registered [ 0.149509] acpiphp: Slot [4] registered [ 0.150716] acpiphp: Slot [5] registered [ 0.151857] acpiphp: Slot [6] registered [ 0.152020] acpiphp: Slot [7] registered [ 0.153216] acpiphp: Slot [8] registered [ 0.154428] acpiphp: Slot [9] registered [ 0.155633] acpiphp: Slot [10] registered [ 0.156024] acpiphp: Slot [11] registered [ 0.157002] acpiphp: Slot [12] registered [ 0.157975] acpiphp: Slot [13] registered [ 0.158963] acpiphp: Slot [14] registered [ 0.159983] acpiphp: Slot [15] registered [ 0.160023] acpiphp: Slot [16] registered [ 0.160985] acpiphp: Slot [17] registered [ 0.161921] acpiphp: Slot [18] registered [ 0.162915] acpiphp: Slot [19] registered [ 0.163849] acpiphp: Slot [20] registered [ 0.164031] acpiphp: Slot [21] registered [ 0.164958] acpiphp: Slot [22] registered [ 0.165998] acpiphp: Slot [23] registered [ 0.166930] acpiphp: Slot [24] registered [ 0.167875] acpiphp: Slot [25] registered [ 0.168028] acpiphp: Slot [26] registered [ 0.168961] acpiphp: Slot [27] registered [ 0.169925] acpiphp: Slot [28] registered [ 0.170792] acpiphp: Slot [29] registered [ 0.171685] acpiphp: Slot [30] registered [ 0.172025] acpiphp: Slot [31] registered [ 0.172955] PCI host bridge to bus 0000:00 [ 0.173880] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.175056] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.176004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.177251] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.178637] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.180006] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.186663] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.188013] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.215762] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.216865] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.218635] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.220322] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.221905] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.223587] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.224212] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.225252] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.227068] vgaarb: loaded [ 0.228003] vgaarb: bridge control possible 0000:00:02.0 [ 0.229353] SCSI subsystem initialized [ 0.230422] ACPI: bus type USB registered [ 0.230422] usbcore: registered new interface driver usbfs [ 0.232012] usbcore: registered new interface driver hub [ 0.233326] usbcore: registered new device driver usb [ 0.233326] PCI: Using ACPI for IRQ routing [ 0.233326] NetLabel: Initializing [ 0.236006] NetLabel: domain hash size = 128 [ 0.237063] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.238225] NetLabel: unlabeled traffic allowed by default [ 0.239575] Switched to clocksource kvm-clock [ 0.243616] AppArmor: AppArmor Filesystem Enabled [ 0.248321] pnp: PnP ACPI init [ 0.249466] ACPI: bus type PNP registered [ 0.251582] pnp: PnP ACPI: found 8 devices [ 0.252803] ACPI: bus type PNP unregistered [ 0.261343] NET: Registered protocol family 2 [ 0.264264] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.266656] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.268553] TCP: Hash tables configured (established 16384 bind 16384) [ 0.270455] TCP: reno registered [ 0.271435] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.273178] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.275209] NET: Registered protocol family 1 [ 0.276622] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.278372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.279968] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.302269] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.325219] Trying to unpack rootfs image as initramfs... [ 0.418311] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.421287] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.423023] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.424607] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.427280] Scanning for low memory corruption every 60 seconds [ 0.429647] Initialise system trusted keyring [ 0.430835] audit: initializing netlink socket (disabled) [ 0.432157] type=2000 audit(1534065282.709:1): initialized [ 0.452031] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.454301] zbud: loaded [ 0.455252] VFS: Disk quotas dquot_6.5.2 [ 0.456290] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.458115] fuse init (API version 7.22) [ 0.459227] msgmni has been set to 3997 [ 0.460283] Key type big_key registered [ 0.461536] Key type asymmetric registered [ 0.462587] Asymmetric key parser 'x509' registered [ 0.463741] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.465576] io scheduler noop registered [ 0.466507] io scheduler deadline registered (default) [ 0.467638] io scheduler cfq registered [ 0.468678] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.469970] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.471482] ipmi message handler version 39.2 [ 0.472595] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.474326] ACPI: Power Button [PWRF] [ 0.475394] GHES: HEST is not enabled! [ 0.497489] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.542062] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.564583] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.566613] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.590635] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.593137] Linux agpgart interface v0.103 [ 0.595007] brd: module loaded [ 0.596218] loop: module loaded [ 0.597375] blk-mq: CPU -> queue map [ 0.598285] CPU 0 -> Queue 0 [ 0.599042] CPU 1 -> Queue 0 [ 0.600473] vda: vda1 [ 0.601881] scsi0 : ata_piix [ 0.602665] scsi1 : ata_piix [ 0.603381] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.604747] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.606311] libphy: Fixed MDIO Bus: probed [ 0.607293] tun: Universal TUN/TAP device driver, 1.6 [ 0.608367] tun: (C) 1999-2004 Max Krasnyansky [ 0.611003] PPP generic driver version 2.4.2 [ 0.612023] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.613322] ehci-pci: EHCI PCI platform driver [ 0.614273] ehci-platform: EHCI generic platform driver [ 0.615386] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.616641] ohci-pci: OHCI PCI platform driver [ 0.617624] ohci-platform: OHCI generic platform driver [ 0.618701] uhci_hcd: USB Universal Host Controller Interface driver [ 0.640745] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.641845] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.643461] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.644695] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.646020] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.647550] usb usb1: Product: UHCI Host Controller [ 0.648565] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd [ 0.649920] usb usb1: SerialNumber: 0000:00:01.2 [ 0.651116] hub 1-0:1.0: USB hub found [ 0.652166] hub 1-0:1.0: 2 ports detected [ 0.653393] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.655673] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.656701] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.657858] mousedev: PS/2 mouse device common for all mice [ 0.659249] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.661121] rtc_cmos 00:00: RTC can wake from S4 [ 0.662782] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.664550] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.666329] device-mapper: uevent: version 1.0.3 [ 0.667736] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.670130] ledtrig-cpu: registered to indicate activity on CPUs [ 0.671824] TCP: cubic registered [ 0.672903] NET: Registered protocol family 10 [ 0.674394] NET: Registered protocol family 17 [ 0.675733] Key type dns_resolver registered [ 0.677151] Loading compiled-in X.509 certificates [ 0.679026] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0' [ 0.681691] registered taskstats version 1 [ 0.692859] Key type trusted registered [ 0.696517] Key type encrypted registered [ 0.697497] AppArmor: AppArmor sha1 policy hashing enabled [ 0.698946] IMA: No TPM chip found, activating TPM-bypass! [ 0.700888] regulator-dummy: disabling [ 0.701901] Magic number: 14:35:222 [ 0.703011] rtc_cmos 00:00: setting system clock to 2018-08-12 09:14:43 UTC (1534065283) [ 0.704889] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.706135] EDD information not available. [ 0.761384] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000) [ 0.763225] Write protecting the kernel read-only data: 12288k [ 0.764990] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000) [ 0.767838] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.781703] systemd-udevd[107]: starting version 204 [ 0.820635] FDC 0 is a S82078B [ 0.964059] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.124684] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.126110] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.127461] usb 1-1: Product: QEMU USB Tablet [ 1.128372] usb 1-1: Manufacturer: QEMU [ 1.129215] usb 1-1: SerialNumber: 42 [ 1.420090] tsc: Refined TSC clocksource calibration: 3491.877 MHz [ 1.845302] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.096165] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.184699] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] [ 2.283393] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sun, 12 Aug 2018 09:14:45 +0000. Up 2.66 seconds. cloud-init-nonet[2.85]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting cold plug devices[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] cloud-init-nonet[9.46]: static networking is now up * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sun, 12 Aug 2018 09:14:52 +0000. Up 9.59 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:f8:47:bc | ci-info: | eth0 | True | 192.168.0.6 | 255.255.255.0 | fa:16:3e:a0:8c:69 | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.2 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: 9e:9e:9f:8d:3a:a6:9c:55:48:62:37:40:24:56:bf:96 root@homer-0 The key's randomart image is: +--[ RSA 2048]----+ | o+= | | . . o | | o = | | . + = | | E . | | o o | | + | | . +o. + | | +o+++ . | +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: f5:82:85:56:b7:31:ca:0c:a6:5a:c4:22:5d:9b:95:f7 root@homer-0 The key's randomart image is: +--[ DSA 1024]----+ | . oo +.. + | | . o..*.*.o + | | . .= o.*.. | | o . + .E | | . S . . | | . | | | | | | | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: ae:94:d0:9e:d4:d7:5a:03:f2:3e:7d:6b:94:24:f5:c1 root@homer-0 The key's randomart image is: +--[ECDSA 256]---+ | . | | .E | | . . . ..| | . . o o. . .| | . o S o +o . | | + + o + .o | | = . + ... | | . . . ... | | . .. | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: e9:6d:b2:ce:65:c3:06:5d:25:e6:9f:e9:9d:26:da:19 root@homer-0 The key's randomart image is: +--[ED25519 256--+ | o . | | o o | | o | | o . . o | | S . + | | . + . ..| | o O E.o.| | . B .o = | | .+ . o | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS homer-0 ttyS0 homer-0 login: 2018-08-12 09:16:41,000 - functest.core.singlevm - DEBUG - try 10: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-12 09:16:51,011 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:16:51,014 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:16:51,626 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09: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-f005d903-92dd-49ca-b642-1fb992b34528 x-compute-request-id: req-f005d903-92dd-49ca-b642-1fb992b34528 Content-Encoding: gzip Content-Length: 1505 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:8c:69", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:8c:69", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:47:bc", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:47:bc", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/0d05f869-c182-4a19-86bf-4ac078c523fd", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:41.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "0d05f869-c182-4a19-86bf-4ac078c523fd", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:41Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "homer-0.clearwater.opnfv", "created": "2018-08-12T09:14:06Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:24:50", "version": 4, "addr": "192.168.0.22", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:24:50", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:35:db:99", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/1c9b6e42-b18c-407e-8d00-9077025769fd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1c9b6e42-b18c-407e-8d00-9077025769fd", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:39.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "1c9b6e42-b18c-407e-8d00-9077025769fd", "security_groups": [{"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:39Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "dime-0.clearwater.opnfv", "created": "2018-08-12T09:14:05Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:73:af", "version": 4, "addr": "192.168.0.17", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:73:af", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:b9:f2", "version": 4, "addr": "192.168.1.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:b9:f2", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:41.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:41Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "bono-0.clearwater.opnfv", "created": "2018-08-12T09:14:05Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:27:6c", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:27:6c", "version": 4, "addr": "172.30.9.216", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:82:86", "version": 4, "addr": "192.168.1.24", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/566a63cc-7490-4385-b2ac-bfb24030a031", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/566a63cc-7490-4385-b2ac-bfb24030a031", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:34.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "566a63cc-7490-4385-b2ac-bfb24030a031", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:34Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-12T09:14:04Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:9d:e5", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:9d:e5", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b4:d8:25", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/7a80620a-d807-4698-b6c3-7c140a7b5157", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/7a80620a-d807-4698-b6c3-7c140a7b5157", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:25.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "7a80620a-d807-4698-b6c3-7c140a7b5157", "security_groups": [{"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:25Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-12T09:14:04Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:ca:f6", "version": 4, "addr": "192.168.0.23", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:ca:f6", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/3544e1e5-febb-4596-964e-1a53f9d26ab6", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/3544e1e5-febb-4596-964e-1a53f9d26ab6", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:13:48.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "3544e1e5-febb-4596-964e-1a53f9d26ab6", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:13:48Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-12T09:12:11Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:77:d2", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:77:d2", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ac:00:39", "version": 4, "addr": "192.168.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/24234aa3-febc-4826-8d67-0c33e6f38782", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/24234aa3-febc-4826-8d67-0c33e6f38782", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:12:00.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "24234aa3-febc-4826-8d67-0c33e6f38782", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:12:00Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "ns.clearwater.opnfv", "created": "2018-08-12T09:10:20Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:16:51,626 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-f005d903-92dd-49ca-b642-1fb992b34528 2018-08-12 09:16:51,626 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.615339040756s 2018-08-12 09:16:51,627 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-f005d903-92dd-49ca-b642-1fb992b34528 2018-08-12 09:16:51,634 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-12 09:16:51,637 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd/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}d584eff3730be386f99aabb4bf64013d89965dc6" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 09:16:51,714 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09: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-6f2815c5-382e-48dc-98af-fc9e5c4aff70 x-compute-request-id: req-6f2815c5-382e-48dc-98af-fc9e5c4aff70 Content-Encoding: gzip Content-Length: 9630 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 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] 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-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] 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] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\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 2 CPUs, 0 hotplug CPUs\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 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008016] Security Framework initialized\n[ 0.008913] AppArmor: AppArmor initialized\n[ 0.009837] Yama: becoming mindful.\n[ 0.010748] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.013325] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.015408] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.016006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.017778] Initializing cgroup subsys memory\n[ 0.018719] Initializing cgroup subsys devices\n[ 0.020003] Initializing cgroup subsys freezer\n[ 0.021086] Initializing cgroup subsys blkio\n[ 0.021991] Initializing cgroup subsys perf_event\n[ 0.022999] Initializing cgroup subsys hugetlb\n[ 0.024056] CPU: Physical Processor ID: 0\n[ 0.024946] FEATURE SPEC_CTRL Not Present\n[ 0.026471] mce: CPU supports 10 MCE banks\n[ 0.028035] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.028035] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.030137] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.031421] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.032003] Speculative Store Bypass: Vulnerable\n[ 0.033566] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000)\n[ 0.038566] ACPI: Core revision 20131115\n[ 0.040460] ACPI: All ACPI Tables successfully acquired\n[ 0.041709] ftrace: allocating 28727 entries in 113 pages\n[ 0.060291] Enabling x2apic\n[ 0.061073] Enabled x2apic\n[ 0.061964] Switched APIC routing to physical x2apic.\n[ 0.064919] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.066290] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.069066] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.076856] KVM setup paravirtual spinlock\n[ 0.079139] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.080155] x86: Booting SMP configuration:\n[ 0.081281] .... node #0, CPUs: #1[ 0.079106] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.096026] x86: Booted up 1 node, 2 CPUs\n[ 0.096018] KVM setup async PF for cpu 1\n[ 0.096020] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.099631] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.100348] devtmpfs: initialized\n[ 0.102632] EVM: security.selinux\n[ 0.104005] EVM: security.SMACK64\n[ 0.104954] EVM: security.ima\n[ 0.105920] EVM: security.capability\n[ 0.108118] pinctrl core: initialized pinctrl subsystem\n[ 0.109704] regulator-dummy: no parameters\n[ 0.110929] RTC time: 9:14:42, date: 08/12/18\n[ 0.112038] NET: Registered protocol family 16\n[ 0.113457] cpuidle: using governor ladder\n[ 0.114609] cpuidle: using governor menu\n[ 0.115850] ACPI: bus type PCI registered\n[ 0.116004] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.117746] PCI: Using configuration type 1 for base access\n[ 0.120038] bio: create slab at 0\n[ 0.121189] ACPI: Added _OSI(Module Device)\n[ 0.121189] ACPI: Added _OSI(Processor Device)\n[ 0.122213] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.124005] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.126110] ACPI: Interpreter enabled\n[ 0.127154] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.129830] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.132005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.134822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.136755] ACPI: (supports S0 S5)\n[ 0.137721] ACPI: Using IOAPIC for interrupt routing\n[ 0.139117] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.140200] ACPI: No dock devices found.\n[ 0.143264] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.144008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.145991] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.147946] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.148206] acpiphp: Slot [3] registered\n[ 0.149509] acpiphp: Slot [4] registered\n[ 0.150716] acpiphp: Slot [5] registered\n[ 0.151857] acpiphp: Slot [6] registered\n[ 0.152020] acpiphp: Slot [7] registered\n[ 0.153216] acpiphp: Slot [8] registered\n[ 0.154428] acpiphp: Slot [9] registered\n[ 0.155633] acpiphp: Slot [10] registered\n[ 0.156024] acpiphp: Slot [11] registered\n[ 0.157002] acpiphp: Slot [12] registered\n[ 0.157975] acpiphp: Slot [13] registered\n[ 0.158963] acpiphp: Slot [14] registered\n[ 0.159983] acpiphp: Slot [15] registered\n[ 0.160023] acpiphp: Slot [16] registered\n[ 0.160985] acpiphp: Slot [17] registered\n[ 0.161921] acpiphp: Slot [18] registered\n[ 0.162915] acpiphp: Slot [19] registered\n[ 0.163849] acpiphp: Slot [20] registered\n[ 0.164031] acpiphp: Slot [21] registered\n[ 0.164958] acpiphp: Slot [22] registered\n[ 0.165998] acpiphp: Slot [23] registered\n[ 0.166930] acpiphp: Slot [24] registered\n[ 0.167875] acpiphp: Slot [25] registered\n[ 0.168028] acpiphp: Slot [26] registered\n[ 0.168961] acpiphp: Slot [27] registered\n[ 0.169925] acpiphp: Slot [28] registered\n[ 0.170792] acpiphp: Slot [29] registered\n[ 0.171685] acpiphp: Slot [30] registered\n[ 0.172025] acpiphp: Slot [31] registered\n[ 0.172955] PCI host bridge to bus 0000:00\n[ 0.173880] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.175056] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.176004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.177251] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.178637] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.180006] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.186663] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.188013] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.215762] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.216865] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.218635] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.220322] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.221905] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.223587] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.224212] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.225252] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.227068] vgaarb: loaded\n[ 0.228003] vgaarb: bridge control possible 0000:00:02.0\n[ 0.229353] SCSI subsystem initialized\n[ 0.230422] ACPI: bus type USB registered\n[ 0.230422] usbcore: registered new interface driver usbfs\n[ 0.232012] usbcore: registered new interface driver hub\n[ 0.233326] usbcore: registered new device driver usb\n[ 0.233326] PCI: Using ACPI for IRQ routing\n[ 0.233326] NetLabel: Initializing\n[ 0.236006] NetLabel: domain hash size = 128\n[ 0.237063] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.238225] NetLabel: unlabeled traffic allowed by default\n[ 0.239575] Switched to clocksource kvm-clock\n[ 0.243616] AppArmor: AppArmor Filesystem Enabled\n[ 0.248321] pnp: PnP ACPI init\n[ 0.249466] ACPI: bus type PNP registered\n[ 0.251582] pnp: PnP ACPI: found 8 devices\n[ 0.252803] ACPI: bus type PNP unregistered\n[ 0.261343] NET: Registered protocol family 2\n[ 0.264264] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.266656] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.268553] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.270455] TCP: reno registered\n[ 0.271435] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.273178] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.275209] NET: Registered protocol family 1\n[ 0.276622] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.278372] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.279968] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.302269] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.325219] Trying to unpack rootfs image as initramfs...\n[ 0.418311] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.421287] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.423023] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.424607] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.427280] Scanning for low memory corruption every 60 seconds\n[ 0.429647] Initialise system trusted keyring\n[ 0.430835] audit: initializing netlink socket (disabled)\n[ 0.432157] type=2000 audit(1534065282.709:1): initialized\n[ 0.452031] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.454301] zbud: loaded\n[ 0.455252] VFS: Disk quotas dquot_6.5.2\n[ 0.456290] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.458115] fuse init (API version 7.22)\n[ 0.459227] msgmni has been set to 3997\n[ 0.460283] Key type big_key registered\n[ 0.461536] Key type asymmetric registered\n[ 0.462587] Asymmetric key parser 'x509' registered\n[ 0.463741] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.465576] io scheduler noop registered\n[ 0.466507] io scheduler deadline registered (default)\n[ 0.467638] io scheduler cfq registered\n[ 0.468678] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.469970] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.471482] ipmi message handler version 39.2\n[ 0.472595] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.474326] ACPI: Power Button [PWRF]\n[ 0.475394] GHES: HEST is not enabled!\n[ 0.497489] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.542062] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564583] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.566613] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590635] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593137] Linux agpgart interface v0.103\n[ 0.595007] brd: module loaded\n[ 0.596218] loop: module loaded\n[ 0.597375] blk-mq: CPU -> queue map\n[ 0.598285] CPU 0 -> Queue 0\n[ 0.599042] CPU 1 -> Queue 0\n[ 0.600473] vda: vda1\n[ 0.601881] scsi0 : ata_piix\n[ 0.602665] scsi1 : ata_piix\n[ 0.603381] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.604747] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.606311] libphy: Fixed MDIO Bus: probed\n[ 0.607293] tun: Universal TUN/TAP device driver, 1.6\n[ 0.608367] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.611003] PPP generic driver version 2.4.2\n[ 0.612023] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.613322] ehci-pci: EHCI PCI platform driver\n[ 0.614273] ehci-platform: EHCI generic platform driver\n[ 0.615386] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.616641] ohci-pci: OHCI PCI platform driver\n[ 0.617624] ohci-platform: OHCI generic platform driver\n[ 0.618701] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.640745] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.641845] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.643461] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.644695] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646020] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647550] usb usb1: Product: UHCI Host Controller\n[ 0.648565] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd\n[ 0.649920] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651116] hub 1-0:1.0: USB hub found\n[ 0.652166] hub 1-0:1.0: 2 ports detected\n[ 0.653393] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655673] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656701] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657858] mousedev: PS/2 mouse device common for all mice\n[ 0.659249] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.661121] rtc_cmos 00:00: RTC can wake from S4\n[ 0.662782] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.664550] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.666329] device-mapper: uevent: version 1.0.3\n[ 0.667736] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.670130] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.671824] TCP: cubic registered\n[ 0.672903] NET: Registered protocol family 10\n[ 0.674394] NET: Registered protocol family 17\n[ 0.675733] Key type dns_resolver registered\n[ 0.677151] Loading compiled-in X.509 certificates\n[ 0.679026] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0'\n[ 0.681691] registered taskstats version 1\n[ 0.692859] Key type trusted registered\n[ 0.696517] Key type encrypted registered\n[ 0.697497] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.698946] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.700888] regulator-dummy: disabling\n[ 0.701901] Magic number: 14:35:222\n[ 0.703011] rtc_cmos 00:00: setting system clock to 2018-08-12 09:14:43 UTC (1534065283)\n[ 0.704889] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.706135] EDD information not available.\n[ 0.761384] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000)\n[ 0.763225] Write protecting the kernel read-only data: 12288k\n[ 0.764990] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000)\n[ 0.767838] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.781703] systemd-udevd[107]: starting version 204\n[ 0.820635] FDC 0 is a S82078B\n[ 0.964059] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.124684] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.126110] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.127461] usb 1-1: Product: QEMU USB Tablet\n[ 1.128372] usb 1-1: Manufacturer: QEMU\n[ 1.129215] usb 1-1: SerialNumber: 42\n[ 1.420090] tsc: Refined TSC clocksource calibration: 3491.877 MHz\n[ 1.845302] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.096165] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.184699] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n[ 2.283393] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sun, 12 Aug 2018 09:14:45 +0000. Up 2.66 seconds.\ncloud-init-nonet[2.85]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting cold plug devices[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\ncloud-init-nonet[9.46]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sun, 12 Aug 2018 09:14:52 +0000. Up 9.59 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:f8:47:bc |\nci-info: | eth0 | True | 192.168.0.6 | 255.255.255.0 | fa:16:3e:a0:8c:69 |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.2 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\n9e:9e:9f:8d:3a:a6:9c:55:48:62:37:40:24:56:bf:96 root@homer-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| o+= |\n| . . o |\n| o = |\n| . + = |\n| E . |\n| o o |\n| + |\n| . +o. + |\n| +o+++ . |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\nf5:82:85:56:b7:31:ca:0c:a6:5a:c4:22:5d:9b:95:f7 root@homer-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| . oo +.. + |\n| . o..*.*.o + |\n| . .= o.*.. |\n| o . + .E |\n| . S . . |\n| . |\n| |\n| |\n| |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\nae:94:d0:9e:d4:d7:5a:03:f2:3e:7d:6b:94:24:f5:c1 root@homer-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| . |\n| .E |\n| . . . ..|\n| . . o o. . .|\n| . o S o +o . |\n| + + o + .o |\n| = . + ... |\n| . . . ... |\n| . .. |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\ne9:6d:b2:ce:65:c3:06:5d:25:e6:9f:e9:9d:26:da:19 root@homer-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| o . |\n| o o |\n| o |\n| o . . o |\n| S . + |\n| . + . ..|\n| o O E.o.|\n| . B .o = |\n| .+ . o |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS homer-0 ttyS0\n\nhomer-0 login: "} 2018-08-12 09:16:51,714 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd/action used request id req-6f2815c5-382e-48dc-98af-fc9e5c4aff70 2018-08-12 09:16:51,715 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0799839496613s 2018-08-12 09:16:51,716 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd/action used request id req-6f2815c5-382e-48dc-98af-fc9e5c4aff70 2018-08-12 09:16:51,716 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-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] 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-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] 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] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 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 2 CPUs, 0 hotplug CPUs [ 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 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008016] Security Framework initialized [ 0.008913] AppArmor: AppArmor initialized [ 0.009837] Yama: becoming mindful. [ 0.010748] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.013325] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.015408] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.016006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.017778] Initializing cgroup subsys memory [ 0.018719] Initializing cgroup subsys devices [ 0.020003] Initializing cgroup subsys freezer [ 0.021086] Initializing cgroup subsys blkio [ 0.021991] Initializing cgroup subsys perf_event [ 0.022999] Initializing cgroup subsys hugetlb [ 0.024056] CPU: Physical Processor ID: 0 [ 0.024946] FEATURE SPEC_CTRL Not Present [ 0.026471] mce: CPU supports 10 MCE banks [ 0.028035] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.028035] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.030137] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.031421] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.032003] Speculative Store Bypass: Vulnerable [ 0.033566] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000) [ 0.038566] ACPI: Core revision 20131115 [ 0.040460] ACPI: All ACPI Tables successfully acquired [ 0.041709] ftrace: allocating 28727 entries in 113 pages [ 0.060291] Enabling x2apic [ 0.061073] Enabled x2apic [ 0.061964] Switched APIC routing to physical x2apic. [ 0.064919] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.066290] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.069066] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.076856] KVM setup paravirtual spinlock [ 0.079139] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.080155] x86: Booting SMP configuration: [ 0.081281] .... node #0, CPUs: #1[ 0.079106] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.096026] x86: Booted up 1 node, 2 CPUs [ 0.096018] KVM setup async PF for cpu 1 [ 0.096020] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.099631] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.100348] devtmpfs: initialized [ 0.102632] EVM: security.selinux [ 0.104005] EVM: security.SMACK64 [ 0.104954] EVM: security.ima [ 0.105920] EVM: security.capability [ 0.108118] pinctrl core: initialized pinctrl subsystem [ 0.109704] regulator-dummy: no parameters [ 0.110929] RTC time: 9:14:42, date: 08/12/18 [ 0.112038] NET: Registered protocol family 16 [ 0.113457] cpuidle: using governor ladder [ 0.114609] cpuidle: using governor menu [ 0.115850] ACPI: bus type PCI registered [ 0.116004] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.117746] PCI: Using configuration type 1 for base access [ 0.120038] bio: create slab at 0 [ 0.121189] ACPI: Added _OSI(Module Device) [ 0.121189] ACPI: Added _OSI(Processor Device) [ 0.122213] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.124005] ACPI: Added _OSI(Processor Aggregator Device) [ 0.126110] ACPI: Interpreter enabled [ 0.127154] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.129830] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.132005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.134822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.136755] ACPI: (supports S0 S5) [ 0.137721] ACPI: Using IOAPIC for interrupt routing [ 0.139117] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.140200] ACPI: No dock devices found. [ 0.143264] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.144008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.145991] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.147946] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.148206] acpiphp: Slot [3] registered [ 0.149509] acpiphp: Slot [4] registered [ 0.150716] acpiphp: Slot [5] registered [ 0.151857] acpiphp: Slot [6] registered [ 0.152020] acpiphp: Slot [7] registered [ 0.153216] acpiphp: Slot [8] registered [ 0.154428] acpiphp: Slot [9] registered [ 0.155633] acpiphp: Slot [10] registered [ 0.156024] acpiphp: Slot [11] registered [ 0.157002] acpiphp: Slot [12] registered [ 0.157975] acpiphp: Slot [13] registered [ 0.158963] acpiphp: Slot [14] registered [ 0.159983] acpiphp: Slot [15] registered [ 0.160023] acpiphp: Slot [16] registered [ 0.160985] acpiphp: Slot [17] registered [ 0.161921] acpiphp: Slot [18] registered [ 0.162915] acpiphp: Slot [19] registered [ 0.163849] acpiphp: Slot [20] registered [ 0.164031] acpiphp: Slot [21] registered [ 0.164958] acpiphp: Slot [22] registered [ 0.165998] acpiphp: Slot [23] registered [ 0.166930] acpiphp: Slot [24] registered [ 0.167875] acpiphp: Slot [25] registered [ 0.168028] acpiphp: Slot [26] registered [ 0.168961] acpiphp: Slot [27] registered [ 0.169925] acpiphp: Slot [28] registered [ 0.170792] acpiphp: Slot [29] registered [ 0.171685] acpiphp: Slot [30] registered [ 0.172025] acpiphp: Slot [31] registered [ 0.172955] PCI host bridge to bus 0000:00 [ 0.173880] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.175056] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.176004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.177251] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.178637] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.180006] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.186663] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.188013] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.215762] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.216865] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.218635] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.220322] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.221905] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.223587] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.224212] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.225252] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.227068] vgaarb: loaded [ 0.228003] vgaarb: bridge control possible 0000:00:02.0 [ 0.229353] SCSI subsystem initialized [ 0.230422] ACPI: bus type USB registered [ 0.230422] usbcore: registered new interface driver usbfs [ 0.232012] usbcore: registered new interface driver hub [ 0.233326] usbcore: registered new device driver usb [ 0.233326] PCI: Using ACPI for IRQ routing [ 0.233326] NetLabel: Initializing [ 0.236006] NetLabel: domain hash size = 128 [ 0.237063] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.238225] NetLabel: unlabeled traffic allowed by default [ 0.239575] Switched to clocksource kvm-clock [ 0.243616] AppArmor: AppArmor Filesystem Enabled [ 0.248321] pnp: PnP ACPI init [ 0.249466] ACPI: bus type PNP registered [ 0.251582] pnp: PnP ACPI: found 8 devices [ 0.252803] ACPI: bus type PNP unregistered [ 0.261343] NET: Registered protocol family 2 [ 0.264264] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.266656] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.268553] TCP: Hash tables configured (established 16384 bind 16384) [ 0.270455] TCP: reno registered [ 0.271435] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.273178] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.275209] NET: Registered protocol family 1 [ 0.276622] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.278372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.279968] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.302269] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.325219] Trying to unpack rootfs image as initramfs... [ 0.418311] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.421287] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.423023] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.424607] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.427280] Scanning for low memory corruption every 60 seconds [ 0.429647] Initialise system trusted keyring [ 0.430835] audit: initializing netlink socket (disabled) [ 0.432157] type=2000 audit(1534065282.709:1): initialized [ 0.452031] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.454301] zbud: loaded [ 0.455252] VFS: Disk quotas dquot_6.5.2 [ 0.456290] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.458115] fuse init (API version 7.22) [ 0.459227] msgmni has been set to 3997 [ 0.460283] Key type big_key registered [ 0.461536] Key type asymmetric registered [ 0.462587] Asymmetric key parser 'x509' registered [ 0.463741] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.465576] io scheduler noop registered [ 0.466507] io scheduler deadline registered (default) [ 0.467638] io scheduler cfq registered [ 0.468678] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.469970] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.471482] ipmi message handler version 39.2 [ 0.472595] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.474326] ACPI: Power Button [PWRF] [ 0.475394] GHES: HEST is not enabled! [ 0.497489] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.542062] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.564583] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.566613] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.590635] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.593137] Linux agpgart interface v0.103 [ 0.595007] brd: module loaded [ 0.596218] loop: module loaded [ 0.597375] blk-mq: CPU -> queue map [ 0.598285] CPU 0 -> Queue 0 [ 0.599042] CPU 1 -> Queue 0 [ 0.600473] vda: vda1 [ 0.601881] scsi0 : ata_piix [ 0.602665] scsi1 : ata_piix [ 0.603381] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.604747] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.606311] libphy: Fixed MDIO Bus: probed [ 0.607293] tun: Universal TUN/TAP device driver, 1.6 [ 0.608367] tun: (C) 1999-2004 Max Krasnyansky [ 0.611003] PPP generic driver version 2.4.2 [ 0.612023] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.613322] ehci-pci: EHCI PCI platform driver [ 0.614273] ehci-platform: EHCI generic platform driver [ 0.615386] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.616641] ohci-pci: OHCI PCI platform driver [ 0.617624] ohci-platform: OHCI generic platform driver [ 0.618701] uhci_hcd: USB Universal Host Controller Interface driver [ 0.640745] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.641845] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.643461] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.644695] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.646020] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.647550] usb usb1: Product: UHCI Host Controller [ 0.648565] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd [ 0.649920] usb usb1: SerialNumber: 0000:00:01.2 [ 0.651116] hub 1-0:1.0: USB hub found [ 0.652166] hub 1-0:1.0: 2 ports detected [ 0.653393] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.655673] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.656701] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.657858] mousedev: PS/2 mouse device common for all mice [ 0.659249] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.661121] rtc_cmos 00:00: RTC can wake from S4 [ 0.662782] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.664550] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.666329] device-mapper: uevent: version 1.0.3 [ 0.667736] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.670130] ledtrig-cpu: registered to indicate activity on CPUs [ 0.671824] TCP: cubic registered [ 0.672903] NET: Registered protocol family 10 [ 0.674394] NET: Registered protocol family 17 [ 0.675733] Key type dns_resolver registered [ 0.677151] Loading compiled-in X.509 certificates [ 0.679026] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0' [ 0.681691] registered taskstats version 1 [ 0.692859] Key type trusted registered [ 0.696517] Key type encrypted registered [ 0.697497] AppArmor: AppArmor sha1 policy hashing enabled [ 0.698946] IMA: No TPM chip found, activating TPM-bypass! [ 0.700888] regulator-dummy: disabling [ 0.701901] Magic number: 14:35:222 [ 0.703011] rtc_cmos 00:00: setting system clock to 2018-08-12 09:14:43 UTC (1534065283) [ 0.704889] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.706135] EDD information not available. [ 0.761384] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000) [ 0.763225] Write protecting the kernel read-only data: 12288k [ 0.764990] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000) [ 0.767838] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.781703] systemd-udevd[107]: starting version 204 [ 0.820635] FDC 0 is a S82078B [ 0.964059] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.124684] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.126110] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.127461] usb 1-1: Product: QEMU USB Tablet [ 1.128372] usb 1-1: Manufacturer: QEMU [ 1.129215] usb 1-1: SerialNumber: 42 [ 1.420090] tsc: Refined TSC clocksource calibration: 3491.877 MHz [ 1.845302] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.096165] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.184699] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] [ 2.283393] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sun, 12 Aug 2018 09:14:45 +0000. Up 2.66 seconds. cloud-init-nonet[2.85]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting cold plug devices[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] cloud-init-nonet[9.46]: static networking is now up * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sun, 12 Aug 2018 09:14:52 +0000. Up 9.59 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:f8:47:bc | ci-info: | eth0 | True | 192.168.0.6 | 255.255.255.0 | fa:16:3e:a0:8c:69 | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.2 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: 9e:9e:9f:8d:3a:a6:9c:55:48:62:37:40:24:56:bf:96 root@homer-0 The key's randomart image is: +--[ RSA 2048]----+ | o+= | | . . o | | o = | | . + = | | E . | | o o | | + | | . +o. + | | +o+++ . | +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: f5:82:85:56:b7:31:ca:0c:a6:5a:c4:22:5d:9b:95:f7 root@homer-0 The key's randomart image is: +--[ DSA 1024]----+ | . oo +.. + | | . o..*.*.o + | | . .= o.*.. | | o . + .E | | . S . . | | . | | | | | | | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: ae:94:d0:9e:d4:d7:5a:03:f2:3e:7d:6b:94:24:f5:c1 root@homer-0 The key's randomart image is: +--[ECDSA 256]---+ | . | | .E | | . . . ..| | . . o o. . .| | . o S o +o . | | + + o + .o | | = . + ... | | . . . ... | | . .. | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: e9:6d:b2:ce:65:c3:06:5d:25:e6:9f:e9:9d:26:da:19 root@homer-0 The key's randomart image is: +--[ED25519 256--+ | o . | | o o | | o | | o . . o | | S . + | | . + . ..| | o O E.o.| | . B .o = | | .+ . o | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS homer-0 ttyS0 homer-0 login: 2018-08-12 09:16:51,717 - functest.core.singlevm - DEBUG - try 11: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-12 09:17:01,727 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:17:01,730 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:17:02,659 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:17: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-ab4ee76d-34bf-474c-acd5-58bbce1397de x-compute-request-id: req-ab4ee76d-34bf-474c-acd5-58bbce1397de Content-Encoding: gzip Content-Length: 1505 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:8c:69", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:8c:69", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:47:bc", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:47:bc", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/0d05f869-c182-4a19-86bf-4ac078c523fd", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:41.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "0d05f869-c182-4a19-86bf-4ac078c523fd", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:41Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "homer-0.clearwater.opnfv", "created": "2018-08-12T09:14:06Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:24:50", "version": 4, "addr": "192.168.0.22", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:24:50", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:35:db:99", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/1c9b6e42-b18c-407e-8d00-9077025769fd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1c9b6e42-b18c-407e-8d00-9077025769fd", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:39.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "1c9b6e42-b18c-407e-8d00-9077025769fd", "security_groups": [{"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:39Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "dime-0.clearwater.opnfv", "created": "2018-08-12T09:14:05Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:73:af", "version": 4, "addr": "192.168.0.17", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:73:af", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:b9:f2", "version": 4, "addr": "192.168.1.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:b9:f2", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:41.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:41Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "bono-0.clearwater.opnfv", "created": "2018-08-12T09:14:05Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:27:6c", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:27:6c", "version": 4, "addr": "172.30.9.216", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:82:86", "version": 4, "addr": "192.168.1.24", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/566a63cc-7490-4385-b2ac-bfb24030a031", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/566a63cc-7490-4385-b2ac-bfb24030a031", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:34.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "566a63cc-7490-4385-b2ac-bfb24030a031", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:34Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-12T09:14:04Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:9d:e5", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:9d:e5", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b4:d8:25", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/7a80620a-d807-4698-b6c3-7c140a7b5157", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/7a80620a-d807-4698-b6c3-7c140a7b5157", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:25.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "7a80620a-d807-4698-b6c3-7c140a7b5157", "security_groups": [{"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:25Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-12T09:14:04Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:ca:f6", "version": 4, "addr": "192.168.0.23", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:ca:f6", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/3544e1e5-febb-4596-964e-1a53f9d26ab6", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/3544e1e5-febb-4596-964e-1a53f9d26ab6", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:13:48.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "3544e1e5-febb-4596-964e-1a53f9d26ab6", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:13:48Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-12T09:12:11Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:77:d2", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:77:d2", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ac:00:39", "version": 4, "addr": "192.168.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/24234aa3-febc-4826-8d67-0c33e6f38782", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/24234aa3-febc-4826-8d67-0c33e6f38782", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:12:00.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "24234aa3-febc-4826-8d67-0c33e6f38782", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:12:00Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "ns.clearwater.opnfv", "created": "2018-08-12T09:10:20Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:17:02,659 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-ab4ee76d-34bf-474c-acd5-58bbce1397de 2018-08-12 09:17:02,659 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.931782960892s 2018-08-12 09:17:02,660 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-ab4ee76d-34bf-474c-acd5-58bbce1397de 2018-08-12 09:17:02,667 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-12 09:17:02,669 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd/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}d584eff3730be386f99aabb4bf64013d89965dc6" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 09:17:02,744 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:17: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-bfc1b93f-f70b-4e0b-a7d2-eed03dc4f110 x-compute-request-id: req-bfc1b93f-f70b-4e0b-a7d2-eed03dc4f110 Content-Encoding: gzip Content-Length: 9691 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 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] 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-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] 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] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\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 2 CPUs, 0 hotplug CPUs\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 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008016] Security Framework initialized\n[ 0.008913] AppArmor: AppArmor initialized\n[ 0.009837] Yama: becoming mindful.\n[ 0.010748] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.013325] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.015408] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.016006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.017778] Initializing cgroup subsys memory\n[ 0.018719] Initializing cgroup subsys devices\n[ 0.020003] Initializing cgroup subsys freezer\n[ 0.021086] Initializing cgroup subsys blkio\n[ 0.021991] Initializing cgroup subsys perf_event\n[ 0.022999] Initializing cgroup subsys hugetlb\n[ 0.024056] CPU: Physical Processor ID: 0\n[ 0.024946] FEATURE SPEC_CTRL Not Present\n[ 0.026471] mce: CPU supports 10 MCE banks\n[ 0.028035] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.028035] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.030137] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.031421] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.032003] Speculative Store Bypass: Vulnerable\n[ 0.033566] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000)\n[ 0.038566] ACPI: Core revision 20131115\n[ 0.040460] ACPI: All ACPI Tables successfully acquired\n[ 0.041709] ftrace: allocating 28727 entries in 113 pages\n[ 0.060291] Enabling x2apic\n[ 0.061073] Enabled x2apic\n[ 0.061964] Switched APIC routing to physical x2apic.\n[ 0.064919] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.066290] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.069066] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.076856] KVM setup paravirtual spinlock\n[ 0.079139] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.080155] x86: Booting SMP configuration:\n[ 0.081281] .... node #0, CPUs: #1[ 0.079106] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.096026] x86: Booted up 1 node, 2 CPUs\n[ 0.096018] KVM setup async PF for cpu 1\n[ 0.096020] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.099631] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.100348] devtmpfs: initialized\n[ 0.102632] EVM: security.selinux\n[ 0.104005] EVM: security.SMACK64\n[ 0.104954] EVM: security.ima\n[ 0.105920] EVM: security.capability\n[ 0.108118] pinctrl core: initialized pinctrl subsystem\n[ 0.109704] regulator-dummy: no parameters\n[ 0.110929] RTC time: 9:14:42, date: 08/12/18\n[ 0.112038] NET: Registered protocol family 16\n[ 0.113457] cpuidle: using governor ladder\n[ 0.114609] cpuidle: using governor menu\n[ 0.115850] ACPI: bus type PCI registered\n[ 0.116004] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.117746] PCI: Using configuration type 1 for base access\n[ 0.120038] bio: create slab at 0\n[ 0.121189] ACPI: Added _OSI(Module Device)\n[ 0.121189] ACPI: Added _OSI(Processor Device)\n[ 0.122213] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.124005] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.126110] ACPI: Interpreter enabled\n[ 0.127154] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.129830] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.132005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.134822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.136755] ACPI: (supports S0 S5)\n[ 0.137721] ACPI: Using IOAPIC for interrupt routing\n[ 0.139117] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.140200] ACPI: No dock devices found.\n[ 0.143264] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.144008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.145991] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.147946] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.148206] acpiphp: Slot [3] registered\n[ 0.149509] acpiphp: Slot [4] registered\n[ 0.150716] acpiphp: Slot [5] registered\n[ 0.151857] acpiphp: Slot [6] registered\n[ 0.152020] acpiphp: Slot [7] registered\n[ 0.153216] acpiphp: Slot [8] registered\n[ 0.154428] acpiphp: Slot [9] registered\n[ 0.155633] acpiphp: Slot [10] registered\n[ 0.156024] acpiphp: Slot [11] registered\n[ 0.157002] acpiphp: Slot [12] registered\n[ 0.157975] acpiphp: Slot [13] registered\n[ 0.158963] acpiphp: Slot [14] registered\n[ 0.159983] acpiphp: Slot [15] registered\n[ 0.160023] acpiphp: Slot [16] registered\n[ 0.160985] acpiphp: Slot [17] registered\n[ 0.161921] acpiphp: Slot [18] registered\n[ 0.162915] acpiphp: Slot [19] registered\n[ 0.163849] acpiphp: Slot [20] registered\n[ 0.164031] acpiphp: Slot [21] registered\n[ 0.164958] acpiphp: Slot [22] registered\n[ 0.165998] acpiphp: Slot [23] registered\n[ 0.166930] acpiphp: Slot [24] registered\n[ 0.167875] acpiphp: Slot [25] registered\n[ 0.168028] acpiphp: Slot [26] registered\n[ 0.168961] acpiphp: Slot [27] registered\n[ 0.169925] acpiphp: Slot [28] registered\n[ 0.170792] acpiphp: Slot [29] registered\n[ 0.171685] acpiphp: Slot [30] registered\n[ 0.172025] acpiphp: Slot [31] registered\n[ 0.172955] PCI host bridge to bus 0000:00\n[ 0.173880] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.175056] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.176004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.177251] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.178637] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.180006] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.186663] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.188013] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.215762] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.216865] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.218635] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.220322] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.221905] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.223587] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.224212] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.225252] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.227068] vgaarb: loaded\n[ 0.228003] vgaarb: bridge control possible 0000:00:02.0\n[ 0.229353] SCSI subsystem initialized\n[ 0.230422] ACPI: bus type USB registered\n[ 0.230422] usbcore: registered new interface driver usbfs\n[ 0.232012] usbcore: registered new interface driver hub\n[ 0.233326] usbcore: registered new device driver usb\n[ 0.233326] PCI: Using ACPI for IRQ routing\n[ 0.233326] NetLabel: Initializing\n[ 0.236006] NetLabel: domain hash size = 128\n[ 0.237063] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.238225] NetLabel: unlabeled traffic allowed by default\n[ 0.239575] Switched to clocksource kvm-clock\n[ 0.243616] AppArmor: AppArmor Filesystem Enabled\n[ 0.248321] pnp: PnP ACPI init\n[ 0.249466] ACPI: bus type PNP registered\n[ 0.251582] pnp: PnP ACPI: found 8 devices\n[ 0.252803] ACPI: bus type PNP unregistered\n[ 0.261343] NET: Registered protocol family 2\n[ 0.264264] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.266656] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.268553] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.270455] TCP: reno registered\n[ 0.271435] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.273178] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.275209] NET: Registered protocol family 1\n[ 0.276622] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.278372] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.279968] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.302269] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.325219] Trying to unpack rootfs image as initramfs...\n[ 0.418311] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.421287] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.423023] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.424607] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.427280] Scanning for low memory corruption every 60 seconds\n[ 0.429647] Initialise system trusted keyring\n[ 0.430835] audit: initializing netlink socket (disabled)\n[ 0.432157] type=2000 audit(1534065282.709:1): initialized\n[ 0.452031] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.454301] zbud: loaded\n[ 0.455252] VFS: Disk quotas dquot_6.5.2\n[ 0.456290] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.458115] fuse init (API version 7.22)\n[ 0.459227] msgmni has been set to 3997\n[ 0.460283] Key type big_key registered\n[ 0.461536] Key type asymmetric registered\n[ 0.462587] Asymmetric key parser 'x509' registered\n[ 0.463741] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.465576] io scheduler noop registered\n[ 0.466507] io scheduler deadline registered (default)\n[ 0.467638] io scheduler cfq registered\n[ 0.468678] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.469970] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.471482] ipmi message handler version 39.2\n[ 0.472595] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.474326] ACPI: Power Button [PWRF]\n[ 0.475394] GHES: HEST is not enabled!\n[ 0.497489] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.542062] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564583] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.566613] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590635] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593137] Linux agpgart interface v0.103\n[ 0.595007] brd: module loaded\n[ 0.596218] loop: module loaded\n[ 0.597375] blk-mq: CPU -> queue map\n[ 0.598285] CPU 0 -> Queue 0\n[ 0.599042] CPU 1 -> Queue 0\n[ 0.600473] vda: vda1\n[ 0.601881] scsi0 : ata_piix\n[ 0.602665] scsi1 : ata_piix\n[ 0.603381] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.604747] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.606311] libphy: Fixed MDIO Bus: probed\n[ 0.607293] tun: Universal TUN/TAP device driver, 1.6\n[ 0.608367] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.611003] PPP generic driver version 2.4.2\n[ 0.612023] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.613322] ehci-pci: EHCI PCI platform driver\n[ 0.614273] ehci-platform: EHCI generic platform driver\n[ 0.615386] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.616641] ohci-pci: OHCI PCI platform driver\n[ 0.617624] ohci-platform: OHCI generic platform driver\n[ 0.618701] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.640745] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.641845] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.643461] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.644695] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646020] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647550] usb usb1: Product: UHCI Host Controller\n[ 0.648565] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd\n[ 0.649920] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651116] hub 1-0:1.0: USB hub found\n[ 0.652166] hub 1-0:1.0: 2 ports detected\n[ 0.653393] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655673] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656701] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657858] mousedev: PS/2 mouse device common for all mice\n[ 0.659249] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.661121] rtc_cmos 00:00: RTC can wake from S4\n[ 0.662782] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.664550] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.666329] device-mapper: uevent: version 1.0.3\n[ 0.667736] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.670130] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.671824] TCP: cubic registered\n[ 0.672903] NET: Registered protocol family 10\n[ 0.674394] NET: Registered protocol family 17\n[ 0.675733] Key type dns_resolver registered\n[ 0.677151] Loading compiled-in X.509 certificates\n[ 0.679026] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0'\n[ 0.681691] registered taskstats version 1\n[ 0.692859] Key type trusted registered\n[ 0.696517] Key type encrypted registered\n[ 0.697497] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.698946] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.700888] regulator-dummy: disabling\n[ 0.701901] Magic number: 14:35:222\n[ 0.703011] rtc_cmos 00:00: setting system clock to 2018-08-12 09:14:43 UTC (1534065283)\n[ 0.704889] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.706135] EDD information not available.\n[ 0.761384] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000)\n[ 0.763225] Write protecting the kernel read-only data: 12288k\n[ 0.764990] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000)\n[ 0.767838] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.781703] systemd-udevd[107]: starting version 204\n[ 0.820635] FDC 0 is a S82078B\n[ 0.964059] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.124684] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.126110] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.127461] usb 1-1: Product: QEMU USB Tablet\n[ 1.128372] usb 1-1: Manufacturer: QEMU\n[ 1.129215] usb 1-1: SerialNumber: 42\n[ 1.420090] tsc: Refined TSC clocksource calibration: 3491.877 MHz\n[ 1.845302] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.096165] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.184699] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n[ 2.283393] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sun, 12 Aug 2018 09:14:45 +0000. Up 2.66 seconds.\ncloud-init-nonet[2.85]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting cold plug devices[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\ncloud-init-nonet[9.46]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sun, 12 Aug 2018 09:14:52 +0000. Up 9.59 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:f8:47:bc |\nci-info: | eth0 | True | 192.168.0.6 | 255.255.255.0 | fa:16:3e:a0:8c:69 |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.2 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\n9e:9e:9f:8d:3a:a6:9c:55:48:62:37:40:24:56:bf:96 root@homer-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| o+= |\n| . . o |\n| o = |\n| . + = |\n| E . |\n| o o |\n| + |\n| . +o. + |\n| +o+++ . |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\nf5:82:85:56:b7:31:ca:0c:a6:5a:c4:22:5d:9b:95:f7 root@homer-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| . oo +.. + |\n| . o..*.*.o + |\n| . .= o.*.. |\n| o . + .E |\n| . S . . |\n| . |\n| |\n| |\n| |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\nae:94:d0:9e:d4:d7:5a:03:f2:3e:7d:6b:94:24:f5:c1 root@homer-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| . |\n| .E |\n| . . . ..|\n| . . o o. . .|\n| . o S o +o . |\n| + + o + .o |\n| = . + ... |\n| . . . ... |\n| . .. |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\ne9:6d:b2:ce:65:c3:06:5d:25:e6:9f:e9:9d:26:da:19 root@homer-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| o . |\n| o o |\n| o |\n| o . . o |\n| S . + |\n| . + . ..|\n| o O E.o.|\n| . B .o = |\n| .+ . o |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS homer-0 ttyS0\n\nhomer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Sun, 12 Aug 2018 09:16:57 +0000. Up 134.34 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\n"} 2018-08-12 09:17:02,745 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd/action used request id req-bfc1b93f-f70b-4e0b-a7d2-eed03dc4f110 2018-08-12 09:17:02,745 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.07830119133s 2018-08-12 09:17:02,747 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd/action used request id req-bfc1b93f-f70b-4e0b-a7d2-eed03dc4f110 2018-08-12 09:17:02,747 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-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] 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-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] 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] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 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 2 CPUs, 0 hotplug CPUs [ 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 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008016] Security Framework initialized [ 0.008913] AppArmor: AppArmor initialized [ 0.009837] Yama: becoming mindful. [ 0.010748] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.013325] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.015408] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.016006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.017778] Initializing cgroup subsys memory [ 0.018719] Initializing cgroup subsys devices [ 0.020003] Initializing cgroup subsys freezer [ 0.021086] Initializing cgroup subsys blkio [ 0.021991] Initializing cgroup subsys perf_event [ 0.022999] Initializing cgroup subsys hugetlb [ 0.024056] CPU: Physical Processor ID: 0 [ 0.024946] FEATURE SPEC_CTRL Not Present [ 0.026471] mce: CPU supports 10 MCE banks [ 0.028035] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.028035] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.030137] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.031421] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.032003] Speculative Store Bypass: Vulnerable [ 0.033566] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000) [ 0.038566] ACPI: Core revision 20131115 [ 0.040460] ACPI: All ACPI Tables successfully acquired [ 0.041709] ftrace: allocating 28727 entries in 113 pages [ 0.060291] Enabling x2apic [ 0.061073] Enabled x2apic [ 0.061964] Switched APIC routing to physical x2apic. [ 0.064919] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.066290] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.069066] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.076856] KVM setup paravirtual spinlock [ 0.079139] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.080155] x86: Booting SMP configuration: [ 0.081281] .... node #0, CPUs: #1[ 0.079106] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.096026] x86: Booted up 1 node, 2 CPUs [ 0.096018] KVM setup async PF for cpu 1 [ 0.096020] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.099631] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.100348] devtmpfs: initialized [ 0.102632] EVM: security.selinux [ 0.104005] EVM: security.SMACK64 [ 0.104954] EVM: security.ima [ 0.105920] EVM: security.capability [ 0.108118] pinctrl core: initialized pinctrl subsystem [ 0.109704] regulator-dummy: no parameters [ 0.110929] RTC time: 9:14:42, date: 08/12/18 [ 0.112038] NET: Registered protocol family 16 [ 0.113457] cpuidle: using governor ladder [ 0.114609] cpuidle: using governor menu [ 0.115850] ACPI: bus type PCI registered [ 0.116004] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.117746] PCI: Using configuration type 1 for base access [ 0.120038] bio: create slab at 0 [ 0.121189] ACPI: Added _OSI(Module Device) [ 0.121189] ACPI: Added _OSI(Processor Device) [ 0.122213] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.124005] ACPI: Added _OSI(Processor Aggregator Device) [ 0.126110] ACPI: Interpreter enabled [ 0.127154] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.129830] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.132005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.134822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.136755] ACPI: (supports S0 S5) [ 0.137721] ACPI: Using IOAPIC for interrupt routing [ 0.139117] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.140200] ACPI: No dock devices found. [ 0.143264] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.144008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.145991] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.147946] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.148206] acpiphp: Slot [3] registered [ 0.149509] acpiphp: Slot [4] registered [ 0.150716] acpiphp: Slot [5] registered [ 0.151857] acpiphp: Slot [6] registered [ 0.152020] acpiphp: Slot [7] registered [ 0.153216] acpiphp: Slot [8] registered [ 0.154428] acpiphp: Slot [9] registered [ 0.155633] acpiphp: Slot [10] registered [ 0.156024] acpiphp: Slot [11] registered [ 0.157002] acpiphp: Slot [12] registered [ 0.157975] acpiphp: Slot [13] registered [ 0.158963] acpiphp: Slot [14] registered [ 0.159983] acpiphp: Slot [15] registered [ 0.160023] acpiphp: Slot [16] registered [ 0.160985] acpiphp: Slot [17] registered [ 0.161921] acpiphp: Slot [18] registered [ 0.162915] acpiphp: Slot [19] registered [ 0.163849] acpiphp: Slot [20] registered [ 0.164031] acpiphp: Slot [21] registered [ 0.164958] acpiphp: Slot [22] registered [ 0.165998] acpiphp: Slot [23] registered [ 0.166930] acpiphp: Slot [24] registered [ 0.167875] acpiphp: Slot [25] registered [ 0.168028] acpiphp: Slot [26] registered [ 0.168961] acpiphp: Slot [27] registered [ 0.169925] acpiphp: Slot [28] registered [ 0.170792] acpiphp: Slot [29] registered [ 0.171685] acpiphp: Slot [30] registered [ 0.172025] acpiphp: Slot [31] registered [ 0.172955] PCI host bridge to bus 0000:00 [ 0.173880] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.175056] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.176004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.177251] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.178637] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.180006] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.186663] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.188013] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.215762] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.216865] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.218635] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.220322] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.221905] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.223587] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.224212] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.225252] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.227068] vgaarb: loaded [ 0.228003] vgaarb: bridge control possible 0000:00:02.0 [ 0.229353] SCSI subsystem initialized [ 0.230422] ACPI: bus type USB registered [ 0.230422] usbcore: registered new interface driver usbfs [ 0.232012] usbcore: registered new interface driver hub [ 0.233326] usbcore: registered new device driver usb [ 0.233326] PCI: Using ACPI for IRQ routing [ 0.233326] NetLabel: Initializing [ 0.236006] NetLabel: domain hash size = 128 [ 0.237063] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.238225] NetLabel: unlabeled traffic allowed by default [ 0.239575] Switched to clocksource kvm-clock [ 0.243616] AppArmor: AppArmor Filesystem Enabled [ 0.248321] pnp: PnP ACPI init [ 0.249466] ACPI: bus type PNP registered [ 0.251582] pnp: PnP ACPI: found 8 devices [ 0.252803] ACPI: bus type PNP unregistered [ 0.261343] NET: Registered protocol family 2 [ 0.264264] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.266656] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.268553] TCP: Hash tables configured (established 16384 bind 16384) [ 0.270455] TCP: reno registered [ 0.271435] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.273178] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.275209] NET: Registered protocol family 1 [ 0.276622] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.278372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.279968] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.302269] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.325219] Trying to unpack rootfs image as initramfs... [ 0.418311] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.421287] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.423023] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.424607] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.427280] Scanning for low memory corruption every 60 seconds [ 0.429647] Initialise system trusted keyring [ 0.430835] audit: initializing netlink socket (disabled) [ 0.432157] type=2000 audit(1534065282.709:1): initialized [ 0.452031] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.454301] zbud: loaded [ 0.455252] VFS: Disk quotas dquot_6.5.2 [ 0.456290] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.458115] fuse init (API version 7.22) [ 0.459227] msgmni has been set to 3997 [ 0.460283] Key type big_key registered [ 0.461536] Key type asymmetric registered [ 0.462587] Asymmetric key parser 'x509' registered [ 0.463741] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.465576] io scheduler noop registered [ 0.466507] io scheduler deadline registered (default) [ 0.467638] io scheduler cfq registered [ 0.468678] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.469970] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.471482] ipmi message handler version 39.2 [ 0.472595] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.474326] ACPI: Power Button [PWRF] [ 0.475394] GHES: HEST is not enabled! [ 0.497489] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.542062] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.564583] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.566613] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.590635] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.593137] Linux agpgart interface v0.103 [ 0.595007] brd: module loaded [ 0.596218] loop: module loaded [ 0.597375] blk-mq: CPU -> queue map [ 0.598285] CPU 0 -> Queue 0 [ 0.599042] CPU 1 -> Queue 0 [ 0.600473] vda: vda1 [ 0.601881] scsi0 : ata_piix [ 0.602665] scsi1 : ata_piix [ 0.603381] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.604747] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.606311] libphy: Fixed MDIO Bus: probed [ 0.607293] tun: Universal TUN/TAP device driver, 1.6 [ 0.608367] tun: (C) 1999-2004 Max Krasnyansky [ 0.611003] PPP generic driver version 2.4.2 [ 0.612023] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.613322] ehci-pci: EHCI PCI platform driver [ 0.614273] ehci-platform: EHCI generic platform driver [ 0.615386] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.616641] ohci-pci: OHCI PCI platform driver [ 0.617624] ohci-platform: OHCI generic platform driver [ 0.618701] uhci_hcd: USB Universal Host Controller Interface driver [ 0.640745] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.641845] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.643461] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.644695] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.646020] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.647550] usb usb1: Product: UHCI Host Controller [ 0.648565] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd [ 0.649920] usb usb1: SerialNumber: 0000:00:01.2 [ 0.651116] hub 1-0:1.0: USB hub found [ 0.652166] hub 1-0:1.0: 2 ports detected [ 0.653393] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.655673] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.656701] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.657858] mousedev: PS/2 mouse device common for all mice [ 0.659249] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.661121] rtc_cmos 00:00: RTC can wake from S4 [ 0.662782] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.664550] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.666329] device-mapper: uevent: version 1.0.3 [ 0.667736] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.670130] ledtrig-cpu: registered to indicate activity on CPUs [ 0.671824] TCP: cubic registered [ 0.672903] NET: Registered protocol family 10 [ 0.674394] NET: Registered protocol family 17 [ 0.675733] Key type dns_resolver registered [ 0.677151] Loading compiled-in X.509 certificates [ 0.679026] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0' [ 0.681691] registered taskstats version 1 [ 0.692859] Key type trusted registered [ 0.696517] Key type encrypted registered [ 0.697497] AppArmor: AppArmor sha1 policy hashing enabled [ 0.698946] IMA: No TPM chip found, activating TPM-bypass! [ 0.700888] regulator-dummy: disabling [ 0.701901] Magic number: 14:35:222 [ 0.703011] rtc_cmos 00:00: setting system clock to 2018-08-12 09:14:43 UTC (1534065283) [ 0.704889] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.706135] EDD information not available. [ 0.761384] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000) [ 0.763225] Write protecting the kernel read-only data: 12288k [ 0.764990] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000) [ 0.767838] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.781703] systemd-udevd[107]: starting version 204 [ 0.820635] FDC 0 is a S82078B [ 0.964059] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.124684] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.126110] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.127461] usb 1-1: Product: QEMU USB Tablet [ 1.128372] usb 1-1: Manufacturer: QEMU [ 1.129215] usb 1-1: SerialNumber: 42 [ 1.420090] tsc: Refined TSC clocksource calibration: 3491.877 MHz [ 1.845302] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.096165] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.184699] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] [ 2.283393] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sun, 12 Aug 2018 09:14:45 +0000. Up 2.66 seconds. cloud-init-nonet[2.85]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting cold plug devices[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] cloud-init-nonet[9.46]: static networking is now up * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sun, 12 Aug 2018 09:14:52 +0000. Up 9.59 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:f8:47:bc | ci-info: | eth0 | True | 192.168.0.6 | 255.255.255.0 | fa:16:3e:a0:8c:69 | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.2 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: 9e:9e:9f:8d:3a:a6:9c:55:48:62:37:40:24:56:bf:96 root@homer-0 The key's randomart image is: +--[ RSA 2048]----+ | o+= | | . . o | | o = | | . + = | | E . | | o o | | + | | . +o. + | | +o+++ . | +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: f5:82:85:56:b7:31:ca:0c:a6:5a:c4:22:5d:9b:95:f7 root@homer-0 The key's randomart image is: +--[ DSA 1024]----+ | . oo +.. + | | . o..*.*.o + | | . .= o.*.. | | o . + .E | | . S . . | | . | | | | | | | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: ae:94:d0:9e:d4:d7:5a:03:f2:3e:7d:6b:94:24:f5:c1 root@homer-0 The key's randomart image is: +--[ECDSA 256]---+ | . | | .E | | . . . ..| | . . o o. . .| | . o S o +o . | | + + o + .o | | = . + ... | | . . . ... | | . .. | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: e9:6d:b2:ce:65:c3:06:5d:25:e6:9f:e9:9d:26:da:19 root@homer-0 The key's randomart image is: +--[ED25519 256--+ | o . | | o o | | o | | o . . o | | S . + | | . + . ..| | o O E.o.| | . B .o = | | .+ . o | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS homer-0 ttyS0 homer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Sun, 12 Aug 2018 09:16:57 +0000. Up 134.34 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. 2018-08-12 09:17:02,748 - functest.core.singlevm - DEBUG - try 12: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-12 09:17:12,759 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:17:12,762 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:17:13,508 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09: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-9005edd3-929f-442a-a4e8-ac0a95b1372c x-compute-request-id: req-9005edd3-929f-442a-a4e8-ac0a95b1372c Content-Encoding: gzip Content-Length: 1505 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:8c:69", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:8c:69", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:47:bc", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:47:bc", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/0d05f869-c182-4a19-86bf-4ac078c523fd", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:41.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "0d05f869-c182-4a19-86bf-4ac078c523fd", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:41Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "homer-0.clearwater.opnfv", "created": "2018-08-12T09:14:06Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:24:50", "version": 4, "addr": "192.168.0.22", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:24:50", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:35:db:99", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/1c9b6e42-b18c-407e-8d00-9077025769fd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1c9b6e42-b18c-407e-8d00-9077025769fd", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:39.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "1c9b6e42-b18c-407e-8d00-9077025769fd", "security_groups": [{"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:39Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "dime-0.clearwater.opnfv", "created": "2018-08-12T09:14:05Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:73:af", "version": 4, "addr": "192.168.0.17", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:73:af", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:b9:f2", "version": 4, "addr": "192.168.1.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:b9:f2", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:41.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:41Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "bono-0.clearwater.opnfv", "created": "2018-08-12T09:14:05Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:27:6c", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:27:6c", "version": 4, "addr": "172.30.9.216", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:82:86", "version": 4, "addr": "192.168.1.24", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/566a63cc-7490-4385-b2ac-bfb24030a031", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/566a63cc-7490-4385-b2ac-bfb24030a031", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:34.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "566a63cc-7490-4385-b2ac-bfb24030a031", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:34Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-12T09:14:04Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:9d:e5", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:9d:e5", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b4:d8:25", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/7a80620a-d807-4698-b6c3-7c140a7b5157", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/7a80620a-d807-4698-b6c3-7c140a7b5157", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:25.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "7a80620a-d807-4698-b6c3-7c140a7b5157", "security_groups": [{"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:25Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-12T09:14:04Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:ca:f6", "version": 4, "addr": "192.168.0.23", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:ca:f6", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/3544e1e5-febb-4596-964e-1a53f9d26ab6", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/3544e1e5-febb-4596-964e-1a53f9d26ab6", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:13:48.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "3544e1e5-febb-4596-964e-1a53f9d26ab6", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:13:48Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-12T09:12:11Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:77:d2", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:77:d2", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ac:00:39", "version": 4, "addr": "192.168.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/24234aa3-febc-4826-8d67-0c33e6f38782", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/24234aa3-febc-4826-8d67-0c33e6f38782", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:12:00.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "24234aa3-febc-4826-8d67-0c33e6f38782", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:12:00Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "ns.clearwater.opnfv", "created": "2018-08-12T09:10:20Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:17:13,508 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-9005edd3-929f-442a-a4e8-ac0a95b1372c 2018-08-12 09:17:13,508 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.748486995697s 2018-08-12 09:17:13,509 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-9005edd3-929f-442a-a4e8-ac0a95b1372c 2018-08-12 09:17:13,517 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-12 09:17:13,520 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd/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}d584eff3730be386f99aabb4bf64013d89965dc6" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 09:17:13,660 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:17: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-cfa8afce-cf3d-4907-98da-5ef5c31fe7e5 x-compute-request-id: req-cfa8afce-cf3d-4907-98da-5ef5c31fe7e5 Content-Encoding: gzip Content-Length: 9691 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 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] 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-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] 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] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\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 2 CPUs, 0 hotplug CPUs\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 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008016] Security Framework initialized\n[ 0.008913] AppArmor: AppArmor initialized\n[ 0.009837] Yama: becoming mindful.\n[ 0.010748] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.013325] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.015408] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.016006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.017778] Initializing cgroup subsys memory\n[ 0.018719] Initializing cgroup subsys devices\n[ 0.020003] Initializing cgroup subsys freezer\n[ 0.021086] Initializing cgroup subsys blkio\n[ 0.021991] Initializing cgroup subsys perf_event\n[ 0.022999] Initializing cgroup subsys hugetlb\n[ 0.024056] CPU: Physical Processor ID: 0\n[ 0.024946] FEATURE SPEC_CTRL Not Present\n[ 0.026471] mce: CPU supports 10 MCE banks\n[ 0.028035] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.028035] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.030137] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.031421] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.032003] Speculative Store Bypass: Vulnerable\n[ 0.033566] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000)\n[ 0.038566] ACPI: Core revision 20131115\n[ 0.040460] ACPI: All ACPI Tables successfully acquired\n[ 0.041709] ftrace: allocating 28727 entries in 113 pages\n[ 0.060291] Enabling x2apic\n[ 0.061073] Enabled x2apic\n[ 0.061964] Switched APIC routing to physical x2apic.\n[ 0.064919] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.066290] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.069066] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.076856] KVM setup paravirtual spinlock\n[ 0.079139] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.080155] x86: Booting SMP configuration:\n[ 0.081281] .... node #0, CPUs: #1[ 0.079106] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.096026] x86: Booted up 1 node, 2 CPUs\n[ 0.096018] KVM setup async PF for cpu 1\n[ 0.096020] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.099631] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.100348] devtmpfs: initialized\n[ 0.102632] EVM: security.selinux\n[ 0.104005] EVM: security.SMACK64\n[ 0.104954] EVM: security.ima\n[ 0.105920] EVM: security.capability\n[ 0.108118] pinctrl core: initialized pinctrl subsystem\n[ 0.109704] regulator-dummy: no parameters\n[ 0.110929] RTC time: 9:14:42, date: 08/12/18\n[ 0.112038] NET: Registered protocol family 16\n[ 0.113457] cpuidle: using governor ladder\n[ 0.114609] cpuidle: using governor menu\n[ 0.115850] ACPI: bus type PCI registered\n[ 0.116004] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.117746] PCI: Using configuration type 1 for base access\n[ 0.120038] bio: create slab at 0\n[ 0.121189] ACPI: Added _OSI(Module Device)\n[ 0.121189] ACPI: Added _OSI(Processor Device)\n[ 0.122213] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.124005] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.126110] ACPI: Interpreter enabled\n[ 0.127154] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.129830] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.132005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.134822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.136755] ACPI: (supports S0 S5)\n[ 0.137721] ACPI: Using IOAPIC for interrupt routing\n[ 0.139117] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.140200] ACPI: No dock devices found.\n[ 0.143264] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.144008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.145991] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.147946] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.148206] acpiphp: Slot [3] registered\n[ 0.149509] acpiphp: Slot [4] registered\n[ 0.150716] acpiphp: Slot [5] registered\n[ 0.151857] acpiphp: Slot [6] registered\n[ 0.152020] acpiphp: Slot [7] registered\n[ 0.153216] acpiphp: Slot [8] registered\n[ 0.154428] acpiphp: Slot [9] registered\n[ 0.155633] acpiphp: Slot [10] registered\n[ 0.156024] acpiphp: Slot [11] registered\n[ 0.157002] acpiphp: Slot [12] registered\n[ 0.157975] acpiphp: Slot [13] registered\n[ 0.158963] acpiphp: Slot [14] registered\n[ 0.159983] acpiphp: Slot [15] registered\n[ 0.160023] acpiphp: Slot [16] registered\n[ 0.160985] acpiphp: Slot [17] registered\n[ 0.161921] acpiphp: Slot [18] registered\n[ 0.162915] acpiphp: Slot [19] registered\n[ 0.163849] acpiphp: Slot [20] registered\n[ 0.164031] acpiphp: Slot [21] registered\n[ 0.164958] acpiphp: Slot [22] registered\n[ 0.165998] acpiphp: Slot [23] registered\n[ 0.166930] acpiphp: Slot [24] registered\n[ 0.167875] acpiphp: Slot [25] registered\n[ 0.168028] acpiphp: Slot [26] registered\n[ 0.168961] acpiphp: Slot [27] registered\n[ 0.169925] acpiphp: Slot [28] registered\n[ 0.170792] acpiphp: Slot [29] registered\n[ 0.171685] acpiphp: Slot [30] registered\n[ 0.172025] acpiphp: Slot [31] registered\n[ 0.172955] PCI host bridge to bus 0000:00\n[ 0.173880] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.175056] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.176004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.177251] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.178637] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.180006] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.186663] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.188013] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.215762] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.216865] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.218635] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.220322] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.221905] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.223587] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.224212] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.225252] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.227068] vgaarb: loaded\n[ 0.228003] vgaarb: bridge control possible 0000:00:02.0\n[ 0.229353] SCSI subsystem initialized\n[ 0.230422] ACPI: bus type USB registered\n[ 0.230422] usbcore: registered new interface driver usbfs\n[ 0.232012] usbcore: registered new interface driver hub\n[ 0.233326] usbcore: registered new device driver usb\n[ 0.233326] PCI: Using ACPI for IRQ routing\n[ 0.233326] NetLabel: Initializing\n[ 0.236006] NetLabel: domain hash size = 128\n[ 0.237063] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.238225] NetLabel: unlabeled traffic allowed by default\n[ 0.239575] Switched to clocksource kvm-clock\n[ 0.243616] AppArmor: AppArmor Filesystem Enabled\n[ 0.248321] pnp: PnP ACPI init\n[ 0.249466] ACPI: bus type PNP registered\n[ 0.251582] pnp: PnP ACPI: found 8 devices\n[ 0.252803] ACPI: bus type PNP unregistered\n[ 0.261343] NET: Registered protocol family 2\n[ 0.264264] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.266656] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.268553] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.270455] TCP: reno registered\n[ 0.271435] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.273178] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.275209] NET: Registered protocol family 1\n[ 0.276622] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.278372] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.279968] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.302269] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.325219] Trying to unpack rootfs image as initramfs...\n[ 0.418311] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.421287] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.423023] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.424607] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.427280] Scanning for low memory corruption every 60 seconds\n[ 0.429647] Initialise system trusted keyring\n[ 0.430835] audit: initializing netlink socket (disabled)\n[ 0.432157] type=2000 audit(1534065282.709:1): initialized\n[ 0.452031] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.454301] zbud: loaded\n[ 0.455252] VFS: Disk quotas dquot_6.5.2\n[ 0.456290] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.458115] fuse init (API version 7.22)\n[ 0.459227] msgmni has been set to 3997\n[ 0.460283] Key type big_key registered\n[ 0.461536] Key type asymmetric registered\n[ 0.462587] Asymmetric key parser 'x509' registered\n[ 0.463741] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.465576] io scheduler noop registered\n[ 0.466507] io scheduler deadline registered (default)\n[ 0.467638] io scheduler cfq registered\n[ 0.468678] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.469970] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.471482] ipmi message handler version 39.2\n[ 0.472595] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.474326] ACPI: Power Button [PWRF]\n[ 0.475394] GHES: HEST is not enabled!\n[ 0.497489] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.542062] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564583] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.566613] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590635] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593137] Linux agpgart interface v0.103\n[ 0.595007] brd: module loaded\n[ 0.596218] loop: module loaded\n[ 0.597375] blk-mq: CPU -> queue map\n[ 0.598285] CPU 0 -> Queue 0\n[ 0.599042] CPU 1 -> Queue 0\n[ 0.600473] vda: vda1\n[ 0.601881] scsi0 : ata_piix\n[ 0.602665] scsi1 : ata_piix\n[ 0.603381] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.604747] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.606311] libphy: Fixed MDIO Bus: probed\n[ 0.607293] tun: Universal TUN/TAP device driver, 1.6\n[ 0.608367] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.611003] PPP generic driver version 2.4.2\n[ 0.612023] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.613322] ehci-pci: EHCI PCI platform driver\n[ 0.614273] ehci-platform: EHCI generic platform driver\n[ 0.615386] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.616641] ohci-pci: OHCI PCI platform driver\n[ 0.617624] ohci-platform: OHCI generic platform driver\n[ 0.618701] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.640745] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.641845] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.643461] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.644695] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646020] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647550] usb usb1: Product: UHCI Host Controller\n[ 0.648565] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd\n[ 0.649920] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651116] hub 1-0:1.0: USB hub found\n[ 0.652166] hub 1-0:1.0: 2 ports detected\n[ 0.653393] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655673] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656701] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657858] mousedev: PS/2 mouse device common for all mice\n[ 0.659249] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.661121] rtc_cmos 00:00: RTC can wake from S4\n[ 0.662782] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.664550] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.666329] device-mapper: uevent: version 1.0.3\n[ 0.667736] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.670130] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.671824] TCP: cubic registered\n[ 0.672903] NET: Registered protocol family 10\n[ 0.674394] NET: Registered protocol family 17\n[ 0.675733] Key type dns_resolver registered\n[ 0.677151] Loading compiled-in X.509 certificates\n[ 0.679026] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0'\n[ 0.681691] registered taskstats version 1\n[ 0.692859] Key type trusted registered\n[ 0.696517] Key type encrypted registered\n[ 0.697497] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.698946] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.700888] regulator-dummy: disabling\n[ 0.701901] Magic number: 14:35:222\n[ 0.703011] rtc_cmos 00:00: setting system clock to 2018-08-12 09:14:43 UTC (1534065283)\n[ 0.704889] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.706135] EDD information not available.\n[ 0.761384] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000)\n[ 0.763225] Write protecting the kernel read-only data: 12288k\n[ 0.764990] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000)\n[ 0.767838] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.781703] systemd-udevd[107]: starting version 204\n[ 0.820635] FDC 0 is a S82078B\n[ 0.964059] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.124684] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.126110] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.127461] usb 1-1: Product: QEMU USB Tablet\n[ 1.128372] usb 1-1: Manufacturer: QEMU\n[ 1.129215] usb 1-1: SerialNumber: 42\n[ 1.420090] tsc: Refined TSC clocksource calibration: 3491.877 MHz\n[ 1.845302] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.096165] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.184699] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n[ 2.283393] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sun, 12 Aug 2018 09:14:45 +0000. Up 2.66 seconds.\ncloud-init-nonet[2.85]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting cold plug devices[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\ncloud-init-nonet[9.46]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sun, 12 Aug 2018 09:14:52 +0000. Up 9.59 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:f8:47:bc |\nci-info: | eth0 | True | 192.168.0.6 | 255.255.255.0 | fa:16:3e:a0:8c:69 |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.2 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\n9e:9e:9f:8d:3a:a6:9c:55:48:62:37:40:24:56:bf:96 root@homer-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| o+= |\n| . . o |\n| o = |\n| . + = |\n| E . |\n| o o |\n| + |\n| . +o. + |\n| +o+++ . |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\nf5:82:85:56:b7:31:ca:0c:a6:5a:c4:22:5d:9b:95:f7 root@homer-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| . oo +.. + |\n| . o..*.*.o + |\n| . .= o.*.. |\n| o . + .E |\n| . S . . |\n| . |\n| |\n| |\n| |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\nae:94:d0:9e:d4:d7:5a:03:f2:3e:7d:6b:94:24:f5:c1 root@homer-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| . |\n| .E |\n| . . . ..|\n| . . o o. . .|\n| . o S o +o . |\n| + + o + .o |\n| = . + ... |\n| . . . ... |\n| . .. |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\ne9:6d:b2:ce:65:c3:06:5d:25:e6:9f:e9:9d:26:da:19 root@homer-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| o . |\n| o o |\n| o |\n| o . . o |\n| S . + |\n| . + . ..|\n| o O E.o.|\n| . B .o = |\n| .+ . o |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS homer-0 ttyS0\n\nhomer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Sun, 12 Aug 2018 09:16:57 +0000. Up 134.34 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\n"} 2018-08-12 09:17:13,661 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd/action used request id req-cfa8afce-cf3d-4907-98da-5ef5c31fe7e5 2018-08-12 09:17:13,661 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.144400835037s 2018-08-12 09:17:13,662 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd/action used request id req-cfa8afce-cf3d-4907-98da-5ef5c31fe7e5 2018-08-12 09:17:13,663 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-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] 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-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] 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] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 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 2 CPUs, 0 hotplug CPUs [ 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 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008016] Security Framework initialized [ 0.008913] AppArmor: AppArmor initialized [ 0.009837] Yama: becoming mindful. [ 0.010748] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.013325] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.015408] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.016006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.017778] Initializing cgroup subsys memory [ 0.018719] Initializing cgroup subsys devices [ 0.020003] Initializing cgroup subsys freezer [ 0.021086] Initializing cgroup subsys blkio [ 0.021991] Initializing cgroup subsys perf_event [ 0.022999] Initializing cgroup subsys hugetlb [ 0.024056] CPU: Physical Processor ID: 0 [ 0.024946] FEATURE SPEC_CTRL Not Present [ 0.026471] mce: CPU supports 10 MCE banks [ 0.028035] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.028035] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.030137] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.031421] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.032003] Speculative Store Bypass: Vulnerable [ 0.033566] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000) [ 0.038566] ACPI: Core revision 20131115 [ 0.040460] ACPI: All ACPI Tables successfully acquired [ 0.041709] ftrace: allocating 28727 entries in 113 pages [ 0.060291] Enabling x2apic [ 0.061073] Enabled x2apic [ 0.061964] Switched APIC routing to physical x2apic. [ 0.064919] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.066290] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.069066] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.076856] KVM setup paravirtual spinlock [ 0.079139] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.080155] x86: Booting SMP configuration: [ 0.081281] .... node #0, CPUs: #1[ 0.079106] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.096026] x86: Booted up 1 node, 2 CPUs [ 0.096018] KVM setup async PF for cpu 1 [ 0.096020] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.099631] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.100348] devtmpfs: initialized [ 0.102632] EVM: security.selinux [ 0.104005] EVM: security.SMACK64 [ 0.104954] EVM: security.ima [ 0.105920] EVM: security.capability [ 0.108118] pinctrl core: initialized pinctrl subsystem [ 0.109704] regulator-dummy: no parameters [ 0.110929] RTC time: 9:14:42, date: 08/12/18 [ 0.112038] NET: Registered protocol family 16 [ 0.113457] cpuidle: using governor ladder [ 0.114609] cpuidle: using governor menu [ 0.115850] ACPI: bus type PCI registered [ 0.116004] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.117746] PCI: Using configuration type 1 for base access [ 0.120038] bio: create slab at 0 [ 0.121189] ACPI: Added _OSI(Module Device) [ 0.121189] ACPI: Added _OSI(Processor Device) [ 0.122213] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.124005] ACPI: Added _OSI(Processor Aggregator Device) [ 0.126110] ACPI: Interpreter enabled [ 0.127154] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.129830] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.132005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.134822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.136755] ACPI: (supports S0 S5) [ 0.137721] ACPI: Using IOAPIC for interrupt routing [ 0.139117] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.140200] ACPI: No dock devices found. [ 0.143264] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.144008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.145991] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.147946] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.148206] acpiphp: Slot [3] registered [ 0.149509] acpiphp: Slot [4] registered [ 0.150716] acpiphp: Slot [5] registered [ 0.151857] acpiphp: Slot [6] registered [ 0.152020] acpiphp: Slot [7] registered [ 0.153216] acpiphp: Slot [8] registered [ 0.154428] acpiphp: Slot [9] registered [ 0.155633] acpiphp: Slot [10] registered [ 0.156024] acpiphp: Slot [11] registered [ 0.157002] acpiphp: Slot [12] registered [ 0.157975] acpiphp: Slot [13] registered [ 0.158963] acpiphp: Slot [14] registered [ 0.159983] acpiphp: Slot [15] registered [ 0.160023] acpiphp: Slot [16] registered [ 0.160985] acpiphp: Slot [17] registered [ 0.161921] acpiphp: Slot [18] registered [ 0.162915] acpiphp: Slot [19] registered [ 0.163849] acpiphp: Slot [20] registered [ 0.164031] acpiphp: Slot [21] registered [ 0.164958] acpiphp: Slot [22] registered [ 0.165998] acpiphp: Slot [23] registered [ 0.166930] acpiphp: Slot [24] registered [ 0.167875] acpiphp: Slot [25] registered [ 0.168028] acpiphp: Slot [26] registered [ 0.168961] acpiphp: Slot [27] registered [ 0.169925] acpiphp: Slot [28] registered [ 0.170792] acpiphp: Slot [29] registered [ 0.171685] acpiphp: Slot [30] registered [ 0.172025] acpiphp: Slot [31] registered [ 0.172955] PCI host bridge to bus 0000:00 [ 0.173880] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.175056] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.176004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.177251] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.178637] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.180006] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.186663] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.188013] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.215762] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.216865] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.218635] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.220322] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.221905] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.223587] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.224212] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.225252] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.227068] vgaarb: loaded [ 0.228003] vgaarb: bridge control possible 0000:00:02.0 [ 0.229353] SCSI subsystem initialized [ 0.230422] ACPI: bus type USB registered [ 0.230422] usbcore: registered new interface driver usbfs [ 0.232012] usbcore: registered new interface driver hub [ 0.233326] usbcore: registered new device driver usb [ 0.233326] PCI: Using ACPI for IRQ routing [ 0.233326] NetLabel: Initializing [ 0.236006] NetLabel: domain hash size = 128 [ 0.237063] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.238225] NetLabel: unlabeled traffic allowed by default [ 0.239575] Switched to clocksource kvm-clock [ 0.243616] AppArmor: AppArmor Filesystem Enabled [ 0.248321] pnp: PnP ACPI init [ 0.249466] ACPI: bus type PNP registered [ 0.251582] pnp: PnP ACPI: found 8 devices [ 0.252803] ACPI: bus type PNP unregistered [ 0.261343] NET: Registered protocol family 2 [ 0.264264] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.266656] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.268553] TCP: Hash tables configured (established 16384 bind 16384) [ 0.270455] TCP: reno registered [ 0.271435] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.273178] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.275209] NET: Registered protocol family 1 [ 0.276622] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.278372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.279968] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.302269] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.325219] Trying to unpack rootfs image as initramfs... [ 0.418311] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.421287] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.423023] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.424607] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.427280] Scanning for low memory corruption every 60 seconds [ 0.429647] Initialise system trusted keyring [ 0.430835] audit: initializing netlink socket (disabled) [ 0.432157] type=2000 audit(1534065282.709:1): initialized [ 0.452031] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.454301] zbud: loaded [ 0.455252] VFS: Disk quotas dquot_6.5.2 [ 0.456290] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.458115] fuse init (API version 7.22) [ 0.459227] msgmni has been set to 3997 [ 0.460283] Key type big_key registered [ 0.461536] Key type asymmetric registered [ 0.462587] Asymmetric key parser 'x509' registered [ 0.463741] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.465576] io scheduler noop registered [ 0.466507] io scheduler deadline registered (default) [ 0.467638] io scheduler cfq registered [ 0.468678] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.469970] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.471482] ipmi message handler version 39.2 [ 0.472595] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.474326] ACPI: Power Button [PWRF] [ 0.475394] GHES: HEST is not enabled! [ 0.497489] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.542062] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.564583] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.566613] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.590635] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.593137] Linux agpgart interface v0.103 [ 0.595007] brd: module loaded [ 0.596218] loop: module loaded [ 0.597375] blk-mq: CPU -> queue map [ 0.598285] CPU 0 -> Queue 0 [ 0.599042] CPU 1 -> Queue 0 [ 0.600473] vda: vda1 [ 0.601881] scsi0 : ata_piix [ 0.602665] scsi1 : ata_piix [ 0.603381] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.604747] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.606311] libphy: Fixed MDIO Bus: probed [ 0.607293] tun: Universal TUN/TAP device driver, 1.6 [ 0.608367] tun: (C) 1999-2004 Max Krasnyansky [ 0.611003] PPP generic driver version 2.4.2 [ 0.612023] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.613322] ehci-pci: EHCI PCI platform driver [ 0.614273] ehci-platform: EHCI generic platform driver [ 0.615386] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.616641] ohci-pci: OHCI PCI platform driver [ 0.617624] ohci-platform: OHCI generic platform driver [ 0.618701] uhci_hcd: USB Universal Host Controller Interface driver [ 0.640745] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.641845] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.643461] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.644695] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.646020] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.647550] usb usb1: Product: UHCI Host Controller [ 0.648565] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd [ 0.649920] usb usb1: SerialNumber: 0000:00:01.2 [ 0.651116] hub 1-0:1.0: USB hub found [ 0.652166] hub 1-0:1.0: 2 ports detected [ 0.653393] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.655673] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.656701] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.657858] mousedev: PS/2 mouse device common for all mice [ 0.659249] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.661121] rtc_cmos 00:00: RTC can wake from S4 [ 0.662782] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.664550] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.666329] device-mapper: uevent: version 1.0.3 [ 0.667736] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.670130] ledtrig-cpu: registered to indicate activity on CPUs [ 0.671824] TCP: cubic registered [ 0.672903] NET: Registered protocol family 10 [ 0.674394] NET: Registered protocol family 17 [ 0.675733] Key type dns_resolver registered [ 0.677151] Loading compiled-in X.509 certificates [ 0.679026] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0' [ 0.681691] registered taskstats version 1 [ 0.692859] Key type trusted registered [ 0.696517] Key type encrypted registered [ 0.697497] AppArmor: AppArmor sha1 policy hashing enabled [ 0.698946] IMA: No TPM chip found, activating TPM-bypass! [ 0.700888] regulator-dummy: disabling [ 0.701901] Magic number: 14:35:222 [ 0.703011] rtc_cmos 00:00: setting system clock to 2018-08-12 09:14:43 UTC (1534065283) [ 0.704889] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.706135] EDD information not available. [ 0.761384] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000) [ 0.763225] Write protecting the kernel read-only data: 12288k [ 0.764990] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000) [ 0.767838] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.781703] systemd-udevd[107]: starting version 204 [ 0.820635] FDC 0 is a S82078B [ 0.964059] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.124684] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.126110] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.127461] usb 1-1: Product: QEMU USB Tablet [ 1.128372] usb 1-1: Manufacturer: QEMU [ 1.129215] usb 1-1: SerialNumber: 42 [ 1.420090] tsc: Refined TSC clocksource calibration: 3491.877 MHz [ 1.845302] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.096165] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.184699] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] [ 2.283393] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sun, 12 Aug 2018 09:14:45 +0000. Up 2.66 seconds. cloud-init-nonet[2.85]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting cold plug devices[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] cloud-init-nonet[9.46]: static networking is now up * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sun, 12 Aug 2018 09:14:52 +0000. Up 9.59 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:f8:47:bc | ci-info: | eth0 | True | 192.168.0.6 | 255.255.255.0 | fa:16:3e:a0:8c:69 | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.2 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: 9e:9e:9f:8d:3a:a6:9c:55:48:62:37:40:24:56:bf:96 root@homer-0 The key's randomart image is: +--[ RSA 2048]----+ | o+= | | . . o | | o = | | . + = | | E . | | o o | | + | | . +o. + | | +o+++ . | +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: f5:82:85:56:b7:31:ca:0c:a6:5a:c4:22:5d:9b:95:f7 root@homer-0 The key's randomart image is: +--[ DSA 1024]----+ | . oo +.. + | | . o..*.*.o + | | . .= o.*.. | | o . + .E | | . S . . | | . | | | | | | | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: ae:94:d0:9e:d4:d7:5a:03:f2:3e:7d:6b:94:24:f5:c1 root@homer-0 The key's randomart image is: +--[ECDSA 256]---+ | . | | .E | | . . . ..| | . . o o. . .| | . o S o +o . | | + + o + .o | | = . + ... | | . . . ... | | . .. | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: e9:6d:b2:ce:65:c3:06:5d:25:e6:9f:e9:9d:26:da:19 root@homer-0 The key's randomart image is: +--[ED25519 256--+ | o . | | o o | | o | | o . . o | | S . + | | . + . ..| | o O E.o.| | . B .o = | | .+ . o | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS homer-0 ttyS0 homer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Sun, 12 Aug 2018 09:16:57 +0000. Up 134.34 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. 2018-08-12 09:17:13,664 - functest.core.singlevm - DEBUG - try 13: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-12 09:17:23,674 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:17:23,677 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:17:24,430 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09: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-f9e29915-92a5-4e5f-8b89-00c9cdd889d3 x-compute-request-id: req-f9e29915-92a5-4e5f-8b89-00c9cdd889d3 Content-Encoding: gzip Content-Length: 1505 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:8c:69", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:8c:69", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:47:bc", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:47:bc", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/0d05f869-c182-4a19-86bf-4ac078c523fd", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:41.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "0d05f869-c182-4a19-86bf-4ac078c523fd", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:41Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "homer-0.clearwater.opnfv", "created": "2018-08-12T09:14:06Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:24:50", "version": 4, "addr": "192.168.0.22", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:24:50", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:35:db:99", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/1c9b6e42-b18c-407e-8d00-9077025769fd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1c9b6e42-b18c-407e-8d00-9077025769fd", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:39.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "1c9b6e42-b18c-407e-8d00-9077025769fd", "security_groups": [{"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:39Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "dime-0.clearwater.opnfv", "created": "2018-08-12T09:14:05Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:73:af", "version": 4, "addr": "192.168.0.17", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:73:af", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:b9:f2", "version": 4, "addr": "192.168.1.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:b9:f2", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:41.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:41Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "bono-0.clearwater.opnfv", "created": "2018-08-12T09:14:05Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:27:6c", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:27:6c", "version": 4, "addr": "172.30.9.216", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:82:86", "version": 4, "addr": "192.168.1.24", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/566a63cc-7490-4385-b2ac-bfb24030a031", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/566a63cc-7490-4385-b2ac-bfb24030a031", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:34.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "566a63cc-7490-4385-b2ac-bfb24030a031", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:34Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-12T09:14:04Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:9d:e5", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:9d:e5", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b4:d8:25", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/7a80620a-d807-4698-b6c3-7c140a7b5157", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/7a80620a-d807-4698-b6c3-7c140a7b5157", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:25.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "7a80620a-d807-4698-b6c3-7c140a7b5157", "security_groups": [{"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:25Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-12T09:14:04Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:ca:f6", "version": 4, "addr": "192.168.0.23", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:ca:f6", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/3544e1e5-febb-4596-964e-1a53f9d26ab6", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/3544e1e5-febb-4596-964e-1a53f9d26ab6", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:13:48.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "3544e1e5-febb-4596-964e-1a53f9d26ab6", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:13:48Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-12T09:12:11Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:77:d2", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:77:d2", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ac:00:39", "version": 4, "addr": "192.168.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/24234aa3-febc-4826-8d67-0c33e6f38782", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/24234aa3-febc-4826-8d67-0c33e6f38782", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:12:00.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "24234aa3-febc-4826-8d67-0c33e6f38782", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:12:00Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "ns.clearwater.opnfv", "created": "2018-08-12T09:10:20Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:17:24,430 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-f9e29915-92a5-4e5f-8b89-00c9cdd889d3 2018-08-12 09:17:24,431 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.755942106247s 2018-08-12 09:17:24,431 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-f9e29915-92a5-4e5f-8b89-00c9cdd889d3 2018-08-12 09:17:24,438 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-12 09:17:24,441 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd/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}d584eff3730be386f99aabb4bf64013d89965dc6" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 09:17:24,513 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:17: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-57306853-e0e8-4408-82c4-40060dd9bd43 x-compute-request-id: req-57306853-e0e8-4408-82c4-40060dd9bd43 Content-Encoding: gzip Content-Length: 9691 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 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] 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-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] 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] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\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 2 CPUs, 0 hotplug CPUs\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 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008016] Security Framework initialized\n[ 0.008913] AppArmor: AppArmor initialized\n[ 0.009837] Yama: becoming mindful.\n[ 0.010748] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.013325] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.015408] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.016006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.017778] Initializing cgroup subsys memory\n[ 0.018719] Initializing cgroup subsys devices\n[ 0.020003] Initializing cgroup subsys freezer\n[ 0.021086] Initializing cgroup subsys blkio\n[ 0.021991] Initializing cgroup subsys perf_event\n[ 0.022999] Initializing cgroup subsys hugetlb\n[ 0.024056] CPU: Physical Processor ID: 0\n[ 0.024946] FEATURE SPEC_CTRL Not Present\n[ 0.026471] mce: CPU supports 10 MCE banks\n[ 0.028035] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.028035] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.030137] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.031421] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.032003] Speculative Store Bypass: Vulnerable\n[ 0.033566] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000)\n[ 0.038566] ACPI: Core revision 20131115\n[ 0.040460] ACPI: All ACPI Tables successfully acquired\n[ 0.041709] ftrace: allocating 28727 entries in 113 pages\n[ 0.060291] Enabling x2apic\n[ 0.061073] Enabled x2apic\n[ 0.061964] Switched APIC routing to physical x2apic.\n[ 0.064919] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.066290] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.069066] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.076856] KVM setup paravirtual spinlock\n[ 0.079139] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.080155] x86: Booting SMP configuration:\n[ 0.081281] .... node #0, CPUs: #1[ 0.079106] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.096026] x86: Booted up 1 node, 2 CPUs\n[ 0.096018] KVM setup async PF for cpu 1\n[ 0.096020] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.099631] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.100348] devtmpfs: initialized\n[ 0.102632] EVM: security.selinux\n[ 0.104005] EVM: security.SMACK64\n[ 0.104954] EVM: security.ima\n[ 0.105920] EVM: security.capability\n[ 0.108118] pinctrl core: initialized pinctrl subsystem\n[ 0.109704] regulator-dummy: no parameters\n[ 0.110929] RTC time: 9:14:42, date: 08/12/18\n[ 0.112038] NET: Registered protocol family 16\n[ 0.113457] cpuidle: using governor ladder\n[ 0.114609] cpuidle: using governor menu\n[ 0.115850] ACPI: bus type PCI registered\n[ 0.116004] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.117746] PCI: Using configuration type 1 for base access\n[ 0.120038] bio: create slab at 0\n[ 0.121189] ACPI: Added _OSI(Module Device)\n[ 0.121189] ACPI: Added _OSI(Processor Device)\n[ 0.122213] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.124005] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.126110] ACPI: Interpreter enabled\n[ 0.127154] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.129830] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.132005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.134822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.136755] ACPI: (supports S0 S5)\n[ 0.137721] ACPI: Using IOAPIC for interrupt routing\n[ 0.139117] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.140200] ACPI: No dock devices found.\n[ 0.143264] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.144008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.145991] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.147946] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.148206] acpiphp: Slot [3] registered\n[ 0.149509] acpiphp: Slot [4] registered\n[ 0.150716] acpiphp: Slot [5] registered\n[ 0.151857] acpiphp: Slot [6] registered\n[ 0.152020] acpiphp: Slot [7] registered\n[ 0.153216] acpiphp: Slot [8] registered\n[ 0.154428] acpiphp: Slot [9] registered\n[ 0.155633] acpiphp: Slot [10] registered\n[ 0.156024] acpiphp: Slot [11] registered\n[ 0.157002] acpiphp: Slot [12] registered\n[ 0.157975] acpiphp: Slot [13] registered\n[ 0.158963] acpiphp: Slot [14] registered\n[ 0.159983] acpiphp: Slot [15] registered\n[ 0.160023] acpiphp: Slot [16] registered\n[ 0.160985] acpiphp: Slot [17] registered\n[ 0.161921] acpiphp: Slot [18] registered\n[ 0.162915] acpiphp: Slot [19] registered\n[ 0.163849] acpiphp: Slot [20] registered\n[ 0.164031] acpiphp: Slot [21] registered\n[ 0.164958] acpiphp: Slot [22] registered\n[ 0.165998] acpiphp: Slot [23] registered\n[ 0.166930] acpiphp: Slot [24] registered\n[ 0.167875] acpiphp: Slot [25] registered\n[ 0.168028] acpiphp: Slot [26] registered\n[ 0.168961] acpiphp: Slot [27] registered\n[ 0.169925] acpiphp: Slot [28] registered\n[ 0.170792] acpiphp: Slot [29] registered\n[ 0.171685] acpiphp: Slot [30] registered\n[ 0.172025] acpiphp: Slot [31] registered\n[ 0.172955] PCI host bridge to bus 0000:00\n[ 0.173880] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.175056] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.176004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.177251] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.178637] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.180006] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.186663] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.188013] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.215762] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.216865] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.218635] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.220322] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.221905] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.223587] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.224212] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.225252] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.227068] vgaarb: loaded\n[ 0.228003] vgaarb: bridge control possible 0000:00:02.0\n[ 0.229353] SCSI subsystem initialized\n[ 0.230422] ACPI: bus type USB registered\n[ 0.230422] usbcore: registered new interface driver usbfs\n[ 0.232012] usbcore: registered new interface driver hub\n[ 0.233326] usbcore: registered new device driver usb\n[ 0.233326] PCI: Using ACPI for IRQ routing\n[ 0.233326] NetLabel: Initializing\n[ 0.236006] NetLabel: domain hash size = 128\n[ 0.237063] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.238225] NetLabel: unlabeled traffic allowed by default\n[ 0.239575] Switched to clocksource kvm-clock\n[ 0.243616] AppArmor: AppArmor Filesystem Enabled\n[ 0.248321] pnp: PnP ACPI init\n[ 0.249466] ACPI: bus type PNP registered\n[ 0.251582] pnp: PnP ACPI: found 8 devices\n[ 0.252803] ACPI: bus type PNP unregistered\n[ 0.261343] NET: Registered protocol family 2\n[ 0.264264] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.266656] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.268553] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.270455] TCP: reno registered\n[ 0.271435] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.273178] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.275209] NET: Registered protocol family 1\n[ 0.276622] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.278372] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.279968] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.302269] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.325219] Trying to unpack rootfs image as initramfs...\n[ 0.418311] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.421287] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.423023] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.424607] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.427280] Scanning for low memory corruption every 60 seconds\n[ 0.429647] Initialise system trusted keyring\n[ 0.430835] audit: initializing netlink socket (disabled)\n[ 0.432157] type=2000 audit(1534065282.709:1): initialized\n[ 0.452031] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.454301] zbud: loaded\n[ 0.455252] VFS: Disk quotas dquot_6.5.2\n[ 0.456290] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.458115] fuse init (API version 7.22)\n[ 0.459227] msgmni has been set to 3997\n[ 0.460283] Key type big_key registered\n[ 0.461536] Key type asymmetric registered\n[ 0.462587] Asymmetric key parser 'x509' registered\n[ 0.463741] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.465576] io scheduler noop registered\n[ 0.466507] io scheduler deadline registered (default)\n[ 0.467638] io scheduler cfq registered\n[ 0.468678] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.469970] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.471482] ipmi message handler version 39.2\n[ 0.472595] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.474326] ACPI: Power Button [PWRF]\n[ 0.475394] GHES: HEST is not enabled!\n[ 0.497489] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.542062] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564583] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.566613] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590635] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593137] Linux agpgart interface v0.103\n[ 0.595007] brd: module loaded\n[ 0.596218] loop: module loaded\n[ 0.597375] blk-mq: CPU -> queue map\n[ 0.598285] CPU 0 -> Queue 0\n[ 0.599042] CPU 1 -> Queue 0\n[ 0.600473] vda: vda1\n[ 0.601881] scsi0 : ata_piix\n[ 0.602665] scsi1 : ata_piix\n[ 0.603381] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.604747] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.606311] libphy: Fixed MDIO Bus: probed\n[ 0.607293] tun: Universal TUN/TAP device driver, 1.6\n[ 0.608367] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.611003] PPP generic driver version 2.4.2\n[ 0.612023] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.613322] ehci-pci: EHCI PCI platform driver\n[ 0.614273] ehci-platform: EHCI generic platform driver\n[ 0.615386] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.616641] ohci-pci: OHCI PCI platform driver\n[ 0.617624] ohci-platform: OHCI generic platform driver\n[ 0.618701] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.640745] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.641845] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.643461] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.644695] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646020] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647550] usb usb1: Product: UHCI Host Controller\n[ 0.648565] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd\n[ 0.649920] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651116] hub 1-0:1.0: USB hub found\n[ 0.652166] hub 1-0:1.0: 2 ports detected\n[ 0.653393] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655673] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656701] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657858] mousedev: PS/2 mouse device common for all mice\n[ 0.659249] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.661121] rtc_cmos 00:00: RTC can wake from S4\n[ 0.662782] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.664550] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.666329] device-mapper: uevent: version 1.0.3\n[ 0.667736] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.670130] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.671824] TCP: cubic registered\n[ 0.672903] NET: Registered protocol family 10\n[ 0.674394] NET: Registered protocol family 17\n[ 0.675733] Key type dns_resolver registered\n[ 0.677151] Loading compiled-in X.509 certificates\n[ 0.679026] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0'\n[ 0.681691] registered taskstats version 1\n[ 0.692859] Key type trusted registered\n[ 0.696517] Key type encrypted registered\n[ 0.697497] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.698946] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.700888] regulator-dummy: disabling\n[ 0.701901] Magic number: 14:35:222\n[ 0.703011] rtc_cmos 00:00: setting system clock to 2018-08-12 09:14:43 UTC (1534065283)\n[ 0.704889] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.706135] EDD information not available.\n[ 0.761384] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000)\n[ 0.763225] Write protecting the kernel read-only data: 12288k\n[ 0.764990] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000)\n[ 0.767838] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.781703] systemd-udevd[107]: starting version 204\n[ 0.820635] FDC 0 is a S82078B\n[ 0.964059] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.124684] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.126110] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.127461] usb 1-1: Product: QEMU USB Tablet\n[ 1.128372] usb 1-1: Manufacturer: QEMU\n[ 1.129215] usb 1-1: SerialNumber: 42\n[ 1.420090] tsc: Refined TSC clocksource calibration: 3491.877 MHz\n[ 1.845302] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.096165] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.184699] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n[ 2.283393] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sun, 12 Aug 2018 09:14:45 +0000. Up 2.66 seconds.\ncloud-init-nonet[2.85]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting cold plug devices[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\ncloud-init-nonet[9.46]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sun, 12 Aug 2018 09:14:52 +0000. Up 9.59 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:f8:47:bc |\nci-info: | eth0 | True | 192.168.0.6 | 255.255.255.0 | fa:16:3e:a0:8c:69 |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.2 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\n9e:9e:9f:8d:3a:a6:9c:55:48:62:37:40:24:56:bf:96 root@homer-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| o+= |\n| . . o |\n| o = |\n| . + = |\n| E . |\n| o o |\n| + |\n| . +o. + |\n| +o+++ . |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\nf5:82:85:56:b7:31:ca:0c:a6:5a:c4:22:5d:9b:95:f7 root@homer-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| . oo +.. + |\n| . o..*.*.o + |\n| . .= o.*.. |\n| o . + .E |\n| . S . . |\n| . |\n| |\n| |\n| |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\nae:94:d0:9e:d4:d7:5a:03:f2:3e:7d:6b:94:24:f5:c1 root@homer-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| . |\n| .E |\n| . . . ..|\n| . . o o. . .|\n| . o S o +o . |\n| + + o + .o |\n| = . + ... |\n| . . . ... |\n| . .. |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\ne9:6d:b2:ce:65:c3:06:5d:25:e6:9f:e9:9d:26:da:19 root@homer-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| o . |\n| o o |\n| o |\n| o . . o |\n| S . + |\n| . + . ..|\n| o O E.o.|\n| . B .o = |\n| .+ . o |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS homer-0 ttyS0\n\nhomer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Sun, 12 Aug 2018 09:16:57 +0000. Up 134.34 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\n"} 2018-08-12 09:17:24,514 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd/action used request id req-57306853-e0e8-4408-82c4-40060dd9bd43 2018-08-12 09:17:24,514 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0756981372833s 2018-08-12 09:17:24,515 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd/action used request id req-57306853-e0e8-4408-82c4-40060dd9bd43 2018-08-12 09:17:24,515 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-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] 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-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] 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] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 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 2 CPUs, 0 hotplug CPUs [ 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 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008016] Security Framework initialized [ 0.008913] AppArmor: AppArmor initialized [ 0.009837] Yama: becoming mindful. [ 0.010748] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.013325] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.015408] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.016006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.017778] Initializing cgroup subsys memory [ 0.018719] Initializing cgroup subsys devices [ 0.020003] Initializing cgroup subsys freezer [ 0.021086] Initializing cgroup subsys blkio [ 0.021991] Initializing cgroup subsys perf_event [ 0.022999] Initializing cgroup subsys hugetlb [ 0.024056] CPU: Physical Processor ID: 0 [ 0.024946] FEATURE SPEC_CTRL Not Present [ 0.026471] mce: CPU supports 10 MCE banks [ 0.028035] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.028035] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.030137] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.031421] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.032003] Speculative Store Bypass: Vulnerable [ 0.033566] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000) [ 0.038566] ACPI: Core revision 20131115 [ 0.040460] ACPI: All ACPI Tables successfully acquired [ 0.041709] ftrace: allocating 28727 entries in 113 pages [ 0.060291] Enabling x2apic [ 0.061073] Enabled x2apic [ 0.061964] Switched APIC routing to physical x2apic. [ 0.064919] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.066290] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.069066] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.076856] KVM setup paravirtual spinlock [ 0.079139] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.080155] x86: Booting SMP configuration: [ 0.081281] .... node #0, CPUs: #1[ 0.079106] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.096026] x86: Booted up 1 node, 2 CPUs [ 0.096018] KVM setup async PF for cpu 1 [ 0.096020] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.099631] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.100348] devtmpfs: initialized [ 0.102632] EVM: security.selinux [ 0.104005] EVM: security.SMACK64 [ 0.104954] EVM: security.ima [ 0.105920] EVM: security.capability [ 0.108118] pinctrl core: initialized pinctrl subsystem [ 0.109704] regulator-dummy: no parameters [ 0.110929] RTC time: 9:14:42, date: 08/12/18 [ 0.112038] NET: Registered protocol family 16 [ 0.113457] cpuidle: using governor ladder [ 0.114609] cpuidle: using governor menu [ 0.115850] ACPI: bus type PCI registered [ 0.116004] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.117746] PCI: Using configuration type 1 for base access [ 0.120038] bio: create slab at 0 [ 0.121189] ACPI: Added _OSI(Module Device) [ 0.121189] ACPI: Added _OSI(Processor Device) [ 0.122213] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.124005] ACPI: Added _OSI(Processor Aggregator Device) [ 0.126110] ACPI: Interpreter enabled [ 0.127154] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.129830] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.132005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.134822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.136755] ACPI: (supports S0 S5) [ 0.137721] ACPI: Using IOAPIC for interrupt routing [ 0.139117] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.140200] ACPI: No dock devices found. [ 0.143264] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.144008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.145991] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.147946] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.148206] acpiphp: Slot [3] registered [ 0.149509] acpiphp: Slot [4] registered [ 0.150716] acpiphp: Slot [5] registered [ 0.151857] acpiphp: Slot [6] registered [ 0.152020] acpiphp: Slot [7] registered [ 0.153216] acpiphp: Slot [8] registered [ 0.154428] acpiphp: Slot [9] registered [ 0.155633] acpiphp: Slot [10] registered [ 0.156024] acpiphp: Slot [11] registered [ 0.157002] acpiphp: Slot [12] registered [ 0.157975] acpiphp: Slot [13] registered [ 0.158963] acpiphp: Slot [14] registered [ 0.159983] acpiphp: Slot [15] registered [ 0.160023] acpiphp: Slot [16] registered [ 0.160985] acpiphp: Slot [17] registered [ 0.161921] acpiphp: Slot [18] registered [ 0.162915] acpiphp: Slot [19] registered [ 0.163849] acpiphp: Slot [20] registered [ 0.164031] acpiphp: Slot [21] registered [ 0.164958] acpiphp: Slot [22] registered [ 0.165998] acpiphp: Slot [23] registered [ 0.166930] acpiphp: Slot [24] registered [ 0.167875] acpiphp: Slot [25] registered [ 0.168028] acpiphp: Slot [26] registered [ 0.168961] acpiphp: Slot [27] registered [ 0.169925] acpiphp: Slot [28] registered [ 0.170792] acpiphp: Slot [29] registered [ 0.171685] acpiphp: Slot [30] registered [ 0.172025] acpiphp: Slot [31] registered [ 0.172955] PCI host bridge to bus 0000:00 [ 0.173880] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.175056] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.176004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.177251] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.178637] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.180006] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.186663] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.188013] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.215762] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.216865] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.218635] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.220322] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.221905] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.223587] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.224212] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.225252] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.227068] vgaarb: loaded [ 0.228003] vgaarb: bridge control possible 0000:00:02.0 [ 0.229353] SCSI subsystem initialized [ 0.230422] ACPI: bus type USB registered [ 0.230422] usbcore: registered new interface driver usbfs [ 0.232012] usbcore: registered new interface driver hub [ 0.233326] usbcore: registered new device driver usb [ 0.233326] PCI: Using ACPI for IRQ routing [ 0.233326] NetLabel: Initializing [ 0.236006] NetLabel: domain hash size = 128 [ 0.237063] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.238225] NetLabel: unlabeled traffic allowed by default [ 0.239575] Switched to clocksource kvm-clock [ 0.243616] AppArmor: AppArmor Filesystem Enabled [ 0.248321] pnp: PnP ACPI init [ 0.249466] ACPI: bus type PNP registered [ 0.251582] pnp: PnP ACPI: found 8 devices [ 0.252803] ACPI: bus type PNP unregistered [ 0.261343] NET: Registered protocol family 2 [ 0.264264] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.266656] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.268553] TCP: Hash tables configured (established 16384 bind 16384) [ 0.270455] TCP: reno registered [ 0.271435] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.273178] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.275209] NET: Registered protocol family 1 [ 0.276622] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.278372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.279968] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.302269] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.325219] Trying to unpack rootfs image as initramfs... [ 0.418311] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.421287] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.423023] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.424607] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.427280] Scanning for low memory corruption every 60 seconds [ 0.429647] Initialise system trusted keyring [ 0.430835] audit: initializing netlink socket (disabled) [ 0.432157] type=2000 audit(1534065282.709:1): initialized [ 0.452031] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.454301] zbud: loaded [ 0.455252] VFS: Disk quotas dquot_6.5.2 [ 0.456290] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.458115] fuse init (API version 7.22) [ 0.459227] msgmni has been set to 3997 [ 0.460283] Key type big_key registered [ 0.461536] Key type asymmetric registered [ 0.462587] Asymmetric key parser 'x509' registered [ 0.463741] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.465576] io scheduler noop registered [ 0.466507] io scheduler deadline registered (default) [ 0.467638] io scheduler cfq registered [ 0.468678] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.469970] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.471482] ipmi message handler version 39.2 [ 0.472595] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.474326] ACPI: Power Button [PWRF] [ 0.475394] GHES: HEST is not enabled! [ 0.497489] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.542062] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.564583] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.566613] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.590635] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.593137] Linux agpgart interface v0.103 [ 0.595007] brd: module loaded [ 0.596218] loop: module loaded [ 0.597375] blk-mq: CPU -> queue map [ 0.598285] CPU 0 -> Queue 0 [ 0.599042] CPU 1 -> Queue 0 [ 0.600473] vda: vda1 [ 0.601881] scsi0 : ata_piix [ 0.602665] scsi1 : ata_piix [ 0.603381] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.604747] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.606311] libphy: Fixed MDIO Bus: probed [ 0.607293] tun: Universal TUN/TAP device driver, 1.6 [ 0.608367] tun: (C) 1999-2004 Max Krasnyansky [ 0.611003] PPP generic driver version 2.4.2 [ 0.612023] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.613322] ehci-pci: EHCI PCI platform driver [ 0.614273] ehci-platform: EHCI generic platform driver [ 0.615386] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.616641] ohci-pci: OHCI PCI platform driver [ 0.617624] ohci-platform: OHCI generic platform driver [ 0.618701] uhci_hcd: USB Universal Host Controller Interface driver [ 0.640745] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.641845] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.643461] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.644695] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.646020] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.647550] usb usb1: Product: UHCI Host Controller [ 0.648565] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd [ 0.649920] usb usb1: SerialNumber: 0000:00:01.2 [ 0.651116] hub 1-0:1.0: USB hub found [ 0.652166] hub 1-0:1.0: 2 ports detected [ 0.653393] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.655673] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.656701] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.657858] mousedev: PS/2 mouse device common for all mice [ 0.659249] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.661121] rtc_cmos 00:00: RTC can wake from S4 [ 0.662782] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.664550] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.666329] device-mapper: uevent: version 1.0.3 [ 0.667736] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.670130] ledtrig-cpu: registered to indicate activity on CPUs [ 0.671824] TCP: cubic registered [ 0.672903] NET: Registered protocol family 10 [ 0.674394] NET: Registered protocol family 17 [ 0.675733] Key type dns_resolver registered [ 0.677151] Loading compiled-in X.509 certificates [ 0.679026] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0' [ 0.681691] registered taskstats version 1 [ 0.692859] Key type trusted registered [ 0.696517] Key type encrypted registered [ 0.697497] AppArmor: AppArmor sha1 policy hashing enabled [ 0.698946] IMA: No TPM chip found, activating TPM-bypass! [ 0.700888] regulator-dummy: disabling [ 0.701901] Magic number: 14:35:222 [ 0.703011] rtc_cmos 00:00: setting system clock to 2018-08-12 09:14:43 UTC (1534065283) [ 0.704889] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.706135] EDD information not available. [ 0.761384] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000) [ 0.763225] Write protecting the kernel read-only data: 12288k [ 0.764990] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000) [ 0.767838] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.781703] systemd-udevd[107]: starting version 204 [ 0.820635] FDC 0 is a S82078B [ 0.964059] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.124684] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.126110] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.127461] usb 1-1: Product: QEMU USB Tablet [ 1.128372] usb 1-1: Manufacturer: QEMU [ 1.129215] usb 1-1: SerialNumber: 42 [ 1.420090] tsc: Refined TSC clocksource calibration: 3491.877 MHz [ 1.845302] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.096165] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.184699] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] [ 2.283393] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sun, 12 Aug 2018 09:14:45 +0000. Up 2.66 seconds. cloud-init-nonet[2.85]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting cold plug devices[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] cloud-init-nonet[9.46]: static networking is now up * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sun, 12 Aug 2018 09:14:52 +0000. Up 9.59 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:f8:47:bc | ci-info: | eth0 | True | 192.168.0.6 | 255.255.255.0 | fa:16:3e:a0:8c:69 | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.2 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: 9e:9e:9f:8d:3a:a6:9c:55:48:62:37:40:24:56:bf:96 root@homer-0 The key's randomart image is: +--[ RSA 2048]----+ | o+= | | . . o | | o = | | . + = | | E . | | o o | | + | | . +o. + | | +o+++ . | +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: f5:82:85:56:b7:31:ca:0c:a6:5a:c4:22:5d:9b:95:f7 root@homer-0 The key's randomart image is: +--[ DSA 1024]----+ | . oo +.. + | | . o..*.*.o + | | . .= o.*.. | | o . + .E | | . S . . | | . | | | | | | | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: ae:94:d0:9e:d4:d7:5a:03:f2:3e:7d:6b:94:24:f5:c1 root@homer-0 The key's randomart image is: +--[ECDSA 256]---+ | . | | .E | | . . . ..| | . . o o. . .| | . o S o +o . | | + + o + .o | | = . + ... | | . . . ... | | . .. | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: e9:6d:b2:ce:65:c3:06:5d:25:e6:9f:e9:9d:26:da:19 root@homer-0 The key's randomart image is: +--[ED25519 256--+ | o . | | o o | | o | | o . . o | | S . + | | . + . ..| | o O E.o.| | . B .o = | | .+ . o | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS homer-0 ttyS0 homer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Sun, 12 Aug 2018 09:16:57 +0000. Up 134.34 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. 2018-08-12 09:17:24,517 - functest.core.singlevm - DEBUG - try 14: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-12 09:17:34,527 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:17:34,530 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:17:35,512 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:17: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-af5fe91d-9aa4-4605-b94c-5c675c6f6c59 x-compute-request-id: req-af5fe91d-9aa4-4605-b94c-5c675c6f6c59 Content-Encoding: gzip Content-Length: 1505 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:8c:69", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:8c:69", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:47:bc", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:47:bc", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/0d05f869-c182-4a19-86bf-4ac078c523fd", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:41.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "0d05f869-c182-4a19-86bf-4ac078c523fd", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:41Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "homer-0.clearwater.opnfv", "created": "2018-08-12T09:14:06Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:24:50", "version": 4, "addr": "192.168.0.22", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:24:50", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:35:db:99", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/1c9b6e42-b18c-407e-8d00-9077025769fd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1c9b6e42-b18c-407e-8d00-9077025769fd", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:39.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "1c9b6e42-b18c-407e-8d00-9077025769fd", "security_groups": [{"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:39Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "dime-0.clearwater.opnfv", "created": "2018-08-12T09:14:05Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:73:af", "version": 4, "addr": "192.168.0.17", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:73:af", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:b9:f2", "version": 4, "addr": "192.168.1.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:b9:f2", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:41.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:41Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "bono-0.clearwater.opnfv", "created": "2018-08-12T09:14:05Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:27:6c", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:27:6c", "version": 4, "addr": "172.30.9.216", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:82:86", "version": 4, "addr": "192.168.1.24", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/566a63cc-7490-4385-b2ac-bfb24030a031", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/566a63cc-7490-4385-b2ac-bfb24030a031", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:34.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "566a63cc-7490-4385-b2ac-bfb24030a031", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:34Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-12T09:14:04Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:9d:e5", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:9d:e5", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b4:d8:25", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/7a80620a-d807-4698-b6c3-7c140a7b5157", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/7a80620a-d807-4698-b6c3-7c140a7b5157", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:25.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "7a80620a-d807-4698-b6c3-7c140a7b5157", "security_groups": [{"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:25Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-12T09:14:04Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:ca:f6", "version": 4, "addr": "192.168.0.23", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:ca:f6", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/3544e1e5-febb-4596-964e-1a53f9d26ab6", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/3544e1e5-febb-4596-964e-1a53f9d26ab6", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:13:48.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "3544e1e5-febb-4596-964e-1a53f9d26ab6", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:13:48Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-12T09:12:11Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:77:d2", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:77:d2", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ac:00:39", "version": 4, "addr": "192.168.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/24234aa3-febc-4826-8d67-0c33e6f38782", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/24234aa3-febc-4826-8d67-0c33e6f38782", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:12:00.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "24234aa3-febc-4826-8d67-0c33e6f38782", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:12:00Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "ns.clearwater.opnfv", "created": "2018-08-12T09:10:20Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:17:35,512 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-af5fe91d-9aa4-4605-b94c-5c675c6f6c59 2018-08-12 09:17:35,513 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.985121965408s 2018-08-12 09:17:35,513 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-af5fe91d-9aa4-4605-b94c-5c675c6f6c59 2018-08-12 09:17:35,520 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-12 09:17:35,522 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd/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}d584eff3730be386f99aabb4bf64013d89965dc6" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 09:17:35,626 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:17: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-0149a149-9406-483d-bf9a-8111c30e7c29 x-compute-request-id: req-0149a149-9406-483d-bf9a-8111c30e7c29 Content-Encoding: gzip Content-Length: 9691 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 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] 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-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] 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] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\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 2 CPUs, 0 hotplug CPUs\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 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008016] Security Framework initialized\n[ 0.008913] AppArmor: AppArmor initialized\n[ 0.009837] Yama: becoming mindful.\n[ 0.010748] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.013325] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.015408] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.016006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.017778] Initializing cgroup subsys memory\n[ 0.018719] Initializing cgroup subsys devices\n[ 0.020003] Initializing cgroup subsys freezer\n[ 0.021086] Initializing cgroup subsys blkio\n[ 0.021991] Initializing cgroup subsys perf_event\n[ 0.022999] Initializing cgroup subsys hugetlb\n[ 0.024056] CPU: Physical Processor ID: 0\n[ 0.024946] FEATURE SPEC_CTRL Not Present\n[ 0.026471] mce: CPU supports 10 MCE banks\n[ 0.028035] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.028035] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.030137] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.031421] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.032003] Speculative Store Bypass: Vulnerable\n[ 0.033566] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000)\n[ 0.038566] ACPI: Core revision 20131115\n[ 0.040460] ACPI: All ACPI Tables successfully acquired\n[ 0.041709] ftrace: allocating 28727 entries in 113 pages\n[ 0.060291] Enabling x2apic\n[ 0.061073] Enabled x2apic\n[ 0.061964] Switched APIC routing to physical x2apic.\n[ 0.064919] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.066290] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.069066] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.076856] KVM setup paravirtual spinlock\n[ 0.079139] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.080155] x86: Booting SMP configuration:\n[ 0.081281] .... node #0, CPUs: #1[ 0.079106] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.096026] x86: Booted up 1 node, 2 CPUs\n[ 0.096018] KVM setup async PF for cpu 1\n[ 0.096020] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.099631] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.100348] devtmpfs: initialized\n[ 0.102632] EVM: security.selinux\n[ 0.104005] EVM: security.SMACK64\n[ 0.104954] EVM: security.ima\n[ 0.105920] EVM: security.capability\n[ 0.108118] pinctrl core: initialized pinctrl subsystem\n[ 0.109704] regulator-dummy: no parameters\n[ 0.110929] RTC time: 9:14:42, date: 08/12/18\n[ 0.112038] NET: Registered protocol family 16\n[ 0.113457] cpuidle: using governor ladder\n[ 0.114609] cpuidle: using governor menu\n[ 0.115850] ACPI: bus type PCI registered\n[ 0.116004] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.117746] PCI: Using configuration type 1 for base access\n[ 0.120038] bio: create slab at 0\n[ 0.121189] ACPI: Added _OSI(Module Device)\n[ 0.121189] ACPI: Added _OSI(Processor Device)\n[ 0.122213] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.124005] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.126110] ACPI: Interpreter enabled\n[ 0.127154] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.129830] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.132005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.134822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.136755] ACPI: (supports S0 S5)\n[ 0.137721] ACPI: Using IOAPIC for interrupt routing\n[ 0.139117] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.140200] ACPI: No dock devices found.\n[ 0.143264] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.144008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.145991] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.147946] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.148206] acpiphp: Slot [3] registered\n[ 0.149509] acpiphp: Slot [4] registered\n[ 0.150716] acpiphp: Slot [5] registered\n[ 0.151857] acpiphp: Slot [6] registered\n[ 0.152020] acpiphp: Slot [7] registered\n[ 0.153216] acpiphp: Slot [8] registered\n[ 0.154428] acpiphp: Slot [9] registered\n[ 0.155633] acpiphp: Slot [10] registered\n[ 0.156024] acpiphp: Slot [11] registered\n[ 0.157002] acpiphp: Slot [12] registered\n[ 0.157975] acpiphp: Slot [13] registered\n[ 0.158963] acpiphp: Slot [14] registered\n[ 0.159983] acpiphp: Slot [15] registered\n[ 0.160023] acpiphp: Slot [16] registered\n[ 0.160985] acpiphp: Slot [17] registered\n[ 0.161921] acpiphp: Slot [18] registered\n[ 0.162915] acpiphp: Slot [19] registered\n[ 0.163849] acpiphp: Slot [20] registered\n[ 0.164031] acpiphp: Slot [21] registered\n[ 0.164958] acpiphp: Slot [22] registered\n[ 0.165998] acpiphp: Slot [23] registered\n[ 0.166930] acpiphp: Slot [24] registered\n[ 0.167875] acpiphp: Slot [25] registered\n[ 0.168028] acpiphp: Slot [26] registered\n[ 0.168961] acpiphp: Slot [27] registered\n[ 0.169925] acpiphp: Slot [28] registered\n[ 0.170792] acpiphp: Slot [29] registered\n[ 0.171685] acpiphp: Slot [30] registered\n[ 0.172025] acpiphp: Slot [31] registered\n[ 0.172955] PCI host bridge to bus 0000:00\n[ 0.173880] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.175056] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.176004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.177251] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.178637] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.180006] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.186663] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.188013] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.215762] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.216865] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.218635] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.220322] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.221905] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.223587] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.224212] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.225252] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.227068] vgaarb: loaded\n[ 0.228003] vgaarb: bridge control possible 0000:00:02.0\n[ 0.229353] SCSI subsystem initialized\n[ 0.230422] ACPI: bus type USB registered\n[ 0.230422] usbcore: registered new interface driver usbfs\n[ 0.232012] usbcore: registered new interface driver hub\n[ 0.233326] usbcore: registered new device driver usb\n[ 0.233326] PCI: Using ACPI for IRQ routing\n[ 0.233326] NetLabel: Initializing\n[ 0.236006] NetLabel: domain hash size = 128\n[ 0.237063] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.238225] NetLabel: unlabeled traffic allowed by default\n[ 0.239575] Switched to clocksource kvm-clock\n[ 0.243616] AppArmor: AppArmor Filesystem Enabled\n[ 0.248321] pnp: PnP ACPI init\n[ 0.249466] ACPI: bus type PNP registered\n[ 0.251582] pnp: PnP ACPI: found 8 devices\n[ 0.252803] ACPI: bus type PNP unregistered\n[ 0.261343] NET: Registered protocol family 2\n[ 0.264264] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.266656] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.268553] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.270455] TCP: reno registered\n[ 0.271435] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.273178] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.275209] NET: Registered protocol family 1\n[ 0.276622] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.278372] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.279968] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.302269] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.325219] Trying to unpack rootfs image as initramfs...\n[ 0.418311] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.421287] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.423023] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.424607] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.427280] Scanning for low memory corruption every 60 seconds\n[ 0.429647] Initialise system trusted keyring\n[ 0.430835] audit: initializing netlink socket (disabled)\n[ 0.432157] type=2000 audit(1534065282.709:1): initialized\n[ 0.452031] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.454301] zbud: loaded\n[ 0.455252] VFS: Disk quotas dquot_6.5.2\n[ 0.456290] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.458115] fuse init (API version 7.22)\n[ 0.459227] msgmni has been set to 3997\n[ 0.460283] Key type big_key registered\n[ 0.461536] Key type asymmetric registered\n[ 0.462587] Asymmetric key parser 'x509' registered\n[ 0.463741] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.465576] io scheduler noop registered\n[ 0.466507] io scheduler deadline registered (default)\n[ 0.467638] io scheduler cfq registered\n[ 0.468678] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.469970] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.471482] ipmi message handler version 39.2\n[ 0.472595] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.474326] ACPI: Power Button [PWRF]\n[ 0.475394] GHES: HEST is not enabled!\n[ 0.497489] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.542062] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564583] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.566613] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590635] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593137] Linux agpgart interface v0.103\n[ 0.595007] brd: module loaded\n[ 0.596218] loop: module loaded\n[ 0.597375] blk-mq: CPU -> queue map\n[ 0.598285] CPU 0 -> Queue 0\n[ 0.599042] CPU 1 -> Queue 0\n[ 0.600473] vda: vda1\n[ 0.601881] scsi0 : ata_piix\n[ 0.602665] scsi1 : ata_piix\n[ 0.603381] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.604747] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.606311] libphy: Fixed MDIO Bus: probed\n[ 0.607293] tun: Universal TUN/TAP device driver, 1.6\n[ 0.608367] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.611003] PPP generic driver version 2.4.2\n[ 0.612023] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.613322] ehci-pci: EHCI PCI platform driver\n[ 0.614273] ehci-platform: EHCI generic platform driver\n[ 0.615386] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.616641] ohci-pci: OHCI PCI platform driver\n[ 0.617624] ohci-platform: OHCI generic platform driver\n[ 0.618701] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.640745] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.641845] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.643461] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.644695] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646020] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647550] usb usb1: Product: UHCI Host Controller\n[ 0.648565] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd\n[ 0.649920] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651116] hub 1-0:1.0: USB hub found\n[ 0.652166] hub 1-0:1.0: 2 ports detected\n[ 0.653393] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655673] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656701] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657858] mousedev: PS/2 mouse device common for all mice\n[ 0.659249] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.661121] rtc_cmos 00:00: RTC can wake from S4\n[ 0.662782] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.664550] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.666329] device-mapper: uevent: version 1.0.3\n[ 0.667736] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.670130] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.671824] TCP: cubic registered\n[ 0.672903] NET: Registered protocol family 10\n[ 0.674394] NET: Registered protocol family 17\n[ 0.675733] Key type dns_resolver registered\n[ 0.677151] Loading compiled-in X.509 certificates\n[ 0.679026] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0'\n[ 0.681691] registered taskstats version 1\n[ 0.692859] Key type trusted registered\n[ 0.696517] Key type encrypted registered\n[ 0.697497] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.698946] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.700888] regulator-dummy: disabling\n[ 0.701901] Magic number: 14:35:222\n[ 0.703011] rtc_cmos 00:00: setting system clock to 2018-08-12 09:14:43 UTC (1534065283)\n[ 0.704889] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.706135] EDD information not available.\n[ 0.761384] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000)\n[ 0.763225] Write protecting the kernel read-only data: 12288k\n[ 0.764990] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000)\n[ 0.767838] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.781703] systemd-udevd[107]: starting version 204\n[ 0.820635] FDC 0 is a S82078B\n[ 0.964059] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.124684] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.126110] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.127461] usb 1-1: Product: QEMU USB Tablet\n[ 1.128372] usb 1-1: Manufacturer: QEMU\n[ 1.129215] usb 1-1: SerialNumber: 42\n[ 1.420090] tsc: Refined TSC clocksource calibration: 3491.877 MHz\n[ 1.845302] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.096165] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.184699] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n[ 2.283393] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sun, 12 Aug 2018 09:14:45 +0000. Up 2.66 seconds.\ncloud-init-nonet[2.85]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting cold plug devices[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\ncloud-init-nonet[9.46]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sun, 12 Aug 2018 09:14:52 +0000. Up 9.59 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:f8:47:bc |\nci-info: | eth0 | True | 192.168.0.6 | 255.255.255.0 | fa:16:3e:a0:8c:69 |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.2 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\n9e:9e:9f:8d:3a:a6:9c:55:48:62:37:40:24:56:bf:96 root@homer-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| o+= |\n| . . o |\n| o = |\n| . + = |\n| E . |\n| o o |\n| + |\n| . +o. + |\n| +o+++ . |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\nf5:82:85:56:b7:31:ca:0c:a6:5a:c4:22:5d:9b:95:f7 root@homer-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| . oo +.. + |\n| . o..*.*.o + |\n| . .= o.*.. |\n| o . + .E |\n| . S . . |\n| . |\n| |\n| |\n| |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\nae:94:d0:9e:d4:d7:5a:03:f2:3e:7d:6b:94:24:f5:c1 root@homer-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| . |\n| .E |\n| . . . ..|\n| . . o o. . .|\n| . o S o +o . |\n| + + o + .o |\n| = . + ... |\n| . . . ... |\n| . .. |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\ne9:6d:b2:ce:65:c3:06:5d:25:e6:9f:e9:9d:26:da:19 root@homer-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| o . |\n| o o |\n| o |\n| o . . o |\n| S . + |\n| . + . ..|\n| o O E.o.|\n| . B .o = |\n| .+ . o |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS homer-0 ttyS0\n\nhomer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Sun, 12 Aug 2018 09:16:57 +0000. Up 134.34 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\n"} 2018-08-12 09:17:35,627 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd/action used request id req-0149a149-9406-483d-bf9a-8111c30e7c29 2018-08-12 09:17:35,627 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.106676101685s 2018-08-12 09:17:35,628 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd/action used request id req-0149a149-9406-483d-bf9a-8111c30e7c29 2018-08-12 09:17:35,628 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-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] 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-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] 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] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 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 2 CPUs, 0 hotplug CPUs [ 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 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008016] Security Framework initialized [ 0.008913] AppArmor: AppArmor initialized [ 0.009837] Yama: becoming mindful. [ 0.010748] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.013325] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.015408] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.016006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.017778] Initializing cgroup subsys memory [ 0.018719] Initializing cgroup subsys devices [ 0.020003] Initializing cgroup subsys freezer [ 0.021086] Initializing cgroup subsys blkio [ 0.021991] Initializing cgroup subsys perf_event [ 0.022999] Initializing cgroup subsys hugetlb [ 0.024056] CPU: Physical Processor ID: 0 [ 0.024946] FEATURE SPEC_CTRL Not Present [ 0.026471] mce: CPU supports 10 MCE banks [ 0.028035] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.028035] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.030137] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.031421] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.032003] Speculative Store Bypass: Vulnerable [ 0.033566] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000) [ 0.038566] ACPI: Core revision 20131115 [ 0.040460] ACPI: All ACPI Tables successfully acquired [ 0.041709] ftrace: allocating 28727 entries in 113 pages [ 0.060291] Enabling x2apic [ 0.061073] Enabled x2apic [ 0.061964] Switched APIC routing to physical x2apic. [ 0.064919] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.066290] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.069066] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.076856] KVM setup paravirtual spinlock [ 0.079139] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.080155] x86: Booting SMP configuration: [ 0.081281] .... node #0, CPUs: #1[ 0.079106] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.096026] x86: Booted up 1 node, 2 CPUs [ 0.096018] KVM setup async PF for cpu 1 [ 0.096020] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.099631] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.100348] devtmpfs: initialized [ 0.102632] EVM: security.selinux [ 0.104005] EVM: security.SMACK64 [ 0.104954] EVM: security.ima [ 0.105920] EVM: security.capability [ 0.108118] pinctrl core: initialized pinctrl subsystem [ 0.109704] regulator-dummy: no parameters [ 0.110929] RTC time: 9:14:42, date: 08/12/18 [ 0.112038] NET: Registered protocol family 16 [ 0.113457] cpuidle: using governor ladder [ 0.114609] cpuidle: using governor menu [ 0.115850] ACPI: bus type PCI registered [ 0.116004] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.117746] PCI: Using configuration type 1 for base access [ 0.120038] bio: create slab at 0 [ 0.121189] ACPI: Added _OSI(Module Device) [ 0.121189] ACPI: Added _OSI(Processor Device) [ 0.122213] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.124005] ACPI: Added _OSI(Processor Aggregator Device) [ 0.126110] ACPI: Interpreter enabled [ 0.127154] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.129830] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.132005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.134822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.136755] ACPI: (supports S0 S5) [ 0.137721] ACPI: Using IOAPIC for interrupt routing [ 0.139117] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.140200] ACPI: No dock devices found. [ 0.143264] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.144008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.145991] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.147946] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.148206] acpiphp: Slot [3] registered [ 0.149509] acpiphp: Slot [4] registered [ 0.150716] acpiphp: Slot [5] registered [ 0.151857] acpiphp: Slot [6] registered [ 0.152020] acpiphp: Slot [7] registered [ 0.153216] acpiphp: Slot [8] registered [ 0.154428] acpiphp: Slot [9] registered [ 0.155633] acpiphp: Slot [10] registered [ 0.156024] acpiphp: Slot [11] registered [ 0.157002] acpiphp: Slot [12] registered [ 0.157975] acpiphp: Slot [13] registered [ 0.158963] acpiphp: Slot [14] registered [ 0.159983] acpiphp: Slot [15] registered [ 0.160023] acpiphp: Slot [16] registered [ 0.160985] acpiphp: Slot [17] registered [ 0.161921] acpiphp: Slot [18] registered [ 0.162915] acpiphp: Slot [19] registered [ 0.163849] acpiphp: Slot [20] registered [ 0.164031] acpiphp: Slot [21] registered [ 0.164958] acpiphp: Slot [22] registered [ 0.165998] acpiphp: Slot [23] registered [ 0.166930] acpiphp: Slot [24] registered [ 0.167875] acpiphp: Slot [25] registered [ 0.168028] acpiphp: Slot [26] registered [ 0.168961] acpiphp: Slot [27] registered [ 0.169925] acpiphp: Slot [28] registered [ 0.170792] acpiphp: Slot [29] registered [ 0.171685] acpiphp: Slot [30] registered [ 0.172025] acpiphp: Slot [31] registered [ 0.172955] PCI host bridge to bus 0000:00 [ 0.173880] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.175056] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.176004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.177251] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.178637] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.180006] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.186663] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.188013] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.215762] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.216865] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.218635] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.220322] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.221905] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.223587] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.224212] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.225252] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.227068] vgaarb: loaded [ 0.228003] vgaarb: bridge control possible 0000:00:02.0 [ 0.229353] SCSI subsystem initialized [ 0.230422] ACPI: bus type USB registered [ 0.230422] usbcore: registered new interface driver usbfs [ 0.232012] usbcore: registered new interface driver hub [ 0.233326] usbcore: registered new device driver usb [ 0.233326] PCI: Using ACPI for IRQ routing [ 0.233326] NetLabel: Initializing [ 0.236006] NetLabel: domain hash size = 128 [ 0.237063] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.238225] NetLabel: unlabeled traffic allowed by default [ 0.239575] Switched to clocksource kvm-clock [ 0.243616] AppArmor: AppArmor Filesystem Enabled [ 0.248321] pnp: PnP ACPI init [ 0.249466] ACPI: bus type PNP registered [ 0.251582] pnp: PnP ACPI: found 8 devices [ 0.252803] ACPI: bus type PNP unregistered [ 0.261343] NET: Registered protocol family 2 [ 0.264264] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.266656] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.268553] TCP: Hash tables configured (established 16384 bind 16384) [ 0.270455] TCP: reno registered [ 0.271435] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.273178] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.275209] NET: Registered protocol family 1 [ 0.276622] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.278372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.279968] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.302269] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.325219] Trying to unpack rootfs image as initramfs... [ 0.418311] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.421287] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.423023] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.424607] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.427280] Scanning for low memory corruption every 60 seconds [ 0.429647] Initialise system trusted keyring [ 0.430835] audit: initializing netlink socket (disabled) [ 0.432157] type=2000 audit(1534065282.709:1): initialized [ 0.452031] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.454301] zbud: loaded [ 0.455252] VFS: Disk quotas dquot_6.5.2 [ 0.456290] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.458115] fuse init (API version 7.22) [ 0.459227] msgmni has been set to 3997 [ 0.460283] Key type big_key registered [ 0.461536] Key type asymmetric registered [ 0.462587] Asymmetric key parser 'x509' registered [ 0.463741] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.465576] io scheduler noop registered [ 0.466507] io scheduler deadline registered (default) [ 0.467638] io scheduler cfq registered [ 0.468678] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.469970] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.471482] ipmi message handler version 39.2 [ 0.472595] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.474326] ACPI: Power Button [PWRF] [ 0.475394] GHES: HEST is not enabled! [ 0.497489] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.542062] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.564583] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.566613] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.590635] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.593137] Linux agpgart interface v0.103 [ 0.595007] brd: module loaded [ 0.596218] loop: module loaded [ 0.597375] blk-mq: CPU -> queue map [ 0.598285] CPU 0 -> Queue 0 [ 0.599042] CPU 1 -> Queue 0 [ 0.600473] vda: vda1 [ 0.601881] scsi0 : ata_piix [ 0.602665] scsi1 : ata_piix [ 0.603381] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.604747] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.606311] libphy: Fixed MDIO Bus: probed [ 0.607293] tun: Universal TUN/TAP device driver, 1.6 [ 0.608367] tun: (C) 1999-2004 Max Krasnyansky [ 0.611003] PPP generic driver version 2.4.2 [ 0.612023] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.613322] ehci-pci: EHCI PCI platform driver [ 0.614273] ehci-platform: EHCI generic platform driver [ 0.615386] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.616641] ohci-pci: OHCI PCI platform driver [ 0.617624] ohci-platform: OHCI generic platform driver [ 0.618701] uhci_hcd: USB Universal Host Controller Interface driver [ 0.640745] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.641845] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.643461] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.644695] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.646020] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.647550] usb usb1: Product: UHCI Host Controller [ 0.648565] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd [ 0.649920] usb usb1: SerialNumber: 0000:00:01.2 [ 0.651116] hub 1-0:1.0: USB hub found [ 0.652166] hub 1-0:1.0: 2 ports detected [ 0.653393] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.655673] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.656701] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.657858] mousedev: PS/2 mouse device common for all mice [ 0.659249] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.661121] rtc_cmos 00:00: RTC can wake from S4 [ 0.662782] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.664550] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.666329] device-mapper: uevent: version 1.0.3 [ 0.667736] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.670130] ledtrig-cpu: registered to indicate activity on CPUs [ 0.671824] TCP: cubic registered [ 0.672903] NET: Registered protocol family 10 [ 0.674394] NET: Registered protocol family 17 [ 0.675733] Key type dns_resolver registered [ 0.677151] Loading compiled-in X.509 certificates [ 0.679026] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0' [ 0.681691] registered taskstats version 1 [ 0.692859] Key type trusted registered [ 0.696517] Key type encrypted registered [ 0.697497] AppArmor: AppArmor sha1 policy hashing enabled [ 0.698946] IMA: No TPM chip found, activating TPM-bypass! [ 0.700888] regulator-dummy: disabling [ 0.701901] Magic number: 14:35:222 [ 0.703011] rtc_cmos 00:00: setting system clock to 2018-08-12 09:14:43 UTC (1534065283) [ 0.704889] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.706135] EDD information not available. [ 0.761384] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000) [ 0.763225] Write protecting the kernel read-only data: 12288k [ 0.764990] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000) [ 0.767838] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.781703] systemd-udevd[107]: starting version 204 [ 0.820635] FDC 0 is a S82078B [ 0.964059] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.124684] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.126110] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.127461] usb 1-1: Product: QEMU USB Tablet [ 1.128372] usb 1-1: Manufacturer: QEMU [ 1.129215] usb 1-1: SerialNumber: 42 [ 1.420090] tsc: Refined TSC clocksource calibration: 3491.877 MHz [ 1.845302] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.096165] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.184699] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] [ 2.283393] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sun, 12 Aug 2018 09:14:45 +0000. Up 2.66 seconds. cloud-init-nonet[2.85]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting cold plug devices[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] cloud-init-nonet[9.46]: static networking is now up * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sun, 12 Aug 2018 09:14:52 +0000. Up 9.59 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:f8:47:bc | ci-info: | eth0 | True | 192.168.0.6 | 255.255.255.0 | fa:16:3e:a0:8c:69 | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.2 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: 9e:9e:9f:8d:3a:a6:9c:55:48:62:37:40:24:56:bf:96 root@homer-0 The key's randomart image is: +--[ RSA 2048]----+ | o+= | | . . o | | o = | | . + = | | E . | | o o | | + | | . +o. + | | +o+++ . | +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: f5:82:85:56:b7:31:ca:0c:a6:5a:c4:22:5d:9b:95:f7 root@homer-0 The key's randomart image is: +--[ DSA 1024]----+ | . oo +.. + | | . o..*.*.o + | | . .= o.*.. | | o . + .E | | . S . . | | . | | | | | | | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: ae:94:d0:9e:d4:d7:5a:03:f2:3e:7d:6b:94:24:f5:c1 root@homer-0 The key's randomart image is: +--[ECDSA 256]---+ | . | | .E | | . . . ..| | . . o o. . .| | . o S o +o . | | + + o + .o | | = . + ... | | . . . ... | | . .. | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: e9:6d:b2:ce:65:c3:06:5d:25:e6:9f:e9:9d:26:da:19 root@homer-0 The key's randomart image is: +--[ED25519 256--+ | o . | | o o | | o | | o . . o | | S . + | | . + . ..| | o O E.o.| | . B .o = | | .+ . o | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS homer-0 ttyS0 homer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Sun, 12 Aug 2018 09:16:57 +0000. Up 134.34 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. 2018-08-12 09:17:35,628 - functest.core.singlevm - DEBUG - try 15: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-12 09:17:45,639 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:17:45,642 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:17:46,564 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09: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,Accept-Encoding x-openstack-request-id: req-8afea3a5-1505-491a-9ed8-8126db3957ee x-compute-request-id: req-8afea3a5-1505-491a-9ed8-8126db3957ee Content-Encoding: gzip Content-Length: 1505 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:8c:69", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:8c:69", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:47:bc", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:47:bc", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/0d05f869-c182-4a19-86bf-4ac078c523fd", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:41.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "0d05f869-c182-4a19-86bf-4ac078c523fd", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:41Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "homer-0.clearwater.opnfv", "created": "2018-08-12T09:14:06Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:24:50", "version": 4, "addr": "192.168.0.22", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:24:50", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:35:db:99", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/1c9b6e42-b18c-407e-8d00-9077025769fd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1c9b6e42-b18c-407e-8d00-9077025769fd", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:39.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "1c9b6e42-b18c-407e-8d00-9077025769fd", "security_groups": [{"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:39Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "dime-0.clearwater.opnfv", "created": "2018-08-12T09:14:05Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:73:af", "version": 4, "addr": "192.168.0.17", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:73:af", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:b9:f2", "version": 4, "addr": "192.168.1.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:b9:f2", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:41.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:41Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "bono-0.clearwater.opnfv", "created": "2018-08-12T09:14:05Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:27:6c", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:27:6c", "version": 4, "addr": "172.30.9.216", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:82:86", "version": 4, "addr": "192.168.1.24", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/566a63cc-7490-4385-b2ac-bfb24030a031", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/566a63cc-7490-4385-b2ac-bfb24030a031", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:34.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "566a63cc-7490-4385-b2ac-bfb24030a031", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:34Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-12T09:14:04Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:9d:e5", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:9d:e5", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b4:d8:25", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/7a80620a-d807-4698-b6c3-7c140a7b5157", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/7a80620a-d807-4698-b6c3-7c140a7b5157", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:25.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "7a80620a-d807-4698-b6c3-7c140a7b5157", "security_groups": [{"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:25Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-12T09:14:04Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:ca:f6", "version": 4, "addr": "192.168.0.23", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:ca:f6", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/3544e1e5-febb-4596-964e-1a53f9d26ab6", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/3544e1e5-febb-4596-964e-1a53f9d26ab6", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:13:48.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "3544e1e5-febb-4596-964e-1a53f9d26ab6", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:13:48Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-12T09:12:11Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:77:d2", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:77:d2", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ac:00:39", "version": 4, "addr": "192.168.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/24234aa3-febc-4826-8d67-0c33e6f38782", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/24234aa3-febc-4826-8d67-0c33e6f38782", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:12:00.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "24234aa3-febc-4826-8d67-0c33e6f38782", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:12:00Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "ns.clearwater.opnfv", "created": "2018-08-12T09:10:20Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:17:46,564 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-8afea3a5-1505-491a-9ed8-8126db3957ee 2018-08-12 09:17:46,565 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.925186157227s 2018-08-12 09:17:46,565 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-8afea3a5-1505-491a-9ed8-8126db3957ee 2018-08-12 09:17:46,572 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-12 09:17:46,574 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd/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}d584eff3730be386f99aabb4bf64013d89965dc6" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 09:17:46,645 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:17: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-056595c5-cb92-4d7c-a246-4333b0cadb31 x-compute-request-id: req-056595c5-cb92-4d7c-a246-4333b0cadb31 Content-Encoding: gzip Content-Length: 9691 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 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] 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-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] 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] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\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 2 CPUs, 0 hotplug CPUs\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 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008016] Security Framework initialized\n[ 0.008913] AppArmor: AppArmor initialized\n[ 0.009837] Yama: becoming mindful.\n[ 0.010748] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.013325] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.015408] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.016006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.017778] Initializing cgroup subsys memory\n[ 0.018719] Initializing cgroup subsys devices\n[ 0.020003] Initializing cgroup subsys freezer\n[ 0.021086] Initializing cgroup subsys blkio\n[ 0.021991] Initializing cgroup subsys perf_event\n[ 0.022999] Initializing cgroup subsys hugetlb\n[ 0.024056] CPU: Physical Processor ID: 0\n[ 0.024946] FEATURE SPEC_CTRL Not Present\n[ 0.026471] mce: CPU supports 10 MCE banks\n[ 0.028035] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.028035] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.030137] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.031421] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.032003] Speculative Store Bypass: Vulnerable\n[ 0.033566] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000)\n[ 0.038566] ACPI: Core revision 20131115\n[ 0.040460] ACPI: All ACPI Tables successfully acquired\n[ 0.041709] ftrace: allocating 28727 entries in 113 pages\n[ 0.060291] Enabling x2apic\n[ 0.061073] Enabled x2apic\n[ 0.061964] Switched APIC routing to physical x2apic.\n[ 0.064919] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.066290] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.069066] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.076856] KVM setup paravirtual spinlock\n[ 0.079139] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.080155] x86: Booting SMP configuration:\n[ 0.081281] .... node #0, CPUs: #1[ 0.079106] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.096026] x86: Booted up 1 node, 2 CPUs\n[ 0.096018] KVM setup async PF for cpu 1\n[ 0.096020] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.099631] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.100348] devtmpfs: initialized\n[ 0.102632] EVM: security.selinux\n[ 0.104005] EVM: security.SMACK64\n[ 0.104954] EVM: security.ima\n[ 0.105920] EVM: security.capability\n[ 0.108118] pinctrl core: initialized pinctrl subsystem\n[ 0.109704] regulator-dummy: no parameters\n[ 0.110929] RTC time: 9:14:42, date: 08/12/18\n[ 0.112038] NET: Registered protocol family 16\n[ 0.113457] cpuidle: using governor ladder\n[ 0.114609] cpuidle: using governor menu\n[ 0.115850] ACPI: bus type PCI registered\n[ 0.116004] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.117746] PCI: Using configuration type 1 for base access\n[ 0.120038] bio: create slab at 0\n[ 0.121189] ACPI: Added _OSI(Module Device)\n[ 0.121189] ACPI: Added _OSI(Processor Device)\n[ 0.122213] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.124005] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.126110] ACPI: Interpreter enabled\n[ 0.127154] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.129830] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.132005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.134822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.136755] ACPI: (supports S0 S5)\n[ 0.137721] ACPI: Using IOAPIC for interrupt routing\n[ 0.139117] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.140200] ACPI: No dock devices found.\n[ 0.143264] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.144008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.145991] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.147946] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.148206] acpiphp: Slot [3] registered\n[ 0.149509] acpiphp: Slot [4] registered\n[ 0.150716] acpiphp: Slot [5] registered\n[ 0.151857] acpiphp: Slot [6] registered\n[ 0.152020] acpiphp: Slot [7] registered\n[ 0.153216] acpiphp: Slot [8] registered\n[ 0.154428] acpiphp: Slot [9] registered\n[ 0.155633] acpiphp: Slot [10] registered\n[ 0.156024] acpiphp: Slot [11] registered\n[ 0.157002] acpiphp: Slot [12] registered\n[ 0.157975] acpiphp: Slot [13] registered\n[ 0.158963] acpiphp: Slot [14] registered\n[ 0.159983] acpiphp: Slot [15] registered\n[ 0.160023] acpiphp: Slot [16] registered\n[ 0.160985] acpiphp: Slot [17] registered\n[ 0.161921] acpiphp: Slot [18] registered\n[ 0.162915] acpiphp: Slot [19] registered\n[ 0.163849] acpiphp: Slot [20] registered\n[ 0.164031] acpiphp: Slot [21] registered\n[ 0.164958] acpiphp: Slot [22] registered\n[ 0.165998] acpiphp: Slot [23] registered\n[ 0.166930] acpiphp: Slot [24] registered\n[ 0.167875] acpiphp: Slot [25] registered\n[ 0.168028] acpiphp: Slot [26] registered\n[ 0.168961] acpiphp: Slot [27] registered\n[ 0.169925] acpiphp: Slot [28] registered\n[ 0.170792] acpiphp: Slot [29] registered\n[ 0.171685] acpiphp: Slot [30] registered\n[ 0.172025] acpiphp: Slot [31] registered\n[ 0.172955] PCI host bridge to bus 0000:00\n[ 0.173880] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.175056] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.176004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.177251] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.178637] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.180006] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.186663] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.188013] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.215762] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.216865] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.218635] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.220322] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.221905] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.223587] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.224212] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.225252] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.227068] vgaarb: loaded\n[ 0.228003] vgaarb: bridge control possible 0000:00:02.0\n[ 0.229353] SCSI subsystem initialized\n[ 0.230422] ACPI: bus type USB registered\n[ 0.230422] usbcore: registered new interface driver usbfs\n[ 0.232012] usbcore: registered new interface driver hub\n[ 0.233326] usbcore: registered new device driver usb\n[ 0.233326] PCI: Using ACPI for IRQ routing\n[ 0.233326] NetLabel: Initializing\n[ 0.236006] NetLabel: domain hash size = 128\n[ 0.237063] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.238225] NetLabel: unlabeled traffic allowed by default\n[ 0.239575] Switched to clocksource kvm-clock\n[ 0.243616] AppArmor: AppArmor Filesystem Enabled\n[ 0.248321] pnp: PnP ACPI init\n[ 0.249466] ACPI: bus type PNP registered\n[ 0.251582] pnp: PnP ACPI: found 8 devices\n[ 0.252803] ACPI: bus type PNP unregistered\n[ 0.261343] NET: Registered protocol family 2\n[ 0.264264] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.266656] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.268553] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.270455] TCP: reno registered\n[ 0.271435] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.273178] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.275209] NET: Registered protocol family 1\n[ 0.276622] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.278372] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.279968] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.302269] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.325219] Trying to unpack rootfs image as initramfs...\n[ 0.418311] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.421287] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.423023] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.424607] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.427280] Scanning for low memory corruption every 60 seconds\n[ 0.429647] Initialise system trusted keyring\n[ 0.430835] audit: initializing netlink socket (disabled)\n[ 0.432157] type=2000 audit(1534065282.709:1): initialized\n[ 0.452031] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.454301] zbud: loaded\n[ 0.455252] VFS: Disk quotas dquot_6.5.2\n[ 0.456290] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.458115] fuse init (API version 7.22)\n[ 0.459227] msgmni has been set to 3997\n[ 0.460283] Key type big_key registered\n[ 0.461536] Key type asymmetric registered\n[ 0.462587] Asymmetric key parser 'x509' registered\n[ 0.463741] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.465576] io scheduler noop registered\n[ 0.466507] io scheduler deadline registered (default)\n[ 0.467638] io scheduler cfq registered\n[ 0.468678] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.469970] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.471482] ipmi message handler version 39.2\n[ 0.472595] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.474326] ACPI: Power Button [PWRF]\n[ 0.475394] GHES: HEST is not enabled!\n[ 0.497489] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.542062] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564583] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.566613] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590635] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593137] Linux agpgart interface v0.103\n[ 0.595007] brd: module loaded\n[ 0.596218] loop: module loaded\n[ 0.597375] blk-mq: CPU -> queue map\n[ 0.598285] CPU 0 -> Queue 0\n[ 0.599042] CPU 1 -> Queue 0\n[ 0.600473] vda: vda1\n[ 0.601881] scsi0 : ata_piix\n[ 0.602665] scsi1 : ata_piix\n[ 0.603381] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.604747] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.606311] libphy: Fixed MDIO Bus: probed\n[ 0.607293] tun: Universal TUN/TAP device driver, 1.6\n[ 0.608367] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.611003] PPP generic driver version 2.4.2\n[ 0.612023] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.613322] ehci-pci: EHCI PCI platform driver\n[ 0.614273] ehci-platform: EHCI generic platform driver\n[ 0.615386] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.616641] ohci-pci: OHCI PCI platform driver\n[ 0.617624] ohci-platform: OHCI generic platform driver\n[ 0.618701] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.640745] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.641845] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.643461] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.644695] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646020] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647550] usb usb1: Product: UHCI Host Controller\n[ 0.648565] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd\n[ 0.649920] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651116] hub 1-0:1.0: USB hub found\n[ 0.652166] hub 1-0:1.0: 2 ports detected\n[ 0.653393] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655673] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656701] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657858] mousedev: PS/2 mouse device common for all mice\n[ 0.659249] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.661121] rtc_cmos 00:00: RTC can wake from S4\n[ 0.662782] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.664550] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.666329] device-mapper: uevent: version 1.0.3\n[ 0.667736] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.670130] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.671824] TCP: cubic registered\n[ 0.672903] NET: Registered protocol family 10\n[ 0.674394] NET: Registered protocol family 17\n[ 0.675733] Key type dns_resolver registered\n[ 0.677151] Loading compiled-in X.509 certificates\n[ 0.679026] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0'\n[ 0.681691] registered taskstats version 1\n[ 0.692859] Key type trusted registered\n[ 0.696517] Key type encrypted registered\n[ 0.697497] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.698946] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.700888] regulator-dummy: disabling\n[ 0.701901] Magic number: 14:35:222\n[ 0.703011] rtc_cmos 00:00: setting system clock to 2018-08-12 09:14:43 UTC (1534065283)\n[ 0.704889] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.706135] EDD information not available.\n[ 0.761384] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000)\n[ 0.763225] Write protecting the kernel read-only data: 12288k\n[ 0.764990] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000)\n[ 0.767838] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.781703] systemd-udevd[107]: starting version 204\n[ 0.820635] FDC 0 is a S82078B\n[ 0.964059] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.124684] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.126110] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.127461] usb 1-1: Product: QEMU USB Tablet\n[ 1.128372] usb 1-1: Manufacturer: QEMU\n[ 1.129215] usb 1-1: SerialNumber: 42\n[ 1.420090] tsc: Refined TSC clocksource calibration: 3491.877 MHz\n[ 1.845302] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.096165] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.184699] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n[ 2.283393] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sun, 12 Aug 2018 09:14:45 +0000. Up 2.66 seconds.\ncloud-init-nonet[2.85]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting cold plug devices[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\ncloud-init-nonet[9.46]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sun, 12 Aug 2018 09:14:52 +0000. Up 9.59 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:f8:47:bc |\nci-info: | eth0 | True | 192.168.0.6 | 255.255.255.0 | fa:16:3e:a0:8c:69 |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.2 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\n9e:9e:9f:8d:3a:a6:9c:55:48:62:37:40:24:56:bf:96 root@homer-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| o+= |\n| . . o |\n| o = |\n| . + = |\n| E . |\n| o o |\n| + |\n| . +o. + |\n| +o+++ . |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\nf5:82:85:56:b7:31:ca:0c:a6:5a:c4:22:5d:9b:95:f7 root@homer-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| . oo +.. + |\n| . o..*.*.o + |\n| . .= o.*.. |\n| o . + .E |\n| . S . . |\n| . |\n| |\n| |\n| |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\nae:94:d0:9e:d4:d7:5a:03:f2:3e:7d:6b:94:24:f5:c1 root@homer-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| . |\n| .E |\n| . . . ..|\n| . . o o. . .|\n| . o S o +o . |\n| + + o + .o |\n| = . + ... |\n| . . . ... |\n| . .. |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\ne9:6d:b2:ce:65:c3:06:5d:25:e6:9f:e9:9d:26:da:19 root@homer-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| o . |\n| o o |\n| o |\n| o . . o |\n| S . + |\n| . + . ..|\n| o O E.o.|\n| . B .o = |\n| .+ . o |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS homer-0 ttyS0\n\nhomer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Sun, 12 Aug 2018 09:16:57 +0000. Up 134.34 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\n"} 2018-08-12 09:17:46,646 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd/action used request id req-056595c5-cb92-4d7c-a246-4333b0cadb31 2018-08-12 09:17:46,646 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0737659931183s 2018-08-12 09:17:46,647 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd/action used request id req-056595c5-cb92-4d7c-a246-4333b0cadb31 2018-08-12 09:17:46,647 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-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] 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-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] 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] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 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 2 CPUs, 0 hotplug CPUs [ 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 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008016] Security Framework initialized [ 0.008913] AppArmor: AppArmor initialized [ 0.009837] Yama: becoming mindful. [ 0.010748] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.013325] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.015408] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.016006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.017778] Initializing cgroup subsys memory [ 0.018719] Initializing cgroup subsys devices [ 0.020003] Initializing cgroup subsys freezer [ 0.021086] Initializing cgroup subsys blkio [ 0.021991] Initializing cgroup subsys perf_event [ 0.022999] Initializing cgroup subsys hugetlb [ 0.024056] CPU: Physical Processor ID: 0 [ 0.024946] FEATURE SPEC_CTRL Not Present [ 0.026471] mce: CPU supports 10 MCE banks [ 0.028035] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.028035] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.030137] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.031421] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.032003] Speculative Store Bypass: Vulnerable [ 0.033566] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000) [ 0.038566] ACPI: Core revision 20131115 [ 0.040460] ACPI: All ACPI Tables successfully acquired [ 0.041709] ftrace: allocating 28727 entries in 113 pages [ 0.060291] Enabling x2apic [ 0.061073] Enabled x2apic [ 0.061964] Switched APIC routing to physical x2apic. [ 0.064919] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.066290] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.069066] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.076856] KVM setup paravirtual spinlock [ 0.079139] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.080155] x86: Booting SMP configuration: [ 0.081281] .... node #0, CPUs: #1[ 0.079106] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.096026] x86: Booted up 1 node, 2 CPUs [ 0.096018] KVM setup async PF for cpu 1 [ 0.096020] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.099631] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.100348] devtmpfs: initialized [ 0.102632] EVM: security.selinux [ 0.104005] EVM: security.SMACK64 [ 0.104954] EVM: security.ima [ 0.105920] EVM: security.capability [ 0.108118] pinctrl core: initialized pinctrl subsystem [ 0.109704] regulator-dummy: no parameters [ 0.110929] RTC time: 9:14:42, date: 08/12/18 [ 0.112038] NET: Registered protocol family 16 [ 0.113457] cpuidle: using governor ladder [ 0.114609] cpuidle: using governor menu [ 0.115850] ACPI: bus type PCI registered [ 0.116004] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.117746] PCI: Using configuration type 1 for base access [ 0.120038] bio: create slab at 0 [ 0.121189] ACPI: Added _OSI(Module Device) [ 0.121189] ACPI: Added _OSI(Processor Device) [ 0.122213] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.124005] ACPI: Added _OSI(Processor Aggregator Device) [ 0.126110] ACPI: Interpreter enabled [ 0.127154] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.129830] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.132005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.134822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.136755] ACPI: (supports S0 S5) [ 0.137721] ACPI: Using IOAPIC for interrupt routing [ 0.139117] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.140200] ACPI: No dock devices found. [ 0.143264] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.144008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.145991] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.147946] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.148206] acpiphp: Slot [3] registered [ 0.149509] acpiphp: Slot [4] registered [ 0.150716] acpiphp: Slot [5] registered [ 0.151857] acpiphp: Slot [6] registered [ 0.152020] acpiphp: Slot [7] registered [ 0.153216] acpiphp: Slot [8] registered [ 0.154428] acpiphp: Slot [9] registered [ 0.155633] acpiphp: Slot [10] registered [ 0.156024] acpiphp: Slot [11] registered [ 0.157002] acpiphp: Slot [12] registered [ 0.157975] acpiphp: Slot [13] registered [ 0.158963] acpiphp: Slot [14] registered [ 0.159983] acpiphp: Slot [15] registered [ 0.160023] acpiphp: Slot [16] registered [ 0.160985] acpiphp: Slot [17] registered [ 0.161921] acpiphp: Slot [18] registered [ 0.162915] acpiphp: Slot [19] registered [ 0.163849] acpiphp: Slot [20] registered [ 0.164031] acpiphp: Slot [21] registered [ 0.164958] acpiphp: Slot [22] registered [ 0.165998] acpiphp: Slot [23] registered [ 0.166930] acpiphp: Slot [24] registered [ 0.167875] acpiphp: Slot [25] registered [ 0.168028] acpiphp: Slot [26] registered [ 0.168961] acpiphp: Slot [27] registered [ 0.169925] acpiphp: Slot [28] registered [ 0.170792] acpiphp: Slot [29] registered [ 0.171685] acpiphp: Slot [30] registered [ 0.172025] acpiphp: Slot [31] registered [ 0.172955] PCI host bridge to bus 0000:00 [ 0.173880] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.175056] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.176004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.177251] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.178637] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.180006] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.186663] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.188013] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.215762] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.216865] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.218635] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.220322] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.221905] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.223587] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.224212] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.225252] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.227068] vgaarb: loaded [ 0.228003] vgaarb: bridge control possible 0000:00:02.0 [ 0.229353] SCSI subsystem initialized [ 0.230422] ACPI: bus type USB registered [ 0.230422] usbcore: registered new interface driver usbfs [ 0.232012] usbcore: registered new interface driver hub [ 0.233326] usbcore: registered new device driver usb [ 0.233326] PCI: Using ACPI for IRQ routing [ 0.233326] NetLabel: Initializing [ 0.236006] NetLabel: domain hash size = 128 [ 0.237063] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.238225] NetLabel: unlabeled traffic allowed by default [ 0.239575] Switched to clocksource kvm-clock [ 0.243616] AppArmor: AppArmor Filesystem Enabled [ 0.248321] pnp: PnP ACPI init [ 0.249466] ACPI: bus type PNP registered [ 0.251582] pnp: PnP ACPI: found 8 devices [ 0.252803] ACPI: bus type PNP unregistered [ 0.261343] NET: Registered protocol family 2 [ 0.264264] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.266656] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.268553] TCP: Hash tables configured (established 16384 bind 16384) [ 0.270455] TCP: reno registered [ 0.271435] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.273178] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.275209] NET: Registered protocol family 1 [ 0.276622] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.278372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.279968] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.302269] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.325219] Trying to unpack rootfs image as initramfs... [ 0.418311] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.421287] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.423023] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.424607] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.427280] Scanning for low memory corruption every 60 seconds [ 0.429647] Initialise system trusted keyring [ 0.430835] audit: initializing netlink socket (disabled) [ 0.432157] type=2000 audit(1534065282.709:1): initialized [ 0.452031] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.454301] zbud: loaded [ 0.455252] VFS: Disk quotas dquot_6.5.2 [ 0.456290] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.458115] fuse init (API version 7.22) [ 0.459227] msgmni has been set to 3997 [ 0.460283] Key type big_key registered [ 0.461536] Key type asymmetric registered [ 0.462587] Asymmetric key parser 'x509' registered [ 0.463741] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.465576] io scheduler noop registered [ 0.466507] io scheduler deadline registered (default) [ 0.467638] io scheduler cfq registered [ 0.468678] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.469970] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.471482] ipmi message handler version 39.2 [ 0.472595] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.474326] ACPI: Power Button [PWRF] [ 0.475394] GHES: HEST is not enabled! [ 0.497489] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.542062] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.564583] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.566613] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.590635] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.593137] Linux agpgart interface v0.103 [ 0.595007] brd: module loaded [ 0.596218] loop: module loaded [ 0.597375] blk-mq: CPU -> queue map [ 0.598285] CPU 0 -> Queue 0 [ 0.599042] CPU 1 -> Queue 0 [ 0.600473] vda: vda1 [ 0.601881] scsi0 : ata_piix [ 0.602665] scsi1 : ata_piix [ 0.603381] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.604747] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.606311] libphy: Fixed MDIO Bus: probed [ 0.607293] tun: Universal TUN/TAP device driver, 1.6 [ 0.608367] tun: (C) 1999-2004 Max Krasnyansky [ 0.611003] PPP generic driver version 2.4.2 [ 0.612023] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.613322] ehci-pci: EHCI PCI platform driver [ 0.614273] ehci-platform: EHCI generic platform driver [ 0.615386] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.616641] ohci-pci: OHCI PCI platform driver [ 0.617624] ohci-platform: OHCI generic platform driver [ 0.618701] uhci_hcd: USB Universal Host Controller Interface driver [ 0.640745] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.641845] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.643461] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.644695] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.646020] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.647550] usb usb1: Product: UHCI Host Controller [ 0.648565] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd [ 0.649920] usb usb1: SerialNumber: 0000:00:01.2 [ 0.651116] hub 1-0:1.0: USB hub found [ 0.652166] hub 1-0:1.0: 2 ports detected [ 0.653393] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.655673] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.656701] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.657858] mousedev: PS/2 mouse device common for all mice [ 0.659249] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.661121] rtc_cmos 00:00: RTC can wake from S4 [ 0.662782] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.664550] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.666329] device-mapper: uevent: version 1.0.3 [ 0.667736] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.670130] ledtrig-cpu: registered to indicate activity on CPUs [ 0.671824] TCP: cubic registered [ 0.672903] NET: Registered protocol family 10 [ 0.674394] NET: Registered protocol family 17 [ 0.675733] Key type dns_resolver registered [ 0.677151] Loading compiled-in X.509 certificates [ 0.679026] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0' [ 0.681691] registered taskstats version 1 [ 0.692859] Key type trusted registered [ 0.696517] Key type encrypted registered [ 0.697497] AppArmor: AppArmor sha1 policy hashing enabled [ 0.698946] IMA: No TPM chip found, activating TPM-bypass! [ 0.700888] regulator-dummy: disabling [ 0.701901] Magic number: 14:35:222 [ 0.703011] rtc_cmos 00:00: setting system clock to 2018-08-12 09:14:43 UTC (1534065283) [ 0.704889] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.706135] EDD information not available. [ 0.761384] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000) [ 0.763225] Write protecting the kernel read-only data: 12288k [ 0.764990] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000) [ 0.767838] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.781703] systemd-udevd[107]: starting version 204 [ 0.820635] FDC 0 is a S82078B [ 0.964059] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.124684] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.126110] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.127461] usb 1-1: Product: QEMU USB Tablet [ 1.128372] usb 1-1: Manufacturer: QEMU [ 1.129215] usb 1-1: SerialNumber: 42 [ 1.420090] tsc: Refined TSC clocksource calibration: 3491.877 MHz [ 1.845302] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.096165] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.184699] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] [ 2.283393] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sun, 12 Aug 2018 09:14:45 +0000. Up 2.66 seconds. cloud-init-nonet[2.85]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting cold plug devices[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] cloud-init-nonet[9.46]: static networking is now up * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sun, 12 Aug 2018 09:14:52 +0000. Up 9.59 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:f8:47:bc | ci-info: | eth0 | True | 192.168.0.6 | 255.255.255.0 | fa:16:3e:a0:8c:69 | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.2 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: 9e:9e:9f:8d:3a:a6:9c:55:48:62:37:40:24:56:bf:96 root@homer-0 The key's randomart image is: +--[ RSA 2048]----+ | o+= | | . . o | | o = | | . + = | | E . | | o o | | + | | . +o. + | | +o+++ . | +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: f5:82:85:56:b7:31:ca:0c:a6:5a:c4:22:5d:9b:95:f7 root@homer-0 The key's randomart image is: +--[ DSA 1024]----+ | . oo +.. + | | . o..*.*.o + | | . .= o.*.. | | o . + .E | | . S . . | | . | | | | | | | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: ae:94:d0:9e:d4:d7:5a:03:f2:3e:7d:6b:94:24:f5:c1 root@homer-0 The key's randomart image is: +--[ECDSA 256]---+ | . | | .E | | . . . ..| | . . o o. . .| | . o S o +o . | | + + o + .o | | = . + ... | | . . . ... | | . .. | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: e9:6d:b2:ce:65:c3:06:5d:25:e6:9f:e9:9d:26:da:19 root@homer-0 The key's randomart image is: +--[ED25519 256--+ | o . | | o o | | o | | o . . o | | S . + | | . + . ..| | o O E.o.| | . B .o = | | .+ . o | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS homer-0 ttyS0 homer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Sun, 12 Aug 2018 09:16:57 +0000. Up 134.34 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. 2018-08-12 09:17:46,648 - functest.core.singlevm - DEBUG - try 16: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-12 09:17:56,658 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:17:56,661 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:17:57,436 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:17: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-a35f8e3d-92a1-4c44-b18c-8607ad6788c9 x-compute-request-id: req-a35f8e3d-92a1-4c44-b18c-8607ad6788c9 Content-Encoding: gzip Content-Length: 1505 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:8c:69", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:8c:69", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:47:bc", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:47:bc", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/0d05f869-c182-4a19-86bf-4ac078c523fd", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:41.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "0d05f869-c182-4a19-86bf-4ac078c523fd", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:41Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "homer-0.clearwater.opnfv", "created": "2018-08-12T09:14:06Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:24:50", "version": 4, "addr": "192.168.0.22", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:24:50", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:35:db:99", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/1c9b6e42-b18c-407e-8d00-9077025769fd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1c9b6e42-b18c-407e-8d00-9077025769fd", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:39.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "1c9b6e42-b18c-407e-8d00-9077025769fd", "security_groups": [{"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:39Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "dime-0.clearwater.opnfv", "created": "2018-08-12T09:14:05Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:73:af", "version": 4, "addr": "192.168.0.17", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:73:af", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:b9:f2", "version": 4, "addr": "192.168.1.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:b9:f2", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:41.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:41Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "bono-0.clearwater.opnfv", "created": "2018-08-12T09:14:05Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:27:6c", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:27:6c", "version": 4, "addr": "172.30.9.216", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:82:86", "version": 4, "addr": "192.168.1.24", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/566a63cc-7490-4385-b2ac-bfb24030a031", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/566a63cc-7490-4385-b2ac-bfb24030a031", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:34.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "566a63cc-7490-4385-b2ac-bfb24030a031", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:34Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-12T09:14:04Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:9d:e5", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:9d:e5", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b4:d8:25", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/7a80620a-d807-4698-b6c3-7c140a7b5157", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/7a80620a-d807-4698-b6c3-7c140a7b5157", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:25.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "7a80620a-d807-4698-b6c3-7c140a7b5157", "security_groups": [{"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:25Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-12T09:14:04Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:ca:f6", "version": 4, "addr": "192.168.0.23", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:ca:f6", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/3544e1e5-febb-4596-964e-1a53f9d26ab6", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/3544e1e5-febb-4596-964e-1a53f9d26ab6", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:13:48.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "3544e1e5-febb-4596-964e-1a53f9d26ab6", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:13:48Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-12T09:12:11Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:77:d2", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:77:d2", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ac:00:39", "version": 4, "addr": "192.168.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/24234aa3-febc-4826-8d67-0c33e6f38782", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/24234aa3-febc-4826-8d67-0c33e6f38782", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:12:00.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "24234aa3-febc-4826-8d67-0c33e6f38782", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:12:00Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "ns.clearwater.opnfv", "created": "2018-08-12T09:10:20Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:17:57,436 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-a35f8e3d-92a1-4c44-b18c-8607ad6788c9 2018-08-12 09:17:57,437 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.777975797653s 2018-08-12 09:17:57,437 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-a35f8e3d-92a1-4c44-b18c-8607ad6788c9 2018-08-12 09:17:57,445 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-12 09:17:57,447 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd/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}d584eff3730be386f99aabb4bf64013d89965dc6" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 09:17:57,567 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:17: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-c98cbd66-299b-4cdf-86bb-905844187f52 x-compute-request-id: req-c98cbd66-299b-4cdf-86bb-905844187f52 Content-Encoding: gzip Content-Length: 9691 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 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] 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-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] 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] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\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 2 CPUs, 0 hotplug CPUs\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 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008016] Security Framework initialized\n[ 0.008913] AppArmor: AppArmor initialized\n[ 0.009837] Yama: becoming mindful.\n[ 0.010748] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.013325] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.015408] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.016006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.017778] Initializing cgroup subsys memory\n[ 0.018719] Initializing cgroup subsys devices\n[ 0.020003] Initializing cgroup subsys freezer\n[ 0.021086] Initializing cgroup subsys blkio\n[ 0.021991] Initializing cgroup subsys perf_event\n[ 0.022999] Initializing cgroup subsys hugetlb\n[ 0.024056] CPU: Physical Processor ID: 0\n[ 0.024946] FEATURE SPEC_CTRL Not Present\n[ 0.026471] mce: CPU supports 10 MCE banks\n[ 0.028035] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.028035] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.030137] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.031421] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.032003] Speculative Store Bypass: Vulnerable\n[ 0.033566] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000)\n[ 0.038566] ACPI: Core revision 20131115\n[ 0.040460] ACPI: All ACPI Tables successfully acquired\n[ 0.041709] ftrace: allocating 28727 entries in 113 pages\n[ 0.060291] Enabling x2apic\n[ 0.061073] Enabled x2apic\n[ 0.061964] Switched APIC routing to physical x2apic.\n[ 0.064919] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.066290] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.069066] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.076856] KVM setup paravirtual spinlock\n[ 0.079139] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.080155] x86: Booting SMP configuration:\n[ 0.081281] .... node #0, CPUs: #1[ 0.079106] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.096026] x86: Booted up 1 node, 2 CPUs\n[ 0.096018] KVM setup async PF for cpu 1\n[ 0.096020] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.099631] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.100348] devtmpfs: initialized\n[ 0.102632] EVM: security.selinux\n[ 0.104005] EVM: security.SMACK64\n[ 0.104954] EVM: security.ima\n[ 0.105920] EVM: security.capability\n[ 0.108118] pinctrl core: initialized pinctrl subsystem\n[ 0.109704] regulator-dummy: no parameters\n[ 0.110929] RTC time: 9:14:42, date: 08/12/18\n[ 0.112038] NET: Registered protocol family 16\n[ 0.113457] cpuidle: using governor ladder\n[ 0.114609] cpuidle: using governor menu\n[ 0.115850] ACPI: bus type PCI registered\n[ 0.116004] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.117746] PCI: Using configuration type 1 for base access\n[ 0.120038] bio: create slab at 0\n[ 0.121189] ACPI: Added _OSI(Module Device)\n[ 0.121189] ACPI: Added _OSI(Processor Device)\n[ 0.122213] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.124005] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.126110] ACPI: Interpreter enabled\n[ 0.127154] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.129830] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.132005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.134822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.136755] ACPI: (supports S0 S5)\n[ 0.137721] ACPI: Using IOAPIC for interrupt routing\n[ 0.139117] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.140200] ACPI: No dock devices found.\n[ 0.143264] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.144008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.145991] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.147946] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.148206] acpiphp: Slot [3] registered\n[ 0.149509] acpiphp: Slot [4] registered\n[ 0.150716] acpiphp: Slot [5] registered\n[ 0.151857] acpiphp: Slot [6] registered\n[ 0.152020] acpiphp: Slot [7] registered\n[ 0.153216] acpiphp: Slot [8] registered\n[ 0.154428] acpiphp: Slot [9] registered\n[ 0.155633] acpiphp: Slot [10] registered\n[ 0.156024] acpiphp: Slot [11] registered\n[ 0.157002] acpiphp: Slot [12] registered\n[ 0.157975] acpiphp: Slot [13] registered\n[ 0.158963] acpiphp: Slot [14] registered\n[ 0.159983] acpiphp: Slot [15] registered\n[ 0.160023] acpiphp: Slot [16] registered\n[ 0.160985] acpiphp: Slot [17] registered\n[ 0.161921] acpiphp: Slot [18] registered\n[ 0.162915] acpiphp: Slot [19] registered\n[ 0.163849] acpiphp: Slot [20] registered\n[ 0.164031] acpiphp: Slot [21] registered\n[ 0.164958] acpiphp: Slot [22] registered\n[ 0.165998] acpiphp: Slot [23] registered\n[ 0.166930] acpiphp: Slot [24] registered\n[ 0.167875] acpiphp: Slot [25] registered\n[ 0.168028] acpiphp: Slot [26] registered\n[ 0.168961] acpiphp: Slot [27] registered\n[ 0.169925] acpiphp: Slot [28] registered\n[ 0.170792] acpiphp: Slot [29] registered\n[ 0.171685] acpiphp: Slot [30] registered\n[ 0.172025] acpiphp: Slot [31] registered\n[ 0.172955] PCI host bridge to bus 0000:00\n[ 0.173880] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.175056] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.176004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.177251] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.178637] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.180006] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.186663] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.188013] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.215762] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.216865] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.218635] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.220322] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.221905] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.223587] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.224212] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.225252] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.227068] vgaarb: loaded\n[ 0.228003] vgaarb: bridge control possible 0000:00:02.0\n[ 0.229353] SCSI subsystem initialized\n[ 0.230422] ACPI: bus type USB registered\n[ 0.230422] usbcore: registered new interface driver usbfs\n[ 0.232012] usbcore: registered new interface driver hub\n[ 0.233326] usbcore: registered new device driver usb\n[ 0.233326] PCI: Using ACPI for IRQ routing\n[ 0.233326] NetLabel: Initializing\n[ 0.236006] NetLabel: domain hash size = 128\n[ 0.237063] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.238225] NetLabel: unlabeled traffic allowed by default\n[ 0.239575] Switched to clocksource kvm-clock\n[ 0.243616] AppArmor: AppArmor Filesystem Enabled\n[ 0.248321] pnp: PnP ACPI init\n[ 0.249466] ACPI: bus type PNP registered\n[ 0.251582] pnp: PnP ACPI: found 8 devices\n[ 0.252803] ACPI: bus type PNP unregistered\n[ 0.261343] NET: Registered protocol family 2\n[ 0.264264] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.266656] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.268553] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.270455] TCP: reno registered\n[ 0.271435] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.273178] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.275209] NET: Registered protocol family 1\n[ 0.276622] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.278372] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.279968] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.302269] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.325219] Trying to unpack rootfs image as initramfs...\n[ 0.418311] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.421287] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.423023] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.424607] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.427280] Scanning for low memory corruption every 60 seconds\n[ 0.429647] Initialise system trusted keyring\n[ 0.430835] audit: initializing netlink socket (disabled)\n[ 0.432157] type=2000 audit(1534065282.709:1): initialized\n[ 0.452031] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.454301] zbud: loaded\n[ 0.455252] VFS: Disk quotas dquot_6.5.2\n[ 0.456290] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.458115] fuse init (API version 7.22)\n[ 0.459227] msgmni has been set to 3997\n[ 0.460283] Key type big_key registered\n[ 0.461536] Key type asymmetric registered\n[ 0.462587] Asymmetric key parser 'x509' registered\n[ 0.463741] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.465576] io scheduler noop registered\n[ 0.466507] io scheduler deadline registered (default)\n[ 0.467638] io scheduler cfq registered\n[ 0.468678] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.469970] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.471482] ipmi message handler version 39.2\n[ 0.472595] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.474326] ACPI: Power Button [PWRF]\n[ 0.475394] GHES: HEST is not enabled!\n[ 0.497489] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.542062] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564583] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.566613] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590635] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593137] Linux agpgart interface v0.103\n[ 0.595007] brd: module loaded\n[ 0.596218] loop: module loaded\n[ 0.597375] blk-mq: CPU -> queue map\n[ 0.598285] CPU 0 -> Queue 0\n[ 0.599042] CPU 1 -> Queue 0\n[ 0.600473] vda: vda1\n[ 0.601881] scsi0 : ata_piix\n[ 0.602665] scsi1 : ata_piix\n[ 0.603381] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.604747] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.606311] libphy: Fixed MDIO Bus: probed\n[ 0.607293] tun: Universal TUN/TAP device driver, 1.6\n[ 0.608367] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.611003] PPP generic driver version 2.4.2\n[ 0.612023] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.613322] ehci-pci: EHCI PCI platform driver\n[ 0.614273] ehci-platform: EHCI generic platform driver\n[ 0.615386] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.616641] ohci-pci: OHCI PCI platform driver\n[ 0.617624] ohci-platform: OHCI generic platform driver\n[ 0.618701] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.640745] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.641845] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.643461] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.644695] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646020] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647550] usb usb1: Product: UHCI Host Controller\n[ 0.648565] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd\n[ 0.649920] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651116] hub 1-0:1.0: USB hub found\n[ 0.652166] hub 1-0:1.0: 2 ports detected\n[ 0.653393] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655673] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656701] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657858] mousedev: PS/2 mouse device common for all mice\n[ 0.659249] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.661121] rtc_cmos 00:00: RTC can wake from S4\n[ 0.662782] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.664550] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.666329] device-mapper: uevent: version 1.0.3\n[ 0.667736] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.670130] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.671824] TCP: cubic registered\n[ 0.672903] NET: Registered protocol family 10\n[ 0.674394] NET: Registered protocol family 17\n[ 0.675733] Key type dns_resolver registered\n[ 0.677151] Loading compiled-in X.509 certificates\n[ 0.679026] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0'\n[ 0.681691] registered taskstats version 1\n[ 0.692859] Key type trusted registered\n[ 0.696517] Key type encrypted registered\n[ 0.697497] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.698946] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.700888] regulator-dummy: disabling\n[ 0.701901] Magic number: 14:35:222\n[ 0.703011] rtc_cmos 00:00: setting system clock to 2018-08-12 09:14:43 UTC (1534065283)\n[ 0.704889] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.706135] EDD information not available.\n[ 0.761384] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000)\n[ 0.763225] Write protecting the kernel read-only data: 12288k\n[ 0.764990] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000)\n[ 0.767838] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.781703] systemd-udevd[107]: starting version 204\n[ 0.820635] FDC 0 is a S82078B\n[ 0.964059] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.124684] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.126110] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.127461] usb 1-1: Product: QEMU USB Tablet\n[ 1.128372] usb 1-1: Manufacturer: QEMU\n[ 1.129215] usb 1-1: SerialNumber: 42\n[ 1.420090] tsc: Refined TSC clocksource calibration: 3491.877 MHz\n[ 1.845302] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.096165] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.184699] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n[ 2.283393] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sun, 12 Aug 2018 09:14:45 +0000. Up 2.66 seconds.\ncloud-init-nonet[2.85]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting cold plug devices[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\ncloud-init-nonet[9.46]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sun, 12 Aug 2018 09:14:52 +0000. Up 9.59 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:f8:47:bc |\nci-info: | eth0 | True | 192.168.0.6 | 255.255.255.0 | fa:16:3e:a0:8c:69 |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.2 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\n9e:9e:9f:8d:3a:a6:9c:55:48:62:37:40:24:56:bf:96 root@homer-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| o+= |\n| . . o |\n| o = |\n| . + = |\n| E . |\n| o o |\n| + |\n| . +o. + |\n| +o+++ . |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\nf5:82:85:56:b7:31:ca:0c:a6:5a:c4:22:5d:9b:95:f7 root@homer-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| . oo +.. + |\n| . o..*.*.o + |\n| . .= o.*.. |\n| o . + .E |\n| . S . . |\n| . |\n| |\n| |\n| |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\nae:94:d0:9e:d4:d7:5a:03:f2:3e:7d:6b:94:24:f5:c1 root@homer-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| . |\n| .E |\n| . . . ..|\n| . . o o. . .|\n| . o S o +o . |\n| + + o + .o |\n| = . + ... |\n| . . . ... |\n| . .. |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\ne9:6d:b2:ce:65:c3:06:5d:25:e6:9f:e9:9d:26:da:19 root@homer-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| o . |\n| o o |\n| o |\n| o . . o |\n| S . + |\n| . + . ..|\n| o O E.o.|\n| . B .o = |\n| .+ . o |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS homer-0 ttyS0\n\nhomer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Sun, 12 Aug 2018 09:16:57 +0000. Up 134.34 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\n"} 2018-08-12 09:17:57,568 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd/action used request id req-c98cbd66-299b-4cdf-86bb-905844187f52 2018-08-12 09:17:57,569 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.123850107193s 2018-08-12 09:17:57,569 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd/action used request id req-c98cbd66-299b-4cdf-86bb-905844187f52 2018-08-12 09:17:57,570 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-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] 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-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] 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] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 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 2 CPUs, 0 hotplug CPUs [ 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 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008016] Security Framework initialized [ 0.008913] AppArmor: AppArmor initialized [ 0.009837] Yama: becoming mindful. [ 0.010748] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.013325] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.015408] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.016006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.017778] Initializing cgroup subsys memory [ 0.018719] Initializing cgroup subsys devices [ 0.020003] Initializing cgroup subsys freezer [ 0.021086] Initializing cgroup subsys blkio [ 0.021991] Initializing cgroup subsys perf_event [ 0.022999] Initializing cgroup subsys hugetlb [ 0.024056] CPU: Physical Processor ID: 0 [ 0.024946] FEATURE SPEC_CTRL Not Present [ 0.026471] mce: CPU supports 10 MCE banks [ 0.028035] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.028035] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.030137] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.031421] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.032003] Speculative Store Bypass: Vulnerable [ 0.033566] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000) [ 0.038566] ACPI: Core revision 20131115 [ 0.040460] ACPI: All ACPI Tables successfully acquired [ 0.041709] ftrace: allocating 28727 entries in 113 pages [ 0.060291] Enabling x2apic [ 0.061073] Enabled x2apic [ 0.061964] Switched APIC routing to physical x2apic. [ 0.064919] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.066290] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.069066] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.076856] KVM setup paravirtual spinlock [ 0.079139] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.080155] x86: Booting SMP configuration: [ 0.081281] .... node #0, CPUs: #1[ 0.079106] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.096026] x86: Booted up 1 node, 2 CPUs [ 0.096018] KVM setup async PF for cpu 1 [ 0.096020] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.099631] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.100348] devtmpfs: initialized [ 0.102632] EVM: security.selinux [ 0.104005] EVM: security.SMACK64 [ 0.104954] EVM: security.ima [ 0.105920] EVM: security.capability [ 0.108118] pinctrl core: initialized pinctrl subsystem [ 0.109704] regulator-dummy: no parameters [ 0.110929] RTC time: 9:14:42, date: 08/12/18 [ 0.112038] NET: Registered protocol family 16 [ 0.113457] cpuidle: using governor ladder [ 0.114609] cpuidle: using governor menu [ 0.115850] ACPI: bus type PCI registered [ 0.116004] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.117746] PCI: Using configuration type 1 for base access [ 0.120038] bio: create slab at 0 [ 0.121189] ACPI: Added _OSI(Module Device) [ 0.121189] ACPI: Added _OSI(Processor Device) [ 0.122213] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.124005] ACPI: Added _OSI(Processor Aggregator Device) [ 0.126110] ACPI: Interpreter enabled [ 0.127154] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.129830] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.132005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.134822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.136755] ACPI: (supports S0 S5) [ 0.137721] ACPI: Using IOAPIC for interrupt routing [ 0.139117] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.140200] ACPI: No dock devices found. [ 0.143264] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.144008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.145991] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.147946] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.148206] acpiphp: Slot [3] registered [ 0.149509] acpiphp: Slot [4] registered [ 0.150716] acpiphp: Slot [5] registered [ 0.151857] acpiphp: Slot [6] registered [ 0.152020] acpiphp: Slot [7] registered [ 0.153216] acpiphp: Slot [8] registered [ 0.154428] acpiphp: Slot [9] registered [ 0.155633] acpiphp: Slot [10] registered [ 0.156024] acpiphp: Slot [11] registered [ 0.157002] acpiphp: Slot [12] registered [ 0.157975] acpiphp: Slot [13] registered [ 0.158963] acpiphp: Slot [14] registered [ 0.159983] acpiphp: Slot [15] registered [ 0.160023] acpiphp: Slot [16] registered [ 0.160985] acpiphp: Slot [17] registered [ 0.161921] acpiphp: Slot [18] registered [ 0.162915] acpiphp: Slot [19] registered [ 0.163849] acpiphp: Slot [20] registered [ 0.164031] acpiphp: Slot [21] registered [ 0.164958] acpiphp: Slot [22] registered [ 0.165998] acpiphp: Slot [23] registered [ 0.166930] acpiphp: Slot [24] registered [ 0.167875] acpiphp: Slot [25] registered [ 0.168028] acpiphp: Slot [26] registered [ 0.168961] acpiphp: Slot [27] registered [ 0.169925] acpiphp: Slot [28] registered [ 0.170792] acpiphp: Slot [29] registered [ 0.171685] acpiphp: Slot [30] registered [ 0.172025] acpiphp: Slot [31] registered [ 0.172955] PCI host bridge to bus 0000:00 [ 0.173880] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.175056] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.176004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.177251] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.178637] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.180006] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.186663] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.188013] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.215762] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.216865] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.218635] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.220322] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.221905] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.223587] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.224212] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.225252] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.227068] vgaarb: loaded [ 0.228003] vgaarb: bridge control possible 0000:00:02.0 [ 0.229353] SCSI subsystem initialized [ 0.230422] ACPI: bus type USB registered [ 0.230422] usbcore: registered new interface driver usbfs [ 0.232012] usbcore: registered new interface driver hub [ 0.233326] usbcore: registered new device driver usb [ 0.233326] PCI: Using ACPI for IRQ routing [ 0.233326] NetLabel: Initializing [ 0.236006] NetLabel: domain hash size = 128 [ 0.237063] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.238225] NetLabel: unlabeled traffic allowed by default [ 0.239575] Switched to clocksource kvm-clock [ 0.243616] AppArmor: AppArmor Filesystem Enabled [ 0.248321] pnp: PnP ACPI init [ 0.249466] ACPI: bus type PNP registered [ 0.251582] pnp: PnP ACPI: found 8 devices [ 0.252803] ACPI: bus type PNP unregistered [ 0.261343] NET: Registered protocol family 2 [ 0.264264] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.266656] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.268553] TCP: Hash tables configured (established 16384 bind 16384) [ 0.270455] TCP: reno registered [ 0.271435] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.273178] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.275209] NET: Registered protocol family 1 [ 0.276622] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.278372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.279968] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.302269] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.325219] Trying to unpack rootfs image as initramfs... [ 0.418311] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.421287] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.423023] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.424607] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.427280] Scanning for low memory corruption every 60 seconds [ 0.429647] Initialise system trusted keyring [ 0.430835] audit: initializing netlink socket (disabled) [ 0.432157] type=2000 audit(1534065282.709:1): initialized [ 0.452031] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.454301] zbud: loaded [ 0.455252] VFS: Disk quotas dquot_6.5.2 [ 0.456290] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.458115] fuse init (API version 7.22) [ 0.459227] msgmni has been set to 3997 [ 0.460283] Key type big_key registered [ 0.461536] Key type asymmetric registered [ 0.462587] Asymmetric key parser 'x509' registered [ 0.463741] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.465576] io scheduler noop registered [ 0.466507] io scheduler deadline registered (default) [ 0.467638] io scheduler cfq registered [ 0.468678] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.469970] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.471482] ipmi message handler version 39.2 [ 0.472595] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.474326] ACPI: Power Button [PWRF] [ 0.475394] GHES: HEST is not enabled! [ 0.497489] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.542062] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.564583] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.566613] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.590635] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.593137] Linux agpgart interface v0.103 [ 0.595007] brd: module loaded [ 0.596218] loop: module loaded [ 0.597375] blk-mq: CPU -> queue map [ 0.598285] CPU 0 -> Queue 0 [ 0.599042] CPU 1 -> Queue 0 [ 0.600473] vda: vda1 [ 0.601881] scsi0 : ata_piix [ 0.602665] scsi1 : ata_piix [ 0.603381] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.604747] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.606311] libphy: Fixed MDIO Bus: probed [ 0.607293] tun: Universal TUN/TAP device driver, 1.6 [ 0.608367] tun: (C) 1999-2004 Max Krasnyansky [ 0.611003] PPP generic driver version 2.4.2 [ 0.612023] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.613322] ehci-pci: EHCI PCI platform driver [ 0.614273] ehci-platform: EHCI generic platform driver [ 0.615386] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.616641] ohci-pci: OHCI PCI platform driver [ 0.617624] ohci-platform: OHCI generic platform driver [ 0.618701] uhci_hcd: USB Universal Host Controller Interface driver [ 0.640745] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.641845] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.643461] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.644695] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.646020] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.647550] usb usb1: Product: UHCI Host Controller [ 0.648565] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd [ 0.649920] usb usb1: SerialNumber: 0000:00:01.2 [ 0.651116] hub 1-0:1.0: USB hub found [ 0.652166] hub 1-0:1.0: 2 ports detected [ 0.653393] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.655673] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.656701] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.657858] mousedev: PS/2 mouse device common for all mice [ 0.659249] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.661121] rtc_cmos 00:00: RTC can wake from S4 [ 0.662782] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.664550] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.666329] device-mapper: uevent: version 1.0.3 [ 0.667736] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.670130] ledtrig-cpu: registered to indicate activity on CPUs [ 0.671824] TCP: cubic registered [ 0.672903] NET: Registered protocol family 10 [ 0.674394] NET: Registered protocol family 17 [ 0.675733] Key type dns_resolver registered [ 0.677151] Loading compiled-in X.509 certificates [ 0.679026] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0' [ 0.681691] registered taskstats version 1 [ 0.692859] Key type trusted registered [ 0.696517] Key type encrypted registered [ 0.697497] AppArmor: AppArmor sha1 policy hashing enabled [ 0.698946] IMA: No TPM chip found, activating TPM-bypass! [ 0.700888] regulator-dummy: disabling [ 0.701901] Magic number: 14:35:222 [ 0.703011] rtc_cmos 00:00: setting system clock to 2018-08-12 09:14:43 UTC (1534065283) [ 0.704889] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.706135] EDD information not available. [ 0.761384] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000) [ 0.763225] Write protecting the kernel read-only data: 12288k [ 0.764990] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000) [ 0.767838] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.781703] systemd-udevd[107]: starting version 204 [ 0.820635] FDC 0 is a S82078B [ 0.964059] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.124684] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.126110] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.127461] usb 1-1: Product: QEMU USB Tablet [ 1.128372] usb 1-1: Manufacturer: QEMU [ 1.129215] usb 1-1: SerialNumber: 42 [ 1.420090] tsc: Refined TSC clocksource calibration: 3491.877 MHz [ 1.845302] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.096165] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.184699] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] [ 2.283393] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sun, 12 Aug 2018 09:14:45 +0000. Up 2.66 seconds. cloud-init-nonet[2.85]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting cold plug devices[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] cloud-init-nonet[9.46]: static networking is now up * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sun, 12 Aug 2018 09:14:52 +0000. Up 9.59 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:f8:47:bc | ci-info: | eth0 | True | 192.168.0.6 | 255.255.255.0 | fa:16:3e:a0:8c:69 | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.2 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: 9e:9e:9f:8d:3a:a6:9c:55:48:62:37:40:24:56:bf:96 root@homer-0 The key's randomart image is: +--[ RSA 2048]----+ | o+= | | . . o | | o = | | . + = | | E . | | o o | | + | | . +o. + | | +o+++ . | +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: f5:82:85:56:b7:31:ca:0c:a6:5a:c4:22:5d:9b:95:f7 root@homer-0 The key's randomart image is: +--[ DSA 1024]----+ | . oo +.. + | | . o..*.*.o + | | . .= o.*.. | | o . + .E | | . S . . | | . | | | | | | | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: ae:94:d0:9e:d4:d7:5a:03:f2:3e:7d:6b:94:24:f5:c1 root@homer-0 The key's randomart image is: +--[ECDSA 256]---+ | . | | .E | | . . . ..| | . . o o. . .| | . o S o +o . | | + + o + .o | | = . + ... | | . . . ... | | . .. | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: e9:6d:b2:ce:65:c3:06:5d:25:e6:9f:e9:9d:26:da:19 root@homer-0 The key's randomart image is: +--[ED25519 256--+ | o . | | o o | | o | | o . . o | | S . + | | . + . ..| | o O E.o.| | . B .o = | | .+ . o | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS homer-0 ttyS0 homer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Sun, 12 Aug 2018 09:16:57 +0000. Up 134.34 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. 2018-08-12 09:17:57,571 - functest.core.singlevm - DEBUG - try 17: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-12 09:18:07,582 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:18:07,585 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:18:08,543 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09: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-b4fa0e68-a734-445e-8729-14de541c0276 x-compute-request-id: req-b4fa0e68-a734-445e-8729-14de541c0276 Content-Encoding: gzip Content-Length: 1505 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:8c:69", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:8c:69", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:47:bc", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:47:bc", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/0d05f869-c182-4a19-86bf-4ac078c523fd", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:41.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "0d05f869-c182-4a19-86bf-4ac078c523fd", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:41Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "homer-0.clearwater.opnfv", "created": "2018-08-12T09:14:06Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:24:50", "version": 4, "addr": "192.168.0.22", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:24:50", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:35:db:99", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/1c9b6e42-b18c-407e-8d00-9077025769fd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1c9b6e42-b18c-407e-8d00-9077025769fd", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:39.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "1c9b6e42-b18c-407e-8d00-9077025769fd", "security_groups": [{"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:39Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "dime-0.clearwater.opnfv", "created": "2018-08-12T09:14:05Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:73:af", "version": 4, "addr": "192.168.0.17", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:73:af", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:b9:f2", "version": 4, "addr": "192.168.1.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:b9:f2", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:41.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:41Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "bono-0.clearwater.opnfv", "created": "2018-08-12T09:14:05Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:27:6c", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:27:6c", "version": 4, "addr": "172.30.9.216", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:82:86", "version": 4, "addr": "192.168.1.24", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/566a63cc-7490-4385-b2ac-bfb24030a031", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/566a63cc-7490-4385-b2ac-bfb24030a031", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:34.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "566a63cc-7490-4385-b2ac-bfb24030a031", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:34Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-12T09:14:04Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:9d:e5", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:9d:e5", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b4:d8:25", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/7a80620a-d807-4698-b6c3-7c140a7b5157", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/7a80620a-d807-4698-b6c3-7c140a7b5157", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:25.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "7a80620a-d807-4698-b6c3-7c140a7b5157", "security_groups": [{"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:25Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-12T09:14:04Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:ca:f6", "version": 4, "addr": "192.168.0.23", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:ca:f6", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/3544e1e5-febb-4596-964e-1a53f9d26ab6", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/3544e1e5-febb-4596-964e-1a53f9d26ab6", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:13:48.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "3544e1e5-febb-4596-964e-1a53f9d26ab6", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:13:48Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-12T09:12:11Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:77:d2", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:77:d2", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ac:00:39", "version": 4, "addr": "192.168.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/24234aa3-febc-4826-8d67-0c33e6f38782", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/24234aa3-febc-4826-8d67-0c33e6f38782", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:12:00.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "24234aa3-febc-4826-8d67-0c33e6f38782", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:12:00Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "ns.clearwater.opnfv", "created": "2018-08-12T09:10:20Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:18:08,543 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-b4fa0e68-a734-445e-8729-14de541c0276 2018-08-12 09:18:08,543 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.961413145065s 2018-08-12 09:18:08,544 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-b4fa0e68-a734-445e-8729-14de541c0276 2018-08-12 09:18:08,551 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-12 09:18:08,553 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd/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}d584eff3730be386f99aabb4bf64013d89965dc6" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 09:18:08,622 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:18: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-c45dcecc-ca66-4e58-b5a3-0bae81205032 x-compute-request-id: req-c45dcecc-ca66-4e58-b5a3-0bae81205032 Content-Encoding: gzip Content-Length: 9976 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 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] 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-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] 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] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\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 2 CPUs, 0 hotplug CPUs\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 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008016] Security Framework initialized\n[ 0.008913] AppArmor: AppArmor initialized\n[ 0.009837] Yama: becoming mindful.\n[ 0.010748] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.013325] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.015408] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.016006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.017778] Initializing cgroup subsys memory\n[ 0.018719] Initializing cgroup subsys devices\n[ 0.020003] Initializing cgroup subsys freezer\n[ 0.021086] Initializing cgroup subsys blkio\n[ 0.021991] Initializing cgroup subsys perf_event\n[ 0.022999] Initializing cgroup subsys hugetlb\n[ 0.024056] CPU: Physical Processor ID: 0\n[ 0.024946] FEATURE SPEC_CTRL Not Present\n[ 0.026471] mce: CPU supports 10 MCE banks\n[ 0.028035] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.028035] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.030137] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.031421] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.032003] Speculative Store Bypass: Vulnerable\n[ 0.033566] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000)\n[ 0.038566] ACPI: Core revision 20131115\n[ 0.040460] ACPI: All ACPI Tables successfully acquired\n[ 0.041709] ftrace: allocating 28727 entries in 113 pages\n[ 0.060291] Enabling x2apic\n[ 0.061073] Enabled x2apic\n[ 0.061964] Switched APIC routing to physical x2apic.\n[ 0.064919] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.066290] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.069066] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.076856] KVM setup paravirtual spinlock\n[ 0.079139] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.080155] x86: Booting SMP configuration:\n[ 0.081281] .... node #0, CPUs: #1[ 0.079106] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.096026] x86: Booted up 1 node, 2 CPUs\n[ 0.096018] KVM setup async PF for cpu 1\n[ 0.096020] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.099631] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.100348] devtmpfs: initialized\n[ 0.102632] EVM: security.selinux\n[ 0.104005] EVM: security.SMACK64\n[ 0.104954] EVM: security.ima\n[ 0.105920] EVM: security.capability\n[ 0.108118] pinctrl core: initialized pinctrl subsystem\n[ 0.109704] regulator-dummy: no parameters\n[ 0.110929] RTC time: 9:14:42, date: 08/12/18\n[ 0.112038] NET: Registered protocol family 16\n[ 0.113457] cpuidle: using governor ladder\n[ 0.114609] cpuidle: using governor menu\n[ 0.115850] ACPI: bus type PCI registered\n[ 0.116004] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.117746] PCI: Using configuration type 1 for base access\n[ 0.120038] bio: create slab at 0\n[ 0.121189] ACPI: Added _OSI(Module Device)\n[ 0.121189] ACPI: Added _OSI(Processor Device)\n[ 0.122213] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.124005] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.126110] ACPI: Interpreter enabled\n[ 0.127154] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.129830] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.132005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.134822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.136755] ACPI: (supports S0 S5)\n[ 0.137721] ACPI: Using IOAPIC for interrupt routing\n[ 0.139117] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.140200] ACPI: No dock devices found.\n[ 0.143264] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.144008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.145991] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.147946] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.148206] acpiphp: Slot [3] registered\n[ 0.149509] acpiphp: Slot [4] registered\n[ 0.150716] acpiphp: Slot [5] registered\n[ 0.151857] acpiphp: Slot [6] registered\n[ 0.152020] acpiphp: Slot [7] registered\n[ 0.153216] acpiphp: Slot [8] registered\n[ 0.154428] acpiphp: Slot [9] registered\n[ 0.155633] acpiphp: Slot [10] registered\n[ 0.156024] acpiphp: Slot [11] registered\n[ 0.157002] acpiphp: Slot [12] registered\n[ 0.157975] acpiphp: Slot [13] registered\n[ 0.158963] acpiphp: Slot [14] registered\n[ 0.159983] acpiphp: Slot [15] registered\n[ 0.160023] acpiphp: Slot [16] registered\n[ 0.160985] acpiphp: Slot [17] registered\n[ 0.161921] acpiphp: Slot [18] registered\n[ 0.162915] acpiphp: Slot [19] registered\n[ 0.163849] acpiphp: Slot [20] registered\n[ 0.164031] acpiphp: Slot [21] registered\n[ 0.164958] acpiphp: Slot [22] registered\n[ 0.165998] acpiphp: Slot [23] registered\n[ 0.166930] acpiphp: Slot [24] registered\n[ 0.167875] acpiphp: Slot [25] registered\n[ 0.168028] acpiphp: Slot [26] registered\n[ 0.168961] acpiphp: Slot [27] registered\n[ 0.169925] acpiphp: Slot [28] registered\n[ 0.170792] acpiphp: Slot [29] registered\n[ 0.171685] acpiphp: Slot [30] registered\n[ 0.172025] acpiphp: Slot [31] registered\n[ 0.172955] PCI host bridge to bus 0000:00\n[ 0.173880] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.175056] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.176004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.177251] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.178637] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.180006] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.186663] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.188013] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.215762] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.216865] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.218635] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.220322] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.221905] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.223587] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.224212] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.225252] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.227068] vgaarb: loaded\n[ 0.228003] vgaarb: bridge control possible 0000:00:02.0\n[ 0.229353] SCSI subsystem initialized\n[ 0.230422] ACPI: bus type USB registered\n[ 0.230422] usbcore: registered new interface driver usbfs\n[ 0.232012] usbcore: registered new interface driver hub\n[ 0.233326] usbcore: registered new device driver usb\n[ 0.233326] PCI: Using ACPI for IRQ routing\n[ 0.233326] NetLabel: Initializing\n[ 0.236006] NetLabel: domain hash size = 128\n[ 0.237063] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.238225] NetLabel: unlabeled traffic allowed by default\n[ 0.239575] Switched to clocksource kvm-clock\n[ 0.243616] AppArmor: AppArmor Filesystem Enabled\n[ 0.248321] pnp: PnP ACPI init\n[ 0.249466] ACPI: bus type PNP registered\n[ 0.251582] pnp: PnP ACPI: found 8 devices\n[ 0.252803] ACPI: bus type PNP unregistered\n[ 0.261343] NET: Registered protocol family 2\n[ 0.264264] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.266656] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.268553] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.270455] TCP: reno registered\n[ 0.271435] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.273178] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.275209] NET: Registered protocol family 1\n[ 0.276622] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.278372] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.279968] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.302269] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.325219] Trying to unpack rootfs image as initramfs...\n[ 0.418311] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.421287] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.423023] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.424607] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.427280] Scanning for low memory corruption every 60 seconds\n[ 0.429647] Initialise system trusted keyring\n[ 0.430835] audit: initializing netlink socket (disabled)\n[ 0.432157] type=2000 audit(1534065282.709:1): initialized\n[ 0.452031] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.454301] zbud: loaded\n[ 0.455252] VFS: Disk quotas dquot_6.5.2\n[ 0.456290] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.458115] fuse init (API version 7.22)\n[ 0.459227] msgmni has been set to 3997\n[ 0.460283] Key type big_key registered\n[ 0.461536] Key type asymmetric registered\n[ 0.462587] Asymmetric key parser 'x509' registered\n[ 0.463741] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.465576] io scheduler noop registered\n[ 0.466507] io scheduler deadline registered (default)\n[ 0.467638] io scheduler cfq registered\n[ 0.468678] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.469970] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.471482] ipmi message handler version 39.2\n[ 0.472595] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.474326] ACPI: Power Button [PWRF]\n[ 0.475394] GHES: HEST is not enabled!\n[ 0.497489] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.542062] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564583] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.566613] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590635] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593137] Linux agpgart interface v0.103\n[ 0.595007] brd: module loaded\n[ 0.596218] loop: module loaded\n[ 0.597375] blk-mq: CPU -> queue map\n[ 0.598285] CPU 0 -> Queue 0\n[ 0.599042] CPU 1 -> Queue 0\n[ 0.600473] vda: vda1\n[ 0.601881] scsi0 : ata_piix\n[ 0.602665] scsi1 : ata_piix\n[ 0.603381] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.604747] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.606311] libphy: Fixed MDIO Bus: probed\n[ 0.607293] tun: Universal TUN/TAP device driver, 1.6\n[ 0.608367] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.611003] PPP generic driver version 2.4.2\n[ 0.612023] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.613322] ehci-pci: EHCI PCI platform driver\n[ 0.614273] ehci-platform: EHCI generic platform driver\n[ 0.615386] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.616641] ohci-pci: OHCI PCI platform driver\n[ 0.617624] ohci-platform: OHCI generic platform driver\n[ 0.618701] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.640745] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.641845] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.643461] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.644695] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646020] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647550] usb usb1: Product: UHCI Host Controller\n[ 0.648565] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd\n[ 0.649920] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651116] hub 1-0:1.0: USB hub found\n[ 0.652166] hub 1-0:1.0: 2 ports detected\n[ 0.653393] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655673] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656701] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657858] mousedev: PS/2 mouse device common for all mice\n[ 0.659249] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.661121] rtc_cmos 00:00: RTC can wake from S4\n[ 0.662782] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.664550] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.666329] device-mapper: uevent: version 1.0.3\n[ 0.667736] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.670130] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.671824] TCP: cubic registered\n[ 0.672903] NET: Registered protocol family 10\n[ 0.674394] NET: Registered protocol family 17\n[ 0.675733] Key type dns_resolver registered\n[ 0.677151] Loading compiled-in X.509 certificates\n[ 0.679026] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0'\n[ 0.681691] registered taskstats version 1\n[ 0.692859] Key type trusted registered\n[ 0.696517] Key type encrypted registered\n[ 0.697497] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.698946] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.700888] regulator-dummy: disabling\n[ 0.701901] Magic number: 14:35:222\n[ 0.703011] rtc_cmos 00:00: setting system clock to 2018-08-12 09:14:43 UTC (1534065283)\n[ 0.704889] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.706135] EDD information not available.\n[ 0.761384] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000)\n[ 0.763225] Write protecting the kernel read-only data: 12288k\n[ 0.764990] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000)\n[ 0.767838] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.781703] systemd-udevd[107]: starting version 204\n[ 0.820635] FDC 0 is a S82078B\n[ 0.964059] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.124684] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.126110] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.127461] usb 1-1: Product: QEMU USB Tablet\n[ 1.128372] usb 1-1: Manufacturer: QEMU\n[ 1.129215] usb 1-1: SerialNumber: 42\n[ 1.420090] tsc: Refined TSC clocksource calibration: 3491.877 MHz\n[ 1.845302] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.096165] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.184699] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n[ 2.283393] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sun, 12 Aug 2018 09:14:45 +0000. Up 2.66 seconds.\ncloud-init-nonet[2.85]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting cold plug devices[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\ncloud-init-nonet[9.46]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sun, 12 Aug 2018 09:14:52 +0000. Up 9.59 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:f8:47:bc |\nci-info: | eth0 | True | 192.168.0.6 | 255.255.255.0 | fa:16:3e:a0:8c:69 |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.2 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\n9e:9e:9f:8d:3a:a6:9c:55:48:62:37:40:24:56:bf:96 root@homer-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| o+= |\n| . . o |\n| o = |\n| . + = |\n| E . |\n| o o |\n| + |\n| . +o. + |\n| +o+++ . |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\nf5:82:85:56:b7:31:ca:0c:a6:5a:c4:22:5d:9b:95:f7 root@homer-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| . oo +.. + |\n| . o..*.*.o + |\n| . .= o.*.. |\n| o . + .E |\n| . S . . |\n| . |\n| |\n| |\n| |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\nae:94:d0:9e:d4:d7:5a:03:f2:3e:7d:6b:94:24:f5:c1 root@homer-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| . |\n| .E |\n| . . . ..|\n| . . o o. . .|\n| . o S o +o . |\n| + + o + .o |\n| = . + ... |\n| . . . ... |\n| . .. |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\ne9:6d:b2:ce:65:c3:06:5d:25:e6:9f:e9:9d:26:da:19 root@homer-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| o . |\n| o o |\n| o |\n| o . . o |\n| S . + |\n| . + . ..|\n| o O E.o.|\n| . B .o = |\n| .+ . o |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS homer-0 ttyS0\n\nhomer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Sun, 12 Aug 2018 09:16:57 +0000. Up 134.34 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Sun, 12 Aug 2018 09:17:57 +0000. Up 195.05 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0"} 2018-08-12 09:18:08,623 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd/action used request id req-c45dcecc-ca66-4e58-b5a3-0bae81205032 2018-08-12 09:18:08,624 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0726189613342s 2018-08-12 09:18:08,625 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd/action used request id req-c45dcecc-ca66-4e58-b5a3-0bae81205032 2018-08-12 09:18:08,625 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-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] 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-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] 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] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 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 2 CPUs, 0 hotplug CPUs [ 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 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008016] Security Framework initialized [ 0.008913] AppArmor: AppArmor initialized [ 0.009837] Yama: becoming mindful. [ 0.010748] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.013325] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.015408] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.016006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.017778] Initializing cgroup subsys memory [ 0.018719] Initializing cgroup subsys devices [ 0.020003] Initializing cgroup subsys freezer [ 0.021086] Initializing cgroup subsys blkio [ 0.021991] Initializing cgroup subsys perf_event [ 0.022999] Initializing cgroup subsys hugetlb [ 0.024056] CPU: Physical Processor ID: 0 [ 0.024946] FEATURE SPEC_CTRL Not Present [ 0.026471] mce: CPU supports 10 MCE banks [ 0.028035] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.028035] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.030137] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.031421] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.032003] Speculative Store Bypass: Vulnerable [ 0.033566] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000) [ 0.038566] ACPI: Core revision 20131115 [ 0.040460] ACPI: All ACPI Tables successfully acquired [ 0.041709] ftrace: allocating 28727 entries in 113 pages [ 0.060291] Enabling x2apic [ 0.061073] Enabled x2apic [ 0.061964] Switched APIC routing to physical x2apic. [ 0.064919] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.066290] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.069066] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.076856] KVM setup paravirtual spinlock [ 0.079139] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.080155] x86: Booting SMP configuration: [ 0.081281] .... node #0, CPUs: #1[ 0.079106] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.096026] x86: Booted up 1 node, 2 CPUs [ 0.096018] KVM setup async PF for cpu 1 [ 0.096020] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.099631] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.100348] devtmpfs: initialized [ 0.102632] EVM: security.selinux [ 0.104005] EVM: security.SMACK64 [ 0.104954] EVM: security.ima [ 0.105920] EVM: security.capability [ 0.108118] pinctrl core: initialized pinctrl subsystem [ 0.109704] regulator-dummy: no parameters [ 0.110929] RTC time: 9:14:42, date: 08/12/18 [ 0.112038] NET: Registered protocol family 16 [ 0.113457] cpuidle: using governor ladder [ 0.114609] cpuidle: using governor menu [ 0.115850] ACPI: bus type PCI registered [ 0.116004] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.117746] PCI: Using configuration type 1 for base access [ 0.120038] bio: create slab at 0 [ 0.121189] ACPI: Added _OSI(Module Device) [ 0.121189] ACPI: Added _OSI(Processor Device) [ 0.122213] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.124005] ACPI: Added _OSI(Processor Aggregator Device) [ 0.126110] ACPI: Interpreter enabled [ 0.127154] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.129830] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.132005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.134822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.136755] ACPI: (supports S0 S5) [ 0.137721] ACPI: Using IOAPIC for interrupt routing [ 0.139117] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.140200] ACPI: No dock devices found. [ 0.143264] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.144008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.145991] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.147946] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.148206] acpiphp: Slot [3] registered [ 0.149509] acpiphp: Slot [4] registered [ 0.150716] acpiphp: Slot [5] registered [ 0.151857] acpiphp: Slot [6] registered [ 0.152020] acpiphp: Slot [7] registered [ 0.153216] acpiphp: Slot [8] registered [ 0.154428] acpiphp: Slot [9] registered [ 0.155633] acpiphp: Slot [10] registered [ 0.156024] acpiphp: Slot [11] registered [ 0.157002] acpiphp: Slot [12] registered [ 0.157975] acpiphp: Slot [13] registered [ 0.158963] acpiphp: Slot [14] registered [ 0.159983] acpiphp: Slot [15] registered [ 0.160023] acpiphp: Slot [16] registered [ 0.160985] acpiphp: Slot [17] registered [ 0.161921] acpiphp: Slot [18] registered [ 0.162915] acpiphp: Slot [19] registered [ 0.163849] acpiphp: Slot [20] registered [ 0.164031] acpiphp: Slot [21] registered [ 0.164958] acpiphp: Slot [22] registered [ 0.165998] acpiphp: Slot [23] registered [ 0.166930] acpiphp: Slot [24] registered [ 0.167875] acpiphp: Slot [25] registered [ 0.168028] acpiphp: Slot [26] registered [ 0.168961] acpiphp: Slot [27] registered [ 0.169925] acpiphp: Slot [28] registered [ 0.170792] acpiphp: Slot [29] registered [ 0.171685] acpiphp: Slot [30] registered [ 0.172025] acpiphp: Slot [31] registered [ 0.172955] PCI host bridge to bus 0000:00 [ 0.173880] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.175056] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.176004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.177251] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.178637] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.180006] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.186663] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.188013] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.215762] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.216865] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.218635] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.220322] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.221905] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.223587] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.224212] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.225252] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.227068] vgaarb: loaded [ 0.228003] vgaarb: bridge control possible 0000:00:02.0 [ 0.229353] SCSI subsystem initialized [ 0.230422] ACPI: bus type USB registered [ 0.230422] usbcore: registered new interface driver usbfs [ 0.232012] usbcore: registered new interface driver hub [ 0.233326] usbcore: registered new device driver usb [ 0.233326] PCI: Using ACPI for IRQ routing [ 0.233326] NetLabel: Initializing [ 0.236006] NetLabel: domain hash size = 128 [ 0.237063] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.238225] NetLabel: unlabeled traffic allowed by default [ 0.239575] Switched to clocksource kvm-clock [ 0.243616] AppArmor: AppArmor Filesystem Enabled [ 0.248321] pnp: PnP ACPI init [ 0.249466] ACPI: bus type PNP registered [ 0.251582] pnp: PnP ACPI: found 8 devices [ 0.252803] ACPI: bus type PNP unregistered [ 0.261343] NET: Registered protocol family 2 [ 0.264264] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.266656] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.268553] TCP: Hash tables configured (established 16384 bind 16384) [ 0.270455] TCP: reno registered [ 0.271435] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.273178] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.275209] NET: Registered protocol family 1 [ 0.276622] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.278372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.279968] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.302269] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.325219] Trying to unpack rootfs image as initramfs... [ 0.418311] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.421287] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.423023] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.424607] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.427280] Scanning for low memory corruption every 60 seconds [ 0.429647] Initialise system trusted keyring [ 0.430835] audit: initializing netlink socket (disabled) [ 0.432157] type=2000 audit(1534065282.709:1): initialized [ 0.452031] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.454301] zbud: loaded [ 0.455252] VFS: Disk quotas dquot_6.5.2 [ 0.456290] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.458115] fuse init (API version 7.22) [ 0.459227] msgmni has been set to 3997 [ 0.460283] Key type big_key registered [ 0.461536] Key type asymmetric registered [ 0.462587] Asymmetric key parser 'x509' registered [ 0.463741] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.465576] io scheduler noop registered [ 0.466507] io scheduler deadline registered (default) [ 0.467638] io scheduler cfq registered [ 0.468678] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.469970] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.471482] ipmi message handler version 39.2 [ 0.472595] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.474326] ACPI: Power Button [PWRF] [ 0.475394] GHES: HEST is not enabled! [ 0.497489] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.542062] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.564583] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.566613] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.590635] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.593137] Linux agpgart interface v0.103 [ 0.595007] brd: module loaded [ 0.596218] loop: module loaded [ 0.597375] blk-mq: CPU -> queue map [ 0.598285] CPU 0 -> Queue 0 [ 0.599042] CPU 1 -> Queue 0 [ 0.600473] vda: vda1 [ 0.601881] scsi0 : ata_piix [ 0.602665] scsi1 : ata_piix [ 0.603381] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.604747] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.606311] libphy: Fixed MDIO Bus: probed [ 0.607293] tun: Universal TUN/TAP device driver, 1.6 [ 0.608367] tun: (C) 1999-2004 Max Krasnyansky [ 0.611003] PPP generic driver version 2.4.2 [ 0.612023] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.613322] ehci-pci: EHCI PCI platform driver [ 0.614273] ehci-platform: EHCI generic platform driver [ 0.615386] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.616641] ohci-pci: OHCI PCI platform driver [ 0.617624] ohci-platform: OHCI generic platform driver [ 0.618701] uhci_hcd: USB Universal Host Controller Interface driver [ 0.640745] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.641845] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.643461] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.644695] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.646020] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.647550] usb usb1: Product: UHCI Host Controller [ 0.648565] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd [ 0.649920] usb usb1: SerialNumber: 0000:00:01.2 [ 0.651116] hub 1-0:1.0: USB hub found [ 0.652166] hub 1-0:1.0: 2 ports detected [ 0.653393] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.655673] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.656701] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.657858] mousedev: PS/2 mouse device common for all mice [ 0.659249] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.661121] rtc_cmos 00:00: RTC can wake from S4 [ 0.662782] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.664550] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.666329] device-mapper: uevent: version 1.0.3 [ 0.667736] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.670130] ledtrig-cpu: registered to indicate activity on CPUs [ 0.671824] TCP: cubic registered [ 0.672903] NET: Registered protocol family 10 [ 0.674394] NET: Registered protocol family 17 [ 0.675733] Key type dns_resolver registered [ 0.677151] Loading compiled-in X.509 certificates [ 0.679026] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0' [ 0.681691] registered taskstats version 1 [ 0.692859] Key type trusted registered [ 0.696517] Key type encrypted registered [ 0.697497] AppArmor: AppArmor sha1 policy hashing enabled [ 0.698946] IMA: No TPM chip found, activating TPM-bypass! [ 0.700888] regulator-dummy: disabling [ 0.701901] Magic number: 14:35:222 [ 0.703011] rtc_cmos 00:00: setting system clock to 2018-08-12 09:14:43 UTC (1534065283) [ 0.704889] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.706135] EDD information not available. [ 0.761384] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000) [ 0.763225] Write protecting the kernel read-only data: 12288k [ 0.764990] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000) [ 0.767838] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.781703] systemd-udevd[107]: starting version 204 [ 0.820635] FDC 0 is a S82078B [ 0.964059] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.124684] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.126110] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.127461] usb 1-1: Product: QEMU USB Tablet [ 1.128372] usb 1-1: Manufacturer: QEMU [ 1.129215] usb 1-1: SerialNumber: 42 [ 1.420090] tsc: Refined TSC clocksource calibration: 3491.877 MHz [ 1.845302] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.096165] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.184699] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] [ 2.283393] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sun, 12 Aug 2018 09:14:45 +0000. Up 2.66 seconds. cloud-init-nonet[2.85]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting cold plug devices[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] cloud-init-nonet[9.46]: static networking is now up * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sun, 12 Aug 2018 09:14:52 +0000. Up 9.59 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:f8:47:bc | ci-info: | eth0 | True | 192.168.0.6 | 255.255.255.0 | fa:16:3e:a0:8c:69 | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.2 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: 9e:9e:9f:8d:3a:a6:9c:55:48:62:37:40:24:56:bf:96 root@homer-0 The key's randomart image is: +--[ RSA 2048]----+ | o+= | | . . o | | o = | | . + = | | E . | | o o | | + | | . +o. + | | +o+++ . | +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: f5:82:85:56:b7:31:ca:0c:a6:5a:c4:22:5d:9b:95:f7 root@homer-0 The key's randomart image is: +--[ DSA 1024]----+ | . oo +.. + | | . o..*.*.o + | | . .= o.*.. | | o . + .E | | . S . . | | . | | | | | | | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: ae:94:d0:9e:d4:d7:5a:03:f2:3e:7d:6b:94:24:f5:c1 root@homer-0 The key's randomart image is: +--[ECDSA 256]---+ | . | | .E | | . . . ..| | . . o o. . .| | . o S o +o . | | + + o + .o | | = . + ... | | . . . ... | | . .. | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: e9:6d:b2:ce:65:c3:06:5d:25:e6:9f:e9:9d:26:da:19 root@homer-0 The key's randomart image is: +--[ED25519 256--+ | o . | | o o | | o | | o . . o | | S . + | | . + . ..| | o O E.o.| | . B .o = | | .+ . o | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS homer-0 ttyS0 homer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Sun, 12 Aug 2018 09:16:57 +0000. Up 134.34 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Sun, 12 Aug 2018 09:17:57 +0000. Up 195.05 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 2018-08-12 09:18:08,626 - functest.core.singlevm - DEBUG - try 18: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-12 09:18:18,637 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:18:18,640 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:18:19,230 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:18: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-def239bb-db01-4029-92d5-83bfdc9a31c5 x-compute-request-id: req-def239bb-db01-4029-92d5-83bfdc9a31c5 Content-Encoding: gzip Content-Length: 1505 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:8c:69", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:8c:69", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:47:bc", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:47:bc", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/0d05f869-c182-4a19-86bf-4ac078c523fd", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:41.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "0d05f869-c182-4a19-86bf-4ac078c523fd", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:41Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "homer-0.clearwater.opnfv", "created": "2018-08-12T09:14:06Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:24:50", "version": 4, "addr": "192.168.0.22", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:24:50", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:35:db:99", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/1c9b6e42-b18c-407e-8d00-9077025769fd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1c9b6e42-b18c-407e-8d00-9077025769fd", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:39.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "1c9b6e42-b18c-407e-8d00-9077025769fd", "security_groups": [{"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:39Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "dime-0.clearwater.opnfv", "created": "2018-08-12T09:14:05Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:73:af", "version": 4, "addr": "192.168.0.17", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:73:af", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:b9:f2", "version": 4, "addr": "192.168.1.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:b9:f2", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:41.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:41Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "bono-0.clearwater.opnfv", "created": "2018-08-12T09:14:05Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:27:6c", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:27:6c", "version": 4, "addr": "172.30.9.216", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:82:86", "version": 4, "addr": "192.168.1.24", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/566a63cc-7490-4385-b2ac-bfb24030a031", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/566a63cc-7490-4385-b2ac-bfb24030a031", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:34.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "566a63cc-7490-4385-b2ac-bfb24030a031", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:34Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-12T09:14:04Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:9d:e5", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:9d:e5", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b4:d8:25", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/7a80620a-d807-4698-b6c3-7c140a7b5157", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/7a80620a-d807-4698-b6c3-7c140a7b5157", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:25.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "7a80620a-d807-4698-b6c3-7c140a7b5157", "security_groups": [{"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:25Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-12T09:14:04Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:ca:f6", "version": 4, "addr": "192.168.0.23", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:ca:f6", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/3544e1e5-febb-4596-964e-1a53f9d26ab6", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/3544e1e5-febb-4596-964e-1a53f9d26ab6", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:13:48.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "3544e1e5-febb-4596-964e-1a53f9d26ab6", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:13:48Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-12T09:12:11Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:77:d2", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:77:d2", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ac:00:39", "version": 4, "addr": "192.168.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/24234aa3-febc-4826-8d67-0c33e6f38782", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/24234aa3-febc-4826-8d67-0c33e6f38782", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:12:00.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "24234aa3-febc-4826-8d67-0c33e6f38782", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:12:00Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "ns.clearwater.opnfv", "created": "2018-08-12T09:10:20Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:18:19,231 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-def239bb-db01-4029-92d5-83bfdc9a31c5 2018-08-12 09:18:19,231 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.594073057175s 2018-08-12 09:18:19,232 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-def239bb-db01-4029-92d5-83bfdc9a31c5 2018-08-12 09:18:19,238 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-12 09:18:19,241 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd/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}d584eff3730be386f99aabb4bf64013d89965dc6" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 09:18:19,315 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:18: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-37f94b73-a995-4651-8c68-d4f4e6ef58cf x-compute-request-id: req-37f94b73-a995-4651-8c68-d4f4e6ef58cf Content-Encoding: gzip Content-Length: 10064 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 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] 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-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] 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] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\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 2 CPUs, 0 hotplug CPUs\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 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008016] Security Framework initialized\n[ 0.008913] AppArmor: AppArmor initialized\n[ 0.009837] Yama: becoming mindful.\n[ 0.010748] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.013325] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.015408] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.016006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.017778] Initializing cgroup subsys memory\n[ 0.018719] Initializing cgroup subsys devices\n[ 0.020003] Initializing cgroup subsys freezer\n[ 0.021086] Initializing cgroup subsys blkio\n[ 0.021991] Initializing cgroup subsys perf_event\n[ 0.022999] Initializing cgroup subsys hugetlb\n[ 0.024056] CPU: Physical Processor ID: 0\n[ 0.024946] FEATURE SPEC_CTRL Not Present\n[ 0.026471] mce: CPU supports 10 MCE banks\n[ 0.028035] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.028035] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.030137] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.031421] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.032003] Speculative Store Bypass: Vulnerable\n[ 0.033566] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000)\n[ 0.038566] ACPI: Core revision 20131115\n[ 0.040460] ACPI: All ACPI Tables successfully acquired\n[ 0.041709] ftrace: allocating 28727 entries in 113 pages\n[ 0.060291] Enabling x2apic\n[ 0.061073] Enabled x2apic\n[ 0.061964] Switched APIC routing to physical x2apic.\n[ 0.064919] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.066290] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.069066] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.076856] KVM setup paravirtual spinlock\n[ 0.079139] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.080155] x86: Booting SMP configuration:\n[ 0.081281] .... node #0, CPUs: #1[ 0.079106] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.096026] x86: Booted up 1 node, 2 CPUs\n[ 0.096018] KVM setup async PF for cpu 1\n[ 0.096020] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.099631] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.100348] devtmpfs: initialized\n[ 0.102632] EVM: security.selinux\n[ 0.104005] EVM: security.SMACK64\n[ 0.104954] EVM: security.ima\n[ 0.105920] EVM: security.capability\n[ 0.108118] pinctrl core: initialized pinctrl subsystem\n[ 0.109704] regulator-dummy: no parameters\n[ 0.110929] RTC time: 9:14:42, date: 08/12/18\n[ 0.112038] NET: Registered protocol family 16\n[ 0.113457] cpuidle: using governor ladder\n[ 0.114609] cpuidle: using governor menu\n[ 0.115850] ACPI: bus type PCI registered\n[ 0.116004] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.117746] PCI: Using configuration type 1 for base access\n[ 0.120038] bio: create slab at 0\n[ 0.121189] ACPI: Added _OSI(Module Device)\n[ 0.121189] ACPI: Added _OSI(Processor Device)\n[ 0.122213] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.124005] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.126110] ACPI: Interpreter enabled\n[ 0.127154] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.129830] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.132005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.134822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.136755] ACPI: (supports S0 S5)\n[ 0.137721] ACPI: Using IOAPIC for interrupt routing\n[ 0.139117] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.140200] ACPI: No dock devices found.\n[ 0.143264] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.144008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.145991] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.147946] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.148206] acpiphp: Slot [3] registered\n[ 0.149509] acpiphp: Slot [4] registered\n[ 0.150716] acpiphp: Slot [5] registered\n[ 0.151857] acpiphp: Slot [6] registered\n[ 0.152020] acpiphp: Slot [7] registered\n[ 0.153216] acpiphp: Slot [8] registered\n[ 0.154428] acpiphp: Slot [9] registered\n[ 0.155633] acpiphp: Slot [10] registered\n[ 0.156024] acpiphp: Slot [11] registered\n[ 0.157002] acpiphp: Slot [12] registered\n[ 0.157975] acpiphp: Slot [13] registered\n[ 0.158963] acpiphp: Slot [14] registered\n[ 0.159983] acpiphp: Slot [15] registered\n[ 0.160023] acpiphp: Slot [16] registered\n[ 0.160985] acpiphp: Slot [17] registered\n[ 0.161921] acpiphp: Slot [18] registered\n[ 0.162915] acpiphp: Slot [19] registered\n[ 0.163849] acpiphp: Slot [20] registered\n[ 0.164031] acpiphp: Slot [21] registered\n[ 0.164958] acpiphp: Slot [22] registered\n[ 0.165998] acpiphp: Slot [23] registered\n[ 0.166930] acpiphp: Slot [24] registered\n[ 0.167875] acpiphp: Slot [25] registered\n[ 0.168028] acpiphp: Slot [26] registered\n[ 0.168961] acpiphp: Slot [27] registered\n[ 0.169925] acpiphp: Slot [28] registered\n[ 0.170792] acpiphp: Slot [29] registered\n[ 0.171685] acpiphp: Slot [30] registered\n[ 0.172025] acpiphp: Slot [31] registered\n[ 0.172955] PCI host bridge to bus 0000:00\n[ 0.173880] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.175056] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.176004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.177251] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.178637] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.180006] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.186663] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.188013] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.215762] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.216865] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.218635] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.220322] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.221905] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.223587] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.224212] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.225252] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.227068] vgaarb: loaded\n[ 0.228003] vgaarb: bridge control possible 0000:00:02.0\n[ 0.229353] SCSI subsystem initialized\n[ 0.230422] ACPI: bus type USB registered\n[ 0.230422] usbcore: registered new interface driver usbfs\n[ 0.232012] usbcore: registered new interface driver hub\n[ 0.233326] usbcore: registered new device driver usb\n[ 0.233326] PCI: Using ACPI for IRQ routing\n[ 0.233326] NetLabel: Initializing\n[ 0.236006] NetLabel: domain hash size = 128\n[ 0.237063] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.238225] NetLabel: unlabeled traffic allowed by default\n[ 0.239575] Switched to clocksource kvm-clock\n[ 0.243616] AppArmor: AppArmor Filesystem Enabled\n[ 0.248321] pnp: PnP ACPI init\n[ 0.249466] ACPI: bus type PNP registered\n[ 0.251582] pnp: PnP ACPI: found 8 devices\n[ 0.252803] ACPI: bus type PNP unregistered\n[ 0.261343] NET: Registered protocol family 2\n[ 0.264264] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.266656] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.268553] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.270455] TCP: reno registered\n[ 0.271435] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.273178] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.275209] NET: Registered protocol family 1\n[ 0.276622] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.278372] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.279968] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.302269] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.325219] Trying to unpack rootfs image as initramfs...\n[ 0.418311] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.421287] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.423023] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.424607] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.427280] Scanning for low memory corruption every 60 seconds\n[ 0.429647] Initialise system trusted keyring\n[ 0.430835] audit: initializing netlink socket (disabled)\n[ 0.432157] type=2000 audit(1534065282.709:1): initialized\n[ 0.452031] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.454301] zbud: loaded\n[ 0.455252] VFS: Disk quotas dquot_6.5.2\n[ 0.456290] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.458115] fuse init (API version 7.22)\n[ 0.459227] msgmni has been set to 3997\n[ 0.460283] Key type big_key registered\n[ 0.461536] Key type asymmetric registered\n[ 0.462587] Asymmetric key parser 'x509' registered\n[ 0.463741] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.465576] io scheduler noop registered\n[ 0.466507] io scheduler deadline registered (default)\n[ 0.467638] io scheduler cfq registered\n[ 0.468678] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.469970] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.471482] ipmi message handler version 39.2\n[ 0.472595] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.474326] ACPI: Power Button [PWRF]\n[ 0.475394] GHES: HEST is not enabled!\n[ 0.497489] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.542062] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564583] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.566613] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590635] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593137] Linux agpgart interface v0.103\n[ 0.595007] brd: module loaded\n[ 0.596218] loop: module loaded\n[ 0.597375] blk-mq: CPU -> queue map\n[ 0.598285] CPU 0 -> Queue 0\n[ 0.599042] CPU 1 -> Queue 0\n[ 0.600473] vda: vda1\n[ 0.601881] scsi0 : ata_piix\n[ 0.602665] scsi1 : ata_piix\n[ 0.603381] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.604747] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.606311] libphy: Fixed MDIO Bus: probed\n[ 0.607293] tun: Universal TUN/TAP device driver, 1.6\n[ 0.608367] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.611003] PPP generic driver version 2.4.2\n[ 0.612023] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.613322] ehci-pci: EHCI PCI platform driver\n[ 0.614273] ehci-platform: EHCI generic platform driver\n[ 0.615386] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.616641] ohci-pci: OHCI PCI platform driver\n[ 0.617624] ohci-platform: OHCI generic platform driver\n[ 0.618701] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.640745] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.641845] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.643461] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.644695] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646020] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647550] usb usb1: Product: UHCI Host Controller\n[ 0.648565] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd\n[ 0.649920] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651116] hub 1-0:1.0: USB hub found\n[ 0.652166] hub 1-0:1.0: 2 ports detected\n[ 0.653393] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655673] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656701] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657858] mousedev: PS/2 mouse device common for all mice\n[ 0.659249] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.661121] rtc_cmos 00:00: RTC can wake from S4\n[ 0.662782] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.664550] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.666329] device-mapper: uevent: version 1.0.3\n[ 0.667736] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.670130] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.671824] TCP: cubic registered\n[ 0.672903] NET: Registered protocol family 10\n[ 0.674394] NET: Registered protocol family 17\n[ 0.675733] Key type dns_resolver registered\n[ 0.677151] Loading compiled-in X.509 certificates\n[ 0.679026] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0'\n[ 0.681691] registered taskstats version 1\n[ 0.692859] Key type trusted registered\n[ 0.696517] Key type encrypted registered\n[ 0.697497] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.698946] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.700888] regulator-dummy: disabling\n[ 0.701901] Magic number: 14:35:222\n[ 0.703011] rtc_cmos 00:00: setting system clock to 2018-08-12 09:14:43 UTC (1534065283)\n[ 0.704889] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.706135] EDD information not available.\n[ 0.761384] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000)\n[ 0.763225] Write protecting the kernel read-only data: 12288k\n[ 0.764990] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000)\n[ 0.767838] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.781703] systemd-udevd[107]: starting version 204\n[ 0.820635] FDC 0 is a S82078B\n[ 0.964059] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.124684] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.126110] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.127461] usb 1-1: Product: QEMU USB Tablet\n[ 1.128372] usb 1-1: Manufacturer: QEMU\n[ 1.129215] usb 1-1: SerialNumber: 42\n[ 1.420090] tsc: Refined TSC clocksource calibration: 3491.877 MHz\n[ 1.845302] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.096165] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.184699] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n[ 2.283393] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sun, 12 Aug 2018 09:14:45 +0000. Up 2.66 seconds.\ncloud-init-nonet[2.85]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting cold plug devices[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\ncloud-init-nonet[9.46]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sun, 12 Aug 2018 09:14:52 +0000. Up 9.59 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:f8:47:bc |\nci-info: | eth0 | True | 192.168.0.6 | 255.255.255.0 | fa:16:3e:a0:8c:69 |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.2 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\n9e:9e:9f:8d:3a:a6:9c:55:48:62:37:40:24:56:bf:96 root@homer-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| o+= |\n| . . o |\n| o = |\n| . + = |\n| E . |\n| o o |\n| + |\n| . +o. + |\n| +o+++ . |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\nf5:82:85:56:b7:31:ca:0c:a6:5a:c4:22:5d:9b:95:f7 root@homer-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| . oo +.. + |\n| . o..*.*.o + |\n| . .= o.*.. |\n| o . + .E |\n| . S . . |\n| . |\n| |\n| |\n| |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\nae:94:d0:9e:d4:d7:5a:03:f2:3e:7d:6b:94:24:f5:c1 root@homer-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| . |\n| .E |\n| . . . ..|\n| . . o o. . .|\n| . o S o +o . |\n| + + o + .o |\n| = . + ... |\n| . . . ... |\n| . .. |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\ne9:6d:b2:ce:65:c3:06:5d:25:e6:9f:e9:9d:26:da:19 root@homer-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| o . |\n| o o |\n| o |\n| o . . o |\n| S . + |\n| . + . ..|\n| o O E.o.|\n| . B .o = |\n| .+ . o |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS homer-0 ttyS0\n\nhomer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Sun, 12 Aug 2018 09:16:57 +0000. Up 134.34 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Sun, 12 Aug 2018 09:17:57 +0000. Up 195.05 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com\ngpg: no valid OpenPGP data found.\n+ apt-get update\n"} 2018-08-12 09:18:19,315 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd/action used request id req-37f94b73-a995-4651-8c68-d4f4e6ef58cf 2018-08-12 09:18:19,315 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0768058300018s 2018-08-12 09:18:19,316 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd/action used request id req-37f94b73-a995-4651-8c68-d4f4e6ef58cf 2018-08-12 09:18:19,316 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-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] 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-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] 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] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 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 2 CPUs, 0 hotplug CPUs [ 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 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008016] Security Framework initialized [ 0.008913] AppArmor: AppArmor initialized [ 0.009837] Yama: becoming mindful. [ 0.010748] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.013325] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.015408] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.016006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.017778] Initializing cgroup subsys memory [ 0.018719] Initializing cgroup subsys devices [ 0.020003] Initializing cgroup subsys freezer [ 0.021086] Initializing cgroup subsys blkio [ 0.021991] Initializing cgroup subsys perf_event [ 0.022999] Initializing cgroup subsys hugetlb [ 0.024056] CPU: Physical Processor ID: 0 [ 0.024946] FEATURE SPEC_CTRL Not Present [ 0.026471] mce: CPU supports 10 MCE banks [ 0.028035] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.028035] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.030137] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.031421] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.032003] Speculative Store Bypass: Vulnerable [ 0.033566] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000) [ 0.038566] ACPI: Core revision 20131115 [ 0.040460] ACPI: All ACPI Tables successfully acquired [ 0.041709] ftrace: allocating 28727 entries in 113 pages [ 0.060291] Enabling x2apic [ 0.061073] Enabled x2apic [ 0.061964] Switched APIC routing to physical x2apic. [ 0.064919] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.066290] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.069066] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.076856] KVM setup paravirtual spinlock [ 0.079139] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.080155] x86: Booting SMP configuration: [ 0.081281] .... node #0, CPUs: #1[ 0.079106] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.096026] x86: Booted up 1 node, 2 CPUs [ 0.096018] KVM setup async PF for cpu 1 [ 0.096020] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.099631] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.100348] devtmpfs: initialized [ 0.102632] EVM: security.selinux [ 0.104005] EVM: security.SMACK64 [ 0.104954] EVM: security.ima [ 0.105920] EVM: security.capability [ 0.108118] pinctrl core: initialized pinctrl subsystem [ 0.109704] regulator-dummy: no parameters [ 0.110929] RTC time: 9:14:42, date: 08/12/18 [ 0.112038] NET: Registered protocol family 16 [ 0.113457] cpuidle: using governor ladder [ 0.114609] cpuidle: using governor menu [ 0.115850] ACPI: bus type PCI registered [ 0.116004] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.117746] PCI: Using configuration type 1 for base access [ 0.120038] bio: create slab at 0 [ 0.121189] ACPI: Added _OSI(Module Device) [ 0.121189] ACPI: Added _OSI(Processor Device) [ 0.122213] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.124005] ACPI: Added _OSI(Processor Aggregator Device) [ 0.126110] ACPI: Interpreter enabled [ 0.127154] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.129830] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.132005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.134822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.136755] ACPI: (supports S0 S5) [ 0.137721] ACPI: Using IOAPIC for interrupt routing [ 0.139117] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.140200] ACPI: No dock devices found. [ 0.143264] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.144008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.145991] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.147946] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.148206] acpiphp: Slot [3] registered [ 0.149509] acpiphp: Slot [4] registered [ 0.150716] acpiphp: Slot [5] registered [ 0.151857] acpiphp: Slot [6] registered [ 0.152020] acpiphp: Slot [7] registered [ 0.153216] acpiphp: Slot [8] registered [ 0.154428] acpiphp: Slot [9] registered [ 0.155633] acpiphp: Slot [10] registered [ 0.156024] acpiphp: Slot [11] registered [ 0.157002] acpiphp: Slot [12] registered [ 0.157975] acpiphp: Slot [13] registered [ 0.158963] acpiphp: Slot [14] registered [ 0.159983] acpiphp: Slot [15] registered [ 0.160023] acpiphp: Slot [16] registered [ 0.160985] acpiphp: Slot [17] registered [ 0.161921] acpiphp: Slot [18] registered [ 0.162915] acpiphp: Slot [19] registered [ 0.163849] acpiphp: Slot [20] registered [ 0.164031] acpiphp: Slot [21] registered [ 0.164958] acpiphp: Slot [22] registered [ 0.165998] acpiphp: Slot [23] registered [ 0.166930] acpiphp: Slot [24] registered [ 0.167875] acpiphp: Slot [25] registered [ 0.168028] acpiphp: Slot [26] registered [ 0.168961] acpiphp: Slot [27] registered [ 0.169925] acpiphp: Slot [28] registered [ 0.170792] acpiphp: Slot [29] registered [ 0.171685] acpiphp: Slot [30] registered [ 0.172025] acpiphp: Slot [31] registered [ 0.172955] PCI host bridge to bus 0000:00 [ 0.173880] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.175056] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.176004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.177251] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.178637] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.180006] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.186663] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.188013] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.215762] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.216865] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.218635] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.220322] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.221905] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.223587] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.224212] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.225252] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.227068] vgaarb: loaded [ 0.228003] vgaarb: bridge control possible 0000:00:02.0 [ 0.229353] SCSI subsystem initialized [ 0.230422] ACPI: bus type USB registered [ 0.230422] usbcore: registered new interface driver usbfs [ 0.232012] usbcore: registered new interface driver hub [ 0.233326] usbcore: registered new device driver usb [ 0.233326] PCI: Using ACPI for IRQ routing [ 0.233326] NetLabel: Initializing [ 0.236006] NetLabel: domain hash size = 128 [ 0.237063] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.238225] NetLabel: unlabeled traffic allowed by default [ 0.239575] Switched to clocksource kvm-clock [ 0.243616] AppArmor: AppArmor Filesystem Enabled [ 0.248321] pnp: PnP ACPI init [ 0.249466] ACPI: bus type PNP registered [ 0.251582] pnp: PnP ACPI: found 8 devices [ 0.252803] ACPI: bus type PNP unregistered [ 0.261343] NET: Registered protocol family 2 [ 0.264264] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.266656] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.268553] TCP: Hash tables configured (established 16384 bind 16384) [ 0.270455] TCP: reno registered [ 0.271435] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.273178] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.275209] NET: Registered protocol family 1 [ 0.276622] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.278372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.279968] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.302269] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.325219] Trying to unpack rootfs image as initramfs... [ 0.418311] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.421287] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.423023] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.424607] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.427280] Scanning for low memory corruption every 60 seconds [ 0.429647] Initialise system trusted keyring [ 0.430835] audit: initializing netlink socket (disabled) [ 0.432157] type=2000 audit(1534065282.709:1): initialized [ 0.452031] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.454301] zbud: loaded [ 0.455252] VFS: Disk quotas dquot_6.5.2 [ 0.456290] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.458115] fuse init (API version 7.22) [ 0.459227] msgmni has been set to 3997 [ 0.460283] Key type big_key registered [ 0.461536] Key type asymmetric registered [ 0.462587] Asymmetric key parser 'x509' registered [ 0.463741] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.465576] io scheduler noop registered [ 0.466507] io scheduler deadline registered (default) [ 0.467638] io scheduler cfq registered [ 0.468678] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.469970] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.471482] ipmi message handler version 39.2 [ 0.472595] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.474326] ACPI: Power Button [PWRF] [ 0.475394] GHES: HEST is not enabled! [ 0.497489] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.542062] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.564583] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.566613] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.590635] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.593137] Linux agpgart interface v0.103 [ 0.595007] brd: module loaded [ 0.596218] loop: module loaded [ 0.597375] blk-mq: CPU -> queue map [ 0.598285] CPU 0 -> Queue 0 [ 0.599042] CPU 1 -> Queue 0 [ 0.600473] vda: vda1 [ 0.601881] scsi0 : ata_piix [ 0.602665] scsi1 : ata_piix [ 0.603381] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.604747] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.606311] libphy: Fixed MDIO Bus: probed [ 0.607293] tun: Universal TUN/TAP device driver, 1.6 [ 0.608367] tun: (C) 1999-2004 Max Krasnyansky [ 0.611003] PPP generic driver version 2.4.2 [ 0.612023] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.613322] ehci-pci: EHCI PCI platform driver [ 0.614273] ehci-platform: EHCI generic platform driver [ 0.615386] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.616641] ohci-pci: OHCI PCI platform driver [ 0.617624] ohci-platform: OHCI generic platform driver [ 0.618701] uhci_hcd: USB Universal Host Controller Interface driver [ 0.640745] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.641845] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.643461] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.644695] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.646020] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.647550] usb usb1: Product: UHCI Host Controller [ 0.648565] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd [ 0.649920] usb usb1: SerialNumber: 0000:00:01.2 [ 0.651116] hub 1-0:1.0: USB hub found [ 0.652166] hub 1-0:1.0: 2 ports detected [ 0.653393] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.655673] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.656701] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.657858] mousedev: PS/2 mouse device common for all mice [ 0.659249] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.661121] rtc_cmos 00:00: RTC can wake from S4 [ 0.662782] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.664550] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.666329] device-mapper: uevent: version 1.0.3 [ 0.667736] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.670130] ledtrig-cpu: registered to indicate activity on CPUs [ 0.671824] TCP: cubic registered [ 0.672903] NET: Registered protocol family 10 [ 0.674394] NET: Registered protocol family 17 [ 0.675733] Key type dns_resolver registered [ 0.677151] Loading compiled-in X.509 certificates [ 0.679026] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0' [ 0.681691] registered taskstats version 1 [ 0.692859] Key type trusted registered [ 0.696517] Key type encrypted registered [ 0.697497] AppArmor: AppArmor sha1 policy hashing enabled [ 0.698946] IMA: No TPM chip found, activating TPM-bypass! [ 0.700888] regulator-dummy: disabling [ 0.701901] Magic number: 14:35:222 [ 0.703011] rtc_cmos 00:00: setting system clock to 2018-08-12 09:14:43 UTC (1534065283) [ 0.704889] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.706135] EDD information not available. [ 0.761384] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000) [ 0.763225] Write protecting the kernel read-only data: 12288k [ 0.764990] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000) [ 0.767838] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.781703] systemd-udevd[107]: starting version 204 [ 0.820635] FDC 0 is a S82078B [ 0.964059] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.124684] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.126110] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.127461] usb 1-1: Product: QEMU USB Tablet [ 1.128372] usb 1-1: Manufacturer: QEMU [ 1.129215] usb 1-1: SerialNumber: 42 [ 1.420090] tsc: Refined TSC clocksource calibration: 3491.877 MHz [ 1.845302] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.096165] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.184699] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] [ 2.283393] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sun, 12 Aug 2018 09:14:45 +0000. Up 2.66 seconds. cloud-init-nonet[2.85]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting cold plug devices[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] cloud-init-nonet[9.46]: static networking is now up * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sun, 12 Aug 2018 09:14:52 +0000. Up 9.59 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:f8:47:bc | ci-info: | eth0 | True | 192.168.0.6 | 255.255.255.0 | fa:16:3e:a0:8c:69 | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.2 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: 9e:9e:9f:8d:3a:a6:9c:55:48:62:37:40:24:56:bf:96 root@homer-0 The key's randomart image is: +--[ RSA 2048]----+ | o+= | | . . o | | o = | | . + = | | E . | | o o | | + | | . +o. + | | +o+++ . | +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: f5:82:85:56:b7:31:ca:0c:a6:5a:c4:22:5d:9b:95:f7 root@homer-0 The key's randomart image is: +--[ DSA 1024]----+ | . oo +.. + | | . o..*.*.o + | | . .= o.*.. | | o . + .E | | . S . . | | . | | | | | | | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: ae:94:d0:9e:d4:d7:5a:03:f2:3e:7d:6b:94:24:f5:c1 root@homer-0 The key's randomart image is: +--[ECDSA 256]---+ | . | | .E | | . . . ..| | . . o o. . .| | . o S o +o . | | + + o + .o | | = . + ... | | . . . ... | | . .. | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: e9:6d:b2:ce:65:c3:06:5d:25:e6:9f:e9:9d:26:da:19 root@homer-0 The key's randomart image is: +--[ED25519 256--+ | o . | | o o | | o | | o . . o | | S . + | | . + . ..| | o O E.o.| | . B .o = | | .+ . o | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS homer-0 ttyS0 homer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Sun, 12 Aug 2018 09:16:57 +0000. Up 134.34 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Sun, 12 Aug 2018 09:17:57 +0000. Up 195.05 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com gpg: no valid OpenPGP data found. + apt-get update 2018-08-12 09:18:19,317 - functest.core.singlevm - DEBUG - try 19: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-12 09:18:29,328 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:18:29,331 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:18:30,303 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:18: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-c44f0111-0dbf-4722-adb2-265fa2b7bebe x-compute-request-id: req-c44f0111-0dbf-4722-adb2-265fa2b7bebe Content-Encoding: gzip Content-Length: 1505 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:8c:69", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:8c:69", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:47:bc", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:47:bc", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/0d05f869-c182-4a19-86bf-4ac078c523fd", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:41.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "0d05f869-c182-4a19-86bf-4ac078c523fd", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:41Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "homer-0.clearwater.opnfv", "created": "2018-08-12T09:14:06Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:24:50", "version": 4, "addr": "192.168.0.22", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:24:50", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:35:db:99", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/1c9b6e42-b18c-407e-8d00-9077025769fd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1c9b6e42-b18c-407e-8d00-9077025769fd", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:39.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "1c9b6e42-b18c-407e-8d00-9077025769fd", "security_groups": [{"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:39Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "dime-0.clearwater.opnfv", "created": "2018-08-12T09:14:05Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:73:af", "version": 4, "addr": "192.168.0.17", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:73:af", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:b9:f2", "version": 4, "addr": "192.168.1.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:b9:f2", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:41.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:41Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "bono-0.clearwater.opnfv", "created": "2018-08-12T09:14:05Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:27:6c", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:27:6c", "version": 4, "addr": "172.30.9.216", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:82:86", "version": 4, "addr": "192.168.1.24", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/566a63cc-7490-4385-b2ac-bfb24030a031", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/566a63cc-7490-4385-b2ac-bfb24030a031", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:34.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "566a63cc-7490-4385-b2ac-bfb24030a031", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:34Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-12T09:14:04Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:9d:e5", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:9d:e5", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b4:d8:25", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/7a80620a-d807-4698-b6c3-7c140a7b5157", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/7a80620a-d807-4698-b6c3-7c140a7b5157", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:25.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "7a80620a-d807-4698-b6c3-7c140a7b5157", "security_groups": [{"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:25Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-12T09:14:04Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:ca:f6", "version": 4, "addr": "192.168.0.23", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:ca:f6", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/3544e1e5-febb-4596-964e-1a53f9d26ab6", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/3544e1e5-febb-4596-964e-1a53f9d26ab6", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:13:48.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "3544e1e5-febb-4596-964e-1a53f9d26ab6", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:13:48Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-12T09:12:11Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:77:d2", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:77:d2", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ac:00:39", "version": 4, "addr": "192.168.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/24234aa3-febc-4826-8d67-0c33e6f38782", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/24234aa3-febc-4826-8d67-0c33e6f38782", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:12:00.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "24234aa3-febc-4826-8d67-0c33e6f38782", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:12:00Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "ns.clearwater.opnfv", "created": "2018-08-12T09:10:20Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:18:30,303 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-c44f0111-0dbf-4722-adb2-265fa2b7bebe 2018-08-12 09:18:30,303 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.975462913513s 2018-08-12 09:18:30,304 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-c44f0111-0dbf-4722-adb2-265fa2b7bebe 2018-08-12 09:18:30,311 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-12 09:18:30,314 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd/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}d584eff3730be386f99aabb4bf64013d89965dc6" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 09:18:30,387 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:18: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-c3d446a1-3e9c-4aa0-8958-381ce1637915 x-compute-request-id: req-c3d446a1-3e9c-4aa0-8958-381ce1637915 Content-Encoding: gzip Content-Length: 10064 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 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] 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-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] 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] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\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 2 CPUs, 0 hotplug CPUs\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 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008016] Security Framework initialized\n[ 0.008913] AppArmor: AppArmor initialized\n[ 0.009837] Yama: becoming mindful.\n[ 0.010748] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.013325] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.015408] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.016006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.017778] Initializing cgroup subsys memory\n[ 0.018719] Initializing cgroup subsys devices\n[ 0.020003] Initializing cgroup subsys freezer\n[ 0.021086] Initializing cgroup subsys blkio\n[ 0.021991] Initializing cgroup subsys perf_event\n[ 0.022999] Initializing cgroup subsys hugetlb\n[ 0.024056] CPU: Physical Processor ID: 0\n[ 0.024946] FEATURE SPEC_CTRL Not Present\n[ 0.026471] mce: CPU supports 10 MCE banks\n[ 0.028035] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.028035] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.030137] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.031421] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.032003] Speculative Store Bypass: Vulnerable\n[ 0.033566] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000)\n[ 0.038566] ACPI: Core revision 20131115\n[ 0.040460] ACPI: All ACPI Tables successfully acquired\n[ 0.041709] ftrace: allocating 28727 entries in 113 pages\n[ 0.060291] Enabling x2apic\n[ 0.061073] Enabled x2apic\n[ 0.061964] Switched APIC routing to physical x2apic.\n[ 0.064919] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.066290] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.069066] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.076856] KVM setup paravirtual spinlock\n[ 0.079139] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.080155] x86: Booting SMP configuration:\n[ 0.081281] .... node #0, CPUs: #1[ 0.079106] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.096026] x86: Booted up 1 node, 2 CPUs\n[ 0.096018] KVM setup async PF for cpu 1\n[ 0.096020] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.099631] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.100348] devtmpfs: initialized\n[ 0.102632] EVM: security.selinux\n[ 0.104005] EVM: security.SMACK64\n[ 0.104954] EVM: security.ima\n[ 0.105920] EVM: security.capability\n[ 0.108118] pinctrl core: initialized pinctrl subsystem\n[ 0.109704] regulator-dummy: no parameters\n[ 0.110929] RTC time: 9:14:42, date: 08/12/18\n[ 0.112038] NET: Registered protocol family 16\n[ 0.113457] cpuidle: using governor ladder\n[ 0.114609] cpuidle: using governor menu\n[ 0.115850] ACPI: bus type PCI registered\n[ 0.116004] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.117746] PCI: Using configuration type 1 for base access\n[ 0.120038] bio: create slab at 0\n[ 0.121189] ACPI: Added _OSI(Module Device)\n[ 0.121189] ACPI: Added _OSI(Processor Device)\n[ 0.122213] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.124005] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.126110] ACPI: Interpreter enabled\n[ 0.127154] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.129830] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.132005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.134822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.136755] ACPI: (supports S0 S5)\n[ 0.137721] ACPI: Using IOAPIC for interrupt routing\n[ 0.139117] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.140200] ACPI: No dock devices found.\n[ 0.143264] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.144008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.145991] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.147946] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.148206] acpiphp: Slot [3] registered\n[ 0.149509] acpiphp: Slot [4] registered\n[ 0.150716] acpiphp: Slot [5] registered\n[ 0.151857] acpiphp: Slot [6] registered\n[ 0.152020] acpiphp: Slot [7] registered\n[ 0.153216] acpiphp: Slot [8] registered\n[ 0.154428] acpiphp: Slot [9] registered\n[ 0.155633] acpiphp: Slot [10] registered\n[ 0.156024] acpiphp: Slot [11] registered\n[ 0.157002] acpiphp: Slot [12] registered\n[ 0.157975] acpiphp: Slot [13] registered\n[ 0.158963] acpiphp: Slot [14] registered\n[ 0.159983] acpiphp: Slot [15] registered\n[ 0.160023] acpiphp: Slot [16] registered\n[ 0.160985] acpiphp: Slot [17] registered\n[ 0.161921] acpiphp: Slot [18] registered\n[ 0.162915] acpiphp: Slot [19] registered\n[ 0.163849] acpiphp: Slot [20] registered\n[ 0.164031] acpiphp: Slot [21] registered\n[ 0.164958] acpiphp: Slot [22] registered\n[ 0.165998] acpiphp: Slot [23] registered\n[ 0.166930] acpiphp: Slot [24] registered\n[ 0.167875] acpiphp: Slot [25] registered\n[ 0.168028] acpiphp: Slot [26] registered\n[ 0.168961] acpiphp: Slot [27] registered\n[ 0.169925] acpiphp: Slot [28] registered\n[ 0.170792] acpiphp: Slot [29] registered\n[ 0.171685] acpiphp: Slot [30] registered\n[ 0.172025] acpiphp: Slot [31] registered\n[ 0.172955] PCI host bridge to bus 0000:00\n[ 0.173880] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.175056] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.176004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.177251] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.178637] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.180006] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.186663] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.188013] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.215762] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.216865] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.218635] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.220322] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.221905] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.223587] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.224212] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.225252] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.227068] vgaarb: loaded\n[ 0.228003] vgaarb: bridge control possible 0000:00:02.0\n[ 0.229353] SCSI subsystem initialized\n[ 0.230422] ACPI: bus type USB registered\n[ 0.230422] usbcore: registered new interface driver usbfs\n[ 0.232012] usbcore: registered new interface driver hub\n[ 0.233326] usbcore: registered new device driver usb\n[ 0.233326] PCI: Using ACPI for IRQ routing\n[ 0.233326] NetLabel: Initializing\n[ 0.236006] NetLabel: domain hash size = 128\n[ 0.237063] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.238225] NetLabel: unlabeled traffic allowed by default\n[ 0.239575] Switched to clocksource kvm-clock\n[ 0.243616] AppArmor: AppArmor Filesystem Enabled\n[ 0.248321] pnp: PnP ACPI init\n[ 0.249466] ACPI: bus type PNP registered\n[ 0.251582] pnp: PnP ACPI: found 8 devices\n[ 0.252803] ACPI: bus type PNP unregistered\n[ 0.261343] NET: Registered protocol family 2\n[ 0.264264] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.266656] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.268553] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.270455] TCP: reno registered\n[ 0.271435] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.273178] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.275209] NET: Registered protocol family 1\n[ 0.276622] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.278372] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.279968] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.302269] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.325219] Trying to unpack rootfs image as initramfs...\n[ 0.418311] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.421287] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.423023] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.424607] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.427280] Scanning for low memory corruption every 60 seconds\n[ 0.429647] Initialise system trusted keyring\n[ 0.430835] audit: initializing netlink socket (disabled)\n[ 0.432157] type=2000 audit(1534065282.709:1): initialized\n[ 0.452031] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.454301] zbud: loaded\n[ 0.455252] VFS: Disk quotas dquot_6.5.2\n[ 0.456290] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.458115] fuse init (API version 7.22)\n[ 0.459227] msgmni has been set to 3997\n[ 0.460283] Key type big_key registered\n[ 0.461536] Key type asymmetric registered\n[ 0.462587] Asymmetric key parser 'x509' registered\n[ 0.463741] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.465576] io scheduler noop registered\n[ 0.466507] io scheduler deadline registered (default)\n[ 0.467638] io scheduler cfq registered\n[ 0.468678] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.469970] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.471482] ipmi message handler version 39.2\n[ 0.472595] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.474326] ACPI: Power Button [PWRF]\n[ 0.475394] GHES: HEST is not enabled!\n[ 0.497489] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.542062] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564583] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.566613] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590635] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593137] Linux agpgart interface v0.103\n[ 0.595007] brd: module loaded\n[ 0.596218] loop: module loaded\n[ 0.597375] blk-mq: CPU -> queue map\n[ 0.598285] CPU 0 -> Queue 0\n[ 0.599042] CPU 1 -> Queue 0\n[ 0.600473] vda: vda1\n[ 0.601881] scsi0 : ata_piix\n[ 0.602665] scsi1 : ata_piix\n[ 0.603381] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.604747] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.606311] libphy: Fixed MDIO Bus: probed\n[ 0.607293] tun: Universal TUN/TAP device driver, 1.6\n[ 0.608367] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.611003] PPP generic driver version 2.4.2\n[ 0.612023] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.613322] ehci-pci: EHCI PCI platform driver\n[ 0.614273] ehci-platform: EHCI generic platform driver\n[ 0.615386] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.616641] ohci-pci: OHCI PCI platform driver\n[ 0.617624] ohci-platform: OHCI generic platform driver\n[ 0.618701] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.640745] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.641845] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.643461] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.644695] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646020] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647550] usb usb1: Product: UHCI Host Controller\n[ 0.648565] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd\n[ 0.649920] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651116] hub 1-0:1.0: USB hub found\n[ 0.652166] hub 1-0:1.0: 2 ports detected\n[ 0.653393] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655673] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656701] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657858] mousedev: PS/2 mouse device common for all mice\n[ 0.659249] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.661121] rtc_cmos 00:00: RTC can wake from S4\n[ 0.662782] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.664550] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.666329] device-mapper: uevent: version 1.0.3\n[ 0.667736] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.670130] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.671824] TCP: cubic registered\n[ 0.672903] NET: Registered protocol family 10\n[ 0.674394] NET: Registered protocol family 17\n[ 0.675733] Key type dns_resolver registered\n[ 0.677151] Loading compiled-in X.509 certificates\n[ 0.679026] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0'\n[ 0.681691] registered taskstats version 1\n[ 0.692859] Key type trusted registered\n[ 0.696517] Key type encrypted registered\n[ 0.697497] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.698946] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.700888] regulator-dummy: disabling\n[ 0.701901] Magic number: 14:35:222\n[ 0.703011] rtc_cmos 00:00: setting system clock to 2018-08-12 09:14:43 UTC (1534065283)\n[ 0.704889] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.706135] EDD information not available.\n[ 0.761384] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000)\n[ 0.763225] Write protecting the kernel read-only data: 12288k\n[ 0.764990] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000)\n[ 0.767838] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.781703] systemd-udevd[107]: starting version 204\n[ 0.820635] FDC 0 is a S82078B\n[ 0.964059] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.124684] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.126110] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.127461] usb 1-1: Product: QEMU USB Tablet\n[ 1.128372] usb 1-1: Manufacturer: QEMU\n[ 1.129215] usb 1-1: SerialNumber: 42\n[ 1.420090] tsc: Refined TSC clocksource calibration: 3491.877 MHz\n[ 1.845302] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.096165] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.184699] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n[ 2.283393] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sun, 12 Aug 2018 09:14:45 +0000. Up 2.66 seconds.\ncloud-init-nonet[2.85]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting cold plug devices[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\ncloud-init-nonet[9.46]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sun, 12 Aug 2018 09:14:52 +0000. Up 9.59 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:f8:47:bc |\nci-info: | eth0 | True | 192.168.0.6 | 255.255.255.0 | fa:16:3e:a0:8c:69 |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.2 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\n9e:9e:9f:8d:3a:a6:9c:55:48:62:37:40:24:56:bf:96 root@homer-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| o+= |\n| . . o |\n| o = |\n| . + = |\n| E . |\n| o o |\n| + |\n| . +o. + |\n| +o+++ . |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\nf5:82:85:56:b7:31:ca:0c:a6:5a:c4:22:5d:9b:95:f7 root@homer-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| . oo +.. + |\n| . o..*.*.o + |\n| . .= o.*.. |\n| o . + .E |\n| . S . . |\n| . |\n| |\n| |\n| |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\nae:94:d0:9e:d4:d7:5a:03:f2:3e:7d:6b:94:24:f5:c1 root@homer-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| . |\n| .E |\n| . . . ..|\n| . . o o. . .|\n| . o S o +o . |\n| + + o + .o |\n| = . + ... |\n| . . . ... |\n| . .. |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\ne9:6d:b2:ce:65:c3:06:5d:25:e6:9f:e9:9d:26:da:19 root@homer-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| o . |\n| o o |\n| o |\n| o . . o |\n| S . + |\n| . + . ..|\n| o O E.o.|\n| . B .o = |\n| .+ . o |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS homer-0 ttyS0\n\nhomer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Sun, 12 Aug 2018 09:16:57 +0000. Up 134.34 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Sun, 12 Aug 2018 09:17:57 +0000. Up 195.05 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com\ngpg: no valid OpenPGP data found.\n+ apt-get update\n"} 2018-08-12 09:18:30,388 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd/action used request id req-c3d446a1-3e9c-4aa0-8958-381ce1637915 2018-08-12 09:18:30,388 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0771548748016s 2018-08-12 09:18:30,389 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd/action used request id req-c3d446a1-3e9c-4aa0-8958-381ce1637915 2018-08-12 09:18:30,390 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-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] 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-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] 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] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 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 2 CPUs, 0 hotplug CPUs [ 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 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008016] Security Framework initialized [ 0.008913] AppArmor: AppArmor initialized [ 0.009837] Yama: becoming mindful. [ 0.010748] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.013325] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.015408] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.016006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.017778] Initializing cgroup subsys memory [ 0.018719] Initializing cgroup subsys devices [ 0.020003] Initializing cgroup subsys freezer [ 0.021086] Initializing cgroup subsys blkio [ 0.021991] Initializing cgroup subsys perf_event [ 0.022999] Initializing cgroup subsys hugetlb [ 0.024056] CPU: Physical Processor ID: 0 [ 0.024946] FEATURE SPEC_CTRL Not Present [ 0.026471] mce: CPU supports 10 MCE banks [ 0.028035] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.028035] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.030137] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.031421] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.032003] Speculative Store Bypass: Vulnerable [ 0.033566] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000) [ 0.038566] ACPI: Core revision 20131115 [ 0.040460] ACPI: All ACPI Tables successfully acquired [ 0.041709] ftrace: allocating 28727 entries in 113 pages [ 0.060291] Enabling x2apic [ 0.061073] Enabled x2apic [ 0.061964] Switched APIC routing to physical x2apic. [ 0.064919] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.066290] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.069066] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.076856] KVM setup paravirtual spinlock [ 0.079139] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.080155] x86: Booting SMP configuration: [ 0.081281] .... node #0, CPUs: #1[ 0.079106] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.096026] x86: Booted up 1 node, 2 CPUs [ 0.096018] KVM setup async PF for cpu 1 [ 0.096020] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.099631] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.100348] devtmpfs: initialized [ 0.102632] EVM: security.selinux [ 0.104005] EVM: security.SMACK64 [ 0.104954] EVM: security.ima [ 0.105920] EVM: security.capability [ 0.108118] pinctrl core: initialized pinctrl subsystem [ 0.109704] regulator-dummy: no parameters [ 0.110929] RTC time: 9:14:42, date: 08/12/18 [ 0.112038] NET: Registered protocol family 16 [ 0.113457] cpuidle: using governor ladder [ 0.114609] cpuidle: using governor menu [ 0.115850] ACPI: bus type PCI registered [ 0.116004] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.117746] PCI: Using configuration type 1 for base access [ 0.120038] bio: create slab at 0 [ 0.121189] ACPI: Added _OSI(Module Device) [ 0.121189] ACPI: Added _OSI(Processor Device) [ 0.122213] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.124005] ACPI: Added _OSI(Processor Aggregator Device) [ 0.126110] ACPI: Interpreter enabled [ 0.127154] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.129830] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.132005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.134822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.136755] ACPI: (supports S0 S5) [ 0.137721] ACPI: Using IOAPIC for interrupt routing [ 0.139117] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.140200] ACPI: No dock devices found. [ 0.143264] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.144008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.145991] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.147946] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.148206] acpiphp: Slot [3] registered [ 0.149509] acpiphp: Slot [4] registered [ 0.150716] acpiphp: Slot [5] registered [ 0.151857] acpiphp: Slot [6] registered [ 0.152020] acpiphp: Slot [7] registered [ 0.153216] acpiphp: Slot [8] registered [ 0.154428] acpiphp: Slot [9] registered [ 0.155633] acpiphp: Slot [10] registered [ 0.156024] acpiphp: Slot [11] registered [ 0.157002] acpiphp: Slot [12] registered [ 0.157975] acpiphp: Slot [13] registered [ 0.158963] acpiphp: Slot [14] registered [ 0.159983] acpiphp: Slot [15] registered [ 0.160023] acpiphp: Slot [16] registered [ 0.160985] acpiphp: Slot [17] registered [ 0.161921] acpiphp: Slot [18] registered [ 0.162915] acpiphp: Slot [19] registered [ 0.163849] acpiphp: Slot [20] registered [ 0.164031] acpiphp: Slot [21] registered [ 0.164958] acpiphp: Slot [22] registered [ 0.165998] acpiphp: Slot [23] registered [ 0.166930] acpiphp: Slot [24] registered [ 0.167875] acpiphp: Slot [25] registered [ 0.168028] acpiphp: Slot [26] registered [ 0.168961] acpiphp: Slot [27] registered [ 0.169925] acpiphp: Slot [28] registered [ 0.170792] acpiphp: Slot [29] registered [ 0.171685] acpiphp: Slot [30] registered [ 0.172025] acpiphp: Slot [31] registered [ 0.172955] PCI host bridge to bus 0000:00 [ 0.173880] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.175056] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.176004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.177251] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.178637] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.180006] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.186663] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.188013] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.215762] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.216865] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.218635] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.220322] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.221905] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.223587] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.224212] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.225252] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.227068] vgaarb: loaded [ 0.228003] vgaarb: bridge control possible 0000:00:02.0 [ 0.229353] SCSI subsystem initialized [ 0.230422] ACPI: bus type USB registered [ 0.230422] usbcore: registered new interface driver usbfs [ 0.232012] usbcore: registered new interface driver hub [ 0.233326] usbcore: registered new device driver usb [ 0.233326] PCI: Using ACPI for IRQ routing [ 0.233326] NetLabel: Initializing [ 0.236006] NetLabel: domain hash size = 128 [ 0.237063] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.238225] NetLabel: unlabeled traffic allowed by default [ 0.239575] Switched to clocksource kvm-clock [ 0.243616] AppArmor: AppArmor Filesystem Enabled [ 0.248321] pnp: PnP ACPI init [ 0.249466] ACPI: bus type PNP registered [ 0.251582] pnp: PnP ACPI: found 8 devices [ 0.252803] ACPI: bus type PNP unregistered [ 0.261343] NET: Registered protocol family 2 [ 0.264264] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.266656] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.268553] TCP: Hash tables configured (established 16384 bind 16384) [ 0.270455] TCP: reno registered [ 0.271435] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.273178] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.275209] NET: Registered protocol family 1 [ 0.276622] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.278372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.279968] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.302269] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.325219] Trying to unpack rootfs image as initramfs... [ 0.418311] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.421287] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.423023] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.424607] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.427280] Scanning for low memory corruption every 60 seconds [ 0.429647] Initialise system trusted keyring [ 0.430835] audit: initializing netlink socket (disabled) [ 0.432157] type=2000 audit(1534065282.709:1): initialized [ 0.452031] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.454301] zbud: loaded [ 0.455252] VFS: Disk quotas dquot_6.5.2 [ 0.456290] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.458115] fuse init (API version 7.22) [ 0.459227] msgmni has been set to 3997 [ 0.460283] Key type big_key registered [ 0.461536] Key type asymmetric registered [ 0.462587] Asymmetric key parser 'x509' registered [ 0.463741] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.465576] io scheduler noop registered [ 0.466507] io scheduler deadline registered (default) [ 0.467638] io scheduler cfq registered [ 0.468678] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.469970] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.471482] ipmi message handler version 39.2 [ 0.472595] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.474326] ACPI: Power Button [PWRF] [ 0.475394] GHES: HEST is not enabled! [ 0.497489] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.542062] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.564583] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.566613] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.590635] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.593137] Linux agpgart interface v0.103 [ 0.595007] brd: module loaded [ 0.596218] loop: module loaded [ 0.597375] blk-mq: CPU -> queue map [ 0.598285] CPU 0 -> Queue 0 [ 0.599042] CPU 1 -> Queue 0 [ 0.600473] vda: vda1 [ 0.601881] scsi0 : ata_piix [ 0.602665] scsi1 : ata_piix [ 0.603381] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.604747] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.606311] libphy: Fixed MDIO Bus: probed [ 0.607293] tun: Universal TUN/TAP device driver, 1.6 [ 0.608367] tun: (C) 1999-2004 Max Krasnyansky [ 0.611003] PPP generic driver version 2.4.2 [ 0.612023] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.613322] ehci-pci: EHCI PCI platform driver [ 0.614273] ehci-platform: EHCI generic platform driver [ 0.615386] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.616641] ohci-pci: OHCI PCI platform driver [ 0.617624] ohci-platform: OHCI generic platform driver [ 0.618701] uhci_hcd: USB Universal Host Controller Interface driver [ 0.640745] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.641845] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.643461] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.644695] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.646020] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.647550] usb usb1: Product: UHCI Host Controller [ 0.648565] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd [ 0.649920] usb usb1: SerialNumber: 0000:00:01.2 [ 0.651116] hub 1-0:1.0: USB hub found [ 0.652166] hub 1-0:1.0: 2 ports detected [ 0.653393] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.655673] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.656701] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.657858] mousedev: PS/2 mouse device common for all mice [ 0.659249] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.661121] rtc_cmos 00:00: RTC can wake from S4 [ 0.662782] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.664550] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.666329] device-mapper: uevent: version 1.0.3 [ 0.667736] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.670130] ledtrig-cpu: registered to indicate activity on CPUs [ 0.671824] TCP: cubic registered [ 0.672903] NET: Registered protocol family 10 [ 0.674394] NET: Registered protocol family 17 [ 0.675733] Key type dns_resolver registered [ 0.677151] Loading compiled-in X.509 certificates [ 0.679026] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0' [ 0.681691] registered taskstats version 1 [ 0.692859] Key type trusted registered [ 0.696517] Key type encrypted registered [ 0.697497] AppArmor: AppArmor sha1 policy hashing enabled [ 0.698946] IMA: No TPM chip found, activating TPM-bypass! [ 0.700888] regulator-dummy: disabling [ 0.701901] Magic number: 14:35:222 [ 0.703011] rtc_cmos 00:00: setting system clock to 2018-08-12 09:14:43 UTC (1534065283) [ 0.704889] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.706135] EDD information not available. [ 0.761384] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000) [ 0.763225] Write protecting the kernel read-only data: 12288k [ 0.764990] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000) [ 0.767838] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.781703] systemd-udevd[107]: starting version 204 [ 0.820635] FDC 0 is a S82078B [ 0.964059] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.124684] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.126110] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.127461] usb 1-1: Product: QEMU USB Tablet [ 1.128372] usb 1-1: Manufacturer: QEMU [ 1.129215] usb 1-1: SerialNumber: 42 [ 1.420090] tsc: Refined TSC clocksource calibration: 3491.877 MHz [ 1.845302] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.096165] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.184699] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] [ 2.283393] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sun, 12 Aug 2018 09:14:45 +0000. Up 2.66 seconds. cloud-init-nonet[2.85]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting cold plug devices[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] cloud-init-nonet[9.46]: static networking is now up * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sun, 12 Aug 2018 09:14:52 +0000. Up 9.59 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:f8:47:bc | ci-info: | eth0 | True | 192.168.0.6 | 255.255.255.0 | fa:16:3e:a0:8c:69 | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.2 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: 9e:9e:9f:8d:3a:a6:9c:55:48:62:37:40:24:56:bf:96 root@homer-0 The key's randomart image is: +--[ RSA 2048]----+ | o+= | | . . o | | o = | | . + = | | E . | | o o | | + | | . +o. + | | +o+++ . | +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: f5:82:85:56:b7:31:ca:0c:a6:5a:c4:22:5d:9b:95:f7 root@homer-0 The key's randomart image is: +--[ DSA 1024]----+ | . oo +.. + | | . o..*.*.o + | | . .= o.*.. | | o . + .E | | . S . . | | . | | | | | | | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: ae:94:d0:9e:d4:d7:5a:03:f2:3e:7d:6b:94:24:f5:c1 root@homer-0 The key's randomart image is: +--[ECDSA 256]---+ | . | | .E | | . . . ..| | . . o o. . .| | . o S o +o . | | + + o + .o | | = . + ... | | . . . ... | | . .. | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: e9:6d:b2:ce:65:c3:06:5d:25:e6:9f:e9:9d:26:da:19 root@homer-0 The key's randomart image is: +--[ED25519 256--+ | o . | | o o | | o | | o . . o | | S . + | | . + . ..| | o O E.o.| | . B .o = | | .+ . o | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS homer-0 ttyS0 homer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Sun, 12 Aug 2018 09:16:57 +0000. Up 134.34 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Sun, 12 Aug 2018 09:17:57 +0000. Up 195.05 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com gpg: no valid OpenPGP data found. + apt-get update 2018-08-12 09:18:30,390 - functest.core.singlevm - DEBUG - try 20: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-12 09:18:40,401 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:18:40,404 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:18:41,197 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:18: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-8cff0dde-adfb-47c2-9104-bb0e6c5546a0 x-compute-request-id: req-8cff0dde-adfb-47c2-9104-bb0e6c5546a0 Content-Encoding: gzip Content-Length: 1505 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:8c:69", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:8c:69", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:47:bc", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:47:bc", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/0d05f869-c182-4a19-86bf-4ac078c523fd", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:41.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "0d05f869-c182-4a19-86bf-4ac078c523fd", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:41Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "homer-0.clearwater.opnfv", "created": "2018-08-12T09:14:06Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:24:50", "version": 4, "addr": "192.168.0.22", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:24:50", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:35:db:99", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/1c9b6e42-b18c-407e-8d00-9077025769fd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1c9b6e42-b18c-407e-8d00-9077025769fd", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:39.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "1c9b6e42-b18c-407e-8d00-9077025769fd", "security_groups": [{"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:39Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "dime-0.clearwater.opnfv", "created": "2018-08-12T09:14:05Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:73:af", "version": 4, "addr": "192.168.0.17", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:73:af", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:b9:f2", "version": 4, "addr": "192.168.1.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:b9:f2", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:41.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:41Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "bono-0.clearwater.opnfv", "created": "2018-08-12T09:14:05Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:27:6c", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:27:6c", "version": 4, "addr": "172.30.9.216", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:82:86", "version": 4, "addr": "192.168.1.24", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/566a63cc-7490-4385-b2ac-bfb24030a031", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/566a63cc-7490-4385-b2ac-bfb24030a031", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:34.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "566a63cc-7490-4385-b2ac-bfb24030a031", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:34Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-12T09:14:04Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:9d:e5", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:9d:e5", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b4:d8:25", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/7a80620a-d807-4698-b6c3-7c140a7b5157", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/7a80620a-d807-4698-b6c3-7c140a7b5157", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:25.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "7a80620a-d807-4698-b6c3-7c140a7b5157", "security_groups": [{"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:25Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-12T09:14:04Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:ca:f6", "version": 4, "addr": "192.168.0.23", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:ca:f6", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/3544e1e5-febb-4596-964e-1a53f9d26ab6", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/3544e1e5-febb-4596-964e-1a53f9d26ab6", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:13:48.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "3544e1e5-febb-4596-964e-1a53f9d26ab6", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:13:48Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-12T09:12:11Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:77:d2", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:77:d2", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ac:00:39", "version": 4, "addr": "192.168.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/24234aa3-febc-4826-8d67-0c33e6f38782", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/24234aa3-febc-4826-8d67-0c33e6f38782", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:12:00.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "24234aa3-febc-4826-8d67-0c33e6f38782", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:12:00Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "ns.clearwater.opnfv", "created": "2018-08-12T09:10:20Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:18:41,198 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-8cff0dde-adfb-47c2-9104-bb0e6c5546a0 2018-08-12 09:18:41,198 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.796386957169s 2018-08-12 09:18:41,198 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-8cff0dde-adfb-47c2-9104-bb0e6c5546a0 2018-08-12 09:18:41,206 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-12 09:18:41,208 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd/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}d584eff3730be386f99aabb4bf64013d89965dc6" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 09:18:41,320 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:18: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-9cd86077-71cf-4d49-87cd-059d7a7a246b x-compute-request-id: req-9cd86077-71cf-4d49-87cd-059d7a7a246b Content-Encoding: gzip Content-Length: 10064 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 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] 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-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] 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] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\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 2 CPUs, 0 hotplug CPUs\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 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008016] Security Framework initialized\n[ 0.008913] AppArmor: AppArmor initialized\n[ 0.009837] Yama: becoming mindful.\n[ 0.010748] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.013325] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.015408] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.016006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.017778] Initializing cgroup subsys memory\n[ 0.018719] Initializing cgroup subsys devices\n[ 0.020003] Initializing cgroup subsys freezer\n[ 0.021086] Initializing cgroup subsys blkio\n[ 0.021991] Initializing cgroup subsys perf_event\n[ 0.022999] Initializing cgroup subsys hugetlb\n[ 0.024056] CPU: Physical Processor ID: 0\n[ 0.024946] FEATURE SPEC_CTRL Not Present\n[ 0.026471] mce: CPU supports 10 MCE banks\n[ 0.028035] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.028035] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.030137] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.031421] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.032003] Speculative Store Bypass: Vulnerable\n[ 0.033566] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000)\n[ 0.038566] ACPI: Core revision 20131115\n[ 0.040460] ACPI: All ACPI Tables successfully acquired\n[ 0.041709] ftrace: allocating 28727 entries in 113 pages\n[ 0.060291] Enabling x2apic\n[ 0.061073] Enabled x2apic\n[ 0.061964] Switched APIC routing to physical x2apic.\n[ 0.064919] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.066290] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.069066] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.076856] KVM setup paravirtual spinlock\n[ 0.079139] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.080155] x86: Booting SMP configuration:\n[ 0.081281] .... node #0, CPUs: #1[ 0.079106] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.096026] x86: Booted up 1 node, 2 CPUs\n[ 0.096018] KVM setup async PF for cpu 1\n[ 0.096020] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.099631] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.100348] devtmpfs: initialized\n[ 0.102632] EVM: security.selinux\n[ 0.104005] EVM: security.SMACK64\n[ 0.104954] EVM: security.ima\n[ 0.105920] EVM: security.capability\n[ 0.108118] pinctrl core: initialized pinctrl subsystem\n[ 0.109704] regulator-dummy: no parameters\n[ 0.110929] RTC time: 9:14:42, date: 08/12/18\n[ 0.112038] NET: Registered protocol family 16\n[ 0.113457] cpuidle: using governor ladder\n[ 0.114609] cpuidle: using governor menu\n[ 0.115850] ACPI: bus type PCI registered\n[ 0.116004] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.117746] PCI: Using configuration type 1 for base access\n[ 0.120038] bio: create slab at 0\n[ 0.121189] ACPI: Added _OSI(Module Device)\n[ 0.121189] ACPI: Added _OSI(Processor Device)\n[ 0.122213] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.124005] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.126110] ACPI: Interpreter enabled\n[ 0.127154] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.129830] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.132005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.134822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.136755] ACPI: (supports S0 S5)\n[ 0.137721] ACPI: Using IOAPIC for interrupt routing\n[ 0.139117] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.140200] ACPI: No dock devices found.\n[ 0.143264] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.144008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.145991] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.147946] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.148206] acpiphp: Slot [3] registered\n[ 0.149509] acpiphp: Slot [4] registered\n[ 0.150716] acpiphp: Slot [5] registered\n[ 0.151857] acpiphp: Slot [6] registered\n[ 0.152020] acpiphp: Slot [7] registered\n[ 0.153216] acpiphp: Slot [8] registered\n[ 0.154428] acpiphp: Slot [9] registered\n[ 0.155633] acpiphp: Slot [10] registered\n[ 0.156024] acpiphp: Slot [11] registered\n[ 0.157002] acpiphp: Slot [12] registered\n[ 0.157975] acpiphp: Slot [13] registered\n[ 0.158963] acpiphp: Slot [14] registered\n[ 0.159983] acpiphp: Slot [15] registered\n[ 0.160023] acpiphp: Slot [16] registered\n[ 0.160985] acpiphp: Slot [17] registered\n[ 0.161921] acpiphp: Slot [18] registered\n[ 0.162915] acpiphp: Slot [19] registered\n[ 0.163849] acpiphp: Slot [20] registered\n[ 0.164031] acpiphp: Slot [21] registered\n[ 0.164958] acpiphp: Slot [22] registered\n[ 0.165998] acpiphp: Slot [23] registered\n[ 0.166930] acpiphp: Slot [24] registered\n[ 0.167875] acpiphp: Slot [25] registered\n[ 0.168028] acpiphp: Slot [26] registered\n[ 0.168961] acpiphp: Slot [27] registered\n[ 0.169925] acpiphp: Slot [28] registered\n[ 0.170792] acpiphp: Slot [29] registered\n[ 0.171685] acpiphp: Slot [30] registered\n[ 0.172025] acpiphp: Slot [31] registered\n[ 0.172955] PCI host bridge to bus 0000:00\n[ 0.173880] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.175056] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.176004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.177251] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.178637] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.180006] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.186663] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.188013] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.215762] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.216865] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.218635] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.220322] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.221905] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.223587] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.224212] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.225252] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.227068] vgaarb: loaded\n[ 0.228003] vgaarb: bridge control possible 0000:00:02.0\n[ 0.229353] SCSI subsystem initialized\n[ 0.230422] ACPI: bus type USB registered\n[ 0.230422] usbcore: registered new interface driver usbfs\n[ 0.232012] usbcore: registered new interface driver hub\n[ 0.233326] usbcore: registered new device driver usb\n[ 0.233326] PCI: Using ACPI for IRQ routing\n[ 0.233326] NetLabel: Initializing\n[ 0.236006] NetLabel: domain hash size = 128\n[ 0.237063] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.238225] NetLabel: unlabeled traffic allowed by default\n[ 0.239575] Switched to clocksource kvm-clock\n[ 0.243616] AppArmor: AppArmor Filesystem Enabled\n[ 0.248321] pnp: PnP ACPI init\n[ 0.249466] ACPI: bus type PNP registered\n[ 0.251582] pnp: PnP ACPI: found 8 devices\n[ 0.252803] ACPI: bus type PNP unregistered\n[ 0.261343] NET: Registered protocol family 2\n[ 0.264264] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.266656] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.268553] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.270455] TCP: reno registered\n[ 0.271435] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.273178] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.275209] NET: Registered protocol family 1\n[ 0.276622] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.278372] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.279968] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.302269] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.325219] Trying to unpack rootfs image as initramfs...\n[ 0.418311] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.421287] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.423023] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.424607] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.427280] Scanning for low memory corruption every 60 seconds\n[ 0.429647] Initialise system trusted keyring\n[ 0.430835] audit: initializing netlink socket (disabled)\n[ 0.432157] type=2000 audit(1534065282.709:1): initialized\n[ 0.452031] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.454301] zbud: loaded\n[ 0.455252] VFS: Disk quotas dquot_6.5.2\n[ 0.456290] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.458115] fuse init (API version 7.22)\n[ 0.459227] msgmni has been set to 3997\n[ 0.460283] Key type big_key registered\n[ 0.461536] Key type asymmetric registered\n[ 0.462587] Asymmetric key parser 'x509' registered\n[ 0.463741] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.465576] io scheduler noop registered\n[ 0.466507] io scheduler deadline registered (default)\n[ 0.467638] io scheduler cfq registered\n[ 0.468678] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.469970] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.471482] ipmi message handler version 39.2\n[ 0.472595] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.474326] ACPI: Power Button [PWRF]\n[ 0.475394] GHES: HEST is not enabled!\n[ 0.497489] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.542062] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564583] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.566613] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590635] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593137] Linux agpgart interface v0.103\n[ 0.595007] brd: module loaded\n[ 0.596218] loop: module loaded\n[ 0.597375] blk-mq: CPU -> queue map\n[ 0.598285] CPU 0 -> Queue 0\n[ 0.599042] CPU 1 -> Queue 0\n[ 0.600473] vda: vda1\n[ 0.601881] scsi0 : ata_piix\n[ 0.602665] scsi1 : ata_piix\n[ 0.603381] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.604747] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.606311] libphy: Fixed MDIO Bus: probed\n[ 0.607293] tun: Universal TUN/TAP device driver, 1.6\n[ 0.608367] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.611003] PPP generic driver version 2.4.2\n[ 0.612023] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.613322] ehci-pci: EHCI PCI platform driver\n[ 0.614273] ehci-platform: EHCI generic platform driver\n[ 0.615386] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.616641] ohci-pci: OHCI PCI platform driver\n[ 0.617624] ohci-platform: OHCI generic platform driver\n[ 0.618701] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.640745] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.641845] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.643461] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.644695] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646020] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647550] usb usb1: Product: UHCI Host Controller\n[ 0.648565] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd\n[ 0.649920] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651116] hub 1-0:1.0: USB hub found\n[ 0.652166] hub 1-0:1.0: 2 ports detected\n[ 0.653393] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655673] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656701] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657858] mousedev: PS/2 mouse device common for all mice\n[ 0.659249] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.661121] rtc_cmos 00:00: RTC can wake from S4\n[ 0.662782] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.664550] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.666329] device-mapper: uevent: version 1.0.3\n[ 0.667736] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.670130] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.671824] TCP: cubic registered\n[ 0.672903] NET: Registered protocol family 10\n[ 0.674394] NET: Registered protocol family 17\n[ 0.675733] Key type dns_resolver registered\n[ 0.677151] Loading compiled-in X.509 certificates\n[ 0.679026] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0'\n[ 0.681691] registered taskstats version 1\n[ 0.692859] Key type trusted registered\n[ 0.696517] Key type encrypted registered\n[ 0.697497] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.698946] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.700888] regulator-dummy: disabling\n[ 0.701901] Magic number: 14:35:222\n[ 0.703011] rtc_cmos 00:00: setting system clock to 2018-08-12 09:14:43 UTC (1534065283)\n[ 0.704889] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.706135] EDD information not available.\n[ 0.761384] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000)\n[ 0.763225] Write protecting the kernel read-only data: 12288k\n[ 0.764990] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000)\n[ 0.767838] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.781703] systemd-udevd[107]: starting version 204\n[ 0.820635] FDC 0 is a S82078B\n[ 0.964059] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.124684] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.126110] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.127461] usb 1-1: Product: QEMU USB Tablet\n[ 1.128372] usb 1-1: Manufacturer: QEMU\n[ 1.129215] usb 1-1: SerialNumber: 42\n[ 1.420090] tsc: Refined TSC clocksource calibration: 3491.877 MHz\n[ 1.845302] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.096165] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.184699] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n[ 2.283393] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sun, 12 Aug 2018 09:14:45 +0000. Up 2.66 seconds.\ncloud-init-nonet[2.85]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting cold plug devices[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\ncloud-init-nonet[9.46]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sun, 12 Aug 2018 09:14:52 +0000. Up 9.59 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:f8:47:bc |\nci-info: | eth0 | True | 192.168.0.6 | 255.255.255.0 | fa:16:3e:a0:8c:69 |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.2 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\n9e:9e:9f:8d:3a:a6:9c:55:48:62:37:40:24:56:bf:96 root@homer-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| o+= |\n| . . o |\n| o = |\n| . + = |\n| E . |\n| o o |\n| + |\n| . +o. + |\n| +o+++ . |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\nf5:82:85:56:b7:31:ca:0c:a6:5a:c4:22:5d:9b:95:f7 root@homer-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| . oo +.. + |\n| . o..*.*.o + |\n| . .= o.*.. |\n| o . + .E |\n| . S . . |\n| . |\n| |\n| |\n| |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\nae:94:d0:9e:d4:d7:5a:03:f2:3e:7d:6b:94:24:f5:c1 root@homer-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| . |\n| .E |\n| . . . ..|\n| . . o o. . .|\n| . o S o +o . |\n| + + o + .o |\n| = . + ... |\n| . . . ... |\n| . .. |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\ne9:6d:b2:ce:65:c3:06:5d:25:e6:9f:e9:9d:26:da:19 root@homer-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| o . |\n| o o |\n| o |\n| o . . o |\n| S . + |\n| . + . ..|\n| o O E.o.|\n| . B .o = |\n| .+ . o |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS homer-0 ttyS0\n\nhomer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Sun, 12 Aug 2018 09:16:57 +0000. Up 134.34 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Sun, 12 Aug 2018 09:17:57 +0000. Up 195.05 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com\ngpg: no valid OpenPGP data found.\n+ apt-get update\n"} 2018-08-12 09:18:41,321 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd/action used request id req-9cd86077-71cf-4d49-87cd-059d7a7a246b 2018-08-12 09:18:41,322 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.115873098373s 2018-08-12 09:18:41,322 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd/action used request id req-9cd86077-71cf-4d49-87cd-059d7a7a246b 2018-08-12 09:18:41,323 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-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] 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-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] 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] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 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 2 CPUs, 0 hotplug CPUs [ 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 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008016] Security Framework initialized [ 0.008913] AppArmor: AppArmor initialized [ 0.009837] Yama: becoming mindful. [ 0.010748] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.013325] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.015408] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.016006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.017778] Initializing cgroup subsys memory [ 0.018719] Initializing cgroup subsys devices [ 0.020003] Initializing cgroup subsys freezer [ 0.021086] Initializing cgroup subsys blkio [ 0.021991] Initializing cgroup subsys perf_event [ 0.022999] Initializing cgroup subsys hugetlb [ 0.024056] CPU: Physical Processor ID: 0 [ 0.024946] FEATURE SPEC_CTRL Not Present [ 0.026471] mce: CPU supports 10 MCE banks [ 0.028035] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.028035] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.030137] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.031421] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.032003] Speculative Store Bypass: Vulnerable [ 0.033566] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000) [ 0.038566] ACPI: Core revision 20131115 [ 0.040460] ACPI: All ACPI Tables successfully acquired [ 0.041709] ftrace: allocating 28727 entries in 113 pages [ 0.060291] Enabling x2apic [ 0.061073] Enabled x2apic [ 0.061964] Switched APIC routing to physical x2apic. [ 0.064919] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.066290] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.069066] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.076856] KVM setup paravirtual spinlock [ 0.079139] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.080155] x86: Booting SMP configuration: [ 0.081281] .... node #0, CPUs: #1[ 0.079106] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.096026] x86: Booted up 1 node, 2 CPUs [ 0.096018] KVM setup async PF for cpu 1 [ 0.096020] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.099631] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.100348] devtmpfs: initialized [ 0.102632] EVM: security.selinux [ 0.104005] EVM: security.SMACK64 [ 0.104954] EVM: security.ima [ 0.105920] EVM: security.capability [ 0.108118] pinctrl core: initialized pinctrl subsystem [ 0.109704] regulator-dummy: no parameters [ 0.110929] RTC time: 9:14:42, date: 08/12/18 [ 0.112038] NET: Registered protocol family 16 [ 0.113457] cpuidle: using governor ladder [ 0.114609] cpuidle: using governor menu [ 0.115850] ACPI: bus type PCI registered [ 0.116004] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.117746] PCI: Using configuration type 1 for base access [ 0.120038] bio: create slab at 0 [ 0.121189] ACPI: Added _OSI(Module Device) [ 0.121189] ACPI: Added _OSI(Processor Device) [ 0.122213] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.124005] ACPI: Added _OSI(Processor Aggregator Device) [ 0.126110] ACPI: Interpreter enabled [ 0.127154] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.129830] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.132005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.134822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.136755] ACPI: (supports S0 S5) [ 0.137721] ACPI: Using IOAPIC for interrupt routing [ 0.139117] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.140200] ACPI: No dock devices found. [ 0.143264] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.144008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.145991] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.147946] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.148206] acpiphp: Slot [3] registered [ 0.149509] acpiphp: Slot [4] registered [ 0.150716] acpiphp: Slot [5] registered [ 0.151857] acpiphp: Slot [6] registered [ 0.152020] acpiphp: Slot [7] registered [ 0.153216] acpiphp: Slot [8] registered [ 0.154428] acpiphp: Slot [9] registered [ 0.155633] acpiphp: Slot [10] registered [ 0.156024] acpiphp: Slot [11] registered [ 0.157002] acpiphp: Slot [12] registered [ 0.157975] acpiphp: Slot [13] registered [ 0.158963] acpiphp: Slot [14] registered [ 0.159983] acpiphp: Slot [15] registered [ 0.160023] acpiphp: Slot [16] registered [ 0.160985] acpiphp: Slot [17] registered [ 0.161921] acpiphp: Slot [18] registered [ 0.162915] acpiphp: Slot [19] registered [ 0.163849] acpiphp: Slot [20] registered [ 0.164031] acpiphp: Slot [21] registered [ 0.164958] acpiphp: Slot [22] registered [ 0.165998] acpiphp: Slot [23] registered [ 0.166930] acpiphp: Slot [24] registered [ 0.167875] acpiphp: Slot [25] registered [ 0.168028] acpiphp: Slot [26] registered [ 0.168961] acpiphp: Slot [27] registered [ 0.169925] acpiphp: Slot [28] registered [ 0.170792] acpiphp: Slot [29] registered [ 0.171685] acpiphp: Slot [30] registered [ 0.172025] acpiphp: Slot [31] registered [ 0.172955] PCI host bridge to bus 0000:00 [ 0.173880] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.175056] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.176004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.177251] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.178637] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.180006] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.186663] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.188013] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.215762] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.216865] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.218635] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.220322] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.221905] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.223587] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.224212] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.225252] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.227068] vgaarb: loaded [ 0.228003] vgaarb: bridge control possible 0000:00:02.0 [ 0.229353] SCSI subsystem initialized [ 0.230422] ACPI: bus type USB registered [ 0.230422] usbcore: registered new interface driver usbfs [ 0.232012] usbcore: registered new interface driver hub [ 0.233326] usbcore: registered new device driver usb [ 0.233326] PCI: Using ACPI for IRQ routing [ 0.233326] NetLabel: Initializing [ 0.236006] NetLabel: domain hash size = 128 [ 0.237063] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.238225] NetLabel: unlabeled traffic allowed by default [ 0.239575] Switched to clocksource kvm-clock [ 0.243616] AppArmor: AppArmor Filesystem Enabled [ 0.248321] pnp: PnP ACPI init [ 0.249466] ACPI: bus type PNP registered [ 0.251582] pnp: PnP ACPI: found 8 devices [ 0.252803] ACPI: bus type PNP unregistered [ 0.261343] NET: Registered protocol family 2 [ 0.264264] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.266656] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.268553] TCP: Hash tables configured (established 16384 bind 16384) [ 0.270455] TCP: reno registered [ 0.271435] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.273178] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.275209] NET: Registered protocol family 1 [ 0.276622] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.278372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.279968] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.302269] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.325219] Trying to unpack rootfs image as initramfs... [ 0.418311] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.421287] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.423023] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.424607] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.427280] Scanning for low memory corruption every 60 seconds [ 0.429647] Initialise system trusted keyring [ 0.430835] audit: initializing netlink socket (disabled) [ 0.432157] type=2000 audit(1534065282.709:1): initialized [ 0.452031] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.454301] zbud: loaded [ 0.455252] VFS: Disk quotas dquot_6.5.2 [ 0.456290] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.458115] fuse init (API version 7.22) [ 0.459227] msgmni has been set to 3997 [ 0.460283] Key type big_key registered [ 0.461536] Key type asymmetric registered [ 0.462587] Asymmetric key parser 'x509' registered [ 0.463741] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.465576] io scheduler noop registered [ 0.466507] io scheduler deadline registered (default) [ 0.467638] io scheduler cfq registered [ 0.468678] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.469970] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.471482] ipmi message handler version 39.2 [ 0.472595] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.474326] ACPI: Power Button [PWRF] [ 0.475394] GHES: HEST is not enabled! [ 0.497489] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.542062] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.564583] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.566613] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.590635] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.593137] Linux agpgart interface v0.103 [ 0.595007] brd: module loaded [ 0.596218] loop: module loaded [ 0.597375] blk-mq: CPU -> queue map [ 0.598285] CPU 0 -> Queue 0 [ 0.599042] CPU 1 -> Queue 0 [ 0.600473] vda: vda1 [ 0.601881] scsi0 : ata_piix [ 0.602665] scsi1 : ata_piix [ 0.603381] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.604747] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.606311] libphy: Fixed MDIO Bus: probed [ 0.607293] tun: Universal TUN/TAP device driver, 1.6 [ 0.608367] tun: (C) 1999-2004 Max Krasnyansky [ 0.611003] PPP generic driver version 2.4.2 [ 0.612023] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.613322] ehci-pci: EHCI PCI platform driver [ 0.614273] ehci-platform: EHCI generic platform driver [ 0.615386] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.616641] ohci-pci: OHCI PCI platform driver [ 0.617624] ohci-platform: OHCI generic platform driver [ 0.618701] uhci_hcd: USB Universal Host Controller Interface driver [ 0.640745] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.641845] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.643461] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.644695] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.646020] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.647550] usb usb1: Product: UHCI Host Controller [ 0.648565] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd [ 0.649920] usb usb1: SerialNumber: 0000:00:01.2 [ 0.651116] hub 1-0:1.0: USB hub found [ 0.652166] hub 1-0:1.0: 2 ports detected [ 0.653393] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.655673] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.656701] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.657858] mousedev: PS/2 mouse device common for all mice [ 0.659249] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.661121] rtc_cmos 00:00: RTC can wake from S4 [ 0.662782] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.664550] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.666329] device-mapper: uevent: version 1.0.3 [ 0.667736] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.670130] ledtrig-cpu: registered to indicate activity on CPUs [ 0.671824] TCP: cubic registered [ 0.672903] NET: Registered protocol family 10 [ 0.674394] NET: Registered protocol family 17 [ 0.675733] Key type dns_resolver registered [ 0.677151] Loading compiled-in X.509 certificates [ 0.679026] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0' [ 0.681691] registered taskstats version 1 [ 0.692859] Key type trusted registered [ 0.696517] Key type encrypted registered [ 0.697497] AppArmor: AppArmor sha1 policy hashing enabled [ 0.698946] IMA: No TPM chip found, activating TPM-bypass! [ 0.700888] regulator-dummy: disabling [ 0.701901] Magic number: 14:35:222 [ 0.703011] rtc_cmos 00:00: setting system clock to 2018-08-12 09:14:43 UTC (1534065283) [ 0.704889] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.706135] EDD information not available. [ 0.761384] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000) [ 0.763225] Write protecting the kernel read-only data: 12288k [ 0.764990] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000) [ 0.767838] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.781703] systemd-udevd[107]: starting version 204 [ 0.820635] FDC 0 is a S82078B [ 0.964059] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.124684] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.126110] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.127461] usb 1-1: Product: QEMU USB Tablet [ 1.128372] usb 1-1: Manufacturer: QEMU [ 1.129215] usb 1-1: SerialNumber: 42 [ 1.420090] tsc: Refined TSC clocksource calibration: 3491.877 MHz [ 1.845302] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.096165] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.184699] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] [ 2.283393] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sun, 12 Aug 2018 09:14:45 +0000. Up 2.66 seconds. cloud-init-nonet[2.85]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting cold plug devices[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] cloud-init-nonet[9.46]: static networking is now up * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sun, 12 Aug 2018 09:14:52 +0000. Up 9.59 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:f8:47:bc | ci-info: | eth0 | True | 192.168.0.6 | 255.255.255.0 | fa:16:3e:a0:8c:69 | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.2 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: 9e:9e:9f:8d:3a:a6:9c:55:48:62:37:40:24:56:bf:96 root@homer-0 The key's randomart image is: +--[ RSA 2048]----+ | o+= | | . . o | | o = | | . + = | | E . | | o o | | + | | . +o. + | | +o+++ . | +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: f5:82:85:56:b7:31:ca:0c:a6:5a:c4:22:5d:9b:95:f7 root@homer-0 The key's randomart image is: +--[ DSA 1024]----+ | . oo +.. + | | . o..*.*.o + | | . .= o.*.. | | o . + .E | | . S . . | | . | | | | | | | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: ae:94:d0:9e:d4:d7:5a:03:f2:3e:7d:6b:94:24:f5:c1 root@homer-0 The key's randomart image is: +--[ECDSA 256]---+ | . | | .E | | . . . ..| | . . o o. . .| | . o S o +o . | | + + o + .o | | = . + ... | | . . . ... | | . .. | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: e9:6d:b2:ce:65:c3:06:5d:25:e6:9f:e9:9d:26:da:19 root@homer-0 The key's randomart image is: +--[ED25519 256--+ | o . | | o o | | o | | o . . o | | S . + | | . + . ..| | o O E.o.| | . B .o = | | .+ . o | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS homer-0 ttyS0 homer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Sun, 12 Aug 2018 09:16:57 +0000. Up 134.34 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Sun, 12 Aug 2018 09:17:57 +0000. Up 195.05 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com gpg: no valid OpenPGP data found. + apt-get update 2018-08-12 09:18:41,324 - functest.core.singlevm - DEBUG - try 21: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-12 09:18:51,334 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:18:51,337 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:18:52,126 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:18: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-8fbe1f04-dcd7-439d-ad5e-9af34452d430 x-compute-request-id: req-8fbe1f04-dcd7-439d-ad5e-9af34452d430 Content-Encoding: gzip Content-Length: 1505 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:8c:69", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:8c:69", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:47:bc", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:47:bc", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/0d05f869-c182-4a19-86bf-4ac078c523fd", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:41.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "0d05f869-c182-4a19-86bf-4ac078c523fd", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:41Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "homer-0.clearwater.opnfv", "created": "2018-08-12T09:14:06Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:24:50", "version": 4, "addr": "192.168.0.22", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:24:50", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:35:db:99", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/1c9b6e42-b18c-407e-8d00-9077025769fd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1c9b6e42-b18c-407e-8d00-9077025769fd", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:39.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "1c9b6e42-b18c-407e-8d00-9077025769fd", "security_groups": [{"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:39Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "dime-0.clearwater.opnfv", "created": "2018-08-12T09:14:05Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:73:af", "version": 4, "addr": "192.168.0.17", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:73:af", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:b9:f2", "version": 4, "addr": "192.168.1.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:b9:f2", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:41.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:41Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "bono-0.clearwater.opnfv", "created": "2018-08-12T09:14:05Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:27:6c", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:27:6c", "version": 4, "addr": "172.30.9.216", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:82:86", "version": 4, "addr": "192.168.1.24", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/566a63cc-7490-4385-b2ac-bfb24030a031", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/566a63cc-7490-4385-b2ac-bfb24030a031", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:34.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "566a63cc-7490-4385-b2ac-bfb24030a031", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:34Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-12T09:14:04Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:9d:e5", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:9d:e5", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b4:d8:25", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/7a80620a-d807-4698-b6c3-7c140a7b5157", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/7a80620a-d807-4698-b6c3-7c140a7b5157", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:25.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "7a80620a-d807-4698-b6c3-7c140a7b5157", "security_groups": [{"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:25Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-12T09:14:04Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:ca:f6", "version": 4, "addr": "192.168.0.23", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:ca:f6", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/3544e1e5-febb-4596-964e-1a53f9d26ab6", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/3544e1e5-febb-4596-964e-1a53f9d26ab6", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:13:48.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "3544e1e5-febb-4596-964e-1a53f9d26ab6", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:13:48Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-12T09:12:11Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:77:d2", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:77:d2", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ac:00:39", "version": 4, "addr": "192.168.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/24234aa3-febc-4826-8d67-0c33e6f38782", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/24234aa3-febc-4826-8d67-0c33e6f38782", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:12:00.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "24234aa3-febc-4826-8d67-0c33e6f38782", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:12:00Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "ns.clearwater.opnfv", "created": "2018-08-12T09:10:20Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:18:52,126 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-8fbe1f04-dcd7-439d-ad5e-9af34452d430 2018-08-12 09:18:52,127 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.791929006577s 2018-08-12 09:18:52,127 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-8fbe1f04-dcd7-439d-ad5e-9af34452d430 2018-08-12 09:18:52,135 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-12 09:18:52,137 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd/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}d584eff3730be386f99aabb4bf64013d89965dc6" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 09:18:52,209 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09: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-9eb25729-884d-4bde-841e-10a516e30796 x-compute-request-id: req-9eb25729-884d-4bde-841e-10a516e30796 Content-Encoding: gzip Content-Length: 10064 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 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] 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-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] 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] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\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 2 CPUs, 0 hotplug CPUs\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 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008016] Security Framework initialized\n[ 0.008913] AppArmor: AppArmor initialized\n[ 0.009837] Yama: becoming mindful.\n[ 0.010748] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.013325] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.015408] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.016006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.017778] Initializing cgroup subsys memory\n[ 0.018719] Initializing cgroup subsys devices\n[ 0.020003] Initializing cgroup subsys freezer\n[ 0.021086] Initializing cgroup subsys blkio\n[ 0.021991] Initializing cgroup subsys perf_event\n[ 0.022999] Initializing cgroup subsys hugetlb\n[ 0.024056] CPU: Physical Processor ID: 0\n[ 0.024946] FEATURE SPEC_CTRL Not Present\n[ 0.026471] mce: CPU supports 10 MCE banks\n[ 0.028035] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.028035] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.030137] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.031421] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.032003] Speculative Store Bypass: Vulnerable\n[ 0.033566] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000)\n[ 0.038566] ACPI: Core revision 20131115\n[ 0.040460] ACPI: All ACPI Tables successfully acquired\n[ 0.041709] ftrace: allocating 28727 entries in 113 pages\n[ 0.060291] Enabling x2apic\n[ 0.061073] Enabled x2apic\n[ 0.061964] Switched APIC routing to physical x2apic.\n[ 0.064919] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.066290] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.069066] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.076856] KVM setup paravirtual spinlock\n[ 0.079139] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.080155] x86: Booting SMP configuration:\n[ 0.081281] .... node #0, CPUs: #1[ 0.079106] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.096026] x86: Booted up 1 node, 2 CPUs\n[ 0.096018] KVM setup async PF for cpu 1\n[ 0.096020] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.099631] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.100348] devtmpfs: initialized\n[ 0.102632] EVM: security.selinux\n[ 0.104005] EVM: security.SMACK64\n[ 0.104954] EVM: security.ima\n[ 0.105920] EVM: security.capability\n[ 0.108118] pinctrl core: initialized pinctrl subsystem\n[ 0.109704] regulator-dummy: no parameters\n[ 0.110929] RTC time: 9:14:42, date: 08/12/18\n[ 0.112038] NET: Registered protocol family 16\n[ 0.113457] cpuidle: using governor ladder\n[ 0.114609] cpuidle: using governor menu\n[ 0.115850] ACPI: bus type PCI registered\n[ 0.116004] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.117746] PCI: Using configuration type 1 for base access\n[ 0.120038] bio: create slab at 0\n[ 0.121189] ACPI: Added _OSI(Module Device)\n[ 0.121189] ACPI: Added _OSI(Processor Device)\n[ 0.122213] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.124005] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.126110] ACPI: Interpreter enabled\n[ 0.127154] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.129830] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.132005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.134822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.136755] ACPI: (supports S0 S5)\n[ 0.137721] ACPI: Using IOAPIC for interrupt routing\n[ 0.139117] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.140200] ACPI: No dock devices found.\n[ 0.143264] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.144008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.145991] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.147946] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.148206] acpiphp: Slot [3] registered\n[ 0.149509] acpiphp: Slot [4] registered\n[ 0.150716] acpiphp: Slot [5] registered\n[ 0.151857] acpiphp: Slot [6] registered\n[ 0.152020] acpiphp: Slot [7] registered\n[ 0.153216] acpiphp: Slot [8] registered\n[ 0.154428] acpiphp: Slot [9] registered\n[ 0.155633] acpiphp: Slot [10] registered\n[ 0.156024] acpiphp: Slot [11] registered\n[ 0.157002] acpiphp: Slot [12] registered\n[ 0.157975] acpiphp: Slot [13] registered\n[ 0.158963] acpiphp: Slot [14] registered\n[ 0.159983] acpiphp: Slot [15] registered\n[ 0.160023] acpiphp: Slot [16] registered\n[ 0.160985] acpiphp: Slot [17] registered\n[ 0.161921] acpiphp: Slot [18] registered\n[ 0.162915] acpiphp: Slot [19] registered\n[ 0.163849] acpiphp: Slot [20] registered\n[ 0.164031] acpiphp: Slot [21] registered\n[ 0.164958] acpiphp: Slot [22] registered\n[ 0.165998] acpiphp: Slot [23] registered\n[ 0.166930] acpiphp: Slot [24] registered\n[ 0.167875] acpiphp: Slot [25] registered\n[ 0.168028] acpiphp: Slot [26] registered\n[ 0.168961] acpiphp: Slot [27] registered\n[ 0.169925] acpiphp: Slot [28] registered\n[ 0.170792] acpiphp: Slot [29] registered\n[ 0.171685] acpiphp: Slot [30] registered\n[ 0.172025] acpiphp: Slot [31] registered\n[ 0.172955] PCI host bridge to bus 0000:00\n[ 0.173880] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.175056] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.176004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.177251] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.178637] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.180006] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.186663] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.188013] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.215762] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.216865] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.218635] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.220322] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.221905] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.223587] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.224212] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.225252] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.227068] vgaarb: loaded\n[ 0.228003] vgaarb: bridge control possible 0000:00:02.0\n[ 0.229353] SCSI subsystem initialized\n[ 0.230422] ACPI: bus type USB registered\n[ 0.230422] usbcore: registered new interface driver usbfs\n[ 0.232012] usbcore: registered new interface driver hub\n[ 0.233326] usbcore: registered new device driver usb\n[ 0.233326] PCI: Using ACPI for IRQ routing\n[ 0.233326] NetLabel: Initializing\n[ 0.236006] NetLabel: domain hash size = 128\n[ 0.237063] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.238225] NetLabel: unlabeled traffic allowed by default\n[ 0.239575] Switched to clocksource kvm-clock\n[ 0.243616] AppArmor: AppArmor Filesystem Enabled\n[ 0.248321] pnp: PnP ACPI init\n[ 0.249466] ACPI: bus type PNP registered\n[ 0.251582] pnp: PnP ACPI: found 8 devices\n[ 0.252803] ACPI: bus type PNP unregistered\n[ 0.261343] NET: Registered protocol family 2\n[ 0.264264] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.266656] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.268553] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.270455] TCP: reno registered\n[ 0.271435] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.273178] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.275209] NET: Registered protocol family 1\n[ 0.276622] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.278372] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.279968] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.302269] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.325219] Trying to unpack rootfs image as initramfs...\n[ 0.418311] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.421287] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.423023] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.424607] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.427280] Scanning for low memory corruption every 60 seconds\n[ 0.429647] Initialise system trusted keyring\n[ 0.430835] audit: initializing netlink socket (disabled)\n[ 0.432157] type=2000 audit(1534065282.709:1): initialized\n[ 0.452031] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.454301] zbud: loaded\n[ 0.455252] VFS: Disk quotas dquot_6.5.2\n[ 0.456290] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.458115] fuse init (API version 7.22)\n[ 0.459227] msgmni has been set to 3997\n[ 0.460283] Key type big_key registered\n[ 0.461536] Key type asymmetric registered\n[ 0.462587] Asymmetric key parser 'x509' registered\n[ 0.463741] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.465576] io scheduler noop registered\n[ 0.466507] io scheduler deadline registered (default)\n[ 0.467638] io scheduler cfq registered\n[ 0.468678] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.469970] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.471482] ipmi message handler version 39.2\n[ 0.472595] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.474326] ACPI: Power Button [PWRF]\n[ 0.475394] GHES: HEST is not enabled!\n[ 0.497489] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.542062] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564583] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.566613] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590635] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593137] Linux agpgart interface v0.103\n[ 0.595007] brd: module loaded\n[ 0.596218] loop: module loaded\n[ 0.597375] blk-mq: CPU -> queue map\n[ 0.598285] CPU 0 -> Queue 0\n[ 0.599042] CPU 1 -> Queue 0\n[ 0.600473] vda: vda1\n[ 0.601881] scsi0 : ata_piix\n[ 0.602665] scsi1 : ata_piix\n[ 0.603381] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.604747] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.606311] libphy: Fixed MDIO Bus: probed\n[ 0.607293] tun: Universal TUN/TAP device driver, 1.6\n[ 0.608367] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.611003] PPP generic driver version 2.4.2\n[ 0.612023] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.613322] ehci-pci: EHCI PCI platform driver\n[ 0.614273] ehci-platform: EHCI generic platform driver\n[ 0.615386] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.616641] ohci-pci: OHCI PCI platform driver\n[ 0.617624] ohci-platform: OHCI generic platform driver\n[ 0.618701] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.640745] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.641845] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.643461] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.644695] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646020] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647550] usb usb1: Product: UHCI Host Controller\n[ 0.648565] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd\n[ 0.649920] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651116] hub 1-0:1.0: USB hub found\n[ 0.652166] hub 1-0:1.0: 2 ports detected\n[ 0.653393] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655673] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656701] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657858] mousedev: PS/2 mouse device common for all mice\n[ 0.659249] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.661121] rtc_cmos 00:00: RTC can wake from S4\n[ 0.662782] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.664550] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.666329] device-mapper: uevent: version 1.0.3\n[ 0.667736] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.670130] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.671824] TCP: cubic registered\n[ 0.672903] NET: Registered protocol family 10\n[ 0.674394] NET: Registered protocol family 17\n[ 0.675733] Key type dns_resolver registered\n[ 0.677151] Loading compiled-in X.509 certificates\n[ 0.679026] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0'\n[ 0.681691] registered taskstats version 1\n[ 0.692859] Key type trusted registered\n[ 0.696517] Key type encrypted registered\n[ 0.697497] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.698946] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.700888] regulator-dummy: disabling\n[ 0.701901] Magic number: 14:35:222\n[ 0.703011] rtc_cmos 00:00: setting system clock to 2018-08-12 09:14:43 UTC (1534065283)\n[ 0.704889] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.706135] EDD information not available.\n[ 0.761384] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000)\n[ 0.763225] Write protecting the kernel read-only data: 12288k\n[ 0.764990] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000)\n[ 0.767838] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.781703] systemd-udevd[107]: starting version 204\n[ 0.820635] FDC 0 is a S82078B\n[ 0.964059] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.124684] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.126110] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.127461] usb 1-1: Product: QEMU USB Tablet\n[ 1.128372] usb 1-1: Manufacturer: QEMU\n[ 1.129215] usb 1-1: SerialNumber: 42\n[ 1.420090] tsc: Refined TSC clocksource calibration: 3491.877 MHz\n[ 1.845302] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.096165] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.184699] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n[ 2.283393] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sun, 12 Aug 2018 09:14:45 +0000. Up 2.66 seconds.\ncloud-init-nonet[2.85]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting cold plug devices[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\ncloud-init-nonet[9.46]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sun, 12 Aug 2018 09:14:52 +0000. Up 9.59 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:f8:47:bc |\nci-info: | eth0 | True | 192.168.0.6 | 255.255.255.0 | fa:16:3e:a0:8c:69 |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.2 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\n9e:9e:9f:8d:3a:a6:9c:55:48:62:37:40:24:56:bf:96 root@homer-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| o+= |\n| . . o |\n| o = |\n| . + = |\n| E . |\n| o o |\n| + |\n| . +o. + |\n| +o+++ . |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\nf5:82:85:56:b7:31:ca:0c:a6:5a:c4:22:5d:9b:95:f7 root@homer-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| . oo +.. + |\n| . o..*.*.o + |\n| . .= o.*.. |\n| o . + .E |\n| . S . . |\n| . |\n| |\n| |\n| |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\nae:94:d0:9e:d4:d7:5a:03:f2:3e:7d:6b:94:24:f5:c1 root@homer-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| . |\n| .E |\n| . . . ..|\n| . . o o. . .|\n| . o S o +o . |\n| + + o + .o |\n| = . + ... |\n| . . . ... |\n| . .. |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\ne9:6d:b2:ce:65:c3:06:5d:25:e6:9f:e9:9d:26:da:19 root@homer-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| o . |\n| o o |\n| o |\n| o . . o |\n| S . + |\n| . + . ..|\n| o O E.o.|\n| . B .o = |\n| .+ . o |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS homer-0 ttyS0\n\nhomer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Sun, 12 Aug 2018 09:16:57 +0000. Up 134.34 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Sun, 12 Aug 2018 09:17:57 +0000. Up 195.05 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com\ngpg: no valid OpenPGP data found.\n+ apt-get update\n"} 2018-08-12 09:18:52,210 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd/action used request id req-9eb25729-884d-4bde-841e-10a516e30796 2018-08-12 09:18:52,210 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0751168727875s 2018-08-12 09:18:52,211 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd/action used request id req-9eb25729-884d-4bde-841e-10a516e30796 2018-08-12 09:18:52,212 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-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] 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-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] 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] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 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 2 CPUs, 0 hotplug CPUs [ 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 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008016] Security Framework initialized [ 0.008913] AppArmor: AppArmor initialized [ 0.009837] Yama: becoming mindful. [ 0.010748] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.013325] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.015408] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.016006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.017778] Initializing cgroup subsys memory [ 0.018719] Initializing cgroup subsys devices [ 0.020003] Initializing cgroup subsys freezer [ 0.021086] Initializing cgroup subsys blkio [ 0.021991] Initializing cgroup subsys perf_event [ 0.022999] Initializing cgroup subsys hugetlb [ 0.024056] CPU: Physical Processor ID: 0 [ 0.024946] FEATURE SPEC_CTRL Not Present [ 0.026471] mce: CPU supports 10 MCE banks [ 0.028035] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.028035] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.030137] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.031421] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.032003] Speculative Store Bypass: Vulnerable [ 0.033566] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000) [ 0.038566] ACPI: Core revision 20131115 [ 0.040460] ACPI: All ACPI Tables successfully acquired [ 0.041709] ftrace: allocating 28727 entries in 113 pages [ 0.060291] Enabling x2apic [ 0.061073] Enabled x2apic [ 0.061964] Switched APIC routing to physical x2apic. [ 0.064919] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.066290] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.069066] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.076856] KVM setup paravirtual spinlock [ 0.079139] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.080155] x86: Booting SMP configuration: [ 0.081281] .... node #0, CPUs: #1[ 0.079106] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.096026] x86: Booted up 1 node, 2 CPUs [ 0.096018] KVM setup async PF for cpu 1 [ 0.096020] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.099631] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.100348] devtmpfs: initialized [ 0.102632] EVM: security.selinux [ 0.104005] EVM: security.SMACK64 [ 0.104954] EVM: security.ima [ 0.105920] EVM: security.capability [ 0.108118] pinctrl core: initialized pinctrl subsystem [ 0.109704] regulator-dummy: no parameters [ 0.110929] RTC time: 9:14:42, date: 08/12/18 [ 0.112038] NET: Registered protocol family 16 [ 0.113457] cpuidle: using governor ladder [ 0.114609] cpuidle: using governor menu [ 0.115850] ACPI: bus type PCI registered [ 0.116004] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.117746] PCI: Using configuration type 1 for base access [ 0.120038] bio: create slab at 0 [ 0.121189] ACPI: Added _OSI(Module Device) [ 0.121189] ACPI: Added _OSI(Processor Device) [ 0.122213] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.124005] ACPI: Added _OSI(Processor Aggregator Device) [ 0.126110] ACPI: Interpreter enabled [ 0.127154] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.129830] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.132005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.134822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.136755] ACPI: (supports S0 S5) [ 0.137721] ACPI: Using IOAPIC for interrupt routing [ 0.139117] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.140200] ACPI: No dock devices found. [ 0.143264] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.144008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.145991] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.147946] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.148206] acpiphp: Slot [3] registered [ 0.149509] acpiphp: Slot [4] registered [ 0.150716] acpiphp: Slot [5] registered [ 0.151857] acpiphp: Slot [6] registered [ 0.152020] acpiphp: Slot [7] registered [ 0.153216] acpiphp: Slot [8] registered [ 0.154428] acpiphp: Slot [9] registered [ 0.155633] acpiphp: Slot [10] registered [ 0.156024] acpiphp: Slot [11] registered [ 0.157002] acpiphp: Slot [12] registered [ 0.157975] acpiphp: Slot [13] registered [ 0.158963] acpiphp: Slot [14] registered [ 0.159983] acpiphp: Slot [15] registered [ 0.160023] acpiphp: Slot [16] registered [ 0.160985] acpiphp: Slot [17] registered [ 0.161921] acpiphp: Slot [18] registered [ 0.162915] acpiphp: Slot [19] registered [ 0.163849] acpiphp: Slot [20] registered [ 0.164031] acpiphp: Slot [21] registered [ 0.164958] acpiphp: Slot [22] registered [ 0.165998] acpiphp: Slot [23] registered [ 0.166930] acpiphp: Slot [24] registered [ 0.167875] acpiphp: Slot [25] registered [ 0.168028] acpiphp: Slot [26] registered [ 0.168961] acpiphp: Slot [27] registered [ 0.169925] acpiphp: Slot [28] registered [ 0.170792] acpiphp: Slot [29] registered [ 0.171685] acpiphp: Slot [30] registered [ 0.172025] acpiphp: Slot [31] registered [ 0.172955] PCI host bridge to bus 0000:00 [ 0.173880] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.175056] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.176004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.177251] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.178637] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.180006] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.186663] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.188013] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.215762] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.216865] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.218635] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.220322] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.221905] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.223587] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.224212] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.225252] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.227068] vgaarb: loaded [ 0.228003] vgaarb: bridge control possible 0000:00:02.0 [ 0.229353] SCSI subsystem initialized [ 0.230422] ACPI: bus type USB registered [ 0.230422] usbcore: registered new interface driver usbfs [ 0.232012] usbcore: registered new interface driver hub [ 0.233326] usbcore: registered new device driver usb [ 0.233326] PCI: Using ACPI for IRQ routing [ 0.233326] NetLabel: Initializing [ 0.236006] NetLabel: domain hash size = 128 [ 0.237063] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.238225] NetLabel: unlabeled traffic allowed by default [ 0.239575] Switched to clocksource kvm-clock [ 0.243616] AppArmor: AppArmor Filesystem Enabled [ 0.248321] pnp: PnP ACPI init [ 0.249466] ACPI: bus type PNP registered [ 0.251582] pnp: PnP ACPI: found 8 devices [ 0.252803] ACPI: bus type PNP unregistered [ 0.261343] NET: Registered protocol family 2 [ 0.264264] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.266656] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.268553] TCP: Hash tables configured (established 16384 bind 16384) [ 0.270455] TCP: reno registered [ 0.271435] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.273178] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.275209] NET: Registered protocol family 1 [ 0.276622] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.278372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.279968] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.302269] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.325219] Trying to unpack rootfs image as initramfs... [ 0.418311] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.421287] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.423023] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.424607] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.427280] Scanning for low memory corruption every 60 seconds [ 0.429647] Initialise system trusted keyring [ 0.430835] audit: initializing netlink socket (disabled) [ 0.432157] type=2000 audit(1534065282.709:1): initialized [ 0.452031] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.454301] zbud: loaded [ 0.455252] VFS: Disk quotas dquot_6.5.2 [ 0.456290] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.458115] fuse init (API version 7.22) [ 0.459227] msgmni has been set to 3997 [ 0.460283] Key type big_key registered [ 0.461536] Key type asymmetric registered [ 0.462587] Asymmetric key parser 'x509' registered [ 0.463741] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.465576] io scheduler noop registered [ 0.466507] io scheduler deadline registered (default) [ 0.467638] io scheduler cfq registered [ 0.468678] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.469970] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.471482] ipmi message handler version 39.2 [ 0.472595] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.474326] ACPI: Power Button [PWRF] [ 0.475394] GHES: HEST is not enabled! [ 0.497489] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.542062] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.564583] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.566613] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.590635] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.593137] Linux agpgart interface v0.103 [ 0.595007] brd: module loaded [ 0.596218] loop: module loaded [ 0.597375] blk-mq: CPU -> queue map [ 0.598285] CPU 0 -> Queue 0 [ 0.599042] CPU 1 -> Queue 0 [ 0.600473] vda: vda1 [ 0.601881] scsi0 : ata_piix [ 0.602665] scsi1 : ata_piix [ 0.603381] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.604747] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.606311] libphy: Fixed MDIO Bus: probed [ 0.607293] tun: Universal TUN/TAP device driver, 1.6 [ 0.608367] tun: (C) 1999-2004 Max Krasnyansky [ 0.611003] PPP generic driver version 2.4.2 [ 0.612023] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.613322] ehci-pci: EHCI PCI platform driver [ 0.614273] ehci-platform: EHCI generic platform driver [ 0.615386] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.616641] ohci-pci: OHCI PCI platform driver [ 0.617624] ohci-platform: OHCI generic platform driver [ 0.618701] uhci_hcd: USB Universal Host Controller Interface driver [ 0.640745] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.641845] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.643461] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.644695] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.646020] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.647550] usb usb1: Product: UHCI Host Controller [ 0.648565] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd [ 0.649920] usb usb1: SerialNumber: 0000:00:01.2 [ 0.651116] hub 1-0:1.0: USB hub found [ 0.652166] hub 1-0:1.0: 2 ports detected [ 0.653393] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.655673] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.656701] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.657858] mousedev: PS/2 mouse device common for all mice [ 0.659249] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.661121] rtc_cmos 00:00: RTC can wake from S4 [ 0.662782] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.664550] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.666329] device-mapper: uevent: version 1.0.3 [ 0.667736] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.670130] ledtrig-cpu: registered to indicate activity on CPUs [ 0.671824] TCP: cubic registered [ 0.672903] NET: Registered protocol family 10 [ 0.674394] NET: Registered protocol family 17 [ 0.675733] Key type dns_resolver registered [ 0.677151] Loading compiled-in X.509 certificates [ 0.679026] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0' [ 0.681691] registered taskstats version 1 [ 0.692859] Key type trusted registered [ 0.696517] Key type encrypted registered [ 0.697497] AppArmor: AppArmor sha1 policy hashing enabled [ 0.698946] IMA: No TPM chip found, activating TPM-bypass! [ 0.700888] regulator-dummy: disabling [ 0.701901] Magic number: 14:35:222 [ 0.703011] rtc_cmos 00:00: setting system clock to 2018-08-12 09:14:43 UTC (1534065283) [ 0.704889] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.706135] EDD information not available. [ 0.761384] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000) [ 0.763225] Write protecting the kernel read-only data: 12288k [ 0.764990] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000) [ 0.767838] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.781703] systemd-udevd[107]: starting version 204 [ 0.820635] FDC 0 is a S82078B [ 0.964059] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.124684] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.126110] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.127461] usb 1-1: Product: QEMU USB Tablet [ 1.128372] usb 1-1: Manufacturer: QEMU [ 1.129215] usb 1-1: SerialNumber: 42 [ 1.420090] tsc: Refined TSC clocksource calibration: 3491.877 MHz [ 1.845302] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.096165] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.184699] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] [ 2.283393] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sun, 12 Aug 2018 09:14:45 +0000. Up 2.66 seconds. cloud-init-nonet[2.85]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting cold plug devices[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] cloud-init-nonet[9.46]: static networking is now up * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sun, 12 Aug 2018 09:14:52 +0000. Up 9.59 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:f8:47:bc | ci-info: | eth0 | True | 192.168.0.6 | 255.255.255.0 | fa:16:3e:a0:8c:69 | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.2 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: 9e:9e:9f:8d:3a:a6:9c:55:48:62:37:40:24:56:bf:96 root@homer-0 The key's randomart image is: +--[ RSA 2048]----+ | o+= | | . . o | | o = | | . + = | | E . | | o o | | + | | . +o. + | | +o+++ . | +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: f5:82:85:56:b7:31:ca:0c:a6:5a:c4:22:5d:9b:95:f7 root@homer-0 The key's randomart image is: +--[ DSA 1024]----+ | . oo +.. + | | . o..*.*.o + | | . .= o.*.. | | o . + .E | | . S . . | | . | | | | | | | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: ae:94:d0:9e:d4:d7:5a:03:f2:3e:7d:6b:94:24:f5:c1 root@homer-0 The key's randomart image is: +--[ECDSA 256]---+ | . | | .E | | . . . ..| | . . o o. . .| | . o S o +o . | | + + o + .o | | = . + ... | | . . . ... | | . .. | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: e9:6d:b2:ce:65:c3:06:5d:25:e6:9f:e9:9d:26:da:19 root@homer-0 The key's randomart image is: +--[ED25519 256--+ | o . | | o o | | o | | o . . o | | S . + | | . + . ..| | o O E.o.| | . B .o = | | .+ . o | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS homer-0 ttyS0 homer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Sun, 12 Aug 2018 09:16:57 +0000. Up 134.34 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Sun, 12 Aug 2018 09:17:57 +0000. Up 195.05 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com gpg: no valid OpenPGP data found. + apt-get update 2018-08-12 09:18:52,213 - functest.core.singlevm - DEBUG - try 22: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-12 09:19:02,223 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:19:02,226 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:19:02,833 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09: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-0698b987-8fec-45fe-9778-957bda105b23 x-compute-request-id: req-0698b987-8fec-45fe-9778-957bda105b23 Content-Encoding: gzip Content-Length: 1505 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:8c:69", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:8c:69", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:47:bc", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:47:bc", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/0d05f869-c182-4a19-86bf-4ac078c523fd", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:41.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "0d05f869-c182-4a19-86bf-4ac078c523fd", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:41Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "homer-0.clearwater.opnfv", "created": "2018-08-12T09:14:06Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:24:50", "version": 4, "addr": "192.168.0.22", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:24:50", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:35:db:99", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/1c9b6e42-b18c-407e-8d00-9077025769fd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1c9b6e42-b18c-407e-8d00-9077025769fd", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:39.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "1c9b6e42-b18c-407e-8d00-9077025769fd", "security_groups": [{"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:39Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "dime-0.clearwater.opnfv", "created": "2018-08-12T09:14:05Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:73:af", "version": 4, "addr": "192.168.0.17", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:73:af", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:b9:f2", "version": 4, "addr": "192.168.1.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:b9:f2", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:41.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:41Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "bono-0.clearwater.opnfv", "created": "2018-08-12T09:14:05Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:27:6c", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:27:6c", "version": 4, "addr": "172.30.9.216", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:82:86", "version": 4, "addr": "192.168.1.24", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/566a63cc-7490-4385-b2ac-bfb24030a031", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/566a63cc-7490-4385-b2ac-bfb24030a031", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:34.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "566a63cc-7490-4385-b2ac-bfb24030a031", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:34Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-12T09:14:04Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:9d:e5", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:9d:e5", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b4:d8:25", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/7a80620a-d807-4698-b6c3-7c140a7b5157", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/7a80620a-d807-4698-b6c3-7c140a7b5157", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:25.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "7a80620a-d807-4698-b6c3-7c140a7b5157", "security_groups": [{"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:25Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-12T09:14:04Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:ca:f6", "version": 4, "addr": "192.168.0.23", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:ca:f6", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/3544e1e5-febb-4596-964e-1a53f9d26ab6", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/3544e1e5-febb-4596-964e-1a53f9d26ab6", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:13:48.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "3544e1e5-febb-4596-964e-1a53f9d26ab6", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:13:48Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-12T09:12:11Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:77:d2", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:77:d2", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ac:00:39", "version": 4, "addr": "192.168.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/24234aa3-febc-4826-8d67-0c33e6f38782", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/24234aa3-febc-4826-8d67-0c33e6f38782", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:12:00.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "24234aa3-febc-4826-8d67-0c33e6f38782", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:12:00Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "ns.clearwater.opnfv", "created": "2018-08-12T09:10:20Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:19:02,833 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-0698b987-8fec-45fe-9778-957bda105b23 2018-08-12 09:19:02,833 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.609558105469s 2018-08-12 09:19:02,834 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-0698b987-8fec-45fe-9778-957bda105b23 2018-08-12 09:19:02,841 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-12 09:19:02,845 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd/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}d584eff3730be386f99aabb4bf64013d89965dc6" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 09:19:02,920 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09: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-f76f86ab-243b-4dce-9f0d-b975b5a6a68a x-compute-request-id: req-f76f86ab-243b-4dce-9f0d-b975b5a6a68a Content-Encoding: gzip Content-Length: 10641 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 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] 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-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] 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] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\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 2 CPUs, 0 hotplug CPUs\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 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008016] Security Framework initialized\n[ 0.008913] AppArmor: AppArmor initialized\n[ 0.009837] Yama: becoming mindful.\n[ 0.010748] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.013325] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.015408] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.016006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.017778] Initializing cgroup subsys memory\n[ 0.018719] Initializing cgroup subsys devices\n[ 0.020003] Initializing cgroup subsys freezer\n[ 0.021086] Initializing cgroup subsys blkio\n[ 0.021991] Initializing cgroup subsys perf_event\n[ 0.022999] Initializing cgroup subsys hugetlb\n[ 0.024056] CPU: Physical Processor ID: 0\n[ 0.024946] FEATURE SPEC_CTRL Not Present\n[ 0.026471] mce: CPU supports 10 MCE banks\n[ 0.028035] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.028035] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.030137] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.031421] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.032003] Speculative Store Bypass: Vulnerable\n[ 0.033566] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000)\n[ 0.038566] ACPI: Core revision 20131115\n[ 0.040460] ACPI: All ACPI Tables successfully acquired\n[ 0.041709] ftrace: allocating 28727 entries in 113 pages\n[ 0.060291] Enabling x2apic\n[ 0.061073] Enabled x2apic\n[ 0.061964] Switched APIC routing to physical x2apic.\n[ 0.064919] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.066290] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.069066] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.076856] KVM setup paravirtual spinlock\n[ 0.079139] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.080155] x86: Booting SMP configuration:\n[ 0.081281] .... node #0, CPUs: #1[ 0.079106] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.096026] x86: Booted up 1 node, 2 CPUs\n[ 0.096018] KVM setup async PF for cpu 1\n[ 0.096020] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.099631] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.100348] devtmpfs: initialized\n[ 0.102632] EVM: security.selinux\n[ 0.104005] EVM: security.SMACK64\n[ 0.104954] EVM: security.ima\n[ 0.105920] EVM: security.capability\n[ 0.108118] pinctrl core: initialized pinctrl subsystem\n[ 0.109704] regulator-dummy: no parameters\n[ 0.110929] RTC time: 9:14:42, date: 08/12/18\n[ 0.112038] NET: Registered protocol family 16\n[ 0.113457] cpuidle: using governor ladder\n[ 0.114609] cpuidle: using governor menu\n[ 0.115850] ACPI: bus type PCI registered\n[ 0.116004] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.117746] PCI: Using configuration type 1 for base access\n[ 0.120038] bio: create slab at 0\n[ 0.121189] ACPI: Added _OSI(Module Device)\n[ 0.121189] ACPI: Added _OSI(Processor Device)\n[ 0.122213] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.124005] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.126110] ACPI: Interpreter enabled\n[ 0.127154] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.129830] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.132005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.134822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.136755] ACPI: (supports S0 S5)\n[ 0.137721] ACPI: Using IOAPIC for interrupt routing\n[ 0.139117] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.140200] ACPI: No dock devices found.\n[ 0.143264] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.144008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.145991] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.147946] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.148206] acpiphp: Slot [3] registered\n[ 0.149509] acpiphp: Slot [4] registered\n[ 0.150716] acpiphp: Slot [5] registered\n[ 0.151857] acpiphp: Slot [6] registered\n[ 0.152020] acpiphp: Slot [7] registered\n[ 0.153216] acpiphp: Slot [8] registered\n[ 0.154428] acpiphp: Slot [9] registered\n[ 0.155633] acpiphp: Slot [10] registered\n[ 0.156024] acpiphp: Slot [11] registered\n[ 0.157002] acpiphp: Slot [12] registered\n[ 0.157975] acpiphp: Slot [13] registered\n[ 0.158963] acpiphp: Slot [14] registered\n[ 0.159983] acpiphp: Slot [15] registered\n[ 0.160023] acpiphp: Slot [16] registered\n[ 0.160985] acpiphp: Slot [17] registered\n[ 0.161921] acpiphp: Slot [18] registered\n[ 0.162915] acpiphp: Slot [19] registered\n[ 0.163849] acpiphp: Slot [20] registered\n[ 0.164031] acpiphp: Slot [21] registered\n[ 0.164958] acpiphp: Slot [22] registered\n[ 0.165998] acpiphp: Slot [23] registered\n[ 0.166930] acpiphp: Slot [24] registered\n[ 0.167875] acpiphp: Slot [25] registered\n[ 0.168028] acpiphp: Slot [26] registered\n[ 0.168961] acpiphp: Slot [27] registered\n[ 0.169925] acpiphp: Slot [28] registered\n[ 0.170792] acpiphp: Slot [29] registered\n[ 0.171685] acpiphp: Slot [30] registered\n[ 0.172025] acpiphp: Slot [31] registered\n[ 0.172955] PCI host bridge to bus 0000:00\n[ 0.173880] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.175056] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.176004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.177251] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.178637] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.180006] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.186663] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.188013] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.215762] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.216865] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.218635] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.220322] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.221905] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.223587] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.224212] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.225252] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.227068] vgaarb: loaded\n[ 0.228003] vgaarb: bridge control possible 0000:00:02.0\n[ 0.229353] SCSI subsystem initialized\n[ 0.230422] ACPI: bus type USB registered\n[ 0.230422] usbcore: registered new interface driver usbfs\n[ 0.232012] usbcore: registered new interface driver hub\n[ 0.233326] usbcore: registered new device driver usb\n[ 0.233326] PCI: Using ACPI for IRQ routing\n[ 0.233326] NetLabel: Initializing\n[ 0.236006] NetLabel: domain hash size = 128\n[ 0.237063] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.238225] NetLabel: unlabeled traffic allowed by default\n[ 0.239575] Switched to clocksource kvm-clock\n[ 0.243616] AppArmor: AppArmor Filesystem Enabled\n[ 0.248321] pnp: PnP ACPI init\n[ 0.249466] ACPI: bus type PNP registered\n[ 0.251582] pnp: PnP ACPI: found 8 devices\n[ 0.252803] ACPI: bus type PNP unregistered\n[ 0.261343] NET: Registered protocol family 2\n[ 0.264264] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.266656] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.268553] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.270455] TCP: reno registered\n[ 0.271435] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.273178] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.275209] NET: Registered protocol family 1\n[ 0.276622] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.278372] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.279968] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.302269] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.325219] Trying to unpack rootfs image as initramfs...\n[ 0.418311] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.421287] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.423023] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.424607] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.427280] Scanning for low memory corruption every 60 seconds\n[ 0.429647] Initialise system trusted keyring\n[ 0.430835] audit: initializing netlink socket (disabled)\n[ 0.432157] type=2000 audit(1534065282.709:1): initialized\n[ 0.452031] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.454301] zbud: loaded\n[ 0.455252] VFS: Disk quotas dquot_6.5.2\n[ 0.456290] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.458115] fuse init (API version 7.22)\n[ 0.459227] msgmni has been set to 3997\n[ 0.460283] Key type big_key registered\n[ 0.461536] Key type asymmetric registered\n[ 0.462587] Asymmetric key parser 'x509' registered\n[ 0.463741] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.465576] io scheduler noop registered\n[ 0.466507] io scheduler deadline registered (default)\n[ 0.467638] io scheduler cfq registered\n[ 0.468678] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.469970] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.471482] ipmi message handler version 39.2\n[ 0.472595] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.474326] ACPI: Power Button [PWRF]\n[ 0.475394] GHES: HEST is not enabled!\n[ 0.497489] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.542062] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564583] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.566613] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590635] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593137] Linux agpgart interface v0.103\n[ 0.595007] brd: module loaded\n[ 0.596218] loop: module loaded\n[ 0.597375] blk-mq: CPU -> queue map\n[ 0.598285] CPU 0 -> Queue 0\n[ 0.599042] CPU 1 -> Queue 0\n[ 0.600473] vda: vda1\n[ 0.601881] scsi0 : ata_piix\n[ 0.602665] scsi1 : ata_piix\n[ 0.603381] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.604747] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.606311] libphy: Fixed MDIO Bus: probed\n[ 0.607293] tun: Universal TUN/TAP device driver, 1.6\n[ 0.608367] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.611003] PPP generic driver version 2.4.2\n[ 0.612023] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.613322] ehci-pci: EHCI PCI platform driver\n[ 0.614273] ehci-platform: EHCI generic platform driver\n[ 0.615386] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.616641] ohci-pci: OHCI PCI platform driver\n[ 0.617624] ohci-platform: OHCI generic platform driver\n[ 0.618701] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.640745] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.641845] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.643461] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.644695] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646020] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647550] usb usb1: Product: UHCI Host Controller\n[ 0.648565] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd\n[ 0.649920] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651116] hub 1-0:1.0: USB hub found\n[ 0.652166] hub 1-0:1.0: 2 ports detected\n[ 0.653393] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655673] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656701] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657858] mousedev: PS/2 mouse device common for all mice\n[ 0.659249] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.661121] rtc_cmos 00:00: RTC can wake from S4\n[ 0.662782] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.664550] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.666329] device-mapper: uevent: version 1.0.3\n[ 0.667736] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.670130] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.671824] TCP: cubic registered\n[ 0.672903] NET: Registered protocol family 10\n[ 0.674394] NET: Registered protocol family 17\n[ 0.675733] Key type dns_resolver registered\n[ 0.677151] Loading compiled-in X.509 certificates\n[ 0.679026] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0'\n[ 0.681691] registered taskstats version 1\n[ 0.692859] Key type trusted registered\n[ 0.696517] Key type encrypted registered\n[ 0.697497] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.698946] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.700888] regulator-dummy: disabling\n[ 0.701901] Magic number: 14:35:222\n[ 0.703011] rtc_cmos 00:00: setting system clock to 2018-08-12 09:14:43 UTC (1534065283)\n[ 0.704889] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.706135] EDD information not available.\n[ 0.761384] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000)\n[ 0.763225] Write protecting the kernel read-only data: 12288k\n[ 0.764990] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000)\n[ 0.767838] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.781703] systemd-udevd[107]: starting version 204\n[ 0.820635] FDC 0 is a S82078B\n[ 0.964059] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.124684] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.126110] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.127461] usb 1-1: Product: QEMU USB Tablet\n[ 1.128372] usb 1-1: Manufacturer: QEMU\n[ 1.129215] usb 1-1: SerialNumber: 42\n[ 1.420090] tsc: Refined TSC clocksource calibration: 3491.877 MHz\n[ 1.845302] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.096165] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.184699] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n[ 2.283393] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sun, 12 Aug 2018 09:14:45 +0000. Up 2.66 seconds.\ncloud-init-nonet[2.85]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting cold plug devices[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\ncloud-init-nonet[9.46]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sun, 12 Aug 2018 09:14:52 +0000. Up 9.59 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:f8:47:bc |\nci-info: | eth0 | True | 192.168.0.6 | 255.255.255.0 | fa:16:3e:a0:8c:69 |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.2 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\n9e:9e:9f:8d:3a:a6:9c:55:48:62:37:40:24:56:bf:96 root@homer-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| o+= |\n| . . o |\n| o = |\n| . + = |\n| E . |\n| o o |\n| + |\n| . +o. + |\n| +o+++ . |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\nf5:82:85:56:b7:31:ca:0c:a6:5a:c4:22:5d:9b:95:f7 root@homer-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| . oo +.. + |\n| . o..*.*.o + |\n| . .= o.*.. |\n| o . + .E |\n| . S . . |\n| . |\n| |\n| |\n| |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\nae:94:d0:9e:d4:d7:5a:03:f2:3e:7d:6b:94:24:f5:c1 root@homer-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| . |\n| .E |\n| . . . ..|\n| . . o o. . .|\n| . o S o +o . |\n| + + o + .o |\n| = . + ... |\n| . . . ... |\n| . .. |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\ne9:6d:b2:ce:65:c3:06:5d:25:e6:9f:e9:9d:26:da:19 root@homer-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| o . |\n| o o |\n| o |\n| o . . o |\n| S . + |\n| . + . ..|\n| o O E.o.|\n| . B .o = |\n| .+ . o |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS homer-0 ttyS0\n\nhomer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Sun, 12 Aug 2018 09:16:57 +0000. Up 134.34 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Sun, 12 Aug 2018 09:17:57 +0000. Up 195.05 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com\ngpg: no valid OpenPGP data found.\n+ apt-get update\nErr http://repo.cw-ngv.com binary/ InRelease\n \nErr http://archive.ubuntu.com trusty InRelease\n \nErr http://archive.ubuntu.com trusty-updates InRelease\n \nErr http://archive.ubuntu.com trusty-backports InRelease\n \nErr http://security.ubuntu.com trusty-security InRelease\n \nErr http://security.ubuntu.com trusty-security Release.gpg\n Could not resolve 'security.ubuntu.com'\nErr http://repo.cw-ngv.com binary/ Release.gpg\n Could not resolve 'repo.cw-ngv.com'\nErr http://archive.ubuntu.com trusty Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-updates Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-backports Release.gpg\n Could not resolve 'archive.ubuntu.com'\nReading package lists...\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease \n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com'\n\nW: Some index files failed to download. They have been ignored, or old ones used instead.\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.23\n+ '[' -n 192.168.0.23 ']'\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install homer --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package homer\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package clearwater-management\n+ retries=0\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.211\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.208\n++ echo A 172.30.9.208\n"} 2018-08-12 09:19:02,921 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd/action used request id req-f76f86ab-243b-4dce-9f0d-b975b5a6a68a 2018-08-12 09:19:02,921 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0798850059509s 2018-08-12 09:19:02,922 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd/action used request id req-f76f86ab-243b-4dce-9f0d-b975b5a6a68a 2018-08-12 09:19:02,923 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-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] 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-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] 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] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 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 2 CPUs, 0 hotplug CPUs [ 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 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008016] Security Framework initialized [ 0.008913] AppArmor: AppArmor initialized [ 0.009837] Yama: becoming mindful. [ 0.010748] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.013325] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.015408] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.016006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.017778] Initializing cgroup subsys memory [ 0.018719] Initializing cgroup subsys devices [ 0.020003] Initializing cgroup subsys freezer [ 0.021086] Initializing cgroup subsys blkio [ 0.021991] Initializing cgroup subsys perf_event [ 0.022999] Initializing cgroup subsys hugetlb [ 0.024056] CPU: Physical Processor ID: 0 [ 0.024946] FEATURE SPEC_CTRL Not Present [ 0.026471] mce: CPU supports 10 MCE banks [ 0.028035] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.028035] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.030137] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.031421] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.032003] Speculative Store Bypass: Vulnerable [ 0.033566] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000) [ 0.038566] ACPI: Core revision 20131115 [ 0.040460] ACPI: All ACPI Tables successfully acquired [ 0.041709] ftrace: allocating 28727 entries in 113 pages [ 0.060291] Enabling x2apic [ 0.061073] Enabled x2apic [ 0.061964] Switched APIC routing to physical x2apic. [ 0.064919] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.066290] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.069066] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.076856] KVM setup paravirtual spinlock [ 0.079139] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.080155] x86: Booting SMP configuration: [ 0.081281] .... node #0, CPUs: #1[ 0.079106] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.096026] x86: Booted up 1 node, 2 CPUs [ 0.096018] KVM setup async PF for cpu 1 [ 0.096020] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.099631] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.100348] devtmpfs: initialized [ 0.102632] EVM: security.selinux [ 0.104005] EVM: security.SMACK64 [ 0.104954] EVM: security.ima [ 0.105920] EVM: security.capability [ 0.108118] pinctrl core: initialized pinctrl subsystem [ 0.109704] regulator-dummy: no parameters [ 0.110929] RTC time: 9:14:42, date: 08/12/18 [ 0.112038] NET: Registered protocol family 16 [ 0.113457] cpuidle: using governor ladder [ 0.114609] cpuidle: using governor menu [ 0.115850] ACPI: bus type PCI registered [ 0.116004] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.117746] PCI: Using configuration type 1 for base access [ 0.120038] bio: create slab at 0 [ 0.121189] ACPI: Added _OSI(Module Device) [ 0.121189] ACPI: Added _OSI(Processor Device) [ 0.122213] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.124005] ACPI: Added _OSI(Processor Aggregator Device) [ 0.126110] ACPI: Interpreter enabled [ 0.127154] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.129830] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.132005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.134822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.136755] ACPI: (supports S0 S5) [ 0.137721] ACPI: Using IOAPIC for interrupt routing [ 0.139117] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.140200] ACPI: No dock devices found. [ 0.143264] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.144008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.145991] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.147946] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.148206] acpiphp: Slot [3] registered [ 0.149509] acpiphp: Slot [4] registered [ 0.150716] acpiphp: Slot [5] registered [ 0.151857] acpiphp: Slot [6] registered [ 0.152020] acpiphp: Slot [7] registered [ 0.153216] acpiphp: Slot [8] registered [ 0.154428] acpiphp: Slot [9] registered [ 0.155633] acpiphp: Slot [10] registered [ 0.156024] acpiphp: Slot [11] registered [ 0.157002] acpiphp: Slot [12] registered [ 0.157975] acpiphp: Slot [13] registered [ 0.158963] acpiphp: Slot [14] registered [ 0.159983] acpiphp: Slot [15] registered [ 0.160023] acpiphp: Slot [16] registered [ 0.160985] acpiphp: Slot [17] registered [ 0.161921] acpiphp: Slot [18] registered [ 0.162915] acpiphp: Slot [19] registered [ 0.163849] acpiphp: Slot [20] registered [ 0.164031] acpiphp: Slot [21] registered [ 0.164958] acpiphp: Slot [22] registered [ 0.165998] acpiphp: Slot [23] registered [ 0.166930] acpiphp: Slot [24] registered [ 0.167875] acpiphp: Slot [25] registered [ 0.168028] acpiphp: Slot [26] registered [ 0.168961] acpiphp: Slot [27] registered [ 0.169925] acpiphp: Slot [28] registered [ 0.170792] acpiphp: Slot [29] registered [ 0.171685] acpiphp: Slot [30] registered [ 0.172025] acpiphp: Slot [31] registered [ 0.172955] PCI host bridge to bus 0000:00 [ 0.173880] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.175056] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.176004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.177251] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.178637] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.180006] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.186663] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.188013] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.215762] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.216865] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.218635] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.220322] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.221905] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.223587] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.224212] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.225252] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.227068] vgaarb: loaded [ 0.228003] vgaarb: bridge control possible 0000:00:02.0 [ 0.229353] SCSI subsystem initialized [ 0.230422] ACPI: bus type USB registered [ 0.230422] usbcore: registered new interface driver usbfs [ 0.232012] usbcore: registered new interface driver hub [ 0.233326] usbcore: registered new device driver usb [ 0.233326] PCI: Using ACPI for IRQ routing [ 0.233326] NetLabel: Initializing [ 0.236006] NetLabel: domain hash size = 128 [ 0.237063] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.238225] NetLabel: unlabeled traffic allowed by default [ 0.239575] Switched to clocksource kvm-clock [ 0.243616] AppArmor: AppArmor Filesystem Enabled [ 0.248321] pnp: PnP ACPI init [ 0.249466] ACPI: bus type PNP registered [ 0.251582] pnp: PnP ACPI: found 8 devices [ 0.252803] ACPI: bus type PNP unregistered [ 0.261343] NET: Registered protocol family 2 [ 0.264264] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.266656] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.268553] TCP: Hash tables configured (established 16384 bind 16384) [ 0.270455] TCP: reno registered [ 0.271435] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.273178] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.275209] NET: Registered protocol family 1 [ 0.276622] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.278372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.279968] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.302269] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.325219] Trying to unpack rootfs image as initramfs... [ 0.418311] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.421287] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.423023] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.424607] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.427280] Scanning for low memory corruption every 60 seconds [ 0.429647] Initialise system trusted keyring [ 0.430835] audit: initializing netlink socket (disabled) [ 0.432157] type=2000 audit(1534065282.709:1): initialized [ 0.452031] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.454301] zbud: loaded [ 0.455252] VFS: Disk quotas dquot_6.5.2 [ 0.456290] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.458115] fuse init (API version 7.22) [ 0.459227] msgmni has been set to 3997 [ 0.460283] Key type big_key registered [ 0.461536] Key type asymmetric registered [ 0.462587] Asymmetric key parser 'x509' registered [ 0.463741] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.465576] io scheduler noop registered [ 0.466507] io scheduler deadline registered (default) [ 0.467638] io scheduler cfq registered [ 0.468678] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.469970] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.471482] ipmi message handler version 39.2 [ 0.472595] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.474326] ACPI: Power Button [PWRF] [ 0.475394] GHES: HEST is not enabled! [ 0.497489] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.542062] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.564583] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.566613] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.590635] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.593137] Linux agpgart interface v0.103 [ 0.595007] brd: module loaded [ 0.596218] loop: module loaded [ 0.597375] blk-mq: CPU -> queue map [ 0.598285] CPU 0 -> Queue 0 [ 0.599042] CPU 1 -> Queue 0 [ 0.600473] vda: vda1 [ 0.601881] scsi0 : ata_piix [ 0.602665] scsi1 : ata_piix [ 0.603381] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.604747] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.606311] libphy: Fixed MDIO Bus: probed [ 0.607293] tun: Universal TUN/TAP device driver, 1.6 [ 0.608367] tun: (C) 1999-2004 Max Krasnyansky [ 0.611003] PPP generic driver version 2.4.2 [ 0.612023] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.613322] ehci-pci: EHCI PCI platform driver [ 0.614273] ehci-platform: EHCI generic platform driver [ 0.615386] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.616641] ohci-pci: OHCI PCI platform driver [ 0.617624] ohci-platform: OHCI generic platform driver [ 0.618701] uhci_hcd: USB Universal Host Controller Interface driver [ 0.640745] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.641845] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.643461] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.644695] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.646020] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.647550] usb usb1: Product: UHCI Host Controller [ 0.648565] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd [ 0.649920] usb usb1: SerialNumber: 0000:00:01.2 [ 0.651116] hub 1-0:1.0: USB hub found [ 0.652166] hub 1-0:1.0: 2 ports detected [ 0.653393] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.655673] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.656701] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.657858] mousedev: PS/2 mouse device common for all mice [ 0.659249] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.661121] rtc_cmos 00:00: RTC can wake from S4 [ 0.662782] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.664550] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.666329] device-mapper: uevent: version 1.0.3 [ 0.667736] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.670130] ledtrig-cpu: registered to indicate activity on CPUs [ 0.671824] TCP: cubic registered [ 0.672903] NET: Registered protocol family 10 [ 0.674394] NET: Registered protocol family 17 [ 0.675733] Key type dns_resolver registered [ 0.677151] Loading compiled-in X.509 certificates [ 0.679026] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0' [ 0.681691] registered taskstats version 1 [ 0.692859] Key type trusted registered [ 0.696517] Key type encrypted registered [ 0.697497] AppArmor: AppArmor sha1 policy hashing enabled [ 0.698946] IMA: No TPM chip found, activating TPM-bypass! [ 0.700888] regulator-dummy: disabling [ 0.701901] Magic number: 14:35:222 [ 0.703011] rtc_cmos 00:00: setting system clock to 2018-08-12 09:14:43 UTC (1534065283) [ 0.704889] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.706135] EDD information not available. [ 0.761384] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000) [ 0.763225] Write protecting the kernel read-only data: 12288k [ 0.764990] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000) [ 0.767838] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.781703] systemd-udevd[107]: starting version 204 [ 0.820635] FDC 0 is a S82078B [ 0.964059] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.124684] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.126110] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.127461] usb 1-1: Product: QEMU USB Tablet [ 1.128372] usb 1-1: Manufacturer: QEMU [ 1.129215] usb 1-1: SerialNumber: 42 [ 1.420090] tsc: Refined TSC clocksource calibration: 3491.877 MHz [ 1.845302] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.096165] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.184699] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] [ 2.283393] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sun, 12 Aug 2018 09:14:45 +0000. Up 2.66 seconds. cloud-init-nonet[2.85]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting cold plug devices[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] cloud-init-nonet[9.46]: static networking is now up * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sun, 12 Aug 2018 09:14:52 +0000. Up 9.59 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:f8:47:bc | ci-info: | eth0 | True | 192.168.0.6 | 255.255.255.0 | fa:16:3e:a0:8c:69 | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.2 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: 9e:9e:9f:8d:3a:a6:9c:55:48:62:37:40:24:56:bf:96 root@homer-0 The key's randomart image is: +--[ RSA 2048]----+ | o+= | | . . o | | o = | | . + = | | E . | | o o | | + | | . +o. + | | +o+++ . | +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: f5:82:85:56:b7:31:ca:0c:a6:5a:c4:22:5d:9b:95:f7 root@homer-0 The key's randomart image is: +--[ DSA 1024]----+ | . oo +.. + | | . o..*.*.o + | | . .= o.*.. | | o . + .E | | . S . . | | . | | | | | | | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: ae:94:d0:9e:d4:d7:5a:03:f2:3e:7d:6b:94:24:f5:c1 root@homer-0 The key's randomart image is: +--[ECDSA 256]---+ | . | | .E | | . . . ..| | . . o o. . .| | . o S o +o . | | + + o + .o | | = . + ... | | . . . ... | | . .. | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: e9:6d:b2:ce:65:c3:06:5d:25:e6:9f:e9:9d:26:da:19 root@homer-0 The key's randomart image is: +--[ED25519 256--+ | o . | | o o | | o | | o . . o | | S . + | | . + . ..| | o O E.o.| | . B .o = | | .+ . o | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS homer-0 ttyS0 homer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Sun, 12 Aug 2018 09:16:57 +0000. Up 134.34 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Sun, 12 Aug 2018 09:17:57 +0000. Up 195.05 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com gpg: no valid OpenPGP data found. + apt-get update Err http://repo.cw-ngv.com binary/ InRelease Err http://archive.ubuntu.com trusty InRelease Err http://archive.ubuntu.com trusty-updates InRelease Err http://archive.ubuntu.com trusty-backports InRelease Err http://security.ubuntu.com trusty-security InRelease Err http://security.ubuntu.com trusty-security Release.gpg Could not resolve 'security.ubuntu.com' Err http://repo.cw-ngv.com binary/ Release.gpg Could not resolve 'repo.cw-ngv.com' Err http://archive.ubuntu.com trusty Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-updates Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-backports Release.gpg Could not resolve 'archive.ubuntu.com' Reading package lists... W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com' W: Some index files failed to download. They have been ignored, or old ones used instead. + mkdir -p /etc/clearwater + etcd_ip=192.168.0.23 + '[' -n 192.168.0.23 ']' + cat + DEBIAN_FRONTEND=noninteractive + apt-get install homer --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package homer + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package clearwater-management + retries=0 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.211 ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.208 ++ echo A 172.30.9.208 2018-08-12 09:19:02,924 - functest.core.singlevm - DEBUG - try 23: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-12 09:19:12,935 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:19:12,938 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:19:13,695 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:19: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-b83e7e7b-ded4-4ce6-bfc9-5fe67de236d6 x-compute-request-id: req-b83e7e7b-ded4-4ce6-bfc9-5fe67de236d6 Content-Encoding: gzip Content-Length: 1505 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:8c:69", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:8c:69", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:47:bc", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:47:bc", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/0d05f869-c182-4a19-86bf-4ac078c523fd", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:41.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "0d05f869-c182-4a19-86bf-4ac078c523fd", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:41Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "homer-0.clearwater.opnfv", "created": "2018-08-12T09:14:06Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:24:50", "version": 4, "addr": "192.168.0.22", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:24:50", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:35:db:99", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/1c9b6e42-b18c-407e-8d00-9077025769fd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1c9b6e42-b18c-407e-8d00-9077025769fd", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:39.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "1c9b6e42-b18c-407e-8d00-9077025769fd", "security_groups": [{"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:39Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "dime-0.clearwater.opnfv", "created": "2018-08-12T09:14:05Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:73:af", "version": 4, "addr": "192.168.0.17", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:73:af", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:b9:f2", "version": 4, "addr": "192.168.1.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:b9:f2", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:41.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:41Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "bono-0.clearwater.opnfv", "created": "2018-08-12T09:14:05Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:27:6c", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:27:6c", "version": 4, "addr": "172.30.9.216", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:82:86", "version": 4, "addr": "192.168.1.24", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/566a63cc-7490-4385-b2ac-bfb24030a031", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/566a63cc-7490-4385-b2ac-bfb24030a031", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:34.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "566a63cc-7490-4385-b2ac-bfb24030a031", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:34Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-12T09:14:04Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:9d:e5", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:9d:e5", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b4:d8:25", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/7a80620a-d807-4698-b6c3-7c140a7b5157", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/7a80620a-d807-4698-b6c3-7c140a7b5157", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:25.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "7a80620a-d807-4698-b6c3-7c140a7b5157", "security_groups": [{"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:25Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-12T09:14:04Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:ca:f6", "version": 4, "addr": "192.168.0.23", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:ca:f6", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/3544e1e5-febb-4596-964e-1a53f9d26ab6", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/3544e1e5-febb-4596-964e-1a53f9d26ab6", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:13:48.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "3544e1e5-febb-4596-964e-1a53f9d26ab6", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:13:48Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-12T09:12:11Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:77:d2", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:77:d2", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ac:00:39", "version": 4, "addr": "192.168.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/24234aa3-febc-4826-8d67-0c33e6f38782", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/24234aa3-febc-4826-8d67-0c33e6f38782", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:12:00.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "24234aa3-febc-4826-8d67-0c33e6f38782", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:12:00Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "ns.clearwater.opnfv", "created": "2018-08-12T09:10:20Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:19:13,695 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-b83e7e7b-ded4-4ce6-bfc9-5fe67de236d6 2018-08-12 09:19:13,695 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.760130167007s 2018-08-12 09:19:13,696 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-b83e7e7b-ded4-4ce6-bfc9-5fe67de236d6 2018-08-12 09:19:13,704 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-12 09:19:13,706 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd/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}d584eff3730be386f99aabb4bf64013d89965dc6" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 09:19:13,785 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:19: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-73f943e8-7b7e-49d1-940b-918b97c23eb4 x-compute-request-id: req-73f943e8-7b7e-49d1-940b-918b97c23eb4 Content-Encoding: gzip Content-Length: 10641 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 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] 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-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] 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] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\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 2 CPUs, 0 hotplug CPUs\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 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008016] Security Framework initialized\n[ 0.008913] AppArmor: AppArmor initialized\n[ 0.009837] Yama: becoming mindful.\n[ 0.010748] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.013325] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.015408] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.016006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.017778] Initializing cgroup subsys memory\n[ 0.018719] Initializing cgroup subsys devices\n[ 0.020003] Initializing cgroup subsys freezer\n[ 0.021086] Initializing cgroup subsys blkio\n[ 0.021991] Initializing cgroup subsys perf_event\n[ 0.022999] Initializing cgroup subsys hugetlb\n[ 0.024056] CPU: Physical Processor ID: 0\n[ 0.024946] FEATURE SPEC_CTRL Not Present\n[ 0.026471] mce: CPU supports 10 MCE banks\n[ 0.028035] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.028035] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.030137] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.031421] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.032003] Speculative Store Bypass: Vulnerable\n[ 0.033566] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000)\n[ 0.038566] ACPI: Core revision 20131115\n[ 0.040460] ACPI: All ACPI Tables successfully acquired\n[ 0.041709] ftrace: allocating 28727 entries in 113 pages\n[ 0.060291] Enabling x2apic\n[ 0.061073] Enabled x2apic\n[ 0.061964] Switched APIC routing to physical x2apic.\n[ 0.064919] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.066290] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.069066] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.076856] KVM setup paravirtual spinlock\n[ 0.079139] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.080155] x86: Booting SMP configuration:\n[ 0.081281] .... node #0, CPUs: #1[ 0.079106] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.096026] x86: Booted up 1 node, 2 CPUs\n[ 0.096018] KVM setup async PF for cpu 1\n[ 0.096020] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.099631] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.100348] devtmpfs: initialized\n[ 0.102632] EVM: security.selinux\n[ 0.104005] EVM: security.SMACK64\n[ 0.104954] EVM: security.ima\n[ 0.105920] EVM: security.capability\n[ 0.108118] pinctrl core: initialized pinctrl subsystem\n[ 0.109704] regulator-dummy: no parameters\n[ 0.110929] RTC time: 9:14:42, date: 08/12/18\n[ 0.112038] NET: Registered protocol family 16\n[ 0.113457] cpuidle: using governor ladder\n[ 0.114609] cpuidle: using governor menu\n[ 0.115850] ACPI: bus type PCI registered\n[ 0.116004] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.117746] PCI: Using configuration type 1 for base access\n[ 0.120038] bio: create slab at 0\n[ 0.121189] ACPI: Added _OSI(Module Device)\n[ 0.121189] ACPI: Added _OSI(Processor Device)\n[ 0.122213] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.124005] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.126110] ACPI: Interpreter enabled\n[ 0.127154] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.129830] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.132005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.134822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.136755] ACPI: (supports S0 S5)\n[ 0.137721] ACPI: Using IOAPIC for interrupt routing\n[ 0.139117] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.140200] ACPI: No dock devices found.\n[ 0.143264] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.144008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.145991] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.147946] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.148206] acpiphp: Slot [3] registered\n[ 0.149509] acpiphp: Slot [4] registered\n[ 0.150716] acpiphp: Slot [5] registered\n[ 0.151857] acpiphp: Slot [6] registered\n[ 0.152020] acpiphp: Slot [7] registered\n[ 0.153216] acpiphp: Slot [8] registered\n[ 0.154428] acpiphp: Slot [9] registered\n[ 0.155633] acpiphp: Slot [10] registered\n[ 0.156024] acpiphp: Slot [11] registered\n[ 0.157002] acpiphp: Slot [12] registered\n[ 0.157975] acpiphp: Slot [13] registered\n[ 0.158963] acpiphp: Slot [14] registered\n[ 0.159983] acpiphp: Slot [15] registered\n[ 0.160023] acpiphp: Slot [16] registered\n[ 0.160985] acpiphp: Slot [17] registered\n[ 0.161921] acpiphp: Slot [18] registered\n[ 0.162915] acpiphp: Slot [19] registered\n[ 0.163849] acpiphp: Slot [20] registered\n[ 0.164031] acpiphp: Slot [21] registered\n[ 0.164958] acpiphp: Slot [22] registered\n[ 0.165998] acpiphp: Slot [23] registered\n[ 0.166930] acpiphp: Slot [24] registered\n[ 0.167875] acpiphp: Slot [25] registered\n[ 0.168028] acpiphp: Slot [26] registered\n[ 0.168961] acpiphp: Slot [27] registered\n[ 0.169925] acpiphp: Slot [28] registered\n[ 0.170792] acpiphp: Slot [29] registered\n[ 0.171685] acpiphp: Slot [30] registered\n[ 0.172025] acpiphp: Slot [31] registered\n[ 0.172955] PCI host bridge to bus 0000:00\n[ 0.173880] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.175056] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.176004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.177251] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.178637] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.180006] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.186663] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.188013] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.215762] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.216865] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.218635] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.220322] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.221905] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.223587] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.224212] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.225252] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.227068] vgaarb: loaded\n[ 0.228003] vgaarb: bridge control possible 0000:00:02.0\n[ 0.229353] SCSI subsystem initialized\n[ 0.230422] ACPI: bus type USB registered\n[ 0.230422] usbcore: registered new interface driver usbfs\n[ 0.232012] usbcore: registered new interface driver hub\n[ 0.233326] usbcore: registered new device driver usb\n[ 0.233326] PCI: Using ACPI for IRQ routing\n[ 0.233326] NetLabel: Initializing\n[ 0.236006] NetLabel: domain hash size = 128\n[ 0.237063] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.238225] NetLabel: unlabeled traffic allowed by default\n[ 0.239575] Switched to clocksource kvm-clock\n[ 0.243616] AppArmor: AppArmor Filesystem Enabled\n[ 0.248321] pnp: PnP ACPI init\n[ 0.249466] ACPI: bus type PNP registered\n[ 0.251582] pnp: PnP ACPI: found 8 devices\n[ 0.252803] ACPI: bus type PNP unregistered\n[ 0.261343] NET: Registered protocol family 2\n[ 0.264264] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.266656] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.268553] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.270455] TCP: reno registered\n[ 0.271435] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.273178] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.275209] NET: Registered protocol family 1\n[ 0.276622] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.278372] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.279968] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.302269] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.325219] Trying to unpack rootfs image as initramfs...\n[ 0.418311] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.421287] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.423023] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.424607] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.427280] Scanning for low memory corruption every 60 seconds\n[ 0.429647] Initialise system trusted keyring\n[ 0.430835] audit: initializing netlink socket (disabled)\n[ 0.432157] type=2000 audit(1534065282.709:1): initialized\n[ 0.452031] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.454301] zbud: loaded\n[ 0.455252] VFS: Disk quotas dquot_6.5.2\n[ 0.456290] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.458115] fuse init (API version 7.22)\n[ 0.459227] msgmni has been set to 3997\n[ 0.460283] Key type big_key registered\n[ 0.461536] Key type asymmetric registered\n[ 0.462587] Asymmetric key parser 'x509' registered\n[ 0.463741] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.465576] io scheduler noop registered\n[ 0.466507] io scheduler deadline registered (default)\n[ 0.467638] io scheduler cfq registered\n[ 0.468678] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.469970] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.471482] ipmi message handler version 39.2\n[ 0.472595] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.474326] ACPI: Power Button [PWRF]\n[ 0.475394] GHES: HEST is not enabled!\n[ 0.497489] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.542062] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564583] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.566613] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590635] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593137] Linux agpgart interface v0.103\n[ 0.595007] brd: module loaded\n[ 0.596218] loop: module loaded\n[ 0.597375] blk-mq: CPU -> queue map\n[ 0.598285] CPU 0 -> Queue 0\n[ 0.599042] CPU 1 -> Queue 0\n[ 0.600473] vda: vda1\n[ 0.601881] scsi0 : ata_piix\n[ 0.602665] scsi1 : ata_piix\n[ 0.603381] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.604747] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.606311] libphy: Fixed MDIO Bus: probed\n[ 0.607293] tun: Universal TUN/TAP device driver, 1.6\n[ 0.608367] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.611003] PPP generic driver version 2.4.2\n[ 0.612023] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.613322] ehci-pci: EHCI PCI platform driver\n[ 0.614273] ehci-platform: EHCI generic platform driver\n[ 0.615386] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.616641] ohci-pci: OHCI PCI platform driver\n[ 0.617624] ohci-platform: OHCI generic platform driver\n[ 0.618701] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.640745] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.641845] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.643461] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.644695] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646020] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647550] usb usb1: Product: UHCI Host Controller\n[ 0.648565] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd\n[ 0.649920] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651116] hub 1-0:1.0: USB hub found\n[ 0.652166] hub 1-0:1.0: 2 ports detected\n[ 0.653393] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655673] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656701] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657858] mousedev: PS/2 mouse device common for all mice\n[ 0.659249] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.661121] rtc_cmos 00:00: RTC can wake from S4\n[ 0.662782] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.664550] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.666329] device-mapper: uevent: version 1.0.3\n[ 0.667736] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.670130] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.671824] TCP: cubic registered\n[ 0.672903] NET: Registered protocol family 10\n[ 0.674394] NET: Registered protocol family 17\n[ 0.675733] Key type dns_resolver registered\n[ 0.677151] Loading compiled-in X.509 certificates\n[ 0.679026] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0'\n[ 0.681691] registered taskstats version 1\n[ 0.692859] Key type trusted registered\n[ 0.696517] Key type encrypted registered\n[ 0.697497] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.698946] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.700888] regulator-dummy: disabling\n[ 0.701901] Magic number: 14:35:222\n[ 0.703011] rtc_cmos 00:00: setting system clock to 2018-08-12 09:14:43 UTC (1534065283)\n[ 0.704889] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.706135] EDD information not available.\n[ 0.761384] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000)\n[ 0.763225] Write protecting the kernel read-only data: 12288k\n[ 0.764990] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000)\n[ 0.767838] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.781703] systemd-udevd[107]: starting version 204\n[ 0.820635] FDC 0 is a S82078B\n[ 0.964059] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.124684] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.126110] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.127461] usb 1-1: Product: QEMU USB Tablet\n[ 1.128372] usb 1-1: Manufacturer: QEMU\n[ 1.129215] usb 1-1: SerialNumber: 42\n[ 1.420090] tsc: Refined TSC clocksource calibration: 3491.877 MHz\n[ 1.845302] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.096165] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.184699] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n[ 2.283393] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sun, 12 Aug 2018 09:14:45 +0000. Up 2.66 seconds.\ncloud-init-nonet[2.85]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting cold plug devices[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\ncloud-init-nonet[9.46]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sun, 12 Aug 2018 09:14:52 +0000. Up 9.59 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:f8:47:bc |\nci-info: | eth0 | True | 192.168.0.6 | 255.255.255.0 | fa:16:3e:a0:8c:69 |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.2 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\n9e:9e:9f:8d:3a:a6:9c:55:48:62:37:40:24:56:bf:96 root@homer-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| o+= |\n| . . o |\n| o = |\n| . + = |\n| E . |\n| o o |\n| + |\n| . +o. + |\n| +o+++ . |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\nf5:82:85:56:b7:31:ca:0c:a6:5a:c4:22:5d:9b:95:f7 root@homer-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| . oo +.. + |\n| . o..*.*.o + |\n| . .= o.*.. |\n| o . + .E |\n| . S . . |\n| . |\n| |\n| |\n| |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\nae:94:d0:9e:d4:d7:5a:03:f2:3e:7d:6b:94:24:f5:c1 root@homer-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| . |\n| .E |\n| . . . ..|\n| . . o o. . .|\n| . o S o +o . |\n| + + o + .o |\n| = . + ... |\n| . . . ... |\n| . .. |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\ne9:6d:b2:ce:65:c3:06:5d:25:e6:9f:e9:9d:26:da:19 root@homer-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| o . |\n| o o |\n| o |\n| o . . o |\n| S . + |\n| . + . ..|\n| o O E.o.|\n| . B .o = |\n| .+ . o |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS homer-0 ttyS0\n\nhomer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Sun, 12 Aug 2018 09:16:57 +0000. Up 134.34 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Sun, 12 Aug 2018 09:17:57 +0000. Up 195.05 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com\ngpg: no valid OpenPGP data found.\n+ apt-get update\nErr http://repo.cw-ngv.com binary/ InRelease\n \nErr http://archive.ubuntu.com trusty InRelease\n \nErr http://archive.ubuntu.com trusty-updates InRelease\n \nErr http://archive.ubuntu.com trusty-backports InRelease\n \nErr http://security.ubuntu.com trusty-security InRelease\n \nErr http://security.ubuntu.com trusty-security Release.gpg\n Could not resolve 'security.ubuntu.com'\nErr http://repo.cw-ngv.com binary/ Release.gpg\n Could not resolve 'repo.cw-ngv.com'\nErr http://archive.ubuntu.com trusty Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-updates Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-backports Release.gpg\n Could not resolve 'archive.ubuntu.com'\nReading package lists...\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease \n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com'\n\nW: Some index files failed to download. They have been ignored, or old ones used instead.\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.23\n+ '[' -n 192.168.0.23 ']'\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install homer --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package homer\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package clearwater-management\n+ retries=0\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.211\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.208\n++ echo A 172.30.9.208\n"} 2018-08-12 09:19:13,786 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd/action used request id req-73f943e8-7b7e-49d1-940b-918b97c23eb4 2018-08-12 09:19:13,786 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0823910236359s 2018-08-12 09:19:13,787 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd/action used request id req-73f943e8-7b7e-49d1-940b-918b97c23eb4 2018-08-12 09:19:13,788 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-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] 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-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] 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] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 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 2 CPUs, 0 hotplug CPUs [ 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 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008016] Security Framework initialized [ 0.008913] AppArmor: AppArmor initialized [ 0.009837] Yama: becoming mindful. [ 0.010748] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.013325] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.015408] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.016006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.017778] Initializing cgroup subsys memory [ 0.018719] Initializing cgroup subsys devices [ 0.020003] Initializing cgroup subsys freezer [ 0.021086] Initializing cgroup subsys blkio [ 0.021991] Initializing cgroup subsys perf_event [ 0.022999] Initializing cgroup subsys hugetlb [ 0.024056] CPU: Physical Processor ID: 0 [ 0.024946] FEATURE SPEC_CTRL Not Present [ 0.026471] mce: CPU supports 10 MCE banks [ 0.028035] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.028035] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.030137] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.031421] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.032003] Speculative Store Bypass: Vulnerable [ 0.033566] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000) [ 0.038566] ACPI: Core revision 20131115 [ 0.040460] ACPI: All ACPI Tables successfully acquired [ 0.041709] ftrace: allocating 28727 entries in 113 pages [ 0.060291] Enabling x2apic [ 0.061073] Enabled x2apic [ 0.061964] Switched APIC routing to physical x2apic. [ 0.064919] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.066290] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.069066] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.076856] KVM setup paravirtual spinlock [ 0.079139] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.080155] x86: Booting SMP configuration: [ 0.081281] .... node #0, CPUs: #1[ 0.079106] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.096026] x86: Booted up 1 node, 2 CPUs [ 0.096018] KVM setup async PF for cpu 1 [ 0.096020] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.099631] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.100348] devtmpfs: initialized [ 0.102632] EVM: security.selinux [ 0.104005] EVM: security.SMACK64 [ 0.104954] EVM: security.ima [ 0.105920] EVM: security.capability [ 0.108118] pinctrl core: initialized pinctrl subsystem [ 0.109704] regulator-dummy: no parameters [ 0.110929] RTC time: 9:14:42, date: 08/12/18 [ 0.112038] NET: Registered protocol family 16 [ 0.113457] cpuidle: using governor ladder [ 0.114609] cpuidle: using governor menu [ 0.115850] ACPI: bus type PCI registered [ 0.116004] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.117746] PCI: Using configuration type 1 for base access [ 0.120038] bio: create slab at 0 [ 0.121189] ACPI: Added _OSI(Module Device) [ 0.121189] ACPI: Added _OSI(Processor Device) [ 0.122213] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.124005] ACPI: Added _OSI(Processor Aggregator Device) [ 0.126110] ACPI: Interpreter enabled [ 0.127154] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.129830] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.132005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.134822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.136755] ACPI: (supports S0 S5) [ 0.137721] ACPI: Using IOAPIC for interrupt routing [ 0.139117] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.140200] ACPI: No dock devices found. [ 0.143264] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.144008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.145991] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.147946] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.148206] acpiphp: Slot [3] registered [ 0.149509] acpiphp: Slot [4] registered [ 0.150716] acpiphp: Slot [5] registered [ 0.151857] acpiphp: Slot [6] registered [ 0.152020] acpiphp: Slot [7] registered [ 0.153216] acpiphp: Slot [8] registered [ 0.154428] acpiphp: Slot [9] registered [ 0.155633] acpiphp: Slot [10] registered [ 0.156024] acpiphp: Slot [11] registered [ 0.157002] acpiphp: Slot [12] registered [ 0.157975] acpiphp: Slot [13] registered [ 0.158963] acpiphp: Slot [14] registered [ 0.159983] acpiphp: Slot [15] registered [ 0.160023] acpiphp: Slot [16] registered [ 0.160985] acpiphp: Slot [17] registered [ 0.161921] acpiphp: Slot [18] registered [ 0.162915] acpiphp: Slot [19] registered [ 0.163849] acpiphp: Slot [20] registered [ 0.164031] acpiphp: Slot [21] registered [ 0.164958] acpiphp: Slot [22] registered [ 0.165998] acpiphp: Slot [23] registered [ 0.166930] acpiphp: Slot [24] registered [ 0.167875] acpiphp: Slot [25] registered [ 0.168028] acpiphp: Slot [26] registered [ 0.168961] acpiphp: Slot [27] registered [ 0.169925] acpiphp: Slot [28] registered [ 0.170792] acpiphp: Slot [29] registered [ 0.171685] acpiphp: Slot [30] registered [ 0.172025] acpiphp: Slot [31] registered [ 0.172955] PCI host bridge to bus 0000:00 [ 0.173880] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.175056] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.176004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.177251] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.178637] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.180006] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.186663] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.188013] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.215762] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.216865] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.218635] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.220322] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.221905] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.223587] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.224212] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.225252] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.227068] vgaarb: loaded [ 0.228003] vgaarb: bridge control possible 0000:00:02.0 [ 0.229353] SCSI subsystem initialized [ 0.230422] ACPI: bus type USB registered [ 0.230422] usbcore: registered new interface driver usbfs [ 0.232012] usbcore: registered new interface driver hub [ 0.233326] usbcore: registered new device driver usb [ 0.233326] PCI: Using ACPI for IRQ routing [ 0.233326] NetLabel: Initializing [ 0.236006] NetLabel: domain hash size = 128 [ 0.237063] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.238225] NetLabel: unlabeled traffic allowed by default [ 0.239575] Switched to clocksource kvm-clock [ 0.243616] AppArmor: AppArmor Filesystem Enabled [ 0.248321] pnp: PnP ACPI init [ 0.249466] ACPI: bus type PNP registered [ 0.251582] pnp: PnP ACPI: found 8 devices [ 0.252803] ACPI: bus type PNP unregistered [ 0.261343] NET: Registered protocol family 2 [ 0.264264] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.266656] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.268553] TCP: Hash tables configured (established 16384 bind 16384) [ 0.270455] TCP: reno registered [ 0.271435] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.273178] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.275209] NET: Registered protocol family 1 [ 0.276622] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.278372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.279968] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.302269] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.325219] Trying to unpack rootfs image as initramfs... [ 0.418311] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.421287] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.423023] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.424607] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.427280] Scanning for low memory corruption every 60 seconds [ 0.429647] Initialise system trusted keyring [ 0.430835] audit: initializing netlink socket (disabled) [ 0.432157] type=2000 audit(1534065282.709:1): initialized [ 0.452031] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.454301] zbud: loaded [ 0.455252] VFS: Disk quotas dquot_6.5.2 [ 0.456290] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.458115] fuse init (API version 7.22) [ 0.459227] msgmni has been set to 3997 [ 0.460283] Key type big_key registered [ 0.461536] Key type asymmetric registered [ 0.462587] Asymmetric key parser 'x509' registered [ 0.463741] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.465576] io scheduler noop registered [ 0.466507] io scheduler deadline registered (default) [ 0.467638] io scheduler cfq registered [ 0.468678] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.469970] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.471482] ipmi message handler version 39.2 [ 0.472595] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.474326] ACPI: Power Button [PWRF] [ 0.475394] GHES: HEST is not enabled! [ 0.497489] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.542062] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.564583] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.566613] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.590635] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.593137] Linux agpgart interface v0.103 [ 0.595007] brd: module loaded [ 0.596218] loop: module loaded [ 0.597375] blk-mq: CPU -> queue map [ 0.598285] CPU 0 -> Queue 0 [ 0.599042] CPU 1 -> Queue 0 [ 0.600473] vda: vda1 [ 0.601881] scsi0 : ata_piix [ 0.602665] scsi1 : ata_piix [ 0.603381] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.604747] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.606311] libphy: Fixed MDIO Bus: probed [ 0.607293] tun: Universal TUN/TAP device driver, 1.6 [ 0.608367] tun: (C) 1999-2004 Max Krasnyansky [ 0.611003] PPP generic driver version 2.4.2 [ 0.612023] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.613322] ehci-pci: EHCI PCI platform driver [ 0.614273] ehci-platform: EHCI generic platform driver [ 0.615386] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.616641] ohci-pci: OHCI PCI platform driver [ 0.617624] ohci-platform: OHCI generic platform driver [ 0.618701] uhci_hcd: USB Universal Host Controller Interface driver [ 0.640745] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.641845] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.643461] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.644695] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.646020] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.647550] usb usb1: Product: UHCI Host Controller [ 0.648565] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd [ 0.649920] usb usb1: SerialNumber: 0000:00:01.2 [ 0.651116] hub 1-0:1.0: USB hub found [ 0.652166] hub 1-0:1.0: 2 ports detected [ 0.653393] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.655673] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.656701] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.657858] mousedev: PS/2 mouse device common for all mice [ 0.659249] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.661121] rtc_cmos 00:00: RTC can wake from S4 [ 0.662782] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.664550] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.666329] device-mapper: uevent: version 1.0.3 [ 0.667736] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.670130] ledtrig-cpu: registered to indicate activity on CPUs [ 0.671824] TCP: cubic registered [ 0.672903] NET: Registered protocol family 10 [ 0.674394] NET: Registered protocol family 17 [ 0.675733] Key type dns_resolver registered [ 0.677151] Loading compiled-in X.509 certificates [ 0.679026] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0' [ 0.681691] registered taskstats version 1 [ 0.692859] Key type trusted registered [ 0.696517] Key type encrypted registered [ 0.697497] AppArmor: AppArmor sha1 policy hashing enabled [ 0.698946] IMA: No TPM chip found, activating TPM-bypass! [ 0.700888] regulator-dummy: disabling [ 0.701901] Magic number: 14:35:222 [ 0.703011] rtc_cmos 00:00: setting system clock to 2018-08-12 09:14:43 UTC (1534065283) [ 0.704889] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.706135] EDD information not available. [ 0.761384] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000) [ 0.763225] Write protecting the kernel read-only data: 12288k [ 0.764990] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000) [ 0.767838] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.781703] systemd-udevd[107]: starting version 204 [ 0.820635] FDC 0 is a S82078B [ 0.964059] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.124684] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.126110] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.127461] usb 1-1: Product: QEMU USB Tablet [ 1.128372] usb 1-1: Manufacturer: QEMU [ 1.129215] usb 1-1: SerialNumber: 42 [ 1.420090] tsc: Refined TSC clocksource calibration: 3491.877 MHz [ 1.845302] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.096165] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.184699] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] [ 2.283393] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sun, 12 Aug 2018 09:14:45 +0000. Up 2.66 seconds. cloud-init-nonet[2.85]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting cold plug devices[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] cloud-init-nonet[9.46]: static networking is now up * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sun, 12 Aug 2018 09:14:52 +0000. Up 9.59 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:f8:47:bc | ci-info: | eth0 | True | 192.168.0.6 | 255.255.255.0 | fa:16:3e:a0:8c:69 | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.2 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: 9e:9e:9f:8d:3a:a6:9c:55:48:62:37:40:24:56:bf:96 root@homer-0 The key's randomart image is: +--[ RSA 2048]----+ | o+= | | . . o | | o = | | . + = | | E . | | o o | | + | | . +o. + | | +o+++ . | +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: f5:82:85:56:b7:31:ca:0c:a6:5a:c4:22:5d:9b:95:f7 root@homer-0 The key's randomart image is: +--[ DSA 1024]----+ | . oo +.. + | | . o..*.*.o + | | . .= o.*.. | | o . + .E | | . S . . | | . | | | | | | | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: ae:94:d0:9e:d4:d7:5a:03:f2:3e:7d:6b:94:24:f5:c1 root@homer-0 The key's randomart image is: +--[ECDSA 256]---+ | . | | .E | | . . . ..| | . . o o. . .| | . o S o +o . | | + + o + .o | | = . + ... | | . . . ... | | . .. | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: e9:6d:b2:ce:65:c3:06:5d:25:e6:9f:e9:9d:26:da:19 root@homer-0 The key's randomart image is: +--[ED25519 256--+ | o . | | o o | | o | | o . . o | | S . + | | . + . ..| | o O E.o.| | . B .o = | | .+ . o | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS homer-0 ttyS0 homer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Sun, 12 Aug 2018 09:16:57 +0000. Up 134.34 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Sun, 12 Aug 2018 09:17:57 +0000. Up 195.05 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com gpg: no valid OpenPGP data found. + apt-get update Err http://repo.cw-ngv.com binary/ InRelease Err http://archive.ubuntu.com trusty InRelease Err http://archive.ubuntu.com trusty-updates InRelease Err http://archive.ubuntu.com trusty-backports InRelease Err http://security.ubuntu.com trusty-security InRelease Err http://security.ubuntu.com trusty-security Release.gpg Could not resolve 'security.ubuntu.com' Err http://repo.cw-ngv.com binary/ Release.gpg Could not resolve 'repo.cw-ngv.com' Err http://archive.ubuntu.com trusty Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-updates Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-backports Release.gpg Could not resolve 'archive.ubuntu.com' Reading package lists... W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com' W: Some index files failed to download. They have been ignored, or old ones used instead. + mkdir -p /etc/clearwater + etcd_ip=192.168.0.23 + '[' -n 192.168.0.23 ']' + cat + DEBIAN_FRONTEND=noninteractive + apt-get install homer --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package homer + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package clearwater-management + retries=0 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.211 ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.208 ++ echo A 172.30.9.208 2018-08-12 09:19:13,790 - functest.core.singlevm - DEBUG - try 24: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-12 09:19:23,800 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:19:23,803 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:19:25,197 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:19: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-2ead4adf-2a43-46d1-9568-67f61a8bc365 x-compute-request-id: req-2ead4adf-2a43-46d1-9568-67f61a8bc365 Content-Encoding: gzip Content-Length: 1505 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:8c:69", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:8c:69", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:47:bc", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:47:bc", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/0d05f869-c182-4a19-86bf-4ac078c523fd", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:41.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "0d05f869-c182-4a19-86bf-4ac078c523fd", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:41Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "homer-0.clearwater.opnfv", "created": "2018-08-12T09:14:06Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:24:50", "version": 4, "addr": "192.168.0.22", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:24:50", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:35:db:99", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/1c9b6e42-b18c-407e-8d00-9077025769fd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1c9b6e42-b18c-407e-8d00-9077025769fd", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:39.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "1c9b6e42-b18c-407e-8d00-9077025769fd", "security_groups": [{"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:39Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "dime-0.clearwater.opnfv", "created": "2018-08-12T09:14:05Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:73:af", "version": 4, "addr": "192.168.0.17", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:73:af", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:b9:f2", "version": 4, "addr": "192.168.1.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:b9:f2", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:41.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:41Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "bono-0.clearwater.opnfv", "created": "2018-08-12T09:14:05Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:27:6c", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:27:6c", "version": 4, "addr": "172.30.9.216", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:82:86", "version": 4, "addr": "192.168.1.24", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/566a63cc-7490-4385-b2ac-bfb24030a031", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/566a63cc-7490-4385-b2ac-bfb24030a031", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:34.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "566a63cc-7490-4385-b2ac-bfb24030a031", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:34Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-12T09:14:04Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:9d:e5", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:9d:e5", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b4:d8:25", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/7a80620a-d807-4698-b6c3-7c140a7b5157", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/7a80620a-d807-4698-b6c3-7c140a7b5157", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:25.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "7a80620a-d807-4698-b6c3-7c140a7b5157", "security_groups": [{"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:25Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-12T09:14:04Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:ca:f6", "version": 4, "addr": "192.168.0.23", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:ca:f6", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/3544e1e5-febb-4596-964e-1a53f9d26ab6", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/3544e1e5-febb-4596-964e-1a53f9d26ab6", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:13:48.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "3544e1e5-febb-4596-964e-1a53f9d26ab6", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:13:48Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-12T09:12:11Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:77:d2", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:77:d2", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ac:00:39", "version": 4, "addr": "192.168.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/24234aa3-febc-4826-8d67-0c33e6f38782", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/24234aa3-febc-4826-8d67-0c33e6f38782", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:12:00.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "24234aa3-febc-4826-8d67-0c33e6f38782", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:12:00Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "ns.clearwater.opnfv", "created": "2018-08-12T09:10:20Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:19:25,198 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-2ead4adf-2a43-46d1-9568-67f61a8bc365 2018-08-12 09:19:25,198 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.39744997025s 2018-08-12 09:19:25,199 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-2ead4adf-2a43-46d1-9568-67f61a8bc365 2018-08-12 09:19:25,206 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-12 09:19:25,209 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd/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}d584eff3730be386f99aabb4bf64013d89965dc6" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 09:19:25,282 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:19: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-3f36e6b8-9010-4295-8b4d-fd70a981f268 x-compute-request-id: req-3f36e6b8-9010-4295-8b4d-fd70a981f268 Content-Encoding: gzip Content-Length: 10753 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 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] 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-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] 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] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\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 2 CPUs, 0 hotplug CPUs\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 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008016] Security Framework initialized\n[ 0.008913] AppArmor: AppArmor initialized\n[ 0.009837] Yama: becoming mindful.\n[ 0.010748] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.013325] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.015408] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.016006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.017778] Initializing cgroup subsys memory\n[ 0.018719] Initializing cgroup subsys devices\n[ 0.020003] Initializing cgroup subsys freezer\n[ 0.021086] Initializing cgroup subsys blkio\n[ 0.021991] Initializing cgroup subsys perf_event\n[ 0.022999] Initializing cgroup subsys hugetlb\n[ 0.024056] CPU: Physical Processor ID: 0\n[ 0.024946] FEATURE SPEC_CTRL Not Present\n[ 0.026471] mce: CPU supports 10 MCE banks\n[ 0.028035] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.028035] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.030137] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.031421] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.032003] Speculative Store Bypass: Vulnerable\n[ 0.033566] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000)\n[ 0.038566] ACPI: Core revision 20131115\n[ 0.040460] ACPI: All ACPI Tables successfully acquired\n[ 0.041709] ftrace: allocating 28727 entries in 113 pages\n[ 0.060291] Enabling x2apic\n[ 0.061073] Enabled x2apic\n[ 0.061964] Switched APIC routing to physical x2apic.\n[ 0.064919] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.066290] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.069066] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.076856] KVM setup paravirtual spinlock\n[ 0.079139] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.080155] x86: Booting SMP configuration:\n[ 0.081281] .... node #0, CPUs: #1[ 0.079106] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.096026] x86: Booted up 1 node, 2 CPUs\n[ 0.096018] KVM setup async PF for cpu 1\n[ 0.096020] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.099631] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.100348] devtmpfs: initialized\n[ 0.102632] EVM: security.selinux\n[ 0.104005] EVM: security.SMACK64\n[ 0.104954] EVM: security.ima\n[ 0.105920] EVM: security.capability\n[ 0.108118] pinctrl core: initialized pinctrl subsystem\n[ 0.109704] regulator-dummy: no parameters\n[ 0.110929] RTC time: 9:14:42, date: 08/12/18\n[ 0.112038] NET: Registered protocol family 16\n[ 0.113457] cpuidle: using governor ladder\n[ 0.114609] cpuidle: using governor menu\n[ 0.115850] ACPI: bus type PCI registered\n[ 0.116004] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.117746] PCI: Using configuration type 1 for base access\n[ 0.120038] bio: create slab at 0\n[ 0.121189] ACPI: Added _OSI(Module Device)\n[ 0.121189] ACPI: Added _OSI(Processor Device)\n[ 0.122213] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.124005] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.126110] ACPI: Interpreter enabled\n[ 0.127154] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.129830] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.132005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.134822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.136755] ACPI: (supports S0 S5)\n[ 0.137721] ACPI: Using IOAPIC for interrupt routing\n[ 0.139117] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.140200] ACPI: No dock devices found.\n[ 0.143264] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.144008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.145991] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.147946] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.148206] acpiphp: Slot [3] registered\n[ 0.149509] acpiphp: Slot [4] registered\n[ 0.150716] acpiphp: Slot [5] registered\n[ 0.151857] acpiphp: Slot [6] registered\n[ 0.152020] acpiphp: Slot [7] registered\n[ 0.153216] acpiphp: Slot [8] registered\n[ 0.154428] acpiphp: Slot [9] registered\n[ 0.155633] acpiphp: Slot [10] registered\n[ 0.156024] acpiphp: Slot [11] registered\n[ 0.157002] acpiphp: Slot [12] registered\n[ 0.157975] acpiphp: Slot [13] registered\n[ 0.158963] acpiphp: Slot [14] registered\n[ 0.159983] acpiphp: Slot [15] registered\n[ 0.160023] acpiphp: Slot [16] registered\n[ 0.160985] acpiphp: Slot [17] registered\n[ 0.161921] acpiphp: Slot [18] registered\n[ 0.162915] acpiphp: Slot [19] registered\n[ 0.163849] acpiphp: Slot [20] registered\n[ 0.164031] acpiphp: Slot [21] registered\n[ 0.164958] acpiphp: Slot [22] registered\n[ 0.165998] acpiphp: Slot [23] registered\n[ 0.166930] acpiphp: Slot [24] registered\n[ 0.167875] acpiphp: Slot [25] registered\n[ 0.168028] acpiphp: Slot [26] registered\n[ 0.168961] acpiphp: Slot [27] registered\n[ 0.169925] acpiphp: Slot [28] registered\n[ 0.170792] acpiphp: Slot [29] registered\n[ 0.171685] acpiphp: Slot [30] registered\n[ 0.172025] acpiphp: Slot [31] registered\n[ 0.172955] PCI host bridge to bus 0000:00\n[ 0.173880] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.175056] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.176004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.177251] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.178637] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.180006] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.186663] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.188013] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.215762] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.216865] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.218635] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.220322] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.221905] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.223587] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.224212] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.225252] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.227068] vgaarb: loaded\n[ 0.228003] vgaarb: bridge control possible 0000:00:02.0\n[ 0.229353] SCSI subsystem initialized\n[ 0.230422] ACPI: bus type USB registered\n[ 0.230422] usbcore: registered new interface driver usbfs\n[ 0.232012] usbcore: registered new interface driver hub\n[ 0.233326] usbcore: registered new device driver usb\n[ 0.233326] PCI: Using ACPI for IRQ routing\n[ 0.233326] NetLabel: Initializing\n[ 0.236006] NetLabel: domain hash size = 128\n[ 0.237063] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.238225] NetLabel: unlabeled traffic allowed by default\n[ 0.239575] Switched to clocksource kvm-clock\n[ 0.243616] AppArmor: AppArmor Filesystem Enabled\n[ 0.248321] pnp: PnP ACPI init\n[ 0.249466] ACPI: bus type PNP registered\n[ 0.251582] pnp: PnP ACPI: found 8 devices\n[ 0.252803] ACPI: bus type PNP unregistered\n[ 0.261343] NET: Registered protocol family 2\n[ 0.264264] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.266656] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.268553] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.270455] TCP: reno registered\n[ 0.271435] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.273178] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.275209] NET: Registered protocol family 1\n[ 0.276622] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.278372] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.279968] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.302269] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.325219] Trying to unpack rootfs image as initramfs...\n[ 0.418311] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.421287] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.423023] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.424607] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.427280] Scanning for low memory corruption every 60 seconds\n[ 0.429647] Initialise system trusted keyring\n[ 0.430835] audit: initializing netlink socket (disabled)\n[ 0.432157] type=2000 audit(1534065282.709:1): initialized\n[ 0.452031] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.454301] zbud: loaded\n[ 0.455252] VFS: Disk quotas dquot_6.5.2\n[ 0.456290] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.458115] fuse init (API version 7.22)\n[ 0.459227] msgmni has been set to 3997\n[ 0.460283] Key type big_key registered\n[ 0.461536] Key type asymmetric registered\n[ 0.462587] Asymmetric key parser 'x509' registered\n[ 0.463741] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.465576] io scheduler noop registered\n[ 0.466507] io scheduler deadline registered (default)\n[ 0.467638] io scheduler cfq registered\n[ 0.468678] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.469970] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.471482] ipmi message handler version 39.2\n[ 0.472595] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.474326] ACPI: Power Button [PWRF]\n[ 0.475394] GHES: HEST is not enabled!\n[ 0.497489] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.542062] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564583] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.566613] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590635] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593137] Linux agpgart interface v0.103\n[ 0.595007] brd: module loaded\n[ 0.596218] loop: module loaded\n[ 0.597375] blk-mq: CPU -> queue map\n[ 0.598285] CPU 0 -> Queue 0\n[ 0.599042] CPU 1 -> Queue 0\n[ 0.600473] vda: vda1\n[ 0.601881] scsi0 : ata_piix\n[ 0.602665] scsi1 : ata_piix\n[ 0.603381] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.604747] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.606311] libphy: Fixed MDIO Bus: probed\n[ 0.607293] tun: Universal TUN/TAP device driver, 1.6\n[ 0.608367] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.611003] PPP generic driver version 2.4.2\n[ 0.612023] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.613322] ehci-pci: EHCI PCI platform driver\n[ 0.614273] ehci-platform: EHCI generic platform driver\n[ 0.615386] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.616641] ohci-pci: OHCI PCI platform driver\n[ 0.617624] ohci-platform: OHCI generic platform driver\n[ 0.618701] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.640745] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.641845] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.643461] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.644695] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646020] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647550] usb usb1: Product: UHCI Host Controller\n[ 0.648565] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd\n[ 0.649920] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651116] hub 1-0:1.0: USB hub found\n[ 0.652166] hub 1-0:1.0: 2 ports detected\n[ 0.653393] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655673] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656701] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657858] mousedev: PS/2 mouse device common for all mice\n[ 0.659249] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.661121] rtc_cmos 00:00: RTC can wake from S4\n[ 0.662782] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.664550] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.666329] device-mapper: uevent: version 1.0.3\n[ 0.667736] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.670130] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.671824] TCP: cubic registered\n[ 0.672903] NET: Registered protocol family 10\n[ 0.674394] NET: Registered protocol family 17\n[ 0.675733] Key type dns_resolver registered\n[ 0.677151] Loading compiled-in X.509 certificates\n[ 0.679026] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0'\n[ 0.681691] registered taskstats version 1\n[ 0.692859] Key type trusted registered\n[ 0.696517] Key type encrypted registered\n[ 0.697497] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.698946] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.700888] regulator-dummy: disabling\n[ 0.701901] Magic number: 14:35:222\n[ 0.703011] rtc_cmos 00:00: setting system clock to 2018-08-12 09:14:43 UTC (1534065283)\n[ 0.704889] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.706135] EDD information not available.\n[ 0.761384] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000)\n[ 0.763225] Write protecting the kernel read-only data: 12288k\n[ 0.764990] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000)\n[ 0.767838] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.781703] systemd-udevd[107]: starting version 204\n[ 0.820635] FDC 0 is a S82078B\n[ 0.964059] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.124684] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.126110] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.127461] usb 1-1: Product: QEMU USB Tablet\n[ 1.128372] usb 1-1: Manufacturer: QEMU\n[ 1.129215] usb 1-1: SerialNumber: 42\n[ 1.420090] tsc: Refined TSC clocksource calibration: 3491.877 MHz\n[ 1.845302] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.096165] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.184699] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n[ 2.283393] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sun, 12 Aug 2018 09:14:45 +0000. Up 2.66 seconds.\ncloud-init-nonet[2.85]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting cold plug devices[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\ncloud-init-nonet[9.46]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sun, 12 Aug 2018 09:14:52 +0000. Up 9.59 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:f8:47:bc |\nci-info: | eth0 | True | 192.168.0.6 | 255.255.255.0 | fa:16:3e:a0:8c:69 |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.2 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\n9e:9e:9f:8d:3a:a6:9c:55:48:62:37:40:24:56:bf:96 root@homer-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| o+= |\n| . . o |\n| o = |\n| . + = |\n| E . |\n| o o |\n| + |\n| . +o. + |\n| +o+++ . |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\nf5:82:85:56:b7:31:ca:0c:a6:5a:c4:22:5d:9b:95:f7 root@homer-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| . oo +.. + |\n| . o..*.*.o + |\n| . .= o.*.. |\n| o . + .E |\n| . S . . |\n| . |\n| |\n| |\n| |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\nae:94:d0:9e:d4:d7:5a:03:f2:3e:7d:6b:94:24:f5:c1 root@homer-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| . |\n| .E |\n| . . . ..|\n| . . o o. . .|\n| . o S o +o . |\n| + + o + .o |\n| = . + ... |\n| . . . ... |\n| . .. |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\ne9:6d:b2:ce:65:c3:06:5d:25:e6:9f:e9:9d:26:da:19 root@homer-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| o . |\n| o o |\n| o |\n| o . . o |\n| S . + |\n| . + . ..|\n| o O E.o.|\n| . B .o = |\n| .+ . o |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS homer-0 ttyS0\n\nhomer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Sun, 12 Aug 2018 09:16:57 +0000. Up 134.34 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Sun, 12 Aug 2018 09:17:57 +0000. Up 195.05 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com\ngpg: no valid OpenPGP data found.\n+ apt-get update\nErr http://repo.cw-ngv.com binary/ InRelease\n \nErr http://archive.ubuntu.com trusty InRelease\n \nErr http://archive.ubuntu.com trusty-updates InRelease\n \nErr http://archive.ubuntu.com trusty-backports InRelease\n \nErr http://security.ubuntu.com trusty-security InRelease\n \nErr http://security.ubuntu.com trusty-security Release.gpg\n Could not resolve 'security.ubuntu.com'\nErr http://repo.cw-ngv.com binary/ Release.gpg\n Could not resolve 'repo.cw-ngv.com'\nErr http://archive.ubuntu.com trusty Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-updates Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-backports Release.gpg\n Could not resolve 'archive.ubuntu.com'\nReading package lists...\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease \n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com'\n\nW: Some index files failed to download. They have been ignored, or old ones used instead.\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.23\n+ '[' -n 192.168.0.23 ']'\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install homer --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package homer\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package clearwater-management\n+ retries=0\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.211\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.208\n++ echo A 172.30.9.208\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 0 -lt 10 ']'\n+ retries=1\n+ echo 'nsupdate failed - retrying (retry 1)...'\nnsupdate failed - retrying (retry 1)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ echo 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.208\n"} 2018-08-12 09:19:25,283 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd/action used request id req-3f36e6b8-9010-4295-8b4d-fd70a981f268 2018-08-12 09:19:25,283 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0765199661255s 2018-08-12 09:19:25,284 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd/action used request id req-3f36e6b8-9010-4295-8b4d-fd70a981f268 2018-08-12 09:19:25,284 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-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] 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-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] 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] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 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 2 CPUs, 0 hotplug CPUs [ 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 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008016] Security Framework initialized [ 0.008913] AppArmor: AppArmor initialized [ 0.009837] Yama: becoming mindful. [ 0.010748] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.013325] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.015408] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.016006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.017778] Initializing cgroup subsys memory [ 0.018719] Initializing cgroup subsys devices [ 0.020003] Initializing cgroup subsys freezer [ 0.021086] Initializing cgroup subsys blkio [ 0.021991] Initializing cgroup subsys perf_event [ 0.022999] Initializing cgroup subsys hugetlb [ 0.024056] CPU: Physical Processor ID: 0 [ 0.024946] FEATURE SPEC_CTRL Not Present [ 0.026471] mce: CPU supports 10 MCE banks [ 0.028035] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.028035] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.030137] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.031421] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.032003] Speculative Store Bypass: Vulnerable [ 0.033566] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000) [ 0.038566] ACPI: Core revision 20131115 [ 0.040460] ACPI: All ACPI Tables successfully acquired [ 0.041709] ftrace: allocating 28727 entries in 113 pages [ 0.060291] Enabling x2apic [ 0.061073] Enabled x2apic [ 0.061964] Switched APIC routing to physical x2apic. [ 0.064919] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.066290] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.069066] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.076856] KVM setup paravirtual spinlock [ 0.079139] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.080155] x86: Booting SMP configuration: [ 0.081281] .... node #0, CPUs: #1[ 0.079106] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.096026] x86: Booted up 1 node, 2 CPUs [ 0.096018] KVM setup async PF for cpu 1 [ 0.096020] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.099631] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.100348] devtmpfs: initialized [ 0.102632] EVM: security.selinux [ 0.104005] EVM: security.SMACK64 [ 0.104954] EVM: security.ima [ 0.105920] EVM: security.capability [ 0.108118] pinctrl core: initialized pinctrl subsystem [ 0.109704] regulator-dummy: no parameters [ 0.110929] RTC time: 9:14:42, date: 08/12/18 [ 0.112038] NET: Registered protocol family 16 [ 0.113457] cpuidle: using governor ladder [ 0.114609] cpuidle: using governor menu [ 0.115850] ACPI: bus type PCI registered [ 0.116004] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.117746] PCI: Using configuration type 1 for base access [ 0.120038] bio: create slab at 0 [ 0.121189] ACPI: Added _OSI(Module Device) [ 0.121189] ACPI: Added _OSI(Processor Device) [ 0.122213] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.124005] ACPI: Added _OSI(Processor Aggregator Device) [ 0.126110] ACPI: Interpreter enabled [ 0.127154] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.129830] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.132005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.134822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.136755] ACPI: (supports S0 S5) [ 0.137721] ACPI: Using IOAPIC for interrupt routing [ 0.139117] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.140200] ACPI: No dock devices found. [ 0.143264] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.144008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.145991] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.147946] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.148206] acpiphp: Slot [3] registered [ 0.149509] acpiphp: Slot [4] registered [ 0.150716] acpiphp: Slot [5] registered [ 0.151857] acpiphp: Slot [6] registered [ 0.152020] acpiphp: Slot [7] registered [ 0.153216] acpiphp: Slot [8] registered [ 0.154428] acpiphp: Slot [9] registered [ 0.155633] acpiphp: Slot [10] registered [ 0.156024] acpiphp: Slot [11] registered [ 0.157002] acpiphp: Slot [12] registered [ 0.157975] acpiphp: Slot [13] registered [ 0.158963] acpiphp: Slot [14] registered [ 0.159983] acpiphp: Slot [15] registered [ 0.160023] acpiphp: Slot [16] registered [ 0.160985] acpiphp: Slot [17] registered [ 0.161921] acpiphp: Slot [18] registered [ 0.162915] acpiphp: Slot [19] registered [ 0.163849] acpiphp: Slot [20] registered [ 0.164031] acpiphp: Slot [21] registered [ 0.164958] acpiphp: Slot [22] registered [ 0.165998] acpiphp: Slot [23] registered [ 0.166930] acpiphp: Slot [24] registered [ 0.167875] acpiphp: Slot [25] registered [ 0.168028] acpiphp: Slot [26] registered [ 0.168961] acpiphp: Slot [27] registered [ 0.169925] acpiphp: Slot [28] registered [ 0.170792] acpiphp: Slot [29] registered [ 0.171685] acpiphp: Slot [30] registered [ 0.172025] acpiphp: Slot [31] registered [ 0.172955] PCI host bridge to bus 0000:00 [ 0.173880] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.175056] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.176004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.177251] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.178637] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.180006] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.186663] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.188013] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.215762] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.216865] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.218635] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.220322] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.221905] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.223587] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.224212] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.225252] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.227068] vgaarb: loaded [ 0.228003] vgaarb: bridge control possible 0000:00:02.0 [ 0.229353] SCSI subsystem initialized [ 0.230422] ACPI: bus type USB registered [ 0.230422] usbcore: registered new interface driver usbfs [ 0.232012] usbcore: registered new interface driver hub [ 0.233326] usbcore: registered new device driver usb [ 0.233326] PCI: Using ACPI for IRQ routing [ 0.233326] NetLabel: Initializing [ 0.236006] NetLabel: domain hash size = 128 [ 0.237063] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.238225] NetLabel: unlabeled traffic allowed by default [ 0.239575] Switched to clocksource kvm-clock [ 0.243616] AppArmor: AppArmor Filesystem Enabled [ 0.248321] pnp: PnP ACPI init [ 0.249466] ACPI: bus type PNP registered [ 0.251582] pnp: PnP ACPI: found 8 devices [ 0.252803] ACPI: bus type PNP unregistered [ 0.261343] NET: Registered protocol family 2 [ 0.264264] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.266656] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.268553] TCP: Hash tables configured (established 16384 bind 16384) [ 0.270455] TCP: reno registered [ 0.271435] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.273178] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.275209] NET: Registered protocol family 1 [ 0.276622] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.278372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.279968] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.302269] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.325219] Trying to unpack rootfs image as initramfs... [ 0.418311] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.421287] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.423023] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.424607] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.427280] Scanning for low memory corruption every 60 seconds [ 0.429647] Initialise system trusted keyring [ 0.430835] audit: initializing netlink socket (disabled) [ 0.432157] type=2000 audit(1534065282.709:1): initialized [ 0.452031] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.454301] zbud: loaded [ 0.455252] VFS: Disk quotas dquot_6.5.2 [ 0.456290] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.458115] fuse init (API version 7.22) [ 0.459227] msgmni has been set to 3997 [ 0.460283] Key type big_key registered [ 0.461536] Key type asymmetric registered [ 0.462587] Asymmetric key parser 'x509' registered [ 0.463741] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.465576] io scheduler noop registered [ 0.466507] io scheduler deadline registered (default) [ 0.467638] io scheduler cfq registered [ 0.468678] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.469970] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.471482] ipmi message handler version 39.2 [ 0.472595] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.474326] ACPI: Power Button [PWRF] [ 0.475394] GHES: HEST is not enabled! [ 0.497489] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.542062] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.564583] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.566613] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.590635] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.593137] Linux agpgart interface v0.103 [ 0.595007] brd: module loaded [ 0.596218] loop: module loaded [ 0.597375] blk-mq: CPU -> queue map [ 0.598285] CPU 0 -> Queue 0 [ 0.599042] CPU 1 -> Queue 0 [ 0.600473] vda: vda1 [ 0.601881] scsi0 : ata_piix [ 0.602665] scsi1 : ata_piix [ 0.603381] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.604747] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.606311] libphy: Fixed MDIO Bus: probed [ 0.607293] tun: Universal TUN/TAP device driver, 1.6 [ 0.608367] tun: (C) 1999-2004 Max Krasnyansky [ 0.611003] PPP generic driver version 2.4.2 [ 0.612023] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.613322] ehci-pci: EHCI PCI platform driver [ 0.614273] ehci-platform: EHCI generic platform driver [ 0.615386] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.616641] ohci-pci: OHCI PCI platform driver [ 0.617624] ohci-platform: OHCI generic platform driver [ 0.618701] uhci_hcd: USB Universal Host Controller Interface driver [ 0.640745] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.641845] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.643461] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.644695] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.646020] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.647550] usb usb1: Product: UHCI Host Controller [ 0.648565] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd [ 0.649920] usb usb1: SerialNumber: 0000:00:01.2 [ 0.651116] hub 1-0:1.0: USB hub found [ 0.652166] hub 1-0:1.0: 2 ports detected [ 0.653393] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.655673] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.656701] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.657858] mousedev: PS/2 mouse device common for all mice [ 0.659249] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.661121] rtc_cmos 00:00: RTC can wake from S4 [ 0.662782] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.664550] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.666329] device-mapper: uevent: version 1.0.3 [ 0.667736] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.670130] ledtrig-cpu: registered to indicate activity on CPUs [ 0.671824] TCP: cubic registered [ 0.672903] NET: Registered protocol family 10 [ 0.674394] NET: Registered protocol family 17 [ 0.675733] Key type dns_resolver registered [ 0.677151] Loading compiled-in X.509 certificates [ 0.679026] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0' [ 0.681691] registered taskstats version 1 [ 0.692859] Key type trusted registered [ 0.696517] Key type encrypted registered [ 0.697497] AppArmor: AppArmor sha1 policy hashing enabled [ 0.698946] IMA: No TPM chip found, activating TPM-bypass! [ 0.700888] regulator-dummy: disabling [ 0.701901] Magic number: 14:35:222 [ 0.703011] rtc_cmos 00:00: setting system clock to 2018-08-12 09:14:43 UTC (1534065283) [ 0.704889] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.706135] EDD information not available. [ 0.761384] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000) [ 0.763225] Write protecting the kernel read-only data: 12288k [ 0.764990] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000) [ 0.767838] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.781703] systemd-udevd[107]: starting version 204 [ 0.820635] FDC 0 is a S82078B [ 0.964059] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.124684] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.126110] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.127461] usb 1-1: Product: QEMU USB Tablet [ 1.128372] usb 1-1: Manufacturer: QEMU [ 1.129215] usb 1-1: SerialNumber: 42 [ 1.420090] tsc: Refined TSC clocksource calibration: 3491.877 MHz [ 1.845302] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.096165] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.184699] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] [ 2.283393] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sun, 12 Aug 2018 09:14:45 +0000. Up 2.66 seconds. cloud-init-nonet[2.85]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting cold plug devices[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] cloud-init-nonet[9.46]: static networking is now up * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sun, 12 Aug 2018 09:14:52 +0000. Up 9.59 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:f8:47:bc | ci-info: | eth0 | True | 192.168.0.6 | 255.255.255.0 | fa:16:3e:a0:8c:69 | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.2 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: 9e:9e:9f:8d:3a:a6:9c:55:48:62:37:40:24:56:bf:96 root@homer-0 The key's randomart image is: +--[ RSA 2048]----+ | o+= | | . . o | | o = | | . + = | | E . | | o o | | + | | . +o. + | | +o+++ . | +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: f5:82:85:56:b7:31:ca:0c:a6:5a:c4:22:5d:9b:95:f7 root@homer-0 The key's randomart image is: +--[ DSA 1024]----+ | . oo +.. + | | . o..*.*.o + | | . .= o.*.. | | o . + .E | | . S . . | | . | | | | | | | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: ae:94:d0:9e:d4:d7:5a:03:f2:3e:7d:6b:94:24:f5:c1 root@homer-0 The key's randomart image is: +--[ECDSA 256]---+ | . | | .E | | . . . ..| | . . o o. . .| | . o S o +o . | | + + o + .o | | = . + ... | | . . . ... | | . .. | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: e9:6d:b2:ce:65:c3:06:5d:25:e6:9f:e9:9d:26:da:19 root@homer-0 The key's randomart image is: +--[ED25519 256--+ | o . | | o o | | o | | o . . o | | S . + | | . + . ..| | o O E.o.| | . B .o = | | .+ . o | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS homer-0 ttyS0 homer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Sun, 12 Aug 2018 09:16:57 +0000. Up 134.34 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Sun, 12 Aug 2018 09:17:57 +0000. Up 195.05 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com gpg: no valid OpenPGP data found. + apt-get update Err http://repo.cw-ngv.com binary/ InRelease Err http://archive.ubuntu.com trusty InRelease Err http://archive.ubuntu.com trusty-updates InRelease Err http://archive.ubuntu.com trusty-backports InRelease Err http://security.ubuntu.com trusty-security InRelease Err http://security.ubuntu.com trusty-security Release.gpg Could not resolve 'security.ubuntu.com' Err http://repo.cw-ngv.com binary/ Release.gpg Could not resolve 'repo.cw-ngv.com' Err http://archive.ubuntu.com trusty Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-updates Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-backports Release.gpg Could not resolve 'archive.ubuntu.com' Reading package lists... W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com' W: Some index files failed to download. They have been ignored, or old ones used instead. + mkdir -p /etc/clearwater + etcd_ip=192.168.0.23 + '[' -n 192.168.0.23 ']' + cat + DEBIAN_FRONTEND=noninteractive + apt-get install homer --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package homer + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package clearwater-management + retries=0 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.211 ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.208 ++ echo A 172.30.9.208 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 0 -lt 10 ']' + retries=1 + echo 'nsupdate failed - retrying (retry 1)...' nsupdate failed - retrying (retry 1)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ echo 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.208 2018-08-12 09:19:25,286 - functest.core.singlevm - DEBUG - try 25: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-12 09:19:35,296 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:19:35,299 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:19:36,453 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09: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-4940bcb1-0da8-4f53-aaa6-a65070a0c5d9 x-compute-request-id: req-4940bcb1-0da8-4f53-aaa6-a65070a0c5d9 Content-Encoding: gzip Content-Length: 1505 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:8c:69", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:8c:69", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:47:bc", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:47:bc", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/0d05f869-c182-4a19-86bf-4ac078c523fd", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:41.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "0d05f869-c182-4a19-86bf-4ac078c523fd", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:41Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "homer-0.clearwater.opnfv", "created": "2018-08-12T09:14:06Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:24:50", "version": 4, "addr": "192.168.0.22", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:24:50", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:35:db:99", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/1c9b6e42-b18c-407e-8d00-9077025769fd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1c9b6e42-b18c-407e-8d00-9077025769fd", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:39.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "1c9b6e42-b18c-407e-8d00-9077025769fd", "security_groups": [{"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:39Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "dime-0.clearwater.opnfv", "created": "2018-08-12T09:14:05Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:73:af", "version": 4, "addr": "192.168.0.17", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:73:af", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:b9:f2", "version": 4, "addr": "192.168.1.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:b9:f2", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:41.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:41Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "bono-0.clearwater.opnfv", "created": "2018-08-12T09:14:05Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:27:6c", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:27:6c", "version": 4, "addr": "172.30.9.216", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:82:86", "version": 4, "addr": "192.168.1.24", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/566a63cc-7490-4385-b2ac-bfb24030a031", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/566a63cc-7490-4385-b2ac-bfb24030a031", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:34.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "566a63cc-7490-4385-b2ac-bfb24030a031", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:34Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-12T09:14:04Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:9d:e5", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:9d:e5", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b4:d8:25", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/7a80620a-d807-4698-b6c3-7c140a7b5157", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/7a80620a-d807-4698-b6c3-7c140a7b5157", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:25.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "7a80620a-d807-4698-b6c3-7c140a7b5157", "security_groups": [{"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:25Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-12T09:14:04Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:ca:f6", "version": 4, "addr": "192.168.0.23", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:ca:f6", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/3544e1e5-febb-4596-964e-1a53f9d26ab6", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/3544e1e5-febb-4596-964e-1a53f9d26ab6", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:13:48.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "3544e1e5-febb-4596-964e-1a53f9d26ab6", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:13:48Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-12T09:12:11Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:77:d2", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:77:d2", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ac:00:39", "version": 4, "addr": "192.168.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/24234aa3-febc-4826-8d67-0c33e6f38782", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/24234aa3-febc-4826-8d67-0c33e6f38782", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:12:00.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "24234aa3-febc-4826-8d67-0c33e6f38782", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:12:00Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "ns.clearwater.opnfv", "created": "2018-08-12T09:10:20Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:19:36,454 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-4940bcb1-0da8-4f53-aaa6-a65070a0c5d9 2018-08-12 09:19:36,454 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.1573009491s 2018-08-12 09:19:36,455 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-4940bcb1-0da8-4f53-aaa6-a65070a0c5d9 2018-08-12 09:19:36,462 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-12 09:19:36,464 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd/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}d584eff3730be386f99aabb4bf64013d89965dc6" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 09:19:36,549 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09: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-ad126191-1e01-4da9-babd-15e3976acbcb x-compute-request-id: req-ad126191-1e01-4da9-babd-15e3976acbcb Content-Encoding: gzip Content-Length: 10753 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 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] 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-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] 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] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\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 2 CPUs, 0 hotplug CPUs\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 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008016] Security Framework initialized\n[ 0.008913] AppArmor: AppArmor initialized\n[ 0.009837] Yama: becoming mindful.\n[ 0.010748] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.013325] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.015408] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.016006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.017778] Initializing cgroup subsys memory\n[ 0.018719] Initializing cgroup subsys devices\n[ 0.020003] Initializing cgroup subsys freezer\n[ 0.021086] Initializing cgroup subsys blkio\n[ 0.021991] Initializing cgroup subsys perf_event\n[ 0.022999] Initializing cgroup subsys hugetlb\n[ 0.024056] CPU: Physical Processor ID: 0\n[ 0.024946] FEATURE SPEC_CTRL Not Present\n[ 0.026471] mce: CPU supports 10 MCE banks\n[ 0.028035] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.028035] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.030137] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.031421] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.032003] Speculative Store Bypass: Vulnerable\n[ 0.033566] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000)\n[ 0.038566] ACPI: Core revision 20131115\n[ 0.040460] ACPI: All ACPI Tables successfully acquired\n[ 0.041709] ftrace: allocating 28727 entries in 113 pages\n[ 0.060291] Enabling x2apic\n[ 0.061073] Enabled x2apic\n[ 0.061964] Switched APIC routing to physical x2apic.\n[ 0.064919] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.066290] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.069066] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.076856] KVM setup paravirtual spinlock\n[ 0.079139] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.080155] x86: Booting SMP configuration:\n[ 0.081281] .... node #0, CPUs: #1[ 0.079106] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.096026] x86: Booted up 1 node, 2 CPUs\n[ 0.096018] KVM setup async PF for cpu 1\n[ 0.096020] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.099631] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.100348] devtmpfs: initialized\n[ 0.102632] EVM: security.selinux\n[ 0.104005] EVM: security.SMACK64\n[ 0.104954] EVM: security.ima\n[ 0.105920] EVM: security.capability\n[ 0.108118] pinctrl core: initialized pinctrl subsystem\n[ 0.109704] regulator-dummy: no parameters\n[ 0.110929] RTC time: 9:14:42, date: 08/12/18\n[ 0.112038] NET: Registered protocol family 16\n[ 0.113457] cpuidle: using governor ladder\n[ 0.114609] cpuidle: using governor menu\n[ 0.115850] ACPI: bus type PCI registered\n[ 0.116004] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.117746] PCI: Using configuration type 1 for base access\n[ 0.120038] bio: create slab at 0\n[ 0.121189] ACPI: Added _OSI(Module Device)\n[ 0.121189] ACPI: Added _OSI(Processor Device)\n[ 0.122213] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.124005] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.126110] ACPI: Interpreter enabled\n[ 0.127154] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.129830] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.132005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.134822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.136755] ACPI: (supports S0 S5)\n[ 0.137721] ACPI: Using IOAPIC for interrupt routing\n[ 0.139117] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.140200] ACPI: No dock devices found.\n[ 0.143264] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.144008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.145991] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.147946] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.148206] acpiphp: Slot [3] registered\n[ 0.149509] acpiphp: Slot [4] registered\n[ 0.150716] acpiphp: Slot [5] registered\n[ 0.151857] acpiphp: Slot [6] registered\n[ 0.152020] acpiphp: Slot [7] registered\n[ 0.153216] acpiphp: Slot [8] registered\n[ 0.154428] acpiphp: Slot [9] registered\n[ 0.155633] acpiphp: Slot [10] registered\n[ 0.156024] acpiphp: Slot [11] registered\n[ 0.157002] acpiphp: Slot [12] registered\n[ 0.157975] acpiphp: Slot [13] registered\n[ 0.158963] acpiphp: Slot [14] registered\n[ 0.159983] acpiphp: Slot [15] registered\n[ 0.160023] acpiphp: Slot [16] registered\n[ 0.160985] acpiphp: Slot [17] registered\n[ 0.161921] acpiphp: Slot [18] registered\n[ 0.162915] acpiphp: Slot [19] registered\n[ 0.163849] acpiphp: Slot [20] registered\n[ 0.164031] acpiphp: Slot [21] registered\n[ 0.164958] acpiphp: Slot [22] registered\n[ 0.165998] acpiphp: Slot [23] registered\n[ 0.166930] acpiphp: Slot [24] registered\n[ 0.167875] acpiphp: Slot [25] registered\n[ 0.168028] acpiphp: Slot [26] registered\n[ 0.168961] acpiphp: Slot [27] registered\n[ 0.169925] acpiphp: Slot [28] registered\n[ 0.170792] acpiphp: Slot [29] registered\n[ 0.171685] acpiphp: Slot [30] registered\n[ 0.172025] acpiphp: Slot [31] registered\n[ 0.172955] PCI host bridge to bus 0000:00\n[ 0.173880] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.175056] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.176004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.177251] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.178637] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.180006] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.186663] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.188013] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.215762] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.216865] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.218635] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.220322] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.221905] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.223587] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.224212] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.225252] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.227068] vgaarb: loaded\n[ 0.228003] vgaarb: bridge control possible 0000:00:02.0\n[ 0.229353] SCSI subsystem initialized\n[ 0.230422] ACPI: bus type USB registered\n[ 0.230422] usbcore: registered new interface driver usbfs\n[ 0.232012] usbcore: registered new interface driver hub\n[ 0.233326] usbcore: registered new device driver usb\n[ 0.233326] PCI: Using ACPI for IRQ routing\n[ 0.233326] NetLabel: Initializing\n[ 0.236006] NetLabel: domain hash size = 128\n[ 0.237063] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.238225] NetLabel: unlabeled traffic allowed by default\n[ 0.239575] Switched to clocksource kvm-clock\n[ 0.243616] AppArmor: AppArmor Filesystem Enabled\n[ 0.248321] pnp: PnP ACPI init\n[ 0.249466] ACPI: bus type PNP registered\n[ 0.251582] pnp: PnP ACPI: found 8 devices\n[ 0.252803] ACPI: bus type PNP unregistered\n[ 0.261343] NET: Registered protocol family 2\n[ 0.264264] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.266656] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.268553] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.270455] TCP: reno registered\n[ 0.271435] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.273178] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.275209] NET: Registered protocol family 1\n[ 0.276622] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.278372] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.279968] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.302269] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.325219] Trying to unpack rootfs image as initramfs...\n[ 0.418311] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.421287] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.423023] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.424607] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.427280] Scanning for low memory corruption every 60 seconds\n[ 0.429647] Initialise system trusted keyring\n[ 0.430835] audit: initializing netlink socket (disabled)\n[ 0.432157] type=2000 audit(1534065282.709:1): initialized\n[ 0.452031] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.454301] zbud: loaded\n[ 0.455252] VFS: Disk quotas dquot_6.5.2\n[ 0.456290] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.458115] fuse init (API version 7.22)\n[ 0.459227] msgmni has been set to 3997\n[ 0.460283] Key type big_key registered\n[ 0.461536] Key type asymmetric registered\n[ 0.462587] Asymmetric key parser 'x509' registered\n[ 0.463741] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.465576] io scheduler noop registered\n[ 0.466507] io scheduler deadline registered (default)\n[ 0.467638] io scheduler cfq registered\n[ 0.468678] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.469970] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.471482] ipmi message handler version 39.2\n[ 0.472595] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.474326] ACPI: Power Button [PWRF]\n[ 0.475394] GHES: HEST is not enabled!\n[ 0.497489] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.542062] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564583] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.566613] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590635] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593137] Linux agpgart interface v0.103\n[ 0.595007] brd: module loaded\n[ 0.596218] loop: module loaded\n[ 0.597375] blk-mq: CPU -> queue map\n[ 0.598285] CPU 0 -> Queue 0\n[ 0.599042] CPU 1 -> Queue 0\n[ 0.600473] vda: vda1\n[ 0.601881] scsi0 : ata_piix\n[ 0.602665] scsi1 : ata_piix\n[ 0.603381] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.604747] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.606311] libphy: Fixed MDIO Bus: probed\n[ 0.607293] tun: Universal TUN/TAP device driver, 1.6\n[ 0.608367] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.611003] PPP generic driver version 2.4.2\n[ 0.612023] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.613322] ehci-pci: EHCI PCI platform driver\n[ 0.614273] ehci-platform: EHCI generic platform driver\n[ 0.615386] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.616641] ohci-pci: OHCI PCI platform driver\n[ 0.617624] ohci-platform: OHCI generic platform driver\n[ 0.618701] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.640745] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.641845] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.643461] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.644695] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646020] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647550] usb usb1: Product: UHCI Host Controller\n[ 0.648565] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd\n[ 0.649920] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651116] hub 1-0:1.0: USB hub found\n[ 0.652166] hub 1-0:1.0: 2 ports detected\n[ 0.653393] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655673] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656701] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657858] mousedev: PS/2 mouse device common for all mice\n[ 0.659249] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.661121] rtc_cmos 00:00: RTC can wake from S4\n[ 0.662782] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.664550] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.666329] device-mapper: uevent: version 1.0.3\n[ 0.667736] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.670130] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.671824] TCP: cubic registered\n[ 0.672903] NET: Registered protocol family 10\n[ 0.674394] NET: Registered protocol family 17\n[ 0.675733] Key type dns_resolver registered\n[ 0.677151] Loading compiled-in X.509 certificates\n[ 0.679026] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0'\n[ 0.681691] registered taskstats version 1\n[ 0.692859] Key type trusted registered\n[ 0.696517] Key type encrypted registered\n[ 0.697497] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.698946] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.700888] regulator-dummy: disabling\n[ 0.701901] Magic number: 14:35:222\n[ 0.703011] rtc_cmos 00:00: setting system clock to 2018-08-12 09:14:43 UTC (1534065283)\n[ 0.704889] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.706135] EDD information not available.\n[ 0.761384] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000)\n[ 0.763225] Write protecting the kernel read-only data: 12288k\n[ 0.764990] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000)\n[ 0.767838] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.781703] systemd-udevd[107]: starting version 204\n[ 0.820635] FDC 0 is a S82078B\n[ 0.964059] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.124684] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.126110] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.127461] usb 1-1: Product: QEMU USB Tablet\n[ 1.128372] usb 1-1: Manufacturer: QEMU\n[ 1.129215] usb 1-1: SerialNumber: 42\n[ 1.420090] tsc: Refined TSC clocksource calibration: 3491.877 MHz\n[ 1.845302] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.096165] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.184699] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n[ 2.283393] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sun, 12 Aug 2018 09:14:45 +0000. Up 2.66 seconds.\ncloud-init-nonet[2.85]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting cold plug devices[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\ncloud-init-nonet[9.46]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sun, 12 Aug 2018 09:14:52 +0000. Up 9.59 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:f8:47:bc |\nci-info: | eth0 | True | 192.168.0.6 | 255.255.255.0 | fa:16:3e:a0:8c:69 |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.2 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\n9e:9e:9f:8d:3a:a6:9c:55:48:62:37:40:24:56:bf:96 root@homer-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| o+= |\n| . . o |\n| o = |\n| . + = |\n| E . |\n| o o |\n| + |\n| . +o. + |\n| +o+++ . |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\nf5:82:85:56:b7:31:ca:0c:a6:5a:c4:22:5d:9b:95:f7 root@homer-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| . oo +.. + |\n| . o..*.*.o + |\n| . .= o.*.. |\n| o . + .E |\n| . S . . |\n| . |\n| |\n| |\n| |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\nae:94:d0:9e:d4:d7:5a:03:f2:3e:7d:6b:94:24:f5:c1 root@homer-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| . |\n| .E |\n| . . . ..|\n| . . o o. . .|\n| . o S o +o . |\n| + + o + .o |\n| = . + ... |\n| . . . ... |\n| . .. |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\ne9:6d:b2:ce:65:c3:06:5d:25:e6:9f:e9:9d:26:da:19 root@homer-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| o . |\n| o o |\n| o |\n| o . . o |\n| S . + |\n| . + . ..|\n| o O E.o.|\n| . B .o = |\n| .+ . o |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS homer-0 ttyS0\n\nhomer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Sun, 12 Aug 2018 09:16:57 +0000. Up 134.34 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Sun, 12 Aug 2018 09:17:57 +0000. Up 195.05 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com\ngpg: no valid OpenPGP data found.\n+ apt-get update\nErr http://repo.cw-ngv.com binary/ InRelease\n \nErr http://archive.ubuntu.com trusty InRelease\n \nErr http://archive.ubuntu.com trusty-updates InRelease\n \nErr http://archive.ubuntu.com trusty-backports InRelease\n \nErr http://security.ubuntu.com trusty-security InRelease\n \nErr http://security.ubuntu.com trusty-security Release.gpg\n Could not resolve 'security.ubuntu.com'\nErr http://repo.cw-ngv.com binary/ Release.gpg\n Could not resolve 'repo.cw-ngv.com'\nErr http://archive.ubuntu.com trusty Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-updates Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-backports Release.gpg\n Could not resolve 'archive.ubuntu.com'\nReading package lists...\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease \n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com'\n\nW: Some index files failed to download. They have been ignored, or old ones used instead.\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.23\n+ '[' -n 192.168.0.23 ']'\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install homer --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package homer\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package clearwater-management\n+ retries=0\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.211\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.208\n++ echo A 172.30.9.208\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 0 -lt 10 ']'\n+ retries=1\n+ echo 'nsupdate failed - retrying (retry 1)...'\nnsupdate failed - retrying (retry 1)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ echo 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.208\n"} 2018-08-12 09:19:36,549 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd/action used request id req-ad126191-1e01-4da9-babd-15e3976acbcb 2018-08-12 09:19:36,550 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0877959728241s 2018-08-12 09:19:36,551 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd/action used request id req-ad126191-1e01-4da9-babd-15e3976acbcb 2018-08-12 09:19:36,551 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-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] 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-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] 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] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 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 2 CPUs, 0 hotplug CPUs [ 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 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008016] Security Framework initialized [ 0.008913] AppArmor: AppArmor initialized [ 0.009837] Yama: becoming mindful. [ 0.010748] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.013325] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.015408] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.016006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.017778] Initializing cgroup subsys memory [ 0.018719] Initializing cgroup subsys devices [ 0.020003] Initializing cgroup subsys freezer [ 0.021086] Initializing cgroup subsys blkio [ 0.021991] Initializing cgroup subsys perf_event [ 0.022999] Initializing cgroup subsys hugetlb [ 0.024056] CPU: Physical Processor ID: 0 [ 0.024946] FEATURE SPEC_CTRL Not Present [ 0.026471] mce: CPU supports 10 MCE banks [ 0.028035] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.028035] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.030137] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.031421] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.032003] Speculative Store Bypass: Vulnerable [ 0.033566] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000) [ 0.038566] ACPI: Core revision 20131115 [ 0.040460] ACPI: All ACPI Tables successfully acquired [ 0.041709] ftrace: allocating 28727 entries in 113 pages [ 0.060291] Enabling x2apic [ 0.061073] Enabled x2apic [ 0.061964] Switched APIC routing to physical x2apic. [ 0.064919] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.066290] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.069066] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.076856] KVM setup paravirtual spinlock [ 0.079139] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.080155] x86: Booting SMP configuration: [ 0.081281] .... node #0, CPUs: #1[ 0.079106] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.096026] x86: Booted up 1 node, 2 CPUs [ 0.096018] KVM setup async PF for cpu 1 [ 0.096020] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.099631] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.100348] devtmpfs: initialized [ 0.102632] EVM: security.selinux [ 0.104005] EVM: security.SMACK64 [ 0.104954] EVM: security.ima [ 0.105920] EVM: security.capability [ 0.108118] pinctrl core: initialized pinctrl subsystem [ 0.109704] regulator-dummy: no parameters [ 0.110929] RTC time: 9:14:42, date: 08/12/18 [ 0.112038] NET: Registered protocol family 16 [ 0.113457] cpuidle: using governor ladder [ 0.114609] cpuidle: using governor menu [ 0.115850] ACPI: bus type PCI registered [ 0.116004] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.117746] PCI: Using configuration type 1 for base access [ 0.120038] bio: create slab at 0 [ 0.121189] ACPI: Added _OSI(Module Device) [ 0.121189] ACPI: Added _OSI(Processor Device) [ 0.122213] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.124005] ACPI: Added _OSI(Processor Aggregator Device) [ 0.126110] ACPI: Interpreter enabled [ 0.127154] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.129830] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.132005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.134822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.136755] ACPI: (supports S0 S5) [ 0.137721] ACPI: Using IOAPIC for interrupt routing [ 0.139117] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.140200] ACPI: No dock devices found. [ 0.143264] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.144008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.145991] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.147946] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.148206] acpiphp: Slot [3] registered [ 0.149509] acpiphp: Slot [4] registered [ 0.150716] acpiphp: Slot [5] registered [ 0.151857] acpiphp: Slot [6] registered [ 0.152020] acpiphp: Slot [7] registered [ 0.153216] acpiphp: Slot [8] registered [ 0.154428] acpiphp: Slot [9] registered [ 0.155633] acpiphp: Slot [10] registered [ 0.156024] acpiphp: Slot [11] registered [ 0.157002] acpiphp: Slot [12] registered [ 0.157975] acpiphp: Slot [13] registered [ 0.158963] acpiphp: Slot [14] registered [ 0.159983] acpiphp: Slot [15] registered [ 0.160023] acpiphp: Slot [16] registered [ 0.160985] acpiphp: Slot [17] registered [ 0.161921] acpiphp: Slot [18] registered [ 0.162915] acpiphp: Slot [19] registered [ 0.163849] acpiphp: Slot [20] registered [ 0.164031] acpiphp: Slot [21] registered [ 0.164958] acpiphp: Slot [22] registered [ 0.165998] acpiphp: Slot [23] registered [ 0.166930] acpiphp: Slot [24] registered [ 0.167875] acpiphp: Slot [25] registered [ 0.168028] acpiphp: Slot [26] registered [ 0.168961] acpiphp: Slot [27] registered [ 0.169925] acpiphp: Slot [28] registered [ 0.170792] acpiphp: Slot [29] registered [ 0.171685] acpiphp: Slot [30] registered [ 0.172025] acpiphp: Slot [31] registered [ 0.172955] PCI host bridge to bus 0000:00 [ 0.173880] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.175056] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.176004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.177251] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.178637] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.180006] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.186663] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.188013] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.215762] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.216865] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.218635] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.220322] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.221905] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.223587] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.224212] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.225252] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.227068] vgaarb: loaded [ 0.228003] vgaarb: bridge control possible 0000:00:02.0 [ 0.229353] SCSI subsystem initialized [ 0.230422] ACPI: bus type USB registered [ 0.230422] usbcore: registered new interface driver usbfs [ 0.232012] usbcore: registered new interface driver hub [ 0.233326] usbcore: registered new device driver usb [ 0.233326] PCI: Using ACPI for IRQ routing [ 0.233326] NetLabel: Initializing [ 0.236006] NetLabel: domain hash size = 128 [ 0.237063] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.238225] NetLabel: unlabeled traffic allowed by default [ 0.239575] Switched to clocksource kvm-clock [ 0.243616] AppArmor: AppArmor Filesystem Enabled [ 0.248321] pnp: PnP ACPI init [ 0.249466] ACPI: bus type PNP registered [ 0.251582] pnp: PnP ACPI: found 8 devices [ 0.252803] ACPI: bus type PNP unregistered [ 0.261343] NET: Registered protocol family 2 [ 0.264264] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.266656] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.268553] TCP: Hash tables configured (established 16384 bind 16384) [ 0.270455] TCP: reno registered [ 0.271435] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.273178] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.275209] NET: Registered protocol family 1 [ 0.276622] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.278372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.279968] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.302269] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.325219] Trying to unpack rootfs image as initramfs... [ 0.418311] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.421287] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.423023] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.424607] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.427280] Scanning for low memory corruption every 60 seconds [ 0.429647] Initialise system trusted keyring [ 0.430835] audit: initializing netlink socket (disabled) [ 0.432157] type=2000 audit(1534065282.709:1): initialized [ 0.452031] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.454301] zbud: loaded [ 0.455252] VFS: Disk quotas dquot_6.5.2 [ 0.456290] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.458115] fuse init (API version 7.22) [ 0.459227] msgmni has been set to 3997 [ 0.460283] Key type big_key registered [ 0.461536] Key type asymmetric registered [ 0.462587] Asymmetric key parser 'x509' registered [ 0.463741] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.465576] io scheduler noop registered [ 0.466507] io scheduler deadline registered (default) [ 0.467638] io scheduler cfq registered [ 0.468678] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.469970] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.471482] ipmi message handler version 39.2 [ 0.472595] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.474326] ACPI: Power Button [PWRF] [ 0.475394] GHES: HEST is not enabled! [ 0.497489] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.542062] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.564583] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.566613] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.590635] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.593137] Linux agpgart interface v0.103 [ 0.595007] brd: module loaded [ 0.596218] loop: module loaded [ 0.597375] blk-mq: CPU -> queue map [ 0.598285] CPU 0 -> Queue 0 [ 0.599042] CPU 1 -> Queue 0 [ 0.600473] vda: vda1 [ 0.601881] scsi0 : ata_piix [ 0.602665] scsi1 : ata_piix [ 0.603381] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.604747] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.606311] libphy: Fixed MDIO Bus: probed [ 0.607293] tun: Universal TUN/TAP device driver, 1.6 [ 0.608367] tun: (C) 1999-2004 Max Krasnyansky [ 0.611003] PPP generic driver version 2.4.2 [ 0.612023] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.613322] ehci-pci: EHCI PCI platform driver [ 0.614273] ehci-platform: EHCI generic platform driver [ 0.615386] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.616641] ohci-pci: OHCI PCI platform driver [ 0.617624] ohci-platform: OHCI generic platform driver [ 0.618701] uhci_hcd: USB Universal Host Controller Interface driver [ 0.640745] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.641845] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.643461] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.644695] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.646020] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.647550] usb usb1: Product: UHCI Host Controller [ 0.648565] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd [ 0.649920] usb usb1: SerialNumber: 0000:00:01.2 [ 0.651116] hub 1-0:1.0: USB hub found [ 0.652166] hub 1-0:1.0: 2 ports detected [ 0.653393] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.655673] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.656701] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.657858] mousedev: PS/2 mouse device common for all mice [ 0.659249] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.661121] rtc_cmos 00:00: RTC can wake from S4 [ 0.662782] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.664550] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.666329] device-mapper: uevent: version 1.0.3 [ 0.667736] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.670130] ledtrig-cpu: registered to indicate activity on CPUs [ 0.671824] TCP: cubic registered [ 0.672903] NET: Registered protocol family 10 [ 0.674394] NET: Registered protocol family 17 [ 0.675733] Key type dns_resolver registered [ 0.677151] Loading compiled-in X.509 certificates [ 0.679026] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0' [ 0.681691] registered taskstats version 1 [ 0.692859] Key type trusted registered [ 0.696517] Key type encrypted registered [ 0.697497] AppArmor: AppArmor sha1 policy hashing enabled [ 0.698946] IMA: No TPM chip found, activating TPM-bypass! [ 0.700888] regulator-dummy: disabling [ 0.701901] Magic number: 14:35:222 [ 0.703011] rtc_cmos 00:00: setting system clock to 2018-08-12 09:14:43 UTC (1534065283) [ 0.704889] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.706135] EDD information not available. [ 0.761384] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000) [ 0.763225] Write protecting the kernel read-only data: 12288k [ 0.764990] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000) [ 0.767838] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.781703] systemd-udevd[107]: starting version 204 [ 0.820635] FDC 0 is a S82078B [ 0.964059] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.124684] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.126110] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.127461] usb 1-1: Product: QEMU USB Tablet [ 1.128372] usb 1-1: Manufacturer: QEMU [ 1.129215] usb 1-1: SerialNumber: 42 [ 1.420090] tsc: Refined TSC clocksource calibration: 3491.877 MHz [ 1.845302] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.096165] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.184699] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] [ 2.283393] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sun, 12 Aug 2018 09:14:45 +0000. Up 2.66 seconds. cloud-init-nonet[2.85]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting cold plug devices[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] cloud-init-nonet[9.46]: static networking is now up * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sun, 12 Aug 2018 09:14:52 +0000. Up 9.59 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:f8:47:bc | ci-info: | eth0 | True | 192.168.0.6 | 255.255.255.0 | fa:16:3e:a0:8c:69 | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.2 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: 9e:9e:9f:8d:3a:a6:9c:55:48:62:37:40:24:56:bf:96 root@homer-0 The key's randomart image is: +--[ RSA 2048]----+ | o+= | | . . o | | o = | | . + = | | E . | | o o | | + | | . +o. + | | +o+++ . | +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: f5:82:85:56:b7:31:ca:0c:a6:5a:c4:22:5d:9b:95:f7 root@homer-0 The key's randomart image is: +--[ DSA 1024]----+ | . oo +.. + | | . o..*.*.o + | | . .= o.*.. | | o . + .E | | . S . . | | . | | | | | | | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: ae:94:d0:9e:d4:d7:5a:03:f2:3e:7d:6b:94:24:f5:c1 root@homer-0 The key's randomart image is: +--[ECDSA 256]---+ | . | | .E | | . . . ..| | . . o o. . .| | . o S o +o . | | + + o + .o | | = . + ... | | . . . ... | | . .. | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: e9:6d:b2:ce:65:c3:06:5d:25:e6:9f:e9:9d:26:da:19 root@homer-0 The key's randomart image is: +--[ED25519 256--+ | o . | | o o | | o | | o . . o | | S . + | | . + . ..| | o O E.o.| | . B .o = | | .+ . o | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS homer-0 ttyS0 homer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Sun, 12 Aug 2018 09:16:57 +0000. Up 134.34 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Sun, 12 Aug 2018 09:17:57 +0000. Up 195.05 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com gpg: no valid OpenPGP data found. + apt-get update Err http://repo.cw-ngv.com binary/ InRelease Err http://archive.ubuntu.com trusty InRelease Err http://archive.ubuntu.com trusty-updates InRelease Err http://archive.ubuntu.com trusty-backports InRelease Err http://security.ubuntu.com trusty-security InRelease Err http://security.ubuntu.com trusty-security Release.gpg Could not resolve 'security.ubuntu.com' Err http://repo.cw-ngv.com binary/ Release.gpg Could not resolve 'repo.cw-ngv.com' Err http://archive.ubuntu.com trusty Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-updates Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-backports Release.gpg Could not resolve 'archive.ubuntu.com' Reading package lists... W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com' W: Some index files failed to download. They have been ignored, or old ones used instead. + mkdir -p /etc/clearwater + etcd_ip=192.168.0.23 + '[' -n 192.168.0.23 ']' + cat + DEBIAN_FRONTEND=noninteractive + apt-get install homer --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package homer + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package clearwater-management + retries=0 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.211 ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.208 ++ echo A 172.30.9.208 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 0 -lt 10 ']' + retries=1 + echo 'nsupdate failed - retrying (retry 1)...' nsupdate failed - retrying (retry 1)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ echo 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.208 2018-08-12 09:19:36,552 - functest.core.singlevm - DEBUG - try 26: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-12 09:19:46,563 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:19:46,566 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:19:47,518 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:19: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-edd53c6d-a14e-45cd-9bf0-07fd98c45272 x-compute-request-id: req-edd53c6d-a14e-45cd-9bf0-07fd98c45272 Content-Encoding: gzip Content-Length: 1505 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:8c:69", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:8c:69", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:47:bc", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:47:bc", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/0d05f869-c182-4a19-86bf-4ac078c523fd", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:41.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "0d05f869-c182-4a19-86bf-4ac078c523fd", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:41Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "homer-0.clearwater.opnfv", "created": "2018-08-12T09:14:06Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:24:50", "version": 4, "addr": "192.168.0.22", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:24:50", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:35:db:99", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/1c9b6e42-b18c-407e-8d00-9077025769fd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1c9b6e42-b18c-407e-8d00-9077025769fd", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:39.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "1c9b6e42-b18c-407e-8d00-9077025769fd", "security_groups": [{"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:39Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "dime-0.clearwater.opnfv", "created": "2018-08-12T09:14:05Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:73:af", "version": 4, "addr": "192.168.0.17", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:73:af", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:b9:f2", "version": 4, "addr": "192.168.1.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:b9:f2", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:41.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:41Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "bono-0.clearwater.opnfv", "created": "2018-08-12T09:14:05Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:27:6c", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:27:6c", "version": 4, "addr": "172.30.9.216", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:82:86", "version": 4, "addr": "192.168.1.24", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/566a63cc-7490-4385-b2ac-bfb24030a031", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/566a63cc-7490-4385-b2ac-bfb24030a031", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:34.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "566a63cc-7490-4385-b2ac-bfb24030a031", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:34Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-12T09:14:04Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:9d:e5", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:9d:e5", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b4:d8:25", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/7a80620a-d807-4698-b6c3-7c140a7b5157", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/7a80620a-d807-4698-b6c3-7c140a7b5157", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:25.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "7a80620a-d807-4698-b6c3-7c140a7b5157", "security_groups": [{"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:25Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-12T09:14:04Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:ca:f6", "version": 4, "addr": "192.168.0.23", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:ca:f6", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/3544e1e5-febb-4596-964e-1a53f9d26ab6", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/3544e1e5-febb-4596-964e-1a53f9d26ab6", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:13:48.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "3544e1e5-febb-4596-964e-1a53f9d26ab6", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:13:48Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-12T09:12:11Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:77:d2", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:77:d2", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ac:00:39", "version": 4, "addr": "192.168.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/24234aa3-febc-4826-8d67-0c33e6f38782", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/24234aa3-febc-4826-8d67-0c33e6f38782", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:12:00.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "24234aa3-febc-4826-8d67-0c33e6f38782", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:12:00Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "ns.clearwater.opnfv", "created": "2018-08-12T09:10:20Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:19:47,519 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-edd53c6d-a14e-45cd-9bf0-07fd98c45272 2018-08-12 09:19:47,519 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.955587148666s 2018-08-12 09:19:47,520 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-edd53c6d-a14e-45cd-9bf0-07fd98c45272 2018-08-12 09:19:47,527 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-12 09:19:47,529 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd/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}d584eff3730be386f99aabb4bf64013d89965dc6" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 09:19:47,601 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:19: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-ddc589e1-8ef6-43a1-ad27-23821bd3a75e x-compute-request-id: req-ddc589e1-8ef6-43a1-ad27-23821bd3a75e Content-Encoding: gzip Content-Length: 10768 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 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] 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-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] 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] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\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 2 CPUs, 0 hotplug CPUs\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 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008016] Security Framework initialized\n[ 0.008913] AppArmor: AppArmor initialized\n[ 0.009837] Yama: becoming mindful.\n[ 0.010748] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.013325] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.015408] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.016006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.017778] Initializing cgroup subsys memory\n[ 0.018719] Initializing cgroup subsys devices\n[ 0.020003] Initializing cgroup subsys freezer\n[ 0.021086] Initializing cgroup subsys blkio\n[ 0.021991] Initializing cgroup subsys perf_event\n[ 0.022999] Initializing cgroup subsys hugetlb\n[ 0.024056] CPU: Physical Processor ID: 0\n[ 0.024946] FEATURE SPEC_CTRL Not Present\n[ 0.026471] mce: CPU supports 10 MCE banks\n[ 0.028035] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.028035] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.030137] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.031421] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.032003] Speculative Store Bypass: Vulnerable\n[ 0.033566] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000)\n[ 0.038566] ACPI: Core revision 20131115\n[ 0.040460] ACPI: All ACPI Tables successfully acquired\n[ 0.041709] ftrace: allocating 28727 entries in 113 pages\n[ 0.060291] Enabling x2apic\n[ 0.061073] Enabled x2apic\n[ 0.061964] Switched APIC routing to physical x2apic.\n[ 0.064919] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.066290] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.069066] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.076856] KVM setup paravirtual spinlock\n[ 0.079139] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.080155] x86: Booting SMP configuration:\n[ 0.081281] .... node #0, CPUs: #1[ 0.079106] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.096026] x86: Booted up 1 node, 2 CPUs\n[ 0.096018] KVM setup async PF for cpu 1\n[ 0.096020] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.099631] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.100348] devtmpfs: initialized\n[ 0.102632] EVM: security.selinux\n[ 0.104005] EVM: security.SMACK64\n[ 0.104954] EVM: security.ima\n[ 0.105920] EVM: security.capability\n[ 0.108118] pinctrl core: initialized pinctrl subsystem\n[ 0.109704] regulator-dummy: no parameters\n[ 0.110929] RTC time: 9:14:42, date: 08/12/18\n[ 0.112038] NET: Registered protocol family 16\n[ 0.113457] cpuidle: using governor ladder\n[ 0.114609] cpuidle: using governor menu\n[ 0.115850] ACPI: bus type PCI registered\n[ 0.116004] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.117746] PCI: Using configuration type 1 for base access\n[ 0.120038] bio: create slab at 0\n[ 0.121189] ACPI: Added _OSI(Module Device)\n[ 0.121189] ACPI: Added _OSI(Processor Device)\n[ 0.122213] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.124005] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.126110] ACPI: Interpreter enabled\n[ 0.127154] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.129830] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.132005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.134822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.136755] ACPI: (supports S0 S5)\n[ 0.137721] ACPI: Using IOAPIC for interrupt routing\n[ 0.139117] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.140200] ACPI: No dock devices found.\n[ 0.143264] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.144008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.145991] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.147946] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.148206] acpiphp: Slot [3] registered\n[ 0.149509] acpiphp: Slot [4] registered\n[ 0.150716] acpiphp: Slot [5] registered\n[ 0.151857] acpiphp: Slot [6] registered\n[ 0.152020] acpiphp: Slot [7] registered\n[ 0.153216] acpiphp: Slot [8] registered\n[ 0.154428] acpiphp: Slot [9] registered\n[ 0.155633] acpiphp: Slot [10] registered\n[ 0.156024] acpiphp: Slot [11] registered\n[ 0.157002] acpiphp: Slot [12] registered\n[ 0.157975] acpiphp: Slot [13] registered\n[ 0.158963] acpiphp: Slot [14] registered\n[ 0.159983] acpiphp: Slot [15] registered\n[ 0.160023] acpiphp: Slot [16] registered\n[ 0.160985] acpiphp: Slot [17] registered\n[ 0.161921] acpiphp: Slot [18] registered\n[ 0.162915] acpiphp: Slot [19] registered\n[ 0.163849] acpiphp: Slot [20] registered\n[ 0.164031] acpiphp: Slot [21] registered\n[ 0.164958] acpiphp: Slot [22] registered\n[ 0.165998] acpiphp: Slot [23] registered\n[ 0.166930] acpiphp: Slot [24] registered\n[ 0.167875] acpiphp: Slot [25] registered\n[ 0.168028] acpiphp: Slot [26] registered\n[ 0.168961] acpiphp: Slot [27] registered\n[ 0.169925] acpiphp: Slot [28] registered\n[ 0.170792] acpiphp: Slot [29] registered\n[ 0.171685] acpiphp: Slot [30] registered\n[ 0.172025] acpiphp: Slot [31] registered\n[ 0.172955] PCI host bridge to bus 0000:00\n[ 0.173880] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.175056] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.176004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.177251] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.178637] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.180006] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.186663] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.188013] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.215762] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.216865] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.218635] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.220322] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.221905] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.223587] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.224212] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.225252] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.227068] vgaarb: loaded\n[ 0.228003] vgaarb: bridge control possible 0000:00:02.0\n[ 0.229353] SCSI subsystem initialized\n[ 0.230422] ACPI: bus type USB registered\n[ 0.230422] usbcore: registered new interface driver usbfs\n[ 0.232012] usbcore: registered new interface driver hub\n[ 0.233326] usbcore: registered new device driver usb\n[ 0.233326] PCI: Using ACPI for IRQ routing\n[ 0.233326] NetLabel: Initializing\n[ 0.236006] NetLabel: domain hash size = 128\n[ 0.237063] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.238225] NetLabel: unlabeled traffic allowed by default\n[ 0.239575] Switched to clocksource kvm-clock\n[ 0.243616] AppArmor: AppArmor Filesystem Enabled\n[ 0.248321] pnp: PnP ACPI init\n[ 0.249466] ACPI: bus type PNP registered\n[ 0.251582] pnp: PnP ACPI: found 8 devices\n[ 0.252803] ACPI: bus type PNP unregistered\n[ 0.261343] NET: Registered protocol family 2\n[ 0.264264] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.266656] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.268553] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.270455] TCP: reno registered\n[ 0.271435] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.273178] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.275209] NET: Registered protocol family 1\n[ 0.276622] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.278372] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.279968] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.302269] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.325219] Trying to unpack rootfs image as initramfs...\n[ 0.418311] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.421287] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.423023] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.424607] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.427280] Scanning for low memory corruption every 60 seconds\n[ 0.429647] Initialise system trusted keyring\n[ 0.430835] audit: initializing netlink socket (disabled)\n[ 0.432157] type=2000 audit(1534065282.709:1): initialized\n[ 0.452031] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.454301] zbud: loaded\n[ 0.455252] VFS: Disk quotas dquot_6.5.2\n[ 0.456290] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.458115] fuse init (API version 7.22)\n[ 0.459227] msgmni has been set to 3997\n[ 0.460283] Key type big_key registered\n[ 0.461536] Key type asymmetric registered\n[ 0.462587] Asymmetric key parser 'x509' registered\n[ 0.463741] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.465576] io scheduler noop registered\n[ 0.466507] io scheduler deadline registered (default)\n[ 0.467638] io scheduler cfq registered\n[ 0.468678] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.469970] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.471482] ipmi message handler version 39.2\n[ 0.472595] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.474326] ACPI: Power Button [PWRF]\n[ 0.475394] GHES: HEST is not enabled!\n[ 0.497489] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.542062] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564583] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.566613] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590635] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593137] Linux agpgart interface v0.103\n[ 0.595007] brd: module loaded\n[ 0.596218] loop: module loaded\n[ 0.597375] blk-mq: CPU -> queue map\n[ 0.598285] CPU 0 -> Queue 0\n[ 0.599042] CPU 1 -> Queue 0\n[ 0.600473] vda: vda1\n[ 0.601881] scsi0 : ata_piix\n[ 0.602665] scsi1 : ata_piix\n[ 0.603381] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.604747] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.606311] libphy: Fixed MDIO Bus: probed\n[ 0.607293] tun: Universal TUN/TAP device driver, 1.6\n[ 0.608367] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.611003] PPP generic driver version 2.4.2\n[ 0.612023] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.613322] ehci-pci: EHCI PCI platform driver\n[ 0.614273] ehci-platform: EHCI generic platform driver\n[ 0.615386] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.616641] ohci-pci: OHCI PCI platform driver\n[ 0.617624] ohci-platform: OHCI generic platform driver\n[ 0.618701] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.640745] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.641845] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.643461] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.644695] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646020] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647550] usb usb1: Product: UHCI Host Controller\n[ 0.648565] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd\n[ 0.649920] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651116] hub 1-0:1.0: USB hub found\n[ 0.652166] hub 1-0:1.0: 2 ports detected\n[ 0.653393] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655673] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656701] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657858] mousedev: PS/2 mouse device common for all mice\n[ 0.659249] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.661121] rtc_cmos 00:00: RTC can wake from S4\n[ 0.662782] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.664550] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.666329] device-mapper: uevent: version 1.0.3\n[ 0.667736] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.670130] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.671824] TCP: cubic registered\n[ 0.672903] NET: Registered protocol family 10\n[ 0.674394] NET: Registered protocol family 17\n[ 0.675733] Key type dns_resolver registered\n[ 0.677151] Loading compiled-in X.509 certificates\n[ 0.679026] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0'\n[ 0.681691] registered taskstats version 1\n[ 0.692859] Key type trusted registered\n[ 0.696517] Key type encrypted registered\n[ 0.697497] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.698946] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.700888] regulator-dummy: disabling\n[ 0.701901] Magic number: 14:35:222\n[ 0.703011] rtc_cmos 00:00: setting system clock to 2018-08-12 09:14:43 UTC (1534065283)\n[ 0.704889] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.706135] EDD information not available.\n[ 0.761384] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000)\n[ 0.763225] Write protecting the kernel read-only data: 12288k\n[ 0.764990] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000)\n[ 0.767838] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.781703] systemd-udevd[107]: starting version 204\n[ 0.820635] FDC 0 is a S82078B\n[ 0.964059] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.124684] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.126110] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.127461] usb 1-1: Product: QEMU USB Tablet\n[ 1.128372] usb 1-1: Manufacturer: QEMU\n[ 1.129215] usb 1-1: SerialNumber: 42\n[ 1.420090] tsc: Refined TSC clocksource calibration: 3491.877 MHz\n[ 1.845302] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.096165] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.184699] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n[ 2.283393] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sun, 12 Aug 2018 09:14:45 +0000. Up 2.66 seconds.\ncloud-init-nonet[2.85]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting cold plug devices[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\ncloud-init-nonet[9.46]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sun, 12 Aug 2018 09:14:52 +0000. Up 9.59 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:f8:47:bc |\nci-info: | eth0 | True | 192.168.0.6 | 255.255.255.0 | fa:16:3e:a0:8c:69 |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.2 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\n9e:9e:9f:8d:3a:a6:9c:55:48:62:37:40:24:56:bf:96 root@homer-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| o+= |\n| . . o |\n| o = |\n| . + = |\n| E . |\n| o o |\n| + |\n| . +o. + |\n| +o+++ . |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\nf5:82:85:56:b7:31:ca:0c:a6:5a:c4:22:5d:9b:95:f7 root@homer-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| . oo +.. + |\n| . o..*.*.o + |\n| . .= o.*.. |\n| o . + .E |\n| . S . . |\n| . |\n| |\n| |\n| |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\nae:94:d0:9e:d4:d7:5a:03:f2:3e:7d:6b:94:24:f5:c1 root@homer-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| . |\n| .E |\n| . . . ..|\n| . . o o. . .|\n| . o S o +o . |\n| + + o + .o |\n| = . + ... |\n| . . . ... |\n| . .. |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\ne9:6d:b2:ce:65:c3:06:5d:25:e6:9f:e9:9d:26:da:19 root@homer-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| o . |\n| o o |\n| o |\n| o . . o |\n| S . + |\n| . + . ..|\n| o O E.o.|\n| . B .o = |\n| .+ . o |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS homer-0 ttyS0\n\nhomer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Sun, 12 Aug 2018 09:16:57 +0000. Up 134.34 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Sun, 12 Aug 2018 09:17:57 +0000. Up 195.05 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com\ngpg: no valid OpenPGP data found.\n+ apt-get update\nErr http://repo.cw-ngv.com binary/ InRelease\n \nErr http://archive.ubuntu.com trusty InRelease\n \nErr http://archive.ubuntu.com trusty-updates InRelease\n \nErr http://archive.ubuntu.com trusty-backports InRelease\n \nErr http://security.ubuntu.com trusty-security InRelease\n \nErr http://security.ubuntu.com trusty-security Release.gpg\n Could not resolve 'security.ubuntu.com'\nErr http://repo.cw-ngv.com binary/ Release.gpg\n Could not resolve 'repo.cw-ngv.com'\nErr http://archive.ubuntu.com trusty Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-updates Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-backports Release.gpg\n Could not resolve 'archive.ubuntu.com'\nReading package lists...\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease \n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com'\n\nW: Some index files failed to download. They have been ignored, or old ones used instead.\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.23\n+ '[' -n 192.168.0.23 ']'\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install homer --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package homer\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package clearwater-management\n+ retries=0\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.211\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.208\n++ echo A 172.30.9.208\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 0 -lt 10 ']'\n+ retries=1\n+ echo 'nsupdate failed - retrying (retry 1)...'\nnsupdate failed - retrying (retry 1)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ echo 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.208\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 1 -lt 10 ']'\n+ retries=2\n+ echo 'nsupdate failed - retrying (retry 2)...'\nnsupdate failed - retrying (retry 2)...\n+ sleep 5\n"} 2018-08-12 09:19:47,602 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd/action used request id req-ddc589e1-8ef6-43a1-ad27-23821bd3a75e 2018-08-12 09:19:47,602 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.075040102005s 2018-08-12 09:19:47,603 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd/action used request id req-ddc589e1-8ef6-43a1-ad27-23821bd3a75e 2018-08-12 09:19:47,603 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-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] 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-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] 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] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 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 2 CPUs, 0 hotplug CPUs [ 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 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008016] Security Framework initialized [ 0.008913] AppArmor: AppArmor initialized [ 0.009837] Yama: becoming mindful. [ 0.010748] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.013325] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.015408] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.016006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.017778] Initializing cgroup subsys memory [ 0.018719] Initializing cgroup subsys devices [ 0.020003] Initializing cgroup subsys freezer [ 0.021086] Initializing cgroup subsys blkio [ 0.021991] Initializing cgroup subsys perf_event [ 0.022999] Initializing cgroup subsys hugetlb [ 0.024056] CPU: Physical Processor ID: 0 [ 0.024946] FEATURE SPEC_CTRL Not Present [ 0.026471] mce: CPU supports 10 MCE banks [ 0.028035] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.028035] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.030137] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.031421] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.032003] Speculative Store Bypass: Vulnerable [ 0.033566] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000) [ 0.038566] ACPI: Core revision 20131115 [ 0.040460] ACPI: All ACPI Tables successfully acquired [ 0.041709] ftrace: allocating 28727 entries in 113 pages [ 0.060291] Enabling x2apic [ 0.061073] Enabled x2apic [ 0.061964] Switched APIC routing to physical x2apic. [ 0.064919] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.066290] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.069066] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.076856] KVM setup paravirtual spinlock [ 0.079139] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.080155] x86: Booting SMP configuration: [ 0.081281] .... node #0, CPUs: #1[ 0.079106] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.096026] x86: Booted up 1 node, 2 CPUs [ 0.096018] KVM setup async PF for cpu 1 [ 0.096020] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.099631] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.100348] devtmpfs: initialized [ 0.102632] EVM: security.selinux [ 0.104005] EVM: security.SMACK64 [ 0.104954] EVM: security.ima [ 0.105920] EVM: security.capability [ 0.108118] pinctrl core: initialized pinctrl subsystem [ 0.109704] regulator-dummy: no parameters [ 0.110929] RTC time: 9:14:42, date: 08/12/18 [ 0.112038] NET: Registered protocol family 16 [ 0.113457] cpuidle: using governor ladder [ 0.114609] cpuidle: using governor menu [ 0.115850] ACPI: bus type PCI registered [ 0.116004] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.117746] PCI: Using configuration type 1 for base access [ 0.120038] bio: create slab at 0 [ 0.121189] ACPI: Added _OSI(Module Device) [ 0.121189] ACPI: Added _OSI(Processor Device) [ 0.122213] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.124005] ACPI: Added _OSI(Processor Aggregator Device) [ 0.126110] ACPI: Interpreter enabled [ 0.127154] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.129830] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.132005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.134822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.136755] ACPI: (supports S0 S5) [ 0.137721] ACPI: Using IOAPIC for interrupt routing [ 0.139117] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.140200] ACPI: No dock devices found. [ 0.143264] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.144008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.145991] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.147946] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.148206] acpiphp: Slot [3] registered [ 0.149509] acpiphp: Slot [4] registered [ 0.150716] acpiphp: Slot [5] registered [ 0.151857] acpiphp: Slot [6] registered [ 0.152020] acpiphp: Slot [7] registered [ 0.153216] acpiphp: Slot [8] registered [ 0.154428] acpiphp: Slot [9] registered [ 0.155633] acpiphp: Slot [10] registered [ 0.156024] acpiphp: Slot [11] registered [ 0.157002] acpiphp: Slot [12] registered [ 0.157975] acpiphp: Slot [13] registered [ 0.158963] acpiphp: Slot [14] registered [ 0.159983] acpiphp: Slot [15] registered [ 0.160023] acpiphp: Slot [16] registered [ 0.160985] acpiphp: Slot [17] registered [ 0.161921] acpiphp: Slot [18] registered [ 0.162915] acpiphp: Slot [19] registered [ 0.163849] acpiphp: Slot [20] registered [ 0.164031] acpiphp: Slot [21] registered [ 0.164958] acpiphp: Slot [22] registered [ 0.165998] acpiphp: Slot [23] registered [ 0.166930] acpiphp: Slot [24] registered [ 0.167875] acpiphp: Slot [25] registered [ 0.168028] acpiphp: Slot [26] registered [ 0.168961] acpiphp: Slot [27] registered [ 0.169925] acpiphp: Slot [28] registered [ 0.170792] acpiphp: Slot [29] registered [ 0.171685] acpiphp: Slot [30] registered [ 0.172025] acpiphp: Slot [31] registered [ 0.172955] PCI host bridge to bus 0000:00 [ 0.173880] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.175056] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.176004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.177251] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.178637] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.180006] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.186663] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.188013] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.215762] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.216865] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.218635] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.220322] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.221905] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.223587] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.224212] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.225252] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.227068] vgaarb: loaded [ 0.228003] vgaarb: bridge control possible 0000:00:02.0 [ 0.229353] SCSI subsystem initialized [ 0.230422] ACPI: bus type USB registered [ 0.230422] usbcore: registered new interface driver usbfs [ 0.232012] usbcore: registered new interface driver hub [ 0.233326] usbcore: registered new device driver usb [ 0.233326] PCI: Using ACPI for IRQ routing [ 0.233326] NetLabel: Initializing [ 0.236006] NetLabel: domain hash size = 128 [ 0.237063] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.238225] NetLabel: unlabeled traffic allowed by default [ 0.239575] Switched to clocksource kvm-clock [ 0.243616] AppArmor: AppArmor Filesystem Enabled [ 0.248321] pnp: PnP ACPI init [ 0.249466] ACPI: bus type PNP registered [ 0.251582] pnp: PnP ACPI: found 8 devices [ 0.252803] ACPI: bus type PNP unregistered [ 0.261343] NET: Registered protocol family 2 [ 0.264264] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.266656] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.268553] TCP: Hash tables configured (established 16384 bind 16384) [ 0.270455] TCP: reno registered [ 0.271435] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.273178] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.275209] NET: Registered protocol family 1 [ 0.276622] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.278372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.279968] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.302269] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.325219] Trying to unpack rootfs image as initramfs... [ 0.418311] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.421287] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.423023] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.424607] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.427280] Scanning for low memory corruption every 60 seconds [ 0.429647] Initialise system trusted keyring [ 0.430835] audit: initializing netlink socket (disabled) [ 0.432157] type=2000 audit(1534065282.709:1): initialized [ 0.452031] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.454301] zbud: loaded [ 0.455252] VFS: Disk quotas dquot_6.5.2 [ 0.456290] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.458115] fuse init (API version 7.22) [ 0.459227] msgmni has been set to 3997 [ 0.460283] Key type big_key registered [ 0.461536] Key type asymmetric registered [ 0.462587] Asymmetric key parser 'x509' registered [ 0.463741] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.465576] io scheduler noop registered [ 0.466507] io scheduler deadline registered (default) [ 0.467638] io scheduler cfq registered [ 0.468678] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.469970] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.471482] ipmi message handler version 39.2 [ 0.472595] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.474326] ACPI: Power Button [PWRF] [ 0.475394] GHES: HEST is not enabled! [ 0.497489] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.542062] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.564583] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.566613] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.590635] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.593137] Linux agpgart interface v0.103 [ 0.595007] brd: module loaded [ 0.596218] loop: module loaded [ 0.597375] blk-mq: CPU -> queue map [ 0.598285] CPU 0 -> Queue 0 [ 0.599042] CPU 1 -> Queue 0 [ 0.600473] vda: vda1 [ 0.601881] scsi0 : ata_piix [ 0.602665] scsi1 : ata_piix [ 0.603381] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.604747] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.606311] libphy: Fixed MDIO Bus: probed [ 0.607293] tun: Universal TUN/TAP device driver, 1.6 [ 0.608367] tun: (C) 1999-2004 Max Krasnyansky [ 0.611003] PPP generic driver version 2.4.2 [ 0.612023] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.613322] ehci-pci: EHCI PCI platform driver [ 0.614273] ehci-platform: EHCI generic platform driver [ 0.615386] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.616641] ohci-pci: OHCI PCI platform driver [ 0.617624] ohci-platform: OHCI generic platform driver [ 0.618701] uhci_hcd: USB Universal Host Controller Interface driver [ 0.640745] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.641845] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.643461] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.644695] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.646020] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.647550] usb usb1: Product: UHCI Host Controller [ 0.648565] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd [ 0.649920] usb usb1: SerialNumber: 0000:00:01.2 [ 0.651116] hub 1-0:1.0: USB hub found [ 0.652166] hub 1-0:1.0: 2 ports detected [ 0.653393] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.655673] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.656701] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.657858] mousedev: PS/2 mouse device common for all mice [ 0.659249] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.661121] rtc_cmos 00:00: RTC can wake from S4 [ 0.662782] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.664550] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.666329] device-mapper: uevent: version 1.0.3 [ 0.667736] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.670130] ledtrig-cpu: registered to indicate activity on CPUs [ 0.671824] TCP: cubic registered [ 0.672903] NET: Registered protocol family 10 [ 0.674394] NET: Registered protocol family 17 [ 0.675733] Key type dns_resolver registered [ 0.677151] Loading compiled-in X.509 certificates [ 0.679026] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0' [ 0.681691] registered taskstats version 1 [ 0.692859] Key type trusted registered [ 0.696517] Key type encrypted registered [ 0.697497] AppArmor: AppArmor sha1 policy hashing enabled [ 0.698946] IMA: No TPM chip found, activating TPM-bypass! [ 0.700888] regulator-dummy: disabling [ 0.701901] Magic number: 14:35:222 [ 0.703011] rtc_cmos 00:00: setting system clock to 2018-08-12 09:14:43 UTC (1534065283) [ 0.704889] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.706135] EDD information not available. [ 0.761384] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000) [ 0.763225] Write protecting the kernel read-only data: 12288k [ 0.764990] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000) [ 0.767838] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.781703] systemd-udevd[107]: starting version 204 [ 0.820635] FDC 0 is a S82078B [ 0.964059] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.124684] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.126110] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.127461] usb 1-1: Product: QEMU USB Tablet [ 1.128372] usb 1-1: Manufacturer: QEMU [ 1.129215] usb 1-1: SerialNumber: 42 [ 1.420090] tsc: Refined TSC clocksource calibration: 3491.877 MHz [ 1.845302] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.096165] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.184699] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] [ 2.283393] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sun, 12 Aug 2018 09:14:45 +0000. Up 2.66 seconds. cloud-init-nonet[2.85]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting cold plug devices[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] cloud-init-nonet[9.46]: static networking is now up * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sun, 12 Aug 2018 09:14:52 +0000. Up 9.59 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:f8:47:bc | ci-info: | eth0 | True | 192.168.0.6 | 255.255.255.0 | fa:16:3e:a0:8c:69 | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.2 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: 9e:9e:9f:8d:3a:a6:9c:55:48:62:37:40:24:56:bf:96 root@homer-0 The key's randomart image is: +--[ RSA 2048]----+ | o+= | | . . o | | o = | | . + = | | E . | | o o | | + | | . +o. + | | +o+++ . | +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: f5:82:85:56:b7:31:ca:0c:a6:5a:c4:22:5d:9b:95:f7 root@homer-0 The key's randomart image is: +--[ DSA 1024]----+ | . oo +.. + | | . o..*.*.o + | | . .= o.*.. | | o . + .E | | . S . . | | . | | | | | | | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: ae:94:d0:9e:d4:d7:5a:03:f2:3e:7d:6b:94:24:f5:c1 root@homer-0 The key's randomart image is: +--[ECDSA 256]---+ | . | | .E | | . . . ..| | . . o o. . .| | . o S o +o . | | + + o + .o | | = . + ... | | . . . ... | | . .. | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: e9:6d:b2:ce:65:c3:06:5d:25:e6:9f:e9:9d:26:da:19 root@homer-0 The key's randomart image is: +--[ED25519 256--+ | o . | | o o | | o | | o . . o | | S . + | | . + . ..| | o O E.o.| | . B .o = | | .+ . o | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS homer-0 ttyS0 homer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Sun, 12 Aug 2018 09:16:57 +0000. Up 134.34 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Sun, 12 Aug 2018 09:17:57 +0000. Up 195.05 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com gpg: no valid OpenPGP data found. + apt-get update Err http://repo.cw-ngv.com binary/ InRelease Err http://archive.ubuntu.com trusty InRelease Err http://archive.ubuntu.com trusty-updates InRelease Err http://archive.ubuntu.com trusty-backports InRelease Err http://security.ubuntu.com trusty-security InRelease Err http://security.ubuntu.com trusty-security Release.gpg Could not resolve 'security.ubuntu.com' Err http://repo.cw-ngv.com binary/ Release.gpg Could not resolve 'repo.cw-ngv.com' Err http://archive.ubuntu.com trusty Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-updates Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-backports Release.gpg Could not resolve 'archive.ubuntu.com' Reading package lists... W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com' W: Some index files failed to download. They have been ignored, or old ones used instead. + mkdir -p /etc/clearwater + etcd_ip=192.168.0.23 + '[' -n 192.168.0.23 ']' + cat + DEBIAN_FRONTEND=noninteractive + apt-get install homer --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package homer + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package clearwater-management + retries=0 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.211 ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.208 ++ echo A 172.30.9.208 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 0 -lt 10 ']' + retries=1 + echo 'nsupdate failed - retrying (retry 1)...' nsupdate failed - retrying (retry 1)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ echo 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.208 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 1 -lt 10 ']' + retries=2 + echo 'nsupdate failed - retrying (retry 2)...' nsupdate failed - retrying (retry 2)... + sleep 5 2018-08-12 09:19:47,605 - functest.core.singlevm - DEBUG - try 27: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-12 09:19:57,616 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:19:57,619 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:19:58,624 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:19: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-fb4e4613-756b-4eb1-81ef-24228d6ba30c x-compute-request-id: req-fb4e4613-756b-4eb1-81ef-24228d6ba30c Content-Encoding: gzip Content-Length: 1505 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:8c:69", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:8c:69", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:47:bc", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:47:bc", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/0d05f869-c182-4a19-86bf-4ac078c523fd", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:41.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "0d05f869-c182-4a19-86bf-4ac078c523fd", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:41Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "homer-0.clearwater.opnfv", "created": "2018-08-12T09:14:06Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:24:50", "version": 4, "addr": "192.168.0.22", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:24:50", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:35:db:99", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/1c9b6e42-b18c-407e-8d00-9077025769fd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1c9b6e42-b18c-407e-8d00-9077025769fd", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:39.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "1c9b6e42-b18c-407e-8d00-9077025769fd", "security_groups": [{"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:39Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "dime-0.clearwater.opnfv", "created": "2018-08-12T09:14:05Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:73:af", "version": 4, "addr": "192.168.0.17", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:73:af", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:b9:f2", "version": 4, "addr": "192.168.1.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:b9:f2", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:41.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:41Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "bono-0.clearwater.opnfv", "created": "2018-08-12T09:14:05Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:27:6c", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:27:6c", "version": 4, "addr": "172.30.9.216", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:82:86", "version": 4, "addr": "192.168.1.24", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/566a63cc-7490-4385-b2ac-bfb24030a031", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/566a63cc-7490-4385-b2ac-bfb24030a031", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:34.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "566a63cc-7490-4385-b2ac-bfb24030a031", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:34Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-12T09:14:04Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:9d:e5", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:9d:e5", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b4:d8:25", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/7a80620a-d807-4698-b6c3-7c140a7b5157", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/7a80620a-d807-4698-b6c3-7c140a7b5157", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:25.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "7a80620a-d807-4698-b6c3-7c140a7b5157", "security_groups": [{"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:25Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-12T09:14:04Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:ca:f6", "version": 4, "addr": "192.168.0.23", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:ca:f6", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/3544e1e5-febb-4596-964e-1a53f9d26ab6", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/3544e1e5-febb-4596-964e-1a53f9d26ab6", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:13:48.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "3544e1e5-febb-4596-964e-1a53f9d26ab6", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:13:48Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-12T09:12:11Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:77:d2", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:77:d2", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ac:00:39", "version": 4, "addr": "192.168.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/24234aa3-febc-4826-8d67-0c33e6f38782", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/24234aa3-febc-4826-8d67-0c33e6f38782", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:12:00.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "24234aa3-febc-4826-8d67-0c33e6f38782", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:12:00Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "ns.clearwater.opnfv", "created": "2018-08-12T09:10:20Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:19:58,625 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-fb4e4613-756b-4eb1-81ef-24228d6ba30c 2018-08-12 09:19:58,625 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.0088570118s 2018-08-12 09:19:58,626 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-fb4e4613-756b-4eb1-81ef-24228d6ba30c 2018-08-12 09:19:58,633 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-12 09:19:58,636 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd/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}d584eff3730be386f99aabb4bf64013d89965dc6" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 09:19:58,708 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:19: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-3db4945f-4d21-4780-be6e-111feff50c4d x-compute-request-id: req-3db4945f-4d21-4780-be6e-111feff50c4d Content-Encoding: gzip Content-Length: 10774 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 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] 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-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] 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] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\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 2 CPUs, 0 hotplug CPUs\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 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008016] Security Framework initialized\n[ 0.008913] AppArmor: AppArmor initialized\n[ 0.009837] Yama: becoming mindful.\n[ 0.010748] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.013325] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.015408] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.016006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.017778] Initializing cgroup subsys memory\n[ 0.018719] Initializing cgroup subsys devices\n[ 0.020003] Initializing cgroup subsys freezer\n[ 0.021086] Initializing cgroup subsys blkio\n[ 0.021991] Initializing cgroup subsys perf_event\n[ 0.022999] Initializing cgroup subsys hugetlb\n[ 0.024056] CPU: Physical Processor ID: 0\n[ 0.024946] FEATURE SPEC_CTRL Not Present\n[ 0.026471] mce: CPU supports 10 MCE banks\n[ 0.028035] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.028035] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.030137] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.031421] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.032003] Speculative Store Bypass: Vulnerable\n[ 0.033566] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000)\n[ 0.038566] ACPI: Core revision 20131115\n[ 0.040460] ACPI: All ACPI Tables successfully acquired\n[ 0.041709] ftrace: allocating 28727 entries in 113 pages\n[ 0.060291] Enabling x2apic\n[ 0.061073] Enabled x2apic\n[ 0.061964] Switched APIC routing to physical x2apic.\n[ 0.064919] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.066290] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.069066] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.076856] KVM setup paravirtual spinlock\n[ 0.079139] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.080155] x86: Booting SMP configuration:\n[ 0.081281] .... node #0, CPUs: #1[ 0.079106] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.096026] x86: Booted up 1 node, 2 CPUs\n[ 0.096018] KVM setup async PF for cpu 1\n[ 0.096020] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.099631] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.100348] devtmpfs: initialized\n[ 0.102632] EVM: security.selinux\n[ 0.104005] EVM: security.SMACK64\n[ 0.104954] EVM: security.ima\n[ 0.105920] EVM: security.capability\n[ 0.108118] pinctrl core: initialized pinctrl subsystem\n[ 0.109704] regulator-dummy: no parameters\n[ 0.110929] RTC time: 9:14:42, date: 08/12/18\n[ 0.112038] NET: Registered protocol family 16\n[ 0.113457] cpuidle: using governor ladder\n[ 0.114609] cpuidle: using governor menu\n[ 0.115850] ACPI: bus type PCI registered\n[ 0.116004] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.117746] PCI: Using configuration type 1 for base access\n[ 0.120038] bio: create slab at 0\n[ 0.121189] ACPI: Added _OSI(Module Device)\n[ 0.121189] ACPI: Added _OSI(Processor Device)\n[ 0.122213] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.124005] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.126110] ACPI: Interpreter enabled\n[ 0.127154] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.129830] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.132005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.134822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.136755] ACPI: (supports S0 S5)\n[ 0.137721] ACPI: Using IOAPIC for interrupt routing\n[ 0.139117] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.140200] ACPI: No dock devices found.\n[ 0.143264] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.144008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.145991] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.147946] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.148206] acpiphp: Slot [3] registered\n[ 0.149509] acpiphp: Slot [4] registered\n[ 0.150716] acpiphp: Slot [5] registered\n[ 0.151857] acpiphp: Slot [6] registered\n[ 0.152020] acpiphp: Slot [7] registered\n[ 0.153216] acpiphp: Slot [8] registered\n[ 0.154428] acpiphp: Slot [9] registered\n[ 0.155633] acpiphp: Slot [10] registered\n[ 0.156024] acpiphp: Slot [11] registered\n[ 0.157002] acpiphp: Slot [12] registered\n[ 0.157975] acpiphp: Slot [13] registered\n[ 0.158963] acpiphp: Slot [14] registered\n[ 0.159983] acpiphp: Slot [15] registered\n[ 0.160023] acpiphp: Slot [16] registered\n[ 0.160985] acpiphp: Slot [17] registered\n[ 0.161921] acpiphp: Slot [18] registered\n[ 0.162915] acpiphp: Slot [19] registered\n[ 0.163849] acpiphp: Slot [20] registered\n[ 0.164031] acpiphp: Slot [21] registered\n[ 0.164958] acpiphp: Slot [22] registered\n[ 0.165998] acpiphp: Slot [23] registered\n[ 0.166930] acpiphp: Slot [24] registered\n[ 0.167875] acpiphp: Slot [25] registered\n[ 0.168028] acpiphp: Slot [26] registered\n[ 0.168961] acpiphp: Slot [27] registered\n[ 0.169925] acpiphp: Slot [28] registered\n[ 0.170792] acpiphp: Slot [29] registered\n[ 0.171685] acpiphp: Slot [30] registered\n[ 0.172025] acpiphp: Slot [31] registered\n[ 0.172955] PCI host bridge to bus 0000:00\n[ 0.173880] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.175056] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.176004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.177251] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.178637] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.180006] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.186663] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.188013] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.215762] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.216865] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.218635] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.220322] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.221905] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.223587] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.224212] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.225252] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.227068] vgaarb: loaded\n[ 0.228003] vgaarb: bridge control possible 0000:00:02.0\n[ 0.229353] SCSI subsystem initialized\n[ 0.230422] ACPI: bus type USB registered\n[ 0.230422] usbcore: registered new interface driver usbfs\n[ 0.232012] usbcore: registered new interface driver hub\n[ 0.233326] usbcore: registered new device driver usb\n[ 0.233326] PCI: Using ACPI for IRQ routing\n[ 0.233326] NetLabel: Initializing\n[ 0.236006] NetLabel: domain hash size = 128\n[ 0.237063] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.238225] NetLabel: unlabeled traffic allowed by default\n[ 0.239575] Switched to clocksource kvm-clock\n[ 0.243616] AppArmor: AppArmor Filesystem Enabled\n[ 0.248321] pnp: PnP ACPI init\n[ 0.249466] ACPI: bus type PNP registered\n[ 0.251582] pnp: PnP ACPI: found 8 devices\n[ 0.252803] ACPI: bus type PNP unregistered\n[ 0.261343] NET: Registered protocol family 2\n[ 0.264264] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.266656] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.268553] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.270455] TCP: reno registered\n[ 0.271435] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.273178] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.275209] NET: Registered protocol family 1\n[ 0.276622] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.278372] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.279968] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.302269] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.325219] Trying to unpack rootfs image as initramfs...\n[ 0.418311] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.421287] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.423023] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.424607] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.427280] Scanning for low memory corruption every 60 seconds\n[ 0.429647] Initialise system trusted keyring\n[ 0.430835] audit: initializing netlink socket (disabled)\n[ 0.432157] type=2000 audit(1534065282.709:1): initialized\n[ 0.452031] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.454301] zbud: loaded\n[ 0.455252] VFS: Disk quotas dquot_6.5.2\n[ 0.456290] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.458115] fuse init (API version 7.22)\n[ 0.459227] msgmni has been set to 3997\n[ 0.460283] Key type big_key registered\n[ 0.461536] Key type asymmetric registered\n[ 0.462587] Asymmetric key parser 'x509' registered\n[ 0.463741] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.465576] io scheduler noop registered\n[ 0.466507] io scheduler deadline registered (default)\n[ 0.467638] io scheduler cfq registered\n[ 0.468678] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.469970] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.471482] ipmi message handler version 39.2\n[ 0.472595] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.474326] ACPI: Power Button [PWRF]\n[ 0.475394] GHES: HEST is not enabled!\n[ 0.497489] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.542062] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564583] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.566613] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590635] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593137] Linux agpgart interface v0.103\n[ 0.595007] brd: module loaded\n[ 0.596218] loop: module loaded\n[ 0.597375] blk-mq: CPU -> queue map\n[ 0.598285] CPU 0 -> Queue 0\n[ 0.599042] CPU 1 -> Queue 0\n[ 0.600473] vda: vda1\n[ 0.601881] scsi0 : ata_piix\n[ 0.602665] scsi1 : ata_piix\n[ 0.603381] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.604747] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.606311] libphy: Fixed MDIO Bus: probed\n[ 0.607293] tun: Universal TUN/TAP device driver, 1.6\n[ 0.608367] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.611003] PPP generic driver version 2.4.2\n[ 0.612023] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.613322] ehci-pci: EHCI PCI platform driver\n[ 0.614273] ehci-platform: EHCI generic platform driver\n[ 0.615386] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.616641] ohci-pci: OHCI PCI platform driver\n[ 0.617624] ohci-platform: OHCI generic platform driver\n[ 0.618701] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.640745] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.641845] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.643461] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.644695] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646020] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647550] usb usb1: Product: UHCI Host Controller\n[ 0.648565] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd\n[ 0.649920] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651116] hub 1-0:1.0: USB hub found\n[ 0.652166] hub 1-0:1.0: 2 ports detected\n[ 0.653393] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655673] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656701] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657858] mousedev: PS/2 mouse device common for all mice\n[ 0.659249] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.661121] rtc_cmos 00:00: RTC can wake from S4\n[ 0.662782] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.664550] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.666329] device-mapper: uevent: version 1.0.3\n[ 0.667736] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.670130] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.671824] TCP: cubic registered\n[ 0.672903] NET: Registered protocol family 10\n[ 0.674394] NET: Registered protocol family 17\n[ 0.675733] Key type dns_resolver registered\n[ 0.677151] Loading compiled-in X.509 certificates\n[ 0.679026] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0'\n[ 0.681691] registered taskstats version 1\n[ 0.692859] Key type trusted registered\n[ 0.696517] Key type encrypted registered\n[ 0.697497] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.698946] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.700888] regulator-dummy: disabling\n[ 0.701901] Magic number: 14:35:222\n[ 0.703011] rtc_cmos 00:00: setting system clock to 2018-08-12 09:14:43 UTC (1534065283)\n[ 0.704889] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.706135] EDD information not available.\n[ 0.761384] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000)\n[ 0.763225] Write protecting the kernel read-only data: 12288k\n[ 0.764990] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000)\n[ 0.767838] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.781703] systemd-udevd[107]: starting version 204\n[ 0.820635] FDC 0 is a S82078B\n[ 0.964059] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.124684] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.126110] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.127461] usb 1-1: Product: QEMU USB Tablet\n[ 1.128372] usb 1-1: Manufacturer: QEMU\n[ 1.129215] usb 1-1: SerialNumber: 42\n[ 1.420090] tsc: Refined TSC clocksource calibration: 3491.877 MHz\n[ 1.845302] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.096165] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.184699] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n[ 2.283393] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sun, 12 Aug 2018 09:14:45 +0000. Up 2.66 seconds.\ncloud-init-nonet[2.85]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting cold plug devices[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\ncloud-init-nonet[9.46]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sun, 12 Aug 2018 09:14:52 +0000. Up 9.59 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:f8:47:bc |\nci-info: | eth0 | True | 192.168.0.6 | 255.255.255.0 | fa:16:3e:a0:8c:69 |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.2 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\n9e:9e:9f:8d:3a:a6:9c:55:48:62:37:40:24:56:bf:96 root@homer-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| o+= |\n| . . o |\n| o = |\n| . + = |\n| E . |\n| o o |\n| + |\n| . +o. + |\n| +o+++ . |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\nf5:82:85:56:b7:31:ca:0c:a6:5a:c4:22:5d:9b:95:f7 root@homer-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| . oo +.. + |\n| . o..*.*.o + |\n| . .= o.*.. |\n| o . + .E |\n| . S . . |\n| . |\n| |\n| |\n| |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\nae:94:d0:9e:d4:d7:5a:03:f2:3e:7d:6b:94:24:f5:c1 root@homer-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| . |\n| .E |\n| . . . ..|\n| . . o o. . .|\n| . o S o +o . |\n| + + o + .o |\n| = . + ... |\n| . . . ... |\n| . .. |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\ne9:6d:b2:ce:65:c3:06:5d:25:e6:9f:e9:9d:26:da:19 root@homer-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| o . |\n| o o |\n| o |\n| o . . o |\n| S . + |\n| . + . ..|\n| o O E.o.|\n| . B .o = |\n| .+ . o |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS homer-0 ttyS0\n\nhomer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Sun, 12 Aug 2018 09:16:57 +0000. Up 134.34 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Sun, 12 Aug 2018 09:17:57 +0000. Up 195.05 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com\ngpg: no valid OpenPGP data found.\n+ apt-get update\nErr http://repo.cw-ngv.com binary/ InRelease\n \nErr http://archive.ubuntu.com trusty InRelease\n \nErr http://archive.ubuntu.com trusty-updates InRelease\n \nErr http://archive.ubuntu.com trusty-backports InRelease\n \nErr http://security.ubuntu.com trusty-security InRelease\n \nErr http://security.ubuntu.com trusty-security Release.gpg\n Could not resolve 'security.ubuntu.com'\nErr http://repo.cw-ngv.com binary/ Release.gpg\n Could not resolve 'repo.cw-ngv.com'\nErr http://archive.ubuntu.com trusty Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-updates Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-backports Release.gpg\n Could not resolve 'archive.ubuntu.com'\nReading package lists...\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease \n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com'\n\nW: Some index files failed to download. They have been ignored, or old ones used instead.\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.23\n+ '[' -n 192.168.0.23 ']'\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install homer --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package homer\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package clearwater-management\n+ retries=0\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.211\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.208\n++ echo A 172.30.9.208\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 0 -lt 10 ']'\n+ retries=1\n+ echo 'nsupdate failed - retrying (retry 1)...'\nnsupdate failed - retrying (retry 1)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ echo 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.208\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 1 -lt 10 ']'\n+ retries=2\n+ echo 'nsupdate failed - retrying (retry 2)...'\nnsupdate failed - retrying (retry 2)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ echo 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.208\n"} 2018-08-12 09:19:58,709 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd/action used request id req-3db4945f-4d21-4780-be6e-111feff50c4d 2018-08-12 09:19:58,709 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0757949352264s 2018-08-12 09:19:58,710 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd/action used request id req-3db4945f-4d21-4780-be6e-111feff50c4d 2018-08-12 09:19:58,711 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-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] 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-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] 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] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 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 2 CPUs, 0 hotplug CPUs [ 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 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008016] Security Framework initialized [ 0.008913] AppArmor: AppArmor initialized [ 0.009837] Yama: becoming mindful. [ 0.010748] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.013325] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.015408] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.016006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.017778] Initializing cgroup subsys memory [ 0.018719] Initializing cgroup subsys devices [ 0.020003] Initializing cgroup subsys freezer [ 0.021086] Initializing cgroup subsys blkio [ 0.021991] Initializing cgroup subsys perf_event [ 0.022999] Initializing cgroup subsys hugetlb [ 0.024056] CPU: Physical Processor ID: 0 [ 0.024946] FEATURE SPEC_CTRL Not Present [ 0.026471] mce: CPU supports 10 MCE banks [ 0.028035] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.028035] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.030137] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.031421] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.032003] Speculative Store Bypass: Vulnerable [ 0.033566] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000) [ 0.038566] ACPI: Core revision 20131115 [ 0.040460] ACPI: All ACPI Tables successfully acquired [ 0.041709] ftrace: allocating 28727 entries in 113 pages [ 0.060291] Enabling x2apic [ 0.061073] Enabled x2apic [ 0.061964] Switched APIC routing to physical x2apic. [ 0.064919] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.066290] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.069066] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.076856] KVM setup paravirtual spinlock [ 0.079139] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.080155] x86: Booting SMP configuration: [ 0.081281] .... node #0, CPUs: #1[ 0.079106] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.096026] x86: Booted up 1 node, 2 CPUs [ 0.096018] KVM setup async PF for cpu 1 [ 0.096020] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.099631] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.100348] devtmpfs: initialized [ 0.102632] EVM: security.selinux [ 0.104005] EVM: security.SMACK64 [ 0.104954] EVM: security.ima [ 0.105920] EVM: security.capability [ 0.108118] pinctrl core: initialized pinctrl subsystem [ 0.109704] regulator-dummy: no parameters [ 0.110929] RTC time: 9:14:42, date: 08/12/18 [ 0.112038] NET: Registered protocol family 16 [ 0.113457] cpuidle: using governor ladder [ 0.114609] cpuidle: using governor menu [ 0.115850] ACPI: bus type PCI registered [ 0.116004] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.117746] PCI: Using configuration type 1 for base access [ 0.120038] bio: create slab at 0 [ 0.121189] ACPI: Added _OSI(Module Device) [ 0.121189] ACPI: Added _OSI(Processor Device) [ 0.122213] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.124005] ACPI: Added _OSI(Processor Aggregator Device) [ 0.126110] ACPI: Interpreter enabled [ 0.127154] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.129830] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.132005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.134822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.136755] ACPI: (supports S0 S5) [ 0.137721] ACPI: Using IOAPIC for interrupt routing [ 0.139117] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.140200] ACPI: No dock devices found. [ 0.143264] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.144008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.145991] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.147946] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.148206] acpiphp: Slot [3] registered [ 0.149509] acpiphp: Slot [4] registered [ 0.150716] acpiphp: Slot [5] registered [ 0.151857] acpiphp: Slot [6] registered [ 0.152020] acpiphp: Slot [7] registered [ 0.153216] acpiphp: Slot [8] registered [ 0.154428] acpiphp: Slot [9] registered [ 0.155633] acpiphp: Slot [10] registered [ 0.156024] acpiphp: Slot [11] registered [ 0.157002] acpiphp: Slot [12] registered [ 0.157975] acpiphp: Slot [13] registered [ 0.158963] acpiphp: Slot [14] registered [ 0.159983] acpiphp: Slot [15] registered [ 0.160023] acpiphp: Slot [16] registered [ 0.160985] acpiphp: Slot [17] registered [ 0.161921] acpiphp: Slot [18] registered [ 0.162915] acpiphp: Slot [19] registered [ 0.163849] acpiphp: Slot [20] registered [ 0.164031] acpiphp: Slot [21] registered [ 0.164958] acpiphp: Slot [22] registered [ 0.165998] acpiphp: Slot [23] registered [ 0.166930] acpiphp: Slot [24] registered [ 0.167875] acpiphp: Slot [25] registered [ 0.168028] acpiphp: Slot [26] registered [ 0.168961] acpiphp: Slot [27] registered [ 0.169925] acpiphp: Slot [28] registered [ 0.170792] acpiphp: Slot [29] registered [ 0.171685] acpiphp: Slot [30] registered [ 0.172025] acpiphp: Slot [31] registered [ 0.172955] PCI host bridge to bus 0000:00 [ 0.173880] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.175056] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.176004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.177251] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.178637] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.180006] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.186663] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.188013] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.215762] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.216865] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.218635] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.220322] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.221905] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.223587] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.224212] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.225252] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.227068] vgaarb: loaded [ 0.228003] vgaarb: bridge control possible 0000:00:02.0 [ 0.229353] SCSI subsystem initialized [ 0.230422] ACPI: bus type USB registered [ 0.230422] usbcore: registered new interface driver usbfs [ 0.232012] usbcore: registered new interface driver hub [ 0.233326] usbcore: registered new device driver usb [ 0.233326] PCI: Using ACPI for IRQ routing [ 0.233326] NetLabel: Initializing [ 0.236006] NetLabel: domain hash size = 128 [ 0.237063] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.238225] NetLabel: unlabeled traffic allowed by default [ 0.239575] Switched to clocksource kvm-clock [ 0.243616] AppArmor: AppArmor Filesystem Enabled [ 0.248321] pnp: PnP ACPI init [ 0.249466] ACPI: bus type PNP registered [ 0.251582] pnp: PnP ACPI: found 8 devices [ 0.252803] ACPI: bus type PNP unregistered [ 0.261343] NET: Registered protocol family 2 [ 0.264264] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.266656] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.268553] TCP: Hash tables configured (established 16384 bind 16384) [ 0.270455] TCP: reno registered [ 0.271435] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.273178] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.275209] NET: Registered protocol family 1 [ 0.276622] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.278372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.279968] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.302269] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.325219] Trying to unpack rootfs image as initramfs... [ 0.418311] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.421287] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.423023] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.424607] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.427280] Scanning for low memory corruption every 60 seconds [ 0.429647] Initialise system trusted keyring [ 0.430835] audit: initializing netlink socket (disabled) [ 0.432157] type=2000 audit(1534065282.709:1): initialized [ 0.452031] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.454301] zbud: loaded [ 0.455252] VFS: Disk quotas dquot_6.5.2 [ 0.456290] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.458115] fuse init (API version 7.22) [ 0.459227] msgmni has been set to 3997 [ 0.460283] Key type big_key registered [ 0.461536] Key type asymmetric registered [ 0.462587] Asymmetric key parser 'x509' registered [ 0.463741] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.465576] io scheduler noop registered [ 0.466507] io scheduler deadline registered (default) [ 0.467638] io scheduler cfq registered [ 0.468678] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.469970] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.471482] ipmi message handler version 39.2 [ 0.472595] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.474326] ACPI: Power Button [PWRF] [ 0.475394] GHES: HEST is not enabled! [ 0.497489] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.542062] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.564583] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.566613] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.590635] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.593137] Linux agpgart interface v0.103 [ 0.595007] brd: module loaded [ 0.596218] loop: module loaded [ 0.597375] blk-mq: CPU -> queue map [ 0.598285] CPU 0 -> Queue 0 [ 0.599042] CPU 1 -> Queue 0 [ 0.600473] vda: vda1 [ 0.601881] scsi0 : ata_piix [ 0.602665] scsi1 : ata_piix [ 0.603381] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.604747] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.606311] libphy: Fixed MDIO Bus: probed [ 0.607293] tun: Universal TUN/TAP device driver, 1.6 [ 0.608367] tun: (C) 1999-2004 Max Krasnyansky [ 0.611003] PPP generic driver version 2.4.2 [ 0.612023] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.613322] ehci-pci: EHCI PCI platform driver [ 0.614273] ehci-platform: EHCI generic platform driver [ 0.615386] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.616641] ohci-pci: OHCI PCI platform driver [ 0.617624] ohci-platform: OHCI generic platform driver [ 0.618701] uhci_hcd: USB Universal Host Controller Interface driver [ 0.640745] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.641845] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.643461] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.644695] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.646020] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.647550] usb usb1: Product: UHCI Host Controller [ 0.648565] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd [ 0.649920] usb usb1: SerialNumber: 0000:00:01.2 [ 0.651116] hub 1-0:1.0: USB hub found [ 0.652166] hub 1-0:1.0: 2 ports detected [ 0.653393] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.655673] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.656701] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.657858] mousedev: PS/2 mouse device common for all mice [ 0.659249] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.661121] rtc_cmos 00:00: RTC can wake from S4 [ 0.662782] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.664550] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.666329] device-mapper: uevent: version 1.0.3 [ 0.667736] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.670130] ledtrig-cpu: registered to indicate activity on CPUs [ 0.671824] TCP: cubic registered [ 0.672903] NET: Registered protocol family 10 [ 0.674394] NET: Registered protocol family 17 [ 0.675733] Key type dns_resolver registered [ 0.677151] Loading compiled-in X.509 certificates [ 0.679026] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0' [ 0.681691] registered taskstats version 1 [ 0.692859] Key type trusted registered [ 0.696517] Key type encrypted registered [ 0.697497] AppArmor: AppArmor sha1 policy hashing enabled [ 0.698946] IMA: No TPM chip found, activating TPM-bypass! [ 0.700888] regulator-dummy: disabling [ 0.701901] Magic number: 14:35:222 [ 0.703011] rtc_cmos 00:00: setting system clock to 2018-08-12 09:14:43 UTC (1534065283) [ 0.704889] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.706135] EDD information not available. [ 0.761384] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000) [ 0.763225] Write protecting the kernel read-only data: 12288k [ 0.764990] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000) [ 0.767838] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.781703] systemd-udevd[107]: starting version 204 [ 0.820635] FDC 0 is a S82078B [ 0.964059] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.124684] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.126110] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.127461] usb 1-1: Product: QEMU USB Tablet [ 1.128372] usb 1-1: Manufacturer: QEMU [ 1.129215] usb 1-1: SerialNumber: 42 [ 1.420090] tsc: Refined TSC clocksource calibration: 3491.877 MHz [ 1.845302] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.096165] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.184699] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] [ 2.283393] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sun, 12 Aug 2018 09:14:45 +0000. Up 2.66 seconds. cloud-init-nonet[2.85]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting cold plug devices[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] cloud-init-nonet[9.46]: static networking is now up * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sun, 12 Aug 2018 09:14:52 +0000. Up 9.59 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:f8:47:bc | ci-info: | eth0 | True | 192.168.0.6 | 255.255.255.0 | fa:16:3e:a0:8c:69 | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.2 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: 9e:9e:9f:8d:3a:a6:9c:55:48:62:37:40:24:56:bf:96 root@homer-0 The key's randomart image is: +--[ RSA 2048]----+ | o+= | | . . o | | o = | | . + = | | E . | | o o | | + | | . +o. + | | +o+++ . | +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: f5:82:85:56:b7:31:ca:0c:a6:5a:c4:22:5d:9b:95:f7 root@homer-0 The key's randomart image is: +--[ DSA 1024]----+ | . oo +.. + | | . o..*.*.o + | | . .= o.*.. | | o . + .E | | . S . . | | . | | | | | | | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: ae:94:d0:9e:d4:d7:5a:03:f2:3e:7d:6b:94:24:f5:c1 root@homer-0 The key's randomart image is: +--[ECDSA 256]---+ | . | | .E | | . . . ..| | . . o o. . .| | . o S o +o . | | + + o + .o | | = . + ... | | . . . ... | | . .. | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: e9:6d:b2:ce:65:c3:06:5d:25:e6:9f:e9:9d:26:da:19 root@homer-0 The key's randomart image is: +--[ED25519 256--+ | o . | | o o | | o | | o . . o | | S . + | | . + . ..| | o O E.o.| | . B .o = | | .+ . o | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS homer-0 ttyS0 homer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Sun, 12 Aug 2018 09:16:57 +0000. Up 134.34 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Sun, 12 Aug 2018 09:17:57 +0000. Up 195.05 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com gpg: no valid OpenPGP data found. + apt-get update Err http://repo.cw-ngv.com binary/ InRelease Err http://archive.ubuntu.com trusty InRelease Err http://archive.ubuntu.com trusty-updates InRelease Err http://archive.ubuntu.com trusty-backports InRelease Err http://security.ubuntu.com trusty-security InRelease Err http://security.ubuntu.com trusty-security Release.gpg Could not resolve 'security.ubuntu.com' Err http://repo.cw-ngv.com binary/ Release.gpg Could not resolve 'repo.cw-ngv.com' Err http://archive.ubuntu.com trusty Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-updates Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-backports Release.gpg Could not resolve 'archive.ubuntu.com' Reading package lists... W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com' W: Some index files failed to download. They have been ignored, or old ones used instead. + mkdir -p /etc/clearwater + etcd_ip=192.168.0.23 + '[' -n 192.168.0.23 ']' + cat + DEBIAN_FRONTEND=noninteractive + apt-get install homer --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package homer + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package clearwater-management + retries=0 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.211 ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.208 ++ echo A 172.30.9.208 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 0 -lt 10 ']' + retries=1 + echo 'nsupdate failed - retrying (retry 1)...' nsupdate failed - retrying (retry 1)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ echo 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.208 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 1 -lt 10 ']' + retries=2 + echo 'nsupdate failed - retrying (retry 2)...' nsupdate failed - retrying (retry 2)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ echo 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.208 2018-08-12 09:19:58,712 - functest.core.singlevm - DEBUG - try 28: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-12 09:20:08,723 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:20:08,726 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:20:09,647 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:20: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-008fe99d-414b-422e-abbe-97785db9c2ff x-compute-request-id: req-008fe99d-414b-422e-abbe-97785db9c2ff Content-Encoding: gzip Content-Length: 1505 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:8c:69", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:8c:69", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:47:bc", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:47:bc", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/0d05f869-c182-4a19-86bf-4ac078c523fd", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:41.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "0d05f869-c182-4a19-86bf-4ac078c523fd", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:41Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "homer-0.clearwater.opnfv", "created": "2018-08-12T09:14:06Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:24:50", "version": 4, "addr": "192.168.0.22", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:24:50", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:35:db:99", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/1c9b6e42-b18c-407e-8d00-9077025769fd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1c9b6e42-b18c-407e-8d00-9077025769fd", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:39.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "1c9b6e42-b18c-407e-8d00-9077025769fd", "security_groups": [{"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:39Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "dime-0.clearwater.opnfv", "created": "2018-08-12T09:14:05Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:73:af", "version": 4, "addr": "192.168.0.17", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:73:af", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:b9:f2", "version": 4, "addr": "192.168.1.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:b9:f2", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:41.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:41Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "bono-0.clearwater.opnfv", "created": "2018-08-12T09:14:05Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:27:6c", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:27:6c", "version": 4, "addr": "172.30.9.216", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:82:86", "version": 4, "addr": "192.168.1.24", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/566a63cc-7490-4385-b2ac-bfb24030a031", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/566a63cc-7490-4385-b2ac-bfb24030a031", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:34.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "566a63cc-7490-4385-b2ac-bfb24030a031", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:34Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-12T09:14:04Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:9d:e5", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:9d:e5", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b4:d8:25", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/7a80620a-d807-4698-b6c3-7c140a7b5157", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/7a80620a-d807-4698-b6c3-7c140a7b5157", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:25.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "7a80620a-d807-4698-b6c3-7c140a7b5157", "security_groups": [{"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:25Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-12T09:14:04Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:ca:f6", "version": 4, "addr": "192.168.0.23", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:ca:f6", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/3544e1e5-febb-4596-964e-1a53f9d26ab6", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/3544e1e5-febb-4596-964e-1a53f9d26ab6", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:13:48.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "3544e1e5-febb-4596-964e-1a53f9d26ab6", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:13:48Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-12T09:12:11Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:77:d2", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:77:d2", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ac:00:39", "version": 4, "addr": "192.168.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/24234aa3-febc-4826-8d67-0c33e6f38782", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/24234aa3-febc-4826-8d67-0c33e6f38782", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:12:00.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "24234aa3-febc-4826-8d67-0c33e6f38782", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:12:00Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "ns.clearwater.opnfv", "created": "2018-08-12T09:10:20Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:20:09,647 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-008fe99d-414b-422e-abbe-97785db9c2ff 2018-08-12 09:20:09,647 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.923789024353s 2018-08-12 09:20:09,648 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-008fe99d-414b-422e-abbe-97785db9c2ff 2018-08-12 09:20:09,656 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-12 09:20:09,658 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd/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}d584eff3730be386f99aabb4bf64013d89965dc6" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 09:20:09,735 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:20: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-a0e86af1-9b81-4604-b82e-c667ed9a8de9 x-compute-request-id: req-a0e86af1-9b81-4604-b82e-c667ed9a8de9 Content-Encoding: gzip Content-Length: 10774 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 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] 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-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] 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] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\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 2 CPUs, 0 hotplug CPUs\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 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008016] Security Framework initialized\n[ 0.008913] AppArmor: AppArmor initialized\n[ 0.009837] Yama: becoming mindful.\n[ 0.010748] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.013325] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.015408] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.016006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.017778] Initializing cgroup subsys memory\n[ 0.018719] Initializing cgroup subsys devices\n[ 0.020003] Initializing cgroup subsys freezer\n[ 0.021086] Initializing cgroup subsys blkio\n[ 0.021991] Initializing cgroup subsys perf_event\n[ 0.022999] Initializing cgroup subsys hugetlb\n[ 0.024056] CPU: Physical Processor ID: 0\n[ 0.024946] FEATURE SPEC_CTRL Not Present\n[ 0.026471] mce: CPU supports 10 MCE banks\n[ 0.028035] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.028035] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.030137] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.031421] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.032003] Speculative Store Bypass: Vulnerable\n[ 0.033566] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000)\n[ 0.038566] ACPI: Core revision 20131115\n[ 0.040460] ACPI: All ACPI Tables successfully acquired\n[ 0.041709] ftrace: allocating 28727 entries in 113 pages\n[ 0.060291] Enabling x2apic\n[ 0.061073] Enabled x2apic\n[ 0.061964] Switched APIC routing to physical x2apic.\n[ 0.064919] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.066290] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.069066] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.076856] KVM setup paravirtual spinlock\n[ 0.079139] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.080155] x86: Booting SMP configuration:\n[ 0.081281] .... node #0, CPUs: #1[ 0.079106] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.096026] x86: Booted up 1 node, 2 CPUs\n[ 0.096018] KVM setup async PF for cpu 1\n[ 0.096020] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.099631] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.100348] devtmpfs: initialized\n[ 0.102632] EVM: security.selinux\n[ 0.104005] EVM: security.SMACK64\n[ 0.104954] EVM: security.ima\n[ 0.105920] EVM: security.capability\n[ 0.108118] pinctrl core: initialized pinctrl subsystem\n[ 0.109704] regulator-dummy: no parameters\n[ 0.110929] RTC time: 9:14:42, date: 08/12/18\n[ 0.112038] NET: Registered protocol family 16\n[ 0.113457] cpuidle: using governor ladder\n[ 0.114609] cpuidle: using governor menu\n[ 0.115850] ACPI: bus type PCI registered\n[ 0.116004] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.117746] PCI: Using configuration type 1 for base access\n[ 0.120038] bio: create slab at 0\n[ 0.121189] ACPI: Added _OSI(Module Device)\n[ 0.121189] ACPI: Added _OSI(Processor Device)\n[ 0.122213] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.124005] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.126110] ACPI: Interpreter enabled\n[ 0.127154] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.129830] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.132005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.134822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.136755] ACPI: (supports S0 S5)\n[ 0.137721] ACPI: Using IOAPIC for interrupt routing\n[ 0.139117] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.140200] ACPI: No dock devices found.\n[ 0.143264] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.144008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.145991] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.147946] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.148206] acpiphp: Slot [3] registered\n[ 0.149509] acpiphp: Slot [4] registered\n[ 0.150716] acpiphp: Slot [5] registered\n[ 0.151857] acpiphp: Slot [6] registered\n[ 0.152020] acpiphp: Slot [7] registered\n[ 0.153216] acpiphp: Slot [8] registered\n[ 0.154428] acpiphp: Slot [9] registered\n[ 0.155633] acpiphp: Slot [10] registered\n[ 0.156024] acpiphp: Slot [11] registered\n[ 0.157002] acpiphp: Slot [12] registered\n[ 0.157975] acpiphp: Slot [13] registered\n[ 0.158963] acpiphp: Slot [14] registered\n[ 0.159983] acpiphp: Slot [15] registered\n[ 0.160023] acpiphp: Slot [16] registered\n[ 0.160985] acpiphp: Slot [17] registered\n[ 0.161921] acpiphp: Slot [18] registered\n[ 0.162915] acpiphp: Slot [19] registered\n[ 0.163849] acpiphp: Slot [20] registered\n[ 0.164031] acpiphp: Slot [21] registered\n[ 0.164958] acpiphp: Slot [22] registered\n[ 0.165998] acpiphp: Slot [23] registered\n[ 0.166930] acpiphp: Slot [24] registered\n[ 0.167875] acpiphp: Slot [25] registered\n[ 0.168028] acpiphp: Slot [26] registered\n[ 0.168961] acpiphp: Slot [27] registered\n[ 0.169925] acpiphp: Slot [28] registered\n[ 0.170792] acpiphp: Slot [29] registered\n[ 0.171685] acpiphp: Slot [30] registered\n[ 0.172025] acpiphp: Slot [31] registered\n[ 0.172955] PCI host bridge to bus 0000:00\n[ 0.173880] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.175056] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.176004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.177251] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.178637] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.180006] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.186663] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.188013] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.215762] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.216865] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.218635] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.220322] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.221905] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.223587] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.224212] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.225252] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.227068] vgaarb: loaded\n[ 0.228003] vgaarb: bridge control possible 0000:00:02.0\n[ 0.229353] SCSI subsystem initialized\n[ 0.230422] ACPI: bus type USB registered\n[ 0.230422] usbcore: registered new interface driver usbfs\n[ 0.232012] usbcore: registered new interface driver hub\n[ 0.233326] usbcore: registered new device driver usb\n[ 0.233326] PCI: Using ACPI for IRQ routing\n[ 0.233326] NetLabel: Initializing\n[ 0.236006] NetLabel: domain hash size = 128\n[ 0.237063] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.238225] NetLabel: unlabeled traffic allowed by default\n[ 0.239575] Switched to clocksource kvm-clock\n[ 0.243616] AppArmor: AppArmor Filesystem Enabled\n[ 0.248321] pnp: PnP ACPI init\n[ 0.249466] ACPI: bus type PNP registered\n[ 0.251582] pnp: PnP ACPI: found 8 devices\n[ 0.252803] ACPI: bus type PNP unregistered\n[ 0.261343] NET: Registered protocol family 2\n[ 0.264264] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.266656] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.268553] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.270455] TCP: reno registered\n[ 0.271435] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.273178] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.275209] NET: Registered protocol family 1\n[ 0.276622] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.278372] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.279968] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.302269] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.325219] Trying to unpack rootfs image as initramfs...\n[ 0.418311] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.421287] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.423023] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.424607] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.427280] Scanning for low memory corruption every 60 seconds\n[ 0.429647] Initialise system trusted keyring\n[ 0.430835] audit: initializing netlink socket (disabled)\n[ 0.432157] type=2000 audit(1534065282.709:1): initialized\n[ 0.452031] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.454301] zbud: loaded\n[ 0.455252] VFS: Disk quotas dquot_6.5.2\n[ 0.456290] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.458115] fuse init (API version 7.22)\n[ 0.459227] msgmni has been set to 3997\n[ 0.460283] Key type big_key registered\n[ 0.461536] Key type asymmetric registered\n[ 0.462587] Asymmetric key parser 'x509' registered\n[ 0.463741] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.465576] io scheduler noop registered\n[ 0.466507] io scheduler deadline registered (default)\n[ 0.467638] io scheduler cfq registered\n[ 0.468678] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.469970] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.471482] ipmi message handler version 39.2\n[ 0.472595] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.474326] ACPI: Power Button [PWRF]\n[ 0.475394] GHES: HEST is not enabled!\n[ 0.497489] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.542062] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564583] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.566613] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590635] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593137] Linux agpgart interface v0.103\n[ 0.595007] brd: module loaded\n[ 0.596218] loop: module loaded\n[ 0.597375] blk-mq: CPU -> queue map\n[ 0.598285] CPU 0 -> Queue 0\n[ 0.599042] CPU 1 -> Queue 0\n[ 0.600473] vda: vda1\n[ 0.601881] scsi0 : ata_piix\n[ 0.602665] scsi1 : ata_piix\n[ 0.603381] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.604747] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.606311] libphy: Fixed MDIO Bus: probed\n[ 0.607293] tun: Universal TUN/TAP device driver, 1.6\n[ 0.608367] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.611003] PPP generic driver version 2.4.2\n[ 0.612023] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.613322] ehci-pci: EHCI PCI platform driver\n[ 0.614273] ehci-platform: EHCI generic platform driver\n[ 0.615386] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.616641] ohci-pci: OHCI PCI platform driver\n[ 0.617624] ohci-platform: OHCI generic platform driver\n[ 0.618701] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.640745] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.641845] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.643461] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.644695] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646020] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647550] usb usb1: Product: UHCI Host Controller\n[ 0.648565] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd\n[ 0.649920] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651116] hub 1-0:1.0: USB hub found\n[ 0.652166] hub 1-0:1.0: 2 ports detected\n[ 0.653393] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655673] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656701] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657858] mousedev: PS/2 mouse device common for all mice\n[ 0.659249] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.661121] rtc_cmos 00:00: RTC can wake from S4\n[ 0.662782] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.664550] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.666329] device-mapper: uevent: version 1.0.3\n[ 0.667736] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.670130] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.671824] TCP: cubic registered\n[ 0.672903] NET: Registered protocol family 10\n[ 0.674394] NET: Registered protocol family 17\n[ 0.675733] Key type dns_resolver registered\n[ 0.677151] Loading compiled-in X.509 certificates\n[ 0.679026] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0'\n[ 0.681691] registered taskstats version 1\n[ 0.692859] Key type trusted registered\n[ 0.696517] Key type encrypted registered\n[ 0.697497] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.698946] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.700888] regulator-dummy: disabling\n[ 0.701901] Magic number: 14:35:222\n[ 0.703011] rtc_cmos 00:00: setting system clock to 2018-08-12 09:14:43 UTC (1534065283)\n[ 0.704889] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.706135] EDD information not available.\n[ 0.761384] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000)\n[ 0.763225] Write protecting the kernel read-only data: 12288k\n[ 0.764990] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000)\n[ 0.767838] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.781703] systemd-udevd[107]: starting version 204\n[ 0.820635] FDC 0 is a S82078B\n[ 0.964059] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.124684] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.126110] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.127461] usb 1-1: Product: QEMU USB Tablet\n[ 1.128372] usb 1-1: Manufacturer: QEMU\n[ 1.129215] usb 1-1: SerialNumber: 42\n[ 1.420090] tsc: Refined TSC clocksource calibration: 3491.877 MHz\n[ 1.845302] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.096165] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.184699] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n[ 2.283393] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sun, 12 Aug 2018 09:14:45 +0000. Up 2.66 seconds.\ncloud-init-nonet[2.85]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting cold plug devices[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\ncloud-init-nonet[9.46]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sun, 12 Aug 2018 09:14:52 +0000. Up 9.59 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:f8:47:bc |\nci-info: | eth0 | True | 192.168.0.6 | 255.255.255.0 | fa:16:3e:a0:8c:69 |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.2 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\n9e:9e:9f:8d:3a:a6:9c:55:48:62:37:40:24:56:bf:96 root@homer-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| o+= |\n| . . o |\n| o = |\n| . + = |\n| E . |\n| o o |\n| + |\n| . +o. + |\n| +o+++ . |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\nf5:82:85:56:b7:31:ca:0c:a6:5a:c4:22:5d:9b:95:f7 root@homer-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| . oo +.. + |\n| . o..*.*.o + |\n| . .= o.*.. |\n| o . + .E |\n| . S . . |\n| . |\n| |\n| |\n| |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\nae:94:d0:9e:d4:d7:5a:03:f2:3e:7d:6b:94:24:f5:c1 root@homer-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| . |\n| .E |\n| . . . ..|\n| . . o o. . .|\n| . o S o +o . |\n| + + o + .o |\n| = . + ... |\n| . . . ... |\n| . .. |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\ne9:6d:b2:ce:65:c3:06:5d:25:e6:9f:e9:9d:26:da:19 root@homer-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| o . |\n| o o |\n| o |\n| o . . o |\n| S . + |\n| . + . ..|\n| o O E.o.|\n| . B .o = |\n| .+ . o |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS homer-0 ttyS0\n\nhomer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Sun, 12 Aug 2018 09:16:57 +0000. Up 134.34 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Sun, 12 Aug 2018 09:17:57 +0000. Up 195.05 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com\ngpg: no valid OpenPGP data found.\n+ apt-get update\nErr http://repo.cw-ngv.com binary/ InRelease\n \nErr http://archive.ubuntu.com trusty InRelease\n \nErr http://archive.ubuntu.com trusty-updates InRelease\n \nErr http://archive.ubuntu.com trusty-backports InRelease\n \nErr http://security.ubuntu.com trusty-security InRelease\n \nErr http://security.ubuntu.com trusty-security Release.gpg\n Could not resolve 'security.ubuntu.com'\nErr http://repo.cw-ngv.com binary/ Release.gpg\n Could not resolve 'repo.cw-ngv.com'\nErr http://archive.ubuntu.com trusty Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-updates Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-backports Release.gpg\n Could not resolve 'archive.ubuntu.com'\nReading package lists...\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease \n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com'\n\nW: Some index files failed to download. They have been ignored, or old ones used instead.\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.23\n+ '[' -n 192.168.0.23 ']'\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install homer --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package homer\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package clearwater-management\n+ retries=0\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.211\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.208\n++ echo A 172.30.9.208\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 0 -lt 10 ']'\n+ retries=1\n+ echo 'nsupdate failed - retrying (retry 1)...'\nnsupdate failed - retrying (retry 1)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ echo 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.208\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 1 -lt 10 ']'\n+ retries=2\n+ echo 'nsupdate failed - retrying (retry 2)...'\nnsupdate failed - retrying (retry 2)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ echo 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.208\n"} 2018-08-12 09:20:09,736 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd/action used request id req-a0e86af1-9b81-4604-b82e-c667ed9a8de9 2018-08-12 09:20:09,736 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0802478790283s 2018-08-12 09:20:09,737 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd/action used request id req-a0e86af1-9b81-4604-b82e-c667ed9a8de9 2018-08-12 09:20:09,737 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-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] 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-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] 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] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 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 2 CPUs, 0 hotplug CPUs [ 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 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008016] Security Framework initialized [ 0.008913] AppArmor: AppArmor initialized [ 0.009837] Yama: becoming mindful. [ 0.010748] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.013325] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.015408] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.016006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.017778] Initializing cgroup subsys memory [ 0.018719] Initializing cgroup subsys devices [ 0.020003] Initializing cgroup subsys freezer [ 0.021086] Initializing cgroup subsys blkio [ 0.021991] Initializing cgroup subsys perf_event [ 0.022999] Initializing cgroup subsys hugetlb [ 0.024056] CPU: Physical Processor ID: 0 [ 0.024946] FEATURE SPEC_CTRL Not Present [ 0.026471] mce: CPU supports 10 MCE banks [ 0.028035] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.028035] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.030137] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.031421] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.032003] Speculative Store Bypass: Vulnerable [ 0.033566] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000) [ 0.038566] ACPI: Core revision 20131115 [ 0.040460] ACPI: All ACPI Tables successfully acquired [ 0.041709] ftrace: allocating 28727 entries in 113 pages [ 0.060291] Enabling x2apic [ 0.061073] Enabled x2apic [ 0.061964] Switched APIC routing to physical x2apic. [ 0.064919] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.066290] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.069066] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.076856] KVM setup paravirtual spinlock [ 0.079139] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.080155] x86: Booting SMP configuration: [ 0.081281] .... node #0, CPUs: #1[ 0.079106] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.096026] x86: Booted up 1 node, 2 CPUs [ 0.096018] KVM setup async PF for cpu 1 [ 0.096020] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.099631] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.100348] devtmpfs: initialized [ 0.102632] EVM: security.selinux [ 0.104005] EVM: security.SMACK64 [ 0.104954] EVM: security.ima [ 0.105920] EVM: security.capability [ 0.108118] pinctrl core: initialized pinctrl subsystem [ 0.109704] regulator-dummy: no parameters [ 0.110929] RTC time: 9:14:42, date: 08/12/18 [ 0.112038] NET: Registered protocol family 16 [ 0.113457] cpuidle: using governor ladder [ 0.114609] cpuidle: using governor menu [ 0.115850] ACPI: bus type PCI registered [ 0.116004] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.117746] PCI: Using configuration type 1 for base access [ 0.120038] bio: create slab at 0 [ 0.121189] ACPI: Added _OSI(Module Device) [ 0.121189] ACPI: Added _OSI(Processor Device) [ 0.122213] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.124005] ACPI: Added _OSI(Processor Aggregator Device) [ 0.126110] ACPI: Interpreter enabled [ 0.127154] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.129830] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.132005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.134822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.136755] ACPI: (supports S0 S5) [ 0.137721] ACPI: Using IOAPIC for interrupt routing [ 0.139117] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.140200] ACPI: No dock devices found. [ 0.143264] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.144008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.145991] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.147946] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.148206] acpiphp: Slot [3] registered [ 0.149509] acpiphp: Slot [4] registered [ 0.150716] acpiphp: Slot [5] registered [ 0.151857] acpiphp: Slot [6] registered [ 0.152020] acpiphp: Slot [7] registered [ 0.153216] acpiphp: Slot [8] registered [ 0.154428] acpiphp: Slot [9] registered [ 0.155633] acpiphp: Slot [10] registered [ 0.156024] acpiphp: Slot [11] registered [ 0.157002] acpiphp: Slot [12] registered [ 0.157975] acpiphp: Slot [13] registered [ 0.158963] acpiphp: Slot [14] registered [ 0.159983] acpiphp: Slot [15] registered [ 0.160023] acpiphp: Slot [16] registered [ 0.160985] acpiphp: Slot [17] registered [ 0.161921] acpiphp: Slot [18] registered [ 0.162915] acpiphp: Slot [19] registered [ 0.163849] acpiphp: Slot [20] registered [ 0.164031] acpiphp: Slot [21] registered [ 0.164958] acpiphp: Slot [22] registered [ 0.165998] acpiphp: Slot [23] registered [ 0.166930] acpiphp: Slot [24] registered [ 0.167875] acpiphp: Slot [25] registered [ 0.168028] acpiphp: Slot [26] registered [ 0.168961] acpiphp: Slot [27] registered [ 0.169925] acpiphp: Slot [28] registered [ 0.170792] acpiphp: Slot [29] registered [ 0.171685] acpiphp: Slot [30] registered [ 0.172025] acpiphp: Slot [31] registered [ 0.172955] PCI host bridge to bus 0000:00 [ 0.173880] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.175056] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.176004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.177251] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.178637] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.180006] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.186663] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.188013] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.215762] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.216865] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.218635] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.220322] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.221905] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.223587] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.224212] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.225252] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.227068] vgaarb: loaded [ 0.228003] vgaarb: bridge control possible 0000:00:02.0 [ 0.229353] SCSI subsystem initialized [ 0.230422] ACPI: bus type USB registered [ 0.230422] usbcore: registered new interface driver usbfs [ 0.232012] usbcore: registered new interface driver hub [ 0.233326] usbcore: registered new device driver usb [ 0.233326] PCI: Using ACPI for IRQ routing [ 0.233326] NetLabel: Initializing [ 0.236006] NetLabel: domain hash size = 128 [ 0.237063] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.238225] NetLabel: unlabeled traffic allowed by default [ 0.239575] Switched to clocksource kvm-clock [ 0.243616] AppArmor: AppArmor Filesystem Enabled [ 0.248321] pnp: PnP ACPI init [ 0.249466] ACPI: bus type PNP registered [ 0.251582] pnp: PnP ACPI: found 8 devices [ 0.252803] ACPI: bus type PNP unregistered [ 0.261343] NET: Registered protocol family 2 [ 0.264264] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.266656] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.268553] TCP: Hash tables configured (established 16384 bind 16384) [ 0.270455] TCP: reno registered [ 0.271435] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.273178] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.275209] NET: Registered protocol family 1 [ 0.276622] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.278372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.279968] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.302269] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.325219] Trying to unpack rootfs image as initramfs... [ 0.418311] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.421287] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.423023] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.424607] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.427280] Scanning for low memory corruption every 60 seconds [ 0.429647] Initialise system trusted keyring [ 0.430835] audit: initializing netlink socket (disabled) [ 0.432157] type=2000 audit(1534065282.709:1): initialized [ 0.452031] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.454301] zbud: loaded [ 0.455252] VFS: Disk quotas dquot_6.5.2 [ 0.456290] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.458115] fuse init (API version 7.22) [ 0.459227] msgmni has been set to 3997 [ 0.460283] Key type big_key registered [ 0.461536] Key type asymmetric registered [ 0.462587] Asymmetric key parser 'x509' registered [ 0.463741] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.465576] io scheduler noop registered [ 0.466507] io scheduler deadline registered (default) [ 0.467638] io scheduler cfq registered [ 0.468678] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.469970] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.471482] ipmi message handler version 39.2 [ 0.472595] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.474326] ACPI: Power Button [PWRF] [ 0.475394] GHES: HEST is not enabled! [ 0.497489] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.542062] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.564583] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.566613] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.590635] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.593137] Linux agpgart interface v0.103 [ 0.595007] brd: module loaded [ 0.596218] loop: module loaded [ 0.597375] blk-mq: CPU -> queue map [ 0.598285] CPU 0 -> Queue 0 [ 0.599042] CPU 1 -> Queue 0 [ 0.600473] vda: vda1 [ 0.601881] scsi0 : ata_piix [ 0.602665] scsi1 : ata_piix [ 0.603381] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.604747] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.606311] libphy: Fixed MDIO Bus: probed [ 0.607293] tun: Universal TUN/TAP device driver, 1.6 [ 0.608367] tun: (C) 1999-2004 Max Krasnyansky [ 0.611003] PPP generic driver version 2.4.2 [ 0.612023] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.613322] ehci-pci: EHCI PCI platform driver [ 0.614273] ehci-platform: EHCI generic platform driver [ 0.615386] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.616641] ohci-pci: OHCI PCI platform driver [ 0.617624] ohci-platform: OHCI generic platform driver [ 0.618701] uhci_hcd: USB Universal Host Controller Interface driver [ 0.640745] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.641845] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.643461] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.644695] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.646020] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.647550] usb usb1: Product: UHCI Host Controller [ 0.648565] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd [ 0.649920] usb usb1: SerialNumber: 0000:00:01.2 [ 0.651116] hub 1-0:1.0: USB hub found [ 0.652166] hub 1-0:1.0: 2 ports detected [ 0.653393] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.655673] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.656701] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.657858] mousedev: PS/2 mouse device common for all mice [ 0.659249] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.661121] rtc_cmos 00:00: RTC can wake from S4 [ 0.662782] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.664550] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.666329] device-mapper: uevent: version 1.0.3 [ 0.667736] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.670130] ledtrig-cpu: registered to indicate activity on CPUs [ 0.671824] TCP: cubic registered [ 0.672903] NET: Registered protocol family 10 [ 0.674394] NET: Registered protocol family 17 [ 0.675733] Key type dns_resolver registered [ 0.677151] Loading compiled-in X.509 certificates [ 0.679026] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0' [ 0.681691] registered taskstats version 1 [ 0.692859] Key type trusted registered [ 0.696517] Key type encrypted registered [ 0.697497] AppArmor: AppArmor sha1 policy hashing enabled [ 0.698946] IMA: No TPM chip found, activating TPM-bypass! [ 0.700888] regulator-dummy: disabling [ 0.701901] Magic number: 14:35:222 [ 0.703011] rtc_cmos 00:00: setting system clock to 2018-08-12 09:14:43 UTC (1534065283) [ 0.704889] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.706135] EDD information not available. [ 0.761384] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000) [ 0.763225] Write protecting the kernel read-only data: 12288k [ 0.764990] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000) [ 0.767838] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.781703] systemd-udevd[107]: starting version 204 [ 0.820635] FDC 0 is a S82078B [ 0.964059] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.124684] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.126110] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.127461] usb 1-1: Product: QEMU USB Tablet [ 1.128372] usb 1-1: Manufacturer: QEMU [ 1.129215] usb 1-1: SerialNumber: 42 [ 1.420090] tsc: Refined TSC clocksource calibration: 3491.877 MHz [ 1.845302] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.096165] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.184699] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] [ 2.283393] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sun, 12 Aug 2018 09:14:45 +0000. Up 2.66 seconds. cloud-init-nonet[2.85]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting cold plug devices[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] cloud-init-nonet[9.46]: static networking is now up * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sun, 12 Aug 2018 09:14:52 +0000. Up 9.59 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:f8:47:bc | ci-info: | eth0 | True | 192.168.0.6 | 255.255.255.0 | fa:16:3e:a0:8c:69 | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.2 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: 9e:9e:9f:8d:3a:a6:9c:55:48:62:37:40:24:56:bf:96 root@homer-0 The key's randomart image is: +--[ RSA 2048]----+ | o+= | | . . o | | o = | | . + = | | E . | | o o | | + | | . +o. + | | +o+++ . | +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: f5:82:85:56:b7:31:ca:0c:a6:5a:c4:22:5d:9b:95:f7 root@homer-0 The key's randomart image is: +--[ DSA 1024]----+ | . oo +.. + | | . o..*.*.o + | | . .= o.*.. | | o . + .E | | . S . . | | . | | | | | | | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: ae:94:d0:9e:d4:d7:5a:03:f2:3e:7d:6b:94:24:f5:c1 root@homer-0 The key's randomart image is: +--[ECDSA 256]---+ | . | | .E | | . . . ..| | . . o o. . .| | . o S o +o . | | + + o + .o | | = . + ... | | . . . ... | | . .. | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: e9:6d:b2:ce:65:c3:06:5d:25:e6:9f:e9:9d:26:da:19 root@homer-0 The key's randomart image is: +--[ED25519 256--+ | o . | | o o | | o | | o . . o | | S . + | | . + . ..| | o O E.o.| | . B .o = | | .+ . o | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS homer-0 ttyS0 homer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Sun, 12 Aug 2018 09:16:57 +0000. Up 134.34 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Sun, 12 Aug 2018 09:17:57 +0000. Up 195.05 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com gpg: no valid OpenPGP data found. + apt-get update Err http://repo.cw-ngv.com binary/ InRelease Err http://archive.ubuntu.com trusty InRelease Err http://archive.ubuntu.com trusty-updates InRelease Err http://archive.ubuntu.com trusty-backports InRelease Err http://security.ubuntu.com trusty-security InRelease Err http://security.ubuntu.com trusty-security Release.gpg Could not resolve 'security.ubuntu.com' Err http://repo.cw-ngv.com binary/ Release.gpg Could not resolve 'repo.cw-ngv.com' Err http://archive.ubuntu.com trusty Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-updates Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-backports Release.gpg Could not resolve 'archive.ubuntu.com' Reading package lists... W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com' W: Some index files failed to download. They have been ignored, or old ones used instead. + mkdir -p /etc/clearwater + etcd_ip=192.168.0.23 + '[' -n 192.168.0.23 ']' + cat + DEBIAN_FRONTEND=noninteractive + apt-get install homer --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package homer + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package clearwater-management + retries=0 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.211 ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.208 ++ echo A 172.30.9.208 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 0 -lt 10 ']' + retries=1 + echo 'nsupdate failed - retrying (retry 1)...' nsupdate failed - retrying (retry 1)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ echo 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.208 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 1 -lt 10 ']' + retries=2 + echo 'nsupdate failed - retrying (retry 2)...' nsupdate failed - retrying (retry 2)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ echo 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.208 2018-08-12 09:20:09,739 - functest.core.singlevm - DEBUG - try 29: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-12 09:20:19,743 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:20:19,746 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:20:21,283 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:20: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-c8a61e36-701d-4de6-be8f-5bb73dbedaf9 x-compute-request-id: req-c8a61e36-701d-4de6-be8f-5bb73dbedaf9 Content-Encoding: gzip Content-Length: 1505 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:8c:69", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:8c:69", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:47:bc", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:47:bc", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/0d05f869-c182-4a19-86bf-4ac078c523fd", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:41.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "0d05f869-c182-4a19-86bf-4ac078c523fd", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:41Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "homer-0.clearwater.opnfv", "created": "2018-08-12T09:14:06Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:24:50", "version": 4, "addr": "192.168.0.22", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:24:50", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:35:db:99", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/1c9b6e42-b18c-407e-8d00-9077025769fd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1c9b6e42-b18c-407e-8d00-9077025769fd", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:39.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "1c9b6e42-b18c-407e-8d00-9077025769fd", "security_groups": [{"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:39Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "dime-0.clearwater.opnfv", "created": "2018-08-12T09:14:05Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:73:af", "version": 4, "addr": "192.168.0.17", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:73:af", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:b9:f2", "version": 4, "addr": "192.168.1.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:b9:f2", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:41.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:41Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "bono-0.clearwater.opnfv", "created": "2018-08-12T09:14:05Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:27:6c", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:27:6c", "version": 4, "addr": "172.30.9.216", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:82:86", "version": 4, "addr": "192.168.1.24", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/566a63cc-7490-4385-b2ac-bfb24030a031", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/566a63cc-7490-4385-b2ac-bfb24030a031", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:34.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "566a63cc-7490-4385-b2ac-bfb24030a031", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:34Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-12T09:14:04Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:9d:e5", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:9d:e5", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b4:d8:25", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/7a80620a-d807-4698-b6c3-7c140a7b5157", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/7a80620a-d807-4698-b6c3-7c140a7b5157", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:25.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "7a80620a-d807-4698-b6c3-7c140a7b5157", "security_groups": [{"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:25Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-12T09:14:04Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:ca:f6", "version": 4, "addr": "192.168.0.23", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:ca:f6", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/3544e1e5-febb-4596-964e-1a53f9d26ab6", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/3544e1e5-febb-4596-964e-1a53f9d26ab6", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:13:48.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "3544e1e5-febb-4596-964e-1a53f9d26ab6", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:13:48Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-12T09:12:11Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:77:d2", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:77:d2", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ac:00:39", "version": 4, "addr": "192.168.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/24234aa3-febc-4826-8d67-0c33e6f38782", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/24234aa3-febc-4826-8d67-0c33e6f38782", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:12:00.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "24234aa3-febc-4826-8d67-0c33e6f38782", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:12:00Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "ns.clearwater.opnfv", "created": "2018-08-12T09:10:20Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:20:21,284 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-c8a61e36-701d-4de6-be8f-5bb73dbedaf9 2018-08-12 09:20:21,284 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.54018902779s 2018-08-12 09:20:21,284 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-c8a61e36-701d-4de6-be8f-5bb73dbedaf9 2018-08-12 09:20:21,291 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-12 09:20:21,293 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd/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}d584eff3730be386f99aabb4bf64013d89965dc6" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 09:20:21,365 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:20: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-ef20e6af-7cd4-41bb-9f10-819567447b62 x-compute-request-id: req-ef20e6af-7cd4-41bb-9f10-819567447b62 Content-Encoding: gzip Content-Length: 10793 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 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] 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-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] 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] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\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 2 CPUs, 0 hotplug CPUs\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 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008016] Security Framework initialized\n[ 0.008913] AppArmor: AppArmor initialized\n[ 0.009837] Yama: becoming mindful.\n[ 0.010748] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.013325] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.015408] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.016006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.017778] Initializing cgroup subsys memory\n[ 0.018719] Initializing cgroup subsys devices\n[ 0.020003] Initializing cgroup subsys freezer\n[ 0.021086] Initializing cgroup subsys blkio\n[ 0.021991] Initializing cgroup subsys perf_event\n[ 0.022999] Initializing cgroup subsys hugetlb\n[ 0.024056] CPU: Physical Processor ID: 0\n[ 0.024946] FEATURE SPEC_CTRL Not Present\n[ 0.026471] mce: CPU supports 10 MCE banks\n[ 0.028035] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.028035] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.030137] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.031421] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.032003] Speculative Store Bypass: Vulnerable\n[ 0.033566] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000)\n[ 0.038566] ACPI: Core revision 20131115\n[ 0.040460] ACPI: All ACPI Tables successfully acquired\n[ 0.041709] ftrace: allocating 28727 entries in 113 pages\n[ 0.060291] Enabling x2apic\n[ 0.061073] Enabled x2apic\n[ 0.061964] Switched APIC routing to physical x2apic.\n[ 0.064919] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.066290] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.069066] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.076856] KVM setup paravirtual spinlock\n[ 0.079139] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.080155] x86: Booting SMP configuration:\n[ 0.081281] .... node #0, CPUs: #1[ 0.079106] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.096026] x86: Booted up 1 node, 2 CPUs\n[ 0.096018] KVM setup async PF for cpu 1\n[ 0.096020] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.099631] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.100348] devtmpfs: initialized\n[ 0.102632] EVM: security.selinux\n[ 0.104005] EVM: security.SMACK64\n[ 0.104954] EVM: security.ima\n[ 0.105920] EVM: security.capability\n[ 0.108118] pinctrl core: initialized pinctrl subsystem\n[ 0.109704] regulator-dummy: no parameters\n[ 0.110929] RTC time: 9:14:42, date: 08/12/18\n[ 0.112038] NET: Registered protocol family 16\n[ 0.113457] cpuidle: using governor ladder\n[ 0.114609] cpuidle: using governor menu\n[ 0.115850] ACPI: bus type PCI registered\n[ 0.116004] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.117746] PCI: Using configuration type 1 for base access\n[ 0.120038] bio: create slab at 0\n[ 0.121189] ACPI: Added _OSI(Module Device)\n[ 0.121189] ACPI: Added _OSI(Processor Device)\n[ 0.122213] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.124005] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.126110] ACPI: Interpreter enabled\n[ 0.127154] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.129830] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.132005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.134822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.136755] ACPI: (supports S0 S5)\n[ 0.137721] ACPI: Using IOAPIC for interrupt routing\n[ 0.139117] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.140200] ACPI: No dock devices found.\n[ 0.143264] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.144008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.145991] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.147946] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.148206] acpiphp: Slot [3] registered\n[ 0.149509] acpiphp: Slot [4] registered\n[ 0.150716] acpiphp: Slot [5] registered\n[ 0.151857] acpiphp: Slot [6] registered\n[ 0.152020] acpiphp: Slot [7] registered\n[ 0.153216] acpiphp: Slot [8] registered\n[ 0.154428] acpiphp: Slot [9] registered\n[ 0.155633] acpiphp: Slot [10] registered\n[ 0.156024] acpiphp: Slot [11] registered\n[ 0.157002] acpiphp: Slot [12] registered\n[ 0.157975] acpiphp: Slot [13] registered\n[ 0.158963] acpiphp: Slot [14] registered\n[ 0.159983] acpiphp: Slot [15] registered\n[ 0.160023] acpiphp: Slot [16] registered\n[ 0.160985] acpiphp: Slot [17] registered\n[ 0.161921] acpiphp: Slot [18] registered\n[ 0.162915] acpiphp: Slot [19] registered\n[ 0.163849] acpiphp: Slot [20] registered\n[ 0.164031] acpiphp: Slot [21] registered\n[ 0.164958] acpiphp: Slot [22] registered\n[ 0.165998] acpiphp: Slot [23] registered\n[ 0.166930] acpiphp: Slot [24] registered\n[ 0.167875] acpiphp: Slot [25] registered\n[ 0.168028] acpiphp: Slot [26] registered\n[ 0.168961] acpiphp: Slot [27] registered\n[ 0.169925] acpiphp: Slot [28] registered\n[ 0.170792] acpiphp: Slot [29] registered\n[ 0.171685] acpiphp: Slot [30] registered\n[ 0.172025] acpiphp: Slot [31] registered\n[ 0.172955] PCI host bridge to bus 0000:00\n[ 0.173880] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.175056] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.176004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.177251] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.178637] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.180006] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.186663] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.188013] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.215762] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.216865] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.218635] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.220322] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.221905] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.223587] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.224212] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.225252] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.227068] vgaarb: loaded\n[ 0.228003] vgaarb: bridge control possible 0000:00:02.0\n[ 0.229353] SCSI subsystem initialized\n[ 0.230422] ACPI: bus type USB registered\n[ 0.230422] usbcore: registered new interface driver usbfs\n[ 0.232012] usbcore: registered new interface driver hub\n[ 0.233326] usbcore: registered new device driver usb\n[ 0.233326] PCI: Using ACPI for IRQ routing\n[ 0.233326] NetLabel: Initializing\n[ 0.236006] NetLabel: domain hash size = 128\n[ 0.237063] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.238225] NetLabel: unlabeled traffic allowed by default\n[ 0.239575] Switched to clocksource kvm-clock\n[ 0.243616] AppArmor: AppArmor Filesystem Enabled\n[ 0.248321] pnp: PnP ACPI init\n[ 0.249466] ACPI: bus type PNP registered\n[ 0.251582] pnp: PnP ACPI: found 8 devices\n[ 0.252803] ACPI: bus type PNP unregistered\n[ 0.261343] NET: Registered protocol family 2\n[ 0.264264] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.266656] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.268553] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.270455] TCP: reno registered\n[ 0.271435] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.273178] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.275209] NET: Registered protocol family 1\n[ 0.276622] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.278372] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.279968] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.302269] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.325219] Trying to unpack rootfs image as initramfs...\n[ 0.418311] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.421287] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.423023] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.424607] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.427280] Scanning for low memory corruption every 60 seconds\n[ 0.429647] Initialise system trusted keyring\n[ 0.430835] audit: initializing netlink socket (disabled)\n[ 0.432157] type=2000 audit(1534065282.709:1): initialized\n[ 0.452031] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.454301] zbud: loaded\n[ 0.455252] VFS: Disk quotas dquot_6.5.2\n[ 0.456290] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.458115] fuse init (API version 7.22)\n[ 0.459227] msgmni has been set to 3997\n[ 0.460283] Key type big_key registered\n[ 0.461536] Key type asymmetric registered\n[ 0.462587] Asymmetric key parser 'x509' registered\n[ 0.463741] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.465576] io scheduler noop registered\n[ 0.466507] io scheduler deadline registered (default)\n[ 0.467638] io scheduler cfq registered\n[ 0.468678] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.469970] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.471482] ipmi message handler version 39.2\n[ 0.472595] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.474326] ACPI: Power Button [PWRF]\n[ 0.475394] GHES: HEST is not enabled!\n[ 0.497489] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.542062] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564583] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.566613] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590635] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593137] Linux agpgart interface v0.103\n[ 0.595007] brd: module loaded\n[ 0.596218] loop: module loaded\n[ 0.597375] blk-mq: CPU -> queue map\n[ 0.598285] CPU 0 -> Queue 0\n[ 0.599042] CPU 1 -> Queue 0\n[ 0.600473] vda: vda1\n[ 0.601881] scsi0 : ata_piix\n[ 0.602665] scsi1 : ata_piix\n[ 0.603381] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.604747] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.606311] libphy: Fixed MDIO Bus: probed\n[ 0.607293] tun: Universal TUN/TAP device driver, 1.6\n[ 0.608367] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.611003] PPP generic driver version 2.4.2\n[ 0.612023] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.613322] ehci-pci: EHCI PCI platform driver\n[ 0.614273] ehci-platform: EHCI generic platform driver\n[ 0.615386] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.616641] ohci-pci: OHCI PCI platform driver\n[ 0.617624] ohci-platform: OHCI generic platform driver\n[ 0.618701] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.640745] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.641845] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.643461] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.644695] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646020] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647550] usb usb1: Product: UHCI Host Controller\n[ 0.648565] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd\n[ 0.649920] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651116] hub 1-0:1.0: USB hub found\n[ 0.652166] hub 1-0:1.0: 2 ports detected\n[ 0.653393] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655673] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656701] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657858] mousedev: PS/2 mouse device common for all mice\n[ 0.659249] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.661121] rtc_cmos 00:00: RTC can wake from S4\n[ 0.662782] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.664550] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.666329] device-mapper: uevent: version 1.0.3\n[ 0.667736] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.670130] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.671824] TCP: cubic registered\n[ 0.672903] NET: Registered protocol family 10\n[ 0.674394] NET: Registered protocol family 17\n[ 0.675733] Key type dns_resolver registered\n[ 0.677151] Loading compiled-in X.509 certificates\n[ 0.679026] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0'\n[ 0.681691] registered taskstats version 1\n[ 0.692859] Key type trusted registered\n[ 0.696517] Key type encrypted registered\n[ 0.697497] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.698946] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.700888] regulator-dummy: disabling\n[ 0.701901] Magic number: 14:35:222\n[ 0.703011] rtc_cmos 00:00: setting system clock to 2018-08-12 09:14:43 UTC (1534065283)\n[ 0.704889] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.706135] EDD information not available.\n[ 0.761384] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000)\n[ 0.763225] Write protecting the kernel read-only data: 12288k\n[ 0.764990] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000)\n[ 0.767838] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.781703] systemd-udevd[107]: starting version 204\n[ 0.820635] FDC 0 is a S82078B\n[ 0.964059] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.124684] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.126110] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.127461] usb 1-1: Product: QEMU USB Tablet\n[ 1.128372] usb 1-1: Manufacturer: QEMU\n[ 1.129215] usb 1-1: SerialNumber: 42\n[ 1.420090] tsc: Refined TSC clocksource calibration: 3491.877 MHz\n[ 1.845302] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.096165] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.184699] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n[ 2.283393] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sun, 12 Aug 2018 09:14:45 +0000. Up 2.66 seconds.\ncloud-init-nonet[2.85]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting cold plug devices[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\ncloud-init-nonet[9.46]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sun, 12 Aug 2018 09:14:52 +0000. Up 9.59 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:f8:47:bc |\nci-info: | eth0 | True | 192.168.0.6 | 255.255.255.0 | fa:16:3e:a0:8c:69 |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.2 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\n9e:9e:9f:8d:3a:a6:9c:55:48:62:37:40:24:56:bf:96 root@homer-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| o+= |\n| . . o |\n| o = |\n| . + = |\n| E . |\n| o o |\n| + |\n| . +o. + |\n| +o+++ . |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\nf5:82:85:56:b7:31:ca:0c:a6:5a:c4:22:5d:9b:95:f7 root@homer-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| . oo +.. + |\n| . o..*.*.o + |\n| . .= o.*.. |\n| o . + .E |\n| . S . . |\n| . |\n| |\n| |\n| |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\nae:94:d0:9e:d4:d7:5a:03:f2:3e:7d:6b:94:24:f5:c1 root@homer-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| . |\n| .E |\n| . . . ..|\n| . . o o. . .|\n| . o S o +o . |\n| + + o + .o |\n| = . + ... |\n| . . . ... |\n| . .. |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\ne9:6d:b2:ce:65:c3:06:5d:25:e6:9f:e9:9d:26:da:19 root@homer-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| o . |\n| o o |\n| o |\n| o . . o |\n| S . + |\n| . + . ..|\n| o O E.o.|\n| . B .o = |\n| .+ . o |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS homer-0 ttyS0\n\nhomer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Sun, 12 Aug 2018 09:16:57 +0000. Up 134.34 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Sun, 12 Aug 2018 09:17:57 +0000. Up 195.05 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com\ngpg: no valid OpenPGP data found.\n+ apt-get update\nErr http://repo.cw-ngv.com binary/ InRelease\n \nErr http://archive.ubuntu.com trusty InRelease\n \nErr http://archive.ubuntu.com trusty-updates InRelease\n \nErr http://archive.ubuntu.com trusty-backports InRelease\n \nErr http://security.ubuntu.com trusty-security InRelease\n \nErr http://security.ubuntu.com trusty-security Release.gpg\n Could not resolve 'security.ubuntu.com'\nErr http://repo.cw-ngv.com binary/ Release.gpg\n Could not resolve 'repo.cw-ngv.com'\nErr http://archive.ubuntu.com trusty Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-updates Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-backports Release.gpg\n Could not resolve 'archive.ubuntu.com'\nReading package lists...\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease \n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com'\n\nW: Some index files failed to download. They have been ignored, or old ones used instead.\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.23\n+ '[' -n 192.168.0.23 ']'\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install homer --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package homer\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package clearwater-management\n+ retries=0\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.211\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.208\n++ echo A 172.30.9.208\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 0 -lt 10 ']'\n+ retries=1\n+ echo 'nsupdate failed - retrying (retry 1)...'\nnsupdate failed - retrying (retry 1)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ echo 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.208\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 1 -lt 10 ']'\n+ retries=2\n+ echo 'nsupdate failed - retrying (retry 2)...'\nnsupdate failed - retrying (retry 2)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ echo 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.208\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 2 -lt 10 ']'\n+ retries=3\n+ echo 'nsupdate failed - retrying (retry 3)...'\nnsupdate failed - retrying (retry 3)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ echo 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.208\n"} 2018-08-12 09:20:21,366 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd/action used request id req-ef20e6af-7cd4-41bb-9f10-819567447b62 2018-08-12 09:20:21,366 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0756900310516s 2018-08-12 09:20:21,368 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd/action used request id req-ef20e6af-7cd4-41bb-9f10-819567447b62 2018-08-12 09:20:21,368 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-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] 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-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] 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] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 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 2 CPUs, 0 hotplug CPUs [ 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 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008016] Security Framework initialized [ 0.008913] AppArmor: AppArmor initialized [ 0.009837] Yama: becoming mindful. [ 0.010748] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.013325] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.015408] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.016006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.017778] Initializing cgroup subsys memory [ 0.018719] Initializing cgroup subsys devices [ 0.020003] Initializing cgroup subsys freezer [ 0.021086] Initializing cgroup subsys blkio [ 0.021991] Initializing cgroup subsys perf_event [ 0.022999] Initializing cgroup subsys hugetlb [ 0.024056] CPU: Physical Processor ID: 0 [ 0.024946] FEATURE SPEC_CTRL Not Present [ 0.026471] mce: CPU supports 10 MCE banks [ 0.028035] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.028035] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.030137] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.031421] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.032003] Speculative Store Bypass: Vulnerable [ 0.033566] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000) [ 0.038566] ACPI: Core revision 20131115 [ 0.040460] ACPI: All ACPI Tables successfully acquired [ 0.041709] ftrace: allocating 28727 entries in 113 pages [ 0.060291] Enabling x2apic [ 0.061073] Enabled x2apic [ 0.061964] Switched APIC routing to physical x2apic. [ 0.064919] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.066290] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.069066] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.076856] KVM setup paravirtual spinlock [ 0.079139] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.080155] x86: Booting SMP configuration: [ 0.081281] .... node #0, CPUs: #1[ 0.079106] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.096026] x86: Booted up 1 node, 2 CPUs [ 0.096018] KVM setup async PF for cpu 1 [ 0.096020] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.099631] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.100348] devtmpfs: initialized [ 0.102632] EVM: security.selinux [ 0.104005] EVM: security.SMACK64 [ 0.104954] EVM: security.ima [ 0.105920] EVM: security.capability [ 0.108118] pinctrl core: initialized pinctrl subsystem [ 0.109704] regulator-dummy: no parameters [ 0.110929] RTC time: 9:14:42, date: 08/12/18 [ 0.112038] NET: Registered protocol family 16 [ 0.113457] cpuidle: using governor ladder [ 0.114609] cpuidle: using governor menu [ 0.115850] ACPI: bus type PCI registered [ 0.116004] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.117746] PCI: Using configuration type 1 for base access [ 0.120038] bio: create slab at 0 [ 0.121189] ACPI: Added _OSI(Module Device) [ 0.121189] ACPI: Added _OSI(Processor Device) [ 0.122213] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.124005] ACPI: Added _OSI(Processor Aggregator Device) [ 0.126110] ACPI: Interpreter enabled [ 0.127154] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.129830] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.132005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.134822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.136755] ACPI: (supports S0 S5) [ 0.137721] ACPI: Using IOAPIC for interrupt routing [ 0.139117] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.140200] ACPI: No dock devices found. [ 0.143264] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.144008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.145991] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.147946] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.148206] acpiphp: Slot [3] registered [ 0.149509] acpiphp: Slot [4] registered [ 0.150716] acpiphp: Slot [5] registered [ 0.151857] acpiphp: Slot [6] registered [ 0.152020] acpiphp: Slot [7] registered [ 0.153216] acpiphp: Slot [8] registered [ 0.154428] acpiphp: Slot [9] registered [ 0.155633] acpiphp: Slot [10] registered [ 0.156024] acpiphp: Slot [11] registered [ 0.157002] acpiphp: Slot [12] registered [ 0.157975] acpiphp: Slot [13] registered [ 0.158963] acpiphp: Slot [14] registered [ 0.159983] acpiphp: Slot [15] registered [ 0.160023] acpiphp: Slot [16] registered [ 0.160985] acpiphp: Slot [17] registered [ 0.161921] acpiphp: Slot [18] registered [ 0.162915] acpiphp: Slot [19] registered [ 0.163849] acpiphp: Slot [20] registered [ 0.164031] acpiphp: Slot [21] registered [ 0.164958] acpiphp: Slot [22] registered [ 0.165998] acpiphp: Slot [23] registered [ 0.166930] acpiphp: Slot [24] registered [ 0.167875] acpiphp: Slot [25] registered [ 0.168028] acpiphp: Slot [26] registered [ 0.168961] acpiphp: Slot [27] registered [ 0.169925] acpiphp: Slot [28] registered [ 0.170792] acpiphp: Slot [29] registered [ 0.171685] acpiphp: Slot [30] registered [ 0.172025] acpiphp: Slot [31] registered [ 0.172955] PCI host bridge to bus 0000:00 [ 0.173880] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.175056] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.176004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.177251] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.178637] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.180006] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.186663] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.188013] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.215762] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.216865] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.218635] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.220322] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.221905] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.223587] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.224212] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.225252] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.227068] vgaarb: loaded [ 0.228003] vgaarb: bridge control possible 0000:00:02.0 [ 0.229353] SCSI subsystem initialized [ 0.230422] ACPI: bus type USB registered [ 0.230422] usbcore: registered new interface driver usbfs [ 0.232012] usbcore: registered new interface driver hub [ 0.233326] usbcore: registered new device driver usb [ 0.233326] PCI: Using ACPI for IRQ routing [ 0.233326] NetLabel: Initializing [ 0.236006] NetLabel: domain hash size = 128 [ 0.237063] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.238225] NetLabel: unlabeled traffic allowed by default [ 0.239575] Switched to clocksource kvm-clock [ 0.243616] AppArmor: AppArmor Filesystem Enabled [ 0.248321] pnp: PnP ACPI init [ 0.249466] ACPI: bus type PNP registered [ 0.251582] pnp: PnP ACPI: found 8 devices [ 0.252803] ACPI: bus type PNP unregistered [ 0.261343] NET: Registered protocol family 2 [ 0.264264] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.266656] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.268553] TCP: Hash tables configured (established 16384 bind 16384) [ 0.270455] TCP: reno registered [ 0.271435] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.273178] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.275209] NET: Registered protocol family 1 [ 0.276622] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.278372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.279968] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.302269] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.325219] Trying to unpack rootfs image as initramfs... [ 0.418311] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.421287] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.423023] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.424607] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.427280] Scanning for low memory corruption every 60 seconds [ 0.429647] Initialise system trusted keyring [ 0.430835] audit: initializing netlink socket (disabled) [ 0.432157] type=2000 audit(1534065282.709:1): initialized [ 0.452031] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.454301] zbud: loaded [ 0.455252] VFS: Disk quotas dquot_6.5.2 [ 0.456290] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.458115] fuse init (API version 7.22) [ 0.459227] msgmni has been set to 3997 [ 0.460283] Key type big_key registered [ 0.461536] Key type asymmetric registered [ 0.462587] Asymmetric key parser 'x509' registered [ 0.463741] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.465576] io scheduler noop registered [ 0.466507] io scheduler deadline registered (default) [ 0.467638] io scheduler cfq registered [ 0.468678] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.469970] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.471482] ipmi message handler version 39.2 [ 0.472595] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.474326] ACPI: Power Button [PWRF] [ 0.475394] GHES: HEST is not enabled! [ 0.497489] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.542062] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.564583] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.566613] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.590635] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.593137] Linux agpgart interface v0.103 [ 0.595007] brd: module loaded [ 0.596218] loop: module loaded [ 0.597375] blk-mq: CPU -> queue map [ 0.598285] CPU 0 -> Queue 0 [ 0.599042] CPU 1 -> Queue 0 [ 0.600473] vda: vda1 [ 0.601881] scsi0 : ata_piix [ 0.602665] scsi1 : ata_piix [ 0.603381] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.604747] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.606311] libphy: Fixed MDIO Bus: probed [ 0.607293] tun: Universal TUN/TAP device driver, 1.6 [ 0.608367] tun: (C) 1999-2004 Max Krasnyansky [ 0.611003] PPP generic driver version 2.4.2 [ 0.612023] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.613322] ehci-pci: EHCI PCI platform driver [ 0.614273] ehci-platform: EHCI generic platform driver [ 0.615386] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.616641] ohci-pci: OHCI PCI platform driver [ 0.617624] ohci-platform: OHCI generic platform driver [ 0.618701] uhci_hcd: USB Universal Host Controller Interface driver [ 0.640745] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.641845] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.643461] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.644695] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.646020] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.647550] usb usb1: Product: UHCI Host Controller [ 0.648565] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd [ 0.649920] usb usb1: SerialNumber: 0000:00:01.2 [ 0.651116] hub 1-0:1.0: USB hub found [ 0.652166] hub 1-0:1.0: 2 ports detected [ 0.653393] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.655673] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.656701] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.657858] mousedev: PS/2 mouse device common for all mice [ 0.659249] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.661121] rtc_cmos 00:00: RTC can wake from S4 [ 0.662782] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.664550] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.666329] device-mapper: uevent: version 1.0.3 [ 0.667736] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.670130] ledtrig-cpu: registered to indicate activity on CPUs [ 0.671824] TCP: cubic registered [ 0.672903] NET: Registered protocol family 10 [ 0.674394] NET: Registered protocol family 17 [ 0.675733] Key type dns_resolver registered [ 0.677151] Loading compiled-in X.509 certificates [ 0.679026] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0' [ 0.681691] registered taskstats version 1 [ 0.692859] Key type trusted registered [ 0.696517] Key type encrypted registered [ 0.697497] AppArmor: AppArmor sha1 policy hashing enabled [ 0.698946] IMA: No TPM chip found, activating TPM-bypass! [ 0.700888] regulator-dummy: disabling [ 0.701901] Magic number: 14:35:222 [ 0.703011] rtc_cmos 00:00: setting system clock to 2018-08-12 09:14:43 UTC (1534065283) [ 0.704889] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.706135] EDD information not available. [ 0.761384] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000) [ 0.763225] Write protecting the kernel read-only data: 12288k [ 0.764990] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000) [ 0.767838] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.781703] systemd-udevd[107]: starting version 204 [ 0.820635] FDC 0 is a S82078B [ 0.964059] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.124684] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.126110] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.127461] usb 1-1: Product: QEMU USB Tablet [ 1.128372] usb 1-1: Manufacturer: QEMU [ 1.129215] usb 1-1: SerialNumber: 42 [ 1.420090] tsc: Refined TSC clocksource calibration: 3491.877 MHz [ 1.845302] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.096165] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.184699] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] [ 2.283393] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sun, 12 Aug 2018 09:14:45 +0000. Up 2.66 seconds. cloud-init-nonet[2.85]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting cold plug devices[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] cloud-init-nonet[9.46]: static networking is now up * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sun, 12 Aug 2018 09:14:52 +0000. Up 9.59 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:f8:47:bc | ci-info: | eth0 | True | 192.168.0.6 | 255.255.255.0 | fa:16:3e:a0:8c:69 | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.2 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: 9e:9e:9f:8d:3a:a6:9c:55:48:62:37:40:24:56:bf:96 root@homer-0 The key's randomart image is: +--[ RSA 2048]----+ | o+= | | . . o | | o = | | . + = | | E . | | o o | | + | | . +o. + | | +o+++ . | +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: f5:82:85:56:b7:31:ca:0c:a6:5a:c4:22:5d:9b:95:f7 root@homer-0 The key's randomart image is: +--[ DSA 1024]----+ | . oo +.. + | | . o..*.*.o + | | . .= o.*.. | | o . + .E | | . S . . | | . | | | | | | | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: ae:94:d0:9e:d4:d7:5a:03:f2:3e:7d:6b:94:24:f5:c1 root@homer-0 The key's randomart image is: +--[ECDSA 256]---+ | . | | .E | | . . . ..| | . . o o. . .| | . o S o +o . | | + + o + .o | | = . + ... | | . . . ... | | . .. | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: e9:6d:b2:ce:65:c3:06:5d:25:e6:9f:e9:9d:26:da:19 root@homer-0 The key's randomart image is: +--[ED25519 256--+ | o . | | o o | | o | | o . . o | | S . + | | . + . ..| | o O E.o.| | . B .o = | | .+ . o | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS homer-0 ttyS0 homer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Sun, 12 Aug 2018 09:16:57 +0000. Up 134.34 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Sun, 12 Aug 2018 09:17:57 +0000. Up 195.05 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com gpg: no valid OpenPGP data found. + apt-get update Err http://repo.cw-ngv.com binary/ InRelease Err http://archive.ubuntu.com trusty InRelease Err http://archive.ubuntu.com trusty-updates InRelease Err http://archive.ubuntu.com trusty-backports InRelease Err http://security.ubuntu.com trusty-security InRelease Err http://security.ubuntu.com trusty-security Release.gpg Could not resolve 'security.ubuntu.com' Err http://repo.cw-ngv.com binary/ Release.gpg Could not resolve 'repo.cw-ngv.com' Err http://archive.ubuntu.com trusty Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-updates Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-backports Release.gpg Could not resolve 'archive.ubuntu.com' Reading package lists... W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com' W: Some index files failed to download. They have been ignored, or old ones used instead. + mkdir -p /etc/clearwater + etcd_ip=192.168.0.23 + '[' -n 192.168.0.23 ']' + cat + DEBIAN_FRONTEND=noninteractive + apt-get install homer --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package homer + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package clearwater-management + retries=0 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.211 ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.208 ++ echo A 172.30.9.208 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 0 -lt 10 ']' + retries=1 + echo 'nsupdate failed - retrying (retry 1)...' nsupdate failed - retrying (retry 1)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ echo 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.208 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 1 -lt 10 ']' + retries=2 + echo 'nsupdate failed - retrying (retry 2)...' nsupdate failed - retrying (retry 2)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ echo 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.208 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 2 -lt 10 ']' + retries=3 + echo 'nsupdate failed - retrying (retry 3)...' nsupdate failed - retrying (retry 3)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ echo 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.208 2018-08-12 09:20:21,369 - functest.core.singlevm - DEBUG - try 30: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-12 09:20:31,380 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:20:31,383 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:20:32,148 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:20: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-73583b96-4f00-4caa-9326-5ee7bef9c373 x-compute-request-id: req-73583b96-4f00-4caa-9326-5ee7bef9c373 Content-Encoding: gzip Content-Length: 1505 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:8c:69", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:8c:69", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:47:bc", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:47:bc", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/0d05f869-c182-4a19-86bf-4ac078c523fd", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:41.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "0d05f869-c182-4a19-86bf-4ac078c523fd", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:41Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "homer-0.clearwater.opnfv", "created": "2018-08-12T09:14:06Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:24:50", "version": 4, "addr": "192.168.0.22", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:24:50", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:35:db:99", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/1c9b6e42-b18c-407e-8d00-9077025769fd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1c9b6e42-b18c-407e-8d00-9077025769fd", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:39.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "1c9b6e42-b18c-407e-8d00-9077025769fd", "security_groups": [{"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:39Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "dime-0.clearwater.opnfv", "created": "2018-08-12T09:14:05Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:73:af", "version": 4, "addr": "192.168.0.17", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:73:af", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:b9:f2", "version": 4, "addr": "192.168.1.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:b9:f2", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:41.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:41Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "bono-0.clearwater.opnfv", "created": "2018-08-12T09:14:05Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:27:6c", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:27:6c", "version": 4, "addr": "172.30.9.216", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:82:86", "version": 4, "addr": "192.168.1.24", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/566a63cc-7490-4385-b2ac-bfb24030a031", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/566a63cc-7490-4385-b2ac-bfb24030a031", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:34.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "566a63cc-7490-4385-b2ac-bfb24030a031", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:34Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-12T09:14:04Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:9d:e5", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:9d:e5", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b4:d8:25", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/7a80620a-d807-4698-b6c3-7c140a7b5157", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/7a80620a-d807-4698-b6c3-7c140a7b5157", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:25.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "7a80620a-d807-4698-b6c3-7c140a7b5157", "security_groups": [{"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:25Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-12T09:14:04Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:ca:f6", "version": 4, "addr": "192.168.0.23", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:ca:f6", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/3544e1e5-febb-4596-964e-1a53f9d26ab6", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/3544e1e5-febb-4596-964e-1a53f9d26ab6", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:13:48.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "3544e1e5-febb-4596-964e-1a53f9d26ab6", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:13:48Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-12T09:12:11Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:77:d2", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:77:d2", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ac:00:39", "version": 4, "addr": "192.168.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/24234aa3-febc-4826-8d67-0c33e6f38782", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/24234aa3-febc-4826-8d67-0c33e6f38782", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:12:00.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "24234aa3-febc-4826-8d67-0c33e6f38782", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:12:00Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "ns.clearwater.opnfv", "created": "2018-08-12T09:10:20Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:20:32,148 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-73583b96-4f00-4caa-9326-5ee7bef9c373 2018-08-12 09:20:32,149 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.768278121948s 2018-08-12 09:20:32,149 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-73583b96-4f00-4caa-9326-5ee7bef9c373 2018-08-12 09:20:32,157 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-12 09:20:32,159 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd/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}d584eff3730be386f99aabb4bf64013d89965dc6" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 09:20:32,231 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:20: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-1834295c-a0d8-4bbe-a796-512c0c136d8a x-compute-request-id: req-1834295c-a0d8-4bbe-a796-512c0c136d8a Content-Encoding: gzip Content-Length: 10793 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 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] 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-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] 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] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\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 2 CPUs, 0 hotplug CPUs\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 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008016] Security Framework initialized\n[ 0.008913] AppArmor: AppArmor initialized\n[ 0.009837] Yama: becoming mindful.\n[ 0.010748] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.013325] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.015408] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.016006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.017778] Initializing cgroup subsys memory\n[ 0.018719] Initializing cgroup subsys devices\n[ 0.020003] Initializing cgroup subsys freezer\n[ 0.021086] Initializing cgroup subsys blkio\n[ 0.021991] Initializing cgroup subsys perf_event\n[ 0.022999] Initializing cgroup subsys hugetlb\n[ 0.024056] CPU: Physical Processor ID: 0\n[ 0.024946] FEATURE SPEC_CTRL Not Present\n[ 0.026471] mce: CPU supports 10 MCE banks\n[ 0.028035] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.028035] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.030137] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.031421] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.032003] Speculative Store Bypass: Vulnerable\n[ 0.033566] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000)\n[ 0.038566] ACPI: Core revision 20131115\n[ 0.040460] ACPI: All ACPI Tables successfully acquired\n[ 0.041709] ftrace: allocating 28727 entries in 113 pages\n[ 0.060291] Enabling x2apic\n[ 0.061073] Enabled x2apic\n[ 0.061964] Switched APIC routing to physical x2apic.\n[ 0.064919] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.066290] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.069066] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.076856] KVM setup paravirtual spinlock\n[ 0.079139] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.080155] x86: Booting SMP configuration:\n[ 0.081281] .... node #0, CPUs: #1[ 0.079106] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.096026] x86: Booted up 1 node, 2 CPUs\n[ 0.096018] KVM setup async PF for cpu 1\n[ 0.096020] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.099631] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.100348] devtmpfs: initialized\n[ 0.102632] EVM: security.selinux\n[ 0.104005] EVM: security.SMACK64\n[ 0.104954] EVM: security.ima\n[ 0.105920] EVM: security.capability\n[ 0.108118] pinctrl core: initialized pinctrl subsystem\n[ 0.109704] regulator-dummy: no parameters\n[ 0.110929] RTC time: 9:14:42, date: 08/12/18\n[ 0.112038] NET: Registered protocol family 16\n[ 0.113457] cpuidle: using governor ladder\n[ 0.114609] cpuidle: using governor menu\n[ 0.115850] ACPI: bus type PCI registered\n[ 0.116004] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.117746] PCI: Using configuration type 1 for base access\n[ 0.120038] bio: create slab at 0\n[ 0.121189] ACPI: Added _OSI(Module Device)\n[ 0.121189] ACPI: Added _OSI(Processor Device)\n[ 0.122213] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.124005] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.126110] ACPI: Interpreter enabled\n[ 0.127154] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.129830] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.132005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.134822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.136755] ACPI: (supports S0 S5)\n[ 0.137721] ACPI: Using IOAPIC for interrupt routing\n[ 0.139117] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.140200] ACPI: No dock devices found.\n[ 0.143264] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.144008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.145991] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.147946] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.148206] acpiphp: Slot [3] registered\n[ 0.149509] acpiphp: Slot [4] registered\n[ 0.150716] acpiphp: Slot [5] registered\n[ 0.151857] acpiphp: Slot [6] registered\n[ 0.152020] acpiphp: Slot [7] registered\n[ 0.153216] acpiphp: Slot [8] registered\n[ 0.154428] acpiphp: Slot [9] registered\n[ 0.155633] acpiphp: Slot [10] registered\n[ 0.156024] acpiphp: Slot [11] registered\n[ 0.157002] acpiphp: Slot [12] registered\n[ 0.157975] acpiphp: Slot [13] registered\n[ 0.158963] acpiphp: Slot [14] registered\n[ 0.159983] acpiphp: Slot [15] registered\n[ 0.160023] acpiphp: Slot [16] registered\n[ 0.160985] acpiphp: Slot [17] registered\n[ 0.161921] acpiphp: Slot [18] registered\n[ 0.162915] acpiphp: Slot [19] registered\n[ 0.163849] acpiphp: Slot [20] registered\n[ 0.164031] acpiphp: Slot [21] registered\n[ 0.164958] acpiphp: Slot [22] registered\n[ 0.165998] acpiphp: Slot [23] registered\n[ 0.166930] acpiphp: Slot [24] registered\n[ 0.167875] acpiphp: Slot [25] registered\n[ 0.168028] acpiphp: Slot [26] registered\n[ 0.168961] acpiphp: Slot [27] registered\n[ 0.169925] acpiphp: Slot [28] registered\n[ 0.170792] acpiphp: Slot [29] registered\n[ 0.171685] acpiphp: Slot [30] registered\n[ 0.172025] acpiphp: Slot [31] registered\n[ 0.172955] PCI host bridge to bus 0000:00\n[ 0.173880] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.175056] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.176004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.177251] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.178637] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.180006] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.186663] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.188013] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.215762] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.216865] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.218635] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.220322] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.221905] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.223587] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.224212] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.225252] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.227068] vgaarb: loaded\n[ 0.228003] vgaarb: bridge control possible 0000:00:02.0\n[ 0.229353] SCSI subsystem initialized\n[ 0.230422] ACPI: bus type USB registered\n[ 0.230422] usbcore: registered new interface driver usbfs\n[ 0.232012] usbcore: registered new interface driver hub\n[ 0.233326] usbcore: registered new device driver usb\n[ 0.233326] PCI: Using ACPI for IRQ routing\n[ 0.233326] NetLabel: Initializing\n[ 0.236006] NetLabel: domain hash size = 128\n[ 0.237063] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.238225] NetLabel: unlabeled traffic allowed by default\n[ 0.239575] Switched to clocksource kvm-clock\n[ 0.243616] AppArmor: AppArmor Filesystem Enabled\n[ 0.248321] pnp: PnP ACPI init\n[ 0.249466] ACPI: bus type PNP registered\n[ 0.251582] pnp: PnP ACPI: found 8 devices\n[ 0.252803] ACPI: bus type PNP unregistered\n[ 0.261343] NET: Registered protocol family 2\n[ 0.264264] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.266656] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.268553] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.270455] TCP: reno registered\n[ 0.271435] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.273178] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.275209] NET: Registered protocol family 1\n[ 0.276622] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.278372] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.279968] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.302269] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.325219] Trying to unpack rootfs image as initramfs...\n[ 0.418311] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.421287] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.423023] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.424607] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.427280] Scanning for low memory corruption every 60 seconds\n[ 0.429647] Initialise system trusted keyring\n[ 0.430835] audit: initializing netlink socket (disabled)\n[ 0.432157] type=2000 audit(1534065282.709:1): initialized\n[ 0.452031] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.454301] zbud: loaded\n[ 0.455252] VFS: Disk quotas dquot_6.5.2\n[ 0.456290] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.458115] fuse init (API version 7.22)\n[ 0.459227] msgmni has been set to 3997\n[ 0.460283] Key type big_key registered\n[ 0.461536] Key type asymmetric registered\n[ 0.462587] Asymmetric key parser 'x509' registered\n[ 0.463741] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.465576] io scheduler noop registered\n[ 0.466507] io scheduler deadline registered (default)\n[ 0.467638] io scheduler cfq registered\n[ 0.468678] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.469970] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.471482] ipmi message handler version 39.2\n[ 0.472595] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.474326] ACPI: Power Button [PWRF]\n[ 0.475394] GHES: HEST is not enabled!\n[ 0.497489] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.542062] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564583] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.566613] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590635] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593137] Linux agpgart interface v0.103\n[ 0.595007] brd: module loaded\n[ 0.596218] loop: module loaded\n[ 0.597375] blk-mq: CPU -> queue map\n[ 0.598285] CPU 0 -> Queue 0\n[ 0.599042] CPU 1 -> Queue 0\n[ 0.600473] vda: vda1\n[ 0.601881] scsi0 : ata_piix\n[ 0.602665] scsi1 : ata_piix\n[ 0.603381] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.604747] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.606311] libphy: Fixed MDIO Bus: probed\n[ 0.607293] tun: Universal TUN/TAP device driver, 1.6\n[ 0.608367] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.611003] PPP generic driver version 2.4.2\n[ 0.612023] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.613322] ehci-pci: EHCI PCI platform driver\n[ 0.614273] ehci-platform: EHCI generic platform driver\n[ 0.615386] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.616641] ohci-pci: OHCI PCI platform driver\n[ 0.617624] ohci-platform: OHCI generic platform driver\n[ 0.618701] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.640745] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.641845] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.643461] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.644695] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646020] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647550] usb usb1: Product: UHCI Host Controller\n[ 0.648565] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd\n[ 0.649920] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651116] hub 1-0:1.0: USB hub found\n[ 0.652166] hub 1-0:1.0: 2 ports detected\n[ 0.653393] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655673] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656701] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657858] mousedev: PS/2 mouse device common for all mice\n[ 0.659249] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.661121] rtc_cmos 00:00: RTC can wake from S4\n[ 0.662782] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.664550] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.666329] device-mapper: uevent: version 1.0.3\n[ 0.667736] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.670130] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.671824] TCP: cubic registered\n[ 0.672903] NET: Registered protocol family 10\n[ 0.674394] NET: Registered protocol family 17\n[ 0.675733] Key type dns_resolver registered\n[ 0.677151] Loading compiled-in X.509 certificates\n[ 0.679026] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0'\n[ 0.681691] registered taskstats version 1\n[ 0.692859] Key type trusted registered\n[ 0.696517] Key type encrypted registered\n[ 0.697497] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.698946] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.700888] regulator-dummy: disabling\n[ 0.701901] Magic number: 14:35:222\n[ 0.703011] rtc_cmos 00:00: setting system clock to 2018-08-12 09:14:43 UTC (1534065283)\n[ 0.704889] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.706135] EDD information not available.\n[ 0.761384] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000)\n[ 0.763225] Write protecting the kernel read-only data: 12288k\n[ 0.764990] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000)\n[ 0.767838] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.781703] systemd-udevd[107]: starting version 204\n[ 0.820635] FDC 0 is a S82078B\n[ 0.964059] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.124684] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.126110] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.127461] usb 1-1: Product: QEMU USB Tablet\n[ 1.128372] usb 1-1: Manufacturer: QEMU\n[ 1.129215] usb 1-1: SerialNumber: 42\n[ 1.420090] tsc: Refined TSC clocksource calibration: 3491.877 MHz\n[ 1.845302] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.096165] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.184699] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n[ 2.283393] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sun, 12 Aug 2018 09:14:45 +0000. Up 2.66 seconds.\ncloud-init-nonet[2.85]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting cold plug devices[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\ncloud-init-nonet[9.46]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sun, 12 Aug 2018 09:14:52 +0000. Up 9.59 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:f8:47:bc |\nci-info: | eth0 | True | 192.168.0.6 | 255.255.255.0 | fa:16:3e:a0:8c:69 |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.2 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\n9e:9e:9f:8d:3a:a6:9c:55:48:62:37:40:24:56:bf:96 root@homer-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| o+= |\n| . . o |\n| o = |\n| . + = |\n| E . |\n| o o |\n| + |\n| . +o. + |\n| +o+++ . |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\nf5:82:85:56:b7:31:ca:0c:a6:5a:c4:22:5d:9b:95:f7 root@homer-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| . oo +.. + |\n| . o..*.*.o + |\n| . .= o.*.. |\n| o . + .E |\n| . S . . |\n| . |\n| |\n| |\n| |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\nae:94:d0:9e:d4:d7:5a:03:f2:3e:7d:6b:94:24:f5:c1 root@homer-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| . |\n| .E |\n| . . . ..|\n| . . o o. . .|\n| . o S o +o . |\n| + + o + .o |\n| = . + ... |\n| . . . ... |\n| . .. |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\ne9:6d:b2:ce:65:c3:06:5d:25:e6:9f:e9:9d:26:da:19 root@homer-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| o . |\n| o o |\n| o |\n| o . . o |\n| S . + |\n| . + . ..|\n| o O E.o.|\n| . B .o = |\n| .+ . o |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS homer-0 ttyS0\n\nhomer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Sun, 12 Aug 2018 09:16:57 +0000. Up 134.34 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Sun, 12 Aug 2018 09:17:57 +0000. Up 195.05 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com\ngpg: no valid OpenPGP data found.\n+ apt-get update\nErr http://repo.cw-ngv.com binary/ InRelease\n \nErr http://archive.ubuntu.com trusty InRelease\n \nErr http://archive.ubuntu.com trusty-updates InRelease\n \nErr http://archive.ubuntu.com trusty-backports InRelease\n \nErr http://security.ubuntu.com trusty-security InRelease\n \nErr http://security.ubuntu.com trusty-security Release.gpg\n Could not resolve 'security.ubuntu.com'\nErr http://repo.cw-ngv.com binary/ Release.gpg\n Could not resolve 'repo.cw-ngv.com'\nErr http://archive.ubuntu.com trusty Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-updates Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-backports Release.gpg\n Could not resolve 'archive.ubuntu.com'\nReading package lists...\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease \n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com'\n\nW: Some index files failed to download. They have been ignored, or old ones used instead.\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.23\n+ '[' -n 192.168.0.23 ']'\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install homer --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package homer\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package clearwater-management\n+ retries=0\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.211\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.208\n++ echo A 172.30.9.208\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 0 -lt 10 ']'\n+ retries=1\n+ echo 'nsupdate failed - retrying (retry 1)...'\nnsupdate failed - retrying (retry 1)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ echo 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.208\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 1 -lt 10 ']'\n+ retries=2\n+ echo 'nsupdate failed - retrying (retry 2)...'\nnsupdate failed - retrying (retry 2)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ echo 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.208\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 2 -lt 10 ']'\n+ retries=3\n+ echo 'nsupdate failed - retrying (retry 3)...'\nnsupdate failed - retrying (retry 3)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ echo 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.208\n"} 2018-08-12 09:20:32,232 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd/action used request id req-1834295c-a0d8-4bbe-a796-512c0c136d8a 2018-08-12 09:20:32,232 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0745379924774s 2018-08-12 09:20:32,233 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd/action used request id req-1834295c-a0d8-4bbe-a796-512c0c136d8a 2018-08-12 09:20:32,233 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-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] 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-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] 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] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 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 2 CPUs, 0 hotplug CPUs [ 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 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008016] Security Framework initialized [ 0.008913] AppArmor: AppArmor initialized [ 0.009837] Yama: becoming mindful. [ 0.010748] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.013325] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.015408] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.016006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.017778] Initializing cgroup subsys memory [ 0.018719] Initializing cgroup subsys devices [ 0.020003] Initializing cgroup subsys freezer [ 0.021086] Initializing cgroup subsys blkio [ 0.021991] Initializing cgroup subsys perf_event [ 0.022999] Initializing cgroup subsys hugetlb [ 0.024056] CPU: Physical Processor ID: 0 [ 0.024946] FEATURE SPEC_CTRL Not Present [ 0.026471] mce: CPU supports 10 MCE banks [ 0.028035] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.028035] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.030137] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.031421] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.032003] Speculative Store Bypass: Vulnerable [ 0.033566] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000) [ 0.038566] ACPI: Core revision 20131115 [ 0.040460] ACPI: All ACPI Tables successfully acquired [ 0.041709] ftrace: allocating 28727 entries in 113 pages [ 0.060291] Enabling x2apic [ 0.061073] Enabled x2apic [ 0.061964] Switched APIC routing to physical x2apic. [ 0.064919] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.066290] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.069066] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.076856] KVM setup paravirtual spinlock [ 0.079139] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.080155] x86: Booting SMP configuration: [ 0.081281] .... node #0, CPUs: #1[ 0.079106] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.096026] x86: Booted up 1 node, 2 CPUs [ 0.096018] KVM setup async PF for cpu 1 [ 0.096020] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.099631] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.100348] devtmpfs: initialized [ 0.102632] EVM: security.selinux [ 0.104005] EVM: security.SMACK64 [ 0.104954] EVM: security.ima [ 0.105920] EVM: security.capability [ 0.108118] pinctrl core: initialized pinctrl subsystem [ 0.109704] regulator-dummy: no parameters [ 0.110929] RTC time: 9:14:42, date: 08/12/18 [ 0.112038] NET: Registered protocol family 16 [ 0.113457] cpuidle: using governor ladder [ 0.114609] cpuidle: using governor menu [ 0.115850] ACPI: bus type PCI registered [ 0.116004] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.117746] PCI: Using configuration type 1 for base access [ 0.120038] bio: create slab at 0 [ 0.121189] ACPI: Added _OSI(Module Device) [ 0.121189] ACPI: Added _OSI(Processor Device) [ 0.122213] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.124005] ACPI: Added _OSI(Processor Aggregator Device) [ 0.126110] ACPI: Interpreter enabled [ 0.127154] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.129830] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.132005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.134822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.136755] ACPI: (supports S0 S5) [ 0.137721] ACPI: Using IOAPIC for interrupt routing [ 0.139117] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.140200] ACPI: No dock devices found. [ 0.143264] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.144008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.145991] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.147946] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.148206] acpiphp: Slot [3] registered [ 0.149509] acpiphp: Slot [4] registered [ 0.150716] acpiphp: Slot [5] registered [ 0.151857] acpiphp: Slot [6] registered [ 0.152020] acpiphp: Slot [7] registered [ 0.153216] acpiphp: Slot [8] registered [ 0.154428] acpiphp: Slot [9] registered [ 0.155633] acpiphp: Slot [10] registered [ 0.156024] acpiphp: Slot [11] registered [ 0.157002] acpiphp: Slot [12] registered [ 0.157975] acpiphp: Slot [13] registered [ 0.158963] acpiphp: Slot [14] registered [ 0.159983] acpiphp: Slot [15] registered [ 0.160023] acpiphp: Slot [16] registered [ 0.160985] acpiphp: Slot [17] registered [ 0.161921] acpiphp: Slot [18] registered [ 0.162915] acpiphp: Slot [19] registered [ 0.163849] acpiphp: Slot [20] registered [ 0.164031] acpiphp: Slot [21] registered [ 0.164958] acpiphp: Slot [22] registered [ 0.165998] acpiphp: Slot [23] registered [ 0.166930] acpiphp: Slot [24] registered [ 0.167875] acpiphp: Slot [25] registered [ 0.168028] acpiphp: Slot [26] registered [ 0.168961] acpiphp: Slot [27] registered [ 0.169925] acpiphp: Slot [28] registered [ 0.170792] acpiphp: Slot [29] registered [ 0.171685] acpiphp: Slot [30] registered [ 0.172025] acpiphp: Slot [31] registered [ 0.172955] PCI host bridge to bus 0000:00 [ 0.173880] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.175056] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.176004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.177251] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.178637] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.180006] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.186663] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.188013] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.215762] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.216865] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.218635] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.220322] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.221905] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.223587] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.224212] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.225252] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.227068] vgaarb: loaded [ 0.228003] vgaarb: bridge control possible 0000:00:02.0 [ 0.229353] SCSI subsystem initialized [ 0.230422] ACPI: bus type USB registered [ 0.230422] usbcore: registered new interface driver usbfs [ 0.232012] usbcore: registered new interface driver hub [ 0.233326] usbcore: registered new device driver usb [ 0.233326] PCI: Using ACPI for IRQ routing [ 0.233326] NetLabel: Initializing [ 0.236006] NetLabel: domain hash size = 128 [ 0.237063] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.238225] NetLabel: unlabeled traffic allowed by default [ 0.239575] Switched to clocksource kvm-clock [ 0.243616] AppArmor: AppArmor Filesystem Enabled [ 0.248321] pnp: PnP ACPI init [ 0.249466] ACPI: bus type PNP registered [ 0.251582] pnp: PnP ACPI: found 8 devices [ 0.252803] ACPI: bus type PNP unregistered [ 0.261343] NET: Registered protocol family 2 [ 0.264264] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.266656] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.268553] TCP: Hash tables configured (established 16384 bind 16384) [ 0.270455] TCP: reno registered [ 0.271435] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.273178] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.275209] NET: Registered protocol family 1 [ 0.276622] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.278372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.279968] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.302269] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.325219] Trying to unpack rootfs image as initramfs... [ 0.418311] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.421287] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.423023] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.424607] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.427280] Scanning for low memory corruption every 60 seconds [ 0.429647] Initialise system trusted keyring [ 0.430835] audit: initializing netlink socket (disabled) [ 0.432157] type=2000 audit(1534065282.709:1): initialized [ 0.452031] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.454301] zbud: loaded [ 0.455252] VFS: Disk quotas dquot_6.5.2 [ 0.456290] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.458115] fuse init (API version 7.22) [ 0.459227] msgmni has been set to 3997 [ 0.460283] Key type big_key registered [ 0.461536] Key type asymmetric registered [ 0.462587] Asymmetric key parser 'x509' registered [ 0.463741] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.465576] io scheduler noop registered [ 0.466507] io scheduler deadline registered (default) [ 0.467638] io scheduler cfq registered [ 0.468678] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.469970] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.471482] ipmi message handler version 39.2 [ 0.472595] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.474326] ACPI: Power Button [PWRF] [ 0.475394] GHES: HEST is not enabled! [ 0.497489] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.542062] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.564583] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.566613] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.590635] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.593137] Linux agpgart interface v0.103 [ 0.595007] brd: module loaded [ 0.596218] loop: module loaded [ 0.597375] blk-mq: CPU -> queue map [ 0.598285] CPU 0 -> Queue 0 [ 0.599042] CPU 1 -> Queue 0 [ 0.600473] vda: vda1 [ 0.601881] scsi0 : ata_piix [ 0.602665] scsi1 : ata_piix [ 0.603381] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.604747] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.606311] libphy: Fixed MDIO Bus: probed [ 0.607293] tun: Universal TUN/TAP device driver, 1.6 [ 0.608367] tun: (C) 1999-2004 Max Krasnyansky [ 0.611003] PPP generic driver version 2.4.2 [ 0.612023] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.613322] ehci-pci: EHCI PCI platform driver [ 0.614273] ehci-platform: EHCI generic platform driver [ 0.615386] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.616641] ohci-pci: OHCI PCI platform driver [ 0.617624] ohci-platform: OHCI generic platform driver [ 0.618701] uhci_hcd: USB Universal Host Controller Interface driver [ 0.640745] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.641845] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.643461] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.644695] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.646020] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.647550] usb usb1: Product: UHCI Host Controller [ 0.648565] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd [ 0.649920] usb usb1: SerialNumber: 0000:00:01.2 [ 0.651116] hub 1-0:1.0: USB hub found [ 0.652166] hub 1-0:1.0: 2 ports detected [ 0.653393] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.655673] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.656701] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.657858] mousedev: PS/2 mouse device common for all mice [ 0.659249] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.661121] rtc_cmos 00:00: RTC can wake from S4 [ 0.662782] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.664550] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.666329] device-mapper: uevent: version 1.0.3 [ 0.667736] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.670130] ledtrig-cpu: registered to indicate activity on CPUs [ 0.671824] TCP: cubic registered [ 0.672903] NET: Registered protocol family 10 [ 0.674394] NET: Registered protocol family 17 [ 0.675733] Key type dns_resolver registered [ 0.677151] Loading compiled-in X.509 certificates [ 0.679026] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0' [ 0.681691] registered taskstats version 1 [ 0.692859] Key type trusted registered [ 0.696517] Key type encrypted registered [ 0.697497] AppArmor: AppArmor sha1 policy hashing enabled [ 0.698946] IMA: No TPM chip found, activating TPM-bypass! [ 0.700888] regulator-dummy: disabling [ 0.701901] Magic number: 14:35:222 [ 0.703011] rtc_cmos 00:00: setting system clock to 2018-08-12 09:14:43 UTC (1534065283) [ 0.704889] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.706135] EDD information not available. [ 0.761384] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000) [ 0.763225] Write protecting the kernel read-only data: 12288k [ 0.764990] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000) [ 0.767838] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.781703] systemd-udevd[107]: starting version 204 [ 0.820635] FDC 0 is a S82078B [ 0.964059] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.124684] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.126110] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.127461] usb 1-1: Product: QEMU USB Tablet [ 1.128372] usb 1-1: Manufacturer: QEMU [ 1.129215] usb 1-1: SerialNumber: 42 [ 1.420090] tsc: Refined TSC clocksource calibration: 3491.877 MHz [ 1.845302] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.096165] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.184699] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] [ 2.283393] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sun, 12 Aug 2018 09:14:45 +0000. Up 2.66 seconds. cloud-init-nonet[2.85]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting cold plug devices[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] cloud-init-nonet[9.46]: static networking is now up * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sun, 12 Aug 2018 09:14:52 +0000. Up 9.59 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:f8:47:bc | ci-info: | eth0 | True | 192.168.0.6 | 255.255.255.0 | fa:16:3e:a0:8c:69 | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.2 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: 9e:9e:9f:8d:3a:a6:9c:55:48:62:37:40:24:56:bf:96 root@homer-0 The key's randomart image is: +--[ RSA 2048]----+ | o+= | | . . o | | o = | | . + = | | E . | | o o | | + | | . +o. + | | +o+++ . | +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: f5:82:85:56:b7:31:ca:0c:a6:5a:c4:22:5d:9b:95:f7 root@homer-0 The key's randomart image is: +--[ DSA 1024]----+ | . oo +.. + | | . o..*.*.o + | | . .= o.*.. | | o . + .E | | . S . . | | . | | | | | | | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: ae:94:d0:9e:d4:d7:5a:03:f2:3e:7d:6b:94:24:f5:c1 root@homer-0 The key's randomart image is: +--[ECDSA 256]---+ | . | | .E | | . . . ..| | . . o o. . .| | . o S o +o . | | + + o + .o | | = . + ... | | . . . ... | | . .. | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: e9:6d:b2:ce:65:c3:06:5d:25:e6:9f:e9:9d:26:da:19 root@homer-0 The key's randomart image is: +--[ED25519 256--+ | o . | | o o | | o | | o . . o | | S . + | | . + . ..| | o O E.o.| | . B .o = | | .+ . o | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS homer-0 ttyS0 homer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Sun, 12 Aug 2018 09:16:57 +0000. Up 134.34 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Sun, 12 Aug 2018 09:17:57 +0000. Up 195.05 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com gpg: no valid OpenPGP data found. + apt-get update Err http://repo.cw-ngv.com binary/ InRelease Err http://archive.ubuntu.com trusty InRelease Err http://archive.ubuntu.com trusty-updates InRelease Err http://archive.ubuntu.com trusty-backports InRelease Err http://security.ubuntu.com trusty-security InRelease Err http://security.ubuntu.com trusty-security Release.gpg Could not resolve 'security.ubuntu.com' Err http://repo.cw-ngv.com binary/ Release.gpg Could not resolve 'repo.cw-ngv.com' Err http://archive.ubuntu.com trusty Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-updates Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-backports Release.gpg Could not resolve 'archive.ubuntu.com' Reading package lists... W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com' W: Some index files failed to download. They have been ignored, or old ones used instead. + mkdir -p /etc/clearwater + etcd_ip=192.168.0.23 + '[' -n 192.168.0.23 ']' + cat + DEBIAN_FRONTEND=noninteractive + apt-get install homer --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package homer + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package clearwater-management + retries=0 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.211 ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.208 ++ echo A 172.30.9.208 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 0 -lt 10 ']' + retries=1 + echo 'nsupdate failed - retrying (retry 1)...' nsupdate failed - retrying (retry 1)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ echo 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.208 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 1 -lt 10 ']' + retries=2 + echo 'nsupdate failed - retrying (retry 2)...' nsupdate failed - retrying (retry 2)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ echo 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.208 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 2 -lt 10 ']' + retries=3 + echo 'nsupdate failed - retrying (retry 3)...' nsupdate failed - retrying (retry 3)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ echo 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.208 2018-08-12 09:20:32,235 - functest.core.singlevm - DEBUG - try 31: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-12 09:20:42,246 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:20:42,249 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:20:43,377 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:20: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-8b906eba-61ef-47e9-a205-39df7e9e8d7d x-compute-request-id: req-8b906eba-61ef-47e9-a205-39df7e9e8d7d Content-Encoding: gzip Content-Length: 1505 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:8c:69", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:8c:69", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:47:bc", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:47:bc", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/0d05f869-c182-4a19-86bf-4ac078c523fd", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:41.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "0d05f869-c182-4a19-86bf-4ac078c523fd", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:41Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "homer-0.clearwater.opnfv", "created": "2018-08-12T09:14:06Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:24:50", "version": 4, "addr": "192.168.0.22", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:24:50", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:35:db:99", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/1c9b6e42-b18c-407e-8d00-9077025769fd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1c9b6e42-b18c-407e-8d00-9077025769fd", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:39.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "1c9b6e42-b18c-407e-8d00-9077025769fd", "security_groups": [{"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:39Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "dime-0.clearwater.opnfv", "created": "2018-08-12T09:14:05Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:73:af", "version": 4, "addr": "192.168.0.17", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:73:af", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:b9:f2", "version": 4, "addr": "192.168.1.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:b9:f2", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:41.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:41Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "bono-0.clearwater.opnfv", "created": "2018-08-12T09:14:05Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:27:6c", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:27:6c", "version": 4, "addr": "172.30.9.216", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:82:86", "version": 4, "addr": "192.168.1.24", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/566a63cc-7490-4385-b2ac-bfb24030a031", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/566a63cc-7490-4385-b2ac-bfb24030a031", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:34.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "566a63cc-7490-4385-b2ac-bfb24030a031", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:34Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-12T09:14:04Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:9d:e5", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:9d:e5", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b4:d8:25", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/7a80620a-d807-4698-b6c3-7c140a7b5157", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/7a80620a-d807-4698-b6c3-7c140a7b5157", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:25.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "7a80620a-d807-4698-b6c3-7c140a7b5157", "security_groups": [{"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:25Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-12T09:14:04Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:ca:f6", "version": 4, "addr": "192.168.0.23", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:ca:f6", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/3544e1e5-febb-4596-964e-1a53f9d26ab6", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/3544e1e5-febb-4596-964e-1a53f9d26ab6", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:13:48.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "3544e1e5-febb-4596-964e-1a53f9d26ab6", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:13:48Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-12T09:12:11Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:77:d2", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:77:d2", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ac:00:39", "version": 4, "addr": "192.168.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/24234aa3-febc-4826-8d67-0c33e6f38782", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/24234aa3-febc-4826-8d67-0c33e6f38782", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:12:00.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "24234aa3-febc-4826-8d67-0c33e6f38782", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:12:00Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "ns.clearwater.opnfv", "created": "2018-08-12T09:10:20Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:20:43,377 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-8b906eba-61ef-47e9-a205-39df7e9e8d7d 2018-08-12 09:20:43,378 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.13169002533s 2018-08-12 09:20:43,378 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-8b906eba-61ef-47e9-a205-39df7e9e8d7d 2018-08-12 09:20:43,385 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-12 09:20:43,388 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd/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}d584eff3730be386f99aabb4bf64013d89965dc6" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 09:20:43,461 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:20: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-604406e6-319a-43f1-a2cf-941e9b901715 x-compute-request-id: req-604406e6-319a-43f1-a2cf-941e9b901715 Content-Encoding: gzip Content-Length: 10810 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 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] 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-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] 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] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\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 2 CPUs, 0 hotplug CPUs\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 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008016] Security Framework initialized\n[ 0.008913] AppArmor: AppArmor initialized\n[ 0.009837] Yama: becoming mindful.\n[ 0.010748] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.013325] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.015408] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.016006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.017778] Initializing cgroup subsys memory\n[ 0.018719] Initializing cgroup subsys devices\n[ 0.020003] Initializing cgroup subsys freezer\n[ 0.021086] Initializing cgroup subsys blkio\n[ 0.021991] Initializing cgroup subsys perf_event\n[ 0.022999] Initializing cgroup subsys hugetlb\n[ 0.024056] CPU: Physical Processor ID: 0\n[ 0.024946] FEATURE SPEC_CTRL Not Present\n[ 0.026471] mce: CPU supports 10 MCE banks\n[ 0.028035] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.028035] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.030137] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.031421] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.032003] Speculative Store Bypass: Vulnerable\n[ 0.033566] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000)\n[ 0.038566] ACPI: Core revision 20131115\n[ 0.040460] ACPI: All ACPI Tables successfully acquired\n[ 0.041709] ftrace: allocating 28727 entries in 113 pages\n[ 0.060291] Enabling x2apic\n[ 0.061073] Enabled x2apic\n[ 0.061964] Switched APIC routing to physical x2apic.\n[ 0.064919] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.066290] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.069066] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.076856] KVM setup paravirtual spinlock\n[ 0.079139] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.080155] x86: Booting SMP configuration:\n[ 0.081281] .... node #0, CPUs: #1[ 0.079106] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.096026] x86: Booted up 1 node, 2 CPUs\n[ 0.096018] KVM setup async PF for cpu 1\n[ 0.096020] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.099631] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.100348] devtmpfs: initialized\n[ 0.102632] EVM: security.selinux\n[ 0.104005] EVM: security.SMACK64\n[ 0.104954] EVM: security.ima\n[ 0.105920] EVM: security.capability\n[ 0.108118] pinctrl core: initialized pinctrl subsystem\n[ 0.109704] regulator-dummy: no parameters\n[ 0.110929] RTC time: 9:14:42, date: 08/12/18\n[ 0.112038] NET: Registered protocol family 16\n[ 0.113457] cpuidle: using governor ladder\n[ 0.114609] cpuidle: using governor menu\n[ 0.115850] ACPI: bus type PCI registered\n[ 0.116004] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.117746] PCI: Using configuration type 1 for base access\n[ 0.120038] bio: create slab at 0\n[ 0.121189] ACPI: Added _OSI(Module Device)\n[ 0.121189] ACPI: Added _OSI(Processor Device)\n[ 0.122213] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.124005] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.126110] ACPI: Interpreter enabled\n[ 0.127154] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.129830] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.132005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.134822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.136755] ACPI: (supports S0 S5)\n[ 0.137721] ACPI: Using IOAPIC for interrupt routing\n[ 0.139117] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.140200] ACPI: No dock devices found.\n[ 0.143264] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.144008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.145991] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.147946] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.148206] acpiphp: Slot [3] registered\n[ 0.149509] acpiphp: Slot [4] registered\n[ 0.150716] acpiphp: Slot [5] registered\n[ 0.151857] acpiphp: Slot [6] registered\n[ 0.152020] acpiphp: Slot [7] registered\n[ 0.153216] acpiphp: Slot [8] registered\n[ 0.154428] acpiphp: Slot [9] registered\n[ 0.155633] acpiphp: Slot [10] registered\n[ 0.156024] acpiphp: Slot [11] registered\n[ 0.157002] acpiphp: Slot [12] registered\n[ 0.157975] acpiphp: Slot [13] registered\n[ 0.158963] acpiphp: Slot [14] registered\n[ 0.159983] acpiphp: Slot [15] registered\n[ 0.160023] acpiphp: Slot [16] registered\n[ 0.160985] acpiphp: Slot [17] registered\n[ 0.161921] acpiphp: Slot [18] registered\n[ 0.162915] acpiphp: Slot [19] registered\n[ 0.163849] acpiphp: Slot [20] registered\n[ 0.164031] acpiphp: Slot [21] registered\n[ 0.164958] acpiphp: Slot [22] registered\n[ 0.165998] acpiphp: Slot [23] registered\n[ 0.166930] acpiphp: Slot [24] registered\n[ 0.167875] acpiphp: Slot [25] registered\n[ 0.168028] acpiphp: Slot [26] registered\n[ 0.168961] acpiphp: Slot [27] registered\n[ 0.169925] acpiphp: Slot [28] registered\n[ 0.170792] acpiphp: Slot [29] registered\n[ 0.171685] acpiphp: Slot [30] registered\n[ 0.172025] acpiphp: Slot [31] registered\n[ 0.172955] PCI host bridge to bus 0000:00\n[ 0.173880] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.175056] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.176004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.177251] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.178637] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.180006] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.186663] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.188013] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.215762] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.216865] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.218635] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.220322] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.221905] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.223587] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.224212] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.225252] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.227068] vgaarb: loaded\n[ 0.228003] vgaarb: bridge control possible 0000:00:02.0\n[ 0.229353] SCSI subsystem initialized\n[ 0.230422] ACPI: bus type USB registered\n[ 0.230422] usbcore: registered new interface driver usbfs\n[ 0.232012] usbcore: registered new interface driver hub\n[ 0.233326] usbcore: registered new device driver usb\n[ 0.233326] PCI: Using ACPI for IRQ routing\n[ 0.233326] NetLabel: Initializing\n[ 0.236006] NetLabel: domain hash size = 128\n[ 0.237063] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.238225] NetLabel: unlabeled traffic allowed by default\n[ 0.239575] Switched to clocksource kvm-clock\n[ 0.243616] AppArmor: AppArmor Filesystem Enabled\n[ 0.248321] pnp: PnP ACPI init\n[ 0.249466] ACPI: bus type PNP registered\n[ 0.251582] pnp: PnP ACPI: found 8 devices\n[ 0.252803] ACPI: bus type PNP unregistered\n[ 0.261343] NET: Registered protocol family 2\n[ 0.264264] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.266656] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.268553] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.270455] TCP: reno registered\n[ 0.271435] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.273178] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.275209] NET: Registered protocol family 1\n[ 0.276622] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.278372] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.279968] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.302269] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.325219] Trying to unpack rootfs image as initramfs...\n[ 0.418311] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.421287] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.423023] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.424607] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.427280] Scanning for low memory corruption every 60 seconds\n[ 0.429647] Initialise system trusted keyring\n[ 0.430835] audit: initializing netlink socket (disabled)\n[ 0.432157] type=2000 audit(1534065282.709:1): initialized\n[ 0.452031] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.454301] zbud: loaded\n[ 0.455252] VFS: Disk quotas dquot_6.5.2\n[ 0.456290] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.458115] fuse init (API version 7.22)\n[ 0.459227] msgmni has been set to 3997\n[ 0.460283] Key type big_key registered\n[ 0.461536] Key type asymmetric registered\n[ 0.462587] Asymmetric key parser 'x509' registered\n[ 0.463741] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.465576] io scheduler noop registered\n[ 0.466507] io scheduler deadline registered (default)\n[ 0.467638] io scheduler cfq registered\n[ 0.468678] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.469970] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.471482] ipmi message handler version 39.2\n[ 0.472595] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.474326] ACPI: Power Button [PWRF]\n[ 0.475394] GHES: HEST is not enabled!\n[ 0.497489] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.542062] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564583] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.566613] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590635] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593137] Linux agpgart interface v0.103\n[ 0.595007] brd: module loaded\n[ 0.596218] loop: module loaded\n[ 0.597375] blk-mq: CPU -> queue map\n[ 0.598285] CPU 0 -> Queue 0\n[ 0.599042] CPU 1 -> Queue 0\n[ 0.600473] vda: vda1\n[ 0.601881] scsi0 : ata_piix\n[ 0.602665] scsi1 : ata_piix\n[ 0.603381] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.604747] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.606311] libphy: Fixed MDIO Bus: probed\n[ 0.607293] tun: Universal TUN/TAP device driver, 1.6\n[ 0.608367] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.611003] PPP generic driver version 2.4.2\n[ 0.612023] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.613322] ehci-pci: EHCI PCI platform driver\n[ 0.614273] ehci-platform: EHCI generic platform driver\n[ 0.615386] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.616641] ohci-pci: OHCI PCI platform driver\n[ 0.617624] ohci-platform: OHCI generic platform driver\n[ 0.618701] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.640745] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.641845] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.643461] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.644695] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646020] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647550] usb usb1: Product: UHCI Host Controller\n[ 0.648565] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd\n[ 0.649920] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651116] hub 1-0:1.0: USB hub found\n[ 0.652166] hub 1-0:1.0: 2 ports detected\n[ 0.653393] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655673] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656701] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657858] mousedev: PS/2 mouse device common for all mice\n[ 0.659249] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.661121] rtc_cmos 00:00: RTC can wake from S4\n[ 0.662782] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.664550] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.666329] device-mapper: uevent: version 1.0.3\n[ 0.667736] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.670130] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.671824] TCP: cubic registered\n[ 0.672903] NET: Registered protocol family 10\n[ 0.674394] NET: Registered protocol family 17\n[ 0.675733] Key type dns_resolver registered\n[ 0.677151] Loading compiled-in X.509 certificates\n[ 0.679026] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0'\n[ 0.681691] registered taskstats version 1\n[ 0.692859] Key type trusted registered\n[ 0.696517] Key type encrypted registered\n[ 0.697497] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.698946] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.700888] regulator-dummy: disabling\n[ 0.701901] Magic number: 14:35:222\n[ 0.703011] rtc_cmos 00:00: setting system clock to 2018-08-12 09:14:43 UTC (1534065283)\n[ 0.704889] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.706135] EDD information not available.\n[ 0.761384] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000)\n[ 0.763225] Write protecting the kernel read-only data: 12288k\n[ 0.764990] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000)\n[ 0.767838] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.781703] systemd-udevd[107]: starting version 204\n[ 0.820635] FDC 0 is a S82078B\n[ 0.964059] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.124684] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.126110] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.127461] usb 1-1: Product: QEMU USB Tablet\n[ 1.128372] usb 1-1: Manufacturer: QEMU\n[ 1.129215] usb 1-1: SerialNumber: 42\n[ 1.420090] tsc: Refined TSC clocksource calibration: 3491.877 MHz\n[ 1.845302] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.096165] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.184699] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n[ 2.283393] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sun, 12 Aug 2018 09:14:45 +0000. Up 2.66 seconds.\ncloud-init-nonet[2.85]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting cold plug devices[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\ncloud-init-nonet[9.46]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sun, 12 Aug 2018 09:14:52 +0000. Up 9.59 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:f8:47:bc |\nci-info: | eth0 | True | 192.168.0.6 | 255.255.255.0 | fa:16:3e:a0:8c:69 |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.2 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\n9e:9e:9f:8d:3a:a6:9c:55:48:62:37:40:24:56:bf:96 root@homer-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| o+= |\n| . . o |\n| o = |\n| . + = |\n| E . |\n| o o |\n| + |\n| . +o. + |\n| +o+++ . |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\nf5:82:85:56:b7:31:ca:0c:a6:5a:c4:22:5d:9b:95:f7 root@homer-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| . oo +.. + |\n| . o..*.*.o + |\n| . .= o.*.. |\n| o . + .E |\n| . S . . |\n| . |\n| |\n| |\n| |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\nae:94:d0:9e:d4:d7:5a:03:f2:3e:7d:6b:94:24:f5:c1 root@homer-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| . |\n| .E |\n| . . . ..|\n| . . o o. . .|\n| . o S o +o . |\n| + + o + .o |\n| = . + ... |\n| . . . ... |\n| . .. |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\ne9:6d:b2:ce:65:c3:06:5d:25:e6:9f:e9:9d:26:da:19 root@homer-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| o . |\n| o o |\n| o |\n| o . . o |\n| S . + |\n| . + . ..|\n| o O E.o.|\n| . B .o = |\n| .+ . o |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS homer-0 ttyS0\n\nhomer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Sun, 12 Aug 2018 09:16:57 +0000. Up 134.34 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Sun, 12 Aug 2018 09:17:57 +0000. Up 195.05 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com\ngpg: no valid OpenPGP data found.\n+ apt-get update\nErr http://repo.cw-ngv.com binary/ InRelease\n \nErr http://archive.ubuntu.com trusty InRelease\n \nErr http://archive.ubuntu.com trusty-updates InRelease\n \nErr http://archive.ubuntu.com trusty-backports InRelease\n \nErr http://security.ubuntu.com trusty-security InRelease\n \nErr http://security.ubuntu.com trusty-security Release.gpg\n Could not resolve 'security.ubuntu.com'\nErr http://repo.cw-ngv.com binary/ Release.gpg\n Could not resolve 'repo.cw-ngv.com'\nErr http://archive.ubuntu.com trusty Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-updates Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-backports Release.gpg\n Could not resolve 'archive.ubuntu.com'\nReading package lists...\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease \n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com'\n\nW: Some index files failed to download. They have been ignored, or old ones used instead.\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.23\n+ '[' -n 192.168.0.23 ']'\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install homer --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package homer\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package clearwater-management\n+ retries=0\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.211\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.208\n++ echo A 172.30.9.208\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 0 -lt 10 ']'\n+ retries=1\n+ echo 'nsupdate failed - retrying (retry 1)...'\nnsupdate failed - retrying (retry 1)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ echo 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.208\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 1 -lt 10 ']'\n+ retries=2\n+ echo 'nsupdate failed - retrying (retry 2)...'\nnsupdate failed - retrying (retry 2)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ echo 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.208\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 2 -lt 10 ']'\n+ retries=3\n+ echo 'nsupdate failed - retrying (retry 3)...'\nnsupdate failed - retrying (retry 3)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ echo 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.208\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 3 -lt 10 ']'\n+ retries=4\n+ echo 'nsupdate failed - retrying (retry 4)...'\nnsupdate failed - retrying (retry 4)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.208\n++ echo A 172.30.9.208\n"} 2018-08-12 09:20:43,462 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd/action used request id req-604406e6-319a-43f1-a2cf-941e9b901715 2018-08-12 09:20:43,462 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0764830112457s 2018-08-12 09:20:43,463 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd/action used request id req-604406e6-319a-43f1-a2cf-941e9b901715 2018-08-12 09:20:43,463 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-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] 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-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] 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] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 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 2 CPUs, 0 hotplug CPUs [ 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 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008016] Security Framework initialized [ 0.008913] AppArmor: AppArmor initialized [ 0.009837] Yama: becoming mindful. [ 0.010748] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.013325] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.015408] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.016006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.017778] Initializing cgroup subsys memory [ 0.018719] Initializing cgroup subsys devices [ 0.020003] Initializing cgroup subsys freezer [ 0.021086] Initializing cgroup subsys blkio [ 0.021991] Initializing cgroup subsys perf_event [ 0.022999] Initializing cgroup subsys hugetlb [ 0.024056] CPU: Physical Processor ID: 0 [ 0.024946] FEATURE SPEC_CTRL Not Present [ 0.026471] mce: CPU supports 10 MCE banks [ 0.028035] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.028035] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.030137] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.031421] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.032003] Speculative Store Bypass: Vulnerable [ 0.033566] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000) [ 0.038566] ACPI: Core revision 20131115 [ 0.040460] ACPI: All ACPI Tables successfully acquired [ 0.041709] ftrace: allocating 28727 entries in 113 pages [ 0.060291] Enabling x2apic [ 0.061073] Enabled x2apic [ 0.061964] Switched APIC routing to physical x2apic. [ 0.064919] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.066290] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.069066] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.076856] KVM setup paravirtual spinlock [ 0.079139] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.080155] x86: Booting SMP configuration: [ 0.081281] .... node #0, CPUs: #1[ 0.079106] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.096026] x86: Booted up 1 node, 2 CPUs [ 0.096018] KVM setup async PF for cpu 1 [ 0.096020] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.099631] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.100348] devtmpfs: initialized [ 0.102632] EVM: security.selinux [ 0.104005] EVM: security.SMACK64 [ 0.104954] EVM: security.ima [ 0.105920] EVM: security.capability [ 0.108118] pinctrl core: initialized pinctrl subsystem [ 0.109704] regulator-dummy: no parameters [ 0.110929] RTC time: 9:14:42, date: 08/12/18 [ 0.112038] NET: Registered protocol family 16 [ 0.113457] cpuidle: using governor ladder [ 0.114609] cpuidle: using governor menu [ 0.115850] ACPI: bus type PCI registered [ 0.116004] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.117746] PCI: Using configuration type 1 for base access [ 0.120038] bio: create slab at 0 [ 0.121189] ACPI: Added _OSI(Module Device) [ 0.121189] ACPI: Added _OSI(Processor Device) [ 0.122213] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.124005] ACPI: Added _OSI(Processor Aggregator Device) [ 0.126110] ACPI: Interpreter enabled [ 0.127154] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.129830] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.132005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.134822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.136755] ACPI: (supports S0 S5) [ 0.137721] ACPI: Using IOAPIC for interrupt routing [ 0.139117] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.140200] ACPI: No dock devices found. [ 0.143264] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.144008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.145991] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.147946] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.148206] acpiphp: Slot [3] registered [ 0.149509] acpiphp: Slot [4] registered [ 0.150716] acpiphp: Slot [5] registered [ 0.151857] acpiphp: Slot [6] registered [ 0.152020] acpiphp: Slot [7] registered [ 0.153216] acpiphp: Slot [8] registered [ 0.154428] acpiphp: Slot [9] registered [ 0.155633] acpiphp: Slot [10] registered [ 0.156024] acpiphp: Slot [11] registered [ 0.157002] acpiphp: Slot [12] registered [ 0.157975] acpiphp: Slot [13] registered [ 0.158963] acpiphp: Slot [14] registered [ 0.159983] acpiphp: Slot [15] registered [ 0.160023] acpiphp: Slot [16] registered [ 0.160985] acpiphp: Slot [17] registered [ 0.161921] acpiphp: Slot [18] registered [ 0.162915] acpiphp: Slot [19] registered [ 0.163849] acpiphp: Slot [20] registered [ 0.164031] acpiphp: Slot [21] registered [ 0.164958] acpiphp: Slot [22] registered [ 0.165998] acpiphp: Slot [23] registered [ 0.166930] acpiphp: Slot [24] registered [ 0.167875] acpiphp: Slot [25] registered [ 0.168028] acpiphp: Slot [26] registered [ 0.168961] acpiphp: Slot [27] registered [ 0.169925] acpiphp: Slot [28] registered [ 0.170792] acpiphp: Slot [29] registered [ 0.171685] acpiphp: Slot [30] registered [ 0.172025] acpiphp: Slot [31] registered [ 0.172955] PCI host bridge to bus 0000:00 [ 0.173880] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.175056] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.176004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.177251] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.178637] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.180006] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.186663] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.188013] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.215762] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.216865] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.218635] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.220322] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.221905] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.223587] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.224212] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.225252] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.227068] vgaarb: loaded [ 0.228003] vgaarb: bridge control possible 0000:00:02.0 [ 0.229353] SCSI subsystem initialized [ 0.230422] ACPI: bus type USB registered [ 0.230422] usbcore: registered new interface driver usbfs [ 0.232012] usbcore: registered new interface driver hub [ 0.233326] usbcore: registered new device driver usb [ 0.233326] PCI: Using ACPI for IRQ routing [ 0.233326] NetLabel: Initializing [ 0.236006] NetLabel: domain hash size = 128 [ 0.237063] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.238225] NetLabel: unlabeled traffic allowed by default [ 0.239575] Switched to clocksource kvm-clock [ 0.243616] AppArmor: AppArmor Filesystem Enabled [ 0.248321] pnp: PnP ACPI init [ 0.249466] ACPI: bus type PNP registered [ 0.251582] pnp: PnP ACPI: found 8 devices [ 0.252803] ACPI: bus type PNP unregistered [ 0.261343] NET: Registered protocol family 2 [ 0.264264] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.266656] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.268553] TCP: Hash tables configured (established 16384 bind 16384) [ 0.270455] TCP: reno registered [ 0.271435] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.273178] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.275209] NET: Registered protocol family 1 [ 0.276622] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.278372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.279968] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.302269] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.325219] Trying to unpack rootfs image as initramfs... [ 0.418311] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.421287] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.423023] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.424607] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.427280] Scanning for low memory corruption every 60 seconds [ 0.429647] Initialise system trusted keyring [ 0.430835] audit: initializing netlink socket (disabled) [ 0.432157] type=2000 audit(1534065282.709:1): initialized [ 0.452031] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.454301] zbud: loaded [ 0.455252] VFS: Disk quotas dquot_6.5.2 [ 0.456290] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.458115] fuse init (API version 7.22) [ 0.459227] msgmni has been set to 3997 [ 0.460283] Key type big_key registered [ 0.461536] Key type asymmetric registered [ 0.462587] Asymmetric key parser 'x509' registered [ 0.463741] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.465576] io scheduler noop registered [ 0.466507] io scheduler deadline registered (default) [ 0.467638] io scheduler cfq registered [ 0.468678] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.469970] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.471482] ipmi message handler version 39.2 [ 0.472595] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.474326] ACPI: Power Button [PWRF] [ 0.475394] GHES: HEST is not enabled! [ 0.497489] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.542062] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.564583] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.566613] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.590635] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.593137] Linux agpgart interface v0.103 [ 0.595007] brd: module loaded [ 0.596218] loop: module loaded [ 0.597375] blk-mq: CPU -> queue map [ 0.598285] CPU 0 -> Queue 0 [ 0.599042] CPU 1 -> Queue 0 [ 0.600473] vda: vda1 [ 0.601881] scsi0 : ata_piix [ 0.602665] scsi1 : ata_piix [ 0.603381] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.604747] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.606311] libphy: Fixed MDIO Bus: probed [ 0.607293] tun: Universal TUN/TAP device driver, 1.6 [ 0.608367] tun: (C) 1999-2004 Max Krasnyansky [ 0.611003] PPP generic driver version 2.4.2 [ 0.612023] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.613322] ehci-pci: EHCI PCI platform driver [ 0.614273] ehci-platform: EHCI generic platform driver [ 0.615386] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.616641] ohci-pci: OHCI PCI platform driver [ 0.617624] ohci-platform: OHCI generic platform driver [ 0.618701] uhci_hcd: USB Universal Host Controller Interface driver [ 0.640745] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.641845] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.643461] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.644695] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.646020] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.647550] usb usb1: Product: UHCI Host Controller [ 0.648565] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd [ 0.649920] usb usb1: SerialNumber: 0000:00:01.2 [ 0.651116] hub 1-0:1.0: USB hub found [ 0.652166] hub 1-0:1.0: 2 ports detected [ 0.653393] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.655673] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.656701] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.657858] mousedev: PS/2 mouse device common for all mice [ 0.659249] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.661121] rtc_cmos 00:00: RTC can wake from S4 [ 0.662782] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.664550] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.666329] device-mapper: uevent: version 1.0.3 [ 0.667736] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.670130] ledtrig-cpu: registered to indicate activity on CPUs [ 0.671824] TCP: cubic registered [ 0.672903] NET: Registered protocol family 10 [ 0.674394] NET: Registered protocol family 17 [ 0.675733] Key type dns_resolver registered [ 0.677151] Loading compiled-in X.509 certificates [ 0.679026] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0' [ 0.681691] registered taskstats version 1 [ 0.692859] Key type trusted registered [ 0.696517] Key type encrypted registered [ 0.697497] AppArmor: AppArmor sha1 policy hashing enabled [ 0.698946] IMA: No TPM chip found, activating TPM-bypass! [ 0.700888] regulator-dummy: disabling [ 0.701901] Magic number: 14:35:222 [ 0.703011] rtc_cmos 00:00: setting system clock to 2018-08-12 09:14:43 UTC (1534065283) [ 0.704889] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.706135] EDD information not available. [ 0.761384] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000) [ 0.763225] Write protecting the kernel read-only data: 12288k [ 0.764990] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000) [ 0.767838] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.781703] systemd-udevd[107]: starting version 204 [ 0.820635] FDC 0 is a S82078B [ 0.964059] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.124684] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.126110] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.127461] usb 1-1: Product: QEMU USB Tablet [ 1.128372] usb 1-1: Manufacturer: QEMU [ 1.129215] usb 1-1: SerialNumber: 42 [ 1.420090] tsc: Refined TSC clocksource calibration: 3491.877 MHz [ 1.845302] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.096165] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.184699] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] [ 2.283393] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sun, 12 Aug 2018 09:14:45 +0000. Up 2.66 seconds. cloud-init-nonet[2.85]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting cold plug devices[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] cloud-init-nonet[9.46]: static networking is now up * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sun, 12 Aug 2018 09:14:52 +0000. Up 9.59 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:f8:47:bc | ci-info: | eth0 | True | 192.168.0.6 | 255.255.255.0 | fa:16:3e:a0:8c:69 | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.2 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: 9e:9e:9f:8d:3a:a6:9c:55:48:62:37:40:24:56:bf:96 root@homer-0 The key's randomart image is: +--[ RSA 2048]----+ | o+= | | . . o | | o = | | . + = | | E . | | o o | | + | | . +o. + | | +o+++ . | +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: f5:82:85:56:b7:31:ca:0c:a6:5a:c4:22:5d:9b:95:f7 root@homer-0 The key's randomart image is: +--[ DSA 1024]----+ | . oo +.. + | | . o..*.*.o + | | . .= o.*.. | | o . + .E | | . S . . | | . | | | | | | | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: ae:94:d0:9e:d4:d7:5a:03:f2:3e:7d:6b:94:24:f5:c1 root@homer-0 The key's randomart image is: +--[ECDSA 256]---+ | . | | .E | | . . . ..| | . . o o. . .| | . o S o +o . | | + + o + .o | | = . + ... | | . . . ... | | . .. | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: e9:6d:b2:ce:65:c3:06:5d:25:e6:9f:e9:9d:26:da:19 root@homer-0 The key's randomart image is: +--[ED25519 256--+ | o . | | o o | | o | | o . . o | | S . + | | . + . ..| | o O E.o.| | . B .o = | | .+ . o | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS homer-0 ttyS0 homer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Sun, 12 Aug 2018 09:16:57 +0000. Up 134.34 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Sun, 12 Aug 2018 09:17:57 +0000. Up 195.05 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com gpg: no valid OpenPGP data found. + apt-get update Err http://repo.cw-ngv.com binary/ InRelease Err http://archive.ubuntu.com trusty InRelease Err http://archive.ubuntu.com trusty-updates InRelease Err http://archive.ubuntu.com trusty-backports InRelease Err http://security.ubuntu.com trusty-security InRelease Err http://security.ubuntu.com trusty-security Release.gpg Could not resolve 'security.ubuntu.com' Err http://repo.cw-ngv.com binary/ Release.gpg Could not resolve 'repo.cw-ngv.com' Err http://archive.ubuntu.com trusty Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-updates Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-backports Release.gpg Could not resolve 'archive.ubuntu.com' Reading package lists... W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com' W: Some index files failed to download. They have been ignored, or old ones used instead. + mkdir -p /etc/clearwater + etcd_ip=192.168.0.23 + '[' -n 192.168.0.23 ']' + cat + DEBIAN_FRONTEND=noninteractive + apt-get install homer --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package homer + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package clearwater-management + retries=0 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.211 ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.208 ++ echo A 172.30.9.208 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 0 -lt 10 ']' + retries=1 + echo 'nsupdate failed - retrying (retry 1)...' nsupdate failed - retrying (retry 1)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ echo 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.208 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 1 -lt 10 ']' + retries=2 + echo 'nsupdate failed - retrying (retry 2)...' nsupdate failed - retrying (retry 2)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ echo 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.208 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 2 -lt 10 ']' + retries=3 + echo 'nsupdate failed - retrying (retry 3)...' nsupdate failed - retrying (retry 3)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ echo 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.208 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 3 -lt 10 ']' + retries=4 + echo 'nsupdate failed - retrying (retry 4)...' nsupdate failed - retrying (retry 4)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.208 ++ echo A 172.30.9.208 2018-08-12 09:20:43,465 - functest.core.singlevm - DEBUG - try 32: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-12 09:20:53,476 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:20:53,479 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:20:54,409 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:20: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-22925787-ade5-47ee-8385-a42cbb96b213 x-compute-request-id: req-22925787-ade5-47ee-8385-a42cbb96b213 Content-Encoding: gzip Content-Length: 1505 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:8c:69", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:8c:69", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:47:bc", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:47:bc", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/0d05f869-c182-4a19-86bf-4ac078c523fd", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:41.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "0d05f869-c182-4a19-86bf-4ac078c523fd", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:41Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "homer-0.clearwater.opnfv", "created": "2018-08-12T09:14:06Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:24:50", "version": 4, "addr": "192.168.0.22", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:24:50", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:35:db:99", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/1c9b6e42-b18c-407e-8d00-9077025769fd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1c9b6e42-b18c-407e-8d00-9077025769fd", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:39.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "1c9b6e42-b18c-407e-8d00-9077025769fd", "security_groups": [{"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:39Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "dime-0.clearwater.opnfv", "created": "2018-08-12T09:14:05Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:73:af", "version": 4, "addr": "192.168.0.17", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:73:af", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:b9:f2", "version": 4, "addr": "192.168.1.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:b9:f2", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:41.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:41Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "bono-0.clearwater.opnfv", "created": "2018-08-12T09:14:05Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:27:6c", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:27:6c", "version": 4, "addr": "172.30.9.216", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:82:86", "version": 4, "addr": "192.168.1.24", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/566a63cc-7490-4385-b2ac-bfb24030a031", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/566a63cc-7490-4385-b2ac-bfb24030a031", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:34.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "566a63cc-7490-4385-b2ac-bfb24030a031", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:34Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-12T09:14:04Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:9d:e5", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:9d:e5", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b4:d8:25", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/7a80620a-d807-4698-b6c3-7c140a7b5157", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/7a80620a-d807-4698-b6c3-7c140a7b5157", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:25.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "7a80620a-d807-4698-b6c3-7c140a7b5157", "security_groups": [{"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:25Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-12T09:14:04Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:ca:f6", "version": 4, "addr": "192.168.0.23", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:ca:f6", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/3544e1e5-febb-4596-964e-1a53f9d26ab6", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/3544e1e5-febb-4596-964e-1a53f9d26ab6", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:13:48.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "3544e1e5-febb-4596-964e-1a53f9d26ab6", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:13:48Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-12T09:12:11Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:77:d2", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:77:d2", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ac:00:39", "version": 4, "addr": "192.168.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/24234aa3-febc-4826-8d67-0c33e6f38782", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/24234aa3-febc-4826-8d67-0c33e6f38782", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:12:00.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "24234aa3-febc-4826-8d67-0c33e6f38782", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:12:00Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "ns.clearwater.opnfv", "created": "2018-08-12T09:10:20Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:20:54,409 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-22925787-ade5-47ee-8385-a42cbb96b213 2018-08-12 09:20:54,409 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.933352947235s 2018-08-12 09:20:54,410 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-22925787-ade5-47ee-8385-a42cbb96b213 2018-08-12 09:20:54,417 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-12 09:20:54,420 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd/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}d584eff3730be386f99aabb4bf64013d89965dc6" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 09:20:54,493 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:20: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-55a5bb39-33a5-4fb0-915a-35ca63a8f279 x-compute-request-id: req-55a5bb39-33a5-4fb0-915a-35ca63a8f279 Content-Encoding: gzip Content-Length: 10810 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 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] 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-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] 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] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\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 2 CPUs, 0 hotplug CPUs\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 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008016] Security Framework initialized\n[ 0.008913] AppArmor: AppArmor initialized\n[ 0.009837] Yama: becoming mindful.\n[ 0.010748] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.013325] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.015408] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.016006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.017778] Initializing cgroup subsys memory\n[ 0.018719] Initializing cgroup subsys devices\n[ 0.020003] Initializing cgroup subsys freezer\n[ 0.021086] Initializing cgroup subsys blkio\n[ 0.021991] Initializing cgroup subsys perf_event\n[ 0.022999] Initializing cgroup subsys hugetlb\n[ 0.024056] CPU: Physical Processor ID: 0\n[ 0.024946] FEATURE SPEC_CTRL Not Present\n[ 0.026471] mce: CPU supports 10 MCE banks\n[ 0.028035] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.028035] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.030137] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.031421] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.032003] Speculative Store Bypass: Vulnerable\n[ 0.033566] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000)\n[ 0.038566] ACPI: Core revision 20131115\n[ 0.040460] ACPI: All ACPI Tables successfully acquired\n[ 0.041709] ftrace: allocating 28727 entries in 113 pages\n[ 0.060291] Enabling x2apic\n[ 0.061073] Enabled x2apic\n[ 0.061964] Switched APIC routing to physical x2apic.\n[ 0.064919] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.066290] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.069066] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.076856] KVM setup paravirtual spinlock\n[ 0.079139] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.080155] x86: Booting SMP configuration:\n[ 0.081281] .... node #0, CPUs: #1[ 0.079106] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.096026] x86: Booted up 1 node, 2 CPUs\n[ 0.096018] KVM setup async PF for cpu 1\n[ 0.096020] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.099631] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.100348] devtmpfs: initialized\n[ 0.102632] EVM: security.selinux\n[ 0.104005] EVM: security.SMACK64\n[ 0.104954] EVM: security.ima\n[ 0.105920] EVM: security.capability\n[ 0.108118] pinctrl core: initialized pinctrl subsystem\n[ 0.109704] regulator-dummy: no parameters\n[ 0.110929] RTC time: 9:14:42, date: 08/12/18\n[ 0.112038] NET: Registered protocol family 16\n[ 0.113457] cpuidle: using governor ladder\n[ 0.114609] cpuidle: using governor menu\n[ 0.115850] ACPI: bus type PCI registered\n[ 0.116004] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.117746] PCI: Using configuration type 1 for base access\n[ 0.120038] bio: create slab at 0\n[ 0.121189] ACPI: Added _OSI(Module Device)\n[ 0.121189] ACPI: Added _OSI(Processor Device)\n[ 0.122213] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.124005] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.126110] ACPI: Interpreter enabled\n[ 0.127154] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.129830] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.132005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.134822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.136755] ACPI: (supports S0 S5)\n[ 0.137721] ACPI: Using IOAPIC for interrupt routing\n[ 0.139117] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.140200] ACPI: No dock devices found.\n[ 0.143264] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.144008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.145991] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.147946] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.148206] acpiphp: Slot [3] registered\n[ 0.149509] acpiphp: Slot [4] registered\n[ 0.150716] acpiphp: Slot [5] registered\n[ 0.151857] acpiphp: Slot [6] registered\n[ 0.152020] acpiphp: Slot [7] registered\n[ 0.153216] acpiphp: Slot [8] registered\n[ 0.154428] acpiphp: Slot [9] registered\n[ 0.155633] acpiphp: Slot [10] registered\n[ 0.156024] acpiphp: Slot [11] registered\n[ 0.157002] acpiphp: Slot [12] registered\n[ 0.157975] acpiphp: Slot [13] registered\n[ 0.158963] acpiphp: Slot [14] registered\n[ 0.159983] acpiphp: Slot [15] registered\n[ 0.160023] acpiphp: Slot [16] registered\n[ 0.160985] acpiphp: Slot [17] registered\n[ 0.161921] acpiphp: Slot [18] registered\n[ 0.162915] acpiphp: Slot [19] registered\n[ 0.163849] acpiphp: Slot [20] registered\n[ 0.164031] acpiphp: Slot [21] registered\n[ 0.164958] acpiphp: Slot [22] registered\n[ 0.165998] acpiphp: Slot [23] registered\n[ 0.166930] acpiphp: Slot [24] registered\n[ 0.167875] acpiphp: Slot [25] registered\n[ 0.168028] acpiphp: Slot [26] registered\n[ 0.168961] acpiphp: Slot [27] registered\n[ 0.169925] acpiphp: Slot [28] registered\n[ 0.170792] acpiphp: Slot [29] registered\n[ 0.171685] acpiphp: Slot [30] registered\n[ 0.172025] acpiphp: Slot [31] registered\n[ 0.172955] PCI host bridge to bus 0000:00\n[ 0.173880] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.175056] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.176004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.177251] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.178637] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.180006] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.186663] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.188013] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.215762] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.216865] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.218635] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.220322] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.221905] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.223587] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.224212] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.225252] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.227068] vgaarb: loaded\n[ 0.228003] vgaarb: bridge control possible 0000:00:02.0\n[ 0.229353] SCSI subsystem initialized\n[ 0.230422] ACPI: bus type USB registered\n[ 0.230422] usbcore: registered new interface driver usbfs\n[ 0.232012] usbcore: registered new interface driver hub\n[ 0.233326] usbcore: registered new device driver usb\n[ 0.233326] PCI: Using ACPI for IRQ routing\n[ 0.233326] NetLabel: Initializing\n[ 0.236006] NetLabel: domain hash size = 128\n[ 0.237063] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.238225] NetLabel: unlabeled traffic allowed by default\n[ 0.239575] Switched to clocksource kvm-clock\n[ 0.243616] AppArmor: AppArmor Filesystem Enabled\n[ 0.248321] pnp: PnP ACPI init\n[ 0.249466] ACPI: bus type PNP registered\n[ 0.251582] pnp: PnP ACPI: found 8 devices\n[ 0.252803] ACPI: bus type PNP unregistered\n[ 0.261343] NET: Registered protocol family 2\n[ 0.264264] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.266656] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.268553] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.270455] TCP: reno registered\n[ 0.271435] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.273178] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.275209] NET: Registered protocol family 1\n[ 0.276622] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.278372] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.279968] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.302269] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.325219] Trying to unpack rootfs image as initramfs...\n[ 0.418311] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.421287] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.423023] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.424607] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.427280] Scanning for low memory corruption every 60 seconds\n[ 0.429647] Initialise system trusted keyring\n[ 0.430835] audit: initializing netlink socket (disabled)\n[ 0.432157] type=2000 audit(1534065282.709:1): initialized\n[ 0.452031] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.454301] zbud: loaded\n[ 0.455252] VFS: Disk quotas dquot_6.5.2\n[ 0.456290] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.458115] fuse init (API version 7.22)\n[ 0.459227] msgmni has been set to 3997\n[ 0.460283] Key type big_key registered\n[ 0.461536] Key type asymmetric registered\n[ 0.462587] Asymmetric key parser 'x509' registered\n[ 0.463741] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.465576] io scheduler noop registered\n[ 0.466507] io scheduler deadline registered (default)\n[ 0.467638] io scheduler cfq registered\n[ 0.468678] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.469970] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.471482] ipmi message handler version 39.2\n[ 0.472595] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.474326] ACPI: Power Button [PWRF]\n[ 0.475394] GHES: HEST is not enabled!\n[ 0.497489] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.542062] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564583] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.566613] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590635] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593137] Linux agpgart interface v0.103\n[ 0.595007] brd: module loaded\n[ 0.596218] loop: module loaded\n[ 0.597375] blk-mq: CPU -> queue map\n[ 0.598285] CPU 0 -> Queue 0\n[ 0.599042] CPU 1 -> Queue 0\n[ 0.600473] vda: vda1\n[ 0.601881] scsi0 : ata_piix\n[ 0.602665] scsi1 : ata_piix\n[ 0.603381] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.604747] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.606311] libphy: Fixed MDIO Bus: probed\n[ 0.607293] tun: Universal TUN/TAP device driver, 1.6\n[ 0.608367] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.611003] PPP generic driver version 2.4.2\n[ 0.612023] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.613322] ehci-pci: EHCI PCI platform driver\n[ 0.614273] ehci-platform: EHCI generic platform driver\n[ 0.615386] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.616641] ohci-pci: OHCI PCI platform driver\n[ 0.617624] ohci-platform: OHCI generic platform driver\n[ 0.618701] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.640745] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.641845] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.643461] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.644695] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646020] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647550] usb usb1: Product: UHCI Host Controller\n[ 0.648565] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd\n[ 0.649920] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651116] hub 1-0:1.0: USB hub found\n[ 0.652166] hub 1-0:1.0: 2 ports detected\n[ 0.653393] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655673] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656701] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657858] mousedev: PS/2 mouse device common for all mice\n[ 0.659249] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.661121] rtc_cmos 00:00: RTC can wake from S4\n[ 0.662782] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.664550] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.666329] device-mapper: uevent: version 1.0.3\n[ 0.667736] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.670130] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.671824] TCP: cubic registered\n[ 0.672903] NET: Registered protocol family 10\n[ 0.674394] NET: Registered protocol family 17\n[ 0.675733] Key type dns_resolver registered\n[ 0.677151] Loading compiled-in X.509 certificates\n[ 0.679026] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0'\n[ 0.681691] registered taskstats version 1\n[ 0.692859] Key type trusted registered\n[ 0.696517] Key type encrypted registered\n[ 0.697497] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.698946] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.700888] regulator-dummy: disabling\n[ 0.701901] Magic number: 14:35:222\n[ 0.703011] rtc_cmos 00:00: setting system clock to 2018-08-12 09:14:43 UTC (1534065283)\n[ 0.704889] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.706135] EDD information not available.\n[ 0.761384] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000)\n[ 0.763225] Write protecting the kernel read-only data: 12288k\n[ 0.764990] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000)\n[ 0.767838] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.781703] systemd-udevd[107]: starting version 204\n[ 0.820635] FDC 0 is a S82078B\n[ 0.964059] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.124684] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.126110] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.127461] usb 1-1: Product: QEMU USB Tablet\n[ 1.128372] usb 1-1: Manufacturer: QEMU\n[ 1.129215] usb 1-1: SerialNumber: 42\n[ 1.420090] tsc: Refined TSC clocksource calibration: 3491.877 MHz\n[ 1.845302] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.096165] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.184699] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n[ 2.283393] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sun, 12 Aug 2018 09:14:45 +0000. Up 2.66 seconds.\ncloud-init-nonet[2.85]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting cold plug devices[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\ncloud-init-nonet[9.46]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sun, 12 Aug 2018 09:14:52 +0000. Up 9.59 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:f8:47:bc |\nci-info: | eth0 | True | 192.168.0.6 | 255.255.255.0 | fa:16:3e:a0:8c:69 |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.2 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\n9e:9e:9f:8d:3a:a6:9c:55:48:62:37:40:24:56:bf:96 root@homer-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| o+= |\n| . . o |\n| o = |\n| . + = |\n| E . |\n| o o |\n| + |\n| . +o. + |\n| +o+++ . |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\nf5:82:85:56:b7:31:ca:0c:a6:5a:c4:22:5d:9b:95:f7 root@homer-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| . oo +.. + |\n| . o..*.*.o + |\n| . .= o.*.. |\n| o . + .E |\n| . S . . |\n| . |\n| |\n| |\n| |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\nae:94:d0:9e:d4:d7:5a:03:f2:3e:7d:6b:94:24:f5:c1 root@homer-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| . |\n| .E |\n| . . . ..|\n| . . o o. . .|\n| . o S o +o . |\n| + + o + .o |\n| = . + ... |\n| . . . ... |\n| . .. |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\ne9:6d:b2:ce:65:c3:06:5d:25:e6:9f:e9:9d:26:da:19 root@homer-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| o . |\n| o o |\n| o |\n| o . . o |\n| S . + |\n| . + . ..|\n| o O E.o.|\n| . B .o = |\n| .+ . o |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS homer-0 ttyS0\n\nhomer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Sun, 12 Aug 2018 09:16:57 +0000. Up 134.34 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Sun, 12 Aug 2018 09:17:57 +0000. Up 195.05 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com\ngpg: no valid OpenPGP data found.\n+ apt-get update\nErr http://repo.cw-ngv.com binary/ InRelease\n \nErr http://archive.ubuntu.com trusty InRelease\n \nErr http://archive.ubuntu.com trusty-updates InRelease\n \nErr http://archive.ubuntu.com trusty-backports InRelease\n \nErr http://security.ubuntu.com trusty-security InRelease\n \nErr http://security.ubuntu.com trusty-security Release.gpg\n Could not resolve 'security.ubuntu.com'\nErr http://repo.cw-ngv.com binary/ Release.gpg\n Could not resolve 'repo.cw-ngv.com'\nErr http://archive.ubuntu.com trusty Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-updates Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-backports Release.gpg\n Could not resolve 'archive.ubuntu.com'\nReading package lists...\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease \n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com'\n\nW: Some index files failed to download. They have been ignored, or old ones used instead.\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.23\n+ '[' -n 192.168.0.23 ']'\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install homer --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package homer\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package clearwater-management\n+ retries=0\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.211\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.208\n++ echo A 172.30.9.208\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 0 -lt 10 ']'\n+ retries=1\n+ echo 'nsupdate failed - retrying (retry 1)...'\nnsupdate failed - retrying (retry 1)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ echo 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.208\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 1 -lt 10 ']'\n+ retries=2\n+ echo 'nsupdate failed - retrying (retry 2)...'\nnsupdate failed - retrying (retry 2)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ echo 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.208\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 2 -lt 10 ']'\n+ retries=3\n+ echo 'nsupdate failed - retrying (retry 3)...'\nnsupdate failed - retrying (retry 3)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ echo 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.208\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 3 -lt 10 ']'\n+ retries=4\n+ echo 'nsupdate failed - retrying (retry 4)...'\nnsupdate failed - retrying (retry 4)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.208\n++ echo A 172.30.9.208\n"} 2018-08-12 09:20:54,494 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd/action used request id req-55a5bb39-33a5-4fb0-915a-35ca63a8f279 2018-08-12 09:20:54,494 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0768840312958s 2018-08-12 09:20:54,495 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd/action used request id req-55a5bb39-33a5-4fb0-915a-35ca63a8f279 2018-08-12 09:20:54,496 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-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] 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-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] 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] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 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 2 CPUs, 0 hotplug CPUs [ 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 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008016] Security Framework initialized [ 0.008913] AppArmor: AppArmor initialized [ 0.009837] Yama: becoming mindful. [ 0.010748] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.013325] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.015408] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.016006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.017778] Initializing cgroup subsys memory [ 0.018719] Initializing cgroup subsys devices [ 0.020003] Initializing cgroup subsys freezer [ 0.021086] Initializing cgroup subsys blkio [ 0.021991] Initializing cgroup subsys perf_event [ 0.022999] Initializing cgroup subsys hugetlb [ 0.024056] CPU: Physical Processor ID: 0 [ 0.024946] FEATURE SPEC_CTRL Not Present [ 0.026471] mce: CPU supports 10 MCE banks [ 0.028035] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.028035] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.030137] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.031421] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.032003] Speculative Store Bypass: Vulnerable [ 0.033566] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000) [ 0.038566] ACPI: Core revision 20131115 [ 0.040460] ACPI: All ACPI Tables successfully acquired [ 0.041709] ftrace: allocating 28727 entries in 113 pages [ 0.060291] Enabling x2apic [ 0.061073] Enabled x2apic [ 0.061964] Switched APIC routing to physical x2apic. [ 0.064919] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.066290] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.069066] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.076856] KVM setup paravirtual spinlock [ 0.079139] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.080155] x86: Booting SMP configuration: [ 0.081281] .... node #0, CPUs: #1[ 0.079106] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.096026] x86: Booted up 1 node, 2 CPUs [ 0.096018] KVM setup async PF for cpu 1 [ 0.096020] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.099631] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.100348] devtmpfs: initialized [ 0.102632] EVM: security.selinux [ 0.104005] EVM: security.SMACK64 [ 0.104954] EVM: security.ima [ 0.105920] EVM: security.capability [ 0.108118] pinctrl core: initialized pinctrl subsystem [ 0.109704] regulator-dummy: no parameters [ 0.110929] RTC time: 9:14:42, date: 08/12/18 [ 0.112038] NET: Registered protocol family 16 [ 0.113457] cpuidle: using governor ladder [ 0.114609] cpuidle: using governor menu [ 0.115850] ACPI: bus type PCI registered [ 0.116004] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.117746] PCI: Using configuration type 1 for base access [ 0.120038] bio: create slab at 0 [ 0.121189] ACPI: Added _OSI(Module Device) [ 0.121189] ACPI: Added _OSI(Processor Device) [ 0.122213] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.124005] ACPI: Added _OSI(Processor Aggregator Device) [ 0.126110] ACPI: Interpreter enabled [ 0.127154] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.129830] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.132005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.134822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.136755] ACPI: (supports S0 S5) [ 0.137721] ACPI: Using IOAPIC for interrupt routing [ 0.139117] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.140200] ACPI: No dock devices found. [ 0.143264] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.144008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.145991] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.147946] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.148206] acpiphp: Slot [3] registered [ 0.149509] acpiphp: Slot [4] registered [ 0.150716] acpiphp: Slot [5] registered [ 0.151857] acpiphp: Slot [6] registered [ 0.152020] acpiphp: Slot [7] registered [ 0.153216] acpiphp: Slot [8] registered [ 0.154428] acpiphp: Slot [9] registered [ 0.155633] acpiphp: Slot [10] registered [ 0.156024] acpiphp: Slot [11] registered [ 0.157002] acpiphp: Slot [12] registered [ 0.157975] acpiphp: Slot [13] registered [ 0.158963] acpiphp: Slot [14] registered [ 0.159983] acpiphp: Slot [15] registered [ 0.160023] acpiphp: Slot [16] registered [ 0.160985] acpiphp: Slot [17] registered [ 0.161921] acpiphp: Slot [18] registered [ 0.162915] acpiphp: Slot [19] registered [ 0.163849] acpiphp: Slot [20] registered [ 0.164031] acpiphp: Slot [21] registered [ 0.164958] acpiphp: Slot [22] registered [ 0.165998] acpiphp: Slot [23] registered [ 0.166930] acpiphp: Slot [24] registered [ 0.167875] acpiphp: Slot [25] registered [ 0.168028] acpiphp: Slot [26] registered [ 0.168961] acpiphp: Slot [27] registered [ 0.169925] acpiphp: Slot [28] registered [ 0.170792] acpiphp: Slot [29] registered [ 0.171685] acpiphp: Slot [30] registered [ 0.172025] acpiphp: Slot [31] registered [ 0.172955] PCI host bridge to bus 0000:00 [ 0.173880] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.175056] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.176004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.177251] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.178637] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.180006] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.186663] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.188013] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.215762] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.216865] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.218635] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.220322] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.221905] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.223587] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.224212] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.225252] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.227068] vgaarb: loaded [ 0.228003] vgaarb: bridge control possible 0000:00:02.0 [ 0.229353] SCSI subsystem initialized [ 0.230422] ACPI: bus type USB registered [ 0.230422] usbcore: registered new interface driver usbfs [ 0.232012] usbcore: registered new interface driver hub [ 0.233326] usbcore: registered new device driver usb [ 0.233326] PCI: Using ACPI for IRQ routing [ 0.233326] NetLabel: Initializing [ 0.236006] NetLabel: domain hash size = 128 [ 0.237063] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.238225] NetLabel: unlabeled traffic allowed by default [ 0.239575] Switched to clocksource kvm-clock [ 0.243616] AppArmor: AppArmor Filesystem Enabled [ 0.248321] pnp: PnP ACPI init [ 0.249466] ACPI: bus type PNP registered [ 0.251582] pnp: PnP ACPI: found 8 devices [ 0.252803] ACPI: bus type PNP unregistered [ 0.261343] NET: Registered protocol family 2 [ 0.264264] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.266656] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.268553] TCP: Hash tables configured (established 16384 bind 16384) [ 0.270455] TCP: reno registered [ 0.271435] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.273178] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.275209] NET: Registered protocol family 1 [ 0.276622] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.278372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.279968] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.302269] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.325219] Trying to unpack rootfs image as initramfs... [ 0.418311] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.421287] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.423023] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.424607] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.427280] Scanning for low memory corruption every 60 seconds [ 0.429647] Initialise system trusted keyring [ 0.430835] audit: initializing netlink socket (disabled) [ 0.432157] type=2000 audit(1534065282.709:1): initialized [ 0.452031] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.454301] zbud: loaded [ 0.455252] VFS: Disk quotas dquot_6.5.2 [ 0.456290] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.458115] fuse init (API version 7.22) [ 0.459227] msgmni has been set to 3997 [ 0.460283] Key type big_key registered [ 0.461536] Key type asymmetric registered [ 0.462587] Asymmetric key parser 'x509' registered [ 0.463741] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.465576] io scheduler noop registered [ 0.466507] io scheduler deadline registered (default) [ 0.467638] io scheduler cfq registered [ 0.468678] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.469970] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.471482] ipmi message handler version 39.2 [ 0.472595] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.474326] ACPI: Power Button [PWRF] [ 0.475394] GHES: HEST is not enabled! [ 0.497489] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.542062] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.564583] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.566613] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.590635] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.593137] Linux agpgart interface v0.103 [ 0.595007] brd: module loaded [ 0.596218] loop: module loaded [ 0.597375] blk-mq: CPU -> queue map [ 0.598285] CPU 0 -> Queue 0 [ 0.599042] CPU 1 -> Queue 0 [ 0.600473] vda: vda1 [ 0.601881] scsi0 : ata_piix [ 0.602665] scsi1 : ata_piix [ 0.603381] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.604747] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.606311] libphy: Fixed MDIO Bus: probed [ 0.607293] tun: Universal TUN/TAP device driver, 1.6 [ 0.608367] tun: (C) 1999-2004 Max Krasnyansky [ 0.611003] PPP generic driver version 2.4.2 [ 0.612023] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.613322] ehci-pci: EHCI PCI platform driver [ 0.614273] ehci-platform: EHCI generic platform driver [ 0.615386] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.616641] ohci-pci: OHCI PCI platform driver [ 0.617624] ohci-platform: OHCI generic platform driver [ 0.618701] uhci_hcd: USB Universal Host Controller Interface driver [ 0.640745] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.641845] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.643461] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.644695] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.646020] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.647550] usb usb1: Product: UHCI Host Controller [ 0.648565] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd [ 0.649920] usb usb1: SerialNumber: 0000:00:01.2 [ 0.651116] hub 1-0:1.0: USB hub found [ 0.652166] hub 1-0:1.0: 2 ports detected [ 0.653393] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.655673] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.656701] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.657858] mousedev: PS/2 mouse device common for all mice [ 0.659249] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.661121] rtc_cmos 00:00: RTC can wake from S4 [ 0.662782] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.664550] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.666329] device-mapper: uevent: version 1.0.3 [ 0.667736] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.670130] ledtrig-cpu: registered to indicate activity on CPUs [ 0.671824] TCP: cubic registered [ 0.672903] NET: Registered protocol family 10 [ 0.674394] NET: Registered protocol family 17 [ 0.675733] Key type dns_resolver registered [ 0.677151] Loading compiled-in X.509 certificates [ 0.679026] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0' [ 0.681691] registered taskstats version 1 [ 0.692859] Key type trusted registered [ 0.696517] Key type encrypted registered [ 0.697497] AppArmor: AppArmor sha1 policy hashing enabled [ 0.698946] IMA: No TPM chip found, activating TPM-bypass! [ 0.700888] regulator-dummy: disabling [ 0.701901] Magic number: 14:35:222 [ 0.703011] rtc_cmos 00:00: setting system clock to 2018-08-12 09:14:43 UTC (1534065283) [ 0.704889] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.706135] EDD information not available. [ 0.761384] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000) [ 0.763225] Write protecting the kernel read-only data: 12288k [ 0.764990] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000) [ 0.767838] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.781703] systemd-udevd[107]: starting version 204 [ 0.820635] FDC 0 is a S82078B [ 0.964059] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.124684] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.126110] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.127461] usb 1-1: Product: QEMU USB Tablet [ 1.128372] usb 1-1: Manufacturer: QEMU [ 1.129215] usb 1-1: SerialNumber: 42 [ 1.420090] tsc: Refined TSC clocksource calibration: 3491.877 MHz [ 1.845302] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.096165] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.184699] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] [ 2.283393] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sun, 12 Aug 2018 09:14:45 +0000. Up 2.66 seconds. cloud-init-nonet[2.85]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting cold plug devices[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] cloud-init-nonet[9.46]: static networking is now up * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sun, 12 Aug 2018 09:14:52 +0000. Up 9.59 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:f8:47:bc | ci-info: | eth0 | True | 192.168.0.6 | 255.255.255.0 | fa:16:3e:a0:8c:69 | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.2 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: 9e:9e:9f:8d:3a:a6:9c:55:48:62:37:40:24:56:bf:96 root@homer-0 The key's randomart image is: +--[ RSA 2048]----+ | o+= | | . . o | | o = | | . + = | | E . | | o o | | + | | . +o. + | | +o+++ . | +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: f5:82:85:56:b7:31:ca:0c:a6:5a:c4:22:5d:9b:95:f7 root@homer-0 The key's randomart image is: +--[ DSA 1024]----+ | . oo +.. + | | . o..*.*.o + | | . .= o.*.. | | o . + .E | | . S . . | | . | | | | | | | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: ae:94:d0:9e:d4:d7:5a:03:f2:3e:7d:6b:94:24:f5:c1 root@homer-0 The key's randomart image is: +--[ECDSA 256]---+ | . | | .E | | . . . ..| | . . o o. . .| | . o S o +o . | | + + o + .o | | = . + ... | | . . . ... | | . .. | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: e9:6d:b2:ce:65:c3:06:5d:25:e6:9f:e9:9d:26:da:19 root@homer-0 The key's randomart image is: +--[ED25519 256--+ | o . | | o o | | o | | o . . o | | S . + | | . + . ..| | o O E.o.| | . B .o = | | .+ . o | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS homer-0 ttyS0 homer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Sun, 12 Aug 2018 09:16:57 +0000. Up 134.34 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Sun, 12 Aug 2018 09:17:57 +0000. Up 195.05 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com gpg: no valid OpenPGP data found. + apt-get update Err http://repo.cw-ngv.com binary/ InRelease Err http://archive.ubuntu.com trusty InRelease Err http://archive.ubuntu.com trusty-updates InRelease Err http://archive.ubuntu.com trusty-backports InRelease Err http://security.ubuntu.com trusty-security InRelease Err http://security.ubuntu.com trusty-security Release.gpg Could not resolve 'security.ubuntu.com' Err http://repo.cw-ngv.com binary/ Release.gpg Could not resolve 'repo.cw-ngv.com' Err http://archive.ubuntu.com trusty Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-updates Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-backports Release.gpg Could not resolve 'archive.ubuntu.com' Reading package lists... W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com' W: Some index files failed to download. They have been ignored, or old ones used instead. + mkdir -p /etc/clearwater + etcd_ip=192.168.0.23 + '[' -n 192.168.0.23 ']' + cat + DEBIAN_FRONTEND=noninteractive + apt-get install homer --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package homer + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package clearwater-management + retries=0 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.211 ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.208 ++ echo A 172.30.9.208 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 0 -lt 10 ']' + retries=1 + echo 'nsupdate failed - retrying (retry 1)...' nsupdate failed - retrying (retry 1)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ echo 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.208 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 1 -lt 10 ']' + retries=2 + echo 'nsupdate failed - retrying (retry 2)...' nsupdate failed - retrying (retry 2)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ echo 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.208 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 2 -lt 10 ']' + retries=3 + echo 'nsupdate failed - retrying (retry 3)...' nsupdate failed - retrying (retry 3)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ echo 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.208 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 3 -lt 10 ']' + retries=4 + echo 'nsupdate failed - retrying (retry 4)...' nsupdate failed - retrying (retry 4)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.208 ++ echo A 172.30.9.208 2018-08-12 09:20:54,497 - functest.core.singlevm - DEBUG - try 33: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-12 09:21:04,498 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:21:04,502 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:21:05,770 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:21: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-bdcb07bd-e85c-4f26-a083-5756a77a4955 x-compute-request-id: req-bdcb07bd-e85c-4f26-a083-5756a77a4955 Content-Encoding: gzip Content-Length: 1505 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:8c:69", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:8c:69", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:47:bc", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:47:bc", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/0d05f869-c182-4a19-86bf-4ac078c523fd", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:41.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "0d05f869-c182-4a19-86bf-4ac078c523fd", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:41Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "homer-0.clearwater.opnfv", "created": "2018-08-12T09:14:06Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:24:50", "version": 4, "addr": "192.168.0.22", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:24:50", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:35:db:99", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/1c9b6e42-b18c-407e-8d00-9077025769fd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1c9b6e42-b18c-407e-8d00-9077025769fd", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:39.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "1c9b6e42-b18c-407e-8d00-9077025769fd", "security_groups": [{"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:39Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "dime-0.clearwater.opnfv", "created": "2018-08-12T09:14:05Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:73:af", "version": 4, "addr": "192.168.0.17", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:73:af", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:b9:f2", "version": 4, "addr": "192.168.1.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:b9:f2", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:41.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:41Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "bono-0.clearwater.opnfv", "created": "2018-08-12T09:14:05Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:27:6c", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:27:6c", "version": 4, "addr": "172.30.9.216", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:82:86", "version": 4, "addr": "192.168.1.24", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/566a63cc-7490-4385-b2ac-bfb24030a031", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/566a63cc-7490-4385-b2ac-bfb24030a031", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:34.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "566a63cc-7490-4385-b2ac-bfb24030a031", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:34Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-12T09:14:04Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:9d:e5", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:9d:e5", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b4:d8:25", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/7a80620a-d807-4698-b6c3-7c140a7b5157", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/7a80620a-d807-4698-b6c3-7c140a7b5157", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:25.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "7a80620a-d807-4698-b6c3-7c140a7b5157", "security_groups": [{"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:25Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-12T09:14:04Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:ca:f6", "version": 4, "addr": "192.168.0.23", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:ca:f6", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/3544e1e5-febb-4596-964e-1a53f9d26ab6", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/3544e1e5-febb-4596-964e-1a53f9d26ab6", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:13:48.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "3544e1e5-febb-4596-964e-1a53f9d26ab6", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:13:48Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-12T09:12:11Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:77:d2", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:77:d2", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ac:00:39", "version": 4, "addr": "192.168.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/24234aa3-febc-4826-8d67-0c33e6f38782", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/24234aa3-febc-4826-8d67-0c33e6f38782", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:12:00.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "24234aa3-febc-4826-8d67-0c33e6f38782", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:12:00Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "ns.clearwater.opnfv", "created": "2018-08-12T09:10:20Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:21:05,770 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-bdcb07bd-e85c-4f26-a083-5756a77a4955 2018-08-12 09:21:05,770 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.2713060379s 2018-08-12 09:21:05,771 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-bdcb07bd-e85c-4f26-a083-5756a77a4955 2018-08-12 09:21:05,775 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-12 09:21:05,777 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd/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}d584eff3730be386f99aabb4bf64013d89965dc6" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 09:21:05,855 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:21: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-1ef75015-fed9-464f-80eb-d0ba745b6d9b x-compute-request-id: req-1ef75015-fed9-464f-80eb-d0ba745b6d9b Content-Encoding: gzip Content-Length: 10829 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 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] 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-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] 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] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\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 2 CPUs, 0 hotplug CPUs\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 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008016] Security Framework initialized\n[ 0.008913] AppArmor: AppArmor initialized\n[ 0.009837] Yama: becoming mindful.\n[ 0.010748] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.013325] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.015408] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.016006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.017778] Initializing cgroup subsys memory\n[ 0.018719] Initializing cgroup subsys devices\n[ 0.020003] Initializing cgroup subsys freezer\n[ 0.021086] Initializing cgroup subsys blkio\n[ 0.021991] Initializing cgroup subsys perf_event\n[ 0.022999] Initializing cgroup subsys hugetlb\n[ 0.024056] CPU: Physical Processor ID: 0\n[ 0.024946] FEATURE SPEC_CTRL Not Present\n[ 0.026471] mce: CPU supports 10 MCE banks\n[ 0.028035] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.028035] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.030137] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.031421] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.032003] Speculative Store Bypass: Vulnerable\n[ 0.033566] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000)\n[ 0.038566] ACPI: Core revision 20131115\n[ 0.040460] ACPI: All ACPI Tables successfully acquired\n[ 0.041709] ftrace: allocating 28727 entries in 113 pages\n[ 0.060291] Enabling x2apic\n[ 0.061073] Enabled x2apic\n[ 0.061964] Switched APIC routing to physical x2apic.\n[ 0.064919] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.066290] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.069066] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.076856] KVM setup paravirtual spinlock\n[ 0.079139] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.080155] x86: Booting SMP configuration:\n[ 0.081281] .... node #0, CPUs: #1[ 0.079106] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.096026] x86: Booted up 1 node, 2 CPUs\n[ 0.096018] KVM setup async PF for cpu 1\n[ 0.096020] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.099631] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.100348] devtmpfs: initialized\n[ 0.102632] EVM: security.selinux\n[ 0.104005] EVM: security.SMACK64\n[ 0.104954] EVM: security.ima\n[ 0.105920] EVM: security.capability\n[ 0.108118] pinctrl core: initialized pinctrl subsystem\n[ 0.109704] regulator-dummy: no parameters\n[ 0.110929] RTC time: 9:14:42, date: 08/12/18\n[ 0.112038] NET: Registered protocol family 16\n[ 0.113457] cpuidle: using governor ladder\n[ 0.114609] cpuidle: using governor menu\n[ 0.115850] ACPI: bus type PCI registered\n[ 0.116004] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.117746] PCI: Using configuration type 1 for base access\n[ 0.120038] bio: create slab at 0\n[ 0.121189] ACPI: Added _OSI(Module Device)\n[ 0.121189] ACPI: Added _OSI(Processor Device)\n[ 0.122213] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.124005] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.126110] ACPI: Interpreter enabled\n[ 0.127154] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.129830] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.132005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.134822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.136755] ACPI: (supports S0 S5)\n[ 0.137721] ACPI: Using IOAPIC for interrupt routing\n[ 0.139117] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.140200] ACPI: No dock devices found.\n[ 0.143264] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.144008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.145991] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.147946] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.148206] acpiphp: Slot [3] registered\n[ 0.149509] acpiphp: Slot [4] registered\n[ 0.150716] acpiphp: Slot [5] registered\n[ 0.151857] acpiphp: Slot [6] registered\n[ 0.152020] acpiphp: Slot [7] registered\n[ 0.153216] acpiphp: Slot [8] registered\n[ 0.154428] acpiphp: Slot [9] registered\n[ 0.155633] acpiphp: Slot [10] registered\n[ 0.156024] acpiphp: Slot [11] registered\n[ 0.157002] acpiphp: Slot [12] registered\n[ 0.157975] acpiphp: Slot [13] registered\n[ 0.158963] acpiphp: Slot [14] registered\n[ 0.159983] acpiphp: Slot [15] registered\n[ 0.160023] acpiphp: Slot [16] registered\n[ 0.160985] acpiphp: Slot [17] registered\n[ 0.161921] acpiphp: Slot [18] registered\n[ 0.162915] acpiphp: Slot [19] registered\n[ 0.163849] acpiphp: Slot [20] registered\n[ 0.164031] acpiphp: Slot [21] registered\n[ 0.164958] acpiphp: Slot [22] registered\n[ 0.165998] acpiphp: Slot [23] registered\n[ 0.166930] acpiphp: Slot [24] registered\n[ 0.167875] acpiphp: Slot [25] registered\n[ 0.168028] acpiphp: Slot [26] registered\n[ 0.168961] acpiphp: Slot [27] registered\n[ 0.169925] acpiphp: Slot [28] registered\n[ 0.170792] acpiphp: Slot [29] registered\n[ 0.171685] acpiphp: Slot [30] registered\n[ 0.172025] acpiphp: Slot [31] registered\n[ 0.172955] PCI host bridge to bus 0000:00\n[ 0.173880] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.175056] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.176004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.177251] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.178637] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.180006] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.186663] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.188013] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.215762] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.216865] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.218635] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.220322] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.221905] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.223587] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.224212] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.225252] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.227068] vgaarb: loaded\n[ 0.228003] vgaarb: bridge control possible 0000:00:02.0\n[ 0.229353] SCSI subsystem initialized\n[ 0.230422] ACPI: bus type USB registered\n[ 0.230422] usbcore: registered new interface driver usbfs\n[ 0.232012] usbcore: registered new interface driver hub\n[ 0.233326] usbcore: registered new device driver usb\n[ 0.233326] PCI: Using ACPI for IRQ routing\n[ 0.233326] NetLabel: Initializing\n[ 0.236006] NetLabel: domain hash size = 128\n[ 0.237063] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.238225] NetLabel: unlabeled traffic allowed by default\n[ 0.239575] Switched to clocksource kvm-clock\n[ 0.243616] AppArmor: AppArmor Filesystem Enabled\n[ 0.248321] pnp: PnP ACPI init\n[ 0.249466] ACPI: bus type PNP registered\n[ 0.251582] pnp: PnP ACPI: found 8 devices\n[ 0.252803] ACPI: bus type PNP unregistered\n[ 0.261343] NET: Registered protocol family 2\n[ 0.264264] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.266656] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.268553] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.270455] TCP: reno registered\n[ 0.271435] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.273178] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.275209] NET: Registered protocol family 1\n[ 0.276622] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.278372] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.279968] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.302269] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.325219] Trying to unpack rootfs image as initramfs...\n[ 0.418311] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.421287] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.423023] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.424607] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.427280] Scanning for low memory corruption every 60 seconds\n[ 0.429647] Initialise system trusted keyring\n[ 0.430835] audit: initializing netlink socket (disabled)\n[ 0.432157] type=2000 audit(1534065282.709:1): initialized\n[ 0.452031] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.454301] zbud: loaded\n[ 0.455252] VFS: Disk quotas dquot_6.5.2\n[ 0.456290] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.458115] fuse init (API version 7.22)\n[ 0.459227] msgmni has been set to 3997\n[ 0.460283] Key type big_key registered\n[ 0.461536] Key type asymmetric registered\n[ 0.462587] Asymmetric key parser 'x509' registered\n[ 0.463741] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.465576] io scheduler noop registered\n[ 0.466507] io scheduler deadline registered (default)\n[ 0.467638] io scheduler cfq registered\n[ 0.468678] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.469970] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.471482] ipmi message handler version 39.2\n[ 0.472595] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.474326] ACPI: Power Button [PWRF]\n[ 0.475394] GHES: HEST is not enabled!\n[ 0.497489] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.542062] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564583] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.566613] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590635] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593137] Linux agpgart interface v0.103\n[ 0.595007] brd: module loaded\n[ 0.596218] loop: module loaded\n[ 0.597375] blk-mq: CPU -> queue map\n[ 0.598285] CPU 0 -> Queue 0\n[ 0.599042] CPU 1 -> Queue 0\n[ 0.600473] vda: vda1\n[ 0.601881] scsi0 : ata_piix\n[ 0.602665] scsi1 : ata_piix\n[ 0.603381] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.604747] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.606311] libphy: Fixed MDIO Bus: probed\n[ 0.607293] tun: Universal TUN/TAP device driver, 1.6\n[ 0.608367] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.611003] PPP generic driver version 2.4.2\n[ 0.612023] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.613322] ehci-pci: EHCI PCI platform driver\n[ 0.614273] ehci-platform: EHCI generic platform driver\n[ 0.615386] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.616641] ohci-pci: OHCI PCI platform driver\n[ 0.617624] ohci-platform: OHCI generic platform driver\n[ 0.618701] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.640745] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.641845] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.643461] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.644695] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646020] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647550] usb usb1: Product: UHCI Host Controller\n[ 0.648565] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd\n[ 0.649920] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651116] hub 1-0:1.0: USB hub found\n[ 0.652166] hub 1-0:1.0: 2 ports detected\n[ 0.653393] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655673] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656701] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657858] mousedev: PS/2 mouse device common for all mice\n[ 0.659249] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.661121] rtc_cmos 00:00: RTC can wake from S4\n[ 0.662782] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.664550] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.666329] device-mapper: uevent: version 1.0.3\n[ 0.667736] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.670130] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.671824] TCP: cubic registered\n[ 0.672903] NET: Registered protocol family 10\n[ 0.674394] NET: Registered protocol family 17\n[ 0.675733] Key type dns_resolver registered\n[ 0.677151] Loading compiled-in X.509 certificates\n[ 0.679026] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0'\n[ 0.681691] registered taskstats version 1\n[ 0.692859] Key type trusted registered\n[ 0.696517] Key type encrypted registered\n[ 0.697497] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.698946] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.700888] regulator-dummy: disabling\n[ 0.701901] Magic number: 14:35:222\n[ 0.703011] rtc_cmos 00:00: setting system clock to 2018-08-12 09:14:43 UTC (1534065283)\n[ 0.704889] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.706135] EDD information not available.\n[ 0.761384] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000)\n[ 0.763225] Write protecting the kernel read-only data: 12288k\n[ 0.764990] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000)\n[ 0.767838] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.781703] systemd-udevd[107]: starting version 204\n[ 0.820635] FDC 0 is a S82078B\n[ 0.964059] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.124684] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.126110] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.127461] usb 1-1: Product: QEMU USB Tablet\n[ 1.128372] usb 1-1: Manufacturer: QEMU\n[ 1.129215] usb 1-1: SerialNumber: 42\n[ 1.420090] tsc: Refined TSC clocksource calibration: 3491.877 MHz\n[ 1.845302] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.096165] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.184699] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n[ 2.283393] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sun, 12 Aug 2018 09:14:45 +0000. Up 2.66 seconds.\ncloud-init-nonet[2.85]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting cold plug devices[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\ncloud-init-nonet[9.46]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sun, 12 Aug 2018 09:14:52 +0000. Up 9.59 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:f8:47:bc |\nci-info: | eth0 | True | 192.168.0.6 | 255.255.255.0 | fa:16:3e:a0:8c:69 |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.2 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\n9e:9e:9f:8d:3a:a6:9c:55:48:62:37:40:24:56:bf:96 root@homer-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| o+= |\n| . . o |\n| o = |\n| . + = |\n| E . |\n| o o |\n| + |\n| . +o. + |\n| +o+++ . |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\nf5:82:85:56:b7:31:ca:0c:a6:5a:c4:22:5d:9b:95:f7 root@homer-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| . oo +.. + |\n| . o..*.*.o + |\n| . .= o.*.. |\n| o . + .E |\n| . S . . |\n| . |\n| |\n| |\n| |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\nae:94:d0:9e:d4:d7:5a:03:f2:3e:7d:6b:94:24:f5:c1 root@homer-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| . |\n| .E |\n| . . . ..|\n| . . o o. . .|\n| . o S o +o . |\n| + + o + .o |\n| = . + ... |\n| . . . ... |\n| . .. |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\ne9:6d:b2:ce:65:c3:06:5d:25:e6:9f:e9:9d:26:da:19 root@homer-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| o . |\n| o o |\n| o |\n| o . . o |\n| S . + |\n| . + . ..|\n| o O E.o.|\n| . B .o = |\n| .+ . o |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS homer-0 ttyS0\n\nhomer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Sun, 12 Aug 2018 09:16:57 +0000. Up 134.34 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Sun, 12 Aug 2018 09:17:57 +0000. Up 195.05 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com\ngpg: no valid OpenPGP data found.\n+ apt-get update\nErr http://repo.cw-ngv.com binary/ InRelease\n \nErr http://archive.ubuntu.com trusty InRelease\n \nErr http://archive.ubuntu.com trusty-updates InRelease\n \nErr http://archive.ubuntu.com trusty-backports InRelease\n \nErr http://security.ubuntu.com trusty-security InRelease\n \nErr http://security.ubuntu.com trusty-security Release.gpg\n Could not resolve 'security.ubuntu.com'\nErr http://repo.cw-ngv.com binary/ Release.gpg\n Could not resolve 'repo.cw-ngv.com'\nErr http://archive.ubuntu.com trusty Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-updates Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-backports Release.gpg\n Could not resolve 'archive.ubuntu.com'\nReading package lists...\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease \n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com'\n\nW: Some index files failed to download. They have been ignored, or old ones used instead.\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.23\n+ '[' -n 192.168.0.23 ']'\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install homer --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package homer\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package clearwater-management\n+ retries=0\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.211\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.208\n++ echo A 172.30.9.208\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 0 -lt 10 ']'\n+ retries=1\n+ echo 'nsupdate failed - retrying (retry 1)...'\nnsupdate failed - retrying (retry 1)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ echo 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.208\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 1 -lt 10 ']'\n+ retries=2\n+ echo 'nsupdate failed - retrying (retry 2)...'\nnsupdate failed - retrying (retry 2)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ echo 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.208\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 2 -lt 10 ']'\n+ retries=3\n+ echo 'nsupdate failed - retrying (retry 3)...'\nnsupdate failed - retrying (retry 3)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ echo 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.208\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 3 -lt 10 ']'\n+ retries=4\n+ echo 'nsupdate failed - retrying (retry 4)...'\nnsupdate failed - retrying (retry 4)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.208\n++ echo A 172.30.9.208\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 4 -lt 10 ']'\n+ retries=5\n+ echo 'nsupdate failed - retrying (retry 5)...'\nnsupdate failed - retrying (retry 5)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ echo 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.208\n"} 2018-08-12 09:21:05,856 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd/action used request id req-1ef75015-fed9-464f-80eb-d0ba745b6d9b 2018-08-12 09:21:05,856 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0806150436401s 2018-08-12 09:21:05,857 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd/action used request id req-1ef75015-fed9-464f-80eb-d0ba745b6d9b 2018-08-12 09:21:05,858 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-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] 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-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] 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] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 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 2 CPUs, 0 hotplug CPUs [ 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 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008016] Security Framework initialized [ 0.008913] AppArmor: AppArmor initialized [ 0.009837] Yama: becoming mindful. [ 0.010748] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.013325] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.015408] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.016006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.017778] Initializing cgroup subsys memory [ 0.018719] Initializing cgroup subsys devices [ 0.020003] Initializing cgroup subsys freezer [ 0.021086] Initializing cgroup subsys blkio [ 0.021991] Initializing cgroup subsys perf_event [ 0.022999] Initializing cgroup subsys hugetlb [ 0.024056] CPU: Physical Processor ID: 0 [ 0.024946] FEATURE SPEC_CTRL Not Present [ 0.026471] mce: CPU supports 10 MCE banks [ 0.028035] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.028035] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.030137] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.031421] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.032003] Speculative Store Bypass: Vulnerable [ 0.033566] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000) [ 0.038566] ACPI: Core revision 20131115 [ 0.040460] ACPI: All ACPI Tables successfully acquired [ 0.041709] ftrace: allocating 28727 entries in 113 pages [ 0.060291] Enabling x2apic [ 0.061073] Enabled x2apic [ 0.061964] Switched APIC routing to physical x2apic. [ 0.064919] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.066290] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.069066] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.076856] KVM setup paravirtual spinlock [ 0.079139] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.080155] x86: Booting SMP configuration: [ 0.081281] .... node #0, CPUs: #1[ 0.079106] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.096026] x86: Booted up 1 node, 2 CPUs [ 0.096018] KVM setup async PF for cpu 1 [ 0.096020] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.099631] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.100348] devtmpfs: initialized [ 0.102632] EVM: security.selinux [ 0.104005] EVM: security.SMACK64 [ 0.104954] EVM: security.ima [ 0.105920] EVM: security.capability [ 0.108118] pinctrl core: initialized pinctrl subsystem [ 0.109704] regulator-dummy: no parameters [ 0.110929] RTC time: 9:14:42, date: 08/12/18 [ 0.112038] NET: Registered protocol family 16 [ 0.113457] cpuidle: using governor ladder [ 0.114609] cpuidle: using governor menu [ 0.115850] ACPI: bus type PCI registered [ 0.116004] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.117746] PCI: Using configuration type 1 for base access [ 0.120038] bio: create slab at 0 [ 0.121189] ACPI: Added _OSI(Module Device) [ 0.121189] ACPI: Added _OSI(Processor Device) [ 0.122213] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.124005] ACPI: Added _OSI(Processor Aggregator Device) [ 0.126110] ACPI: Interpreter enabled [ 0.127154] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.129830] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.132005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.134822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.136755] ACPI: (supports S0 S5) [ 0.137721] ACPI: Using IOAPIC for interrupt routing [ 0.139117] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.140200] ACPI: No dock devices found. [ 0.143264] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.144008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.145991] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.147946] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.148206] acpiphp: Slot [3] registered [ 0.149509] acpiphp: Slot [4] registered [ 0.150716] acpiphp: Slot [5] registered [ 0.151857] acpiphp: Slot [6] registered [ 0.152020] acpiphp: Slot [7] registered [ 0.153216] acpiphp: Slot [8] registered [ 0.154428] acpiphp: Slot [9] registered [ 0.155633] acpiphp: Slot [10] registered [ 0.156024] acpiphp: Slot [11] registered [ 0.157002] acpiphp: Slot [12] registered [ 0.157975] acpiphp: Slot [13] registered [ 0.158963] acpiphp: Slot [14] registered [ 0.159983] acpiphp: Slot [15] registered [ 0.160023] acpiphp: Slot [16] registered [ 0.160985] acpiphp: Slot [17] registered [ 0.161921] acpiphp: Slot [18] registered [ 0.162915] acpiphp: Slot [19] registered [ 0.163849] acpiphp: Slot [20] registered [ 0.164031] acpiphp: Slot [21] registered [ 0.164958] acpiphp: Slot [22] registered [ 0.165998] acpiphp: Slot [23] registered [ 0.166930] acpiphp: Slot [24] registered [ 0.167875] acpiphp: Slot [25] registered [ 0.168028] acpiphp: Slot [26] registered [ 0.168961] acpiphp: Slot [27] registered [ 0.169925] acpiphp: Slot [28] registered [ 0.170792] acpiphp: Slot [29] registered [ 0.171685] acpiphp: Slot [30] registered [ 0.172025] acpiphp: Slot [31] registered [ 0.172955] PCI host bridge to bus 0000:00 [ 0.173880] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.175056] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.176004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.177251] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.178637] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.180006] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.186663] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.188013] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.215762] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.216865] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.218635] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.220322] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.221905] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.223587] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.224212] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.225252] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.227068] vgaarb: loaded [ 0.228003] vgaarb: bridge control possible 0000:00:02.0 [ 0.229353] SCSI subsystem initialized [ 0.230422] ACPI: bus type USB registered [ 0.230422] usbcore: registered new interface driver usbfs [ 0.232012] usbcore: registered new interface driver hub [ 0.233326] usbcore: registered new device driver usb [ 0.233326] PCI: Using ACPI for IRQ routing [ 0.233326] NetLabel: Initializing [ 0.236006] NetLabel: domain hash size = 128 [ 0.237063] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.238225] NetLabel: unlabeled traffic allowed by default [ 0.239575] Switched to clocksource kvm-clock [ 0.243616] AppArmor: AppArmor Filesystem Enabled [ 0.248321] pnp: PnP ACPI init [ 0.249466] ACPI: bus type PNP registered [ 0.251582] pnp: PnP ACPI: found 8 devices [ 0.252803] ACPI: bus type PNP unregistered [ 0.261343] NET: Registered protocol family 2 [ 0.264264] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.266656] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.268553] TCP: Hash tables configured (established 16384 bind 16384) [ 0.270455] TCP: reno registered [ 0.271435] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.273178] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.275209] NET: Registered protocol family 1 [ 0.276622] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.278372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.279968] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.302269] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.325219] Trying to unpack rootfs image as initramfs... [ 0.418311] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.421287] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.423023] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.424607] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.427280] Scanning for low memory corruption every 60 seconds [ 0.429647] Initialise system trusted keyring [ 0.430835] audit: initializing netlink socket (disabled) [ 0.432157] type=2000 audit(1534065282.709:1): initialized [ 0.452031] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.454301] zbud: loaded [ 0.455252] VFS: Disk quotas dquot_6.5.2 [ 0.456290] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.458115] fuse init (API version 7.22) [ 0.459227] msgmni has been set to 3997 [ 0.460283] Key type big_key registered [ 0.461536] Key type asymmetric registered [ 0.462587] Asymmetric key parser 'x509' registered [ 0.463741] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.465576] io scheduler noop registered [ 0.466507] io scheduler deadline registered (default) [ 0.467638] io scheduler cfq registered [ 0.468678] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.469970] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.471482] ipmi message handler version 39.2 [ 0.472595] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.474326] ACPI: Power Button [PWRF] [ 0.475394] GHES: HEST is not enabled! [ 0.497489] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.542062] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.564583] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.566613] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.590635] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.593137] Linux agpgart interface v0.103 [ 0.595007] brd: module loaded [ 0.596218] loop: module loaded [ 0.597375] blk-mq: CPU -> queue map [ 0.598285] CPU 0 -> Queue 0 [ 0.599042] CPU 1 -> Queue 0 [ 0.600473] vda: vda1 [ 0.601881] scsi0 : ata_piix [ 0.602665] scsi1 : ata_piix [ 0.603381] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.604747] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.606311] libphy: Fixed MDIO Bus: probed [ 0.607293] tun: Universal TUN/TAP device driver, 1.6 [ 0.608367] tun: (C) 1999-2004 Max Krasnyansky [ 0.611003] PPP generic driver version 2.4.2 [ 0.612023] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.613322] ehci-pci: EHCI PCI platform driver [ 0.614273] ehci-platform: EHCI generic platform driver [ 0.615386] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.616641] ohci-pci: OHCI PCI platform driver [ 0.617624] ohci-platform: OHCI generic platform driver [ 0.618701] uhci_hcd: USB Universal Host Controller Interface driver [ 0.640745] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.641845] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.643461] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.644695] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.646020] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.647550] usb usb1: Product: UHCI Host Controller [ 0.648565] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd [ 0.649920] usb usb1: SerialNumber: 0000:00:01.2 [ 0.651116] hub 1-0:1.0: USB hub found [ 0.652166] hub 1-0:1.0: 2 ports detected [ 0.653393] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.655673] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.656701] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.657858] mousedev: PS/2 mouse device common for all mice [ 0.659249] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.661121] rtc_cmos 00:00: RTC can wake from S4 [ 0.662782] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.664550] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.666329] device-mapper: uevent: version 1.0.3 [ 0.667736] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.670130] ledtrig-cpu: registered to indicate activity on CPUs [ 0.671824] TCP: cubic registered [ 0.672903] NET: Registered protocol family 10 [ 0.674394] NET: Registered protocol family 17 [ 0.675733] Key type dns_resolver registered [ 0.677151] Loading compiled-in X.509 certificates [ 0.679026] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0' [ 0.681691] registered taskstats version 1 [ 0.692859] Key type trusted registered [ 0.696517] Key type encrypted registered [ 0.697497] AppArmor: AppArmor sha1 policy hashing enabled [ 0.698946] IMA: No TPM chip found, activating TPM-bypass! [ 0.700888] regulator-dummy: disabling [ 0.701901] Magic number: 14:35:222 [ 0.703011] rtc_cmos 00:00: setting system clock to 2018-08-12 09:14:43 UTC (1534065283) [ 0.704889] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.706135] EDD information not available. [ 0.761384] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000) [ 0.763225] Write protecting the kernel read-only data: 12288k [ 0.764990] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000) [ 0.767838] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.781703] systemd-udevd[107]: starting version 204 [ 0.820635] FDC 0 is a S82078B [ 0.964059] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.124684] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.126110] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.127461] usb 1-1: Product: QEMU USB Tablet [ 1.128372] usb 1-1: Manufacturer: QEMU [ 1.129215] usb 1-1: SerialNumber: 42 [ 1.420090] tsc: Refined TSC clocksource calibration: 3491.877 MHz [ 1.845302] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.096165] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.184699] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] [ 2.283393] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sun, 12 Aug 2018 09:14:45 +0000. Up 2.66 seconds. cloud-init-nonet[2.85]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting cold plug devices[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] cloud-init-nonet[9.46]: static networking is now up * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sun, 12 Aug 2018 09:14:52 +0000. Up 9.59 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:f8:47:bc | ci-info: | eth0 | True | 192.168.0.6 | 255.255.255.0 | fa:16:3e:a0:8c:69 | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.2 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: 9e:9e:9f:8d:3a:a6:9c:55:48:62:37:40:24:56:bf:96 root@homer-0 The key's randomart image is: +--[ RSA 2048]----+ | o+= | | . . o | | o = | | . + = | | E . | | o o | | + | | . +o. + | | +o+++ . | +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: f5:82:85:56:b7:31:ca:0c:a6:5a:c4:22:5d:9b:95:f7 root@homer-0 The key's randomart image is: +--[ DSA 1024]----+ | . oo +.. + | | . o..*.*.o + | | . .= o.*.. | | o . + .E | | . S . . | | . | | | | | | | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: ae:94:d0:9e:d4:d7:5a:03:f2:3e:7d:6b:94:24:f5:c1 root@homer-0 The key's randomart image is: +--[ECDSA 256]---+ | . | | .E | | . . . ..| | . . o o. . .| | . o S o +o . | | + + o + .o | | = . + ... | | . . . ... | | . .. | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: e9:6d:b2:ce:65:c3:06:5d:25:e6:9f:e9:9d:26:da:19 root@homer-0 The key's randomart image is: +--[ED25519 256--+ | o . | | o o | | o | | o . . o | | S . + | | . + . ..| | o O E.o.| | . B .o = | | .+ . o | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS homer-0 ttyS0 homer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Sun, 12 Aug 2018 09:16:57 +0000. Up 134.34 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Sun, 12 Aug 2018 09:17:57 +0000. Up 195.05 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com gpg: no valid OpenPGP data found. + apt-get update Err http://repo.cw-ngv.com binary/ InRelease Err http://archive.ubuntu.com trusty InRelease Err http://archive.ubuntu.com trusty-updates InRelease Err http://archive.ubuntu.com trusty-backports InRelease Err http://security.ubuntu.com trusty-security InRelease Err http://security.ubuntu.com trusty-security Release.gpg Could not resolve 'security.ubuntu.com' Err http://repo.cw-ngv.com binary/ Release.gpg Could not resolve 'repo.cw-ngv.com' Err http://archive.ubuntu.com trusty Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-updates Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-backports Release.gpg Could not resolve 'archive.ubuntu.com' Reading package lists... W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com' W: Some index files failed to download. They have been ignored, or old ones used instead. + mkdir -p /etc/clearwater + etcd_ip=192.168.0.23 + '[' -n 192.168.0.23 ']' + cat + DEBIAN_FRONTEND=noninteractive + apt-get install homer --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package homer + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package clearwater-management + retries=0 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.211 ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.208 ++ echo A 172.30.9.208 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 0 -lt 10 ']' + retries=1 + echo 'nsupdate failed - retrying (retry 1)...' nsupdate failed - retrying (retry 1)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ echo 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.208 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 1 -lt 10 ']' + retries=2 + echo 'nsupdate failed - retrying (retry 2)...' nsupdate failed - retrying (retry 2)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ echo 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.208 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 2 -lt 10 ']' + retries=3 + echo 'nsupdate failed - retrying (retry 3)...' nsupdate failed - retrying (retry 3)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ echo 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.208 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 3 -lt 10 ']' + retries=4 + echo 'nsupdate failed - retrying (retry 4)...' nsupdate failed - retrying (retry 4)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.208 ++ echo A 172.30.9.208 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 4 -lt 10 ']' + retries=5 + echo 'nsupdate failed - retrying (retry 5)...' nsupdate failed - retrying (retry 5)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ echo 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.208 2018-08-12 09:21:05,860 - functest.core.singlevm - DEBUG - try 34: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-12 09:21:15,870 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:21:15,873 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:21:16,647 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:21: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-3ce48368-2abe-43c7-b999-d29a0144e12f x-compute-request-id: req-3ce48368-2abe-43c7-b999-d29a0144e12f Content-Encoding: gzip Content-Length: 1505 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:8c:69", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:8c:69", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:47:bc", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:47:bc", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/0d05f869-c182-4a19-86bf-4ac078c523fd", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:41.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "0d05f869-c182-4a19-86bf-4ac078c523fd", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:41Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "homer-0.clearwater.opnfv", "created": "2018-08-12T09:14:06Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:24:50", "version": 4, "addr": "192.168.0.22", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:24:50", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:35:db:99", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/1c9b6e42-b18c-407e-8d00-9077025769fd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1c9b6e42-b18c-407e-8d00-9077025769fd", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:39.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "1c9b6e42-b18c-407e-8d00-9077025769fd", "security_groups": [{"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:39Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "dime-0.clearwater.opnfv", "created": "2018-08-12T09:14:05Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:73:af", "version": 4, "addr": "192.168.0.17", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:73:af", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:b9:f2", "version": 4, "addr": "192.168.1.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:b9:f2", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:41.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:41Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "bono-0.clearwater.opnfv", "created": "2018-08-12T09:14:05Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:27:6c", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:27:6c", "version": 4, "addr": "172.30.9.216", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:82:86", "version": 4, "addr": "192.168.1.24", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/566a63cc-7490-4385-b2ac-bfb24030a031", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/566a63cc-7490-4385-b2ac-bfb24030a031", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:34.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "566a63cc-7490-4385-b2ac-bfb24030a031", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:34Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-12T09:14:04Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:9d:e5", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:9d:e5", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b4:d8:25", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/7a80620a-d807-4698-b6c3-7c140a7b5157", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/7a80620a-d807-4698-b6c3-7c140a7b5157", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:25.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "7a80620a-d807-4698-b6c3-7c140a7b5157", "security_groups": [{"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:25Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-12T09:14:04Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:ca:f6", "version": 4, "addr": "192.168.0.23", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:ca:f6", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/3544e1e5-febb-4596-964e-1a53f9d26ab6", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/3544e1e5-febb-4596-964e-1a53f9d26ab6", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:13:48.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "3544e1e5-febb-4596-964e-1a53f9d26ab6", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:13:48Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-12T09:12:11Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:77:d2", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:77:d2", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ac:00:39", "version": 4, "addr": "192.168.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/24234aa3-febc-4826-8d67-0c33e6f38782", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/24234aa3-febc-4826-8d67-0c33e6f38782", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:12:00.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "24234aa3-febc-4826-8d67-0c33e6f38782", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:12:00Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "ns.clearwater.opnfv", "created": "2018-08-12T09:10:20Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:21:16,647 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-3ce48368-2abe-43c7-b999-d29a0144e12f 2018-08-12 09:21:16,647 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.776810884476s 2018-08-12 09:21:16,648 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-3ce48368-2abe-43c7-b999-d29a0144e12f 2018-08-12 09:21:16,655 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-12 09:21:16,658 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd/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}d584eff3730be386f99aabb4bf64013d89965dc6" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 09:21:16,729 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:21: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-c60fa7ac-964c-4787-be7b-077c24f0d5f9 x-compute-request-id: req-c60fa7ac-964c-4787-be7b-077c24f0d5f9 Content-Encoding: gzip Content-Length: 10829 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 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] 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-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] 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] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\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 2 CPUs, 0 hotplug CPUs\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 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008016] Security Framework initialized\n[ 0.008913] AppArmor: AppArmor initialized\n[ 0.009837] Yama: becoming mindful.\n[ 0.010748] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.013325] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.015408] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.016006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.017778] Initializing cgroup subsys memory\n[ 0.018719] Initializing cgroup subsys devices\n[ 0.020003] Initializing cgroup subsys freezer\n[ 0.021086] Initializing cgroup subsys blkio\n[ 0.021991] Initializing cgroup subsys perf_event\n[ 0.022999] Initializing cgroup subsys hugetlb\n[ 0.024056] CPU: Physical Processor ID: 0\n[ 0.024946] FEATURE SPEC_CTRL Not Present\n[ 0.026471] mce: CPU supports 10 MCE banks\n[ 0.028035] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.028035] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.030137] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.031421] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.032003] Speculative Store Bypass: Vulnerable\n[ 0.033566] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000)\n[ 0.038566] ACPI: Core revision 20131115\n[ 0.040460] ACPI: All ACPI Tables successfully acquired\n[ 0.041709] ftrace: allocating 28727 entries in 113 pages\n[ 0.060291] Enabling x2apic\n[ 0.061073] Enabled x2apic\n[ 0.061964] Switched APIC routing to physical x2apic.\n[ 0.064919] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.066290] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.069066] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.076856] KVM setup paravirtual spinlock\n[ 0.079139] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.080155] x86: Booting SMP configuration:\n[ 0.081281] .... node #0, CPUs: #1[ 0.079106] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.096026] x86: Booted up 1 node, 2 CPUs\n[ 0.096018] KVM setup async PF for cpu 1\n[ 0.096020] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.099631] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.100348] devtmpfs: initialized\n[ 0.102632] EVM: security.selinux\n[ 0.104005] EVM: security.SMACK64\n[ 0.104954] EVM: security.ima\n[ 0.105920] EVM: security.capability\n[ 0.108118] pinctrl core: initialized pinctrl subsystem\n[ 0.109704] regulator-dummy: no parameters\n[ 0.110929] RTC time: 9:14:42, date: 08/12/18\n[ 0.112038] NET: Registered protocol family 16\n[ 0.113457] cpuidle: using governor ladder\n[ 0.114609] cpuidle: using governor menu\n[ 0.115850] ACPI: bus type PCI registered\n[ 0.116004] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.117746] PCI: Using configuration type 1 for base access\n[ 0.120038] bio: create slab at 0\n[ 0.121189] ACPI: Added _OSI(Module Device)\n[ 0.121189] ACPI: Added _OSI(Processor Device)\n[ 0.122213] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.124005] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.126110] ACPI: Interpreter enabled\n[ 0.127154] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.129830] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.132005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.134822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.136755] ACPI: (supports S0 S5)\n[ 0.137721] ACPI: Using IOAPIC for interrupt routing\n[ 0.139117] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.140200] ACPI: No dock devices found.\n[ 0.143264] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.144008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.145991] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.147946] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.148206] acpiphp: Slot [3] registered\n[ 0.149509] acpiphp: Slot [4] registered\n[ 0.150716] acpiphp: Slot [5] registered\n[ 0.151857] acpiphp: Slot [6] registered\n[ 0.152020] acpiphp: Slot [7] registered\n[ 0.153216] acpiphp: Slot [8] registered\n[ 0.154428] acpiphp: Slot [9] registered\n[ 0.155633] acpiphp: Slot [10] registered\n[ 0.156024] acpiphp: Slot [11] registered\n[ 0.157002] acpiphp: Slot [12] registered\n[ 0.157975] acpiphp: Slot [13] registered\n[ 0.158963] acpiphp: Slot [14] registered\n[ 0.159983] acpiphp: Slot [15] registered\n[ 0.160023] acpiphp: Slot [16] registered\n[ 0.160985] acpiphp: Slot [17] registered\n[ 0.161921] acpiphp: Slot [18] registered\n[ 0.162915] acpiphp: Slot [19] registered\n[ 0.163849] acpiphp: Slot [20] registered\n[ 0.164031] acpiphp: Slot [21] registered\n[ 0.164958] acpiphp: Slot [22] registered\n[ 0.165998] acpiphp: Slot [23] registered\n[ 0.166930] acpiphp: Slot [24] registered\n[ 0.167875] acpiphp: Slot [25] registered\n[ 0.168028] acpiphp: Slot [26] registered\n[ 0.168961] acpiphp: Slot [27] registered\n[ 0.169925] acpiphp: Slot [28] registered\n[ 0.170792] acpiphp: Slot [29] registered\n[ 0.171685] acpiphp: Slot [30] registered\n[ 0.172025] acpiphp: Slot [31] registered\n[ 0.172955] PCI host bridge to bus 0000:00\n[ 0.173880] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.175056] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.176004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.177251] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.178637] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.180006] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.186663] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.188013] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.215762] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.216865] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.218635] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.220322] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.221905] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.223587] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.224212] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.225252] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.227068] vgaarb: loaded\n[ 0.228003] vgaarb: bridge control possible 0000:00:02.0\n[ 0.229353] SCSI subsystem initialized\n[ 0.230422] ACPI: bus type USB registered\n[ 0.230422] usbcore: registered new interface driver usbfs\n[ 0.232012] usbcore: registered new interface driver hub\n[ 0.233326] usbcore: registered new device driver usb\n[ 0.233326] PCI: Using ACPI for IRQ routing\n[ 0.233326] NetLabel: Initializing\n[ 0.236006] NetLabel: domain hash size = 128\n[ 0.237063] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.238225] NetLabel: unlabeled traffic allowed by default\n[ 0.239575] Switched to clocksource kvm-clock\n[ 0.243616] AppArmor: AppArmor Filesystem Enabled\n[ 0.248321] pnp: PnP ACPI init\n[ 0.249466] ACPI: bus type PNP registered\n[ 0.251582] pnp: PnP ACPI: found 8 devices\n[ 0.252803] ACPI: bus type PNP unregistered\n[ 0.261343] NET: Registered protocol family 2\n[ 0.264264] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.266656] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.268553] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.270455] TCP: reno registered\n[ 0.271435] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.273178] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.275209] NET: Registered protocol family 1\n[ 0.276622] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.278372] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.279968] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.302269] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.325219] Trying to unpack rootfs image as initramfs...\n[ 0.418311] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.421287] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.423023] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.424607] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.427280] Scanning for low memory corruption every 60 seconds\n[ 0.429647] Initialise system trusted keyring\n[ 0.430835] audit: initializing netlink socket (disabled)\n[ 0.432157] type=2000 audit(1534065282.709:1): initialized\n[ 0.452031] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.454301] zbud: loaded\n[ 0.455252] VFS: Disk quotas dquot_6.5.2\n[ 0.456290] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.458115] fuse init (API version 7.22)\n[ 0.459227] msgmni has been set to 3997\n[ 0.460283] Key type big_key registered\n[ 0.461536] Key type asymmetric registered\n[ 0.462587] Asymmetric key parser 'x509' registered\n[ 0.463741] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.465576] io scheduler noop registered\n[ 0.466507] io scheduler deadline registered (default)\n[ 0.467638] io scheduler cfq registered\n[ 0.468678] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.469970] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.471482] ipmi message handler version 39.2\n[ 0.472595] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.474326] ACPI: Power Button [PWRF]\n[ 0.475394] GHES: HEST is not enabled!\n[ 0.497489] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.542062] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564583] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.566613] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590635] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593137] Linux agpgart interface v0.103\n[ 0.595007] brd: module loaded\n[ 0.596218] loop: module loaded\n[ 0.597375] blk-mq: CPU -> queue map\n[ 0.598285] CPU 0 -> Queue 0\n[ 0.599042] CPU 1 -> Queue 0\n[ 0.600473] vda: vda1\n[ 0.601881] scsi0 : ata_piix\n[ 0.602665] scsi1 : ata_piix\n[ 0.603381] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.604747] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.606311] libphy: Fixed MDIO Bus: probed\n[ 0.607293] tun: Universal TUN/TAP device driver, 1.6\n[ 0.608367] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.611003] PPP generic driver version 2.4.2\n[ 0.612023] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.613322] ehci-pci: EHCI PCI platform driver\n[ 0.614273] ehci-platform: EHCI generic platform driver\n[ 0.615386] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.616641] ohci-pci: OHCI PCI platform driver\n[ 0.617624] ohci-platform: OHCI generic platform driver\n[ 0.618701] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.640745] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.641845] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.643461] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.644695] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646020] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647550] usb usb1: Product: UHCI Host Controller\n[ 0.648565] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd\n[ 0.649920] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651116] hub 1-0:1.0: USB hub found\n[ 0.652166] hub 1-0:1.0: 2 ports detected\n[ 0.653393] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655673] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656701] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657858] mousedev: PS/2 mouse device common for all mice\n[ 0.659249] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.661121] rtc_cmos 00:00: RTC can wake from S4\n[ 0.662782] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.664550] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.666329] device-mapper: uevent: version 1.0.3\n[ 0.667736] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.670130] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.671824] TCP: cubic registered\n[ 0.672903] NET: Registered protocol family 10\n[ 0.674394] NET: Registered protocol family 17\n[ 0.675733] Key type dns_resolver registered\n[ 0.677151] Loading compiled-in X.509 certificates\n[ 0.679026] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0'\n[ 0.681691] registered taskstats version 1\n[ 0.692859] Key type trusted registered\n[ 0.696517] Key type encrypted registered\n[ 0.697497] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.698946] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.700888] regulator-dummy: disabling\n[ 0.701901] Magic number: 14:35:222\n[ 0.703011] rtc_cmos 00:00: setting system clock to 2018-08-12 09:14:43 UTC (1534065283)\n[ 0.704889] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.706135] EDD information not available.\n[ 0.761384] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000)\n[ 0.763225] Write protecting the kernel read-only data: 12288k\n[ 0.764990] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000)\n[ 0.767838] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.781703] systemd-udevd[107]: starting version 204\n[ 0.820635] FDC 0 is a S82078B\n[ 0.964059] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.124684] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.126110] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.127461] usb 1-1: Product: QEMU USB Tablet\n[ 1.128372] usb 1-1: Manufacturer: QEMU\n[ 1.129215] usb 1-1: SerialNumber: 42\n[ 1.420090] tsc: Refined TSC clocksource calibration: 3491.877 MHz\n[ 1.845302] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.096165] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.184699] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n[ 2.283393] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sun, 12 Aug 2018 09:14:45 +0000. Up 2.66 seconds.\ncloud-init-nonet[2.85]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting cold plug devices[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\ncloud-init-nonet[9.46]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sun, 12 Aug 2018 09:14:52 +0000. Up 9.59 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:f8:47:bc |\nci-info: | eth0 | True | 192.168.0.6 | 255.255.255.0 | fa:16:3e:a0:8c:69 |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.2 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\n9e:9e:9f:8d:3a:a6:9c:55:48:62:37:40:24:56:bf:96 root@homer-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| o+= |\n| . . o |\n| o = |\n| . + = |\n| E . |\n| o o |\n| + |\n| . +o. + |\n| +o+++ . |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\nf5:82:85:56:b7:31:ca:0c:a6:5a:c4:22:5d:9b:95:f7 root@homer-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| . oo +.. + |\n| . o..*.*.o + |\n| . .= o.*.. |\n| o . + .E |\n| . S . . |\n| . |\n| |\n| |\n| |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\nae:94:d0:9e:d4:d7:5a:03:f2:3e:7d:6b:94:24:f5:c1 root@homer-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| . |\n| .E |\n| . . . ..|\n| . . o o. . .|\n| . o S o +o . |\n| + + o + .o |\n| = . + ... |\n| . . . ... |\n| . .. |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\ne9:6d:b2:ce:65:c3:06:5d:25:e6:9f:e9:9d:26:da:19 root@homer-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| o . |\n| o o |\n| o |\n| o . . o |\n| S . + |\n| . + . ..|\n| o O E.o.|\n| . B .o = |\n| .+ . o |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS homer-0 ttyS0\n\nhomer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Sun, 12 Aug 2018 09:16:57 +0000. Up 134.34 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Sun, 12 Aug 2018 09:17:57 +0000. Up 195.05 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com\ngpg: no valid OpenPGP data found.\n+ apt-get update\nErr http://repo.cw-ngv.com binary/ InRelease\n \nErr http://archive.ubuntu.com trusty InRelease\n \nErr http://archive.ubuntu.com trusty-updates InRelease\n \nErr http://archive.ubuntu.com trusty-backports InRelease\n \nErr http://security.ubuntu.com trusty-security InRelease\n \nErr http://security.ubuntu.com trusty-security Release.gpg\n Could not resolve 'security.ubuntu.com'\nErr http://repo.cw-ngv.com binary/ Release.gpg\n Could not resolve 'repo.cw-ngv.com'\nErr http://archive.ubuntu.com trusty Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-updates Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-backports Release.gpg\n Could not resolve 'archive.ubuntu.com'\nReading package lists...\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease \n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com'\n\nW: Some index files failed to download. They have been ignored, or old ones used instead.\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.23\n+ '[' -n 192.168.0.23 ']'\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install homer --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package homer\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package clearwater-management\n+ retries=0\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.211\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.208\n++ echo A 172.30.9.208\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 0 -lt 10 ']'\n+ retries=1\n+ echo 'nsupdate failed - retrying (retry 1)...'\nnsupdate failed - retrying (retry 1)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ echo 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.208\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 1 -lt 10 ']'\n+ retries=2\n+ echo 'nsupdate failed - retrying (retry 2)...'\nnsupdate failed - retrying (retry 2)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ echo 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.208\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 2 -lt 10 ']'\n+ retries=3\n+ echo 'nsupdate failed - retrying (retry 3)...'\nnsupdate failed - retrying (retry 3)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ echo 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.208\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 3 -lt 10 ']'\n+ retries=4\n+ echo 'nsupdate failed - retrying (retry 4)...'\nnsupdate failed - retrying (retry 4)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.208\n++ echo A 172.30.9.208\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 4 -lt 10 ']'\n+ retries=5\n+ echo 'nsupdate failed - retrying (retry 5)...'\nnsupdate failed - retrying (retry 5)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ echo 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.208\n"} 2018-08-12 09:21:16,730 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd/action used request id req-c60fa7ac-964c-4787-be7b-077c24f0d5f9 2018-08-12 09:21:16,730 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0747380256653s 2018-08-12 09:21:16,731 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd/action used request id req-c60fa7ac-964c-4787-be7b-077c24f0d5f9 2018-08-12 09:21:16,732 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-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] 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-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] 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] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 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 2 CPUs, 0 hotplug CPUs [ 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 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008016] Security Framework initialized [ 0.008913] AppArmor: AppArmor initialized [ 0.009837] Yama: becoming mindful. [ 0.010748] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.013325] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.015408] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.016006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.017778] Initializing cgroup subsys memory [ 0.018719] Initializing cgroup subsys devices [ 0.020003] Initializing cgroup subsys freezer [ 0.021086] Initializing cgroup subsys blkio [ 0.021991] Initializing cgroup subsys perf_event [ 0.022999] Initializing cgroup subsys hugetlb [ 0.024056] CPU: Physical Processor ID: 0 [ 0.024946] FEATURE SPEC_CTRL Not Present [ 0.026471] mce: CPU supports 10 MCE banks [ 0.028035] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.028035] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.030137] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.031421] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.032003] Speculative Store Bypass: Vulnerable [ 0.033566] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000) [ 0.038566] ACPI: Core revision 20131115 [ 0.040460] ACPI: All ACPI Tables successfully acquired [ 0.041709] ftrace: allocating 28727 entries in 113 pages [ 0.060291] Enabling x2apic [ 0.061073] Enabled x2apic [ 0.061964] Switched APIC routing to physical x2apic. [ 0.064919] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.066290] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.069066] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.076856] KVM setup paravirtual spinlock [ 0.079139] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.080155] x86: Booting SMP configuration: [ 0.081281] .... node #0, CPUs: #1[ 0.079106] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.096026] x86: Booted up 1 node, 2 CPUs [ 0.096018] KVM setup async PF for cpu 1 [ 0.096020] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.099631] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.100348] devtmpfs: initialized [ 0.102632] EVM: security.selinux [ 0.104005] EVM: security.SMACK64 [ 0.104954] EVM: security.ima [ 0.105920] EVM: security.capability [ 0.108118] pinctrl core: initialized pinctrl subsystem [ 0.109704] regulator-dummy: no parameters [ 0.110929] RTC time: 9:14:42, date: 08/12/18 [ 0.112038] NET: Registered protocol family 16 [ 0.113457] cpuidle: using governor ladder [ 0.114609] cpuidle: using governor menu [ 0.115850] ACPI: bus type PCI registered [ 0.116004] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.117746] PCI: Using configuration type 1 for base access [ 0.120038] bio: create slab at 0 [ 0.121189] ACPI: Added _OSI(Module Device) [ 0.121189] ACPI: Added _OSI(Processor Device) [ 0.122213] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.124005] ACPI: Added _OSI(Processor Aggregator Device) [ 0.126110] ACPI: Interpreter enabled [ 0.127154] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.129830] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.132005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.134822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.136755] ACPI: (supports S0 S5) [ 0.137721] ACPI: Using IOAPIC for interrupt routing [ 0.139117] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.140200] ACPI: No dock devices found. [ 0.143264] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.144008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.145991] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.147946] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.148206] acpiphp: Slot [3] registered [ 0.149509] acpiphp: Slot [4] registered [ 0.150716] acpiphp: Slot [5] registered [ 0.151857] acpiphp: Slot [6] registered [ 0.152020] acpiphp: Slot [7] registered [ 0.153216] acpiphp: Slot [8] registered [ 0.154428] acpiphp: Slot [9] registered [ 0.155633] acpiphp: Slot [10] registered [ 0.156024] acpiphp: Slot [11] registered [ 0.157002] acpiphp: Slot [12] registered [ 0.157975] acpiphp: Slot [13] registered [ 0.158963] acpiphp: Slot [14] registered [ 0.159983] acpiphp: Slot [15] registered [ 0.160023] acpiphp: Slot [16] registered [ 0.160985] acpiphp: Slot [17] registered [ 0.161921] acpiphp: Slot [18] registered [ 0.162915] acpiphp: Slot [19] registered [ 0.163849] acpiphp: Slot [20] registered [ 0.164031] acpiphp: Slot [21] registered [ 0.164958] acpiphp: Slot [22] registered [ 0.165998] acpiphp: Slot [23] registered [ 0.166930] acpiphp: Slot [24] registered [ 0.167875] acpiphp: Slot [25] registered [ 0.168028] acpiphp: Slot [26] registered [ 0.168961] acpiphp: Slot [27] registered [ 0.169925] acpiphp: Slot [28] registered [ 0.170792] acpiphp: Slot [29] registered [ 0.171685] acpiphp: Slot [30] registered [ 0.172025] acpiphp: Slot [31] registered [ 0.172955] PCI host bridge to bus 0000:00 [ 0.173880] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.175056] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.176004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.177251] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.178637] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.180006] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.186663] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.188013] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.215762] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.216865] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.218635] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.220322] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.221905] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.223587] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.224212] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.225252] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.227068] vgaarb: loaded [ 0.228003] vgaarb: bridge control possible 0000:00:02.0 [ 0.229353] SCSI subsystem initialized [ 0.230422] ACPI: bus type USB registered [ 0.230422] usbcore: registered new interface driver usbfs [ 0.232012] usbcore: registered new interface driver hub [ 0.233326] usbcore: registered new device driver usb [ 0.233326] PCI: Using ACPI for IRQ routing [ 0.233326] NetLabel: Initializing [ 0.236006] NetLabel: domain hash size = 128 [ 0.237063] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.238225] NetLabel: unlabeled traffic allowed by default [ 0.239575] Switched to clocksource kvm-clock [ 0.243616] AppArmor: AppArmor Filesystem Enabled [ 0.248321] pnp: PnP ACPI init [ 0.249466] ACPI: bus type PNP registered [ 0.251582] pnp: PnP ACPI: found 8 devices [ 0.252803] ACPI: bus type PNP unregistered [ 0.261343] NET: Registered protocol family 2 [ 0.264264] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.266656] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.268553] TCP: Hash tables configured (established 16384 bind 16384) [ 0.270455] TCP: reno registered [ 0.271435] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.273178] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.275209] NET: Registered protocol family 1 [ 0.276622] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.278372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.279968] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.302269] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.325219] Trying to unpack rootfs image as initramfs... [ 0.418311] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.421287] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.423023] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.424607] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.427280] Scanning for low memory corruption every 60 seconds [ 0.429647] Initialise system trusted keyring [ 0.430835] audit: initializing netlink socket (disabled) [ 0.432157] type=2000 audit(1534065282.709:1): initialized [ 0.452031] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.454301] zbud: loaded [ 0.455252] VFS: Disk quotas dquot_6.5.2 [ 0.456290] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.458115] fuse init (API version 7.22) [ 0.459227] msgmni has been set to 3997 [ 0.460283] Key type big_key registered [ 0.461536] Key type asymmetric registered [ 0.462587] Asymmetric key parser 'x509' registered [ 0.463741] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.465576] io scheduler noop registered [ 0.466507] io scheduler deadline registered (default) [ 0.467638] io scheduler cfq registered [ 0.468678] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.469970] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.471482] ipmi message handler version 39.2 [ 0.472595] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.474326] ACPI: Power Button [PWRF] [ 0.475394] GHES: HEST is not enabled! [ 0.497489] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.542062] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.564583] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.566613] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.590635] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.593137] Linux agpgart interface v0.103 [ 0.595007] brd: module loaded [ 0.596218] loop: module loaded [ 0.597375] blk-mq: CPU -> queue map [ 0.598285] CPU 0 -> Queue 0 [ 0.599042] CPU 1 -> Queue 0 [ 0.600473] vda: vda1 [ 0.601881] scsi0 : ata_piix [ 0.602665] scsi1 : ata_piix [ 0.603381] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.604747] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.606311] libphy: Fixed MDIO Bus: probed [ 0.607293] tun: Universal TUN/TAP device driver, 1.6 [ 0.608367] tun: (C) 1999-2004 Max Krasnyansky [ 0.611003] PPP generic driver version 2.4.2 [ 0.612023] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.613322] ehci-pci: EHCI PCI platform driver [ 0.614273] ehci-platform: EHCI generic platform driver [ 0.615386] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.616641] ohci-pci: OHCI PCI platform driver [ 0.617624] ohci-platform: OHCI generic platform driver [ 0.618701] uhci_hcd: USB Universal Host Controller Interface driver [ 0.640745] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.641845] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.643461] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.644695] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.646020] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.647550] usb usb1: Product: UHCI Host Controller [ 0.648565] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd [ 0.649920] usb usb1: SerialNumber: 0000:00:01.2 [ 0.651116] hub 1-0:1.0: USB hub found [ 0.652166] hub 1-0:1.0: 2 ports detected [ 0.653393] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.655673] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.656701] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.657858] mousedev: PS/2 mouse device common for all mice [ 0.659249] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.661121] rtc_cmos 00:00: RTC can wake from S4 [ 0.662782] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.664550] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.666329] device-mapper: uevent: version 1.0.3 [ 0.667736] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.670130] ledtrig-cpu: registered to indicate activity on CPUs [ 0.671824] TCP: cubic registered [ 0.672903] NET: Registered protocol family 10 [ 0.674394] NET: Registered protocol family 17 [ 0.675733] Key type dns_resolver registered [ 0.677151] Loading compiled-in X.509 certificates [ 0.679026] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0' [ 0.681691] registered taskstats version 1 [ 0.692859] Key type trusted registered [ 0.696517] Key type encrypted registered [ 0.697497] AppArmor: AppArmor sha1 policy hashing enabled [ 0.698946] IMA: No TPM chip found, activating TPM-bypass! [ 0.700888] regulator-dummy: disabling [ 0.701901] Magic number: 14:35:222 [ 0.703011] rtc_cmos 00:00: setting system clock to 2018-08-12 09:14:43 UTC (1534065283) [ 0.704889] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.706135] EDD information not available. [ 0.761384] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000) [ 0.763225] Write protecting the kernel read-only data: 12288k [ 0.764990] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000) [ 0.767838] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.781703] systemd-udevd[107]: starting version 204 [ 0.820635] FDC 0 is a S82078B [ 0.964059] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.124684] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.126110] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.127461] usb 1-1: Product: QEMU USB Tablet [ 1.128372] usb 1-1: Manufacturer: QEMU [ 1.129215] usb 1-1: SerialNumber: 42 [ 1.420090] tsc: Refined TSC clocksource calibration: 3491.877 MHz [ 1.845302] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.096165] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.184699] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] [ 2.283393] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sun, 12 Aug 2018 09:14:45 +0000. Up 2.66 seconds. cloud-init-nonet[2.85]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting cold plug devices[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] cloud-init-nonet[9.46]: static networking is now up * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sun, 12 Aug 2018 09:14:52 +0000. Up 9.59 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:f8:47:bc | ci-info: | eth0 | True | 192.168.0.6 | 255.255.255.0 | fa:16:3e:a0:8c:69 | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.2 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: 9e:9e:9f:8d:3a:a6:9c:55:48:62:37:40:24:56:bf:96 root@homer-0 The key's randomart image is: +--[ RSA 2048]----+ | o+= | | . . o | | o = | | . + = | | E . | | o o | | + | | . +o. + | | +o+++ . | +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: f5:82:85:56:b7:31:ca:0c:a6:5a:c4:22:5d:9b:95:f7 root@homer-0 The key's randomart image is: +--[ DSA 1024]----+ | . oo +.. + | | . o..*.*.o + | | . .= o.*.. | | o . + .E | | . S . . | | . | | | | | | | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: ae:94:d0:9e:d4:d7:5a:03:f2:3e:7d:6b:94:24:f5:c1 root@homer-0 The key's randomart image is: +--[ECDSA 256]---+ | . | | .E | | . . . ..| | . . o o. . .| | . o S o +o . | | + + o + .o | | = . + ... | | . . . ... | | . .. | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: e9:6d:b2:ce:65:c3:06:5d:25:e6:9f:e9:9d:26:da:19 root@homer-0 The key's randomart image is: +--[ED25519 256--+ | o . | | o o | | o | | o . . o | | S . + | | . + . ..| | o O E.o.| | . B .o = | | .+ . o | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS homer-0 ttyS0 homer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Sun, 12 Aug 2018 09:16:57 +0000. Up 134.34 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Sun, 12 Aug 2018 09:17:57 +0000. Up 195.05 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com gpg: no valid OpenPGP data found. + apt-get update Err http://repo.cw-ngv.com binary/ InRelease Err http://archive.ubuntu.com trusty InRelease Err http://archive.ubuntu.com trusty-updates InRelease Err http://archive.ubuntu.com trusty-backports InRelease Err http://security.ubuntu.com trusty-security InRelease Err http://security.ubuntu.com trusty-security Release.gpg Could not resolve 'security.ubuntu.com' Err http://repo.cw-ngv.com binary/ Release.gpg Could not resolve 'repo.cw-ngv.com' Err http://archive.ubuntu.com trusty Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-updates Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-backports Release.gpg Could not resolve 'archive.ubuntu.com' Reading package lists... W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com' W: Some index files failed to download. They have been ignored, or old ones used instead. + mkdir -p /etc/clearwater + etcd_ip=192.168.0.23 + '[' -n 192.168.0.23 ']' + cat + DEBIAN_FRONTEND=noninteractive + apt-get install homer --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package homer + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package clearwater-management + retries=0 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.211 ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.208 ++ echo A 172.30.9.208 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 0 -lt 10 ']' + retries=1 + echo 'nsupdate failed - retrying (retry 1)...' nsupdate failed - retrying (retry 1)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ echo 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.208 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 1 -lt 10 ']' + retries=2 + echo 'nsupdate failed - retrying (retry 2)...' nsupdate failed - retrying (retry 2)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ echo 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.208 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 2 -lt 10 ']' + retries=3 + echo 'nsupdate failed - retrying (retry 3)...' nsupdate failed - retrying (retry 3)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ echo 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.208 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 3 -lt 10 ']' + retries=4 + echo 'nsupdate failed - retrying (retry 4)...' nsupdate failed - retrying (retry 4)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.208 ++ echo A 172.30.9.208 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 4 -lt 10 ']' + retries=5 + echo 'nsupdate failed - retrying (retry 5)...' nsupdate failed - retrying (retry 5)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ echo 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.208 2018-08-12 09:21:16,733 - functest.core.singlevm - DEBUG - try 35: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-12 09:21:26,744 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:21:26,747 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:21:27,705 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:21: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-5a66bc00-f5ce-4b5c-bb61-048ad5a81149 x-compute-request-id: req-5a66bc00-f5ce-4b5c-bb61-048ad5a81149 Content-Encoding: gzip Content-Length: 1505 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:8c:69", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:8c:69", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:47:bc", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:47:bc", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/0d05f869-c182-4a19-86bf-4ac078c523fd", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:41.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "0d05f869-c182-4a19-86bf-4ac078c523fd", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:41Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "homer-0.clearwater.opnfv", "created": "2018-08-12T09:14:06Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:24:50", "version": 4, "addr": "192.168.0.22", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:24:50", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:35:db:99", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/1c9b6e42-b18c-407e-8d00-9077025769fd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1c9b6e42-b18c-407e-8d00-9077025769fd", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:39.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "1c9b6e42-b18c-407e-8d00-9077025769fd", "security_groups": [{"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:39Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "dime-0.clearwater.opnfv", "created": "2018-08-12T09:14:05Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:73:af", "version": 4, "addr": "192.168.0.17", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:73:af", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:b9:f2", "version": 4, "addr": "192.168.1.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:b9:f2", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:41.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:41Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "bono-0.clearwater.opnfv", "created": "2018-08-12T09:14:05Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:27:6c", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:27:6c", "version": 4, "addr": "172.30.9.216", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:82:86", "version": 4, "addr": "192.168.1.24", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/566a63cc-7490-4385-b2ac-bfb24030a031", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/566a63cc-7490-4385-b2ac-bfb24030a031", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:34.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "566a63cc-7490-4385-b2ac-bfb24030a031", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:34Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-12T09:14:04Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:9d:e5", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:9d:e5", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b4:d8:25", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/7a80620a-d807-4698-b6c3-7c140a7b5157", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/7a80620a-d807-4698-b6c3-7c140a7b5157", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:25.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "7a80620a-d807-4698-b6c3-7c140a7b5157", "security_groups": [{"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:25Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-12T09:14:04Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:ca:f6", "version": 4, "addr": "192.168.0.23", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:ca:f6", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/3544e1e5-febb-4596-964e-1a53f9d26ab6", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/3544e1e5-febb-4596-964e-1a53f9d26ab6", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:13:48.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "3544e1e5-febb-4596-964e-1a53f9d26ab6", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:13:48Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-12T09:12:11Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:77:d2", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:77:d2", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ac:00:39", "version": 4, "addr": "192.168.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/24234aa3-febc-4826-8d67-0c33e6f38782", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/24234aa3-febc-4826-8d67-0c33e6f38782", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:12:00.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "24234aa3-febc-4826-8d67-0c33e6f38782", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:12:00Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "ns.clearwater.opnfv", "created": "2018-08-12T09:10:20Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:21:27,705 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-5a66bc00-f5ce-4b5c-bb61-048ad5a81149 2018-08-12 09:21:27,706 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.961443901062s 2018-08-12 09:21:27,706 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-5a66bc00-f5ce-4b5c-bb61-048ad5a81149 2018-08-12 09:21:27,713 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-12 09:21:27,716 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd/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}d584eff3730be386f99aabb4bf64013d89965dc6" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 09:21:27,789 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:21: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-3ceb152c-47e6-43fe-80c8-2248727b82c6 x-compute-request-id: req-3ceb152c-47e6-43fe-80c8-2248727b82c6 Content-Encoding: gzip Content-Length: 10843 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 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] 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-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] 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] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\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 2 CPUs, 0 hotplug CPUs\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 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008016] Security Framework initialized\n[ 0.008913] AppArmor: AppArmor initialized\n[ 0.009837] Yama: becoming mindful.\n[ 0.010748] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.013325] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.015408] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.016006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.017778] Initializing cgroup subsys memory\n[ 0.018719] Initializing cgroup subsys devices\n[ 0.020003] Initializing cgroup subsys freezer\n[ 0.021086] Initializing cgroup subsys blkio\n[ 0.021991] Initializing cgroup subsys perf_event\n[ 0.022999] Initializing cgroup subsys hugetlb\n[ 0.024056] CPU: Physical Processor ID: 0\n[ 0.024946] FEATURE SPEC_CTRL Not Present\n[ 0.026471] mce: CPU supports 10 MCE banks\n[ 0.028035] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.028035] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.030137] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.031421] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.032003] Speculative Store Bypass: Vulnerable\n[ 0.033566] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000)\n[ 0.038566] ACPI: Core revision 20131115\n[ 0.040460] ACPI: All ACPI Tables successfully acquired\n[ 0.041709] ftrace: allocating 28727 entries in 113 pages\n[ 0.060291] Enabling x2apic\n[ 0.061073] Enabled x2apic\n[ 0.061964] Switched APIC routing to physical x2apic.\n[ 0.064919] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.066290] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.069066] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.076856] KVM setup paravirtual spinlock\n[ 0.079139] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.080155] x86: Booting SMP configuration:\n[ 0.081281] .... node #0, CPUs: #1[ 0.079106] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.096026] x86: Booted up 1 node, 2 CPUs\n[ 0.096018] KVM setup async PF for cpu 1\n[ 0.096020] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.099631] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.100348] devtmpfs: initialized\n[ 0.102632] EVM: security.selinux\n[ 0.104005] EVM: security.SMACK64\n[ 0.104954] EVM: security.ima\n[ 0.105920] EVM: security.capability\n[ 0.108118] pinctrl core: initialized pinctrl subsystem\n[ 0.109704] regulator-dummy: no parameters\n[ 0.110929] RTC time: 9:14:42, date: 08/12/18\n[ 0.112038] NET: Registered protocol family 16\n[ 0.113457] cpuidle: using governor ladder\n[ 0.114609] cpuidle: using governor menu\n[ 0.115850] ACPI: bus type PCI registered\n[ 0.116004] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.117746] PCI: Using configuration type 1 for base access\n[ 0.120038] bio: create slab at 0\n[ 0.121189] ACPI: Added _OSI(Module Device)\n[ 0.121189] ACPI: Added _OSI(Processor Device)\n[ 0.122213] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.124005] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.126110] ACPI: Interpreter enabled\n[ 0.127154] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.129830] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.132005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.134822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.136755] ACPI: (supports S0 S5)\n[ 0.137721] ACPI: Using IOAPIC for interrupt routing\n[ 0.139117] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.140200] ACPI: No dock devices found.\n[ 0.143264] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.144008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.145991] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.147946] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.148206] acpiphp: Slot [3] registered\n[ 0.149509] acpiphp: Slot [4] registered\n[ 0.150716] acpiphp: Slot [5] registered\n[ 0.151857] acpiphp: Slot [6] registered\n[ 0.152020] acpiphp: Slot [7] registered\n[ 0.153216] acpiphp: Slot [8] registered\n[ 0.154428] acpiphp: Slot [9] registered\n[ 0.155633] acpiphp: Slot [10] registered\n[ 0.156024] acpiphp: Slot [11] registered\n[ 0.157002] acpiphp: Slot [12] registered\n[ 0.157975] acpiphp: Slot [13] registered\n[ 0.158963] acpiphp: Slot [14] registered\n[ 0.159983] acpiphp: Slot [15] registered\n[ 0.160023] acpiphp: Slot [16] registered\n[ 0.160985] acpiphp: Slot [17] registered\n[ 0.161921] acpiphp: Slot [18] registered\n[ 0.162915] acpiphp: Slot [19] registered\n[ 0.163849] acpiphp: Slot [20] registered\n[ 0.164031] acpiphp: Slot [21] registered\n[ 0.164958] acpiphp: Slot [22] registered\n[ 0.165998] acpiphp: Slot [23] registered\n[ 0.166930] acpiphp: Slot [24] registered\n[ 0.167875] acpiphp: Slot [25] registered\n[ 0.168028] acpiphp: Slot [26] registered\n[ 0.168961] acpiphp: Slot [27] registered\n[ 0.169925] acpiphp: Slot [28] registered\n[ 0.170792] acpiphp: Slot [29] registered\n[ 0.171685] acpiphp: Slot [30] registered\n[ 0.172025] acpiphp: Slot [31] registered\n[ 0.172955] PCI host bridge to bus 0000:00\n[ 0.173880] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.175056] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.176004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.177251] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.178637] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.180006] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.186663] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.188013] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.215762] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.216865] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.218635] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.220322] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.221905] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.223587] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.224212] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.225252] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.227068] vgaarb: loaded\n[ 0.228003] vgaarb: bridge control possible 0000:00:02.0\n[ 0.229353] SCSI subsystem initialized\n[ 0.230422] ACPI: bus type USB registered\n[ 0.230422] usbcore: registered new interface driver usbfs\n[ 0.232012] usbcore: registered new interface driver hub\n[ 0.233326] usbcore: registered new device driver usb\n[ 0.233326] PCI: Using ACPI for IRQ routing\n[ 0.233326] NetLabel: Initializing\n[ 0.236006] NetLabel: domain hash size = 128\n[ 0.237063] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.238225] NetLabel: unlabeled traffic allowed by default\n[ 0.239575] Switched to clocksource kvm-clock\n[ 0.243616] AppArmor: AppArmor Filesystem Enabled\n[ 0.248321] pnp: PnP ACPI init\n[ 0.249466] ACPI: bus type PNP registered\n[ 0.251582] pnp: PnP ACPI: found 8 devices\n[ 0.252803] ACPI: bus type PNP unregistered\n[ 0.261343] NET: Registered protocol family 2\n[ 0.264264] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.266656] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.268553] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.270455] TCP: reno registered\n[ 0.271435] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.273178] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.275209] NET: Registered protocol family 1\n[ 0.276622] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.278372] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.279968] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.302269] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.325219] Trying to unpack rootfs image as initramfs...\n[ 0.418311] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.421287] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.423023] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.424607] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.427280] Scanning for low memory corruption every 60 seconds\n[ 0.429647] Initialise system trusted keyring\n[ 0.430835] audit: initializing netlink socket (disabled)\n[ 0.432157] type=2000 audit(1534065282.709:1): initialized\n[ 0.452031] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.454301] zbud: loaded\n[ 0.455252] VFS: Disk quotas dquot_6.5.2\n[ 0.456290] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.458115] fuse init (API version 7.22)\n[ 0.459227] msgmni has been set to 3997\n[ 0.460283] Key type big_key registered\n[ 0.461536] Key type asymmetric registered\n[ 0.462587] Asymmetric key parser 'x509' registered\n[ 0.463741] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.465576] io scheduler noop registered\n[ 0.466507] io scheduler deadline registered (default)\n[ 0.467638] io scheduler cfq registered\n[ 0.468678] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.469970] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.471482] ipmi message handler version 39.2\n[ 0.472595] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.474326] ACPI: Power Button [PWRF]\n[ 0.475394] GHES: HEST is not enabled!\n[ 0.497489] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.542062] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564583] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.566613] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590635] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593137] Linux agpgart interface v0.103\n[ 0.595007] brd: module loaded\n[ 0.596218] loop: module loaded\n[ 0.597375] blk-mq: CPU -> queue map\n[ 0.598285] CPU 0 -> Queue 0\n[ 0.599042] CPU 1 -> Queue 0\n[ 0.600473] vda: vda1\n[ 0.601881] scsi0 : ata_piix\n[ 0.602665] scsi1 : ata_piix\n[ 0.603381] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.604747] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.606311] libphy: Fixed MDIO Bus: probed\n[ 0.607293] tun: Universal TUN/TAP device driver, 1.6\n[ 0.608367] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.611003] PPP generic driver version 2.4.2\n[ 0.612023] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.613322] ehci-pci: EHCI PCI platform driver\n[ 0.614273] ehci-platform: EHCI generic platform driver\n[ 0.615386] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.616641] ohci-pci: OHCI PCI platform driver\n[ 0.617624] ohci-platform: OHCI generic platform driver\n[ 0.618701] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.640745] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.641845] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.643461] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.644695] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646020] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647550] usb usb1: Product: UHCI Host Controller\n[ 0.648565] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd\n[ 0.649920] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651116] hub 1-0:1.0: USB hub found\n[ 0.652166] hub 1-0:1.0: 2 ports detected\n[ 0.653393] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655673] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656701] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657858] mousedev: PS/2 mouse device common for all mice\n[ 0.659249] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.661121] rtc_cmos 00:00: RTC can wake from S4\n[ 0.662782] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.664550] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.666329] device-mapper: uevent: version 1.0.3\n[ 0.667736] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.670130] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.671824] TCP: cubic registered\n[ 0.672903] NET: Registered protocol family 10\n[ 0.674394] NET: Registered protocol family 17\n[ 0.675733] Key type dns_resolver registered\n[ 0.677151] Loading compiled-in X.509 certificates\n[ 0.679026] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0'\n[ 0.681691] registered taskstats version 1\n[ 0.692859] Key type trusted registered\n[ 0.696517] Key type encrypted registered\n[ 0.697497] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.698946] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.700888] regulator-dummy: disabling\n[ 0.701901] Magic number: 14:35:222\n[ 0.703011] rtc_cmos 00:00: setting system clock to 2018-08-12 09:14:43 UTC (1534065283)\n[ 0.704889] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.706135] EDD information not available.\n[ 0.761384] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000)\n[ 0.763225] Write protecting the kernel read-only data: 12288k\n[ 0.764990] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000)\n[ 0.767838] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.781703] systemd-udevd[107]: starting version 204\n[ 0.820635] FDC 0 is a S82078B\n[ 0.964059] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.124684] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.126110] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.127461] usb 1-1: Product: QEMU USB Tablet\n[ 1.128372] usb 1-1: Manufacturer: QEMU\n[ 1.129215] usb 1-1: SerialNumber: 42\n[ 1.420090] tsc: Refined TSC clocksource calibration: 3491.877 MHz\n[ 1.845302] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.096165] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.184699] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n[ 2.283393] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sun, 12 Aug 2018 09:14:45 +0000. Up 2.66 seconds.\ncloud-init-nonet[2.85]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting cold plug devices[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\ncloud-init-nonet[9.46]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sun, 12 Aug 2018 09:14:52 +0000. Up 9.59 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:f8:47:bc |\nci-info: | eth0 | True | 192.168.0.6 | 255.255.255.0 | fa:16:3e:a0:8c:69 |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.2 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\n9e:9e:9f:8d:3a:a6:9c:55:48:62:37:40:24:56:bf:96 root@homer-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| o+= |\n| . . o |\n| o = |\n| . + = |\n| E . |\n| o o |\n| + |\n| . +o. + |\n| +o+++ . |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\nf5:82:85:56:b7:31:ca:0c:a6:5a:c4:22:5d:9b:95:f7 root@homer-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| . oo +.. + |\n| . o..*.*.o + |\n| . .= o.*.. |\n| o . + .E |\n| . S . . |\n| . |\n| |\n| |\n| |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\nae:94:d0:9e:d4:d7:5a:03:f2:3e:7d:6b:94:24:f5:c1 root@homer-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| . |\n| .E |\n| . . . ..|\n| . . o o. . .|\n| . o S o +o . |\n| + + o + .o |\n| = . + ... |\n| . . . ... |\n| . .. |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\ne9:6d:b2:ce:65:c3:06:5d:25:e6:9f:e9:9d:26:da:19 root@homer-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| o . |\n| o o |\n| o |\n| o . . o |\n| S . + |\n| . + . ..|\n| o O E.o.|\n| . B .o = |\n| .+ . o |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS homer-0 ttyS0\n\nhomer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Sun, 12 Aug 2018 09:16:57 +0000. Up 134.34 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Sun, 12 Aug 2018 09:17:57 +0000. Up 195.05 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com\ngpg: no valid OpenPGP data found.\n+ apt-get update\nErr http://repo.cw-ngv.com binary/ InRelease\n \nErr http://archive.ubuntu.com trusty InRelease\n \nErr http://archive.ubuntu.com trusty-updates InRelease\n \nErr http://archive.ubuntu.com trusty-backports InRelease\n \nErr http://security.ubuntu.com trusty-security InRelease\n \nErr http://security.ubuntu.com trusty-security Release.gpg\n Could not resolve 'security.ubuntu.com'\nErr http://repo.cw-ngv.com binary/ Release.gpg\n Could not resolve 'repo.cw-ngv.com'\nErr http://archive.ubuntu.com trusty Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-updates Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-backports Release.gpg\n Could not resolve 'archive.ubuntu.com'\nReading package lists...\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease \n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com'\n\nW: Some index files failed to download. They have been ignored, or old ones used instead.\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.23\n+ '[' -n 192.168.0.23 ']'\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install homer --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package homer\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package clearwater-management\n+ retries=0\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.211\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.208\n++ echo A 172.30.9.208\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 0 -lt 10 ']'\n+ retries=1\n+ echo 'nsupdate failed - retrying (retry 1)...'\nnsupdate failed - retrying (retry 1)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ echo 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.208\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 1 -lt 10 ']'\n+ retries=2\n+ echo 'nsupdate failed - retrying (retry 2)...'\nnsupdate failed - retrying (retry 2)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ echo 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.208\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 2 -lt 10 ']'\n+ retries=3\n+ echo 'nsupdate failed - retrying (retry 3)...'\nnsupdate failed - retrying (retry 3)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ echo 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.208\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 3 -lt 10 ']'\n+ retries=4\n+ echo 'nsupdate failed - retrying (retry 4)...'\nnsupdate failed - retrying (retry 4)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.208\n++ echo A 172.30.9.208\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 4 -lt 10 ']'\n+ retries=5\n+ echo 'nsupdate failed - retrying (retry 5)...'\nnsupdate failed - retrying (retry 5)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ echo 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.208\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 5 -lt 10 ']'\n+ retries=6\n+ echo 'nsupdate failed - retrying (retry 6)...'\nnsupdate failed - retrying (retry 6)...\n+ sleep 5\n"} 2018-08-12 09:21:27,790 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd/action used request id req-3ceb152c-47e6-43fe-80c8-2248727b82c6 2018-08-12 09:21:27,790 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0761699676514s 2018-08-12 09:21:27,791 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd/action used request id req-3ceb152c-47e6-43fe-80c8-2248727b82c6 2018-08-12 09:21:27,791 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-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] 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-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] 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] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 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 2 CPUs, 0 hotplug CPUs [ 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 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008016] Security Framework initialized [ 0.008913] AppArmor: AppArmor initialized [ 0.009837] Yama: becoming mindful. [ 0.010748] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.013325] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.015408] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.016006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.017778] Initializing cgroup subsys memory [ 0.018719] Initializing cgroup subsys devices [ 0.020003] Initializing cgroup subsys freezer [ 0.021086] Initializing cgroup subsys blkio [ 0.021991] Initializing cgroup subsys perf_event [ 0.022999] Initializing cgroup subsys hugetlb [ 0.024056] CPU: Physical Processor ID: 0 [ 0.024946] FEATURE SPEC_CTRL Not Present [ 0.026471] mce: CPU supports 10 MCE banks [ 0.028035] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.028035] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.030137] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.031421] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.032003] Speculative Store Bypass: Vulnerable [ 0.033566] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000) [ 0.038566] ACPI: Core revision 20131115 [ 0.040460] ACPI: All ACPI Tables successfully acquired [ 0.041709] ftrace: allocating 28727 entries in 113 pages [ 0.060291] Enabling x2apic [ 0.061073] Enabled x2apic [ 0.061964] Switched APIC routing to physical x2apic. [ 0.064919] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.066290] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.069066] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.076856] KVM setup paravirtual spinlock [ 0.079139] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.080155] x86: Booting SMP configuration: [ 0.081281] .... node #0, CPUs: #1[ 0.079106] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.096026] x86: Booted up 1 node, 2 CPUs [ 0.096018] KVM setup async PF for cpu 1 [ 0.096020] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.099631] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.100348] devtmpfs: initialized [ 0.102632] EVM: security.selinux [ 0.104005] EVM: security.SMACK64 [ 0.104954] EVM: security.ima [ 0.105920] EVM: security.capability [ 0.108118] pinctrl core: initialized pinctrl subsystem [ 0.109704] regulator-dummy: no parameters [ 0.110929] RTC time: 9:14:42, date: 08/12/18 [ 0.112038] NET: Registered protocol family 16 [ 0.113457] cpuidle: using governor ladder [ 0.114609] cpuidle: using governor menu [ 0.115850] ACPI: bus type PCI registered [ 0.116004] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.117746] PCI: Using configuration type 1 for base access [ 0.120038] bio: create slab at 0 [ 0.121189] ACPI: Added _OSI(Module Device) [ 0.121189] ACPI: Added _OSI(Processor Device) [ 0.122213] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.124005] ACPI: Added _OSI(Processor Aggregator Device) [ 0.126110] ACPI: Interpreter enabled [ 0.127154] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.129830] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.132005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.134822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.136755] ACPI: (supports S0 S5) [ 0.137721] ACPI: Using IOAPIC for interrupt routing [ 0.139117] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.140200] ACPI: No dock devices found. [ 0.143264] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.144008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.145991] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.147946] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.148206] acpiphp: Slot [3] registered [ 0.149509] acpiphp: Slot [4] registered [ 0.150716] acpiphp: Slot [5] registered [ 0.151857] acpiphp: Slot [6] registered [ 0.152020] acpiphp: Slot [7] registered [ 0.153216] acpiphp: Slot [8] registered [ 0.154428] acpiphp: Slot [9] registered [ 0.155633] acpiphp: Slot [10] registered [ 0.156024] acpiphp: Slot [11] registered [ 0.157002] acpiphp: Slot [12] registered [ 0.157975] acpiphp: Slot [13] registered [ 0.158963] acpiphp: Slot [14] registered [ 0.159983] acpiphp: Slot [15] registered [ 0.160023] acpiphp: Slot [16] registered [ 0.160985] acpiphp: Slot [17] registered [ 0.161921] acpiphp: Slot [18] registered [ 0.162915] acpiphp: Slot [19] registered [ 0.163849] acpiphp: Slot [20] registered [ 0.164031] acpiphp: Slot [21] registered [ 0.164958] acpiphp: Slot [22] registered [ 0.165998] acpiphp: Slot [23] registered [ 0.166930] acpiphp: Slot [24] registered [ 0.167875] acpiphp: Slot [25] registered [ 0.168028] acpiphp: Slot [26] registered [ 0.168961] acpiphp: Slot [27] registered [ 0.169925] acpiphp: Slot [28] registered [ 0.170792] acpiphp: Slot [29] registered [ 0.171685] acpiphp: Slot [30] registered [ 0.172025] acpiphp: Slot [31] registered [ 0.172955] PCI host bridge to bus 0000:00 [ 0.173880] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.175056] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.176004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.177251] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.178637] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.180006] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.186663] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.188013] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.215762] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.216865] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.218635] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.220322] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.221905] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.223587] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.224212] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.225252] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.227068] vgaarb: loaded [ 0.228003] vgaarb: bridge control possible 0000:00:02.0 [ 0.229353] SCSI subsystem initialized [ 0.230422] ACPI: bus type USB registered [ 0.230422] usbcore: registered new interface driver usbfs [ 0.232012] usbcore: registered new interface driver hub [ 0.233326] usbcore: registered new device driver usb [ 0.233326] PCI: Using ACPI for IRQ routing [ 0.233326] NetLabel: Initializing [ 0.236006] NetLabel: domain hash size = 128 [ 0.237063] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.238225] NetLabel: unlabeled traffic allowed by default [ 0.239575] Switched to clocksource kvm-clock [ 0.243616] AppArmor: AppArmor Filesystem Enabled [ 0.248321] pnp: PnP ACPI init [ 0.249466] ACPI: bus type PNP registered [ 0.251582] pnp: PnP ACPI: found 8 devices [ 0.252803] ACPI: bus type PNP unregistered [ 0.261343] NET: Registered protocol family 2 [ 0.264264] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.266656] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.268553] TCP: Hash tables configured (established 16384 bind 16384) [ 0.270455] TCP: reno registered [ 0.271435] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.273178] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.275209] NET: Registered protocol family 1 [ 0.276622] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.278372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.279968] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.302269] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.325219] Trying to unpack rootfs image as initramfs... [ 0.418311] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.421287] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.423023] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.424607] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.427280] Scanning for low memory corruption every 60 seconds [ 0.429647] Initialise system trusted keyring [ 0.430835] audit: initializing netlink socket (disabled) [ 0.432157] type=2000 audit(1534065282.709:1): initialized [ 0.452031] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.454301] zbud: loaded [ 0.455252] VFS: Disk quotas dquot_6.5.2 [ 0.456290] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.458115] fuse init (API version 7.22) [ 0.459227] msgmni has been set to 3997 [ 0.460283] Key type big_key registered [ 0.461536] Key type asymmetric registered [ 0.462587] Asymmetric key parser 'x509' registered [ 0.463741] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.465576] io scheduler noop registered [ 0.466507] io scheduler deadline registered (default) [ 0.467638] io scheduler cfq registered [ 0.468678] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.469970] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.471482] ipmi message handler version 39.2 [ 0.472595] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.474326] ACPI: Power Button [PWRF] [ 0.475394] GHES: HEST is not enabled! [ 0.497489] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.542062] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.564583] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.566613] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.590635] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.593137] Linux agpgart interface v0.103 [ 0.595007] brd: module loaded [ 0.596218] loop: module loaded [ 0.597375] blk-mq: CPU -> queue map [ 0.598285] CPU 0 -> Queue 0 [ 0.599042] CPU 1 -> Queue 0 [ 0.600473] vda: vda1 [ 0.601881] scsi0 : ata_piix [ 0.602665] scsi1 : ata_piix [ 0.603381] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.604747] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.606311] libphy: Fixed MDIO Bus: probed [ 0.607293] tun: Universal TUN/TAP device driver, 1.6 [ 0.608367] tun: (C) 1999-2004 Max Krasnyansky [ 0.611003] PPP generic driver version 2.4.2 [ 0.612023] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.613322] ehci-pci: EHCI PCI platform driver [ 0.614273] ehci-platform: EHCI generic platform driver [ 0.615386] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.616641] ohci-pci: OHCI PCI platform driver [ 0.617624] ohci-platform: OHCI generic platform driver [ 0.618701] uhci_hcd: USB Universal Host Controller Interface driver [ 0.640745] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.641845] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.643461] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.644695] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.646020] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.647550] usb usb1: Product: UHCI Host Controller [ 0.648565] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd [ 0.649920] usb usb1: SerialNumber: 0000:00:01.2 [ 0.651116] hub 1-0:1.0: USB hub found [ 0.652166] hub 1-0:1.0: 2 ports detected [ 0.653393] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.655673] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.656701] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.657858] mousedev: PS/2 mouse device common for all mice [ 0.659249] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.661121] rtc_cmos 00:00: RTC can wake from S4 [ 0.662782] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.664550] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.666329] device-mapper: uevent: version 1.0.3 [ 0.667736] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.670130] ledtrig-cpu: registered to indicate activity on CPUs [ 0.671824] TCP: cubic registered [ 0.672903] NET: Registered protocol family 10 [ 0.674394] NET: Registered protocol family 17 [ 0.675733] Key type dns_resolver registered [ 0.677151] Loading compiled-in X.509 certificates [ 0.679026] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0' [ 0.681691] registered taskstats version 1 [ 0.692859] Key type trusted registered [ 0.696517] Key type encrypted registered [ 0.697497] AppArmor: AppArmor sha1 policy hashing enabled [ 0.698946] IMA: No TPM chip found, activating TPM-bypass! [ 0.700888] regulator-dummy: disabling [ 0.701901] Magic number: 14:35:222 [ 0.703011] rtc_cmos 00:00: setting system clock to 2018-08-12 09:14:43 UTC (1534065283) [ 0.704889] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.706135] EDD information not available. [ 0.761384] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000) [ 0.763225] Write protecting the kernel read-only data: 12288k [ 0.764990] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000) [ 0.767838] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.781703] systemd-udevd[107]: starting version 204 [ 0.820635] FDC 0 is a S82078B [ 0.964059] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.124684] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.126110] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.127461] usb 1-1: Product: QEMU USB Tablet [ 1.128372] usb 1-1: Manufacturer: QEMU [ 1.129215] usb 1-1: SerialNumber: 42 [ 1.420090] tsc: Refined TSC clocksource calibration: 3491.877 MHz [ 1.845302] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.096165] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.184699] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] [ 2.283393] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sun, 12 Aug 2018 09:14:45 +0000. Up 2.66 seconds. cloud-init-nonet[2.85]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting cold plug devices[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] cloud-init-nonet[9.46]: static networking is now up * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sun, 12 Aug 2018 09:14:52 +0000. Up 9.59 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:f8:47:bc | ci-info: | eth0 | True | 192.168.0.6 | 255.255.255.0 | fa:16:3e:a0:8c:69 | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.2 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: 9e:9e:9f:8d:3a:a6:9c:55:48:62:37:40:24:56:bf:96 root@homer-0 The key's randomart image is: +--[ RSA 2048]----+ | o+= | | . . o | | o = | | . + = | | E . | | o o | | + | | . +o. + | | +o+++ . | +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: f5:82:85:56:b7:31:ca:0c:a6:5a:c4:22:5d:9b:95:f7 root@homer-0 The key's randomart image is: +--[ DSA 1024]----+ | . oo +.. + | | . o..*.*.o + | | . .= o.*.. | | o . + .E | | . S . . | | . | | | | | | | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: ae:94:d0:9e:d4:d7:5a:03:f2:3e:7d:6b:94:24:f5:c1 root@homer-0 The key's randomart image is: +--[ECDSA 256]---+ | . | | .E | | . . . ..| | . . o o. . .| | . o S o +o . | | + + o + .o | | = . + ... | | . . . ... | | . .. | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: e9:6d:b2:ce:65:c3:06:5d:25:e6:9f:e9:9d:26:da:19 root@homer-0 The key's randomart image is: +--[ED25519 256--+ | o . | | o o | | o | | o . . o | | S . + | | . + . ..| | o O E.o.| | . B .o = | | .+ . o | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS homer-0 ttyS0 homer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Sun, 12 Aug 2018 09:16:57 +0000. Up 134.34 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Sun, 12 Aug 2018 09:17:57 +0000. Up 195.05 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com gpg: no valid OpenPGP data found. + apt-get update Err http://repo.cw-ngv.com binary/ InRelease Err http://archive.ubuntu.com trusty InRelease Err http://archive.ubuntu.com trusty-updates InRelease Err http://archive.ubuntu.com trusty-backports InRelease Err http://security.ubuntu.com trusty-security InRelease Err http://security.ubuntu.com trusty-security Release.gpg Could not resolve 'security.ubuntu.com' Err http://repo.cw-ngv.com binary/ Release.gpg Could not resolve 'repo.cw-ngv.com' Err http://archive.ubuntu.com trusty Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-updates Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-backports Release.gpg Could not resolve 'archive.ubuntu.com' Reading package lists... W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com' W: Some index files failed to download. They have been ignored, or old ones used instead. + mkdir -p /etc/clearwater + etcd_ip=192.168.0.23 + '[' -n 192.168.0.23 ']' + cat + DEBIAN_FRONTEND=noninteractive + apt-get install homer --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package homer + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package clearwater-management + retries=0 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.211 ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.208 ++ echo A 172.30.9.208 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 0 -lt 10 ']' + retries=1 + echo 'nsupdate failed - retrying (retry 1)...' nsupdate failed - retrying (retry 1)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ echo 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.208 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 1 -lt 10 ']' + retries=2 + echo 'nsupdate failed - retrying (retry 2)...' nsupdate failed - retrying (retry 2)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ echo 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.208 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 2 -lt 10 ']' + retries=3 + echo 'nsupdate failed - retrying (retry 3)...' nsupdate failed - retrying (retry 3)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ echo 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.208 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 3 -lt 10 ']' + retries=4 + echo 'nsupdate failed - retrying (retry 4)...' nsupdate failed - retrying (retry 4)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.208 ++ echo A 172.30.9.208 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 4 -lt 10 ']' + retries=5 + echo 'nsupdate failed - retrying (retry 5)...' nsupdate failed - retrying (retry 5)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ echo 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.208 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 5 -lt 10 ']' + retries=6 + echo 'nsupdate failed - retrying (retry 6)...' nsupdate failed - retrying (retry 6)... + sleep 5 2018-08-12 09:21:27,793 - functest.core.singlevm - DEBUG - try 36: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-12 09:21:37,804 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:21:37,807 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:21:38,756 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:21: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-97517f72-1371-4f56-a5e8-6f70e81d2e5a x-compute-request-id: req-97517f72-1371-4f56-a5e8-6f70e81d2e5a Content-Encoding: gzip Content-Length: 1505 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:8c:69", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:8c:69", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:47:bc", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:47:bc", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/0d05f869-c182-4a19-86bf-4ac078c523fd", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:41.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "0d05f869-c182-4a19-86bf-4ac078c523fd", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:41Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "homer-0.clearwater.opnfv", "created": "2018-08-12T09:14:06Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:24:50", "version": 4, "addr": "192.168.0.22", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:24:50", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:35:db:99", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/1c9b6e42-b18c-407e-8d00-9077025769fd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1c9b6e42-b18c-407e-8d00-9077025769fd", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:39.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "1c9b6e42-b18c-407e-8d00-9077025769fd", "security_groups": [{"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:39Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "dime-0.clearwater.opnfv", "created": "2018-08-12T09:14:05Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:73:af", "version": 4, "addr": "192.168.0.17", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:73:af", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:b9:f2", "version": 4, "addr": "192.168.1.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:b9:f2", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:41.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:41Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "bono-0.clearwater.opnfv", "created": "2018-08-12T09:14:05Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:27:6c", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:27:6c", "version": 4, "addr": "172.30.9.216", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:82:86", "version": 4, "addr": "192.168.1.24", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/566a63cc-7490-4385-b2ac-bfb24030a031", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/566a63cc-7490-4385-b2ac-bfb24030a031", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:34.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "566a63cc-7490-4385-b2ac-bfb24030a031", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:34Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-12T09:14:04Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:9d:e5", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:9d:e5", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b4:d8:25", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/7a80620a-d807-4698-b6c3-7c140a7b5157", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/7a80620a-d807-4698-b6c3-7c140a7b5157", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:25.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "7a80620a-d807-4698-b6c3-7c140a7b5157", "security_groups": [{"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:25Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-12T09:14:04Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:ca:f6", "version": 4, "addr": "192.168.0.23", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:ca:f6", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/3544e1e5-febb-4596-964e-1a53f9d26ab6", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/3544e1e5-febb-4596-964e-1a53f9d26ab6", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:13:48.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "3544e1e5-febb-4596-964e-1a53f9d26ab6", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:13:48Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-12T09:12:11Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:77:d2", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:77:d2", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ac:00:39", "version": 4, "addr": "192.168.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/24234aa3-febc-4826-8d67-0c33e6f38782", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/24234aa3-febc-4826-8d67-0c33e6f38782", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:12:00.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "24234aa3-febc-4826-8d67-0c33e6f38782", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:12:00Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "ns.clearwater.opnfv", "created": "2018-08-12T09:10:20Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:21:38,757 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-97517f72-1371-4f56-a5e8-6f70e81d2e5a 2018-08-12 09:21:38,757 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.952903032303s 2018-08-12 09:21:38,758 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-97517f72-1371-4f56-a5e8-6f70e81d2e5a 2018-08-12 09:21:38,765 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-12 09:21:38,767 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd/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}d584eff3730be386f99aabb4bf64013d89965dc6" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 09:21:38,870 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:21: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-cb4c6a0b-b285-49c0-b0c5-c61012883130 x-compute-request-id: req-cb4c6a0b-b285-49c0-b0c5-c61012883130 Content-Encoding: gzip Content-Length: 10846 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 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] 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-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] 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] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\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 2 CPUs, 0 hotplug CPUs\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 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008016] Security Framework initialized\n[ 0.008913] AppArmor: AppArmor initialized\n[ 0.009837] Yama: becoming mindful.\n[ 0.010748] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.013325] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.015408] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.016006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.017778] Initializing cgroup subsys memory\n[ 0.018719] Initializing cgroup subsys devices\n[ 0.020003] Initializing cgroup subsys freezer\n[ 0.021086] Initializing cgroup subsys blkio\n[ 0.021991] Initializing cgroup subsys perf_event\n[ 0.022999] Initializing cgroup subsys hugetlb\n[ 0.024056] CPU: Physical Processor ID: 0\n[ 0.024946] FEATURE SPEC_CTRL Not Present\n[ 0.026471] mce: CPU supports 10 MCE banks\n[ 0.028035] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.028035] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.030137] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.031421] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.032003] Speculative Store Bypass: Vulnerable\n[ 0.033566] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000)\n[ 0.038566] ACPI: Core revision 20131115\n[ 0.040460] ACPI: All ACPI Tables successfully acquired\n[ 0.041709] ftrace: allocating 28727 entries in 113 pages\n[ 0.060291] Enabling x2apic\n[ 0.061073] Enabled x2apic\n[ 0.061964] Switched APIC routing to physical x2apic.\n[ 0.064919] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.066290] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.069066] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.076856] KVM setup paravirtual spinlock\n[ 0.079139] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.080155] x86: Booting SMP configuration:\n[ 0.081281] .... node #0, CPUs: #1[ 0.079106] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.096026] x86: Booted up 1 node, 2 CPUs\n[ 0.096018] KVM setup async PF for cpu 1\n[ 0.096020] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.099631] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.100348] devtmpfs: initialized\n[ 0.102632] EVM: security.selinux\n[ 0.104005] EVM: security.SMACK64\n[ 0.104954] EVM: security.ima\n[ 0.105920] EVM: security.capability\n[ 0.108118] pinctrl core: initialized pinctrl subsystem\n[ 0.109704] regulator-dummy: no parameters\n[ 0.110929] RTC time: 9:14:42, date: 08/12/18\n[ 0.112038] NET: Registered protocol family 16\n[ 0.113457] cpuidle: using governor ladder\n[ 0.114609] cpuidle: using governor menu\n[ 0.115850] ACPI: bus type PCI registered\n[ 0.116004] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.117746] PCI: Using configuration type 1 for base access\n[ 0.120038] bio: create slab at 0\n[ 0.121189] ACPI: Added _OSI(Module Device)\n[ 0.121189] ACPI: Added _OSI(Processor Device)\n[ 0.122213] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.124005] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.126110] ACPI: Interpreter enabled\n[ 0.127154] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.129830] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.132005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.134822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.136755] ACPI: (supports S0 S5)\n[ 0.137721] ACPI: Using IOAPIC for interrupt routing\n[ 0.139117] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.140200] ACPI: No dock devices found.\n[ 0.143264] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.144008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.145991] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.147946] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.148206] acpiphp: Slot [3] registered\n[ 0.149509] acpiphp: Slot [4] registered\n[ 0.150716] acpiphp: Slot [5] registered\n[ 0.151857] acpiphp: Slot [6] registered\n[ 0.152020] acpiphp: Slot [7] registered\n[ 0.153216] acpiphp: Slot [8] registered\n[ 0.154428] acpiphp: Slot [9] registered\n[ 0.155633] acpiphp: Slot [10] registered\n[ 0.156024] acpiphp: Slot [11] registered\n[ 0.157002] acpiphp: Slot [12] registered\n[ 0.157975] acpiphp: Slot [13] registered\n[ 0.158963] acpiphp: Slot [14] registered\n[ 0.159983] acpiphp: Slot [15] registered\n[ 0.160023] acpiphp: Slot [16] registered\n[ 0.160985] acpiphp: Slot [17] registered\n[ 0.161921] acpiphp: Slot [18] registered\n[ 0.162915] acpiphp: Slot [19] registered\n[ 0.163849] acpiphp: Slot [20] registered\n[ 0.164031] acpiphp: Slot [21] registered\n[ 0.164958] acpiphp: Slot [22] registered\n[ 0.165998] acpiphp: Slot [23] registered\n[ 0.166930] acpiphp: Slot [24] registered\n[ 0.167875] acpiphp: Slot [25] registered\n[ 0.168028] acpiphp: Slot [26] registered\n[ 0.168961] acpiphp: Slot [27] registered\n[ 0.169925] acpiphp: Slot [28] registered\n[ 0.170792] acpiphp: Slot [29] registered\n[ 0.171685] acpiphp: Slot [30] registered\n[ 0.172025] acpiphp: Slot [31] registered\n[ 0.172955] PCI host bridge to bus 0000:00\n[ 0.173880] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.175056] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.176004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.177251] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.178637] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.180006] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.186663] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.188013] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.215762] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.216865] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.218635] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.220322] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.221905] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.223587] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.224212] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.225252] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.227068] vgaarb: loaded\n[ 0.228003] vgaarb: bridge control possible 0000:00:02.0\n[ 0.229353] SCSI subsystem initialized\n[ 0.230422] ACPI: bus type USB registered\n[ 0.230422] usbcore: registered new interface driver usbfs\n[ 0.232012] usbcore: registered new interface driver hub\n[ 0.233326] usbcore: registered new device driver usb\n[ 0.233326] PCI: Using ACPI for IRQ routing\n[ 0.233326] NetLabel: Initializing\n[ 0.236006] NetLabel: domain hash size = 128\n[ 0.237063] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.238225] NetLabel: unlabeled traffic allowed by default\n[ 0.239575] Switched to clocksource kvm-clock\n[ 0.243616] AppArmor: AppArmor Filesystem Enabled\n[ 0.248321] pnp: PnP ACPI init\n[ 0.249466] ACPI: bus type PNP registered\n[ 0.251582] pnp: PnP ACPI: found 8 devices\n[ 0.252803] ACPI: bus type PNP unregistered\n[ 0.261343] NET: Registered protocol family 2\n[ 0.264264] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.266656] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.268553] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.270455] TCP: reno registered\n[ 0.271435] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.273178] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.275209] NET: Registered protocol family 1\n[ 0.276622] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.278372] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.279968] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.302269] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.325219] Trying to unpack rootfs image as initramfs...\n[ 0.418311] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.421287] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.423023] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.424607] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.427280] Scanning for low memory corruption every 60 seconds\n[ 0.429647] Initialise system trusted keyring\n[ 0.430835] audit: initializing netlink socket (disabled)\n[ 0.432157] type=2000 audit(1534065282.709:1): initialized\n[ 0.452031] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.454301] zbud: loaded\n[ 0.455252] VFS: Disk quotas dquot_6.5.2\n[ 0.456290] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.458115] fuse init (API version 7.22)\n[ 0.459227] msgmni has been set to 3997\n[ 0.460283] Key type big_key registered\n[ 0.461536] Key type asymmetric registered\n[ 0.462587] Asymmetric key parser 'x509' registered\n[ 0.463741] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.465576] io scheduler noop registered\n[ 0.466507] io scheduler deadline registered (default)\n[ 0.467638] io scheduler cfq registered\n[ 0.468678] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.469970] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.471482] ipmi message handler version 39.2\n[ 0.472595] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.474326] ACPI: Power Button [PWRF]\n[ 0.475394] GHES: HEST is not enabled!\n[ 0.497489] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.542062] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564583] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.566613] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590635] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593137] Linux agpgart interface v0.103\n[ 0.595007] brd: module loaded\n[ 0.596218] loop: module loaded\n[ 0.597375] blk-mq: CPU -> queue map\n[ 0.598285] CPU 0 -> Queue 0\n[ 0.599042] CPU 1 -> Queue 0\n[ 0.600473] vda: vda1\n[ 0.601881] scsi0 : ata_piix\n[ 0.602665] scsi1 : ata_piix\n[ 0.603381] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.604747] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.606311] libphy: Fixed MDIO Bus: probed\n[ 0.607293] tun: Universal TUN/TAP device driver, 1.6\n[ 0.608367] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.611003] PPP generic driver version 2.4.2\n[ 0.612023] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.613322] ehci-pci: EHCI PCI platform driver\n[ 0.614273] ehci-platform: EHCI generic platform driver\n[ 0.615386] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.616641] ohci-pci: OHCI PCI platform driver\n[ 0.617624] ohci-platform: OHCI generic platform driver\n[ 0.618701] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.640745] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.641845] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.643461] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.644695] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646020] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647550] usb usb1: Product: UHCI Host Controller\n[ 0.648565] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd\n[ 0.649920] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651116] hub 1-0:1.0: USB hub found\n[ 0.652166] hub 1-0:1.0: 2 ports detected\n[ 0.653393] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655673] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656701] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657858] mousedev: PS/2 mouse device common for all mice\n[ 0.659249] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.661121] rtc_cmos 00:00: RTC can wake from S4\n[ 0.662782] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.664550] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.666329] device-mapper: uevent: version 1.0.3\n[ 0.667736] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.670130] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.671824] TCP: cubic registered\n[ 0.672903] NET: Registered protocol family 10\n[ 0.674394] NET: Registered protocol family 17\n[ 0.675733] Key type dns_resolver registered\n[ 0.677151] Loading compiled-in X.509 certificates\n[ 0.679026] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0'\n[ 0.681691] registered taskstats version 1\n[ 0.692859] Key type trusted registered\n[ 0.696517] Key type encrypted registered\n[ 0.697497] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.698946] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.700888] regulator-dummy: disabling\n[ 0.701901] Magic number: 14:35:222\n[ 0.703011] rtc_cmos 00:00: setting system clock to 2018-08-12 09:14:43 UTC (1534065283)\n[ 0.704889] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.706135] EDD information not available.\n[ 0.761384] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000)\n[ 0.763225] Write protecting the kernel read-only data: 12288k\n[ 0.764990] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000)\n[ 0.767838] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.781703] systemd-udevd[107]: starting version 204\n[ 0.820635] FDC 0 is a S82078B\n[ 0.964059] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.124684] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.126110] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.127461] usb 1-1: Product: QEMU USB Tablet\n[ 1.128372] usb 1-1: Manufacturer: QEMU\n[ 1.129215] usb 1-1: SerialNumber: 42\n[ 1.420090] tsc: Refined TSC clocksource calibration: 3491.877 MHz\n[ 1.845302] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.096165] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.184699] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n[ 2.283393] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sun, 12 Aug 2018 09:14:45 +0000. Up 2.66 seconds.\ncloud-init-nonet[2.85]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting cold plug devices[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\ncloud-init-nonet[9.46]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sun, 12 Aug 2018 09:14:52 +0000. Up 9.59 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:f8:47:bc |\nci-info: | eth0 | True | 192.168.0.6 | 255.255.255.0 | fa:16:3e:a0:8c:69 |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.2 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\n9e:9e:9f:8d:3a:a6:9c:55:48:62:37:40:24:56:bf:96 root@homer-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| o+= |\n| . . o |\n| o = |\n| . + = |\n| E . |\n| o o |\n| + |\n| . +o. + |\n| +o+++ . |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\nf5:82:85:56:b7:31:ca:0c:a6:5a:c4:22:5d:9b:95:f7 root@homer-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| . oo +.. + |\n| . o..*.*.o + |\n| . .= o.*.. |\n| o . + .E |\n| . S . . |\n| . |\n| |\n| |\n| |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\nae:94:d0:9e:d4:d7:5a:03:f2:3e:7d:6b:94:24:f5:c1 root@homer-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| . |\n| .E |\n| . . . ..|\n| . . o o. . .|\n| . o S o +o . |\n| + + o + .o |\n| = . + ... |\n| . . . ... |\n| . .. |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\ne9:6d:b2:ce:65:c3:06:5d:25:e6:9f:e9:9d:26:da:19 root@homer-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| o . |\n| o o |\n| o |\n| o . . o |\n| S . + |\n| . + . ..|\n| o O E.o.|\n| . B .o = |\n| .+ . o |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS homer-0 ttyS0\n\nhomer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Sun, 12 Aug 2018 09:16:57 +0000. Up 134.34 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Sun, 12 Aug 2018 09:17:57 +0000. Up 195.05 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com\ngpg: no valid OpenPGP data found.\n+ apt-get update\nErr http://repo.cw-ngv.com binary/ InRelease\n \nErr http://archive.ubuntu.com trusty InRelease\n \nErr http://archive.ubuntu.com trusty-updates InRelease\n \nErr http://archive.ubuntu.com trusty-backports InRelease\n \nErr http://security.ubuntu.com trusty-security InRelease\n \nErr http://security.ubuntu.com trusty-security Release.gpg\n Could not resolve 'security.ubuntu.com'\nErr http://repo.cw-ngv.com binary/ Release.gpg\n Could not resolve 'repo.cw-ngv.com'\nErr http://archive.ubuntu.com trusty Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-updates Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-backports Release.gpg\n Could not resolve 'archive.ubuntu.com'\nReading package lists...\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease \n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com'\n\nW: Some index files failed to download. They have been ignored, or old ones used instead.\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.23\n+ '[' -n 192.168.0.23 ']'\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install homer --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package homer\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package clearwater-management\n+ retries=0\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.211\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.208\n++ echo A 172.30.9.208\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 0 -lt 10 ']'\n+ retries=1\n+ echo 'nsupdate failed - retrying (retry 1)...'\nnsupdate failed - retrying (retry 1)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ echo 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.208\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 1 -lt 10 ']'\n+ retries=2\n+ echo 'nsupdate failed - retrying (retry 2)...'\nnsupdate failed - retrying (retry 2)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ echo 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.208\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 2 -lt 10 ']'\n+ retries=3\n+ echo 'nsupdate failed - retrying (retry 3)...'\nnsupdate failed - retrying (retry 3)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ echo 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.208\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 3 -lt 10 ']'\n+ retries=4\n+ echo 'nsupdate failed - retrying (retry 4)...'\nnsupdate failed - retrying (retry 4)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.208\n++ echo A 172.30.9.208\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 4 -lt 10 ']'\n+ retries=5\n+ echo 'nsupdate failed - retrying (retry 5)...'\nnsupdate failed - retrying (retry 5)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ echo 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.208\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 5 -lt 10 ']'\n+ retries=6\n+ echo 'nsupdate failed - retrying (retry 6)...'\nnsupdate failed - retrying (retry 6)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ echo 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.208\n"} 2018-08-12 09:21:38,871 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd/action used request id req-cb4c6a0b-b285-49c0-b0c5-c61012883130 2018-08-12 09:21:38,871 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.106046915054s 2018-08-12 09:21:38,872 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd/action used request id req-cb4c6a0b-b285-49c0-b0c5-c61012883130 2018-08-12 09:21:38,872 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-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] 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-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] 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] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 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 2 CPUs, 0 hotplug CPUs [ 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 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008016] Security Framework initialized [ 0.008913] AppArmor: AppArmor initialized [ 0.009837] Yama: becoming mindful. [ 0.010748] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.013325] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.015408] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.016006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.017778] Initializing cgroup subsys memory [ 0.018719] Initializing cgroup subsys devices [ 0.020003] Initializing cgroup subsys freezer [ 0.021086] Initializing cgroup subsys blkio [ 0.021991] Initializing cgroup subsys perf_event [ 0.022999] Initializing cgroup subsys hugetlb [ 0.024056] CPU: Physical Processor ID: 0 [ 0.024946] FEATURE SPEC_CTRL Not Present [ 0.026471] mce: CPU supports 10 MCE banks [ 0.028035] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.028035] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.030137] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.031421] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.032003] Speculative Store Bypass: Vulnerable [ 0.033566] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000) [ 0.038566] ACPI: Core revision 20131115 [ 0.040460] ACPI: All ACPI Tables successfully acquired [ 0.041709] ftrace: allocating 28727 entries in 113 pages [ 0.060291] Enabling x2apic [ 0.061073] Enabled x2apic [ 0.061964] Switched APIC routing to physical x2apic. [ 0.064919] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.066290] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.069066] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.076856] KVM setup paravirtual spinlock [ 0.079139] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.080155] x86: Booting SMP configuration: [ 0.081281] .... node #0, CPUs: #1[ 0.079106] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.096026] x86: Booted up 1 node, 2 CPUs [ 0.096018] KVM setup async PF for cpu 1 [ 0.096020] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.099631] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.100348] devtmpfs: initialized [ 0.102632] EVM: security.selinux [ 0.104005] EVM: security.SMACK64 [ 0.104954] EVM: security.ima [ 0.105920] EVM: security.capability [ 0.108118] pinctrl core: initialized pinctrl subsystem [ 0.109704] regulator-dummy: no parameters [ 0.110929] RTC time: 9:14:42, date: 08/12/18 [ 0.112038] NET: Registered protocol family 16 [ 0.113457] cpuidle: using governor ladder [ 0.114609] cpuidle: using governor menu [ 0.115850] ACPI: bus type PCI registered [ 0.116004] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.117746] PCI: Using configuration type 1 for base access [ 0.120038] bio: create slab at 0 [ 0.121189] ACPI: Added _OSI(Module Device) [ 0.121189] ACPI: Added _OSI(Processor Device) [ 0.122213] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.124005] ACPI: Added _OSI(Processor Aggregator Device) [ 0.126110] ACPI: Interpreter enabled [ 0.127154] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.129830] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.132005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.134822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.136755] ACPI: (supports S0 S5) [ 0.137721] ACPI: Using IOAPIC for interrupt routing [ 0.139117] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.140200] ACPI: No dock devices found. [ 0.143264] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.144008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.145991] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.147946] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.148206] acpiphp: Slot [3] registered [ 0.149509] acpiphp: Slot [4] registered [ 0.150716] acpiphp: Slot [5] registered [ 0.151857] acpiphp: Slot [6] registered [ 0.152020] acpiphp: Slot [7] registered [ 0.153216] acpiphp: Slot [8] registered [ 0.154428] acpiphp: Slot [9] registered [ 0.155633] acpiphp: Slot [10] registered [ 0.156024] acpiphp: Slot [11] registered [ 0.157002] acpiphp: Slot [12] registered [ 0.157975] acpiphp: Slot [13] registered [ 0.158963] acpiphp: Slot [14] registered [ 0.159983] acpiphp: Slot [15] registered [ 0.160023] acpiphp: Slot [16] registered [ 0.160985] acpiphp: Slot [17] registered [ 0.161921] acpiphp: Slot [18] registered [ 0.162915] acpiphp: Slot [19] registered [ 0.163849] acpiphp: Slot [20] registered [ 0.164031] acpiphp: Slot [21] registered [ 0.164958] acpiphp: Slot [22] registered [ 0.165998] acpiphp: Slot [23] registered [ 0.166930] acpiphp: Slot [24] registered [ 0.167875] acpiphp: Slot [25] registered [ 0.168028] acpiphp: Slot [26] registered [ 0.168961] acpiphp: Slot [27] registered [ 0.169925] acpiphp: Slot [28] registered [ 0.170792] acpiphp: Slot [29] registered [ 0.171685] acpiphp: Slot [30] registered [ 0.172025] acpiphp: Slot [31] registered [ 0.172955] PCI host bridge to bus 0000:00 [ 0.173880] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.175056] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.176004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.177251] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.178637] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.180006] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.186663] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.188013] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.215762] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.216865] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.218635] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.220322] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.221905] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.223587] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.224212] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.225252] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.227068] vgaarb: loaded [ 0.228003] vgaarb: bridge control possible 0000:00:02.0 [ 0.229353] SCSI subsystem initialized [ 0.230422] ACPI: bus type USB registered [ 0.230422] usbcore: registered new interface driver usbfs [ 0.232012] usbcore: registered new interface driver hub [ 0.233326] usbcore: registered new device driver usb [ 0.233326] PCI: Using ACPI for IRQ routing [ 0.233326] NetLabel: Initializing [ 0.236006] NetLabel: domain hash size = 128 [ 0.237063] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.238225] NetLabel: unlabeled traffic allowed by default [ 0.239575] Switched to clocksource kvm-clock [ 0.243616] AppArmor: AppArmor Filesystem Enabled [ 0.248321] pnp: PnP ACPI init [ 0.249466] ACPI: bus type PNP registered [ 0.251582] pnp: PnP ACPI: found 8 devices [ 0.252803] ACPI: bus type PNP unregistered [ 0.261343] NET: Registered protocol family 2 [ 0.264264] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.266656] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.268553] TCP: Hash tables configured (established 16384 bind 16384) [ 0.270455] TCP: reno registered [ 0.271435] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.273178] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.275209] NET: Registered protocol family 1 [ 0.276622] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.278372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.279968] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.302269] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.325219] Trying to unpack rootfs image as initramfs... [ 0.418311] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.421287] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.423023] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.424607] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.427280] Scanning for low memory corruption every 60 seconds [ 0.429647] Initialise system trusted keyring [ 0.430835] audit: initializing netlink socket (disabled) [ 0.432157] type=2000 audit(1534065282.709:1): initialized [ 0.452031] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.454301] zbud: loaded [ 0.455252] VFS: Disk quotas dquot_6.5.2 [ 0.456290] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.458115] fuse init (API version 7.22) [ 0.459227] msgmni has been set to 3997 [ 0.460283] Key type big_key registered [ 0.461536] Key type asymmetric registered [ 0.462587] Asymmetric key parser 'x509' registered [ 0.463741] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.465576] io scheduler noop registered [ 0.466507] io scheduler deadline registered (default) [ 0.467638] io scheduler cfq registered [ 0.468678] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.469970] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.471482] ipmi message handler version 39.2 [ 0.472595] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.474326] ACPI: Power Button [PWRF] [ 0.475394] GHES: HEST is not enabled! [ 0.497489] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.542062] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.564583] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.566613] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.590635] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.593137] Linux agpgart interface v0.103 [ 0.595007] brd: module loaded [ 0.596218] loop: module loaded [ 0.597375] blk-mq: CPU -> queue map [ 0.598285] CPU 0 -> Queue 0 [ 0.599042] CPU 1 -> Queue 0 [ 0.600473] vda: vda1 [ 0.601881] scsi0 : ata_piix [ 0.602665] scsi1 : ata_piix [ 0.603381] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.604747] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.606311] libphy: Fixed MDIO Bus: probed [ 0.607293] tun: Universal TUN/TAP device driver, 1.6 [ 0.608367] tun: (C) 1999-2004 Max Krasnyansky [ 0.611003] PPP generic driver version 2.4.2 [ 0.612023] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.613322] ehci-pci: EHCI PCI platform driver [ 0.614273] ehci-platform: EHCI generic platform driver [ 0.615386] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.616641] ohci-pci: OHCI PCI platform driver [ 0.617624] ohci-platform: OHCI generic platform driver [ 0.618701] uhci_hcd: USB Universal Host Controller Interface driver [ 0.640745] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.641845] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.643461] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.644695] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.646020] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.647550] usb usb1: Product: UHCI Host Controller [ 0.648565] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd [ 0.649920] usb usb1: SerialNumber: 0000:00:01.2 [ 0.651116] hub 1-0:1.0: USB hub found [ 0.652166] hub 1-0:1.0: 2 ports detected [ 0.653393] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.655673] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.656701] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.657858] mousedev: PS/2 mouse device common for all mice [ 0.659249] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.661121] rtc_cmos 00:00: RTC can wake from S4 [ 0.662782] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.664550] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.666329] device-mapper: uevent: version 1.0.3 [ 0.667736] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.670130] ledtrig-cpu: registered to indicate activity on CPUs [ 0.671824] TCP: cubic registered [ 0.672903] NET: Registered protocol family 10 [ 0.674394] NET: Registered protocol family 17 [ 0.675733] Key type dns_resolver registered [ 0.677151] Loading compiled-in X.509 certificates [ 0.679026] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0' [ 0.681691] registered taskstats version 1 [ 0.692859] Key type trusted registered [ 0.696517] Key type encrypted registered [ 0.697497] AppArmor: AppArmor sha1 policy hashing enabled [ 0.698946] IMA: No TPM chip found, activating TPM-bypass! [ 0.700888] regulator-dummy: disabling [ 0.701901] Magic number: 14:35:222 [ 0.703011] rtc_cmos 00:00: setting system clock to 2018-08-12 09:14:43 UTC (1534065283) [ 0.704889] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.706135] EDD information not available. [ 0.761384] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000) [ 0.763225] Write protecting the kernel read-only data: 12288k [ 0.764990] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000) [ 0.767838] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.781703] systemd-udevd[107]: starting version 204 [ 0.820635] FDC 0 is a S82078B [ 0.964059] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.124684] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.126110] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.127461] usb 1-1: Product: QEMU USB Tablet [ 1.128372] usb 1-1: Manufacturer: QEMU [ 1.129215] usb 1-1: SerialNumber: 42 [ 1.420090] tsc: Refined TSC clocksource calibration: 3491.877 MHz [ 1.845302] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.096165] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.184699] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] [ 2.283393] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sun, 12 Aug 2018 09:14:45 +0000. Up 2.66 seconds. cloud-init-nonet[2.85]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting cold plug devices[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] cloud-init-nonet[9.46]: static networking is now up * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sun, 12 Aug 2018 09:14:52 +0000. Up 9.59 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:f8:47:bc | ci-info: | eth0 | True | 192.168.0.6 | 255.255.255.0 | fa:16:3e:a0:8c:69 | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.2 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: 9e:9e:9f:8d:3a:a6:9c:55:48:62:37:40:24:56:bf:96 root@homer-0 The key's randomart image is: +--[ RSA 2048]----+ | o+= | | . . o | | o = | | . + = | | E . | | o o | | + | | . +o. + | | +o+++ . | +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: f5:82:85:56:b7:31:ca:0c:a6:5a:c4:22:5d:9b:95:f7 root@homer-0 The key's randomart image is: +--[ DSA 1024]----+ | . oo +.. + | | . o..*.*.o + | | . .= o.*.. | | o . + .E | | . S . . | | . | | | | | | | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: ae:94:d0:9e:d4:d7:5a:03:f2:3e:7d:6b:94:24:f5:c1 root@homer-0 The key's randomart image is: +--[ECDSA 256]---+ | . | | .E | | . . . ..| | . . o o. . .| | . o S o +o . | | + + o + .o | | = . + ... | | . . . ... | | . .. | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: e9:6d:b2:ce:65:c3:06:5d:25:e6:9f:e9:9d:26:da:19 root@homer-0 The key's randomart image is: +--[ED25519 256--+ | o . | | o o | | o | | o . . o | | S . + | | . + . ..| | o O E.o.| | . B .o = | | .+ . o | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS homer-0 ttyS0 homer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Sun, 12 Aug 2018 09:16:57 +0000. Up 134.34 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Sun, 12 Aug 2018 09:17:57 +0000. Up 195.05 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com gpg: no valid OpenPGP data found. + apt-get update Err http://repo.cw-ngv.com binary/ InRelease Err http://archive.ubuntu.com trusty InRelease Err http://archive.ubuntu.com trusty-updates InRelease Err http://archive.ubuntu.com trusty-backports InRelease Err http://security.ubuntu.com trusty-security InRelease Err http://security.ubuntu.com trusty-security Release.gpg Could not resolve 'security.ubuntu.com' Err http://repo.cw-ngv.com binary/ Release.gpg Could not resolve 'repo.cw-ngv.com' Err http://archive.ubuntu.com trusty Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-updates Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-backports Release.gpg Could not resolve 'archive.ubuntu.com' Reading package lists... W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com' W: Some index files failed to download. They have been ignored, or old ones used instead. + mkdir -p /etc/clearwater + etcd_ip=192.168.0.23 + '[' -n 192.168.0.23 ']' + cat + DEBIAN_FRONTEND=noninteractive + apt-get install homer --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package homer + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package clearwater-management + retries=0 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.211 ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.208 ++ echo A 172.30.9.208 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 0 -lt 10 ']' + retries=1 + echo 'nsupdate failed - retrying (retry 1)...' nsupdate failed - retrying (retry 1)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ echo 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.208 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 1 -lt 10 ']' + retries=2 + echo 'nsupdate failed - retrying (retry 2)...' nsupdate failed - retrying (retry 2)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ echo 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.208 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 2 -lt 10 ']' + retries=3 + echo 'nsupdate failed - retrying (retry 3)...' nsupdate failed - retrying (retry 3)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ echo 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.208 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 3 -lt 10 ']' + retries=4 + echo 'nsupdate failed - retrying (retry 4)...' nsupdate failed - retrying (retry 4)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.208 ++ echo A 172.30.9.208 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 4 -lt 10 ']' + retries=5 + echo 'nsupdate failed - retrying (retry 5)...' nsupdate failed - retrying (retry 5)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ echo 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.208 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 5 -lt 10 ']' + retries=6 + echo 'nsupdate failed - retrying (retry 6)...' nsupdate failed - retrying (retry 6)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ echo 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.208 2018-08-12 09:21:38,874 - functest.core.singlevm - DEBUG - try 37: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-12 09:21:48,884 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:21:48,887 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:21:50,060 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:21: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-b4bdbcc6-b096-4550-9b01-bea6136c50b0 x-compute-request-id: req-b4bdbcc6-b096-4550-9b01-bea6136c50b0 Content-Encoding: gzip Content-Length: 1505 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:8c:69", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:8c:69", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:47:bc", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:47:bc", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/0d05f869-c182-4a19-86bf-4ac078c523fd", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:41.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "0d05f869-c182-4a19-86bf-4ac078c523fd", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:41Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "homer-0.clearwater.opnfv", "created": "2018-08-12T09:14:06Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:24:50", "version": 4, "addr": "192.168.0.22", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:24:50", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:35:db:99", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/1c9b6e42-b18c-407e-8d00-9077025769fd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1c9b6e42-b18c-407e-8d00-9077025769fd", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:39.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "1c9b6e42-b18c-407e-8d00-9077025769fd", "security_groups": [{"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:39Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "dime-0.clearwater.opnfv", "created": "2018-08-12T09:14:05Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:73:af", "version": 4, "addr": "192.168.0.17", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:73:af", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:b9:f2", "version": 4, "addr": "192.168.1.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:b9:f2", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:41.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:41Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "bono-0.clearwater.opnfv", "created": "2018-08-12T09:14:05Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:27:6c", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:27:6c", "version": 4, "addr": "172.30.9.216", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:82:86", "version": 4, "addr": "192.168.1.24", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/566a63cc-7490-4385-b2ac-bfb24030a031", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/566a63cc-7490-4385-b2ac-bfb24030a031", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:34.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "566a63cc-7490-4385-b2ac-bfb24030a031", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:34Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-12T09:14:04Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:9d:e5", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:9d:e5", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b4:d8:25", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/7a80620a-d807-4698-b6c3-7c140a7b5157", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/7a80620a-d807-4698-b6c3-7c140a7b5157", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:25.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "7a80620a-d807-4698-b6c3-7c140a7b5157", "security_groups": [{"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:25Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-12T09:14:04Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:ca:f6", "version": 4, "addr": "192.168.0.23", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:ca:f6", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/3544e1e5-febb-4596-964e-1a53f9d26ab6", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/3544e1e5-febb-4596-964e-1a53f9d26ab6", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:13:48.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "3544e1e5-febb-4596-964e-1a53f9d26ab6", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:13:48Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-12T09:12:11Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:77:d2", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:77:d2", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ac:00:39", "version": 4, "addr": "192.168.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/24234aa3-febc-4826-8d67-0c33e6f38782", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/24234aa3-febc-4826-8d67-0c33e6f38782", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:12:00.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "24234aa3-febc-4826-8d67-0c33e6f38782", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:12:00Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "ns.clearwater.opnfv", "created": "2018-08-12T09:10:20Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:21:50,060 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-b4bdbcc6-b096-4550-9b01-bea6136c50b0 2018-08-12 09:21:50,061 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.17586398125s 2018-08-12 09:21:50,061 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-b4bdbcc6-b096-4550-9b01-bea6136c50b0 2018-08-12 09:21:50,068 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-12 09:21:50,070 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd/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}d584eff3730be386f99aabb4bf64013d89965dc6" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 09:21:50,146 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:21: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-f2a2f368-59eb-4ab1-8a77-eef4520c369d x-compute-request-id: req-f2a2f368-59eb-4ab1-8a77-eef4520c369d Content-Encoding: gzip Content-Length: 10846 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 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] 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-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] 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] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\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 2 CPUs, 0 hotplug CPUs\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 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008016] Security Framework initialized\n[ 0.008913] AppArmor: AppArmor initialized\n[ 0.009837] Yama: becoming mindful.\n[ 0.010748] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.013325] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.015408] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.016006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.017778] Initializing cgroup subsys memory\n[ 0.018719] Initializing cgroup subsys devices\n[ 0.020003] Initializing cgroup subsys freezer\n[ 0.021086] Initializing cgroup subsys blkio\n[ 0.021991] Initializing cgroup subsys perf_event\n[ 0.022999] Initializing cgroup subsys hugetlb\n[ 0.024056] CPU: Physical Processor ID: 0\n[ 0.024946] FEATURE SPEC_CTRL Not Present\n[ 0.026471] mce: CPU supports 10 MCE banks\n[ 0.028035] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.028035] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.030137] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.031421] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.032003] Speculative Store Bypass: Vulnerable\n[ 0.033566] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000)\n[ 0.038566] ACPI: Core revision 20131115\n[ 0.040460] ACPI: All ACPI Tables successfully acquired\n[ 0.041709] ftrace: allocating 28727 entries in 113 pages\n[ 0.060291] Enabling x2apic\n[ 0.061073] Enabled x2apic\n[ 0.061964] Switched APIC routing to physical x2apic.\n[ 0.064919] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.066290] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.069066] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.076856] KVM setup paravirtual spinlock\n[ 0.079139] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.080155] x86: Booting SMP configuration:\n[ 0.081281] .... node #0, CPUs: #1[ 0.079106] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.096026] x86: Booted up 1 node, 2 CPUs\n[ 0.096018] KVM setup async PF for cpu 1\n[ 0.096020] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.099631] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.100348] devtmpfs: initialized\n[ 0.102632] EVM: security.selinux\n[ 0.104005] EVM: security.SMACK64\n[ 0.104954] EVM: security.ima\n[ 0.105920] EVM: security.capability\n[ 0.108118] pinctrl core: initialized pinctrl subsystem\n[ 0.109704] regulator-dummy: no parameters\n[ 0.110929] RTC time: 9:14:42, date: 08/12/18\n[ 0.112038] NET: Registered protocol family 16\n[ 0.113457] cpuidle: using governor ladder\n[ 0.114609] cpuidle: using governor menu\n[ 0.115850] ACPI: bus type PCI registered\n[ 0.116004] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.117746] PCI: Using configuration type 1 for base access\n[ 0.120038] bio: create slab at 0\n[ 0.121189] ACPI: Added _OSI(Module Device)\n[ 0.121189] ACPI: Added _OSI(Processor Device)\n[ 0.122213] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.124005] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.126110] ACPI: Interpreter enabled\n[ 0.127154] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.129830] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.132005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.134822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.136755] ACPI: (supports S0 S5)\n[ 0.137721] ACPI: Using IOAPIC for interrupt routing\n[ 0.139117] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.140200] ACPI: No dock devices found.\n[ 0.143264] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.144008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.145991] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.147946] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.148206] acpiphp: Slot [3] registered\n[ 0.149509] acpiphp: Slot [4] registered\n[ 0.150716] acpiphp: Slot [5] registered\n[ 0.151857] acpiphp: Slot [6] registered\n[ 0.152020] acpiphp: Slot [7] registered\n[ 0.153216] acpiphp: Slot [8] registered\n[ 0.154428] acpiphp: Slot [9] registered\n[ 0.155633] acpiphp: Slot [10] registered\n[ 0.156024] acpiphp: Slot [11] registered\n[ 0.157002] acpiphp: Slot [12] registered\n[ 0.157975] acpiphp: Slot [13] registered\n[ 0.158963] acpiphp: Slot [14] registered\n[ 0.159983] acpiphp: Slot [15] registered\n[ 0.160023] acpiphp: Slot [16] registered\n[ 0.160985] acpiphp: Slot [17] registered\n[ 0.161921] acpiphp: Slot [18] registered\n[ 0.162915] acpiphp: Slot [19] registered\n[ 0.163849] acpiphp: Slot [20] registered\n[ 0.164031] acpiphp: Slot [21] registered\n[ 0.164958] acpiphp: Slot [22] registered\n[ 0.165998] acpiphp: Slot [23] registered\n[ 0.166930] acpiphp: Slot [24] registered\n[ 0.167875] acpiphp: Slot [25] registered\n[ 0.168028] acpiphp: Slot [26] registered\n[ 0.168961] acpiphp: Slot [27] registered\n[ 0.169925] acpiphp: Slot [28] registered\n[ 0.170792] acpiphp: Slot [29] registered\n[ 0.171685] acpiphp: Slot [30] registered\n[ 0.172025] acpiphp: Slot [31] registered\n[ 0.172955] PCI host bridge to bus 0000:00\n[ 0.173880] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.175056] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.176004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.177251] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.178637] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.180006] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.186663] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.188013] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.215762] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.216865] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.218635] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.220322] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.221905] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.223587] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.224212] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.225252] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.227068] vgaarb: loaded\n[ 0.228003] vgaarb: bridge control possible 0000:00:02.0\n[ 0.229353] SCSI subsystem initialized\n[ 0.230422] ACPI: bus type USB registered\n[ 0.230422] usbcore: registered new interface driver usbfs\n[ 0.232012] usbcore: registered new interface driver hub\n[ 0.233326] usbcore: registered new device driver usb\n[ 0.233326] PCI: Using ACPI for IRQ routing\n[ 0.233326] NetLabel: Initializing\n[ 0.236006] NetLabel: domain hash size = 128\n[ 0.237063] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.238225] NetLabel: unlabeled traffic allowed by default\n[ 0.239575] Switched to clocksource kvm-clock\n[ 0.243616] AppArmor: AppArmor Filesystem Enabled\n[ 0.248321] pnp: PnP ACPI init\n[ 0.249466] ACPI: bus type PNP registered\n[ 0.251582] pnp: PnP ACPI: found 8 devices\n[ 0.252803] ACPI: bus type PNP unregistered\n[ 0.261343] NET: Registered protocol family 2\n[ 0.264264] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.266656] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.268553] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.270455] TCP: reno registered\n[ 0.271435] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.273178] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.275209] NET: Registered protocol family 1\n[ 0.276622] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.278372] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.279968] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.302269] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.325219] Trying to unpack rootfs image as initramfs...\n[ 0.418311] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.421287] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.423023] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.424607] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.427280] Scanning for low memory corruption every 60 seconds\n[ 0.429647] Initialise system trusted keyring\n[ 0.430835] audit: initializing netlink socket (disabled)\n[ 0.432157] type=2000 audit(1534065282.709:1): initialized\n[ 0.452031] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.454301] zbud: loaded\n[ 0.455252] VFS: Disk quotas dquot_6.5.2\n[ 0.456290] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.458115] fuse init (API version 7.22)\n[ 0.459227] msgmni has been set to 3997\n[ 0.460283] Key type big_key registered\n[ 0.461536] Key type asymmetric registered\n[ 0.462587] Asymmetric key parser 'x509' registered\n[ 0.463741] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.465576] io scheduler noop registered\n[ 0.466507] io scheduler deadline registered (default)\n[ 0.467638] io scheduler cfq registered\n[ 0.468678] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.469970] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.471482] ipmi message handler version 39.2\n[ 0.472595] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.474326] ACPI: Power Button [PWRF]\n[ 0.475394] GHES: HEST is not enabled!\n[ 0.497489] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.542062] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564583] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.566613] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590635] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593137] Linux agpgart interface v0.103\n[ 0.595007] brd: module loaded\n[ 0.596218] loop: module loaded\n[ 0.597375] blk-mq: CPU -> queue map\n[ 0.598285] CPU 0 -> Queue 0\n[ 0.599042] CPU 1 -> Queue 0\n[ 0.600473] vda: vda1\n[ 0.601881] scsi0 : ata_piix\n[ 0.602665] scsi1 : ata_piix\n[ 0.603381] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.604747] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.606311] libphy: Fixed MDIO Bus: probed\n[ 0.607293] tun: Universal TUN/TAP device driver, 1.6\n[ 0.608367] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.611003] PPP generic driver version 2.4.2\n[ 0.612023] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.613322] ehci-pci: EHCI PCI platform driver\n[ 0.614273] ehci-platform: EHCI generic platform driver\n[ 0.615386] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.616641] ohci-pci: OHCI PCI platform driver\n[ 0.617624] ohci-platform: OHCI generic platform driver\n[ 0.618701] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.640745] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.641845] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.643461] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.644695] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646020] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647550] usb usb1: Product: UHCI Host Controller\n[ 0.648565] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd\n[ 0.649920] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651116] hub 1-0:1.0: USB hub found\n[ 0.652166] hub 1-0:1.0: 2 ports detected\n[ 0.653393] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655673] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656701] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657858] mousedev: PS/2 mouse device common for all mice\n[ 0.659249] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.661121] rtc_cmos 00:00: RTC can wake from S4\n[ 0.662782] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.664550] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.666329] device-mapper: uevent: version 1.0.3\n[ 0.667736] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.670130] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.671824] TCP: cubic registered\n[ 0.672903] NET: Registered protocol family 10\n[ 0.674394] NET: Registered protocol family 17\n[ 0.675733] Key type dns_resolver registered\n[ 0.677151] Loading compiled-in X.509 certificates\n[ 0.679026] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0'\n[ 0.681691] registered taskstats version 1\n[ 0.692859] Key type trusted registered\n[ 0.696517] Key type encrypted registered\n[ 0.697497] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.698946] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.700888] regulator-dummy: disabling\n[ 0.701901] Magic number: 14:35:222\n[ 0.703011] rtc_cmos 00:00: setting system clock to 2018-08-12 09:14:43 UTC (1534065283)\n[ 0.704889] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.706135] EDD information not available.\n[ 0.761384] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000)\n[ 0.763225] Write protecting the kernel read-only data: 12288k\n[ 0.764990] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000)\n[ 0.767838] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.781703] systemd-udevd[107]: starting version 204\n[ 0.820635] FDC 0 is a S82078B\n[ 0.964059] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.124684] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.126110] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.127461] usb 1-1: Product: QEMU USB Tablet\n[ 1.128372] usb 1-1: Manufacturer: QEMU\n[ 1.129215] usb 1-1: SerialNumber: 42\n[ 1.420090] tsc: Refined TSC clocksource calibration: 3491.877 MHz\n[ 1.845302] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.096165] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.184699] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n[ 2.283393] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sun, 12 Aug 2018 09:14:45 +0000. Up 2.66 seconds.\ncloud-init-nonet[2.85]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting cold plug devices[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\ncloud-init-nonet[9.46]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sun, 12 Aug 2018 09:14:52 +0000. Up 9.59 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:f8:47:bc |\nci-info: | eth0 | True | 192.168.0.6 | 255.255.255.0 | fa:16:3e:a0:8c:69 |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.2 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\n9e:9e:9f:8d:3a:a6:9c:55:48:62:37:40:24:56:bf:96 root@homer-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| o+= |\n| . . o |\n| o = |\n| . + = |\n| E . |\n| o o |\n| + |\n| . +o. + |\n| +o+++ . |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\nf5:82:85:56:b7:31:ca:0c:a6:5a:c4:22:5d:9b:95:f7 root@homer-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| . oo +.. + |\n| . o..*.*.o + |\n| . .= o.*.. |\n| o . + .E |\n| . S . . |\n| . |\n| |\n| |\n| |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\nae:94:d0:9e:d4:d7:5a:03:f2:3e:7d:6b:94:24:f5:c1 root@homer-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| . |\n| .E |\n| . . . ..|\n| . . o o. . .|\n| . o S o +o . |\n| + + o + .o |\n| = . + ... |\n| . . . ... |\n| . .. |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\ne9:6d:b2:ce:65:c3:06:5d:25:e6:9f:e9:9d:26:da:19 root@homer-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| o . |\n| o o |\n| o |\n| o . . o |\n| S . + |\n| . + . ..|\n| o O E.o.|\n| . B .o = |\n| .+ . o |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS homer-0 ttyS0\n\nhomer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Sun, 12 Aug 2018 09:16:57 +0000. Up 134.34 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Sun, 12 Aug 2018 09:17:57 +0000. Up 195.05 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com\ngpg: no valid OpenPGP data found.\n+ apt-get update\nErr http://repo.cw-ngv.com binary/ InRelease\n \nErr http://archive.ubuntu.com trusty InRelease\n \nErr http://archive.ubuntu.com trusty-updates InRelease\n \nErr http://archive.ubuntu.com trusty-backports InRelease\n \nErr http://security.ubuntu.com trusty-security InRelease\n \nErr http://security.ubuntu.com trusty-security Release.gpg\n Could not resolve 'security.ubuntu.com'\nErr http://repo.cw-ngv.com binary/ Release.gpg\n Could not resolve 'repo.cw-ngv.com'\nErr http://archive.ubuntu.com trusty Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-updates Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-backports Release.gpg\n Could not resolve 'archive.ubuntu.com'\nReading package lists...\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease \n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com'\n\nW: Some index files failed to download. They have been ignored, or old ones used instead.\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.23\n+ '[' -n 192.168.0.23 ']'\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install homer --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package homer\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package clearwater-management\n+ retries=0\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.211\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.208\n++ echo A 172.30.9.208\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 0 -lt 10 ']'\n+ retries=1\n+ echo 'nsupdate failed - retrying (retry 1)...'\nnsupdate failed - retrying (retry 1)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ echo 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.208\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 1 -lt 10 ']'\n+ retries=2\n+ echo 'nsupdate failed - retrying (retry 2)...'\nnsupdate failed - retrying (retry 2)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ echo 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.208\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 2 -lt 10 ']'\n+ retries=3\n+ echo 'nsupdate failed - retrying (retry 3)...'\nnsupdate failed - retrying (retry 3)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ echo 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.208\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 3 -lt 10 ']'\n+ retries=4\n+ echo 'nsupdate failed - retrying (retry 4)...'\nnsupdate failed - retrying (retry 4)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.208\n++ echo A 172.30.9.208\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 4 -lt 10 ']'\n+ retries=5\n+ echo 'nsupdate failed - retrying (retry 5)...'\nnsupdate failed - retrying (retry 5)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ echo 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.208\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 5 -lt 10 ']'\n+ retries=6\n+ echo 'nsupdate failed - retrying (retry 6)...'\nnsupdate failed - retrying (retry 6)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ echo 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.208\n"} 2018-08-12 09:21:50,147 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd/action used request id req-f2a2f368-59eb-4ab1-8a77-eef4520c369d 2018-08-12 09:21:50,148 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0795719623566s 2018-08-12 09:21:50,149 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd/action used request id req-f2a2f368-59eb-4ab1-8a77-eef4520c369d 2018-08-12 09:21:50,149 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-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] 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-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] 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] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 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 2 CPUs, 0 hotplug CPUs [ 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 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008016] Security Framework initialized [ 0.008913] AppArmor: AppArmor initialized [ 0.009837] Yama: becoming mindful. [ 0.010748] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.013325] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.015408] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.016006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.017778] Initializing cgroup subsys memory [ 0.018719] Initializing cgroup subsys devices [ 0.020003] Initializing cgroup subsys freezer [ 0.021086] Initializing cgroup subsys blkio [ 0.021991] Initializing cgroup subsys perf_event [ 0.022999] Initializing cgroup subsys hugetlb [ 0.024056] CPU: Physical Processor ID: 0 [ 0.024946] FEATURE SPEC_CTRL Not Present [ 0.026471] mce: CPU supports 10 MCE banks [ 0.028035] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.028035] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.030137] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.031421] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.032003] Speculative Store Bypass: Vulnerable [ 0.033566] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000) [ 0.038566] ACPI: Core revision 20131115 [ 0.040460] ACPI: All ACPI Tables successfully acquired [ 0.041709] ftrace: allocating 28727 entries in 113 pages [ 0.060291] Enabling x2apic [ 0.061073] Enabled x2apic [ 0.061964] Switched APIC routing to physical x2apic. [ 0.064919] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.066290] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.069066] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.076856] KVM setup paravirtual spinlock [ 0.079139] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.080155] x86: Booting SMP configuration: [ 0.081281] .... node #0, CPUs: #1[ 0.079106] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.096026] x86: Booted up 1 node, 2 CPUs [ 0.096018] KVM setup async PF for cpu 1 [ 0.096020] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.099631] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.100348] devtmpfs: initialized [ 0.102632] EVM: security.selinux [ 0.104005] EVM: security.SMACK64 [ 0.104954] EVM: security.ima [ 0.105920] EVM: security.capability [ 0.108118] pinctrl core: initialized pinctrl subsystem [ 0.109704] regulator-dummy: no parameters [ 0.110929] RTC time: 9:14:42, date: 08/12/18 [ 0.112038] NET: Registered protocol family 16 [ 0.113457] cpuidle: using governor ladder [ 0.114609] cpuidle: using governor menu [ 0.115850] ACPI: bus type PCI registered [ 0.116004] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.117746] PCI: Using configuration type 1 for base access [ 0.120038] bio: create slab at 0 [ 0.121189] ACPI: Added _OSI(Module Device) [ 0.121189] ACPI: Added _OSI(Processor Device) [ 0.122213] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.124005] ACPI: Added _OSI(Processor Aggregator Device) [ 0.126110] ACPI: Interpreter enabled [ 0.127154] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.129830] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.132005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.134822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.136755] ACPI: (supports S0 S5) [ 0.137721] ACPI: Using IOAPIC for interrupt routing [ 0.139117] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.140200] ACPI: No dock devices found. [ 0.143264] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.144008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.145991] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.147946] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.148206] acpiphp: Slot [3] registered [ 0.149509] acpiphp: Slot [4] registered [ 0.150716] acpiphp: Slot [5] registered [ 0.151857] acpiphp: Slot [6] registered [ 0.152020] acpiphp: Slot [7] registered [ 0.153216] acpiphp: Slot [8] registered [ 0.154428] acpiphp: Slot [9] registered [ 0.155633] acpiphp: Slot [10] registered [ 0.156024] acpiphp: Slot [11] registered [ 0.157002] acpiphp: Slot [12] registered [ 0.157975] acpiphp: Slot [13] registered [ 0.158963] acpiphp: Slot [14] registered [ 0.159983] acpiphp: Slot [15] registered [ 0.160023] acpiphp: Slot [16] registered [ 0.160985] acpiphp: Slot [17] registered [ 0.161921] acpiphp: Slot [18] registered [ 0.162915] acpiphp: Slot [19] registered [ 0.163849] acpiphp: Slot [20] registered [ 0.164031] acpiphp: Slot [21] registered [ 0.164958] acpiphp: Slot [22] registered [ 0.165998] acpiphp: Slot [23] registered [ 0.166930] acpiphp: Slot [24] registered [ 0.167875] acpiphp: Slot [25] registered [ 0.168028] acpiphp: Slot [26] registered [ 0.168961] acpiphp: Slot [27] registered [ 0.169925] acpiphp: Slot [28] registered [ 0.170792] acpiphp: Slot [29] registered [ 0.171685] acpiphp: Slot [30] registered [ 0.172025] acpiphp: Slot [31] registered [ 0.172955] PCI host bridge to bus 0000:00 [ 0.173880] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.175056] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.176004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.177251] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.178637] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.180006] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.186663] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.188013] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.215762] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.216865] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.218635] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.220322] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.221905] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.223587] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.224212] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.225252] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.227068] vgaarb: loaded [ 0.228003] vgaarb: bridge control possible 0000:00:02.0 [ 0.229353] SCSI subsystem initialized [ 0.230422] ACPI: bus type USB registered [ 0.230422] usbcore: registered new interface driver usbfs [ 0.232012] usbcore: registered new interface driver hub [ 0.233326] usbcore: registered new device driver usb [ 0.233326] PCI: Using ACPI for IRQ routing [ 0.233326] NetLabel: Initializing [ 0.236006] NetLabel: domain hash size = 128 [ 0.237063] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.238225] NetLabel: unlabeled traffic allowed by default [ 0.239575] Switched to clocksource kvm-clock [ 0.243616] AppArmor: AppArmor Filesystem Enabled [ 0.248321] pnp: PnP ACPI init [ 0.249466] ACPI: bus type PNP registered [ 0.251582] pnp: PnP ACPI: found 8 devices [ 0.252803] ACPI: bus type PNP unregistered [ 0.261343] NET: Registered protocol family 2 [ 0.264264] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.266656] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.268553] TCP: Hash tables configured (established 16384 bind 16384) [ 0.270455] TCP: reno registered [ 0.271435] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.273178] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.275209] NET: Registered protocol family 1 [ 0.276622] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.278372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.279968] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.302269] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.325219] Trying to unpack rootfs image as initramfs... [ 0.418311] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.421287] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.423023] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.424607] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.427280] Scanning for low memory corruption every 60 seconds [ 0.429647] Initialise system trusted keyring [ 0.430835] audit: initializing netlink socket (disabled) [ 0.432157] type=2000 audit(1534065282.709:1): initialized [ 0.452031] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.454301] zbud: loaded [ 0.455252] VFS: Disk quotas dquot_6.5.2 [ 0.456290] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.458115] fuse init (API version 7.22) [ 0.459227] msgmni has been set to 3997 [ 0.460283] Key type big_key registered [ 0.461536] Key type asymmetric registered [ 0.462587] Asymmetric key parser 'x509' registered [ 0.463741] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.465576] io scheduler noop registered [ 0.466507] io scheduler deadline registered (default) [ 0.467638] io scheduler cfq registered [ 0.468678] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.469970] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.471482] ipmi message handler version 39.2 [ 0.472595] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.474326] ACPI: Power Button [PWRF] [ 0.475394] GHES: HEST is not enabled! [ 0.497489] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.542062] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.564583] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.566613] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.590635] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.593137] Linux agpgart interface v0.103 [ 0.595007] brd: module loaded [ 0.596218] loop: module loaded [ 0.597375] blk-mq: CPU -> queue map [ 0.598285] CPU 0 -> Queue 0 [ 0.599042] CPU 1 -> Queue 0 [ 0.600473] vda: vda1 [ 0.601881] scsi0 : ata_piix [ 0.602665] scsi1 : ata_piix [ 0.603381] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.604747] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.606311] libphy: Fixed MDIO Bus: probed [ 0.607293] tun: Universal TUN/TAP device driver, 1.6 [ 0.608367] tun: (C) 1999-2004 Max Krasnyansky [ 0.611003] PPP generic driver version 2.4.2 [ 0.612023] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.613322] ehci-pci: EHCI PCI platform driver [ 0.614273] ehci-platform: EHCI generic platform driver [ 0.615386] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.616641] ohci-pci: OHCI PCI platform driver [ 0.617624] ohci-platform: OHCI generic platform driver [ 0.618701] uhci_hcd: USB Universal Host Controller Interface driver [ 0.640745] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.641845] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.643461] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.644695] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.646020] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.647550] usb usb1: Product: UHCI Host Controller [ 0.648565] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd [ 0.649920] usb usb1: SerialNumber: 0000:00:01.2 [ 0.651116] hub 1-0:1.0: USB hub found [ 0.652166] hub 1-0:1.0: 2 ports detected [ 0.653393] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.655673] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.656701] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.657858] mousedev: PS/2 mouse device common for all mice [ 0.659249] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.661121] rtc_cmos 00:00: RTC can wake from S4 [ 0.662782] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.664550] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.666329] device-mapper: uevent: version 1.0.3 [ 0.667736] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.670130] ledtrig-cpu: registered to indicate activity on CPUs [ 0.671824] TCP: cubic registered [ 0.672903] NET: Registered protocol family 10 [ 0.674394] NET: Registered protocol family 17 [ 0.675733] Key type dns_resolver registered [ 0.677151] Loading compiled-in X.509 certificates [ 0.679026] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0' [ 0.681691] registered taskstats version 1 [ 0.692859] Key type trusted registered [ 0.696517] Key type encrypted registered [ 0.697497] AppArmor: AppArmor sha1 policy hashing enabled [ 0.698946] IMA: No TPM chip found, activating TPM-bypass! [ 0.700888] regulator-dummy: disabling [ 0.701901] Magic number: 14:35:222 [ 0.703011] rtc_cmos 00:00: setting system clock to 2018-08-12 09:14:43 UTC (1534065283) [ 0.704889] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.706135] EDD information not available. [ 0.761384] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000) [ 0.763225] Write protecting the kernel read-only data: 12288k [ 0.764990] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000) [ 0.767838] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.781703] systemd-udevd[107]: starting version 204 [ 0.820635] FDC 0 is a S82078B [ 0.964059] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.124684] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.126110] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.127461] usb 1-1: Product: QEMU USB Tablet [ 1.128372] usb 1-1: Manufacturer: QEMU [ 1.129215] usb 1-1: SerialNumber: 42 [ 1.420090] tsc: Refined TSC clocksource calibration: 3491.877 MHz [ 1.845302] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.096165] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.184699] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] [ 2.283393] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sun, 12 Aug 2018 09:14:45 +0000. Up 2.66 seconds. cloud-init-nonet[2.85]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting cold plug devices[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] cloud-init-nonet[9.46]: static networking is now up * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sun, 12 Aug 2018 09:14:52 +0000. Up 9.59 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:f8:47:bc | ci-info: | eth0 | True | 192.168.0.6 | 255.255.255.0 | fa:16:3e:a0:8c:69 | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.2 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: 9e:9e:9f:8d:3a:a6:9c:55:48:62:37:40:24:56:bf:96 root@homer-0 The key's randomart image is: +--[ RSA 2048]----+ | o+= | | . . o | | o = | | . + = | | E . | | o o | | + | | . +o. + | | +o+++ . | +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: f5:82:85:56:b7:31:ca:0c:a6:5a:c4:22:5d:9b:95:f7 root@homer-0 The key's randomart image is: +--[ DSA 1024]----+ | . oo +.. + | | . o..*.*.o + | | . .= o.*.. | | o . + .E | | . S . . | | . | | | | | | | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: ae:94:d0:9e:d4:d7:5a:03:f2:3e:7d:6b:94:24:f5:c1 root@homer-0 The key's randomart image is: +--[ECDSA 256]---+ | . | | .E | | . . . ..| | . . o o. . .| | . o S o +o . | | + + o + .o | | = . + ... | | . . . ... | | . .. | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: e9:6d:b2:ce:65:c3:06:5d:25:e6:9f:e9:9d:26:da:19 root@homer-0 The key's randomart image is: +--[ED25519 256--+ | o . | | o o | | o | | o . . o | | S . + | | . + . ..| | o O E.o.| | . B .o = | | .+ . o | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS homer-0 ttyS0 homer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Sun, 12 Aug 2018 09:16:57 +0000. Up 134.34 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Sun, 12 Aug 2018 09:17:57 +0000. Up 195.05 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com gpg: no valid OpenPGP data found. + apt-get update Err http://repo.cw-ngv.com binary/ InRelease Err http://archive.ubuntu.com trusty InRelease Err http://archive.ubuntu.com trusty-updates InRelease Err http://archive.ubuntu.com trusty-backports InRelease Err http://security.ubuntu.com trusty-security InRelease Err http://security.ubuntu.com trusty-security Release.gpg Could not resolve 'security.ubuntu.com' Err http://repo.cw-ngv.com binary/ Release.gpg Could not resolve 'repo.cw-ngv.com' Err http://archive.ubuntu.com trusty Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-updates Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-backports Release.gpg Could not resolve 'archive.ubuntu.com' Reading package lists... W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com' W: Some index files failed to download. They have been ignored, or old ones used instead. + mkdir -p /etc/clearwater + etcd_ip=192.168.0.23 + '[' -n 192.168.0.23 ']' + cat + DEBIAN_FRONTEND=noninteractive + apt-get install homer --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package homer + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package clearwater-management + retries=0 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.211 ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.208 ++ echo A 172.30.9.208 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 0 -lt 10 ']' + retries=1 + echo 'nsupdate failed - retrying (retry 1)...' nsupdate failed - retrying (retry 1)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ echo 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.208 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 1 -lt 10 ']' + retries=2 + echo 'nsupdate failed - retrying (retry 2)...' nsupdate failed - retrying (retry 2)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ echo 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.208 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 2 -lt 10 ']' + retries=3 + echo 'nsupdate failed - retrying (retry 3)...' nsupdate failed - retrying (retry 3)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ echo 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.208 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 3 -lt 10 ']' + retries=4 + echo 'nsupdate failed - retrying (retry 4)...' nsupdate failed - retrying (retry 4)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.208 ++ echo A 172.30.9.208 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 4 -lt 10 ']' + retries=5 + echo 'nsupdate failed - retrying (retry 5)...' nsupdate failed - retrying (retry 5)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ echo 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.208 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 5 -lt 10 ']' + retries=6 + echo 'nsupdate failed - retrying (retry 6)...' nsupdate failed - retrying (retry 6)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ echo 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.208 2018-08-12 09:21:50,151 - functest.core.singlevm - DEBUG - try 38: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-12 09:22:00,161 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:22:00,164 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:22:01,030 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:22: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-c7cf729d-c2db-42e0-a885-d84673bba89e x-compute-request-id: req-c7cf729d-c2db-42e0-a885-d84673bba89e Content-Encoding: gzip Content-Length: 1505 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:8c:69", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:8c:69", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:47:bc", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:47:bc", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/0d05f869-c182-4a19-86bf-4ac078c523fd", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:41.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "0d05f869-c182-4a19-86bf-4ac078c523fd", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:41Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "homer-0.clearwater.opnfv", "created": "2018-08-12T09:14:06Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:24:50", "version": 4, "addr": "192.168.0.22", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:24:50", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:35:db:99", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/1c9b6e42-b18c-407e-8d00-9077025769fd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1c9b6e42-b18c-407e-8d00-9077025769fd", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:39.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "1c9b6e42-b18c-407e-8d00-9077025769fd", "security_groups": [{"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:39Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "dime-0.clearwater.opnfv", "created": "2018-08-12T09:14:05Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:73:af", "version": 4, "addr": "192.168.0.17", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:73:af", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:b9:f2", "version": 4, "addr": "192.168.1.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:b9:f2", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:41.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:41Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "bono-0.clearwater.opnfv", "created": "2018-08-12T09:14:05Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:27:6c", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:27:6c", "version": 4, "addr": "172.30.9.216", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:82:86", "version": 4, "addr": "192.168.1.24", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/566a63cc-7490-4385-b2ac-bfb24030a031", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/566a63cc-7490-4385-b2ac-bfb24030a031", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:34.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "566a63cc-7490-4385-b2ac-bfb24030a031", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:34Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-12T09:14:04Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:9d:e5", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:9d:e5", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b4:d8:25", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/7a80620a-d807-4698-b6c3-7c140a7b5157", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/7a80620a-d807-4698-b6c3-7c140a7b5157", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:25.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "7a80620a-d807-4698-b6c3-7c140a7b5157", "security_groups": [{"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:25Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-12T09:14:04Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:ca:f6", "version": 4, "addr": "192.168.0.23", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:ca:f6", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/3544e1e5-febb-4596-964e-1a53f9d26ab6", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/3544e1e5-febb-4596-964e-1a53f9d26ab6", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:13:48.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "3544e1e5-febb-4596-964e-1a53f9d26ab6", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:13:48Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-12T09:12:11Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:77:d2", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:77:d2", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ac:00:39", "version": 4, "addr": "192.168.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/24234aa3-febc-4826-8d67-0c33e6f38782", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/24234aa3-febc-4826-8d67-0c33e6f38782", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:12:00.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "24234aa3-febc-4826-8d67-0c33e6f38782", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:12:00Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "ns.clearwater.opnfv", "created": "2018-08-12T09:10:20Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:22:01,031 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-c7cf729d-c2db-42e0-a885-d84673bba89e 2018-08-12 09:22:01,031 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.869429826736s 2018-08-12 09:22:01,032 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-c7cf729d-c2db-42e0-a885-d84673bba89e 2018-08-12 09:22:01,039 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-12 09:22:01,042 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd/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}d584eff3730be386f99aabb4bf64013d89965dc6" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 09:22:01,117 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:22: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-ad18d280-9b87-40f8-974f-be23a8d48b80 x-compute-request-id: req-ad18d280-9b87-40f8-974f-be23a8d48b80 Content-Encoding: gzip Content-Length: 10864 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 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] 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-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] 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] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\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 2 CPUs, 0 hotplug CPUs\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 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008016] Security Framework initialized\n[ 0.008913] AppArmor: AppArmor initialized\n[ 0.009837] Yama: becoming mindful.\n[ 0.010748] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.013325] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.015408] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.016006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.017778] Initializing cgroup subsys memory\n[ 0.018719] Initializing cgroup subsys devices\n[ 0.020003] Initializing cgroup subsys freezer\n[ 0.021086] Initializing cgroup subsys blkio\n[ 0.021991] Initializing cgroup subsys perf_event\n[ 0.022999] Initializing cgroup subsys hugetlb\n[ 0.024056] CPU: Physical Processor ID: 0\n[ 0.024946] FEATURE SPEC_CTRL Not Present\n[ 0.026471] mce: CPU supports 10 MCE banks\n[ 0.028035] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.028035] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.030137] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.031421] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.032003] Speculative Store Bypass: Vulnerable\n[ 0.033566] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000)\n[ 0.038566] ACPI: Core revision 20131115\n[ 0.040460] ACPI: All ACPI Tables successfully acquired\n[ 0.041709] ftrace: allocating 28727 entries in 113 pages\n[ 0.060291] Enabling x2apic\n[ 0.061073] Enabled x2apic\n[ 0.061964] Switched APIC routing to physical x2apic.\n[ 0.064919] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.066290] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.069066] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.076856] KVM setup paravirtual spinlock\n[ 0.079139] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.080155] x86: Booting SMP configuration:\n[ 0.081281] .... node #0, CPUs: #1[ 0.079106] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.096026] x86: Booted up 1 node, 2 CPUs\n[ 0.096018] KVM setup async PF for cpu 1\n[ 0.096020] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.099631] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.100348] devtmpfs: initialized\n[ 0.102632] EVM: security.selinux\n[ 0.104005] EVM: security.SMACK64\n[ 0.104954] EVM: security.ima\n[ 0.105920] EVM: security.capability\n[ 0.108118] pinctrl core: initialized pinctrl subsystem\n[ 0.109704] regulator-dummy: no parameters\n[ 0.110929] RTC time: 9:14:42, date: 08/12/18\n[ 0.112038] NET: Registered protocol family 16\n[ 0.113457] cpuidle: using governor ladder\n[ 0.114609] cpuidle: using governor menu\n[ 0.115850] ACPI: bus type PCI registered\n[ 0.116004] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.117746] PCI: Using configuration type 1 for base access\n[ 0.120038] bio: create slab at 0\n[ 0.121189] ACPI: Added _OSI(Module Device)\n[ 0.121189] ACPI: Added _OSI(Processor Device)\n[ 0.122213] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.124005] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.126110] ACPI: Interpreter enabled\n[ 0.127154] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.129830] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.132005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.134822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.136755] ACPI: (supports S0 S5)\n[ 0.137721] ACPI: Using IOAPIC for interrupt routing\n[ 0.139117] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.140200] ACPI: No dock devices found.\n[ 0.143264] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.144008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.145991] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.147946] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.148206] acpiphp: Slot [3] registered\n[ 0.149509] acpiphp: Slot [4] registered\n[ 0.150716] acpiphp: Slot [5] registered\n[ 0.151857] acpiphp: Slot [6] registered\n[ 0.152020] acpiphp: Slot [7] registered\n[ 0.153216] acpiphp: Slot [8] registered\n[ 0.154428] acpiphp: Slot [9] registered\n[ 0.155633] acpiphp: Slot [10] registered\n[ 0.156024] acpiphp: Slot [11] registered\n[ 0.157002] acpiphp: Slot [12] registered\n[ 0.157975] acpiphp: Slot [13] registered\n[ 0.158963] acpiphp: Slot [14] registered\n[ 0.159983] acpiphp: Slot [15] registered\n[ 0.160023] acpiphp: Slot [16] registered\n[ 0.160985] acpiphp: Slot [17] registered\n[ 0.161921] acpiphp: Slot [18] registered\n[ 0.162915] acpiphp: Slot [19] registered\n[ 0.163849] acpiphp: Slot [20] registered\n[ 0.164031] acpiphp: Slot [21] registered\n[ 0.164958] acpiphp: Slot [22] registered\n[ 0.165998] acpiphp: Slot [23] registered\n[ 0.166930] acpiphp: Slot [24] registered\n[ 0.167875] acpiphp: Slot [25] registered\n[ 0.168028] acpiphp: Slot [26] registered\n[ 0.168961] acpiphp: Slot [27] registered\n[ 0.169925] acpiphp: Slot [28] registered\n[ 0.170792] acpiphp: Slot [29] registered\n[ 0.171685] acpiphp: Slot [30] registered\n[ 0.172025] acpiphp: Slot [31] registered\n[ 0.172955] PCI host bridge to bus 0000:00\n[ 0.173880] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.175056] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.176004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.177251] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.178637] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.180006] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.186663] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.188013] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.215762] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.216865] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.218635] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.220322] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.221905] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.223587] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.224212] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.225252] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.227068] vgaarb: loaded\n[ 0.228003] vgaarb: bridge control possible 0000:00:02.0\n[ 0.229353] SCSI subsystem initialized\n[ 0.230422] ACPI: bus type USB registered\n[ 0.230422] usbcore: registered new interface driver usbfs\n[ 0.232012] usbcore: registered new interface driver hub\n[ 0.233326] usbcore: registered new device driver usb\n[ 0.233326] PCI: Using ACPI for IRQ routing\n[ 0.233326] NetLabel: Initializing\n[ 0.236006] NetLabel: domain hash size = 128\n[ 0.237063] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.238225] NetLabel: unlabeled traffic allowed by default\n[ 0.239575] Switched to clocksource kvm-clock\n[ 0.243616] AppArmor: AppArmor Filesystem Enabled\n[ 0.248321] pnp: PnP ACPI init\n[ 0.249466] ACPI: bus type PNP registered\n[ 0.251582] pnp: PnP ACPI: found 8 devices\n[ 0.252803] ACPI: bus type PNP unregistered\n[ 0.261343] NET: Registered protocol family 2\n[ 0.264264] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.266656] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.268553] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.270455] TCP: reno registered\n[ 0.271435] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.273178] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.275209] NET: Registered protocol family 1\n[ 0.276622] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.278372] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.279968] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.302269] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.325219] Trying to unpack rootfs image as initramfs...\n[ 0.418311] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.421287] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.423023] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.424607] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.427280] Scanning for low memory corruption every 60 seconds\n[ 0.429647] Initialise system trusted keyring\n[ 0.430835] audit: initializing netlink socket (disabled)\n[ 0.432157] type=2000 audit(1534065282.709:1): initialized\n[ 0.452031] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.454301] zbud: loaded\n[ 0.455252] VFS: Disk quotas dquot_6.5.2\n[ 0.456290] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.458115] fuse init (API version 7.22)\n[ 0.459227] msgmni has been set to 3997\n[ 0.460283] Key type big_key registered\n[ 0.461536] Key type asymmetric registered\n[ 0.462587] Asymmetric key parser 'x509' registered\n[ 0.463741] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.465576] io scheduler noop registered\n[ 0.466507] io scheduler deadline registered (default)\n[ 0.467638] io scheduler cfq registered\n[ 0.468678] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.469970] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.471482] ipmi message handler version 39.2\n[ 0.472595] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.474326] ACPI: Power Button [PWRF]\n[ 0.475394] GHES: HEST is not enabled!\n[ 0.497489] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.542062] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564583] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.566613] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590635] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593137] Linux agpgart interface v0.103\n[ 0.595007] brd: module loaded\n[ 0.596218] loop: module loaded\n[ 0.597375] blk-mq: CPU -> queue map\n[ 0.598285] CPU 0 -> Queue 0\n[ 0.599042] CPU 1 -> Queue 0\n[ 0.600473] vda: vda1\n[ 0.601881] scsi0 : ata_piix\n[ 0.602665] scsi1 : ata_piix\n[ 0.603381] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.604747] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.606311] libphy: Fixed MDIO Bus: probed\n[ 0.607293] tun: Universal TUN/TAP device driver, 1.6\n[ 0.608367] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.611003] PPP generic driver version 2.4.2\n[ 0.612023] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.613322] ehci-pci: EHCI PCI platform driver\n[ 0.614273] ehci-platform: EHCI generic platform driver\n[ 0.615386] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.616641] ohci-pci: OHCI PCI platform driver\n[ 0.617624] ohci-platform: OHCI generic platform driver\n[ 0.618701] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.640745] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.641845] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.643461] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.644695] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646020] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647550] usb usb1: Product: UHCI Host Controller\n[ 0.648565] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd\n[ 0.649920] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651116] hub 1-0:1.0: USB hub found\n[ 0.652166] hub 1-0:1.0: 2 ports detected\n[ 0.653393] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655673] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656701] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657858] mousedev: PS/2 mouse device common for all mice\n[ 0.659249] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.661121] rtc_cmos 00:00: RTC can wake from S4\n[ 0.662782] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.664550] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.666329] device-mapper: uevent: version 1.0.3\n[ 0.667736] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.670130] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.671824] TCP: cubic registered\n[ 0.672903] NET: Registered protocol family 10\n[ 0.674394] NET: Registered protocol family 17\n[ 0.675733] Key type dns_resolver registered\n[ 0.677151] Loading compiled-in X.509 certificates\n[ 0.679026] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0'\n[ 0.681691] registered taskstats version 1\n[ 0.692859] Key type trusted registered\n[ 0.696517] Key type encrypted registered\n[ 0.697497] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.698946] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.700888] regulator-dummy: disabling\n[ 0.701901] Magic number: 14:35:222\n[ 0.703011] rtc_cmos 00:00: setting system clock to 2018-08-12 09:14:43 UTC (1534065283)\n[ 0.704889] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.706135] EDD information not available.\n[ 0.761384] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000)\n[ 0.763225] Write protecting the kernel read-only data: 12288k\n[ 0.764990] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000)\n[ 0.767838] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.781703] systemd-udevd[107]: starting version 204\n[ 0.820635] FDC 0 is a S82078B\n[ 0.964059] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.124684] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.126110] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.127461] usb 1-1: Product: QEMU USB Tablet\n[ 1.128372] usb 1-1: Manufacturer: QEMU\n[ 1.129215] usb 1-1: SerialNumber: 42\n[ 1.420090] tsc: Refined TSC clocksource calibration: 3491.877 MHz\n[ 1.845302] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.096165] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.184699] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n[ 2.283393] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sun, 12 Aug 2018 09:14:45 +0000. Up 2.66 seconds.\ncloud-init-nonet[2.85]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting cold plug devices[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\ncloud-init-nonet[9.46]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sun, 12 Aug 2018 09:14:52 +0000. Up 9.59 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:f8:47:bc |\nci-info: | eth0 | True | 192.168.0.6 | 255.255.255.0 | fa:16:3e:a0:8c:69 |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.2 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\n9e:9e:9f:8d:3a:a6:9c:55:48:62:37:40:24:56:bf:96 root@homer-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| o+= |\n| . . o |\n| o = |\n| . + = |\n| E . |\n| o o |\n| + |\n| . +o. + |\n| +o+++ . |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\nf5:82:85:56:b7:31:ca:0c:a6:5a:c4:22:5d:9b:95:f7 root@homer-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| . oo +.. + |\n| . o..*.*.o + |\n| . .= o.*.. |\n| o . + .E |\n| . S . . |\n| . |\n| |\n| |\n| |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\nae:94:d0:9e:d4:d7:5a:03:f2:3e:7d:6b:94:24:f5:c1 root@homer-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| . |\n| .E |\n| . . . ..|\n| . . o o. . .|\n| . o S o +o . |\n| + + o + .o |\n| = . + ... |\n| . . . ... |\n| . .. |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\ne9:6d:b2:ce:65:c3:06:5d:25:e6:9f:e9:9d:26:da:19 root@homer-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| o . |\n| o o |\n| o |\n| o . . o |\n| S . + |\n| . + . ..|\n| o O E.o.|\n| . B .o = |\n| .+ . o |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS homer-0 ttyS0\n\nhomer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Sun, 12 Aug 2018 09:16:57 +0000. Up 134.34 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Sun, 12 Aug 2018 09:17:57 +0000. Up 195.05 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com\ngpg: no valid OpenPGP data found.\n+ apt-get update\nErr http://repo.cw-ngv.com binary/ InRelease\n \nErr http://archive.ubuntu.com trusty InRelease\n \nErr http://archive.ubuntu.com trusty-updates InRelease\n \nErr http://archive.ubuntu.com trusty-backports InRelease\n \nErr http://security.ubuntu.com trusty-security InRelease\n \nErr http://security.ubuntu.com trusty-security Release.gpg\n Could not resolve 'security.ubuntu.com'\nErr http://repo.cw-ngv.com binary/ Release.gpg\n Could not resolve 'repo.cw-ngv.com'\nErr http://archive.ubuntu.com trusty Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-updates Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-backports Release.gpg\n Could not resolve 'archive.ubuntu.com'\nReading package lists...\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease \n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com'\n\nW: Some index files failed to download. They have been ignored, or old ones used instead.\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.23\n+ '[' -n 192.168.0.23 ']'\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install homer --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package homer\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package clearwater-management\n+ retries=0\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.211\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.208\n++ echo A 172.30.9.208\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 0 -lt 10 ']'\n+ retries=1\n+ echo 'nsupdate failed - retrying (retry 1)...'\nnsupdate failed - retrying (retry 1)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ echo 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.208\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 1 -lt 10 ']'\n+ retries=2\n+ echo 'nsupdate failed - retrying (retry 2)...'\nnsupdate failed - retrying (retry 2)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ echo 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.208\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 2 -lt 10 ']'\n+ retries=3\n+ echo 'nsupdate failed - retrying (retry 3)...'\nnsupdate failed - retrying (retry 3)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ echo 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.208\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 3 -lt 10 ']'\n+ retries=4\n+ echo 'nsupdate failed - retrying (retry 4)...'\nnsupdate failed - retrying (retry 4)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.208\n++ echo A 172.30.9.208\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 4 -lt 10 ']'\n+ retries=5\n+ echo 'nsupdate failed - retrying (retry 5)...'\nnsupdate failed - retrying (retry 5)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ echo 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.208\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 5 -lt 10 ']'\n+ retries=6\n+ echo 'nsupdate failed - retrying (retry 6)...'\nnsupdate failed - retrying (retry 6)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ echo 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.208\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 6 -lt 10 ']'\n+ retries=7\n+ echo 'nsupdate failed - retrying (retry 7)...'\nnsupdate failed - retrying (retry 7)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ echo 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.208\n"} 2018-08-12 09:22:01,118 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd/action used request id req-ad18d280-9b87-40f8-974f-be23a8d48b80 2018-08-12 09:22:01,118 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0782380104065s 2018-08-12 09:22:01,119 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd/action used request id req-ad18d280-9b87-40f8-974f-be23a8d48b80 2018-08-12 09:22:01,119 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-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] 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-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] 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] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 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 2 CPUs, 0 hotplug CPUs [ 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 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008016] Security Framework initialized [ 0.008913] AppArmor: AppArmor initialized [ 0.009837] Yama: becoming mindful. [ 0.010748] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.013325] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.015408] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.016006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.017778] Initializing cgroup subsys memory [ 0.018719] Initializing cgroup subsys devices [ 0.020003] Initializing cgroup subsys freezer [ 0.021086] Initializing cgroup subsys blkio [ 0.021991] Initializing cgroup subsys perf_event [ 0.022999] Initializing cgroup subsys hugetlb [ 0.024056] CPU: Physical Processor ID: 0 [ 0.024946] FEATURE SPEC_CTRL Not Present [ 0.026471] mce: CPU supports 10 MCE banks [ 0.028035] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.028035] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.030137] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.031421] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.032003] Speculative Store Bypass: Vulnerable [ 0.033566] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000) [ 0.038566] ACPI: Core revision 20131115 [ 0.040460] ACPI: All ACPI Tables successfully acquired [ 0.041709] ftrace: allocating 28727 entries in 113 pages [ 0.060291] Enabling x2apic [ 0.061073] Enabled x2apic [ 0.061964] Switched APIC routing to physical x2apic. [ 0.064919] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.066290] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.069066] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.076856] KVM setup paravirtual spinlock [ 0.079139] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.080155] x86: Booting SMP configuration: [ 0.081281] .... node #0, CPUs: #1[ 0.079106] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.096026] x86: Booted up 1 node, 2 CPUs [ 0.096018] KVM setup async PF for cpu 1 [ 0.096020] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.099631] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.100348] devtmpfs: initialized [ 0.102632] EVM: security.selinux [ 0.104005] EVM: security.SMACK64 [ 0.104954] EVM: security.ima [ 0.105920] EVM: security.capability [ 0.108118] pinctrl core: initialized pinctrl subsystem [ 0.109704] regulator-dummy: no parameters [ 0.110929] RTC time: 9:14:42, date: 08/12/18 [ 0.112038] NET: Registered protocol family 16 [ 0.113457] cpuidle: using governor ladder [ 0.114609] cpuidle: using governor menu [ 0.115850] ACPI: bus type PCI registered [ 0.116004] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.117746] PCI: Using configuration type 1 for base access [ 0.120038] bio: create slab at 0 [ 0.121189] ACPI: Added _OSI(Module Device) [ 0.121189] ACPI: Added _OSI(Processor Device) [ 0.122213] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.124005] ACPI: Added _OSI(Processor Aggregator Device) [ 0.126110] ACPI: Interpreter enabled [ 0.127154] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.129830] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.132005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.134822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.136755] ACPI: (supports S0 S5) [ 0.137721] ACPI: Using IOAPIC for interrupt routing [ 0.139117] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.140200] ACPI: No dock devices found. [ 0.143264] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.144008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.145991] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.147946] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.148206] acpiphp: Slot [3] registered [ 0.149509] acpiphp: Slot [4] registered [ 0.150716] acpiphp: Slot [5] registered [ 0.151857] acpiphp: Slot [6] registered [ 0.152020] acpiphp: Slot [7] registered [ 0.153216] acpiphp: Slot [8] registered [ 0.154428] acpiphp: Slot [9] registered [ 0.155633] acpiphp: Slot [10] registered [ 0.156024] acpiphp: Slot [11] registered [ 0.157002] acpiphp: Slot [12] registered [ 0.157975] acpiphp: Slot [13] registered [ 0.158963] acpiphp: Slot [14] registered [ 0.159983] acpiphp: Slot [15] registered [ 0.160023] acpiphp: Slot [16] registered [ 0.160985] acpiphp: Slot [17] registered [ 0.161921] acpiphp: Slot [18] registered [ 0.162915] acpiphp: Slot [19] registered [ 0.163849] acpiphp: Slot [20] registered [ 0.164031] acpiphp: Slot [21] registered [ 0.164958] acpiphp: Slot [22] registered [ 0.165998] acpiphp: Slot [23] registered [ 0.166930] acpiphp: Slot [24] registered [ 0.167875] acpiphp: Slot [25] registered [ 0.168028] acpiphp: Slot [26] registered [ 0.168961] acpiphp: Slot [27] registered [ 0.169925] acpiphp: Slot [28] registered [ 0.170792] acpiphp: Slot [29] registered [ 0.171685] acpiphp: Slot [30] registered [ 0.172025] acpiphp: Slot [31] registered [ 0.172955] PCI host bridge to bus 0000:00 [ 0.173880] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.175056] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.176004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.177251] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.178637] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.180006] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.186663] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.188013] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.215762] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.216865] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.218635] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.220322] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.221905] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.223587] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.224212] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.225252] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.227068] vgaarb: loaded [ 0.228003] vgaarb: bridge control possible 0000:00:02.0 [ 0.229353] SCSI subsystem initialized [ 0.230422] ACPI: bus type USB registered [ 0.230422] usbcore: registered new interface driver usbfs [ 0.232012] usbcore: registered new interface driver hub [ 0.233326] usbcore: registered new device driver usb [ 0.233326] PCI: Using ACPI for IRQ routing [ 0.233326] NetLabel: Initializing [ 0.236006] NetLabel: domain hash size = 128 [ 0.237063] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.238225] NetLabel: unlabeled traffic allowed by default [ 0.239575] Switched to clocksource kvm-clock [ 0.243616] AppArmor: AppArmor Filesystem Enabled [ 0.248321] pnp: PnP ACPI init [ 0.249466] ACPI: bus type PNP registered [ 0.251582] pnp: PnP ACPI: found 8 devices [ 0.252803] ACPI: bus type PNP unregistered [ 0.261343] NET: Registered protocol family 2 [ 0.264264] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.266656] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.268553] TCP: Hash tables configured (established 16384 bind 16384) [ 0.270455] TCP: reno registered [ 0.271435] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.273178] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.275209] NET: Registered protocol family 1 [ 0.276622] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.278372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.279968] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.302269] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.325219] Trying to unpack rootfs image as initramfs... [ 0.418311] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.421287] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.423023] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.424607] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.427280] Scanning for low memory corruption every 60 seconds [ 0.429647] Initialise system trusted keyring [ 0.430835] audit: initializing netlink socket (disabled) [ 0.432157] type=2000 audit(1534065282.709:1): initialized [ 0.452031] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.454301] zbud: loaded [ 0.455252] VFS: Disk quotas dquot_6.5.2 [ 0.456290] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.458115] fuse init (API version 7.22) [ 0.459227] msgmni has been set to 3997 [ 0.460283] Key type big_key registered [ 0.461536] Key type asymmetric registered [ 0.462587] Asymmetric key parser 'x509' registered [ 0.463741] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.465576] io scheduler noop registered [ 0.466507] io scheduler deadline registered (default) [ 0.467638] io scheduler cfq registered [ 0.468678] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.469970] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.471482] ipmi message handler version 39.2 [ 0.472595] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.474326] ACPI: Power Button [PWRF] [ 0.475394] GHES: HEST is not enabled! [ 0.497489] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.542062] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.564583] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.566613] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.590635] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.593137] Linux agpgart interface v0.103 [ 0.595007] brd: module loaded [ 0.596218] loop: module loaded [ 0.597375] blk-mq: CPU -> queue map [ 0.598285] CPU 0 -> Queue 0 [ 0.599042] CPU 1 -> Queue 0 [ 0.600473] vda: vda1 [ 0.601881] scsi0 : ata_piix [ 0.602665] scsi1 : ata_piix [ 0.603381] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.604747] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.606311] libphy: Fixed MDIO Bus: probed [ 0.607293] tun: Universal TUN/TAP device driver, 1.6 [ 0.608367] tun: (C) 1999-2004 Max Krasnyansky [ 0.611003] PPP generic driver version 2.4.2 [ 0.612023] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.613322] ehci-pci: EHCI PCI platform driver [ 0.614273] ehci-platform: EHCI generic platform driver [ 0.615386] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.616641] ohci-pci: OHCI PCI platform driver [ 0.617624] ohci-platform: OHCI generic platform driver [ 0.618701] uhci_hcd: USB Universal Host Controller Interface driver [ 0.640745] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.641845] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.643461] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.644695] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.646020] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.647550] usb usb1: Product: UHCI Host Controller [ 0.648565] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd [ 0.649920] usb usb1: SerialNumber: 0000:00:01.2 [ 0.651116] hub 1-0:1.0: USB hub found [ 0.652166] hub 1-0:1.0: 2 ports detected [ 0.653393] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.655673] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.656701] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.657858] mousedev: PS/2 mouse device common for all mice [ 0.659249] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.661121] rtc_cmos 00:00: RTC can wake from S4 [ 0.662782] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.664550] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.666329] device-mapper: uevent: version 1.0.3 [ 0.667736] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.670130] ledtrig-cpu: registered to indicate activity on CPUs [ 0.671824] TCP: cubic registered [ 0.672903] NET: Registered protocol family 10 [ 0.674394] NET: Registered protocol family 17 [ 0.675733] Key type dns_resolver registered [ 0.677151] Loading compiled-in X.509 certificates [ 0.679026] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0' [ 0.681691] registered taskstats version 1 [ 0.692859] Key type trusted registered [ 0.696517] Key type encrypted registered [ 0.697497] AppArmor: AppArmor sha1 policy hashing enabled [ 0.698946] IMA: No TPM chip found, activating TPM-bypass! [ 0.700888] regulator-dummy: disabling [ 0.701901] Magic number: 14:35:222 [ 0.703011] rtc_cmos 00:00: setting system clock to 2018-08-12 09:14:43 UTC (1534065283) [ 0.704889] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.706135] EDD information not available. [ 0.761384] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000) [ 0.763225] Write protecting the kernel read-only data: 12288k [ 0.764990] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000) [ 0.767838] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.781703] systemd-udevd[107]: starting version 204 [ 0.820635] FDC 0 is a S82078B [ 0.964059] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.124684] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.126110] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.127461] usb 1-1: Product: QEMU USB Tablet [ 1.128372] usb 1-1: Manufacturer: QEMU [ 1.129215] usb 1-1: SerialNumber: 42 [ 1.420090] tsc: Refined TSC clocksource calibration: 3491.877 MHz [ 1.845302] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.096165] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.184699] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] [ 2.283393] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sun, 12 Aug 2018 09:14:45 +0000. Up 2.66 seconds. cloud-init-nonet[2.85]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting cold plug devices[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] cloud-init-nonet[9.46]: static networking is now up * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sun, 12 Aug 2018 09:14:52 +0000. Up 9.59 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:f8:47:bc | ci-info: | eth0 | True | 192.168.0.6 | 255.255.255.0 | fa:16:3e:a0:8c:69 | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.2 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: 9e:9e:9f:8d:3a:a6:9c:55:48:62:37:40:24:56:bf:96 root@homer-0 The key's randomart image is: +--[ RSA 2048]----+ | o+= | | . . o | | o = | | . + = | | E . | | o o | | + | | . +o. + | | +o+++ . | +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: f5:82:85:56:b7:31:ca:0c:a6:5a:c4:22:5d:9b:95:f7 root@homer-0 The key's randomart image is: +--[ DSA 1024]----+ | . oo +.. + | | . o..*.*.o + | | . .= o.*.. | | o . + .E | | . S . . | | . | | | | | | | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: ae:94:d0:9e:d4:d7:5a:03:f2:3e:7d:6b:94:24:f5:c1 root@homer-0 The key's randomart image is: +--[ECDSA 256]---+ | . | | .E | | . . . ..| | . . o o. . .| | . o S o +o . | | + + o + .o | | = . + ... | | . . . ... | | . .. | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: e9:6d:b2:ce:65:c3:06:5d:25:e6:9f:e9:9d:26:da:19 root@homer-0 The key's randomart image is: +--[ED25519 256--+ | o . | | o o | | o | | o . . o | | S . + | | . + . ..| | o O E.o.| | . B .o = | | .+ . o | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS homer-0 ttyS0 homer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Sun, 12 Aug 2018 09:16:57 +0000. Up 134.34 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Sun, 12 Aug 2018 09:17:57 +0000. Up 195.05 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com gpg: no valid OpenPGP data found. + apt-get update Err http://repo.cw-ngv.com binary/ InRelease Err http://archive.ubuntu.com trusty InRelease Err http://archive.ubuntu.com trusty-updates InRelease Err http://archive.ubuntu.com trusty-backports InRelease Err http://security.ubuntu.com trusty-security InRelease Err http://security.ubuntu.com trusty-security Release.gpg Could not resolve 'security.ubuntu.com' Err http://repo.cw-ngv.com binary/ Release.gpg Could not resolve 'repo.cw-ngv.com' Err http://archive.ubuntu.com trusty Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-updates Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-backports Release.gpg Could not resolve 'archive.ubuntu.com' Reading package lists... W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com' W: Some index files failed to download. They have been ignored, or old ones used instead. + mkdir -p /etc/clearwater + etcd_ip=192.168.0.23 + '[' -n 192.168.0.23 ']' + cat + DEBIAN_FRONTEND=noninteractive + apt-get install homer --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package homer + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package clearwater-management + retries=0 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.211 ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.208 ++ echo A 172.30.9.208 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 0 -lt 10 ']' + retries=1 + echo 'nsupdate failed - retrying (retry 1)...' nsupdate failed - retrying (retry 1)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ echo 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.208 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 1 -lt 10 ']' + retries=2 + echo 'nsupdate failed - retrying (retry 2)...' nsupdate failed - retrying (retry 2)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ echo 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.208 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 2 -lt 10 ']' + retries=3 + echo 'nsupdate failed - retrying (retry 3)...' nsupdate failed - retrying (retry 3)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ echo 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.208 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 3 -lt 10 ']' + retries=4 + echo 'nsupdate failed - retrying (retry 4)...' nsupdate failed - retrying (retry 4)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.208 ++ echo A 172.30.9.208 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 4 -lt 10 ']' + retries=5 + echo 'nsupdate failed - retrying (retry 5)...' nsupdate failed - retrying (retry 5)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ echo 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.208 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 5 -lt 10 ']' + retries=6 + echo 'nsupdate failed - retrying (retry 6)...' nsupdate failed - retrying (retry 6)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ echo 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.208 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 6 -lt 10 ']' + retries=7 + echo 'nsupdate failed - retrying (retry 7)...' nsupdate failed - retrying (retry 7)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ echo 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.208 2018-08-12 09:22:01,121 - functest.core.singlevm - DEBUG - try 39: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-12 09:22:11,132 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:22:11,135 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:22:12,263 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:22: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-899f34ab-c77c-4c69-b0dc-a00328ce4bc0 x-compute-request-id: req-899f34ab-c77c-4c69-b0dc-a00328ce4bc0 Content-Encoding: gzip Content-Length: 1505 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:8c:69", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:8c:69", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:47:bc", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:47:bc", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/0d05f869-c182-4a19-86bf-4ac078c523fd", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:41.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "0d05f869-c182-4a19-86bf-4ac078c523fd", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:41Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "homer-0.clearwater.opnfv", "created": "2018-08-12T09:14:06Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:24:50", "version": 4, "addr": "192.168.0.22", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:24:50", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:35:db:99", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/1c9b6e42-b18c-407e-8d00-9077025769fd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1c9b6e42-b18c-407e-8d00-9077025769fd", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:39.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "1c9b6e42-b18c-407e-8d00-9077025769fd", "security_groups": [{"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:39Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "dime-0.clearwater.opnfv", "created": "2018-08-12T09:14:05Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:73:af", "version": 4, "addr": "192.168.0.17", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:73:af", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:b9:f2", "version": 4, "addr": "192.168.1.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:b9:f2", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:41.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:41Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "bono-0.clearwater.opnfv", "created": "2018-08-12T09:14:05Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:27:6c", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:27:6c", "version": 4, "addr": "172.30.9.216", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:82:86", "version": 4, "addr": "192.168.1.24", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/566a63cc-7490-4385-b2ac-bfb24030a031", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/566a63cc-7490-4385-b2ac-bfb24030a031", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:34.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "566a63cc-7490-4385-b2ac-bfb24030a031", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:34Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-12T09:14:04Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:9d:e5", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:9d:e5", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b4:d8:25", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/7a80620a-d807-4698-b6c3-7c140a7b5157", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/7a80620a-d807-4698-b6c3-7c140a7b5157", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:25.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "7a80620a-d807-4698-b6c3-7c140a7b5157", "security_groups": [{"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:25Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-12T09:14:04Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:ca:f6", "version": 4, "addr": "192.168.0.23", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:ca:f6", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/3544e1e5-febb-4596-964e-1a53f9d26ab6", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/3544e1e5-febb-4596-964e-1a53f9d26ab6", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:13:48.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "3544e1e5-febb-4596-964e-1a53f9d26ab6", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:13:48Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-12T09:12:11Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:77:d2", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:77:d2", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ac:00:39", "version": 4, "addr": "192.168.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/24234aa3-febc-4826-8d67-0c33e6f38782", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/24234aa3-febc-4826-8d67-0c33e6f38782", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:12:00.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "24234aa3-febc-4826-8d67-0c33e6f38782", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:12:00Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "ns.clearwater.opnfv", "created": "2018-08-12T09:10:20Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:22:12,264 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-899f34ab-c77c-4c69-b0dc-a00328ce4bc0 2018-08-12 09:22:12,264 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.13147711754s 2018-08-12 09:22:12,264 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-899f34ab-c77c-4c69-b0dc-a00328ce4bc0 2018-08-12 09:22:12,272 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-12 09:22:12,274 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd/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}d584eff3730be386f99aabb4bf64013d89965dc6" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 09:22:12,348 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:22: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-9040c35e-59ea-49c0-99fc-6e555786c15d x-compute-request-id: req-9040c35e-59ea-49c0-99fc-6e555786c15d Content-Encoding: gzip Content-Length: 10864 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 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] 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-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] 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] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\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 2 CPUs, 0 hotplug CPUs\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 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008016] Security Framework initialized\n[ 0.008913] AppArmor: AppArmor initialized\n[ 0.009837] Yama: becoming mindful.\n[ 0.010748] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.013325] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.015408] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.016006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.017778] Initializing cgroup subsys memory\n[ 0.018719] Initializing cgroup subsys devices\n[ 0.020003] Initializing cgroup subsys freezer\n[ 0.021086] Initializing cgroup subsys blkio\n[ 0.021991] Initializing cgroup subsys perf_event\n[ 0.022999] Initializing cgroup subsys hugetlb\n[ 0.024056] CPU: Physical Processor ID: 0\n[ 0.024946] FEATURE SPEC_CTRL Not Present\n[ 0.026471] mce: CPU supports 10 MCE banks\n[ 0.028035] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.028035] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.030137] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.031421] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.032003] Speculative Store Bypass: Vulnerable\n[ 0.033566] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000)\n[ 0.038566] ACPI: Core revision 20131115\n[ 0.040460] ACPI: All ACPI Tables successfully acquired\n[ 0.041709] ftrace: allocating 28727 entries in 113 pages\n[ 0.060291] Enabling x2apic\n[ 0.061073] Enabled x2apic\n[ 0.061964] Switched APIC routing to physical x2apic.\n[ 0.064919] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.066290] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.069066] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.076856] KVM setup paravirtual spinlock\n[ 0.079139] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.080155] x86: Booting SMP configuration:\n[ 0.081281] .... node #0, CPUs: #1[ 0.079106] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.096026] x86: Booted up 1 node, 2 CPUs\n[ 0.096018] KVM setup async PF for cpu 1\n[ 0.096020] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.099631] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.100348] devtmpfs: initialized\n[ 0.102632] EVM: security.selinux\n[ 0.104005] EVM: security.SMACK64\n[ 0.104954] EVM: security.ima\n[ 0.105920] EVM: security.capability\n[ 0.108118] pinctrl core: initialized pinctrl subsystem\n[ 0.109704] regulator-dummy: no parameters\n[ 0.110929] RTC time: 9:14:42, date: 08/12/18\n[ 0.112038] NET: Registered protocol family 16\n[ 0.113457] cpuidle: using governor ladder\n[ 0.114609] cpuidle: using governor menu\n[ 0.115850] ACPI: bus type PCI registered\n[ 0.116004] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.117746] PCI: Using configuration type 1 for base access\n[ 0.120038] bio: create slab at 0\n[ 0.121189] ACPI: Added _OSI(Module Device)\n[ 0.121189] ACPI: Added _OSI(Processor Device)\n[ 0.122213] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.124005] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.126110] ACPI: Interpreter enabled\n[ 0.127154] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.129830] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.132005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.134822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.136755] ACPI: (supports S0 S5)\n[ 0.137721] ACPI: Using IOAPIC for interrupt routing\n[ 0.139117] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.140200] ACPI: No dock devices found.\n[ 0.143264] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.144008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.145991] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.147946] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.148206] acpiphp: Slot [3] registered\n[ 0.149509] acpiphp: Slot [4] registered\n[ 0.150716] acpiphp: Slot [5] registered\n[ 0.151857] acpiphp: Slot [6] registered\n[ 0.152020] acpiphp: Slot [7] registered\n[ 0.153216] acpiphp: Slot [8] registered\n[ 0.154428] acpiphp: Slot [9] registered\n[ 0.155633] acpiphp: Slot [10] registered\n[ 0.156024] acpiphp: Slot [11] registered\n[ 0.157002] acpiphp: Slot [12] registered\n[ 0.157975] acpiphp: Slot [13] registered\n[ 0.158963] acpiphp: Slot [14] registered\n[ 0.159983] acpiphp: Slot [15] registered\n[ 0.160023] acpiphp: Slot [16] registered\n[ 0.160985] acpiphp: Slot [17] registered\n[ 0.161921] acpiphp: Slot [18] registered\n[ 0.162915] acpiphp: Slot [19] registered\n[ 0.163849] acpiphp: Slot [20] registered\n[ 0.164031] acpiphp: Slot [21] registered\n[ 0.164958] acpiphp: Slot [22] registered\n[ 0.165998] acpiphp: Slot [23] registered\n[ 0.166930] acpiphp: Slot [24] registered\n[ 0.167875] acpiphp: Slot [25] registered\n[ 0.168028] acpiphp: Slot [26] registered\n[ 0.168961] acpiphp: Slot [27] registered\n[ 0.169925] acpiphp: Slot [28] registered\n[ 0.170792] acpiphp: Slot [29] registered\n[ 0.171685] acpiphp: Slot [30] registered\n[ 0.172025] acpiphp: Slot [31] registered\n[ 0.172955] PCI host bridge to bus 0000:00\n[ 0.173880] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.175056] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.176004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.177251] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.178637] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.180006] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.186663] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.188013] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.215762] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.216865] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.218635] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.220322] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.221905] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.223587] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.224212] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.225252] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.227068] vgaarb: loaded\n[ 0.228003] vgaarb: bridge control possible 0000:00:02.0\n[ 0.229353] SCSI subsystem initialized\n[ 0.230422] ACPI: bus type USB registered\n[ 0.230422] usbcore: registered new interface driver usbfs\n[ 0.232012] usbcore: registered new interface driver hub\n[ 0.233326] usbcore: registered new device driver usb\n[ 0.233326] PCI: Using ACPI for IRQ routing\n[ 0.233326] NetLabel: Initializing\n[ 0.236006] NetLabel: domain hash size = 128\n[ 0.237063] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.238225] NetLabel: unlabeled traffic allowed by default\n[ 0.239575] Switched to clocksource kvm-clock\n[ 0.243616] AppArmor: AppArmor Filesystem Enabled\n[ 0.248321] pnp: PnP ACPI init\n[ 0.249466] ACPI: bus type PNP registered\n[ 0.251582] pnp: PnP ACPI: found 8 devices\n[ 0.252803] ACPI: bus type PNP unregistered\n[ 0.261343] NET: Registered protocol family 2\n[ 0.264264] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.266656] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.268553] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.270455] TCP: reno registered\n[ 0.271435] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.273178] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.275209] NET: Registered protocol family 1\n[ 0.276622] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.278372] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.279968] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.302269] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.325219] Trying to unpack rootfs image as initramfs...\n[ 0.418311] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.421287] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.423023] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.424607] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.427280] Scanning for low memory corruption every 60 seconds\n[ 0.429647] Initialise system trusted keyring\n[ 0.430835] audit: initializing netlink socket (disabled)\n[ 0.432157] type=2000 audit(1534065282.709:1): initialized\n[ 0.452031] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.454301] zbud: loaded\n[ 0.455252] VFS: Disk quotas dquot_6.5.2\n[ 0.456290] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.458115] fuse init (API version 7.22)\n[ 0.459227] msgmni has been set to 3997\n[ 0.460283] Key type big_key registered\n[ 0.461536] Key type asymmetric registered\n[ 0.462587] Asymmetric key parser 'x509' registered\n[ 0.463741] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.465576] io scheduler noop registered\n[ 0.466507] io scheduler deadline registered (default)\n[ 0.467638] io scheduler cfq registered\n[ 0.468678] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.469970] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.471482] ipmi message handler version 39.2\n[ 0.472595] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.474326] ACPI: Power Button [PWRF]\n[ 0.475394] GHES: HEST is not enabled!\n[ 0.497489] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.542062] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564583] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.566613] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590635] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593137] Linux agpgart interface v0.103\n[ 0.595007] brd: module loaded\n[ 0.596218] loop: module loaded\n[ 0.597375] blk-mq: CPU -> queue map\n[ 0.598285] CPU 0 -> Queue 0\n[ 0.599042] CPU 1 -> Queue 0\n[ 0.600473] vda: vda1\n[ 0.601881] scsi0 : ata_piix\n[ 0.602665] scsi1 : ata_piix\n[ 0.603381] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.604747] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.606311] libphy: Fixed MDIO Bus: probed\n[ 0.607293] tun: Universal TUN/TAP device driver, 1.6\n[ 0.608367] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.611003] PPP generic driver version 2.4.2\n[ 0.612023] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.613322] ehci-pci: EHCI PCI platform driver\n[ 0.614273] ehci-platform: EHCI generic platform driver\n[ 0.615386] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.616641] ohci-pci: OHCI PCI platform driver\n[ 0.617624] ohci-platform: OHCI generic platform driver\n[ 0.618701] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.640745] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.641845] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.643461] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.644695] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646020] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647550] usb usb1: Product: UHCI Host Controller\n[ 0.648565] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd\n[ 0.649920] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651116] hub 1-0:1.0: USB hub found\n[ 0.652166] hub 1-0:1.0: 2 ports detected\n[ 0.653393] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655673] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656701] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657858] mousedev: PS/2 mouse device common for all mice\n[ 0.659249] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.661121] rtc_cmos 00:00: RTC can wake from S4\n[ 0.662782] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.664550] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.666329] device-mapper: uevent: version 1.0.3\n[ 0.667736] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.670130] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.671824] TCP: cubic registered\n[ 0.672903] NET: Registered protocol family 10\n[ 0.674394] NET: Registered protocol family 17\n[ 0.675733] Key type dns_resolver registered\n[ 0.677151] Loading compiled-in X.509 certificates\n[ 0.679026] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0'\n[ 0.681691] registered taskstats version 1\n[ 0.692859] Key type trusted registered\n[ 0.696517] Key type encrypted registered\n[ 0.697497] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.698946] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.700888] regulator-dummy: disabling\n[ 0.701901] Magic number: 14:35:222\n[ 0.703011] rtc_cmos 00:00: setting system clock to 2018-08-12 09:14:43 UTC (1534065283)\n[ 0.704889] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.706135] EDD information not available.\n[ 0.761384] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000)\n[ 0.763225] Write protecting the kernel read-only data: 12288k\n[ 0.764990] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000)\n[ 0.767838] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.781703] systemd-udevd[107]: starting version 204\n[ 0.820635] FDC 0 is a S82078B\n[ 0.964059] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.124684] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.126110] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.127461] usb 1-1: Product: QEMU USB Tablet\n[ 1.128372] usb 1-1: Manufacturer: QEMU\n[ 1.129215] usb 1-1: SerialNumber: 42\n[ 1.420090] tsc: Refined TSC clocksource calibration: 3491.877 MHz\n[ 1.845302] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.096165] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.184699] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n[ 2.283393] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sun, 12 Aug 2018 09:14:45 +0000. Up 2.66 seconds.\ncloud-init-nonet[2.85]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting cold plug devices[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\ncloud-init-nonet[9.46]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sun, 12 Aug 2018 09:14:52 +0000. Up 9.59 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:f8:47:bc |\nci-info: | eth0 | True | 192.168.0.6 | 255.255.255.0 | fa:16:3e:a0:8c:69 |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.2 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\n9e:9e:9f:8d:3a:a6:9c:55:48:62:37:40:24:56:bf:96 root@homer-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| o+= |\n| . . o |\n| o = |\n| . + = |\n| E . |\n| o o |\n| + |\n| . +o. + |\n| +o+++ . |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\nf5:82:85:56:b7:31:ca:0c:a6:5a:c4:22:5d:9b:95:f7 root@homer-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| . oo +.. + |\n| . o..*.*.o + |\n| . .= o.*.. |\n| o . + .E |\n| . S . . |\n| . |\n| |\n| |\n| |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\nae:94:d0:9e:d4:d7:5a:03:f2:3e:7d:6b:94:24:f5:c1 root@homer-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| . |\n| .E |\n| . . . ..|\n| . . o o. . .|\n| . o S o +o . |\n| + + o + .o |\n| = . + ... |\n| . . . ... |\n| . .. |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\ne9:6d:b2:ce:65:c3:06:5d:25:e6:9f:e9:9d:26:da:19 root@homer-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| o . |\n| o o |\n| o |\n| o . . o |\n| S . + |\n| . + . ..|\n| o O E.o.|\n| . B .o = |\n| .+ . o |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS homer-0 ttyS0\n\nhomer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Sun, 12 Aug 2018 09:16:57 +0000. Up 134.34 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Sun, 12 Aug 2018 09:17:57 +0000. Up 195.05 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com\ngpg: no valid OpenPGP data found.\n+ apt-get update\nErr http://repo.cw-ngv.com binary/ InRelease\n \nErr http://archive.ubuntu.com trusty InRelease\n \nErr http://archive.ubuntu.com trusty-updates InRelease\n \nErr http://archive.ubuntu.com trusty-backports InRelease\n \nErr http://security.ubuntu.com trusty-security InRelease\n \nErr http://security.ubuntu.com trusty-security Release.gpg\n Could not resolve 'security.ubuntu.com'\nErr http://repo.cw-ngv.com binary/ Release.gpg\n Could not resolve 'repo.cw-ngv.com'\nErr http://archive.ubuntu.com trusty Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-updates Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-backports Release.gpg\n Could not resolve 'archive.ubuntu.com'\nReading package lists...\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease \n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com'\n\nW: Some index files failed to download. They have been ignored, or old ones used instead.\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.23\n+ '[' -n 192.168.0.23 ']'\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install homer --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package homer\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package clearwater-management\n+ retries=0\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.211\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.208\n++ echo A 172.30.9.208\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 0 -lt 10 ']'\n+ retries=1\n+ echo 'nsupdate failed - retrying (retry 1)...'\nnsupdate failed - retrying (retry 1)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ echo 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.208\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 1 -lt 10 ']'\n+ retries=2\n+ echo 'nsupdate failed - retrying (retry 2)...'\nnsupdate failed - retrying (retry 2)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ echo 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.208\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 2 -lt 10 ']'\n+ retries=3\n+ echo 'nsupdate failed - retrying (retry 3)...'\nnsupdate failed - retrying (retry 3)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ echo 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.208\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 3 -lt 10 ']'\n+ retries=4\n+ echo 'nsupdate failed - retrying (retry 4)...'\nnsupdate failed - retrying (retry 4)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.208\n++ echo A 172.30.9.208\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 4 -lt 10 ']'\n+ retries=5\n+ echo 'nsupdate failed - retrying (retry 5)...'\nnsupdate failed - retrying (retry 5)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ echo 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.208\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 5 -lt 10 ']'\n+ retries=6\n+ echo 'nsupdate failed - retrying (retry 6)...'\nnsupdate failed - retrying (retry 6)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ echo 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.208\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 6 -lt 10 ']'\n+ retries=7\n+ echo 'nsupdate failed - retrying (retry 7)...'\nnsupdate failed - retrying (retry 7)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ echo 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.208\n"} 2018-08-12 09:22:12,349 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd/action used request id req-9040c35e-59ea-49c0-99fc-6e555786c15d 2018-08-12 09:22:12,349 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0771760940552s 2018-08-12 09:22:12,350 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd/action used request id req-9040c35e-59ea-49c0-99fc-6e555786c15d 2018-08-12 09:22:12,351 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-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] 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-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] 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] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 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 2 CPUs, 0 hotplug CPUs [ 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 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008016] Security Framework initialized [ 0.008913] AppArmor: AppArmor initialized [ 0.009837] Yama: becoming mindful. [ 0.010748] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.013325] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.015408] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.016006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.017778] Initializing cgroup subsys memory [ 0.018719] Initializing cgroup subsys devices [ 0.020003] Initializing cgroup subsys freezer [ 0.021086] Initializing cgroup subsys blkio [ 0.021991] Initializing cgroup subsys perf_event [ 0.022999] Initializing cgroup subsys hugetlb [ 0.024056] CPU: Physical Processor ID: 0 [ 0.024946] FEATURE SPEC_CTRL Not Present [ 0.026471] mce: CPU supports 10 MCE banks [ 0.028035] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.028035] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.030137] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.031421] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.032003] Speculative Store Bypass: Vulnerable [ 0.033566] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000) [ 0.038566] ACPI: Core revision 20131115 [ 0.040460] ACPI: All ACPI Tables successfully acquired [ 0.041709] ftrace: allocating 28727 entries in 113 pages [ 0.060291] Enabling x2apic [ 0.061073] Enabled x2apic [ 0.061964] Switched APIC routing to physical x2apic. [ 0.064919] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.066290] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.069066] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.076856] KVM setup paravirtual spinlock [ 0.079139] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.080155] x86: Booting SMP configuration: [ 0.081281] .... node #0, CPUs: #1[ 0.079106] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.096026] x86: Booted up 1 node, 2 CPUs [ 0.096018] KVM setup async PF for cpu 1 [ 0.096020] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.099631] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.100348] devtmpfs: initialized [ 0.102632] EVM: security.selinux [ 0.104005] EVM: security.SMACK64 [ 0.104954] EVM: security.ima [ 0.105920] EVM: security.capability [ 0.108118] pinctrl core: initialized pinctrl subsystem [ 0.109704] regulator-dummy: no parameters [ 0.110929] RTC time: 9:14:42, date: 08/12/18 [ 0.112038] NET: Registered protocol family 16 [ 0.113457] cpuidle: using governor ladder [ 0.114609] cpuidle: using governor menu [ 0.115850] ACPI: bus type PCI registered [ 0.116004] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.117746] PCI: Using configuration type 1 for base access [ 0.120038] bio: create slab at 0 [ 0.121189] ACPI: Added _OSI(Module Device) [ 0.121189] ACPI: Added _OSI(Processor Device) [ 0.122213] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.124005] ACPI: Added _OSI(Processor Aggregator Device) [ 0.126110] ACPI: Interpreter enabled [ 0.127154] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.129830] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.132005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.134822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.136755] ACPI: (supports S0 S5) [ 0.137721] ACPI: Using IOAPIC for interrupt routing [ 0.139117] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.140200] ACPI: No dock devices found. [ 0.143264] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.144008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.145991] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.147946] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.148206] acpiphp: Slot [3] registered [ 0.149509] acpiphp: Slot [4] registered [ 0.150716] acpiphp: Slot [5] registered [ 0.151857] acpiphp: Slot [6] registered [ 0.152020] acpiphp: Slot [7] registered [ 0.153216] acpiphp: Slot [8] registered [ 0.154428] acpiphp: Slot [9] registered [ 0.155633] acpiphp: Slot [10] registered [ 0.156024] acpiphp: Slot [11] registered [ 0.157002] acpiphp: Slot [12] registered [ 0.157975] acpiphp: Slot [13] registered [ 0.158963] acpiphp: Slot [14] registered [ 0.159983] acpiphp: Slot [15] registered [ 0.160023] acpiphp: Slot [16] registered [ 0.160985] acpiphp: Slot [17] registered [ 0.161921] acpiphp: Slot [18] registered [ 0.162915] acpiphp: Slot [19] registered [ 0.163849] acpiphp: Slot [20] registered [ 0.164031] acpiphp: Slot [21] registered [ 0.164958] acpiphp: Slot [22] registered [ 0.165998] acpiphp: Slot [23] registered [ 0.166930] acpiphp: Slot [24] registered [ 0.167875] acpiphp: Slot [25] registered [ 0.168028] acpiphp: Slot [26] registered [ 0.168961] acpiphp: Slot [27] registered [ 0.169925] acpiphp: Slot [28] registered [ 0.170792] acpiphp: Slot [29] registered [ 0.171685] acpiphp: Slot [30] registered [ 0.172025] acpiphp: Slot [31] registered [ 0.172955] PCI host bridge to bus 0000:00 [ 0.173880] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.175056] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.176004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.177251] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.178637] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.180006] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.186663] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.188013] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.215762] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.216865] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.218635] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.220322] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.221905] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.223587] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.224212] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.225252] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.227068] vgaarb: loaded [ 0.228003] vgaarb: bridge control possible 0000:00:02.0 [ 0.229353] SCSI subsystem initialized [ 0.230422] ACPI: bus type USB registered [ 0.230422] usbcore: registered new interface driver usbfs [ 0.232012] usbcore: registered new interface driver hub [ 0.233326] usbcore: registered new device driver usb [ 0.233326] PCI: Using ACPI for IRQ routing [ 0.233326] NetLabel: Initializing [ 0.236006] NetLabel: domain hash size = 128 [ 0.237063] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.238225] NetLabel: unlabeled traffic allowed by default [ 0.239575] Switched to clocksource kvm-clock [ 0.243616] AppArmor: AppArmor Filesystem Enabled [ 0.248321] pnp: PnP ACPI init [ 0.249466] ACPI: bus type PNP registered [ 0.251582] pnp: PnP ACPI: found 8 devices [ 0.252803] ACPI: bus type PNP unregistered [ 0.261343] NET: Registered protocol family 2 [ 0.264264] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.266656] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.268553] TCP: Hash tables configured (established 16384 bind 16384) [ 0.270455] TCP: reno registered [ 0.271435] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.273178] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.275209] NET: Registered protocol family 1 [ 0.276622] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.278372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.279968] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.302269] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.325219] Trying to unpack rootfs image as initramfs... [ 0.418311] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.421287] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.423023] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.424607] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.427280] Scanning for low memory corruption every 60 seconds [ 0.429647] Initialise system trusted keyring [ 0.430835] audit: initializing netlink socket (disabled) [ 0.432157] type=2000 audit(1534065282.709:1): initialized [ 0.452031] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.454301] zbud: loaded [ 0.455252] VFS: Disk quotas dquot_6.5.2 [ 0.456290] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.458115] fuse init (API version 7.22) [ 0.459227] msgmni has been set to 3997 [ 0.460283] Key type big_key registered [ 0.461536] Key type asymmetric registered [ 0.462587] Asymmetric key parser 'x509' registered [ 0.463741] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.465576] io scheduler noop registered [ 0.466507] io scheduler deadline registered (default) [ 0.467638] io scheduler cfq registered [ 0.468678] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.469970] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.471482] ipmi message handler version 39.2 [ 0.472595] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.474326] ACPI: Power Button [PWRF] [ 0.475394] GHES: HEST is not enabled! [ 0.497489] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.542062] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.564583] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.566613] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.590635] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.593137] Linux agpgart interface v0.103 [ 0.595007] brd: module loaded [ 0.596218] loop: module loaded [ 0.597375] blk-mq: CPU -> queue map [ 0.598285] CPU 0 -> Queue 0 [ 0.599042] CPU 1 -> Queue 0 [ 0.600473] vda: vda1 [ 0.601881] scsi0 : ata_piix [ 0.602665] scsi1 : ata_piix [ 0.603381] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.604747] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.606311] libphy: Fixed MDIO Bus: probed [ 0.607293] tun: Universal TUN/TAP device driver, 1.6 [ 0.608367] tun: (C) 1999-2004 Max Krasnyansky [ 0.611003] PPP generic driver version 2.4.2 [ 0.612023] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.613322] ehci-pci: EHCI PCI platform driver [ 0.614273] ehci-platform: EHCI generic platform driver [ 0.615386] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.616641] ohci-pci: OHCI PCI platform driver [ 0.617624] ohci-platform: OHCI generic platform driver [ 0.618701] uhci_hcd: USB Universal Host Controller Interface driver [ 0.640745] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.641845] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.643461] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.644695] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.646020] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.647550] usb usb1: Product: UHCI Host Controller [ 0.648565] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd [ 0.649920] usb usb1: SerialNumber: 0000:00:01.2 [ 0.651116] hub 1-0:1.0: USB hub found [ 0.652166] hub 1-0:1.0: 2 ports detected [ 0.653393] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.655673] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.656701] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.657858] mousedev: PS/2 mouse device common for all mice [ 0.659249] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.661121] rtc_cmos 00:00: RTC can wake from S4 [ 0.662782] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.664550] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.666329] device-mapper: uevent: version 1.0.3 [ 0.667736] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.670130] ledtrig-cpu: registered to indicate activity on CPUs [ 0.671824] TCP: cubic registered [ 0.672903] NET: Registered protocol family 10 [ 0.674394] NET: Registered protocol family 17 [ 0.675733] Key type dns_resolver registered [ 0.677151] Loading compiled-in X.509 certificates [ 0.679026] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0' [ 0.681691] registered taskstats version 1 [ 0.692859] Key type trusted registered [ 0.696517] Key type encrypted registered [ 0.697497] AppArmor: AppArmor sha1 policy hashing enabled [ 0.698946] IMA: No TPM chip found, activating TPM-bypass! [ 0.700888] regulator-dummy: disabling [ 0.701901] Magic number: 14:35:222 [ 0.703011] rtc_cmos 00:00: setting system clock to 2018-08-12 09:14:43 UTC (1534065283) [ 0.704889] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.706135] EDD information not available. [ 0.761384] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000) [ 0.763225] Write protecting the kernel read-only data: 12288k [ 0.764990] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000) [ 0.767838] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.781703] systemd-udevd[107]: starting version 204 [ 0.820635] FDC 0 is a S82078B [ 0.964059] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.124684] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.126110] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.127461] usb 1-1: Product: QEMU USB Tablet [ 1.128372] usb 1-1: Manufacturer: QEMU [ 1.129215] usb 1-1: SerialNumber: 42 [ 1.420090] tsc: Refined TSC clocksource calibration: 3491.877 MHz [ 1.845302] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.096165] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.184699] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] [ 2.283393] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sun, 12 Aug 2018 09:14:45 +0000. Up 2.66 seconds. cloud-init-nonet[2.85]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting cold plug devices[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] cloud-init-nonet[9.46]: static networking is now up * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sun, 12 Aug 2018 09:14:52 +0000. Up 9.59 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:f8:47:bc | ci-info: | eth0 | True | 192.168.0.6 | 255.255.255.0 | fa:16:3e:a0:8c:69 | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.2 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: 9e:9e:9f:8d:3a:a6:9c:55:48:62:37:40:24:56:bf:96 root@homer-0 The key's randomart image is: +--[ RSA 2048]----+ | o+= | | . . o | | o = | | . + = | | E . | | o o | | + | | . +o. + | | +o+++ . | +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: f5:82:85:56:b7:31:ca:0c:a6:5a:c4:22:5d:9b:95:f7 root@homer-0 The key's randomart image is: +--[ DSA 1024]----+ | . oo +.. + | | . o..*.*.o + | | . .= o.*.. | | o . + .E | | . S . . | | . | | | | | | | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: ae:94:d0:9e:d4:d7:5a:03:f2:3e:7d:6b:94:24:f5:c1 root@homer-0 The key's randomart image is: +--[ECDSA 256]---+ | . | | .E | | . . . ..| | . . o o. . .| | . o S o +o . | | + + o + .o | | = . + ... | | . . . ... | | . .. | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: e9:6d:b2:ce:65:c3:06:5d:25:e6:9f:e9:9d:26:da:19 root@homer-0 The key's randomart image is: +--[ED25519 256--+ | o . | | o o | | o | | o . . o | | S . + | | . + . ..| | o O E.o.| | . B .o = | | .+ . o | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS homer-0 ttyS0 homer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Sun, 12 Aug 2018 09:16:57 +0000. Up 134.34 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Sun, 12 Aug 2018 09:17:57 +0000. Up 195.05 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com gpg: no valid OpenPGP data found. + apt-get update Err http://repo.cw-ngv.com binary/ InRelease Err http://archive.ubuntu.com trusty InRelease Err http://archive.ubuntu.com trusty-updates InRelease Err http://archive.ubuntu.com trusty-backports InRelease Err http://security.ubuntu.com trusty-security InRelease Err http://security.ubuntu.com trusty-security Release.gpg Could not resolve 'security.ubuntu.com' Err http://repo.cw-ngv.com binary/ Release.gpg Could not resolve 'repo.cw-ngv.com' Err http://archive.ubuntu.com trusty Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-updates Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-backports Release.gpg Could not resolve 'archive.ubuntu.com' Reading package lists... W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com' W: Some index files failed to download. They have been ignored, or old ones used instead. + mkdir -p /etc/clearwater + etcd_ip=192.168.0.23 + '[' -n 192.168.0.23 ']' + cat + DEBIAN_FRONTEND=noninteractive + apt-get install homer --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package homer + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package clearwater-management + retries=0 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.211 ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.208 ++ echo A 172.30.9.208 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 0 -lt 10 ']' + retries=1 + echo 'nsupdate failed - retrying (retry 1)...' nsupdate failed - retrying (retry 1)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ echo 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.208 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 1 -lt 10 ']' + retries=2 + echo 'nsupdate failed - retrying (retry 2)...' nsupdate failed - retrying (retry 2)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ echo 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.208 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 2 -lt 10 ']' + retries=3 + echo 'nsupdate failed - retrying (retry 3)...' nsupdate failed - retrying (retry 3)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ echo 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.208 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 3 -lt 10 ']' + retries=4 + echo 'nsupdate failed - retrying (retry 4)...' nsupdate failed - retrying (retry 4)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.208 ++ echo A 172.30.9.208 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 4 -lt 10 ']' + retries=5 + echo 'nsupdate failed - retrying (retry 5)...' nsupdate failed - retrying (retry 5)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ echo 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.208 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 5 -lt 10 ']' + retries=6 + echo 'nsupdate failed - retrying (retry 6)...' nsupdate failed - retrying (retry 6)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ echo 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.208 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 6 -lt 10 ']' + retries=7 + echo 'nsupdate failed - retrying (retry 7)...' nsupdate failed - retrying (retry 7)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ echo 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.208 2018-08-12 09:22:12,352 - functest.core.singlevm - DEBUG - try 40: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-12 09:22:22,363 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:22:22,366 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:22:23,391 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:22: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-32df5c1a-3d79-47b2-bda9-8d10a407bb1e x-compute-request-id: req-32df5c1a-3d79-47b2-bda9-8d10a407bb1e Content-Encoding: gzip Content-Length: 1505 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:8c:69", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:8c:69", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:47:bc", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:47:bc", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/0d05f869-c182-4a19-86bf-4ac078c523fd", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:41.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "0d05f869-c182-4a19-86bf-4ac078c523fd", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:41Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "homer-0.clearwater.opnfv", "created": "2018-08-12T09:14:06Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:24:50", "version": 4, "addr": "192.168.0.22", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:24:50", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:35:db:99", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/1c9b6e42-b18c-407e-8d00-9077025769fd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1c9b6e42-b18c-407e-8d00-9077025769fd", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:39.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "1c9b6e42-b18c-407e-8d00-9077025769fd", "security_groups": [{"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:39Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "dime-0.clearwater.opnfv", "created": "2018-08-12T09:14:05Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:73:af", "version": 4, "addr": "192.168.0.17", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:73:af", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:b9:f2", "version": 4, "addr": "192.168.1.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:b9:f2", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:41.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:41Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "bono-0.clearwater.opnfv", "created": "2018-08-12T09:14:05Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:27:6c", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:27:6c", "version": 4, "addr": "172.30.9.216", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:82:86", "version": 4, "addr": "192.168.1.24", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/566a63cc-7490-4385-b2ac-bfb24030a031", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/566a63cc-7490-4385-b2ac-bfb24030a031", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:34.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "566a63cc-7490-4385-b2ac-bfb24030a031", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:34Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-12T09:14:04Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:9d:e5", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:9d:e5", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b4:d8:25", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/7a80620a-d807-4698-b6c3-7c140a7b5157", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/7a80620a-d807-4698-b6c3-7c140a7b5157", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:25.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "7a80620a-d807-4698-b6c3-7c140a7b5157", "security_groups": [{"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:25Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-12T09:14:04Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:ca:f6", "version": 4, "addr": "192.168.0.23", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:ca:f6", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/3544e1e5-febb-4596-964e-1a53f9d26ab6", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/3544e1e5-febb-4596-964e-1a53f9d26ab6", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:13:48.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "3544e1e5-febb-4596-964e-1a53f9d26ab6", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:13:48Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-12T09:12:11Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:77:d2", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:77:d2", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ac:00:39", "version": 4, "addr": "192.168.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/24234aa3-febc-4826-8d67-0c33e6f38782", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/24234aa3-febc-4826-8d67-0c33e6f38782", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:12:00.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "24234aa3-febc-4826-8d67-0c33e6f38782", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:12:00Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "ns.clearwater.opnfv", "created": "2018-08-12T09:10:20Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:22:23,391 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-32df5c1a-3d79-47b2-bda9-8d10a407bb1e 2018-08-12 09:22:23,391 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.02816700935s 2018-08-12 09:22:23,392 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-32df5c1a-3d79-47b2-bda9-8d10a407bb1e 2018-08-12 09:22:23,399 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-12 09:22:23,401 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd/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}d584eff3730be386f99aabb4bf64013d89965dc6" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 09:22:23,476 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:22: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-a33d9041-b7a6-44d4-be9e-f50f7e4dabe2 x-compute-request-id: req-a33d9041-b7a6-44d4-be9e-f50f7e4dabe2 Content-Encoding: gzip Content-Length: 10881 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 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] 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-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] 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] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\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 2 CPUs, 0 hotplug CPUs\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 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008016] Security Framework initialized\n[ 0.008913] AppArmor: AppArmor initialized\n[ 0.009837] Yama: becoming mindful.\n[ 0.010748] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.013325] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.015408] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.016006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.017778] Initializing cgroup subsys memory\n[ 0.018719] Initializing cgroup subsys devices\n[ 0.020003] Initializing cgroup subsys freezer\n[ 0.021086] Initializing cgroup subsys blkio\n[ 0.021991] Initializing cgroup subsys perf_event\n[ 0.022999] Initializing cgroup subsys hugetlb\n[ 0.024056] CPU: Physical Processor ID: 0\n[ 0.024946] FEATURE SPEC_CTRL Not Present\n[ 0.026471] mce: CPU supports 10 MCE banks\n[ 0.028035] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.028035] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.030137] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.031421] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.032003] Speculative Store Bypass: Vulnerable\n[ 0.033566] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000)\n[ 0.038566] ACPI: Core revision 20131115\n[ 0.040460] ACPI: All ACPI Tables successfully acquired\n[ 0.041709] ftrace: allocating 28727 entries in 113 pages\n[ 0.060291] Enabling x2apic\n[ 0.061073] Enabled x2apic\n[ 0.061964] Switched APIC routing to physical x2apic.\n[ 0.064919] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.066290] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.069066] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.076856] KVM setup paravirtual spinlock\n[ 0.079139] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.080155] x86: Booting SMP configuration:\n[ 0.081281] .... node #0, CPUs: #1[ 0.079106] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.096026] x86: Booted up 1 node, 2 CPUs\n[ 0.096018] KVM setup async PF for cpu 1\n[ 0.096020] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.099631] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.100348] devtmpfs: initialized\n[ 0.102632] EVM: security.selinux\n[ 0.104005] EVM: security.SMACK64\n[ 0.104954] EVM: security.ima\n[ 0.105920] EVM: security.capability\n[ 0.108118] pinctrl core: initialized pinctrl subsystem\n[ 0.109704] regulator-dummy: no parameters\n[ 0.110929] RTC time: 9:14:42, date: 08/12/18\n[ 0.112038] NET: Registered protocol family 16\n[ 0.113457] cpuidle: using governor ladder\n[ 0.114609] cpuidle: using governor menu\n[ 0.115850] ACPI: bus type PCI registered\n[ 0.116004] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.117746] PCI: Using configuration type 1 for base access\n[ 0.120038] bio: create slab at 0\n[ 0.121189] ACPI: Added _OSI(Module Device)\n[ 0.121189] ACPI: Added _OSI(Processor Device)\n[ 0.122213] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.124005] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.126110] ACPI: Interpreter enabled\n[ 0.127154] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.129830] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.132005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.134822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.136755] ACPI: (supports S0 S5)\n[ 0.137721] ACPI: Using IOAPIC for interrupt routing\n[ 0.139117] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.140200] ACPI: No dock devices found.\n[ 0.143264] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.144008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.145991] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.147946] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.148206] acpiphp: Slot [3] registered\n[ 0.149509] acpiphp: Slot [4] registered\n[ 0.150716] acpiphp: Slot [5] registered\n[ 0.151857] acpiphp: Slot [6] registered\n[ 0.152020] acpiphp: Slot [7] registered\n[ 0.153216] acpiphp: Slot [8] registered\n[ 0.154428] acpiphp: Slot [9] registered\n[ 0.155633] acpiphp: Slot [10] registered\n[ 0.156024] acpiphp: Slot [11] registered\n[ 0.157002] acpiphp: Slot [12] registered\n[ 0.157975] acpiphp: Slot [13] registered\n[ 0.158963] acpiphp: Slot [14] registered\n[ 0.159983] acpiphp: Slot [15] registered\n[ 0.160023] acpiphp: Slot [16] registered\n[ 0.160985] acpiphp: Slot [17] registered\n[ 0.161921] acpiphp: Slot [18] registered\n[ 0.162915] acpiphp: Slot [19] registered\n[ 0.163849] acpiphp: Slot [20] registered\n[ 0.164031] acpiphp: Slot [21] registered\n[ 0.164958] acpiphp: Slot [22] registered\n[ 0.165998] acpiphp: Slot [23] registered\n[ 0.166930] acpiphp: Slot [24] registered\n[ 0.167875] acpiphp: Slot [25] registered\n[ 0.168028] acpiphp: Slot [26] registered\n[ 0.168961] acpiphp: Slot [27] registered\n[ 0.169925] acpiphp: Slot [28] registered\n[ 0.170792] acpiphp: Slot [29] registered\n[ 0.171685] acpiphp: Slot [30] registered\n[ 0.172025] acpiphp: Slot [31] registered\n[ 0.172955] PCI host bridge to bus 0000:00\n[ 0.173880] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.175056] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.176004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.177251] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.178637] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.180006] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.186663] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.188013] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.215762] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.216865] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.218635] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.220322] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.221905] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.223587] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.224212] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.225252] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.227068] vgaarb: loaded\n[ 0.228003] vgaarb: bridge control possible 0000:00:02.0\n[ 0.229353] SCSI subsystem initialized\n[ 0.230422] ACPI: bus type USB registered\n[ 0.230422] usbcore: registered new interface driver usbfs\n[ 0.232012] usbcore: registered new interface driver hub\n[ 0.233326] usbcore: registered new device driver usb\n[ 0.233326] PCI: Using ACPI for IRQ routing\n[ 0.233326] NetLabel: Initializing\n[ 0.236006] NetLabel: domain hash size = 128\n[ 0.237063] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.238225] NetLabel: unlabeled traffic allowed by default\n[ 0.239575] Switched to clocksource kvm-clock\n[ 0.243616] AppArmor: AppArmor Filesystem Enabled\n[ 0.248321] pnp: PnP ACPI init\n[ 0.249466] ACPI: bus type PNP registered\n[ 0.251582] pnp: PnP ACPI: found 8 devices\n[ 0.252803] ACPI: bus type PNP unregistered\n[ 0.261343] NET: Registered protocol family 2\n[ 0.264264] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.266656] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.268553] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.270455] TCP: reno registered\n[ 0.271435] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.273178] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.275209] NET: Registered protocol family 1\n[ 0.276622] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.278372] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.279968] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.302269] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.325219] Trying to unpack rootfs image as initramfs...\n[ 0.418311] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.421287] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.423023] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.424607] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.427280] Scanning for low memory corruption every 60 seconds\n[ 0.429647] Initialise system trusted keyring\n[ 0.430835] audit: initializing netlink socket (disabled)\n[ 0.432157] type=2000 audit(1534065282.709:1): initialized\n[ 0.452031] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.454301] zbud: loaded\n[ 0.455252] VFS: Disk quotas dquot_6.5.2\n[ 0.456290] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.458115] fuse init (API version 7.22)\n[ 0.459227] msgmni has been set to 3997\n[ 0.460283] Key type big_key registered\n[ 0.461536] Key type asymmetric registered\n[ 0.462587] Asymmetric key parser 'x509' registered\n[ 0.463741] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.465576] io scheduler noop registered\n[ 0.466507] io scheduler deadline registered (default)\n[ 0.467638] io scheduler cfq registered\n[ 0.468678] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.469970] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.471482] ipmi message handler version 39.2\n[ 0.472595] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.474326] ACPI: Power Button [PWRF]\n[ 0.475394] GHES: HEST is not enabled!\n[ 0.497489] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.542062] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564583] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.566613] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590635] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593137] Linux agpgart interface v0.103\n[ 0.595007] brd: module loaded\n[ 0.596218] loop: module loaded\n[ 0.597375] blk-mq: CPU -> queue map\n[ 0.598285] CPU 0 -> Queue 0\n[ 0.599042] CPU 1 -> Queue 0\n[ 0.600473] vda: vda1\n[ 0.601881] scsi0 : ata_piix\n[ 0.602665] scsi1 : ata_piix\n[ 0.603381] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.604747] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.606311] libphy: Fixed MDIO Bus: probed\n[ 0.607293] tun: Universal TUN/TAP device driver, 1.6\n[ 0.608367] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.611003] PPP generic driver version 2.4.2\n[ 0.612023] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.613322] ehci-pci: EHCI PCI platform driver\n[ 0.614273] ehci-platform: EHCI generic platform driver\n[ 0.615386] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.616641] ohci-pci: OHCI PCI platform driver\n[ 0.617624] ohci-platform: OHCI generic platform driver\n[ 0.618701] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.640745] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.641845] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.643461] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.644695] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646020] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647550] usb usb1: Product: UHCI Host Controller\n[ 0.648565] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd\n[ 0.649920] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651116] hub 1-0:1.0: USB hub found\n[ 0.652166] hub 1-0:1.0: 2 ports detected\n[ 0.653393] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655673] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656701] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657858] mousedev: PS/2 mouse device common for all mice\n[ 0.659249] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.661121] rtc_cmos 00:00: RTC can wake from S4\n[ 0.662782] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.664550] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.666329] device-mapper: uevent: version 1.0.3\n[ 0.667736] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.670130] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.671824] TCP: cubic registered\n[ 0.672903] NET: Registered protocol family 10\n[ 0.674394] NET: Registered protocol family 17\n[ 0.675733] Key type dns_resolver registered\n[ 0.677151] Loading compiled-in X.509 certificates\n[ 0.679026] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0'\n[ 0.681691] registered taskstats version 1\n[ 0.692859] Key type trusted registered\n[ 0.696517] Key type encrypted registered\n[ 0.697497] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.698946] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.700888] regulator-dummy: disabling\n[ 0.701901] Magic number: 14:35:222\n[ 0.703011] rtc_cmos 00:00: setting system clock to 2018-08-12 09:14:43 UTC (1534065283)\n[ 0.704889] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.706135] EDD information not available.\n[ 0.761384] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000)\n[ 0.763225] Write protecting the kernel read-only data: 12288k\n[ 0.764990] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000)\n[ 0.767838] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.781703] systemd-udevd[107]: starting version 204\n[ 0.820635] FDC 0 is a S82078B\n[ 0.964059] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.124684] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.126110] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.127461] usb 1-1: Product: QEMU USB Tablet\n[ 1.128372] usb 1-1: Manufacturer: QEMU\n[ 1.129215] usb 1-1: SerialNumber: 42\n[ 1.420090] tsc: Refined TSC clocksource calibration: 3491.877 MHz\n[ 1.845302] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.096165] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.184699] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n[ 2.283393] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sun, 12 Aug 2018 09:14:45 +0000. Up 2.66 seconds.\ncloud-init-nonet[2.85]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting cold plug devices[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\ncloud-init-nonet[9.46]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sun, 12 Aug 2018 09:14:52 +0000. Up 9.59 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:f8:47:bc |\nci-info: | eth0 | True | 192.168.0.6 | 255.255.255.0 | fa:16:3e:a0:8c:69 |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.2 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\n9e:9e:9f:8d:3a:a6:9c:55:48:62:37:40:24:56:bf:96 root@homer-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| o+= |\n| . . o |\n| o = |\n| . + = |\n| E . |\n| o o |\n| + |\n| . +o. + |\n| +o+++ . |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\nf5:82:85:56:b7:31:ca:0c:a6:5a:c4:22:5d:9b:95:f7 root@homer-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| . oo +.. + |\n| . o..*.*.o + |\n| . .= o.*.. |\n| o . + .E |\n| . S . . |\n| . |\n| |\n| |\n| |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\nae:94:d0:9e:d4:d7:5a:03:f2:3e:7d:6b:94:24:f5:c1 root@homer-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| . |\n| .E |\n| . . . ..|\n| . . o o. . .|\n| . o S o +o . |\n| + + o + .o |\n| = . + ... |\n| . . . ... |\n| . .. |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\ne9:6d:b2:ce:65:c3:06:5d:25:e6:9f:e9:9d:26:da:19 root@homer-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| o . |\n| o o |\n| o |\n| o . . o |\n| S . + |\n| . + . ..|\n| o O E.o.|\n| . B .o = |\n| .+ . o |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS homer-0 ttyS0\n\nhomer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Sun, 12 Aug 2018 09:16:57 +0000. Up 134.34 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Sun, 12 Aug 2018 09:17:57 +0000. Up 195.05 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com\ngpg: no valid OpenPGP data found.\n+ apt-get update\nErr http://repo.cw-ngv.com binary/ InRelease\n \nErr http://archive.ubuntu.com trusty InRelease\n \nErr http://archive.ubuntu.com trusty-updates InRelease\n \nErr http://archive.ubuntu.com trusty-backports InRelease\n \nErr http://security.ubuntu.com trusty-security InRelease\n \nErr http://security.ubuntu.com trusty-security Release.gpg\n Could not resolve 'security.ubuntu.com'\nErr http://repo.cw-ngv.com binary/ Release.gpg\n Could not resolve 'repo.cw-ngv.com'\nErr http://archive.ubuntu.com trusty Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-updates Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-backports Release.gpg\n Could not resolve 'archive.ubuntu.com'\nReading package lists...\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease \n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com'\n\nW: Some index files failed to download. They have been ignored, or old ones used instead.\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.23\n+ '[' -n 192.168.0.23 ']'\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install homer --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package homer\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package clearwater-management\n+ retries=0\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.211\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.208\n++ echo A 172.30.9.208\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 0 -lt 10 ']'\n+ retries=1\n+ echo 'nsupdate failed - retrying (retry 1)...'\nnsupdate failed - retrying (retry 1)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ echo 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.208\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 1 -lt 10 ']'\n+ retries=2\n+ echo 'nsupdate failed - retrying (retry 2)...'\nnsupdate failed - retrying (retry 2)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ echo 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.208\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 2 -lt 10 ']'\n+ retries=3\n+ echo 'nsupdate failed - retrying (retry 3)...'\nnsupdate failed - retrying (retry 3)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ echo 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.208\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 3 -lt 10 ']'\n+ retries=4\n+ echo 'nsupdate failed - retrying (retry 4)...'\nnsupdate failed - retrying (retry 4)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.208\n++ echo A 172.30.9.208\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 4 -lt 10 ']'\n+ retries=5\n+ echo 'nsupdate failed - retrying (retry 5)...'\nnsupdate failed - retrying (retry 5)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ echo 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.208\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 5 -lt 10 ']'\n+ retries=6\n+ echo 'nsupdate failed - retrying (retry 6)...'\nnsupdate failed - retrying (retry 6)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ echo 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.208\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 6 -lt 10 ']'\n+ retries=7\n+ echo 'nsupdate failed - retrying (retry 7)...'\nnsupdate failed - retrying (retry 7)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ echo 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.208\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 7 -lt 10 ']'\n+ retries=8\n+ echo 'nsupdate failed - retrying (retry 8)...'\nnsupdate failed - retrying (retry 8)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ echo 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.208\n"} 2018-08-12 09:22:23,477 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd/action used request id req-a33d9041-b7a6-44d4-be9e-f50f7e4dabe2 2018-08-12 09:22:23,477 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0780279636383s 2018-08-12 09:22:23,478 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd/action used request id req-a33d9041-b7a6-44d4-be9e-f50f7e4dabe2 2018-08-12 09:22:23,479 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-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] 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-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] 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] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 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 2 CPUs, 0 hotplug CPUs [ 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 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008016] Security Framework initialized [ 0.008913] AppArmor: AppArmor initialized [ 0.009837] Yama: becoming mindful. [ 0.010748] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.013325] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.015408] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.016006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.017778] Initializing cgroup subsys memory [ 0.018719] Initializing cgroup subsys devices [ 0.020003] Initializing cgroup subsys freezer [ 0.021086] Initializing cgroup subsys blkio [ 0.021991] Initializing cgroup subsys perf_event [ 0.022999] Initializing cgroup subsys hugetlb [ 0.024056] CPU: Physical Processor ID: 0 [ 0.024946] FEATURE SPEC_CTRL Not Present [ 0.026471] mce: CPU supports 10 MCE banks [ 0.028035] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.028035] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.030137] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.031421] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.032003] Speculative Store Bypass: Vulnerable [ 0.033566] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000) [ 0.038566] ACPI: Core revision 20131115 [ 0.040460] ACPI: All ACPI Tables successfully acquired [ 0.041709] ftrace: allocating 28727 entries in 113 pages [ 0.060291] Enabling x2apic [ 0.061073] Enabled x2apic [ 0.061964] Switched APIC routing to physical x2apic. [ 0.064919] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.066290] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.069066] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.076856] KVM setup paravirtual spinlock [ 0.079139] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.080155] x86: Booting SMP configuration: [ 0.081281] .... node #0, CPUs: #1[ 0.079106] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.096026] x86: Booted up 1 node, 2 CPUs [ 0.096018] KVM setup async PF for cpu 1 [ 0.096020] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.099631] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.100348] devtmpfs: initialized [ 0.102632] EVM: security.selinux [ 0.104005] EVM: security.SMACK64 [ 0.104954] EVM: security.ima [ 0.105920] EVM: security.capability [ 0.108118] pinctrl core: initialized pinctrl subsystem [ 0.109704] regulator-dummy: no parameters [ 0.110929] RTC time: 9:14:42, date: 08/12/18 [ 0.112038] NET: Registered protocol family 16 [ 0.113457] cpuidle: using governor ladder [ 0.114609] cpuidle: using governor menu [ 0.115850] ACPI: bus type PCI registered [ 0.116004] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.117746] PCI: Using configuration type 1 for base access [ 0.120038] bio: create slab at 0 [ 0.121189] ACPI: Added _OSI(Module Device) [ 0.121189] ACPI: Added _OSI(Processor Device) [ 0.122213] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.124005] ACPI: Added _OSI(Processor Aggregator Device) [ 0.126110] ACPI: Interpreter enabled [ 0.127154] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.129830] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.132005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.134822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.136755] ACPI: (supports S0 S5) [ 0.137721] ACPI: Using IOAPIC for interrupt routing [ 0.139117] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.140200] ACPI: No dock devices found. [ 0.143264] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.144008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.145991] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.147946] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.148206] acpiphp: Slot [3] registered [ 0.149509] acpiphp: Slot [4] registered [ 0.150716] acpiphp: Slot [5] registered [ 0.151857] acpiphp: Slot [6] registered [ 0.152020] acpiphp: Slot [7] registered [ 0.153216] acpiphp: Slot [8] registered [ 0.154428] acpiphp: Slot [9] registered [ 0.155633] acpiphp: Slot [10] registered [ 0.156024] acpiphp: Slot [11] registered [ 0.157002] acpiphp: Slot [12] registered [ 0.157975] acpiphp: Slot [13] registered [ 0.158963] acpiphp: Slot [14] registered [ 0.159983] acpiphp: Slot [15] registered [ 0.160023] acpiphp: Slot [16] registered [ 0.160985] acpiphp: Slot [17] registered [ 0.161921] acpiphp: Slot [18] registered [ 0.162915] acpiphp: Slot [19] registered [ 0.163849] acpiphp: Slot [20] registered [ 0.164031] acpiphp: Slot [21] registered [ 0.164958] acpiphp: Slot [22] registered [ 0.165998] acpiphp: Slot [23] registered [ 0.166930] acpiphp: Slot [24] registered [ 0.167875] acpiphp: Slot [25] registered [ 0.168028] acpiphp: Slot [26] registered [ 0.168961] acpiphp: Slot [27] registered [ 0.169925] acpiphp: Slot [28] registered [ 0.170792] acpiphp: Slot [29] registered [ 0.171685] acpiphp: Slot [30] registered [ 0.172025] acpiphp: Slot [31] registered [ 0.172955] PCI host bridge to bus 0000:00 [ 0.173880] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.175056] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.176004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.177251] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.178637] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.180006] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.186663] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.188013] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.215762] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.216865] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.218635] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.220322] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.221905] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.223587] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.224212] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.225252] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.227068] vgaarb: loaded [ 0.228003] vgaarb: bridge control possible 0000:00:02.0 [ 0.229353] SCSI subsystem initialized [ 0.230422] ACPI: bus type USB registered [ 0.230422] usbcore: registered new interface driver usbfs [ 0.232012] usbcore: registered new interface driver hub [ 0.233326] usbcore: registered new device driver usb [ 0.233326] PCI: Using ACPI for IRQ routing [ 0.233326] NetLabel: Initializing [ 0.236006] NetLabel: domain hash size = 128 [ 0.237063] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.238225] NetLabel: unlabeled traffic allowed by default [ 0.239575] Switched to clocksource kvm-clock [ 0.243616] AppArmor: AppArmor Filesystem Enabled [ 0.248321] pnp: PnP ACPI init [ 0.249466] ACPI: bus type PNP registered [ 0.251582] pnp: PnP ACPI: found 8 devices [ 0.252803] ACPI: bus type PNP unregistered [ 0.261343] NET: Registered protocol family 2 [ 0.264264] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.266656] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.268553] TCP: Hash tables configured (established 16384 bind 16384) [ 0.270455] TCP: reno registered [ 0.271435] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.273178] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.275209] NET: Registered protocol family 1 [ 0.276622] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.278372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.279968] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.302269] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.325219] Trying to unpack rootfs image as initramfs... [ 0.418311] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.421287] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.423023] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.424607] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.427280] Scanning for low memory corruption every 60 seconds [ 0.429647] Initialise system trusted keyring [ 0.430835] audit: initializing netlink socket (disabled) [ 0.432157] type=2000 audit(1534065282.709:1): initialized [ 0.452031] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.454301] zbud: loaded [ 0.455252] VFS: Disk quotas dquot_6.5.2 [ 0.456290] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.458115] fuse init (API version 7.22) [ 0.459227] msgmni has been set to 3997 [ 0.460283] Key type big_key registered [ 0.461536] Key type asymmetric registered [ 0.462587] Asymmetric key parser 'x509' registered [ 0.463741] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.465576] io scheduler noop registered [ 0.466507] io scheduler deadline registered (default) [ 0.467638] io scheduler cfq registered [ 0.468678] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.469970] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.471482] ipmi message handler version 39.2 [ 0.472595] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.474326] ACPI: Power Button [PWRF] [ 0.475394] GHES: HEST is not enabled! [ 0.497489] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.542062] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.564583] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.566613] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.590635] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.593137] Linux agpgart interface v0.103 [ 0.595007] brd: module loaded [ 0.596218] loop: module loaded [ 0.597375] blk-mq: CPU -> queue map [ 0.598285] CPU 0 -> Queue 0 [ 0.599042] CPU 1 -> Queue 0 [ 0.600473] vda: vda1 [ 0.601881] scsi0 : ata_piix [ 0.602665] scsi1 : ata_piix [ 0.603381] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.604747] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.606311] libphy: Fixed MDIO Bus: probed [ 0.607293] tun: Universal TUN/TAP device driver, 1.6 [ 0.608367] tun: (C) 1999-2004 Max Krasnyansky [ 0.611003] PPP generic driver version 2.4.2 [ 0.612023] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.613322] ehci-pci: EHCI PCI platform driver [ 0.614273] ehci-platform: EHCI generic platform driver [ 0.615386] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.616641] ohci-pci: OHCI PCI platform driver [ 0.617624] ohci-platform: OHCI generic platform driver [ 0.618701] uhci_hcd: USB Universal Host Controller Interface driver [ 0.640745] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.641845] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.643461] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.644695] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.646020] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.647550] usb usb1: Product: UHCI Host Controller [ 0.648565] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd [ 0.649920] usb usb1: SerialNumber: 0000:00:01.2 [ 0.651116] hub 1-0:1.0: USB hub found [ 0.652166] hub 1-0:1.0: 2 ports detected [ 0.653393] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.655673] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.656701] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.657858] mousedev: PS/2 mouse device common for all mice [ 0.659249] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.661121] rtc_cmos 00:00: RTC can wake from S4 [ 0.662782] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.664550] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.666329] device-mapper: uevent: version 1.0.3 [ 0.667736] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.670130] ledtrig-cpu: registered to indicate activity on CPUs [ 0.671824] TCP: cubic registered [ 0.672903] NET: Registered protocol family 10 [ 0.674394] NET: Registered protocol family 17 [ 0.675733] Key type dns_resolver registered [ 0.677151] Loading compiled-in X.509 certificates [ 0.679026] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0' [ 0.681691] registered taskstats version 1 [ 0.692859] Key type trusted registered [ 0.696517] Key type encrypted registered [ 0.697497] AppArmor: AppArmor sha1 policy hashing enabled [ 0.698946] IMA: No TPM chip found, activating TPM-bypass! [ 0.700888] regulator-dummy: disabling [ 0.701901] Magic number: 14:35:222 [ 0.703011] rtc_cmos 00:00: setting system clock to 2018-08-12 09:14:43 UTC (1534065283) [ 0.704889] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.706135] EDD information not available. [ 0.761384] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000) [ 0.763225] Write protecting the kernel read-only data: 12288k [ 0.764990] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000) [ 0.767838] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.781703] systemd-udevd[107]: starting version 204 [ 0.820635] FDC 0 is a S82078B [ 0.964059] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.124684] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.126110] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.127461] usb 1-1: Product: QEMU USB Tablet [ 1.128372] usb 1-1: Manufacturer: QEMU [ 1.129215] usb 1-1: SerialNumber: 42 [ 1.420090] tsc: Refined TSC clocksource calibration: 3491.877 MHz [ 1.845302] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.096165] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.184699] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] [ 2.283393] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sun, 12 Aug 2018 09:14:45 +0000. Up 2.66 seconds. cloud-init-nonet[2.85]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting cold plug devices[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] cloud-init-nonet[9.46]: static networking is now up * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sun, 12 Aug 2018 09:14:52 +0000. Up 9.59 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:f8:47:bc | ci-info: | eth0 | True | 192.168.0.6 | 255.255.255.0 | fa:16:3e:a0:8c:69 | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.2 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: 9e:9e:9f:8d:3a:a6:9c:55:48:62:37:40:24:56:bf:96 root@homer-0 The key's randomart image is: +--[ RSA 2048]----+ | o+= | | . . o | | o = | | . + = | | E . | | o o | | + | | . +o. + | | +o+++ . | +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: f5:82:85:56:b7:31:ca:0c:a6:5a:c4:22:5d:9b:95:f7 root@homer-0 The key's randomart image is: +--[ DSA 1024]----+ | . oo +.. + | | . o..*.*.o + | | . .= o.*.. | | o . + .E | | . S . . | | . | | | | | | | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: ae:94:d0:9e:d4:d7:5a:03:f2:3e:7d:6b:94:24:f5:c1 root@homer-0 The key's randomart image is: +--[ECDSA 256]---+ | . | | .E | | . . . ..| | . . o o. . .| | . o S o +o . | | + + o + .o | | = . + ... | | . . . ... | | . .. | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: e9:6d:b2:ce:65:c3:06:5d:25:e6:9f:e9:9d:26:da:19 root@homer-0 The key's randomart image is: +--[ED25519 256--+ | o . | | o o | | o | | o . . o | | S . + | | . + . ..| | o O E.o.| | . B .o = | | .+ . o | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS homer-0 ttyS0 homer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Sun, 12 Aug 2018 09:16:57 +0000. Up 134.34 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Sun, 12 Aug 2018 09:17:57 +0000. Up 195.05 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com gpg: no valid OpenPGP data found. + apt-get update Err http://repo.cw-ngv.com binary/ InRelease Err http://archive.ubuntu.com trusty InRelease Err http://archive.ubuntu.com trusty-updates InRelease Err http://archive.ubuntu.com trusty-backports InRelease Err http://security.ubuntu.com trusty-security InRelease Err http://security.ubuntu.com trusty-security Release.gpg Could not resolve 'security.ubuntu.com' Err http://repo.cw-ngv.com binary/ Release.gpg Could not resolve 'repo.cw-ngv.com' Err http://archive.ubuntu.com trusty Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-updates Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-backports Release.gpg Could not resolve 'archive.ubuntu.com' Reading package lists... W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com' W: Some index files failed to download. They have been ignored, or old ones used instead. + mkdir -p /etc/clearwater + etcd_ip=192.168.0.23 + '[' -n 192.168.0.23 ']' + cat + DEBIAN_FRONTEND=noninteractive + apt-get install homer --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package homer + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package clearwater-management + retries=0 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.211 ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.208 ++ echo A 172.30.9.208 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 0 -lt 10 ']' + retries=1 + echo 'nsupdate failed - retrying (retry 1)...' nsupdate failed - retrying (retry 1)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ echo 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.208 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 1 -lt 10 ']' + retries=2 + echo 'nsupdate failed - retrying (retry 2)...' nsupdate failed - retrying (retry 2)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ echo 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.208 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 2 -lt 10 ']' + retries=3 + echo 'nsupdate failed - retrying (retry 3)...' nsupdate failed - retrying (retry 3)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ echo 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.208 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 3 -lt 10 ']' + retries=4 + echo 'nsupdate failed - retrying (retry 4)...' nsupdate failed - retrying (retry 4)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.208 ++ echo A 172.30.9.208 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 4 -lt 10 ']' + retries=5 + echo 'nsupdate failed - retrying (retry 5)...' nsupdate failed - retrying (retry 5)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ echo 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.208 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 5 -lt 10 ']' + retries=6 + echo 'nsupdate failed - retrying (retry 6)...' nsupdate failed - retrying (retry 6)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ echo 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.208 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 6 -lt 10 ']' + retries=7 + echo 'nsupdate failed - retrying (retry 7)...' nsupdate failed - retrying (retry 7)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ echo 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.208 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 7 -lt 10 ']' + retries=8 + echo 'nsupdate failed - retrying (retry 8)...' nsupdate failed - retrying (retry 8)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ echo 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.208 2018-08-12 09:22:23,480 - functest.core.singlevm - DEBUG - try 41: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-12 09:22:33,491 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:22:33,495 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:22:34,476 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:22: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-fd26cd00-f72a-4cf5-aa03-ef82a6b0b25f x-compute-request-id: req-fd26cd00-f72a-4cf5-aa03-ef82a6b0b25f Content-Encoding: gzip Content-Length: 1505 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:8c:69", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:8c:69", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:47:bc", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:47:bc", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/0d05f869-c182-4a19-86bf-4ac078c523fd", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:41.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "0d05f869-c182-4a19-86bf-4ac078c523fd", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:41Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "homer-0.clearwater.opnfv", "created": "2018-08-12T09:14:06Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:24:50", "version": 4, "addr": "192.168.0.22", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:24:50", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:35:db:99", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/1c9b6e42-b18c-407e-8d00-9077025769fd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1c9b6e42-b18c-407e-8d00-9077025769fd", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:39.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "1c9b6e42-b18c-407e-8d00-9077025769fd", "security_groups": [{"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:39Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "dime-0.clearwater.opnfv", "created": "2018-08-12T09:14:05Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:73:af", "version": 4, "addr": "192.168.0.17", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:73:af", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:b9:f2", "version": 4, "addr": "192.168.1.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:b9:f2", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:41.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:41Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "bono-0.clearwater.opnfv", "created": "2018-08-12T09:14:05Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:27:6c", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:27:6c", "version": 4, "addr": "172.30.9.216", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:82:86", "version": 4, "addr": "192.168.1.24", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/566a63cc-7490-4385-b2ac-bfb24030a031", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/566a63cc-7490-4385-b2ac-bfb24030a031", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:34.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "566a63cc-7490-4385-b2ac-bfb24030a031", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:34Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-12T09:14:04Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:9d:e5", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:9d:e5", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b4:d8:25", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/7a80620a-d807-4698-b6c3-7c140a7b5157", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/7a80620a-d807-4698-b6c3-7c140a7b5157", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:25.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "7a80620a-d807-4698-b6c3-7c140a7b5157", "security_groups": [{"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:25Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-12T09:14:04Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:ca:f6", "version": 4, "addr": "192.168.0.23", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:ca:f6", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/3544e1e5-febb-4596-964e-1a53f9d26ab6", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/3544e1e5-febb-4596-964e-1a53f9d26ab6", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:13:48.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "3544e1e5-febb-4596-964e-1a53f9d26ab6", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:13:48Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-12T09:12:11Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:77:d2", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:77:d2", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ac:00:39", "version": 4, "addr": "192.168.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/24234aa3-febc-4826-8d67-0c33e6f38782", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/24234aa3-febc-4826-8d67-0c33e6f38782", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:12:00.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "24234aa3-febc-4826-8d67-0c33e6f38782", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:12:00Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "ns.clearwater.opnfv", "created": "2018-08-12T09:10:20Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:22:34,477 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-fd26cd00-f72a-4cf5-aa03-ef82a6b0b25f 2018-08-12 09:22:34,477 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.985540866852s 2018-08-12 09:22:34,478 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-fd26cd00-f72a-4cf5-aa03-ef82a6b0b25f 2018-08-12 09:22:34,484 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-12 09:22:34,487 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd/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}d584eff3730be386f99aabb4bf64013d89965dc6" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 09:22:34,568 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:22: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-92d11a4c-5b6f-478a-8b5c-44157fd4bef7 x-compute-request-id: req-92d11a4c-5b6f-478a-8b5c-44157fd4bef7 Content-Encoding: gzip Content-Length: 10881 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 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] 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-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] 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] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\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 2 CPUs, 0 hotplug CPUs\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 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008016] Security Framework initialized\n[ 0.008913] AppArmor: AppArmor initialized\n[ 0.009837] Yama: becoming mindful.\n[ 0.010748] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.013325] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.015408] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.016006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.017778] Initializing cgroup subsys memory\n[ 0.018719] Initializing cgroup subsys devices\n[ 0.020003] Initializing cgroup subsys freezer\n[ 0.021086] Initializing cgroup subsys blkio\n[ 0.021991] Initializing cgroup subsys perf_event\n[ 0.022999] Initializing cgroup subsys hugetlb\n[ 0.024056] CPU: Physical Processor ID: 0\n[ 0.024946] FEATURE SPEC_CTRL Not Present\n[ 0.026471] mce: CPU supports 10 MCE banks\n[ 0.028035] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.028035] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.030137] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.031421] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.032003] Speculative Store Bypass: Vulnerable\n[ 0.033566] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000)\n[ 0.038566] ACPI: Core revision 20131115\n[ 0.040460] ACPI: All ACPI Tables successfully acquired\n[ 0.041709] ftrace: allocating 28727 entries in 113 pages\n[ 0.060291] Enabling x2apic\n[ 0.061073] Enabled x2apic\n[ 0.061964] Switched APIC routing to physical x2apic.\n[ 0.064919] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.066290] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.069066] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.076856] KVM setup paravirtual spinlock\n[ 0.079139] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.080155] x86: Booting SMP configuration:\n[ 0.081281] .... node #0, CPUs: #1[ 0.079106] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.096026] x86: Booted up 1 node, 2 CPUs\n[ 0.096018] KVM setup async PF for cpu 1\n[ 0.096020] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.099631] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.100348] devtmpfs: initialized\n[ 0.102632] EVM: security.selinux\n[ 0.104005] EVM: security.SMACK64\n[ 0.104954] EVM: security.ima\n[ 0.105920] EVM: security.capability\n[ 0.108118] pinctrl core: initialized pinctrl subsystem\n[ 0.109704] regulator-dummy: no parameters\n[ 0.110929] RTC time: 9:14:42, date: 08/12/18\n[ 0.112038] NET: Registered protocol family 16\n[ 0.113457] cpuidle: using governor ladder\n[ 0.114609] cpuidle: using governor menu\n[ 0.115850] ACPI: bus type PCI registered\n[ 0.116004] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.117746] PCI: Using configuration type 1 for base access\n[ 0.120038] bio: create slab at 0\n[ 0.121189] ACPI: Added _OSI(Module Device)\n[ 0.121189] ACPI: Added _OSI(Processor Device)\n[ 0.122213] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.124005] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.126110] ACPI: Interpreter enabled\n[ 0.127154] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.129830] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.132005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.134822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.136755] ACPI: (supports S0 S5)\n[ 0.137721] ACPI: Using IOAPIC for interrupt routing\n[ 0.139117] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.140200] ACPI: No dock devices found.\n[ 0.143264] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.144008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.145991] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.147946] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.148206] acpiphp: Slot [3] registered\n[ 0.149509] acpiphp: Slot [4] registered\n[ 0.150716] acpiphp: Slot [5] registered\n[ 0.151857] acpiphp: Slot [6] registered\n[ 0.152020] acpiphp: Slot [7] registered\n[ 0.153216] acpiphp: Slot [8] registered\n[ 0.154428] acpiphp: Slot [9] registered\n[ 0.155633] acpiphp: Slot [10] registered\n[ 0.156024] acpiphp: Slot [11] registered\n[ 0.157002] acpiphp: Slot [12] registered\n[ 0.157975] acpiphp: Slot [13] registered\n[ 0.158963] acpiphp: Slot [14] registered\n[ 0.159983] acpiphp: Slot [15] registered\n[ 0.160023] acpiphp: Slot [16] registered\n[ 0.160985] acpiphp: Slot [17] registered\n[ 0.161921] acpiphp: Slot [18] registered\n[ 0.162915] acpiphp: Slot [19] registered\n[ 0.163849] acpiphp: Slot [20] registered\n[ 0.164031] acpiphp: Slot [21] registered\n[ 0.164958] acpiphp: Slot [22] registered\n[ 0.165998] acpiphp: Slot [23] registered\n[ 0.166930] acpiphp: Slot [24] registered\n[ 0.167875] acpiphp: Slot [25] registered\n[ 0.168028] acpiphp: Slot [26] registered\n[ 0.168961] acpiphp: Slot [27] registered\n[ 0.169925] acpiphp: Slot [28] registered\n[ 0.170792] acpiphp: Slot [29] registered\n[ 0.171685] acpiphp: Slot [30] registered\n[ 0.172025] acpiphp: Slot [31] registered\n[ 0.172955] PCI host bridge to bus 0000:00\n[ 0.173880] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.175056] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.176004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.177251] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.178637] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.180006] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.186663] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.188013] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.215762] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.216865] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.218635] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.220322] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.221905] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.223587] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.224212] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.225252] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.227068] vgaarb: loaded\n[ 0.228003] vgaarb: bridge control possible 0000:00:02.0\n[ 0.229353] SCSI subsystem initialized\n[ 0.230422] ACPI: bus type USB registered\n[ 0.230422] usbcore: registered new interface driver usbfs\n[ 0.232012] usbcore: registered new interface driver hub\n[ 0.233326] usbcore: registered new device driver usb\n[ 0.233326] PCI: Using ACPI for IRQ routing\n[ 0.233326] NetLabel: Initializing\n[ 0.236006] NetLabel: domain hash size = 128\n[ 0.237063] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.238225] NetLabel: unlabeled traffic allowed by default\n[ 0.239575] Switched to clocksource kvm-clock\n[ 0.243616] AppArmor: AppArmor Filesystem Enabled\n[ 0.248321] pnp: PnP ACPI init\n[ 0.249466] ACPI: bus type PNP registered\n[ 0.251582] pnp: PnP ACPI: found 8 devices\n[ 0.252803] ACPI: bus type PNP unregistered\n[ 0.261343] NET: Registered protocol family 2\n[ 0.264264] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.266656] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.268553] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.270455] TCP: reno registered\n[ 0.271435] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.273178] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.275209] NET: Registered protocol family 1\n[ 0.276622] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.278372] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.279968] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.302269] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.325219] Trying to unpack rootfs image as initramfs...\n[ 0.418311] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.421287] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.423023] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.424607] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.427280] Scanning for low memory corruption every 60 seconds\n[ 0.429647] Initialise system trusted keyring\n[ 0.430835] audit: initializing netlink socket (disabled)\n[ 0.432157] type=2000 audit(1534065282.709:1): initialized\n[ 0.452031] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.454301] zbud: loaded\n[ 0.455252] VFS: Disk quotas dquot_6.5.2\n[ 0.456290] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.458115] fuse init (API version 7.22)\n[ 0.459227] msgmni has been set to 3997\n[ 0.460283] Key type big_key registered\n[ 0.461536] Key type asymmetric registered\n[ 0.462587] Asymmetric key parser 'x509' registered\n[ 0.463741] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.465576] io scheduler noop registered\n[ 0.466507] io scheduler deadline registered (default)\n[ 0.467638] io scheduler cfq registered\n[ 0.468678] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.469970] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.471482] ipmi message handler version 39.2\n[ 0.472595] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.474326] ACPI: Power Button [PWRF]\n[ 0.475394] GHES: HEST is not enabled!\n[ 0.497489] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.542062] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564583] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.566613] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590635] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593137] Linux agpgart interface v0.103\n[ 0.595007] brd: module loaded\n[ 0.596218] loop: module loaded\n[ 0.597375] blk-mq: CPU -> queue map\n[ 0.598285] CPU 0 -> Queue 0\n[ 0.599042] CPU 1 -> Queue 0\n[ 0.600473] vda: vda1\n[ 0.601881] scsi0 : ata_piix\n[ 0.602665] scsi1 : ata_piix\n[ 0.603381] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.604747] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.606311] libphy: Fixed MDIO Bus: probed\n[ 0.607293] tun: Universal TUN/TAP device driver, 1.6\n[ 0.608367] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.611003] PPP generic driver version 2.4.2\n[ 0.612023] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.613322] ehci-pci: EHCI PCI platform driver\n[ 0.614273] ehci-platform: EHCI generic platform driver\n[ 0.615386] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.616641] ohci-pci: OHCI PCI platform driver\n[ 0.617624] ohci-platform: OHCI generic platform driver\n[ 0.618701] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.640745] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.641845] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.643461] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.644695] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646020] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647550] usb usb1: Product: UHCI Host Controller\n[ 0.648565] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd\n[ 0.649920] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651116] hub 1-0:1.0: USB hub found\n[ 0.652166] hub 1-0:1.0: 2 ports detected\n[ 0.653393] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655673] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656701] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657858] mousedev: PS/2 mouse device common for all mice\n[ 0.659249] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.661121] rtc_cmos 00:00: RTC can wake from S4\n[ 0.662782] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.664550] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.666329] device-mapper: uevent: version 1.0.3\n[ 0.667736] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.670130] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.671824] TCP: cubic registered\n[ 0.672903] NET: Registered protocol family 10\n[ 0.674394] NET: Registered protocol family 17\n[ 0.675733] Key type dns_resolver registered\n[ 0.677151] Loading compiled-in X.509 certificates\n[ 0.679026] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0'\n[ 0.681691] registered taskstats version 1\n[ 0.692859] Key type trusted registered\n[ 0.696517] Key type encrypted registered\n[ 0.697497] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.698946] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.700888] regulator-dummy: disabling\n[ 0.701901] Magic number: 14:35:222\n[ 0.703011] rtc_cmos 00:00: setting system clock to 2018-08-12 09:14:43 UTC (1534065283)\n[ 0.704889] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.706135] EDD information not available.\n[ 0.761384] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000)\n[ 0.763225] Write protecting the kernel read-only data: 12288k\n[ 0.764990] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000)\n[ 0.767838] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.781703] systemd-udevd[107]: starting version 204\n[ 0.820635] FDC 0 is a S82078B\n[ 0.964059] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.124684] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.126110] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.127461] usb 1-1: Product: QEMU USB Tablet\n[ 1.128372] usb 1-1: Manufacturer: QEMU\n[ 1.129215] usb 1-1: SerialNumber: 42\n[ 1.420090] tsc: Refined TSC clocksource calibration: 3491.877 MHz\n[ 1.845302] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.096165] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.184699] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n[ 2.283393] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sun, 12 Aug 2018 09:14:45 +0000. Up 2.66 seconds.\ncloud-init-nonet[2.85]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting cold plug devices[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\ncloud-init-nonet[9.46]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sun, 12 Aug 2018 09:14:52 +0000. Up 9.59 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:f8:47:bc |\nci-info: | eth0 | True | 192.168.0.6 | 255.255.255.0 | fa:16:3e:a0:8c:69 |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.2 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\n9e:9e:9f:8d:3a:a6:9c:55:48:62:37:40:24:56:bf:96 root@homer-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| o+= |\n| . . o |\n| o = |\n| . + = |\n| E . |\n| o o |\n| + |\n| . +o. + |\n| +o+++ . |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\nf5:82:85:56:b7:31:ca:0c:a6:5a:c4:22:5d:9b:95:f7 root@homer-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| . oo +.. + |\n| . o..*.*.o + |\n| . .= o.*.. |\n| o . + .E |\n| . S . . |\n| . |\n| |\n| |\n| |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\nae:94:d0:9e:d4:d7:5a:03:f2:3e:7d:6b:94:24:f5:c1 root@homer-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| . |\n| .E |\n| . . . ..|\n| . . o o. . .|\n| . o S o +o . |\n| + + o + .o |\n| = . + ... |\n| . . . ... |\n| . .. |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\ne9:6d:b2:ce:65:c3:06:5d:25:e6:9f:e9:9d:26:da:19 root@homer-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| o . |\n| o o |\n| o |\n| o . . o |\n| S . + |\n| . + . ..|\n| o O E.o.|\n| . B .o = |\n| .+ . o |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS homer-0 ttyS0\n\nhomer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Sun, 12 Aug 2018 09:16:57 +0000. Up 134.34 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Sun, 12 Aug 2018 09:17:57 +0000. Up 195.05 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com\ngpg: no valid OpenPGP data found.\n+ apt-get update\nErr http://repo.cw-ngv.com binary/ InRelease\n \nErr http://archive.ubuntu.com trusty InRelease\n \nErr http://archive.ubuntu.com trusty-updates InRelease\n \nErr http://archive.ubuntu.com trusty-backports InRelease\n \nErr http://security.ubuntu.com trusty-security InRelease\n \nErr http://security.ubuntu.com trusty-security Release.gpg\n Could not resolve 'security.ubuntu.com'\nErr http://repo.cw-ngv.com binary/ Release.gpg\n Could not resolve 'repo.cw-ngv.com'\nErr http://archive.ubuntu.com trusty Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-updates Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-backports Release.gpg\n Could not resolve 'archive.ubuntu.com'\nReading package lists...\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease \n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com'\n\nW: Some index files failed to download. They have been ignored, or old ones used instead.\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.23\n+ '[' -n 192.168.0.23 ']'\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install homer --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package homer\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package clearwater-management\n+ retries=0\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.211\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.208\n++ echo A 172.30.9.208\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 0 -lt 10 ']'\n+ retries=1\n+ echo 'nsupdate failed - retrying (retry 1)...'\nnsupdate failed - retrying (retry 1)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ echo 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.208\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 1 -lt 10 ']'\n+ retries=2\n+ echo 'nsupdate failed - retrying (retry 2)...'\nnsupdate failed - retrying (retry 2)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ echo 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.208\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 2 -lt 10 ']'\n+ retries=3\n+ echo 'nsupdate failed - retrying (retry 3)...'\nnsupdate failed - retrying (retry 3)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ echo 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.208\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 3 -lt 10 ']'\n+ retries=4\n+ echo 'nsupdate failed - retrying (retry 4)...'\nnsupdate failed - retrying (retry 4)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.208\n++ echo A 172.30.9.208\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 4 -lt 10 ']'\n+ retries=5\n+ echo 'nsupdate failed - retrying (retry 5)...'\nnsupdate failed - retrying (retry 5)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ echo 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.208\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 5 -lt 10 ']'\n+ retries=6\n+ echo 'nsupdate failed - retrying (retry 6)...'\nnsupdate failed - retrying (retry 6)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ echo 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.208\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 6 -lt 10 ']'\n+ retries=7\n+ echo 'nsupdate failed - retrying (retry 7)...'\nnsupdate failed - retrying (retry 7)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ echo 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.208\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 7 -lt 10 ']'\n+ retries=8\n+ echo 'nsupdate failed - retrying (retry 8)...'\nnsupdate failed - retrying (retry 8)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ echo 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.208\n"} 2018-08-12 09:22:34,569 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd/action used request id req-92d11a4c-5b6f-478a-8b5c-44157fd4bef7 2018-08-12 09:22:34,569 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0847971439362s 2018-08-12 09:22:34,571 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd/action used request id req-92d11a4c-5b6f-478a-8b5c-44157fd4bef7 2018-08-12 09:22:34,571 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-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] 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-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] 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] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 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 2 CPUs, 0 hotplug CPUs [ 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 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008016] Security Framework initialized [ 0.008913] AppArmor: AppArmor initialized [ 0.009837] Yama: becoming mindful. [ 0.010748] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.013325] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.015408] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.016006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.017778] Initializing cgroup subsys memory [ 0.018719] Initializing cgroup subsys devices [ 0.020003] Initializing cgroup subsys freezer [ 0.021086] Initializing cgroup subsys blkio [ 0.021991] Initializing cgroup subsys perf_event [ 0.022999] Initializing cgroup subsys hugetlb [ 0.024056] CPU: Physical Processor ID: 0 [ 0.024946] FEATURE SPEC_CTRL Not Present [ 0.026471] mce: CPU supports 10 MCE banks [ 0.028035] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.028035] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.030137] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.031421] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.032003] Speculative Store Bypass: Vulnerable [ 0.033566] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000) [ 0.038566] ACPI: Core revision 20131115 [ 0.040460] ACPI: All ACPI Tables successfully acquired [ 0.041709] ftrace: allocating 28727 entries in 113 pages [ 0.060291] Enabling x2apic [ 0.061073] Enabled x2apic [ 0.061964] Switched APIC routing to physical x2apic. [ 0.064919] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.066290] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.069066] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.076856] KVM setup paravirtual spinlock [ 0.079139] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.080155] x86: Booting SMP configuration: [ 0.081281] .... node #0, CPUs: #1[ 0.079106] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.096026] x86: Booted up 1 node, 2 CPUs [ 0.096018] KVM setup async PF for cpu 1 [ 0.096020] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.099631] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.100348] devtmpfs: initialized [ 0.102632] EVM: security.selinux [ 0.104005] EVM: security.SMACK64 [ 0.104954] EVM: security.ima [ 0.105920] EVM: security.capability [ 0.108118] pinctrl core: initialized pinctrl subsystem [ 0.109704] regulator-dummy: no parameters [ 0.110929] RTC time: 9:14:42, date: 08/12/18 [ 0.112038] NET: Registered protocol family 16 [ 0.113457] cpuidle: using governor ladder [ 0.114609] cpuidle: using governor menu [ 0.115850] ACPI: bus type PCI registered [ 0.116004] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.117746] PCI: Using configuration type 1 for base access [ 0.120038] bio: create slab at 0 [ 0.121189] ACPI: Added _OSI(Module Device) [ 0.121189] ACPI: Added _OSI(Processor Device) [ 0.122213] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.124005] ACPI: Added _OSI(Processor Aggregator Device) [ 0.126110] ACPI: Interpreter enabled [ 0.127154] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.129830] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.132005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.134822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.136755] ACPI: (supports S0 S5) [ 0.137721] ACPI: Using IOAPIC for interrupt routing [ 0.139117] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.140200] ACPI: No dock devices found. [ 0.143264] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.144008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.145991] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.147946] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.148206] acpiphp: Slot [3] registered [ 0.149509] acpiphp: Slot [4] registered [ 0.150716] acpiphp: Slot [5] registered [ 0.151857] acpiphp: Slot [6] registered [ 0.152020] acpiphp: Slot [7] registered [ 0.153216] acpiphp: Slot [8] registered [ 0.154428] acpiphp: Slot [9] registered [ 0.155633] acpiphp: Slot [10] registered [ 0.156024] acpiphp: Slot [11] registered [ 0.157002] acpiphp: Slot [12] registered [ 0.157975] acpiphp: Slot [13] registered [ 0.158963] acpiphp: Slot [14] registered [ 0.159983] acpiphp: Slot [15] registered [ 0.160023] acpiphp: Slot [16] registered [ 0.160985] acpiphp: Slot [17] registered [ 0.161921] acpiphp: Slot [18] registered [ 0.162915] acpiphp: Slot [19] registered [ 0.163849] acpiphp: Slot [20] registered [ 0.164031] acpiphp: Slot [21] registered [ 0.164958] acpiphp: Slot [22] registered [ 0.165998] acpiphp: Slot [23] registered [ 0.166930] acpiphp: Slot [24] registered [ 0.167875] acpiphp: Slot [25] registered [ 0.168028] acpiphp: Slot [26] registered [ 0.168961] acpiphp: Slot [27] registered [ 0.169925] acpiphp: Slot [28] registered [ 0.170792] acpiphp: Slot [29] registered [ 0.171685] acpiphp: Slot [30] registered [ 0.172025] acpiphp: Slot [31] registered [ 0.172955] PCI host bridge to bus 0000:00 [ 0.173880] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.175056] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.176004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.177251] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.178637] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.180006] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.186663] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.188013] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.215762] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.216865] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.218635] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.220322] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.221905] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.223587] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.224212] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.225252] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.227068] vgaarb: loaded [ 0.228003] vgaarb: bridge control possible 0000:00:02.0 [ 0.229353] SCSI subsystem initialized [ 0.230422] ACPI: bus type USB registered [ 0.230422] usbcore: registered new interface driver usbfs [ 0.232012] usbcore: registered new interface driver hub [ 0.233326] usbcore: registered new device driver usb [ 0.233326] PCI: Using ACPI for IRQ routing [ 0.233326] NetLabel: Initializing [ 0.236006] NetLabel: domain hash size = 128 [ 0.237063] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.238225] NetLabel: unlabeled traffic allowed by default [ 0.239575] Switched to clocksource kvm-clock [ 0.243616] AppArmor: AppArmor Filesystem Enabled [ 0.248321] pnp: PnP ACPI init [ 0.249466] ACPI: bus type PNP registered [ 0.251582] pnp: PnP ACPI: found 8 devices [ 0.252803] ACPI: bus type PNP unregistered [ 0.261343] NET: Registered protocol family 2 [ 0.264264] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.266656] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.268553] TCP: Hash tables configured (established 16384 bind 16384) [ 0.270455] TCP: reno registered [ 0.271435] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.273178] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.275209] NET: Registered protocol family 1 [ 0.276622] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.278372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.279968] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.302269] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.325219] Trying to unpack rootfs image as initramfs... [ 0.418311] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.421287] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.423023] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.424607] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.427280] Scanning for low memory corruption every 60 seconds [ 0.429647] Initialise system trusted keyring [ 0.430835] audit: initializing netlink socket (disabled) [ 0.432157] type=2000 audit(1534065282.709:1): initialized [ 0.452031] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.454301] zbud: loaded [ 0.455252] VFS: Disk quotas dquot_6.5.2 [ 0.456290] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.458115] fuse init (API version 7.22) [ 0.459227] msgmni has been set to 3997 [ 0.460283] Key type big_key registered [ 0.461536] Key type asymmetric registered [ 0.462587] Asymmetric key parser 'x509' registered [ 0.463741] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.465576] io scheduler noop registered [ 0.466507] io scheduler deadline registered (default) [ 0.467638] io scheduler cfq registered [ 0.468678] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.469970] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.471482] ipmi message handler version 39.2 [ 0.472595] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.474326] ACPI: Power Button [PWRF] [ 0.475394] GHES: HEST is not enabled! [ 0.497489] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.542062] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.564583] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.566613] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.590635] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.593137] Linux agpgart interface v0.103 [ 0.595007] brd: module loaded [ 0.596218] loop: module loaded [ 0.597375] blk-mq: CPU -> queue map [ 0.598285] CPU 0 -> Queue 0 [ 0.599042] CPU 1 -> Queue 0 [ 0.600473] vda: vda1 [ 0.601881] scsi0 : ata_piix [ 0.602665] scsi1 : ata_piix [ 0.603381] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.604747] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.606311] libphy: Fixed MDIO Bus: probed [ 0.607293] tun: Universal TUN/TAP device driver, 1.6 [ 0.608367] tun: (C) 1999-2004 Max Krasnyansky [ 0.611003] PPP generic driver version 2.4.2 [ 0.612023] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.613322] ehci-pci: EHCI PCI platform driver [ 0.614273] ehci-platform: EHCI generic platform driver [ 0.615386] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.616641] ohci-pci: OHCI PCI platform driver [ 0.617624] ohci-platform: OHCI generic platform driver [ 0.618701] uhci_hcd: USB Universal Host Controller Interface driver [ 0.640745] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.641845] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.643461] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.644695] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.646020] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.647550] usb usb1: Product: UHCI Host Controller [ 0.648565] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd [ 0.649920] usb usb1: SerialNumber: 0000:00:01.2 [ 0.651116] hub 1-0:1.0: USB hub found [ 0.652166] hub 1-0:1.0: 2 ports detected [ 0.653393] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.655673] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.656701] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.657858] mousedev: PS/2 mouse device common for all mice [ 0.659249] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.661121] rtc_cmos 00:00: RTC can wake from S4 [ 0.662782] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.664550] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.666329] device-mapper: uevent: version 1.0.3 [ 0.667736] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.670130] ledtrig-cpu: registered to indicate activity on CPUs [ 0.671824] TCP: cubic registered [ 0.672903] NET: Registered protocol family 10 [ 0.674394] NET: Registered protocol family 17 [ 0.675733] Key type dns_resolver registered [ 0.677151] Loading compiled-in X.509 certificates [ 0.679026] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0' [ 0.681691] registered taskstats version 1 [ 0.692859] Key type trusted registered [ 0.696517] Key type encrypted registered [ 0.697497] AppArmor: AppArmor sha1 policy hashing enabled [ 0.698946] IMA: No TPM chip found, activating TPM-bypass! [ 0.700888] regulator-dummy: disabling [ 0.701901] Magic number: 14:35:222 [ 0.703011] rtc_cmos 00:00: setting system clock to 2018-08-12 09:14:43 UTC (1534065283) [ 0.704889] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.706135] EDD information not available. [ 0.761384] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000) [ 0.763225] Write protecting the kernel read-only data: 12288k [ 0.764990] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000) [ 0.767838] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.781703] systemd-udevd[107]: starting version 204 [ 0.820635] FDC 0 is a S82078B [ 0.964059] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.124684] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.126110] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.127461] usb 1-1: Product: QEMU USB Tablet [ 1.128372] usb 1-1: Manufacturer: QEMU [ 1.129215] usb 1-1: SerialNumber: 42 [ 1.420090] tsc: Refined TSC clocksource calibration: 3491.877 MHz [ 1.845302] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.096165] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.184699] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] [ 2.283393] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sun, 12 Aug 2018 09:14:45 +0000. Up 2.66 seconds. cloud-init-nonet[2.85]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting cold plug devices[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] cloud-init-nonet[9.46]: static networking is now up * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sun, 12 Aug 2018 09:14:52 +0000. Up 9.59 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:f8:47:bc | ci-info: | eth0 | True | 192.168.0.6 | 255.255.255.0 | fa:16:3e:a0:8c:69 | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.2 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: 9e:9e:9f:8d:3a:a6:9c:55:48:62:37:40:24:56:bf:96 root@homer-0 The key's randomart image is: +--[ RSA 2048]----+ | o+= | | . . o | | o = | | . + = | | E . | | o o | | + | | . +o. + | | +o+++ . | +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: f5:82:85:56:b7:31:ca:0c:a6:5a:c4:22:5d:9b:95:f7 root@homer-0 The key's randomart image is: +--[ DSA 1024]----+ | . oo +.. + | | . o..*.*.o + | | . .= o.*.. | | o . + .E | | . S . . | | . | | | | | | | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: ae:94:d0:9e:d4:d7:5a:03:f2:3e:7d:6b:94:24:f5:c1 root@homer-0 The key's randomart image is: +--[ECDSA 256]---+ | . | | .E | | . . . ..| | . . o o. . .| | . o S o +o . | | + + o + .o | | = . + ... | | . . . ... | | . .. | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: e9:6d:b2:ce:65:c3:06:5d:25:e6:9f:e9:9d:26:da:19 root@homer-0 The key's randomart image is: +--[ED25519 256--+ | o . | | o o | | o | | o . . o | | S . + | | . + . ..| | o O E.o.| | . B .o = | | .+ . o | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS homer-0 ttyS0 homer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Sun, 12 Aug 2018 09:16:57 +0000. Up 134.34 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Sun, 12 Aug 2018 09:17:57 +0000. Up 195.05 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com gpg: no valid OpenPGP data found. + apt-get update Err http://repo.cw-ngv.com binary/ InRelease Err http://archive.ubuntu.com trusty InRelease Err http://archive.ubuntu.com trusty-updates InRelease Err http://archive.ubuntu.com trusty-backports InRelease Err http://security.ubuntu.com trusty-security InRelease Err http://security.ubuntu.com trusty-security Release.gpg Could not resolve 'security.ubuntu.com' Err http://repo.cw-ngv.com binary/ Release.gpg Could not resolve 'repo.cw-ngv.com' Err http://archive.ubuntu.com trusty Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-updates Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-backports Release.gpg Could not resolve 'archive.ubuntu.com' Reading package lists... W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com' W: Some index files failed to download. They have been ignored, or old ones used instead. + mkdir -p /etc/clearwater + etcd_ip=192.168.0.23 + '[' -n 192.168.0.23 ']' + cat + DEBIAN_FRONTEND=noninteractive + apt-get install homer --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package homer + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package clearwater-management + retries=0 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.211 ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.208 ++ echo A 172.30.9.208 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 0 -lt 10 ']' + retries=1 + echo 'nsupdate failed - retrying (retry 1)...' nsupdate failed - retrying (retry 1)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ echo 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.208 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 1 -lt 10 ']' + retries=2 + echo 'nsupdate failed - retrying (retry 2)...' nsupdate failed - retrying (retry 2)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ echo 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.208 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 2 -lt 10 ']' + retries=3 + echo 'nsupdate failed - retrying (retry 3)...' nsupdate failed - retrying (retry 3)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ echo 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.208 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 3 -lt 10 ']' + retries=4 + echo 'nsupdate failed - retrying (retry 4)...' nsupdate failed - retrying (retry 4)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.208 ++ echo A 172.30.9.208 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 4 -lt 10 ']' + retries=5 + echo 'nsupdate failed - retrying (retry 5)...' nsupdate failed - retrying (retry 5)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ echo 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.208 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 5 -lt 10 ']' + retries=6 + echo 'nsupdate failed - retrying (retry 6)...' nsupdate failed - retrying (retry 6)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ echo 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.208 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 6 -lt 10 ']' + retries=7 + echo 'nsupdate failed - retrying (retry 7)...' nsupdate failed - retrying (retry 7)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ echo 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.208 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 7 -lt 10 ']' + retries=8 + echo 'nsupdate failed - retrying (retry 8)...' nsupdate failed - retrying (retry 8)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ echo 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.208 2018-08-12 09:22:34,573 - functest.core.singlevm - DEBUG - try 42: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-12 09:22:44,583 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:22:44,588 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:22:45,001 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:22: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-e1f38964-4488-4f57-9699-ad1a5b74fc3d x-compute-request-id: req-e1f38964-4488-4f57-9699-ad1a5b74fc3d Content-Encoding: gzip Content-Length: 1505 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:8c:69", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:8c:69", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:47:bc", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:47:bc", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/0d05f869-c182-4a19-86bf-4ac078c523fd", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:41.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "0d05f869-c182-4a19-86bf-4ac078c523fd", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:41Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "homer-0.clearwater.opnfv", "created": "2018-08-12T09:14:06Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:24:50", "version": 4, "addr": "192.168.0.22", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:24:50", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:35:db:99", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/1c9b6e42-b18c-407e-8d00-9077025769fd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1c9b6e42-b18c-407e-8d00-9077025769fd", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:39.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "1c9b6e42-b18c-407e-8d00-9077025769fd", "security_groups": [{"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:39Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "dime-0.clearwater.opnfv", "created": "2018-08-12T09:14:05Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:73:af", "version": 4, "addr": "192.168.0.17", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:73:af", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:b9:f2", "version": 4, "addr": "192.168.1.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:b9:f2", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:41.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:41Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "bono-0.clearwater.opnfv", "created": "2018-08-12T09:14:05Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:27:6c", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:27:6c", "version": 4, "addr": "172.30.9.216", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:82:86", "version": 4, "addr": "192.168.1.24", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/566a63cc-7490-4385-b2ac-bfb24030a031", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/566a63cc-7490-4385-b2ac-bfb24030a031", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:34.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "566a63cc-7490-4385-b2ac-bfb24030a031", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:34Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-12T09:14:04Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:9d:e5", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:9d:e5", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b4:d8:25", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/7a80620a-d807-4698-b6c3-7c140a7b5157", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/7a80620a-d807-4698-b6c3-7c140a7b5157", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:25.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "7a80620a-d807-4698-b6c3-7c140a7b5157", "security_groups": [{"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:25Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-12T09:14:04Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:ca:f6", "version": 4, "addr": "192.168.0.23", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:ca:f6", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/3544e1e5-febb-4596-964e-1a53f9d26ab6", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/3544e1e5-febb-4596-964e-1a53f9d26ab6", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:13:48.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "3544e1e5-febb-4596-964e-1a53f9d26ab6", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:13:48Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-12T09:12:11Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:77:d2", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:77:d2", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ac:00:39", "version": 4, "addr": "192.168.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/24234aa3-febc-4826-8d67-0c33e6f38782", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/24234aa3-febc-4826-8d67-0c33e6f38782", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:12:00.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "24234aa3-febc-4826-8d67-0c33e6f38782", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:12:00Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "ns.clearwater.opnfv", "created": "2018-08-12T09:10:20Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:22:45,002 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-e1f38964-4488-4f57-9699-ad1a5b74fc3d 2018-08-12 09:22:45,002 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.418374061584s 2018-08-12 09:22:45,003 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-e1f38964-4488-4f57-9699-ad1a5b74fc3d 2018-08-12 09:22:45,011 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-12 09:22:45,014 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd/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}d584eff3730be386f99aabb4bf64013d89965dc6" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 09:22:45,096 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:22: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-b7a319aa-686d-4d8b-8cdd-4587d2b95535 x-compute-request-id: req-b7a319aa-686d-4d8b-8cdd-4587d2b95535 Content-Encoding: gzip Content-Length: 10895 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 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] 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-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] 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] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\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 2 CPUs, 0 hotplug CPUs\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 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008016] Security Framework initialized\n[ 0.008913] AppArmor: AppArmor initialized\n[ 0.009837] Yama: becoming mindful.\n[ 0.010748] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.013325] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.015408] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.016006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.017778] Initializing cgroup subsys memory\n[ 0.018719] Initializing cgroup subsys devices\n[ 0.020003] Initializing cgroup subsys freezer\n[ 0.021086] Initializing cgroup subsys blkio\n[ 0.021991] Initializing cgroup subsys perf_event\n[ 0.022999] Initializing cgroup subsys hugetlb\n[ 0.024056] CPU: Physical Processor ID: 0\n[ 0.024946] FEATURE SPEC_CTRL Not Present\n[ 0.026471] mce: CPU supports 10 MCE banks\n[ 0.028035] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.028035] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.030137] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.031421] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.032003] Speculative Store Bypass: Vulnerable\n[ 0.033566] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000)\n[ 0.038566] ACPI: Core revision 20131115\n[ 0.040460] ACPI: All ACPI Tables successfully acquired\n[ 0.041709] ftrace: allocating 28727 entries in 113 pages\n[ 0.060291] Enabling x2apic\n[ 0.061073] Enabled x2apic\n[ 0.061964] Switched APIC routing to physical x2apic.\n[ 0.064919] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.066290] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.069066] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.076856] KVM setup paravirtual spinlock\n[ 0.079139] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.080155] x86: Booting SMP configuration:\n[ 0.081281] .... node #0, CPUs: #1[ 0.079106] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.096026] x86: Booted up 1 node, 2 CPUs\n[ 0.096018] KVM setup async PF for cpu 1\n[ 0.096020] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.099631] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.100348] devtmpfs: initialized\n[ 0.102632] EVM: security.selinux\n[ 0.104005] EVM: security.SMACK64\n[ 0.104954] EVM: security.ima\n[ 0.105920] EVM: security.capability\n[ 0.108118] pinctrl core: initialized pinctrl subsystem\n[ 0.109704] regulator-dummy: no parameters\n[ 0.110929] RTC time: 9:14:42, date: 08/12/18\n[ 0.112038] NET: Registered protocol family 16\n[ 0.113457] cpuidle: using governor ladder\n[ 0.114609] cpuidle: using governor menu\n[ 0.115850] ACPI: bus type PCI registered\n[ 0.116004] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.117746] PCI: Using configuration type 1 for base access\n[ 0.120038] bio: create slab at 0\n[ 0.121189] ACPI: Added _OSI(Module Device)\n[ 0.121189] ACPI: Added _OSI(Processor Device)\n[ 0.122213] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.124005] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.126110] ACPI: Interpreter enabled\n[ 0.127154] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.129830] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.132005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.134822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.136755] ACPI: (supports S0 S5)\n[ 0.137721] ACPI: Using IOAPIC for interrupt routing\n[ 0.139117] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.140200] ACPI: No dock devices found.\n[ 0.143264] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.144008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.145991] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.147946] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.148206] acpiphp: Slot [3] registered\n[ 0.149509] acpiphp: Slot [4] registered\n[ 0.150716] acpiphp: Slot [5] registered\n[ 0.151857] acpiphp: Slot [6] registered\n[ 0.152020] acpiphp: Slot [7] registered\n[ 0.153216] acpiphp: Slot [8] registered\n[ 0.154428] acpiphp: Slot [9] registered\n[ 0.155633] acpiphp: Slot [10] registered\n[ 0.156024] acpiphp: Slot [11] registered\n[ 0.157002] acpiphp: Slot [12] registered\n[ 0.157975] acpiphp: Slot [13] registered\n[ 0.158963] acpiphp: Slot [14] registered\n[ 0.159983] acpiphp: Slot [15] registered\n[ 0.160023] acpiphp: Slot [16] registered\n[ 0.160985] acpiphp: Slot [17] registered\n[ 0.161921] acpiphp: Slot [18] registered\n[ 0.162915] acpiphp: Slot [19] registered\n[ 0.163849] acpiphp: Slot [20] registered\n[ 0.164031] acpiphp: Slot [21] registered\n[ 0.164958] acpiphp: Slot [22] registered\n[ 0.165998] acpiphp: Slot [23] registered\n[ 0.166930] acpiphp: Slot [24] registered\n[ 0.167875] acpiphp: Slot [25] registered\n[ 0.168028] acpiphp: Slot [26] registered\n[ 0.168961] acpiphp: Slot [27] registered\n[ 0.169925] acpiphp: Slot [28] registered\n[ 0.170792] acpiphp: Slot [29] registered\n[ 0.171685] acpiphp: Slot [30] registered\n[ 0.172025] acpiphp: Slot [31] registered\n[ 0.172955] PCI host bridge to bus 0000:00\n[ 0.173880] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.175056] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.176004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.177251] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.178637] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.180006] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.186663] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.188013] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.215762] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.216865] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.218635] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.220322] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.221905] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.223587] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.224212] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.225252] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.227068] vgaarb: loaded\n[ 0.228003] vgaarb: bridge control possible 0000:00:02.0\n[ 0.229353] SCSI subsystem initialized\n[ 0.230422] ACPI: bus type USB registered\n[ 0.230422] usbcore: registered new interface driver usbfs\n[ 0.232012] usbcore: registered new interface driver hub\n[ 0.233326] usbcore: registered new device driver usb\n[ 0.233326] PCI: Using ACPI for IRQ routing\n[ 0.233326] NetLabel: Initializing\n[ 0.236006] NetLabel: domain hash size = 128\n[ 0.237063] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.238225] NetLabel: unlabeled traffic allowed by default\n[ 0.239575] Switched to clocksource kvm-clock\n[ 0.243616] AppArmor: AppArmor Filesystem Enabled\n[ 0.248321] pnp: PnP ACPI init\n[ 0.249466] ACPI: bus type PNP registered\n[ 0.251582] pnp: PnP ACPI: found 8 devices\n[ 0.252803] ACPI: bus type PNP unregistered\n[ 0.261343] NET: Registered protocol family 2\n[ 0.264264] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.266656] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.268553] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.270455] TCP: reno registered\n[ 0.271435] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.273178] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.275209] NET: Registered protocol family 1\n[ 0.276622] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.278372] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.279968] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.302269] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.325219] Trying to unpack rootfs image as initramfs...\n[ 0.418311] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.421287] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.423023] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.424607] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.427280] Scanning for low memory corruption every 60 seconds\n[ 0.429647] Initialise system trusted keyring\n[ 0.430835] audit: initializing netlink socket (disabled)\n[ 0.432157] type=2000 audit(1534065282.709:1): initialized\n[ 0.452031] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.454301] zbud: loaded\n[ 0.455252] VFS: Disk quotas dquot_6.5.2\n[ 0.456290] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.458115] fuse init (API version 7.22)\n[ 0.459227] msgmni has been set to 3997\n[ 0.460283] Key type big_key registered\n[ 0.461536] Key type asymmetric registered\n[ 0.462587] Asymmetric key parser 'x509' registered\n[ 0.463741] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.465576] io scheduler noop registered\n[ 0.466507] io scheduler deadline registered (default)\n[ 0.467638] io scheduler cfq registered\n[ 0.468678] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.469970] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.471482] ipmi message handler version 39.2\n[ 0.472595] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.474326] ACPI: Power Button [PWRF]\n[ 0.475394] GHES: HEST is not enabled!\n[ 0.497489] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.542062] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564583] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.566613] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590635] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593137] Linux agpgart interface v0.103\n[ 0.595007] brd: module loaded\n[ 0.596218] loop: module loaded\n[ 0.597375] blk-mq: CPU -> queue map\n[ 0.598285] CPU 0 -> Queue 0\n[ 0.599042] CPU 1 -> Queue 0\n[ 0.600473] vda: vda1\n[ 0.601881] scsi0 : ata_piix\n[ 0.602665] scsi1 : ata_piix\n[ 0.603381] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.604747] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.606311] libphy: Fixed MDIO Bus: probed\n[ 0.607293] tun: Universal TUN/TAP device driver, 1.6\n[ 0.608367] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.611003] PPP generic driver version 2.4.2\n[ 0.612023] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.613322] ehci-pci: EHCI PCI platform driver\n[ 0.614273] ehci-platform: EHCI generic platform driver\n[ 0.615386] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.616641] ohci-pci: OHCI PCI platform driver\n[ 0.617624] ohci-platform: OHCI generic platform driver\n[ 0.618701] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.640745] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.641845] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.643461] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.644695] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646020] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647550] usb usb1: Product: UHCI Host Controller\n[ 0.648565] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd\n[ 0.649920] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651116] hub 1-0:1.0: USB hub found\n[ 0.652166] hub 1-0:1.0: 2 ports detected\n[ 0.653393] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655673] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656701] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657858] mousedev: PS/2 mouse device common for all mice\n[ 0.659249] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.661121] rtc_cmos 00:00: RTC can wake from S4\n[ 0.662782] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.664550] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.666329] device-mapper: uevent: version 1.0.3\n[ 0.667736] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.670130] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.671824] TCP: cubic registered\n[ 0.672903] NET: Registered protocol family 10\n[ 0.674394] NET: Registered protocol family 17\n[ 0.675733] Key type dns_resolver registered\n[ 0.677151] Loading compiled-in X.509 certificates\n[ 0.679026] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0'\n[ 0.681691] registered taskstats version 1\n[ 0.692859] Key type trusted registered\n[ 0.696517] Key type encrypted registered\n[ 0.697497] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.698946] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.700888] regulator-dummy: disabling\n[ 0.701901] Magic number: 14:35:222\n[ 0.703011] rtc_cmos 00:00: setting system clock to 2018-08-12 09:14:43 UTC (1534065283)\n[ 0.704889] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.706135] EDD information not available.\n[ 0.761384] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000)\n[ 0.763225] Write protecting the kernel read-only data: 12288k\n[ 0.764990] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000)\n[ 0.767838] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.781703] systemd-udevd[107]: starting version 204\n[ 0.820635] FDC 0 is a S82078B\n[ 0.964059] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.124684] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.126110] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.127461] usb 1-1: Product: QEMU USB Tablet\n[ 1.128372] usb 1-1: Manufacturer: QEMU\n[ 1.129215] usb 1-1: SerialNumber: 42\n[ 1.420090] tsc: Refined TSC clocksource calibration: 3491.877 MHz\n[ 1.845302] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.096165] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.184699] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n[ 2.283393] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sun, 12 Aug 2018 09:14:45 +0000. Up 2.66 seconds.\ncloud-init-nonet[2.85]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting cold plug devices[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\ncloud-init-nonet[9.46]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sun, 12 Aug 2018 09:14:52 +0000. Up 9.59 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:f8:47:bc |\nci-info: | eth0 | True | 192.168.0.6 | 255.255.255.0 | fa:16:3e:a0:8c:69 |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.2 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\n9e:9e:9f:8d:3a:a6:9c:55:48:62:37:40:24:56:bf:96 root@homer-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| o+= |\n| . . o |\n| o = |\n| . + = |\n| E . |\n| o o |\n| + |\n| . +o. + |\n| +o+++ . |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\nf5:82:85:56:b7:31:ca:0c:a6:5a:c4:22:5d:9b:95:f7 root@homer-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| . oo +.. + |\n| . o..*.*.o + |\n| . .= o.*.. |\n| o . + .E |\n| . S . . |\n| . |\n| |\n| |\n| |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\nae:94:d0:9e:d4:d7:5a:03:f2:3e:7d:6b:94:24:f5:c1 root@homer-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| . |\n| .E |\n| . . . ..|\n| . . o o. . .|\n| . o S o +o . |\n| + + o + .o |\n| = . + ... |\n| . . . ... |\n| . .. |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\ne9:6d:b2:ce:65:c3:06:5d:25:e6:9f:e9:9d:26:da:19 root@homer-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| o . |\n| o o |\n| o |\n| o . . o |\n| S . + |\n| . + . ..|\n| o O E.o.|\n| . B .o = |\n| .+ . o |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS homer-0 ttyS0\n\nhomer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Sun, 12 Aug 2018 09:16:57 +0000. Up 134.34 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Sun, 12 Aug 2018 09:17:57 +0000. Up 195.05 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com\ngpg: no valid OpenPGP data found.\n+ apt-get update\nErr http://repo.cw-ngv.com binary/ InRelease\n \nErr http://archive.ubuntu.com trusty InRelease\n \nErr http://archive.ubuntu.com trusty-updates InRelease\n \nErr http://archive.ubuntu.com trusty-backports InRelease\n \nErr http://security.ubuntu.com trusty-security InRelease\n \nErr http://security.ubuntu.com trusty-security Release.gpg\n Could not resolve 'security.ubuntu.com'\nErr http://repo.cw-ngv.com binary/ Release.gpg\n Could not resolve 'repo.cw-ngv.com'\nErr http://archive.ubuntu.com trusty Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-updates Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-backports Release.gpg\n Could not resolve 'archive.ubuntu.com'\nReading package lists...\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease \n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com'\n\nW: Some index files failed to download. They have been ignored, or old ones used instead.\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.23\n+ '[' -n 192.168.0.23 ']'\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install homer --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package homer\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package clearwater-management\n+ retries=0\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.211\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.208\n++ echo A 172.30.9.208\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 0 -lt 10 ']'\n+ retries=1\n+ echo 'nsupdate failed - retrying (retry 1)...'\nnsupdate failed - retrying (retry 1)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ echo 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.208\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 1 -lt 10 ']'\n+ retries=2\n+ echo 'nsupdate failed - retrying (retry 2)...'\nnsupdate failed - retrying (retry 2)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ echo 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.208\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 2 -lt 10 ']'\n+ retries=3\n+ echo 'nsupdate failed - retrying (retry 3)...'\nnsupdate failed - retrying (retry 3)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ echo 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.208\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 3 -lt 10 ']'\n+ retries=4\n+ echo 'nsupdate failed - retrying (retry 4)...'\nnsupdate failed - retrying (retry 4)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.208\n++ echo A 172.30.9.208\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 4 -lt 10 ']'\n+ retries=5\n+ echo 'nsupdate failed - retrying (retry 5)...'\nnsupdate failed - retrying (retry 5)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ echo 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.208\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 5 -lt 10 ']'\n+ retries=6\n+ echo 'nsupdate failed - retrying (retry 6)...'\nnsupdate failed - retrying (retry 6)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ echo 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.208\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 6 -lt 10 ']'\n+ retries=7\n+ echo 'nsupdate failed - retrying (retry 7)...'\nnsupdate failed - retrying (retry 7)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ echo 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.208\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 7 -lt 10 ']'\n+ retries=8\n+ echo 'nsupdate failed - retrying (retry 8)...'\nnsupdate failed - retrying (retry 8)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ echo 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.208\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 8 -lt 10 ']'\n+ retries=9\n+ echo 'nsupdate failed - retrying (retry 9)...'\nnsupdate failed - retrying (retry 9)...\n+ sleep 5\n"} 2018-08-12 09:22:45,097 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd/action used request id req-b7a319aa-686d-4d8b-8cdd-4587d2b95535 2018-08-12 09:22:45,097 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0858600139618s 2018-08-12 09:22:45,098 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd/action used request id req-b7a319aa-686d-4d8b-8cdd-4587d2b95535 2018-08-12 09:22:45,098 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-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] 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-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] 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] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 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 2 CPUs, 0 hotplug CPUs [ 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 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008016] Security Framework initialized [ 0.008913] AppArmor: AppArmor initialized [ 0.009837] Yama: becoming mindful. [ 0.010748] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.013325] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.015408] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.016006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.017778] Initializing cgroup subsys memory [ 0.018719] Initializing cgroup subsys devices [ 0.020003] Initializing cgroup subsys freezer [ 0.021086] Initializing cgroup subsys blkio [ 0.021991] Initializing cgroup subsys perf_event [ 0.022999] Initializing cgroup subsys hugetlb [ 0.024056] CPU: Physical Processor ID: 0 [ 0.024946] FEATURE SPEC_CTRL Not Present [ 0.026471] mce: CPU supports 10 MCE banks [ 0.028035] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.028035] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.030137] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.031421] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.032003] Speculative Store Bypass: Vulnerable [ 0.033566] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000) [ 0.038566] ACPI: Core revision 20131115 [ 0.040460] ACPI: All ACPI Tables successfully acquired [ 0.041709] ftrace: allocating 28727 entries in 113 pages [ 0.060291] Enabling x2apic [ 0.061073] Enabled x2apic [ 0.061964] Switched APIC routing to physical x2apic. [ 0.064919] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.066290] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.069066] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.076856] KVM setup paravirtual spinlock [ 0.079139] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.080155] x86: Booting SMP configuration: [ 0.081281] .... node #0, CPUs: #1[ 0.079106] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.096026] x86: Booted up 1 node, 2 CPUs [ 0.096018] KVM setup async PF for cpu 1 [ 0.096020] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.099631] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.100348] devtmpfs: initialized [ 0.102632] EVM: security.selinux [ 0.104005] EVM: security.SMACK64 [ 0.104954] EVM: security.ima [ 0.105920] EVM: security.capability [ 0.108118] pinctrl core: initialized pinctrl subsystem [ 0.109704] regulator-dummy: no parameters [ 0.110929] RTC time: 9:14:42, date: 08/12/18 [ 0.112038] NET: Registered protocol family 16 [ 0.113457] cpuidle: using governor ladder [ 0.114609] cpuidle: using governor menu [ 0.115850] ACPI: bus type PCI registered [ 0.116004] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.117746] PCI: Using configuration type 1 for base access [ 0.120038] bio: create slab at 0 [ 0.121189] ACPI: Added _OSI(Module Device) [ 0.121189] ACPI: Added _OSI(Processor Device) [ 0.122213] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.124005] ACPI: Added _OSI(Processor Aggregator Device) [ 0.126110] ACPI: Interpreter enabled [ 0.127154] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.129830] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.132005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.134822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.136755] ACPI: (supports S0 S5) [ 0.137721] ACPI: Using IOAPIC for interrupt routing [ 0.139117] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.140200] ACPI: No dock devices found. [ 0.143264] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.144008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.145991] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.147946] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.148206] acpiphp: Slot [3] registered [ 0.149509] acpiphp: Slot [4] registered [ 0.150716] acpiphp: Slot [5] registered [ 0.151857] acpiphp: Slot [6] registered [ 0.152020] acpiphp: Slot [7] registered [ 0.153216] acpiphp: Slot [8] registered [ 0.154428] acpiphp: Slot [9] registered [ 0.155633] acpiphp: Slot [10] registered [ 0.156024] acpiphp: Slot [11] registered [ 0.157002] acpiphp: Slot [12] registered [ 0.157975] acpiphp: Slot [13] registered [ 0.158963] acpiphp: Slot [14] registered [ 0.159983] acpiphp: Slot [15] registered [ 0.160023] acpiphp: Slot [16] registered [ 0.160985] acpiphp: Slot [17] registered [ 0.161921] acpiphp: Slot [18] registered [ 0.162915] acpiphp: Slot [19] registered [ 0.163849] acpiphp: Slot [20] registered [ 0.164031] acpiphp: Slot [21] registered [ 0.164958] acpiphp: Slot [22] registered [ 0.165998] acpiphp: Slot [23] registered [ 0.166930] acpiphp: Slot [24] registered [ 0.167875] acpiphp: Slot [25] registered [ 0.168028] acpiphp: Slot [26] registered [ 0.168961] acpiphp: Slot [27] registered [ 0.169925] acpiphp: Slot [28] registered [ 0.170792] acpiphp: Slot [29] registered [ 0.171685] acpiphp: Slot [30] registered [ 0.172025] acpiphp: Slot [31] registered [ 0.172955] PCI host bridge to bus 0000:00 [ 0.173880] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.175056] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.176004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.177251] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.178637] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.180006] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.186663] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.188013] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.215762] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.216865] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.218635] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.220322] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.221905] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.223587] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.224212] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.225252] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.227068] vgaarb: loaded [ 0.228003] vgaarb: bridge control possible 0000:00:02.0 [ 0.229353] SCSI subsystem initialized [ 0.230422] ACPI: bus type USB registered [ 0.230422] usbcore: registered new interface driver usbfs [ 0.232012] usbcore: registered new interface driver hub [ 0.233326] usbcore: registered new device driver usb [ 0.233326] PCI: Using ACPI for IRQ routing [ 0.233326] NetLabel: Initializing [ 0.236006] NetLabel: domain hash size = 128 [ 0.237063] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.238225] NetLabel: unlabeled traffic allowed by default [ 0.239575] Switched to clocksource kvm-clock [ 0.243616] AppArmor: AppArmor Filesystem Enabled [ 0.248321] pnp: PnP ACPI init [ 0.249466] ACPI: bus type PNP registered [ 0.251582] pnp: PnP ACPI: found 8 devices [ 0.252803] ACPI: bus type PNP unregistered [ 0.261343] NET: Registered protocol family 2 [ 0.264264] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.266656] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.268553] TCP: Hash tables configured (established 16384 bind 16384) [ 0.270455] TCP: reno registered [ 0.271435] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.273178] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.275209] NET: Registered protocol family 1 [ 0.276622] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.278372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.279968] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.302269] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.325219] Trying to unpack rootfs image as initramfs... [ 0.418311] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.421287] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.423023] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.424607] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.427280] Scanning for low memory corruption every 60 seconds [ 0.429647] Initialise system trusted keyring [ 0.430835] audit: initializing netlink socket (disabled) [ 0.432157] type=2000 audit(1534065282.709:1): initialized [ 0.452031] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.454301] zbud: loaded [ 0.455252] VFS: Disk quotas dquot_6.5.2 [ 0.456290] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.458115] fuse init (API version 7.22) [ 0.459227] msgmni has been set to 3997 [ 0.460283] Key type big_key registered [ 0.461536] Key type asymmetric registered [ 0.462587] Asymmetric key parser 'x509' registered [ 0.463741] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.465576] io scheduler noop registered [ 0.466507] io scheduler deadline registered (default) [ 0.467638] io scheduler cfq registered [ 0.468678] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.469970] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.471482] ipmi message handler version 39.2 [ 0.472595] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.474326] ACPI: Power Button [PWRF] [ 0.475394] GHES: HEST is not enabled! [ 0.497489] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.542062] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.564583] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.566613] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.590635] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.593137] Linux agpgart interface v0.103 [ 0.595007] brd: module loaded [ 0.596218] loop: module loaded [ 0.597375] blk-mq: CPU -> queue map [ 0.598285] CPU 0 -> Queue 0 [ 0.599042] CPU 1 -> Queue 0 [ 0.600473] vda: vda1 [ 0.601881] scsi0 : ata_piix [ 0.602665] scsi1 : ata_piix [ 0.603381] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.604747] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.606311] libphy: Fixed MDIO Bus: probed [ 0.607293] tun: Universal TUN/TAP device driver, 1.6 [ 0.608367] tun: (C) 1999-2004 Max Krasnyansky [ 0.611003] PPP generic driver version 2.4.2 [ 0.612023] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.613322] ehci-pci: EHCI PCI platform driver [ 0.614273] ehci-platform: EHCI generic platform driver [ 0.615386] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.616641] ohci-pci: OHCI PCI platform driver [ 0.617624] ohci-platform: OHCI generic platform driver [ 0.618701] uhci_hcd: USB Universal Host Controller Interface driver [ 0.640745] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.641845] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.643461] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.644695] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.646020] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.647550] usb usb1: Product: UHCI Host Controller [ 0.648565] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd [ 0.649920] usb usb1: SerialNumber: 0000:00:01.2 [ 0.651116] hub 1-0:1.0: USB hub found [ 0.652166] hub 1-0:1.0: 2 ports detected [ 0.653393] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.655673] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.656701] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.657858] mousedev: PS/2 mouse device common for all mice [ 0.659249] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.661121] rtc_cmos 00:00: RTC can wake from S4 [ 0.662782] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.664550] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.666329] device-mapper: uevent: version 1.0.3 [ 0.667736] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.670130] ledtrig-cpu: registered to indicate activity on CPUs [ 0.671824] TCP: cubic registered [ 0.672903] NET: Registered protocol family 10 [ 0.674394] NET: Registered protocol family 17 [ 0.675733] Key type dns_resolver registered [ 0.677151] Loading compiled-in X.509 certificates [ 0.679026] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0' [ 0.681691] registered taskstats version 1 [ 0.692859] Key type trusted registered [ 0.696517] Key type encrypted registered [ 0.697497] AppArmor: AppArmor sha1 policy hashing enabled [ 0.698946] IMA: No TPM chip found, activating TPM-bypass! [ 0.700888] regulator-dummy: disabling [ 0.701901] Magic number: 14:35:222 [ 0.703011] rtc_cmos 00:00: setting system clock to 2018-08-12 09:14:43 UTC (1534065283) [ 0.704889] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.706135] EDD information not available. [ 0.761384] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000) [ 0.763225] Write protecting the kernel read-only data: 12288k [ 0.764990] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000) [ 0.767838] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.781703] systemd-udevd[107]: starting version 204 [ 0.820635] FDC 0 is a S82078B [ 0.964059] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.124684] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.126110] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.127461] usb 1-1: Product: QEMU USB Tablet [ 1.128372] usb 1-1: Manufacturer: QEMU [ 1.129215] usb 1-1: SerialNumber: 42 [ 1.420090] tsc: Refined TSC clocksource calibration: 3491.877 MHz [ 1.845302] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.096165] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.184699] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] [ 2.283393] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sun, 12 Aug 2018 09:14:45 +0000. Up 2.66 seconds. cloud-init-nonet[2.85]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting cold plug devices[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] cloud-init-nonet[9.46]: static networking is now up * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sun, 12 Aug 2018 09:14:52 +0000. Up 9.59 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:f8:47:bc | ci-info: | eth0 | True | 192.168.0.6 | 255.255.255.0 | fa:16:3e:a0:8c:69 | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.2 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: 9e:9e:9f:8d:3a:a6:9c:55:48:62:37:40:24:56:bf:96 root@homer-0 The key's randomart image is: +--[ RSA 2048]----+ | o+= | | . . o | | o = | | . + = | | E . | | o o | | + | | . +o. + | | +o+++ . | +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: f5:82:85:56:b7:31:ca:0c:a6:5a:c4:22:5d:9b:95:f7 root@homer-0 The key's randomart image is: +--[ DSA 1024]----+ | . oo +.. + | | . o..*.*.o + | | . .= o.*.. | | o . + .E | | . S . . | | . | | | | | | | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: ae:94:d0:9e:d4:d7:5a:03:f2:3e:7d:6b:94:24:f5:c1 root@homer-0 The key's randomart image is: +--[ECDSA 256]---+ | . | | .E | | . . . ..| | . . o o. . .| | . o S o +o . | | + + o + .o | | = . + ... | | . . . ... | | . .. | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: e9:6d:b2:ce:65:c3:06:5d:25:e6:9f:e9:9d:26:da:19 root@homer-0 The key's randomart image is: +--[ED25519 256--+ | o . | | o o | | o | | o . . o | | S . + | | . + . ..| | o O E.o.| | . B .o = | | .+ . o | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS homer-0 ttyS0 homer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Sun, 12 Aug 2018 09:16:57 +0000. Up 134.34 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Sun, 12 Aug 2018 09:17:57 +0000. Up 195.05 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com gpg: no valid OpenPGP data found. + apt-get update Err http://repo.cw-ngv.com binary/ InRelease Err http://archive.ubuntu.com trusty InRelease Err http://archive.ubuntu.com trusty-updates InRelease Err http://archive.ubuntu.com trusty-backports InRelease Err http://security.ubuntu.com trusty-security InRelease Err http://security.ubuntu.com trusty-security Release.gpg Could not resolve 'security.ubuntu.com' Err http://repo.cw-ngv.com binary/ Release.gpg Could not resolve 'repo.cw-ngv.com' Err http://archive.ubuntu.com trusty Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-updates Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-backports Release.gpg Could not resolve 'archive.ubuntu.com' Reading package lists... W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com' W: Some index files failed to download. They have been ignored, or old ones used instead. + mkdir -p /etc/clearwater + etcd_ip=192.168.0.23 + '[' -n 192.168.0.23 ']' + cat + DEBIAN_FRONTEND=noninteractive + apt-get install homer --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package homer + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package clearwater-management + retries=0 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.211 ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.208 ++ echo A 172.30.9.208 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 0 -lt 10 ']' + retries=1 + echo 'nsupdate failed - retrying (retry 1)...' nsupdate failed - retrying (retry 1)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ echo 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.208 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 1 -lt 10 ']' + retries=2 + echo 'nsupdate failed - retrying (retry 2)...' nsupdate failed - retrying (retry 2)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ echo 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.208 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 2 -lt 10 ']' + retries=3 + echo 'nsupdate failed - retrying (retry 3)...' nsupdate failed - retrying (retry 3)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ echo 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.208 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 3 -lt 10 ']' + retries=4 + echo 'nsupdate failed - retrying (retry 4)...' nsupdate failed - retrying (retry 4)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.208 ++ echo A 172.30.9.208 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 4 -lt 10 ']' + retries=5 + echo 'nsupdate failed - retrying (retry 5)...' nsupdate failed - retrying (retry 5)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ echo 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.208 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 5 -lt 10 ']' + retries=6 + echo 'nsupdate failed - retrying (retry 6)...' nsupdate failed - retrying (retry 6)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ echo 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.208 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 6 -lt 10 ']' + retries=7 + echo 'nsupdate failed - retrying (retry 7)...' nsupdate failed - retrying (retry 7)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ echo 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.208 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 7 -lt 10 ']' + retries=8 + echo 'nsupdate failed - retrying (retry 8)...' nsupdate failed - retrying (retry 8)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ echo 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.208 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 8 -lt 10 ']' + retries=9 + echo 'nsupdate failed - retrying (retry 9)...' nsupdate failed - retrying (retry 9)... + sleep 5 2018-08-12 09:22:45,099 - functest.core.singlevm - DEBUG - try 43: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-12 09:22:55,110 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:22:55,113 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:22:56,279 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:22: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-a08b138f-2384-4a06-b882-f7c53536da1b x-compute-request-id: req-a08b138f-2384-4a06-b882-f7c53536da1b Content-Encoding: gzip Content-Length: 1505 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:8c:69", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:8c:69", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:47:bc", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:47:bc", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/0d05f869-c182-4a19-86bf-4ac078c523fd", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:41.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "0d05f869-c182-4a19-86bf-4ac078c523fd", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:41Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "homer-0.clearwater.opnfv", "created": "2018-08-12T09:14:06Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:24:50", "version": 4, "addr": "192.168.0.22", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:24:50", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:35:db:99", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/1c9b6e42-b18c-407e-8d00-9077025769fd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1c9b6e42-b18c-407e-8d00-9077025769fd", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:39.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "1c9b6e42-b18c-407e-8d00-9077025769fd", "security_groups": [{"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:39Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "dime-0.clearwater.opnfv", "created": "2018-08-12T09:14:05Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:73:af", "version": 4, "addr": "192.168.0.17", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:73:af", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:b9:f2", "version": 4, "addr": "192.168.1.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:b9:f2", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:41.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:41Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "bono-0.clearwater.opnfv", "created": "2018-08-12T09:14:05Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:27:6c", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:27:6c", "version": 4, "addr": "172.30.9.216", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:82:86", "version": 4, "addr": "192.168.1.24", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/566a63cc-7490-4385-b2ac-bfb24030a031", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/566a63cc-7490-4385-b2ac-bfb24030a031", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:34.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "566a63cc-7490-4385-b2ac-bfb24030a031", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:34Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-12T09:14:04Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:9d:e5", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:9d:e5", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b4:d8:25", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/7a80620a-d807-4698-b6c3-7c140a7b5157", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/7a80620a-d807-4698-b6c3-7c140a7b5157", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:25.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "7a80620a-d807-4698-b6c3-7c140a7b5157", "security_groups": [{"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:25Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-12T09:14:04Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:ca:f6", "version": 4, "addr": "192.168.0.23", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:ca:f6", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/3544e1e5-febb-4596-964e-1a53f9d26ab6", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/3544e1e5-febb-4596-964e-1a53f9d26ab6", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:13:48.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "3544e1e5-febb-4596-964e-1a53f9d26ab6", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:13:48Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-12T09:12:11Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:77:d2", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:77:d2", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ac:00:39", "version": 4, "addr": "192.168.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/24234aa3-febc-4826-8d67-0c33e6f38782", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/24234aa3-febc-4826-8d67-0c33e6f38782", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:12:00.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "24234aa3-febc-4826-8d67-0c33e6f38782", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:12:00Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "ns.clearwater.opnfv", "created": "2018-08-12T09:10:20Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:22:56,280 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-a08b138f-2384-4a06-b882-f7c53536da1b 2018-08-12 09:22:56,280 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.16998505592s 2018-08-12 09:22:56,281 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-a08b138f-2384-4a06-b882-f7c53536da1b 2018-08-12 09:22:56,288 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-12 09:22:56,291 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd/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}d584eff3730be386f99aabb4bf64013d89965dc6" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 09:22:56,368 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:22: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-6e0cc67f-bac7-4059-9711-b1f1cb52d049 x-compute-request-id: req-6e0cc67f-bac7-4059-9711-b1f1cb52d049 Content-Encoding: gzip Content-Length: 10899 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 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] 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-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] 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] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\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 2 CPUs, 0 hotplug CPUs\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 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008016] Security Framework initialized\n[ 0.008913] AppArmor: AppArmor initialized\n[ 0.009837] Yama: becoming mindful.\n[ 0.010748] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.013325] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.015408] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.016006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.017778] Initializing cgroup subsys memory\n[ 0.018719] Initializing cgroup subsys devices\n[ 0.020003] Initializing cgroup subsys freezer\n[ 0.021086] Initializing cgroup subsys blkio\n[ 0.021991] Initializing cgroup subsys perf_event\n[ 0.022999] Initializing cgroup subsys hugetlb\n[ 0.024056] CPU: Physical Processor ID: 0\n[ 0.024946] FEATURE SPEC_CTRL Not Present\n[ 0.026471] mce: CPU supports 10 MCE banks\n[ 0.028035] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.028035] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.030137] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.031421] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.032003] Speculative Store Bypass: Vulnerable\n[ 0.033566] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000)\n[ 0.038566] ACPI: Core revision 20131115\n[ 0.040460] ACPI: All ACPI Tables successfully acquired\n[ 0.041709] ftrace: allocating 28727 entries in 113 pages\n[ 0.060291] Enabling x2apic\n[ 0.061073] Enabled x2apic\n[ 0.061964] Switched APIC routing to physical x2apic.\n[ 0.064919] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.066290] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.069066] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.076856] KVM setup paravirtual spinlock\n[ 0.079139] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.080155] x86: Booting SMP configuration:\n[ 0.081281] .... node #0, CPUs: #1[ 0.079106] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.096026] x86: Booted up 1 node, 2 CPUs\n[ 0.096018] KVM setup async PF for cpu 1\n[ 0.096020] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.099631] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.100348] devtmpfs: initialized\n[ 0.102632] EVM: security.selinux\n[ 0.104005] EVM: security.SMACK64\n[ 0.104954] EVM: security.ima\n[ 0.105920] EVM: security.capability\n[ 0.108118] pinctrl core: initialized pinctrl subsystem\n[ 0.109704] regulator-dummy: no parameters\n[ 0.110929] RTC time: 9:14:42, date: 08/12/18\n[ 0.112038] NET: Registered protocol family 16\n[ 0.113457] cpuidle: using governor ladder\n[ 0.114609] cpuidle: using governor menu\n[ 0.115850] ACPI: bus type PCI registered\n[ 0.116004] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.117746] PCI: Using configuration type 1 for base access\n[ 0.120038] bio: create slab at 0\n[ 0.121189] ACPI: Added _OSI(Module Device)\n[ 0.121189] ACPI: Added _OSI(Processor Device)\n[ 0.122213] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.124005] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.126110] ACPI: Interpreter enabled\n[ 0.127154] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.129830] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.132005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.134822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.136755] ACPI: (supports S0 S5)\n[ 0.137721] ACPI: Using IOAPIC for interrupt routing\n[ 0.139117] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.140200] ACPI: No dock devices found.\n[ 0.143264] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.144008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.145991] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.147946] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.148206] acpiphp: Slot [3] registered\n[ 0.149509] acpiphp: Slot [4] registered\n[ 0.150716] acpiphp: Slot [5] registered\n[ 0.151857] acpiphp: Slot [6] registered\n[ 0.152020] acpiphp: Slot [7] registered\n[ 0.153216] acpiphp: Slot [8] registered\n[ 0.154428] acpiphp: Slot [9] registered\n[ 0.155633] acpiphp: Slot [10] registered\n[ 0.156024] acpiphp: Slot [11] registered\n[ 0.157002] acpiphp: Slot [12] registered\n[ 0.157975] acpiphp: Slot [13] registered\n[ 0.158963] acpiphp: Slot [14] registered\n[ 0.159983] acpiphp: Slot [15] registered\n[ 0.160023] acpiphp: Slot [16] registered\n[ 0.160985] acpiphp: Slot [17] registered\n[ 0.161921] acpiphp: Slot [18] registered\n[ 0.162915] acpiphp: Slot [19] registered\n[ 0.163849] acpiphp: Slot [20] registered\n[ 0.164031] acpiphp: Slot [21] registered\n[ 0.164958] acpiphp: Slot [22] registered\n[ 0.165998] acpiphp: Slot [23] registered\n[ 0.166930] acpiphp: Slot [24] registered\n[ 0.167875] acpiphp: Slot [25] registered\n[ 0.168028] acpiphp: Slot [26] registered\n[ 0.168961] acpiphp: Slot [27] registered\n[ 0.169925] acpiphp: Slot [28] registered\n[ 0.170792] acpiphp: Slot [29] registered\n[ 0.171685] acpiphp: Slot [30] registered\n[ 0.172025] acpiphp: Slot [31] registered\n[ 0.172955] PCI host bridge to bus 0000:00\n[ 0.173880] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.175056] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.176004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.177251] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.178637] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.180006] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.186663] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.188013] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.215762] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.216865] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.218635] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.220322] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.221905] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.223587] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.224212] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.225252] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.227068] vgaarb: loaded\n[ 0.228003] vgaarb: bridge control possible 0000:00:02.0\n[ 0.229353] SCSI subsystem initialized\n[ 0.230422] ACPI: bus type USB registered\n[ 0.230422] usbcore: registered new interface driver usbfs\n[ 0.232012] usbcore: registered new interface driver hub\n[ 0.233326] usbcore: registered new device driver usb\n[ 0.233326] PCI: Using ACPI for IRQ routing\n[ 0.233326] NetLabel: Initializing\n[ 0.236006] NetLabel: domain hash size = 128\n[ 0.237063] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.238225] NetLabel: unlabeled traffic allowed by default\n[ 0.239575] Switched to clocksource kvm-clock\n[ 0.243616] AppArmor: AppArmor Filesystem Enabled\n[ 0.248321] pnp: PnP ACPI init\n[ 0.249466] ACPI: bus type PNP registered\n[ 0.251582] pnp: PnP ACPI: found 8 devices\n[ 0.252803] ACPI: bus type PNP unregistered\n[ 0.261343] NET: Registered protocol family 2\n[ 0.264264] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.266656] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.268553] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.270455] TCP: reno registered\n[ 0.271435] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.273178] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.275209] NET: Registered protocol family 1\n[ 0.276622] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.278372] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.279968] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.302269] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.325219] Trying to unpack rootfs image as initramfs...\n[ 0.418311] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.421287] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.423023] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.424607] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.427280] Scanning for low memory corruption every 60 seconds\n[ 0.429647] Initialise system trusted keyring\n[ 0.430835] audit: initializing netlink socket (disabled)\n[ 0.432157] type=2000 audit(1534065282.709:1): initialized\n[ 0.452031] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.454301] zbud: loaded\n[ 0.455252] VFS: Disk quotas dquot_6.5.2\n[ 0.456290] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.458115] fuse init (API version 7.22)\n[ 0.459227] msgmni has been set to 3997\n[ 0.460283] Key type big_key registered\n[ 0.461536] Key type asymmetric registered\n[ 0.462587] Asymmetric key parser 'x509' registered\n[ 0.463741] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.465576] io scheduler noop registered\n[ 0.466507] io scheduler deadline registered (default)\n[ 0.467638] io scheduler cfq registered\n[ 0.468678] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.469970] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.471482] ipmi message handler version 39.2\n[ 0.472595] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.474326] ACPI: Power Button [PWRF]\n[ 0.475394] GHES: HEST is not enabled!\n[ 0.497489] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.542062] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564583] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.566613] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590635] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593137] Linux agpgart interface v0.103\n[ 0.595007] brd: module loaded\n[ 0.596218] loop: module loaded\n[ 0.597375] blk-mq: CPU -> queue map\n[ 0.598285] CPU 0 -> Queue 0\n[ 0.599042] CPU 1 -> Queue 0\n[ 0.600473] vda: vda1\n[ 0.601881] scsi0 : ata_piix\n[ 0.602665] scsi1 : ata_piix\n[ 0.603381] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.604747] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.606311] libphy: Fixed MDIO Bus: probed\n[ 0.607293] tun: Universal TUN/TAP device driver, 1.6\n[ 0.608367] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.611003] PPP generic driver version 2.4.2\n[ 0.612023] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.613322] ehci-pci: EHCI PCI platform driver\n[ 0.614273] ehci-platform: EHCI generic platform driver\n[ 0.615386] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.616641] ohci-pci: OHCI PCI platform driver\n[ 0.617624] ohci-platform: OHCI generic platform driver\n[ 0.618701] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.640745] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.641845] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.643461] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.644695] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646020] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647550] usb usb1: Product: UHCI Host Controller\n[ 0.648565] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd\n[ 0.649920] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651116] hub 1-0:1.0: USB hub found\n[ 0.652166] hub 1-0:1.0: 2 ports detected\n[ 0.653393] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655673] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656701] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657858] mousedev: PS/2 mouse device common for all mice\n[ 0.659249] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.661121] rtc_cmos 00:00: RTC can wake from S4\n[ 0.662782] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.664550] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.666329] device-mapper: uevent: version 1.0.3\n[ 0.667736] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.670130] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.671824] TCP: cubic registered\n[ 0.672903] NET: Registered protocol family 10\n[ 0.674394] NET: Registered protocol family 17\n[ 0.675733] Key type dns_resolver registered\n[ 0.677151] Loading compiled-in X.509 certificates\n[ 0.679026] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0'\n[ 0.681691] registered taskstats version 1\n[ 0.692859] Key type trusted registered\n[ 0.696517] Key type encrypted registered\n[ 0.697497] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.698946] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.700888] regulator-dummy: disabling\n[ 0.701901] Magic number: 14:35:222\n[ 0.703011] rtc_cmos 00:00: setting system clock to 2018-08-12 09:14:43 UTC (1534065283)\n[ 0.704889] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.706135] EDD information not available.\n[ 0.761384] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000)\n[ 0.763225] Write protecting the kernel read-only data: 12288k\n[ 0.764990] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000)\n[ 0.767838] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.781703] systemd-udevd[107]: starting version 204\n[ 0.820635] FDC 0 is a S82078B\n[ 0.964059] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.124684] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.126110] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.127461] usb 1-1: Product: QEMU USB Tablet\n[ 1.128372] usb 1-1: Manufacturer: QEMU\n[ 1.129215] usb 1-1: SerialNumber: 42\n[ 1.420090] tsc: Refined TSC clocksource calibration: 3491.877 MHz\n[ 1.845302] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.096165] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.184699] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n[ 2.283393] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sun, 12 Aug 2018 09:14:45 +0000. Up 2.66 seconds.\ncloud-init-nonet[2.85]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting cold plug devices[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\ncloud-init-nonet[9.46]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sun, 12 Aug 2018 09:14:52 +0000. Up 9.59 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:f8:47:bc |\nci-info: | eth0 | True | 192.168.0.6 | 255.255.255.0 | fa:16:3e:a0:8c:69 |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.2 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\n9e:9e:9f:8d:3a:a6:9c:55:48:62:37:40:24:56:bf:96 root@homer-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| o+= |\n| . . o |\n| o = |\n| . + = |\n| E . |\n| o o |\n| + |\n| . +o. + |\n| +o+++ . |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\nf5:82:85:56:b7:31:ca:0c:a6:5a:c4:22:5d:9b:95:f7 root@homer-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| . oo +.. + |\n| . o..*.*.o + |\n| . .= o.*.. |\n| o . + .E |\n| . S . . |\n| . |\n| |\n| |\n| |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\nae:94:d0:9e:d4:d7:5a:03:f2:3e:7d:6b:94:24:f5:c1 root@homer-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| . |\n| .E |\n| . . . ..|\n| . . o o. . .|\n| . o S o +o . |\n| + + o + .o |\n| = . + ... |\n| . . . ... |\n| . .. |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\ne9:6d:b2:ce:65:c3:06:5d:25:e6:9f:e9:9d:26:da:19 root@homer-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| o . |\n| o o |\n| o |\n| o . . o |\n| S . + |\n| . + . ..|\n| o O E.o.|\n| . B .o = |\n| .+ . o |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS homer-0 ttyS0\n\nhomer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Sun, 12 Aug 2018 09:16:57 +0000. Up 134.34 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Sun, 12 Aug 2018 09:17:57 +0000. Up 195.05 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com\ngpg: no valid OpenPGP data found.\n+ apt-get update\nErr http://repo.cw-ngv.com binary/ InRelease\n \nErr http://archive.ubuntu.com trusty InRelease\n \nErr http://archive.ubuntu.com trusty-updates InRelease\n \nErr http://archive.ubuntu.com trusty-backports InRelease\n \nErr http://security.ubuntu.com trusty-security InRelease\n \nErr http://security.ubuntu.com trusty-security Release.gpg\n Could not resolve 'security.ubuntu.com'\nErr http://repo.cw-ngv.com binary/ Release.gpg\n Could not resolve 'repo.cw-ngv.com'\nErr http://archive.ubuntu.com trusty Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-updates Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-backports Release.gpg\n Could not resolve 'archive.ubuntu.com'\nReading package lists...\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease \n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com'\n\nW: Some index files failed to download. They have been ignored, or old ones used instead.\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.23\n+ '[' -n 192.168.0.23 ']'\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install homer --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package homer\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package clearwater-management\n+ retries=0\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.211\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.208\n++ echo A 172.30.9.208\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 0 -lt 10 ']'\n+ retries=1\n+ echo 'nsupdate failed - retrying (retry 1)...'\nnsupdate failed - retrying (retry 1)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ echo 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.208\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 1 -lt 10 ']'\n+ retries=2\n+ echo 'nsupdate failed - retrying (retry 2)...'\nnsupdate failed - retrying (retry 2)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ echo 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.208\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 2 -lt 10 ']'\n+ retries=3\n+ echo 'nsupdate failed - retrying (retry 3)...'\nnsupdate failed - retrying (retry 3)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ echo 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.208\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 3 -lt 10 ']'\n+ retries=4\n+ echo 'nsupdate failed - retrying (retry 4)...'\nnsupdate failed - retrying (retry 4)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.208\n++ echo A 172.30.9.208\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 4 -lt 10 ']'\n+ retries=5\n+ echo 'nsupdate failed - retrying (retry 5)...'\nnsupdate failed - retrying (retry 5)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ echo 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.208\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 5 -lt 10 ']'\n+ retries=6\n+ echo 'nsupdate failed - retrying (retry 6)...'\nnsupdate failed - retrying (retry 6)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ echo 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.208\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 6 -lt 10 ']'\n+ retries=7\n+ echo 'nsupdate failed - retrying (retry 7)...'\nnsupdate failed - retrying (retry 7)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ echo 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.208\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 7 -lt 10 ']'\n+ retries=8\n+ echo 'nsupdate failed - retrying (retry 8)...'\nnsupdate failed - retrying (retry 8)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ echo 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.208\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 8 -lt 10 ']'\n+ retries=9\n+ echo 'nsupdate failed - retrying (retry 9)...'\nnsupdate failed - retrying (retry 9)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.208\n++ echo A 172.30.9.208\n"} 2018-08-12 09:22:56,369 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd/action used request id req-6e0cc67f-bac7-4059-9711-b1f1cb52d049 2018-08-12 09:22:56,369 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0806999206543s 2018-08-12 09:22:56,370 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd/action used request id req-6e0cc67f-bac7-4059-9711-b1f1cb52d049 2018-08-12 09:22:56,370 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-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] 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-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] 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] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 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 2 CPUs, 0 hotplug CPUs [ 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 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008016] Security Framework initialized [ 0.008913] AppArmor: AppArmor initialized [ 0.009837] Yama: becoming mindful. [ 0.010748] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.013325] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.015408] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.016006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.017778] Initializing cgroup subsys memory [ 0.018719] Initializing cgroup subsys devices [ 0.020003] Initializing cgroup subsys freezer [ 0.021086] Initializing cgroup subsys blkio [ 0.021991] Initializing cgroup subsys perf_event [ 0.022999] Initializing cgroup subsys hugetlb [ 0.024056] CPU: Physical Processor ID: 0 [ 0.024946] FEATURE SPEC_CTRL Not Present [ 0.026471] mce: CPU supports 10 MCE banks [ 0.028035] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.028035] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.030137] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.031421] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.032003] Speculative Store Bypass: Vulnerable [ 0.033566] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000) [ 0.038566] ACPI: Core revision 20131115 [ 0.040460] ACPI: All ACPI Tables successfully acquired [ 0.041709] ftrace: allocating 28727 entries in 113 pages [ 0.060291] Enabling x2apic [ 0.061073] Enabled x2apic [ 0.061964] Switched APIC routing to physical x2apic. [ 0.064919] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.066290] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.069066] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.076856] KVM setup paravirtual spinlock [ 0.079139] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.080155] x86: Booting SMP configuration: [ 0.081281] .... node #0, CPUs: #1[ 0.079106] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.096026] x86: Booted up 1 node, 2 CPUs [ 0.096018] KVM setup async PF for cpu 1 [ 0.096020] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.099631] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.100348] devtmpfs: initialized [ 0.102632] EVM: security.selinux [ 0.104005] EVM: security.SMACK64 [ 0.104954] EVM: security.ima [ 0.105920] EVM: security.capability [ 0.108118] pinctrl core: initialized pinctrl subsystem [ 0.109704] regulator-dummy: no parameters [ 0.110929] RTC time: 9:14:42, date: 08/12/18 [ 0.112038] NET: Registered protocol family 16 [ 0.113457] cpuidle: using governor ladder [ 0.114609] cpuidle: using governor menu [ 0.115850] ACPI: bus type PCI registered [ 0.116004] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.117746] PCI: Using configuration type 1 for base access [ 0.120038] bio: create slab at 0 [ 0.121189] ACPI: Added _OSI(Module Device) [ 0.121189] ACPI: Added _OSI(Processor Device) [ 0.122213] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.124005] ACPI: Added _OSI(Processor Aggregator Device) [ 0.126110] ACPI: Interpreter enabled [ 0.127154] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.129830] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.132005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.134822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.136755] ACPI: (supports S0 S5) [ 0.137721] ACPI: Using IOAPIC for interrupt routing [ 0.139117] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.140200] ACPI: No dock devices found. [ 0.143264] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.144008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.145991] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.147946] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.148206] acpiphp: Slot [3] registered [ 0.149509] acpiphp: Slot [4] registered [ 0.150716] acpiphp: Slot [5] registered [ 0.151857] acpiphp: Slot [6] registered [ 0.152020] acpiphp: Slot [7] registered [ 0.153216] acpiphp: Slot [8] registered [ 0.154428] acpiphp: Slot [9] registered [ 0.155633] acpiphp: Slot [10] registered [ 0.156024] acpiphp: Slot [11] registered [ 0.157002] acpiphp: Slot [12] registered [ 0.157975] acpiphp: Slot [13] registered [ 0.158963] acpiphp: Slot [14] registered [ 0.159983] acpiphp: Slot [15] registered [ 0.160023] acpiphp: Slot [16] registered [ 0.160985] acpiphp: Slot [17] registered [ 0.161921] acpiphp: Slot [18] registered [ 0.162915] acpiphp: Slot [19] registered [ 0.163849] acpiphp: Slot [20] registered [ 0.164031] acpiphp: Slot [21] registered [ 0.164958] acpiphp: Slot [22] registered [ 0.165998] acpiphp: Slot [23] registered [ 0.166930] acpiphp: Slot [24] registered [ 0.167875] acpiphp: Slot [25] registered [ 0.168028] acpiphp: Slot [26] registered [ 0.168961] acpiphp: Slot [27] registered [ 0.169925] acpiphp: Slot [28] registered [ 0.170792] acpiphp: Slot [29] registered [ 0.171685] acpiphp: Slot [30] registered [ 0.172025] acpiphp: Slot [31] registered [ 0.172955] PCI host bridge to bus 0000:00 [ 0.173880] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.175056] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.176004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.177251] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.178637] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.180006] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.186663] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.188013] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.215762] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.216865] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.218635] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.220322] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.221905] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.223587] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.224212] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.225252] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.227068] vgaarb: loaded [ 0.228003] vgaarb: bridge control possible 0000:00:02.0 [ 0.229353] SCSI subsystem initialized [ 0.230422] ACPI: bus type USB registered [ 0.230422] usbcore: registered new interface driver usbfs [ 0.232012] usbcore: registered new interface driver hub [ 0.233326] usbcore: registered new device driver usb [ 0.233326] PCI: Using ACPI for IRQ routing [ 0.233326] NetLabel: Initializing [ 0.236006] NetLabel: domain hash size = 128 [ 0.237063] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.238225] NetLabel: unlabeled traffic allowed by default [ 0.239575] Switched to clocksource kvm-clock [ 0.243616] AppArmor: AppArmor Filesystem Enabled [ 0.248321] pnp: PnP ACPI init [ 0.249466] ACPI: bus type PNP registered [ 0.251582] pnp: PnP ACPI: found 8 devices [ 0.252803] ACPI: bus type PNP unregistered [ 0.261343] NET: Registered protocol family 2 [ 0.264264] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.266656] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.268553] TCP: Hash tables configured (established 16384 bind 16384) [ 0.270455] TCP: reno registered [ 0.271435] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.273178] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.275209] NET: Registered protocol family 1 [ 0.276622] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.278372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.279968] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.302269] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.325219] Trying to unpack rootfs image as initramfs... [ 0.418311] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.421287] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.423023] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.424607] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.427280] Scanning for low memory corruption every 60 seconds [ 0.429647] Initialise system trusted keyring [ 0.430835] audit: initializing netlink socket (disabled) [ 0.432157] type=2000 audit(1534065282.709:1): initialized [ 0.452031] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.454301] zbud: loaded [ 0.455252] VFS: Disk quotas dquot_6.5.2 [ 0.456290] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.458115] fuse init (API version 7.22) [ 0.459227] msgmni has been set to 3997 [ 0.460283] Key type big_key registered [ 0.461536] Key type asymmetric registered [ 0.462587] Asymmetric key parser 'x509' registered [ 0.463741] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.465576] io scheduler noop registered [ 0.466507] io scheduler deadline registered (default) [ 0.467638] io scheduler cfq registered [ 0.468678] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.469970] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.471482] ipmi message handler version 39.2 [ 0.472595] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.474326] ACPI: Power Button [PWRF] [ 0.475394] GHES: HEST is not enabled! [ 0.497489] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.542062] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.564583] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.566613] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.590635] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.593137] Linux agpgart interface v0.103 [ 0.595007] brd: module loaded [ 0.596218] loop: module loaded [ 0.597375] blk-mq: CPU -> queue map [ 0.598285] CPU 0 -> Queue 0 [ 0.599042] CPU 1 -> Queue 0 [ 0.600473] vda: vda1 [ 0.601881] scsi0 : ata_piix [ 0.602665] scsi1 : ata_piix [ 0.603381] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.604747] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.606311] libphy: Fixed MDIO Bus: probed [ 0.607293] tun: Universal TUN/TAP device driver, 1.6 [ 0.608367] tun: (C) 1999-2004 Max Krasnyansky [ 0.611003] PPP generic driver version 2.4.2 [ 0.612023] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.613322] ehci-pci: EHCI PCI platform driver [ 0.614273] ehci-platform: EHCI generic platform driver [ 0.615386] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.616641] ohci-pci: OHCI PCI platform driver [ 0.617624] ohci-platform: OHCI generic platform driver [ 0.618701] uhci_hcd: USB Universal Host Controller Interface driver [ 0.640745] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.641845] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.643461] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.644695] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.646020] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.647550] usb usb1: Product: UHCI Host Controller [ 0.648565] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd [ 0.649920] usb usb1: SerialNumber: 0000:00:01.2 [ 0.651116] hub 1-0:1.0: USB hub found [ 0.652166] hub 1-0:1.0: 2 ports detected [ 0.653393] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.655673] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.656701] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.657858] mousedev: PS/2 mouse device common for all mice [ 0.659249] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.661121] rtc_cmos 00:00: RTC can wake from S4 [ 0.662782] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.664550] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.666329] device-mapper: uevent: version 1.0.3 [ 0.667736] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.670130] ledtrig-cpu: registered to indicate activity on CPUs [ 0.671824] TCP: cubic registered [ 0.672903] NET: Registered protocol family 10 [ 0.674394] NET: Registered protocol family 17 [ 0.675733] Key type dns_resolver registered [ 0.677151] Loading compiled-in X.509 certificates [ 0.679026] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0' [ 0.681691] registered taskstats version 1 [ 0.692859] Key type trusted registered [ 0.696517] Key type encrypted registered [ 0.697497] AppArmor: AppArmor sha1 policy hashing enabled [ 0.698946] IMA: No TPM chip found, activating TPM-bypass! [ 0.700888] regulator-dummy: disabling [ 0.701901] Magic number: 14:35:222 [ 0.703011] rtc_cmos 00:00: setting system clock to 2018-08-12 09:14:43 UTC (1534065283) [ 0.704889] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.706135] EDD information not available. [ 0.761384] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000) [ 0.763225] Write protecting the kernel read-only data: 12288k [ 0.764990] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000) [ 0.767838] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.781703] systemd-udevd[107]: starting version 204 [ 0.820635] FDC 0 is a S82078B [ 0.964059] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.124684] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.126110] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.127461] usb 1-1: Product: QEMU USB Tablet [ 1.128372] usb 1-1: Manufacturer: QEMU [ 1.129215] usb 1-1: SerialNumber: 42 [ 1.420090] tsc: Refined TSC clocksource calibration: 3491.877 MHz [ 1.845302] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.096165] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.184699] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] [ 2.283393] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sun, 12 Aug 2018 09:14:45 +0000. Up 2.66 seconds. cloud-init-nonet[2.85]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting cold plug devices[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] cloud-init-nonet[9.46]: static networking is now up * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sun, 12 Aug 2018 09:14:52 +0000. Up 9.59 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:f8:47:bc | ci-info: | eth0 | True | 192.168.0.6 | 255.255.255.0 | fa:16:3e:a0:8c:69 | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.2 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: 9e:9e:9f:8d:3a:a6:9c:55:48:62:37:40:24:56:bf:96 root@homer-0 The key's randomart image is: +--[ RSA 2048]----+ | o+= | | . . o | | o = | | . + = | | E . | | o o | | + | | . +o. + | | +o+++ . | +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: f5:82:85:56:b7:31:ca:0c:a6:5a:c4:22:5d:9b:95:f7 root@homer-0 The key's randomart image is: +--[ DSA 1024]----+ | . oo +.. + | | . o..*.*.o + | | . .= o.*.. | | o . + .E | | . S . . | | . | | | | | | | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: ae:94:d0:9e:d4:d7:5a:03:f2:3e:7d:6b:94:24:f5:c1 root@homer-0 The key's randomart image is: +--[ECDSA 256]---+ | . | | .E | | . . . ..| | . . o o. . .| | . o S o +o . | | + + o + .o | | = . + ... | | . . . ... | | . .. | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: e9:6d:b2:ce:65:c3:06:5d:25:e6:9f:e9:9d:26:da:19 root@homer-0 The key's randomart image is: +--[ED25519 256--+ | o . | | o o | | o | | o . . o | | S . + | | . + . ..| | o O E.o.| | . B .o = | | .+ . o | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS homer-0 ttyS0 homer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Sun, 12 Aug 2018 09:16:57 +0000. Up 134.34 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Sun, 12 Aug 2018 09:17:57 +0000. Up 195.05 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com gpg: no valid OpenPGP data found. + apt-get update Err http://repo.cw-ngv.com binary/ InRelease Err http://archive.ubuntu.com trusty InRelease Err http://archive.ubuntu.com trusty-updates InRelease Err http://archive.ubuntu.com trusty-backports InRelease Err http://security.ubuntu.com trusty-security InRelease Err http://security.ubuntu.com trusty-security Release.gpg Could not resolve 'security.ubuntu.com' Err http://repo.cw-ngv.com binary/ Release.gpg Could not resolve 'repo.cw-ngv.com' Err http://archive.ubuntu.com trusty Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-updates Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-backports Release.gpg Could not resolve 'archive.ubuntu.com' Reading package lists... W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com' W: Some index files failed to download. They have been ignored, or old ones used instead. + mkdir -p /etc/clearwater + etcd_ip=192.168.0.23 + '[' -n 192.168.0.23 ']' + cat + DEBIAN_FRONTEND=noninteractive + apt-get install homer --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package homer + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package clearwater-management + retries=0 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.211 ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.208 ++ echo A 172.30.9.208 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 0 -lt 10 ']' + retries=1 + echo 'nsupdate failed - retrying (retry 1)...' nsupdate failed - retrying (retry 1)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ echo 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.208 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 1 -lt 10 ']' + retries=2 + echo 'nsupdate failed - retrying (retry 2)...' nsupdate failed - retrying (retry 2)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ echo 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.208 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 2 -lt 10 ']' + retries=3 + echo 'nsupdate failed - retrying (retry 3)...' nsupdate failed - retrying (retry 3)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ echo 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.208 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 3 -lt 10 ']' + retries=4 + echo 'nsupdate failed - retrying (retry 4)...' nsupdate failed - retrying (retry 4)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.208 ++ echo A 172.30.9.208 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 4 -lt 10 ']' + retries=5 + echo 'nsupdate failed - retrying (retry 5)...' nsupdate failed - retrying (retry 5)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ echo 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.208 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 5 -lt 10 ']' + retries=6 + echo 'nsupdate failed - retrying (retry 6)...' nsupdate failed - retrying (retry 6)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ echo 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.208 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 6 -lt 10 ']' + retries=7 + echo 'nsupdate failed - retrying (retry 7)...' nsupdate failed - retrying (retry 7)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ echo 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.208 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 7 -lt 10 ']' + retries=8 + echo 'nsupdate failed - retrying (retry 8)...' nsupdate failed - retrying (retry 8)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ echo 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.208 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 8 -lt 10 ']' + retries=9 + echo 'nsupdate failed - retrying (retry 9)...' nsupdate failed - retrying (retry 9)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.208 ++ echo A 172.30.9.208 2018-08-12 09:22:56,372 - functest.core.singlevm - DEBUG - try 44: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-12 09:23:06,383 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:23:06,387 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:23:07,528 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:23: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-7ca126b7-1cac-4675-bd07-021e7b65091f x-compute-request-id: req-7ca126b7-1cac-4675-bd07-021e7b65091f Content-Encoding: gzip Content-Length: 1505 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:8c:69", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:8c:69", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:47:bc", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:47:bc", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/0d05f869-c182-4a19-86bf-4ac078c523fd", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:41.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "0d05f869-c182-4a19-86bf-4ac078c523fd", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:41Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "homer-0.clearwater.opnfv", "created": "2018-08-12T09:14:06Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:24:50", "version": 4, "addr": "192.168.0.22", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:24:50", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:35:db:99", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/1c9b6e42-b18c-407e-8d00-9077025769fd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1c9b6e42-b18c-407e-8d00-9077025769fd", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:39.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "1c9b6e42-b18c-407e-8d00-9077025769fd", "security_groups": [{"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:39Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "dime-0.clearwater.opnfv", "created": "2018-08-12T09:14:05Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:73:af", "version": 4, "addr": "192.168.0.17", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:73:af", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:b9:f2", "version": 4, "addr": "192.168.1.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:b9:f2", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:41.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:41Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "bono-0.clearwater.opnfv", "created": "2018-08-12T09:14:05Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:27:6c", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:27:6c", "version": 4, "addr": "172.30.9.216", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:82:86", "version": 4, "addr": "192.168.1.24", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/566a63cc-7490-4385-b2ac-bfb24030a031", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/566a63cc-7490-4385-b2ac-bfb24030a031", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:34.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "566a63cc-7490-4385-b2ac-bfb24030a031", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:34Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-12T09:14:04Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:9d:e5", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:9d:e5", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b4:d8:25", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/7a80620a-d807-4698-b6c3-7c140a7b5157", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/7a80620a-d807-4698-b6c3-7c140a7b5157", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:25.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "7a80620a-d807-4698-b6c3-7c140a7b5157", "security_groups": [{"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:25Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-12T09:14:04Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:ca:f6", "version": 4, "addr": "192.168.0.23", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:ca:f6", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/3544e1e5-febb-4596-964e-1a53f9d26ab6", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/3544e1e5-febb-4596-964e-1a53f9d26ab6", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:13:48.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "3544e1e5-febb-4596-964e-1a53f9d26ab6", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:13:48Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-12T09:12:11Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:77:d2", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:77:d2", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ac:00:39", "version": 4, "addr": "192.168.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/24234aa3-febc-4826-8d67-0c33e6f38782", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/24234aa3-febc-4826-8d67-0c33e6f38782", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:12:00.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "24234aa3-febc-4826-8d67-0c33e6f38782", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:12:00Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "ns.clearwater.opnfv", "created": "2018-08-12T09:10:20Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:23:07,528 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-7ca126b7-1cac-4675-bd07-021e7b65091f 2018-08-12 09:23:07,528 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.14495611191s 2018-08-12 09:23:07,529 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-7ca126b7-1cac-4675-bd07-021e7b65091f 2018-08-12 09:23:07,536 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-12 09:23:07,539 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd/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}d584eff3730be386f99aabb4bf64013d89965dc6" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 09:23:07,611 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:23: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-5d2341ec-c1fd-485e-a49a-e11c9caf3b24 x-compute-request-id: req-5d2341ec-c1fd-485e-a49a-e11c9caf3b24 Content-Encoding: gzip Content-Length: 10914 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 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] 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-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] 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] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\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 2 CPUs, 0 hotplug CPUs\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 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008016] Security Framework initialized\n[ 0.008913] AppArmor: AppArmor initialized\n[ 0.009837] Yama: becoming mindful.\n[ 0.010748] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.013325] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.015408] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.016006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.017778] Initializing cgroup subsys memory\n[ 0.018719] Initializing cgroup subsys devices\n[ 0.020003] Initializing cgroup subsys freezer\n[ 0.021086] Initializing cgroup subsys blkio\n[ 0.021991] Initializing cgroup subsys perf_event\n[ 0.022999] Initializing cgroup subsys hugetlb\n[ 0.024056] CPU: Physical Processor ID: 0\n[ 0.024946] FEATURE SPEC_CTRL Not Present\n[ 0.026471] mce: CPU supports 10 MCE banks\n[ 0.028035] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.028035] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.030137] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.031421] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.032003] Speculative Store Bypass: Vulnerable\n[ 0.033566] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000)\n[ 0.038566] ACPI: Core revision 20131115\n[ 0.040460] ACPI: All ACPI Tables successfully acquired\n[ 0.041709] ftrace: allocating 28727 entries in 113 pages\n[ 0.060291] Enabling x2apic\n[ 0.061073] Enabled x2apic\n[ 0.061964] Switched APIC routing to physical x2apic.\n[ 0.064919] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.066290] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.069066] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.076856] KVM setup paravirtual spinlock\n[ 0.079139] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.080155] x86: Booting SMP configuration:\n[ 0.081281] .... node #0, CPUs: #1[ 0.079106] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.096026] x86: Booted up 1 node, 2 CPUs\n[ 0.096018] KVM setup async PF for cpu 1\n[ 0.096020] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.099631] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.100348] devtmpfs: initialized\n[ 0.102632] EVM: security.selinux\n[ 0.104005] EVM: security.SMACK64\n[ 0.104954] EVM: security.ima\n[ 0.105920] EVM: security.capability\n[ 0.108118] pinctrl core: initialized pinctrl subsystem\n[ 0.109704] regulator-dummy: no parameters\n[ 0.110929] RTC time: 9:14:42, date: 08/12/18\n[ 0.112038] NET: Registered protocol family 16\n[ 0.113457] cpuidle: using governor ladder\n[ 0.114609] cpuidle: using governor menu\n[ 0.115850] ACPI: bus type PCI registered\n[ 0.116004] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.117746] PCI: Using configuration type 1 for base access\n[ 0.120038] bio: create slab at 0\n[ 0.121189] ACPI: Added _OSI(Module Device)\n[ 0.121189] ACPI: Added _OSI(Processor Device)\n[ 0.122213] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.124005] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.126110] ACPI: Interpreter enabled\n[ 0.127154] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.129830] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.132005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.134822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.136755] ACPI: (supports S0 S5)\n[ 0.137721] ACPI: Using IOAPIC for interrupt routing\n[ 0.139117] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.140200] ACPI: No dock devices found.\n[ 0.143264] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.144008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.145991] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.147946] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.148206] acpiphp: Slot [3] registered\n[ 0.149509] acpiphp: Slot [4] registered\n[ 0.150716] acpiphp: Slot [5] registered\n[ 0.151857] acpiphp: Slot [6] registered\n[ 0.152020] acpiphp: Slot [7] registered\n[ 0.153216] acpiphp: Slot [8] registered\n[ 0.154428] acpiphp: Slot [9] registered\n[ 0.155633] acpiphp: Slot [10] registered\n[ 0.156024] acpiphp: Slot [11] registered\n[ 0.157002] acpiphp: Slot [12] registered\n[ 0.157975] acpiphp: Slot [13] registered\n[ 0.158963] acpiphp: Slot [14] registered\n[ 0.159983] acpiphp: Slot [15] registered\n[ 0.160023] acpiphp: Slot [16] registered\n[ 0.160985] acpiphp: Slot [17] registered\n[ 0.161921] acpiphp: Slot [18] registered\n[ 0.162915] acpiphp: Slot [19] registered\n[ 0.163849] acpiphp: Slot [20] registered\n[ 0.164031] acpiphp: Slot [21] registered\n[ 0.164958] acpiphp: Slot [22] registered\n[ 0.165998] acpiphp: Slot [23] registered\n[ 0.166930] acpiphp: Slot [24] registered\n[ 0.167875] acpiphp: Slot [25] registered\n[ 0.168028] acpiphp: Slot [26] registered\n[ 0.168961] acpiphp: Slot [27] registered\n[ 0.169925] acpiphp: Slot [28] registered\n[ 0.170792] acpiphp: Slot [29] registered\n[ 0.171685] acpiphp: Slot [30] registered\n[ 0.172025] acpiphp: Slot [31] registered\n[ 0.172955] PCI host bridge to bus 0000:00\n[ 0.173880] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.175056] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.176004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.177251] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.178637] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.180006] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.186663] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.188013] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.215762] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.216865] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.218635] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.220322] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.221905] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.223587] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.224212] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.225252] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.227068] vgaarb: loaded\n[ 0.228003] vgaarb: bridge control possible 0000:00:02.0\n[ 0.229353] SCSI subsystem initialized\n[ 0.230422] ACPI: bus type USB registered\n[ 0.230422] usbcore: registered new interface driver usbfs\n[ 0.232012] usbcore: registered new interface driver hub\n[ 0.233326] usbcore: registered new device driver usb\n[ 0.233326] PCI: Using ACPI for IRQ routing\n[ 0.233326] NetLabel: Initializing\n[ 0.236006] NetLabel: domain hash size = 128\n[ 0.237063] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.238225] NetLabel: unlabeled traffic allowed by default\n[ 0.239575] Switched to clocksource kvm-clock\n[ 0.243616] AppArmor: AppArmor Filesystem Enabled\n[ 0.248321] pnp: PnP ACPI init\n[ 0.249466] ACPI: bus type PNP registered\n[ 0.251582] pnp: PnP ACPI: found 8 devices\n[ 0.252803] ACPI: bus type PNP unregistered\n[ 0.261343] NET: Registered protocol family 2\n[ 0.264264] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.266656] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.268553] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.270455] TCP: reno registered\n[ 0.271435] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.273178] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.275209] NET: Registered protocol family 1\n[ 0.276622] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.278372] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.279968] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.302269] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.325219] Trying to unpack rootfs image as initramfs...\n[ 0.418311] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.421287] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.423023] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.424607] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.427280] Scanning for low memory corruption every 60 seconds\n[ 0.429647] Initialise system trusted keyring\n[ 0.430835] audit: initializing netlink socket (disabled)\n[ 0.432157] type=2000 audit(1534065282.709:1): initialized\n[ 0.452031] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.454301] zbud: loaded\n[ 0.455252] VFS: Disk quotas dquot_6.5.2\n[ 0.456290] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.458115] fuse init (API version 7.22)\n[ 0.459227] msgmni has been set to 3997\n[ 0.460283] Key type big_key registered\n[ 0.461536] Key type asymmetric registered\n[ 0.462587] Asymmetric key parser 'x509' registered\n[ 0.463741] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.465576] io scheduler noop registered\n[ 0.466507] io scheduler deadline registered (default)\n[ 0.467638] io scheduler cfq registered\n[ 0.468678] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.469970] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.471482] ipmi message handler version 39.2\n[ 0.472595] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.474326] ACPI: Power Button [PWRF]\n[ 0.475394] GHES: HEST is not enabled!\n[ 0.497489] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.542062] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564583] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.566613] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590635] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593137] Linux agpgart interface v0.103\n[ 0.595007] brd: module loaded\n[ 0.596218] loop: module loaded\n[ 0.597375] blk-mq: CPU -> queue map\n[ 0.598285] CPU 0 -> Queue 0\n[ 0.599042] CPU 1 -> Queue 0\n[ 0.600473] vda: vda1\n[ 0.601881] scsi0 : ata_piix\n[ 0.602665] scsi1 : ata_piix\n[ 0.603381] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.604747] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.606311] libphy: Fixed MDIO Bus: probed\n[ 0.607293] tun: Universal TUN/TAP device driver, 1.6\n[ 0.608367] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.611003] PPP generic driver version 2.4.2\n[ 0.612023] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.613322] ehci-pci: EHCI PCI platform driver\n[ 0.614273] ehci-platform: EHCI generic platform driver\n[ 0.615386] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.616641] ohci-pci: OHCI PCI platform driver\n[ 0.617624] ohci-platform: OHCI generic platform driver\n[ 0.618701] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.640745] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.641845] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.643461] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.644695] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646020] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647550] usb usb1: Product: UHCI Host Controller\n[ 0.648565] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd\n[ 0.649920] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651116] hub 1-0:1.0: USB hub found\n[ 0.652166] hub 1-0:1.0: 2 ports detected\n[ 0.653393] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655673] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656701] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657858] mousedev: PS/2 mouse device common for all mice\n[ 0.659249] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.661121] rtc_cmos 00:00: RTC can wake from S4\n[ 0.662782] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.664550] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.666329] device-mapper: uevent: version 1.0.3\n[ 0.667736] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.670130] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.671824] TCP: cubic registered\n[ 0.672903] NET: Registered protocol family 10\n[ 0.674394] NET: Registered protocol family 17\n[ 0.675733] Key type dns_resolver registered\n[ 0.677151] Loading compiled-in X.509 certificates\n[ 0.679026] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0'\n[ 0.681691] registered taskstats version 1\n[ 0.692859] Key type trusted registered\n[ 0.696517] Key type encrypted registered\n[ 0.697497] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.698946] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.700888] regulator-dummy: disabling\n[ 0.701901] Magic number: 14:35:222\n[ 0.703011] rtc_cmos 00:00: setting system clock to 2018-08-12 09:14:43 UTC (1534065283)\n[ 0.704889] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.706135] EDD information not available.\n[ 0.761384] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000)\n[ 0.763225] Write protecting the kernel read-only data: 12288k\n[ 0.764990] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000)\n[ 0.767838] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.781703] systemd-udevd[107]: starting version 204\n[ 0.820635] FDC 0 is a S82078B\n[ 0.964059] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.124684] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.126110] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.127461] usb 1-1: Product: QEMU USB Tablet\n[ 1.128372] usb 1-1: Manufacturer: QEMU\n[ 1.129215] usb 1-1: SerialNumber: 42\n[ 1.420090] tsc: Refined TSC clocksource calibration: 3491.877 MHz\n[ 1.845302] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.096165] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.184699] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n[ 2.283393] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sun, 12 Aug 2018 09:14:45 +0000. Up 2.66 seconds.\ncloud-init-nonet[2.85]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting cold plug devices[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\ncloud-init-nonet[9.46]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sun, 12 Aug 2018 09:14:52 +0000. Up 9.59 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:f8:47:bc |\nci-info: | eth0 | True | 192.168.0.6 | 255.255.255.0 | fa:16:3e:a0:8c:69 |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.2 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\n9e:9e:9f:8d:3a:a6:9c:55:48:62:37:40:24:56:bf:96 root@homer-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| o+= |\n| . . o |\n| o = |\n| . + = |\n| E . |\n| o o |\n| + |\n| . +o. + |\n| +o+++ . |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\nf5:82:85:56:b7:31:ca:0c:a6:5a:c4:22:5d:9b:95:f7 root@homer-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| . oo +.. + |\n| . o..*.*.o + |\n| . .= o.*.. |\n| o . + .E |\n| . S . . |\n| . |\n| |\n| |\n| |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\nae:94:d0:9e:d4:d7:5a:03:f2:3e:7d:6b:94:24:f5:c1 root@homer-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| . |\n| .E |\n| . . . ..|\n| . . o o. . .|\n| . o S o +o . |\n| + + o + .o |\n| = . + ... |\n| . . . ... |\n| . .. |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\ne9:6d:b2:ce:65:c3:06:5d:25:e6:9f:e9:9d:26:da:19 root@homer-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| o . |\n| o o |\n| o |\n| o . . o |\n| S . + |\n| . + . ..|\n| o O E.o.|\n| . B .o = |\n| .+ . o |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS homer-0 ttyS0\n\nhomer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Sun, 12 Aug 2018 09:16:57 +0000. Up 134.34 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Sun, 12 Aug 2018 09:17:57 +0000. Up 195.05 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com\ngpg: no valid OpenPGP data found.\n+ apt-get update\nErr http://repo.cw-ngv.com binary/ InRelease\n \nErr http://archive.ubuntu.com trusty InRelease\n \nErr http://archive.ubuntu.com trusty-updates InRelease\n \nErr http://archive.ubuntu.com trusty-backports InRelease\n \nErr http://security.ubuntu.com trusty-security InRelease\n \nErr http://security.ubuntu.com trusty-security Release.gpg\n Could not resolve 'security.ubuntu.com'\nErr http://repo.cw-ngv.com binary/ Release.gpg\n Could not resolve 'repo.cw-ngv.com'\nErr http://archive.ubuntu.com trusty Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-updates Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-backports Release.gpg\n Could not resolve 'archive.ubuntu.com'\nReading package lists...\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease \n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com'\n\nW: Some index files failed to download. They have been ignored, or old ones used instead.\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.23\n+ '[' -n 192.168.0.23 ']'\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install homer --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package homer\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package clearwater-management\n+ retries=0\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.211\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.208\n++ echo A 172.30.9.208\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 0 -lt 10 ']'\n+ retries=1\n+ echo 'nsupdate failed - retrying (retry 1)...'\nnsupdate failed - retrying (retry 1)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ echo 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.208\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 1 -lt 10 ']'\n+ retries=2\n+ echo 'nsupdate failed - retrying (retry 2)...'\nnsupdate failed - retrying (retry 2)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ echo 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.208\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 2 -lt 10 ']'\n+ retries=3\n+ echo 'nsupdate failed - retrying (retry 3)...'\nnsupdate failed - retrying (retry 3)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ echo 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.208\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 3 -lt 10 ']'\n+ retries=4\n+ echo 'nsupdate failed - retrying (retry 4)...'\nnsupdate failed - retrying (retry 4)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.208\n++ echo A 172.30.9.208\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 4 -lt 10 ']'\n+ retries=5\n+ echo 'nsupdate failed - retrying (retry 5)...'\nnsupdate failed - retrying (retry 5)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ echo 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.208\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 5 -lt 10 ']'\n+ retries=6\n+ echo 'nsupdate failed - retrying (retry 6)...'\nnsupdate failed - retrying (retry 6)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ echo 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.208\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 6 -lt 10 ']'\n+ retries=7\n+ echo 'nsupdate failed - retrying (retry 7)...'\nnsupdate failed - retrying (retry 7)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ echo 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.208\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 7 -lt 10 ']'\n+ retries=8\n+ echo 'nsupdate failed - retrying (retry 8)...'\nnsupdate failed - retrying (retry 8)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ echo 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.208\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 8 -lt 10 ']'\n+ retries=9\n+ echo 'nsupdate failed - retrying (retry 9)...'\nnsupdate failed - retrying (retry 9)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.208\n++ echo A 172.30.9.208\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 9 -lt 10 ']'\n+ retries=10\n+ echo 'nsupdate failed - retrying (retry 10)...'\nnsupdate failed - retrying (retry 10)...\n+ sleep 5\n"} 2018-08-12 09:23:07,612 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd/action used request id req-5d2341ec-c1fd-485e-a49a-e11c9caf3b24 2018-08-12 09:23:07,612 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.075700044632s 2018-08-12 09:23:07,614 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd/action used request id req-5d2341ec-c1fd-485e-a49a-e11c9caf3b24 2018-08-12 09:23:07,614 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-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] 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-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] 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] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 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 2 CPUs, 0 hotplug CPUs [ 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 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008016] Security Framework initialized [ 0.008913] AppArmor: AppArmor initialized [ 0.009837] Yama: becoming mindful. [ 0.010748] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.013325] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.015408] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.016006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.017778] Initializing cgroup subsys memory [ 0.018719] Initializing cgroup subsys devices [ 0.020003] Initializing cgroup subsys freezer [ 0.021086] Initializing cgroup subsys blkio [ 0.021991] Initializing cgroup subsys perf_event [ 0.022999] Initializing cgroup subsys hugetlb [ 0.024056] CPU: Physical Processor ID: 0 [ 0.024946] FEATURE SPEC_CTRL Not Present [ 0.026471] mce: CPU supports 10 MCE banks [ 0.028035] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.028035] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.030137] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.031421] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.032003] Speculative Store Bypass: Vulnerable [ 0.033566] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000) [ 0.038566] ACPI: Core revision 20131115 [ 0.040460] ACPI: All ACPI Tables successfully acquired [ 0.041709] ftrace: allocating 28727 entries in 113 pages [ 0.060291] Enabling x2apic [ 0.061073] Enabled x2apic [ 0.061964] Switched APIC routing to physical x2apic. [ 0.064919] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.066290] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.069066] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.076856] KVM setup paravirtual spinlock [ 0.079139] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.080155] x86: Booting SMP configuration: [ 0.081281] .... node #0, CPUs: #1[ 0.079106] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.096026] x86: Booted up 1 node, 2 CPUs [ 0.096018] KVM setup async PF for cpu 1 [ 0.096020] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.099631] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.100348] devtmpfs: initialized [ 0.102632] EVM: security.selinux [ 0.104005] EVM: security.SMACK64 [ 0.104954] EVM: security.ima [ 0.105920] EVM: security.capability [ 0.108118] pinctrl core: initialized pinctrl subsystem [ 0.109704] regulator-dummy: no parameters [ 0.110929] RTC time: 9:14:42, date: 08/12/18 [ 0.112038] NET: Registered protocol family 16 [ 0.113457] cpuidle: using governor ladder [ 0.114609] cpuidle: using governor menu [ 0.115850] ACPI: bus type PCI registered [ 0.116004] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.117746] PCI: Using configuration type 1 for base access [ 0.120038] bio: create slab at 0 [ 0.121189] ACPI: Added _OSI(Module Device) [ 0.121189] ACPI: Added _OSI(Processor Device) [ 0.122213] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.124005] ACPI: Added _OSI(Processor Aggregator Device) [ 0.126110] ACPI: Interpreter enabled [ 0.127154] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.129830] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.132005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.134822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.136755] ACPI: (supports S0 S5) [ 0.137721] ACPI: Using IOAPIC for interrupt routing [ 0.139117] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.140200] ACPI: No dock devices found. [ 0.143264] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.144008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.145991] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.147946] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.148206] acpiphp: Slot [3] registered [ 0.149509] acpiphp: Slot [4] registered [ 0.150716] acpiphp: Slot [5] registered [ 0.151857] acpiphp: Slot [6] registered [ 0.152020] acpiphp: Slot [7] registered [ 0.153216] acpiphp: Slot [8] registered [ 0.154428] acpiphp: Slot [9] registered [ 0.155633] acpiphp: Slot [10] registered [ 0.156024] acpiphp: Slot [11] registered [ 0.157002] acpiphp: Slot [12] registered [ 0.157975] acpiphp: Slot [13] registered [ 0.158963] acpiphp: Slot [14] registered [ 0.159983] acpiphp: Slot [15] registered [ 0.160023] acpiphp: Slot [16] registered [ 0.160985] acpiphp: Slot [17] registered [ 0.161921] acpiphp: Slot [18] registered [ 0.162915] acpiphp: Slot [19] registered [ 0.163849] acpiphp: Slot [20] registered [ 0.164031] acpiphp: Slot [21] registered [ 0.164958] acpiphp: Slot [22] registered [ 0.165998] acpiphp: Slot [23] registered [ 0.166930] acpiphp: Slot [24] registered [ 0.167875] acpiphp: Slot [25] registered [ 0.168028] acpiphp: Slot [26] registered [ 0.168961] acpiphp: Slot [27] registered [ 0.169925] acpiphp: Slot [28] registered [ 0.170792] acpiphp: Slot [29] registered [ 0.171685] acpiphp: Slot [30] registered [ 0.172025] acpiphp: Slot [31] registered [ 0.172955] PCI host bridge to bus 0000:00 [ 0.173880] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.175056] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.176004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.177251] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.178637] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.180006] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.186663] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.188013] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.215762] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.216865] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.218635] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.220322] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.221905] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.223587] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.224212] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.225252] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.227068] vgaarb: loaded [ 0.228003] vgaarb: bridge control possible 0000:00:02.0 [ 0.229353] SCSI subsystem initialized [ 0.230422] ACPI: bus type USB registered [ 0.230422] usbcore: registered new interface driver usbfs [ 0.232012] usbcore: registered new interface driver hub [ 0.233326] usbcore: registered new device driver usb [ 0.233326] PCI: Using ACPI for IRQ routing [ 0.233326] NetLabel: Initializing [ 0.236006] NetLabel: domain hash size = 128 [ 0.237063] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.238225] NetLabel: unlabeled traffic allowed by default [ 0.239575] Switched to clocksource kvm-clock [ 0.243616] AppArmor: AppArmor Filesystem Enabled [ 0.248321] pnp: PnP ACPI init [ 0.249466] ACPI: bus type PNP registered [ 0.251582] pnp: PnP ACPI: found 8 devices [ 0.252803] ACPI: bus type PNP unregistered [ 0.261343] NET: Registered protocol family 2 [ 0.264264] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.266656] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.268553] TCP: Hash tables configured (established 16384 bind 16384) [ 0.270455] TCP: reno registered [ 0.271435] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.273178] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.275209] NET: Registered protocol family 1 [ 0.276622] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.278372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.279968] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.302269] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.325219] Trying to unpack rootfs image as initramfs... [ 0.418311] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.421287] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.423023] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.424607] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.427280] Scanning for low memory corruption every 60 seconds [ 0.429647] Initialise system trusted keyring [ 0.430835] audit: initializing netlink socket (disabled) [ 0.432157] type=2000 audit(1534065282.709:1): initialized [ 0.452031] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.454301] zbud: loaded [ 0.455252] VFS: Disk quotas dquot_6.5.2 [ 0.456290] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.458115] fuse init (API version 7.22) [ 0.459227] msgmni has been set to 3997 [ 0.460283] Key type big_key registered [ 0.461536] Key type asymmetric registered [ 0.462587] Asymmetric key parser 'x509' registered [ 0.463741] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.465576] io scheduler noop registered [ 0.466507] io scheduler deadline registered (default) [ 0.467638] io scheduler cfq registered [ 0.468678] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.469970] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.471482] ipmi message handler version 39.2 [ 0.472595] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.474326] ACPI: Power Button [PWRF] [ 0.475394] GHES: HEST is not enabled! [ 0.497489] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.542062] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.564583] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.566613] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.590635] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.593137] Linux agpgart interface v0.103 [ 0.595007] brd: module loaded [ 0.596218] loop: module loaded [ 0.597375] blk-mq: CPU -> queue map [ 0.598285] CPU 0 -> Queue 0 [ 0.599042] CPU 1 -> Queue 0 [ 0.600473] vda: vda1 [ 0.601881] scsi0 : ata_piix [ 0.602665] scsi1 : ata_piix [ 0.603381] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.604747] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.606311] libphy: Fixed MDIO Bus: probed [ 0.607293] tun: Universal TUN/TAP device driver, 1.6 [ 0.608367] tun: (C) 1999-2004 Max Krasnyansky [ 0.611003] PPP generic driver version 2.4.2 [ 0.612023] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.613322] ehci-pci: EHCI PCI platform driver [ 0.614273] ehci-platform: EHCI generic platform driver [ 0.615386] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.616641] ohci-pci: OHCI PCI platform driver [ 0.617624] ohci-platform: OHCI generic platform driver [ 0.618701] uhci_hcd: USB Universal Host Controller Interface driver [ 0.640745] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.641845] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.643461] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.644695] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.646020] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.647550] usb usb1: Product: UHCI Host Controller [ 0.648565] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd [ 0.649920] usb usb1: SerialNumber: 0000:00:01.2 [ 0.651116] hub 1-0:1.0: USB hub found [ 0.652166] hub 1-0:1.0: 2 ports detected [ 0.653393] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.655673] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.656701] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.657858] mousedev: PS/2 mouse device common for all mice [ 0.659249] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.661121] rtc_cmos 00:00: RTC can wake from S4 [ 0.662782] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.664550] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.666329] device-mapper: uevent: version 1.0.3 [ 0.667736] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.670130] ledtrig-cpu: registered to indicate activity on CPUs [ 0.671824] TCP: cubic registered [ 0.672903] NET: Registered protocol family 10 [ 0.674394] NET: Registered protocol family 17 [ 0.675733] Key type dns_resolver registered [ 0.677151] Loading compiled-in X.509 certificates [ 0.679026] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0' [ 0.681691] registered taskstats version 1 [ 0.692859] Key type trusted registered [ 0.696517] Key type encrypted registered [ 0.697497] AppArmor: AppArmor sha1 policy hashing enabled [ 0.698946] IMA: No TPM chip found, activating TPM-bypass! [ 0.700888] regulator-dummy: disabling [ 0.701901] Magic number: 14:35:222 [ 0.703011] rtc_cmos 00:00: setting system clock to 2018-08-12 09:14:43 UTC (1534065283) [ 0.704889] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.706135] EDD information not available. [ 0.761384] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000) [ 0.763225] Write protecting the kernel read-only data: 12288k [ 0.764990] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000) [ 0.767838] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.781703] systemd-udevd[107]: starting version 204 [ 0.820635] FDC 0 is a S82078B [ 0.964059] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.124684] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.126110] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.127461] usb 1-1: Product: QEMU USB Tablet [ 1.128372] usb 1-1: Manufacturer: QEMU [ 1.129215] usb 1-1: SerialNumber: 42 [ 1.420090] tsc: Refined TSC clocksource calibration: 3491.877 MHz [ 1.845302] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.096165] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.184699] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] [ 2.283393] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sun, 12 Aug 2018 09:14:45 +0000. Up 2.66 seconds. cloud-init-nonet[2.85]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting cold plug devices[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] cloud-init-nonet[9.46]: static networking is now up * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sun, 12 Aug 2018 09:14:52 +0000. Up 9.59 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:f8:47:bc | ci-info: | eth0 | True | 192.168.0.6 | 255.255.255.0 | fa:16:3e:a0:8c:69 | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.2 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: 9e:9e:9f:8d:3a:a6:9c:55:48:62:37:40:24:56:bf:96 root@homer-0 The key's randomart image is: +--[ RSA 2048]----+ | o+= | | . . o | | o = | | . + = | | E . | | o o | | + | | . +o. + | | +o+++ . | +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: f5:82:85:56:b7:31:ca:0c:a6:5a:c4:22:5d:9b:95:f7 root@homer-0 The key's randomart image is: +--[ DSA 1024]----+ | . oo +.. + | | . o..*.*.o + | | . .= o.*.. | | o . + .E | | . S . . | | . | | | | | | | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: ae:94:d0:9e:d4:d7:5a:03:f2:3e:7d:6b:94:24:f5:c1 root@homer-0 The key's randomart image is: +--[ECDSA 256]---+ | . | | .E | | . . . ..| | . . o o. . .| | . o S o +o . | | + + o + .o | | = . + ... | | . . . ... | | . .. | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: e9:6d:b2:ce:65:c3:06:5d:25:e6:9f:e9:9d:26:da:19 root@homer-0 The key's randomart image is: +--[ED25519 256--+ | o . | | o o | | o | | o . . o | | S . + | | . + . ..| | o O E.o.| | . B .o = | | .+ . o | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS homer-0 ttyS0 homer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Sun, 12 Aug 2018 09:16:57 +0000. Up 134.34 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Sun, 12 Aug 2018 09:17:57 +0000. Up 195.05 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com gpg: no valid OpenPGP data found. + apt-get update Err http://repo.cw-ngv.com binary/ InRelease Err http://archive.ubuntu.com trusty InRelease Err http://archive.ubuntu.com trusty-updates InRelease Err http://archive.ubuntu.com trusty-backports InRelease Err http://security.ubuntu.com trusty-security InRelease Err http://security.ubuntu.com trusty-security Release.gpg Could not resolve 'security.ubuntu.com' Err http://repo.cw-ngv.com binary/ Release.gpg Could not resolve 'repo.cw-ngv.com' Err http://archive.ubuntu.com trusty Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-updates Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-backports Release.gpg Could not resolve 'archive.ubuntu.com' Reading package lists... W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com' W: Some index files failed to download. They have been ignored, or old ones used instead. + mkdir -p /etc/clearwater + etcd_ip=192.168.0.23 + '[' -n 192.168.0.23 ']' + cat + DEBIAN_FRONTEND=noninteractive + apt-get install homer --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package homer + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package clearwater-management + retries=0 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.211 ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.208 ++ echo A 172.30.9.208 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 0 -lt 10 ']' + retries=1 + echo 'nsupdate failed - retrying (retry 1)...' nsupdate failed - retrying (retry 1)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ echo 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.208 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 1 -lt 10 ']' + retries=2 + echo 'nsupdate failed - retrying (retry 2)...' nsupdate failed - retrying (retry 2)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ echo 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.208 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 2 -lt 10 ']' + retries=3 + echo 'nsupdate failed - retrying (retry 3)...' nsupdate failed - retrying (retry 3)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ echo 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.208 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 3 -lt 10 ']' + retries=4 + echo 'nsupdate failed - retrying (retry 4)...' nsupdate failed - retrying (retry 4)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.208 ++ echo A 172.30.9.208 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 4 -lt 10 ']' + retries=5 + echo 'nsupdate failed - retrying (retry 5)...' nsupdate failed - retrying (retry 5)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ echo 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.208 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 5 -lt 10 ']' + retries=6 + echo 'nsupdate failed - retrying (retry 6)...' nsupdate failed - retrying (retry 6)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ echo 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.208 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 6 -lt 10 ']' + retries=7 + echo 'nsupdate failed - retrying (retry 7)...' nsupdate failed - retrying (retry 7)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ echo 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.208 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 7 -lt 10 ']' + retries=8 + echo 'nsupdate failed - retrying (retry 8)...' nsupdate failed - retrying (retry 8)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ echo 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.208 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 8 -lt 10 ']' + retries=9 + echo 'nsupdate failed - retrying (retry 9)...' nsupdate failed - retrying (retry 9)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.208 ++ echo A 172.30.9.208 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 9 -lt 10 ']' + retries=10 + echo 'nsupdate failed - retrying (retry 10)...' nsupdate failed - retrying (retry 10)... + sleep 5 2018-08-12 09:23:07,615 - functest.core.singlevm - DEBUG - try 45: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-12 09:23:17,626 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:23:17,629 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:23:18,759 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:23: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-35e5e788-577a-4142-8bb9-61dd4844cb71 x-compute-request-id: req-35e5e788-577a-4142-8bb9-61dd4844cb71 Content-Encoding: gzip Content-Length: 1505 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:8c:69", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:8c:69", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:47:bc", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:47:bc", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/0d05f869-c182-4a19-86bf-4ac078c523fd", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:41.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "0d05f869-c182-4a19-86bf-4ac078c523fd", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:41Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "homer-0.clearwater.opnfv", "created": "2018-08-12T09:14:06Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:24:50", "version": 4, "addr": "192.168.0.22", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:24:50", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:35:db:99", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/1c9b6e42-b18c-407e-8d00-9077025769fd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1c9b6e42-b18c-407e-8d00-9077025769fd", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:39.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "1c9b6e42-b18c-407e-8d00-9077025769fd", "security_groups": [{"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:39Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "dime-0.clearwater.opnfv", "created": "2018-08-12T09:14:05Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:73:af", "version": 4, "addr": "192.168.0.17", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:73:af", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:b9:f2", "version": 4, "addr": "192.168.1.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:b9:f2", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:41.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:41Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "bono-0.clearwater.opnfv", "created": "2018-08-12T09:14:05Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:27:6c", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:27:6c", "version": 4, "addr": "172.30.9.216", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:82:86", "version": 4, "addr": "192.168.1.24", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/566a63cc-7490-4385-b2ac-bfb24030a031", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/566a63cc-7490-4385-b2ac-bfb24030a031", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:34.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "566a63cc-7490-4385-b2ac-bfb24030a031", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:34Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-12T09:14:04Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:9d:e5", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:9d:e5", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b4:d8:25", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/7a80620a-d807-4698-b6c3-7c140a7b5157", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/7a80620a-d807-4698-b6c3-7c140a7b5157", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:25.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "7a80620a-d807-4698-b6c3-7c140a7b5157", "security_groups": [{"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:25Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-12T09:14:04Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:ca:f6", "version": 4, "addr": "192.168.0.23", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:ca:f6", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/3544e1e5-febb-4596-964e-1a53f9d26ab6", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/3544e1e5-febb-4596-964e-1a53f9d26ab6", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:13:48.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "3544e1e5-febb-4596-964e-1a53f9d26ab6", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:13:48Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-12T09:12:11Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:77:d2", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:77:d2", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ac:00:39", "version": 4, "addr": "192.168.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/24234aa3-febc-4826-8d67-0c33e6f38782", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/24234aa3-febc-4826-8d67-0c33e6f38782", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:12:00.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "24234aa3-febc-4826-8d67-0c33e6f38782", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:12:00Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "ns.clearwater.opnfv", "created": "2018-08-12T09:10:20Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:23:18,759 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-35e5e788-577a-4142-8bb9-61dd4844cb71 2018-08-12 09:23:18,759 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.1327650547s 2018-08-12 09:23:18,760 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-35e5e788-577a-4142-8bb9-61dd4844cb71 2018-08-12 09:23:18,767 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-12 09:23:18,769 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd/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}d584eff3730be386f99aabb4bf64013d89965dc6" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 09:23:18,839 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:23: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-14846879-53c6-4f27-8842-fff4b12449e3 x-compute-request-id: req-14846879-53c6-4f27-8842-fff4b12449e3 Content-Encoding: gzip Content-Length: 10917 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 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] 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-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] 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] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\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 2 CPUs, 0 hotplug CPUs\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 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008016] Security Framework initialized\n[ 0.008913] AppArmor: AppArmor initialized\n[ 0.009837] Yama: becoming mindful.\n[ 0.010748] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.013325] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.015408] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.016006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.017778] Initializing cgroup subsys memory\n[ 0.018719] Initializing cgroup subsys devices\n[ 0.020003] Initializing cgroup subsys freezer\n[ 0.021086] Initializing cgroup subsys blkio\n[ 0.021991] Initializing cgroup subsys perf_event\n[ 0.022999] Initializing cgroup subsys hugetlb\n[ 0.024056] CPU: Physical Processor ID: 0\n[ 0.024946] FEATURE SPEC_CTRL Not Present\n[ 0.026471] mce: CPU supports 10 MCE banks\n[ 0.028035] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.028035] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.030137] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.031421] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.032003] Speculative Store Bypass: Vulnerable\n[ 0.033566] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000)\n[ 0.038566] ACPI: Core revision 20131115\n[ 0.040460] ACPI: All ACPI Tables successfully acquired\n[ 0.041709] ftrace: allocating 28727 entries in 113 pages\n[ 0.060291] Enabling x2apic\n[ 0.061073] Enabled x2apic\n[ 0.061964] Switched APIC routing to physical x2apic.\n[ 0.064919] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.066290] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.069066] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.076856] KVM setup paravirtual spinlock\n[ 0.079139] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.080155] x86: Booting SMP configuration:\n[ 0.081281] .... node #0, CPUs: #1[ 0.079106] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.096026] x86: Booted up 1 node, 2 CPUs\n[ 0.096018] KVM setup async PF for cpu 1\n[ 0.096020] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.099631] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.100348] devtmpfs: initialized\n[ 0.102632] EVM: security.selinux\n[ 0.104005] EVM: security.SMACK64\n[ 0.104954] EVM: security.ima\n[ 0.105920] EVM: security.capability\n[ 0.108118] pinctrl core: initialized pinctrl subsystem\n[ 0.109704] regulator-dummy: no parameters\n[ 0.110929] RTC time: 9:14:42, date: 08/12/18\n[ 0.112038] NET: Registered protocol family 16\n[ 0.113457] cpuidle: using governor ladder\n[ 0.114609] cpuidle: using governor menu\n[ 0.115850] ACPI: bus type PCI registered\n[ 0.116004] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.117746] PCI: Using configuration type 1 for base access\n[ 0.120038] bio: create slab at 0\n[ 0.121189] ACPI: Added _OSI(Module Device)\n[ 0.121189] ACPI: Added _OSI(Processor Device)\n[ 0.122213] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.124005] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.126110] ACPI: Interpreter enabled\n[ 0.127154] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.129830] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.132005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.134822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.136755] ACPI: (supports S0 S5)\n[ 0.137721] ACPI: Using IOAPIC for interrupt routing\n[ 0.139117] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.140200] ACPI: No dock devices found.\n[ 0.143264] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.144008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.145991] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.147946] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.148206] acpiphp: Slot [3] registered\n[ 0.149509] acpiphp: Slot [4] registered\n[ 0.150716] acpiphp: Slot [5] registered\n[ 0.151857] acpiphp: Slot [6] registered\n[ 0.152020] acpiphp: Slot [7] registered\n[ 0.153216] acpiphp: Slot [8] registered\n[ 0.154428] acpiphp: Slot [9] registered\n[ 0.155633] acpiphp: Slot [10] registered\n[ 0.156024] acpiphp: Slot [11] registered\n[ 0.157002] acpiphp: Slot [12] registered\n[ 0.157975] acpiphp: Slot [13] registered\n[ 0.158963] acpiphp: Slot [14] registered\n[ 0.159983] acpiphp: Slot [15] registered\n[ 0.160023] acpiphp: Slot [16] registered\n[ 0.160985] acpiphp: Slot [17] registered\n[ 0.161921] acpiphp: Slot [18] registered\n[ 0.162915] acpiphp: Slot [19] registered\n[ 0.163849] acpiphp: Slot [20] registered\n[ 0.164031] acpiphp: Slot [21] registered\n[ 0.164958] acpiphp: Slot [22] registered\n[ 0.165998] acpiphp: Slot [23] registered\n[ 0.166930] acpiphp: Slot [24] registered\n[ 0.167875] acpiphp: Slot [25] registered\n[ 0.168028] acpiphp: Slot [26] registered\n[ 0.168961] acpiphp: Slot [27] registered\n[ 0.169925] acpiphp: Slot [28] registered\n[ 0.170792] acpiphp: Slot [29] registered\n[ 0.171685] acpiphp: Slot [30] registered\n[ 0.172025] acpiphp: Slot [31] registered\n[ 0.172955] PCI host bridge to bus 0000:00\n[ 0.173880] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.175056] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.176004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.177251] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.178637] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.180006] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.186663] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.188013] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.215762] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.216865] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.218635] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.220322] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.221905] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.223587] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.224212] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.225252] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.227068] vgaarb: loaded\n[ 0.228003] vgaarb: bridge control possible 0000:00:02.0\n[ 0.229353] SCSI subsystem initialized\n[ 0.230422] ACPI: bus type USB registered\n[ 0.230422] usbcore: registered new interface driver usbfs\n[ 0.232012] usbcore: registered new interface driver hub\n[ 0.233326] usbcore: registered new device driver usb\n[ 0.233326] PCI: Using ACPI for IRQ routing\n[ 0.233326] NetLabel: Initializing\n[ 0.236006] NetLabel: domain hash size = 128\n[ 0.237063] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.238225] NetLabel: unlabeled traffic allowed by default\n[ 0.239575] Switched to clocksource kvm-clock\n[ 0.243616] AppArmor: AppArmor Filesystem Enabled\n[ 0.248321] pnp: PnP ACPI init\n[ 0.249466] ACPI: bus type PNP registered\n[ 0.251582] pnp: PnP ACPI: found 8 devices\n[ 0.252803] ACPI: bus type PNP unregistered\n[ 0.261343] NET: Registered protocol family 2\n[ 0.264264] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.266656] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.268553] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.270455] TCP: reno registered\n[ 0.271435] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.273178] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.275209] NET: Registered protocol family 1\n[ 0.276622] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.278372] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.279968] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.302269] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.325219] Trying to unpack rootfs image as initramfs...\n[ 0.418311] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.421287] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.423023] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.424607] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.427280] Scanning for low memory corruption every 60 seconds\n[ 0.429647] Initialise system trusted keyring\n[ 0.430835] audit: initializing netlink socket (disabled)\n[ 0.432157] type=2000 audit(1534065282.709:1): initialized\n[ 0.452031] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.454301] zbud: loaded\n[ 0.455252] VFS: Disk quotas dquot_6.5.2\n[ 0.456290] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.458115] fuse init (API version 7.22)\n[ 0.459227] msgmni has been set to 3997\n[ 0.460283] Key type big_key registered\n[ 0.461536] Key type asymmetric registered\n[ 0.462587] Asymmetric key parser 'x509' registered\n[ 0.463741] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.465576] io scheduler noop registered\n[ 0.466507] io scheduler deadline registered (default)\n[ 0.467638] io scheduler cfq registered\n[ 0.468678] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.469970] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.471482] ipmi message handler version 39.2\n[ 0.472595] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.474326] ACPI: Power Button [PWRF]\n[ 0.475394] GHES: HEST is not enabled!\n[ 0.497489] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.542062] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564583] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.566613] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590635] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593137] Linux agpgart interface v0.103\n[ 0.595007] brd: module loaded\n[ 0.596218] loop: module loaded\n[ 0.597375] blk-mq: CPU -> queue map\n[ 0.598285] CPU 0 -> Queue 0\n[ 0.599042] CPU 1 -> Queue 0\n[ 0.600473] vda: vda1\n[ 0.601881] scsi0 : ata_piix\n[ 0.602665] scsi1 : ata_piix\n[ 0.603381] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.604747] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.606311] libphy: Fixed MDIO Bus: probed\n[ 0.607293] tun: Universal TUN/TAP device driver, 1.6\n[ 0.608367] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.611003] PPP generic driver version 2.4.2\n[ 0.612023] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.613322] ehci-pci: EHCI PCI platform driver\n[ 0.614273] ehci-platform: EHCI generic platform driver\n[ 0.615386] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.616641] ohci-pci: OHCI PCI platform driver\n[ 0.617624] ohci-platform: OHCI generic platform driver\n[ 0.618701] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.640745] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.641845] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.643461] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.644695] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646020] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647550] usb usb1: Product: UHCI Host Controller\n[ 0.648565] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd\n[ 0.649920] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651116] hub 1-0:1.0: USB hub found\n[ 0.652166] hub 1-0:1.0: 2 ports detected\n[ 0.653393] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655673] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656701] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657858] mousedev: PS/2 mouse device common for all mice\n[ 0.659249] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.661121] rtc_cmos 00:00: RTC can wake from S4\n[ 0.662782] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.664550] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.666329] device-mapper: uevent: version 1.0.3\n[ 0.667736] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.670130] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.671824] TCP: cubic registered\n[ 0.672903] NET: Registered protocol family 10\n[ 0.674394] NET: Registered protocol family 17\n[ 0.675733] Key type dns_resolver registered\n[ 0.677151] Loading compiled-in X.509 certificates\n[ 0.679026] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0'\n[ 0.681691] registered taskstats version 1\n[ 0.692859] Key type trusted registered\n[ 0.696517] Key type encrypted registered\n[ 0.697497] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.698946] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.700888] regulator-dummy: disabling\n[ 0.701901] Magic number: 14:35:222\n[ 0.703011] rtc_cmos 00:00: setting system clock to 2018-08-12 09:14:43 UTC (1534065283)\n[ 0.704889] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.706135] EDD information not available.\n[ 0.761384] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000)\n[ 0.763225] Write protecting the kernel read-only data: 12288k\n[ 0.764990] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000)\n[ 0.767838] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.781703] systemd-udevd[107]: starting version 204\n[ 0.820635] FDC 0 is a S82078B\n[ 0.964059] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.124684] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.126110] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.127461] usb 1-1: Product: QEMU USB Tablet\n[ 1.128372] usb 1-1: Manufacturer: QEMU\n[ 1.129215] usb 1-1: SerialNumber: 42\n[ 1.420090] tsc: Refined TSC clocksource calibration: 3491.877 MHz\n[ 1.845302] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.096165] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.184699] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n[ 2.283393] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sun, 12 Aug 2018 09:14:45 +0000. Up 2.66 seconds.\ncloud-init-nonet[2.85]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting cold plug devices[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\ncloud-init-nonet[9.46]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sun, 12 Aug 2018 09:14:52 +0000. Up 9.59 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:f8:47:bc |\nci-info: | eth0 | True | 192.168.0.6 | 255.255.255.0 | fa:16:3e:a0:8c:69 |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.2 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\n9e:9e:9f:8d:3a:a6:9c:55:48:62:37:40:24:56:bf:96 root@homer-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| o+= |\n| . . o |\n| o = |\n| . + = |\n| E . |\n| o o |\n| + |\n| . +o. + |\n| +o+++ . |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\nf5:82:85:56:b7:31:ca:0c:a6:5a:c4:22:5d:9b:95:f7 root@homer-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| . oo +.. + |\n| . o..*.*.o + |\n| . .= o.*.. |\n| o . + .E |\n| . S . . |\n| . |\n| |\n| |\n| |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\nae:94:d0:9e:d4:d7:5a:03:f2:3e:7d:6b:94:24:f5:c1 root@homer-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| . |\n| .E |\n| . . . ..|\n| . . o o. . .|\n| . o S o +o . |\n| + + o + .o |\n| = . + ... |\n| . . . ... |\n| . .. |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\ne9:6d:b2:ce:65:c3:06:5d:25:e6:9f:e9:9d:26:da:19 root@homer-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| o . |\n| o o |\n| o |\n| o . . o |\n| S . + |\n| . + . ..|\n| o O E.o.|\n| . B .o = |\n| .+ . o |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS homer-0 ttyS0\n\nhomer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Sun, 12 Aug 2018 09:16:57 +0000. Up 134.34 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Sun, 12 Aug 2018 09:17:57 +0000. Up 195.05 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com\ngpg: no valid OpenPGP data found.\n+ apt-get update\nErr http://repo.cw-ngv.com binary/ InRelease\n \nErr http://archive.ubuntu.com trusty InRelease\n \nErr http://archive.ubuntu.com trusty-updates InRelease\n \nErr http://archive.ubuntu.com trusty-backports InRelease\n \nErr http://security.ubuntu.com trusty-security InRelease\n \nErr http://security.ubuntu.com trusty-security Release.gpg\n Could not resolve 'security.ubuntu.com'\nErr http://repo.cw-ngv.com binary/ Release.gpg\n Could not resolve 'repo.cw-ngv.com'\nErr http://archive.ubuntu.com trusty Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-updates Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-backports Release.gpg\n Could not resolve 'archive.ubuntu.com'\nReading package lists...\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease \n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com'\n\nW: Some index files failed to download. They have been ignored, or old ones used instead.\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.23\n+ '[' -n 192.168.0.23 ']'\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install homer --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package homer\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package clearwater-management\n+ retries=0\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.211\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.208\n++ echo A 172.30.9.208\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 0 -lt 10 ']'\n+ retries=1\n+ echo 'nsupdate failed - retrying (retry 1)...'\nnsupdate failed - retrying (retry 1)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ echo 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.208\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 1 -lt 10 ']'\n+ retries=2\n+ echo 'nsupdate failed - retrying (retry 2)...'\nnsupdate failed - retrying (retry 2)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ echo 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.208\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 2 -lt 10 ']'\n+ retries=3\n+ echo 'nsupdate failed - retrying (retry 3)...'\nnsupdate failed - retrying (retry 3)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ echo 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.208\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 3 -lt 10 ']'\n+ retries=4\n+ echo 'nsupdate failed - retrying (retry 4)...'\nnsupdate failed - retrying (retry 4)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.208\n++ echo A 172.30.9.208\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 4 -lt 10 ']'\n+ retries=5\n+ echo 'nsupdate failed - retrying (retry 5)...'\nnsupdate failed - retrying (retry 5)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ echo 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.208\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 5 -lt 10 ']'\n+ retries=6\n+ echo 'nsupdate failed - retrying (retry 6)...'\nnsupdate failed - retrying (retry 6)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ echo 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.208\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 6 -lt 10 ']'\n+ retries=7\n+ echo 'nsupdate failed - retrying (retry 7)...'\nnsupdate failed - retrying (retry 7)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ echo 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.208\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 7 -lt 10 ']'\n+ retries=8\n+ echo 'nsupdate failed - retrying (retry 8)...'\nnsupdate failed - retrying (retry 8)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ echo 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.208\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 8 -lt 10 ']'\n+ retries=9\n+ echo 'nsupdate failed - retrying (retry 9)...'\nnsupdate failed - retrying (retry 9)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.208\n++ echo A 172.30.9.208\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 9 -lt 10 ']'\n+ retries=10\n+ echo 'nsupdate failed - retrying (retry 10)...'\nnsupdate failed - retrying (retry 10)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.208\n++ echo A 172.30.9.208\n"} 2018-08-12 09:23:18,840 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd/action used request id req-14846879-53c6-4f27-8842-fff4b12449e3 2018-08-12 09:23:18,840 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.073520898819s 2018-08-12 09:23:18,841 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd/action used request id req-14846879-53c6-4f27-8842-fff4b12449e3 2018-08-12 09:23:18,842 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-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] 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-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] 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] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 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 2 CPUs, 0 hotplug CPUs [ 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 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008016] Security Framework initialized [ 0.008913] AppArmor: AppArmor initialized [ 0.009837] Yama: becoming mindful. [ 0.010748] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.013325] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.015408] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.016006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.017778] Initializing cgroup subsys memory [ 0.018719] Initializing cgroup subsys devices [ 0.020003] Initializing cgroup subsys freezer [ 0.021086] Initializing cgroup subsys blkio [ 0.021991] Initializing cgroup subsys perf_event [ 0.022999] Initializing cgroup subsys hugetlb [ 0.024056] CPU: Physical Processor ID: 0 [ 0.024946] FEATURE SPEC_CTRL Not Present [ 0.026471] mce: CPU supports 10 MCE banks [ 0.028035] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.028035] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.030137] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.031421] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.032003] Speculative Store Bypass: Vulnerable [ 0.033566] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000) [ 0.038566] ACPI: Core revision 20131115 [ 0.040460] ACPI: All ACPI Tables successfully acquired [ 0.041709] ftrace: allocating 28727 entries in 113 pages [ 0.060291] Enabling x2apic [ 0.061073] Enabled x2apic [ 0.061964] Switched APIC routing to physical x2apic. [ 0.064919] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.066290] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.069066] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.076856] KVM setup paravirtual spinlock [ 0.079139] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.080155] x86: Booting SMP configuration: [ 0.081281] .... node #0, CPUs: #1[ 0.079106] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.096026] x86: Booted up 1 node, 2 CPUs [ 0.096018] KVM setup async PF for cpu 1 [ 0.096020] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.099631] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.100348] devtmpfs: initialized [ 0.102632] EVM: security.selinux [ 0.104005] EVM: security.SMACK64 [ 0.104954] EVM: security.ima [ 0.105920] EVM: security.capability [ 0.108118] pinctrl core: initialized pinctrl subsystem [ 0.109704] regulator-dummy: no parameters [ 0.110929] RTC time: 9:14:42, date: 08/12/18 [ 0.112038] NET: Registered protocol family 16 [ 0.113457] cpuidle: using governor ladder [ 0.114609] cpuidle: using governor menu [ 0.115850] ACPI: bus type PCI registered [ 0.116004] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.117746] PCI: Using configuration type 1 for base access [ 0.120038] bio: create slab at 0 [ 0.121189] ACPI: Added _OSI(Module Device) [ 0.121189] ACPI: Added _OSI(Processor Device) [ 0.122213] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.124005] ACPI: Added _OSI(Processor Aggregator Device) [ 0.126110] ACPI: Interpreter enabled [ 0.127154] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.129830] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.132005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.134822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.136755] ACPI: (supports S0 S5) [ 0.137721] ACPI: Using IOAPIC for interrupt routing [ 0.139117] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.140200] ACPI: No dock devices found. [ 0.143264] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.144008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.145991] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.147946] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.148206] acpiphp: Slot [3] registered [ 0.149509] acpiphp: Slot [4] registered [ 0.150716] acpiphp: Slot [5] registered [ 0.151857] acpiphp: Slot [6] registered [ 0.152020] acpiphp: Slot [7] registered [ 0.153216] acpiphp: Slot [8] registered [ 0.154428] acpiphp: Slot [9] registered [ 0.155633] acpiphp: Slot [10] registered [ 0.156024] acpiphp: Slot [11] registered [ 0.157002] acpiphp: Slot [12] registered [ 0.157975] acpiphp: Slot [13] registered [ 0.158963] acpiphp: Slot [14] registered [ 0.159983] acpiphp: Slot [15] registered [ 0.160023] acpiphp: Slot [16] registered [ 0.160985] acpiphp: Slot [17] registered [ 0.161921] acpiphp: Slot [18] registered [ 0.162915] acpiphp: Slot [19] registered [ 0.163849] acpiphp: Slot [20] registered [ 0.164031] acpiphp: Slot [21] registered [ 0.164958] acpiphp: Slot [22] registered [ 0.165998] acpiphp: Slot [23] registered [ 0.166930] acpiphp: Slot [24] registered [ 0.167875] acpiphp: Slot [25] registered [ 0.168028] acpiphp: Slot [26] registered [ 0.168961] acpiphp: Slot [27] registered [ 0.169925] acpiphp: Slot [28] registered [ 0.170792] acpiphp: Slot [29] registered [ 0.171685] acpiphp: Slot [30] registered [ 0.172025] acpiphp: Slot [31] registered [ 0.172955] PCI host bridge to bus 0000:00 [ 0.173880] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.175056] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.176004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.177251] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.178637] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.180006] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.186663] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.188013] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.215762] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.216865] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.218635] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.220322] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.221905] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.223587] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.224212] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.225252] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.227068] vgaarb: loaded [ 0.228003] vgaarb: bridge control possible 0000:00:02.0 [ 0.229353] SCSI subsystem initialized [ 0.230422] ACPI: bus type USB registered [ 0.230422] usbcore: registered new interface driver usbfs [ 0.232012] usbcore: registered new interface driver hub [ 0.233326] usbcore: registered new device driver usb [ 0.233326] PCI: Using ACPI for IRQ routing [ 0.233326] NetLabel: Initializing [ 0.236006] NetLabel: domain hash size = 128 [ 0.237063] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.238225] NetLabel: unlabeled traffic allowed by default [ 0.239575] Switched to clocksource kvm-clock [ 0.243616] AppArmor: AppArmor Filesystem Enabled [ 0.248321] pnp: PnP ACPI init [ 0.249466] ACPI: bus type PNP registered [ 0.251582] pnp: PnP ACPI: found 8 devices [ 0.252803] ACPI: bus type PNP unregistered [ 0.261343] NET: Registered protocol family 2 [ 0.264264] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.266656] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.268553] TCP: Hash tables configured (established 16384 bind 16384) [ 0.270455] TCP: reno registered [ 0.271435] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.273178] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.275209] NET: Registered protocol family 1 [ 0.276622] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.278372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.279968] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.302269] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.325219] Trying to unpack rootfs image as initramfs... [ 0.418311] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.421287] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.423023] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.424607] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.427280] Scanning for low memory corruption every 60 seconds [ 0.429647] Initialise system trusted keyring [ 0.430835] audit: initializing netlink socket (disabled) [ 0.432157] type=2000 audit(1534065282.709:1): initialized [ 0.452031] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.454301] zbud: loaded [ 0.455252] VFS: Disk quotas dquot_6.5.2 [ 0.456290] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.458115] fuse init (API version 7.22) [ 0.459227] msgmni has been set to 3997 [ 0.460283] Key type big_key registered [ 0.461536] Key type asymmetric registered [ 0.462587] Asymmetric key parser 'x509' registered [ 0.463741] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.465576] io scheduler noop registered [ 0.466507] io scheduler deadline registered (default) [ 0.467638] io scheduler cfq registered [ 0.468678] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.469970] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.471482] ipmi message handler version 39.2 [ 0.472595] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.474326] ACPI: Power Button [PWRF] [ 0.475394] GHES: HEST is not enabled! [ 0.497489] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.542062] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.564583] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.566613] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.590635] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.593137] Linux agpgart interface v0.103 [ 0.595007] brd: module loaded [ 0.596218] loop: module loaded [ 0.597375] blk-mq: CPU -> queue map [ 0.598285] CPU 0 -> Queue 0 [ 0.599042] CPU 1 -> Queue 0 [ 0.600473] vda: vda1 [ 0.601881] scsi0 : ata_piix [ 0.602665] scsi1 : ata_piix [ 0.603381] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.604747] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.606311] libphy: Fixed MDIO Bus: probed [ 0.607293] tun: Universal TUN/TAP device driver, 1.6 [ 0.608367] tun: (C) 1999-2004 Max Krasnyansky [ 0.611003] PPP generic driver version 2.4.2 [ 0.612023] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.613322] ehci-pci: EHCI PCI platform driver [ 0.614273] ehci-platform: EHCI generic platform driver [ 0.615386] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.616641] ohci-pci: OHCI PCI platform driver [ 0.617624] ohci-platform: OHCI generic platform driver [ 0.618701] uhci_hcd: USB Universal Host Controller Interface driver [ 0.640745] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.641845] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.643461] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.644695] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.646020] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.647550] usb usb1: Product: UHCI Host Controller [ 0.648565] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd [ 0.649920] usb usb1: SerialNumber: 0000:00:01.2 [ 0.651116] hub 1-0:1.0: USB hub found [ 0.652166] hub 1-0:1.0: 2 ports detected [ 0.653393] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.655673] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.656701] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.657858] mousedev: PS/2 mouse device common for all mice [ 0.659249] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.661121] rtc_cmos 00:00: RTC can wake from S4 [ 0.662782] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.664550] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.666329] device-mapper: uevent: version 1.0.3 [ 0.667736] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.670130] ledtrig-cpu: registered to indicate activity on CPUs [ 0.671824] TCP: cubic registered [ 0.672903] NET: Registered protocol family 10 [ 0.674394] NET: Registered protocol family 17 [ 0.675733] Key type dns_resolver registered [ 0.677151] Loading compiled-in X.509 certificates [ 0.679026] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0' [ 0.681691] registered taskstats version 1 [ 0.692859] Key type trusted registered [ 0.696517] Key type encrypted registered [ 0.697497] AppArmor: AppArmor sha1 policy hashing enabled [ 0.698946] IMA: No TPM chip found, activating TPM-bypass! [ 0.700888] regulator-dummy: disabling [ 0.701901] Magic number: 14:35:222 [ 0.703011] rtc_cmos 00:00: setting system clock to 2018-08-12 09:14:43 UTC (1534065283) [ 0.704889] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.706135] EDD information not available. [ 0.761384] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000) [ 0.763225] Write protecting the kernel read-only data: 12288k [ 0.764990] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000) [ 0.767838] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.781703] systemd-udevd[107]: starting version 204 [ 0.820635] FDC 0 is a S82078B [ 0.964059] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.124684] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.126110] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.127461] usb 1-1: Product: QEMU USB Tablet [ 1.128372] usb 1-1: Manufacturer: QEMU [ 1.129215] usb 1-1: SerialNumber: 42 [ 1.420090] tsc: Refined TSC clocksource calibration: 3491.877 MHz [ 1.845302] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.096165] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.184699] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] [ 2.283393] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sun, 12 Aug 2018 09:14:45 +0000. Up 2.66 seconds. cloud-init-nonet[2.85]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting cold plug devices[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] cloud-init-nonet[9.46]: static networking is now up * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sun, 12 Aug 2018 09:14:52 +0000. Up 9.59 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:f8:47:bc | ci-info: | eth0 | True | 192.168.0.6 | 255.255.255.0 | fa:16:3e:a0:8c:69 | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.2 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: 9e:9e:9f:8d:3a:a6:9c:55:48:62:37:40:24:56:bf:96 root@homer-0 The key's randomart image is: +--[ RSA 2048]----+ | o+= | | . . o | | o = | | . + = | | E . | | o o | | + | | . +o. + | | +o+++ . | +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: f5:82:85:56:b7:31:ca:0c:a6:5a:c4:22:5d:9b:95:f7 root@homer-0 The key's randomart image is: +--[ DSA 1024]----+ | . oo +.. + | | . o..*.*.o + | | . .= o.*.. | | o . + .E | | . S . . | | . | | | | | | | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: ae:94:d0:9e:d4:d7:5a:03:f2:3e:7d:6b:94:24:f5:c1 root@homer-0 The key's randomart image is: +--[ECDSA 256]---+ | . | | .E | | . . . ..| | . . o o. . .| | . o S o +o . | | + + o + .o | | = . + ... | | . . . ... | | . .. | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: e9:6d:b2:ce:65:c3:06:5d:25:e6:9f:e9:9d:26:da:19 root@homer-0 The key's randomart image is: +--[ED25519 256--+ | o . | | o o | | o | | o . . o | | S . + | | . + . ..| | o O E.o.| | . B .o = | | .+ . o | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS homer-0 ttyS0 homer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Sun, 12 Aug 2018 09:16:57 +0000. Up 134.34 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Sun, 12 Aug 2018 09:17:57 +0000. Up 195.05 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com gpg: no valid OpenPGP data found. + apt-get update Err http://repo.cw-ngv.com binary/ InRelease Err http://archive.ubuntu.com trusty InRelease Err http://archive.ubuntu.com trusty-updates InRelease Err http://archive.ubuntu.com trusty-backports InRelease Err http://security.ubuntu.com trusty-security InRelease Err http://security.ubuntu.com trusty-security Release.gpg Could not resolve 'security.ubuntu.com' Err http://repo.cw-ngv.com binary/ Release.gpg Could not resolve 'repo.cw-ngv.com' Err http://archive.ubuntu.com trusty Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-updates Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-backports Release.gpg Could not resolve 'archive.ubuntu.com' Reading package lists... W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com' W: Some index files failed to download. They have been ignored, or old ones used instead. + mkdir -p /etc/clearwater + etcd_ip=192.168.0.23 + '[' -n 192.168.0.23 ']' + cat + DEBIAN_FRONTEND=noninteractive + apt-get install homer --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package homer + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package clearwater-management + retries=0 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.211 ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.208 ++ echo A 172.30.9.208 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 0 -lt 10 ']' + retries=1 + echo 'nsupdate failed - retrying (retry 1)...' nsupdate failed - retrying (retry 1)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ echo 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.208 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 1 -lt 10 ']' + retries=2 + echo 'nsupdate failed - retrying (retry 2)...' nsupdate failed - retrying (retry 2)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ echo 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.208 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 2 -lt 10 ']' + retries=3 + echo 'nsupdate failed - retrying (retry 3)...' nsupdate failed - retrying (retry 3)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ echo 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.208 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 3 -lt 10 ']' + retries=4 + echo 'nsupdate failed - retrying (retry 4)...' nsupdate failed - retrying (retry 4)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.208 ++ echo A 172.30.9.208 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 4 -lt 10 ']' + retries=5 + echo 'nsupdate failed - retrying (retry 5)...' nsupdate failed - retrying (retry 5)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ echo 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.208 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 5 -lt 10 ']' + retries=6 + echo 'nsupdate failed - retrying (retry 6)...' nsupdate failed - retrying (retry 6)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ echo 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.208 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 6 -lt 10 ']' + retries=7 + echo 'nsupdate failed - retrying (retry 7)...' nsupdate failed - retrying (retry 7)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ echo 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.208 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 7 -lt 10 ']' + retries=8 + echo 'nsupdate failed - retrying (retry 8)...' nsupdate failed - retrying (retry 8)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ echo 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.208 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 8 -lt 10 ']' + retries=9 + echo 'nsupdate failed - retrying (retry 9)...' nsupdate failed - retrying (retry 9)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.208 ++ echo A 172.30.9.208 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 9 -lt 10 ']' + retries=10 + echo 'nsupdate failed - retrying (retry 10)...' nsupdate failed - retrying (retry 10)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.208 ++ echo A 172.30.9.208 2018-08-12 09:23:18,844 - functest.core.singlevm - DEBUG - try 46: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-12 09:23:28,854 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:23:28,857 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:23:29,780 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:23: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-ae0590b5-1981-40f4-84a0-7f7f460c459d x-compute-request-id: req-ae0590b5-1981-40f4-84a0-7f7f460c459d Content-Encoding: gzip Content-Length: 1505 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:8c:69", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:8c:69", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:47:bc", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:47:bc", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/0d05f869-c182-4a19-86bf-4ac078c523fd", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:41.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "0d05f869-c182-4a19-86bf-4ac078c523fd", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:41Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "homer-0.clearwater.opnfv", "created": "2018-08-12T09:14:06Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:24:50", "version": 4, "addr": "192.168.0.22", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:24:50", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:35:db:99", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/1c9b6e42-b18c-407e-8d00-9077025769fd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1c9b6e42-b18c-407e-8d00-9077025769fd", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:39.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "1c9b6e42-b18c-407e-8d00-9077025769fd", "security_groups": [{"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:39Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "dime-0.clearwater.opnfv", "created": "2018-08-12T09:14:05Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:73:af", "version": 4, "addr": "192.168.0.17", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:73:af", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:b9:f2", "version": 4, "addr": "192.168.1.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:b9:f2", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:41.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:41Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "bono-0.clearwater.opnfv", "created": "2018-08-12T09:14:05Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:27:6c", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:27:6c", "version": 4, "addr": "172.30.9.216", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:82:86", "version": 4, "addr": "192.168.1.24", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/566a63cc-7490-4385-b2ac-bfb24030a031", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/566a63cc-7490-4385-b2ac-bfb24030a031", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:34.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "566a63cc-7490-4385-b2ac-bfb24030a031", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:34Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-12T09:14:04Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:9d:e5", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:9d:e5", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b4:d8:25", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/7a80620a-d807-4698-b6c3-7c140a7b5157", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/7a80620a-d807-4698-b6c3-7c140a7b5157", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:25.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "7a80620a-d807-4698-b6c3-7c140a7b5157", "security_groups": [{"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:25Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-12T09:14:04Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:ca:f6", "version": 4, "addr": "192.168.0.23", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:ca:f6", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/3544e1e5-febb-4596-964e-1a53f9d26ab6", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/3544e1e5-febb-4596-964e-1a53f9d26ab6", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:13:48.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "3544e1e5-febb-4596-964e-1a53f9d26ab6", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:13:48Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-12T09:12:11Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:77:d2", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:77:d2", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ac:00:39", "version": 4, "addr": "192.168.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/24234aa3-febc-4826-8d67-0c33e6f38782", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/24234aa3-febc-4826-8d67-0c33e6f38782", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:12:00.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "24234aa3-febc-4826-8d67-0c33e6f38782", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:12:00Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "ns.clearwater.opnfv", "created": "2018-08-12T09:10:20Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:23:29,780 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-ae0590b5-1981-40f4-84a0-7f7f460c459d 2018-08-12 09:23:29,781 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.925936937332s 2018-08-12 09:23:29,781 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-ae0590b5-1981-40f4-84a0-7f7f460c459d 2018-08-12 09:23:29,789 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-12 09:23:29,792 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd/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}d584eff3730be386f99aabb4bf64013d89965dc6" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 09:23:29,867 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:23: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-8d821a2d-81a3-4be6-b069-b50231618b11 x-compute-request-id: req-8d821a2d-81a3-4be6-b069-b50231618b11 Content-Encoding: gzip Content-Length: 10917 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 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] 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-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] 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] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\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 2 CPUs, 0 hotplug CPUs\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 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008016] Security Framework initialized\n[ 0.008913] AppArmor: AppArmor initialized\n[ 0.009837] Yama: becoming mindful.\n[ 0.010748] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.013325] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.015408] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.016006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.017778] Initializing cgroup subsys memory\n[ 0.018719] Initializing cgroup subsys devices\n[ 0.020003] Initializing cgroup subsys freezer\n[ 0.021086] Initializing cgroup subsys blkio\n[ 0.021991] Initializing cgroup subsys perf_event\n[ 0.022999] Initializing cgroup subsys hugetlb\n[ 0.024056] CPU: Physical Processor ID: 0\n[ 0.024946] FEATURE SPEC_CTRL Not Present\n[ 0.026471] mce: CPU supports 10 MCE banks\n[ 0.028035] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.028035] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.030137] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.031421] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.032003] Speculative Store Bypass: Vulnerable\n[ 0.033566] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000)\n[ 0.038566] ACPI: Core revision 20131115\n[ 0.040460] ACPI: All ACPI Tables successfully acquired\n[ 0.041709] ftrace: allocating 28727 entries in 113 pages\n[ 0.060291] Enabling x2apic\n[ 0.061073] Enabled x2apic\n[ 0.061964] Switched APIC routing to physical x2apic.\n[ 0.064919] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.066290] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.069066] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.076856] KVM setup paravirtual spinlock\n[ 0.079139] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.080155] x86: Booting SMP configuration:\n[ 0.081281] .... node #0, CPUs: #1[ 0.079106] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.096026] x86: Booted up 1 node, 2 CPUs\n[ 0.096018] KVM setup async PF for cpu 1\n[ 0.096020] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.099631] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.100348] devtmpfs: initialized\n[ 0.102632] EVM: security.selinux\n[ 0.104005] EVM: security.SMACK64\n[ 0.104954] EVM: security.ima\n[ 0.105920] EVM: security.capability\n[ 0.108118] pinctrl core: initialized pinctrl subsystem\n[ 0.109704] regulator-dummy: no parameters\n[ 0.110929] RTC time: 9:14:42, date: 08/12/18\n[ 0.112038] NET: Registered protocol family 16\n[ 0.113457] cpuidle: using governor ladder\n[ 0.114609] cpuidle: using governor menu\n[ 0.115850] ACPI: bus type PCI registered\n[ 0.116004] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.117746] PCI: Using configuration type 1 for base access\n[ 0.120038] bio: create slab at 0\n[ 0.121189] ACPI: Added _OSI(Module Device)\n[ 0.121189] ACPI: Added _OSI(Processor Device)\n[ 0.122213] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.124005] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.126110] ACPI: Interpreter enabled\n[ 0.127154] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.129830] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.132005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.134822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.136755] ACPI: (supports S0 S5)\n[ 0.137721] ACPI: Using IOAPIC for interrupt routing\n[ 0.139117] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.140200] ACPI: No dock devices found.\n[ 0.143264] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.144008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.145991] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.147946] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.148206] acpiphp: Slot [3] registered\n[ 0.149509] acpiphp: Slot [4] registered\n[ 0.150716] acpiphp: Slot [5] registered\n[ 0.151857] acpiphp: Slot [6] registered\n[ 0.152020] acpiphp: Slot [7] registered\n[ 0.153216] acpiphp: Slot [8] registered\n[ 0.154428] acpiphp: Slot [9] registered\n[ 0.155633] acpiphp: Slot [10] registered\n[ 0.156024] acpiphp: Slot [11] registered\n[ 0.157002] acpiphp: Slot [12] registered\n[ 0.157975] acpiphp: Slot [13] registered\n[ 0.158963] acpiphp: Slot [14] registered\n[ 0.159983] acpiphp: Slot [15] registered\n[ 0.160023] acpiphp: Slot [16] registered\n[ 0.160985] acpiphp: Slot [17] registered\n[ 0.161921] acpiphp: Slot [18] registered\n[ 0.162915] acpiphp: Slot [19] registered\n[ 0.163849] acpiphp: Slot [20] registered\n[ 0.164031] acpiphp: Slot [21] registered\n[ 0.164958] acpiphp: Slot [22] registered\n[ 0.165998] acpiphp: Slot [23] registered\n[ 0.166930] acpiphp: Slot [24] registered\n[ 0.167875] acpiphp: Slot [25] registered\n[ 0.168028] acpiphp: Slot [26] registered\n[ 0.168961] acpiphp: Slot [27] registered\n[ 0.169925] acpiphp: Slot [28] registered\n[ 0.170792] acpiphp: Slot [29] registered\n[ 0.171685] acpiphp: Slot [30] registered\n[ 0.172025] acpiphp: Slot [31] registered\n[ 0.172955] PCI host bridge to bus 0000:00\n[ 0.173880] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.175056] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.176004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.177251] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.178637] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.180006] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.186663] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.188013] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.215762] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.216865] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.218635] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.220322] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.221905] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.223587] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.224212] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.225252] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.227068] vgaarb: loaded\n[ 0.228003] vgaarb: bridge control possible 0000:00:02.0\n[ 0.229353] SCSI subsystem initialized\n[ 0.230422] ACPI: bus type USB registered\n[ 0.230422] usbcore: registered new interface driver usbfs\n[ 0.232012] usbcore: registered new interface driver hub\n[ 0.233326] usbcore: registered new device driver usb\n[ 0.233326] PCI: Using ACPI for IRQ routing\n[ 0.233326] NetLabel: Initializing\n[ 0.236006] NetLabel: domain hash size = 128\n[ 0.237063] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.238225] NetLabel: unlabeled traffic allowed by default\n[ 0.239575] Switched to clocksource kvm-clock\n[ 0.243616] AppArmor: AppArmor Filesystem Enabled\n[ 0.248321] pnp: PnP ACPI init\n[ 0.249466] ACPI: bus type PNP registered\n[ 0.251582] pnp: PnP ACPI: found 8 devices\n[ 0.252803] ACPI: bus type PNP unregistered\n[ 0.261343] NET: Registered protocol family 2\n[ 0.264264] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.266656] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.268553] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.270455] TCP: reno registered\n[ 0.271435] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.273178] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.275209] NET: Registered protocol family 1\n[ 0.276622] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.278372] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.279968] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.302269] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.325219] Trying to unpack rootfs image as initramfs...\n[ 0.418311] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.421287] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.423023] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.424607] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.427280] Scanning for low memory corruption every 60 seconds\n[ 0.429647] Initialise system trusted keyring\n[ 0.430835] audit: initializing netlink socket (disabled)\n[ 0.432157] type=2000 audit(1534065282.709:1): initialized\n[ 0.452031] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.454301] zbud: loaded\n[ 0.455252] VFS: Disk quotas dquot_6.5.2\n[ 0.456290] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.458115] fuse init (API version 7.22)\n[ 0.459227] msgmni has been set to 3997\n[ 0.460283] Key type big_key registered\n[ 0.461536] Key type asymmetric registered\n[ 0.462587] Asymmetric key parser 'x509' registered\n[ 0.463741] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.465576] io scheduler noop registered\n[ 0.466507] io scheduler deadline registered (default)\n[ 0.467638] io scheduler cfq registered\n[ 0.468678] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.469970] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.471482] ipmi message handler version 39.2\n[ 0.472595] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.474326] ACPI: Power Button [PWRF]\n[ 0.475394] GHES: HEST is not enabled!\n[ 0.497489] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.542062] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564583] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.566613] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590635] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593137] Linux agpgart interface v0.103\n[ 0.595007] brd: module loaded\n[ 0.596218] loop: module loaded\n[ 0.597375] blk-mq: CPU -> queue map\n[ 0.598285] CPU 0 -> Queue 0\n[ 0.599042] CPU 1 -> Queue 0\n[ 0.600473] vda: vda1\n[ 0.601881] scsi0 : ata_piix\n[ 0.602665] scsi1 : ata_piix\n[ 0.603381] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.604747] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.606311] libphy: Fixed MDIO Bus: probed\n[ 0.607293] tun: Universal TUN/TAP device driver, 1.6\n[ 0.608367] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.611003] PPP generic driver version 2.4.2\n[ 0.612023] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.613322] ehci-pci: EHCI PCI platform driver\n[ 0.614273] ehci-platform: EHCI generic platform driver\n[ 0.615386] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.616641] ohci-pci: OHCI PCI platform driver\n[ 0.617624] ohci-platform: OHCI generic platform driver\n[ 0.618701] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.640745] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.641845] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.643461] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.644695] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646020] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647550] usb usb1: Product: UHCI Host Controller\n[ 0.648565] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd\n[ 0.649920] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651116] hub 1-0:1.0: USB hub found\n[ 0.652166] hub 1-0:1.0: 2 ports detected\n[ 0.653393] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655673] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656701] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657858] mousedev: PS/2 mouse device common for all mice\n[ 0.659249] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.661121] rtc_cmos 00:00: RTC can wake from S4\n[ 0.662782] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.664550] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.666329] device-mapper: uevent: version 1.0.3\n[ 0.667736] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.670130] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.671824] TCP: cubic registered\n[ 0.672903] NET: Registered protocol family 10\n[ 0.674394] NET: Registered protocol family 17\n[ 0.675733] Key type dns_resolver registered\n[ 0.677151] Loading compiled-in X.509 certificates\n[ 0.679026] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0'\n[ 0.681691] registered taskstats version 1\n[ 0.692859] Key type trusted registered\n[ 0.696517] Key type encrypted registered\n[ 0.697497] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.698946] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.700888] regulator-dummy: disabling\n[ 0.701901] Magic number: 14:35:222\n[ 0.703011] rtc_cmos 00:00: setting system clock to 2018-08-12 09:14:43 UTC (1534065283)\n[ 0.704889] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.706135] EDD information not available.\n[ 0.761384] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000)\n[ 0.763225] Write protecting the kernel read-only data: 12288k\n[ 0.764990] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000)\n[ 0.767838] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.781703] systemd-udevd[107]: starting version 204\n[ 0.820635] FDC 0 is a S82078B\n[ 0.964059] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.124684] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.126110] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.127461] usb 1-1: Product: QEMU USB Tablet\n[ 1.128372] usb 1-1: Manufacturer: QEMU\n[ 1.129215] usb 1-1: SerialNumber: 42\n[ 1.420090] tsc: Refined TSC clocksource calibration: 3491.877 MHz\n[ 1.845302] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.096165] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.184699] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n[ 2.283393] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sun, 12 Aug 2018 09:14:45 +0000. Up 2.66 seconds.\ncloud-init-nonet[2.85]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting cold plug devices[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\ncloud-init-nonet[9.46]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sun, 12 Aug 2018 09:14:52 +0000. Up 9.59 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:f8:47:bc |\nci-info: | eth0 | True | 192.168.0.6 | 255.255.255.0 | fa:16:3e:a0:8c:69 |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.2 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\n9e:9e:9f:8d:3a:a6:9c:55:48:62:37:40:24:56:bf:96 root@homer-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| o+= |\n| . . o |\n| o = |\n| . + = |\n| E . |\n| o o |\n| + |\n| . +o. + |\n| +o+++ . |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\nf5:82:85:56:b7:31:ca:0c:a6:5a:c4:22:5d:9b:95:f7 root@homer-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| . oo +.. + |\n| . o..*.*.o + |\n| . .= o.*.. |\n| o . + .E |\n| . S . . |\n| . |\n| |\n| |\n| |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\nae:94:d0:9e:d4:d7:5a:03:f2:3e:7d:6b:94:24:f5:c1 root@homer-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| . |\n| .E |\n| . . . ..|\n| . . o o. . .|\n| . o S o +o . |\n| + + o + .o |\n| = . + ... |\n| . . . ... |\n| . .. |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\ne9:6d:b2:ce:65:c3:06:5d:25:e6:9f:e9:9d:26:da:19 root@homer-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| o . |\n| o o |\n| o |\n| o . . o |\n| S . + |\n| . + . ..|\n| o O E.o.|\n| . B .o = |\n| .+ . o |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS homer-0 ttyS0\n\nhomer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Sun, 12 Aug 2018 09:16:57 +0000. Up 134.34 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Sun, 12 Aug 2018 09:17:57 +0000. Up 195.05 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com\ngpg: no valid OpenPGP data found.\n+ apt-get update\nErr http://repo.cw-ngv.com binary/ InRelease\n \nErr http://archive.ubuntu.com trusty InRelease\n \nErr http://archive.ubuntu.com trusty-updates InRelease\n \nErr http://archive.ubuntu.com trusty-backports InRelease\n \nErr http://security.ubuntu.com trusty-security InRelease\n \nErr http://security.ubuntu.com trusty-security Release.gpg\n Could not resolve 'security.ubuntu.com'\nErr http://repo.cw-ngv.com binary/ Release.gpg\n Could not resolve 'repo.cw-ngv.com'\nErr http://archive.ubuntu.com trusty Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-updates Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-backports Release.gpg\n Could not resolve 'archive.ubuntu.com'\nReading package lists...\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease \n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com'\n\nW: Some index files failed to download. They have been ignored, or old ones used instead.\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.23\n+ '[' -n 192.168.0.23 ']'\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install homer --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package homer\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package clearwater-management\n+ retries=0\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.211\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.208\n++ echo A 172.30.9.208\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 0 -lt 10 ']'\n+ retries=1\n+ echo 'nsupdate failed - retrying (retry 1)...'\nnsupdate failed - retrying (retry 1)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ echo 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.208\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 1 -lt 10 ']'\n+ retries=2\n+ echo 'nsupdate failed - retrying (retry 2)...'\nnsupdate failed - retrying (retry 2)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ echo 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.208\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 2 -lt 10 ']'\n+ retries=3\n+ echo 'nsupdate failed - retrying (retry 3)...'\nnsupdate failed - retrying (retry 3)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ echo 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.208\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 3 -lt 10 ']'\n+ retries=4\n+ echo 'nsupdate failed - retrying (retry 4)...'\nnsupdate failed - retrying (retry 4)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.208\n++ echo A 172.30.9.208\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 4 -lt 10 ']'\n+ retries=5\n+ echo 'nsupdate failed - retrying (retry 5)...'\nnsupdate failed - retrying (retry 5)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ echo 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.208\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 5 -lt 10 ']'\n+ retries=6\n+ echo 'nsupdate failed - retrying (retry 6)...'\nnsupdate failed - retrying (retry 6)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ echo 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.208\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 6 -lt 10 ']'\n+ retries=7\n+ echo 'nsupdate failed - retrying (retry 7)...'\nnsupdate failed - retrying (retry 7)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ echo 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.208\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 7 -lt 10 ']'\n+ retries=8\n+ echo 'nsupdate failed - retrying (retry 8)...'\nnsupdate failed - retrying (retry 8)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ echo 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.208\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 8 -lt 10 ']'\n+ retries=9\n+ echo 'nsupdate failed - retrying (retry 9)...'\nnsupdate failed - retrying (retry 9)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.208\n++ echo A 172.30.9.208\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 9 -lt 10 ']'\n+ retries=10\n+ echo 'nsupdate failed - retrying (retry 10)...'\nnsupdate failed - retrying (retry 10)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.208\n++ echo A 172.30.9.208\n"} 2018-08-12 09:23:29,868 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd/action used request id req-8d821a2d-81a3-4be6-b069-b50231618b11 2018-08-12 09:23:29,868 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0790457725525s 2018-08-12 09:23:29,869 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd/action used request id req-8d821a2d-81a3-4be6-b069-b50231618b11 2018-08-12 09:23:29,869 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-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] 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-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] 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] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 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 2 CPUs, 0 hotplug CPUs [ 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 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008016] Security Framework initialized [ 0.008913] AppArmor: AppArmor initialized [ 0.009837] Yama: becoming mindful. [ 0.010748] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.013325] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.015408] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.016006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.017778] Initializing cgroup subsys memory [ 0.018719] Initializing cgroup subsys devices [ 0.020003] Initializing cgroup subsys freezer [ 0.021086] Initializing cgroup subsys blkio [ 0.021991] Initializing cgroup subsys perf_event [ 0.022999] Initializing cgroup subsys hugetlb [ 0.024056] CPU: Physical Processor ID: 0 [ 0.024946] FEATURE SPEC_CTRL Not Present [ 0.026471] mce: CPU supports 10 MCE banks [ 0.028035] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.028035] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.030137] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.031421] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.032003] Speculative Store Bypass: Vulnerable [ 0.033566] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000) [ 0.038566] ACPI: Core revision 20131115 [ 0.040460] ACPI: All ACPI Tables successfully acquired [ 0.041709] ftrace: allocating 28727 entries in 113 pages [ 0.060291] Enabling x2apic [ 0.061073] Enabled x2apic [ 0.061964] Switched APIC routing to physical x2apic. [ 0.064919] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.066290] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.069066] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.076856] KVM setup paravirtual spinlock [ 0.079139] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.080155] x86: Booting SMP configuration: [ 0.081281] .... node #0, CPUs: #1[ 0.079106] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.096026] x86: Booted up 1 node, 2 CPUs [ 0.096018] KVM setup async PF for cpu 1 [ 0.096020] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.099631] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.100348] devtmpfs: initialized [ 0.102632] EVM: security.selinux [ 0.104005] EVM: security.SMACK64 [ 0.104954] EVM: security.ima [ 0.105920] EVM: security.capability [ 0.108118] pinctrl core: initialized pinctrl subsystem [ 0.109704] regulator-dummy: no parameters [ 0.110929] RTC time: 9:14:42, date: 08/12/18 [ 0.112038] NET: Registered protocol family 16 [ 0.113457] cpuidle: using governor ladder [ 0.114609] cpuidle: using governor menu [ 0.115850] ACPI: bus type PCI registered [ 0.116004] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.117746] PCI: Using configuration type 1 for base access [ 0.120038] bio: create slab at 0 [ 0.121189] ACPI: Added _OSI(Module Device) [ 0.121189] ACPI: Added _OSI(Processor Device) [ 0.122213] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.124005] ACPI: Added _OSI(Processor Aggregator Device) [ 0.126110] ACPI: Interpreter enabled [ 0.127154] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.129830] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.132005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.134822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.136755] ACPI: (supports S0 S5) [ 0.137721] ACPI: Using IOAPIC for interrupt routing [ 0.139117] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.140200] ACPI: No dock devices found. [ 0.143264] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.144008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.145991] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.147946] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.148206] acpiphp: Slot [3] registered [ 0.149509] acpiphp: Slot [4] registered [ 0.150716] acpiphp: Slot [5] registered [ 0.151857] acpiphp: Slot [6] registered [ 0.152020] acpiphp: Slot [7] registered [ 0.153216] acpiphp: Slot [8] registered [ 0.154428] acpiphp: Slot [9] registered [ 0.155633] acpiphp: Slot [10] registered [ 0.156024] acpiphp: Slot [11] registered [ 0.157002] acpiphp: Slot [12] registered [ 0.157975] acpiphp: Slot [13] registered [ 0.158963] acpiphp: Slot [14] registered [ 0.159983] acpiphp: Slot [15] registered [ 0.160023] acpiphp: Slot [16] registered [ 0.160985] acpiphp: Slot [17] registered [ 0.161921] acpiphp: Slot [18] registered [ 0.162915] acpiphp: Slot [19] registered [ 0.163849] acpiphp: Slot [20] registered [ 0.164031] acpiphp: Slot [21] registered [ 0.164958] acpiphp: Slot [22] registered [ 0.165998] acpiphp: Slot [23] registered [ 0.166930] acpiphp: Slot [24] registered [ 0.167875] acpiphp: Slot [25] registered [ 0.168028] acpiphp: Slot [26] registered [ 0.168961] acpiphp: Slot [27] registered [ 0.169925] acpiphp: Slot [28] registered [ 0.170792] acpiphp: Slot [29] registered [ 0.171685] acpiphp: Slot [30] registered [ 0.172025] acpiphp: Slot [31] registered [ 0.172955] PCI host bridge to bus 0000:00 [ 0.173880] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.175056] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.176004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.177251] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.178637] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.180006] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.186663] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.188013] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.215762] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.216865] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.218635] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.220322] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.221905] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.223587] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.224212] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.225252] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.227068] vgaarb: loaded [ 0.228003] vgaarb: bridge control possible 0000:00:02.0 [ 0.229353] SCSI subsystem initialized [ 0.230422] ACPI: bus type USB registered [ 0.230422] usbcore: registered new interface driver usbfs [ 0.232012] usbcore: registered new interface driver hub [ 0.233326] usbcore: registered new device driver usb [ 0.233326] PCI: Using ACPI for IRQ routing [ 0.233326] NetLabel: Initializing [ 0.236006] NetLabel: domain hash size = 128 [ 0.237063] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.238225] NetLabel: unlabeled traffic allowed by default [ 0.239575] Switched to clocksource kvm-clock [ 0.243616] AppArmor: AppArmor Filesystem Enabled [ 0.248321] pnp: PnP ACPI init [ 0.249466] ACPI: bus type PNP registered [ 0.251582] pnp: PnP ACPI: found 8 devices [ 0.252803] ACPI: bus type PNP unregistered [ 0.261343] NET: Registered protocol family 2 [ 0.264264] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.266656] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.268553] TCP: Hash tables configured (established 16384 bind 16384) [ 0.270455] TCP: reno registered [ 0.271435] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.273178] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.275209] NET: Registered protocol family 1 [ 0.276622] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.278372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.279968] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.302269] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.325219] Trying to unpack rootfs image as initramfs... [ 0.418311] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.421287] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.423023] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.424607] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.427280] Scanning for low memory corruption every 60 seconds [ 0.429647] Initialise system trusted keyring [ 0.430835] audit: initializing netlink socket (disabled) [ 0.432157] type=2000 audit(1534065282.709:1): initialized [ 0.452031] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.454301] zbud: loaded [ 0.455252] VFS: Disk quotas dquot_6.5.2 [ 0.456290] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.458115] fuse init (API version 7.22) [ 0.459227] msgmni has been set to 3997 [ 0.460283] Key type big_key registered [ 0.461536] Key type asymmetric registered [ 0.462587] Asymmetric key parser 'x509' registered [ 0.463741] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.465576] io scheduler noop registered [ 0.466507] io scheduler deadline registered (default) [ 0.467638] io scheduler cfq registered [ 0.468678] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.469970] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.471482] ipmi message handler version 39.2 [ 0.472595] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.474326] ACPI: Power Button [PWRF] [ 0.475394] GHES: HEST is not enabled! [ 0.497489] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.542062] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.564583] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.566613] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.590635] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.593137] Linux agpgart interface v0.103 [ 0.595007] brd: module loaded [ 0.596218] loop: module loaded [ 0.597375] blk-mq: CPU -> queue map [ 0.598285] CPU 0 -> Queue 0 [ 0.599042] CPU 1 -> Queue 0 [ 0.600473] vda: vda1 [ 0.601881] scsi0 : ata_piix [ 0.602665] scsi1 : ata_piix [ 0.603381] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.604747] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.606311] libphy: Fixed MDIO Bus: probed [ 0.607293] tun: Universal TUN/TAP device driver, 1.6 [ 0.608367] tun: (C) 1999-2004 Max Krasnyansky [ 0.611003] PPP generic driver version 2.4.2 [ 0.612023] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.613322] ehci-pci: EHCI PCI platform driver [ 0.614273] ehci-platform: EHCI generic platform driver [ 0.615386] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.616641] ohci-pci: OHCI PCI platform driver [ 0.617624] ohci-platform: OHCI generic platform driver [ 0.618701] uhci_hcd: USB Universal Host Controller Interface driver [ 0.640745] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.641845] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.643461] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.644695] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.646020] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.647550] usb usb1: Product: UHCI Host Controller [ 0.648565] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd [ 0.649920] usb usb1: SerialNumber: 0000:00:01.2 [ 0.651116] hub 1-0:1.0: USB hub found [ 0.652166] hub 1-0:1.0: 2 ports detected [ 0.653393] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.655673] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.656701] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.657858] mousedev: PS/2 mouse device common for all mice [ 0.659249] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.661121] rtc_cmos 00:00: RTC can wake from S4 [ 0.662782] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.664550] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.666329] device-mapper: uevent: version 1.0.3 [ 0.667736] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.670130] ledtrig-cpu: registered to indicate activity on CPUs [ 0.671824] TCP: cubic registered [ 0.672903] NET: Registered protocol family 10 [ 0.674394] NET: Registered protocol family 17 [ 0.675733] Key type dns_resolver registered [ 0.677151] Loading compiled-in X.509 certificates [ 0.679026] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0' [ 0.681691] registered taskstats version 1 [ 0.692859] Key type trusted registered [ 0.696517] Key type encrypted registered [ 0.697497] AppArmor: AppArmor sha1 policy hashing enabled [ 0.698946] IMA: No TPM chip found, activating TPM-bypass! [ 0.700888] regulator-dummy: disabling [ 0.701901] Magic number: 14:35:222 [ 0.703011] rtc_cmos 00:00: setting system clock to 2018-08-12 09:14:43 UTC (1534065283) [ 0.704889] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.706135] EDD information not available. [ 0.761384] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000) [ 0.763225] Write protecting the kernel read-only data: 12288k [ 0.764990] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000) [ 0.767838] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.781703] systemd-udevd[107]: starting version 204 [ 0.820635] FDC 0 is a S82078B [ 0.964059] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.124684] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.126110] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.127461] usb 1-1: Product: QEMU USB Tablet [ 1.128372] usb 1-1: Manufacturer: QEMU [ 1.129215] usb 1-1: SerialNumber: 42 [ 1.420090] tsc: Refined TSC clocksource calibration: 3491.877 MHz [ 1.845302] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.096165] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.184699] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] [ 2.283393] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sun, 12 Aug 2018 09:14:45 +0000. Up 2.66 seconds. cloud-init-nonet[2.85]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting cold plug devices[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] cloud-init-nonet[9.46]: static networking is now up * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sun, 12 Aug 2018 09:14:52 +0000. Up 9.59 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:f8:47:bc | ci-info: | eth0 | True | 192.168.0.6 | 255.255.255.0 | fa:16:3e:a0:8c:69 | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.2 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: 9e:9e:9f:8d:3a:a6:9c:55:48:62:37:40:24:56:bf:96 root@homer-0 The key's randomart image is: +--[ RSA 2048]----+ | o+= | | . . o | | o = | | . + = | | E . | | o o | | + | | . +o. + | | +o+++ . | +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: f5:82:85:56:b7:31:ca:0c:a6:5a:c4:22:5d:9b:95:f7 root@homer-0 The key's randomart image is: +--[ DSA 1024]----+ | . oo +.. + | | . o..*.*.o + | | . .= o.*.. | | o . + .E | | . S . . | | . | | | | | | | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: ae:94:d0:9e:d4:d7:5a:03:f2:3e:7d:6b:94:24:f5:c1 root@homer-0 The key's randomart image is: +--[ECDSA 256]---+ | . | | .E | | . . . ..| | . . o o. . .| | . o S o +o . | | + + o + .o | | = . + ... | | . . . ... | | . .. | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: e9:6d:b2:ce:65:c3:06:5d:25:e6:9f:e9:9d:26:da:19 root@homer-0 The key's randomart image is: +--[ED25519 256--+ | o . | | o o | | o | | o . . o | | S . + | | . + . ..| | o O E.o.| | . B .o = | | .+ . o | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS homer-0 ttyS0 homer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Sun, 12 Aug 2018 09:16:57 +0000. Up 134.34 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Sun, 12 Aug 2018 09:17:57 +0000. Up 195.05 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com gpg: no valid OpenPGP data found. + apt-get update Err http://repo.cw-ngv.com binary/ InRelease Err http://archive.ubuntu.com trusty InRelease Err http://archive.ubuntu.com trusty-updates InRelease Err http://archive.ubuntu.com trusty-backports InRelease Err http://security.ubuntu.com trusty-security InRelease Err http://security.ubuntu.com trusty-security Release.gpg Could not resolve 'security.ubuntu.com' Err http://repo.cw-ngv.com binary/ Release.gpg Could not resolve 'repo.cw-ngv.com' Err http://archive.ubuntu.com trusty Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-updates Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-backports Release.gpg Could not resolve 'archive.ubuntu.com' Reading package lists... W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com' W: Some index files failed to download. They have been ignored, or old ones used instead. + mkdir -p /etc/clearwater + etcd_ip=192.168.0.23 + '[' -n 192.168.0.23 ']' + cat + DEBIAN_FRONTEND=noninteractive + apt-get install homer --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package homer + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package clearwater-management + retries=0 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.211 ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.208 ++ echo A 172.30.9.208 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 0 -lt 10 ']' + retries=1 + echo 'nsupdate failed - retrying (retry 1)...' nsupdate failed - retrying (retry 1)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ echo 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.208 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 1 -lt 10 ']' + retries=2 + echo 'nsupdate failed - retrying (retry 2)...' nsupdate failed - retrying (retry 2)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ echo 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.208 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 2 -lt 10 ']' + retries=3 + echo 'nsupdate failed - retrying (retry 3)...' nsupdate failed - retrying (retry 3)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ echo 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.208 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 3 -lt 10 ']' + retries=4 + echo 'nsupdate failed - retrying (retry 4)...' nsupdate failed - retrying (retry 4)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.208 ++ echo A 172.30.9.208 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 4 -lt 10 ']' + retries=5 + echo 'nsupdate failed - retrying (retry 5)...' nsupdate failed - retrying (retry 5)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ echo 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.208 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 5 -lt 10 ']' + retries=6 + echo 'nsupdate failed - retrying (retry 6)...' nsupdate failed - retrying (retry 6)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ echo 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.208 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 6 -lt 10 ']' + retries=7 + echo 'nsupdate failed - retrying (retry 7)...' nsupdate failed - retrying (retry 7)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ echo 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.208 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 7 -lt 10 ']' + retries=8 + echo 'nsupdate failed - retrying (retry 8)...' nsupdate failed - retrying (retry 8)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ echo 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.208 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 8 -lt 10 ']' + retries=9 + echo 'nsupdate failed - retrying (retry 9)...' nsupdate failed - retrying (retry 9)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.208 ++ echo A 172.30.9.208 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 9 -lt 10 ']' + retries=10 + echo 'nsupdate failed - retrying (retry 10)...' nsupdate failed - retrying (retry 10)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.208 ++ echo A 172.30.9.208 2018-08-12 09:23:29,871 - functest.core.singlevm - DEBUG - try 47: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-12 09:23:39,878 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:23:39,881 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:23:40,811 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:23: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-3a800cc4-5ac1-4385-acd8-692b812bdd56 x-compute-request-id: req-3a800cc4-5ac1-4385-acd8-692b812bdd56 Content-Encoding: gzip Content-Length: 1505 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:8c:69", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:8c:69", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:47:bc", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:47:bc", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/0d05f869-c182-4a19-86bf-4ac078c523fd", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:41.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "0d05f869-c182-4a19-86bf-4ac078c523fd", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:41Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "homer-0.clearwater.opnfv", "created": "2018-08-12T09:14:06Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:24:50", "version": 4, "addr": "192.168.0.22", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:24:50", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:35:db:99", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/1c9b6e42-b18c-407e-8d00-9077025769fd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1c9b6e42-b18c-407e-8d00-9077025769fd", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:39.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "1c9b6e42-b18c-407e-8d00-9077025769fd", "security_groups": [{"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:39Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "dime-0.clearwater.opnfv", "created": "2018-08-12T09:14:05Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:73:af", "version": 4, "addr": "192.168.0.17", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:73:af", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:b9:f2", "version": 4, "addr": "192.168.1.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:b9:f2", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:41.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:41Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "bono-0.clearwater.opnfv", "created": "2018-08-12T09:14:05Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:27:6c", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:27:6c", "version": 4, "addr": "172.30.9.216", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:82:86", "version": 4, "addr": "192.168.1.24", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/566a63cc-7490-4385-b2ac-bfb24030a031", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/566a63cc-7490-4385-b2ac-bfb24030a031", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:34.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "566a63cc-7490-4385-b2ac-bfb24030a031", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:34Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-12T09:14:04Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:9d:e5", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:9d:e5", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b4:d8:25", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/7a80620a-d807-4698-b6c3-7c140a7b5157", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/7a80620a-d807-4698-b6c3-7c140a7b5157", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:25.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "7a80620a-d807-4698-b6c3-7c140a7b5157", "security_groups": [{"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:25Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-12T09:14:04Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:ca:f6", "version": 4, "addr": "192.168.0.23", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:ca:f6", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/3544e1e5-febb-4596-964e-1a53f9d26ab6", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/3544e1e5-febb-4596-964e-1a53f9d26ab6", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:13:48.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "3544e1e5-febb-4596-964e-1a53f9d26ab6", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:13:48Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-12T09:12:11Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:77:d2", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:77:d2", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ac:00:39", "version": 4, "addr": "192.168.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/24234aa3-febc-4826-8d67-0c33e6f38782", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/24234aa3-febc-4826-8d67-0c33e6f38782", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:12:00.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "24234aa3-febc-4826-8d67-0c33e6f38782", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:12:00Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "ns.clearwater.opnfv", "created": "2018-08-12T09:10:20Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:23:40,812 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-3a800cc4-5ac1-4385-acd8-692b812bdd56 2018-08-12 09:23:40,812 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.933527946472s 2018-08-12 09:23:40,813 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-3a800cc4-5ac1-4385-acd8-692b812bdd56 2018-08-12 09:23:40,818 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-12 09:23:40,820 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd/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}d584eff3730be386f99aabb4bf64013d89965dc6" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 09:23:40,892 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:23: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-6b5b36f0-cc1c-45e7-9ca9-ef13a3670059 x-compute-request-id: req-6b5b36f0-cc1c-45e7-9ca9-ef13a3670059 Content-Encoding: gzip Content-Length: 12035 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 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] 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-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] 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] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\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 2 CPUs, 0 hotplug CPUs\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 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008016] Security Framework initialized\n[ 0.008913] AppArmor: AppArmor initialized\n[ 0.009837] Yama: becoming mindful.\n[ 0.010748] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.013325] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.015408] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.016006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.017778] Initializing cgroup subsys memory\n[ 0.018719] Initializing cgroup subsys devices\n[ 0.020003] Initializing cgroup subsys freezer\n[ 0.021086] Initializing cgroup subsys blkio\n[ 0.021991] Initializing cgroup subsys perf_event\n[ 0.022999] Initializing cgroup subsys hugetlb\n[ 0.024056] CPU: Physical Processor ID: 0\n[ 0.024946] FEATURE SPEC_CTRL Not Present\n[ 0.026471] mce: CPU supports 10 MCE banks\n[ 0.028035] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.028035] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.030137] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.031421] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.032003] Speculative Store Bypass: Vulnerable\n[ 0.033566] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000)\n[ 0.038566] ACPI: Core revision 20131115\n[ 0.040460] ACPI: All ACPI Tables successfully acquired\n[ 0.041709] ftrace: allocating 28727 entries in 113 pages\n[ 0.060291] Enabling x2apic\n[ 0.061073] Enabled x2apic\n[ 0.061964] Switched APIC routing to physical x2apic.\n[ 0.064919] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.066290] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.069066] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.076856] KVM setup paravirtual spinlock\n[ 0.079139] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.080155] x86: Booting SMP configuration:\n[ 0.081281] .... node #0, CPUs: #1[ 0.079106] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.096026] x86: Booted up 1 node, 2 CPUs\n[ 0.096018] KVM setup async PF for cpu 1\n[ 0.096020] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.099631] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.100348] devtmpfs: initialized\n[ 0.102632] EVM: security.selinux\n[ 0.104005] EVM: security.SMACK64\n[ 0.104954] EVM: security.ima\n[ 0.105920] EVM: security.capability\n[ 0.108118] pinctrl core: initialized pinctrl subsystem\n[ 0.109704] regulator-dummy: no parameters\n[ 0.110929] RTC time: 9:14:42, date: 08/12/18\n[ 0.112038] NET: Registered protocol family 16\n[ 0.113457] cpuidle: using governor ladder\n[ 0.114609] cpuidle: using governor menu\n[ 0.115850] ACPI: bus type PCI registered\n[ 0.116004] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.117746] PCI: Using configuration type 1 for base access\n[ 0.120038] bio: create slab at 0\n[ 0.121189] ACPI: Added _OSI(Module Device)\n[ 0.121189] ACPI: Added _OSI(Processor Device)\n[ 0.122213] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.124005] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.126110] ACPI: Interpreter enabled\n[ 0.127154] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.129830] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.132005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.134822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.136755] ACPI: (supports S0 S5)\n[ 0.137721] ACPI: Using IOAPIC for interrupt routing\n[ 0.139117] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.140200] ACPI: No dock devices found.\n[ 0.143264] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.144008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.145991] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.147946] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.148206] acpiphp: Slot [3] registered\n[ 0.149509] acpiphp: Slot [4] registered\n[ 0.150716] acpiphp: Slot [5] registered\n[ 0.151857] acpiphp: Slot [6] registered\n[ 0.152020] acpiphp: Slot [7] registered\n[ 0.153216] acpiphp: Slot [8] registered\n[ 0.154428] acpiphp: Slot [9] registered\n[ 0.155633] acpiphp: Slot [10] registered\n[ 0.156024] acpiphp: Slot [11] registered\n[ 0.157002] acpiphp: Slot [12] registered\n[ 0.157975] acpiphp: Slot [13] registered\n[ 0.158963] acpiphp: Slot [14] registered\n[ 0.159983] acpiphp: Slot [15] registered\n[ 0.160023] acpiphp: Slot [16] registered\n[ 0.160985] acpiphp: Slot [17] registered\n[ 0.161921] acpiphp: Slot [18] registered\n[ 0.162915] acpiphp: Slot [19] registered\n[ 0.163849] acpiphp: Slot [20] registered\n[ 0.164031] acpiphp: Slot [21] registered\n[ 0.164958] acpiphp: Slot [22] registered\n[ 0.165998] acpiphp: Slot [23] registered\n[ 0.166930] acpiphp: Slot [24] registered\n[ 0.167875] acpiphp: Slot [25] registered\n[ 0.168028] acpiphp: Slot [26] registered\n[ 0.168961] acpiphp: Slot [27] registered\n[ 0.169925] acpiphp: Slot [28] registered\n[ 0.170792] acpiphp: Slot [29] registered\n[ 0.171685] acpiphp: Slot [30] registered\n[ 0.172025] acpiphp: Slot [31] registered\n[ 0.172955] PCI host bridge to bus 0000:00\n[ 0.173880] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.175056] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.176004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.177251] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.178637] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.180006] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.186663] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.188013] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.215762] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.216865] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.218635] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.220322] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.221905] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.223587] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.224212] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.225252] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.227068] vgaarb: loaded\n[ 0.228003] vgaarb: bridge control possible 0000:00:02.0\n[ 0.229353] SCSI subsystem initialized\n[ 0.230422] ACPI: bus type USB registered\n[ 0.230422] usbcore: registered new interface driver usbfs\n[ 0.232012] usbcore: registered new interface driver hub\n[ 0.233326] usbcore: registered new device driver usb\n[ 0.233326] PCI: Using ACPI for IRQ routing\n[ 0.233326] NetLabel: Initializing\n[ 0.236006] NetLabel: domain hash size = 128\n[ 0.237063] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.238225] NetLabel: unlabeled traffic allowed by default\n[ 0.239575] Switched to clocksource kvm-clock\n[ 0.243616] AppArmor: AppArmor Filesystem Enabled\n[ 0.248321] pnp: PnP ACPI init\n[ 0.249466] ACPI: bus type PNP registered\n[ 0.251582] pnp: PnP ACPI: found 8 devices\n[ 0.252803] ACPI: bus type PNP unregistered\n[ 0.261343] NET: Registered protocol family 2\n[ 0.264264] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.266656] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.268553] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.270455] TCP: reno registered\n[ 0.271435] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.273178] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.275209] NET: Registered protocol family 1\n[ 0.276622] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.278372] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.279968] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.302269] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.325219] Trying to unpack rootfs image as initramfs...\n[ 0.418311] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.421287] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.423023] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.424607] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.427280] Scanning for low memory corruption every 60 seconds\n[ 0.429647] Initialise system trusted keyring\n[ 0.430835] audit: initializing netlink socket (disabled)\n[ 0.432157] type=2000 audit(1534065282.709:1): initialized\n[ 0.452031] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.454301] zbud: loaded\n[ 0.455252] VFS: Disk quotas dquot_6.5.2\n[ 0.456290] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.458115] fuse init (API version 7.22)\n[ 0.459227] msgmni has been set to 3997\n[ 0.460283] Key type big_key registered\n[ 0.461536] Key type asymmetric registered\n[ 0.462587] Asymmetric key parser 'x509' registered\n[ 0.463741] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.465576] io scheduler noop registered\n[ 0.466507] io scheduler deadline registered (default)\n[ 0.467638] io scheduler cfq registered\n[ 0.468678] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.469970] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.471482] ipmi message handler version 39.2\n[ 0.472595] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.474326] ACPI: Power Button [PWRF]\n[ 0.475394] GHES: HEST is not enabled!\n[ 0.497489] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.542062] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564583] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.566613] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590635] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593137] Linux agpgart interface v0.103\n[ 0.595007] brd: module loaded\n[ 0.596218] loop: module loaded\n[ 0.597375] blk-mq: CPU -> queue map\n[ 0.598285] CPU 0 -> Queue 0\n[ 0.599042] CPU 1 -> Queue 0\n[ 0.600473] vda: vda1\n[ 0.601881] scsi0 : ata_piix\n[ 0.602665] scsi1 : ata_piix\n[ 0.603381] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.604747] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.606311] libphy: Fixed MDIO Bus: probed\n[ 0.607293] tun: Universal TUN/TAP device driver, 1.6\n[ 0.608367] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.611003] PPP generic driver version 2.4.2\n[ 0.612023] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.613322] ehci-pci: EHCI PCI platform driver\n[ 0.614273] ehci-platform: EHCI generic platform driver\n[ 0.615386] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.616641] ohci-pci: OHCI PCI platform driver\n[ 0.617624] ohci-platform: OHCI generic platform driver\n[ 0.618701] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.640745] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.641845] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.643461] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.644695] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646020] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647550] usb usb1: Product: UHCI Host Controller\n[ 0.648565] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd\n[ 0.649920] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651116] hub 1-0:1.0: USB hub found\n[ 0.652166] hub 1-0:1.0: 2 ports detected\n[ 0.653393] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655673] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656701] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657858] mousedev: PS/2 mouse device common for all mice\n[ 0.659249] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.661121] rtc_cmos 00:00: RTC can wake from S4\n[ 0.662782] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.664550] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.666329] device-mapper: uevent: version 1.0.3\n[ 0.667736] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.670130] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.671824] TCP: cubic registered\n[ 0.672903] NET: Registered protocol family 10\n[ 0.674394] NET: Registered protocol family 17\n[ 0.675733] Key type dns_resolver registered\n[ 0.677151] Loading compiled-in X.509 certificates\n[ 0.679026] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0'\n[ 0.681691] registered taskstats version 1\n[ 0.692859] Key type trusted registered\n[ 0.696517] Key type encrypted registered\n[ 0.697497] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.698946] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.700888] regulator-dummy: disabling\n[ 0.701901] Magic number: 14:35:222\n[ 0.703011] rtc_cmos 00:00: setting system clock to 2018-08-12 09:14:43 UTC (1534065283)\n[ 0.704889] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.706135] EDD information not available.\n[ 0.761384] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000)\n[ 0.763225] Write protecting the kernel read-only data: 12288k\n[ 0.764990] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000)\n[ 0.767838] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.781703] systemd-udevd[107]: starting version 204\n[ 0.820635] FDC 0 is a S82078B\n[ 0.964059] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.124684] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.126110] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.127461] usb 1-1: Product: QEMU USB Tablet\n[ 1.128372] usb 1-1: Manufacturer: QEMU\n[ 1.129215] usb 1-1: SerialNumber: 42\n[ 1.420090] tsc: Refined TSC clocksource calibration: 3491.877 MHz\n[ 1.845302] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.096165] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.184699] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n[ 2.283393] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sun, 12 Aug 2018 09:14:45 +0000. Up 2.66 seconds.\ncloud-init-nonet[2.85]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting cold plug devices[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\ncloud-init-nonet[9.46]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sun, 12 Aug 2018 09:14:52 +0000. Up 9.59 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:f8:47:bc |\nci-info: | eth0 | True | 192.168.0.6 | 255.255.255.0 | fa:16:3e:a0:8c:69 |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.2 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\n9e:9e:9f:8d:3a:a6:9c:55:48:62:37:40:24:56:bf:96 root@homer-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| o+= |\n| . . o |\n| o = |\n| . + = |\n| E . |\n| o o |\n| + |\n| . +o. + |\n| +o+++ . |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\nf5:82:85:56:b7:31:ca:0c:a6:5a:c4:22:5d:9b:95:f7 root@homer-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| . oo +.. + |\n| . o..*.*.o + |\n| . .= o.*.. |\n| o . + .E |\n| . S . . |\n| . |\n| |\n| |\n| |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\nae:94:d0:9e:d4:d7:5a:03:f2:3e:7d:6b:94:24:f5:c1 root@homer-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| . |\n| .E |\n| . . . ..|\n| . . o o. . .|\n| . o S o +o . |\n| + + o + .o |\n| = . + ... |\n| . . . ... |\n| . .. |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\ne9:6d:b2:ce:65:c3:06:5d:25:e6:9f:e9:9d:26:da:19 root@homer-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| o . |\n| o o |\n| o |\n| o . . o |\n| S . + |\n| . + . ..|\n| o O E.o.|\n| . B .o = |\n| .+ . o |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS homer-0 ttyS0\n\nhomer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Sun, 12 Aug 2018 09:16:57 +0000. Up 134.34 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Sun, 12 Aug 2018 09:17:57 +0000. Up 195.05 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com\ngpg: no valid OpenPGP data found.\n+ apt-get update\nErr http://repo.cw-ngv.com binary/ InRelease\n \nErr http://archive.ubuntu.com trusty InRelease\n \nErr http://archive.ubuntu.com trusty-updates InRelease\n \nErr http://archive.ubuntu.com trusty-backports InRelease\n \nErr http://security.ubuntu.com trusty-security InRelease\n \nErr http://security.ubuntu.com trusty-security Release.gpg\n Could not resolve 'security.ubuntu.com'\nErr http://repo.cw-ngv.com binary/ Release.gpg\n Could not resolve 'repo.cw-ngv.com'\nErr http://archive.ubuntu.com trusty Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-updates Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-backports Release.gpg\n Could not resolve 'archive.ubuntu.com'\nReading package lists...\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease \n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com'\n\nW: Some index files failed to download. They have been ignored, or old ones used instead.\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.23\n+ '[' -n 192.168.0.23 ']'\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install homer --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package homer\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package clearwater-management\n+ retries=0\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.211\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.208\n++ echo A 172.30.9.208\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 0 -lt 10 ']'\n+ retries=1\n+ echo 'nsupdate failed - retrying (retry 1)...'\nnsupdate failed - retrying (retry 1)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ echo 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.208\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 1 -lt 10 ']'\n+ retries=2\n+ echo 'nsupdate failed - retrying (retry 2)...'\nnsupdate failed - retrying (retry 2)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ echo 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.208\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 2 -lt 10 ']'\n+ retries=3\n+ echo 'nsupdate failed - retrying (retry 3)...'\nnsupdate failed - retrying (retry 3)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ echo 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.208\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 3 -lt 10 ']'\n+ retries=4\n+ echo 'nsupdate failed - retrying (retry 4)...'\nnsupdate failed - retrying (retry 4)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.208\n++ echo A 172.30.9.208\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 4 -lt 10 ']'\n+ retries=5\n+ echo 'nsupdate failed - retrying (retry 5)...'\nnsupdate failed - retrying (retry 5)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ echo 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.208\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 5 -lt 10 ']'\n+ retries=6\n+ echo 'nsupdate failed - retrying (retry 6)...'\nnsupdate failed - retrying (retry 6)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ echo 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.208\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 6 -lt 10 ']'\n+ retries=7\n+ echo 'nsupdate failed - retrying (retry 7)...'\nnsupdate failed - retrying (retry 7)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ echo 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.208\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 7 -lt 10 ']'\n+ retries=8\n+ echo 'nsupdate failed - retrying (retry 8)...'\nnsupdate failed - retrying (retry 8)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ echo 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.208\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 8 -lt 10 ']'\n+ retries=9\n+ echo 'nsupdate failed - retrying (retry 9)...'\nnsupdate failed - retrying (retry 9)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.208\n++ echo A 172.30.9.208\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 9 -lt 10 ']'\n+ retries=10\n+ echo 'nsupdate failed - retrying (retry 10)...'\nnsupdate failed - retrying (retry 10)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.208\n++ echo A 172.30.9.208\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 10 -lt 10 ']'\n+ echo 'nameserver 192.168.0.5'\n+ echo RESOLV_CONF=/etc/dnsmasq.resolv.conf\n+ mkdir -p /etc/netns/signaling\n+ echo 'nameserver 192.168.1.14'\n+ service dnsmasq force-reload\ndnsmasq: unrecognized service\n2018-08-12 09:23:30,712 - util.py[WARNING]: Failed running /var/lib/cloud/instance/scripts/part-001 [1]\n2018-08-12 09:23:30,716 - cc_scripts_user.py[WARNING]: Failed to run module scripts-user (scripts in /var/lib/cloud/instance/scripts)\n2018-08-12 09:23:30,718 - util.py[WARNING]: Running scripts-user () failed\nci-info: ++++++++++Authorized keys from /home/ubuntu/.ssh/authorized_keys for user ubuntu+++++++++++\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nci-info: | Keytype | Fingerprint (md5) | Options | Comment |\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nci-info: | ssh-rsa | 2c:92:48:e8:e4:cd:71:cf:8b:13:5d:18:72:7b:c4:7a | - | Generated-by-Nova |\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nec2: \nec2: #############################################################\nec2: -----BEGIN SSH HOST KEY FINGERPRINTS-----\nec2: 1024 f5:82:85:56:b7:31:ca:0c:a6:5a:c4:22:5d:9b:95:f7 root@homer-0 (DSA)\nec2: 256 ae:94:d0:9e:d4:d7:5a:03:f2:3e:7d:6b:94:24:f5:c1 root@homer-0 (ECDSA)\nec2: 256 e9:6d:b2:ce:65:c3:06:5d:25:e6:9f:e9:9d:26:da:19 root@homer-0 (ED25519)\nec2: 2048 9e:9e:9f:8d:3a:a6:9c:55:48:62:37:40:24:56:bf:96 root@homer-0 (RSA)\nec2: -----END SSH HOST KEY FINGERPRINTS-----\nec2: #############################################################\n-----BEGIN SSH HOST KEY KEYS-----\necdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEMXJvvDLHCDx+Q1+i8rOiW6i/Lfx25xLOxvRNwE0VcDeG6vtaM3sAc/6FCqO9+JT4d5zoAVM1YnQ11QpnSl4yI= root@homer-0\nssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOoUrnVf3Rcxq4fB2ysuoNkZfxWNLGDeYtn23FhZMJ33 root@homer-0\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQD14224wU9qYgzQg703EfEu8kIpLNJ8hSG/9n3UZvQgdfxSJRWgHyKAsRTB5CEqmsLxdOBvYQnZTBfkSVtK9p1BKirk0lFmRNAQcawA1hRA56ShSKe2VWnKuheqoXvWGBdRcjB+XLYCO9TZtD6RblyxSRbiU6xlnYR/HbVLRlwoZsMdyYYsUEXoK0s+3n61440Ld6Gw4bVbM8R0SrKSchKv6+QRgeSTp1sMGjeDlaJSCzzI+KGnjwJ+v0LblEKRrQi0x0bLVaBmPXgsIqOjsfIen7xIsT6yYMRPHeszRZTLYGhVP3CWvf69WJ1jW7kJduwMMiZz+y414jWhjj5WP1ED root@homer-0\n-----END SSH HOST KEY KEYS-----\nCloud-init v. 0.7.5 finished at Sun, 12 Aug 2018 09:23:30 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 527.96 seconds\n"} 2018-08-12 09:23:40,893 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd/action used request id req-6b5b36f0-cc1c-45e7-9ca9-ef13a3670059 2018-08-12 09:23:40,893 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0748910903931s 2018-08-12 09:23:40,894 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd/action used request id req-6b5b36f0-cc1c-45e7-9ca9-ef13a3670059 2018-08-12 09:23:40,895 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-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] 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-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] 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] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 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 2 CPUs, 0 hotplug CPUs [ 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 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008016] Security Framework initialized [ 0.008913] AppArmor: AppArmor initialized [ 0.009837] Yama: becoming mindful. [ 0.010748] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.013325] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.015408] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.016006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.017778] Initializing cgroup subsys memory [ 0.018719] Initializing cgroup subsys devices [ 0.020003] Initializing cgroup subsys freezer [ 0.021086] Initializing cgroup subsys blkio [ 0.021991] Initializing cgroup subsys perf_event [ 0.022999] Initializing cgroup subsys hugetlb [ 0.024056] CPU: Physical Processor ID: 0 [ 0.024946] FEATURE SPEC_CTRL Not Present [ 0.026471] mce: CPU supports 10 MCE banks [ 0.028035] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.028035] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.030137] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.031421] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.032003] Speculative Store Bypass: Vulnerable [ 0.033566] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000) [ 0.038566] ACPI: Core revision 20131115 [ 0.040460] ACPI: All ACPI Tables successfully acquired [ 0.041709] ftrace: allocating 28727 entries in 113 pages [ 0.060291] Enabling x2apic [ 0.061073] Enabled x2apic [ 0.061964] Switched APIC routing to physical x2apic. [ 0.064919] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.066290] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.069066] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.076856] KVM setup paravirtual spinlock [ 0.079139] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.080155] x86: Booting SMP configuration: [ 0.081281] .... node #0, CPUs: #1[ 0.079106] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.096026] x86: Booted up 1 node, 2 CPUs [ 0.096018] KVM setup async PF for cpu 1 [ 0.096020] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.099631] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.100348] devtmpfs: initialized [ 0.102632] EVM: security.selinux [ 0.104005] EVM: security.SMACK64 [ 0.104954] EVM: security.ima [ 0.105920] EVM: security.capability [ 0.108118] pinctrl core: initialized pinctrl subsystem [ 0.109704] regulator-dummy: no parameters [ 0.110929] RTC time: 9:14:42, date: 08/12/18 [ 0.112038] NET: Registered protocol family 16 [ 0.113457] cpuidle: using governor ladder [ 0.114609] cpuidle: using governor menu [ 0.115850] ACPI: bus type PCI registered [ 0.116004] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.117746] PCI: Using configuration type 1 for base access [ 0.120038] bio: create slab at 0 [ 0.121189] ACPI: Added _OSI(Module Device) [ 0.121189] ACPI: Added _OSI(Processor Device) [ 0.122213] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.124005] ACPI: Added _OSI(Processor Aggregator Device) [ 0.126110] ACPI: Interpreter enabled [ 0.127154] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.129830] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.132005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.134822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.136755] ACPI: (supports S0 S5) [ 0.137721] ACPI: Using IOAPIC for interrupt routing [ 0.139117] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.140200] ACPI: No dock devices found. [ 0.143264] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.144008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.145991] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.147946] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.148206] acpiphp: Slot [3] registered [ 0.149509] acpiphp: Slot [4] registered [ 0.150716] acpiphp: Slot [5] registered [ 0.151857] acpiphp: Slot [6] registered [ 0.152020] acpiphp: Slot [7] registered [ 0.153216] acpiphp: Slot [8] registered [ 0.154428] acpiphp: Slot [9] registered [ 0.155633] acpiphp: Slot [10] registered [ 0.156024] acpiphp: Slot [11] registered [ 0.157002] acpiphp: Slot [12] registered [ 0.157975] acpiphp: Slot [13] registered [ 0.158963] acpiphp: Slot [14] registered [ 0.159983] acpiphp: Slot [15] registered [ 0.160023] acpiphp: Slot [16] registered [ 0.160985] acpiphp: Slot [17] registered [ 0.161921] acpiphp: Slot [18] registered [ 0.162915] acpiphp: Slot [19] registered [ 0.163849] acpiphp: Slot [20] registered [ 0.164031] acpiphp: Slot [21] registered [ 0.164958] acpiphp: Slot [22] registered [ 0.165998] acpiphp: Slot [23] registered [ 0.166930] acpiphp: Slot [24] registered [ 0.167875] acpiphp: Slot [25] registered [ 0.168028] acpiphp: Slot [26] registered [ 0.168961] acpiphp: Slot [27] registered [ 0.169925] acpiphp: Slot [28] registered [ 0.170792] acpiphp: Slot [29] registered [ 0.171685] acpiphp: Slot [30] registered [ 0.172025] acpiphp: Slot [31] registered [ 0.172955] PCI host bridge to bus 0000:00 [ 0.173880] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.175056] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.176004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.177251] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.178637] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.180006] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.186663] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.188013] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.215762] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.216865] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.218635] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.220322] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.221905] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.223587] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.224212] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.225252] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.227068] vgaarb: loaded [ 0.228003] vgaarb: bridge control possible 0000:00:02.0 [ 0.229353] SCSI subsystem initialized [ 0.230422] ACPI: bus type USB registered [ 0.230422] usbcore: registered new interface driver usbfs [ 0.232012] usbcore: registered new interface driver hub [ 0.233326] usbcore: registered new device driver usb [ 0.233326] PCI: Using ACPI for IRQ routing [ 0.233326] NetLabel: Initializing [ 0.236006] NetLabel: domain hash size = 128 [ 0.237063] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.238225] NetLabel: unlabeled traffic allowed by default [ 0.239575] Switched to clocksource kvm-clock [ 0.243616] AppArmor: AppArmor Filesystem Enabled [ 0.248321] pnp: PnP ACPI init [ 0.249466] ACPI: bus type PNP registered [ 0.251582] pnp: PnP ACPI: found 8 devices [ 0.252803] ACPI: bus type PNP unregistered [ 0.261343] NET: Registered protocol family 2 [ 0.264264] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.266656] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.268553] TCP: Hash tables configured (established 16384 bind 16384) [ 0.270455] TCP: reno registered [ 0.271435] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.273178] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.275209] NET: Registered protocol family 1 [ 0.276622] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.278372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.279968] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.302269] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.325219] Trying to unpack rootfs image as initramfs... [ 0.418311] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.421287] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.423023] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.424607] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.427280] Scanning for low memory corruption every 60 seconds [ 0.429647] Initialise system trusted keyring [ 0.430835] audit: initializing netlink socket (disabled) [ 0.432157] type=2000 audit(1534065282.709:1): initialized [ 0.452031] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.454301] zbud: loaded [ 0.455252] VFS: Disk quotas dquot_6.5.2 [ 0.456290] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.458115] fuse init (API version 7.22) [ 0.459227] msgmni has been set to 3997 [ 0.460283] Key type big_key registered [ 0.461536] Key type asymmetric registered [ 0.462587] Asymmetric key parser 'x509' registered [ 0.463741] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.465576] io scheduler noop registered [ 0.466507] io scheduler deadline registered (default) [ 0.467638] io scheduler cfq registered [ 0.468678] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.469970] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.471482] ipmi message handler version 39.2 [ 0.472595] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.474326] ACPI: Power Button [PWRF] [ 0.475394] GHES: HEST is not enabled! [ 0.497489] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.542062] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.564583] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.566613] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.590635] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.593137] Linux agpgart interface v0.103 [ 0.595007] brd: module loaded [ 0.596218] loop: module loaded [ 0.597375] blk-mq: CPU -> queue map [ 0.598285] CPU 0 -> Queue 0 [ 0.599042] CPU 1 -> Queue 0 [ 0.600473] vda: vda1 [ 0.601881] scsi0 : ata_piix [ 0.602665] scsi1 : ata_piix [ 0.603381] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.604747] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.606311] libphy: Fixed MDIO Bus: probed [ 0.607293] tun: Universal TUN/TAP device driver, 1.6 [ 0.608367] tun: (C) 1999-2004 Max Krasnyansky [ 0.611003] PPP generic driver version 2.4.2 [ 0.612023] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.613322] ehci-pci: EHCI PCI platform driver [ 0.614273] ehci-platform: EHCI generic platform driver [ 0.615386] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.616641] ohci-pci: OHCI PCI platform driver [ 0.617624] ohci-platform: OHCI generic platform driver [ 0.618701] uhci_hcd: USB Universal Host Controller Interface driver [ 0.640745] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.641845] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.643461] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.644695] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.646020] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.647550] usb usb1: Product: UHCI Host Controller [ 0.648565] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd [ 0.649920] usb usb1: SerialNumber: 0000:00:01.2 [ 0.651116] hub 1-0:1.0: USB hub found [ 0.652166] hub 1-0:1.0: 2 ports detected [ 0.653393] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.655673] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.656701] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.657858] mousedev: PS/2 mouse device common for all mice [ 0.659249] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.661121] rtc_cmos 00:00: RTC can wake from S4 [ 0.662782] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.664550] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.666329] device-mapper: uevent: version 1.0.3 [ 0.667736] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.670130] ledtrig-cpu: registered to indicate activity on CPUs [ 0.671824] TCP: cubic registered [ 0.672903] NET: Registered protocol family 10 [ 0.674394] NET: Registered protocol family 17 [ 0.675733] Key type dns_resolver registered [ 0.677151] Loading compiled-in X.509 certificates [ 0.679026] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0' [ 0.681691] registered taskstats version 1 [ 0.692859] Key type trusted registered [ 0.696517] Key type encrypted registered [ 0.697497] AppArmor: AppArmor sha1 policy hashing enabled [ 0.698946] IMA: No TPM chip found, activating TPM-bypass! [ 0.700888] regulator-dummy: disabling [ 0.701901] Magic number: 14:35:222 [ 0.703011] rtc_cmos 00:00: setting system clock to 2018-08-12 09:14:43 UTC (1534065283) [ 0.704889] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.706135] EDD information not available. [ 0.761384] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000) [ 0.763225] Write protecting the kernel read-only data: 12288k [ 0.764990] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000) [ 0.767838] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.781703] systemd-udevd[107]: starting version 204 [ 0.820635] FDC 0 is a S82078B [ 0.964059] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.124684] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.126110] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.127461] usb 1-1: Product: QEMU USB Tablet [ 1.128372] usb 1-1: Manufacturer: QEMU [ 1.129215] usb 1-1: SerialNumber: 42 [ 1.420090] tsc: Refined TSC clocksource calibration: 3491.877 MHz [ 1.845302] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.096165] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.184699] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] [ 2.283393] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sun, 12 Aug 2018 09:14:45 +0000. Up 2.66 seconds. cloud-init-nonet[2.85]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting cold plug devices[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] cloud-init-nonet[9.46]: static networking is now up * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sun, 12 Aug 2018 09:14:52 +0000. Up 9.59 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:f8:47:bc | ci-info: | eth0 | True | 192.168.0.6 | 255.255.255.0 | fa:16:3e:a0:8c:69 | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.2 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: 9e:9e:9f:8d:3a:a6:9c:55:48:62:37:40:24:56:bf:96 root@homer-0 The key's randomart image is: +--[ RSA 2048]----+ | o+= | | . . o | | o = | | . + = | | E . | | o o | | + | | . +o. + | | +o+++ . | +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: f5:82:85:56:b7:31:ca:0c:a6:5a:c4:22:5d:9b:95:f7 root@homer-0 The key's randomart image is: +--[ DSA 1024]----+ | . oo +.. + | | . o..*.*.o + | | . .= o.*.. | | o . + .E | | . S . . | | . | | | | | | | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: ae:94:d0:9e:d4:d7:5a:03:f2:3e:7d:6b:94:24:f5:c1 root@homer-0 The key's randomart image is: +--[ECDSA 256]---+ | . | | .E | | . . . ..| | . . o o. . .| | . o S o +o . | | + + o + .o | | = . + ... | | . . . ... | | . .. | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: e9:6d:b2:ce:65:c3:06:5d:25:e6:9f:e9:9d:26:da:19 root@homer-0 The key's randomart image is: +--[ED25519 256--+ | o . | | o o | | o | | o . . o | | S . + | | . + . ..| | o O E.o.| | . B .o = | | .+ . o | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS homer-0 ttyS0 homer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Sun, 12 Aug 2018 09:16:57 +0000. Up 134.34 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Sun, 12 Aug 2018 09:17:57 +0000. Up 195.05 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com gpg: no valid OpenPGP data found. + apt-get update Err http://repo.cw-ngv.com binary/ InRelease Err http://archive.ubuntu.com trusty InRelease Err http://archive.ubuntu.com trusty-updates InRelease Err http://archive.ubuntu.com trusty-backports InRelease Err http://security.ubuntu.com trusty-security InRelease Err http://security.ubuntu.com trusty-security Release.gpg Could not resolve 'security.ubuntu.com' Err http://repo.cw-ngv.com binary/ Release.gpg Could not resolve 'repo.cw-ngv.com' Err http://archive.ubuntu.com trusty Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-updates Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-backports Release.gpg Could not resolve 'archive.ubuntu.com' Reading package lists... W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com' W: Some index files failed to download. They have been ignored, or old ones used instead. + mkdir -p /etc/clearwater + etcd_ip=192.168.0.23 + '[' -n 192.168.0.23 ']' + cat + DEBIAN_FRONTEND=noninteractive + apt-get install homer --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package homer + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package clearwater-management + retries=0 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.211 ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.208 ++ echo A 172.30.9.208 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 0 -lt 10 ']' + retries=1 + echo 'nsupdate failed - retrying (retry 1)...' nsupdate failed - retrying (retry 1)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ echo 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.208 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 1 -lt 10 ']' + retries=2 + echo 'nsupdate failed - retrying (retry 2)...' nsupdate failed - retrying (retry 2)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ echo 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.208 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 2 -lt 10 ']' + retries=3 + echo 'nsupdate failed - retrying (retry 3)...' nsupdate failed - retrying (retry 3)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ echo 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.208 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 3 -lt 10 ']' + retries=4 + echo 'nsupdate failed - retrying (retry 4)...' nsupdate failed - retrying (retry 4)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.208 ++ echo A 172.30.9.208 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 4 -lt 10 ']' + retries=5 + echo 'nsupdate failed - retrying (retry 5)...' nsupdate failed - retrying (retry 5)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ echo 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.208 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 5 -lt 10 ']' + retries=6 + echo 'nsupdate failed - retrying (retry 6)...' nsupdate failed - retrying (retry 6)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ echo 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.208 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 6 -lt 10 ']' + retries=7 + echo 'nsupdate failed - retrying (retry 7)...' nsupdate failed - retrying (retry 7)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ echo 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.208 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 7 -lt 10 ']' + retries=8 + echo 'nsupdate failed - retrying (retry 8)...' nsupdate failed - retrying (retry 8)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ echo 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.208 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 8 -lt 10 ']' + retries=9 + echo 'nsupdate failed - retrying (retry 9)...' nsupdate failed - retrying (retry 9)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.208 ++ echo A 172.30.9.208 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 9 -lt 10 ']' + retries=10 + echo 'nsupdate failed - retrying (retry 10)...' nsupdate failed - retrying (retry 10)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.208 ++ echo A 172.30.9.208 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 10 -lt 10 ']' + echo 'nameserver 192.168.0.5' + echo RESOLV_CONF=/etc/dnsmasq.resolv.conf + mkdir -p /etc/netns/signaling + echo 'nameserver 192.168.1.14' + service dnsmasq force-reload dnsmasq: unrecognized service 2018-08-12 09:23:30,712 - util.py[WARNING]: Failed running /var/lib/cloud/instance/scripts/part-001 [1] 2018-08-12 09:23:30,716 - cc_scripts_user.py[WARNING]: Failed to run module scripts-user (scripts in /var/lib/cloud/instance/scripts) 2018-08-12 09:23:30,718 - util.py[WARNING]: Running scripts-user () failed ci-info: ++++++++++Authorized keys from /home/ubuntu/.ssh/authorized_keys for user ubuntu+++++++++++ ci-info: +---------+-------------------------------------------------+---------+-------------------+ ci-info: | Keytype | Fingerprint (md5) | Options | Comment | ci-info: +---------+-------------------------------------------------+---------+-------------------+ ci-info: | ssh-rsa | 2c:92:48:e8:e4:cd:71:cf:8b:13:5d:18:72:7b:c4:7a | - | Generated-by-Nova | ci-info: +---------+-------------------------------------------------+---------+-------------------+ ec2: ec2: ############################################################# ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- ec2: 1024 f5:82:85:56:b7:31:ca:0c:a6:5a:c4:22:5d:9b:95:f7 root@homer-0 (DSA) ec2: 256 ae:94:d0:9e:d4:d7:5a:03:f2:3e:7d:6b:94:24:f5:c1 root@homer-0 (ECDSA) ec2: 256 e9:6d:b2:ce:65:c3:06:5d:25:e6:9f:e9:9d:26:da:19 root@homer-0 (ED25519) ec2: 2048 9e:9e:9f:8d:3a:a6:9c:55:48:62:37:40:24:56:bf:96 root@homer-0 (RSA) ec2: -----END SSH HOST KEY FINGERPRINTS----- ec2: ############################################################# -----BEGIN SSH HOST KEY KEYS----- ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEMXJvvDLHCDx+Q1+i8rOiW6i/Lfx25xLOxvRNwE0VcDeG6vtaM3sAc/6FCqO9+JT4d5zoAVM1YnQ11QpnSl4yI= root@homer-0 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOoUrnVf3Rcxq4fB2ysuoNkZfxWNLGDeYtn23FhZMJ33 root@homer-0 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQD14224wU9qYgzQg703EfEu8kIpLNJ8hSG/9n3UZvQgdfxSJRWgHyKAsRTB5CEqmsLxdOBvYQnZTBfkSVtK9p1BKirk0lFmRNAQcawA1hRA56ShSKe2VWnKuheqoXvWGBdRcjB+XLYCO9TZtD6RblyxSRbiU6xlnYR/HbVLRlwoZsMdyYYsUEXoK0s+3n61440Ld6Gw4bVbM8R0SrKSchKv6+QRgeSTp1sMGjeDlaJSCzzI+KGnjwJ+v0LblEKRrQi0x0bLVaBmPXgsIqOjsfIen7xIsT6yYMRPHeszRZTLYGhVP3CWvf69WJ1jW7kJduwMMiZz+y414jWhjj5WP1ED root@homer-0 -----END SSH HOST KEY KEYS----- Cloud-init v. 0.7.5 finished at Sun, 12 Aug 2018 09:23:30 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 527.96 seconds 2018-08-12 09:23:40,896 - functest.core.singlevm - DEBUG - regex found: ''Cloud-init .* finished at ' in console 2018-08-12 09:23:40,897 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:23:40,899 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:23:41,651 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:23: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-019a0633-0d72-4683-9378-17263715b694 x-compute-request-id: req-019a0633-0d72-4683-9378-17263715b694 Content-Encoding: gzip Content-Length: 1505 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:8c:69", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:8c:69", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:47:bc", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:47:bc", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/0d05f869-c182-4a19-86bf-4ac078c523fd", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:41.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "0d05f869-c182-4a19-86bf-4ac078c523fd", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:41Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "homer-0.clearwater.opnfv", "created": "2018-08-12T09:14:06Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:24:50", "version": 4, "addr": "192.168.0.22", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:24:50", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:35:db:99", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/1c9b6e42-b18c-407e-8d00-9077025769fd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1c9b6e42-b18c-407e-8d00-9077025769fd", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:39.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "1c9b6e42-b18c-407e-8d00-9077025769fd", "security_groups": [{"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:39Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "dime-0.clearwater.opnfv", "created": "2018-08-12T09:14:05Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:73:af", "version": 4, "addr": "192.168.0.17", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:73:af", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:b9:f2", "version": 4, "addr": "192.168.1.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:b9:f2", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:41.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:41Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "bono-0.clearwater.opnfv", "created": "2018-08-12T09:14:05Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:27:6c", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:27:6c", "version": 4, "addr": "172.30.9.216", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:82:86", "version": 4, "addr": "192.168.1.24", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/566a63cc-7490-4385-b2ac-bfb24030a031", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/566a63cc-7490-4385-b2ac-bfb24030a031", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:34.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "566a63cc-7490-4385-b2ac-bfb24030a031", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:34Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-12T09:14:04Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:9d:e5", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:9d:e5", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b4:d8:25", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/7a80620a-d807-4698-b6c3-7c140a7b5157", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/7a80620a-d807-4698-b6c3-7c140a7b5157", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:25.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "7a80620a-d807-4698-b6c3-7c140a7b5157", "security_groups": [{"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:25Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-12T09:14:04Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:ca:f6", "version": 4, "addr": "192.168.0.23", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:ca:f6", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/3544e1e5-febb-4596-964e-1a53f9d26ab6", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/3544e1e5-febb-4596-964e-1a53f9d26ab6", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:13:48.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "3544e1e5-febb-4596-964e-1a53f9d26ab6", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:13:48Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-12T09:12:11Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:77:d2", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:77:d2", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ac:00:39", "version": 4, "addr": "192.168.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/24234aa3-febc-4826-8d67-0c33e6f38782", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/24234aa3-febc-4826-8d67-0c33e6f38782", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:12:00.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "24234aa3-febc-4826-8d67-0c33e6f38782", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:12:00Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "ns.clearwater.opnfv", "created": "2018-08-12T09:10:20Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:23:41,651 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-019a0633-0d72-4683-9378-17263715b694 2018-08-12 09:23:41,651 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.754466772079s 2018-08-12 09:23:41,652 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-019a0633-0d72-4683-9378-17263715b694 2018-08-12 09:23:41,659 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-12 09:23:41,662 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/1c9b6e42-b18c-407e-8d00-9077025769fd/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}d584eff3730be386f99aabb4bf64013d89965dc6" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 09:23:41,742 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:23: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-fff5bb35-f33c-49c1-87d3-e60be2b5dec4 x-compute-request-id: req-fff5bb35-f33c-49c1-87d3-e60be2b5dec4 Content-Encoding: gzip Content-Length: 11144 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 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] 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-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] 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] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\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 2 CPUs, 0 hotplug CPUs\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 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008000] Security Framework initialized\n[ 0.008029] AppArmor: AppArmor initialized\n[ 0.008874] Yama: becoming mindful.\n[ 0.009746] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.012798] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.014744] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.016005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.017543] Initializing cgroup subsys memory\n[ 0.018439] Initializing cgroup subsys devices\n[ 0.019336] Initializing cgroup subsys freezer\n[ 0.020003] Initializing cgroup subsys blkio\n[ 0.020859] Initializing cgroup subsys perf_event\n[ 0.021776] Initializing cgroup subsys hugetlb\n[ 0.022704] CPU: Physical Processor ID: 0\n[ 0.023525] FEATURE SPEC_CTRL Not Present\n[ 0.024683] mce: CPU supports 10 MCE banks\n[ 0.025535] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.025535] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.028003] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.029186] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.030643] Speculative Store Bypass: Vulnerable\n[ 0.032173] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000)\n[ 0.036269] ACPI: Core revision 20131115\n[ 0.037527] ACPI: All ACPI Tables successfully acquired\n[ 0.038693] ftrace: allocating 28727 entries in 113 pages\n[ 0.060255] Enabling x2apic\n[ 0.060906] Enabled x2apic\n[ 0.061716] Switched APIC routing to physical x2apic.\n[ 0.064902] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.066126] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.068955] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.076976] KVM setup paravirtual spinlock\n[ 0.079085] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.080147] x86: Booting SMP configuration:\n[ 0.081066] .... node #0, CPUs: #1[ 0.079051] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.096017] x86: Booted up 1 node, 2 CPUs\n[ 0.096011] KVM setup async PF for cpu 1\n[ 0.096014] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.098711] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.100232] devtmpfs: initialized\n[ 0.101950] EVM: security.selinux\n[ 0.102663] EVM: security.SMACK64\n[ 0.103365] EVM: security.ima\n[ 0.104005] EVM: security.capability\n[ 0.104793] pinctrl core: initialized pinctrl subsystem\n[ 0.105847] regulator-dummy: no parameters\n[ 0.106736] RTC time: 9:14:39, date: 08/12/18\n[ 0.108034] NET: Registered protocol family 16\n[ 0.109009] cpuidle: using governor ladder\n[ 0.109836] cpuidle: using governor menu\n[ 0.110718] ACPI: bus type PCI registered\n[ 0.111531] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.112092] PCI: Using configuration type 1 for base access\n[ 0.113671] bio: create slab at 0\n[ 0.113671] ACPI: Added _OSI(Module Device)\n[ 0.113671] ACPI: Added _OSI(Processor Device)\n[ 0.116003] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.116914] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.118933] ACPI: Interpreter enabled\n[ 0.119704] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.121204] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.123068] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.124529] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.126391] ACPI: (supports S0 S5)\n[ 0.127103] ACPI: Using IOAPIC for interrupt routing\n[ 0.128013] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.132191] ACPI: No dock devices found.\n[ 0.134771] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.135934] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.136006] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.137230] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.139495] acpiphp: Slot [3] registered\n[ 0.140018] acpiphp: Slot [4] registered\n[ 0.140828] acpiphp: Slot [5] registered\n[ 0.141643] acpiphp: Slot [6] registered\n[ 0.142457] acpiphp: Slot [7] registered\n[ 0.143268] acpiphp: Slot [8] registered\n[ 0.144016] acpiphp: Slot [9] registered\n[ 0.144834] acpiphp: Slot [10] registered\n[ 0.145665] acpiphp: Slot [11] registered\n[ 0.146501] acpiphp: Slot [12] registered\n[ 0.147325] acpiphp: Slot [13] registered\n[ 0.148023] acpiphp: Slot [14] registered\n[ 0.148850] acpiphp: Slot [15] registered\n[ 0.149670] acpiphp: Slot [16] registered\n[ 0.150502] acpiphp: Slot [17] registered\n[ 0.151340] acpiphp: Slot [18] registered\n[ 0.152022] acpiphp: Slot [19] registered\n[ 0.152851] acpiphp: Slot [20] registered\n[ 0.153675] acpiphp: Slot [21] registered\n[ 0.154496] acpiphp: Slot [22] registered\n[ 0.155325] acpiphp: Slot [23] registered\n[ 0.156022] acpiphp: Slot [24] registered\n[ 0.156854] acpiphp: Slot [25] registered\n[ 0.157676] acpiphp: Slot [26] registered\n[ 0.158500] acpiphp: Slot [27] registered\n[ 0.159323] acpiphp: Slot [28] registered\n[ 0.160017] acpiphp: Slot [29] registered\n[ 0.160847] acpiphp: Slot [30] registered\n[ 0.161672] acpiphp: Slot [31] registered\n[ 0.162492] PCI host bridge to bus 0000:00\n[ 0.163333] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.164004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.165146] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.166281] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.167529] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.168003] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.173838] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.175294] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.198427] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.199991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.200694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.202145] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.203570] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.204574] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.205852] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.205852] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.208003] vgaarb: loaded\n[ 0.208616] vgaarb: bridge control possible 0000:00:02.0\n[ 0.209828] SCSI subsystem initialized\n[ 0.210720] ACPI: bus type USB registered\n[ 0.210720] usbcore: registered new interface driver usbfs\n[ 0.212011] usbcore: registered new interface driver hub\n[ 0.213067] usbcore: registered new device driver usb\n[ 0.213067] PCI: Using ACPI for IRQ routing\n[ 0.213125] NetLabel: Initializing\n[ 0.216005] NetLabel: domain hash size = 128\n[ 0.216876] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.217888] NetLabel: unlabeled traffic allowed by default\n[ 0.218973] Switched to clocksource kvm-clock\n[ 0.223015] AppArmor: AppArmor Filesystem Enabled\n[ 0.223974] pnp: PnP ACPI init\n[ 0.224656] ACPI: bus type PNP registered\n[ 0.225858] pnp: PnP ACPI: found 8 devices\n[ 0.226694] ACPI: bus type PNP unregistered\n[ 0.233591] NET: Registered protocol family 2\n[ 0.234692] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.236245] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.237614] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.238904] TCP: reno registered\n[ 0.239607] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.240757] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.242019] NET: Registered protocol family 1\n[ 0.242926] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.244057] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.245291] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.266975] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.292245] Trying to unpack rootfs image as initramfs...\n[ 0.384304] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.386451] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.387648] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.388871] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.390644] Scanning for low memory corruption every 60 seconds\n[ 0.392271] Initialise system trusted keyring\n[ 0.393241] audit: initializing netlink socket (disabled)\n[ 0.394319] type=2000 audit(1534065280.621:1): initialized\n[ 0.413782] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.415870] zbud: loaded\n[ 0.416705] VFS: Disk quotas dquot_6.5.2\n[ 0.417559] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.419100] fuse init (API version 7.22)\n[ 0.419997] msgmni has been set to 3997\n[ 0.420860] Key type big_key registered\n[ 0.421922] Key type asymmetric registered\n[ 0.422773] Asymmetric key parser 'x509' registered\n[ 0.423753] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.425295] io scheduler noop registered\n[ 0.426150] io scheduler deadline registered (default)\n[ 0.427170] io scheduler cfq registered\n[ 0.428045] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.429137] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.430410] ipmi message handler version 39.2\n[ 0.431357] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.432848] ACPI: Power Button [PWRF]\n[ 0.433736] GHES: HEST is not enabled!\n[ 0.455407] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.498765] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.520888] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.522506] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.546542] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.548735] Linux agpgart interface v0.103\n[ 0.550364] brd: module loaded\n[ 0.551436] loop: module loaded\n[ 0.552423] blk-mq: CPU -> queue map\n[ 0.553186] CPU 0 -> Queue 0\n[ 0.553863] CPU 1 -> Queue 0\n[ 0.555087] vda: vda1\n[ 0.556399] scsi0 : ata_piix\n[ 0.557190] scsi1 : ata_piix\n[ 0.557907] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.559224] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.560746] libphy: Fixed MDIO Bus: probed\n[ 0.561711] tun: Universal TUN/TAP device driver, 1.6\n[ 0.562766] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.565458] PPP generic driver version 2.4.2\n[ 0.566468] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.567757] ehci-pci: EHCI PCI platform driver\n[ 0.568709] ehci-platform: EHCI generic platform driver\n[ 0.569781] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.571008] ohci-pci: OHCI PCI platform driver\n[ 0.571947] ohci-platform: OHCI generic platform driver\n[ 0.573048] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.595000] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.596081] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.597701] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.598933] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.600266] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.601796] usb usb1: Product: UHCI Host Controller\n[ 0.602790] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd\n[ 0.604065] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.605135] hub 1-0:1.0: USB hub found\n[ 0.605978] hub 1-0:1.0: 2 ports detected\n[ 0.606960] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.609196] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.610242] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.611422] mousedev: PS/2 mouse device common for all mice\n[ 0.612829] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.614843] rtc_cmos 00:00: RTC can wake from S4\n[ 0.616072] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.617351] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.618685] device-mapper: uevent: version 1.0.3\n[ 0.619733] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.621498] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.622808] TCP: cubic registered\n[ 0.623640] NET: Registered protocol family 10\n[ 0.624819] NET: Registered protocol family 17\n[ 0.625788] Key type dns_resolver registered\n[ 0.626893] Loading compiled-in X.509 certificates\n[ 0.628431] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0'\n[ 0.630348] registered taskstats version 1\n[ 0.639788] Key type trusted registered\n[ 0.643160] Key type encrypted registered\n[ 0.644069] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.645187] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.646730] regulator-dummy: disabling\n[ 0.647596] Magic number: 14:35:222\n[ 0.648533] rtc_cmos 00:00: setting system clock to 2018-08-12 09:14:40 UTC (1534065280)\n[ 0.650279] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.651486] EDD information not available.\n[ 0.717223] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000)\n[ 0.718947] Write protecting the kernel read-only data: 12288k\n[ 0.720597] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000)\n[ 0.723374] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.736408] systemd-udevd[107]: starting version 204\n[ 0.780484] FDC 0 is a S82078B\n[ 0.916093] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.080455] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.082146] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.083824] usb 1-1: Product: QEMU USB Tablet\n[ 1.084964] usb 1-1: Manufacturer: QEMU\n[ 1.085963] usb 1-1: SerialNumber: 42\n[ 1.384079] tsc: Refined TSC clocksource calibration: 3491.873 MHz\n[ 1.784908] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.025845] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.105280] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n[ 2.204483] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sun, 12 Aug 2018 09:14:42 +0000. Up 2.98 seconds.\ncloud-init-nonet[3.14]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[6.87]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Starting set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sun, 12 Aug 2018 09:14:46 +0000. Up 6.99 seconds.\nci-info: +++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+--------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+--------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:35:db:99 |\nci-info: | eth0 | True | 192.168.0.22 | 255.255.255.0 | fa:16:3e:9f:24:50 |\nci-info: +--------+-------+--------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.1 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\nc3:aa:e3:1b:bf:3c:ae:f9:5f:9e:0f:2c:e1:9a:ac:a3 root@dime-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| |\n| |\n| |\n| . |\n| S |\n| o + |\n| . . o + |\n| oB.o + o |\n| EoBOX+. o.. |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n45:4b:9d:ea:9d:48:d0:45:ac:24:bf:5a:60:6b:08:a9 root@dime-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| .o=o. |\n| ooo.+ |\n| . =oo |\n| o o.= |\n| . . oS= + . |\n| E . o = o |\n| . o |\n| . |\n| |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\n29:65:82:c4:b0:a6:7c:2e:90:7e:ad:80:9c:24:1f:9d root@dime-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| .o. |\n| o.. |\n| o . . o |\n|.+ . . + . |\n|=o..E . S |\n|B.+.. . |\n|.*.o . |\n| + . |\n| . |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\nde:1d:7f:74:47:fd:59:48:15:5b:8b:00:bb:6b:be:6d root@dime-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| ... .o+|\n| . ....=|\n| . ..o+|\n| . .+|\n| S. . .=|\n| . ... o .o|\n| .o. . . .|\n| o .E . |\n| oo. |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\n * Starting CPU interrupts balancing daemon[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS dime-0 ttyS0\n\ndime-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Sun, 12 Aug 2018 09:16:50 +0000. Up 130.78 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Sun, 12 Aug 2018 09:17:51 +0000. Up 191.55 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com\ngpg: no valid OpenPGP data found.\n+ apt-get update\nErr http://repo.cw-ngv.com binary/ InRelease\n \nErr http://repo.cw-ngv.com binary/ Release.gpg\n Could not resolve 'repo.cw-ngv.com'\nErr http://security.ubuntu.com trusty-security InRelease\n \nErr http://security.ubuntu.com trusty-security Release.gpg\n Could not resolve 'security.ubuntu.com'\nErr http://archive.ubuntu.com trusty InRelease\n \nErr http://archive.ubuntu.com trusty-updates InRelease\n \nErr http://archive.ubuntu.com trusty-backports InRelease\n \nErr http://archive.ubuntu.com trusty Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-updates Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-backports Release.gpg\n Could not resolve 'archive.ubuntu.com'\nReading package lists...\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease \n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com'\n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Some index files failed to download. They have been ignored, or old ones used instead.\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.23\n+ '[' -n 192.168.0.23 ']'\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install dime --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nSuggested packages:\n libdime-doc\nThe following NEW packages will be installed:\n dime\n0 upgraded, 1 newly installed, 0 to remove and 2 not upgraded.\nNeed to get 7354 B of archives.\nAfter this operation, 51.2 kB of additional disk space will be used.\nErr http://archive.ubuntu.com/ubuntu/ trusty/universe dime amd64 0.20030921-4\n Could not resolve 'archive.ubuntu.com'\nE: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/d/dime/dime_0.20030921-4_amd64.deb Could not resolve 'archive.ubuntu.com'\n\nE: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package clearwater-management\n+ retries=0\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.200\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.200\n++ echo A 172.30.9.200\n++ ip2rr 192.168.1.9\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.9\n++ echo A 192.168.1.9\n++ ip2rr 192.168.1.9\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.9\n++ echo A 192.168.1.9\n++ ip2rr 192.168.0.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.0.22\n++ echo A 192.168.0.22\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 0 -lt 10 ']'\n+ retries=1\n+ echo 'nsupdate failed - retrying (retry 1)...'\nnsupdate failed - retrying (retry 1)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.200\n++ echo 172.30.9.200\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.200\n++ ip2rr 192.168.1.9\n++ echo 192.168.1.9\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.9\n++ ip2rr 192.168.1.9\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.9\n++ echo A 192.168.1.9\n++ ip2rr 192.168.0.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.0.22\n++ echo A 192.168.0.22\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 1 -lt 10 ']'\n+ retries=2\n+ echo 'nsupdate failed - retrying (retry 2)...'\nnsupdate failed - retrying (retry 2)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.200\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.200\n++ echo A 172.30.9.200\n++ ip2rr 192.168.1.9\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.9\n++ echo A 192.168.1.9\n++ ip2rr 192.168.1.9\n++ echo 192.168.1.9\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.9\n++ ip2rr 192.168.0.22\n++ echo 192.168.0.22\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.0.22\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 2 -lt 10 ']'\n+ retries=3\n+ echo 'nsupdate failed - retrying (retry 3)...'\nnsupdate failed - retrying (retry 3)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.200\n++ echo 172.30.9.200\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.200\n++ ip2rr 192.168.1.9\n++ echo 192.168.1.9\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.9\n++ ip2rr 192.168.1.9\n++ echo 192.168.1.9\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.9\n++ ip2rr 192.168.0.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.0.22\n++ echo A 192.168.0.22\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 3 -lt 10 ']'\n+ retries=4\n+ echo 'nsupdate failed - retrying (retry 4)...'\nnsupdate failed - retrying (retry 4)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.200\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.200\n++ echo A 172.30.9.200\n++ ip2rr 192.168.1.9\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.9\n++ echo A 192.168.1.9\n++ ip2rr 192.168.1.9\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.9\n++ echo A 192.168.1.9\n++ ip2rr 192.168.0.22\n++ echo 192.168.0.22\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.0.22\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 4 -lt 10 ']'\n+ retries=5\n+ echo 'nsupdate failed - retrying (retry 5)...'\nnsupdate failed - retrying (retry 5)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.200\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.200\n++ echo A 172.30.9.200\n++ ip2rr 192.168.1.9\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.9\n++ echo A 192.168.1.9\n++ ip2rr 192.168.1.9\n++ echo 192.168.1.9\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.9\n++ ip2rr 192.168.0.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.0.22\n++ echo A 192.168.0.22\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 5 -lt 10 ']'\n+ retries=6\n+ echo 'nsupdate failed - retrying (retry 6)...'\nnsupdate failed - retrying (retry 6)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.200\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.200\n++ echo A 172.30.9.200\n++ ip2rr 192.168.1.9\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.9\n++ echo A 192.168.1.9\n++ ip2rr 192.168.1.9\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.9\n++ echo A 192.168.1.9\n++ ip2rr 192.168.0.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.0.22\n++ echo A 192.168.0.22\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 6 -lt 10 ']'\n+ retries=7\n+ echo 'nsupdate failed - retrying (retry 7)...'\nnsupdate failed - retrying (retry 7)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.200\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.200\n++ echo A 172.30.9.200\n++ ip2rr 192.168.1.9\n++ echo 192.168.1.9\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.9\n++ ip2rr 192.168.1.9\n++ echo 192.168.1.9\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.9\n++ ip2rr 192.168.0.22\n++ echo 192.168.0.22\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.0.22\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 7 -lt 10 ']'\n+ retries=8\n+ echo 'nsupdate failed - retrying (retry 8)...'\nnsupdate failed - retrying (retry 8)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.200\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.200\n++ echo A 172.30.9.200\n++ ip2rr 192.168.1.9\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.9\n++ echo A 192.168.1.9\n++ ip2rr 192.168.1.9\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.9\n++ echo A 192.168.1.9\n++ ip2rr 192.168.0.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.0.22\n++ echo A 192.168.0.22\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 8 -lt 10 ']'\n+ retries=9\n+ echo 'nsupdate failed - retrying (retry 9)...'\nnsupdate failed - retrying (retry 9)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.200\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.200\n++ echo A 172.30.9.200\n++ ip2rr 192.168.1.9\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.9\n++ echo A 192.168.1.9\n++ ip2rr 192.168.1.9\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.9\n++ echo A 192.168.1.9\n++ ip2rr 192.168.0.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.0.22\n++ echo A 192.168.0.22\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 9 -lt 10 ']'\n+ retries=10\n+ echo 'nsupdate failed - retrying (retry 10)...'\nnsupdate failed - retrying (retry 10)...\n+ sleep 5\n"} 2018-08-12 09:23:41,743 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/1c9b6e42-b18c-407e-8d00-9077025769fd/action used request id req-fff5bb35-f33c-49c1-87d3-e60be2b5dec4 2018-08-12 09:23:41,743 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0832500457764s 2018-08-12 09:23:41,744 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/1c9b6e42-b18c-407e-8d00-9077025769fd/action used request id req-fff5bb35-f33c-49c1-87d3-e60be2b5dec4 2018-08-12 09:23:41,744 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-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] 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-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] 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] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 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 2 CPUs, 0 hotplug CPUs [ 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 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008000] Security Framework initialized [ 0.008029] AppArmor: AppArmor initialized [ 0.008874] Yama: becoming mindful. [ 0.009746] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.012798] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.014744] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.016005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.017543] Initializing cgroup subsys memory [ 0.018439] Initializing cgroup subsys devices [ 0.019336] Initializing cgroup subsys freezer [ 0.020003] Initializing cgroup subsys blkio [ 0.020859] Initializing cgroup subsys perf_event [ 0.021776] Initializing cgroup subsys hugetlb [ 0.022704] CPU: Physical Processor ID: 0 [ 0.023525] FEATURE SPEC_CTRL Not Present [ 0.024683] mce: CPU supports 10 MCE banks [ 0.025535] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.025535] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.028003] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.029186] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.030643] Speculative Store Bypass: Vulnerable [ 0.032173] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000) [ 0.036269] ACPI: Core revision 20131115 [ 0.037527] ACPI: All ACPI Tables successfully acquired [ 0.038693] ftrace: allocating 28727 entries in 113 pages [ 0.060255] Enabling x2apic [ 0.060906] Enabled x2apic [ 0.061716] Switched APIC routing to physical x2apic. [ 0.064902] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.066126] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.068955] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.076976] KVM setup paravirtual spinlock [ 0.079085] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.080147] x86: Booting SMP configuration: [ 0.081066] .... node #0, CPUs: #1[ 0.079051] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.096017] x86: Booted up 1 node, 2 CPUs [ 0.096011] KVM setup async PF for cpu 1 [ 0.096014] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.098711] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.100232] devtmpfs: initialized [ 0.101950] EVM: security.selinux [ 0.102663] EVM: security.SMACK64 [ 0.103365] EVM: security.ima [ 0.104005] EVM: security.capability [ 0.104793] pinctrl core: initialized pinctrl subsystem [ 0.105847] regulator-dummy: no parameters [ 0.106736] RTC time: 9:14:39, date: 08/12/18 [ 0.108034] NET: Registered protocol family 16 [ 0.109009] cpuidle: using governor ladder [ 0.109836] cpuidle: using governor menu [ 0.110718] ACPI: bus type PCI registered [ 0.111531] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.112092] PCI: Using configuration type 1 for base access [ 0.113671] bio: create slab at 0 [ 0.113671] ACPI: Added _OSI(Module Device) [ 0.113671] ACPI: Added _OSI(Processor Device) [ 0.116003] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.116914] ACPI: Added _OSI(Processor Aggregator Device) [ 0.118933] ACPI: Interpreter enabled [ 0.119704] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.121204] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.123068] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.124529] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.126391] ACPI: (supports S0 S5) [ 0.127103] ACPI: Using IOAPIC for interrupt routing [ 0.128013] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.132191] ACPI: No dock devices found. [ 0.134771] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.135934] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.136006] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.137230] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.139495] acpiphp: Slot [3] registered [ 0.140018] acpiphp: Slot [4] registered [ 0.140828] acpiphp: Slot [5] registered [ 0.141643] acpiphp: Slot [6] registered [ 0.142457] acpiphp: Slot [7] registered [ 0.143268] acpiphp: Slot [8] registered [ 0.144016] acpiphp: Slot [9] registered [ 0.144834] acpiphp: Slot [10] registered [ 0.145665] acpiphp: Slot [11] registered [ 0.146501] acpiphp: Slot [12] registered [ 0.147325] acpiphp: Slot [13] registered [ 0.148023] acpiphp: Slot [14] registered [ 0.148850] acpiphp: Slot [15] registered [ 0.149670] acpiphp: Slot [16] registered [ 0.150502] acpiphp: Slot [17] registered [ 0.151340] acpiphp: Slot [18] registered [ 0.152022] acpiphp: Slot [19] registered [ 0.152851] acpiphp: Slot [20] registered [ 0.153675] acpiphp: Slot [21] registered [ 0.154496] acpiphp: Slot [22] registered [ 0.155325] acpiphp: Slot [23] registered [ 0.156022] acpiphp: Slot [24] registered [ 0.156854] acpiphp: Slot [25] registered [ 0.157676] acpiphp: Slot [26] registered [ 0.158500] acpiphp: Slot [27] registered [ 0.159323] acpiphp: Slot [28] registered [ 0.160017] acpiphp: Slot [29] registered [ 0.160847] acpiphp: Slot [30] registered [ 0.161672] acpiphp: Slot [31] registered [ 0.162492] PCI host bridge to bus 0000:00 [ 0.163333] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.164004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.165146] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.166281] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.167529] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.168003] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.173838] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.175294] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.198427] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.199991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.200694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.202145] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.203570] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.204574] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.205852] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.205852] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.208003] vgaarb: loaded [ 0.208616] vgaarb: bridge control possible 0000:00:02.0 [ 0.209828] SCSI subsystem initialized [ 0.210720] ACPI: bus type USB registered [ 0.210720] usbcore: registered new interface driver usbfs [ 0.212011] usbcore: registered new interface driver hub [ 0.213067] usbcore: registered new device driver usb [ 0.213067] PCI: Using ACPI for IRQ routing [ 0.213125] NetLabel: Initializing [ 0.216005] NetLabel: domain hash size = 128 [ 0.216876] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.217888] NetLabel: unlabeled traffic allowed by default [ 0.218973] Switched to clocksource kvm-clock [ 0.223015] AppArmor: AppArmor Filesystem Enabled [ 0.223974] pnp: PnP ACPI init [ 0.224656] ACPI: bus type PNP registered [ 0.225858] pnp: PnP ACPI: found 8 devices [ 0.226694] ACPI: bus type PNP unregistered [ 0.233591] NET: Registered protocol family 2 [ 0.234692] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.236245] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.237614] TCP: Hash tables configured (established 16384 bind 16384) [ 0.238904] TCP: reno registered [ 0.239607] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.240757] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.242019] NET: Registered protocol family 1 [ 0.242926] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.244057] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.245291] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.266975] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.292245] Trying to unpack rootfs image as initramfs... [ 0.384304] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.386451] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.387648] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.388871] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.390644] Scanning for low memory corruption every 60 seconds [ 0.392271] Initialise system trusted keyring [ 0.393241] audit: initializing netlink socket (disabled) [ 0.394319] type=2000 audit(1534065280.621:1): initialized [ 0.413782] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.415870] zbud: loaded [ 0.416705] VFS: Disk quotas dquot_6.5.2 [ 0.417559] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.419100] fuse init (API version 7.22) [ 0.419997] msgmni has been set to 3997 [ 0.420860] Key type big_key registered [ 0.421922] Key type asymmetric registered [ 0.422773] Asymmetric key parser 'x509' registered [ 0.423753] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.425295] io scheduler noop registered [ 0.426150] io scheduler deadline registered (default) [ 0.427170] io scheduler cfq registered [ 0.428045] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.429137] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.430410] ipmi message handler version 39.2 [ 0.431357] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.432848] ACPI: Power Button [PWRF] [ 0.433736] GHES: HEST is not enabled! [ 0.455407] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.498765] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.520888] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.522506] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.546542] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.548735] Linux agpgart interface v0.103 [ 0.550364] brd: module loaded [ 0.551436] loop: module loaded [ 0.552423] blk-mq: CPU -> queue map [ 0.553186] CPU 0 -> Queue 0 [ 0.553863] CPU 1 -> Queue 0 [ 0.555087] vda: vda1 [ 0.556399] scsi0 : ata_piix [ 0.557190] scsi1 : ata_piix [ 0.557907] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.559224] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.560746] libphy: Fixed MDIO Bus: probed [ 0.561711] tun: Universal TUN/TAP device driver, 1.6 [ 0.562766] tun: (C) 1999-2004 Max Krasnyansky [ 0.565458] PPP generic driver version 2.4.2 [ 0.566468] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.567757] ehci-pci: EHCI PCI platform driver [ 0.568709] ehci-platform: EHCI generic platform driver [ 0.569781] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.571008] ohci-pci: OHCI PCI platform driver [ 0.571947] ohci-platform: OHCI generic platform driver [ 0.573048] uhci_hcd: USB Universal Host Controller Interface driver [ 0.595000] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.596081] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.597701] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.598933] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.600266] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.601796] usb usb1: Product: UHCI Host Controller [ 0.602790] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd [ 0.604065] usb usb1: SerialNumber: 0000:00:01.2 [ 0.605135] hub 1-0:1.0: USB hub found [ 0.605978] hub 1-0:1.0: 2 ports detected [ 0.606960] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.609196] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.610242] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.611422] mousedev: PS/2 mouse device common for all mice [ 0.612829] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.614843] rtc_cmos 00:00: RTC can wake from S4 [ 0.616072] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.617351] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.618685] device-mapper: uevent: version 1.0.3 [ 0.619733] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.621498] ledtrig-cpu: registered to indicate activity on CPUs [ 0.622808] TCP: cubic registered [ 0.623640] NET: Registered protocol family 10 [ 0.624819] NET: Registered protocol family 17 [ 0.625788] Key type dns_resolver registered [ 0.626893] Loading compiled-in X.509 certificates [ 0.628431] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0' [ 0.630348] registered taskstats version 1 [ 0.639788] Key type trusted registered [ 0.643160] Key type encrypted registered [ 0.644069] AppArmor: AppArmor sha1 policy hashing enabled [ 0.645187] IMA: No TPM chip found, activating TPM-bypass! [ 0.646730] regulator-dummy: disabling [ 0.647596] Magic number: 14:35:222 [ 0.648533] rtc_cmos 00:00: setting system clock to 2018-08-12 09:14:40 UTC (1534065280) [ 0.650279] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.651486] EDD information not available. [ 0.717223] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000) [ 0.718947] Write protecting the kernel read-only data: 12288k [ 0.720597] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000) [ 0.723374] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.736408] systemd-udevd[107]: starting version 204 [ 0.780484] FDC 0 is a S82078B [ 0.916093] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.080455] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.082146] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.083824] usb 1-1: Product: QEMU USB Tablet [ 1.084964] usb 1-1: Manufacturer: QEMU [ 1.085963] usb 1-1: SerialNumber: 42 [ 1.384079] tsc: Refined TSC clocksource calibration: 3491.873 MHz [ 1.784908] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.025845] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.105280] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] [ 2.204483] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sun, 12 Aug 2018 09:14:42 +0000. Up 2.98 seconds. cloud-init-nonet[3.14]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[6.87]: static networking is now up * Starting configure network device[74G[ OK ] * Starting set sysctls from /etc/sysctl.conf[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sun, 12 Aug 2018 09:14:46 +0000. Up 6.99 seconds. ci-info: +++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+--------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+--------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:35:db:99 | ci-info: | eth0 | True | 192.168.0.22 | 255.255.255.0 | fa:16:3e:9f:24:50 | ci-info: +--------+-------+--------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.1 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: c3:aa:e3:1b:bf:3c:ae:f9:5f:9e:0f:2c:e1:9a:ac:a3 root@dime-0 The key's randomart image is: +--[ RSA 2048]----+ | | | | | | | . | | S | | o + | | . . o + | | oB.o + o | | EoBOX+. o.. | +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: 45:4b:9d:ea:9d:48:d0:45:ac:24:bf:5a:60:6b:08:a9 root@dime-0 The key's randomart image is: +--[ DSA 1024]----+ | .o=o. | | ooo.+ | | . =oo | | o o.= | | . . oS= + . | | E . o = o | | . o | | . | | | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: 29:65:82:c4:b0:a6:7c:2e:90:7e:ad:80:9c:24:1f:9d root@dime-0 The key's randomart image is: +--[ECDSA 256]---+ | .o. | | o.. | | o . . o | |.+ . . + . | |=o..E . S | |B.+.. . | |.*.o . | | + . | | . | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: de:1d:7f:74:47:fd:59:48:15:5b:8b:00:bb:6b:be:6d root@dime-0 The key's randomart image is: +--[ED25519 256--+ | ... .o+| | . ....=| | . ..o+| | . .+| | S. . .=| | . ... o .o| | .o. . . .| | o .E . | | oo. | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off * Starting CPU interrupts balancing daemon[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS dime-0 ttyS0 dime-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Sun, 12 Aug 2018 09:16:50 +0000. Up 130.78 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Sun, 12 Aug 2018 09:17:51 +0000. Up 191.55 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com gpg: no valid OpenPGP data found. + apt-get update Err http://repo.cw-ngv.com binary/ InRelease Err http://repo.cw-ngv.com binary/ Release.gpg Could not resolve 'repo.cw-ngv.com' Err http://security.ubuntu.com trusty-security InRelease Err http://security.ubuntu.com trusty-security Release.gpg Could not resolve 'security.ubuntu.com' Err http://archive.ubuntu.com trusty InRelease Err http://archive.ubuntu.com trusty-updates InRelease Err http://archive.ubuntu.com trusty-backports InRelease Err http://archive.ubuntu.com trusty Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-updates Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-backports Release.gpg Could not resolve 'archive.ubuntu.com' Reading package lists... W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com' W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com' W: Some index files failed to download. They have been ignored, or old ones used instead. + mkdir -p /etc/clearwater + etcd_ip=192.168.0.23 + '[' -n 192.168.0.23 ']' + cat + DEBIAN_FRONTEND=noninteractive + apt-get install dime --yes --force-yes Reading package lists... Building dependency tree... Reading state information... Suggested packages: libdime-doc The following NEW packages will be installed: dime 0 upgraded, 1 newly installed, 0 to remove and 2 not upgraded. Need to get 7354 B of archives. After this operation, 51.2 kB of additional disk space will be used. Err http://archive.ubuntu.com/ubuntu/ trusty/universe dime amd64 0.20030921-4 Could not resolve 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/d/dime/dime_0.20030921-4_amd64.deb Could not resolve 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package clearwater-management + retries=0 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.200 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.200 ++ echo A 172.30.9.200 ++ ip2rr 192.168.1.9 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.9 ++ echo A 192.168.1.9 ++ ip2rr 192.168.1.9 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.9 ++ echo A 192.168.1.9 ++ ip2rr 192.168.0.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.0.22 ++ echo A 192.168.0.22 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 0 -lt 10 ']' + retries=1 + echo 'nsupdate failed - retrying (retry 1)...' nsupdate failed - retrying (retry 1)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.200 ++ echo 172.30.9.200 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.200 ++ ip2rr 192.168.1.9 ++ echo 192.168.1.9 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.9 ++ ip2rr 192.168.1.9 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.9 ++ echo A 192.168.1.9 ++ ip2rr 192.168.0.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.0.22 ++ echo A 192.168.0.22 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 1 -lt 10 ']' + retries=2 + echo 'nsupdate failed - retrying (retry 2)...' nsupdate failed - retrying (retry 2)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.200 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.200 ++ echo A 172.30.9.200 ++ ip2rr 192.168.1.9 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.9 ++ echo A 192.168.1.9 ++ ip2rr 192.168.1.9 ++ echo 192.168.1.9 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.9 ++ ip2rr 192.168.0.22 ++ echo 192.168.0.22 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.0.22 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 2 -lt 10 ']' + retries=3 + echo 'nsupdate failed - retrying (retry 3)...' nsupdate failed - retrying (retry 3)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.200 ++ echo 172.30.9.200 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.200 ++ ip2rr 192.168.1.9 ++ echo 192.168.1.9 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.9 ++ ip2rr 192.168.1.9 ++ echo 192.168.1.9 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.9 ++ ip2rr 192.168.0.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.0.22 ++ echo A 192.168.0.22 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 3 -lt 10 ']' + retries=4 + echo 'nsupdate failed - retrying (retry 4)...' nsupdate failed - retrying (retry 4)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.200 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.200 ++ echo A 172.30.9.200 ++ ip2rr 192.168.1.9 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.9 ++ echo A 192.168.1.9 ++ ip2rr 192.168.1.9 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.9 ++ echo A 192.168.1.9 ++ ip2rr 192.168.0.22 ++ echo 192.168.0.22 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.0.22 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 4 -lt 10 ']' + retries=5 + echo 'nsupdate failed - retrying (retry 5)...' nsupdate failed - retrying (retry 5)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.200 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.200 ++ echo A 172.30.9.200 ++ ip2rr 192.168.1.9 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.9 ++ echo A 192.168.1.9 ++ ip2rr 192.168.1.9 ++ echo 192.168.1.9 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.9 ++ ip2rr 192.168.0.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.0.22 ++ echo A 192.168.0.22 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 5 -lt 10 ']' + retries=6 + echo 'nsupdate failed - retrying (retry 6)...' nsupdate failed - retrying (retry 6)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.200 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.200 ++ echo A 172.30.9.200 ++ ip2rr 192.168.1.9 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.9 ++ echo A 192.168.1.9 ++ ip2rr 192.168.1.9 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.9 ++ echo A 192.168.1.9 ++ ip2rr 192.168.0.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.0.22 ++ echo A 192.168.0.22 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 6 -lt 10 ']' + retries=7 + echo 'nsupdate failed - retrying (retry 7)...' nsupdate failed - retrying (retry 7)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.200 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.200 ++ echo A 172.30.9.200 ++ ip2rr 192.168.1.9 ++ echo 192.168.1.9 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.9 ++ ip2rr 192.168.1.9 ++ echo 192.168.1.9 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.9 ++ ip2rr 192.168.0.22 ++ echo 192.168.0.22 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.0.22 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 7 -lt 10 ']' + retries=8 + echo 'nsupdate failed - retrying (retry 8)...' nsupdate failed - retrying (retry 8)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.200 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.200 ++ echo A 172.30.9.200 ++ ip2rr 192.168.1.9 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.9 ++ echo A 192.168.1.9 ++ ip2rr 192.168.1.9 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.9 ++ echo A 192.168.1.9 ++ ip2rr 192.168.0.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.0.22 ++ echo A 192.168.0.22 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 8 -lt 10 ']' + retries=9 + echo 'nsupdate failed - retrying (retry 9)...' nsupdate failed - retrying (retry 9)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.200 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.200 ++ echo A 172.30.9.200 ++ ip2rr 192.168.1.9 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.9 ++ echo A 192.168.1.9 ++ ip2rr 192.168.1.9 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.9 ++ echo A 192.168.1.9 ++ ip2rr 192.168.0.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.0.22 ++ echo A 192.168.0.22 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 9 -lt 10 ']' + retries=10 + echo 'nsupdate failed - retrying (retry 10)...' nsupdate failed - retrying (retry 10)... + sleep 5 2018-08-12 09:23:41,746 - functest.core.singlevm - DEBUG - try 1: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-12 09:23:51,756 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:23:51,758 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:23:52,521 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:23: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-70f7f84c-784a-49bc-a406-6c7948797d7b x-compute-request-id: req-70f7f84c-784a-49bc-a406-6c7948797d7b Content-Encoding: gzip Content-Length: 1505 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:8c:69", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:8c:69", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:47:bc", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:47:bc", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/0d05f869-c182-4a19-86bf-4ac078c523fd", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:41.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "0d05f869-c182-4a19-86bf-4ac078c523fd", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:41Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "homer-0.clearwater.opnfv", "created": "2018-08-12T09:14:06Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:24:50", "version": 4, "addr": "192.168.0.22", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:24:50", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:35:db:99", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/1c9b6e42-b18c-407e-8d00-9077025769fd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1c9b6e42-b18c-407e-8d00-9077025769fd", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:39.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "1c9b6e42-b18c-407e-8d00-9077025769fd", "security_groups": [{"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:39Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "dime-0.clearwater.opnfv", "created": "2018-08-12T09:14:05Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:73:af", "version": 4, "addr": "192.168.0.17", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:73:af", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:b9:f2", "version": 4, "addr": "192.168.1.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:b9:f2", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:41.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:41Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "bono-0.clearwater.opnfv", "created": "2018-08-12T09:14:05Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:27:6c", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:27:6c", "version": 4, "addr": "172.30.9.216", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:82:86", "version": 4, "addr": "192.168.1.24", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/566a63cc-7490-4385-b2ac-bfb24030a031", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/566a63cc-7490-4385-b2ac-bfb24030a031", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:34.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "566a63cc-7490-4385-b2ac-bfb24030a031", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:34Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-12T09:14:04Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:9d:e5", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:9d:e5", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b4:d8:25", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/7a80620a-d807-4698-b6c3-7c140a7b5157", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/7a80620a-d807-4698-b6c3-7c140a7b5157", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:25.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "7a80620a-d807-4698-b6c3-7c140a7b5157", "security_groups": [{"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:25Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-12T09:14:04Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:ca:f6", "version": 4, "addr": "192.168.0.23", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:ca:f6", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/3544e1e5-febb-4596-964e-1a53f9d26ab6", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/3544e1e5-febb-4596-964e-1a53f9d26ab6", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:13:48.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "3544e1e5-febb-4596-964e-1a53f9d26ab6", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:13:48Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-12T09:12:11Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:77:d2", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:77:d2", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ac:00:39", "version": 4, "addr": "192.168.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/24234aa3-febc-4826-8d67-0c33e6f38782", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/24234aa3-febc-4826-8d67-0c33e6f38782", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:12:00.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "24234aa3-febc-4826-8d67-0c33e6f38782", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:12:00Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "ns.clearwater.opnfv", "created": "2018-08-12T09:10:20Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:23:52,522 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-70f7f84c-784a-49bc-a406-6c7948797d7b 2018-08-12 09:23:52,522 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.765372991562s 2018-08-12 09:23:52,523 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-70f7f84c-784a-49bc-a406-6c7948797d7b 2018-08-12 09:23:52,530 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-12 09:23:52,534 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/1c9b6e42-b18c-407e-8d00-9077025769fd/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}d584eff3730be386f99aabb4bf64013d89965dc6" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 09:23:52,611 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:23: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-48f700eb-fd54-4224-84b8-e4f6af90cd86 x-compute-request-id: req-48f700eb-fd54-4224-84b8-e4f6af90cd86 Content-Encoding: gzip Content-Length: 11148 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 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] 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-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] 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] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\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 2 CPUs, 0 hotplug CPUs\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 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008000] Security Framework initialized\n[ 0.008029] AppArmor: AppArmor initialized\n[ 0.008874] Yama: becoming mindful.\n[ 0.009746] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.012798] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.014744] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.016005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.017543] Initializing cgroup subsys memory\n[ 0.018439] Initializing cgroup subsys devices\n[ 0.019336] Initializing cgroup subsys freezer\n[ 0.020003] Initializing cgroup subsys blkio\n[ 0.020859] Initializing cgroup subsys perf_event\n[ 0.021776] Initializing cgroup subsys hugetlb\n[ 0.022704] CPU: Physical Processor ID: 0\n[ 0.023525] FEATURE SPEC_CTRL Not Present\n[ 0.024683] mce: CPU supports 10 MCE banks\n[ 0.025535] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.025535] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.028003] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.029186] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.030643] Speculative Store Bypass: Vulnerable\n[ 0.032173] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000)\n[ 0.036269] ACPI: Core revision 20131115\n[ 0.037527] ACPI: All ACPI Tables successfully acquired\n[ 0.038693] ftrace: allocating 28727 entries in 113 pages\n[ 0.060255] Enabling x2apic\n[ 0.060906] Enabled x2apic\n[ 0.061716] Switched APIC routing to physical x2apic.\n[ 0.064902] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.066126] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.068955] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.076976] KVM setup paravirtual spinlock\n[ 0.079085] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.080147] x86: Booting SMP configuration:\n[ 0.081066] .... node #0, CPUs: #1[ 0.079051] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.096017] x86: Booted up 1 node, 2 CPUs\n[ 0.096011] KVM setup async PF for cpu 1\n[ 0.096014] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.098711] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.100232] devtmpfs: initialized\n[ 0.101950] EVM: security.selinux\n[ 0.102663] EVM: security.SMACK64\n[ 0.103365] EVM: security.ima\n[ 0.104005] EVM: security.capability\n[ 0.104793] pinctrl core: initialized pinctrl subsystem\n[ 0.105847] regulator-dummy: no parameters\n[ 0.106736] RTC time: 9:14:39, date: 08/12/18\n[ 0.108034] NET: Registered protocol family 16\n[ 0.109009] cpuidle: using governor ladder\n[ 0.109836] cpuidle: using governor menu\n[ 0.110718] ACPI: bus type PCI registered\n[ 0.111531] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.112092] PCI: Using configuration type 1 for base access\n[ 0.113671] bio: create slab at 0\n[ 0.113671] ACPI: Added _OSI(Module Device)\n[ 0.113671] ACPI: Added _OSI(Processor Device)\n[ 0.116003] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.116914] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.118933] ACPI: Interpreter enabled\n[ 0.119704] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.121204] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.123068] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.124529] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.126391] ACPI: (supports S0 S5)\n[ 0.127103] ACPI: Using IOAPIC for interrupt routing\n[ 0.128013] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.132191] ACPI: No dock devices found.\n[ 0.134771] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.135934] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.136006] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.137230] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.139495] acpiphp: Slot [3] registered\n[ 0.140018] acpiphp: Slot [4] registered\n[ 0.140828] acpiphp: Slot [5] registered\n[ 0.141643] acpiphp: Slot [6] registered\n[ 0.142457] acpiphp: Slot [7] registered\n[ 0.143268] acpiphp: Slot [8] registered\n[ 0.144016] acpiphp: Slot [9] registered\n[ 0.144834] acpiphp: Slot [10] registered\n[ 0.145665] acpiphp: Slot [11] registered\n[ 0.146501] acpiphp: Slot [12] registered\n[ 0.147325] acpiphp: Slot [13] registered\n[ 0.148023] acpiphp: Slot [14] registered\n[ 0.148850] acpiphp: Slot [15] registered\n[ 0.149670] acpiphp: Slot [16] registered\n[ 0.150502] acpiphp: Slot [17] registered\n[ 0.151340] acpiphp: Slot [18] registered\n[ 0.152022] acpiphp: Slot [19] registered\n[ 0.152851] acpiphp: Slot [20] registered\n[ 0.153675] acpiphp: Slot [21] registered\n[ 0.154496] acpiphp: Slot [22] registered\n[ 0.155325] acpiphp: Slot [23] registered\n[ 0.156022] acpiphp: Slot [24] registered\n[ 0.156854] acpiphp: Slot [25] registered\n[ 0.157676] acpiphp: Slot [26] registered\n[ 0.158500] acpiphp: Slot [27] registered\n[ 0.159323] acpiphp: Slot [28] registered\n[ 0.160017] acpiphp: Slot [29] registered\n[ 0.160847] acpiphp: Slot [30] registered\n[ 0.161672] acpiphp: Slot [31] registered\n[ 0.162492] PCI host bridge to bus 0000:00\n[ 0.163333] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.164004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.165146] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.166281] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.167529] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.168003] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.173838] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.175294] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.198427] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.199991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.200694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.202145] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.203570] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.204574] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.205852] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.205852] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.208003] vgaarb: loaded\n[ 0.208616] vgaarb: bridge control possible 0000:00:02.0\n[ 0.209828] SCSI subsystem initialized\n[ 0.210720] ACPI: bus type USB registered\n[ 0.210720] usbcore: registered new interface driver usbfs\n[ 0.212011] usbcore: registered new interface driver hub\n[ 0.213067] usbcore: registered new device driver usb\n[ 0.213067] PCI: Using ACPI for IRQ routing\n[ 0.213125] NetLabel: Initializing\n[ 0.216005] NetLabel: domain hash size = 128\n[ 0.216876] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.217888] NetLabel: unlabeled traffic allowed by default\n[ 0.218973] Switched to clocksource kvm-clock\n[ 0.223015] AppArmor: AppArmor Filesystem Enabled\n[ 0.223974] pnp: PnP ACPI init\n[ 0.224656] ACPI: bus type PNP registered\n[ 0.225858] pnp: PnP ACPI: found 8 devices\n[ 0.226694] ACPI: bus type PNP unregistered\n[ 0.233591] NET: Registered protocol family 2\n[ 0.234692] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.236245] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.237614] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.238904] TCP: reno registered\n[ 0.239607] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.240757] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.242019] NET: Registered protocol family 1\n[ 0.242926] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.244057] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.245291] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.266975] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.292245] Trying to unpack rootfs image as initramfs...\n[ 0.384304] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.386451] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.387648] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.388871] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.390644] Scanning for low memory corruption every 60 seconds\n[ 0.392271] Initialise system trusted keyring\n[ 0.393241] audit: initializing netlink socket (disabled)\n[ 0.394319] type=2000 audit(1534065280.621:1): initialized\n[ 0.413782] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.415870] zbud: loaded\n[ 0.416705] VFS: Disk quotas dquot_6.5.2\n[ 0.417559] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.419100] fuse init (API version 7.22)\n[ 0.419997] msgmni has been set to 3997\n[ 0.420860] Key type big_key registered\n[ 0.421922] Key type asymmetric registered\n[ 0.422773] Asymmetric key parser 'x509' registered\n[ 0.423753] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.425295] io scheduler noop registered\n[ 0.426150] io scheduler deadline registered (default)\n[ 0.427170] io scheduler cfq registered\n[ 0.428045] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.429137] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.430410] ipmi message handler version 39.2\n[ 0.431357] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.432848] ACPI: Power Button [PWRF]\n[ 0.433736] GHES: HEST is not enabled!\n[ 0.455407] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.498765] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.520888] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.522506] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.546542] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.548735] Linux agpgart interface v0.103\n[ 0.550364] brd: module loaded\n[ 0.551436] loop: module loaded\n[ 0.552423] blk-mq: CPU -> queue map\n[ 0.553186] CPU 0 -> Queue 0\n[ 0.553863] CPU 1 -> Queue 0\n[ 0.555087] vda: vda1\n[ 0.556399] scsi0 : ata_piix\n[ 0.557190] scsi1 : ata_piix\n[ 0.557907] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.559224] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.560746] libphy: Fixed MDIO Bus: probed\n[ 0.561711] tun: Universal TUN/TAP device driver, 1.6\n[ 0.562766] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.565458] PPP generic driver version 2.4.2\n[ 0.566468] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.567757] ehci-pci: EHCI PCI platform driver\n[ 0.568709] ehci-platform: EHCI generic platform driver\n[ 0.569781] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.571008] ohci-pci: OHCI PCI platform driver\n[ 0.571947] ohci-platform: OHCI generic platform driver\n[ 0.573048] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.595000] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.596081] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.597701] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.598933] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.600266] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.601796] usb usb1: Product: UHCI Host Controller\n[ 0.602790] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd\n[ 0.604065] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.605135] hub 1-0:1.0: USB hub found\n[ 0.605978] hub 1-0:1.0: 2 ports detected\n[ 0.606960] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.609196] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.610242] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.611422] mousedev: PS/2 mouse device common for all mice\n[ 0.612829] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.614843] rtc_cmos 00:00: RTC can wake from S4\n[ 0.616072] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.617351] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.618685] device-mapper: uevent: version 1.0.3\n[ 0.619733] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.621498] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.622808] TCP: cubic registered\n[ 0.623640] NET: Registered protocol family 10\n[ 0.624819] NET: Registered protocol family 17\n[ 0.625788] Key type dns_resolver registered\n[ 0.626893] Loading compiled-in X.509 certificates\n[ 0.628431] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0'\n[ 0.630348] registered taskstats version 1\n[ 0.639788] Key type trusted registered\n[ 0.643160] Key type encrypted registered\n[ 0.644069] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.645187] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.646730] regulator-dummy: disabling\n[ 0.647596] Magic number: 14:35:222\n[ 0.648533] rtc_cmos 00:00: setting system clock to 2018-08-12 09:14:40 UTC (1534065280)\n[ 0.650279] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.651486] EDD information not available.\n[ 0.717223] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000)\n[ 0.718947] Write protecting the kernel read-only data: 12288k\n[ 0.720597] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000)\n[ 0.723374] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.736408] systemd-udevd[107]: starting version 204\n[ 0.780484] FDC 0 is a S82078B\n[ 0.916093] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.080455] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.082146] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.083824] usb 1-1: Product: QEMU USB Tablet\n[ 1.084964] usb 1-1: Manufacturer: QEMU\n[ 1.085963] usb 1-1: SerialNumber: 42\n[ 1.384079] tsc: Refined TSC clocksource calibration: 3491.873 MHz\n[ 1.784908] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.025845] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.105280] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n[ 2.204483] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sun, 12 Aug 2018 09:14:42 +0000. Up 2.98 seconds.\ncloud-init-nonet[3.14]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[6.87]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Starting set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sun, 12 Aug 2018 09:14:46 +0000. Up 6.99 seconds.\nci-info: +++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+--------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+--------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:35:db:99 |\nci-info: | eth0 | True | 192.168.0.22 | 255.255.255.0 | fa:16:3e:9f:24:50 |\nci-info: +--------+-------+--------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.1 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\nc3:aa:e3:1b:bf:3c:ae:f9:5f:9e:0f:2c:e1:9a:ac:a3 root@dime-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| |\n| |\n| |\n| . |\n| S |\n| o + |\n| . . o + |\n| oB.o + o |\n| EoBOX+. o.. |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n45:4b:9d:ea:9d:48:d0:45:ac:24:bf:5a:60:6b:08:a9 root@dime-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| .o=o. |\n| ooo.+ |\n| . =oo |\n| o o.= |\n| . . oS= + . |\n| E . o = o |\n| . o |\n| . |\n| |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\n29:65:82:c4:b0:a6:7c:2e:90:7e:ad:80:9c:24:1f:9d root@dime-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| .o. |\n| o.. |\n| o . . o |\n|.+ . . + . |\n|=o..E . S |\n|B.+.. . |\n|.*.o . |\n| + . |\n| . |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\nde:1d:7f:74:47:fd:59:48:15:5b:8b:00:bb:6b:be:6d root@dime-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| ... .o+|\n| . ....=|\n| . ..o+|\n| . .+|\n| S. . .=|\n| . ... o .o|\n| .o. . . .|\n| o .E . |\n| oo. |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\n * Starting CPU interrupts balancing daemon[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS dime-0 ttyS0\n\ndime-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Sun, 12 Aug 2018 09:16:50 +0000. Up 130.78 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Sun, 12 Aug 2018 09:17:51 +0000. Up 191.55 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com\ngpg: no valid OpenPGP data found.\n+ apt-get update\nErr http://repo.cw-ngv.com binary/ InRelease\n \nErr http://repo.cw-ngv.com binary/ Release.gpg\n Could not resolve 'repo.cw-ngv.com'\nErr http://security.ubuntu.com trusty-security InRelease\n \nErr http://security.ubuntu.com trusty-security Release.gpg\n Could not resolve 'security.ubuntu.com'\nErr http://archive.ubuntu.com trusty InRelease\n \nErr http://archive.ubuntu.com trusty-updates InRelease\n \nErr http://archive.ubuntu.com trusty-backports InRelease\n \nErr http://archive.ubuntu.com trusty Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-updates Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-backports Release.gpg\n Could not resolve 'archive.ubuntu.com'\nReading package lists...\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease \n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com'\n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Some index files failed to download. They have been ignored, or old ones used instead.\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.23\n+ '[' -n 192.168.0.23 ']'\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install dime --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nSuggested packages:\n libdime-doc\nThe following NEW packages will be installed:\n dime\n0 upgraded, 1 newly installed, 0 to remove and 2 not upgraded.\nNeed to get 7354 B of archives.\nAfter this operation, 51.2 kB of additional disk space will be used.\nErr http://archive.ubuntu.com/ubuntu/ trusty/universe dime amd64 0.20030921-4\n Could not resolve 'archive.ubuntu.com'\nE: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/d/dime/dime_0.20030921-4_amd64.deb Could not resolve 'archive.ubuntu.com'\n\nE: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package clearwater-management\n+ retries=0\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.200\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.200\n++ echo A 172.30.9.200\n++ ip2rr 192.168.1.9\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.9\n++ echo A 192.168.1.9\n++ ip2rr 192.168.1.9\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.9\n++ echo A 192.168.1.9\n++ ip2rr 192.168.0.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.0.22\n++ echo A 192.168.0.22\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 0 -lt 10 ']'\n+ retries=1\n+ echo 'nsupdate failed - retrying (retry 1)...'\nnsupdate failed - retrying (retry 1)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.200\n++ echo 172.30.9.200\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.200\n++ ip2rr 192.168.1.9\n++ echo 192.168.1.9\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.9\n++ ip2rr 192.168.1.9\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.9\n++ echo A 192.168.1.9\n++ ip2rr 192.168.0.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.0.22\n++ echo A 192.168.0.22\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 1 -lt 10 ']'\n+ retries=2\n+ echo 'nsupdate failed - retrying (retry 2)...'\nnsupdate failed - retrying (retry 2)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.200\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.200\n++ echo A 172.30.9.200\n++ ip2rr 192.168.1.9\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.9\n++ echo A 192.168.1.9\n++ ip2rr 192.168.1.9\n++ echo 192.168.1.9\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.9\n++ ip2rr 192.168.0.22\n++ echo 192.168.0.22\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.0.22\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 2 -lt 10 ']'\n+ retries=3\n+ echo 'nsupdate failed - retrying (retry 3)...'\nnsupdate failed - retrying (retry 3)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.200\n++ echo 172.30.9.200\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.200\n++ ip2rr 192.168.1.9\n++ echo 192.168.1.9\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.9\n++ ip2rr 192.168.1.9\n++ echo 192.168.1.9\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.9\n++ ip2rr 192.168.0.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.0.22\n++ echo A 192.168.0.22\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 3 -lt 10 ']'\n+ retries=4\n+ echo 'nsupdate failed - retrying (retry 4)...'\nnsupdate failed - retrying (retry 4)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.200\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.200\n++ echo A 172.30.9.200\n++ ip2rr 192.168.1.9\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.9\n++ echo A 192.168.1.9\n++ ip2rr 192.168.1.9\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.9\n++ echo A 192.168.1.9\n++ ip2rr 192.168.0.22\n++ echo 192.168.0.22\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.0.22\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 4 -lt 10 ']'\n+ retries=5\n+ echo 'nsupdate failed - retrying (retry 5)...'\nnsupdate failed - retrying (retry 5)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.200\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.200\n++ echo A 172.30.9.200\n++ ip2rr 192.168.1.9\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.9\n++ echo A 192.168.1.9\n++ ip2rr 192.168.1.9\n++ echo 192.168.1.9\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.9\n++ ip2rr 192.168.0.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.0.22\n++ echo A 192.168.0.22\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 5 -lt 10 ']'\n+ retries=6\n+ echo 'nsupdate failed - retrying (retry 6)...'\nnsupdate failed - retrying (retry 6)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.200\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.200\n++ echo A 172.30.9.200\n++ ip2rr 192.168.1.9\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.9\n++ echo A 192.168.1.9\n++ ip2rr 192.168.1.9\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.9\n++ echo A 192.168.1.9\n++ ip2rr 192.168.0.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.0.22\n++ echo A 192.168.0.22\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 6 -lt 10 ']'\n+ retries=7\n+ echo 'nsupdate failed - retrying (retry 7)...'\nnsupdate failed - retrying (retry 7)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.200\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.200\n++ echo A 172.30.9.200\n++ ip2rr 192.168.1.9\n++ echo 192.168.1.9\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.9\n++ ip2rr 192.168.1.9\n++ echo 192.168.1.9\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.9\n++ ip2rr 192.168.0.22\n++ echo 192.168.0.22\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.0.22\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 7 -lt 10 ']'\n+ retries=8\n+ echo 'nsupdate failed - retrying (retry 8)...'\nnsupdate failed - retrying (retry 8)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.200\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.200\n++ echo A 172.30.9.200\n++ ip2rr 192.168.1.9\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.9\n++ echo A 192.168.1.9\n++ ip2rr 192.168.1.9\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.9\n++ echo A 192.168.1.9\n++ ip2rr 192.168.0.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.0.22\n++ echo A 192.168.0.22\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 8 -lt 10 ']'\n+ retries=9\n+ echo 'nsupdate failed - retrying (retry 9)...'\nnsupdate failed - retrying (retry 9)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.200\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.200\n++ echo A 172.30.9.200\n++ ip2rr 192.168.1.9\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.9\n++ echo A 192.168.1.9\n++ ip2rr 192.168.1.9\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.9\n++ echo A 192.168.1.9\n++ ip2rr 192.168.0.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.0.22\n++ echo A 192.168.0.22\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 9 -lt 10 ']'\n+ retries=10\n+ echo 'nsupdate failed - retrying (retry 10)...'\nnsupdate failed - retrying (retry 10)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.200\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.200\n++ echo A 172.30.9.200\n++ ip2rr 192.168.1.9\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.9\n++ echo A 192.168.1.9\n++ ip2rr 192.168.1.9\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.9\n++ echo A 192.168.1.9\n++ ip2rr 192.168.0.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.0.22\n++ echo A 192.168.0.22\n"} 2018-08-12 09:23:52,612 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/1c9b6e42-b18c-407e-8d00-9077025769fd/action used request id req-48f700eb-fd54-4224-84b8-e4f6af90cd86 2018-08-12 09:23:52,612 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.082316160202s 2018-08-12 09:23:52,614 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/1c9b6e42-b18c-407e-8d00-9077025769fd/action used request id req-48f700eb-fd54-4224-84b8-e4f6af90cd86 2018-08-12 09:23:52,614 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-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] 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-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] 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] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 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 2 CPUs, 0 hotplug CPUs [ 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 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008000] Security Framework initialized [ 0.008029] AppArmor: AppArmor initialized [ 0.008874] Yama: becoming mindful. [ 0.009746] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.012798] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.014744] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.016005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.017543] Initializing cgroup subsys memory [ 0.018439] Initializing cgroup subsys devices [ 0.019336] Initializing cgroup subsys freezer [ 0.020003] Initializing cgroup subsys blkio [ 0.020859] Initializing cgroup subsys perf_event [ 0.021776] Initializing cgroup subsys hugetlb [ 0.022704] CPU: Physical Processor ID: 0 [ 0.023525] FEATURE SPEC_CTRL Not Present [ 0.024683] mce: CPU supports 10 MCE banks [ 0.025535] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.025535] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.028003] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.029186] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.030643] Speculative Store Bypass: Vulnerable [ 0.032173] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000) [ 0.036269] ACPI: Core revision 20131115 [ 0.037527] ACPI: All ACPI Tables successfully acquired [ 0.038693] ftrace: allocating 28727 entries in 113 pages [ 0.060255] Enabling x2apic [ 0.060906] Enabled x2apic [ 0.061716] Switched APIC routing to physical x2apic. [ 0.064902] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.066126] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.068955] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.076976] KVM setup paravirtual spinlock [ 0.079085] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.080147] x86: Booting SMP configuration: [ 0.081066] .... node #0, CPUs: #1[ 0.079051] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.096017] x86: Booted up 1 node, 2 CPUs [ 0.096011] KVM setup async PF for cpu 1 [ 0.096014] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.098711] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.100232] devtmpfs: initialized [ 0.101950] EVM: security.selinux [ 0.102663] EVM: security.SMACK64 [ 0.103365] EVM: security.ima [ 0.104005] EVM: security.capability [ 0.104793] pinctrl core: initialized pinctrl subsystem [ 0.105847] regulator-dummy: no parameters [ 0.106736] RTC time: 9:14:39, date: 08/12/18 [ 0.108034] NET: Registered protocol family 16 [ 0.109009] cpuidle: using governor ladder [ 0.109836] cpuidle: using governor menu [ 0.110718] ACPI: bus type PCI registered [ 0.111531] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.112092] PCI: Using configuration type 1 for base access [ 0.113671] bio: create slab at 0 [ 0.113671] ACPI: Added _OSI(Module Device) [ 0.113671] ACPI: Added _OSI(Processor Device) [ 0.116003] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.116914] ACPI: Added _OSI(Processor Aggregator Device) [ 0.118933] ACPI: Interpreter enabled [ 0.119704] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.121204] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.123068] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.124529] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.126391] ACPI: (supports S0 S5) [ 0.127103] ACPI: Using IOAPIC for interrupt routing [ 0.128013] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.132191] ACPI: No dock devices found. [ 0.134771] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.135934] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.136006] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.137230] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.139495] acpiphp: Slot [3] registered [ 0.140018] acpiphp: Slot [4] registered [ 0.140828] acpiphp: Slot [5] registered [ 0.141643] acpiphp: Slot [6] registered [ 0.142457] acpiphp: Slot [7] registered [ 0.143268] acpiphp: Slot [8] registered [ 0.144016] acpiphp: Slot [9] registered [ 0.144834] acpiphp: Slot [10] registered [ 0.145665] acpiphp: Slot [11] registered [ 0.146501] acpiphp: Slot [12] registered [ 0.147325] acpiphp: Slot [13] registered [ 0.148023] acpiphp: Slot [14] registered [ 0.148850] acpiphp: Slot [15] registered [ 0.149670] acpiphp: Slot [16] registered [ 0.150502] acpiphp: Slot [17] registered [ 0.151340] acpiphp: Slot [18] registered [ 0.152022] acpiphp: Slot [19] registered [ 0.152851] acpiphp: Slot [20] registered [ 0.153675] acpiphp: Slot [21] registered [ 0.154496] acpiphp: Slot [22] registered [ 0.155325] acpiphp: Slot [23] registered [ 0.156022] acpiphp: Slot [24] registered [ 0.156854] acpiphp: Slot [25] registered [ 0.157676] acpiphp: Slot [26] registered [ 0.158500] acpiphp: Slot [27] registered [ 0.159323] acpiphp: Slot [28] registered [ 0.160017] acpiphp: Slot [29] registered [ 0.160847] acpiphp: Slot [30] registered [ 0.161672] acpiphp: Slot [31] registered [ 0.162492] PCI host bridge to bus 0000:00 [ 0.163333] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.164004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.165146] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.166281] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.167529] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.168003] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.173838] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.175294] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.198427] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.199991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.200694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.202145] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.203570] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.204574] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.205852] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.205852] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.208003] vgaarb: loaded [ 0.208616] vgaarb: bridge control possible 0000:00:02.0 [ 0.209828] SCSI subsystem initialized [ 0.210720] ACPI: bus type USB registered [ 0.210720] usbcore: registered new interface driver usbfs [ 0.212011] usbcore: registered new interface driver hub [ 0.213067] usbcore: registered new device driver usb [ 0.213067] PCI: Using ACPI for IRQ routing [ 0.213125] NetLabel: Initializing [ 0.216005] NetLabel: domain hash size = 128 [ 0.216876] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.217888] NetLabel: unlabeled traffic allowed by default [ 0.218973] Switched to clocksource kvm-clock [ 0.223015] AppArmor: AppArmor Filesystem Enabled [ 0.223974] pnp: PnP ACPI init [ 0.224656] ACPI: bus type PNP registered [ 0.225858] pnp: PnP ACPI: found 8 devices [ 0.226694] ACPI: bus type PNP unregistered [ 0.233591] NET: Registered protocol family 2 [ 0.234692] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.236245] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.237614] TCP: Hash tables configured (established 16384 bind 16384) [ 0.238904] TCP: reno registered [ 0.239607] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.240757] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.242019] NET: Registered protocol family 1 [ 0.242926] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.244057] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.245291] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.266975] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.292245] Trying to unpack rootfs image as initramfs... [ 0.384304] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.386451] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.387648] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.388871] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.390644] Scanning for low memory corruption every 60 seconds [ 0.392271] Initialise system trusted keyring [ 0.393241] audit: initializing netlink socket (disabled) [ 0.394319] type=2000 audit(1534065280.621:1): initialized [ 0.413782] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.415870] zbud: loaded [ 0.416705] VFS: Disk quotas dquot_6.5.2 [ 0.417559] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.419100] fuse init (API version 7.22) [ 0.419997] msgmni has been set to 3997 [ 0.420860] Key type big_key registered [ 0.421922] Key type asymmetric registered [ 0.422773] Asymmetric key parser 'x509' registered [ 0.423753] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.425295] io scheduler noop registered [ 0.426150] io scheduler deadline registered (default) [ 0.427170] io scheduler cfq registered [ 0.428045] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.429137] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.430410] ipmi message handler version 39.2 [ 0.431357] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.432848] ACPI: Power Button [PWRF] [ 0.433736] GHES: HEST is not enabled! [ 0.455407] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.498765] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.520888] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.522506] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.546542] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.548735] Linux agpgart interface v0.103 [ 0.550364] brd: module loaded [ 0.551436] loop: module loaded [ 0.552423] blk-mq: CPU -> queue map [ 0.553186] CPU 0 -> Queue 0 [ 0.553863] CPU 1 -> Queue 0 [ 0.555087] vda: vda1 [ 0.556399] scsi0 : ata_piix [ 0.557190] scsi1 : ata_piix [ 0.557907] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.559224] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.560746] libphy: Fixed MDIO Bus: probed [ 0.561711] tun: Universal TUN/TAP device driver, 1.6 [ 0.562766] tun: (C) 1999-2004 Max Krasnyansky [ 0.565458] PPP generic driver version 2.4.2 [ 0.566468] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.567757] ehci-pci: EHCI PCI platform driver [ 0.568709] ehci-platform: EHCI generic platform driver [ 0.569781] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.571008] ohci-pci: OHCI PCI platform driver [ 0.571947] ohci-platform: OHCI generic platform driver [ 0.573048] uhci_hcd: USB Universal Host Controller Interface driver [ 0.595000] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.596081] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.597701] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.598933] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.600266] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.601796] usb usb1: Product: UHCI Host Controller [ 0.602790] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd [ 0.604065] usb usb1: SerialNumber: 0000:00:01.2 [ 0.605135] hub 1-0:1.0: USB hub found [ 0.605978] hub 1-0:1.0: 2 ports detected [ 0.606960] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.609196] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.610242] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.611422] mousedev: PS/2 mouse device common for all mice [ 0.612829] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.614843] rtc_cmos 00:00: RTC can wake from S4 [ 0.616072] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.617351] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.618685] device-mapper: uevent: version 1.0.3 [ 0.619733] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.621498] ledtrig-cpu: registered to indicate activity on CPUs [ 0.622808] TCP: cubic registered [ 0.623640] NET: Registered protocol family 10 [ 0.624819] NET: Registered protocol family 17 [ 0.625788] Key type dns_resolver registered [ 0.626893] Loading compiled-in X.509 certificates [ 0.628431] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0' [ 0.630348] registered taskstats version 1 [ 0.639788] Key type trusted registered [ 0.643160] Key type encrypted registered [ 0.644069] AppArmor: AppArmor sha1 policy hashing enabled [ 0.645187] IMA: No TPM chip found, activating TPM-bypass! [ 0.646730] regulator-dummy: disabling [ 0.647596] Magic number: 14:35:222 [ 0.648533] rtc_cmos 00:00: setting system clock to 2018-08-12 09:14:40 UTC (1534065280) [ 0.650279] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.651486] EDD information not available. [ 0.717223] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000) [ 0.718947] Write protecting the kernel read-only data: 12288k [ 0.720597] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000) [ 0.723374] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.736408] systemd-udevd[107]: starting version 204 [ 0.780484] FDC 0 is a S82078B [ 0.916093] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.080455] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.082146] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.083824] usb 1-1: Product: QEMU USB Tablet [ 1.084964] usb 1-1: Manufacturer: QEMU [ 1.085963] usb 1-1: SerialNumber: 42 [ 1.384079] tsc: Refined TSC clocksource calibration: 3491.873 MHz [ 1.784908] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.025845] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.105280] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] [ 2.204483] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sun, 12 Aug 2018 09:14:42 +0000. Up 2.98 seconds. cloud-init-nonet[3.14]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[6.87]: static networking is now up * Starting configure network device[74G[ OK ] * Starting set sysctls from /etc/sysctl.conf[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sun, 12 Aug 2018 09:14:46 +0000. Up 6.99 seconds. ci-info: +++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+--------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+--------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:35:db:99 | ci-info: | eth0 | True | 192.168.0.22 | 255.255.255.0 | fa:16:3e:9f:24:50 | ci-info: +--------+-------+--------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.1 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: c3:aa:e3:1b:bf:3c:ae:f9:5f:9e:0f:2c:e1:9a:ac:a3 root@dime-0 The key's randomart image is: +--[ RSA 2048]----+ | | | | | | | . | | S | | o + | | . . o + | | oB.o + o | | EoBOX+. o.. | +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: 45:4b:9d:ea:9d:48:d0:45:ac:24:bf:5a:60:6b:08:a9 root@dime-0 The key's randomart image is: +--[ DSA 1024]----+ | .o=o. | | ooo.+ | | . =oo | | o o.= | | . . oS= + . | | E . o = o | | . o | | . | | | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: 29:65:82:c4:b0:a6:7c:2e:90:7e:ad:80:9c:24:1f:9d root@dime-0 The key's randomart image is: +--[ECDSA 256]---+ | .o. | | o.. | | o . . o | |.+ . . + . | |=o..E . S | |B.+.. . | |.*.o . | | + . | | . | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: de:1d:7f:74:47:fd:59:48:15:5b:8b:00:bb:6b:be:6d root@dime-0 The key's randomart image is: +--[ED25519 256--+ | ... .o+| | . ....=| | . ..o+| | . .+| | S. . .=| | . ... o .o| | .o. . . .| | o .E . | | oo. | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off * Starting CPU interrupts balancing daemon[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS dime-0 ttyS0 dime-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Sun, 12 Aug 2018 09:16:50 +0000. Up 130.78 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Sun, 12 Aug 2018 09:17:51 +0000. Up 191.55 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com gpg: no valid OpenPGP data found. + apt-get update Err http://repo.cw-ngv.com binary/ InRelease Err http://repo.cw-ngv.com binary/ Release.gpg Could not resolve 'repo.cw-ngv.com' Err http://security.ubuntu.com trusty-security InRelease Err http://security.ubuntu.com trusty-security Release.gpg Could not resolve 'security.ubuntu.com' Err http://archive.ubuntu.com trusty InRelease Err http://archive.ubuntu.com trusty-updates InRelease Err http://archive.ubuntu.com trusty-backports InRelease Err http://archive.ubuntu.com trusty Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-updates Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-backports Release.gpg Could not resolve 'archive.ubuntu.com' Reading package lists... W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com' W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com' W: Some index files failed to download. They have been ignored, or old ones used instead. + mkdir -p /etc/clearwater + etcd_ip=192.168.0.23 + '[' -n 192.168.0.23 ']' + cat + DEBIAN_FRONTEND=noninteractive + apt-get install dime --yes --force-yes Reading package lists... Building dependency tree... Reading state information... Suggested packages: libdime-doc The following NEW packages will be installed: dime 0 upgraded, 1 newly installed, 0 to remove and 2 not upgraded. Need to get 7354 B of archives. After this operation, 51.2 kB of additional disk space will be used. Err http://archive.ubuntu.com/ubuntu/ trusty/universe dime amd64 0.20030921-4 Could not resolve 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/d/dime/dime_0.20030921-4_amd64.deb Could not resolve 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package clearwater-management + retries=0 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.200 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.200 ++ echo A 172.30.9.200 ++ ip2rr 192.168.1.9 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.9 ++ echo A 192.168.1.9 ++ ip2rr 192.168.1.9 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.9 ++ echo A 192.168.1.9 ++ ip2rr 192.168.0.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.0.22 ++ echo A 192.168.0.22 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 0 -lt 10 ']' + retries=1 + echo 'nsupdate failed - retrying (retry 1)...' nsupdate failed - retrying (retry 1)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.200 ++ echo 172.30.9.200 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.200 ++ ip2rr 192.168.1.9 ++ echo 192.168.1.9 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.9 ++ ip2rr 192.168.1.9 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.9 ++ echo A 192.168.1.9 ++ ip2rr 192.168.0.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.0.22 ++ echo A 192.168.0.22 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 1 -lt 10 ']' + retries=2 + echo 'nsupdate failed - retrying (retry 2)...' nsupdate failed - retrying (retry 2)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.200 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.200 ++ echo A 172.30.9.200 ++ ip2rr 192.168.1.9 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.9 ++ echo A 192.168.1.9 ++ ip2rr 192.168.1.9 ++ echo 192.168.1.9 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.9 ++ ip2rr 192.168.0.22 ++ echo 192.168.0.22 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.0.22 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 2 -lt 10 ']' + retries=3 + echo 'nsupdate failed - retrying (retry 3)...' nsupdate failed - retrying (retry 3)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.200 ++ echo 172.30.9.200 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.200 ++ ip2rr 192.168.1.9 ++ echo 192.168.1.9 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.9 ++ ip2rr 192.168.1.9 ++ echo 192.168.1.9 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.9 ++ ip2rr 192.168.0.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.0.22 ++ echo A 192.168.0.22 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 3 -lt 10 ']' + retries=4 + echo 'nsupdate failed - retrying (retry 4)...' nsupdate failed - retrying (retry 4)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.200 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.200 ++ echo A 172.30.9.200 ++ ip2rr 192.168.1.9 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.9 ++ echo A 192.168.1.9 ++ ip2rr 192.168.1.9 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.9 ++ echo A 192.168.1.9 ++ ip2rr 192.168.0.22 ++ echo 192.168.0.22 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.0.22 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 4 -lt 10 ']' + retries=5 + echo 'nsupdate failed - retrying (retry 5)...' nsupdate failed - retrying (retry 5)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.200 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.200 ++ echo A 172.30.9.200 ++ ip2rr 192.168.1.9 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.9 ++ echo A 192.168.1.9 ++ ip2rr 192.168.1.9 ++ echo 192.168.1.9 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.9 ++ ip2rr 192.168.0.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.0.22 ++ echo A 192.168.0.22 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 5 -lt 10 ']' + retries=6 + echo 'nsupdate failed - retrying (retry 6)...' nsupdate failed - retrying (retry 6)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.200 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.200 ++ echo A 172.30.9.200 ++ ip2rr 192.168.1.9 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.9 ++ echo A 192.168.1.9 ++ ip2rr 192.168.1.9 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.9 ++ echo A 192.168.1.9 ++ ip2rr 192.168.0.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.0.22 ++ echo A 192.168.0.22 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 6 -lt 10 ']' + retries=7 + echo 'nsupdate failed - retrying (retry 7)...' nsupdate failed - retrying (retry 7)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.200 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.200 ++ echo A 172.30.9.200 ++ ip2rr 192.168.1.9 ++ echo 192.168.1.9 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.9 ++ ip2rr 192.168.1.9 ++ echo 192.168.1.9 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.9 ++ ip2rr 192.168.0.22 ++ echo 192.168.0.22 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.0.22 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 7 -lt 10 ']' + retries=8 + echo 'nsupdate failed - retrying (retry 8)...' nsupdate failed - retrying (retry 8)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.200 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.200 ++ echo A 172.30.9.200 ++ ip2rr 192.168.1.9 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.9 ++ echo A 192.168.1.9 ++ ip2rr 192.168.1.9 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.9 ++ echo A 192.168.1.9 ++ ip2rr 192.168.0.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.0.22 ++ echo A 192.168.0.22 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 8 -lt 10 ']' + retries=9 + echo 'nsupdate failed - retrying (retry 9)...' nsupdate failed - retrying (retry 9)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.200 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.200 ++ echo A 172.30.9.200 ++ ip2rr 192.168.1.9 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.9 ++ echo A 192.168.1.9 ++ ip2rr 192.168.1.9 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.9 ++ echo A 192.168.1.9 ++ ip2rr 192.168.0.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.0.22 ++ echo A 192.168.0.22 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 9 -lt 10 ']' + retries=10 + echo 'nsupdate failed - retrying (retry 10)...' nsupdate failed - retrying (retry 10)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.200 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.200 ++ echo A 172.30.9.200 ++ ip2rr 192.168.1.9 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.9 ++ echo A 192.168.1.9 ++ ip2rr 192.168.1.9 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.9 ++ echo A 192.168.1.9 ++ ip2rr 192.168.0.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.0.22 ++ echo A 192.168.0.22 2018-08-12 09:23:52,616 - functest.core.singlevm - DEBUG - try 2: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-12 09:24:02,619 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:24:02,623 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:24:03,768 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:24: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-05927350-24c3-4ccd-88be-edd680fcc94b x-compute-request-id: req-05927350-24c3-4ccd-88be-edd680fcc94b Content-Encoding: gzip Content-Length: 1505 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:8c:69", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:8c:69", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:47:bc", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:47:bc", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/0d05f869-c182-4a19-86bf-4ac078c523fd", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:41.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "0d05f869-c182-4a19-86bf-4ac078c523fd", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:41Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "homer-0.clearwater.opnfv", "created": "2018-08-12T09:14:06Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:24:50", "version": 4, "addr": "192.168.0.22", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:24:50", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:35:db:99", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/1c9b6e42-b18c-407e-8d00-9077025769fd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1c9b6e42-b18c-407e-8d00-9077025769fd", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:39.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "1c9b6e42-b18c-407e-8d00-9077025769fd", "security_groups": [{"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:39Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "dime-0.clearwater.opnfv", "created": "2018-08-12T09:14:05Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:73:af", "version": 4, "addr": "192.168.0.17", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:73:af", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:b9:f2", "version": 4, "addr": "192.168.1.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:b9:f2", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:41.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:41Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "bono-0.clearwater.opnfv", "created": "2018-08-12T09:14:05Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:27:6c", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:27:6c", "version": 4, "addr": "172.30.9.216", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:82:86", "version": 4, "addr": "192.168.1.24", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/566a63cc-7490-4385-b2ac-bfb24030a031", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/566a63cc-7490-4385-b2ac-bfb24030a031", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:34.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "566a63cc-7490-4385-b2ac-bfb24030a031", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:34Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-12T09:14:04Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:9d:e5", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:9d:e5", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b4:d8:25", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/7a80620a-d807-4698-b6c3-7c140a7b5157", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/7a80620a-d807-4698-b6c3-7c140a7b5157", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:25.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "7a80620a-d807-4698-b6c3-7c140a7b5157", "security_groups": [{"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:25Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-12T09:14:04Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:ca:f6", "version": 4, "addr": "192.168.0.23", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:ca:f6", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/3544e1e5-febb-4596-964e-1a53f9d26ab6", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/3544e1e5-febb-4596-964e-1a53f9d26ab6", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:13:48.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "3544e1e5-febb-4596-964e-1a53f9d26ab6", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:13:48Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-12T09:12:11Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:77:d2", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:77:d2", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ac:00:39", "version": 4, "addr": "192.168.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/24234aa3-febc-4826-8d67-0c33e6f38782", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/24234aa3-febc-4826-8d67-0c33e6f38782", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:12:00.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "24234aa3-febc-4826-8d67-0c33e6f38782", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:12:00Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "ns.clearwater.opnfv", "created": "2018-08-12T09:10:20Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:24:03,769 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-05927350-24c3-4ccd-88be-edd680fcc94b 2018-08-12 09:24:03,769 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.14928984642s 2018-08-12 09:24:03,770 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-05927350-24c3-4ccd-88be-edd680fcc94b 2018-08-12 09:24:03,777 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-12 09:24:03,780 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/1c9b6e42-b18c-407e-8d00-9077025769fd/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}d584eff3730be386f99aabb4bf64013d89965dc6" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 09:24:03,853 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:24: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-a4d9666b-d10f-4c14-8560-b3e87323e456 x-compute-request-id: req-a4d9666b-d10f-4c14-8560-b3e87323e456 Content-Encoding: gzip Content-Length: 11148 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 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] 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-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] 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] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\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 2 CPUs, 0 hotplug CPUs\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 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008000] Security Framework initialized\n[ 0.008029] AppArmor: AppArmor initialized\n[ 0.008874] Yama: becoming mindful.\n[ 0.009746] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.012798] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.014744] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.016005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.017543] Initializing cgroup subsys memory\n[ 0.018439] Initializing cgroup subsys devices\n[ 0.019336] Initializing cgroup subsys freezer\n[ 0.020003] Initializing cgroup subsys blkio\n[ 0.020859] Initializing cgroup subsys perf_event\n[ 0.021776] Initializing cgroup subsys hugetlb\n[ 0.022704] CPU: Physical Processor ID: 0\n[ 0.023525] FEATURE SPEC_CTRL Not Present\n[ 0.024683] mce: CPU supports 10 MCE banks\n[ 0.025535] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.025535] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.028003] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.029186] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.030643] Speculative Store Bypass: Vulnerable\n[ 0.032173] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000)\n[ 0.036269] ACPI: Core revision 20131115\n[ 0.037527] ACPI: All ACPI Tables successfully acquired\n[ 0.038693] ftrace: allocating 28727 entries in 113 pages\n[ 0.060255] Enabling x2apic\n[ 0.060906] Enabled x2apic\n[ 0.061716] Switched APIC routing to physical x2apic.\n[ 0.064902] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.066126] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.068955] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.076976] KVM setup paravirtual spinlock\n[ 0.079085] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.080147] x86: Booting SMP configuration:\n[ 0.081066] .... node #0, CPUs: #1[ 0.079051] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.096017] x86: Booted up 1 node, 2 CPUs\n[ 0.096011] KVM setup async PF for cpu 1\n[ 0.096014] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.098711] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.100232] devtmpfs: initialized\n[ 0.101950] EVM: security.selinux\n[ 0.102663] EVM: security.SMACK64\n[ 0.103365] EVM: security.ima\n[ 0.104005] EVM: security.capability\n[ 0.104793] pinctrl core: initialized pinctrl subsystem\n[ 0.105847] regulator-dummy: no parameters\n[ 0.106736] RTC time: 9:14:39, date: 08/12/18\n[ 0.108034] NET: Registered protocol family 16\n[ 0.109009] cpuidle: using governor ladder\n[ 0.109836] cpuidle: using governor menu\n[ 0.110718] ACPI: bus type PCI registered\n[ 0.111531] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.112092] PCI: Using configuration type 1 for base access\n[ 0.113671] bio: create slab at 0\n[ 0.113671] ACPI: Added _OSI(Module Device)\n[ 0.113671] ACPI: Added _OSI(Processor Device)\n[ 0.116003] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.116914] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.118933] ACPI: Interpreter enabled\n[ 0.119704] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.121204] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.123068] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.124529] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.126391] ACPI: (supports S0 S5)\n[ 0.127103] ACPI: Using IOAPIC for interrupt routing\n[ 0.128013] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.132191] ACPI: No dock devices found.\n[ 0.134771] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.135934] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.136006] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.137230] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.139495] acpiphp: Slot [3] registered\n[ 0.140018] acpiphp: Slot [4] registered\n[ 0.140828] acpiphp: Slot [5] registered\n[ 0.141643] acpiphp: Slot [6] registered\n[ 0.142457] acpiphp: Slot [7] registered\n[ 0.143268] acpiphp: Slot [8] registered\n[ 0.144016] acpiphp: Slot [9] registered\n[ 0.144834] acpiphp: Slot [10] registered\n[ 0.145665] acpiphp: Slot [11] registered\n[ 0.146501] acpiphp: Slot [12] registered\n[ 0.147325] acpiphp: Slot [13] registered\n[ 0.148023] acpiphp: Slot [14] registered\n[ 0.148850] acpiphp: Slot [15] registered\n[ 0.149670] acpiphp: Slot [16] registered\n[ 0.150502] acpiphp: Slot [17] registered\n[ 0.151340] acpiphp: Slot [18] registered\n[ 0.152022] acpiphp: Slot [19] registered\n[ 0.152851] acpiphp: Slot [20] registered\n[ 0.153675] acpiphp: Slot [21] registered\n[ 0.154496] acpiphp: Slot [22] registered\n[ 0.155325] acpiphp: Slot [23] registered\n[ 0.156022] acpiphp: Slot [24] registered\n[ 0.156854] acpiphp: Slot [25] registered\n[ 0.157676] acpiphp: Slot [26] registered\n[ 0.158500] acpiphp: Slot [27] registered\n[ 0.159323] acpiphp: Slot [28] registered\n[ 0.160017] acpiphp: Slot [29] registered\n[ 0.160847] acpiphp: Slot [30] registered\n[ 0.161672] acpiphp: Slot [31] registered\n[ 0.162492] PCI host bridge to bus 0000:00\n[ 0.163333] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.164004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.165146] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.166281] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.167529] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.168003] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.173838] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.175294] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.198427] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.199991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.200694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.202145] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.203570] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.204574] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.205852] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.205852] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.208003] vgaarb: loaded\n[ 0.208616] vgaarb: bridge control possible 0000:00:02.0\n[ 0.209828] SCSI subsystem initialized\n[ 0.210720] ACPI: bus type USB registered\n[ 0.210720] usbcore: registered new interface driver usbfs\n[ 0.212011] usbcore: registered new interface driver hub\n[ 0.213067] usbcore: registered new device driver usb\n[ 0.213067] PCI: Using ACPI for IRQ routing\n[ 0.213125] NetLabel: Initializing\n[ 0.216005] NetLabel: domain hash size = 128\n[ 0.216876] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.217888] NetLabel: unlabeled traffic allowed by default\n[ 0.218973] Switched to clocksource kvm-clock\n[ 0.223015] AppArmor: AppArmor Filesystem Enabled\n[ 0.223974] pnp: PnP ACPI init\n[ 0.224656] ACPI: bus type PNP registered\n[ 0.225858] pnp: PnP ACPI: found 8 devices\n[ 0.226694] ACPI: bus type PNP unregistered\n[ 0.233591] NET: Registered protocol family 2\n[ 0.234692] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.236245] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.237614] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.238904] TCP: reno registered\n[ 0.239607] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.240757] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.242019] NET: Registered protocol family 1\n[ 0.242926] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.244057] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.245291] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.266975] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.292245] Trying to unpack rootfs image as initramfs...\n[ 0.384304] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.386451] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.387648] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.388871] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.390644] Scanning for low memory corruption every 60 seconds\n[ 0.392271] Initialise system trusted keyring\n[ 0.393241] audit: initializing netlink socket (disabled)\n[ 0.394319] type=2000 audit(1534065280.621:1): initialized\n[ 0.413782] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.415870] zbud: loaded\n[ 0.416705] VFS: Disk quotas dquot_6.5.2\n[ 0.417559] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.419100] fuse init (API version 7.22)\n[ 0.419997] msgmni has been set to 3997\n[ 0.420860] Key type big_key registered\n[ 0.421922] Key type asymmetric registered\n[ 0.422773] Asymmetric key parser 'x509' registered\n[ 0.423753] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.425295] io scheduler noop registered\n[ 0.426150] io scheduler deadline registered (default)\n[ 0.427170] io scheduler cfq registered\n[ 0.428045] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.429137] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.430410] ipmi message handler version 39.2\n[ 0.431357] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.432848] ACPI: Power Button [PWRF]\n[ 0.433736] GHES: HEST is not enabled!\n[ 0.455407] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.498765] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.520888] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.522506] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.546542] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.548735] Linux agpgart interface v0.103\n[ 0.550364] brd: module loaded\n[ 0.551436] loop: module loaded\n[ 0.552423] blk-mq: CPU -> queue map\n[ 0.553186] CPU 0 -> Queue 0\n[ 0.553863] CPU 1 -> Queue 0\n[ 0.555087] vda: vda1\n[ 0.556399] scsi0 : ata_piix\n[ 0.557190] scsi1 : ata_piix\n[ 0.557907] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.559224] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.560746] libphy: Fixed MDIO Bus: probed\n[ 0.561711] tun: Universal TUN/TAP device driver, 1.6\n[ 0.562766] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.565458] PPP generic driver version 2.4.2\n[ 0.566468] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.567757] ehci-pci: EHCI PCI platform driver\n[ 0.568709] ehci-platform: EHCI generic platform driver\n[ 0.569781] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.571008] ohci-pci: OHCI PCI platform driver\n[ 0.571947] ohci-platform: OHCI generic platform driver\n[ 0.573048] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.595000] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.596081] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.597701] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.598933] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.600266] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.601796] usb usb1: Product: UHCI Host Controller\n[ 0.602790] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd\n[ 0.604065] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.605135] hub 1-0:1.0: USB hub found\n[ 0.605978] hub 1-0:1.0: 2 ports detected\n[ 0.606960] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.609196] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.610242] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.611422] mousedev: PS/2 mouse device common for all mice\n[ 0.612829] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.614843] rtc_cmos 00:00: RTC can wake from S4\n[ 0.616072] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.617351] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.618685] device-mapper: uevent: version 1.0.3\n[ 0.619733] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.621498] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.622808] TCP: cubic registered\n[ 0.623640] NET: Registered protocol family 10\n[ 0.624819] NET: Registered protocol family 17\n[ 0.625788] Key type dns_resolver registered\n[ 0.626893] Loading compiled-in X.509 certificates\n[ 0.628431] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0'\n[ 0.630348] registered taskstats version 1\n[ 0.639788] Key type trusted registered\n[ 0.643160] Key type encrypted registered\n[ 0.644069] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.645187] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.646730] regulator-dummy: disabling\n[ 0.647596] Magic number: 14:35:222\n[ 0.648533] rtc_cmos 00:00: setting system clock to 2018-08-12 09:14:40 UTC (1534065280)\n[ 0.650279] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.651486] EDD information not available.\n[ 0.717223] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000)\n[ 0.718947] Write protecting the kernel read-only data: 12288k\n[ 0.720597] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000)\n[ 0.723374] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.736408] systemd-udevd[107]: starting version 204\n[ 0.780484] FDC 0 is a S82078B\n[ 0.916093] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.080455] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.082146] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.083824] usb 1-1: Product: QEMU USB Tablet\n[ 1.084964] usb 1-1: Manufacturer: QEMU\n[ 1.085963] usb 1-1: SerialNumber: 42\n[ 1.384079] tsc: Refined TSC clocksource calibration: 3491.873 MHz\n[ 1.784908] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.025845] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.105280] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n[ 2.204483] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sun, 12 Aug 2018 09:14:42 +0000. Up 2.98 seconds.\ncloud-init-nonet[3.14]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[6.87]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Starting set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sun, 12 Aug 2018 09:14:46 +0000. Up 6.99 seconds.\nci-info: +++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+--------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+--------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:35:db:99 |\nci-info: | eth0 | True | 192.168.0.22 | 255.255.255.0 | fa:16:3e:9f:24:50 |\nci-info: +--------+-------+--------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.1 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\nc3:aa:e3:1b:bf:3c:ae:f9:5f:9e:0f:2c:e1:9a:ac:a3 root@dime-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| |\n| |\n| |\n| . |\n| S |\n| o + |\n| . . o + |\n| oB.o + o |\n| EoBOX+. o.. |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n45:4b:9d:ea:9d:48:d0:45:ac:24:bf:5a:60:6b:08:a9 root@dime-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| .o=o. |\n| ooo.+ |\n| . =oo |\n| o o.= |\n| . . oS= + . |\n| E . o = o |\n| . o |\n| . |\n| |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\n29:65:82:c4:b0:a6:7c:2e:90:7e:ad:80:9c:24:1f:9d root@dime-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| .o. |\n| o.. |\n| o . . o |\n|.+ . . + . |\n|=o..E . S |\n|B.+.. . |\n|.*.o . |\n| + . |\n| . |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\nde:1d:7f:74:47:fd:59:48:15:5b:8b:00:bb:6b:be:6d root@dime-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| ... .o+|\n| . ....=|\n| . ..o+|\n| . .+|\n| S. . .=|\n| . ... o .o|\n| .o. . . .|\n| o .E . |\n| oo. |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\n * Starting CPU interrupts balancing daemon[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS dime-0 ttyS0\n\ndime-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Sun, 12 Aug 2018 09:16:50 +0000. Up 130.78 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Sun, 12 Aug 2018 09:17:51 +0000. Up 191.55 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com\ngpg: no valid OpenPGP data found.\n+ apt-get update\nErr http://repo.cw-ngv.com binary/ InRelease\n \nErr http://repo.cw-ngv.com binary/ Release.gpg\n Could not resolve 'repo.cw-ngv.com'\nErr http://security.ubuntu.com trusty-security InRelease\n \nErr http://security.ubuntu.com trusty-security Release.gpg\n Could not resolve 'security.ubuntu.com'\nErr http://archive.ubuntu.com trusty InRelease\n \nErr http://archive.ubuntu.com trusty-updates InRelease\n \nErr http://archive.ubuntu.com trusty-backports InRelease\n \nErr http://archive.ubuntu.com trusty Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-updates Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-backports Release.gpg\n Could not resolve 'archive.ubuntu.com'\nReading package lists...\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease \n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com'\n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Some index files failed to download. They have been ignored, or old ones used instead.\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.23\n+ '[' -n 192.168.0.23 ']'\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install dime --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nSuggested packages:\n libdime-doc\nThe following NEW packages will be installed:\n dime\n0 upgraded, 1 newly installed, 0 to remove and 2 not upgraded.\nNeed to get 7354 B of archives.\nAfter this operation, 51.2 kB of additional disk space will be used.\nErr http://archive.ubuntu.com/ubuntu/ trusty/universe dime amd64 0.20030921-4\n Could not resolve 'archive.ubuntu.com'\nE: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/d/dime/dime_0.20030921-4_amd64.deb Could not resolve 'archive.ubuntu.com'\n\nE: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package clearwater-management\n+ retries=0\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.200\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.200\n++ echo A 172.30.9.200\n++ ip2rr 192.168.1.9\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.9\n++ echo A 192.168.1.9\n++ ip2rr 192.168.1.9\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.9\n++ echo A 192.168.1.9\n++ ip2rr 192.168.0.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.0.22\n++ echo A 192.168.0.22\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 0 -lt 10 ']'\n+ retries=1\n+ echo 'nsupdate failed - retrying (retry 1)...'\nnsupdate failed - retrying (retry 1)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.200\n++ echo 172.30.9.200\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.200\n++ ip2rr 192.168.1.9\n++ echo 192.168.1.9\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.9\n++ ip2rr 192.168.1.9\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.9\n++ echo A 192.168.1.9\n++ ip2rr 192.168.0.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.0.22\n++ echo A 192.168.0.22\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 1 -lt 10 ']'\n+ retries=2\n+ echo 'nsupdate failed - retrying (retry 2)...'\nnsupdate failed - retrying (retry 2)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.200\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.200\n++ echo A 172.30.9.200\n++ ip2rr 192.168.1.9\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.9\n++ echo A 192.168.1.9\n++ ip2rr 192.168.1.9\n++ echo 192.168.1.9\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.9\n++ ip2rr 192.168.0.22\n++ echo 192.168.0.22\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.0.22\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 2 -lt 10 ']'\n+ retries=3\n+ echo 'nsupdate failed - retrying (retry 3)...'\nnsupdate failed - retrying (retry 3)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.200\n++ echo 172.30.9.200\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.200\n++ ip2rr 192.168.1.9\n++ echo 192.168.1.9\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.9\n++ ip2rr 192.168.1.9\n++ echo 192.168.1.9\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.9\n++ ip2rr 192.168.0.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.0.22\n++ echo A 192.168.0.22\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 3 -lt 10 ']'\n+ retries=4\n+ echo 'nsupdate failed - retrying (retry 4)...'\nnsupdate failed - retrying (retry 4)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.200\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.200\n++ echo A 172.30.9.200\n++ ip2rr 192.168.1.9\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.9\n++ echo A 192.168.1.9\n++ ip2rr 192.168.1.9\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.9\n++ echo A 192.168.1.9\n++ ip2rr 192.168.0.22\n++ echo 192.168.0.22\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.0.22\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 4 -lt 10 ']'\n+ retries=5\n+ echo 'nsupdate failed - retrying (retry 5)...'\nnsupdate failed - retrying (retry 5)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.200\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.200\n++ echo A 172.30.9.200\n++ ip2rr 192.168.1.9\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.9\n++ echo A 192.168.1.9\n++ ip2rr 192.168.1.9\n++ echo 192.168.1.9\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.9\n++ ip2rr 192.168.0.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.0.22\n++ echo A 192.168.0.22\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 5 -lt 10 ']'\n+ retries=6\n+ echo 'nsupdate failed - retrying (retry 6)...'\nnsupdate failed - retrying (retry 6)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.200\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.200\n++ echo A 172.30.9.200\n++ ip2rr 192.168.1.9\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.9\n++ echo A 192.168.1.9\n++ ip2rr 192.168.1.9\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.9\n++ echo A 192.168.1.9\n++ ip2rr 192.168.0.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.0.22\n++ echo A 192.168.0.22\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 6 -lt 10 ']'\n+ retries=7\n+ echo 'nsupdate failed - retrying (retry 7)...'\nnsupdate failed - retrying (retry 7)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.200\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.200\n++ echo A 172.30.9.200\n++ ip2rr 192.168.1.9\n++ echo 192.168.1.9\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.9\n++ ip2rr 192.168.1.9\n++ echo 192.168.1.9\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.9\n++ ip2rr 192.168.0.22\n++ echo 192.168.0.22\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.0.22\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 7 -lt 10 ']'\n+ retries=8\n+ echo 'nsupdate failed - retrying (retry 8)...'\nnsupdate failed - retrying (retry 8)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.200\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.200\n++ echo A 172.30.9.200\n++ ip2rr 192.168.1.9\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.9\n++ echo A 192.168.1.9\n++ ip2rr 192.168.1.9\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.9\n++ echo A 192.168.1.9\n++ ip2rr 192.168.0.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.0.22\n++ echo A 192.168.0.22\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 8 -lt 10 ']'\n+ retries=9\n+ echo 'nsupdate failed - retrying (retry 9)...'\nnsupdate failed - retrying (retry 9)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.200\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.200\n++ echo A 172.30.9.200\n++ ip2rr 192.168.1.9\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.9\n++ echo A 192.168.1.9\n++ ip2rr 192.168.1.9\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.9\n++ echo A 192.168.1.9\n++ ip2rr 192.168.0.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.0.22\n++ echo A 192.168.0.22\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 9 -lt 10 ']'\n+ retries=10\n+ echo 'nsupdate failed - retrying (retry 10)...'\nnsupdate failed - retrying (retry 10)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.200\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.200\n++ echo A 172.30.9.200\n++ ip2rr 192.168.1.9\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.9\n++ echo A 192.168.1.9\n++ ip2rr 192.168.1.9\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.9\n++ echo A 192.168.1.9\n++ ip2rr 192.168.0.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.0.22\n++ echo A 192.168.0.22\n"} 2018-08-12 09:24:03,854 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/1c9b6e42-b18c-407e-8d00-9077025769fd/action used request id req-a4d9666b-d10f-4c14-8560-b3e87323e456 2018-08-12 09:24:03,855 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0772891044617s 2018-08-12 09:24:03,856 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/1c9b6e42-b18c-407e-8d00-9077025769fd/action used request id req-a4d9666b-d10f-4c14-8560-b3e87323e456 2018-08-12 09:24:03,856 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-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] 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-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] 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] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 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 2 CPUs, 0 hotplug CPUs [ 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 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008000] Security Framework initialized [ 0.008029] AppArmor: AppArmor initialized [ 0.008874] Yama: becoming mindful. [ 0.009746] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.012798] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.014744] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.016005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.017543] Initializing cgroup subsys memory [ 0.018439] Initializing cgroup subsys devices [ 0.019336] Initializing cgroup subsys freezer [ 0.020003] Initializing cgroup subsys blkio [ 0.020859] Initializing cgroup subsys perf_event [ 0.021776] Initializing cgroup subsys hugetlb [ 0.022704] CPU: Physical Processor ID: 0 [ 0.023525] FEATURE SPEC_CTRL Not Present [ 0.024683] mce: CPU supports 10 MCE banks [ 0.025535] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.025535] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.028003] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.029186] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.030643] Speculative Store Bypass: Vulnerable [ 0.032173] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000) [ 0.036269] ACPI: Core revision 20131115 [ 0.037527] ACPI: All ACPI Tables successfully acquired [ 0.038693] ftrace: allocating 28727 entries in 113 pages [ 0.060255] Enabling x2apic [ 0.060906] Enabled x2apic [ 0.061716] Switched APIC routing to physical x2apic. [ 0.064902] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.066126] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.068955] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.076976] KVM setup paravirtual spinlock [ 0.079085] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.080147] x86: Booting SMP configuration: [ 0.081066] .... node #0, CPUs: #1[ 0.079051] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.096017] x86: Booted up 1 node, 2 CPUs [ 0.096011] KVM setup async PF for cpu 1 [ 0.096014] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.098711] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.100232] devtmpfs: initialized [ 0.101950] EVM: security.selinux [ 0.102663] EVM: security.SMACK64 [ 0.103365] EVM: security.ima [ 0.104005] EVM: security.capability [ 0.104793] pinctrl core: initialized pinctrl subsystem [ 0.105847] regulator-dummy: no parameters [ 0.106736] RTC time: 9:14:39, date: 08/12/18 [ 0.108034] NET: Registered protocol family 16 [ 0.109009] cpuidle: using governor ladder [ 0.109836] cpuidle: using governor menu [ 0.110718] ACPI: bus type PCI registered [ 0.111531] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.112092] PCI: Using configuration type 1 for base access [ 0.113671] bio: create slab at 0 [ 0.113671] ACPI: Added _OSI(Module Device) [ 0.113671] ACPI: Added _OSI(Processor Device) [ 0.116003] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.116914] ACPI: Added _OSI(Processor Aggregator Device) [ 0.118933] ACPI: Interpreter enabled [ 0.119704] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.121204] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.123068] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.124529] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.126391] ACPI: (supports S0 S5) [ 0.127103] ACPI: Using IOAPIC for interrupt routing [ 0.128013] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.132191] ACPI: No dock devices found. [ 0.134771] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.135934] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.136006] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.137230] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.139495] acpiphp: Slot [3] registered [ 0.140018] acpiphp: Slot [4] registered [ 0.140828] acpiphp: Slot [5] registered [ 0.141643] acpiphp: Slot [6] registered [ 0.142457] acpiphp: Slot [7] registered [ 0.143268] acpiphp: Slot [8] registered [ 0.144016] acpiphp: Slot [9] registered [ 0.144834] acpiphp: Slot [10] registered [ 0.145665] acpiphp: Slot [11] registered [ 0.146501] acpiphp: Slot [12] registered [ 0.147325] acpiphp: Slot [13] registered [ 0.148023] acpiphp: Slot [14] registered [ 0.148850] acpiphp: Slot [15] registered [ 0.149670] acpiphp: Slot [16] registered [ 0.150502] acpiphp: Slot [17] registered [ 0.151340] acpiphp: Slot [18] registered [ 0.152022] acpiphp: Slot [19] registered [ 0.152851] acpiphp: Slot [20] registered [ 0.153675] acpiphp: Slot [21] registered [ 0.154496] acpiphp: Slot [22] registered [ 0.155325] acpiphp: Slot [23] registered [ 0.156022] acpiphp: Slot [24] registered [ 0.156854] acpiphp: Slot [25] registered [ 0.157676] acpiphp: Slot [26] registered [ 0.158500] acpiphp: Slot [27] registered [ 0.159323] acpiphp: Slot [28] registered [ 0.160017] acpiphp: Slot [29] registered [ 0.160847] acpiphp: Slot [30] registered [ 0.161672] acpiphp: Slot [31] registered [ 0.162492] PCI host bridge to bus 0000:00 [ 0.163333] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.164004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.165146] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.166281] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.167529] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.168003] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.173838] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.175294] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.198427] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.199991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.200694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.202145] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.203570] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.204574] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.205852] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.205852] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.208003] vgaarb: loaded [ 0.208616] vgaarb: bridge control possible 0000:00:02.0 [ 0.209828] SCSI subsystem initialized [ 0.210720] ACPI: bus type USB registered [ 0.210720] usbcore: registered new interface driver usbfs [ 0.212011] usbcore: registered new interface driver hub [ 0.213067] usbcore: registered new device driver usb [ 0.213067] PCI: Using ACPI for IRQ routing [ 0.213125] NetLabel: Initializing [ 0.216005] NetLabel: domain hash size = 128 [ 0.216876] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.217888] NetLabel: unlabeled traffic allowed by default [ 0.218973] Switched to clocksource kvm-clock [ 0.223015] AppArmor: AppArmor Filesystem Enabled [ 0.223974] pnp: PnP ACPI init [ 0.224656] ACPI: bus type PNP registered [ 0.225858] pnp: PnP ACPI: found 8 devices [ 0.226694] ACPI: bus type PNP unregistered [ 0.233591] NET: Registered protocol family 2 [ 0.234692] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.236245] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.237614] TCP: Hash tables configured (established 16384 bind 16384) [ 0.238904] TCP: reno registered [ 0.239607] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.240757] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.242019] NET: Registered protocol family 1 [ 0.242926] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.244057] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.245291] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.266975] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.292245] Trying to unpack rootfs image as initramfs... [ 0.384304] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.386451] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.387648] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.388871] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.390644] Scanning for low memory corruption every 60 seconds [ 0.392271] Initialise system trusted keyring [ 0.393241] audit: initializing netlink socket (disabled) [ 0.394319] type=2000 audit(1534065280.621:1): initialized [ 0.413782] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.415870] zbud: loaded [ 0.416705] VFS: Disk quotas dquot_6.5.2 [ 0.417559] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.419100] fuse init (API version 7.22) [ 0.419997] msgmni has been set to 3997 [ 0.420860] Key type big_key registered [ 0.421922] Key type asymmetric registered [ 0.422773] Asymmetric key parser 'x509' registered [ 0.423753] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.425295] io scheduler noop registered [ 0.426150] io scheduler deadline registered (default) [ 0.427170] io scheduler cfq registered [ 0.428045] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.429137] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.430410] ipmi message handler version 39.2 [ 0.431357] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.432848] ACPI: Power Button [PWRF] [ 0.433736] GHES: HEST is not enabled! [ 0.455407] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.498765] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.520888] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.522506] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.546542] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.548735] Linux agpgart interface v0.103 [ 0.550364] brd: module loaded [ 0.551436] loop: module loaded [ 0.552423] blk-mq: CPU -> queue map [ 0.553186] CPU 0 -> Queue 0 [ 0.553863] CPU 1 -> Queue 0 [ 0.555087] vda: vda1 [ 0.556399] scsi0 : ata_piix [ 0.557190] scsi1 : ata_piix [ 0.557907] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.559224] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.560746] libphy: Fixed MDIO Bus: probed [ 0.561711] tun: Universal TUN/TAP device driver, 1.6 [ 0.562766] tun: (C) 1999-2004 Max Krasnyansky [ 0.565458] PPP generic driver version 2.4.2 [ 0.566468] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.567757] ehci-pci: EHCI PCI platform driver [ 0.568709] ehci-platform: EHCI generic platform driver [ 0.569781] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.571008] ohci-pci: OHCI PCI platform driver [ 0.571947] ohci-platform: OHCI generic platform driver [ 0.573048] uhci_hcd: USB Universal Host Controller Interface driver [ 0.595000] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.596081] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.597701] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.598933] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.600266] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.601796] usb usb1: Product: UHCI Host Controller [ 0.602790] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd [ 0.604065] usb usb1: SerialNumber: 0000:00:01.2 [ 0.605135] hub 1-0:1.0: USB hub found [ 0.605978] hub 1-0:1.0: 2 ports detected [ 0.606960] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.609196] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.610242] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.611422] mousedev: PS/2 mouse device common for all mice [ 0.612829] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.614843] rtc_cmos 00:00: RTC can wake from S4 [ 0.616072] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.617351] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.618685] device-mapper: uevent: version 1.0.3 [ 0.619733] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.621498] ledtrig-cpu: registered to indicate activity on CPUs [ 0.622808] TCP: cubic registered [ 0.623640] NET: Registered protocol family 10 [ 0.624819] NET: Registered protocol family 17 [ 0.625788] Key type dns_resolver registered [ 0.626893] Loading compiled-in X.509 certificates [ 0.628431] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0' [ 0.630348] registered taskstats version 1 [ 0.639788] Key type trusted registered [ 0.643160] Key type encrypted registered [ 0.644069] AppArmor: AppArmor sha1 policy hashing enabled [ 0.645187] IMA: No TPM chip found, activating TPM-bypass! [ 0.646730] regulator-dummy: disabling [ 0.647596] Magic number: 14:35:222 [ 0.648533] rtc_cmos 00:00: setting system clock to 2018-08-12 09:14:40 UTC (1534065280) [ 0.650279] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.651486] EDD information not available. [ 0.717223] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000) [ 0.718947] Write protecting the kernel read-only data: 12288k [ 0.720597] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000) [ 0.723374] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.736408] systemd-udevd[107]: starting version 204 [ 0.780484] FDC 0 is a S82078B [ 0.916093] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.080455] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.082146] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.083824] usb 1-1: Product: QEMU USB Tablet [ 1.084964] usb 1-1: Manufacturer: QEMU [ 1.085963] usb 1-1: SerialNumber: 42 [ 1.384079] tsc: Refined TSC clocksource calibration: 3491.873 MHz [ 1.784908] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.025845] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.105280] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] [ 2.204483] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sun, 12 Aug 2018 09:14:42 +0000. Up 2.98 seconds. cloud-init-nonet[3.14]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[6.87]: static networking is now up * Starting configure network device[74G[ OK ] * Starting set sysctls from /etc/sysctl.conf[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sun, 12 Aug 2018 09:14:46 +0000. Up 6.99 seconds. ci-info: +++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+--------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+--------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:35:db:99 | ci-info: | eth0 | True | 192.168.0.22 | 255.255.255.0 | fa:16:3e:9f:24:50 | ci-info: +--------+-------+--------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.1 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: c3:aa:e3:1b:bf:3c:ae:f9:5f:9e:0f:2c:e1:9a:ac:a3 root@dime-0 The key's randomart image is: +--[ RSA 2048]----+ | | | | | | | . | | S | | o + | | . . o + | | oB.o + o | | EoBOX+. o.. | +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: 45:4b:9d:ea:9d:48:d0:45:ac:24:bf:5a:60:6b:08:a9 root@dime-0 The key's randomart image is: +--[ DSA 1024]----+ | .o=o. | | ooo.+ | | . =oo | | o o.= | | . . oS= + . | | E . o = o | | . o | | . | | | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: 29:65:82:c4:b0:a6:7c:2e:90:7e:ad:80:9c:24:1f:9d root@dime-0 The key's randomart image is: +--[ECDSA 256]---+ | .o. | | o.. | | o . . o | |.+ . . + . | |=o..E . S | |B.+.. . | |.*.o . | | + . | | . | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: de:1d:7f:74:47:fd:59:48:15:5b:8b:00:bb:6b:be:6d root@dime-0 The key's randomart image is: +--[ED25519 256--+ | ... .o+| | . ....=| | . ..o+| | . .+| | S. . .=| | . ... o .o| | .o. . . .| | o .E . | | oo. | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off * Starting CPU interrupts balancing daemon[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS dime-0 ttyS0 dime-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Sun, 12 Aug 2018 09:16:50 +0000. Up 130.78 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Sun, 12 Aug 2018 09:17:51 +0000. Up 191.55 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com gpg: no valid OpenPGP data found. + apt-get update Err http://repo.cw-ngv.com binary/ InRelease Err http://repo.cw-ngv.com binary/ Release.gpg Could not resolve 'repo.cw-ngv.com' Err http://security.ubuntu.com trusty-security InRelease Err http://security.ubuntu.com trusty-security Release.gpg Could not resolve 'security.ubuntu.com' Err http://archive.ubuntu.com trusty InRelease Err http://archive.ubuntu.com trusty-updates InRelease Err http://archive.ubuntu.com trusty-backports InRelease Err http://archive.ubuntu.com trusty Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-updates Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-backports Release.gpg Could not resolve 'archive.ubuntu.com' Reading package lists... W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com' W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com' W: Some index files failed to download. They have been ignored, or old ones used instead. + mkdir -p /etc/clearwater + etcd_ip=192.168.0.23 + '[' -n 192.168.0.23 ']' + cat + DEBIAN_FRONTEND=noninteractive + apt-get install dime --yes --force-yes Reading package lists... Building dependency tree... Reading state information... Suggested packages: libdime-doc The following NEW packages will be installed: dime 0 upgraded, 1 newly installed, 0 to remove and 2 not upgraded. Need to get 7354 B of archives. After this operation, 51.2 kB of additional disk space will be used. Err http://archive.ubuntu.com/ubuntu/ trusty/universe dime amd64 0.20030921-4 Could not resolve 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/d/dime/dime_0.20030921-4_amd64.deb Could not resolve 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package clearwater-management + retries=0 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.200 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.200 ++ echo A 172.30.9.200 ++ ip2rr 192.168.1.9 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.9 ++ echo A 192.168.1.9 ++ ip2rr 192.168.1.9 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.9 ++ echo A 192.168.1.9 ++ ip2rr 192.168.0.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.0.22 ++ echo A 192.168.0.22 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 0 -lt 10 ']' + retries=1 + echo 'nsupdate failed - retrying (retry 1)...' nsupdate failed - retrying (retry 1)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.200 ++ echo 172.30.9.200 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.200 ++ ip2rr 192.168.1.9 ++ echo 192.168.1.9 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.9 ++ ip2rr 192.168.1.9 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.9 ++ echo A 192.168.1.9 ++ ip2rr 192.168.0.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.0.22 ++ echo A 192.168.0.22 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 1 -lt 10 ']' + retries=2 + echo 'nsupdate failed - retrying (retry 2)...' nsupdate failed - retrying (retry 2)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.200 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.200 ++ echo A 172.30.9.200 ++ ip2rr 192.168.1.9 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.9 ++ echo A 192.168.1.9 ++ ip2rr 192.168.1.9 ++ echo 192.168.1.9 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.9 ++ ip2rr 192.168.0.22 ++ echo 192.168.0.22 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.0.22 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 2 -lt 10 ']' + retries=3 + echo 'nsupdate failed - retrying (retry 3)...' nsupdate failed - retrying (retry 3)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.200 ++ echo 172.30.9.200 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.200 ++ ip2rr 192.168.1.9 ++ echo 192.168.1.9 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.9 ++ ip2rr 192.168.1.9 ++ echo 192.168.1.9 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.9 ++ ip2rr 192.168.0.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.0.22 ++ echo A 192.168.0.22 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 3 -lt 10 ']' + retries=4 + echo 'nsupdate failed - retrying (retry 4)...' nsupdate failed - retrying (retry 4)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.200 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.200 ++ echo A 172.30.9.200 ++ ip2rr 192.168.1.9 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.9 ++ echo A 192.168.1.9 ++ ip2rr 192.168.1.9 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.9 ++ echo A 192.168.1.9 ++ ip2rr 192.168.0.22 ++ echo 192.168.0.22 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.0.22 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 4 -lt 10 ']' + retries=5 + echo 'nsupdate failed - retrying (retry 5)...' nsupdate failed - retrying (retry 5)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.200 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.200 ++ echo A 172.30.9.200 ++ ip2rr 192.168.1.9 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.9 ++ echo A 192.168.1.9 ++ ip2rr 192.168.1.9 ++ echo 192.168.1.9 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.9 ++ ip2rr 192.168.0.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.0.22 ++ echo A 192.168.0.22 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 5 -lt 10 ']' + retries=6 + echo 'nsupdate failed - retrying (retry 6)...' nsupdate failed - retrying (retry 6)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.200 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.200 ++ echo A 172.30.9.200 ++ ip2rr 192.168.1.9 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.9 ++ echo A 192.168.1.9 ++ ip2rr 192.168.1.9 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.9 ++ echo A 192.168.1.9 ++ ip2rr 192.168.0.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.0.22 ++ echo A 192.168.0.22 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 6 -lt 10 ']' + retries=7 + echo 'nsupdate failed - retrying (retry 7)...' nsupdate failed - retrying (retry 7)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.200 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.200 ++ echo A 172.30.9.200 ++ ip2rr 192.168.1.9 ++ echo 192.168.1.9 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.9 ++ ip2rr 192.168.1.9 ++ echo 192.168.1.9 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.9 ++ ip2rr 192.168.0.22 ++ echo 192.168.0.22 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.0.22 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 7 -lt 10 ']' + retries=8 + echo 'nsupdate failed - retrying (retry 8)...' nsupdate failed - retrying (retry 8)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.200 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.200 ++ echo A 172.30.9.200 ++ ip2rr 192.168.1.9 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.9 ++ echo A 192.168.1.9 ++ ip2rr 192.168.1.9 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.9 ++ echo A 192.168.1.9 ++ ip2rr 192.168.0.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.0.22 ++ echo A 192.168.0.22 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 8 -lt 10 ']' + retries=9 + echo 'nsupdate failed - retrying (retry 9)...' nsupdate failed - retrying (retry 9)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.200 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.200 ++ echo A 172.30.9.200 ++ ip2rr 192.168.1.9 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.9 ++ echo A 192.168.1.9 ++ ip2rr 192.168.1.9 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.9 ++ echo A 192.168.1.9 ++ ip2rr 192.168.0.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.0.22 ++ echo A 192.168.0.22 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 9 -lt 10 ']' + retries=10 + echo 'nsupdate failed - retrying (retry 10)...' nsupdate failed - retrying (retry 10)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.200 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.200 ++ echo A 172.30.9.200 ++ ip2rr 192.168.1.9 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.9 ++ echo A 192.168.1.9 ++ ip2rr 192.168.1.9 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.9 ++ echo A 192.168.1.9 ++ ip2rr 192.168.0.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.0.22 ++ echo A 192.168.0.22 2018-08-12 09:24:03,858 - functest.core.singlevm - DEBUG - try 3: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-12 09:24:13,869 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:24:13,872 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:24:15,468 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:24: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-2cb29606-ec94-43cc-b6e3-120abd65bd49 x-compute-request-id: req-2cb29606-ec94-43cc-b6e3-120abd65bd49 Content-Encoding: gzip Content-Length: 1505 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:8c:69", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:8c:69", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:47:bc", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:47:bc", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/0d05f869-c182-4a19-86bf-4ac078c523fd", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:41.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "0d05f869-c182-4a19-86bf-4ac078c523fd", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:41Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "homer-0.clearwater.opnfv", "created": "2018-08-12T09:14:06Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:24:50", "version": 4, "addr": "192.168.0.22", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:24:50", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:35:db:99", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/1c9b6e42-b18c-407e-8d00-9077025769fd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1c9b6e42-b18c-407e-8d00-9077025769fd", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:39.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "1c9b6e42-b18c-407e-8d00-9077025769fd", "security_groups": [{"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:39Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "dime-0.clearwater.opnfv", "created": "2018-08-12T09:14:05Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:73:af", "version": 4, "addr": "192.168.0.17", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:73:af", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:b9:f2", "version": 4, "addr": "192.168.1.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:b9:f2", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:41.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:41Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "bono-0.clearwater.opnfv", "created": "2018-08-12T09:14:05Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:27:6c", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:27:6c", "version": 4, "addr": "172.30.9.216", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:82:86", "version": 4, "addr": "192.168.1.24", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/566a63cc-7490-4385-b2ac-bfb24030a031", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/566a63cc-7490-4385-b2ac-bfb24030a031", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:34.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "566a63cc-7490-4385-b2ac-bfb24030a031", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:34Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-12T09:14:04Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:9d:e5", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:9d:e5", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b4:d8:25", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/7a80620a-d807-4698-b6c3-7c140a7b5157", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/7a80620a-d807-4698-b6c3-7c140a7b5157", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:25.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "7a80620a-d807-4698-b6c3-7c140a7b5157", "security_groups": [{"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:25Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-12T09:14:04Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:ca:f6", "version": 4, "addr": "192.168.0.23", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:ca:f6", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/3544e1e5-febb-4596-964e-1a53f9d26ab6", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/3544e1e5-febb-4596-964e-1a53f9d26ab6", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:13:48.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "3544e1e5-febb-4596-964e-1a53f9d26ab6", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:13:48Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-12T09:12:11Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:77:d2", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:77:d2", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ac:00:39", "version": 4, "addr": "192.168.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/24234aa3-febc-4826-8d67-0c33e6f38782", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/24234aa3-febc-4826-8d67-0c33e6f38782", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:12:00.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "24234aa3-febc-4826-8d67-0c33e6f38782", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:12:00Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "ns.clearwater.opnfv", "created": "2018-08-12T09:10:20Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:24:15,468 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-2cb29606-ec94-43cc-b6e3-120abd65bd49 2018-08-12 09:24:15,468 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.59900093079s 2018-08-12 09:24:15,469 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-2cb29606-ec94-43cc-b6e3-120abd65bd49 2018-08-12 09:24:15,476 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-12 09:24:15,478 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/1c9b6e42-b18c-407e-8d00-9077025769fd/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}d584eff3730be386f99aabb4bf64013d89965dc6" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 09:24:15,550 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:24: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-c902003d-e563-46d6-a5a4-cd7ddceff8d4 x-compute-request-id: req-c902003d-e563-46d6-a5a4-cd7ddceff8d4 Content-Encoding: gzip Content-Length: 12255 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 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] 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-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] 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] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\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 2 CPUs, 0 hotplug CPUs\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 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008000] Security Framework initialized\n[ 0.008029] AppArmor: AppArmor initialized\n[ 0.008874] Yama: becoming mindful.\n[ 0.009746] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.012798] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.014744] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.016005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.017543] Initializing cgroup subsys memory\n[ 0.018439] Initializing cgroup subsys devices\n[ 0.019336] Initializing cgroup subsys freezer\n[ 0.020003] Initializing cgroup subsys blkio\n[ 0.020859] Initializing cgroup subsys perf_event\n[ 0.021776] Initializing cgroup subsys hugetlb\n[ 0.022704] CPU: Physical Processor ID: 0\n[ 0.023525] FEATURE SPEC_CTRL Not Present\n[ 0.024683] mce: CPU supports 10 MCE banks\n[ 0.025535] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.025535] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.028003] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.029186] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.030643] Speculative Store Bypass: Vulnerable\n[ 0.032173] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000)\n[ 0.036269] ACPI: Core revision 20131115\n[ 0.037527] ACPI: All ACPI Tables successfully acquired\n[ 0.038693] ftrace: allocating 28727 entries in 113 pages\n[ 0.060255] Enabling x2apic\n[ 0.060906] Enabled x2apic\n[ 0.061716] Switched APIC routing to physical x2apic.\n[ 0.064902] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.066126] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.068955] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.076976] KVM setup paravirtual spinlock\n[ 0.079085] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.080147] x86: Booting SMP configuration:\n[ 0.081066] .... node #0, CPUs: #1[ 0.079051] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.096017] x86: Booted up 1 node, 2 CPUs\n[ 0.096011] KVM setup async PF for cpu 1\n[ 0.096014] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.098711] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.100232] devtmpfs: initialized\n[ 0.101950] EVM: security.selinux\n[ 0.102663] EVM: security.SMACK64\n[ 0.103365] EVM: security.ima\n[ 0.104005] EVM: security.capability\n[ 0.104793] pinctrl core: initialized pinctrl subsystem\n[ 0.105847] regulator-dummy: no parameters\n[ 0.106736] RTC time: 9:14:39, date: 08/12/18\n[ 0.108034] NET: Registered protocol family 16\n[ 0.109009] cpuidle: using governor ladder\n[ 0.109836] cpuidle: using governor menu\n[ 0.110718] ACPI: bus type PCI registered\n[ 0.111531] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.112092] PCI: Using configuration type 1 for base access\n[ 0.113671] bio: create slab at 0\n[ 0.113671] ACPI: Added _OSI(Module Device)\n[ 0.113671] ACPI: Added _OSI(Processor Device)\n[ 0.116003] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.116914] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.118933] ACPI: Interpreter enabled\n[ 0.119704] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.121204] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.123068] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.124529] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.126391] ACPI: (supports S0 S5)\n[ 0.127103] ACPI: Using IOAPIC for interrupt routing\n[ 0.128013] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.132191] ACPI: No dock devices found.\n[ 0.134771] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.135934] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.136006] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.137230] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.139495] acpiphp: Slot [3] registered\n[ 0.140018] acpiphp: Slot [4] registered\n[ 0.140828] acpiphp: Slot [5] registered\n[ 0.141643] acpiphp: Slot [6] registered\n[ 0.142457] acpiphp: Slot [7] registered\n[ 0.143268] acpiphp: Slot [8] registered\n[ 0.144016] acpiphp: Slot [9] registered\n[ 0.144834] acpiphp: Slot [10] registered\n[ 0.145665] acpiphp: Slot [11] registered\n[ 0.146501] acpiphp: Slot [12] registered\n[ 0.147325] acpiphp: Slot [13] registered\n[ 0.148023] acpiphp: Slot [14] registered\n[ 0.148850] acpiphp: Slot [15] registered\n[ 0.149670] acpiphp: Slot [16] registered\n[ 0.150502] acpiphp: Slot [17] registered\n[ 0.151340] acpiphp: Slot [18] registered\n[ 0.152022] acpiphp: Slot [19] registered\n[ 0.152851] acpiphp: Slot [20] registered\n[ 0.153675] acpiphp: Slot [21] registered\n[ 0.154496] acpiphp: Slot [22] registered\n[ 0.155325] acpiphp: Slot [23] registered\n[ 0.156022] acpiphp: Slot [24] registered\n[ 0.156854] acpiphp: Slot [25] registered\n[ 0.157676] acpiphp: Slot [26] registered\n[ 0.158500] acpiphp: Slot [27] registered\n[ 0.159323] acpiphp: Slot [28] registered\n[ 0.160017] acpiphp: Slot [29] registered\n[ 0.160847] acpiphp: Slot [30] registered\n[ 0.161672] acpiphp: Slot [31] registered\n[ 0.162492] PCI host bridge to bus 0000:00\n[ 0.163333] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.164004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.165146] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.166281] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.167529] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.168003] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.173838] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.175294] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.198427] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.199991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.200694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.202145] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.203570] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.204574] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.205852] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.205852] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.208003] vgaarb: loaded\n[ 0.208616] vgaarb: bridge control possible 0000:00:02.0\n[ 0.209828] SCSI subsystem initialized\n[ 0.210720] ACPI: bus type USB registered\n[ 0.210720] usbcore: registered new interface driver usbfs\n[ 0.212011] usbcore: registered new interface driver hub\n[ 0.213067] usbcore: registered new device driver usb\n[ 0.213067] PCI: Using ACPI for IRQ routing\n[ 0.213125] NetLabel: Initializing\n[ 0.216005] NetLabel: domain hash size = 128\n[ 0.216876] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.217888] NetLabel: unlabeled traffic allowed by default\n[ 0.218973] Switched to clocksource kvm-clock\n[ 0.223015] AppArmor: AppArmor Filesystem Enabled\n[ 0.223974] pnp: PnP ACPI init\n[ 0.224656] ACPI: bus type PNP registered\n[ 0.225858] pnp: PnP ACPI: found 8 devices\n[ 0.226694] ACPI: bus type PNP unregistered\n[ 0.233591] NET: Registered protocol family 2\n[ 0.234692] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.236245] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.237614] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.238904] TCP: reno registered\n[ 0.239607] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.240757] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.242019] NET: Registered protocol family 1\n[ 0.242926] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.244057] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.245291] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.266975] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.292245] Trying to unpack rootfs image as initramfs...\n[ 0.384304] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.386451] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.387648] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.388871] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.390644] Scanning for low memory corruption every 60 seconds\n[ 0.392271] Initialise system trusted keyring\n[ 0.393241] audit: initializing netlink socket (disabled)\n[ 0.394319] type=2000 audit(1534065280.621:1): initialized\n[ 0.413782] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.415870] zbud: loaded\n[ 0.416705] VFS: Disk quotas dquot_6.5.2\n[ 0.417559] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.419100] fuse init (API version 7.22)\n[ 0.419997] msgmni has been set to 3997\n[ 0.420860] Key type big_key registered\n[ 0.421922] Key type asymmetric registered\n[ 0.422773] Asymmetric key parser 'x509' registered\n[ 0.423753] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.425295] io scheduler noop registered\n[ 0.426150] io scheduler deadline registered (default)\n[ 0.427170] io scheduler cfq registered\n[ 0.428045] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.429137] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.430410] ipmi message handler version 39.2\n[ 0.431357] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.432848] ACPI: Power Button [PWRF]\n[ 0.433736] GHES: HEST is not enabled!\n[ 0.455407] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.498765] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.520888] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.522506] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.546542] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.548735] Linux agpgart interface v0.103\n[ 0.550364] brd: module loaded\n[ 0.551436] loop: module loaded\n[ 0.552423] blk-mq: CPU -> queue map\n[ 0.553186] CPU 0 -> Queue 0\n[ 0.553863] CPU 1 -> Queue 0\n[ 0.555087] vda: vda1\n[ 0.556399] scsi0 : ata_piix\n[ 0.557190] scsi1 : ata_piix\n[ 0.557907] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.559224] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.560746] libphy: Fixed MDIO Bus: probed\n[ 0.561711] tun: Universal TUN/TAP device driver, 1.6\n[ 0.562766] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.565458] PPP generic driver version 2.4.2\n[ 0.566468] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.567757] ehci-pci: EHCI PCI platform driver\n[ 0.568709] ehci-platform: EHCI generic platform driver\n[ 0.569781] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.571008] ohci-pci: OHCI PCI platform driver\n[ 0.571947] ohci-platform: OHCI generic platform driver\n[ 0.573048] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.595000] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.596081] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.597701] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.598933] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.600266] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.601796] usb usb1: Product: UHCI Host Controller\n[ 0.602790] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd\n[ 0.604065] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.605135] hub 1-0:1.0: USB hub found\n[ 0.605978] hub 1-0:1.0: 2 ports detected\n[ 0.606960] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.609196] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.610242] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.611422] mousedev: PS/2 mouse device common for all mice\n[ 0.612829] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.614843] rtc_cmos 00:00: RTC can wake from S4\n[ 0.616072] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.617351] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.618685] device-mapper: uevent: version 1.0.3\n[ 0.619733] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.621498] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.622808] TCP: cubic registered\n[ 0.623640] NET: Registered protocol family 10\n[ 0.624819] NET: Registered protocol family 17\n[ 0.625788] Key type dns_resolver registered\n[ 0.626893] Loading compiled-in X.509 certificates\n[ 0.628431] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0'\n[ 0.630348] registered taskstats version 1\n[ 0.639788] Key type trusted registered\n[ 0.643160] Key type encrypted registered\n[ 0.644069] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.645187] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.646730] regulator-dummy: disabling\n[ 0.647596] Magic number: 14:35:222\n[ 0.648533] rtc_cmos 00:00: setting system clock to 2018-08-12 09:14:40 UTC (1534065280)\n[ 0.650279] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.651486] EDD information not available.\n[ 0.717223] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000)\n[ 0.718947] Write protecting the kernel read-only data: 12288k\n[ 0.720597] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000)\n[ 0.723374] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.736408] systemd-udevd[107]: starting version 204\n[ 0.780484] FDC 0 is a S82078B\n[ 0.916093] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.080455] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.082146] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.083824] usb 1-1: Product: QEMU USB Tablet\n[ 1.084964] usb 1-1: Manufacturer: QEMU\n[ 1.085963] usb 1-1: SerialNumber: 42\n[ 1.384079] tsc: Refined TSC clocksource calibration: 3491.873 MHz\n[ 1.784908] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.025845] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.105280] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n[ 2.204483] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sun, 12 Aug 2018 09:14:42 +0000. Up 2.98 seconds.\ncloud-init-nonet[3.14]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[6.87]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Starting set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sun, 12 Aug 2018 09:14:46 +0000. Up 6.99 seconds.\nci-info: +++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+--------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+--------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:35:db:99 |\nci-info: | eth0 | True | 192.168.0.22 | 255.255.255.0 | fa:16:3e:9f:24:50 |\nci-info: +--------+-------+--------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.1 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\nc3:aa:e3:1b:bf:3c:ae:f9:5f:9e:0f:2c:e1:9a:ac:a3 root@dime-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| |\n| |\n| |\n| . |\n| S |\n| o + |\n| . . o + |\n| oB.o + o |\n| EoBOX+. o.. |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n45:4b:9d:ea:9d:48:d0:45:ac:24:bf:5a:60:6b:08:a9 root@dime-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| .o=o. |\n| ooo.+ |\n| . =oo |\n| o o.= |\n| . . oS= + . |\n| E . o = o |\n| . o |\n| . |\n| |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\n29:65:82:c4:b0:a6:7c:2e:90:7e:ad:80:9c:24:1f:9d root@dime-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| .o. |\n| o.. |\n| o . . o |\n|.+ . . + . |\n|=o..E . S |\n|B.+.. . |\n|.*.o . |\n| + . |\n| . |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\nde:1d:7f:74:47:fd:59:48:15:5b:8b:00:bb:6b:be:6d root@dime-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| ... .o+|\n| . ....=|\n| . ..o+|\n| . .+|\n| S. . .=|\n| . ... o .o|\n| .o. . . .|\n| o .E . |\n| oo. |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\n * Starting CPU interrupts balancing daemon[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS dime-0 ttyS0\n\ndime-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Sun, 12 Aug 2018 09:16:50 +0000. Up 130.78 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Sun, 12 Aug 2018 09:17:51 +0000. Up 191.55 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com\ngpg: no valid OpenPGP data found.\n+ apt-get update\nErr http://repo.cw-ngv.com binary/ InRelease\n \nErr http://repo.cw-ngv.com binary/ Release.gpg\n Could not resolve 'repo.cw-ngv.com'\nErr http://security.ubuntu.com trusty-security InRelease\n \nErr http://security.ubuntu.com trusty-security Release.gpg\n Could not resolve 'security.ubuntu.com'\nErr http://archive.ubuntu.com trusty InRelease\n \nErr http://archive.ubuntu.com trusty-updates InRelease\n \nErr http://archive.ubuntu.com trusty-backports InRelease\n \nErr http://archive.ubuntu.com trusty Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-updates Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-backports Release.gpg\n Could not resolve 'archive.ubuntu.com'\nReading package lists...\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease \n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com'\n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Some index files failed to download. They have been ignored, or old ones used instead.\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.23\n+ '[' -n 192.168.0.23 ']'\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install dime --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nSuggested packages:\n libdime-doc\nThe following NEW packages will be installed:\n dime\n0 upgraded, 1 newly installed, 0 to remove and 2 not upgraded.\nNeed to get 7354 B of archives.\nAfter this operation, 51.2 kB of additional disk space will be used.\nErr http://archive.ubuntu.com/ubuntu/ trusty/universe dime amd64 0.20030921-4\n Could not resolve 'archive.ubuntu.com'\nE: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/d/dime/dime_0.20030921-4_amd64.deb Could not resolve 'archive.ubuntu.com'\n\nE: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package clearwater-management\n+ retries=0\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.200\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.200\n++ echo A 172.30.9.200\n++ ip2rr 192.168.1.9\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.9\n++ echo A 192.168.1.9\n++ ip2rr 192.168.1.9\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.9\n++ echo A 192.168.1.9\n++ ip2rr 192.168.0.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.0.22\n++ echo A 192.168.0.22\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 0 -lt 10 ']'\n+ retries=1\n+ echo 'nsupdate failed - retrying (retry 1)...'\nnsupdate failed - retrying (retry 1)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.200\n++ echo 172.30.9.200\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.200\n++ ip2rr 192.168.1.9\n++ echo 192.168.1.9\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.9\n++ ip2rr 192.168.1.9\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.9\n++ echo A 192.168.1.9\n++ ip2rr 192.168.0.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.0.22\n++ echo A 192.168.0.22\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 1 -lt 10 ']'\n+ retries=2\n+ echo 'nsupdate failed - retrying (retry 2)...'\nnsupdate failed - retrying (retry 2)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.200\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.200\n++ echo A 172.30.9.200\n++ ip2rr 192.168.1.9\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.9\n++ echo A 192.168.1.9\n++ ip2rr 192.168.1.9\n++ echo 192.168.1.9\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.9\n++ ip2rr 192.168.0.22\n++ echo 192.168.0.22\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.0.22\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 2 -lt 10 ']'\n+ retries=3\n+ echo 'nsupdate failed - retrying (retry 3)...'\nnsupdate failed - retrying (retry 3)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.200\n++ echo 172.30.9.200\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.200\n++ ip2rr 192.168.1.9\n++ echo 192.168.1.9\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.9\n++ ip2rr 192.168.1.9\n++ echo 192.168.1.9\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.9\n++ ip2rr 192.168.0.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.0.22\n++ echo A 192.168.0.22\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 3 -lt 10 ']'\n+ retries=4\n+ echo 'nsupdate failed - retrying (retry 4)...'\nnsupdate failed - retrying (retry 4)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.200\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.200\n++ echo A 172.30.9.200\n++ ip2rr 192.168.1.9\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.9\n++ echo A 192.168.1.9\n++ ip2rr 192.168.1.9\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.9\n++ echo A 192.168.1.9\n++ ip2rr 192.168.0.22\n++ echo 192.168.0.22\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.0.22\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 4 -lt 10 ']'\n+ retries=5\n+ echo 'nsupdate failed - retrying (retry 5)...'\nnsupdate failed - retrying (retry 5)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.200\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.200\n++ echo A 172.30.9.200\n++ ip2rr 192.168.1.9\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.9\n++ echo A 192.168.1.9\n++ ip2rr 192.168.1.9\n++ echo 192.168.1.9\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.9\n++ ip2rr 192.168.0.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.0.22\n++ echo A 192.168.0.22\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 5 -lt 10 ']'\n+ retries=6\n+ echo 'nsupdate failed - retrying (retry 6)...'\nnsupdate failed - retrying (retry 6)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.200\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.200\n++ echo A 172.30.9.200\n++ ip2rr 192.168.1.9\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.9\n++ echo A 192.168.1.9\n++ ip2rr 192.168.1.9\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.9\n++ echo A 192.168.1.9\n++ ip2rr 192.168.0.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.0.22\n++ echo A 192.168.0.22\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 6 -lt 10 ']'\n+ retries=7\n+ echo 'nsupdate failed - retrying (retry 7)...'\nnsupdate failed - retrying (retry 7)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.200\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.200\n++ echo A 172.30.9.200\n++ ip2rr 192.168.1.9\n++ echo 192.168.1.9\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.9\n++ ip2rr 192.168.1.9\n++ echo 192.168.1.9\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.9\n++ ip2rr 192.168.0.22\n++ echo 192.168.0.22\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.0.22\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 7 -lt 10 ']'\n+ retries=8\n+ echo 'nsupdate failed - retrying (retry 8)...'\nnsupdate failed - retrying (retry 8)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.200\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.200\n++ echo A 172.30.9.200\n++ ip2rr 192.168.1.9\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.9\n++ echo A 192.168.1.9\n++ ip2rr 192.168.1.9\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.9\n++ echo A 192.168.1.9\n++ ip2rr 192.168.0.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.0.22\n++ echo A 192.168.0.22\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 8 -lt 10 ']'\n+ retries=9\n+ echo 'nsupdate failed - retrying (retry 9)...'\nnsupdate failed - retrying (retry 9)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.200\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.200\n++ echo A 172.30.9.200\n++ ip2rr 192.168.1.9\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.9\n++ echo A 192.168.1.9\n++ ip2rr 192.168.1.9\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.9\n++ echo A 192.168.1.9\n++ ip2rr 192.168.0.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.0.22\n++ echo A 192.168.0.22\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 9 -lt 10 ']'\n+ retries=10\n+ echo 'nsupdate failed - retrying (retry 10)...'\nnsupdate failed - retrying (retry 10)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.200\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.200\n++ echo A 172.30.9.200\n++ ip2rr 192.168.1.9\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.9\n++ echo A 192.168.1.9\n++ ip2rr 192.168.1.9\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.9\n++ echo A 192.168.1.9\n++ ip2rr 192.168.0.22\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.0.22\n++ echo A 192.168.0.22\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 10 -lt 10 ']'\n+ echo 'nameserver 192.168.0.5'\n+ echo RESOLV_CONF=/etc/dnsmasq.resolv.conf\n+ mkdir -p /etc/netns/signaling\n+ echo 'nameserver 192.168.1.14'\n+ service dnsmasq force-reload\ndnsmasq: unrecognized service\n2018-08-12 09:24:04,536 - util.py[WARNING]: Failed running /var/lib/cloud/instance/scripts/part-001 [1]\n2018-08-12 09:24:04,538 - cc_scripts_user.py[WARNING]: Failed to run module scripts-user (scripts in /var/lib/cloud/instance/scripts)\n2018-08-12 09:24:04,538 - util.py[WARNING]: Running scripts-user () failed\nci-info: ++++++++++Authorized keys from /home/ubuntu/.ssh/authorized_keys for user ubuntu+++++++++++\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nci-info: | Keytype | Fingerprint (md5) | Options | Comment |\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nci-info: | ssh-rsa | 2c:92:48:e8:e4:cd:71:cf:8b:13:5d:18:72:7b:c4:7a | - | Generated-by-Nova |\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nec2: \nec2: #############################################################\nec2: -----BEGIN SSH HOST KEY FINGERPRINTS-----\nec2: 1024 45:4b:9d:ea:9d:48:d0:45:ac:24:bf:5a:60:6b:08:a9 root@dime-0 (DSA)\nec2: 256 29:65:82:c4:b0:a6:7c:2e:90:7e:ad:80:9c:24:1f:9d root@dime-0 (ECDSA)\nec2: 256 de:1d:7f:74:47:fd:59:48:15:5b:8b:00:bb:6b:be:6d root@dime-0 (ED25519)\nec2: 2048 c3:aa:e3:1b:bf:3c:ae:f9:5f:9e:0f:2c:e1:9a:ac:a3 root@dime-0 (RSA)\nec2: -----END SSH HOST KEY FINGERPRINTS-----\nec2: #############################################################\n-----BEGIN SSH HOST KEY KEYS-----\necdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBCmqw3eLITGiOiVihn+lTzasvrYlv03DGre6O5838eLxszRzBDQZaii5CYYlKbA9z+kzv1jQ5QterPrgUcsuqA= root@dime-0\nssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJgzuyI/i2vpkAduiA37/uWVIbhVW0vlAXfddPSoBotJ root@dime-0\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDSU0llOeTu3nglyUF3NzzxpARiUtR0c4N8qzbBveiCWHcF1IMgTac9AaC/u3r18b5ec8n038XF3GSKtIlzOop83P9t3LLZGAFpFE2R+CCRKZu06XIJrKB/fFmlcR0okliPQ+mGZtSUwn1btCO2DmVuT4WltIsPpBYnTzeGZcImeEn8luy+/w1Vu2om5HlU4aXTxZhDF3BfpKnhb0WpyUdihzUXJcvWwbqyQSAUAYGgy7+1NzacAWxPTy03m0xKiTa97d7TNN9B5eeF/TUypjUhrxyh2v5Zc3/aHPYKdENbhAnkknUNT3VMSjkjevpBYKxWnqj3K6BKbSi21ufVZ3bb root@dime-0\n-----END SSH HOST KEY KEYS-----\nCloud-init v. 0.7.5 finished at Sun, 12 Aug 2018 09:24:04 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 564.72 seconds\n"} 2018-08-12 09:24:15,551 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/1c9b6e42-b18c-407e-8d00-9077025769fd/action used request id req-c902003d-e563-46d6-a5a4-cd7ddceff8d4 2018-08-12 09:24:15,551 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0753121376038s 2018-08-12 09:24:15,553 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/1c9b6e42-b18c-407e-8d00-9077025769fd/action used request id req-c902003d-e563-46d6-a5a4-cd7ddceff8d4 2018-08-12 09:24:15,553 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-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] 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-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] 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] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 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 2 CPUs, 0 hotplug CPUs [ 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 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008000] Security Framework initialized [ 0.008029] AppArmor: AppArmor initialized [ 0.008874] Yama: becoming mindful. [ 0.009746] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.012798] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.014744] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.016005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.017543] Initializing cgroup subsys memory [ 0.018439] Initializing cgroup subsys devices [ 0.019336] Initializing cgroup subsys freezer [ 0.020003] Initializing cgroup subsys blkio [ 0.020859] Initializing cgroup subsys perf_event [ 0.021776] Initializing cgroup subsys hugetlb [ 0.022704] CPU: Physical Processor ID: 0 [ 0.023525] FEATURE SPEC_CTRL Not Present [ 0.024683] mce: CPU supports 10 MCE banks [ 0.025535] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.025535] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.028003] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.029186] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.030643] Speculative Store Bypass: Vulnerable [ 0.032173] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000) [ 0.036269] ACPI: Core revision 20131115 [ 0.037527] ACPI: All ACPI Tables successfully acquired [ 0.038693] ftrace: allocating 28727 entries in 113 pages [ 0.060255] Enabling x2apic [ 0.060906] Enabled x2apic [ 0.061716] Switched APIC routing to physical x2apic. [ 0.064902] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.066126] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.068955] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.076976] KVM setup paravirtual spinlock [ 0.079085] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.080147] x86: Booting SMP configuration: [ 0.081066] .... node #0, CPUs: #1[ 0.079051] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.096017] x86: Booted up 1 node, 2 CPUs [ 0.096011] KVM setup async PF for cpu 1 [ 0.096014] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.098711] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.100232] devtmpfs: initialized [ 0.101950] EVM: security.selinux [ 0.102663] EVM: security.SMACK64 [ 0.103365] EVM: security.ima [ 0.104005] EVM: security.capability [ 0.104793] pinctrl core: initialized pinctrl subsystem [ 0.105847] regulator-dummy: no parameters [ 0.106736] RTC time: 9:14:39, date: 08/12/18 [ 0.108034] NET: Registered protocol family 16 [ 0.109009] cpuidle: using governor ladder [ 0.109836] cpuidle: using governor menu [ 0.110718] ACPI: bus type PCI registered [ 0.111531] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.112092] PCI: Using configuration type 1 for base access [ 0.113671] bio: create slab at 0 [ 0.113671] ACPI: Added _OSI(Module Device) [ 0.113671] ACPI: Added _OSI(Processor Device) [ 0.116003] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.116914] ACPI: Added _OSI(Processor Aggregator Device) [ 0.118933] ACPI: Interpreter enabled [ 0.119704] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.121204] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.123068] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.124529] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.126391] ACPI: (supports S0 S5) [ 0.127103] ACPI: Using IOAPIC for interrupt routing [ 0.128013] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.132191] ACPI: No dock devices found. [ 0.134771] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.135934] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.136006] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.137230] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.139495] acpiphp: Slot [3] registered [ 0.140018] acpiphp: Slot [4] registered [ 0.140828] acpiphp: Slot [5] registered [ 0.141643] acpiphp: Slot [6] registered [ 0.142457] acpiphp: Slot [7] registered [ 0.143268] acpiphp: Slot [8] registered [ 0.144016] acpiphp: Slot [9] registered [ 0.144834] acpiphp: Slot [10] registered [ 0.145665] acpiphp: Slot [11] registered [ 0.146501] acpiphp: Slot [12] registered [ 0.147325] acpiphp: Slot [13] registered [ 0.148023] acpiphp: Slot [14] registered [ 0.148850] acpiphp: Slot [15] registered [ 0.149670] acpiphp: Slot [16] registered [ 0.150502] acpiphp: Slot [17] registered [ 0.151340] acpiphp: Slot [18] registered [ 0.152022] acpiphp: Slot [19] registered [ 0.152851] acpiphp: Slot [20] registered [ 0.153675] acpiphp: Slot [21] registered [ 0.154496] acpiphp: Slot [22] registered [ 0.155325] acpiphp: Slot [23] registered [ 0.156022] acpiphp: Slot [24] registered [ 0.156854] acpiphp: Slot [25] registered [ 0.157676] acpiphp: Slot [26] registered [ 0.158500] acpiphp: Slot [27] registered [ 0.159323] acpiphp: Slot [28] registered [ 0.160017] acpiphp: Slot [29] registered [ 0.160847] acpiphp: Slot [30] registered [ 0.161672] acpiphp: Slot [31] registered [ 0.162492] PCI host bridge to bus 0000:00 [ 0.163333] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.164004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.165146] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.166281] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.167529] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.168003] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.173838] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.175294] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.198427] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.199991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.200694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.202145] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.203570] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.204574] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.205852] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.205852] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.208003] vgaarb: loaded [ 0.208616] vgaarb: bridge control possible 0000:00:02.0 [ 0.209828] SCSI subsystem initialized [ 0.210720] ACPI: bus type USB registered [ 0.210720] usbcore: registered new interface driver usbfs [ 0.212011] usbcore: registered new interface driver hub [ 0.213067] usbcore: registered new device driver usb [ 0.213067] PCI: Using ACPI for IRQ routing [ 0.213125] NetLabel: Initializing [ 0.216005] NetLabel: domain hash size = 128 [ 0.216876] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.217888] NetLabel: unlabeled traffic allowed by default [ 0.218973] Switched to clocksource kvm-clock [ 0.223015] AppArmor: AppArmor Filesystem Enabled [ 0.223974] pnp: PnP ACPI init [ 0.224656] ACPI: bus type PNP registered [ 0.225858] pnp: PnP ACPI: found 8 devices [ 0.226694] ACPI: bus type PNP unregistered [ 0.233591] NET: Registered protocol family 2 [ 0.234692] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.236245] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.237614] TCP: Hash tables configured (established 16384 bind 16384) [ 0.238904] TCP: reno registered [ 0.239607] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.240757] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.242019] NET: Registered protocol family 1 [ 0.242926] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.244057] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.245291] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.266975] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.292245] Trying to unpack rootfs image as initramfs... [ 0.384304] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.386451] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.387648] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.388871] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.390644] Scanning for low memory corruption every 60 seconds [ 0.392271] Initialise system trusted keyring [ 0.393241] audit: initializing netlink socket (disabled) [ 0.394319] type=2000 audit(1534065280.621:1): initialized [ 0.413782] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.415870] zbud: loaded [ 0.416705] VFS: Disk quotas dquot_6.5.2 [ 0.417559] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.419100] fuse init (API version 7.22) [ 0.419997] msgmni has been set to 3997 [ 0.420860] Key type big_key registered [ 0.421922] Key type asymmetric registered [ 0.422773] Asymmetric key parser 'x509' registered [ 0.423753] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.425295] io scheduler noop registered [ 0.426150] io scheduler deadline registered (default) [ 0.427170] io scheduler cfq registered [ 0.428045] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.429137] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.430410] ipmi message handler version 39.2 [ 0.431357] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.432848] ACPI: Power Button [PWRF] [ 0.433736] GHES: HEST is not enabled! [ 0.455407] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.498765] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.520888] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.522506] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.546542] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.548735] Linux agpgart interface v0.103 [ 0.550364] brd: module loaded [ 0.551436] loop: module loaded [ 0.552423] blk-mq: CPU -> queue map [ 0.553186] CPU 0 -> Queue 0 [ 0.553863] CPU 1 -> Queue 0 [ 0.555087] vda: vda1 [ 0.556399] scsi0 : ata_piix [ 0.557190] scsi1 : ata_piix [ 0.557907] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.559224] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.560746] libphy: Fixed MDIO Bus: probed [ 0.561711] tun: Universal TUN/TAP device driver, 1.6 [ 0.562766] tun: (C) 1999-2004 Max Krasnyansky [ 0.565458] PPP generic driver version 2.4.2 [ 0.566468] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.567757] ehci-pci: EHCI PCI platform driver [ 0.568709] ehci-platform: EHCI generic platform driver [ 0.569781] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.571008] ohci-pci: OHCI PCI platform driver [ 0.571947] ohci-platform: OHCI generic platform driver [ 0.573048] uhci_hcd: USB Universal Host Controller Interface driver [ 0.595000] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.596081] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.597701] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.598933] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.600266] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.601796] usb usb1: Product: UHCI Host Controller [ 0.602790] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd [ 0.604065] usb usb1: SerialNumber: 0000:00:01.2 [ 0.605135] hub 1-0:1.0: USB hub found [ 0.605978] hub 1-0:1.0: 2 ports detected [ 0.606960] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.609196] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.610242] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.611422] mousedev: PS/2 mouse device common for all mice [ 0.612829] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.614843] rtc_cmos 00:00: RTC can wake from S4 [ 0.616072] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.617351] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.618685] device-mapper: uevent: version 1.0.3 [ 0.619733] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.621498] ledtrig-cpu: registered to indicate activity on CPUs [ 0.622808] TCP: cubic registered [ 0.623640] NET: Registered protocol family 10 [ 0.624819] NET: Registered protocol family 17 [ 0.625788] Key type dns_resolver registered [ 0.626893] Loading compiled-in X.509 certificates [ 0.628431] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0' [ 0.630348] registered taskstats version 1 [ 0.639788] Key type trusted registered [ 0.643160] Key type encrypted registered [ 0.644069] AppArmor: AppArmor sha1 policy hashing enabled [ 0.645187] IMA: No TPM chip found, activating TPM-bypass! [ 0.646730] regulator-dummy: disabling [ 0.647596] Magic number: 14:35:222 [ 0.648533] rtc_cmos 00:00: setting system clock to 2018-08-12 09:14:40 UTC (1534065280) [ 0.650279] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.651486] EDD information not available. [ 0.717223] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000) [ 0.718947] Write protecting the kernel read-only data: 12288k [ 0.720597] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000) [ 0.723374] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.736408] systemd-udevd[107]: starting version 204 [ 0.780484] FDC 0 is a S82078B [ 0.916093] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.080455] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.082146] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.083824] usb 1-1: Product: QEMU USB Tablet [ 1.084964] usb 1-1: Manufacturer: QEMU [ 1.085963] usb 1-1: SerialNumber: 42 [ 1.384079] tsc: Refined TSC clocksource calibration: 3491.873 MHz [ 1.784908] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.025845] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.105280] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] [ 2.204483] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sun, 12 Aug 2018 09:14:42 +0000. Up 2.98 seconds. cloud-init-nonet[3.14]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[6.87]: static networking is now up * Starting configure network device[74G[ OK ] * Starting set sysctls from /etc/sysctl.conf[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sun, 12 Aug 2018 09:14:46 +0000. Up 6.99 seconds. ci-info: +++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+--------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+--------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:35:db:99 | ci-info: | eth0 | True | 192.168.0.22 | 255.255.255.0 | fa:16:3e:9f:24:50 | ci-info: +--------+-------+--------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.1 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: c3:aa:e3:1b:bf:3c:ae:f9:5f:9e:0f:2c:e1:9a:ac:a3 root@dime-0 The key's randomart image is: +--[ RSA 2048]----+ | | | | | | | . | | S | | o + | | . . o + | | oB.o + o | | EoBOX+. o.. | +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: 45:4b:9d:ea:9d:48:d0:45:ac:24:bf:5a:60:6b:08:a9 root@dime-0 The key's randomart image is: +--[ DSA 1024]----+ | .o=o. | | ooo.+ | | . =oo | | o o.= | | . . oS= + . | | E . o = o | | . o | | . | | | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: 29:65:82:c4:b0:a6:7c:2e:90:7e:ad:80:9c:24:1f:9d root@dime-0 The key's randomart image is: +--[ECDSA 256]---+ | .o. | | o.. | | o . . o | |.+ . . + . | |=o..E . S | |B.+.. . | |.*.o . | | + . | | . | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: de:1d:7f:74:47:fd:59:48:15:5b:8b:00:bb:6b:be:6d root@dime-0 The key's randomart image is: +--[ED25519 256--+ | ... .o+| | . ....=| | . ..o+| | . .+| | S. . .=| | . ... o .o| | .o. . . .| | o .E . | | oo. | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off * Starting CPU interrupts balancing daemon[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS dime-0 ttyS0 dime-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Sun, 12 Aug 2018 09:16:50 +0000. Up 130.78 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Sun, 12 Aug 2018 09:17:51 +0000. Up 191.55 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com gpg: no valid OpenPGP data found. + apt-get update Err http://repo.cw-ngv.com binary/ InRelease Err http://repo.cw-ngv.com binary/ Release.gpg Could not resolve 'repo.cw-ngv.com' Err http://security.ubuntu.com trusty-security InRelease Err http://security.ubuntu.com trusty-security Release.gpg Could not resolve 'security.ubuntu.com' Err http://archive.ubuntu.com trusty InRelease Err http://archive.ubuntu.com trusty-updates InRelease Err http://archive.ubuntu.com trusty-backports InRelease Err http://archive.ubuntu.com trusty Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-updates Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-backports Release.gpg Could not resolve 'archive.ubuntu.com' Reading package lists... W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com' W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com' W: Some index files failed to download. They have been ignored, or old ones used instead. + mkdir -p /etc/clearwater + etcd_ip=192.168.0.23 + '[' -n 192.168.0.23 ']' + cat + DEBIAN_FRONTEND=noninteractive + apt-get install dime --yes --force-yes Reading package lists... Building dependency tree... Reading state information... Suggested packages: libdime-doc The following NEW packages will be installed: dime 0 upgraded, 1 newly installed, 0 to remove and 2 not upgraded. Need to get 7354 B of archives. After this operation, 51.2 kB of additional disk space will be used. Err http://archive.ubuntu.com/ubuntu/ trusty/universe dime amd64 0.20030921-4 Could not resolve 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/d/dime/dime_0.20030921-4_amd64.deb Could not resolve 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package clearwater-management + retries=0 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.200 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.200 ++ echo A 172.30.9.200 ++ ip2rr 192.168.1.9 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.9 ++ echo A 192.168.1.9 ++ ip2rr 192.168.1.9 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.9 ++ echo A 192.168.1.9 ++ ip2rr 192.168.0.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.0.22 ++ echo A 192.168.0.22 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 0 -lt 10 ']' + retries=1 + echo 'nsupdate failed - retrying (retry 1)...' nsupdate failed - retrying (retry 1)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.200 ++ echo 172.30.9.200 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.200 ++ ip2rr 192.168.1.9 ++ echo 192.168.1.9 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.9 ++ ip2rr 192.168.1.9 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.9 ++ echo A 192.168.1.9 ++ ip2rr 192.168.0.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.0.22 ++ echo A 192.168.0.22 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 1 -lt 10 ']' + retries=2 + echo 'nsupdate failed - retrying (retry 2)...' nsupdate failed - retrying (retry 2)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.200 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.200 ++ echo A 172.30.9.200 ++ ip2rr 192.168.1.9 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.9 ++ echo A 192.168.1.9 ++ ip2rr 192.168.1.9 ++ echo 192.168.1.9 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.9 ++ ip2rr 192.168.0.22 ++ echo 192.168.0.22 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.0.22 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 2 -lt 10 ']' + retries=3 + echo 'nsupdate failed - retrying (retry 3)...' nsupdate failed - retrying (retry 3)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.200 ++ echo 172.30.9.200 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.200 ++ ip2rr 192.168.1.9 ++ echo 192.168.1.9 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.9 ++ ip2rr 192.168.1.9 ++ echo 192.168.1.9 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.9 ++ ip2rr 192.168.0.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.0.22 ++ echo A 192.168.0.22 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 3 -lt 10 ']' + retries=4 + echo 'nsupdate failed - retrying (retry 4)...' nsupdate failed - retrying (retry 4)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.200 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.200 ++ echo A 172.30.9.200 ++ ip2rr 192.168.1.9 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.9 ++ echo A 192.168.1.9 ++ ip2rr 192.168.1.9 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.9 ++ echo A 192.168.1.9 ++ ip2rr 192.168.0.22 ++ echo 192.168.0.22 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.0.22 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 4 -lt 10 ']' + retries=5 + echo 'nsupdate failed - retrying (retry 5)...' nsupdate failed - retrying (retry 5)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.200 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.200 ++ echo A 172.30.9.200 ++ ip2rr 192.168.1.9 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.9 ++ echo A 192.168.1.9 ++ ip2rr 192.168.1.9 ++ echo 192.168.1.9 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.9 ++ ip2rr 192.168.0.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.0.22 ++ echo A 192.168.0.22 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 5 -lt 10 ']' + retries=6 + echo 'nsupdate failed - retrying (retry 6)...' nsupdate failed - retrying (retry 6)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.200 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.200 ++ echo A 172.30.9.200 ++ ip2rr 192.168.1.9 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.9 ++ echo A 192.168.1.9 ++ ip2rr 192.168.1.9 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.9 ++ echo A 192.168.1.9 ++ ip2rr 192.168.0.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.0.22 ++ echo A 192.168.0.22 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 6 -lt 10 ']' + retries=7 + echo 'nsupdate failed - retrying (retry 7)...' nsupdate failed - retrying (retry 7)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.200 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.200 ++ echo A 172.30.9.200 ++ ip2rr 192.168.1.9 ++ echo 192.168.1.9 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.9 ++ ip2rr 192.168.1.9 ++ echo 192.168.1.9 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.9 ++ ip2rr 192.168.0.22 ++ echo 192.168.0.22 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.0.22 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 7 -lt 10 ']' + retries=8 + echo 'nsupdate failed - retrying (retry 8)...' nsupdate failed - retrying (retry 8)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.200 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.200 ++ echo A 172.30.9.200 ++ ip2rr 192.168.1.9 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.9 ++ echo A 192.168.1.9 ++ ip2rr 192.168.1.9 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.9 ++ echo A 192.168.1.9 ++ ip2rr 192.168.0.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.0.22 ++ echo A 192.168.0.22 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 8 -lt 10 ']' + retries=9 + echo 'nsupdate failed - retrying (retry 9)...' nsupdate failed - retrying (retry 9)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.200 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.200 ++ echo A 172.30.9.200 ++ ip2rr 192.168.1.9 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.9 ++ echo A 192.168.1.9 ++ ip2rr 192.168.1.9 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.9 ++ echo A 192.168.1.9 ++ ip2rr 192.168.0.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.0.22 ++ echo A 192.168.0.22 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 9 -lt 10 ']' + retries=10 + echo 'nsupdate failed - retrying (retry 10)...' nsupdate failed - retrying (retry 10)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.200 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.200 ++ echo A 172.30.9.200 ++ ip2rr 192.168.1.9 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.9 ++ echo A 192.168.1.9 ++ ip2rr 192.168.1.9 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.9 ++ echo A 192.168.1.9 ++ ip2rr 192.168.0.22 ++ grep -q -e '[^0-9.]' ++ echo 192.168.0.22 ++ echo A 192.168.0.22 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 10 -lt 10 ']' + echo 'nameserver 192.168.0.5' + echo RESOLV_CONF=/etc/dnsmasq.resolv.conf + mkdir -p /etc/netns/signaling + echo 'nameserver 192.168.1.14' + service dnsmasq force-reload dnsmasq: unrecognized service 2018-08-12 09:24:04,536 - util.py[WARNING]: Failed running /var/lib/cloud/instance/scripts/part-001 [1] 2018-08-12 09:24:04,538 - cc_scripts_user.py[WARNING]: Failed to run module scripts-user (scripts in /var/lib/cloud/instance/scripts) 2018-08-12 09:24:04,538 - util.py[WARNING]: Running scripts-user () failed ci-info: ++++++++++Authorized keys from /home/ubuntu/.ssh/authorized_keys for user ubuntu+++++++++++ ci-info: +---------+-------------------------------------------------+---------+-------------------+ ci-info: | Keytype | Fingerprint (md5) | Options | Comment | ci-info: +---------+-------------------------------------------------+---------+-------------------+ ci-info: | ssh-rsa | 2c:92:48:e8:e4:cd:71:cf:8b:13:5d:18:72:7b:c4:7a | - | Generated-by-Nova | ci-info: +---------+-------------------------------------------------+---------+-------------------+ ec2: ec2: ############################################################# ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- ec2: 1024 45:4b:9d:ea:9d:48:d0:45:ac:24:bf:5a:60:6b:08:a9 root@dime-0 (DSA) ec2: 256 29:65:82:c4:b0:a6:7c:2e:90:7e:ad:80:9c:24:1f:9d root@dime-0 (ECDSA) ec2: 256 de:1d:7f:74:47:fd:59:48:15:5b:8b:00:bb:6b:be:6d root@dime-0 (ED25519) ec2: 2048 c3:aa:e3:1b:bf:3c:ae:f9:5f:9e:0f:2c:e1:9a:ac:a3 root@dime-0 (RSA) ec2: -----END SSH HOST KEY FINGERPRINTS----- ec2: ############################################################# -----BEGIN SSH HOST KEY KEYS----- ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBCmqw3eLITGiOiVihn+lTzasvrYlv03DGre6O5838eLxszRzBDQZaii5CYYlKbA9z+kzv1jQ5QterPrgUcsuqA= root@dime-0 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJgzuyI/i2vpkAduiA37/uWVIbhVW0vlAXfddPSoBotJ root@dime-0 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDSU0llOeTu3nglyUF3NzzxpARiUtR0c4N8qzbBveiCWHcF1IMgTac9AaC/u3r18b5ec8n038XF3GSKtIlzOop83P9t3LLZGAFpFE2R+CCRKZu06XIJrKB/fFmlcR0okliPQ+mGZtSUwn1btCO2DmVuT4WltIsPpBYnTzeGZcImeEn8luy+/w1Vu2om5HlU4aXTxZhDF3BfpKnhb0WpyUdihzUXJcvWwbqyQSAUAYGgy7+1NzacAWxPTy03m0xKiTa97d7TNN9B5eeF/TUypjUhrxyh2v5Zc3/aHPYKdENbhAnkknUNT3VMSjkjevpBYKxWnqj3K6BKbSi21ufVZ3bb root@dime-0 -----END SSH HOST KEY KEYS----- Cloud-init v. 0.7.5 finished at Sun, 12 Aug 2018 09:24:04 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 564.72 seconds 2018-08-12 09:24:15,555 - functest.core.singlevm - DEBUG - regex found: ''Cloud-init .* finished at ' in console 2018-08-12 09:24:15,555 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:24:15,558 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:24:16,312 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:24: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-45598c58-aa6f-41cb-b7d6-08efcf959827 x-compute-request-id: req-45598c58-aa6f-41cb-b7d6-08efcf959827 Content-Encoding: gzip Content-Length: 1505 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:8c:69", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:8c:69", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:47:bc", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:47:bc", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/0d05f869-c182-4a19-86bf-4ac078c523fd", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:41.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "0d05f869-c182-4a19-86bf-4ac078c523fd", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:41Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "homer-0.clearwater.opnfv", "created": "2018-08-12T09:14:06Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:24:50", "version": 4, "addr": "192.168.0.22", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:24:50", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:35:db:99", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/1c9b6e42-b18c-407e-8d00-9077025769fd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1c9b6e42-b18c-407e-8d00-9077025769fd", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:39.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "1c9b6e42-b18c-407e-8d00-9077025769fd", "security_groups": [{"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:39Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "dime-0.clearwater.opnfv", "created": "2018-08-12T09:14:05Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:73:af", "version": 4, "addr": "192.168.0.17", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:73:af", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:b9:f2", "version": 4, "addr": "192.168.1.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:b9:f2", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:41.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:41Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "bono-0.clearwater.opnfv", "created": "2018-08-12T09:14:05Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:27:6c", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:27:6c", "version": 4, "addr": "172.30.9.216", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:82:86", "version": 4, "addr": "192.168.1.24", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/566a63cc-7490-4385-b2ac-bfb24030a031", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/566a63cc-7490-4385-b2ac-bfb24030a031", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:34.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "566a63cc-7490-4385-b2ac-bfb24030a031", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:34Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-12T09:14:04Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:9d:e5", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:9d:e5", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b4:d8:25", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/7a80620a-d807-4698-b6c3-7c140a7b5157", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/7a80620a-d807-4698-b6c3-7c140a7b5157", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:25.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "7a80620a-d807-4698-b6c3-7c140a7b5157", "security_groups": [{"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:25Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-12T09:14:04Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:ca:f6", "version": 4, "addr": "192.168.0.23", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:ca:f6", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/3544e1e5-febb-4596-964e-1a53f9d26ab6", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/3544e1e5-febb-4596-964e-1a53f9d26ab6", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:13:48.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "3544e1e5-febb-4596-964e-1a53f9d26ab6", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:13:48Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-12T09:12:11Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:77:d2", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:77:d2", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ac:00:39", "version": 4, "addr": "192.168.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/24234aa3-febc-4826-8d67-0c33e6f38782", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/24234aa3-febc-4826-8d67-0c33e6f38782", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:12:00.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "24234aa3-febc-4826-8d67-0c33e6f38782", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:12:00Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "ns.clearwater.opnfv", "created": "2018-08-12T09:10:20Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:24:16,312 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-45598c58-aa6f-41cb-b7d6-08efcf959827 2018-08-12 09:24:16,312 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.756705999374s 2018-08-12 09:24:16,313 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-45598c58-aa6f-41cb-b7d6-08efcf959827 2018-08-12 09:24:16,320 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-12 09:24:16,322 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/39b8c07c-ae77-4b92-8e1e-e3661c2b9dff/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}d584eff3730be386f99aabb4bf64013d89965dc6" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 09:24:16,404 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:24: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-0d7dd57b-107a-4c7e-add2-40ebc4bfb1c2 x-compute-request-id: req-0d7dd57b-107a-4c7e-add2-40ebc4bfb1c2 Content-Encoding: gzip Content-Length: 18915 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 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] 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-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] 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] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\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 2 CPUs, 0 hotplug CPUs\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 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008000] Security Framework initialized\n[ 0.008028] AppArmor: AppArmor initialized\n[ 0.008943] Yama: becoming mindful.\n[ 0.009872] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.013335] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.015349] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.016005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.017578] Initializing cgroup subsys memory\n[ 0.018491] Initializing cgroup subsys devices\n[ 0.020004] Initializing cgroup subsys freezer\n[ 0.020931] Initializing cgroup subsys blkio\n[ 0.021823] Initializing cgroup subsys perf_event\n[ 0.022981] Initializing cgroup subsys hugetlb\n[ 0.024057] CPU: Physical Processor ID: 0\n[ 0.024957] FEATURE SPEC_CTRL Not Present\n[ 0.026553] mce: CPU supports 10 MCE banks\n[ 0.027420] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.027420] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.028004] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.029200] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.032002] Speculative Store Bypass: Vulnerable\n[ 0.033458] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000)\n[ 0.037832] ACPI: Core revision 20131115\n[ 0.039147] ACPI: All ACPI Tables successfully acquired\n[ 0.040320] ftrace: allocating 28727 entries in 113 pages\n[ 0.060287] Enabling x2apic\n[ 0.061028] Enabled x2apic\n[ 0.061919] Switched APIC routing to physical x2apic.\n[ 0.064268] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.065678] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.068019] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.077218] KVM setup paravirtual spinlock\n[ 0.079639] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.080152] x86: Booting SMP configuration:\n[ 0.081389] .... node #0, CPUs: #1[ 0.079606] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.096022] x86: Booted up 1 node, 2 CPUs\n[ 0.096014] KVM setup async PF for cpu 1\n[ 0.096016] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.099683] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.100339] devtmpfs: initialized\n[ 0.102184] EVM: security.selinux\n[ 0.103134] EVM: security.SMACK64\n[ 0.104005] EVM: security.ima\n[ 0.104869] EVM: security.capability\n[ 0.105896] pinctrl core: initialized pinctrl subsystem\n[ 0.108050] regulator-dummy: no parameters\n[ 0.109219] RTC time: 9:14:42, date: 08/12/18\n[ 0.110470] NET: Registered protocol family 16\n[ 0.111643] cpuidle: using governor ladder\n[ 0.112004] cpuidle: using governor menu\n[ 0.113165] ACPI: bus type PCI registered\n[ 0.114277] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.116016] PCI: Using configuration type 1 for base access\n[ 0.117988] bio: create slab at 0\n[ 0.117988] ACPI: Added _OSI(Module Device)\n[ 0.120004] ACPI: Added _OSI(Processor Device)\n[ 0.121515] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.122987] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.125134] ACPI: Interpreter enabled\n[ 0.126135] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.128661] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.131105] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.133726] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.136918] ACPI: (supports S0 S5)\n[ 0.138011] ACPI: Using IOAPIC for interrupt routing\n[ 0.139417] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.140196] ACPI: No dock devices found.\n[ 0.143412] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.144008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.145744] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.147342] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.148229] acpiphp: Slot [3] registered\n[ 0.149352] acpiphp: Slot [4] registered\n[ 0.150385] acpiphp: Slot [5] registered\n[ 0.151311] acpiphp: Slot [6] registered\n[ 0.152019] acpiphp: Slot [7] registered\n[ 0.153037] acpiphp: Slot [8] registered\n[ 0.153961] acpiphp: Slot [9] registered\n[ 0.155071] acpiphp: Slot [10] registered\n[ 0.156020] acpiphp: Slot [11] registered\n[ 0.156972] acpiphp: Slot [12] registered\n[ 0.158071] acpiphp: Slot [13] registered\n[ 0.159363] acpiphp: Slot [14] registered\n[ 0.160020] acpiphp: Slot [15] registered\n[ 0.161087] acpiphp: Slot [16] registered\n[ 0.162299] acpiphp: Slot [17] registered\n[ 0.163421] acpiphp: Slot [18] registered\n[ 0.164026] acpiphp: Slot [19] registered\n[ 0.165066] acpiphp: Slot [20] registered\n[ 0.166123] acpiphp: Slot [21] registered\n[ 0.167198] acpiphp: Slot [22] registered\n[ 0.168019] acpiphp: Slot [23] registered\n[ 0.169173] acpiphp: Slot [24] registered\n[ 0.170274] acpiphp: Slot [25] registered\n[ 0.171389] acpiphp: Slot [26] registered\n[ 0.172019] acpiphp: Slot [27] registered\n[ 0.173101] acpiphp: Slot [28] registered\n[ 0.174218] acpiphp: Slot [29] registered\n[ 0.175270] acpiphp: Slot [30] registered\n[ 0.176026] acpiphp: Slot [31] registered\n[ 0.177237] PCI host bridge to bus 0000:00\n[ 0.178509] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.180004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.181538] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.182984] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.184004] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.185960] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.193627] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.195829] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.221480] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.223328] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.224707] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.226455] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.228054] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.229939] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.231516] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.231516] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.232003] vgaarb: loaded\n[ 0.232781] vgaarb: bridge control possible 0000:00:02.0\n[ 0.234329] SCSI subsystem initialized\n[ 0.235473] ACPI: bus type USB registered\n[ 0.236029] usbcore: registered new interface driver usbfs\n[ 0.239334] usbcore: registered new interface driver hub\n[ 0.240197] usbcore: registered new device driver usb\n[ 0.241477] PCI: Using ACPI for IRQ routing\n[ 0.241609] NetLabel: Initializing\n[ 0.244007] NetLabel: domain hash size = 128\n[ 0.245162] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.246477] NetLabel: unlabeled traffic allowed by default\n[ 0.248179] Switched to clocksource kvm-clock\n[ 0.258179] AppArmor: AppArmor Filesystem Enabled\n[ 0.259514] pnp: PnP ACPI init\n[ 0.260378] ACPI: bus type PNP registered\n[ 0.261997] pnp: PnP ACPI: found 8 devices\n[ 0.263117] ACPI: bus type PNP unregistered\n[ 0.270383] NET: Registered protocol family 2\n[ 0.271812] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.273808] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.275650] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.277435] TCP: reno registered\n[ 0.278373] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.279962] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.281703] NET: Registered protocol family 1\n[ 0.282923] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.284471] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.285983] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.308257] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.330992] Trying to unpack rootfs image as initramfs...\n[ 0.423831] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.425913] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.427473] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.428738] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.431231] Scanning for low memory corruption every 60 seconds\n[ 0.433167] Initialise system trusted keyring\n[ 0.434159] audit: initializing netlink socket (disabled)\n[ 0.435339] type=2000 audit(1534065282.713:1): initialized\n[ 0.455065] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.457147] zbud: loaded\n[ 0.457950] VFS: Disk quotas dquot_6.5.2\n[ 0.458789] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.460334] fuse init (API version 7.22)\n[ 0.461305] msgmni has been set to 3997\n[ 0.462246] Key type big_key registered\n[ 0.463425] Key type asymmetric registered\n[ 0.464314] Asymmetric key parser 'x509' registered\n[ 0.465411] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.467120] io scheduler noop registered\n[ 0.468042] io scheduler deadline registered (default)\n[ 0.469350] io scheduler cfq registered\n[ 0.470317] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.471623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.473125] ipmi message handler version 39.2\n[ 0.474145] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.475902] ACPI: Power Button [PWRF]\n[ 0.476871] GHES: HEST is not enabled!\n[ 0.498646] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.542311] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564480] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.566221] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590317] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.592502] Linux agpgart interface v0.103\n[ 0.594215] brd: module loaded\n[ 0.595343] loop: module loaded\n[ 0.596386] blk-mq: CPU -> queue map\n[ 0.597241] CPU 0 -> Queue 0\n[ 0.597977] CPU 1 -> Queue 0\n[ 0.599282] vda: vda1\n[ 0.600633] scsi0 : ata_piix\n[ 0.601422] scsi1 : ata_piix\n[ 0.602185] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.603738] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.605323] libphy: Fixed MDIO Bus: probed\n[ 0.606298] tun: Universal TUN/TAP device driver, 1.6\n[ 0.607384] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.610987] PPP generic driver version 2.4.2\n[ 0.612316] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.614204] ehci-pci: EHCI PCI platform driver\n[ 0.615546] ehci-platform: EHCI generic platform driver\n[ 0.617138] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618927] ohci-pci: OHCI PCI platform driver\n[ 0.620293] ohci-platform: OHCI generic platform driver\n[ 0.621821] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.644416] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.645972] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.648214] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.649969] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.651819] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.653881] usb usb1: Product: UHCI Host Controller\n[ 0.655268] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd\n[ 0.656905] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.658257] hub 1-0:1.0: USB hub found\n[ 0.659311] hub 1-0:1.0: 2 ports detected\n[ 0.660659] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663607] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.665017] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.666595] mousedev: PS/2 mouse device common for all mice\n[ 0.668453] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.671091] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672624] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.674398] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.676273] device-mapper: uevent: version 1.0.3\n[ 0.677791] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.680604] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.682583] TCP: cubic registered\n[ 0.683759] NET: Registered protocol family 10\n[ 0.685484] NET: Registered protocol family 17\n[ 0.686809] Key type dns_resolver registered\n[ 0.688477] Loading compiled-in X.509 certificates\n[ 0.690456] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0'\n[ 0.693044] registered taskstats version 1\n[ 0.705300] Key type trusted registered\n[ 0.710052] Key type encrypted registered\n[ 0.711452] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.713076] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.715169] regulator-dummy: disabling\n[ 0.716441] Magic number: 14:35:222\n[ 0.717768] rtc_cmos 00:00: setting system clock to 2018-08-12 09:14:43 UTC (1534065283)\n[ 0.720399] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.722143] EDD information not available.\n[ 0.762201] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000)\n[ 0.764852] Write protecting the kernel read-only data: 12288k\n[ 0.768184] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000)\n[ 0.773717] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.790386] systemd-udevd[107]: starting version 204\n[ 0.824817] FDC 0 is a S82078B\n[ 0.972052] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.136200] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.137769] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.139407] usb 1-1: Product: QEMU USB Tablet\n[ 1.140459] usb 1-1: Manufacturer: QEMU\n[ 1.141340] usb 1-1: SerialNumber: 42\n[ 1.424096] tsc: Refined TSC clocksource calibration: 3491.873 MHz\n[ 1.841203] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.085139] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.168550] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Stopping adjust system clock and timezone[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 2.287863] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sun, 12 Aug 2018 09:14:45 +0000. Up 2.75 seconds.\ncloud-init-nonet[2.92]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting cold plug devices[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\ncloud-init-nonet[12.92]: waiting 120 seconds for network device\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[13.87]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sun, 12 Aug 2018 09:14:56 +0000. Up 14.03 seconds.\nci-info: +++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+--------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+--------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:2a:b9:f2 |\nci-info: | eth0 | True | 192.168.0.17 | 255.255.255.0 | fa:16:3e:ba:73:af |\nci-info: +--------+-------+--------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.3 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\n6e:fe:3d:7b:39:d5:b6:84:22:4e:9e:e3:79:8d:61:8e root@bono-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| |\n| |\n| |\n| |\n| S . .|\n| . o + . .+|\n| * * = .+.|\n| o E.=..+. |\n| o++ o+ . |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n16:25:b1:48:25:50:55:eb:cf:5f:35:01:3a:89:2c:ae root@bono-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| .o+o=oo . |\n| . o.+..o . |\n| ..oo.+ . |\n| . .o . .|\n| .S . ..|\n| .. o o|\n| E o .|\n| . . |\n| . |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\n92:2e:37:60:10:b9:39:6c:87:f1:b6:b7:d5:48:11:51 root@bono-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| .. o+E |\n| o. . |\n| ..* . |\n| B.+ .. |\n| . +o.o.So |\n| ..o..o . |\n| ..+o |\n| o.. |\n| |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\nd8:6b:27:39:eb:8f:d0:7f:af:c1:fd:d2:b4:13:e7:c2 root@bono-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| |\n| |\n| |\n| o |\n| . S |\n| . o . . .o|\n| . B . o..++|\n| o B ..E+o|\n| .+.o..o.oo|\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\n * Starting system logging daemon[74G[ OK ]\n * Starting Handle applying cloud-config[74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\nCloud-init v. 0.7.5 running 'modules:config' at Sun, 12 Aug 2018 09:15:36 +0000. Up 54.01 seconds.\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Starting ACPI daemon[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Sun, 12 Aug 2018 09:15:37 +0000. Up 54.99 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0\nUbuntu 14.04.5 LTS bono-0 ttyS0\n\nbono-0 login: 100 3149 100 3149 0 0 16041 0 --:--:-- --:--:-- --:--:-- 16066\nOK\n+ apt-get update\nIgn http://repo.cw-ngv.com binary/ InRelease\nGet:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nGet:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:3 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nGet:4 http://repo.cw-ngv.com binary/ Release [1219 B]\nGet:5 http://repo.cw-ngv.com binary/ Packages [23.2 kB]\nGet:6 http://security.ubuntu.com trusty-security/main Sources [161 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:7 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB]\nGet:8 http://security.ubuntu.com trusty-security/universe Sources [77.6 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:9 http://security.ubuntu.com trusty-security/main amd64 Packages [754 kB]\nGet:10 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B]\nGet:11 http://security.ubuntu.com trusty-security/universe amd64 Packages [240 kB]\nGet:12 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [206 kB]\nGet:13 http://security.ubuntu.com trusty-security/main Translation-en [408 kB]\nGet:14 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7433 B]\nGet:15 http://security.ubuntu.com trusty-security/universe Translation-en [131 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1093 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages [17.2 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages [468 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages [14.6 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en [541 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B]\nGet:22 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B]\nGet:23 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [251 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B]\nGet:25 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B]\nGet:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty Release\nGet:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B]\nGet:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en\nFetched 12.7 MB in 4s (2554 kB/s)\nReading package lists...\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.23\n+ '[' -n 192.168.0.23 ']'\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install bono --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n binutils build-essential clearwater-diags-monitor clearwater-infrastructure\n clearwater-log-cleanup clearwater-monit clearwater-socket-factory\n clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev\n fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop\n libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl\n libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0\n libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev\n libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5\n libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1\n libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4\n libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0\n libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3\n linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama\n python-colorama-whl python-distlib python-distlib-whl python-html5lib\n python-html5lib-whl python-pip python-pip-whl python-requests-whl\n python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl\n python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs\n sysstat\nSuggested packages:\n binutils-doc restund bono-dbg clearwater-logging clearwater-auto-config\n clearwater-auto-upgrade exim4 postfix mail-transport-agent cpp-doc\n gcc-4.8-locales debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc\n libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb\n gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg\n libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc lm-sensors\n snmp-mibs-downloader libstdc++-4.8-doc make-doc ntp-doc python-genshi\n python-lxml python3-setuptools isag\nRecommended packages:\n python-dev-all\nThe following NEW packages will be installed:\n binutils bono build-essential clearwater-diags-monitor\n clearwater-infrastructure clearwater-log-cleanup clearwater-monit\n clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq\n dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin\n inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl\n libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0\n libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0\n libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5\n libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev\n libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4\n libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0\n libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3\n linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama\n python-colorama-whl python-distlib python-distlib-whl python-html5lib\n python-html5lib-whl python-pip python-pip-whl python-requests-whl\n python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl\n python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs\n sysstat\n0 upgraded, 83 newly installed, 0 to remove and 3 not upgraded.\nNeed to get 53.4 MB of archives.\nAfter this operation, 160 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB]\nGet:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB]\nGet:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B]\nGet:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB]\nGet:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB]\nGet:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB]\nGet:9 http://repo.cw-ngv.com/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB]\nGet:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB]\nGet:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 kB]\nGet:12 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB]\nGet:14 http://repo.cw-ngv.com/stable/ binary/ bono 1.0-180328.134516 [2231 kB]\nGet:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B]\nGet:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB]\nGet:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB]\nGet:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB]\nGet:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B]\nGet:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB]\nGet:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB]\nGet:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB]\nGet:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB]\nGet:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB]\nGet:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB]\nGet:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB]\nGet:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB]\nGet:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB]\nGet:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB]\nGet:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB]\nGet:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB]\nGet:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-153.203 [772 kB]\nGet:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1913 kB]\nGet:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4452 kB]\nGet:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB]\nGet:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1688 kB]\nGet:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5040 kB]\nGet:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5098 B]\nGet:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1051 kB]\nGet:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB]\nGet:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1490 B]\nGet:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB]\nGet:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB]\nGet:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB]\nGet:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4838 B]\nGet:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB]\nGet:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB]\nGet:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB]\nGet:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB]\nGet:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB]\nGet:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB]\nGet:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB]\nGet:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB]\nGet:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB]\nGet:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB]\nGet:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB]\nGet:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB]\nGet:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB]\nGet:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB]\nGet:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB]\nGet:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB]\nGet:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB]\nGet:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB]\nGet:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB]\nGet:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB]\nGet:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB]\nGet:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB]\nGet:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB]\nGet:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB]\nGet:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB]\nGet:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB]\nGet:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB]\nExtracting templates from packages: 36%Extracting templates from packages: 72%Extracting templates from packages: 100%\nPreconfiguring packages ...\nFetched 53.4 MB in 13s (3925 kB/s)\nSelecting previously unselected package libasan0:amd64.\n(Reading database ... 51310 files and directories currently installed.)\nPreparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libatomic1:amd64.\nPreparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libboost-system1.54.0:amd64.\nPreparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-filesystem1.54.0:amd64.\nPreparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-regex1.54.0:amd64.\nPreparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-thread1.54.0:amd64.\nPreparing to unpack .../libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libgmp10:amd64.\nPreparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ...\nUnpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSelecting previously unselected package libisl10:amd64.\nPreparing to unpack .../libisl10_0.12.2-1_amd64.deb ...\nUnpacking libisl10:amd64 (0.12.2-1) ...\nSelecting previously unselected package libcloog-isl4:amd64.\nPreparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ...\nUnpacking libcloog-isl4:amd64 (0.18.2-1) ...\nSelecting previously unselected package libevent-core-2.0-5:amd64.\nPreparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package libevent-pthreads-2.0-5:amd64.\nPreparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package libgomp1:amd64.\nPreparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libitm1:amd64.\nPreparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libmpfr4:amd64.\nPreparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ...\nUnpacking libmpfr4:amd64 (3.1.2-1) ...\nSelecting previously unselected package libopts25:amd64.\nPreparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ...\nUnpacking libopts25:amd64 (1:5.18-2ubuntu2) ...\nSelecting previously unselected package libpgm-5.1-0:amd64.\nPreparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ...\nUnpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSelecting previously unselected package libquadmath0:amd64.\nPreparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libsensors4:amd64.\nPreparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ...\nUnpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSelecting previously unselected package libperl5.18.\nPreparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ...\nUnpacking libperl5.18 (5.18.2-2ubuntu1.6) ...\nSelecting previously unselected package libsnmp-base.\nPreparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ...\nUnpacking libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libsnmp30:amd64.\nPreparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ...\nUnpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libtsan0:amd64.\nPreparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libzmq3:amd64.\nPreparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ...\nUnpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSelecting previously unselected package ntp.\nPreparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ...\nUnpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\nSelecting previously unselected package libmnl0:amd64.\nPreparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ...\nUnpacking libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSelecting previously unselected package libmpc3:amd64.\nPreparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ...\nUnpacking libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSelecting previously unselected package libnetfilter-conntrack3:amd64.\nPreparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ...\nUnpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSelecting previously unselected package binutils.\nPreparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ...\nUnpacking binutils (2.24-5ubuntu14.2) ...\nSelecting previously unselected package dnsmasq-base.\nPreparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ...\nUnpacking dnsmasq-base (2.68-1ubuntu0.2) ...\nSelecting previously unselected package dnsmasq.\nPreparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ...\nUnpacking dnsmasq (2.68-1ubuntu0.2) ...\nSelecting previously unselected package python-setuptools.\nPreparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools (3.3-1ubuntu2) ...\nSelecting previously unselected package gnutls-bin.\nPreparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ...\nUnpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSelecting previously unselected package python-virtualenv.\nPreparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ...\nUnpacking python-virtualenv (1.11.4-1ubuntu1) ...\nSelecting previously unselected package clearwater-infrastructure.\nPreparing to unpack .../clearwater-infrastructure_1.0-180328.114312_amd64.deb ...\nUnpacking clearwater-infrastructure (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-tcp-scalability.\nPreparing to unpack .../clearwater-tcp-scalability_1.0-180328.114312_all.deb ...\nUnpacking clearwater-tcp-scalability (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-log-cleanup.\nPreparing to unpack .../clearwater-log-cleanup_1.0-180328.114312_all.deb ...\nUnpacking clearwater-log-cleanup (1.0-180328.114312) ...\nSelecting previously unselected package sprout-libs.\nPreparing to unpack .../sprout-libs_1.0-180328.134516_amd64.deb ...\nUnpacking sprout-libs (1.0-180328.134516) ...\nSelecting previously unselected package clearwater-socket-factory.\nPreparing to unpack .../clearwater-socket-factory_1.0-180328.114312_amd64.deb ...\nUnpacking clearwater-socket-factory (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-monit.\nPreparing to unpack .../clearwater-monit_5.18-180322.170159_amd64.deb ...\nUnpacking clearwater-monit (5.18-180322.170159) ...\nSelecting previously unselected package bono.\nPreparing to unpack .../bono_1.0-180328.134516_amd64.deb ...\nUnpacking bono (1.0-180328.134516) ...\nSelecting previously unselected package libc-dev-bin.\nPreparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc-dev-bin (2.19-0ubuntu6.14) ...\nSelecting previously unselected package linux-libc-dev:amd64.\nPreparing to unpack .../linux-libc-dev_3.13.0-153.203_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-153.203) ...\nSelecting previously unselected package libc6-dev:amd64.\nPreparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSelecting previously unselected package cpp-4.8.\nPreparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package cpp.\nPreparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking cpp (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libgcc-4.8-dev:amd64.\nPreparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc-4.8.\nPreparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc.\nPreparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking gcc (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libstdc++-4.8-dev:amd64.\nPreparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++-4.8.\nPreparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++.\nPreparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking g++ (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package make.\nPreparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ...\nUnpacking make (3.81-8.2ubuntu3) ...\nSelecting previously unselected package libdpkg-perl.\nPreparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ...\nUnpacking libdpkg-perl (1.17.5ubuntu5.8) ...\nSelecting previously unselected package dpkg-dev.\nPreparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ...\nUnpacking dpkg-dev (1.17.5ubuntu5.8) ...\nSelecting previously unselected package build-essential.\nPreparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ...\nUnpacking build-essential (11.6ubuntu6) ...\nSelecting previously unselected package libinotifytools0.\nPreparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ...\nUnpacking libinotifytools0 (3.14-1ubuntu1) ...\nSelecting previously unselected package inotify-tools.\nPreparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ...\nUnpacking inotify-tools (3.14-1ubuntu1) ...\nSelecting previously unselected package realpath.\nPreparing to unpack .../realpath_1.19_amd64.deb ...\nUnpacking realpath (1.19) ...\nSelecting previously unselected package sysstat.\nPreparing to unpack .../sysstat_10.2.0-1_amd64.deb ...\nUnpacking sysstat (10.2.0-1) ...\nSelecting previously unselected package iotop.\nPreparing to unpack .../archives/iotop_0.6-1_amd64.deb ...\nUnpacking iotop (0.6-1) ...\nSelecting previously unselected package clearwater-diags-monitor.\nPreparing to unpack .../clearwater-diags-monitor_1.0-180328.114312_all.deb ...\nUnpacking clearwater-diags-monitor (1.0-180328.114312) ...\nSelecting previously unselected package libfakeroot:amd64.\nPreparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking libfakeroot:amd64 (1.20-3ubuntu2) ...\nSelecting previously unselected package fakeroot.\nPreparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking fakeroot (1.20-3ubuntu2) ...\nSelecting previously unselected package libalgorithm-diff-perl.\nPreparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ...\nUnpacking libalgorithm-diff-perl (1.19.02-3) ...\nSelecting previously unselected package libalgorithm-diff-xs-perl.\nPreparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ...\nUnpacking libalgorithm-diff-xs-perl (0.04-2build4) ...\nSelecting previously unselected package libalgorithm-merge-perl.\nPreparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ...\nUnpacking libalgorithm-merge-perl (0.08-2) ...\nSelecting previously unselected package libfile-fcntllock-perl.\nPreparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ...\nUnpacking libfile-fcntllock-perl (0.14-2build1) ...\nSelecting previously unselected package manpages-dev.\nPreparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ...\nUnpacking manpages-dev (3.54-1ubuntu1) ...\nSelecting previously unselected package python3-pkg-resources.\nPreparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ...\nUnpacking python3-pkg-resources (3.3-1ubuntu2) ...\nSelecting previously unselected package python-chardet-whl.\nPreparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ...\nUnpacking python-chardet-whl (2.2.1-2~ubuntu1) ...\nSelecting previously unselected package python-colorama.\nPreparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-colorama-whl.\nPreparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-distlib.\nPreparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-distlib-whl.\nPreparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib-whl (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-html5lib.\nPreparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-html5lib-whl.\nPreparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib-whl (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-six-whl.\nPreparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ...\nUnpacking python-six-whl (1.5.2-1ubuntu1) ...\nSelecting previously unselected package python-urllib3-whl.\nPreparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ...\nUnpacking python-urllib3-whl (1.7.1-1ubuntu4) ...\nSelecting previously unselected package python-requests-whl.\nPreparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ...\nUnpacking python-requests-whl (2.2.1-1ubuntu0.3) ...\nSelecting previously unselected package python-setuptools-whl.\nPreparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools-whl (3.3-1ubuntu2) ...\nSelecting previously unselected package python-pip-whl.\nPreparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip-whl (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-pip.\nPreparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-wheel.\nPreparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ...\nUnpacking python-wheel (0.24.0-1~ubuntu1) ...\nProcessing triggers for man-db (2.6.7.1-1ubuntu1) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSetting up libisl10:amd64 (0.12.2-1) ...\nSetting up libcloog-isl4:amd64 (0.18.2-1) ...\nSetting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libmpfr4:amd64 (3.1.2-1) ...\nSetting up libopts25:amd64 (1:5.18-2ubuntu2) ...\nSetting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSetting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSetting up libperl5.18 (5.18.2-2ubuntu1.6) ...\nSetting up libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSetting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSetting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSetting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\n * Starting NTP server ntpd\n ...done.\nSetting up libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSetting up libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSetting up libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSetting up binutils (2.24-5ubuntu14.2) ...\nSetting up dnsmasq-base (2.68-1ubuntu0.2) ...\nSetting up dnsmasq (2.68-1ubuntu0.2) ...\n * Starting DNS forwarder and DHCP server dnsmasq\n ...done.\nSetting up python-setuptools (3.3-1ubuntu2) ...\nSetting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSetting up python-virtualenv (1.11.4-1ubuntu1) ...\nSetting up clearwater-tcp-scalability (1.0-180328.114312) ...\nSetting up sprout-libs (1.0-180328.134516) ...\nSetting up libc-dev-bin (2.19-0ubuntu6.14) ...\nSetting up linux-libc-dev:amd64 (3.13.0-153.203) ...\nSetting up libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSetting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up cpp (4:4.8.2-1ubuntu6) ...\nSetting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up gcc (4:4.8.2-1ubuntu6) ...\nSetting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up g++ (4:4.8.2-1ubuntu6) ...\nupdate-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode\nSetting up make (3.81-8.2ubuntu3) ...\nSetting up libdpkg-perl (1.17.5ubuntu5.8) ...\nSetting up dpkg-dev (1.17.5ubuntu5.8) ...\nSetting up build-essential (11.6ubuntu6) ...\nSetting up libinotifytools0 (3.14-1ubuntu1) ...\nSetting up inotify-tools (3.14-1ubuntu1) ...\nSetting up realpath (1.19) ...\nSetting up sysstat (10.2.0-1) ...\n\nCreating config file /etc/default/sysstat with new version\nupdate-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode\nSetting up iotop (0.6-1) ...\nSetting up libfakeroot:amd64 (1.20-3ubuntu2) ...\nSetting up fakeroot (1.20-3ubuntu2) ...\nupdate-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode\nSetting up libalgorithm-diff-perl (1.19.02-3) ...\nSetting up libalgorithm-diff-xs-perl (0.04-2build4) ...\nSetting up libalgorithm-merge-perl (0.08-2) ...\nSetting up libfile-fcntllock-perl (0.14-2build1) ...\nSetting up manpages-dev (3.54-1ubuntu1) ...\nSetting up python3-pkg-resources (3.3-1ubuntu2) ...\nSetting up python-chardet-whl (2.2.1-2~ubuntu1) ...\nSetting up python-colorama (0.2.5-0.1ubuntu2) ...\nSetting up python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSetting up python-distlib (0.1.8-1ubuntu1) ...\nSetting up python-distlib-whl (0.1.8-1ubuntu1) ...\nSetting up python-html5lib (0.999-3~ubuntu1) ...\nSetting up python-html5lib-whl (0.999-3~ubuntu1) ...\nSetting up python-six-whl (1.5.2-1ubuntu1) ...\nSetting up python-urllib3-whl (1.7.1-1ubuntu4) ...\nSetting up python-requests-whl (2.2.1-1ubuntu0.3) ...\nSetting up python-setuptools-whl (3.3-1ubuntu2) ...\nSetting up python-pip-whl (1.5.4-1ubuntu4) ...\nSetting up python-pip (1.5.4-1ubuntu4) ...\nSetting up python-wheel (0.24.0-1~ubuntu1) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-infrastructure (1.0-180328.114312) ...\nProcessing pyzmq-16.0.2-py2.7-linux-x86_64.egg\nCopying pyzmq-16.0.2-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages\nAdding pyzmq 16.0.2 to easy-install.pth file\n\nInstalled /usr/local/lib/python2.7/dist-packages/pyzmq-16.0.2-py2.7-linux-x86_64.egg\nProcessing dependencies for pyzmq==16.0.2\nFinished processing dependencies for pyzmq==16.0.2\nNew python executable in /usr/share/clearwater/infrastructure/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nCollecting cw_infrastructure\nCollecting nsenter (from cw_infrastructure)\nCollecting argparse (from cw_infrastructure)\nCollecting contextlib2 (from cw_infrastructure)\nCollecting dnspython (from cw_infrastructure)\nCollecting pathlib (from cw_infrastructure)\nInstalling collected packages: argparse, contextlib2, pathlib, nsenter, dnspython, cw-infrastructure\n Found existing installation: argparse 1.2.1\n Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env\nSuccessfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\nreload: Unknown job: clearwater-monit\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-monit (5.18-180322.170159) ...\nclearwater-monit start/running, process 7974\nSetting up clearwater-log-cleanup (1.0-180328.114312) ...\nSetting up clearwater-socket-factory (1.0-180328.114312) ...\nclearwater-socket-factory-mgmt start/running, process 7982\nclearwater-socket-factory-sig start/running, process 7991\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up bono (1.0-180328.134516) ...\nSetting up clearwater-diags-monitor (1.0-180328.114312) ...\nProcessing triggers for libc-bin (2.19-0ubuntu6.14) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n clearwater-cluster-manager clearwater-config-manager clearwater-etcd\n clearwater-queue-manager python-jsonschema python-mock\nSuggested packages:\n python-mock-doc\nThe following NEW packages will be installed:\n clearwater-cluster-manager clearwater-config-manager clearwater-etcd\n clearwater-management clearwater-queue-manager python-jsonschema python-mock\n0 upgraded, 7 newly installed, 0 to remove and 3 not upgraded.\nNeed to get 38.4 MB of archives.\nAfter this operation, 108 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ clearwater-etcd 1.0-180328.115321 [16.9 MB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB]\nGet:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB]\nGet:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-cluster-manager 1.0-180328.115321 [6108 kB]\nGet:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-queue-manager 1.0-180328.115321 [6102 kB]\nGet:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-config-manager 1.0-180328.115321 [9184 kB]\nGet:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-management 1.0-180328.115321 [12.4 kB]\nFetched 38.4 MB in 2s (13.7 MB/s)\nSelecting previously unselected package python-mock.\n(Reading database ... 57588 files and directories currently installed.)\nPreparing to unpack .../python-mock_1.0.1-3_all.deb ...\nUnpacking python-mock (1.0.1-3) ...\nSelecting previously unselected package python-jsonschema.\nPreparing to unpack .../python-jsonschema_2.3.0-1build1_all.deb ...\nUnpacking python-jsonschema (2.3.0-1build1) ...\nSelecting previously unselected package clearwater-etcd.\nPreparing to unpack .../clearwater-etcd_1.0-180328.115321_all.deb ...\nUnpacking clearwater-etcd (1.0-180328.115321) ...\nSelecting previously unselected package clearwater-cluster-manager.\nPreparing to unpack .../clearwater-cluster-manager_1.0-180328.115321_all.deb ...\nUnpacking clearwater-cluster-manager (1.0-180328.115321) ...\nSelecting previously unselected package clearwater-queue-manager.\nPreparing to unpack .../clearwater-queue-manager_1.0-180328.115321_all.deb ...\nUnpacking clearwater-queue-manager (1.0-180328.115321) ...\nSelecting previously unselected package clearwater-config-manager.\nPreparing to unpack .../clearwater-config-manager_1.0-180328.115321_all.deb ...\nUnpacking clearwater-config-manager (1.0-180328.115321) ...\nSelecting previously unselected package clearwater-management.\nPreparing to unpack .../clearwater-management_1.0-180328.115321_all.deb ...\nUnpacking clearwater-management (1.0-180328.115321) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up python-mock (1.0.1-3) ...\nSetting up python-jsonschema (2.3.0-1build1) ...\nSetting up clearwater-etcd (1.0-180328.115321) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-cluster-manager (1.0-180328.115321) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-cluster-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nCollecting clearwater_cluster_manager\nCollecting clearwater-etcd-shared (from clearwater_cluster_manager)\nCollecting metaswitchcommon (from clearwater_cluster_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting urllib3 (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_cluster_manager)\nCollecting cffi (from metaswitchcommon->clearwater_cluster_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_cluster_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_cluster_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_cluster_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager)\nInstalling collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-cluster-manager\nSuccessfully installed cffi-1.10.0 clearwater-cluster-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1\nupdate-rc.d: warning: start runlevel arguments (none) do not match clearwater-cluster-manager Default-Start values (2 3 4 5)\nupdate-rc.d: warning: stop runlevel arguments (none) do not match clearwater-cluster-manager Default-Stop values (0 1 6)\nSetting up clearwater-queue-manager (1.0-180328.115321) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-queue-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nCollecting clearwater_queue_manager\nCollecting clearwater-etcd-shared (from clearwater_queue_manager)\nCollecting metaswitchcommon (from clearwater_queue_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting urllib3 (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_queue_manager)\nCollecting cffi (from metaswitchcommon->clearwater_queue_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_queue_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_queue_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_queue_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_queue_manager)\nInstalling collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-queue-manager\nSuccessfully installed cffi-1.10.0 clearwater-etcd-shared-1.0 clearwater-queue-manager-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1\nupdate-rc.d: warning: start runlevel arguments (none) do not match clearwater-queue-manager Default-Start values (2 3 4 5)\nupdate-rc.d: warning: stop runlevel arguments (none) do not match clearwater-queue-manager Default-Stop values (0 1 6)\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-config-manager (1.0-180328.115321) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-config-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nCollecting clearwater_config_manager\nCollecting nsenter (from clearwater_config_manager)\nCollecting requests (from clearwater_config_manager)\nCollecting clearwater-etcd-shared (from clearwater_config_manager)\nCollecting metaswitchcommon (from clearwater_config_manager)\nCollecting jsonschema (from clearwater_config_manager)\nCollecting argparse (from nsenter->clearwater_config_manager)\nCollecting contextlib2 (from nsenter->clearwater_config_manager)\nCollecting pathlib (from nsenter->clearwater_config_manager)\nCollecting urllib3<1.23,>=1.21.1 (from requests->clearwater_config_manager)\nCollecting idna<2.7,>=2.5 (from requests->clearwater_config_manager)\nCollecting chardet<3.1.0,>=3.0.2 (from requests->clearwater_config_manager)\nCollecting certifi>=2017.4.17 (from requests->clearwater_config_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_config_manager)\nCollecting cffi (from metaswitchcommon->clearwater_config_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_config_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_config_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_config_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_config_manager)\nInstalling collected packages: argparse, contextlib2, pathlib, nsenter, urllib3, idna, chardet, certifi, requests, futures, py2-ipaddress, prctl, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, jsonschema, clearwater-config-manager\n Found existing installation: argparse 1.2.1\n Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/clearwater-config-manager/env\nSuccessfully installed argparse-1.4.0 certifi-2017.7.27.1 cffi-1.10.0 chardet-3.0.4 clearwater-config-manager-1.0 clearwater-etcd-shared-1.0 contextlib2-0.5.5 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 idna-2.6 jsonschema-2.3.0 metaswitchcommon-0.1 monotonic-0.6 nsenter-0.2 pathlib-1.0.1 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 requests-2.18.4 six-1.10.0 urllib3-1.21.1\nupdate-rc.d: warning: start runlevel arguments (none) do not match clearwater-config-manager Default-Start values (2 3 4 5)\nupdate-rc.d: warning: stop runlevel arguments (none) do not match clearwater-config-manager Default-Stop values (0 1 6)\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-management (1.0-180328.115321) ...\n+ retries=0\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.207\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.207\n++ echo A 172.30.9.207\n++ ip2rr 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.209\n++ echo A 172.30.9.209\n++ ip2rr 172.30.9.209\n++ echo 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.209\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 0 -lt 10 ']'\n+ retries=1\n+ echo 'nsupdate failed - retrying (retry 1)...'\nnsupdate failed - retrying (retry 1)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.207\n++ echo 172.30.9.207\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.207\n++ ip2rr 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.209\n++ echo A 172.30.9.209\n++ ip2rr 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.209\n++ echo A 172.30.9.209\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 1 -lt 10 ']'\n+ retries=2\n+ echo 'nsupdate failed - retrying (retry 2)...'\nnsupdate failed - retrying (retry 2)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.207\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.207\n++ echo A 172.30.9.207\n++ ip2rr 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.209\n++ echo A 172.30.9.209\n++ ip2rr 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.209\n++ echo A 172.30.9.209\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 2 -lt 10 ']'\n+ retries=3\n+ echo 'nsupdate failed - retrying (retry 3)...'\nnsupdate failed - retrying (retry 3)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.207\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.207\n++ echo A 172.30.9.207\n++ ip2rr 172.30.9.209\n++ echo 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.209\n++ ip2rr 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.209\n++ echo A 172.30.9.209\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 3 -lt 10 ']'\n+ retries=4\n+ echo 'nsupdate failed - retrying (retry 4)...'\nnsupdate failed - retrying (retry 4)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.207\n++ echo 172.30.9.207\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.207\n++ ip2rr 172.30.9.209\n++ echo 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.209\n++ ip2rr 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.209\n++ echo A 172.30.9.209\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 4 -lt 10 ']'\n+ retries=5\n+ echo 'nsupdate failed - retrying (retry 5)...'\nnsupdate failed - retrying (retry 5)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.207\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.207\n++ echo A 172.30.9.207\n++ ip2rr 172.30.9.209\n++ echo 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.209\n++ ip2rr 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.209\n++ echo A 172.30.9.209\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 5 -lt 10 ']'\n+ retries=6\n+ echo 'nsupdate failed - retrying (retry 6)...'\nnsupdate failed - retrying (retry 6)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.207\n++ echo 172.30.9.207\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.207\n++ ip2rr 172.30.9.209\n++ echo 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.209\n++ ip2rr 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.209\n++ echo A 172.30.9.209\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 6 -lt 10 ']'\n+ retries=7\n+ echo 'nsupdate failed - retrying (retry 7)...'\nnsupdate failed - retrying (retry 7)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.207\n++ echo 172.30.9.207\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.207\n++ ip2rr 172.30.9.209\n++ echo 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.209\n++ ip2rr 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.209\n++ echo A 172.30.9.209\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 7 -lt 10 ']'\n+ retries=8\n+ echo 'nsupdate failed - retrying (retry 8)...'\nnsupdate failed - retrying (retry 8)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.207\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.207\n++ echo A 172.30.9.207\n++ ip2rr 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.209\n++ echo A 172.30.9.209\n++ ip2rr 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.209\n++ echo A 172.30.9.209\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 8 -lt 10 ']'\n+ retries=9\n+ echo 'nsupdate failed - retrying (retry 9)...'\nnsupdate failed - retrying (retry 9)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.207\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.207\n++ echo A 172.30.9.207\n++ ip2rr 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.209\n++ echo A 172.30.9.209\n++ ip2rr 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.209\n++ echo A 172.30.9.209\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 9 -lt 10 ']'\n+ retries=10\n+ echo 'nsupdate failed - retrying (retry 10)...'\nnsupdate failed - retrying (retry 10)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.207\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.207\n++ echo A 172.30.9.207\n++ ip2rr 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.209\n++ echo A 172.30.9.209\n++ ip2rr 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.209\n++ echo A 172.30.9.209\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 10 -lt 10 ']'\n+ echo 'nameserver 192.168.0.5'\n+ echo RESOLV_CONF=/etc/dnsmasq.resolv.conf\n+ mkdir -p /etc/netns/signaling\n+ echo 'nameserver 192.168.1.14'\n+ service dnsmasq force-reload\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\nci-info: ++++++++++Authorized keys from /home/ubuntu/.ssh/authorized_keys for user ubuntu+++++++++++\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nci-info: | Keytype | Fingerprint (md5) | Options | Comment |\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nci-info: | ssh-rsa | 2c:92:48:e8:e4:cd:71:cf:8b:13:5d:18:72:7b:c4:7a | - | Generated-by-Nova |\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nec2: \nec2: #############################################################\nec2: -----BEGIN SSH HOST KEY FINGERPRINTS-----\nec2: 1024 16:25:b1:48:25:50:55:eb:cf:5f:35:01:3a:89:2c:ae root@bono-0 (DSA)\nec2: 256 92:2e:37:60:10:b9:39:6c:87:f1:b6:b7:d5:48:11:51 root@bono-0 (ECDSA)\nec2: 256 d8:6b:27:39:eb:8f:d0:7f:af:c1:fd:d2:b4:13:e7:c2 root@bono-0 (ED25519)\nec2: 2048 6e:fe:3d:7b:39:d5:b6:84:22:4e:9e:e3:79:8d:61:8e root@bono-0 (RSA)\nec2: -----END SSH HOST KEY FINGERPRINTS-----\nec2: #############################################################\n-----BEGIN SSH HOST KEY KEYS-----\necdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBL/GPuUgeYVlUzMWI0mVaN8rZxDvybqD3JQJIEu1KXeQHWrlWeiAQu08k7EpRWNst61fLiVuDjLZD1FViDUF8/U= root@bono-0\nssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAfHjakfrOryMtpWrlqd2MO+haPzPDkJpEf+G8NpOcbg root@bono-0\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDPKKPDcia+DZkCOqevXHNcMiplBNPkbkX0TYgcP+eJQaLVHbDCDmLmPYiTsc+maRxNAQvlzXMxKQoT/4DmqBFHjEEmN3wOC5w4CsbQRn4BterjtxUhAfLWuK/wURyyYE2NsaNqfS/9nFCyt2YEs8jQ7f01fMyccShOoJXWYrdX9kCLsFPGPfagW0tf+TCtrPbwMR/5pl1NivVWbUxm3Mb+ZFHViz5ScgeQ9adVi+yx+/IqULF2Ggiy5yd8BCJjsWyVEnZz7JqOwJD7OqlU1ZQO4P/YKCsxP8CdFZ02NRvDtET5SWrHlQklFaw067H561NekWjpAbIwmMnRj+SUjlhn root@bono-0\n-----END SSH HOST KEY KEYS-----\nCloud-init v. 0.7.5 finished at Sun, 12 Aug 2018 09:21:29 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 406.95 seconds\n"} 2018-08-12 09:24:16,406 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/39b8c07c-ae77-4b92-8e1e-e3661c2b9dff/action used request id req-0d7dd57b-107a-4c7e-add2-40ebc4bfb1c2 2018-08-12 09:24:16,406 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0857019424438s 2018-08-12 09:24:16,408 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/39b8c07c-ae77-4b92-8e1e-e3661c2b9dff/action used request id req-0d7dd57b-107a-4c7e-add2-40ebc4bfb1c2 2018-08-12 09:24:16,408 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-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] 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-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] 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] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 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 2 CPUs, 0 hotplug CPUs [ 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 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008000] Security Framework initialized [ 0.008028] AppArmor: AppArmor initialized [ 0.008943] Yama: becoming mindful. [ 0.009872] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.013335] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.015349] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.016005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.017578] Initializing cgroup subsys memory [ 0.018491] Initializing cgroup subsys devices [ 0.020004] Initializing cgroup subsys freezer [ 0.020931] Initializing cgroup subsys blkio [ 0.021823] Initializing cgroup subsys perf_event [ 0.022981] Initializing cgroup subsys hugetlb [ 0.024057] CPU: Physical Processor ID: 0 [ 0.024957] FEATURE SPEC_CTRL Not Present [ 0.026553] mce: CPU supports 10 MCE banks [ 0.027420] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.027420] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.028004] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.029200] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.032002] Speculative Store Bypass: Vulnerable [ 0.033458] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000) [ 0.037832] ACPI: Core revision 20131115 [ 0.039147] ACPI: All ACPI Tables successfully acquired [ 0.040320] ftrace: allocating 28727 entries in 113 pages [ 0.060287] Enabling x2apic [ 0.061028] Enabled x2apic [ 0.061919] Switched APIC routing to physical x2apic. [ 0.064268] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.065678] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.068019] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.077218] KVM setup paravirtual spinlock [ 0.079639] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.080152] x86: Booting SMP configuration: [ 0.081389] .... node #0, CPUs: #1[ 0.079606] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.096022] x86: Booted up 1 node, 2 CPUs [ 0.096014] KVM setup async PF for cpu 1 [ 0.096016] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.099683] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.100339] devtmpfs: initialized [ 0.102184] EVM: security.selinux [ 0.103134] EVM: security.SMACK64 [ 0.104005] EVM: security.ima [ 0.104869] EVM: security.capability [ 0.105896] pinctrl core: initialized pinctrl subsystem [ 0.108050] regulator-dummy: no parameters [ 0.109219] RTC time: 9:14:42, date: 08/12/18 [ 0.110470] NET: Registered protocol family 16 [ 0.111643] cpuidle: using governor ladder [ 0.112004] cpuidle: using governor menu [ 0.113165] ACPI: bus type PCI registered [ 0.114277] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.116016] PCI: Using configuration type 1 for base access [ 0.117988] bio: create slab at 0 [ 0.117988] ACPI: Added _OSI(Module Device) [ 0.120004] ACPI: Added _OSI(Processor Device) [ 0.121515] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.122987] ACPI: Added _OSI(Processor Aggregator Device) [ 0.125134] ACPI: Interpreter enabled [ 0.126135] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.128661] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.131105] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.133726] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.136918] ACPI: (supports S0 S5) [ 0.138011] ACPI: Using IOAPIC for interrupt routing [ 0.139417] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.140196] ACPI: No dock devices found. [ 0.143412] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.144008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.145744] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.147342] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.148229] acpiphp: Slot [3] registered [ 0.149352] acpiphp: Slot [4] registered [ 0.150385] acpiphp: Slot [5] registered [ 0.151311] acpiphp: Slot [6] registered [ 0.152019] acpiphp: Slot [7] registered [ 0.153037] acpiphp: Slot [8] registered [ 0.153961] acpiphp: Slot [9] registered [ 0.155071] acpiphp: Slot [10] registered [ 0.156020] acpiphp: Slot [11] registered [ 0.156972] acpiphp: Slot [12] registered [ 0.158071] acpiphp: Slot [13] registered [ 0.159363] acpiphp: Slot [14] registered [ 0.160020] acpiphp: Slot [15] registered [ 0.161087] acpiphp: Slot [16] registered [ 0.162299] acpiphp: Slot [17] registered [ 0.163421] acpiphp: Slot [18] registered [ 0.164026] acpiphp: Slot [19] registered [ 0.165066] acpiphp: Slot [20] registered [ 0.166123] acpiphp: Slot [21] registered [ 0.167198] acpiphp: Slot [22] registered [ 0.168019] acpiphp: Slot [23] registered [ 0.169173] acpiphp: Slot [24] registered [ 0.170274] acpiphp: Slot [25] registered [ 0.171389] acpiphp: Slot [26] registered [ 0.172019] acpiphp: Slot [27] registered [ 0.173101] acpiphp: Slot [28] registered [ 0.174218] acpiphp: Slot [29] registered [ 0.175270] acpiphp: Slot [30] registered [ 0.176026] acpiphp: Slot [31] registered [ 0.177237] PCI host bridge to bus 0000:00 [ 0.178509] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.180004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.181538] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.182984] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.184004] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.185960] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.193627] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.195829] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.221480] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.223328] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.224707] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.226455] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.228054] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.229939] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.231516] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.231516] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.232003] vgaarb: loaded [ 0.232781] vgaarb: bridge control possible 0000:00:02.0 [ 0.234329] SCSI subsystem initialized [ 0.235473] ACPI: bus type USB registered [ 0.236029] usbcore: registered new interface driver usbfs [ 0.239334] usbcore: registered new interface driver hub [ 0.240197] usbcore: registered new device driver usb [ 0.241477] PCI: Using ACPI for IRQ routing [ 0.241609] NetLabel: Initializing [ 0.244007] NetLabel: domain hash size = 128 [ 0.245162] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.246477] NetLabel: unlabeled traffic allowed by default [ 0.248179] Switched to clocksource kvm-clock [ 0.258179] AppArmor: AppArmor Filesystem Enabled [ 0.259514] pnp: PnP ACPI init [ 0.260378] ACPI: bus type PNP registered [ 0.261997] pnp: PnP ACPI: found 8 devices [ 0.263117] ACPI: bus type PNP unregistered [ 0.270383] NET: Registered protocol family 2 [ 0.271812] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.273808] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.275650] TCP: Hash tables configured (established 16384 bind 16384) [ 0.277435] TCP: reno registered [ 0.278373] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.279962] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.281703] NET: Registered protocol family 1 [ 0.282923] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.284471] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.285983] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.308257] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.330992] Trying to unpack rootfs image as initramfs... [ 0.423831] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.425913] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.427473] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.428738] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.431231] Scanning for low memory corruption every 60 seconds [ 0.433167] Initialise system trusted keyring [ 0.434159] audit: initializing netlink socket (disabled) [ 0.435339] type=2000 audit(1534065282.713:1): initialized [ 0.455065] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.457147] zbud: loaded [ 0.457950] VFS: Disk quotas dquot_6.5.2 [ 0.458789] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.460334] fuse init (API version 7.22) [ 0.461305] msgmni has been set to 3997 [ 0.462246] Key type big_key registered [ 0.463425] Key type asymmetric registered [ 0.464314] Asymmetric key parser 'x509' registered [ 0.465411] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.467120] io scheduler noop registered [ 0.468042] io scheduler deadline registered (default) [ 0.469350] io scheduler cfq registered [ 0.470317] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.471623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.473125] ipmi message handler version 39.2 [ 0.474145] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.475902] ACPI: Power Button [PWRF] [ 0.476871] GHES: HEST is not enabled! [ 0.498646] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.542311] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.564480] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.566221] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.590317] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.592502] Linux agpgart interface v0.103 [ 0.594215] brd: module loaded [ 0.595343] loop: module loaded [ 0.596386] blk-mq: CPU -> queue map [ 0.597241] CPU 0 -> Queue 0 [ 0.597977] CPU 1 -> Queue 0 [ 0.599282] vda: vda1 [ 0.600633] scsi0 : ata_piix [ 0.601422] scsi1 : ata_piix [ 0.602185] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.603738] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.605323] libphy: Fixed MDIO Bus: probed [ 0.606298] tun: Universal TUN/TAP device driver, 1.6 [ 0.607384] tun: (C) 1999-2004 Max Krasnyansky [ 0.610987] PPP generic driver version 2.4.2 [ 0.612316] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.614204] ehci-pci: EHCI PCI platform driver [ 0.615546] ehci-platform: EHCI generic platform driver [ 0.617138] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.618927] ohci-pci: OHCI PCI platform driver [ 0.620293] ohci-platform: OHCI generic platform driver [ 0.621821] uhci_hcd: USB Universal Host Controller Interface driver [ 0.644416] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.645972] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.648214] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.649969] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.651819] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.653881] usb usb1: Product: UHCI Host Controller [ 0.655268] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd [ 0.656905] usb usb1: SerialNumber: 0000:00:01.2 [ 0.658257] hub 1-0:1.0: USB hub found [ 0.659311] hub 1-0:1.0: 2 ports detected [ 0.660659] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.663607] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.665017] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.666595] mousedev: PS/2 mouse device common for all mice [ 0.668453] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.671091] rtc_cmos 00:00: RTC can wake from S4 [ 0.672624] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.674398] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.676273] device-mapper: uevent: version 1.0.3 [ 0.677791] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.680604] ledtrig-cpu: registered to indicate activity on CPUs [ 0.682583] TCP: cubic registered [ 0.683759] NET: Registered protocol family 10 [ 0.685484] NET: Registered protocol family 17 [ 0.686809] Key type dns_resolver registered [ 0.688477] Loading compiled-in X.509 certificates [ 0.690456] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0' [ 0.693044] registered taskstats version 1 [ 0.705300] Key type trusted registered [ 0.710052] Key type encrypted registered [ 0.711452] AppArmor: AppArmor sha1 policy hashing enabled [ 0.713076] IMA: No TPM chip found, activating TPM-bypass! [ 0.715169] regulator-dummy: disabling [ 0.716441] Magic number: 14:35:222 [ 0.717768] rtc_cmos 00:00: setting system clock to 2018-08-12 09:14:43 UTC (1534065283) [ 0.720399] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.722143] EDD information not available. [ 0.762201] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000) [ 0.764852] Write protecting the kernel read-only data: 12288k [ 0.768184] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000) [ 0.773717] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.790386] systemd-udevd[107]: starting version 204 [ 0.824817] FDC 0 is a S82078B [ 0.972052] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.136200] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.137769] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.139407] usb 1-1: Product: QEMU USB Tablet [ 1.140459] usb 1-1: Manufacturer: QEMU [ 1.141340] usb 1-1: SerialNumber: 42 [ 1.424096] tsc: Refined TSC clocksource calibration: 3491.873 MHz [ 1.841203] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.085139] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.168550] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Stopping adjust system clock and timezone[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 2.287863] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Initialize or finalize resolvconf[74G[ OK ] * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sun, 12 Aug 2018 09:14:45 +0000. Up 2.75 seconds. cloud-init-nonet[2.92]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting cold plug devices[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] cloud-init-nonet[12.92]: waiting 120 seconds for network device * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[13.87]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sun, 12 Aug 2018 09:14:56 +0000. Up 14.03 seconds. ci-info: +++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+--------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+--------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:2a:b9:f2 | ci-info: | eth0 | True | 192.168.0.17 | 255.255.255.0 | fa:16:3e:ba:73:af | ci-info: +--------+-------+--------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.3 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: 6e:fe:3d:7b:39:d5:b6:84:22:4e:9e:e3:79:8d:61:8e root@bono-0 The key's randomart image is: +--[ RSA 2048]----+ | | | | | | | | | S . .| | . o + . .+| | * * = .+.| | o E.=..+. | | o++ o+ . | +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: 16:25:b1:48:25:50:55:eb:cf:5f:35:01:3a:89:2c:ae root@bono-0 The key's randomart image is: +--[ DSA 1024]----+ | .o+o=oo . | | . o.+..o . | | ..oo.+ . | | . .o . .| | .S . ..| | .. o o| | E o .| | . . | | . | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: 92:2e:37:60:10:b9:39:6c:87:f1:b6:b7:d5:48:11:51 root@bono-0 The key's randomart image is: +--[ECDSA 256]---+ | .. o+E | | o. . | | ..* . | | B.+ .. | | . +o.o.So | | ..o..o . | | ..+o | | o.. | | | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: d8:6b:27:39:eb:8f:d0:7f:af:c1:fd:d2:b4:13:e7:c2 root@bono-0 The key's randomart image is: +--[ED25519 256--+ | | | | | | | o | | . S | | . o . . .o| | . B . o..++| | o B ..E+o| | .+.o..o.oo| +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] * Starting system logging daemon[74G[ OK ] * Starting Handle applying cloud-config[74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] Cloud-init v. 0.7.5 running 'modules:config' at Sun, 12 Aug 2018 09:15:36 +0000. Up 54.01 seconds. * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Starting ACPI daemon[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Sun, 12 Aug 2018 09:15:37 +0000. Up 54.99 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 Ubuntu 14.04.5 LTS bono-0 ttyS0 bono-0 login: 100 3149 100 3149 0 0 16041 0 --:--:-- --:--:-- --:--:-- 16066 OK + apt-get update Ign http://repo.cw-ngv.com binary/ InRelease Get:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:3 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:4 http://repo.cw-ngv.com binary/ Release [1219 B] Get:5 http://repo.cw-ngv.com binary/ Packages [23.2 kB] Get:6 http://security.ubuntu.com trusty-security/main Sources [161 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:7 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB] Get:8 http://security.ubuntu.com trusty-security/universe Sources [77.6 kB] Ign http://repo.cw-ngv.com binary/ Translation-en Get:9 http://security.ubuntu.com trusty-security/main amd64 Packages [754 kB] Get:10 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B] Get:11 http://security.ubuntu.com trusty-security/universe amd64 Packages [240 kB] Get:12 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [206 kB] Get:13 http://security.ubuntu.com trusty-security/main Translation-en [408 kB] Get:14 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7433 B] Get:15 http://security.ubuntu.com trusty-security/universe Translation-en [131 kB] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1093 kB] Get:17 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages [17.2 kB] Get:18 http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages [468 kB] Get:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages [14.6 kB] Get:20 http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en [541 kB] Get:21 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B] Get:22 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B] Get:23 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [251 kB] Get:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B] Get:25 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B] Get:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB] Get:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B] Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty Release Get:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB] Get:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B] Get:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB] Get:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB] Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en Fetched 12.7 MB in 4s (2554 kB/s) Reading package lists... + mkdir -p /etc/clearwater + etcd_ip=192.168.0.23 + '[' -n 192.168.0.23 ']' + cat + DEBIAN_FRONTEND=noninteractive + apt-get install bono --yes --force-yes Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: binutils build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3 linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs sysstat Suggested packages: binutils-doc restund bono-dbg clearwater-logging clearwater-auto-config clearwater-auto-upgrade exim4 postfix mail-transport-agent cpp-doc gcc-4.8-locales debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc lm-sensors snmp-mibs-downloader libstdc++-4.8-doc make-doc ntp-doc python-genshi python-lxml python3-setuptools isag Recommended packages: python-dev-all The following NEW packages will be installed: binutils bono build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3 linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs sysstat 0 upgraded, 83 newly installed, 0 to remove and 3 not upgraded. Need to get 53.4 MB of archives. After this operation, 160 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB] Get:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB] Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B] Get:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB] Get:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB] Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB] Get:9 http://repo.cw-ngv.com/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB] Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 kB] Get:12 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB] Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB] Get:14 http://repo.cw-ngv.com/stable/ binary/ bono 1.0-180328.134516 [2231 kB] Get:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB] Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB] Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB] Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B] Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB] Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B] Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB] Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB] Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB] Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB] Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB] Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB] Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB] Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB] Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB] Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-153.203 [772 kB] Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1913 kB] Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4452 kB] Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB] Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1688 kB] Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5040 kB] Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5098 B] Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1051 kB] Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB] Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1490 B] Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB] Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB] Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB] Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4838 B] Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB] Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB] Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB] Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB] Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB] Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB] Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB] Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB] Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB] Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB] Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB] Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB] Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB] Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB] Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB] Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB] Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB] Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB] Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB] Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB] Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB] Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB] Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB] Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB] Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB] Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB] Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB] Extracting templates from packages: 36%Extracting templates from packages: 72%Extracting templates from packages: 100% Preconfiguring packages ... Fetched 53.4 MB in 13s (3925 kB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51310 files and directories currently installed.) Preparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libatomic1:amd64. Preparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libboost-system1.54.0:amd64. Preparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-filesystem1.54.0:amd64. Preparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-regex1.54.0:amd64. Preparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-thread1.54.0:amd64. Preparing to unpack .../libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libgmp10:amd64. Preparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... Unpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Selecting previously unselected package libisl10:amd64. Preparing to unpack .../libisl10_0.12.2-1_amd64.deb ... Unpacking libisl10:amd64 (0.12.2-1) ... Selecting previously unselected package libcloog-isl4:amd64. Preparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ... Unpacking libcloog-isl4:amd64 (0.18.2-1) ... Selecting previously unselected package libevent-core-2.0-5:amd64. Preparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package libevent-pthreads-2.0-5:amd64. Preparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package libgomp1:amd64. Preparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libitm1:amd64. Preparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libmpfr4:amd64. Preparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ... Unpacking libmpfr4:amd64 (3.1.2-1) ... Selecting previously unselected package libopts25:amd64. Preparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ... Unpacking libopts25:amd64 (1:5.18-2ubuntu2) ... Selecting previously unselected package libpgm-5.1-0:amd64. Preparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ... Unpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Selecting previously unselected package libquadmath0:amd64. Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libsensors4:amd64. Preparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ... Unpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Selecting previously unselected package libperl5.18. Preparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ... Unpacking libperl5.18 (5.18.2-2ubuntu1.6) ... Selecting previously unselected package libsnmp-base. Preparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ... Unpacking libsnmp-base (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libsnmp30:amd64. Preparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ... Unpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libtsan0:amd64. Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libzmq3:amd64. Preparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ... Unpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Selecting previously unselected package ntp. Preparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ... Unpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... Selecting previously unselected package libmnl0:amd64. Preparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ... Unpacking libmnl0:amd64 (1.0.3-3ubuntu1) ... Selecting previously unselected package libmpc3:amd64. Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... Selecting previously unselected package libnetfilter-conntrack3:amd64. Preparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ... Unpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ... Selecting previously unselected package binutils. Preparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ... Unpacking binutils (2.24-5ubuntu14.2) ... Selecting previously unselected package dnsmasq-base. Preparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ... Unpacking dnsmasq-base (2.68-1ubuntu0.2) ... Selecting previously unselected package dnsmasq. Preparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ... Unpacking dnsmasq (2.68-1ubuntu0.2) ... Selecting previously unselected package python-setuptools. Preparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools (3.3-1ubuntu2) ... Selecting previously unselected package gnutls-bin. Preparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ... Unpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Selecting previously unselected package python-virtualenv. Preparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ... Unpacking python-virtualenv (1.11.4-1ubuntu1) ... Selecting previously unselected package clearwater-infrastructure. Preparing to unpack .../clearwater-infrastructure_1.0-180328.114312_amd64.deb ... Unpacking clearwater-infrastructure (1.0-180328.114312) ... Selecting previously unselected package clearwater-tcp-scalability. Preparing to unpack .../clearwater-tcp-scalability_1.0-180328.114312_all.deb ... Unpacking clearwater-tcp-scalability (1.0-180328.114312) ... Selecting previously unselected package clearwater-log-cleanup. Preparing to unpack .../clearwater-log-cleanup_1.0-180328.114312_all.deb ... Unpacking clearwater-log-cleanup (1.0-180328.114312) ... Selecting previously unselected package sprout-libs. Preparing to unpack .../sprout-libs_1.0-180328.134516_amd64.deb ... Unpacking sprout-libs (1.0-180328.134516) ... Selecting previously unselected package clearwater-socket-factory. Preparing to unpack .../clearwater-socket-factory_1.0-180328.114312_amd64.deb ... Unpacking clearwater-socket-factory (1.0-180328.114312) ... Selecting previously unselected package clearwater-monit. Preparing to unpack .../clearwater-monit_5.18-180322.170159_amd64.deb ... Unpacking clearwater-monit (5.18-180322.170159) ... Selecting previously unselected package bono. Preparing to unpack .../bono_1.0-180328.134516_amd64.deb ... Unpacking bono (1.0-180328.134516) ... Selecting previously unselected package libc-dev-bin. Preparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc-dev-bin (2.19-0ubuntu6.14) ... Selecting previously unselected package linux-libc-dev:amd64. Preparing to unpack .../linux-libc-dev_3.13.0-153.203_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-153.203) ... Selecting previously unselected package libc6-dev:amd64. Preparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ... Selecting previously unselected package cpp-4.8. Preparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package cpp. Preparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking cpp (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libgcc-4.8-dev:amd64. Preparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc-4.8. Preparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc. Preparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking gcc (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libstdc++-4.8-dev:amd64. Preparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++-4.8. Preparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++. Preparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking g++ (4:4.8.2-1ubuntu6) ... Selecting previously unselected package make. Preparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ... Unpacking make (3.81-8.2ubuntu3) ... Selecting previously unselected package libdpkg-perl. Preparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ... Unpacking libdpkg-perl (1.17.5ubuntu5.8) ... Selecting previously unselected package dpkg-dev. Preparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ... Unpacking dpkg-dev (1.17.5ubuntu5.8) ... Selecting previously unselected package build-essential. Preparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ... Unpacking build-essential (11.6ubuntu6) ... Selecting previously unselected package libinotifytools0. Preparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ... Unpacking libinotifytools0 (3.14-1ubuntu1) ... Selecting previously unselected package inotify-tools. Preparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ... Unpacking inotify-tools (3.14-1ubuntu1) ... Selecting previously unselected package realpath. Preparing to unpack .../realpath_1.19_amd64.deb ... Unpacking realpath (1.19) ... Selecting previously unselected package sysstat. Preparing to unpack .../sysstat_10.2.0-1_amd64.deb ... Unpacking sysstat (10.2.0-1) ... Selecting previously unselected package iotop. Preparing to unpack .../archives/iotop_0.6-1_amd64.deb ... Unpacking iotop (0.6-1) ... Selecting previously unselected package clearwater-diags-monitor. Preparing to unpack .../clearwater-diags-monitor_1.0-180328.114312_all.deb ... Unpacking clearwater-diags-monitor (1.0-180328.114312) ... Selecting previously unselected package libfakeroot:amd64. Preparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking libfakeroot:amd64 (1.20-3ubuntu2) ... Selecting previously unselected package fakeroot. Preparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking fakeroot (1.20-3ubuntu2) ... Selecting previously unselected package libalgorithm-diff-perl. Preparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ... Unpacking libalgorithm-diff-perl (1.19.02-3) ... Selecting previously unselected package libalgorithm-diff-xs-perl. Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ... Unpacking libalgorithm-diff-xs-perl (0.04-2build4) ... Selecting previously unselected package libalgorithm-merge-perl. Preparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ... Unpacking libalgorithm-merge-perl (0.08-2) ... Selecting previously unselected package libfile-fcntllock-perl. Preparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ... Unpacking libfile-fcntllock-perl (0.14-2build1) ... Selecting previously unselected package manpages-dev. Preparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ... Unpacking manpages-dev (3.54-1ubuntu1) ... Selecting previously unselected package python3-pkg-resources. Preparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ... Unpacking python3-pkg-resources (3.3-1ubuntu2) ... Selecting previously unselected package python-chardet-whl. Preparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ... Unpacking python-chardet-whl (2.2.1-2~ubuntu1) ... Selecting previously unselected package python-colorama. Preparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-colorama-whl. Preparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama-whl (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-distlib. Preparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib (0.1.8-1ubuntu1) ... Selecting previously unselected package python-distlib-whl. Preparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib-whl (0.1.8-1ubuntu1) ... Selecting previously unselected package python-html5lib. Preparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib (0.999-3~ubuntu1) ... Selecting previously unselected package python-html5lib-whl. Preparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib-whl (0.999-3~ubuntu1) ... Selecting previously unselected package python-six-whl. Preparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ... Unpacking python-six-whl (1.5.2-1ubuntu1) ... Selecting previously unselected package python-urllib3-whl. Preparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ... Unpacking python-urllib3-whl (1.7.1-1ubuntu4) ... Selecting previously unselected package python-requests-whl. Preparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ... Unpacking python-requests-whl (2.2.1-1ubuntu0.3) ... Selecting previously unselected package python-setuptools-whl. Preparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools-whl (3.3-1ubuntu2) ... Selecting previously unselected package python-pip-whl. Preparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip-whl (1.5.4-1ubuntu4) ... Selecting previously unselected package python-pip. Preparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip (1.5.4-1ubuntu4) ... Selecting previously unselected package python-wheel. Preparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ... Unpacking python-wheel (0.24.0-1~ubuntu1) ... Processing triggers for man-db (2.6.7.1-1ubuntu1) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Setting up libisl10:amd64 (0.12.2-1) ... Setting up libcloog-isl4:amd64 (0.18.2-1) ... Setting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libmpfr4:amd64 (3.1.2-1) ... Setting up libopts25:amd64 (1:5.18-2ubuntu2) ... Setting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Setting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Setting up libperl5.18 (5.18.2-2ubuntu1.6) ... Setting up libsnmp-base (5.7.3~dfsg-clearwater1) ... Setting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Setting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Setting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... * Starting NTP server ntpd ...done. Setting up libmnl0:amd64 (1.0.3-3ubuntu1) ... Setting up libmpc3:amd64 (1.0.1-1ubuntu1) ... Setting up libnetfilter-conntrack3:amd64 (1.0.4-1) ... Setting up binutils (2.24-5ubuntu14.2) ... Setting up dnsmasq-base (2.68-1ubuntu0.2) ... Setting up dnsmasq (2.68-1ubuntu0.2) ... * Starting DNS forwarder and DHCP server dnsmasq ...done. Setting up python-setuptools (3.3-1ubuntu2) ... Setting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Setting up python-virtualenv (1.11.4-1ubuntu1) ... Setting up clearwater-tcp-scalability (1.0-180328.114312) ... Setting up sprout-libs (1.0-180328.134516) ... Setting up libc-dev-bin (2.19-0ubuntu6.14) ... Setting up linux-libc-dev:amd64 (3.13.0-153.203) ... Setting up libc6-dev:amd64 (2.19-0ubuntu6.14) ... Setting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up cpp (4:4.8.2-1ubuntu6) ... Setting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc (4:4.8.2-1ubuntu6) ... Setting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++ (4:4.8.2-1ubuntu6) ... update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode Setting up make (3.81-8.2ubuntu3) ... Setting up libdpkg-perl (1.17.5ubuntu5.8) ... Setting up dpkg-dev (1.17.5ubuntu5.8) ... Setting up build-essential (11.6ubuntu6) ... Setting up libinotifytools0 (3.14-1ubuntu1) ... Setting up inotify-tools (3.14-1ubuntu1) ... Setting up realpath (1.19) ... Setting up sysstat (10.2.0-1) ... Creating config file /etc/default/sysstat with new version update-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode Setting up iotop (0.6-1) ... Setting up libfakeroot:amd64 (1.20-3ubuntu2) ... Setting up fakeroot (1.20-3ubuntu2) ... update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode Setting up libalgorithm-diff-perl (1.19.02-3) ... Setting up libalgorithm-diff-xs-perl (0.04-2build4) ... Setting up libalgorithm-merge-perl (0.08-2) ... Setting up libfile-fcntllock-perl (0.14-2build1) ... Setting up manpages-dev (3.54-1ubuntu1) ... Setting up python3-pkg-resources (3.3-1ubuntu2) ... Setting up python-chardet-whl (2.2.1-2~ubuntu1) ... Setting up python-colorama (0.2.5-0.1ubuntu2) ... Setting up python-colorama-whl (0.2.5-0.1ubuntu2) ... Setting up python-distlib (0.1.8-1ubuntu1) ... Setting up python-distlib-whl (0.1.8-1ubuntu1) ... Setting up python-html5lib (0.999-3~ubuntu1) ... Setting up python-html5lib-whl (0.999-3~ubuntu1) ... Setting up python-six-whl (1.5.2-1ubuntu1) ... Setting up python-urllib3-whl (1.7.1-1ubuntu4) ... Setting up python-requests-whl (2.2.1-1ubuntu0.3) ... Setting up python-setuptools-whl (3.3-1ubuntu2) ... Setting up python-pip-whl (1.5.4-1ubuntu4) ... Setting up python-pip (1.5.4-1ubuntu4) ... Setting up python-wheel (0.24.0-1~ubuntu1) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-infrastructure (1.0-180328.114312) ... Processing pyzmq-16.0.2-py2.7-linux-x86_64.egg Copying pyzmq-16.0.2-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages Adding pyzmq 16.0.2 to easy-install.pth file Installed /usr/local/lib/python2.7/dist-packages/pyzmq-16.0.2-py2.7-linux-x86_64.egg Processing dependencies for pyzmq==16.0.2 Finished processing dependencies for pyzmq==16.0.2 New python executable in /usr/share/clearwater/infrastructure/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 Collecting cw_infrastructure Collecting nsenter (from cw_infrastructure) Collecting argparse (from cw_infrastructure) Collecting contextlib2 (from cw_infrastructure) Collecting dnspython (from cw_infrastructure) Collecting pathlib (from cw_infrastructure) Installing collected packages: argparse, contextlib2, pathlib, nsenter, dnspython, cw-infrastructure Found existing installation: argparse 1.2.1 Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env Successfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1 * Restarting DNS forwarder and DHCP server dnsmasq ...done. reload: Unknown job: clearwater-monit Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-monit (5.18-180322.170159) ... clearwater-monit start/running, process 7974 Setting up clearwater-log-cleanup (1.0-180328.114312) ... Setting up clearwater-socket-factory (1.0-180328.114312) ... clearwater-socket-factory-mgmt start/running, process 7982 clearwater-socket-factory-sig start/running, process 7991 Processing triggers for ureadahead (0.100.0-16) ... Setting up bono (1.0-180328.134516) ... Setting up clearwater-diags-monitor (1.0-180328.114312) ... Processing triggers for libc-bin (2.19-0ubuntu6.14) ... Processing triggers for ureadahead (0.100.0-16) ... + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: clearwater-cluster-manager clearwater-config-manager clearwater-etcd clearwater-queue-manager python-jsonschema python-mock Suggested packages: python-mock-doc The following NEW packages will be installed: clearwater-cluster-manager clearwater-config-manager clearwater-etcd clearwater-management clearwater-queue-manager python-jsonschema python-mock 0 upgraded, 7 newly installed, 0 to remove and 3 not upgraded. Need to get 38.4 MB of archives. After this operation, 108 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ clearwater-etcd 1.0-180328.115321 [16.9 MB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB] Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB] Get:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-cluster-manager 1.0-180328.115321 [6108 kB] Get:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-queue-manager 1.0-180328.115321 [6102 kB] Get:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-config-manager 1.0-180328.115321 [9184 kB] Get:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-management 1.0-180328.115321 [12.4 kB] Fetched 38.4 MB in 2s (13.7 MB/s) Selecting previously unselected package python-mock. (Reading database ... 57588 files and directories currently installed.) Preparing to unpack .../python-mock_1.0.1-3_all.deb ... Unpacking python-mock (1.0.1-3) ... Selecting previously unselected package python-jsonschema. Preparing to unpack .../python-jsonschema_2.3.0-1build1_all.deb ... Unpacking python-jsonschema (2.3.0-1build1) ... Selecting previously unselected package clearwater-etcd. Preparing to unpack .../clearwater-etcd_1.0-180328.115321_all.deb ... Unpacking clearwater-etcd (1.0-180328.115321) ... Selecting previously unselected package clearwater-cluster-manager. Preparing to unpack .../clearwater-cluster-manager_1.0-180328.115321_all.deb ... Unpacking clearwater-cluster-manager (1.0-180328.115321) ... Selecting previously unselected package clearwater-queue-manager. Preparing to unpack .../clearwater-queue-manager_1.0-180328.115321_all.deb ... Unpacking clearwater-queue-manager (1.0-180328.115321) ... Selecting previously unselected package clearwater-config-manager. Preparing to unpack .../clearwater-config-manager_1.0-180328.115321_all.deb ... Unpacking clearwater-config-manager (1.0-180328.115321) ... Selecting previously unselected package clearwater-management. Preparing to unpack .../clearwater-management_1.0-180328.115321_all.deb ... Unpacking clearwater-management (1.0-180328.115321) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up python-mock (1.0.1-3) ... Setting up python-jsonschema (2.3.0-1build1) ... Setting up clearwater-etcd (1.0-180328.115321) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-cluster-manager (1.0-180328.115321) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-cluster-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 Collecting clearwater_cluster_manager Collecting clearwater-etcd-shared (from clearwater_cluster_manager) Collecting metaswitchcommon (from clearwater_cluster_manager) Collecting futures (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting six (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting urllib3 (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting pycparser (from metaswitchcommon->clearwater_cluster_manager) Collecting cffi (from metaswitchcommon->clearwater_cluster_manager) Collecting pycrypto (from metaswitchcommon->clearwater_cluster_manager) Collecting monotonic (from metaswitchcommon->clearwater_cluster_manager) Collecting pyzmq (from metaswitchcommon->clearwater_cluster_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager) Installing collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-cluster-manager Successfully installed cffi-1.10.0 clearwater-cluster-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1 update-rc.d: warning: start runlevel arguments (none) do not match clearwater-cluster-manager Default-Start values (2 3 4 5) update-rc.d: warning: stop runlevel arguments (none) do not match clearwater-cluster-manager Default-Stop values (0 1 6) Setting up clearwater-queue-manager (1.0-180328.115321) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-queue-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 Collecting clearwater_queue_manager Collecting clearwater-etcd-shared (from clearwater_queue_manager) Collecting metaswitchcommon (from clearwater_queue_manager) Collecting futures (from clearwater-etcd-shared->clearwater_queue_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_queue_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_queue_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_queue_manager) Collecting six (from clearwater-etcd-shared->clearwater_queue_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_queue_manager) Collecting urllib3 (from clearwater-etcd-shared->clearwater_queue_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_queue_manager) Collecting pycparser (from metaswitchcommon->clearwater_queue_manager) Collecting cffi (from metaswitchcommon->clearwater_queue_manager) Collecting pycrypto (from metaswitchcommon->clearwater_queue_manager) Collecting monotonic (from metaswitchcommon->clearwater_queue_manager) Collecting pyzmq (from metaswitchcommon->clearwater_queue_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_queue_manager) Installing collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-queue-manager Successfully installed cffi-1.10.0 clearwater-etcd-shared-1.0 clearwater-queue-manager-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1 update-rc.d: warning: start runlevel arguments (none) do not match clearwater-queue-manager Default-Start values (2 3 4 5) update-rc.d: warning: stop runlevel arguments (none) do not match clearwater-queue-manager Default-Stop values (0 1 6) Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-config-manager (1.0-180328.115321) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-config-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 Collecting clearwater_config_manager Collecting nsenter (from clearwater_config_manager) Collecting requests (from clearwater_config_manager) Collecting clearwater-etcd-shared (from clearwater_config_manager) Collecting metaswitchcommon (from clearwater_config_manager) Collecting jsonschema (from clearwater_config_manager) Collecting argparse (from nsenter->clearwater_config_manager) Collecting contextlib2 (from nsenter->clearwater_config_manager) Collecting pathlib (from nsenter->clearwater_config_manager) Collecting urllib3<1.23,>=1.21.1 (from requests->clearwater_config_manager) Collecting idna<2.7,>=2.5 (from requests->clearwater_config_manager) Collecting chardet<3.1.0,>=3.0.2 (from requests->clearwater_config_manager) Collecting certifi>=2017.4.17 (from requests->clearwater_config_manager) Collecting futures (from clearwater-etcd-shared->clearwater_config_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_config_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_config_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_config_manager) Collecting six (from clearwater-etcd-shared->clearwater_config_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_config_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_config_manager) Collecting pycparser (from metaswitchcommon->clearwater_config_manager) Collecting cffi (from metaswitchcommon->clearwater_config_manager) Collecting pycrypto (from metaswitchcommon->clearwater_config_manager) Collecting monotonic (from metaswitchcommon->clearwater_config_manager) Collecting pyzmq (from metaswitchcommon->clearwater_config_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_config_manager) Installing collected packages: argparse, contextlib2, pathlib, nsenter, urllib3, idna, chardet, certifi, requests, futures, py2-ipaddress, prctl, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, jsonschema, clearwater-config-manager Found existing installation: argparse 1.2.1 Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/clearwater-config-manager/env Successfully installed argparse-1.4.0 certifi-2017.7.27.1 cffi-1.10.0 chardet-3.0.4 clearwater-config-manager-1.0 clearwater-etcd-shared-1.0 contextlib2-0.5.5 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 idna-2.6 jsonschema-2.3.0 metaswitchcommon-0.1 monotonic-0.6 nsenter-0.2 pathlib-1.0.1 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 requests-2.18.4 six-1.10.0 urllib3-1.21.1 update-rc.d: warning: start runlevel arguments (none) do not match clearwater-config-manager Default-Start values (2 3 4 5) update-rc.d: warning: stop runlevel arguments (none) do not match clearwater-config-manager Default-Stop values (0 1 6) Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-management (1.0-180328.115321) ... + retries=0 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.207 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.207 ++ echo A 172.30.9.207 ++ ip2rr 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.209 ++ echo A 172.30.9.209 ++ ip2rr 172.30.9.209 ++ echo 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.209 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 0 -lt 10 ']' + retries=1 + echo 'nsupdate failed - retrying (retry 1)...' nsupdate failed - retrying (retry 1)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.207 ++ echo 172.30.9.207 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.207 ++ ip2rr 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.209 ++ echo A 172.30.9.209 ++ ip2rr 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.209 ++ echo A 172.30.9.209 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 1 -lt 10 ']' + retries=2 + echo 'nsupdate failed - retrying (retry 2)...' nsupdate failed - retrying (retry 2)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.207 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.207 ++ echo A 172.30.9.207 ++ ip2rr 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.209 ++ echo A 172.30.9.209 ++ ip2rr 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.209 ++ echo A 172.30.9.209 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 2 -lt 10 ']' + retries=3 + echo 'nsupdate failed - retrying (retry 3)...' nsupdate failed - retrying (retry 3)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.207 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.207 ++ echo A 172.30.9.207 ++ ip2rr 172.30.9.209 ++ echo 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.209 ++ ip2rr 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.209 ++ echo A 172.30.9.209 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 3 -lt 10 ']' + retries=4 + echo 'nsupdate failed - retrying (retry 4)...' nsupdate failed - retrying (retry 4)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.207 ++ echo 172.30.9.207 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.207 ++ ip2rr 172.30.9.209 ++ echo 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.209 ++ ip2rr 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.209 ++ echo A 172.30.9.209 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 4 -lt 10 ']' + retries=5 + echo 'nsupdate failed - retrying (retry 5)...' nsupdate failed - retrying (retry 5)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.207 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.207 ++ echo A 172.30.9.207 ++ ip2rr 172.30.9.209 ++ echo 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.209 ++ ip2rr 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.209 ++ echo A 172.30.9.209 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 5 -lt 10 ']' + retries=6 + echo 'nsupdate failed - retrying (retry 6)...' nsupdate failed - retrying (retry 6)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.207 ++ echo 172.30.9.207 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.207 ++ ip2rr 172.30.9.209 ++ echo 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.209 ++ ip2rr 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.209 ++ echo A 172.30.9.209 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 6 -lt 10 ']' + retries=7 + echo 'nsupdate failed - retrying (retry 7)...' nsupdate failed - retrying (retry 7)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.207 ++ echo 172.30.9.207 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.207 ++ ip2rr 172.30.9.209 ++ echo 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.209 ++ ip2rr 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.209 ++ echo A 172.30.9.209 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 7 -lt 10 ']' + retries=8 + echo 'nsupdate failed - retrying (retry 8)...' nsupdate failed - retrying (retry 8)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.207 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.207 ++ echo A 172.30.9.207 ++ ip2rr 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.209 ++ echo A 172.30.9.209 ++ ip2rr 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.209 ++ echo A 172.30.9.209 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 8 -lt 10 ']' + retries=9 + echo 'nsupdate failed - retrying (retry 9)...' nsupdate failed - retrying (retry 9)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.207 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.207 ++ echo A 172.30.9.207 ++ ip2rr 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.209 ++ echo A 172.30.9.209 ++ ip2rr 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.209 ++ echo A 172.30.9.209 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 9 -lt 10 ']' + retries=10 + echo 'nsupdate failed - retrying (retry 10)...' nsupdate failed - retrying (retry 10)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.207 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.207 ++ echo A 172.30.9.207 ++ ip2rr 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.209 ++ echo A 172.30.9.209 ++ ip2rr 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.209 ++ echo A 172.30.9.209 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 10 -lt 10 ']' + echo 'nameserver 192.168.0.5' + echo RESOLV_CONF=/etc/dnsmasq.resolv.conf + mkdir -p /etc/netns/signaling + echo 'nameserver 192.168.1.14' + service dnsmasq force-reload * Restarting DNS forwarder and DHCP server dnsmasq ...done. ci-info: ++++++++++Authorized keys from /home/ubuntu/.ssh/authorized_keys for user ubuntu+++++++++++ ci-info: +---------+-------------------------------------------------+---------+-------------------+ ci-info: | Keytype | Fingerprint (md5) | Options | Comment | ci-info: +---------+-------------------------------------------------+---------+-------------------+ ci-info: | ssh-rsa | 2c:92:48:e8:e4:cd:71:cf:8b:13:5d:18:72:7b:c4:7a | - | Generated-by-Nova | ci-info: +---------+-------------------------------------------------+---------+-------------------+ ec2: ec2: ############################################################# ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- ec2: 1024 16:25:b1:48:25:50:55:eb:cf:5f:35:01:3a:89:2c:ae root@bono-0 (DSA) ec2: 256 92:2e:37:60:10:b9:39:6c:87:f1:b6:b7:d5:48:11:51 root@bono-0 (ECDSA) ec2: 256 d8:6b:27:39:eb:8f:d0:7f:af:c1:fd:d2:b4:13:e7:c2 root@bono-0 (ED25519) ec2: 2048 6e:fe:3d:7b:39:d5:b6:84:22:4e:9e:e3:79:8d:61:8e root@bono-0 (RSA) ec2: -----END SSH HOST KEY FINGERPRINTS----- ec2: ############################################################# -----BEGIN SSH HOST KEY KEYS----- ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBL/GPuUgeYVlUzMWI0mVaN8rZxDvybqD3JQJIEu1KXeQHWrlWeiAQu08k7EpRWNst61fLiVuDjLZD1FViDUF8/U= root@bono-0 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAfHjakfrOryMtpWrlqd2MO+haPzPDkJpEf+G8NpOcbg root@bono-0 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDPKKPDcia+DZkCOqevXHNcMiplBNPkbkX0TYgcP+eJQaLVHbDCDmLmPYiTsc+maRxNAQvlzXMxKQoT/4DmqBFHjEEmN3wOC5w4CsbQRn4BterjtxUhAfLWuK/wURyyYE2NsaNqfS/9nFCyt2YEs8jQ7f01fMyccShOoJXWYrdX9kCLsFPGPfagW0tf+TCtrPbwMR/5pl1NivVWbUxm3Mb+ZFHViz5ScgeQ9adVi+yx+/IqULF2Ggiy5yd8BCJjsWyVEnZz7JqOwJD7OqlU1ZQO4P/YKCsxP8CdFZ02NRvDtET5SWrHlQklFaw067H561NekWjpAbIwmMnRj+SUjlhn root@bono-0 -----END SSH HOST KEY KEYS----- Cloud-init v. 0.7.5 finished at Sun, 12 Aug 2018 09:21:29 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 406.95 seconds 2018-08-12 09:24:16,412 - functest.core.singlevm - DEBUG - regex found: ''Cloud-init .* finished at ' in console 2018-08-12 09:24:16,413 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:24:16,415 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:24:17,198 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:24: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-e962d63c-a178-4343-a8b9-c16b09fdaebb x-compute-request-id: req-e962d63c-a178-4343-a8b9-c16b09fdaebb Content-Encoding: gzip Content-Length: 1505 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:8c:69", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:8c:69", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:47:bc", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:47:bc", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/0d05f869-c182-4a19-86bf-4ac078c523fd", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:41.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "0d05f869-c182-4a19-86bf-4ac078c523fd", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:41Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "homer-0.clearwater.opnfv", "created": "2018-08-12T09:14:06Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:24:50", "version": 4, "addr": "192.168.0.22", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:24:50", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:35:db:99", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/1c9b6e42-b18c-407e-8d00-9077025769fd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1c9b6e42-b18c-407e-8d00-9077025769fd", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:39.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "1c9b6e42-b18c-407e-8d00-9077025769fd", "security_groups": [{"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:39Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "dime-0.clearwater.opnfv", "created": "2018-08-12T09:14:05Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:73:af", "version": 4, "addr": "192.168.0.17", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:73:af", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:b9:f2", "version": 4, "addr": "192.168.1.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:b9:f2", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:41.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:41Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "bono-0.clearwater.opnfv", "created": "2018-08-12T09:14:05Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:27:6c", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:27:6c", "version": 4, "addr": "172.30.9.216", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:82:86", "version": 4, "addr": "192.168.1.24", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/566a63cc-7490-4385-b2ac-bfb24030a031", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/566a63cc-7490-4385-b2ac-bfb24030a031", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:34.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "566a63cc-7490-4385-b2ac-bfb24030a031", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:34Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-12T09:14:04Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:9d:e5", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:9d:e5", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b4:d8:25", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/7a80620a-d807-4698-b6c3-7c140a7b5157", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/7a80620a-d807-4698-b6c3-7c140a7b5157", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:25.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "7a80620a-d807-4698-b6c3-7c140a7b5157", "security_groups": [{"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:25Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-12T09:14:04Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:ca:f6", "version": 4, "addr": "192.168.0.23", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:ca:f6", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/3544e1e5-febb-4596-964e-1a53f9d26ab6", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/3544e1e5-febb-4596-964e-1a53f9d26ab6", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:13:48.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "3544e1e5-febb-4596-964e-1a53f9d26ab6", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:13:48Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-12T09:12:11Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:77:d2", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:77:d2", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ac:00:39", "version": 4, "addr": "192.168.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/24234aa3-febc-4826-8d67-0c33e6f38782", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/24234aa3-febc-4826-8d67-0c33e6f38782", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:12:00.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "24234aa3-febc-4826-8d67-0c33e6f38782", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:12:00Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "ns.clearwater.opnfv", "created": "2018-08-12T09:10:20Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:24:17,198 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-e962d63c-a178-4343-a8b9-c16b09fdaebb 2018-08-12 09:24:17,198 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.785419940948s 2018-08-12 09:24:17,199 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-e962d63c-a178-4343-a8b9-c16b09fdaebb 2018-08-12 09:24:17,206 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-12 09:24:17,208 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/566a63cc-7490-4385-b2ac-bfb24030a031/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}d584eff3730be386f99aabb4bf64013d89965dc6" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 09:24:17,312 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:24: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-d55172c5-56ee-410b-91bc-080b313da2e5 x-compute-request-id: req-d55172c5-56ee-410b-91bc-080b313da2e5 Content-Encoding: gzip Content-Length: 20451 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 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] 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-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] 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] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\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 2 CPUs, 0 hotplug CPUs\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 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008000] Security Framework initialized\n[ 0.008030] AppArmor: AppArmor initialized\n[ 0.008869] Yama: becoming mindful.\n[ 0.009741] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.012826] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.014798] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.016006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.017559] Initializing cgroup subsys memory\n[ 0.018452] Initializing cgroup subsys devices\n[ 0.019343] Initializing cgroup subsys freezer\n[ 0.020003] Initializing cgroup subsys blkio\n[ 0.020846] Initializing cgroup subsys perf_event\n[ 0.021762] Initializing cgroup subsys hugetlb\n[ 0.022687] CPU: Physical Processor ID: 0\n[ 0.023510] FEATURE SPEC_CTRL Not Present\n[ 0.024685] mce: CPU supports 10 MCE banks\n[ 0.025533] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.025533] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.028004] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.029355] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.030957] Speculative Store Bypass: Vulnerable\n[ 0.032334] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000)\n[ 0.037007] ACPI: Core revision 20131115\n[ 0.038395] ACPI: All ACPI Tables successfully acquired\n[ 0.039702] ftrace: allocating 28727 entries in 113 pages\n[ 0.060292] Enabling x2apic\n[ 0.061285] Enabled x2apic\n[ 0.064004] Switched APIC routing to physical x2apic.\n[ 0.068483] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.070388] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.073307] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.081334] KVM setup paravirtual spinlock\n[ 0.083607] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.084158] x86: Booting SMP configuration:\n[ 0.085173] .... node #0, CPUs: #1[ 0.083574] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.100018] x86: Booted up 1 node, 2 CPUs\n[ 0.100011] KVM setup async PF for cpu 1\n[ 0.100012] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.103088] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.104305] devtmpfs: initialized\n[ 0.106298] EVM: security.selinux\n[ 0.107195] EVM: security.SMACK64\n[ 0.108006] EVM: security.ima\n[ 0.108728] EVM: security.capability\n[ 0.109728] pinctrl core: initialized pinctrl subsystem\n[ 0.112113] regulator-dummy: no parameters\n[ 0.113419] RTC time: 9:14:34, date: 08/12/18\n[ 0.114786] NET: Registered protocol family 16\n[ 0.115892] cpuidle: using governor ladder\n[ 0.116011] cpuidle: using governor menu\n[ 0.116975] ACPI: bus type PCI registered\n[ 0.117835] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.119166] PCI: Using configuration type 1 for base access\n[ 0.120600] bio: create slab at 0\n[ 0.120927] ACPI: Added _OSI(Module Device)\n[ 0.121001] ACPI: Added _OSI(Processor Device)\n[ 0.121951] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.124003] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.126208] ACPI: Interpreter enabled\n[ 0.127090] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.128583] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.130596] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.132555] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.134538] ACPI: (supports S0 S5)\n[ 0.135249] ACPI: Using IOAPIC for interrupt routing\n[ 0.136017] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.140199] ACPI: No dock devices found.\n[ 0.142829] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.143987] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.144007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.145346] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.147748] acpiphp: Slot [3] registered\n[ 0.148020] acpiphp: Slot [4] registered\n[ 0.152058] acpiphp: Slot [5] registered\n[ 0.153173] acpiphp: Slot [6] registered\n[ 0.153992] acpiphp: Slot [7] registered\n[ 0.154798] acpiphp: Slot [8] registered\n[ 0.155836] acpiphp: Slot [9] registered\n[ 0.156108] acpiphp: Slot [10] registered\n[ 0.157090] acpiphp: Slot [11] registered\n[ 0.157920] acpiphp: Slot [12] registered\n[ 0.158743] acpiphp: Slot [13] registered\n[ 0.159582] acpiphp: Slot [14] registered\n[ 0.160019] acpiphp: Slot [15] registered\n[ 0.160848] acpiphp: Slot [16] registered\n[ 0.161685] acpiphp: Slot [17] registered\n[ 0.162580] acpiphp: Slot [18] registered\n[ 0.163532] acpiphp: Slot [19] registered\n[ 0.164019] acpiphp: Slot [20] registered\n[ 0.164966] acpiphp: Slot [21] registered\n[ 0.165900] acpiphp: Slot [22] registered\n[ 0.166756] acpiphp: Slot [23] registered\n[ 0.167603] acpiphp: Slot [24] registered\n[ 0.168025] acpiphp: Slot [25] registered\n[ 0.168952] acpiphp: Slot [26] registered\n[ 0.169874] acpiphp: Slot [27] registered\n[ 0.170709] acpiphp: Slot [28] registered\n[ 0.171536] acpiphp: Slot [29] registered\n[ 0.172018] acpiphp: Slot [30] registered\n[ 0.172882] acpiphp: Slot [31] registered\n[ 0.173800] PCI host bridge to bus 0000:00\n[ 0.174694] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.175740] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.176004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.177178] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.178535] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.179805] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.186175] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.187672] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.213825] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.215513] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.216733] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.218287] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.219837] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.220819] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.222552] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.222552] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.224004] vgaarb: loaded\n[ 0.224668] vgaarb: bridge control possible 0000:00:02.0\n[ 0.226206] SCSI subsystem initialized\n[ 0.227384] ACPI: bus type USB registered\n[ 0.228070] usbcore: registered new interface driver usbfs\n[ 0.229141] usbcore: registered new interface driver hub\n[ 0.230188] usbcore: registered new device driver usb\n[ 0.230188] PCI: Using ACPI for IRQ routing\n[ 0.232550] NetLabel: Initializing\n[ 0.233285] NetLabel: domain hash size = 128\n[ 0.234149] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.235180] NetLabel: unlabeled traffic allowed by default\n[ 0.236365] Switched to clocksource kvm-clock\n[ 0.243645] AppArmor: AppArmor Filesystem Enabled\n[ 0.244639] pnp: PnP ACPI init\n[ 0.245335] ACPI: bus type PNP registered\n[ 0.246648] pnp: PnP ACPI: found 8 devices\n[ 0.247479] ACPI: bus type PNP unregistered\n[ 0.255026] NET: Registered protocol family 2\n[ 0.256391] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.257932] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.259326] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.260633] TCP: reno registered\n[ 0.261334] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.262472] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.263769] NET: Registered protocol family 1\n[ 0.264705] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.265823] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.266901] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.288702] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.311114] Trying to unpack rootfs image as initramfs...\n[ 0.402770] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.404683] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.405829] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.407533] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.409388] Scanning for low memory corruption every 60 seconds\n[ 0.410996] Initialise system trusted keyring\n[ 0.412041] audit: initializing netlink socket (disabled)\n[ 0.413179] type=2000 audit(1534065275.260:1): initialized\n[ 0.433538] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.435560] zbud: loaded\n[ 0.436416] VFS: Disk quotas dquot_6.5.2\n[ 0.437360] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.439070] fuse init (API version 7.22)\n[ 0.440042] msgmni has been set to 3997\n[ 0.440947] Key type big_key registered\n[ 0.442321] Key type asymmetric registered\n[ 0.443309] Asymmetric key parser 'x509' registered\n[ 0.444360] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.445848] io scheduler noop registered\n[ 0.446634] io scheduler deadline registered (default)\n[ 0.447620] io scheduler cfq registered\n[ 0.448504] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.449544] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.450777] ipmi message handler version 39.2\n[ 0.451678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.453131] ACPI: Power Button [PWRF]\n[ 0.454012] GHES: HEST is not enabled!\n[ 0.475278] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.517693] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.539607] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.541198] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.565278] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.567462] Linux agpgart interface v0.103\n[ 0.569062] brd: module loaded\n[ 0.570086] loop: module loaded\n[ 0.571067] blk-mq: CPU -> queue map\n[ 0.571794] CPU 0 -> Queue 0\n[ 0.572445] CPU 1 -> Queue 0\n[ 0.573749] vda: vda1\n[ 0.574917] scsi0 : ata_piix\n[ 0.575638] scsi1 : ata_piix\n[ 0.576297] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.577498] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.578890] libphy: Fixed MDIO Bus: probed\n[ 0.579814] tun: Universal TUN/TAP device driver, 1.6\n[ 0.580764] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.583280] PPP generic driver version 2.4.2\n[ 0.584462] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.585889] ehci-pci: EHCI PCI platform driver\n[ 0.586917] ehci-platform: EHCI generic platform driver\n[ 0.587945] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.589172] ohci-pci: OHCI PCI platform driver\n[ 0.590055] ohci-platform: OHCI generic platform driver\n[ 0.591069] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.613029] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.614043] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.615536] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.616735] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.617949] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.619358] usb usb1: Product: UHCI Host Controller\n[ 0.620302] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd\n[ 0.621511] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.622505] hub 1-0:1.0: USB hub found\n[ 0.623285] hub 1-0:1.0: 2 ports detected\n[ 0.624232] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.626389] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.627361] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.628462] mousedev: PS/2 mouse device common for all mice\n[ 0.629782] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.631668] rtc_cmos 00:00: RTC can wake from S4\n[ 0.632809] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.633989] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.635232] device-mapper: uevent: version 1.0.3\n[ 0.636200] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.637813] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.638999] TCP: cubic registered\n[ 0.639784] NET: Registered protocol family 10\n[ 0.640894] NET: Registered protocol family 17\n[ 0.641830] Key type dns_resolver registered\n[ 0.642899] Loading compiled-in X.509 certificates\n[ 0.644347] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0'\n[ 0.646125] registered taskstats version 1\n[ 0.655525] Key type trusted registered\n[ 0.658677] Key type encrypted registered\n[ 0.659509] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.660565] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.662068] regulator-dummy: disabling\n[ 0.662891] Magic number: 14:35:222\n[ 0.663806] rtc_cmos 00:00: setting system clock to 2018-08-12 09:14:35 UTC (1534065275)\n[ 0.665425] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.666531] EDD information not available.\n[ 0.733928] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000)\n[ 0.735493] Write protecting the kernel read-only data: 12288k\n[ 0.737039] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000)\n[ 0.739678] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.751982] systemd-udevd[107]: starting version 204\n[ 0.792837] FDC 0 is a S82078B\n[ 0.936042] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.095903] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.097219] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.098532] usb 1-1: Product: QEMU USB Tablet\n[ 1.099423] usb 1-1: Manufacturer: QEMU\n[ 1.100228] usb 1-1: SerialNumber: 42\n[ 1.404043] tsc: Refined TSC clocksource calibration: 3491.821 MHz\n[ 1.809011] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.042913] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.128440] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n[ 2.225487] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sun, 12 Aug 2018 09:14:37 +0000. Up 2.90 seconds.\ncloud-init-nonet[3.07]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\ncloud-init-nonet[13.08]: waiting 120 seconds for network device\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[14.27]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sun, 12 Aug 2018 09:14:49 +0000. Up 14.39 seconds.\nci-info: +++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+--------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+--------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:a4:82:86 |\nci-info: | eth0 | True | 192.168.0.12 | 255.255.255.0 | fa:16:3e:9d:27:6c |\nci-info: +--------+-------+--------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.2 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\nbd:bb:18:67:04:84:36:1f:f5:4b:0e:f3:20:02:a8:24 root@sprout-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| .. .... |\n|E.. .+.. . |\n|o. ..oo.+ o |\n|. ..+ B . |\n| S o + |\n| . . |\n| . + |\n| = . |\n| . o. |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n15:5e:49:cd:87:1d:fa:bc:1a:97:b0:e9:23:6e:12:76 root@sprout-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| ..o+ +.|\n| . o. = o|\n| o . . |\n| . o |\n| S . o |\n| o E + o|\n| . o + + |\n| . o..+ |\n| +..o. |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\n23:30:fc:0a:0d:cc:59:ae:52:d4:ac:be:43:60:2e:d3 root@sprout-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| .o. |\n| + =o |\n| *.= |\n|.o.+ + |\n|++o . o S |\n|ooE. . . . |\n|.o .. |\n| o |\n| . |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\n15:2f:92:ec:74:48:4f:9c:cf:67:8a:c0:10:b6:e6:76 root@sprout-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| o...o. |\n| ..+ =oo |\n| oo* =o. |\n| o oo+ .o o |\n| o E. . + |\n| . . . . |\n| |\n| |\n| |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\n * Starting system logging daemon[74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting Handle applying cloud-config[74G[ OK ]\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\n * Starting ACPI daemon[74G[ OK ]\nCloud-init v. 0.7.5 running 'modules:config' at Sun, 12 Aug 2018 09:14:53 +0000. Up 18.30 seconds.\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\n * Stopping System V runlevel compatibility[74G[ OK ]\nCloud-init v. 0.7.5 running 'modules:final' at Sun, 12 Aug 2018 09:14:54 +0000. Up 19.25 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0100 3149 100 3149 0 0 15696 0 --:--:-- --:--:-- --:--:-- 15745\nOK\n+ apt-get update\nGet:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\nIgn http://repo.cw-ngv.com binary/ InRelease\n\nUbuntu 14.04.5 LTS sprout-0 ttyS0\n\nsprout-0 login: Get:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:3 http://repo.cw-ngv.com binary/ Release [1219 B]\nGet:4 http://repo.cw-ngv.com binary/ Packages [23.2 kB]\nGet:5 http://security.ubuntu.com trusty-security/main Sources [161 kB]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nGet:6 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nGet:7 http://security.ubuntu.com trusty-security/universe Sources [77.6 kB]\nGet:8 http://security.ubuntu.com trusty-security/main amd64 Packages [754 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:9 http://security.ubuntu.com trusty-security/universe amd64 Packages [240 kB]\nGet:10 http://security.ubuntu.com trusty-security/main Translation-en [408 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nGet:11 http://security.ubuntu.com trusty-security/universe Translation-en [131 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B]\nGet:14 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [206 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7433 B]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1093 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages [17.2 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages [468 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages [14.6 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en [541 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B]\nGet:22 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B]\nGet:23 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [251 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B]\nGet:25 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B]\nGet:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty Release\nGet:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B]\nGet:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en\nFetched 12.7 MB in 8s (1557 kB/s)\nReading package lists...\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.23\n+ '[' -n 192.168.0.23 ']'\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install sprout --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n binutils build-essential clearwater-diags-monitor clearwater-infrastructure\n clearwater-log-cleanup clearwater-monit clearwater-nginx\n clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq\n dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core g++\n g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl\n libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1\n libboost-filesystem1.54.0 libboost-locale1.54.0 libboost-regex1.54.0\n libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev\n libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5\n libfakeroot libfile-fcntllock-perl libfontconfig1 libgcc-4.8-dev libgd3\n libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libjbig0 libjpeg-turbo8\n libjpeg8 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25\n libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30\n libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-utils libxpm4 libxslt1.1\n libzmq3 linux-libc-dev make manpages-dev nginx nginx-common nginx-core ntp\n python-chardet-whl python-colorama python-colorama-whl python-distlib\n python-distlib-whl python-html5lib python-html5lib-whl python-pip\n python-pip-whl python-requests-whl python-setuptools python-setuptools-whl\n python-six-whl python-urllib3-whl python-virtualenv python-wheel\n python3-pkg-resources realpath sprout-base sprout-bgcf sprout-icscf\n sprout-libs sprout-mmtel-as sprout-scscf sysstat\nSuggested packages:\n binutils-doc clearwater-auto-config clearwater-auto-upgrade exim4 postfix\n mail-transport-agent clearwater-snmp-handler-alarm cpp-doc gcc-4.8-locales\n debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg\n gcc-multilib autoconf automake1.9 libtool flex bison gdb gcc-doc\n gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg\n libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc libgd-tools lm-sensors\n snmp-mibs-downloader libstdc++-4.8-doc make-doc fcgiwrap nginx-doc ntp-doc\n python-genshi python-lxml python3-setuptools sprout-dbg clearwater-logging\n clearwater-snmp-alarm-agent sprout-bgcf-dbg sprout-icscf-dbg\n sprout-mmtel-as-dbg sprout-scscf-dbg isag\nRecommended packages:\n python-dev-all\nThe following NEW packages will be installed:\n binutils build-essential clearwater-diags-monitor clearwater-infrastructure\n clearwater-log-cleanup clearwater-monit clearwater-nginx\n clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq\n dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core g++\n g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl\n libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1\n libboost-filesystem1.54.0 libboost-locale1.54.0 libboost-regex1.54.0\n libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev\n libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5\n libfakeroot libfile-fcntllock-perl libfontconfig1 libgcc-4.8-dev libgd3\n libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libjbig0 libjpeg-turbo8\n libjpeg8 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25\n libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30\n libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-utils libxpm4 libxslt1.1\n libzmq3 linux-libc-dev make manpages-dev nginx nginx-common nginx-core ntp\n python-chardet-whl python-colorama python-colorama-whl python-distlib\n python-distlib-whl python-html5lib python-html5lib-whl python-pip\n python-pip-whl python-requests-whl python-setuptools python-setuptools-whl\n python-six-whl python-urllib3-whl python-virtualenv python-wheel\n python3-pkg-resources realpath sprout sprout-base sprout-bgcf sprout-icscf\n sprout-libs sprout-mmtel-as sprout-scscf sysstat\n0 upgraded, 105 newly installed, 0 to remove and 3 not upgraded.\nNeed to get 56.7 MB of archives.\nAfter this operation, 172 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB]\nGet:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB]\nGet:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB]\nGet:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B]\nGet:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB]\nGet:8 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB]\nGet:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB]\nGet:10 http://repo.cw-ngv.com/stable/ binary/ clearwater-nginx 1.0-180322.165850 [19.4 kB]\nGet:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 kB]\nGet:12 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB]\nGet:14 http://repo.cw-ngv.com/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB]\nGet:16 http://repo.cw-ngv.com/stable/ binary/ sprout-base 1.0-180328.134516 [2241 kB]\nGet:17 http://repo.cw-ngv.com/stable/ binary/ sprout-scscf 1.0-180328.134516 [128 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libboost-locale1.54.0 amd64 1.54.0-4ubuntu3.1 [212 kB]\nGet:19 http://repo.cw-ngv.com/stable/ binary/ sprout-icscf 1.0-180328.134516 [83.2 kB]\nGet:20 http://repo.cw-ngv.com/stable/ binary/ sprout-bgcf 1.0-180328.134516 [70.0 kB]\nGet:21 http://repo.cw-ngv.com/stable/ binary/ sprout-mmtel-as 1.0-180328.134516 [50.6 kB]\nGet:22 http://repo.cw-ngv.com/stable/ binary/ sprout 1.0-180328.134516 [12.3 kB]\nGet:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB]\nGet:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B]\nGet:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1024 kB]\nGet:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB]\nGet:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB]\nGet:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2194 B]\nGet:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB]\nGet:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB]\nGet:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB]\nGet:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB]\nGet:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.8 [123 kB]\nGet:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB]\nGet:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB]\nGet:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB]\nGet:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB]\nGet:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB]\nGet:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB]\nGet:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB]\nGet:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B]\nGet:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB]\nGet:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1.1 amd64 1.1.28-2ubuntu0.1 [145 kB]\nGet:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB]\nGet:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB]\nGet:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB]\nGet:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB]\nGet:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB]\nGet:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB]\nGet:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB]\nGet:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-153.203 [772 kB]\nGet:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1913 kB]\nGet:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4452 kB]\nGet:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB]\nGet:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1688 kB]\nGet:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5040 kB]\nGet:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5098 B]\nGet:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1051 kB]\nGet:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB]\nGet:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1490 B]\nGet:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB]\nGet:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB]\nGet:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB]\nGet:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4838 B]\nGet:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB]\nGet:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB]\nGet:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB]\nGet:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB]\nGet:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB]\nGet:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB]\nGet:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB]\nGet:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB]\nGet:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB]\nGet:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB]\nGet:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.8 [19.1 kB]\nGet:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.8 [325 kB]\nGet:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.8 [5394 B]\nGet:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB]\nGet:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB]\nGet:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB]\nGet:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB]\nGet:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB]\nGet:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB]\nGet:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2-utils amd64 2.9.1+dfsg1-3ubuntu4.12 [34.8 kB]\nGet:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB]\nGet:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB]\nGet:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB]\nGet:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB]\nGet:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB]\nGet:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB]\nGet:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB]\nGet:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB]\nGet:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB]\nGet:99 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB]\nGet:100 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB]\nGet:101 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB]\nGet:102 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB]\nGet:103 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB]\nGet:104 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB]\nGet:105 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB]\nExtracting templates from packages: 28%Extracting templates from packages: 57%Extracting templates from packages: 85%Extracting templates from packages: 100%\nPreconfiguring packages ...\nFetched 56.7 MB in 16s (3543 kB/s)\nSelecting previously unselected package libasan0:amd64.\n(Reading database ... 51310 files and directories currently installed.)\nPreparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libatomic1:amd64.\nPreparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libboost-system1.54.0:amd64.\nPreparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-filesystem1.54.0:amd64.\nPreparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-thread1.54.0:amd64.\nPreparing to unpack .../libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-locale1.54.0:amd64.\nPreparing to unpack .../libboost-locale1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-locale1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-regex1.54.0:amd64.\nPreparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libgmp10:amd64.\nPreparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ...\nUnpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSelecting previously unselected package libisl10:amd64.\nPreparing to unpack .../libisl10_0.12.2-1_amd64.deb ...\nUnpacking libisl10:amd64 (0.12.2-1) ...\nSelecting previously unselected package libcloog-isl4:amd64.\nPreparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ...\nUnpacking libcloog-isl4:amd64 (0.18.2-1) ...\nSelecting previously unselected package libevent-core-2.0-5:amd64.\nPreparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package libevent-pthreads-2.0-5:amd64.\nPreparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package fonts-dejavu-core.\nPreparing to unpack .../fonts-dejavu-core_2.34-1ubuntu1_all.deb ...\nUnpacking fonts-dejavu-core (2.34-1ubuntu1) ...\nSelecting previously unselected package fontconfig-config.\nPreparing to unpack .../fontconfig-config_2.11.0-0ubuntu4.2_all.deb ...\nUnpacking fontconfig-config (2.11.0-0ubuntu4.2) ...\nSelecting previously unselected package libfontconfig1:amd64.\nPreparing to unpack .../libfontconfig1_2.11.0-0ubuntu4.2_amd64.deb ...\nUnpacking libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ...\nSelecting previously unselected package libjpeg-turbo8:amd64.\nPreparing to unpack .../libjpeg-turbo8_1.3.0-0ubuntu2.1_amd64.deb ...\nUnpacking libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ...\nSelecting previously unselected package libjpeg8:amd64.\nPreparing to unpack .../libjpeg8_8c-2ubuntu8_amd64.deb ...\nUnpacking libjpeg8:amd64 (8c-2ubuntu8) ...\nSelecting previously unselected package libjbig0:amd64.\nPreparing to unpack .../libjbig0_2.0-2ubuntu4.1_amd64.deb ...\nUnpacking libjbig0:amd64 (2.0-2ubuntu4.1) ...\nSelecting previously unselected package libtiff5:amd64.\nPreparing to unpack .../libtiff5_4.0.3-7ubuntu0.9_amd64.deb ...\nUnpacking libtiff5:amd64 (4.0.3-7ubuntu0.9) ...\nSelecting previously unselected package libvpx1:amd64.\nPreparing to unpack .../libvpx1_1.3.0-2_amd64.deb ...\nUnpacking libvpx1:amd64 (1.3.0-2) ...\nSelecting previously unselected package libxpm4:amd64.\nPreparing to unpack .../libxpm4_1%3a3.5.10-1ubuntu0.1_amd64.deb ...\nUnpacking libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ...\nSelecting previously unselected package libgd3:amd64.\nPreparing to unpack .../libgd3_2.1.0-3ubuntu0.8_amd64.deb ...\nUnpacking libgd3:amd64 (2.1.0-3ubuntu0.8) ...\nSelecting previously unselected package libgomp1:amd64.\nPreparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libitm1:amd64.\nPreparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libmpfr4:amd64.\nPreparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ...\nUnpacking libmpfr4:amd64 (3.1.2-1) ...\nSelecting previously unselected package libopts25:amd64.\nPreparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ...\nUnpacking libopts25:amd64 (1:5.18-2ubuntu2) ...\nSelecting previously unselected package libpgm-5.1-0:amd64.\nPreparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ...\nUnpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSelecting previously unselected package libquadmath0:amd64.\nPreparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libsensors4:amd64.\nPreparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ...\nUnpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSelecting previously unselected package libperl5.18.\nPreparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ...\nUnpacking libperl5.18 (5.18.2-2ubuntu1.6) ...\nSelecting previously unselected package libsnmp-base.\nPreparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ...\nUnpacking libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libsnmp30:amd64.\nPreparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ...\nUnpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libtsan0:amd64.\nPreparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libxslt1.1:amd64.\nPreparing to unpack .../libxslt1.1_1.1.28-2ubuntu0.1_amd64.deb ...\nUnpacking libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ...\nSelecting previously unselected package libzmq3:amd64.\nPreparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ...\nUnpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSelecting previously unselected package ntp.\nPreparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ...\nUnpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\nSelecting previously unselected package libmnl0:amd64.\nPreparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ...\nUnpacking libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSelecting previously unselected package libmpc3:amd64.\nPreparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ...\nUnpacking libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSelecting previously unselected package libnetfilter-conntrack3:amd64.\nPreparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ...\nUnpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSelecting previously unselected package binutils.\nPreparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ...\nUnpacking binutils (2.24-5ubuntu14.2) ...\nSelecting previously unselected package libc-dev-bin.\nPreparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc-dev-bin (2.19-0ubuntu6.14) ...\nSelecting previously unselected package linux-libc-dev:amd64.\nPreparing to unpack .../linux-libc-dev_3.13.0-153.203_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-153.203) ...\nSelecting previously unselected package libc6-dev:amd64.\nPreparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSelecting previously unselected package cpp-4.8.\nPreparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package cpp.\nPreparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking cpp (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libgcc-4.8-dev:amd64.\nPreparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc-4.8.\nPreparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc.\nPreparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking gcc (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libstdc++-4.8-dev:amd64.\nPreparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++-4.8.\nPreparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++.\nPreparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking g++ (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package make.\nPreparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ...\nUnpacking make (3.81-8.2ubuntu3) ...\nSelecting previously unselected package libdpkg-perl.\nPreparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ...\nUnpacking libdpkg-perl (1.17.5ubuntu5.8) ...\nSelecting previously unselected package dpkg-dev.\nPreparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ...\nUnpacking dpkg-dev (1.17.5ubuntu5.8) ...\nSelecting previously unselected package build-essential.\nPreparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ...\nUnpacking build-essential (11.6ubuntu6) ...\nSelecting previously unselected package libinotifytools0.\nPreparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ...\nUnpacking libinotifytools0 (3.14-1ubuntu1) ...\nSelecting previously unselected package inotify-tools.\nPreparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ...\nUnpacking inotify-tools (3.14-1ubuntu1) ...\nSelecting previously unselected package realpath.\nPreparing to unpack .../realpath_1.19_amd64.deb ...\nUnpacking realpath (1.19) ...\nSelecting previously unselected package sysstat.\nPreparing to unpack .../sysstat_10.2.0-1_amd64.deb ...\nUnpacking sysstat (10.2.0-1) ...\nSelecting previously unselected package dnsmasq-base.\nPreparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ...\nUnpacking dnsmasq-base (2.68-1ubuntu0.2) ...\nSelecting previously unselected package dnsmasq.\nPreparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ...\nUnpacking dnsmasq (2.68-1ubuntu0.2) ...\nSelecting previously unselected package python-setuptools.\nPreparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools (3.3-1ubuntu2) ...\nSelecting previously unselected package gnutls-bin.\nPreparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ...\nUnpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSelecting previously unselected package python-virtualenv.\nPreparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ...\nUnpacking python-virtualenv (1.11.4-1ubuntu1) ...\nSelecting previously unselected package clearwater-infrastructure.\nPreparing to unpack .../clearwater-infrastructure_1.0-180328.114312_amd64.deb ...\nUnpacking clearwater-infrastructure (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-monit.\nPreparing to unpack .../clearwater-monit_5.18-180322.170159_amd64.deb ...\nUnpacking clearwater-monit (5.18-180322.170159) ...\nSelecting previously unselected package iotop.\nPreparing to unpack .../archives/iotop_0.6-1_amd64.deb ...\nUnpacking iotop (0.6-1) ...\nSelecting previously unselected package clearwater-diags-monitor.\nPreparing to unpack .../clearwater-diags-monitor_1.0-180328.114312_all.deb ...\nUnpacking clearwater-diags-monitor (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-log-cleanup.\nPreparing to unpack .../clearwater-log-cleanup_1.0-180328.114312_all.deb ...\nUnpacking clearwater-log-cleanup (1.0-180328.114312) ...\nSelecting previously unselected package nginx-common.\nPreparing to unpack .../nginx-common_1.4.6-1ubuntu3.8_all.deb ...\nUnpacking nginx-common (1.4.6-1ubuntu3.8) ...\nSelecting previously unselected package nginx-core.\nPreparing to unpack .../nginx-core_1.4.6-1ubuntu3.8_amd64.deb ...\nUnpacking nginx-core (1.4.6-1ubuntu3.8) ...\nSelecting previously unselected package nginx.\nPreparing to unpack .../nginx_1.4.6-1ubuntu3.8_all.deb ...\nUnpacking nginx (1.4.6-1ubuntu3.8) ...\nSelecting previously unselected package clearwater-nginx.\nPreparing to unpack .../clearwater-nginx_1.0-180322.165850_all.deb ...\nUnpacking clearwater-nginx (1.0-180322.165850) ...\nSelecting previously unselected package clearwater-socket-factory.\nPreparing to unpack .../clearwater-socket-factory_1.0-180328.114312_amd64.deb ...\nUnpacking clearwater-socket-factory (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-tcp-scalability.\nPreparing to unpack .../clearwater-tcp-scalability_1.0-180328.114312_all.deb ...\nUnpacking clearwater-tcp-scalability (1.0-180328.114312) ...\nSelecting previously unselected package libfakeroot:amd64.\nPreparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking libfakeroot:amd64 (1.20-3ubuntu2) ...\nSelecting previously unselected package fakeroot.\nPreparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking fakeroot (1.20-3ubuntu2) ...\nSelecting previously unselected package libalgorithm-diff-perl.\nPreparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ...\nUnpacking libalgorithm-diff-perl (1.19.02-3) ...\nSelecting previously unselected package libalgorithm-diff-xs-perl.\nPreparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ...\nUnpacking libalgorithm-diff-xs-perl (0.04-2build4) ...\nSelecting previously unselected package libalgorithm-merge-perl.\nPreparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ...\nUnpacking libalgorithm-merge-perl (0.08-2) ...\nSelecting previously unselected package libfile-fcntllock-perl.\nPreparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ...\nUnpacking libfile-fcntllock-perl (0.14-2build1) ...\nSelecting previously unselected package libxml2-utils.\nPreparing to unpack .../libxml2-utils_2.9.1+dfsg1-3ubuntu4.12_amd64.deb ...\nUnpacking libxml2-utils (2.9.1+dfsg1-3ubuntu4.12) ...\nSelecting previously unselected package manpages-dev.\nPreparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ...\nUnpacking manpages-dev (3.54-1ubuntu1) ...\nSelecting previously unselected package python3-pkg-resources.\nPreparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ...\nUnpacking python3-pkg-resources (3.3-1ubuntu2) ...\nSelecting previously unselected package python-chardet-whl.\nPreparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ...\nUnpacking python-chardet-whl (2.2.1-2~ubuntu1) ...\nSelecting previously unselected package python-colorama.\nPreparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-colorama-whl.\nPreparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-distlib.\nPreparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-distlib-whl.\nPreparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib-whl (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-html5lib.\nPreparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-html5lib-whl.\nPreparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib-whl (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-six-whl.\nPreparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ...\nUnpacking python-six-whl (1.5.2-1ubuntu1) ...\nSelecting previously unselected package python-urllib3-whl.\nPreparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ...\nUnpacking python-urllib3-whl (1.7.1-1ubuntu4) ...\nSelecting previously unselected package python-requests-whl.\nPreparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ...\nUnpacking python-requests-whl (2.2.1-1ubuntu0.3) ...\nSelecting previously unselected package python-setuptools-whl.\nPreparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools-whl (3.3-1ubuntu2) ...\nSelecting previously unselected package python-pip-whl.\nPreparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip-whl (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-pip.\nPreparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-wheel.\nPreparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ...\nUnpacking python-wheel (0.24.0-1~ubuntu1) ...\nSelecting previously unselected package sprout-libs.\nPreparing to unpack .../sprout-libs_1.0-180328.134516_amd64.deb ...\nUnpacking sprout-libs (1.0-180328.134516) ...\nSelecting previously unselected package sprout-base.\nPreparing to unpack .../sprout-base_1.0-180328.134516_amd64.deb ...\nUnpacking sprout-base (1.0-180328.134516) ...\nSelecting previously unselected package sprout-scscf.\nPreparing to unpack .../sprout-scscf_1.0-180328.134516_amd64.deb ...\nUnpacking sprout-scscf (1.0-180328.134516) ...\nSelecting previously unselected package sprout-icscf.\nPreparing to unpack .../sprout-icscf_1.0-180328.134516_amd64.deb ...\nUnpacking sprout-icscf (1.0-180328.134516) ...\nSelecting previously unselected package sprout-bgcf.\nPreparing to unpack .../sprout-bgcf_1.0-180328.134516_amd64.deb ...\nUnpacking sprout-bgcf (1.0-180328.134516) ...\nSelecting previously unselected package sprout-mmtel-as.\nPreparing to unpack .../sprout-mmtel-as_1.0-180328.134516_amd64.deb ...\nUnpacking sprout-mmtel-as (1.0-180328.134516) ...\nSelecting previously unselected package sprout.\nPreparing to unpack .../sprout_1.0-180328.134516_amd64.deb ...\nUnpacking sprout (1.0-180328.134516) ...\nProcessing triggers for man-db (2.6.7.1-1ubuntu1) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nProcessing triggers for ufw (0.34~rc-0ubuntu2) ...\nSetting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-locale1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSetting up libisl10:amd64 (0.12.2-1) ...\nSetting up libcloog-isl4:amd64 (0.18.2-1) ...\nSetting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up fonts-dejavu-core (2.34-1ubuntu1) ...\nSetting up fontconfig-config (2.11.0-0ubuntu4.2) ...\nSetting up libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ...\nSetting up libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ...\nSetting up libjpeg8:amd64 (8c-2ubuntu8) ...\nSetting up libjbig0:amd64 (2.0-2ubuntu4.1) ...\nSetting up libtiff5:amd64 (4.0.3-7ubuntu0.9) ...\nSetting up libvpx1:amd64 (1.3.0-2) ...\nSetting up libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ...\nSetting up libgd3:amd64 (2.1.0-3ubuntu0.8) ...\nSetting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libmpfr4:amd64 (3.1.2-1) ...\nSetting up libopts25:amd64 (1:5.18-2ubuntu2) ...\nSetting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSetting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSetting up libperl5.18 (5.18.2-2ubuntu1.6) ...\nSetting up libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSetting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSetting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ...\nSetting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSetting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\n * Starting NTP server ntpd\n ...done.\nSetting up libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSetting up libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSetting up libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSetting up binutils (2.24-5ubuntu14.2) ...\nSetting up libc-dev-bin (2.19-0ubuntu6.14) ...\nSetting up linux-libc-dev:amd64 (3.13.0-153.203) ...\nSetting up libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSetting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up cpp (4:4.8.2-1ubuntu6) ...\nSetting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up gcc (4:4.8.2-1ubuntu6) ...\nSetting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up g++ (4:4.8.2-1ubuntu6) ...\nupdate-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode\nSetting up make (3.81-8.2ubuntu3) ...\nSetting up libdpkg-perl (1.17.5ubuntu5.8) ...\nSetting up dpkg-dev (1.17.5ubuntu5.8) ...\nSetting up build-essential (11.6ubuntu6) ...\nSetting up libinotifytools0 (3.14-1ubuntu1) ...\nSetting up inotify-tools (3.14-1ubuntu1) ...\nSetting up realpath (1.19) ...\nSetting up sysstat (10.2.0-1) ...\n\nCreating config file /etc/default/sysstat with new version\nupdate-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode\nSetting up dnsmasq-base (2.68-1ubuntu0.2) ...\nSetting up dnsmasq (2.68-1ubuntu0.2) ...\n * Starting DNS forwarder and DHCP server dnsmasq\n ...done.\nSetting up python-setuptools (3.3-1ubuntu2) ...\nSetting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSetting up python-virtualenv (1.11.4-1ubuntu1) ...\nSetting up iotop (0.6-1) ...\nSetting up nginx-common (1.4.6-1ubuntu3.8) ...\nSetting up clearwater-tcp-scalability (1.0-180328.114312) ...\nSetting up libfakeroot:amd64 (1.20-3ubuntu2) ...\nSetting up fakeroot (1.20-3ubuntu2) ...\nupdate-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode\nSetting up libalgorithm-diff-perl (1.19.02-3) ...\nSetting up libalgorithm-diff-xs-perl (0.04-2build4) ...\nSetting up libalgorithm-merge-perl (0.08-2) ...\nSetting up libfile-fcntllock-perl (0.14-2build1) ...\nSetting up libxml2-utils (2.9.1+dfsg1-3ubuntu4.12) ...\nSetting up manpages-dev (3.54-1ubuntu1) ...\nSetting up python3-pkg-resources (3.3-1ubuntu2) ...\nSetting up python-chardet-whl (2.2.1-2~ubuntu1) ...\nSetting up python-colorama (0.2.5-0.1ubuntu2) ...\nSetting up python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSetting up python-distlib (0.1.8-1ubuntu1) ...\nSetting up python-distlib-whl (0.1.8-1ubuntu1) ...\nSetting up python-html5lib (0.999-3~ubuntu1) ...\nSetting up python-html5lib-whl (0.999-3~ubuntu1) ...\nSetting up python-six-whl (1.5.2-1ubuntu1) ...\nSetting up python-urllib3-whl (1.7.1-1ubuntu4) ...\nSetting up python-requests-whl (2.2.1-1ubuntu0.3) ...\nSetting up python-setuptools-whl (3.3-1ubuntu2) ...\nSetting up python-pip-whl (1.5.4-1ubuntu4) ...\nSetting up python-pip (1.5.4-1ubuntu4) ...\nSetting up python-wheel (0.24.0-1~ubuntu1) ...\nSetting up sprout-libs (1.0-180328.134516) ...\nProcessing triggers for ufw (0.34~rc-0ubuntu2) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-infrastructure (1.0-180328.114312) ...\nProcessing pyzmq-16.0.2-py2.7-linux-x86_64.egg\nCopying pyzmq-16.0.2-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages\nAdding pyzmq 16.0.2 to easy-install.pth file\n\nInstalled /usr/local/lib/python2.7/dist-packages/pyzmq-16.0.2-py2.7-linux-x86_64.egg\nProcessing dependencies for pyzmq==16.0.2\nFinished processing dependencies for pyzmq==16.0.2\nNew python executable in /usr/share/clearwater/infrastructure/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nCollecting cw_infrastructure\nCollecting nsenter (from cw_infrastructure)\nCollecting argparse (from cw_infrastructure)\nCollecting contextlib2 (from cw_infrastructure)\nCollecting dnspython (from cw_infrastructure)\nCollecting pathlib (from cw_infrastructure)\nInstalling collected packages: argparse, contextlib2, pathlib, nsenter, dnspython, cw-infrastructure\n Found existing installation: argparse 1.2.1\n Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env\nSuccessfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\nrsyslog stop/waiting\nrsyslog start/running, process 8265\nreload: Unknown job: clearwater-monit\nSetting up nginx-core (1.4.6-1ubuntu3.8) ...\nSetting up nginx (1.4.6-1ubuntu3.8) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-monit (5.18-180322.170159) ...\nclearwater-monit start/running, process 8363\nSetting up clearwater-log-cleanup (1.0-180328.114312) ...\nSetting up clearwater-socket-factory (1.0-180328.114312) ...\nclearwater-socket-factory-mgmt start/running, process 8371\nclearwater-socket-factory-sig start/running, process 8379\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-diags-monitor (1.0-180328.114312) ...\nSetting up clearwater-nginx (1.0-180322.165850) ...\nTesting nginx configuration...\nnginx: the configuration file /etc/nginx/nginx.conf syntax is ok\nnginx: configuration file /etc/nginx/nginx.conf test is successful\nSite ping has been enabled. Run /etc/init.d/nginx reload to apply the changes.\nGenerating a 2048 bit RSA private key\n......................................................+++\n.........................+++\nunable to write 'random state'\nwriting new private key to 'nginx.key'\n-----\nSignature ok\nsubject=/C=UK/ST=Unknown state/L=Unknown locality/O=Unknown organization/OU=Unknown organizational unit/CN=unknown.example/emailAddress=Unknown\nGetting Private key\nunable to write 'random state'\nAdding 'diversion of /etc/init.d/nginx to /etc/init.d/nginx.clearwater-orig by clearwater-nginx'\nAdding 'diversion of /etc/nginx/nginx.conf to /etc/nginx/nginx.conf.clearwater-orig by clearwater-nginx'\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up sprout-base (1.0-180328.134516) ...\n * Restarting clearwater-infrastructure clearwater-infrastructure\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n ...done.\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up sprout-bgcf (1.0-180328.134516) ...\nSetting up sprout-mmtel-as (1.0-180328.134516) ...\nSetting up sprout-scscf (1.0-180328.134516) ...\nSetting up sprout-icscf (1.0-180328.134516) ...\nSetting up sprout (1.0-180328.134516) ...\nProcessing triggers for libc-bin (2.19-0ubuntu6.14) ...\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n clearwater-cluster-manager clearwater-config-manager clearwater-etcd\n clearwater-queue-manager python-jsonschema python-mock\nSuggested packages:\n python-mock-doc\nThe following NEW packages will be installed:\n clearwater-cluster-manager clearwater-config-manager clearwater-etcd\n clearwater-management clearwater-queue-manager python-jsonschema python-mock\n0 upgraded, 7 newly installed, 0 to remove and 3 not upgraded.\nNeed to get 38.4 MB of archives.\nAfter this operation, 108 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ clearwater-etcd 1.0-180328.115321 [16.9 MB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB]\nGet:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB]\nGet:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-cluster-manager 1.0-180328.115321 [6108 kB]\nGet:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-queue-manager 1.0-180328.115321 [6102 kB]\nGet:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-config-manager 1.0-180328.115321 [9184 kB]\nGet:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-management 1.0-180328.115321 [12.4 kB]\nFetched 38.4 MB in 4s (8156 kB/s)\nSelecting previously unselected package python-mock.\n(Reading database ... 57915 files and directories currently installed.)\nPreparing to unpack .../python-mock_1.0.1-3_all.deb ...\nUnpacking python-mock (1.0.1-3) ...\nSelecting previously unselected package python-jsonschema.\nPreparing to unpack .../python-jsonschema_2.3.0-1build1_all.deb ...\nUnpacking python-jsonschema (2.3.0-1build1) ...\nSelecting previously unselected package clearwater-etcd.\nPreparing to unpack .../clearwater-etcd_1.0-180328.115321_all.deb ...\nUnpacking clearwater-etcd (1.0-180328.115321) ...\nSelecting previously unselected package clearwater-cluster-manager.\nPreparing to unpack .../clearwater-cluster-manager_1.0-180328.115321_all.deb ...\nUnpacking clearwater-cluster-manager (1.0-180328.115321) ...\nSelecting previously unselected package clearwater-queue-manager.\nPreparing to unpack .../clearwater-queue-manager_1.0-180328.115321_all.deb ...\nUnpacking clearwater-queue-manager (1.0-180328.115321) ...\nSelecting previously unselected package clearwater-config-manager.\nPreparing to unpack .../clearwater-config-manager_1.0-180328.115321_all.deb ...\nUnpacking clearwater-config-manager (1.0-180328.115321) ...\nSelecting previously unselected package clearwater-management.\nPreparing to unpack .../clearwater-management_1.0-180328.115321_all.deb ...\nUnpacking clearwater-management (1.0-180328.115321) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up python-mock (1.0.1-3) ...\nSetting up python-jsonschema (2.3.0-1build1) ...\nSetting up clearwater-etcd (1.0-180328.115321) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-cluster-manager (1.0-180328.115321) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-cluster-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nCollecting clearwater_cluster_manager\nCollecting clearwater-etcd-shared (from clearwater_cluster_manager)\nCollecting metaswitchcommon (from clearwater_cluster_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting urllib3 (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_cluster_manager)\nCollecting cffi (from metaswitchcommon->clearwater_cluster_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_cluster_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_cluster_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_cluster_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager)\nInstalling collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-cluster-manager\nSuccessfully installed cffi-1.10.0 clearwater-cluster-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1\nupdate-rc.d: warning: start runlevel arguments (none) do not match clearwater-cluster-manager Default-Start values (2 3 4 5)\nupdate-rc.d: warning: stop runlevel arguments (none) do not match clearwater-cluster-manager Default-Stop values (0 1 6)\nSetting up clearwater-queue-manager (1.0-180328.115321) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-queue-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nCollecting clearwater_queue_manager\nCollecting clearwater-etcd-shared (from clearwater_queue_manager)\nCollecting metaswitchcommon (from clearwater_queue_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting urllib3 (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_queue_manager)\nCollecting cffi (from metaswitchcommon->clearwater_queue_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_queue_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_queue_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_queue_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_queue_manager)\nInstalling collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-queue-manager\nSuccessfully installed cffi-1.10.0 clearwater-etcd-shared-1.0 clearwater-queue-manager-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1\nupdate-rc.d: warning: start runlevel arguments (none) do not match clearwater-queue-manager Default-Start values (2 3 4 5)\nupdate-rc.d: warning: stop runlevel arguments (none) do not match clearwater-queue-manager Default-Stop values (0 1 6)\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-config-manager (1.0-180328.115321) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-config-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nCollecting clearwater_config_manager\nCollecting nsenter (from clearwater_config_manager)\nCollecting requests (from clearwater_config_manager)\nCollecting clearwater-etcd-shared (from clearwater_config_manager)\nCollecting metaswitchcommon (from clearwater_config_manager)\nCollecting jsonschema (from clearwater_config_manager)\nCollecting argparse (from nsenter->clearwater_config_manager)\nCollecting contextlib2 (from nsenter->clearwater_config_manager)\nCollecting pathlib (from nsenter->clearwater_config_manager)\nCollecting urllib3<1.23,>=1.21.1 (from requests->clearwater_config_manager)\nCollecting idna<2.7,>=2.5 (from requests->clearwater_config_manager)\nCollecting chardet<3.1.0,>=3.0.2 (from requests->clearwater_config_manager)\nCollecting certifi>=2017.4.17 (from requests->clearwater_config_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_config_manager)\nCollecting cffi (from metaswitchcommon->clearwater_config_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_config_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_config_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_config_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_config_manager)\nInstalling collected packages: argparse, contextlib2, pathlib, nsenter, urllib3, idna, chardet, certifi, requests, futures, py2-ipaddress, prctl, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, jsonschema, clearwater-config-manager\n Found existing installation: argparse 1.2.1\n Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/clearwater-config-manager/env\nSuccessfully installed argparse-1.4.0 certifi-2017.7.27.1 cffi-1.10.0 chardet-3.0.4 clearwater-config-manager-1.0 clearwater-etcd-shared-1.0 contextlib2-0.5.5 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 idna-2.6 jsonschema-2.3.0 metaswitchcommon-0.1 monotonic-0.6 nsenter-0.2 pathlib-1.0.1 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 requests-2.18.4 six-1.10.0 urllib3-1.21.1\nupdate-rc.d: warning: start runlevel arguments (none) do not match clearwater-config-manager Default-Start values (2 3 4 5)\nupdate-rc.d: warning: stop runlevel arguments (none) do not match clearwater-config-manager Default-Stop values (0 1 6)\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-management (1.0-180328.115321) ...\n+ retries=0\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.216\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.216\n++ echo A 172.30.9.216\n++ ip2rr 192.168.1.24\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.24\n++ echo A 192.168.1.24\n++ ip2rr 192.168.1.24\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.24\n++ echo A 192.168.1.24\n++ ip2rr 192.168.1.24\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.24\n++ echo A 192.168.1.24\n++ ip2rr 192.168.1.24\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.24\n++ echo A 192.168.1.24\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 0 -lt 10 ']'\n+ retries=1\n+ echo 'nsupdate failed - retrying (retry 1)...'\nnsupdate failed - retrying (retry 1)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.216\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.216\n++ echo A 172.30.9.216\n++ ip2rr 192.168.1.24\n++ echo 192.168.1.24\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.24\n++ ip2rr 192.168.1.24\n++ echo 192.168.1.24\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.24\n++ ip2rr 192.168.1.24\n++ echo 192.168.1.24\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.24\n++ ip2rr 192.168.1.24\n++ echo 192.168.1.24\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.24\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 1 -lt 10 ']'\n+ retries=2\n+ echo 'nsupdate failed - retrying (retry 2)...'\nnsupdate failed - retrying (retry 2)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.216\n++ echo 172.30.9.216\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.216\n++ ip2rr 192.168.1.24\n++ echo 192.168.1.24\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.24\n++ ip2rr 192.168.1.24\n++ echo 192.168.1.24\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.24\n++ ip2rr 192.168.1.24\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.24\n++ echo A 192.168.1.24\n++ ip2rr 192.168.1.24\n++ echo 192.168.1.24\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.24\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 2 -lt 10 ']'\n+ retries=3\n+ echo 'nsupdate failed - retrying (retry 3)...'\nnsupdate failed - retrying (retry 3)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.216\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.216\n++ echo A 172.30.9.216\n++ ip2rr 192.168.1.24\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.24\n++ echo A 192.168.1.24\n++ ip2rr 192.168.1.24\n++ echo 192.168.1.24\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.24\n++ ip2rr 192.168.1.24\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.24\n++ echo A 192.168.1.24\n++ ip2rr 192.168.1.24\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.24\n++ echo A 192.168.1.24\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 3 -lt 10 ']'\n+ retries=4\n+ echo 'nsupdate failed - retrying (retry 4)...'\nnsupdate failed - retrying (retry 4)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.216\n++ echo 172.30.9.216\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.216\n++ ip2rr 192.168.1.24\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.24\n++ echo A 192.168.1.24\n++ ip2rr 192.168.1.24\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.24\n++ echo A 192.168.1.24\n++ ip2rr 192.168.1.24\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.24\n++ echo A 192.168.1.24\n++ ip2rr 192.168.1.24\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.24\n++ echo A 192.168.1.24\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 4 -lt 10 ']'\n+ retries=5\n+ echo 'nsupdate failed - retrying (retry 5)...'\nnsupdate failed - retrying (retry 5)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.216\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.216\n++ echo A 172.30.9.216\n++ ip2rr 192.168.1.24\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.24\n++ echo A 192.168.1.24\n++ ip2rr 192.168.1.24\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.24\n++ echo A 192.168.1.24\n++ ip2rr 192.168.1.24\n++ echo 192.168.1.24\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.24\n++ ip2rr 192.168.1.24\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.24\n++ echo A 192.168.1.24\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 5 -lt 10 ']'\n+ retries=6\n+ echo 'nsupdate failed - retrying (retry 6)...'\nnsupdate failed - retrying (retry 6)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.216\n++ echo 172.30.9.216\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.216\n++ ip2rr 192.168.1.24\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.24\n++ echo A 192.168.1.24\n++ ip2rr 192.168.1.24\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.24\n++ echo A 192.168.1.24\n++ ip2rr 192.168.1.24\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.24\n++ echo A 192.168.1.24\n++ ip2rr 192.168.1.24\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.24\n++ echo A 192.168.1.24\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 6 -lt 10 ']'\n+ retries=7\n+ echo 'nsupdate failed - retrying (retry 7)...'\nnsupdate failed - retrying (retry 7)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.216\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.216\n++ echo A 172.30.9.216\n++ ip2rr 192.168.1.24\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.24\n++ echo A 192.168.1.24\n++ ip2rr 192.168.1.24\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.24\n++ echo A 192.168.1.24\n++ ip2rr 192.168.1.24\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.24\n++ echo A 192.168.1.24\n++ ip2rr 192.168.1.24\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.24\n++ echo A 192.168.1.24\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 7 -lt 10 ']'\n+ retries=8\n+ echo 'nsupdate failed - retrying (retry 8)...'\nnsupdate failed - retrying (retry 8)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.216\n++ echo 172.30.9.216\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.216\n++ ip2rr 192.168.1.24\n++ echo 192.168.1.24\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.24\n++ ip2rr 192.168.1.24\n++ echo 192.168.1.24\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.24\n++ ip2rr 192.168.1.24\n++ echo 192.168.1.24\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.24\n++ ip2rr 192.168.1.24\n++ echo 192.168.1.24\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.24\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 8 -lt 10 ']'\n+ retries=9\n+ echo 'nsupdate failed - retrying (retry 9)...'\nnsupdate failed - retrying (retry 9)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.216\n++ echo 172.30.9.216\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.216\n++ ip2rr 192.168.1.24\n++ echo 192.168.1.24\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.24\n++ ip2rr 192.168.1.24\n++ echo 192.168.1.24\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.24\n++ ip2rr 192.168.1.24\n++ echo 192.168.1.24\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.24\n++ ip2rr 192.168.1.24\n++ echo 192.168.1.24\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.24\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 9 -lt 10 ']'\n+ retries=10\n+ echo 'nsupdate failed - retrying (retry 10)...'\nnsupdate failed - retrying (retry 10)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.216\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.216\n++ echo A 172.30.9.216\n++ ip2rr 192.168.1.24\n++ echo 192.168.1.24\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.24\n++ ip2rr 192.168.1.24\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.24\n++ echo A 192.168.1.24\n++ ip2rr 192.168.1.24\n++ echo 192.168.1.24\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.24\n++ ip2rr 192.168.1.24\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.24\n++ echo A 192.168.1.24\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 10 -lt 10 ']'\n+ echo 'nameserver 192.168.0.5'\n+ echo RESOLV_CONF=/etc/dnsmasq.resolv.conf\n+ mkdir -p /etc/netns/signaling\n+ echo 'nameserver 192.168.1.14'\n+ service dnsmasq force-reload\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\nci-info: ++++++++++Authorized keys from /home/ubuntu/.ssh/authorized_keys for user ubuntu+++++++++++\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nci-info: | Keytype | Fingerprint (md5) | Options | Comment |\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nci-info: | ssh-rsa | 2c:92:48:e8:e4:cd:71:cf:8b:13:5d:18:72:7b:c4:7a | - | Generated-by-Nova |\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nec2: \nec2: #############################################################\nec2: -----BEGIN SSH HOST KEY FINGERPRINTS-----\nec2: 1024 15:5e:49:cd:87:1d:fa:bc:1a:97:b0:e9:23:6e:12:76 root@sprout-0 (DSA)\nec2: 256 23:30:fc:0a:0d:cc:59:ae:52:d4:ac:be:43:60:2e:d3 root@sprout-0 (ECDSA)\nec2: 256 15:2f:92:ec:74:48:4f:9c:cf:67:8a:c0:10:b6:e6:76 root@sprout-0 (ED25519)\nec2: 2048 bd:bb:18:67:04:84:36:1f:f5:4b:0e:f3:20:02:a8:24 root@sprout-0 (RSA)\nec2: -----END SSH HOST KEY FINGERPRINTS-----\nec2: #############################################################\n-----BEGIN SSH HOST KEY KEYS-----\necdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBK4l1F6r6YVDekFpjADR4aww0YljxhSzNAaV2VazlVHKAC5hrIuA6Yjtnc9hOcpQrLjD9MPpqgQok2R8lOP3Wss= root@sprout-0\nssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKDlLd6gyxnOyuQmN1HL4sMqQvoNkRxSLd+rf/DMV6ds root@sprout-0\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC7ShBRd9K4CQyV61lf8/cS68baPthFNAcuCg3zsM7KYc7qOgDesSDKhQtHPfq/hc6Oo4/6TZzFyg+Qeuu35rPCsBCN4GSzG+iU3nT0W78lu0ovNznQvYMT5brwz53U099Kc28wNZOH4QaqzlyrVuZ8Fyp53xMqTGoXa90U2u2rHeqngPc9UO5Tb4HVVSFEnrG1c8pl1aaL/ms0OxvPfGwjT4MQAwHA4QN3Nnty21oP1uuSsIJXJREYuPeMiM8ozS3ojNZms+nhILiq+It6e5BMC7ys3AJ7dz/ytNUtBwBmUTigMOYIyspofLal5shHO3u0cHBQEUwbhJqBLhd4ldeN root@sprout-0\n-----END SSH HOST KEY KEYS-----\nCloud-init v. 0.7.5 finished at Sun, 12 Aug 2018 09:21:12 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 397.29 seconds\n"} 2018-08-12 09:24:17,314 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/566a63cc-7490-4385-b2ac-bfb24030a031/action used request id req-d55172c5-56ee-410b-91bc-080b313da2e5 2018-08-12 09:24:17,314 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.108153104782s 2018-08-12 09:24:17,316 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/566a63cc-7490-4385-b2ac-bfb24030a031/action used request id req-d55172c5-56ee-410b-91bc-080b313da2e5 2018-08-12 09:24:17,317 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-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] 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-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] 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] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 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 2 CPUs, 0 hotplug CPUs [ 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 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008000] Security Framework initialized [ 0.008030] AppArmor: AppArmor initialized [ 0.008869] Yama: becoming mindful. [ 0.009741] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.012826] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.014798] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.016006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.017559] Initializing cgroup subsys memory [ 0.018452] Initializing cgroup subsys devices [ 0.019343] Initializing cgroup subsys freezer [ 0.020003] Initializing cgroup subsys blkio [ 0.020846] Initializing cgroup subsys perf_event [ 0.021762] Initializing cgroup subsys hugetlb [ 0.022687] CPU: Physical Processor ID: 0 [ 0.023510] FEATURE SPEC_CTRL Not Present [ 0.024685] mce: CPU supports 10 MCE banks [ 0.025533] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.025533] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.028004] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.029355] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.030957] Speculative Store Bypass: Vulnerable [ 0.032334] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000) [ 0.037007] ACPI: Core revision 20131115 [ 0.038395] ACPI: All ACPI Tables successfully acquired [ 0.039702] ftrace: allocating 28727 entries in 113 pages [ 0.060292] Enabling x2apic [ 0.061285] Enabled x2apic [ 0.064004] Switched APIC routing to physical x2apic. [ 0.068483] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.070388] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.073307] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.081334] KVM setup paravirtual spinlock [ 0.083607] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.084158] x86: Booting SMP configuration: [ 0.085173] .... node #0, CPUs: #1[ 0.083574] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.100018] x86: Booted up 1 node, 2 CPUs [ 0.100011] KVM setup async PF for cpu 1 [ 0.100012] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.103088] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.104305] devtmpfs: initialized [ 0.106298] EVM: security.selinux [ 0.107195] EVM: security.SMACK64 [ 0.108006] EVM: security.ima [ 0.108728] EVM: security.capability [ 0.109728] pinctrl core: initialized pinctrl subsystem [ 0.112113] regulator-dummy: no parameters [ 0.113419] RTC time: 9:14:34, date: 08/12/18 [ 0.114786] NET: Registered protocol family 16 [ 0.115892] cpuidle: using governor ladder [ 0.116011] cpuidle: using governor menu [ 0.116975] ACPI: bus type PCI registered [ 0.117835] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.119166] PCI: Using configuration type 1 for base access [ 0.120600] bio: create slab at 0 [ 0.120927] ACPI: Added _OSI(Module Device) [ 0.121001] ACPI: Added _OSI(Processor Device) [ 0.121951] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.124003] ACPI: Added _OSI(Processor Aggregator Device) [ 0.126208] ACPI: Interpreter enabled [ 0.127090] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.128583] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.130596] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.132555] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.134538] ACPI: (supports S0 S5) [ 0.135249] ACPI: Using IOAPIC for interrupt routing [ 0.136017] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.140199] ACPI: No dock devices found. [ 0.142829] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.143987] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.144007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.145346] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.147748] acpiphp: Slot [3] registered [ 0.148020] acpiphp: Slot [4] registered [ 0.152058] acpiphp: Slot [5] registered [ 0.153173] acpiphp: Slot [6] registered [ 0.153992] acpiphp: Slot [7] registered [ 0.154798] acpiphp: Slot [8] registered [ 0.155836] acpiphp: Slot [9] registered [ 0.156108] acpiphp: Slot [10] registered [ 0.157090] acpiphp: Slot [11] registered [ 0.157920] acpiphp: Slot [12] registered [ 0.158743] acpiphp: Slot [13] registered [ 0.159582] acpiphp: Slot [14] registered [ 0.160019] acpiphp: Slot [15] registered [ 0.160848] acpiphp: Slot [16] registered [ 0.161685] acpiphp: Slot [17] registered [ 0.162580] acpiphp: Slot [18] registered [ 0.163532] acpiphp: Slot [19] registered [ 0.164019] acpiphp: Slot [20] registered [ 0.164966] acpiphp: Slot [21] registered [ 0.165900] acpiphp: Slot [22] registered [ 0.166756] acpiphp: Slot [23] registered [ 0.167603] acpiphp: Slot [24] registered [ 0.168025] acpiphp: Slot [25] registered [ 0.168952] acpiphp: Slot [26] registered [ 0.169874] acpiphp: Slot [27] registered [ 0.170709] acpiphp: Slot [28] registered [ 0.171536] acpiphp: Slot [29] registered [ 0.172018] acpiphp: Slot [30] registered [ 0.172882] acpiphp: Slot [31] registered [ 0.173800] PCI host bridge to bus 0000:00 [ 0.174694] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.175740] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.176004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.177178] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.178535] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.179805] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.186175] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.187672] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.213825] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.215513] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.216733] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.218287] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.219837] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.220819] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.222552] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.222552] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.224004] vgaarb: loaded [ 0.224668] vgaarb: bridge control possible 0000:00:02.0 [ 0.226206] SCSI subsystem initialized [ 0.227384] ACPI: bus type USB registered [ 0.228070] usbcore: registered new interface driver usbfs [ 0.229141] usbcore: registered new interface driver hub [ 0.230188] usbcore: registered new device driver usb [ 0.230188] PCI: Using ACPI for IRQ routing [ 0.232550] NetLabel: Initializing [ 0.233285] NetLabel: domain hash size = 128 [ 0.234149] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.235180] NetLabel: unlabeled traffic allowed by default [ 0.236365] Switched to clocksource kvm-clock [ 0.243645] AppArmor: AppArmor Filesystem Enabled [ 0.244639] pnp: PnP ACPI init [ 0.245335] ACPI: bus type PNP registered [ 0.246648] pnp: PnP ACPI: found 8 devices [ 0.247479] ACPI: bus type PNP unregistered [ 0.255026] NET: Registered protocol family 2 [ 0.256391] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.257932] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.259326] TCP: Hash tables configured (established 16384 bind 16384) [ 0.260633] TCP: reno registered [ 0.261334] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.262472] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.263769] NET: Registered protocol family 1 [ 0.264705] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.265823] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.266901] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.288702] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.311114] Trying to unpack rootfs image as initramfs... [ 0.402770] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.404683] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.405829] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.407533] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.409388] Scanning for low memory corruption every 60 seconds [ 0.410996] Initialise system trusted keyring [ 0.412041] audit: initializing netlink socket (disabled) [ 0.413179] type=2000 audit(1534065275.260:1): initialized [ 0.433538] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.435560] zbud: loaded [ 0.436416] VFS: Disk quotas dquot_6.5.2 [ 0.437360] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.439070] fuse init (API version 7.22) [ 0.440042] msgmni has been set to 3997 [ 0.440947] Key type big_key registered [ 0.442321] Key type asymmetric registered [ 0.443309] Asymmetric key parser 'x509' registered [ 0.444360] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.445848] io scheduler noop registered [ 0.446634] io scheduler deadline registered (default) [ 0.447620] io scheduler cfq registered [ 0.448504] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.449544] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.450777] ipmi message handler version 39.2 [ 0.451678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.453131] ACPI: Power Button [PWRF] [ 0.454012] GHES: HEST is not enabled! [ 0.475278] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.517693] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.539607] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.541198] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.565278] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.567462] Linux agpgart interface v0.103 [ 0.569062] brd: module loaded [ 0.570086] loop: module loaded [ 0.571067] blk-mq: CPU -> queue map [ 0.571794] CPU 0 -> Queue 0 [ 0.572445] CPU 1 -> Queue 0 [ 0.573749] vda: vda1 [ 0.574917] scsi0 : ata_piix [ 0.575638] scsi1 : ata_piix [ 0.576297] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.577498] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.578890] libphy: Fixed MDIO Bus: probed [ 0.579814] tun: Universal TUN/TAP device driver, 1.6 [ 0.580764] tun: (C) 1999-2004 Max Krasnyansky [ 0.583280] PPP generic driver version 2.4.2 [ 0.584462] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.585889] ehci-pci: EHCI PCI platform driver [ 0.586917] ehci-platform: EHCI generic platform driver [ 0.587945] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.589172] ohci-pci: OHCI PCI platform driver [ 0.590055] ohci-platform: OHCI generic platform driver [ 0.591069] uhci_hcd: USB Universal Host Controller Interface driver [ 0.613029] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.614043] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.615536] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.616735] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.617949] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.619358] usb usb1: Product: UHCI Host Controller [ 0.620302] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd [ 0.621511] usb usb1: SerialNumber: 0000:00:01.2 [ 0.622505] hub 1-0:1.0: USB hub found [ 0.623285] hub 1-0:1.0: 2 ports detected [ 0.624232] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.626389] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.627361] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.628462] mousedev: PS/2 mouse device common for all mice [ 0.629782] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.631668] rtc_cmos 00:00: RTC can wake from S4 [ 0.632809] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.633989] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.635232] device-mapper: uevent: version 1.0.3 [ 0.636200] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.637813] ledtrig-cpu: registered to indicate activity on CPUs [ 0.638999] TCP: cubic registered [ 0.639784] NET: Registered protocol family 10 [ 0.640894] NET: Registered protocol family 17 [ 0.641830] Key type dns_resolver registered [ 0.642899] Loading compiled-in X.509 certificates [ 0.644347] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0' [ 0.646125] registered taskstats version 1 [ 0.655525] Key type trusted registered [ 0.658677] Key type encrypted registered [ 0.659509] AppArmor: AppArmor sha1 policy hashing enabled [ 0.660565] IMA: No TPM chip found, activating TPM-bypass! [ 0.662068] regulator-dummy: disabling [ 0.662891] Magic number: 14:35:222 [ 0.663806] rtc_cmos 00:00: setting system clock to 2018-08-12 09:14:35 UTC (1534065275) [ 0.665425] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.666531] EDD information not available. [ 0.733928] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000) [ 0.735493] Write protecting the kernel read-only data: 12288k [ 0.737039] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000) [ 0.739678] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.751982] systemd-udevd[107]: starting version 204 [ 0.792837] FDC 0 is a S82078B [ 0.936042] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.095903] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.097219] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.098532] usb 1-1: Product: QEMU USB Tablet [ 1.099423] usb 1-1: Manufacturer: QEMU [ 1.100228] usb 1-1: SerialNumber: 42 [ 1.404043] tsc: Refined TSC clocksource calibration: 3491.821 MHz [ 1.809011] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.042913] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.128440] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] [ 2.225487] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Initialize or finalize resolvconf[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sun, 12 Aug 2018 09:14:37 +0000. Up 2.90 seconds. cloud-init-nonet[3.07]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] cloud-init-nonet[13.08]: waiting 120 seconds for network device * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[14.27]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sun, 12 Aug 2018 09:14:49 +0000. Up 14.39 seconds. ci-info: +++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+--------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+--------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:a4:82:86 | ci-info: | eth0 | True | 192.168.0.12 | 255.255.255.0 | fa:16:3e:9d:27:6c | ci-info: +--------+-------+--------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.2 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: bd:bb:18:67:04:84:36:1f:f5:4b:0e:f3:20:02:a8:24 root@sprout-0 The key's randomart image is: +--[ RSA 2048]----+ | .. .... | |E.. .+.. . | |o. ..oo.+ o | |. ..+ B . | | S o + | | . . | | . + | | = . | | . o. | +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: 15:5e:49:cd:87:1d:fa:bc:1a:97:b0:e9:23:6e:12:76 root@sprout-0 The key's randomart image is: +--[ DSA 1024]----+ | ..o+ +.| | . o. = o| | o . . | | . o | | S . o | | o E + o| | . o + + | | . o..+ | | +..o. | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: 23:30:fc:0a:0d:cc:59:ae:52:d4:ac:be:43:60:2e:d3 root@sprout-0 The key's randomart image is: +--[ECDSA 256]---+ | .o. | | + =o | | *.= | |.o.+ + | |++o . o S | |ooE. . . . | |.o .. | | o | | . | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: 15:2f:92:ec:74:48:4f:9c:cf:67:8a:c0:10:b6:e6:76 root@sprout-0 The key's randomart image is: +--[ED25519 256--+ | o...o. | | ..+ =oo | | oo* =o. | | o oo+ .o o | | o E. . + | | . . . . | | | | | | | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] * Starting system logging daemon[74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting Handle applying cloud-config[74G[ OK ] * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] * Starting ACPI daemon[74G[ OK ] Cloud-init v. 0.7.5 running 'modules:config' at Sun, 12 Aug 2018 09:14:53 +0000. Up 18.30 seconds. open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] Generating locales... en_US.UTF-8... up-to-date Generation complete. * Stopping System V runlevel compatibility[74G[ OK ] Cloud-init v. 0.7.5 running 'modules:final' at Sun, 12 Aug 2018 09:14:54 +0000. Up 19.25 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0100 3149 100 3149 0 0 15696 0 --:--:-- --:--:-- --:--:-- 15745 OK + apt-get update Get:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Ign http://repo.cw-ngv.com binary/ InRelease Ubuntu 14.04.5 LTS sprout-0 ttyS0 sprout-0 login: Get:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:3 http://repo.cw-ngv.com binary/ Release [1219 B] Get:4 http://repo.cw-ngv.com binary/ Packages [23.2 kB] Get:5 http://security.ubuntu.com trusty-security/main Sources [161 kB] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:6 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:7 http://security.ubuntu.com trusty-security/universe Sources [77.6 kB] Get:8 http://security.ubuntu.com trusty-security/main amd64 Packages [754 kB] Ign http://repo.cw-ngv.com binary/ Translation-en Get:9 http://security.ubuntu.com trusty-security/universe amd64 Packages [240 kB] Get:10 http://security.ubuntu.com trusty-security/main Translation-en [408 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Get:11 http://security.ubuntu.com trusty-security/universe Translation-en [131 kB] Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB] Get:13 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B] Get:14 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [206 kB] Get:15 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7433 B] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1093 kB] Get:17 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages [17.2 kB] Get:18 http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages [468 kB] Get:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages [14.6 kB] Get:20 http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en [541 kB] Get:21 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B] Get:22 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B] Get:23 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [251 kB] Get:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B] Get:25 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B] Get:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB] Get:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B] Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty Release Get:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB] Get:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B] Get:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB] Get:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB] Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en Fetched 12.7 MB in 8s (1557 kB/s) Reading package lists... + mkdir -p /etc/clearwater + etcd_ip=192.168.0.23 + '[' -n 192.168.0.23 ']' + cat + DEBIAN_FRONTEND=noninteractive + apt-get install sprout --yes --force-yes Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: binutils build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-nginx clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-locale1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libfontconfig1 libgcc-4.8-dev libgd3 libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-utils libxpm4 libxslt1.1 libzmq3 linux-libc-dev make manpages-dev nginx nginx-common nginx-core ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath sprout-base sprout-bgcf sprout-icscf sprout-libs sprout-mmtel-as sprout-scscf sysstat Suggested packages: binutils-doc clearwater-auto-config clearwater-auto-upgrade exim4 postfix mail-transport-agent clearwater-snmp-handler-alarm cpp-doc gcc-4.8-locales debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc libgd-tools lm-sensors snmp-mibs-downloader libstdc++-4.8-doc make-doc fcgiwrap nginx-doc ntp-doc python-genshi python-lxml python3-setuptools sprout-dbg clearwater-logging clearwater-snmp-alarm-agent sprout-bgcf-dbg sprout-icscf-dbg sprout-mmtel-as-dbg sprout-scscf-dbg isag Recommended packages: python-dev-all The following NEW packages will be installed: binutils build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-nginx clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-locale1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libfontconfig1 libgcc-4.8-dev libgd3 libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-utils libxpm4 libxslt1.1 libzmq3 linux-libc-dev make manpages-dev nginx nginx-common nginx-core ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath sprout sprout-base sprout-bgcf sprout-icscf sprout-libs sprout-mmtel-as sprout-scscf sysstat 0 upgraded, 105 newly installed, 0 to remove and 3 not upgraded. Need to get 56.7 MB of archives. After this operation, 172 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB] Get:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB] Get:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB] Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B] Get:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB] Get:8 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB] Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB] Get:10 http://repo.cw-ngv.com/stable/ binary/ clearwater-nginx 1.0-180322.165850 [19.4 kB] Get:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 kB] Get:12 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB] Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:14 http://repo.cw-ngv.com/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB] Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB] Get:16 http://repo.cw-ngv.com/stable/ binary/ sprout-base 1.0-180328.134516 [2241 kB] Get:17 http://repo.cw-ngv.com/stable/ binary/ sprout-scscf 1.0-180328.134516 [128 kB] Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libboost-locale1.54.0 amd64 1.54.0-4ubuntu3.1 [212 kB] Get:19 http://repo.cw-ngv.com/stable/ binary/ sprout-icscf 1.0-180328.134516 [83.2 kB] Get:20 http://repo.cw-ngv.com/stable/ binary/ sprout-bgcf 1.0-180328.134516 [70.0 kB] Get:21 http://repo.cw-ngv.com/stable/ binary/ sprout-mmtel-as 1.0-180328.134516 [50.6 kB] Get:22 http://repo.cw-ngv.com/stable/ binary/ sprout 1.0-180328.134516 [12.3 kB] Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB] Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB] Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B] Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1024 kB] Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB] Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB] Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB] Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2194 B] Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB] Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB] Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB] Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB] Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.8 [123 kB] Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB] Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B] Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1.1 amd64 1.1.28-2ubuntu0.1 [145 kB] Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB] Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB] Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB] Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB] Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-153.203 [772 kB] Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1913 kB] Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4452 kB] Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB] Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1688 kB] Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5040 kB] Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5098 B] Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1051 kB] Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB] Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1490 B] Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB] Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB] Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB] Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4838 B] Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB] Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB] Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB] Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB] Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB] Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB] Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB] Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB] Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB] Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB] Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.8 [19.1 kB] Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.8 [325 kB] Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.8 [5394 B] Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB] Get:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB] Get:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB] Get:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB] Get:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB] Get:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB] Get:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2-utils amd64 2.9.1+dfsg1-3ubuntu4.12 [34.8 kB] Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB] Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB] Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB] Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB] Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB] Get:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB] Get:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB] Get:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB] Get:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB] Get:99 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB] Get:100 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB] Get:101 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB] Get:102 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB] Get:103 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB] Get:104 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB] Get:105 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB] Extracting templates from packages: 28%Extracting templates from packages: 57%Extracting templates from packages: 85%Extracting templates from packages: 100% Preconfiguring packages ... Fetched 56.7 MB in 16s (3543 kB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51310 files and directories currently installed.) Preparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libatomic1:amd64. Preparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libboost-system1.54.0:amd64. Preparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-filesystem1.54.0:amd64. Preparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-thread1.54.0:amd64. Preparing to unpack .../libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-locale1.54.0:amd64. Preparing to unpack .../libboost-locale1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-locale1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-regex1.54.0:amd64. Preparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libgmp10:amd64. Preparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... Unpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Selecting previously unselected package libisl10:amd64. Preparing to unpack .../libisl10_0.12.2-1_amd64.deb ... Unpacking libisl10:amd64 (0.12.2-1) ... Selecting previously unselected package libcloog-isl4:amd64. Preparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ... Unpacking libcloog-isl4:amd64 (0.18.2-1) ... Selecting previously unselected package libevent-core-2.0-5:amd64. Preparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package libevent-pthreads-2.0-5:amd64. Preparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package fonts-dejavu-core. Preparing to unpack .../fonts-dejavu-core_2.34-1ubuntu1_all.deb ... Unpacking fonts-dejavu-core (2.34-1ubuntu1) ... Selecting previously unselected package fontconfig-config. Preparing to unpack .../fontconfig-config_2.11.0-0ubuntu4.2_all.deb ... Unpacking fontconfig-config (2.11.0-0ubuntu4.2) ... Selecting previously unselected package libfontconfig1:amd64. Preparing to unpack .../libfontconfig1_2.11.0-0ubuntu4.2_amd64.deb ... Unpacking libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ... Selecting previously unselected package libjpeg-turbo8:amd64. Preparing to unpack .../libjpeg-turbo8_1.3.0-0ubuntu2.1_amd64.deb ... Unpacking libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ... Selecting previously unselected package libjpeg8:amd64. Preparing to unpack .../libjpeg8_8c-2ubuntu8_amd64.deb ... Unpacking libjpeg8:amd64 (8c-2ubuntu8) ... Selecting previously unselected package libjbig0:amd64. Preparing to unpack .../libjbig0_2.0-2ubuntu4.1_amd64.deb ... Unpacking libjbig0:amd64 (2.0-2ubuntu4.1) ... Selecting previously unselected package libtiff5:amd64. Preparing to unpack .../libtiff5_4.0.3-7ubuntu0.9_amd64.deb ... Unpacking libtiff5:amd64 (4.0.3-7ubuntu0.9) ... Selecting previously unselected package libvpx1:amd64. Preparing to unpack .../libvpx1_1.3.0-2_amd64.deb ... Unpacking libvpx1:amd64 (1.3.0-2) ... Selecting previously unselected package libxpm4:amd64. Preparing to unpack .../libxpm4_1%3a3.5.10-1ubuntu0.1_amd64.deb ... Unpacking libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ... Selecting previously unselected package libgd3:amd64. Preparing to unpack .../libgd3_2.1.0-3ubuntu0.8_amd64.deb ... Unpacking libgd3:amd64 (2.1.0-3ubuntu0.8) ... Selecting previously unselected package libgomp1:amd64. Preparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libitm1:amd64. Preparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libmpfr4:amd64. Preparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ... Unpacking libmpfr4:amd64 (3.1.2-1) ... Selecting previously unselected package libopts25:amd64. Preparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ... Unpacking libopts25:amd64 (1:5.18-2ubuntu2) ... Selecting previously unselected package libpgm-5.1-0:amd64. Preparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ... Unpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Selecting previously unselected package libquadmath0:amd64. Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libsensors4:amd64. Preparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ... Unpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Selecting previously unselected package libperl5.18. Preparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ... Unpacking libperl5.18 (5.18.2-2ubuntu1.6) ... Selecting previously unselected package libsnmp-base. Preparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ... Unpacking libsnmp-base (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libsnmp30:amd64. Preparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ... Unpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libtsan0:amd64. Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libxslt1.1:amd64. Preparing to unpack .../libxslt1.1_1.1.28-2ubuntu0.1_amd64.deb ... Unpacking libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ... Selecting previously unselected package libzmq3:amd64. Preparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ... Unpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Selecting previously unselected package ntp. Preparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ... Unpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... Selecting previously unselected package libmnl0:amd64. Preparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ... Unpacking libmnl0:amd64 (1.0.3-3ubuntu1) ... Selecting previously unselected package libmpc3:amd64. Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... Selecting previously unselected package libnetfilter-conntrack3:amd64. Preparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ... Unpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ... Selecting previously unselected package binutils. Preparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ... Unpacking binutils (2.24-5ubuntu14.2) ... Selecting previously unselected package libc-dev-bin. Preparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc-dev-bin (2.19-0ubuntu6.14) ... Selecting previously unselected package linux-libc-dev:amd64. Preparing to unpack .../linux-libc-dev_3.13.0-153.203_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-153.203) ... Selecting previously unselected package libc6-dev:amd64. Preparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ... Selecting previously unselected package cpp-4.8. Preparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package cpp. Preparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking cpp (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libgcc-4.8-dev:amd64. Preparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc-4.8. Preparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc. Preparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking gcc (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libstdc++-4.8-dev:amd64. Preparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++-4.8. Preparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++. Preparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking g++ (4:4.8.2-1ubuntu6) ... Selecting previously unselected package make. Preparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ... Unpacking make (3.81-8.2ubuntu3) ... Selecting previously unselected package libdpkg-perl. Preparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ... Unpacking libdpkg-perl (1.17.5ubuntu5.8) ... Selecting previously unselected package dpkg-dev. Preparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ... Unpacking dpkg-dev (1.17.5ubuntu5.8) ... Selecting previously unselected package build-essential. Preparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ... Unpacking build-essential (11.6ubuntu6) ... Selecting previously unselected package libinotifytools0. Preparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ... Unpacking libinotifytools0 (3.14-1ubuntu1) ... Selecting previously unselected package inotify-tools. Preparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ... Unpacking inotify-tools (3.14-1ubuntu1) ... Selecting previously unselected package realpath. Preparing to unpack .../realpath_1.19_amd64.deb ... Unpacking realpath (1.19) ... Selecting previously unselected package sysstat. Preparing to unpack .../sysstat_10.2.0-1_amd64.deb ... Unpacking sysstat (10.2.0-1) ... Selecting previously unselected package dnsmasq-base. Preparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ... Unpacking dnsmasq-base (2.68-1ubuntu0.2) ... Selecting previously unselected package dnsmasq. Preparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ... Unpacking dnsmasq (2.68-1ubuntu0.2) ... Selecting previously unselected package python-setuptools. Preparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools (3.3-1ubuntu2) ... Selecting previously unselected package gnutls-bin. Preparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ... Unpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Selecting previously unselected package python-virtualenv. Preparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ... Unpacking python-virtualenv (1.11.4-1ubuntu1) ... Selecting previously unselected package clearwater-infrastructure. Preparing to unpack .../clearwater-infrastructure_1.0-180328.114312_amd64.deb ... Unpacking clearwater-infrastructure (1.0-180328.114312) ... Selecting previously unselected package clearwater-monit. Preparing to unpack .../clearwater-monit_5.18-180322.170159_amd64.deb ... Unpacking clearwater-monit (5.18-180322.170159) ... Selecting previously unselected package iotop. Preparing to unpack .../archives/iotop_0.6-1_amd64.deb ... Unpacking iotop (0.6-1) ... Selecting previously unselected package clearwater-diags-monitor. Preparing to unpack .../clearwater-diags-monitor_1.0-180328.114312_all.deb ... Unpacking clearwater-diags-monitor (1.0-180328.114312) ... Selecting previously unselected package clearwater-log-cleanup. Preparing to unpack .../clearwater-log-cleanup_1.0-180328.114312_all.deb ... Unpacking clearwater-log-cleanup (1.0-180328.114312) ... Selecting previously unselected package nginx-common. Preparing to unpack .../nginx-common_1.4.6-1ubuntu3.8_all.deb ... Unpacking nginx-common (1.4.6-1ubuntu3.8) ... Selecting previously unselected package nginx-core. Preparing to unpack .../nginx-core_1.4.6-1ubuntu3.8_amd64.deb ... Unpacking nginx-core (1.4.6-1ubuntu3.8) ... Selecting previously unselected package nginx. Preparing to unpack .../nginx_1.4.6-1ubuntu3.8_all.deb ... Unpacking nginx (1.4.6-1ubuntu3.8) ... Selecting previously unselected package clearwater-nginx. Preparing to unpack .../clearwater-nginx_1.0-180322.165850_all.deb ... Unpacking clearwater-nginx (1.0-180322.165850) ... Selecting previously unselected package clearwater-socket-factory. Preparing to unpack .../clearwater-socket-factory_1.0-180328.114312_amd64.deb ... Unpacking clearwater-socket-factory (1.0-180328.114312) ... Selecting previously unselected package clearwater-tcp-scalability. Preparing to unpack .../clearwater-tcp-scalability_1.0-180328.114312_all.deb ... Unpacking clearwater-tcp-scalability (1.0-180328.114312) ... Selecting previously unselected package libfakeroot:amd64. Preparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking libfakeroot:amd64 (1.20-3ubuntu2) ... Selecting previously unselected package fakeroot. Preparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking fakeroot (1.20-3ubuntu2) ... Selecting previously unselected package libalgorithm-diff-perl. Preparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ... Unpacking libalgorithm-diff-perl (1.19.02-3) ... Selecting previously unselected package libalgorithm-diff-xs-perl. Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ... Unpacking libalgorithm-diff-xs-perl (0.04-2build4) ... Selecting previously unselected package libalgorithm-merge-perl. Preparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ... Unpacking libalgorithm-merge-perl (0.08-2) ... Selecting previously unselected package libfile-fcntllock-perl. Preparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ... Unpacking libfile-fcntllock-perl (0.14-2build1) ... Selecting previously unselected package libxml2-utils. Preparing to unpack .../libxml2-utils_2.9.1+dfsg1-3ubuntu4.12_amd64.deb ... Unpacking libxml2-utils (2.9.1+dfsg1-3ubuntu4.12) ... Selecting previously unselected package manpages-dev. Preparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ... Unpacking manpages-dev (3.54-1ubuntu1) ... Selecting previously unselected package python3-pkg-resources. Preparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ... Unpacking python3-pkg-resources (3.3-1ubuntu2) ... Selecting previously unselected package python-chardet-whl. Preparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ... Unpacking python-chardet-whl (2.2.1-2~ubuntu1) ... Selecting previously unselected package python-colorama. Preparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-colorama-whl. Preparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama-whl (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-distlib. Preparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib (0.1.8-1ubuntu1) ... Selecting previously unselected package python-distlib-whl. Preparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib-whl (0.1.8-1ubuntu1) ... Selecting previously unselected package python-html5lib. Preparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib (0.999-3~ubuntu1) ... Selecting previously unselected package python-html5lib-whl. Preparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib-whl (0.999-3~ubuntu1) ... Selecting previously unselected package python-six-whl. Preparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ... Unpacking python-six-whl (1.5.2-1ubuntu1) ... Selecting previously unselected package python-urllib3-whl. Preparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ... Unpacking python-urllib3-whl (1.7.1-1ubuntu4) ... Selecting previously unselected package python-requests-whl. Preparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ... Unpacking python-requests-whl (2.2.1-1ubuntu0.3) ... Selecting previously unselected package python-setuptools-whl. Preparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools-whl (3.3-1ubuntu2) ... Selecting previously unselected package python-pip-whl. Preparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip-whl (1.5.4-1ubuntu4) ... Selecting previously unselected package python-pip. Preparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip (1.5.4-1ubuntu4) ... Selecting previously unselected package python-wheel. Preparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ... Unpacking python-wheel (0.24.0-1~ubuntu1) ... Selecting previously unselected package sprout-libs. Preparing to unpack .../sprout-libs_1.0-180328.134516_amd64.deb ... Unpacking sprout-libs (1.0-180328.134516) ... Selecting previously unselected package sprout-base. Preparing to unpack .../sprout-base_1.0-180328.134516_amd64.deb ... Unpacking sprout-base (1.0-180328.134516) ... Selecting previously unselected package sprout-scscf. Preparing to unpack .../sprout-scscf_1.0-180328.134516_amd64.deb ... Unpacking sprout-scscf (1.0-180328.134516) ... Selecting previously unselected package sprout-icscf. Preparing to unpack .../sprout-icscf_1.0-180328.134516_amd64.deb ... Unpacking sprout-icscf (1.0-180328.134516) ... Selecting previously unselected package sprout-bgcf. Preparing to unpack .../sprout-bgcf_1.0-180328.134516_amd64.deb ... Unpacking sprout-bgcf (1.0-180328.134516) ... Selecting previously unselected package sprout-mmtel-as. Preparing to unpack .../sprout-mmtel-as_1.0-180328.134516_amd64.deb ... Unpacking sprout-mmtel-as (1.0-180328.134516) ... Selecting previously unselected package sprout. Preparing to unpack .../sprout_1.0-180328.134516_amd64.deb ... Unpacking sprout (1.0-180328.134516) ... Processing triggers for man-db (2.6.7.1-1ubuntu1) ... Processing triggers for ureadahead (0.100.0-16) ... Processing triggers for ufw (0.34~rc-0ubuntu2) ... Setting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-locale1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Setting up libisl10:amd64 (0.12.2-1) ... Setting up libcloog-isl4:amd64 (0.18.2-1) ... Setting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up fonts-dejavu-core (2.34-1ubuntu1) ... Setting up fontconfig-config (2.11.0-0ubuntu4.2) ... Setting up libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ... Setting up libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ... Setting up libjpeg8:amd64 (8c-2ubuntu8) ... Setting up libjbig0:amd64 (2.0-2ubuntu4.1) ... Setting up libtiff5:amd64 (4.0.3-7ubuntu0.9) ... Setting up libvpx1:amd64 (1.3.0-2) ... Setting up libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ... Setting up libgd3:amd64 (2.1.0-3ubuntu0.8) ... Setting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libmpfr4:amd64 (3.1.2-1) ... Setting up libopts25:amd64 (1:5.18-2ubuntu2) ... Setting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Setting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Setting up libperl5.18 (5.18.2-2ubuntu1.6) ... Setting up libsnmp-base (5.7.3~dfsg-clearwater1) ... Setting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Setting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ... Setting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Setting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... * Starting NTP server ntpd ...done. Setting up libmnl0:amd64 (1.0.3-3ubuntu1) ... Setting up libmpc3:amd64 (1.0.1-1ubuntu1) ... Setting up libnetfilter-conntrack3:amd64 (1.0.4-1) ... Setting up binutils (2.24-5ubuntu14.2) ... Setting up libc-dev-bin (2.19-0ubuntu6.14) ... Setting up linux-libc-dev:amd64 (3.13.0-153.203) ... Setting up libc6-dev:amd64 (2.19-0ubuntu6.14) ... Setting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up cpp (4:4.8.2-1ubuntu6) ... Setting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc (4:4.8.2-1ubuntu6) ... Setting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++ (4:4.8.2-1ubuntu6) ... update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode Setting up make (3.81-8.2ubuntu3) ... Setting up libdpkg-perl (1.17.5ubuntu5.8) ... Setting up dpkg-dev (1.17.5ubuntu5.8) ... Setting up build-essential (11.6ubuntu6) ... Setting up libinotifytools0 (3.14-1ubuntu1) ... Setting up inotify-tools (3.14-1ubuntu1) ... Setting up realpath (1.19) ... Setting up sysstat (10.2.0-1) ... Creating config file /etc/default/sysstat with new version update-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode Setting up dnsmasq-base (2.68-1ubuntu0.2) ... Setting up dnsmasq (2.68-1ubuntu0.2) ... * Starting DNS forwarder and DHCP server dnsmasq ...done. Setting up python-setuptools (3.3-1ubuntu2) ... Setting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Setting up python-virtualenv (1.11.4-1ubuntu1) ... Setting up iotop (0.6-1) ... Setting up nginx-common (1.4.6-1ubuntu3.8) ... Setting up clearwater-tcp-scalability (1.0-180328.114312) ... Setting up libfakeroot:amd64 (1.20-3ubuntu2) ... Setting up fakeroot (1.20-3ubuntu2) ... update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode Setting up libalgorithm-diff-perl (1.19.02-3) ... Setting up libalgorithm-diff-xs-perl (0.04-2build4) ... Setting up libalgorithm-merge-perl (0.08-2) ... Setting up libfile-fcntllock-perl (0.14-2build1) ... Setting up libxml2-utils (2.9.1+dfsg1-3ubuntu4.12) ... Setting up manpages-dev (3.54-1ubuntu1) ... Setting up python3-pkg-resources (3.3-1ubuntu2) ... Setting up python-chardet-whl (2.2.1-2~ubuntu1) ... Setting up python-colorama (0.2.5-0.1ubuntu2) ... Setting up python-colorama-whl (0.2.5-0.1ubuntu2) ... Setting up python-distlib (0.1.8-1ubuntu1) ... Setting up python-distlib-whl (0.1.8-1ubuntu1) ... Setting up python-html5lib (0.999-3~ubuntu1) ... Setting up python-html5lib-whl (0.999-3~ubuntu1) ... Setting up python-six-whl (1.5.2-1ubuntu1) ... Setting up python-urllib3-whl (1.7.1-1ubuntu4) ... Setting up python-requests-whl (2.2.1-1ubuntu0.3) ... Setting up python-setuptools-whl (3.3-1ubuntu2) ... Setting up python-pip-whl (1.5.4-1ubuntu4) ... Setting up python-pip (1.5.4-1ubuntu4) ... Setting up python-wheel (0.24.0-1~ubuntu1) ... Setting up sprout-libs (1.0-180328.134516) ... Processing triggers for ufw (0.34~rc-0ubuntu2) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-infrastructure (1.0-180328.114312) ... Processing pyzmq-16.0.2-py2.7-linux-x86_64.egg Copying pyzmq-16.0.2-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages Adding pyzmq 16.0.2 to easy-install.pth file Installed /usr/local/lib/python2.7/dist-packages/pyzmq-16.0.2-py2.7-linux-x86_64.egg Processing dependencies for pyzmq==16.0.2 Finished processing dependencies for pyzmq==16.0.2 New python executable in /usr/share/clearwater/infrastructure/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 Collecting cw_infrastructure Collecting nsenter (from cw_infrastructure) Collecting argparse (from cw_infrastructure) Collecting contextlib2 (from cw_infrastructure) Collecting dnspython (from cw_infrastructure) Collecting pathlib (from cw_infrastructure) Installing collected packages: argparse, contextlib2, pathlib, nsenter, dnspython, cw-infrastructure Found existing installation: argparse 1.2.1 Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env Successfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1 * Restarting DNS forwarder and DHCP server dnsmasq ...done. rsyslog stop/waiting rsyslog start/running, process 8265 reload: Unknown job: clearwater-monit Setting up nginx-core (1.4.6-1ubuntu3.8) ... Setting up nginx (1.4.6-1ubuntu3.8) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-monit (5.18-180322.170159) ... clearwater-monit start/running, process 8363 Setting up clearwater-log-cleanup (1.0-180328.114312) ... Setting up clearwater-socket-factory (1.0-180328.114312) ... clearwater-socket-factory-mgmt start/running, process 8371 clearwater-socket-factory-sig start/running, process 8379 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-diags-monitor (1.0-180328.114312) ... Setting up clearwater-nginx (1.0-180322.165850) ... Testing nginx configuration... nginx: the configuration file /etc/nginx/nginx.conf syntax is ok nginx: configuration file /etc/nginx/nginx.conf test is successful Site ping has been enabled. Run /etc/init.d/nginx reload to apply the changes. Generating a 2048 bit RSA private key ......................................................+++ .........................+++ unable to write 'random state' writing new private key to 'nginx.key' ----- Signature ok subject=/C=UK/ST=Unknown state/L=Unknown locality/O=Unknown organization/OU=Unknown organizational unit/CN=unknown.example/emailAddress=Unknown Getting Private key unable to write 'random state' Adding 'diversion of /etc/init.d/nginx to /etc/init.d/nginx.clearwater-orig by clearwater-nginx' Adding 'diversion of /etc/nginx/nginx.conf to /etc/nginx/nginx.conf.clearwater-orig by clearwater-nginx' Processing triggers for ureadahead (0.100.0-16) ... Setting up sprout-base (1.0-180328.134516) ... * Restarting clearwater-infrastructure clearwater-infrastructure * Restarting DNS forwarder and DHCP server dnsmasq ...done. ...done. Processing triggers for ureadahead (0.100.0-16) ... Setting up sprout-bgcf (1.0-180328.134516) ... Setting up sprout-mmtel-as (1.0-180328.134516) ... Setting up sprout-scscf (1.0-180328.134516) ... Setting up sprout-icscf (1.0-180328.134516) ... Setting up sprout (1.0-180328.134516) ... Processing triggers for libc-bin (2.19-0ubuntu6.14) ... + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: clearwater-cluster-manager clearwater-config-manager clearwater-etcd clearwater-queue-manager python-jsonschema python-mock Suggested packages: python-mock-doc The following NEW packages will be installed: clearwater-cluster-manager clearwater-config-manager clearwater-etcd clearwater-management clearwater-queue-manager python-jsonschema python-mock 0 upgraded, 7 newly installed, 0 to remove and 3 not upgraded. Need to get 38.4 MB of archives. After this operation, 108 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ clearwater-etcd 1.0-180328.115321 [16.9 MB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB] Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB] Get:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-cluster-manager 1.0-180328.115321 [6108 kB] Get:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-queue-manager 1.0-180328.115321 [6102 kB] Get:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-config-manager 1.0-180328.115321 [9184 kB] Get:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-management 1.0-180328.115321 [12.4 kB] Fetched 38.4 MB in 4s (8156 kB/s) Selecting previously unselected package python-mock. (Reading database ... 57915 files and directories currently installed.) Preparing to unpack .../python-mock_1.0.1-3_all.deb ... Unpacking python-mock (1.0.1-3) ... Selecting previously unselected package python-jsonschema. Preparing to unpack .../python-jsonschema_2.3.0-1build1_all.deb ... Unpacking python-jsonschema (2.3.0-1build1) ... Selecting previously unselected package clearwater-etcd. Preparing to unpack .../clearwater-etcd_1.0-180328.115321_all.deb ... Unpacking clearwater-etcd (1.0-180328.115321) ... Selecting previously unselected package clearwater-cluster-manager. Preparing to unpack .../clearwater-cluster-manager_1.0-180328.115321_all.deb ... Unpacking clearwater-cluster-manager (1.0-180328.115321) ... Selecting previously unselected package clearwater-queue-manager. Preparing to unpack .../clearwater-queue-manager_1.0-180328.115321_all.deb ... Unpacking clearwater-queue-manager (1.0-180328.115321) ... Selecting previously unselected package clearwater-config-manager. Preparing to unpack .../clearwater-config-manager_1.0-180328.115321_all.deb ... Unpacking clearwater-config-manager (1.0-180328.115321) ... Selecting previously unselected package clearwater-management. Preparing to unpack .../clearwater-management_1.0-180328.115321_all.deb ... Unpacking clearwater-management (1.0-180328.115321) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up python-mock (1.0.1-3) ... Setting up python-jsonschema (2.3.0-1build1) ... Setting up clearwater-etcd (1.0-180328.115321) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-cluster-manager (1.0-180328.115321) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-cluster-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 Collecting clearwater_cluster_manager Collecting clearwater-etcd-shared (from clearwater_cluster_manager) Collecting metaswitchcommon (from clearwater_cluster_manager) Collecting futures (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting six (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting urllib3 (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting pycparser (from metaswitchcommon->clearwater_cluster_manager) Collecting cffi (from metaswitchcommon->clearwater_cluster_manager) Collecting pycrypto (from metaswitchcommon->clearwater_cluster_manager) Collecting monotonic (from metaswitchcommon->clearwater_cluster_manager) Collecting pyzmq (from metaswitchcommon->clearwater_cluster_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager) Installing collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-cluster-manager Successfully installed cffi-1.10.0 clearwater-cluster-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1 update-rc.d: warning: start runlevel arguments (none) do not match clearwater-cluster-manager Default-Start values (2 3 4 5) update-rc.d: warning: stop runlevel arguments (none) do not match clearwater-cluster-manager Default-Stop values (0 1 6) Setting up clearwater-queue-manager (1.0-180328.115321) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-queue-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 Collecting clearwater_queue_manager Collecting clearwater-etcd-shared (from clearwater_queue_manager) Collecting metaswitchcommon (from clearwater_queue_manager) Collecting futures (from clearwater-etcd-shared->clearwater_queue_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_queue_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_queue_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_queue_manager) Collecting six (from clearwater-etcd-shared->clearwater_queue_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_queue_manager) Collecting urllib3 (from clearwater-etcd-shared->clearwater_queue_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_queue_manager) Collecting pycparser (from metaswitchcommon->clearwater_queue_manager) Collecting cffi (from metaswitchcommon->clearwater_queue_manager) Collecting pycrypto (from metaswitchcommon->clearwater_queue_manager) Collecting monotonic (from metaswitchcommon->clearwater_queue_manager) Collecting pyzmq (from metaswitchcommon->clearwater_queue_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_queue_manager) Installing collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-queue-manager Successfully installed cffi-1.10.0 clearwater-etcd-shared-1.0 clearwater-queue-manager-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1 update-rc.d: warning: start runlevel arguments (none) do not match clearwater-queue-manager Default-Start values (2 3 4 5) update-rc.d: warning: stop runlevel arguments (none) do not match clearwater-queue-manager Default-Stop values (0 1 6) Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-config-manager (1.0-180328.115321) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-config-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 Collecting clearwater_config_manager Collecting nsenter (from clearwater_config_manager) Collecting requests (from clearwater_config_manager) Collecting clearwater-etcd-shared (from clearwater_config_manager) Collecting metaswitchcommon (from clearwater_config_manager) Collecting jsonschema (from clearwater_config_manager) Collecting argparse (from nsenter->clearwater_config_manager) Collecting contextlib2 (from nsenter->clearwater_config_manager) Collecting pathlib (from nsenter->clearwater_config_manager) Collecting urllib3<1.23,>=1.21.1 (from requests->clearwater_config_manager) Collecting idna<2.7,>=2.5 (from requests->clearwater_config_manager) Collecting chardet<3.1.0,>=3.0.2 (from requests->clearwater_config_manager) Collecting certifi>=2017.4.17 (from requests->clearwater_config_manager) Collecting futures (from clearwater-etcd-shared->clearwater_config_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_config_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_config_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_config_manager) Collecting six (from clearwater-etcd-shared->clearwater_config_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_config_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_config_manager) Collecting pycparser (from metaswitchcommon->clearwater_config_manager) Collecting cffi (from metaswitchcommon->clearwater_config_manager) Collecting pycrypto (from metaswitchcommon->clearwater_config_manager) Collecting monotonic (from metaswitchcommon->clearwater_config_manager) Collecting pyzmq (from metaswitchcommon->clearwater_config_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_config_manager) Installing collected packages: argparse, contextlib2, pathlib, nsenter, urllib3, idna, chardet, certifi, requests, futures, py2-ipaddress, prctl, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, jsonschema, clearwater-config-manager Found existing installation: argparse 1.2.1 Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/clearwater-config-manager/env Successfully installed argparse-1.4.0 certifi-2017.7.27.1 cffi-1.10.0 chardet-3.0.4 clearwater-config-manager-1.0 clearwater-etcd-shared-1.0 contextlib2-0.5.5 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 idna-2.6 jsonschema-2.3.0 metaswitchcommon-0.1 monotonic-0.6 nsenter-0.2 pathlib-1.0.1 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 requests-2.18.4 six-1.10.0 urllib3-1.21.1 update-rc.d: warning: start runlevel arguments (none) do not match clearwater-config-manager Default-Start values (2 3 4 5) update-rc.d: warning: stop runlevel arguments (none) do not match clearwater-config-manager Default-Stop values (0 1 6) Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-management (1.0-180328.115321) ... + retries=0 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.216 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.216 ++ echo A 172.30.9.216 ++ ip2rr 192.168.1.24 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.24 ++ echo A 192.168.1.24 ++ ip2rr 192.168.1.24 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.24 ++ echo A 192.168.1.24 ++ ip2rr 192.168.1.24 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.24 ++ echo A 192.168.1.24 ++ ip2rr 192.168.1.24 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.24 ++ echo A 192.168.1.24 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 0 -lt 10 ']' + retries=1 + echo 'nsupdate failed - retrying (retry 1)...' nsupdate failed - retrying (retry 1)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.216 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.216 ++ echo A 172.30.9.216 ++ ip2rr 192.168.1.24 ++ echo 192.168.1.24 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.24 ++ ip2rr 192.168.1.24 ++ echo 192.168.1.24 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.24 ++ ip2rr 192.168.1.24 ++ echo 192.168.1.24 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.24 ++ ip2rr 192.168.1.24 ++ echo 192.168.1.24 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.24 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 1 -lt 10 ']' + retries=2 + echo 'nsupdate failed - retrying (retry 2)...' nsupdate failed - retrying (retry 2)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.216 ++ echo 172.30.9.216 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.216 ++ ip2rr 192.168.1.24 ++ echo 192.168.1.24 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.24 ++ ip2rr 192.168.1.24 ++ echo 192.168.1.24 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.24 ++ ip2rr 192.168.1.24 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.24 ++ echo A 192.168.1.24 ++ ip2rr 192.168.1.24 ++ echo 192.168.1.24 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.24 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 2 -lt 10 ']' + retries=3 + echo 'nsupdate failed - retrying (retry 3)...' nsupdate failed - retrying (retry 3)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.216 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.216 ++ echo A 172.30.9.216 ++ ip2rr 192.168.1.24 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.24 ++ echo A 192.168.1.24 ++ ip2rr 192.168.1.24 ++ echo 192.168.1.24 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.24 ++ ip2rr 192.168.1.24 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.24 ++ echo A 192.168.1.24 ++ ip2rr 192.168.1.24 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.24 ++ echo A 192.168.1.24 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 3 -lt 10 ']' + retries=4 + echo 'nsupdate failed - retrying (retry 4)...' nsupdate failed - retrying (retry 4)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.216 ++ echo 172.30.9.216 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.216 ++ ip2rr 192.168.1.24 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.24 ++ echo A 192.168.1.24 ++ ip2rr 192.168.1.24 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.24 ++ echo A 192.168.1.24 ++ ip2rr 192.168.1.24 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.24 ++ echo A 192.168.1.24 ++ ip2rr 192.168.1.24 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.24 ++ echo A 192.168.1.24 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 4 -lt 10 ']' + retries=5 + echo 'nsupdate failed - retrying (retry 5)...' nsupdate failed - retrying (retry 5)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.216 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.216 ++ echo A 172.30.9.216 ++ ip2rr 192.168.1.24 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.24 ++ echo A 192.168.1.24 ++ ip2rr 192.168.1.24 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.24 ++ echo A 192.168.1.24 ++ ip2rr 192.168.1.24 ++ echo 192.168.1.24 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.24 ++ ip2rr 192.168.1.24 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.24 ++ echo A 192.168.1.24 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 5 -lt 10 ']' + retries=6 + echo 'nsupdate failed - retrying (retry 6)...' nsupdate failed - retrying (retry 6)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.216 ++ echo 172.30.9.216 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.216 ++ ip2rr 192.168.1.24 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.24 ++ echo A 192.168.1.24 ++ ip2rr 192.168.1.24 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.24 ++ echo A 192.168.1.24 ++ ip2rr 192.168.1.24 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.24 ++ echo A 192.168.1.24 ++ ip2rr 192.168.1.24 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.24 ++ echo A 192.168.1.24 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 6 -lt 10 ']' + retries=7 + echo 'nsupdate failed - retrying (retry 7)...' nsupdate failed - retrying (retry 7)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.216 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.216 ++ echo A 172.30.9.216 ++ ip2rr 192.168.1.24 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.24 ++ echo A 192.168.1.24 ++ ip2rr 192.168.1.24 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.24 ++ echo A 192.168.1.24 ++ ip2rr 192.168.1.24 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.24 ++ echo A 192.168.1.24 ++ ip2rr 192.168.1.24 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.24 ++ echo A 192.168.1.24 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 7 -lt 10 ']' + retries=8 + echo 'nsupdate failed - retrying (retry 8)...' nsupdate failed - retrying (retry 8)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.216 ++ echo 172.30.9.216 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.216 ++ ip2rr 192.168.1.24 ++ echo 192.168.1.24 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.24 ++ ip2rr 192.168.1.24 ++ echo 192.168.1.24 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.24 ++ ip2rr 192.168.1.24 ++ echo 192.168.1.24 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.24 ++ ip2rr 192.168.1.24 ++ echo 192.168.1.24 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.24 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 8 -lt 10 ']' + retries=9 + echo 'nsupdate failed - retrying (retry 9)...' nsupdate failed - retrying (retry 9)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.216 ++ echo 172.30.9.216 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.216 ++ ip2rr 192.168.1.24 ++ echo 192.168.1.24 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.24 ++ ip2rr 192.168.1.24 ++ echo 192.168.1.24 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.24 ++ ip2rr 192.168.1.24 ++ echo 192.168.1.24 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.24 ++ ip2rr 192.168.1.24 ++ echo 192.168.1.24 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.24 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 9 -lt 10 ']' + retries=10 + echo 'nsupdate failed - retrying (retry 10)...' nsupdate failed - retrying (retry 10)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.216 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.216 ++ echo A 172.30.9.216 ++ ip2rr 192.168.1.24 ++ echo 192.168.1.24 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.24 ++ ip2rr 192.168.1.24 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.24 ++ echo A 192.168.1.24 ++ ip2rr 192.168.1.24 ++ echo 192.168.1.24 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.24 ++ ip2rr 192.168.1.24 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.24 ++ echo A 192.168.1.24 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 10 -lt 10 ']' + echo 'nameserver 192.168.0.5' + echo RESOLV_CONF=/etc/dnsmasq.resolv.conf + mkdir -p /etc/netns/signaling + echo 'nameserver 192.168.1.14' + service dnsmasq force-reload * Restarting DNS forwarder and DHCP server dnsmasq ...done. ci-info: ++++++++++Authorized keys from /home/ubuntu/.ssh/authorized_keys for user ubuntu+++++++++++ ci-info: +---------+-------------------------------------------------+---------+-------------------+ ci-info: | Keytype | Fingerprint (md5) | Options | Comment | ci-info: +---------+-------------------------------------------------+---------+-------------------+ ci-info: | ssh-rsa | 2c:92:48:e8:e4:cd:71:cf:8b:13:5d:18:72:7b:c4:7a | - | Generated-by-Nova | ci-info: +---------+-------------------------------------------------+---------+-------------------+ ec2: ec2: ############################################################# ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- ec2: 1024 15:5e:49:cd:87:1d:fa:bc:1a:97:b0:e9:23:6e:12:76 root@sprout-0 (DSA) ec2: 256 23:30:fc:0a:0d:cc:59:ae:52:d4:ac:be:43:60:2e:d3 root@sprout-0 (ECDSA) ec2: 256 15:2f:92:ec:74:48:4f:9c:cf:67:8a:c0:10:b6:e6:76 root@sprout-0 (ED25519) ec2: 2048 bd:bb:18:67:04:84:36:1f:f5:4b:0e:f3:20:02:a8:24 root@sprout-0 (RSA) ec2: -----END SSH HOST KEY FINGERPRINTS----- ec2: ############################################################# -----BEGIN SSH HOST KEY KEYS----- ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBK4l1F6r6YVDekFpjADR4aww0YljxhSzNAaV2VazlVHKAC5hrIuA6Yjtnc9hOcpQrLjD9MPpqgQok2R8lOP3Wss= root@sprout-0 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKDlLd6gyxnOyuQmN1HL4sMqQvoNkRxSLd+rf/DMV6ds root@sprout-0 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC7ShBRd9K4CQyV61lf8/cS68baPthFNAcuCg3zsM7KYc7qOgDesSDKhQtHPfq/hc6Oo4/6TZzFyg+Qeuu35rPCsBCN4GSzG+iU3nT0W78lu0ovNznQvYMT5brwz53U099Kc28wNZOH4QaqzlyrVuZ8Fyp53xMqTGoXa90U2u2rHeqngPc9UO5Tb4HVVSFEnrG1c8pl1aaL/ms0OxvPfGwjT4MQAwHA4QN3Nnty21oP1uuSsIJXJREYuPeMiM8ozS3ojNZms+nhILiq+It6e5BMC7ys3AJ7dz/ytNUtBwBmUTigMOYIyspofLal5shHO3u0cHBQEUwbhJqBLhd4ldeN root@sprout-0 -----END SSH HOST KEY KEYS----- Cloud-init v. 0.7.5 finished at Sun, 12 Aug 2018 09:21:12 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 397.29 seconds 2018-08-12 09:24:17,321 - functest.core.singlevm - DEBUG - regex found: ''Cloud-init .* finished at ' in console 2018-08-12 09:24:17,321 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:24:17,323 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:24:18,411 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:24: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-eda9ee61-321d-4386-ab7a-8385a1703fab x-compute-request-id: req-eda9ee61-321d-4386-ab7a-8385a1703fab Content-Encoding: gzip Content-Length: 1505 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:8c:69", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:8c:69", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:47:bc", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:47:bc", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/0d05f869-c182-4a19-86bf-4ac078c523fd", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:41.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "0d05f869-c182-4a19-86bf-4ac078c523fd", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:41Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "homer-0.clearwater.opnfv", "created": "2018-08-12T09:14:06Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:24:50", "version": 4, "addr": "192.168.0.22", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:24:50", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:35:db:99", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/1c9b6e42-b18c-407e-8d00-9077025769fd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1c9b6e42-b18c-407e-8d00-9077025769fd", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:39.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "1c9b6e42-b18c-407e-8d00-9077025769fd", "security_groups": [{"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:39Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "dime-0.clearwater.opnfv", "created": "2018-08-12T09:14:05Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:73:af", "version": 4, "addr": "192.168.0.17", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:73:af", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:b9:f2", "version": 4, "addr": "192.168.1.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:b9:f2", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:41.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:41Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "bono-0.clearwater.opnfv", "created": "2018-08-12T09:14:05Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:27:6c", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:27:6c", "version": 4, "addr": "172.30.9.216", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:82:86", "version": 4, "addr": "192.168.1.24", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/566a63cc-7490-4385-b2ac-bfb24030a031", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/566a63cc-7490-4385-b2ac-bfb24030a031", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:34.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "566a63cc-7490-4385-b2ac-bfb24030a031", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:34Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-12T09:14:04Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:9d:e5", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:9d:e5", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b4:d8:25", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/7a80620a-d807-4698-b6c3-7c140a7b5157", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/7a80620a-d807-4698-b6c3-7c140a7b5157", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:25.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "7a80620a-d807-4698-b6c3-7c140a7b5157", "security_groups": [{"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:25Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-12T09:14:04Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:ca:f6", "version": 4, "addr": "192.168.0.23", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:ca:f6", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/3544e1e5-febb-4596-964e-1a53f9d26ab6", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/3544e1e5-febb-4596-964e-1a53f9d26ab6", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:13:48.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "3544e1e5-febb-4596-964e-1a53f9d26ab6", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:13:48Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-12T09:12:11Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:77:d2", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:77:d2", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ac:00:39", "version": 4, "addr": "192.168.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/24234aa3-febc-4826-8d67-0c33e6f38782", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/24234aa3-febc-4826-8d67-0c33e6f38782", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:12:00.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "24234aa3-febc-4826-8d67-0c33e6f38782", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:12:00Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "ns.clearwater.opnfv", "created": "2018-08-12T09:10:20Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:24:18,411 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-eda9ee61-321d-4386-ab7a-8385a1703fab 2018-08-12 09:24:18,412 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.09030294418s 2018-08-12 09:24:18,412 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-eda9ee61-321d-4386-ab7a-8385a1703fab 2018-08-12 09:24:18,419 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-12 09:24:18,421 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/7a80620a-d807-4698-b6c3-7c140a7b5157/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}d584eff3730be386f99aabb4bf64013d89965dc6" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 09:24:18,503 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:24: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-b1fd4ad0-2636-4fab-9abb-dae8e09a5c77 x-compute-request-id: req-b1fd4ad0-2636-4fab-9abb-dae8e09a5c77 Content-Encoding: gzip Content-Length: 17779 Content-Type: application/json RESP BODY: {"output": "32] Key type encrypted registered\n[ 0.650089] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.651156] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.652662] regulator-dummy: disabling\n[ 0.653508] Magic number: 14:35:222\n[ 0.654429] rtc_cmos 00:00: setting system clock to 2018-08-12 09:14:26 UTC (1534065266)\n[ 0.656096] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.657232] EDD information not available.\n[ 0.721334] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000)\n[ 0.723017] Write protecting the kernel read-only data: 12288k\n[ 0.724661] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000)\n[ 0.727433] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.741278] systemd-udevd[107]: starting version 204\n[ 0.784450] FDC 0 is a S82078B\n[ 0.924099] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.089452] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.091331] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.093351] usb 1-1: Product: QEMU USB Tablet\n[ 1.094502] usb 1-1: Manufacturer: QEMU\n[ 1.095815] usb 1-1: SerialNumber: 42\n[ 1.384094] tsc: Refined TSC clocksource calibration: 3491.821 MHz\n[ 1.793167] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.029809] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.118923] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Populate /dev filesystem[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Populate /dev filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n[ 2.207283] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sun, 12 Aug 2018 09:14:29 +0000. Up 3.99 seconds.\ncloud-init-nonet[4.23]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting cold plug devices[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[5.76]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sun, 12 Aug 2018 09:14:31 +0000. Up 5.90 seconds.\nci-info: +++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+--------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+--------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:b4:d8:25 |\nci-info: | eth0 | True | 192.168.0.11 | 255.255.255.0 | fa:16:3e:16:9d:e5 |\nci-info: +--------+-------+--------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.1 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\nb6:72:56:9c:70:7a:a5:0f:c0:92:5c:37:b7:0c:ba:26 root@vellum-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| . + . |\n| . + o = . |\n| + = . + |\n| . B + |\n| E S B |\n| + + o |\n| . + . |\n| + |\n| |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n99:fc:f0:1c:fe:17:50:d6:35:c8:58:d1:fe:d1:19:05 root@vellum-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| +oE+=|\n| . oooo|\n| o. +|\n| . o . +.|\n| S . . o|\n| * . . .|\n| = . |\n| . . |\n| .. |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\n0b:8f:3e:41:e3:38:96:4f:87:97:e5:d3:54:a5:c7:a7 root@vellum-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| ..|\n| .o |\n| .. +|\n| o . . o.|\n| =.oS+ o E |\n| = =++.o . |\n| . +.+o . |\n| .o |\n| .. |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\nc9:42:f2:06:42:2b:d5:5c:c8:fa:52:6b:07:b8:63:75 root@vellum-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| o+ o. |\n| o .= |\n|. ooo . |\n| .o.+=E. . |\n| = ++ S |\n| = +... |\n| . + . |\n| |\n| |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\n * Starting system logging daemon[74G[ OK ]\n * Starting Handle applying cloud-config[74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\n * Starting ACPI daemon[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\nCloud-init v. 0.7.5 running 'modules:config' at Sun, 12 Aug 2018 09:14:37 +0000. Up 11.66 seconds.\n * Stopping System V runlevel compatibility[74G[ OK ]\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Sun, 12 Aug 2018 09:14:38 +0000. Up 12.55 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0\nUbuntu 14.04.5 LTS vellum-0 ttyS0\n\nvellum-0 login: 100 3149 100 3149 0 0 12224 0 --:--:-- --:--:-- --:--:-- 12205100 3149 100 3149 0 0 12218 0 --:--:-- --:--:-- --:--:-- 12205\nOK\n+ apt-get update\nGet:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\nIgn http://repo.cw-ngv.com binary/ InRelease\nGet:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:3 http://repo.cw-ngv.com binary/ Release [1219 B]\nGet:4 http://repo.cw-ngv.com binary/ Packages [23.2 kB]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nGet:5 http://security.ubuntu.com trusty-security/main Sources [161 kB]\nGet:6 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nGet:7 http://security.ubuntu.com trusty-security/universe Sources [77.6 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:8 http://security.ubuntu.com trusty-security/main amd64 Packages [754 kB]\nGet:9 http://security.ubuntu.com trusty-security/universe amd64 Packages [240 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nGet:10 http://security.ubuntu.com trusty-security/main Translation-en [408 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:11 http://security.ubuntu.com trusty-security/universe Translation-en [131 kB]\nGet:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B]\nGet:14 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [206 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7433 B]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1093 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages [17.2 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages [468 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages [14.6 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en [541 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B]\nGet:22 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B]\nGet:23 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [251 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B]\nGet:25 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B]\nGet:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty Release\nGet:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B]\nGet:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en\nFetched 12.7 MB in 9s (1381 kB/s)\nReading package lists...\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.23\n+ '[' -n 192.168.0.23 ']'\n+ cat\n+ mkdir -p /etc/chronos\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install vellum --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n astaire astaire-libs binutils build-essential ca-certificates-java cassandra\n chronos clearwater-cassandra clearwater-config-manager\n clearwater-diags-monitor clearwater-etcd clearwater-infrastructure\n clearwater-log-cleanup clearwater-memcached clearwater-monit\n clearwater-queue-manager clearwater-snmp-handler-astaire clearwater-snmpd\n clearwater-tcp-scalability cpp cpp-4.8 cpulimit crest-prov dnsmasq\n dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core g++\n g++-4.8 gcc gcc-4.8 gdb gnutls-bin homer-cassandra homestead-cassandra\n homestead-prov-cassandra inotify-tools iotop java-common\n libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl\n libasan0 libasyncns0 libatomic1 libavahi-client3 libavahi-common-data\n libavahi-common3 libboost-filesystem1.54.0 libboost-program-options1.54.0\n libboost-regex1.54.0 libboost-system1.54.0 libc-ares-dev libc-ares2\n libc-dev-bin libc6-dbg libc6-dev libcloog-isl4 libcups2 libdpkg-perl\n libevent-core-2.0-5 libevent-pthreads-2.0-5 libfakeroot\n libfile-fcntllock-perl libflac8 libfontconfig1 libgcc-4.8-dev libgmp10\n libgomp1 libinotifytools0 libisl10 libitm1 libjpeg-turbo8 libjpeg8\n liblcms2-2 libmnl0 libmpc3 libmpfr4 libmysqlclient18 libnetfilter-conntrack3\n libnspr4 libnss3 libnss3-nssdb libogg0 libopts25 libpcsclite1 libperl5.18\n libpgm-5.1-0 libpulse0 libpython3.4 libquadmath0 libsctp1 libsensors4\n libsndfile1 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libvorbis0a\n libvorbisenc2 libzmq3 linux-libc-dev lksctp-tools make manpages-dev\n memcached memcached-dbg mysql-common ntp openjdk-7-jre-headless\n python-chardet-whl python-colorama python-colorama-whl python-distlib\n python-distlib-whl python-html5lib python-html5lib-whl python-jsonschema\n python-mock python-pip python-pip-whl python-requests-whl python-setuptools\n python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv\n python-wheel python3-pkg-resources realpath rogers rogers-libs snmp snmpd\n sysstat tzdata-java\nSuggested packages:\n astaire-dbg binutils-doc cassandra-tools clearwater-auto-config\n clearwater-auto-upgrade clearwater-secure-connections exim4 postfix\n mail-transport-agent cpp-doc gcc-4.8-locales debian-keyring g++-multilib\n g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf\n automake1.9 libtool flex bison gcc-doc gcc-4.8-multilib libgcc1-dbg\n libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg\n libquadmath0-dbg gdb-doc gdbserver default-jre equivs glibc-doc cups-common\n liblcms2-utils pcscd pulseaudio lm-sensors snmp-mibs-downloader\n libstdc++-4.8-doc make-doc libcache-memcached-perl libmemcached ntp-doc\n icedtea-7-jre-jamvm libnss-mdns sun-java6-fonts fonts-dejavu-extra\n fonts-ipafont-gothic fonts-ipafont-mincho fonts-wqy-microhei\n fonts-wqy-zenhei ttf-indic-fonts python-genshi python-lxml python-mock-doc\n python3-setuptools isag\nRecommended packages:\n libc-dbg python-dev-all\nThe following NEW packages will be installed:\n astaire astaire-libs binutils build-essential ca-certificates-java cassandra\n chronos clearwater-cassandra clearwater-config-manager\n clearwater-diags-monitor clearwater-etcd clearwater-infrastructure\n clearwater-log-cleanup clearwater-memcached clearwater-monit\n clearwater-queue-manager clearwater-snmp-handler-astaire clearwater-snmpd\n clearwater-tcp-scalability cpp cpp-4.8 cpulimit crest-prov dnsmasq\n dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core g++\n g++-4.8 gcc gcc-4.8 gdb gnutls-bin homer-cassandra homestead-cassandra\n homestead-prov-cassandra inotify-tools iotop java-common\n libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl\n libasan0 libasyncns0 libatomic1 libavahi-client3 libavahi-common-data\n libavahi-common3 libboost-filesystem1.54.0 libboost-program-options1.54.0\n libboost-regex1.54.0 libboost-system1.54.0 libc-ares-dev libc-ares2\n libc-dev-bin libc6-dbg libc6-dev libcloog-isl4 libcups2 libdpkg-perl\n libevent-core-2.0-5 libevent-pthreads-2.0-5 libfakeroot\n libfile-fcntllock-perl libflac8 libfontconfig1 libgcc-4.8-dev libgmp10\n libgomp1 libinotifytools0 libisl10 libitm1 libjpeg-turbo8 libjpeg8\n liblcms2-2 libmnl0 libmpc3 libmpfr4 libmysqlclient18 libnetfilter-conntrack3\n libnspr4 libnss3 libnss3-nssdb libogg0 libopts25 libpcsclite1 libperl5.18\n libpgm-5.1-0 libpulse0 libpython3.4 libquadmath0 libsctp1 libsensors4\n libsndfile1 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libvorbis0a\n libvorbisenc2 libzmq3 linux-libc-dev lksctp-tools make manpages-dev\n memcached memcached-dbg mysql-common ntp openjdk-7-jre-headless\n python-chardet-whl python-colorama python-colorama-whl python-distlib\n python-distlib-whl python-html5lib python-html5lib-whl python-jsonschema\n python-mock python-pip python-pip-whl python-requests-whl python-setuptools\n python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv\n python-wheel python3-pkg-resources realpath rogers rogers-libs snmp snmpd\n sysstat tzdata-java vellum\n0 upgraded, 139 newly installed, 0 to remove and 3 not upgraded.\nNeed to get 170 MB of archives.\nAfter this operation, 407 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ cassandra 2.1.15 [20.0 MB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libnspr4 amd64 2:4.13.1-0ubuntu0.14.04.1 [110 kB]\nGet:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libnss3-nssdb all 2:3.28.4-0ubuntu0.14.04.3 [10.6 kB]\nGet:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libnss3 amd64 2:3.28.4-0ubuntu0.14.04.3 [1121 kB]\nGet:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main ca-certificates-java all 20130815ubuntu1 [13.4 kB]\nGet:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main tzdata-java all 2017c-0ubuntu0.14.04 [70.1 kB]\nGet:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main java-common all 0.51 [130 kB]\nGet:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libavahi-common-data amd64 0.6.31-4ubuntu1.2 [21.3 kB]\nGet:9 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB]\nGet:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libavahi-common3 amd64 0.6.31-4ubuntu1.2 [21.7 kB]\nGet:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB]\nGet:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libavahi-client3 amd64 0.6.31-4ubuntu1.2 [25.1 kB]\nGet:13 http://repo.cw-ngv.com/stable/ binary/ clearwater-cassandra 1.0-180328.114015 [44.2 kB]\nGet:14 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libcups2 amd64 1.7.2-0ubuntu1.10 [178 kB]\nGet:16 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB]\nGet:17 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main liblcms2-2 amd64 2.5-0ubuntu4.1 [131 kB]\nGet:19 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB]\nGet:20 http://repo.cw-ngv.com/stable/ binary/ astaire-libs 1.0-180326.104711 [103 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB]\nGet:22 http://repo.cw-ngv.com/stable/ binary/ astaire 1.0-180326.104711 [127 kB]\nGet:23 http://repo.cw-ngv.com/stable/ binary/ snmp 5.7.3~dfsg-clearwater1 [153 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1024 kB]\nGet:25 http://repo.cw-ngv.com/stable/ binary/ snmpd 5.7.3~dfsg-clearwater1 [73.7 kB]\nGet:26 http://repo.cw-ngv.com/stable/ binary/ clearwater-snmpd 1.0-180328.114312 [18.3 kB]\nGet:27 http://repo.cw-ngv.com/stable/ binary/ clearwater-etcd 1.0-180328.115321 [16.9 MB]\nGet:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB]\nGet:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2194 B]\nGet:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpcsclite1 amd64 1.8.10-1ubuntu1.1 [21.1 kB]\nGet:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libasyncns0 amd64 0.8-4ubuntu2 [11.9 kB]\nGet:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libogg0 amd64 1.3.1-1ubuntu1 [17.0 kB]\nGet:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libflac8 amd64 1.3.0-2ubuntu0.14.04.1 [80.2 kB]\nGet:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libvorbis0a amd64 1.3.2-1.3ubuntu1.2 [87.2 kB]\nGet:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libvorbisenc2 amd64 1.3.2-1.3ubuntu1.2 [84.6 kB]\nGet:37 http://repo.cw-ngv.com/stable/ binary/ clearwater-queue-manager 1.0-180328.115321 [6102 kB]\nGet:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libsndfile1 amd64 1.0.25-7ubuntu2.2 [136 kB]\nGet:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpulse0 amd64 1:4.0-0ubuntu11.1 [225 kB]\nGet:40 http://repo.cw-ngv.com/stable/ binary/ clearwater-config-manager 1.0-180328.115321 [9184 kB]\nGet:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsctp1 amd64 1.0.15+dfsg-1 [9226 B]\nGet:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main openjdk-7-jre-headless amd64 7u181-2.6.14-0ubuntu0.2 [39.5 MB]\nGet:43 http://repo.cw-ngv.com/stable/ binary/ chronos 1.0-180328.120836 [529 kB]\nGet:44 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB]\nGet:45 http://repo.cw-ngv.com/stable/ binary/ memcached 1.6.00-0clearwater0.6 [140 kB]\nGet:46 http://repo.cw-ngv.com/stable/ binary/ clearwater-memcached 1.0-180328.114312 [18.2 kB]\nGet:47 http://repo.cw-ngv.com/stable/ binary/ clearwater-snmp-handler-astaire 1.0-180326.110542 [513 kB]\nGet:48 http://repo.cw-ngv.com/stable/ binary/ crest-prov 1.0-180326.111418 [14.4 MB]\nGet:49 http://repo.cw-ngv.com/stable/ binary/ homer-cassandra 1.0-180326.111418 [13.9 kB]\nGet:50 http://repo.cw-ngv.com/stable/ binary/ homestead-cassandra 1.0-180326.115231 [13.8 kB]\nGet:51 http://repo.cw-ngv.com/stable/ binary/ homestead-prov-cassandra 1.0-180326.111418 [14.1 kB]\nGet:52 http://repo.cw-ngv.com/stable/ binary/ rogers-libs 1.0-180326.104711 [246 kB]\nGet:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB]\nGet:54 http://repo.cw-ngv.com/stable/ binary/ rogers 1.0-180326.104711 [1140 kB]\nGet:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB]\nGet:56 http://repo.cw-ngv.com/stable/ binary/ vellum 1.0-180328.114312 [12.5 kB]\nGet:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB]\nGet:58 http://repo.cw-ngv.com/stable/ binary/ memcached-dbg 1.6.00-0clearwater0.6 [222 kB]\nGet:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB]\nGet:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB]\nGet:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB]\nGet:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB]\nGet:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB]\nGet:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB]\nGet:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB]\nGet:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB]\nGet:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B]\nGet:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB]\nGet:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB]\nGet:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-program-options1.54.0 amd64 1.54.0-4ubuntu3.1 [115 kB]\nGet:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB]\nGet:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB]\nGet:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B]\nGet:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB]\nGet:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB]\nGet:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB]\nGet:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-common all 5.5.61-0ubuntu0.14.04.1 [12.7 kB]\nGet:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libmysqlclient18 amd64 5.5.61-0ubuntu0.14.04.1 [597 kB]\nGet:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpython3.4 amd64 3.4.3-1ubuntu1~14.04.6 [1305 kB]\nGet:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB]\nGet:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB]\nGet:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B]\nGet:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB]\nGet:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB]\nGet:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB]\nGet:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-ares2 amd64 1.10.0-2ubuntu0.2 [34.1 kB]\nGet:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB]\nGet:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe cpulimit amd64 2.0-1 [14.1 kB]\nGet:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB]\nGet:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB]\nGet:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-153.203 [772 kB]\nGet:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1913 kB]\nGet:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4452 kB]\nGet:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB]\nGet:99 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1688 kB]\nGet:100 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5040 kB]\nGet:101 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5098 B]\nGet:102 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1051 kB]\nGet:103 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB]\nGet:104 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1490 B]\nGet:105 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB]\nGet:106 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB]\nGet:107 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB]\nGet:108 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4838 B]\nGet:109 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-ares-dev amd64 1.10.0-2ubuntu0.2 [98.0 kB]\nGet:110 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB]\nGet:111 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB]\nGet:112 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB]\nGet:113 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB]\nGet:114 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB]\nGet:115 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB]\nGet:116 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB]\nGet:117 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB]\nGet:118 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB]\nGet:119 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB]\nGet:120 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB]\nGet:121 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB]\nGet:122 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB]\nGet:123 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB]\nGet:124 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB]\nGet:125 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB]\nGet:126 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB]\nGet:127 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB]\nGet:128 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB]\nGet:129 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB]\nGet:130 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB]\nGet:131 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gdb amd64 7.7.1-0ubuntu5~14.04.3 [2199 kB]\nGet:132 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB]\nGet:133 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB]\nGet:134 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB]\nGet:135 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB]\nGet:136 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main lksctp-tools amd64 1.0.15+dfsg-1 [51.3 kB]\nGet:137 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB]\nGet:138 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB]\nGet:139 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dbg amd64 2.19-0ubuntu6.14 [3464 kB]\nExtracting templates from packages: 21%Extracting templates from packages: 43%Extracting templates from packages: 64%Extracting templates from packages: 86%Extracting templates from packages: 100%\nPreconfiguring packages ...\nFetched 170 MB in 21s (7732 kB/s)\nSelecting previously unselected package libnspr4:amd64.\n(Reading database ... 51310 files and directories currently installed.)\nPreparing to unpack .../libnspr4_2%3a4.13.1-0ubuntu0.14.04.1_amd64.deb ...\nUnpacking libnspr4:amd64 (2:4.13.1-0ubuntu0.14.04.1) ...\nSelecting previously unselected package libnss3-nssdb.\nPreparing to unpack .../libnss3-nssdb_2%3a3.28.4-0ubuntu0.14.04.3_all.deb ...\nUnpacking libnss3-nssdb (2:3.28.4-0ubuntu0.14.04.3) ...\nSelecting previously unselected package libnss3:amd64.\nPreparing to unpack .../libnss3_2%3a3.28.4-0ubuntu0.14.04.3_amd64.deb ...\nUnpacking libnss3:amd64 (2:3.28.4-0ubuntu0.14.04.3) ...\nSelecting previously unselected package ca-certificates-java.\nPreparing to unpack .../ca-certificates-java_20130815ubuntu1_all.deb ...\nUnpacking ca-certificates-java (20130815ubuntu1) ...\nSelecting previously unselected package tzdata-java.\nPreparing to unpack .../tzdata-java_2017c-0ubuntu0.14.04_all.deb ...\nUnpacking tzdata-java (2017c-0ubuntu0.14.04) ...\nSelecting previously unselected package java-common.\nPreparing to unpack .../java-common_0.51_all.deb ...\nUnpacking java-common (0.51) ...\nSelecting previously unselected package libavahi-common-data:amd64.\nPreparing to unpack .../libavahi-common-data_0.6.31-4ubuntu1.2_amd64.deb ...\nUnpacking libavahi-common-data:amd64 (0.6.31-4ubuntu1.2) ...\nSelecting previously unselected package libavahi-common3:amd64.\nPreparing to unpack .../libavahi-common3_0.6.31-4ubuntu1.2_amd64.deb ...\nUnpacking libavahi-common3:amd64 (0.6.31-4ubuntu1.2) ...\nSelecting previously unselected package libavahi-client3:amd64.\nPreparing to unpack .../libavahi-client3_0.6.31-4ubuntu1.2_amd64.deb ...\nUnpacking libavahi-client3:amd64 (0.6.31-4ubuntu1.2) ...\nSelecting previously unselected package libcups2:amd64.\nPreparing to unpack .../libcups2_1.7.2-0ubuntu1.10_amd64.deb ...\nUnpacking libcups2:amd64 (1.7.2-0ubuntu1.10) ...\nSelecting previously unselected package liblcms2-2:amd64.\nPreparing to unpack .../liblcms2-2_2.5-0ubuntu4.1_amd64.deb ...\nUnpacking liblcms2-2:amd64 (2.5-0ubuntu4.1) ...\nSelecting previously unselected package libjpeg-turbo8:amd64.\nPreparing to unpack .../libjpeg-turbo8_1.3.0-0ubuntu2.1_amd64.deb ...\nUnpacking libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ...\nSelecting previously unselected package fonts-dejavu-core.\nPreparing to unpack .../fonts-dejavu-core_2.34-1ubuntu1_all.deb ...\nUnpacking fonts-dejavu-core (2.34-1ubuntu1) ...\nSelecting previously unselected package fontconfig-config.\nPreparing to unpack .../fontconfig-config_2.11.0-0ubuntu4.2_all.deb ...\nUnpacking fontconfig-config (2.11.0-0ubuntu4.2) ...\nSelecting previously unselected package libfontconfig1:amd64.\nPreparing to unpack .../libfontconfig1_2.11.0-0ubuntu4.2_amd64.deb ...\nUnpacking libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ...\nSelecting previously unselected package libjpeg8:amd64.\nPreparing to unpack .../libjpeg8_8c-2ubuntu8_amd64.deb ...\nUnpacking libjpeg8:amd64 (8c-2ubuntu8) ...\nSelecting previously unselected package libpcsclite1:amd64.\nPreparing to unpack .../libpcsclite1_1.8.10-1ubuntu1.1_amd64.deb ...\nUnpacking libpcsclite1:amd64 (1.8.10-1ubuntu1.1) ...\nSelecting previously unselected package libasyncns0:amd64.\nPreparing to unpack .../libasyncns0_0.8-4ubuntu2_amd64.deb ...\nUnpacking libasyncns0:amd64 (0.8-4ubuntu2) ...\nSelecting previously unselected package libogg0:amd64.\nPreparing to unpack .../libogg0_1.3.1-1ubuntu1_amd64.deb ...\nUnpacking libogg0:amd64 (1.3.1-1ubuntu1) ...\nSelecting previously unselected package libflac8:amd64.\nPreparing to unpack .../libflac8_1.3.0-2ubuntu0.14.04.1_amd64.deb ...\nUnpacking libflac8:amd64 (1.3.0-2ubuntu0.14.04.1) ...\nSelecting previously unselected package libvorbis0a:amd64.\nPreparing to unpack .../libvorbis0a_1.3.2-1.3ubuntu1.2_amd64.deb ...\nUnpacking libvorbis0a:amd64 (1.3.2-1.3ubuntu1.2) ...\nSelecting previously unselected package libvorbisenc2:amd64.\nPreparing to unpack .../libvorbisenc2_1.3.2-1.3ubuntu1.2_amd64.deb ...\nUnpacking libvorbisenc2:amd64 (1.3.2-1.3ubuntu1.2) ...\nSelecting previously unselected package libsndfile1:amd64.\nPreparing to unpack .../libsndfile1_1.0.25-7ubuntu2.2_amd64.deb ...\nUnpacking libsndfile1:amd64 (1.0.25-7ubuntu2.2) ...\nSelecting previously unselected package libpulse0:amd64.\nPreparing to unpack .../libpulse0_1%3a4.0-0ubuntu11.1_amd64.deb ...\nUnpacking libpulse0:amd64 (1:4.0-0ubuntu11.1) ...\nSelecting previously unselected package libsctp1:amd64.\nPreparing to unpack .../libsctp1_1.0.15+dfsg-1_amd64.deb ...\nUnpacking libsctp1:amd64 (1.0.15+dfsg-1) ...\nSelecting previously unselected package openjdk-7-jre-headless:amd64.\nPreparing to unpack .../openjdk-7-jre-headless_7u181-2.6.14-0ubuntu0.2_amd64.deb ...\nUnpacking openjdk-7-jre-headless:amd64 (7u181-2.6.14-0ubuntu0.2) ...\nSelecting previously unselected package cassandra.\nPreparing to unpack .../cassandra_2.1.15_all.deb ...\nUnpacking cassandra (2.1.15) ...\nSelecting previously unselected package libmnl0:amd64.\nPreparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ...\nUnpacking libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSelecting previously unselected package libnetfilter-conntrack3:amd64.\nPreparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ...\nUnpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSelecting previously unselected package dnsmasq-base.\nPreparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ...\nUnpacking dnsmasq-base (2.68-1ubuntu0.2) ...\nSelecting previously unselected package dnsmasq.\nPreparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ...\nUnpacking dnsmasq (2.68-1ubuntu0.2) ...\nSelecting previously unselected package libopts25:amd64.\nPreparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ...\nUnpacking libopts25:amd64 (1:5.18-2ubuntu2) ...\nSelecting previously unselected package ntp.\nPreparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ...\nUnpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\nSelecting previously unselected package python-setuptools.\nPreparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools (3.3-1ubuntu2) ...\nSelecting previously unselected package gnutls-bin.\nPreparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ...\nUnpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSelecting previously unselected package libpgm-5.1-0:amd64.\nPreparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ...\nUnpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSelecting previously unselected package libzmq3:amd64.\nPreparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ...\nUnpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSelecting previously unselected package python-virtualenv.\nPreparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ...\nUnpacking python-virtualenv (1.11.4-1ubuntu1) ...\nSelecting previously unselected package clearwater-infrastructure.\nPreparing to unpack .../clearwater-infrastructure_1.0-180328.114312_amd64.deb ...\nUnpacking clearwater-infrastructure (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-monit.\nPreparing to unpack .../clearwater-monit_5.18-180322.170159_amd64.deb ...\nUnpacking clearwater-monit (5.18-180322.170159) ...\nProcessing triggers for ca-certificates (20170717~14.04.1) ...\nUpdating certificates in /etc/ssl/certs... 0 added, 0 removed; done.\nRunning hooks in /etc/ca-certificates/update.d....done.\nProcessing triggers for man-db (2.6.7.1-1ubuntu1) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up tzdata-java (2017c-0ubuntu0.14.04) ...\nSetting up java-common (0.51) ...\nSetting up libavahi-common-data:amd64 (0.6.31-4ubuntu1.2) ...\nSetting up libavahi-common3:amd64 (0.6.31-4ubuntu1.2) ...\nSetting up libavahi-client3:amd64 (0.6.31-4ubuntu1.2) ...\nSetting up libcups2:amd64 (1.7.2-0ubuntu1.10) ...\nSetting up liblcms2-2:amd64 (2.5-0ubuntu4.1) ...\nSetting up libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ...\nSetting up libnspr4:amd64 (2:4.13.1-0ubuntu0.14.04.1) ...\nSetting up fonts-dejavu-core (2.34-1ubuntu1) ...\nSetting up fontconfig-config (2.11.0-0ubuntu4.2) ...\nSetting up libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ...\nSetting up libjpeg8:amd64 (8c-2ubuntu8) ...\nSetting up libpcsclite1:amd64 (1.8.10-1ubuntu1.1) ...\nSetting up libasyncns0:amd64 (0.8-4ubuntu2) ...\nSetting up libogg0:amd64 (1.3.1-1ubuntu1) ...\nSetting up libflac8:amd64 (1.3.0-2ubuntu0.14.04.1) ...\nSetting up libvorbis0a:amd64 (1.3.2-1.3ubuntu1.2) ...\nSetting up libvorbisenc2:amd64 (1.3.2-1.3ubuntu1.2) ...\nSetting up libsndfile1:amd64 (1.0.25-7ubuntu2.2) ...\nSetting up libpulse0:amd64 (1:4.0-0ubuntu11.1) ...\nSetting up libsctp1:amd64 (1.0.15+dfsg-1) ...\nSetting up libnss3-nssdb (2:3.28.4-0ubuntu0.14.04.3) ...\nSetting up libnss3:amd64 (2:3.28.4-0ubuntu0.14.04.3) ...\nSetting up ca-certificates-java (20130815ubuntu1) ...\nAdding debian:QuoVadis_Root_CA.pem\nAdding debian:Baltimore_CyberTrust_Root.pem\nAdding debian:Staat_der_Nederlanden_EV_Root_CA.pem\nAdding debian:Autoridad_de_Certificacion_Firmaprofesional_CIF_A62634068.pem\nAdding debian:GeoTrust_Primary_Certification_Authority_-_G3.pem\nAdding debian:Hellenic_Academic_and_Research_Institutions_RootCA_2015.pem\nAdding debian:USERTrust_ECC_Certification_Authority.pem\nAdding debian:ISRG_Root_X1.pem\nAdding debian:DigiCert_Global_Root_G3.pem\nAdding debian:DigiCert_Assured_ID_Root_G3.pem\nAdding debian:OISTE_WISeKey_Global_Root_GA_CA.pem\nAdding debian:SecureSign_RootCA11.pem\nAdding debian:Hellenic_Academic_and_Research_Institutions_RootCA_2011.pem\nAdding debian:certSIGN_ROOT_CA.pem\nAdding debian:DST_Root_CA_X3.pem\nAdding debian:Go_Daddy_Class_2_CA.pem\nAdding debian:T-TeleSec_GlobalRoot_Class_2.pem\nAdding debian:Network_Solutions_Certificate_Authority.pem\nAdding debian:Comodo_AAA_Services_root.pem\nAdding debian:EE_Certification_Centre_Root_CA.pem\nAdding debian:T-TeleSec_GlobalRoot_Class_3.pem\nAdding debian:GlobalSign_ECC_Root_CA_-_R5.pem\nAdding debian:GeoTrust_Primary_Certification_Authority_-_G2.pem\nAdding debian:IdenTrust_Public_Sector_Root_CA_1.pem\nAdding debian:Certum_Trusted_Network_CA_2.pem\nAdding debian:SwissSign_Gold_CA_-_G2.pem\nAdding debian:CNNIC_ROOT.pem\nAdding debian:DigiCert_High_Assurance_EV_Root_CA.pem\nAdding debian:GlobalSign_Root_CA.pem\nAdding debian:Certplus_Root_CA_G1.pem\nAdding debian:DigiCert_Global_Root_G2.pem\nAdding debian:Izenpe.com.pem\nAdding debian:AddTrust_Public_Services_Root.pem\nAdding debian:Amazon_Root_CA_4.pem\nAdding debian:TWCA_Global_Root_CA.pem\nAdding debian:AffirmTrust_Networking.pem\nAdding debian:Go_Daddy_Root_Certificate_Authority_-_G2.pem\nAdding debian:COMODO_ECC_Certification_Authority.pem\nAdding debian:AffirmTrust_Premium.pem\nAdding debian:DigiCert_Assured_ID_Root_CA.pem\nAdding debian:Staat_der_Nederlanden_Root_CA_-_G3.pem\nAdding debian:GeoTrust_Universal_CA_2.pem\nAdding debian:Amazon_Root_CA_2.pem\nAdding debian:Visa_eCommerce_Root.pem\nAdding debian:Chambers_of_Commerce_Root_-_2008.pem\nAdding debian:PSCProcert.pem\nAdding debian:CA_Disig_Root_R2.pem\nAdding debian:Comodo_Trusted_Services_root.pem\nAdding debian:thawte_Primary_Root_CA_-_G2.pem\nAdding debian:Certigna.pem\nAdding debian:Global_Chambersign_Root_-_2008.pem\nAdding debian:Staat_der_Nederlanden_Root_CA_-_G2.pem\nAdding debian:thawte_Primary_Root_CA_-_G3.pem\nAdding debian:Taiwan_GRCA.pem\nAdding debian:SwissSign_Silver_CA_-_G2.pem\nAdding debian:Trustis_FPS_Root_CA.pem\nAdding debian:Certinomis_-_Root_CA.pem\nAdding debian:Atos_TrustedRoot_2011.pem\nAdding debian:DST_ACES_CA_X6.pem\nAdding debian:T\ufffd\ufffdB\ufffd\ufffdTAK_UEKAE_K\ufffd\ufffdk_Sertifika_Hizmet_Sa\ufffd\ufffdlay\ufffd\ufffdc\ufffd\ufffds\ufffd\ufffd_-_S\ufffd\ufffdr\ufffd\ufffdm_3.pem\nAdding debian:GlobalSign_ECC_Root_CA_-_R4.pem\nAdding debian:ACCVRAIZ1.pem\nAdding debian:AddTrust_External_Root.pem\nAdding debian:GlobalSign_Root_CA_-_R3.pem\nAdding debian:AC_RAIZ_FNMT-RCM.pem\nAdding debian:DigiCert_Assured_ID_Root_G2.pem\nAdding debian:T\ufffd\ufffdRKTRUST_Elektronik_Sertifika_Hizmet_Sa\ufffd\ufffdlay\ufffd\ufffdc\ufffd\ufffds\ufffd\ufffd_H5.pem\nAdding debian:Swisscom_Root_EV_CA_2.pem\nAdding debian:ePKI_Root_Certification_Authority.pem\nAdding debian:Entrust_Root_Certification_Authority_-_G2.pem\nAdding debian:GeoTrust_Primary_Certification_Authority.pem\nAdding debian:Secure_Global_CA.pem\nAdding debian:DigiCert_Trusted_Root_G4.pem\nAdding debian:D-TRUST_Root_Class_3_CA_2_2009.pem\nAdding debian:Camerfirma_Global_Chambersign_Root.pem\nAdding debian:GeoTrust_Global_CA_2.pem\nAdding debian:Certplus_Root_CA_G2.pem\nAdding debian:GeoTrust_Global_CA.pem\nAdding debian:OpenTrust_Root_CA_G2.pem\nAdding debian:VeriSign_Universal_Root_Certification_Authority.pem\nAdding debian:Camerfirma_Chambers_of_Commerce_Root.pem\nAdding debian:Starfield_Root_Certificate_Authority_-_G2.pem\nAdding debian:TUBITAK_Kamu_SM_SSL_Kok_Sertifikasi_-_Surum_1.pem\nAdding debian:ACEDICOM_Root.pem\nAdding debian:Starfield_Services_Root_Certificate_Authority_-_G2.pem\nAdding debian:Cybertrust_Global_Root.pem\nAdding debian:Buypass_Class_2_Root_CA.pem\nAdding debian:LuxTrust_Global_Root_2.pem\nAdding debian:Entrust.net_Premium_2048_Secure_Server_CA.pem\nAdding debian:QuoVadis_Root_CA_3.pem\nAdding debian:AffirmTrust_Commercial.pem\nAdding debian:NetLock_Arany_=Class_Gold=_F\ufffd\ufffdtan\ufffd\ufffds\ufffd\ufffdtv\ufffd\ufffdny.pem\nAdding debian:China_Internet_Network_Information_Center_EV_Certificates_Root.pem\nAdding debian:AffirmTrust_Premium_ECC.pem\nAdding debian:USERTrust_RSA_Certification_Authority.pem\nAdding debian:Actalis_Authentication_Root_CA.pem\nAdding debian:Deutsche_Telekom_Root_CA_2.pem\nAdding debian:VeriSign_Class_3_Public_Primary_Certification_Authority_-_G5.pem\nAdding debian:thawte_Primary_Root_CA.pem\nAdding debian:Entrust_Root_Certification_Authority.pem\nAdding debian:Hongkong_Post_Root_CA_1.pem\nAdding debian:COMODO_RSA_Certification_Authority.pem\nAdding debian:XRamp_Global_CA_Root.pem\nAdding debian:COMODO_Certification_Authority.pem\nAdding debian:OISTE_WISeKey_Global_Root_GB_CA.pem\nAdding debian:Security_Communication_EV_RootCA1.pem\nAdding debian:TURKTRUST_Certificate_Services_Provider_Root_2007.pem\nAdding debian:SecureTrust_CA.pem\nAdding debian:Security_Communication_Root_CA.pem\nAdding debian:GlobalSign_Root_CA_-_R2.pem\nAdding debian:Hellenic_Academic_and_Research_Institutions_ECC_RootCA_2015.pem\nAdding debian:Certum_Trusted_Network_CA.pem\nAdding debian:QuoVadis_Root_CA_2.pem\nAdding debian:EC-ACC.pem\nAdding debian:DigiCert_Global_Root_CA.pem\nAdding debian:AddTrust_Low-Value_Services_Root.pem\nAdding debian:CA_Disig_Root_R1.pem\nAdding debian:QuoVadis_Root_CA_3_G3.pem\nAdding debian:Amazon_Root_CA_1.pem\nAdding debian:Certinomis_-_Autorit\ufffd\ufffd_Racine.pem\nAdding debian:Verisign_Class_3_Public_Primary_Certification_Authority_-_G3.pem\nAdding debian:Starfield_Class_2_CA.pem\nAdding debian:Swisscom_Root_CA_1.pem\nAdding debian:Swisscom_Root_CA_2.pem\nAdding debian:OpenTrust_Root_CA_G1.pem\nAdding debian:Microsec_e-Szigno_Root_CA_2009.pem\nAdding debian:Certum_Root_CA.pem\nAdding debian:Certplus_Class_2_Primary_CA.pem\nAdding debian:GeoTrust_Universal_CA.pem\nAdding debian:QuoVadis_Root_CA_1_G3.pem\nAdding debian:Sonera_Class_2_Root_CA.pem\nAdding debian:Security_Communication_RootCA2.pem\nAdding debian:D-TRUST_Root_Class_3_CA_2_EV_2009.pem\nAdding debian:QuoVadis_Root_CA_2_G3.pem\nAdding debian:Buypass_Class_3_Root_CA.pem\nAdding debian:IdenTrust_Commercial_Root_CA_1.pem\nAdding debian:TWCA_Root_Certification_Authority.pem\nAdding debian:Entrust_Root_Certification_Authority_-_EC1.pem\nAdding debian:SZAFIR_ROOT_CA2.pem\nAdding debian:Comodo_Secure_Services_root.pem\nAdding debian:Amazon_Root_CA_3.pem\nAdding debian:OpenTrust_Root_CA_G3.pem\nAdding debian:E-Tugra_Certification_Authority.pem\nAdding debian:VeriSign_Class_3_Public_Primary_Certification_Authority_-_G4.pem\nAdding debian:UTN_USERFirst_Hardware_Root_CA.pem\nAdding debian:TeliaSonera_Root_CA_v1.pem\nAdding debian:AddTrust_Qualified_Certificates_Root.pem\nAdding debian:CFCA_EV_ROOT.pem\ndone.\nSetting up openjdk-7-jre-headless:amd64 (7u181-2.6.14-0ubuntu0.2) ...\nupdate-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/java to provide /usr/bin/java (java) in auto mode\nupdate-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/keytool to provide /usr/bin/keytool (keytool) in auto mode\nupdate-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/pack200 to provide /usr/bin/pack200 (pack200) in auto mode\nupdate-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/rmid to provide /usr/bin/rmid (rmid) in auto mode\nupdate-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/rmiregistry to provide /usr/bin/rmiregistry (rmiregistry) in auto mode\nupdate-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/unpack200 to provide /usr/bin/unpack200 (unpack200) in auto mode\nupdate-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/orbd to provide /usr/bin/orbd (orbd) in auto mode\nupdate-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/servertool to provide /usr/bin/servertool (servertool) in auto mode\nupdate-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/tnameserv to provide /usr/bin/tnameserv (tnameserv) in auto mode\nupdate-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/lib/jexec to provide /usr/bin/jexec (jexec) in auto mode\nSetting up cassandra (2.1.15) ...\nAdding group `cassandra' (GID 111) ...\nDone.\nvm.max_map_count = 1048575\nnet.ipv4.tcp_keepalive_time = 300\nProcessing triggers for libc-bin (2.19-0ubuntu6.14) ...\nProcessing triggers for ca-certificates (20170717~14.04.1) ...\nUpdating certificates in /etc/ssl/certs... 0 added, 0 removed; done.\nRunning hooks in /etc/ca-certificates/update.d....\ndone.\ndone.\nProcessing triggers for ureadahead (0.100.0-16) ...\nSelecting previously unselected package clearwater-cassandra.\n(Reading database ... 53135 files and directories currently installed.)\nPreparing to unpack .../clearwater-cassandra_1.0-180328.114015_all.deb ...\nUnpacking clearwater-cassandra (1.0-180328.114015) ...\nSelecting previously unselected package libasan0:amd64.\nPreparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libatomic1:amd64.\nPreparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libboost-system1.54.0:amd64.\nPreparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-filesystem1.54.0:amd64.\nPreparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-program-options1.54.0:amd64.\nPreparing to unpack .../libboost-program-options1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-program-options1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-regex1.54.0:amd64.\nPreparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libgmp10:amd64.\nPreparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ...\nUnpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSelecting previously unselected package libisl10:amd64.\nPreparing to unpack .../libisl10_0.12.2-1_amd64.deb ...\nUnpacking libisl10:amd64 (0.12.2-1) ...\nSelecting previously unselected package libcloog-isl4:amd64.\nPreparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ...\nUnpacking libcloog-isl4:amd64 (0.18.2-1) ...\nSelecting previously unselected package libevent-core-2.0-5:amd64.\nPreparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package libevent-pthreads-2.0-5:amd64.\nPreparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package libgomp1:amd64.\nPreparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libitm1:amd64.\nPreparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libmpfr4:amd64.\nPreparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ...\nUnpacking libmpfr4:amd64 (3.1.2-1) ...\nSelecting previously unselected package mysql-common.\nPreparing to unpack .../mysql-common_5.5.61-0ubuntu0.14.04.1_all.deb ...\nUnpacking mysql-common (5.5.61-0ubuntu0.14.04.1) ...\nSelecting previously unselected package libmysqlclient18:amd64.\nPreparing to unpack .../libmysqlclient18_5.5.61-0ubuntu0.14.04.1_amd64.deb ...\nUnpacking libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ...\nSelecting previously unselected package libpython3.4:amd64.\nPreparing to unpack .../libpython3.4_3.4.3-1ubuntu1~14.04.6_amd64.deb ...\nUnpacking libpython3.4:amd64 (3.4.3-1ubuntu1~14.04.6) ...\nSelecting previously unselected package libquadmath0:amd64.\nPreparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libsensors4:amd64.\nPreparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ...\nUnpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSelecting previously unselected package libperl5.18.\nPreparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ...\nUnpacking libperl5.18 (5.18.2-2ubuntu1.6) ...\nSelecting previously unselected package libsnmp-base.\nPreparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ...\nUnpacking libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libsnmp30:amd64.\nPreparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ...\nUnpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libtsan0:amd64.\nPreparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package python-mock.\nPreparing to unpack .../python-mock_1.0.1-3_all.deb ...\nUnpacking python-mock (1.0.1-3) ...\nSelecting previously unselected package python-jsonschema.\nPreparing to unpack .../python-jsonschema_2.3.0-1build1_all.deb ...\nUnpacking python-jsonschema (2.3.0-1build1) ...\nSelecting previously unselected package libc-ares2:amd64.\nPreparing to unpack .../libc-ares2_1.10.0-2ubuntu0.2_amd64.deb ...\nUnpacking libc-ares2:amd64 (1.10.0-2ubuntu0.2) ...\nSelecting previously unselected package libmpc3:amd64.\nPreparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ...\nUnpacking libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSelecting previously unselected package clearwater-tcp-scalability.\nPreparing to unpack .../clearwater-tcp-scalability_1.0-180328.114312_all.deb ...\nUnpacking clearwater-tcp-scalability (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-log-cleanup.\nPreparing to unpack .../clearwater-log-cleanup_1.0-180328.114312_all.deb ...\nUnpacking clearwater-log-cleanup (1.0-180328.114312) ...\nSelecting previously unselected package astaire-libs.\nPreparing to unpack .../astaire-libs_1.0-180326.104711_amd64.deb ...\nUnpacking astaire-libs (1.0-180326.104711) ...\nSelecting previously unselected package cpulimit.\nPreparing to unpack .../cpulimit_2.0-1_amd64.deb ...\nUnpacking cpulimit (2.0-1) ...\nSelecting previously unselected package astaire.\nPreparing to unpack .../astaire_1.0-180326.104711_amd64.deb ...\nUnpacking astaire (1.0-180326.104711) ...\nSelecting previously unselected package binutils.\nPreparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ...\nUnpacking binutils (2.24-5ubuntu14.2) ...\nSelecting previously unselected package libc-dev-bin.\nPreparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc-dev-bin (2.19-0ubuntu6.14) ...\nSelecting previously unselected package linux-libc-dev:amd64.\nPreparing to unpack .../linux-libc-dev_3.13.0-153.203_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-153.203) ...\nSelecting previously unselected package libc6-dev:amd64.\nPreparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSelecting previously unselected package cpp-4.8.\nPreparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package cpp.\nPreparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking cpp (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libgcc-4.8-dev:amd64.\nPreparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc-4.8.\nPreparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc.\nPreparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking gcc (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libstdc++-4.8-dev:amd64.\nPreparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++-4.8.\nPreparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++.\nPreparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking g++ (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package make.\nPreparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ...\nUnpacking make (3.81-8.2ubuntu3) ...\nSelecting previously unselected package libdpkg-perl.\nPreparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ...\nUnpacking libdpkg-perl (1.17.5ubuntu5.8) ...\nSelecting previously unselected package dpkg-dev.\nPreparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ...\nUnpacking dpkg-dev (1.17.5ubuntu5.8) ...\nSelecting previously unselected package build-essential.\nPreparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ...\nUnpacking build-essential (11.6ubuntu6) ...\nSelecting previously unselected package libc-ares-dev:amd64.\nPreparing to unpack .../libc-ares-dev_1.10.0-2ubuntu0.2_amd64.deb ...\nUnpacking libc-ares-dev:amd64 (1.10.0-2ubuntu0.2) ...\nSelecting previously unselected package snmp.\nPreparing to unpack .../snmp_5.7.3~dfsg-clearwater1_amd64.deb ...\nUnpacking snmp (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package snmpd.\nPreparing to unpack .../snmpd_5.7.3~dfsg-clearwater1_amd64.deb ...\nUnpacking snmpd (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package clearwater-snmpd.\nPreparing to unpack .../clearwater-snmpd_1.0-180328.114312_all.deb ...\nUnpacking clearwater-snmpd (1.0-180328.114312) ...\nSelecting previously unselected package python-colorama.\nPreparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-distlib.\nPreparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-html5lib.\nPreparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib (0.999-3~ubuntu1) ...\nSelecting previously unselected package python3-pkg-resources.\nPreparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ...\nUnpacking python3-pkg-resources (3.3-1ubuntu2) ...\nSelecting previously unselected package python-chardet-whl.\nPreparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ...\nUnpacking python-chardet-whl (2.2.1-2~ubuntu1) ...\nSelecting previously unselected package python-colorama-whl.\nPreparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-distlib-whl.\nPreparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib-whl (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-html5lib-whl.\nPreparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib-whl (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-six-whl.\nPreparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ...\nUnpacking python-six-whl (1.5.2-1ubuntu1) ...\nSelecting previously unselected package python-urllib3-whl.\nPreparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ...\nUnpacking python-urllib3-whl (1.7.1-1ubuntu4) ...\nSelecting previously unselected package python-requests-whl.\nPreparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ...\nUnpacking python-requests-whl (2.2.1-1ubuntu0.3) ...\nSelecting previously unselected package python-setuptools-whl.\nPreparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools-whl (3.3-1ubuntu2) ...\nSelecting previously unselected package python-pip-whl.\nPreparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip-whl (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-pip.\nPreparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip (1.5.4-1ubuntu4) ...\nSelecting previously unselected package clearwater-etcd.\nPreparing to unpack .../clearwater-etcd_1.0-180328.115321_all.deb ...\nUnpacking clearwater-etcd (1.0-180328.115321) ...\nSelecting previously unselected package clearwater-queue-manager.\nPreparing to unpack .../clearwater-queue-manager_1.0-180328.115321_all.deb ...\nUnpacking clearwater-queue-manager (1.0-180328.115321) ...\nSelecting previously unselected package clearwater-config-manager.\nPreparing to unpack .../clearwater-config-manager_1.0-180328.115321_all.deb ...\nUnpacking clearwater-config-manager (1.0-180328.115321) ...\nSelecting previously unselected package chronos.\nPreparing to unpack .../chronos_1.0-180328.120836_amd64.deb ...\nUnpacking chronos (1.0-180328.120836) ...\nSelecting previously unselected package libinotifytools0.\nPreparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ...\nUnpacking libinotifytools0 (3.14-1ubuntu1) ...\nSelecting previously unselected package inotify-tools.\nPreparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ...\nUnpacking inotify-tools (3.14-1ubuntu1) ...\nSelecting previously unselected package realpath.\nPreparing to unpack .../realpath_1.19_amd64.deb ...\nUnpacking realpath (1.19) ...\nSelecting previously unselected package sysstat.\nPreparing to unpack .../sysstat_10.2.0-1_amd64.deb ...\nUnpacking sysstat (10.2.0-1) ...\nSelecting previously unselected package iotop.\nPreparing to unpack .../archives/iotop_0.6-1_amd64.deb ...\nUnpacking iotop (0.6-1) ...\nSelecting previously unselected package clearwater-diags-monitor.\nPreparing to unpack .../clearwater-diags-monitor_1.0-180328.114312_all.deb ...\nUnpacking clearwater-diags-monitor (1.0-180328.114312) ...\nSelecting previously unselected package memcached.\nPreparing to unpack .../memcached_1.6.00-0clearwater0.6_amd64.deb ...\nUnpacking memcached (1.6.00-0clearwater0.6) ...\nSelecting previously unselected package clearwater-memcached.\nPreparing to unpack .../clearwater-memcached_1.0-180328.114312_all.deb ...\nUnpacking clearwater-memcached (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-snmp-handler-astaire.\nPreparing to unpack .../clearwater-snmp-handler-astaire_1.0-180326.110542_amd64.deb ...\nUnpacking clearwater-snmp-handler-astaire (1.0-180326.110542) ...\nSelecting previously unselected package crest-prov.\nPreparing to unpack .../crest-prov_1.0-180326.111418_amd64.deb ...\nUnpacking crest-prov (1.0-180326.111418) ...\nSelecting previously unselected package libfakeroot:amd64.\nPreparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking libfakeroot:amd64 (1.20-3ubuntu2) ...\nSelecting previously unselected package fakeroot.\nPreparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking fakeroot (1.20-3ubuntu2) ...\nSelecting previously unselected package gdb.\nPreparing to unpack .../gdb_7.7.1-0ubuntu5~14.04.3_amd64.deb ...\nUnpacking gdb (7.7.1-0ubuntu5~14.04.3) ...\nSelecting previously unselected package homer-cassandra.\nPreparing to unpack .../homer-cassandra_1.0-180326.111418_amd64.deb ...\nUnpacking homer-cassandra (1.0-180326.111418) ...\nSelecting previously unselected package homestead-cassandra.\nPreparing to unpack .../homestead-cassandra_1.0-180326.115231_amd64.deb ...\nUnpacking homestead-cassandra (1.0-180326.115231) ...\nSelecting previously unselected package homestead-prov-cassandra.\nPreparing to unpack .../homestead-prov-cassandra_1.0-180326.111418_amd64.deb ...\nUnpacking homestead-prov-cassandra (1.0-180326.111418) ...\nSelecting previously unselected package libalgorithm-diff-perl.\nPreparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ...\nUnpacking libalgorithm-diff-perl (1.19.02-3) ...\nSelecting previously unselected package libalgorithm-diff-xs-perl.\nPreparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ...\nUnpacking libalgorithm-diff-xs-perl (0.04-2build4) ...\nSelecting previously unselected package libalgorithm-merge-perl.\nPreparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ...\nUnpacking libalgorithm-merge-perl (0.08-2) ...\nSelecting previously unselected package libfile-fcntllock-perl.\nPreparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ...\nUnpacking libfile-fcntllock-perl (0.14-2build1) ...\nSelecting previously unselected package lksctp-tools.\nPreparing to unpack .../lksctp-tools_1.0.15+dfsg-1_amd64.deb ...\nUnpacking lksctp-tools (1.0.15+dfsg-1) ...\nSelecting previously unselected package manpages-dev.\nPreparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ...\nUnpacking manpages-dev (3.54-1ubuntu1) ...\nSelecting previously unselected package python-wheel.\nPreparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ...\nUnpacking python-wheel (0.24.0-1~ubuntu1) ...\nSelecting previously unselected package rogers-libs.\nPreparing to unpack .../rogers-libs_1.0-180326.104711_amd64.deb ...\nUnpacking rogers-libs (1.0-180326.104711) ...\nSelecting previously unselected package rogers.\nPreparing to unpack .../rogers_1.0-180326.104711_amd64.deb ...\nUnpacking rogers (1.0-180326.104711) ...\nSelecting previously unselected package vellum.\nPreparing to unpack .../vellum_1.0-180328.114312_amd64.deb ...\nUnpacking vellum (1.0-180328.114312) ...\nSelecting previously unselected package libc6-dbg:amd64.\nPreparing to unpack .../libc6-dbg_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc6-dbg:amd64 (2.19-0ubuntu6.14) ...\nSelecting previously unselected package memcached-dbg.\nPreparing to unpack .../memcached-dbg_1.6.00-0clearwater0.6_amd64.deb ...\nUnpacking memcached-dbg (1.6.00-0clearwater0.6) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nProcessing triggers for man-db (2.6.7.1-1ubuntu1) ...\nSetting up libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSetting up libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSetting up dnsmasq-base (2.68-1ubuntu0.2) ...\nSetting up dnsmasq (2.68-1ubuntu0.2) ...\n * Starting DNS forwarder and DHCP server dnsmasq\n ...done.\nSetting up libopts25:amd64 (1:5.18-2ubuntu2) ...\nSetting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\n * Starting NTP server ntpd\n ...done.\nSetting up python-setuptools (3.3-1ubuntu2) ...\nSetting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSetting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSetting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSetting up python-virtualenv (1.11.4-1ubuntu1) ...\nSetting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-program-options1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSetting up libisl10:amd64 (0.12.2-1) ...\nSetting up libcloog-isl4:amd64 (0.18.2-1) ...\nSetting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libmpfr4:amd64 (3.1.2-1) ...\nSetting up mysql-common (5.5.61-0ubuntu0.14.04.1) ...\nSetting up libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ...\nSetting up libpython3.4:amd64 (3.4.3-1ubuntu1~14.04.6) ...\nSetting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSetting up libperl5.18 (5.18.2-2ubuntu1.6) ...\nSetting up libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSetting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSetting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up python-mock (1.0.1-3) ...\nSetting up python-jsonschema (2.3.0-1build1) ...\nSetting up libc-ares2:amd64 (1.10.0-2ubuntu0.2) ...\nSetting up libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSetting up clearwater-tcp-scalability (1.0-180328.114312) ...\nSetting up astaire-libs (1.0-180326.104711) ...\nSetting up cpulimit (2.0-1) ...\nSetting up binutils (2.24-5ubuntu14.2) ...\nSetting up libc-dev-bin (2.19-0ubuntu6.14) ...\nSetting up linux-libc-dev:amd64 (3.13.0-153.203) ...\nSetting up libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSetting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up cpp (4:4.8.2-1ubuntu6) ...\nSetting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up gcc (4:4.8.2-1ubuntu6) ...\nSetting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up g++ (4:4.8.2-1ubuntu6) ...\nupdate-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode\nSetting up make (3.81-8.2ubuntu3) ...\nSetting up libdpkg-perl (1.17.5ubuntu5.8) ...\nSetting up dpkg-dev (1.17.5ubuntu5.8) ...\nSetting up build-essential (11.6ubuntu6) ...\nSetting up libc-ares-dev:amd64 (1.10.0-2ubuntu0.2) ...\nSetting up snmp (5.7.3~dfsg-clearwater1) ...\nSetting up snmpd (5.7.3~dfsg-clearwater1) ...\nupdate-rc.d: warning: stop runlevel arguments (1) do not match snmpd Default-Stop values (0 1 6)\n * Starting network management services:\nSetting up python-colorama (0.2.5-0.1ubuntu2) ...\nSetting up python-distlib (0.1.8-1ubuntu1) ...\nSetting up python-html5lib (0.999-3~ubuntu1) ...\nSetting up python3-pkg-resources (3.3-1ubuntu2) ...\nSetting up python-chardet-whl (2.2.1-2~ubuntu1) ...\nSetting up python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSetting up python-distlib-whl (0.1.8-1ubuntu1) ...\nSetting up python-html5lib-whl (0.999-3~ubuntu1) ...\nSetting up python-six-whl (1.5.2-1ubuntu1) ...\nSetting up python-urllib3-whl (1.7.1-1ubuntu4) ...\nSetting up python-requests-whl (2.2.1-1ubuntu0.3) ...\nSetting up python-setuptools-whl (3.3-1ubuntu2) ...\nSetting up python-pip-whl (1.5.4-1ubuntu4) ...\nSetting up python-pip (1.5.4-1ubuntu4) ...\nSetting up libinotifytools0 (3.14-1ubuntu1) ...\nSetting up inotify-tools (3.14-1ubuntu1) ...\nSetting up realpath (1.19) ...\nSetting up sysstat (10.2.0-1) ...\n\nCreating config file /etc/default/sysstat with new version\nupdate-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode\nSetting up iotop (0.6-1) ...\nSetting up memcached (1.6.00-0clearwater0.6) ...\nRestarting memcached: memcached.\nSetting up crest-prov (1.0-180326.111418) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/crest-prov/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nCollecting crest\nCollecting idna (from crest)\nCollecting cryptography (from crest)\nCollecting pure-sasl (from crest)\nCollecting thrift (from crest)\nCollecting six (from crest)\nCollecting Twisted (from crest)\nCollecting ipaddress (from crest)\nCollecting cyclone (from crest)\nCollecting pyOpenSSL (from crest)\nCollecting zope.interface (from crest)\nCollecting telephus (from crest)\nCollecting constantly (from crest)\nCollecting attrs (from crest)\nCollecting prctl (from crest)\nCollecting Automat (from crest)\nCollecting setuptools (from crest)\nCollecting cql (from crest)\nCollecting lxml (from crest)\nCollecting asn1crypto (from crest)\nCollecting metaswitchcommon (from crest)\nCollecting incremental (from crest)\nCollecting msgpack-python (from crest)\nCollecting defusedxml (from crest)\nCollecting enum34 (from crest)\nCollecting cffi>=1.7 (from cryptography->crest)\nCollecting pycparser (from metaswitchcommon->crest)\nCollecting pycrypto (from metaswitchcommon->crest)\nCollecting monotonic (from metaswitchcommon->crest)\nCollecting pyzmq (from metaswitchcommon->crest)\nInstalling collected packages: idna, ipaddress, six, pycparser, cffi, asn1crypto, enum34, cryptography, pure-sasl, thrift, attrs, Automat, constantly, setuptools, zope.interface, incremental, Twisted, pyOpenSSL, cyclone, telephus, prctl, cql, lxml, pycrypto, monotonic, pyzmq, metaswitchcommon, msgpack-python, defusedxml, crest\n Found existing installation: setuptools 2.2\n Uninstalling setuptools-2.2:\n Successfully uninstalled setuptools-2.2\nSuccessfully installed Automat-0.6.0 Twisted-17.1.0 asn1crypto-0.22.0 attrs-17.2.0 cffi-1.10.0 constantly-15.1.0 cql-1.4.0 crest-0.1 cryptography-1.9 cyclone-1.0 defusedxml-0.5.0 enum34-1.1.6 idna-2.5 incremental-17.5.0 ipaddress-1.0.18 lxml-3.6.0 metaswitchcommon-0.1 monotonic-0.6 msgpack-python-0.4.7 prctl-1.0.1 pure-sasl-0.4.0 pyOpenSSL-17.0.0 pycparser-2.18 pycrypto-2.6.1 pyzmq-16.0.2 setuptools-24.0.0 six-1.10.0 telephus-1.0.0b1 thrift-0.9.3 zope.interface-4.4.1\nSetting up libfakeroot:amd64 (1.20-3ubuntu2) ...\nSetting up fakeroot (1.20-3ubuntu2) ...\nupdate-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode\nSetting up gdb (7.7.1-0ubuntu5~14.04.3) ...\nSetting up libalgorithm-diff-perl (1.19.02-3) ...\nSetting up libalgorithm-diff-xs-perl (0.04-2build4) ...\nSetting up libalgorithm-merge-perl (0.08-2) ...\nSetting up libfile-fcntllock-perl (0.14-2build1) ...\nSetting up lksctp-tools (1.0.15+dfsg-1) ...\nSetting up manpages-dev (3.54-1ubuntu1) ...\nSetting up python-wheel (0.24.0-1~ubuntu1) ...\nSetting up rogers-libs (1.0-180326.104711) ...\nSetting up libc6-dbg:amd64 (2.19-0ubuntu6.14) ...\nSetting up memcached-dbg (1.6.00-0clearwater0.6) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-infrastructure (1.0-180328.114312) ...\nProcessing pyzmq-16.0.2-py2.7-linux-x86_64.egg\nCopying pyzmq-16.0.2-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages\nAdding pyzmq 16.0.2 to easy-install.pth file\n\nInstalled /usr/local/lib/python2.7/dist-packages/pyzmq-16.0.2-py2.7-linux-x86_64.egg\nProcessing dependencies for pyzmq==16.0.2\nFinished processing dependencies for pyzmq==16.0.2\nNew python executable in /usr/share/clearwater/infrastructure/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nCollecting cw_infrastructure\nCollecting nsenter (from cw_infrastructure)\nCollecting argparse (from cw_infrastructure)\nCollecting contextlib2 (from cw_infrastructure)\nCollecting dnspython (from cw_infrastructure)\nCollecting pathlib (from cw_infrastructure)\nInstalling collected packages: argparse, contextlib2, pathlib, nsenter, dnspython, cw-infrastructure\n Found existing installation: argparse 1.2.1\n Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env\nSuccessfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\nreload: Unknown job: clearwater-monit\nchronos: unrecognized service\nreload: Unknown job: clearwater-monit\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-log-cleanup (1.0-180328.114312) ...\nSetting up clearwater-monit (5.18-180322.170159) ...\nclearwater-monit start/running, process 11903\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-snmpd (1.0-180328.114312) ...\n * Stopping network management services:\nSetting up clearwater-etcd (1.0-180328.115321) ...\nSetting up clearwater-diags-monitor (1.0-180328.114312) ...\nSetting up clearwater-memcached (1.0-180328.114312) ...\n * Restarting clearwater-infrastructure clearwater-infrastructure\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\nreload: Job is not running: clearwater-monit\nreload: Job is not running: clearwater-monit\n ...done.\nSetting up clearwater-snmp-handler-astaire (1.0-180326.110542) ...\n * Stopping network management services:\nSetting up rogers (1.0-180326.104711) ...\n * Restarting clearwater-infrastructure clearwater-infrastructure\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\nreload: Job is not running: clearwater-monit\n ...done.\nSetting up clearwater-cassandra (1.0-180328.114015) ...\nAdding 'diversion of /etc/default/cassandra to /etc/default/cassandra.clearwater-orig by clearwater-cassandra'\nAdding 'diversion of /etc/init.d/cassandra to /etc/init.d/cassandra.clearwater-orig by clearwater-cassandra'\nAdding 'diversion of /usr/share/cassandra/cassandra.in.sh to /usr/share/cassandra/cassandra.in.sh.clearwater-orig by clearwater-cassandra'\nAdding 'diversion of /etc/cassandra/cassandra.yaml to /usr/share/clearwater-cassandra/etc++cassandra++cassandra.yaml by clearwater-cassandra'\nAdding 'diversion of /etc/cassandra/cassandra-rackdc.properties to /usr/share/clearwater-cassandra/etc++cassandra++cassandra-rackdc.properties by clearwater-cassandra'\nAdding 'diversion of /etc/cassandra/cassandra-env.sh to /usr/share/clearwater-cassandra/etc++cassandra++cassandra-env.sh by clearwater-cassandra'\n * Restarting clearwater-infrastructure clearwater-infrastructure\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\nreload: Job is not running: clearwater-monit\nExiting: cassandra.yaml is missing\nreload: Job is not running: clearwater-monit\nExiting: cassandra.yaml is missing\nreload: Job is not running: clearwater-monit\n ...done.\nreload: Job is not running: clearwater-monit\nSetting up astaire (1.0-180326.104711) ...\nastaire-throttle start/running, process 12532\n * Restarting clearwater-infrastructure clearwater-infrastructure\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n ...done.\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up homer-cassandra (1.0-180326.111418) ...\n * Restarting clearwater-infrastructure clearwater-infrastructure\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n ...done.\nSetting up homestead-cassandra (1.0-180326.115231) ...\n * Restarting clearwater-infrastructure clearwater-infrastructure\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n ...done.\nSetting up homestead-prov-cassandra (1.0-180326.111418) ...\n * Restarting clearwater-infrastructure clearwater-infrastructure\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n ...done.\nSetting up clearwater-queue-manager (1.0-180328.115321) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-queue-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nCollecting clearwater_queue_manager\nCollecting clearwater-etcd-shared (from clearwater_queue_manager)\nCollecting metaswitchcommon (from clearwater_queue_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting urllib3 (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_queue_manager)\nCollecting cffi (from metaswitchcommon->clearwater_queue_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_queue_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_queue_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_queue_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_queue_manager)\nInstalling collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-queue-manager\nSuccessfully installed cffi-1.10.0 clearwater-etcd-shared-1.0 clearwater-queue-manager-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1\nupdate-rc.d: warning: start runlevel arguments (none) do not match clearwater-queue-manager Default-Start values (2 3 4 5)\nupdate-rc.d: warning: stop runlevel arguments (none) do not match clearwater-queue-manager Default-Stop values (0 1 6)\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-config-manager (1.0-180328.115321) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-config-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nCollecting clearwater_config_manager\nCollecting nsenter (from clearwater_config_manager)\nCollecting requests (from clearwater_config_manager)\nCollecting clearwater-etcd-shared (from clearwater_config_manager)\nCollecting metaswitchcommon (from clearwater_config_manager)\nCollecting jsonschema (from clearwater_config_manager)\nCollecting argparse (from nsenter->clearwater_config_manager)\nCollecting contextlib2 (from nsenter->clearwater_config_manager)\nCollecting pathlib (from nsenter->clearwater_config_manager)\nCollecting urllib3<1.23,>=1.21.1 (from requests->clearwater_config_manager)\nCollecting idna<2.7,>=2.5 (from requests->clearwater_config_manager)\nCollecting chardet<3.1.0,>=3.0.2 (from requests->clearwater_config_manager)\nCollecting certifi>=2017.4.17 (from requests->clearwater_config_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_config_manager)\nCollecting cffi (from metaswitchcommon->clearwater_config_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_config_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_config_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_config_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_config_manager)\nInstalling collected packages: argparse, contextlib2, pathlib, nsenter, urllib3, idna, chardet, certifi, requests, futures, py2-ipaddress, prctl, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, jsonschema, clearwater-config-manager\n Found existing installation: argparse 1.2.1\n Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/clearwater-config-manager/env\nSuccessfully installed argparse-1.4.0 certifi-2017.7.27.1 cffi-1.10.0 chardet-3.0.4 clearwater-config-manager-1.0 clearwater-etcd-shared-1.0 contextlib2-0.5.5 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 idna-2.6 jsonschema-2.3.0 metaswitchcommon-0.1 monotonic-0.6 nsenter-0.2 pathlib-1.0.1 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 requests-2.18.4 six-1.10.0 urllib3-1.21.1\nupdate-rc.d: warning: start runlevel arguments (none) do not match clearwater-config-manager Default-Start values (2 3 4 5)\nupdate-rc.d: warning: stop runlevel arguments (none) do not match clearwater-config-manager Default-Stop values (0 1 6)\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up chronos (1.0-180328.120836) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up vellum (1.0-180328.114312) ...\nProcessing triggers for libc-bin (2.19-0ubuntu6.14) ...\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n clearwater-cluster-manager\nThe following NEW packages will be installed:\n clearwater-cluster-manager clearwater-management\n0 upgraded, 2 newly installed, 0 to remove and 3 not upgraded.\nNeed to get 6120 kB of archives.\nAfter this operation, 6459 kB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ clearwater-cluster-manager 1.0-180328.115321 [6108 kB]\nGet:2 http://repo.cw-ngv.com/stable/ binary/ clearwater-management 1.0-180328.115321 [12.4 kB]\nFetched 6120 kB in 1s (5932 kB/s)\nSelecting previously unselected package clearwater-cluster-manager.\n(Reading database ... 59692 files and directories currently installed.)\nPreparing to unpack .../clearwater-cluster-manager_1.0-180328.115321_all.deb ...\nUnpacking clearwater-cluster-manager (1.0-180328.115321) ...\nSelecting previously unselected package clearwater-management.\nPreparing to unpack .../clearwater-management_1.0-180328.115321_all.deb ...\nUnpacking clearwater-management (1.0-180328.115321) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-cluster-manager (1.0-180328.115321) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-cluster-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nCollecting clearwater_cluster_manager\nCollecting clearwater-etcd-shared (from clearwater_cluster_manager)\nCollecting metaswitchcommon (from clearwater_cluster_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting urllib3 (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_cluster_manager)\nCollecting cffi (from metaswitchcommon->clearwater_cluster_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_cluster_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_cluster_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_cluster_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager)\nInstalling collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-cluster-manager\nSuccessfully installed cffi-1.10.0 clearwater-cluster-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1\nupdate-rc.d: warning: start runlevel arguments (none) do not match clearwater-cluster-manager Default-Start values (2 3 4 5)\nupdate-rc.d: warning: stop runlevel arguments (none) do not match clearwater-cluster-manager Default-Stop values (0 1 6)\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-management (1.0-180328.115321) ...\n+ retries=0\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.206\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.206\n++ echo A 172.30.9.206\n++ ip2rr 192.168.1.4\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.4\n++ echo A 192.168.1.4\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 0 -lt 10 ']'\n+ retries=1\n+ echo 'nsupdate failed - retrying (retry 1)...'\nnsupdate failed - retrying (retry 1)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.206\n++ echo 172.30.9.206\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.206\n++ ip2rr 192.168.1.4\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.4\n++ echo A 192.168.1.4\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 1 -lt 10 ']'\n+ retries=2\n+ echo 'nsupdate failed - retrying (retry 2)...'\nnsupdate failed - retrying (retry 2)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.206\n++ echo 172.30.9.206\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.206\n++ ip2rr 192.168.1.4\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.4\n++ echo A 192.168.1.4\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 2 -lt 10 ']'\n+ retries=3\n+ echo 'nsupdate failed - retrying (retry 3)...'\nnsupdate failed - retrying (retry 3)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.206\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.206\n++ echo A 172.30.9.206\n++ ip2rr 192.168.1.4\n++ echo 192.168.1.4\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.4\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 3 -lt 10 ']'\n+ retries=4\n+ echo 'nsupdate failed - retrying (retry 4)...'\nnsupdate failed - retrying (retry 4)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.206\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.206\n++ echo A 172.30.9.206\n++ ip2rr 192.168.1.4\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.4\n++ echo A 192.168.1.4\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 4 -lt 10 ']'\n+ retries=5\n+ echo 'nsupdate failed - retrying (retry 5)...'\nnsupdate failed - retrying (retry 5)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.206\n++ echo 172.30.9.206\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.206\n++ ip2rr 192.168.1.4\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.4\n++ echo A 192.168.1.4\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 5 -lt 10 ']'\n+ retries=6\n+ echo 'nsupdate failed - retrying (retry 6)...'\nnsupdate failed - retrying (retry 6)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.206\n++ echo 172.30.9.206\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.206\n++ ip2rr 192.168.1.4\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.4\n++ echo A 192.168.1.4\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 6 -lt 10 ']'\n+ retries=7\n+ echo 'nsupdate failed - retrying (retry 7)...'\nnsupdate failed - retrying (retry 7)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.206\n++ echo 172.30.9.206\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.206\n++ ip2rr 192.168.1.4\n++ echo 192.168.1.4\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.4\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 7 -lt 10 ']'\n+ retries=8\n+ echo 'nsupdate failed - retrying (retry 8)...'\nnsupdate failed - retrying (retry 8)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.206\n++ echo 172.30.9.206\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.206\n++ ip2rr 192.168.1.4\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.4\n++ echo A 192.168.1.4\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 8 -lt 10 ']'\n+ retries=9\n+ echo 'nsupdate failed - retrying (retry 9)...'\nnsupdate failed - retrying (retry 9)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.206\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.206\n++ echo A 172.30.9.206\n++ ip2rr 192.168.1.4\n++ echo 192.168.1.4\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.4\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 9 -lt 10 ']'\n+ retries=10\n+ echo 'nsupdate failed - retrying (retry 10)...'\nnsupdate failed - retrying (retry 10)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.206\n++ echo 172.30.9.206\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.206\n++ ip2rr 192.168.1.4\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.4\n++ echo A 192.168.1.4\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 10 -lt 10 ']'\n+ echo 'nameserver 192.168.0.5'\n+ echo RESOLV_CONF=/etc/dnsmasq.resolv.conf\n+ mkdir -p /etc/netns/signaling\n+ echo 'nameserver 192.168.1.14'\n+ service dnsmasq force-reload\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\nci-info: ++++++++++Authorized keys from /home/ubuntu/.ssh/authorized_keys for user ubuntu+++++++++++\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nci-info: | Keytype | Fingerprint (md5) | Options | Comment |\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nci-info: | ssh-rsa | 2c:92:48:e8:e4:cd:71:cf:8b:13:5d:18:72:7b:c4:7a | - | Generated-by-Nova |\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nec2: \nec2: #############################################################\nec2: -----BEGIN SSH HOST KEY FINGERPRINTS-----\nec2: 1024 99:fc:f0:1c:fe:17:50:d6:35:c8:58:d1:fe:d1:19:05 root@vellum-0 (DSA)\nec2: 256 0b:8f:3e:41:e3:38:96:4f:87:97:e5:d3:54:a5:c7:a7 root@vellum-0 (ECDSA)\nec2: 256 c9:42:f2:06:42:2b:d5:5c:c8:fa:52:6b:07:b8:63:75 root@vellum-0 (ED25519)\nec2: 2048 b6:72:56:9c:70:7a:a5:0f:c0:92:5c:37:b7:0c:ba:26 root@vellum-0 (RSA)\nec2: -----END SSH HOST KEY FINGERPRINTS-----\nec2: #############################################################\n-----BEGIN SSH HOST KEY KEYS-----\necdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBB51FR4807+Wm9PL7C1lpTiSVcMvDUv8iZsIkSBRorx4GWeYnK8u7/Tgog0/UbdbRAEkbNfanGA8SCB/nLScmLo= root@vellum-0\nssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHoecZoUJsjhi6io9je0hS3BeMVhHCHJaQiWH5AW0le+ root@vellum-0\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDwV8NXHRFMK520ECGo3YNhW5zU/Gz2lLjLPeJiOsRi+/Z6NwHcJ8EeciiIicXxMy0+PkoXw+mb6n3DARhhDC7hh6y9YdptM9yTDKNzrU4z7LdjAKThtq5Z8QWyR7pwx/LSObx0ioYz7mKX6PWTNQUmcAuvuc+Z8DSiWyu02aa38QcYoGhcE97bkI4XWrzqGuoMlC6+C3/9AvYv0ZT+Lfo0YDCb7fh7Od1jgNp1ZgUvCLtfIrIH5wFoSz06WEkMGC7Ne+MKSW47kUG9VGo4Hh1sKmKX+IZArWU0fy7SOQbba7snQ73uRQDZYiXbvdRJcR81RZRje4o9bbx5/+O+9sRD root@vellum-0\n-----END SSH HOST KEY KEYS-----\nCloud-init v. 0.7.5 finished at Sun, 12 Aug 2018 09:21:37 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 431.14 seconds\n"} 2018-08-12 09:24:18,505 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/7a80620a-d807-4698-b6c3-7c140a7b5157/action used request id req-b1fd4ad0-2636-4fab-9abb-dae8e09a5c77 2018-08-12 09:24:18,505 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0859429836273s 2018-08-12 09:24:18,508 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/7a80620a-d807-4698-b6c3-7c140a7b5157/action used request id req-b1fd4ad0-2636-4fab-9abb-dae8e09a5c77 2018-08-12 09:24:18,508 - functest.core.singlevm - DEBUG - console: 32] Key type encrypted registered [ 0.650089] AppArmor: AppArmor sha1 policy hashing enabled [ 0.651156] IMA: No TPM chip found, activating TPM-bypass! [ 0.652662] regulator-dummy: disabling [ 0.653508] Magic number: 14:35:222 [ 0.654429] rtc_cmos 00:00: setting system clock to 2018-08-12 09:14:26 UTC (1534065266) [ 0.656096] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.657232] EDD information not available. [ 0.721334] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000) [ 0.723017] Write protecting the kernel read-only data: 12288k [ 0.724661] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000) [ 0.727433] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.741278] systemd-udevd[107]: starting version 204 [ 0.784450] FDC 0 is a S82078B [ 0.924099] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.089452] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.091331] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.093351] usb 1-1: Product: QEMU USB Tablet [ 1.094502] usb 1-1: Manufacturer: QEMU [ 1.095815] usb 1-1: SerialNumber: 42 [ 1.384094] tsc: Refined TSC clocksource calibration: 3491.821 MHz [ 1.793167] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.029809] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.118923] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Populate /dev filesystem[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Populate /dev filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] [ 2.207283] EXT4-fs (vda1): re-mounted. Opts: (null) * Stopping Track if upstart is running in a container[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sun, 12 Aug 2018 09:14:29 +0000. Up 3.99 seconds. cloud-init-nonet[4.23]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting cold plug devices[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[5.76]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sun, 12 Aug 2018 09:14:31 +0000. Up 5.90 seconds. ci-info: +++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+--------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+--------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:b4:d8:25 | ci-info: | eth0 | True | 192.168.0.11 | 255.255.255.0 | fa:16:3e:16:9d:e5 | ci-info: +--------+-------+--------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.1 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: b6:72:56:9c:70:7a:a5:0f:c0:92:5c:37:b7:0c:ba:26 root@vellum-0 The key's randomart image is: +--[ RSA 2048]----+ | . + . | | . + o = . | | + = . + | | . B + | | E S B | | + + o | | . + . | | + | | | +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: 99:fc:f0:1c:fe:17:50:d6:35:c8:58:d1:fe:d1:19:05 root@vellum-0 The key's randomart image is: +--[ DSA 1024]----+ | +oE+=| | . oooo| | o. +| | . o . +.| | S . . o| | * . . .| | = . | | . . | | .. | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: 0b:8f:3e:41:e3:38:96:4f:87:97:e5:d3:54:a5:c7:a7 root@vellum-0 The key's randomart image is: +--[ECDSA 256]---+ | ..| | .o | | .. +| | o . . o.| | =.oS+ o E | | = =++.o . | | . +.+o . | | .o | | .. | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: c9:42:f2:06:42:2b:d5:5c:c8:fa:52:6b:07:b8:63:75 root@vellum-0 The key's randomart image is: +--[ED25519 256--+ | o+ o. | | o .= | |. ooo . | | .o.+=E. . | | = ++ S | | = +... | | . + . | | | | | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] * Starting system logging daemon[74G[ OK ] * Starting Handle applying cloud-config[74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] * Starting ACPI daemon[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] Cloud-init v. 0.7.5 running 'modules:config' at Sun, 12 Aug 2018 09:14:37 +0000. Up 11.66 seconds. * Stopping System V runlevel compatibility[74G[ OK ] Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Sun, 12 Aug 2018 09:14:38 +0000. Up 12.55 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 Ubuntu 14.04.5 LTS vellum-0 ttyS0 vellum-0 login: 100 3149 100 3149 0 0 12224 0 --:--:-- --:--:-- --:--:-- 12205100 3149 100 3149 0 0 12218 0 --:--:-- --:--:-- --:--:-- 12205 OK + apt-get update Get:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Ign http://repo.cw-ngv.com binary/ InRelease Get:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:3 http://repo.cw-ngv.com binary/ Release [1219 B] Get:4 http://repo.cw-ngv.com binary/ Packages [23.2 kB] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:5 http://security.ubuntu.com trusty-security/main Sources [161 kB] Get:6 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:7 http://security.ubuntu.com trusty-security/universe Sources [77.6 kB] Ign http://repo.cw-ngv.com binary/ Translation-en Get:8 http://security.ubuntu.com trusty-security/main amd64 Packages [754 kB] Get:9 http://security.ubuntu.com trusty-security/universe amd64 Packages [240 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Get:10 http://security.ubuntu.com trusty-security/main Translation-en [408 kB] Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:11 http://security.ubuntu.com trusty-security/universe Translation-en [131 kB] Get:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB] Get:13 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B] Get:14 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [206 kB] Get:15 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7433 B] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1093 kB] Get:17 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages [17.2 kB] Get:18 http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages [468 kB] Get:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages [14.6 kB] Get:20 http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en [541 kB] Get:21 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B] Get:22 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B] Get:23 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [251 kB] Get:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B] Get:25 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B] Get:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB] Get:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B] Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty Release Get:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB] Get:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B] Get:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB] Get:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB] Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en Fetched 12.7 MB in 9s (1381 kB/s) Reading package lists... + mkdir -p /etc/clearwater + etcd_ip=192.168.0.23 + '[' -n 192.168.0.23 ']' + cat + mkdir -p /etc/chronos + cat + DEBIAN_FRONTEND=noninteractive + apt-get install vellum --yes --force-yes Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: astaire astaire-libs binutils build-essential ca-certificates-java cassandra chronos clearwater-cassandra clearwater-config-manager clearwater-diags-monitor clearwater-etcd clearwater-infrastructure clearwater-log-cleanup clearwater-memcached clearwater-monit clearwater-queue-manager clearwater-snmp-handler-astaire clearwater-snmpd clearwater-tcp-scalability cpp cpp-4.8 cpulimit crest-prov dnsmasq dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core g++ g++-4.8 gcc gcc-4.8 gdb gnutls-bin homer-cassandra homestead-cassandra homestead-prov-cassandra inotify-tools iotop java-common libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libasyncns0 libatomic1 libavahi-client3 libavahi-common-data libavahi-common3 libboost-filesystem1.54.0 libboost-program-options1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libc-ares-dev libc-ares2 libc-dev-bin libc6-dbg libc6-dev libcloog-isl4 libcups2 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libflac8 libfontconfig1 libgcc-4.8-dev libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libjpeg-turbo8 libjpeg8 liblcms2-2 libmnl0 libmpc3 libmpfr4 libmysqlclient18 libnetfilter-conntrack3 libnspr4 libnss3 libnss3-nssdb libogg0 libopts25 libpcsclite1 libperl5.18 libpgm-5.1-0 libpulse0 libpython3.4 libquadmath0 libsctp1 libsensors4 libsndfile1 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libvorbis0a libvorbisenc2 libzmq3 linux-libc-dev lksctp-tools make manpages-dev memcached memcached-dbg mysql-common ntp openjdk-7-jre-headless python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-jsonschema python-mock python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath rogers rogers-libs snmp snmpd sysstat tzdata-java Suggested packages: astaire-dbg binutils-doc cassandra-tools clearwater-auto-config clearwater-auto-upgrade clearwater-secure-connections exim4 postfix mail-transport-agent cpp-doc gcc-4.8-locales debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg libquadmath0-dbg gdb-doc gdbserver default-jre equivs glibc-doc cups-common liblcms2-utils pcscd pulseaudio lm-sensors snmp-mibs-downloader libstdc++-4.8-doc make-doc libcache-memcached-perl libmemcached ntp-doc icedtea-7-jre-jamvm libnss-mdns sun-java6-fonts fonts-dejavu-extra fonts-ipafont-gothic fonts-ipafont-mincho fonts-wqy-microhei fonts-wqy-zenhei ttf-indic-fonts python-genshi python-lxml python-mock-doc python3-setuptools isag Recommended packages: libc-dbg python-dev-all The following NEW packages will be installed: astaire astaire-libs binutils build-essential ca-certificates-java cassandra chronos clearwater-cassandra clearwater-config-manager clearwater-diags-monitor clearwater-etcd clearwater-infrastructure clearwater-log-cleanup clearwater-memcached clearwater-monit clearwater-queue-manager clearwater-snmp-handler-astaire clearwater-snmpd clearwater-tcp-scalability cpp cpp-4.8 cpulimit crest-prov dnsmasq dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core g++ g++-4.8 gcc gcc-4.8 gdb gnutls-bin homer-cassandra homestead-cassandra homestead-prov-cassandra inotify-tools iotop java-common libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libasyncns0 libatomic1 libavahi-client3 libavahi-common-data libavahi-common3 libboost-filesystem1.54.0 libboost-program-options1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libc-ares-dev libc-ares2 libc-dev-bin libc6-dbg libc6-dev libcloog-isl4 libcups2 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libflac8 libfontconfig1 libgcc-4.8-dev libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libjpeg-turbo8 libjpeg8 liblcms2-2 libmnl0 libmpc3 libmpfr4 libmysqlclient18 libnetfilter-conntrack3 libnspr4 libnss3 libnss3-nssdb libogg0 libopts25 libpcsclite1 libperl5.18 libpgm-5.1-0 libpulse0 libpython3.4 libquadmath0 libsctp1 libsensors4 libsndfile1 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libvorbis0a libvorbisenc2 libzmq3 linux-libc-dev lksctp-tools make manpages-dev memcached memcached-dbg mysql-common ntp openjdk-7-jre-headless python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-jsonschema python-mock python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath rogers rogers-libs snmp snmpd sysstat tzdata-java vellum 0 upgraded, 139 newly installed, 0 to remove and 3 not upgraded. Need to get 170 MB of archives. After this operation, 407 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ cassandra 2.1.15 [20.0 MB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libnspr4 amd64 2:4.13.1-0ubuntu0.14.04.1 [110 kB] Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libnss3-nssdb all 2:3.28.4-0ubuntu0.14.04.3 [10.6 kB] Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libnss3 amd64 2:3.28.4-0ubuntu0.14.04.3 [1121 kB] Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main ca-certificates-java all 20130815ubuntu1 [13.4 kB] Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main tzdata-java all 2017c-0ubuntu0.14.04 [70.1 kB] Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main java-common all 0.51 [130 kB] Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libavahi-common-data amd64 0.6.31-4ubuntu1.2 [21.3 kB] Get:9 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB] Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libavahi-common3 amd64 0.6.31-4ubuntu1.2 [21.7 kB] Get:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB] Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libavahi-client3 amd64 0.6.31-4ubuntu1.2 [25.1 kB] Get:13 http://repo.cw-ngv.com/stable/ binary/ clearwater-cassandra 1.0-180328.114015 [44.2 kB] Get:14 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB] Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libcups2 amd64 1.7.2-0ubuntu1.10 [178 kB] Get:16 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB] Get:17 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB] Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main liblcms2-2 amd64 2.5-0ubuntu4.1 [131 kB] Get:19 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB] Get:20 http://repo.cw-ngv.com/stable/ binary/ astaire-libs 1.0-180326.104711 [103 kB] Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB] Get:22 http://repo.cw-ngv.com/stable/ binary/ astaire 1.0-180326.104711 [127 kB] Get:23 http://repo.cw-ngv.com/stable/ binary/ snmp 5.7.3~dfsg-clearwater1 [153 kB] Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1024 kB] Get:25 http://repo.cw-ngv.com/stable/ binary/ snmpd 5.7.3~dfsg-clearwater1 [73.7 kB] Get:26 http://repo.cw-ngv.com/stable/ binary/ clearwater-snmpd 1.0-180328.114312 [18.3 kB] Get:27 http://repo.cw-ngv.com/stable/ binary/ clearwater-etcd 1.0-180328.115321 [16.9 MB] Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB] Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB] Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2194 B] Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpcsclite1 amd64 1.8.10-1ubuntu1.1 [21.1 kB] Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libasyncns0 amd64 0.8-4ubuntu2 [11.9 kB] Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libogg0 amd64 1.3.1-1ubuntu1 [17.0 kB] Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libflac8 amd64 1.3.0-2ubuntu0.14.04.1 [80.2 kB] Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libvorbis0a amd64 1.3.2-1.3ubuntu1.2 [87.2 kB] Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libvorbisenc2 amd64 1.3.2-1.3ubuntu1.2 [84.6 kB] Get:37 http://repo.cw-ngv.com/stable/ binary/ clearwater-queue-manager 1.0-180328.115321 [6102 kB] Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libsndfile1 amd64 1.0.25-7ubuntu2.2 [136 kB] Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpulse0 amd64 1:4.0-0ubuntu11.1 [225 kB] Get:40 http://repo.cw-ngv.com/stable/ binary/ clearwater-config-manager 1.0-180328.115321 [9184 kB] Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsctp1 amd64 1.0.15+dfsg-1 [9226 B] Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main openjdk-7-jre-headless amd64 7u181-2.6.14-0ubuntu0.2 [39.5 MB] Get:43 http://repo.cw-ngv.com/stable/ binary/ chronos 1.0-180328.120836 [529 kB] Get:44 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB] Get:45 http://repo.cw-ngv.com/stable/ binary/ memcached 1.6.00-0clearwater0.6 [140 kB] Get:46 http://repo.cw-ngv.com/stable/ binary/ clearwater-memcached 1.0-180328.114312 [18.2 kB] Get:47 http://repo.cw-ngv.com/stable/ binary/ clearwater-snmp-handler-astaire 1.0-180326.110542 [513 kB] Get:48 http://repo.cw-ngv.com/stable/ binary/ crest-prov 1.0-180326.111418 [14.4 MB] Get:49 http://repo.cw-ngv.com/stable/ binary/ homer-cassandra 1.0-180326.111418 [13.9 kB] Get:50 http://repo.cw-ngv.com/stable/ binary/ homestead-cassandra 1.0-180326.115231 [13.8 kB] Get:51 http://repo.cw-ngv.com/stable/ binary/ homestead-prov-cassandra 1.0-180326.111418 [14.1 kB] Get:52 http://repo.cw-ngv.com/stable/ binary/ rogers-libs 1.0-180326.104711 [246 kB] Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:54 http://repo.cw-ngv.com/stable/ binary/ rogers 1.0-180326.104711 [1140 kB] Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] Get:56 http://repo.cw-ngv.com/stable/ binary/ vellum 1.0-180328.114312 [12.5 kB] Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB] Get:58 http://repo.cw-ngv.com/stable/ binary/ memcached-dbg 1.6.00-0clearwater0.6 [222 kB] Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB] Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB] Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB] Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB] Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB] Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB] Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B] Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB] Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-program-options1.54.0 amd64 1.54.0-4ubuntu3.1 [115 kB] Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB] Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB] Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B] Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-common all 5.5.61-0ubuntu0.14.04.1 [12.7 kB] Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libmysqlclient18 amd64 5.5.61-0ubuntu0.14.04.1 [597 kB] Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpython3.4 amd64 3.4.3-1ubuntu1~14.04.6 [1305 kB] Get:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] Get:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB] Get:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B] Get:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] Get:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB] Get:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB] Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-ares2 amd64 1.10.0-2ubuntu0.2 [34.1 kB] Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe cpulimit amd64 2.0-1 [14.1 kB] Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB] Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB] Get:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-153.203 [772 kB] Get:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1913 kB] Get:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4452 kB] Get:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB] Get:99 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1688 kB] Get:100 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5040 kB] Get:101 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5098 B] Get:102 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1051 kB] Get:103 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB] Get:104 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1490 B] Get:105 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB] Get:106 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB] Get:107 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB] Get:108 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4838 B] Get:109 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-ares-dev amd64 1.10.0-2ubuntu0.2 [98.0 kB] Get:110 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB] Get:111 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB] Get:112 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB] Get:113 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB] Get:114 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB] Get:115 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB] Get:116 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB] Get:117 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB] Get:118 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB] Get:119 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB] Get:120 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB] Get:121 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB] Get:122 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB] Get:123 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB] Get:124 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB] Get:125 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB] Get:126 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB] Get:127 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB] Get:128 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB] Get:129 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB] Get:130 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB] Get:131 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gdb amd64 7.7.1-0ubuntu5~14.04.3 [2199 kB] Get:132 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB] Get:133 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB] Get:134 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB] Get:135 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB] Get:136 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main lksctp-tools amd64 1.0.15+dfsg-1 [51.3 kB] Get:137 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB] Get:138 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB] Get:139 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dbg amd64 2.19-0ubuntu6.14 [3464 kB] Extracting templates from packages: 21%Extracting templates from packages: 43%Extracting templates from packages: 64%Extracting templates from packages: 86%Extracting templates from packages: 100% Preconfiguring packages ... Fetched 170 MB in 21s (7732 kB/s) Selecting previously unselected package libnspr4:amd64. (Reading database ... 51310 files and directories currently installed.) Preparing to unpack .../libnspr4_2%3a4.13.1-0ubuntu0.14.04.1_amd64.deb ... Unpacking libnspr4:amd64 (2:4.13.1-0ubuntu0.14.04.1) ... Selecting previously unselected package libnss3-nssdb. Preparing to unpack .../libnss3-nssdb_2%3a3.28.4-0ubuntu0.14.04.3_all.deb ... Unpacking libnss3-nssdb (2:3.28.4-0ubuntu0.14.04.3) ... Selecting previously unselected package libnss3:amd64. Preparing to unpack .../libnss3_2%3a3.28.4-0ubuntu0.14.04.3_amd64.deb ... Unpacking libnss3:amd64 (2:3.28.4-0ubuntu0.14.04.3) ... Selecting previously unselected package ca-certificates-java. Preparing to unpack .../ca-certificates-java_20130815ubuntu1_all.deb ... Unpacking ca-certificates-java (20130815ubuntu1) ... Selecting previously unselected package tzdata-java. Preparing to unpack .../tzdata-java_2017c-0ubuntu0.14.04_all.deb ... Unpacking tzdata-java (2017c-0ubuntu0.14.04) ... Selecting previously unselected package java-common. Preparing to unpack .../java-common_0.51_all.deb ... Unpacking java-common (0.51) ... Selecting previously unselected package libavahi-common-data:amd64. Preparing to unpack .../libavahi-common-data_0.6.31-4ubuntu1.2_amd64.deb ... Unpacking libavahi-common-data:amd64 (0.6.31-4ubuntu1.2) ... Selecting previously unselected package libavahi-common3:amd64. Preparing to unpack .../libavahi-common3_0.6.31-4ubuntu1.2_amd64.deb ... Unpacking libavahi-common3:amd64 (0.6.31-4ubuntu1.2) ... Selecting previously unselected package libavahi-client3:amd64. Preparing to unpack .../libavahi-client3_0.6.31-4ubuntu1.2_amd64.deb ... Unpacking libavahi-client3:amd64 (0.6.31-4ubuntu1.2) ... Selecting previously unselected package libcups2:amd64. Preparing to unpack .../libcups2_1.7.2-0ubuntu1.10_amd64.deb ... Unpacking libcups2:amd64 (1.7.2-0ubuntu1.10) ... Selecting previously unselected package liblcms2-2:amd64. Preparing to unpack .../liblcms2-2_2.5-0ubuntu4.1_amd64.deb ... Unpacking liblcms2-2:amd64 (2.5-0ubuntu4.1) ... Selecting previously unselected package libjpeg-turbo8:amd64. Preparing to unpack .../libjpeg-turbo8_1.3.0-0ubuntu2.1_amd64.deb ... Unpacking libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ... Selecting previously unselected package fonts-dejavu-core. Preparing to unpack .../fonts-dejavu-core_2.34-1ubuntu1_all.deb ... Unpacking fonts-dejavu-core (2.34-1ubuntu1) ... Selecting previously unselected package fontconfig-config. Preparing to unpack .../fontconfig-config_2.11.0-0ubuntu4.2_all.deb ... Unpacking fontconfig-config (2.11.0-0ubuntu4.2) ... Selecting previously unselected package libfontconfig1:amd64. Preparing to unpack .../libfontconfig1_2.11.0-0ubuntu4.2_amd64.deb ... Unpacking libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ... Selecting previously unselected package libjpeg8:amd64. Preparing to unpack .../libjpeg8_8c-2ubuntu8_amd64.deb ... Unpacking libjpeg8:amd64 (8c-2ubuntu8) ... Selecting previously unselected package libpcsclite1:amd64. Preparing to unpack .../libpcsclite1_1.8.10-1ubuntu1.1_amd64.deb ... Unpacking libpcsclite1:amd64 (1.8.10-1ubuntu1.1) ... Selecting previously unselected package libasyncns0:amd64. Preparing to unpack .../libasyncns0_0.8-4ubuntu2_amd64.deb ... Unpacking libasyncns0:amd64 (0.8-4ubuntu2) ... Selecting previously unselected package libogg0:amd64. Preparing to unpack .../libogg0_1.3.1-1ubuntu1_amd64.deb ... Unpacking libogg0:amd64 (1.3.1-1ubuntu1) ... Selecting previously unselected package libflac8:amd64. Preparing to unpack .../libflac8_1.3.0-2ubuntu0.14.04.1_amd64.deb ... Unpacking libflac8:amd64 (1.3.0-2ubuntu0.14.04.1) ... Selecting previously unselected package libvorbis0a:amd64. Preparing to unpack .../libvorbis0a_1.3.2-1.3ubuntu1.2_amd64.deb ... Unpacking libvorbis0a:amd64 (1.3.2-1.3ubuntu1.2) ... Selecting previously unselected package libvorbisenc2:amd64. Preparing to unpack .../libvorbisenc2_1.3.2-1.3ubuntu1.2_amd64.deb ... Unpacking libvorbisenc2:amd64 (1.3.2-1.3ubuntu1.2) ... Selecting previously unselected package libsndfile1:amd64. Preparing to unpack .../libsndfile1_1.0.25-7ubuntu2.2_amd64.deb ... Unpacking libsndfile1:amd64 (1.0.25-7ubuntu2.2) ... Selecting previously unselected package libpulse0:amd64. Preparing to unpack .../libpulse0_1%3a4.0-0ubuntu11.1_amd64.deb ... Unpacking libpulse0:amd64 (1:4.0-0ubuntu11.1) ... Selecting previously unselected package libsctp1:amd64. Preparing to unpack .../libsctp1_1.0.15+dfsg-1_amd64.deb ... Unpacking libsctp1:amd64 (1.0.15+dfsg-1) ... Selecting previously unselected package openjdk-7-jre-headless:amd64. Preparing to unpack .../openjdk-7-jre-headless_7u181-2.6.14-0ubuntu0.2_amd64.deb ... Unpacking openjdk-7-jre-headless:amd64 (7u181-2.6.14-0ubuntu0.2) ... Selecting previously unselected package cassandra. Preparing to unpack .../cassandra_2.1.15_all.deb ... Unpacking cassandra (2.1.15) ... Selecting previously unselected package libmnl0:amd64. Preparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ... Unpacking libmnl0:amd64 (1.0.3-3ubuntu1) ... Selecting previously unselected package libnetfilter-conntrack3:amd64. Preparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ... Unpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ... Selecting previously unselected package dnsmasq-base. Preparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ... Unpacking dnsmasq-base (2.68-1ubuntu0.2) ... Selecting previously unselected package dnsmasq. Preparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ... Unpacking dnsmasq (2.68-1ubuntu0.2) ... Selecting previously unselected package libopts25:amd64. Preparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ... Unpacking libopts25:amd64 (1:5.18-2ubuntu2) ... Selecting previously unselected package ntp. Preparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ... Unpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... Selecting previously unselected package python-setuptools. Preparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools (3.3-1ubuntu2) ... Selecting previously unselected package gnutls-bin. Preparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ... Unpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Selecting previously unselected package libpgm-5.1-0:amd64. Preparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ... Unpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Selecting previously unselected package libzmq3:amd64. Preparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ... Unpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Selecting previously unselected package python-virtualenv. Preparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ... Unpacking python-virtualenv (1.11.4-1ubuntu1) ... Selecting previously unselected package clearwater-infrastructure. Preparing to unpack .../clearwater-infrastructure_1.0-180328.114312_amd64.deb ... Unpacking clearwater-infrastructure (1.0-180328.114312) ... Selecting previously unselected package clearwater-monit. Preparing to unpack .../clearwater-monit_5.18-180322.170159_amd64.deb ... Unpacking clearwater-monit (5.18-180322.170159) ... Processing triggers for ca-certificates (20170717~14.04.1) ... Updating certificates in /etc/ssl/certs... 0 added, 0 removed; done. Running hooks in /etc/ca-certificates/update.d....done. Processing triggers for man-db (2.6.7.1-1ubuntu1) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up tzdata-java (2017c-0ubuntu0.14.04) ... Setting up java-common (0.51) ... Setting up libavahi-common-data:amd64 (0.6.31-4ubuntu1.2) ... Setting up libavahi-common3:amd64 (0.6.31-4ubuntu1.2) ... Setting up libavahi-client3:amd64 (0.6.31-4ubuntu1.2) ... Setting up libcups2:amd64 (1.7.2-0ubuntu1.10) ... Setting up liblcms2-2:amd64 (2.5-0ubuntu4.1) ... Setting up libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ... Setting up libnspr4:amd64 (2:4.13.1-0ubuntu0.14.04.1) ... Setting up fonts-dejavu-core (2.34-1ubuntu1) ... Setting up fontconfig-config (2.11.0-0ubuntu4.2) ... Setting up libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ... Setting up libjpeg8:amd64 (8c-2ubuntu8) ... Setting up libpcsclite1:amd64 (1.8.10-1ubuntu1.1) ... Setting up libasyncns0:amd64 (0.8-4ubuntu2) ... Setting up libogg0:amd64 (1.3.1-1ubuntu1) ... Setting up libflac8:amd64 (1.3.0-2ubuntu0.14.04.1) ... Setting up libvorbis0a:amd64 (1.3.2-1.3ubuntu1.2) ... Setting up libvorbisenc2:amd64 (1.3.2-1.3ubuntu1.2) ... Setting up libsndfile1:amd64 (1.0.25-7ubuntu2.2) ... Setting up libpulse0:amd64 (1:4.0-0ubuntu11.1) ... Setting up libsctp1:amd64 (1.0.15+dfsg-1) ... Setting up libnss3-nssdb (2:3.28.4-0ubuntu0.14.04.3) ... Setting up libnss3:amd64 (2:3.28.4-0ubuntu0.14.04.3) ... Setting up ca-certificates-java (20130815ubuntu1) ... Adding debian:QuoVadis_Root_CA.pem Adding debian:Baltimore_CyberTrust_Root.pem Adding debian:Staat_der_Nederlanden_EV_Root_CA.pem Adding debian:Autoridad_de_Certificacion_Firmaprofesional_CIF_A62634068.pem Adding debian:GeoTrust_Primary_Certification_Authority_-_G3.pem Adding debian:Hellenic_Academic_and_Research_Institutions_RootCA_2015.pem Adding debian:USERTrust_ECC_Certification_Authority.pem Adding debian:ISRG_Root_X1.pem Adding debian:DigiCert_Global_Root_G3.pem Adding debian:DigiCert_Assured_ID_Root_G3.pem Adding debian:OISTE_WISeKey_Global_Root_GA_CA.pem Adding debian:SecureSign_RootCA11.pem Adding debian:Hellenic_Academic_and_Research_Institutions_RootCA_2011.pem Adding debian:certSIGN_ROOT_CA.pem Adding debian:DST_Root_CA_X3.pem Adding debian:Go_Daddy_Class_2_CA.pem Adding debian:T-TeleSec_GlobalRoot_Class_2.pem Adding debian:Network_Solutions_Certificate_Authority.pem Adding debian:Comodo_AAA_Services_root.pem Adding debian:EE_Certification_Centre_Root_CA.pem Adding debian:T-TeleSec_GlobalRoot_Class_3.pem Adding debian:GlobalSign_ECC_Root_CA_-_R5.pem Adding debian:GeoTrust_Primary_Certification_Authority_-_G2.pem Adding debian:IdenTrust_Public_Sector_Root_CA_1.pem Adding debian:Certum_Trusted_Network_CA_2.pem Adding debian:SwissSign_Gold_CA_-_G2.pem Adding debian:CNNIC_ROOT.pem Adding debian:DigiCert_High_Assurance_EV_Root_CA.pem Adding debian:GlobalSign_Root_CA.pem Adding debian:Certplus_Root_CA_G1.pem Adding debian:DigiCert_Global_Root_G2.pem Adding debian:Izenpe.com.pem Adding debian:AddTrust_Public_Services_Root.pem Adding debian:Amazon_Root_CA_4.pem Adding debian:TWCA_Global_Root_CA.pem Adding debian:AffirmTrust_Networking.pem Adding debian:Go_Daddy_Root_Certificate_Authority_-_G2.pem Adding debian:COMODO_ECC_Certification_Authority.pem Adding debian:AffirmTrust_Premium.pem Adding debian:DigiCert_Assured_ID_Root_CA.pem Adding debian:Staat_der_Nederlanden_Root_CA_-_G3.pem Adding debian:GeoTrust_Universal_CA_2.pem Adding debian:Amazon_Root_CA_2.pem Adding debian:Visa_eCommerce_Root.pem Adding debian:Chambers_of_Commerce_Root_-_2008.pem Adding debian:PSCProcert.pem Adding debian:CA_Disig_Root_R2.pem Adding debian:Comodo_Trusted_Services_root.pem Adding debian:thawte_Primary_Root_CA_-_G2.pem Adding debian:Certigna.pem Adding debian:Global_Chambersign_Root_-_2008.pem Adding debian:Staat_der_Nederlanden_Root_CA_-_G2.pem Adding debian:thawte_Primary_Root_CA_-_G3.pem Adding debian:Taiwan_GRCA.pem Adding debian:SwissSign_Silver_CA_-_G2.pem Adding debian:Trustis_FPS_Root_CA.pem Adding debian:Certinomis_-_Root_CA.pem Adding debian:Atos_TrustedRoot_2011.pem Adding debian:DST_ACES_CA_X6.pem Adding debian:T��B��TAK_UEKAE_K��k_Sertifika_Hizmet_Sa��lay��c��s��_-_S��r��m_3.pem Adding debian:GlobalSign_ECC_Root_CA_-_R4.pem Adding debian:ACCVRAIZ1.pem Adding debian:AddTrust_External_Root.pem Adding debian:GlobalSign_Root_CA_-_R3.pem Adding debian:AC_RAIZ_FNMT-RCM.pem Adding debian:DigiCert_Assured_ID_Root_G2.pem Adding debian:T��RKTRUST_Elektronik_Sertifika_Hizmet_Sa��lay��c��s��_H5.pem Adding debian:Swisscom_Root_EV_CA_2.pem Adding debian:ePKI_Root_Certification_Authority.pem Adding debian:Entrust_Root_Certification_Authority_-_G2.pem Adding debian:GeoTrust_Primary_Certification_Authority.pem Adding debian:Secure_Global_CA.pem Adding debian:DigiCert_Trusted_Root_G4.pem Adding debian:D-TRUST_Root_Class_3_CA_2_2009.pem Adding debian:Camerfirma_Global_Chambersign_Root.pem Adding debian:GeoTrust_Global_CA_2.pem Adding debian:Certplus_Root_CA_G2.pem Adding debian:GeoTrust_Global_CA.pem Adding debian:OpenTrust_Root_CA_G2.pem Adding debian:VeriSign_Universal_Root_Certification_Authority.pem Adding debian:Camerfirma_Chambers_of_Commerce_Root.pem Adding debian:Starfield_Root_Certificate_Authority_-_G2.pem Adding debian:TUBITAK_Kamu_SM_SSL_Kok_Sertifikasi_-_Surum_1.pem Adding debian:ACEDICOM_Root.pem Adding debian:Starfield_Services_Root_Certificate_Authority_-_G2.pem Adding debian:Cybertrust_Global_Root.pem Adding debian:Buypass_Class_2_Root_CA.pem Adding debian:LuxTrust_Global_Root_2.pem Adding debian:Entrust.net_Premium_2048_Secure_Server_CA.pem Adding debian:QuoVadis_Root_CA_3.pem Adding debian:AffirmTrust_Commercial.pem Adding debian:NetLock_Arany_=Class_Gold=_F��tan��s��tv��ny.pem Adding debian:China_Internet_Network_Information_Center_EV_Certificates_Root.pem Adding debian:AffirmTrust_Premium_ECC.pem Adding debian:USERTrust_RSA_Certification_Authority.pem Adding debian:Actalis_Authentication_Root_CA.pem Adding debian:Deutsche_Telekom_Root_CA_2.pem Adding debian:VeriSign_Class_3_Public_Primary_Certification_Authority_-_G5.pem Adding debian:thawte_Primary_Root_CA.pem Adding debian:Entrust_Root_Certification_Authority.pem Adding debian:Hongkong_Post_Root_CA_1.pem Adding debian:COMODO_RSA_Certification_Authority.pem Adding debian:XRamp_Global_CA_Root.pem Adding debian:COMODO_Certification_Authority.pem Adding debian:OISTE_WISeKey_Global_Root_GB_CA.pem Adding debian:Security_Communication_EV_RootCA1.pem Adding debian:TURKTRUST_Certificate_Services_Provider_Root_2007.pem Adding debian:SecureTrust_CA.pem Adding debian:Security_Communication_Root_CA.pem Adding debian:GlobalSign_Root_CA_-_R2.pem Adding debian:Hellenic_Academic_and_Research_Institutions_ECC_RootCA_2015.pem Adding debian:Certum_Trusted_Network_CA.pem Adding debian:QuoVadis_Root_CA_2.pem Adding debian:EC-ACC.pem Adding debian:DigiCert_Global_Root_CA.pem Adding debian:AddTrust_Low-Value_Services_Root.pem Adding debian:CA_Disig_Root_R1.pem Adding debian:QuoVadis_Root_CA_3_G3.pem Adding debian:Amazon_Root_CA_1.pem Adding debian:Certinomis_-_Autorit��_Racine.pem Adding debian:Verisign_Class_3_Public_Primary_Certification_Authority_-_G3.pem Adding debian:Starfield_Class_2_CA.pem Adding debian:Swisscom_Root_CA_1.pem Adding debian:Swisscom_Root_CA_2.pem Adding debian:OpenTrust_Root_CA_G1.pem Adding debian:Microsec_e-Szigno_Root_CA_2009.pem Adding debian:Certum_Root_CA.pem Adding debian:Certplus_Class_2_Primary_CA.pem Adding debian:GeoTrust_Universal_CA.pem Adding debian:QuoVadis_Root_CA_1_G3.pem Adding debian:Sonera_Class_2_Root_CA.pem Adding debian:Security_Communication_RootCA2.pem Adding debian:D-TRUST_Root_Class_3_CA_2_EV_2009.pem Adding debian:QuoVadis_Root_CA_2_G3.pem Adding debian:Buypass_Class_3_Root_CA.pem Adding debian:IdenTrust_Commercial_Root_CA_1.pem Adding debian:TWCA_Root_Certification_Authority.pem Adding debian:Entrust_Root_Certification_Authority_-_EC1.pem Adding debian:SZAFIR_ROOT_CA2.pem Adding debian:Comodo_Secure_Services_root.pem Adding debian:Amazon_Root_CA_3.pem Adding debian:OpenTrust_Root_CA_G3.pem Adding debian:E-Tugra_Certification_Authority.pem Adding debian:VeriSign_Class_3_Public_Primary_Certification_Authority_-_G4.pem Adding debian:UTN_USERFirst_Hardware_Root_CA.pem Adding debian:TeliaSonera_Root_CA_v1.pem Adding debian:AddTrust_Qualified_Certificates_Root.pem Adding debian:CFCA_EV_ROOT.pem done. Setting up openjdk-7-jre-headless:amd64 (7u181-2.6.14-0ubuntu0.2) ... update-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/java to provide /usr/bin/java (java) in auto mode update-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/keytool to provide /usr/bin/keytool (keytool) in auto mode update-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/pack200 to provide /usr/bin/pack200 (pack200) in auto mode update-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/rmid to provide /usr/bin/rmid (rmid) in auto mode update-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/rmiregistry to provide /usr/bin/rmiregistry (rmiregistry) in auto mode update-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/unpack200 to provide /usr/bin/unpack200 (unpack200) in auto mode update-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/orbd to provide /usr/bin/orbd (orbd) in auto mode update-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/servertool to provide /usr/bin/servertool (servertool) in auto mode update-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/tnameserv to provide /usr/bin/tnameserv (tnameserv) in auto mode update-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/lib/jexec to provide /usr/bin/jexec (jexec) in auto mode Setting up cassandra (2.1.15) ... Adding group `cassandra' (GID 111) ... Done. vm.max_map_count = 1048575 net.ipv4.tcp_keepalive_time = 300 Processing triggers for libc-bin (2.19-0ubuntu6.14) ... Processing triggers for ca-certificates (20170717~14.04.1) ... Updating certificates in /etc/ssl/certs... 0 added, 0 removed; done. Running hooks in /etc/ca-certificates/update.d.... done. done. Processing triggers for ureadahead (0.100.0-16) ... Selecting previously unselected package clearwater-cassandra. (Reading database ... 53135 files and directories currently installed.) Preparing to unpack .../clearwater-cassandra_1.0-180328.114015_all.deb ... Unpacking clearwater-cassandra (1.0-180328.114015) ... Selecting previously unselected package libasan0:amd64. Preparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libatomic1:amd64. Preparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libboost-system1.54.0:amd64. Preparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-filesystem1.54.0:amd64. Preparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-program-options1.54.0:amd64. Preparing to unpack .../libboost-program-options1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-program-options1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-regex1.54.0:amd64. Preparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libgmp10:amd64. Preparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... Unpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Selecting previously unselected package libisl10:amd64. Preparing to unpack .../libisl10_0.12.2-1_amd64.deb ... Unpacking libisl10:amd64 (0.12.2-1) ... Selecting previously unselected package libcloog-isl4:amd64. Preparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ... Unpacking libcloog-isl4:amd64 (0.18.2-1) ... Selecting previously unselected package libevent-core-2.0-5:amd64. Preparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package libevent-pthreads-2.0-5:amd64. Preparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package libgomp1:amd64. Preparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libitm1:amd64. Preparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libmpfr4:amd64. Preparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ... Unpacking libmpfr4:amd64 (3.1.2-1) ... Selecting previously unselected package mysql-common. Preparing to unpack .../mysql-common_5.5.61-0ubuntu0.14.04.1_all.deb ... Unpacking mysql-common (5.5.61-0ubuntu0.14.04.1) ... Selecting previously unselected package libmysqlclient18:amd64. Preparing to unpack .../libmysqlclient18_5.5.61-0ubuntu0.14.04.1_amd64.deb ... Unpacking libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ... Selecting previously unselected package libpython3.4:amd64. Preparing to unpack .../libpython3.4_3.4.3-1ubuntu1~14.04.6_amd64.deb ... Unpacking libpython3.4:amd64 (3.4.3-1ubuntu1~14.04.6) ... Selecting previously unselected package libquadmath0:amd64. Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libsensors4:amd64. Preparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ... Unpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Selecting previously unselected package libperl5.18. Preparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ... Unpacking libperl5.18 (5.18.2-2ubuntu1.6) ... Selecting previously unselected package libsnmp-base. Preparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ... Unpacking libsnmp-base (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libsnmp30:amd64. Preparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ... Unpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libtsan0:amd64. Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package python-mock. Preparing to unpack .../python-mock_1.0.1-3_all.deb ... Unpacking python-mock (1.0.1-3) ... Selecting previously unselected package python-jsonschema. Preparing to unpack .../python-jsonschema_2.3.0-1build1_all.deb ... Unpacking python-jsonschema (2.3.0-1build1) ... Selecting previously unselected package libc-ares2:amd64. Preparing to unpack .../libc-ares2_1.10.0-2ubuntu0.2_amd64.deb ... Unpacking libc-ares2:amd64 (1.10.0-2ubuntu0.2) ... Selecting previously unselected package libmpc3:amd64. Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... Selecting previously unselected package clearwater-tcp-scalability. Preparing to unpack .../clearwater-tcp-scalability_1.0-180328.114312_all.deb ... Unpacking clearwater-tcp-scalability (1.0-180328.114312) ... Selecting previously unselected package clearwater-log-cleanup. Preparing to unpack .../clearwater-log-cleanup_1.0-180328.114312_all.deb ... Unpacking clearwater-log-cleanup (1.0-180328.114312) ... Selecting previously unselected package astaire-libs. Preparing to unpack .../astaire-libs_1.0-180326.104711_amd64.deb ... Unpacking astaire-libs (1.0-180326.104711) ... Selecting previously unselected package cpulimit. Preparing to unpack .../cpulimit_2.0-1_amd64.deb ... Unpacking cpulimit (2.0-1) ... Selecting previously unselected package astaire. Preparing to unpack .../astaire_1.0-180326.104711_amd64.deb ... Unpacking astaire (1.0-180326.104711) ... Selecting previously unselected package binutils. Preparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ... Unpacking binutils (2.24-5ubuntu14.2) ... Selecting previously unselected package libc-dev-bin. Preparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc-dev-bin (2.19-0ubuntu6.14) ... Selecting previously unselected package linux-libc-dev:amd64. Preparing to unpack .../linux-libc-dev_3.13.0-153.203_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-153.203) ... Selecting previously unselected package libc6-dev:amd64. Preparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ... Selecting previously unselected package cpp-4.8. Preparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package cpp. Preparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking cpp (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libgcc-4.8-dev:amd64. Preparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc-4.8. Preparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc. Preparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking gcc (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libstdc++-4.8-dev:amd64. Preparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++-4.8. Preparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++. Preparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking g++ (4:4.8.2-1ubuntu6) ... Selecting previously unselected package make. Preparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ... Unpacking make (3.81-8.2ubuntu3) ... Selecting previously unselected package libdpkg-perl. Preparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ... Unpacking libdpkg-perl (1.17.5ubuntu5.8) ... Selecting previously unselected package dpkg-dev. Preparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ... Unpacking dpkg-dev (1.17.5ubuntu5.8) ... Selecting previously unselected package build-essential. Preparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ... Unpacking build-essential (11.6ubuntu6) ... Selecting previously unselected package libc-ares-dev:amd64. Preparing to unpack .../libc-ares-dev_1.10.0-2ubuntu0.2_amd64.deb ... Unpacking libc-ares-dev:amd64 (1.10.0-2ubuntu0.2) ... Selecting previously unselected package snmp. Preparing to unpack .../snmp_5.7.3~dfsg-clearwater1_amd64.deb ... Unpacking snmp (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package snmpd. Preparing to unpack .../snmpd_5.7.3~dfsg-clearwater1_amd64.deb ... Unpacking snmpd (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package clearwater-snmpd. Preparing to unpack .../clearwater-snmpd_1.0-180328.114312_all.deb ... Unpacking clearwater-snmpd (1.0-180328.114312) ... Selecting previously unselected package python-colorama. Preparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-distlib. Preparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib (0.1.8-1ubuntu1) ... Selecting previously unselected package python-html5lib. Preparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib (0.999-3~ubuntu1) ... Selecting previously unselected package python3-pkg-resources. Preparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ... Unpacking python3-pkg-resources (3.3-1ubuntu2) ... Selecting previously unselected package python-chardet-whl. Preparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ... Unpacking python-chardet-whl (2.2.1-2~ubuntu1) ... Selecting previously unselected package python-colorama-whl. Preparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama-whl (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-distlib-whl. Preparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib-whl (0.1.8-1ubuntu1) ... Selecting previously unselected package python-html5lib-whl. Preparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib-whl (0.999-3~ubuntu1) ... Selecting previously unselected package python-six-whl. Preparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ... Unpacking python-six-whl (1.5.2-1ubuntu1) ... Selecting previously unselected package python-urllib3-whl. Preparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ... Unpacking python-urllib3-whl (1.7.1-1ubuntu4) ... Selecting previously unselected package python-requests-whl. Preparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ... Unpacking python-requests-whl (2.2.1-1ubuntu0.3) ... Selecting previously unselected package python-setuptools-whl. Preparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools-whl (3.3-1ubuntu2) ... Selecting previously unselected package python-pip-whl. Preparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip-whl (1.5.4-1ubuntu4) ... Selecting previously unselected package python-pip. Preparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip (1.5.4-1ubuntu4) ... Selecting previously unselected package clearwater-etcd. Preparing to unpack .../clearwater-etcd_1.0-180328.115321_all.deb ... Unpacking clearwater-etcd (1.0-180328.115321) ... Selecting previously unselected package clearwater-queue-manager. Preparing to unpack .../clearwater-queue-manager_1.0-180328.115321_all.deb ... Unpacking clearwater-queue-manager (1.0-180328.115321) ... Selecting previously unselected package clearwater-config-manager. Preparing to unpack .../clearwater-config-manager_1.0-180328.115321_all.deb ... Unpacking clearwater-config-manager (1.0-180328.115321) ... Selecting previously unselected package chronos. Preparing to unpack .../chronos_1.0-180328.120836_amd64.deb ... Unpacking chronos (1.0-180328.120836) ... Selecting previously unselected package libinotifytools0. Preparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ... Unpacking libinotifytools0 (3.14-1ubuntu1) ... Selecting previously unselected package inotify-tools. Preparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ... Unpacking inotify-tools (3.14-1ubuntu1) ... Selecting previously unselected package realpath. Preparing to unpack .../realpath_1.19_amd64.deb ... Unpacking realpath (1.19) ... Selecting previously unselected package sysstat. Preparing to unpack .../sysstat_10.2.0-1_amd64.deb ... Unpacking sysstat (10.2.0-1) ... Selecting previously unselected package iotop. Preparing to unpack .../archives/iotop_0.6-1_amd64.deb ... Unpacking iotop (0.6-1) ... Selecting previously unselected package clearwater-diags-monitor. Preparing to unpack .../clearwater-diags-monitor_1.0-180328.114312_all.deb ... Unpacking clearwater-diags-monitor (1.0-180328.114312) ... Selecting previously unselected package memcached. Preparing to unpack .../memcached_1.6.00-0clearwater0.6_amd64.deb ... Unpacking memcached (1.6.00-0clearwater0.6) ... Selecting previously unselected package clearwater-memcached. Preparing to unpack .../clearwater-memcached_1.0-180328.114312_all.deb ... Unpacking clearwater-memcached (1.0-180328.114312) ... Selecting previously unselected package clearwater-snmp-handler-astaire. Preparing to unpack .../clearwater-snmp-handler-astaire_1.0-180326.110542_amd64.deb ... Unpacking clearwater-snmp-handler-astaire (1.0-180326.110542) ... Selecting previously unselected package crest-prov. Preparing to unpack .../crest-prov_1.0-180326.111418_amd64.deb ... Unpacking crest-prov (1.0-180326.111418) ... Selecting previously unselected package libfakeroot:amd64. Preparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking libfakeroot:amd64 (1.20-3ubuntu2) ... Selecting previously unselected package fakeroot. Preparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking fakeroot (1.20-3ubuntu2) ... Selecting previously unselected package gdb. Preparing to unpack .../gdb_7.7.1-0ubuntu5~14.04.3_amd64.deb ... Unpacking gdb (7.7.1-0ubuntu5~14.04.3) ... Selecting previously unselected package homer-cassandra. Preparing to unpack .../homer-cassandra_1.0-180326.111418_amd64.deb ... Unpacking homer-cassandra (1.0-180326.111418) ... Selecting previously unselected package homestead-cassandra. Preparing to unpack .../homestead-cassandra_1.0-180326.115231_amd64.deb ... Unpacking homestead-cassandra (1.0-180326.115231) ... Selecting previously unselected package homestead-prov-cassandra. Preparing to unpack .../homestead-prov-cassandra_1.0-180326.111418_amd64.deb ... Unpacking homestead-prov-cassandra (1.0-180326.111418) ... Selecting previously unselected package libalgorithm-diff-perl. Preparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ... Unpacking libalgorithm-diff-perl (1.19.02-3) ... Selecting previously unselected package libalgorithm-diff-xs-perl. Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ... Unpacking libalgorithm-diff-xs-perl (0.04-2build4) ... Selecting previously unselected package libalgorithm-merge-perl. Preparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ... Unpacking libalgorithm-merge-perl (0.08-2) ... Selecting previously unselected package libfile-fcntllock-perl. Preparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ... Unpacking libfile-fcntllock-perl (0.14-2build1) ... Selecting previously unselected package lksctp-tools. Preparing to unpack .../lksctp-tools_1.0.15+dfsg-1_amd64.deb ... Unpacking lksctp-tools (1.0.15+dfsg-1) ... Selecting previously unselected package manpages-dev. Preparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ... Unpacking manpages-dev (3.54-1ubuntu1) ... Selecting previously unselected package python-wheel. Preparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ... Unpacking python-wheel (0.24.0-1~ubuntu1) ... Selecting previously unselected package rogers-libs. Preparing to unpack .../rogers-libs_1.0-180326.104711_amd64.deb ... Unpacking rogers-libs (1.0-180326.104711) ... Selecting previously unselected package rogers. Preparing to unpack .../rogers_1.0-180326.104711_amd64.deb ... Unpacking rogers (1.0-180326.104711) ... Selecting previously unselected package vellum. Preparing to unpack .../vellum_1.0-180328.114312_amd64.deb ... Unpacking vellum (1.0-180328.114312) ... Selecting previously unselected package libc6-dbg:amd64. Preparing to unpack .../libc6-dbg_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc6-dbg:amd64 (2.19-0ubuntu6.14) ... Selecting previously unselected package memcached-dbg. Preparing to unpack .../memcached-dbg_1.6.00-0clearwater0.6_amd64.deb ... Unpacking memcached-dbg (1.6.00-0clearwater0.6) ... Processing triggers for ureadahead (0.100.0-16) ... Processing triggers for man-db (2.6.7.1-1ubuntu1) ... Setting up libmnl0:amd64 (1.0.3-3ubuntu1) ... Setting up libnetfilter-conntrack3:amd64 (1.0.4-1) ... Setting up dnsmasq-base (2.68-1ubuntu0.2) ... Setting up dnsmasq (2.68-1ubuntu0.2) ... * Starting DNS forwarder and DHCP server dnsmasq ...done. Setting up libopts25:amd64 (1:5.18-2ubuntu2) ... Setting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... * Starting NTP server ntpd ...done. Setting up python-setuptools (3.3-1ubuntu2) ... Setting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Setting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Setting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Setting up python-virtualenv (1.11.4-1ubuntu1) ... Setting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-program-options1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Setting up libisl10:amd64 (0.12.2-1) ... Setting up libcloog-isl4:amd64 (0.18.2-1) ... Setting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libmpfr4:amd64 (3.1.2-1) ... Setting up mysql-common (5.5.61-0ubuntu0.14.04.1) ... Setting up libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ... Setting up libpython3.4:amd64 (3.4.3-1ubuntu1~14.04.6) ... Setting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Setting up libperl5.18 (5.18.2-2ubuntu1.6) ... Setting up libsnmp-base (5.7.3~dfsg-clearwater1) ... Setting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Setting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up python-mock (1.0.1-3) ... Setting up python-jsonschema (2.3.0-1build1) ... Setting up libc-ares2:amd64 (1.10.0-2ubuntu0.2) ... Setting up libmpc3:amd64 (1.0.1-1ubuntu1) ... Setting up clearwater-tcp-scalability (1.0-180328.114312) ... Setting up astaire-libs (1.0-180326.104711) ... Setting up cpulimit (2.0-1) ... Setting up binutils (2.24-5ubuntu14.2) ... Setting up libc-dev-bin (2.19-0ubuntu6.14) ... Setting up linux-libc-dev:amd64 (3.13.0-153.203) ... Setting up libc6-dev:amd64 (2.19-0ubuntu6.14) ... Setting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up cpp (4:4.8.2-1ubuntu6) ... Setting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc (4:4.8.2-1ubuntu6) ... Setting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++ (4:4.8.2-1ubuntu6) ... update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode Setting up make (3.81-8.2ubuntu3) ... Setting up libdpkg-perl (1.17.5ubuntu5.8) ... Setting up dpkg-dev (1.17.5ubuntu5.8) ... Setting up build-essential (11.6ubuntu6) ... Setting up libc-ares-dev:amd64 (1.10.0-2ubuntu0.2) ... Setting up snmp (5.7.3~dfsg-clearwater1) ... Setting up snmpd (5.7.3~dfsg-clearwater1) ... update-rc.d: warning: stop runlevel arguments (1) do not match snmpd Default-Stop values (0 1 6) * Starting network management services: Setting up python-colorama (0.2.5-0.1ubuntu2) ... Setting up python-distlib (0.1.8-1ubuntu1) ... Setting up python-html5lib (0.999-3~ubuntu1) ... Setting up python3-pkg-resources (3.3-1ubuntu2) ... Setting up python-chardet-whl (2.2.1-2~ubuntu1) ... Setting up python-colorama-whl (0.2.5-0.1ubuntu2) ... Setting up python-distlib-whl (0.1.8-1ubuntu1) ... Setting up python-html5lib-whl (0.999-3~ubuntu1) ... Setting up python-six-whl (1.5.2-1ubuntu1) ... Setting up python-urllib3-whl (1.7.1-1ubuntu4) ... Setting up python-requests-whl (2.2.1-1ubuntu0.3) ... Setting up python-setuptools-whl (3.3-1ubuntu2) ... Setting up python-pip-whl (1.5.4-1ubuntu4) ... Setting up python-pip (1.5.4-1ubuntu4) ... Setting up libinotifytools0 (3.14-1ubuntu1) ... Setting up inotify-tools (3.14-1ubuntu1) ... Setting up realpath (1.19) ... Setting up sysstat (10.2.0-1) ... Creating config file /etc/default/sysstat with new version update-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode Setting up iotop (0.6-1) ... Setting up memcached (1.6.00-0clearwater0.6) ... Restarting memcached: memcached. Setting up crest-prov (1.0-180326.111418) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/crest-prov/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 Collecting crest Collecting idna (from crest) Collecting cryptography (from crest) Collecting pure-sasl (from crest) Collecting thrift (from crest) Collecting six (from crest) Collecting Twisted (from crest) Collecting ipaddress (from crest) Collecting cyclone (from crest) Collecting pyOpenSSL (from crest) Collecting zope.interface (from crest) Collecting telephus (from crest) Collecting constantly (from crest) Collecting attrs (from crest) Collecting prctl (from crest) Collecting Automat (from crest) Collecting setuptools (from crest) Collecting cql (from crest) Collecting lxml (from crest) Collecting asn1crypto (from crest) Collecting metaswitchcommon (from crest) Collecting incremental (from crest) Collecting msgpack-python (from crest) Collecting defusedxml (from crest) Collecting enum34 (from crest) Collecting cffi>=1.7 (from cryptography->crest) Collecting pycparser (from metaswitchcommon->crest) Collecting pycrypto (from metaswitchcommon->crest) Collecting monotonic (from metaswitchcommon->crest) Collecting pyzmq (from metaswitchcommon->crest) Installing collected packages: idna, ipaddress, six, pycparser, cffi, asn1crypto, enum34, cryptography, pure-sasl, thrift, attrs, Automat, constantly, setuptools, zope.interface, incremental, Twisted, pyOpenSSL, cyclone, telephus, prctl, cql, lxml, pycrypto, monotonic, pyzmq, metaswitchcommon, msgpack-python, defusedxml, crest Found existing installation: setuptools 2.2 Uninstalling setuptools-2.2: Successfully uninstalled setuptools-2.2 Successfully installed Automat-0.6.0 Twisted-17.1.0 asn1crypto-0.22.0 attrs-17.2.0 cffi-1.10.0 constantly-15.1.0 cql-1.4.0 crest-0.1 cryptography-1.9 cyclone-1.0 defusedxml-0.5.0 enum34-1.1.6 idna-2.5 incremental-17.5.0 ipaddress-1.0.18 lxml-3.6.0 metaswitchcommon-0.1 monotonic-0.6 msgpack-python-0.4.7 prctl-1.0.1 pure-sasl-0.4.0 pyOpenSSL-17.0.0 pycparser-2.18 pycrypto-2.6.1 pyzmq-16.0.2 setuptools-24.0.0 six-1.10.0 telephus-1.0.0b1 thrift-0.9.3 zope.interface-4.4.1 Setting up libfakeroot:amd64 (1.20-3ubuntu2) ... Setting up fakeroot (1.20-3ubuntu2) ... update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode Setting up gdb (7.7.1-0ubuntu5~14.04.3) ... Setting up libalgorithm-diff-perl (1.19.02-3) ... Setting up libalgorithm-diff-xs-perl (0.04-2build4) ... Setting up libalgorithm-merge-perl (0.08-2) ... Setting up libfile-fcntllock-perl (0.14-2build1) ... Setting up lksctp-tools (1.0.15+dfsg-1) ... Setting up manpages-dev (3.54-1ubuntu1) ... Setting up python-wheel (0.24.0-1~ubuntu1) ... Setting up rogers-libs (1.0-180326.104711) ... Setting up libc6-dbg:amd64 (2.19-0ubuntu6.14) ... Setting up memcached-dbg (1.6.00-0clearwater0.6) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-infrastructure (1.0-180328.114312) ... Processing pyzmq-16.0.2-py2.7-linux-x86_64.egg Copying pyzmq-16.0.2-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages Adding pyzmq 16.0.2 to easy-install.pth file Installed /usr/local/lib/python2.7/dist-packages/pyzmq-16.0.2-py2.7-linux-x86_64.egg Processing dependencies for pyzmq==16.0.2 Finished processing dependencies for pyzmq==16.0.2 New python executable in /usr/share/clearwater/infrastructure/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 Collecting cw_infrastructure Collecting nsenter (from cw_infrastructure) Collecting argparse (from cw_infrastructure) Collecting contextlib2 (from cw_infrastructure) Collecting dnspython (from cw_infrastructure) Collecting pathlib (from cw_infrastructure) Installing collected packages: argparse, contextlib2, pathlib, nsenter, dnspython, cw-infrastructure Found existing installation: argparse 1.2.1 Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env Successfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1 * Restarting DNS forwarder and DHCP server dnsmasq ...done. reload: Unknown job: clearwater-monit chronos: unrecognized service reload: Unknown job: clearwater-monit Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-log-cleanup (1.0-180328.114312) ... Setting up clearwater-monit (5.18-180322.170159) ... clearwater-monit start/running, process 11903 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-snmpd (1.0-180328.114312) ... * Stopping network management services: Setting up clearwater-etcd (1.0-180328.115321) ... Setting up clearwater-diags-monitor (1.0-180328.114312) ... Setting up clearwater-memcached (1.0-180328.114312) ... * Restarting clearwater-infrastructure clearwater-infrastructure * Restarting DNS forwarder and DHCP server dnsmasq ...done. reload: Job is not running: clearwater-monit reload: Job is not running: clearwater-monit ...done. Setting up clearwater-snmp-handler-astaire (1.0-180326.110542) ... * Stopping network management services: Setting up rogers (1.0-180326.104711) ... * Restarting clearwater-infrastructure clearwater-infrastructure * Restarting DNS forwarder and DHCP server dnsmasq ...done. reload: Job is not running: clearwater-monit ...done. Setting up clearwater-cassandra (1.0-180328.114015) ... Adding 'diversion of /etc/default/cassandra to /etc/default/cassandra.clearwater-orig by clearwater-cassandra' Adding 'diversion of /etc/init.d/cassandra to /etc/init.d/cassandra.clearwater-orig by clearwater-cassandra' Adding 'diversion of /usr/share/cassandra/cassandra.in.sh to /usr/share/cassandra/cassandra.in.sh.clearwater-orig by clearwater-cassandra' Adding 'diversion of /etc/cassandra/cassandra.yaml to /usr/share/clearwater-cassandra/etc++cassandra++cassandra.yaml by clearwater-cassandra' Adding 'diversion of /etc/cassandra/cassandra-rackdc.properties to /usr/share/clearwater-cassandra/etc++cassandra++cassandra-rackdc.properties by clearwater-cassandra' Adding 'diversion of /etc/cassandra/cassandra-env.sh to /usr/share/clearwater-cassandra/etc++cassandra++cassandra-env.sh by clearwater-cassandra' * Restarting clearwater-infrastructure clearwater-infrastructure * Restarting DNS forwarder and DHCP server dnsmasq ...done. reload: Job is not running: clearwater-monit Exiting: cassandra.yaml is missing reload: Job is not running: clearwater-monit Exiting: cassandra.yaml is missing reload: Job is not running: clearwater-monit ...done. reload: Job is not running: clearwater-monit Setting up astaire (1.0-180326.104711) ... astaire-throttle start/running, process 12532 * Restarting clearwater-infrastructure clearwater-infrastructure * Restarting DNS forwarder and DHCP server dnsmasq ...done. ...done. Processing triggers for ureadahead (0.100.0-16) ... Setting up homer-cassandra (1.0-180326.111418) ... * Restarting clearwater-infrastructure clearwater-infrastructure * Restarting DNS forwarder and DHCP server dnsmasq ...done. ...done. Setting up homestead-cassandra (1.0-180326.115231) ... * Restarting clearwater-infrastructure clearwater-infrastructure * Restarting DNS forwarder and DHCP server dnsmasq ...done. ...done. Setting up homestead-prov-cassandra (1.0-180326.111418) ... * Restarting clearwater-infrastructure clearwater-infrastructure * Restarting DNS forwarder and DHCP server dnsmasq ...done. ...done. Setting up clearwater-queue-manager (1.0-180328.115321) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-queue-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 Collecting clearwater_queue_manager Collecting clearwater-etcd-shared (from clearwater_queue_manager) Collecting metaswitchcommon (from clearwater_queue_manager) Collecting futures (from clearwater-etcd-shared->clearwater_queue_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_queue_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_queue_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_queue_manager) Collecting six (from clearwater-etcd-shared->clearwater_queue_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_queue_manager) Collecting urllib3 (from clearwater-etcd-shared->clearwater_queue_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_queue_manager) Collecting pycparser (from metaswitchcommon->clearwater_queue_manager) Collecting cffi (from metaswitchcommon->clearwater_queue_manager) Collecting pycrypto (from metaswitchcommon->clearwater_queue_manager) Collecting monotonic (from metaswitchcommon->clearwater_queue_manager) Collecting pyzmq (from metaswitchcommon->clearwater_queue_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_queue_manager) Installing collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-queue-manager Successfully installed cffi-1.10.0 clearwater-etcd-shared-1.0 clearwater-queue-manager-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1 update-rc.d: warning: start runlevel arguments (none) do not match clearwater-queue-manager Default-Start values (2 3 4 5) update-rc.d: warning: stop runlevel arguments (none) do not match clearwater-queue-manager Default-Stop values (0 1 6) Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-config-manager (1.0-180328.115321) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-config-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 Collecting clearwater_config_manager Collecting nsenter (from clearwater_config_manager) Collecting requests (from clearwater_config_manager) Collecting clearwater-etcd-shared (from clearwater_config_manager) Collecting metaswitchcommon (from clearwater_config_manager) Collecting jsonschema (from clearwater_config_manager) Collecting argparse (from nsenter->clearwater_config_manager) Collecting contextlib2 (from nsenter->clearwater_config_manager) Collecting pathlib (from nsenter->clearwater_config_manager) Collecting urllib3<1.23,>=1.21.1 (from requests->clearwater_config_manager) Collecting idna<2.7,>=2.5 (from requests->clearwater_config_manager) Collecting chardet<3.1.0,>=3.0.2 (from requests->clearwater_config_manager) Collecting certifi>=2017.4.17 (from requests->clearwater_config_manager) Collecting futures (from clearwater-etcd-shared->clearwater_config_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_config_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_config_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_config_manager) Collecting six (from clearwater-etcd-shared->clearwater_config_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_config_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_config_manager) Collecting pycparser (from metaswitchcommon->clearwater_config_manager) Collecting cffi (from metaswitchcommon->clearwater_config_manager) Collecting pycrypto (from metaswitchcommon->clearwater_config_manager) Collecting monotonic (from metaswitchcommon->clearwater_config_manager) Collecting pyzmq (from metaswitchcommon->clearwater_config_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_config_manager) Installing collected packages: argparse, contextlib2, pathlib, nsenter, urllib3, idna, chardet, certifi, requests, futures, py2-ipaddress, prctl, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, jsonschema, clearwater-config-manager Found existing installation: argparse 1.2.1 Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/clearwater-config-manager/env Successfully installed argparse-1.4.0 certifi-2017.7.27.1 cffi-1.10.0 chardet-3.0.4 clearwater-config-manager-1.0 clearwater-etcd-shared-1.0 contextlib2-0.5.5 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 idna-2.6 jsonschema-2.3.0 metaswitchcommon-0.1 monotonic-0.6 nsenter-0.2 pathlib-1.0.1 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 requests-2.18.4 six-1.10.0 urllib3-1.21.1 update-rc.d: warning: start runlevel arguments (none) do not match clearwater-config-manager Default-Start values (2 3 4 5) update-rc.d: warning: stop runlevel arguments (none) do not match clearwater-config-manager Default-Stop values (0 1 6) Processing triggers for ureadahead (0.100.0-16) ... Setting up chronos (1.0-180328.120836) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up vellum (1.0-180328.114312) ... Processing triggers for libc-bin (2.19-0ubuntu6.14) ... + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: clearwater-cluster-manager The following NEW packages will be installed: clearwater-cluster-manager clearwater-management 0 upgraded, 2 newly installed, 0 to remove and 3 not upgraded. Need to get 6120 kB of archives. After this operation, 6459 kB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ clearwater-cluster-manager 1.0-180328.115321 [6108 kB] Get:2 http://repo.cw-ngv.com/stable/ binary/ clearwater-management 1.0-180328.115321 [12.4 kB] Fetched 6120 kB in 1s (5932 kB/s) Selecting previously unselected package clearwater-cluster-manager. (Reading database ... 59692 files and directories currently installed.) Preparing to unpack .../clearwater-cluster-manager_1.0-180328.115321_all.deb ... Unpacking clearwater-cluster-manager (1.0-180328.115321) ... Selecting previously unselected package clearwater-management. Preparing to unpack .../clearwater-management_1.0-180328.115321_all.deb ... Unpacking clearwater-management (1.0-180328.115321) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-cluster-manager (1.0-180328.115321) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-cluster-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 Collecting clearwater_cluster_manager Collecting clearwater-etcd-shared (from clearwater_cluster_manager) Collecting metaswitchcommon (from clearwater_cluster_manager) Collecting futures (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting six (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting urllib3 (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting pycparser (from metaswitchcommon->clearwater_cluster_manager) Collecting cffi (from metaswitchcommon->clearwater_cluster_manager) Collecting pycrypto (from metaswitchcommon->clearwater_cluster_manager) Collecting monotonic (from metaswitchcommon->clearwater_cluster_manager) Collecting pyzmq (from metaswitchcommon->clearwater_cluster_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager) Installing collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-cluster-manager Successfully installed cffi-1.10.0 clearwater-cluster-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1 update-rc.d: warning: start runlevel arguments (none) do not match clearwater-cluster-manager Default-Start values (2 3 4 5) update-rc.d: warning: stop runlevel arguments (none) do not match clearwater-cluster-manager Default-Stop values (0 1 6) Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-management (1.0-180328.115321) ... + retries=0 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.206 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.206 ++ echo A 172.30.9.206 ++ ip2rr 192.168.1.4 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.4 ++ echo A 192.168.1.4 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 0 -lt 10 ']' + retries=1 + echo 'nsupdate failed - retrying (retry 1)...' nsupdate failed - retrying (retry 1)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.206 ++ echo 172.30.9.206 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.206 ++ ip2rr 192.168.1.4 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.4 ++ echo A 192.168.1.4 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 1 -lt 10 ']' + retries=2 + echo 'nsupdate failed - retrying (retry 2)...' nsupdate failed - retrying (retry 2)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.206 ++ echo 172.30.9.206 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.206 ++ ip2rr 192.168.1.4 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.4 ++ echo A 192.168.1.4 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 2 -lt 10 ']' + retries=3 + echo 'nsupdate failed - retrying (retry 3)...' nsupdate failed - retrying (retry 3)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.206 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.206 ++ echo A 172.30.9.206 ++ ip2rr 192.168.1.4 ++ echo 192.168.1.4 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.4 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 3 -lt 10 ']' + retries=4 + echo 'nsupdate failed - retrying (retry 4)...' nsupdate failed - retrying (retry 4)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.206 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.206 ++ echo A 172.30.9.206 ++ ip2rr 192.168.1.4 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.4 ++ echo A 192.168.1.4 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 4 -lt 10 ']' + retries=5 + echo 'nsupdate failed - retrying (retry 5)...' nsupdate failed - retrying (retry 5)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.206 ++ echo 172.30.9.206 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.206 ++ ip2rr 192.168.1.4 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.4 ++ echo A 192.168.1.4 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 5 -lt 10 ']' + retries=6 + echo 'nsupdate failed - retrying (retry 6)...' nsupdate failed - retrying (retry 6)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.206 ++ echo 172.30.9.206 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.206 ++ ip2rr 192.168.1.4 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.4 ++ echo A 192.168.1.4 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 6 -lt 10 ']' + retries=7 + echo 'nsupdate failed - retrying (retry 7)...' nsupdate failed - retrying (retry 7)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.206 ++ echo 172.30.9.206 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.206 ++ ip2rr 192.168.1.4 ++ echo 192.168.1.4 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.4 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 7 -lt 10 ']' + retries=8 + echo 'nsupdate failed - retrying (retry 8)...' nsupdate failed - retrying (retry 8)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.206 ++ echo 172.30.9.206 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.206 ++ ip2rr 192.168.1.4 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.4 ++ echo A 192.168.1.4 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 8 -lt 10 ']' + retries=9 + echo 'nsupdate failed - retrying (retry 9)...' nsupdate failed - retrying (retry 9)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.206 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.206 ++ echo A 172.30.9.206 ++ ip2rr 192.168.1.4 ++ echo 192.168.1.4 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.4 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 9 -lt 10 ']' + retries=10 + echo 'nsupdate failed - retrying (retry 10)...' nsupdate failed - retrying (retry 10)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.206 ++ echo 172.30.9.206 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.206 ++ ip2rr 192.168.1.4 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.4 ++ echo A 192.168.1.4 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 10 -lt 10 ']' + echo 'nameserver 192.168.0.5' + echo RESOLV_CONF=/etc/dnsmasq.resolv.conf + mkdir -p /etc/netns/signaling + echo 'nameserver 192.168.1.14' + service dnsmasq force-reload * Restarting DNS forwarder and DHCP server dnsmasq ...done. ci-info: ++++++++++Authorized keys from /home/ubuntu/.ssh/authorized_keys for user ubuntu+++++++++++ ci-info: +---------+-------------------------------------------------+---------+-------------------+ ci-info: | Keytype | Fingerprint (md5) | Options | Comment | ci-info: +---------+-------------------------------------------------+---------+-------------------+ ci-info: | ssh-rsa | 2c:92:48:e8:e4:cd:71:cf:8b:13:5d:18:72:7b:c4:7a | - | Generated-by-Nova | ci-info: +---------+-------------------------------------------------+---------+-------------------+ ec2: ec2: ############################################################# ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- ec2: 1024 99:fc:f0:1c:fe:17:50:d6:35:c8:58:d1:fe:d1:19:05 root@vellum-0 (DSA) ec2: 256 0b:8f:3e:41:e3:38:96:4f:87:97:e5:d3:54:a5:c7:a7 root@vellum-0 (ECDSA) ec2: 256 c9:42:f2:06:42:2b:d5:5c:c8:fa:52:6b:07:b8:63:75 root@vellum-0 (ED25519) ec2: 2048 b6:72:56:9c:70:7a:a5:0f:c0:92:5c:37:b7:0c:ba:26 root@vellum-0 (RSA) ec2: -----END SSH HOST KEY FINGERPRINTS----- ec2: ############################################################# -----BEGIN SSH HOST KEY KEYS----- ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBB51FR4807+Wm9PL7C1lpTiSVcMvDUv8iZsIkSBRorx4GWeYnK8u7/Tgog0/UbdbRAEkbNfanGA8SCB/nLScmLo= root@vellum-0 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHoecZoUJsjhi6io9je0hS3BeMVhHCHJaQiWH5AW0le+ root@vellum-0 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDwV8NXHRFMK520ECGo3YNhW5zU/Gz2lLjLPeJiOsRi+/Z6NwHcJ8EeciiIicXxMy0+PkoXw+mb6n3DARhhDC7hh6y9YdptM9yTDKNzrU4z7LdjAKThtq5Z8QWyR7pwx/LSObx0ioYz7mKX6PWTNQUmcAuvuc+Z8DSiWyu02aa38QcYoGhcE97bkI4XWrzqGuoMlC6+C3/9AvYv0ZT+Lfo0YDCb7fh7Od1jgNp1ZgUvCLtfIrIH5wFoSz06WEkMGC7Ne+MKSW47kUG9VGo4Hh1sKmKX+IZArWU0fy7SOQbba7snQ73uRQDZYiXbvdRJcR81RZRje4o9bbx5/+O+9sRD root@vellum-0 -----END SSH HOST KEY KEYS----- Cloud-init v. 0.7.5 finished at Sun, 12 Aug 2018 09:21:37 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 431.14 seconds 2018-08-12 09:24:18,514 - functest.core.singlevm - DEBUG - regex found: ''Cloud-init .* finished at ' in console 2018-08-12 09:24:18,514 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:24:18,516 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:24:19,413 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:24: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-f9d0842d-6089-48b0-a7e5-43c2f732d323 x-compute-request-id: req-f9d0842d-6089-48b0-a7e5-43c2f732d323 Content-Encoding: gzip Content-Length: 1505 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:8c:69", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:8c:69", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:47:bc", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:47:bc", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/0d05f869-c182-4a19-86bf-4ac078c523fd", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:41.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "0d05f869-c182-4a19-86bf-4ac078c523fd", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:41Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "homer-0.clearwater.opnfv", "created": "2018-08-12T09:14:06Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:24:50", "version": 4, "addr": "192.168.0.22", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:24:50", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:35:db:99", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/1c9b6e42-b18c-407e-8d00-9077025769fd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1c9b6e42-b18c-407e-8d00-9077025769fd", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:39.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "1c9b6e42-b18c-407e-8d00-9077025769fd", "security_groups": [{"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:39Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "dime-0.clearwater.opnfv", "created": "2018-08-12T09:14:05Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:73:af", "version": 4, "addr": "192.168.0.17", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:73:af", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:b9:f2", "version": 4, "addr": "192.168.1.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:b9:f2", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:41.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:41Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "bono-0.clearwater.opnfv", "created": "2018-08-12T09:14:05Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:27:6c", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:27:6c", "version": 4, "addr": "172.30.9.216", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:82:86", "version": 4, "addr": "192.168.1.24", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/566a63cc-7490-4385-b2ac-bfb24030a031", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/566a63cc-7490-4385-b2ac-bfb24030a031", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:34.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "566a63cc-7490-4385-b2ac-bfb24030a031", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:34Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-12T09:14:04Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:9d:e5", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:9d:e5", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b4:d8:25", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/7a80620a-d807-4698-b6c3-7c140a7b5157", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/7a80620a-d807-4698-b6c3-7c140a7b5157", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:25.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "7a80620a-d807-4698-b6c3-7c140a7b5157", "security_groups": [{"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:25Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-12T09:14:04Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:ca:f6", "version": 4, "addr": "192.168.0.23", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:ca:f6", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/3544e1e5-febb-4596-964e-1a53f9d26ab6", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/3544e1e5-febb-4596-964e-1a53f9d26ab6", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:13:48.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "3544e1e5-febb-4596-964e-1a53f9d26ab6", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:13:48Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-12T09:12:11Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:77:d2", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:77:d2", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ac:00:39", "version": 4, "addr": "192.168.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/24234aa3-febc-4826-8d67-0c33e6f38782", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/24234aa3-febc-4826-8d67-0c33e6f38782", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:12:00.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "24234aa3-febc-4826-8d67-0c33e6f38782", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:12:00Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "ns.clearwater.opnfv", "created": "2018-08-12T09:10:20Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:24:19,413 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-f9d0842d-6089-48b0-a7e5-43c2f732d323 2018-08-12 09:24:19,413 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.899044036865s 2018-08-12 09:24:19,414 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-f9d0842d-6089-48b0-a7e5-43c2f732d323 2018-08-12 09:24:19,421 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-12 09:24:19,423 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/3544e1e5-febb-4596-964e-1a53f9d26ab6/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}d584eff3730be386f99aabb4bf64013d89965dc6" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 09:24:19,498 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:24: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-20aafa97-5f0f-45c3-bb59-425e968d34c9 x-compute-request-id: req-20aafa97-5f0f-45c3-bb59-425e968d34c9 Content-Encoding: gzip Content-Length: 12066 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 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] 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-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] 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] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6390-0x000f639f] mapped at [ffff8800000f6390]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff]\n[ 0.000000] ACPI: RSDP 00000000000f60f0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\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 2 CPUs, 0 hotplug CPUs\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 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008000] Security Framework initialized\n[ 0.008030] AppArmor: AppArmor initialized\n[ 0.008877] Yama: becoming mindful.\n[ 0.009750] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.012800] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.014755] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.016005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.017553] Initializing cgroup subsys memory\n[ 0.018448] Initializing cgroup subsys devices\n[ 0.019333] Initializing cgroup subsys freezer\n[ 0.020003] Initializing cgroup subsys blkio\n[ 0.020854] Initializing cgroup subsys perf_event\n[ 0.021767] Initializing cgroup subsys hugetlb\n[ 0.022691] CPU: Physical Processor ID: 0\n[ 0.023508] FEATURE SPEC_CTRL Not Present\n[ 0.024688] mce: CPU supports 10 MCE banks\n[ 0.025543] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.025543] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.028003] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.029179] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.030645] Speculative Store Bypass: Vulnerable\n[ 0.032139] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000)\n[ 0.036279] ACPI: Core revision 20131115\n[ 0.037544] ACPI: All ACPI Tables successfully acquired\n[ 0.038709] ftrace: allocating 28727 entries in 113 pages\n[ 0.060250] Enabling x2apic\n[ 0.060900] Enabled x2apic\n[ 0.064003] Switched APIC routing to physical x2apic.\n[ 0.065902] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.067118] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.069588] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.076646] KVM setup paravirtual spinlock\n[ 0.078772] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.080153] x86: Booting SMP configuration:\n[ 0.081083] .... node #0, CPUs: #1[ 0.078740] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.096018] x86: Booted up 1 node, 2 CPUs\n[ 0.096012] KVM setup async PF for cpu 1\n[ 0.096012] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.098775] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.100350] devtmpfs: initialized\n[ 0.102263] EVM: security.selinux\n[ 0.102986] EVM: security.SMACK64\n[ 0.104005] EVM: security.ima\n[ 0.104660] EVM: security.capability\n[ 0.105459] pinctrl core: initialized pinctrl subsystem\n[ 0.105859] regulator-dummy: no parameters\n[ 0.108063] RTC time: 9:13:47, date: 08/12/18\n[ 0.109003] NET: Registered protocol family 16\n[ 0.109987] cpuidle: using governor ladder\n[ 0.110830] cpuidle: using governor menu\n[ 0.111694] ACPI: bus type PCI registered\n[ 0.112004] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.113298] PCI: Using configuration type 1 for base access\n[ 0.114886] bio: create slab at 0\n[ 0.116056] ACPI: Added _OSI(Module Device)\n[ 0.116909] ACPI: Added _OSI(Processor Device)\n[ 0.117793] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.118717] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.120825] ACPI: Interpreter enabled\n[ 0.121611] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.123501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.125380] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.128005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.130717] ACPI: (supports S0 S5)\n[ 0.131739] ACPI: Using IOAPIC for interrupt routing\n[ 0.132026] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.134770] ACPI: No dock devices found.\n[ 0.137743] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.139475] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.140007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.141836] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.144182] acpiphp: Slot [3] registered\n[ 0.145389] acpiphp: Slot [4] registered\n[ 0.146538] acpiphp: Slot [5] registered\n[ 0.147674] acpiphp: Slot [6] registered\n[ 0.148020] acpiphp: Slot [7] registered\n[ 0.149158] acpiphp: Slot [8] registered\n[ 0.150323] acpiphp: Slot [9] registered\n[ 0.151467] acpiphp: Slot [10] registered\n[ 0.152017] acpiphp: Slot [11] registered\n[ 0.153192] acpiphp: Slot [12] registered\n[ 0.154350] acpiphp: Slot [13] registered\n[ 0.155513] acpiphp: Slot [14] registered\n[ 0.156017] acpiphp: Slot [15] registered\n[ 0.157173] acpiphp: Slot [16] registered\n[ 0.158334] acpiphp: Slot [17] registered\n[ 0.159607] acpiphp: Slot [18] registered\n[ 0.160024] acpiphp: Slot [19] registered\n[ 0.161221] acpiphp: Slot [20] registered\n[ 0.162398] acpiphp: Slot [21] registered\n[ 0.163589] acpiphp: Slot [22] registered\n[ 0.164016] acpiphp: Slot [23] registered\n[ 0.165182] acpiphp: Slot [24] registered\n[ 0.166401] acpiphp: Slot [25] registered\n[ 0.167582] acpiphp: Slot [26] registered\n[ 0.168017] acpiphp: Slot [27] registered\n[ 0.169202] acpiphp: Slot [28] registered\n[ 0.170381] acpiphp: Slot [29] registered\n[ 0.171590] acpiphp: Slot [30] registered\n[ 0.172023] acpiphp: Slot [31] registered\n[ 0.173217] PCI host bridge to bus 0000:00\n[ 0.174388] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.175887] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.176004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.177662] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.179479] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.180003] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.186248] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.188011] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.207884] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.208787] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.210729] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.212544] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.214460] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.216166] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.217846] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.217846] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.220003] vgaarb: loaded\n[ 0.220883] vgaarb: bridge control possible 0000:00:02.0\n[ 0.222573] SCSI subsystem initialized\n[ 0.223795] ACPI: bus type USB registered\n[ 0.224028] usbcore: registered new interface driver usbfs\n[ 0.225560] usbcore: registered new interface driver hub\n[ 0.227138] usbcore: registered new device driver usb\n[ 0.228094] PCI: Using ACPI for IRQ routing\n[ 0.229467] NetLabel: Initializing\n[ 0.230485] NetLabel: domain hash size = 128\n[ 0.231753] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.232044] NetLabel: unlabeled traffic allowed by default\n[ 0.233586] Switched to clocksource kvm-clock\n[ 0.239559] AppArmor: AppArmor Filesystem Enabled\n[ 0.240931] pnp: PnP ACPI init\n[ 0.241872] ACPI: bus type PNP registered\n[ 0.243462] pnp: PnP ACPI: found 8 devices\n[ 0.244652] ACPI: bus type PNP unregistered\n[ 0.251943] NET: Registered protocol family 2\n[ 0.253448] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.255671] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.257674] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.259611] TCP: reno registered\n[ 0.260644] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.262381] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.264356] NET: Registered protocol family 1\n[ 0.265736] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.267441] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.269103] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.291127] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.313256] Trying to unpack rootfs image as initramfs...\n[ 0.404356] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.406832] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.408495] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.410181] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.412727] Scanning for low memory corruption every 60 seconds\n[ 0.414733] Initialise system trusted keyring\n[ 0.416108] audit: initializing netlink socket (disabled)\n[ 0.417695] type=2000 audit(1534065229.043:1): initialized\n[ 0.437566] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.443514] zbud: loaded\n[ 0.444741] VFS: Disk quotas dquot_6.5.2\n[ 0.446056] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.448875] fuse init (API version 7.22)\n[ 0.450192] msgmni has been set to 3997\n[ 0.451482] Key type big_key registered\n[ 0.453306] Key type asymmetric registered\n[ 0.454576] Asymmetric key parser 'x509' registered\n[ 0.456077] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.458395] io scheduler noop registered\n[ 0.459584] io scheduler deadline registered (default)\n[ 0.461126] io scheduler cfq registered\n[ 0.462567] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.464196] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.466174] ipmi message handler version 39.2\n[ 0.467625] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.469852] ACPI: Power Button [PWRF]\n[ 0.471251] GHES: HEST is not enabled!\n[ 0.493357] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.536872] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.539181] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.563347] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.566685] Linux agpgart interface v0.103\n[ 0.569134] brd: module loaded\n[ 0.570619] loop: module loaded\n[ 0.571983] blk-mq: CPU -> queue map\n[ 0.573092] CPU 0 -> Queue 0\n[ 0.574040] CPU 1 -> Queue 0\n[ 0.575955] vda: vda1\n[ 0.577754] scsi0 : ata_piix\n[ 0.578815] scsi1 : ata_piix\n[ 0.579778] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.581721] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.583946] libphy: Fixed MDIO Bus: probed\n[ 0.585047] tun: Universal TUN/TAP device driver, 1.6\n[ 0.586462] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.589138] PPP generic driver version 2.4.2\n[ 0.590463] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.592257] ehci-pci: EHCI PCI platform driver\n[ 0.593637] ehci-platform: EHCI generic platform driver\n[ 0.595107] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.596830] ohci-pci: OHCI PCI platform driver\n[ 0.598120] ohci-platform: OHCI generic platform driver\n[ 0.599579] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.622057] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.623553] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.625796] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.627557] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.629479] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.631544] usb usb1: Product: UHCI Host Controller\n[ 0.632912] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd\n[ 0.634662] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.636112] hub 1-0:1.0: USB hub found\n[ 0.637279] hub 1-0:1.0: 2 ports detected\n[ 0.638622] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.641534] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.642956] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.644529] mousedev: PS/2 mouse device common for all mice\n[ 0.646354] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648944] rtc_cmos 00:00: RTC can wake from S4\n[ 0.650339] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.652119] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.653942] device-mapper: uevent: version 1.0.3\n[ 0.655337] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.657716] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.659557] TCP: cubic registered\n[ 0.660656] NET: Registered protocol family 10\n[ 0.662410] NET: Registered protocol family 17\n[ 0.663791] Key type dns_resolver registered\n[ 0.665404] Loading compiled-in X.509 certificates\n[ 0.667348] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0'\n[ 0.669986] registered taskstats version 1\n[ 0.673513] Key type trusted registered\n[ 0.677247] Key type encrypted registered\n[ 0.678530] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.680095] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.681992] regulator-dummy: disabling\n[ 0.683209] Magic number: 14:35:222\n[ 0.684483] rtc_cmos 00:00: setting system clock to 2018-08-12 09:13:48 UTC (1534065228)\n[ 0.693809] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.695476] EDD information not available.\n[ 0.738145] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000)\n[ 0.740484] Write protecting the kernel read-only data: 12288k\n[ 0.743160] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000)\n[ 0.747153] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.761249] systemd-udevd[107]: starting version 204\n[ 0.800756] FDC 0 is a S82078B\n[ 0.948051] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.111698] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.113379] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.115054] usb 1-1: Product: QEMU USB Tablet\n[ 1.116126] usb 1-1: Manufacturer: QEMU\n[ 1.117105] usb 1-1: SerialNumber: 42\n[ 1.404083] tsc: Refined TSC clocksource calibration: 3491.872 MHz\n[ 1.816883] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.053589] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.124618] random: init urandom read with 10 bits of entropy available\n * Starting Mount filesystems on boot[74G[ OK ]\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 2.223337] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sun, 12 Aug 2018 09:13:50 +0000. Up 2.54 seconds.\ncloud-init-nonet[2.70]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting cold plug devices[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[3.46]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sun, 12 Aug 2018 09:13:51 +0000. Up 3.61 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+------+--------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+------+--------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth0 | True | 192.168.0.23 | 255.255.255.0 | fa:16:3e:be:ca:f6 |\nci-info: +--------+------+--------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.2 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\n7b:05:61:1c:5f:c9:c2:01:49:9c:d8:6d:cd:5c:76:a0 root@ellis-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| **B.*o++|\n| ..*o=o*..|\n| ..E. |\n| . |\n| S . |\n| . . |\n| . . |\n| . |\n| |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\nc2:e4:52:6d:d0:da:66:37:8c:c8:5a:09:94:60:68:d9 root@ellis-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| .=o.... |\n|.+ Eo o. |\n|. oo=oo |\n| =*.= + |\n| .o+oS. . |\n| .. . |\n| |\n| |\n| |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\n2a:b3:51:48:8b:1b:53:ae:37:e0:93:9a:96:96:92:73 root@ellis-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| |\n| o |\n| = o |\n| = + . S |\n| . B . . |\n| .O * . |\n|+BEo * |\n|*o . |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\na9:e8:2f:f7:1f:54:b8:a1:b2:4a:9c:0f:b6:ff:d4:81 root@ellis-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| |\n| . |\n| o . |\n| + + |\n| . E + |\n| . o + o . |\n| B o . o |\n| +.=.. . |\n| +=+oo.. |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS ellis-0 ttyS0\n\nellis-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Sun, 12 Aug 2018 09:15:55 +0000. Up 127.65 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Sun, 12 Aug 2018 09:16:56 +0000. Up 188.76 seconds.\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ apt-key add -\n+ curl -L http://repo.cw-ngv.com/repo_key\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com\ngpg: no valid OpenPGP data found.\n+ apt-get update\nErr http://repo.cw-ngv.com binary/ InRelease\n \nErr http://repo.cw-ngv.com binary/ Release.gpg\n Could not resolve 'repo.cw-ngv.com'\nErr http://archive.ubuntu.com trusty InRelease\n \nErr http://archive.ubuntu.com trusty-updates InRelease\n \nErr http://archive.ubuntu.com trusty-backports InRelease\n \nErr http://archive.ubuntu.com trusty Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-updates Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-backports Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://security.ubuntu.com trusty-security InRelease\n \nErr http://security.ubuntu.com trusty-security Release.gpg\n Could not resolve 'security.ubuntu.com'\nReading package lists...\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease \n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com'\n\nW: Some index files failed to download. They have been ignored, or old ones used instead.\n+ mkdir -p /etc/clearwater\n+ etcd_ip=\n+ '[' -n '' ']'\n+ etcd_ip=192.168.0.23\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install ellis --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package ellis\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package clearwater-management\n+ /usr/share/clearwater/clearwater-etcd/scripts/wait_for_etcd\n/var/lib/cloud/instance/scripts/part-001: line 31: /usr/share/clearwater/clearwater-etcd/scripts/wait_for_etcd: No such file or directory\n+ /usr/share/clearwater/clearwater-config-manager/scripts/cw-config download shared_config --autoconfirm --dir /tmp\n/var/lib/cloud/instance/scripts/part-001: line 34: /usr/share/clearwater/clearwater-config-manager/scripts/cw-config: No such file or directory\n+ cat\n+ /usr/share/clearwater/clearwater-config-manager/scripts/cw-config upload shared_config --autoconfirm --dir /tmp\n/var/lib/cloud/instance/scripts/part-001: line 64: /usr/share/clearwater/clearwater-config-manager/scripts/cw-config: No such file or directory\n+ service clearwater-infrastructure restart\nclearwater-infrastructure: unrecognized service\n+ service ellis stop\nellis: unrecognized service\n+ /usr/share/clearwater/ellis/env/bin/python /usr/share/clearwater/ellis/src/metaswitch/ellis/tools/create_numbers.py --start 6505550000 --count 1000\n/var/lib/cloud/instance/scripts/part-001: line 71: /usr/share/clearwater/ellis/env/bin/python: No such file or directory\n+ retries=0\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.214\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.214\n++ echo A 172.30.9.214\n++ ip2rr 172.30.9.214\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.214\n++ echo A 172.30.9.214\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 0 -lt 10 ']'\n+ retries=1\n+ echo 'nsupdate failed - retrying (retry 1)...'\nnsupdate failed - retrying (retry 1)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.214\n++ echo 172.30.9.214\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.214\n++ ip2rr 172.30.9.214\n++ echo 172.30.9.214\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.214\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 1 -lt 10 ']'\n+ retries=2\n+ echo 'nsupdate failed - retrying (retry 2)...'\nnsupdate failed - retrying (retry 2)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.214\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.214\n++ echo A 172.30.9.214\n++ ip2rr 172.30.9.214\n++ echo 172.30.9.214\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.214\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 2 -lt 10 ']'\n+ retries=3\n+ echo 'nsupdate failed - retrying (retry 3)...'\nnsupdate failed - retrying (retry 3)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.214\n++ echo 172.30.9.214\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.214\n++ ip2rr 172.30.9.214\n++ echo 172.30.9.214\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.214\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 3 -lt 10 ']'\n+ retries=4\n+ echo 'nsupdate failed - retrying (retry 4)...'\nnsupdate failed - retrying (retry 4)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.214\n++ echo 172.30.9.214\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.214\n++ ip2rr 172.30.9.214\n++ echo 172.30.9.214\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.214\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 4 -lt 10 ']'\n+ retries=5\n+ echo 'nsupdate failed - retrying (retry 5)...'\nnsupdate failed - retrying (retry 5)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.214\n++ echo 172.30.9.214\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.214\n++ ip2rr 172.30.9.214\n++ echo 172.30.9.214\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.214\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 5 -lt 10 ']'\n+ retries=6\n+ echo 'nsupdate failed - retrying (retry 6)...'\nnsupdate failed - retrying (retry 6)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.214\n++ echo 172.30.9.214\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.214\n++ ip2rr 172.30.9.214\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.214\n++ echo A 172.30.9.214\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 6 -lt 10 ']'\n+ retries=7\n+ echo 'nsupdate failed - retrying (retry 7)...'\nnsupdate failed - retrying (retry 7)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.214\n++ echo 172.30.9.214\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.214\n++ ip2rr 172.30.9.214\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.214\n++ echo A 172.30.9.214\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 7 -lt 10 ']'\n+ retries=8\n+ echo 'nsupdate failed - retrying (retry 8)...'\nnsupdate failed - retrying (retry 8)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.214\n++ echo 172.30.9.214\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.214\n++ ip2rr 172.30.9.214\n++ echo 172.30.9.214\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.214\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 8 -lt 10 ']'\n+ retries=9\n+ echo 'nsupdate failed - retrying (retry 9)...'\nnsupdate failed - retrying (retry 9)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.214\n++ echo 172.30.9.214\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.214\n++ ip2rr 172.30.9.214\n++ echo 172.30.9.214\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.214\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 9 -lt 10 ']'\n+ retries=10\n+ echo 'nsupdate failed - retrying (retry 10)...'\nnsupdate failed - retrying (retry 10)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.214\n++ echo 172.30.9.214\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.214\n++ ip2rr 172.30.9.214\n++ echo 172.30.9.214\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.214\n; Communication with 192.168.0.5#53 failed: timed out\ncould not talk to specified name server\n+ '[' 10 -lt 10 ']'\n+ echo 'nameserver 192.168.0.5'\n+ echo RESOLV_CONF=/etc/dnsmasq.resolv.conf\n+ service dnsmasq force-reload\ndnsmasq: unrecognized service\n2018-08-12 09:22:29,547 - util.py[WARNING]: Failed running /var/lib/cloud/instance/scripts/part-001 [1]\n2018-08-12 09:22:29,563 - cc_scripts_user.py[WARNING]: Failed to run module scripts-user (scripts in /var/lib/cloud/instance/scripts)\n2018-08-12 09:22:29,563 - util.py[WARNING]: Running scripts-user () failed\nci-info: ++++++++++Authorized keys from /home/ubuntu/.ssh/authorized_keys for user ubuntu+++++++++++\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nci-info: | Keytype | Fingerprint (md5) | Options | Comment |\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nci-info: | ssh-rsa | 2c:92:48:e8:e4:cd:71:cf:8b:13:5d:18:72:7b:c4:7a | - | Generated-by-Nova |\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nec2: \nec2: #############################################################\nec2: -----BEGIN SSH HOST KEY FINGERPRINTS-----\nec2: 1024 c2:e4:52:6d:d0:da:66:37:8c:c8:5a:09:94:60:68:d9 root@ellis-0 (DSA)\nec2: 256 2a:b3:51:48:8b:1b:53:ae:37:e0:93:9a:96:96:92:73 root@ellis-0 (ECDSA)\nec2: 256 a9:e8:2f:f7:1f:54:b8:a1:b2:4a:9c:0f:b6:ff:d4:81 root@ellis-0 (ED25519)\nec2: 2048 7b:05:61:1c:5f:c9:c2:01:49:9c:d8:6d:cd:5c:76:a0 root@ellis-0 (RSA)\nec2: -----END SSH HOST KEY FINGERPRINTS-----\nec2: #############################################################\n-----BEGIN SSH HOST KEY KEYS-----\necdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIUkdZDOS7giTzWO2/17BbtQ320ZEvGNpSKp6TClJ2f7hHe5A3SXGNko7Bt1ikKvpLu+tG/zWRbQ4DNhsFXwqnM= root@ellis-0\nssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGUAoJf3xyvI8OF8RpnydHQU/bmfsn3l4HP/b2HiGHY5 root@ellis-0\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDcib2SFhEDICbGQV4nFbsptt5oEbDTvgm7hp55AmlL8PG5BIxpm/X7cbMlhwSey92nTKN/Sa74xmo2yaMz2fLCpGHNpdmuF7s11gIKg3AIdM3ME+3AlkCGaMaRA03CrjAiOx7ZFkUpgjxn5eMIPzT5yE6l88BBn88X6rngz1MBn0sZcpXbf7ErxtJqn4RmKkxgjodS4rxoRwoC8fBQ+FKpZ2bfjcvNS8Aq58yX/akJ6M3yqqqT4Q54GtoyKizVD9UzK6OrL6fZOXjTxaZmsY8pERBPnJWirw3etBStt75w6QSmrqlTEyVMxDeZgkvNWv0aKQ9H3nWQBmv7BfIs1LM9 root@ellis-0\n-----END SSH HOST KEY KEYS-----\nCloud-init v. 0.7.5 finished at Sun, 12 Aug 2018 09:22:29 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 521.77 seconds\n"} 2018-08-12 09:24:19,499 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/3544e1e5-febb-4596-964e-1a53f9d26ab6/action used request id req-20aafa97-5f0f-45c3-bb59-425e968d34c9 2018-08-12 09:24:19,499 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0777130126953s 2018-08-12 09:24:19,500 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/3544e1e5-febb-4596-964e-1a53f9d26ab6/action used request id req-20aafa97-5f0f-45c3-bb59-425e968d34c9 2018-08-12 09:24:19,500 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-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] 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-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] 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] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6390-0x000f639f] mapped at [ffff8800000f6390] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff] [ 0.000000] ACPI: RSDP 00000000000f60f0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 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 2 CPUs, 0 hotplug CPUs [ 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 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008000] Security Framework initialized [ 0.008030] AppArmor: AppArmor initialized [ 0.008877] Yama: becoming mindful. [ 0.009750] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.012800] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.014755] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.016005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.017553] Initializing cgroup subsys memory [ 0.018448] Initializing cgroup subsys devices [ 0.019333] Initializing cgroup subsys freezer [ 0.020003] Initializing cgroup subsys blkio [ 0.020854] Initializing cgroup subsys perf_event [ 0.021767] Initializing cgroup subsys hugetlb [ 0.022691] CPU: Physical Processor ID: 0 [ 0.023508] FEATURE SPEC_CTRL Not Present [ 0.024688] mce: CPU supports 10 MCE banks [ 0.025543] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.025543] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.028003] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.029179] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.030645] Speculative Store Bypass: Vulnerable [ 0.032139] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000) [ 0.036279] ACPI: Core revision 20131115 [ 0.037544] ACPI: All ACPI Tables successfully acquired [ 0.038709] ftrace: allocating 28727 entries in 113 pages [ 0.060250] Enabling x2apic [ 0.060900] Enabled x2apic [ 0.064003] Switched APIC routing to physical x2apic. [ 0.065902] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.067118] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.069588] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.076646] KVM setup paravirtual spinlock [ 0.078772] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.080153] x86: Booting SMP configuration: [ 0.081083] .... node #0, CPUs: #1[ 0.078740] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.096018] x86: Booted up 1 node, 2 CPUs [ 0.096012] KVM setup async PF for cpu 1 [ 0.096012] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.098775] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.100350] devtmpfs: initialized [ 0.102263] EVM: security.selinux [ 0.102986] EVM: security.SMACK64 [ 0.104005] EVM: security.ima [ 0.104660] EVM: security.capability [ 0.105459] pinctrl core: initialized pinctrl subsystem [ 0.105859] regulator-dummy: no parameters [ 0.108063] RTC time: 9:13:47, date: 08/12/18 [ 0.109003] NET: Registered protocol family 16 [ 0.109987] cpuidle: using governor ladder [ 0.110830] cpuidle: using governor menu [ 0.111694] ACPI: bus type PCI registered [ 0.112004] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.113298] PCI: Using configuration type 1 for base access [ 0.114886] bio: create slab at 0 [ 0.116056] ACPI: Added _OSI(Module Device) [ 0.116909] ACPI: Added _OSI(Processor Device) [ 0.117793] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.118717] ACPI: Added _OSI(Processor Aggregator Device) [ 0.120825] ACPI: Interpreter enabled [ 0.121611] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.123501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.125380] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.128005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.130717] ACPI: (supports S0 S5) [ 0.131739] ACPI: Using IOAPIC for interrupt routing [ 0.132026] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.134770] ACPI: No dock devices found. [ 0.137743] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.139475] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.140007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.141836] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.144182] acpiphp: Slot [3] registered [ 0.145389] acpiphp: Slot [4] registered [ 0.146538] acpiphp: Slot [5] registered [ 0.147674] acpiphp: Slot [6] registered [ 0.148020] acpiphp: Slot [7] registered [ 0.149158] acpiphp: Slot [8] registered [ 0.150323] acpiphp: Slot [9] registered [ 0.151467] acpiphp: Slot [10] registered [ 0.152017] acpiphp: Slot [11] registered [ 0.153192] acpiphp: Slot [12] registered [ 0.154350] acpiphp: Slot [13] registered [ 0.155513] acpiphp: Slot [14] registered [ 0.156017] acpiphp: Slot [15] registered [ 0.157173] acpiphp: Slot [16] registered [ 0.158334] acpiphp: Slot [17] registered [ 0.159607] acpiphp: Slot [18] registered [ 0.160024] acpiphp: Slot [19] registered [ 0.161221] acpiphp: Slot [20] registered [ 0.162398] acpiphp: Slot [21] registered [ 0.163589] acpiphp: Slot [22] registered [ 0.164016] acpiphp: Slot [23] registered [ 0.165182] acpiphp: Slot [24] registered [ 0.166401] acpiphp: Slot [25] registered [ 0.167582] acpiphp: Slot [26] registered [ 0.168017] acpiphp: Slot [27] registered [ 0.169202] acpiphp: Slot [28] registered [ 0.170381] acpiphp: Slot [29] registered [ 0.171590] acpiphp: Slot [30] registered [ 0.172023] acpiphp: Slot [31] registered [ 0.173217] PCI host bridge to bus 0000:00 [ 0.174388] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.175887] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.176004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.177662] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.179479] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.180003] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.186248] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.188011] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.207884] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.208787] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.210729] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.212544] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.214460] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.216166] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.217846] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.217846] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.220003] vgaarb: loaded [ 0.220883] vgaarb: bridge control possible 0000:00:02.0 [ 0.222573] SCSI subsystem initialized [ 0.223795] ACPI: bus type USB registered [ 0.224028] usbcore: registered new interface driver usbfs [ 0.225560] usbcore: registered new interface driver hub [ 0.227138] usbcore: registered new device driver usb [ 0.228094] PCI: Using ACPI for IRQ routing [ 0.229467] NetLabel: Initializing [ 0.230485] NetLabel: domain hash size = 128 [ 0.231753] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.232044] NetLabel: unlabeled traffic allowed by default [ 0.233586] Switched to clocksource kvm-clock [ 0.239559] AppArmor: AppArmor Filesystem Enabled [ 0.240931] pnp: PnP ACPI init [ 0.241872] ACPI: bus type PNP registered [ 0.243462] pnp: PnP ACPI: found 8 devices [ 0.244652] ACPI: bus type PNP unregistered [ 0.251943] NET: Registered protocol family 2 [ 0.253448] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.255671] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.257674] TCP: Hash tables configured (established 16384 bind 16384) [ 0.259611] TCP: reno registered [ 0.260644] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.262381] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.264356] NET: Registered protocol family 1 [ 0.265736] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.267441] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.269103] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.291127] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.313256] Trying to unpack rootfs image as initramfs... [ 0.404356] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.406832] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.408495] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.410181] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.412727] Scanning for low memory corruption every 60 seconds [ 0.414733] Initialise system trusted keyring [ 0.416108] audit: initializing netlink socket (disabled) [ 0.417695] type=2000 audit(1534065229.043:1): initialized [ 0.437566] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.443514] zbud: loaded [ 0.444741] VFS: Disk quotas dquot_6.5.2 [ 0.446056] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.448875] fuse init (API version 7.22) [ 0.450192] msgmni has been set to 3997 [ 0.451482] Key type big_key registered [ 0.453306] Key type asymmetric registered [ 0.454576] Asymmetric key parser 'x509' registered [ 0.456077] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.458395] io scheduler noop registered [ 0.459584] io scheduler deadline registered (default) [ 0.461126] io scheduler cfq registered [ 0.462567] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.464196] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.466174] ipmi message handler version 39.2 [ 0.467625] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.469852] ACPI: Power Button [PWRF] [ 0.471251] GHES: HEST is not enabled! [ 0.493357] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.536872] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.539181] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.563347] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.566685] Linux agpgart interface v0.103 [ 0.569134] brd: module loaded [ 0.570619] loop: module loaded [ 0.571983] blk-mq: CPU -> queue map [ 0.573092] CPU 0 -> Queue 0 [ 0.574040] CPU 1 -> Queue 0 [ 0.575955] vda: vda1 [ 0.577754] scsi0 : ata_piix [ 0.578815] scsi1 : ata_piix [ 0.579778] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.581721] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.583946] libphy: Fixed MDIO Bus: probed [ 0.585047] tun: Universal TUN/TAP device driver, 1.6 [ 0.586462] tun: (C) 1999-2004 Max Krasnyansky [ 0.589138] PPP generic driver version 2.4.2 [ 0.590463] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.592257] ehci-pci: EHCI PCI platform driver [ 0.593637] ehci-platform: EHCI generic platform driver [ 0.595107] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.596830] ohci-pci: OHCI PCI platform driver [ 0.598120] ohci-platform: OHCI generic platform driver [ 0.599579] uhci_hcd: USB Universal Host Controller Interface driver [ 0.622057] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.623553] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.625796] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.627557] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.629479] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.631544] usb usb1: Product: UHCI Host Controller [ 0.632912] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd [ 0.634662] usb usb1: SerialNumber: 0000:00:01.2 [ 0.636112] hub 1-0:1.0: USB hub found [ 0.637279] hub 1-0:1.0: 2 ports detected [ 0.638622] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.641534] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.642956] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.644529] mousedev: PS/2 mouse device common for all mice [ 0.646354] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648944] rtc_cmos 00:00: RTC can wake from S4 [ 0.650339] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.652119] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.653942] device-mapper: uevent: version 1.0.3 [ 0.655337] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.657716] ledtrig-cpu: registered to indicate activity on CPUs [ 0.659557] TCP: cubic registered [ 0.660656] NET: Registered protocol family 10 [ 0.662410] NET: Registered protocol family 17 [ 0.663791] Key type dns_resolver registered [ 0.665404] Loading compiled-in X.509 certificates [ 0.667348] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0' [ 0.669986] registered taskstats version 1 [ 0.673513] Key type trusted registered [ 0.677247] Key type encrypted registered [ 0.678530] AppArmor: AppArmor sha1 policy hashing enabled [ 0.680095] IMA: No TPM chip found, activating TPM-bypass! [ 0.681992] regulator-dummy: disabling [ 0.683209] Magic number: 14:35:222 [ 0.684483] rtc_cmos 00:00: setting system clock to 2018-08-12 09:13:48 UTC (1534065228) [ 0.693809] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.695476] EDD information not available. [ 0.738145] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000) [ 0.740484] Write protecting the kernel read-only data: 12288k [ 0.743160] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000) [ 0.747153] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.761249] systemd-udevd[107]: starting version 204 [ 0.800756] FDC 0 is a S82078B [ 0.948051] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.111698] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.113379] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.115054] usb 1-1: Product: QEMU USB Tablet [ 1.116126] usb 1-1: Manufacturer: QEMU [ 1.117105] usb 1-1: SerialNumber: 42 [ 1.404083] tsc: Refined TSC clocksource calibration: 3491.872 MHz [ 1.816883] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.053589] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.124618] random: init urandom read with 10 bits of entropy available * Starting Mount filesystems on boot[74G[ OK ] * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 2.223337] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Initialize or finalize resolvconf[74G[ OK ] * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sun, 12 Aug 2018 09:13:50 +0000. Up 2.54 seconds. cloud-init-nonet[2.70]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting cold plug devices[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[3.46]: static networking is now up * Starting configure network device[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sun, 12 Aug 2018 09:13:51 +0000. Up 3.61 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+------+--------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+------+--------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth0 | True | 192.168.0.23 | 255.255.255.0 | fa:16:3e:be:ca:f6 | ci-info: +--------+------+--------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.2 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: 7b:05:61:1c:5f:c9:c2:01:49:9c:d8:6d:cd:5c:76:a0 root@ellis-0 The key's randomart image is: +--[ RSA 2048]----+ | **B.*o++| | ..*o=o*..| | ..E. | | . | | S . | | . . | | . . | | . | | | +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: c2:e4:52:6d:d0:da:66:37:8c:c8:5a:09:94:60:68:d9 root@ellis-0 The key's randomart image is: +--[ DSA 1024]----+ | .=o.... | |.+ Eo o. | |. oo=oo | | =*.= + | | .o+oS. . | | .. . | | | | | | | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: 2a:b3:51:48:8b:1b:53:ae:37:e0:93:9a:96:96:92:73 root@ellis-0 The key's randomart image is: +--[ECDSA 256]---+ | | | | | o | | = o | | = + . S | | . B . . | | .O * . | |+BEo * | |*o . | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: a9:e8:2f:f7:1f:54:b8:a1:b2:4a:9c:0f:b6:ff:d4:81 root@ellis-0 The key's randomart image is: +--[ED25519 256--+ | | | . | | o . | | + + | | . E + | | . o + o . | | B o . o | | +.=.. . | | +=+oo.. | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS ellis-0 ttyS0 ellis-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Sun, 12 Aug 2018 09:15:55 +0000. Up 127.65 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Sun, 12 Aug 2018 09:16:56 +0000. Up 188.76 seconds. + echo 'deb http://repo.cw-ngv.com/stable binary/' + apt-key add - + curl -L http://repo.cw-ngv.com/repo_key % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com gpg: no valid OpenPGP data found. + apt-get update Err http://repo.cw-ngv.com binary/ InRelease Err http://repo.cw-ngv.com binary/ Release.gpg Could not resolve 'repo.cw-ngv.com' Err http://archive.ubuntu.com trusty InRelease Err http://archive.ubuntu.com trusty-updates InRelease Err http://archive.ubuntu.com trusty-backports InRelease Err http://archive.ubuntu.com trusty Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-updates Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-backports Release.gpg Could not resolve 'archive.ubuntu.com' Err http://security.ubuntu.com trusty-security InRelease Err http://security.ubuntu.com trusty-security Release.gpg Could not resolve 'security.ubuntu.com' Reading package lists... W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com' W: Some index files failed to download. They have been ignored, or old ones used instead. + mkdir -p /etc/clearwater + etcd_ip= + '[' -n '' ']' + etcd_ip=192.168.0.23 + cat + DEBIAN_FRONTEND=noninteractive + apt-get install ellis --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package ellis + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package clearwater-management + /usr/share/clearwater/clearwater-etcd/scripts/wait_for_etcd /var/lib/cloud/instance/scripts/part-001: line 31: /usr/share/clearwater/clearwater-etcd/scripts/wait_for_etcd: No such file or directory + /usr/share/clearwater/clearwater-config-manager/scripts/cw-config download shared_config --autoconfirm --dir /tmp /var/lib/cloud/instance/scripts/part-001: line 34: /usr/share/clearwater/clearwater-config-manager/scripts/cw-config: No such file or directory + cat + /usr/share/clearwater/clearwater-config-manager/scripts/cw-config upload shared_config --autoconfirm --dir /tmp /var/lib/cloud/instance/scripts/part-001: line 64: /usr/share/clearwater/clearwater-config-manager/scripts/cw-config: No such file or directory + service clearwater-infrastructure restart clearwater-infrastructure: unrecognized service + service ellis stop ellis: unrecognized service + /usr/share/clearwater/ellis/env/bin/python /usr/share/clearwater/ellis/src/metaswitch/ellis/tools/create_numbers.py --start 6505550000 --count 1000 /var/lib/cloud/instance/scripts/part-001: line 71: /usr/share/clearwater/ellis/env/bin/python: No such file or directory + retries=0 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.214 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.214 ++ echo A 172.30.9.214 ++ ip2rr 172.30.9.214 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.214 ++ echo A 172.30.9.214 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 0 -lt 10 ']' + retries=1 + echo 'nsupdate failed - retrying (retry 1)...' nsupdate failed - retrying (retry 1)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.214 ++ echo 172.30.9.214 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.214 ++ ip2rr 172.30.9.214 ++ echo 172.30.9.214 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.214 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 1 -lt 10 ']' + retries=2 + echo 'nsupdate failed - retrying (retry 2)...' nsupdate failed - retrying (retry 2)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.214 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.214 ++ echo A 172.30.9.214 ++ ip2rr 172.30.9.214 ++ echo 172.30.9.214 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.214 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 2 -lt 10 ']' + retries=3 + echo 'nsupdate failed - retrying (retry 3)...' nsupdate failed - retrying (retry 3)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.214 ++ echo 172.30.9.214 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.214 ++ ip2rr 172.30.9.214 ++ echo 172.30.9.214 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.214 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 3 -lt 10 ']' + retries=4 + echo 'nsupdate failed - retrying (retry 4)...' nsupdate failed - retrying (retry 4)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.214 ++ echo 172.30.9.214 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.214 ++ ip2rr 172.30.9.214 ++ echo 172.30.9.214 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.214 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 4 -lt 10 ']' + retries=5 + echo 'nsupdate failed - retrying (retry 5)...' nsupdate failed - retrying (retry 5)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.214 ++ echo 172.30.9.214 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.214 ++ ip2rr 172.30.9.214 ++ echo 172.30.9.214 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.214 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 5 -lt 10 ']' + retries=6 + echo 'nsupdate failed - retrying (retry 6)...' nsupdate failed - retrying (retry 6)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.214 ++ echo 172.30.9.214 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.214 ++ ip2rr 172.30.9.214 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.214 ++ echo A 172.30.9.214 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 6 -lt 10 ']' + retries=7 + echo 'nsupdate failed - retrying (retry 7)...' nsupdate failed - retrying (retry 7)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.214 ++ echo 172.30.9.214 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.214 ++ ip2rr 172.30.9.214 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.214 ++ echo A 172.30.9.214 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 7 -lt 10 ']' + retries=8 + echo 'nsupdate failed - retrying (retry 8)...' nsupdate failed - retrying (retry 8)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.214 ++ echo 172.30.9.214 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.214 ++ ip2rr 172.30.9.214 ++ echo 172.30.9.214 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.214 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 8 -lt 10 ']' + retries=9 + echo 'nsupdate failed - retrying (retry 9)...' nsupdate failed - retrying (retry 9)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.214 ++ echo 172.30.9.214 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.214 ++ ip2rr 172.30.9.214 ++ echo 172.30.9.214 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.214 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 9 -lt 10 ']' + retries=10 + echo 'nsupdate failed - retrying (retry 10)...' nsupdate failed - retrying (retry 10)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.214 ++ echo 172.30.9.214 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.214 ++ ip2rr 172.30.9.214 ++ echo 172.30.9.214 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.214 ; Communication with 192.168.0.5#53 failed: timed out could not talk to specified name server + '[' 10 -lt 10 ']' + echo 'nameserver 192.168.0.5' + echo RESOLV_CONF=/etc/dnsmasq.resolv.conf + service dnsmasq force-reload dnsmasq: unrecognized service 2018-08-12 09:22:29,547 - util.py[WARNING]: Failed running /var/lib/cloud/instance/scripts/part-001 [1] 2018-08-12 09:22:29,563 - cc_scripts_user.py[WARNING]: Failed to run module scripts-user (scripts in /var/lib/cloud/instance/scripts) 2018-08-12 09:22:29,563 - util.py[WARNING]: Running scripts-user () failed ci-info: ++++++++++Authorized keys from /home/ubuntu/.ssh/authorized_keys for user ubuntu+++++++++++ ci-info: +---------+-------------------------------------------------+---------+-------------------+ ci-info: | Keytype | Fingerprint (md5) | Options | Comment | ci-info: +---------+-------------------------------------------------+---------+-------------------+ ci-info: | ssh-rsa | 2c:92:48:e8:e4:cd:71:cf:8b:13:5d:18:72:7b:c4:7a | - | Generated-by-Nova | ci-info: +---------+-------------------------------------------------+---------+-------------------+ ec2: ec2: ############################################################# ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- ec2: 1024 c2:e4:52:6d:d0:da:66:37:8c:c8:5a:09:94:60:68:d9 root@ellis-0 (DSA) ec2: 256 2a:b3:51:48:8b:1b:53:ae:37:e0:93:9a:96:96:92:73 root@ellis-0 (ECDSA) ec2: 256 a9:e8:2f:f7:1f:54:b8:a1:b2:4a:9c:0f:b6:ff:d4:81 root@ellis-0 (ED25519) ec2: 2048 7b:05:61:1c:5f:c9:c2:01:49:9c:d8:6d:cd:5c:76:a0 root@ellis-0 (RSA) ec2: -----END SSH HOST KEY FINGERPRINTS----- ec2: ############################################################# -----BEGIN SSH HOST KEY KEYS----- ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIUkdZDOS7giTzWO2/17BbtQ320ZEvGNpSKp6TClJ2f7hHe5A3SXGNko7Bt1ikKvpLu+tG/zWRbQ4DNhsFXwqnM= root@ellis-0 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGUAoJf3xyvI8OF8RpnydHQU/bmfsn3l4HP/b2HiGHY5 root@ellis-0 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDcib2SFhEDICbGQV4nFbsptt5oEbDTvgm7hp55AmlL8PG5BIxpm/X7cbMlhwSey92nTKN/Sa74xmo2yaMz2fLCpGHNpdmuF7s11gIKg3AIdM3ME+3AlkCGaMaRA03CrjAiOx7ZFkUpgjxn5eMIPzT5yE6l88BBn88X6rngz1MBn0sZcpXbf7ErxtJqn4RmKkxgjodS4rxoRwoC8fBQ+FKpZ2bfjcvNS8Aq58yX/akJ6M3yqqqT4Q54GtoyKizVD9UzK6OrL6fZOXjTxaZmsY8pERBPnJWirw3etBStt75w6QSmrqlTEyVMxDeZgkvNWv0aKQ9H3nWQBmv7BfIs1LM9 root@ellis-0 -----END SSH HOST KEY KEYS----- Cloud-init v. 0.7.5 finished at Sun, 12 Aug 2018 09:22:29 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 521.77 seconds 2018-08-12 09:24:19,502 - functest.core.singlevm - DEBUG - regex found: ''Cloud-init .* finished at ' in console 2018-08-12 09:24:19,503 - functest.opnfv_tests.vnf.ims.heat_ims - DEBUG - server: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'clearwater-opnfv-private-management': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:be:ca:f6', u'version': 4, u'addr': u'192.168.0.23', u'OS-EXT-IPS:type': u'fixed'}), Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:be:ca:f6', u'version': 4, u'addr': u'172.30.9.214', u'OS-EXT-IPS:type': u'floating'})]}), 'terminated_at': None, 'image': Munch({u'id': u'449d5968-a970-4d5c-9c22-cb001102c0b9', 'name': u'heat_ims-img_alt_61cf3297-02ef-4796-a134-6831b487977a'}), 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-12T09:13:48.000000', 'flavor': Munch({u'id': u'5b23103b-521b-4914-ba2d-4a96218272e5', 'name': u'heat_ims-flavor_alt_61cf3297-02ef-4796-a134-6831b487977a'}), 'az': u'nova', 'id': u'3544e1e5-febb-4596-964e-1a53f9d26ab6', 'security_groups': [Munch({'description': u'Base security group for all Clearwater nodes (management)', 'tenant_id': u'ea1830952fba468cada22c80855b775c', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 4000, 'security_group_id': u'3f6cda0f-bce0-45a4-955f-b70f99037c8a', 'tenant_id': '', 'port_range_min': 4000, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ea1830952fba468cada22c80855b775c', 'name': 'heat_ims-project_61cf3297-02ef-4796-a134-6831b487977a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'ea1830952fba468cada22c80855b775c', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'ea1830952fba468cada22c80855b775c', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'518f00f0-72b7-49ec-b26e-ffc8e8663d60'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 22, 'security_group_id': u'3f6cda0f-bce0-45a4-955f-b70f99037c8a', 'tenant_id': '', 'port_range_min': 22, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ea1830952fba468cada22c80855b775c', 'name': 'heat_ims-project_61cf3297-02ef-4796-a134-6831b487977a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'69703210-7b82-4129-8f03-0cdc73935957'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 161, 'security_group_id': u'3f6cda0f-bce0-45a4-955f-b70f99037c8a', 'tenant_id': '', 'port_range_min': 161, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ea1830952fba468cada22c80855b775c', 'name': 'heat_ims-project_61cf3297-02ef-4796-a134-6831b487977a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'bf4fc062-73af-4364-90a3-a2d8b43d0484'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'icmp', 'ethertype': 'IPv4', 'port_range_max': None, 'security_group_id': u'3f6cda0f-bce0-45a4-955f-b70f99037c8a', 'tenant_id': '', 'port_range_min': None, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ea1830952fba468cada22c80855b775c', 'name': 'heat_ims-project_61cf3297-02ef-4796-a134-6831b487977a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'e304077f-a982-4161-9706-085724a9faca'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 2380, 'security_group_id': u'3f6cda0f-bce0-45a4-955f-b70f99037c8a', 'tenant_id': '', 'port_range_min': 2380, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ea1830952fba468cada22c80855b775c', 'name': 'heat_ims-project_61cf3297-02ef-4796-a134-6831b487977a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'ea1830952fba468cada22c80855b775c', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'ea1830952fba468cada22c80855b775c', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'f8a58456-c04a-4cf2-b2ce-b0c1246c98a3'})], 'id': u'3f6cda0f-bce0-45a4-955f-b70f99037c8a', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ea1830952fba468cada22c80855b775c', 'name': 'heat_ims-project_61cf3297-02ef-4796-a134-6831b487977a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'ea1830952fba468cada22c80855b775c', 'properties': Munch({}), 'name': u'clearwater-opnfv-base-mgmt'}), Munch({'description': u'Security group for Ellis nodes (management)', 'tenant_id': u'ea1830952fba468cada22c80855b775c', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 443, 'security_group_id': u'9ad97b96-071a-4cf4-a70a-17a100ff26f9', 'tenant_id': '', 'port_range_min': 443, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ea1830952fba468cada22c80855b775c', 'name': 'heat_ims-project_61cf3297-02ef-4796-a134-6831b487977a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'3358c6dc-9bda-484b-bfb4-8145757a6f18'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 80, 'security_group_id': u'9ad97b96-071a-4cf4-a70a-17a100ff26f9', 'tenant_id': '', 'port_range_min': 80, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ea1830952fba468cada22c80855b775c', 'name': 'heat_ims-project_61cf3297-02ef-4796-a134-6831b487977a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'c154badf-84cc-40a1-8e9d-5018686bb8e8'})], 'id': u'9ad97b96-071a-4cf4-a70a-17a100ff26f9', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ea1830952fba468cada22c80855b775c', 'name': 'heat_ims-project_61cf3297-02ef-4796-a134-6831b487977a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'ea1830952fba468cada22c80855b775c', 'properties': Munch({}), 'name': u'clearwater-opnfv-ellis-mgmt'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'4216264a70ee44b4a6476e54e220c085', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': u'172.30.9.214', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ea1830952fba468cada22c80855b775c', 'name': 'heat_ims-project_61cf3297-02ef-4796-a134-6831b487977a', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': u'172.30.9.214', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': u'172.30.9.214', 'launched_at': u'2018-08-12T09:13:48.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-12T09:13:48Z', 'hostId': u'f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5', u'OS-SRV-USG:terminated_at': None, 'key_name': u'heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a', 'public_v6': '', 'private_v4': u'192.168.0.23', 'cloud': 'envvars', 'host_id': u'f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5', '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-12T09:13:48.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'ea1830952fba468cada22c80855b775c', 'name': u'ellis-0.clearwater.opnfv', 'adminPass': None, 'tenant_id': u'ea1830952fba468cada22c80855b775c', 'created_at': u'2018-08-12T09:12:11Z', 'created': u'2018-08-12T09:12:11Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-12 09:24:19,504 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:24:19,507 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:24:20,267 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:24: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-7f81c939-ce56-45ac-8557-df3da0861b2e x-compute-request-id: req-7f81c939-ce56-45ac-8557-df3da0861b2e Content-Encoding: gzip Content-Length: 1505 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:8c:69", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:8c:69", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:47:bc", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:47:bc", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/0d05f869-c182-4a19-86bf-4ac078c523fd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/0d05f869-c182-4a19-86bf-4ac078c523fd", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:41.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "0d05f869-c182-4a19-86bf-4ac078c523fd", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:41Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "homer-0.clearwater.opnfv", "created": "2018-08-12T09:14:06Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:24:50", "version": 4, "addr": "192.168.0.22", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:24:50", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:35:db:99", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/1c9b6e42-b18c-407e-8d00-9077025769fd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1c9b6e42-b18c-407e-8d00-9077025769fd", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:39.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "1c9b6e42-b18c-407e-8d00-9077025769fd", "security_groups": [{"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:39Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "dime-0.clearwater.opnfv", "created": "2018-08-12T09:14:05Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:73:af", "version": 4, "addr": "192.168.0.17", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:73:af", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:b9:f2", "version": 4, "addr": "192.168.1.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:b9:f2", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:41.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "39b8c07c-ae77-4b92-8e1e-e3661c2b9dff", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:41Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "bono-0.clearwater.opnfv", "created": "2018-08-12T09:14:05Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:27:6c", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:27:6c", "version": 4, "addr": "172.30.9.216", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:82:86", "version": 4, "addr": "192.168.1.24", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/566a63cc-7490-4385-b2ac-bfb24030a031", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/566a63cc-7490-4385-b2ac-bfb24030a031", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:34.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "566a63cc-7490-4385-b2ac-bfb24030a031", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:34Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-12T09:14:04Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:9d:e5", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:9d:e5", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b4:d8:25", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/7a80620a-d807-4698-b6c3-7c140a7b5157", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/7a80620a-d807-4698-b6c3-7c140a7b5157", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:14:25.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "7a80620a-d807-4698-b6c3-7c140a7b5157", "security_groups": [{"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:14:25Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-12T09:14:04Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:ca:f6", "version": 4, "addr": "192.168.0.23", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:ca:f6", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/3544e1e5-febb-4596-964e-1a53f9d26ab6", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/3544e1e5-febb-4596-964e-1a53f9d26ab6", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:13:48.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "3544e1e5-febb-4596-964e-1a53f9d26ab6", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:13:48Z", "hostId": "f5c63c4fe4c66280bb5464d1449bea2558ce89956a7f69bdd43025b5", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-12T09:12:11Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:77:d2", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:77:d2", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ac:00:39", "version": 4, "addr": "192.168.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/24234aa3-febc-4826-8d67-0c33e6f38782", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/24234aa3-febc-4826-8d67-0c33e6f38782", "rel": "bookmark"}], "image": {"id": "449d5968-a970-4d5c-9c22-cb001102c0b9", "links": [{"href": "http://172.30.9.21:8774/images/449d5968-a970-4d5c-9c22-cb001102c0b9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:12:00.000000", "flavor": {"id": "5b23103b-521b-4914-ba2d-4a96218272e5", "links": [{"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}]}, "id": "24234aa3-febc-4826-8d67-0c33e6f38782", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "4216264a70ee44b4a6476e54e220c085", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:12:00Z", "hostId": "b127c8eb36cc83a6a0bbd96cf9a1b0a044b5e590de2d6b872c264e7f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "name": "ns.clearwater.opnfv", "created": "2018-08-12T09:10:20Z", "tenant_id": "ea1830952fba468cada22c80855b775c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:24:20,267 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-7f81c939-ce56-45ac-8557-df3da0861b2e 2018-08-12 09:24:20,267 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.762897968292s 2018-08-12 09:24:20,268 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-7f81c939-ce56-45ac-8557-df3da0861b2e 2018-08-12 09:24:20,275 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-12 09:24:20,278 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/24234aa3-febc-4826-8d67-0c33e6f38782/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}d584eff3730be386f99aabb4bf64013d89965dc6" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 09:24:20,350 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:24: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-90b23248-3ddb-43f9-84e0-bdf33934df7f x-compute-request-id: req-90b23248-3ddb-43f9-84e0-bdf33934df7f Content-Encoding: gzip Content-Length: 11369 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 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] 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-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] 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] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\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 2 CPUs, 0 hotplug CPUs\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 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008000] Security Framework initialized\n[ 0.008036] AppArmor: AppArmor initialized\n[ 0.008945] Yama: becoming mindful.\n[ 0.009883] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.013518] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.015669] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.016006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.017705] Initializing cgroup subsys memory\n[ 0.018699] Initializing cgroup subsys devices\n[ 0.020004] Initializing cgroup subsys freezer\n[ 0.020978] Initializing cgroup subsys blkio\n[ 0.021903] Initializing cgroup subsys perf_event\n[ 0.022893] Initializing cgroup subsys hugetlb\n[ 0.024057] CPU: Physical Processor ID: 0\n[ 0.024944] FEATURE SPEC_CTRL Not Present\n[ 0.026516] mce: CPU supports 10 MCE banks\n[ 0.028032] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.028032] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.030147] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.031435] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.032003] Speculative Store Bypass: Vulnerable\n[ 0.033532] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000)\n[ 0.038565] ACPI: Core revision 20131115\n[ 0.040270] ACPI: All ACPI Tables successfully acquired\n[ 0.041525] ftrace: allocating 28727 entries in 113 pages\n[ 0.060282] Enabling x2apic\n[ 0.060996] Enabled x2apic\n[ 0.061850] Switched APIC routing to physical x2apic.\n[ 0.064895] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.066182] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.068488] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.077814] KVM setup paravirtual spinlock\n[ 0.080064] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.081653] x86: Booting SMP configuration:\n[ 0.082633] .... node #0, CPUs: #1[ 0.080027] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.096019] x86: Booted up 1 node, 2 CPUs\n[ 0.096013] KVM setup async PF for cpu 1\n[ 0.096014] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.098914] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.100309] devtmpfs: initialized\n[ 0.102466] EVM: security.selinux\n[ 0.103235] EVM: security.SMACK64\n[ 0.104006] EVM: security.ima\n[ 0.104709] EVM: security.capability\n[ 0.105542] pinctrl core: initialized pinctrl subsystem\n[ 0.105972] regulator-dummy: no parameters\n[ 0.108063] RTC time: 9:12:00, date: 08/12/18\n[ 0.109060] NET: Registered protocol family 16\n[ 0.110117] cpuidle: using governor ladder\n[ 0.111012] cpuidle: using governor menu\n[ 0.111930] ACPI: bus type PCI registered\n[ 0.112004] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.113379] PCI: Using configuration type 1 for base access\n[ 0.115084] bio: create slab at 0\n[ 0.116060] ACPI: Added _OSI(Module Device)\n[ 0.116975] ACPI: Added _OSI(Processor Device)\n[ 0.117912] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.118893] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.121035] ACPI: Interpreter enabled\n[ 0.121868] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.123884] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.125297] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.127307] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.129300] ACPI: (supports S0 S5)\n[ 0.130064] ACPI: Using IOAPIC for interrupt routing\n[ 0.131111] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.132189] ACPI: No dock devices found.\n[ 0.134919] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.136007] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.137365] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.138689] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.140190] acpiphp: Slot [3] registered\n[ 0.141072] acpiphp: Slot [4] registered\n[ 0.141944] acpiphp: Slot [5] registered\n[ 0.142814] acpiphp: Slot [6] registered\n[ 0.143684] acpiphp: Slot [7] registered\n[ 0.144019] acpiphp: Slot [8] registered\n[ 0.144894] acpiphp: Slot [9] registered\n[ 0.145774] acpiphp: Slot [10] registered\n[ 0.146663] acpiphp: Slot [11] registered\n[ 0.147548] acpiphp: Slot [12] registered\n[ 0.148019] acpiphp: Slot [13] registered\n[ 0.148917] acpiphp: Slot [14] registered\n[ 0.149805] acpiphp: Slot [15] registered\n[ 0.150688] acpiphp: Slot [16] registered\n[ 0.151581] acpiphp: Slot [17] registered\n[ 0.152019] acpiphp: Slot [18] registered\n[ 0.152916] acpiphp: Slot [19] registered\n[ 0.153806] acpiphp: Slot [20] registered\n[ 0.154694] acpiphp: Slot [21] registered\n[ 0.155579] acpiphp: Slot [22] registered\n[ 0.156019] acpiphp: Slot [23] registered\n[ 0.156911] acpiphp: Slot [24] registered\n[ 0.157800] acpiphp: Slot [25] registered\n[ 0.158681] acpiphp: Slot [26] registered\n[ 0.159564] acpiphp: Slot [27] registered\n[ 0.160020] acpiphp: Slot [28] registered\n[ 0.160905] acpiphp: Slot [29] registered\n[ 0.161787] acpiphp: Slot [30] registered\n[ 0.162681] acpiphp: Slot [31] registered\n[ 0.163573] PCI host bridge to bus 0000:00\n[ 0.164005] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.165124] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.166354] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.167585] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.168003] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.169356] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.175546] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.176013] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.202643] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.204084] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.205637] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.207183] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.208693] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.210113] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.211599] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.211599] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.212004] vgaarb: loaded\n[ 0.212657] vgaarb: bridge control possible 0000:00:02.0\n[ 0.213987] SCSI subsystem initialized\n[ 0.214957] ACPI: bus type USB registered\n[ 0.214957] usbcore: registered new interface driver usbfs\n[ 0.216014] usbcore: registered new interface driver hub\n[ 0.217154] usbcore: registered new device driver usb\n[ 0.217154] PCI: Using ACPI for IRQ routing\n[ 0.217211] NetLabel: Initializing\n[ 0.220006] NetLabel: domain hash size = 128\n[ 0.220943] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.222034] NetLabel: unlabeled traffic allowed by default\n[ 0.223182] Switched to clocksource kvm-clock\n[ 0.228020] AppArmor: AppArmor Filesystem Enabled\n[ 0.229051] pnp: PnP ACPI init\n[ 0.229776] ACPI: bus type PNP registered\n[ 0.231090] pnp: PnP ACPI: found 8 devices\n[ 0.231985] ACPI: bus type PNP unregistered\n[ 0.239081] NET: Registered protocol family 2\n[ 0.240292] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.241949] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.243429] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.244856] TCP: reno registered\n[ 0.245612] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.246869] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.248252] NET: Registered protocol family 1\n[ 0.249229] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.250444] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.251625] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.275529] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.297864] Trying to unpack rootfs image as initramfs...\n[ 0.391299] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.393427] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.394638] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.396127] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.397976] Scanning for low memory corruption every 60 seconds\n[ 0.399685] Initialise system trusted keyring\n[ 0.400877] audit: initializing netlink socket (disabled)\n[ 0.402236] type=2000 audit(1534065121.092:1): initialized\n[ 0.421680] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.423972] zbud: loaded\n[ 0.424920] VFS: Disk quotas dquot_6.5.2\n[ 0.425941] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.427732] fuse init (API version 7.22)\n[ 0.428803] msgmni has been set to 3997\n[ 0.429832] Key type big_key registered\n[ 0.431069] Key type asymmetric registered\n[ 0.432124] Asymmetric key parser 'x509' registered\n[ 0.433347] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.435213] io scheduler noop registered\n[ 0.436235] io scheduler deadline registered (default)\n[ 0.437496] io scheduler cfq registered\n[ 0.438558] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.439892] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.441487] ipmi message handler version 39.2\n[ 0.442614] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.444479] ACPI: Power Button [PWRF]\n[ 0.445545] GHES: HEST is not enabled!\n[ 0.467155] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.510435] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.532323] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.534257] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.558610] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.560805] Linux agpgart interface v0.103\n[ 0.562427] brd: module loaded\n[ 0.563477] loop: module loaded\n[ 0.564471] blk-mq: CPU -> queue map\n[ 0.565246] CPU 0 -> Queue 0\n[ 0.565923] CPU 1 -> Queue 0\n[ 0.567087] vda: vda1\n[ 0.568464] scsi0 : ata_piix\n[ 0.569295] scsi1 : ata_piix\n[ 0.570028] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.571396] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.573000] libphy: Fixed MDIO Bus: probed\n[ 0.574022] tun: Universal TUN/TAP device driver, 1.6\n[ 0.575095] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.577839] PPP generic driver version 2.4.2\n[ 0.578870] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.580223] ehci-pci: EHCI PCI platform driver\n[ 0.581209] ehci-platform: EHCI generic platform driver\n[ 0.582330] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.583607] ohci-pci: OHCI PCI platform driver\n[ 0.584674] ohci-platform: OHCI generic platform driver\n[ 0.585751] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.607663] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.608727] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.610320] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.611530] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.612840] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.614333] usb usb1: Product: UHCI Host Controller\n[ 0.615284] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd\n[ 0.616535] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.617607] hub 1-0:1.0: USB hub found\n[ 0.618426] hub 1-0:1.0: 2 ports detected\n[ 0.619374] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.621579] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.622577] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.623767] mousedev: PS/2 mouse device common for all mice\n[ 0.625150] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.627109] rtc_cmos 00:00: RTC can wake from S4\n[ 0.628339] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.629598] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.630909] device-mapper: uevent: version 1.0.3\n[ 0.631926] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.633644] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.634931] TCP: cubic registered\n[ 0.635756] NET: Registered protocol family 10\n[ 0.636979] NET: Registered protocol family 17\n[ 0.637954] Key type dns_resolver registered\n[ 0.639101] Loading compiled-in X.509 certificates\n[ 0.640638] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0'\n[ 0.642540] registered taskstats version 1\n[ 0.652045] Key type trusted registered\n[ 0.655599] Key type encrypted registered\n[ 0.656527] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.657644] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.659282] regulator-dummy: disabling\n[ 0.660150] Magic number: 14:35:222\n[ 0.661087] rtc_cmos 00:00: setting system clock to 2018-08-12 09:12:01 UTC (1534065121)\n[ 0.662854] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.664061] EDD information not available.\n[ 0.729407] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000)\n[ 0.731034] Write protecting the kernel read-only data: 12288k\n[ 0.732695] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000)\n[ 0.735506] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.748949] systemd-udevd[107]: starting version 204\n[ 0.789137] FDC 0 is a S82078B\n[ 0.928108] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.092999] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.094462] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.095903] usb 1-1: Product: QEMU USB Tablet\n[ 1.096861] usb 1-1: Manufacturer: QEMU\n[ 1.097729] usb 1-1: SerialNumber: 42\n[ 1.392054] tsc: Refined TSC clocksource calibration: 3491.852 MHz\n[ 1.804819] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.035929] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.112669] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Populate /dev filesystem[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Populate /dev filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n[ 2.202028] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sun, 12 Aug 2018 09:12:03 +0000. Up 2.52 seconds.\ncloud-init-nonet[2.69]: waiting 10 seconds for network device\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting cold plug devices[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\ncloud-init-nonet[3.45]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sun, 12 Aug 2018 09:12:04 +0000. Up 3.64 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:ac:00:39 |\nci-info: | eth0 | True | 192.168.0.5 | 255.255.255.0 | fa:16:3e:26:77:d2 |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.3 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\n85:14:ad:2a:18:28:d2:b7:0b:b6:d9:83:e2:ed:7b:cf root@ns\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| oo |\n| . .. |\n| o ... |\n|+ o . .. |\n|o + . .S |\n| + o . |\n| . * o |\n|. = +.. |\n|.o.+o..E |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n4e:c2:40:bc:4b:91:4c:fc:f1:5a:af:51:bc:98:f5:6c root@ns\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| =o. |\n| .* . |\n| .+ o . |\n| oo. o + |\n| . .ooS* + |\n| . .++ o E |\n| .o . |\n| . |\n| |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\nad:6f:97:9d:27:f0:c7:16:07:1b:c9:2b:6c:e4:6c:7b root@ns\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| |\n| . . |\n| . . = |\n| S .= = |\n| . O o..|\n| . o B oo|\n| .. + E =|\n| ... . = |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\nb2:d1:39:40:e5:f2:41:70:d9:78:c7:46:aa:df:b1:a3 root@ns\nThe key's randomart image is:\n+--[ED25519 256--+\n| oo++ o. |\n| . +o o.+ |\n| o o..o |\n| = + |\n| o S . |\n| + o . o |\n| . . + |\n| . . |\n| E |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS ns ttyS0\n\nns login: Cloud-init v. 0.7.5 running 'modules:config' at Sun, 12 Aug 2018 09:14:08 +0000. Up 127.43 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Sun, 12 Aug 2018 09:15:09 +0000. Up 188.74 seconds.\n++ cut -d / -f 2\n++ echo 192.168.1.0/24\n+ ip addr add 192.168.1.14/24 dev eth1\n+ ip link set dev eth1 up\n+ apt-get update\nErr http://archive.ubuntu.com trusty InRelease\n \nErr http://security.ubuntu.com trusty-security InRelease\n \nErr http://archive.ubuntu.com trusty-updates InRelease\n \nErr http://archive.ubuntu.com trusty-backports InRelease\n \nErr http://security.ubuntu.com trusty-security Release.gpg\n Could not resolve 'security.ubuntu.com'\nErr http://archive.ubuntu.com trusty Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-updates Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-backports Release.gpg\n Could not resolve 'archive.ubuntu.com'\nReading package lists...\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease \n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Some index files failed to download. They have been ignored, or old ones used instead.\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install bind9 --yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n bind9utils\nSuggested packages:\n bind9-doc\nThe following NEW packages will be installed:\n bind9 bind9utils\n0 upgraded, 2 newly installed, 0 to remove and 2 not upgraded.\nNeed to get 433 kB of archives.\nAfter this operation, 1639 kB of additional disk space will be used.\nWARNING: The following packages cannot be authenticated!\n bind9utils bind9\nE: There are problems and -y was used without --force-yes\n+ cat\n/var/lib/cloud/instance/scripts/part-001: line 16: /etc/bind/named.conf.local: No such file or directory\n+ cat\n/var/lib/cloud/instance/scripts/part-001: line 41: /var/lib/bind/db.clearwater.opnfv: No such file or directory\n+ chown root:bind /var/lib/bind/db.clearwater.opnfv\nchown: invalid group: 'root:bind'\n+ service bind9 reload\nbind9: unrecognized service\n2018-08-12 09:15:52,233 - util.py[WARNING]: Failed running /var/lib/cloud/instance/scripts/part-001 [1]\n2018-08-12 09:15:52,260 - cc_scripts_user.py[WARNING]: Failed to run module scripts-user (scripts in /var/lib/cloud/instance/scripts)\n2018-08-12 09:15:52,260 - util.py[WARNING]: Running scripts-user () failed\nci-info: ++++++++++Authorized keys from /home/ubuntu/.ssh/authorized_keys for user ubuntu+++++++++++\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nci-info: | Keytype | Fingerprint (md5) | Options | Comment |\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nci-info: | ssh-rsa | 2c:92:48:e8:e4:cd:71:cf:8b:13:5d:18:72:7b:c4:7a | - | Generated-by-Nova |\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nec2: \nec2: #############################################################\nec2: -----BEGIN SSH HOST KEY FINGERPRINTS-----\nec2: 1024 4e:c2:40:bc:4b:91:4c:fc:f1:5a:af:51:bc:98:f5:6c root@ns (DSA)\nec2: 256 ad:6f:97:9d:27:f0:c7:16:07:1b:c9:2b:6c:e4:6c:7b root@ns (ECDSA)\nec2: 256 b2:d1:39:40:e5:f2:41:70:d9:78:c7:46:aa:df:b1:a3 root@ns (ED25519)\nec2: 2048 85:14:ad:2a:18:28:d2:b7:0b:b6:d9:83:e2:ed:7b:cf root@ns (RSA)\nec2: -----END SSH HOST KEY FINGERPRINTS-----\nec2: #############################################################\n-----BEGIN SSH HOST KEY KEYS-----\necdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMu1XC3A7IIff1b1hmqUUDF1ryLt9FWZPDpOAXzHL/x4IN+YJ0z8d9UQCpyFg+Pj4NlQ5f3+NEAhlw6Pqu9isTk= root@ns\nssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIE8BkO+tr4+rE9Fi+18T6hq2KFlBSjTGBPAGGtCHYcEQ root@ns\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC01x5XwXY+CwB1rJjtsXglaSr6eLy2qSI1FiIqJKe0y/eHgSnd6ILMzq9RDZWkvuKuAilGGa1mH9ZcRnSfF1S3yY6TSdhUdKWTHO1D4z7dh7OkHsP/8hSAC8ln0WQ+I4mDUwle7FrtUaw3d/TfWGioLID1yOAKzw3d4P59C9TParBqRMMPoZOVckA+YUwTjN4oB0MWYTBOcx4i5NoO32edZGIdnVYZKyxZL8T2RECt6pczy8gcVDOkXOiuNrpf5CE+gzZ8rhMGVM3yjCU1g7Ey6yQUouISLw6RWdlp8fRo/mNCXE0QF9bvJ3o3yoNilg9KC3ZZqArZn/Xjh9/InRQd root@ns\n-----END SSH HOST KEY KEYS-----\nCloud-init v. 0.7.5 finished at Sun, 12 Aug 2018 09:15:52 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 231.45 seconds\n"} 2018-08-12 09:24:20,350 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/24234aa3-febc-4826-8d67-0c33e6f38782/action used request id req-90b23248-3ddb-43f9-84e0-bdf33934df7f 2018-08-12 09:24:20,351 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0751328468323s 2018-08-12 09:24:20,352 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/24234aa3-febc-4826-8d67-0c33e6f38782/action used request id req-90b23248-3ddb-43f9-84e0-bdf33934df7f 2018-08-12 09:24:20,352 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-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] 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-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] 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] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 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 2 CPUs, 0 hotplug CPUs [ 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 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008000] Security Framework initialized [ 0.008036] AppArmor: AppArmor initialized [ 0.008945] Yama: becoming mindful. [ 0.009883] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.013518] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.015669] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.016006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.017705] Initializing cgroup subsys memory [ 0.018699] Initializing cgroup subsys devices [ 0.020004] Initializing cgroup subsys freezer [ 0.020978] Initializing cgroup subsys blkio [ 0.021903] Initializing cgroup subsys perf_event [ 0.022893] Initializing cgroup subsys hugetlb [ 0.024057] CPU: Physical Processor ID: 0 [ 0.024944] FEATURE SPEC_CTRL Not Present [ 0.026516] mce: CPU supports 10 MCE banks [ 0.028032] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.028032] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.030147] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.031435] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.032003] Speculative Store Bypass: Vulnerable [ 0.033532] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000) [ 0.038565] ACPI: Core revision 20131115 [ 0.040270] ACPI: All ACPI Tables successfully acquired [ 0.041525] ftrace: allocating 28727 entries in 113 pages [ 0.060282] Enabling x2apic [ 0.060996] Enabled x2apic [ 0.061850] Switched APIC routing to physical x2apic. [ 0.064895] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.066182] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.068488] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.077814] KVM setup paravirtual spinlock [ 0.080064] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.081653] x86: Booting SMP configuration: [ 0.082633] .... node #0, CPUs: #1[ 0.080027] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.096019] x86: Booted up 1 node, 2 CPUs [ 0.096013] KVM setup async PF for cpu 1 [ 0.096014] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.098914] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.100309] devtmpfs: initialized [ 0.102466] EVM: security.selinux [ 0.103235] EVM: security.SMACK64 [ 0.104006] EVM: security.ima [ 0.104709] EVM: security.capability [ 0.105542] pinctrl core: initialized pinctrl subsystem [ 0.105972] regulator-dummy: no parameters [ 0.108063] RTC time: 9:12:00, date: 08/12/18 [ 0.109060] NET: Registered protocol family 16 [ 0.110117] cpuidle: using governor ladder [ 0.111012] cpuidle: using governor menu [ 0.111930] ACPI: bus type PCI registered [ 0.112004] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.113379] PCI: Using configuration type 1 for base access [ 0.115084] bio: create slab at 0 [ 0.116060] ACPI: Added _OSI(Module Device) [ 0.116975] ACPI: Added _OSI(Processor Device) [ 0.117912] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.118893] ACPI: Added _OSI(Processor Aggregator Device) [ 0.121035] ACPI: Interpreter enabled [ 0.121868] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.123884] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.125297] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.127307] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.129300] ACPI: (supports S0 S5) [ 0.130064] ACPI: Using IOAPIC for interrupt routing [ 0.131111] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.132189] ACPI: No dock devices found. [ 0.134919] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.136007] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.137365] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.138689] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.140190] acpiphp: Slot [3] registered [ 0.141072] acpiphp: Slot [4] registered [ 0.141944] acpiphp: Slot [5] registered [ 0.142814] acpiphp: Slot [6] registered [ 0.143684] acpiphp: Slot [7] registered [ 0.144019] acpiphp: Slot [8] registered [ 0.144894] acpiphp: Slot [9] registered [ 0.145774] acpiphp: Slot [10] registered [ 0.146663] acpiphp: Slot [11] registered [ 0.147548] acpiphp: Slot [12] registered [ 0.148019] acpiphp: Slot [13] registered [ 0.148917] acpiphp: Slot [14] registered [ 0.149805] acpiphp: Slot [15] registered [ 0.150688] acpiphp: Slot [16] registered [ 0.151581] acpiphp: Slot [17] registered [ 0.152019] acpiphp: Slot [18] registered [ 0.152916] acpiphp: Slot [19] registered [ 0.153806] acpiphp: Slot [20] registered [ 0.154694] acpiphp: Slot [21] registered [ 0.155579] acpiphp: Slot [22] registered [ 0.156019] acpiphp: Slot [23] registered [ 0.156911] acpiphp: Slot [24] registered [ 0.157800] acpiphp: Slot [25] registered [ 0.158681] acpiphp: Slot [26] registered [ 0.159564] acpiphp: Slot [27] registered [ 0.160020] acpiphp: Slot [28] registered [ 0.160905] acpiphp: Slot [29] registered [ 0.161787] acpiphp: Slot [30] registered [ 0.162681] acpiphp: Slot [31] registered [ 0.163573] PCI host bridge to bus 0000:00 [ 0.164005] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.165124] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.166354] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.167585] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.168003] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.169356] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.175546] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.176013] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.202643] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.204084] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.205637] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.207183] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.208693] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.210113] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.211599] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.211599] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.212004] vgaarb: loaded [ 0.212657] vgaarb: bridge control possible 0000:00:02.0 [ 0.213987] SCSI subsystem initialized [ 0.214957] ACPI: bus type USB registered [ 0.214957] usbcore: registered new interface driver usbfs [ 0.216014] usbcore: registered new interface driver hub [ 0.217154] usbcore: registered new device driver usb [ 0.217154] PCI: Using ACPI for IRQ routing [ 0.217211] NetLabel: Initializing [ 0.220006] NetLabel: domain hash size = 128 [ 0.220943] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.222034] NetLabel: unlabeled traffic allowed by default [ 0.223182] Switched to clocksource kvm-clock [ 0.228020] AppArmor: AppArmor Filesystem Enabled [ 0.229051] pnp: PnP ACPI init [ 0.229776] ACPI: bus type PNP registered [ 0.231090] pnp: PnP ACPI: found 8 devices [ 0.231985] ACPI: bus type PNP unregistered [ 0.239081] NET: Registered protocol family 2 [ 0.240292] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.241949] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.243429] TCP: Hash tables configured (established 16384 bind 16384) [ 0.244856] TCP: reno registered [ 0.245612] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.246869] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.248252] NET: Registered protocol family 1 [ 0.249229] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.250444] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.251625] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.275529] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.297864] Trying to unpack rootfs image as initramfs... [ 0.391299] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.393427] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.394638] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.396127] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.397976] Scanning for low memory corruption every 60 seconds [ 0.399685] Initialise system trusted keyring [ 0.400877] audit: initializing netlink socket (disabled) [ 0.402236] type=2000 audit(1534065121.092:1): initialized [ 0.421680] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.423972] zbud: loaded [ 0.424920] VFS: Disk quotas dquot_6.5.2 [ 0.425941] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.427732] fuse init (API version 7.22) [ 0.428803] msgmni has been set to 3997 [ 0.429832] Key type big_key registered [ 0.431069] Key type asymmetric registered [ 0.432124] Asymmetric key parser 'x509' registered [ 0.433347] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.435213] io scheduler noop registered [ 0.436235] io scheduler deadline registered (default) [ 0.437496] io scheduler cfq registered [ 0.438558] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.439892] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.441487] ipmi message handler version 39.2 [ 0.442614] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.444479] ACPI: Power Button [PWRF] [ 0.445545] GHES: HEST is not enabled! [ 0.467155] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.510435] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.532323] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.534257] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.558610] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.560805] Linux agpgart interface v0.103 [ 0.562427] brd: module loaded [ 0.563477] loop: module loaded [ 0.564471] blk-mq: CPU -> queue map [ 0.565246] CPU 0 -> Queue 0 [ 0.565923] CPU 1 -> Queue 0 [ 0.567087] vda: vda1 [ 0.568464] scsi0 : ata_piix [ 0.569295] scsi1 : ata_piix [ 0.570028] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.571396] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.573000] libphy: Fixed MDIO Bus: probed [ 0.574022] tun: Universal TUN/TAP device driver, 1.6 [ 0.575095] tun: (C) 1999-2004 Max Krasnyansky [ 0.577839] PPP generic driver version 2.4.2 [ 0.578870] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.580223] ehci-pci: EHCI PCI platform driver [ 0.581209] ehci-platform: EHCI generic platform driver [ 0.582330] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.583607] ohci-pci: OHCI PCI platform driver [ 0.584674] ohci-platform: OHCI generic platform driver [ 0.585751] uhci_hcd: USB Universal Host Controller Interface driver [ 0.607663] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.608727] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.610320] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.611530] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.612840] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.614333] usb usb1: Product: UHCI Host Controller [ 0.615284] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd [ 0.616535] usb usb1: SerialNumber: 0000:00:01.2 [ 0.617607] hub 1-0:1.0: USB hub found [ 0.618426] hub 1-0:1.0: 2 ports detected [ 0.619374] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.621579] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.622577] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.623767] mousedev: PS/2 mouse device common for all mice [ 0.625150] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.627109] rtc_cmos 00:00: RTC can wake from S4 [ 0.628339] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.629598] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.630909] device-mapper: uevent: version 1.0.3 [ 0.631926] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.633644] ledtrig-cpu: registered to indicate activity on CPUs [ 0.634931] TCP: cubic registered [ 0.635756] NET: Registered protocol family 10 [ 0.636979] NET: Registered protocol family 17 [ 0.637954] Key type dns_resolver registered [ 0.639101] Loading compiled-in X.509 certificates [ 0.640638] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0' [ 0.642540] registered taskstats version 1 [ 0.652045] Key type trusted registered [ 0.655599] Key type encrypted registered [ 0.656527] AppArmor: AppArmor sha1 policy hashing enabled [ 0.657644] IMA: No TPM chip found, activating TPM-bypass! [ 0.659282] regulator-dummy: disabling [ 0.660150] Magic number: 14:35:222 [ 0.661087] rtc_cmos 00:00: setting system clock to 2018-08-12 09:12:01 UTC (1534065121) [ 0.662854] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.664061] EDD information not available. [ 0.729407] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000) [ 0.731034] Write protecting the kernel read-only data: 12288k [ 0.732695] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000) [ 0.735506] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.748949] systemd-udevd[107]: starting version 204 [ 0.789137] FDC 0 is a S82078B [ 0.928108] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.092999] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.094462] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.095903] usb 1-1: Product: QEMU USB Tablet [ 1.096861] usb 1-1: Manufacturer: QEMU [ 1.097729] usb 1-1: SerialNumber: 42 [ 1.392054] tsc: Refined TSC clocksource calibration: 3491.852 MHz [ 1.804819] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.035929] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.112669] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Populate /dev filesystem[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Populate /dev filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] [ 2.202028] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Initialize or finalize resolvconf[74G[ OK ] * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sun, 12 Aug 2018 09:12:03 +0000. Up 2.52 seconds. cloud-init-nonet[2.69]: waiting 10 seconds for network device * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting cold plug devices[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] cloud-init-nonet[3.45]: static networking is now up * Starting configure network device[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sun, 12 Aug 2018 09:12:04 +0000. Up 3.64 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:ac:00:39 | ci-info: | eth0 | True | 192.168.0.5 | 255.255.255.0 | fa:16:3e:26:77:d2 | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.3 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: 85:14:ad:2a:18:28:d2:b7:0b:b6:d9:83:e2:ed:7b:cf root@ns The key's randomart image is: +--[ RSA 2048]----+ | oo | | . .. | | o ... | |+ o . .. | |o + . .S | | + o . | | . * o | |. = +.. | |.o.+o..E | +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: 4e:c2:40:bc:4b:91:4c:fc:f1:5a:af:51:bc:98:f5:6c root@ns The key's randomart image is: +--[ DSA 1024]----+ | =o. | | .* . | | .+ o . | | oo. o + | | . .ooS* + | | . .++ o E | | .o . | | . | | | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: ad:6f:97:9d:27:f0:c7:16:07:1b:c9:2b:6c:e4:6c:7b root@ns The key's randomart image is: +--[ECDSA 256]---+ | | | | | . . | | . . = | | S .= = | | . O o..| | . o B oo| | .. + E =| | ... . = | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: b2:d1:39:40:e5:f2:41:70:d9:78:c7:46:aa:df:b1:a3 root@ns The key's randomart image is: +--[ED25519 256--+ | oo++ o. | | . +o o.+ | | o o..o | | = + | | o S . | | + o . o | | . . + | | . . | | E | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS ns ttyS0 ns login: Cloud-init v. 0.7.5 running 'modules:config' at Sun, 12 Aug 2018 09:14:08 +0000. Up 127.43 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Sun, 12 Aug 2018 09:15:09 +0000. Up 188.74 seconds. ++ cut -d / -f 2 ++ echo 192.168.1.0/24 + ip addr add 192.168.1.14/24 dev eth1 + ip link set dev eth1 up + apt-get update Err http://archive.ubuntu.com trusty InRelease Err http://security.ubuntu.com trusty-security InRelease Err http://archive.ubuntu.com trusty-updates InRelease Err http://archive.ubuntu.com trusty-backports InRelease Err http://security.ubuntu.com trusty-security Release.gpg Could not resolve 'security.ubuntu.com' Err http://archive.ubuntu.com trusty Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-updates Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-backports Release.gpg Could not resolve 'archive.ubuntu.com' Reading package lists... W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com' W: Some index files failed to download. They have been ignored, or old ones used instead. + DEBIAN_FRONTEND=noninteractive + apt-get install bind9 --yes Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: bind9utils Suggested packages: bind9-doc The following NEW packages will be installed: bind9 bind9utils 0 upgraded, 2 newly installed, 0 to remove and 2 not upgraded. Need to get 433 kB of archives. After this operation, 1639 kB of additional disk space will be used. WARNING: The following packages cannot be authenticated! bind9utils bind9 E: There are problems and -y was used without --force-yes + cat /var/lib/cloud/instance/scripts/part-001: line 16: /etc/bind/named.conf.local: No such file or directory + cat /var/lib/cloud/instance/scripts/part-001: line 41: /var/lib/bind/db.clearwater.opnfv: No such file or directory + chown root:bind /var/lib/bind/db.clearwater.opnfv chown: invalid group: 'root:bind' + service bind9 reload bind9: unrecognized service 2018-08-12 09:15:52,233 - util.py[WARNING]: Failed running /var/lib/cloud/instance/scripts/part-001 [1] 2018-08-12 09:15:52,260 - cc_scripts_user.py[WARNING]: Failed to run module scripts-user (scripts in /var/lib/cloud/instance/scripts) 2018-08-12 09:15:52,260 - util.py[WARNING]: Running scripts-user () failed ci-info: ++++++++++Authorized keys from /home/ubuntu/.ssh/authorized_keys for user ubuntu+++++++++++ ci-info: +---------+-------------------------------------------------+---------+-------------------+ ci-info: | Keytype | Fingerprint (md5) | Options | Comment | ci-info: +---------+-------------------------------------------------+---------+-------------------+ ci-info: | ssh-rsa | 2c:92:48:e8:e4:cd:71:cf:8b:13:5d:18:72:7b:c4:7a | - | Generated-by-Nova | ci-info: +---------+-------------------------------------------------+---------+-------------------+ ec2: ec2: ############################################################# ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- ec2: 1024 4e:c2:40:bc:4b:91:4c:fc:f1:5a:af:51:bc:98:f5:6c root@ns (DSA) ec2: 256 ad:6f:97:9d:27:f0:c7:16:07:1b:c9:2b:6c:e4:6c:7b root@ns (ECDSA) ec2: 256 b2:d1:39:40:e5:f2:41:70:d9:78:c7:46:aa:df:b1:a3 root@ns (ED25519) ec2: 2048 85:14:ad:2a:18:28:d2:b7:0b:b6:d9:83:e2:ed:7b:cf root@ns (RSA) ec2: -----END SSH HOST KEY FINGERPRINTS----- ec2: ############################################################# -----BEGIN SSH HOST KEY KEYS----- ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMu1XC3A7IIff1b1hmqUUDF1ryLt9FWZPDpOAXzHL/x4IN+YJ0z8d9UQCpyFg+Pj4NlQ5f3+NEAhlw6Pqu9isTk= root@ns ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIE8BkO+tr4+rE9Fi+18T6hq2KFlBSjTGBPAGGtCHYcEQ root@ns ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC01x5XwXY+CwB1rJjtsXglaSr6eLy2qSI1FiIqJKe0y/eHgSnd6ILMzq9RDZWkvuKuAilGGa1mH9ZcRnSfF1S3yY6TSdhUdKWTHO1D4z7dh7OkHsP/8hSAC8ln0WQ+I4mDUwle7FrtUaw3d/TfWGioLID1yOAKzw3d4P59C9TParBqRMMPoZOVckA+YUwTjN4oB0MWYTBOcx4i5NoO32edZGIdnVYZKyxZL8T2RECt6pczy8gcVDOkXOiuNrpf5CE+gzZ8rhMGVM3yjCU1g7Ey6yQUouISLw6RWdlp8fRo/mNCXE0QF9bvJ3o3yoNilg9KC3ZZqArZn/Xjh9/InRQd root@ns -----END SSH HOST KEY KEYS----- Cloud-init v. 0.7.5 finished at Sun, 12 Aug 2018 09:15:52 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 231.45 seconds 2018-08-12 09:24:20,354 - functest.core.singlevm - DEBUG - regex found: ''Cloud-init .* finished at ' in console 2018-08-12 09:24:20,356 - functest.opnfv_tests.vnf.ims.clearwater - DEBUG - Ellis IP: 172.30.9.214 2018-08-12 09:24:20,360 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 1: cannot create ellis account 2018-08-12 09:24:45,391 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 2: cannot create ellis account 2018-08-12 09:25:10,396 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 3: cannot create ellis account 2018-08-12 09:25:35,426 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 4: cannot create ellis account 2018-08-12 09:26:00,438 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 5: cannot create ellis account 2018-08-12 09:26:25,464 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 6: cannot create ellis account 2018-08-12 09:26:50,472 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 7: cannot create ellis account 2018-08-12 09:27:15,488 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 8: cannot create ellis account 2018-08-12 09:27:40,517 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 9: cannot create ellis account 2018-08-12 09:28:05,532 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 10: cannot create ellis account 2018-08-12 09:28:30,553 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 11: cannot create ellis account 2018-08-12 09:28:55,573 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 12: cannot create ellis account 2018-08-12 09:29:20,580 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 13: cannot create ellis account 2018-08-12 09:29:45,610 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 14: cannot create ellis account 2018-08-12 09:30:10,639 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 15: cannot create ellis account 2018-08-12 09:30:35,669 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 16: cannot create ellis account 2018-08-12 09:31:00,700 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 17: cannot create ellis account 2018-08-12 09:31:25,726 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 18: cannot create ellis account 2018-08-12 09:31:50,756 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 19: cannot create ellis account 2018-08-12 09:32:15,787 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 20: cannot create ellis account 2018-08-12 09:32:40,816 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 21: cannot create ellis account 2018-08-12 09:33:05,838 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 22: cannot create ellis account 2018-08-12 09:33:30,857 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 23: cannot create ellis account 2018-08-12 09:33:55,870 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 24: cannot create ellis account 2018-08-12 09:34:20,900 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 25: cannot create ellis account 2018-08-12 09:34:45,914 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 26: cannot create ellis account 2018-08-12 09:35:10,938 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 27: cannot create ellis account 2018-08-12 09:35:35,965 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 28: cannot create ellis account 2018-08-12 09:36:00,978 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 29: cannot create ellis account 2018-08-12 09:36:25,993 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 30: cannot create ellis account 2018-08-12 09:36:51,005 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 31: cannot create ellis account 2018-08-12 09:37:16,028 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 32: cannot create ellis account 2018-08-12 09:37:41,036 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 33: cannot create ellis account 2018-08-12 09:38:06,066 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 34: cannot create ellis account 2018-08-12 09:38:31,096 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 35: cannot create ellis account 2018-08-12 09:38:56,109 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 36: cannot create ellis account 2018-08-12 09:39:21,139 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 37: cannot create ellis account 2018-08-12 09:39:46,169 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 38: cannot create ellis account 2018-08-12 09:40:11,196 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 39: cannot create ellis account 2018-08-12 09:40:36,217 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 40: cannot create ellis account 2018-08-12 09:41:01,242 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 41: cannot create ellis account 2018-08-12 09:41:26,254 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 42: cannot create ellis account 2018-08-12 09:41:51,273 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 43: cannot create ellis account 2018-08-12 09:42:16,303 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 44: cannot create ellis account 2018-08-12 09:42:41,332 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 45: cannot create ellis account 2018-08-12 09:43:06,363 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 46: cannot create ellis account 2018-08-12 09:43:31,392 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 47: cannot create ellis account 2018-08-12 09:43:56,422 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 48: cannot create ellis account 2018-08-12 09:44:21,452 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 49: cannot create ellis account 2018-08-12 09:44:46,479 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 50: cannot create ellis account 2018-08-12 09:45:11,504 - functest.opnfv_tests.vnf.ims.heat_ims - ERROR - Cannot run heat_ims Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/ims/heat_ims.py", line 127, in run if not self.execute(): File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/ims/heat_ims.py", line 105, in execute if (self.deploy_vnf() and self.test_vnf()): File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/ims/heat_ims.py", line 179, in deploy_vnf self.clearwater.availability_check_by_creating_numbers() File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/ims/clearwater.py", line 64, in availability_check_by_creating_numbers number_res = self._create_ellis_account(account_url, params) File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/ims/clearwater.py", line 106, in _create_ellis_account params.get('full_name'))) Exception: Unable to create an account opnfv functest user 2018-08-12 09:45:11,629 - 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'heat_ims'}] for url: http://testresults.opnfv.org/test/api/v1/results 2018-08-12 09:45:11,630 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | heat_ims | functest | 35:54 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-08-12 09:45:11,636 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-12 09:45:11,640 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/46848f83-8b03-447a-8113-006303ddf159?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:45:12,238 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 09:45:11 GMT Server: Apache x-openstack-request-id: req-50cf521c-a1e4-4253-99ff-291938feb49f Location: http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159?resolve_outputs=False Content-Length: 467 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 09:45:12,963 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:45:12 GMT Server: Apache x-openstack-request-id: req-b9f2f289-10f4-4683-b5fa-96adccf57d57 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 886 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "ea1830952fba468cada22c80855b775c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_61cf3297-02ef-4796-a134-6831b487977a", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_61cf3297-02ef-4796-a134-6831b487977a", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "46848f83-8b03-447a-8113-006303ddf159", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "ce10f6ee6e954eba8845dfa7eb5c94e3", "tags": null, "creation_time": "2018-08-12T09:09:40Z", "links": [{"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "46848f83-8b03-447a-8113-006303ddf159", "stack_status_reason": "Stack CREATE completed successfully", "template_description": "Clearwater deployment\n"}} 2018-08-12 09:45:12,963 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159?resolve_outputs=False used request id req-b9f2f289-10f4-4683-b5fa-96adccf57d57 2018-08-12 09:45:12,964 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 1.3272049427s 2018-08-12 09:45:12,964 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159?resolve_outputs=False used request id req-b9f2f289-10f4-4683-b5fa-96adccf57d57 2018-08-12 09:45:12,966 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-12 09:45:12,969 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/46848f83-8b03-447a-8113-006303ddf159/events?limit=1&sort_dir=desc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:45:13,587 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 09:45:12 GMT Server: Apache x-openstack-request-id: req-50ceaaa5-e3da-4b42-9a12-c55898b29f68 Location: http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?limit=1&sort_dir=desc Content-Length: 489 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 09:45:14,188 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:45:13 GMT Server: Apache x-openstack-request-id: req-fffc581e-2e44-4414-938a-4cddbd5da21c Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 342 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "clearwater-opnfv", "event_time": "2018-08-12T09:14:46Z", "links": [{"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/resources/clearwater-opnfv/events/ead54f28-0967-4a7c-9dc3-3442cefd0eae", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/resources/clearwater-opnfv", "rel": "resource"}, {"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159", "rel": "stack"}], "logical_resource_id": "clearwater-opnfv", "resource_status_reason": "Stack CREATE completed successfully", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "46848f83-8b03-447a-8113-006303ddf159", "id": "ead54f28-0967-4a7c-9dc3-3442cefd0eae"}]} 2018-08-12 09:45:14,188 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?limit=1&sort_dir=desc&limit=1&sort_dir=desc used request id req-fffc581e-2e44-4414-938a-4cddbd5da21c 2018-08-12 09:45:14,189 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 1.22241187096s 2018-08-12 09:45:14,189 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?limit=1&sort_dir=desc&limit=1&sort_dir=desc used request id req-fffc581e-2e44-4414-938a-4cddbd5da21c 2018-08-12 09:45:14,190 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.DELETE.stacks 2018-08-12 09:45:14,192 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/46848f83-8b03-447a-8113-006303ddf159 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:45:14,795 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 09:45:14 GMT Server: Apache x-openstack-request-id: req-4cef699e-62fc-4712-aa01-87beb7355e92 Location: http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159 Content-Length: 423 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 09:45:15,431 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 09:45:14 GMT Server: Apache x-openstack-request-id: req-b9948dd9-f073-4af8-b0b8-753d42de2991 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 09:45:15,431 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159 used request id req-b9948dd9-f073-4af8-b0b8-753d42de2991 2018-08-12 09:45:15,431 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.DELETE.stacks in 1.24139308929s 2018-08-12 09:45:15,431 - shade.request_ids - DEBUG - DELETE call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159 used request id req-b9948dd9-f073-4af8-b0b8-753d42de2991 2018-08-12 09:45:15,432 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-12 09:45:15,435 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/46848f83-8b03-447a-8113-006303ddf159/events?marker=ead54f28-0967-4a7c-9dc3-3442cefd0eae&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:45:15,461 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 09:45:15 GMT Server: Apache x-openstack-request-id: req-3cb6020c-1c48-4dbf-92a1-b11566be5e91 Location: http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=ead54f28-0967-4a7c-9dc3-3442cefd0eae&sort_dir=asc Content-Length: 559 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 09:45:16,081 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:45:15 GMT Server: Apache x-openstack-request-id: req-a232612f-6da3-4754-ba6d-6c1c604a87b5 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 430 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "clearwater-opnfv", "event_time": "2018-08-12T09:45:15Z", "links": [{"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/resources/clearwater-opnfv/events/db3bd31a-0e64-4cc6-9bdb-373fc406181d", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/resources/clearwater-opnfv", "rel": "resource"}, {"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159", "rel": "stack"}], "logical_resource_id": "clearwater-opnfv", "resource_status_reason": "Stack DELETE started", "resource_status": "DELETE_IN_PROGRESS", "physical_resource_id": "46848f83-8b03-447a-8113-006303ddf159", "id": "db3bd31a-0e64-4cc6-9bdb-373fc406181d"}, {"resource_name": "sprout", "event_time": "2018-08-12T09:45:15Z", "links": [{"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/resources/sprout/events/20ae42f0-f5a3-4c2d-863f-2f443247fd60", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/resources/sprout", "rel": "resource"}, {"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159", "rel": "stack"}], "logical_resource_id": "sprout", "resource_status_reason": "state changed", "resource_status": "DELETE_IN_PROGRESS", "physical_resource_id": "eba7b99a-d434-4328-af59-f42f348ba8fa", "id": "20ae42f0-f5a3-4c2d-863f-2f443247fd60"}]} 2018-08-12 09:45:16,082 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=ead54f28-0967-4a7c-9dc3-3442cefd0eae&sort_dir=asc&marker=ead54f28-0967-4a7c-9dc3-3442cefd0eae&sort_dir=asc used request id req-a232612f-6da3-4754-ba6d-6c1c604a87b5 2018-08-12 09:45:16,082 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.649595022202s 2018-08-12 09:45:16,082 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=ead54f28-0967-4a7c-9dc3-3442cefd0eae&sort_dir=asc&marker=ead54f28-0967-4a7c-9dc3-3442cefd0eae&sort_dir=asc used request id req-a232612f-6da3-4754-ba6d-6c1c604a87b5 2018-08-12 09:45:21,088 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-12 09:45:21,091 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/46848f83-8b03-447a-8113-006303ddf159/events?marker=20ae42f0-f5a3-4c2d-863f-2f443247fd60&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:45:21,722 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 09:45:21 GMT Server: Apache x-openstack-request-id: req-1bd31aa0-0c32-4eb4-839b-1599f32c4816 Location: http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=20ae42f0-f5a3-4c2d-863f-2f443247fd60&sort_dir=asc Content-Length: 559 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 09:45:22,317 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:45:21 GMT Server: Apache x-openstack-request-id: req-72738c44-5107-4a5b-bb5d-72db891fd620 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 603 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "dime", "event_time": "2018-08-12T09:45:16Z", "links": [{"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/resources/dime/events/bba44dba-59be-47f1-8be9-4da42ebcbd38", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/resources/dime", "rel": "resource"}, {"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159", "rel": "stack"}], "logical_resource_id": "dime", "resource_status_reason": "state changed", "resource_status": "DELETE_IN_PROGRESS", "physical_resource_id": "f9bda96e-c635-40fa-b6ac-64a9a9e1029c", "id": "bba44dba-59be-47f1-8be9-4da42ebcbd38"}, {"resource_name": "bono", "event_time": "2018-08-12T09:45:17Z", "links": [{"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/resources/bono/events/d11288ec-c6cb-478b-86c1-7b668b9c058e", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/resources/bono", "rel": "resource"}, {"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159", "rel": "stack"}], "logical_resource_id": "bono", "resource_status_reason": "state changed", "resource_status": "DELETE_IN_PROGRESS", "physical_resource_id": "108ddd79-ffad-4c9f-9d52-e13aa4fef41e", "id": "d11288ec-c6cb-478b-86c1-7b668b9c058e"}, {"resource_name": "vellum", "event_time": "2018-08-12T09:45:18Z", "links": [{"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/resources/vellum/events/01ea25be-4cce-474b-bdee-9f1faa0979a4", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/resources/vellum", "rel": "resource"}, {"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159", "rel": "stack"}], "logical_resource_id": "vellum", "resource_status_reason": "state changed", "resource_status": "DELETE_IN_PROGRESS", "physical_resource_id": "e1ddfb6d-a64d-4e7f-af2c-cad2671a6654", "id": "01ea25be-4cce-474b-bdee-9f1faa0979a4"}, {"resource_name": "homer", "event_time": "2018-08-12T09:45:19Z", "links": [{"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/resources/homer/events/dfac48f5-3e3b-41f2-9a08-ab30bd8a616b", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/resources/homer", "rel": "resource"}, {"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159", "rel": "stack"}], "logical_resource_id": "homer", "resource_status_reason": "state changed", "resource_status": "DELETE_IN_PROGRESS", "physical_resource_id": "f7d21359-5f29-4e50-8496-213fce75cd09", "id": "dfac48f5-3e3b-41f2-9a08-ab30bd8a616b"}]} 2018-08-12 09:45:22,317 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=20ae42f0-f5a3-4c2d-863f-2f443247fd60&sort_dir=asc&marker=20ae42f0-f5a3-4c2d-863f-2f443247fd60&sort_dir=asc used request id req-72738c44-5107-4a5b-bb5d-72db891fd620 2018-08-12 09:45:22,318 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 1.22939705849s 2018-08-12 09:45:22,318 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=20ae42f0-f5a3-4c2d-863f-2f443247fd60&sort_dir=asc&marker=20ae42f0-f5a3-4c2d-863f-2f443247fd60&sort_dir=asc used request id req-72738c44-5107-4a5b-bb5d-72db891fd620 2018-08-12 09:45:27,325 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-12 09:45:27,328 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/46848f83-8b03-447a-8113-006303ddf159/events?marker=dfac48f5-3e3b-41f2-9a08-ab30bd8a616b&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:45:27,933 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 09:45:27 GMT Server: Apache x-openstack-request-id: req-f4e8189d-f133-4caa-8896-5a4437072a1c Location: http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=dfac48f5-3e3b-41f2-9a08-ab30bd8a616b&sort_dir=asc Content-Length: 559 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 09:45:27,979 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:45:27 GMT Server: Apache x-openstack-request-id: req-d11b8c39-5971-42a3-9966-a764d64d7b86 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-12 09:45:27,979 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=dfac48f5-3e3b-41f2-9a08-ab30bd8a616b&sort_dir=asc&marker=dfac48f5-3e3b-41f2-9a08-ab30bd8a616b&sort_dir=asc used request id req-d11b8c39-5971-42a3-9966-a764d64d7b86 2018-08-12 09:45:27,979 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.65459895134s 2018-08-12 09:45:27,980 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=dfac48f5-3e3b-41f2-9a08-ab30bd8a616b&sort_dir=asc&marker=dfac48f5-3e3b-41f2-9a08-ab30bd8a616b&sort_dir=asc used request id req-d11b8c39-5971-42a3-9966-a764d64d7b86 2018-08-12 09:45:32,983 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-12 09:45:32,986 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/46848f83-8b03-447a-8113-006303ddf159/events?marker=dfac48f5-3e3b-41f2-9a08-ab30bd8a616b&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:45:33,625 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 09:45:32 GMT Server: Apache x-openstack-request-id: req-dcf5c0c5-5991-4759-9ebe-cef050b378cb Location: http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=dfac48f5-3e3b-41f2-9a08-ab30bd8a616b&sort_dir=asc Content-Length: 559 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 09:45:34,241 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:45:33 GMT Server: Apache x-openstack-request-id: req-ac532e32-ab86-4da5-be9f-c9a71a6a60a4 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 599 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "sprout", "event_time": "2018-08-12T09:45:29Z", "links": [{"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/resources/sprout/events/2f800027-2038-4e19-b53f-2c71af0465b8", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/resources/sprout", "rel": "resource"}, {"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159", "rel": "stack"}], "logical_resource_id": "sprout", "resource_status_reason": "state changed", "resource_status": "DELETE_COMPLETE", "physical_resource_id": "eba7b99a-d434-4328-af59-f42f348ba8fa", "id": "2f800027-2038-4e19-b53f-2c71af0465b8"}, {"resource_name": "bono", "event_time": "2018-08-12T09:45:31Z", "links": [{"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/resources/bono/events/af7800e5-3919-4227-a9d6-1a0ce432c631", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/resources/bono", "rel": "resource"}, {"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159", "rel": "stack"}], "logical_resource_id": "bono", "resource_status_reason": "state changed", "resource_status": "DELETE_COMPLETE", "physical_resource_id": "108ddd79-ffad-4c9f-9d52-e13aa4fef41e", "id": "af7800e5-3919-4227-a9d6-1a0ce432c631"}, {"resource_name": "dime", "event_time": "2018-08-12T09:45:32Z", "links": [{"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/resources/dime/events/b53b484a-d8bd-408d-ae70-53c9f92b2d29", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/resources/dime", "rel": "resource"}, {"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159", "rel": "stack"}], "logical_resource_id": "dime", "resource_status_reason": "state changed", "resource_status": "DELETE_COMPLETE", "physical_resource_id": "f9bda96e-c635-40fa-b6ac-64a9a9e1029c", "id": "b53b484a-d8bd-408d-ae70-53c9f92b2d29"}, {"resource_name": "vellum", "event_time": "2018-08-12T09:45:34Z", "links": [{"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/resources/vellum/events/bd9a9a1d-f8a9-44ec-ae12-2353c5d12b0d", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/resources/vellum", "rel": "resource"}, {"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159", "rel": "stack"}], "logical_resource_id": "vellum", "resource_status_reason": "state changed", "resource_status": "DELETE_COMPLETE", "physical_resource_id": "e1ddfb6d-a64d-4e7f-af2c-cad2671a6654", "id": "bd9a9a1d-f8a9-44ec-ae12-2353c5d12b0d"}]} 2018-08-12 09:45:34,241 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=dfac48f5-3e3b-41f2-9a08-ab30bd8a616b&sort_dir=asc&marker=dfac48f5-3e3b-41f2-9a08-ab30bd8a616b&sort_dir=asc used request id req-ac532e32-ab86-4da5-be9f-c9a71a6a60a4 2018-08-12 09:45:34,241 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 1.25764584541s 2018-08-12 09:45:34,242 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=dfac48f5-3e3b-41f2-9a08-ab30bd8a616b&sort_dir=asc&marker=dfac48f5-3e3b-41f2-9a08-ab30bd8a616b&sort_dir=asc used request id req-ac532e32-ab86-4da5-be9f-c9a71a6a60a4 2018-08-12 09:45:39,248 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-12 09:45:39,251 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/46848f83-8b03-447a-8113-006303ddf159/events?marker=bd9a9a1d-f8a9-44ec-ae12-2353c5d12b0d&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:45:39,862 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 09:45:39 GMT Server: Apache x-openstack-request-id: req-300a0340-7e6f-49cd-b808-248092891322 Location: http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=bd9a9a1d-f8a9-44ec-ae12-2353c5d12b0d&sort_dir=asc Content-Length: 559 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 09:45:40,488 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:45:39 GMT Server: Apache x-openstack-request-id: req-51933327-e6ce-4a53-933d-d5b7bc2624c5 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 456 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "homer", "event_time": "2018-08-12T09:45:34Z", "links": [{"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/resources/homer/events/3a98bbeb-9688-44b0-a357-8765665ddc60", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/resources/homer", "rel": "resource"}, {"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159", "rel": "stack"}], "logical_resource_id": "homer", "resource_status_reason": "state changed", "resource_status": "DELETE_COMPLETE", "physical_resource_id": "f7d21359-5f29-4e50-8496-213fce75cd09", "id": "3a98bbeb-9688-44b0-a357-8765665ddc60"}, {"resource_name": "ellis", "event_time": "2018-08-12T09:45:35Z", "links": [{"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/resources/ellis/events/23f84035-38ab-4f23-94ec-d055814bd572", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/resources/ellis", "rel": "resource"}, {"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159", "rel": "stack"}], "logical_resource_id": "ellis", "resource_status_reason": "state changed", "resource_status": "DELETE_IN_PROGRESS", "physical_resource_id": "69c0ba76-0f44-4909-8b15-4230bcee4f0a", "id": "23f84035-38ab-4f23-94ec-d055814bd572"}]} 2018-08-12 09:45:40,488 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=bd9a9a1d-f8a9-44ec-ae12-2353c5d12b0d&sort_dir=asc&marker=bd9a9a1d-f8a9-44ec-ae12-2353c5d12b0d&sort_dir=asc used request id req-51933327-e6ce-4a53-933d-d5b7bc2624c5 2018-08-12 09:45:40,488 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 1.24006199837s 2018-08-12 09:45:40,489 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=bd9a9a1d-f8a9-44ec-ae12-2353c5d12b0d&sort_dir=asc&marker=bd9a9a1d-f8a9-44ec-ae12-2353c5d12b0d&sort_dir=asc used request id req-51933327-e6ce-4a53-933d-d5b7bc2624c5 2018-08-12 09:45:45,495 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-12 09:45:45,498 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/46848f83-8b03-447a-8113-006303ddf159/events?marker=23f84035-38ab-4f23-94ec-d055814bd572&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:45:46,168 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 09:45:45 GMT Server: Apache x-openstack-request-id: req-ffe3c97f-330d-4750-878f-fd66ad2bca39 Location: http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=23f84035-38ab-4f23-94ec-d055814bd572&sort_dir=asc Content-Length: 559 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 09:45:46,783 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:45:46 GMT Server: Apache x-openstack-request-id: req-de8e51f2-3de3-45ed-af70-92ae13a520ca Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 450 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "ellis", "event_time": "2018-08-12T09:45:43Z", "links": [{"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/resources/ellis/events/d8dcc84c-55e5-401d-82f9-e7788778e656", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/resources/ellis", "rel": "resource"}, {"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159", "rel": "stack"}], "logical_resource_id": "ellis", "resource_status_reason": "state changed", "resource_status": "DELETE_COMPLETE", "physical_resource_id": "69c0ba76-0f44-4909-8b15-4230bcee4f0a", "id": "d8dcc84c-55e5-401d-82f9-e7788778e656"}, {"resource_name": "dns", "event_time": "2018-08-12T09:45:43Z", "links": [{"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/resources/dns/events/c3d38943-85a5-401b-ac18-79292ba70eba", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/resources/dns", "rel": "resource"}, {"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159", "rel": "stack"}], "logical_resource_id": "dns", "resource_status_reason": "state changed", "resource_status": "DELETE_IN_PROGRESS", "physical_resource_id": "dd9089a7-46a1-4cf5-a5c5-41339607d97e", "id": "c3d38943-85a5-401b-ac18-79292ba70eba"}]} 2018-08-12 09:45:46,783 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=23f84035-38ab-4f23-94ec-d055814bd572&sort_dir=asc&marker=23f84035-38ab-4f23-94ec-d055814bd572&sort_dir=asc used request id req-de8e51f2-3de3-45ed-af70-92ae13a520ca 2018-08-12 09:45:46,784 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 1.28846788406s 2018-08-12 09:45:46,784 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=23f84035-38ab-4f23-94ec-d055814bd572&sort_dir=asc&marker=23f84035-38ab-4f23-94ec-d055814bd572&sort_dir=asc used request id req-de8e51f2-3de3-45ed-af70-92ae13a520ca 2018-08-12 09:45:51,790 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-12 09:45:51,793 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/46848f83-8b03-447a-8113-006303ddf159/events?marker=c3d38943-85a5-401b-ac18-79292ba70eba&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:45:52,504 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 09:45:51 GMT Server: Apache x-openstack-request-id: req-649ef0fa-6db3-4f04-8667-8e2dfadf8e3f Location: http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=c3d38943-85a5-401b-ac18-79292ba70eba&sort_dir=asc Content-Length: 559 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 09:45:53,142 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:45:52 GMT Server: Apache x-openstack-request-id: req-bbe0607b-28e0-40f7-8afd-52d59fc9b5c5 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 617 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "dns", "event_time": "2018-08-12T09:45:50Z", "links": [{"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/resources/dns/events/8e11986c-3c9b-4afe-b932-666d4aac9a6d", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/resources/dns", "rel": "resource"}, {"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159", "rel": "stack"}], "logical_resource_id": "dns", "resource_status_reason": "state changed", "resource_status": "DELETE_COMPLETE", "physical_resource_id": "dd9089a7-46a1-4cf5-a5c5-41339607d97e", "id": "8e11986c-3c9b-4afe-b932-666d4aac9a6d"}, {"resource_name": "sig_network", "event_time": "2018-08-12T09:45:50Z", "links": [{"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/resources/sig_network/events/fa984d17-aa2f-4df6-adf5-13c1d17af0b7", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/resources/sig_network", "rel": "resource"}, {"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159", "rel": "stack"}], "logical_resource_id": "sig_network", "resource_status_reason": "state changed", "resource_status": "DELETE_IN_PROGRESS", "physical_resource_id": "990266d4-87e3-424a-a6f2-199e8c5695fe", "id": "fa984d17-aa2f-4df6-adf5-13c1d17af0b7"}, {"resource_name": "mgmt_network", "event_time": "2018-08-12T09:45:50Z", "links": [{"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/resources/mgmt_network/events/2558bde7-9766-41de-9e9f-a1f327fcbc7d", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/resources/mgmt_network", "rel": "resource"}, {"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159", "rel": "stack"}], "logical_resource_id": "mgmt_network", "resource_status_reason": "state changed", "resource_status": "DELETE_IN_PROGRESS", "physical_resource_id": "3b546c18-57e2-4ed5-9b4a-063c1766fac1", "id": "2558bde7-9766-41de-9e9f-a1f327fcbc7d"}, {"resource_name": "security_groups", "event_time": "2018-08-12T09:45:50Z", "links": [{"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/resources/security_groups/events/73653eb1-e010-4ffa-90b3-635082522086", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/resources/security_groups", "rel": "resource"}, {"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159", "rel": "stack"}], "logical_resource_id": "security_groups", "resource_status_reason": "state changed", "resource_status": "DELETE_IN_PROGRESS", "physical_resource_id": "9599a131-7cd5-45ae-9982-0048773d3184", "id": "73653eb1-e010-4ffa-90b3-635082522086"}]} 2018-08-12 09:45:53,142 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=c3d38943-85a5-401b-ac18-79292ba70eba&sort_dir=asc&marker=c3d38943-85a5-401b-ac18-79292ba70eba&sort_dir=asc used request id req-bbe0607b-28e0-40f7-8afd-52d59fc9b5c5 2018-08-12 09:45:53,143 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 1.35225200653s 2018-08-12 09:45:53,143 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=c3d38943-85a5-401b-ac18-79292ba70eba&sort_dir=asc&marker=c3d38943-85a5-401b-ac18-79292ba70eba&sort_dir=asc used request id req-bbe0607b-28e0-40f7-8afd-52d59fc9b5c5 2018-08-12 09:45:58,149 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-12 09:45:58,152 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/46848f83-8b03-447a-8113-006303ddf159/events?marker=73653eb1-e010-4ffa-90b3-635082522086&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:45:58,783 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 09:45:58 GMT Server: Apache x-openstack-request-id: req-85138b99-11ad-4dc1-8f3e-a98e94bca1fa Location: http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=73653eb1-e010-4ffa-90b3-635082522086&sort_dir=asc Content-Length: 559 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 09:45:59,419 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:45:58 GMT Server: Apache x-openstack-request-id: req-884a5ee6-1266-4976-8a98-0ca4e274fb03 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-12 09:45:59,419 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=73653eb1-e010-4ffa-90b3-635082522086&sort_dir=asc&marker=73653eb1-e010-4ffa-90b3-635082522086&sort_dir=asc used request id req-884a5ee6-1266-4976-8a98-0ca4e274fb03 2018-08-12 09:45:59,420 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 1.27015590668s 2018-08-12 09:45:59,420 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=73653eb1-e010-4ffa-90b3-635082522086&sort_dir=asc&marker=73653eb1-e010-4ffa-90b3-635082522086&sort_dir=asc used request id req-884a5ee6-1266-4976-8a98-0ca4e274fb03 2018-08-12 09:46:04,426 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-12 09:46:04,429 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/46848f83-8b03-447a-8113-006303ddf159/events?marker=73653eb1-e010-4ffa-90b3-635082522086&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:46:04,511 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 09:46:04 GMT Server: Apache x-openstack-request-id: req-0da76d37-9ab4-459b-a232-10d85126ff49 Location: http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=73653eb1-e010-4ffa-90b3-635082522086&sort_dir=asc Content-Length: 559 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 09:46:04,553 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:46:04 GMT Server: Apache x-openstack-request-id: req-d553bc6b-a453-46f9-a5e5-e1b1c04acd3b Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-12 09:46:04,553 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=73653eb1-e010-4ffa-90b3-635082522086&sort_dir=asc&marker=73653eb1-e010-4ffa-90b3-635082522086&sort_dir=asc used request id req-d553bc6b-a453-46f9-a5e5-e1b1c04acd3b 2018-08-12 09:46:04,553 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.127331018448s 2018-08-12 09:46:04,554 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=73653eb1-e010-4ffa-90b3-635082522086&sort_dir=asc&marker=73653eb1-e010-4ffa-90b3-635082522086&sort_dir=asc used request id req-d553bc6b-a453-46f9-a5e5-e1b1c04acd3b 2018-08-12 09:46:04,554 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-12 09:46:04,556 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/46848f83-8b03-447a-8113-006303ddf159?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:46:04,582 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 09:46:04 GMT Server: Apache x-openstack-request-id: req-206bd258-cae7-4f32-9ec2-6e6b02ad0368 Location: http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159?resolve_outputs=False Content-Length: 467 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 09:46:05,185 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:46:04 GMT Server: Apache x-openstack-request-id: req-791477c0-37a9-4ab8-b328-3b2c1bc9a068 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 882 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "ea1830952fba468cada22c80855b775c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_61cf3297-02ef-4796-a134-6831b487977a", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_61cf3297-02ef-4796-a134-6831b487977a", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "46848f83-8b03-447a-8113-006303ddf159", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "ce10f6ee6e954eba8845dfa7eb5c94e3", "tags": null, "creation_time": "2018-08-12T09:09:40Z", "links": [{"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-08-12T09:45:15Z", "id": "46848f83-8b03-447a-8113-006303ddf159", "stack_status_reason": "Stack DELETE started", "template_description": "Clearwater deployment\n"}} 2018-08-12 09:46:05,185 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159?resolve_outputs=False used request id req-791477c0-37a9-4ab8-b328-3b2c1bc9a068 2018-08-12 09:46:05,185 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.631104946136s 2018-08-12 09:46:05,186 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159?resolve_outputs=False used request id req-791477c0-37a9-4ab8-b328-3b2c1bc9a068 2018-08-12 09:46:10,192 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-12 09:46:10,195 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/46848f83-8b03-447a-8113-006303ddf159/events?marker=73653eb1-e010-4ffa-90b3-635082522086&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:46:10,222 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 09:46:10 GMT Server: Apache x-openstack-request-id: req-b2924034-eac1-4e2a-8b84-9dd11baa13dd Location: http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=73653eb1-e010-4ffa-90b3-635082522086&sort_dir=asc Content-Length: 559 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 09:46:10,827 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:46:10 GMT Server: Apache x-openstack-request-id: req-a121a2cc-a0dc-4daf-ab88-82d09bc1341e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 612 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "sig_network", "event_time": "2018-08-12T09:46:05Z", "links": [{"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/resources/sig_network/events/11a7b448-8efa-41e6-b361-777d1ade7926", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/resources/sig_network", "rel": "resource"}, {"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159", "rel": "stack"}], "logical_resource_id": "sig_network", "resource_status_reason": "state changed", "resource_status": "DELETE_COMPLETE", "physical_resource_id": "990266d4-87e3-424a-a6f2-199e8c5695fe", "id": "11a7b448-8efa-41e6-b361-777d1ade7926"}, {"resource_name": "mgmt_network", "event_time": "2018-08-12T09:46:05Z", "links": [{"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/resources/mgmt_network/events/fd9bf7b7-fee1-4da1-836d-f91c5e123f2f", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/resources/mgmt_network", "rel": "resource"}, {"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159", "rel": "stack"}], "logical_resource_id": "mgmt_network", "resource_status_reason": "state changed", "resource_status": "DELETE_COMPLETE", "physical_resource_id": "3b546c18-57e2-4ed5-9b4a-063c1766fac1", "id": "fd9bf7b7-fee1-4da1-836d-f91c5e123f2f"}, {"resource_name": "security_groups", "event_time": "2018-08-12T09:46:08Z", "links": [{"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/resources/security_groups/events/be5621fc-7ed2-4b18-b919-c432b92d94b7", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/resources/security_groups", "rel": "resource"}, {"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159", "rel": "stack"}], "logical_resource_id": "security_groups", "resource_status_reason": "state changed", "resource_status": "DELETE_COMPLETE", "physical_resource_id": "9599a131-7cd5-45ae-9982-0048773d3184", "id": "be5621fc-7ed2-4b18-b919-c432b92d94b7"}, {"resource_name": "clearwater-opnfv", "event_time": "2018-08-12T09:46:08Z", "links": [{"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/resources/clearwater-opnfv/events/375ec6ac-244f-4482-894e-8c629a5cc051", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/resources/clearwater-opnfv", "rel": "resource"}, {"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159", "rel": "stack"}], "logical_resource_id": "clearwater-opnfv", "resource_status_reason": "Stack DELETE completed successfully", "resource_status": "DELETE_COMPLETE", "physical_resource_id": "46848f83-8b03-447a-8113-006303ddf159", "id": "375ec6ac-244f-4482-894e-8c629a5cc051"}]} 2018-08-12 09:46:10,827 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=73653eb1-e010-4ffa-90b3-635082522086&sort_dir=asc&marker=73653eb1-e010-4ffa-90b3-635082522086&sort_dir=asc used request id req-a121a2cc-a0dc-4daf-ab88-82d09bc1341e 2018-08-12 09:46:10,828 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.635170936584s 2018-08-12 09:46:10,828 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=73653eb1-e010-4ffa-90b3-635082522086&sort_dir=asc&marker=73653eb1-e010-4ffa-90b3-635082522086&sort_dir=asc used request id req-a121a2cc-a0dc-4daf-ab88-82d09bc1341e 2018-08-12 09:46:15,834 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-12 09:46:15,837 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/46848f83-8b03-447a-8113-006303ddf159/events?marker=375ec6ac-244f-4482-894e-8c629a5cc051&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:46:15,866 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 09:46:15 GMT Server: Apache x-openstack-request-id: req-8d21ab19-c7f2-4f07-8ebe-2faae343f3ef Location: http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=375ec6ac-244f-4482-894e-8c629a5cc051&sort_dir=asc Content-Length: 559 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 09:46:15,908 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:46:15 GMT Server: Apache x-openstack-request-id: req-daf171e1-723c-4a52-bd29-7e7369ffe802 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-12 09:46:15,909 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=375ec6ac-244f-4482-894e-8c629a5cc051&sort_dir=asc&marker=375ec6ac-244f-4482-894e-8c629a5cc051&sort_dir=asc used request id req-daf171e1-723c-4a52-bd29-7e7369ffe802 2018-08-12 09:46:15,909 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0741701126099s 2018-08-12 09:46:15,909 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=375ec6ac-244f-4482-894e-8c629a5cc051&sort_dir=asc&marker=375ec6ac-244f-4482-894e-8c629a5cc051&sort_dir=asc used request id req-daf171e1-723c-4a52-bd29-7e7369ffe802 2018-08-12 09:46:20,915 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-12 09:46:20,918 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/46848f83-8b03-447a-8113-006303ddf159/events?marker=375ec6ac-244f-4482-894e-8c629a5cc051&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:46:20,945 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 09:46:20 GMT Server: Apache x-openstack-request-id: req-3849991d-f998-460e-9423-5d8e4304f815 Location: http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=375ec6ac-244f-4482-894e-8c629a5cc051&sort_dir=asc Content-Length: 559 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 09:46:20,989 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:46:20 GMT Server: Apache x-openstack-request-id: req-24ed4751-9d67-4aac-af8f-7d2ff623358c Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-12 09:46:20,989 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=375ec6ac-244f-4482-894e-8c629a5cc051&sort_dir=asc&marker=375ec6ac-244f-4482-894e-8c629a5cc051&sort_dir=asc used request id req-24ed4751-9d67-4aac-af8f-7d2ff623358c 2018-08-12 09:46:20,989 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0742008686066s 2018-08-12 09:46:20,989 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159/events?marker=375ec6ac-244f-4482-894e-8c629a5cc051&sort_dir=asc&marker=375ec6ac-244f-4482-894e-8c629a5cc051&sort_dir=asc used request id req-24ed4751-9d67-4aac-af8f-7d2ff623358c 2018-08-12 09:46:20,990 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-12 09:46:20,993 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/46848f83-8b03-447a-8113-006303ddf159?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d584eff3730be386f99aabb4bf64013d89965dc6" 2018-08-12 09:46:21,020 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 12 Aug 2018 09:46:20 GMT Server: Apache x-openstack-request-id: req-57652df3-9f4d-4ab3-8f5c-0a0239bb40ec Location: http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159?resolve_outputs=False Content-Length: 467 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 09:46:21,047 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:46:21 GMT Server: Apache x-openstack-request-id: req-0ad897d2-1f2b-4f3d-a5b1-af60e29840cc Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 892 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "ea1830952fba468cada22c80855b775c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_61cf3297-02ef-4796-a134-6831b487977a", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_61cf3297-02ef-4796-a134-6831b487977a", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_61cf3297-02ef-4796-a134-6831b487977a", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "46848f83-8b03-447a-8113-006303ddf159", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3"}, "deletion_time": "2018-08-12T09:46:09Z", "stack_name": "clearwater-opnfv", "stack_user_project_id": "ce10f6ee6e954eba8845dfa7eb5c94e3", "tags": null, "creation_time": "2018-08-12T09:09:40Z", "links": [{"href": "http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-08-12T09:45:15Z", "id": "46848f83-8b03-447a-8113-006303ddf159", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Clearwater deployment\n"}} 2018-08-12 09:46:21,047 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159?resolve_outputs=False used request id req-0ad897d2-1f2b-4f3d-a5b1-af60e29840cc 2018-08-12 09:46:21,047 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0568931102753s 2018-08-12 09:46:21,047 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/ea1830952fba468cada22c80855b775c/stacks/clearwater-opnfv/46848f83-8b03-447a-8113-006303ddf159?resolve_outputs=False used request id req-0ad897d2-1f2b-4f3d-a5b1-af60e29840cc 2018-08-12 09:46:21,048 - functest.opnfv_tests.vnf.ims.heat_ims - ERROR - Cannot clean stack ressources Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/ims/heat_ims.py", line 226, in clean self.cloud.delete_stack(self.stack.id, wait=True) File "/usr/lib/python2.7/site-packages/shade/openstackcloud.py", line 1416, in delete_stack marker=marker) File "/usr/lib/python2.7/site-packages/shade/_heat/event_utils.py", line 90, in poll_for_events stack_status = stack['stack_status'] TypeError: 'NoneType' object has no attribute '__getitem__' 2018-08-12 09:46:21,053 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-12 09:46:21,057 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}e7c720a82abbaa5bb89bbbb1da2f10518700fbd0" 2018-08-12 09:46:21,167 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:46:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a75028ea-f684-4f25-99e2-fc2ad82cb485 Content-Encoding: gzip Content-Length: 834 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/105a247548624314b9228f85f6325f0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105a247548624314b9228f85f6325f0b", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/1c5de0eaa44543f08da6ad63a51594ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c5de0eaa44543f08da6ad63a51594ff", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/1d127b5b832547a88a547c116dfdd65b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d127b5b832547a88a547c116dfdd65b", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/1d5cfc170d624ce4ae53ae0507c8d517"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d5cfc170d624ce4ae53ae0507c8d517", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/2421820b75eb4d3ebd02830378d1377b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2421820b75eb4d3ebd02830378d1377b", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/40bd8ee54ecf44868cc83cede652c396"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40bd8ee54ecf44868cc83cede652c396", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_ims-user_61cf3297-02ef-4796-a134-6831b487977a", "links": {"self": "http://172.30.9.21:5000/v3/users/4216264a70ee44b4a6476e54e220c085"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "4216264a70ee44b4a6476e54e220c085", "domain_id": "default", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/4f32fb8153854c4c9f5094b42b523f80"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f32fb8153854c4c9f5094b42b523f80", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7066130d08fb4db7bf4ab468de53933b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7066130d08fb4db7bf4ab468de53933b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/8d0898a83bcf4521bbc11501d5d7ac89"}, "domain_id": "1eec97585bde483292ece28ee11f4b8d", "enabled": true, "options": {}, "id": "8d0898a83bcf4521bbc11501d5d7ac89", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/9defcced327d476f8a3beab718a13da3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9defcced327d476f8a3beab718a13da3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/b80ee4f6992446e0879624dd436e99a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b80ee4f6992446e0879624dd436e99a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b86fd3e011324d398fcdb6f095a20a9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b86fd3e011324d398fcdb6f095a20a9d", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1701d2754064b5cadf765ea0806f9b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1701d2754064b5cadf765ea0806f9b2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/db4e7b8d76d549faa502716565c733dd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db4e7b8d76d549faa502716565c733dd", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-12 09:46:21,168 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-a75028ea-f684-4f25-99e2-fc2ad82cb485 2018-08-12 09:46:21,168 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.114167928696s 2018-08-12 09:46:21,168 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-a75028ea-f684-4f25-99e2-fc2ad82cb485 2018-08-12 09:46:21,173 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-12 09:46:21,177 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users/4216264a70ee44b4a6476e54e220c085 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e7c720a82abbaa5bb89bbbb1da2f10518700fbd0" 2018-08-12 09:46:21,280 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:46:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-866e3f54-0e54-4365-bae3-97b300c6ed2f Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"user": {"name": "heat_ims-user_61cf3297-02ef-4796-a134-6831b487977a", "links": {"self": "http://172.30.9.21:5000/v3/users/4216264a70ee44b4a6476e54e220c085"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "4216264a70ee44b4a6476e54e220c085", "description": null}} 2018-08-12 09:46:21,280 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/4216264a70ee44b4a6476e54e220c085 used request id req-866e3f54-0e54-4365-bae3-97b300c6ed2f 2018-08-12 09:46:21,280 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.106588125229s 2018-08-12 09:46:21,280 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/4216264a70ee44b4a6476e54e220c085 used request id req-866e3f54-0e54-4365-bae3-97b300c6ed2f 2018-08-12 09:46:21,281 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-12 09:46:21,284 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/users/4216264a70ee44b4a6476e54e220c085 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e7c720a82abbaa5bb89bbbb1da2f10518700fbd0" 2018-08-12 09:46:21,563 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 09:46:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-253ec702-83a2-415f-a4bd-61415b534f8e 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 09:46:21,563 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/4216264a70ee44b4a6476e54e220c085 used request id req-253ec702-83a2-415f-a4bd-61415b534f8e 2018-08-12 09:46:21,564 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.282407045364s 2018-08-12 09:46:21,564 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/4216264a70ee44b4a6476e54e220c085 used request id req-253ec702-83a2-415f-a4bd-61415b534f8e 2018-08-12 09:46:21,570 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-12 09:46:21,573 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}e7c720a82abbaa5bb89bbbb1da2f10518700fbd0" 2018-08-12 09:46:21,669 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:46:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-51033cc5-ba55-4543-980a-db5761c95082 Content-Encoding: gzip Content-Length: 387 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8"}, "tags": [], "enabled": true, "id": "310f5853751a4c968f3eeb0a3d99a0a8", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "id": "a267b9a156244bb192691cff6e5f74fe", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: heat_ims", "links": {"self": "http://172.30.9.21:5000/v3/projects/ea1830952fba468cada22c80855b775c"}, "tags": [], "enabled": true, "id": "ea1830952fba468cada22c80855b775c", "parent_id": "default", "domain_id": "default", "name": "heat_ims-project_61cf3297-02ef-4796-a134-6831b487977a"}]} 2018-08-12 09:46:21,669 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-51033cc5-ba55-4543-980a-db5761c95082 2018-08-12 09:46:21,669 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.099506855011s 2018-08-12 09:46:21,670 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-51033cc5-ba55-4543-980a-db5761c95082 2018-08-12 09:46:21,674 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-12 09:46:21,677 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/projects/ea1830952fba468cada22c80855b775c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e7c720a82abbaa5bb89bbbb1da2f10518700fbd0" 2018-08-12 09:46:21,987 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 09:46:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-77a82cda-21a9-42b8-8cfb-7a560c57c60e 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 09:46:21,987 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/ea1830952fba468cada22c80855b775c used request id req-77a82cda-21a9-42b8-8cfb-7a560c57c60e 2018-08-12 09:46:21,988 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.313384056091s 2018-08-12 09:46:21,988 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/ea1830952fba468cada22c80855b775c used request id req-77a82cda-21a9-42b8-8cfb-7a560c57c60e 2018-08-12 09:46:21,991 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-12 09:46:21,995 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}e7c720a82abbaa5bb89bbbb1da2f10518700fbd0" 2018-08-12 09:46:22,085 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:46:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6c695eb0-de3f-44a8-8f34-cd80dd995245 Content-Encoding: gzip Content-Length: 386 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "55eeaab031654ffc98703a85fa36ce84", "links": {"self": "http://172.30.9.21:5000/v3/roles/55eeaab031654ffc98703a85fa36ce84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9302dba682914d969a38231d16c55fff", "links": {"self": "http://172.30.9.21:5000/v3/roles/9302dba682914d969a38231d16c55fff"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 09:46:22,085 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-6c695eb0-de3f-44a8-8f34-cd80dd995245 2018-08-12 09:46:22,085 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0936839580536s 2018-08-12 09:46:22,085 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-6c695eb0-de3f-44a8-8f34-cd80dd995245 2018-08-12 09:46:22,091 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.roles 2018-08-12 09:46:22,094 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/roles/9302dba682914d969a38231d16c55fff -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e7c720a82abbaa5bb89bbbb1da2f10518700fbd0" 2018-08-12 09:46:22,208 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 09:46:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c6c1be47-0b26-4d22-9a47-0bcd0b09c864 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 09:46:22,209 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/9302dba682914d969a38231d16c55fff used request id req-c6c1be47-0b26-4d22-9a47-0bcd0b09c864 2018-08-12 09:46:22,209 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.roles in 0.117747068405s 2018-08-12 09:46:22,209 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/9302dba682914d969a38231d16c55fff used request id req-c6c1be47-0b26-4d22-9a47-0bcd0b09c864 2018-08-12 09:46:22,212 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-12 09:46:22,216 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}e7c720a82abbaa5bb89bbbb1da2f10518700fbd0" 2018-08-12 09:46:22,314 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:46:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-635d93e7-2c5a-484e-b046-c54585ab0718 Content-Encoding: gzip Content-Length: 353 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "55eeaab031654ffc98703a85fa36ce84", "links": {"self": "http://172.30.9.21:5000/v3/roles/55eeaab031654ffc98703a85fa36ce84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 09:46:22,314 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-635d93e7-2c5a-484e-b046-c54585ab0718 2018-08-12 09:46:22,315 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.101876974106s 2018-08-12 09:46:22,315 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-635d93e7-2c5a-484e-b046-c54585ab0718 2018-08-12 09:46:22,320 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.roles 2018-08-12 09:46:22,323 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/roles/55eeaab031654ffc98703a85fa36ce84 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e7c720a82abbaa5bb89bbbb1da2f10518700fbd0" 2018-08-12 09:46:22,443 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 09:46:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6b3814ad-0933-4e30-aba6-78da2dc9665d 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 09:46:22,443 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/55eeaab031654ffc98703a85fa36ce84 used request id req-6b3814ad-0933-4e30-aba6-78da2dc9665d 2018-08-12 09:46:22,443 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.roles in 0.123435974121s 2018-08-12 09:46:22,443 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/55eeaab031654ffc98703a85fa36ce84 used request id req-6b3814ad-0933-4e30-aba6-78da2dc9665d 2018-08-12 09:46:22,444 - xtesting.ci.run_tests - ERROR - The test case 'heat_ims' failed. 2018-08-12 09:46:22,471 - xtesting.ci.run_tests - INFO - Loading test case 'vyos_vrouter'... 2018-08-12 09:46:22,521 - git.cmd - DEBUG - Popen(['git', 'version'], cwd=/, universal_newlines=False, shell=None) 2018-08-12 09:46:22,561 - git.cmd - DEBUG - Popen(['git', 'version'], cwd=/, universal_newlines=False, shell=None) 2018-08-12 09:46:22,657 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-12 09:46:22,657 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-12 09:46:22,657 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-12 09:46:22,658 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-12 09:46:22,658 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-12 09:46:22,658 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-12 09:46:22,658 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-12 09:46:22,658 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-12 09:46:22,658 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-12 09:46:22,658 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-12 09:46:22,658 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-12 09:46:22,658 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-12 09:46:22,658 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-12 09:46:22,658 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-12 09:46:22,659 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-12 09:46:22,659 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-12 09:46:22,659 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-12 09:46:22,659 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-12 09:46:22,659 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-12 09:46:22,659 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-12 09:46:22,659 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-12 09:46:22,659 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-12 09:46:22,662 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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 09:46:22,670 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:46:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0c9f68df-b48f-4330-9be9-90e34ce9fc38 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 09:46:22,670 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-0c9f68df-b48f-4330-9be9-90e34ce9fc38 2018-08-12 09:46:22,670 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-08-12 09:46:23,073 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T10:46:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["tVxHIOSQSYm9E3zSkN0O6w"], "issued_at": "2018-08-12T09:46:23.000000Z"}} 2018-08-12 09:46:23,076 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 09:46:23,077 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}43b0cd2a21796a61d2447d07d1daab2d46e5414b" 2018-08-12 09:46:23,428 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-ed33e6b3-ddc4-4e6c-a969-1a464a78ee1c Date: Sun, 12 Aug 2018 09:46:23 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":7,"port_security_enabled":true,"mtu":1500,"id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"310f5853751a4c968f3eeb0a3d99a0a8","status":"ACTIVE","subnets":["ec788992-fa73-45cc-a7d9-6d44542124c2"],"description":"","tags":[],"updated_at":"2018-08-12T05:35:20Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"310f5853751a4c968f3eeb0a3d99a0a8","created_at":"2018-08-12T05:04:23Z","provider:network_type":"flat"}]} 2018-08-12 09:46:23,428 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-ed33e6b3-ddc4-4e6c-a969-1a464a78ee1c 2018-08-12 09:46:23,428 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.352200031281s 2018-08-12 09:46:23,429 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-ed33e6b3-ddc4-4e6c-a969-1a464a78ee1c 2018-08-12 09:46:23,433 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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 09:46:23,438 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 09:46:23 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 09:46:23,439 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-12 09:46:23,445 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}43b0cd2a21796a61d2447d07d1daab2d46e5414b" 2018-08-12 09:46:23,544 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:46:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-88518078-b717-4eea-8c9c-00b476b705e9 Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.21:5000/v3/domains/1eec97585bde483292ece28ee11f4b8d"}, "tags": [], "enabled": true, "id": "1eec97585bde483292ece28ee11f4b8d", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains", "previous": null, "next": null}} 2018-08-12 09:46:23,545 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-88518078-b717-4eea-8c9c-00b476b705e9 2018-08-12 09:46:23,545 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.10570192337s 2018-08-12 09:46:23,545 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-88518078-b717-4eea-8c9c-00b476b705e9 2018-08-12 09:46:23,552 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-12 09:46:23,555 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}43b0cd2a21796a61d2447d07d1daab2d46e5414b" -d '{"project": {"description": "Created by OPNFV Functest: vyos_vrouter", "enabled": true, "domain_id": "default", "name": "vyos_vrouter-project_5a0c02d7-369a-4b67-9ee9-398060fca1f8"}}' 2018-08-12 09:46:23,676 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 09:46:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9c1bc9e7-d661-45c0-8abd-fcb187ee1d10 Content-Length: 370 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: vyos_vrouter", "links": {"self": "http://172.30.9.21:5000/v3/projects/3fd3d8889c294c42ab75103d8640df37"}, "tags": [], "enabled": true, "id": "3fd3d8889c294c42ab75103d8640df37", "parent_id": "default", "domain_id": "default", "name": "vyos_vrouter-project_5a0c02d7-369a-4b67-9ee9-398060fca1f8"}} 2018-08-12 09:46:23,676 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-9c1bc9e7-d661-45c0-8abd-fcb187ee1d10 2018-08-12 09:46:23,676 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.124253988266s 2018-08-12 09:46:23,677 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-9c1bc9e7-d661-45c0-8abd-fcb187ee1d10 2018-08-12 09:46:23,677 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'is_domain': False, 'description': u'Created by OPNFV Functest: vyos_vrouter', u'tags': [], 'enabled': True, 'id': u'3fd3d8889c294c42ab75103d8640df37', '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'vyos_vrouter-project_5a0c02d7-369a-4b67-9ee9-398060fca1f8'}) 2018-08-12 09:46:23,684 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-12 09:46:23,687 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}43b0cd2a21796a61d2447d07d1daab2d46e5414b" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "9392672f-0e85-4e62-8d97-d4929828edc1", "email": null, "name": "vyos_vrouter-user_5a0c02d7-369a-4b67-9ee9-398060fca1f8"}}' 2018-08-12 09:46:24,053 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 09:46:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f63bbf21-89eb-4e9e-81e9-960a11c95984 Content-Length: 327 Content-Type: application/json RESP BODY: {"user": {"name": "vyos_vrouter-user_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "links": {"self": "http://172.30.9.21:5000/v3/users/d015591e95ca4abfbce006d2e721cd37"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "d015591e95ca4abfbce006d2e721cd37", "domain_id": "default", "password_expires_at": null}} 2018-08-12 09:46:24,053 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/users used request id req-f63bbf21-89eb-4e9e-81e9-960a11c95984 2018-08-12 09:46:24,053 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.369590997696s 2018-08-12 09:46:24,054 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/users used request id req-f63bbf21-89eb-4e9e-81e9-960a11c95984 2018-08-12 09:46:24,054 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'd015591e95ca4abfbce006d2e721cd37', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vyos_vrouter-user_5a0c02d7-369a-4b67-9ee9-398060fca1f8'}) 2018-08-12 09:46:24,057 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-12 09:46:24,061 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}43b0cd2a21796a61d2447d07d1daab2d46e5414b" 2018-08-12 09:46:24,153 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:46:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cd9617dd-4fb4-4144-8eb1-7fb069297250 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 09:46:24,153 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-cd9617dd-4fb4-4144-8eb1-7fb069297250 2018-08-12 09:46:24,154 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0959541797638s 2018-08-12 09:46:24,154 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-cd9617dd-4fb4-4144-8eb1-7fb069297250 2018-08-12 09:46:24,158 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-12 09:46:24,162 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}43b0cd2a21796a61d2447d07d1daab2d46e5414b" 2018-08-12 09:46:24,262 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:46:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f5722ebf-98cf-4db1-991f-f34aad6f8f73 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 09:46:24,262 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-f5722ebf-98cf-4db1-991f-f34aad6f8f73 2018-08-12 09:46:24,262 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.103271961212s 2018-08-12 09:46:24,262 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-f5722ebf-98cf-4db1-991f-f34aad6f8f73 2018-08-12 09:46:24,264 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-08-12 09:46:24,267 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.roles 2018-08-12 09:46:24,271 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}43b0cd2a21796a61d2447d07d1daab2d46e5414b" -d '{"role": {"name": "Member"}}' 2018-08-12 09:46:24,377 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 09:46:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e374695c-6008-41ad-8818-e4a41747afaa Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "e3c9e50e65fd4f2ca0e08c4e640a2dfe", "links": {"self": "http://172.30.9.21:5000/v3/roles/e3c9e50e65fd4f2ca0e08c4e640a2dfe"}, "name": "Member"}} 2018-08-12 09:46:24,377 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-e374695c-6008-41ad-8818-e4a41747afaa 2018-08-12 09:46:24,377 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.roles in 0.109466075897s 2018-08-12 09:46:24,377 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-e374695c-6008-41ad-8818-e4a41747afaa 2018-08-12 09:46:24,378 - functest.core.tenantnetwork - DEBUG - role: Munch({'properties': {}, 'location': Munch({'project': Munch({'domain_id': None, 'id': None, 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': None, 'name': u'Member', 'id': u'e3c9e50e65fd4f2ca0e08c4e640a2dfe'}) 2018-08-12 09:46:24,381 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-12 09:46:24,384 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}43b0cd2a21796a61d2447d07d1daab2d46e5414b" 2018-08-12 09:46:24,476 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:46:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4ecdbaa6-d35f-43d3-b53d-831c3b5a881a Content-Encoding: gzip Content-Length: 355 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "e3c9e50e65fd4f2ca0e08c4e640a2dfe", "links": {"self": "http://172.30.9.21:5000/v3/roles/e3c9e50e65fd4f2ca0e08c4e640a2dfe"}, "name": "Member"}]} 2018-08-12 09:46:24,477 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-4ecdbaa6-d35f-43d3-b53d-831c3b5a881a 2018-08-12 09:46:24,477 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0957429409027s 2018-08-12 09:46:24,477 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-4ecdbaa6-d35f-43d3-b53d-831c3b5a881a 2018-08-12 09:46:24,482 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-12 09:46:24,485 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}43b0cd2a21796a61d2447d07d1daab2d46e5414b" 2018-08-12 09:46:24,579 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:46:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d6a30d54-dac2-4bb3-9a12-d713995ecac1 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-12 09:46:24,579 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-d6a30d54-dac2-4bb3-9a12-d713995ecac1 2018-08-12 09:46:24,579 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0971579551697s 2018-08-12 09:46:24,579 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-d6a30d54-dac2-4bb3-9a12-d713995ecac1 2018-08-12 09:46:24,580 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-12 09:46:24,583 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}43b0cd2a21796a61d2447d07d1daab2d46e5414b" 2018-08-12 09:46:24,686 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:46:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ffbb1b8f-c0ed-4f8b-806e-a0b44f9f8171 Content-Encoding: gzip Content-Length: 841 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/105a247548624314b9228f85f6325f0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105a247548624314b9228f85f6325f0b", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/1c5de0eaa44543f08da6ad63a51594ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c5de0eaa44543f08da6ad63a51594ff", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/1d127b5b832547a88a547c116dfdd65b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d127b5b832547a88a547c116dfdd65b", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/1d5cfc170d624ce4ae53ae0507c8d517"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d5cfc170d624ce4ae53ae0507c8d517", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/2421820b75eb4d3ebd02830378d1377b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2421820b75eb4d3ebd02830378d1377b", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/40bd8ee54ecf44868cc83cede652c396"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40bd8ee54ecf44868cc83cede652c396", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/4f32fb8153854c4c9f5094b42b523f80"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f32fb8153854c4c9f5094b42b523f80", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7066130d08fb4db7bf4ab468de53933b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7066130d08fb4db7bf4ab468de53933b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/8d0898a83bcf4521bbc11501d5d7ac89"}, "domain_id": "1eec97585bde483292ece28ee11f4b8d", "enabled": true, "options": {}, "id": "8d0898a83bcf4521bbc11501d5d7ac89", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/9defcced327d476f8a3beab718a13da3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9defcced327d476f8a3beab718a13da3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/b80ee4f6992446e0879624dd436e99a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b80ee4f6992446e0879624dd436e99a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b86fd3e011324d398fcdb6f095a20a9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b86fd3e011324d398fcdb6f095a20a9d", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1701d2754064b5cadf765ea0806f9b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1701d2754064b5cadf765ea0806f9b2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "vyos_vrouter-user_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "links": {"self": "http://172.30.9.21:5000/v3/users/d015591e95ca4abfbce006d2e721cd37"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "d015591e95ca4abfbce006d2e721cd37", "domain_id": "default", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/db4e7b8d76d549faa502716565c733dd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db4e7b8d76d549faa502716565c733dd", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-12 09:46:24,686 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-ffbb1b8f-c0ed-4f8b-806e-a0b44f9f8171 2018-08-12 09:46:24,686 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.106015920639s 2018-08-12 09:46:24,687 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-ffbb1b8f-c0ed-4f8b-806e-a0b44f9f8171 2018-08-12 09:46:24,699 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-12 09:46:24,702 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}43b0cd2a21796a61d2447d07d1daab2d46e5414b" 2018-08-12 09:46:24,798 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:46:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-38553ac1-9355-4e25-ac0e-ff744fcb7f53 Content-Encoding: gzip Content-Length: 399 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8"}, "tags": [], "enabled": true, "id": "310f5853751a4c968f3eeb0a3d99a0a8", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vyos_vrouter", "links": {"self": "http://172.30.9.21:5000/v3/projects/3fd3d8889c294c42ab75103d8640df37"}, "tags": [], "enabled": true, "id": "3fd3d8889c294c42ab75103d8640df37", "parent_id": "default", "domain_id": "default", "name": "vyos_vrouter-project_5a0c02d7-369a-4b67-9ee9-398060fca1f8"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "id": "a267b9a156244bb192691cff6e5f74fe", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-08-12 09:46:24,798 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-38553ac1-9355-4e25-ac0e-ff744fcb7f53 2018-08-12 09:46:24,798 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0992901325226s 2018-08-12 09:46:24,798 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-38553ac1-9355-4e25-ac0e-ff744fcb7f53 2018-08-12 09:46:24,806 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-12 09:46:24,809 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:5000/v3/role_assignments?user.id=d015591e95ca4abfbce006d2e721cd37&role.id=e3c9e50e65fd4f2ca0e08c4e640a2dfe&scope.project.id=3fd3d8889c294c42ab75103d8640df37" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}43b0cd2a21796a61d2447d07d1daab2d46e5414b" 2018-08-12 09:46:24,899 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:46:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dc3eaa2d-652d-407a-ae38-4ea7d3821305 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.21:5000/v3/role_assignments?user.id=d015591e95ca4abfbce006d2e721cd37&role.id=e3c9e50e65fd4f2ca0e08c4e640a2dfe&scope.project.id=3fd3d8889c294c42ab75103d8640df37", "previous": null, "next": null}} 2018-08-12 09:46:24,899 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=d015591e95ca4abfbce006d2e721cd37&role.id=e3c9e50e65fd4f2ca0e08c4e640a2dfe&scope.project.id=3fd3d8889c294c42ab75103d8640df37 used request id req-dc3eaa2d-652d-407a-ae38-4ea7d3821305 2018-08-12 09:46:24,899 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.0936460494995s 2018-08-12 09:46:24,900 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=d015591e95ca4abfbce006d2e721cd37&role.id=e3c9e50e65fd4f2ca0e08c4e640a2dfe&scope.project.id=3fd3d8889c294c42ab75103d8640df37 used request id req-dc3eaa2d-652d-407a-ae38-4ea7d3821305 2018-08-12 09:46:24,903 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-12 09:46:24,907 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:5000/v3/projects/3fd3d8889c294c42ab75103d8640df37/users/d015591e95ca4abfbce006d2e721cd37/roles/e3c9e50e65fd4f2ca0e08c4e640a2dfe -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}43b0cd2a21796a61d2447d07d1daab2d46e5414b" 2018-08-12 09:46:25,032 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 09:46:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a007d0f3-9419-40ca-9908-1c839216e5c6 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 09:46:25,032 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/3fd3d8889c294c42ab75103d8640df37/users/d015591e95ca4abfbce006d2e721cd37/roles/e3c9e50e65fd4f2ca0e08c4e640a2dfe used request id req-a007d0f3-9419-40ca-9908-1c839216e5c6 2018-08-12 09:46:25,032 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.128851175308s 2018-08-12 09:46:25,032 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/3fd3d8889c294c42ab75103d8640df37/users/d015591e95ca4abfbce006d2e721cd37/roles/e3c9e50e65fd4f2ca0e08c4e640a2dfe used request id req-a007d0f3-9419-40ca-9908-1c839216e5c6 2018-08-12 09:46:25,033 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vyos_vrouter-project_5a0c02d7-369a-4b67-9ee9-398060fca1f8', 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'3fd3d8889c294c42ab75103d8640df37', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.50', 'password': '9392672f-0e85-4e62-8d97-d4929828edc1', 'username': u'vyos_vrouter-user_5a0c02d7-369a-4b67-9ee9-398060fca1f8', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.21: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 09:46:25,034 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-12 09:46:25,035 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-12 09:46:25,035 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-12 09:46:25,035 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-12 09:46:25,035 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-12 09:46:25,035 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-12 09:46:25,035 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-12 09:46:25,035 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-12 09:46:25,036 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-12 09:46:25,036 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-12 09:46:25,036 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-12 09:46:25,036 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-12 09:46:25,036 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-12 09:46:25,036 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-12 09:46:25,036 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-12 09:46:25,036 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-12 09:46:25,036 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-12 09:46:25,037 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-12 09:46:25,037 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-12 09:46:25,037 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-12 09:46:25,037 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-12 09:46:25,037 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-12 09:46:25,039 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vyos_vrouter-user_5a0c02d7-369a-4b67-9ee9-398060fca1f8', 'password': '9392672f-0e85-4e62-8d97-d4929828edc1', 'project_name': 'vyos_vrouter-project_5a0c02d7-369a-4b67-9ee9-398060fca1f8', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.21:5000//v3', 'project_id': '3fd3d8889c294c42ab75103d8640df37', 'project_domain_name': 'Default'} 2018-08-12 09:46:25,072 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Orchestrator configuration {'requirements': {u'flavor': {u'ram_min': 4096, u'name': u'cloudify.medium'}, u'os_image': u'cloudify_manager_4.0'}} 2018-08-12 09:46:25,073 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - name = functest.opnfv_tests.vnf.router.cloudify_vrouter 2018-08-12 09:46:25,116 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - VNF configuration: {'inputs': {u'region': u'RegionOne', u'external_network_name': u'admin_floating_net'}, 'requirements': {u'flavor': {u'ram_min': 2048, u'name': u'cloudify.medium'}}, 'descriptor': {u'file_name': u'/src/opnfv-vnf-vyos-blueprint/function-test-openstack-blueprint.yaml', u'version': u'fraser', u'name': u'vrouter-opnfv'}} 2018-08-12 09:46:25,124 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-08-12 09:46:25,124 - git.cmd - DEBUG - Popen(['git', 'clone', u'--branch=fraser', '-v', 'https://github.com/oolorg/opnfv-vnf-data.git', '/home/opnfv/functest/data/router/opnfv-vnf-data/'], cwd=/, universal_newlines=True, shell=None) 2018-08-12 09:46:25,383 - git.repo.base - DEBUG - Cmd(['git', 'clone', u'--branch=fraser', '-v', 'https://github.com/oolorg/opnfv-vnf-data.git', '/home/opnfv/functest/data/router/opnfv-vnf-data/'])'s unused stdout: 2018-08-12 09:46:25,454 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Images needed for vrouter: {u'cloudify_manager_4.0': u'/home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2', u'vyos1.1.7': u'/home/opnfv/functest/images/vyos-1.1.7.img'} 2018-08-12 09:46:25,454 - xtesting.ci.run_tests - INFO - Running test case 'vyos_vrouter'... 2018-08-12 09:46:25,455 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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 09:46:25,463 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:46:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7e9899ab-6a4a-493e-a310-37e0e07aab93 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 09:46:25,463 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-7e9899ab-6a4a-493e-a310-37e0e07aab93 2018-08-12 09:46:25,463 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-08-12 09:46:25,863 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e3c9e50e65fd4f2ca0e08c4e640a2dfe", "name": "Member"}], "expires_at": "2018-08-12T10:46:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3fd3d8889c294c42ab75103d8640df37", "name": "vyos_vrouter-project_5a0c02d7-369a-4b67-9ee9-398060fca1f8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/3fd3d8889c294c42ab75103d8640df37", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/3fd3d8889c294c42ab75103d8640df37", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/3fd3d8889c294c42ab75103d8640df37", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_3fd3d8889c294c42ab75103d8640df37", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_3fd3d8889c294c42ab75103d8640df37", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/3fd3d8889c294c42ab75103d8640df37", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/3fd3d8889c294c42ab75103d8640df37", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/3fd3d8889c294c42ab75103d8640df37", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/3fd3d8889c294c42ab75103d8640df37", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/3fd3d8889c294c42ab75103d8640df37", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/3fd3d8889c294c42ab75103d8640df37", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/3fd3d8889c294c42ab75103d8640df37", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/3fd3d8889c294c42ab75103d8640df37", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/3fd3d8889c294c42ab75103d8640df37", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vyos_vrouter-user_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "id": "d015591e95ca4abfbce006d2e721cd37"}, "audit_ids": ["smSVwAYVQ3SYQDHbafGDeA"], "issued_at": "2018-08-12T09:46:25.000000Z"}} 2018-08-12 09:46:25,866 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-12 09:46:25,867 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e6a9e716de36ad4f17a6eaac67e7556d9864f542" -d '{"network": {"name": "vyos_vrouter-net_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "admin_state_up": true}}' 2018-08-12 09:46:26,829 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-9e3b9e3c-c635-4e98-b67b-f6552c8f01db Date: Sun, 12 Aug 2018 09:46:26 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"3fd3d8889c294c42ab75103d8640df37","created_at":"2018-08-12T09:46:26Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T09:46:26Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"3fd3d8889c294c42ab75103d8640df37","id":"04fbf85f-5691-41a4-a816-699edcfb7681","name":"vyos_vrouter-net_5a0c02d7-369a-4b67-9ee9-398060fca1f8"}} 2018-08-12 09:46:26,830 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-9e3b9e3c-c635-4e98-b67b-f6552c8f01db 2018-08-12 09:46:26,830 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.963773012161s 2018-08-12 09:46:26,830 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-9e3b9e3c-c635-4e98-b67b-f6552c8f01db 2018-08-12 09:46:26,831 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-12T09:46:26Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'id': u'04fbf85f-5691-41a4-a816-699edcfb7681', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vyos_vrouter-net_5a0c02d7-369a-4b67-9ee9-398060fca1f8', u'admin_state_up': True, u'tenant_id': u'3fd3d8889c294c42ab75103d8640df37', u'created_at': u'2018-08-12T09:46:26Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'3fd3d8889c294c42ab75103d8640df37'}) 2018-08-12 09:46:26,831 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 09:46:26,832 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e6a9e716de36ad4f17a6eaac67e7556d9864f542" 2018-08-12 09:46:27,135 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1150 X-Openstack-Request-Id: req-67e9dd5e-82f2-4ada-8936-0f481ce202a6 Date: Sun, 12 Aug 2018 09:46:27 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ec788992-fa73-45cc-a7d9-6d44542124c2"],"updated_at":"2018-08-12T05:35:20Z","tenant_id":"310f5853751a4c968f3eeb0a3d99a0a8","created_at":"2018-08-12T05:04:23Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":7,"admin_state_up":true,"shared":false,"project_id":"310f5853751a4c968f3eeb0a3d99a0a8","id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","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-12T09:46:26Z","tenant_id":"3fd3d8889c294c42ab75103d8640df37","created_at":"2018-08-12T09:46:26Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"3fd3d8889c294c42ab75103d8640df37","id":"04fbf85f-5691-41a4-a816-699edcfb7681","name":"vyos_vrouter-net_5a0c02d7-369a-4b67-9ee9-398060fca1f8"}]} 2018-08-12 09:46:27,135 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-67e9dd5e-82f2-4ada-8936-0f481ce202a6 2018-08-12 09:46:27,136 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.304160118103s 2018-08-12 09:46:27,136 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-67e9dd5e-82f2-4ada-8936-0f481ce202a6 2018-08-12 09:46:27,138 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-12 09:46:27,138 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}e6a9e716de36ad4f17a6eaac67e7556d9864f542" -d '{"subnet": {"name": "vyos_vrouter-subnet_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "enable_dhcp": true, "network_id": "04fbf85f-5691-41a4-a816-699edcfb7681", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-12 09:46:28,081 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-737ed650-12ac-422a-8bf0-d7104d6e2811 Date: Sun, 12 Aug 2018 09:46:28 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"04fbf85f-5691-41a4-a816-699edcfb7681","tenant_id":"3fd3d8889c294c42ab75103d8640df37","created_at":"2018-08-12T09:46:27Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-12T09:46:27Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"3fd3d8889c294c42ab75103d8640df37","id":"f44bb5e9-ab91-46aa-bf6c-d61ae05bad3a","subnetpool_id":null,"name":"vyos_vrouter-subnet_5a0c02d7-369a-4b67-9ee9-398060fca1f8"}} 2018-08-12 09:46:28,081 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-737ed650-12ac-422a-8bf0-d7104d6e2811 2018-08-12 09:46:28,081 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.943554878235s 2018-08-12 09:46:28,082 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-737ed650-12ac-422a-8bf0-d7104d6e2811 2018-08-12 09:46:28,082 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-12T09:46:27Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'f44bb5e9-ab91-46aa-bf6c-d61ae05bad3a', u'subnetpool_id': None, u'service_types': [], u'name': u'vyos_vrouter-subnet_5a0c02d7-369a-4b67-9ee9-398060fca1f8', u'enable_dhcp': True, u'network_id': u'04fbf85f-5691-41a4-a816-699edcfb7681', u'tenant_id': u'3fd3d8889c294c42ab75103d8640df37', u'created_at': u'2018-08-12T09:46:27Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'3fd3d8889c294c42ab75103d8640df37'}) 2018-08-12 09:46:28,083 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-12 09:46:28,083 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}e6a9e716de36ad4f17a6eaac67e7556d9864f542" -d '{"router": {"external_gateway_info": {"network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3"}, "name": "vyos_vrouter-router_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "admin_state_up": true}}' 2018-08-12 09:46:29,431 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 623 X-Openstack-Request-Id: req-30487e49-ee07-4d9b-9773-4cf8da9c9e57 Date: Sun, 12 Aug 2018 09:46:29 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ec788992-fa73-45cc-a7d9-6d44542124c2", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "created_at": "2018-08-12T09:46:28Z", "admin_state_up": true, "updated_at": "2018-08-12T09:46:29Z", "revision_number": 2, "routes": [], "project_id": "3fd3d8889c294c42ab75103d8640df37", "id": "ce979022-4bc1-4b38-9952-cc3d247cf54c", "name": "vyos_vrouter-router_5a0c02d7-369a-4b67-9ee9-398060fca1f8"}} 2018-08-12 09:46:29,431 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-30487e49-ee07-4d9b-9773-4cf8da9c9e57 2018-08-12 09:46:29,432 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.34876799583s 2018-08-12 09:46:29,432 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-30487e49-ee07-4d9b-9773-4cf8da9c9e57 2018-08-12 09:46:29,432 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'03886690-4630-4c4c-9ccb-7eedaa9b1fd3', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'ec788992-fa73-45cc-a7d9-6d44542124c2', u'ip_address': u'172.30.9.200'}]}, u'description': u'', u'tags': [], u'tenant_id': u'3fd3d8889c294c42ab75103d8640df37', u'created_at': u'2018-08-12T09:46:28Z', u'admin_state_up': True, u'updated_at': u'2018-08-12T09:46:29Z', u'revision_number': 2, u'routes': [], u'project_id': u'3fd3d8889c294c42ab75103d8640df37', u'id': u'ce979022-4bc1-4b38-9952-cc3d247cf54c', u'name': u'vyos_vrouter-router_5a0c02d7-369a-4b67-9ee9-398060fca1f8'}) 2018-08-12 09:46:29,433 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-12 09:46:29,433 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/ce979022-4bc1-4b38-9952-cc3d247cf54c/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}e6a9e716de36ad4f17a6eaac67e7556d9864f542" -d '{"subnet_id": "f44bb5e9-ab91-46aa-bf6c-d61ae05bad3a"}' 2018-08-12 09:46:31,728 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-0724ed7a-b6c9-4cb2-9202-a2e0cdb7ac7c Date: Sun, 12 Aug 2018 09:46:31 GMT RESP BODY: {"network_id": "04fbf85f-5691-41a4-a816-699edcfb7681", "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "subnet_id": "f44bb5e9-ab91-46aa-bf6c-d61ae05bad3a", "subnet_ids": ["f44bb5e9-ab91-46aa-bf6c-d61ae05bad3a"], "port_id": "4cfe117d-0468-4b7a-b399-c92b56f9a12b", "id": "ce979022-4bc1-4b38-9952-cc3d247cf54c"} 2018-08-12 09:46:31,728 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/ce979022-4bc1-4b38-9952-cc3d247cf54c/add_router_interface.json used request id req-0724ed7a-b6c9-4cb2-9202-a2e0cdb7ac7c 2018-08-12 09:46:31,729 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.29549908638s 2018-08-12 09:46:31,729 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/ce979022-4bc1-4b38-9952-cc3d247cf54c/add_router_interface.json used request id req-0724ed7a-b6c9-4cb2-9202-a2e0cdb7ac7c returning object ce979022-4bc1-4b38-9952-cc3d247cf54c 2018-08-12 09:46:31,729 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 2018-08-12 09:46:54,503 - shade - DEBUG - Image file /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 md5:d9fa9deb2e0906ab7da21bd97d305fa1 sha256:e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a 2018-08-12 09:46:54,504 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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 09:46:54,508 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Sun, 12 Aug 2018 09:46:54 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}]} 2018-08-12 09:46:54,510 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 09:46:54,511 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e6a9e716de36ad4f17a6eaac67e7556d9864f542" 2018-08-12 09:46:55,165 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-766f2219-19f5-439c-aa92-f9ddfaff3b63 Date: Sun, 12 Aug 2018 09:46:55 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 09:46:55,165 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-766f2219-19f5-439c-aa92-f9ddfaff3b63 2018-08-12 09:46:55,165 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.655195951462s 2018-08-12 09:46:55,165 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-766f2219-19f5-439c-aa92-f9ddfaff3b63 2018-08-12 09:46:55,173 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-12 09:46:55,177 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e6a9e716de36ad4f17a6eaac67e7556d9864f542" -d '{"owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "owner_specified.shade.object": "images/vyos_vrouter-img_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vyos_vrouter-img_5a0c02d7-369a-4b67-9ee9-398060fca1f8"}' 2018-08-12 09:46:55,427 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 876 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/e9ed0b81-49c6-421f-8428-cfd405d10ec0 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-9f4e6fe1-79e0-4ed9-8b83-34b714ab1991 Date: Sun, 12 Aug 2018 09:46:55 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/e9ed0b81-49c6-421f-8428-cfd405d10ec0/file", "owner": "3fd3d8889c294c42ab75103d8640df37", "id": "e9ed0b81-49c6-421f-8428-cfd405d10ec0", "size": null, "self": "/v2/images/e9ed0b81-49c6-421f-8428-cfd405d10ec0", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-08-12T09:46:55Z", "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "vyos_vrouter-img_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "checksum": null, "created_at": "2018-08-12T09:46:55Z", "protected": false} 2018-08-12 09:46:55,427 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-9f4e6fe1-79e0-4ed9-8b83-34b714ab1991 2018-08-12 09:46:55,427 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.253704786301s 2018-08-12 09:46:55,427 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-9f4e6fe1-79e0-4ed9-8b83-34b714ab1991 returning object e9ed0b81-49c6-421f-8428-cfd405d10ec0 2018-08-12 09:46:55,428 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-12 09:46:55,432 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9292/v2/images/e9ed0b81-49c6-421f-8428-cfd405d10ec0/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}e6a9e716de36ad4f17a6eaac67e7556d9864f542" -d '' 2018-08-12 09:47:51,928 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f1401634-834b-43f5-ad3f-46eed5076009 Date: Sun, 12 Aug 2018 09:47: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 09:47:51,929 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/e9ed0b81-49c6-421f-8428-cfd405d10ec0/file used request id req-f1401634-834b-43f5-ad3f-46eed5076009 2018-08-12 09:47:51,929 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 56.500841856s 2018-08-12 09:47:51,929 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/e9ed0b81-49c6-421f-8428-cfd405d10ec0/file used request id req-f1401634-834b-43f5-ad3f-46eed5076009 2018-08-12 09:47:51,934 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 09:47:51,938 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e6a9e716de36ad4f17a6eaac67e7556d9864f542" 2018-08-12 09:47:52,629 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1208 Content-Type: application/json X-Openstack-Request-Id: req-0e603797-4f74-40a4-aa93-07753bd7339e Date: Sun, 12 Aug 2018 09:47:52 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/e9ed0b81-49c6-421f-8428-cfd405d10ec0/snap", "metadata": {}}], "file": "/v2/images/e9ed0b81-49c6-421f-8428-cfd405d10ec0/file", "owner": "3fd3d8889c294c42ab75103d8640df37", "id": "e9ed0b81-49c6-421f-8428-cfd405d10ec0", "size": 4373348352, "self": "/v2/images/e9ed0b81-49c6-421f-8428-cfd405d10ec0", "disk_format": "qcow2", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/e9ed0b81-49c6-421f-8428-cfd405d10ec0/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-08-12T09:47:51Z", "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "vyos_vrouter-img_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-08-12T09:46:55Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 09:47:52,629 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-0e603797-4f74-40a4-aa93-07753bd7339e 2018-08-12 09:47:52,629 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.69474697113s 2018-08-12 09:47:52,630 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-0e603797-4f74-40a4-aa93-07753bd7339e 2018-08-12 09:47:52,632 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://b36631de-8836-42ae-a808-b5158928754c/images/e9ed0b81-49c6-421f-8428-cfd405d10ec0/snap', u'metadata': Munch({})})], 'file': u'/v2/images/e9ed0b81-49c6-421f-8428-cfd405d10ec0/file', 'owner': u'3fd3d8889c294c42ab75103d8640df37', 'id': u'e9ed0b81-49c6-421f-8428-cfd405d10ec0', 'size': 4373348352, u'self': u'/v2/images/e9ed0b81-49c6-421f-8428-cfd405d10ec0', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'3fd3d8889c294c42ab75103d8640df37', 'name': 'vyos_vrouter-project_5a0c02d7-369a-4b67-9ee9-398060fca1f8', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://b36631de-8836-42ae-a808-b5158928754c/images/e9ed0b81-49c6-421f-8428-cfd405d10ec0/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-12T09:47:51Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-12T09:47:51Z', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'owner_specified.shade.object': u'images/vyos_vrouter-img_5a0c02d7-369a-4b67-9ee9-398060fca1f8', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', 'properties': {u'self': u'/v2/images/e9ed0b81-49c6-421f-8428-cfd405d10ec0', u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', u'owner_specified.shade.object': u'images/vyos_vrouter-img_5a0c02d7-369a-4b67-9ee9-398060fca1f8', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'schema': u'/v2/schemas/image'}, 'name': u'vyos_vrouter-img_5a0c02d7-369a-4b67-9ee9-398060fca1f8', 'created': u'2018-08-12T09:46:55Z', 'checksum': u'd9fa9deb2e0906ab7da21bd97d305fa1', 'created_at': u'2018-08-12T09:46:55Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/e9ed0b81-49c6-421f-8428-cfd405d10ec0', u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', u'owner_specified.shade.object': u'images/vyos_vrouter-img_5a0c02d7-369a-4b67-9ee9-398060fca1f8', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'schema': u'/v2/schemas/image'}}) 2018-08-12 09:47:52,633 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-12 09:47:52,636 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}43b0cd2a21796a61d2447d07d1daab2d46e5414b" -d '{"flavor": {"vcpus": 2, "ram": 4096, "name": "vyos_vrouter-flavor_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 40, "id": null, "swap": 0}}' 2018-08-12 09:47:52,890 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09: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,Accept-Encoding x-openstack-request-id: req-0884a2c2-c8d5-4773-9787-b5928fb6413f x-compute-request-id: req-0884a2c2-c8d5-4773-9787-b5928fb6413f Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"flavor": {"name": "vyos_vrouter-flavor_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/7b060666-5f31-457b-aa22-4f4ccbd5a3a0", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/7b060666-5f31-457b-aa22-4f4ccbd5a3a0", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 40, "id": "7b060666-5f31-457b-aa22-4f4ccbd5a3a0"}} 2018-08-12 09:47:52,890 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-0884a2c2-c8d5-4773-9787-b5928fb6413f 2018-08-12 09:47:52,890 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.25686621666s 2018-08-12 09:47:52,890 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-0884a2c2-c8d5-4773-9787-b5928fb6413f 2018-08-12 09:47:52,892 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vyos_vrouter-flavor_5a0c02d7-369a-4b67-9ee9-398060fca1f8', 'ephemeral': 0, 'ram': 4096, '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': 2, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'a267b9a156244bb192691cff6e5f74fe', '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': 40, 'id': u'7b060666-5f31-457b-aa22-4f4ccbd5a3a0', 'swap': 0}) 2018-08-12 09:47:52,892 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-12 09:47:52,895 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors/7b060666-5f31-457b-aa22-4f4ccbd5a3a0/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}43b0cd2a21796a61d2447d07d1daab2d46e5414b" -d '{"extra_specs": {}}' 2018-08-12 09:47:52,918 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09: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-aad99138-9046-4550-b0fb-4a62f10d9419 x-compute-request-id: req-aad99138-9046-4550-b0fb-4a62f10d9419 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-12 09:47:52,918 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/7b060666-5f31-457b-aa22-4f4ccbd5a3a0/os-extra_specs used request id req-aad99138-9046-4550-b0fb-4a62f10d9419 2018-08-12 09:47:52,918 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0256938934326s 2018-08-12 09:47:52,918 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/7b060666-5f31-457b-aa22-4f4ccbd5a3a0/os-extra_specs used request id req-aad99138-9046-4550-b0fb-4a62f10d9419 2018-08-12 09:47:52,919 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-12 09:47:52,921 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}e6a9e716de36ad4f17a6eaac67e7556d9864f542" -d '{"keypair": {"name": "vyos_vrouter-kp_5a0c02d7-369a-4b67-9ee9-398060fca1f8"}}' 2018-08-12 09:47:53,321 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09: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,Accept-Encoding x-openstack-request-id: req-cdaba2e2-f4c8-4c25-9bdb-6835b949d30a x-compute-request-id: req-cdaba2e2-f4c8-4c25-9bdb-6835b949d30a Content-Encoding: gzip Content-Length: 1812 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDPPr3DuZ+Bkhd+x8DiButaXr9g5rvRn+Fwbt3CWINGlZXziAOEFsqD6dPIM4Kxv2xmdsGpzWgZvc4dKRmK5ApwD+tcgj1n5+XP0UjTKMUFzIrPlr32P//P7k7K7OWVQxG3TNyL6GLC0Uitq3sGcKixq911gMaJ34OO2NARdAPi27TtELUWV96rmQ75iNUA/RLySqEUkpa3Bn/ojasZ/95eLkIpKxnvoU/h340O7l5VG/rxM5eslJDGurkOkPLecB5rdtI7j3edLb8sZH4eEXgBq/KEYQnDBqBe5KXerAwOr4Kscd9omZxVdU10S65y+iFYiytI5TF5SWw14vmxWxHN Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAzz69w7mfgZIXfsfA4gbrWl6/YOa70Z/hcG7dwliDRpWV84gD\nhBbKg+nTyDOCsb9sZnbBqc1oGb3OHSkZiuQKcA/rXII9Z+flz9FI0yjFBcyKz5a9\n9j//z+5OyuzllUMRt0zci+hiwtFIrat7BnCosavddYDGid+DjtjQEXQD4tu07RC1\nFlfeq5kO+YjVAP0S8kqhFJKWtwZ/6I2rGf/eXi5CKSsZ76FP4d+NDu5eVRv68TOX\nrJSQxrq5DpDy3nAea3bSO493nS2/LGR+HhF4AavyhGEJwwagXuSl3qwMDq+CrHHf\naJmcVXVNdEuucvohWIsrSOUxeUlsNeL5sVsRzQIDAQABAoIBAQCjIN26LGhTUy1P\nS+iVgaDL13yIx9XbISAQohPIIGfkrWYE9XDfDhmGUA21rmYXh3fKB3xVLivc5zxQ\nU8OZQfq9TqqSfKndGfoY5MGQBK1g7SnuUNdh9+piP1CiBmqIXOya/dM0BU2Hz7iH\ni00hOphukbuV/DFK4Tbqv9q3gjx02dUDP+NAmIeLwYQGJAaMk88rXDiffRiZhBFL\nvXT+yubiRPX86ciSbV1uRQJYjkldbFWXpJ0gKZtRUWNe0Sgj6uTluKHvrMMYSOZn\ntsrVgbydWkS0irkYJ1eeFdHyT79D+ZQ9HaY4uDXrOMKwLfH1Sg/DGFHaJRZ83+uW\nEgJ0NTdBAoGBAO0CZTErxd5sH8SB+qJWMc3ULPo2KVMiJD1wLCHIiZWH4yG9fdPx\nr0+S8hzmUtJP7ObsXVuU+BaanHIuiCU/y8MysAF3WaxYnByX/R8rwt9TfMOKYmUk\nzrY/yWG6Fnj9iEDRJ6Fw/0NAd3wrFI/NSxQ1qcVCtdtZPgpnWtPJVqVpAoGBAN/Z\n0ASBIuNQjLxCxeyh1G6jhep17ibV0igweCmCX7JJRwGkraIdy6aqfCtCnkvvUfrg\n6B23pB9IbmjHTFlj/TFI7V3XYdF5zrskNq9ojX3bcE/skZtdCaJ0ZXTqIGPatacU\nerrVf3UfmR3+NSdimXV2xIL2smzLYXX2/68rnojFAoGBANC1DkUJhdnCnwrdZsbz\nXjIhiGXhsexKIV2U3Nf3DukFW4bHpfkwV6+b9+ZpED+xMC19sQxHl1vYVLHbtfoP\nPrCqfwEbh3TUJsyrLrP3RkiA7VoID3N/wSQN8ZlEVCvBHu3tAJgSuEYRi+ZkzVuA\nbX/jbZeOkjQRVye0MfBT2SAZAoGANEChwAts22b4ExH7JYt5DQJ6xgoVN1d+IQd/\nZSEbuYBFZOrN5SPTX+o35dk9HjiVCFzrkdRGKU89BpRPDCa8+X4uelNGcCFg0mpX\noYZkUNaiVuW/72Y+U3+cFzh3qxdog8HSDD6969ceZNPsEG+Bptu8b12qtJ6c925a\nrMcf0IkCgYEA6/7o7Qr6PGsVTe81/oqiiNkq1XMBPCpc1mNECaeOHFliQ4slPtyz\n3MrAFbbrsA4f5C16E+NHampdRdbCmpQtVTQ9/GdAi5K2MhFy8KUUsrXzldGQhLda\neNXcJxtvmlzQ+DkOTgYPznBBZIiiwoKyyCIa87oEMHjG3qBqUUPGTbs=\n-----END RSA PRIVATE KEY-----\n", "user_id": "d015591e95ca4abfbce006d2e721cd37", "name": "vyos_vrouter-kp_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "fingerprint": "66:75:24:c8:c4:5a:18:41:6a:1e:17:ab:57:00:b5:d0"}} 2018-08-12 09:47:53,322 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-cdaba2e2-f4c8-4c25-9bdb-6835b949d30a 2018-08-12 09:47:53,322 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.402513980865s 2018-08-12 09:47:53,322 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-cdaba2e2-f4c8-4c25-9bdb-6835b949d30a 2018-08-12 09:47:53,323 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDPPr3DuZ+Bkhd+x8DiButaXr9g5rvRn+Fwbt3CWINGlZXziAOEFsqD6dPIM4Kxv2xmdsGpzWgZvc4dKRmK5ApwD+tcgj1n5+XP0UjTKMUFzIrPlr32P//P7k7K7OWVQxG3TNyL6GLC0Uitq3sGcKixq911gMaJ34OO2NARdAPi27TtELUWV96rmQ75iNUA/RLySqEUkpa3Bn/ojasZ/95eLkIpKxnvoU/h340O7l5VG/rxM5eslJDGurkOkPLecB5rdtI7j3edLb8sZH4eEXgBq/KEYQnDBqBe5KXerAwOr4Kscd9omZxVdU10S65y+iFYiytI5TF5SWw14vmxWxHN Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAzz69w7mfgZIXfsfA4gbrWl6/YOa70Z/hcG7dwliDRpWV84gD\nhBbKg+nTyDOCsb9sZnbBqc1oGb3OHSkZiuQKcA/rXII9Z+flz9FI0yjFBcyKz5a9\n9j//z+5OyuzllUMRt0zci+hiwtFIrat7BnCosavddYDGid+DjtjQEXQD4tu07RC1\nFlfeq5kO+YjVAP0S8kqhFJKWtwZ/6I2rGf/eXi5CKSsZ76FP4d+NDu5eVRv68TOX\nrJSQxrq5DpDy3nAea3bSO493nS2/LGR+HhF4AavyhGEJwwagXuSl3qwMDq+CrHHf\naJmcVXVNdEuucvohWIsrSOUxeUlsNeL5sVsRzQIDAQABAoIBAQCjIN26LGhTUy1P\nS+iVgaDL13yIx9XbISAQohPIIGfkrWYE9XDfDhmGUA21rmYXh3fKB3xVLivc5zxQ\nU8OZQfq9TqqSfKndGfoY5MGQBK1g7SnuUNdh9+piP1CiBmqIXOya/dM0BU2Hz7iH\ni00hOphukbuV/DFK4Tbqv9q3gjx02dUDP+NAmIeLwYQGJAaMk88rXDiffRiZhBFL\nvXT+yubiRPX86ciSbV1uRQJYjkldbFWXpJ0gKZtRUWNe0Sgj6uTluKHvrMMYSOZn\ntsrVgbydWkS0irkYJ1eeFdHyT79D+ZQ9HaY4uDXrOMKwLfH1Sg/DGFHaJRZ83+uW\nEgJ0NTdBAoGBAO0CZTErxd5sH8SB+qJWMc3ULPo2KVMiJD1wLCHIiZWH4yG9fdPx\nr0+S8hzmUtJP7ObsXVuU+BaanHIuiCU/y8MysAF3WaxYnByX/R8rwt9TfMOKYmUk\nzrY/yWG6Fnj9iEDRJ6Fw/0NAd3wrFI/NSxQ1qcVCtdtZPgpnWtPJVqVpAoGBAN/Z\n0ASBIuNQjLxCxeyh1G6jhep17ibV0igweCmCX7JJRwGkraIdy6aqfCtCnkvvUfrg\n6B23pB9IbmjHTFlj/TFI7V3XYdF5zrskNq9ojX3bcE/skZtdCaJ0ZXTqIGPatacU\nerrVf3UfmR3+NSdimXV2xIL2smzLYXX2/68rnojFAoGBANC1DkUJhdnCnwrdZsbz\nXjIhiGXhsexKIV2U3Nf3DukFW4bHpfkwV6+b9+ZpED+xMC19sQxHl1vYVLHbtfoP\nPrCqfwEbh3TUJsyrLrP3RkiA7VoID3N/wSQN8ZlEVCvBHu3tAJgSuEYRi+ZkzVuA\nbX/jbZeOkjQRVye0MfBT2SAZAoGANEChwAts22b4ExH7JYt5DQJ6xgoVN1d+IQd/\nZSEbuYBFZOrN5SPTX+o35dk9HjiVCFzrkdRGKU89BpRPDCa8+X4uelNGcCFg0mpX\noYZkUNaiVuW/72Y+U3+cFzh3qxdog8HSDD6969ceZNPsEG+Bptu8b12qtJ6c925a\nrMcf0IkCgYEA6/7o7Qr6PGsVTe81/oqiiNkq1XMBPCpc1mNECaeOHFliQ4slPtyz\n3MrAFbbrsA4f5C16E+NHampdRdbCmpQtVTQ9/GdAi5K2MhFy8KUUsrXzldGQhLda\neNXcJxtvmlzQ+DkOTgYPznBBZIiiwoKyyCIa87oEMHjG3qBqUUPGTbs=\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'd015591e95ca4abfbce006d2e721cd37', 'name': u'vyos_vrouter-kp_5a0c02d7-369a-4b67-9ee9-398060fca1f8', 'created_at': '2018-08-12T09:47:53.323346', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'3fd3d8889c294c42ab75103d8640df37', 'name': 'vyos_vrouter-project_5a0c02d7-369a-4b67-9ee9-398060fca1f8', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'66:75:24:c8:c4:5a:18:41:6a:1e:17:ab:57:00:b5:d0', 'type': 'ssh', 'id': u'vyos_vrouter-kp_5a0c02d7-369a-4b67-9ee9-398060fca1f8'}) 2018-08-12 09:47:53,323 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpQIBAAKCAQEAzz69w7mfgZIXfsfA4gbrWl6/YOa70Z/hcG7dwliDRpWV84gD hBbKg+nTyDOCsb9sZnbBqc1oGb3OHSkZiuQKcA/rXII9Z+flz9FI0yjFBcyKz5a9 9j//z+5OyuzllUMRt0zci+hiwtFIrat7BnCosavddYDGid+DjtjQEXQD4tu07RC1 Flfeq5kO+YjVAP0S8kqhFJKWtwZ/6I2rGf/eXi5CKSsZ76FP4d+NDu5eVRv68TOX rJSQxrq5DpDy3nAea3bSO493nS2/LGR+HhF4AavyhGEJwwagXuSl3qwMDq+CrHHf aJmcVXVNdEuucvohWIsrSOUxeUlsNeL5sVsRzQIDAQABAoIBAQCjIN26LGhTUy1P S+iVgaDL13yIx9XbISAQohPIIGfkrWYE9XDfDhmGUA21rmYXh3fKB3xVLivc5zxQ U8OZQfq9TqqSfKndGfoY5MGQBK1g7SnuUNdh9+piP1CiBmqIXOya/dM0BU2Hz7iH i00hOphukbuV/DFK4Tbqv9q3gjx02dUDP+NAmIeLwYQGJAaMk88rXDiffRiZhBFL vXT+yubiRPX86ciSbV1uRQJYjkldbFWXpJ0gKZtRUWNe0Sgj6uTluKHvrMMYSOZn tsrVgbydWkS0irkYJ1eeFdHyT79D+ZQ9HaY4uDXrOMKwLfH1Sg/DGFHaJRZ83+uW EgJ0NTdBAoGBAO0CZTErxd5sH8SB+qJWMc3ULPo2KVMiJD1wLCHIiZWH4yG9fdPx r0+S8hzmUtJP7ObsXVuU+BaanHIuiCU/y8MysAF3WaxYnByX/R8rwt9TfMOKYmUk zrY/yWG6Fnj9iEDRJ6Fw/0NAd3wrFI/NSxQ1qcVCtdtZPgpnWtPJVqVpAoGBAN/Z 0ASBIuNQjLxCxeyh1G6jhep17ibV0igweCmCX7JJRwGkraIdy6aqfCtCnkvvUfrg 6B23pB9IbmjHTFlj/TFI7V3XYdF5zrskNq9ojX3bcE/skZtdCaJ0ZXTqIGPatacU errVf3UfmR3+NSdimXV2xIL2smzLYXX2/68rnojFAoGBANC1DkUJhdnCnwrdZsbz XjIhiGXhsexKIV2U3Nf3DukFW4bHpfkwV6+b9+ZpED+xMC19sQxHl1vYVLHbtfoP PrCqfwEbh3TUJsyrLrP3RkiA7VoID3N/wSQN8ZlEVCvBHu3tAJgSuEYRi+ZkzVuA bX/jbZeOkjQRVye0MfBT2SAZAoGANEChwAts22b4ExH7JYt5DQJ6xgoVN1d+IQd/ ZSEbuYBFZOrN5SPTX+o35dk9HjiVCFzrkdRGKU89BpRPDCa8+X4uelNGcCFg0mpX oYZkUNaiVuW/72Y+U3+cFzh3qxdog8HSDD6969ceZNPsEG+Bptu8b12qtJ6c925a rMcf0IkCgYEA6/7o7Qr6PGsVTe81/oqiiNkq1XMBPCpc1mNECaeOHFliQ4slPtyz 3MrAFbbrsA4f5C16E+NHampdRdbCmpQtVTQ9/GdAi5K2MhFy8KUUsrXzldGQhLda eNXcJxtvmlzQ+DkOTgYPznBBZIiiwoKyyCIa87oEMHjG3qBqUUPGTbs= -----END RSA PRIVATE KEY----- 2018-08-12 09:47:53,327 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-08-12 09:47:53,327 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}e6a9e716de36ad4f17a6eaac67e7556d9864f542" -d '{"security_group": {"name": "vyos_vrouter-sg_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "description": "created by OPNFV Functest (vyos_vrouter)"}}' 2018-08-12 09:47:53,838 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1424 X-Openstack-Request-Id: req-b63235b9-74ad-4ac7-b88b-810566039506 Date: Sun, 12 Aug 2018 09:47:53 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "created_at": "2018-08-12T09:47:53Z", "updated_at": "2018-08-12T09:47:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T09:47:53Z", "revision_number": 0, "id": "52700354-3a64-4c6d-9f8e-6e1c9ae4253e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T09:47:53Z", "security_group_id": "f6367faf-e11d-4226-b981-9133098ff368", "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "port_range_min": null, "ethertype": "IPv4", "project_id": "3fd3d8889c294c42ab75103d8640df37"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T09:47:53Z", "revision_number": 0, "id": "9269e3fa-e5d5-4a61-98df-1a5410830737", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T09:47:53Z", "security_group_id": "f6367faf-e11d-4226-b981-9133098ff368", "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "port_range_min": null, "ethertype": "IPv6", "project_id": "3fd3d8889c294c42ab75103d8640df37"}], "revision_number": 2, "project_id": "3fd3d8889c294c42ab75103d8640df37", "id": "f6367faf-e11d-4226-b981-9133098ff368", "name": "vyos_vrouter-sg_5a0c02d7-369a-4b67-9ee9-398060fca1f8"}} 2018-08-12 09:47:53,838 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-b63235b9-74ad-4ac7-b88b-810566039506 2018-08-12 09:47:53,839 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.511875152588s 2018-08-12 09:47:53,839 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-b63235b9-74ad-4ac7-b88b-810566039506 2018-08-12 09:47:53,844 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-12 09:47:53,844 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}e6a9e716de36ad4f17a6eaac67e7556d9864f542" 2018-08-12 09:47:54,079 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3840 X-Openstack-Request-Id: req-6d5146db-7d1a-474e-b617-45a440c1ce76 Date: Sun, 12 Aug 2018 09:47:54 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "created_at": "2018-08-12T09:46:26Z", "updated_at": "2018-08-12T09:46:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T09:46:26Z", "revision_number": 0, "id": "04839040-0f15-4174-95fb-bfe9f48fba37", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T09:46:26Z", "security_group_id": "a577b60e-bcfc-40ba-a374-f3708f53e320", "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "port_range_min": null, "ethertype": "IPv4", "project_id": "3fd3d8889c294c42ab75103d8640df37"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T09:46:26Z", "revision_number": 0, "id": "3dc0b77f-02c6-4ba9-8d30-b6c5c6ef582b", "remote_group_id": "a577b60e-bcfc-40ba-a374-f3708f53e320", "remote_ip_prefix": null, "created_at": "2018-08-12T09:46:26Z", "security_group_id": "a577b60e-bcfc-40ba-a374-f3708f53e320", "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "port_range_min": null, "ethertype": "IPv4", "project_id": "3fd3d8889c294c42ab75103d8640df37"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T09:46:26Z", "revision_number": 0, "id": "bd8ecf47-3c7e-4978-881c-7eef6d5968fa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T09:46:26Z", "security_group_id": "a577b60e-bcfc-40ba-a374-f3708f53e320", "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "port_range_min": null, "ethertype": "IPv6", "project_id": "3fd3d8889c294c42ab75103d8640df37"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T09:46:26Z", "revision_number": 0, "id": "dfd6453b-88b3-4145-99b8-d19c99e6715e", "remote_group_id": "a577b60e-bcfc-40ba-a374-f3708f53e320", "remote_ip_prefix": null, "created_at": "2018-08-12T09:46:26Z", "security_group_id": "a577b60e-bcfc-40ba-a374-f3708f53e320", "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "port_range_min": null, "ethertype": "IPv6", "project_id": "3fd3d8889c294c42ab75103d8640df37"}], "revision_number": 4, "project_id": "3fd3d8889c294c42ab75103d8640df37", "id": "a577b60e-bcfc-40ba-a374-f3708f53e320", "name": "default"}, {"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "created_at": "2018-08-12T09:47:53Z", "updated_at": "2018-08-12T09:47:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T09:47:53Z", "revision_number": 0, "id": "52700354-3a64-4c6d-9f8e-6e1c9ae4253e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T09:47:53Z", "security_group_id": "f6367faf-e11d-4226-b981-9133098ff368", "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "port_range_min": null, "ethertype": "IPv4", "project_id": "3fd3d8889c294c42ab75103d8640df37"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T09:47:53Z", "revision_number": 0, "id": "9269e3fa-e5d5-4a61-98df-1a5410830737", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T09:47:53Z", "security_group_id": "f6367faf-e11d-4226-b981-9133098ff368", "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "port_range_min": null, "ethertype": "IPv6", "project_id": "3fd3d8889c294c42ab75103d8640df37"}], "revision_number": 2, "project_id": "3fd3d8889c294c42ab75103d8640df37", "id": "f6367faf-e11d-4226-b981-9133098ff368", "name": "vyos_vrouter-sg_5a0c02d7-369a-4b67-9ee9-398060fca1f8"}]} 2018-08-12 09:47:54,079 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-6d5146db-7d1a-474e-b617-45a440c1ce76 2018-08-12 09:47:54,080 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.235907077789s 2018-08-12 09:47:54,080 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-6d5146db-7d1a-474e-b617-45a440c1ce76 2018-08-12 09:47:54,084 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-12 09:47:54,085 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}e6a9e716de36ad4f17a6eaac67e7556d9864f542" -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": "f6367faf-e11d-4226-b981-9133098ff368"}}' 2018-08-12 09:47:54,539 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-c7c1a518-162d-43fa-a781-dc9776d237ae Date: Sun, 12 Aug 2018 09:47:54 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-12T09:47:54Z", "security_group_id": "f6367faf-e11d-4226-b981-9133098ff368", "port_range_min": 22, "revision_number": 0, "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "created_at": "2018-08-12T09:47:54Z", "project_id": "3fd3d8889c294c42ab75103d8640df37", "id": "dd2ad9f0-45e9-4725-b564-7621e0bfe37e"}} 2018-08-12 09:47:54,539 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-c7c1a518-162d-43fa-a781-dc9776d237ae 2018-08-12 09:47:54,539 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.454977989197s 2018-08-12 09:47:54,540 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-c7c1a518-162d-43fa-a781-dc9776d237ae 2018-08-12 09:47:54,543 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-12 09:47:54,544 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}e6a9e716de36ad4f17a6eaac67e7556d9864f542" 2018-08-12 09:47:54,759 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4336 X-Openstack-Request-Id: req-99b7523f-d64a-4eba-8469-8e5032397817 Date: Sun, 12 Aug 2018 09:47:54 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "created_at": "2018-08-12T09:46:26Z", "updated_at": "2018-08-12T09:46:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T09:46:26Z", "revision_number": 0, "id": "04839040-0f15-4174-95fb-bfe9f48fba37", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T09:46:26Z", "security_group_id": "a577b60e-bcfc-40ba-a374-f3708f53e320", "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "port_range_min": null, "ethertype": "IPv4", "project_id": "3fd3d8889c294c42ab75103d8640df37"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T09:46:26Z", "revision_number": 0, "id": "3dc0b77f-02c6-4ba9-8d30-b6c5c6ef582b", "remote_group_id": "a577b60e-bcfc-40ba-a374-f3708f53e320", "remote_ip_prefix": null, "created_at": "2018-08-12T09:46:26Z", "security_group_id": "a577b60e-bcfc-40ba-a374-f3708f53e320", "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "port_range_min": null, "ethertype": "IPv4", "project_id": "3fd3d8889c294c42ab75103d8640df37"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T09:46:26Z", "revision_number": 0, "id": "bd8ecf47-3c7e-4978-881c-7eef6d5968fa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T09:46:26Z", "security_group_id": "a577b60e-bcfc-40ba-a374-f3708f53e320", "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "port_range_min": null, "ethertype": "IPv6", "project_id": "3fd3d8889c294c42ab75103d8640df37"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T09:46:26Z", "revision_number": 0, "id": "dfd6453b-88b3-4145-99b8-d19c99e6715e", "remote_group_id": "a577b60e-bcfc-40ba-a374-f3708f53e320", "remote_ip_prefix": null, "created_at": "2018-08-12T09:46:26Z", "security_group_id": "a577b60e-bcfc-40ba-a374-f3708f53e320", "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "port_range_min": null, "ethertype": "IPv6", "project_id": "3fd3d8889c294c42ab75103d8640df37"}], "revision_number": 4, "project_id": "3fd3d8889c294c42ab75103d8640df37", "id": "a577b60e-bcfc-40ba-a374-f3708f53e320", "name": "default"}, {"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "created_at": "2018-08-12T09:47:53Z", "updated_at": "2018-08-12T09:47:54Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T09:47:53Z", "revision_number": 0, "id": "52700354-3a64-4c6d-9f8e-6e1c9ae4253e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T09:47:53Z", "security_group_id": "f6367faf-e11d-4226-b981-9133098ff368", "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "port_range_min": null, "ethertype": "IPv4", "project_id": "3fd3d8889c294c42ab75103d8640df37"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T09:47:53Z", "revision_number": 0, "id": "9269e3fa-e5d5-4a61-98df-1a5410830737", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T09:47:53Z", "security_group_id": "f6367faf-e11d-4226-b981-9133098ff368", "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "port_range_min": null, "ethertype": "IPv6", "project_id": "3fd3d8889c294c42ab75103d8640df37"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-12T09:47:54Z", "revision_number": 0, "id": "dd2ad9f0-45e9-4725-b564-7621e0bfe37e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T09:47:54Z", "security_group_id": "f6367faf-e11d-4226-b981-9133098ff368", "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "port_range_min": 22, "ethertype": "IPv4", "project_id": "3fd3d8889c294c42ab75103d8640df37"}], "revision_number": 3, "project_id": "3fd3d8889c294c42ab75103d8640df37", "id": "f6367faf-e11d-4226-b981-9133098ff368", "name": "vyos_vrouter-sg_5a0c02d7-369a-4b67-9ee9-398060fca1f8"}]} 2018-08-12 09:47:54,759 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-99b7523f-d64a-4eba-8469-8e5032397817 2018-08-12 09:47:54,759 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.216006994247s 2018-08-12 09:47:54,760 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-99b7523f-d64a-4eba-8469-8e5032397817 2018-08-12 09:47:54,763 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-12 09:47:54,763 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}e6a9e716de36ad4f17a6eaac67e7556d9864f542" -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": "f6367faf-e11d-4226-b981-9133098ff368"}}' 2018-08-12 09:47:54,969 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-96ec4e01-df5d-4d46-9bb1-99c4c3a8effd Date: Sun, 12 Aug 2018 09:47:54 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-12T09:47:54Z", "security_group_id": "f6367faf-e11d-4226-b981-9133098ff368", "port_range_min": null, "revision_number": 0, "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "created_at": "2018-08-12T09:47:54Z", "project_id": "3fd3d8889c294c42ab75103d8640df37", "id": "69d5bf07-e0bf-476c-8b64-3e5fc3c4f1a7"}} 2018-08-12 09:47:54,969 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-96ec4e01-df5d-4d46-9bb1-99c4c3a8effd 2018-08-12 09:47:54,969 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.20610499382s 2018-08-12 09:47:54,969 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-96ec4e01-df5d-4d46-9bb1-99c4c3a8effd 2018-08-12 09:47:54,973 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-12 09:47:54,973 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}e6a9e716de36ad4f17a6eaac67e7556d9864f542" 2018-08-12 09:47:55,025 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4837 X-Openstack-Request-Id: req-91f45a00-46d8-4321-af39-f8a02126b159 Date: Sun, 12 Aug 2018 09:47:55 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "created_at": "2018-08-12T09:46:26Z", "updated_at": "2018-08-12T09:46:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T09:46:26Z", "revision_number": 0, "id": "04839040-0f15-4174-95fb-bfe9f48fba37", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T09:46:26Z", "security_group_id": "a577b60e-bcfc-40ba-a374-f3708f53e320", "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "port_range_min": null, "ethertype": "IPv4", "project_id": "3fd3d8889c294c42ab75103d8640df37"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T09:46:26Z", "revision_number": 0, "id": "3dc0b77f-02c6-4ba9-8d30-b6c5c6ef582b", "remote_group_id": "a577b60e-bcfc-40ba-a374-f3708f53e320", "remote_ip_prefix": null, "created_at": "2018-08-12T09:46:26Z", "security_group_id": "a577b60e-bcfc-40ba-a374-f3708f53e320", "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "port_range_min": null, "ethertype": "IPv4", "project_id": "3fd3d8889c294c42ab75103d8640df37"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T09:46:26Z", "revision_number": 0, "id": "bd8ecf47-3c7e-4978-881c-7eef6d5968fa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T09:46:26Z", "security_group_id": "a577b60e-bcfc-40ba-a374-f3708f53e320", "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "port_range_min": null, "ethertype": "IPv6", "project_id": "3fd3d8889c294c42ab75103d8640df37"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T09:46:26Z", "revision_number": 0, "id": "dfd6453b-88b3-4145-99b8-d19c99e6715e", "remote_group_id": "a577b60e-bcfc-40ba-a374-f3708f53e320", "remote_ip_prefix": null, "created_at": "2018-08-12T09:46:26Z", "security_group_id": "a577b60e-bcfc-40ba-a374-f3708f53e320", "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "port_range_min": null, "ethertype": "IPv6", "project_id": "3fd3d8889c294c42ab75103d8640df37"}], "revision_number": 4, "project_id": "3fd3d8889c294c42ab75103d8640df37", "id": "a577b60e-bcfc-40ba-a374-f3708f53e320", "name": "default"}, {"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "created_at": "2018-08-12T09:47:53Z", "updated_at": "2018-08-12T09:47:54Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T09:47:53Z", "revision_number": 0, "id": "52700354-3a64-4c6d-9f8e-6e1c9ae4253e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T09:47:53Z", "security_group_id": "f6367faf-e11d-4226-b981-9133098ff368", "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "port_range_min": null, "ethertype": "IPv4", "project_id": "3fd3d8889c294c42ab75103d8640df37"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-12T09:47:54Z", "revision_number": 0, "id": "69d5bf07-e0bf-476c-8b64-3e5fc3c4f1a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T09:47:54Z", "security_group_id": "f6367faf-e11d-4226-b981-9133098ff368", "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "port_range_min": null, "ethertype": "IPv4", "project_id": "3fd3d8889c294c42ab75103d8640df37"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T09:47:53Z", "revision_number": 0, "id": "9269e3fa-e5d5-4a61-98df-1a5410830737", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T09:47:53Z", "security_group_id": "f6367faf-e11d-4226-b981-9133098ff368", "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "port_range_min": null, "ethertype": "IPv6", "project_id": "3fd3d8889c294c42ab75103d8640df37"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-12T09:47:54Z", "revision_number": 0, "id": "dd2ad9f0-45e9-4725-b564-7621e0bfe37e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T09:47:54Z", "security_group_id": "f6367faf-e11d-4226-b981-9133098ff368", "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "port_range_min": 22, "ethertype": "IPv4", "project_id": "3fd3d8889c294c42ab75103d8640df37"}], "revision_number": 4, "project_id": "3fd3d8889c294c42ab75103d8640df37", "id": "f6367faf-e11d-4226-b981-9133098ff368", "name": "vyos_vrouter-sg_5a0c02d7-369a-4b67-9ee9-398060fca1f8"}]} 2018-08-12 09:47:55,025 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-91f45a00-46d8-4321-af39-f8a02126b159 2018-08-12 09:47:55,026 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0526471138s 2018-08-12 09:47:55,026 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-91f45a00-46d8-4321-af39-f8a02126b159 2018-08-12 09:47:55,029 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-12 09:47:55,030 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}e6a9e716de36ad4f17a6eaac67e7556d9864f542" -d '{"security_group_rule": {"remote_group_id": null, "direction": "ingress", "port_range_min": 80, "remote_ip_prefix": null, "protocol": "tcp", "port_range_max": 80, "ethertype": "IPv4", "security_group_id": "f6367faf-e11d-4226-b981-9133098ff368"}}' 2018-08-12 09:47:55,402 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-085e7bbc-ef90-4e0d-a2d3-f42188c96b32 Date: Sun, 12 Aug 2018 09:47:55 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-12T09:47:55Z", "security_group_id": "f6367faf-e11d-4226-b981-9133098ff368", "port_range_min": 80, "revision_number": 0, "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "created_at": "2018-08-12T09:47:55Z", "project_id": "3fd3d8889c294c42ab75103d8640df37", "id": "50ccfae5-3c72-479f-bcb3-d2214e776546"}} 2018-08-12 09:47:55,402 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-085e7bbc-ef90-4e0d-a2d3-f42188c96b32 2018-08-12 09:47:55,402 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.372611999512s 2018-08-12 09:47:55,402 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-085e7bbc-ef90-4e0d-a2d3-f42188c96b32 2018-08-12 09:47:55,406 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-12 09:47:55,406 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}e6a9e716de36ad4f17a6eaac67e7556d9864f542" 2018-08-12 09:47:55,623 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5333 X-Openstack-Request-Id: req-e81e03e5-8eae-4aed-be8f-0079758797dc Date: Sun, 12 Aug 2018 09:47:55 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "created_at": "2018-08-12T09:46:26Z", "updated_at": "2018-08-12T09:46:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T09:46:26Z", "revision_number": 0, "id": "04839040-0f15-4174-95fb-bfe9f48fba37", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T09:46:26Z", "security_group_id": "a577b60e-bcfc-40ba-a374-f3708f53e320", "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "port_range_min": null, "ethertype": "IPv4", "project_id": "3fd3d8889c294c42ab75103d8640df37"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T09:46:26Z", "revision_number": 0, "id": "3dc0b77f-02c6-4ba9-8d30-b6c5c6ef582b", "remote_group_id": "a577b60e-bcfc-40ba-a374-f3708f53e320", "remote_ip_prefix": null, "created_at": "2018-08-12T09:46:26Z", "security_group_id": "a577b60e-bcfc-40ba-a374-f3708f53e320", "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "port_range_min": null, "ethertype": "IPv4", "project_id": "3fd3d8889c294c42ab75103d8640df37"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T09:46:26Z", "revision_number": 0, "id": "bd8ecf47-3c7e-4978-881c-7eef6d5968fa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T09:46:26Z", "security_group_id": "a577b60e-bcfc-40ba-a374-f3708f53e320", "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "port_range_min": null, "ethertype": "IPv6", "project_id": "3fd3d8889c294c42ab75103d8640df37"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T09:46:26Z", "revision_number": 0, "id": "dfd6453b-88b3-4145-99b8-d19c99e6715e", "remote_group_id": "a577b60e-bcfc-40ba-a374-f3708f53e320", "remote_ip_prefix": null, "created_at": "2018-08-12T09:46:26Z", "security_group_id": "a577b60e-bcfc-40ba-a374-f3708f53e320", "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "port_range_min": null, "ethertype": "IPv6", "project_id": "3fd3d8889c294c42ab75103d8640df37"}], "revision_number": 4, "project_id": "3fd3d8889c294c42ab75103d8640df37", "id": "a577b60e-bcfc-40ba-a374-f3708f53e320", "name": "default"}, {"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "created_at": "2018-08-12T09:47:53Z", "updated_at": "2018-08-12T09:47:55Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-12T09:47:55Z", "revision_number": 0, "id": "50ccfae5-3c72-479f-bcb3-d2214e776546", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T09:47:55Z", "security_group_id": "f6367faf-e11d-4226-b981-9133098ff368", "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "port_range_min": 80, "ethertype": "IPv4", "project_id": "3fd3d8889c294c42ab75103d8640df37"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T09:47:53Z", "revision_number": 0, "id": "52700354-3a64-4c6d-9f8e-6e1c9ae4253e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T09:47:53Z", "security_group_id": "f6367faf-e11d-4226-b981-9133098ff368", "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "port_range_min": null, "ethertype": "IPv4", "project_id": "3fd3d8889c294c42ab75103d8640df37"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-12T09:47:54Z", "revision_number": 0, "id": "69d5bf07-e0bf-476c-8b64-3e5fc3c4f1a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T09:47:54Z", "security_group_id": "f6367faf-e11d-4226-b981-9133098ff368", "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "port_range_min": null, "ethertype": "IPv4", "project_id": "3fd3d8889c294c42ab75103d8640df37"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T09:47:53Z", "revision_number": 0, "id": "9269e3fa-e5d5-4a61-98df-1a5410830737", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T09:47:53Z", "security_group_id": "f6367faf-e11d-4226-b981-9133098ff368", "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "port_range_min": null, "ethertype": "IPv6", "project_id": "3fd3d8889c294c42ab75103d8640df37"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-12T09:47:54Z", "revision_number": 0, "id": "dd2ad9f0-45e9-4725-b564-7621e0bfe37e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T09:47:54Z", "security_group_id": "f6367faf-e11d-4226-b981-9133098ff368", "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "port_range_min": 22, "ethertype": "IPv4", "project_id": "3fd3d8889c294c42ab75103d8640df37"}], "revision_number": 5, "project_id": "3fd3d8889c294c42ab75103d8640df37", "id": "f6367faf-e11d-4226-b981-9133098ff368", "name": "vyos_vrouter-sg_5a0c02d7-369a-4b67-9ee9-398060fca1f8"}]} 2018-08-12 09:47:55,623 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-e81e03e5-8eae-4aed-be8f-0079758797dc 2018-08-12 09:47:55,623 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.217450857162s 2018-08-12 09:47:55,624 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-e81e03e5-8eae-4aed-be8f-0079758797dc 2018-08-12 09:47:55,627 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-12 09:47:55,627 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}e6a9e716de36ad4f17a6eaac67e7556d9864f542" -d '{"security_group_rule": {"remote_group_id": null, "direction": "ingress", "port_range_min": 443, "remote_ip_prefix": null, "protocol": "tcp", "port_range_max": 443, "ethertype": "IPv4", "security_group_id": "f6367faf-e11d-4226-b981-9133098ff368"}}' 2018-08-12 09:47:55,807 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-55a0d46a-e325-4063-a901-a7cc93f67a3d Date: Sun, 12 Aug 2018 09:47:55 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 443, "updated_at": "2018-08-12T09:47:55Z", "security_group_id": "f6367faf-e11d-4226-b981-9133098ff368", "port_range_min": 443, "revision_number": 0, "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "created_at": "2018-08-12T09:47:55Z", "project_id": "3fd3d8889c294c42ab75103d8640df37", "id": "1426dc91-f3a7-4be5-99ce-d4c6f86e4bfa"}} 2018-08-12 09:47:55,807 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-55a0d46a-e325-4063-a901-a7cc93f67a3d 2018-08-12 09:47:55,808 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.180562019348s 2018-08-12 09:47:55,808 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-55a0d46a-e325-4063-a901-a7cc93f67a3d 2018-08-12 09:47:55,811 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-12 09:47:55,811 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}e6a9e716de36ad4f17a6eaac67e7556d9864f542" 2018-08-12 09:47:56,031 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5831 X-Openstack-Request-Id: req-a540d5ed-d365-4ef9-96a2-d679864ea098 Date: Sun, 12 Aug 2018 09:47:56 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "created_at": "2018-08-12T09:46:26Z", "updated_at": "2018-08-12T09:46:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T09:46:26Z", "revision_number": 0, "id": "04839040-0f15-4174-95fb-bfe9f48fba37", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T09:46:26Z", "security_group_id": "a577b60e-bcfc-40ba-a374-f3708f53e320", "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "port_range_min": null, "ethertype": "IPv4", "project_id": "3fd3d8889c294c42ab75103d8640df37"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T09:46:26Z", "revision_number": 0, "id": "3dc0b77f-02c6-4ba9-8d30-b6c5c6ef582b", "remote_group_id": "a577b60e-bcfc-40ba-a374-f3708f53e320", "remote_ip_prefix": null, "created_at": "2018-08-12T09:46:26Z", "security_group_id": "a577b60e-bcfc-40ba-a374-f3708f53e320", "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "port_range_min": null, "ethertype": "IPv4", "project_id": "3fd3d8889c294c42ab75103d8640df37"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T09:46:26Z", "revision_number": 0, "id": "bd8ecf47-3c7e-4978-881c-7eef6d5968fa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T09:46:26Z", "security_group_id": "a577b60e-bcfc-40ba-a374-f3708f53e320", "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "port_range_min": null, "ethertype": "IPv6", "project_id": "3fd3d8889c294c42ab75103d8640df37"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T09:46:26Z", "revision_number": 0, "id": "dfd6453b-88b3-4145-99b8-d19c99e6715e", "remote_group_id": "a577b60e-bcfc-40ba-a374-f3708f53e320", "remote_ip_prefix": null, "created_at": "2018-08-12T09:46:26Z", "security_group_id": "a577b60e-bcfc-40ba-a374-f3708f53e320", "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "port_range_min": null, "ethertype": "IPv6", "project_id": "3fd3d8889c294c42ab75103d8640df37"}], "revision_number": 4, "project_id": "3fd3d8889c294c42ab75103d8640df37", "id": "a577b60e-bcfc-40ba-a374-f3708f53e320", "name": "default"}, {"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "created_at": "2018-08-12T09:47:53Z", "updated_at": "2018-08-12T09:47:55Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-08-12T09:47:55Z", "revision_number": 0, "id": "1426dc91-f3a7-4be5-99ce-d4c6f86e4bfa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T09:47:55Z", "security_group_id": "f6367faf-e11d-4226-b981-9133098ff368", "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "port_range_min": 443, "ethertype": "IPv4", "project_id": "3fd3d8889c294c42ab75103d8640df37"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-12T09:47:55Z", "revision_number": 0, "id": "50ccfae5-3c72-479f-bcb3-d2214e776546", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T09:47:55Z", "security_group_id": "f6367faf-e11d-4226-b981-9133098ff368", "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "port_range_min": 80, "ethertype": "IPv4", "project_id": "3fd3d8889c294c42ab75103d8640df37"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T09:47:53Z", "revision_number": 0, "id": "52700354-3a64-4c6d-9f8e-6e1c9ae4253e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T09:47:53Z", "security_group_id": "f6367faf-e11d-4226-b981-9133098ff368", "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "port_range_min": null, "ethertype": "IPv4", "project_id": "3fd3d8889c294c42ab75103d8640df37"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-12T09:47:54Z", "revision_number": 0, "id": "69d5bf07-e0bf-476c-8b64-3e5fc3c4f1a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T09:47:54Z", "security_group_id": "f6367faf-e11d-4226-b981-9133098ff368", "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "port_range_min": null, "ethertype": "IPv4", "project_id": "3fd3d8889c294c42ab75103d8640df37"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T09:47:53Z", "revision_number": 0, "id": "9269e3fa-e5d5-4a61-98df-1a5410830737", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T09:47:53Z", "security_group_id": "f6367faf-e11d-4226-b981-9133098ff368", "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "port_range_min": null, "ethertype": "IPv6", "project_id": "3fd3d8889c294c42ab75103d8640df37"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-12T09:47:54Z", "revision_number": 0, "id": "dd2ad9f0-45e9-4725-b564-7621e0bfe37e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T09:47:54Z", "security_group_id": "f6367faf-e11d-4226-b981-9133098ff368", "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "port_range_min": 22, "ethertype": "IPv4", "project_id": "3fd3d8889c294c42ab75103d8640df37"}], "revision_number": 6, "project_id": "3fd3d8889c294c42ab75103d8640df37", "id": "f6367faf-e11d-4226-b981-9133098ff368", "name": "vyos_vrouter-sg_5a0c02d7-369a-4b67-9ee9-398060fca1f8"}]} 2018-08-12 09:47:56,031 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-a540d5ed-d365-4ef9-96a2-d679864ea098 2018-08-12 09:47:56,031 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.220724105835s 2018-08-12 09:47:56,032 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-a540d5ed-d365-4ef9-96a2-d679864ea098 2018-08-12 09:47:56,034 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-12 09:47:56,035 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}e6a9e716de36ad4f17a6eaac67e7556d9864f542" -d '{"security_group_rule": {"remote_group_id": null, "direction": "ingress", "port_range_min": 5671, "remote_ip_prefix": null, "protocol": "tcp", "port_range_max": 5671, "ethertype": "IPv4", "security_group_id": "f6367faf-e11d-4226-b981-9133098ff368"}}' 2018-08-12 09:47:56,419 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 511 X-Openstack-Request-Id: req-730b6aa3-95d8-4d53-bbe2-2b28c3a795ce Date: Sun, 12 Aug 2018 09:47:56 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 5671, "updated_at": "2018-08-12T09:47:56Z", "security_group_id": "f6367faf-e11d-4226-b981-9133098ff368", "port_range_min": 5671, "revision_number": 0, "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "created_at": "2018-08-12T09:47:56Z", "project_id": "3fd3d8889c294c42ab75103d8640df37", "id": "1b1cfe5d-fb79-46ef-815a-a4afc317d1ec"}} 2018-08-12 09:47:56,419 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-730b6aa3-95d8-4d53-bbe2-2b28c3a795ce 2018-08-12 09:47:56,419 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.384350776672s 2018-08-12 09:47:56,419 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-730b6aa3-95d8-4d53-bbe2-2b28c3a795ce 2018-08-12 09:47:56,423 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-12 09:47:56,423 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}e6a9e716de36ad4f17a6eaac67e7556d9864f542" 2018-08-12 09:47:56,651 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6331 X-Openstack-Request-Id: req-3e7eb6f2-d91a-4b54-af78-2df3e6fe74dd Date: Sun, 12 Aug 2018 09:47:56 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "created_at": "2018-08-12T09:46:26Z", "updated_at": "2018-08-12T09:46:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T09:46:26Z", "revision_number": 0, "id": "04839040-0f15-4174-95fb-bfe9f48fba37", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T09:46:26Z", "security_group_id": "a577b60e-bcfc-40ba-a374-f3708f53e320", "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "port_range_min": null, "ethertype": "IPv4", "project_id": "3fd3d8889c294c42ab75103d8640df37"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T09:46:26Z", "revision_number": 0, "id": "3dc0b77f-02c6-4ba9-8d30-b6c5c6ef582b", "remote_group_id": "a577b60e-bcfc-40ba-a374-f3708f53e320", "remote_ip_prefix": null, "created_at": "2018-08-12T09:46:26Z", "security_group_id": "a577b60e-bcfc-40ba-a374-f3708f53e320", "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "port_range_min": null, "ethertype": "IPv4", "project_id": "3fd3d8889c294c42ab75103d8640df37"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T09:46:26Z", "revision_number": 0, "id": "bd8ecf47-3c7e-4978-881c-7eef6d5968fa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T09:46:26Z", "security_group_id": "a577b60e-bcfc-40ba-a374-f3708f53e320", "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "port_range_min": null, "ethertype": "IPv6", "project_id": "3fd3d8889c294c42ab75103d8640df37"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T09:46:26Z", "revision_number": 0, "id": "dfd6453b-88b3-4145-99b8-d19c99e6715e", "remote_group_id": "a577b60e-bcfc-40ba-a374-f3708f53e320", "remote_ip_prefix": null, "created_at": "2018-08-12T09:46:26Z", "security_group_id": "a577b60e-bcfc-40ba-a374-f3708f53e320", "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "port_range_min": null, "ethertype": "IPv6", "project_id": "3fd3d8889c294c42ab75103d8640df37"}], "revision_number": 4, "project_id": "3fd3d8889c294c42ab75103d8640df37", "id": "a577b60e-bcfc-40ba-a374-f3708f53e320", "name": "default"}, {"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "created_at": "2018-08-12T09:47:53Z", "updated_at": "2018-08-12T09:47:56Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-08-12T09:47:55Z", "revision_number": 0, "id": "1426dc91-f3a7-4be5-99ce-d4c6f86e4bfa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T09:47:55Z", "security_group_id": "f6367faf-e11d-4226-b981-9133098ff368", "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "port_range_min": 443, "ethertype": "IPv4", "project_id": "3fd3d8889c294c42ab75103d8640df37"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-08-12T09:47:56Z", "revision_number": 0, "id": "1b1cfe5d-fb79-46ef-815a-a4afc317d1ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T09:47:56Z", "security_group_id": "f6367faf-e11d-4226-b981-9133098ff368", "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "3fd3d8889c294c42ab75103d8640df37"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-12T09:47:55Z", "revision_number": 0, "id": "50ccfae5-3c72-479f-bcb3-d2214e776546", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T09:47:55Z", "security_group_id": "f6367faf-e11d-4226-b981-9133098ff368", "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "port_range_min": 80, "ethertype": "IPv4", "project_id": "3fd3d8889c294c42ab75103d8640df37"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T09:47:53Z", "revision_number": 0, "id": "52700354-3a64-4c6d-9f8e-6e1c9ae4253e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T09:47:53Z", "security_group_id": "f6367faf-e11d-4226-b981-9133098ff368", "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "port_range_min": null, "ethertype": "IPv4", "project_id": "3fd3d8889c294c42ab75103d8640df37"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-12T09:47:54Z", "revision_number": 0, "id": "69d5bf07-e0bf-476c-8b64-3e5fc3c4f1a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T09:47:54Z", "security_group_id": "f6367faf-e11d-4226-b981-9133098ff368", "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "port_range_min": null, "ethertype": "IPv4", "project_id": "3fd3d8889c294c42ab75103d8640df37"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T09:47:53Z", "revision_number": 0, "id": "9269e3fa-e5d5-4a61-98df-1a5410830737", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T09:47:53Z", "security_group_id": "f6367faf-e11d-4226-b981-9133098ff368", "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "port_range_min": null, "ethertype": "IPv6", "project_id": "3fd3d8889c294c42ab75103d8640df37"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-12T09:47:54Z", "revision_number": 0, "id": "dd2ad9f0-45e9-4725-b564-7621e0bfe37e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T09:47:54Z", "security_group_id": "f6367faf-e11d-4226-b981-9133098ff368", "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "port_range_min": 22, "ethertype": "IPv4", "project_id": "3fd3d8889c294c42ab75103d8640df37"}], "revision_number": 7, "project_id": "3fd3d8889c294c42ab75103d8640df37", "id": "f6367faf-e11d-4226-b981-9133098ff368", "name": "vyos_vrouter-sg_5a0c02d7-369a-4b67-9ee9-398060fca1f8"}]} 2018-08-12 09:47:56,652 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-3e7eb6f2-d91a-4b54-af78-2df3e6fe74dd 2018-08-12 09:47:56,652 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.228935956955s 2018-08-12 09:47:56,652 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-3e7eb6f2-d91a-4b54-af78-2df3e6fe74dd 2018-08-12 09:47:56,655 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-12 09:47:56,656 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}e6a9e716de36ad4f17a6eaac67e7556d9864f542" -d '{"security_group_rule": {"remote_group_id": null, "direction": "ingress", "port_range_min": 53333, "remote_ip_prefix": null, "protocol": "tcp", "port_range_max": 53333, "ethertype": "IPv4", "security_group_id": "f6367faf-e11d-4226-b981-9133098ff368"}}' 2018-08-12 09:47:56,879 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 513 X-Openstack-Request-Id: req-f0aa0ec2-c850-49ab-973d-6269bfe7b046 Date: Sun, 12 Aug 2018 09:47:56 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 53333, "updated_at": "2018-08-12T09:47:56Z", "security_group_id": "f6367faf-e11d-4226-b981-9133098ff368", "port_range_min": 53333, "revision_number": 0, "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "created_at": "2018-08-12T09:47:56Z", "project_id": "3fd3d8889c294c42ab75103d8640df37", "id": "4fe3fa58-d1d7-4d48-9e0c-bcf2699318f8"}} 2018-08-12 09:47:56,880 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-f0aa0ec2-c850-49ab-973d-6269bfe7b046 2018-08-12 09:47:56,880 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.224192857742s 2018-08-12 09:47:56,880 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-f0aa0ec2-c850-49ab-973d-6269bfe7b046 2018-08-12 09:47:56,881 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 09:47:56,882 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e6a9e716de36ad4f17a6eaac67e7556d9864f542" 2018-08-12 09:47:57,164 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-18a893dc-766a-4917-90ee-b7571cd3c583 Date: Sun, 12 Aug 2018 09:47:57 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ec788992-fa73-45cc-a7d9-6d44542124c2"],"updated_at":"2018-08-12T05:35:20Z","tenant_id":"310f5853751a4c968f3eeb0a3d99a0a8","created_at":"2018-08-12T05:04:23Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":7,"admin_state_up":true,"shared":false,"project_id":"310f5853751a4c968f3eeb0a3d99a0a8","id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["f44bb5e9-ab91-46aa-bf6c-d61ae05bad3a"],"updated_at":"2018-08-12T09:46:27Z","tenant_id":"3fd3d8889c294c42ab75103d8640df37","created_at":"2018-08-12T09:46:26Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"3fd3d8889c294c42ab75103d8640df37","id":"04fbf85f-5691-41a4-a816-699edcfb7681","name":"vyos_vrouter-net_5a0c02d7-369a-4b67-9ee9-398060fca1f8"}]} 2018-08-12 09:47:57,164 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-18a893dc-766a-4917-90ee-b7571cd3c583 2018-08-12 09:47:57,165 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.283027887344s 2018-08-12 09:47:57,165 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-18a893dc-766a-4917-90ee-b7571cd3c583 2018-08-12 09:47:57,169 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 09:47:57,173 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e6a9e716de36ad4f17a6eaac67e7556d9864f542" 2018-08-12 09:47:57,399 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1208 Content-Type: application/json X-Openstack-Request-Id: req-3682cecc-f887-43dd-92fd-85593b3e7740 Date: Sun, 12 Aug 2018 09:47:57 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/e9ed0b81-49c6-421f-8428-cfd405d10ec0/snap", "metadata": {}}], "file": "/v2/images/e9ed0b81-49c6-421f-8428-cfd405d10ec0/file", "owner": "3fd3d8889c294c42ab75103d8640df37", "id": "e9ed0b81-49c6-421f-8428-cfd405d10ec0", "size": 4373348352, "self": "/v2/images/e9ed0b81-49c6-421f-8428-cfd405d10ec0", "disk_format": "qcow2", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/e9ed0b81-49c6-421f-8428-cfd405d10ec0/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-08-12T09:47:51Z", "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "vyos_vrouter-img_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-08-12T09:46:55Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 09:47:57,399 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-3682cecc-f887-43dd-92fd-85593b3e7740 2018-08-12 09:47:57,399 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.229720830917s 2018-08-12 09:47:57,399 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-3682cecc-f887-43dd-92fd-85593b3e7740 2018-08-12 09:47:57,401 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-12 09:47:57,404 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}e6a9e716de36ad4f17a6eaac67e7556d9864f542" 2018-08-12 09:47:57,429 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:47: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-4ad3e665-1af3-44c2-98c0-089344554eeb x-compute-request-id: req-4ad3e665-1af3-44c2-98c0-089344554eeb Content-Encoding: gzip Content-Length: 404 Content-Type: application/json RESP BODY: {"flavors": [{"name": "heat_ims-flavor_alt_61cf3297-02ef-4796-a134-6831b487977a", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 25, "id": "5b23103b-521b-4914-ba2d-4a96218272e5"}, {"name": "vyos_vrouter-flavor_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/7b060666-5f31-457b-aa22-4f4ccbd5a3a0", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/7b060666-5f31-457b-aa22-4f4ccbd5a3a0", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 40, "id": "7b060666-5f31-457b-aa22-4f4ccbd5a3a0"}]} 2018-08-12 09:47:57,429 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-4ad3e665-1af3-44c2-98c0-089344554eeb 2018-08-12 09:47:57,429 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.028223991394s 2018-08-12 09:47:57,430 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-4ad3e665-1af3-44c2-98c0-089344554eeb 2018-08-12 09:47:57,432 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-12 09:47:57,434 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}e6a9e716de36ad4f17a6eaac67e7556d9864f542" -d '{"server": {"name": "vyos_vrouter-vm_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "imageRef": "e9ed0b81-49c6-421f-8428-cfd405d10ec0", "key_name": "vyos_vrouter-kp_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "flavorRef": "7b060666-5f31-457b-aa22-4f4ccbd5a3a0", "max_count": 1, "min_count": 1, "networks": [{"uuid": "04fbf85f-5691-41a4-a816-699edcfb7681"}], "security_groups": [{"name": "f6367faf-e11d-4226-b981-9133098ff368"}]}}' 2018-08-12 09:47:59,852 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 09:47:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b67383aa-8b08-43ea-83b6-32d387b4a749 x-compute-request-id: req-b67383aa-8b08-43ea-83b6-32d387b4a749 Content-Length: 403 location: http://172.30.9.21:8774/v2.1/servers/75039fe8-e049-4025-abb5-5c5fafbaa947 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "f6367faf-e11d-4226-b981-9133098ff368"}], "OS-DCF:diskConfig": "MANUAL", "id": "75039fe8-e049-4025-abb5-5c5fafbaa947", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/75039fe8-e049-4025-abb5-5c5fafbaa947", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/75039fe8-e049-4025-abb5-5c5fafbaa947", "rel": "bookmark"}], "adminPass": "SCkknXey4fYG"}} 2018-08-12 09:47:59,852 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-b67383aa-8b08-43ea-83b6-32d387b4a749 2018-08-12 09:47:59,852 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.42016291618s 2018-08-12 09:47:59,852 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-b67383aa-8b08-43ea-83b6-32d387b4a749 2018-08-12 09:47:59,853 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:47:59,856 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e6a9e716de36ad4f17a6eaac67e7556d9864f542" 2018-08-12 09:48:00,325 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09: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-248a319d-ca7c-4afd-be1f-e4f8273fbd42 x-compute-request-id: req-248a319d-ca7c-4afd-be1f-e4f8273fbd42 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.21:8774/v2.1/servers/75039fe8-e049-4025-abb5-5c5fafbaa947", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/75039fe8-e049-4025-abb5-5c5fafbaa947", "rel": "bookmark"}], "image": {"id": "e9ed0b81-49c6-421f-8428-cfd405d10ec0", "links": [{"href": "http://172.30.9.21:8774/images/e9ed0b81-49c6-421f-8428-cfd405d10ec0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7b060666-5f31-457b-aa22-4f4ccbd5a3a0", "links": [{"href": "http://172.30.9.21:8774/flavors/7b060666-5f31-457b-aa22-4f4ccbd5a3a0", "rel": "bookmark"}]}, "id": "75039fe8-e049-4025-abb5-5c5fafbaa947", "user_id": "d015591e95ca4abfbce006d2e721cd37", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T09:47:59Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "name": "vyos_vrouter-vm_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "created": "2018-08-12T09:47:59Z", "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:48:00,325 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-248a319d-ca7c-4afd-be1f-e4f8273fbd42 2018-08-12 09:48:00,326 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.472343921661s 2018-08-12 09:48:00,326 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-248a319d-ca7c-4afd-be1f-e4f8273fbd42 2018-08-12 09:48:00,333 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 09:48:00,333 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e6a9e716de36ad4f17a6eaac67e7556d9864f542" 2018-08-12 09:48:00,450 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-5186a28e-26d2-4034-a6f9-9cef87ad12c9 Date: Sun, 12 Aug 2018 09:48:00 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ec788992-fa73-45cc-a7d9-6d44542124c2"],"updated_at":"2018-08-12T05:35:20Z","tenant_id":"310f5853751a4c968f3eeb0a3d99a0a8","created_at":"2018-08-12T05:04:23Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":7,"admin_state_up":true,"shared":false,"project_id":"310f5853751a4c968f3eeb0a3d99a0a8","id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["f44bb5e9-ab91-46aa-bf6c-d61ae05bad3a"],"updated_at":"2018-08-12T09:46:27Z","tenant_id":"3fd3d8889c294c42ab75103d8640df37","created_at":"2018-08-12T09:46:26Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"3fd3d8889c294c42ab75103d8640df37","id":"04fbf85f-5691-41a4-a816-699edcfb7681","name":"vyos_vrouter-net_5a0c02d7-369a-4b67-9ee9-398060fca1f8"}]} 2018-08-12 09:48:00,451 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-5186a28e-26d2-4034-a6f9-9cef87ad12c9 2018-08-12 09:48:00,451 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.118002891541s 2018-08-12 09:48:00,451 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-5186a28e-26d2-4034-a6f9-9cef87ad12c9 2018-08-12 09:48:00,452 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-12 09:48:00,452 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}e6a9e716de36ad4f17a6eaac67e7556d9864f542" 2018-08-12 09:48:00,498 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 683 X-Openstack-Request-Id: req-9a4e49a6-e1f2-41d1-bdc4-46a2049df4a3 Date: Sun, 12 Aug 2018 09:48:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"04fbf85f-5691-41a4-a816-699edcfb7681","tenant_id":"3fd3d8889c294c42ab75103d8640df37","created_at":"2018-08-12T09:46:27Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-12T09:46:27Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"3fd3d8889c294c42ab75103d8640df37","id":"f44bb5e9-ab91-46aa-bf6c-d61ae05bad3a","subnetpool_id":null,"name":"vyos_vrouter-subnet_5a0c02d7-369a-4b67-9ee9-398060fca1f8"}]} 2018-08-12 09:48:00,498 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-9a4e49a6-e1f2-41d1-bdc4-46a2049df4a3 2018-08-12 09:48:00,498 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0461859703064s 2018-08-12 09:48:00,498 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-9a4e49a6-e1f2-41d1-bdc4-46a2049df4a3 2018-08-12 09:48:00,499 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:48:02,500 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:48:02,503 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e6a9e716de36ad4f17a6eaac67e7556d9864f542" 2018-08-12 09:48:03,344 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:48: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-8f42d025-fe2b-4339-befe-1c60607a8828 x-compute-request-id: req-8f42d025-fe2b-4339-befe-1c60607a8828 Content-Encoding: gzip Content-Length: 610 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/75039fe8-e049-4025-abb5-5c5fafbaa947", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/75039fe8-e049-4025-abb5-5c5fafbaa947", "rel": "bookmark"}], "image": {"id": "e9ed0b81-49c6-421f-8428-cfd405d10ec0", "links": [{"href": "http://172.30.9.21:8774/images/e9ed0b81-49c6-421f-8428-cfd405d10ec0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7b060666-5f31-457b-aa22-4f4ccbd5a3a0", "links": [{"href": "http://172.30.9.21:8774/flavors/7b060666-5f31-457b-aa22-4f4ccbd5a3a0", "rel": "bookmark"}]}, "id": "75039fe8-e049-4025-abb5-5c5fafbaa947", "user_id": "d015591e95ca4abfbce006d2e721cd37", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T09:48:02Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "name": "vyos_vrouter-vm_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "created": "2018-08-12T09:47:59Z", "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:48:03,344 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-8f42d025-fe2b-4339-befe-1c60607a8828 2018-08-12 09:48:03,344 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.843590974808s 2018-08-12 09:48:03,345 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-8f42d025-fe2b-4339-befe-1c60607a8828 2018-08-12 09:48:03,350 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:48:05,353 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:48:05,356 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e6a9e716de36ad4f17a6eaac67e7556d9864f542" 2018-08-12 09:48:06,104 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:48: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-51d1d2c9-aeb8-4400-8c66-dff3dc6b83e3 x-compute-request-id: req-51d1d2c9-aeb8-4400-8c66-dff3dc6b83e3 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/75039fe8-e049-4025-abb5-5c5fafbaa947", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/75039fe8-e049-4025-abb5-5c5fafbaa947", "rel": "bookmark"}], "image": {"id": "e9ed0b81-49c6-421f-8428-cfd405d10ec0", "links": [{"href": "http://172.30.9.21:8774/images/e9ed0b81-49c6-421f-8428-cfd405d10ec0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7b060666-5f31-457b-aa22-4f4ccbd5a3a0", "links": [{"href": "http://172.30.9.21:8774/flavors/7b060666-5f31-457b-aa22-4f4ccbd5a3a0", "rel": "bookmark"}]}, "id": "75039fe8-e049-4025-abb5-5c5fafbaa947", "security_groups": [{"name": "vyos_vrouter-sg_5a0c02d7-369a-4b67-9ee9-398060fca1f8"}], "user_id": "d015591e95ca4abfbce006d2e721cd37", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T09:48:03Z", "hostId": "6048be6f1051e78b2a51d7e09fc5ac26a2fa9752ff92431a20df7adc", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "name": "vyos_vrouter-vm_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "created": "2018-08-12T09:47:59Z", "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:48:06,105 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-51d1d2c9-aeb8-4400-8c66-dff3dc6b83e3 2018-08-12 09:48:06,105 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.751427173615s 2018-08-12 09:48:06,105 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-51d1d2c9-aeb8-4400-8c66-dff3dc6b83e3 2018-08-12 09:48:06,109 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:48:08,112 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:48:08,115 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e6a9e716de36ad4f17a6eaac67e7556d9864f542" 2018-08-12 09:48:09,208 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:48: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-9fc6cb6e-771d-452b-bed2-e7afbc375f76 x-compute-request-id: req-9fc6cb6e-771d-452b-bed2-e7afbc375f76 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/75039fe8-e049-4025-abb5-5c5fafbaa947", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/75039fe8-e049-4025-abb5-5c5fafbaa947", "rel": "bookmark"}], "image": {"id": "e9ed0b81-49c6-421f-8428-cfd405d10ec0", "links": [{"href": "http://172.30.9.21:8774/images/e9ed0b81-49c6-421f-8428-cfd405d10ec0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7b060666-5f31-457b-aa22-4f4ccbd5a3a0", "links": [{"href": "http://172.30.9.21:8774/flavors/7b060666-5f31-457b-aa22-4f4ccbd5a3a0", "rel": "bookmark"}]}, "id": "75039fe8-e049-4025-abb5-5c5fafbaa947", "security_groups": [{"name": "vyos_vrouter-sg_5a0c02d7-369a-4b67-9ee9-398060fca1f8"}], "user_id": "d015591e95ca4abfbce006d2e721cd37", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T09:48:03Z", "hostId": "6048be6f1051e78b2a51d7e09fc5ac26a2fa9752ff92431a20df7adc", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "name": "vyos_vrouter-vm_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "created": "2018-08-12T09:47:59Z", "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:48:09,208 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-9fc6cb6e-771d-452b-bed2-e7afbc375f76 2018-08-12 09:48:09,208 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.09659314156s 2018-08-12 09:48:09,209 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-9fc6cb6e-771d-452b-bed2-e7afbc375f76 2018-08-12 09:48:09,212 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:48:11,215 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:48:11,217 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e6a9e716de36ad4f17a6eaac67e7556d9864f542" 2018-08-12 09:48:12,207 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:48: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-355eb69a-830c-4556-85f9-cebc5edb6732 x-compute-request-id: req-355eb69a-830c-4556-85f9-cebc5edb6732 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/75039fe8-e049-4025-abb5-5c5fafbaa947", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/75039fe8-e049-4025-abb5-5c5fafbaa947", "rel": "bookmark"}], "image": {"id": "e9ed0b81-49c6-421f-8428-cfd405d10ec0", "links": [{"href": "http://172.30.9.21:8774/images/e9ed0b81-49c6-421f-8428-cfd405d10ec0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7b060666-5f31-457b-aa22-4f4ccbd5a3a0", "links": [{"href": "http://172.30.9.21:8774/flavors/7b060666-5f31-457b-aa22-4f4ccbd5a3a0", "rel": "bookmark"}]}, "id": "75039fe8-e049-4025-abb5-5c5fafbaa947", "security_groups": [{"name": "vyos_vrouter-sg_5a0c02d7-369a-4b67-9ee9-398060fca1f8"}], "user_id": "d015591e95ca4abfbce006d2e721cd37", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T09:48:03Z", "hostId": "6048be6f1051e78b2a51d7e09fc5ac26a2fa9752ff92431a20df7adc", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "name": "vyos_vrouter-vm_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "created": "2018-08-12T09:47:59Z", "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:48:12,207 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-355eb69a-830c-4556-85f9-cebc5edb6732 2018-08-12 09:48:12,207 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.992032051086s 2018-08-12 09:48:12,207 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-355eb69a-830c-4556-85f9-cebc5edb6732 2018-08-12 09:48:12,212 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:48:14,214 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:48:14,217 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e6a9e716de36ad4f17a6eaac67e7556d9864f542" 2018-08-12 09:48:15,267 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:48: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-b8c16687-7d8c-40a6-ba79-ef1fa22a72c1 x-compute-request-id: req-b8c16687-7d8c-40a6-ba79-ef1fa22a72c1 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/75039fe8-e049-4025-abb5-5c5fafbaa947", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/75039fe8-e049-4025-abb5-5c5fafbaa947", "rel": "bookmark"}], "image": {"id": "e9ed0b81-49c6-421f-8428-cfd405d10ec0", "links": [{"href": "http://172.30.9.21:8774/images/e9ed0b81-49c6-421f-8428-cfd405d10ec0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7b060666-5f31-457b-aa22-4f4ccbd5a3a0", "links": [{"href": "http://172.30.9.21:8774/flavors/7b060666-5f31-457b-aa22-4f4ccbd5a3a0", "rel": "bookmark"}]}, "id": "75039fe8-e049-4025-abb5-5c5fafbaa947", "security_groups": [{"name": "vyos_vrouter-sg_5a0c02d7-369a-4b67-9ee9-398060fca1f8"}], "user_id": "d015591e95ca4abfbce006d2e721cd37", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T09:48:03Z", "hostId": "6048be6f1051e78b2a51d7e09fc5ac26a2fa9752ff92431a20df7adc", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "name": "vyos_vrouter-vm_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "created": "2018-08-12T09:47:59Z", "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:48:15,267 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-b8c16687-7d8c-40a6-ba79-ef1fa22a72c1 2018-08-12 09:48:15,267 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.05322694778s 2018-08-12 09:48:15,268 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-b8c16687-7d8c-40a6-ba79-ef1fa22a72c1 2018-08-12 09:48:15,272 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:48:17,274 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:48:17,277 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e6a9e716de36ad4f17a6eaac67e7556d9864f542" 2018-08-12 09:48:18,613 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:48: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-277beafe-fae7-4310-8b64-dd83c2f7737c x-compute-request-id: req-277beafe-fae7-4310-8b64-dd83c2f7737c Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/75039fe8-e049-4025-abb5-5c5fafbaa947", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/75039fe8-e049-4025-abb5-5c5fafbaa947", "rel": "bookmark"}], "image": {"id": "e9ed0b81-49c6-421f-8428-cfd405d10ec0", "links": [{"href": "http://172.30.9.21:8774/images/e9ed0b81-49c6-421f-8428-cfd405d10ec0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7b060666-5f31-457b-aa22-4f4ccbd5a3a0", "links": [{"href": "http://172.30.9.21:8774/flavors/7b060666-5f31-457b-aa22-4f4ccbd5a3a0", "rel": "bookmark"}]}, "id": "75039fe8-e049-4025-abb5-5c5fafbaa947", "security_groups": [{"name": "vyos_vrouter-sg_5a0c02d7-369a-4b67-9ee9-398060fca1f8"}], "user_id": "d015591e95ca4abfbce006d2e721cd37", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T09:48:03Z", "hostId": "6048be6f1051e78b2a51d7e09fc5ac26a2fa9752ff92431a20df7adc", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "name": "vyos_vrouter-vm_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "created": "2018-08-12T09:47:59Z", "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:48:18,613 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-277beafe-fae7-4310-8b64-dd83c2f7737c 2018-08-12 09:48:18,613 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.33864402771s 2018-08-12 09:48:18,613 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-277beafe-fae7-4310-8b64-dd83c2f7737c 2018-08-12 09:48:18,617 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:48:20,619 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:48:20,622 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e6a9e716de36ad4f17a6eaac67e7556d9864f542" 2018-08-12 09:48:21,260 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:48: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-139ebe15-0c97-4a2e-b90d-059f3ec4e5c4 x-compute-request-id: req-139ebe15-0c97-4a2e-b90d-059f3ec4e5c4 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/75039fe8-e049-4025-abb5-5c5fafbaa947", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/75039fe8-e049-4025-abb5-5c5fafbaa947", "rel": "bookmark"}], "image": {"id": "e9ed0b81-49c6-421f-8428-cfd405d10ec0", "links": [{"href": "http://172.30.9.21:8774/images/e9ed0b81-49c6-421f-8428-cfd405d10ec0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7b060666-5f31-457b-aa22-4f4ccbd5a3a0", "links": [{"href": "http://172.30.9.21:8774/flavors/7b060666-5f31-457b-aa22-4f4ccbd5a3a0", "rel": "bookmark"}]}, "id": "75039fe8-e049-4025-abb5-5c5fafbaa947", "security_groups": [{"name": "vyos_vrouter-sg_5a0c02d7-369a-4b67-9ee9-398060fca1f8"}], "user_id": "d015591e95ca4abfbce006d2e721cd37", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T09:48:03Z", "hostId": "6048be6f1051e78b2a51d7e09fc5ac26a2fa9752ff92431a20df7adc", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "name": "vyos_vrouter-vm_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "created": "2018-08-12T09:47:59Z", "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:48:21,260 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-139ebe15-0c97-4a2e-b90d-059f3ec4e5c4 2018-08-12 09:48:21,260 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.640870094299s 2018-08-12 09:48:21,261 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-139ebe15-0c97-4a2e-b90d-059f3ec4e5c4 2018-08-12 09:48:21,265 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:48:23,267 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:48:23,270 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e6a9e716de36ad4f17a6eaac67e7556d9864f542" 2018-08-12 09:48:23,807 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:48: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-efff2cb8-1a8f-4cf3-bf09-c4b520847f78 x-compute-request-id: req-efff2cb8-1a8f-4cf3-bf09-c4b520847f78 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/75039fe8-e049-4025-abb5-5c5fafbaa947", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/75039fe8-e049-4025-abb5-5c5fafbaa947", "rel": "bookmark"}], "image": {"id": "e9ed0b81-49c6-421f-8428-cfd405d10ec0", "links": [{"href": "http://172.30.9.21:8774/images/e9ed0b81-49c6-421f-8428-cfd405d10ec0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7b060666-5f31-457b-aa22-4f4ccbd5a3a0", "links": [{"href": "http://172.30.9.21:8774/flavors/7b060666-5f31-457b-aa22-4f4ccbd5a3a0", "rel": "bookmark"}]}, "id": "75039fe8-e049-4025-abb5-5c5fafbaa947", "security_groups": [{"name": "vyos_vrouter-sg_5a0c02d7-369a-4b67-9ee9-398060fca1f8"}], "user_id": "d015591e95ca4abfbce006d2e721cd37", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T09:48:03Z", "hostId": "6048be6f1051e78b2a51d7e09fc5ac26a2fa9752ff92431a20df7adc", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "name": "vyos_vrouter-vm_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "created": "2018-08-12T09:47:59Z", "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:48:23,807 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-efff2cb8-1a8f-4cf3-bf09-c4b520847f78 2018-08-12 09:48:23,807 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.539957046509s 2018-08-12 09:48:23,808 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-efff2cb8-1a8f-4cf3-bf09-c4b520847f78 2018-08-12 09:48:23,811 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:48:25,814 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:48:25,816 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e6a9e716de36ad4f17a6eaac67e7556d9864f542" 2018-08-12 09:48:26,542 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:48: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-ea69d16b-51fa-428b-8185-7a889689f85a x-compute-request-id: req-ea69d16b-51fa-428b-8185-7a889689f85a Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/75039fe8-e049-4025-abb5-5c5fafbaa947", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/75039fe8-e049-4025-abb5-5c5fafbaa947", "rel": "bookmark"}], "image": {"id": "e9ed0b81-49c6-421f-8428-cfd405d10ec0", "links": [{"href": "http://172.30.9.21:8774/images/e9ed0b81-49c6-421f-8428-cfd405d10ec0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7b060666-5f31-457b-aa22-4f4ccbd5a3a0", "links": [{"href": "http://172.30.9.21:8774/flavors/7b060666-5f31-457b-aa22-4f4ccbd5a3a0", "rel": "bookmark"}]}, "id": "75039fe8-e049-4025-abb5-5c5fafbaa947", "security_groups": [{"name": "vyos_vrouter-sg_5a0c02d7-369a-4b67-9ee9-398060fca1f8"}], "user_id": "d015591e95ca4abfbce006d2e721cd37", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T09:48:03Z", "hostId": "6048be6f1051e78b2a51d7e09fc5ac26a2fa9752ff92431a20df7adc", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "name": "vyos_vrouter-vm_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "created": "2018-08-12T09:47:59Z", "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:48:26,542 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-ea69d16b-51fa-428b-8185-7a889689f85a 2018-08-12 09:48:26,542 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.728231906891s 2018-08-12 09:48:26,543 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-ea69d16b-51fa-428b-8185-7a889689f85a 2018-08-12 09:48:26,547 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:48:28,549 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:48:28,553 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e6a9e716de36ad4f17a6eaac67e7556d9864f542" 2018-08-12 09:48:29,326 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09: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-f66997c5-da43-4aed-adbb-15cd1355a1c6 x-compute-request-id: req-f66997c5-da43-4aed-adbb-15cd1355a1c6 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/75039fe8-e049-4025-abb5-5c5fafbaa947", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/75039fe8-e049-4025-abb5-5c5fafbaa947", "rel": "bookmark"}], "image": {"id": "e9ed0b81-49c6-421f-8428-cfd405d10ec0", "links": [{"href": "http://172.30.9.21:8774/images/e9ed0b81-49c6-421f-8428-cfd405d10ec0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7b060666-5f31-457b-aa22-4f4ccbd5a3a0", "links": [{"href": "http://172.30.9.21:8774/flavors/7b060666-5f31-457b-aa22-4f4ccbd5a3a0", "rel": "bookmark"}]}, "id": "75039fe8-e049-4025-abb5-5c5fafbaa947", "security_groups": [{"name": "vyos_vrouter-sg_5a0c02d7-369a-4b67-9ee9-398060fca1f8"}], "user_id": "d015591e95ca4abfbce006d2e721cd37", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T09:48:03Z", "hostId": "6048be6f1051e78b2a51d7e09fc5ac26a2fa9752ff92431a20df7adc", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "name": "vyos_vrouter-vm_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "created": "2018-08-12T09:47:59Z", "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:48:29,327 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-f66997c5-da43-4aed-adbb-15cd1355a1c6 2018-08-12 09:48:29,327 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.777498960495s 2018-08-12 09:48:29,327 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-f66997c5-da43-4aed-adbb-15cd1355a1c6 2018-08-12 09:48:29,331 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:48:31,334 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:48:31,336 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e6a9e716de36ad4f17a6eaac67e7556d9864f542" 2018-08-12 09:48:31,863 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:48: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-3a707698-b001-4ed1-8681-e45d3f8110ea x-compute-request-id: req-3a707698-b001-4ed1-8681-e45d3f8110ea Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/75039fe8-e049-4025-abb5-5c5fafbaa947", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/75039fe8-e049-4025-abb5-5c5fafbaa947", "rel": "bookmark"}], "image": {"id": "e9ed0b81-49c6-421f-8428-cfd405d10ec0", "links": [{"href": "http://172.30.9.21:8774/images/e9ed0b81-49c6-421f-8428-cfd405d10ec0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7b060666-5f31-457b-aa22-4f4ccbd5a3a0", "links": [{"href": "http://172.30.9.21:8774/flavors/7b060666-5f31-457b-aa22-4f4ccbd5a3a0", "rel": "bookmark"}]}, "id": "75039fe8-e049-4025-abb5-5c5fafbaa947", "security_groups": [{"name": "vyos_vrouter-sg_5a0c02d7-369a-4b67-9ee9-398060fca1f8"}], "user_id": "d015591e95ca4abfbce006d2e721cd37", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T09:48:03Z", "hostId": "6048be6f1051e78b2a51d7e09fc5ac26a2fa9752ff92431a20df7adc", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "name": "vyos_vrouter-vm_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "created": "2018-08-12T09:47:59Z", "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:48:31,863 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-3a707698-b001-4ed1-8681-e45d3f8110ea 2018-08-12 09:48:31,864 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.529701948166s 2018-08-12 09:48:31,864 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-3a707698-b001-4ed1-8681-e45d3f8110ea 2018-08-12 09:48:31,868 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:48:33,870 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:48:33,873 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e6a9e716de36ad4f17a6eaac67e7556d9864f542" 2018-08-12 09:48:34,575 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:48: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-31a7c9ca-8fea-49a6-b277-8afa509f54c7 x-compute-request-id: req-31a7c9ca-8fea-49a6-b277-8afa509f54c7 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/75039fe8-e049-4025-abb5-5c5fafbaa947", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/75039fe8-e049-4025-abb5-5c5fafbaa947", "rel": "bookmark"}], "image": {"id": "e9ed0b81-49c6-421f-8428-cfd405d10ec0", "links": [{"href": "http://172.30.9.21:8774/images/e9ed0b81-49c6-421f-8428-cfd405d10ec0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7b060666-5f31-457b-aa22-4f4ccbd5a3a0", "links": [{"href": "http://172.30.9.21:8774/flavors/7b060666-5f31-457b-aa22-4f4ccbd5a3a0", "rel": "bookmark"}]}, "id": "75039fe8-e049-4025-abb5-5c5fafbaa947", "security_groups": [{"name": "vyos_vrouter-sg_5a0c02d7-369a-4b67-9ee9-398060fca1f8"}], "user_id": "d015591e95ca4abfbce006d2e721cd37", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T09:48:03Z", "hostId": "6048be6f1051e78b2a51d7e09fc5ac26a2fa9752ff92431a20df7adc", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "name": "vyos_vrouter-vm_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "created": "2018-08-12T09:47:59Z", "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:48:34,575 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-31a7c9ca-8fea-49a6-b277-8afa509f54c7 2018-08-12 09:48:34,576 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.705312013626s 2018-08-12 09:48:34,576 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-31a7c9ca-8fea-49a6-b277-8afa509f54c7 2018-08-12 09:48:34,579 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:48:36,581 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:48:36,584 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e6a9e716de36ad4f17a6eaac67e7556d9864f542" 2018-08-12 09:48:37,598 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09: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-c935ffb0-4f2d-4ed5-be1f-fb3966b048b1 x-compute-request-id: req-c935ffb0-4f2d-4ed5-be1f-fb3966b048b1 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/75039fe8-e049-4025-abb5-5c5fafbaa947", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/75039fe8-e049-4025-abb5-5c5fafbaa947", "rel": "bookmark"}], "image": {"id": "e9ed0b81-49c6-421f-8428-cfd405d10ec0", "links": [{"href": "http://172.30.9.21:8774/images/e9ed0b81-49c6-421f-8428-cfd405d10ec0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7b060666-5f31-457b-aa22-4f4ccbd5a3a0", "links": [{"href": "http://172.30.9.21:8774/flavors/7b060666-5f31-457b-aa22-4f4ccbd5a3a0", "rel": "bookmark"}]}, "id": "75039fe8-e049-4025-abb5-5c5fafbaa947", "security_groups": [{"name": "vyos_vrouter-sg_5a0c02d7-369a-4b67-9ee9-398060fca1f8"}], "user_id": "d015591e95ca4abfbce006d2e721cd37", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T09:48:03Z", "hostId": "6048be6f1051e78b2a51d7e09fc5ac26a2fa9752ff92431a20df7adc", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "name": "vyos_vrouter-vm_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "created": "2018-08-12T09:47:59Z", "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:48:37,598 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-c935ffb0-4f2d-4ed5-be1f-fb3966b048b1 2018-08-12 09:48:37,598 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.01741290092s 2018-08-12 09:48:37,599 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-c935ffb0-4f2d-4ed5-be1f-fb3966b048b1 2018-08-12 09:48:37,603 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:48:39,605 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:48:39,608 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e6a9e716de36ad4f17a6eaac67e7556d9864f542" 2018-08-12 09:48:40,172 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:48: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-8b01a3f9-6d15-4bd6-ad44-95ad5ac0982f x-compute-request-id: req-8b01a3f9-6d15-4bd6-ad44-95ad5ac0982f Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/75039fe8-e049-4025-abb5-5c5fafbaa947", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/75039fe8-e049-4025-abb5-5c5fafbaa947", "rel": "bookmark"}], "image": {"id": "e9ed0b81-49c6-421f-8428-cfd405d10ec0", "links": [{"href": "http://172.30.9.21:8774/images/e9ed0b81-49c6-421f-8428-cfd405d10ec0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7b060666-5f31-457b-aa22-4f4ccbd5a3a0", "links": [{"href": "http://172.30.9.21:8774/flavors/7b060666-5f31-457b-aa22-4f4ccbd5a3a0", "rel": "bookmark"}]}, "id": "75039fe8-e049-4025-abb5-5c5fafbaa947", "security_groups": [{"name": "vyos_vrouter-sg_5a0c02d7-369a-4b67-9ee9-398060fca1f8"}], "user_id": "d015591e95ca4abfbce006d2e721cd37", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T09:48:03Z", "hostId": "6048be6f1051e78b2a51d7e09fc5ac26a2fa9752ff92431a20df7adc", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "name": "vyos_vrouter-vm_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "created": "2018-08-12T09:47:59Z", "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:48:40,172 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-8b01a3f9-6d15-4bd6-ad44-95ad5ac0982f 2018-08-12 09:48:40,172 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.566839933395s 2018-08-12 09:48:40,172 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-8b01a3f9-6d15-4bd6-ad44-95ad5ac0982f 2018-08-12 09:48:40,176 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:48:42,179 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:48:42,182 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e6a9e716de36ad4f17a6eaac67e7556d9864f542" 2018-08-12 09:48:42,918 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09: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,Accept-Encoding x-openstack-request-id: req-ddaac5bc-93ee-4516-8e8d-29969913615f x-compute-request-id: req-ddaac5bc-93ee-4516-8e8d-29969913615f Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/75039fe8-e049-4025-abb5-5c5fafbaa947", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/75039fe8-e049-4025-abb5-5c5fafbaa947", "rel": "bookmark"}], "image": {"id": "e9ed0b81-49c6-421f-8428-cfd405d10ec0", "links": [{"href": "http://172.30.9.21:8774/images/e9ed0b81-49c6-421f-8428-cfd405d10ec0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7b060666-5f31-457b-aa22-4f4ccbd5a3a0", "links": [{"href": "http://172.30.9.21:8774/flavors/7b060666-5f31-457b-aa22-4f4ccbd5a3a0", "rel": "bookmark"}]}, "id": "75039fe8-e049-4025-abb5-5c5fafbaa947", "security_groups": [{"name": "vyos_vrouter-sg_5a0c02d7-369a-4b67-9ee9-398060fca1f8"}], "user_id": "d015591e95ca4abfbce006d2e721cd37", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T09:48:03Z", "hostId": "6048be6f1051e78b2a51d7e09fc5ac26a2fa9752ff92431a20df7adc", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "name": "vyos_vrouter-vm_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "created": "2018-08-12T09:47:59Z", "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:48:42,918 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-ddaac5bc-93ee-4516-8e8d-29969913615f 2018-08-12 09:48:42,919 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.739566802979s 2018-08-12 09:48:42,919 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-ddaac5bc-93ee-4516-8e8d-29969913615f 2018-08-12 09:48:42,923 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:48:44,925 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:48:44,928 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e6a9e716de36ad4f17a6eaac67e7556d9864f542" 2018-08-12 09:48:45,813 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:48: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-0c2a25c5-b852-44f2-8015-fc0def90c192 x-compute-request-id: req-0c2a25c5-b852-44f2-8015-fc0def90c192 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/75039fe8-e049-4025-abb5-5c5fafbaa947", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/75039fe8-e049-4025-abb5-5c5fafbaa947", "rel": "bookmark"}], "image": {"id": "e9ed0b81-49c6-421f-8428-cfd405d10ec0", "links": [{"href": "http://172.30.9.21:8774/images/e9ed0b81-49c6-421f-8428-cfd405d10ec0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7b060666-5f31-457b-aa22-4f4ccbd5a3a0", "links": [{"href": "http://172.30.9.21:8774/flavors/7b060666-5f31-457b-aa22-4f4ccbd5a3a0", "rel": "bookmark"}]}, "id": "75039fe8-e049-4025-abb5-5c5fafbaa947", "security_groups": [{"name": "vyos_vrouter-sg_5a0c02d7-369a-4b67-9ee9-398060fca1f8"}], "user_id": "d015591e95ca4abfbce006d2e721cd37", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T09:48:03Z", "hostId": "6048be6f1051e78b2a51d7e09fc5ac26a2fa9752ff92431a20df7adc", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "name": "vyos_vrouter-vm_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "created": "2018-08-12T09:47:59Z", "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:48:45,813 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-0c2a25c5-b852-44f2-8015-fc0def90c192 2018-08-12 09:48:45,813 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.887537002563s 2018-08-12 09:48:45,813 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-0c2a25c5-b852-44f2-8015-fc0def90c192 2018-08-12 09:48:45,817 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:48:47,819 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:48:47,822 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e6a9e716de36ad4f17a6eaac67e7556d9864f542" 2018-08-12 09:48:48,177 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:48: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-3215c6e1-6aeb-43c1-89f6-a1fdaa4811e6 x-compute-request-id: req-3215c6e1-6aeb-43c1-89f6-a1fdaa4811e6 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/75039fe8-e049-4025-abb5-5c5fafbaa947", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/75039fe8-e049-4025-abb5-5c5fafbaa947", "rel": "bookmark"}], "image": {"id": "e9ed0b81-49c6-421f-8428-cfd405d10ec0", "links": [{"href": "http://172.30.9.21:8774/images/e9ed0b81-49c6-421f-8428-cfd405d10ec0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7b060666-5f31-457b-aa22-4f4ccbd5a3a0", "links": [{"href": "http://172.30.9.21:8774/flavors/7b060666-5f31-457b-aa22-4f4ccbd5a3a0", "rel": "bookmark"}]}, "id": "75039fe8-e049-4025-abb5-5c5fafbaa947", "security_groups": [{"name": "vyos_vrouter-sg_5a0c02d7-369a-4b67-9ee9-398060fca1f8"}], "user_id": "d015591e95ca4abfbce006d2e721cd37", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T09:48:03Z", "hostId": "6048be6f1051e78b2a51d7e09fc5ac26a2fa9752ff92431a20df7adc", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "name": "vyos_vrouter-vm_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "created": "2018-08-12T09:47:59Z", "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:48:48,177 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-3215c6e1-6aeb-43c1-89f6-a1fdaa4811e6 2018-08-12 09:48:48,178 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.358259916306s 2018-08-12 09:48:48,178 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-3215c6e1-6aeb-43c1-89f6-a1fdaa4811e6 2018-08-12 09:48:48,182 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:48:50,185 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:48:50,189 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e6a9e716de36ad4f17a6eaac67e7556d9864f542" 2018-08-12 09:48:50,742 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:48: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-90fb97e5-80a9-430b-ab67-f3788e28d49f x-compute-request-id: req-90fb97e5-80a9-430b-ab67-f3788e28d49f Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/75039fe8-e049-4025-abb5-5c5fafbaa947", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/75039fe8-e049-4025-abb5-5c5fafbaa947", "rel": "bookmark"}], "image": {"id": "e9ed0b81-49c6-421f-8428-cfd405d10ec0", "links": [{"href": "http://172.30.9.21:8774/images/e9ed0b81-49c6-421f-8428-cfd405d10ec0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7b060666-5f31-457b-aa22-4f4ccbd5a3a0", "links": [{"href": "http://172.30.9.21:8774/flavors/7b060666-5f31-457b-aa22-4f4ccbd5a3a0", "rel": "bookmark"}]}, "id": "75039fe8-e049-4025-abb5-5c5fafbaa947", "security_groups": [{"name": "vyos_vrouter-sg_5a0c02d7-369a-4b67-9ee9-398060fca1f8"}], "user_id": "d015591e95ca4abfbce006d2e721cd37", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T09:48:03Z", "hostId": "6048be6f1051e78b2a51d7e09fc5ac26a2fa9752ff92431a20df7adc", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "name": "vyos_vrouter-vm_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "created": "2018-08-12T09:47:59Z", "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:48:50,742 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-90fb97e5-80a9-430b-ab67-f3788e28d49f 2018-08-12 09:48:50,742 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.557266950607s 2018-08-12 09:48:50,743 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-90fb97e5-80a9-430b-ab67-f3788e28d49f 2018-08-12 09:48:50,746 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:48:52,749 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:48:52,751 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e6a9e716de36ad4f17a6eaac67e7556d9864f542" 2018-08-12 09:48:53,300 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:48: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-8a0fe9f4-d71f-4f14-80fc-d5fc9080cca3 x-compute-request-id: req-8a0fe9f4-d71f-4f14-80fc-d5fc9080cca3 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/75039fe8-e049-4025-abb5-5c5fafbaa947", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/75039fe8-e049-4025-abb5-5c5fafbaa947", "rel": "bookmark"}], "image": {"id": "e9ed0b81-49c6-421f-8428-cfd405d10ec0", "links": [{"href": "http://172.30.9.21:8774/images/e9ed0b81-49c6-421f-8428-cfd405d10ec0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7b060666-5f31-457b-aa22-4f4ccbd5a3a0", "links": [{"href": "http://172.30.9.21:8774/flavors/7b060666-5f31-457b-aa22-4f4ccbd5a3a0", "rel": "bookmark"}]}, "id": "75039fe8-e049-4025-abb5-5c5fafbaa947", "security_groups": [{"name": "vyos_vrouter-sg_5a0c02d7-369a-4b67-9ee9-398060fca1f8"}], "user_id": "d015591e95ca4abfbce006d2e721cd37", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T09:48:03Z", "hostId": "6048be6f1051e78b2a51d7e09fc5ac26a2fa9752ff92431a20df7adc", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "name": "vyos_vrouter-vm_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "created": "2018-08-12T09:47:59Z", "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:48:53,301 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-8a0fe9f4-d71f-4f14-80fc-d5fc9080cca3 2018-08-12 09:48:53,301 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.551758050919s 2018-08-12 09:48:53,301 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-8a0fe9f4-d71f-4f14-80fc-d5fc9080cca3 2018-08-12 09:48:53,305 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:48:55,307 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:48:55,310 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e6a9e716de36ad4f17a6eaac67e7556d9864f542" 2018-08-12 09:48:55,865 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:48: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-15512c9d-cdbd-4085-a28d-65fd816f555c x-compute-request-id: req-15512c9d-cdbd-4085-a28d-65fd816f555c Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/75039fe8-e049-4025-abb5-5c5fafbaa947", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/75039fe8-e049-4025-abb5-5c5fafbaa947", "rel": "bookmark"}], "image": {"id": "e9ed0b81-49c6-421f-8428-cfd405d10ec0", "links": [{"href": "http://172.30.9.21:8774/images/e9ed0b81-49c6-421f-8428-cfd405d10ec0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7b060666-5f31-457b-aa22-4f4ccbd5a3a0", "links": [{"href": "http://172.30.9.21:8774/flavors/7b060666-5f31-457b-aa22-4f4ccbd5a3a0", "rel": "bookmark"}]}, "id": "75039fe8-e049-4025-abb5-5c5fafbaa947", "security_groups": [{"name": "vyos_vrouter-sg_5a0c02d7-369a-4b67-9ee9-398060fca1f8"}], "user_id": "d015591e95ca4abfbce006d2e721cd37", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T09:48:03Z", "hostId": "6048be6f1051e78b2a51d7e09fc5ac26a2fa9752ff92431a20df7adc", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "name": "vyos_vrouter-vm_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "created": "2018-08-12T09:47:59Z", "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:48:55,865 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-15512c9d-cdbd-4085-a28d-65fd816f555c 2018-08-12 09:48:55,865 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.557899951935s 2018-08-12 09:48:55,866 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-15512c9d-cdbd-4085-a28d-65fd816f555c 2018-08-12 09:48:55,870 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:48:57,872 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:48:57,875 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e6a9e716de36ad4f17a6eaac67e7556d9864f542" 2018-08-12 09:48:58,265 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:48: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-fedfaa9f-8d6a-4561-a50d-9874539ce6f1 x-compute-request-id: req-fedfaa9f-8d6a-4561-a50d-9874539ce6f1 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/75039fe8-e049-4025-abb5-5c5fafbaa947", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/75039fe8-e049-4025-abb5-5c5fafbaa947", "rel": "bookmark"}], "image": {"id": "e9ed0b81-49c6-421f-8428-cfd405d10ec0", "links": [{"href": "http://172.30.9.21:8774/images/e9ed0b81-49c6-421f-8428-cfd405d10ec0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7b060666-5f31-457b-aa22-4f4ccbd5a3a0", "links": [{"href": "http://172.30.9.21:8774/flavors/7b060666-5f31-457b-aa22-4f4ccbd5a3a0", "rel": "bookmark"}]}, "id": "75039fe8-e049-4025-abb5-5c5fafbaa947", "security_groups": [{"name": "vyos_vrouter-sg_5a0c02d7-369a-4b67-9ee9-398060fca1f8"}], "user_id": "d015591e95ca4abfbce006d2e721cd37", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T09:48:03Z", "hostId": "6048be6f1051e78b2a51d7e09fc5ac26a2fa9752ff92431a20df7adc", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "name": "vyos_vrouter-vm_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "created": "2018-08-12T09:47:59Z", "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:48:58,265 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-fedfaa9f-8d6a-4561-a50d-9874539ce6f1 2018-08-12 09:48:58,265 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.392348051071s 2018-08-12 09:48:58,265 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-fedfaa9f-8d6a-4561-a50d-9874539ce6f1 2018-08-12 09:48:58,269 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:49:00,272 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:49:00,275 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e6a9e716de36ad4f17a6eaac67e7556d9864f542" 2018-08-12 09:49:00,851 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09: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-d47f90e2-2b5d-472c-b9b7-94b47054f45f x-compute-request-id: req-d47f90e2-2b5d-472c-b9b7-94b47054f45f Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/75039fe8-e049-4025-abb5-5c5fafbaa947", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/75039fe8-e049-4025-abb5-5c5fafbaa947", "rel": "bookmark"}], "image": {"id": "e9ed0b81-49c6-421f-8428-cfd405d10ec0", "links": [{"href": "http://172.30.9.21:8774/images/e9ed0b81-49c6-421f-8428-cfd405d10ec0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7b060666-5f31-457b-aa22-4f4ccbd5a3a0", "links": [{"href": "http://172.30.9.21:8774/flavors/7b060666-5f31-457b-aa22-4f4ccbd5a3a0", "rel": "bookmark"}]}, "id": "75039fe8-e049-4025-abb5-5c5fafbaa947", "security_groups": [{"name": "vyos_vrouter-sg_5a0c02d7-369a-4b67-9ee9-398060fca1f8"}], "user_id": "d015591e95ca4abfbce006d2e721cd37", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T09:48:03Z", "hostId": "6048be6f1051e78b2a51d7e09fc5ac26a2fa9752ff92431a20df7adc", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "name": "vyos_vrouter-vm_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "created": "2018-08-12T09:47:59Z", "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:49:00,851 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-d47f90e2-2b5d-472c-b9b7-94b47054f45f 2018-08-12 09:49:00,851 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.578938961029s 2018-08-12 09:49:00,851 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-d47f90e2-2b5d-472c-b9b7-94b47054f45f 2018-08-12 09:49:00,855 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:49:02,858 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:49:02,861 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e6a9e716de36ad4f17a6eaac67e7556d9864f542" 2018-08-12 09:49:03,570 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09: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-5136a280-af90-447e-b0d6-5ec703d66127 x-compute-request-id: req-5136a280-af90-447e-b0d6-5ec703d66127 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/75039fe8-e049-4025-abb5-5c5fafbaa947", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/75039fe8-e049-4025-abb5-5c5fafbaa947", "rel": "bookmark"}], "image": {"id": "e9ed0b81-49c6-421f-8428-cfd405d10ec0", "links": [{"href": "http://172.30.9.21:8774/images/e9ed0b81-49c6-421f-8428-cfd405d10ec0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7b060666-5f31-457b-aa22-4f4ccbd5a3a0", "links": [{"href": "http://172.30.9.21:8774/flavors/7b060666-5f31-457b-aa22-4f4ccbd5a3a0", "rel": "bookmark"}]}, "id": "75039fe8-e049-4025-abb5-5c5fafbaa947", "security_groups": [{"name": "vyos_vrouter-sg_5a0c02d7-369a-4b67-9ee9-398060fca1f8"}], "user_id": "d015591e95ca4abfbce006d2e721cd37", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T09:48:03Z", "hostId": "6048be6f1051e78b2a51d7e09fc5ac26a2fa9752ff92431a20df7adc", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "name": "vyos_vrouter-vm_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "created": "2018-08-12T09:47:59Z", "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:49:03,571 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-5136a280-af90-447e-b0d6-5ec703d66127 2018-08-12 09:49:03,571 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.712876081467s 2018-08-12 09:49:03,571 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-5136a280-af90-447e-b0d6-5ec703d66127 2018-08-12 09:49:03,574 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:49:05,577 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:49:05,580 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e6a9e716de36ad4f17a6eaac67e7556d9864f542" 2018-08-12 09:49:06,133 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09: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-3f06be60-eef1-4099-97a1-6907e419c3a8 x-compute-request-id: req-3f06be60-eef1-4099-97a1-6907e419c3a8 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/75039fe8-e049-4025-abb5-5c5fafbaa947", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/75039fe8-e049-4025-abb5-5c5fafbaa947", "rel": "bookmark"}], "image": {"id": "e9ed0b81-49c6-421f-8428-cfd405d10ec0", "links": [{"href": "http://172.30.9.21:8774/images/e9ed0b81-49c6-421f-8428-cfd405d10ec0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7b060666-5f31-457b-aa22-4f4ccbd5a3a0", "links": [{"href": "http://172.30.9.21:8774/flavors/7b060666-5f31-457b-aa22-4f4ccbd5a3a0", "rel": "bookmark"}]}, "id": "75039fe8-e049-4025-abb5-5c5fafbaa947", "security_groups": [{"name": "vyos_vrouter-sg_5a0c02d7-369a-4b67-9ee9-398060fca1f8"}], "user_id": "d015591e95ca4abfbce006d2e721cd37", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T09:48:03Z", "hostId": "6048be6f1051e78b2a51d7e09fc5ac26a2fa9752ff92431a20df7adc", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "name": "vyos_vrouter-vm_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "created": "2018-08-12T09:47:59Z", "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:49:06,133 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-3f06be60-eef1-4099-97a1-6907e419c3a8 2018-08-12 09:49:06,134 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.556430101395s 2018-08-12 09:49:06,134 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-3f06be60-eef1-4099-97a1-6907e419c3a8 2018-08-12 09:49:06,138 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:49:08,140 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:49:08,143 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e6a9e716de36ad4f17a6eaac67e7556d9864f542" 2018-08-12 09:49:08,671 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:49: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-91cb231e-298c-4028-8343-322e263a96af x-compute-request-id: req-91cb231e-298c-4028-8343-322e263a96af Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/75039fe8-e049-4025-abb5-5c5fafbaa947", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/75039fe8-e049-4025-abb5-5c5fafbaa947", "rel": "bookmark"}], "image": {"id": "e9ed0b81-49c6-421f-8428-cfd405d10ec0", "links": [{"href": "http://172.30.9.21:8774/images/e9ed0b81-49c6-421f-8428-cfd405d10ec0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7b060666-5f31-457b-aa22-4f4ccbd5a3a0", "links": [{"href": "http://172.30.9.21:8774/flavors/7b060666-5f31-457b-aa22-4f4ccbd5a3a0", "rel": "bookmark"}]}, "id": "75039fe8-e049-4025-abb5-5c5fafbaa947", "security_groups": [{"name": "vyos_vrouter-sg_5a0c02d7-369a-4b67-9ee9-398060fca1f8"}], "user_id": "d015591e95ca4abfbce006d2e721cd37", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T09:48:03Z", "hostId": "6048be6f1051e78b2a51d7e09fc5ac26a2fa9752ff92431a20df7adc", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "name": "vyos_vrouter-vm_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "created": "2018-08-12T09:47:59Z", "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:49:08,671 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-91cb231e-298c-4028-8343-322e263a96af 2018-08-12 09:49:08,671 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.531054019928s 2018-08-12 09:49:08,672 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-91cb231e-298c-4028-8343-322e263a96af 2018-08-12 09:49:08,675 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:49:10,678 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:49:10,681 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e6a9e716de36ad4f17a6eaac67e7556d9864f542" 2018-08-12 09:49:11,222 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:49: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-2edc4477-e51a-4fa7-938d-cda24ef27570 x-compute-request-id: req-2edc4477-e51a-4fa7-938d-cda24ef27570 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/75039fe8-e049-4025-abb5-5c5fafbaa947", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/75039fe8-e049-4025-abb5-5c5fafbaa947", "rel": "bookmark"}], "image": {"id": "e9ed0b81-49c6-421f-8428-cfd405d10ec0", "links": [{"href": "http://172.30.9.21:8774/images/e9ed0b81-49c6-421f-8428-cfd405d10ec0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7b060666-5f31-457b-aa22-4f4ccbd5a3a0", "links": [{"href": "http://172.30.9.21:8774/flavors/7b060666-5f31-457b-aa22-4f4ccbd5a3a0", "rel": "bookmark"}]}, "id": "75039fe8-e049-4025-abb5-5c5fafbaa947", "security_groups": [{"name": "vyos_vrouter-sg_5a0c02d7-369a-4b67-9ee9-398060fca1f8"}], "user_id": "d015591e95ca4abfbce006d2e721cd37", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T09:48:03Z", "hostId": "6048be6f1051e78b2a51d7e09fc5ac26a2fa9752ff92431a20df7adc", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "name": "vyos_vrouter-vm_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "created": "2018-08-12T09:47:59Z", "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:49:11,222 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-2edc4477-e51a-4fa7-938d-cda24ef27570 2018-08-12 09:49:11,223 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.54438996315s 2018-08-12 09:49:11,223 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-2edc4477-e51a-4fa7-938d-cda24ef27570 2018-08-12 09:49:11,227 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:49:13,229 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:49:13,232 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e6a9e716de36ad4f17a6eaac67e7556d9864f542" 2018-08-12 09:49:13,962 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:49: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-c8cdcb76-dad1-40ea-923c-b44a35a6caa7 x-compute-request-id: req-c8cdcb76-dad1-40ea-923c-b44a35a6caa7 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/75039fe8-e049-4025-abb5-5c5fafbaa947", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/75039fe8-e049-4025-abb5-5c5fafbaa947", "rel": "bookmark"}], "image": {"id": "e9ed0b81-49c6-421f-8428-cfd405d10ec0", "links": [{"href": "http://172.30.9.21:8774/images/e9ed0b81-49c6-421f-8428-cfd405d10ec0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7b060666-5f31-457b-aa22-4f4ccbd5a3a0", "links": [{"href": "http://172.30.9.21:8774/flavors/7b060666-5f31-457b-aa22-4f4ccbd5a3a0", "rel": "bookmark"}]}, "id": "75039fe8-e049-4025-abb5-5c5fafbaa947", "security_groups": [{"name": "vyos_vrouter-sg_5a0c02d7-369a-4b67-9ee9-398060fca1f8"}], "user_id": "d015591e95ca4abfbce006d2e721cd37", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T09:48:03Z", "hostId": "6048be6f1051e78b2a51d7e09fc5ac26a2fa9752ff92431a20df7adc", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "name": "vyos_vrouter-vm_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "created": "2018-08-12T09:47:59Z", "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:49:13,962 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-c8cdcb76-dad1-40ea-923c-b44a35a6caa7 2018-08-12 09:49:13,962 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.732599973679s 2018-08-12 09:49:13,963 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-c8cdcb76-dad1-40ea-923c-b44a35a6caa7 2018-08-12 09:49:13,966 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:49:15,969 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:49:15,972 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e6a9e716de36ad4f17a6eaac67e7556d9864f542" 2018-08-12 09:49:16,440 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:49: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-f197e63c-0be7-4bba-98a4-05e6c7528523 x-compute-request-id: req-f197e63c-0be7-4bba-98a4-05e6c7528523 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/75039fe8-e049-4025-abb5-5c5fafbaa947", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/75039fe8-e049-4025-abb5-5c5fafbaa947", "rel": "bookmark"}], "image": {"id": "e9ed0b81-49c6-421f-8428-cfd405d10ec0", "links": [{"href": "http://172.30.9.21:8774/images/e9ed0b81-49c6-421f-8428-cfd405d10ec0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7b060666-5f31-457b-aa22-4f4ccbd5a3a0", "links": [{"href": "http://172.30.9.21:8774/flavors/7b060666-5f31-457b-aa22-4f4ccbd5a3a0", "rel": "bookmark"}]}, "id": "75039fe8-e049-4025-abb5-5c5fafbaa947", "security_groups": [{"name": "vyos_vrouter-sg_5a0c02d7-369a-4b67-9ee9-398060fca1f8"}], "user_id": "d015591e95ca4abfbce006d2e721cd37", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T09:48:03Z", "hostId": "6048be6f1051e78b2a51d7e09fc5ac26a2fa9752ff92431a20df7adc", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "name": "vyos_vrouter-vm_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "created": "2018-08-12T09:47:59Z", "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:49:16,440 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-f197e63c-0be7-4bba-98a4-05e6c7528523 2018-08-12 09:49:16,440 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.471077919006s 2018-08-12 09:49:16,440 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-f197e63c-0be7-4bba-98a4-05e6c7528523 2018-08-12 09:49:16,444 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:49:18,446 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:49:18,449 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e6a9e716de36ad4f17a6eaac67e7556d9864f542" 2018-08-12 09:49:19,018 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:49: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-820705a6-e75d-4ef4-ba79-4cbfed8b8133 x-compute-request-id: req-820705a6-e75d-4ef4-ba79-4cbfed8b8133 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/75039fe8-e049-4025-abb5-5c5fafbaa947", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/75039fe8-e049-4025-abb5-5c5fafbaa947", "rel": "bookmark"}], "image": {"id": "e9ed0b81-49c6-421f-8428-cfd405d10ec0", "links": [{"href": "http://172.30.9.21:8774/images/e9ed0b81-49c6-421f-8428-cfd405d10ec0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7b060666-5f31-457b-aa22-4f4ccbd5a3a0", "links": [{"href": "http://172.30.9.21:8774/flavors/7b060666-5f31-457b-aa22-4f4ccbd5a3a0", "rel": "bookmark"}]}, "id": "75039fe8-e049-4025-abb5-5c5fafbaa947", "security_groups": [{"name": "vyos_vrouter-sg_5a0c02d7-369a-4b67-9ee9-398060fca1f8"}], "user_id": "d015591e95ca4abfbce006d2e721cd37", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T09:48:03Z", "hostId": "6048be6f1051e78b2a51d7e09fc5ac26a2fa9752ff92431a20df7adc", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "name": "vyos_vrouter-vm_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "created": "2018-08-12T09:47:59Z", "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:49:19,018 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-820705a6-e75d-4ef4-ba79-4cbfed8b8133 2018-08-12 09:49:19,019 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.572395801544s 2018-08-12 09:49:19,019 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-820705a6-e75d-4ef4-ba79-4cbfed8b8133 2018-08-12 09:49:19,023 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:49:21,024 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:49:21,027 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e6a9e716de36ad4f17a6eaac67e7556d9864f542" 2018-08-12 09:49:21,554 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:49: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-60a5af17-2cb3-4fd6-af07-852ea3004467 x-compute-request-id: req-60a5af17-2cb3-4fd6-af07-852ea3004467 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/75039fe8-e049-4025-abb5-5c5fafbaa947", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/75039fe8-e049-4025-abb5-5c5fafbaa947", "rel": "bookmark"}], "image": {"id": "e9ed0b81-49c6-421f-8428-cfd405d10ec0", "links": [{"href": "http://172.30.9.21:8774/images/e9ed0b81-49c6-421f-8428-cfd405d10ec0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7b060666-5f31-457b-aa22-4f4ccbd5a3a0", "links": [{"href": "http://172.30.9.21:8774/flavors/7b060666-5f31-457b-aa22-4f4ccbd5a3a0", "rel": "bookmark"}]}, "id": "75039fe8-e049-4025-abb5-5c5fafbaa947", "security_groups": [{"name": "vyos_vrouter-sg_5a0c02d7-369a-4b67-9ee9-398060fca1f8"}], "user_id": "d015591e95ca4abfbce006d2e721cd37", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T09:48:03Z", "hostId": "6048be6f1051e78b2a51d7e09fc5ac26a2fa9752ff92431a20df7adc", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "name": "vyos_vrouter-vm_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "created": "2018-08-12T09:47:59Z", "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:49:21,554 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-60a5af17-2cb3-4fd6-af07-852ea3004467 2018-08-12 09:49:21,555 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.530228853226s 2018-08-12 09:49:21,555 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-60a5af17-2cb3-4fd6-af07-852ea3004467 2018-08-12 09:49:21,559 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:49:23,562 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:49:23,564 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e6a9e716de36ad4f17a6eaac67e7556d9864f542" 2018-08-12 09:49:24,293 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:49: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-0c387874-1ee8-43c1-9c9f-1648cbbb12f1 x-compute-request-id: req-0c387874-1ee8-43c1-9c9f-1648cbbb12f1 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/75039fe8-e049-4025-abb5-5c5fafbaa947", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/75039fe8-e049-4025-abb5-5c5fafbaa947", "rel": "bookmark"}], "image": {"id": "e9ed0b81-49c6-421f-8428-cfd405d10ec0", "links": [{"href": "http://172.30.9.21:8774/images/e9ed0b81-49c6-421f-8428-cfd405d10ec0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7b060666-5f31-457b-aa22-4f4ccbd5a3a0", "links": [{"href": "http://172.30.9.21:8774/flavors/7b060666-5f31-457b-aa22-4f4ccbd5a3a0", "rel": "bookmark"}]}, "id": "75039fe8-e049-4025-abb5-5c5fafbaa947", "security_groups": [{"name": "vyos_vrouter-sg_5a0c02d7-369a-4b67-9ee9-398060fca1f8"}], "user_id": "d015591e95ca4abfbce006d2e721cd37", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T09:48:03Z", "hostId": "6048be6f1051e78b2a51d7e09fc5ac26a2fa9752ff92431a20df7adc", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "name": "vyos_vrouter-vm_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "created": "2018-08-12T09:47:59Z", "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:49:24,293 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-0c387874-1ee8-43c1-9c9f-1648cbbb12f1 2018-08-12 09:49:24,293 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.731490135193s 2018-08-12 09:49:24,294 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-0c387874-1ee8-43c1-9c9f-1648cbbb12f1 2018-08-12 09:49:24,296 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:49:26,299 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:49:26,302 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e6a9e716de36ad4f17a6eaac67e7556d9864f542" 2018-08-12 09:49:26,845 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:49: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-1f1b29e6-3826-4d2d-8dda-df4f5b44f534 x-compute-request-id: req-1f1b29e6-3826-4d2d-8dda-df4f5b44f534 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/75039fe8-e049-4025-abb5-5c5fafbaa947", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/75039fe8-e049-4025-abb5-5c5fafbaa947", "rel": "bookmark"}], "image": {"id": "e9ed0b81-49c6-421f-8428-cfd405d10ec0", "links": [{"href": "http://172.30.9.21:8774/images/e9ed0b81-49c6-421f-8428-cfd405d10ec0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7b060666-5f31-457b-aa22-4f4ccbd5a3a0", "links": [{"href": "http://172.30.9.21:8774/flavors/7b060666-5f31-457b-aa22-4f4ccbd5a3a0", "rel": "bookmark"}]}, "id": "75039fe8-e049-4025-abb5-5c5fafbaa947", "security_groups": [{"name": "vyos_vrouter-sg_5a0c02d7-369a-4b67-9ee9-398060fca1f8"}], "user_id": "d015591e95ca4abfbce006d2e721cd37", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T09:48:03Z", "hostId": "6048be6f1051e78b2a51d7e09fc5ac26a2fa9752ff92431a20df7adc", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "name": "vyos_vrouter-vm_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "created": "2018-08-12T09:47:59Z", "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:49:26,845 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-1f1b29e6-3826-4d2d-8dda-df4f5b44f534 2018-08-12 09:49:26,845 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.546149015427s 2018-08-12 09:49:26,846 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-1f1b29e6-3826-4d2d-8dda-df4f5b44f534 2018-08-12 09:49:26,851 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:49:28,853 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:49:28,857 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e6a9e716de36ad4f17a6eaac67e7556d9864f542" 2018-08-12 09:49:29,211 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:49: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-74b34866-5ce2-4019-8a0e-f16b0b6ad327 x-compute-request-id: req-74b34866-5ce2-4019-8a0e-f16b0b6ad327 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/75039fe8-e049-4025-abb5-5c5fafbaa947", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/75039fe8-e049-4025-abb5-5c5fafbaa947", "rel": "bookmark"}], "image": {"id": "e9ed0b81-49c6-421f-8428-cfd405d10ec0", "links": [{"href": "http://172.30.9.21:8774/images/e9ed0b81-49c6-421f-8428-cfd405d10ec0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7b060666-5f31-457b-aa22-4f4ccbd5a3a0", "links": [{"href": "http://172.30.9.21:8774/flavors/7b060666-5f31-457b-aa22-4f4ccbd5a3a0", "rel": "bookmark"}]}, "id": "75039fe8-e049-4025-abb5-5c5fafbaa947", "security_groups": [{"name": "vyos_vrouter-sg_5a0c02d7-369a-4b67-9ee9-398060fca1f8"}], "user_id": "d015591e95ca4abfbce006d2e721cd37", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T09:48:03Z", "hostId": "6048be6f1051e78b2a51d7e09fc5ac26a2fa9752ff92431a20df7adc", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "name": "vyos_vrouter-vm_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "created": "2018-08-12T09:47:59Z", "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:49:29,211 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-74b34866-5ce2-4019-8a0e-f16b0b6ad327 2018-08-12 09:49:29,212 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.358207941055s 2018-08-12 09:49:29,212 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-74b34866-5ce2-4019-8a0e-f16b0b6ad327 2018-08-12 09:49:29,216 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:49:31,218 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:49:31,221 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e6a9e716de36ad4f17a6eaac67e7556d9864f542" 2018-08-12 09:49:31,611 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:49: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-8348778d-a546-46be-a5b8-10ed51f5a357 x-compute-request-id: req-8348778d-a546-46be-a5b8-10ed51f5a357 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/75039fe8-e049-4025-abb5-5c5fafbaa947", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/75039fe8-e049-4025-abb5-5c5fafbaa947", "rel": "bookmark"}], "image": {"id": "e9ed0b81-49c6-421f-8428-cfd405d10ec0", "links": [{"href": "http://172.30.9.21:8774/images/e9ed0b81-49c6-421f-8428-cfd405d10ec0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7b060666-5f31-457b-aa22-4f4ccbd5a3a0", "links": [{"href": "http://172.30.9.21:8774/flavors/7b060666-5f31-457b-aa22-4f4ccbd5a3a0", "rel": "bookmark"}]}, "id": "75039fe8-e049-4025-abb5-5c5fafbaa947", "security_groups": [{"name": "vyos_vrouter-sg_5a0c02d7-369a-4b67-9ee9-398060fca1f8"}], "user_id": "d015591e95ca4abfbce006d2e721cd37", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T09:48:03Z", "hostId": "6048be6f1051e78b2a51d7e09fc5ac26a2fa9752ff92431a20df7adc", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "name": "vyos_vrouter-vm_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "created": "2018-08-12T09:47:59Z", "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:49:31,611 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-8348778d-a546-46be-a5b8-10ed51f5a357 2018-08-12 09:49:31,611 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.392832040787s 2018-08-12 09:49:31,612 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-8348778d-a546-46be-a5b8-10ed51f5a357 2018-08-12 09:49:31,615 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:49:33,618 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:49:33,621 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e6a9e716de36ad4f17a6eaac67e7556d9864f542" 2018-08-12 09:49:34,020 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:49: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-1843e267-720b-4e8a-86dc-3d94c594c79c x-compute-request-id: req-1843e267-720b-4e8a-86dc-3d94c594c79c Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/75039fe8-e049-4025-abb5-5c5fafbaa947", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/75039fe8-e049-4025-abb5-5c5fafbaa947", "rel": "bookmark"}], "image": {"id": "e9ed0b81-49c6-421f-8428-cfd405d10ec0", "links": [{"href": "http://172.30.9.21:8774/images/e9ed0b81-49c6-421f-8428-cfd405d10ec0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7b060666-5f31-457b-aa22-4f4ccbd5a3a0", "links": [{"href": "http://172.30.9.21:8774/flavors/7b060666-5f31-457b-aa22-4f4ccbd5a3a0", "rel": "bookmark"}]}, "id": "75039fe8-e049-4025-abb5-5c5fafbaa947", "security_groups": [{"name": "vyos_vrouter-sg_5a0c02d7-369a-4b67-9ee9-398060fca1f8"}], "user_id": "d015591e95ca4abfbce006d2e721cd37", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T09:48:03Z", "hostId": "6048be6f1051e78b2a51d7e09fc5ac26a2fa9752ff92431a20df7adc", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "name": "vyos_vrouter-vm_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "created": "2018-08-12T09:47:59Z", "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:49:34,020 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-1843e267-720b-4e8a-86dc-3d94c594c79c 2018-08-12 09:49:34,020 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.402299165726s 2018-08-12 09:49:34,021 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-1843e267-720b-4e8a-86dc-3d94c594c79c 2018-08-12 09:49:34,024 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:49:36,027 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:49:36,030 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e6a9e716de36ad4f17a6eaac67e7556d9864f542" 2018-08-12 09:49:36,650 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:49: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-e57cdbcf-a5cf-4821-aea5-772151f168b0 x-compute-request-id: req-e57cdbcf-a5cf-4821-aea5-772151f168b0 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/75039fe8-e049-4025-abb5-5c5fafbaa947", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/75039fe8-e049-4025-abb5-5c5fafbaa947", "rel": "bookmark"}], "image": {"id": "e9ed0b81-49c6-421f-8428-cfd405d10ec0", "links": [{"href": "http://172.30.9.21:8774/images/e9ed0b81-49c6-421f-8428-cfd405d10ec0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7b060666-5f31-457b-aa22-4f4ccbd5a3a0", "links": [{"href": "http://172.30.9.21:8774/flavors/7b060666-5f31-457b-aa22-4f4ccbd5a3a0", "rel": "bookmark"}]}, "id": "75039fe8-e049-4025-abb5-5c5fafbaa947", "security_groups": [{"name": "vyos_vrouter-sg_5a0c02d7-369a-4b67-9ee9-398060fca1f8"}], "user_id": "d015591e95ca4abfbce006d2e721cd37", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T09:48:03Z", "hostId": "6048be6f1051e78b2a51d7e09fc5ac26a2fa9752ff92431a20df7adc", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "name": "vyos_vrouter-vm_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "created": "2018-08-12T09:47:59Z", "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:49:36,651 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-e57cdbcf-a5cf-4821-aea5-772151f168b0 2018-08-12 09:49:36,651 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.623653888702s 2018-08-12 09:49:36,651 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-e57cdbcf-a5cf-4821-aea5-772151f168b0 2018-08-12 09:49:36,655 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:49:38,658 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:49:38,661 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e6a9e716de36ad4f17a6eaac67e7556d9864f542" 2018-08-12 09:49:39,217 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:49: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-b78b01af-24fd-44d5-adc3-0386d0f7ef76 x-compute-request-id: req-b78b01af-24fd-44d5-adc3-0386d0f7ef76 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/75039fe8-e049-4025-abb5-5c5fafbaa947", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/75039fe8-e049-4025-abb5-5c5fafbaa947", "rel": "bookmark"}], "image": {"id": "e9ed0b81-49c6-421f-8428-cfd405d10ec0", "links": [{"href": "http://172.30.9.21:8774/images/e9ed0b81-49c6-421f-8428-cfd405d10ec0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7b060666-5f31-457b-aa22-4f4ccbd5a3a0", "links": [{"href": "http://172.30.9.21:8774/flavors/7b060666-5f31-457b-aa22-4f4ccbd5a3a0", "rel": "bookmark"}]}, "id": "75039fe8-e049-4025-abb5-5c5fafbaa947", "security_groups": [{"name": "vyos_vrouter-sg_5a0c02d7-369a-4b67-9ee9-398060fca1f8"}], "user_id": "d015591e95ca4abfbce006d2e721cd37", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T09:48:03Z", "hostId": "6048be6f1051e78b2a51d7e09fc5ac26a2fa9752ff92431a20df7adc", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "name": "vyos_vrouter-vm_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "created": "2018-08-12T09:47:59Z", "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:49:39,217 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-b78b01af-24fd-44d5-adc3-0386d0f7ef76 2018-08-12 09:49:39,217 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.559418916702s 2018-08-12 09:49:39,218 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-b78b01af-24fd-44d5-adc3-0386d0f7ef76 2018-08-12 09:49:39,222 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:49:41,224 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:49:41,227 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e6a9e716de36ad4f17a6eaac67e7556d9864f542" 2018-08-12 09:49:42,277 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:49: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-8662b225-82df-4f74-a29a-c60c5aff1a60 x-compute-request-id: req-8662b225-82df-4f74-a29a-c60c5aff1a60 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/75039fe8-e049-4025-abb5-5c5fafbaa947", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/75039fe8-e049-4025-abb5-5c5fafbaa947", "rel": "bookmark"}], "image": {"id": "e9ed0b81-49c6-421f-8428-cfd405d10ec0", "links": [{"href": "http://172.30.9.21:8774/images/e9ed0b81-49c6-421f-8428-cfd405d10ec0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7b060666-5f31-457b-aa22-4f4ccbd5a3a0", "links": [{"href": "http://172.30.9.21:8774/flavors/7b060666-5f31-457b-aa22-4f4ccbd5a3a0", "rel": "bookmark"}]}, "id": "75039fe8-e049-4025-abb5-5c5fafbaa947", "security_groups": [{"name": "vyos_vrouter-sg_5a0c02d7-369a-4b67-9ee9-398060fca1f8"}], "user_id": "d015591e95ca4abfbce006d2e721cd37", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T09:48:03Z", "hostId": "6048be6f1051e78b2a51d7e09fc5ac26a2fa9752ff92431a20df7adc", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "name": "vyos_vrouter-vm_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "created": "2018-08-12T09:47:59Z", "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:49:42,277 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-8662b225-82df-4f74-a29a-c60c5aff1a60 2018-08-12 09:49:42,277 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.05296611786s 2018-08-12 09:49:42,278 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-8662b225-82df-4f74-a29a-c60c5aff1a60 2018-08-12 09:49:42,282 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:49:44,284 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:49:44,287 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e6a9e716de36ad4f17a6eaac67e7556d9864f542" 2018-08-12 09:49:44,835 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:49: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-18f2a77f-ac34-4ec7-b569-4a4a7f1335e4 x-compute-request-id: req-18f2a77f-ac34-4ec7-b569-4a4a7f1335e4 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/75039fe8-e049-4025-abb5-5c5fafbaa947", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/75039fe8-e049-4025-abb5-5c5fafbaa947", "rel": "bookmark"}], "image": {"id": "e9ed0b81-49c6-421f-8428-cfd405d10ec0", "links": [{"href": "http://172.30.9.21:8774/images/e9ed0b81-49c6-421f-8428-cfd405d10ec0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7b060666-5f31-457b-aa22-4f4ccbd5a3a0", "links": [{"href": "http://172.30.9.21:8774/flavors/7b060666-5f31-457b-aa22-4f4ccbd5a3a0", "rel": "bookmark"}]}, "id": "75039fe8-e049-4025-abb5-5c5fafbaa947", "security_groups": [{"name": "vyos_vrouter-sg_5a0c02d7-369a-4b67-9ee9-398060fca1f8"}], "user_id": "d015591e95ca4abfbce006d2e721cd37", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T09:48:03Z", "hostId": "6048be6f1051e78b2a51d7e09fc5ac26a2fa9752ff92431a20df7adc", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "name": "vyos_vrouter-vm_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "created": "2018-08-12T09:47:59Z", "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:49:44,835 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-18f2a77f-ac34-4ec7-b569-4a4a7f1335e4 2018-08-12 09:49:44,836 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.551239013672s 2018-08-12 09:49:44,836 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-18f2a77f-ac34-4ec7-b569-4a4a7f1335e4 2018-08-12 09:49:44,840 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:49:46,842 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:49:46,845 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e6a9e716de36ad4f17a6eaac67e7556d9864f542" 2018-08-12 09:49:48,458 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:49: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-8a66d2af-d86f-4821-984f-e62d6d18c9c6 x-compute-request-id: req-8a66d2af-d86f-4821-984f-e62d6d18c9c6 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/75039fe8-e049-4025-abb5-5c5fafbaa947", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/75039fe8-e049-4025-abb5-5c5fafbaa947", "rel": "bookmark"}], "image": {"id": "e9ed0b81-49c6-421f-8428-cfd405d10ec0", "links": [{"href": "http://172.30.9.21:8774/images/e9ed0b81-49c6-421f-8428-cfd405d10ec0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7b060666-5f31-457b-aa22-4f4ccbd5a3a0", "links": [{"href": "http://172.30.9.21:8774/flavors/7b060666-5f31-457b-aa22-4f4ccbd5a3a0", "rel": "bookmark"}]}, "id": "75039fe8-e049-4025-abb5-5c5fafbaa947", "security_groups": [{"name": "vyos_vrouter-sg_5a0c02d7-369a-4b67-9ee9-398060fca1f8"}], "user_id": "d015591e95ca4abfbce006d2e721cd37", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T09:48:03Z", "hostId": "6048be6f1051e78b2a51d7e09fc5ac26a2fa9752ff92431a20df7adc", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "name": "vyos_vrouter-vm_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "created": "2018-08-12T09:47:59Z", "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:49:48,458 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-8a66d2af-d86f-4821-984f-e62d6d18c9c6 2018-08-12 09:49:48,458 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.61600399017s 2018-08-12 09:49:48,459 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-8a66d2af-d86f-4821-984f-e62d6d18c9c6 2018-08-12 09:49:48,462 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:49:50,465 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:49:50,468 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e6a9e716de36ad4f17a6eaac67e7556d9864f542" 2018-08-12 09:49:51,108 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:49: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-09dd1083-65af-4c1d-ba83-ec84a2f0dbfd x-compute-request-id: req-09dd1083-65af-4c1d-ba83-ec84a2f0dbfd Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/75039fe8-e049-4025-abb5-5c5fafbaa947", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/75039fe8-e049-4025-abb5-5c5fafbaa947", "rel": "bookmark"}], "image": {"id": "e9ed0b81-49c6-421f-8428-cfd405d10ec0", "links": [{"href": "http://172.30.9.21:8774/images/e9ed0b81-49c6-421f-8428-cfd405d10ec0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7b060666-5f31-457b-aa22-4f4ccbd5a3a0", "links": [{"href": "http://172.30.9.21:8774/flavors/7b060666-5f31-457b-aa22-4f4ccbd5a3a0", "rel": "bookmark"}]}, "id": "75039fe8-e049-4025-abb5-5c5fafbaa947", "security_groups": [{"name": "vyos_vrouter-sg_5a0c02d7-369a-4b67-9ee9-398060fca1f8"}], "user_id": "d015591e95ca4abfbce006d2e721cd37", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T09:48:03Z", "hostId": "6048be6f1051e78b2a51d7e09fc5ac26a2fa9752ff92431a20df7adc", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "name": "vyos_vrouter-vm_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "created": "2018-08-12T09:47:59Z", "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:49:51,108 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-09dd1083-65af-4c1d-ba83-ec84a2f0dbfd 2018-08-12 09:49:51,108 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.643229961395s 2018-08-12 09:49:51,109 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-09dd1083-65af-4c1d-ba83-ec84a2f0dbfd 2018-08-12 09:49:51,113 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:49:53,115 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:49:53,118 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e6a9e716de36ad4f17a6eaac67e7556d9864f542" 2018-08-12 09:49:53,641 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:49: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-7ba2187f-c167-403e-a912-b5e19f1051fb x-compute-request-id: req-7ba2187f-c167-403e-a912-b5e19f1051fb Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/75039fe8-e049-4025-abb5-5c5fafbaa947", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/75039fe8-e049-4025-abb5-5c5fafbaa947", "rel": "bookmark"}], "image": {"id": "e9ed0b81-49c6-421f-8428-cfd405d10ec0", "links": [{"href": "http://172.30.9.21:8774/images/e9ed0b81-49c6-421f-8428-cfd405d10ec0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7b060666-5f31-457b-aa22-4f4ccbd5a3a0", "links": [{"href": "http://172.30.9.21:8774/flavors/7b060666-5f31-457b-aa22-4f4ccbd5a3a0", "rel": "bookmark"}]}, "id": "75039fe8-e049-4025-abb5-5c5fafbaa947", "security_groups": [{"name": "vyos_vrouter-sg_5a0c02d7-369a-4b67-9ee9-398060fca1f8"}], "user_id": "d015591e95ca4abfbce006d2e721cd37", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T09:48:03Z", "hostId": "6048be6f1051e78b2a51d7e09fc5ac26a2fa9752ff92431a20df7adc", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "name": "vyos_vrouter-vm_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "created": "2018-08-12T09:47:59Z", "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:49:53,641 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-7ba2187f-c167-403e-a912-b5e19f1051fb 2018-08-12 09:49:53,641 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.525882005692s 2018-08-12 09:49:53,642 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-7ba2187f-c167-403e-a912-b5e19f1051fb 2018-08-12 09:49:53,645 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:49:55,648 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:49:55,651 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e6a9e716de36ad4f17a6eaac67e7556d9864f542" 2018-08-12 09:49:56,356 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:49: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-5b9037b3-b0f4-4fca-a7a7-7a1ba97427ad x-compute-request-id: req-5b9037b3-b0f4-4fca-a7a7-7a1ba97427ad Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/75039fe8-e049-4025-abb5-5c5fafbaa947", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/75039fe8-e049-4025-abb5-5c5fafbaa947", "rel": "bookmark"}], "image": {"id": "e9ed0b81-49c6-421f-8428-cfd405d10ec0", "links": [{"href": "http://172.30.9.21:8774/images/e9ed0b81-49c6-421f-8428-cfd405d10ec0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7b060666-5f31-457b-aa22-4f4ccbd5a3a0", "links": [{"href": "http://172.30.9.21:8774/flavors/7b060666-5f31-457b-aa22-4f4ccbd5a3a0", "rel": "bookmark"}]}, "id": "75039fe8-e049-4025-abb5-5c5fafbaa947", "security_groups": [{"name": "vyos_vrouter-sg_5a0c02d7-369a-4b67-9ee9-398060fca1f8"}], "user_id": "d015591e95ca4abfbce006d2e721cd37", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T09:48:03Z", "hostId": "6048be6f1051e78b2a51d7e09fc5ac26a2fa9752ff92431a20df7adc", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "name": "vyos_vrouter-vm_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "created": "2018-08-12T09:47:59Z", "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:49:56,357 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-5b9037b3-b0f4-4fca-a7a7-7a1ba97427ad 2018-08-12 09:49:56,357 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.708617925644s 2018-08-12 09:49:56,357 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-5b9037b3-b0f4-4fca-a7a7-7a1ba97427ad 2018-08-12 09:49:56,359 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:49:58,359 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:49:58,362 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e6a9e716de36ad4f17a6eaac67e7556d9864f542" 2018-08-12 09:49:58,924 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:49: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-25f0b4e5-3d97-4ceb-8b77-ec6db9a6cd3f x-compute-request-id: req-25f0b4e5-3d97-4ceb-8b77-ec6db9a6cd3f Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/75039fe8-e049-4025-abb5-5c5fafbaa947", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/75039fe8-e049-4025-abb5-5c5fafbaa947", "rel": "bookmark"}], "image": {"id": "e9ed0b81-49c6-421f-8428-cfd405d10ec0", "links": [{"href": "http://172.30.9.21:8774/images/e9ed0b81-49c6-421f-8428-cfd405d10ec0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7b060666-5f31-457b-aa22-4f4ccbd5a3a0", "links": [{"href": "http://172.30.9.21:8774/flavors/7b060666-5f31-457b-aa22-4f4ccbd5a3a0", "rel": "bookmark"}]}, "id": "75039fe8-e049-4025-abb5-5c5fafbaa947", "security_groups": [{"name": "vyos_vrouter-sg_5a0c02d7-369a-4b67-9ee9-398060fca1f8"}], "user_id": "d015591e95ca4abfbce006d2e721cd37", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T09:48:03Z", "hostId": "6048be6f1051e78b2a51d7e09fc5ac26a2fa9752ff92431a20df7adc", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "name": "vyos_vrouter-vm_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "created": "2018-08-12T09:47:59Z", "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:49:58,925 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-25f0b4e5-3d97-4ceb-8b77-ec6db9a6cd3f 2018-08-12 09:49:58,925 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.565195083618s 2018-08-12 09:49:58,925 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-25f0b4e5-3d97-4ceb-8b77-ec6db9a6cd3f 2018-08-12 09:49:58,929 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:50:00,932 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:50:00,935 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e6a9e716de36ad4f17a6eaac67e7556d9864f542" 2018-08-12 09:50:01,499 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:50: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-ae8bd16c-6f6e-4e45-83bb-7ac40eefa838 x-compute-request-id: req-ae8bd16c-6f6e-4e45-83bb-7ac40eefa838 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/75039fe8-e049-4025-abb5-5c5fafbaa947", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/75039fe8-e049-4025-abb5-5c5fafbaa947", "rel": "bookmark"}], "image": {"id": "e9ed0b81-49c6-421f-8428-cfd405d10ec0", "links": [{"href": "http://172.30.9.21:8774/images/e9ed0b81-49c6-421f-8428-cfd405d10ec0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7b060666-5f31-457b-aa22-4f4ccbd5a3a0", "links": [{"href": "http://172.30.9.21:8774/flavors/7b060666-5f31-457b-aa22-4f4ccbd5a3a0", "rel": "bookmark"}]}, "id": "75039fe8-e049-4025-abb5-5c5fafbaa947", "security_groups": [{"name": "vyos_vrouter-sg_5a0c02d7-369a-4b67-9ee9-398060fca1f8"}], "user_id": "d015591e95ca4abfbce006d2e721cd37", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T09:48:03Z", "hostId": "6048be6f1051e78b2a51d7e09fc5ac26a2fa9752ff92431a20df7adc", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "name": "vyos_vrouter-vm_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "created": "2018-08-12T09:47:59Z", "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:50:01,499 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-ae8bd16c-6f6e-4e45-83bb-7ac40eefa838 2018-08-12 09:50:01,499 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.567260026932s 2018-08-12 09:50:01,500 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-ae8bd16c-6f6e-4e45-83bb-7ac40eefa838 2018-08-12 09:50:01,503 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:50:03,505 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:50:03,510 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e6a9e716de36ad4f17a6eaac67e7556d9864f542" 2018-08-12 09:50:03,877 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:50: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-04ad6b8e-7e33-4d28-98f3-29744804fed0 x-compute-request-id: req-04ad6b8e-7e33-4d28-98f3-29744804fed0 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/75039fe8-e049-4025-abb5-5c5fafbaa947", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/75039fe8-e049-4025-abb5-5c5fafbaa947", "rel": "bookmark"}], "image": {"id": "e9ed0b81-49c6-421f-8428-cfd405d10ec0", "links": [{"href": "http://172.30.9.21:8774/images/e9ed0b81-49c6-421f-8428-cfd405d10ec0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7b060666-5f31-457b-aa22-4f4ccbd5a3a0", "links": [{"href": "http://172.30.9.21:8774/flavors/7b060666-5f31-457b-aa22-4f4ccbd5a3a0", "rel": "bookmark"}]}, "id": "75039fe8-e049-4025-abb5-5c5fafbaa947", "security_groups": [{"name": "vyos_vrouter-sg_5a0c02d7-369a-4b67-9ee9-398060fca1f8"}], "user_id": "d015591e95ca4abfbce006d2e721cd37", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T09:48:03Z", "hostId": "6048be6f1051e78b2a51d7e09fc5ac26a2fa9752ff92431a20df7adc", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "name": "vyos_vrouter-vm_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "created": "2018-08-12T09:47:59Z", "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:50:03,878 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-04ad6b8e-7e33-4d28-98f3-29744804fed0 2018-08-12 09:50:03,878 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.372194051743s 2018-08-12 09:50:03,878 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-04ad6b8e-7e33-4d28-98f3-29744804fed0 2018-08-12 09:50:03,882 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:50:05,885 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:50:05,888 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e6a9e716de36ad4f17a6eaac67e7556d9864f542" 2018-08-12 09:50:06,410 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:50: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-0b77798f-185b-4343-b95b-2a7677a7152c x-compute-request-id: req-0b77798f-185b-4343-b95b-2a7677a7152c Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/75039fe8-e049-4025-abb5-5c5fafbaa947", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/75039fe8-e049-4025-abb5-5c5fafbaa947", "rel": "bookmark"}], "image": {"id": "e9ed0b81-49c6-421f-8428-cfd405d10ec0", "links": [{"href": "http://172.30.9.21:8774/images/e9ed0b81-49c6-421f-8428-cfd405d10ec0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7b060666-5f31-457b-aa22-4f4ccbd5a3a0", "links": [{"href": "http://172.30.9.21:8774/flavors/7b060666-5f31-457b-aa22-4f4ccbd5a3a0", "rel": "bookmark"}]}, "id": "75039fe8-e049-4025-abb5-5c5fafbaa947", "security_groups": [{"name": "vyos_vrouter-sg_5a0c02d7-369a-4b67-9ee9-398060fca1f8"}], "user_id": "d015591e95ca4abfbce006d2e721cd37", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T09:48:03Z", "hostId": "6048be6f1051e78b2a51d7e09fc5ac26a2fa9752ff92431a20df7adc", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "name": "vyos_vrouter-vm_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "created": "2018-08-12T09:47:59Z", "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:50:06,411 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-0b77798f-185b-4343-b95b-2a7677a7152c 2018-08-12 09:50:06,411 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.525443077087s 2018-08-12 09:50:06,411 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-0b77798f-185b-4343-b95b-2a7677a7152c 2018-08-12 09:50:06,414 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:50:08,417 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:50:08,420 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e6a9e716de36ad4f17a6eaac67e7556d9864f542" 2018-08-12 09:50:08,966 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:50: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-1b5a3370-91b8-4ea5-849c-a6569fb4e7f7 x-compute-request-id: req-1b5a3370-91b8-4ea5-849c-a6569fb4e7f7 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/75039fe8-e049-4025-abb5-5c5fafbaa947", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/75039fe8-e049-4025-abb5-5c5fafbaa947", "rel": "bookmark"}], "image": {"id": "e9ed0b81-49c6-421f-8428-cfd405d10ec0", "links": [{"href": "http://172.30.9.21:8774/images/e9ed0b81-49c6-421f-8428-cfd405d10ec0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7b060666-5f31-457b-aa22-4f4ccbd5a3a0", "links": [{"href": "http://172.30.9.21:8774/flavors/7b060666-5f31-457b-aa22-4f4ccbd5a3a0", "rel": "bookmark"}]}, "id": "75039fe8-e049-4025-abb5-5c5fafbaa947", "security_groups": [{"name": "vyos_vrouter-sg_5a0c02d7-369a-4b67-9ee9-398060fca1f8"}], "user_id": "d015591e95ca4abfbce006d2e721cd37", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T09:48:03Z", "hostId": "6048be6f1051e78b2a51d7e09fc5ac26a2fa9752ff92431a20df7adc", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "name": "vyos_vrouter-vm_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "created": "2018-08-12T09:47:59Z", "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:50:08,966 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-1b5a3370-91b8-4ea5-849c-a6569fb4e7f7 2018-08-12 09:50:08,966 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.548822879791s 2018-08-12 09:50:08,966 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-1b5a3370-91b8-4ea5-849c-a6569fb4e7f7 2018-08-12 09:50:08,970 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:50:10,973 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:50:10,976 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e6a9e716de36ad4f17a6eaac67e7556d9864f542" 2018-08-12 09:50:11,560 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:50: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-d273cdba-1bdf-4d86-a640-ccd9e483950b x-compute-request-id: req-d273cdba-1bdf-4d86-a640-ccd9e483950b Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/75039fe8-e049-4025-abb5-5c5fafbaa947", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/75039fe8-e049-4025-abb5-5c5fafbaa947", "rel": "bookmark"}], "image": {"id": "e9ed0b81-49c6-421f-8428-cfd405d10ec0", "links": [{"href": "http://172.30.9.21:8774/images/e9ed0b81-49c6-421f-8428-cfd405d10ec0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7b060666-5f31-457b-aa22-4f4ccbd5a3a0", "links": [{"href": "http://172.30.9.21:8774/flavors/7b060666-5f31-457b-aa22-4f4ccbd5a3a0", "rel": "bookmark"}]}, "id": "75039fe8-e049-4025-abb5-5c5fafbaa947", "security_groups": [{"name": "vyos_vrouter-sg_5a0c02d7-369a-4b67-9ee9-398060fca1f8"}], "user_id": "d015591e95ca4abfbce006d2e721cd37", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T09:48:03Z", "hostId": "6048be6f1051e78b2a51d7e09fc5ac26a2fa9752ff92431a20df7adc", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "name": "vyos_vrouter-vm_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "created": "2018-08-12T09:47:59Z", "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:50:11,561 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-d273cdba-1bdf-4d86-a640-ccd9e483950b 2018-08-12 09:50:11,561 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.587776899338s 2018-08-12 09:50:11,561 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-d273cdba-1bdf-4d86-a640-ccd9e483950b 2018-08-12 09:50:11,565 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:50:13,567 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:50:13,570 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e6a9e716de36ad4f17a6eaac67e7556d9864f542" 2018-08-12 09:50:14,403 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:50: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-f321e776-74ca-4064-83b7-cd587226bdbd x-compute-request-id: req-f321e776-74ca-4064-83b7-cd587226bdbd Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/75039fe8-e049-4025-abb5-5c5fafbaa947", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/75039fe8-e049-4025-abb5-5c5fafbaa947", "rel": "bookmark"}], "image": {"id": "e9ed0b81-49c6-421f-8428-cfd405d10ec0", "links": [{"href": "http://172.30.9.21:8774/images/e9ed0b81-49c6-421f-8428-cfd405d10ec0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7b060666-5f31-457b-aa22-4f4ccbd5a3a0", "links": [{"href": "http://172.30.9.21:8774/flavors/7b060666-5f31-457b-aa22-4f4ccbd5a3a0", "rel": "bookmark"}]}, "id": "75039fe8-e049-4025-abb5-5c5fafbaa947", "security_groups": [{"name": "vyos_vrouter-sg_5a0c02d7-369a-4b67-9ee9-398060fca1f8"}], "user_id": "d015591e95ca4abfbce006d2e721cd37", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T09:48:03Z", "hostId": "6048be6f1051e78b2a51d7e09fc5ac26a2fa9752ff92431a20df7adc", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "name": "vyos_vrouter-vm_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "created": "2018-08-12T09:47:59Z", "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:50:14,403 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-f321e776-74ca-4064-83b7-cd587226bdbd 2018-08-12 09:50:14,403 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.836086988449s 2018-08-12 09:50:14,404 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-f321e776-74ca-4064-83b7-cd587226bdbd 2018-08-12 09:50:14,408 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:50:16,410 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:50:16,413 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e6a9e716de36ad4f17a6eaac67e7556d9864f542" 2018-08-12 09:50:16,975 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:50: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-115b728e-4aeb-454d-ba30-04f176aa2ff0 x-compute-request-id: req-115b728e-4aeb-454d-ba30-04f176aa2ff0 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/75039fe8-e049-4025-abb5-5c5fafbaa947", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/75039fe8-e049-4025-abb5-5c5fafbaa947", "rel": "bookmark"}], "image": {"id": "e9ed0b81-49c6-421f-8428-cfd405d10ec0", "links": [{"href": "http://172.30.9.21:8774/images/e9ed0b81-49c6-421f-8428-cfd405d10ec0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7b060666-5f31-457b-aa22-4f4ccbd5a3a0", "links": [{"href": "http://172.30.9.21:8774/flavors/7b060666-5f31-457b-aa22-4f4ccbd5a3a0", "rel": "bookmark"}]}, "id": "75039fe8-e049-4025-abb5-5c5fafbaa947", "security_groups": [{"name": "vyos_vrouter-sg_5a0c02d7-369a-4b67-9ee9-398060fca1f8"}], "user_id": "d015591e95ca4abfbce006d2e721cd37", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T09:48:03Z", "hostId": "6048be6f1051e78b2a51d7e09fc5ac26a2fa9752ff92431a20df7adc", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "name": "vyos_vrouter-vm_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "created": "2018-08-12T09:47:59Z", "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:50:16,975 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-115b728e-4aeb-454d-ba30-04f176aa2ff0 2018-08-12 09:50:16,975 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.564759016037s 2018-08-12 09:50:16,975 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-115b728e-4aeb-454d-ba30-04f176aa2ff0 2018-08-12 09:50:16,979 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:50:18,982 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:50:18,984 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e6a9e716de36ad4f17a6eaac67e7556d9864f542" 2018-08-12 09:50:19,522 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:50: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-fad6c6da-a986-428f-8cfd-fe8d7b79e87b x-compute-request-id: req-fad6c6da-a986-428f-8cfd-fe8d7b79e87b Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/75039fe8-e049-4025-abb5-5c5fafbaa947", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/75039fe8-e049-4025-abb5-5c5fafbaa947", "rel": "bookmark"}], "image": {"id": "e9ed0b81-49c6-421f-8428-cfd405d10ec0", "links": [{"href": "http://172.30.9.21:8774/images/e9ed0b81-49c6-421f-8428-cfd405d10ec0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7b060666-5f31-457b-aa22-4f4ccbd5a3a0", "links": [{"href": "http://172.30.9.21:8774/flavors/7b060666-5f31-457b-aa22-4f4ccbd5a3a0", "rel": "bookmark"}]}, "id": "75039fe8-e049-4025-abb5-5c5fafbaa947", "security_groups": [{"name": "vyos_vrouter-sg_5a0c02d7-369a-4b67-9ee9-398060fca1f8"}], "user_id": "d015591e95ca4abfbce006d2e721cd37", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T09:48:03Z", "hostId": "6048be6f1051e78b2a51d7e09fc5ac26a2fa9752ff92431a20df7adc", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "name": "vyos_vrouter-vm_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "created": "2018-08-12T09:47:59Z", "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:50:19,522 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-fad6c6da-a986-428f-8cfd-fe8d7b79e87b 2018-08-12 09:50:19,522 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.540294885635s 2018-08-12 09:50:19,523 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-fad6c6da-a986-428f-8cfd-fe8d7b79e87b 2018-08-12 09:50:19,526 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:50:21,529 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:50:21,532 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e6a9e716de36ad4f17a6eaac67e7556d9864f542" 2018-08-12 09:50:22,086 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:50: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-36ceb329-8964-487a-a57f-f4c113f3a54b x-compute-request-id: req-36ceb329-8964-487a-a57f-f4c113f3a54b Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/75039fe8-e049-4025-abb5-5c5fafbaa947", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/75039fe8-e049-4025-abb5-5c5fafbaa947", "rel": "bookmark"}], "image": {"id": "e9ed0b81-49c6-421f-8428-cfd405d10ec0", "links": [{"href": "http://172.30.9.21:8774/images/e9ed0b81-49c6-421f-8428-cfd405d10ec0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7b060666-5f31-457b-aa22-4f4ccbd5a3a0", "links": [{"href": "http://172.30.9.21:8774/flavors/7b060666-5f31-457b-aa22-4f4ccbd5a3a0", "rel": "bookmark"}]}, "id": "75039fe8-e049-4025-abb5-5c5fafbaa947", "security_groups": [{"name": "vyos_vrouter-sg_5a0c02d7-369a-4b67-9ee9-398060fca1f8"}], "user_id": "d015591e95ca4abfbce006d2e721cd37", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T09:48:03Z", "hostId": "6048be6f1051e78b2a51d7e09fc5ac26a2fa9752ff92431a20df7adc", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "name": "vyos_vrouter-vm_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "created": "2018-08-12T09:47:59Z", "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:50:22,086 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-36ceb329-8964-487a-a57f-f4c113f3a54b 2018-08-12 09:50:22,086 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.557271003723s 2018-08-12 09:50:22,086 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-36ceb329-8964-487a-a57f-f4c113f3a54b 2018-08-12 09:50:22,090 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:50:24,093 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:50:24,095 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e6a9e716de36ad4f17a6eaac67e7556d9864f542" 2018-08-12 09:50:24,825 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:50: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-0db54968-9625-48a7-9bf8-8516e1f4aed2 x-compute-request-id: req-0db54968-9625-48a7-9bf8-8516e1f4aed2 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/75039fe8-e049-4025-abb5-5c5fafbaa947", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/75039fe8-e049-4025-abb5-5c5fafbaa947", "rel": "bookmark"}], "image": {"id": "e9ed0b81-49c6-421f-8428-cfd405d10ec0", "links": [{"href": "http://172.30.9.21:8774/images/e9ed0b81-49c6-421f-8428-cfd405d10ec0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7b060666-5f31-457b-aa22-4f4ccbd5a3a0", "links": [{"href": "http://172.30.9.21:8774/flavors/7b060666-5f31-457b-aa22-4f4ccbd5a3a0", "rel": "bookmark"}]}, "id": "75039fe8-e049-4025-abb5-5c5fafbaa947", "security_groups": [{"name": "vyos_vrouter-sg_5a0c02d7-369a-4b67-9ee9-398060fca1f8"}], "user_id": "d015591e95ca4abfbce006d2e721cd37", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T09:48:03Z", "hostId": "6048be6f1051e78b2a51d7e09fc5ac26a2fa9752ff92431a20df7adc", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "name": "vyos_vrouter-vm_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "created": "2018-08-12T09:47:59Z", "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:50:24,826 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-0db54968-9625-48a7-9bf8-8516e1f4aed2 2018-08-12 09:50:24,826 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.732892990112s 2018-08-12 09:50:24,826 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-0db54968-9625-48a7-9bf8-8516e1f4aed2 2018-08-12 09:50:24,830 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:50:26,832 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:50:26,835 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e6a9e716de36ad4f17a6eaac67e7556d9864f542" 2018-08-12 09:50:27,422 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:50: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-12a9fc00-70b4-4844-8cf3-b1dd3849bbe6 x-compute-request-id: req-12a9fc00-70b4-4844-8cf3-b1dd3849bbe6 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/75039fe8-e049-4025-abb5-5c5fafbaa947", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/75039fe8-e049-4025-abb5-5c5fafbaa947", "rel": "bookmark"}], "image": {"id": "e9ed0b81-49c6-421f-8428-cfd405d10ec0", "links": [{"href": "http://172.30.9.21:8774/images/e9ed0b81-49c6-421f-8428-cfd405d10ec0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7b060666-5f31-457b-aa22-4f4ccbd5a3a0", "links": [{"href": "http://172.30.9.21:8774/flavors/7b060666-5f31-457b-aa22-4f4ccbd5a3a0", "rel": "bookmark"}]}, "id": "75039fe8-e049-4025-abb5-5c5fafbaa947", "security_groups": [{"name": "vyos_vrouter-sg_5a0c02d7-369a-4b67-9ee9-398060fca1f8"}], "user_id": "d015591e95ca4abfbce006d2e721cd37", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T09:48:03Z", "hostId": "6048be6f1051e78b2a51d7e09fc5ac26a2fa9752ff92431a20df7adc", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "name": "vyos_vrouter-vm_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "created": "2018-08-12T09:47:59Z", "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:50:27,422 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-12a9fc00-70b4-4844-8cf3-b1dd3849bbe6 2018-08-12 09:50:27,422 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.589962005615s 2018-08-12 09:50:27,423 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-12a9fc00-70b4-4844-8cf3-b1dd3849bbe6 2018-08-12 09:50:27,426 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:50:29,429 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:50:29,431 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e6a9e716de36ad4f17a6eaac67e7556d9864f542" 2018-08-12 09:50:30,325 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09: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-42ebe8bc-fc52-448b-aecb-c17f12fb25c5 x-compute-request-id: req-42ebe8bc-fc52-448b-aecb-c17f12fb25c5 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/75039fe8-e049-4025-abb5-5c5fafbaa947", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/75039fe8-e049-4025-abb5-5c5fafbaa947", "rel": "bookmark"}], "image": {"id": "e9ed0b81-49c6-421f-8428-cfd405d10ec0", "links": [{"href": "http://172.30.9.21:8774/images/e9ed0b81-49c6-421f-8428-cfd405d10ec0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7b060666-5f31-457b-aa22-4f4ccbd5a3a0", "links": [{"href": "http://172.30.9.21:8774/flavors/7b060666-5f31-457b-aa22-4f4ccbd5a3a0", "rel": "bookmark"}]}, "id": "75039fe8-e049-4025-abb5-5c5fafbaa947", "security_groups": [{"name": "vyos_vrouter-sg_5a0c02d7-369a-4b67-9ee9-398060fca1f8"}], "user_id": "d015591e95ca4abfbce006d2e721cd37", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T09:48:03Z", "hostId": "6048be6f1051e78b2a51d7e09fc5ac26a2fa9752ff92431a20df7adc", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "name": "vyos_vrouter-vm_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "created": "2018-08-12T09:47:59Z", "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:50:30,325 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-42ebe8bc-fc52-448b-aecb-c17f12fb25c5 2018-08-12 09:50:30,325 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.896329879761s 2018-08-12 09:50:30,325 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-42ebe8bc-fc52-448b-aecb-c17f12fb25c5 2018-08-12 09:50:30,329 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:50:32,332 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:50:32,334 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e6a9e716de36ad4f17a6eaac67e7556d9864f542" 2018-08-12 09:50:33,106 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:50: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-bfda6a90-1679-4431-907a-77ec75948332 x-compute-request-id: req-bfda6a90-1679-4431-907a-77ec75948332 Content-Encoding: gzip Content-Length: 745 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_5a0c02d7-369a-4b67-9ee9-398060fca1f8": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:43:18:9f", "version": 4, "addr": "192.168.120.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/75039fe8-e049-4025-abb5-5c5fafbaa947", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/75039fe8-e049-4025-abb5-5c5fafbaa947", "rel": "bookmark"}], "image": {"id": "e9ed0b81-49c6-421f-8428-cfd405d10ec0", "links": [{"href": "http://172.30.9.21:8774/images/e9ed0b81-49c6-421f-8428-cfd405d10ec0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:50:31.000000", "flavor": {"id": "7b060666-5f31-457b-aa22-4f4ccbd5a3a0", "links": [{"href": "http://172.30.9.21:8774/flavors/7b060666-5f31-457b-aa22-4f4ccbd5a3a0", "rel": "bookmark"}]}, "id": "75039fe8-e049-4025-abb5-5c5fafbaa947", "security_groups": [{"name": "vyos_vrouter-sg_5a0c02d7-369a-4b67-9ee9-398060fca1f8"}], "user_id": "d015591e95ca4abfbce006d2e721cd37", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:50:31Z", "hostId": "6048be6f1051e78b2a51d7e09fc5ac26a2fa9752ff92431a20df7adc", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "name": "vyos_vrouter-vm_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "created": "2018-08-12T09:47:59Z", "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:50:33,106 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-bfda6a90-1679-4431-907a-77ec75948332 2018-08-12 09:50:33,106 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.774425029755s 2018-08-12 09:50:33,107 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-bfda6a90-1679-4431-907a-77ec75948332 2018-08-12 09:50:33,111 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-12 09:50:33,111 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/ports.json?device_id=75039fe8-e049-4025-abb5-5c5fafbaa947" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e6a9e716de36ad4f17a6eaac67e7556d9864f542" 2018-08-12 09:50:33,172 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-25c0d90c-2430-46ed-88b5-ffb0210ab853 Date: Sun, 12 Aug 2018 09:50:33 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"04fbf85f-5691-41a4-a816-699edcfb7681","tenant_id":"3fd3d8889c294c42ab75103d8640df37","created_at":"2018-08-12T09:48:03Z","admin_state_up":true,"updated_at":"2018-08-12T09:50:30Z","binding:vnic_type":"normal","device_id":"75039fe8-e049-4025-abb5-5c5fafbaa947","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:43:18:9f","id":"71c1b455-d970-42f9-ad1a-d44f53f8df7b","port_security_enabled":true,"project_id":"3fd3d8889c294c42ab75103d8640df37","fixed_ips":[{"subnet_id":"f44bb5e9-ab91-46aa-bf6c-d61ae05bad3a","ip_address":"192.168.120.20"}],"extra_dhcp_opts":[],"security_groups":["f6367faf-e11d-4226-b981-9133098ff368"],"name":""}]} 2018-08-12 09:50:33,172 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=75039fe8-e049-4025-abb5-5c5fafbaa947 used request id req-25c0d90c-2430-46ed-88b5-ffb0210ab853 2018-08-12 09:50:33,172 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0616221427917s 2018-08-12 09:50:33,173 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=75039fe8-e049-4025-abb5-5c5fafbaa947 used request id req-25c0d90c-2430-46ed-88b5-ffb0210ab853 2018-08-12 09:50:33,178 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-12 09:50:33,178 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/floatingips.json?port_id=71c1b455-d970-42f9-ad1a-d44f53f8df7b" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e6a9e716de36ad4f17a6eaac67e7556d9864f542" 2018-08-12 09:50:33,206 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-708c19d7-20ad-4bff-887e-d6457852ec5d Date: Sun, 12 Aug 2018 09:50:33 GMT RESP BODY: {"floatingips": []} 2018-08-12 09:50:33,206 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=71c1b455-d970-42f9-ad1a-d44f53f8df7b used request id req-708c19d7-20ad-4bff-887e-d6457852ec5d 2018-08-12 09:50:33,206 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0279951095581s 2018-08-12 09:50:33,206 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=71c1b455-d970-42f9-ad1a-d44f53f8df7b used request id req-708c19d7-20ad-4bff-887e-d6457852ec5d 2018-08-12 09:50:33,207 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vyos_vrouter-net_5a0c02d7-369a-4b67-9ee9-398060fca1f8': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:43:18:9f', u'version': 4, u'addr': u'192.168.120.20', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'e9ed0b81-49c6-421f-8428-cfd405d10ec0'}), 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-12T09:50:31.000000', 'flavor': Munch({u'id': u'7b060666-5f31-457b-aa22-4f4ccbd5a3a0'}), 'az': u'nova', 'id': u'75039fe8-e049-4025-abb5-5c5fafbaa947', 'security_groups': [Munch({u'name': u'vyos_vrouter-sg_5a0c02d7-369a-4b67-9ee9-398060fca1f8'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'd015591e95ca4abfbce006d2e721cd37', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'3fd3d8889c294c42ab75103d8640df37', 'name': 'vyos_vrouter-project_5a0c02d7-369a-4b67-9ee9-398060fca1f8', '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-12T09:50:31.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-12T09:50:31Z', 'hostId': u'6048be6f1051e78b2a51d7e09fc5ac26a2fa9752ff92431a20df7adc', u'OS-SRV-USG:terminated_at': None, 'key_name': u'vyos_vrouter-kp_5a0c02d7-369a-4b67-9ee9-398060fca1f8', 'public_v6': '', 'private_v4': u'192.168.120.20', 'cloud': 'envvars', 'host_id': u'6048be6f1051e78b2a51d7e09fc5ac26a2fa9752ff92431a20df7adc', '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-12T09:50:31.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'3fd3d8889c294c42ab75103d8640df37', 'name': u'vyos_vrouter-vm_5a0c02d7-369a-4b67-9ee9-398060fca1f8', 'adminPass': u'SCkknXey4fYG', 'tenant_id': u'3fd3d8889c294c42ab75103d8640df37', 'created_at': u'2018-08-12T09:47:59Z', 'created': u'2018-08-12T09:47:59Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-12 09:50:33,210 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 09:50:33,210 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e6a9e716de36ad4f17a6eaac67e7556d9864f542" 2018-08-12 09:50:33,326 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-e512d270-cb13-4a0c-a210-72a242c520a5 Date: Sun, 12 Aug 2018 09:50:33 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ec788992-fa73-45cc-a7d9-6d44542124c2"],"updated_at":"2018-08-12T05:35:20Z","tenant_id":"310f5853751a4c968f3eeb0a3d99a0a8","created_at":"2018-08-12T05:04:23Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":7,"admin_state_up":true,"shared":false,"project_id":"310f5853751a4c968f3eeb0a3d99a0a8","id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["f44bb5e9-ab91-46aa-bf6c-d61ae05bad3a"],"updated_at":"2018-08-12T09:46:27Z","tenant_id":"3fd3d8889c294c42ab75103d8640df37","created_at":"2018-08-12T09:46:26Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"3fd3d8889c294c42ab75103d8640df37","id":"04fbf85f-5691-41a4-a816-699edcfb7681","name":"vyos_vrouter-net_5a0c02d7-369a-4b67-9ee9-398060fca1f8"}]} 2018-08-12 09:50:33,326 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-e512d270-cb13-4a0c-a210-72a242c520a5 2018-08-12 09:50:33,327 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.116786956787s 2018-08-12 09:50:33,327 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-e512d270-cb13-4a0c-a210-72a242c520a5 2018-08-12 09:50:33,328 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-12 09:50:33,329 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/ports.json?device_id=75039fe8-e049-4025-abb5-5c5fafbaa947" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e6a9e716de36ad4f17a6eaac67e7556d9864f542" 2018-08-12 09:50:33,388 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-14a39989-c955-4366-b824-5f0c68edb7c9 Date: Sun, 12 Aug 2018 09:50:33 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"04fbf85f-5691-41a4-a816-699edcfb7681","tenant_id":"3fd3d8889c294c42ab75103d8640df37","created_at":"2018-08-12T09:48:03Z","admin_state_up":true,"updated_at":"2018-08-12T09:50:30Z","binding:vnic_type":"normal","device_id":"75039fe8-e049-4025-abb5-5c5fafbaa947","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:43:18:9f","id":"71c1b455-d970-42f9-ad1a-d44f53f8df7b","port_security_enabled":true,"project_id":"3fd3d8889c294c42ab75103d8640df37","fixed_ips":[{"subnet_id":"f44bb5e9-ab91-46aa-bf6c-d61ae05bad3a","ip_address":"192.168.120.20"}],"extra_dhcp_opts":[],"security_groups":["f6367faf-e11d-4226-b981-9133098ff368"],"name":""}]} 2018-08-12 09:50:33,388 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=75039fe8-e049-4025-abb5-5c5fafbaa947 used request id req-14a39989-c955-4366-b824-5f0c68edb7c9 2018-08-12 09:50:33,388 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.059396982193s 2018-08-12 09:50:33,388 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=75039fe8-e049-4025-abb5-5c5fafbaa947 used request id req-14a39989-c955-4366-b824-5f0c68edb7c9 2018-08-12 09:50:33,389 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-12 09:50:33,390 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}e6a9e716de36ad4f17a6eaac67e7556d9864f542" -d '{"floatingip": {"floating_network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "fixed_ip_address": "192.168.120.20", "port_id": "71c1b455-d970-42f9-ad1a-d44f53f8df7b"}}' 2018-08-12 09:50:35,057 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-2f5bb17d-80be-4b03-aef3-3b6c052c4a9f Date: Sun, 12 Aug 2018 09:50:35 GMT RESP BODY: {"floatingip": {"router_id": "ce979022-4bc1-4b38-9952-cc3d247cf54c", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-12T09:50:34Z", "floating_network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "fixed_ip_address": "192.168.120.20", "floating_ip_address": "172.30.9.207", "revision_number": 0, "port_id": "71c1b455-d970-42f9-ad1a-d44f53f8df7b", "id": "00fc8b7a-5197-473c-ac44-94a74a63df2a", "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "created_at": "2018-08-12T09:50:34Z", "project_id": "3fd3d8889c294c42ab75103d8640df37"}} 2018-08-12 09:50:35,057 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-2f5bb17d-80be-4b03-aef3-3b6c052c4a9f 2018-08-12 09:50:35,057 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.66786813736s 2018-08-12 09:50:35,057 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-2f5bb17d-80be-4b03-aef3-3b6c052c4a9f 2018-08-12 09:50:35,065 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-12 09:50:35,066 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}e6a9e716de36ad4f17a6eaac67e7556d9864f542" 2018-08-12 09:50:35,261 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 557 X-Openstack-Request-Id: req-4331141b-550a-401c-828e-87b84817d279 Date: Sun, 12 Aug 2018 09:50:35 GMT RESP BODY: {"floatingips": [{"router_id": "ce979022-4bc1-4b38-9952-cc3d247cf54c", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-12T09:50:34Z", "floating_network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "fixed_ip_address": "192.168.120.20", "floating_ip_address": "172.30.9.207", "revision_number": 0, "port_id": "71c1b455-d970-42f9-ad1a-d44f53f8df7b", "id": "00fc8b7a-5197-473c-ac44-94a74a63df2a", "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "created_at": "2018-08-12T09:50:34Z", "project_id": "3fd3d8889c294c42ab75103d8640df37"}]} 2018-08-12 09:50:35,261 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-4331141b-550a-401c-828e-87b84817d279 2018-08-12 09:50:35,262 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.196316003799s 2018-08-12 09:50:35,262 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-4331141b-550a-401c-828e-87b84817d279 2018-08-12 09:50:35,266 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'ce979022-4bc1-4b38-9952-cc3d247cf54c', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'3fd3d8889c294c42ab75103d8640df37', 'created_at': u'2018-08-12T09:50:34Z', 'attached': True, 'updated_at': u'2018-08-12T09:50:34Z', 'id': u'00fc8b7a-5197-473c-ac44-94a74a63df2a', 'floating_network_id': u'03886690-4630-4c4c-9ccb-7eedaa9b1fd3', 'fixed_ip_address': u'192.168.120.20', 'floating_ip_address': u'172.30.9.207', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'3fd3d8889c294c42ab75103d8640df37', 'name': 'vyos_vrouter-project_5a0c02d7-369a-4b67-9ee9-398060fca1f8', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'ce979022-4bc1-4b38-9952-cc3d247cf54c', 'project_id': u'3fd3d8889c294c42ab75103d8640df37', 'port_id': u'71c1b455-d970-42f9-ad1a-d44f53f8df7b', 'port': u'71c1b455-d970-42f9-ad1a-d44f53f8df7b', 'network': u'03886690-4630-4c4c-9ccb-7eedaa9b1fd3'}) 2018-08-12 09:50:35,267 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-12 09:50:35,271 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/75039fe8-e049-4025-abb5-5c5fafbaa947/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}e6a9e716de36ad4f17a6eaac67e7556d9864f542" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 09:50:35,351 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:50: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-1320bc53-f3e4-4575-a81b-482090137b2a x-compute-request-id: req-1320bc53-f3e4-4575-a81b-482090137b2a Content-Encoding: gzip Content-Length: 8845 Content-Type: application/json RESP BODY: {"output": "[H[J[1;1H[?25l[m[H[J[1;1H[20;7H[mUse the ^ and v keys to change the selection. \n Press 'e' to edit the selected item, or 'c' for a command prompt. [4;80H [7m[4;1H CentOS Linux (3.10.0-514.16.1.el7.x86_64) 7 (Core) [m[4;79H[m[m[5;1H CentOS Linux (3.10.0-327.28.3.el7.x86_64) 7 (Core) [m[5;79H[m[m[6;1H CentOS Linux (0-rescue-56d65f493d8f854534fe792ecf014b83) 7 (Core) [m[6;79H[m[m[7;1H [m[7;79H[m[m[8;1H [m[8;79H[m[m[9;1H [m[9;79H[m[m[10;1H [m[10;79H[m[m[11;1H [m[11;79H[m[m[12;1H [m[12;79H[m[m[13;1H [m[13;79H[m[m[14;1H [m[14;79H[m[m[15;1H [m[15;79H[m[m[16;1H [m[16;79H[m[m[17;1H [m[17;79H[m[m[18;1H [m[18;79H[m[18;80H [4;79H[22;1H The selected entry will be started automatically in 1s. [4;79H[22;1H The selected entry will be started automatically in 0s. [4;79H[?25h[H[J[1;1H[H[J[1;1H[ 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 3.10.0-514.16.1.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #1 SMP Wed Apr 12 15:04:24 UTC 2017\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8\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-0x00000000bffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x00000000bffdc000-0x00000000bfffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable\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 = 0x140000 max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] e820: last_pfn = 0xbffdc max_arch_pfn = 0x400000000\n[ 0.000000] found SMP MP-table at [mem 0x000f6390-0x000f639f] mapped at [ffff8800000f6390]\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff]\n[ 0.000000] ACPI: RSDP 00000000000f6340 00014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 00000000bffe1351 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 00000000bffe11dd 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 00000000bffdfdc0 0141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 00000000bffdfd80 00040\n[ 0.000000] ACPI: APIC 00000000bffe12d1 00080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000013fffffff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x13fffffff]\n[ 0.000000] NODE_DATA [mem 0x13ffd7000-0x13fffdfff]\n[ 0.000000] Reserving 161MB of memory at 656MB for crashkernel (System RAM: 4095MB)\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 1:3ff87001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 2334041707 cycles\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal [mem 0x100000000-0x13fffffff]\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0xbffdbfff]\n[ 0.000000] node 0: [mem 0x100000000-0x13fffffff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\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 2 CPUs, 0 hotplug CPUs\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] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff]\n[ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037\n[ 0.000000] Policy zone: Normal\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form\n[ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2.\n[ 0.000000] NR_IRQS:327936 nr_irqs:440 0\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty0] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 16777216 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.334899] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912)\n[ 0.337123] pid_max: default: 32768 minimum: 301\n[ 0.338326] Security Framework initialized\n[ 0.339444] SELinux: Initializing.\n[ 0.340729] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.345709] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.348711] Mount-cache hash table entries: 4096\n[ 0.350152] Initializing cgroup subsys memory\n[ 0.351322] Initializing cgroup subsys devices\n[ 0.352477] Initializing cgroup subsys freezer\n[ 0.353641] Initializing cgroup subsys net_cls\n[ 0.354810] Initializing cgroup subsys blkio\n[ 0.355940] Initializing cgroup subsys perf_event\n[ 0.357136] Initializing cgroup subsys hugetlb\n[ 0.358299] Initializing cgroup subsys pids\n[ 0.359418] Initializing cgroup subsys net_prio\n[ 0.360667] CPU: Physical Processor ID: 0\n[ 0.362457] mce: CPU supports 10 MCE banks\n[ 0.363594] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.364889] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.366179] tlb_flushall_shift: 6\n[ 0.367370] Freeing SMP alternatives: 28k freed\n[ 0.371187] ACPI: Core revision 20130517\n[ 0.372699] ACPI: All ACPI Tables successfully acquired\n[ 0.374151] ftrace: allocating 25812 entries in 101 pages\n[ 0.395257] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.396803] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.398298] smpboot: Max logical packages: 2\n[ 0.399595] Enabling x2apic\n[ 0.400498] Enabled x2apic\n[ 0.401576] Switched APIC routing to physical x2apic.\n[ 0.403745] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.405237] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.407870] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.415602] KVM setup paravirtual spinlock\n[ 0.417898] smpboot: Booting Node 0, Processors #1 OK\n[ 0.419536] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.441334] Brought up 2 CPUs\n[ 0.441336] KVM setup async PF for cpu 1\n[ 0.441339] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.444521] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.446677] devtmpfs: initialized\n[ 0.449282] EVM: security.selinux\n[ 0.450309] EVM: security.ima\n[ 0.451243] EVM: security.capability\n[ 0.452914] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.454469] pinctrl core: initialized pinctrl subsystem\n[ 0.455887] NET: Registered protocol family 16\n[ 0.457233] ACPI: bus type PCI registered\n[ 0.458363] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.459911] PCI: Using configuration type 1 for base access\n[ 0.464666] ACPI: Added _OSI(Module Device)\n[ 0.465885] ACPI: Added _OSI(Processor Device)\n[ 0.467021] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.468194] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.470555] ACPI: Interpreter enabled\n[ 0.471605] ACPI: (supports S0 S5)\n[ 0.472584] ACPI: Using IOAPIC for interrupt routing\n[ 0.473801] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.477698] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.479113] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.480620] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.482107] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.484847] acpiphp: Slot [3] registered\n[ 0.485913] acpiphp: Slot [4] registered\n[ 0.487008] acpiphp: Slot [5] registered\n[ 0.488075] acpiphp: Slot [6] registered\n[ 0.489144] acpiphp: Slot [7] registered\n[ 0.490215] acpiphp: Slot [8] registered\n[ 0.491293] acpiphp: Slot [9] registered\n[ 0.492366] acpiphp: Slot [10] registered\n[ 0.493454] acpiphp: Slot [11] registered\n[ 0.494540] acpiphp: Slot [12] registered\n[ 0.495638] acpiphp: Slot [13] registered\n[ 0.496733] acpiphp: Slot [14] registered\n[ 0.497825] acpiphp: Slot [15] registered\n[ 0.498920] acpiphp: Slot [16] registered\n[ 0.500015] acpiphp: Slot [17] registered\n[ 0.501115] acpiphp: Slot [18] registered\n[ 0.502205] acpiphp: Slot [19] registered\n[ 0.503293] acpiphp: Slot [20] registered\n[ 0.504382] acpiphp: Slot [21] registered\n[ 0.505466] acpiphp: Slot [22] registered\n[ 0.506560] acpiphp: Slot [23] registered\n[ 0.507652] acpiphp: Slot [24] registered\n[ 0.508750] acpiphp: Slot [25] registered\n[ 0.509846] acpiphp: Slot [26] registered\n[ 0.510950] acpiphp: Slot [27] registered\n[ 0.512045] acpiphp: Slot [28] registered\n[ 0.513133] acpiphp: Slot [29] registered\n[ 0.514223] acpiphp: Slot [30] registered\n[ 0.515322] acpiphp: Slot [31] registered\n[ 0.516394] PCI host bridge to bus 0000:00\n[ 0.517475] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.518763] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.520264] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.521813] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.523792] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.525759] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window]\n[ 0.530111] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.531788] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.533226] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.534771] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.538029] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.539990] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.563493] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.565292] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.567022] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.568757] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.570426] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.572084] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.573715] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.575811] vgaarb: loaded\n[ 0.576684] vgaarb: bridge control possible 0000:00:02.0\n[ 0.578094] SCSI subsystem initialized\n[ 0.579170] ACPI: bus type USB registered\n[ 0.580266] usbcore: registered new interface driver usbfs\n[ 0.581587] usbcore: registered new interface driver hub\n[ 0.582880] usbcore: registered new device driver usb\n[ 0.584304] PCI: Using ACPI for IRQ routing\n[ 0.585712] NetLabel: Initializing\n[ 0.586700] NetLabel: domain hash size = 128\n[ 0.587834] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.589090] NetLabel: unlabeled traffic allowed by default\n[ 0.590515] Switched to clocksource kvm-clock\n[ 0.598823] pnp: PnP ACPI init\n[ 0.599764] ACPI: bus type PNP registered\n[ 0.601172] pnp: PnP ACPI: found 5 devices\n[ 0.602256] ACPI: bus type PNP unregistered\n[ 0.610208] NET: Registered protocol family 2\n[ 0.611635] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.613797] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.615594] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.617133] TCP: reno registered\n[ 0.618086] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.619500] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.621088] NET: Registered protocol family 1\n[ 0.622250] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.623607] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.624939] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.644786] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.664683] Unpacking initramfs...\n[ 1.109566] Freeing initrd memory: 37508k freed\n[ 1.118944] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.120492] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.123250] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.124763] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.126419] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.127849] Initialise system trusted keyring\n[ 1.128999] audit: initializing netlink socket (disabled)\n[ 1.130273] type=2000 audit(1534067434.113:1): initialized\n[ 1.146756] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.148181] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.150356] zpool: loaded\n[ 1.151235] zbud: loaded\n[ 1.152262] VFS: Disk quotas dquot_6.5.2\n[ 1.153356] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.154928] msgmni has been set to 7578\n[ 1.156030] Key type big_key registered\n[ 1.157747] NET: Registered protocol family 38\n[ 1.158959] Key type asymmetric registered\n[ 1.160115] Asymmetric key parser 'x509' registered\n[ 1.161425] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.163555] io scheduler noop registered\n[ 1.164661] io scheduler deadline registered (default)\n[ 1.175698] io scheduler cfq registered\n[ 1.176865] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.178216] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.179842] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.181932] ACPI: Power Button [PWRF]\n[ 1.183102] GHES: HEST is not enabled!\n[ 1.184272] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.208782] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.210474] Non-volatile memory driver v1.3\n[ 1.211650] Linux agpgart interface v0.103\n[ 1.212879] crash memory driver: version 1.1\n[ 1.214077] rdac: device handler registered\n[ 1.215273] hp_sw: device handler registered\n[ 1.216435] emc: device handler registered\n[ 1.217586] alua: device handler registered\n[ 1.218772] libphy: Fixed MDIO Bus: probed\n[ 1.219944] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.221459] ehci-pci: EHCI PCI platform driver\n[ 1.222671] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.224203] ohci-pci: OHCI PCI platform driver\n[ 1.225425] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.245159] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.246542] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.248576] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.249917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.251385] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.252999] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.255103] usb usb1: Product: UHCI Host Controller\n[ 1.256436] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.258151] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.259479] hub 1-0:1.0: USB hub found\n[ 1.260616] hub 1-0:1.0: 2 ports detected\n[ 1.261943] usbcore: registered new interface driver usbserial\n[ 1.263468] usbcore: registered new interface driver usbserial_generic\n[ 1.265134] usbserial: USB Serial support registered for generic\n[ 1.266742] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.269690] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.271075] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.272529] mousedev: PS/2 mouse device common for all mice\n[ 1.274240] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.276855] rtc_cmos 00:00: RTC can wake from S4\n[ 1.278659] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.281024] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.282796] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.285127] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.286776] cpuidle: using governor menu\n[ 1.288077] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.289821] usbcore: registered new interface driver usbhid\n[ 1.291492] usbhid: USB HID core driver\n[ 1.292889] drop_monitor: Initializing network drop monitor service\n[ 1.294789] TCP: cubic registered\n[ 1.295980] Initializing XFRM netlink socket\n[ 1.297450] NET: Registered protocol family 10\n[ 1.299181] NET: Registered protocol family 17\n[ 1.300827] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.302597] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.304009] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.306935] Loading compiled-in X.509 certificates\n[ 1.308449] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.311367] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.314702] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.317602] registered taskstats version 1\n[ 1.320714] Key type trusted registered\n[ 1.323275] Key type encrypted registered\n[ 1.325739] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.327737] rtc_cmos 00:00: setting system clock to 2018-08-12 09:50:34 UTC (1534067434)\n[ 1.331004] Freeing unused kernel memory: 1680k freed\n[ 1.336014] systemd[1]: systemd 219 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID +ELFUTILS +KMOD +IDN)\n[ 1.340017] systemd[1]: Detected virtualization kvm.\n[ 1.341240] systemd[1]: Detected architecture x86-64.\n[ 1.342461] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.345098] systemd[1]: No hostname configured.\n[ 1.346540] systemd[1]: Set hostname to .\n[ 1.348158] systemd[1]: Initializing machine ID from KVM UUID.\n[[32m OK [0m] Reached target Swap.\n[ 1.371244] systemd[1]: Reached target Swap.\n[ 1.372671] systemd[1]: Starting Swap.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.375044] systemd[1]: Created slice Root Slice.\n[ 1.376542] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Created slice System Slice.\n[ 1.379016] systemd[1]: Created slice System Slice.\n[ 1.380543] systemd[1]: Starting System Slice.\n[ 1.382010] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.384581] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.388287] systemd[1]: Listening on udev Kernel Socket.\n[ 1.389910] systemd[1]: Starting udev Kernel Socket.\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.392565] systemd[1]: Reached target Local File Systems.\n[ 1.394238] systemd[1]: Starting Local File Systems.\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.396892] systemd[1]: Listening on udev Control Socket.\n[ 1.398521] systemd[1]: Starting udev Control Socket.\n[[32m OK [0m] Reached target Slices.\n[ 1.401070] systemd[1]: Reached target Slices.\n[ 1.402456] systemd[1]: Starting Slices.\n[[32m OK [0m] Reached target Timers.\n[ 1.404720] systemd[1]: Reached target Timers.\n[ 1.406129] systemd[1]: Starting Timers.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.408506] systemd[1]: Listening on Journal Socket.\n[ 1.410019] systemd[1]: Starting Journal Socket.\n[ 1.411883] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[[32m OK [0m] Reached target Sockets.\n[ 1.415538] systemd[1]: Reached target Sockets.\n[ 1.417019] systemd[1]: Starting Sockets.\n[ 1.418628] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 1.421341] 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[ 1.426020] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[[32m OK [0m] Reached target Paths.\n[ 1.429804] systemd[1]: Reached target Paths.\n[ 1.431230] systemd[1]: Starting Paths.\n[[32m OK [0m] Started Journal Service.\n[ 1.433697] systemd[1]: Started Journal Service.\n[[32m OK [0m] Started Apply Kernel Variables.\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n Starting Create Static Device Nodes in /dev...\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n[[32m OK [0m] Started dracut cmdline hook.\n Starting dracut pre-udev hook...\n[ 1.498456] RPC: Registered named UNIX socket transport module.\n[ 1.500255] RPC: Registered udp transport module.\n[ 1.501779] RPC: Registered tcp transport module.\n[ 1.503302] RPC: Registered tcp NFSv4.1 backchannel transport module.\n[[32m OK [0m] Started dracut pre-udev hook.\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Started udev Kernel Device Manager.\n Starting dracut pre-trigger hook...\n[[32m OK [0m] Started dracut pre-trigger hook.\n Starting udev Coldplug all Devices...\n[ 1.564526] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n Mounting Configuration File System...\n[[32m OK [0m] Mounted Configuration File System.\n[[32m OK [0m] Started udev Coldplug all Devices.\n Starting dracut initqueue hook...\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Basic System.\n[ 1.594827] FDC 0 is a S82078B\n[ 1.620762] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.623716] scsi host0: ata_piix\n[ 1.624999] scsi host1: ata_piix\n[ 1.626231] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.628221] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.667129] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.674406] vda: vda1\n[[32m OK [0m] Found device /dev/disk/by-uuid/f13d84b4-c756-4d89-9d5e-6b534397aa14.\n Starting File System Check on /dev/...4-c756-4d89-9d5e-6b534397aa14...\n[[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14.\n[ 1.717927] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.720043] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.722283] usb 1-1: Product: QEMU USB Tablet\n[ 1.723808] usb 1-1: Manufacturer: QEMU\n[ 1.725222] usb 1-1: SerialNumber: 42\n[ 1.735080] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 1.738381] 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[[32m OK [0m] Started dracut initqueue hook.\n Mounting /sysroot...\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n[ 1.822302] SGI XFS with ACLs, security attributes, no debug enabled\n[ 1.824795] XFS (vda1): Mounting V4 Filesystem\n[ 1.847991] XFS (vda1): Ending clean mount\n[[32m OK [0m] Mounted /sysroot.\n[[32m OK [0m] Reached target Initrd Root File System.\n Starting Reload Configuration from the Real Root...\n[[32m OK [0m] Started Reload Configuration from the Real Root.\n[[32m OK [0m] Reached target Initrd File Systems.\n[[32m OK [0m] Reached target Initrd Default Target.\n Starting dracut pre-pivot and cleanup hook...\n"} 2018-08-12 09:50:35,352 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/75039fe8-e049-4025-abb5-5c5fafbaa947/action used request id req-1320bc53-f3e4-4575-a81b-482090137b2a 2018-08-12 09:50:35,352 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0848951339722s 2018-08-12 09:50:35,353 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/75039fe8-e049-4025-abb5-5c5fafbaa947/action used request id req-1320bc53-f3e4-4575-a81b-482090137b2a 2018-08-12 09:50:35,353 - functest.core.singlevm - DEBUG - vm console: [H[J[1;1H[?25l[m[H[J[1;1H[20;7H[mUse the ^ and v keys to change the selection. Press 'e' to edit the selected item, or 'c' for a command prompt. [4;80H [7m[4;1H CentOS Linux (3.10.0-514.16.1.el7.x86_64) 7 (Core) [m[4;79H[m[m[5;1H CentOS Linux (3.10.0-327.28.3.el7.x86_64) 7 (Core) [m[5;79H[m[m[6;1H CentOS Linux (0-rescue-56d65f493d8f854534fe792ecf014b83) 7 (Core) [m[6;79H[m[m[7;1H [m[7;79H[m[m[8;1H [m[8;79H[m[m[9;1H [m[9;79H[m[m[10;1H [m[10;79H[m[m[11;1H [m[11;79H[m[m[12;1H [m[12;79H[m[m[13;1H [m[13;79H[m[m[14;1H [m[14;79H[m[m[15;1H [m[15;79H[m[m[16;1H [m[16;79H[m[m[17;1H [m[17;79H[m[m[18;1H [m[18;79H[m[18;80H [4;79H[22;1H The selected entry will be started automatically in 1s. [4;79H[22;1H The selected entry will be started automatically in 0s. [4;79H[?25h[H[J[1;1H[H[J[1;1H[ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.10.0-514.16.1.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #1 SMP Wed Apr 12 15:04:24 UTC 2017 [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8 [ 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-0x00000000bffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x00000000bffdc000-0x00000000bfffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x140000 max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] e820: last_pfn = 0xbffdc max_arch_pfn = 0x400000000 [ 0.000000] found SMP MP-table at [mem 0x000f6390-0x000f639f] mapped at [ffff8800000f6390] [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff] [ 0.000000] ACPI: RSDP 00000000000f6340 00014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 00000000bffe1351 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 00000000bffe11dd 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 00000000bffdfdc0 0141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 00000000bffdfd80 00040 [ 0.000000] ACPI: APIC 00000000bffe12d1 00080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000013fffffff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x13fffffff] [ 0.000000] NODE_DATA [mem 0x13ffd7000-0x13fffdfff] [ 0.000000] Reserving 161MB of memory at 656MB for crashkernel (System RAM: 4095MB) [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 1:3ff87001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 2334041707 cycles [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal [mem 0x100000000-0x13fffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0xbffdbfff] [ 0.000000] node 0: [mem 0x100000000-0x13fffffff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 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 2 CPUs, 0 hotplug CPUs [ 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] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff] [ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff] [ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff] [ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037 [ 0.000000] Policy zone: Normal [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100 [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form [ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2. [ 0.000000] NR_IRQS:327936 nr_irqs:440 0 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty0] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 16777216 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.334899] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912) [ 0.337123] pid_max: default: 32768 minimum: 301 [ 0.338326] Security Framework initialized [ 0.339444] SELinux: Initializing. [ 0.340729] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.345709] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.348711] Mount-cache hash table entries: 4096 [ 0.350152] Initializing cgroup subsys memory [ 0.351322] Initializing cgroup subsys devices [ 0.352477] Initializing cgroup subsys freezer [ 0.353641] Initializing cgroup subsys net_cls [ 0.354810] Initializing cgroup subsys blkio [ 0.355940] Initializing cgroup subsys perf_event [ 0.357136] Initializing cgroup subsys hugetlb [ 0.358299] Initializing cgroup subsys pids [ 0.359418] Initializing cgroup subsys net_prio [ 0.360667] CPU: Physical Processor ID: 0 [ 0.362457] mce: CPU supports 10 MCE banks [ 0.363594] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.364889] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.366179] tlb_flushall_shift: 6 [ 0.367370] Freeing SMP alternatives: 28k freed [ 0.371187] ACPI: Core revision 20130517 [ 0.372699] ACPI: All ACPI Tables successfully acquired [ 0.374151] ftrace: allocating 25812 entries in 101 pages [ 0.395257] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.396803] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.398298] smpboot: Max logical packages: 2 [ 0.399595] Enabling x2apic [ 0.400498] Enabled x2apic [ 0.401576] Switched APIC routing to physical x2apic. [ 0.403745] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.405237] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.407870] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.415602] KVM setup paravirtual spinlock [ 0.417898] smpboot: Booting Node 0, Processors #1 OK [ 0.419536] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.441334] Brought up 2 CPUs [ 0.441336] KVM setup async PF for cpu 1 [ 0.441339] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.444521] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.446677] devtmpfs: initialized [ 0.449282] EVM: security.selinux [ 0.450309] EVM: security.ima [ 0.451243] EVM: security.capability [ 0.452914] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.454469] pinctrl core: initialized pinctrl subsystem [ 0.455887] NET: Registered protocol family 16 [ 0.457233] ACPI: bus type PCI registered [ 0.458363] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.459911] PCI: Using configuration type 1 for base access [ 0.464666] ACPI: Added _OSI(Module Device) [ 0.465885] ACPI: Added _OSI(Processor Device) [ 0.467021] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.468194] ACPI: Added _OSI(Processor Aggregator Device) [ 0.470555] ACPI: Interpreter enabled [ 0.471605] ACPI: (supports S0 S5) [ 0.472584] ACPI: Using IOAPIC for interrupt routing [ 0.473801] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.477698] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.479113] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.480620] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.482107] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.484847] acpiphp: Slot [3] registered [ 0.485913] acpiphp: Slot [4] registered [ 0.487008] acpiphp: Slot [5] registered [ 0.488075] acpiphp: Slot [6] registered [ 0.489144] acpiphp: Slot [7] registered [ 0.490215] acpiphp: Slot [8] registered [ 0.491293] acpiphp: Slot [9] registered [ 0.492366] acpiphp: Slot [10] registered [ 0.493454] acpiphp: Slot [11] registered [ 0.494540] acpiphp: Slot [12] registered [ 0.495638] acpiphp: Slot [13] registered [ 0.496733] acpiphp: Slot [14] registered [ 0.497825] acpiphp: Slot [15] registered [ 0.498920] acpiphp: Slot [16] registered [ 0.500015] acpiphp: Slot [17] registered [ 0.501115] acpiphp: Slot [18] registered [ 0.502205] acpiphp: Slot [19] registered [ 0.503293] acpiphp: Slot [20] registered [ 0.504382] acpiphp: Slot [21] registered [ 0.505466] acpiphp: Slot [22] registered [ 0.506560] acpiphp: Slot [23] registered [ 0.507652] acpiphp: Slot [24] registered [ 0.508750] acpiphp: Slot [25] registered [ 0.509846] acpiphp: Slot [26] registered [ 0.510950] acpiphp: Slot [27] registered [ 0.512045] acpiphp: Slot [28] registered [ 0.513133] acpiphp: Slot [29] registered [ 0.514223] acpiphp: Slot [30] registered [ 0.515322] acpiphp: Slot [31] registered [ 0.516394] PCI host bridge to bus 0000:00 [ 0.517475] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.518763] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.520264] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.521813] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.523792] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.525759] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window] [ 0.530111] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.531788] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.533226] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.534771] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.538029] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.539990] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.563493] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.565292] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.567022] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.568757] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.570426] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.572084] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.573715] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.575811] vgaarb: loaded [ 0.576684] vgaarb: bridge control possible 0000:00:02.0 [ 0.578094] SCSI subsystem initialized [ 0.579170] ACPI: bus type USB registered [ 0.580266] usbcore: registered new interface driver usbfs [ 0.581587] usbcore: registered new interface driver hub [ 0.582880] usbcore: registered new device driver usb [ 0.584304] PCI: Using ACPI for IRQ routing [ 0.585712] NetLabel: Initializing [ 0.586700] NetLabel: domain hash size = 128 [ 0.587834] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.589090] NetLabel: unlabeled traffic allowed by default [ 0.590515] Switched to clocksource kvm-clock [ 0.598823] pnp: PnP ACPI init [ 0.599764] ACPI: bus type PNP registered [ 0.601172] pnp: PnP ACPI: found 5 devices [ 0.602256] ACPI: bus type PNP unregistered [ 0.610208] NET: Registered protocol family 2 [ 0.611635] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.613797] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.615594] TCP: Hash tables configured (established 32768 bind 32768) [ 0.617133] TCP: reno registered [ 0.618086] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.619500] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.621088] NET: Registered protocol family 1 [ 0.622250] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.623607] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.624939] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.644786] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.664683] Unpacking initramfs... [ 1.109566] Freeing initrd memory: 37508k freed [ 1.118944] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.120492] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.123250] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.124763] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.126419] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.127849] Initialise system trusted keyring [ 1.128999] audit: initializing netlink socket (disabled) [ 1.130273] type=2000 audit(1534067434.113:1): initialized [ 1.146756] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.148181] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.150356] zpool: loaded [ 1.151235] zbud: loaded [ 1.152262] VFS: Disk quotas dquot_6.5.2 [ 1.153356] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.154928] msgmni has been set to 7578 [ 1.156030] Key type big_key registered [ 1.157747] NET: Registered protocol family 38 [ 1.158959] Key type asymmetric registered [ 1.160115] Asymmetric key parser 'x509' registered [ 1.161425] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.163555] io scheduler noop registered [ 1.164661] io scheduler deadline registered (default) [ 1.175698] io scheduler cfq registered [ 1.176865] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.178216] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.179842] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.181932] ACPI: Power Button [PWRF] [ 1.183102] GHES: HEST is not enabled! [ 1.184272] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.208782] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.210474] Non-volatile memory driver v1.3 [ 1.211650] Linux agpgart interface v0.103 [ 1.212879] crash memory driver: version 1.1 [ 1.214077] rdac: device handler registered [ 1.215273] hp_sw: device handler registered [ 1.216435] emc: device handler registered [ 1.217586] alua: device handler registered [ 1.218772] libphy: Fixed MDIO Bus: probed [ 1.219944] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.221459] ehci-pci: EHCI PCI platform driver [ 1.222671] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.224203] ohci-pci: OHCI PCI platform driver [ 1.225425] uhci_hcd: USB Universal Host Controller Interface driver [ 1.245159] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.246542] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.248576] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.249917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.251385] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.252999] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.255103] usb usb1: Product: UHCI Host Controller [ 1.256436] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.258151] usb usb1: SerialNumber: 0000:00:01.2 [ 1.259479] hub 1-0:1.0: USB hub found [ 1.260616] hub 1-0:1.0: 2 ports detected [ 1.261943] usbcore: registered new interface driver usbserial [ 1.263468] usbcore: registered new interface driver usbserial_generic [ 1.265134] usbserial: USB Serial support registered for generic [ 1.266742] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.269690] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.271075] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.272529] mousedev: PS/2 mouse device common for all mice [ 1.274240] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.276855] rtc_cmos 00:00: RTC can wake from S4 [ 1.278659] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.281024] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.282796] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.285127] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.286776] cpuidle: using governor menu [ 1.288077] hidraw: raw HID events driver (C) Jiri Kosina [ 1.289821] usbcore: registered new interface driver usbhid [ 1.291492] usbhid: USB HID core driver [ 1.292889] drop_monitor: Initializing network drop monitor service [ 1.294789] TCP: cubic registered [ 1.295980] Initializing XFRM netlink socket [ 1.297450] NET: Registered protocol family 10 [ 1.299181] NET: Registered protocol family 17 [ 1.300827] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.302597] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.304009] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.306935] Loading compiled-in X.509 certificates [ 1.308449] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.311367] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.314702] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.317602] registered taskstats version 1 [ 1.320714] Key type trusted registered [ 1.323275] Key type encrypted registered [ 1.325739] IMA: No TPM chip found, activating TPM-bypass! [ 1.327737] rtc_cmos 00:00: setting system clock to 2018-08-12 09:50:34 UTC (1534067434) [ 1.331004] Freeing unused kernel memory: 1680k freed [ 1.336014] systemd[1]: systemd 219 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID +ELFUTILS +KMOD +IDN) [ 1.340017] systemd[1]: Detected virtualization kvm. [ 1.341240] systemd[1]: Detected architecture x86-64. [ 1.342461] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.345098] systemd[1]: No hostname configured. [ 1.346540] systemd[1]: Set hostname to . [ 1.348158] systemd[1]: Initializing machine ID from KVM UUID. [[32m OK [0m] Reached target Swap. [ 1.371244] systemd[1]: Reached target Swap. [ 1.372671] systemd[1]: Starting Swap. [[32m OK [0m] Created slice Root Slice. [ 1.375044] systemd[1]: Created slice Root Slice. [ 1.376542] systemd[1]: Starting Root Slice. [[32m OK [0m] Created slice System Slice. [ 1.379016] systemd[1]: Created slice System Slice. [ 1.380543] systemd[1]: Starting System Slice. [ 1.382010] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.384581] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Listening on udev Kernel Socket. [ 1.388287] systemd[1]: Listening on udev Kernel Socket. [ 1.389910] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Reached target Local File Systems. [ 1.392565] systemd[1]: Reached target Local File Systems. [ 1.394238] systemd[1]: Starting Local File Systems. [[32m OK [0m] Listening on udev Control Socket. [ 1.396892] systemd[1]: Listening on udev Control Socket. [ 1.398521] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Reached target Slices. [ 1.401070] systemd[1]: Reached target Slices. [ 1.402456] systemd[1]: Starting Slices. [[32m OK [0m] Reached target Timers. [ 1.404720] systemd[1]: Reached target Timers. [ 1.406129] systemd[1]: Starting Timers. [[32m OK [0m] Listening on Journal Socket. [ 1.408506] systemd[1]: Listening on Journal Socket. [ 1.410019] systemd[1]: Starting Journal Socket. [ 1.411883] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [[32m OK [0m] Reached target Sockets. [ 1.415538] systemd[1]: Reached target Sockets. [ 1.417019] systemd[1]: Starting Sockets. [ 1.418628] systemd[1]: Starting Journal Service... Starting Journal Service... [ 1.421341] 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... [ 1.426020] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [[32m OK [0m] Reached target Paths. [ 1.429804] systemd[1]: Reached target Paths. [ 1.431230] systemd[1]: Starting Paths. [[32m OK [0m] Started Journal Service. [ 1.433697] systemd[1]: Started Journal Service. [[32m OK [0m] Started Apply Kernel Variables. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. Starting Create Static Device Nodes in /dev... [[32m OK [0m] Started Create Static Device Nodes in /dev. [[32m OK [0m] Started dracut cmdline hook. Starting dracut pre-udev hook... [ 1.498456] RPC: Registered named UNIX socket transport module. [ 1.500255] RPC: Registered udp transport module. [ 1.501779] RPC: Registered tcp transport module. [ 1.503302] RPC: Registered tcp NFSv4.1 backchannel transport module. [[32m OK [0m] Started dracut pre-udev hook. Starting udev Kernel Device Manager... [[32m OK [0m] Started udev Kernel Device Manager. Starting dracut pre-trigger hook... [[32m OK [0m] Started dracut pre-trigger hook. Starting udev Coldplug all Devices... [ 1.564526] usb 1-1: new full-speed USB device number 2 using uhci_hcd Mounting Configuration File System... [[32m OK [0m] Mounted Configuration File System. [[32m OK [0m] Started udev Coldplug all Devices. Starting dracut initqueue hook... [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Basic System. [ 1.594827] FDC 0 is a S82078B [ 1.620762] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.623716] scsi host0: ata_piix [ 1.624999] scsi host1: ata_piix [ 1.626231] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.628221] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.667129] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.674406] vda: vda1 [[32m OK [0m] Found device /dev/disk/by-uuid/f13d84b4-c756-4d89-9d5e-6b534397aa14. Starting File System Check on /dev/...4-c756-4d89-9d5e-6b534397aa14... [[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14. [ 1.717927] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.720043] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.722283] usb 1-1: Product: QEMU USB Tablet [ 1.723808] usb 1-1: Manufacturer: QEMU [ 1.725222] usb 1-1: SerialNumber: 42 [ 1.735080] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 1.738381] 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 [[32m OK [0m] Started dracut initqueue hook. Mounting /sysroot... [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. [ 1.822302] SGI XFS with ACLs, security attributes, no debug enabled [ 1.824795] XFS (vda1): Mounting V4 Filesystem [ 1.847991] XFS (vda1): Ending clean mount [[32m OK [0m] Mounted /sysroot. [[32m OK [0m] Reached target Initrd Root File System. Starting Reload Configuration from the Real Root... [[32m OK [0m] Started Reload Configuration from the Real Root. [[32m OK [0m] Reached target Initrd File Systems. [[32m OK [0m] Reached target Initrd Default Target. Starting dracut pre-pivot and cleanup hook... 2018-08-12 09:50:36,355 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.207: timed out 2018-08-12 09:50:45,365 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-12 09:50:45,368 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/75039fe8-e049-4025-abb5-5c5fafbaa947/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}e6a9e716de36ad4f17a6eaac67e7556d9864f542" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 09:50:45,443 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09: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-7127d702-3c9f-43ff-ac31-1ca0a478e903 x-compute-request-id: req-7127d702-3c9f-43ff-ac31-1ca0a478e903 Content-Encoding: gzip Content-Length: 11742 Content-Type: application/json RESP BODY: {"output": "[H[J[1;1H[?25l[m[H[J[1;1H[20;7H[mUse the ^ and v keys to change the selection. \n Press 'e' to edit the selected item, or 'c' for a command prompt. [4;80H [7m[4;1H CentOS Linux (3.10.0-514.16.1.el7.x86_64) 7 (Core) [m[4;79H[m[m[5;1H CentOS Linux (3.10.0-327.28.3.el7.x86_64) 7 (Core) [m[5;79H[m[m[6;1H CentOS Linux (0-rescue-56d65f493d8f854534fe792ecf014b83) 7 (Core) [m[6;79H[m[m[7;1H [m[7;79H[m[m[8;1H [m[8;79H[m[m[9;1H [m[9;79H[m[m[10;1H [m[10;79H[m[m[11;1H [m[11;79H[m[m[12;1H [m[12;79H[m[m[13;1H [m[13;79H[m[m[14;1H [m[14;79H[m[m[15;1H [m[15;79H[m[m[16;1H [m[16;79H[m[m[17;1H [m[17;79H[m[m[18;1H [m[18;79H[m[18;80H [4;79H[22;1H The selected entry will be started automatically in 1s. [4;79H[22;1H The selected entry will be started automatically in 0s. [4;79H[?25h[H[J[1;1H[H[J[1;1H[ 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 3.10.0-514.16.1.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #1 SMP Wed Apr 12 15:04:24 UTC 2017\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8\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-0x00000000bffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x00000000bffdc000-0x00000000bfffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable\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 = 0x140000 max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] e820: last_pfn = 0xbffdc max_arch_pfn = 0x400000000\n[ 0.000000] found SMP MP-table at [mem 0x000f6390-0x000f639f] mapped at [ffff8800000f6390]\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff]\n[ 0.000000] ACPI: RSDP 00000000000f6340 00014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 00000000bffe1351 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 00000000bffe11dd 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 00000000bffdfdc0 0141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 00000000bffdfd80 00040\n[ 0.000000] ACPI: APIC 00000000bffe12d1 00080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000013fffffff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x13fffffff]\n[ 0.000000] NODE_DATA [mem 0x13ffd7000-0x13fffdfff]\n[ 0.000000] Reserving 161MB of memory at 656MB for crashkernel (System RAM: 4095MB)\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 1:3ff87001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 2334041707 cycles\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal [mem 0x100000000-0x13fffffff]\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0xbffdbfff]\n[ 0.000000] node 0: [mem 0x100000000-0x13fffffff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\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 2 CPUs, 0 hotplug CPUs\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] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff]\n[ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037\n[ 0.000000] Policy zone: Normal\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form\n[ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2.\n[ 0.000000] NR_IRQS:327936 nr_irqs:440 0\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty0] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 16777216 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.334899] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912)\n[ 0.337123] pid_max: default: 32768 minimum: 301\n[ 0.338326] Security Framework initialized\n[ 0.339444] SELinux: Initializing.\n[ 0.340729] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.345709] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.348711] Mount-cache hash table entries: 4096\n[ 0.350152] Initializing cgroup subsys memory\n[ 0.351322] Initializing cgroup subsys devices\n[ 0.352477] Initializing cgroup subsys freezer\n[ 0.353641] Initializing cgroup subsys net_cls\n[ 0.354810] Initializing cgroup subsys blkio\n[ 0.355940] Initializing cgroup subsys perf_event\n[ 0.357136] Initializing cgroup subsys hugetlb\n[ 0.358299] Initializing cgroup subsys pids\n[ 0.359418] Initializing cgroup subsys net_prio\n[ 0.360667] CPU: Physical Processor ID: 0\n[ 0.362457] mce: CPU supports 10 MCE banks\n[ 0.363594] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.364889] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.366179] tlb_flushall_shift: 6\n[ 0.367370] Freeing SMP alternatives: 28k freed\n[ 0.371187] ACPI: Core revision 20130517\n[ 0.372699] ACPI: All ACPI Tables successfully acquired\n[ 0.374151] ftrace: allocating 25812 entries in 101 pages\n[ 0.395257] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.396803] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.398298] smpboot: Max logical packages: 2\n[ 0.399595] Enabling x2apic\n[ 0.400498] Enabled x2apic\n[ 0.401576] Switched APIC routing to physical x2apic.\n[ 0.403745] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.405237] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.407870] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.415602] KVM setup paravirtual spinlock\n[ 0.417898] smpboot: Booting Node 0, Processors #1 OK\n[ 0.419536] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.441334] Brought up 2 CPUs\n[ 0.441336] KVM setup async PF for cpu 1\n[ 0.441339] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.444521] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.446677] devtmpfs: initialized\n[ 0.449282] EVM: security.selinux\n[ 0.450309] EVM: security.ima\n[ 0.451243] EVM: security.capability\n[ 0.452914] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.454469] pinctrl core: initialized pinctrl subsystem\n[ 0.455887] NET: Registered protocol family 16\n[ 0.457233] ACPI: bus type PCI registered\n[ 0.458363] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.459911] PCI: Using configuration type 1 for base access\n[ 0.464666] ACPI: Added _OSI(Module Device)\n[ 0.465885] ACPI: Added _OSI(Processor Device)\n[ 0.467021] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.468194] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.470555] ACPI: Interpreter enabled\n[ 0.471605] ACPI: (supports S0 S5)\n[ 0.472584] ACPI: Using IOAPIC for interrupt routing\n[ 0.473801] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.477698] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.479113] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.480620] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.482107] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.484847] acpiphp: Slot [3] registered\n[ 0.485913] acpiphp: Slot [4] registered\n[ 0.487008] acpiphp: Slot [5] registered\n[ 0.488075] acpiphp: Slot [6] registered\n[ 0.489144] acpiphp: Slot [7] registered\n[ 0.490215] acpiphp: Slot [8] registered\n[ 0.491293] acpiphp: Slot [9] registered\n[ 0.492366] acpiphp: Slot [10] registered\n[ 0.493454] acpiphp: Slot [11] registered\n[ 0.494540] acpiphp: Slot [12] registered\n[ 0.495638] acpiphp: Slot [13] registered\n[ 0.496733] acpiphp: Slot [14] registered\n[ 0.497825] acpiphp: Slot [15] registered\n[ 0.498920] acpiphp: Slot [16] registered\n[ 0.500015] acpiphp: Slot [17] registered\n[ 0.501115] acpiphp: Slot [18] registered\n[ 0.502205] acpiphp: Slot [19] registered\n[ 0.503293] acpiphp: Slot [20] registered\n[ 0.504382] acpiphp: Slot [21] registered\n[ 0.505466] acpiphp: Slot [22] registered\n[ 0.506560] acpiphp: Slot [23] registered\n[ 0.507652] acpiphp: Slot [24] registered\n[ 0.508750] acpiphp: Slot [25] registered\n[ 0.509846] acpiphp: Slot [26] registered\n[ 0.510950] acpiphp: Slot [27] registered\n[ 0.512045] acpiphp: Slot [28] registered\n[ 0.513133] acpiphp: Slot [29] registered\n[ 0.514223] acpiphp: Slot [30] registered\n[ 0.515322] acpiphp: Slot [31] registered\n[ 0.516394] PCI host bridge to bus 0000:00\n[ 0.517475] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.518763] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.520264] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.521813] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.523792] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.525759] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window]\n[ 0.530111] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.531788] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.533226] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.534771] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.538029] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.539990] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.563493] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.565292] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.567022] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.568757] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.570426] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.572084] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.573715] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.575811] vgaarb: loaded\n[ 0.576684] vgaarb: bridge control possible 0000:00:02.0\n[ 0.578094] SCSI subsystem initialized\n[ 0.579170] ACPI: bus type USB registered\n[ 0.580266] usbcore: registered new interface driver usbfs\n[ 0.581587] usbcore: registered new interface driver hub\n[ 0.582880] usbcore: registered new device driver usb\n[ 0.584304] PCI: Using ACPI for IRQ routing\n[ 0.585712] NetLabel: Initializing\n[ 0.586700] NetLabel: domain hash size = 128\n[ 0.587834] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.589090] NetLabel: unlabeled traffic allowed by default\n[ 0.590515] Switched to clocksource kvm-clock\n[ 0.598823] pnp: PnP ACPI init\n[ 0.599764] ACPI: bus type PNP registered\n[ 0.601172] pnp: PnP ACPI: found 5 devices\n[ 0.602256] ACPI: bus type PNP unregistered\n[ 0.610208] NET: Registered protocol family 2\n[ 0.611635] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.613797] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.615594] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.617133] TCP: reno registered\n[ 0.618086] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.619500] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.621088] NET: Registered protocol family 1\n[ 0.622250] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.623607] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.624939] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.644786] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.664683] Unpacking initramfs...\n[ 1.109566] Freeing initrd memory: 37508k freed\n[ 1.118944] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.120492] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.123250] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.124763] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.126419] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.127849] Initialise system trusted keyring\n[ 1.128999] audit: initializing netlink socket (disabled)\n[ 1.130273] type=2000 audit(1534067434.113:1): initialized\n[ 1.146756] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.148181] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.150356] zpool: loaded\n[ 1.151235] zbud: loaded\n[ 1.152262] VFS: Disk quotas dquot_6.5.2\n[ 1.153356] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.154928] msgmni has been set to 7578\n[ 1.156030] Key type big_key registered\n[ 1.157747] NET: Registered protocol family 38\n[ 1.158959] Key type asymmetric registered\n[ 1.160115] Asymmetric key parser 'x509' registered\n[ 1.161425] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.163555] io scheduler noop registered\n[ 1.164661] io scheduler deadline registered (default)\n[ 1.175698] io scheduler cfq registered\n[ 1.176865] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.178216] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.179842] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.181932] ACPI: Power Button [PWRF]\n[ 1.183102] GHES: HEST is not enabled!\n[ 1.184272] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.208782] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.210474] Non-volatile memory driver v1.3\n[ 1.211650] Linux agpgart interface v0.103\n[ 1.212879] crash memory driver: version 1.1\n[ 1.214077] rdac: device handler registered\n[ 1.215273] hp_sw: device handler registered\n[ 1.216435] emc: device handler registered\n[ 1.217586] alua: device handler registered\n[ 1.218772] libphy: Fixed MDIO Bus: probed\n[ 1.219944] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.221459] ehci-pci: EHCI PCI platform driver\n[ 1.222671] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.224203] ohci-pci: OHCI PCI platform driver\n[ 1.225425] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.245159] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.246542] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.248576] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.249917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.251385] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.252999] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.255103] usb usb1: Product: UHCI Host Controller\n[ 1.256436] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.258151] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.259479] hub 1-0:1.0: USB hub found\n[ 1.260616] hub 1-0:1.0: 2 ports detected\n[ 1.261943] usbcore: registered new interface driver usbserial\n[ 1.263468] usbcore: registered new interface driver usbserial_generic\n[ 1.265134] usbserial: USB Serial support registered for generic\n[ 1.266742] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.269690] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.271075] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.272529] mousedev: PS/2 mouse device common for all mice\n[ 1.274240] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.276855] rtc_cmos 00:00: RTC can wake from S4\n[ 1.278659] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.281024] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.282796] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.285127] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.286776] cpuidle: using governor menu\n[ 1.288077] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.289821] usbcore: registered new interface driver usbhid\n[ 1.291492] usbhid: USB HID core driver\n[ 1.292889] drop_monitor: Initializing network drop monitor service\n[ 1.294789] TCP: cubic registered\n[ 1.295980] Initializing XFRM netlink socket\n[ 1.297450] NET: Registered protocol family 10\n[ 1.299181] NET: Registered protocol family 17\n[ 1.300827] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.302597] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.304009] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.306935] Loading compiled-in X.509 certificates\n[ 1.308449] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.311367] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.314702] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.317602] registered taskstats version 1\n[ 1.320714] Key type trusted registered\n[ 1.323275] Key type encrypted registered\n[ 1.325739] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.327737] rtc_cmos 00:00: setting system clock to 2018-08-12 09:50:34 UTC (1534067434)\n[ 1.331004] Freeing unused kernel memory: 1680k freed\n[ 1.336014] systemd[1]: systemd 219 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID +ELFUTILS +KMOD +IDN)\n[ 1.340017] systemd[1]: Detected virtualization kvm.\n[ 1.341240] systemd[1]: Detected architecture x86-64.\n[ 1.342461] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.345098] systemd[1]: No hostname configured.\n[ 1.346540] systemd[1]: Set hostname to .\n[ 1.348158] systemd[1]: Initializing machine ID from KVM UUID.\n[[32m OK [0m] Reached target Swap.\n[ 1.371244] systemd[1]: Reached target Swap.\n[ 1.372671] systemd[1]: Starting Swap.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.375044] systemd[1]: Created slice Root Slice.\n[ 1.376542] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Created slice System Slice.\n[ 1.379016] systemd[1]: Created slice System Slice.\n[ 1.380543] systemd[1]: Starting System Slice.\n[ 1.382010] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.384581] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.388287] systemd[1]: Listening on udev Kernel Socket.\n[ 1.389910] systemd[1]: Starting udev Kernel Socket.\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.392565] systemd[1]: Reached target Local File Systems.\n[ 1.394238] systemd[1]: Starting Local File Systems.\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.396892] systemd[1]: Listening on udev Control Socket.\n[ 1.398521] systemd[1]: Starting udev Control Socket.\n[[32m OK [0m] Reached target Slices.\n[ 1.401070] systemd[1]: Reached target Slices.\n[ 1.402456] systemd[1]: Starting Slices.\n[[32m OK [0m] Reached target Timers.\n[ 1.404720] systemd[1]: Reached target Timers.\n[ 1.406129] systemd[1]: Starting Timers.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.408506] systemd[1]: Listening on Journal Socket.\n[ 1.410019] systemd[1]: Starting Journal Socket.\n[ 1.411883] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[[32m OK [0m] Reached target Sockets.\n[ 1.415538] systemd[1]: Reached target Sockets.\n[ 1.417019] systemd[1]: Starting Sockets.\n[ 1.418628] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 1.421341] 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[ 1.426020] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[[32m OK [0m] Reached target Paths.\n[ 1.429804] systemd[1]: Reached target Paths.\n[ 1.431230] systemd[1]: Starting Paths.\n[[32m OK [0m] Started Journal Service.\n[ 1.433697] systemd[1]: Started Journal Service.\n[[32m OK [0m] Started Apply Kernel Variables.\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n Starting Create Static Device Nodes in /dev...\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n[[32m OK [0m] Started dracut cmdline hook.\n Starting dracut pre-udev hook...\n[ 1.498456] RPC: Registered named UNIX socket transport module.\n[ 1.500255] RPC: Registered udp transport module.\n[ 1.501779] RPC: Registered tcp transport module.\n[ 1.503302] RPC: Registered tcp NFSv4.1 backchannel transport module.\n[[32m OK [0m] Started dracut pre-udev hook.\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Started udev Kernel Device Manager.\n Starting dracut pre-trigger hook...\n[[32m OK [0m] Started dracut pre-trigger hook.\n Starting udev Coldplug all Devices...\n[ 1.564526] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n Mounting Configuration File System...\n[[32m OK [0m] Mounted Configuration File System.\n[[32m OK [0m] Started udev Coldplug all Devices.\n Starting dracut initqueue hook...\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Basic System.\n[ 1.594827] FDC 0 is a S82078B\n[ 1.620762] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.623716] scsi host0: ata_piix\n[ 1.624999] scsi host1: ata_piix\n[ 1.626231] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.628221] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.667129] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.674406] vda: vda1\n[[32m OK [0m] Found device /dev/disk/by-uuid/f13d84b4-c756-4d89-9d5e-6b534397aa14.\n Starting File System Check on /dev/...4-c756-4d89-9d5e-6b534397aa14...\n[[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14.\n[ 1.717927] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.720043] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.722283] usb 1-1: Product: QEMU USB Tablet\n[ 1.723808] usb 1-1: Manufacturer: QEMU\n[ 1.725222] usb 1-1: SerialNumber: 42\n[ 1.735080] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 1.738381] 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[[32m OK [0m] Started dracut initqueue hook.\n Mounting /sysroot...\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n[ 1.822302] SGI XFS with ACLs, security attributes, no debug enabled\n[ 1.824795] XFS (vda1): Mounting V4 Filesystem\n[ 1.847991] XFS (vda1): Ending clean mount\n[[32m OK [0m] Mounted /sysroot.\n[[32m OK [0m] Reached target Initrd Root File System.\n Starting Reload Configuration from the Real Root...\n[[32m OK [0m] Started Reload Configuration from the Real Root.\n[[32m OK [0m] Reached target Initrd File Systems.\n[[32m OK [0m] Reached target Initrd Default Target.\n Starting dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Started dracut pre-pivot and cleanup hook.\n Starting Cleaning Up and Shutting Down Daemons...\n[[32m OK [0m] Stopped target Timers.\n[[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons.\n[[32m OK [0m] Stopped dracut pre-pivot and cleanup hook.\n Stopping dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Stopped target Remote File Systems.\n[[32m OK [0m] Stopped target Remote File Systems (Pre).\n[[32m OK [0m] Stopped dracut initqueue hook.\n Stopping dracut initqueue hook...\n[[32m OK [0m] Stopped target Initrd Default Target.\n[[32m OK [0m] Stopped target Basic System.\n[[32m OK [0m] Stopped target Sockets.\n[[32m OK [0m] Stopped target System Initialization.\n[[32m OK [0m] Stopped Apply Kernel Variables.\n Stopping Apply Kernel Variables...\n[[32m OK [0m] Stopped target Local File Systems.\n[[32m OK [0m] Stopped udev Coldplug all Devices.\n Stopping udev Coldplug all Devices...\n[[32m OK [0m] Stopped dracut pre-trigger hook.\n Stopping dracut pre-trigger hook...\n Stopping udev Kernel Device Manager...\n[[32m OK [0m] Stopped target Swap.\n[[32m OK [0m] Stopped target Paths.\n[[32m OK [0m] Stopped target Slices.\n[[32m OK [0m] Stopped udev Kernel Device Manager.\n[[32m OK [0m] Stopped Create Static Device Nodes in /dev.\n Stopping Create Static Device Nodes in /dev...\n[[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel.\n Stopping Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Stopped dracut pre-udev hook.\n Stopping dracut pre-udev hook...\n[[32m OK [0m] Stopped dracut cmdline hook.\n Stopping dracut cmdline hook...\n[[32m OK [0m] Closed udev Control Socket.\n[[32m OK [0m] Closed udev Kernel Socket.\n Starting Cleanup udevd DB...\n[[32m OK [0m] Started Cleanup udevd DB.\n[[32m OK [0m] Reached target Switch Root.\n Starting Switch Root...\n[ 2.091114] systemd-journald[105]: Received SIGTERM from PID 1 (systemd).\n[ 2.124552] tsc: Refined TSC clocksource calibration: 3491.846 MHz\n[ 2.176016] SELinux: Disabled at runtime.\n[ 2.214559] type=1404 audit(1534067435.386:2): selinux=0 auid=4294967295 ses=4294967295\n[ 2.238684] ip_tables: (C) 2000-2006 Netfilter Core Team\n[ 2.240615] systemd[1]: Inserted module 'ip_tables'\n\nWelcome to [0;31mCentOS Linux 7 (Core)[0m!\n\n[[32m OK [0m] Stopped Switch Root.\n[[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[[32m OK [0m] Stopped Journal Service.\n Starting Journal Service...\n[[32m OK [0m] Listening on Delayed Shutdown Socket.\n[[32m OK [0m] Created slice User and Session Slice.\n[[32m OK [0m] Reached target Swap.\n Mounting Debug File System...\n[[32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[[32m OK [0m] Listening on udev Control Socket.\n[[32m OK [0m] Created slice system-selinux\\x2dpol...grate\\x2dlocal\\x2dchanges.slice.\n Mounting Huge Pages File System...\n[[32m OK [0m] Listening on udev Kernel Socket.\n Mounting POSIX Message Queue File System...\n[[32m OK [0m] Stopped target Switch Root.\n[[32m OK [0m] Stopped target Initrd Root File System.\n[[32m OK [0m] Stopped target Initrd File Systems.\n Mounting NFSD configuration filesystem...\n[[32m OK [0m] Reached target Slices.\n[[32m OK [0m] Stopped File System Check on Root Device.\n Stopping File System Check on Root Device...\n Starting Remount Root and Kernel File Systems...\n[[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[[32m OK [0m] Created slice system-getty.slice.\n Starting Create list of required st... nodes for the current kernel...\n Starting Apply Kernel Variables...\n[[32m OK [0m] Reached target Encrypted Volumes.\n Starting Setup Virtual Console...\n[[32m OK [0m] Mounted Debug File System.\n[[32m OK [0m] Mounted POSIX Message Queue File System.\n[[32m OK [0m] Mounted Huge Pages File System.\n[[32m OK [0m] Started Journal Service.\n[[32m OK [0m] Started Remount Root and Kernel File Systems.\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[[32m OK [0m] Started Apply Kernel Variables.\n Starting Create Static Device Nodes in /dev...\n Starting Load/Save Random Seed...\n Starting Rebuild Hardware Database...\n[ 2.480755] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).\n Starting Configure read-only root support...\n Starting Flush Journal to Persistent Storage...\n[[32m OK [0m] Mounted NFSD configuration filesystem.\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n[[32m OK [0m] Started Load/Save Random Seed.\n[[32m OK [0m] Started Configure read-only root support.\n[[32m OK [0m] Reached target Local File Systems (Pre).\n[[32m OK [0m] Reached target Local File Systems.\n Starting Import network configuration from initramfs...\n Starting Mark the need to relabel after reboot...\n Starting Preprocess NFS configuration...\n Starting Rebuild Journal Catalog...\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Started Mark the need to relabel after reboot.\n[ 2.532534] systemd-journald[382]: Received request to flush runtime journal from PID 1\n[[32m OK [0m] Started Flush Journal to Persistent Storage.\n[[32m OK [0m] Started Rebuild Journal Catalog.\n[[32m OK [0m] Started Preprocess NFS configuration.\n[[32m OK [0m] Started Import network configuration from initramfs.\n Starting Create Volatile Files and Directories...\n[[32m OK [0m] Started Create Volatile Files and Directories.\n Starting Security Auditing Service...\n[[32m OK [0m] Started udev Kernel Device Manager.\n[[32m OK [0m] Started Setup Virtual Console.\n[ 2.599561] type=1305 audit(1534067435.771:3): audit_pid=430 old=0 auid=4294967295 ses=4294967295 res=1\n[[32m OK [0m] Started Security Auditing Service.\n Starting Update UTMP about System Boot/Shutdown...\n[[32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[32m OK [0m] Started Rebuild Hardware Database.\n Starting udev Coldplug all Devices...\n Starting Update is Completed...\n[[32m OK [0m] Started Update is Completed.\n[[32m OK [0m] Started udev Coldplug all Devices.\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Paths.\n[[32m OK [0m] Reached target Timers.\n[[32m OK [0m] Listening on RPCbind Server Activation Socket.[ 2.797756] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0\n\n[[32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[32m OK [0m] Reached target Sockets.\n[[32m OK [0m] Reached target Basic System.\n[ 2.804573] [drm] Initialized drm 1.1.0 20060810\n Starting LSB: Bring up/down networking...\n Starting Authorization Manager...\n[[32m OK [0m] Started D-Bus System Message Bus.\n[ 2.812884] input: PC Speaker as /devices/platform/pcspkr/input/input5\n[ 2.836343] [TTM] Zone kernel: Available graphics memory: 1940960 kiB\n[ 2.837945] [TTM] Initializing pool allocator\n[ 2.840104] [TTM] Initializing DMA pool allocator\n[ 2.841674] [drm] fb mappable at 0xFC000000\n[ 2.842811] [drm] vram aper at 0xFC000000\n[ 2.842811] [drm] size 33554432\n[ 2.842811] [drm] fb depth is 24\n[ 2.842812] [drm] pitch is 3072\n[ 2.874064] fbcon: cirrusdrmfb (fb0) is primary device\n[ 2.878220] ppdev: user-space parallel port driver\n[ 2.892939] Console: switching to colour frame buffer device 128x48\n[ 2.904723] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device\n Starting D-Bus System Message Bus...\n Starting NTP client/server...\n[[32m OK [0m] Started irqbalance daemon.\n Starting irqbalance daemon...\n Starting Initial cloud-init job (pre-networking)...[ 2.912546] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0\n\n Starting GSSAPI Proxy Daemon...\n Starting Dump dmesg to /var/log/dmesg...\n Starting Login Service...\n[[32m OK [0m] Found device /dev/ttyS0.\n[[32m OK [0m] Started Login Service.\n[ 2.955815] AES CTR mode by8 optimization enabled\n[ 2.961379] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)\n[ 2.979308] alg: No test for crc32 (crc32-pclmul)\n[[32m OK [0m] Started NTP client/server.\n[[32m OK [0m] Started Dump dmesg to /var/log/dmesg.\n[ 2.997214] intel_rapl: no valid rapl domains found in package 0\n[ 3.000596] intel_powerclamp: No package C-state available\n[ 3.006263] intel_powerclamp: No package C-state available[[32m OK [0m] Started Authorization Manager.\n[[32m OK [0m] Started GSSAPI Proxy Daemon.\n[[32m OK [0m] Reached target NFS client services.\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n Starting Permit User Sessions...\n[[32m OK [0m] Started Permit User Sessions.\n[[32m OK [0m] Started Command Scheduler.\n Starting Command Scheduler...\n[[32m OK [0m] Started Getty on tty1.\n Starting Getty on tty1...\n[[32m OK [0m] Started Serial Getty on ttyS0.\n Starting Serial Getty on ttyS0...\n[[32m OK [0m] Reached target Login Prompts.\n[ 3.128152] cloud-init[527]: Cloud-init v. 0.7.5 running 'init-local' at Sun, 12 Aug 2018 09:50:36 +0000. Up 3.09 seconds.\n[[32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[32m OK [0m] Started LSB: Bring up/down networking.\n[[32m OK [0m] Reached target Network.\n Starting Dynamic System Tuning Daemon...\n Starting Postfix Mail Transport Agent...\n Starting PostgreSQL 9.5 database server...\n Starting Initial cloud-init job (metadata service crawler)...\n Starting nginx - high performance web server...\n Starting System Logging Service...\n[[32m OK [0m] Reached target Network is Online.\n Starting RabbitMQ Service...\n[[32m OK [0m] Started InfluxDB Service.\n Starting InfluxDB Service...\n[[32m OK [0m] Started Cloudify Stage Service.\n Starting Cloudify Stage Service...\n Starting LSB: Supports the direct execution of binary formats....\n[[32m OK [0m] Started Cloudify REST Service.\n Starting Cloudify REST Service...\n Starting Crash recovery kernel arming...\n Starting LSB: Starts Logstash as a daemon....\n Starting Notify NFS peers of a restart...\n Starting OpenSSH server daemon...\n[[32m OK [0m] Started LSB: Starts Logstash as a daemon..\n Mounting Arbitrary Executable File Formats File System...\n[[32m OK [0m] Started nginx - high performance web server.\n[[32m OK [0m] Started Notify NFS peers of a restart.\n[[32m OK [0m] Mounted Arbitrary Executable File Formats File System.\n[[32m OK [0m] Started OpenSSH server daemon.\n[[32m OK [0m] Created slice user-993.slice.\n[[32m OK [0m] Started LSB: Supports the direct execution of binary formats..\n[[32m OK [0m] Started Dynamic System Tuning Daemon.\n[ 5.498832] cloud-init[794]: Cloud-init v. 0.7.5 running 'init' at Sun, 12 Aug 2018 09:50:39 +0000. Up 5.42 seconds.\n[ 5.534194] cloud-init[794]: ci-info: +++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++\n[ 5.536176] cloud-init[794]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 5.538018] cloud-init[794]: ci-info: | Device | Up | Address | Mask | Hw-Address |\n[ 5.540610] cloud-init[794]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 5.542595] cloud-init[794]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . |\n[ 5.544595] cloud-init[794]: ci-info: | eth0: | True | 192.168.120.20 | 255.255.255.0 | fa:16:3e:43:18:9f |\n[ 5.546475] cloud-init[794]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 5.548304] cloud-init[794]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\n[ 5.550285] cloud-init[794]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 5.552305] cloud-init[794]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 5.554275] cloud-init[794]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 5.556462] cloud-init[794]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG |\n[ 5.569593] cloud-init[794]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | eth0 | UGH |\n[ 5.576288] cloud-init[794]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\n[ 5.585880] cloud-init[794]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[[32m OK [0m] Started Postfix Mail Transport Agent.\n[[32m OK [0m] Started PostgreSQL 9.5 database server.\n\nCentOS Linux 7 (Core)\nKernel 3.10.0-514.16.1.el7.x86_64 on an x86_64\n\ncloudify login: "} 2018-08-12 09:50:45,444 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/75039fe8-e049-4025-abb5-5c5fafbaa947/action used request id req-7127d702-3c9f-43ff-ac31-1ca0a478e903 2018-08-12 09:50:45,444 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0791459083557s 2018-08-12 09:50:45,446 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/75039fe8-e049-4025-abb5-5c5fafbaa947/action used request id req-7127d702-3c9f-43ff-ac31-1ca0a478e903 2018-08-12 09:50:45,446 - functest.core.singlevm - DEBUG - vm console: [H[J[1;1H[?25l[m[H[J[1;1H[20;7H[mUse the ^ and v keys to change the selection. Press 'e' to edit the selected item, or 'c' for a command prompt. [4;80H [7m[4;1H CentOS Linux (3.10.0-514.16.1.el7.x86_64) 7 (Core) [m[4;79H[m[m[5;1H CentOS Linux (3.10.0-327.28.3.el7.x86_64) 7 (Core) [m[5;79H[m[m[6;1H CentOS Linux (0-rescue-56d65f493d8f854534fe792ecf014b83) 7 (Core) [m[6;79H[m[m[7;1H [m[7;79H[m[m[8;1H [m[8;79H[m[m[9;1H [m[9;79H[m[m[10;1H [m[10;79H[m[m[11;1H [m[11;79H[m[m[12;1H [m[12;79H[m[m[13;1H [m[13;79H[m[m[14;1H [m[14;79H[m[m[15;1H [m[15;79H[m[m[16;1H [m[16;79H[m[m[17;1H [m[17;79H[m[m[18;1H [m[18;79H[m[18;80H [4;79H[22;1H The selected entry will be started automatically in 1s. [4;79H[22;1H The selected entry will be started automatically in 0s. [4;79H[?25h[H[J[1;1H[H[J[1;1H[ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.10.0-514.16.1.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #1 SMP Wed Apr 12 15:04:24 UTC 2017 [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8 [ 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-0x00000000bffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x00000000bffdc000-0x00000000bfffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x140000 max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] e820: last_pfn = 0xbffdc max_arch_pfn = 0x400000000 [ 0.000000] found SMP MP-table at [mem 0x000f6390-0x000f639f] mapped at [ffff8800000f6390] [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff] [ 0.000000] ACPI: RSDP 00000000000f6340 00014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 00000000bffe1351 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 00000000bffe11dd 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 00000000bffdfdc0 0141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 00000000bffdfd80 00040 [ 0.000000] ACPI: APIC 00000000bffe12d1 00080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000013fffffff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x13fffffff] [ 0.000000] NODE_DATA [mem 0x13ffd7000-0x13fffdfff] [ 0.000000] Reserving 161MB of memory at 656MB for crashkernel (System RAM: 4095MB) [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 1:3ff87001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 2334041707 cycles [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal [mem 0x100000000-0x13fffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0xbffdbfff] [ 0.000000] node 0: [mem 0x100000000-0x13fffffff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 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 2 CPUs, 0 hotplug CPUs [ 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] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff] [ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff] [ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff] [ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037 [ 0.000000] Policy zone: Normal [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100 [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form [ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2. [ 0.000000] NR_IRQS:327936 nr_irqs:440 0 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty0] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 16777216 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.334899] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912) [ 0.337123] pid_max: default: 32768 minimum: 301 [ 0.338326] Security Framework initialized [ 0.339444] SELinux: Initializing. [ 0.340729] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.345709] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.348711] Mount-cache hash table entries: 4096 [ 0.350152] Initializing cgroup subsys memory [ 0.351322] Initializing cgroup subsys devices [ 0.352477] Initializing cgroup subsys freezer [ 0.353641] Initializing cgroup subsys net_cls [ 0.354810] Initializing cgroup subsys blkio [ 0.355940] Initializing cgroup subsys perf_event [ 0.357136] Initializing cgroup subsys hugetlb [ 0.358299] Initializing cgroup subsys pids [ 0.359418] Initializing cgroup subsys net_prio [ 0.360667] CPU: Physical Processor ID: 0 [ 0.362457] mce: CPU supports 10 MCE banks [ 0.363594] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.364889] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.366179] tlb_flushall_shift: 6 [ 0.367370] Freeing SMP alternatives: 28k freed [ 0.371187] ACPI: Core revision 20130517 [ 0.372699] ACPI: All ACPI Tables successfully acquired [ 0.374151] ftrace: allocating 25812 entries in 101 pages [ 0.395257] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.396803] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.398298] smpboot: Max logical packages: 2 [ 0.399595] Enabling x2apic [ 0.400498] Enabled x2apic [ 0.401576] Switched APIC routing to physical x2apic. [ 0.403745] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.405237] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.407870] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.415602] KVM setup paravirtual spinlock [ 0.417898] smpboot: Booting Node 0, Processors #1 OK [ 0.419536] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.441334] Brought up 2 CPUs [ 0.441336] KVM setup async PF for cpu 1 [ 0.441339] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.444521] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.446677] devtmpfs: initialized [ 0.449282] EVM: security.selinux [ 0.450309] EVM: security.ima [ 0.451243] EVM: security.capability [ 0.452914] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.454469] pinctrl core: initialized pinctrl subsystem [ 0.455887] NET: Registered protocol family 16 [ 0.457233] ACPI: bus type PCI registered [ 0.458363] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.459911] PCI: Using configuration type 1 for base access [ 0.464666] ACPI: Added _OSI(Module Device) [ 0.465885] ACPI: Added _OSI(Processor Device) [ 0.467021] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.468194] ACPI: Added _OSI(Processor Aggregator Device) [ 0.470555] ACPI: Interpreter enabled [ 0.471605] ACPI: (supports S0 S5) [ 0.472584] ACPI: Using IOAPIC for interrupt routing [ 0.473801] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.477698] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.479113] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.480620] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.482107] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.484847] acpiphp: Slot [3] registered [ 0.485913] acpiphp: Slot [4] registered [ 0.487008] acpiphp: Slot [5] registered [ 0.488075] acpiphp: Slot [6] registered [ 0.489144] acpiphp: Slot [7] registered [ 0.490215] acpiphp: Slot [8] registered [ 0.491293] acpiphp: Slot [9] registered [ 0.492366] acpiphp: Slot [10] registered [ 0.493454] acpiphp: Slot [11] registered [ 0.494540] acpiphp: Slot [12] registered [ 0.495638] acpiphp: Slot [13] registered [ 0.496733] acpiphp: Slot [14] registered [ 0.497825] acpiphp: Slot [15] registered [ 0.498920] acpiphp: Slot [16] registered [ 0.500015] acpiphp: Slot [17] registered [ 0.501115] acpiphp: Slot [18] registered [ 0.502205] acpiphp: Slot [19] registered [ 0.503293] acpiphp: Slot [20] registered [ 0.504382] acpiphp: Slot [21] registered [ 0.505466] acpiphp: Slot [22] registered [ 0.506560] acpiphp: Slot [23] registered [ 0.507652] acpiphp: Slot [24] registered [ 0.508750] acpiphp: Slot [25] registered [ 0.509846] acpiphp: Slot [26] registered [ 0.510950] acpiphp: Slot [27] registered [ 0.512045] acpiphp: Slot [28] registered [ 0.513133] acpiphp: Slot [29] registered [ 0.514223] acpiphp: Slot [30] registered [ 0.515322] acpiphp: Slot [31] registered [ 0.516394] PCI host bridge to bus 0000:00 [ 0.517475] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.518763] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.520264] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.521813] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.523792] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.525759] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window] [ 0.530111] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.531788] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.533226] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.534771] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.538029] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.539990] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.563493] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.565292] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.567022] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.568757] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.570426] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.572084] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.573715] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.575811] vgaarb: loaded [ 0.576684] vgaarb: bridge control possible 0000:00:02.0 [ 0.578094] SCSI subsystem initialized [ 0.579170] ACPI: bus type USB registered [ 0.580266] usbcore: registered new interface driver usbfs [ 0.581587] usbcore: registered new interface driver hub [ 0.582880] usbcore: registered new device driver usb [ 0.584304] PCI: Using ACPI for IRQ routing [ 0.585712] NetLabel: Initializing [ 0.586700] NetLabel: domain hash size = 128 [ 0.587834] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.589090] NetLabel: unlabeled traffic allowed by default [ 0.590515] Switched to clocksource kvm-clock [ 0.598823] pnp: PnP ACPI init [ 0.599764] ACPI: bus type PNP registered [ 0.601172] pnp: PnP ACPI: found 5 devices [ 0.602256] ACPI: bus type PNP unregistered [ 0.610208] NET: Registered protocol family 2 [ 0.611635] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.613797] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.615594] TCP: Hash tables configured (established 32768 bind 32768) [ 0.617133] TCP: reno registered [ 0.618086] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.619500] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.621088] NET: Registered protocol family 1 [ 0.622250] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.623607] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.624939] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.644786] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.664683] Unpacking initramfs... [ 1.109566] Freeing initrd memory: 37508k freed [ 1.118944] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.120492] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.123250] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.124763] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.126419] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.127849] Initialise system trusted keyring [ 1.128999] audit: initializing netlink socket (disabled) [ 1.130273] type=2000 audit(1534067434.113:1): initialized [ 1.146756] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.148181] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.150356] zpool: loaded [ 1.151235] zbud: loaded [ 1.152262] VFS: Disk quotas dquot_6.5.2 [ 1.153356] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.154928] msgmni has been set to 7578 [ 1.156030] Key type big_key registered [ 1.157747] NET: Registered protocol family 38 [ 1.158959] Key type asymmetric registered [ 1.160115] Asymmetric key parser 'x509' registered [ 1.161425] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.163555] io scheduler noop registered [ 1.164661] io scheduler deadline registered (default) [ 1.175698] io scheduler cfq registered [ 1.176865] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.178216] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.179842] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.181932] ACPI: Power Button [PWRF] [ 1.183102] GHES: HEST is not enabled! [ 1.184272] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.208782] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.210474] Non-volatile memory driver v1.3 [ 1.211650] Linux agpgart interface v0.103 [ 1.212879] crash memory driver: version 1.1 [ 1.214077] rdac: device handler registered [ 1.215273] hp_sw: device handler registered [ 1.216435] emc: device handler registered [ 1.217586] alua: device handler registered [ 1.218772] libphy: Fixed MDIO Bus: probed [ 1.219944] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.221459] ehci-pci: EHCI PCI platform driver [ 1.222671] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.224203] ohci-pci: OHCI PCI platform driver [ 1.225425] uhci_hcd: USB Universal Host Controller Interface driver [ 1.245159] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.246542] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.248576] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.249917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.251385] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.252999] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.255103] usb usb1: Product: UHCI Host Controller [ 1.256436] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.258151] usb usb1: SerialNumber: 0000:00:01.2 [ 1.259479] hub 1-0:1.0: USB hub found [ 1.260616] hub 1-0:1.0: 2 ports detected [ 1.261943] usbcore: registered new interface driver usbserial [ 1.263468] usbcore: registered new interface driver usbserial_generic [ 1.265134] usbserial: USB Serial support registered for generic [ 1.266742] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.269690] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.271075] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.272529] mousedev: PS/2 mouse device common for all mice [ 1.274240] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.276855] rtc_cmos 00:00: RTC can wake from S4 [ 1.278659] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.281024] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.282796] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.285127] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.286776] cpuidle: using governor menu [ 1.288077] hidraw: raw HID events driver (C) Jiri Kosina [ 1.289821] usbcore: registered new interface driver usbhid [ 1.291492] usbhid: USB HID core driver [ 1.292889] drop_monitor: Initializing network drop monitor service [ 1.294789] TCP: cubic registered [ 1.295980] Initializing XFRM netlink socket [ 1.297450] NET: Registered protocol family 10 [ 1.299181] NET: Registered protocol family 17 [ 1.300827] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.302597] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.304009] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.306935] Loading compiled-in X.509 certificates [ 1.308449] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.311367] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.314702] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.317602] registered taskstats version 1 [ 1.320714] Key type trusted registered [ 1.323275] Key type encrypted registered [ 1.325739] IMA: No TPM chip found, activating TPM-bypass! [ 1.327737] rtc_cmos 00:00: setting system clock to 2018-08-12 09:50:34 UTC (1534067434) [ 1.331004] Freeing unused kernel memory: 1680k freed [ 1.336014] systemd[1]: systemd 219 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID +ELFUTILS +KMOD +IDN) [ 1.340017] systemd[1]: Detected virtualization kvm. [ 1.341240] systemd[1]: Detected architecture x86-64. [ 1.342461] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.345098] systemd[1]: No hostname configured. [ 1.346540] systemd[1]: Set hostname to . [ 1.348158] systemd[1]: Initializing machine ID from KVM UUID. [[32m OK [0m] Reached target Swap. [ 1.371244] systemd[1]: Reached target Swap. [ 1.372671] systemd[1]: Starting Swap. [[32m OK [0m] Created slice Root Slice. [ 1.375044] systemd[1]: Created slice Root Slice. [ 1.376542] systemd[1]: Starting Root Slice. [[32m OK [0m] Created slice System Slice. [ 1.379016] systemd[1]: Created slice System Slice. [ 1.380543] systemd[1]: Starting System Slice. [ 1.382010] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.384581] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Listening on udev Kernel Socket. [ 1.388287] systemd[1]: Listening on udev Kernel Socket. [ 1.389910] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Reached target Local File Systems. [ 1.392565] systemd[1]: Reached target Local File Systems. [ 1.394238] systemd[1]: Starting Local File Systems. [[32m OK [0m] Listening on udev Control Socket. [ 1.396892] systemd[1]: Listening on udev Control Socket. [ 1.398521] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Reached target Slices. [ 1.401070] systemd[1]: Reached target Slices. [ 1.402456] systemd[1]: Starting Slices. [[32m OK [0m] Reached target Timers. [ 1.404720] systemd[1]: Reached target Timers. [ 1.406129] systemd[1]: Starting Timers. [[32m OK [0m] Listening on Journal Socket. [ 1.408506] systemd[1]: Listening on Journal Socket. [ 1.410019] systemd[1]: Starting Journal Socket. [ 1.411883] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [[32m OK [0m] Reached target Sockets. [ 1.415538] systemd[1]: Reached target Sockets. [ 1.417019] systemd[1]: Starting Sockets. [ 1.418628] systemd[1]: Starting Journal Service... Starting Journal Service... [ 1.421341] 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... [ 1.426020] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [[32m OK [0m] Reached target Paths. [ 1.429804] systemd[1]: Reached target Paths. [ 1.431230] systemd[1]: Starting Paths. [[32m OK [0m] Started Journal Service. [ 1.433697] systemd[1]: Started Journal Service. [[32m OK [0m] Started Apply Kernel Variables. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. Starting Create Static Device Nodes in /dev... [[32m OK [0m] Started Create Static Device Nodes in /dev. [[32m OK [0m] Started dracut cmdline hook. Starting dracut pre-udev hook... [ 1.498456] RPC: Registered named UNIX socket transport module. [ 1.500255] RPC: Registered udp transport module. [ 1.501779] RPC: Registered tcp transport module. [ 1.503302] RPC: Registered tcp NFSv4.1 backchannel transport module. [[32m OK [0m] Started dracut pre-udev hook. Starting udev Kernel Device Manager... [[32m OK [0m] Started udev Kernel Device Manager. Starting dracut pre-trigger hook... [[32m OK [0m] Started dracut pre-trigger hook. Starting udev Coldplug all Devices... [ 1.564526] usb 1-1: new full-speed USB device number 2 using uhci_hcd Mounting Configuration File System... [[32m OK [0m] Mounted Configuration File System. [[32m OK [0m] Started udev Coldplug all Devices. Starting dracut initqueue hook... [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Basic System. [ 1.594827] FDC 0 is a S82078B [ 1.620762] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.623716] scsi host0: ata_piix [ 1.624999] scsi host1: ata_piix [ 1.626231] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.628221] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.667129] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.674406] vda: vda1 [[32m OK [0m] Found device /dev/disk/by-uuid/f13d84b4-c756-4d89-9d5e-6b534397aa14. Starting File System Check on /dev/...4-c756-4d89-9d5e-6b534397aa14... [[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14. [ 1.717927] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.720043] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.722283] usb 1-1: Product: QEMU USB Tablet [ 1.723808] usb 1-1: Manufacturer: QEMU [ 1.725222] usb 1-1: SerialNumber: 42 [ 1.735080] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 1.738381] 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 [[32m OK [0m] Started dracut initqueue hook. Mounting /sysroot... [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. [ 1.822302] SGI XFS with ACLs, security attributes, no debug enabled [ 1.824795] XFS (vda1): Mounting V4 Filesystem [ 1.847991] XFS (vda1): Ending clean mount [[32m OK [0m] Mounted /sysroot. [[32m OK [0m] Reached target Initrd Root File System. Starting Reload Configuration from the Real Root... [[32m OK [0m] Started Reload Configuration from the Real Root. [[32m OK [0m] Reached target Initrd File Systems. [[32m OK [0m] Reached target Initrd Default Target. Starting dracut pre-pivot and cleanup hook... [[32m OK [0m] Started dracut pre-pivot and cleanup hook. Starting Cleaning Up and Shutting Down Daemons... [[32m OK [0m] Stopped target Timers. [[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons. [[32m OK [0m] Stopped dracut pre-pivot and cleanup hook. Stopping dracut pre-pivot and cleanup hook... [[32m OK [0m] Stopped target Remote File Systems. [[32m OK [0m] Stopped target Remote File Systems (Pre). [[32m OK [0m] Stopped dracut initqueue hook. Stopping dracut initqueue hook... [[32m OK [0m] Stopped target Initrd Default Target. [[32m OK [0m] Stopped target Basic System. [[32m OK [0m] Stopped target Sockets. [[32m OK [0m] Stopped target System Initialization. [[32m OK [0m] Stopped Apply Kernel Variables. Stopping Apply Kernel Variables... [[32m OK [0m] Stopped target Local File Systems. [[32m OK [0m] Stopped udev Coldplug all Devices. Stopping udev Coldplug all Devices... [[32m OK [0m] Stopped dracut pre-trigger hook. Stopping dracut pre-trigger hook... Stopping udev Kernel Device Manager... [[32m OK [0m] Stopped target Swap. [[32m OK [0m] Stopped target Paths. [[32m OK [0m] Stopped target Slices. [[32m OK [0m] Stopped udev Kernel Device Manager. [[32m OK [0m] Stopped Create Static Device Nodes in /dev. Stopping Create Static Device Nodes in /dev... [[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel. Stopping Create list of required st... nodes for the current kernel... [[32m OK [0m] Stopped dracut pre-udev hook. Stopping dracut pre-udev hook... [[32m OK [0m] Stopped dracut cmdline hook. Stopping dracut cmdline hook... [[32m OK [0m] Closed udev Control Socket. [[32m OK [0m] Closed udev Kernel Socket. Starting Cleanup udevd DB... [[32m OK [0m] Started Cleanup udevd DB. [[32m OK [0m] Reached target Switch Root. Starting Switch Root... [ 2.091114] systemd-journald[105]: Received SIGTERM from PID 1 (systemd). [ 2.124552] tsc: Refined TSC clocksource calibration: 3491.846 MHz [ 2.176016] SELinux: Disabled at runtime. [ 2.214559] type=1404 audit(1534067435.386:2): selinux=0 auid=4294967295 ses=4294967295 [ 2.238684] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.240615] systemd[1]: Inserted module 'ip_tables' Welcome to [0;31mCentOS Linux 7 (Core)[0m! [[32m OK [0m] Stopped Switch Root. [[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [[32m OK [0m] Stopped Journal Service. Starting Journal Service... [[32m OK [0m] Listening on Delayed Shutdown Socket. [[32m OK [0m] Created slice User and Session Slice. [[32m OK [0m] Reached target Swap. Mounting Debug File System... [[32m OK [0m] Created slice system-serial\x2dgetty.slice. [[32m OK [0m] Listening on udev Control Socket. [[32m OK [0m] Created slice system-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice. Mounting Huge Pages File System... [[32m OK [0m] Listening on udev Kernel Socket. Mounting POSIX Message Queue File System... [[32m OK [0m] Stopped target Switch Root. [[32m OK [0m] Stopped target Initrd Root File System. [[32m OK [0m] Stopped target Initrd File Systems. Mounting NFSD configuration filesystem... [[32m OK [0m] Reached target Slices. [[32m OK [0m] Stopped File System Check on Root Device. Stopping File System Check on Root Device... Starting Remount Root and Kernel File Systems... [[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [[32m OK [0m] Created slice system-getty.slice. Starting Create list of required st... nodes for the current kernel... Starting Apply Kernel Variables... [[32m OK [0m] Reached target Encrypted Volumes. Starting Setup Virtual Console... [[32m OK [0m] Mounted Debug File System. [[32m OK [0m] Mounted POSIX Message Queue File System. [[32m OK [0m] Mounted Huge Pages File System. [[32m OK [0m] Started Journal Service. [[32m OK [0m] Started Remount Root and Kernel File Systems. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [[32m OK [0m] Started Apply Kernel Variables. Starting Create Static Device Nodes in /dev... Starting Load/Save Random Seed... Starting Rebuild Hardware Database... [ 2.480755] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). Starting Configure read-only root support... Starting Flush Journal to Persistent Storage... [[32m OK [0m] Mounted NFSD configuration filesystem. [[32m OK [0m] Started Create Static Device Nodes in /dev. [[32m OK [0m] Started Load/Save Random Seed. [[32m OK [0m] Started Configure read-only root support. [[32m OK [0m] Reached target Local File Systems (Pre). [[32m OK [0m] Reached target Local File Systems. Starting Import network configuration from initramfs... Starting Mark the need to relabel after reboot... Starting Preprocess NFS configuration... Starting Rebuild Journal Catalog... Starting udev Kernel Device Manager... [[32m OK [0m] Started Mark the need to relabel after reboot. [ 2.532534] systemd-journald[382]: Received request to flush runtime journal from PID 1 [[32m OK [0m] Started Flush Journal to Persistent Storage. [[32m OK [0m] Started Rebuild Journal Catalog. [[32m OK [0m] Started Preprocess NFS configuration. [[32m OK [0m] Started Import network configuration from initramfs. Starting Create Volatile Files and Directories... [[32m OK [0m] Started Create Volatile Files and Directories. Starting Security Auditing Service... [[32m OK [0m] Started udev Kernel Device Manager. [[32m OK [0m] Started Setup Virtual Console. [ 2.599561] type=1305 audit(1534067435.771:3): audit_pid=430 old=0 auid=4294967295 ses=4294967295 res=1 [[32m OK [0m] Started Security Auditing Service. Starting Update UTMP about System Boot/Shutdown... [[32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[32m OK [0m] Started Rebuild Hardware Database. Starting udev Coldplug all Devices... Starting Update is Completed... [[32m OK [0m] Started Update is Completed. [[32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Paths. [[32m OK [0m] Reached target Timers. [[32m OK [0m] Listening on RPCbind Server Activation Socket.[ 2.797756] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0 [[32m OK [0m] Listening on D-Bus System Message Bus Socket. [[32m OK [0m] Reached target Sockets. [[32m OK [0m] Reached target Basic System. [ 2.804573] [drm] Initialized drm 1.1.0 20060810 Starting LSB: Bring up/down networking... Starting Authorization Manager... [[32m OK [0m] Started D-Bus System Message Bus. [ 2.812884] input: PC Speaker as /devices/platform/pcspkr/input/input5 [ 2.836343] [TTM] Zone kernel: Available graphics memory: 1940960 kiB [ 2.837945] [TTM] Initializing pool allocator [ 2.840104] [TTM] Initializing DMA pool allocator [ 2.841674] [drm] fb mappable at 0xFC000000 [ 2.842811] [drm] vram aper at 0xFC000000 [ 2.842811] [drm] size 33554432 [ 2.842811] [drm] fb depth is 24 [ 2.842812] [drm] pitch is 3072 [ 2.874064] fbcon: cirrusdrmfb (fb0) is primary device [ 2.878220] ppdev: user-space parallel port driver [ 2.892939] Console: switching to colour frame buffer device 128x48 [ 2.904723] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device Starting D-Bus System Message Bus... Starting NTP client/server... [[32m OK [0m] Started irqbalance daemon. Starting irqbalance daemon... Starting Initial cloud-init job (pre-networking)...[ 2.912546] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 Starting GSSAPI Proxy Daemon... Starting Dump dmesg to /var/log/dmesg... Starting Login Service... [[32m OK [0m] Found device /dev/ttyS0. [[32m OK [0m] Started Login Service. [ 2.955815] AES CTR mode by8 optimization enabled [ 2.961379] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) [ 2.979308] alg: No test for crc32 (crc32-pclmul) [[32m OK [0m] Started NTP client/server. [[32m OK [0m] Started Dump dmesg to /var/log/dmesg. [ 2.997214] intel_rapl: no valid rapl domains found in package 0 [ 3.000596] intel_powerclamp: No package C-state available [ 3.006263] intel_powerclamp: No package C-state available[[32m OK [0m] Started Authorization Manager. [[32m OK [0m] Started GSSAPI Proxy Daemon. [[32m OK [0m] Reached target NFS client services. [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. Starting Permit User Sessions... [[32m OK [0m] Started Permit User Sessions. [[32m OK [0m] Started Command Scheduler. Starting Command Scheduler... [[32m OK [0m] Started Getty on tty1. Starting Getty on tty1... [[32m OK [0m] Started Serial Getty on ttyS0. Starting Serial Getty on ttyS0... [[32m OK [0m] Reached target Login Prompts. [ 3.128152] cloud-init[527]: Cloud-init v. 0.7.5 running 'init-local' at Sun, 12 Aug 2018 09:50:36 +0000. Up 3.09 seconds. [[32m OK [0m] Started Initial cloud-init job (pre-networking). [[32m OK [0m] Started LSB: Bring up/down networking. [[32m OK [0m] Reached target Network. Starting Dynamic System Tuning Daemon... Starting Postfix Mail Transport Agent... Starting PostgreSQL 9.5 database server... Starting Initial cloud-init job (metadata service crawler)... Starting nginx - high performance web server... Starting System Logging Service... [[32m OK [0m] Reached target Network is Online. Starting RabbitMQ Service... [[32m OK [0m] Started InfluxDB Service. Starting InfluxDB Service... [[32m OK [0m] Started Cloudify Stage Service. Starting Cloudify Stage Service... Starting LSB: Supports the direct execution of binary formats.... [[32m OK [0m] Started Cloudify REST Service. Starting Cloudify REST Service... Starting Crash recovery kernel arming... Starting LSB: Starts Logstash as a daemon.... Starting Notify NFS peers of a restart... Starting OpenSSH server daemon... [[32m OK [0m] Started LSB: Starts Logstash as a daemon.. Mounting Arbitrary Executable File Formats File System... [[32m OK [0m] Started nginx - high performance web server. [[32m OK [0m] Started Notify NFS peers of a restart. [[32m OK [0m] Mounted Arbitrary Executable File Formats File System. [[32m OK [0m] Started OpenSSH server daemon. [[32m OK [0m] Created slice user-993.slice. [[32m OK [0m] Started LSB: Supports the direct execution of binary formats.. [[32m OK [0m] Started Dynamic System Tuning Daemon. [ 5.498832] cloud-init[794]: Cloud-init v. 0.7.5 running 'init' at Sun, 12 Aug 2018 09:50:39 +0000. Up 5.42 seconds. [ 5.534194] cloud-init[794]: ci-info: +++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++ [ 5.536176] cloud-init[794]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 5.538018] cloud-init[794]: ci-info: | Device | Up | Address | Mask | Hw-Address | [ 5.540610] cloud-init[794]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 5.542595] cloud-init[794]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . | [ 5.544595] cloud-init[794]: ci-info: | eth0: | True | 192.168.120.20 | 255.255.255.0 | fa:16:3e:43:18:9f | [ 5.546475] cloud-init[794]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 5.548304] cloud-init[794]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ [ 5.550285] cloud-init[794]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 5.552305] cloud-init[794]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 5.554275] cloud-init[794]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 5.556462] cloud-init[794]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG | [ 5.569593] cloud-init[794]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | eth0 | UGH | [ 5.576288] cloud-init[794]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | [ 5.585880] cloud-init[794]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [[32m OK [0m] Started Postfix Mail Transport Agent. [[32m OK [0m] Started PostgreSQL 9.5 database server. CentOS Linux 7 (Core) Kernel 3.10.0-514.16.1.el7.x86_64 on an x86_64 cloudify login: 2018-08-12 09:50:45,453 - paramiko.transport - DEBUG - starting thread (client mode): 0x72d1450L 2018-08-12 09:50:45,453 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-12 09:50:45,464 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1 2018-08-12 09:50:45,464 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1) 2018-08-12 09:50:45,473 - 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-group-exchange-sha1', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] server encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] client mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', 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-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] server mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', 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-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] 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 09:50:45,473 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-12 09:50:45,473 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-12 09:50:45,473 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-12 09:50:45,474 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-12 09:50:45,474 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-12 09:50:45,480 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-12 09:50:45,481 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-12 09:50:45,485 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 172.30.9.207: 4c1f7c71f5a98b8370f02ab218eae423 2018-08-12 09:50:45,486 - paramiko.transport - DEBUG - Trying discovered key 667524c8c45a18416a1e17ab5700b5d0 in /tmp/tmpXkNgUd 2018-08-12 09:50:45,520 - paramiko.transport - DEBUG - userauth is OK 2018-08-12 09:50:55,552 - paramiko.transport - INFO - Authentication (publickey) failed. 2018-08-12 09:50:55,567 - paramiko.transport - DEBUG - Trying discovered key 53a32704d80d9fa5426a394ad4fcf413 in /root/.ssh/id_rsa 2018-08-12 09:50:55,568 - paramiko.transport - DEBUG - userauth is OK 2018-08-12 09:50:55,576 - paramiko.transport - INFO - Authentication (publickey) failed. 2018-08-12 09:50:55,583 - functest.core.singlevm - DEBUG - try 2: cannot connect to 172.30.9.207: Authentication failed. 2018-08-12 09:51:04,592 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-12 09:51:04,595 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/75039fe8-e049-4025-abb5-5c5fafbaa947/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}e6a9e716de36ad4f17a6eaac67e7556d9864f542" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 09:51:04,670 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:51:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8bcf226e-c901-4393-a878-46cc988e1816 x-compute-request-id: req-8bcf226e-c901-4393-a878-46cc988e1816 Content-Encoding: gzip Content-Length: 11742 Content-Type: application/json RESP BODY: {"output": "[H[J[1;1H[?25l[m[H[J[1;1H[20;7H[mUse the ^ and v keys to change the selection. \n Press 'e' to edit the selected item, or 'c' for a command prompt. [4;80H [7m[4;1H CentOS Linux (3.10.0-514.16.1.el7.x86_64) 7 (Core) [m[4;79H[m[m[5;1H CentOS Linux (3.10.0-327.28.3.el7.x86_64) 7 (Core) [m[5;79H[m[m[6;1H CentOS Linux (0-rescue-56d65f493d8f854534fe792ecf014b83) 7 (Core) [m[6;79H[m[m[7;1H [m[7;79H[m[m[8;1H [m[8;79H[m[m[9;1H [m[9;79H[m[m[10;1H [m[10;79H[m[m[11;1H [m[11;79H[m[m[12;1H [m[12;79H[m[m[13;1H [m[13;79H[m[m[14;1H [m[14;79H[m[m[15;1H [m[15;79H[m[m[16;1H [m[16;79H[m[m[17;1H [m[17;79H[m[m[18;1H [m[18;79H[m[18;80H [4;79H[22;1H The selected entry will be started automatically in 1s. [4;79H[22;1H The selected entry will be started automatically in 0s. [4;79H[?25h[H[J[1;1H[H[J[1;1H[ 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 3.10.0-514.16.1.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #1 SMP Wed Apr 12 15:04:24 UTC 2017\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8\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-0x00000000bffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x00000000bffdc000-0x00000000bfffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable\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 = 0x140000 max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] e820: last_pfn = 0xbffdc max_arch_pfn = 0x400000000\n[ 0.000000] found SMP MP-table at [mem 0x000f6390-0x000f639f] mapped at [ffff8800000f6390]\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff]\n[ 0.000000] ACPI: RSDP 00000000000f6340 00014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 00000000bffe1351 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 00000000bffe11dd 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 00000000bffdfdc0 0141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 00000000bffdfd80 00040\n[ 0.000000] ACPI: APIC 00000000bffe12d1 00080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000013fffffff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x13fffffff]\n[ 0.000000] NODE_DATA [mem 0x13ffd7000-0x13fffdfff]\n[ 0.000000] Reserving 161MB of memory at 656MB for crashkernel (System RAM: 4095MB)\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 1:3ff87001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 2334041707 cycles\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal [mem 0x100000000-0x13fffffff]\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0xbffdbfff]\n[ 0.000000] node 0: [mem 0x100000000-0x13fffffff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\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 2 CPUs, 0 hotplug CPUs\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] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff]\n[ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037\n[ 0.000000] Policy zone: Normal\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form\n[ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2.\n[ 0.000000] NR_IRQS:327936 nr_irqs:440 0\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty0] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 16777216 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.334899] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912)\n[ 0.337123] pid_max: default: 32768 minimum: 301\n[ 0.338326] Security Framework initialized\n[ 0.339444] SELinux: Initializing.\n[ 0.340729] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.345709] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.348711] Mount-cache hash table entries: 4096\n[ 0.350152] Initializing cgroup subsys memory\n[ 0.351322] Initializing cgroup subsys devices\n[ 0.352477] Initializing cgroup subsys freezer\n[ 0.353641] Initializing cgroup subsys net_cls\n[ 0.354810] Initializing cgroup subsys blkio\n[ 0.355940] Initializing cgroup subsys perf_event\n[ 0.357136] Initializing cgroup subsys hugetlb\n[ 0.358299] Initializing cgroup subsys pids\n[ 0.359418] Initializing cgroup subsys net_prio\n[ 0.360667] CPU: Physical Processor ID: 0\n[ 0.362457] mce: CPU supports 10 MCE banks\n[ 0.363594] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.364889] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.366179] tlb_flushall_shift: 6\n[ 0.367370] Freeing SMP alternatives: 28k freed\n[ 0.371187] ACPI: Core revision 20130517\n[ 0.372699] ACPI: All ACPI Tables successfully acquired\n[ 0.374151] ftrace: allocating 25812 entries in 101 pages\n[ 0.395257] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.396803] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.398298] smpboot: Max logical packages: 2\n[ 0.399595] Enabling x2apic\n[ 0.400498] Enabled x2apic\n[ 0.401576] Switched APIC routing to physical x2apic.\n[ 0.403745] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.405237] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.407870] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.415602] KVM setup paravirtual spinlock\n[ 0.417898] smpboot: Booting Node 0, Processors #1 OK\n[ 0.419536] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.441334] Brought up 2 CPUs\n[ 0.441336] KVM setup async PF for cpu 1\n[ 0.441339] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.444521] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.446677] devtmpfs: initialized\n[ 0.449282] EVM: security.selinux\n[ 0.450309] EVM: security.ima\n[ 0.451243] EVM: security.capability\n[ 0.452914] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.454469] pinctrl core: initialized pinctrl subsystem\n[ 0.455887] NET: Registered protocol family 16\n[ 0.457233] ACPI: bus type PCI registered\n[ 0.458363] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.459911] PCI: Using configuration type 1 for base access\n[ 0.464666] ACPI: Added _OSI(Module Device)\n[ 0.465885] ACPI: Added _OSI(Processor Device)\n[ 0.467021] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.468194] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.470555] ACPI: Interpreter enabled\n[ 0.471605] ACPI: (supports S0 S5)\n[ 0.472584] ACPI: Using IOAPIC for interrupt routing\n[ 0.473801] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.477698] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.479113] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.480620] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.482107] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.484847] acpiphp: Slot [3] registered\n[ 0.485913] acpiphp: Slot [4] registered\n[ 0.487008] acpiphp: Slot [5] registered\n[ 0.488075] acpiphp: Slot [6] registered\n[ 0.489144] acpiphp: Slot [7] registered\n[ 0.490215] acpiphp: Slot [8] registered\n[ 0.491293] acpiphp: Slot [9] registered\n[ 0.492366] acpiphp: Slot [10] registered\n[ 0.493454] acpiphp: Slot [11] registered\n[ 0.494540] acpiphp: Slot [12] registered\n[ 0.495638] acpiphp: Slot [13] registered\n[ 0.496733] acpiphp: Slot [14] registered\n[ 0.497825] acpiphp: Slot [15] registered\n[ 0.498920] acpiphp: Slot [16] registered\n[ 0.500015] acpiphp: Slot [17] registered\n[ 0.501115] acpiphp: Slot [18] registered\n[ 0.502205] acpiphp: Slot [19] registered\n[ 0.503293] acpiphp: Slot [20] registered\n[ 0.504382] acpiphp: Slot [21] registered\n[ 0.505466] acpiphp: Slot [22] registered\n[ 0.506560] acpiphp: Slot [23] registered\n[ 0.507652] acpiphp: Slot [24] registered\n[ 0.508750] acpiphp: Slot [25] registered\n[ 0.509846] acpiphp: Slot [26] registered\n[ 0.510950] acpiphp: Slot [27] registered\n[ 0.512045] acpiphp: Slot [28] registered\n[ 0.513133] acpiphp: Slot [29] registered\n[ 0.514223] acpiphp: Slot [30] registered\n[ 0.515322] acpiphp: Slot [31] registered\n[ 0.516394] PCI host bridge to bus 0000:00\n[ 0.517475] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.518763] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.520264] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.521813] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.523792] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.525759] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window]\n[ 0.530111] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.531788] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.533226] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.534771] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.538029] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.539990] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.563493] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.565292] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.567022] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.568757] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.570426] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.572084] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.573715] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.575811] vgaarb: loaded\n[ 0.576684] vgaarb: bridge control possible 0000:00:02.0\n[ 0.578094] SCSI subsystem initialized\n[ 0.579170] ACPI: bus type USB registered\n[ 0.580266] usbcore: registered new interface driver usbfs\n[ 0.581587] usbcore: registered new interface driver hub\n[ 0.582880] usbcore: registered new device driver usb\n[ 0.584304] PCI: Using ACPI for IRQ routing\n[ 0.585712] NetLabel: Initializing\n[ 0.586700] NetLabel: domain hash size = 128\n[ 0.587834] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.589090] NetLabel: unlabeled traffic allowed by default\n[ 0.590515] Switched to clocksource kvm-clock\n[ 0.598823] pnp: PnP ACPI init\n[ 0.599764] ACPI: bus type PNP registered\n[ 0.601172] pnp: PnP ACPI: found 5 devices\n[ 0.602256] ACPI: bus type PNP unregistered\n[ 0.610208] NET: Registered protocol family 2\n[ 0.611635] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.613797] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.615594] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.617133] TCP: reno registered\n[ 0.618086] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.619500] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.621088] NET: Registered protocol family 1\n[ 0.622250] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.623607] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.624939] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.644786] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.664683] Unpacking initramfs...\n[ 1.109566] Freeing initrd memory: 37508k freed\n[ 1.118944] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.120492] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.123250] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.124763] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.126419] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.127849] Initialise system trusted keyring\n[ 1.128999] audit: initializing netlink socket (disabled)\n[ 1.130273] type=2000 audit(1534067434.113:1): initialized\n[ 1.146756] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.148181] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.150356] zpool: loaded\n[ 1.151235] zbud: loaded\n[ 1.152262] VFS: Disk quotas dquot_6.5.2\n[ 1.153356] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.154928] msgmni has been set to 7578\n[ 1.156030] Key type big_key registered\n[ 1.157747] NET: Registered protocol family 38\n[ 1.158959] Key type asymmetric registered\n[ 1.160115] Asymmetric key parser 'x509' registered\n[ 1.161425] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.163555] io scheduler noop registered\n[ 1.164661] io scheduler deadline registered (default)\n[ 1.175698] io scheduler cfq registered\n[ 1.176865] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.178216] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.179842] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.181932] ACPI: Power Button [PWRF]\n[ 1.183102] GHES: HEST is not enabled!\n[ 1.184272] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.208782] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.210474] Non-volatile memory driver v1.3\n[ 1.211650] Linux agpgart interface v0.103\n[ 1.212879] crash memory driver: version 1.1\n[ 1.214077] rdac: device handler registered\n[ 1.215273] hp_sw: device handler registered\n[ 1.216435] emc: device handler registered\n[ 1.217586] alua: device handler registered\n[ 1.218772] libphy: Fixed MDIO Bus: probed\n[ 1.219944] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.221459] ehci-pci: EHCI PCI platform driver\n[ 1.222671] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.224203] ohci-pci: OHCI PCI platform driver\n[ 1.225425] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.245159] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.246542] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.248576] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.249917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.251385] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.252999] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.255103] usb usb1: Product: UHCI Host Controller\n[ 1.256436] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.258151] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.259479] hub 1-0:1.0: USB hub found\n[ 1.260616] hub 1-0:1.0: 2 ports detected\n[ 1.261943] usbcore: registered new interface driver usbserial\n[ 1.263468] usbcore: registered new interface driver usbserial_generic\n[ 1.265134] usbserial: USB Serial support registered for generic\n[ 1.266742] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.269690] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.271075] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.272529] mousedev: PS/2 mouse device common for all mice\n[ 1.274240] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.276855] rtc_cmos 00:00: RTC can wake from S4\n[ 1.278659] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.281024] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.282796] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.285127] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.286776] cpuidle: using governor menu\n[ 1.288077] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.289821] usbcore: registered new interface driver usbhid\n[ 1.291492] usbhid: USB HID core driver\n[ 1.292889] drop_monitor: Initializing network drop monitor service\n[ 1.294789] TCP: cubic registered\n[ 1.295980] Initializing XFRM netlink socket\n[ 1.297450] NET: Registered protocol family 10\n[ 1.299181] NET: Registered protocol family 17\n[ 1.300827] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.302597] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.304009] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.306935] Loading compiled-in X.509 certificates\n[ 1.308449] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.311367] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.314702] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.317602] registered taskstats version 1\n[ 1.320714] Key type trusted registered\n[ 1.323275] Key type encrypted registered\n[ 1.325739] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.327737] rtc_cmos 00:00: setting system clock to 2018-08-12 09:50:34 UTC (1534067434)\n[ 1.331004] Freeing unused kernel memory: 1680k freed\n[ 1.336014] systemd[1]: systemd 219 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID +ELFUTILS +KMOD +IDN)\n[ 1.340017] systemd[1]: Detected virtualization kvm.\n[ 1.341240] systemd[1]: Detected architecture x86-64.\n[ 1.342461] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.345098] systemd[1]: No hostname configured.\n[ 1.346540] systemd[1]: Set hostname to .\n[ 1.348158] systemd[1]: Initializing machine ID from KVM UUID.\n[[32m OK [0m] Reached target Swap.\n[ 1.371244] systemd[1]: Reached target Swap.\n[ 1.372671] systemd[1]: Starting Swap.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.375044] systemd[1]: Created slice Root Slice.\n[ 1.376542] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Created slice System Slice.\n[ 1.379016] systemd[1]: Created slice System Slice.\n[ 1.380543] systemd[1]: Starting System Slice.\n[ 1.382010] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.384581] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.388287] systemd[1]: Listening on udev Kernel Socket.\n[ 1.389910] systemd[1]: Starting udev Kernel Socket.\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.392565] systemd[1]: Reached target Local File Systems.\n[ 1.394238] systemd[1]: Starting Local File Systems.\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.396892] systemd[1]: Listening on udev Control Socket.\n[ 1.398521] systemd[1]: Starting udev Control Socket.\n[[32m OK [0m] Reached target Slices.\n[ 1.401070] systemd[1]: Reached target Slices.\n[ 1.402456] systemd[1]: Starting Slices.\n[[32m OK [0m] Reached target Timers.\n[ 1.404720] systemd[1]: Reached target Timers.\n[ 1.406129] systemd[1]: Starting Timers.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.408506] systemd[1]: Listening on Journal Socket.\n[ 1.410019] systemd[1]: Starting Journal Socket.\n[ 1.411883] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[[32m OK [0m] Reached target Sockets.\n[ 1.415538] systemd[1]: Reached target Sockets.\n[ 1.417019] systemd[1]: Starting Sockets.\n[ 1.418628] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 1.421341] 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[ 1.426020] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[[32m OK [0m] Reached target Paths.\n[ 1.429804] systemd[1]: Reached target Paths.\n[ 1.431230] systemd[1]: Starting Paths.\n[[32m OK [0m] Started Journal Service.\n[ 1.433697] systemd[1]: Started Journal Service.\n[[32m OK [0m] Started Apply Kernel Variables.\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n Starting Create Static Device Nodes in /dev...\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n[[32m OK [0m] Started dracut cmdline hook.\n Starting dracut pre-udev hook...\n[ 1.498456] RPC: Registered named UNIX socket transport module.\n[ 1.500255] RPC: Registered udp transport module.\n[ 1.501779] RPC: Registered tcp transport module.\n[ 1.503302] RPC: Registered tcp NFSv4.1 backchannel transport module.\n[[32m OK [0m] Started dracut pre-udev hook.\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Started udev Kernel Device Manager.\n Starting dracut pre-trigger hook...\n[[32m OK [0m] Started dracut pre-trigger hook.\n Starting udev Coldplug all Devices...\n[ 1.564526] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n Mounting Configuration File System...\n[[32m OK [0m] Mounted Configuration File System.\n[[32m OK [0m] Started udev Coldplug all Devices.\n Starting dracut initqueue hook...\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Basic System.\n[ 1.594827] FDC 0 is a S82078B\n[ 1.620762] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.623716] scsi host0: ata_piix\n[ 1.624999] scsi host1: ata_piix\n[ 1.626231] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.628221] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.667129] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.674406] vda: vda1\n[[32m OK [0m] Found device /dev/disk/by-uuid/f13d84b4-c756-4d89-9d5e-6b534397aa14.\n Starting File System Check on /dev/...4-c756-4d89-9d5e-6b534397aa14...\n[[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14.\n[ 1.717927] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.720043] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.722283] usb 1-1: Product: QEMU USB Tablet\n[ 1.723808] usb 1-1: Manufacturer: QEMU\n[ 1.725222] usb 1-1: SerialNumber: 42\n[ 1.735080] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 1.738381] 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[[32m OK [0m] Started dracut initqueue hook.\n Mounting /sysroot...\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n[ 1.822302] SGI XFS with ACLs, security attributes, no debug enabled\n[ 1.824795] XFS (vda1): Mounting V4 Filesystem\n[ 1.847991] XFS (vda1): Ending clean mount\n[[32m OK [0m] Mounted /sysroot.\n[[32m OK [0m] Reached target Initrd Root File System.\n Starting Reload Configuration from the Real Root...\n[[32m OK [0m] Started Reload Configuration from the Real Root.\n[[32m OK [0m] Reached target Initrd File Systems.\n[[32m OK [0m] Reached target Initrd Default Target.\n Starting dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Started dracut pre-pivot and cleanup hook.\n Starting Cleaning Up and Shutting Down Daemons...\n[[32m OK [0m] Stopped target Timers.\n[[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons.\n[[32m OK [0m] Stopped dracut pre-pivot and cleanup hook.\n Stopping dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Stopped target Remote File Systems.\n[[32m OK [0m] Stopped target Remote File Systems (Pre).\n[[32m OK [0m] Stopped dracut initqueue hook.\n Stopping dracut initqueue hook...\n[[32m OK [0m] Stopped target Initrd Default Target.\n[[32m OK [0m] Stopped target Basic System.\n[[32m OK [0m] Stopped target Sockets.\n[[32m OK [0m] Stopped target System Initialization.\n[[32m OK [0m] Stopped Apply Kernel Variables.\n Stopping Apply Kernel Variables...\n[[32m OK [0m] Stopped target Local File Systems.\n[[32m OK [0m] Stopped udev Coldplug all Devices.\n Stopping udev Coldplug all Devices...\n[[32m OK [0m] Stopped dracut pre-trigger hook.\n Stopping dracut pre-trigger hook...\n Stopping udev Kernel Device Manager...\n[[32m OK [0m] Stopped target Swap.\n[[32m OK [0m] Stopped target Paths.\n[[32m OK [0m] Stopped target Slices.\n[[32m OK [0m] Stopped udev Kernel Device Manager.\n[[32m OK [0m] Stopped Create Static Device Nodes in /dev.\n Stopping Create Static Device Nodes in /dev...\n[[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel.\n Stopping Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Stopped dracut pre-udev hook.\n Stopping dracut pre-udev hook...\n[[32m OK [0m] Stopped dracut cmdline hook.\n Stopping dracut cmdline hook...\n[[32m OK [0m] Closed udev Control Socket.\n[[32m OK [0m] Closed udev Kernel Socket.\n Starting Cleanup udevd DB...\n[[32m OK [0m] Started Cleanup udevd DB.\n[[32m OK [0m] Reached target Switch Root.\n Starting Switch Root...\n[ 2.091114] systemd-journald[105]: Received SIGTERM from PID 1 (systemd).\n[ 2.124552] tsc: Refined TSC clocksource calibration: 3491.846 MHz\n[ 2.176016] SELinux: Disabled at runtime.\n[ 2.214559] type=1404 audit(1534067435.386:2): selinux=0 auid=4294967295 ses=4294967295\n[ 2.238684] ip_tables: (C) 2000-2006 Netfilter Core Team\n[ 2.240615] systemd[1]: Inserted module 'ip_tables'\n\nWelcome to [0;31mCentOS Linux 7 (Core)[0m!\n\n[[32m OK [0m] Stopped Switch Root.\n[[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[[32m OK [0m] Stopped Journal Service.\n Starting Journal Service...\n[[32m OK [0m] Listening on Delayed Shutdown Socket.\n[[32m OK [0m] Created slice User and Session Slice.\n[[32m OK [0m] Reached target Swap.\n Mounting Debug File System...\n[[32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[[32m OK [0m] Listening on udev Control Socket.\n[[32m OK [0m] Created slice system-selinux\\x2dpol...grate\\x2dlocal\\x2dchanges.slice.\n Mounting Huge Pages File System...\n[[32m OK [0m] Listening on udev Kernel Socket.\n Mounting POSIX Message Queue File System...\n[[32m OK [0m] Stopped target Switch Root.\n[[32m OK [0m] Stopped target Initrd Root File System.\n[[32m OK [0m] Stopped target Initrd File Systems.\n Mounting NFSD configuration filesystem...\n[[32m OK [0m] Reached target Slices.\n[[32m OK [0m] Stopped File System Check on Root Device.\n Stopping File System Check on Root Device...\n Starting Remount Root and Kernel File Systems...\n[[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[[32m OK [0m] Created slice system-getty.slice.\n Starting Create list of required st... nodes for the current kernel...\n Starting Apply Kernel Variables...\n[[32m OK [0m] Reached target Encrypted Volumes.\n Starting Setup Virtual Console...\n[[32m OK [0m] Mounted Debug File System.\n[[32m OK [0m] Mounted POSIX Message Queue File System.\n[[32m OK [0m] Mounted Huge Pages File System.\n[[32m OK [0m] Started Journal Service.\n[[32m OK [0m] Started Remount Root and Kernel File Systems.\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[[32m OK [0m] Started Apply Kernel Variables.\n Starting Create Static Device Nodes in /dev...\n Starting Load/Save Random Seed...\n Starting Rebuild Hardware Database...\n[ 2.480755] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).\n Starting Configure read-only root support...\n Starting Flush Journal to Persistent Storage...\n[[32m OK [0m] Mounted NFSD configuration filesystem.\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n[[32m OK [0m] Started Load/Save Random Seed.\n[[32m OK [0m] Started Configure read-only root support.\n[[32m OK [0m] Reached target Local File Systems (Pre).\n[[32m OK [0m] Reached target Local File Systems.\n Starting Import network configuration from initramfs...\n Starting Mark the need to relabel after reboot...\n Starting Preprocess NFS configuration...\n Starting Rebuild Journal Catalog...\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Started Mark the need to relabel after reboot.\n[ 2.532534] systemd-journald[382]: Received request to flush runtime journal from PID 1\n[[32m OK [0m] Started Flush Journal to Persistent Storage.\n[[32m OK [0m] Started Rebuild Journal Catalog.\n[[32m OK [0m] Started Preprocess NFS configuration.\n[[32m OK [0m] Started Import network configuration from initramfs.\n Starting Create Volatile Files and Directories...\n[[32m OK [0m] Started Create Volatile Files and Directories.\n Starting Security Auditing Service...\n[[32m OK [0m] Started udev Kernel Device Manager.\n[[32m OK [0m] Started Setup Virtual Console.\n[ 2.599561] type=1305 audit(1534067435.771:3): audit_pid=430 old=0 auid=4294967295 ses=4294967295 res=1\n[[32m OK [0m] Started Security Auditing Service.\n Starting Update UTMP about System Boot/Shutdown...\n[[32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[32m OK [0m] Started Rebuild Hardware Database.\n Starting udev Coldplug all Devices...\n Starting Update is Completed...\n[[32m OK [0m] Started Update is Completed.\n[[32m OK [0m] Started udev Coldplug all Devices.\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Paths.\n[[32m OK [0m] Reached target Timers.\n[[32m OK [0m] Listening on RPCbind Server Activation Socket.[ 2.797756] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0\n\n[[32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[32m OK [0m] Reached target Sockets.\n[[32m OK [0m] Reached target Basic System.\n[ 2.804573] [drm] Initialized drm 1.1.0 20060810\n Starting LSB: Bring up/down networking...\n Starting Authorization Manager...\n[[32m OK [0m] Started D-Bus System Message Bus.\n[ 2.812884] input: PC Speaker as /devices/platform/pcspkr/input/input5\n[ 2.836343] [TTM] Zone kernel: Available graphics memory: 1940960 kiB\n[ 2.837945] [TTM] Initializing pool allocator\n[ 2.840104] [TTM] Initializing DMA pool allocator\n[ 2.841674] [drm] fb mappable at 0xFC000000\n[ 2.842811] [drm] vram aper at 0xFC000000\n[ 2.842811] [drm] size 33554432\n[ 2.842811] [drm] fb depth is 24\n[ 2.842812] [drm] pitch is 3072\n[ 2.874064] fbcon: cirrusdrmfb (fb0) is primary device\n[ 2.878220] ppdev: user-space parallel port driver\n[ 2.892939] Console: switching to colour frame buffer device 128x48\n[ 2.904723] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device\n Starting D-Bus System Message Bus...\n Starting NTP client/server...\n[[32m OK [0m] Started irqbalance daemon.\n Starting irqbalance daemon...\n Starting Initial cloud-init job (pre-networking)...[ 2.912546] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0\n\n Starting GSSAPI Proxy Daemon...\n Starting Dump dmesg to /var/log/dmesg...\n Starting Login Service...\n[[32m OK [0m] Found device /dev/ttyS0.\n[[32m OK [0m] Started Login Service.\n[ 2.955815] AES CTR mode by8 optimization enabled\n[ 2.961379] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)\n[ 2.979308] alg: No test for crc32 (crc32-pclmul)\n[[32m OK [0m] Started NTP client/server.\n[[32m OK [0m] Started Dump dmesg to /var/log/dmesg.\n[ 2.997214] intel_rapl: no valid rapl domains found in package 0\n[ 3.000596] intel_powerclamp: No package C-state available\n[ 3.006263] intel_powerclamp: No package C-state available[[32m OK [0m] Started Authorization Manager.\n[[32m OK [0m] Started GSSAPI Proxy Daemon.\n[[32m OK [0m] Reached target NFS client services.\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n Starting Permit User Sessions...\n[[32m OK [0m] Started Permit User Sessions.\n[[32m OK [0m] Started Command Scheduler.\n Starting Command Scheduler...\n[[32m OK [0m] Started Getty on tty1.\n Starting Getty on tty1...\n[[32m OK [0m] Started Serial Getty on ttyS0.\n Starting Serial Getty on ttyS0...\n[[32m OK [0m] Reached target Login Prompts.\n[ 3.128152] cloud-init[527]: Cloud-init v. 0.7.5 running 'init-local' at Sun, 12 Aug 2018 09:50:36 +0000. Up 3.09 seconds.\n[[32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[32m OK [0m] Started LSB: Bring up/down networking.\n[[32m OK [0m] Reached target Network.\n Starting Dynamic System Tuning Daemon...\n Starting Postfix Mail Transport Agent...\n Starting PostgreSQL 9.5 database server...\n Starting Initial cloud-init job (metadata service crawler)...\n Starting nginx - high performance web server...\n Starting System Logging Service...\n[[32m OK [0m] Reached target Network is Online.\n Starting RabbitMQ Service...\n[[32m OK [0m] Started InfluxDB Service.\n Starting InfluxDB Service...\n[[32m OK [0m] Started Cloudify Stage Service.\n Starting Cloudify Stage Service...\n Starting LSB: Supports the direct execution of binary formats....\n[[32m OK [0m] Started Cloudify REST Service.\n Starting Cloudify REST Service...\n Starting Crash recovery kernel arming...\n Starting LSB: Starts Logstash as a daemon....\n Starting Notify NFS peers of a restart...\n Starting OpenSSH server daemon...\n[[32m OK [0m] Started LSB: Starts Logstash as a daemon..\n Mounting Arbitrary Executable File Formats File System...\n[[32m OK [0m] Started nginx - high performance web server.\n[[32m OK [0m] Started Notify NFS peers of a restart.\n[[32m OK [0m] Mounted Arbitrary Executable File Formats File System.\n[[32m OK [0m] Started OpenSSH server daemon.\n[[32m OK [0m] Created slice user-993.slice.\n[[32m OK [0m] Started LSB: Supports the direct execution of binary formats..\n[[32m OK [0m] Started Dynamic System Tuning Daemon.\n[ 5.498832] cloud-init[794]: Cloud-init v. 0.7.5 running 'init' at Sun, 12 Aug 2018 09:50:39 +0000. Up 5.42 seconds.\n[ 5.534194] cloud-init[794]: ci-info: +++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++\n[ 5.536176] cloud-init[794]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 5.538018] cloud-init[794]: ci-info: | Device | Up | Address | Mask | Hw-Address |\n[ 5.540610] cloud-init[794]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 5.542595] cloud-init[794]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . |\n[ 5.544595] cloud-init[794]: ci-info: | eth0: | True | 192.168.120.20 | 255.255.255.0 | fa:16:3e:43:18:9f |\n[ 5.546475] cloud-init[794]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 5.548304] cloud-init[794]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\n[ 5.550285] cloud-init[794]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 5.552305] cloud-init[794]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 5.554275] cloud-init[794]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 5.556462] cloud-init[794]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG |\n[ 5.569593] cloud-init[794]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | eth0 | UGH |\n[ 5.576288] cloud-init[794]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\n[ 5.585880] cloud-init[794]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[[32m OK [0m] Started Postfix Mail Transport Agent.\n[[32m OK [0m] Started PostgreSQL 9.5 database server.\n\nCentOS Linux 7 (Core)\nKernel 3.10.0-514.16.1.el7.x86_64 on an x86_64\n\ncloudify login: "} 2018-08-12 09:51:04,671 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/75039fe8-e049-4025-abb5-5c5fafbaa947/action used request id req-8bcf226e-c901-4393-a878-46cc988e1816 2018-08-12 09:51:04,672 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0792558193207s 2018-08-12 09:51:04,673 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/75039fe8-e049-4025-abb5-5c5fafbaa947/action used request id req-8bcf226e-c901-4393-a878-46cc988e1816 2018-08-12 09:51:04,673 - functest.core.singlevm - DEBUG - vm console: [H[J[1;1H[?25l[m[H[J[1;1H[20;7H[mUse the ^ and v keys to change the selection. Press 'e' to edit the selected item, or 'c' for a command prompt. [4;80H [7m[4;1H CentOS Linux (3.10.0-514.16.1.el7.x86_64) 7 (Core) [m[4;79H[m[m[5;1H CentOS Linux (3.10.0-327.28.3.el7.x86_64) 7 (Core) [m[5;79H[m[m[6;1H CentOS Linux (0-rescue-56d65f493d8f854534fe792ecf014b83) 7 (Core) [m[6;79H[m[m[7;1H [m[7;79H[m[m[8;1H [m[8;79H[m[m[9;1H [m[9;79H[m[m[10;1H [m[10;79H[m[m[11;1H [m[11;79H[m[m[12;1H [m[12;79H[m[m[13;1H [m[13;79H[m[m[14;1H [m[14;79H[m[m[15;1H [m[15;79H[m[m[16;1H [m[16;79H[m[m[17;1H [m[17;79H[m[m[18;1H [m[18;79H[m[18;80H [4;79H[22;1H The selected entry will be started automatically in 1s. [4;79H[22;1H The selected entry will be started automatically in 0s. [4;79H[?25h[H[J[1;1H[H[J[1;1H[ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.10.0-514.16.1.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #1 SMP Wed Apr 12 15:04:24 UTC 2017 [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8 [ 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-0x00000000bffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x00000000bffdc000-0x00000000bfffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x140000 max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] e820: last_pfn = 0xbffdc max_arch_pfn = 0x400000000 [ 0.000000] found SMP MP-table at [mem 0x000f6390-0x000f639f] mapped at [ffff8800000f6390] [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff] [ 0.000000] ACPI: RSDP 00000000000f6340 00014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 00000000bffe1351 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 00000000bffe11dd 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 00000000bffdfdc0 0141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 00000000bffdfd80 00040 [ 0.000000] ACPI: APIC 00000000bffe12d1 00080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000013fffffff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x13fffffff] [ 0.000000] NODE_DATA [mem 0x13ffd7000-0x13fffdfff] [ 0.000000] Reserving 161MB of memory at 656MB for crashkernel (System RAM: 4095MB) [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 1:3ff87001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 2334041707 cycles [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal [mem 0x100000000-0x13fffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0xbffdbfff] [ 0.000000] node 0: [mem 0x100000000-0x13fffffff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 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 2 CPUs, 0 hotplug CPUs [ 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] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff] [ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff] [ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff] [ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037 [ 0.000000] Policy zone: Normal [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100 [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form [ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2. [ 0.000000] NR_IRQS:327936 nr_irqs:440 0 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty0] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 16777216 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.334899] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912) [ 0.337123] pid_max: default: 32768 minimum: 301 [ 0.338326] Security Framework initialized [ 0.339444] SELinux: Initializing. [ 0.340729] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.345709] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.348711] Mount-cache hash table entries: 4096 [ 0.350152] Initializing cgroup subsys memory [ 0.351322] Initializing cgroup subsys devices [ 0.352477] Initializing cgroup subsys freezer [ 0.353641] Initializing cgroup subsys net_cls [ 0.354810] Initializing cgroup subsys blkio [ 0.355940] Initializing cgroup subsys perf_event [ 0.357136] Initializing cgroup subsys hugetlb [ 0.358299] Initializing cgroup subsys pids [ 0.359418] Initializing cgroup subsys net_prio [ 0.360667] CPU: Physical Processor ID: 0 [ 0.362457] mce: CPU supports 10 MCE banks [ 0.363594] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.364889] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.366179] tlb_flushall_shift: 6 [ 0.367370] Freeing SMP alternatives: 28k freed [ 0.371187] ACPI: Core revision 20130517 [ 0.372699] ACPI: All ACPI Tables successfully acquired [ 0.374151] ftrace: allocating 25812 entries in 101 pages [ 0.395257] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.396803] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.398298] smpboot: Max logical packages: 2 [ 0.399595] Enabling x2apic [ 0.400498] Enabled x2apic [ 0.401576] Switched APIC routing to physical x2apic. [ 0.403745] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.405237] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.407870] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.415602] KVM setup paravirtual spinlock [ 0.417898] smpboot: Booting Node 0, Processors #1 OK [ 0.419536] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.441334] Brought up 2 CPUs [ 0.441336] KVM setup async PF for cpu 1 [ 0.441339] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.444521] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.446677] devtmpfs: initialized [ 0.449282] EVM: security.selinux [ 0.450309] EVM: security.ima [ 0.451243] EVM: security.capability [ 0.452914] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.454469] pinctrl core: initialized pinctrl subsystem [ 0.455887] NET: Registered protocol family 16 [ 0.457233] ACPI: bus type PCI registered [ 0.458363] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.459911] PCI: Using configuration type 1 for base access [ 0.464666] ACPI: Added _OSI(Module Device) [ 0.465885] ACPI: Added _OSI(Processor Device) [ 0.467021] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.468194] ACPI: Added _OSI(Processor Aggregator Device) [ 0.470555] ACPI: Interpreter enabled [ 0.471605] ACPI: (supports S0 S5) [ 0.472584] ACPI: Using IOAPIC for interrupt routing [ 0.473801] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.477698] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.479113] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.480620] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.482107] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.484847] acpiphp: Slot [3] registered [ 0.485913] acpiphp: Slot [4] registered [ 0.487008] acpiphp: Slot [5] registered [ 0.488075] acpiphp: Slot [6] registered [ 0.489144] acpiphp: Slot [7] registered [ 0.490215] acpiphp: Slot [8] registered [ 0.491293] acpiphp: Slot [9] registered [ 0.492366] acpiphp: Slot [10] registered [ 0.493454] acpiphp: Slot [11] registered [ 0.494540] acpiphp: Slot [12] registered [ 0.495638] acpiphp: Slot [13] registered [ 0.496733] acpiphp: Slot [14] registered [ 0.497825] acpiphp: Slot [15] registered [ 0.498920] acpiphp: Slot [16] registered [ 0.500015] acpiphp: Slot [17] registered [ 0.501115] acpiphp: Slot [18] registered [ 0.502205] acpiphp: Slot [19] registered [ 0.503293] acpiphp: Slot [20] registered [ 0.504382] acpiphp: Slot [21] registered [ 0.505466] acpiphp: Slot [22] registered [ 0.506560] acpiphp: Slot [23] registered [ 0.507652] acpiphp: Slot [24] registered [ 0.508750] acpiphp: Slot [25] registered [ 0.509846] acpiphp: Slot [26] registered [ 0.510950] acpiphp: Slot [27] registered [ 0.512045] acpiphp: Slot [28] registered [ 0.513133] acpiphp: Slot [29] registered [ 0.514223] acpiphp: Slot [30] registered [ 0.515322] acpiphp: Slot [31] registered [ 0.516394] PCI host bridge to bus 0000:00 [ 0.517475] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.518763] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.520264] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.521813] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.523792] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.525759] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window] [ 0.530111] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.531788] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.533226] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.534771] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.538029] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.539990] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.563493] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.565292] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.567022] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.568757] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.570426] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.572084] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.573715] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.575811] vgaarb: loaded [ 0.576684] vgaarb: bridge control possible 0000:00:02.0 [ 0.578094] SCSI subsystem initialized [ 0.579170] ACPI: bus type USB registered [ 0.580266] usbcore: registered new interface driver usbfs [ 0.581587] usbcore: registered new interface driver hub [ 0.582880] usbcore: registered new device driver usb [ 0.584304] PCI: Using ACPI for IRQ routing [ 0.585712] NetLabel: Initializing [ 0.586700] NetLabel: domain hash size = 128 [ 0.587834] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.589090] NetLabel: unlabeled traffic allowed by default [ 0.590515] Switched to clocksource kvm-clock [ 0.598823] pnp: PnP ACPI init [ 0.599764] ACPI: bus type PNP registered [ 0.601172] pnp: PnP ACPI: found 5 devices [ 0.602256] ACPI: bus type PNP unregistered [ 0.610208] NET: Registered protocol family 2 [ 0.611635] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.613797] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.615594] TCP: Hash tables configured (established 32768 bind 32768) [ 0.617133] TCP: reno registered [ 0.618086] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.619500] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.621088] NET: Registered protocol family 1 [ 0.622250] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.623607] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.624939] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.644786] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.664683] Unpacking initramfs... [ 1.109566] Freeing initrd memory: 37508k freed [ 1.118944] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.120492] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.123250] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.124763] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.126419] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.127849] Initialise system trusted keyring [ 1.128999] audit: initializing netlink socket (disabled) [ 1.130273] type=2000 audit(1534067434.113:1): initialized [ 1.146756] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.148181] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.150356] zpool: loaded [ 1.151235] zbud: loaded [ 1.152262] VFS: Disk quotas dquot_6.5.2 [ 1.153356] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.154928] msgmni has been set to 7578 [ 1.156030] Key type big_key registered [ 1.157747] NET: Registered protocol family 38 [ 1.158959] Key type asymmetric registered [ 1.160115] Asymmetric key parser 'x509' registered [ 1.161425] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.163555] io scheduler noop registered [ 1.164661] io scheduler deadline registered (default) [ 1.175698] io scheduler cfq registered [ 1.176865] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.178216] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.179842] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.181932] ACPI: Power Button [PWRF] [ 1.183102] GHES: HEST is not enabled! [ 1.184272] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.208782] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.210474] Non-volatile memory driver v1.3 [ 1.211650] Linux agpgart interface v0.103 [ 1.212879] crash memory driver: version 1.1 [ 1.214077] rdac: device handler registered [ 1.215273] hp_sw: device handler registered [ 1.216435] emc: device handler registered [ 1.217586] alua: device handler registered [ 1.218772] libphy: Fixed MDIO Bus: probed [ 1.219944] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.221459] ehci-pci: EHCI PCI platform driver [ 1.222671] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.224203] ohci-pci: OHCI PCI platform driver [ 1.225425] uhci_hcd: USB Universal Host Controller Interface driver [ 1.245159] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.246542] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.248576] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.249917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.251385] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.252999] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.255103] usb usb1: Product: UHCI Host Controller [ 1.256436] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.258151] usb usb1: SerialNumber: 0000:00:01.2 [ 1.259479] hub 1-0:1.0: USB hub found [ 1.260616] hub 1-0:1.0: 2 ports detected [ 1.261943] usbcore: registered new interface driver usbserial [ 1.263468] usbcore: registered new interface driver usbserial_generic [ 1.265134] usbserial: USB Serial support registered for generic [ 1.266742] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.269690] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.271075] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.272529] mousedev: PS/2 mouse device common for all mice [ 1.274240] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.276855] rtc_cmos 00:00: RTC can wake from S4 [ 1.278659] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.281024] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.282796] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.285127] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.286776] cpuidle: using governor menu [ 1.288077] hidraw: raw HID events driver (C) Jiri Kosina [ 1.289821] usbcore: registered new interface driver usbhid [ 1.291492] usbhid: USB HID core driver [ 1.292889] drop_monitor: Initializing network drop monitor service [ 1.294789] TCP: cubic registered [ 1.295980] Initializing XFRM netlink socket [ 1.297450] NET: Registered protocol family 10 [ 1.299181] NET: Registered protocol family 17 [ 1.300827] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.302597] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.304009] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.306935] Loading compiled-in X.509 certificates [ 1.308449] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.311367] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.314702] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.317602] registered taskstats version 1 [ 1.320714] Key type trusted registered [ 1.323275] Key type encrypted registered [ 1.325739] IMA: No TPM chip found, activating TPM-bypass! [ 1.327737] rtc_cmos 00:00: setting system clock to 2018-08-12 09:50:34 UTC (1534067434) [ 1.331004] Freeing unused kernel memory: 1680k freed [ 1.336014] systemd[1]: systemd 219 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID +ELFUTILS +KMOD +IDN) [ 1.340017] systemd[1]: Detected virtualization kvm. [ 1.341240] systemd[1]: Detected architecture x86-64. [ 1.342461] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.345098] systemd[1]: No hostname configured. [ 1.346540] systemd[1]: Set hostname to . [ 1.348158] systemd[1]: Initializing machine ID from KVM UUID. [[32m OK [0m] Reached target Swap. [ 1.371244] systemd[1]: Reached target Swap. [ 1.372671] systemd[1]: Starting Swap. [[32m OK [0m] Created slice Root Slice. [ 1.375044] systemd[1]: Created slice Root Slice. [ 1.376542] systemd[1]: Starting Root Slice. [[32m OK [0m] Created slice System Slice. [ 1.379016] systemd[1]: Created slice System Slice. [ 1.380543] systemd[1]: Starting System Slice. [ 1.382010] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.384581] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Listening on udev Kernel Socket. [ 1.388287] systemd[1]: Listening on udev Kernel Socket. [ 1.389910] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Reached target Local File Systems. [ 1.392565] systemd[1]: Reached target Local File Systems. [ 1.394238] systemd[1]: Starting Local File Systems. [[32m OK [0m] Listening on udev Control Socket. [ 1.396892] systemd[1]: Listening on udev Control Socket. [ 1.398521] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Reached target Slices. [ 1.401070] systemd[1]: Reached target Slices. [ 1.402456] systemd[1]: Starting Slices. [[32m OK [0m] Reached target Timers. [ 1.404720] systemd[1]: Reached target Timers. [ 1.406129] systemd[1]: Starting Timers. [[32m OK [0m] Listening on Journal Socket. [ 1.408506] systemd[1]: Listening on Journal Socket. [ 1.410019] systemd[1]: Starting Journal Socket. [ 1.411883] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [[32m OK [0m] Reached target Sockets. [ 1.415538] systemd[1]: Reached target Sockets. [ 1.417019] systemd[1]: Starting Sockets. [ 1.418628] systemd[1]: Starting Journal Service... Starting Journal Service... [ 1.421341] 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... [ 1.426020] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [[32m OK [0m] Reached target Paths. [ 1.429804] systemd[1]: Reached target Paths. [ 1.431230] systemd[1]: Starting Paths. [[32m OK [0m] Started Journal Service. [ 1.433697] systemd[1]: Started Journal Service. [[32m OK [0m] Started Apply Kernel Variables. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. Starting Create Static Device Nodes in /dev... [[32m OK [0m] Started Create Static Device Nodes in /dev. [[32m OK [0m] Started dracut cmdline hook. Starting dracut pre-udev hook... [ 1.498456] RPC: Registered named UNIX socket transport module. [ 1.500255] RPC: Registered udp transport module. [ 1.501779] RPC: Registered tcp transport module. [ 1.503302] RPC: Registered tcp NFSv4.1 backchannel transport module. [[32m OK [0m] Started dracut pre-udev hook. Starting udev Kernel Device Manager... [[32m OK [0m] Started udev Kernel Device Manager. Starting dracut pre-trigger hook... [[32m OK [0m] Started dracut pre-trigger hook. Starting udev Coldplug all Devices... [ 1.564526] usb 1-1: new full-speed USB device number 2 using uhci_hcd Mounting Configuration File System... [[32m OK [0m] Mounted Configuration File System. [[32m OK [0m] Started udev Coldplug all Devices. Starting dracut initqueue hook... [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Basic System. [ 1.594827] FDC 0 is a S82078B [ 1.620762] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.623716] scsi host0: ata_piix [ 1.624999] scsi host1: ata_piix [ 1.626231] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.628221] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.667129] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.674406] vda: vda1 [[32m OK [0m] Found device /dev/disk/by-uuid/f13d84b4-c756-4d89-9d5e-6b534397aa14. Starting File System Check on /dev/...4-c756-4d89-9d5e-6b534397aa14... [[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14. [ 1.717927] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.720043] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.722283] usb 1-1: Product: QEMU USB Tablet [ 1.723808] usb 1-1: Manufacturer: QEMU [ 1.725222] usb 1-1: SerialNumber: 42 [ 1.735080] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 1.738381] 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 [[32m OK [0m] Started dracut initqueue hook. Mounting /sysroot... [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. [ 1.822302] SGI XFS with ACLs, security attributes, no debug enabled [ 1.824795] XFS (vda1): Mounting V4 Filesystem [ 1.847991] XFS (vda1): Ending clean mount [[32m OK [0m] Mounted /sysroot. [[32m OK [0m] Reached target Initrd Root File System. Starting Reload Configuration from the Real Root... [[32m OK [0m] Started Reload Configuration from the Real Root. [[32m OK [0m] Reached target Initrd File Systems. [[32m OK [0m] Reached target Initrd Default Target. Starting dracut pre-pivot and cleanup hook... [[32m OK [0m] Started dracut pre-pivot and cleanup hook. Starting Cleaning Up and Shutting Down Daemons... [[32m OK [0m] Stopped target Timers. [[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons. [[32m OK [0m] Stopped dracut pre-pivot and cleanup hook. Stopping dracut pre-pivot and cleanup hook... [[32m OK [0m] Stopped target Remote File Systems. [[32m OK [0m] Stopped target Remote File Systems (Pre). [[32m OK [0m] Stopped dracut initqueue hook. Stopping dracut initqueue hook... [[32m OK [0m] Stopped target Initrd Default Target. [[32m OK [0m] Stopped target Basic System. [[32m OK [0m] Stopped target Sockets. [[32m OK [0m] Stopped target System Initialization. [[32m OK [0m] Stopped Apply Kernel Variables. Stopping Apply Kernel Variables... [[32m OK [0m] Stopped target Local File Systems. [[32m OK [0m] Stopped udev Coldplug all Devices. Stopping udev Coldplug all Devices... [[32m OK [0m] Stopped dracut pre-trigger hook. Stopping dracut pre-trigger hook... Stopping udev Kernel Device Manager... [[32m OK [0m] Stopped target Swap. [[32m OK [0m] Stopped target Paths. [[32m OK [0m] Stopped target Slices. [[32m OK [0m] Stopped udev Kernel Device Manager. [[32m OK [0m] Stopped Create Static Device Nodes in /dev. Stopping Create Static Device Nodes in /dev... [[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel. Stopping Create list of required st... nodes for the current kernel... [[32m OK [0m] Stopped dracut pre-udev hook. Stopping dracut pre-udev hook... [[32m OK [0m] Stopped dracut cmdline hook. Stopping dracut cmdline hook... [[32m OK [0m] Closed udev Control Socket. [[32m OK [0m] Closed udev Kernel Socket. Starting Cleanup udevd DB... [[32m OK [0m] Started Cleanup udevd DB. [[32m OK [0m] Reached target Switch Root. Starting Switch Root... [ 2.091114] systemd-journald[105]: Received SIGTERM from PID 1 (systemd). [ 2.124552] tsc: Refined TSC clocksource calibration: 3491.846 MHz [ 2.176016] SELinux: Disabled at runtime. [ 2.214559] type=1404 audit(1534067435.386:2): selinux=0 auid=4294967295 ses=4294967295 [ 2.238684] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.240615] systemd[1]: Inserted module 'ip_tables' Welcome to [0;31mCentOS Linux 7 (Core)[0m! [[32m OK [0m] Stopped Switch Root. [[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [[32m OK [0m] Stopped Journal Service. Starting Journal Service... [[32m OK [0m] Listening on Delayed Shutdown Socket. [[32m OK [0m] Created slice User and Session Slice. [[32m OK [0m] Reached target Swap. Mounting Debug File System... [[32m OK [0m] Created slice system-serial\x2dgetty.slice. [[32m OK [0m] Listening on udev Control Socket. [[32m OK [0m] Created slice system-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice. Mounting Huge Pages File System... [[32m OK [0m] Listening on udev Kernel Socket. Mounting POSIX Message Queue File System... [[32m OK [0m] Stopped target Switch Root. [[32m OK [0m] Stopped target Initrd Root File System. [[32m OK [0m] Stopped target Initrd File Systems. Mounting NFSD configuration filesystem... [[32m OK [0m] Reached target Slices. [[32m OK [0m] Stopped File System Check on Root Device. Stopping File System Check on Root Device... Starting Remount Root and Kernel File Systems... [[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [[32m OK [0m] Created slice system-getty.slice. Starting Create list of required st... nodes for the current kernel... Starting Apply Kernel Variables... [[32m OK [0m] Reached target Encrypted Volumes. Starting Setup Virtual Console... [[32m OK [0m] Mounted Debug File System. [[32m OK [0m] Mounted POSIX Message Queue File System. [[32m OK [0m] Mounted Huge Pages File System. [[32m OK [0m] Started Journal Service. [[32m OK [0m] Started Remount Root and Kernel File Systems. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [[32m OK [0m] Started Apply Kernel Variables. Starting Create Static Device Nodes in /dev... Starting Load/Save Random Seed... Starting Rebuild Hardware Database... [ 2.480755] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). Starting Configure read-only root support... Starting Flush Journal to Persistent Storage... [[32m OK [0m] Mounted NFSD configuration filesystem. [[32m OK [0m] Started Create Static Device Nodes in /dev. [[32m OK [0m] Started Load/Save Random Seed. [[32m OK [0m] Started Configure read-only root support. [[32m OK [0m] Reached target Local File Systems (Pre). [[32m OK [0m] Reached target Local File Systems. Starting Import network configuration from initramfs... Starting Mark the need to relabel after reboot... Starting Preprocess NFS configuration... Starting Rebuild Journal Catalog... Starting udev Kernel Device Manager... [[32m OK [0m] Started Mark the need to relabel after reboot. [ 2.532534] systemd-journald[382]: Received request to flush runtime journal from PID 1 [[32m OK [0m] Started Flush Journal to Persistent Storage. [[32m OK [0m] Started Rebuild Journal Catalog. [[32m OK [0m] Started Preprocess NFS configuration. [[32m OK [0m] Started Import network configuration from initramfs. Starting Create Volatile Files and Directories... [[32m OK [0m] Started Create Volatile Files and Directories. Starting Security Auditing Service... [[32m OK [0m] Started udev Kernel Device Manager. [[32m OK [0m] Started Setup Virtual Console. [ 2.599561] type=1305 audit(1534067435.771:3): audit_pid=430 old=0 auid=4294967295 ses=4294967295 res=1 [[32m OK [0m] Started Security Auditing Service. Starting Update UTMP about System Boot/Shutdown... [[32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[32m OK [0m] Started Rebuild Hardware Database. Starting udev Coldplug all Devices... Starting Update is Completed... [[32m OK [0m] Started Update is Completed. [[32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Paths. [[32m OK [0m] Reached target Timers. [[32m OK [0m] Listening on RPCbind Server Activation Socket.[ 2.797756] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0 [[32m OK [0m] Listening on D-Bus System Message Bus Socket. [[32m OK [0m] Reached target Sockets. [[32m OK [0m] Reached target Basic System. [ 2.804573] [drm] Initialized drm 1.1.0 20060810 Starting LSB: Bring up/down networking... Starting Authorization Manager... [[32m OK [0m] Started D-Bus System Message Bus. [ 2.812884] input: PC Speaker as /devices/platform/pcspkr/input/input5 [ 2.836343] [TTM] Zone kernel: Available graphics memory: 1940960 kiB [ 2.837945] [TTM] Initializing pool allocator [ 2.840104] [TTM] Initializing DMA pool allocator [ 2.841674] [drm] fb mappable at 0xFC000000 [ 2.842811] [drm] vram aper at 0xFC000000 [ 2.842811] [drm] size 33554432 [ 2.842811] [drm] fb depth is 24 [ 2.842812] [drm] pitch is 3072 [ 2.874064] fbcon: cirrusdrmfb (fb0) is primary device [ 2.878220] ppdev: user-space parallel port driver [ 2.892939] Console: switching to colour frame buffer device 128x48 [ 2.904723] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device Starting D-Bus System Message Bus... Starting NTP client/server... [[32m OK [0m] Started irqbalance daemon. Starting irqbalance daemon... Starting Initial cloud-init job (pre-networking)...[ 2.912546] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 Starting GSSAPI Proxy Daemon... Starting Dump dmesg to /var/log/dmesg... Starting Login Service... [[32m OK [0m] Found device /dev/ttyS0. [[32m OK [0m] Started Login Service. [ 2.955815] AES CTR mode by8 optimization enabled [ 2.961379] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) [ 2.979308] alg: No test for crc32 (crc32-pclmul) [[32m OK [0m] Started NTP client/server. [[32m OK [0m] Started Dump dmesg to /var/log/dmesg. [ 2.997214] intel_rapl: no valid rapl domains found in package 0 [ 3.000596] intel_powerclamp: No package C-state available [ 3.006263] intel_powerclamp: No package C-state available[[32m OK [0m] Started Authorization Manager. [[32m OK [0m] Started GSSAPI Proxy Daemon. [[32m OK [0m] Reached target NFS client services. [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. Starting Permit User Sessions... [[32m OK [0m] Started Permit User Sessions. [[32m OK [0m] Started Command Scheduler. Starting Command Scheduler... [[32m OK [0m] Started Getty on tty1. Starting Getty on tty1... [[32m OK [0m] Started Serial Getty on ttyS0. Starting Serial Getty on ttyS0... [[32m OK [0m] Reached target Login Prompts. [ 3.128152] cloud-init[527]: Cloud-init v. 0.7.5 running 'init-local' at Sun, 12 Aug 2018 09:50:36 +0000. Up 3.09 seconds. [[32m OK [0m] Started Initial cloud-init job (pre-networking). [[32m OK [0m] Started LSB: Bring up/down networking. [[32m OK [0m] Reached target Network. Starting Dynamic System Tuning Daemon... Starting Postfix Mail Transport Agent... Starting PostgreSQL 9.5 database server... Starting Initial cloud-init job (metadata service crawler)... Starting nginx - high performance web server... Starting System Logging Service... [[32m OK [0m] Reached target Network is Online. Starting RabbitMQ Service... [[32m OK [0m] Started InfluxDB Service. Starting InfluxDB Service... [[32m OK [0m] Started Cloudify Stage Service. Starting Cloudify Stage Service... Starting LSB: Supports the direct execution of binary formats.... [[32m OK [0m] Started Cloudify REST Service. Starting Cloudify REST Service... Starting Crash recovery kernel arming... Starting LSB: Starts Logstash as a daemon.... Starting Notify NFS peers of a restart... Starting OpenSSH server daemon... [[32m OK [0m] Started LSB: Starts Logstash as a daemon.. Mounting Arbitrary Executable File Formats File System... [[32m OK [0m] Started nginx - high performance web server. [[32m OK [0m] Started Notify NFS peers of a restart. [[32m OK [0m] Mounted Arbitrary Executable File Formats File System. [[32m OK [0m] Started OpenSSH server daemon. [[32m OK [0m] Created slice user-993.slice. [[32m OK [0m] Started LSB: Supports the direct execution of binary formats.. [[32m OK [0m] Started Dynamic System Tuning Daemon. [ 5.498832] cloud-init[794]: Cloud-init v. 0.7.5 running 'init' at Sun, 12 Aug 2018 09:50:39 +0000. Up 5.42 seconds. [ 5.534194] cloud-init[794]: ci-info: +++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++ [ 5.536176] cloud-init[794]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 5.538018] cloud-init[794]: ci-info: | Device | Up | Address | Mask | Hw-Address | [ 5.540610] cloud-init[794]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 5.542595] cloud-init[794]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . | [ 5.544595] cloud-init[794]: ci-info: | eth0: | True | 192.168.120.20 | 255.255.255.0 | fa:16:3e:43:18:9f | [ 5.546475] cloud-init[794]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 5.548304] cloud-init[794]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ [ 5.550285] cloud-init[794]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 5.552305] cloud-init[794]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 5.554275] cloud-init[794]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 5.556462] cloud-init[794]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG | [ 5.569593] cloud-init[794]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | eth0 | UGH | [ 5.576288] cloud-init[794]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | [ 5.585880] cloud-init[794]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [[32m OK [0m] Started Postfix Mail Transport Agent. [[32m OK [0m] Started PostgreSQL 9.5 database server. CentOS Linux 7 (Core) Kernel 3.10.0-514.16.1.el7.x86_64 on an x86_64 cloudify login: 2018-08-12 09:51:04,677 - paramiko.transport - DEBUG - starting thread (client mode): 0x72d1ad0L 2018-08-12 09:51:04,678 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-12 09:51:04,685 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1 2018-08-12 09:51:04,685 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1) 2018-08-12 09:51:04,687 - 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-group-exchange-sha1', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] server encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] client mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', 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-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] server mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', 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-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] 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 09:51:04,687 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-12 09:51:04,687 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-12 09:51:04,687 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-12 09:51:04,687 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-12 09:51:04,688 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-12 09:51:04,692 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-12 09:51:04,693 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-12 09:51:04,710 - paramiko.transport - DEBUG - Trying discovered key 667524c8c45a18416a1e17ab5700b5d0 in /tmp/tmpXkNgUd 2018-08-12 09:51:04,732 - paramiko.transport - DEBUG - userauth is OK 2018-08-12 09:51:14,752 - paramiko.transport - INFO - Authentication (publickey) failed. 2018-08-12 09:51:14,757 - paramiko.transport - DEBUG - Trying discovered key 53a32704d80d9fa5426a394ad4fcf413 in /root/.ssh/id_rsa 2018-08-12 09:51:14,758 - paramiko.transport - DEBUG - userauth is OK 2018-08-12 09:51:14,763 - paramiko.transport - INFO - Authentication (publickey) failed. 2018-08-12 09:51:14,765 - functest.core.singlevm - DEBUG - try 3: cannot connect to 172.30.9.207: Authentication failed. 2018-08-12 09:51:23,774 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-12 09:51:23,776 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/75039fe8-e049-4025-abb5-5c5fafbaa947/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}e6a9e716de36ad4f17a6eaac67e7556d9864f542" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 09:51:23,858 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09: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-05491b06-6c3c-48a9-918a-fa96c80c14ae x-compute-request-id: req-05491b06-6c3c-48a9-918a-fa96c80c14ae Content-Encoding: gzip Content-Length: 11742 Content-Type: application/json RESP BODY: {"output": "[H[J[1;1H[?25l[m[H[J[1;1H[20;7H[mUse the ^ and v keys to change the selection. \n Press 'e' to edit the selected item, or 'c' for a command prompt. [4;80H [7m[4;1H CentOS Linux (3.10.0-514.16.1.el7.x86_64) 7 (Core) [m[4;79H[m[m[5;1H CentOS Linux (3.10.0-327.28.3.el7.x86_64) 7 (Core) [m[5;79H[m[m[6;1H CentOS Linux (0-rescue-56d65f493d8f854534fe792ecf014b83) 7 (Core) [m[6;79H[m[m[7;1H [m[7;79H[m[m[8;1H [m[8;79H[m[m[9;1H [m[9;79H[m[m[10;1H [m[10;79H[m[m[11;1H [m[11;79H[m[m[12;1H [m[12;79H[m[m[13;1H [m[13;79H[m[m[14;1H [m[14;79H[m[m[15;1H [m[15;79H[m[m[16;1H [m[16;79H[m[m[17;1H [m[17;79H[m[m[18;1H [m[18;79H[m[18;80H [4;79H[22;1H The selected entry will be started automatically in 1s. [4;79H[22;1H The selected entry will be started automatically in 0s. [4;79H[?25h[H[J[1;1H[H[J[1;1H[ 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 3.10.0-514.16.1.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #1 SMP Wed Apr 12 15:04:24 UTC 2017\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8\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-0x00000000bffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x00000000bffdc000-0x00000000bfffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable\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 = 0x140000 max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] e820: last_pfn = 0xbffdc max_arch_pfn = 0x400000000\n[ 0.000000] found SMP MP-table at [mem 0x000f6390-0x000f639f] mapped at [ffff8800000f6390]\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff]\n[ 0.000000] ACPI: RSDP 00000000000f6340 00014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 00000000bffe1351 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 00000000bffe11dd 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 00000000bffdfdc0 0141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 00000000bffdfd80 00040\n[ 0.000000] ACPI: APIC 00000000bffe12d1 00080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000013fffffff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x13fffffff]\n[ 0.000000] NODE_DATA [mem 0x13ffd7000-0x13fffdfff]\n[ 0.000000] Reserving 161MB of memory at 656MB for crashkernel (System RAM: 4095MB)\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 1:3ff87001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 2334041707 cycles\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal [mem 0x100000000-0x13fffffff]\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0xbffdbfff]\n[ 0.000000] node 0: [mem 0x100000000-0x13fffffff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\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 2 CPUs, 0 hotplug CPUs\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] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff]\n[ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037\n[ 0.000000] Policy zone: Normal\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form\n[ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2.\n[ 0.000000] NR_IRQS:327936 nr_irqs:440 0\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty0] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 16777216 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.334899] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912)\n[ 0.337123] pid_max: default: 32768 minimum: 301\n[ 0.338326] Security Framework initialized\n[ 0.339444] SELinux: Initializing.\n[ 0.340729] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.345709] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.348711] Mount-cache hash table entries: 4096\n[ 0.350152] Initializing cgroup subsys memory\n[ 0.351322] Initializing cgroup subsys devices\n[ 0.352477] Initializing cgroup subsys freezer\n[ 0.353641] Initializing cgroup subsys net_cls\n[ 0.354810] Initializing cgroup subsys blkio\n[ 0.355940] Initializing cgroup subsys perf_event\n[ 0.357136] Initializing cgroup subsys hugetlb\n[ 0.358299] Initializing cgroup subsys pids\n[ 0.359418] Initializing cgroup subsys net_prio\n[ 0.360667] CPU: Physical Processor ID: 0\n[ 0.362457] mce: CPU supports 10 MCE banks\n[ 0.363594] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.364889] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.366179] tlb_flushall_shift: 6\n[ 0.367370] Freeing SMP alternatives: 28k freed\n[ 0.371187] ACPI: Core revision 20130517\n[ 0.372699] ACPI: All ACPI Tables successfully acquired\n[ 0.374151] ftrace: allocating 25812 entries in 101 pages\n[ 0.395257] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.396803] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.398298] smpboot: Max logical packages: 2\n[ 0.399595] Enabling x2apic\n[ 0.400498] Enabled x2apic\n[ 0.401576] Switched APIC routing to physical x2apic.\n[ 0.403745] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.405237] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.407870] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.415602] KVM setup paravirtual spinlock\n[ 0.417898] smpboot: Booting Node 0, Processors #1 OK\n[ 0.419536] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.441334] Brought up 2 CPUs\n[ 0.441336] KVM setup async PF for cpu 1\n[ 0.441339] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.444521] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.446677] devtmpfs: initialized\n[ 0.449282] EVM: security.selinux\n[ 0.450309] EVM: security.ima\n[ 0.451243] EVM: security.capability\n[ 0.452914] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.454469] pinctrl core: initialized pinctrl subsystem\n[ 0.455887] NET: Registered protocol family 16\n[ 0.457233] ACPI: bus type PCI registered\n[ 0.458363] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.459911] PCI: Using configuration type 1 for base access\n[ 0.464666] ACPI: Added _OSI(Module Device)\n[ 0.465885] ACPI: Added _OSI(Processor Device)\n[ 0.467021] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.468194] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.470555] ACPI: Interpreter enabled\n[ 0.471605] ACPI: (supports S0 S5)\n[ 0.472584] ACPI: Using IOAPIC for interrupt routing\n[ 0.473801] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.477698] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.479113] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.480620] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.482107] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.484847] acpiphp: Slot [3] registered\n[ 0.485913] acpiphp: Slot [4] registered\n[ 0.487008] acpiphp: Slot [5] registered\n[ 0.488075] acpiphp: Slot [6] registered\n[ 0.489144] acpiphp: Slot [7] registered\n[ 0.490215] acpiphp: Slot [8] registered\n[ 0.491293] acpiphp: Slot [9] registered\n[ 0.492366] acpiphp: Slot [10] registered\n[ 0.493454] acpiphp: Slot [11] registered\n[ 0.494540] acpiphp: Slot [12] registered\n[ 0.495638] acpiphp: Slot [13] registered\n[ 0.496733] acpiphp: Slot [14] registered\n[ 0.497825] acpiphp: Slot [15] registered\n[ 0.498920] acpiphp: Slot [16] registered\n[ 0.500015] acpiphp: Slot [17] registered\n[ 0.501115] acpiphp: Slot [18] registered\n[ 0.502205] acpiphp: Slot [19] registered\n[ 0.503293] acpiphp: Slot [20] registered\n[ 0.504382] acpiphp: Slot [21] registered\n[ 0.505466] acpiphp: Slot [22] registered\n[ 0.506560] acpiphp: Slot [23] registered\n[ 0.507652] acpiphp: Slot [24] registered\n[ 0.508750] acpiphp: Slot [25] registered\n[ 0.509846] acpiphp: Slot [26] registered\n[ 0.510950] acpiphp: Slot [27] registered\n[ 0.512045] acpiphp: Slot [28] registered\n[ 0.513133] acpiphp: Slot [29] registered\n[ 0.514223] acpiphp: Slot [30] registered\n[ 0.515322] acpiphp: Slot [31] registered\n[ 0.516394] PCI host bridge to bus 0000:00\n[ 0.517475] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.518763] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.520264] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.521813] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.523792] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.525759] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window]\n[ 0.530111] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.531788] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.533226] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.534771] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.538029] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.539990] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.563493] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.565292] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.567022] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.568757] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.570426] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.572084] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.573715] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.575811] vgaarb: loaded\n[ 0.576684] vgaarb: bridge control possible 0000:00:02.0\n[ 0.578094] SCSI subsystem initialized\n[ 0.579170] ACPI: bus type USB registered\n[ 0.580266] usbcore: registered new interface driver usbfs\n[ 0.581587] usbcore: registered new interface driver hub\n[ 0.582880] usbcore: registered new device driver usb\n[ 0.584304] PCI: Using ACPI for IRQ routing\n[ 0.585712] NetLabel: Initializing\n[ 0.586700] NetLabel: domain hash size = 128\n[ 0.587834] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.589090] NetLabel: unlabeled traffic allowed by default\n[ 0.590515] Switched to clocksource kvm-clock\n[ 0.598823] pnp: PnP ACPI init\n[ 0.599764] ACPI: bus type PNP registered\n[ 0.601172] pnp: PnP ACPI: found 5 devices\n[ 0.602256] ACPI: bus type PNP unregistered\n[ 0.610208] NET: Registered protocol family 2\n[ 0.611635] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.613797] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.615594] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.617133] TCP: reno registered\n[ 0.618086] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.619500] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.621088] NET: Registered protocol family 1\n[ 0.622250] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.623607] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.624939] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.644786] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.664683] Unpacking initramfs...\n[ 1.109566] Freeing initrd memory: 37508k freed\n[ 1.118944] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.120492] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.123250] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.124763] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.126419] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.127849] Initialise system trusted keyring\n[ 1.128999] audit: initializing netlink socket (disabled)\n[ 1.130273] type=2000 audit(1534067434.113:1): initialized\n[ 1.146756] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.148181] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.150356] zpool: loaded\n[ 1.151235] zbud: loaded\n[ 1.152262] VFS: Disk quotas dquot_6.5.2\n[ 1.153356] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.154928] msgmni has been set to 7578\n[ 1.156030] Key type big_key registered\n[ 1.157747] NET: Registered protocol family 38\n[ 1.158959] Key type asymmetric registered\n[ 1.160115] Asymmetric key parser 'x509' registered\n[ 1.161425] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.163555] io scheduler noop registered\n[ 1.164661] io scheduler deadline registered (default)\n[ 1.175698] io scheduler cfq registered\n[ 1.176865] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.178216] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.179842] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.181932] ACPI: Power Button [PWRF]\n[ 1.183102] GHES: HEST is not enabled!\n[ 1.184272] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.208782] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.210474] Non-volatile memory driver v1.3\n[ 1.211650] Linux agpgart interface v0.103\n[ 1.212879] crash memory driver: version 1.1\n[ 1.214077] rdac: device handler registered\n[ 1.215273] hp_sw: device handler registered\n[ 1.216435] emc: device handler registered\n[ 1.217586] alua: device handler registered\n[ 1.218772] libphy: Fixed MDIO Bus: probed\n[ 1.219944] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.221459] ehci-pci: EHCI PCI platform driver\n[ 1.222671] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.224203] ohci-pci: OHCI PCI platform driver\n[ 1.225425] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.245159] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.246542] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.248576] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.249917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.251385] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.252999] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.255103] usb usb1: Product: UHCI Host Controller\n[ 1.256436] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.258151] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.259479] hub 1-0:1.0: USB hub found\n[ 1.260616] hub 1-0:1.0: 2 ports detected\n[ 1.261943] usbcore: registered new interface driver usbserial\n[ 1.263468] usbcore: registered new interface driver usbserial_generic\n[ 1.265134] usbserial: USB Serial support registered for generic\n[ 1.266742] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.269690] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.271075] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.272529] mousedev: PS/2 mouse device common for all mice\n[ 1.274240] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.276855] rtc_cmos 00:00: RTC can wake from S4\n[ 1.278659] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.281024] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.282796] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.285127] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.286776] cpuidle: using governor menu\n[ 1.288077] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.289821] usbcore: registered new interface driver usbhid\n[ 1.291492] usbhid: USB HID core driver\n[ 1.292889] drop_monitor: Initializing network drop monitor service\n[ 1.294789] TCP: cubic registered\n[ 1.295980] Initializing XFRM netlink socket\n[ 1.297450] NET: Registered protocol family 10\n[ 1.299181] NET: Registered protocol family 17\n[ 1.300827] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.302597] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.304009] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.306935] Loading compiled-in X.509 certificates\n[ 1.308449] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.311367] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.314702] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.317602] registered taskstats version 1\n[ 1.320714] Key type trusted registered\n[ 1.323275] Key type encrypted registered\n[ 1.325739] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.327737] rtc_cmos 00:00: setting system clock to 2018-08-12 09:50:34 UTC (1534067434)\n[ 1.331004] Freeing unused kernel memory: 1680k freed\n[ 1.336014] systemd[1]: systemd 219 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID +ELFUTILS +KMOD +IDN)\n[ 1.340017] systemd[1]: Detected virtualization kvm.\n[ 1.341240] systemd[1]: Detected architecture x86-64.\n[ 1.342461] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.345098] systemd[1]: No hostname configured.\n[ 1.346540] systemd[1]: Set hostname to .\n[ 1.348158] systemd[1]: Initializing machine ID from KVM UUID.\n[[32m OK [0m] Reached target Swap.\n[ 1.371244] systemd[1]: Reached target Swap.\n[ 1.372671] systemd[1]: Starting Swap.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.375044] systemd[1]: Created slice Root Slice.\n[ 1.376542] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Created slice System Slice.\n[ 1.379016] systemd[1]: Created slice System Slice.\n[ 1.380543] systemd[1]: Starting System Slice.\n[ 1.382010] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.384581] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.388287] systemd[1]: Listening on udev Kernel Socket.\n[ 1.389910] systemd[1]: Starting udev Kernel Socket.\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.392565] systemd[1]: Reached target Local File Systems.\n[ 1.394238] systemd[1]: Starting Local File Systems.\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.396892] systemd[1]: Listening on udev Control Socket.\n[ 1.398521] systemd[1]: Starting udev Control Socket.\n[[32m OK [0m] Reached target Slices.\n[ 1.401070] systemd[1]: Reached target Slices.\n[ 1.402456] systemd[1]: Starting Slices.\n[[32m OK [0m] Reached target Timers.\n[ 1.404720] systemd[1]: Reached target Timers.\n[ 1.406129] systemd[1]: Starting Timers.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.408506] systemd[1]: Listening on Journal Socket.\n[ 1.410019] systemd[1]: Starting Journal Socket.\n[ 1.411883] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[[32m OK [0m] Reached target Sockets.\n[ 1.415538] systemd[1]: Reached target Sockets.\n[ 1.417019] systemd[1]: Starting Sockets.\n[ 1.418628] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 1.421341] 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[ 1.426020] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[[32m OK [0m] Reached target Paths.\n[ 1.429804] systemd[1]: Reached target Paths.\n[ 1.431230] systemd[1]: Starting Paths.\n[[32m OK [0m] Started Journal Service.\n[ 1.433697] systemd[1]: Started Journal Service.\n[[32m OK [0m] Started Apply Kernel Variables.\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n Starting Create Static Device Nodes in /dev...\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n[[32m OK [0m] Started dracut cmdline hook.\n Starting dracut pre-udev hook...\n[ 1.498456] RPC: Registered named UNIX socket transport module.\n[ 1.500255] RPC: Registered udp transport module.\n[ 1.501779] RPC: Registered tcp transport module.\n[ 1.503302] RPC: Registered tcp NFSv4.1 backchannel transport module.\n[[32m OK [0m] Started dracut pre-udev hook.\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Started udev Kernel Device Manager.\n Starting dracut pre-trigger hook...\n[[32m OK [0m] Started dracut pre-trigger hook.\n Starting udev Coldplug all Devices...\n[ 1.564526] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n Mounting Configuration File System...\n[[32m OK [0m] Mounted Configuration File System.\n[[32m OK [0m] Started udev Coldplug all Devices.\n Starting dracut initqueue hook...\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Basic System.\n[ 1.594827] FDC 0 is a S82078B\n[ 1.620762] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.623716] scsi host0: ata_piix\n[ 1.624999] scsi host1: ata_piix\n[ 1.626231] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.628221] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.667129] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.674406] vda: vda1\n[[32m OK [0m] Found device /dev/disk/by-uuid/f13d84b4-c756-4d89-9d5e-6b534397aa14.\n Starting File System Check on /dev/...4-c756-4d89-9d5e-6b534397aa14...\n[[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14.\n[ 1.717927] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.720043] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.722283] usb 1-1: Product: QEMU USB Tablet\n[ 1.723808] usb 1-1: Manufacturer: QEMU\n[ 1.725222] usb 1-1: SerialNumber: 42\n[ 1.735080] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 1.738381] 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[[32m OK [0m] Started dracut initqueue hook.\n Mounting /sysroot...\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n[ 1.822302] SGI XFS with ACLs, security attributes, no debug enabled\n[ 1.824795] XFS (vda1): Mounting V4 Filesystem\n[ 1.847991] XFS (vda1): Ending clean mount\n[[32m OK [0m] Mounted /sysroot.\n[[32m OK [0m] Reached target Initrd Root File System.\n Starting Reload Configuration from the Real Root...\n[[32m OK [0m] Started Reload Configuration from the Real Root.\n[[32m OK [0m] Reached target Initrd File Systems.\n[[32m OK [0m] Reached target Initrd Default Target.\n Starting dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Started dracut pre-pivot and cleanup hook.\n Starting Cleaning Up and Shutting Down Daemons...\n[[32m OK [0m] Stopped target Timers.\n[[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons.\n[[32m OK [0m] Stopped dracut pre-pivot and cleanup hook.\n Stopping dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Stopped target Remote File Systems.\n[[32m OK [0m] Stopped target Remote File Systems (Pre).\n[[32m OK [0m] Stopped dracut initqueue hook.\n Stopping dracut initqueue hook...\n[[32m OK [0m] Stopped target Initrd Default Target.\n[[32m OK [0m] Stopped target Basic System.\n[[32m OK [0m] Stopped target Sockets.\n[[32m OK [0m] Stopped target System Initialization.\n[[32m OK [0m] Stopped Apply Kernel Variables.\n Stopping Apply Kernel Variables...\n[[32m OK [0m] Stopped target Local File Systems.\n[[32m OK [0m] Stopped udev Coldplug all Devices.\n Stopping udev Coldplug all Devices...\n[[32m OK [0m] Stopped dracut pre-trigger hook.\n Stopping dracut pre-trigger hook...\n Stopping udev Kernel Device Manager...\n[[32m OK [0m] Stopped target Swap.\n[[32m OK [0m] Stopped target Paths.\n[[32m OK [0m] Stopped target Slices.\n[[32m OK [0m] Stopped udev Kernel Device Manager.\n[[32m OK [0m] Stopped Create Static Device Nodes in /dev.\n Stopping Create Static Device Nodes in /dev...\n[[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel.\n Stopping Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Stopped dracut pre-udev hook.\n Stopping dracut pre-udev hook...\n[[32m OK [0m] Stopped dracut cmdline hook.\n Stopping dracut cmdline hook...\n[[32m OK [0m] Closed udev Control Socket.\n[[32m OK [0m] Closed udev Kernel Socket.\n Starting Cleanup udevd DB...\n[[32m OK [0m] Started Cleanup udevd DB.\n[[32m OK [0m] Reached target Switch Root.\n Starting Switch Root...\n[ 2.091114] systemd-journald[105]: Received SIGTERM from PID 1 (systemd).\n[ 2.124552] tsc: Refined TSC clocksource calibration: 3491.846 MHz\n[ 2.176016] SELinux: Disabled at runtime.\n[ 2.214559] type=1404 audit(1534067435.386:2): selinux=0 auid=4294967295 ses=4294967295\n[ 2.238684] ip_tables: (C) 2000-2006 Netfilter Core Team\n[ 2.240615] systemd[1]: Inserted module 'ip_tables'\n\nWelcome to [0;31mCentOS Linux 7 (Core)[0m!\n\n[[32m OK [0m] Stopped Switch Root.\n[[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[[32m OK [0m] Stopped Journal Service.\n Starting Journal Service...\n[[32m OK [0m] Listening on Delayed Shutdown Socket.\n[[32m OK [0m] Created slice User and Session Slice.\n[[32m OK [0m] Reached target Swap.\n Mounting Debug File System...\n[[32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[[32m OK [0m] Listening on udev Control Socket.\n[[32m OK [0m] Created slice system-selinux\\x2dpol...grate\\x2dlocal\\x2dchanges.slice.\n Mounting Huge Pages File System...\n[[32m OK [0m] Listening on udev Kernel Socket.\n Mounting POSIX Message Queue File System...\n[[32m OK [0m] Stopped target Switch Root.\n[[32m OK [0m] Stopped target Initrd Root File System.\n[[32m OK [0m] Stopped target Initrd File Systems.\n Mounting NFSD configuration filesystem...\n[[32m OK [0m] Reached target Slices.\n[[32m OK [0m] Stopped File System Check on Root Device.\n Stopping File System Check on Root Device...\n Starting Remount Root and Kernel File Systems...\n[[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[[32m OK [0m] Created slice system-getty.slice.\n Starting Create list of required st... nodes for the current kernel...\n Starting Apply Kernel Variables...\n[[32m OK [0m] Reached target Encrypted Volumes.\n Starting Setup Virtual Console...\n[[32m OK [0m] Mounted Debug File System.\n[[32m OK [0m] Mounted POSIX Message Queue File System.\n[[32m OK [0m] Mounted Huge Pages File System.\n[[32m OK [0m] Started Journal Service.\n[[32m OK [0m] Started Remount Root and Kernel File Systems.\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[[32m OK [0m] Started Apply Kernel Variables.\n Starting Create Static Device Nodes in /dev...\n Starting Load/Save Random Seed...\n Starting Rebuild Hardware Database...\n[ 2.480755] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).\n Starting Configure read-only root support...\n Starting Flush Journal to Persistent Storage...\n[[32m OK [0m] Mounted NFSD configuration filesystem.\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n[[32m OK [0m] Started Load/Save Random Seed.\n[[32m OK [0m] Started Configure read-only root support.\n[[32m OK [0m] Reached target Local File Systems (Pre).\n[[32m OK [0m] Reached target Local File Systems.\n Starting Import network configuration from initramfs...\n Starting Mark the need to relabel after reboot...\n Starting Preprocess NFS configuration...\n Starting Rebuild Journal Catalog...\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Started Mark the need to relabel after reboot.\n[ 2.532534] systemd-journald[382]: Received request to flush runtime journal from PID 1\n[[32m OK [0m] Started Flush Journal to Persistent Storage.\n[[32m OK [0m] Started Rebuild Journal Catalog.\n[[32m OK [0m] Started Preprocess NFS configuration.\n[[32m OK [0m] Started Import network configuration from initramfs.\n Starting Create Volatile Files and Directories...\n[[32m OK [0m] Started Create Volatile Files and Directories.\n Starting Security Auditing Service...\n[[32m OK [0m] Started udev Kernel Device Manager.\n[[32m OK [0m] Started Setup Virtual Console.\n[ 2.599561] type=1305 audit(1534067435.771:3): audit_pid=430 old=0 auid=4294967295 ses=4294967295 res=1\n[[32m OK [0m] Started Security Auditing Service.\n Starting Update UTMP about System Boot/Shutdown...\n[[32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[32m OK [0m] Started Rebuild Hardware Database.\n Starting udev Coldplug all Devices...\n Starting Update is Completed...\n[[32m OK [0m] Started Update is Completed.\n[[32m OK [0m] Started udev Coldplug all Devices.\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Paths.\n[[32m OK [0m] Reached target Timers.\n[[32m OK [0m] Listening on RPCbind Server Activation Socket.[ 2.797756] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0\n\n[[32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[32m OK [0m] Reached target Sockets.\n[[32m OK [0m] Reached target Basic System.\n[ 2.804573] [drm] Initialized drm 1.1.0 20060810\n Starting LSB: Bring up/down networking...\n Starting Authorization Manager...\n[[32m OK [0m] Started D-Bus System Message Bus.\n[ 2.812884] input: PC Speaker as /devices/platform/pcspkr/input/input5\n[ 2.836343] [TTM] Zone kernel: Available graphics memory: 1940960 kiB\n[ 2.837945] [TTM] Initializing pool allocator\n[ 2.840104] [TTM] Initializing DMA pool allocator\n[ 2.841674] [drm] fb mappable at 0xFC000000\n[ 2.842811] [drm] vram aper at 0xFC000000\n[ 2.842811] [drm] size 33554432\n[ 2.842811] [drm] fb depth is 24\n[ 2.842812] [drm] pitch is 3072\n[ 2.874064] fbcon: cirrusdrmfb (fb0) is primary device\n[ 2.878220] ppdev: user-space parallel port driver\n[ 2.892939] Console: switching to colour frame buffer device 128x48\n[ 2.904723] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device\n Starting D-Bus System Message Bus...\n Starting NTP client/server...\n[[32m OK [0m] Started irqbalance daemon.\n Starting irqbalance daemon...\n Starting Initial cloud-init job (pre-networking)...[ 2.912546] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0\n\n Starting GSSAPI Proxy Daemon...\n Starting Dump dmesg to /var/log/dmesg...\n Starting Login Service...\n[[32m OK [0m] Found device /dev/ttyS0.\n[[32m OK [0m] Started Login Service.\n[ 2.955815] AES CTR mode by8 optimization enabled\n[ 2.961379] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)\n[ 2.979308] alg: No test for crc32 (crc32-pclmul)\n[[32m OK [0m] Started NTP client/server.\n[[32m OK [0m] Started Dump dmesg to /var/log/dmesg.\n[ 2.997214] intel_rapl: no valid rapl domains found in package 0\n[ 3.000596] intel_powerclamp: No package C-state available\n[ 3.006263] intel_powerclamp: No package C-state available[[32m OK [0m] Started Authorization Manager.\n[[32m OK [0m] Started GSSAPI Proxy Daemon.\n[[32m OK [0m] Reached target NFS client services.\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n Starting Permit User Sessions...\n[[32m OK [0m] Started Permit User Sessions.\n[[32m OK [0m] Started Command Scheduler.\n Starting Command Scheduler...\n[[32m OK [0m] Started Getty on tty1.\n Starting Getty on tty1...\n[[32m OK [0m] Started Serial Getty on ttyS0.\n Starting Serial Getty on ttyS0...\n[[32m OK [0m] Reached target Login Prompts.\n[ 3.128152] cloud-init[527]: Cloud-init v. 0.7.5 running 'init-local' at Sun, 12 Aug 2018 09:50:36 +0000. Up 3.09 seconds.\n[[32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[32m OK [0m] Started LSB: Bring up/down networking.\n[[32m OK [0m] Reached target Network.\n Starting Dynamic System Tuning Daemon...\n Starting Postfix Mail Transport Agent...\n Starting PostgreSQL 9.5 database server...\n Starting Initial cloud-init job (metadata service crawler)...\n Starting nginx - high performance web server...\n Starting System Logging Service...\n[[32m OK [0m] Reached target Network is Online.\n Starting RabbitMQ Service...\n[[32m OK [0m] Started InfluxDB Service.\n Starting InfluxDB Service...\n[[32m OK [0m] Started Cloudify Stage Service.\n Starting Cloudify Stage Service...\n Starting LSB: Supports the direct execution of binary formats....\n[[32m OK [0m] Started Cloudify REST Service.\n Starting Cloudify REST Service...\n Starting Crash recovery kernel arming...\n Starting LSB: Starts Logstash as a daemon....\n Starting Notify NFS peers of a restart...\n Starting OpenSSH server daemon...\n[[32m OK [0m] Started LSB: Starts Logstash as a daemon..\n Mounting Arbitrary Executable File Formats File System...\n[[32m OK [0m] Started nginx - high performance web server.\n[[32m OK [0m] Started Notify NFS peers of a restart.\n[[32m OK [0m] Mounted Arbitrary Executable File Formats File System.\n[[32m OK [0m] Started OpenSSH server daemon.\n[[32m OK [0m] Created slice user-993.slice.\n[[32m OK [0m] Started LSB: Supports the direct execution of binary formats..\n[[32m OK [0m] Started Dynamic System Tuning Daemon.\n[ 5.498832] cloud-init[794]: Cloud-init v. 0.7.5 running 'init' at Sun, 12 Aug 2018 09:50:39 +0000. Up 5.42 seconds.\n[ 5.534194] cloud-init[794]: ci-info: +++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++\n[ 5.536176] cloud-init[794]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 5.538018] cloud-init[794]: ci-info: | Device | Up | Address | Mask | Hw-Address |\n[ 5.540610] cloud-init[794]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 5.542595] cloud-init[794]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . |\n[ 5.544595] cloud-init[794]: ci-info: | eth0: | True | 192.168.120.20 | 255.255.255.0 | fa:16:3e:43:18:9f |\n[ 5.546475] cloud-init[794]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 5.548304] cloud-init[794]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\n[ 5.550285] cloud-init[794]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 5.552305] cloud-init[794]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 5.554275] cloud-init[794]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 5.556462] cloud-init[794]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG |\n[ 5.569593] cloud-init[794]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | eth0 | UGH |\n[ 5.576288] cloud-init[794]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\n[ 5.585880] cloud-init[794]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[[32m OK [0m] Started Postfix Mail Transport Agent.\n[[32m OK [0m] Started PostgreSQL 9.5 database server.\n\nCentOS Linux 7 (Core)\nKernel 3.10.0-514.16.1.el7.x86_64 on an x86_64\n\ncloudify login: "} 2018-08-12 09:51:23,859 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/75039fe8-e049-4025-abb5-5c5fafbaa947/action used request id req-05491b06-6c3c-48a9-918a-fa96c80c14ae 2018-08-12 09:51:23,859 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0850560665131s 2018-08-12 09:51:23,860 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/75039fe8-e049-4025-abb5-5c5fafbaa947/action used request id req-05491b06-6c3c-48a9-918a-fa96c80c14ae 2018-08-12 09:51:23,860 - functest.core.singlevm - DEBUG - vm console: [H[J[1;1H[?25l[m[H[J[1;1H[20;7H[mUse the ^ and v keys to change the selection. Press 'e' to edit the selected item, or 'c' for a command prompt. [4;80H [7m[4;1H CentOS Linux (3.10.0-514.16.1.el7.x86_64) 7 (Core) [m[4;79H[m[m[5;1H CentOS Linux (3.10.0-327.28.3.el7.x86_64) 7 (Core) [m[5;79H[m[m[6;1H CentOS Linux (0-rescue-56d65f493d8f854534fe792ecf014b83) 7 (Core) [m[6;79H[m[m[7;1H [m[7;79H[m[m[8;1H [m[8;79H[m[m[9;1H [m[9;79H[m[m[10;1H [m[10;79H[m[m[11;1H [m[11;79H[m[m[12;1H [m[12;79H[m[m[13;1H [m[13;79H[m[m[14;1H [m[14;79H[m[m[15;1H [m[15;79H[m[m[16;1H [m[16;79H[m[m[17;1H [m[17;79H[m[m[18;1H [m[18;79H[m[18;80H [4;79H[22;1H The selected entry will be started automatically in 1s. [4;79H[22;1H The selected entry will be started automatically in 0s. [4;79H[?25h[H[J[1;1H[H[J[1;1H[ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.10.0-514.16.1.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #1 SMP Wed Apr 12 15:04:24 UTC 2017 [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8 [ 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-0x00000000bffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x00000000bffdc000-0x00000000bfffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x140000 max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] e820: last_pfn = 0xbffdc max_arch_pfn = 0x400000000 [ 0.000000] found SMP MP-table at [mem 0x000f6390-0x000f639f] mapped at [ffff8800000f6390] [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff] [ 0.000000] ACPI: RSDP 00000000000f6340 00014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 00000000bffe1351 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 00000000bffe11dd 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 00000000bffdfdc0 0141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 00000000bffdfd80 00040 [ 0.000000] ACPI: APIC 00000000bffe12d1 00080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000013fffffff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x13fffffff] [ 0.000000] NODE_DATA [mem 0x13ffd7000-0x13fffdfff] [ 0.000000] Reserving 161MB of memory at 656MB for crashkernel (System RAM: 4095MB) [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 1:3ff87001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 2334041707 cycles [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal [mem 0x100000000-0x13fffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0xbffdbfff] [ 0.000000] node 0: [mem 0x100000000-0x13fffffff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 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 2 CPUs, 0 hotplug CPUs [ 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] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff] [ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff] [ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff] [ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037 [ 0.000000] Policy zone: Normal [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100 [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form [ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2. [ 0.000000] NR_IRQS:327936 nr_irqs:440 0 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty0] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 16777216 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.334899] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912) [ 0.337123] pid_max: default: 32768 minimum: 301 [ 0.338326] Security Framework initialized [ 0.339444] SELinux: Initializing. [ 0.340729] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.345709] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.348711] Mount-cache hash table entries: 4096 [ 0.350152] Initializing cgroup subsys memory [ 0.351322] Initializing cgroup subsys devices [ 0.352477] Initializing cgroup subsys freezer [ 0.353641] Initializing cgroup subsys net_cls [ 0.354810] Initializing cgroup subsys blkio [ 0.355940] Initializing cgroup subsys perf_event [ 0.357136] Initializing cgroup subsys hugetlb [ 0.358299] Initializing cgroup subsys pids [ 0.359418] Initializing cgroup subsys net_prio [ 0.360667] CPU: Physical Processor ID: 0 [ 0.362457] mce: CPU supports 10 MCE banks [ 0.363594] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.364889] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.366179] tlb_flushall_shift: 6 [ 0.367370] Freeing SMP alternatives: 28k freed [ 0.371187] ACPI: Core revision 20130517 [ 0.372699] ACPI: All ACPI Tables successfully acquired [ 0.374151] ftrace: allocating 25812 entries in 101 pages [ 0.395257] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.396803] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.398298] smpboot: Max logical packages: 2 [ 0.399595] Enabling x2apic [ 0.400498] Enabled x2apic [ 0.401576] Switched APIC routing to physical x2apic. [ 0.403745] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.405237] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.407870] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.415602] KVM setup paravirtual spinlock [ 0.417898] smpboot: Booting Node 0, Processors #1 OK [ 0.419536] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.441334] Brought up 2 CPUs [ 0.441336] KVM setup async PF for cpu 1 [ 0.441339] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.444521] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.446677] devtmpfs: initialized [ 0.449282] EVM: security.selinux [ 0.450309] EVM: security.ima [ 0.451243] EVM: security.capability [ 0.452914] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.454469] pinctrl core: initialized pinctrl subsystem [ 0.455887] NET: Registered protocol family 16 [ 0.457233] ACPI: bus type PCI registered [ 0.458363] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.459911] PCI: Using configuration type 1 for base access [ 0.464666] ACPI: Added _OSI(Module Device) [ 0.465885] ACPI: Added _OSI(Processor Device) [ 0.467021] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.468194] ACPI: Added _OSI(Processor Aggregator Device) [ 0.470555] ACPI: Interpreter enabled [ 0.471605] ACPI: (supports S0 S5) [ 0.472584] ACPI: Using IOAPIC for interrupt routing [ 0.473801] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.477698] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.479113] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.480620] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.482107] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.484847] acpiphp: Slot [3] registered [ 0.485913] acpiphp: Slot [4] registered [ 0.487008] acpiphp: Slot [5] registered [ 0.488075] acpiphp: Slot [6] registered [ 0.489144] acpiphp: Slot [7] registered [ 0.490215] acpiphp: Slot [8] registered [ 0.491293] acpiphp: Slot [9] registered [ 0.492366] acpiphp: Slot [10] registered [ 0.493454] acpiphp: Slot [11] registered [ 0.494540] acpiphp: Slot [12] registered [ 0.495638] acpiphp: Slot [13] registered [ 0.496733] acpiphp: Slot [14] registered [ 0.497825] acpiphp: Slot [15] registered [ 0.498920] acpiphp: Slot [16] registered [ 0.500015] acpiphp: Slot [17] registered [ 0.501115] acpiphp: Slot [18] registered [ 0.502205] acpiphp: Slot [19] registered [ 0.503293] acpiphp: Slot [20] registered [ 0.504382] acpiphp: Slot [21] registered [ 0.505466] acpiphp: Slot [22] registered [ 0.506560] acpiphp: Slot [23] registered [ 0.507652] acpiphp: Slot [24] registered [ 0.508750] acpiphp: Slot [25] registered [ 0.509846] acpiphp: Slot [26] registered [ 0.510950] acpiphp: Slot [27] registered [ 0.512045] acpiphp: Slot [28] registered [ 0.513133] acpiphp: Slot [29] registered [ 0.514223] acpiphp: Slot [30] registered [ 0.515322] acpiphp: Slot [31] registered [ 0.516394] PCI host bridge to bus 0000:00 [ 0.517475] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.518763] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.520264] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.521813] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.523792] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.525759] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window] [ 0.530111] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.531788] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.533226] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.534771] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.538029] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.539990] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.563493] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.565292] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.567022] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.568757] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.570426] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.572084] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.573715] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.575811] vgaarb: loaded [ 0.576684] vgaarb: bridge control possible 0000:00:02.0 [ 0.578094] SCSI subsystem initialized [ 0.579170] ACPI: bus type USB registered [ 0.580266] usbcore: registered new interface driver usbfs [ 0.581587] usbcore: registered new interface driver hub [ 0.582880] usbcore: registered new device driver usb [ 0.584304] PCI: Using ACPI for IRQ routing [ 0.585712] NetLabel: Initializing [ 0.586700] NetLabel: domain hash size = 128 [ 0.587834] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.589090] NetLabel: unlabeled traffic allowed by default [ 0.590515] Switched to clocksource kvm-clock [ 0.598823] pnp: PnP ACPI init [ 0.599764] ACPI: bus type PNP registered [ 0.601172] pnp: PnP ACPI: found 5 devices [ 0.602256] ACPI: bus type PNP unregistered [ 0.610208] NET: Registered protocol family 2 [ 0.611635] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.613797] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.615594] TCP: Hash tables configured (established 32768 bind 32768) [ 0.617133] TCP: reno registered [ 0.618086] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.619500] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.621088] NET: Registered protocol family 1 [ 0.622250] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.623607] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.624939] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.644786] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.664683] Unpacking initramfs... [ 1.109566] Freeing initrd memory: 37508k freed [ 1.118944] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.120492] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.123250] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.124763] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.126419] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.127849] Initialise system trusted keyring [ 1.128999] audit: initializing netlink socket (disabled) [ 1.130273] type=2000 audit(1534067434.113:1): initialized [ 1.146756] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.148181] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.150356] zpool: loaded [ 1.151235] zbud: loaded [ 1.152262] VFS: Disk quotas dquot_6.5.2 [ 1.153356] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.154928] msgmni has been set to 7578 [ 1.156030] Key type big_key registered [ 1.157747] NET: Registered protocol family 38 [ 1.158959] Key type asymmetric registered [ 1.160115] Asymmetric key parser 'x509' registered [ 1.161425] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.163555] io scheduler noop registered [ 1.164661] io scheduler deadline registered (default) [ 1.175698] io scheduler cfq registered [ 1.176865] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.178216] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.179842] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.181932] ACPI: Power Button [PWRF] [ 1.183102] GHES: HEST is not enabled! [ 1.184272] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.208782] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.210474] Non-volatile memory driver v1.3 [ 1.211650] Linux agpgart interface v0.103 [ 1.212879] crash memory driver: version 1.1 [ 1.214077] rdac: device handler registered [ 1.215273] hp_sw: device handler registered [ 1.216435] emc: device handler registered [ 1.217586] alua: device handler registered [ 1.218772] libphy: Fixed MDIO Bus: probed [ 1.219944] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.221459] ehci-pci: EHCI PCI platform driver [ 1.222671] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.224203] ohci-pci: OHCI PCI platform driver [ 1.225425] uhci_hcd: USB Universal Host Controller Interface driver [ 1.245159] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.246542] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.248576] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.249917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.251385] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.252999] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.255103] usb usb1: Product: UHCI Host Controller [ 1.256436] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.258151] usb usb1: SerialNumber: 0000:00:01.2 [ 1.259479] hub 1-0:1.0: USB hub found [ 1.260616] hub 1-0:1.0: 2 ports detected [ 1.261943] usbcore: registered new interface driver usbserial [ 1.263468] usbcore: registered new interface driver usbserial_generic [ 1.265134] usbserial: USB Serial support registered for generic [ 1.266742] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.269690] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.271075] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.272529] mousedev: PS/2 mouse device common for all mice [ 1.274240] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.276855] rtc_cmos 00:00: RTC can wake from S4 [ 1.278659] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.281024] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.282796] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.285127] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.286776] cpuidle: using governor menu [ 1.288077] hidraw: raw HID events driver (C) Jiri Kosina [ 1.289821] usbcore: registered new interface driver usbhid [ 1.291492] usbhid: USB HID core driver [ 1.292889] drop_monitor: Initializing network drop monitor service [ 1.294789] TCP: cubic registered [ 1.295980] Initializing XFRM netlink socket [ 1.297450] NET: Registered protocol family 10 [ 1.299181] NET: Registered protocol family 17 [ 1.300827] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.302597] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.304009] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.306935] Loading compiled-in X.509 certificates [ 1.308449] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.311367] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.314702] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.317602] registered taskstats version 1 [ 1.320714] Key type trusted registered [ 1.323275] Key type encrypted registered [ 1.325739] IMA: No TPM chip found, activating TPM-bypass! [ 1.327737] rtc_cmos 00:00: setting system clock to 2018-08-12 09:50:34 UTC (1534067434) [ 1.331004] Freeing unused kernel memory: 1680k freed [ 1.336014] systemd[1]: systemd 219 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID +ELFUTILS +KMOD +IDN) [ 1.340017] systemd[1]: Detected virtualization kvm. [ 1.341240] systemd[1]: Detected architecture x86-64. [ 1.342461] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.345098] systemd[1]: No hostname configured. [ 1.346540] systemd[1]: Set hostname to . [ 1.348158] systemd[1]: Initializing machine ID from KVM UUID. [[32m OK [0m] Reached target Swap. [ 1.371244] systemd[1]: Reached target Swap. [ 1.372671] systemd[1]: Starting Swap. [[32m OK [0m] Created slice Root Slice. [ 1.375044] systemd[1]: Created slice Root Slice. [ 1.376542] systemd[1]: Starting Root Slice. [[32m OK [0m] Created slice System Slice. [ 1.379016] systemd[1]: Created slice System Slice. [ 1.380543] systemd[1]: Starting System Slice. [ 1.382010] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.384581] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Listening on udev Kernel Socket. [ 1.388287] systemd[1]: Listening on udev Kernel Socket. [ 1.389910] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Reached target Local File Systems. [ 1.392565] systemd[1]: Reached target Local File Systems. [ 1.394238] systemd[1]: Starting Local File Systems. [[32m OK [0m] Listening on udev Control Socket. [ 1.396892] systemd[1]: Listening on udev Control Socket. [ 1.398521] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Reached target Slices. [ 1.401070] systemd[1]: Reached target Slices. [ 1.402456] systemd[1]: Starting Slices. [[32m OK [0m] Reached target Timers. [ 1.404720] systemd[1]: Reached target Timers. [ 1.406129] systemd[1]: Starting Timers. [[32m OK [0m] Listening on Journal Socket. [ 1.408506] systemd[1]: Listening on Journal Socket. [ 1.410019] systemd[1]: Starting Journal Socket. [ 1.411883] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [[32m OK [0m] Reached target Sockets. [ 1.415538] systemd[1]: Reached target Sockets. [ 1.417019] systemd[1]: Starting Sockets. [ 1.418628] systemd[1]: Starting Journal Service... Starting Journal Service... [ 1.421341] 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... [ 1.426020] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [[32m OK [0m] Reached target Paths. [ 1.429804] systemd[1]: Reached target Paths. [ 1.431230] systemd[1]: Starting Paths. [[32m OK [0m] Started Journal Service. [ 1.433697] systemd[1]: Started Journal Service. [[32m OK [0m] Started Apply Kernel Variables. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. Starting Create Static Device Nodes in /dev... [[32m OK [0m] Started Create Static Device Nodes in /dev. [[32m OK [0m] Started dracut cmdline hook. Starting dracut pre-udev hook... [ 1.498456] RPC: Registered named UNIX socket transport module. [ 1.500255] RPC: Registered udp transport module. [ 1.501779] RPC: Registered tcp transport module. [ 1.503302] RPC: Registered tcp NFSv4.1 backchannel transport module. [[32m OK [0m] Started dracut pre-udev hook. Starting udev Kernel Device Manager... [[32m OK [0m] Started udev Kernel Device Manager. Starting dracut pre-trigger hook... [[32m OK [0m] Started dracut pre-trigger hook. Starting udev Coldplug all Devices... [ 1.564526] usb 1-1: new full-speed USB device number 2 using uhci_hcd Mounting Configuration File System... [[32m OK [0m] Mounted Configuration File System. [[32m OK [0m] Started udev Coldplug all Devices. Starting dracut initqueue hook... [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Basic System. [ 1.594827] FDC 0 is a S82078B [ 1.620762] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.623716] scsi host0: ata_piix [ 1.624999] scsi host1: ata_piix [ 1.626231] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.628221] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.667129] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.674406] vda: vda1 [[32m OK [0m] Found device /dev/disk/by-uuid/f13d84b4-c756-4d89-9d5e-6b534397aa14. Starting File System Check on /dev/...4-c756-4d89-9d5e-6b534397aa14... [[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14. [ 1.717927] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.720043] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.722283] usb 1-1: Product: QEMU USB Tablet [ 1.723808] usb 1-1: Manufacturer: QEMU [ 1.725222] usb 1-1: SerialNumber: 42 [ 1.735080] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 1.738381] 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 [[32m OK [0m] Started dracut initqueue hook. Mounting /sysroot... [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. [ 1.822302] SGI XFS with ACLs, security attributes, no debug enabled [ 1.824795] XFS (vda1): Mounting V4 Filesystem [ 1.847991] XFS (vda1): Ending clean mount [[32m OK [0m] Mounted /sysroot. [[32m OK [0m] Reached target Initrd Root File System. Starting Reload Configuration from the Real Root... [[32m OK [0m] Started Reload Configuration from the Real Root. [[32m OK [0m] Reached target Initrd File Systems. [[32m OK [0m] Reached target Initrd Default Target. Starting dracut pre-pivot and cleanup hook... [[32m OK [0m] Started dracut pre-pivot and cleanup hook. Starting Cleaning Up and Shutting Down Daemons... [[32m OK [0m] Stopped target Timers. [[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons. [[32m OK [0m] Stopped dracut pre-pivot and cleanup hook. Stopping dracut pre-pivot and cleanup hook... [[32m OK [0m] Stopped target Remote File Systems. [[32m OK [0m] Stopped target Remote File Systems (Pre). [[32m OK [0m] Stopped dracut initqueue hook. Stopping dracut initqueue hook... [[32m OK [0m] Stopped target Initrd Default Target. [[32m OK [0m] Stopped target Basic System. [[32m OK [0m] Stopped target Sockets. [[32m OK [0m] Stopped target System Initialization. [[32m OK [0m] Stopped Apply Kernel Variables. Stopping Apply Kernel Variables... [[32m OK [0m] Stopped target Local File Systems. [[32m OK [0m] Stopped udev Coldplug all Devices. Stopping udev Coldplug all Devices... [[32m OK [0m] Stopped dracut pre-trigger hook. Stopping dracut pre-trigger hook... Stopping udev Kernel Device Manager... [[32m OK [0m] Stopped target Swap. [[32m OK [0m] Stopped target Paths. [[32m OK [0m] Stopped target Slices. [[32m OK [0m] Stopped udev Kernel Device Manager. [[32m OK [0m] Stopped Create Static Device Nodes in /dev. Stopping Create Static Device Nodes in /dev... [[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel. Stopping Create list of required st... nodes for the current kernel... [[32m OK [0m] Stopped dracut pre-udev hook. Stopping dracut pre-udev hook... [[32m OK [0m] Stopped dracut cmdline hook. Stopping dracut cmdline hook... [[32m OK [0m] Closed udev Control Socket. [[32m OK [0m] Closed udev Kernel Socket. Starting Cleanup udevd DB... [[32m OK [0m] Started Cleanup udevd DB. [[32m OK [0m] Reached target Switch Root. Starting Switch Root... [ 2.091114] systemd-journald[105]: Received SIGTERM from PID 1 (systemd). [ 2.124552] tsc: Refined TSC clocksource calibration: 3491.846 MHz [ 2.176016] SELinux: Disabled at runtime. [ 2.214559] type=1404 audit(1534067435.386:2): selinux=0 auid=4294967295 ses=4294967295 [ 2.238684] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.240615] systemd[1]: Inserted module 'ip_tables' Welcome to [0;31mCentOS Linux 7 (Core)[0m! [[32m OK [0m] Stopped Switch Root. [[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [[32m OK [0m] Stopped Journal Service. Starting Journal Service... [[32m OK [0m] Listening on Delayed Shutdown Socket. [[32m OK [0m] Created slice User and Session Slice. [[32m OK [0m] Reached target Swap. Mounting Debug File System... [[32m OK [0m] Created slice system-serial\x2dgetty.slice. [[32m OK [0m] Listening on udev Control Socket. [[32m OK [0m] Created slice system-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice. Mounting Huge Pages File System... [[32m OK [0m] Listening on udev Kernel Socket. Mounting POSIX Message Queue File System... [[32m OK [0m] Stopped target Switch Root. [[32m OK [0m] Stopped target Initrd Root File System. [[32m OK [0m] Stopped target Initrd File Systems. Mounting NFSD configuration filesystem... [[32m OK [0m] Reached target Slices. [[32m OK [0m] Stopped File System Check on Root Device. Stopping File System Check on Root Device... Starting Remount Root and Kernel File Systems... [[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [[32m OK [0m] Created slice system-getty.slice. Starting Create list of required st... nodes for the current kernel... Starting Apply Kernel Variables... [[32m OK [0m] Reached target Encrypted Volumes. Starting Setup Virtual Console... [[32m OK [0m] Mounted Debug File System. [[32m OK [0m] Mounted POSIX Message Queue File System. [[32m OK [0m] Mounted Huge Pages File System. [[32m OK [0m] Started Journal Service. [[32m OK [0m] Started Remount Root and Kernel File Systems. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [[32m OK [0m] Started Apply Kernel Variables. Starting Create Static Device Nodes in /dev... Starting Load/Save Random Seed... Starting Rebuild Hardware Database... [ 2.480755] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). Starting Configure read-only root support... Starting Flush Journal to Persistent Storage... [[32m OK [0m] Mounted NFSD configuration filesystem. [[32m OK [0m] Started Create Static Device Nodes in /dev. [[32m OK [0m] Started Load/Save Random Seed. [[32m OK [0m] Started Configure read-only root support. [[32m OK [0m] Reached target Local File Systems (Pre). [[32m OK [0m] Reached target Local File Systems. Starting Import network configuration from initramfs... Starting Mark the need to relabel after reboot... Starting Preprocess NFS configuration... Starting Rebuild Journal Catalog... Starting udev Kernel Device Manager... [[32m OK [0m] Started Mark the need to relabel after reboot. [ 2.532534] systemd-journald[382]: Received request to flush runtime journal from PID 1 [[32m OK [0m] Started Flush Journal to Persistent Storage. [[32m OK [0m] Started Rebuild Journal Catalog. [[32m OK [0m] Started Preprocess NFS configuration. [[32m OK [0m] Started Import network configuration from initramfs. Starting Create Volatile Files and Directories... [[32m OK [0m] Started Create Volatile Files and Directories. Starting Security Auditing Service... [[32m OK [0m] Started udev Kernel Device Manager. [[32m OK [0m] Started Setup Virtual Console. [ 2.599561] type=1305 audit(1534067435.771:3): audit_pid=430 old=0 auid=4294967295 ses=4294967295 res=1 [[32m OK [0m] Started Security Auditing Service. Starting Update UTMP about System Boot/Shutdown... [[32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[32m OK [0m] Started Rebuild Hardware Database. Starting udev Coldplug all Devices... Starting Update is Completed... [[32m OK [0m] Started Update is Completed. [[32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Paths. [[32m OK [0m] Reached target Timers. [[32m OK [0m] Listening on RPCbind Server Activation Socket.[ 2.797756] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0 [[32m OK [0m] Listening on D-Bus System Message Bus Socket. [[32m OK [0m] Reached target Sockets. [[32m OK [0m] Reached target Basic System. [ 2.804573] [drm] Initialized drm 1.1.0 20060810 Starting LSB: Bring up/down networking... Starting Authorization Manager... [[32m OK [0m] Started D-Bus System Message Bus. [ 2.812884] input: PC Speaker as /devices/platform/pcspkr/input/input5 [ 2.836343] [TTM] Zone kernel: Available graphics memory: 1940960 kiB [ 2.837945] [TTM] Initializing pool allocator [ 2.840104] [TTM] Initializing DMA pool allocator [ 2.841674] [drm] fb mappable at 0xFC000000 [ 2.842811] [drm] vram aper at 0xFC000000 [ 2.842811] [drm] size 33554432 [ 2.842811] [drm] fb depth is 24 [ 2.842812] [drm] pitch is 3072 [ 2.874064] fbcon: cirrusdrmfb (fb0) is primary device [ 2.878220] ppdev: user-space parallel port driver [ 2.892939] Console: switching to colour frame buffer device 128x48 [ 2.904723] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device Starting D-Bus System Message Bus... Starting NTP client/server... [[32m OK [0m] Started irqbalance daemon. Starting irqbalance daemon... Starting Initial cloud-init job (pre-networking)...[ 2.912546] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 Starting GSSAPI Proxy Daemon... Starting Dump dmesg to /var/log/dmesg... Starting Login Service... [[32m OK [0m] Found device /dev/ttyS0. [[32m OK [0m] Started Login Service. [ 2.955815] AES CTR mode by8 optimization enabled [ 2.961379] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) [ 2.979308] alg: No test for crc32 (crc32-pclmul) [[32m OK [0m] Started NTP client/server. [[32m OK [0m] Started Dump dmesg to /var/log/dmesg. [ 2.997214] intel_rapl: no valid rapl domains found in package 0 [ 3.000596] intel_powerclamp: No package C-state available [ 3.006263] intel_powerclamp: No package C-state available[[32m OK [0m] Started Authorization Manager. [[32m OK [0m] Started GSSAPI Proxy Daemon. [[32m OK [0m] Reached target NFS client services. [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. Starting Permit User Sessions... [[32m OK [0m] Started Permit User Sessions. [[32m OK [0m] Started Command Scheduler. Starting Command Scheduler... [[32m OK [0m] Started Getty on tty1. Starting Getty on tty1... [[32m OK [0m] Started Serial Getty on ttyS0. Starting Serial Getty on ttyS0... [[32m OK [0m] Reached target Login Prompts. [ 3.128152] cloud-init[527]: Cloud-init v. 0.7.5 running 'init-local' at Sun, 12 Aug 2018 09:50:36 +0000. Up 3.09 seconds. [[32m OK [0m] Started Initial cloud-init job (pre-networking). [[32m OK [0m] Started LSB: Bring up/down networking. [[32m OK [0m] Reached target Network. Starting Dynamic System Tuning Daemon... Starting Postfix Mail Transport Agent... Starting PostgreSQL 9.5 database server... Starting Initial cloud-init job (metadata service crawler)... Starting nginx - high performance web server... Starting System Logging Service... [[32m OK [0m] Reached target Network is Online. Starting RabbitMQ Service... [[32m OK [0m] Started InfluxDB Service. Starting InfluxDB Service... [[32m OK [0m] Started Cloudify Stage Service. Starting Cloudify Stage Service... Starting LSB: Supports the direct execution of binary formats.... [[32m OK [0m] Started Cloudify REST Service. Starting Cloudify REST Service... Starting Crash recovery kernel arming... Starting LSB: Starts Logstash as a daemon.... Starting Notify NFS peers of a restart... Starting OpenSSH server daemon... [[32m OK [0m] Started LSB: Starts Logstash as a daemon.. Mounting Arbitrary Executable File Formats File System... [[32m OK [0m] Started nginx - high performance web server. [[32m OK [0m] Started Notify NFS peers of a restart. [[32m OK [0m] Mounted Arbitrary Executable File Formats File System. [[32m OK [0m] Started OpenSSH server daemon. [[32m OK [0m] Created slice user-993.slice. [[32m OK [0m] Started LSB: Supports the direct execution of binary formats.. [[32m OK [0m] Started Dynamic System Tuning Daemon. [ 5.498832] cloud-init[794]: Cloud-init v. 0.7.5 running 'init' at Sun, 12 Aug 2018 09:50:39 +0000. Up 5.42 seconds. [ 5.534194] cloud-init[794]: ci-info: +++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++ [ 5.536176] cloud-init[794]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 5.538018] cloud-init[794]: ci-info: | Device | Up | Address | Mask | Hw-Address | [ 5.540610] cloud-init[794]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 5.542595] cloud-init[794]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . | [ 5.544595] cloud-init[794]: ci-info: | eth0: | True | 192.168.120.20 | 255.255.255.0 | fa:16:3e:43:18:9f | [ 5.546475] cloud-init[794]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 5.548304] cloud-init[794]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ [ 5.550285] cloud-init[794]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 5.552305] cloud-init[794]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 5.554275] cloud-init[794]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 5.556462] cloud-init[794]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG | [ 5.569593] cloud-init[794]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | eth0 | UGH | [ 5.576288] cloud-init[794]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | [ 5.585880] cloud-init[794]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [[32m OK [0m] Started Postfix Mail Transport Agent. [[32m OK [0m] Started PostgreSQL 9.5 database server. CentOS Linux 7 (Core) Kernel 3.10.0-514.16.1.el7.x86_64 on an x86_64 cloudify login: 2018-08-12 09:51:23,864 - paramiko.transport - DEBUG - starting thread (client mode): 0x729e510L 2018-08-12 09:51:23,864 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-12 09:51:23,871 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1 2018-08-12 09:51:23,871 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1) 2018-08-12 09:51:23,873 - 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-group-exchange-sha1', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] server encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] client mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', 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-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] server mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', 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-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] 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 09:51:23,873 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-12 09:51:23,873 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-12 09:51:23,873 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-12 09:51:23,874 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-12 09:51:23,874 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-12 09:51:23,879 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-12 09:51:23,880 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-12 09:51:23,896 - paramiko.transport - DEBUG - Trying discovered key 667524c8c45a18416a1e17ab5700b5d0 in /tmp/tmpXkNgUd 2018-08-12 09:51:23,919 - paramiko.transport - DEBUG - userauth is OK 2018-08-12 09:51:33,939 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-12 09:51:33,944 - cloudify.rest_client.http - DEBUG - Setting `Authorization` header: * 2018-08-12 09:51:33,944 - cloudify.rest_client.http - DEBUG - Setting `Tenant` header: default_tenant 2018-08-12 09:51:33,944 - functest.core.cloudify - INFO - Attemps running status of the Manager 2018-08-12 09:51:33,945 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.207:80/api/v3/status 2018-08-12 09:51:34,146 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-12 09:51:34,146 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-12 09:51:34,146 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-12 09:51:34,146 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-12 09:51:34,146 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-12 09:51:34,147 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-12 09:51:34,147 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-12 09:51:34,147 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "running", "services": [{"instances": [{"LoadState": "loaded", "Description": "InfluxDB Service", "state": "running", "MainPID": 801, "Id": "cloudify-influxdb.service", "ActiveState": "active", "SubState": "running"}], "display_name": "InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Management Worker Service", "state": "dead", "MainPID": 0, "Id": "cloudify-mgmtworker.service", "ActiveState": "inactive", "SubState": "dead"}], "display_name": "Celery Management"}, {"instances": [{"LoadState": "loaded", "Description": "LSB: Starts Logstash as a daemon.", "state": "running", "MainPID": 0, "Id": "logstash.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Logstash"}, {"instances": [{"LoadState": "loaded", "Description": "RabbitMQ Service", "state": "start-post", "MainPID": 8015, "Id": "cloudify-rabbitmq.service", "ActiveState": "activating", "SubState": "start-post"}], "display_name": "RabbitMQ"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify AMQP InfluxDB Broker Service", "state": "dead", "MainPID": 0, "Id": "cloudify-amqpinflux.service", "ActiveState": "inactive", "SubState": "dead"}], "display_name": "AMQP InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "PostgreSQL 9.5 database server", "state": "running", "MainPID": 879, "Id": "postgresql-9.5.service", "ActiveState": "active", "SubState": "running"}], "display_name": "PostgreSQL"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify REST Service", "state": "running", "MainPID": 806, "Id": "cloudify-restservice.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Manager Rest-Service"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Stage Service", "state": "running", "MainPID": 802, "Id": "cloudify-stage.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Cloudify Stage"}, {"instances": [{"LoadState": "loaded", "Description": "Riemann Service", "state": "dead", "MainPID": 0, "Id": "cloudify-riemann.service", "ActiveState": "inactive", "SubState": "dead"}], "display_name": "Riemann"}, {"instances": [{"LoadState": "loaded", "Description": "nginx - high performance web server", "state": "running", "MainPID": 833, "Id": "nginx.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Webserver"}]} 2018-08-12 09:51:34,147 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-12 09:51:34,147 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 12 Aug 2018 09:51:34 GMT 2018-08-12 09:51:34,147 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-12 09:51:34,147 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2378 2018-08-12 09:51:34,147 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-12 09:51:34,148 - functest.core.cloudify - DEBUG - status {u'status': u'running', u'services': [{u'instances': [{u'LoadState': u'loaded', u'Description': u'InfluxDB Service', u'MainPID': 801, u'state': u'running', u'Id': u'cloudify-influxdb.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'InfluxDB'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Cloudify Management Worker Service', u'MainPID': 0, u'state': u'dead', u'Id': u'cloudify-mgmtworker.service', u'ActiveState': u'inactive', u'SubState': u'dead'}], u'display_name': u'Celery Management'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'LSB: Starts Logstash as a daemon.', u'MainPID': 0, u'state': u'running', u'Id': u'logstash.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Logstash'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'RabbitMQ Service', u'MainPID': 8015, u'state': u'start-post', u'Id': u'cloudify-rabbitmq.service', u'ActiveState': u'activating', u'SubState': u'start-post'}], u'display_name': u'RabbitMQ'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Cloudify AMQP InfluxDB Broker Service', u'MainPID': 0, u'state': u'dead', u'Id': u'cloudify-amqpinflux.service', u'ActiveState': u'inactive', u'SubState': u'dead'}], u'display_name': u'AMQP InfluxDB'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'PostgreSQL 9.5 database server', u'MainPID': 879, u'state': u'running', u'Id': u'postgresql-9.5.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'PostgreSQL'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Cloudify REST Service', u'MainPID': 806, u'state': u'running', u'Id': u'cloudify-restservice.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Manager Rest-Service'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Cloudify Stage Service', u'MainPID': 802, u'state': u'running', u'Id': u'cloudify-stage.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Cloudify Stage'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Riemann Service', u'MainPID': 0, u'state': u'dead', u'Id': u'cloudify-riemann.service', u'ActiveState': u'inactive', u'SubState': u'dead'}], u'display_name': u'Riemann'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'nginx - high performance web server', u'MainPID': 833, u'state': u'running', u'Id': u'nginx.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Webserver'}]} 2018-08-12 09:51:34,148 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.207:80/api/v3/status 2018-08-12 09:51:34,321 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-12 09:51:34,321 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-12 09:51:34,321 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-12 09:51:34,321 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-12 09:51:34,321 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-12 09:51:34,321 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-12 09:51:34,321 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-12 09:51:34,321 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "running", "services": [{"instances": [{"LoadState": "loaded", "Description": "InfluxDB Service", "state": "running", "MainPID": 801, "Id": "cloudify-influxdb.service", "ActiveState": "active", "SubState": "running"}], "display_name": "InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Management Worker Service", "state": "dead", "MainPID": 0, "Id": "cloudify-mgmtworker.service", "ActiveState": "inactive", "SubState": "dead"}], "display_name": "Celery Management"}, {"instances": [{"LoadState": "loaded", "Description": "LSB: Starts Logstash as a daemon.", "state": "running", "MainPID": 0, "Id": "logstash.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Logstash"}, {"instances": [{"LoadState": "loaded", "Description": "RabbitMQ Service", "state": "start-post", "MainPID": 8015, "Id": "cloudify-rabbitmq.service", "ActiveState": "activating", "SubState": "start-post"}], "display_name": "RabbitMQ"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify AMQP InfluxDB Broker Service", "state": "dead", "MainPID": 0, "Id": "cloudify-amqpinflux.service", "ActiveState": "inactive", "SubState": "dead"}], "display_name": "AMQP InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "PostgreSQL 9.5 database server", "state": "running", "MainPID": 879, "Id": "postgresql-9.5.service", "ActiveState": "active", "SubState": "running"}], "display_name": "PostgreSQL"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify REST Service", "state": "running", "MainPID": 806, "Id": "cloudify-restservice.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Manager Rest-Service"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Stage Service", "state": "running", "MainPID": 802, "Id": "cloudify-stage.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Cloudify Stage"}, {"instances": [{"LoadState": "loaded", "Description": "Riemann Service", "state": "dead", "MainPID": 0, "Id": "cloudify-riemann.service", "ActiveState": "inactive", "SubState": "dead"}], "display_name": "Riemann"}, {"instances": [{"LoadState": "loaded", "Description": "nginx - high performance web server", "state": "running", "MainPID": 833, "Id": "nginx.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Webserver"}]} 2018-08-12 09:51:34,322 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-12 09:51:34,322 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 12 Aug 2018 09:51:34 GMT 2018-08-12 09:51:34,322 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-12 09:51:34,322 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2378 2018-08-12 09:51:34,322 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-12 09:51:34,322 - functest.core.cloudify - INFO - The current manager status is running 2018-08-12 09:51:34,323 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.207:80/api/v3/secrets/foo; body: {"update_if_exists": false, "visibility": "tenant", "value": "bar"} 2018-08-12 09:51:34,385 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-12 09:51:34,385 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-12 09:51:34,385 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-12 09:51:34,385 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-12 09:51:34,385 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-12 09:51:34,385 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-12 09:51:34,385 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-12 09:51:34,385 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 67 2018-08-12 09:51:34,386 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-08-12T09:51:34.228Z", "updated_at": "2018-08-12T09:51:34.228Z", "created_by": "admin", "private_resource": false, "value": "bar", "key": "foo"} 2018-08-12 09:51:34,386 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-12 09:51:34,386 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 12 Aug 2018 09:51:34 GMT 2018-08-12 09:51:34,386 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-12 09:51:34,386 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 197 2018-08-12 09:51:34,386 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-12 09:51:34,386 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.207:80/api/v3/secrets 2018-08-12 09:51:34,433 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-12 09:51:34,434 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-12 09:51:34,434 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-12 09:51:34,434 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-12 09:51:34,434 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-12 09:51:34,434 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-12 09:51:34,434 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-12 09:51:34,434 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"permission": null, "tenant_name": "default_tenant", "created_at": "2018-08-12T09:51:34.228Z", "updated_at": "2018-08-12T09:51:34.228Z", "created_by": "admin", "key": "foo"}], "metadata": {"pagination": {"total": 1, "offset": 0, "size": 0}}} 2018-08-12 09:51:34,434 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-12 09:51:34,434 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 12 Aug 2018 09:51:34 GMT 2018-08-12 09:51:34,434 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-12 09:51:34,435 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 253 2018-08-12 09:51:34,435 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-12 09:51:34,435 - functest.core.cloudify - DEBUG - List secrets: 2018-08-12 09:51:34,435 - cloudify.rest_client.http - DEBUG - Sending request: DELETE http://172.30.9.207:80/api/v3/secrets/foo 2018-08-12 09:51:34,483 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-12 09:51:34,483 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-12 09:51:34,483 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-12 09:51:34,483 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-12 09:51:34,484 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-12 09:51:34,484 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-12 09:51:34,484 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-12 09:51:34,484 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 0 2018-08-12 09:51:34,484 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-08-12T09:51:34.228Z", "updated_at": "2018-08-12T09:51:34.228Z", "created_by": "admin", "private_resource": false, "value": "bar", "key": "foo"} 2018-08-12 09:51:34,484 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-12 09:51:34,484 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 12 Aug 2018 09:51:34 GMT 2018-08-12 09:51:34,484 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-12 09:51:34,484 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 197 2018-08-12 09:51:34,484 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-12 09:51:34,485 - functest.core.cloudify - INFO - Secrets API successfully reached 2018-08-12 09:51:34,485 - functest.core.cloudify - INFO - Cloudify Manager is up and running 2018-08-12 09:51:34,485 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Put private keypair in manager 2018-08-12 09:51:34,486 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-12 09:51:34,487 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-12 09:51:34,487 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-12 09:51:34,489 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-12 09:51:34,556 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-12 09:51:34,557 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-12 09:51:34,558 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-12 09:51:34,598 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-12 09:51:34,598 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-12 09:51:34,623 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-12 09:51:55,461 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-12 09:51:55,462 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - output: Loaded plugins: fastestmirror Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=7&arch=x86_64&repo=os&infra=genclo error was 14: curl#6 - "Could not resolve host: mirrorlist.centos.org; Unknown error" 2018-08-12 09:51:55,463 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-12 09:51:55,462 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - error: One of the configured repositories failed (Unknown), and yum doesn't have enough cached data to continue. At this point the only safe thing yum can do is fail. There are a few ways to work "fix" this: 1. Contact the upstream for the repository and get them to fix the problem. 2. Reconfigure the baseurl/etc. for the repository, to point to a working upstream. This is most often useful if you are using a newer distribution release than is supported by the repository (and the packages for the previous distribution release still work). 3. Run the command with the repository temporarily disabled yum --disablerepo= ... 4. Disable the repository permanently, so yum won't use it by default. Yum will then just ignore the repository until you permanently enable it again or use --enablerepo for temporary usage: yum-config-manager --disable or subscription-manager repos --disable= 5. Configure the failing repository to be skipped, if it is unavailable. Note that yum will try to contact the repo. when it runs most commands, so will have to try and fail each time (and thus. yum will be be much slower). If it is a very temporary problem though, this is often a nice compromise: yum-config-manager --save --setopt=.skip_if_unavailable=true Cannot find a valid baseurl for repo: base/7/x86_64 2018-08-12 09:51:55,463 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/vyos-1.1.7.img 2018-08-12 09:51:57,911 - shade - DEBUG - Image file /home/opnfv/functest/images/vyos-1.1.7.img md5:5428081a21782d4eab3b67d8cc6bf508 sha256:55fa585158ce340dac1941aa3ea9cf2e0547b9b405b91c0b2e22c767ed5bbfe0 2018-08-12 09:51:57,913 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 09:51:57,914 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e6a9e716de36ad4f17a6eaac67e7556d9864f542" 2018-08-12 09:51:57,950 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1208 Content-Type: application/json X-Openstack-Request-Id: req-fb174c7e-e200-405e-98f3-54d49796760a Date: Sun, 12 Aug 2018 09:51:57 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/e9ed0b81-49c6-421f-8428-cfd405d10ec0/snap", "metadata": {}}], "file": "/v2/images/e9ed0b81-49c6-421f-8428-cfd405d10ec0/file", "owner": "3fd3d8889c294c42ab75103d8640df37", "id": "e9ed0b81-49c6-421f-8428-cfd405d10ec0", "size": 4373348352, "self": "/v2/images/e9ed0b81-49c6-421f-8428-cfd405d10ec0", "disk_format": "qcow2", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/e9ed0b81-49c6-421f-8428-cfd405d10ec0/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-08-12T09:47:51Z", "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "vyos_vrouter-img_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-08-12T09:46:55Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 09:51:57,950 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-fb174c7e-e200-405e-98f3-54d49796760a 2018-08-12 09:51:57,950 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0371708869934s 2018-08-12 09:51:57,950 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-fb174c7e-e200-405e-98f3-54d49796760a 2018-08-12 09:51:57,958 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-12 09:51:57,961 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e6a9e716de36ad4f17a6eaac67e7556d9864f542" -d '{"owner_specified.shade.md5": "5428081a21782d4eab3b67d8cc6bf508", "owner_specified.shade.sha256": "55fa585158ce340dac1941aa3ea9cf2e0547b9b405b91c0b2e22c767ed5bbfe0", "owner_specified.shade.object": "images/vyos_vrouter-img_alt_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vyos_vrouter-img_alt_5a0c02d7-369a-4b67-9ee9-398060fca1f8"}' 2018-08-12 09:51:58,275 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 884 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/927ab8c1-6c69-4fc3-a3f2-5918292ae249 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-0391585f-df95-47a8-bffe-418225169578 Date: Sun, 12 Aug 2018 09:51:58 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/927ab8c1-6c69-4fc3-a3f2-5918292ae249/file", "owner": "3fd3d8889c294c42ab75103d8640df37", "id": "927ab8c1-6c69-4fc3-a3f2-5918292ae249", "size": null, "self": "/v2/images/927ab8c1-6c69-4fc3-a3f2-5918292ae249", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "55fa585158ce340dac1941aa3ea9cf2e0547b9b405b91c0b2e22c767ed5bbfe0", "updated_at": "2018-08-12T09:51:58Z", "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_alt_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "5428081a21782d4eab3b67d8cc6bf508", "name": "vyos_vrouter-img_alt_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "checksum": null, "created_at": "2018-08-12T09:51:58Z", "protected": false} 2018-08-12 09:51:58,275 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-0391585f-df95-47a8-bffe-418225169578 2018-08-12 09:51:58,275 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.316832065582s 2018-08-12 09:51:58,276 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-0391585f-df95-47a8-bffe-418225169578 returning object 927ab8c1-6c69-4fc3-a3f2-5918292ae249 2018-08-12 09:51:58,276 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-12 09:51:58,280 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9292/v2/images/927ab8c1-6c69-4fc3-a3f2-5918292ae249/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}e6a9e716de36ad4f17a6eaac67e7556d9864f542" -d '' 2018-08-12 09:52:05,699 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-7fdee463-5dcb-4a1c-b74e-64af736c4607 Date: Sun, 12 Aug 2018 09:52: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 09:52:05,699 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/927ab8c1-6c69-4fc3-a3f2-5918292ae249/file used request id req-7fdee463-5dcb-4a1c-b74e-64af736c4607 2018-08-12 09:52:05,699 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 7.42265892029s 2018-08-12 09:52:05,699 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/927ab8c1-6c69-4fc3-a3f2-5918292ae249/file used request id req-7fdee463-5dcb-4a1c-b74e-64af736c4607 2018-08-12 09:52:05,703 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 09:52:05,707 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e6a9e716de36ad4f17a6eaac67e7556d9864f542" 2018-08-12 09:52:06,331 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2356 Content-Type: application/json X-Openstack-Request-Id: req-122cc9cc-021f-4054-aad3-678af7c5edaf Date: Sun, 12 Aug 2018 09:52:06 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/927ab8c1-6c69-4fc3-a3f2-5918292ae249/snap", "metadata": {}}], "file": "/v2/images/927ab8c1-6c69-4fc3-a3f2-5918292ae249/file", "owner": "3fd3d8889c294c42ab75103d8640df37", "id": "927ab8c1-6c69-4fc3-a3f2-5918292ae249", "size": 426967040, "self": "/v2/images/927ab8c1-6c69-4fc3-a3f2-5918292ae249", "disk_format": "qcow2", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/927ab8c1-6c69-4fc3-a3f2-5918292ae249/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "55fa585158ce340dac1941aa3ea9cf2e0547b9b405b91c0b2e22c767ed5bbfe0", "updated_at": "2018-08-12T09:52:05Z", "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_alt_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "5428081a21782d4eab3b67d8cc6bf508", "name": "vyos_vrouter-img_alt_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "checksum": "5428081a21782d4eab3b67d8cc6bf508", "created_at": "2018-08-12T09:51:58Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/e9ed0b81-49c6-421f-8428-cfd405d10ec0/snap", "metadata": {}}], "file": "/v2/images/e9ed0b81-49c6-421f-8428-cfd405d10ec0/file", "owner": "3fd3d8889c294c42ab75103d8640df37", "id": "e9ed0b81-49c6-421f-8428-cfd405d10ec0", "size": 4373348352, "self": "/v2/images/e9ed0b81-49c6-421f-8428-cfd405d10ec0", "disk_format": "qcow2", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/e9ed0b81-49c6-421f-8428-cfd405d10ec0/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-08-12T09:47:51Z", "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "vyos_vrouter-img_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-08-12T09:46:55Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 09:52:06,332 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-122cc9cc-021f-4054-aad3-678af7c5edaf 2018-08-12 09:52:06,332 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.628399133682s 2018-08-12 09:52:06,332 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-122cc9cc-021f-4054-aad3-678af7c5edaf 2018-08-12 09:52:06,334 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://b36631de-8836-42ae-a808-b5158928754c/images/927ab8c1-6c69-4fc3-a3f2-5918292ae249/snap', u'metadata': Munch({})})], 'file': u'/v2/images/927ab8c1-6c69-4fc3-a3f2-5918292ae249/file', 'owner': u'3fd3d8889c294c42ab75103d8640df37', 'id': u'927ab8c1-6c69-4fc3-a3f2-5918292ae249', 'size': 426967040, u'self': u'/v2/images/927ab8c1-6c69-4fc3-a3f2-5918292ae249', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'3fd3d8889c294c42ab75103d8640df37', 'name': 'vyos_vrouter-project_5a0c02d7-369a-4b67-9ee9-398060fca1f8', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://b36631de-8836-42ae-a808-b5158928754c/images/927ab8c1-6c69-4fc3-a3f2-5918292ae249/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-12T09:52:05Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-12T09:52:05Z', u'owner_specified.shade.sha256': u'55fa585158ce340dac1941aa3ea9cf2e0547b9b405b91c0b2e22c767ed5bbfe0', u'owner_specified.shade.object': u'images/vyos_vrouter-img_alt_5a0c02d7-369a-4b67-9ee9-398060fca1f8', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'5428081a21782d4eab3b67d8cc6bf508', 'properties': {u'self': u'/v2/images/927ab8c1-6c69-4fc3-a3f2-5918292ae249', u'owner_specified.shade.md5': u'5428081a21782d4eab3b67d8cc6bf508', u'owner_specified.shade.object': u'images/vyos_vrouter-img_alt_5a0c02d7-369a-4b67-9ee9-398060fca1f8', u'owner_specified.shade.sha256': u'55fa585158ce340dac1941aa3ea9cf2e0547b9b405b91c0b2e22c767ed5bbfe0', u'schema': u'/v2/schemas/image'}, 'name': u'vyos_vrouter-img_alt_5a0c02d7-369a-4b67-9ee9-398060fca1f8', 'created': u'2018-08-12T09:51:58Z', 'checksum': u'5428081a21782d4eab3b67d8cc6bf508', 'created_at': u'2018-08-12T09:51:58Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/927ab8c1-6c69-4fc3-a3f2-5918292ae249', u'owner_specified.shade.md5': u'5428081a21782d4eab3b67d8cc6bf508', u'owner_specified.shade.object': u'images/vyos_vrouter-img_alt_5a0c02d7-369a-4b67-9ee9-398060fca1f8', u'owner_specified.shade.sha256': u'55fa585158ce340dac1941aa3ea9cf2e0547b9b405b91c0b2e22c767ed5bbfe0', u'schema': u'/v2/schemas/image'}}) 2018-08-12 09:52:06,335 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-12 09:52:06,338 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}43b0cd2a21796a61d2447d07d1daab2d46e5414b" -d '{"flavor": {"vcpus": 1, "ram": 2048, "name": "vyos_vrouter-flavor_alt_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 50, "id": null, "swap": 0}}' 2018-08-12 09:52:06,399 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:52: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-b79587da-b9c3-40b7-a693-a1cab4209791 x-compute-request-id: req-b79587da-b9c3-40b7-a693-a1cab4209791 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"flavor": {"name": "vyos_vrouter-flavor_alt_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/18960014-acbd-4670-9885-f876e89e05ba", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/18960014-acbd-4670-9885-f876e89e05ba", "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": 50, "id": "18960014-acbd-4670-9885-f876e89e05ba"}} 2018-08-12 09:52:06,399 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-b79587da-b9c3-40b7-a693-a1cab4209791 2018-08-12 09:52:06,399 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.063873052597s 2018-08-12 09:52:06,399 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-b79587da-b9c3-40b7-a693-a1cab4209791 2018-08-12 09:52:06,400 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vyos_vrouter-flavor_alt_5a0c02d7-369a-4b67-9ee9-398060fca1f8', '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'a267b9a156244bb192691cff6e5f74fe', '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': 50, 'id': u'18960014-acbd-4670-9885-f876e89e05ba', 'swap': 0}) 2018-08-12 09:52:06,401 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-12 09:52:06,404 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors/18960014-acbd-4670-9885-f876e89e05ba/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}43b0cd2a21796a61d2447d07d1daab2d46e5414b" -d '{"extra_specs": {}}' 2018-08-12 09:52:06,425 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:52: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-151d7054-137e-41b7-97fb-06d5ec4e691b x-compute-request-id: req-151d7054-137e-41b7-97fb-06d5ec4e691b Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-12 09:52:06,425 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/18960014-acbd-4670-9885-f876e89e05ba/os-extra_specs used request id req-151d7054-137e-41b7-97fb-06d5ec4e691b 2018-08-12 09:52:06,425 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0244569778442s 2018-08-12 09:52:06,426 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/18960014-acbd-4670-9885-f876e89e05ba/os-extra_specs used request id req-151d7054-137e-41b7-97fb-06d5ec4e691b 2018-08-12 09:52:06,429 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-08-12 09:52:06,431 - 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 09:52:06,436 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 09:52:06 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://192.30.9.4:35357/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://192.30.9.4:35357/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 09:52:06,437 - 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}43b0cd2a21796a61d2447d07d1daab2d46e5414b" 2018-08-12 09:52:06,528 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:52:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-acaa580d-df21-46cf-a55f-a6f08ab8f47f Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"services": [{"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.4:35357/v3/services/15c0704ff3984609bc46a7ae9df6d854"}, "enabled": true, "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.4:35357/v3/services/19d3b3318551439c9543240172cdbd78"}, "enabled": true, "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.4:35357/v3/services/1dbfa23d060f4e70aa33e1cf9b50ab15"}, "enabled": true, "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.4:35357/v3/services/209950594c2b43048ba72516819c6386"}, "enabled": true, "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.4:35357/v3/services/2a58b259627349678c35c4f7a309d1b8"}, "enabled": true, "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.4:35357/v3/services/3420b5d212e345eca027a97d5de7638f"}, "enabled": true, "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.4:35357/v3/services/42a6b5976d8645e8a4c7c24467befa4d"}, "enabled": true, "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.4:35357/v3/services/4c895a2543ed4b87a379b8595130a8f7"}, "enabled": true, "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.4:35357/v3/services/715f238e402745d38ee9f3b37fa5b7b2"}, "enabled": true, "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.4:35357/v3/services/7229e6f7777f43d58cbed8a7dd0304d6"}, "enabled": true, "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.4:35357/v3/services/7fc41da629194ab488892d45d20f194e"}, "enabled": true, "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.4:35357/v3/services/99e7c5a4539d41d8ac9078a76fcee515"}, "enabled": true, "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.4:35357/v3/services/bab20e1e10e642b3b651400b1c4f18bf"}, "enabled": true, "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.4:35357/v3/services/cb46eeaecd3148259c3e255a5497608c"}, "enabled": true, "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.4:35357/v3/services/e5f94bd0ef324f738590907aed02c0f1"}, "enabled": true, "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "links": {"self": "http://192.30.9.4:35357/v3/services", "previous": null, "next": null}} 2018-08-12 09:52:06,529 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.4:35357/v3/services used request id req-acaa580d-df21-46cf-a55f-a6f08ab8f47f 2018-08-12 09:52:06,529 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.100190877914s 2018-08-12 09:52:06,529 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.4:35357/v3/services used request id req-acaa580d-df21-46cf-a55f-a6f08ab8f47f 2018-08-12 09:52:06,538 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-08-12 09:52:06,541 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}43b0cd2a21796a61d2447d07d1daab2d46e5414b" 2018-08-12 09:52:06,650 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:52:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d541f60f-6909-4aed-afa5-78f20cb21aee Content-Encoding: gzip Content-Length: 1972 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/0180081c176f44d28b00231a5e42328e"}, "url": "http://192.30.9.4:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "cb46eeaecd3148259c3e255a5497608c", "id": "0180081c176f44d28b00231a5e42328e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/0dea4b7330b54c0c9a0636f1e97478db"}, "url": "http://12.0.0.25:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "209950594c2b43048ba72516819c6386", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/164fb84df0d249f1a90eaa5c2aa43963"}, "url": "http://172.30.9.21:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "99e7c5a4539d41d8ac9078a76fcee515", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/190d75d57ae64cf0878a46f0524e7172"}, "url": "http://172.30.9.21:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "e5f94bd0ef324f738590907aed02c0f1", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/1a02946ca6ed4a81a0bdcbef89ba8455"}, "url": "http://172.30.9.21:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "42a6b5976d8645e8a4c7c24467befa4d", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/1b32ac2547c44d9eaf35ee6c4a387dcb"}, "url": "http://172.30.9.21:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "7229e6f7777f43d58cbed8a7dd0304d6", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/1cfb1ed578eb49dd87ca083a4db541c8"}, "url": "http://192.30.9.4:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "cb46eeaecd3148259c3e255a5497608c", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/2240a154977f4379bf6cb7b06d908ad5"}, "url": "http://192.30.9.4:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "7229e6f7777f43d58cbed8a7dd0304d6", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/2a9a76dbb65b4e1b8d6116fedbba8d84"}, "url": "http://192.30.9.4:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "99e7c5a4539d41d8ac9078a76fcee515", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/2d2cec92590247c08bd065796c7809f1"}, "url": "http://192.30.9.4:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "bab20e1e10e642b3b651400b1c4f18bf", "id": "2d2cec92590247c08bd065796c7809f1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/3369b5207e9e462493b48531ec10856d"}, "url": "http://192.30.9.4:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "e5f94bd0ef324f738590907aed02c0f1", "id": "3369b5207e9e462493b48531ec10856d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/34ab0036b02a4971b8fa6b0b45d8d3b5"}, "url": "http://192.30.9.4:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "19d3b3318551439c9543240172cdbd78", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/3ca9accb793a49cbbe90e5a661064c92"}, "url": "http://172.30.9.21:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "15c0704ff3984609bc46a7ae9df6d854", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/3fc16a63f6be4d3c80a2783bb851e4bb"}, "url": "http://172.30.9.21:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/43bb9a55be8d4fb9b7b14ab829552412"}, "url": "http://192.30.9.4:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/4a4d4aede044418995764ba52a2f5df0"}, "url": "http://172.30.9.21:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "715f238e402745d38ee9f3b37fa5b7b2", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/4fb85ade24214df2affc22743e195528"}, "url": "http://172.30.9.21:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "cb46eeaecd3148259c3e255a5497608c", "id": "4fb85ade24214df2affc22743e195528"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/60a5f72c43664608a86d96f08a113212"}, "url": "http://192.30.9.4:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "3420b5d212e345eca027a97d5de7638f", "id": "60a5f72c43664608a86d96f08a113212"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/623eb42a777f4771adf7f96e3a71405c"}, "url": "http://172.30.9.21:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "4c895a2543ed4b87a379b8595130a8f7", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/720e01cf00f84d04a2ee62edcf16b6c5"}, "url": "http://192.30.9.4:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "19d3b3318551439c9543240172cdbd78", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/75bcb5f8a1e1470d86971f289010cc01"}, "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "7fc41da629194ab488892d45d20f194e", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/7969c3b38465413d9a6597bdb8ece535"}, "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "42a6b5976d8645e8a4c7c24467befa4d", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/825be5f2ac7f49148b48b6b902457d3b"}, "url": "http://192.30.9.4:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "e5f94bd0ef324f738590907aed02c0f1", "id": "825be5f2ac7f49148b48b6b902457d3b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/84de8f696bae486b93af949c9fcba0e0"}, "url": "http://192.30.9.4:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "3420b5d212e345eca027a97d5de7638f", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/8b9cbe54bbaf48bea58cd1eac70c11e3"}, "url": "http://192.30.9.4:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "4c895a2543ed4b87a379b8595130a8f7", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/8e40ba7572e344069179902ef8294d94"}, "url": "http://172.30.9.21:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "19d3b3318551439c9543240172cdbd78", "id": "8e40ba7572e344069179902ef8294d94"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/955859bdf3284e0291fae73771e83dbf"}, "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "7fc41da629194ab488892d45d20f194e", "id": "955859bdf3284e0291fae73771e83dbf"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/a05785e9fdaf4b99b730c281a8798879"}, "url": "http://172.30.9.21:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "bab20e1e10e642b3b651400b1c4f18bf", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/aa83ad94e5364c91ae9784fdce32f60e"}, "url": "http://192.30.9.4:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "715f238e402745d38ee9f3b37fa5b7b2", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/ae7c491dfb654c01b3a40697a3d71d2a"}, "url": "http://192.30.9.4:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/b0df2bf1d7134de390b5d61b210210f1"}, "url": "http://192.30.9.4:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "99e7c5a4539d41d8ac9078a76fcee515", "id": "b0df2bf1d7134de390b5d61b210210f1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/b9fb1c42ce3946749b180fecea8a4890"}, "url": "http://192.30.9.4:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "bab20e1e10e642b3b651400b1c4f18bf", "id": "b9fb1c42ce3946749b180fecea8a4890"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/baac3ca7bc5242acae74cd07cd8aac8b"}, "url": "http://172.30.9.21:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "209950594c2b43048ba72516819c6386", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/c0ec153aa11f4d0ca453edd1a735ac0e"}, "url": "http://192.30.9.4:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "7229e6f7777f43d58cbed8a7dd0304d6", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/c5342aa69d8643359bba955b671d2015"}, "url": "http://192.30.9.4:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "4c895a2543ed4b87a379b8595130a8f7", "id": "c5342aa69d8643359bba955b671d2015"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/ca0ce0f5278a4af6b162a26925808f73"}, "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "42a6b5976d8645e8a4c7c24467befa4d", "id": "ca0ce0f5278a4af6b162a26925808f73"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/d0a2205495074bd29a4de90120faedb9"}, "url": "http://172.30.9.21:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "7fc41da629194ab488892d45d20f194e", "id": "d0a2205495074bd29a4de90120faedb9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/e126bf7c26924c9f9cc609ae27eef638"}, "url": "http://172.30.9.21:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "3420b5d212e345eca027a97d5de7638f", "id": "e126bf7c26924c9f9cc609ae27eef638"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, "url": "http://192.30.9.4:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "15c0704ff3984609bc46a7ae9df6d854", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/f1f42723f09d48c9901ecfd4c8abc28c"}, "url": "http://12.0.0.25:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "209950594c2b43048ba72516819c6386", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/f609c2453dc343a4a5565a231be14af1"}, "url": "http://192.30.9.4:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "715f238e402745d38ee9f3b37fa5b7b2", "id": "f609c2453dc343a4a5565a231be14af1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/f8ed02b7c8b8467f8e3ad22c2a47b4ec"}, "url": "http://192.30.9.4:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "15c0704ff3984609bc46a7ae9df6d854", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "links": {"self": "http://172.30.9.21:5000/v3/endpoints", "previous": null, "next": null}} 2018-08-12 09:52:06,651 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/endpoints used request id req-d541f60f-6909-4aed-afa5-78f20cb21aee 2018-08-12 09:52:06,651 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.112673997879s 2018-08-12 09:52:06,652 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/endpoints used request id req-d541f60f-6909-4aed-afa5-78f20cb21aee 2018-08-12 09:52:06,662 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-12 09:52:06,663 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}e6a9e716de36ad4f17a6eaac67e7556d9864f542" 2018-08-12 09:52:06,719 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6833 X-Openstack-Request-Id: req-5bab45b6-4563-49ad-a1eb-4f4a5f1d48b8 Date: Sun, 12 Aug 2018 09:52:06 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "created_at": "2018-08-12T09:46:26Z", "updated_at": "2018-08-12T09:46:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T09:46:26Z", "revision_number": 0, "id": "04839040-0f15-4174-95fb-bfe9f48fba37", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T09:46:26Z", "security_group_id": "a577b60e-bcfc-40ba-a374-f3708f53e320", "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "port_range_min": null, "ethertype": "IPv4", "project_id": "3fd3d8889c294c42ab75103d8640df37"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T09:46:26Z", "revision_number": 0, "id": "3dc0b77f-02c6-4ba9-8d30-b6c5c6ef582b", "remote_group_id": "a577b60e-bcfc-40ba-a374-f3708f53e320", "remote_ip_prefix": null, "created_at": "2018-08-12T09:46:26Z", "security_group_id": "a577b60e-bcfc-40ba-a374-f3708f53e320", "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "port_range_min": null, "ethertype": "IPv4", "project_id": "3fd3d8889c294c42ab75103d8640df37"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T09:46:26Z", "revision_number": 0, "id": "bd8ecf47-3c7e-4978-881c-7eef6d5968fa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T09:46:26Z", "security_group_id": "a577b60e-bcfc-40ba-a374-f3708f53e320", "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "port_range_min": null, "ethertype": "IPv6", "project_id": "3fd3d8889c294c42ab75103d8640df37"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T09:46:26Z", "revision_number": 0, "id": "dfd6453b-88b3-4145-99b8-d19c99e6715e", "remote_group_id": "a577b60e-bcfc-40ba-a374-f3708f53e320", "remote_ip_prefix": null, "created_at": "2018-08-12T09:46:26Z", "security_group_id": "a577b60e-bcfc-40ba-a374-f3708f53e320", "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "port_range_min": null, "ethertype": "IPv6", "project_id": "3fd3d8889c294c42ab75103d8640df37"}], "revision_number": 4, "project_id": "3fd3d8889c294c42ab75103d8640df37", "id": "a577b60e-bcfc-40ba-a374-f3708f53e320", "name": "default"}, {"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "created_at": "2018-08-12T09:47:53Z", "updated_at": "2018-08-12T09:47:56Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-08-12T09:47:55Z", "revision_number": 0, "id": "1426dc91-f3a7-4be5-99ce-d4c6f86e4bfa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T09:47:55Z", "security_group_id": "f6367faf-e11d-4226-b981-9133098ff368", "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "port_range_min": 443, "ethertype": "IPv4", "project_id": "3fd3d8889c294c42ab75103d8640df37"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-08-12T09:47:56Z", "revision_number": 0, "id": "1b1cfe5d-fb79-46ef-815a-a4afc317d1ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T09:47:56Z", "security_group_id": "f6367faf-e11d-4226-b981-9133098ff368", "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "3fd3d8889c294c42ab75103d8640df37"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 53333, "updated_at": "2018-08-12T09:47:56Z", "revision_number": 0, "id": "4fe3fa58-d1d7-4d48-9e0c-bcf2699318f8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T09:47:56Z", "security_group_id": "f6367faf-e11d-4226-b981-9133098ff368", "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "port_range_min": 53333, "ethertype": "IPv4", "project_id": "3fd3d8889c294c42ab75103d8640df37"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-12T09:47:55Z", "revision_number": 0, "id": "50ccfae5-3c72-479f-bcb3-d2214e776546", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T09:47:55Z", "security_group_id": "f6367faf-e11d-4226-b981-9133098ff368", "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "port_range_min": 80, "ethertype": "IPv4", "project_id": "3fd3d8889c294c42ab75103d8640df37"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T09:47:53Z", "revision_number": 0, "id": "52700354-3a64-4c6d-9f8e-6e1c9ae4253e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T09:47:53Z", "security_group_id": "f6367faf-e11d-4226-b981-9133098ff368", "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "port_range_min": null, "ethertype": "IPv4", "project_id": "3fd3d8889c294c42ab75103d8640df37"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-12T09:47:54Z", "revision_number": 0, "id": "69d5bf07-e0bf-476c-8b64-3e5fc3c4f1a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T09:47:54Z", "security_group_id": "f6367faf-e11d-4226-b981-9133098ff368", "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "port_range_min": null, "ethertype": "IPv4", "project_id": "3fd3d8889c294c42ab75103d8640df37"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T09:47:53Z", "revision_number": 0, "id": "9269e3fa-e5d5-4a61-98df-1a5410830737", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T09:47:53Z", "security_group_id": "f6367faf-e11d-4226-b981-9133098ff368", "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "port_range_min": null, "ethertype": "IPv6", "project_id": "3fd3d8889c294c42ab75103d8640df37"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-12T09:47:54Z", "revision_number": 0, "id": "dd2ad9f0-45e9-4725-b564-7621e0bfe37e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T09:47:54Z", "security_group_id": "f6367faf-e11d-4226-b981-9133098ff368", "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "port_range_min": 22, "ethertype": "IPv4", "project_id": "3fd3d8889c294c42ab75103d8640df37"}], "revision_number": 8, "project_id": "3fd3d8889c294c42ab75103d8640df37", "id": "f6367faf-e11d-4226-b981-9133098ff368", "name": "vyos_vrouter-sg_5a0c02d7-369a-4b67-9ee9-398060fca1f8"}]} 2018-08-12 09:52:06,720 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-5bab45b6-4563-49ad-a1eb-4f4a5f1d48b8 2018-08-12 09:52:06,720 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0577709674835s 2018-08-12 09:52:06,720 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-5bab45b6-4563-49ad-a1eb-4f4a5f1d48b8 2018-08-12 09:52:06,724 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-12 09:52:06,725 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}e6a9e716de36ad4f17a6eaac67e7556d9864f542" -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": "a577b60e-bcfc-40ba-a374-f3708f53e320"}}' 2018-08-12 09:52:06,970 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-7c22de6b-5046-4f8e-b3bd-1f5eff14d215 Date: Sun, 12 Aug 2018 09:52:06 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-12T09:52:06Z", "security_group_id": "a577b60e-bcfc-40ba-a374-f3708f53e320", "port_range_min": 22, "revision_number": 0, "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "created_at": "2018-08-12T09:52:06Z", "project_id": "3fd3d8889c294c42ab75103d8640df37", "id": "0aec6c0a-6705-4428-9dc2-9cf3c0e353d4"}} 2018-08-12 09:52:06,971 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-7c22de6b-5046-4f8e-b3bd-1f5eff14d215 2018-08-12 09:52:06,971 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.24661397934s 2018-08-12 09:52:06,971 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-7c22de6b-5046-4f8e-b3bd-1f5eff14d215 2018-08-12 09:52:06,972 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Upload VNFD 2018-08-12 09:52:06,978 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.207:80/api/v3/blueprints/vrouter-opnfv; body: bytes data 2018-08-12 09:52:08,726 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-12 09:52:08,726 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-12 09:52:08,726 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-12 09:52:08,726 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-12 09:52:08,727 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-12 09:52:08,727 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-12 09:52:08,727 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-12 09:52:08,727 - cloudify.rest_client.http - DEBUG - request header: Transfer-Encoding: chunked 2018-08-12 09:52:08,727 - cloudify.rest_client.http - DEBUG - reply: "201 CREATED" {"main_file_name": "function-test-openstack-blueprint.yaml", "description": "This blueprint is deploy target_vnf reference_vnf management_ network and dataplane_network.\n", "tenant_name": "default_tenant", "created_at": "2018-08-12T09:52:08.548Z", "updated_at": "2018-08-12T09:52:08.548Z", "created_by": "admin", "private_resource": false, "plan": {"relationships": {"cloudify.openstack.server_connected_to_port": {"name": "cloudify.openstack.server_connected_to_port", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_port"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.port.detach", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.port_connected_to_security_group": {"name": "cloudify.openstack.port_connected_to_security_group", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.port.connect_security_group", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.depends_on": {"properties": {"connection_type": {"default": "all_to_all"}}, "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "name": "cloudify.relationships.depends_on", "type_hierarchy": ["cloudify.relationships.depends_on"], "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}}, "cloudify.openstack.server_connected_to_keypair": {"name": "cloudify.openstack.server_connected_to_keypair", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.subnet_connected_to_router": {"name": "cloudify.openstack.subnet_connected_to_router", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.subnet_connected_to_router"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.router.connect_subnet", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.router.disconnect_subnet", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.server_connected_to_security_group": {"name": "cloudify.openstack.server_connected_to_security_group", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.port_connected_to_subnet": {"name": "cloudify.openstack.port_connected_to_subnet", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_subnet"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.contained_in": {"name": "cloudify.relationships.contained_in", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.depends_on", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.port_connected_to_floating_ip": {"name": "cloudify.openstack.port_connected_to_floating_ip", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.floatingip.connect_port", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.floatingip.disconnect_port", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.server_connected_to_floating_ip": {"name": "cloudify.openstack.server_connected_to_floating_ip", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_floatingip", "inputs": {"fixed_ip": {"default": "", "type": "string", "description": "The fixed IP to be associated with the floating IP. If omitted, Openstack will choose which port to associate.\n"}, "openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_floatingip", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.connected_to": {"name": "cloudify.relationships.connected_to", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.depends_on", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.volume_attached_to_server": {"name": "cloudify.openstack.volume_attached_to_server", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.volume_attached_to_server"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.attach_volume", "inputs": {"status_attempts": {"default": 10, "type": "integer", "description": "Number of times to check for the attachment's status before failing\n"}, "status_timeout": {"default": 2, "type": "integer", "description": "Interval (in seconds) between subsequent inquiries of the attachment's status\n"}, "openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.detach_volume", "inputs": {"status_attempts": {"default": 10, "type": "integer", "description": "Number of times to check for the detachment's status before failing\n"}, "status_timeout": {"default": 2, "type": "integer", "description": "Interval (in seconds) between subsequent inquiries of the detachment's status\n"}, "openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.file_system_depends_on_volume": {"name": "cloudify.relationships.file_system_depends_on_volume", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.file_system_depends_on_volume"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.depends_on", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "script.script_runner.tasks.run", "inputs": {"script_path": {"default": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/fs/fdisk.sh"}, "device_name": {"default": {"get_attribute": ["TARGET", "device_name"]}}}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.file_system_contained_in_compute": {"name": "cloudify.relationships.file_system_contained_in_compute", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in", "cloudify.relationships.file_system_contained_in_compute"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.contained_in", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "script.script_runner.tasks.run", "inputs": {"script_path": {"default": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/fs/mount.sh"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "script.script_runner.tasks.run", "inputs": {"script_path": {"default": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/fs/unmount.sh"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}}, "inputs": {"keypair_name": {"default": "vnf_test_keypair", "type": "string"}, "management_plane_network_name": {"default": "management_plane_network", "type": "string"}, "external_network_name": {"type": "string"}, "keystone_user_domain_name": {"type": "string"}, "data_plane_network_name": {"default": "data_plane_network", "type": "string"}, "target_vnf_name": {"default": "target_vnf", "type": "string"}, "reference_vnf_flavor_id": {"type": "string"}, "target_vnf_flavor_id": {"type": "string"}, "reference_vnf_name": {"default": "reference_vnf", "type": "string"}, "target_vnf_data_plane_port_name": {"default": "target_vnf_data_plane_port", "type": "string"}, "reference_vnf_data_plane_port_name": {"default": "reference_vnf_data_plane_port", "type": "string"}, "keystone_username": {"type": "string"}, "security_group_name": {"default": "vnf_test_security_group", "type": "string"}, "reference_vnf_image_id": {"type": "string"}, "keystone_password": {"type": "string"}, "target_vnf_port_name": {"default": "target_vnf_port", "type": "string"}, "keystone_tenant_name": {"type": "string"}, "keystone_project_domain_name": {"type": "string"}, "keystone_url": {"type": "string"}, "reference_vnf_port_name": {"default": "reference_vnf_port", "type": "string"}, "target_vnf_image_id": {"type": "string"}, "management_plane_subnet_name": {"default": "management_plane_subnet", "type": "string"}, "ssh_key_filename": {"default": "~/.ssh/vnf_test_keypair.pem", "type": "string"}, "router_name": {"default": "vnf_test_router", "type": "string"}, "region": {"type": "string"}, "data_plane_subnet_name": {"default": "data_plane_subnet", "type": "string"}}, "description": "This blueprint is deploy target_vnf reference_vnf management_ network and dataplane_network.\n", "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "outputs": {"vnfs": {"description": "Infomation of vnf.", "value": {"reference_vnf": {"vnf_name": {"get_property": ["reference_vnf_host", "resource_id"]}, "public_key_path": {"get_property": ["keypair", "private_key_path"]}, "floating_ip": {"get_attribute": ["reference_vnf_ip", "floating_ip_address"]}}, "target_vnf": {"vnf_name": {"get_property": ["target_vnf_host", "resource_id"]}, "public_key_path": {"get_property": ["keypair", "private_key_path"]}, "floating_ip": {"get_attribute": ["target_vnf_ip", "floating_ip_address"]}}}}, "networks": {"description": "Infomation of network.", "value": {"management_plane_network": {"network_name": {"get_property": ["management_plane_network", "resource_id"]}}, "data_plane_network": {"network_name": {"get_property": ["data_plane_network", "resource_id"]}}}}}, "version": {"definitions_name": "cloudify_dsl", "raw": "cloudify_dsl_1_3", "definitions_version": [1, 3]}, "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "groups": {}, "workflows": {"scale": {"operation": "cloudify.plugins.workflows.scale_entity", "parameters": {"scalable_entity_name": {"description": "Which node/group to scale. Note that the parameter specified should denote the node/group name and NOT the node/group instance id.\n"}, "ignore_failure": {"default": false, "type": "boolean"}, "scale_compute": {"default": false, "description": "If a node name is passed as the `scalable_entity_name` parameter and that node is contained (transitively) within a compute node and this property is 'true', operate on the compute node instead of the specified node.\n"}, "delta": {"default": 1, "type": "integer", "description": "How many node/group instances should be added/removed. A positive number denotes increase of instances. A negative number denotes decrease of instances.\n"}}, "plugin": "default_workflows"}, "heal": {"operation": "cloudify.plugins.workflows.auto_heal_reinstall_node_subgraph", "parameters": {"diagnose_value": {"default": "Not provided", "description": "Diagnosed reason of failure"}, "node_instance_id": {"description": "Which node instance has failed"}, "ignore_failure": {"default": true, "type": "boolean"}}, "plugin": "default_workflows"}, "update": {"operation": "cloudify.plugins.workflows.update", "parameters": {"skip_uninstall": {"default": false}, "remove_target_instance_ids": {"default": []}, "added_instance_ids": {"default": []}, "reduce_target_instance_ids": {"default": []}, "ignore_failure": {"default": false, "type": "boolean"}, "reduced_instance_ids": {"default": []}, "modified_entity_ids": {"default": []}, "added_target_instances_ids": {"default": []}, "update_id": {"default": ""}, "skip_install": {"default": false}, "removed_instance_ids": {"default": []}, "extend_target_instance_ids": {"default": []}, "extended_instance_ids": {"default": []}}, "plugin": "default_workflows"}, "execute_operation": {"operation": "cloudify.plugins.workflows.execute_operation", "parameters": {"operation_kwargs": {"default": {}}, "node_ids": {"default": []}, "node_instance_ids": {"default": []}, "run_by_dependency_order": {"default": false}, "operation": {}, "allow_kwargs_override": {"default": null}, "type_names": {"default": []}}, "plugin": "default_workflows"}, "install": {"operation": "cloudify.plugins.workflows.install", "parameters": {}, "plugin": "default_workflows"}, "install_new_agents": {"operation": "cloudify.plugins.workflows.install_new_agents", "parameters": {"node_ids": {"default": []}, "install_agent_timeout": {"default": 300}, "node_instance_ids": {"default": []}, "install": {"default": true}, "validate": {"default": true}, "install_script": {"default": ""}}, "plugin": "default_workflows"}, "uninstall": {"operation": "cloudify.plugins.workflows.uninstall", "parameters": {"ignore_failure": {"default": false, "type": "boolean"}}, "plugin": "default_workflows"}}, "policies": {}, "nodes": [{"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.delete"}}, "name": "management_plane_network", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Network", "cloudify.openstack.nodes.Network"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.network.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.network.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.network.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "management_plane_network", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Network", "properties": {"use_external_resource": false, "resource_id": {"get_input": "management_plane_network_name"}, "network": {}, "create_if_missing": false, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_port"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "target_vnf_port", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.port.detach", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_port", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_port"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "target_vnf_data_plane_port", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.port.detach", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_port", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "name": "target_vnf_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "target_vnf_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "target_vnf_host", "type": "cloudify.openstack.nodes.Server", "properties": {"cloudify_agent": {}, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "target_vnf_name"}, "ip": "", "image": {"get_input": "target_vnf_image_id"}, "management_network_name": {"get_property": ["management_plane_network", "resource_id"]}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": false, "os_family": "linux", "flavor": {"get_input": "target_vnf_flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "data_plane_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "data_plane_subnet", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.depends_on", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.port.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.port_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}}, "name": "reference_vnf_data_plane_port", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Port", "cloudify.openstack.nodes.Port"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.port.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.port.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.port.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "reference_vnf_data_plane_port", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Port", "properties": {"openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "reference_vnf_data_plane_port_name"}, "fixed_ip": "", "create_if_missing": false, "use_external_resource": false, "port": {}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "management_plane_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "management_plane_subnet", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.depends_on", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.port.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.port_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.disconnect_port"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.connect_port"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.disconnect_port"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.connect_port"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "reference_vnf_ip", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.floatingip.connect_port", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.floatingip.disconnect_port", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.port_connected_to_floating_ip", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}}, "name": "reference_vnf_port", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Port", "cloudify.openstack.nodes.Port"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.port.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.port.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.port.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "reference_vnf_port", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Port", "properties": {"openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "reference_vnf_port_name"}, "fixed_ip": "", "create_if_missing": false, "use_external_resource": false, "port": {}}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}}, "name": "target_vnf_ip", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.VirtualIP", "cloudify.openstack.nodes.FloatingIP"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.floatingip.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.floatingip.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.floatingip.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "target_vnf_ip", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.FloatingIP", "properties": {"use_external_resource": false, "floatingip": {"floating_network_name": {"get_input": "external_network_name"}}, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "create_if_missing": false, "resource_id": ""}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}}, "name": "reference_vnf_ip", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.VirtualIP", "cloudify.openstack.nodes.FloatingIP"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.floatingip.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.floatingip.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.floatingip.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "reference_vnf_ip", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.FloatingIP", "properties": {"use_external_resource": false, "floatingip": {"floating_network_name": {"get_input": "external_network_name"}}, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "create_if_missing": false, "resource_id": ""}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "management_plane_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.disconnect_subnet"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.connect_subnet"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.disconnect_subnet"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.connect_subnet"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.subnet_connected_to_router"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.router.connect_subnet", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.router.disconnect_subnet", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "router", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.subnet_connected_to_router", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.create"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.delete"}}, "name": "management_plane_subnet", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Subnet", "cloudify.openstack.nodes.Subnet"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.subnet.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.subnet.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.subnet.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "management_plane_subnet", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Subnet", "properties": {"subnet": {"ip_version": 4, "cidr": "11.0.0.0/24"}, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "use_external_resource": false, "create_if_missing": false, "resource_id": {"get_input": "management_plane_subnet_name"}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "data_plane_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.create"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.delete"}}, "name": "data_plane_subnet", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Subnet", "cloudify.openstack.nodes.Subnet"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.subnet.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.subnet.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.subnet.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "data_plane_subnet", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Subnet", "properties": {"subnet": {"ip_version": 4, "cidr": "12.0.0.0/24", "gateway_ip": null}, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "use_external_resource": false, "create_if_missing": false, "resource_id": {"get_input": "data_plane_subnet_name"}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "data_plane_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "data_plane_subnet", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.depends_on", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.port.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.port_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}}, "name": "target_vnf_data_plane_port", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Port", "cloudify.openstack.nodes.Port"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.port.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.port.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.port.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "target_vnf_data_plane_port", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Port", "properties": {"openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "target_vnf_data_plane_port_name"}, "fixed_ip": "", "create_if_missing": false, "use_external_resource": false, "port": {}}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.delete"}}, "name": "keypair", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.openstack.nodes.KeyPair"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.keypair.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.keypair.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.keypair.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "keypair", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.KeyPair", "properties": {"openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "keypair_name"}, "create_if_missing": false, "keypair": {}, "private_key_path": {"get_input": "ssh_key_filename"}, "use_external_resource": false}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "management_plane_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "management_plane_subnet", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.depends_on", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.port.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.port_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.disconnect_port"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.connect_port"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.disconnect_port"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.connect_port"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "target_vnf_ip", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.floatingip.connect_port", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.floatingip.disconnect_port", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.port_connected_to_floating_ip", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}}, "name": "target_vnf_port", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Port", "cloudify.openstack.nodes.Port"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.port.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.port.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.port.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "target_vnf_port", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Port", "properties": {"openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "target_vnf_port_name"}, "fixed_ip": "", "create_if_missing": false, "use_external_resource": false, "port": {}}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.delete"}}, "name": "data_plane_network", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Network", "cloudify.openstack.nodes.Network"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.network.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.network.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.network.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "data_plane_network", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Network", "properties": {"use_external_resource": false, "resource_id": {"get_input": "data_plane_network_name"}, "network": {}, "create_if_missing": false, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"description": "", "resource_id": {"get_input": "security_group_name"}, "rules": [{"remote_ip_prefix": "0.0.0.0/0", "port": 22}, {"port_range_min": 0, "port_range_max": 0, "protocol": "icmp", "remote_ip_prefix": "0.0.0.0/0"}, {"port_range_min": 1, "port_range_max": 65535, "protocol": "tcp", "remote_ip_prefix": "0.0.0.0/0"}, {"port_range_min": 1, "port_range_max": 65535, "protocol": "udp", "remote_ip_prefix": "0.0.0.0/0"}], "create_if_missing": false, "security_group": {"description": "Security group for vnf test"}, "disable_default_egress_rules": false, "use_external_resource": false, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "external_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.connected_to", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.delete"}}, "name": "router", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Router", "cloudify.openstack.nodes.Router"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.router.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.router.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.router.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "router", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Router", "properties": {"openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "router_name"}, "create_if_missing": false, "default_to_managers_external_network": true, "router": {}, "external_network": "", "use_external_resource": false}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.delete"}}, "name": "external_network", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Network", "cloudify.openstack.nodes.Network"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.network.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.network.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.network.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "external_network", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Network", "properties": {"use_external_resource": true, "resource_id": {"get_input": "external_network_name"}, "network": {}, "create_if_missing": false, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_port"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "reference_vnf_port", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.port.detach", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_port", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_port"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "reference_vnf_data_plane_port", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.port.detach", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_port", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "name": "reference_vnf_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "reference_vnf_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "reference_vnf_host", "type": "cloudify.openstack.nodes.Server", "properties": {"cloudify_agent": {}, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "reference_vnf_name"}, "ip": "", "image": {"get_input": "reference_vnf_image_id"}, "management_network_name": {"get_property": ["management_plane_network", "resource_id"]}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": false, "os_family": "linux", "flavor": {"get_input": "reference_vnf_flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}], "scaling_groups": {}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}}, "id": "vrouter-opnfv"} 2018-08-12 09:52:08,728 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-12 09:52:08,728 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 12 Aug 2018 09:52:08 GMT 2018-08-12 09:52:08,728 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-12 09:52:08,728 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 258596 2018-08-12 09:52:08,729 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-12 09:52:08,740 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Create VNF Instance 2018-08-12 09:52:08,741 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.207:80/api/v3/deployments/vrouter-opnfv; body: {"inputs": {"keystone_url": "http://172.30.9.21:5000", "keystone_tenant_name": "vyos_vrouter-project_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "keystone_project_domain_name": "Default", "region": "regionOne", "external_network_name": "external", "keystone_username": "vyos_vrouter-user_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "keystone_user_domain_name": "Default", "reference_vnf_image_id": "927ab8c1-6c69-4fc3-a3f2-5918292ae249", "keystone_password": "9392672f-0e85-4e62-8d97-d4929828edc1", "reference_vnf_flavor_id": "18960014-acbd-4670-9885-f876e89e05ba", "target_vnf_flavor_id": "18960014-acbd-4670-9885-f876e89e05ba", "target_vnf_image_id": "927ab8c1-6c69-4fc3-a3f2-5918292ae249"}, "skip_plugins_validation": false, "visibility": "tenant", "blueprint_id": "vrouter-opnfv"} 2018-08-12 09:52:10,381 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-12 09:52:10,381 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-12 09:52:10,381 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-12 09:52:10,381 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-12 09:52:10,381 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-12 09:52:10,381 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-12 09:52:10,381 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-12 09:52:10,382 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 774 2018-08-12 09:52:10,382 - cloudify.rest_client.http - DEBUG - reply: "500 INTERNAL SERVER ERROR" {"status": 500, "message": "Internal Server Error"} 2018-08-12 09:52:10,382 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-12 09:52:10,382 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 12 Aug 2018 09:52:10 GMT 2018-08-12 09:52:10,382 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-12 09:52:10,382 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 51 2018-08-12 09:52:10,382 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-12 09:52:10,382 - functest.core.singlevm - ERROR - Cannot run vyos_vrouter Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/core/singlevm.py", line 424, in run if not self.execute(): File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/router/cloudify_vrouter.py", line 162, in execute if self.deploy_vnf() and self.test_vnf(): File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/router/cloudify_vrouter.py", line 187, in deploy_vnf self.vnf.get('inputs')) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/deployments.py", line 214, in create response = self.api.put(uri, data, expected_status_code=201) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 263, in put timeout=timeout) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 224, in do_request verify=self.get_request_verify(), timeout=timeout) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 158, in _do_request self._raise_client_error(response, request_url) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 119, in _raise_client_error response=response) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 131, in _prepare_and_raise_exception status_code, error_code=error_code, response=response) CloudifyClientError: 500: Internal Server Error 2018-08-12 09:52:10,507 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-12 09:52:10,508 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | vyos_vrouter | functest | 05:45 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-08-12 09:52:10,513 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Deleting the current deployment 2018-08-12 09:52:10,513 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.207:80/api/v3/executions 2018-08-12 09:52:10,574 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-12 09:52:10,574 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-12 09:52:10,574 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-12 09:52:10,574 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-12 09:52:10,574 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-12 09:52:10,574 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-12 09:52:10,574 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-12 09:52:10,574 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"status": "pending", "parameters": {"deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_configuration": {"policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-12T09:52:09.220Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "76622847-fac8-4ce9-ae2e-6e5b8f1b6121"}], "metadata": {"pagination": {"total": 1, "offset": 0, "size": 0}}} 2018-08-12 09:52:10,574 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-12 09:52:10,575 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 12 Aug 2018 09:52:10 GMT 2018-08-12 09:52:10,575 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-12 09:52:10,575 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6010 2018-08-12 09:52:10,575 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-12 09:52:10,575 - cloudify.rest_client.http - DEBUG - Sending request: POST http://172.30.9.207:80/api/v3/executions; body: {"allow_custom_parameters": "false", "deployment_id": "vrouter-opnfv", "force": "false", "workflow_id": "uninstall", "parameters": {"ignore_failure": true}} 2018-08-12 09:52:10,680 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-12 09:52:10,680 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-12 09:52:10,680 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-12 09:52:10,680 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-12 09:52:10,680 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-12 09:52:10,680 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-12 09:52:10,681 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-12 09:52:10,681 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 156 2018-08-12 09:52:10,681 - cloudify.rest_client.http - DEBUG - reply: "400 BAD REQUEST" {"message": "Deployment environment creation is still pending, try again in a minute", "error_code": "deployment_environment_creation_pending_error", "server_traceback": "Traceback (most recent call last):\n File \"/opt/manager/env/lib/python2.7/site-packages/manager_rest/rest/rest_decorators.py\", line 93, in wrapper\n return func(*args, **kwargs)\n File \"/opt/manager/env/lib/python2.7/site-packages/manager_rest/rest/rest_decorators.py\", line 133, in wrapper\n response = f(*args, **kwargs)\n File \"/opt/manager/env/lib/python2.7/site-packages/manager_rest/rest/resources_v1/executions.py\", line 115, in post\n bypass_maintenance=bypass_maintenance)\n File \"/opt/manager/env/lib/python2.7/site-packages/manager_rest/resource_manager.py\", line 359, in execute_workflow\n self._verify_deployment_environment_created_successfully(deployment_id)\n File \"/opt/manager/env/lib/python2.7/site-packages/manager_rest/resource_manager.py\", line 1117, in _verify_deployment_environment_created_successfully\n 'Deployment environment creation is still pending, '\nDeploymentEnvironmentCreationPendingError: Deployment environment creation is still pending, try again in a minute\n"} 2018-08-12 09:52:10,681 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-12 09:52:10,681 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 12 Aug 2018 09:52:10 GMT 2018-08-12 09:52:10,681 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-12 09:52:10,681 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1203 2018-08-12 09:52:10,681 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-12 09:52:10,682 - functest.opnfv_tests.vnf.router.cloudify_vrouter - ERROR - Some issue during the undeployment .. Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/router/cloudify_vrouter.py", line 243, in clean dep_name, 'uninstall', parameters=dict(ignore_failure=True)) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/executions.py", line 201, in start expected_status_code=201) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 285, in post timeout=timeout) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 224, in do_request verify=self.get_request_verify(), timeout=timeout) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 158, in _do_request self._raise_client_error(response, request_url) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 119, in _raise_client_error response=response) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 131, in _prepare_and_raise_exception status_code, error_code=error_code, response=response) DeploymentEnvironmentCreationPendingError: 400: Deployment environment creation is still pending, try again in a minute 2018-08-12 09:52:10,682 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-12 09:52:10,686 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9292/v2/images/927ab8c1-6c69-4fc3-a3f2-5918292ae249 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e6a9e716de36ad4f17a6eaac67e7556d9864f542" 2018-08-12 09:52:11,767 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-8a170fff-5ece-47b3-8f5d-6e8193e13ec3 Date: Sun, 12 Aug 2018 09:52: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 09:52:11,767 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/927ab8c1-6c69-4fc3-a3f2-5918292ae249 used request id req-8a170fff-5ece-47b3-8f5d-6e8193e13ec3 2018-08-12 09:52:11,768 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.08507394791s 2018-08-12 09:52:11,768 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/927ab8c1-6c69-4fc3-a3f2-5918292ae249 used request id req-8a170fff-5ece-47b3-8f5d-6e8193e13ec3 2018-08-12 09:52:11,768 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-12 09:52:11,771 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}43b0cd2a21796a61d2447d07d1daab2d46e5414b" 2018-08-12 09:52:11,797 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09: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-1823ece0-b1a4-443e-aa7a-07b78b0398c3 x-compute-request-id: req-1823ece0-b1a4-443e-aa7a-07b78b0398c3 Content-Encoding: gzip Content-Length: 456 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vyos_vrouter-flavor_alt_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/18960014-acbd-4670-9885-f876e89e05ba", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/18960014-acbd-4670-9885-f876e89e05ba", "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": 50, "id": "18960014-acbd-4670-9885-f876e89e05ba"}, {"name": "heat_ims-flavor_alt_61cf3297-02ef-4796-a134-6831b487977a", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 25, "id": "5b23103b-521b-4914-ba2d-4a96218272e5"}, {"name": "vyos_vrouter-flavor_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/7b060666-5f31-457b-aa22-4f4ccbd5a3a0", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/7b060666-5f31-457b-aa22-4f4ccbd5a3a0", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 40, "id": "7b060666-5f31-457b-aa22-4f4ccbd5a3a0"}]} 2018-08-12 09:52:11,798 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-1823ece0-b1a4-443e-aa7a-07b78b0398c3 2018-08-12 09:52:11,798 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0293018817902s 2018-08-12 09:52:11,798 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-1823ece0-b1a4-443e-aa7a-07b78b0398c3 2018-08-12 09:52:11,801 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-12 09:52:11,804 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/flavors/18960014-acbd-4670-9885-f876e89e05ba -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}43b0cd2a21796a61d2447d07d1daab2d46e5414b" 2018-08-12 09:52:11,837 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 09: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 x-openstack-request-id: req-41065199-8ef2-42e0-8488-4e9714e56ddb x-compute-request-id: req-41065199-8ef2-42e0-8488-4e9714e56ddb Content-Length: 0 Content-Type: application/json 2018-08-12 09:52:11,838 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/18960014-acbd-4670-9885-f876e89e05ba used request id req-41065199-8ef2-42e0-8488-4e9714e56ddb 2018-08-12 09:52:11,838 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0369408130646s 2018-08-12 09:52:11,838 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/18960014-acbd-4670-9885-f876e89e05ba used request id req-41065199-8ef2-42e0-8488-4e9714e56ddb 2018-08-12 09:52:11,841 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-12 09:52:11,841 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/floatingips/00fc8b7a-5197-473c-ac44-94a74a63df2a.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e6a9e716de36ad4f17a6eaac67e7556d9864f542" 2018-08-12 09:52:12,480 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-201ca33c-7a2d-4f52-841b-fe3d1ba437f2 Content-Length: 0 Date: Sun, 12 Aug 2018 09:52:12 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 09:52:12,481 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/floatingips/00fc8b7a-5197-473c-ac44-94a74a63df2a.json used request id req-201ca33c-7a2d-4f52-841b-fe3d1ba437f2 2018-08-12 09:52:12,481 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.639899969101s 2018-08-12 09:52:12,481 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/floatingips/00fc8b7a-5197-473c-ac44-94a74a63df2a.json used request id req-201ca33c-7a2d-4f52-841b-fe3d1ba437f2 2018-08-12 09:52:12,486 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-12 09:52:12,487 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}e6a9e716de36ad4f17a6eaac67e7556d9864f542" 2018-08-12 09:52:12,506 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-e9691eda-3d27-4d46-8877-c46355a0789b Date: Sun, 12 Aug 2018 09:52:12 GMT RESP BODY: {"floatingips": []} 2018-08-12 09:52:12,506 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-e9691eda-3d27-4d46-8877-c46355a0789b 2018-08-12 09:52:12,506 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0197079181671s 2018-08-12 09:52:12,506 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-e9691eda-3d27-4d46-8877-c46355a0789b 2018-08-12 09:52:12,507 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-12 09:52:12,509 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/servers/75039fe8-e049-4025-abb5-5c5fafbaa947 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e6a9e716de36ad4f17a6eaac67e7556d9864f542" 2018-08-12 09:52:12,733 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 09:52: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-6c79f84a-8795-4415-87ca-7f762d7eec32 x-compute-request-id: req-6c79f84a-8795-4415-87ca-7f762d7eec32 Content-Type: application/json 2018-08-12 09:52:12,733 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/75039fe8-e049-4025-abb5-5c5fafbaa947 used request id req-6c79f84a-8795-4415-87ca-7f762d7eec32 2018-08-12 09:52:12,733 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.226148843765s 2018-08-12 09:52:12,733 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/75039fe8-e049-4025-abb5-5c5fafbaa947 used request id req-6c79f84a-8795-4415-87ca-7f762d7eec32 2018-08-12 09:52:12,734 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:52:12,736 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e6a9e716de36ad4f17a6eaac67e7556d9864f542" 2018-08-12 09:52:13,291 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:52: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-104bbf39-aea9-4c50-b5ba-fb3927c95b96 x-compute-request-id: req-104bbf39-aea9-4c50-b5ba-fb3927c95b96 Content-Encoding: gzip Content-Length: 770 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vyos_vrouter-net_5a0c02d7-369a-4b67-9ee9-398060fca1f8": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:43:18:9f", "version": 4, "addr": "192.168.120.20", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:43:18:9f", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/75039fe8-e049-4025-abb5-5c5fafbaa947", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/75039fe8-e049-4025-abb5-5c5fafbaa947", "rel": "bookmark"}], "image": {"id": "e9ed0b81-49c6-421f-8428-cfd405d10ec0", "links": [{"href": "http://172.30.9.21:8774/images/e9ed0b81-49c6-421f-8428-cfd405d10ec0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T09:50:31.000000", "flavor": {"id": "7b060666-5f31-457b-aa22-4f4ccbd5a3a0", "links": [{"href": "http://172.30.9.21:8774/flavors/7b060666-5f31-457b-aa22-4f4ccbd5a3a0", "rel": "bookmark"}]}, "id": "75039fe8-e049-4025-abb5-5c5fafbaa947", "security_groups": [{"name": "vyos_vrouter-sg_5a0c02d7-369a-4b67-9ee9-398060fca1f8"}], "user_id": "d015591e95ca4abfbce006d2e721cd37", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T09:52:12Z", "hostId": "6048be6f1051e78b2a51d7e09fc5ac26a2fa9752ff92431a20df7adc", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "name": "vyos_vrouter-vm_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "created": "2018-08-12T09:47:59Z", "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 09:52:13,292 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-104bbf39-aea9-4c50-b5ba-fb3927c95b96 2018-08-12 09:52:13,292 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.557902812958s 2018-08-12 09:52:13,292 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-104bbf39-aea9-4c50-b5ba-fb3927c95b96 2018-08-12 09:52:13,294 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 09:52:15,296 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 09:52:15,299 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e6a9e716de36ad4f17a6eaac67e7556d9864f542" 2018-08-12 09:52:15,379 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09: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 x-openstack-request-id: req-6eca2617-0529-4651-a3ab-c335c42e7e02 x-compute-request-id: req-6eca2617-0529-4651-a3ab-c335c42e7e02 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-12 09:52:15,379 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-6eca2617-0529-4651-a3ab-c335c42e7e02 2018-08-12 09:52:15,379 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0827398300171s 2018-08-12 09:52:15,379 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-6eca2617-0529-4651-a3ab-c335c42e7e02 2018-08-12 09:52:15,383 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-12 09:52:15,383 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}e6a9e716de36ad4f17a6eaac67e7556d9864f542" 2018-08-12 09:52:15,438 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7329 X-Openstack-Request-Id: req-192b47ee-34a6-48e4-86f8-d8d5f08ce2be Date: Sun, 12 Aug 2018 09:52:15 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "created_at": "2018-08-12T09:46:26Z", "updated_at": "2018-08-12T09:52:06Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T09:46:26Z", "revision_number": 0, "id": "04839040-0f15-4174-95fb-bfe9f48fba37", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T09:46:26Z", "security_group_id": "a577b60e-bcfc-40ba-a374-f3708f53e320", "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "port_range_min": null, "ethertype": "IPv4", "project_id": "3fd3d8889c294c42ab75103d8640df37"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-12T09:52:06Z", "revision_number": 0, "id": "0aec6c0a-6705-4428-9dc2-9cf3c0e353d4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T09:52:06Z", "security_group_id": "a577b60e-bcfc-40ba-a374-f3708f53e320", "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "port_range_min": 22, "ethertype": "IPv4", "project_id": "3fd3d8889c294c42ab75103d8640df37"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T09:46:26Z", "revision_number": 0, "id": "3dc0b77f-02c6-4ba9-8d30-b6c5c6ef582b", "remote_group_id": "a577b60e-bcfc-40ba-a374-f3708f53e320", "remote_ip_prefix": null, "created_at": "2018-08-12T09:46:26Z", "security_group_id": "a577b60e-bcfc-40ba-a374-f3708f53e320", "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "port_range_min": null, "ethertype": "IPv4", "project_id": "3fd3d8889c294c42ab75103d8640df37"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T09:46:26Z", "revision_number": 0, "id": "bd8ecf47-3c7e-4978-881c-7eef6d5968fa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T09:46:26Z", "security_group_id": "a577b60e-bcfc-40ba-a374-f3708f53e320", "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "port_range_min": null, "ethertype": "IPv6", "project_id": "3fd3d8889c294c42ab75103d8640df37"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T09:46:26Z", "revision_number": 0, "id": "dfd6453b-88b3-4145-99b8-d19c99e6715e", "remote_group_id": "a577b60e-bcfc-40ba-a374-f3708f53e320", "remote_ip_prefix": null, "created_at": "2018-08-12T09:46:26Z", "security_group_id": "a577b60e-bcfc-40ba-a374-f3708f53e320", "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "port_range_min": null, "ethertype": "IPv6", "project_id": "3fd3d8889c294c42ab75103d8640df37"}], "revision_number": 5, "project_id": "3fd3d8889c294c42ab75103d8640df37", "id": "a577b60e-bcfc-40ba-a374-f3708f53e320", "name": "default"}, {"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "created_at": "2018-08-12T09:47:53Z", "updated_at": "2018-08-12T09:47:56Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-08-12T09:47:55Z", "revision_number": 0, "id": "1426dc91-f3a7-4be5-99ce-d4c6f86e4bfa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T09:47:55Z", "security_group_id": "f6367faf-e11d-4226-b981-9133098ff368", "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "port_range_min": 443, "ethertype": "IPv4", "project_id": "3fd3d8889c294c42ab75103d8640df37"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-08-12T09:47:56Z", "revision_number": 0, "id": "1b1cfe5d-fb79-46ef-815a-a4afc317d1ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T09:47:56Z", "security_group_id": "f6367faf-e11d-4226-b981-9133098ff368", "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "3fd3d8889c294c42ab75103d8640df37"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 53333, "updated_at": "2018-08-12T09:47:56Z", "revision_number": 0, "id": "4fe3fa58-d1d7-4d48-9e0c-bcf2699318f8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T09:47:56Z", "security_group_id": "f6367faf-e11d-4226-b981-9133098ff368", "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "port_range_min": 53333, "ethertype": "IPv4", "project_id": "3fd3d8889c294c42ab75103d8640df37"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-12T09:47:55Z", "revision_number": 0, "id": "50ccfae5-3c72-479f-bcb3-d2214e776546", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T09:47:55Z", "security_group_id": "f6367faf-e11d-4226-b981-9133098ff368", "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "port_range_min": 80, "ethertype": "IPv4", "project_id": "3fd3d8889c294c42ab75103d8640df37"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T09:47:53Z", "revision_number": 0, "id": "52700354-3a64-4c6d-9f8e-6e1c9ae4253e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T09:47:53Z", "security_group_id": "f6367faf-e11d-4226-b981-9133098ff368", "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "port_range_min": null, "ethertype": "IPv4", "project_id": "3fd3d8889c294c42ab75103d8640df37"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-12T09:47:54Z", "revision_number": 0, "id": "69d5bf07-e0bf-476c-8b64-3e5fc3c4f1a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T09:47:54Z", "security_group_id": "f6367faf-e11d-4226-b981-9133098ff368", "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "port_range_min": null, "ethertype": "IPv4", "project_id": "3fd3d8889c294c42ab75103d8640df37"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T09:47:53Z", "revision_number": 0, "id": "9269e3fa-e5d5-4a61-98df-1a5410830737", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T09:47:53Z", "security_group_id": "f6367faf-e11d-4226-b981-9133098ff368", "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "port_range_min": null, "ethertype": "IPv6", "project_id": "3fd3d8889c294c42ab75103d8640df37"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-12T09:47:54Z", "revision_number": 0, "id": "dd2ad9f0-45e9-4725-b564-7621e0bfe37e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T09:47:54Z", "security_group_id": "f6367faf-e11d-4226-b981-9133098ff368", "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "port_range_min": 22, "ethertype": "IPv4", "project_id": "3fd3d8889c294c42ab75103d8640df37"}], "revision_number": 8, "project_id": "3fd3d8889c294c42ab75103d8640df37", "id": "f6367faf-e11d-4226-b981-9133098ff368", "name": "vyos_vrouter-sg_5a0c02d7-369a-4b67-9ee9-398060fca1f8"}]} 2018-08-12 09:52:15,438 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-192b47ee-34a6-48e4-86f8-d8d5f08ce2be 2018-08-12 09:52:15,439 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0559108257294s 2018-08-12 09:52:15,439 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-192b47ee-34a6-48e4-86f8-d8d5f08ce2be 2018-08-12 09:52:15,443 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-08-12 09:52:15,443 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/security-groups/f6367faf-e11d-4226-b981-9133098ff368.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e6a9e716de36ad4f17a6eaac67e7556d9864f542" 2018-08-12 09:52:15,700 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-56510153-75c4-4ae2-a70a-4b5d5f5c7b4b Content-Length: 0 Date: Sun, 12 Aug 2018 09:52:15 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 09:52:15,701 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/f6367faf-e11d-4226-b981-9133098ff368.json used request id req-56510153-75c4-4ae2-a70a-4b5d5f5c7b4b 2018-08-12 09:52:15,701 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.25802898407s 2018-08-12 09:52:15,701 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/f6367faf-e11d-4226-b981-9133098ff368.json used request id req-56510153-75c4-4ae2-a70a-4b5d5f5c7b4b 2018-08-12 09:52:15,702 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-12 09:52:15,704 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/os-keypairs/vyos_vrouter-kp_5a0c02d7-369a-4b67-9ee9-398060fca1f8 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e6a9e716de36ad4f17a6eaac67e7556d9864f542" 2018-08-12 09:52:15,755 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 09: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 x-openstack-request-id: req-84fae998-4247-41df-a7f5-bbcf674363e9 x-compute-request-id: req-84fae998-4247-41df-a7f5-bbcf674363e9 Content-Length: 0 Content-Type: application/json 2018-08-12 09:52:15,755 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/vyos_vrouter-kp_5a0c02d7-369a-4b67-9ee9-398060fca1f8 used request id req-84fae998-4247-41df-a7f5-bbcf674363e9 2018-08-12 09:52:15,755 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0536079406738s 2018-08-12 09:52:15,756 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/vyos_vrouter-kp_5a0c02d7-369a-4b67-9ee9-398060fca1f8 used request id req-84fae998-4247-41df-a7f5-bbcf674363e9 2018-08-12 09:52:15,756 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-12 09:52:15,756 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/ce979022-4bc1-4b38-9952-cc3d247cf54c/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}e6a9e716de36ad4f17a6eaac67e7556d9864f542" -d '{"subnet_id": "f44bb5e9-ab91-46aa-bf6c-d61ae05bad3a"}' 2018-08-12 09:52:17,565 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-9a79fffb-8178-4a1e-8500-81d2e6319fbd Date: Sun, 12 Aug 2018 09:52:17 GMT RESP BODY: {"network_id": "04fbf85f-5691-41a4-a816-699edcfb7681", "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "subnet_id": "f44bb5e9-ab91-46aa-bf6c-d61ae05bad3a", "subnet_ids": ["f44bb5e9-ab91-46aa-bf6c-d61ae05bad3a"], "port_id": "4cfe117d-0468-4b7a-b399-c92b56f9a12b", "id": "ce979022-4bc1-4b38-9952-cc3d247cf54c"} 2018-08-12 09:52:17,565 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/ce979022-4bc1-4b38-9952-cc3d247cf54c/remove_router_interface.json used request id req-9a79fffb-8178-4a1e-8500-81d2e6319fbd 2018-08-12 09:52:17,565 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.80901789665s 2018-08-12 09:52:17,565 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/ce979022-4bc1-4b38-9952-cc3d247cf54c/remove_router_interface.json used request id req-9a79fffb-8178-4a1e-8500-81d2e6319fbd returning object ce979022-4bc1-4b38-9952-cc3d247cf54c 2018-08-12 09:52:17,566 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-12 09:52:17,566 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}e6a9e716de36ad4f17a6eaac67e7556d9864f542" 2018-08-12 09:52:17,828 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 626 X-Openstack-Request-Id: req-35778cbd-b19b-4c71-8914-d776dca4f222 Date: Sun, 12 Aug 2018 09:52:17 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ec788992-fa73-45cc-a7d9-6d44542124c2", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "3fd3d8889c294c42ab75103d8640df37", "created_at": "2018-08-12T09:46:28Z", "admin_state_up": true, "updated_at": "2018-08-12T09:52:16Z", "revision_number": 4, "routes": [], "project_id": "3fd3d8889c294c42ab75103d8640df37", "id": "ce979022-4bc1-4b38-9952-cc3d247cf54c", "name": "vyos_vrouter-router_5a0c02d7-369a-4b67-9ee9-398060fca1f8"}]} 2018-08-12 09:52:17,828 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-35778cbd-b19b-4c71-8914-d776dca4f222 2018-08-12 09:52:17,829 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.262659072876s 2018-08-12 09:52:17,829 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-35778cbd-b19b-4c71-8914-d776dca4f222 2018-08-12 09:52:17,830 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-12 09:52:17,831 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/routers/ce979022-4bc1-4b38-9952-cc3d247cf54c.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e6a9e716de36ad4f17a6eaac67e7556d9864f542" 2018-08-12 09:52:19,403 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-053ba626-fecd-48d9-8dd6-a1c1dfad76a0 Content-Length: 0 Date: Sun, 12 Aug 2018 09:52:19 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 09:52:19,403 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/ce979022-4bc1-4b38-9952-cc3d247cf54c.json used request id req-053ba626-fecd-48d9-8dd6-a1c1dfad76a0 2018-08-12 09:52:19,403 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.57264995575s 2018-08-12 09:52:19,403 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/ce979022-4bc1-4b38-9952-cc3d247cf54c.json used request id req-053ba626-fecd-48d9-8dd6-a1c1dfad76a0 2018-08-12 09:52:19,404 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-12 09:52:19,404 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}e6a9e716de36ad4f17a6eaac67e7556d9864f542" 2018-08-12 09:52:19,454 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 683 X-Openstack-Request-Id: req-f4904e83-28c6-4d8d-ad6e-27d8fa1776ba Date: Sun, 12 Aug 2018 09:52:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"04fbf85f-5691-41a4-a816-699edcfb7681","tenant_id":"3fd3d8889c294c42ab75103d8640df37","created_at":"2018-08-12T09:46:27Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-12T09:46:27Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"3fd3d8889c294c42ab75103d8640df37","id":"f44bb5e9-ab91-46aa-bf6c-d61ae05bad3a","subnetpool_id":null,"name":"vyos_vrouter-subnet_5a0c02d7-369a-4b67-9ee9-398060fca1f8"}]} 2018-08-12 09:52:19,454 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-f4904e83-28c6-4d8d-ad6e-27d8fa1776ba 2018-08-12 09:52:19,455 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0507719516754s 2018-08-12 09:52:19,455 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-f4904e83-28c6-4d8d-ad6e-27d8fa1776ba 2018-08-12 09:52:19,456 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-12 09:52:19,457 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/subnets/f44bb5e9-ab91-46aa-bf6c-d61ae05bad3a.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e6a9e716de36ad4f17a6eaac67e7556d9864f542" 2018-08-12 09:52:21,852 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-91116e80-3095-4760-810d-8aa71894c9f5 Date: Sun, 12 Aug 2018 09:52:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 09:52:21,852 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/f44bb5e9-ab91-46aa-bf6c-d61ae05bad3a.json used request id req-91116e80-3095-4760-810d-8aa71894c9f5 2018-08-12 09:52:21,852 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.39557409286s 2018-08-12 09:52:21,852 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/f44bb5e9-ab91-46aa-bf6c-d61ae05bad3a.json used request id req-91116e80-3095-4760-810d-8aa71894c9f5 2018-08-12 09:52:21,853 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 09:52:21,853 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e6a9e716de36ad4f17a6eaac67e7556d9864f542" 2018-08-12 09:52:22,010 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1156 X-Openstack-Request-Id: req-749709af-c208-4fe1-83ed-27b9bf3c4b5c Date: Sun, 12 Aug 2018 09:52:22 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":["ec788992-fa73-45cc-a7d9-6d44542124c2"],"updated_at":"2018-08-12T05:35:20Z","tenant_id":"310f5853751a4c968f3eeb0a3d99a0a8","created_at":"2018-08-12T05:04:23Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":7,"admin_state_up":true,"shared":false,"project_id":"310f5853751a4c968f3eeb0a3d99a0a8","id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","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-12T09:52:21Z","tenant_id":"3fd3d8889c294c42ab75103d8640df37","created_at":"2018-08-12T09:46:26Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3fd3d8889c294c42ab75103d8640df37","id":"04fbf85f-5691-41a4-a816-699edcfb7681","name":"vyos_vrouter-net_5a0c02d7-369a-4b67-9ee9-398060fca1f8"}]} 2018-08-12 09:52:22,010 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-749709af-c208-4fe1-83ed-27b9bf3c4b5c 2018-08-12 09:52:22,010 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.157386064529s 2018-08-12 09:52:22,011 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-749709af-c208-4fe1-83ed-27b9bf3c4b5c 2018-08-12 09:52:22,012 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-12 09:52:22,012 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/networks/04fbf85f-5691-41a4-a816-699edcfb7681.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e6a9e716de36ad4f17a6eaac67e7556d9864f542" 2018-08-12 09:52:24,383 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-dadccedc-796d-41a5-bae6-762be6e50d09 Date: Sun, 12 Aug 2018 09:52:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 09:52:24,383 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/04fbf85f-5691-41a4-a816-699edcfb7681.json used request id req-dadccedc-796d-41a5-bae6-762be6e50d09 2018-08-12 09:52:24,384 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 2.37171292305s 2018-08-12 09:52:24,384 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/04fbf85f-5691-41a4-a816-699edcfb7681.json used request id req-dadccedc-796d-41a5-bae6-762be6e50d09 2018-08-12 09:52:24,388 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 09:52:24,391 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e6a9e716de36ad4f17a6eaac67e7556d9864f542" 2018-08-12 09:52:24,426 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1208 Content-Type: application/json X-Openstack-Request-Id: req-a58f058d-c197-4a1b-8cfb-fc815bf853a4 Date: Sun, 12 Aug 2018 09:52:24 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/e9ed0b81-49c6-421f-8428-cfd405d10ec0/snap", "metadata": {}}], "file": "/v2/images/e9ed0b81-49c6-421f-8428-cfd405d10ec0/file", "owner": "3fd3d8889c294c42ab75103d8640df37", "id": "e9ed0b81-49c6-421f-8428-cfd405d10ec0", "size": 4373348352, "self": "/v2/images/e9ed0b81-49c6-421f-8428-cfd405d10ec0", "disk_format": "qcow2", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/e9ed0b81-49c6-421f-8428-cfd405d10ec0/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-08-12T09:47:51Z", "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "vyos_vrouter-img_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-08-12T09:46:55Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 09:52:24,426 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-a58f058d-c197-4a1b-8cfb-fc815bf853a4 2018-08-12 09:52:24,426 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0383408069611s 2018-08-12 09:52:24,426 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-a58f058d-c197-4a1b-8cfb-fc815bf853a4 2018-08-12 09:52:24,428 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-12 09:52:24,431 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9292/v2/images/e9ed0b81-49c6-421f-8428-cfd405d10ec0 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e6a9e716de36ad4f17a6eaac67e7556d9864f542" 2018-08-12 09:52:25,629 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-87e0aaf8-2d8e-4cb8-85d9-92f4c1211c90 Date: Sun, 12 Aug 2018 09:52: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 09:52:25,629 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/e9ed0b81-49c6-421f-8428-cfd405d10ec0 used request id req-87e0aaf8-2d8e-4cb8-85d9-92f4c1211c90 2018-08-12 09:52:25,630 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.20175504684s 2018-08-12 09:52:25,630 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/e9ed0b81-49c6-421f-8428-cfd405d10ec0 used request id req-87e0aaf8-2d8e-4cb8-85d9-92f4c1211c90 2018-08-12 09:52:25,630 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-12 09:52:25,633 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}43b0cd2a21796a61d2447d07d1daab2d46e5414b" 2018-08-12 09:52:25,657 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:52: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-ec11476d-bd2a-4638-bcf0-18e07ca712ba x-compute-request-id: req-ec11476d-bd2a-4638-bcf0-18e07ca712ba Content-Encoding: gzip Content-Length: 404 Content-Type: application/json RESP BODY: {"flavors": [{"name": "heat_ims-flavor_alt_61cf3297-02ef-4796-a134-6831b487977a", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 25, "id": "5b23103b-521b-4914-ba2d-4a96218272e5"}, {"name": "vyos_vrouter-flavor_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/7b060666-5f31-457b-aa22-4f4ccbd5a3a0", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/7b060666-5f31-457b-aa22-4f4ccbd5a3a0", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 40, "id": "7b060666-5f31-457b-aa22-4f4ccbd5a3a0"}]} 2018-08-12 09:52:25,657 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-ec11476d-bd2a-4638-bcf0-18e07ca712ba 2018-08-12 09:52:25,657 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0268149375916s 2018-08-12 09:52:25,658 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-ec11476d-bd2a-4638-bcf0-18e07ca712ba 2018-08-12 09:52:25,659 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-12 09:52:25,661 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/flavors/7b060666-5f31-457b-aa22-4f4ccbd5a3a0 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}43b0cd2a21796a61d2447d07d1daab2d46e5414b" 2018-08-12 09:52:25,718 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 09:52: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-6845a2f2-7936-47a9-87bf-a93aff70d970 x-compute-request-id: req-6845a2f2-7936-47a9-87bf-a93aff70d970 Content-Length: 0 Content-Type: application/json 2018-08-12 09:52:25,718 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/7b060666-5f31-457b-aa22-4f4ccbd5a3a0 used request id req-6845a2f2-7936-47a9-87bf-a93aff70d970 2018-08-12 09:52:25,719 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0593888759613s 2018-08-12 09:52:25,719 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/7b060666-5f31-457b-aa22-4f4ccbd5a3a0 used request id req-6845a2f2-7936-47a9-87bf-a93aff70d970 2018-08-12 09:52:25,719 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-12 09:52:25,723 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}43b0cd2a21796a61d2447d07d1daab2d46e5414b" 2018-08-12 09:52:25,948 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:52:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1fb42b2d-b5f5-42ee-9485-b8bf957d81f3 Content-Encoding: gzip Content-Length: 841 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/105a247548624314b9228f85f6325f0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105a247548624314b9228f85f6325f0b", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/1c5de0eaa44543f08da6ad63a51594ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c5de0eaa44543f08da6ad63a51594ff", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/1d127b5b832547a88a547c116dfdd65b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d127b5b832547a88a547c116dfdd65b", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/1d5cfc170d624ce4ae53ae0507c8d517"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d5cfc170d624ce4ae53ae0507c8d517", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/2421820b75eb4d3ebd02830378d1377b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2421820b75eb4d3ebd02830378d1377b", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/40bd8ee54ecf44868cc83cede652c396"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40bd8ee54ecf44868cc83cede652c396", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/4f32fb8153854c4c9f5094b42b523f80"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f32fb8153854c4c9f5094b42b523f80", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7066130d08fb4db7bf4ab468de53933b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7066130d08fb4db7bf4ab468de53933b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/8d0898a83bcf4521bbc11501d5d7ac89"}, "domain_id": "1eec97585bde483292ece28ee11f4b8d", "enabled": true, "options": {}, "id": "8d0898a83bcf4521bbc11501d5d7ac89", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/9defcced327d476f8a3beab718a13da3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9defcced327d476f8a3beab718a13da3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/b80ee4f6992446e0879624dd436e99a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b80ee4f6992446e0879624dd436e99a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b86fd3e011324d398fcdb6f095a20a9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b86fd3e011324d398fcdb6f095a20a9d", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1701d2754064b5cadf765ea0806f9b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1701d2754064b5cadf765ea0806f9b2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "vyos_vrouter-user_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "links": {"self": "http://172.30.9.21:5000/v3/users/d015591e95ca4abfbce006d2e721cd37"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "d015591e95ca4abfbce006d2e721cd37", "domain_id": "default", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/db4e7b8d76d549faa502716565c733dd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db4e7b8d76d549faa502716565c733dd", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-12 09:52:25,948 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-1fb42b2d-b5f5-42ee-9485-b8bf957d81f3 2018-08-12 09:52:25,948 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.228599071503s 2018-08-12 09:52:25,949 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-1fb42b2d-b5f5-42ee-9485-b8bf957d81f3 2018-08-12 09:52:25,955 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-12 09:52:25,958 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users/d015591e95ca4abfbce006d2e721cd37 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}43b0cd2a21796a61d2447d07d1daab2d46e5414b" 2018-08-12 09:52:26,067 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:52:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ab137a5-751b-46e4-ac3e-55b4d135bf68 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"user": {"name": "vyos_vrouter-user_5a0c02d7-369a-4b67-9ee9-398060fca1f8", "links": {"self": "http://172.30.9.21:5000/v3/users/d015591e95ca4abfbce006d2e721cd37"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "d015591e95ca4abfbce006d2e721cd37", "description": null}} 2018-08-12 09:52:26,067 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/d015591e95ca4abfbce006d2e721cd37 used request id req-6ab137a5-751b-46e4-ac3e-55b4d135bf68 2018-08-12 09:52:26,067 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.111811876297s 2018-08-12 09:52:26,067 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/d015591e95ca4abfbce006d2e721cd37 used request id req-6ab137a5-751b-46e4-ac3e-55b4d135bf68 2018-08-12 09:52:26,068 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-12 09:52:26,071 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/users/d015591e95ca4abfbce006d2e721cd37 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}43b0cd2a21796a61d2447d07d1daab2d46e5414b" 2018-08-12 09:52:26,355 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 09:52:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f0a7ea39-3c0f-4cca-89e9-911f02ce93b7 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 09:52:26,356 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/d015591e95ca4abfbce006d2e721cd37 used request id req-f0a7ea39-3c0f-4cca-89e9-911f02ce93b7 2018-08-12 09:52:26,356 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.287909030914s 2018-08-12 09:52:26,356 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/d015591e95ca4abfbce006d2e721cd37 used request id req-f0a7ea39-3c0f-4cca-89e9-911f02ce93b7 2018-08-12 09:52:26,363 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-12 09:52:26,366 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}43b0cd2a21796a61d2447d07d1daab2d46e5414b" 2018-08-12 09:52:26,458 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:52:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-35ffeac5-8d20-4648-ab3a-a67c7d3c7845 Content-Encoding: gzip Content-Length: 389 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8"}, "tags": [], "enabled": true, "id": "310f5853751a4c968f3eeb0a3d99a0a8", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vyos_vrouter", "links": {"self": "http://172.30.9.21:5000/v3/projects/3fd3d8889c294c42ab75103d8640df37"}, "tags": [], "enabled": true, "id": "3fd3d8889c294c42ab75103d8640df37", "parent_id": "default", "domain_id": "default", "name": "vyos_vrouter-project_5a0c02d7-369a-4b67-9ee9-398060fca1f8"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "id": "a267b9a156244bb192691cff6e5f74fe", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-08-12 09:52:26,458 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-35ffeac5-8d20-4648-ab3a-a67c7d3c7845 2018-08-12 09:52:26,458 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.095712184906s 2018-08-12 09:52:26,459 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-35ffeac5-8d20-4648-ab3a-a67c7d3c7845 2018-08-12 09:52:26,463 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-12 09:52:26,467 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/projects/3fd3d8889c294c42ab75103d8640df37 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}43b0cd2a21796a61d2447d07d1daab2d46e5414b" 2018-08-12 09:52:26,647 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 09:52:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f2aa17c0-d480-4094-9593-f95eab15044e 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 09:52:26,647 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/3fd3d8889c294c42ab75103d8640df37 used request id req-f2aa17c0-d480-4094-9593-f95eab15044e 2018-08-12 09:52:26,648 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.18412899971s 2018-08-12 09:52:26,648 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/3fd3d8889c294c42ab75103d8640df37 used request id req-f2aa17c0-d480-4094-9593-f95eab15044e 2018-08-12 09:52:26,652 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-12 09:52:26,655 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}43b0cd2a21796a61d2447d07d1daab2d46e5414b" 2018-08-12 09:52:26,745 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:52:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e51af4a-71fd-4058-ae0e-9a4c3bbe131b Content-Encoding: gzip Content-Length: 355 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "e3c9e50e65fd4f2ca0e08c4e640a2dfe", "links": {"self": "http://172.30.9.21:5000/v3/roles/e3c9e50e65fd4f2ca0e08c4e640a2dfe"}, "name": "Member"}]} 2018-08-12 09:52:26,745 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-1e51af4a-71fd-4058-ae0e-9a4c3bbe131b 2018-08-12 09:52:26,746 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0936470031738s 2018-08-12 09:52:26,746 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-1e51af4a-71fd-4058-ae0e-9a4c3bbe131b 2018-08-12 09:52:26,751 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.roles 2018-08-12 09:52:26,755 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/roles/e3c9e50e65fd4f2ca0e08c4e640a2dfe -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}43b0cd2a21796a61d2447d07d1daab2d46e5414b" 2018-08-12 09:52:26,868 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 09:52:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a27e3553-8350-47ab-9413-85972c4d3acc 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 09:52:26,868 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/e3c9e50e65fd4f2ca0e08c4e640a2dfe used request id req-a27e3553-8350-47ab-9413-85972c4d3acc 2018-08-12 09:52:26,869 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.roles in 0.117202997208s 2018-08-12 09:52:26,869 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/e3c9e50e65fd4f2ca0e08c4e640a2dfe used request id req-a27e3553-8350-47ab-9413-85972c4d3acc 2018-08-12 09:52:26,869 - xtesting.ci.run_tests - ERROR - The test case 'vyos_vrouter' failed. 2018-08-12 09:52:26,898 - xtesting.ci.run_tests - INFO - Loading test case 'juju_epc'... 2018-08-12 09:52:26,923 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-12 09:52:26,923 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-12 09:52:26,923 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-12 09:52:26,923 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-12 09:52:26,923 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-12 09:52:26,923 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-12 09:52:26,923 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-12 09:52:26,923 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-12 09:52:26,923 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-12 09:52:26,923 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-12 09:52:26,924 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-12 09:52:26,924 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-12 09:52:26,924 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-12 09:52:26,924 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-12 09:52:26,924 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-12 09:52:26,924 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-12 09:52:26,924 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-12 09:52:26,924 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-12 09:52:26,924 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-12 09:52:26,924 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-12 09:52:26,924 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-12 09:52:26,924 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-12 09:52:26,926 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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 09:52:26,933 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:52:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8bade6dd-b6e7-4367-8e36-fa65a87ca2e3 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 09:52:26,933 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-8bade6dd-b6e7-4367-8e36-fa65a87ca2e3 2018-08-12 09:52:26,934 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-08-12 09:52:27,404 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T10:52:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["zZmFNUi8TVKiDvLzSji5VQ"], "issued_at": "2018-08-12T09:52:27.000000Z"}} 2018-08-12 09:52:27,406 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 09:52:27,407 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}dab2776d2a199ad51681ee0023eaa1d7e2f4c4d1" 2018-08-12 09:52:27,664 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-d6127ed3-0d05-421e-b2ae-8003bf394fe3 Date: Sun, 12 Aug 2018 09:52:27 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":7,"port_security_enabled":true,"mtu":1500,"id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"310f5853751a4c968f3eeb0a3d99a0a8","status":"ACTIVE","subnets":["ec788992-fa73-45cc-a7d9-6d44542124c2"],"description":"","tags":[],"updated_at":"2018-08-12T05:35:20Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"310f5853751a4c968f3eeb0a3d99a0a8","created_at":"2018-08-12T05:04:23Z","provider:network_type":"flat"}]} 2018-08-12 09:52:27,664 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-d6127ed3-0d05-421e-b2ae-8003bf394fe3 2018-08-12 09:52:27,665 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.258091926575s 2018-08-12 09:52:27,665 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-d6127ed3-0d05-421e-b2ae-8003bf394fe3 2018-08-12 09:52:27,668 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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 09:52:27,673 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 09:52:27 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 09:52:27,674 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-12 09:52:27,677 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}dab2776d2a199ad51681ee0023eaa1d7e2f4c4d1" 2018-08-12 09:52:27,769 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:52:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-90d0bc30-a1d7-465c-b76f-95ab8d981956 Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.21:5000/v3/domains/1eec97585bde483292ece28ee11f4b8d"}, "tags": [], "enabled": true, "id": "1eec97585bde483292ece28ee11f4b8d", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains", "previous": null, "next": null}} 2018-08-12 09:52:27,769 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-90d0bc30-a1d7-465c-b76f-95ab8d981956 2018-08-12 09:52:27,770 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0951690673828s 2018-08-12 09:52:27,770 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-90d0bc30-a1d7-465c-b76f-95ab8d981956 2018-08-12 09:52:27,776 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-12 09:52:27,779 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}dab2776d2a199ad51681ee0023eaa1d7e2f4c4d1" -d '{"project": {"description": "Created by OPNFV Functest: juju_epc", "enabled": true, "domain_id": "default", "name": "juju_epc-project_5e104b0d-8d6e-4dd7-a8a2-80d967b79e4c"}}' 2018-08-12 09:52:27,917 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 09:52:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e7b7db72-baca-4266-add5-257f11882391 Content-Length: 362 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: juju_epc", "links": {"self": "http://172.30.9.21:5000/v3/projects/c8a7066339924cfb97c7aaaf3d1ed467"}, "tags": [], "enabled": true, "id": "c8a7066339924cfb97c7aaaf3d1ed467", "parent_id": "default", "domain_id": "default", "name": "juju_epc-project_5e104b0d-8d6e-4dd7-a8a2-80d967b79e4c"}} 2018-08-12 09:52:27,917 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-e7b7db72-baca-4266-add5-257f11882391 2018-08-12 09:52:27,917 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.140415906906s 2018-08-12 09:52:27,917 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-e7b7db72-baca-4266-add5-257f11882391 2018-08-12 09:52:27,918 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'is_domain': False, 'description': u'Created by OPNFV Functest: juju_epc', u'tags': [], 'enabled': True, 'id': u'c8a7066339924cfb97c7aaaf3d1ed467', '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'juju_epc-project_5e104b0d-8d6e-4dd7-a8a2-80d967b79e4c'}) 2018-08-12 09:52:27,924 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-12 09:52:27,928 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}dab2776d2a199ad51681ee0023eaa1d7e2f4c4d1" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "e2dff2b3-2018-40ed-b8a9-293a3c01e119", "email": null, "name": "juju_epc-user_5e104b0d-8d6e-4dd7-a8a2-80d967b79e4c"}}' 2018-08-12 09:52:28,311 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 09:52:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cd55499a-85ad-44fb-a138-677e5866b32a Content-Length: 323 Content-Type: application/json RESP BODY: {"user": {"name": "juju_epc-user_5e104b0d-8d6e-4dd7-a8a2-80d967b79e4c", "links": {"self": "http://172.30.9.21:5000/v3/users/c79f330970cc430b98d0c8e2a54189a5"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "c79f330970cc430b98d0c8e2a54189a5", "domain_id": "default", "password_expires_at": null}} 2018-08-12 09:52:28,311 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/users used request id req-cd55499a-85ad-44fb-a138-677e5866b32a 2018-08-12 09:52:28,312 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.387117147446s 2018-08-12 09:52:28,312 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/users used request id req-cd55499a-85ad-44fb-a138-677e5866b32a 2018-08-12 09:52:28,312 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'c79f330970cc430b98d0c8e2a54189a5', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'juju_epc-user_5e104b0d-8d6e-4dd7-a8a2-80d967b79e4c'}) 2018-08-12 09:52:28,316 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-12 09:52:28,319 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}dab2776d2a199ad51681ee0023eaa1d7e2f4c4d1" 2018-08-12 09:52:28,415 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:52:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b26ee14f-e405-453f-94ac-db939e02d294 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 09:52:28,415 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-b26ee14f-e405-453f-94ac-db939e02d294 2018-08-12 09:52:28,415 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0991098880768s 2018-08-12 09:52:28,415 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-b26ee14f-e405-453f-94ac-db939e02d294 2018-08-12 09:52:28,420 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-12 09:52:28,423 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}dab2776d2a199ad51681ee0023eaa1d7e2f4c4d1" 2018-08-12 09:52:28,438 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:52:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8257568d-201a-4a25-8d3a-e70a0d4a81ef Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 09:52:28,439 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-8257568d-201a-4a25-8d3a-e70a0d4a81ef 2018-08-12 09:52:28,439 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0187311172485s 2018-08-12 09:52:28,439 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-8257568d-201a-4a25-8d3a-e70a0d4a81ef 2018-08-12 09:52:28,440 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-08-12 09:52:28,443 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.roles 2018-08-12 09:52:28,447 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}dab2776d2a199ad51681ee0023eaa1d7e2f4c4d1" -d '{"role": {"name": "Member"}}' 2018-08-12 09:52:28,563 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 09:52:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-307ba41f-8122-4752-a9c5-6b5bbff7c50f Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "9605fd6542834fd5b9f9814264aca015", "links": {"self": "http://172.30.9.21:5000/v3/roles/9605fd6542834fd5b9f9814264aca015"}, "name": "Member"}} 2018-08-12 09:52:28,563 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-307ba41f-8122-4752-a9c5-6b5bbff7c50f 2018-08-12 09:52:28,564 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.roles in 0.120064973831s 2018-08-12 09:52:28,564 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-307ba41f-8122-4752-a9c5-6b5bbff7c50f 2018-08-12 09:52:28,564 - functest.core.tenantnetwork - DEBUG - role: Munch({'properties': {}, 'location': Munch({'project': Munch({'domain_id': None, 'id': None, 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': None, 'name': u'Member', 'id': u'9605fd6542834fd5b9f9814264aca015'}) 2018-08-12 09:52:28,568 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-12 09:52:28,571 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}dab2776d2a199ad51681ee0023eaa1d7e2f4c4d1" 2018-08-12 09:52:28,662 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:52:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c0295b94-a497-4446-91e3-ea0840ab0122 Content-Encoding: gzip Content-Length: 350 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9605fd6542834fd5b9f9814264aca015", "links": {"self": "http://172.30.9.21:5000/v3/roles/9605fd6542834fd5b9f9814264aca015"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 09:52:28,662 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-c0295b94-a497-4446-91e3-ea0840ab0122 2018-08-12 09:52:28,662 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0943279266357s 2018-08-12 09:52:28,663 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-c0295b94-a497-4446-91e3-ea0840ab0122 2018-08-12 09:52:28,666 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-12 09:52:28,668 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}dab2776d2a199ad51681ee0023eaa1d7e2f4c4d1" 2018-08-12 09:52:28,756 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:52:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3e96e051-2627-4c5f-a1eb-13b7c1274589 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-12 09:52:28,756 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-3e96e051-2627-4c5f-a1eb-13b7c1274589 2018-08-12 09:52:28,756 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0902080535889s 2018-08-12 09:52:28,756 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-3e96e051-2627-4c5f-a1eb-13b7c1274589 2018-08-12 09:52:28,757 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-12 09:52:28,761 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}dab2776d2a199ad51681ee0023eaa1d7e2f4c4d1" 2018-08-12 09:52:28,883 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:52:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4a7addbc-0a35-4427-a5e4-b54f2a1e76cf Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/105a247548624314b9228f85f6325f0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105a247548624314b9228f85f6325f0b", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/1c5de0eaa44543f08da6ad63a51594ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c5de0eaa44543f08da6ad63a51594ff", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/1d127b5b832547a88a547c116dfdd65b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d127b5b832547a88a547c116dfdd65b", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/1d5cfc170d624ce4ae53ae0507c8d517"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d5cfc170d624ce4ae53ae0507c8d517", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/2421820b75eb4d3ebd02830378d1377b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2421820b75eb4d3ebd02830378d1377b", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/40bd8ee54ecf44868cc83cede652c396"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40bd8ee54ecf44868cc83cede652c396", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/4f32fb8153854c4c9f5094b42b523f80"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f32fb8153854c4c9f5094b42b523f80", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7066130d08fb4db7bf4ab468de53933b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7066130d08fb4db7bf4ab468de53933b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/8d0898a83bcf4521bbc11501d5d7ac89"}, "domain_id": "1eec97585bde483292ece28ee11f4b8d", "enabled": true, "options": {}, "id": "8d0898a83bcf4521bbc11501d5d7ac89", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/9defcced327d476f8a3beab718a13da3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9defcced327d476f8a3beab718a13da3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/b80ee4f6992446e0879624dd436e99a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b80ee4f6992446e0879624dd436e99a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b86fd3e011324d398fcdb6f095a20a9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b86fd3e011324d398fcdb6f095a20a9d", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1701d2754064b5cadf765ea0806f9b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1701d2754064b5cadf765ea0806f9b2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "juju_epc-user_5e104b0d-8d6e-4dd7-a8a2-80d967b79e4c", "links": {"self": "http://172.30.9.21:5000/v3/users/c79f330970cc430b98d0c8e2a54189a5"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "c79f330970cc430b98d0c8e2a54189a5", "domain_id": "default", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/db4e7b8d76d549faa502716565c733dd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db4e7b8d76d549faa502716565c733dd", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-12 09:52:28,883 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-4a7addbc-0a35-4427-a5e4-b54f2a1e76cf 2018-08-12 09:52:28,884 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.126054048538s 2018-08-12 09:52:28,884 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-4a7addbc-0a35-4427-a5e4-b54f2a1e76cf 2018-08-12 09:52:28,896 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-12 09:52:28,899 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}dab2776d2a199ad51681ee0023eaa1d7e2f4c4d1" 2018-08-12 09:52:28,999 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:52:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c64c8e66-23a0-4aa5-9c6f-b4d1a109c070 Content-Encoding: gzip Content-Length: 396 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8"}, "tags": [], "enabled": true, "id": "310f5853751a4c968f3eeb0a3d99a0a8", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "id": "a267b9a156244bb192691cff6e5f74fe", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: juju_epc", "links": {"self": "http://172.30.9.21:5000/v3/projects/c8a7066339924cfb97c7aaaf3d1ed467"}, "tags": [], "enabled": true, "id": "c8a7066339924cfb97c7aaaf3d1ed467", "parent_id": "default", "domain_id": "default", "name": "juju_epc-project_5e104b0d-8d6e-4dd7-a8a2-80d967b79e4c"}]} 2018-08-12 09:52:28,999 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-c64c8e66-23a0-4aa5-9c6f-b4d1a109c070 2018-08-12 09:52:28,999 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.103265047073s 2018-08-12 09:52:28,999 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-c64c8e66-23a0-4aa5-9c6f-b4d1a109c070 2018-08-12 09:52:29,007 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-12 09:52:29,011 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:5000/v3/role_assignments?user.id=c79f330970cc430b98d0c8e2a54189a5&role.id=9605fd6542834fd5b9f9814264aca015&scope.project.id=c8a7066339924cfb97c7aaaf3d1ed467" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dab2776d2a199ad51681ee0023eaa1d7e2f4c4d1" 2018-08-12 09:52:29,116 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:52:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a9a1b76a-64ad-41e5-91df-6e10ba28fd38 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.21:5000/v3/role_assignments?user.id=c79f330970cc430b98d0c8e2a54189a5&role.id=9605fd6542834fd5b9f9814264aca015&scope.project.id=c8a7066339924cfb97c7aaaf3d1ed467", "previous": null, "next": null}} 2018-08-12 09:52:29,116 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=c79f330970cc430b98d0c8e2a54189a5&role.id=9605fd6542834fd5b9f9814264aca015&scope.project.id=c8a7066339924cfb97c7aaaf3d1ed467 used request id req-a9a1b76a-64ad-41e5-91df-6e10ba28fd38 2018-08-12 09:52:29,116 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.108573913574s 2018-08-12 09:52:29,116 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=c79f330970cc430b98d0c8e2a54189a5&role.id=9605fd6542834fd5b9f9814264aca015&scope.project.id=c8a7066339924cfb97c7aaaf3d1ed467 used request id req-a9a1b76a-64ad-41e5-91df-6e10ba28fd38 2018-08-12 09:52:29,120 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-12 09:52:29,123 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:5000/v3/projects/c8a7066339924cfb97c7aaaf3d1ed467/users/c79f330970cc430b98d0c8e2a54189a5/roles/9605fd6542834fd5b9f9814264aca015 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dab2776d2a199ad51681ee0023eaa1d7e2f4c4d1" 2018-08-12 09:52:29,279 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 09:52:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8d88c4a4-258f-49a5-a9dc-fe8c006a6095 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 09:52:29,279 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/c8a7066339924cfb97c7aaaf3d1ed467/users/c79f330970cc430b98d0c8e2a54189a5/roles/9605fd6542834fd5b9f9814264aca015 used request id req-8d88c4a4-258f-49a5-a9dc-fe8c006a6095 2018-08-12 09:52:29,279 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.15889787674s 2018-08-12 09:52:29,279 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/c8a7066339924cfb97c7aaaf3d1ed467/users/c79f330970cc430b98d0c8e2a54189a5/roles/9605fd6542834fd5b9f9814264aca015 used request id req-8d88c4a4-258f-49a5-a9dc-fe8c006a6095 2018-08-12 09:52:29,280 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'juju_epc-project_5e104b0d-8d6e-4dd7-a8a2-80d967b79e4c', 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'c8a7066339924cfb97c7aaaf3d1ed467', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.50', 'password': 'e2dff2b3-2018-40ed-b8a9-293a3c01e119', 'username': u'juju_epc-user_5e104b0d-8d6e-4dd7-a8a2-80d967b79e4c', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.21: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 09:52:29,281 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-12 09:52:29,281 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-12 09:52:29,282 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-12 09:52:29,282 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-12 09:52:29,282 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-12 09:52:29,282 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-12 09:52:29,282 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-12 09:52:29,282 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-12 09:52:29,282 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-12 09:52:29,282 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-12 09:52:29,282 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-12 09:52:29,283 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-12 09:52:29,283 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-12 09:52:29,283 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-12 09:52:29,283 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-12 09:52:29,283 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-12 09:52:29,283 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-12 09:52:29,283 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-12 09:52:29,283 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-12 09:52:29,283 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-12 09:52:29,284 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-12 09:52:29,284 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-12 09:52:29,285 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'juju_epc-user_5e104b0d-8d6e-4dd7-a8a2-80d967b79e4c', 'password': 'e2dff2b3-2018-40ed-b8a9-293a3c01e119', 'project_name': 'juju_epc-project_5e104b0d-8d6e-4dd7-a8a2-80d967b79e4c', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.21:5000//v3', 'project_id': 'c8a7066339924cfb97c7aaaf3d1ed467', 'project_domain_name': 'Default'} 2018-08-12 09:52:29,350 - functest.opnfv_tests.vnf.epc.juju_epc - DEBUG - VNF configuration: {'descriptor': {u'file_name': u'/src/epc-requirements/abot_charm/functest-abot-epc-bundle/bundle.yaml', u'version': u'1', u'name': u'abot-oai-epc'}, 'requirements': {u'flavor': {u'ram_min': 4096, u'name': u'm1.medium.juju'}}} 2018-08-12 09:52:29,375 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-08-12 09:52:29,377 - 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 09:52:29,382 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 09:52:29 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://192.30.9.4:35357/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://192.30.9.4:35357/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-12 09:52:29,383 - 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}dab2776d2a199ad51681ee0023eaa1d7e2f4c4d1" 2018-08-12 09:52:29,476 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:52:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d4a5a7c-4dc2-4bbe-9625-b4a61d83a70b Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"services": [{"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.4:35357/v3/services/15c0704ff3984609bc46a7ae9df6d854"}, "enabled": true, "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.4:35357/v3/services/19d3b3318551439c9543240172cdbd78"}, "enabled": true, "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.4:35357/v3/services/1dbfa23d060f4e70aa33e1cf9b50ab15"}, "enabled": true, "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.4:35357/v3/services/209950594c2b43048ba72516819c6386"}, "enabled": true, "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.4:35357/v3/services/2a58b259627349678c35c4f7a309d1b8"}, "enabled": true, "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.4:35357/v3/services/3420b5d212e345eca027a97d5de7638f"}, "enabled": true, "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.4:35357/v3/services/42a6b5976d8645e8a4c7c24467befa4d"}, "enabled": true, "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.4:35357/v3/services/4c895a2543ed4b87a379b8595130a8f7"}, "enabled": true, "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.4:35357/v3/services/715f238e402745d38ee9f3b37fa5b7b2"}, "enabled": true, "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.4:35357/v3/services/7229e6f7777f43d58cbed8a7dd0304d6"}, "enabled": true, "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.4:35357/v3/services/7fc41da629194ab488892d45d20f194e"}, "enabled": true, "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.4:35357/v3/services/99e7c5a4539d41d8ac9078a76fcee515"}, "enabled": true, "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.4:35357/v3/services/bab20e1e10e642b3b651400b1c4f18bf"}, "enabled": true, "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.4:35357/v3/services/cb46eeaecd3148259c3e255a5497608c"}, "enabled": true, "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.4:35357/v3/services/e5f94bd0ef324f738590907aed02c0f1"}, "enabled": true, "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "links": {"self": "http://192.30.9.4:35357/v3/services", "previous": null, "next": null}} 2018-08-12 09:52:29,476 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.4:35357/v3/services used request id req-8d4a5a7c-4dc2-4bbe-9625-b4a61d83a70b 2018-08-12 09:52:29,476 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.101248979568s 2018-08-12 09:52:29,477 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.4:35357/v3/services used request id req-8d4a5a7c-4dc2-4bbe-9625-b4a61d83a70b 2018-08-12 09:52:29,485 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-08-12 09:52:29,488 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}dab2776d2a199ad51681ee0023eaa1d7e2f4c4d1" 2018-08-12 09:52:29,582 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:52:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fdb9a096-a880-4f22-a319-cb0588224e6e Content-Encoding: gzip Content-Length: 1972 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/0180081c176f44d28b00231a5e42328e"}, "url": "http://192.30.9.4:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "cb46eeaecd3148259c3e255a5497608c", "id": "0180081c176f44d28b00231a5e42328e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/0dea4b7330b54c0c9a0636f1e97478db"}, "url": "http://12.0.0.25:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "209950594c2b43048ba72516819c6386", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/164fb84df0d249f1a90eaa5c2aa43963"}, "url": "http://172.30.9.21:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "99e7c5a4539d41d8ac9078a76fcee515", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/190d75d57ae64cf0878a46f0524e7172"}, "url": "http://172.30.9.21:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "e5f94bd0ef324f738590907aed02c0f1", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/1a02946ca6ed4a81a0bdcbef89ba8455"}, "url": "http://172.30.9.21:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "42a6b5976d8645e8a4c7c24467befa4d", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/1b32ac2547c44d9eaf35ee6c4a387dcb"}, "url": "http://172.30.9.21:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "7229e6f7777f43d58cbed8a7dd0304d6", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/1cfb1ed578eb49dd87ca083a4db541c8"}, "url": "http://192.30.9.4:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "cb46eeaecd3148259c3e255a5497608c", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/2240a154977f4379bf6cb7b06d908ad5"}, "url": "http://192.30.9.4:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "7229e6f7777f43d58cbed8a7dd0304d6", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/2a9a76dbb65b4e1b8d6116fedbba8d84"}, "url": "http://192.30.9.4:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "99e7c5a4539d41d8ac9078a76fcee515", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/2d2cec92590247c08bd065796c7809f1"}, "url": "http://192.30.9.4:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "bab20e1e10e642b3b651400b1c4f18bf", "id": "2d2cec92590247c08bd065796c7809f1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/3369b5207e9e462493b48531ec10856d"}, "url": "http://192.30.9.4:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "e5f94bd0ef324f738590907aed02c0f1", "id": "3369b5207e9e462493b48531ec10856d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/34ab0036b02a4971b8fa6b0b45d8d3b5"}, "url": "http://192.30.9.4:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "19d3b3318551439c9543240172cdbd78", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/3ca9accb793a49cbbe90e5a661064c92"}, "url": "http://172.30.9.21:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "15c0704ff3984609bc46a7ae9df6d854", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/3fc16a63f6be4d3c80a2783bb851e4bb"}, "url": "http://172.30.9.21:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/43bb9a55be8d4fb9b7b14ab829552412"}, "url": "http://192.30.9.4:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/4a4d4aede044418995764ba52a2f5df0"}, "url": "http://172.30.9.21:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "715f238e402745d38ee9f3b37fa5b7b2", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/4fb85ade24214df2affc22743e195528"}, "url": "http://172.30.9.21:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "cb46eeaecd3148259c3e255a5497608c", "id": "4fb85ade24214df2affc22743e195528"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/60a5f72c43664608a86d96f08a113212"}, "url": "http://192.30.9.4:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "3420b5d212e345eca027a97d5de7638f", "id": "60a5f72c43664608a86d96f08a113212"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/623eb42a777f4771adf7f96e3a71405c"}, "url": "http://172.30.9.21:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "4c895a2543ed4b87a379b8595130a8f7", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/720e01cf00f84d04a2ee62edcf16b6c5"}, "url": "http://192.30.9.4:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "19d3b3318551439c9543240172cdbd78", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/75bcb5f8a1e1470d86971f289010cc01"}, "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "7fc41da629194ab488892d45d20f194e", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/7969c3b38465413d9a6597bdb8ece535"}, "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "42a6b5976d8645e8a4c7c24467befa4d", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/825be5f2ac7f49148b48b6b902457d3b"}, "url": "http://192.30.9.4:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "e5f94bd0ef324f738590907aed02c0f1", "id": "825be5f2ac7f49148b48b6b902457d3b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/84de8f696bae486b93af949c9fcba0e0"}, "url": "http://192.30.9.4:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "3420b5d212e345eca027a97d5de7638f", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/8b9cbe54bbaf48bea58cd1eac70c11e3"}, "url": "http://192.30.9.4:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "4c895a2543ed4b87a379b8595130a8f7", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/8e40ba7572e344069179902ef8294d94"}, "url": "http://172.30.9.21:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "19d3b3318551439c9543240172cdbd78", "id": "8e40ba7572e344069179902ef8294d94"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/955859bdf3284e0291fae73771e83dbf"}, "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "7fc41da629194ab488892d45d20f194e", "id": "955859bdf3284e0291fae73771e83dbf"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/a05785e9fdaf4b99b730c281a8798879"}, "url": "http://172.30.9.21:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "bab20e1e10e642b3b651400b1c4f18bf", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/aa83ad94e5364c91ae9784fdce32f60e"}, "url": "http://192.30.9.4:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "715f238e402745d38ee9f3b37fa5b7b2", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/ae7c491dfb654c01b3a40697a3d71d2a"}, "url": "http://192.30.9.4:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/b0df2bf1d7134de390b5d61b210210f1"}, "url": "http://192.30.9.4:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "99e7c5a4539d41d8ac9078a76fcee515", "id": "b0df2bf1d7134de390b5d61b210210f1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/b9fb1c42ce3946749b180fecea8a4890"}, "url": "http://192.30.9.4:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "bab20e1e10e642b3b651400b1c4f18bf", "id": "b9fb1c42ce3946749b180fecea8a4890"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/baac3ca7bc5242acae74cd07cd8aac8b"}, "url": "http://172.30.9.21:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "209950594c2b43048ba72516819c6386", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/c0ec153aa11f4d0ca453edd1a735ac0e"}, "url": "http://192.30.9.4:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "7229e6f7777f43d58cbed8a7dd0304d6", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/c5342aa69d8643359bba955b671d2015"}, "url": "http://192.30.9.4:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "4c895a2543ed4b87a379b8595130a8f7", "id": "c5342aa69d8643359bba955b671d2015"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/ca0ce0f5278a4af6b162a26925808f73"}, "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "42a6b5976d8645e8a4c7c24467befa4d", "id": "ca0ce0f5278a4af6b162a26925808f73"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/d0a2205495074bd29a4de90120faedb9"}, "url": "http://172.30.9.21:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "7fc41da629194ab488892d45d20f194e", "id": "d0a2205495074bd29a4de90120faedb9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/e126bf7c26924c9f9cc609ae27eef638"}, "url": "http://172.30.9.21:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "3420b5d212e345eca027a97d5de7638f", "id": "e126bf7c26924c9f9cc609ae27eef638"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, "url": "http://192.30.9.4:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "15c0704ff3984609bc46a7ae9df6d854", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/f1f42723f09d48c9901ecfd4c8abc28c"}, "url": "http://12.0.0.25:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "209950594c2b43048ba72516819c6386", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/f609c2453dc343a4a5565a231be14af1"}, "url": "http://192.30.9.4:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "715f238e402745d38ee9f3b37fa5b7b2", "id": "f609c2453dc343a4a5565a231be14af1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/f8ed02b7c8b8467f8e3ad22c2a47b4ec"}, "url": "http://192.30.9.4:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "15c0704ff3984609bc46a7ae9df6d854", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "links": {"self": "http://172.30.9.21:5000/v3/endpoints", "previous": null, "next": null}} 2018-08-12 09:52:29,582 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/endpoints used request id req-fdb9a096-a880-4f22-a319-cb0588224e6e 2018-08-12 09:52:29,583 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.0969541072845s 2018-08-12 09:52:29,583 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/endpoints used request id req-fdb9a096-a880-4f22-a319-cb0588224e6e 2018-08-12 09:52:29,590 - xtesting.ci.run_tests - INFO - Running test case 'juju_epc'... 2018-08-12 09:52:29,591 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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 09:52:29,599 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:52:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ea7ffebc-1caf-4e64-81ed-744d8bf67473 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-12 09:52:29,599 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-ea7ffebc-1caf-4e64-81ed-744d8bf67473 2018-08-12 09:52:29,599 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-08-12 09:52:29,987 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9605fd6542834fd5b9f9814264aca015", "name": "Member"}], "expires_at": "2018-08-12T10:52:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8a7066339924cfb97c7aaaf3d1ed467", "name": "juju_epc-project_5e104b0d-8d6e-4dd7-a8a2-80d967b79e4c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/c8a7066339924cfb97c7aaaf3d1ed467", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/c8a7066339924cfb97c7aaaf3d1ed467", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/c8a7066339924cfb97c7aaaf3d1ed467", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_c8a7066339924cfb97c7aaaf3d1ed467", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_c8a7066339924cfb97c7aaaf3d1ed467", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/c8a7066339924cfb97c7aaaf3d1ed467", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/c8a7066339924cfb97c7aaaf3d1ed467", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/c8a7066339924cfb97c7aaaf3d1ed467", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/c8a7066339924cfb97c7aaaf3d1ed467", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/c8a7066339924cfb97c7aaaf3d1ed467", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/c8a7066339924cfb97c7aaaf3d1ed467", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/c8a7066339924cfb97c7aaaf3d1ed467", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/c8a7066339924cfb97c7aaaf3d1ed467", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/c8a7066339924cfb97c7aaaf3d1ed467", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "juju_epc-user_5e104b0d-8d6e-4dd7-a8a2-80d967b79e4c", "id": "c79f330970cc430b98d0c8e2a54189a5"}, "audit_ids": ["yNoSwwciQyW_q4Sle82gGg"], "issued_at": "2018-08-12T09:52:29.000000Z"}} 2018-08-12 09:52:29,990 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-12 09:52:29,991 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d6564046c7ed04e9f923e7f49c3425b0ad7c5502" -d '{"network": {"name": "juju_epc-net_5e104b0d-8d6e-4dd7-a8a2-80d967b79e4c", "admin_state_up": true}}' 2018-08-12 09:52:30,639 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 586 X-Openstack-Request-Id: req-60df90b8-270c-49fc-80b3-ca49326adfaa Date: Sun, 12 Aug 2018 09:52:30 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"c8a7066339924cfb97c7aaaf3d1ed467","created_at":"2018-08-12T09:52:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T09:52:30Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"c8a7066339924cfb97c7aaaf3d1ed467","id":"423f1753-fa89-4526-8c96-3f2f982372b6","name":"juju_epc-net_5e104b0d-8d6e-4dd7-a8a2-80d967b79e4c"}} 2018-08-12 09:52:30,639 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-60df90b8-270c-49fc-80b3-ca49326adfaa 2018-08-12 09:52:30,639 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.649204015732s 2018-08-12 09:52:30,640 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-60df90b8-270c-49fc-80b3-ca49326adfaa 2018-08-12 09:52:30,640 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-12T09:52:30Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'id': u'423f1753-fa89-4526-8c96-3f2f982372b6', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'juju_epc-net_5e104b0d-8d6e-4dd7-a8a2-80d967b79e4c', u'admin_state_up': True, u'tenant_id': u'c8a7066339924cfb97c7aaaf3d1ed467', u'created_at': u'2018-08-12T09:52:30Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'c8a7066339924cfb97c7aaaf3d1ed467'}) 2018-08-12 09:52:30,641 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 09:52:30,641 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d6564046c7ed04e9f923e7f49c3425b0ad7c5502" 2018-08-12 09:52:30,937 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1146 X-Openstack-Request-Id: req-a2bafd53-d3ee-4a53-98f2-059f80110268 Date: Sun, 12 Aug 2018 09:52: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":["ec788992-fa73-45cc-a7d9-6d44542124c2"],"updated_at":"2018-08-12T05:35:20Z","tenant_id":"310f5853751a4c968f3eeb0a3d99a0a8","created_at":"2018-08-12T05:04:23Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":7,"admin_state_up":true,"shared":false,"project_id":"310f5853751a4c968f3eeb0a3d99a0a8","id":"03886690-4630-4c4c-9ccb-7eedaa9b1fd3","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-12T09:52:30Z","tenant_id":"c8a7066339924cfb97c7aaaf3d1ed467","created_at":"2018-08-12T09:52:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"c8a7066339924cfb97c7aaaf3d1ed467","id":"423f1753-fa89-4526-8c96-3f2f982372b6","name":"juju_epc-net_5e104b0d-8d6e-4dd7-a8a2-80d967b79e4c"}]} 2018-08-12 09:52:30,938 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-a2bafd53-d3ee-4a53-98f2-059f80110268 2018-08-12 09:52:30,938 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.297005176544s 2018-08-12 09:52:30,938 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-a2bafd53-d3ee-4a53-98f2-059f80110268 2018-08-12 09:52:30,940 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-12 09:52:30,941 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}d6564046c7ed04e9f923e7f49c3425b0ad7c5502" -d '{"subnet": {"name": "juju_epc-subnet_5e104b0d-8d6e-4dd7-a8a2-80d967b79e4c", "enable_dhcp": true, "network_id": "423f1753-fa89-4526-8c96-3f2f982372b6", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.121.0/24"}}' 2018-08-12 09:52:31,675 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-2502260b-7e17-4191-a53a-ed18337bcef3 Date: Sun, 12 Aug 2018 09:52:31 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"423f1753-fa89-4526-8c96-3f2f982372b6","tenant_id":"c8a7066339924cfb97c7aaaf3d1ed467","created_at":"2018-08-12T09:52:31Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-12T09:52:31Z","gateway_ip":"192.168.121.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.121.2","end":"192.168.121.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.121.0/24","project_id":"c8a7066339924cfb97c7aaaf3d1ed467","id":"6e172089-209e-42f0-8732-3d64eb0cdbc4","subnetpool_id":null,"name":"juju_epc-subnet_5e104b0d-8d6e-4dd7-a8a2-80d967b79e4c"}} 2018-08-12 09:52:31,675 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-2502260b-7e17-4191-a53a-ed18337bcef3 2018-08-12 09:52:31,675 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.734738826752s 2018-08-12 09:52:31,676 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-2502260b-7e17-4191-a53a-ed18337bcef3 2018-08-12 09:52:31,676 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-12T09:52:31Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.121.2', u'end': u'192.168.121.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.121.0/24', u'id': u'6e172089-209e-42f0-8732-3d64eb0cdbc4', u'subnetpool_id': None, u'service_types': [], u'name': u'juju_epc-subnet_5e104b0d-8d6e-4dd7-a8a2-80d967b79e4c', u'enable_dhcp': True, u'network_id': u'423f1753-fa89-4526-8c96-3f2f982372b6', u'tenant_id': u'c8a7066339924cfb97c7aaaf3d1ed467', u'created_at': u'2018-08-12T09:52:31Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.121.1', u'ip_version': 4, u'project_id': u'c8a7066339924cfb97c7aaaf3d1ed467'}) 2018-08-12 09:52:31,677 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-12 09:52:31,677 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}d6564046c7ed04e9f923e7f49c3425b0ad7c5502" -d '{"router": {"external_gateway_info": {"network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3"}, "name": "juju_epc-router_5e104b0d-8d6e-4dd7-a8a2-80d967b79e4c", "admin_state_up": true}}' 2018-08-12 09:52:33,396 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 619 X-Openstack-Request-Id: req-95324ba3-75d7-4d76-b658-531ad3a81e28 Date: Sun, 12 Aug 2018 09:52:33 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ec788992-fa73-45cc-a7d9-6d44542124c2", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "c8a7066339924cfb97c7aaaf3d1ed467", "created_at": "2018-08-12T09:52:32Z", "admin_state_up": true, "updated_at": "2018-08-12T09:52:33Z", "revision_number": 2, "routes": [], "project_id": "c8a7066339924cfb97c7aaaf3d1ed467", "id": "e99dd1ed-dc9d-4e93-8cc7-4abfa60b9ccc", "name": "juju_epc-router_5e104b0d-8d6e-4dd7-a8a2-80d967b79e4c"}} 2018-08-12 09:52:33,396 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-95324ba3-75d7-4d76-b658-531ad3a81e28 2018-08-12 09:52:33,396 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.71969413757s 2018-08-12 09:52:33,397 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-95324ba3-75d7-4d76-b658-531ad3a81e28 2018-08-12 09:52:33,397 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'03886690-4630-4c4c-9ccb-7eedaa9b1fd3', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'ec788992-fa73-45cc-a7d9-6d44542124c2', u'ip_address': u'172.30.9.206'}]}, u'description': u'', u'tags': [], u'tenant_id': u'c8a7066339924cfb97c7aaaf3d1ed467', u'created_at': u'2018-08-12T09:52:32Z', u'admin_state_up': True, u'updated_at': u'2018-08-12T09:52:33Z', u'revision_number': 2, u'routes': [], u'project_id': u'c8a7066339924cfb97c7aaaf3d1ed467', u'id': u'e99dd1ed-dc9d-4e93-8cc7-4abfa60b9ccc', u'name': u'juju_epc-router_5e104b0d-8d6e-4dd7-a8a2-80d967b79e4c'}) 2018-08-12 09:52:33,398 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-12 09:52:33,398 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/e99dd1ed-dc9d-4e93-8cc7-4abfa60b9ccc/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}d6564046c7ed04e9f923e7f49c3425b0ad7c5502" -d '{"subnet_id": "6e172089-209e-42f0-8732-3d64eb0cdbc4"}' 2018-08-12 09:52:35,956 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-9beb471e-eb26-41c0-ac14-775ccb087d4e Date: Sun, 12 Aug 2018 09:52:35 GMT RESP BODY: {"network_id": "423f1753-fa89-4526-8c96-3f2f982372b6", "tenant_id": "c8a7066339924cfb97c7aaaf3d1ed467", "subnet_id": "6e172089-209e-42f0-8732-3d64eb0cdbc4", "subnet_ids": ["6e172089-209e-42f0-8732-3d64eb0cdbc4"], "port_id": "74850c8d-aee4-427e-b195-2cd914e67895", "id": "e99dd1ed-dc9d-4e93-8cc7-4abfa60b9ccc"} 2018-08-12 09:52:35,956 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/e99dd1ed-dc9d-4e93-8cc7-4abfa60b9ccc/add_router_interface.json used request id req-9beb471e-eb26-41c0-ac14-775ccb087d4e 2018-08-12 09:52:35,956 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.55818104744s 2018-08-12 09:52:35,956 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/e99dd1ed-dc9d-4e93-8cc7-4abfa60b9ccc/add_router_interface.json used request id req-9beb471e-eb26-41c0-ac14-775ccb087d4e returning object e99dd1ed-dc9d-4e93-8cc7-4abfa60b9ccc 2018-08-12 09:52:35,957 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/ubuntu-16.04-server-cloudimg-amd64-disk1.img 2018-08-12 09:52:37,610 - shade - DEBUG - Image file /home/opnfv/functest/images/ubuntu-16.04-server-cloudimg-amd64-disk1.img md5:940d6fd4ad5901e2c60bd1f92cec7e5f sha256:64ba49d3c46833e7514a1b488f504fa539abba9b93372cd767b91375597343bc 2018-08-12 09:52:37,612 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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 09:52:37,615 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Sun, 12 Aug 2018 09:52:37 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}]} 2018-08-12 09:52:37,617 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 09:52:37,618 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d6564046c7ed04e9f923e7f49c3425b0ad7c5502" 2018-08-12 09:52:37,816 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-c72f845e-0145-4ae5-a7e4-9e6fdc2834b8 Date: Sun, 12 Aug 2018 09:52:37 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 09:52:37,816 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-c72f845e-0145-4ae5-a7e4-9e6fdc2834b8 2018-08-12 09:52:37,816 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.199294090271s 2018-08-12 09:52:37,816 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-c72f845e-0145-4ae5-a7e4-9e6fdc2834b8 2018-08-12 09:52:37,821 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-12 09:52:37,823 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d6564046c7ed04e9f923e7f49c3425b0ad7c5502" -d '{"owner_specified.shade.md5": "940d6fd4ad5901e2c60bd1f92cec7e5f", "owner_specified.shade.sha256": "64ba49d3c46833e7514a1b488f504fa539abba9b93372cd767b91375597343bc", "owner_specified.shade.object": "images/juju_epc-img_5e104b0d-8d6e-4dd7-a8a2-80d967b79e4c", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "juju_epc-img_5e104b0d-8d6e-4dd7-a8a2-80d967b79e4c"}' 2018-08-12 09:52:38,046 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 868 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/d692086a-ce19-4fd2-b5aa-47fb4563dcf8 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-5c0828db-fef0-42a5-83f3-44eb440308b3 Date: Sun, 12 Aug 2018 09:52:38 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/d692086a-ce19-4fd2-b5aa-47fb4563dcf8/file", "owner": "c8a7066339924cfb97c7aaaf3d1ed467", "id": "d692086a-ce19-4fd2-b5aa-47fb4563dcf8", "size": null, "self": "/v2/images/d692086a-ce19-4fd2-b5aa-47fb4563dcf8", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "64ba49d3c46833e7514a1b488f504fa539abba9b93372cd767b91375597343bc", "updated_at": "2018-08-12T09:52:38Z", "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_5e104b0d-8d6e-4dd7-a8a2-80d967b79e4c", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "940d6fd4ad5901e2c60bd1f92cec7e5f", "name": "juju_epc-img_5e104b0d-8d6e-4dd7-a8a2-80d967b79e4c", "checksum": null, "created_at": "2018-08-12T09:52:38Z", "protected": false} 2018-08-12 09:52:38,046 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-5c0828db-fef0-42a5-83f3-44eb440308b3 2018-08-12 09:52:38,046 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.225041151047s 2018-08-12 09:52:38,046 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-5c0828db-fef0-42a5-83f3-44eb440308b3 returning object d692086a-ce19-4fd2-b5aa-47fb4563dcf8 2018-08-12 09:52:38,047 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-12 09:52:38,051 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9292/v2/images/d692086a-ce19-4fd2-b5aa-47fb4563dcf8/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}d6564046c7ed04e9f923e7f49c3425b0ad7c5502" -d '' 2018-08-12 09:52:42,106 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-efd88ff4-b881-42ad-98d6-79f0f2d1937d Date: Sun, 12 Aug 2018 09:52: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 09:52:42,106 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/d692086a-ce19-4fd2-b5aa-47fb4563dcf8/file used request id req-efd88ff4-b881-42ad-98d6-79f0f2d1937d 2018-08-12 09:52:42,106 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 4.05879688263s 2018-08-12 09:52:42,106 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/d692086a-ce19-4fd2-b5aa-47fb4563dcf8/file used request id req-efd88ff4-b881-42ad-98d6-79f0f2d1937d 2018-08-12 09:52:42,110 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 09:52:42,114 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d6564046c7ed04e9f923e7f49c3425b0ad7c5502" 2018-08-12 09:52:42,317 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1199 Content-Type: application/json X-Openstack-Request-Id: req-2add0fc4-ceb6-4589-aa56-6208214da8c6 Date: Sun, 12 Aug 2018 09:52:42 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/d692086a-ce19-4fd2-b5aa-47fb4563dcf8/snap", "metadata": {}}], "file": "/v2/images/d692086a-ce19-4fd2-b5aa-47fb4563dcf8/file", "owner": "c8a7066339924cfb97c7aaaf3d1ed467", "id": "d692086a-ce19-4fd2-b5aa-47fb4563dcf8", "size": 296747008, "self": "/v2/images/d692086a-ce19-4fd2-b5aa-47fb4563dcf8", "disk_format": "qcow2", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/d692086a-ce19-4fd2-b5aa-47fb4563dcf8/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "64ba49d3c46833e7514a1b488f504fa539abba9b93372cd767b91375597343bc", "updated_at": "2018-08-12T09:52:42Z", "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_5e104b0d-8d6e-4dd7-a8a2-80d967b79e4c", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "940d6fd4ad5901e2c60bd1f92cec7e5f", "name": "juju_epc-img_5e104b0d-8d6e-4dd7-a8a2-80d967b79e4c", "checksum": "940d6fd4ad5901e2c60bd1f92cec7e5f", "created_at": "2018-08-12T09:52:38Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 09:52:42,317 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-2add0fc4-ceb6-4589-aa56-6208214da8c6 2018-08-12 09:52:42,317 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.206832885742s 2018-08-12 09:52:42,317 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-2add0fc4-ceb6-4589-aa56-6208214da8c6 2018-08-12 09:52:42,319 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://b36631de-8836-42ae-a808-b5158928754c/images/d692086a-ce19-4fd2-b5aa-47fb4563dcf8/snap', u'metadata': Munch({})})], 'file': u'/v2/images/d692086a-ce19-4fd2-b5aa-47fb4563dcf8/file', 'owner': u'c8a7066339924cfb97c7aaaf3d1ed467', 'id': u'd692086a-ce19-4fd2-b5aa-47fb4563dcf8', 'size': 296747008, u'self': u'/v2/images/d692086a-ce19-4fd2-b5aa-47fb4563dcf8', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'c8a7066339924cfb97c7aaaf3d1ed467', 'name': 'juju_epc-project_5e104b0d-8d6e-4dd7-a8a2-80d967b79e4c', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://b36631de-8836-42ae-a808-b5158928754c/images/d692086a-ce19-4fd2-b5aa-47fb4563dcf8/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-12T09:52:42Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-12T09:52:42Z', u'owner_specified.shade.sha256': u'64ba49d3c46833e7514a1b488f504fa539abba9b93372cd767b91375597343bc', u'owner_specified.shade.object': u'images/juju_epc-img_5e104b0d-8d6e-4dd7-a8a2-80d967b79e4c', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'940d6fd4ad5901e2c60bd1f92cec7e5f', 'properties': {u'self': u'/v2/images/d692086a-ce19-4fd2-b5aa-47fb4563dcf8', u'owner_specified.shade.md5': u'940d6fd4ad5901e2c60bd1f92cec7e5f', u'owner_specified.shade.object': u'images/juju_epc-img_5e104b0d-8d6e-4dd7-a8a2-80d967b79e4c', u'owner_specified.shade.sha256': u'64ba49d3c46833e7514a1b488f504fa539abba9b93372cd767b91375597343bc', u'schema': u'/v2/schemas/image'}, 'name': u'juju_epc-img_5e104b0d-8d6e-4dd7-a8a2-80d967b79e4c', 'created': u'2018-08-12T09:52:38Z', 'checksum': u'940d6fd4ad5901e2c60bd1f92cec7e5f', 'created_at': u'2018-08-12T09:52:38Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/d692086a-ce19-4fd2-b5aa-47fb4563dcf8', u'owner_specified.shade.md5': u'940d6fd4ad5901e2c60bd1f92cec7e5f', u'owner_specified.shade.object': u'images/juju_epc-img_5e104b0d-8d6e-4dd7-a8a2-80d967b79e4c', u'owner_specified.shade.sha256': u'64ba49d3c46833e7514a1b488f504fa539abba9b93372cd767b91375597343bc', u'schema': u'/v2/schemas/image'}}) 2018-08-12 09:52:43,756 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju metadata generate-image -d /root -i d692086a-ce19-4fd2-b5aa-47fb4563dcf8 -s xenial -r regionOne -u http://172.30.9.21:5000/v3 Since Juju 2 is being run for the first time, downloading latest cloud information. Fetching latest public cloud list... Updated your list of public clouds with 6 cloud regions added: added cloud region: - aws/eu-west-3 - google/asia-south1 - google/europe-west2 - google/europe-west3 - google/southamerica-east1 - google/us-east4 WARNING model could not be opened: No controllers registered. Please either create a new controller using "juju bootstrap" or connect to another controller that you have been given access to using "juju register". Image metadata files have been written to: /root/images/streams/v1. For Juju to use this metadata, the files need to be put into the image metadata search path. There are 2 options: 1. Use the --metadata-source parameter when bootstrapping: juju bootstrap --metadata-source /root 2. Use image-metadata-url in $JUJU_DATA/environments.yaml (if $JUJU_DATA is not set it will try $XDG_DATA_HOME/juju and if not set either default to ~/.local/share/juju) Configure a http server to serve the contents of /root and set the value of image-metadata-url accordingly. 2018-08-12 09:52:43,757 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-12 09:52:43,761 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}dab2776d2a199ad51681ee0023eaa1d7e2f4c4d1" -d '{"flavor": {"vcpus": 1, "ram": 2048, "name": "juju_epc-flavor_5e104b0d-8d6e-4dd7-a8a2-80d967b79e4c", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": null, "swap": 0}}' 2018-08-12 09:52:43,961 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09: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-ef953e43-2c69-4681-9537-b0f9e67f5861 x-compute-request-id: req-ef953e43-2c69-4681-9537-b0f9e67f5861 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavor": {"name": "juju_epc-flavor_5e104b0d-8d6e-4dd7-a8a2-80d967b79e4c", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/f3587066-5d18-4ba4-b14b-74d574846f02", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/f3587066-5d18-4ba4-b14b-74d574846f02", "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": 10, "id": "f3587066-5d18-4ba4-b14b-74d574846f02"}} 2018-08-12 09:52:43,961 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-ef953e43-2c69-4681-9537-b0f9e67f5861 2018-08-12 09:52:43,961 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.203472137451s 2018-08-12 09:52:43,961 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-ef953e43-2c69-4681-9537-b0f9e67f5861 2018-08-12 09:52:43,962 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'juju_epc-flavor_5e104b0d-8d6e-4dd7-a8a2-80d967b79e4c', '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'a267b9a156244bb192691cff6e5f74fe', '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': 10, 'id': u'f3587066-5d18-4ba4-b14b-74d574846f02', 'swap': 0}) 2018-08-12 09:52:43,963 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-12 09:52:43,966 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors/f3587066-5d18-4ba4-b14b-74d574846f02/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}dab2776d2a199ad51681ee0023eaa1d7e2f4c4d1" -d '{"extra_specs": {}}' 2018-08-12 09:52:43,989 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09: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 x-openstack-request-id: req-08e1a0da-2b48-4734-a99d-3dab0ffdb2f6 x-compute-request-id: req-08e1a0da-2b48-4734-a99d-3dab0ffdb2f6 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-12 09:52:43,990 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/f3587066-5d18-4ba4-b14b-74d574846f02/os-extra_specs used request id req-08e1a0da-2b48-4734-a99d-3dab0ffdb2f6 2018-08-12 09:52:43,990 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0264410972595s 2018-08-12 09:52:43,990 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/f3587066-5d18-4ba4-b14b-74d574846f02/os-extra_specs used request id req-08e1a0da-2b48-4734-a99d-3dab0ffdb2f6 2018-08-12 09:52:43,990 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Additional pre-configuration steps 2018-08-12 09:52:43,991 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - ENV: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | SDN_CONTROLLER_USER | admin | | POD_ARCH | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | SDN_CONTROLLER_RESTCONFPORT | 8181 | | SDN_CONTROLLER_PASSWORD | cpmVHhQecqUaz4fh8rsrddwU6 | | SDN_CONTROLLER_WEBPORT | 8080 | | DEPLOY_SCENARIO | os-odl-nofeature-ha | | NODE_NAME | lf-pod1 | | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-212 | | SDN_CONTROLLER_IP | 192.30.9.4 | | ENERGY_RECORDER_API_PASSWORD | | | VOLUME_DEVICE_NAME | vdb | | NEW_USER_ROLE | Member | | INSTALLER_TYPE | apex | | EXTERNAL_NETWORK | | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | NAMESERVER | 8.8.8.8 | | ENERGY_RECORDER_API_USER | | +--------------------------------------+----------------------------------------------------------+ 2018-08-12 09:52:43,997 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating Cloud for Abot-epc ..... 2018-08-12 09:52:44,083 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju add-cloud abot-epc -f /home/opnfv/functest/results/juju_epc/clouds.yaml --replace 2018-08-12 09:52:44,083 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating Credentials for Abot-epc ..... 2018-08-12 09:52:44,170 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju add-credential abot-epc -f /home/opnfv/functest/results/juju_epc/credentials.yaml --replace Credentials updated for cloud "abot-epc". 2018-08-12 09:52:44,171 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img 2018-08-12 09:52:46,739 - shade - DEBUG - Image file /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img md5:81360220b4382d4b91eef0ebaf46a661 sha256:c32842906fda865db9034d5a3159ad979a5432d2fec0864c6f6bed7b7de7338e 2018-08-12 09:52:46,744 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 09:52:46,746 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d6564046c7ed04e9f923e7f49c3425b0ad7c5502" 2018-08-12 09:52:46,955 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1199 Content-Type: application/json X-Openstack-Request-Id: req-d59042dc-1c96-4cb0-9943-47bfebd90a25 Date: Sun, 12 Aug 2018 09:52:46 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/d692086a-ce19-4fd2-b5aa-47fb4563dcf8/snap", "metadata": {}}], "file": "/v2/images/d692086a-ce19-4fd2-b5aa-47fb4563dcf8/file", "owner": "c8a7066339924cfb97c7aaaf3d1ed467", "id": "d692086a-ce19-4fd2-b5aa-47fb4563dcf8", "size": 296747008, "self": "/v2/images/d692086a-ce19-4fd2-b5aa-47fb4563dcf8", "disk_format": "qcow2", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/d692086a-ce19-4fd2-b5aa-47fb4563dcf8/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "64ba49d3c46833e7514a1b488f504fa539abba9b93372cd767b91375597343bc", "updated_at": "2018-08-12T09:52:42Z", "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_5e104b0d-8d6e-4dd7-a8a2-80d967b79e4c", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "940d6fd4ad5901e2c60bd1f92cec7e5f", "name": "juju_epc-img_5e104b0d-8d6e-4dd7-a8a2-80d967b79e4c", "checksum": "940d6fd4ad5901e2c60bd1f92cec7e5f", "created_at": "2018-08-12T09:52:38Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 09:52:46,956 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-d59042dc-1c96-4cb0-9943-47bfebd90a25 2018-08-12 09:52:46,956 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.212171077728s 2018-08-12 09:52:46,956 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-d59042dc-1c96-4cb0-9943-47bfebd90a25 2018-08-12 09:52:46,965 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-12 09:52:46,970 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d6564046c7ed04e9f923e7f49c3425b0ad7c5502" -d '{"owner_specified.shade.md5": "81360220b4382d4b91eef0ebaf46a661", "owner_specified.shade.sha256": "c32842906fda865db9034d5a3159ad979a5432d2fec0864c6f6bed7b7de7338e", "owner_specified.shade.object": "images/juju_epc-img_alt_5e104b0d-8d6e-4dd7-a8a2-80d967b79e4c", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "juju_epc-img_alt_5e104b0d-8d6e-4dd7-a8a2-80d967b79e4c"}' 2018-08-12 09:52:47,188 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 876 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/3221a2f6-bd3a-4bfd-806d-da001dad5384 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-1e62bbd3-e0ba-403f-8470-8b9dfffef62e Date: Sun, 12 Aug 2018 09:52:47 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/3221a2f6-bd3a-4bfd-806d-da001dad5384/file", "owner": "c8a7066339924cfb97c7aaaf3d1ed467", "id": "3221a2f6-bd3a-4bfd-806d-da001dad5384", "size": null, "self": "/v2/images/3221a2f6-bd3a-4bfd-806d-da001dad5384", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "c32842906fda865db9034d5a3159ad979a5432d2fec0864c6f6bed7b7de7338e", "updated_at": "2018-08-12T09:52:47Z", "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_alt_5e104b0d-8d6e-4dd7-a8a2-80d967b79e4c", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "81360220b4382d4b91eef0ebaf46a661", "name": "juju_epc-img_alt_5e104b0d-8d6e-4dd7-a8a2-80d967b79e4c", "checksum": null, "created_at": "2018-08-12T09:52:47Z", "protected": false} 2018-08-12 09:52:47,189 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-1e62bbd3-e0ba-403f-8470-8b9dfffef62e 2018-08-12 09:52:47,189 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.223227024078s 2018-08-12 09:52:47,189 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-1e62bbd3-e0ba-403f-8470-8b9dfffef62e returning object 3221a2f6-bd3a-4bfd-806d-da001dad5384 2018-08-12 09:52:47,190 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-12 09:52:47,194 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9292/v2/images/3221a2f6-bd3a-4bfd-806d-da001dad5384/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}d6564046c7ed04e9f923e7f49c3425b0ad7c5502" -d '' 2018-08-12 09:52:51,580 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d624d21d-c8ed-4144-b2bb-63b0e53a3714 Date: Sun, 12 Aug 2018 09:52: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 09:52:51,580 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/3221a2f6-bd3a-4bfd-806d-da001dad5384/file used request id req-d624d21d-c8ed-4144-b2bb-63b0e53a3714 2018-08-12 09:52:51,580 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 4.39025998116s 2018-08-12 09:52:51,580 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/3221a2f6-bd3a-4bfd-806d-da001dad5384/file used request id req-d624d21d-c8ed-4144-b2bb-63b0e53a3714 2018-08-12 09:52:51,584 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 09:52:51,588 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d6564046c7ed04e9f923e7f49c3425b0ad7c5502" 2018-08-12 09:52:51,795 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2339 Content-Type: application/json X-Openstack-Request-Id: req-f57b77c9-17b8-4e7d-811b-e4156d660bd5 Date: Sun, 12 Aug 2018 09:52:51 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/3221a2f6-bd3a-4bfd-806d-da001dad5384/snap", "metadata": {}}], "file": "/v2/images/3221a2f6-bd3a-4bfd-806d-da001dad5384/file", "owner": "c8a7066339924cfb97c7aaaf3d1ed467", "id": "3221a2f6-bd3a-4bfd-806d-da001dad5384", "size": 263062016, "self": "/v2/images/3221a2f6-bd3a-4bfd-806d-da001dad5384", "disk_format": "qcow2", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/3221a2f6-bd3a-4bfd-806d-da001dad5384/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "c32842906fda865db9034d5a3159ad979a5432d2fec0864c6f6bed7b7de7338e", "updated_at": "2018-08-12T09:52:51Z", "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_alt_5e104b0d-8d6e-4dd7-a8a2-80d967b79e4c", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "81360220b4382d4b91eef0ebaf46a661", "name": "juju_epc-img_alt_5e104b0d-8d6e-4dd7-a8a2-80d967b79e4c", "checksum": "81360220b4382d4b91eef0ebaf46a661", "created_at": "2018-08-12T09:52:47Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/d692086a-ce19-4fd2-b5aa-47fb4563dcf8/snap", "metadata": {}}], "file": "/v2/images/d692086a-ce19-4fd2-b5aa-47fb4563dcf8/file", "owner": "c8a7066339924cfb97c7aaaf3d1ed467", "id": "d692086a-ce19-4fd2-b5aa-47fb4563dcf8", "size": 296747008, "self": "/v2/images/d692086a-ce19-4fd2-b5aa-47fb4563dcf8", "disk_format": "qcow2", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/d692086a-ce19-4fd2-b5aa-47fb4563dcf8/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "64ba49d3c46833e7514a1b488f504fa539abba9b93372cd767b91375597343bc", "updated_at": "2018-08-12T09:52:42Z", "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_5e104b0d-8d6e-4dd7-a8a2-80d967b79e4c", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "940d6fd4ad5901e2c60bd1f92cec7e5f", "name": "juju_epc-img_5e104b0d-8d6e-4dd7-a8a2-80d967b79e4c", "checksum": "940d6fd4ad5901e2c60bd1f92cec7e5f", "created_at": "2018-08-12T09:52:38Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 09:52:51,796 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-f57b77c9-17b8-4e7d-811b-e4156d660bd5 2018-08-12 09:52:51,796 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.21117401123s 2018-08-12 09:52:51,796 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-f57b77c9-17b8-4e7d-811b-e4156d660bd5 2018-08-12 09:52:51,799 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://b36631de-8836-42ae-a808-b5158928754c/images/3221a2f6-bd3a-4bfd-806d-da001dad5384/snap', u'metadata': Munch({})})], 'file': u'/v2/images/3221a2f6-bd3a-4bfd-806d-da001dad5384/file', 'owner': u'c8a7066339924cfb97c7aaaf3d1ed467', 'id': u'3221a2f6-bd3a-4bfd-806d-da001dad5384', 'size': 263062016, u'self': u'/v2/images/3221a2f6-bd3a-4bfd-806d-da001dad5384', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'c8a7066339924cfb97c7aaaf3d1ed467', 'name': 'juju_epc-project_5e104b0d-8d6e-4dd7-a8a2-80d967b79e4c', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://b36631de-8836-42ae-a808-b5158928754c/images/3221a2f6-bd3a-4bfd-806d-da001dad5384/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-12T09:52:51Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-12T09:52:51Z', u'owner_specified.shade.sha256': u'c32842906fda865db9034d5a3159ad979a5432d2fec0864c6f6bed7b7de7338e', u'owner_specified.shade.object': u'images/juju_epc-img_alt_5e104b0d-8d6e-4dd7-a8a2-80d967b79e4c', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'81360220b4382d4b91eef0ebaf46a661', 'properties': {u'self': u'/v2/images/3221a2f6-bd3a-4bfd-806d-da001dad5384', u'owner_specified.shade.md5': u'81360220b4382d4b91eef0ebaf46a661', u'owner_specified.shade.object': u'images/juju_epc-img_alt_5e104b0d-8d6e-4dd7-a8a2-80d967b79e4c', u'owner_specified.shade.sha256': u'c32842906fda865db9034d5a3159ad979a5432d2fec0864c6f6bed7b7de7338e', u'schema': u'/v2/schemas/image'}, 'name': u'juju_epc-img_alt_5e104b0d-8d6e-4dd7-a8a2-80d967b79e4c', 'created': u'2018-08-12T09:52:47Z', 'checksum': u'81360220b4382d4b91eef0ebaf46a661', 'created_at': u'2018-08-12T09:52:47Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/3221a2f6-bd3a-4bfd-806d-da001dad5384', u'owner_specified.shade.md5': u'81360220b4382d4b91eef0ebaf46a661', u'owner_specified.shade.object': u'images/juju_epc-img_alt_5e104b0d-8d6e-4dd7-a8a2-80d967b79e4c', u'owner_specified.shade.sha256': u'c32842906fda865db9034d5a3159ad979a5432d2fec0864c6f6bed7b7de7338e', u'schema': u'/v2/schemas/image'}}) 2018-08-12 09:52:51,920 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju metadata generate-image -d /root -i 3221a2f6-bd3a-4bfd-806d-da001dad5384 -s trusty -r regionOne -u http://172.30.9.21:5000/v3 WARNING model could not be opened: No controllers registered. Please either create a new controller using "juju bootstrap" or connect to another controller that you have been given access to using "juju register". Image metadata files have been written to: /root/images/streams/v1. For Juju to use this metadata, the files need to be put into the image metadata search path. There are 2 options: 1. Use the --metadata-source parameter when bootstrapping: juju bootstrap --metadata-source /root 2. Use image-metadata-url in $JUJU_DATA/environments.yaml (if $JUJU_DATA is not set it will try $XDG_DATA_HOME/juju and if not set either default to ~/.local/share/juju) Configure a http server to serve the contents of /root and set the value of image-metadata-url accordingly. 2018-08-12 09:52:51,921 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-12 09:52:51,925 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}dab2776d2a199ad51681ee0023eaa1d7e2f4c4d1" -d '{"flavor": {"vcpus": 1, "ram": 4096, "name": "juju_epc-flavor_alt_5e104b0d-8d6e-4dd7-a8a2-80d967b79e4c", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": null, "swap": 0}}' 2018-08-12 09:52:51,987 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:52:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-34e577d1-399b-4da2-b0f0-3c53870289b3 x-compute-request-id: req-34e577d1-399b-4da2-b0f0-3c53870289b3 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"flavor": {"name": "juju_epc-flavor_alt_5e104b0d-8d6e-4dd7-a8a2-80d967b79e4c", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/1ca41c26-7e45-4a47-9ef8-b008a7ba408f", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/1ca41c26-7e45-4a47-9ef8-b008a7ba408f", "rel": "bookmark"}], "ram": 4096, "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": "1ca41c26-7e45-4a47-9ef8-b008a7ba408f"}} 2018-08-12 09:52:51,987 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-34e577d1-399b-4da2-b0f0-3c53870289b3 2018-08-12 09:52:51,987 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0657391548157s 2018-08-12 09:52:51,987 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-34e577d1-399b-4da2-b0f0-3c53870289b3 2018-08-12 09:52:51,988 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'juju_epc-flavor_alt_5e104b0d-8d6e-4dd7-a8a2-80d967b79e4c', 'ephemeral': 0, 'ram': 4096, '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'a267b9a156244bb192691cff6e5f74fe', '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': 10, 'id': u'1ca41c26-7e45-4a47-9ef8-b008a7ba408f', 'swap': 0}) 2018-08-12 09:52:51,989 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-12 09:52:51,992 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors/1ca41c26-7e45-4a47-9ef8-b008a7ba408f/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}dab2776d2a199ad51681ee0023eaa1d7e2f4c4d1" -d '{"extra_specs": {}}' 2018-08-12 09:52:52,011 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 09:52:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4852dcea-1f5c-4c0f-86a4-e389b8962e62 x-compute-request-id: req-4852dcea-1f5c-4c0f-86a4-e389b8962e62 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-12 09:52:52,011 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/1ca41c26-7e45-4a47-9ef8-b008a7ba408f/os-extra_specs used request id req-4852dcea-1f5c-4c0f-86a4-e389b8962e62 2018-08-12 09:52:52,011 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0221099853516s 2018-08-12 09:52:52,012 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/1ca41c26-7e45-4a47-9ef8-b008a7ba408f/os-extra_specs used request id req-4852dcea-1f5c-4c0f-86a4-e389b8962e62 2018-08-12 09:52:52,012 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Starting Juju Bootstrap process... 2018-08-12 13:04:11,101 - functest.opnfv_tests.vnf.epc.juju_epc - ERROR - Exception with Juju Bootstrap: ['timeout', '-t', '3600', 'juju', 'bootstrap', 'abot-epc/regionOne', 'abot-controller', '--agent-version', '2.2.9', '--metadata-source', '/root', '--constraints', 'mem=2G', '--bootstrap-series', 'xenial', '--config', 'network=423f1753-fa89-4526-8c96-3f2f982372b6', '--config', 'ssl-hostname-verification=false', '--config', 'use-floating-ip=true', '--config', 'use-default-secgroup=true', '--debug'] 09:52:52 INFO juju.cmd supercommand.go:63 running juju [2.2.5 gc go1.9.4] 09:52:52 DEBUG juju.cmd supercommand.go:64 args: []string{"juju", "bootstrap", "abot-epc/regionOne", "abot-controller", "--agent-version", "2.2.9", "--metadata-source", "/root", "--constraints", "mem=2G", "--bootstrap-series", "xenial", "--config", "network=423f1753-fa89-4526-8c96-3f2f982372b6", "--config", "ssl-hostname-verification=false", "--config", "use-floating-ip=true", "--config", "use-default-secgroup=true", "--debug"} 09:52:52 DEBUG juju.cmd.juju.commands bootstrap.go:804 authenticating with region "regionOne" and credential "abot-epc" () 09:52:52 DEBUG juju.cmd.juju.commands bootstrap.go:932 provider attrs: map[external-network: use-floating-ip:true use-default-secgroup:true network:423f1753-fa89-4526-8c96-3f2f982372b6] 09:52:52 INFO cmd authkeys.go:114 Adding contents of "/root/.local/share/juju/ssh/juju_id_rsa.pub" to authorized-keys 09:52:52 DEBUG juju.cmd.juju.commands bootstrap.go:988 preparing controller with config: map[automatically-retry-hooks:true provisioner-harvest-mode:destroyed max-action-results-size:5G apt-ftp-proxy: apt-http-proxy: max-status-history-age:336h ignore-machine-addresses:false external-network: enable-os-upgrade:true apt-https-proxy: ftp-proxy: http-proxy: net-bond-reconfigure-delay:17 apt-no-proxy: update-status-hook-interval:5m enable-os-refresh-update:true use-default-secgroup:true uuid:49574a1e-0e59-4412-87c1-fd95c77678d6 type:openstack name:controller https-proxy: max-action-results-age:336h logging-config: max-status-history-size:5G firewall-mode:instance resource-tags: apt-mirror: proxy-ssh:false ssl-hostname-verification:false authorized-keys:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDIRZGHUAPG8QWXaQAGY3hphSjhUCyi0rrFIi9ECqQ1hWDqMLqL69R5Tf4K8swulaWCxfmszzbZqX1uaXtg1CjVOYTb4XUKCZfBaVG25//Y7EYS4qQh6ye8vyXewan4Tcv/QM2T3oL1wk3SXmIc+SPsIFQRXDtoNjD67ALnbfRqQDkMPFcbEg837SJaPNh6jkhjiJDk1We327TDz7GC1YD8Pv91vup7UwyaD//+xUewR6qt5YNRq5HTnzL3lSFcBtkBQmR7H/hxca9ItFzAbcXrPN9pq3WL2h+E/CX6XFd3bFmTVsaNjKP5ieH+8TDNfD9tuXb2hi8RDkmAPF/hjZrL juju-client-key logforward-enabled:false agent-stream:released transmit-vendor-metrics:true image-stream:released image-metadata-url: use-floating-ip:true test-mode:false no-proxy:127.0.0.1,localhost,::1 development:false default-series:xenial agent-metadata-url: disable-network-management:false network:423f1753-fa89-4526-8c96-3f2f982372b6] 09:52:52 INFO juju.provider.openstack provider.go:144 opening model "controller" 09:52:52 DEBUG goose :1 auth details: &{Token:gAAAAABbcAN06K_KgYqTlaQ1imLiFb_uf4mWm2MO2Mn-BAxg7KuT14F94jYHObTxteu814rT0JyhqaOTJ0-GYTV5OokQLgra1uwBlBjL3fTHuqfbbdRdZvXursIuDI9RIkiaXEpS3GSRoYGwqZPMeO64ztTIP792dW8yp234m5jt0P9-SgtV2Is TenantId:c8a7066339924cfb97c7aaaf3d1ed467 UserId:c79f330970cc430b98d0c8e2a54189a5 Domain: RegionServiceURLs:map[regionOne:map[volume:http://172.30.9.21:8776/v1/c8a7066339924cfb97c7aaaf3d1ed467 identity:http://172.30.9.21:5000 volumev3:http://172.30.9.21:8776/v3/c8a7066339924cfb97c7aaaf3d1ed467 image:http://172.30.9.21:9292 metric:http://172.30.9.21:8041 network:http://172.30.9.21:9696 compute:http://172.30.9.21:8774/v2.1 placement:http://172.30.9.21:8778/placement alarming:http://172.30.9.21:8042 cloudformation:http://172.30.9.21:8000/v1 object-store:http://172.30.9.21:8080/v1/AUTH_c8a7066339924cfb97c7aaaf3d1ed467 event:http://172.30.9.21:8977 volumev2:http://172.30.9.21:8776/v2/c8a7066339924cfb97c7aaaf3d1ed467 orchestration:http://172.30.9.21:8004/v1/c8a7066339924cfb97c7aaaf3d1ed467]]} 09:52:52 INFO cmd bootstrap.go:482 Creating Juju controller "abot-controller" on abot-epc/regionOne 09:52:52 DEBUG goose :1 performing API version discovery for "http://172.30.9.21:8774/" 09:52:52 DEBUG goose :1 discovered API versions: [{Version:{major:2 minor:0} Links:[{Href:http://172.30.9.21:8774/v2/ Rel:self}] Status:SUPPORTED} {Version:{major:2 minor:1} Links:[{Href:http://172.30.9.21:8774/v2.1/ Rel:self}] Status:CURRENT}] 09:52:52 INFO juju.cmd.juju.commands bootstrap.go:540 combined bootstrap constraints: mem=2048M 09:52:52 DEBUG juju.environs.bootstrap bootstrap.go:199 model "controller" supports service/machine networks: true 09:52:52 DEBUG juju.environs.bootstrap bootstrap.go:201 network management by juju enabled: true 09:52:52 DEBUG juju.environs.bootstrap bootstrap.go:685 no agent directory found, using default agent binary metadata source: https://streams.canonical.com/juju/tools 09:52:52 DEBUG juju.environs.bootstrap bootstrap.go:710 setting default image metadata source: /root/images 09:52:52 DEBUG juju.environs imagemetadata.go:46 new user image datasource registered: bootstrap metadata 09:52:52 INFO juju.environs.bootstrap bootstrap.go:728 custom image metadata added to search path 09:52:52 INFO cmd bootstrap.go:233 Loading image metadata 09:52:52 DEBUG juju.environs imagemetadata.go:112 obtained image datasource "bootstrap metadata" 09:52:52 DEBUG juju.environs imagemetadata.go:112 obtained image datasource "default cloud images" 09:52:52 DEBUG juju.environs imagemetadata.go:112 obtained image datasource "default ubuntu cloud images" 09:52:52 DEBUG juju.environs.bootstrap bootstrap.go:576 constraints for image metadata lookup &{{{regionOne http://172.30.9.21:5000/v3} [raring win2012hv win2016 wily win2008r2 centos7 genericlinux precise quantal trusty vivid yakkety opensuseleap xenial zesty win8 utopic win2012 win7 saucy win2016hv win10 win2016nano win81 win2012hvr2 win2012r2] [amd64 i386 armhf arm64 ppc64el s390x] released}} 09:52:52 DEBUG juju.environs.bootstrap bootstrap.go:588 found 2 image metadata in bootstrap metadata 09:52:55 DEBUG juju.environs.bootstrap bootstrap.go:588 found 0 image metadata in default cloud images 09:52:56 DEBUG juju.environs.simplestreams simplestreams.go:457 skipping index "http://cloud-images.ubuntu.com/releases/streams/v1/index.sjson" because of missing information: index file has no data for cloud {regionOne http://172.30.9.21:5000/v3} not found 09:52:56 DEBUG juju.environs.bootstrap bootstrap.go:584 ignoring image metadata in default ubuntu cloud images: index file has no data for cloud {regionOne http://172.30.9.21:5000/v3} not found 09:52:56 DEBUG juju.environs.bootstrap bootstrap.go:592 found 2 image metadata from all image data sources 09:52:56 INFO cmd bootstrap.go:296 Looking for packaged Juju agent version 2.2.9 for amd64 09:52:56 INFO juju.environs.bootstrap tools.go:72 looking for bootstrap agent binaries: version=2.2.9 09:52:56 DEBUG juju.environs.tools tools.go:101 finding agent binaries in stream "released" 09:52:56 DEBUG juju.environs.tools tools.go:103 reading agent binaries with major.minor version 2.2 09:52:56 DEBUG juju.environs.tools tools.go:111 filtering agent binaries by version: 2.2.9 09:52:56 DEBUG juju.environs.tools tools.go:114 filtering agent binaries by series: xenial 09:52:56 DEBUG juju.environs.tools tools.go:117 filtering agent binaries by architecture: amd64 09:52:56 DEBUG juju.environs.tools urls.go:109 trying datasource "keystone catalog" 09:52:57 DEBUG juju.environs.simplestreams simplestreams.go:683 using default candidate for content id "com.ubuntu.juju:released:tools" are {20161007 mirrors:1.0 content-download streams/v1/cpc-mirrors.sjson []} 09:53:00 INFO juju.environs.bootstrap tools.go:74 found 1 packaged agent binaries 09:53:00 INFO cmd bootstrap.go:357 Starting new instance for initial controller Launching controller instance(s) on abot-epc/regionOne... 09:53:01 DEBUG juju.environs.instances image.go:64 instance constraints {region: regionOne, series: xenial, arches: [amd64], constraints: mem=2048M, storage: []} 09:53:01 DEBUG juju.environs.instances image.go:70 matching constraints {region: regionOne, series: xenial, arches: [amd64], constraints: mem=2048M, storage: []} against possible image metadata [{Id:d692086a-ce19-4fd2-b5aa-47fb4563dcf8 Arch:amd64 VirtType:}] 09:53:01 INFO juju.environs.instances image.go:106 find instance - using image with id: d692086a-ce19-4fd2-b5aa-47fb4563dcf8 09:53:01 DEBUG juju.cloudconfig.instancecfg instancecfg.go:832 Setting numa ctl preference to false 09:53:01 DEBUG juju.service discovery.go:63 discovered init system "systemd" from series "xenial" 09:53:01 DEBUG juju.provider.openstack provider.go:1010 openstack user data; 2492 bytes 09:53:01 DEBUG juju.provider.openstack provider.go:1022 using network id "423f1753-fa89-4526-8c96-3f2f982372b6" 09:53:01 DEBUG goose :1 performing API version discovery for "http://172.30.9.21:9696/" 09:53:01 DEBUG goose :1 discovered API versions: [{Version:{major:2 minor:0} Links:[{Href:http://172.30.9.21:9696/v2.0/ Rel:self}] Status:CURRENT}] 09:53:07 INFO juju.provider.openstack provider.go:1146 trying to build instance in availability zone "nova" - instance "66fa886d-c2d9-4297-80a7-ee91d1a40e75" has status BUILD, wait 10 seconds before retry, attempt 1 - instance "66fa886d-c2d9-4297-80a7-ee91d1a40e75" has status BUILD, wait 10 seconds before retry, attempt 2 - instance "66fa886d-c2d9-4297-80a7-ee91d1a40e75" has status BUILD, wait 10 seconds before retry, attempt 3 - instance "66fa886d-c2d9-4297-80a7-ee91d1a40e75" has status BUILD, wait 10 seconds before retry, attempt 4 - instance "66fa886d-c2d9-4297-80a7-ee91d1a40e75" has status BUILD, wait 10 seconds before retry, attempt 5 - instance "66fa886d-c2d9-4297-80a7-ee91d1a40e75" has status BUILD, wait 10 seconds before retry, attempt 6 - instance "66fa886d-c2d9-4297-80a7-ee91d1a40e75" has status BUILD, wait 10 seconds before retry, attempt 7 - instance "66fa886d-c2d9-4297-80a7-ee91d1a40e75" has status BUILD, wait 10 seconds before retry, attempt 8 - instance "66fa886d-c2d9-4297-80a7-ee91d1a40e75" has status BUILD, wait 10 seconds before retry, attempt 9 - instance "66fa886d-c2d9-4297-80a7-ee91d1a40e75" has status BUILD, wait 10 seconds before retry, attempt 10 09:54:58 INFO juju.provider.openstack provider.go:1189 started instance "66fa886d-c2d9-4297-80a7-ee91d1a40e75" 09:54:58 DEBUG juju.provider.openstack provider.go:1193 allocating public IP address for openstack node 09:54:59 DEBUG juju.provider.openstack networking.go:216 allocated new public IP: 172.30.9.203 09:54:59 INFO juju.provider.openstack provider.go:1198 allocated public IP 172.30.9.203 - 66fa886d-c2d9-4297-80a7-ee91d1a40e75 (arch=amd64 mem=2G cores=1) 09:55:02 INFO juju.environs.bootstrap bootstrap.go:606 newest version: 2.2.9 09:55:02 INFO juju.environs.bootstrap bootstrap.go:613 failed to find 2.2.5 tools, will attempt to use 2.2.9 09:55:02 INFO juju.environs.bootstrap bootstrap.go:621 picked bootstrap agent binary version: 2.2.9 09:55:02 INFO juju.environs.bootstrap bootstrap.go:393 Installing Juju agent on bootstrap instance 09:55:05 INFO cmd bootstrap.go:485 Fetching Juju GUI 2.13.2 09:55:05 DEBUG juju.cloudconfig.instancecfg instancecfg.go:832 Setting numa ctl preference to false Waiting for address 09:55:06 DEBUG juju.provider.openstack provider.go:414 instance 66fa886d-c2d9-4297-80a7-ee91d1a40e75 has floating IP address: 172.30.9.203 Attempting to connect to 172.30.9.203:22 Attempting to connect to 192.168.121.11:22 09:55:06 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.11 failed: ssh: connect to host 192.168.121.11 port 22: Connection refused 09:55:11 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.11 failed: ssh: connect to host 192.168.121.11 port 22: Connection refused 09:55:16 DEBUG juju.provider.openstack provider.go:414 instance 66fa886d-c2d9-4297-80a7-ee91d1a40e75 has floating IP address: 172.30.9.203 09:55:16 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.11 failed: ssh: connect to host 192.168.121.11 port 22: Connection refused 09:55:21 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.11 failed: ssh: connect to host 192.168.121.11 port 22: Connection refused 09:55:21 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.203 failed: ssh: connect to host 172.30.9.203 port 22: Connection refused 09:55:25 DEBUG juju.provider.openstack provider.go:414 instance 66fa886d-c2d9-4297-80a7-ee91d1a40e75 has floating IP address: 172.30.9.203 09:55:26 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.11 failed: ssh: connect to host 192.168.121.11 port 22: Connection refused 09:55:26 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.203 failed: ssh: connect to host 172.30.9.203 port 22: Connection refused 09:55:31 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.11 failed: ssh: connect to host 192.168.121.11 port 22: Connection refused 09:55:31 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.203 failed: ssh: connect to host 172.30.9.203 port 22: Connection refused 09:55:36 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.11 failed: ssh: connect to host 192.168.121.11 port 22: Connection refused 09:55:36 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.203 failed: ssh: connect to host 172.30.9.203 port 22: Connection refused 09:55:36 DEBUG juju.provider.openstack provider.go:414 instance 66fa886d-c2d9-4297-80a7-ee91d1a40e75 has floating IP address: 172.30.9.203 09:55:41 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.11 failed: ssh: connect to host 192.168.121.11 port 22: Connection refused 09:55:41 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.203 failed: ssh: connect to host 172.30.9.203 port 22: Connection refused 09:55:46 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.11 failed: ssh: connect to host 192.168.121.11 port 22: Connection refused 09:55:46 DEBUG juju.provider.openstack provider.go:414 instance 66fa886d-c2d9-4297-80a7-ee91d1a40e75 has floating IP address: 172.30.9.203 09:55:46 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.203 failed: ssh: connect to host 172.30.9.203 port 22: Connection refused 09:55:51 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.11 failed: ssh: connect to host 192.168.121.11 port 22: Connection refused 09:55:51 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.203 failed: ssh: connect to host 172.30.9.203 port 22: Connection refused 09:55:56 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.11 failed: ssh: connect to host 192.168.121.11 port 22: Connection refused 09:55:56 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.203 failed: ssh: connect to host 172.30.9.203 port 22: Connection refused 09:55:56 DEBUG juju.provider.openstack provider.go:414 instance 66fa886d-c2d9-4297-80a7-ee91d1a40e75 has floating IP address: 172.30.9.203 09:56:01 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.11 failed: ssh: connect to host 192.168.121.11 port 22: Connection refused 09:56:01 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.203 failed: "System is booting up. See pam_nologin(8)" Authentication failed. 09:56:06 DEBUG juju.provider.openstack provider.go:414 instance 66fa886d-c2d9-4297-80a7-ee91d1a40e75 has floating IP address: 172.30.9.203 09:56:06 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.11 failed: ssh: connect to host 192.168.121.11 port 22: Connection refused 09:56:06 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.203 failed: "System is booting up. See pam_nologin(8)" Authentication failed. 09:56:11 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.11 failed: ssh: connect to host 192.168.121.11 port 22: Connection refused 09:56:11 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.203 failed: /var/lib/juju/nonce.txt does not exist 09:56:16 DEBUG juju.provider.openstack provider.go:414 instance 66fa886d-c2d9-4297-80a7-ee91d1a40e75 has floating IP address: 172.30.9.203 09:56:16 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.11 failed: ssh: connect to host 192.168.121.11 port 22: Connection refused 09:56:16 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.203 failed: /var/lib/juju/nonce.txt does not exist 09:56:21 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.11 failed: ssh: connect to host 192.168.121.11 port 22: Connection refused 09:56:22 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.203 failed: /var/lib/juju/nonce.txt does not exist 09:56:26 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.11 failed: ssh: connect to host 192.168.121.11 port 22: Connection refused 09:56:26 DEBUG juju.provider.openstack provider.go:414 instance 66fa886d-c2d9-4297-80a7-ee91d1a40e75 has floating IP address: 172.30.9.203 09:56:27 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.203 failed: /var/lib/juju/nonce.txt does not exist 09:56:31 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.11 failed: ssh: connect to host 192.168.121.11 port 22: Connection refused 09:56:32 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.203 failed: /var/lib/juju/nonce.txt does not exist 09:56:36 DEBUG juju.provider.openstack provider.go:414 instance 66fa886d-c2d9-4297-80a7-ee91d1a40e75 has floating IP address: 172.30.9.203 09:56:36 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.11 failed: ssh: connect to host 192.168.121.11 port 22: Connection refused 09:56:37 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.203 failed: /var/lib/juju/nonce.txt does not exist 09:56:41 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.11 failed: ssh: connect to host 192.168.121.11 port 22: Connection refused 09:56:43 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.203 failed: /var/lib/juju/nonce.txt does not exist 09:56:46 DEBUG juju.provider.openstack provider.go:414 instance 66fa886d-c2d9-4297-80a7-ee91d1a40e75 has floating IP address: 172.30.9.203 09:56:46 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.11 failed: ssh: connect to host 192.168.121.11 port 22: Connection refused 09:56:48 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.203 failed: /var/lib/juju/nonce.txt does not exist 09:56:51 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.11 failed: ssh: connect to host 192.168.121.11 port 22: Connection refused 09:56:53 INFO juju.cloudconfig userdatacfg_unix.go:410 Fetching agent: curl -sSfw 'tools from %{url_effective} downloaded: HTTP %{http_code}; time %{time_total}s; size %{size_download} bytes; speed %{speed_download} bytes/s ' --retry 10 --insecure -o $bin/tools.tar.gz <[https://streams.canonical.com/juju/tools/agent/2.2.9/juju-2.2.9-ubuntu-amd64.tgz]> sudo: unable to resolve host juju-7678d6-controller-0: Connection timed out Cloud-init v. 18.2 running 'init-local' at Sun, 12 Aug 2018 09:55:01 +0000. Up 4.75 seconds. Cloud-init v. 18.2 running 'init' at Sun, 12 Aug 2018 09:55:02 +0000. Up 6.02 seconds. ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++ ci-info: +--------+------+------------------------------+---------------+-------+-------------------+ ci-info: | Device | Up | Address | Mask | Scope | Hw-Address | ci-info: +--------+------+------------------------------+---------------+-------+-------------------+ ci-info: | ens3 | True | 192.168.121.11 | 255.255.255.0 | . | fa:16:3e:6f:92:10 | ci-info: | ens3 | True | fe80::f816:3eff:fe6f:9210/64 | . | link | fa:16:3e:6f:92:10 | ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . | ci-info: | lo | True | ::1/128 | . | host | . | ci-info: +--------+------+------------------------------+---------------+-------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.121.1 | 0.0.0.0 | ens3 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.121.3 | 255.255.255.255 | ens3 | UGH | ci-info: | 2 | 192.168.121.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ Generating locales (this might take a while)... en_US.UTF-8... done Generation complete. Cloud-init v. 18.2 running 'modules:config' at Sun, 12 Aug 2018 09:55:46 +0000. Up 49.64 seconds. + install -D -m 644 /dev/null /etc/systemd/system/juju-clean-shutdown.service + printf %s\n [Unit] Description=Stop all network interfaces on shutdown DefaultDependencies=false After=final.target [Service] Type=oneshot ExecStart=/sbin/ifdown -a -v --force StandardOutput=tty StandardError=tty [Install] WantedBy=final.target + /bin/systemctl enable /etc/systemd/system/juju-clean-shutdown.service Created symlink from /etc/systemd/system/final.target.wants/juju-clean-shutdown.service to /etc/systemd/system/juju-clean-shutdown.service. + install -D -m 644 /dev/null /var/lib/juju/nonce.txt + printf %s\n user-admin:bootstrap Cloud-init v. 18.2 running 'modules:final' at Sun, 12 Aug 2018 09:56:47 +0000. Up 111.04 seconds. Cloud-init v. 18.2 finished at Sun, 12 Aug 2018 09:56:48 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 111.29 seconds Logging to /var/log/cloud-init-output.log on the bootstrap machine Regenerating SSH RSA host key Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: SHA256:0yzZv4Tqc4MHduUXOpZE1Sbfct0CFhbLTBBbXwkOPhc root@juju-7678d6-controller-0 The key's randomart image is: +---[RSA 2048]----+ | o+*Eo.o| | .B*oooo| | .=++.++| | = = + *| | S ++ o = | | oo.o* . | | . +..oo | | o.+. . | | .o+ .. | +----[SHA256]-----+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: SHA256:GnYjytbsy9SXl3WXBZI6txm1yOthJlOHe16M1m670Bc root@juju-7678d6-controller-0 The key's randomart image is: +---[DSA 1024]----+ | ... | | .... | | o + ..| | o B o o| | + S + B.Eo| | . = * .o.Oo=.*| | + = . o*o* +.| | . + . .. o +| | +. +o| +----[SHA256]-----+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: SHA256:qcAlqYFEPT7Dx1a5FU+/dU2PF+s/YHUafvc7m13Clkg root@juju-7678d6-controller-0 The key's randomart image is: +---[ECDSA 256]---+ |.o. .... ..| |.. o . o .o . o=| |. + = o o . .o+*| | O * . . .=+o| | . B S E+o.o| | . . ..o.o+| | . . =.+| | . o*| | ++| +----[SHA256]-----+ Running apt-get update Err:1 http://security.ubuntu.com/ubuntu xenial-security InRelease Temporary failure resolving 'security.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial InRelease Temporary failure resolving 'archive.ubuntu.com' Err:3 http://archive.ubuntu.com/ubuntu xenial-updates InRelease Temporary failure resolving 'archive.ubuntu.com' Err:4 http://archive.ubuntu.com/ubuntu xenial-backports InRelease Temporary failure resolving 'archive.ubuntu.com' Reading package lists... W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/xenial/InRelease Temporary failure resolving 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/xenial-updates/InRelease Temporary failure resolving 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/xenial-backports/InRelease Temporary failure resolving 'archive.ubuntu.com' W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/xenial-security/InRelease Temporary failure resolving 'security.ubuntu.com' W: Some index files failed to download. They have been ignored, or old ones used instead. Running apt-get upgrade Reading package lists... Building dependency tree... Reading state information... Calculating upgrade... 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Installing curl, cpu-checker, bridge-utils, cloud-utils, tmux Reading package lists... Building dependency tree... Reading state information... curl is already the newest version (7.47.0-1ubuntu2.8). 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Get:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 [6,862 B] Fetched 6,862 B in 50s (136 B/s) E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 10.6 kB/17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Get:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 [10.6 kB] Fetched 10.6 kB in 0s (36.5 kB/s) Selecting previously unselected package msr-tools. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 54121 files and directories currently installed.) Preparing to unpack .../msr-tools_1.3-2_amd64.deb ... Unpacking msr-tools (1.3-2) ... Selecting previously unselected package cpu-checker. Preparing to unpack .../cpu-checker_0.7-0ubuntu7_amd64.deb ... Unpacking cpu-checker (0.7-0ubuntu7) ... Processing triggers for man-db (2.7.5-1) ... Setting up msr-tools (1.3-2) ... Setting up cpu-checker (0.7-0ubuntu7) ... Reading package lists... Building dependency tree... Reading state information... The following NEW packages will be installed: bridge-utils 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. Need to get 28.6 kB of archives. After this operation, 102 kB of additional disk space will be used. Get:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 bridge-utils amd64 1.5-9ubuntu1 [28.6 kB] Fetched 28.6 kB in 0s (59.7 kB/s) Selecting previously unselected package bridge-utils. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 54135 files and directories currently installed.) Preparing to unpack .../bridge-utils_1.5-9ubuntu1_amd64.deb ... Unpacking bridge-utils (1.5-9ubuntu1) ... Processing triggers for man-db (2.7.5-1) ... Setting up bridge-utils (1.5-9ubuntu1) ... Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: cloud-image-utils distro-info genisoimage libaio1 libboost-iostreams1.58.0 libboost-random1.58.0 libboost-system1.58.0 libboost-thread1.58.0 libiscsi2 libnspr4 libnss3 libnss3-nssdb librados2 librbd1 qemu-block-extra qemu-utils sharutils Suggested packages: cloud-utils-euca shunit2 wodim cdrkit-doc debootstrap bsd-mailx | mailx The following NEW packages will be installed: cloud-image-utils cloud-utils distro-info genisoimage libaio1 libboost-iostreams1.58.0 libboost-random1.58.0 libboost-system1.58.0 libboost-thread1.58.0 libiscsi2 libnspr4 libnss3 libnss3-nssdb librados2 librbd1 qemu-block-extra qemu-utils sharutils 0 upgraded, 18 newly installed, 0 to remove and 0 not upgraded. Need to get 6,375 kB of archives. After this operation, 24.2 MB of additional disk space will be used. Get:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 libiscsi2 amd64 1.12.0-2 [51.5 kB] Get:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 distro-info amd64 0.14build1 [20.0 kB] Get:3 http://archive.ubuntu.com/ubuntu xenial/main amd64 genisoimage amd64 9:1.1.11-3ubuntu1 [316 kB] Get:4 http://archive.ubuntu.com/ubuntu xenial/main amd64 libaio1 amd64 0.3.110-2 [6,356 B] Get:5 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libboost-iostreams1.58.0 amd64 1.58.0+dfsg-5ubuntu3.1 [29.0 kB] Get:6 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libboost-system1.58.0 amd64 1.58.0+dfsg-5ubuntu3.1 [9,146 B] Get:7 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libboost-random1.58.0 amd64 1.58.0+dfsg-5ubuntu3.1 [11.7 kB] Get:8 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libboost-thread1.58.0 amd64 1.58.0+dfsg-5ubuntu3.1 [47.0 kB] Get:9 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libnspr4 amd64 2:4.13.1-0ubuntu0.16.04.1 [112 kB] Get:10 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libnss3-nssdb all 2:3.28.4-0ubuntu0.16.04.3 [10.6 kB] Get:11 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libnss3 amd64 2:3.28.4-0ubuntu0.16.04.3 [1,148 kB] Get:12 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 librados2 amd64 10.2.10-0ubuntu0.16.04.1 [1,646 kB] Get:13 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 librbd1 amd64 10.2.10-0ubuntu0.16.04.1 [2,193 kB] Get:14 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 qemu-block-extra amd64 1:2.5+dfsg-5ubuntu10.31 [31.2 kB] Get:15 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 qemu-utils amd64 1:2.5+dfsg-5ubuntu10.31 [578 kB] Get:16 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 sharutils amd64 1:4.15.2-1ubuntu0.1 [148 kB] Get:17 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 cloud-image-utils all 0.27-0ubuntu25.1 [15.8 kB] Get:18 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 cloud-utils all 0.27-0ubuntu25.1 [1,512 B] Fetched 6,375 kB in 3s (1,616 kB/s) Selecting previously unselected package libiscsi2:amd64. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 54161 files and directories currently installed.) Preparing to unpack .../libiscsi2_1.12.0-2_amd64.deb ... Unpacking libiscsi2:amd64 (1.12.0-2) ... Selecting previously unselected package distro-info. Preparing to unpack .../distro-info_0.14build1_amd64.deb ... Unpacking distro-info (0.14build1) ... Selecting previously unselected package genisoimage. Preparing to unpack .../genisoimage_9%3a1.1.11-3ubuntu1_amd64.deb ... Unpacking genisoimage (9:1.1.11-3ubuntu1) ... Selecting previously unselected package libaio1:amd64. Preparing to unpack .../libaio1_0.3.110-2_amd64.deb ... Unpacking libaio1:amd64 (0.3.110-2) ... Selecting previously unselected package libboost-iostreams1.58.0:amd64. Preparing to unpack .../libboost-iostreams1.58.0_1.58.0+dfsg-5ubuntu3.1_amd64.deb ... Unpacking libboost-iostreams1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... Selecting previously unselected package libboost-system1.58.0:amd64. Preparing to unpack .../libboost-system1.58.0_1.58.0+dfsg-5ubuntu3.1_amd64.deb ... Unpacking libboost-system1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... Selecting previously unselected package libboost-random1.58.0:amd64. Preparing to unpack .../libboost-random1.58.0_1.58.0+dfsg-5ubuntu3.1_amd64.deb ... Unpacking libboost-random1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... Selecting previously unselected package libboost-thread1.58.0:amd64. Preparing to unpack .../libboost-thread1.58.0_1.58.0+dfsg-5ubuntu3.1_amd64.deb ... Unpacking libboost-thread1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... Selecting previously unselected package libnspr4:amd64. Preparing to unpack .../libnspr4_2%3a4.13.1-0ubuntu0.16.04.1_amd64.deb ... Unpacking libnspr4:amd64 (2:4.13.1-0ubuntu0.16.04.1) ... Selecting previously unselected package libnss3-nssdb. Preparing to unpack .../libnss3-nssdb_2%3a3.28.4-0ubuntu0.16.04.3_all.deb ... Unpacking libnss3-nssdb (2:3.28.4-0ubuntu0.16.04.3) ... Selecting previously unselected package libnss3:amd64. Preparing to unpack .../libnss3_2%3a3.28.4-0ubuntu0.16.04.3_amd64.deb ... Unpacking libnss3:amd64 (2:3.28.4-0ubuntu0.16.04.3) ... Selecting previously unselected package librados2. Preparing to unpack .../librados2_10.2.10-0ubuntu0.16.04.1_amd64.deb ... Unpacking librados2 (10.2.10-0ubuntu0.16.04.1) ... Selecting previously unselected package librbd1. Preparing to unpack .../librbd1_10.2.10-0ubuntu0.16.04.1_amd64.deb ... Unpacking librbd1 (10.2.10-0ubuntu0.16.04.1) ... Selecting previously unselected package qemu-block-extra:amd64. Preparing to unpack .../qemu-block-extra_1%3a2.5+dfsg-5ubuntu10.31_amd64.deb ... Unpacking qemu-block-extra:amd64 (1:2.5+dfsg-5ubuntu10.31) ... Selecting previously unselected package qemu-utils. Preparing to unpack .../qemu-utils_1%3a2.5+dfsg-5ubuntu10.31_amd64.deb ... Unpacking qemu-utils (1:2.5+dfsg-5ubuntu10.31) ... Selecting previously unselected package sharutils. Preparing to unpack .../sharutils_1%3a4.15.2-1ubuntu0.1_amd64.deb ... Unpacking sharutils (1:4.15.2-1ubuntu0.1) ... Selecting previously unselected package cloud-image-utils. Preparing to unpack .../cloud-image-utils_0.27-0ubuntu25.1_all.deb ... Unpacking cloud-image-utils (0.27-0ubuntu25.1) ... Selecting previously unselected package cloud-utils. Preparing to unpack .../cloud-utils_0.27-0ubuntu25.1_all.deb ... Unpacking cloud-utils (0.27-0ubuntu25.1) ... Processing triggers for man-db (2.7.5-1) ... Processing triggers for libc-bin (2.23-0ubuntu10) ... Processing triggers for install-info (6.1.0.dfsg.1-5) ... Setting up libiscsi2:amd64 (1.12.0-2) ... Setting up distro-info (0.14build1) ... Setting up genisoimage (9:1.1.11-3ubuntu1) ... Setting up libaio1:amd64 (0.3.110-2) ... Setting up libboost-iostreams1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... Setting up libboost-system1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... Setting up libboost-random1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... Setting up libboost-thread1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... Setting up libnspr4:amd64 (2:4.13.1-0ubuntu0.16.04.1) ... Setting up sharutils (1:4.15.2-1ubuntu0.1) ... Setting up libnss3-nssdb (2:3.28.4-0ubuntu0.16.04.3) ... Setting up libnss3:amd64 (2:3.28.4-0ubuntu0.16.04.3) ... Setting up librados2 (10.2.10-0ubuntu0.16.04.1) ... Setting up librbd1 (10.2.10-0ubuntu0.16.04.1) ... Setting up qemu-block-extra:amd64 (1:2.5+dfsg-5ubuntu10.31) ... Setting up qemu-utils (1:2.5+dfsg-5ubuntu10.31) ... Setting up cloud-image-utils (0.27-0ubuntu25.1) ... Setting up cloud-utils (0.27-0ubuntu25.1) ... Processing triggers for libc-bin (2.23-0ubuntu10) ... Reading package lists... Building dependency tree... Reading state information... tmux is already the newest version (2.1-3build1). 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Fetching Juju agent version 2.2.9 for amd64 Attempt 1 to download tools from https://streams.canonical.com/juju/tools/agent/2.2.9/juju-2.2.9-ubuntu-amd64.tgz... tools from https://streams.canonical.com/juju/tools/agent/2.2.9/juju-2.2.9-ubuntu-amd64.tgz downloaded: HTTP 200; time 4.416s; size 22122498 bytes; speed 5009653.000 bytes/s Tools downloaded successfully. d1347b6d15d4d22a7b23d7e4a6dab35c9d078bf628b59bed520bb7788dc782be /var/lib/juju/tools/2.2.9-xenial-amd64/tools.tar.gz aac0f29a991b188549d92bc44a37bdf8e765fe8c4dd221d8d2073c91aa1732eb /var/lib/juju/gui/gui.tar.bz2 Installing Juju machine agent 2018-08-12 13:04:07 INFO juju.cmd supercommand.go:63 running jujud [2.2.9 gc go1.8] 2018-08-12 13:04:07 DEBUG juju.cmd supercommand.go:64 args: []string{"/var/lib/juju/tools/2.2.9-xenial-amd64/jujud", "bootstrap-state", "--timeout", "20m0s", "--data-dir", "/var/lib/juju", "--debug", "/var/lib/juju/bootstrap-params"} 2018-08-12 13:04:07 DEBUG juju.agent agent.go:552 read agent config, format "2.0" 2018-08-12 13:04:07 INFO juju.provider.openstack provider.go:144 opening model "controller" 2018-08-12 13:04:08 DEBUG goose :22 auth details: &{Token:gAAAAABbcDBIIf6OqTxFArBWjQKfkNemre74WXEzfa0Msf0PVLdrGNntH3Vf7ZzjyjNvCnQHJ2U_9s8XZ2c015ZrYIdLoMjNch_EwJXe9yNpJdIHpnNg-PZ6eBqWcx2Wac-RRBYFrCF2N5xtqJ7z5Bj-U1piDbuHd0vC_U1gp9XzO9cxL6y49Qc TenantId:c8a7066339924cfb97c7aaaf3d1ed467 UserId:c79f330970cc430b98d0c8e2a54189a5 Domain: RegionServiceURLs:map[regionOne:map[network:http://172.30.9.21:9696 volume:http://172.30.9.21:8776/v1/c8a7066339924cfb97c7aaaf3d1ed467 identity:http://172.30.9.21:5000 cloudformation:http://172.30.9.21:8000/v1 volumev2:http://172.30.9.21:8776/v2/c8a7066339924cfb97c7aaaf3d1ed467 object-store:http://172.30.9.21:8080/v1/AUTH_c8a7066339924cfb97c7aaaf3d1ed467 alarming:http://172.30.9.21:8042 volumev3:http://172.30.9.21:8776/v3/c8a7066339924cfb97c7aaaf3d1ed467 compute:http://172.30.9.21:8774/v2.1 event:http://172.30.9.21:8977 orchestration:http://172.30.9.21:8004/v1/c8a7066339924cfb97c7aaaf3d1ed467 placement:http://172.30.9.21:8778/placement image:http://172.30.9.21:9292 metric:http://172.30.9.21:8041]]} 2018-08-12 13:04:08 DEBUG goose :22 performing API version discovery for "http://172.30.9.21:8774/" 2018-08-12 13:04:08 DEBUG goose :22 discovered API versions: [{Version:{major:2 minor:0} Links:[{Href:http://172.30.9.21:8774/v2/ Rel:self}] Status:SUPPORTED} {Version:{major:2 minor:1} Links:[{Href:http://172.30.9.21:8774/v2.1/ Rel:self}] Status:CURRENT}] 2018-08-12 13:04:10 DEBUG juju.provider.openstack provider.go:414 instance 66fa886d-c2d9-4297-80a7-ee91d1a40e75 has floating IP address: 172.30.9.203 2018-08-12 13:04:11 INFO juju.agent identity.go:22 writing system identity file 2018-08-12 13:04:11 DEBUG juju.cmd.jujud bootstrap.go:323 starting mongo 2018-08-12 13:04:11 DEBUG juju.cmd.jujud bootstrap.go:351 calling ensureMongoServer 2018-08-12 13:04:11 INFO juju.mongo mongo.go:465 Ensuring mongo server is running; data directory /var/lib/juju; port 37017 2018-08-12 13:04:11 INFO juju.mongo mongo.go:663 installing [juju-mongodb3.2 juju-mongo-tools3.2] 2018-08-12 13:04:11 INFO juju.utils.packaging.manager utils.go:57 Running: apt-get --option=Dpkg::Options::=--force-confold --option=Dpkg::options::=--force-unsafe-io --assume-yes --quiet install juju-mongodb3.2 2018-08-12 13:04:11 ERROR juju.utils.packaging.manager utils.go:103 packaging command failed: encountered fatal error: unable to locate package; cmd: "apt-get --option=Dpkg::Options::=--force-confold --option=Dpkg::options::=--force-unsafe-io --assume-yes --quiet install juju-mongodb3.2"; output: Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package juju-mongodb3.2 E: Couldn't find any package by glob 'juju-mongodb3.2' E: Couldn't find any package by regex 'juju-mongodb3.2' 2018-08-12 13:04:11 ERROR juju.mongo mongo.go:675 installing mongo failed: packaging command failed: encountered fatal error: unable to locate package 2018-08-12 13:04:11 INFO juju.mongo mongo.go:676 will try fallback packages [juju-mongodb] 2018-08-12 13:04:11 INFO juju.utils.packaging.manager utils.go:57 Running: apt-get --option=Dpkg::Options::=--force-confold --option=Dpkg::options::=--force-unsafe-io --assume-yes --quiet install juju-mongodb 2018-08-12 13:04:11 ERROR juju.utils.packaging.manager utils.go:103 packaging command failed: encountered fatal error: unable to locate package; cmd: "apt-get --option=Dpkg::Options::=--force-confold --option=Dpkg::options::=--force-unsafe-io --assume-yes --quiet install juju-mongodb"; output: Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package juju-mongodb 2018-08-12 13:04:11 ERROR juju.mongo mongo.go:486 cannot install/upgrade mongod (will proceed anyway): packaging command failed: encountered fatal error: unable to locate package 2018-08-12 13:04:11 INFO juju.mongo mongo.go:336 could not find /usr/lib/juju/bin/mongod or mongod in $PATH ERROR failed to start mongo: exec: "mongod": executable file not found in $PATH 2018-08-12 13:04:11 DEBUG cmd supercommand.go:459 error stack: exec: "mongod": executable file not found in $PATH github.com/juju/juju/cmd/jujud/bootstrap.go:238: failed to start mongo 2018-08-12 13:04:11 DEBUG juju.cmd.jujud main.go:187 jujud complete, code 0, err 2018-08-12 13:04:11,235 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-12 13:04:11,236 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | juju_epc | functest | 191:42 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-08-12 13:04:11,336 - functest.opnfv_tests.vnf.epc.juju_epc - ERROR - Exception with Juju Cleanup: ['juju', 'debug-log', '--replay', '--no-tail'] ERROR no API addresses 2018-08-12 13:04:11,338 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-08-12 13:04:11,745 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9605fd6542834fd5b9f9814264aca015", "name": "Member"}], "expires_at": "2018-08-12T14:04:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8a7066339924cfb97c7aaaf3d1ed467", "name": "juju_epc-project_5e104b0d-8d6e-4dd7-a8a2-80d967b79e4c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/c8a7066339924cfb97c7aaaf3d1ed467", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/c8a7066339924cfb97c7aaaf3d1ed467", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/c8a7066339924cfb97c7aaaf3d1ed467", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_c8a7066339924cfb97c7aaaf3d1ed467", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_c8a7066339924cfb97c7aaaf3d1ed467", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/c8a7066339924cfb97c7aaaf3d1ed467", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/c8a7066339924cfb97c7aaaf3d1ed467", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/c8a7066339924cfb97c7aaaf3d1ed467", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/c8a7066339924cfb97c7aaaf3d1ed467", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/c8a7066339924cfb97c7aaaf3d1ed467", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/c8a7066339924cfb97c7aaaf3d1ed467", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/c8a7066339924cfb97c7aaaf3d1ed467", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/c8a7066339924cfb97c7aaaf3d1ed467", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/c8a7066339924cfb97c7aaaf3d1ed467", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "juju_epc-user_5e104b0d-8d6e-4dd7-a8a2-80d967b79e4c", "id": "c79f330970cc430b98d0c8e2a54189a5"}, "audit_ids": ["9JOa1IIrSfGhJZCI2-LRtw"], "issued_at": "2018-08-12T13:04:11.000000Z"}} 2018-08-12 13:04:11,748 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-12 13:04:11,749 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}362e6078ba0925e1f238e15a487e96fa349c06e2" 2018-08-12 13:04:11,968 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 557 X-Openstack-Request-Id: req-26502bf4-e47f-4376-9929-0d593c546d99 Date: Sun, 12 Aug 2018 13:04:11 GMT RESP BODY: {"floatingips": [{"router_id": "e99dd1ed-dc9d-4e93-8cc7-4abfa60b9ccc", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-12T09:55:00Z", "floating_network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "fixed_ip_address": "192.168.121.11", "floating_ip_address": "172.30.9.203", "revision_number": 2, "port_id": "e1edf94e-19f1-4e82-9778-388565af5294", "id": "42364ac9-e867-46e8-a1d8-736c4017c059", "tenant_id": "c8a7066339924cfb97c7aaaf3d1ed467", "created_at": "2018-08-12T09:54:59Z", "project_id": "c8a7066339924cfb97c7aaaf3d1ed467"}]} 2018-08-12 13:04:11,968 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-26502bf4-e47f-4376-9929-0d593c546d99 2018-08-12 13:04:11,968 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.219825983047s 2018-08-12 13:04:11,968 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-26502bf4-e47f-4376-9929-0d593c546d99 2018-08-12 13:04:11,974 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-12 13:04:11,975 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/floatingips/42364ac9-e867-46e8-a1d8-736c4017c059.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}362e6078ba0925e1f238e15a487e96fa349c06e2" 2018-08-12 13:04:12,837 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-73e02952-b7fe-48d0-a0c0-49877316e08d Content-Length: 0 Date: Sun, 12 Aug 2018 13:04:12 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 13:04:12,837 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/floatingips/42364ac9-e867-46e8-a1d8-736c4017c059.json used request id req-73e02952-b7fe-48d0-a0c0-49877316e08d 2018-08-12 13:04:12,837 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.863145112991s 2018-08-12 13:04:12,838 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/floatingips/42364ac9-e867-46e8-a1d8-736c4017c059.json used request id req-73e02952-b7fe-48d0-a0c0-49877316e08d 2018-08-12 13:04:12,842 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-12 13:04:12,843 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}362e6078ba0925e1f238e15a487e96fa349c06e2" 2018-08-12 13:04:13,020 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-35bbcc44-7443-4535-a6f8-00a19baf1318 Date: Sun, 12 Aug 2018 13:04:13 GMT RESP BODY: {"floatingips": []} 2018-08-12 13:04:13,020 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-35bbcc44-7443-4535-a6f8-00a19baf1318 2018-08-12 13:04:13,020 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.17795085907s 2018-08-12 13:04:13,021 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-35bbcc44-7443-4535-a6f8-00a19baf1318 2018-08-12 13:04:13,022 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-12 13:04:13,026 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9292/v2/images/3221a2f6-bd3a-4bfd-806d-da001dad5384 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}362e6078ba0925e1f238e15a487e96fa349c06e2" 2018-08-12 13:04:14,040 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-22c5a6cc-a32d-48ed-aa9b-95bcaf7469cc Date: Sun, 12 Aug 2018 13:04: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 13:04:14,040 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/3221a2f6-bd3a-4bfd-806d-da001dad5384 used request id req-22c5a6cc-a32d-48ed-aa9b-95bcaf7469cc 2018-08-12 13:04:14,040 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.01768994331s 2018-08-12 13:04:14,040 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/3221a2f6-bd3a-4bfd-806d-da001dad5384 used request id req-22c5a6cc-a32d-48ed-aa9b-95bcaf7469cc 2018-08-12 13:04:14,041 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-12 13:04:14,041 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-08-12 13:04:14,437 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8dbf9ffab0974542864a297567a51a1c", "name": "admin"}], "expires_at": "2018-08-12T14:04:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a267b9a156244bb192691cff6e5f74fe", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ca9accb793a49cbbe90e5a661064c92"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7bc02ef630d4ea3a79bdd2ceb1b95b9"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8ed02b7c8b8467f8e3ad22c2a47b4ec"}], "type": "image", "id": "15c0704ff3984609bc46a7ae9df6d854", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34ab0036b02a4971b8fa6b0b45d8d3b5"}, {"url": "http://192.30.9.4:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "720e01cf00f84d04a2ee62edcf16b6c5"}, {"url": "http://172.30.9.21:8776/v2/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e40ba7572e344069179902ef8294d94"}], "type": "volumev2", "id": "19d3b3318551439c9543240172cdbd78", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fc16a63f6be4d3c80a2783bb851e4bb"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43bb9a55be8d4fb9b7b14ab829552412"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae7c491dfb654c01b3a40697a3d71d2a"}], "type": "metric", "id": "1dbfa23d060f4e70aa33e1cf9b50ab15", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dea4b7330b54c0c9a0636f1e97478db"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "baac3ca7bc5242acae74cd07cd8aac8b"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1f42723f09d48c9901ecfd4c8abc28c"}], "type": "object-store", "id": "209950594c2b43048ba72516819c6386", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "2a58b259627349678c35c4f7a309d1b8", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60a5f72c43664608a86d96f08a113212"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84de8f696bae486b93af949c9fcba0e0"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e126bf7c26924c9f9cc609ae27eef638"}], "type": "network", "id": "3420b5d212e345eca027a97d5de7638f", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a02946ca6ed4a81a0bdcbef89ba8455"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7969c3b38465413d9a6597bdb8ece535"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca0ce0f5278a4af6b162a26925808f73"}], "type": "compute", "id": "42a6b5976d8645e8a4c7c24467befa4d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "623eb42a777f4771adf7f96e3a71405c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b9cbe54bbaf48bea58cd1eac70c11e3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5342aa69d8643359bba955b671d2015"}], "type": "event", "id": "4c895a2543ed4b87a379b8595130a8f7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a4d4aede044418995764ba52a2f5df0"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa83ad94e5364c91ae9784fdce32f60e"}, {"url": "http://192.30.9.4:8776/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f609c2453dc343a4a5565a231be14af1"}], "type": "volume", "id": "715f238e402745d38ee9f3b37fa5b7b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b32ac2547c44d9eaf35ee6c4a387dcb"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2240a154977f4379bf6cb7b06d908ad5"}, {"url": "http://192.30.9.4:8004/v1/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0ec153aa11f4d0ca453edd1a735ac0e"}], "type": "orchestration", "id": "7229e6f7777f43d58cbed8a7dd0304d6", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75bcb5f8a1e1470d86971f289010cc01"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "955859bdf3284e0291fae73771e83dbf"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d0a2205495074bd29a4de90120faedb9"}], "type": "placement", "id": "7fc41da629194ab488892d45d20f194e", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "164fb84df0d249f1a90eaa5c2aa43963"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9a76dbb65b4e1b8d6116fedbba8d84"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0df2bf1d7134de390b5d61b210210f1"}], "type": "alarming", "id": "99e7c5a4539d41d8ac9078a76fcee515", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d2cec92590247c08bd065796c7809f1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a05785e9fdaf4b99b730c281a8798879"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b9fb1c42ce3946749b180fecea8a4890"}], "type": "identity", "id": "bab20e1e10e642b3b651400b1c4f18bf", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0180081c176f44d28b00231a5e42328e"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cfb1ed578eb49dd87ca083a4db541c8"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fb85ade24214df2affc22743e195528"}], "type": "cloudformation", "id": "cb46eeaecd3148259c3e255a5497608c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "190d75d57ae64cf0878a46f0524e7172"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3369b5207e9e462493b48531ec10856d"}, {"url": "http://192.30.9.4:8776/v3/a267b9a156244bb192691cff6e5f74fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "825be5f2ac7f49148b48b6b902457d3b"}], "type": "volumev3", "id": "e5f94bd0ef324f738590907aed02c0f1", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4f32fb8153854c4c9f5094b42b523f80"}, "audit_ids": ["3iOdGBfITDyoE8ew-n7smQ"], "issued_at": "2018-08-12T13:04:14.000000Z"}} 2018-08-12 13:04:14,440 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}f692e2048ed2f2d250bcc7527091ba2118e20ac4" 2018-08-12 13:04:14,648 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 13:04: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-014df4e4-effd-495e-8a60-4032af42a495 x-compute-request-id: req-014df4e4-effd-495e-8a60-4032af42a495 Content-Encoding: gzip Content-Length: 453 Content-Type: application/json RESP BODY: {"flavors": [{"name": "juju_epc-flavor_alt_5e104b0d-8d6e-4dd7-a8a2-80d967b79e4c", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/1ca41c26-7e45-4a47-9ef8-b008a7ba408f", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/1ca41c26-7e45-4a47-9ef8-b008a7ba408f", "rel": "bookmark"}], "ram": 4096, "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": "1ca41c26-7e45-4a47-9ef8-b008a7ba408f"}, {"name": "heat_ims-flavor_alt_61cf3297-02ef-4796-a134-6831b487977a", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 25, "id": "5b23103b-521b-4914-ba2d-4a96218272e5"}, {"name": "juju_epc-flavor_5e104b0d-8d6e-4dd7-a8a2-80d967b79e4c", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/f3587066-5d18-4ba4-b14b-74d574846f02", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/f3587066-5d18-4ba4-b14b-74d574846f02", "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": 10, "id": "f3587066-5d18-4ba4-b14b-74d574846f02"}]} 2018-08-12 13:04:14,648 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-014df4e4-effd-495e-8a60-4032af42a495 2018-08-12 13:04:14,648 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.60730099678s 2018-08-12 13:04:14,648 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-014df4e4-effd-495e-8a60-4032af42a495 2018-08-12 13:04:14,651 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-12 13:04:14,654 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/flavors/1ca41c26-7e45-4a47-9ef8-b008a7ba408f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f692e2048ed2f2d250bcc7527091ba2118e20ac4" 2018-08-12 13:04:14,745 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 13:04: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-a2f6bc08-b007-430e-9704-7b5c38ec7e5a x-compute-request-id: req-a2f6bc08-b007-430e-9704-7b5c38ec7e5a Content-Length: 0 Content-Type: application/json 2018-08-12 13:04:14,746 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/1ca41c26-7e45-4a47-9ef8-b008a7ba408f used request id req-a2f6bc08-b007-430e-9704-7b5c38ec7e5a 2018-08-12 13:04:14,746 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0942468643188s 2018-08-12 13:04:14,746 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/1ca41c26-7e45-4a47-9ef8-b008a7ba408f used request id req-a2f6bc08-b007-430e-9704-7b5c38ec7e5a 2018-08-12 13:04:14,746 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-12 13:04:14,747 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/e99dd1ed-dc9d-4e93-8cc7-4abfa60b9ccc/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}362e6078ba0925e1f238e15a487e96fa349c06e2" -d '{"subnet_id": "6e172089-209e-42f0-8732-3d64eb0cdbc4"}' 2018-08-12 13:04:16,320 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-31332dfe-a6d0-4ac6-9bdd-f7412bb7ddef Date: Sun, 12 Aug 2018 13:04:16 GMT RESP BODY: {"network_id": "423f1753-fa89-4526-8c96-3f2f982372b6", "tenant_id": "c8a7066339924cfb97c7aaaf3d1ed467", "subnet_id": "6e172089-209e-42f0-8732-3d64eb0cdbc4", "subnet_ids": ["6e172089-209e-42f0-8732-3d64eb0cdbc4"], "port_id": "74850c8d-aee4-427e-b195-2cd914e67895", "id": "e99dd1ed-dc9d-4e93-8cc7-4abfa60b9ccc"} 2018-08-12 13:04:16,320 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/e99dd1ed-dc9d-4e93-8cc7-4abfa60b9ccc/remove_router_interface.json used request id req-31332dfe-a6d0-4ac6-9bdd-f7412bb7ddef 2018-08-12 13:04:16,321 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.57406711578s 2018-08-12 13:04:16,321 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/e99dd1ed-dc9d-4e93-8cc7-4abfa60b9ccc/remove_router_interface.json used request id req-31332dfe-a6d0-4ac6-9bdd-f7412bb7ddef returning object e99dd1ed-dc9d-4e93-8cc7-4abfa60b9ccc 2018-08-12 13:04:16,321 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-12 13:04:16,322 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}362e6078ba0925e1f238e15a487e96fa349c06e2" 2018-08-12 13:04:16,605 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-867a9a41-00ee-42c2-8c56-8969634cf090 Date: Sun, 12 Aug 2018 13:04:16 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "03886690-4630-4c4c-9ccb-7eedaa9b1fd3", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ec788992-fa73-45cc-a7d9-6d44542124c2", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "c8a7066339924cfb97c7aaaf3d1ed467", "created_at": "2018-08-12T09:52:32Z", "admin_state_up": true, "updated_at": "2018-08-12T13:04:15Z", "revision_number": 4, "routes": [], "project_id": "c8a7066339924cfb97c7aaaf3d1ed467", "id": "e99dd1ed-dc9d-4e93-8cc7-4abfa60b9ccc", "name": "juju_epc-router_5e104b0d-8d6e-4dd7-a8a2-80d967b79e4c"}]} 2018-08-12 13:04:16,605 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-867a9a41-00ee-42c2-8c56-8969634cf090 2018-08-12 13:04:16,605 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.283591985703s 2018-08-12 13:04:16,605 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-867a9a41-00ee-42c2-8c56-8969634cf090 2018-08-12 13:04:16,607 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-12 13:04:16,607 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/routers/e99dd1ed-dc9d-4e93-8cc7-4abfa60b9ccc.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}362e6078ba0925e1f238e15a487e96fa349c06e2" 2018-08-12 13:04:18,028 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-69757cf0-2f7e-4a1d-8881-5d566893c29f Content-Length: 0 Date: Sun, 12 Aug 2018 13:04:18 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 13:04:18,028 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/e99dd1ed-dc9d-4e93-8cc7-4abfa60b9ccc.json used request id req-69757cf0-2f7e-4a1d-8881-5d566893c29f 2018-08-12 13:04:18,028 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.42164087296s 2018-08-12 13:04:18,029 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/e99dd1ed-dc9d-4e93-8cc7-4abfa60b9ccc.json used request id req-69757cf0-2f7e-4a1d-8881-5d566893c29f 2018-08-12 13:04:18,029 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-12 13:04:18,029 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}362e6078ba0925e1f238e15a487e96fa349c06e2" 2018-08-12 13:04:18,258 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-32605f7e-dcc8-4d3e-872e-648401f09185 Date: Sun, 12 Aug 2018 13:04:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"423f1753-fa89-4526-8c96-3f2f982372b6","tenant_id":"c8a7066339924cfb97c7aaaf3d1ed467","created_at":"2018-08-12T09:52:31Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-12T09:52:31Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.121.2","end":"192.168.121.254"}],"gateway_ip":"192.168.121.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.121.0/24","project_id":"c8a7066339924cfb97c7aaaf3d1ed467","id":"6e172089-209e-42f0-8732-3d64eb0cdbc4","subnetpool_id":null,"name":"juju_epc-subnet_5e104b0d-8d6e-4dd7-a8a2-80d967b79e4c"}]} 2018-08-12 13:04:18,259 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-32605f7e-dcc8-4d3e-872e-648401f09185 2018-08-12 13:04:18,259 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.229595899582s 2018-08-12 13:04:18,259 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-32605f7e-dcc8-4d3e-872e-648401f09185 2018-08-12 13:04:18,261 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-12 13:04:18,261 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/subnets/6e172089-209e-42f0-8732-3d64eb0cdbc4.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}362e6078ba0925e1f238e15a487e96fa349c06e2" 2018-08-12 13:04:18,622 - keystoneauth.session - DEBUG - RESP: [409] Content-Type: application/json Content-Length: 204 X-Openstack-Request-Id: req-acfd8451-71ab-4088-b51d-22ae63012ba9 Date: Sun, 12 Aug 2018 13:04:18 GMT RESP BODY: {"NeutronError": {"message": "Unable to complete operation on subnet 6e172089-209e-42f0-8732-3d64eb0cdbc4: One or more ports have an IP allocation from this subnet.", "type": "SubnetInUse", "detail": ""}} 2018-08-12 13:04:18,622 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/6e172089-209e-42f0-8732-3d64eb0cdbc4.json used request id req-acfd8451-71ab-4088-b51d-22ae63012ba9 2018-08-12 13:04:18,623 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 0.361393928528s 2018-08-12 13:04:18,623 - functest.core.tenantnetwork - ERROR - cannot clean all ressources Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/core/tenantnetwork.py", line 252, in clean self.cloud.delete_subnet(self.subnet.id) File "/usr/lib/python2.7/site-packages/shade/openstackcloud.py", line 7896, in delete_subnet "/subnets/{subnet_id}.json".format(subnet_id=subnet['id'])) File "/usr/lib/python2.7/site-packages/keystoneauth1/adapter.py", line 319, in delete return self.request(url, 'DELETE', **kwargs) File "/usr/lib/python2.7/site-packages/shade/_adapter.py", line 158, in request return self._munch_response(response, error_message=error_message) File "/usr/lib/python2.7/site-packages/shade/_adapter.py", line 114, in _munch_response exc.raise_from_response(response, error_message=error_message) File "/usr/lib/python2.7/site-packages/shade/exc.py", line 165, in raise_from_response raise OpenStackCloudHTTPError(msg, response=response) OpenStackCloudHTTPError: (409) Client Error for url: http://172.30.9.21:9696/v2.0/subnets/6e172089-209e-42f0-8732-3d64eb0cdbc4.json Unable to complete operation on subnet 6e172089-209e-42f0-8732-3d64eb0cdbc4: One or more ports have an IP allocation from this subnet. 2018-08-12 13:04:18,629 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 13:04:18,633 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}362e6078ba0925e1f238e15a487e96fa349c06e2" 2018-08-12 13:04:19,267 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1199 Content-Type: application/json X-Openstack-Request-Id: req-e90d6acd-5602-4e92-ba89-361e16641eb4 Date: Sun, 12 Aug 2018 13:04:19 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/d692086a-ce19-4fd2-b5aa-47fb4563dcf8/snap", "metadata": {}}], "file": "/v2/images/d692086a-ce19-4fd2-b5aa-47fb4563dcf8/file", "owner": "c8a7066339924cfb97c7aaaf3d1ed467", "id": "d692086a-ce19-4fd2-b5aa-47fb4563dcf8", "size": 296747008, "self": "/v2/images/d692086a-ce19-4fd2-b5aa-47fb4563dcf8", "disk_format": "qcow2", "direct_url": "rbd://b36631de-8836-42ae-a808-b5158928754c/images/d692086a-ce19-4fd2-b5aa-47fb4563dcf8/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "64ba49d3c46833e7514a1b488f504fa539abba9b93372cd767b91375597343bc", "updated_at": "2018-08-12T09:52:42Z", "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_5e104b0d-8d6e-4dd7-a8a2-80d967b79e4c", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "940d6fd4ad5901e2c60bd1f92cec7e5f", "name": "juju_epc-img_5e104b0d-8d6e-4dd7-a8a2-80d967b79e4c", "checksum": "940d6fd4ad5901e2c60bd1f92cec7e5f", "created_at": "2018-08-12T09:52:38Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 13:04:19,267 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-e90d6acd-5602-4e92-ba89-361e16641eb4 2018-08-12 13:04:19,267 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.63828420639s 2018-08-12 13:04:19,268 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-e90d6acd-5602-4e92-ba89-361e16641eb4 2018-08-12 13:04:19,269 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-12 13:04:19,273 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9292/v2/images/d692086a-ce19-4fd2-b5aa-47fb4563dcf8 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}362e6078ba0925e1f238e15a487e96fa349c06e2" 2018-08-12 13:04:20,148 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-8d51175a-3fe3-4d64-985c-e918ce245295 Date: Sun, 12 Aug 2018 13:04: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 13:04:20,148 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/d692086a-ce19-4fd2-b5aa-47fb4563dcf8 used request id req-8d51175a-3fe3-4d64-985c-e918ce245295 2018-08-12 13:04:20,148 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.878268957138s 2018-08-12 13:04:20,148 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/d692086a-ce19-4fd2-b5aa-47fb4563dcf8 used request id req-8d51175a-3fe3-4d64-985c-e918ce245295 2018-08-12 13:04:20,149 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-12 13:04:20,151 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}f692e2048ed2f2d250bcc7527091ba2118e20ac4" 2018-08-12 13:04:20,182 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 13:04: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-72334f60-0c6d-4198-a6f0-8b28a71d0f07 x-compute-request-id: req-72334f60-0c6d-4198-a6f0-8b28a71d0f07 Content-Encoding: gzip Content-Length: 399 Content-Type: application/json RESP BODY: {"flavors": [{"name": "heat_ims-flavor_alt_61cf3297-02ef-4796-a134-6831b487977a", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/5b23103b-521b-4914-ba2d-4a96218272e5", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 25, "id": "5b23103b-521b-4914-ba2d-4a96218272e5"}, {"name": "juju_epc-flavor_5e104b0d-8d6e-4dd7-a8a2-80d967b79e4c", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/f3587066-5d18-4ba4-b14b-74d574846f02", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/f3587066-5d18-4ba4-b14b-74d574846f02", "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": 10, "id": "f3587066-5d18-4ba4-b14b-74d574846f02"}]} 2018-08-12 13:04:20,182 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-72334f60-0c6d-4198-a6f0-8b28a71d0f07 2018-08-12 13:04:20,182 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0332388877869s 2018-08-12 13:04:20,182 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-72334f60-0c6d-4198-a6f0-8b28a71d0f07 2018-08-12 13:04:20,185 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-12 13:04:20,187 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/flavors/f3587066-5d18-4ba4-b14b-74d574846f02 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f692e2048ed2f2d250bcc7527091ba2118e20ac4" 2018-08-12 13:04:20,224 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 13:04: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-373f1fd2-6018-4e91-ab6c-b0351b0d085b x-compute-request-id: req-373f1fd2-6018-4e91-ab6c-b0351b0d085b Content-Length: 0 Content-Type: application/json 2018-08-12 13:04:20,224 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/f3587066-5d18-4ba4-b14b-74d574846f02 used request id req-373f1fd2-6018-4e91-ab6c-b0351b0d085b 2018-08-12 13:04:20,224 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0394229888916s 2018-08-12 13:04:20,224 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/f3587066-5d18-4ba4-b14b-74d574846f02 used request id req-373f1fd2-6018-4e91-ab6c-b0351b0d085b 2018-08-12 13:04:20,225 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-12 13:04:20,229 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}f692e2048ed2f2d250bcc7527091ba2118e20ac4" 2018-08-12 13:04:20,342 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 13:04:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c44b0835-efdf-470b-b736-c9c8b5ef6381 Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/105a247548624314b9228f85f6325f0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105a247548624314b9228f85f6325f0b", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/1c5de0eaa44543f08da6ad63a51594ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c5de0eaa44543f08da6ad63a51594ff", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/1d127b5b832547a88a547c116dfdd65b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d127b5b832547a88a547c116dfdd65b", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/1d5cfc170d624ce4ae53ae0507c8d517"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d5cfc170d624ce4ae53ae0507c8d517", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/2421820b75eb4d3ebd02830378d1377b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2421820b75eb4d3ebd02830378d1377b", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/40bd8ee54ecf44868cc83cede652c396"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40bd8ee54ecf44868cc83cede652c396", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/4f32fb8153854c4c9f5094b42b523f80"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f32fb8153854c4c9f5094b42b523f80", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7066130d08fb4db7bf4ab468de53933b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7066130d08fb4db7bf4ab468de53933b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/8d0898a83bcf4521bbc11501d5d7ac89"}, "domain_id": "1eec97585bde483292ece28ee11f4b8d", "enabled": true, "options": {}, "id": "8d0898a83bcf4521bbc11501d5d7ac89", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/9defcced327d476f8a3beab718a13da3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9defcced327d476f8a3beab718a13da3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/b80ee4f6992446e0879624dd436e99a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b80ee4f6992446e0879624dd436e99a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b86fd3e011324d398fcdb6f095a20a9d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b86fd3e011324d398fcdb6f095a20a9d", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1701d2754064b5cadf765ea0806f9b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1701d2754064b5cadf765ea0806f9b2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "juju_epc-user_5e104b0d-8d6e-4dd7-a8a2-80d967b79e4c", "links": {"self": "http://172.30.9.21:5000/v3/users/c79f330970cc430b98d0c8e2a54189a5"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "c79f330970cc430b98d0c8e2a54189a5", "domain_id": "default", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/db4e7b8d76d549faa502716565c733dd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "db4e7b8d76d549faa502716565c733dd", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-12 13:04:20,342 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-c44b0835-efdf-470b-b736-c9c8b5ef6381 2018-08-12 13:04:20,342 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.116978883743s 2018-08-12 13:04:20,343 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-c44b0835-efdf-470b-b736-c9c8b5ef6381 2018-08-12 13:04:20,349 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-12 13:04:20,352 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users/c79f330970cc430b98d0c8e2a54189a5 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f692e2048ed2f2d250bcc7527091ba2118e20ac4" 2018-08-12 13:04:20,469 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 13:04:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fd1cab8a-1896-4b6e-a211-4d6fd54d9922 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"user": {"name": "juju_epc-user_5e104b0d-8d6e-4dd7-a8a2-80d967b79e4c", "links": {"self": "http://172.30.9.21:5000/v3/users/c79f330970cc430b98d0c8e2a54189a5"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "c79f330970cc430b98d0c8e2a54189a5", "description": null}} 2018-08-12 13:04:20,469 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/c79f330970cc430b98d0c8e2a54189a5 used request id req-fd1cab8a-1896-4b6e-a211-4d6fd54d9922 2018-08-12 13:04:20,470 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.120375871658s 2018-08-12 13:04:20,470 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/c79f330970cc430b98d0c8e2a54189a5 used request id req-fd1cab8a-1896-4b6e-a211-4d6fd54d9922 2018-08-12 13:04:20,470 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-12 13:04:20,474 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/users/c79f330970cc430b98d0c8e2a54189a5 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f692e2048ed2f2d250bcc7527091ba2118e20ac4" 2018-08-12 13:04:20,726 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 13:04:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8798f826-1e15-47d6-920d-3ab0df9df377 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 13:04:20,727 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/c79f330970cc430b98d0c8e2a54189a5 used request id req-8798f826-1e15-47d6-920d-3ab0df9df377 2018-08-12 13:04:20,727 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.256165027618s 2018-08-12 13:04:20,727 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/c79f330970cc430b98d0c8e2a54189a5 used request id req-8798f826-1e15-47d6-920d-3ab0df9df377 2018-08-12 13:04:20,733 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-12 13:04:20,737 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}f692e2048ed2f2d250bcc7527091ba2118e20ac4" 2018-08-12 13:04:20,829 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 13:04:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c6613933-c2ab-44c5-9aca-2a50d1183142 Content-Encoding: gzip Content-Length: 386 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/310f5853751a4c968f3eeb0a3d99a0a8"}, "tags": [], "enabled": true, "id": "310f5853751a4c968f3eeb0a3d99a0a8", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a267b9a156244bb192691cff6e5f74fe"}, "tags": [], "enabled": true, "id": "a267b9a156244bb192691cff6e5f74fe", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: juju_epc", "links": {"self": "http://172.30.9.21:5000/v3/projects/c8a7066339924cfb97c7aaaf3d1ed467"}, "tags": [], "enabled": true, "id": "c8a7066339924cfb97c7aaaf3d1ed467", "parent_id": "default", "domain_id": "default", "name": "juju_epc-project_5e104b0d-8d6e-4dd7-a8a2-80d967b79e4c"}]} 2018-08-12 13:04:20,829 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-c6613933-c2ab-44c5-9aca-2a50d1183142 2018-08-12 13:04:20,829 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0952689647675s 2018-08-12 13:04:20,829 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-c6613933-c2ab-44c5-9aca-2a50d1183142 2018-08-12 13:04:20,834 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-12 13:04:20,837 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/projects/c8a7066339924cfb97c7aaaf3d1ed467 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f692e2048ed2f2d250bcc7527091ba2118e20ac4" 2018-08-12 13:04:21,009 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 13:04:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-771a5569-c611-4399-9aa1-8331166d22a2 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 13:04:21,010 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/c8a7066339924cfb97c7aaaf3d1ed467 used request id req-771a5569-c611-4399-9aa1-8331166d22a2 2018-08-12 13:04:21,010 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.175822973251s 2018-08-12 13:04:21,010 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/c8a7066339924cfb97c7aaaf3d1ed467 used request id req-771a5569-c611-4399-9aa1-8331166d22a2 2018-08-12 13:04:21,013 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-12 13:04:21,017 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}f692e2048ed2f2d250bcc7527091ba2118e20ac4" 2018-08-12 13:04:21,033 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 13:04:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4572559c-c64e-4bfd-938e-8a4b213720e3 Content-Encoding: gzip Content-Length: 350 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "580220b4f1f4445baf065b623dca8e4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/580220b4f1f4445baf065b623dca8e4e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "84a3558756784b59803af4e965b46d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/84a3558756784b59803af4e965b46d30"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8dbf9ffab0974542864a297567a51a1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8dbf9ffab0974542864a297567a51a1c"}, "name": "admin"}, {"domain_id": null, "id": "9605fd6542834fd5b9f9814264aca015", "links": {"self": "http://172.30.9.21:5000/v3/roles/9605fd6542834fd5b9f9814264aca015"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d449de942b3f4c8c8f7267dc03612773", "links": {"self": "http://172.30.9.21:5000/v3/roles/d449de942b3f4c8c8f7267dc03612773"}, "name": "heat_stack_user"}]} 2018-08-12 13:04:21,033 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-4572559c-c64e-4bfd-938e-8a4b213720e3 2018-08-12 13:04:21,034 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0201950073242s 2018-08-12 13:04:21,034 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-4572559c-c64e-4bfd-938e-8a4b213720e3 2018-08-12 13:04:21,038 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.roles 2018-08-12 13:04:21,041 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/roles/9605fd6542834fd5b9f9814264aca015 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f692e2048ed2f2d250bcc7527091ba2118e20ac4" 2018-08-12 13:04:21,153 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 13:04:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a37755a7-65de-496a-8217-eb058e2565da 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 13:04:21,153 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/9605fd6542834fd5b9f9814264aca015 used request id req-a37755a7-65de-496a-8217-eb058e2565da 2018-08-12 13:04:21,153 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.roles in 0.115123033524s 2018-08-12 13:04:21,154 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/9605fd6542834fd5b9f9814264aca015 used request id req-a37755a7-65de-496a-8217-eb058e2565da 2018-08-12 13:04:21,154 - xtesting.ci.run_tests - ERROR - The test case 'juju_epc' failed. 2018-08-12 13:04:21,155 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------+------------------+--------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------+------------------+--------------+------------------+----------------+ | cloudify | functest | vnf | 05:01 | PASS | | cloudify_ims | functest | vnf | 05:38 | FAIL | | heat_ims | functest | vnf | 35:54 | FAIL | | vyos_vrouter | functest | vnf | 05:45 | FAIL | | juju_epc | functest | vnf | 191:42 | FAIL | +----------------------+------------------+--------------+------------------+----------------+ 2018-08-12 13:04:21,161 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-08-12 13:04:21,254 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-12 13:04:21,351 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-12 13:04:21,451 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-12 13:04:21,547 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-12 13:04:21,627 - paramiko.transport - DEBUG - EOF in transport thread